././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/0000755000175000017500000000000014562557503015225 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/CHANGES.md0000644000175000017500000035704014562557501016626 0ustar00damondamonChangelog for Rapid Photo Downloader ==================================== 0.9.36 (2024-02-13) ------------------- - Display a warning message window when the user selects an invalid download destination. - Highlight Timeline cell when the mouse is hovering over it. - Fix bug [#121](https://github.com/damonlynch/rapid-photo-downloader/issues/121): No feedback provided when invalid destination chosen in download panel. - Fix bug [#122](https://github.com/damonlynch/rapid-photo-downloader/issues/122): Application crashes on start on openSUSE Tumbleweed. Thanks to Bozhin Karaivanov for the fix. - Catch GLib errors like g-io-error-quark when checking the results of mount operations. - Update Albanian, Dutch, Hungarian, Norwegian Bokmål, Russian and Spanish translations. 0.9.35 (2024-01-30) ------------------- - Remove `install.py` script, built-in updater and new version check. - Python 3.10 or newer is now required. - New Python packet requirement: packaging. - Fix bug [#85](https://github.com/damonlynch/rapid-photo-downloader/issues/85): Exception while selecting generation scheme from download subfolder menu with more than five custom presets. - Fix bug [#50](https://github.com/damonlynch/rapid-photo-downloader/issues/50): Confirm before removing all presets for custom renaming or subfolder generation. - Fix bug [#49](https://github.com/damonlynch/rapid-photo-downloader/issues/49): Enable deletion of individual custom renaming and subfolder generation preset. - Re-enabled Ctrl-Q shortcut key for quiting when running under WSL. - Limit the default number cores used to generate thumbnails to 8 (or the number of physical CPU cores if lower). Previously the limit was the number of physical CPU cores, which is nonsensical on high core count systems. - Fix bug [#110](https://github.com/damonlynch/rapid-photo-downloader/issues/110): ExifTool not called during rename process. - Fix bug [#112](https://github.com/damonlynch/rapid-photo-downloader/issues/112): QWIDGETSIZE_MAX import error. - Conform version indentifier in `setup.py` to PEP 440 which is enforced with setuptools >= 66.0.0. Thanks to stratakis for the fix. - Eliminate use of depreciated pkg_resources. - Conform to changes in package python-gphoto2 2.5.0. - Update Albanian, Brazilian Portuguese, Danish, Dutch, Hungarian, Japanese, Polish, Russian, and Spanish translations. 0.9.34 (2022-11-02) ------------------- - Fix bug [#91](https://github.com/damonlynch/rapid-photo-downloader/issues/91): Avoid infinite loop when detecting setuptools install status in `install.py` script. - Update Dutch, Italian and Turkish translations. Thanks to Albano Battistella for the update to Italian. 0.9.33 (2022-03-11) ------------------- - Enhance `install.py` script to not install unnecessary H.265 dependencies now that [pyheif](https://github.com/carsales/pyheif) includes them itself. - Fix implementation of bug fix [#59](https://github.com/damonlynch/rapid-photo-downloader/issues/59): Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. 0.9.32 (2022-03-07) ------------------- - Fix visual bug where right side user interface panels were not properly framed when first shown. - Fix bug [#54](https://github.com/damonlynch/rapid-photo-downloader/issues/54): Use `exiv2` to read CR3 metadata when available. Please note: `exiv2` must be built with CR3 support, which is currently [not the default](https://github.com/Exiv2/exiv2/issues/1679#issuecomment-846389046). To determine if your Linux distribution has enabled CR3 support, with Rapid Photo Downloader 0.9.32 or newer, run from the command line: ```bash rapid-photo-downloader --detailed-version ``` 0.9.31 (2022-03-05) ------------------- - Update Hungarian, Japanese and Russian translations. 0.9.30 (2022-03-01) ------------------- - Fix bug [#69](https://github.com/damonlynch/rapid-photo-downloader/issues/69): Exception when prompting for survey when locale is not English. - Fix bug [#68](https://github.com/damonlynch/rapid-photo-downloader/issues/68): Devices part of user interface does not resize when a device is removed. - Fix bug when rendering device download progress bar when multiple devices are used under Python 3.10. - Update Dutch and Spanish translations. 0.9.30b1 (2022-02-28) --------------------- - Fix bug [#59](https://github.com/damonlynch/rapid-photo-downloader/issues/59): Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. - Fix bug [#67](https://github.com/damonlynch/rapid-photo-downloader/issues/67): Crash when determining user interface size. - Update Albanian and Hungarian translations. 0.9.29 (2022-02-20) ------------------- - Fix bug [#53](https://github.com/damonlynch/rapid-photo-downloader/issues/53): Adapt to small screens. Rapid Photo Downloader can now be resized to fit to tiny screens. Part of the fix involves changes in the ways the download sources (Devices and This Computer) and the Timeline are placed in the left-side of the user interface. When a scroll bar is necessary to fit in these interface elements, a single scroll bar will now extend from the Devices to the Timeline. When you scroll down to view the entirety of the Timeline, if the Timeline is big enough the download sources will scroll up out of sight. - Change the button to synchronize scrolling between the Timeline and thumbnails to a double arrow. It now changes color to reflect its state. The button's behavior is described in the [documentation](https://damonlynch.net/rapid/documentation/#timelineselecting). - Make the Timeline remember its position when the time elapsed between consecutive shots is changed using the slider. - Make the user interface look cleaner and more consistent, especially regarding scrollbars and frames. - Enforce the use of the Qt 5 Fusion theme. Some Linux distribution Qt 5 themes can make the program's user interface look bad because of differing assumptions about design elements like scroll bars and frames. If you want to use your system's theme, use the command line option `--force-system-theme`. - Fix bug where various user interface elements would effectively be invisible when the system theme is dark, also known as "dark mode". Please note dark mode will likely work in the program only if the PyQt5 package provided by your Linux distribution is being used. - Fix bugs [#61](https://github.com/damonlynch/rapid-photo-downloader/issues/61), [#58](https://github.com/damonlynch/rapid-photo-downloader/issues/58), and [#1958892](https://bugs.launchpad.net/rapid/+bug/1958892): setuptools >= 60.0 failing. Some versions of setuptools >= 60.0 can fail on many if not all Linux distributions. The install.py script now uninstalls versions of pip, setuptools and wheel that were installed with pip if the versions provided by the Linux distribution are new enough. If the versions provided are too old to be fully functional, pip and wheel are updated, and setuptools is upgraded to a version < 60.0. - Fix bug [#64](https://github.com/damonlynch/rapid-photo-downloader/issues/64): Warning dialog fails to appear when iOS device utility applications are missing, causing a crash when an iOS device is inserted. - Fix bug [#56](https://github.com/damonlynch/rapid-photo-downloader/issues/56): Compress bug report tars using gzip, facilitating upload to GitHub issues. GitHub does not accept .tar files. It does accept .tar.gz files. - Fix bug [#43](https://github.com/damonlynch/rapid-photo-downloader/issues/43): Add preference to handle time zone and daylight savings changes. See the [program documentation](https://github.com/damonlynch/rapid-photo-downloader/issues/43) for details about what this change is and why it is needed. - Fix bug [#47](https://github.com/damonlynch/rapid-photo-downloader/issues/47): Thumbnail generation overwrites Job Code applied to files before thumbnails are generated. - Fix bug [#55](https://github.com/damonlynch/rapid-photo-downloader/issues/55): Updated sequence numbers not used when changed in user interface between file downloads. - Add preference option to automatically mount devices not already automatically mounted. This new option is on by default. The program already did this on KDE, but it could not be turned off. It can now be turned off. Regardless of the Linux desktop used, leaving it on is helpful for when the operating system does not automatically mount devices like memory cards itself. A desktop like KDE can choose to not automatically mount devices, for instance. Meanwhile, sometimes Linux desktop code contains bugs that results in devices failing to mount even when they were supposed to. - Fix bug to properly size thumbnails and hamburger menu on high DPI screens with recent releases of Gnome and other desktops that use xsettings. - Correctly check latest available PyQt5 package version on Fedora and CentOS. - Drop support for CentOS 7.5. - Remove dependency on fuse in install.py script due to emerging introduction of the fuse3 package. In almost all circumstances, the ifuse package should correctly specify the correct version of fuse to depend on, making the explicit declaration of fuse as a dependency in the install.py script wrong. - Fix bug to correctly display the number of files available for download after some files have been manually marked as already downloaded. - Update Albanian, Catalan, Dutch, Hungarian, Italian, Japanese, Russian, Spanish, Swedish and Turkish translations. 0.9.28 (2021-12-27) ------------------- - Fix bug [#44](https://github.com/damonlynch/rapid-photo-downloader/issues/44): Exception at startup when XDG_CURRENT_DESKTOP is not set or set to unexpected value. - Fix bug [#45](https://github.com/damonlynch/rapid-photo-downloader/issues/45): Make toggle switch behave consistently with other UI toolkits. - Fix bug [#1955755](https://bugs.launchpad.net/rapid/+bug/1955755): Exception occurred when probing device with malformed device path. - Update Turkish translation. 0.9.27 (2021-12-12) ------------------- - Purge calls to unmaintained Python package rawkit, which was an optional dependency. - Fix bug to always display the correct value for showing system directories when right-clicking on Photo and Video destinations, as well as This Computer. - When running under WSL 2, account for default value %USERPROFILE% when probing registry to determine Pictures and Videos user folder locations. - Add support for CentOS Stream 8 and CentOS 8 to install.py script. Thanks to Neal Gompa for identifying the cause of a problem when querying dnf under CentOS Stream 8 and providing the fix for it. - Update Czech, Dutch, French, Hungarian, Polish, Russian and Spanish translations. - Correct Albanian language attribution in About dialog box. - Read in much larger chunk of RAF files on cameras to read metadata. This slows performance, but is necessary on newer RAF files, which have larger embedded JPEGs that are placed before the metadata in the file. 0.9.27b2 (2021-11-28) --------------------- - Enable running under WSLg and WSL2 on Windows 11. Not all features are supported. See the [program documentation](https://damonlynch.net/rapid/documentation/#wsl). - By default only non-system directories are now shown in the directory listings for Photo and Video destinations, as well as This Computer. Right- click in the directory listings to enable showing all system directories. - The install.py script now updates the mime info cache, meaning the program should now appear as an option to handle photographic media in file managers when installed using this script. - Fix bug [#1946407](https://bugs.launchpad.net/rapid/+bug/1946407): another compatibility fix for Python 3.10 that 0.9.27b1 and 0.9.27a3 did not fully resolve. - Don't crash when showing photo or video in file manager after right-clicking on thumbnail and no file is selected. - Update Albanian, Dutch and Swedish translations. 0.9.27b1 (2021-10-31) --------------------- - Use Python module [Show-in-File-Manager](https://github.com/damonlynch/showinfilemanager) to display files in the operating system's file manager. Linux distribution packagers: this is a required module. - New Python module requirement for Python versions earlier than 3.8: [importlib_metadata](https://github.com/python/importlib_metadata). - All selected files will now be opened in the file manager when right- clicking on a photo or video in the main window and "Open in File Browser" is activated. Previously only the file being right-clicked on would be opened. - Fix bug [#1946407](https://bugs.launchpad.net/rapid/+bug/1946407): another compatibility fix for Python 3.10 that 0.9.27a3 did not fully resolve. - Fix bug [#33](https://github.com/damonlynch/rapid-photo-downloader/issues/37) SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats on Python 3.10. The solution is to install PyQt 5.15.6 or newer when using Python 3.10, which the install.py script now does. - Fix bug where downloading from a camera that was already in use would fail because generating an error message would cause an exception. - Disable viewing files still on a camera in the operating system's file manager when on KDE. 0.9.27a3 (2021-10-10) --------------------- - Fix bug #1946407: Work around apparent float to int conversion when calling Qt from Python 3.10 on Fedora 35 beta. - Fix bug #33: Files with unique identifier added via error handling are not marked as downloaded. - Add folder 'Screenshots' to list of ignored paths. Remove this folder from the list of ignored paths in the program Preferences dialog if you do wish to download from a path that contains this folder. - Fix bug #1924933: Exception when scanning device with problematic connection. - Fix bug #1909904: python3-libunity package dumps core on Fedora. The install.py script will now uninstall python3-libunity if it is found on the system, as using it causes a calling program like Rapid Photo Downloader to crash. - Include Python package setuptools in README.md listing of required of runtime packages. It has been required for some time, but the README did not specify it. - The install.py script will no longer install pyheif on Raspberry Pi OS because user feedback indicates pyheif fails to build on that OS. If pyheif does in fact build on your install of Raspberry Pi OS, you can install it using Python's pip. 0.9.27a2 (2021-07-31) --------------------- - Fix bug #30: iPhone7 serial number format not recognized. - Fix bug #1938341: Albanian translations not compiled. - Change bug report destination URL from https://bugs.launchpad.net/rapid to https://bugs.rapidphotodownloader.com. 0.9.27a1 (2021-07-27) --------------------- - iOS devices are now accessed using a software library written specifically to communicate with iOS devices, libimobiledevice. Previously, gPhoto2 was used, but gPhoto2 is unreliable with iOS because it appears Apple does not follow the PTP standard. Please note that on some systems, it can take some minutes for the iOS device to appear after it has been plugged in. Distribution package maintainers should modify rapid-photo-downloader packages to include the following package dependencies: Debian / Ubuntu, Fedora: - libimobiledevice-utils - ifuse openSUSE: - imobiledevice-tools - ifuse - Python 3.6 is now the minimum Python version. - Update install.py script to correctly enable Power Tools repository on CentOS 8, and the Qt5 wayland package on Fedora and CentOS 8. - Update Albanian and Polish translations. 0.9.26 (2020-12-24) ------------------- - Fix bug #1909252: crash against undefined unity launcher entry. Thanks to Guy Delamarter for the patch. - Ensure in-program upgrade feature continues to function on systems with Python 3.5. - Move translators credits into separate button in the About dialog window, and associate recent translators with their language. - Update Brazilian Portuguese, Danish, Dutch, French, Japanese, Norwegian Bokmål, Russian, Serbian, Spanish and Turkish translations. Thank you to new translator Rubens Stuginski Jr for the work done on the Brazilian Portuguese translation. 0.9.25 (2020-12-15) ------------------- - When a new Job Code is entered before a download and no files are selected, the Job Code is automatically saved. When entering a Job Code, "Remember this Choice" is now labelled as "Remember this Job Code". - Fix bug #1889770: Fails to run - Could not load the Qt platform plugin "xcb". - Fix bug #1906272: Exception while displaying tooltip for thumbnail of file downloaded from a removed device. - Fix bug #1891659: Exception when encountering invalid block device. - Fix bug #1881255: Unhandled exception when system file manager entry is malformed. The AppImages for RawTherapee and ART can have an unfortunate bug in which they wrongly sets themselves to be the path to the desktop's default file manger. Rapid Photo Downloader no longer crashes when trying to work with that incorrect setting. - Bump up minimum Python version supported to Python 3.5. - Don't install support library libunity on Fedora. Libunity has a serious bug on Fedora 33. Libunity provides emblems and progress bars on launchers on desktops like KDE and Ubuntu's flavor of Gnome. - Fedora 32 is now the minimum supported version of Fedora. Please note Fedora 33 is not recommended for now, because of an issue with Python 3.9 and Python threads seen when running Rapid Photo Downloader in Fedora 33. In contrast to Fedora 33, Ubuntu 21.04 with Python 3.9 works as expected. - When installing on Debian using the install.py script, ignore any version number information (or lack thereof) in /etc/os-release. - When using the install.py script, don't install PyQt5 and python3-gphoto2 from PyPi when the Linux distribution's package is relatively recent. Also: don't default to installing the PyPi Python tools pip, setuptools, and wheel using pip when the system packages are relatively recent, and don't install unsupported versions these same packages on Python 3.5. - Bump up minimum version of python package easygui to 0.98.1. - Bump up minimum version of python-dateutil to allow recent versions of arrow to function. When using the install.py script, don't install unsupported versions of arrow or pymediainfo on Python 3.5. - When using the install.py script, don't install the unmaintained python package rawkit on systems that do not contain libraw 0.16 or 0.17. - Update Danish, Dutch, French, German, Hungarian, Russian, Serbian, and Spanish translations. Add partially translated Albanian translation. 0.9.24 (2020-05-03) ------------------- - Added support for Ubuntu Kylin and Pop!_OS 20.04. - Provide the option of automatically creating a tar file of program configuration file and log files when submitting a bug report. - Fixed bug #1875268: Overly long download source name limitlessly expands window width. - Fixed bug #1876344: Unable to generate thumbnails or download from Fujifilm X-H1. - All message box buttons should now be translated (or able to be translated). - Updated Chinese (Simplified), Czech, Dutch, French, German, Hungarian, Serbian, Spanish and Turkish translations. 0.9.23 (2020-04-16) ------------------- - Fixed bug #1872188: sqlite3.OperationalError when generating thumbnails. - Fixed bug #1873057: Add ORI to list of supported image formats. - Fixed bug #1873233: RAW and JPG don't synchronize when using stored number. - Fixed bug where HEIF/HEIC thumbnails on a camera were not being generated until they were downloaded. - When generating video thumbnails for phones and tablets, the entire video will now be downloaded and cached. Previously only a portion of the video was downloaded, in the hope that this portion could generate the thumbnail, but unfortunately it did not always render. This new behavior will slow down thumbnail generation, but does ensure the thumbnail will be rendered. If you object to this new behavior or know of a better approach, please share your thoughts in the discussion forum: https://discuss.pixls.us/c/software/rapid-photo-downloader 0.9.23a1 (2020-04-15) --------------------- - Fixed bug #1872338 segfault on startup after upgrade. When running under a Gtk-based desktop, the application now queries xsettings to detect if monitor scaling is enabled. In the previous release, Gtk was queried directly, which caused segfaults (crashes) on some systems. 0.9.22 (2020-04-11) ------------------- - Fixed bugs where camera insertion and removal was not being detected in some circumstances. In KDE, it was camera removal. In Gnome-like systems where auto mounting of cameras is disabled or not functional, it was insertion. - More robustly handle a camera being unexpectedly removed during scanning, thumbnailing, and copying files. 0.9.22a1 (2020-04-10) --------------------- - Fixed bug #1871649: Window corruption when application scaling enabled on certain desktop environments. The application now uses Qt and Gdk to query whether any monitor has scaling enabled. If no scaling is enabled on any monitor, then Rapid Photo Downloader will not enable automatic scaling. - New package dependency: Python 3 gobject introspection for Gdk 3.0 For openSUSE: - python3-gobject-Gdk - Fixed packaged detection in install.py script for openSUSE. Fixed bug when enabling RPM Fusion Free on Fedora. 0.9.21 (2020-04-07) ------------------- - Added an option to extract photo metadata (including thumbnails) using only ExifTool. Rapid Photo Downloader defaults to using Exiv2, relying on ExifTool only when Exiv2 does not support the file format being read. Exiv2 is fast, accurate, and almost always reliable, but it crashes when extracting metadata from a small number of files, such as DNG files produced by Leica M8 cameras. - Fixed bug #1869065: Debian Buster can't find package - Fixed bug introduced in 0.9.20 when resetting program preferences back to default values in the Preferences Dialog window. - Fixed bug #1870566: Missing default locale causes startup failure. - Fixed a bug where the number of photos and videos for a camera or phone would not be displayed under the devices section if the preference value "Scan only specific folders on devices" was not enabled. - Reinstated creation of build directory in setup.py if the build directory does not exist. - The install.py script will now only try to copy man pages to system man page directory if the same man pages were not previously installed. - Simplified release notes by moving content online documentation. - Updated Czech, Dutch, French, German, Japanese, Russian, Spanish and Turkish translations. 0.9.20 (2020-03-22) ------------------- - Added support for program icon progress bars and badge counts on any desktop that supports the Unity LauncherEntry API, not just Ubuntu Unity or Gnome running under Ubuntu. (The Unity LauncherEntry API is used by desktops other than Unity and Ubuntu Gnome, e.g. KDE, Dash to Panel.) - Added missing property StartupWMClass to the program's desktop file. It's now possible to add the Rapid Photo Downloader launcher as a Favorite to the Gnome Shell dock and not have it appear as a duplicate entry when the program runs. This fix also enables program icon progress bars and badge counts under Gnome Shell extensions that support them. - Implemented feature request in bug #1810102: cannot change language in program preferences. You can now specify the language you want the user interface to display in regardless of the system locale setting. - Fixed problems in setup.py. Made requirements.txt more conformant. - Better handle missing ExifTool on startup. - For distribution packagers, this release adds new package dependencies. The SVG module for Qt 5 must be listed a required dependency, or else Rapid Photo Downloader's SVG assets will fail to display (this has been happening under Pop!_OS, for example). For openSUSE: - typelib-1_0-UnityExtras-7_0 - typelib-1_0-Unity-7_0 - typelib-1_0-Dbusmenu-0_4 - typelib-1_0-Dee-1_0 - python3-babel - libQt5Svg5 For Debian: - gir1.2-unity-5.0 - python3-babel - libqt5svg5 For Arch: - qt5-svg For Fedora: - qt5-qtsvg 0.9.19 (2020-03-17) ------------------- - Fixed errors in appstream metainfo file. - To better conform to appstream metadata requirements, renamed destktop and metadata files to net.damonlynch.rapid_photo_downloader.desktop and net.damonlynch.rapid_photo_downloader.metainfo.xml. The metainfo file is now installed in share/metainfo/, not share/appdata/. - Added Zorin OS to install.py script. - Only install symlinks to the program in a bin directory the users's home directory (i.e. ~/bin) if necessary. On recent installations of Debian / Ubuntu / LinuxMint etc. with a default profile setup, this is no longer necessary. - When uninstalling the program that was previously installed with install.py script, remove any symlinks to it created in ~/bin. - Removed setup.cfg configuration file. - Removed notification informing the Timeline or provisional download folders was rebuilt. - Updated Dutch, Hungarian, Russian, Spanish, Russian, and Turkish translations. 0.9.19b3 (2020-03-07) --------------------- - Improved fix for a bug where thumbnails would not be able to have their checkmark set on or off with the mouse on recent versions of Qt. The fix in 0.9.19b2 did not always work. The environment variable RPD_THUMBNAIL_MARK_FIX introduced in 0.9.19b2 is no longer needed, and will be ignored. - Fixed bug #1842060: Wrong value saved for stored number. - Updated Czech, Dutch, French, and Spanish translations. 0.9.19b2 (2020-03-06) --------------------- - Fixed a bug where thumbnails would not be able to have their checkmark set on or off with the mouse on recent versions of Qt. See the release notes for details. - Improved visual appearance on high DPI screens. - Added HEIF / HEIC support. See the Release Notes for details. - Added support for CentOS 8 to installer script. Dropped support for Fedora 29 and older. Installer script no longer installs PyQt5 from PyPI on KDE Neon, because KDE Neon PyQt5 package is always up-to-date. - Added '__MACOSX' and to list of paths to ignore while scanning a device for photos and videos, and if the list of ignored paths is customized, add it and 'THMBNL' to the existing list of ignored paths. - No longer look for photos or videos in any directory on a camera or phone that contains a '.nomedia' file. - Made Timeline and thumbnails render more quickly and accurately on displays with fractional scaling. - Fixed bug #1861591: install.py should handle cases with no LANG variable set. - Fixed bug #1833525: when using the filename and subfolder name preference editor, under some desktop styles the example file and subfolder names would shrink to the extent they would be truncated. - Fixed bug where Rapid Photo Downloader would crash when the Preferences dialog window was closed with the escape key. - Fixed bug where under some desktop styles the right side panel would always be open even if it had been closed when Rapid Photo Downloader last exited. 0.9.19b1 (2020-01-29) --------------------- - Improved support for high DPI screens. Requires Qt5.6 or newer. Please report any remaining problems when running on high DPI screens. For now, if you change the desktop's screen scaling while Rapid Photo Downloader is running, please restart it. 0.9.18 (2020-01-14) ------------------- - Fixed bug in install.py script which meant the most recent version of PyQt5 failed to install because pip failed to build it. The solution is to update the user's copy of pip to the latest version (not the system-wide version). If this is not what you want, you can downgrade pip for your user after program installation. See the release notes for more details. - Fixed bug #1857144: with newer versions of the Python date time module Arrow, if Arrow had not been translated to use the user's locale, Arrow will generate an exception when displaying the humanized form of some dates, causing Rapid Photo Downloader to crash. Now Rapid Photo Downloader reverts to English for any humanized string that Arrow fails to handle in the user's locale. - Fixed bug #1853775: install.py script did not properly handle upgrading pip version < 9.0 when installing into a virtual environment, looping forever. - Added Turkish translation. Thank you to Ilker Alp for the translation. Updated Brazilian Portuguese, Finnish, German, Indonesian, Italian, Polish, and Spanish translations. 0.9.17 (2019-08-18) ------------------- - Fixed bug #1840499: Crash when python library arrow is older than version 0.9.0 - Suppress parsing warnings issued by python library arrow version >= 0.14.3 and < 0.15.0. - Allow the use of the Python instance that the install.py script is invoked with on Gentoo systems. - Updated Polish translation. 0.9.16 (2019-08-10) ------------------- - Fixed bug #1839699 where program would fail to start when the python library arrow 0.4.15 or newer is installed. - Added the directory THMBNL to the standard list of ignored directories. This directory is used on some Sony cameras. - Added %f argument to Exec component of desktop file, potentially fixing problem with the program not appearing in Gnome's list of applications to deal with memory cards or cameras. - Updated Polish translation. 0.9.15 (2019-07-09) ------------------- - Updated Brazilian Portuguese, Czech, Dutch, French, Hungarian, Japanese, Kabyle, Norwegian Nynorsk, Russian and Spanish translations. 0.9.15b1 (2019-06-25) --------------------- - Fixed bug #1829145 where Rapid Photo Downloader could no longer access cameras, phones and tablets because other applications using had gained exclusive access over them. Most file managers, including Gnome Files, use GIO to gain control over cameras and phones as soon as they are plugged in. Rapid Photo Downloader therefore must instruct them to relinquish control before it can access the device. GIO / Glib changed the way paths were generated for cameras and phones in a way that was incompatible with libgphoto2's port nomenclature. - Fix bug #1818280: sqlite3 database is locked while adding thumbnails. - Fix bug where thumbnails were not being displayed for jpeg images on cameras. - Fixed bug where scan process was failing to extract sample metadata from photos, which is needed to determine the time zone of the device being downloaded from. - Fixed bug where installing into a virtual environment on Ubuntu 19.04 would fail due to not mandating the installation of GObject introspection runtimes. - New Python package requirement: tenacity. - Removed restriction on Python package Tornado's version limit. - Improved "Report a Problem" dialog window to include more details. - Updated Italian translation. 0.9.14 (2019-03-30) ------------------- - Fix bug #1821917: Error generating Timeline with Arrow 0.13.1. - Fix bug #1817481: Error deleting sample file at program exit. - Fix bug #1810572: Error getting camera configuration on certain cameras. - Again fix bug #1801504: PyQt5_sip not installed or upgraded for local user when system copy already installed (bug seen on Fedora 29). The fix in 0.9.13 did not always work. - When installing using the install.py script, upgrade pip if its version is less than 9.0. - Disable the program's built-in upgrade procedure when running from within a python virtual environment. - Updated Czech, Dutch, Italian, Portuguese, and Spanish translations. 0.9.13 (2018-11-06) ------------------- - Added support for Sigma X3F file format. - Added support for installing into a Python virtual environment. See the file README.rst for installation instructions. Thanks to Matthias Homann for his code contribution. - Fix bug #1797479: New version check results in confusing messages on stderr when pip is not installed. Thanks to Eli Schwartz for the fix. - Added Deepin to supported Linux distributions. - Fixed bug #1801504: PyQt5_sip not installed or upgraded for local user when system copy already installed (bug seen on Fedora 29). - Import sip regardless of whether it is the private sip bundled with PyQt5 or a separate sip installation. 0.9.12 (2018-09-28) ------------------- - Added support for Canon CR3 format. Requires ExifTool 10.87 or newer. See the release notes for details on upgrading ExifTool. Note: program performance with CR3 files is notably slower than other photo file formats. Other photo file formats are read using the high performance library exiv2 to read metadata and extract thumbnails. Unfortunately exiv2 does not yet support the CR3 format. Exiv2 0.28 will support the CR3 format. - Fixed bug #1790351: Video date time metadata not parsed correctly when 'DST' appears in time zone component. - Added support for FFF and IIQ raw formats. - The MOS and MRW formats are now handled by ExifTool, not exiv2. - Better handle Exif date time values that unwisely deviate from the Exif Version 2.3 specification, e.g. Hasselblad files. - Fixed bug #1790278: File renaming and subfolder generation editor breaks with Python 3.7. - Updated installation script to use "loose" instead of "strict" Python version checking. - Fixed bug in installation script where a system installed Rapid Photo Downloader package was not being uninstalled. - Fixed bug #1791131: Report fatal camera access problem without crashing - Improved install.py script to install libmediainfo0 on openSUSE where the package exists. 0.9.11 (2018-08-26) ------------------- - Added CentOS 7.5 as supported Linux distribution. See the release notes for installation instructions. - Add weekday as locale's abbreviated and full name to file renaming and subfolder generation options. - Correct mistake in fixing bug #1775654: optional dependencies listed in setup.py as required. - Fix bug #1787707: install.py does not handle installer tar path with spaces. - Improve detection of openSUSE in install.py script. - Better handle file managers that do not allow the selection of files using command line arguments, which is important for desktops like Mate, LXDE, and XFCE. - Provide sensible fallback when system erroneously reports default file manager. - Updated Brazilian Portuguese, Czech, Dutch, French, Japanese, Kabyle, Norwegian Nynorsk, and Spanish translations. 0.9.10 (2018-07-29) ------------------- - Fix bug #1784175: Make application compatible with changes to sip introduced in PyQt 5.11, and do not install PyQt 5.11 on systems with Python 3.5.3 or older. - Fix bug #1775654: optional dependencies listed in setup.py as required. - Fix bug #1755915: Crash while accessing non-existant SQL database 'cache' while exiting. - Fix bug #1764167: Division by zero error when scanning device that does not report its size - Fix bug #1774411: splash screen covering name-dialog when set to auto- download - Fixed bug in Appstream specification. - Updated German translation. 0.9.9 (2018-03-08) ------------------ - Fix bug #1750879: Sequence numbers increment incorrectly for videos when Synchronize RAW+JPEG enabled. - Fix bug in sequence letter generation. - Enable the disabling of new version checks in both the program logic and the user interface, which is useful for Linux distributions. To disable the check, Linux package maintainers should patch the file constants.py to change the line `disable_version_check = False` to `disable_version_check = True`. - Include tornado as a dependency instead of relying on the deprecated mini-tornado found in pyzmq. 0.9.8 (2018-02-18) ------------------ - On Sony files, use ExifTool to get shutter count metadata. Please note, not all Sony models produce this metadata. 0.9.8b1 (2018-02-13) -------------------- - Don't crash when choosing an existing subfolder generation preset from the editor windows that is currently not displayed in the main window's drop- down gear menu. - Don't crash when getting tooltip for backup devices when no backup devices exist. - Updated Brazilian Portuguese, German and Greek translations. 0.9.7 (2018-01-01) ------------------ - Fixed bug where removing a download source while another source was being scanned could cause a crash when the timeline was scrolled. - Fixed bug where session sequence values were being reset every time a download was initiated, not every time the program was started. - Updated German, Hungarian and Norwegian Bokmål translations. 0.9.7b1 (2017-12-18) -------------------- - Fix bug #1738174: Don't crash when right clicking in thumbnail checkbox and no thumbnail is selected. - Fix bug #1737416: Don't scan cameras when browsing "This Computer", and detect if a camera mount has been passed via the command line (which can happen when the program automatically launches in response to a camera being attached to the computer). - When opening a file in KDE's Dolphin file manager, select the file (and thus highlight it), like is done with Gnome Files and several other file managers. - Fix bug #1737287: Don't allow identical entries in subfolder generation and file renaming presets, where the preset names differ but their content is the same. 0.9.6 (2017-12-08) ------------------ - When scrolling is synchronized, and you click on a thumbnail, the top of the Timeline will be scrolled match to match it. - Don't crash when only new files are displayed and the Timeline is scrolled when scrolling is synchronized. - Updated Czech, Dutch, Hungarian, Japanese, Russian, and Spanish translations. 0.9.6b2 (2017-12-05) -------------------- - Don't crash when Timeline ranges are selected and scrolling is synchronized. 0.9.6b1 (2017-12-05) -------------------- - The Timeline is now shown by default when the program is first run, or settings are reset. - Added option to synchronize Timeline with thumbnails. Scroll one, and the other automatically scrolls too. Use the button at the bottom-right of the Timeline to toggle this feature. - After clearing a Timeline selection, the display of thumbnails will be positioned such that the the photos in the previous selection are visible. Previously, the thumbnails display would be scrolled all the way to the top after the Timeline selection had been cleared. - Added Hasselblad 3FR files to list of supported file formats. If you detect any problems with the accuracy of the metadata from this format, please let me know. - Work around MediaInfoLib bug #695 that caused the libmediainfo shared object file to be named incorrectly, making it appear to be missing. - Correctly parse Distribution version in installer when running on Fedora, Debian and Peppermint. - Install PyQt 5.9.2 or greater. Upgrade pymediainfo to version 2.2.0 or newer. - Updated Catalan, Chinese, Czech, Danish, Dutch, French, German, Norwegian Nyorsk, Russian, and Spanish translations. 0.9.5 (2017-11-05) ------------------ - Added check to install.py installation script and upgrade.py upgrade script to ensure that SIP 4.19.3 is installed when PyQt 5.9 is installed. The combination of SIP 4.19.4 and PyQt 5.9 causes Rapid Photo Downloader to crash. Because SIP 4.19.4 is installed by default when installing PyQt 5.9, the install and upgrade scripts forcibly revert to SIP 4.19.3 when PyQt 5.9 is installed. - Add option to manually mark files as previously downloaded, allowing for occasions when another program has already downloaded the files. Right-click on one or more photo or video thumbnails to mark them as previously downloaded. - Add elementary OS to list of Linux distributions supported by the install.py script. - Fixed bug in upgrade script when reporting an operational failure. - Updated Chinese, Dutch, Italian, and Norwegian Bokmål translations. 0.9.4 (2017-09-30) ------------------ - No changes since 0.9.4 beta 1. 0.9.4b1 (2017-09-26) -------------------- - Workaround bug in iOS devices that create on-the-fly subfolders from which to download that vary each time the device is initialized. - Add progress bars and badge counts when running under Ubuntu 17.10's Dash to Dock extension. - Don't crash when locale is not correctly set. - Updated Dutch, French and German translations. 0.9.3 (2017-09-13) ------------------ - When requesting GIO to unmount a camera / phone so it can be accessed by libgphoto2, retry several times if it fails. Sometimes a GIO client program such as Gnome Files needs a few seconds to relinquish control of the device. - Fixed bug where a crash could occur when removing a camera that was in the preliminary stages of being scanned. - Fixed a bug introduced in 0.9.3b1 where photo and video numbers and sizes were not displayed in the devices summary in the program's left-hand pane. - Fixed a bug on Fedora where the maximum length for an sqlite3 query could be exceeded. - When running a user-installed python such as Anaconda or another custom python, where possible the install.py script now switches over to using the Linux distribution's system python. - Under Python 3.6 or newer, bumped required version of pyzmq up to 16.0.2, hopefully avoiding a segfault observed with pyzmq 15.1.0 and ZeroMQ 4.1.5. See the Release Notes for more details. - Updated Catalan, Czech, Dutch, French, German, Greek, Hungarian, Japanese, Kabyle, Norwegian Nynorsk, Russian, and Spanish translations. 0.9.3b1 (2017-09-05) -------------------- - The preference value "Scan non-camera devices lacking a DCIM folder" is replaced with the new preference value "Scan only specific folders on devices", along with a list of folders to be scanned. By default, the default folders to scan are DCIM, PRIVATE, and MP_ROOT, but you can change these defaults using the program preferences. The change was made to account for camera and phone manufacturers whose devices save photos and videos in locations that differ from the DCIM specification. - Updated Catalan, German and Italian translations. Other translations will be updated for the final 0.9.3 release. 0.9.2 (2017-08-06) ------------------ - When displaying the time in the Timeline in a locale that does not use a twelve hour clock, correctly display the time using the 24 hour clock. If the times or dates being displayed in the Timeline are not displayed correctly in your language, please file a bug report. - Fixed a bug where an exception could occur when clicking on some Timeline entries or displaying their thumbnails as a tooltip. It occurred when the Timeline had one or more entries in the right-most column that spanned more than one calendar day. The code that generates the Timeline is among the most complex in the application. If you notice any problems, please file a bug report. - When a download device is inserted and downloaded files are already in the main window, the program will now ask if the completed downloads should be cleared. A new, associated program preference controls if the program should query and what action to take. - Improved visual appearance of preferences window. - Fixed a bug where the thumbnail extractors might crash when the thumbnail cache database had not yet been created, which could happen in unusual circumstances such as when the disk was under particularly heavy load. - Fixed bug extracting date/time metadata from videos where devices that create videos from which metadata cannot be extracted until the entire video is downloaded from the device. - When running LXQt, now assume the default file manager is pcmanfm-qt, regardless of what the mime-type handler reports. URIs passed to it now have the specific file stripped from the path, avoiding errors with pcmanfm-qt opening it. Currently, compared to more mature platforms like Gnome, LXQt has limitations that limit Rapid Photo Downloader's functionality. - Added uninstall and uninstall including dependencies options to the install.py script. - Added localization to the install.py script. The install script now embeds the files needed for localization, and utilizes them if needed. - The install.py script now checks key installation folders for ownership and permission problems, fixing them if necessary. - The install.py script now correctly parses openSUSE's zypper output to ascertain distribution packages that are already installed, saving time during installation. - In install.py, catch return code 104 from zypper se when no package is found. - Added support for Peppermint OS to the install.py script. - Terminate program at startup if the program's own module imports are being loaded from conflicting sources, indicating more than one copy of the program has been installed. - Report gphoto2 errors on the command line and Error Reports window with the name of the error rather than its numeric code. - Catch file permission errors more effectively in copy, rename, and backup processes. - Fixed bug when deleting certain sample videos from a device that had already been removed. - Updated Belarusian, Chinese (Simplified), Czech, Dutch, French, German, Hungarian, Japanese, Norwegian Bokmål, Norwegian Nynorsk, Russian and Spanish translations. - Applied a patch from Mikael Wiesel to fix a bug where several strings were not available for translation. Additionally made available for translation some buttons whose text was untranslated. Moreover, humanized times such as "one hour ago" (all of which are generated using the python library Arrow) are now localized where Arrow supports it. Finally, date/times in tooltips that appear over thumbnails are now localized, and locale date / times are used in download subfolder and filename generation for values like months. 0.9.1 (2017-07-10) ------------------ - Add support for downloading, renaming and backing up log files, which can be associated with videos made using Magic Lantern. - Updated program AppData, renaming .desktop and .appdata.xml files to conform to reversed fully qualified domain name requirements. - Fixed bug in checking for new stable version. - Rearranged order of startup tasks to avoid rare bug where the user interface is not initialized before devices are handled. - Updated install script to automatically download latest version and run interactively only if asked to. - Updated install.py script to allow installation on Debian buster/sid. - Install PyQt5 from PyPi on x86_64 platforms with Python 3.5 or 3.6, avoiding segfaults on exit in Fedora and missing program icons in some Linux distributions. - To be able to generate video thumbnails for a wider range of video formats, on Debian-like Linux distributions and Fedora, where possible the install.py script installs the packages gstreamer-libav and gstreamer-plugins-good. - With rawkit 0.6.0 now supporting libraw 0.18, recent Linux distributions like Fedora 26 and Ubuntu 17.04 / 17.10 can now render thumbnails from raw files like DNG files produced by Android phones. - Updated Czech, French, German, Slovak and Spanish translations. 0.9.0 (2017-07-03) ------------------ - Include additional programs in detailed version output. - Updated Turkish translation. 0.9.0b7 (2017-06-21) -------------------- - Don't attempt to download photos or videos of zero bytes length. - Updated Czech, French, Norwegian Bokmål, Japanese, Polish, Serbian, and Spanish translations. 0.9.0b6 (2017-06-13) -------------------- - Don't allow entry of illegal filename characters in Job Codes, such as / (forward slash). - Handle cameras that are mounted using libgphoto2's legacy connection method usbscsi. - Added warning message when ExifTool is not working. - Added GalliumOS to the list of Linux distros supported by the install.py. - Fixed bug where "Select a source folder" was displayed after rescanning a folder on This Computer. - Removed DistUtilsExtra from the list of dependencies by copying its core functionality into the setup.py file. This should make creating a Snap / AppImage / Flatpak easier. - Updated Arabic, Brazilian Portuguese, Catalan, Chinese, Czech, Danish, Dutch, French, Italian, Japanese, Kabyle, Norwegian Bokmål, Serbian, Slovak, Spanish, Swedish, and Ukrainian translations. 0.9.0b5 (2017-05-10) -------------------- - Added a Tip of the Day dialog. - Fixed bug where rendering destination storage space would crash when the destination device's storage space is reported as zero bytes in size. - Fixed bug where install.py could get into an infinitely recurring state when the Linux distribution is is Linux Mint, but /etc/os-release wrongly identifies it as Ubuntu. 0.9.0b4 (2017-05-04) -------------------- - Added Help buttons to Program Preferences and File Renaming and Download Subfolder Generator editors that open the online documentation. - Added command line option to dump to the terminal basic information about attached cameras, which is useful for diagnosing potential problems with libgphoto2 and python-gphoto2. - Added dialog to inform user if the scan process had an unexpected fatal problem. - Added link to Changelog in dialog window notifying a new release is available. - Fixed bug on systems using Python 3.4 (such as openSUSE Leap 42.2) when creating a temporary directory during program upgrade. - Fixed bug where exception would occur when auto exit after download was activated. - Re-scan download sources after relevant program preference changes. 0.9.0b3 (2017-04-15) -------------------- - Fixed bug where a warning dialog window could be wrongly issued about a backup destination not being writable even though it though it is. - Fixed bug where tracking of bytes downloaded could occasionally fail when file copy errors were encountered. - Improved logging of file copy problems. - Fixed some translation bugs. Thanks to Jose Luis Tirado for pointing them out. - Updated Spanish and Czech translations, by Jose Luis Tirado and Pavel Borecki. 0.9.0b2 (2017-04-04) -------------------- - Fixed bug where installer would crash on Ubuntu when the Universe repository was not enabled. - Fixed bug to allow the error report window to run on versions of PyQt5 older than 5.6. - Implemented workarounds for several bugs in openSUSE GExiv2 introspection. - Fixed bug when comparing Enums on Python 3.4. - Fixed bug when reporting a file renaming problem in the error reporting window. - When running on the Unity 7 desktop, show count and download progress regardless of whether the .desktop file has hyphens or underscores. 0.9.0b1 (2017-04-01) -------------------- - Improved install.py script, adding openSUSE and the Fedora derivative Korora to list of supported distros. Moreover, the script now installs all program requirements without having to be manually restarted. - Implemented error report window. Error reports are now grouped by task: scanning a device, copying from a device, finalizing download subfolder and filenames, and backing up. Furthermore, reports now contain hyperlinks to the files on the filesystem and/or cameras, allowing easy access to them using a file manager. - A message dialog window is now displayed if back ups will not occur or if the download destinations have a problem. - Added 'Program Warnings' section to the preferences dialog window. - Optimized icon sizes in dialog windows. - Check for new version using secure connection. - Added an option to issue a warning if a file type unknown to the program is found on a download device. - Added an option to program preferences dialog to ignore DNG date/time metadata when downloading from MTP devices (like cellphones and tablets). When it is ignored, the DNG file's modification time is used instead. Many (if not all) Android 6 and 7 devices create bogus DNG metadata values. Since the first alpha release, by default the program ignores the DNG date/time metadata when downloading from MTP devices. - Changed the count that appears above the program's icon when running on the Unity desktop to show how many files are marked for download, instead of how many new files are available for download. - Fixed a bug where device scan would indicate a device was empty when the preference value 'Ignored Paths on Devices' contained no paths to ignore. - Fixed a bug where opening a file on an MTP device in a file browser would sometimes fail when the storage name component of the path was incorrectly identified. - Fixed bug where the case of the extension for XMP files, THM files and WAV files was not matching file renaming preferences. 0.9.0a11 (2017-03-08) --------------------- - Added dialog to configure program preferences. - Added progress bar to splash screen. - Fixed bug where URIs with spaces were not opening in the system file browser. - Minimized width required by Job Code and Backup, and Rename configuration panels. - Fixed detection of Unity desktop environment when desktop environment variable is set to 'Unity:Unity7' - Disabled the use of the scrollwheel to insert preference values in the file and subfolder name editors. 0.9.0a10 (2017-03-02) --------------------- - Implement the user interface to enter Job Codes. Job Codes are now easier to assign compared to previous versions of Rapid Photo Downloader. You can assign Job Codes to sets of photos and/or videos before starting the download. That way you can efficiently apply a variety of Job Codes to different sets of photos and videos in the same download. Job codes are shown in the upper portion of each thumbnail. - Added Run button to upgrade dialog window that is shown when the program was successfully upgraded. - Fixed bug where a crash would occur after using the "Clear Completed Downloads" menu option. - Fixed bug where selecting a different part of the timeline did not always update which thumbnails should be selected. (The values in the Photo and Video "Select All" check boxes at the bottom right of the main window determine if a thumbnail should be selected or not). - Fixed bug in file renaming and subfolder name editors when running under PyQt 5.8 / Qt 5.8. - In systems where ExifTool is not installed, inform user via error message at startup, and abort. - In systems where libmediainfo is not installed, a warning message is displayed after program startup. - Added preliminary Greek translation, thanks to Dimitris Xenakis. 0.9.0a9 (2017-02-21) -------------------- - Fix bug #1665879: Work-around an unexpected signal/slot problem with Qt on Fedora 25. 0.9.0a8 (2017-02-16) -------------------- - Display projected backup storage use in the Backup configuration panel, for each backup device (partition). If backing up to the same device as the download, the space taken by both the download and the backup is displayed. For example, supposing you are downloading 100 photos that use 2,000 MB of storage space to /home/user/Pictures, and you are backing them up to another folder in the same partition, the projected backup storage use for that partition will display 100 photos totalling 4,000 MB, because the partition will contain two copies of each photo. Likewise, the projected storage use in the download destinations is similarly adjusted. - Renamed 'Storage Space' in Destination configuration panel to 'Projected Storage Use', thereby more accurately describing what it displays. - Disallow download if there is insufficient space on any of the backup devices, like is already done for the download destinations. - Added right-click context menu to file system tree views with the option to open the file browser at the path that was right-clicked on. - Fixed a bug in the subfolder and file renaming editors to the stop the message area being scrolled out of view. - Fixed a bug where backup worker processes were never stopped until program exit. - Fixed a bug where pausing and resuming a download was not updated to match changes to threading made in version 0.9.0a7. - Updated install script to allow for quirks in LinuxMint and KDE Neon. - Updated Spanish, French and Italian translations. 0.9.0a7 (2017-01-31) -------------------- - Added backup configuration to the user interface. A future alpha release will show the backup destinations like they are shown in the Destinations tab. - A check for a new version is run at program startup. If the program was installed using python's packaging system pip, and the latest version can be upgraded without new system dependencies, the program offers to download the new version and install it with minimal user intervention. - The graphical user interface is considerably more responsive when the program is under heavy load because of changes made in the ways helper threads are handled by the main window. Long-term program stability will also be improved, although in the short-term some bugs may have snuck in due to the threading changes. - Prompt for Job Code when file and folder naming preferences are changed to include it. Thanks to Monty Taylor for the fix. - Fixed bug #1656932: in certain circumstances the scan process could crash when trying to determine device time zones when examining sample photos and videos. - Fixed a bug too small of a portion of a .mov or .avi file from a camera or phone was being extracted in order to read video metadata. - Fixed a bug where thumbnails were not being rendered in the main window when the thumbnail was originally sourced from the Freedesktop.org thumbnail cache. - Disallow the running of the program as the root user. - Updated program installer to stop installation on Fedora 23 and Debian Jessie. - Corrected error in Spanish translation that caused crash when download started. - Refined detection of directory in which media are mounted (/media or /run/media). 0.9.0a6 (2016-12-10) -------------------- - Modified installation script to fix installation problems on Fedora 25 and LinuxMint 18. In all other respects the release is identical to version 0.9.0a5. 0.9.0a5 (2016-11-14) -------------------- - Implemented photo and video file renaming preference configuration. Job code configuration will be implemented in a future alpha release. - Fixed crash when running on PyQt 5.7. - Added option to uninstall previous version of the program if running the install script on Debian/Ubuntu or Fedora like Linux distributions. - Added .m2ts video extension to supported video files. - Added tooltip to clarify meaning of storage space usage. - Added g++ to list of installation dependencies when installing on Debian derived distributions. - Only enable right-click menu option 'Open in File Browser...' when default file manager is known. - Handle use case where the path from which to download is passed on the command line without a command line switch, such as when Gnome launches the program in response to a device like a memory card containing photos being inserted. - Fixed bug where volumes where not correctly added to device white and blacklists. - Fixed bug where download conflict resolution preference value was being incorrectly set when importing preferences from version 0.4.11 or earlier. - Fixed bug where generating thumbnails for backed up files caused the backup process to crash. - Fixed crash where the library libmediainfo is not installed but the python package pymediainfo is. - Fixed generation of error message when there is an error copying file to a backup destination. - Fixed crash at startup bug when the Pictures or Videos XDG special directory was not set. - Fixed bug when selecting custom subfolder name generation preset from menu. - Fixed bug where ExifTool daemon processes were not always being terminated. - Added minimum size in bytes to read a variety of RAW and video metadata tags to analyze-pv-structure analysis. - Fixed bug where QFileSystemWatcher.removePaths() could be called with an empty directory list. - Fixed crash when cleaning generated video subfolder previews at program exit. - Updated Spanish translation, courtesy of Jose Luis Tirado. Also updated Catalan, Chinese, Croatian, Czech, French, German, Polish and Serbian translations. 0.9.0a4 (2016-06-22) -------------------- - Implemented photo and video subfolder generation preference configuration. - Fixed bug where translation of user interface into non-English languages was not occurring. - Fixed bug where input/output exception not being handled when probing mounts. - Fixed bug where crashed on startup when no desktop environment variable was set. - Fixed bug where crashed on startup when attempting to import the broken Python package EasyGui 0.98. 0.9.0a3 (2016-05-27) -------------------- - Selecting items in the Timeline or showing only new files can result in situations where there are files that have been marked for download that are not currently being displayed. In such a situation, when a download is started, a dialog will be displayed to warn that *all* checked files will be downloaded, not merely those currently displayed. - Changed heading of destination storage space to show projected bytes free instead of percent used. - Fixed bug where thumbnails might not be displayed for files that had already been downloaded during a previous progarm invocation. - If the environment variable RPD_SCAN_DEBUG is set to any value, the program's scan operation will output voluminous debug information to stdout. - Added support for PyQt 5.6, namely its stricter rules regarding signal type matching. - Fixed bug when reporting inability to extract metadata from scan when not downloading from a camera 0.9.0a2 (2016-05-16) -------------------- - Added command line option to import preferences from from an old program version (0.4.11 or earlier). - Implemented auto unmount using GIO (which is used on most Linux desktops) and UDisks2 (all those desktops that don't use GIO, e.g. KDE). - Fixed bug while logging processes being forcefully terminated. - Fixed bug where stored sequence number was not being correctly used when renaming files. - Fixed bug where download would crash on Python 3.4 systems due to use of Python 3.5 only math.inf 0.9.0a1 (2016-05-14) -------------------- - New features compared to the previous release, version 0.4.11: - Every aspect of the user interface has been revised and modernized. - Files can be downloaded from all cameras supported by gPhoto2, including smartphones. Unfortunately the previous version could download from only some cameras. - Files that have already been downloaded are remembered. You can still select previously downloaded files to download again, but they are unmarked by default, and their thumbnails are dimmed so you can differentiate them from files that are yet to be downloaded. - The thumbnails for previously downloaded files can be hidden. - Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. A slider adjusts the time elapsed between consecutive shots that is used to build the Timeline. Time periods can be selected to filter which thumbnails are displayed. - Thumbnails are bigger, and different file types are easier to distinguish. - Thumbnails can be sorted using a variety of criteria, including by device and file type. - Destination folders are previewed before a download starts, showing which subfolders photos and videos will be downloaded to. Newly created folders have their names italicized. - The storage space used by photos, videos, and other files on the devices being downloaded from is displayed for each device. The projected storage space on the computer to be used by photos and videos about to be downloaded is also displayed. - Downloading is disabled when the projected storage space required is more than the capacity of the download destination. - When downloading from more than one device, thumbnails for a particular device are briefly highlighted when the mouse is moved over the device. - The order in which thumbnails are generated prioritizes representative samples, based on time, which is useful for those who download very large numbers of files at a time. - Thumbnails are generated asynchronously and in parallel, using a load balancer to assign work to processes utilizing up to 4 CPU cores. Thumbnail generation is faster than the 0.4 series of program releases, especially when reading from fast memory cards or SSDs. (Unfortunately generating thumbnails for a smartphone's photos is painfully slow. Unlike photos produced by cameras, smartphone photos do not contain embedded preview images, which means the entire photo must be downloaded and cached for its thumbnail to be generated. Although Rapid Photo Downloader does this for you, nothing can be done to speed it up). - Thumbnails generated when a device is scanned are cached, making thumbnail generation quicker on subsequent scans. - Libraw is used to render RAW images from which a preview cannot be extracted, which is the case with Android DNG files, for instance. - Freedesktop.org thumbnails for RAW and TIFF photos are generated once they have been downloaded, which means they will have thumbnails in programs like Gnome Files, Nemo, Caja, Thunar, PCManFM and Dolphin. If the path files are being downloaded to contains symbolic links, a thumbnail will be created for the path with and without the links. While generating these thumbnails does slow the download process a little, it's a worthwhile tradeoff because Linux desktops typically do not generate thumbnails for RAW images, and thumbnails only for small TIFFs. - The program can now handle hundreds of thousands of files at a time. - Tooltips display information about the file including name, modification time, shot taken time, and file size. - Right click on thumbnails to open the file in a file browser or copy the path. - When downloading from a camera with dual memory cards, an emblem beneath the thumbnail indicates which memory cards the photo or video is on - Audio files that accompany photos on professional cameras like the Canon EOS-1D series of cameras are now also downloaded. XMP files associated with a photo or video on any device are also downloaded. - Comprehensive log files are generated that allow easier diagnosis of program problems in bug reports. Messages optionally logged to a terminal window are displayed in color. - When running under Ubuntu's Unity desktop, a progress bar and count of files available for download is displayed on the program's launcher. - Status bar messages have been significantly revamped. - Determining a video's correct creation date and time has been improved, using a combination of the tools MediaInfo and ExifTool. Getting the right date and time is trickier than it might appear. Depending on the video file and the camera that produced it, neither MediaInfo nor ExifTool always give the correct result. Moreover some cameras always use the UTC time zone when recording the creation date and time in the video's metadata, whereas other cameras use the time zone the video was created in, while others ignore time zones altogether. - The time remaining until a download is complete (which is shown in the status bar) is more stable and more accurate. The algorithm is modelled on that used by Mozilla Firefox. - The installer has been totally rewritten to take advantage of Python's tool pip, which installs Python packages. Rapid Photo Downloader can now be easily installed and uninstalled. On Ubuntu, Debian and Fedora-like Linux distributions, the installation of all dependencies is automated. On other Linux distrubtions, dependency installation is partially automated. - When choosing a Job Code, whether to remember the choice or not can be specified. - Removed feature: - Rotate Jpeg images - to apply lossless rotation, this feature requires the program jpegtran. Some users reported jpegtran corrupted their jpegs' metadata -- which is bad under any circumstances, but terrible when applied to the only copy of a file. To preserve file integrity under all circumstances, unfortunately the rotate jpeg option must therefore be removed. - Under the hood, the code now uses: - PyQt 5.4 + - gPhoto2 to download from cameras - Python 3.4 + - ZeroMQ for interprocess communication - GExiv2 for photo metadata - Exiftool for video metadata - Gstreamer for video thumbnail generation - Please note if you use a system monitor that displays network activity, don't be alarmed if it shows increased local network activity while the program is running. The program uses ZeroMQ over TCP/IP for its interprocess messaging. Rapid Photo Downloader's network traffic is strictly between its own processes, all running solely on your computer. - Missing features, which will be implemented in future releases: - Components of the user interface that are used to configure file renaming, download subfolder generation, backups, and miscellaneous other program preferences. While they can be configured by manually editing the program's configuration file, that's far from easy and is error prone. Meanwhile, some options can be configured using the command line. - There are no full size photo and video previews. - There is no error log window. - Some main menu items do nothing. - Files can only be copied, not moved. 0.4.11 (2015-10-22) ------------------- - Updated Brazilian, Catalan, Croatian, Czech, German, Japanese, Norwegian, Polish, Portuguese and Swedish translations. - Fixed crash on systems using the library Pillow 3.0. - Updated AppData file. 0.4.10 (2014-02-23) ------------------- - Updated Catalan and Portuguese translations. - Fixed bug in translations for term "Back up". 0.4.9 (2014-01-21) ------------------ - Updated Catalan and Spanish translations. - Fixed occasional incorrect use of term "backup". 0.4.9b3 (2014-01-20) -------------------- - Fixed packaging bug. 0.4.9b2 (2014-01-20) -------------------- - Added file verification of downloaded and backed up files. - Updated Dutch, Hungarian, Italian, Polish, Serbian, Spanish and Swedish translations. Added Catalan translation. 0.4.9b1 (2014-01-16) -------------------- - Fixed bugs #1025908 and #1186955: Finalize fix for severe performance problems and crashes that arose from the combination of Gnome's GIO file functionality and python's multiprocessing. The solution was to remove GIO and replace it with regular python file processing. A nice side effect is that the program now runs faster than ever before. - Fixed bug #1268291: Handle cases where filesystem metadata (e.g. file permissions) could not be copied when writing to certain file systems such as NTFS. The program will now consider a file is copied succesfully even if the filesystem metadata could not be updated. - Fixed bug #1269032: When Sync RAW + JPEG sequence numbers is enabled, the program fails to properly deal with photos with corrupt EXIF metadata. - Fixed bug #1269079: Download failure when folder exists for only one of photo or video on auto detected back devices. - Updated Norwegian and Serbian translations. 0.4.8 (2013-12-31) ------------------ - Fixed bug #1263237: Added support for MPO files (3D images). Thanks to Jan Kaluza for reporting it. - Fixed bug #1263483: Some terms in the user interface are not being translated. Thanks to Jose Luis Tirado for alerting me to the problem, which has probably existed for some time. - Updated Dutch, French Italian, Polish and Spanish translations. 0.4.7 (2013-10-19) ------------------ - Added feature to download audio files that are associated with photos such as those created by the Canon 1D series of cameras. - Fixed bug #1242119: Choosing a new folder does not work in Ubuntu 13.10. In Ubuntu 13.10, choosing a destination or source folder from its bookmark does not work. The correct value is displayed in the file chooser button, but this value is not used by Rapid Photo Downloader. - Fixed bug #1206853: Crashes when system message notifications not functioning properly. - Fixed bug #909405: Allow selections by row (and not GTK default by square) when user is dragging the mouse or using the keyboard to select. Thank you to user 'Salukibob' for the patch. - Added a KDE Solid action. Solid is KDE4's hardware-related framework. It detects when the user connects a new device and display a list of related actions. Thanks to dju` for the patch. - Added Belarusian translation -- thanks go to Ilya Tsimokhin. Updated Swedish and Ukrainian translations. 0.4.6 (2013-01-22) ------------------ - Fixed bug #1083756: Application shows duplicate sources. - Fixed bug #1093330: Photo rename ignores SubSeconds when 00. - Added extra debugging output to help trace program execution progress. - Updated German and Spanish translations. 0.4.6b1 (2012-11-26) -------------------- - Fixed bug #1023586: Added RAW file support for Nikon NRW files. Rapid Photo Downloader uses the exiv2 program to read a photo's metadata. Although the NRW format is not officially supported by exiv2, it appears to work. If you have NRW files and Rapid Photo Downloader crashes while reading this files, please file a bug report. - Preliminary and tentative fix for bug #1025908: Application freezes under Ubuntu 12.10. This fix should not be considered final, and needs further testing. - Added Arabic translation. Updated Czech, Danish, French, Italian, Norwegian, Russian, Serbian, Spanish and Swedish translations. - Fixed missing dependencies on python-dbus and exiv2 in Debian/control file. - Added extra debugging output to help trace program execution progress. 0.4.5 (2012-06-24) ------------------ - Updated Dutch, Estonian, German, Italian, Norwegian and Polish translations. - Updated man page. 0.4.5b1 (2012-06-17) -------------------- - To increase performance, thumbnails are now no longer displayed until all devices have finished being scanned. To indicate the scan is occurring, the progress bar now pulses and it displays a running total of the number of photos and videos found. If scanning a very large number of files from a fast device, the progress bar may pause. If this happens, just wait for the scan to complete. - Fixed bug #1014203: Very poor program performance after download device changed. The program now displays the results of scanning files much quicker if the program's download device preferences are changed and a scan begins of a new device. - You can now specify via the command line whether you would like to automatically detect devices from which to download, or manually specify the path of the device. If specified, the option will overwrite the existing program preferences. - Added extra information to debugging output. - Fixed bug #1014219: File Modify process crashes if program exits during download. 0.4.4 (2012-05-30) ------------------ - Fixed bug #998320: Applied patch from Dmitry Kazimirov for option to have subfolder generation and file renaming use a month in text format. Thanks Dmitry! - Fixed bug #986681: Crash when showing question dialog on some non-Gnome systems. Thanks go to Liudas Ališauskas for the suggested fix. - Fixed bug #995769: The Help button in the preferences dialog does not work. - Fixed bug #996613: Updated Free Software Foundation address. - Added Estonian translation. Updated Brazilian, Dutch, French, German, Norwegian Bokmål, Polish, Spanish and Russian translations. 0.4.3 (2012-01-07) ------------------ - ExifTool is now a required dependency for Rapid Photo Downloader. ExifTool can be used to help download videos on Linux distributions that have not packaged hachoir-metadata, such as Fedora. - Exiftran is another new dependency. It is used to automatically rotate JPEG images. - Fixed bug #704482: Delete photos option should be easily accessible - - Added a toolbar at the top of the main program window, which gives immediate access to the most commonly changed configuration options: where files will be transferred from, whether they will be copied or moved, and where they will be transferred to. - Please when the move option is chosen, all files in the download from a device are first copied before any are deleted. In other words, only once all source files have been successfully copied from a device to their destination are the source files deleted from that device. - Fixed bug #754531: extract Exif.CanonFi.FileNumber metadata - - Added FileNumber metadata renaming option, which is a Canon-specific Exif value in the form xxx-yyyy, where xxx is the folder number and yyyy is the image number. Uses ExifTool. Thanks go to Etieene Charlier for researching the fix and contributing code to get it implemented. - Fixed bug #695517: Added functionality to download MTS video files. There is currently no python based library to read metadata from MTS files, but ExifTool works. - Fixed bug #859998: Download THM video thumbnail files - - Some video files have THM video thumbnail files associated with them. Rapid Photo Downloader now downloads them and renames them to match the name of the video it is associated with. - Fixed bug #594533: Lossless JPEG rotation based on EXIF data after picture transfer - - There is now an option to automatically rotate JPEG photos as they are downloaded. The program exiftran is used to do the rotation. The feature is turned on default. - Fixed bug #859012: Confirm if really want to download from /home, /media or / - It is possible for the program's preferences to be set to download from /home, /media or / (the root of the file system). This can result in the program scanning a very large number of files, possibly causing the system to become unresponsive. The program now queries the user before commencing this scan to confirm if this is really what they want to do. - Fixed bug #792228: clear all thumbnails when refresh command issued. - Fixed bug #890949: Panasonic MOD format and duplicate filename issue - Fixed a bug where the device progress bar would occasionally disappear when the download device was changed. - Fixed a bug where the file extensions the program downloads could not be displayed from the command line. - Fixed a bug where the program would crash when trying to convert a malformed thumbnail from one image mode to another. - Updated Czech, Danish, Dutch, French, German, Hungarian, Italian, Norwegian, Polish, Serbian, Slovak, Spanish and Swedish translations. 0.4.2 (2011-10-01) ------------------ - Added feature in Preferences window to remove any paths that have previously been marked to always be scanned or ignored. These paths can be specified when automatic detection of Portable Storage Devices is enabled. - Fixed bug #768026: added option to ignore paths from which to download - - You can now specify paths never to scan for photos or videos. By default, any path ending in .Trash or .thumbnails is ignored. Advanced users can specify paths to never scan using python-style regular expressions. - Fixed bug #774488: added manual back up path for videos, in addition to photos - You can now manually specify a path specifically in which to back up videos. This can be the same as or different than the path in which to back up photos. - Fixed bug #838722: wrong file types may be backed up to external devices - Fixed a bug when auto detection of backup devices is enabled, files of the wrong type might be backed up. For instance, if the backup device is only meant to store videos, and the download contains photos, photos would incorrectly be backed up to the device in addition to videos. - Fixed bug #815727: Back up errors and warnings incorrectly displayed in log window - - Fixed a bug that occurred when backing up errors are encountered, the log window did not display them correctly, although they were correctly outputted to the terminal window. This only occurred when more than one back up device was being used during a download. - Fixed bug #859242: Crash when displaying a preview of file without an extracted thumbnail. - Fixed bug #810559: Crash when generating thumbnail images - Fixed bug #789995: crash when --reset-settings option is given on the command line. - Fixed bugs #795446 and #844714: small errors in translation template. - Fixed a bug in the Swedish translation. - Added Danish translation, by Torben Gundtofte-Bruun. Updated Brazilian, Czech, Dutch, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Russian, Serbian, Slovak, Spanish, Swedish and Turkish translations. 0.4.1 (2011-05-19) ------------------ - Added exif Artist and Copyright metadata options to file and subfolder name generation. - Fixed bug #774476: thumbnails occasionally not sorted by file modification time. - Fixed bug #784399: job code not prompted for after preference change. - Fixed bug #778085: crash when trying to scan inaccessible files on mounted camera. - Relaxed startup test to check whether pynotify is working. On some systems, pynotify reports it is not working even though it is. - Added the start of an Indonesian translation. Updated Brazilian, Dutch, French, German, Hungarian, Italian, Polish, Russian, Spanish and Ukrainian translations. 0.4.0 (2011-04-28) ------------------ - Features added since Release Candidate 1: * Allow multiple selection of files to check or uncheck for downloading. * Automation feature to delete downloaded files from a device. - Bug fix: translation fixes. - Bug fix: don't crash when completing download with backups enabled and no backup devices detected. - Updated Dutch, French, German, Polish, Russian, Serbian and Spanish translations. 0.4.0rc1 (2011-04-21) --------------------- - Features added since beta 1: - Backups have been implemented. If you are backing up to more than one device, Rapid Photo Downloader will backup to each device simultaneously instead of one after the other. - When clicking the Download button before thumbnails are finished generating, the download proceeds immediately and the thumbnails remaining to be generated will rendered during the download itself. - Added preferences option to disable thumbnail generation. When auto start is enabled, this can speed-up transfers when downloading from high-speed devices. - Access to the preferences window is now disabled while a download is occurring, as changing preferences when files are being download can cause problems. - Bug fix: don't crash when downloading some files after having previously downloaded some others in the same session. - Updated Brazilian, Dutch, German and Russian translations. 0.4.0b1 (2011-04-10) -------------------- - Features added since alpha 4: - Job Code functionality, mimicking that found in version 0.2.3. - Eject device button for each unmountable device in main window. - When not all files have been downloaded from a device, the number remaining is displayed in the device's progress bar - Overall download progress is displayed in progress bar at bottom of window - Time remaining and download speed are displayed in the status bar - System notification messages - Automation features: - Automatically start a download at program startup or when a device is inserted. When this is enabled, to optimize performance instead of thumbnails being generated before the files are downloaded, they are generated during the download. - Eject a device when all files have been downloaded from it. - Exit when all files have been downloaded. - The automation feature to delete downloaded files from a device will be added only when the non-alpha/beta of version 0.4.0 is released. - The major feature currently not implemented is backups. - Note: if videos are downloaded, the device may not be able to be unmounted until Rapid Photo Downloader is exited. See bug #744012 for details. - Bug fix: adjust vertical pane position when additional devices are inserted - Bug fix: display file and subfolder naming warnings in error log - Updated Czech, French and Russian translations. 0.3.6 (2011-04-05) ------------------ - This release contains a minor fix to allow program preferences to be changed on upcoming Linux distributions like Ubuntu 11.04 and Fedora 15. - It also contains a minor packaging change so it can be installed in Ubuntu 11.04. 0.4.0a4 (2011-04-04) -------------------- - Fixed bug #750808: errorlog.ui not included in setup.py. 0.4.0a3 (2011-04-04) -------------------- - Features added since alpha 2: - Error log window to display download warnings and errors. - Synchronize RAW + JPEG Sequence values. - Fixed bug #739021: unable to set subfolder and file rename preferences on alpha and beta Linux distributions such as Ubuntu 11.04 or Fedora 15. - Updated Brazilian, Dutch, French, German and Spanish translations. 0.4.0a2 (2011-03-31) -------------------- - Features added since alpha 1: - Sample file names and subfolders are now displayed in the preferences dialog window. - The option to add a unique identifier to a filename if a file with the same name already exists - Other changes: - Updated INSTALL file to match new package requirements. - Added program icon to main window. - Bug fix: leave file preview mode when download devices are changed in the preferences. - Bug fix: don't crash on startup when trying to display free space and photo or video download folders do not exist. 0.4.0a1 (2011-03-24) -------------------- - Rapid Photo Downloader is much faster and sports a new user interface. It is about 50 times faster in tasks like scanning photos and videos before the download. It also performs the actual downloads quicker. It will use multiple CPU cores if they are available. - Rapid Photo Downloader now requires version 0.3.0 or newer of pyexiv2. It also requires Python Imaging (PIL) to run. It will only run on recent Linux distributions such as Ubuntu 10.04 or newer. It has been tested on Ubuntu 10.04, 10.10 and 11.04, as well as Fedora 14. (There is currently an unusual bug adjusting some preferences when running Ubuntu 11.04. See bug #739021). - This is an alpha release because it is missing features that are present in version 0.3.5. Missing features include: - System Notifications of download completion - Job Codes - Backups as you download - Automation features, e.g. automatically start download at startup - Error log window (currently you must check the command line for error output) - Time remaining status messages - Synchronize RAW + JPEG Sequence Numbers - Add unique identifier to a filename if a file with the same name already exists - Sample file names and subfolders are not displayed in the preferences window - These missing features will be added in subsequent alpha and beta releases. - Kaa-metadata is no longer required to download videos. However, if you want to use Frames Per Second or Codec metadata information in subfolder or video file names, you must ensure it is installed. This is no longer checked at program startup. - Thanks go to Robert Park for refreshing the translations code. - Added Romanian translation. 0.3.5 (2011-03-23) ------------------ - The primary purpose of this release is update translations and fix bug #714039, where under certain circumstances the program could crash while downloading files. - This is intended to be the last release in the 0.3.x series. In the upcoming version 0.4.0, Rapid Photo Downloader is much faster and sports a new user interface. - Added Romanian translation. Updated Brazilian, Chinese, Croatian, Czech, Dutch, Finnish, German, Italian, Polish and Russian translations. 0.3.4 (2010-12-31) ------------------ - You can now change the size of the preview image by zooming in and out using a slider. The maximum size is double that of the previous fixed size, which was 160px. On computers with small screens such as netbooks, the maximum preview image size is the same as the previous fixed size. Please note that Rapid Photo Downloader only extracts thumbnails of photos; for performance reasons, it does not create them. This means for some file formats, the thumbnails will contain jpeg artifacts when scaled up (this is particularly true when using a version of pyexiv2 < 0.2.0). For users who require larger preview images, this will be of little consequence. - When the "Strip compatible characters" feature is enabled in the Preferences (which is the default), any white space (e.g. spaces) beginning or ending a folder name will now be removed. - Bug fix: camera serial numbers are now stripped of any spaces preceding or following the actual value. - Fixed bug #685335: inaccurate description of python packages required for downloading videos. - Added Croatian translation. Updated French, Norwegian Bokmål, Polish and Russian translations. 0.3.3 (2010-10-24) ------------------ - Added support for mod, tod and 3gp video files. - Hachoir-metadata is now used to extract selected metadata from video files. It has less bugs than kaa-metadata, and is better maintained. One benefit of this change is that more video file types can have their metadata extracted. Another is that the video creation date is now correctly read (the creation time read by kaa metadata was sometimes wrong by a few hours). Kaa-metadata is still used to extract some the codec, fourcc and frames per second (FPS) metadata. - Fixed bug #640722: Added preliminary support for Samsung SRW files. Current versions of Exiv2 and pyexiv2 can read some but not all metadata from this new RAW format. If you try to use metadata that cannot be extracted, Rapid Photo Downloader will issue a warning. - Fixed bug #550883: Generation of subfolders and filenames using the time a download was started. - Fixed bugs related to missing video download directory at program startup. - Added command line option to output to the terminal information useful for debugging. - Added Norwegian Bokmål and Portuguese translations. Updated Brazilian Portuguese, Dutch, Finnish, German, Hungarian, Italian, Norwegian Nynorsk, Polish, Russian, Serbian, Slovak and Ukrainian translations. 0.3.2 (2010-09-12) ------------------ - Added Norwegian Nynorsk translation. Updated Chinese, Finnish, Hungarian, Dutch, Occitan (post 1500), Polish, Brazilian Portuguese, and Russian translations. - Fixed crash on startup when checking for free space, and the download folder does not exist. 0.3.1 (2010-08-13) ------------------ - The main window now works more effectively on tiny screens, such as those found on netbooks. If the screen height is less than or equal to 650 pixels, elements in the preview pane are removed, and the spacing is tightened. - The amount of free space available on the file-system where photos are to be downloaded is now displayed in the status bar. (Note this is only the case on moderately up-to-date Linux distributions that use GVFS, such as Ubuntu 8.10 or higher). - Add Chinese (simplified) translation. A big thanks goes out to the Ubuntu Chinese translation team. Partial translations of Bulgarian, Japanese, Occitan (post 1500), Persian, Portuguese (Brazilian), and Turkish have been added. In the past only translations that were largely finished were added, but hopefully adding incomplete translations will speed up their completion. Updated Finnish, French, Hungarian, Russian, Serbian and Spanish translations. 0.3.0 (2010-07-10) ------------------ - The major new feature of this release is the generation of previews before a download takes place. You can now select which photos and videos you wish to download. - You can now assign different Job Codes to photos and videos in the same download. Simply select photos and videos, and from the main window choose a Job Code for them. You can select a new Job Code,or enter a new one (press Enter to apply it). - The errors and warnings reported have been completely overhauled, and are now more concise. - Now that you can select photos and videos to download, the "Report an error" option in case of filename conflicts has been removed. If you try to download a photo or video that already exists, an error will be reported. If you backup a photo or video that already exists in the backup location, a warning will be reported (regardless of whether overwriting or skipping of backups with conflicting filenames is chosen). - Likewise, the option of whether to report an error or warning in case of missing backup devices has been removed. If you have chosen to backup your photos and videos, and a backup device or location is not found, the files will be downloaded with warnings. - For each device in the main window, the progress bar is now updated much more smoothly than before. This is useful when downloading and backing up large files such as videos. (Note this is only the case on moderately up-to-date Linux distributions that use GVFS, such as Ubuntu 8.10 or higher). - The minimum version of python-gtk2 (pygtk) required to run the program is now 2.12. This will affect only outdated Linux distributions. 0.3.0b6 (2010-07-06) -------------------- - Fixed bug #598736: don't allow file to jump to the bottom when it has a Job Code assigned to it. - Fixed bug #601993: don't prompt for a Job Code when downloading file of one type (photo or video), and it's only a file of the other type that needs it. - Log error messages are now cleaned up where a file already exists and there were problems generating the file / subfolder name. - Fixed crash on startup when using an old version of GIO. - Fix crash in updating the time remaining in when downloading from extremely slow devices. - Set the default height to be 50 pixels taller. - Bug fix: don't download from device that has been inserted after program starts unless device auto detection is enabled. - Updated German translation. 0.3.0b5 (2010-07-04) -------------------- - Added warning dialog if attempting to download directly from a camera. - Add backup errors details to error log window. - Fixed program notifications. - Fixed corner cases with problematic file and subfolder names. - Disabled Download All button if all files that have not been downloaded have errors. - Enabled and disabled Download All button, depending on status, after subfolder or filename preferences are modified after device has been scanned. - Don't stop a file being downloaded if a valid subfolder or filename can be generated using a Job Code. - Bug fix: don't automatically exit if there were errors or warnings and a download was occurring from more than one device. - Auto start now works correctly again. - Job Codes are now assigned correctly when multiple downloads occur. - Default column sorting is by date, unless a warning or error occurs when doing the initial scan of the devices, in which case it is set to status (unless you have already clicked on a column heading yourself, in which case it will not change). - Use the command xdg-user-dir to get default download directories. - Updated Czech, Dutch, Finnish, French, Italian, Polish, Russian and Ukrainian translations. 0.3.0b4 (2010-06-25) -------------------- - Fixed bug in Job Code addition in the preferences window. - Made Job Code entry completion case insensitive. - Update preview to be the most recently selected photo / video when multiple files are selected. - Don't crash when user selects a row that has its status set to be download pending. - Improve error log status messages and problem notifications. 0.3.0b3 (2010-06-23) -------------------- - First beta release of 0.3.0. 0.2.3 (2010-06-23) ------------------ - Updated Hungarian, Russian, Swedish and Ukrainian translations. - Fixed bug #590725: don't crash if the theme does not associate an icon with the detected device. - Bug fix: update example filenames and folders when Job codes are manually modified in the preferences window. - This is the final release before 0.3.0, which will be a major update. 0.2.2 (2010-06-06) ------------------ - Added Ukrainian translation by Sergiy Gavrylov. - Bug fix: in systems where exiv2 is not installed, don't crash on startup. 0.2.1 (2010-06-05) ------------------ - Bug fix: display sample photo and video names in preferences dialog using first photo and video found on download device, where possible. This used to work but was inadvertently disabled in a recent release. - Bug fix: prompt for Job code when only video names or video subfolder names use a job code. - Bug fix: filter out Null bytes from Exif string values. These can occur when the Exif data is corrupted. - Updated Spanish, Russian and Finnish translations. 0.2.0 (2010-05-30) ------------------ - Videos can now be downloaded in much the same way photos can. - The package kaa metadata is required to download videos. ffmpegthumbnailer is used to display thumbnail images of certain types of videos as the download occurs. - kaa metadata and ffmpegthumbnailer are optional. The program will run without them. See the INSTALL file for details. - If a THM file with the same name as the video is present, it will be used to generate a thumbnail for the video. If not, if ffmpegthumbnailer is installed, Rapid Photo Downloader will use it to attempt to extract a thumbnail from the video. THM files are not downloaded. - For now, sequence values are shared between the downloads of videos and photos. There may be an option to have two sets of sequence numbers in a future release. - Due to the number of changes in the code, it is possible that regressions in the photo downloading code may have been introduced. - This is the first release to use version 0.2.x of the pyexiv2 library. The most immediate benefit of this change is that thumbnail images from Nikon and other brand cameras can be displayed. This fixes bugs #369640 and #570378. - Please note pyexiv2 0.2.x requires exiv2 0.1.9 or above. - Rapid Photo Downloader will still work with pyexiv2 0.1.x. However it will not be able to display the thumbnails of some brands of camera. - If Rapid Photo Downloader detects version 0.18.1 or higher of the exiv2 library, it will download Panasonic's RW2 files. If it detects version 0.18.0 or higher of the exiv2 library, it will download Mamiya's MEF files. For Rapid Photo Downloader to be able to detect which version of the exiv2 library your system has, it must either be running pyexiv2 >= 0.2.0, or have exiv2 installed. - Fixed bug #483222: sometimes images could not be downloaded to NTFS partitions. This fix was a welcome side effect of using GIO to copy images, instead of relying on the python standard library. - Error message headings in the Error Log are now displayed in a red font. - Program settings and preferences can be reset using a new command line option. - Program preferences are now more thoroughly checked for validity when the program starts. - Further work was done to fix bug #505492, to handle cases where the system notification system is not working properly. 0.1.3 (2010-01-22) ------------------ - Fixed bug #509348: When both the backup and "Delete images from image device upon download completion" options are selected, the program will only delete an image from the image device if it was both downloaded to the download folder and backed up. Previously it did not check to ensure it was backed up correctly too. - Fixed bug #505492: Program failed to start in environments where the notification system has problems. - Fixed bug #508304: User is now prompted to confirm if they really want to remove all of their Job Codes after clicking on "Remove All" in the preferences dialog window. - Fixed bug #510484: Crashes when fails to create temporary download directory. - Fixed bug #510516: Program now checks to see if the download folder exists and is writable. If automatic detection of image devices is not enabled, it checks to see if the image location path exists. - Updated Czech, Dutch, Finnish, French, German, Hungarian, Italian, Polish, Russian, Serbian, Spanish and Swedish translations. 0.1.2 (2010-01-16) ------------------ - New feature: photographers using RAW + JPEG mode now have the option to synchronize sequence numbers for the matching pair of images. This option is useful if you use the RAW + JPEG feature on your camera and you use sequence numbers or letters in your image renaming. Enabling this option will cause the program to detect matching pairs of RAW and JPEG images, and when they are detected, the same sequence numbers and letters will be applied to both image names. Furthermore, sequences will be updated as if the images were one. For example, if 200 RAW images and 200 matching JPEG images are downloaded, the value of Downloads today will be incremented by 200, and not 400. The same goes for the rest of the sequence values, including the Stored number sequence number. Images are detected by comparing filename, as well as the exif value for the date and time the image was created (including sub seconds when the camera records this value). This option will take effect regardless of whether the RAW and JPEG images are stored on different memory cards or the same memory card. Furthermore, if they are stored on separate memory cards, you can download from them simultaneously or one after the other. The only requirement is to download the images in the same session--in other words, for the feature to work, use as many memory cards as you need, but do not exit the program between downloads of the matching sets of images. - Increased maximum sequence number length to seven digits by user request. - Fixed bug #503704: changes in values for downloads today and stored number not updated when changed via program preferences while a download is ready to begin. - Fixed a rare startup bug, where the program could crash when starting a thread. - Added Serbian translation by Milos Popovic. Updated Czech, Dutch, Finnish, French, German, Hungarian, Italian, Polish, Russian, Slovak, Spanish and Swedish translations. 0.1.1 (2010-01-05) ------------------ - Added auto delete feature. When enabled, upon the completion of a download, images that were successfully downloaded will be deleted from the image device they were downloaded from. Images that were not downloaded successfully will not be deleted. - Added keyboard accelerators for Preferences and Help. - Added Dutch translation by Alian J. Baudrez. Updated Czech, French, German, Hungarian, Italian, Polish, Slovak and Spanish translations. 0.1.0 (2009-12-07) ------------------ - Added icons to notification messages. - Updated Czech, French, German, Hungarian, Polish, Russian, Slovak, Spanish and Swedish translations. - Bug fix: properly handle devices being unmounted, fixing a bug introduced in Version 0.0.9 beta 2. - Bug fix: When program preferences are changed, image and backup devices are now refreshed only when the preferences dialog window is closed. - Bug fix: Minutes component of image and folder renaming had the same code as months. 0.1.0b2 (2009-11-22) -------------------- - New feature: when detection of portable storage devices is selected, the program will prompt you whether or not to download from each device it automatically detects. You can choose whether the program should remember the choice you make every time it runs. This fixes bug #376020. - Fixed bug #484432: error in adding job codes via the preferences dialog. - Fixed bug #486886: Job code prompt can appear multiple times. - Updated Hungarian and French translations. 0.1.0b1 (2009-11-14) -------------------- - This code is ready for full release, but given the magnitude of changes, a beta seems like a good idea, simply to catch any undetected bugs. - Added a "Job codes" option. Like the "text" option in image and subfolder name generation, this allows you to specify text that will be placed into the file and subfolder names. However, unlike the "text" option, which requires that the text be directly entered via the program preferences, when using the "Job code" option, the program will prompt for it each time a download begins. - Made Download button the default button. Hitting enter while the main window has focus will now start the download. - Fixed bug #387002: added dependency in Ubuntu packages for librsvg2-common. Thanks go to user hasp for this fix. - Fixed bug #478620: problem with corrupted image files. Thanks go to user Katrin Krieger for tracking this one down. - Fixed bug #479424: some camera model names do not have numbers, but it still makes sense to return a shortened name. Thanks go to user Wesley Harp for highlighting this problem. - Fixed bug #482831: program no longer crashes when auto-download is off, and a device is inserted before another download has completed. - Added Czech translation by Tomas Novak. - Added French translation by Julien Valroff, Michel Ange, and Cenwen. - Added Hungarian translation by Balazs Oveges and Andras Lorincz. - Added Slovak translation by Tomas Novak. - Added Swedish translation by Ulf Urden and Michal Predotka. - Added dependency on gnome-icon-theme in Ubuntu packages. - Added additional hour, minute and second options in image renaming and subfolder creation. Thanks to Art Zemon for the patch. - Malformed image date time exif values have are minimally checked to see if they can still be used for subfolder and image renaming. Some software programs seem to make a mess of them. - Updated man page, including a bug fix by Julien Valroff. 0.0.10 (2009-06-05) ------------------- - Updated Russian translation by Sergei Sedov. - Fixed bug #383028: program would crash when using an automatically configured backup device and gvfs. 0.0.9 (2009-06-02) ------------------ - Added Italian translation by Marco Solari and Luca Reverberi. - Added German translation by Martin Egger and Daniel Passler. - Added Russian translation by Sergei Sedov. - Added Finnish translation by Mikko Ruohola. - A Help button has been added to Preferences dialog window. Clicking it takes you to the documentation found online at the program's website. This documentation is now complete. - The Preferences Dialog Window is now navigated using a list control, as it was in early versions of the program. This change was necessary because with some translations, the dialog window was becoming too wide with the normal tab layout. Usability of the preferences dialog is improved: it will now resize itself based on its content. - Better integration with Nautilus is now possible through the setting of MimeType=x-content/image-dcf in the program's .desktop file. 0.0.9b4 (2009-05-26) -------------------- - Added Spanish translation by Jose Luis Navarro and Abel O'Rian. - Whenever subfolder preferences are modified in the Preferences Dialog window, they are now checked to see if they contain any extraneous entries. If necessary, any entries like this are removed when the dialog window is closed. - Bug fix: Changes in preferences should be applied to devices that have already been scanned, but their images not yet downloaded. This bug was introduced in beta 2 when fixing bug #368098. - Bug fix: check subfolder preferences for validity before beginning download. While image rename preferences were checked, this check was neglected. - Bug fix: do not allow automatic downloading when there is an error in the preferences. 0.0.9b3 (2009-05-25) -------------------- - Added command line options for controlling verbosity, displaying which image file types are recognized, and printing the program version. - Updated man page to reflect recent program changes and new command line options. - Prepared program for translation into other languages. Thanks go to Mark Mruss and his blog http://www.learningpython.com for code examples and explanations. - Polish translation by Michal Predotka. Coming soon: French, German and Spanish translations. - To install the program using python setup.py, the program msgfmt must now be present. On most Linux distributions, this is found in the package gettext. - Updated INSTALL file to reflect minimum version of pyexiv2 needed, and included information about handling any error related to msgfmt not being installed. - Minor fixes to logic that checks whether the Download button should be disabled or not. This should now be more reliable. - Bug fix: error log window can now be reopened after being closed with the "x" button. Thanks go to ESR and his Python FAQ entry for this fix. - Bug fix: example of subfolder name now has word wrap. Thanks go to Michal Predotka for reporting this. - Bug fix: don't crash when a thumbnail image is missing and the 'orientation' variable has not yet been assigned. 0.0.9b2 (2009-05-12) -------------------- - By popular demand, allow direct downloading from cameras. This support is experimental and may not work with your camera. This is possible through the use of the new gvfs service, provided by GIO, that exists in recent versions of Linux. A recent version of Linux is a must. The camera must also be supported by libgphoto2 in combination with gvfs. If you cannot browse the camera's contents in a file manager (e.g. Nautilus), the camera download will not work until the gvfs support is improved. - Although this is a popular request, the reality is that downloading images directly from the camera is often extremely slow in comparison to popping the memory card into a card reader and downloading from that. - Fix bug #368098: the program now starts more quickly and does not become unresponsive when scanning devices with a large number of images. This will hardly be noticeable by users that download from memory cards, but for those who download from hard drives with hundreds of GBs of files -- they'll notice a big difference. - Fix bug #372284: for image renaming, the "image number" component is more robust. Now, only the series of digits at the end of a filename are recognized as the image number (obviously the file's extension is not included as being part of the filename in this case). This allows takes in account files from cameras like the Canon 1D series, which can have filenames like VD1D7574.CR2. - Bug fix: don't download from volumes mounted while the program is already running unless auto detection is specified. This bug could occur when auto detection was enabled, then disabled, and then a volume was mounted. 0.0.8 (2009-05-01) ------------------ - Added stored and downloads today sequence numbers: - The stored sequence number is remembered each time the program is run. - Downloads today tracks how many downloads are made on a given day. The time a day "starts" is set via a new preference value, day start. This is useful if you often photograph something late at night (e.g. concerts) and want a new day to "start" at 3am, for instance. - Make estimate of time remaining to download images much more accurate. - Display download speed in status bar. - Reorganized sequence number/letter selection in preferences. - Add feature to detect change in program version, upgrading preferences where necessary. - Only allow one instance of the program to be run -- raise existing window if it is run again. This is very useful when Rapid Photo Downloader is set to run automatically upon insertion of a memory card. - Add "exit at end of successful download" automation feature. - When an image's download is skipped, the thumbnail is now lightened. - Show a missing image icon if the thumbnail cannot be displayed for some reason. (See bug #369640 for why thumbnail images from certain RAW files are not displayed). - Resize main window when an image device is inserted -- it now expands to show each device that is inserted. - Do not proceed with download if there is an error in the image rename or download subfolder preferences. Instead, indicate a download error. - Allow version 0.1.1 of pyexiv2 to be used (an older version of the library code that is used to get information on the images, found in distributions like Ubuntu 8.04 Hardy Heron). - In cases where image rename or download subfolder preferences are invalid, more helpful information is printed to the console output. - Bug fix: better handle automated shortening Canon names like 'Canon 5D Mark II'. It is now shortened to '5DMkII' instead of merely '5D'. - Bug fix: re-enable example of image renaming and subfolder name generation by using first image from the first available download device. This was inadvertently disabled in an earlier beta. - Bug fix: make default download subfolder YYYY/YYYYMMDD again. It was inadvertently set to DDMMYYYY/YYYYMMDD in beta 6. - Bug fix: don't change download button label to "pause" when "Start downloading on program startup" is set to true. - Bug fix: implement code to warn / give error about missing backup devices. - Bug fix: reset progress bar after completion of successful download. - Fix bug #317404 when clearing completed downloads. 0.0.8b7 (2009-04-07) -------------------- - Added serial number metadata option for select Nikon, Canon, Olympus, Fuji, Panasonic, and Kodak cameras. - Added shutter count metadata option for select Nikon cameras, e.g. Nikon D300, D3 etc. - Add owner name metadata option for select Canon cameras, e.g. 5D Mk II etc. 0.0.8b6 (2009-03-31) -------------------- - Add YYYY-MM-DD and YY-MM-DD options in date time renaming, suggested by Andreas F.X. Siegert and Paul Gear. - Fix bug #352242 where image has no metadata. - Handle images with corrupt metadata more gracefully. 0.0.8b5 (2009-03-30) -------------------- - Reduce console output. 0.0.8b4 (2009-03-25) -------------------- - Updated Ubuntu package. 0.0.8b3 (2009-03-25) -------------------- - Updated Ubuntu package. 0.0.8b2 (2009-03-25) -------------------- - First Ubuntu package. - Rename tarball package to suit package name. - Updated README. 0.0.8b1 (2009-03-20) -------------------- - Make file renaming thread safe, fixing a long-standing (if difficult to activate) bug. - Implement add unique identifier when file name is not unique. - Added "Report a Problem", "Get Help Online", "Make a Donation" to Help menu. - Implemented "Clear completed downloads" menu item. - Download images in order they were taken (checked by time they modified). - Fixed bug where choosing text as the first item in a download subfolder caused a crash. - Fixed bug where date and time choices based on when image is downloaded caused a crash. - Initial code to show error message when image renaming preferences have an error. - Fixed bug where some invalid preferences were not being caught. - Run default python, not one specified in env, as per recommendations in Debian Python Policy. - Remove initial period from filename extension when generating a subfolder name (or else the folder will be hidden). - Check to see if metadata is essential to generate image names is now more robust. - Remove list control from preferences, reverting to normal tabbed preferences, as the window was becoming too wide. - Show notifications via libnotify. - Error and warning icons can now be clicked on to open log window. - Finally, last but certainly not least--implemented sequence number and sequence letter generation: - session sequence number - sequence letter - Coming soon: - downloads today sequence number - subfolder sequence number - stored sequence number 0.0.7 (2009-01-13) ------------------ - Implemented option for automatic detection of Portal Storage Devices. 0.0.6 (2009-01-11) ------------------ - Fixed extremely annoying bug where memory cards could not be unmounted. - Made sample image selection for preferences more robust. - Added license details to about dialog. - Fix bug where image rename preferences entry boxes vertically expanded, looking very ugly indeed. - Wrap new filename in image rename preferences when it becomes too long. - Make default download folder selection more robust. - Remove sequence number and sequence letter from list of choices for image rename (not yet implemented). - Bug #314825: fix by not calling gnomevfs.get_local_path_from_uri() unless strictly necessary. 0.0.5 (2009-01-09) ------------------ - Implement auto download on device insertion, and auto download on program startup. - Increase default width of preferences dialog box. - Add vertical scrollbar to image rename preferences. - Fixes for bugs #313463 & #313462. 0.0.4 (2009-01-06) ------------------ - Bug #314284: Implement backup functionality. - Bug #314285: Insert debugging code to help determine the cause of this bug. 0.0.3 (2009-01-03) ------------------ - Bug #313398: Fix bug where application needed to be restarted for new preferences to take effect. - Added setup.py installer. 0.0.2 (2007) ------------ - Updated metadata code to reflect changes in pyexiv library. - Pyexiv 0.1.2. 0.0.1 (2007) ------------ - Initial release. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/LICENSE0000644000175000017500000010451514562557501016236 0ustar00damondamon GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/MANIFEST.in0000644000175000017500000000101214562557501016753 0ustar00damondamoninclude *.md include *.in include requirements.txt include po/LINGUAS recursive-include data *.in recursive-include data *.png recursive-include data *.svg recursive-include doc *.pod recursive-include po *.in recursive-include po *.po recursive-include po *.pot recursive-include raphodo *.py recursive-include raphodo *.qrc recursive-include raphodo *.txt global-exclude *~ *.pyc *~1~ *~2~ *bak exclude raphodo/test.py exclude raphodo/test2.py prune tasks prune tools prune raphodo/tests prune images prune sourceimages ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/PKG-INFO0000644000175000017500000001775114562557503016335 0ustar00damondamonMetadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.36 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: https://damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.rapidphotodownloader.com Project-URL: Source, https://github.com/damonlynch/rapid-photo-downloader Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: X11 Applications :: Qt Classifier: Operating System :: POSIX :: Linux Classifier: Intended Audience :: End Users/Desktop Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.10, <4 License-File: LICENSE Requires-Dist: gphoto2 Requires-Dist: pyzmq Requires-Dist: psutil Requires-Dist: pyxdg Requires-Dist: arrow Requires-Dist: python-dateutil Requires-Dist: colour Requires-Dist: easygui Requires-Dist: packaging Requires-Dist: pymediainfo Requires-Dist: sortedcontainers Requires-Dist: tornado Requires-Dist: PyGObject Requires-Dist: PyQt5 Requires-Dist: babel Requires-Dist: setuptools Requires-Dist: show-in-file-manager Provides-Extra: color-ouput Requires-Dist: colorlog; extra == "color-ouput" Provides-Extra: progress-bar Requires-Dist: pyprind; extra == "progress-bar" # Rapid Photo Downloader [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## Personal Note From the Developer This project has only ever had one software developer. I developed a hand injury from typing while working on the code in early 2022. Code development has slowed considerably as I seek to recover from this serious injury. To work around the injury, fortunately I am able to use the JetBrains editor PyCharm in conjunction with the voice recognition tools Talon and Dragon NaturallySpeaking on Windows / WSL2. While my ability to test the code remains limited, at least I can write it. I want to thank JetBrains for allowing me to use PyCharm Professional For free under their [open source developer program](https://www.jetbrains.com/community/opensource/#support). ## Removal of the Install Script Due to my hand injury (see above), I cannot maintain a custom `install.py` script that I used to provide — testing the script in the variety of Linux distributions it supports requires a lot of typing. The script is therefore removed. ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Install the program using your Linux distribution's standard tools, e.g., apt, dnf, or zypper. The program is currently not available as a Snap or flatpak because to interact with cameras it requires being able to break out of the confinement Snap and flatpak enforce. This may change in future if there are workarounds for this confinement. Advanced users may install the program using pip. Please note doing so requires satisfying dependencies that cannot be satisfied with pip alone. ### Software Requirements - Python 3.10 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.8.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [packaging](https://packaging.pypa.io/en/stable/) - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794240.0 rapid-photo-downloader-0.9.36/README.md0000644000175000017500000001432614562557500016507 0ustar00damondamon# Rapid Photo Downloader [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## Personal Note From the Developer This project has only ever had one software developer. I developed a hand injury from typing while working on the code in early 2022. Code development has slowed considerably as I seek to recover from this serious injury. To work around the injury, fortunately I am able to use the JetBrains editor PyCharm in conjunction with the voice recognition tools Talon and Dragon NaturallySpeaking on Windows / WSL2. While my ability to test the code remains limited, at least I can write it. I want to thank JetBrains for allowing me to use PyCharm Professional For free under their [open source developer program](https://www.jetbrains.com/community/opensource/#support). ## Removal of the Install Script Due to my hand injury (see above), I cannot maintain a custom `install.py` script that I used to provide — testing the script in the variety of Linux distributions it supports requires a lot of typing. The script is therefore removed. ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Install the program using your Linux distribution's standard tools, e.g., apt, dnf, or zypper. The program is currently not available as a Snap or flatpak because to interact with cameras it requires being able to break out of the confinement Snap and flatpak enforce. This may change in future if there are workarounds for this confinement. Advanced users may install the program using pip. Please note doing so requires satisfying dependencies that cannot be satisfied with pip alone. ### Software Requirements - Python 3.10 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.8.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [packaging](https://packaging.pypa.io/en/stable/) - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/RELEASE_NOTES.md0000644000175000017500000000332214562557501017575 0ustar00damondamonRelease Notes for Rapid Photo Downloader 0.9.36 =============================================== - To run Rapid Photo Downloader under WSLg on Windows 11, using the [Windows Subsystem for Linux Preview](https://aka.ms/wslstorepage) from the Microsoft Store is *strongly recommended*. Using the version of WSL that comes installed with Windows 11 can cause severe usability issues while running programs like Rapid Photo Downloader. Read the documentation on Rapid Photo Downloader and WSL on the [program website](https://https://damonlynch.net/rapid/documentation/#wsl). - Rapid Photo Downloader 0.9.35 requires Python 3.10 or newer. - Rapid Photo Downloader 0.9.19 introduced support for HEIF / HEIC files. The [documentation](https://damonlynch.net/rapid/documentation/#heifheic) goes into details. - Version 0.9.19 also introduced much improved support for high-resolution displays. Consult the [documentation](https://damonlynch.net/rapid/documentation/#highdpi) to learn more. - If thumbnailing fails to finish but no error is reported, that could indicate Exiv2 has crashed. See the [documentation]( https://damonlynch.net/rapid/documentation/#miscellaneousnpreferences) for how to resolve the problem: - On some systems, Rapid Photo Downloader cannot use gstreamer to generate video thumbnails for all common video files. Install the good and libav plugins for gstreamer to solve this problem. In Debian and Ubuntu-like systems, the packages are gstreamer1.0-libav gstreamer1.0-plugins-good On Fedora, the packages are gstreamer1-plugins-good and gstreamer1-libav. Fedora users can enable the rpmfusion.org free repository to be able to install gstreamer1-libav. ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/0000755000175000017500000000000014562557503016136 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/0000755000175000017500000000000014562557503017251 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/128x128/0000755000175000017500000000000014562557503020206 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/128x128/apps/0000755000175000017500000000000014562557503021151 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/128x128/apps/rapid-photo-downloader.png0000644000175000017500000001703314562557501026243 0ustar00damondamonPNG  IHDR>asBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<tEXtAuthorJakub Steiner/!tEXtSourcehttp://jimmac.musichall.czif^KIDATx{\}?y.\r$JLE eӑU'vvA&MRa qZp`6\C:%R~Q%")rE.rwvy{}swg/q3s3;;6 l`]<KԶac!F?翻Z_7 (O:}ҏά-L͆c=8W2֡4](?[ަ)eùfS@{҄ҜS2; b?,`,?T*i5fm*/"foUx /21R l;|˶vJʔy mt3 U-?gw;eG_ʺ (Mj}xCQ!䍛שk19uC7{iuc>e3do|iQ=vo(JʆʯY_' 5`"/-b81BϮ*S(]ƐݽΝy}>2s'~3}VQIJ0 {/q(6XsP:2L$.a*3Vg@``t \@)m]ih'+=]\b۠5KO>IgA)yF!YQ'>_e@#,D)4v0:ȶ}n?x,=h`A=מ{bյ @)'~iONHs#^jx(Soű4bv: d$YľcN;ߡ曨lM}z59~?pwPjT"k<نeCHTD ch\@z27ۚ,%?A uGePti jM Lp8;G1gT$;6JV+WIo! g(-1D%*'#E)D a1C-ѫhC[&0e FGʤ[>^4#(҆1x-5ߑ3:t:؃〕"RX>@A'PΘߑsL"Sȗ Ȫ6/ߨ^ ` LB0GgO[Zb9Y)w)캨Xa ltZAcTpڶ gƋ E#.s xM0΋ ò'g^mkȾ:x"8 8_x Xvo5πےγpӤ/dy I'[`Pvr}q0?qӲ٬=($ w-HR-[0??_|kM!Pb$#Yh^lJ K` gTm399ʗVxP[oڴi~8{EDXXXp[ITA;,z~i/E GzylಡR 2QDz,ߏ1:"RMjgf5TSvt!r&s܉U,]A߸3;:Z]sʍ]7wcd/. ݄UNaKIDUqyh":4AtBX̷y<'Sϕ?jMnƠ?'= 񳧛F1l8UL[h{-=;;  bkӉ{rJ*>< wܳ}SWB\_SWcef~'{lvdޝ/?3|гާ/3g>8 sk8m=XOP}6{}>OW\_*f<.,}<'Hl7f(eXf,gE.Me, LlVYY6cYr ,n3R%sle5g([&'xm6pxgbG/U,EF9}1R˜|{ƿvJٹ|o}og?{xx߲yPڥo؁ydc1z7&gCi>_NwN=[˶@!bǖ"g^+c|#s+se!BQ5(Jeq.ǡRuuJN^TTuIR֩k++U[5*:F=|kuh# >s37GJ5?{|{[JyLƑ@19R@jS |N1rΣGbjKgO~ϯ]Nsu|nY>~{j# du_ hoLx4KqBDҍ񞛐W; JIKS³ho]\kp}=l*Ǔ/ԭG^/'~j;?%5女 yK[^1̦2%]֤Ț6:nIx. 7&R3sK-/OэZGKShOoҸ1ɲ5d-w Y:~]8Sr|UpƼ$lH, ZXl[CM< ZRq'0C+&aWyN`7诿'EXi:r)J4g=lJҶ-XZz;U0 RI^D 4~;Z Є jNw!g,x ӠCp٦,Wo2gXyt ,%J|\1Zy qpIo~1%Vײ,,M@%F X8jap_UiM5~\me5MYKQ",nD H=kWrt+ [[֦Ciݴŭ1YA1WBD]ص| fy$R~4G#!F(etnxZU}-N]8|t[PgiZg?]2swHSm7?Da7J?80o_}Gb7KgRް!UAXb1Vpqmi~pd)le8},m읜NZV8N1;AqQ-~<;[6_9L;w;ܿ u'O9bZ%(ٵ;x@% i Ú ,S[(eH߈ũ G8ő+<گS2=i  }fw`iVݹ-2ZK wځqjOQqڶͶmrTJtn?m[aV+$+k; T,U/U,tg5EJ\ipR"yXq#{Dsk?[W7j\/3QȒSZTkNĆ6Fqθ UCֽ況ZVp Y&9Tfh soWU찺A& )`d%C!j,Gr:cG>N3a-`Q@߫xpxf8#!ބ&@4/_+Rnѭ7iҢ!}LIʏ/͏/@WkraiFƆ^)?*#({psZetmvLA?i$wn؃|HM (eLxwwx)& ^7=xk"TjezYvcٹ1*.7emTub:b,˦P(`+z`/?yFZPLs7h""3 tiwW[o !ڝ <9Ivr(?z>EaQ)/$a`/Y^}Ì1Ps=Q'%3PsYrYU$:kaumE;]fE┟.cY rIQcշ(g+ V$GZ9g r]}@&Y!#haE)o3,3NPV\8(3, Px%ƕ?etlMoq[Ck. ;8٣P~Lg $#[ZLNbS OHr@.ۂj) U(?oGoRoa޽޼[ubZc]oI:7t^ @і0OqB'jw!%G_KGV 56N=95>l,̶m|[e"Av.(D[>4Q΂}&銌(wʏ>W1%3 Y} ^f^nr rX$S,Fon++W"$~t(?2X!0kꛆ.@MQW(w`3x)e⊰UEtcQX9|'GQBH Xqӕ OL}SM !a]1v `(R~sqe2S ȏ&Q~+h׉wH2'ֿEkZlC?:9qOQ4F E5AGNȤ3 Y' !H`=Bk-$ʺA$M|?jESDz&ު`VX*8pSdPQQq˭b[2;Gn KL#\!ez#B-R؛)?X-cƲ\_,S;mΘQt{.ZԎwSmn 񔟵==eAƶ==X*B2ҷ򕂭s( T'# (A>rG8444 cr׮/` l6,:bN9X3vizoۊl֢hn/3uMcY'PnRI_wgyWAD_m۷sY/rX^o6򙔕CBhv-*.(?f?x[EQᅨ΃U_3(eO6ְjN1rs]/;{FƩ~>])h kG\/7dc?F"3 J)˘Bmw[\q`Z~AP{mz%ʎ}Pb!5Z=+H3@F؁pdξ7O ? HG=P 8I_TOu3mtup]H#KmT` G}trR#ԭcAHo>U; {AG`=B^G =CQV Io`6 l`#kUIENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/16x16/0000755000175000017500000000000014562557503020036 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/16x16/apps/0000755000175000017500000000000014562557503021001 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/16x16/apps/rapid-photo-downloader.png0000644000175000017500000000115314562557501026067 0ustar00damondamonPNG  IHDRasBIT|d pHYs|4ktEXtSoftwarewww.inkscape.org<IDAT8u=kQsg#Yc$,RA`'ZۈKM,`iB, ["&.dWם{^4^Ĵpiro+폝tj7`3Sŷ+Sϭ˧Đ$ڢ'R7{=|icz1j=1=h٭g/m=6n3[ߗzs$̖S3Sf ѯ5v|{<1F HьHC. d4ExCer)+of)O$af @`xKU H!7+]IENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/22x22/0000755000175000017500000000000014562557503020030 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/22x22/apps/0000755000175000017500000000000014562557503020773 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/22x22/apps/rapid-photo-downloader.png0000644000175000017500000000174414562557501026067 0ustar00damondamonPNG  IHDRĴl;sBIT|d pHYsXXtEXtSoftwarewww.inkscape.org<aIDAT8oEw>|, !r"AE@4hDB !QPЀ(D$ġȇ>sKgyFĐox!Vw,`p9sak$bW@ p`T8h R$_sj t1SqpCo|_.m;5>I <5_}t\/v3/_ v,Oꅷ Yk+āW}[f9?6>;3?gv(9&^X|gvxxJsnԧr"FQOP#sp5&k84mluZx?cP˟/({XQ!=4MVWzTGc΍CNNQ%6PF@AHA#g _\.`bJ*K B( p2鼎:vNTQTrJ1TώJF*#^˛oH*H  vxOW{T@%t{x'y_JRm%3!@[{?W í)zbn0棬@߈ Kkkc8/%U՝#UU%n̜wV }9UOwXP@zH\0T Ql(Wt,xpZ l{ˆz Jh)EmQU؝"2 = ,DMU9XO TIENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/24x24/0000755000175000017500000000000014562557503020034 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/24x24/apps/0000755000175000017500000000000014562557503020777 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/24x24/apps/rapid-photo-downloader.png0000644000175000017500000000211114562557501026060 0ustar00damondamonPNG  IHDRw=sBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<IDATHoUsG&") H&R((@)x AA BA "eA;f׻;{wu[Fs=ߜ;#fƣoO|}l~8p8k\")i "qL^&5\kM@4 uY/S~)z ? X  s08z>$3 X`lyH^_};$ c 6ˆo>x3b 8.y?SjomS)ͯdkP-[E頡S9Tiˎ\kcyTe'@q,&LP? ']G2 f@6R@\(?pil(J31/LC))۱m,?~e21 y$C U!S~z gnP,)$D'ٛoaеk_7|`M O&A#~`&8';Ӥo!V&XE23ٕeiܥ2l-Ҭ/9Z[8^ԚMmC3>ěr.ǩ/)֭h:polC2Y@oMeIe79&=S,X(k48q+܃Fn~>[ܽ LNᣨ672J}?򆣏?n6u>}?to<;NCm2tu/2fKu7= SX10ͷ= CDvr-'d:־ETvOK̈́ < Ȳى|WDՁ6x nsq0w-رg^n0ƃB ;_ F4={`bQiO/o<['b`01PaޜC&d>u^Jq |tuU&,]z ޴"0r|ۮ|uqN@I \ȲNdY$ $b_$p/\?ٳ3PW9wdLjS6HVQ"/˒܁,iITtsk,j?/&'뎛0SM/> %+ k`XœQF-٤΃M`]Mx2t]l|<8$`av\}>l'e 2a-2f;GYց^IQsYzi:~ġ"JԵxZYeJPVnIBҫհ/a߱:D0 $zdS5Z!@V+@Oa@wYI[ q;{cGNdY5ra*+B $L%x:H} dS"7QM%7zcd)d!vN%1VH#VDd^yL+ =K"X`@ }-!k5Lю75|Tn2OʲB @K?`@@(rPQ9=d%JYMDVHVW5 SX]CBi>PCm>j*0(Yy,e@T/D`1PkPX0d쌋(?=@L ţ٨an3t}-SvMcd#k⤲4ۧ<0 )#ױS.嶸)#+oHVנ@V21}'L.2; `!#|:0i/cZӉ,l LdMz{2yA 2B֌`=IE0UAY@fo "TֈPmїi h2& EsCXy06}}f1ʫdCxY y'% :ZBZe]I6ԍ&^G$8eC(9w9/Kс{Q1Fu.˪e3Z90bU *åg$x޳$$K5t< p 烾@ c|3P[K: 0-xCS_oSr}GtWDO' dث@x7,I`Sui/h_6? z\.X)q'!{p:[<ҳُB쫀 A9/m_ܿU6ƟlC/D1Br{oJޡp΄Y`DB Fq `GC;NU /`dkd!5f`o{4? 8&}aS@(:@#}/ F>'&&D&`@!Z'pdu x˜>cK8a sQ|^/Usx98)9W7|>@fhT=]7y1bdZfZ{3;wbee UMT(pSVNnJkRʮ0ZJ {tm=)y A Z ֮<ۇ|^T*/h{T|N|XـF:,ڏ㪫|{EWsN߿B!g>@ &  +"_- Kq%Vl0!Bc|14:p cv*f ]]U@BP2(EW:j hngWP=qEJX0Dpxe)Lts'@77#siwS:]Y͠q{zq|ɧz";-`x eOusU/_v/H-5R@ooH9, W܅Tsv ne1<_,T [ăߡo!Xz?Tχ wNxKQ>+q;=[x6B/ܿial-c/ހ' ~cxEHsGO^ܿp)P_}Np3KF OKb5.}^~_ՓFyHȯ9}ZooTXt\g26'ca*lY]56WƎ Nvfғ50mey 3jΖNO`~*jzj;?f˨b*2}mG ΅4|yZD 8}2};q?"k3aOwb)x[n䪹"m[ !p iMsB$Ye?J_L h.9c[{Ωr#}Wo9x%fJx 6/>9iWZӡmu}ͺN"xMb~Wp%s7뾄k'!Ʒ{'y|vwx7dz3}uѶ\W85|_e&+{8`Rsڄb<=xF;_ NLnǯkvSb.`[9puTFŋZmFƪJ9fMm6 dFHl!R7FZ[֥5[G譋ł杗t)N[מXěnڋR{}{pO.Y?g 8K[!3oMoL[*N廛S".zN6;A!{jbΟ I#!S h;G-YieeI%q ԚE|8?Q*v3^oV^6>i][C烏{G x ^CFnK#Vv%-w"RG=J]soLO_]#xbӇ fmkRl{(or۶"k0 ٧ ]QMQ_sG!^BXPG=~=JyqxnDW tPBӇ^1& ?e7Rf&G)hzY*_fgʐZ !pX6ԯ]Oj|˷]osX*dt8<6sunL@o,l`rs% &O6W*"p^LM/g?9/?m,sӇw?׬j%rPECڅI`>oSie镂hY&c z{/`l{ly [ՇyKcS~ pr2u&*IuȷA/42jD)\$Y:fYM"KY'z>e<8!NkX|eI'aXXw !~)C3r9LﰁݼB}0 3c)ڌQQv"e<'(ϒ^Y[tYmqۃ7޺;| ~aD9Xwv#Ef@P^i4WYQ"dYDz#2~/Xfۯىƫvc\76Cӗ{` 9&lZ4<:Md=u>鍇ŏDuuiDV+"?9vkf`3jό+efEe,1!'X?*EizRa@G`Ny80 m7WE 5u$!7~HIȵv7  Ƽm D-n*KIE=v:&xgxk$5v(/lRY> E-ӛO[BjG=M`ഽT`PkBPj:-S$t!5=DY7,$y̑(pQj F:NRy&?F,D=$4#/Y;>^H:<|`JM)8L8 Zv&` )iD; UdNyui?P(`v`JwzT}P [dqp(tedt6<z;,CHJL=҈7!gV+eZme,ȮUeW+JzW:%&лRd+S ߕf|DhxF 8vW`ƌKK$~[ |ܕ ^c$G7K ^8/ɞ7m4s8~ QF^(g)]ۮy:6K @Oڈ_Juo-_.dϬ}8K}yr?yśRO9v*\+Qm٧O^ sxT$joju2V L k swAǬ>+c'9A h! g՝?)Gރ sZ٥Y|{yڢٵ3w+O~?6jZW/?.ɟ!%R :H+:/1-HyRۏy׭ fU>Ix͘3pZ2<{:RWÑ7aSZ<#}ԍCZmJ)[iS7bnb&/.O*qF`a&۠y|{=OuWju9s-vLE7G},mcǐ6p o=àL$ofuMrafsS AL76q1H{8@ʫ\LFLM!??o)vyvt1kFs`yyYSm# _:N> P]߁ZK2>wc鵝جOʮTf'>ɱu,eN Qw.l.|0]Z94SQkʞ^ۉ`f|'ϣpju7n!VK<&0[ɕ .K%Q+%gjuT+P.nioSSSiO)jh6]x͞ `<.]2A7z M4yT,+PX>11.LxrqfX};pzr ӓELOX뒥XIDATQ' 3 x7B-˸ꪫ0;;;څ0صkVfZ((8*7#KvsPHΤMƘk Ub/Rj5e OA>ؘT[ԅz Cba ĸaoGb[oTmRGn;quoE2SQE9Z:fGg.\ӹC]eߧw^Y lGkKdѹWM^@vJtp"b@vz;iW`Ƃa`uJ3ENj(sc $@)F:+u44/dFMAb jV!@q3.⨸$ћM jbȜ 2fȡ;g7@ݧZ_RUk0Qɭ$2Mu)1?cb1Fh5@ T#_]?ZG=~4:0~#×⤨b?!Ve!AJ늘4FpY@O@XA~2PxFRY'+P,ZSGjg@ ̾(\tjP~pA!׮r9GCS k-d!>`{7]:_׈GrV_!0^ zHk1 ;G kHCObF[[.Wujq򣍮g7 mc`AEξ [8F !|?! `6aȻ)&V rƉ `f~Oqr|CʯƖahS9;Y}Y{%#kC` H[:Q!b sA!3Q(`ܞ0R([  :;vKR~1 Cz¸E" )}& Yi( 7B_P)^Oj{_mM "%oTkv:_YsƯ_be͆[tp~("4OB!r 7alpT(S`RoCĢbw,䉯Pnϴ,%H 48?$֗^D'  *W5e(dJ}\әL)RS۲H^Z_F;5! D? %leߙ|:k_p@TDŽz>P~ G/݅;W;(R ZM,0z=D?@XpTI8CַCS>lA 7;h0M*@4tRD PDTwz>ʯ/H&v mMO)@ETl@< 7V7xGSq+e\D:ʯǜim@;vywxJ|:ۂr׼ wmAS@!F#qFi)=jVHd1 QRI<ҥ&])!yR sz4@U-8a7*❆vI#6q7)5kv3QFJR~>Q33- l{8$ 䦧AE!lsjf F2>ž=LhM}"ܵ^[ l N403~yZʯx 5J,۱CHhzetXe)Gna!Uۈyme/? tFO"S 6kN\*+" ? GS~md㋌ U.VcSjew|Mh]hP|( -oj*.NV7ɖvUiךS ug ͱ)L~者59/|mgw>[ Ij})P`@ib`=>KvJt6]T%:][>MڬR.kJh1LΥD~/yk{/ky_IQbfKc39P8O HXĄ\5 %$3{at_kyPwG2äMA) fb2]$v/~ ER~УifEje@@֓CPg.ϼ/,{|Vۙm5#< b? gQEސ5-P~EVOTp#?Qd;e{0zoӯ{Yu_{.*Pw_Lܤ e:yå'KkPy)FۜG7yӎά፵5 'N4k'~OMKo;6tr .s#s VEe/Uqouo 1?r+k1?/'Azc@4T@Ldv!@vqtsDZU,!<6.' 0ZQ:FYӚ C~ v3eJ (dH(?IeޞQЃts:6 ;Hx=Qf%FCz"ޅ^z7p!|RtӨRx Hr퀈ba; *+3@m2#Hn JTAdB`W?qz2r}+VA14kJez@ЍTJ[)ҁ BIehI0vA7 _3l :1>m9DJ-[ 5zNAP1EMA$ (д{L(:P`It0K)(R~QZ_)mxv Š;Rj~KK71~oOaZ i:x9hNsE#CJc]v$1-2 PW{zɈ %?j$`(dFk}J#eP /O,WҊDXz񖈉U!0'5ba6qD Iυn!ʯNE>LG@Ym*:Y"kվM#5b/?l0WU-\ĩhߍǔ?x~T&l̈́mYd If*W4ƉC:ΖJ(2 5J9[IϬOK=d;7hYÅˁulHaParbG3|Fw]X>t 3Zb#(# ңw~`8Ѝ AxG yyLDK_x4"3uY@X&tsO#`=fhj \b)qw$ƀk~jkC/65  `ʖD)d@)R~ˎvZ=G/w5◧(WJ'g6}\(*G$JC-`P㒶&.@ȎՅo*`Kޅ'J"S` BR8H7*7ᛜ) PK[ߍYZd9qFEBj~?gA9}È>,Sq(S4[Nӕ8o Wd<Y{]#sH(Or^=d'XXvxc"'5ʈ'1~c<ڳ/s FnFeb$W~lD1\\`yNH}c)er ScX4;\CyA`X:vm&01J,AS+pf{i_)dχ{ DʀRBV6hN<'ȟu]S.E z.Ⓡb ;@3Hwyo({[|n?(?!Œg<lD`L6!&@CI7 ghZ8h_ 8(;ZNW9Vƹ 6*5ٖ ~Cmvl=f0b>uM DK.Svϡ [vkƤ%Y`WbdTj7^^^@033)gQ*Po4[ʈ3PB0ء~D)z_BDc. (\^]=Wyh~w.Nz,y̒/#F}@`x a^]UzDz-;bu5YX'eL#3A- #P,:Dc<#}xIb!3(`7 "LD3놁:PU|SG`k."r`spUo. ߬r恭$4)T鿪Ty0d]Àj(Nd&Dt-:ᇉtm T$ ӱnhMkr'Z)h}F/k42n VY0gtm¢kd IENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/48x48/0000755000175000017500000000000014562557503020050 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/48x48/apps/0000755000175000017500000000000014562557503021013 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/48x48/apps/rapid-photo-downloader.png0000644000175000017500000000505214562557501026103 0ustar00damondamonPNG  IHDR00WsBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org< IDAThKl\W;㙱c8q6M%iiS, *6,`T!!XEQ`UP)+UM۸%>4Ǐ>cqy8 '͙;^[%G? (nچxOއfm FE&c~2d1Dw2vQJIqw?Yf. \92] W쁟`׷StDa *O + ]ңBO=0t@X{IS:,V~řiƾaUw5؝3?6{>wTIY8I1Spcp.Ci8xA]@<נ@,TvLt4[{l0s۳Kg/stO>}k7R Q ?A ~ҽLszh"XK fs9?s= 8(t0!X$~A^q3uR8cx|ԭ#B)(DC08LA1Nj(uIw9Q 4SD&) IFXPmk'ƻZ7{KeYz]M{!^P1[3m7$8ZHx&&y 0r x"$C3PUH۩VqQ ܵs80[])PG&$⨋ןJ`|H`+}s!Mx{]ƪ>=L gjK8wGT7gN颓#=h[v>r4ܗȱ7b{l>{n]JTT&_p·}SGU]͏M*GNꃷJ1sSО.ZGv?'*-qLQ4>AUVk T_Y]&IUVVHY^^&ԗWר'}gfwVɏloD9 " Q\;?rP@|A|OA$xt^NWJz= Q"{ړ`c~w<> BGvvP BQhRqd|$A Pƫ8184D/-Y%u%XD9N+EF H=Z/@'x>IP4쌼n Z+қ&IIJNkP ̬^sS}A>Lb5<`Z5V1'pji;<5N "9}NVj.;Y^+p){q!.-m,|}3tiK8x0Z"k}?cR_o<0$5wJ 2E)V,Z]{X ?m޾;/ W@q^[/{玼^-P|9;7R! $8+>>}+F޷ &$6om` x.ږRv\`-E;U5 e%>\ *&)`hy"jm;wmtٱc8h״'n{גkHu!3{ق<^.xl3^k=ty85br=e7 垸>8-9)=*צmv3&XK:lc7| &; WòOǬ[q9A gl ;>2}M|nw1t"'ƕHj32,$͍<4Mc)M'Pʢѩ_;Į\ɱwoh`3 Xvp2eIhzu:k\9uɦkᴛU2|^r Dɰj *àBaCbsq]~-Fm;<C-Ɂ>×pnD<icEkch,yspo +?FM^h~-X $<?^ | xp?Q?wۣj7J֭xj=wZuuޱ1XhheS x+o/k7@qg{ 'W4j[vfzYݎNhܙcq;z+Ƶ9;z\\30"< }7>! <#C2$vq+>$<-s>wn{)Peh $0O G_41Y/Q!b{alVlu<-7S7ܠ`! lvf!i6EY謚,trh371< V7cy8/,{k7k D 2GT5Xl#`1/_'^~{zkUZ>n*AAXuh8sY 2BL][>X9N/D%lXwֱcZ;wbm-ne7|J@E  $4V T--^%6F} PF _2/%b`)a3>xIǗ[o^ϵo_yXz!,?2B@A!п;EzNQٮ౨><UF1l}سomr" ю3%6˜:zoaAK~L]M>˪V.޼,Deapܳg1hOO>,085hkISb`=|ō0nd! y2afv^kS38]k[4jLmLBo88o؍-,p{#X iΨ%sJoF߭lSZX1rM&<ƶoApnw2n|?v\3(@q`N灀E=J3W:̓4#,5 AV|K2}F\uY]mzzRzU Izyzׯ!.wsJuwva5WcGqwTcmG~pDē8OK82F}Juf 4:״^ԟ@'p=pgg/{=沦v)w#Fr"1Ce$;m^sbzչVVp0=hZs ؁7_ lýe>p_ Gc:z7ktgu- ,|+h>,k&&[\B. DȟFG Ef@dqykgt{J><KߏGr-:ov*}09s,"qƉכѹH! eoF96xv DA^iAąЏ kɱ^vb:\+Wi9oqB`˲#bj8N6ZZ+{JCA$duЛ6 NJR߭`ʎA{zwߍ|ەSS;2g^R1L$<@CVX4*NkXøg7pHoi _2ZGj׶n[oĄbe2!:1jTmn?".Ue=z7QJ\b 9Yeʶrٳr]'m9"إmu֙-S([!Z@spT9M{޴)S#4ܛOՏ tON  , +i i=h ?BAĢwe:>>PqeyȂ2EJ.  b<*mZf[:EzU+XgW- @I6  "إ qڰqw3+ܯ7.Q:W! P   b!DT%3CVQ!̆t&ճa {K;@VKkk^r"(#m9<r"ηlXg~G&PyEVs9@?-,(S*>t|sXA }@זn# YP%E*T6#D#Ld43`iZ m91 0*ZkL&4@m.y.$@8)5$[ X:=^Z2ުɇ&WW%3Y}(CǠo`E tFC:NO:c{֎!fzg'y8=aKoJtCތ"YK| } NnڒHZ/u6Ն'; xodMU-h)@Q=&- _N5ڼ &1Ku p>wzpztrzݯpzݯ#Q%"]U$@A@eUxф d3}z@e2N ;u4;I"={PSbS/\#!Gb Y(@Ɇ"ZM<18= Gzich; Bq)?0@L O]y_c[4H[d9D"~pA#HI?xa,fl;{$zQ^Nh׉#K?nwp}4gUC3@̩Eͫs {Pϝsanğ 4:F3G޷;fŎNp,"mlmw%D˸]Ek@:uh+Oyb_ @1c5(۷utέ!/lveݿp¨ٽz]s'? _0U(f\P,q> 8? 87ȝzڨxjux0˒iw5|`W!p~&&&ǽU͉)iCCDxCnnݪt*w% `|g tDi`D'2;gU39]q:;7dk;#N9w;1q; 2;6A"N]~3&Pl: `ݚ,sbvn3;0D xS޹mٲ'ODriӱE^oIMinLK:t}ҹm6\oAcdVt3C6%+ pׅ G08݋wXN^c׮]RwV _s j;|{@ =P 9SEK|yLڲe 1agHIo>v; 39ARVDLɀb?| fD¦M2H9Av ,:C]tr4A?|l.3o-x9[Z,wt`% r(.RlݺU)>y2;;VQ33pvRoߎ-[̙3A#ˤ8m&][\Oo͓@DZ-m٢jصkvڅfZ-xz6ZeXB -.)?*HCb|/$Kp  mΙzifg+3HC-%W- }kd+g9n[^r ܙ6'mh%EwIUa3hfCDBxKKhZ?e"Az-9ܹ9xKKݫ59 o>y2? #  s&y4;wysef傷ZpϜAr?G 9|u?grΦMpnA9xwaګ0TlW? 9Xy2YF"xx l-1Dhq]K ""MN@q M1d?KE s.  ^Ay J e"I(  @qEr"7꼧@AQF8ݙ裰M+w vso}R{uɴјմTh.al uVwϺDbmr!LI2O^8lM!"ahABZNg~Mxu9AH`whDA|"r=w"dzn A @Aڼ?#{n A1! Ho?Ɠ;/˺)o$^@Dvԇ{7|cGus"#nH& uNjOkިPZ7Dͩj-~Lo=Vw\_M\'c[nN~5e=G/q5v~Ӌ!z[=oߑ>{<&L[+oS|v+_ýȺ"gߔ 8.(E0٪LV7;+.܆ѡ~^^zxcqyXm y+z\}< :fzFiV6{{q~^Ц8єhO3_Dc`'Ohݳ<v[) oűF;Aءs3{YkMfSW;dN;/p+)lsZ)]Qk wGCZzv[~FA#N_RrJ3DY8 ֮vM>r#6oЪ] m'A+)'!YH'>J,tŃ/$0$XmM߸Xf ]Z2?8=xp'" (Dݠ.,tw# N|U K|Wj}0ANԀ>$!>^Sk*oZwq$~<@JHk>x%4ǟ= gw>9Ǡj!A$NauJtR.>=gZVl`m^ 8lLa+01>{ڨ?j>9ln,j"8&/o,.a)tzޝge?QKM=o @x ~*,4BMm IDAT>_ޥ {=s>}8q#֪6Ǐ]/U{Ǔo፷>o>101y|=[14XM萺K8oGo7>nއƿx곸h^[ EԱ:=pa)veAi/10'mez7܂P@m<=y#΂nkTzg7Yl K.,XѻzgzkO'wyeFw s67:_3mz?{?rЋ8{VLw9;<ߺW%n~U)O61 v`D]; x)XiSZɱ!؇ {7|_V-y nn?n*85Qo;_r]oAHmT^MD^;NgjԸ]탉C(oc\IoJzdA1c! gVrCK~߮I|crr|gOK)*%pF_:QU6ucϼ[܋[F&G]o>*NP|E *Љ6kH/\}i~ףg|<:J|a+- @ 1R^cek^k3o va5bc#CO 7Q^SxO.{Id 0iQaAa*q8|$}}Zkz]wgqKz~@hXYvChh8'Gp3/C71, SYqOY 7~l+]ƀCWcxPs'\s#_&iR0`Pm"8u:{?q276ɣ^Ϸ4q"Yۊ~zOĞX$ڋHR:}hHUM^7}^N[zէҩ>b~̯j]=۶-+xne 3 q:aBJIj8-sWy:_ŽhYT0>kp{A>hJX{FZwS m^2};hCoNIfsSai{=\;x~oWu/&o܄C!O=Ch-H1J@uCxg?M75Cՙ^T|'kK=K0zs,p=^ +ǖM#xWF0o}#نVd}!(FZқѽh-"BLzfd}Jf){N/bq \C5ߑtv _{ Y@g^Q,, Tѩ-c~$^3u8WؘbTF@I܃t@F1roEFF܎^se-S\opG̴ƒϾC۽m>vxqIqŜO(ƣ{v@qƤ\GHPy'{;tac[(5WmNl6)u8ڮt\N*/`w|)3hilD*:aEPfO|9;y됈ڛ$Iښ]/kwkI|-\gJDߏ$F[=Ә[l}P:5g "Ih>8X_PS_emA6zx['>^凪ֿ^:1F7]ZE&!P^Y_#m9<-L&*f/{ú+s9yn ? \ÃRpA$FE pΘC>5,ٲ3#-H핝ގP6TbGO΋)\>uTYDk\|r[km#v_?,Έ"'T}](躏A[sO3z:=[z܂8 zӻ pkoPUZi$J|RJ دq/rkxF2uqV;|H#67F&%y7g!"SJ@OWk$h`Mk&fu3֖!'$!#@sJ|?IŇA!6ՙGvr,>Jޮ,Vp韺=E *nhJqEg6ɛ^cg+VuGM];@H: '<،˃S@J/leZT2_wT{kjHU*/¡ A$Fi8d594+g4e z`6kuGBя_vt}G˫xG&:{0l<oCVi_gVz3r<4&ۛg}#hHU:y!2 Q4lږ&Iqw?٩m5>)x^Xz =l(%>~a}PE> $%nK@}|S(&7y?t'@$@:v.ȓ j̻>ճ؊^GcM³zoWXIZɉ*[{!OQJWQe@]c:yv*77Eҫt*z17*J"S P@ϘkUJgb6~2IO&ꏢX{^ە"ujcG ~?Jv֚|^dkMx贫7V~z; NZZ_&&<4 Ym}l/$7;o`HLR5tLsF ~x۪q`^*[z)OIoI pa(J@EkxHz#bi8@Zg0WܨS(aCcȜڼRXs=OOr.hDh=.2OS}"!g!yutv&Q;,괻4v5i:,ǧ)j 2DPE)&8ื@]^Iꍲ 0]]zUEvRb( YTprخ4)t:JѓP;9*zPHU7ߦNt7ݪ)^?>!OQZ`?SgS2{+32N E^#+aJP J{zsxXӫq!Ca6dI^ ]ոъ8?XsKKeR֖c[νz9J *5-)W$E vBJsMg@XX1l?\ #9a* 9^| HR:}{kκk{5jMUoL\mm(6N:G֕]ZOpUDI`F0 &ޢ V09<k_10ŦJQ]+̭[zV6+n`~l 0۔_;~<#KIi8-ؿXn`5лC:gJ:V7%x]"=>J\-V~=5rr/ROrJ@ōnpn);ֺWOǡWO{i:9^9ރR :{AzUyza',mI\kӗJqz?n=QkhF% 4PX7. ¹:|kt^:'PWXb:=W&zMW5޻"Q x{Fm_:qyzߙfΦ;N]ޗOD3Iv=?nG^}{'R*O ,ޱwߺYVW*Z؅OESqlvJ8>71}JO kcIx~#9x׷^R'|<1<Zz7a-s upk?2bݎ7*O > 0V7cpn- 2"xHqj:c˧VpxmxuZ>gzq' _~81/7~^?} xX:9ٟBcv'ބ]Ko_ItOޛ?c]l3O~ s5C'?s"N/mg!dFu=qލ:׳9HYy#mDq c'aw񿀑m5/`>BGI o܉~X:g=?`_{&|O;-w{x#]_pyXl~E*wl<*k̯6ѣ7\GVtqJ% G<6lRH8$)>mÀ솇Qnz)aܴIlZkxqN^珿owM=P?~-]ZTv=~}8u8=fV6o݊޾8;ӥ௞~C 𸃹I߃.=G"?:!7&8>7e<<"8_Ʀ\ul"VZ_1s>N\N\gq7yxcXlcnuo3+%lt;vPYQ6` lB>hG{pǎ8{lqE]]p^> rIƤYiפw Ĝs[qhQ}c钹/!! RF$2QNsZbǎNq'y;44۷KK,,7N+mz8c}oXmY&5ƘhZhSԻwVVV, T$?\ W.n,6SAh`A+]rF~ &;nOrZW c SrN&>T] XgX200/;Fq\pؼY2aͦv5*/k,PN%r '`tpp^z)oNa;Fwll 䤲R㞊8]k-,(y4@qHq&8qiu}V=QU71cK ,`C=b3"DrhXi024y睇)`eev'6 $gcjofr"zP( aQu"R ,{r@MsattT*A<ήU8;xQٮ~Q<v@@)Q_v&DqΙlU0Gw9qO&CSc^D3dcH(Ih؉sx)lErD2p*f0sf!"QV3hݹV啦nDA;y$pqzvgV@D/ΩyC,hKHje|-bq][F1bnFSjGnooȫAkR,V[;P}a%4㘐mʿŕ$$Njwl{87sk 8\n(8xg\IM#R9SJk&P[m6mD $zA6)*%'KKR NMQvVeB)=C*%i? I7^ <𷟝+s_4BTp u"Q;`9n+!AIQX)DP_$h3O} D&j$5 D?tT,}_Px)DF L9u J0ǺBA$9N~# )O壸X^ D| " : :iFP7*S(Qb=<>%R:E6j* IDATqwNy%寨RA(ézwW?JJa"A؆OT? f_8_obԠ}D/ נUV̐–Ƃybvw*HܔPS*?: ߔ4*S("wCE2Q\ d EYcj'{>:vHiNVJk_,*4Qe`)x;R" RXshR2YH:Q.e$QRUڇD6"6P!b˛Wt7[UHr*~ *@2ߨXOEo9 }VAaN $%uhr@~`vKux[NrAdG)wT3<%,)E%Kֲ1%Ҧ7]q1ٗj~%'8YǬ>:W~|W}/AdNqK'ddؼRY3@gppJH|w]~4pTXW3?dQI;8%hy3ut~b=G*S(۔J M[!2eF=grCK,AFԩl @YR:Jz0?H:^eg91u4?uSʿ[R:Zm2 TF-C)`v)Mʨ_~:U^ZJ {>}cW ;Bw}񡔿L0_)c5˧OK lP\r!7RPH0׆_) yeƿ2=;J&+s#)񧔿Q}a=9hQF3վJ"1Fz /TPYR> ~2T  X$̵W%G/+]*Wz$p6ȒtJ7av_MS^S1Fz /TPYR>c:1ē'_%h(Y#xKxH,g02LK9{J+U,Ūq9P|EVuP?Jͽ1N)~TE_b  J.S<(/[Jar ~mX{ȃ0CcQG|H:,0#= :W!(!~yiNi#xGaΙtp7)딿 2 sqK)RP99(Wo'J˘׬_2?aE ҃\@) EvKx?AP+O)Y;oij6[er3 Fux^=ITu1XO<yKMBLD.A;U  JCoTU!` R,?zA#\(Nx?A:gYD2J,^_]:Bgih @Dz QB#)TO:] j6)d Dn:gOhE+^_,.wN4$d9@֡9u0^~*(GcNGnav (M!5qz3Sʿ[R‹pa5\KՒ" Ùvݓd<c]_S{Rb'YWc;h *w߃uTe8ʒՑ}_Q+Q_JiCdCilPVRBdh M}{J/O]")͚%3O @Q  ,CYR!FC$)Y1AX@fR7)LRstRAWjV)Hz !/(k_ :h @gr u^RP 5`^*PϤ3ˌiܳg=w3o0fgzq][S_`R:Q2yg.G=2IԶo8h:jۈ}jU? e#Vjh4~_9G^Cu #/DG$Im۶ulh)8ccw0,9|RQ @ED᳗y ) 㟳?zAc~E X0p6m㠾kܹ9uH 8 op>(:y'_\^dҡ6d"/["(k&';`Mc0j`!M .쾗~ </rdb4LLd:ELmHz F2elƟP\0v9N~a}HiC2|@t?u-p#)W5Fs!M<^}|}? 74*%cUCB8b-Nq*|8L?7)K㟡)DԟYdG^Z}2Z.fǷuXd V/%?k~rcލ<,?s9W&kQ05JeE:$̵W79%iߊl-os*f'vƳ82woDc,$[V&</DV?"$m 7Xպ,Lo~N3Zb 5R_%%9+!]g+ocn. V6b=vht^]L 62IYX`O'a0 :Cߠ0sKܧ:;WG[˿wo/v)FaѸ(י,ӖHIgTQ(%sB)FJ$ϵ6P7!xC n{ɾ'ǪǏ;ggKn٬&o;Y,Yy$~ sDEסM SӲ˚l~ Ͻ_c1BDhq~ߞz7Z[BgSKsK<⯟nqeZm(c;v]I9QN|_c%LHeIt P?Jz_\jJ3pIJ^"OKS>n?ɴ&JȞTL0p87H=VG)UzXa%;%Ldηg?9}uL㑗/lяj ԓaǻW{BPM؍y3uk:YIB<ß9I&gQD#ï]}x6G? G_/XTFo:{uoRVT&R]q쌿!񍿪UӒ)P!Ec @a]xȿAg^!sBT2JLߊ`+WD(J)t?MSFHۗqt1 3mEAbkly|@;/"yq%gQD_Qԯq/9X>xwE9, Uѿh'I(_u" +Ne{ad \cec"0c,3zdF[{QeyjM Vx1N/kɃ7(WD]46Ď* >5Q h8Q#yCt =e^d;Es{㟠^XcjQ~8BkJ( t;(Z3]ٰ:d:B?LqNQ:l_)ߠpZ?Q>+ D\ L7dPv 39 *c!2"GLA{ga2lQ' @J94AhnK΢5ډR96FQv ; Lqn[t{UF J wߏHǝ'Ak>?7@QR,QAᴌZ_D3Œ(MX@$FV}<X$K@_)oP# 2$@Q[fu?f< H($O8`{H|!" 㟠^XcjQ~8Beey}cr ѽoDF_(D1ca&NeIFd#\GJSqHj#CZ~GX <'r")TCQSIˉa%a(>){NY XS=Zђz&)s$/5yxgVq@o•B%#|6e8%s8"!ڀkv<]]Օ:~W3ꩬx#oDfF3If_cGJ0 U}Mk_ՊG ?4B? @ TS<(UZʻ+eD_\PW/I:¬ƂNd-Q &_FGs_v؋?'>cqOt-2_\|?9B'>"^gGإc_W7%sY12 $KS)-~Wn Nq&@cNa.$ᯁ)_ XhR_Й [&kf)k`?`6C>5B@Jbn\::ʬC:DJ5" bK] L^uϤ¨ARk⯒Z#v h>4m 564&[DQ??"~a;*kRҴ*knH#;0*3\&)״$C^]G#K-,bvxِ,ԭejhYG RE2T EDr1pv}%YcQ!=e]Q?QepfKcpPߞ6Ҫ,g',{aSU3y5-wzA@I CO&):,ԕĿjrwZ2_\|vD|ÀP'TNgK*z*-$A_ipg^@k&̍kq=HwKE )騾$d]ձLz8QQ%/Gߝ#KPJQe0:"K|Y+ RC>̀1Y#2VdnGxC~LJB]ex$ >@7MGſ)ˊQp;I :"H݀4pR_i˟s.+? X0@ZJ|b+Kh]#,Iʪߎ/,ɯ}WpQi* Z1K^@m?X E4d{'h2(>w̕7Al+⮪c_2Kap)h# Oxyn,u;lGX;MZC@2 J$.e>\ o/#gVѨߛYW bi;(t%Fwd|?uIFDeHG!CW>TIbf`Wd[`RP[%<3D//4Yvm qbP .DɈ;Ō+U_FGsYdOM֛߳?R*e]J@ O(Q40A)-߱Qdqh>%)00YB]#,_*XQeH*Bh>:JzЃ7gRF-ߩ|d5a+TA=4N[sY!m~6?|c20ٺ b]Y1IogYpȨ?S/岌aWV`F@"r#(=%UҲϙBe N7kߖ<"J)2[0T,mPgVѨߛ,ȿU@j6M1b?,[U-aMZ N:o/c^O~ ?,[Gn_ͽ:t70-qBk2*%__^,iO=Oa+ K(Q{??2h/F)G1 g) )-Q˖?2a~gs"dT)-h]v4%>(I` \ԞXZ(g0H;0  HJֶT?"2[딱}rgvTRG$t*/WMZR1Y@`n3;,5]w2ΈT̓fisc7h)M?JQeSVvY;T(E܀bt10E?c͢ϳ>wo67Vhcm~}v0؝YXvjЎ Z'"[+pDJneuP\_PAb#KM8.7]}ւG.oFJ<{[twgC:-uc7kgݷn]?*=E+]F寔{ų>a@o[?iTznٿ٫٭YG8XXG!wwn^ (,FZQ)n>ʹh&m^2-:<9ṨJF1=?v*N12ztW޴[k`@/ޜx2euj\k~q={5+y;[20\oeѝ Z]xĿU,*Ѻ.z̠gs44?8\(}S)>ڕHz}8RWGsYdOԬ_-< whekY6hme@tQ.ap9!KD.9GX) ˈ٤S}E֎ŭ Mv++9=M'gt:|%#lZ^]@/i"%:E ;/޾Ek VFk)H]~Ѩߛ, Z_-ʳRL=seV:<ѧZ ĝh&` 7->=X@zADmmyH)PF`D;gIy Xո? {k.֭UZ[Л)vx=kįSϙc@2@N?\g{\ANv5w9 "R基#RD/ϽgU?Bx]ںv%ʑQ|x< wjP띨?Gf1 O>'6:K>bFQ%~wooZA`Mj)pDO>ڣGaI>mZL"EU7w5),2$(ge>?99!ݻIq\,[hbKdl{[Ído},N:05/}:YO;LUF3zMMG; ep rAt%sW< Fhw (e7ˋ-B[`6oxSNiG~eOwAgQo{Yzˣ8-}Lg1}nwg܆ܩĶ5O~+I "U+K]Sa}!G4O<[[mX!5-)˩LQmW1$OG}ێN|%Iá͵m@gHPy iv닓9s8ɇϽ+#.*U* O,~KY(ٔw^\|_+ p\cw}]/-wwptF?ſ||A?ۧc; #|\>-&td?f:@?NL ^:R4YG&cz=zĽoN?BmYޙU( N k>w qTƛ\+Tz[nIup8E-8WAY"wQ' ؜I$s?w NPu -hqqó1=q6S{M =ݹ]5>?PdBKR,jTe(R^9 rL^ i4v$X4 ?1p6\54?o95R0Nue$;\?g97-GQLi'SzC۷ָF9zvٯxԞϻ&erX/\#ޖW#?8v)1=}Oޞ Hϫ)GںHeo/lQ%0B绸rkt6 PPIAO?oD?- @ss1R8. $so<\fG~#yYo-0U^ϕ'YU\btgg׉]B/\7ӛۮ~,WGP;:|}eVɷ4M/Ώ7ڏ.R2'_ɨc?sǿJYvR c?iQoF\>,~:>!Eʮ{XLNVHM19dDD?}/vr9U-8\` jѿ8~)i௿k7fHAQL>y'{}Ϗ>xE/UEY٬:AQI$S {_8y1)^]'=Eo/~y?_V:~85q#*'N O|}J!˔9Š/W~O;Z'N uq~zJuqww~KO\2k`+GIk1Ċj­#"D$-ͻ~ױ(Kn+VVHFdqe淕oBoGtaކSMN`қeَly}Nl d$ U, JfLޒ;@7[6FzLs98q^P斮Xy|NTd=ɱ͍9?do.Y:)J-}noZrʈk/vtֽ_>9Q4벵( uni17iD$0.O"cf[8Pu).S_)NrL>ܨ`4fz (ӆ L2hWWW *\}9∟{ڎÈg 2߶N@m$'p@gH ܗل_w Jm 5ϷP*( r NNܼiGkWϜN?1L'm|i9@r@@I) w #_n]G}fL$!e!WR\ _M$~u^o#$ֹom/S!rF Jck#rp&.[ o~T&5S%r+0{oۖn,}0D_'wme9J~">( KnO4:~k=@3t 5%o\G-6c =9F4)r.׷] b]o{& 9~~.9ǜp ,H߶zO["p}ܣYFH۱ ]m)U׫_h6\AmZ@: È, ]9 u#m>qM|y{O\ зTFK 7e؎H@`X@o &7ta9/t<>nIENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/64x64/0000755000175000017500000000000014562557503020044 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/64x64/apps/0000755000175000017500000000000014562557503021007 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/64x64/apps/rapid-photo-downloader.png0000644000175000017500000000665714562557501026113 0ustar00damondamonPNG  IHDR@@iqsBIT|d pHYsu85tEXtSoftwarewww.inkscape.org<tEXtAuthorJakub Steiner/!tEXtSourcehttp://jimmac.musichall.czif^ IDATxYly\^^R6jXI uȑ&hyh@_ ( IK h^}C (\SQ^dK#/,+VH휯gf]K PH<7|g(ZE?|XK)N|@4~oāӻ&= ~/ \:Fe!sU_C{O#_y.~=vT/{ܽtm1=^}sl,7@ܶW߳K rPQPw4߷-5x&ݎ7 ^#O߽8[ӧ^_R[[b;4Yo;fh*$hm& FzZ>pGg?z+GϽnm%o+$a(6۱q}Y;ҟx-H;?O~'xJvCOPh bMf;hX&||si̿"zzRmhw]~} Pe!bwY;6FFN#oXKx ^w;B@jm m&vjFdscHvd`Y>Z\0qشAl,c8L@w@~@+TyE/ y#N[8(ُjD0s`N\3h0p@ކYP{LD`΃OIluV&f7M}?Lwԇ T*a*j/k7ndkncxĵF6m՛䐵Ӻ qDr(k}Ezνa귺wO~QԬA^o {MUwlڗs[8c?v=4Oe ٣c[cy&ԇx`{}[D سe``7>@)"Z6o [Z)} w5< #udƟG}0$B(bq}aK(!-k"K A1IL>78nMb"ZW\^}:O<#_>̏ yS'hi@fNKK޶&!HO5Oh%Ƙ^y͍qp(NS_vJ%,bu5 lan qR &TARGjZ^ɘ ,6tcaۍ@13`nB|l>X &op"e7 )}t1h9w~-gn|l Gx~#f# sj) Soc#yn7t(w\xߡ|xPtX5{qo!, c0˟ L_j>mY18Wyׯ ![ڻNT+Nt5N FT*>j;q~AXw,驫( 8@~g*.FZ5;A[`Pa)mϭ!bfvv:@oؒ J)Ɲ̠MwV&5 > mC.| 9Gc4pЪrVI@QHAYo-I`%3"zV! %+^F#lnS}K>IѢ C\ڟ;bLq] i@&r{lK!.M#ZĽ ]vɯD<;+%9$Jxd-Fj̝?ā'l( hE|WM#/Acc单4)=4Dc.A% {`#~\o@} /$ՀC_[IZhF{>u5t[F{4гop;/UbQH*.pEEF +VYi2RaV;Rt"J~ aq]pn^}<^aOa3 =y)3#"ݶ@U)5™2Gϼ[  ,uMpL!n ZƖM`2-!J&VIv"^_V;-ORkwBY )> ?M~T>-ǔgp'u_)C-M5T*`H=Iftr'')0DWPO˪EC\tsMj~5@ .)s#Oө+Nia%RAew/T 4ܯ &A@V>U7ٟ]Y@a`̃R=uW@b2ÞVTU\ ]ez ]˯\'W@It|bOuzj.5n0=؉NVi,LLXhEo H<5!!\gMSi dIY~Hܶu"1f2pIENDB`././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/scalable/0000755000175000017500000000000014562557503021017 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/icons/scalable/apps/0000755000175000017500000000000014562557503021762 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/icons/scalable/apps/rapid-photo-downloader.svg0000644000175000017500000026624314562557501027100 0ustar00damondamon image/svg+xml Jakub Steiner http://jimmac.musichall.cz snapshot camera photo compact snap ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/data/kde/0000755000175000017500000000000014562557503016701 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/kde/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000054014562557501030344 0ustar00damondamon[Desktop Entry] X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] Type=Service Actions=exec; [Desktop Action exec] # %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI Exec=rapid-photo-downloader Icon=rapid-photo-downloader _Name=Download Photos and Videos with Rapid Photo Downloader ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000117214562557501027603 0ustar00damondamon[Desktop Entry] Categories=Graphics;Photography; _Comment=Download, rename and back up photos and videos from cameras and other devices Exec=rapid-photo-downloader %f _GenericName=Photo Downloader Icon=rapid-photo-downloader MimeType=x-content/image-dcf _Name=Rapid Photo Downloader Name[en_US]=Rapid Photo Downloader Terminal=false Type=Application StartupWMClass=rapid-photo-downloader Version=1.0 # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! _Keywords=photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory;card; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in0000644000175000017500000000560214562557501030535 0ustar00damondamon net.damonlynch.rapid_photo_downloader rapid_photo_downloader.desktop rapid-photo-downloader CC-BY-4.0 GPL-3.0+ <_name>Rapid Photo Downloader <_summary>Download, rename and back up photos and videos from cameras and other devices <_p> Rapid Photo Downloader imports photos and videos from cameras, phones, memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames you specify. It can also back up photos and videos as they are downloaded. It downloads from and backs up to multiple devices simultaneously. <_p> Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. <_p> Written by a photographer for professional and amateur photographers, Rapid Photo Downloader is easy to configure and use. Program preferences are configured without the need for complicated codes. Common tasks can be automated, such as unmounting a memory card when the download is complete. https://www.damonlynch.net/rapid/ https://www.damonlynch.net/rapid/translate.html https://www.damonlynch.net/rapid/ Damon Lynch damonlynch@gmail.com rapid-photo-downloader Graphics Photography net.damonlynch.rapid_photo_downloader.desktop RAW ingest memory card filter sort select choose automate workflow <_caption>The main window https://www.damonlynch.net/rapid/metainfo/2020/03/mainwindow.png <_caption>Renaming https://www.damonlynch.net/rapid/metainfo/2020/03/photorename.png ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9073339 rapid-photo-downloader-0.9.36/doc/0000755000175000017500000000000014562557503015772 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/doc/rapid-photo-downloader.1.pod0000644000175000017500000002011614562557501023215 0ustar00damondamon=head1 NAME rapid-photo-downloader - Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices =head1 SYNOPSIS B [options] [path] Options: -h, --help --version --detailed-version -v, --verbose --debug -e, --extensions --photo-renaming {on,off} --video-renaming {on,off} -a {on,off}, --auto-detect {on,off} -t {on,off}, --this-computer {on,off} --this-computer PATH --photo-destination PATH --video-destination PATH -b {on,off}, --backup {on,off} --backup-auto-detect {on,off} --photo-backup-identifier FOLDER --video-backup-identifier FOLDER --photo-backup-location PATH --video-backup-location PATH --ignore-other-photo-file-types --auto-download-startup {on,off} --auto-download-device-insertion {on,off} --thumbnail-cache {on,off} --delete-thumbnail-cache --forget-remembered-files --import-old-version-preferences --reset --log-gphoto2 --camera-info =head1 DESCRIPTION B imports photos and videos from cameras, phones, memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames you specify. It can also back up photos and videos as they are downloaded. It downloads from and backs up to multiple devices simultaneously. Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. Files are downloaded from two different types of sources: (1) one or more automatically detected devices like cameras, phones, memory cards, and external drives; and (2) a single manually specified path, shown in the user interface as "This Computer". =head1 PATH Optional value that when specified, is parsed to determine if it represents an automatically detected device or a path on this computer. If the path represents an automatically detected device, automatic detection of devices is turned on, as in the B<--auto-detect> option. Furthermore, downloading from a manually specified path as in the B<--this-computer-location> option is turned off. Otherwise, the path is assumed to be a manually specified path as in the B<--this-computer-location> option, in which case downloading from this computer is turned on and downloading from automatically detected devices is turned off. =head1 OPTIONS =over =item B<-h, --help> Show help message and exit. =item B<--version> Displays information about the currently installed version and exits. =item B<--detailed-version> Displays information about the currently installed version and its libraries and exits. =item B<-v, --verbose> Displays program information on the command line as the program runs. =item B<--debug> Displays debugging information on the command line as the program runs =item B<-e, --extensions> Displays image file extensions the program recognizes and exits. =item B<--photo-renaming {on,off}> Turn on or off the the renaming of photos while downloading, overwriting existing program preferences. If turned on, the renaming scheme used will incorporate the photo's metadata date, time, the number of downloads today, and the file extension in lower case: SDownloadsTodayE.ELowercaseExtensionE>>, e.g. 20160512-1309-23.jpg. =item B<--video-renaming {on,off}> Turn on or off the the renaming of videos while downloading, overwriting existing program preferences. If turned on, the renaming scheme used will incorporate the video's metadata date, time, the number of downloads today, and the file extension in lower case: SDownloadsTodayE.ELowercaseExtensionE>>, e.g. 20160512-1429-26.mp4. =item B<-a {on,off}, --auto-detect {on,off}> Turn on or off the automatic detection of devices from which to download, overwriting existing program preferences. =item B<-t {on,off}, --this-computer {on,off}> Turn on or off downloading from this computer (see description above), overwriting existing program preferences. =item B<--this-computer-location PATH> The PATH on this computer from which to download, overwriting existing program preferences. =item B<--photo-destination PATH> Sets the PATH where photos will be downloaded to, overwriting existing program preferences. =item B<--video-destination PATH> Sets the PATH where videos will be downloaded to, overwriting existing program preferences. =item B<-b {on,off}, --backup {on,off}> Turns on or off the backing up of photos and videos while downloading, overwriting existing program preferences. =item B<--backup-auto-detect {on,off}> Turns on or off the automatic detection of backup devices, overwriting existing program preferences. =item B<--photo-backup-identifier FOLDER> Sets the FOLDER in which backups are stored on the automatically detected photo backup device, with the folder's name being used to identify whether or not the device is used for backups. For each device you wish to use for backing up photos to, create a folder on it with this name. Overwrites existing program preferences. =item B<--video-backup-identifier FOLDER> Sets the FOLDER in which backups are stored on the automatically detected video backup device, with the folder's name being used to identify whether or not the device is used for backups. For each device you wish to use for backing up videos to, create a folder on it with this name. Overwrites existing program preferences. =item B<--photo-backup-location PATH> Sets the PATH where photos will be backed up when automatic detection of backup devices is turned off. Overwrites existing program preferences. =item B<--video-backup-location PATH> Sets the PATH where videos will be backed up when automatic detection of backup devices is turned off. Overwrites existing program preferences. =item B<--ignore-other-photo-file-types> Do not download photos with the following extensions: TIF, TIFF and MPO. =item B<--auto-download-startup {on,off}> Turns on or off starting downloads as soon as the program itself starts. =item B<--auto-download-device-insertion {on,off}> Turns on or off starting downloads as soon as a device is inserted. =item B<--thumbnail-cache {on,off}> Turns on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it off does not delete existing cache contents. =item B<--delete-thumbnail-cache> Deletes all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and exits. =item B<--forget-remembered-files> Forgets which files have been previously downloaded, and exits. =item B<--import-old-version-preferences> Imports preferences from an old program version (S<0.4.11> or earlier), and exits. Requires the command line program S. =item B<--reset> Resets all program settings to their default values, deletes all thumbnails in the Thumbnail cache, forgets which files have been previously downloaded, and exits. =item B<--log-gphoto2> Includes gphoto2 debugging information in log files, which can be useful when analyzing any problems libgphoto2 might have accessing a camera. =item B<--camera-info> Print information to the terminal about attached cameras and exit. =back =head1 ENVIRONMENT If the environment variable RPD_SCAN_DEBUG is set to any value, the program's scan operation will output voluminous debug information to stdout. If the environment variable RPD_DEVEL_DEFAULTS is set to any value, the program's default preferences will be set to those of a development environment. =head1 SEE ALSO analyze-pv-structure(1) =head1 AUTHORS B was written by Damon Lynch . This manual page was written by Damon Lynch. =head1 COPYRIGHT This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. =cut ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9173338 rapid-photo-downloader-0.9.36/po/0000755000175000017500000000000014562557503015643 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/LINGUAS0000644000175000017500000000026214562557501016666 0ustar00damondamon# keep this file sorted alphabetically, one language code per line ar be bg ca cs da de el es et fa fi fr hr hu id it ja kab nb nl nn oc pl pt pt_BR ro ru sk sq sr sv tr uk zh_CN././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/POTFILES.in0000644000175000017500000000212214562557501017413 0ustar00damondamonraphodo/ui/aboutdialog.py raphodo/backupfile.py raphodo/ui/backuppanel.py raphodo/copyfiles.py raphodo/ui/destinationdisplay.py raphodo/ui/destinationpanel.py raphodo/ui/devicedisplay.py raphodo/devices.py raphodo/ui/didyouknow.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/ui/filebrowse.py raphodo/foldercombo.py raphodo/generatenameconfig.py raphodo/generatename.py raphodo/ui/jobcodepanel.py raphodo/ui/messagewidget.py raphodo/ui/nameeditor.py raphodo/prefs/preferencedialog.py raphodo/prefs/preferences.py raphodo/ui/primarybutton.py raphodo/problemnotification.py raphodo/proximity.py raphodo/rapid.py raphodo/ui/rememberthisdialog.py raphodo/renameandmovefile.py raphodo/ui/renamepanel.py raphodo/rpdfile.py raphodo/storage/storage.py raphodo/sudocommand.py raphodo/timeutils.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/utilities.py raphodo/ui/viewutils.py raphodo/wsl.py data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in data/net.damonlynch.rapid_photo_downloader.desktop.in data/kde/net.damonlynch.rapid_photo_downloader.desktop.in ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/ar.po0000644000175000017500000041656514562557501016624 0ustar00damondamon# Arabic translation for rapid # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:23+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: ar\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "شكر المساهمين" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "الأرشفة ليست مهيأة" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "لم نعثر على جهاز أرشفة" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "لم يحدد مكان أرشفة مقبول" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "بإمكان جعل الصور والمقاطع تأرشف الى عدة أماكن ريثمى يتم انزيلها (مثلا الى " "قرص صلب خارجي)" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "أرشف الصور والمقاطع عند التنزيل" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "تعرف على جهاز الارشفة آليا" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "حدد مجلد الأرشفة على الجهاز.

ملاحظة: يستخدم وجود مجلد بهذا الاسم " "لتحديد إذا كان الجهاز سيستخدم للأرشفة. لكل جهاز تريد أستخدامه للأرشفة, أنشيء " "مجلد بهذه الاسماء. بإضافة مجلدين سيستخدم الجهاز لأرشفة كلا الصور " "والمقاطع." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "اسم مجلد الصور:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "اسم مجلد المقاطع (الفيديو):" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "مثال:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "إذا عطلت التعرف الآلي, أختر مكان الأرشفة بالتحديد." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "مكان أرشفة الصور:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "أختر مكان أرشفة الصور" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "مكان أرشفة المقاطع (الفيديو):" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "أختر مكان أرشفة المقاطع (الفيديو)" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "القرص1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "القرص2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "مساحة الأرشفة المتوقعة" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "خيارات الأرشفة" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "مصغرات المقاطع (THM)" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "صوتيات" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s صور" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s مقطع فيديو" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "مُستخدَم" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "زائد" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "حج الجهاز غير معروف" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "لا مساحة فارغة في %(size_total)s أجهزة" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "صور" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "مقاطع" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "المساحة المستخدمة المتوقعة بعد التنزيل" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "مخصص..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "خصص إنشاء المجلدات الفرعية للصور" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "خصص إنشاء المجلدات الفرعية للمقاطع" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "البحث عن جهاز..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "تجاهل هذا الجهاز مؤقتا" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "تجاهل هذا الجهاز دوما" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "إعادة المسح" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s ممتلىء" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "أخرى" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "كاميرات" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "أجهزة" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "يتم التنزيل من %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "اختر المصدر" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s كاميرات" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s أجهزة" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

" msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
  1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
  2. Checked State: whether the file is marked for " "download.
  3. Filename: the full filename, including " "extension.
  4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
  5. File Type: " "photo or video.
  6. Device: name of the device the photos and " "videos are being downloaded from.
" msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
  1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
  2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
  1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
  2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
" msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
  1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
  2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
  3. Text which " "you want to appear every time, such as a hyphen or a space.
Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

Four types of sequence values are available to help you assign unique " "names to your photos and videos:

  1. Downloads today: tracks " "downloads completed during that day.
  2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
  3. Session number: reset each time the program is " "run.
  4. Sequence letter: like session numbers, but uses " "letters.

Read more about sequence numbers in the online " "documentation.

" msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

Read more about file renaming in " "the online " "documentation.

" msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
  1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
  2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
  3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

In " "your bug report describe what you expected to happen, and what you observed " "happening.

The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
{tarfile}
You need to attach this file to the bug " "report yourself. It will not be automatically attached.

Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

If possible, please also include the program's configuration " "file {config_file}.

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "التاريخ الوقت" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "نص" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "اسم الملف" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "البيانات الوصفية" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "رمز المهمة" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "تاريخ الصورة" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "تاريخ مقطع الفيديو" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "اليوم" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "الأمس" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "وقت التنزيل" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "الاسم" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "امتداد" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "رقم الصورة" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "رقم مقطع الفيديو" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "فتحة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "الحساسية (ايزو)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "التعريض" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "الطول البؤري" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "مصنع الكاميرا" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "موديل الكاميرا" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "موديل الكاميرا المختصر" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "موديل الكاميرا المختصر بوصلة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "الرقم التسلسلي" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "تعداد شغل المصراع" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "رقم الملف" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "مجلد فقط" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "مجلد وملف" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "اسم المالك" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "نمط الترميز" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "العرض" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "الطول" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "طول المقطع" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "لقطات لكل ثانية" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "الفنان" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "حقوق المؤلف" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "عدد الملفات المستوردة اليوم" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "رقم الجلسة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "عدد المجلد الفرعي" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "الرقم المخزن" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "احرف التسلسل" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "كل خانات الارقام" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "الخانة الاخيرة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "الخانتان الاخيرتان" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "الخانات الثلاث الاخيرة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "الخانات الاربع الاخيرة" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "أحرف كبيرة" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "أحرف صغيرة" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "خانة واحدة" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "خانتان" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "ثلاث خانات" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "اربع خانات" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "خمس خانات" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "ست خانات" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "سبع خانات" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "جزء من الثانية" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "الشهر (كاملا)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "الشهر (مختصر)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "أدخل برمجة مهمة جديدة, او استخدم برمجة سابقة" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "ادخل برمجة مهمة جديدة" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

Creating a custom preset is not required, but can help " "you keep organized.

The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

If you " "like, you can create a new custom preset or update the existing custom " "preset.

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "صويرات" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

The default is to use MediaInfo and Gstreamer, " "with three exceptions:

  1. ExifTool reports a time zone and MediaInfo " "does not.
  2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
  3. Gstreamer is unable to extract " "thumbnails.
" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "ادخل مسار لتجاهله" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "حدد مسار لن يتم أبدا مسح ما فيه من صور أو مقاطع فيديو" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "مسار:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "خيارات المجلد الفرعي يجب أن لا تبدأ بـ %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "خيارات المجلد الفرعي يجب أن لا تبتهي بـ %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "خيارات المجلد الفرعي يبجب أن لا تحتوى %s اثنتان الواحد تلوى الاخرى" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

\n" "

Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

" msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "تنزيل" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "جهاز" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "إيقاف" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

Do you really want to " "change the source path to %(new_path)s?

You are currently downloading " "from %(source_path)s.

If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "صورة" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "فيديو" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "مجلدات التنزيل هذا غير صحيحة: \n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "مجلد التنزيل هذا غير صحيح: \n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "صور" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "فيديو" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s تم تنزيلها" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s فشل تنزيلها" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "تحذير" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "كل التنزيلات أكتملت" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s نوع تم تنزيلها" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s نوع فشل تنزيلها" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "خيارات البرنامج غير صحيحة" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

On some models you also need to change the setting to allow " "the use of USB for File Transfer.

Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "صور وفيديو" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "صور وفيديو" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "صورة" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "مقطع فيديو" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

Previous download:
%(filename)s
%(path)s
%(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Size" #~ msgstr "الحجم" #~ msgid "Download Progress" #~ msgstr "اكتمال التنزيل" #~ msgid "scanning..." #~ msgstr "جاري المسح ..." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "تبقى حوالي %i ثانية" #~ msgid "About 1 minute remaining" #~ msgstr "تبقى حوالي دقيقة واحدة" #~ msgid "About 1 second remaining" #~ msgstr "تبقى حوالي ثانية واحدة" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "هل فعلا تريد التنزيل من هنا؟ في بعض الانظمة, مسح هذا المكان يستغرق وقتا " #~ "طويلا جدا." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "تنزيل من %(location)s" #~ msgid "Download cannot proceed" #~ msgstr "لا يمكن بدء التنزيل" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "تبقى حوالي %(minutes)i:%(seconds)02i دقيقة" #~ msgid "Copy" #~ msgstr "نسخ" #~ msgid "From" #~ msgstr "مِن" #~ msgid "Auto Detect" #~ msgstr "اكتشاف تلقائي" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s من %(total)s من الـ %(filetypes)s" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "اختر مجلد يحتوى %(file_types)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "اكتمل %(number)s من %(total)s من نوع %(filetypes)s (تبقى %(remaining)s)" #~ msgid "Photos:" #~ msgstr "صور:" #~ msgid "Videos:" #~ msgstr "مقاطع فيديو:" #~ msgid "Move" #~ msgstr "انقل" #~ msgid "Select a folder to download videos to" #~ msgstr "اختر مجلد لتنزيل مقاطع الفيديو إليه:" #~ msgid "To" #~ msgstr "إلى" #~ msgid "and" #~ msgstr "و" #~ msgid "Using backup device" #~ msgstr "جاري استخدام جهاز الارشفة" #~ msgid "Using backup devices" #~ msgstr "جاري استخدام اجهزة الارشفة" #~ msgid "Select a folder to download photos to" #~ msgstr "اختر مجلد لتنزيل الصور اليه" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s خالية" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "جاري أرشفة الصور الى المسار %(path)s ومقاطع الفيديو الى المسار %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "جاري ارشفة الصور ومقاطع الفيديو الى المسار %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "جاري الارشفة الى المسار %(path)s" #~ msgid "Free space:" #~ msgstr "المساحة الخالية:" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "مجلد التنزيل لـ %(file_type)s لا يمكن الكتابة فيه" #, python-format #~ msgid "Folder: %s" #~ msgstr "مجلد: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "مجلد التنزيل لـ %(file_type)s غير صحيح" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "مجلد التنزيل لـ %(file_type)s غير موجود" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "اعرض معلومات البرنامج على سطر الأوامر خلال عمل البرنامج (الافتراضي: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "اعرض معلومات التدقيق (ديبوق) عند العمل من سطر الأوامر" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "خطأ: اختر كشف جهاز التنزيل تلقائيا أو حدد مسار جهاز التنزيل يدويا, ولا تختار " #~ "الاثنين معا." #~ msgid "reset all program settings and preferences and exit" #~ msgstr "استعد كل اعدادات البرنامج الافتراضية واغلق" #~ msgid "All settings and preferences have been reset" #~ msgstr "كل الاعدادات والخيارات تم استعادتها للافتراضي" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "اعرض امتدادات الصور ومقاطع الفيديوات التي يتعرف عليها البرنامج واغلق" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "لم نستطع إنشاء المجلد الهدف: %(directory)s\n" #, python-format #~ msgid "and %s" #~ msgstr "و %s" #~ msgid "only output errors to the command line" #~ msgstr "فقط اخرج الأخطاء الى سطر الأوامر" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "حدد مسار جهاز التنزيل يدويا, وتخطى بذلك الاعدادات الحالية للبرنامج" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "كشف تلقائي للاجهزة التي يمكن التنزيل منها, وتخطى بذلك الاعدادات الحالية " #~ "للبرنامج." #~ msgid "Backing up error" #~ msgstr "خطأ اثناء الأرشفة" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "هل تريد استخدام هذا الجهاز أو جزء القرص الصلب لإستيراد صور ومقاطع فيديو؟" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "الملف: %(file)s" #~ msgid "Device Detected" #~ msgstr "تم كشف جهاز" #~ msgid "MB/s" #~ msgstr "م.بايت/ث" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "المصدر: %(source)s\n" #~ "الهدف: %(destination)s" #~ msgid "_Remember this choice" #~ msgstr "تذكر هذا الخيار" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "خطأ: %(inst)s" #~ msgid "Name + extension" #~ msgstr "الاسم + الامتداد" #~ msgid "Should all Job Codes be removed?" #~ msgstr "هل تريد إزالة كل برمجات المهمة؟" #~ msgid "Remove all Remembered Paths?" #~ msgstr "أزل كل المسارات المحفوظة؟" #~ msgid "Should all remembered paths be removed?" #~ msgstr "هل تريد إزالة كلم المسارات المحفوظة؟" #~ msgid "Error in Photo Rename preferences" #~ msgstr "خطأ في خيارات تغيير أسماء الصور" #~ msgid "Remove all Job Codes?" #~ msgstr "أزل كل برمجات المهمة؟" #~ msgid "Remove all Ignored Paths?" #~ msgstr "أزل كل المسارات المتجاهلة؟" #~ msgid "Should all ignored paths be removed?" #~ msgstr "هل تريد إزالة كل المسارات المتجاهلة؟" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "خطأ في إعدادات المجلدات الفرعية لتنزيل مقاطع الفيديو" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "خطأ في إعدادات المجلدات الفرعية لتنزيل الصور" #~ msgid "Job Code:" #~ msgstr "برمجة مهمة:" #~ msgid "Enter a Job Code" #~ msgstr "ادخل برمجة مهمة" #~ msgid "Error in Video Rename preferences" #~ msgstr "خطأ في إعدادات تغيير أسماء مقاطع الفيديو" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/be.po0000644000175000017500000042611714562557501016602 0ustar00damondamon# Belarusian translation for rapid # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:16+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: be\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Аўтары" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Не знойдзены прылады для рэзервовых копій" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Лакацыя рэзервовых копій не вызначана" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Маецца магчымасць стварыць рэзервовую копію вашых фотаздымкаў і відэа " "наўпрост падчас іх загрузкі, у тым ліку на вонкавыя цвёрдыя дыскі." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Ствараць рэзервовыі копіі фотаздымкаў і відэа падчас загрузкі" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Аўтаматычна вызначаць прыладу для рэзервовых копій" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Назва папкі з фота:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Назва папкі з відэа:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Прыклад:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Лакацыя для рэзервовых копій фотаздымкаў:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Выбраць лакацыю рэзервовых копій фотаздымкаў" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Лакацыя рэзервовых копій відэа:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Выбраць лакацыю рэзервовых копій відэа" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "дыск1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "дыск2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Налады рэзервовых копій" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "мініятуры відэа" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "аўдыё" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s фотаздымкаў" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s відэа" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Ужыта" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Перавышэнне" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Памер прылады невядомы" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Няма вольнага месца на прыладзе %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Свабодна %(size_free)s з %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Фотаздымкі" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Відэа" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Уласнае..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Зканфігураваць падпапкі для фота" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Зканфігураваць падпапкі для відэа" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Праверка прылады..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Часова ігнараваць гэтую прыладу" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Заўсёды ігнараваць гэтую прыладу" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Перасканаваць" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "Запоўнена %s" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Іншае" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Камеры" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Прылады" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Ідзе загрузка з %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Выбраць крыніцу" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s камераў" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s прыладаў" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "Націсніце на сцяжок файла, каб пазначыць яго для загрузкі." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файлы, якія ўжо былі загружаныя запамінаюцца. Вы можаце зноў пазначыць ужо " "загружаныя файлы, але яны не пазначаных па змаўчанні, і іх мініяцюры " "выглядаюць больш цьмянымі, каб вы маглі адрозніць іх ад файлаў, якія яшчэ " "будуць загружаны." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

" msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
  1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
  2. Checked State: whether the file is marked for " "download.
  3. Filename: the full filename, including " "extension.
  4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
  5. File Type: " "photo or video.
  6. Device: name of the device the photos and " "videos are being downloaded from.
" msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
  1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
  2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
  1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
  2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
" msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
  1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
  2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
  3. Text which " "you want to appear every time, such as a hyphen or a space.
Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

Four types of sequence values are available to help you assign unique " "names to your photos and videos:

  1. Downloads today: tracks " "downloads completed during that day.
  2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
  3. Session number: reset each time the program is " "run.
  4. Sequence letter: like session numbers, but uses " "letters.

Read more about sequence numbers in the online " "documentation.

" msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

Read more about file renaming in " "the online " "documentation.

" msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Маецца магчымасць стварыць рэзервовую копію вашых фотаздымкаў і відэа " "наўпрост падчас іх загрузкі, у тым ліку на вонкавыя цвёрдыя дыскі." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
  1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
  2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
  3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Парада дня" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Ці ведаеце вы, што...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Паказваць парады пры запуске" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Далей" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Назад" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 секунда" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d секунд" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 хвіліна" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d хвілін(ы)" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 гадзіна" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d гадзін(ы)" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 дзень" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d дзён" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 хвіліна, 1 секунда" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 хвіліна, %d секунд(ы)" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d хвілін(ы), 1 секунда" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d хвілін(ы), %(seconds)d секунд(ы)" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 гадзіна, 1 хвіліна" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 гадзіна, %d хвілін(ы)" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d гадзін(ы), 1 хвіліна" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d гадзін(ы), %(minutes)d хвілін(ы)" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 дзень, 1 гадзіна" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 дзень, %d гадзін(ы)" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d дзён, 1 гадзіна" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дзён, %(hours)d гадзін(ы)" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Знайсці" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Знайсці наступнае супадзенне з фразай" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Падсвяціць усё" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Падсвяціць усе супадзенні з фразай" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Шукаць з улікам рэгістра" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Словы цалкам" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Шукаць толькі словы цалкам" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s з %s супадзенняў" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Ачысціць" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Выраз не знойдзены" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

In " "your bug report describe what you expected to happen, and what you observed " "happening.

The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
{tarfile}
You need to attach this file to the bug " "report yourself. It will not be automatically attached.

Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

If possible, please also include the program's configuration " "file {config_file}.

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Праблема ў Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Праблема адбылася ў Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Адкрыць у Файлавым Мэнаджары..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Файлавая сістэма" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Іншыя..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Дата/час" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Тэкст" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Назва файла" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Нумерацыя" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Дата здымка" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Дата відэа" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Сёння" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Учора" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Час загрузкі" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Назва" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Пашырэнне" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Нумар здымка" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Нумар відэа" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Дыяфрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Вытворца камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Мадэль камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Кароткая мадэль камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Серыйны нумар" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Імя ўладальніка" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Кодэк" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Шырыня" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Вышыня" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Даўжыня" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Кадраў за секунду" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Артыст" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Аўтарскія правы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Сцягнута сёння" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Нумар сеанса" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Нумар падпапкі" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Усе лічбы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Апошняя лічба" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Апошнія 2 лічбы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Апошнія 3 лічбы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Апошнія 4 лічбы" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Арыгінальнае напісанне" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ВЯЛІКІЯ ЛІТАРЫ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "малыя літары" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Адна лічба" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Дзве лічбы" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Тры лічбы" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Чатыры лічбы" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Пяць лічбаў" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Шэсць лічбаў" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Сем лічбаў" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ГГГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "ДДММГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Месяц (цалкам)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Месяц (скарочана)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "ГГХХСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "ГГХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "ГГ-ХХ-СС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "ГГ-ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Дата" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Дата і метка" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "ГГГГММ_Метка" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ГГГГММ" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Цэтлікі" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Арыгінальная назва файла" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ГГГГММДД-ГГХХ-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ГГГГММДД-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ГГГГММДД-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ГГГГММДД-ГГХХ-Метка-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ГГГГММДД-Метка-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ГГГГММДД_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ГГГГММДД-ГГХХ-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Увядзіце новы цэтлік або выбярыце стары" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Меткі будуць даданы на %s, у якія яшчэ няма метак." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Меткі будуць даданы на %s, у якія яшчэ няма метак." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Дадаць метку да загружаных" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Увядзіце новы цэтлік" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Новая метка будзе дадана на %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Цэтлікі" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

Creating a custom preset is not required, but can help " "you keep organized.

The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

If you " "like, you can create a new custom preset or update the existing custom " "preset.

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Мініяцюры" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

The default is to use MediaInfo and Gstreamer, " "with three exceptions:

  1. ExifTool reports a time zone and MediaInfo " "does not.
  2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
  3. Gstreamer is unable to extract " "thumbnails.
" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s быў зняты %(image1_date)s а %(image1_time)s, і %(image2)s зняты " "%(image2_date)s а %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Адсутнічае пашырэнне." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Адсутнічае нумар." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

\n" "

Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

" msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Сцягнуць" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Прылада" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Прыпыніць" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

Do you really want to " "change the source path to %(new_path)s?

You are currently downloading " "from %(source_path)s.

If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "здымкі" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "відэа" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "здымкі" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "відэа" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s сцягнуты" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s не атрымалася сцягнуць" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "папярэджанні" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Усе сцягванні скончаны" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s сцягнуты" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не атрымалася сцягнуць" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

On some models you also need to change the setting to allow " "the use of USB for File Transfer.

Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Усе наладкі былі скінуты." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Усе наладкі былі скінуты." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "падпапка і назва файла" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "назва файла" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "падпапка" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Сцягнута сёння:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Пачатак дня:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "здымкі і відэа" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "здымкі або відэа" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Здымак" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Відэа" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Зроблена а %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Зменена а %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Карты памяці: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Загружана як:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

Previous download:
%(filename)s
%(path)s
%(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Скапіяваць пуць" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s і %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "адзін" #: ../raphodo/utilities.py:575 msgid "two" msgstr "два" #: ../raphodo/utilities.py:576 msgid "three" msgstr "тры" #: ../raphodo/utilities.py:577 msgid "four" msgstr "чатыры" #: ../raphodo/utilities.py:578 msgid "five" msgstr "пяць" #: ../raphodo/utilities.py:579 msgid "six" msgstr "шэсць" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "сем" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "восем" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "дзевяць" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "дзесяць" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "адзінаццаць" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "дванаццаць" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "трынаццаць" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "чатырнаццаць" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "пятнаццаць" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "шаснаццаць" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "сямнаццаць" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "васямнаццаць" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "дзевятнаццаць" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "дваццаць" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "the root of the file system" #~ msgstr "корань файлавай сістэмы" #~ msgid "Size" #~ msgstr "Памер" #~ msgid "Download Progress" #~ msgstr "Сцягванне" #~ msgid "scanning..." #~ msgstr "пошук..." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Засталося каля %i секунд" #~ msgid "About 1 minute remaining" #~ msgstr "Засталося каля хвіліны" #~ msgid "About 1 second remaining" #~ msgstr "Засталося каля секунды" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Вы сапраўды хочаце сцягнуць адсюда? На некаторых сістэмах пошук можа доўга " #~ "цягнуцца." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Сцягванне з %(location)s." #~ msgid "Download cannot proceed" #~ msgstr "Немагчыма сцянуць" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Засталося каля %(minutes)i:%(seconds)i" #~ msgid "Copy" #~ msgstr "Капіяваць" #~ msgid "From" #~ msgstr "Адкуль" #~ msgid "Auto Detect" #~ msgstr "Аўта вызначэнне" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s з %(total)s %(filetypes)s (%(remaining)s засталося)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s з %(total)s %(filetypes)s" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не адмантаваны" #~ msgid "Photos:" #~ msgstr "Здымкі:" #~ msgid "Videos:" #~ msgstr "Відэа:" #~ msgid "Move" #~ msgstr "Перанесці" #~ msgid "and" #~ msgstr "і" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Скінуць усе наладкі і выйсці" #~ msgid "All settings and preferences have been reset" #~ msgstr "Усе наладкі былі скінуты" #, python-format #~ msgid "and %s" #~ msgstr "і %s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #~ msgid "MB/s" #~ msgstr "МБ/с" #~ msgid "Device Detected" #~ msgstr "Знойдзена прылада" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Памылка: %(inst)s" #~ msgid "Name + extension" #~ msgstr "Назва + пашырэнне" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Выбраць папку з %(file_types)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Выбярыце папку, куды сцягнуць відэа" #~ msgid "Select a folder to download photos to" #~ msgstr "Выбярыце папку, куды сцягнуць здымкі" #, python-format #~ msgid "Folder: %s" #~ msgstr "Папкі: %s" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Трэба выдаліць усе цэтлікі?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Памылка ў наладках назваў здымкаў" #~ msgid "Remove all Job Codes?" #~ msgstr "Выдаліць усе цэтлікі?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Памылка ў наладках назваў відэа" #~ msgid "Job Code:" #~ msgstr "Цэтлікі:" #~ msgid "Enter a Job Code" #~ msgstr "Увядзіце цэтлік" #~ msgid "New York" #~ msgstr "Нью-Ёрк" #, python-format #~ msgid "Example: %s" #~ msgstr "Прыклад: %s" #~ msgid "Sydney" #~ msgstr "Сіднэй" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Berlin" #~ msgstr "Бэрлін" #~ msgid "Paris" #~ msgstr "Парыж" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Маніла" #~ msgid "Wellington" #~ msgstr "Ўэлінгтон" #~ msgid "Helsinki" #~ msgstr "Хельсінкі" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "Тэгеран" #~ msgid "Stockholm" #~ msgstr "Стакгольм" #~ msgid "Rome" #~ msgstr "Рым" #~ msgid "Moscow" #~ msgstr "Масква" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрыд" #~ msgid "Delhi" #~ msgstr "Дэлі" #~ msgid "Warsaw" #~ msgstr "Варшава" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s ужо існуе" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Памылка капіявання %(filetype)s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ужо сцягнуты" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Існуючы %(filetype)s быў зменены %(date)s а %(time)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Памылка: %(errorno)s %(strerror)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Назва файла, пашырэнне і EXIF сведчаць, што здымак ужо сцягнуты." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s і %(final_volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s і %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s і %(volume)s (%(inst)s)." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "Знойдзены здымкі з той жа назвай, але знятыя ў розны час %(details)s" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Памылка стварэння папкі на %(volume)s: %(inst)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Праблема пры стварэнні %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Праблемы пры стварэнні %s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Знойдзены здымкі з аднолькавай назвай, але знятыя ў розны час" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Крыніца: %(source)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "пошук (знойдзена %(photos)s здымкаў і %(videos)s відэа)..." #~ msgid "Photo has already been downloaded" #~ msgstr "Фота ўжо было сцягнута" #~ msgid "Download / Pause" #~ msgstr "Сцягваць / Прыпыніць" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Выбраць" #~ msgid "Previous File" #~ msgstr "Папярэдні файл" #~ msgid "_View" #~ msgstr "_Прагляд" #~ msgid "_Uncheck All" #~ msgstr "_Зняць пазначэнне" #~ msgid "_Include in download" #~ msgstr "_Уключыць у сцягванне" #~ msgid "_Translate this Application..." #~ msgstr "_Перакласці праграму..." #~ msgid "_Check All" #~ msgstr "Пазначыць _усё" #~ msgid "_Help" #~ msgstr "_Даведка" #~ msgid "Next File" #~ msgstr "Наступны файл" #~ msgid "_Download" #~ msgstr "_Сцягнуць" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Прыклад: /home/user/Pictures" #~ msgid "New:" #~ msgstr "Новае:" #~ msgid " " #~ msgstr " " #~ msgid "Photo Folders" #~ msgstr "Папкі здымкаў" #~ msgid "Original:" #~ msgstr "Арыгінал:" #~ msgid "Example" #~ msgstr "Прыклад" #~ msgid "Video Folders" #~ msgstr "Папкі з відэа" #~ msgid " hh:mm" #~ msgstr " гг:хх" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Сінхранізаваць нумары RAW і JPEG" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Сумяшчальнасць з іншымі аперацыйнымі сістэмамі" #~ msgid "_Add..." #~ msgstr "_Дадаць…" #~ msgid "R_emove All" #~ msgstr "_Выдаліць усё" #~ msgid "Job Codes" #~ msgstr "Цэтлікі" #~ msgid "Devices" #~ msgstr "Прылады" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/bg.po0000644000175000017500000037044314562557501016604 0ustar00damondamon# Bulgarian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2018-11-06 19:47+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2019-03-30 00:28+0000\n" "X-Generator: Launchpad (build 18910)\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

" msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
  1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
  2. Checked State: whether the file is marked for download.
  3. Filename: the full filename, including extension.
  4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
  5. File Type: photo or video." "
  6. Device: name of the device the photos and videos are being " "downloaded from.
" msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
  1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
  2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
  1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
  2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
" msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
  1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
  2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
  3. Text which " "you want to appear every time, such as a hyphen or a space.
Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

Four types of sequence values are available to help you assign unique " "names to your photos and videos:

  1. Downloads today: tracks " "downloads completed during that day.
  2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
  3. Session number: reset each time the program is run.
  4. Sequence letter: like session numbers, but uses letters.
  5. Read more about sequence numbers in the online documentation.

    " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

    The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

    Read more about file renaming in " "the online " "documentation.

    " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
    1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
    2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
    3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
    Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

    In " "your bug report describe what you expected to happen, and what you observed " "happening.

    The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
    {tarfile}
    You need to attach this file to the bug " "report yourself. It will not be automatically attached.

    Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

    If possible, please also include the program's configuration " "file {config_file}.

    Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
    %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

    Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

    Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

    Creating a custom preset is not required, but can help you keep " "organized.

    The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

    If you " "like, you can create a new custom preset or update the existing custom " "preset.

    The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

    Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

    The default is to use MediaInfo and Gstreamer, " "with three exceptions:

    1. ExifTool reports a time zone and MediaInfo " "does not.
    2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
    3. Gstreamer is unable to extract thumbnails.
    4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Устройство" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "предупреждения" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about downloading from cameras and enabling " "downloading from phones.

      Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

      Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

      If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

      If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

      Learn more about downloading from cameras and enabling downloading from phones. " "

      Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

      You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

      You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "New York" #~ msgstr "Ню Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Манила" #~ msgid "Wellington" #~ msgstr "Уелингтън" #~ msgid "Helsinki" #~ msgstr "Хелзинки" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "Техеран" #~ msgid "Stockholm" #~ msgstr "Стокхолм" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "Москва" #~ msgid "Sydney" #~ msgstr "Сидни" #~ msgid "Budapest" #~ msgstr "Будапеща" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Delhi" #~ msgstr "Делхи" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Select a folder to download photos to" #~ msgstr "Изберете папка, в която да изтеглите снимки" #~ msgid "scanning..." #~ msgstr "сканиране ..." #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Size" #~ msgstr "Размер" #~ msgid "Download Progress" #~ msgstr "Прогрес на свалянето" #~ msgid "Device Detected" #~ msgstr "Устройството е открито" #~ msgid "and" #~ msgstr "и" #~ msgid " " #~ msgstr " " #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s did not unmount" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/ca.po0000644000175000017500000042431614562557501016576 0ustar00damondamon# Catalan translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:22+0000\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: ca\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Crèdits" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "No s’han configurat les còpies de seguretat" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "No s’ha detectat cap dispositiu de còpia" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" "Encara no s’han especificat ubicacions vàlides per a la còpia de seguretat" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Detecta automàticament els dispositius de còpies de seguretat" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nom de la carpeta de fotos:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nom de la carpeta de vídeos:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Exemple:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Ubicació de la còpia de les fotos:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Ubicació de la còpia dels vídeos:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "unitat1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "unitat2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opcions de còpia de seguretat" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "vídeo THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "àudio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vídeos" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "En ús" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Mida del dispositiu desconeguda" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Torna a explorar" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Càmeres" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispositius" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "S’està baixant des de %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s càmeres" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositius" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una de les funcions més útils del Rapid Photo Downloader és la seva " "capacitat de generar automàticament subcarpetes de baixada i canviar el nom " "dels fitxers a mesura que es baixen, segons el esquema que vulgueu." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Consell del dia" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Sabíeu que…?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Següent" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Uns quants segons" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 segon" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d segons" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuts" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d hores" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dies" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minut i 1 segon" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut i %d segons" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuts i 1 segon" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuts i %(seconds)d segons" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 hora i 1 minut" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora i %d minuts" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d hores i 1 minut" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hores i %(minutes)d minuts" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dia i 1 hora" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dia i %d hores" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dies i 1 hora" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dies i %(hours)d hores" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "Resalta-&ho tot" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Neteja" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "No s’ha trobat la frase" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Cerca pendent…" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Obre al gestor de fitxers…" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Sistema de fitxers" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicació no existeix)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Data i hora" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nom del fitxer" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadades" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Seqüències" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data de la imatge" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Data del vídeo" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Avui" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ahir" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Temps de baixada" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensió" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Número d’imatge" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Número de vídeo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Obertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Temps d’exposició" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Distància focal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Fabricant de la càmera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model de la càmera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Número de sèrie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Número del fitxer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Només la carpeta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Carpeta i fitxer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nom del propietari" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Còdec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Amplada" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Alçada" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Durada" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Drets d’autor" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Baixades avui" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Número de sessió" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Lletra de seqüència" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Tots els dígits" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Últim dígit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Últims 2 dígits" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Últims 3 dígits" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Últims 4 dígits" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAJÚSCULES" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minúscules" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Un dígit" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dos dígits" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tres dígits" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quatre dígits" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinc dígits" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sis dígits" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Set dígits" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Subsegons" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mes (sencer)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mes (abreujat)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuts)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Data (guionets)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Data (guions baixos)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Nom de fitxer original" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Resolució" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Introduïu un codi de tasca nou o trieu un codi anterior" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Introduïu un codi de tasca nou" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Elimina-ho tot" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatures" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Fusos horaris" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Gestió d’errors" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Miscel·lània" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Exploració de dispositius" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Afegeix…" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Elimina" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Dispositius recordats" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Camins ignorats" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Utilitza expressions regulars a l’estil del Python" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Comença la baixada en engegar el programa" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Tanca el programa quan finalitzi la baixada" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Tanca el programa fins i tot quan hi hagi errors o avisos" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Ignora la baixada" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Afegeix un identificador únic" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sobreescriu" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Omet" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Camí:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Falten les metadades de tipus %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "El nom del fitxer no hi té cap extensió." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "El nom del fitxer no hi té el component numèric." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Baixa" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispositiu" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Atura" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "vídeo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Aquestes carpetes de baixada no són vàlides:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Aquesta carpeta de baixada no és vàlida:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problema en fer còpia de seguretat" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixats" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No s’han pogut baixar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "S’han completat totes les baixades" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s baixats" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "No s’ha pogut baixar %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "No s’ha baixat cap fitxer — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "No s’ha baixat cap fitxer" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Els paràmetres del programa no són vàlids" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Torna a intentar-ho" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "CAMÍ" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Per a importar les preferències d’una versió antiga del Rapid Photo " "Downloader, heu d’instal·lar el programa gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" "S’estan important les preferències del Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Heu d’instal·lar l’ExifTool per a executar el Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "S’han reinicialitzat els paràmetres i les memòries cau." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "S’han reinicialitzat els paràmetres i les memòries cau." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "subcarpeta i nom del fitxer" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nom de fitxer" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "subcarpeta" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Baixades avui:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Compatibilitat" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos i vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos o vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "un vídeo" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 vídeo" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Arrel del sistema de fitxers" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Imatges" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Targetes de memòria: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Targeta de memòria: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Copia el camí d’accés" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Marca els fitxers com a baixats" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s i %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "u" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:577 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:578 msgid "five" msgstr "cinc" #: ../raphodo/utilities.py:579 msgid "six" msgstr "sis" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "set" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "vuit" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "nou" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "deu" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "dotze" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tretze" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "catorze" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "setze" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "disset" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "divuit" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "dinou" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "vint" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&D’acord" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Tanca" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Cancel·la" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "De&sa" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Sí" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&No" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La finestra principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotos;baixada;fotografia;importació;vídeo;RAW;càmera;telèfon;transferència;cò" "pia de seguretat;memòria;targeta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Transferiu fotos i vídeos amb el Rapid Photo Downloader" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "Mida" #~ msgid "Download Progress" #~ msgstr "Progrés de la baixada" #~ msgid "Auto Detect" #~ msgstr "Detecció automàtica" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Videos:" #~ msgstr "Vídeos:" #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "and" #~ msgstr "i" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Carpeta: %s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "S’ha produït un error: %(inst)s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fitxer: %(file)s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Name + extension" #~ msgstr "Nom + extensió" #~ msgid "Invalid regular expression" #~ msgstr "L’expressió regular no és vàlida" #~ msgid "New York" #~ msgstr "Nova York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "París" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Estocolm" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Warsaw" #~ msgstr "Varsòvia" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s i %(final_volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "S’ha produït un error en fer la còpia de seguretat a %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s i %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s i %(volume)s (%(inst)s)." #~ msgid "scanning..." #~ msgstr "s’està escanejant…" #~ msgid "About 1 second remaining" #~ msgstr "Queda prop d’un segon" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Realment voleu baixar des d’aquí? En alguns sistemes, l’escaneig d’aquesta " #~ "ubicació pot trigar massa." #~ msgid "the root of the file system" #~ msgstr "l’arrel del sistema de fitxers" #~ msgid "Download cannot proceed" #~ msgstr "No es pot continuar amb la baixada" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Queden %(minutes)i:%(seconds)02i minuts" #~ msgid "About 1 minute remaining" #~ msgstr "Queda prop d’un minut" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Queden prop de %i segons" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (queden %(remaining)s)" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Baixada des de %(location)s." #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "No hi ha cap dispositiu que contingui una carpeta vàlida per fer la còpia de " #~ "seguretat de %(filetype)s" #~ msgid "From" #~ msgstr "Des de" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Trieu una carpeta que contingui %(file_types)s" #~ msgid "To" #~ msgstr "A" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "No es pot escriure a la carpeta de baixada per %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "La carpeta de baixada per %(file_type)s és incorrecta" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "La carpeta de baixada per %(file_type)s no hi existeix" #~ msgid "All settings and preferences have been reset" #~ msgstr "S’han restablit tots els paràmetres i preferències" #, python-format #~ msgid "and %s" #~ msgstr "i %s" #~ msgid "Backing up error" #~ msgstr "S’ha produït un error en fer la còpia de seguretat" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origen: %(source)s\n" #~ "Destinació: %(destination)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Voleu baixar fotos i vídeos des d’aquest dispositiu o partició?" #~ msgid "_Remember this choice" #~ msgstr "_Recorda aquesta elecció" #~ msgid "An unknown error occurred" #~ msgstr "S’ha produït un error desconegut" #~ msgid "Remove all Job Codes?" #~ msgstr "Voleu suprimir tots els codis de tasques?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Voleu suprimir tots els codis de tasques?" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Voleu suprimir tots els camins recordats?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Voleu suprimir tots els camins recordats?" #~ msgid "Enter a Job Code" #~ msgstr "Introduïu un codi de tasca" #~ msgid "Job Code:" #~ msgstr "Codi de tasca:" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Hèlsinki" #~ msgid "Delhi" #~ msgstr "Delhi" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemple: %s" #~ msgid "Jakarta" #~ msgstr "Jakarta" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "The following metadata is missing: " #~ msgstr "Falten les metadades següents: " #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s i %(backinguperror)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origen: %(source)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Camí: %s" #~ msgid "About..." #~ msgstr "Quant a…" #~ msgid "Photo has already been downloaded" #~ msgstr "Ja s’havia baixat la foto" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflictes de nom de foto i vídeo" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importeu les vostres fotos i vídeos amb eficiència i fiabilitat" #~ msgid "Free space:" #~ msgstr "Espai lliure:" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s lliure" #~ msgid "Error Handling" #~ msgstr "Gestió d’errors" #~ msgid "Performance" #~ msgstr "Rendiment" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Genera miniatures (més lent)" #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifica els fitxers a mesura que es baixen" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Gira automàticament les imatges JPEG" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "En fer còpies de seguretat, trieu entre sobreescriure un fitxer en el " #~ "dispositiu amb el mateix nom o ometre-ho." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Quan ja s’ha baixat una foto o vídeo amb el mateix nom, trieu entre ometre " #~ "el fitxer o afegir un identificador únic." #~ msgid "Miscellaneous" #~ msgstr "Miscel·lània" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/suports/unitatexterna/Fotos" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "No es va desmuntar el %(device)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Trieu una carpeta en la qual es baixaran els vídeos" #~ msgid "Select a folder to download photos to" #~ msgstr "Trieu una carpeta en la qual es baixaran les fotos" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "restableix tots els paràmetres del programa i surt" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "No s’ha pogut crear la carpeta de destinació: %(directory)s\n" #~ msgid "display debugging information when run from the command line" #~ msgstr "mostra informació de depuració en executar des de la línia d’ordres" #~ msgid "Copy" #~ msgstr "Copia" #~ msgid "Move" #~ msgstr "Desplaça" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "S’està copiant en %(path)s" #~ msgid "Device Detected" #~ msgstr "S’ha detectat un dispositiu" #, python-format #~ msgid "Error generating component %s." #~ msgstr "S’ha produït un error en generar el component %s." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "S’estan copiant les fotos en %(path)s i els vídeos en %(path2)s" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "No s’han pogut llegir els metadades de «%(filetype)s»" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Aquesta expressió regular no és vàlida i es treurà si no la corregiu:\n" #~ " %s" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Les expressions regulars següents no són vàlides i se suprimiran si no les " #~ "corregiu:\n" #~ " %s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ja s’havia baixat" #~ msgid "Backup" #~ msgstr "Còpia de seguretat" #~ msgid "Video backup folder name:" #~ msgstr "Nom de la carpeta on es copiaran els vídeos:" #~ msgid "Photo backup folder name:" #~ msgstr "Nom de la carpeta on es copiaran les fotos:" #~ msgid "Example:" #~ msgstr "Exemple:" #~ msgid "Device Options" #~ msgstr "Opcions del dispositiu" #~ msgid "Backup\t" #~ msgstr "Còpia de seguretat\t" #~ msgid "Backup" #~ msgstr "Còpia de seguretat" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/cs.po0000644000175000017500000063040014562557501016611 0ustar00damondamon# Czech translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:15+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: cs\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Poděkování" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Překladatelé" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Zálohy nejsou nastavené" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nebyla zjištěna žádná zálohovací zařízení" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Doposud jste nezadali platná umístění záloh" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Souběžně s jejich stahováním, fotografie a videa mohou být zálohovány do " "vícero umístění naráz – např. na externí pevné disky." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Stahované fotografie a videa hned zálohovat" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Automaticky zjišťovat zálohovací zařízení" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Zadejte název složky do které na zařízení(ch) zálohovat.

      Pozn.: " "přítomnost takto nazvané složky slouží pro zjišťování, zda zařízení slouží " "pro zálohy. Na každém ze zařízení, na které má být zálohováno, vytvořte " "složku s jedním z těchto názvů. Pokud budu přítomny obě složky, zařízení " "bude sloužit pro zálohování jak fotografií, tak videí." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Název složky pro fotografie:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Název složky pro videa:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Příklad:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "Pokud vypnete automatické zjišťování, vyberte přesné umístění záloh." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Umístění záloh fotografií:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Vyberte umístění záloh fotografií" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Umístění záloh videí:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Vyberte umístění záloh videí" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "úložiště1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "úložiště2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Předpokládané využití zálohovacího úložiště" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Předvolby zálohování" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "náhledové video (.THM)" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "zvuk" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotografií" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videí" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Využito" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Překračuje" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Velikost zařízení není známa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Na %(size_total)s zařízení se už nedostává volného místa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s volných z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotografie" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videa" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Předpokládané využití úložiště po dokončení stahování" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Vlastní…" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Nastavit vyváření podsložek pro fotografie" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Nastavit vyváření podsložek pro videa" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Zkoumání zařízení…" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Toto zařízení dočasně ignorovat" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Toto zařízení trvale ignorovat" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Znovu prohledat" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s zaplněno" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Ostatní" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Fotoaparáty" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Zařízení" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Stahování z %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Vyberte zdroj" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s fotoaparáty" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s zařízení" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Kliknutím na zaškrtávací kolonku u souboru ho o(d)značíte pro stahování." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Soubory které už byly staženy jsou zapamatovány. I tak je možné je označit a " "nechat znovu stáhnout, ale ve výchozím stavu nejsou zaškrtnuté a jejich " "náhledy jsou vybledlé, takže je snadno rozlišíte od souborů, které zbývá " "stáhnout." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Pokud je vybráno vícero souborů, jejich (ne)zaškrtnutí se řídí stavem u " "souboru, u kterého bylo kliknuto – nezávisle na tom, zda předtím byly nebo " "nebyly zaškrtnuté." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Zaškrtnutím (respektive jeho zrušením) u daného zařízení je možné rychle " "o(d)značit veškeré soubory na něm pro stahování." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Po dokončení stahování je zaškrtávací okénko nahrazeno ikonou. Barva ikony " "značí zda bylo stahování úspěšné (zelená), vyskytl se problém s " "přejmenováním (žlutá/oranžová) nebo se vůbec nezdařilo (červená)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "V případě jakýchkoli problémů se v dolní části okna zobrazí červená ikona " "označující počet chybových hlášení. Kliknutím na ni se otevře okno Hlášení o " "chybách." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Okno s chybovými hlášeními vypisuje jakékoli problémy které se vyskytly " "před, v průběhu nebo po stahování. Oranžový trojúhelník přestavuje varování, " "červený kruh značí nezdar, a černý kruh značí závažnější nezdar. Je možné " "kliknou na hypertextový odkaz a otevřít tak jeho soubor nebo zařízení ve " "správci souborů. V hlášeních je možné také vyhledávat pomocí příslušné " "kolonky vlevo dole okna s chybovými hlášeními." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Stahovat je možné souběžně z vícero fotoaparátů, telefonů, paměťových karet " "a ostatních vnějších úložišť – záleží jen na tom, kolik jich váš počítač " "dovede obsloužit naráz." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Časová osa seskupuje fotografie a videa na základě doby, uplynulé " "mezi po sobě jdoucími snímky. Použijte ji pro identifikaci fotografií a " "videí pořízených v různých obdobích jednoho či vícero po sobě jdoucích dnů." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" "

      Ve výše uvedené ukázce je první řádek časové osy černým písmem, protože " "všechny soubory k tomuto datu už byly stažené dříve.

      Posuvník časové " "osy upravuje dobu uplynulou mezi po sobě jdoucími snímky která slouží pro " "vytváření časové osy:

      " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Fotografie a videa z konkrétního časového období zobrazíte jeho výběrem myší " "(volitelně v kombinaci s klávesami Shift nebo Ctrl). Když " "je zvoleno časové období, tlačítko Časová osa (na levé straně hlavního okna " "aplikace) je zvýrazněno." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Stahování vždy zahrnuje veškeré soubory, které jsou označené pro stahování – " "včetně těch, které nyní nejsou zobrazené kvůli použití časové osy." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Zdroje pro stahování je možné skrýt nebo zobrazit kliknutím na název " "zařízení ze kterého stahujete (vlevo nahoře v okně aplikace)." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" "Náhledové obrázky mohou být řazeny podle různých kritérií:
      1. Okamžik " "úpravy: kdy byl soubor naposledy upraven na základě údajů z jeho " "vnitřních metadat (pokud jsou k dispozici) nebo podle údajů souborového " "systému (náhradní řešení).
      2. Zaškrtnuto: zda jsou soubory " "označené ke stahování.
      3. Název souboru: úplný název souboru " "(včetně přípony).
      4. Přípona: přípona souborů. Je možné použít " "například pro seskupení jpeg a raw obrázku.
      5. Typ souboru: " "fotografie nebo video.
      6. Zařízení: název zařízení ze kterého " "jsou fotografie a videa stahovány.
      " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Jednou z nejužitečnějších funkcí aplikace Rapid Photo Downloader je " "schopnost automatického vytváření podsložek pro stahované soubory a " "přejmenovávání těchto souborů dle zvolených schématů." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Umístění do kterého stahovat soubory a jejich pojmenování určíte v " "příslušném panelu na pravé straně okna aplikace: Cíl, " "Přejmenovat nebo Štítek." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" "Při vymýšlení své struktury složek pro stahování pamatujte na dva odlišné " "typy složek:
      1. Cílová složka, např. „Obrázky”, „Fotografie“ nebo " "„Videa“. Tato složka by už měla na vašem počítači existovat. V níže uvedené " "ukázce jsou cílovými složkami „Obrázky“ a „Videa“. Název cílové složky je " "zobrazován v šedé liště přímo nad stromem složek, s ikonou složky na levé a " "ikonou ozubeného kola na (úplně) pravé straně.
      2. Podsložky pro " "stahování, což jsou složky které budou automaticky vytvářeny aplikací " "Rapid Photo Downloader. Nemusí ještě na počítači existovat, ale je v " "pořádku, pokud už ano. Budou vytvářeny pod cílovou složkou.
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Fotografie a videa je možné stáhnout do stejné cílové složky nebo určit pro " "každé zvlášť. To stejné platí pro podsložky pro stahování – opět do stejných " "nebo pro každé jiné schéma." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Pokud je třeba, automaticky vytvářené podsložky pro stahované mohou " "obsahovat další takové podsložky. Běžným schématem je vytvořit podsložku s " "rokem a v ní následně sérii podsložek rok-mesic-den." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" "Pokud je to možné, aplikace zobrazí náhled uspořádání podsložek pro " "stahování fotografií a videí:
      1. Strom cílové složky zobrazuje " "podsložky, které už na počítači existují (s názvy v běžným, neskloněným " "písmem) a dále ty, které teprve budou v průběhu stahování vytvořeny (s názvy " "skloněným písmem).
      2. Strom složek také zobrazuje do kterých podsložek " "budou soubory stahovány (do těch začerněných).
      " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Názvy podsložek pro stahované typicky bývají tvořeny některými z " "následujících prvků:
      1. Metadata souboru, velmi často včetně data " "vytvoření fotografie nebo videa, ale může také zahrnovat model, sériové " "číslo fotoaparátu nebo příponu souboru – např. JPG nebo " "CR2.
      2. Štítek, což je volný text který zadáte v okamžiku " "stahování jako třeba název události nebo místa.
      3. Text který " "chcete aby se objevil pokaždé, jako třeba spojovník nebo mezera.
      " "Nazývání podsložek rokem, následovaným měsícem (v číselném vyjádření) a " "nakonec dnem usnadňuje řazení ve správci souborů a proto je to výchozí " "předvolba:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Pro automatické vytváření podsložek v průběhu stahování je možné použít " "jednu z přednastavených sad, přítomných už v aplikaci Rapid Photo " "Downloader, nebo vytvořit svou vlastní. Kliknutím na ikonu ozubeného kola " "rozbalíte příslušnou nabídku:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Z rozbalovací nabídky vyberte vestavěnou přednastavenou sadu nebo klikněte " "na Vlastní a nastavte si své vlastní schema. To vytvoříte pomocí " "editoru vytváření podsložek pro fotografie nebo videa:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Je snadné stáhnout raw obrázky do jedné složky a jpeg do jiné. Stačí použít " "Příponu souboru ve schématu vytváření podsložek:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Tato ukázka zobrazuje uloženou vlastní sadu nastavení „Moje vlastní " "přednastavená sada“." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Vnořené složky pro stahované nemusíte vytvářet. Tato ukázka zobrazuje " "vytváření podsložek které obsahují pouze datum kdy byly fotografie pořízeny " "a štítek:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Ačkoli je k dispozici mnoho předpřipravených šablon pojmenování dle " "data/času, je možné, že budete potřebovat něco jiného. Není problém vytvořit " "svojí vlastní. Je možné kombinovat datum/čas a vytvářet tak nová spojení. " "Například když chcete formát data, který kombinuje rok (RRRR), spojovník a " "měsíc (MM) do podoby RRRR-MM, je možné toho dosáhnout takto (povšimněte si " "červeného kroužku kolem spojovníku):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Více o všech možných způsobech vytváření názvů podsložek a souborů se " "dočtete v dokumen" "taci na webu projektu." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Štítky umožňují snadno zadat text který popisuje sadu fotografií nebo " "videí. Můžete je pak používat v názvech podsložek a souborů. V této ukázce " "mají některé soubory štítek „Ulice“ a označené soubory dostanou štítek " "„Ovocny_trh“:" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Nové či stávající štítky je možné použít před zahájením stahování. Pokud " "stahování obsahuje nějaké soubory, které ještě nejsou opatřené štítkem, " "budete před zahájením stahování vyzváni k jeho zadání." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Podívejte se na rady, které vás povedou při práci se štítky:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Rady se budou měnit v závislosti na kontextu, například když se ukazatel " "ocitne nad tlačítkem." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Pokud budete souborům s fotografiemi a videi dávat neopakující se názvy, " "nikdy se vám nebude plést který soubor je který. Použití pořadových " "čísel pro zajištění toho, že jsou názvy souborů neopakující je velmi " "doporučeno!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" "

      Jsou k dispozici čtyři typy pořadových čísel, které vám pomohou " "přiřazovat fotografiím a videím neopakující se názvy:

      1. Pořadí v " "dnes stažených: odpovídá pořadí v souborech (či raw+jpeg dvojic) " "stažených daného dne.
      2. Pořadí v celkově stažených: podobné s " "předchozím, ale počítáno vůbec od prvního spuštění " "aplikace.
      3. Pořadí ve stažených nyní: resetuje se pokaždé, když " "je aplikace spuštěná.
      4. Pořadí písmeny: jako předchozí, ale s " "použitím písmen.

      Více o pořadových číslech se dočtete v dokumenta" "ci na webu projektu.

      " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Panel Přejmenovat umožňuje nastavit přejmenovávání souborů. Je možné " "volit z existujících sad nastavení nebo určit svá vlastní." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" "

      Možnost Synchronizovat RAW + JPEG je užitečná, pokud používáte " "funkci RAW + JPEG ve fotoaparátu a při přejmenovávání fotografií používáte " "pořadová čísla. Povolení této možnosti způsobí, že program bude detekovat " "shodné dvojice fotografií RAW a JPEG, a pokud budou detekovány, budou pro " "názvy obou fotografií použita stejná pořadová čísla. Kromě toho budou " "sekvence aktualizovány, jako by šlo o jednu fotografii.

      Další " "informace o přejmenování souborů najdete v online " "dokumentaci.

      " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Svoje fotografie a videa můžete mít už v průběhu stahování zálohované do " "vícero umístění, jako třeba na externí pevné disky nebo síťová sdílení. " "Zálohovací zařízení mohou být zjišťována automaticky nebo je možné zadat " "přesné umístění záloh." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "V této ukázce, úložiště fotozaloha neobsahuje složku nazvanou " "Videa, takže videa na něj nebudou zálohována." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Některé z předvoleb aplikace je možné nastavit také z příkazového řádku, " "včetně určení zdrojů stahování, cílů a záloh. Dále je odtud možné resetovat " "nastavení na jejich výchozí hodnoty a vyčistit mezipaměti a zapamatované " "soubory." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Je také možné importovat předvolby ze starší verze 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader zachází se třemi typy mezipamětí:
      1. Mezipaměť " "náhledových obrázků jejíž jediným účelem je uchovávat náhledy souborů, " "nacházejících se na vašich fotoaparátech, paměťových kartách a ostatních " "zařízeních.
      2. Dočasná mezipaměť souborů, stažených z " "fotoaparátu – jedna pro fotografie a druhá pro videa. Nacházejí se v " "dočasných podsložkách v cíli stahování.
      3. Mezipaměť náhledů " "desktopového prostředí, do které Rapid Photo Downloader ukládá náhledy " "RAW a TIFF fotografií, jakmile jsou staženy. Správci souborů, jako třeba " "Gnome Files tuto mezipaměť používají také, takže jsou také schopné zobrazit " "náhledy těchto souborů.
      Více o těchto mezipamětech a jejich vlivu " "na výkon se dočtete v dokumentaci na " "webu projektu." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Tip dne" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Věděli jste…?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Zobrazovat tipy při spuštění aplikace" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Další" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Předchozí" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Pár sekund" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minut" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d hodin" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 den" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dnů" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minut, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minuta" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minut" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d hodin, 1 minuta" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hodin, %(minutes)d minut" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 den, 1 hodina" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 den, %d hodin" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dny, 1 hodina" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dny, %(hours)d hodin" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Najít" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Chybová hlášení – Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Hledat v hlášeních" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Hledat předchozí výskyt fráze" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Hledat následující výskyt fráze" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "Zvýraznit všec&hny výskyty" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Zvýraznit všechny výskyty dané fráze" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "Rozlišovat velikost pís&men" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Při hledání rozlišovat velikost písmen" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "Pouze tato celá slova" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" "Nevyhledávat jako část jiných slov (příklad: „fit“ jako samostatné slovo, " "nikoli obsažené třeba ve „fitcentrum“)" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s z %s shod" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s z %(total)s shod" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Vyčistit" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Fráze nenalezena" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Hledání…" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Počet nových položek přidaných do hlášení chyb od minulého otevření. " "Kliknutím otevřete hlášení chyb." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Prosíme nahlaste problém na {website}.

      V " "hlášení chyby popište, co jste očekávali, že se stane a co jste pozorovali, " "že se dělo.

      Pro úspěšné řešení je třeba, aby hlášení chyby obsahovalo " "také soubory s nastavením aplikace a záznamy událostí. Pro vytvoření souboru " "s těmito dodatečnými informacemi, klikněte na Uložit." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Dodatečné informace uloženy" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "Dodatečné informace k hlášení chyby byly uloženy do vaší domovské složky v " "podobě tar souboru:
      {tarfile}
      Tento soubor prosím přiložte k " "hlášení chyby (nestane se tak automaticky)

      Kliknutím sem soubor zobrazíte ve správci souborů." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Chyba při vytváření dodatečných informací" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Dodatečné informace pro hlášení chyby nebyly vytvořeny. Prosíme vyplňte " "hlášení chyby i tak." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "K hlášení chyby přiložte soubory se záznamem událostí v aplikaci (log). Je " "třeba, aby hlášení obsahovalo {log_file}, ale přiložení i dalších " "souborů se záznamem souvisejících událostí je často nápomocné.

      Pokud " "je to možné, také přiložte soubor s nastaveními aplikace " "{config_file}.

      Kliknutím sem " "otevřete složku se záznamy událostí a sem pro " "otevření složky s nastaveními." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Přechod na nejnovější verzi vám umožní zjistit, " "zda problém, se kterým jste se setkali, už není vyřešen." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problém v aplikaci Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "V Rapid Photo Downloader došlo k problému" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Pokud v rámci tohoto spuštění programu nastane stejný problém znovu, nebude " "už na něj znovu upozorňováno." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V aplikaci Rapid Photo Downloader se vyskytl problém\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Prosíme nahlaste tento problém na {website}\n" "K hlášení chyby přiložte soubor se záznamem událostí, který se nachází v " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Otevřít ve správci souborů…" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Vrátit na výchozí" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Zobrazit systémové složky" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Souborový systém" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Jiné…" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (umístění neexistuje)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Datum a čas" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Název souboru" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Pořadová čísla" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Štítek" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Datum obrázku" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Datum videa" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Včera" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Okamžik stažení" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Název souboru" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Přípona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Číslo obrázku" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Číslo videa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "Citlivost (ISO)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Expoziční čas" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Ohnisková vzdálenost" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Výrobce fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Zkrácené označení modelu fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Zkrácené označení modelu fotoaparátu včetně části před pomlčkou" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Sériové číslo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Počet cyklů závěrky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Číslo souboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Pouze složka" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Složka a soubor" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Jméno vlastníka" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Šířka" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Výška" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Délka" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Snímků za sekundu" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Umělec" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Autorská práva" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Pořadí v dnes stažených" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Pořadí ve stažených nyní" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Pořadí v podsložce" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Pořadí ve stažených nyní" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Pořadí písmeny" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Všechny číslice" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Poslední číslice" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Poslední 2 číslice" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Poslední 3 číslice" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Poslední 4 číslice" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Zachovat původní velikost písmen" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "VELKÁ PÍSMENA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "malá písmena" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Jedna číslice" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dvě číslice" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tři číslice" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Čtyři číslice" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Pět číslic" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Šest číslic" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Šedm číslic" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Milisekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "RRRR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "RRRR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "RR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "RR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Měsíc – celý název" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Měsíc – zkratka" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Den v týdnu (celý název)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Den v týdnu (zkratka)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM – minut" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Datum (se spojovníky)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Datum (s podtržítky)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Datum a štítek" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "RRRRMM_stitek" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Datum a podsložka se štítkem" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Štítek" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Původní název souboru" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Datum-čas a pořadí v dnes stažených" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Datum a pořadí v dnes stažených" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Datum-čas a číslo obrázku" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Datum-čas a štítek" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "RRRRMMDD-HHMM-stitek-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "RRRRMMDD-stitek-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Datum-čas a číslo videa" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "RRRRMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Rozlišení" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Zadejte nový štítek nebo vyberte nějaký existující" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Štítek bude použit na %s která ještě nemá žádný přiřazen." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Štítek bude použit na %s která ještě nemají žádný přiřazen." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Použít štítek na stahované" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Zadejte nový štítek" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Rada: Dříve než zadáte nový kód zakázky, vyberte fotky a videa a " "tento nový kód na ně bude uplatněn." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Nový štítek bude použit na %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nový štítek" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "Štítek:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Zapamatovat si tento kód zakázky" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Vyberte fotografie a videa na které použít nový nebo existující štítek." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "Nový štítek bude použit na všechny označené fotografie a/nebo videa." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Kliknutím na Použít aplikujete stávající štítek na všechny označené fotky " "a/nebo videa. Ještě jednodušeji pak dvojklikem na štítek." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Odebrání štítku ho odebere pouze ze seznamu uložených štítků, nikoli z " "fotografií či videí, na které mohl být použit." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Pokud chcete používat štítky, nastavte přejmenovávání a/nebo pojmenovávání " "cílových podsložek tak, aby je používalo." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Posledně použito" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Řazení štítků:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Vzestupně" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Sestupně" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nový…" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "Použít" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "Odeb&rat" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Odebrat vse" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Opravdu odstranit veškeré štítky?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Odebrat veškeré štítky" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Štítky" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Rada: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Uložit jako novou vlastní přednastavenou sadu…" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Odstranit veškeré vlastní přednastavené sady…" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(nová vlastní přednastavená sada)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (upraveno)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Aktualizovat vlastní přednastavenou sadu „%s“" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Uložit novou vlastní přednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Název přednastavené sady:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Editor pravidel vytváření podsložek pro fotografie" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Editor pravidel vytváření podsložek pro videa" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Editor pravidel přejmenovávání fotografií" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Editor pravidel přejmenovávání videí" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Varování: Nedostatek údajů pro " "vytvoření názvu. Použijte jiné předvolby přejmenování." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "Znak %(separator)s vytvoří další podúroveň složek." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Není třeba uvozovat či uzavírat oddělovačem složek %(separator)s, " "protože je přidáván automaticky." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Varování: Není zaručeno, že vytvořené " "názvy se nebudou opakovat. Nápravu zajistíte použitím pořadových hodnot." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Přednastavená sada:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Získat nápovědu z webu projektu…" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Vložit" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Uložit přednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Uložit změny ve vlastní přednastavené sadě?

      Vytváření sady " "není vyžadováno, ale napomáhá v udržení pořádku.

      Změny předvoleb " "budou nyní použity ať už sadu vytvoříte nebo ne." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Uložit změny ve vlastní přednastavené sadě?

      Pokud chcete, " "můžete vytvořit novou vlastní sadu nebo aktualizovat tu " "stávající.

      Změny předvoleb budou nyní použity ať už sadu uložíte nebo " "ne." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Uložit novou přednastavenou sadu" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Předvolby" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Jazyk" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizace" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Náhledy" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Reakce na chyby" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Varování" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Konsolidace" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Různé" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Prohledávání zařízení" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Prohledávat pouze vnější zařízení" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Hledat fotografie a videa pouze na zařízeních, připojených k počítači z " "vněšku – \n" "včetně fotoaparátů, paměťových karet, externích pevných disků a USB flash " "klíčenek." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Skenovat pouze určité složky na zařízeních" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skenovat na přítomnost fotografií a videí pouze v níže uvedených složkách " "(s\n" "výjimkou těch určených v Ignorovaných umístěních).\n" "\n" "Změna tohoto nastavení způsobí že veškerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Složky které skenovat:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Složky v nejvyšší úrovni stromu souborových systémů na zařízeních ve\n" "kterých bude skenováno na přítomnost fotografií a videí." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Přidat…" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Přidat složku ze seznamu těch ke skenování na přítomnost fotografií a " "videí.\n" "\n" "Změna tohoto nastavení způsobí že veškerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Odebrat" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Odebrat složku ze seznamu těch ke skenování na přítomnost fotografií a " "videí.\n" "\n" "Změna tohoto nastavení způsobí že veškerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Zařízení pro které bylo nastaveno automatické ignorování nebo stahování." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Zapamatovaná zařízení" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Odebrat zařízení ze seznamu těch, která automaticky ignorovat / ze kterých " "stahovat." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Vyčistit seznam zařízení která automaticky ignorovat / ze kterých stahovat.\n" "\n" "Pozn.: Změny se projeví až při příštím vyhledání zařízení, připojených k " "počítači." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Popisy ignorovaných umístění" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Koncová část popisu umístění, ve kterém by nikdy neměly být hledány " "fotografie nebo videa." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Přidat popis umístění do seznamu těch, kterých si nevšímat.\n" "\n" "Změna tohoto nastavení vyvolá opětovné prohledání všech zařízení." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Odebrat popis umístění do seznamu těch, kterých si nevšímat.\n" "\n" "Změna tohoto nastavení vyvolá opětovné prohledání všech zařízení." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Vyčistit popis umístění do seznamu těch, kterých si nevšímat.\n" "\n" "Změna tohoto nastavení vyvolá opětovné prohledání všech zařízení." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" "Používat regulární výrazy ve stylu programovacího jazyka" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "V seznamu ignorovaných umístění používat regulární výrazy.\n" "\n" "Změna tohoto nastavení vyvolá opětovné prohledání všech zařízení." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Jazyk: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Projeví se až po restartu aplikace" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatizace v aplikaci" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Zahájit stahování při spouštění aplikace" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Při připojení zařízení zahájit stahování" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Po dokončení stahování odpojit (umount) souborový systém zařízení" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Po dokončení stahování aplikaci ukončit" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Ukončit aplikaci i když stahování skončilo s varováními nebo chybami" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Vytváření náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Vytvářet náhledové obrázky" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Vytvořit náhledové obrázky pro zobrazování v hlavním okně aplikace" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Ukládat náhledové obrázky do mezipaměti" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Uložit náhledové obrázky pro zobrazování v hlavním okně aplikace do " "mezipaměti náhledů, určené jen pro aplikaci Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Vytvářet náhledové obrázky pro systém" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Při stahování ukládat náhledové obrázky které mohou být použity správci " "souborů a dalšími aplikacemi" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Počet jader procesoru jejichž výpočetní výkon využít pro vytváření " "náhledových obrázků." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Jader procesoru:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Výpočet…" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dnů" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "napořád" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Velikost mezipaměti:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Počet náhledových obrázků:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Velikost databáze:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Uchovávat nepoužívané náhledové obrázky po dobu:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Vyčistit mezipaměť…" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimalizovat mezipaměť…" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Přeskočit stahování" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Soubor nestahovat a zobrazit chybové hlášení" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Přidat neopakující se identifikátor" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Přidat identifikátor jako _1 nebo _2 na konec názvu souboru, bezprostředně " "před příponu souboru" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Přepsat" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Přepsat dříve zazálohovaný soubor" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Přeskočit" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Nepřepisovat soubor v záloze a zobrazit chybové hlášení" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Pokud už existuje stažená fotografie nebo video se stejným názvem, zvolte " "zda přeskočit stahování souboru nebo přidat neopakující se identifikátor:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Aby bylo zajištěno vytváření neopakujících se názvů souborů, je důrazně " "doporučeno používat pořadová čísla. Přejmenovávání souborů se nastavuje v " "hlavním okně, panelu Přejmenovávání." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Při zálohování zvolte zda přepsat stejnojmenný soubor na zálohovacím " "zařízení nebo přeskočit jeho zálohování:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Varování aplikace" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Zobrazit varování když:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Jsou stahovány soubory které nyní nejsou zobrazeny" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Varovat pokud se chystáte stahovat soubory které nejsou zobrazeny v hlavním " "okně aplikace." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Chybí zálohovací umístění" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Varovat před zahájením stahování pokud soubory není možné zazálohovat." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" "Softwarové knihovny potřebné pro běh aplikace chybí nebo jsou poškozené" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Varovat pokud softwarové knihovny využívané aplikací Rapid Photo Downloader " "chybí nebo nejsou funkční." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Se nedaří nastavit netadata souborového systému" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Varovat při chybě nastavování metadat souborového systému, na kterém se " "soubor nachází, jako třeba okamžik úpravy." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Se narazí na neošetřené soubory" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Po prohledání zařízení nebo tohoto počítače varovat pokud byly nalezeny " "nerozpoznané soubory, které tak nebudou zahrnuty do stažení." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Nevarovat před neošetřenými soubory s příponami:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "U přípon souborů není rozlišována velikost písmen a není třeba uvádět úvodní " "tečku." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Přidat" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Přidat příponu souborů na seznam neošetřovaných typů souborů a nevarovat tak " "v jejich případě." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Odebrat příponu souborů ze seznamu neošetřených souborů a varovat tak v " "jejich případě." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "Vyčistit seznam přípon neošetřených souborů a varovat tak u všech." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Konsolidace fotografií a videí" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Konsolidovat soubory napříč zařízeními a stahováními" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyzovat výsledky skenů zařízení a hledat duplicitní soubory a " "odpovídající si RAW a JPEG dvojice,\n" "jejich porovnání napříč vícero zařízeními a stahovacími relacemi." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Zacházet s odpovídajícími si RAW a JPEG soubory jako:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Jedna fotografie" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Dvě fotografie" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Zobrazovat odpovídající si dvojice RAW a JPEG fotografií jako jeden snímek a " "pokud je označen, stáhnout obojí." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Zobrazovat odpovídající si dvojice RAW a JPEG fotografií jako dva různé " "snímky. I tak ale je možné synchronizovat jejich pořadová čísla." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "S odpovídajícími si RAW a JPEG fotografiemi:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Neoznačovat JPEG ke stažení" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Neoznačovat RAW ke stažení" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Označit obě pro stažení" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Když jsou nalezeny odpovídající si soubory (RAW a JPEG) od jedné fotografie, " "neoznačovat automaticky JPEG variantu pro stahování. Samozřejmě jí stále " "můžete označit pro stahování ručně." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Když jsou nalezeny odpovídající si soubory (RAW a JPEG) od jedné fotografie, " "neoznačovat automaticky RAW variantu pro stahování. Samozřejmě jí stále " "můžete označit pro stahování ručně." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Když jsou nalezeny odpovídající si RAW a JPEG fotografie, automaticky obojí " "označit ke stahování." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Pokud vypnete konsolidaci souborů, zvolte co dělat když je připojeno " "zařízení ke stahování zatímco jsou zobrazena dokončená stahování:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Když je zařízení, ze kterého je stahováno, připojeno v okamžiku kdy jsou " "zobrazená dokončená stahování:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Vyčistit dokončená stahování" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Ponechat dokončená stahování zobrazená" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Zeptat se co dělat" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Automaticky vyčistit zobrazení dokončených stahování kdykoli je připojeno " "nové zařízení ke stahování." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Ponechat dokončená stahování zobrazená kdykoli je připojeno nové zařízení ke " "stahování." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Dotázat se zda ponechat zobrazená dokončená stahování nebo je vyčistit " "kdykoli je připojeno nové zařízení ke stahování." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "U MTP zařízení ignorovat datum a čas z metadat DNG fotografií" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Nepoužívat údaj o datu a čase z metadat DNG souborů umístěných na MTP " "zařízeních a používat namísto toho okamžik úpravy souboru.\n" "\n" "Užitečné u zařízení jako jsou některé telefony a tablety, která vytvářejí " "neplatná DNG metadata." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Načítat metadata fotografie pouze pomocí ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Pro načítání metadat fotografií a vytahování náhledů z nich používat " "ExifTool namísto Exiv2.\n" "\n" "Výchozí je použít Exiv2, a ExifTool použít pouze pokud Exiv2 nepodporuje\n" "formát souboru, který je načítán.\n" "\n" "Exiv2 je rychlý, přesný a téměř vždy spolehlivý, ale padá při vytahování " "metadat z několika málo\n" "typů souborů, jako například DNG vytvářených fotoaparáty Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Dokončená stahování" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Vrátit předvolby %s na výchozí hodnoty" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Vyčistit mezipaměť náhledových obrázků? Vyprázdnění proběhne při příštím " "spuštění aplikace." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Vyčistit mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Provézt optimalizaci mezipaměti náhledových obrázků? Optimalizace proběhne " "při příštím spuštění aplikace." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimalizovat mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Zadejte složku kterou skenovat" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Zadejte složku která bude skenována na přítomnost fotografií a videí" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Složka:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Zadejte popis umístění které ignorovat" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Zadejte popis umístění ve kterém nikdy nehledat fotografie ani videa" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Popis umístění:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Zadejte příponu souboru" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Zadejte příponu souboru (bez úvodní tečky)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Přípona:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Neplatná přípona souboru" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Přípona souborů %s je aplikací Rapid Photo Downloader běžně " "rozpoznávána, takže nedává smysl varovat o její přítomnosti." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Rozpoznávané typy souborů:\n" "\n" "Fotografie:\n" "%(photos)s\n" "\n" "Videa:\n" "%(videos)s\n" "\n" "Zvuk:\n" "%(audio)s\n" "\n" "Ostatní:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Svatba" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Narozeniny" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Předvolby podsložky by neměly začínat na %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Předvolby podsložky by neměly končit na %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Předvolby podsložky by neměla obsahovat dvě %s za sebou" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Stáhnout 8 fotografií a 10 videí" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Chyba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Chyba: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Chyba knihovny GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nedaří se inicializovat fotoaparát, nejspíš protože ho používá jiná " "aplikace. Nebyly z něj proto zkopírovány žádné soubory." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Nedaří se číst složku %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nedaří se zjistit okamžik úpravy nebo velikost z %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Nedaří se načíst soubor %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Nedaří se zapsat do souboru %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Nedaří se přesunout soubor %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Nedaří se odebrat soubor %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Nedaří se zkopírovat soubor %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Soubor %s, který má nulovou velikost, nebude stažen" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Nedaří se zjistit ze souborového systému okamžik úpravy %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Nedaří se načíst metadata z %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "Nedaří se načíst metadata z %(name)s. %(filetype)s nebylo staženo." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Došlo k chybě při nastavování metadat souborového systému pro soubor %s. " "Pokud se stejná chyba vyskytne znovu na stejném souborovém systému, nebude " "už hlášena." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Zjištěn neobsluhovaný soubor %s. Nebude stažen." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s už existuje." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Existující %(filetype)s %(destination)s bylo naposledy upraveno %(date)s v " "%(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s nebylo staženo ze %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s bylo staženo z %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "K názvu souboru byl přidán neopakující se identifikátor „%s“." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Existující záloha %(filetype)s %(destination)s byla posledně upravena " "%(date)s v %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s nebylo zazálohováno z %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Předchozí záloha %(filetype)s %(destination)s byla posledně upravena " "%(date)s v %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s ze %(device)s bylo zazálohováno, předchozí záloha " "%(filetype)s byla přepsána." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Při synchronizaci pořadových hodnot pro RAW + JPEG byla zjištěna duplicita " "%(filetype)s %(file)s a nebyla proto stažena." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Při synchronizaci pořadových hodnot pro RAW + JPEG byly zjištěny stejně " "nazvané fotografie, ovšem pořízené v rozdílné okamžiky:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s byl pořízen %(image1_date)s v %(image1_time)s a %(image2)s " "%(image2_date)s v %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Nedaří se dokončit název souboru pro %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Název souboru %(destination)s nebyl dovytvořen pro %(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Metadata %(type)s chybí." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Chybí následující metadata: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Převod data/času se nezdařil: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Nedaří se vyzískat platná metadata o datu/času nebo zjistit okamžik úpravy " "souboru." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "V názvu souboru není přítomna přípona." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "V názvu souboru není přítomna číselná část." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Chyba při vytváření části %(component)s. Chyba: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Podsložky stahování %(folder)s byly pouze částečně vytvořeny pro " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nejsou k dispozici údaje pro vytvoření %(subfolder_file)s pro %(filename)s. " "%(filetype)s nebylo staženo." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Nedaří se vytvořit %(filetype)s %(destination)s v %(folder)s. Stahovaný " "soubor byl %(source)s na %(device)s. Nebylo staženo." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nedaří se vytvořit podsložku pro stažení %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nedaří se vytvořit podsložku zálohy %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problémy při prohledávání %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problémy při kopírování z %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problémy při dokončování názvů souborů a vytváření podsložek" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problémy při zálohování na %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Čas uplynulý mezi po sobě následujícími fotografiemi a videi – slouží pro " "vytvoření časové osy" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Časová osa seskupuje fotografie a videa na základě doby, uplynulé mezi po " "sobě následujícími záběry. Použijte ji pro identifikaci fotografií a videí " "pořízených v různých dobách jednoho nebo vícero po sobě jdoucích dnů." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Posuvníkem (níže) upravte časový rozestup mezi po sobě následujícími záběry " "a dle toho bude vytvořena časová osa." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Čekání na vytváření časové osy…" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Vytváření časové osy…" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Časovou osu je třeba znovu vytvořit protože u jednoho či vícero snímků se " "okamžik úpravy souboru se neshoduje s okamžikem pořízení.

      Časová osa " "zobrazuje, kdy byly snímky zachyceny. Okamžik vyfotografování se nachází v " "metadatech fotografie nebo videa. Načítání metadat je časově náročné, proto " "se aplikace Rapid Photo Downloader vyhýbá načítání metadat při skenování " "souborů. Namísto toho používá okamžik poslední úpravy souboru jako " "zprostředkovatele údaje o tom, kdy byl snímek pořízen. Tento čas je pak " "potvrzen při vytváření náhledových obrázků nebo při stahování, při kterém už " "jsou metadata načítána." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Vyp/zapnout synchronizaci posouvání Časové osy a náhledů (CTRL+T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "Vyskytl se problém s nástrojem ExifTool

      Aplikace Rapid Photo " "Downloader ho používá pro získávání metadat z videí a fotografií. Aplikace " "bude fungovat i bez ExifTool, ale jeho funkční instalace je důrazně " "doporučována." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problém s ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Zdá se, že chybí knihovna libmediainfo

      Rapid Photo Downloader " "ji používá pro získávání data a času, kdy bylo video natočeno. Program bude " "fungovat i bez této knihovny, ale její instalace je doporučovaná." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problém s knihovnou libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Nedaří se stahovat z Apple zařízení

      Aby bylo možné stahovat z " "%(device)s, tento program vyžaduje, aby byl nainstalován další software pro " "interakci s Apple zařízeními.

      Chybějící aplikace: " "%(applications)s

      Zjistět" "e více o tom, jaký software nainstalovat." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Stáhnout" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "Obnovit…" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Předvolby" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "Ukončit" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "&Disky Windows" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Chybová hlášení" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Vyčistit dokončená stahování" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Otevřít nápovědu z webu projektu…" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Tip dne…" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Nahlásit problém…" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Podpořit vývoj darem…" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Přeložit texty v této aplikaci do svého jazyka…" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "O &aplikaci…" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Časová osa" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Cíl" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Přejmenovat" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Zálohovat" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Vypnout nebo zapnout používání zařízení, připojených k tomuto počítači, jako " "zdrojů pro stahování" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Vypnout nebo zapnout použití složky v tomto počítači jako zdroje pro " "stahování" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Tento počítač" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Vyberte zdrojovou složku" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Vše" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Nové" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Zobrazit:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Okamžik úpravy" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Zaškrtnuto" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Typ souboru" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Zařízení" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Seřadit:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Vybrat všechny:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Stáhnout %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Pokračovat ve stahování" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pozastavit" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Děkujeme za nahlášení problému v aplikaci Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Změna popisu umístění zdroje „Tento počítač“

      Opravdu změnit " "popis umístění zdroje na %(new_path)s?

      Právě stahujete z " "%(source_path)s.

      Pokud popis umístění změníte, právě probíhající " "stahování z tohoto počítače bude zrušeno." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "V průběhu stahování není možné měnit cíl stahování." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Potvrzení cíle stahování

      Opravdu chcete nastavit cíl stahování " "%(file_type)s na %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Stahování všech souborů

      \n" "Stahování vždy obsahuje všechny soubory které jsou označené ke stažení,\n" "včetně těch, které nyní nejsou zobrazené protože je používána časová osa\n" "nebo protože jsou zobrazeny pouze nové soubory.

      \n" "Chcete pokračovat ve stahování?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Následující složky nejsou platné:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Tato složka pro stahování není platná:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Stahování se nezdařilo" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Stahování nemůže pokračovat." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotografie a videa nebudou zazálohovány protože není kam. Přesto zahájit " "stahování?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Neexistuje zálohovací zařízení pro %(filetype)s. Přesto zahájit stahování?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videa" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Cíl zálohování fotografií a videí neexistuje nebo do něj nelze " "zapisovat.

      Přesto zahájit stahování?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Cíl zálohování %(filetype)s neexistuje nebo do něj nelze " "zapisovat.

      Přesto zahájit stahování?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Chyba zálohování" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s zbývá (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s staženo" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s se nepodařilo stáhnout" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "varování" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Všechna stahování dokončena" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s staženo" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s se nepodařilo stáhnout" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 nezdar" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d nezdarů" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 varování" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d varování" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Staženo %(no_files_and_types)s z %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Staženo %(no_files_and_types)s z %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nebyly staženy žádné soubory — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Žádné stažené soubory" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Předvolby aplikace nejsou platné" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Žádný ze souborů v %(camera)s není přístupný.

      Může být " "uzamčené nebo nenastavené pro přenosy souborů přes USB. Můžete odemknout a " "zkusit to znovu.

      Na některých modelech je také třeba změnit nastavení " "tak, aby umožnily použít USB pro Přenos souborů.

      Přečtete si " "více o s" "tahování z fotoaparátů a za" "pínání stahování z telefonů.

      Případně můžete %(camera)s " "ignorovat." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Zdá se, že %(camera)s je používáno jinou aplikací.

      Rapid Photo " "Downloader nemůže přistupovat k telefonu či kameře, která je používána jiným " "programem, jako například správcem souborů.

      Pokud je zařízení " "připojeno (mount) ve vámi používaném správci souborů, je třeba ho nejdříve " "„vysunout“ ale %(camera)s přitom ponechat fyzicky připojené.

      Pokud to " "nezafunguje, odpojte %(camera)s od počítače a připojte zpět.

      Přečtete " "si více o s" "tahování z fotoaparátů a za" "pínání stahování z telefonů.

      Případně můžete %(camera)s " "ignorovat." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Zapnout přístup na iOS zařízení" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "Zkusi&t znovu" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorovat toto zařízení" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Omlouváme se, ale při prohledávání %s došlo k neočekávanému problému." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Z tohoto zařízení žel není možné stahovat." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Možným způsobem jak problém obejít by mohlo být vyjmout paměťovou kartu z " "fotoaparátu, vložit jí do čtečky a stahovat přímo z ní." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Prohledání zařízení se nezdařilo" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s není možné prohledat, protože se nedaří získat výhradní " "přístup k němu.

      Můžete ukončit všechny ostatní aplikace (jako " "například správce souborů) které ho používají a zkusit to znovu. Pokud to " "nepomůže, odpojte %(camera)s od počítače a opět připojte." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Stahování nemůže začít, protože k %(camera)s se nedaří získat výhradní " "přístup.

      Můžete ukončit všechny ostatní aplikace (jako například " "správce souborů) které ho používají a zkusit to znovu. Pokud to nepomůže, " "odpojte %(camera)s od počítače a opět připojte a zvolte soubory, které z něj " "chcete stáhnout." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Současná dokončená stahování" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "Jsou zobrazeny %s jejihž stahování je dokončeno." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Chcete vyčistit dokončená stahování?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Prezentace dokončených stahování" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "Je zobrazeno %s jehož stahování je dokončeno." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Chcete vyčistit dokončená stahování?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Stáhnout fotografie a videa ze zařízení %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Ignorovat %s pokaždé, když je tato aplikace spuštěná?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Veškeré fotoaparáty, telefony a tablety se stejným názvem modelu budou " "ignorovány." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Ignorovat zařízení %s pokaždé, když je tato aplikace spuštěná?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Všechna zařízení s takovým názvem budou ignorována." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Stahování z %(location)s na tomto počítači." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "Opravdu chcete stáhnout odsud?

      Na některých systémech totiž " "prohledávání tohoto umístění může trvat opravdu dlouho." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Vytváření náhledových obrázků pro %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Prohledávání %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s z %(available files)s označeno ke stažení (%(hidden)s skryto)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s z %(available files)s označeno ke stažení" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Zobrazit číslo verze a jeho knihoven a skončit." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" "Při spuštění aplikace z příkazového řádku v něm vypisovat informace z " "aplikace." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Při spuštění aplikace z příkazového řádku v něm vypisovat ladicí informace." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Zobrazit přípony souborů s fotografiemi a videi které aplikace rozpoznává a " "skončit." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Zapnout nebo vypnout přejmenovávání fotografií." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Zapnout nebo vypnout přejmenovávání videí." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Zapnout nebo vypnout automatické zjišťování zařízení ze kterých stahovat." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Zapnout nebo vypnout stahování z tohoto počítače." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "POPIS UMÍSTĚNÍ" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "POPIS UMÍSTĚNÍ na tomto počítači ze kterého stahovat." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "POPIS UMÍSTĚNÍ do kterého budou stahovány fotografie." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "POPIS UMÍSTĚNÍ do kterého budou stahována videa." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "Zapnout nebo vypnout zálohování fotografií a videí během stahování." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "Zapnout nebo vypnout automatické zjišťování zálohovacích zařízení." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "SLOŽKA" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "SLOŽKA do které budou při automatickém zjišťování zálohovacího zařízení " "zálohovány fotografie. Je to právě přítomnost takto nazvané složky, která " "určuje zda zařízení slouží pro zálohování. Proto na každém zařízení, které " "si přejete používat pro zálohování fotografií, vytvořte složku s tímto " "názvem." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "SLOŽKA do které budou při automatickém zjišťování zálohovacího zařízení " "zálohována videa. Je to právě přítomnost takto nazvané složky, která určuje " "zda zařízení slouží pro zálohování. Proto na každém zařízení, které si " "přejete používat pro zálohování videí, vytvořte složku s tímto názvem." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "POPIS UMÍSTĚNÍ do kterého budou zálohovány fotografie v případě vypnutí " "automatického zjišťování zálohovacích zařízení." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "POPIS UMÍSTĚNÍ do kterého budou zálohována videa v případě vypnutí " "automatického zjišťování zálohovacích zařízení." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Nevšímat si fotografií s následujícími příponami: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Zapnout nebo vypnout automatiku zahájení stahování spouštěnou startem této " "aplikace." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Zapnout nebo vypnout automatiku zahájení stahování spouštěnou připojením " "zařízení." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Zapnout nebo vypnout používání mezipaměti náhledových obrázků aplikace Rapid " "Photo Downloader. Vypnutí nesmaže už existující obsah mezipaměti." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Vymazat veškeré náhledové obrázky z mezipaměti aplikace Rapid Photo " "Downloader a skončit." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Zapomenout které soubory byly dříve staženy a skončit." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importovat předvolby ze starší verze aplikace a skončit. Vyžaduje přítomnost " "nástroje gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Vrátit veškerá nastavení aplikace na výchozí hodnoty, vymazat z mezipaměti " "veškeré náhledové obrázky, zapomenout které soubory byly dříve staženy a " "skončit." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" "Do souborů se záznamy událostí zahrnout i ladící informace knihovny gphoto2." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "Vypsat na terminál informace o připojených fotoaparátech a skončit." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Spustit tento program pod wayland nebo běžném X11" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Pro import předvoleb ze starší verze aplikace Rapid Photo Downloader je " "třeba nainstalovat nástroj gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Nebyly zjištěny žádné předchozí předvolby aplikace: ukončování." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Import předvoleb z Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Zkopírovat uložené pořadové číslo, které má hodnotu %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Ukončování aplikace." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Nikdy tuto aplikaci nespouštějte s právy správy systému (sudo/root)." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Pro provoz aplikace Rapid Photo Downloader je třeba nainstalovat nástroj " "ExifTool." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader je na tomto počítači nainstalovaný vícekrát " "najednou.\n" "\n" "Ponechte pouze tu instalaci, kterou chcete používat a ostatní odinstalujte." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Pokud v příkazovém řádku zadáváte popis umístění, už neuvádějte\n" "předvolbu pro automatické zjišťování zařízení nebo popis umístění na „Tento " "počítač“." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Veškerá nastavení a mezipaměti byly resetovány." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Mezipaměť náhledových obrázků byla resetována." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Zapamatované soubory byly zapomenuty." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "Zapamatovat si p&ro příště" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "Příště už se neptat" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "Pře&d tímto napříště nevarovat" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "Napříště už nevarovat ohle&dně chybějících nebo poškozených softwarových " "knihoven" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "podsložka a název souboru" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "název souboru" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "podsložka" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Čítač stažených položek za každý den" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Pořadí v dnes stažených:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" "Čítač, jehož hodnota je zapamatována při každém ukončení aplikace a opětovně " "načtena při příštím spuštění " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Pořadí v celkově stažených:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Denní doba po které resetovat hodnotu čítače Pořadí v dnes stažených" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Den začíná v:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synchronizovat RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchronizovat pořadová čísla pro odpovídající si dvojice RAW a JPEG " "souborů.\n" "\n" "Další podrobnosti jsou uvedeny v dokumentaci na webových stránkách projektu." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Pořadová čísla" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Odstraňovat nekompatibilní znaky" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Zda z názvů souborů s fotografiemi, videi a složek s nimi odebírat znaky, " "které nejsou podporovány v ostatních operačních systémech" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Kompatibilita (slučitelnost)" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Přejmenovávání fotografií" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Přejmenovávání videí" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Předvolby přejmenovávání" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografie a videa" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografie nebo videa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "fotografie" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 fotografie" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Kořen souborového systému" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Fotografie" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Je nám líto, heslo nebylo správné." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Aby bylo možné provést úlohu správy, zadejte heslo pro %s." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Heslo:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Pořízeno %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Upraveno %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Paměťové karty: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Paměťová karta: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Staženo jako:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "

      Předchozí stahování:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "

      Ručně nastavit jako už stažené %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopírovat popis umístění" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Označit soubor jako už stažený" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Označit soubory jako už stažené" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s a %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "jedna" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dvě" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tři" #: ../raphodo/utilities.py:577 msgid "four" msgstr "čtyři" #: ../raphodo/utilities.py:578 msgid "five" msgstr "pět" #: ../raphodo/utilities.py:579 msgid "six" msgstr "šest" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sedm" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "osm" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "devět" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "deset" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "jedenáct" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "dvanáct" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "třináct" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "patnáct" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "patnáct" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "šestnáct" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "sedmnáct" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "osmnáct" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "devatenáct" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "dvacet" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Zavřít" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Storno" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Uložit" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Nápověda" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Vrátit na výchozí hodnoty" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ano" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Ne" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Vytvořit složku %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Připojit jednotku %(drive)s: do %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Odpojit jednotku %(drive)s: z %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Připojit jednotky %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Připojit jednotku %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Odpojit jednotky %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Odpojit jednotku %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Je nám líto, při připojování jednotek %s došlo k chybě" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Je nám líto, při odpojování jednotek %s došlo k chybě" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Je nám líto, při připojování jednotky %s došlo k chybě" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Je nám líto, při odpojování jednotky %s došlo k chybě" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Jednotky ve Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Zapnout automatické připojování jednotek z Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Automaticky připojit veškeré jednotky z Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "Jednotky z Windows připojovat automaticky pouze ty nastavené níže" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Uživatelsky připojované" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Připojované systémem" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Jednotka" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Přípojný bod" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Automatické připojení" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Automatické odpojení při ukončování" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Čekající operace:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "Upl&atnit čekající operace" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Chcete připojit jednotku do %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Chcete připojit jednotky %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Výjimatelná jednotka" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Disk v počítači" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Stahování, přejmenovávání a zálohování fotografií a videí z fotoaparátů a " "dalších zařízení" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Aplikace Rapid Photo Downloader slouží pro rychlý přenos fotografií a videí " "z fotoaparátů, telefonů a paměťových karet do počítače. V rámci toho je " "možné zařídit aby soubory s fotografiemi a videi byly přejmenovávány na " "praktičtější názvy podle schéma, které určíte. Dále je možné je v průběhu " "stahování také zálohovat. Stahovat a zálohovat je možné z a na vícero " "zařízení naráz." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Funkcí kterou naleznete pouze v aplikaci Rapid Photo Downloader je časová " "osa, která seskupuje fotografie a videa na základě toho, kolik času uplynulo " "mezi po sobě jdoucími snímky. Slouží k identifikaci fotografií a videí, " "pořízených v různých obdobích jednoho nebo vícero po sobě jdoucích dnů." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Vytvořena fotografem a určena pro profesionály i amatéry, aplikace Rapid " "Photo Downloader se snadno nastavuje a používá. Předvolby aplikace je možné " "nastavovat bez komplikovaného programování. Běžné úkony je možné " "automatizovat, jako například odpojení (unmount) paměťové karty po dokončení " "stahování." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hlavní okno" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Přejmenování" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Nástroj pro stahování fotografií" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotografie;stahování;fotografování;import;video;RAW;fotoaparát;telefon;záloha" ";paměť;karta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Stáhnout fotografie a videa pomocí aplikace Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Příklad: %s" #~ msgid "Download cannot proceed" #~ msgstr "Stahování nemůže pokračovat" #~ msgid "scanning..." #~ msgstr "skenování..." #~ msgid "Select a folder to download photos to" #~ msgstr "Vyberte složku do které mají být obrázky staženy" #~ msgid "Backing up error" #~ msgstr "Chyba zálohování" #~ msgid "Download Progress" #~ msgstr "Průběh stahování" #~ msgid "and" #~ msgstr "a" #, python-format #~ msgid "and %s" #~ msgstr "a %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid ":" #~ msgstr ":" #~ msgid "Original:" #~ msgstr "Originál:" #~ msgid "Example:" #~ msgstr "Příklad:" #~ msgid "New:" #~ msgstr "Nový:" #~ msgid "externaldrive1" #~ msgstr "externídisk1" #~ msgid "externaldrive2" #~ msgstr "externídisk2" #~ msgid "_View" #~ msgstr "_Zobrazení" #~ msgid "_Report a Problem..." #~ msgstr "_Ohlásit problém..." #~ msgid "_Get Help Online..." #~ msgstr "_Nápověda online..." #~ msgid "_Make a Donation..." #~ msgstr "_Dejte příspěvek..." #~ msgid "_Help" #~ msgstr "_Nápověda" #~ msgid "_Translate this Application..." #~ msgstr "_Přeložit tuto aplikaci..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Vyčistit kompletní stahování" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Nastavení: Rapid Photo Downloader" #~ msgid "Download folder:" #~ msgstr "Složka stahování:" #~ msgid "Job Code:" #~ msgstr "Pracovní kód:" #~ msgid "Enter a Job Code" #~ msgstr "Vložte pracovní kód" #~ msgid "Name + extension" #~ msgstr "Jméno + koncovka" #~ msgid " " #~ msgstr " " #~ msgid "Job Codes" #~ msgstr "Pracovní kódy" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid "_Error Log" #~ msgstr "_Záznam chyb" #~ msgid "Download Folder" #~ msgstr "Složka stahování" #~ msgid "Download Subfolders" #~ msgstr "Podsložky stahování" #~ msgid "Program Automation" #~ msgstr "Automatizace programu" #~ msgid "Job Codes" #~ msgstr "Pracovní kódy" #~ msgid "Backup\t" #~ msgstr "Záloha\t" #~ msgid "Rename Options" #~ msgstr "Možnosti přejmenování" #~ msgid "Rename Options" #~ msgstr "Možnosti přejmenování" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Zbývá %(minutes)i:%(seconds)02i minut" #~ msgid "About 1 minute remaining" #~ msgstr "Zbývá 1 minuta" #~ msgid "only output errors to the command line" #~ msgstr "pouze výstup chyb do příkazové řádky" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "zobrazit informace o programu na příkazové řádce (default: %default)" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompaktibilita s jinými operačními systémy" #~ msgid "Example" #~ msgstr "Příklad" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vyberte složku stahování. Podsložky pro stahované obrázky budou vytvořeny " #~ "automaticky v této složce s použitím struktury specifikované níže." #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Error Handling" #~ msgstr "Chybová obsluha" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatická detekce kapesních paměťových zařízení" #~ msgid "Sequence Numbers" #~ msgstr "Sekvenční čísla" #~ msgid "Download / Pause" #~ msgstr "Stahování / Pauza" #~ msgid "Error Log" #~ msgstr "Chybový záznam" #~ msgid "Size" #~ msgstr "Velikost" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Zbývá %i sekund" #~ msgid "About 1 second remaining" #~ msgstr "Zbývá 1 sekunda" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Zdroj: %(source)s\n" #~ "Destinace: %(destination)s" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "Paříž" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Řím" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapešť" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Dílí" #~ msgid "Warsaw" #~ msgstr "Varšava" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specifikujte čas ve 24 hodinovém formátu aby mohlo být resetováno sekvenční " #~ "číslo v Dnešní stahování." #~ msgid "Device Detected" #~ msgstr "Zařízení detekováno" #~ msgid "_Remember this choice" #~ msgstr "_Zapamatovat si tuto volbu" #~ msgid "_Add..." #~ msgstr "_Přidat..." #~ msgid "R_emove All" #~ msgstr "O_dstranit vše" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronizovat sekvenční čísla RAW + JPEG" #~ msgid "Using backup device" #~ msgstr "Používání zálohovacího zařízení" #~ msgid "Using backup devices" #~ msgstr "Používání zálohovacích zařízení" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Zdroj: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Odstranit všechny pracovní kódy?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Adresář destinace nelze vytvořit: %(directory)s\n" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Chcete odstranit všechny pracovní kódy?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Chyba v nastavení přejmenování videí" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Chyba v nastavení přejmenování fotografií" #~ msgid "Select a folder to download videos to" #~ msgstr "Zvolte adresář do kterého se bude stahovat video" #~ msgid "_Select" #~ msgstr "_Vybrat" #~ msgid "_File" #~ msgstr "_Soubor" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Chyba: %(inst)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Zálohování %(path)s" #~ msgid "Photos:" #~ msgstr "Fotografie:" #~ msgid "Videos:" #~ msgstr "Videa:" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Přejmenování fotografií\t" #~ msgid "Photo Rename" #~ msgstr "Přejmenování fotografie" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Konflikty jmen fotografií a videa" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Příklad: /home/user/Pictures" #~ msgid "Video Rename\t" #~ msgstr "Přejmenování videa\t" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Složky stahování fotografií" #~ msgid "Video Download Folders" #~ msgstr "Složky stahování videa" #~ msgid "Automatically detect devices" #~ msgstr "Automaticky detekovat zařízení" #~ msgid "Devices" #~ msgstr "Zařízení" #~ msgid "Location:" #~ msgstr "Umístění:" #~ msgid "Photo Rename" #~ msgstr "Přejmenování fotografií" #~ msgid "Photo Folders" #~ msgstr "Složky fotografií" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "; " #~ msgstr "; " #~ msgid "Free space:" #~ msgstr "Volné místo:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z celkem %(total)s %(filetypes)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s do složky nelze zapisovat" #, python-format #~ msgid "Folder: %s" #~ msgstr "Složka: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s složka je neplatná" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s složka neexistuje" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "resetovat nastavení programu a skončit" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "zobrazit přípony souborů, které program rozpozná, a skončit" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s volné" #~ msgid "display debugging information when run from the command line" #~ msgstr "Zobrazit ladicí informace při spuštění z příkazové řádky" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Chyba v nastavení složek pro stahování videí" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Chyba v nastavení složek pro stahování fotek" #~ msgid "All settings and preferences have been reset" #~ msgstr "Všechna nastavení a předvolby byly nastaveny na výchozí hodnoty" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Nacházejí se na tomto zařízení fotografie nebo videa ke stažení?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Soubor: %(file)s" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vyberte složku, která obsahuje %(file_types)s" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Metadata %(filetype)s nelze načíst." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Chyba při vytváření části %s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Při kopírování %(filetype)s došlo k chybě." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Nelze vytvořit %(filetype)s %(area)s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Parametry pro vytvoření složky %(filetype)s jsou neplatné a nelze je " #~ "použít.\n" #~ "Použijí se výchozí hodnoty." #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Hodnota pro datum nebo čas %s je neplatná." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varování: Není k dispozici dostatečný počet metadat, aby bylo " #~ "možné vytvořit celé jméno. Použijte prosím pro vytvoření jména jiné " #~ "možnosti." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varování: Není k dispozici dostatečný počet metadat, aby bylo " #~ "možné vytvořit složky. Použijte prosím pro vytvoření jména jiné " #~ "možnosti." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s nelze zálohovat, protože nebylo nalezeno vhodné umístění." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s a již existuje" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s byl už stažen" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Existující %(filetype)s byl naposledy změněn %(date)s v %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Existující %(filetype)s byl naposledy změněn %(date)s v %(time)s. Byl " #~ "přidán jedinečný identifikátor '%(identifier)s'." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadata jsou pravděpodobně poškozená." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Neexistují žádná data k pojmenování %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Chyba: %(errorno)s %(strerror)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Jméno souboru, přípona a EXIF naznačují, že soubor byl již stažen." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Došlo k chybě při zálohování na %(volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Došlo k chybám při zálohování na následující zařízení: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Došlo k chybě při zálohování na %(volume)s: %(inst)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Byly nalezeny fotky se stejným jménem, ale rozdílným časem vzniku: " #~ "%(details)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " byl zálohován na %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " byl zálohován na následující zařízení: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s a %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Zálohy na následujících zařízeních byly přepsány: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Záloha na %(volume)s byla přepsána." #~ msgid "Backups already exist in these locations: " #~ msgstr "Zálohy už existují, a to v těchto umístěních: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Na zařízení %(volume)s už záloha existuje." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s a %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s a %(volume)s (%(inst)s)." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s - kromě toho: %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Kromě toho došlo k dalším %(problems)s problémům." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Došlo k chybě při vytváření adresářů na %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Došlo k chybě při vytváření adresářů na následujících zařízeních: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problém při vytváření %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problémy při vytváření %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "Při kopírování %(filetype)s došlo k chybě, ale záloha proběhla" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s už existuje, ale byl zálohován" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problém při vytváření názvů pro složky a soubory" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problémy při vytváření názvů pro složky a soubory" #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s a %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Kromě toho došlo k %(problem)s." #~ msgid "There were errors backing up" #~ msgstr "Chyby při zálohování" #~ msgid "there were errors backing up" #~ msgstr "chyby při zálohování" #~ msgid "Multiple problems were encountered" #~ msgstr "Došlo k více problémům" #~ msgid "there was an error backing up" #~ msgstr "chyba při zálohování" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s a %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Chyba při zálohování" #, python-format #~ msgid "Path: %s" #~ msgstr "Cesta: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Nepodařilo se vytvořit podsložku" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotka už byla stažena" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Byly nalezeny fotky se stejným jménem, ale různým datem vzniku" #~ msgid "Next File" #~ msgstr "Další soubor" #~ msgid "Previous File" #~ msgstr "Předchozí soubor" #~ msgid "_Uncheck All" #~ msgstr "_Odznačit vše" #~ msgid "_Include in download" #~ msgstr "Vybrat pro stažení" #~ msgid "_Download" #~ msgstr "_Stáhnout" #~ msgid "_Check All" #~ msgstr "Zaškrtnout _všechny" #~ msgid "Select All Without _Job Code" #~ msgstr "Vybrat všechny _bez štítku" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Vybrat všechny se ští_tkem" #~ msgid "Miscellaneous" #~ msgstr "Různé" #~ msgid "Photo backup folder name:" #~ msgstr "Název složky pro zálohu fotek" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vyberte složku pro stažení. Podsložky pro stažená videa jsou vytvořena " #~ "automaticky podle schématu, které si vytvoříte." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Určete znaky, které se mohou objevit v názvech souborů, ale mohly by později " #~ "působit problémy" #~ msgid "Video backup folder name:" #~ msgstr "Název složky pro zálohu videí" #~ msgid "Video Rename" #~ msgstr "Přejmenovat videa" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Po stažení souborů odpojit zařízení" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Pokud má fotka nebo video stejný název jako již existující soubor, vyberte, " #~ "zda se má stahování přeskočit, nebo přejmenovat." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importovat fotky a videa spolehlivě" #~ msgid "Video Folders" #~ msgstr "Složky pro videa" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Vyberte, zda při zálohování přepsat na cílovém zařízení soubor se stejným " #~ "jménem, nebo jeho zálohování přeskočit." #~ msgid "The following metadata is missing: " #~ msgstr "Následující metada chybí: " #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Vyberte složku, ve které jsou na zařízení uloženy zálohy. \n" #~ "Poznámka: Podle toho se také pozná, zda je zařízení použito pro zálohy. " #~ "Na každém zařízení, které chcete pro zálohy použít, vytvořte složku s " #~ "některým jménem. " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s se neodpojilo" #~ msgid "Device Options" #~ msgstr "Možnosti zařízení" #~ msgid "Device Options" #~ msgstr "Možnosti zařízení" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generovat náhledy (pomalé)" #~ msgid "Re_move All" #~ msgstr "_Odstranit vše" #~ msgid "Performance" #~ msgstr "Výkon" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Zálohování fotografií do %(path)s a videí do %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Zálohování fotografií a videí do %(path)s" #~ msgid "Remembered Paths" #~ msgstr "Zapamatované cesty" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Zvolte složku ve které budou zálohována videa" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s z %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgid "Invalid regular expression" #~ msgstr "Neplatný regulární výraz" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Odstranit všechny zapamatované cesty?" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Zvolte složku, ve které bude uložena záloha fotografií" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Odstranit všechny ignorované cesty?" #~ msgid "Use _python-style regular expressions" #~ msgstr "Použijte _python-style regulární zkratky" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Opravdu chcete smazat všechny zapamatované cesty?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Opravdu chcete smazat všechny ignorované cesty?" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Stahování z %(location)s." #~ msgid "Copy" #~ msgstr "Kopírovat" #~ msgid "Move" #~ msgstr "Přesun" #~ msgid "Auto Detect" #~ msgstr "Automatická detekce" #~ msgid "From" #~ msgstr "Z" #~ msgid "To" #~ msgstr "Do" #~ msgid "the root of the file system" #~ msgstr "kořen souborového systému" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Automaticky otáčet obrázky formátu JPEG" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "hledám (nalezeno %(photos)s fotek a %(videos)s videí)..." #~ msgid "An unknown error occurred" #~ msgstr "Došlo k neznámé chybě" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s nebylo správně staženo" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Ověření souboru selhalo. Stažená verze se liší od originálu." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Chyba: vyberte autodetekci přístroje nebo ručně nastavte cestu ze které se " #~ "má stahovat, ale ne obojí." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Následující regulární výrazy jsou neplatné a budou odstraněny, pokud je " #~ "neopravíte:\n" #~ " %s" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Opravdu chcete stahovat odtud? Na některých systémech může sken této lokace " #~ "trvat velmi dlouho." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Záloha %(file_type)s přepsána" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nebylo zazálohováno" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Záloha %(file_type)s již existuje" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automaticky detekovat přístroje ze kterých se má stahovat, nadřazené " #~ "momentálnímu nastavení programu" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ručně vybrat cestu k přístroji ze kterého se má stahovat, nadřazené " #~ "momentálnímu nastavení programu" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Žádný záložní přístroj neobsahuje platý adresář pro zálohování %(filetype)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Upřesněte koncovou část jakékoliv cesty kterou chcete ignorovat při " #~ "prohledávání přístrojů pro fotografie a videa. Jakákoliv cesta končící níže " #~ "vypsanými hodnotami nebude prohledána." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Omlouváme se, možnost stahování videa je vypnuta. Pro stahování videí " #~ "nainstalujte prosím buď hachoir metadata a kaa metadata " #~ "balíčky pro python, nebo exiftool." #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Pokud vypnete automatickou detekci, vyberte přesné umístění fotografií a " #~ "videí." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Pokud povolíte automatickou detekci přenosných pamětoých médií, bude " #~ "skenován celý přístroj. Tot může na velkých přístrojích trvat déle.\n" #~ "\n" #~ "Pokud je tato možnost zapnuta a je detekován přístroj, budete dotázáni " #~ "jestli se má prohledávání opravdu spustit." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Přístroje nastavují odkud má probíhat stahování fotek a videí, jaké jsou " #~ "fotoaparáty, pamětové karty nebo přenosné datove zdroje.\n" #~ "\n" #~ "Můžete stahovat z několika přístrojů naráz, nebo můžete vybrat cestu na svůj " #~ "disk.\n" #~ "\n" #~ "Přímé stahování z fotoaparátů je momentálně pouze experimentální. Pokud " #~ "stahování přímo z fotoaparátu funguje špatně nebo vůbec, zkuste nastavit PTP " #~ "mód. Pokud toto není možné, je třeba použít čtečku karet." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Uložené cesty jsou ty, které jsou přiřazeny přístrojům které jste vybrali " #~ "vždy prohledávat nebo ignorovat, pokud je zapnuta automatická detekce " #~ "přenosných paměťových médií." #~ msgid "Refresh" #~ msgstr "Obnovit" #~ msgid "Verify files as they are downloaded" #~ msgstr "Ověřovat soubory při stahování" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Tento regulární výraz je neplatný a bude odstraněn pokud ho neopravíte:\n" #~ " %s" #~ msgid "About..." #~ msgstr "O aplikaci..." #~ msgid "Help" #~ msgstr "Nápověda" #~ msgid "Check All Photos" #~ msgstr "Označit všechny fotografie" #~ msgid "Check All Videos" #~ msgstr "Označit všechna videa" #~ msgid "Quit" #~ msgstr "Ukončit" #~ msgid "File verification failed on these devices: " #~ msgstr "Ověření souboru selhalo na těchto přístrojích: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Ověření souboru selhalo na %(volume)s. Zálohovaná verze je jiná než ta " #~ "stažená." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/da.po0000644000175000017500000047500214562557501016575 0ustar00damondamon# Danish translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-09 16:56+0000\n" "Last-Translator: Torben Gundtofte-Bruun \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: da\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Udviklere" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Oversættere" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Sikkerhedskopi er ikke indstillet" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Ingen backup enheder fundet" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Sti til sikkerhedskopier er ikke angivet" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Dine fotos og videoer kan sikkerhedskopieres til flere steder mens de " "downloades, for eksempel til en ekstern harddisk." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Tag sikkerhedskopi af fotos og videoer mens de downloades" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Opdag backup-enheder automatisk" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Navn til fotomappe:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Navn til videomappe:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Vælg nøjagtig placering af sikkerhedskopier, hvis du slår automatisk " "opdagelse fra." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Placering af foto sikkerhedskopier:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Vælg sti til sikkerhedskopier for fotos" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Placering af video sikkerhedskopi:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Vælg sti til sikkerhedskopier for videoer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "drev1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "drev2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Forventet pladsforbrug til sikkerhedskopier" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Valg for sikkerhedskopier" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "lyd" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videoer" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Brugt" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Overskud" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Ukendt enhedsstørrelse" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen fri plads på %(size_total)s enhed" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s fri af %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videoer" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Forventet pladsforbrug efter download" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Brugerdefineret..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorér midlertidigt denne enhed" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorér altid denne enhed" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Søg igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s fuld" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Andet" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Enheder" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Henter fra %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Vælg kilde" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s kameraer" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheder" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "I dette eksempel indeholder drevet photobackup ikke en mappe " "Videos, derfor bliver videoer ikke sikkerhedskopieret til derhen." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Dagens tip" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Vidste du...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Vis tips ved start" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Næste" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dage" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekund" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 time, 1 minut" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dage, 1 hour" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dage, %(hours)d timer" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Find" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Find det foregående sted med denne frase" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Find det næste sted med denne frase" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Fremhæv alle" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Søg kun hele ord" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s af %s træffere" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Ryd" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Tekst ikke fundet" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Et problem er optrådt i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Anden..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (sti findes ikke)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dato og klokkeslæt" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Job kode" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Billedets dato" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Videoens dato" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "I går" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Download klokkeslæt" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Navn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Udvidelse" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Billedets nummer" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videoens nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Blænde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Lukkertid" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brændvidde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kameramærke" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameramodel" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Forkortet kameramodel" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Forkortet kameramodel med bindestreg" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Lukker-antal" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Kun mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Mappe og fil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Ejernavn" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodning" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Højde" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Længde" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Billeder per sekund" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Ophavsret" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Downloads i dag" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Kørselsnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Undermappe nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Gemt nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sekvensbogstav" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Alle cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Sidste ciffer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Sidste 2 cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Sidste 3 cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Sidste 4 cifre" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Oprindelige Store/Små Bogstaver" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "STORE BOGSTAVER" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "små bogstaver" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Et ciffer" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "To cifre" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Fire cifre" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Fem cifre" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seks cifre" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Syv cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ÅÅÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Måned (udskrevet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Måned (forkortet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "TT-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "TT-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutter)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Dato (bindestreger)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Dato (understreger)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Dato og jobkode" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "YYYYMM_Jobkode" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Dato og jobkode undermappe" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Jobkode" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Oprindeligt filnavn" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Dato-tid og downloads i dag" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Dato og downloads i dag" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "DAto-tid og billed nummer" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Dato-tid og jobkode" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-jobkode-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-jobkode-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Dato-tid og video nummer" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Opløsning" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Angiv en ny jobkode eller vælg en eksisterende" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Anvend jobkode til download" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Angiv en ny jobkode" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye jobkode vil blive anvendt til %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Ny jobkode" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Jobkode:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "Vælg fotos og videoer for at give dem en jobkode." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Den nye jobkode vil blive anvendt til alle markerede fotos og/eller videoer." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klik på knappen Anvend for at anvende den aktuelle jobkode til alle " "markerede fotos og/eller videoer. Du kan også bare dobbeltklikke på jobkoden." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Senest anvendt" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Jobkode sortering:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Stigende" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Faldende" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Ny..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Anvend" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle jobkoder?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Fjern alle jobkoder" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Jobkoder" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (ændret)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Få hjælp online..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Indsæt" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Indstillinger" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Små billeder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Fejlhåndtering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Enhedssøgning" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Søg kun på eksterne enheder" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Søg kun efter fotos og videoer på eksterne enheder,\n" "for eksempel kameraer, hukommelseskort, eksterne harddiske og USB drev." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Tilføj …" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Enheder som er indstillet til ikke at hente billeder og videoer fra." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Ignorerede stier" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Træder i kraft næste gang programmet starter" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Start download når programmet starter" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Start download når enhed tilsluttes" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Afslut programmet når download er afsluttet" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Afslut programmet selvom der opstod fejl eller advarsler ved download" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Miniaturer" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Dan miniaturer" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Dan miniaturer til programmets hovedvindue" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Gem miniaturer" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Dan systemminiaturer" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Miniature-cache" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Beregner..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dage" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "for evigt" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Cache størrelse:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Antal miniaturer:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Database størrelse:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Ryd cache..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimér cache..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Spring download over" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Hent ikke filen, og vis en fejlmeddelelse" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Tilføj entydig angivelse" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Tilføj en markering som _1 eller _2 til slutningen af filnavnet, lige før " "udvidelsen" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhedskopi" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Spring over" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Overskriv ikke den tidligere sikkerhedskopi, og vis en fejlmeddelelse" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Vis en advarsel når:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Henter filer som ikke bliver vist" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "Giv advarsel før filer hentes som ikke bliver vist i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Sti til sikkerhedskopiering mangler" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "Giv advarsel før filer hentes hvis en sikkerhedskopi ikke er mulig." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er defekte" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Giv advarsel når software biblioteker, som Rapid Photo Downloader behøver, " "mangler eller ikke fungerer." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Metadata ikke kan skrives til filsystemet" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Giv advarsel når der opstår fejl ved skrivning af metadata som f.eks. " "ændringstidspunkt." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Tilføj" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Ryd miniature cache" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimér miniature cache" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Angiv en sti der skal ignoreres" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Angiv en sti som aldrig skal gennemsøges efter fotos og videoer" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Angiv en filendelse" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Angiv en filendelse (uden punktum i starten)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Filendelse:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Ugyldig filendelse" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filendelsen %s bliver genkendt af Rapid Photo Downloader, så det " "giver ikke mening at advare om den." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Undermappe indstillinger bør ikke begynde med et %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Undermappe indstillinger bør ikke slutte med et %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Undermappe indstillinger bør ikke indeholde to %s efter hinanden" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Hent 8 fotos og 10 videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fejl: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fejl: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fejl: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kan ikke benytte kameraet, sandsynligvis fordi et andet program bruger det. " "Ingen filer blev kopieret fra det." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Kan ikke læse mappen %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Kan ikke ændre ændringstidspunkt eller filstørrelse af %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke læse filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Kan ikke afgøre ændringstidspunkt eller filstørrelse af %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan ikke læse metadata fra %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "Kan ikke læse metadata fra %(name)s. %(filetype)s blev ikke hentet." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s findes allerede." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s blev taget den %(image1_date)s kl. %(image1_time)s, og %(image2)s " "den %(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Der mangler %(type)s metadata." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgende metadata mangler: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Dato/tidskonvertering slog fejl: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnavnet har ingen udvidelse." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnavnet indeholder ingen tal." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Hent" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Omdøb" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Denne computer" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Enhed" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Disse download mapper er ugyldige:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne download mappe er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videoer" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s hentet" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kunne ikke hentes" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Alle downloads er afsluttet" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s hentet" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s kunne ikke hentes" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Programmets indstillinger er ugyldige" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alle indstillinger er blevet nulstillet." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Miniaturecache er nulstillet." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Husk dette valg" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Downloads i dag:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Husket nummer:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dagen begynder:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos og videoer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos eller videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopiér sti" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Markér fil som hentet" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Markér filer som hentet" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "en" #: ../raphodo/utilities.py:575 msgid "two" msgstr "to" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:577 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:578 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "otte" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "tyve" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Gem" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Hjælp" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Gendan standardindstillinger" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nej" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hovedvinduet" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Omdøbning" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;download;fotografering;import;video;RAW;kamera;telefon;ingest;sikkerheds" "kopi;hukommelse;kort;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Hent fotos og videoer med Rapid Photo Downloader" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s kunne ikke afmonteres" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "Size" #~ msgstr "Størrelse" #~ msgid "Download Progress" #~ msgstr "Downloadfremgang" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Cirka %i sekunder endnu" #~ msgid "About 1 minute remaining" #~ msgstr "Cirka 1 minut endnu" #~ msgid "About 1 second remaining" #~ msgstr "Cirka 1 sekund endnu" #~ msgid "Download cannot proceed" #~ msgstr "Download kan ikke fortsætte" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Cirka %(minutes)i:%(seconds)02i sekunder endnu" #~ msgid "Free space:" #~ msgstr "Fri plads:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup device" #~ msgstr "Benytter backup enhed" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s af %(total)s %(filetypes)s" #~ msgid "Using backup devices" #~ msgstr "Benytter backup enheder" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s af %(total)s %(filetypes)s (%(remaining)s endnu)" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s download mappe findes ikke" #~ msgid "; " #~ msgstr ", " #~ msgid "." #~ msgstr "," #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s fri plads" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tager sikkerhedskopi til %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s download mappe er skrivebeskyttet" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s download mappe er ugyldig" #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nulstil alle programindstillinger og afslut" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "vis hvilke foto og video formater programmet kender, og afslut" #~ msgid "Videos:" #~ msgstr "Videoer:" #~ msgid "only output errors to the command line" #~ msgstr "vis kun fejl på kommandolinien" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformation på kommandolinien mens programmet kører (standard: " #~ "%default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "vis fejlsøgningsinformation når programmet startes fra kommandolinien" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle indstillinger er blevet nulstillet" #, python-format #~ msgid "and %s" #~ msgstr "og %s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Skal fotos og videoer hentes fra denne enhed?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Destinationsmappe kunne ikke oprettes: %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fejl: %(inst)s" #~ msgid "Backing up error" #~ msgstr "Fejl ved sikkerhedskopiering" #~ msgid "Device Detected" #~ msgstr "Enhed fundet" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kilde: %(source)s\n" #~ "Destination: %(destination)s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "_Remember this choice" #~ msgstr "_Husk dette valg" #~ msgid "Name + extension" #~ msgstr "Navn + udvidelse" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fejl i indstillinger til video download undermapper" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fejl i indstillinger til foto download undermapper" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle job koder fjernes?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fejl i indstillinger til foto omdøbning" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle huskede stier?" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle job koder?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fejl i indstillinger til video omdøbning" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle ignorerede stier?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle ignorerede stier fjernes?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle huskede stier fjernes?" #~ msgid "Select a folder to download videos to" #~ msgstr "Vælg en mappe at downloade videoer til" #~ msgid "Job Code:" #~ msgstr "Jobkode:" #~ msgid "Enter a Job Code" #~ msgstr "Angiv en jobkode" #~ msgid "Select a folder to download photos to" #~ msgstr "Vælg en mappe at downloade fotos til" #~ msgid "Invalid regular expression" #~ msgstr "Ugyldigt regulært udtryk" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "De følgende regulære udtryk er ugyldige og vil blive fjernet, medmindre du " #~ "ændrer dem:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Det følgende regulære udtryk er ugyldige og vil blive fjernet, medmindre du " #~ "ændrer det:\n" #~ " %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Vælg en mappe til sikkerhedskopier af fotos" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Vælg en mappe til sikkerhedskopier af videoer" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Indstillingerne til %(filetype)s undermappen er ugyldige.\n" #~ "De bliver nulstillet til deres standardværdier." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Advarsel: Metadata er utlistrækkelige til at generere navnet. Vælg " #~ "andre muligheder for omdøbning." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Advarsel: Metadata er utlistrækkelige til at generere undermapper. " #~ "Vælg andre muligheder for navngivning af undermapper." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vælg en mappe der indeholder %(file_types)s" #, python-format #~ msgid "Example: %s" #~ msgstr "Eksempel: %s" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsingfors" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "externaldrive1" #~ msgstr "eksterntdrev1" #~ msgid "externaldrive2" #~ msgstr "eksterntdrev2" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Berlin" #~ msgstr "Berlin" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s findes allerede" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadata kan ikke læses" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Kunne ikke generere component %s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Der opstod en fejl ved kopiering af %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunne ikke genereres" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Værdi for dato og klokkeslæt %s forekommer ugyldigt." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Der kunne ikke tages sikkerhedskopi af %(filetype)s, fordi der ikke findes " #~ "egnede placeringer til sikkerhedskopierne." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allerede blevet downloadet" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "De eksisterende %(filetype)s er sidst ændret den %(date)s klokken %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "De eksisterende %(filetype)s er sidst ændret den %(date)s klokken %(time)s. " #~ "Entydig angivelse '%(identifier)s' blev tilføjet." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Der mangler data til navngivning af %(filetype)sne." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fejl: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadata kan være korrupt." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Filnavnet, udvidelsen og Exif informationerne antyder, at filen allerede er " #~ "blevet downloadet." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Filen blev sikkerhedskopieret til %(volume)s" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Der opstod fejl ved sikkerhedskopiering til de følgende enheder: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Der opstod en fejl ved sikkerhedskopiering til %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Der findes fotos med ens filnavne men forskellige datoer: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Der opstod en fejl ved sikkerhedskopiering til %(volume)s: %(inst)s." #~ msgid " It was backed up to these devices: " #~ msgstr " Filen blev sikkerhedskopieret til disse enheder: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sikkerhedskopier blev overskrevet på disse enheder: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sikkerhedskopi blev overskrevet på %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Sikkerhedskopier findes allerede her: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sikkerhedskopi findes allerede på %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Og %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Desuden opstod der %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Der opstod en fejl ved oprettelse af mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Der opstod fejl ved oprettelse af mapper på disse enheder: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Desuden opstod der %(problem)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved generering af %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemer ved generering af %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Der opstod en fejl ved kopiering af %(filetype)s, men det blev " #~ "sikkerhedskopieret" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s findes allerede, men er sikkerhedskopieret" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemer ved generering af undermapper og filnavne" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved generering af undermapper og filnavne" #~ msgid "The following metadata is missing: " #~ msgstr "Følgende metadata mangler: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #~ msgid "Multiple problems were encountered" #~ msgstr "Der opstod adskillige problemer" #~ msgid "there were errors backing up" #~ msgstr "der opstod fejl ved sikkerhedskopiering" #~ msgid "there was an error backing up" #~ msgstr "der opstod en fejl ved sikkerhedskopiering" #~ msgid "There were errors backing up" #~ msgstr "Der opstod fejl ved sikkerhedskopiering" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Der opstod en fejl ved sikkerhedskopiering" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Der findes fotos med ens filnavne men forskellige klokkeslæt: %(details)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kilde: %(source)s" #~ msgid "Download / Pause" #~ msgstr "Download / Pause" #, python-format #~ msgid "Path: %s" #~ msgstr "Sti: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Kunne ikke oprette undermappe" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotoet er allerede blevet downloadet" #~ msgid "Next File" #~ msgstr "Næste fil" #~ msgid "Previous File" #~ msgstr "Forrige fil" #~ msgid "_Download" #~ msgstr "_Download" #~ msgid "_Check All" #~ msgstr "_Markér alle" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Ryd afsluttede downloads" #~ msgid "_Error Log" #~ msgstr "_Fejl-log" #~ msgid "Select All Without _Job Code" #~ msgstr "Markér alle _uden jobkode" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Markér alle med _jobkode" #~ msgid "_File" #~ msgstr "_Fil" #~ msgid "_Uncheck All" #~ msgstr "_Afmarkér alle" #~ msgid "_Include in download" #~ msgstr "_Indkludér i download" #~ msgid "_Translate this Application..." #~ msgstr "_Oversæt denne applikation..." #~ msgid "_Help" #~ msgstr "_Hjælp" #~ msgid " " #~ msgstr " " #~ msgid "_Select" #~ msgstr "_Markér" #~ msgid "_View" #~ msgstr "_Vis" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Photo Rename" #~ msgstr "Photo omdøbning" #~ msgid "Program Automation" #~ msgstr "Programautomatisering" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Foto og video navnekonflikter" #~ msgid "Backup" #~ msgstr "Sikkerhedskopi" #~ msgid "Download Folder" #~ msgstr "Download mappe" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre styresystemer" #~ msgid "Example" #~ msgstr "Eksempel" #~ msgid "Download Subfolders" #~ msgstr "Download undermappe" #~ msgid "Job Codes" #~ msgstr "Jobkoder" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnumre" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Eksempel: /home/user/Billeder" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Eksempel:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medie/externtdrev/Fotos" #~ msgid "Job Codes" #~ msgstr "Jobkoder" #~ msgid "Device Options" #~ msgstr "Enhedsindstillinger" #~ msgid "Error Handling" #~ msgstr "Fejlhåndtering" #~ msgid "Backup\t" #~ msgstr "Sikkerhedskopi\t" #~ msgid "Devices" #~ msgstr "Enheder" #~ msgid "Photo Rename\t" #~ msgstr "Foto omdøbning\t" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "Photo Download Folders" #~ msgstr "Foto download mapper" #~ msgid "Video Download Folders" #~ msgstr "Video download mapper" #~ msgid "Rename Options" #~ msgstr "" #~ "Omdøbningsindstillinger" #~ msgid "Video Rename\t" #~ msgstr "Video omdøbning\t" #~ msgid "Automatically detect devices" #~ msgstr "Opdag enheder automatisk" #~ msgid "Backup" #~ msgstr "Sikkerhedskopi" #~ msgid "Device Options" #~ msgstr "Enhedsindstillinger" #~ msgid "Download folder:" #~ msgstr "Download mappe:" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Dan små billeder" #~ msgid "Photo backup folder name:" #~ msgstr "Navn til mappe til foto sikkerhedskopier:" #~ msgid "Location:" #~ msgstr "Sted:" #~ msgid "Photo Rename" #~ msgstr "Foto omdøbning" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Indstillinger: Rapid Photo Downloader" #~ msgid "Performance" #~ msgstr "Ydeevne" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "Photo Folders" #~ msgstr "Foto mapper" #~ msgid "Remembered Paths" #~ msgstr "Huskede stier" #~ msgid "Rename Options" #~ msgstr "Indstillinger for omdøbning" #~ msgid "Video Rename" #~ msgstr "Video omdøbning" #~ msgid "Video Folders" #~ msgstr "Video mapper" #~ msgid "_Add..." #~ msgstr "_Tilføj..." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vælg download mappen. Undermapper for de downloadede fotos vil automatisk " #~ "blive oprettet her ved hjælp af den nedenfor angivne struktur." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vælg download mappen. Undermapper for de downloadede videoer vil automatisk " #~ "blive oprettet her ved hjælp af den nedenfor angivne struktur." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Enheder er de steder, hvorfra fotos og videoer downloades, for eksempel " #~ "kameraer, hukommelseskort eller bærbare lagermedier.\n" #~ "\n" #~ "Du kan downloade fra flere enheder samtidigt eller angive en placering på " #~ "din harddisk.\n" #~ "\n" #~ "At downloade direkte fra et kamera er i øjeblikket en eksperimentel " #~ "funktionalitet. Hvis dette virker dårligt, eller slet ikke, så prøv at " #~ "indstille kameraet til PTP. Hvis det ikke er muligt, skal du benytte en " #~ "kortlæser." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Opdag bærbare enheder automatisk" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Vælg nøjagtig placering af fotos og videoer, hvis du slår automatisk " #~ "opdagelse fra." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Hvis du slår automatisk opdagelse fra, bliver hele enheden gennemsøgt. På " #~ "store enheder kan det tage lang tid.\n" #~ "\n" #~ "Når en enhed bliver opdaget mens denne mulighed er valgt, bliver du spurgt " #~ "om enheden skal gennemsøges eller ej." #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Angiv på hvilket klokkeslæt Downloads today sekvensnummeret skal " #~ "nulstilles. Brug 24-timers format." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Angiv, om tegn skal fjernes fra foto-, video- og mappenavne, hvis de ikke er " #~ "tilladt på andre styresystemer." #~ msgid "scanning..." #~ msgstr "gennemsøger..." #~ msgid "Video backup folder name:" #~ msgstr "Mappenavn til video sikkerhedskopi:" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Unmount enhed (\"skub ud\") når download er afsluttet" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Vælg, om et foto eller en video skal springes over, eller om der skal " #~ "tilføjes en entydig kending, når et foto eller en video med samme navn " #~ "allerede er downloadet." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronisér RAW + JPEG sekvensnumre" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importér dine fotos og videoer effektivt og pålideligt" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Vælg, om et foto eller en video skal springes over eller overskrives, når " #~ "sikkerhedskopien allerede indeholder et foto eller en video med samme navn." #~ msgid "Use _python-style regular expressions" #~ msgstr "brug regulære udtryk i _python-style" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Angiv den mappe hvor sikkerhedskopier er gemt på enheden. \n" #~ "\n" #~ "Bemærk: Dette afgør også, hvorvidt enheden bruges til sikkerhedskopier. " #~ "Opret en mappe med en af disse navne på hver enhed, du ønsker at bruge til " #~ "sikkerhedskopiering." #~ msgid "_Make a Donation..." #~ msgstr "_Giv et bidrag..." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sikkerhedskopierer fotos til %(path)s og videoer til %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sikkerhedskopierer fotos og videoer til %(path)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Angiv den sidste del af stier, der skal ignoreres ved gennemsøgning af " #~ "enheder. Stier, der ender med disse værdier, vil ikke bliev gennemsøgt." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Huskede stier er stier til bestemte enheder, som enten altid eller aldrig " #~ "gennemsøges, når automatisk genkendelse af bærbare enheder er slået til." #~ msgid "To" #~ msgstr "Til" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du virkelig hente herfra? På nogle systemer kan det tage lang tid at " #~ "gennemse denne kilde." #~ msgid "the root of the file system" #~ msgstr "filsystemets rod" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "henter fra %(location)s." #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Move" #~ msgstr "Flyt" #~ msgid "From" #~ msgstr "Fra" #~ msgid "Auto Detect" #~ msgstr "Opdag automatisk" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotér JPEG billeder automatisk" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Funktionen til hentning af videoer er slået fra. For at hente videoer skal " #~ "du installere enten hachoir metadata og kaa metadata pakkerne " #~ "eller exiftool." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "gennemsøger (%(photos)s fotos og %(videos)s videoer fundet)..." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fejl: angiv automatisk opdagelse af enheder, eller angiv stien manuelt, " #~ "hvorfra der skal hentes, men angiv ikke begge dele." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "angiv stien manuelt, hvorfra der skal hentes, og overskriv eksisterende " #~ "programindstillinger" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "opdag enheder automatisk, hvorfra der skal hentes, og overskriv " #~ "eksisterende programindstillinger" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/de.po0000644000175000017500000062201514562557501016577 0ustar00damondamon# German translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:17+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: de\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Mitwirkende" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Es ist keine Sicherung konfiguriert" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Es wurden keine Sicherungsgeräte gefunden" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Es existiert kein gültiges Ziel für eine Sicherung" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotos und Filme können während des Herunterladens an mehreren Orten " "gespeichert werden, z.B. auf externen Laufwerken." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Die Fotos und Filme während des Herunterladens sichern" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Automatisch Sicherungsgeräte erkennen" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Benennen Sie die Ordner, in denen Sicherungen auf den Geräten gespeichert " "werden.

      Hinweis: Nur wenn ein Ordner mit diesem Namen vorhanden " "ist, kann das Gerät für Sicherungen genutzt werden. Erstellen Sie in jedem " "Gerät, dass Sie für Sicherungen benutzen wollen, einen Ordner mit diesem " "Namen. Durch Hinzufügen beider Ordner kann das Gerät zur Sicherung von Fotos " "und Videos genutzt werden" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Name des Fotoordners:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Name des Filmordners:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Beispiel:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Wenn Sie die automatische Erkennung ausschalten, wählen Sie den Ort zur " "Erstellung der Sicherungskopien." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Sicherungsort der Fotos:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Verzeichnis für Foto-Sicherung wählen" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Sicherungsort der Filme:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Verzeichnis für Video-Sicherung wählen" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "Laufwerk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "Laufwerk2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Prognostizierte Sicherungsspeichernutzung" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Optionen der Sicherung" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "Video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "Audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videos" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Genutzt" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Überschreitung" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Gerätegröße ist unbekannt" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Kein freier Platz auf %(size_total)s Gerät" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s frei von %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Filme" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Prognostizierte Speichernutzung nach der Übertragung" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Benutzerdefiniert …" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Fotounterordnererstellung konfigurieren" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Videounterordnererstellung konfigurieren" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Gerät wird untersucht …" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignoriere Gerät vorübergehend" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignoriere Gerät permanent" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Erneut einlesen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s voll" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Andere" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kameras" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Geräte" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Von %(device_names)s wird heruntergeladen" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Quelle auswählen" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Kameras" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Geräte" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Bitte auf das Auswahlfeld neben der Datei klicken, um sie für das " "Herunterladen an- oder abzuwählen." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Das Programm merkt sich Dateien, die schon heruntergeladen wurden. Um sie " "trotzdem nochmal herunterzuladen, bitte das Auswahlfeld bei der jeweiligen " "Datei anklicken. Normalerweise ist das Auswahlfeld abgewählt und das " "Vorschaubild ist grau gekennzeichnet, damit die Datei von erstmalig " "herunterzuladenden Dateien unterscheidbar ist." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Wenn mehr als eine Datei ausgewählt ist, werden alle ausgewählten Dateien " "die Markierung der Datei übernehmen, deren Auswahlfeld angeklickt wurde " "(unabhängig davon, ob sie selbst zuvor ein Häkchen hatten oder nicht)." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klicken Sie auf das Auswahlfeld eines Gerätes, um alle Dateien des Gerätes " "zum Herunterladen (oder nicht) zu markieren." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Nachdem eine Übertragung beendet ist, ersetzt ein Symbol das Auswahlfeld des " "Vorschaubildes. Die Farbe des Symbols zeigt an, ob die Übertragung " "erfolgreich war (grün), ob es Umbenennungsprobleme gab (gelb/orange) oder " "die Übertragung fehlgeschlagen ist (rot)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Falls Probleme auftreten, erscheint am unteren Rand des Fensters ein rotes " "Symbol, das anzeigt, wie viele Fehlerberichte vorhanden sind. Wenn Sie " "darauf klicken, öffnet sich das Fenster \"Fehlerbericht\"." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Sie können gleichzeitig von mehreren Kameras, Smartphones, Speicherkarten " "und Festplatten usw. herunterladen, so viele Geräte wie Ihr Rechner auf " "einmal verarbeiten kann." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Die Timeline gruppiert Fotos und Videos, auf Grundlage der Zeit, " "die zwischen aufeinanderfolgenden Aufnahmen verstrichen ist. Verwenden Sie " "es, um Fotos und Videos zu identifizieren, die zu verschiedenen Zeitpunkten " "an einem Tag oder an aufeinanderfolgenden Tagen aufgenommen wurden." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" "

      Auf dem Bild oben ist die erste Zeile der Timeline schwarz, da alle " "Dateien mit diesem Datum schon einmal heruntergeladen wurden.

      Der " "Schieberegler der Timeline passt den Zeitraum an, für den zeitlich " "aufeinander folgende Aufnahmen angezeigt werden:

      " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Um Fotos und Videos für einen bestimmten Zeitbereich anzuzeigen, verwenden " "Sie die Maus (optional in Kombination mit den Tasten Shift oder " "Ctrl), um Zeiträume auszuwählen. Wenn ein Zeitbereich ausgewählt " "ist, wird die Timeline-Taste auf der linken Seite des Hauptfensters " "hervorgehoben." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Ein Download enthält immer alle Dateien, die zum Download ausgewählt sind, " "einschließlich derjenigen, die derzeit nicht angezeigt werden, weil die " "Zeitleiste verwendet wird." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Sie können die Downloadquellen ausblenden oder anzeigen, indem Sie auf den " "Namen des betreffenden Geräts oben links im Programmfenster klicken." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" "Vorschaubilder können nach folgenden Kriterien sortiert " "werden:
      1. Änderungsdatm: Wann die Datei zuletzt geändert wurde, " "den Metadaten zufolge (sofern verfügbar) oder dem Dateisystem zufolge (als " "Ersatz).
      2. Markierung: Zeigt an, ob die Datei zur Übertragung " "ausgewählt ist.
      3. Dateiname: Vollständiger Dateiname, " "einschließlich Erweiterung.
      4. Erweiterung des Dateinamens. " "Damit lassen sich beispielsweise jpeg- und raw-Bilder " "gruppieren.
      5. Dateityp: Foto oder Video.
      6. Gerät: " "Bezeichnung des Geräts, von dem Fotos und Videos heruntergeladen " "werden.
      " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Eine von Rapid Photo Downloaders nützlichsten Funktionen ist seine " "Fähigkeit, automatisch Unterordner für Übertragungen zu erzeugen und Dateien " "nach einem Schema Ihrer Wahl direkt bei der Übertragung umzubenennen." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Um festzulegen, wohin Ihre Dateien übertragen werden und wie diese heißen " "sollen, öffnen Sie das zugehörige Panel am rechten Rand des " "Anwendungsfensters: Ziel, Umbenennen oder Auftragscode." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" "Bei der Ordnerstruktur für Übertragungen sind zwei verschiedene Arten von " "Verzeichnissen zu berücksichtigen:
      1. Der Zielordner, z.B. " ""Bilder", "Fotos", oder "Videos". Dieses " "Verzeichnis sollte bereits auf Ihrem Computer vorhanden sein. In der " "Abbildung unten sind die Zielordner "Bilder" und " ""Videos". Der Name des Zielordners wird in der grauen Leiste " "direkt oberhalb des Verzeichnisbaums angezeigt, mit einem Ordnersymbol auf " "der linken und einem Zahnradsymbol auf der rechten Seite.
      2. Die " "Unterordner für Übertratungen sind Verzeichnisse, die automatisch von " "Rapid Photo Downloader erzeugt werden. Sie müssen nicht unbedingt bereits " "auf Ihrem Rechner vorhanden sein, aber es ist in Ordnung, wenn sie bereits " "existieren. Sie werden unterhalb des Zielordners erzeugt.
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Sie können Fotos und Videos in den gleichen Zielordner übertragen oder für " "jeden Typ einen anderen Zielordner angeben. Das gleiche gilt für die " "Unterordner von Fotos und Videos—übertragen Sie Fotos und Videos zum " "gleichen Unterordner, oder verwenden Sie ein anderes Schema für jeden Typ." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatisch erzeugte Unterordner für Übertragungen können weitere " "automatisch erzeugte Unterordner enthalten, wenn Sie das wünschen. Ein " "gängiges Schema ist, Jahres-Ordner und darin eine Reihe von Unterordnern " "Jahr-Monat-Tag anzulegen." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" "Wann immer es möglich ist, zeigt das Programm eine Vorschau der Unterordner " "für Übertragungen an:
      1. Der Verzeichnisbaum des Zielordners zeigt " "bereits vorhandene Unterordner auf Ihrem Rechner (dargestellt in Standard-" "Schriftart, nicht-kursiv) und Unterordner, die beim Übertragen frisch " "erzeugt werden (dargestellt in kursiver Schriftart).
      2. Der " "Verzeichnisbaum zeigt außerdem die Unterordner, in denen die Dateien " "abgelegt werden (dargestellt in Schwarz).
      " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Unterordner für Übertragungen werden typischerweise erstellt durch " "Verwendung einiger oder aller der folgenden Elemente:
      1. Datei-" "Metadaten, sehr oft einschließlich des Erstelldatums des Fotos oder " "Videos, aber möglicherweise auch einschließlich des Kamera-Modells, der " "Seriennummer oder der Dateierweiterung (z.B. JPG oder CR2).
      2. Einen " "Auftragscode als freier Text, den Sie zum Zeitpunkt der Übertragung " "festlegen, wie den Namen einer Veranstaltung oder eines " "Orts.
      3. Text den Sie stets mitgeben möchten, wie ein " "Bindestrich oder ein Leerzeichen.
      Unterordner mit Jahr, Monat und " "Tag im numerischen Format zu bezeichnen, erlaubt eine einfache Sortierung im " "Dateimanager. Deshalb ist dies die Voreinstellung:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Um während des Downloads automatisch Unterordner zu erstellen, kann eines " "der in Rapid Photo Downloader enthaltenen Presets genutzt werden, oder es " "kann ein eigenes Preset erstellt werden. Dazu bitte das Zahnradsymbol " "anklicken:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Nutzen Sie das Dropdown-Menü, um gegebene Voreinstellungen zu nutzen, oder " "wählen sie Benutzerdefiniert für Ihr eigenes Schema. Sie erstellen " "eigene Schemata mit dem Editor zur Erzeugung von Unterordnern für Fotos oder " "Videos:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Es ist einfach, Bilder im raw-Format in einen Ordner zu übertragen und " "Bilder im jpeg-Format in einen anderen. Verwenden Sie einfach die " "Dateinamenserweiterung als Teil Ihres Schemas zur Erzeugung von " "Unterordnern für Übertragungen:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Diese Abbildung zeigt eine gespeicherte benutzerspezifische Voreinstellung " "namens "My custom preset"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Sie müssen verschachtelte Unterordner für Übertragungen nicht erzeugen. " "Diese Darstellung zeigt die Erstellung von Unterordnern, die lediglich das " "Aufnahmedatum und den Auftragscode beinhalten:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Obwohl es in RPD zahlreiche Vorlagen für die Schreibweise von Datum/Zeit " "gibt, kann es sein, dass Sie etwas anderes wünschen. Deshalb können Sie auch " "Ihre eigenen Vorlagen erzeugen. Durch die Auswahl vorhandener Datums-" "/Zeitstempel können Sie neue Schreibweisen erstellen. Angenommen, Sie " "wünschen ein Datumsformat, dass Jahr (YYYY), Bindestrich und Monat (MM) " "enthält, um YYYY-MM abzubilden, so können Sie dieses so erstellen (beachten " "Sie den roten Kreis beim Bindestrich):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Lesen Sie mehr über alle Möglichkeiten zum Erstellen von Unterordnern für " "Übertragungen und Dateinamen im Online-" "Handbuch (EN)." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Auftragscodes lassen Sie einfach Text eingeben, der eine Reihe von " "Fotos oder Videos beschreibt. Sie können sie in Unterordnern oder für " "Dateinamen verwenden. In dieser Darstellung ist einigen Dateien der " "Auftragscode "Street" zugewiesen, und die markierten Dateien " "werden den Auftragscode "Green Bazaar" erhalten:" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Sie können neue oder bestehende Auftragscodes zuweisen, bevor Sie eine " "Übertragung starten. Wenn die Übertragung Dateien beinhaltet, denen noch " "kein Auftragscode zugewiesen wurde, werden Sie vor Beginn der Übertragung " "nach einem Auftragscode gefragt." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Halten Sie Ausschau nach Hinweisen, wenn Sie mit Auftragscodes arbeiten:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hinweise ändern sich abhängig vom Kontext, beispielsweise wenn der " "Mauszeiger über einer Schaltfläche positioniert ist." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Indem Sie für Ihre Fotos und Videos eindeutige Dateinamen vergeben, " "vermeiden Sie Verwechslungen. Der Einsatz von Sequenznummern für " "eindeutige Dateinamen wird dringend empfohlen!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" "

      Vier Arten von Sequenzwerten sind verfügbar, um Sie bei der Zuweisung " "eindeutiger Namen für Ihre Fotos und Videos zu " "unterstützen:

      1. Übertragungen heute: Enthält Übertragungen, die " "während dieses Tages erfolgten.
      2. Gespeicherte Nummer: " "Identisch mit Übertragungen heute, bezieht sich jedoch auf den letzten " "Programmstart.
      3. Sitzungsnummer: Wird bei jedem Programmstart " "zurückgesetzt.
      4. Sequzenzbuchstabe: Wie Sitzungsnummer, " "verwendet allerdings Buchstaben.

      Lesen Sie mehr über " "Sequenznummern in der Online-" "Dokumentation (EN).

      " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Im Panel Umbenennen konfigurieren Sie das Umbennen von Dateien. Um " "Ihre Dateien umzubenennen, können Sie bestehende Voreinstellungen verwenden " "oder eigene festlegen." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" "

      Die Option RAW + JPEG synchronisieren ist nützlich, wenn Sie die " "Funktion RAW + JPEG auf Ihrer Kamera verwenden und bei der Umbenennung von " "Fotos Sequenznummern verwenden. Wenn Sie diese Option aktivieren, erkennt " "das Programm übereinstimmende Paare von RAW- und JPEG-Fotos, und wenn sie " "erkannt werden, werden dieselben Sequenznummern auf beide Fotonamen " "angewendet. Außerdem werden die Sequenzen aktualisiert, als ob es sich um " "ein einziges Foto handeln würde.

      Weitere Informationen zum Umbenennen " "von Dateien finden Sie in der Online-" "Dokumentation.

      " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Sie können Ihre Fotos und Videos während der Übertragung an mehrere Orte " "sichern, wie z.B. externe Festplatten oder Netzlaufwerke. Sicherungsmedien " "können automatisch erkannt oder ein Ort für die Datensicherung festgelegt " "werden." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "In diesem Beispiel enthält das Laufwerk photobackup keinen Ordner " "namens Videos. Deshalb werden Videos nicht dorthin gesichert." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Viele Programmeinstellungen können über die Kommandozeile festgelegt werden, " "einschließlich Übertragungsquellen, -zielen und Sicherungen. Zusätzlich " "lassen sich Voreinstellungen wiederherstellen und Zwischenspeicher sowie " "gemerkte Dateien löschen." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Sie können auch die Voreinstellungen des Programms aus der älteren Version " "0.4 importieren." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader arbeitet mit drei Caches " "(Pufferspeicher):
      1. Einem Zwischenspeicher für Vorschaubilder, " "dessen einzige Aufgabe darin besteht, Vorschaubilder von Dateien Ihrer " "Kameras, Speicherkarten und anderer Geräte zu speichern.
      2. Einem " "Vorübergehendem Puffer für Dateien, die von einer Kamera übertragen " "wurden, getrennt in Fotos und Videos. Sie werden in einem temporären " "Unterordner des Zielverzeichnisses abgelegt.
      3. Dem Zwischenspeicher " "für Vorschaubilder des Rechners, worin Rapid Photo Downloader " "Vorschaubilder von RAW- und TIFF-Fotos nach der Übertragung ablegt. " "Dateibrowser wie Gnome Files nutzen diesen Puffer ebenfalls, d.h. auch sie " "werden die Vorschaubilder dieser Dateien anzeigen.
      Lesen Sie mehr " "über Caches und deren Einfluss auf die Übertragungsgeschwindigkeit in der Online-" "Dokumentation." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Tipp des Tages" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Wussten Sie schon …?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Tipps beim Start anzeigen" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Weiter" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Zurück" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Ein paar Sekunden" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 Sekunde" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d Sekunden" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 Minute" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d Minuten" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 Stunde" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d Stunden" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 Tag" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d Tage" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 Minute, 1 Sekunde" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 Minute, %d Sekunden" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d Minuten, 1 Sekunde" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d Minuten, %(seconds)d Sekunden" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 Stunde, 1 Minute" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 Stunde, %d Minuten" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d Stunden, 1 Minute" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d Stunden, %(minutes)d Minuten" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 Tag, 1 Stunde" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 Tag, %d Stunden" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d Tage, 1 Stunde" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d Tage, %(hours)d Stunden" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Suchen" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Fehlerberichte - Rapid-Fotoübertragung" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "In Berichten suchen" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Vorheriges Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Nächstes Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "Alles &hervorheben" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Alle Vorkommen der Phrase hervorheben" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Groß-/Kleinschreibung beachten" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Suche mit Beachtung der Groß-/Kleinschreibung" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "Ganze &Wörter" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Nur ganze Wörter suchen" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s von %s Übereinstimmungen" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Leeren" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Ausdruck nicht gefunden" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Suche ausstehend …" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Anzahl neuer Einträge, die seit dem letzten Öffnen zum Fehlerbericht " "hinzugefügt wurden. Hier klicken, um den Fehlerbericht zu öffnen." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Bitte melden Sie das Problem unter {website}.

      >Beschreiben Sie in Ihrem " "Fehlerbericht, was Sie erwartet haben und was Sie beobachtet " "haben.

      Der Fehlerbericht muss auch die Programmeinstellungen und " "Protokolldateien enthalten. Um eine Datei mit diesen zusätzlichen " "Informationen zu erstellen, klicken Sie auf Speichern." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Zusätzliche Informationen gespeichert" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Fehler bei der Erstellung von Zusatzinformationen" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Die zusätzlichen Fehlerberichtsinformationen wurden nicht erstellt. Bitte " "reichen Sie trotzdem einen Fehlerbericht ein." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem in Rapid-Fotoübertragung" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Im Rapid Photo Downloader ist ein Problem aufgetreten" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "In Rapid-Fotoübertragung ist ein Problem aufgetreten\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Bitte melden Sie das Problem unter {website}\n" "Hängen Sie die Protokolldatei an Ihren Fehlerbericht an, zu finden unter " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "In Dateiverwaltung öffnen …" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Dateisystem" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Andere …" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (Ort existiert nicht)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Datum & Uhrzeit" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Dateiname" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadaten" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sequenzen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Heute" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Gestern" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Übertragungszeit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Name" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Erweiterung" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Filmnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Blende" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO-Wert" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Belichtungszeit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brennweite" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kamerahersteller" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Kameramodell (kurz)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Kameramodell (kurz, Bindestriche)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Seriennummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Verschlusszähler" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Dateinummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Nur Ordner" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Ordner und Datei" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Eigentümername" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Breite" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Höhe" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Länge" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Bilder pro Sekunde" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Urheberrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Übertragen heute" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Sitzungsnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Nummer des Unterordners" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Gespeicherte Nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Fortlaufender Buchstabe" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Alle Ziffern" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Letzte Ziffer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Letzte 2 Ziffern" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Letzte 3 Ziffern" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Letze 4 Ziffern" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Ursprüngliche Schreibweise" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "GROSSBUCHSTABEN" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "kleinschreibung" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Eine Ziffer" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Zwei Ziffern" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Drei Ziffern" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Vier Ziffern" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Fünf Ziffern" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sechs Ziffern" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sieben Ziffern" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Hundertstelsekunden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "JJJJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "JJJJ-MM-TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "JJJJ_MM_TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "JJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "JJ-MM-TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "JJ_MM_TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMTTJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMTTJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "TTMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "TTMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Monat (ausgeschrieben)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Monat (abgekürzt)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Wochentag (voll)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Wochentag (abgekürzt)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (Minuten)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Datum (Bindestriche)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Datum (Unterstriche)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Datum und Auftragscode" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Auftragscode" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Datum- und Auftragscode-Unterordner" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Ursprünglicher Dateiname" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Datum/Zeit und Übertragungen heute" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMTT-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Datum und Übertragungen heute" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "JJJJMMTT-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Datum/Zeit und Bildnummer" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "JJJJMMTT-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Datum/Zeit und Auftragscode" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMTT-HHMM-Auftragscode-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMTT-Auftragscode-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Datum/Zeit und Videonummer" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "JJJJMMTT_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Auflösung" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMTT-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" "Geben Sie einen neuen Auftragscode ein oder wählen Sie einen bestehenden aus" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Der Auftragscode wird auf %s angewendet, das noch keinen Auftragscode hat." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "Der Auftragscode wird auf %s angewendet, die noch keinen Auftragscode haben." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Auftragscode auf Übertragung anwenden" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Geben Sie einen neuen Auftragscode ein" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Der neue Auftragscode wird auf %s angewendet." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Neuer Auftragscode" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Auftragscode:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Wählen Sie Fotos und Videos aus, auf die ein neuer oder vorhandener " "Auftragscode angewendet werden kann." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Der neue Auftragscode wird allen ausgewählten Fotos und/oder Videos " "zugewiesen." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klicken Sie 'Anwenden', um den aktuellen Auftragscode allen ausgewählten " "Fotos und/oder Videos zuzuweisen. Sie können auch einfach den Auftragscode " "doppelt klicken." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Das Entfernen eines Auftragscodes entfernt diesen nur aus der Liste der " "gespeicherten Auftragscodes, nicht jedoch von den Fotos oder Videos, denen " "er zugewiesen wurde." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Wenn Sie Auftragscodes verwenden möchten, so richten Sie das Umbenennen von " "Dateien oder die Namen der Unterordner im Ziel für deren Verwendung ein." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Zuletzt verwendet" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Auftragscodesortierung:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Aufsteigend" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Absteigend" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Neu …" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Anwenden" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "Entfe&rnen" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Alle entfernen" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Möchten Sie alle Auftragscodes wirklich entfernen?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Alle Auftragscodes entfernen" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Auftragscodes" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Neue benutzerdefinierte Voreinstellung speichern …" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Alle benutzerdefinierten Voreinstellungen entfernen …" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Neue benutzerdefinierte Voreinstellung)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (bearbeitet)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Benutzerdefinierte Voreinstellung »%s« aktualisieren" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Neue benutzerdefinierte Voreinstellung speichern - Rapid-Fotoübertragung" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Voreinstellungsname:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern für Fotos" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern für Videos" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Editor zum Umbenennen von Fotos" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Editor zum Umbenennen von Videos" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Warnung: Es stehen ungenügend Daten zur " "vollständigen Namenserzeugung bereit. Bitte wählen Sie andere Einstellungen " "zum Umbenennen." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" "Das Zeichen %(separator)s erzeugt eine neue Unterordner-Ebene." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Es ist unnötig, mit dem Trennzeichen für Ordner %(separator)s zu " "beginnen oder zu enden, da es automatisch hinzugefügt wird." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Warnung: Eindeutige Dateinamen können " "nicht automatisch erstellt werden. Erzeuge eindeutige Dateinamen durch " "Verwendung von 'Sequenznummern'." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Voreinstellung:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Im Netz Hilfe erhalten …" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Einfügen" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voreinstellung speichern - Rapid-Fotoübertragung" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Möchten Sie die Änderungen in einer neuen benutzerspezifischen " "Voreinstellung speichern?

      Das Erstellen benutzerspezifischer " "Voreinstellungen ist nicht erforderlich, kann jedoch helfen, den Überblick " "zu behalten.

      Die Änderungen der Voreinstellungen werden in jedem Fall " "angewendet, unabhängig davon, ob Sie diese als benutzerspezifische " "Voreinstellung speichern oder nicht." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Möchten Sie die Änderungen in einer neuen benutzerspezifischen " "Voreinstellung speichern?

      Wenn SIe mögen, können Sie eine neue " "benutzerspezifische Einstellung erstellen oder eine vorhandene " "auffrischen.

      Die Änderungen der Voreinstellungen werden in jedem Fall " "angewendet, unabhängig davon, ob Sie diese als benutzerspezifische " "Voreinstellung speichern oder nicht." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Neue benutzerdefinierte Voreinstellung speichern" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Einstellungen" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Sprache" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisierung" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Vorschaubilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Fehlerbehandlung" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Warnungen" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Zusammenfassung" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Verschiedenes" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Gerätedurchsuchung" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Nur externe Geräte durchsuchen" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Durchsuche nur Laufwerke außerhalb des Computers nach Bildern und Videos,\n" "einschließlich Kameras, Speicherkarten, externer Laufwerke und USB-" "Speichermedien." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Durchsuche nur spezifische Ordner auf Geräten" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Durchsuche die unten angegebenen Ordner nach Fotos und Videos (mit\n" "Ausnahme der zu ignorierenden Pfade).\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Ordner, die durchsucht werden sollen:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Ordner auf Wurzelebene von Dateisystemen der Geräte, die nach\n" "Fotos und Videos durchsucht werden." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Hinzufügen …" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Füge einen Ordner zur Liste der Ordner hinzu, die nach Fotos und Videos " "durchsucht werden.\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Entfernen" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Entferne einen Ordner aus der Liste der Ordner, die nach Fotos und Videos " "durchsucht werden.\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Geräte, die automatisch ignoriert oder berücksichtigt werden sollen." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Gemerkte Geräte" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Gerät entfernen aus der Liste von Geräten, die automatisch ignoriert oder " "berücksichtigt werden sollen." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Bereinigen der Liste von Geräten, die automatisch ignoriert oder " "berücksichtigt werden sollen.\n" "\n" "Hinweis: Änderungen werden wirksam beim nächsten Durchsuchen des Rechners " "nach Geräten." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Pfade ignorieren" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Letzter Teil eines Pfades, der niemals nach Fotos oder Videos durchsucht " "werden soll." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pfad zur Liste der ignorierten Pfade hinzufügen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pfad aus der Liste der ignorierten Pfade entfernen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Liste der ignorierten Pfade bereinigen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Verwende regular expressions im Python-Stil" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Verwende reguläre Ausdrücke in der Liste der ignorierten Pfade.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Sprache: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Werden beim Programmneustart wirksam" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Programmautomatisierung" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Herunterladen beim Programmstart beginnen" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Mit dem Herunterladen beginnen, sobald ein Geräte verfügbar ist" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Gerät nach Abschluss der Übertragung aushängen" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Programm beenden wenn alle Übertragungen abgeschlossen sind" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Programm beenden auch wenn Fehler oder Warnungen aufgetreten sind" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Vorschaubildgenerierung" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Vorschaubilder generieren" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Erzeuge Vorschaubilder zur Anzeige im Hauptfenster" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Vorschaubilder zwischenspeichern" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Speichere im Hauptfenster gezeigte Vorschaubilder in einem Zwischenspeicher " "wie bei Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Systemvorschaubilder generieren" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Speichere während der Übertragung Vorschaubilder, die von Desktop-" "Dateimanagern und anderen Programmen verwendet werden können" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Anzahl der CPU-Kerne, die zur Generierung von Vorschaubildern verwendet " "werden." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU-Kerne:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Wird berechnet …" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "Tage" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "für immer" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Zwischenspeichergröße:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Anzahl der Vorschaubilder:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Datenbankgröße:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Speichere nichtverwendete Vorschaubilder für:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Zwischenspeicher bereinigen …" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Zwischenspeicher optimieren …" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Herunterladen überspringen" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Übertrage die Datei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Eine eindeutige Identifizierung hinzufügen" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Ergänze einen Zusatz wie _1 oder _2 am Ende des Dateinamens, direkt vor der " "Dateinamenserweiterung" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Überschreiben" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Zuvor gesicherte Datei überschreiben" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Überspringen" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Überschreibe die Sicherungsdatei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Wenn ein Foto oder Video gleichen Namens bereits heruntergeladen wurde, " "wähle zwischen Herunterladen überspringen und Eine eindeutige " "Identifizierung hinzufügen:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Es wird dringend empfohlen, 'Sequenznummern' zu verwenden, um eindeutige " "Dateinamen automatisch zu erzeugen. Das Verhalten beim Umbenennen wird im " "gleichnamigen Panel des Hauptfensters eingestellt." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Auf dem Backup-Medium vorhandene, gleichnamige Datei beim Backup " "Überschreiben oder Überspringen:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Programmwarnungen" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Eine Warnung anzeigen, wenn:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Dateien, die derzeit nicht angezeigt werden, werden heruntergeladen" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Warne, falls Dateien übertragen werden würden, die nicht im Hauptfenster " "angezeigt werden." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Sicherungsziele fehlen" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Vor dem Start einer Übertragung warnen, falls eine Datensicherung nicht " "möglich ist." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Programmbibliotheken fehlen oder sind defekt" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Warnung bei fehlenden oder nicht funktionierenden Software-Bibliotheken, die " "Rapid Photo Downloader verwendet." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Dateisystemmetadaten können nicht festgelegt werden" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Warnen bei Fehlern während der Änderung von Metadaten einer Datei, wie " "Änderungsdatum." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Auffinden unbehandelter Dateien" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Warnen nach dem Durchsuchen eines Geräts oder DIeses Rechners, falls dabei " "unbehandelte Dateien gefunden wurden, die nicht bei der bevorstehenden " "Übertragung berücksichtigt werden." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Nicht warnen bei unbehandelten Dateien mit diesen Dateiendungen:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Dateinamenserweiterungen sind unabhängig von GROSS- und kleinschreibung und " "müssen den führenden Punkt nicht beinhalten." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Hinzufügen" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Füge eine Dateinamenserweiterung zur Liste unbehandelter Dateitypen hinzu, " "vor denen nicht gewarnt werden soll." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Entferne eine Dateinamenserweiterung aus der Liste unbehandelter Dateitypen, " "vor denen nicht gewarnt werden soll." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Bereinige die Liste unbehandelter Dateitypen, vor denen nicht gewarnt werden " "soll." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Foto und Video Zusammenfassung" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Dateien über Geräte und Übertragungen hinweg zusammenfassen" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analysiere die Durchsuchungsergebnisse von Geräten nach Duplikaten und " "passenden RAW- und JPEG-Paarungen;\n" "vergleiche sie über mehrere Geräte und Übertragungen hinweg." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle übereinstimmende RAW- und JPEG-Dateien als:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Ein Foto" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Zwei Fotos" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Zeige übereinstimmende Paarungen von RAW- und JPEG-Fotos als ein Foto und, " "falls markiert, übertrage beide." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Zeige übereinstimmende Paarungen von RAW- und JPEG-Fotos als zwei " "verschiedene Fotos. Sie können immer noch deren Sequenznummern " "synchronisieren." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Mit übereinstimmende RAW- und JPEG-Fotos:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "JPEG nicht zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "RAW nicht zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Beide zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Falls übereinstimmende RAW- und JPEG-Fotos gefunden werden, JPEG nicht " "automatisch\n" "für die Übertragung vormerken. Sie können es immer noch selbst zum " "Übertragen markieren." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Wenn übereinstimmende RAW- und JPEG-Fotos gefunden werden, RAW nicht " "automatisch\n" "für die Übertragung vormerken. SIe können es immer noch selbst für die " "Übertragung markieren." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Wenn übereinstimmende RAW- und JPEG-Fotos gefunden werden, automatisch beide " "für die Übertragung markieren." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Wenn Sie Dateikonsolidierung abschalten, wählen Sie, was beim Einstecken " "eines Geräts bei bestehender Anzeige abgeschlossener Übertragungen getan " "werden soll:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Beim Einstecken eines Geräts bei bestehender Anzeige abgeschlossener " "Übertragungen:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Abgeschlossene Übertragungen bereinigen" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Abgeschlossene Übertragungen weiterhin anzeigen" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Nachfragen, was getan werden soll" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Bereinige die Anzeige abgeschlossener Übertragungen automatisch, wenn ein " "neues Gerät angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Zeige abgeschlossene Übertragungen weiterhin an, wenn ein neues Gerät " "angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Nachfragen, ob abgeschlossene Übertragungen weiterhin angezeigt oder " "bereinigt werden sollen, wenn ein neues Gerät angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "DNG-Datum/Zeit-Metadaten auf MTP-Geräten ignorieren" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignoriere Zeit/Datum-Metadaten in DNG Dateien auf MTP-Geräten; verwende " "stattdessen den Zeitstempel der Änderung.\n" "\n" "Nützlich bei Geräten - wie einigen Telefonen oder Tablets -, die inkorrekte " "DNG-Metadaten erzeugen." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Abgeschlossene Übertragungen" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Stellt Standard-Einstellungen von %s wieder her" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Möchten Sie den Zwischenspeicher der Vorschaubilder bereinigen? Der " "Zwischenspeicher wird beim nächsten Programmstart gelöscht." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher bereinigen" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Möchten Sie den Zwischenspeicher der Vorschaubilder optimieren? Der " "Zwischenspeicher wird beim nächsten Programmstart optimiert." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher optimieren" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Geben Sie einen Ordner an, der durchsucht werden soll" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Geben Sie einen Ordner an, der nach Fotos und Videos durchsucht wird" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Ordner:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Geben Sie einen Pfad ein, welcher ignoriert werden sollen" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Geben Sie einen Pfad ein, welcher nie nach Bildern oder Filmen durchsucht " "werden soll" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Pfad:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Dateiendung eingeben" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Geben Sie eine Dateiendung an (ohne den führenden Punkt)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Endung:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Ungültige Dateiendung" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Die Dateinamenserweiterung %s wird von Rapid Photo Downloader " "erkannt. Deshalb ist ein Warnhinweis unnötig." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Erkannte Dateitypen:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Andere:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Hochzeit" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Geburtstag" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s beginnen" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s enden" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Die Unterordnervoreinstellungen sollten nicht zwei %s nacheinander enthalten" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "8 Fotos und 10 Videos übertragen" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fehler: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fehler: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-Fehler: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Initialisieren der Kamera nicht möglich, vermutlich wird diese von einem " "anderen Programm verwendet. Es wurden keine Dateien vom Gerät kopiert." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Verzeichnis %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Zugriff auf Änderungsdatum oder Größe von %s nicht möglich" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Datei %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Datei %s kann nicht geschrieben werden" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Datei %s kann nicht verschoben werden" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Datei %s kann nicht entfernt werden" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Datei %s kann nicht kopiert werden" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Datei %s mit der Größe Null wird nicht übertragen" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Konnte Änderungsdatum des Dateisystems von %s nicht bestimmen" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Metadaten von %s können nicht geladen werden" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Kann Metadaten von %(name)s nicht laden. %(filetype)s wurde nicht übertragen." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ein Fehler ist aufgetreten beim Setzen der Metadaten des Dateisystems auf " "dem Dateisystem %s. Falls dieser Fehler erneut auftritt, wird er nicht " "erneut angezeigt." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Unbehandelte Datei %s gefunden. Sie wird nicht übertragen." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existiert bereits." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "DIe vorhandene %(filetype)s %(destination)s wurde zuletzt am %(date)s um " "%(time)s geändert." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "Das %(filetype)s %(source)s wurde nicht von %(device)s übertragen." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "Das %(filetype)s %(source)s wurde von %(device)s übertragen." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Der eindeutige Bezeichner '%s' wurde zum Dateinamen hinzugefügt." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "DIe vorhandene Sicherung %(filetype)s %(destination)s wurde zuletzt am " "%(date)s um %(time)s geändert." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "Die %(filetype)s %(source)s wurde nicht gesichert von %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "DIe vorherige Sicherung %(filetype)s %(destination)s wurde zuletzt geändert " "am %(date)s um %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Die %(filetype)s %(source)s von %(device)s wurde gesichert, die vorherige " "Sicherung %(filetype)s wird überschrieben." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Beim Synchronisieren der RAW + JPEG Sequenzwerte wurde ein Duplikat " "%(filetype)s %(file)s entdeckt und nicht übertragen." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Beim Abgleich der RAW + JPEG Sequenzwerte wurden Fotos mit gleichen " "Dateinamen, jedoch unterschiedlichen Aufnahmedaten gefunden:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s wurde am %(image1_date)s um %(image1_time)s aufgenommen und " "%(image2)s am %(image2_date)s um %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Dateiname für %s kann nicht finalisiert werden" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Der Dateiname %(destination)s für %(filetype)s %(source)s wurde nicht " "vollständig generiert." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Die %(type)s Metadaten fehlen." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Die folgenden Metadaten fehlen: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Datum-/Zeitkonvertierung fehlgeschlagen: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Konnte keine gültigen Metadaten zu Datum/Zeit entnehmen oder das " "Änderungsdatum der Datei ermitteln." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Der Dateinamen enthält keinen Dateitypen." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Der Dateinamen enthält keine Zahlen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Fehler beim Erzeugen der Komponente %(component)s. Fehler: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Die Unterordner für Übertragungen %(folder)s wurden nur teilweise erstellt " "für %(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Keine Daten zur Erzeugung von %(subfolder_file)s für %(filename)s verfügbar. " "Das %(filetype)s wurde nicht übertragen." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Konnte %(filetype)s %(destination)s in %(folder)s nicht erzeugen. Zu " "übertragende Datei war %(source)s in %(device)s. Sie wurde nicht übertragen." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Unterordner %s für Übertragung kann nicht erzeugt werden." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Sicherungsunterordner %s kann nicht erstellt werden." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleme beim Durchsuchen von %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Probleme beim Kopieren von %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problem beim Fertigstellen der Dateinamen und dem Erzeugen der Unterordner" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Probleme beim Sichern nach %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Die Zeit, die zwischen aufeinanderfolgenden Fotos und Videos vergangen ist, " "die benutzt wird, um die Zeitleiste zu erstellen" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Die Zeitleiste gruppiert Fotos und Videos basierend auf der Zeit zwischen " "aufeinanderfolgenden Aufnahmen. Benutzen Sie ihn, um Fotos und Videos zu " "identifizieren, die zu verschiedenen Zeiten an einem Tag oder an " "aufeinanderfolgenden Tagen entstanden sind." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Benutzen Sie den Schieberegler (unten), um die vergangene Zeit zwischen " "aufeinanderfolgenden Aufnahmen anzupassen, die benutzt wird, um die " "Zeitleiste zu erzeugen." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Zeitleiste wird gleich erstellt …" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Zeitleiste wird erstellt …" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Die Zeitleiste muss neu aufgebaut werden, da die Dateiänderungszeit und die " "Aufnahmezeit für ein oder mehrere Fotos voneinander abweichen.

      Die " "Zeitleiste zeigt an, wann eine Aufnahme gemacht wurde. Die Aufnahmezeit kann " "aus den Metadaten der Aufnahme gelesen werden. Das ist jedoch zeitaufwändig, " "daher vermeidet die Rapid-Fotoübertragung die Nutzung dieser Werte beim " "Einlesen und übernimmt stellvertretend die Änderungszeit der Datei. Beim " "Erstellen der Vorschaubilder bzw. beim Übertragen oder Bilder wird dann die " "echte Aufnahmezeit aus den Metadaten ausgelesen." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Schalte zwischen Synchronisieren Zeitleiste und Thumbnail Bildlauf (STRG-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid-Fotoübertragung" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool hat ein Problem

      Rapid Photo Downloader nutzt " "ExifTool, um Metadaten von Fotos und Videos auszulesen. Das Programm wird " "ohne ExifTool funktionieren; es wird jedoch wärmstens empfohlen, " "ExifTool zu installieren." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problem mit ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problem mit libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Herunterladen" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "Auff&rischen …" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Einstellungen" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Beenden" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Fehlerbe&richte" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Abgeschlossene Übertragungen bereinigen" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Im Netz Hilfe erhalten …" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Tipp des Tages …" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Ein Problem melden …" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Etwas spenden …" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Diese Anwendung übersetzen …" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Über …" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Zeitleiste" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Ziel" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Umbenennen" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Sicherung" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Die Benutzung von Geräten als Quelle zum Herunterladen an diesem Rechner ein-" " oder ausschalten" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Die Benutzung von Ordnern als Quelle zum Herunterladen an diesem Rechner ein-" " oder ausschalten" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Dieser Rechner" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Quellordner auswählen" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Neu" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Anzeigen:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Änderungszeit" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Zustand geprüft" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Dateityp" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Gerät" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sortieren:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Alles auswählen:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "%(files)s herunterladen" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Herunterladen fortsetzen" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Anhalten" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Vielen Dank für die Meldung eines Problems in Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Quellpfad Dieses Rechners ändern

      Möchten Sie wirklich den " "Quellpfad ändern in %(new_path)s?

      Sie übertragen aktuell von " "%(source_path)s.

      Wenn Sie den Pfad ändern, wird die laufende " "Übertragung von Dieser Rechner abgebrochen." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "Foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "Film" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" "Sie können das Ziel zum Herunterladen während des Herunterladens nicht " "ändern." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Ziel zum Herunterladen bestätigen

      Sind Sie sicher, dass das " "Ziel zum Herunterladen von %(file_type)s auf %(path)s festgelegt werden soll?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Übertrage alle Dateien

      \n" "Eine Übertragung beinhaltet stets alle Dateien, die zum Übertragen markiert\n" "sind, einschließlich derer, die gerade nicht angezeigt werden, weil die\n" "Zeitleiste verwendet wurde, oder weil nur neue Dateien sichtbar " "sind.

      \n" "Möchten Sie die Übertragung fortsetzen?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Diese Übertragungsordner sind ungültig:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Dieser Übertragungsordner ist ungültig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Fehler beim Übertragen" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Die Übertragung kann nicht fortfahren." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotos und Videos werden nicht gesichert, weil es keinen Ort zum Sichern " "gibt. Möchten SIe dennoch mit der Übertragung beginnen?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Es gibt kein Sicherungsgerät zur Sicherung von %(filetype)s. Möchten SIe " "dennoch mit der Übertragung beginnen?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "Fotos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "Filme" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Die Ziele der Foto- und Videodatensicherung sind nicht vorhanden oder " "können nicht beschrieben werden.

      Möchten SIe dennoch mit der " "Übertragung beginnen?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Das %(filetype)s SIcherungsziel ist nicht vorhanden oder kann nicht " "beschrieben werden.

      Möchten SIe dennoch mit der Übertragung " "beginnen?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Sicherungsproblem" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s verbleibend (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s heruntergeladen" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "Warnungen" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Alle Übertragungen wurden abgeschlossen" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s heruntergeladen" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 Fehler" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d Fehler" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 Warnung" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d Warnungen" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(no_files_and_types)s von %(devices)s heruntergeladen" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" "%(no_files_and_types)s von %(devices)s heruntergeladen — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Keine Dateien heruntergeladen — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Keine Dateien heruntergeladen" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Die Benutzervoreinstellungen sind ungültig" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Erneut versuchen" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Dieses Gerät ignorieren" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Verzeihung, ein unerwartetes Problem ist aufgetreten beim Durchsuchen von %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Leider können Sie von diesem Gerät nicht übertragen." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Abhilfe kann möglicherweise die direkte Übertragung von der Speicherkarte " "der Kamera mittels Kartenlesegerät schaffen." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Gerätesuche fehlgeschlagen" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "Die %(camera)s kann nicht durchsucht werden, da sie nicht ausgehangen " "werden kann.

      Sie können jedes andere Programm beenden (z.B. eine " "Dateiverwaltung), das sie benutzt und es noch einmal versuchen. Falls das " "nicht funktioniert, ziehen Sie die %(camera)s vom Computer ab und stecken " "Sie sie wieder an." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Die Übertragung kann nicht starten, weil die %(camera)s nicht ausgehängt " "werden kann.

      Sie können alle anderen Anwendungen (wie z.B. einen " "Dateibrowser) schließen, die sie evtl. verwenden, und es erneut versuchen. " "Falls das nicht funktioniert, entfernen Sie bitte die %(camera)s vom " "Computer und stecken sie erneut ein. Wählen Sie anschließend, welche Dateien " "Sie übertragen möchten." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Aktuelle Übertragungen abgeschlossen" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, deren Übertragung abgeschlossen ist, werden angezeigt." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Möchten Sie abgeschlossene Übertragungen bereinigen?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Aktuelle Übertragung abgeschlossen" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, deren Übertragung abgeschlossen ist, wird angezeigt." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Möchten Sie die abgeschlossene Übertragung bereinigen?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Möchten Sie Fotos und Videos von dem Gerät %(device)s übertragen?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Möchten Sie %s immer ignorieren, wenn das Programm gestartet wird?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Alle Kameras, Mobiltelefone und Tablets mit demselben Modellnamen werden " "ignoriert." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Möchten Sie das Gerät %s immer ignorieren, wenn das Programm gestartet " "wird?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Jedes Gerät mit dem gleichen Namen wird ignoriert." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Von %(location)s wird auf diesen Rechner übertragen." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "Möchten Sie wirklich von hier übertragen?

      Auf manchen Systemen kann " "das Durchsuchen dieses Ortes sehr lange dauern." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Vorschaubilder für %s werden erstellt" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "%s wird eingelesen" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s von %(available files)s zur Übertragung angehakt (%(hidden)s " "versteckt)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s von %(available files)s zur Übertragung angehakt" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" "Versionsnummern des Programms und seiner Bibliotheken anzeigen und beenden." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Zeige Programminformation beim Start via Kommandozeile." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "Zeige Debugging-Informationen beim Start via Kommandozeile." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Zeige Foto- und Video-Dateinamenserweiterung, die das Programm kennt, und " "beende." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Schalte das Umbenennen von Fotos an oder aus." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Schalte das Umbenennen von Videos an oder aus." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Schalte die automatische Erkennung von Geräten, von denen heruntergeladen " "werden soll, an oder aus." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Das Übertragen von diesem Rechner an- oder ausschalten." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "PFAD" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Der PFAD auf diesem Rechner, von dem übertragen wird." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Der PFAD, auf den Fotos übertragen werden." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Der PFAD, auf den Videos übertragen werden." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Schalte die Sicherung von Fotos und Videos während der Übertragung an oder " "aus." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Schalte die automatische Erkennung von Sicherungsgeräten an oder aus." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "ORDNER" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "Der ORDNER, in dem Sicherungen der automatisch erkannten Sicherungsmedien " "für Fotos abgelegt werden, mit dem Namen des Ordners als Erkennungsmerkmal, " "ob das Medium zur Sicherung verwendet werden soll. Auf jedem Gerät, auf das " "Sie Fotos sichern möchten, erstellen Sie einen Ordner mit diesem Namen." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "Der ORDNER, in dem Sicherungen der automatisch erkannten Sicherungsmedien " "für Videos abgelegt werden, mit dem Namen des Ordners als Erkennungsmerkmal, " "ob das Medium zur Sicherung verwendet werden soll. Auf jedem Gerät, auf das " "Sie Videos sichern möchten, erstellen Sie einen Ordner mit diesem Namen." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Der PFAD, auf den Fotos gesichert werden, wenn die automatische Erkennung " "von Sicherungsgeräten abgeschaltet ist." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Der PFAD, auf den Videos gesichert werden, wenn die automatische Erkennung " "von Sicherungsgeräten abgeschaltet ist." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Fotos mit folgender Erweiterung auslassen: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "Sofortige Übertragung bei Programmstart an- oder ausschalten." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Sofortige Übertragung beim Einstecken eines Gerätes an- oder ausschalten." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Rapid Photo Downloader- eigenen Zwischenspeicher für Vorschaubilder an- oder " "ausschalten. Beim Ausschalten bleiben Inhalte des Zwischenspeichers erhalten." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Lösche alle Vorschaubilder des Rapid Photo Downloader-eigenen " "Zwischenspeichers, und schließe." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Zuvor heruntergeladene Dateien vergessen und beenden." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importiere Voreinstellungen einer älteren Programmversion und schließe. " "Erfordert das Kommandozeilen-Programm gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Setze alle Programmeinstellungen auf ihre Voreinstellungen zurück, lösche " "alle Vorschaubilder aus dem Zwischenspeicher, vergesse, welche Dateien " "bereits übertragen wurden, und schließe das Programm." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2-Fehlerinformationen in Protokolldateien einschließen." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Informationen über angeschlossene Kameras auf dem Terminal ausgeben und " "beenden." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Um Voreinstellungen von der alten Version des Rapid Photo Downloader zu " "importieren, müssen Sie das Programm gconftool-2 installieren." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Keine früheren Programm-Voreinstellungen gefunden: Schließe." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importiere Voreinstellungen von Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Möchten Sie die gespeicherte Sequenznummer mit dem Wert %d kopieren?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Programmabbruch." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Starten Sie dieses Programm niemals als sudo- oder root-Benutzer." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Sie müssen ExifTool installieren, um Rapid Photo Downloader ausführen zu " "können." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader ist an mehreren Stellen installiert.\n" "\n" "Entfernen Sie alle Kopien mit Ausnahme derjenigen, die Sie verwenden möchten." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Wenn Sie einen Pfad über die Befehlszeile festlegen,\n" "bitte nicht die automatische Geräterkennung oder\n" "einen Pfad auf »Dieser Rechner« aktivieren." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alle Einstellungen und Zwischenspeicher wurden zurückgesetzt." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Vorschaubildpuffer wurde zurückgesetzt." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Gemerkte Dateien wurden vergessen." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "Diese Auswahl me&rken" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "Mich nicht mehr erneut &danach fragen" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "Mich nicht mehr erneut &darüber warnen" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "Nicht erneut auf fehlen&de oder defekte Programmbibliotheken hinweisen" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "Unterordner und Dateiname" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "Dateiname" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "Unterordner" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Ein Zähler für die Anzahl der täglichen Übertragungen" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Übertragungen heute:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Ein Zähler, der sich die Anzahl der Programmstarts merkt " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Gespeicherte Nummer:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Zeitpunkt, zu dem die Sequenznummer Übertragungen heute zurückgesetzt " "werden soll" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Beginn des Tages:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG synchronisieren" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchronisiere Sequenznummern übereinstimmender RAW- und JPEG-Paarungen.\n" "\n" "SIehe Online-Dokumentation für mehr Details." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sequenznummern" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Nicht kompatible Zeichen entfernen" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Legt fest, ob Sonderzeichen, die auf anderen Betriebssystemen verboten sind, " "aus den Bezeichnungen der Foto- und Videoordner entfernt werden sollen" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Kompatibilität" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Fotoumbenennung" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Videoumbenennung" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Umbenennungsoptionen" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "Fotos und Filme" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "Fotos oder Filme" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "ein Video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "ein Foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s auf %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Dateisystem-Root" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Bilder" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Aufgenommen am %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Geändert am %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Speicherkarten: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Speicherkarte: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Heruntergelaen als:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "" "

      Vorherige Übertragung:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" "

      Manuell, wie zuvor heruntergeladen am %(date)s, festgelegt" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Pfad kopieren" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Datei als heruntergeladen kennzeichnen" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Dateien als heruntergeladen kennzeichnen" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s und %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "eins" #: ../raphodo/utilities.py:575 msgid "two" msgstr "zwei" #: ../raphodo/utilities.py:576 msgid "three" msgstr "drei" #: ../raphodo/utilities.py:577 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:578 msgid "five" msgstr "fünf" #: ../raphodo/utilities.py:579 msgid "six" msgstr "sechs" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sieben" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "neun" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "zehn" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "zwölf" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "dreizehn" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "vierzehn" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "fünfzehn" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "sechzehn" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "siebzehn" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "achtzehn" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "neunzehn" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "zwanzig" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Schließen" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "Abbre&chen" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Speichern" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Hilfe" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Standardeinstellungen wiederherstellen" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nein" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Fotos und Videos von Kameras oder anderen Geräten und Speichermedien " "übertragen und/oder umbenennen sowie Sicherheitskopien erstellen" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importiert Fotos und Videos von Kameras, Telefonen, " "Speicherkarten und anderen Geräten mit hoher Geschwindigkeit. Es erlaubt das " "Umbenennen von Fotos und Videos in von Ihnen festgelegte, sprechende " "Dateinamen. Außerdem kann es Fotos und Videos bereits während der " "Übertragung sichern. Es überträgt von und sichert nach mehreren Geräten " "gleichzeitig." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Einzigartig an Rapid Photo Downloader ist seine Zeitleiste, die Fotos und " "Videos in Abhängigkeit von der Zeitspanne, die zwischen den Aufnahmen " "vergangen ist, gruppiert. Verwenden Sie sie, um Fotos und Videos zuzuordnen, " "die über einen Tag verteilt oder an aufeinanderfolgenden Tagen aufgenommen " "wurden." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Von einem Fotografen entwickelt ist Rapid Photo Downloader für " "professionelle und Amateur-Fotografen gleichermaßen einfach einzurichten und " "zu verwenden. Voreinstellungen des Programms werden ohne komplizierte Codes " "konfiguriert. Häufige Aufgaben lassen sich automatisieren, beispielsweise " "das Aushängen einer Speicherkarte nach erfolgreicher Übertragung." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Das Hauptfenster" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Umbennennung" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Fotoübertragung" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "Foto;übertragen;Fotografie;Import;Video;RAW;Kamera;Smartphone;Laden;Sicherung" ";Speicher;Speicherkarte;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Fotos und Videos mit Rapid-Fotoübertragung übertragen" #, python-format #~ msgid "Example: %s" #~ msgstr "Beispiel: %s" #~ msgid "externaldrive1" #~ msgstr "ExternesLaufwerk1" #~ msgid "externaldrive2" #~ msgstr "ExternesLaufwerk2" #~ msgid "Backing up error" #~ msgstr "Fehler beim Erstellen der Sicherungskopie" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Quelle: %(source)s\n" #~ "Ziel: %(destination)s" #~ msgid "and" #~ msgstr "und" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "and %s" #~ msgstr "und %s" #~ msgid " " #~ msgstr " " #~ msgid "Backup" #~ msgstr "Datensicherung" #~ msgid ":" #~ msgstr ":" #~ msgid "Example" #~ msgstr "Beispiel" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Example:" #~ msgstr "Beispiel:" #~ msgid "New:" #~ msgstr "Neu:" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Error Handling" #~ msgstr "Fehlerbehandlung" #~ msgid "Backup\t" #~ msgstr "Datensicherung\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Suche automatisch nach portablen Laufwerken" #~ msgid "Backup" #~ msgstr "Datensicherung" #~ msgid "Error Log" #~ msgstr "Fehlerprotokoll" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Heruntergeladene Dateien nicht mehr anzeigen" #~ msgid "_Error Log" #~ msgstr "_Fehlerprotokoll" #~ msgid "_Help" #~ msgstr "_Hilfe" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Etwa %i Sekunden verbleibend" #~ msgid "About 1 second remaining" #~ msgstr "Etwa 1 Sekunde verbleibend" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Etwa %(minutes)i:%(seconds)02i Minuten verbleibend" #~ msgid "About 1 minute remaining" #~ msgstr "Etwa 1 Minute verbleibend" #~ msgid "Name + extension" #~ msgstr "Name + Erweiterung" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilität mit anderen Betriebssystemen" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medium/externeslaufwerk/Fotos" #~ msgid "Job Code:" #~ msgstr "Auftragsbezeichnung:" #~ msgid "Enter a Job Code" #~ msgstr "Geben Sie eine Auftragsbezeichnung ein" #~ msgid "Job Codes" #~ msgstr "Auftragsbezeichnungen" #~ msgid "Job Codes" #~ msgstr "Auftragsbezeichnungen" #~ msgid "Sequence Numbers" #~ msgstr "Sequenznummern" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskau" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warschau" #~ msgid "_Remember this choice" #~ msgstr "_Auswahl merken" #~ msgid "_Add..." #~ msgstr "_Hinzufügen …" #~ msgid "R_emove All" #~ msgstr "_Alle entfernen" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Quelle: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Alle Auftragsbezeichnungen entfernen?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Das Zielverzeichnis konnte nicht erstellt werden: %(directory)s\n" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronisiere RAW + JPEG Sequenznummern" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fehler in den Vorgaben zur Umbennennung von Filmen" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fehler in den Vorgaben zur Umbennennung von Bildern" #~ msgid "Videos:" #~ msgstr "Filme:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Beispiel: /home/user/Bilder" #~ msgid "Devices" #~ msgstr "Laufwerke" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Soll dieses Laufwerk oder diese Partition zum Herunterladen von Bildern oder " #~ "Filmen verwendet werden?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s von %(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Alle Einstellungen auf Standardwerte zurücksetzten und beenden" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Anzeigen der Dateitypen für Bilder und Filme anzeigen, welche das Programm " #~ "erkennt und beenden" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle Einstellungen wurden zurückgesetzt" #~ msgid "Location:" #~ msgstr "Ort:" #~ msgid "Video backup folder name:" #~ msgstr "Sicherungsordner für Filme:" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Bitte geben Sie an was geschehen soll, falls bei der Sicherung bereits eine " #~ "Datei mit demselben Namen vorhanden ist, Überspringen oder Überschreiben." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fehler: %(inst)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Bilder mit gleichem Dateinamen aber unterschiedlichen Aufnahmezeiten gefunden" #~ msgid "Select All Without _Job Code" #~ msgstr "Alle ohne Auftragsbezeichnung auswählen" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Alle mit Auftragsbezeichnung auswählen" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Bitte wählen Sie aus, was zu tun ist, wenn ein Bild oder ein Film bereits " #~ "heruntergeladen wurde, entweder Datei überspringen oder eine eindeutige " #~ "Bezeichnung anfügen." #~ msgid "_File" #~ msgstr "_Datei" #~ msgid "_Select" #~ msgstr "_Auswahl" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Free space:" #~ msgstr "Freier Speicherplatz:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s verfügbar" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s Metadaten können nicht gelesen werden" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Fehler beim Erstellen von %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s können nicht erstellt werden" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Datei: %(file)s" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Von %(filetype)s konnte keine Sicherungskopie erstellt werden, da kein " #~ "entsprechenden Verzeichnis gefunden wurde." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s existiert bereits" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s wurde bereits heruntergeladen" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Beim Kopieren von %(filetype)s ist ein Fehler aufgetreten" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Die existierende Datei %(filetype)s wurde zuletzt am %(date)s um %(time)s " #~ "modifiziert." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Die existierende Datei %(filetype)s wurde zuletzt am %(date)s um %(time)s " #~ "modifiziert. Eine eindeutige Kennung '%(identifier)s' wurde angefügt." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fehler: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Die Metadaten scheinen korrupt zu sein." #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Fehler traten auf beim beim Erstellen der Sicherungskopien auf die folgenden " #~ "Laufwerke: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "" #~ "Ein Fehler trat auf beim beim Erstellen der Sicherungskopien auf Laufwerk " #~ "%(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Bilder mit identischen Dateinamen aber unterschiedlichen Aufnahmezeiten " #~ "gefunden: %(details)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Dateiname, Erweiterung und EXIF-Informationen zeigen an, dass das Bild schon " #~ "heruntergeladen wurde." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Es wurde auf %(volume)s gesichert" #~ msgid " It was backed up to these devices: " #~ msgstr " Es wurde auf diese Laufwerke gesichert: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s und %(final_volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Ein Fehler trat auf beim beim Erstellen der Sicherungskopien auf Laufwerk " #~ "%(volume)s: %(inst)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sicherungskopien überschrieben auf den folgenden Laufwerken: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sicherungskopie überschrieben auf %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "Backups already exist in these locations: " #~ msgstr "Sicherungskopien existieren bereits auf den folgenden Laufwerken: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sicherungskopie existiert bereits auf %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s und %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s und %(volume)s (%(inst)s)." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s zusätzlich, %(newproblem)s" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Fehler beim Erstellen der Verzeichnisse auf %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Fehler beim Erstellen der Verzeichnisse auf den folgenden " #~ "Sicherungslaufwerken: " #~ msgid "The following metadata is missing: " #~ msgstr "Die folgenden Metadaten fehlen: " #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "" #~ "Es existieren keine Daten um den Dateinamen zu erstellen %(filetype)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s und %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Zustätzlich sind folgende Probleme aufgetreten %(problems)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Beim kopieren von %(filetype)s, ist ein Fehler aufgetreten, es wurde aber " #~ "gesichert" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s existiert bereits, wurde aber gesichert" #~ msgid "Multiple problems were encountered" #~ msgstr "Mehrere Probleme sind aufgetreten" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, und %(backinguperror)s" #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Zustätzlich ist folgendes Problem aufgetreten %(problem)s." #, python-format #~ msgid "Path: %s" #~ msgstr "Pfad: %s" #~ msgid "Next File" #~ msgstr "Nächste Datei" #~ msgid "Previous File" #~ msgstr "Vorherige Datei" #~ msgid "Miscellaneous" #~ msgstr "Verschiedenes" #~ msgid "_Uncheck All" #~ msgstr "A_uswahl aufheben" #~ msgid "_Include in download" #~ msgstr "_Datei herunterladen" #~ msgid "_Download" #~ msgstr "_Herunterladen" #~ msgid "_Check All" #~ msgstr "_Alle auswählen" #~ msgid "Performance" #~ msgstr "Geschwindigkeit" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Vorschaubilder erstellen (langsam)" #~ msgid "Device Options" #~ msgstr "Geräteeinstellungen" #~ msgid "Device Options" #~ msgstr "Geräteeinstellungen" #~ msgid "Re_move All" #~ msgstr "Alle _entfernen" #~ msgid "Use _python-style regular expressions" #~ msgstr "Verwende _python-style reguläre Ausdrücke" #~ msgid "Remembered Paths" #~ msgstr "Gespeicherte Pfade" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Gespeicherte Pfade sind Geräten zugeordnet, welche nach Ihren Vorgaben immer " #~ "durchsucht oder immer ignoriert werden, sobald die automatische Erkennung " #~ "von transportablen Speichergeräten eingeschaltet ist." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Spezifizieren Sie den letzten Teil eines Pfades an, welcher beim Durchsuchen " #~ "von Geräten nach Bildern oder Filmen ignoriert werden soll. Jegliche Pfade " #~ "welche mit diesen Werten enden, werden nicht durchsucht." #~ msgid "Invalid regular expression" #~ msgstr "Ungültiger regulärer Ausdruck" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Die folgenden regulären Ausdrücke sind ungültig und werden entfernt, sofern " #~ "Sie sie nicht korrigieren:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Der folgende reguläre Ausdruck ist ungültig und wird entfernt, sofern Sie " #~ "ihn nicht korrigieren:\n" #~ " %s" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Wenn Sie die automatische Erkennung von transportablen Speichergeräten " #~ "einschalten, wird das ganze Gerät durchsucht. Dies kann je nach Grösse " #~ "einige Zeit dauern.\n" #~ "\n" #~ "Ist diese Option eingeschaltet, so werden Sie nach der Erkennung eines " #~ "Gerätes gefragt, ob es durchsucht werden soll oder nicht." #~ msgid "the root of the file system" #~ msgstr "Stammverzeichnis des Dateisystems" #~ msgid "Copy" #~ msgstr "Kopieren" #~ msgid "Move" #~ msgstr "Verschieben" #~ msgid "scanning..." #~ msgstr "Laufwerk wird durchsucht …" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Die Werte für Datum und Uhrzeit %s scheinen ungültig zu sein." #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Probleme bei der Erstellung von %s" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem bei der Erstellung von %s" #~ msgid "To" #~ msgstr "Nach" #~ msgid "From" #~ msgstr "Von" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "Suche läuft (%(photos)s Fotos und %(videos)s Videos gefunden) …" #~ msgid "_Translate this Application..." #~ msgstr "_Diese Anwendung übersetzen …" #~ msgid "_Get Help Online..." #~ msgstr "_Im Netz Hilfe erhalten …" #~ msgid "_Make a Donation..." #~ msgstr "_Etwas Spenden …" #~ msgid "_Report a Problem..." #~ msgstr "_Ein Problem melden …" #~ msgid "About..." #~ msgstr "Über …" #~ msgid "Download cannot proceed" #~ msgstr "Das Herunterladen kann nicht weitergeführt werden" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s Übertragungsordner ist schreibgeschützt" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s Übertragungsordner ist ungültig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s Übertragungsordner existiert nicht" #~ msgid "Select a folder to download videos to" #~ msgstr "Einen Ordner für das Herunterladen von Filmen auswählen" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fehler in den Vorgaben zur Filmeübertragsunterordner" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fehler in den Vorgaben für Bilderübertragsunterordner" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Der %(filetype)s wurde nicht richtig heruntergeladen" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Die Überprüfung schlug fehl. Die heruntergeladene Version ist " #~ "unterschiedlich im Vergleich zu Original." #~ msgid "Download / Pause" #~ msgstr "Übertragen / Pause" #~ msgid "Failed to create download subfolder" #~ msgstr "Der Übertragungsunterordner konnte nicht erstellt werden" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Geben Sie die Uhrzeit im 24-Stunden Format an, wann die Sequenznummer in " #~ "Übertragungen heute zurückgesetzt werden soll." #~ msgid "Video Download Folders" #~ msgstr "Filmübertragungsordner" #~ msgid "Download Folder" #~ msgstr "Übertragungsordner" #~ msgid "Verify files as they are downloaded" #~ msgstr "Nach dem Herunterladen alle Dateien überprüfen" #~ msgid "An unknown error occurred" #~ msgstr "Es ist ein unbekannter Fehler aufgetreten" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Wollen Sie wirklich von hier herunterladen? Auf manchen Systemen kann das " #~ "Einlesen dieses Ortes sehr lange dauern." #~ msgid "Auto Detect" #~ msgstr "Automatisch erkennen" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Bitte einen Ordner auswählen, welcher %(file_types)s enthält" #~ msgid "Quit" #~ msgstr "Beenden" #~ msgid "Help" #~ msgstr "Hilfe" #~ msgid "Refresh" #~ msgstr "Auffrischen" #~ msgid "Rename Options" #~ msgstr "Umbenennungoptionen" #~ msgid "Rename Options" #~ msgstr "Umbenennungoptionen" #~ msgid "Program Automation" #~ msgstr "Programmautomatisierung" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s konnte nicht ausgehängt werden" #~ msgid "Photos:" #~ msgstr "Fotos:" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Eine Sicherungskopie von Fotos und Filmen nach %(path)s erstellen" #~ msgid "Select a folder to download photos to" #~ msgstr "Bitte einen Ordner zum Herunterladen der Fotos auswählen" #, python-format #~ msgid "Folder: %s" #~ msgstr "Ordner: %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Bitte einen Order für die Sicherungskopien der Fotos auswählen" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Bitte einen Order für die Sicherungskopien der Filme auswählen" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Probleme bei der Erstellung der Unterordner und Dateinamen" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem bei der Erstellung der Unterordner und Dateinamen" #~ msgid "Download Subfolders" #~ msgstr "Übertragungsunterordner" #~ msgid "Download folder:" #~ msgstr "Übertragungsordner:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Bitte den Übertragungsordner auswählen. Unterordner werden je nach gewählten " #~ "Voreinstellungen automatisch erzeugt." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Bitte den Übertragungsordner auswählen. Unterordner für die Filme werden " #~ "automatisch basierend auf der unten angefügten Struktur erstellt." #~ msgid "Photo Folders" #~ msgstr "Fotoordner" #~ msgid "Video Folders" #~ msgstr "Filmordner" #~ msgid "Photo backup folder name:" #~ msgstr "Ordner für Sicherungskopien der Fotos:" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Bitte den Ordner angeben, in dem die Sicherungskopien gespeichert werden " #~ "sollen. \n" #~ "\n" #~ "Hinweis: Dies wird auch für den Entscheid verwendet, ob das Laufwerk für " #~ "Sicherungskopien verwendet wird. Bitte erstellen Sie auf jedem Laufwerk, " #~ "welches für Sicherungskopien verwendet wird, einen Ordner mit diesem " #~ "Namen." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Bitte angeben, ob Zeichen in Namen oder Ordnern, welche auf einem anderen " #~ "Betriebssystem nicht gültig sind, entfernt werden sollen." #~ msgid "Photo Rename\t" #~ msgstr "Fotoumbenennen\t" #~ msgid "Photo Rename" #~ msgstr "Fotoumbenennen" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Einstellungen: Rapid-Fotoübertragung" #~ msgid "Photo Download Folders" #~ msgstr "Fotoübertragungsordner" #~ msgid "Photo Rename" #~ msgstr "Fotoumbenennen" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Laufwerke von denen Fotos und Filme heruntergeladen werden, zum Beispiel von " #~ "Kameras, Speicherkarten oder externen Festplatten.\n" #~ "\n" #~ "Sie können von mehreren Laufwerken gleichzeitig herunterladen, oder sie " #~ "können einen Ort auf Ihrer lokalen Festplatte festlegen.\n" #~ "\n" #~ "Die Übertragung direkt von Kameras ist momentan experimentell. Falls die " #~ "Übertragung von Ihrer Kamera nur sehr schlecht oder gar nicht funktioniert, " #~ "stellen sie Ihrer Kamera bitte auf den PTP-Modus um. Falls das nicht möglich " #~ "ist, müssen sie ein Kartenlesegerät verwenden." #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Foto- und Filmenamenskonflikte" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Fotos und Filme schnell und zuverlässig importieren" #~ msgid "Photo has already been downloaded" #~ msgstr "Das Foto wurde bereits heruntergeladen" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Wenn Sie die automatische Erkennung ausschalten, bitte den genauen Ort der " #~ "Fotos und Filme auswählen." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Entschuldigung, das Herunterladen von Filmen ist deaktiviert. Bitte " #~ "installieren Sie zum Herunterladen von Filmen entweder die »hachoir " #~ "metadata«- und »kaa metadata«-Pakete oder »exiftool«." #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nicht gesichert" #~ msgid "Video Rename" #~ msgstr "Filmumbenennen" #~ msgid "Video Rename\t" #~ msgstr "Filmumbenennen\t" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fehler: Wählen Sie entweder »Geräte zum Herunterladen automatisch erkennen« " #~ "oder »PFAD zum Geräte für das Herunterladen manuell angeben«, aber nicht " #~ "beides gleichzeitig." #~ msgid "Using backup device" #~ msgstr "Sicherungsgerät wird verwendet" #~ msgid "Using backup devices" #~ msgstr "Sicherungsgeräte werden verwendet" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "PFAD zum Geräte für das Herunterladen manuell angeben, bestehende " #~ "Programmeinstellungen übergehen" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Geräte zum Herunterladen automatisch erkennen, bestehende " #~ "Programmeinstellungen übergehen" #~ msgid "Device Detected" #~ msgstr "Geräte gefunden" #~ msgid "Automatically detect devices" #~ msgstr "Automatisch erkannte Geräte" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Sicherung %(file_type)s überschrieben" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Sicherung of %(file_type)s bereits vorhanden" #~ msgid "File verification failed on these devices: " #~ msgstr "Dateiüberprüfung ist auf folgenden Geräten fehlgeschlagen: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Dateiüberprüfung ist auf %(volume)s fehlgeschlagen. Die gesicherte Version " #~ "ist unterschiedlich zu der heruntergeladenen Version." #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Kein Sicherungsgerät enthält einen gültigen Ordner zum sichern von " #~ "%(filetype)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s von %(total)s %(filetypes)s (%(remaining)s verbleibend)" #~ msgid "Download Progress" #~ msgstr "Übertragungsfortschritt" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Aus %(location)s wird heruntergeladen." #~ msgid "Check All Photos" #~ msgstr "Alle Fotos auswählen" #~ msgid "Check All Videos" #~ msgstr "Alle Filme auswählen" #~ msgid "_View" #~ msgstr "An_zeigen" #~ msgid "Automatically rotate JPEG images" #~ msgstr "JPEG-Dateien automatisch drehen" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Eine Sicherungskopie von Fotos in %(path)s und von Filmen in %(path2)s " #~ "erstellen" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sicherung in %(path)s erstellen" #~ msgid "there was an error backing up" #~ msgstr "beim Erstellen der Sicherung ist ein Fehler aufgetreten" #~ msgid "there were errors backing up" #~ msgstr "beim Erstellen der Sicherung sind Fehler aufgetreten" #~ msgid "There were errors backing up" #~ msgstr "Beim Erstellen der Sicherung sind Fehler aufgetreten" #~ msgid "There was an error backing up" #~ msgstr "Beim Erstellen der Sicherung ist ein Fehler aufgetreten" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Die Programminformationen anzeigen, wenn das Programm aus der Befehlszeile " #~ "aufgerufen wurde (Voreinstellung: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "Während des Ausführens von der Befehlszeile Fehlersuchinformationen anzeigen" #~ msgid "only output errors to the command line" #~ msgstr "Fehlermeldungen nur auf der Befehlszeile anzeigen" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Achtung: Die Metadaten sind unvollständig, der Namen kann nicht " #~ "erstellt werden. Bitte andere Umbenennungsoptionen verwenden." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Achtung: Die Metadaten sind unvollständig, die Unterordner können " #~ "nicht erstellt werden. Bitte andere Unterordnerbenennungsoptionen " #~ "verwenden." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Die eingegebenen Unterordnereinstellungen für %(filetype)s sind ungültig " #~ "und können nicht verwendet werden.\n" #~ "Sie werden auf die Standardwerte zurückgestellt." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "" #~ "Das Gerät aushängen (»auswerfen«), sobald das Herunterladen fertiggestellt " #~ "ist" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Sollen alle Auftragsbezeichnungen entfernt werden?" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Alle gespeicherten Pfade entfernen?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Sollen alle gespeicherten Pfade entfernt werden?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Alle ignorierten Pfade entfernen?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Sollen alle ignorierten Pfade entfernt werden?" #~ msgid "Size" #~ msgstr "Größe" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/el.po0000644000175000017500000037725214562557501016621 0ustar00damondamon# Greek translation for rapid # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2017. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:23+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: el\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Συντελεστές" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Φάκελος για φωτογραφίες:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Φάκελος για βίντεο:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Παράδειγμα:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "δίσκος1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "δίσκος2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "βίντεο THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "ήχος" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Φωτογραφίες" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Βίντεο" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Χρησιμοποιείται" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Άγνωστη χωρητικότητα συσκευής" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ελεύθερα από %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Φωτογραφίες" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Βίντεο" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Προσαρμοσμένο..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Ρύθμιση δημιουργίας υποφάκελου φωτογραφιών" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Ρύθμιση δημιουργίας υποφάκελου βίντεο" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Ανιχνεύεται η συσκευή..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Προσωρινή αγνόηση συσκευής" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Μόνιμη αγνόηση συσκευής" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Επανασάρωση" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s πλήρης" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Άλλο" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Κάμερες" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Συσκευές" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Κατέβασμα από %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Επιλογή πηγής" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Κάμερες" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Συσκευές" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Πατήστε στο πλαίσιο ελέγχου του αρχείου για να επιλέξετε ή αποεπιλέξετε για " "κατέβασμα." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/δευτερόλεπτο" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Λίγα δευτερόλεπτα" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 δευτερόλεπτο" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d δευτερόλεπτα" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 λεπτό" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d λεπτά" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 ώρα" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d ώρες" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 ημέρα" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d ημέρες" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 λεπτό, 1 δευτερόλεπτο" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 λεπτό, %d δευτερόλεπτα" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d λεπτά, δευτερόλεπτο" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d λεπτά, %(seconds)d δευτερόλεπτα" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 ώρα, 1 λεπτό" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "Μία ώρα, %d λεπτά" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d ώρες, 1 λεπτό" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ώρες, %(minutes)d λεπτά" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 ημέρα, 1 ώρα" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 ημέρα, %d ώρες" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d ημέρες, 1 ώρα" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Εχθές" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Ώρα κατεβάσματος" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Όνομα" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Επέκταση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Αριθμός εικόνας" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Διάφραγμα" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Χρόνος έκθεσης" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Εστιακή απόσταση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Κατασκευαστής κάμερας" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Μοντέλο κάμερας" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Συντομογραφία μοντέλου κάμερας" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Σειριακός αριθμός" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Αριθμός αρχείου" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Φάκελος και αρχείο" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Όνομα κατόχου" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "φωτογραφίες και βίντεο" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "φωτογραφίες ή βίντεο" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "ένα βίντεο" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 βίντεο" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "μία φωτογραφία" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 φωτογραφία" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s στις %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Φωτογραφία" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Βίντεο" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Ρίζα συστήματος αρχείων" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Εικόνες" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Λήψη την %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Τροποποίηση την %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Κάρτες μνήμης: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Κάρτα μνήμης: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Έγινε λήψη ως:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "

      Προηγούμενη λήψη:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Αντιγραφή Διαδρομής" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s και %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "ένα" #: ../raphodo/utilities.py:575 msgid "two" msgstr "δύο" #: ../raphodo/utilities.py:576 msgid "three" msgstr "τρία" #: ../raphodo/utilities.py:577 msgid "four" msgstr "τέσσερα" #: ../raphodo/utilities.py:578 msgid "five" msgstr "πέντε" #: ../raphodo/utilities.py:579 msgid "six" msgstr "έξι" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "επτά" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "οκτώ" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "εννέα" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "δέκα" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "έντεκα" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "δώδεκα" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "δεκατρία" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "δεκατέσσερα" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "δεκαπέντε" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "δεκαέξι" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "δεκαεπτά" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "δεκαοκτώ" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "δεκαεννέα" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "είκοσι" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&ΟΚ" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Κλείσιμο" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Ακύρωση" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "Απο&θήκευση" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Βοήθεια" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Επαναφορά Προεπιλογών" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ναι" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Όχι" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Κατεβάστε, αλλάξτε όνομα και κάνετε αντίγραφα ασφαλείας φωτογραφιών και " "βίντεο από κάμερες και άλλες συσκευές" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Το κύριο παράθυρο" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;φωτογραφία;φωτό;βίντεο;κάμερα;εισαγωγή;τηλέφωνο;μνήμη;κάρτα;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Κατεβάστε φωτογραφίες και βίντεο με τον Rapid Photo Downloader" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Υπάρχει αντίγραφο ασφαλείας του %(file_type)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Το αντίγραφο ασφαλείας %(file_type)s αντικαταστάθηκε" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s δεν έχουν αντιγραφεί" #~ msgid "Backing up error" #~ msgstr "Σφάλμα κατά την δημιουργία αντίγραφου ασφαλείας" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Αδυναμία δημιουργίας φακέλου προορισμού: %(directory)s\n" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Αρχείο: %(file)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Πηγή: %(source)s\n" #~ "Προορισμός: %(destination)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Σφάλμα: %(inst)s" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/es.po0000644000175000017500000064011714562557501016621 0ustar00damondamon# Spanish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-08 09:35+0000\n" "Last-Translator: Jose Luis Tirado \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: es\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Agradecimientos" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Traductores" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Las copias de seguridad no están configuradas" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "No se detectaron dispositivos de copia de seguridad" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" "No se ha indicado todavía ubicaciones válidas para las copias de seguridad" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Usted puede tener sus copia de seguridad de fotos y videos en múltiples " "lugares, una vez descargados, por ejemplo, discos duros externos." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Realizar copia de seguridad al descargar fotos y vídeos" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Detectar automáticamente dispositivos de copia de seguridad" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Indique la carpeta en la que se almacenan las copias de seguridad en el " "dispositivo.

      Nota: la presencia de una carpeta con este nombre se usa " "para determinar si el dispositivo se usa para hacer copias de seguridad. En " "todos los dispositivos que quiera usar guardar copias de seguridad, cree en " "ellos una carpeta con uno de estos nombres. Al añadir ambas carpetas, el " "mismo dispositivo se puede usr para hacer copias de fotos y vídeos.
      " #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nombre de la carpeta de fotos:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nombre de la carpeta de vídeos:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Ejemplo:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Si desactiva la detección automática, elija la ubicación exacta para las " "copias de seguridad." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Ubicación para las copias de fotos:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" "Seleccione la ubicación para las copias de seguridad de las fotografías" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Ubicación para las copias de vídeos:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Seleccione la ubicación para las copias de seguridad de los vídeos" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "unidad1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "unidad2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Espacio usado previsto de copia de seguridad" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opciones de copia de seguridad" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "vídeo THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vídeos" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Usado" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Exceso" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Tamaño de dispositivo desconocido" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "No hay espacio libre en %(size_total)s dispositivo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre de %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Espacio usado previsto después de la descarga" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "Destino no escribible" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "La carpeta no existe" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "Espacio de almacenamiento insuficiente" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Personalizado..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Configurar creación de subcarpetas de fotos" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Configurar creación de subcarpetas de vídeos" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Uso proyectado del almacenamiento" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Seleccione una carpeta de destino" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Comprobando dispositivo..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorar temporalmente este dispositivo" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorar de forma permanente este dispositivo" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Reescanear" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s lleno" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Otros" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Cámaras" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispositivos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Descargando de %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Seleccionar fuente" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s cámaras" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Haga clic en la casilla de verificación de los archivos para marcarlos o " "desmarcarlos para su descarga." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Se recuerdan los archivos que ya han sido descargados. Aún así todavía puede " "marcar archivos descargados previamente para que se descarguen de nuevo, " "pero de forma predeterminada no están marcados y sus miniaturas están " "oscurecidas para que se puedan diferenciar de aquellos archivos que están " "pendientes de descargarse." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Si se selecciona más de un archivo, todos ellos tomarán la marca del archivo " "del que se ha marcado la casilla de verificación, independientemente de si " "anteriormente estaban marcados o no." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Haga clic en la casilla de verificación para marcar o desmarcar rápidamente " "para descargar todos sus archivos." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Después de que una descarga termine un icono reemplazará la casilla de " "verificación de la miniatura. El color del icono indica si la descarga tuvo " "éxito (verde), si se han producido problemas al renombrar el archivo " "(amarillo/naranja) o si falló (rojo)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "En caso de problemas, aparecerá un icono rojo en la parte inferior de la " "ventana que indica cuántos informes de error hay. Al hacer clic en él, se " "abrirá la ventana Informe de errores." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "La ventana de Informes de error muestra los errores encontrados antes, " "durante o después de la descarga. Un triángulo naranja representa un aviso; " "un círculo rojo, un fallo; y un círculo negro, fallos más serios. Puede " "hacer clic en los enlaces parar abrir el archivo o dispositivo en el " "administrador de archivos. También puede buscar los informes usando el campo " "de búsqueda en la parte inferior izquierda de la ventana de Informes de " "error." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Puede descargar de forma simultánea de varias cámaras, teléfonos " "inteligentes, tarjetas de memoria y discos duros; tantos dispositivos como " "su equipo sea capaz de gestionar a la vez." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La línea de tiempo agrupa fotos y vídeos basados en el tiempo " "transcurrido entre dos disparos consecutivos. Úsela para identificar fotos y " "vídeos tomados en diferentes periodos en un único día o en varios días " "consecutivos." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" "

      en la imagen anterior, la primera fila de la línea de tiempo está en " "negro porque todos los archivos de esa fecha han sido descargados " "previamente.

      El deslizador de la línea de tiempo adjusta el tiempo " "transcurrido desde disparos consecutivos lo que se usa para para construir " "la línea de tiempo:

      " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Para ver fotos y vídeos en un rango de tiempo determinado, use el ratón " "(opcionalmente en combinación con las teclas Mays o Ctrl) " "para seleccionar periodos de tiempo. Cuando se selecciona un rango de tiempo " "se resaltará el botón de Línea de tiempo en la parte izquierda de la ventana " "principal." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Una descarga incluye siempre todos los archivos que se han marcado para " "descargarse, incluyendo aquellos no se están visibles actualmente debido a " "la línea de tiempo en uso." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Puede mostrar u ocultar los orígenes de descarga pulsando en el nombre del " "dispositivo del que se está realizando la descarga en la parte superior " "izquierda de la ventana del programa." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
      2. Checked State: whether the file is marked for " "download.
      3. Filename: the full filename, including " "extension.
      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
      5. File Type: " "photo or video.
      6. Device: name of the device the photos and " "videos are being downloaded from.
      " msgstr "" "Las miniaturas se pueden ordenar usando diversos criterios:
      1. Hora " "de modificación: cuándo se ha modificado por última vez el archivo, " "según sus metadatos (cuando estén disponible) o según el sistema de archivos " "(como alternativa).
      2. Estado marcado: si el archivo está " "marcado para ser descargado.
      3. Nombre de archivo: el nombre " "completo, incluyendo la extensión.
      4. Extensión: la extensión " "del nombre de archivo. Puede usarla para agrupar imágenes jpeg y raw, por " "ejemplo.
      5. Tipo de archivo: foto o " "vídeo.
      6. Dispositivo: nombre del dispositivo del que se están " "descargando lasfotos y vídeos.
      " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una de las características más útiles de Rapid Photo Downloader is la " "capacidad de generar automáticamente subcarpetas de descarga y renombrar los " "ficheros según se descargan, usando un esquema de su elección." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Para especificar dónde quiere descargar los archivos y cómo quiere que se " "nombre, abra el panel apropiado en la parte derecha de la ventana de la " "aplicación: Destino, Renombrar o Código de trabajo." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" "Cuando piense en su estructura de directorios de descarga, tenga en cuenta " "dos tipos diferentes de directorios:
      1. La carpeta de destino, " "por ejeplo "Imágenes", "Fotos" o "Vídeos". " "Este directorio debería existir ya en su equipo. En la imagen inferior, las " "carpetas de destino son "Imágenes" y "Vídeos". El nombre " "de la carpeta de destino se muestra en la barra gris directamente sobre el " "árbol de carpetas, con un icono de carpeta a su izquierda y un icono de " "engranaje en el extremo derecho.
      2. Las subcarpetas de " "descarga, que son directorios que se generarán automáticamente por Rapid " "Photo Downloader. No es necesario que existan ya en su equipo, pero no pasa " "nada si existen. Se generarán dentro de la carpeta de destino.
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Puede descargar fotos y vídeos en la misma carpeta de destino o indicar una " "carpeta de destino diferente para cada uno. Lo mismo aplica a las " "subcarpetas de descarga para fotos y vídeos; descargar fotos y vídeos en las " "mismas subcarpetas o usar un esquema diferente para cada tipo." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Las subcarpetas de descargas generadas automáticamente pueden contener a su " "vez más subcarpetas generadas automáticamente si fuera necesario. Un esquema " "habitual es crear una subcarpeta de año y una serie de subcarpetas de año-" "mes-día dentro de ella." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" "Siempre que sea posible, el programa muestra una vista previa de las " "subcarpetas de descarga de fotos y vídeos a descargar:
      1. El árbol de " "carpetas de destino muestra las subcarpetas de descarga ya existentes en su " "equipo (en texto normal, no cursiva) y las subcarpetas que se crearán " "durante la descarga (las que aparecen con el nombre en cursiva).
      2. El " "árbol de carpetas también muestra en qué subcarpetas se descargarán los " "archivos (las que están en negro).
      " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Los nombres de subcarpetas de descarga se generan habitualmente usando " "algunos o todos de los siguientes elementos:
      1. Metadatos de " "archivos, muy a menudo incluyendo la fecha de creación de la foto o " "vídeo, pero también podría incluir el modelo de la cámara, número de serie o " "extensión del archivo (por ejemplo, JPG o CR2).
      2. Un código de " "trabajo, que es un texto libre que se introduce en el momento de la " "descarga, tal como el nombre de un evento o ubicación.
      3. Texto " "que desea que aparezca cada vez, como un guión o un espacio.
      " "Nombrar las subcarpetas con el año, seguido del mes y finalmente el día en " "formato numérico hace sencillo mantenerlas ordenadas en un explorador de " "archivos, por lo que esta es la opción predeterminada:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Para crear automáticamente subcarpetas de descarga según se descargan, puede " "usar una las configuraciones predefinidas en Rapid Photo Downloader o crear " "una personalizada. Haga clic el icono del engranaje para abrir el menú " "desplegable:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Usando el menú desplegable, seleccione una configuración predefinida o pulse " "Personalizada para configurar su propio esquema. Puede crear sus " "propios esquemas usando el editor de generación de subcarpetas de fotos o " "vídeos:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Es sencillo descargar las imágenes «raw» en una carpeta y las imágenes jpeg " "en otra. Simplemente use la Extensión de nombre de archivo como parte " "del esquema de generación de subcarpetas de su descarga:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Esta imagen muestra una configuración personalizada guardada con el nombre " ""Mi configuración personalizada"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "No es necesario que cree subcarpetas de descarga anidadas. Esta imagen " "muestra la generación de subcarpetas de descarga que contienen solo la fecha " "en la que se tomaron las fotos y un código de trabajo:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Aunque hay muchas opciones de nombrado de fecha/hora predefinidas, es " "posible que necesite algo diferente. No hay problema porque cree la suya " "propia. Puede combinar opciones de fecha/hora para generar nuevas " "combinaciones. Imagine que quiere crear un formato de fecha que combine el " "año (AAAA), un guión y el mes (MM) para formar AAAA-MM. Puede crearlo así " "(note el círculo rojo alrededor del guión):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Lea más sobre todas las maneras en las que puede generar nombres de " "subcarpetas de descarga y nombres de archivo en la documen" "tación en línea." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Los códigos de trabajo le permiten introducir fácilmente texto que " "describa un conjunto de fotos y vídeos. Puede usarlos en subcarpetas y " "nombres de archivos. En esta imagen, a algunos archivos se les ha aplicado " "el código de trabajo "Calle" y a los archivos seleccionados se les " "va a aplicar el código de trabajo "Bazar verde":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Puede aplicar un código de trabajo nuevo o existente antes de comenzar una " "descarga. Si hay algún archivo en la descarga que todavía no tenga un código " "de trabajo aplicado se le pedirá que introduzca un código de trabajo antes " "de que la descarga comience." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Buscar sugerencias que le guíen cuando está trabajando con códigos de " "trabajo:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Las sugerencias variarán dependiendo del contexto, como por ejemplo cuando " "el ratón está sobre un botón." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Cuando asigna nombres de archivos únicos a sus fotos y vídeos no tendrá " "dudas en saber qué archivo es cada uno. ¡Es muy recomendable usar número " "de secuencia para crear nombres de archivos únicos!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is " "run.
      4. Sequence letter: like session numbers, but uses " "letters.

      Read more about sequence numbers in the online " "documentation.

      " msgstr "" "

      Hay disponibles cuatro tipos de valores de secuencia para ayudarle a " "asignar nombres únicos a sus fotos y vídeos:

      1. Descargas hoy: " "contabiliza las descargas completadas durante este día.
      2. Número " "almacenado: similar al anterior, pero recuerda el valor de la última " "ejecución del programa.
      3. Número de sesión: se reinicia cada " "vez que el programa se ejecuta.
      4. Letra de secuencia: es como " "el número de sesión, pero usando letras.

      Lea más sobre " "números de secuencia en la documenta" "ción en línea.

      " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "El panel Renombrar le permite configurar el renombrado de archivos. " "Para renombrar sus archivos, puede elegir entre las preconfiguraciones de " "renombrado existentes o definir la suya propia." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

      Read more about file renaming in " "the online " "documentation.

      " msgstr "" "

      La opción Sincronizar RAW + JPEG es útil si utiliza la función RAW " "+ JPEG de su cámara y utiliza números de secuencia en el cambio de nombre de " "sus fotos. Al activar esta opción, el programa detectará pares coincidentes " "de fotos RAW y JPEG y, cuando se detecten, se aplicarán los mismos números " "de secuencia a los nombres de ambas fotos. Además, las secuencias se " "actualizarán como si las fotos fueran una sola.

      Más información sobre " "el cambio de nombre de archivos en la documentación en " "línea.

      " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Puede hacer copias de sus fotos y vídeos en varias ubicaciones según se van " "descargando, tales como discos duros externos o carpetas compartidas en red. " "Los dispositivos de copia se pueden detectar automáticamente o indicar " "ubicaciones de copia especificamente." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "En este ejemplo, la unidad photobackup no contiene una carpeta con el " "nombre Videos, por lo que no se hará copia de los vídeos." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Varias de las preferencias del programa se pueden establecer desde la línea " "de órdenes, incluyendo orígenes de descarga, destinos y copias. Además, los " "parámetros se pueden reiniciar a su valor predeterminado y las cachés y " "archivos recordados limpiados." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "También puede importar las preferencias del programa de la versión 0.4 " "antigua." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader gestiona tres tipos de cachés:
      1. Una caché de " "miniaturas, cuyo único propósito es almacenar las miniaturas de archivos " "de sus cámaras, tarjetas de memoria y otros dispositivos.
      2. Una " "caché temporal de archivos descargados de una cámara, una para fotos " "y otra para vídeos. Están ubicadas en subcarpetas temporales en el destino " "de la descarga.
      3. La caché de miniaturas del escritorio, en la " "que Rapid Photo Downloader almacena miniaturas de fotos RAW y TIFF una vez " "descargadas. Los exploradores de archivos como Gnome Archivos usan también " "esta caché, lo que significa que también mostrarán miniaturas para estos " "archivos.
      Lea más sobre estas cachés y su efecto en al velocidad " "de descarga en la documentación en " "línea." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Sugerencia del día" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "¿Sabía que...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Mostrar sugerencias al inicio" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Siguiente" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Unos pocos segundos" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 día" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d días" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d seconds" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 día, 1 hora" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 día, %d horas" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d días, 1 hora" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d días, %(hours)d horas" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Buscar" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Informes de errores - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Buscar en los informes" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Buscar la ocurrencia anterior de la frase" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Buscar la siguiente ocurrencia de la frase" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Resaltar todo" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Resaltar todas las ocurrencias de la frase" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Coincidier mayúsculas y minúsculas" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Búsqueda sensible a mayúsculas" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Palabras completas" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Buscar solo palabras completas" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s de %s coincidencias" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s de %(total)s coincidencias" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Limpiar" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Frase no encontrada" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Buscar pendientes..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "El número de nuevas entradas añadidas al informe de errores desde la última " "vez que se abrió. Hace clic para abrir el informe de errores." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

      In " "your bug report describe what you expected to happen, and what you observed " "happening.

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Informe del problema en {website}.

      En el " "informe de error describa lo que espera que ocurriera y lo que ha observado " "que ha ocurrido.

      El informe de error también debe incluir la " "configuración del programa y archivos de trazas. Para crear un archivo con " "esta información adicional, pulse Guardar." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Información adicional guardada" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "La información adicional para el informe de error se ha creado en su carpeta " "personal en un archivo tar:
      {tarfile}
      Debe adjuntar este archivo " "al informe de error usted mismo. No se adjuntará de forma " "automática.

      Haga clic aquí para localizar el " "archivo en el administrador de archivos." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Error creando información adicional" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "La información adicional para el informe de error no se ha creado. Envíe de " "todas formas un informe de error." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

      If possible, please also include the program's configuration " "file {config_file}.

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Incluya en el informe de error los archivos de trazas del programa. El " "informe de error debe incluir {log_file}, pero adjuntar otros " "archivos de trazas puede resultar útil.

      Si es posible, añada también " "el archivo de configuración del programa {config_file}.

      Haga " "clic aquí para abrir la carpeta de trazas y aquí para abrir la carpeta de configuración." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Actualizando a la última version podrá saber si el " "problema que ha encontrado ha sido ya corregido." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problema en Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Se ha producido un problema en Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Si se produce el mismo problema antes de que termine el programa, esta va a " "ser la única notificación sobre el mismo." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ha ocurrido un problema en Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Informe del problema en {website}\n" "Adjunto el archivo de trazas que se encuentra en {log_path} al informe de " "error.\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Abrir en el Explorador de archivos..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Restaurar" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Mostrar carpetas del sistema" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Sistema de archivos" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Otros..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicación no existe)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Fecha Hora" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nombre de archivo" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadatos" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Secuencias" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Código de trabajo" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Fecha de la imagen" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Fecha del vídeo" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Hoy" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ayer" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Hora de la descarga" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nombre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensión" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Número de imagen" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Número de vídeo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Tiempo de exposición" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Longitud focal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Fabricante de la cámara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modelo de la cámara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modelo corto de cámara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Modelo de cámara con guión corto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Número de serie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Contador de disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Número de archivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Carpeta solamente" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Carpeta y archivo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nombre del propietario" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Códec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Ancho" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Alto" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Duración" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Fotogramas por segundo" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Derechos de autor" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Descargas de hoy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Número de sesión" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Número de subcarpeta" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Número almacenado" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Letra secuencial" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Todos los dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Último dígito" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Últimos 2 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Últimos 3 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Últimos 4 dígitos" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Formato original" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAYÚSCULAS" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minúsculas" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Un dígito" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dos dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tres dígitos" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Cuatro dígitos" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Siete dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Décimas de segundo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "AAAA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "AA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mes (completo)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mes (abreviado)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Día de la semana (Completo)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Día de la semana (abreviado)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutos)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Fecha" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Fecha (guiones)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Fecha (subrayados)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Fecha y Código de trabajo" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Código de trabajo" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Subcarpeta Fecha y Código de trabajo" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Código de trabajo" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Nombre de archivo original" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Fecha-hora y descargas hoy" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Fecha y descargas hoy" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Fecha-hora y número de imagen" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Fecha-hora y código de trabajo" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-Código de trabajo-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-Código de trabajo-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Fecha-hora y número de vídeo" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Resolución" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserte un nuevo código de trabajo o seleccione uno anterior" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "El código de trabajo se aplicará a %s que todavía no tiene un código de " "trabajo." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "El código de trabajo se aplicará a %s que todavía no tienen un código de " "trabajo." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Aplicar el código de trabajo a las descargas" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Inserte un nuevo código de trabajo" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Sugerencia: seleccione fotos o vídeos antes de introducir un nuevo " "código de trabajo para que se aplique a todos ellos." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "El nuevo código de trabajo se aplicará a %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nuevo código de trabajo" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "Código de trabajo:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Recordar este código de trabajo" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Seleccione las fotos y vídeos para que pueda aplicarles un código de trabajo " "nuevo o existente." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Se aplicará un nuevo código de trabajo a todas las fotos y vídeos " "seleccionadas." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Pulse el botón Aplicar para aplicar el código de trabajo actual a todas las " "fotos y vídeos seleccionados. También puede simplemente hacer doble clic en " "el código de trabajo." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Al eliminar un código de trabajo se elimina solo de la lista de códigos de " "trabajo guardados, no de las fotos o vídeos a los que se les pueda haber " "aplicado." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Si quiere usar códigos de trabajo, configure el renombrado de archivos o los " "nombres de subcarpetas de destino para usarlos." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Último usado" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Tipo de código de trabajo:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Descendente" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nuevo..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Eliminar" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "&Eliminar todos" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "¿Quiere realmente eliminar todos los códigos de trabajo?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Eliminar todos los códigos de trabajo" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Códigos de trabajo" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Sugerencia: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Guardar nueva configuración personalizada..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "Eliminar configuración predefinida personalizada..." #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Eliminar configuración predefinida \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Eliminar todas las configuraciones personalizadas..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(nueva configuración personalizada)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (editada)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Actualizar configuración personalizada «%s»" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Guarda nueva configuración personalizada - Raphid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Nombre de configuración:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Editor de generación de subcarpetas de fotos" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "generación de subcarpeta de fotos" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Editor de generación de subcarpetas de vídeos" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "generación de subcarpeta de vídeos" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Editor de renombrado de fotos" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "renombrado de fotos" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Editor de renombrado de vídeos" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "renombrado de vídeos" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Aviso: No hay datos suficientes para " "generar completamente el nombre. Por favor, emplee otras opciones de " "renombrado." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "El carácter %(separator)s crea un nuevo nivel de subcarpetas." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "No es necesario comenzar o terminar con el separador de carpetas " "%(separator)s, porque se añade automáticamente." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Aviso: No se pueden generar nombres de " "archivos únicos. Hacer los nombres de archivos únicos mediante valores " "secuenciales." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Configuración:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Obtener ayuda en línea..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Insertar" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" "Eliminar configuración predefinida personalizada

      ¿Está seguro " "de querer eliminar la configuración predeterminada \"%(preset_name)s\"?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Eliminar todas las configuraciones predeterminadas

      ¿Está " "seguro de querer eliminar todas las configuraciones predeterminadas de " "\"%(preset_type)s\"?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Guardar configuración - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

      Creating a custom preset is not required, but can help " "you keep organized.

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "¿Desea guardar los cambios en una nueva configuración " "personalizada?

      No es obligatorio crear configuraciones " "personalizadas, pero le pueden ayudar a mantenerse organizado.

      Los " "cambios a las preferencias se aplicarán independientemente de si crea una " "nueva configuración personalizada o no." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

      If you " "like, you can create a new custom preset or update the existing custom " "preset.

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "¿Desea guardar los cambios en una nueva configuración " "personalizada?

      Si así lo desea, puede crear una nueva " "configuración personalizada o actualizar una existente.

      Los cambios a " "las preferencias se aplicarán independientemente de si crea una nueva " "configuración personalizada o no." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Guardar nueva configuración personalizada" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Preferencias" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Idioma" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatización" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Zonas horarias" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Manejo de errores" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Avisos" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Consolidación" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Varios" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Explorando dispositivo" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Explorar solo dispositivos externos" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Explorar buscando fotos y vídeos solo en dispositivos externos al equipo,\n" "incluyendo cámaras, tarjetas de memoria, discos duros externos y discos USB." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Explorar solo carpetas específicas en los dispositivos" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Explorar buscando fotos y vídeos en las carpetas especificadas más abajo\n" "(excepto rutas incluidas en Rutas ignoradas).\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Carpetas a explorar:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Carpetas en nivel raíz del sistema de archivos del dispositivo que\n" "se explorarán en busca de fotos y vídeos." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Añadir..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Añadir una carpeta a la lista de carpetas a explorar buscando fotos y " "vídeos.\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Eliminar" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Eliminar una carpeta a la lista de carpetas a explorar buscando fotos y " "vídeos.\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Dispositivos que se han configurado para ser ignorados automáticamente o " "descargar desde los mismos." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Dispositivos recordados" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Eliminar un dispositivo de la lista de dispositivos a ser ignorados o de los " "que descargar automáticamente." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Limpiar la lista de dispositivos a ignorar o de los que descargar " "automáticamente.\n" "\n" "Nota: los cambios se harán efectivos la próxima vez que el equipo explore " "buscando dispositivos." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "IRutas ignoradas" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "La parte final de una ruta que nunca debe ser explorada buscando fotos o " "vídeos." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Añadir una ruta a la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Eliminar una ruta de la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Vaciar la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Usar expresiones regulares tipo python" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Usar expresiones regulares en la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Idioma: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Tiene efecto en el siguiente reinicio del programa" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatización del programa" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Montar dispositivos no montados automáticamente" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Montar dispositivos como tarjetas de memoria o unidades externas\n" "cuando el sistema operativo no los monte automáticamente." #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Empezar descargas al iniciar el programa" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Comenzar a descargar al conectar un dispositivo" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Extraer (expulsar) el dispositivo al concluir la descarga" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Salir del programa cuando se completen las descargas" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Salir del programa, incluso si la descarga tiene advertencias o errores" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generación de miniaturas" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Generar miniaturas" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Generar miniaturas para mostrar en la ventana principal del programa" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Guardar las miniaturas que se muestran en la ventana principal del programa " "en una caché de miniaturas exclusiva para Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Generar miniaturas de sistema" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Mientras se descarga, guardar las miniaturas para que se puedan usar por " "gestores de archivos de escritorio y otros programas" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Número de núcleos de CPU a usar para generar las miniaturas." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Núcleos de CPU:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "días" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "para siempre" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Tamaño de la caché:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Número de miniaturas:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Tamaño de la base de datos:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Cachear las miniaturas no accedida durante:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Purgar caché..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimizar caché..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Ignorar cambios de la zona horaria y del horario de verano" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Resolución del desfase (minutos):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Múltiplo usado al calcular el desfase desde la hora en que se tomó " "originalmente la foto o el vídeo" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Al detectar si un archivo ya ha sido descargado previamente:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Más información sobre la gestión de la zona horaria" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Saltar descarga" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "No descargar el archivo y emitir un mensaje de error" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Agregar identificador único" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Añadir un identificador como _1 o _2 al final del nombre de archivo, " "inmediatamente antes de la extensión del archivo" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sobreescribir" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Sobre escribir el archivo de copia de seguridad previo" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Saltar" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "No sobreescribir el archivo de copia de seguridad y emitir un mensaje de " "error" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Cuando una fotografía o video ha sido ya descargada, elegir omitirla " "descarga del archivo o añadir un identificador único:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Es altamente recomendable usar números de secuencia para generar " "automáticamente nombres de archivos únicos. Configure el renombrado de " "archivos en el panel Renombrado de la ventana principal." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Cuando haga copia de seguridad, elija si desea sobrescribir un archivo en el " "dispositivo de copia de seguridad que tenga el mismo nombre u omitir la " "copia de seguridad:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Avisos del programa" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Mostrar un aviso cuando:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Se descarguen archivos que no se estén mostrando actualmente" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avise cuando esté a punto de descargar archivos que no se muestran en la " "ventana principal." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Faltan destinos de copias de seguridad" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avisar antes de comenzar a descargar si no es posible hacer la copia de " "seguridad de los archivos." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Faltan bibliotecas del programa o están corruptas" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avisar si una biblioteca software usada por Rapid Photo Downloader falta o " "no está funcionando." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "No se pueden establecer metadatos del sistema de archivos" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avisar si hay un error estableciendo los metadatos del sistema de archivos " "de un archivo, como la hora de la modificación." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Encuentro de archivos no gestionados" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avisar después de explorar un dispositivo o este equipo si hay archivos no " "reconocidos que no se incluirán en la descarga." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "No avisar de archivos no gestionados con extensión:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Las extensiones de archivo no son sensibles a las mayúsculas y no necesitan " "incluir el punto inicial." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Añadir" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Añadir una extesión de archivo a la lista de tipos de archivos no " "gestionados sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Eliminar una extesión de archivo a la lista de tipos de archivos no " "gestionados sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Borrar la lista de extesiones de archivo de tipos de archivos no gestionados " "sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Consolidación de fotos y vídeos" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Consolidar archivos entre dispositivos y descargas" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analizar los resultados de exploraciones de dispositivos buscando archivos " "duplicados y pares coincidentes de RAWs y JPEGs, comparándolos entre varios " "dispositivos y sesiones de descarga." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar los archivos RAW y JPEG como:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Una foto" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Dos fotos" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Mostrar los pares de RAWs y JPEGs coincidentes como una foto y, si se " "marcan, descargar ambos." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Mostrar los pares de RAWs y JPEGs coincidentes como dos fotos " "independientes. Aún así todavía puede sincronizar sus números de secuencia." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Con fotos coincidentes de RAW y JPEG:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "No marcar JPEG para descargar" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "No marcar RAW para descargar" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Marcar ambos para descargar" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Cuando se encuentren fotos RAW y JPEG coincidentes, no marcar " "automáticamente el JPEG para descargar. Aún así todavía puede marcarlo para " "descargarlo." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Cuando se encuentren fotos RAW y JPEG coincidentes, no marcar " "automáticamente el RAW para descargar. Aún así todavía puede marcarlo para " "descargarlo." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Cuando se encuentre fotos RAW y JPEG coincidentes, marcar ambas para " "descargar." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Si desactiva la consolidación de archivos, elija qué hacer cuando se " "introduzca un dispositivo a descargar mientras se muestran las descargas " "completadas:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Cuando se introduzca un dispositivo a descargar mientras se muestran las " "descargas completadas:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Limpiar las descargas completadas" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Seguir mostrando las descargas completadas" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Preguntar qué hacer" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Limpiar automáticamente las descargas completadas cada vez que se introduzca " "un nuevo dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Seguir mostrando las descargas completadas cuando se introduzca un nuevo " "dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Preguntar si seguir mostrando las descargas completadas o limpiarlas cuando " "se introduzca un nuevo dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadatos de fecha/hora DNG en dispositivos MTP" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorar metadatos de fecha/hora en archivos DNG ubicados en dispositivos MTP " "y usar en su lugar la hora de modificación del archivo.\n" "\n" "Útil en dispositivos como algunos teléfonos y tabletas que crean metadatos " "DNG incorrectos." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Leer metadatos fotográficos solo mediante ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Usar ExifTool en vez de Exiv2 para leer los metadatos de las fotos y " "extraer\n" "miniaturas.\n" "\n" "De forma predeterminada se usa Exiv2, usando ExitTool solo cuando Exiv2 \n" "no soporta el formato de fichero a leer.\n" "\n" "Exiv2 es rápido, preciso y casi siempre fiable, pero falla al extraer datos " "de \n" "un pequeño número de archivos, como de los archivos DNG producidos por\n" "cámaras Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Leer metadatos de los vídeos usando únicamente ExifTool" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

      1. ExifTool reports a time zone and MediaInfo " "does not.
      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
      3. Gstreamer is unable to extract " "thumbnails.
      " msgstr "" "

      Usar ExifTool en lugar de MediaInfo y Gstreamer para leer los metadatos " "de los vídeos y extraer las miniaturas.

      De forma predeterminada se usa " "MediaInfo y Gstreamer, con tres excepciones:

      1. ExifTool informa de " "la zona horaria y MediaInfo no lo hace.
      2. ExifTool proporciona datos " "más fiables que MediaInfo para algunos formatos de " "archivo.
      3. Gstreamer no permite extraer miniaturas.
      " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Descargas completadas" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "Idioma del sistema" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Restaura a los valores de preferencias %s predeterminados" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "¿Desea purgar la caché de miniaturas? La caché se purgará la próxima vez que " "se inicie el programa." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Purgar la caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "¿Desea optimizar la caché de miniaturas? La caché se optimizará la próxima " "vez que se inicie el programa." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimizar la caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Introducir carpeta a explorar" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Indicar una carpeta que se explorará buscando fotos y vídeos" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Carpeta:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Escriba una ruta para ignorar" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Especifique una ruta que nunca se escaneará en busca de fotos o vídeos" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Ruta:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Introduzca una extensión de archivos" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Indique una extensión de archivo (sin el punto inicial)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Extensión:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Extensión de archivo no válida" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "La extensión de archivo %s es reconocoida por Rapid Photo Downloader, " "por lo que no tiene sentido aletar de su presencia." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Tipos de ficheros reconocidos:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Vídeos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Otros:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Boda" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Cumpleaños" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencias de subcarpeta no debe empezar con una %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencias de subcarpeta no debe terminar con una %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencias de subcarpeta no debe contener dos %s una después de la otra" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Descargar 8 fotos y 10 vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Error: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 Error: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "No se puedo inicializar la cámara, probablemente porque otro programa la " "está usando. No se copió ningún archivo de ella." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "No se puede leer el directorio %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "No se puede acceder a la hora de modificación o tamaño de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "No se puede leer el archivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "No se puede escribir el archivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "No se puede mover el archivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "No se puede eliminar el archivo %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "No se puede copiar el archivo %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "El archivo %s con longitud cero no se descargará" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "No se puede determinar la hora de modificación del sistema de archivos para " "%s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "No se puede cargar los metadatos de %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "No se puede cargar los metadatos de %(name)s. El %(filetype)s no se descargó." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Se ha producido un error al establecer los metadatos del archivo en el " "sistema de archivos %s. Si este error ocurre de nuevo en el mismo sistema de " "archivos, no se volverá a reportar." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Se ha encontrado el archivo no gestionado %s No se descargará." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s ya existe." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "El %(filetype)s %(destination)s existente fue modificado por ultima vez el " "%(date)s a las %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "El %(filetype)s %(source)s no se descargó de %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "El %(filetype)s %(source)s se descargó de %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "El identificador único «%s» se añadió al nombre de archivo." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La copia de seguridad %(filetype)s %(destination)s existente fue modificada " "por ultima vez el %(date)s a las %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "No se hizo copia de seguridad de %(filetype)s %(source)s de %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La copia de seguridad %(filetype)s %(destination)s existente fue modificada " "por ultima vez el %(date)s a las %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Realizó la copia de seguridad %(filetype)s %(source)s de %(device)s, " "sobreescribiendo la copia %(filetype)s previa." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Al sincronizar valores de secuencia RAW + JPEG, se encontró un %(filetype)s " "%(file)s duplicado y no se descargó." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Al sincronizar valores de secuencia RAW + JPEG se detectaron fotos con el " "mismo nombre de archivo, pero tomadas en diferentes momentos:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s fue tomada en %(image1_date)s en %(image1_time)s, y %(image2)s en " "%(image2_date)s en %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "No se puede finalizar el nombre de archivo para %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "El nombre de archivo %(destination)s no se generó completamente para " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Faltan los metadatos de %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Faltan los siguientes metadatos: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Falló la conversión de fecha/hora: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "No se pudo extraer metadatos de fecha/hora válidos o determinar la hora de " "modificación del archivo." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "El nombre del archivo no tiene extension." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "El nombre del archivo no tiene componentes numéricos." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Error generando componente %(component)s. Error: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Las carpetas de descarga %(folder)s solo se generaron parcialmente para " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "No hay datos con los que generar el %(subfolder_file)s para %(filename)s. El " "%(filetype)s no se descargó." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "No se puede crear el %(filetype)s %(destination)s en %(folder)s. El archivo " "a descargar era %(source)s in %(device)s. No se ha descargado." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "No se puede crear la subcarpeta de descargas %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "No se puede crear la subcarpeta de copias de seguridad %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problemas explorando %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemas copiando desde %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problemas al finalizar los nombres de archivo y generar subcarpetas" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemas haciendo copias de seguridad a %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "El tiempo transcurrido entre fotos consecutivas y videos que se usa para " "crear la línea de tiempo" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "La línea de tiempo agrupa fotos y vídeos en base al tiempo transcurrido " "entre disparos consecutivos. Úselo para identificar fotos y vídeos tomados " "en diferentes períodos en un solo día o en varios días consecutivos." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Use el deslizador (abajo) para ajustar el tiempo transcurrido entre disparos " "consecutivos que se usa para construir la línea de tiempo." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Construcción de línea de tiempo pendiente..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "La línea de tiempo se está construyendo..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "La línea de tiempo debe ser reconstruida debido a que la hora de " "modificación del archivo no coincide con la hora del disparo, para una o más " "fotos.

      La línea de tiempo muestra cuando se realizó el disparo. La " "hora en que se realizó el disparo se encuentra en los metadatos de la foto o " "vídeo. La lectura de los metadatos lleva tiempo, así que Rapid Photo " "Downloader evita hacerlo mientras se escanean los archivos. En su lugar usa " "la hora de última modificación del archivo como sustituto para la hora en " "que se realizó el disparo. La hora de disparo se confirma cuando se generan " "las miniaturas o se realiza la descarga, que es cuando se leen los metadatos." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Conmutar sincronizando Línea de tiempo y desplazamiento de miniaturas (Ctrl-" "T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool tiene un problema

      Rapid Photo Downloader usa " "ExifTool para obtener los metadatos de vídeos y fotos. El programa " "funcionará sin él, pero es altamente recomendable instalarlo." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problema con ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "La utilidad libmediainfo no puede ser localizada.

      Rapid Photo " "Downloader utiliza libmediainfo para determinar la fecha y hora en que fue " "grabado un vídeo. El programa puede funcionar sin esta utilidad, pero se " "recomienda su instalación." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problema con libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "No se puede descargar de dispositivos Apple

      Para descargar de " "%(device)s, este programa necesita de la instalación de software adicional " "que interactúe con dispositivos Apple.

      Aplicaciones que faltan: " "%(applications)s

      Más " "información sobre qué software instalar." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

      \n" "

      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

      " msgstr "" "\n" "

      Rapid Photo Downloader está hecho para ti. Puedes ayudar a mejorarlo " "participando\n" "en una encuesta web.

      \n" "

      Debido a que el programa no recoge información analítica, la encuenta " "supone una\n" "verdadera diferencia para el futuro del programa.

      " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "La encuesta es en inglés." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "¿Quiere participar en la encuesta?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Pregúnteme más tarde" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Sí" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Ya la he hecho" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "No me vuelva a preguntar sobre ninguna encuenta" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Descargar" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Refrescar..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Preferencias" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Salir" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Unidades de Windows" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "&Informes de errores" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Limpiar descargas completadas" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Obtener ayuda en línea..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Sugerencia del día..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Reportar un problema..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Hacer una donación..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Traducir esta aplicación..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Acerca de..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Línea de tiempo" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Renombrar" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Copia de seguridad" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Activar o desactivar el uso de dispositivos conectados al equipo como " "fuentes de descargas" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Activar o desactivar el uso de una carpeta de este equipo como fuente de " "descargas" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Este equipo" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Seleccionar una carpeta origen" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Nuevos" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Mostrar:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Hora de modificación" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Estado comprobado" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Tipo de archivo" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Ordenación:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Seleccionar todos:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Descargar %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Continuar la descarga" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Gracias por informar de un problema en Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

      Do you really want to " "change the source path to %(new_path)s?

      You are currently downloading " "from %(source_path)s.

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Cambiando la ruta de origen de Este equipo

      ¿Quiere realmente " "cambiar la ruta de origen a %(new_path)s?

      Actualmente está realizando " "una descarga apdesde %(source_path)s.

      Si cambia la ruta, la descarga " "en curso desde Este equipo se cancelará." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "vídeo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "Destino de descarga %(filetype)s no válido" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" "No se puede escribir en el directorio de descarga. Asegúrese de que los " "permisos están correctamente configurados. Si el destino está en la red, " "asegúrese de que el recurso compartido de red está correctamente configurado." #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "El directorio de descarga no existe." #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "No puede cambiar el destino de la descarga mientras está en curso." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Confirme el destino de la descarga

      ¿Está seguro de que quiere " "establecer el destino de descarga %(file_type)s a %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Descargando todos los archivos

      \n" "Una descarga siempre incluye todos los archivos marcados para descargar,\n" "incluyendo aquellos que no están visibles actualmente porque la Línea de " "Tiempo\n" "en uso o porque solo se están mostrando los archivos nuevos.

      \n" "¿Desea proceder con la descarga?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Las carpetas de descarga no son válidas:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Esta carpeta de descarga no es válida:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Fallo de descarga" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "No se puede iniciar la descarga." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "No se harán copias de seguridad de las fotos y los vídeos porque no hay " "dónde hacerlo. ¿Desea todavía comenzar la descarga?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "No existe dispositivo de resplado para hacer la copia de seguridad de " "%(filetype)s. ¿Desea todavía comenzar la descarga?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Los destinos de las copias de seguridad de fotos y vídeos no existen o no " "son escribibles.

      ¿Todavía desea comenzar la descarga?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "El destino de copia de seguridad %(filetype)s no existe o no es " "escribible.

      ¿Todavía desea comenzar la descarga?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problema de copia de seguridad" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — queda %(time_left)s (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descargados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No se pudieron descargar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Completadas todas las descargas" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s descargados" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "No se pudieron descargar %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 fallo" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d fallos" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Descargados %(no_files_and_types)s de %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Descargados %(no_files_and_types)s de %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ningún archivo descargado — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Ningún archivo descargado" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Las preferencias del programa no son válidas" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Todos los archivos de %(camera)s son inaccesibles.

      Puede que " "esté bloqueada o no configurada para la transferencia de archivos por USB. " "Puede desbloquearla e intentarlo de nuevo.

      En algunos modelos también " "es posible que necesite cambiar el parámetro que permite usar el USB para la " "transferencia de archivos.

      Conozca más sobre d" "escargando de las cámaras y ac" "tivando la descarga desde teléfonos.

      También puede ignorar la " "%(camera)s." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "La %(camera)s parece estar en uso por otra aplicación.

      Rapid " "Photo Downloader no puede acceder al teléfono o cámara si está siendo usada " "por otro programa como un gestor de archivos.

      Si el dispositivo está " "montado en el gestor de archivos, debe "expulsarlo" antes del otro " "programa, mientras mantiene conectada la %(camera)s.

      Si eso no " "funcionara, desconecte la %(camera)s del equipo y vuelva a conectarla de " "nuevo.

      Conozca más sobre d" "escargando de las cámaras y ac" "tivando la descarga desde teléfonos.

      También puede ignorar la " "%(camera)s." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Activar el acceso al dispositivo iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "In&tentar de nuevo" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorar este dispositivo" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Lo siento, se ha producido un problema inesperado durante la exploración de " "%s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Lamentablemente no se puede descargar de este dispositivo." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Una posible solución al problema podría ser descargar desde la tarjeta de " "memoria de la cámara usando un lector de tarjetas." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "La exploración del dispositivo ha fallado" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "La %(camera)s no se puede escanear porque no es posible " "desmontar

      Puede cerrar cualquier otra aplicación (tal como un " "explorador de archivos) que esté usando e intentarlo de nuevo. Si eso no " "funciona, desconecte la %(camera)s del equipo y vuelva a enchufarla de nuevo." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "La descarga no puede comenzar porque no es posible desmontar la " "%(camera)s.

      Puede cerrar cualquier otra aplicación (tal como un " "explorador de archivos) que esté usando e intentarlo de nuevo. Si eso no " "funciona, desconecte la %(camera)s del equipo y vuelva a enchufarla de nuevo " "y elija qué archivos quiere descargar de ella." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Descargas completadas presentes" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "Se muestran %s cuyas descargas se han completado." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "¿Desea limpiar las descargas completadas?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Descarga completada presente" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "Se muestra %s cuya descarga se ha completado." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "¿Desea limpiar la descarga completada?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "¿Desea descargar fotos y vídeos del dispositivo %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "¿Quiere ignorar %s cada vez que se ejecute este programa?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Todas las cámaras, teléfonos y tabletas con el mismo nombre serán ignorados." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "¿Quiere ignorar el dispositivo %s cada vez que se ejecute este " "programa?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Cualquier dispositivo con el mismo nombre será ignorado." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Descargando de %(location)s a Este equipo." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "¿Quiere realmente descargar de aquí?

      En algunos sistemas, escanear " "esta ubicación puede llevar mucho tiempo." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — descarga en pausa" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Generando miniaturas para %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Escaneando %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s comprobados para descarga (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s seleccionados/as para su descarga" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Mostrar números de versión del programa y sus bibliotecas y salir." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" "Mostrar información del programa cuando se ejecute desde la línea de órdenes." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Mostrar información de depuración cuando se ejecute desde la línea de " "órdenes." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Listar las extensiones de archivo para fotos y vídeos que el programa " "reconoce y salir." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Activar o desactivar el renombrado de fotos." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Activar o desactivar el renombrado de vídeos." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Activar o desactivar la detección automática de dispositivos de los que " "descargar." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Activar o desactivar la descarga desde este equipo." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "RUTA" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "La RUTA en este equipo desde la que descargar." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "La RUTA donde se descargarán las fotos." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "La RUTA en la que se descargarán los vídeos." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Activar o desactivar la copia de seguridad de fotos y vídeos mientras se " "descargan." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Activar o desactivar la detección automática de dispositivos de respaldo." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "La CARPETA en la que las copias de seguridad se almacenan en el dispositivo " "de respaldo de fotos automáticamente detectado, con el nombre de carpeta " "usado para identificar si el dispositivo se usa o no para las copias de " "seguridad. Para cada dispositivo que desee usar para hacer copias de " "seguridad de fotos, cree una carpeta en el mismo con este nombre." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "La CARPETA en la que las copias de seguridad se almacenan en el dispositivo " "de respaldo de vídeos automáticamente detectado, con el nombre de carpeta " "usado para identificar si el dispositivo se usa o no para las copias de " "seguridad. Para cada dispositivo que desee usar para hacer copias de " "seguridad de vídeos, cree una carpeta en el mismo con este nombre." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "La RUTA en la que se copiará las fotos cuando la detección automática de " "dispositivos de respaldo está desactivada." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "La RUTA en la que se copiará los vídeos cuando la detección automática de " "dispositivos de respaldo está desactivada." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos con las siguientes extensiones: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Activar o desactivar el inicio de las descargas tan pronto como el propio " "programa se inicie." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Activar o desactivar el inicio de las descargas tan pronto como un " "dispositio se inserte." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Activar o desactivar el uso de la caché de miniaturas de Rapid Photo " "Downloader. Al desactivarlo no se borra el contenido de la caché existente." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Borrar todas las miniaturas de la caché de Rapid Photo Downloader y salir." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Olvidar los archivos que se han descargado previamente y salir." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importar preferencias de una versión antigua del programa y salir. Requiere " "del programa en línea de órdenes gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Reiniciar todos los parámetros del programa a sus valores predeterminados, " "borrar todas las miniaturas de la caché de miniaturas, olvidar qué archivos " "se han descargados previamente y salir." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" "Incluir información de depuración de gphoto2 en los archivos de registro." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Mostrar información en el terminal sobre las cámaras conectadas y salir." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Usar el tema del sistema Qt en lugar del tema incorporado" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Ejecutar este programa en Wayland o en X11 normal" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Para importar preferencias de una versión antigua de Rapid Photo Downloader, " "debe instalar el programa gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "No se ha encontrado preferecias de programas anteriores: saliendo." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importando preferencia de Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "¿Quiere copiar los números de secuencia almacenados, que tienen el valor %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Abortando el programa." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Nunca ejecute este programa como el usuario sudo / root." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Debe instalar ExifTool para ejecuar Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader está instalado en varias ubicaciones.\n" "\n" "Desinstale todas las copias excepto la versión que desee usar." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Al indicar una ruta en la línea de órdenes, no indicar también una opción " "para la autodetección del dispositivo o una ruta en «Este equipo»." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Todos los ajustes y cachés se han reiniciado." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "La caché de miniaturas ha sido reiniciada." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Los archivos recordados se han olvidado." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Recordar esta selección" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "No me pregunte sobre esto de nuevo" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "No me avise sobre esto de nuevo" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "&No avisarme de nuevo sobre bibliotecas que faltan o están rotas" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "subdirectorio y nombre de archivo" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nombre de archivo" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "subdirectorio" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Un contador de las descargas que se efectúan cada día" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Descargas de hoy:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Un contador que se recuerda cada vez que el programa se ejecuta " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Número almacenado:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Hora a la que el número de secuencia de Descargas hoy debe reiniciarse" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Día de inicio:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sincronizar números de secuencia para pares de archivos RAW y JPEG.\n" "\n" "Vea la documentación en línea para más detalles." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Números de secuencia" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Quitar carácteres incompatibles" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Si se deberían de eliminar algunos caracteres no permitidos por otros " "sistemas operativos de los nombres de las fotos, vídeos y carpetas" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Compatibilidad" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Renombado de fotos" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Renombrado de vídeos" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Opciones de renombrado" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos y vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos o vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "un vídeo" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 vídeo" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s en %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Raíz del sistema de archivos" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Imágenes" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Lo siento, la contraseña era incorrecta." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Para ejecutar tareas administrativas, introduzca la password de %s." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Contraseña:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tomadas a las %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Modificada a las %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Tarjetas de memoria: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Tarjeta de memoria: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Descargada como:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

      Previous download:
      %(filename)s
      %(path)s
      %(date)s" msgstr "

      Descarga previas:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" "

      Establecer manualmente como descargados previamente el " "%(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Copiar ruta" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Marcar archivo como descargado" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Marcar archivos como descargados" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s y %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s y %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:577 msgid "four" msgstr "cuatro" #: ../raphodo/utilities.py:578 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "siete" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "ocho" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "nueve" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "diez" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "once" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "doce" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "trece" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "catorce" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "quince" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "dieciseis" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "diecisiete" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "dieciocho" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "diecinueve" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "veinte" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&Aceptar" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Cerrar" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Cancelar" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Guardar" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Ayuda" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Restaurar los valores predeterminados" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Sí" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&No" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Crear directorio %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Montar unidad %(drive)s: en %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Desmontar unidad %(drive)s: de %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Montar unidades %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Montar unidad %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Desmontar unidades %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Desmontar unidad %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Lo siento, se ha producido un error al montar las unidades %s" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Lo siento, se ha producido un error al desmontar las unidades %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Lo siento, se ha producido un error al montar la unidad %s" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Lo siento, se ha producido un error al desmontar la unidad %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Unidades de Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Activar montado automático de unidades de Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Montar automáticamente todas las unidades de Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Solo montar automáticamente las unidades de Windows que están configuradas " "más abajo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Montado por usuario" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Montado por sistema" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Unidad" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Punto de montaje" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Montaje automático" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Desmontaje automático al salir" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Operaciones pendientes:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Aplicar operaciones pendientes" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "¿Quiere montar la unidad %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "¿Quiere montar las unidades %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Unidad extraíble" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Unidad local" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Descargar, renombrar y hacer copias de seguridad de fotos y vídeos de " "cámaras y otros dispositivos" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importa fotos y vídeos de cámaras, teléfonos, " "tarjetas de memora y otros dispositivos a alta velocidad. Se puede " "configurar para renombrar fotos y vídeos con nombres significativos que " "indique. También puede hacer copias de seguridad de fotos y vídeo según se " "descargan. Descarga y hace copias de seguridad de varios dispositivos " "simultáneamente." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Una característica única de Rapid Photo Downloader es su línea de tiempo, " "que agrupa fotos y vídeos en base al tiempo transcurrido entre disparos " "consecutivos. Úselo para identificar fotos y vídeos tomados en diferentes " "períodos en un solo día o en varios días consecutivos." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Escrito por un fotógrafo para fotógrafos profesionales y aficionados, Rapid " "Photo Downloader es fácil de configurar y usar. Las preferencias del " "programa se configuran sin la necesidad de códigos complicados. Las tareas " "habituales se pueden automatizar, tales como el desmontado de una tarjeta de " "memoria cuando la descarga se completa." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La ventana principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renombrando" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Descargador de fotos" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;descarga;fotografía;importar;vídeo;RAW;cámara;teléfono;ingesta;copia de " "seguridad;memoria;tarjeta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Descargue fotos y vídeos con Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Ejemplo: %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "and" #~ msgstr "y" #, python-format #~ msgid "and %s" #~ msgstr "y %s" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Example" #~ msgstr "Ejemplo" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Ejemplo:" #~ msgid "New:" #~ msgstr "Nuevo:" #~ msgid "_Make a Donation..." #~ msgstr "_Hacer una donación" #~ msgid "_Help" #~ msgstr "_Ayuda" #~ msgid "Size" #~ msgstr "Tamaño" #~ msgid "_Get Help Online..." #~ msgstr "_Conseguir ayuda online" #~ msgid "_View" #~ msgstr "_Ver" #~ msgid "_Error Log" #~ msgstr "_Registro de errores" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Limpiar descargas completadas" #~ msgid "Using backup device" #~ msgstr "Usando dispositivo de copia de seguridad" #~ msgid "Name + extension" #~ msgstr "Nombre + extensión" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origen: %(source)s\n" #~ "Destino: %(destination)s" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilidad con otros Sistemas Operativos" #~ msgid "Download Subfolders" #~ msgstr "Subcarpeta de descargas" #~ msgid "Program Automation" #~ msgstr "Automatización de programa" #~ msgid "Backup\t" #~ msgstr "Respaldo\t" #~ msgid "Rename Options" #~ msgstr "Opciones de renombre" #~ msgid "Error Log" #~ msgstr "Registro de error" #~ msgid "externaldrive1" #~ msgstr "dispositivoexterno1" #~ msgid "Download Folder" #~ msgstr "Carpeta de descargas" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectar automáticamente dispositivos de almacenamiento portables" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferencias: Rapid Photo Downloader" #~ msgid "Backing up error" #~ msgstr "Error en copia de seguridad" #~ msgid "externaldrive2" #~ msgstr "dispositivoexterno2" #~ msgid "Error Handling" #~ msgstr "Manejo de errores" #~ msgid "Sequence Numbers" #~ msgstr "Números de secuencia" #~ msgid "Job Codes" #~ msgstr "Códigos de trabajo" #~ msgid "Job Code:" #~ msgstr "Código de trabajo:" #~ msgid "Job Codes" #~ msgstr "Códigos de trabajo" #~ msgid "Enter a Job Code" #~ msgstr "Ingrese un Código de trabajo" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "París" #~ msgid "New York" #~ msgstr "Nueva York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Estocolmo" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscú" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsovia" #~ msgid "_Remember this choice" #~ msgstr "_Recordar esta elección" #~ msgid "Device Detected" #~ msgstr "Dispositivo detectado" #~ msgid "_Add..." #~ msgstr "_Añadir…" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origen: %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizar números de secuencia de RAW + JPEG" #~ msgid "Remove all Job Codes?" #~ msgstr "¿Borrar todos los Códigos de Trabajo?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "El directorio de destino no puede ser creado: %(directory)s\n" #~ msgid "_Report a Problem..." #~ msgstr "_Reportar problema..." #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "Location:" #~ msgstr "Ubicación:" #~ msgid "Sydney" #~ msgstr "Sídney" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (%(remaining)s restantes)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Error: %(inst)s" #~ msgid "Devices" #~ msgstr "Dispositivos" #~ msgid "Automatically detect devices" #~ msgstr "Detectar dispositivos automaticamente" #~ msgid "_File" #~ msgstr "_Archivo" #~ msgid "_Select" #~ msgstr "_Seleccionar" #~ msgid "Error in Video Rename preferences" #~ msgstr "Error en las preferencias de renombrado de vídeos" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Error en las preferencias de renombrado de fotos" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Especifique si se debería de retirar algún caracter no permitido por otros " #~ "sistemas operativos de los nombres de las fotos, vídeos y carpetas." #~ msgid "Video Rename" #~ msgstr "Renombrar vídeo" #~ msgid "Video Folders" #~ msgstr "Carpetas de vídeo" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Error en las preferencias en las subcarpetas de descarga de Videos" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Error en las preferencias en las subcarpetas de descarga de Fotos" #~ msgid "Free space:" #~ msgstr "Espacio libre:" #~ msgid "The following metadata is missing: " #~ msgstr "Los siguientes metadatos faltan: " #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "listar las extensiones de archivo para fotos y vídeos que el programa " #~ "reconoce y salir" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Next File" #~ msgstr "Archivo siguiente" #~ msgid "Previous File" #~ msgstr "Archivo anterior" #~ msgid "All settings and preferences have been reset" #~ msgstr "Todas las opciones y preferencias se han reestablecido" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Archivo: %(file)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocurrió un error al copiar el/los %(filetype)s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s ya existe" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Error: %(errorno)s %(strerror)s" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Folder: %s" #~ msgstr "Carpeta: %s" #, python-format #~ msgid "Path: %s" #~ msgstr "Ruta: %s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Restablecer todas las configuraciones y preferencias del programa y salir" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "¿Quiere utilizar este dispositivo para almacenar las fotos o videos " #~ "descargados?" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Atencion: No hay suficientes datos para generar el nombre " #~ "completo. Por favor utilice otras opciones para renombrar." #~ msgid "Download cannot proceed" #~ msgstr "No se puede iniciar la descarga" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s directorio de descarga no existe" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s imposible escribir en directorio de descarga" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s directorio de descarga es incorrecto" #~ msgid "Should all Job Codes be removed?" #~ msgstr "¿Quitar todos los Codigos de Trabajo?" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "El %(filetype)s las preferencias para el subdirectorio son incorrectas y no " #~ "pueden ser utilizadas.\n" #~ "Se ajustaran a los valores por defecto" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Atencion: No hay suficientes metadatos para crear subdirectorios. " #~ "Por favor utilice otro nombre para el subdirectorio." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s no se pueden leer los metadatos" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Fecha y hora %s parecen incorrectos." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Error generando componente %s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "No hay datos que coincidan con el nombre del %(filetype)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Los metadatos parecen corruptos." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ocurrio un error al realizar la copia de seguridad en %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s y %(volume)s (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s y %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s y %(volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sobreescritas copias de seguridad en estos dispositivos: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sobreescrita copia de seguridad en %(volume)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "La copia de seguridad ya existe en %(volume)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Ocurrió un error al crear los directorios en los dispositivos de copia de " #~ "seguridad: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ocurrió un error al crear los directorios en %(volume)s: %(inst)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema al %s crear" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemas al %s crear" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s ya existen, pero fue realizada copia de seguridad" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Un error ocurrió al copiar los %(filetype)s, pero fue realizada una copia de " #~ "seguridad" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemas al crear subdirectorio y nombre de archivo" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema al crear subdirectorio y nombre de archivo" #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s y %(final_missing_metadata_element)s." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Fotos detectadas con el mismo nombre de archivo, pero tomadas a distinta hora" #~ msgid "Photo has already been downloaded" #~ msgstr "La fotografia ya ha sido descargada" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, y %(backinguperror)s" #~ msgid "Download / Pause" #~ msgstr "Descarga/Pausa" #~ msgid "Select All Without _Job Code" #~ msgstr "Seleccionar todo sin codigo de trabajo" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Seleccionar todo con codigo de trabajo Wit_h" #~ msgid "_Include in download" #~ msgstr "_Incluido en la descarga" #~ msgid "_Download" #~ msgstr "_Descarga" #~ msgid "_Check All" #~ msgstr "_Seleccionar todo" #~ msgid "_Uncheck All" #~ msgstr "_Deseleccionar todo" #~ msgid "Backup" #~ msgstr "Copia de seguridad" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Ejemplo: /home/usuario/Imagenes" #~ msgid "Photo Rename" #~ msgstr "Copy text \t cambiar nombre a la fotografia" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Problemas con el nombre de Fotografiay Video" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medio/dispositivoexterno/Fotografias" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Seleccione una carpeta para descargas. Las subcarpetas para descargar " #~ "fotografías serán creadas automáticamente en la carpeta usando la estructura " #~ "especificada abajo." #~ msgid "Backup" #~ msgstr "Copia de seguridad" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Seleccione una carpeta para descargas. Las subcarpetas para descargar videos " #~ "serán creadas automáticamente en la carpeta usando la estructura " #~ "especificada abajo." #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generar miniaturas (lento)" #~ msgid "Device Options" #~ msgstr "Opciones de dispositivo" #~ msgid "Download folder:" #~ msgstr "Directorio de descarga" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Si se desactiva la detección automática, elegir la ubicación exacta para las " #~ "fotografías y videos." #~ msgid "Performance" #~ msgstr "Prestaciones" #~ msgid "Photo Folders" #~ msgstr "Directorios de fotografías" #~ msgid "Photo backup folder name:" #~ msgstr "Directorio para copia de seguridad de fotografías:" #~ msgid "Rename Options" #~ msgstr "Opciones para cambio de nombre" #~ msgid "Photo Rename" #~ msgstr "Cambiar nombre a fotografía" #~ msgid "Re_move All" #~ msgstr "Re_tirar todo" #~ msgid "R_emove All" #~ msgstr "R_etirar todo" #~ msgid "Video backup folder name:" #~ msgstr "Nombre de la carpeta para copia de seguridad de videos:" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Extraer (\"eject\") el dispositivo al concluir la descarga" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Cuando una fotografía o video ha sido ya descargada, elegir omitirla " #~ "descarga del archivo o añadir un identificador único." #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s disponible" #~ msgid "Remove all Remembered Paths?" #~ msgstr "¿Quitar todas las rutas memorizadas?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "¿Deben de quitarse todas las rutas memorizadas?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "¿Quitar todas las rutas ignoradas?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "¿Deben de quitarse todas las rutas memorizadas?" #~ msgid "Miscellaneous" #~ msgstr "Misceláneo" #~ msgid "Invalid regular expression" #~ msgstr "Expresión regular inválida" #~ msgid "Select a folder in which to backup photos" #~ msgstr "" #~ "Seleccione una carpeta en la que se hará una copia de seguridad de las fotos" #~ msgid "Device Options" #~ msgstr "" #~ "Opciones de Dispositivo" #~ msgid "Select a folder in which to backup videos" #~ msgstr "" #~ "Seleccione una carpeta en la que se hará una copia de seguridad de los vídeos" #~ msgid "Photo Rename\t" #~ msgstr "Renombrar Foto\t" #~ msgid "Remembered Paths" #~ msgstr "Rutas recordadas" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Carpeta de Descarga de Fotos" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Carpetas de Descargas de Vídeos" #~ msgid "Video Rename\t" #~ msgstr "Renombrar Vídeo\t" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Esta expresión regular no es válida, y se eliminará a menos que use una " #~ "correcta:\n" #~ " %s" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Cuando haga copia de seguridad, elija si desea sobrescribir un archivo en el " #~ "dispositivo de copia de seguridad que tenga el mismo nombre, o salte hacer " #~ "respaldo." #~ msgid "_Translate this Application..." #~ msgstr "_Traducir esta aplicación…" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s no se desmontó" #~ msgid "Download Progress" #~ msgstr "Progreso de la descarga" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Descargue sus fotografías y vídeos de forma eficaz y segura" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Las siguientes expresiones no son válidas y serán eliminadas a no ser que " #~ "las corrija:\n" #~ " %s" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Si activa la detección automática de dispositivos de almacenamiento " #~ "externos, se analizara el dispositivo completo. En dispositivos de gran " #~ "capacidad, esto puede llevar algún tiempo.\n" #~ "\n" #~ "Cuando está opción esté habilitada y se detecte un dispositivo potencial, se " #~ "preguntara si desea analizarlo o no." #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotar automáticamente las imágenes JPEG" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Descargando desde %(location)s." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Los dispositivos son de donde se puede descargar las fotos y los vídeos, " #~ "como cámaras, tarjetas de memorias o Dispositivos de Almacenamiento " #~ "Portables.\n" #~ "\n" #~ "Puede descargar desde múltiples dispositivos a la vez, o puede especificar " #~ "una localización en su disco duro.\n" #~ "\n" #~ "Descargar directamente desde cámara es actualmente una característica " #~ "experimental. Si la descarga desde su cámara funciona mal o no funciona, " #~ "pruebe estableciendo en modo PTP. Si no es posible, necesitará usar un " #~ "lector de tarjetas." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Lo sentimos, la funcionalidad de descarga de vídeos está desactivada. Para " #~ "descargar los vídeos, por favor instale hachoir metadata y kaa " #~ "metadata paquetes de python, o exiftool." #~ msgid "the root of the file system" #~ msgstr "la raíz del sistema de archivos" #~ msgid "scanning..." #~ msgstr "analizando…" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Quedan aproximadamente %i segundos" #~ msgid "About 1 minute remaining" #~ msgstr "Queda aproximadamente 1 minuto" #~ msgid "About 1 second remaining" #~ msgstr "Queda aproximadamente 1 segundo" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "¿Quiere realmente descargar desde aquí? En algunos sistemas, analizar esta " #~ "ubicación puede tardar mucho tiempo." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Quedan aproximadamente %(minutes)i:%(seconds)02i minutos" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "From" #~ msgstr "Desde" #~ msgid "Auto Detect" #~ msgstr "Detectar automáticamente" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Elija un directorio que contenga %(file_types)s" #~ msgid "Videos:" #~ msgstr "Vídeos:" #~ msgid "Move" #~ msgstr "Mover" #~ msgid "Select a folder to download videos to" #~ msgstr "Elija una carpeta donde descargar los vídeos" #~ msgid "Select a folder to download photos to" #~ msgstr "Elija una carpeta donde descargar las fotos" #~ msgid "To" #~ msgstr "A" #~ msgid "Using backup devices" #~ msgstr "Usando dispositivos de copia de seguridad" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Respaldando fotos y vídeos en %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Respaldando en %(path)s" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Respaldando fotos en %(path)s y vídeos en %(path2)s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "mostrar información del programa en la línea de órdenes mientras se ejecuta " #~ "el programa (predet.: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "mostrar información de depuración cuando se ejecute desde la línea de órdenes" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Recordar las rutas asociadas con los dispositivos elegidos para escanear " #~ "siempre o ignorar cuando automáticamente es detectado un dispositivo de " #~ "almacenamiento portable." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Especificar las carpetas o dispositivos a ignorar al escanear en busca de " #~ "fotos o videos. Las que estén marcadas no serán exploradas." #~ msgid "Use _python-style regular expressions" #~ msgstr "Utilizar expresiones regulares de estilo python" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Especificar la carpeta en la cual se realiza la copia de seguridad en el " #~ "dispositivo. \n" #~ " \n" #~ "Nota: esto también será utilizado para determinar si el dispositivo se " #~ "está utilizado para la copia de seguridad o no. Para cada dispositivo que " #~ "desee utilizar para realizar la copia seguridad, cree una carpeta con uno de " #~ "estos nombres." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "analizando (se encontraron %(photos)s fotos y %(videos)s vídeos)…" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "especificar manualmente de que dispositivos descargar, sobreescribiendo las " #~ "preferencias existentes del programa" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "detectar automáticamente los dispositivos de los cuales descargarr, " #~ "sobreescribiendo las preferencias existentes del programa" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Error: especificar autodeteccion del dispositivo o eleccion manual de " #~ "dispositivo desde donde descargar, pero no ambas." #~ msgid "Quit" #~ msgstr "Salir" #~ msgid "Help" #~ msgstr "Ayuda" #~ msgid "About..." #~ msgstr "Acerca de..." #~ msgid "Refresh" #~ msgstr "Actualizar" #~ msgid "Check All Photos" #~ msgstr "Seleccionar todas las fotos" #~ msgid "Check All Videos" #~ msgstr "Seleccionar todos los vídeos" #~ msgid "An unknown error occurred" #~ msgstr "Ocurrió un error desconocido" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ningún dispositivo de respaldo contiene una carpeta válida para respaldar " #~ "%(filetype)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s sin respaldar" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Ya existe un respaldo de %(file_type)s" #~ msgid "Verify files as they are downloaded" #~ msgstr "Comprobar archivos a medida que se descargan" #~ msgid "File verification failed on these devices: " #~ msgstr "Falló la comprobación de archivos en estos dispositivos: " #~ msgid "only output errors to the command line" #~ msgstr "solo errores de salida en la línea de órdenes" #~ msgid "Jakarta" #~ msgstr "Yakarta" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Copia de seguridad %(file_type)s sobreescrita" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "El %(filetype)s no se descargó correctamente" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s no se pudieron generar" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s no se hizo copia de seguridad porque no se encontró una " #~ "ubicación donde realizarla." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ya están descargadas" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "El existente %(filetype)s fue modificado por última vez el %(date)s a las " #~ "%(time)s. Identificador único '%(identifier)s' añadido." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "El existente %(filetype)s fue modificado por última vez el %(date)s a las " #~ "%(time)s." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Verificación de archivo fallida. La versión descargada es diferente de la " #~ "original." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "El nombre de archivo, extensión y la información Exif indican que ya ha sido " #~ "descargado." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Se realizó una copia de seguridad de los datos en %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Se realizó una copia de seguridad de los datos en este dispositivo " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Detectadas fotos con el mismo nombre, pero distinta fecha de realización: " #~ "%(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Ocurrió un error durante la creación de la copia de seguridad en %(volume)s: " #~ "%(inst)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Ocurrió un error durante la creación de la copia de seguridad en el " #~ "dispositivo: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Las copias de seguridad están en este directorio: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "La comprobación del archivo falló en %(volume)s. La versión de la copia de " #~ "seguridad es diferente de la versión descargada." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Además, se encontrarón %(problems)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Además, se encontró %(problem)s." #~ msgid "Multiple problems were encountered" #~ msgstr "Se encontraron varios problemas" #~ msgid "there were errors backing up" #~ msgstr "Se produjeron errores al realizar la copia de seguridad" #~ msgid "There were errors backing up" #~ msgstr "Se produjeron errores al realizar la copia de seguridad" #~ msgid "there was an error backing up" #~ msgstr "Se produjo un error al realizar la copia de seguridad" #~ msgid "There was an error backing up" #~ msgstr "Se produjo un error al realizar la copia de seguridad" #~ msgid "Failed to create download subfolder" #~ msgstr "Falló al crear carpeta para descargas" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Especifique la hora en formato de 24 horas en la que el número de secuencia " #~ "de las Descargas de hoy , debe ser restablecido." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/et.po0000644000175000017500000037015514562557501016624 0ustar00damondamon# Estonian translation for rapid # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2018-11-06 19:47+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2019-03-30 00:28+0000\n" "X-Generator: Launchpad (build 18910)\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

      " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
      2. Checked State: whether the file is marked for download.
      3. Filename: the full filename, including extension.
      4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
      5. File Type: photo or video." "
      6. Device: name of the device the photos and videos are being " "downloaded from.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
      " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
      3. Text which " "you want to appear every time, such as a hyphen or a space.
      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

      1. Downloads today: tracks " "downloads completed during that day.
      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
      3. Session number: reset each time the program is run.
      4. Sequence letter: like session numbers, but uses letters.
      5. Read more about sequence numbers in the online documentation.

        " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

        Read more about file renaming in " "the online " "documentation.

        " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
        3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
        Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

        In " "your bug report describe what you expected to happen, and what you observed " "happening.

        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
        {tarfile}
        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

        Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

        If possible, please also include the program's configuration " "file {config_file}.

        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid foto allalaadija" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Faili nimi" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metaandmed" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Pildi kuupäev" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Video kuupäev" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Täna" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Eile" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Allalaadimise aeg" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Laiend" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Pildi number" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Video number" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Ava" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Säritusaeg" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Fookuskaugus" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kaamera mudel" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Seerianumber" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Faili number" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Ainult kataloog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Kataloog ja fail" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Omaniku nimi" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Laius" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Kõrgus" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Kestvus" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 #, fuzzy msgid "&Remember this Job Code" msgstr "_Mäleta seda valikut" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
        %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

        Creating a custom preset is not required, but can help you keep " "organized.

        The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

        If you " "like, you can create a new custom preset or update the existing custom " "preset.

        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Pisipildid" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

        1. ExifTool reports a time zone and MediaInfo " "does not.
        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
        3. Gstreamer is unable to extract thumbnails.
        4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

          The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid foto allalaadija" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

          Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

          Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

          To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

          Missing applications: " "%(applications)s

          Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

          Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

          \n" "

          Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

          " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Laadi arvutisse" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Seade" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Peata" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

          Do you really want to " "change the source path to %(new_path)s?

          You are currently downloading " "from %(source_path)s.

          If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

          Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

          \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

          \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotod" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videod" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

          Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

          Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "hoiatused" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Kõik allalaadimised lõpetatud" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

          It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

          On some models you also need to change the setting to allow " "the use of USB for File Transfer.

          Learn more about downloading from cameras and enabling " "downloading from phones.

          Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

          Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

          If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

          If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

          Learn more about downloading from cameras and enabling downloading from phones. " "

          Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

          You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

          You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

          On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotod ja videod" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotod või videod" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

          Previous download:
          %(filename)s
          %(path)s
          %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

          Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, fuzzy #~ msgid "Adding Rapid Photo Downloader to the Windows menu" #~ msgstr "Rapid foto allalaadija" #~ msgid "Size" #~ msgstr "Maht" #~ msgid "Download Progress" #~ msgstr "Allalaadimise edenemine" #~ msgid "scanning..." #~ msgstr "otsimine..." #~ msgid "About 1 second remaining" #~ msgstr "Umbes 1 sekund jäänud veel" #~ msgid "Copy" #~ msgstr "Kopeeri" #~ msgid "Auto Detect" #~ msgstr "Automaattuvastus" #~ msgid "Photos:" #~ msgstr "Fotod:" #~ msgid "Videos:" #~ msgstr "Videod:" #~ msgid "Move" #~ msgstr "Liiguta" #~ msgid "and" #~ msgstr "ja" #~ msgid "To" #~ msgstr "Sihtkoht" #~ msgid "Free space:" #~ msgstr "Vaba ruum:" #~ msgid "Device Detected" #~ msgstr "Seade tuvastatud" #~ msgid "Name + extension" #~ msgstr "Nimi+laiend" #~ msgid "About 1 minute remaining" #~ msgstr "Umbes 1 minut on veel jäänud" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/fa.po0000644000175000017500000037020314562557501016574 0ustar00damondamon# Persian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2018-11-06 19:47+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Persian \n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2019-03-30 00:28+0000\n" "X-Generator: Launchpad (build 18910)\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

          Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

          In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

          The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

          " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
          1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
          2. Checked State: whether the file is marked for download.
          3. Filename: the full filename, including extension.
          4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
          5. File Type: photo or video." "
          6. Device: name of the device the photos and videos are being " "downloaded from.
          " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
          1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
          2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
          " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
          1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
          2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
          " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
          1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
          2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
          3. Text which " "you want to appear every time, such as a hyphen or a space.
          Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

          Four types of sequence values are available to help you assign unique " "names to your photos and videos:

          1. Downloads today: tracks " "downloads completed during that day.
          2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
          3. Session number: reset each time the program is run.
          4. Sequence letter: like session numbers, but uses letters.
          5. Read more about sequence numbers in the online documentation.

            " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

            The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

            Read more about file renaming in " "the online " "documentation.

            " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
            1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
            2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
            3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
            Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

            In " "your bug report describe what you expected to happen, and what you observed " "happening.

            The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
            {tarfile}
            You need to attach this file to the bug " "report yourself. It will not be automatically attached.

            Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

            If possible, please also include the program's configuration " "file {config_file}.

            Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "کد دستور" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
            %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

            Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

            Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

            Creating a custom preset is not required, but can help you keep " "organized.

            The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

            If you " "like, you can create a new custom preset or update the existing custom " "preset.

            The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

            Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

            The default is to use MediaInfo and Gstreamer, " "with three exceptions:

            1. ExifTool reports a time zone and MediaInfo " "does not.
            2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
            3. Gstreamer is unable to extract thumbnails.
            4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

              The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

              Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

              Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

              To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

              Missing applications: " "%(applications)s

              Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

              Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

              \n" "

              Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

              " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

              Do you really want to " "change the source path to %(new_path)s?

              You are currently downloading " "from %(source_path)s.

              If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

              Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

              \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

              \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

              It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

              On some models you also need to change the setting to allow " "the use of USB for File Transfer.

              Learn more about downloading from cameras and enabling " "downloading from phones.

              Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

              Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

              If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

              If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

              Learn more about downloading from cameras and enabling downloading from phones. " "

              Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

              You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

              You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

              On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

              Previous download:
              %(filename)s
              %(path)s
              %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

              Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Paris" #~ msgstr "پاریس" #~ msgid "Manila" #~ msgstr "مانیل" #~ msgid "Berlin" #~ msgstr "برلین" #~ msgid "New York" #~ msgstr "نیویورک" #~ msgid "Prague" #~ msgstr "پراگ" #~ msgid "Wellington" #~ msgstr "ولینگتون" #~ msgid "Helsinki" #~ msgstr "هلسینکی" #~ msgid "Kampala" #~ msgstr "کامپلا" #~ msgid "Tehran" #~ msgstr "تهران" #~ msgid "Stockholm" #~ msgstr "استکهلم" #~ msgid "Rome" #~ msgstr "رم" #~ msgid "Moscow" #~ msgstr "مسکو" #~ msgid "Sydney" #~ msgstr "سیدنی" #~ msgid "Budapest" #~ msgstr "بوداپست" #~ msgid "Jakarta" #~ msgstr "جاکارتا" #~ msgid "Madrid" #~ msgstr "مادرید" #~ msgid "Delhi" #~ msgstr "دهلی" #~ msgid "Warsaw" #~ msgstr "ورشو" #~ msgid "Select a folder to download photos to" #~ msgstr "یک پوشه را برای دانلود عکس انتخاب نمایید" #~ msgid "Example: %s" #~ msgstr "مثال : %s" #~ msgid "externaldrive1" #~ msgstr "درایو خارجی 1" #~ msgid "externaldrive2" #~ msgstr "درایو خارجی 2" #~ msgid "Download cannot proceed" #~ msgstr "دانلود نمی تواند ادامه پیدا کند..." #~ msgid "scanning..." #~ msgstr "در حال پویش..." #~ msgid " " #~ msgstr " " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/fi.po0000644000175000017500000042612414562557501016610 0ustar00damondamon# Finnish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:23+0000\n" "Last-Translator: Mikko Ruohola \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: fi\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Varmuuskopiolaitetta ei löytynyt" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Voit varmuuskopioida kuvat ja videot useaan sijaintiin ladattaessa, " "esimerkiksi ulkoisiin kiintolevyihin." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Varmuuskopioi kuvat ja videot ladattaessa" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Tunnista automaattisesti varmuuskopiolaitteet" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

              Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Ennustettu varmuuskopion muistikäyttö" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Ennustettu muistin käyttö lataamisen jälkeen" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Laitteet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

              In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

              The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

              " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
              1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
              2. Checked State: whether the file is marked for " "download.
              3. Filename: the full filename, including " "extension.
              4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
              5. File Type: " "photo or video.
              6. Device: name of the device the photos and " "videos are being downloaded from.
              " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
              1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
              2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
              " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
              1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
              2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
              " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
              1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
              2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
              3. Text which " "you want to appear every time, such as a hyphen or a space.
              Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

              Four types of sequence values are available to help you assign unique " "names to your photos and videos:

              1. Downloads today: tracks " "downloads completed during that day.
              2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
              3. Session number: reset each time the program is " "run.
              4. Sequence letter: like session numbers, but uses " "letters.

              Read more about sequence numbers in the online " "documentation.

              " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

              The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

              Read more about file renaming in " "the online " "documentation.

              " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
              1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
              2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
              3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
              Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

              In " "your bug report describe what you expected to happen, and what you observed " "happening.

              The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
              {tarfile}
              You need to attach this file to the bug " "report yourself. It will not be automatically attached.

              Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

              If possible, please also include the program's configuration " "file {config_file}.

              Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Ajankohta" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Teksti" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Tiedostonimi" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metatieto" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Numeroinnit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Työkoodi" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Kuvan päivämäärä" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Videon päivämäärä" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Tänään" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Huomenna" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Latausaika" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Tiedostopääte" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Kuvan numero" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videon numero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Aukko" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "Herkkyys" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Valotusaika" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Polttoväli" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kameran merkki" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameran malli" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Lyhyt kameramalli" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Tavutettu lyhyt kameran malli" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Sarjanumero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Suljinlaskuri" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Omistajan nimi" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Koodekki" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Leveys" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Korkeus" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Pituus" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Kuvataajuus" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Latauksia tänään" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Istuntonumero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Alikansion numero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Tallennettu numero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Kirjainsarja" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Kaikki numerot" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Viimeinen numero" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Kaksi viimeistä numeroa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Kolme viimeistä numeroa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Neljä viimeistä numeroa" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Alkuperäinen kirjoitusasu" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ISOT KIRJAIMET" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "pienet kirjaimet" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Yksi numero" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Kaksi numeroa" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Kolme numeroa" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Neljä numeroa" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Viisi numeroa" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Kuusi numeroa" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Seitsemän numeroa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Sekunnin osat" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "VVVVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "VVVV-KK-PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "VVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "VV-KK-PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "KKPPVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "KKPPVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "KKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "PPKKVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "PPKKVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "VVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "VV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "KK" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "hhmmss" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "hhmm" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "TT-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "TT-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Työkoodi" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Syötä työkoodi tai valitse edellisistä" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Syötä uusi työkoodi" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Työkoodit" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
              %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

              Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

              Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

              Creating a custom preset is not required, but can help " "you keep organized.

              The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

              If you " "like, you can create a new custom preset or update the existing custom " "preset.

              The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisointi" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Virheenkäsittely" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Aloita lataus kun ohjelma käynnistetään" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Aloita lataaminen kun laite kiinnitetään" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Ohita lataus" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Lisää yksilöllinen tunniste" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Ylikirjoita" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Ohita" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

              Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

              The default is to use MediaInfo and Gstreamer, " "with three exceptions:

              1. ExifTool reports a time zone and MediaInfo " "does not.
              2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
              3. Gstreamer is unable to extract " "thumbnails.
              " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alikansioiiden asetusten ei tulisi alkaa %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alikansioiden asetusten ei tulisi loppua %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alikansioiden asetusten ei tulisi sisältää kahta vierekkäistä %s" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

              The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Nopea kuvien lataus" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

              Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

              Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

              To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

              Missing applications: " "%(applications)s

              Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

              Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

              \n" "

              Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

              " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Tämä tietokone" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Laite" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

              Do you really want to " "change the source path to %(new_path)s?

              You are currently downloading " "from %(source_path)s.

              If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "kuva" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

              Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

              \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

              \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "kuvat" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videot" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ladattu" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ei voitu ladata" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "varoitukset" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Kaikki lataukset valmiita" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s ladattu" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s lataus ei onnistunut" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

              It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

              On some models you also need to change the setting to allow " "the use of USB for File Transfer.

              Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

              Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

              Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

              If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

              If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

              Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

              Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

              You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

              You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

              On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Kaikki asetukset ja määritykset tyhjennetty." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Kaikki asetukset ja määritykset tyhjennetty." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "alikansio ja tiedstonimi" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "tiedostonimi" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "alikansio" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Latauksia tänään:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Tallennettu numero:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Päivän alku:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Poista yhteensopimattomat merkit" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "kuvat ja videot" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "kuvat ja videot" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Kuva" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

              Previous download:
              %(filename)s
              %(path)s
              %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

              Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Sulje" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Peruuta" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "kuva;lataa;valokuvaus;tuo;video;RAW;kamera;puhelin;syöttämä;varmuuskopio;muis" "ti;kortti;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Lataa kuvat ja videot Kuvien nopealla lataajalla" #~ msgid "scanning..." #~ msgstr "etsii..." #, python-format #~ msgid "Example: %s" #~ msgstr "Esimerkki: %s" #~ msgid "externaldrive1" #~ msgstr "ulkoinenasema1" #~ msgid "externaldrive2" #~ msgstr "ulkoinenasema2" #~ msgid "Backing up error" #~ msgstr "Varmuuskopiointi virhe" #~ msgid "Download cannot proceed" #~ msgstr "Latausta ei voida jatkaa" #~ msgid "Size" #~ msgstr "Koko" #~ msgid "Download Progress" #~ msgstr "Latauksen edistyminen" #~ msgid "and" #~ msgstr "ja" #~ msgid "Using backup device" #~ msgstr "Käyttää varmuuskopiolaitetta" #~ msgid "Using backup devices" #~ msgstr "Käyttää varmuuskopiolaitteita" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Noin %(minutes)i:%(seconds)02i minuuttia jäljellä" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Noin %i sekuntia jäljellä" #~ msgid "About 1 minute remaining" #~ msgstr "Noin 1 minuutti jäljellä" #~ msgid "MB/s" #~ msgstr "Mt/s" #~ msgid "About 1 second remaining" #~ msgstr "Noin 1 sekunti jäljellä" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Lähde: %(source)s\n" #~ "Kohde: %(destination)s" #~ msgid "only output errors to the command line" #~ msgstr "tulosta vain virheet komentoriville" #, python-format #~ msgid "and %s" #~ msgstr "ja %s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "näytä ohjelman tiedot komentorivillä kun ohjelma käynnistetään (oletus: " #~ "%default)" #~ msgid "Name + extension" #~ msgstr "Nimi + pääte" #~ msgid " " #~ msgstr " " #~ msgid "Backup" #~ msgstr "Varmuuskopio" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Yhteensopivuus käyttöjärjestelmien kanssa" #~ msgid "Download Folder" #~ msgstr "Latauskansio" #~ msgid "Download Subfolders" #~ msgstr "Latausalikansio" #~ msgid "Example" #~ msgstr "Esimerkki" #~ msgid "Program Automation" #~ msgstr "Ohjelman automatiikka" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/ulkoinenlevy/Kuvat" #~ msgid "Example:" #~ msgstr "Esimerkki" #~ msgid "New:" #~ msgstr "Uusi:" #~ msgid "Original:" #~ msgstr "Alkuperäinen:" #~ msgid "Backup\t" #~ msgstr "Varmuuskopio\t" #~ msgid "Error Handling" #~ msgstr "Virheenkäsittely" #~ msgid "Rename Options" #~ msgstr "" #~ "Uudelleennimeämis valinnat" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Tunnista automaattisesti ulkoiset tallennuslaitteet" #~ msgid "Backup" #~ msgstr "Varmuuskopio" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Valitse latauskansio. Alikansiot ladatuille kuville tehdään automaattisesti " #~ "tähän kansioon käyttäen alla määriteltyä rakennetta käyttäen." #~ msgid "Download / Pause" #~ msgstr "Lataa / Keskeytä" #~ msgid "Download folder:" #~ msgstr "Latauskansio:" #~ msgid "Error Log" #~ msgstr "Virheloki" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Asetukset: Nopea Valokuvien Lataaja" #~ msgid "Rename Options" #~ msgstr "Uudelleennimeämis valinnat" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Valitse aika 24 tunnin muodossa jossa Latauksia tänään numerointi " #~ "tulisi palauttaa." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Tyhjennä valmistuneet lataukset" #~ msgid "_Error Log" #~ msgstr "Virheloki" #~ msgid "_Get Help Online..." #~ msgstr "_Hae ohjeita netistä..." #~ msgid "_Help" #~ msgstr "_Ohje" #~ msgid "_Make a Donation..." #~ msgstr "_Tee lahjoitus" #~ msgid "_Report a Problem..." #~ msgstr "_Raportoi ongelma..." #~ msgid "_Translate this Application..." #~ msgstr "_Käännä tämä ohjelma..." #~ msgid "_View" #~ msgstr "_Näytä" #~ msgid ":" #~ msgstr ":" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Select a folder to download photos to" #~ msgstr "Valitse kansio johon kuvat ladataan" #~ msgid "Job Code:" #~ msgstr "Työkoodi:" #~ msgid "Job Codes" #~ msgstr "Työkoodit" #~ msgid "Job Codes" #~ msgstr "Työkoodit" #~ msgid "Sequence Numbers" #~ msgstr "Numeroinnit" #~ msgid "Enter a Job Code" #~ msgstr "Syöta työkoodi" #~ msgid "Berlin" #~ msgstr "Berliini" #~ msgid "Paris" #~ msgstr "Pariisi" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Guatemala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Tukholma" #~ msgid "Rome" #~ msgstr "Rooma" #~ msgid "Moscow" #~ msgstr "Moskova" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsova" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Lähde: %(source)s" #~ msgid "_Remember this choice" #~ msgstr "_Muista tämä valinta" #~ msgid "Device Detected" #~ msgstr "Laite havaittu" #~ msgid "R_emove All" #~ msgstr "P_oista kaikki" #~ msgid "_Add..." #~ msgstr "_Lisää..." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Yhtenäistä RAW + JPEG järjestysnumerot" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Kohdekansiota ei voitu luoda: %(directory)s\n" #~ msgid "Remove all Job Codes?" #~ msgstr "Poista kaikki työkoodit?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Tulisiko kaikki työkoodit poistaa?" #~ msgid "Select a folder to download videos to" #~ msgstr "valitse johon videot ladataan" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "valitse kansio joka sisältää %(file_types)s tiedostoja" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Annetut alikansioasetukset %(filetype)s tiedostoille olivat väärät ja niitä " #~ "ei voi käyttää.\n" #~ "Asetukset palautetaan oletusarvoihin." #~ msgid "Photos:" #~ msgstr "Kuvat:" #~ msgid "Videos:" #~ msgstr "Videot:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Esimerkki: /home/user/Kuvat" #~ msgid "Photo Rename" #~ msgstr "Kuvan Uudelleennimeäminen" #~ msgid "Location:" #~ msgstr "Sijainti:" #~ msgid "Photo Rename" #~ msgstr "Kuvan Uudelleennimeäminen" #~ msgid "Photo Folders" #~ msgstr "Kuvakansiot" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varoitus: Tiedostossa ei ole riittävästi metatietoja nimen " #~ "luomiseksi. Käytä muita uudelleennimeämis valintoja." #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Tulisiko tätä laitetta tai osiota käyttää kuvalaitteena?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s/%(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "tyhjennä kaikki ohjelman asetukset ja määritykset, ja poistu" #~ msgid "All settings and preferences have been reset" #~ msgstr "Kaikki asetukset ja määritykset tyhjennetty" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "listaa kuva- ja videotiedostopäätteitä joita ohjelma tunnistaa ja poistu" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Varmuuskopioidaan kohteeseen %(path)s" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Kuvan uudelleenimeäminen\t" #~ msgid "Devices" #~ msgstr "Laitteet" #~ msgid "Video Rename\t" #~ msgstr "" #~ "Videon uudelleenimeäminen\t" #~ msgid "Automatically detect devices" #~ msgstr "Tunnista laitteet automaattisesti" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Tuo kuvasi ja videosi tehokkaasti ja luotettavasti" #~ msgid "Video Rename" #~ msgstr "Videon uudelleenimeäminen" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Irrota (\"poista\") laite latauksen valmistuttua" #~ msgid "Error in Video Rename preferences" #~ msgstr "Virhe videoiden uudelleennimeämisen määrityksissä" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Virhe kuvien uudelleennimeämisen määrityksissä" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Virhe videoiden latauksen alikansion määrityksissä" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Virhe kuvien latauksen alikansion määrityksissä" #~ msgid "Video Folders" #~ msgstr "Videokansiot" #~ msgid "Video backup folder name:" #~ msgstr "Videoiden varmuuskopiokansion nimi:" #~ msgid "Photo backup folder name:" #~ msgstr "Kuvien varmuuskopiokansion nimi:" #~ msgid "Photo Download Folders" #~ msgstr "Kuvien latauskansiot" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Videoiden latauskansiot" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varoitus: Tiedostossa ei ole riittävästi metatietoja alikansioiden " #~ "luomiseksi. Käytä muita alikansion nimeämisvalintoja." #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Kuva- ja videonimien ristiriidat" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Kun varmuuskopiodaan, valitse kirjoitetaanko saman nimisten tiedostojen " #~ "päälle vai ohitetaanko tiedoston varmuuskopiointi." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Määrittele, pitäisikö kuvien, videoiden ja kansioiden nimistä poistaa " #~ "merkit, jotka eivät ole sallittuja muissa käyttöjärjestelmissä." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Valitse latauskansio. Alikansiot ladattuja videoita varten luodaan tähän " #~ "hakemistoon automaattisesti, käyttäen alla määritettyä rakennetta." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Määrität kansio mihin varmuuskopiot tallennetaan laitteella. \n" #~ "\n" #~ "Huomaa: tällä tullaan myös selvittämään käytetäänkö laitetta " #~ "varmuuskopiointiin. Luo jokaiseen laitteeseen mitä haluat käyttää " #~ "varmuuskopiointiin, kansio käyttäen yhtä näistä nimistä." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Saman niminen kuva havaittu, mutta kuvat on otettu eri aikaan" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Virhe: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Kuva on jo ladattu" #~ msgid "_File" #~ msgstr "_Tiedosto" #~ msgid "_Select" #~ msgstr "_Valitse" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s / %(total)s %(filetypes)s (%(remaining)s jäljellä)" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Valitse kaikki _työkoodilliset" #~ msgid "Select All Without _Job Code" #~ msgstr "Valitse kaikki työ_koodittomat" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Kun kuva tai video samalla nimellä on jo ladattu, valitse ohitetaanko " #~ "lataaminen vai lisätäänkö tiedostonimeen yksilöllinen tunniste." #~ msgid "display debugging information when run from the command line" #~ msgstr "näytä vianhakutietoja suorittaessa komentoriviltä" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "%(file_type)s varmuuskopio on jo olemassa" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "%(file_type)s Varmuuskopio ylikirjoitettiin" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ei varmuuskopioida" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/fr.po0000644000175000017500000062253714562557501016627 0ustar00damondamon# French translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # Julien Valroff , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:17+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Français \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: fr\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Crédits" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Traducteurs" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Les sauvegardes ne sont pas configurées" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Aucun volume de sauvegarde détecté" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Les emplacements de sauvegarde valides ne sont pas encore spécifiés" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Vous pouvez archiver vos photos et vidéos vers des emplacements multiples " "dès lors qu'elles sont transférées, sur différents disques durs par exemple." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Sauvegarder les photos et les vidéos lors du transfert" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Détecter automatiquement les volumes de sauvegarde" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

              Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Spécifiez le dossier dans lequel les sauvegardes sont stockées sur le " "périphérique.

              Note : La présence d'un dossier avec ce nom est " "utilisée pour déterminer si le périphérique est utilisé pour les " "sauvegardes. Pour chaque périphérique que vous souhaitez utiliser pour " "sauvegarder, créez un dossier avec un de ces noms de dossier. En ajoutant " "les deux dossiers, le même appareil peut être utilisé pour sauvegarder des " "photos et des vidéos." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nom du dossier photo :" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nom du dossier vidéo :" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Exemple :" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Si vous désactivez la détection automatique, choisissez les emplacements " "exacts des sauvegardes." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Emplacement de sauvegarde des photos :" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Sélectionnez l'emplacement de la sauvegarde photo" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Emplacement de sauvegarde des vidéos :" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Sélectionnez l'emplacement de la sauvegarde vidéo" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "lecteur1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "lecteur2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Utilisation projetée de stockage de sauvegarde" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Options de sauvegarde" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "vidéo THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Photos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Vidéos" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Utilisé" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Excès" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Capacité du périphérique inconnue" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Pas d'espace libre sur %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre sur %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Photos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Vidéos" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Utilisation prévue du stockage après transfert" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Personnalisé..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Configurer la création de sous-dossier photo" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Configurer la création de sous-dossier vidéo" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Analyse du périphérique..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorer ce périphérique provisoirement" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorer ce périphérique définitivement" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Analyser à nouveau" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s plein" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Autre" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Appareils photo" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Périphériques" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Transfert à partir de %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Sélectionner une source" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Appareils photo" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Périphériques" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Cliquer sur la case à cocher d'un fichier à transférer pour le sélectionner " "ou le désélectionner." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Les fichiers déjà transférés sont mémorisés. Vous pouvez toujours marquer " "les fichiers précédemment transférés pour télécharger à nouveau, mais ils ne " "sont pas vérifiés par défaut, et leurs miniatures sont grisées afin que vous " "puissiez les différencier des fichiers qui ne doivent pas encore être " "transférés." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Si plus d'un fichier est sélectionné, ils prendront tous la marque du " "fichier dont la case à cocher a été cliquée, qu'ils aient été cochés ou non." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Cliquer sur la case à cocher d'un périphérique pour sélectionner ou " "désélectionner rapidement tous ses fichiers pour le transfert." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Après la fin du transfert, une icone remplace la case à cocher de la " "vignette. La couleur de l'icone indique si le transfert a réussi (vert), a " "rencontré un problème de renommage de fichier (jaune/orange), ou a échoué " "(rouge)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "En cas de problème, une icône rouge apparaît en bas de la fenêtre pour " "indiquer le nombre de rapports d'erreur. En cliquant dessus, vous ouvrez la " "fenêtre du rapport d'erreur." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "La fenêtre du rapport d'erreur liste le moindre problème rencontré rencontré " "avant, pendant ou après le transfert. Un triangle orange représente un " "avertissement, un cercle rouge indique un échec, et un cercle noir indique " "une défaillance plus sérieuse. Vous pouvez cliquer sur l'hyperlien pour " "ouvrir son fichier ou périphérique dans un gestionnaire de fichier. Vous " "pouvez aussi chercher les rapports à l'aide du champ de recherche en bas à " "gauche de la fenêtre du rapport d'erreur." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Vous pouvez transférer simultanément à partir de plusieurs appareils photo, " "smartphones, cartes mémoires et disques durs ;\r\n" "autant de périphériques que votre ordinateur peut en gérer en même temps." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La chronologie regroupe des photos et des vidéos en fonction du temps " "écoulé entre les prises consécutives. Utilisez-la pour identifier les photos " "et les vidéos prises à différentes périodes dans une seule journée ou " "pendant plusieurs jours consécutifs." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

              In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

              The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

              " msgstr "" "

              Dans l'illustration ci-dessus, la première ligne de la chronologie est " "noire car tous les fichiers de cette date ont déjà été transférés.

              Le " "curseur de chronologie ajuste le temps écoulé entre les prises consécutives " "utilisées pour construire la chronologie :

              " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Pour afficher des photos et des vidéos d'une plage de temps particulière, " "utilisez la souris (éventuellement en combinaison avec les touches " "Shift ou Ctrl ) pour sélectionner des périodes de temps. " "Lorsqu'une plage de temps est sélectionnée, le bouton chronologie du côté " "gauche de la fenêtre principale sera mis en surbrillance." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Un transfert comprend toujours tous les fichiers vérifiés pour " "téléchargement, y compris ceux qui ne sont pas affichés actuellement, car la " "chronologie est utilisée." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Vous pouvez masquer ou afficher les sources de téléchargement en cliquant " "sur le nom du périphérique depuis lequel vous téléchargez en haut à gauche " "de la fenêtre du programme." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
              1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
              2. Checked State: whether the file is marked for " "download.
              3. Filename: the full filename, including " "extension.
              4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
              5. File Type: " "photo or video.
              6. Device: name of the device the photos and " "videos are being downloaded from.
              " msgstr "" "Les miniatures peuvent être triées en utilisant divers critères " ":
              1. heure de modification: quand le fichier a été modifié pour " "la dernière fois ou selon le système de fichiers.
              2. coché : si " "le fichier est marqué pour transfert.
              3. nom de fichier : le nom " "complet incluant l'extension.
              4. extension: l'extension de " "fichier. Vous pouvez l'utiliser pour regrouper les images JPEG et RAW, par " "exemple.
              5. type de fichier : photo ou " "vidéo.
              6. périphérique : nom du périphérique depuis lequel les " "photos et vidéos sont transférées.
              " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "L'une des fonctionnalités les plus utiles de Rapid Photo Downloader est sa " "capacité à générer automatiquement des sous-dossiers de transfert et à " "renommer les fichiers au fur et à mesure qu'il télécharge, en utilisant un " "schéma de votre choix." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Pour spécifier l'endroit où vous voulez que vos fichiers soient transférés " "et comment vous souhaitez les nommer, ouvrez le panneau approprié sur le " "côté droit de la fenêtre de l'application : Destination, " "Renommer ou Étiquette de transfert." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
              1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
              2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
              " msgstr "" "Lorsque que vous pensez à la structure de vos dossiers de transfert, garder " "à l'esprit deux types de dossier :
              1. Le dossier de destination, " "e.g. "Images", "Photos", ou "Vidéos". Ce " "dossier doit déjà exister sur votre ordinateur. Sur l'illustration ci " "dessous, les dossiers de destination sont "Pictures" et " ""Videos". Le nom du dossier de destination est affiché dans la " "barre grise juste au dessus de l'arborescence des dossiers, avec une icone " "de dossier à gauche et une icone d'engrenage tout à fait à " "droite.
              2. Les sous-dossiers de transfert, qui sont des " "répertoires automatiquement créés par Rapid Photo Downloader. Ils peuvent " "déjà exister sur votre ordinateur, mais n'ont pas besoin de l'être. Ils " "seront générés dans le dossier de destination.
              " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Vous pouvez transférer les photos et vidéos vers le même dossier de " "destination, ou spécifier des dossiers de destination différents pour chaque " "type. De même que pour les sous-dossiers de transfert photos et les " "vidéos—Transférez photos et vidéos vers les mêmes sous-dossiers, ou " "utilisez des structures différentes pour chaque type." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Les sous-dossiers de téléchargement générés automatiquement peuvent contenir " "d'autres sous-dossiers générés automatiquement si nécessaire. Un plan commun " "est de créer un sous-dossier d'une année et ensuite une série de sous-" "dossiers année-mois-jour à l'intérieur." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
              1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
              2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
              " msgstr "" "Dans la mesure du possible, le programme affiche un aperçu des sous-dossiers " "de téléchargement de photos et de vidéos à télécharger " ":
              1. l'arborescence des dossiers de destination affiche les sous-" "dossiers de téléchargement déjà sur votre ordinateur (ceux dans une police " "de caractères normale, non italique) et les sous-dossiers qui seront créés " "lors du téléchargement (ceux dont les noms sont en " "italique).
              2. L'arborescence des dossiers affiche également dans quels " "sous-dossiers les fichiers seront téléchargés (ceux de couleur " "noire).
              " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
              1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
              2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
              3. Text which " "you want to appear every time, such as a hyphen or a space.
              Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Pour créer automatiquement des sous-dossiers de téléchargement lorsque vous " "transférez, vous pouvez utiliser l'un des préréglages intégrés de Rapid " "Photo Downloader ou créer un préréglage personnalisé. Cliquez sur l'icône en " "forme d'engrenage pour afficher un menu déroulant :" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "À l'aide du menu déroulant, sélectionnez un préréglage intégré ou cliquez " "sur Personnalisé pour configurer votre propre schéma. Vous créez vos " "propres schémas en utilisant l'éditeur de génération de sous-dossiers de " "photos ou de vidéos :" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Il est facile de télécharger des images RAW dans un dossier, et les images " "JPEG dans un autre. Utilisez simplement l'Extension de nom de fichier " "dans le cadre de votre système de génération de sous-dossier de transfert :" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Cette illustration montre un préréglage personnalisé enregistré nommé " ""Mon préréglage personnalisé"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Vous ne devez pas créer de sous-dossiers de téléchargement imbriqués. Cette " "illustration montre la génération de sous-dossiers de téléchargement qui ne " "contiennent que la date à laquelle les photos ont été prises et une " "étiquette de transfert :" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Pour en savoir plus sur toutes les façons dont vous pouvez générer des noms " "de sous-dossiers de transfert et des noms de fichiers, rendez-vous sur la documen" "tation en ligne." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Les étiquettes de transfert vous permettent d'entrer facilement du " "texte pour définir des ensembles de photos et de vidéos. Vous pouvez les " "utiliser dans les sous-dossiers et les noms de fichiers. Dans cette " "illustration, certains fichiers ont reçu l'étiquette "Street", et " "les fichiers sélectionnés sont sur le point d'obtenir l'étiquette " ""Green Bazaar":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Vous pouvez appliquer des étiquettes, nouvelles ou existantes, avant de " "commencer un transfert. Si il n'y a aucun fichier auquel une étiquette a été " "appliquée, vous serez invité à entrer une étiquette de transfert avant que " "ne débute le transfert." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Recherchez des conseils pour vous guider lorsque vous travaillez avec des " "étiquettes de transfert :" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Les astuces varient en fonction du contexte, par exemple lorsque la souris " "survol un bouton." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

              Four types of sequence values are available to help you assign unique " "names to your photos and videos:

              1. Downloads today: tracks " "downloads completed during that day.
              2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
              3. Session number: reset each time the program is " "run.
              4. Sequence letter: like session numbers, but uses " "letters.

              Read more about sequence numbers in the online " "documentation.

              " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Le panneau Renommer vous permet de configurer le renommage de " "fichier. Pour renommer vos fichiers, vous pouvez choisir parmi les " "préréglages de renommage existants ou définir le vôtre." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

              The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

              Read more about file renaming in " "the online " "documentation.

              " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Vous pouvez sauvegarder vos photos et vos vidéos à plusieurs emplacements " "comme des disques durs externes en partage réseau. Les périphériques de " "sauvegarde peuvent être détectés automatiquement ou spécifiés." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Dans cet exemple, l'emplacement sauvegardephoto ne contient pas de " "dossier nommé Vidéos, donc les vidéos ne seront pas sauvegardées." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Plusieurs des préférences du programme peuvent être définies à partir de la " "ligne de commande, y compris les sources de transfert, les destinations et " "les sauvegardes. En outre, les paramètres peuvent être réinitialisés à leur " "état par défaut et les caches et fichiers mémorisés effacés." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Vous pouvez aussi importer les préférences depuis l'ancienne version 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
              1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
              2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
              3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
              Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Astuce du jour" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Le saviez-vous ?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Afficher les astuces au démarrage" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Suivant" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Précédent" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "Mo/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Quelques secondes" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d secondes" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minute" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutes" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 heure" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d heures" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 jour" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d jours" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minute, 1 seconde" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minute, %d secondes" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutes, 1 seconde" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutes, %(seconds)d secondes" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 heure, 1 minute" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 heure, %d minutes" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d heures, 1 minute" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d heures, %(minutes)d minutes" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 jour, 1 heure" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 jour, %d heures" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d jours, 1 heure" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d jours, %(hours)d heures" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Rechercher" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Rapports d'erreur - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Rechercher dans les rapports" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Rechercher l'occurrence précédente de la phrase" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Rechercher la prochaine occurrence de la phrase" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Surligner tout" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Surligner toutes les occurrences de la phrase" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Casse identique" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Recherche sensible à la casse" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Mots entiers" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Rechercher uniquement les mots entiers" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s corespondances sur %s" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s sur %(total)s correspondances" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Effacer" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Phrase introuvable" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Recherche..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Le nombre de nouvelles entrées ajouté au rapport d'erreur depuis sa dernière " "ouverture. Cliquer pour ouvrir le rapport d'erreur." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

              In " "your bug report describe what you expected to happen, and what you observed " "happening.

              The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Veuillez signaler le problème à {website}.

              " "Dans votre rapport de bogue, décrivez ce que vous attendiez et ce que vous " "avez observé.

              Le rapport de bogue doit également inclure les " "paramètres du programme et les fichiers journaux. Pour créer un fichier avec " "ces informations supplémentaires, cliquez sur Enregistrer." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Informations supplémentaires enregistrées" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
              {tarfile}
              You need to attach this file to the bug " "report yourself. It will not be automatically attached.

              Click here to see the file in your file manager." msgstr "" "Les informations de rapport de bogue supplémentaires ont été créées dans " "votre répertoire personnel dans un fichier tar :
              {tarfile}
              . Vous " "devez joindre ce fichier au rapport de bogue vous-même. Il ne sera pas joint " "automatiquement.

              Cliquez ici pour voir le " "fichier dans votre gestionnaire de fichiers." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Erreur lors de la création d'informations supplémentaires" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Les informations de rapport de bogue supplémentaires n'ont pas été créées. " "Veuillez malgré tout déposer un rapport de bogue." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

              If possible, please also include the program's configuration " "file {config_file}.

              Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Incluez dans votre rapport de bogue les fichiers journaux du programme. Le " "rapport de bogue doit inclure {log_file}, mais joindre les autres " "fichiers journaux est souvent utile.

              Si possible, veuillez également " "inclure le fichier de configuration du programme " "{config_file}.

              Cliquez ici pour " "ouvrir le dossier des journaux et ici pour " "ouvrir le dossier de configuration." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "La mise à niveau vers la dernière version vous " "permettra de déterminer si le problème que vous avez rencontré a déjà été " "résolu." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problème dans Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Un problème est survenu dans Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Si le même problème se reproduit avant la fermeture du programme, il n'y " "aura que cette seule notification." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Un problème s'est produit dans Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Veuillez signaler le problème sur {website}\n" "Joignez le fichier journal trouvé dans {log_path} à votre rapport de bogue\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Ouvrir dans l'explorateur de fichiers..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Réinitialiser" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Afficher les dossiers système" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Système de fichiers" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Autre..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (l'emplacement n'existe pas)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Date/heure" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Texte" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nom de fichier" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Métadonnées" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Séquences" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Étiquette de transfert" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Date de l'image" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Date de la vidéo" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Aujourd'hui" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Hier" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Date du transfert" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Numéro d'image" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Numéro de vidéo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Ouverture" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Vitesse d'obturation" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Longueur focale" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Marque de l'appareil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modèle de l'appareil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modèle de l'appareil (version courte)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Nom court de l'appareil photo avec trait d'union" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Numéro de série" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Nombre de déclenchements de l'obturateur" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Numéro de fichier" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Répertoire seulement" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Répertoire et fichier" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nom du propriétaire" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Largeur" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Hauteur" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Longueur" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Images par seconde" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artiste" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Droits d’auteur" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Transferts journaliers" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Numéro de session" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Numéro de sous-dossier" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Nombres stockés" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Séquence alphabétique" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Tous les chiffres" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Dernier chiffre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "2 derniers chiffres" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "3 derniers chiffres" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "4 derniers chiffres" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Casse originale" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAJUSCULES" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minuscules" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Un chiffre" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Deux chiffres" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Trois chiffres" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quatre chiffres" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinq chiffres" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Six chiffres" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sept chiffres" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Sous-secondes" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-MM-JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "AAAA_MM_JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "AA_MM_JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMJJAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMJJAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mois (complet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mois (en abrégé)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Jour de la semaine (complet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Jour de la semaine (abbréviation)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutes)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Date" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Date (tirets)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Date (tirets bas)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Date et étiquette de transfert" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "AAAAMM_étiquette de transfert" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Sous-répertoire date et étiquette de transfert" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Étiquette de transfert" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Nom de fichier originel" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Date/heure et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMJJ-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Date et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "AAAAMMJJ-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Date/heure et numéro d'image" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "AAAAMMJJ-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Date/heure et étiquette de transfert" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMJJ-HHMM-étiquette de transfert-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMJJ-étiquette de transfert-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Date/heure et numéro de vidéo" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "AAAAMMJJ_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Résolution" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMJJ-HHMM-1-1920 x 1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" "Sélectionner une étiquette de transfert existante ou en créer une nouvelle" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "L'étiquette de transfert sera appliquée à %s qui n'a pas encore d'étiquette." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "L'étiquette de transfert sera appliquée à %s qui n'ont pas encore " "d'étiquettes." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Appliquer une étiquette au transfert" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Entrez une nouvelle étiquette de transfert" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "La nouvelle étiquette de transfert sera appliquée à %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nouvelle étiquette de transfert" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Étiquette de transfert :" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Sélectionnez des photos et des vidéos pour pouvoir leur appliquer une " "nouvelle étiquette de transfert ou une existante." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "La nouvelle étiquette de transfert sera appliquée à toutes les photos et/ou " "vidéos." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Cliquez sur le bouton Appliquer pour appliquer l'étiquette de transfert " "actuelle à toutes les photos et/ou vidéos sélectionnées. Vous pouvez " "également double-cliquer sur l'étiquette." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "La suppression d'une étiquette de transfert ne la supprime que de la liste " "des étiquettes sauvegardées, et non des photos ou des vidéos auxquels elle a " "pu être appliquée." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Si vous souhaitez utiliser les étiquettes de transfert, configurez le " "renommage de fichier ou les noms de sous-dossiers de destination." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Derniers utilisés" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Types d'étiquettes de transfert :" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Ordre croissant" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Ordre décroissant" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nouveau..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Appliquer" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Supprimer" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Tout supprimer" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" "Souhaitez-vous vraiment supprimer toutes les étiquettes de transfert ?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Supprimer toutes les étiquettes de transfert" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Étiquettes de transfert" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Conseil : %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Enregistrer un nouveau préréglage personnalisé..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Supprimer tous les préréglages personnalisés..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Nouveau préréglage personnalisé)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (modifié)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Mettre à jour le préréglage personnalisé « %s »" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Enregister le nouveau préréglage personnalisé - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Nom du préréglage :" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Éditeur de sous-répertoires photo" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Éditeur de sous-répertoires vidéo" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Renommage de photos" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Renommage de vidéos" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Attention : Il n'y a pas suffisamment " "de données pour générer entièrement le nom. Veuillez utiliser d'autres " "options de renommage." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
              %(separator)s creates a new subfolder level." msgstr "" "Le caractère %(separator)s créé un nouveau niveau de sous-dossier." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Il n'est pas nécessaire de commencer ou de finir avec le séparateur de " "dossiers %(separator)s, car il est ajouté automatiquement." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Attention: Des noms de fichiers unique " "ne seront peut être pas générés. Utiliser Sequence values pour avoir des " "noms uniques." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Préréglage :" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Insérer" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

              Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

              Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Enregistrer le préréglage - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

              Creating a custom preset is not required, but can help " "you keep organized.

              The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Voulez-vous enregistrer les modifications dans un nouveau préréglage " "personnalisé ?

              La création d'un préréglage personnalisé n'est pas " "nécessaire, mais peut vous aider à rester organisé.

              Les modifications " "apportées aux préférences seront toujours appliquées indépendamment de la " "création ou non d'un nouveau préréglage personnalisé." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

              If you " "like, you can create a new custom preset or update the existing custom " "preset.

              The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Voulez-vous enregistrer les modifications dans un préréglage personnalisé " "?

              Si vous le souhaitez, vous pouvez créer un nouveau préréglage " "personnalisé ou mettre à jour le préréglage personnalisé " "existant.

              Les modifications apportées aux préférences seront toujours " "appliquées indépendamment de la sauvegarde d'un préréglage personnalisé ou " "non." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Enregister le nouveau préréglage personnalisé" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Préférences" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Langue" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisation" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatures" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Gestion des erreurs" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Avertissements" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Consolidation" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Analyse de périphérique" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Analyser uniquement les périphériques externes" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Rechercher des photos et des vidéos uniquement sur des périphériques " "externes à l'ordinateur,\n" "y compris les appareils photo, les cartes mémoire, les disques durs externes " "et les lecteurs flash USB." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Analyser uniquement les dossiers spécifiques sur les périphériques" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Rechercher des photos et des vidéos uniquement dans les dossiers spécifiés " "ci-dessous (à l'exception des chemins\n" "spécifié dans « Chemins ignorés »).\n" "\n" "Si vous modifiez ce paramètre, tous les périphériques seront à nouveau " "analysés." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Dossiers à analyser :" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Dossiers au niveau de base des systèmes de fichiers de périphérique à " "analyser\n" "pour les photos et les vidéos." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Ajouter..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Ajouter un dossier à la liste des dossiers à analyser pour les photos et " "vidéos.\n" "\n" "La modification de ce paramètre entraîne une nouvelle analyse de tous les " "périphériques." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Supprimer" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Supprimer un dossier de la liste des dossiers pour rechercher des photos et " "des vidéos.\n" "\n" "La modification de ce paramètre entraîne une nouvelle analyse de tous les " "périphériques." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Périphériques configurés pour être automatiquement ignorés ou téléchargés." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Périphériques mémorisés" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Supprimer un périphérique de la liste des périphériques à ignorer ou à " "télécharger automatiquement." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Emplacements exclus" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "La fin d'un chemin qui ne devrait jamais être analysé pour des photos ou des " "vidéos." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Ajoutez un chemin d'accès à la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Supprimez un chemin de la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Effacez la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Utiliser les expressions régulières de style Python" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Utilisez des expressions régulières dans la liste des chemins ignorés.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Langue : " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Prend effet au prochain démarrage" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatisation du programme" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Démarrer le transfert au démarrage de l'application" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Commencer le transfert lors de l'insertion d'un périphérique" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Démonter (éjecter) le périphérique à la fin du transfert" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Quitter l'application après un transfert réussi" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Quitter l'application même si des avertissements ou des erreurs ont été " "signalés lors du transfert" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Génération de miniatures" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Générer des miniatures" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" "Générer des miniatures pour afficher dans la fenêtre principale du programme" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Mettre en cache les miniatures" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Enregistrez les miniatures présentées dans la fenêtre du programme principal " "dans un cache de vignette unique à Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Générer des miniatures système" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Pendant le transfert, enregistrez les miniatures qui peuvent être utilisées " "par les gestionnaires de fichiers de bureau et d'autres programmes" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Nombre de cœurs de processeur utilisés pour générer des miniatures." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Cœurs de processeur :" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Calcul..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "jours" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "indéfiniment" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Taille du cache :" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Nombre de miniatures :" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Taille de la base de données :" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Cacher les miniatures non traitées pour :" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Purger le cache..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimiser le cache..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Passer le transfert" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Ne pas transférer le fichier et émettre un message d'erreur" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Ajouter un identifiant unique" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Ajouter un identifiant comme _1 ou _2 à la fin du nom de fichier, " "immédiatement avant l'extension du fichier" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Écraser" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Écraser le fichier précédemment sauvegardé" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Passer" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Ne pas écraser le fichier de sauvegarde et émettre un message d'erreur" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Lorsqu'une photo ou une vidéo du même nom a déjà été transférée, choisissez " "d'ignorer le ttransfert du fichier ou d'ajouter un identifiant unique :" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Utiliser des nombres séquentiels pour générer des noms de fichiers uniques " "est fortement recommandé. Configurez le renommage de fichier depuis le " "panneau Renommer de la fenêtre principale." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Lors de la sauvegarde, choisissez d'écraser le fichier qui possède le même " "nom sur le périphérique de sauvegarde ou de passer la sauvegarde :" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Avertissements de programme" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Afficher un avertissement lorsque :" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Transfert des fichiers actuellement non affichés" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avertir lorsque sur le point de transférer des fichiers qui ne sont pas " "affichés dans la fenêtre principale." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Les destinations de sauvegarde sont manquantes" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avertir avant de commencer un transfert s'il n'est pas possible de " "sauvegarder les fichiers." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Les bibliothèques de programme sont manquantes ou cassées" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avertir si une bibliothèque de logiciels utilisée par Rapid Photo Downloader " "est manquante ou ne fonctionne pas." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Les métadonnées du système de fichiers ne peuvent pas être définies" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avertir s'il y a une erreur dans la définition des métadonnées du système de " "fichiers d'un fichier, comme sa date de modification." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Fichiers non gérés rencontrés" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avertir après l'analyse d'un périphérique ou de cet ordinateur s'il existe " "des fichiers non reconnus qui ne seront pas inclus dans le transfert." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne pas avertir à propos des fichiers non gérés avec des extensions :" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Les extensions de fichiers ne sont pas sensibles à la casse et ne doivent " "pas inclure le point de séparation." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Ajouter" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Ajoutez une extension de fichier à la liste des types de fichiers non pris " "en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Retirez une extension de fichier de la liste des types de fichiers non pris " "en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Videz la liste des types de fichiers non pris en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Consolidation de photos et de vidéos" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyse les résultats des analyses de périphériques à la recherche de " "fichiers en double et de paires RAW et JPEG correspondantes,\n" "les comparant sur plusieurs appareils et sessions de téléchargement." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Traiter les fichiers RAW et JPEG en tant que :" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Une photo" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Deux photos" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Afficher les paires de photos RAW et JPEG correspondantes sur une seule " "photo et, si elle est cochée, télécharger les deux." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Afficher les paires de photos RAW et JPEG correspondantes sous la forme de " "deux photos différentes. Vous pouvez toujours synchroniser leurs numéros de " "séquence." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Avec des photos RAW et JPEG correspondantes :" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Ne pas marquer les JPEG pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Ne marque pas les RAW pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Marquer les deux pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Lorsque les photos RAW et JPEG correspondantes sont trouvées, les marquer " "automatiquement pour téléchargement." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Si vous désactivez la consolidation de fichiers, choisissez ce qu'il faut " "faire lorsqu'un périphérique de téléchargement est inséré pendant que les " "téléchargements terminés sont affichés :" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Lorsqu'un périphérique de transfert est inséré lorsque les transferts " "effectués sont affichés :" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Effacer les transferts terminés" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Conserver l'affichage des transferts terminés" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Demander ce qu'il faut faire" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Effacer automatiquement l'affichage des transferts terminés chaque fois " "qu'un nouveau périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Continuez à afficher les transferts terminés chaque fois qu'un nouveau " "périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Demander s'il faut continuer à afficher les transferts terminés ou les " "effacer chaque fois qu'un nouveau périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer les métadonnées de date/heure DNG sur les périphériques MTP" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer les métadonnées de date/heure DNG sur les périphériques MTP et " "utiliser la date de modification du fichier à la place.\n" "\n" "Utile pour les périphériques comme certains téléphones et tablettes qui " "créent des métadonnées DNG incorrectes." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Lire les métadonnées des photos en utilisant uniquement ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Utilise ExifTool au lieu d'Exiv2 pour lire les métadonnées des photos et " "extraire les miniatures.\n" "\n" "La valeur par défaut est d'utiliser Exiv2, en s'appuyant sur ExifTool " "uniquement lorsqu'Exiv2 ne prend pas en charge\n" "le format de fichier lu.\n" "\n" "Exiv2 est rapide, précis et presque toujours fiable, mais il se bloque lors " "de l'extraction\n" "des métadonnées d'un petit nombre de fichiers, tels que les fichiers DNG " "produits par les appareils photo\n" "Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

              Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

              The default is to use MediaInfo and Gstreamer, " "with three exceptions:

              1. ExifTool reports a time zone and MediaInfo " "does not.
              2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
              3. Gstreamer is unable to extract " "thumbnails.
              " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Transferts terminés" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "< Langue du système >" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Rétablit les valeurs de préférence %s par défaut" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Voulez-vous purger le cache des miniatures ? Le cache sera purgé au prochain " "redémarrage." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Purger le cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Voulez-vous optimiser le cache des miniatures ? Le cache sera optimisé au " "prochain redémarrage." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimiser le cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Saisir un dossier à analyser" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Spécifiez un dossier qui sera analysé" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Dossier :" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Saisissez un emplacement à exclure" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Saisissez un emplacement pour lequel les photos et les vidéos ne seront pas " "recherchées" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Emplacement :" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Saisir une extension de fichier" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Spécifier une extension de fichier (sans le point)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Extension :" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Extension de fichier non valide" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "L'extension de fichier %s est reconnue par Rapid Photo Downloader, il " "est donc inutile de prévenir de sa présence." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Types de fichiers reconnus :\n" "\n" "Photos :\n" "%(photos)s\n" "\n" "Vidéos :\n" "%(videos)s\n" "\n" "Audio :\n" "%(audio)s\n" "\n" "Autres :\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Mariage" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Anniversaire" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" "Les préférences de sous-dossier ne devraient pas commencer avec un %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" "Les préférences de sous-dossier ne devraient pas se terminer avec un %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Les préférences de sous-dossier ne devraient pas contenir deux %s consécutifs" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Transférer 8 photos et 10 vidéos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erreur : %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Erreur : %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erreur GPhoto2 : %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Impossible d'initialiser l'appareil photo, probablement parce qu'un autre " "programme l'utilise. Aucun fichier n'a été copié." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Impossible de lire le répertoire %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Impossible d'accéder à la date de modification ou à la taille de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Impossible de lire le fichier %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Impossible d'écrire le fichier %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Impossible de déplacer le fichier %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Impossible de supprimer le fichier %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Impossible de copier le fichier %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Le fichier de longueur zéro %s ne sera pas téléchargé" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "Impossible de déterminer la date de modification du système de fichiers pour " "%s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Impossible de charger les métadonnées depuis %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Impossible de charger les métadonnées depuis %(name)s. Le %(filetype)s n'a " "pas été téléchargé." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Une erreur s'est produite lors du paramétrage des métadonnées du système de " "fichiers d'un fichier sur le système de fichiers %s. Si cette erreur " "survient à nouveau sur le même système de fichiers, elle ne sera plus " "signalée." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Fichier %s non géré rencontré. Il ne sera pas transférer." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existe déjà." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "La %(destination)s de %(filetype)s a été modifiée le %(date)s à %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" "La %(source)s de %(filetype)s n'a pas été transférée depuis %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "La %(source)s de %(filetype)s a été transférée depuis %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "L'identifiant unique « %s » a été ajouté au nom de fichier." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La %(destination)s de sauvegarde existante de %(filetype)s a été modifiée le " "%(date)s à %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "La %(source)s de %(filetype)s n'a pas été sauvegardée depuis %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La précédente %(destination)s de sauvegarde de %(filetype)s a été modifiée " "le %(date)s à %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Lors de la synchronisation des valeurs de séquence RAW + JPEG, un %(file)s " "%(filetype)s a été rencontré et n'a pas été téléchargé." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Lors de la synchronisation des valeurs de séquence RAW + JPEG, les photos " "ont été détectées avec les mêmes noms de fichiers, mais prises à des moments " "différents :" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s a été prise le %(image1_date)s à %(image1_time)s, et %(image2)s " "le %(image2_date)s à %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Impossible de finaliser le nom de fichier pour %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "La métadonnée %(type)s est manquante." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Les métadonnées suivantes sont manquantes : %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Conversion de date/heure échouée : %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Impossible d'extraire les métadonnées de date/heure valides ou de déterminer " "l'heure de modification du fichier." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Le nom de fichier n'a pas d'extension." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Le nom du fichier n'a pas de composante unique." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" "Erreur lors de la génération du composant %(component)s. Erreur : %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Il n'y a pas de données pour générer le %(subfolder_file)s pour " "%(filename)s. Le %(filetype)s n'a pas été téléchargé." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Impossible de créer le sous-dossier de téléchargement %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Impossible de créer le sous-dossier de sauvegarde %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problèmes durant l'analyse de %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problèmes de copie depuis %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problèmes lors de la finalisation des noms de fichiers et de la génération " "de sous-dossiers" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problèmes de sauvegarde vers %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Le temps écoulé entre les photos et vidéos consécutives qui est utilisé pour " "construire la chronologie" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1,5 h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "La chronologie regroupe des photos et des vidéos en fonction de la durée " "écoulée entre les prises consécutives. Utilisez-la pour identifier les " "photos et les vidéos prises à différentes périodes dans une seule journée ou " "durant plusieurs jours consécutifs." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Utilisez le curseur (ci-dessous) pour régler le temps écoulé entre les " "prises de vue consécutives utilisé pour construire la chronologie." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Chronologie en construction..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Construction de la chronologie..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

              The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Basculer de la synchronisation de la chronologie au défilement des " "miniatures (Ctrl T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

              Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool a rencontré un problème

              Rapid Photo Downloader " "utilise ExifTool pour récupérer les métadonnées des photos et vidéos. Le " "programme fonctionnera sans, mais son installation est vivement " "recommandée." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problème avec ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

              Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problème avec libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

              To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

              Missing applications: " "%(applications)s

              Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

              Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

              \n" "

              Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

              " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Télécharger" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Actualiser..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Préférences" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Quitter" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "&Rapports d'erreur" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Effacer les transferts terminés" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Astuce du jour..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Signaler un problème..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Faire un don..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Traduire cette application..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&À propos..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Chronologie" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Destination" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Renommer" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Sauvegarde" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Activer ou désactiver l'utilisation de périphériques reliés à cet ordinateur " "en tant que sources de transfert" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Activer ou désactiver l'utilisation d'un répertoire sur cet ordinateur en " "tant que source de transfert" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Cet ordinateur" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Sélectionner un répertoire source" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Tout" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Nouveau" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Afficher :" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Heure de modification" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "État enregistré" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Type de fichier" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Périphérique" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Tri :" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Tout sélectionner :" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Transférer %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Reprendre le transfert" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Suspendre" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Merci de signaler un problème dans Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

              Do you really want to " "change the source path to %(new_path)s?

              You are currently downloading " "from %(source_path)s.

              If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "photo" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "vidéo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" "Vous ne pouvez pas changer la destination du transfert pendant qu'il " "s'exécute." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

              Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Confirmation de la destination du transfert

              Voulez-vous " "vraiment définir la destination du transfert %(file_type)s en %(path)s ?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

              \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

              \n" "Do you want to proceed with the download?" msgstr "" "\n" "Téléchargement de tous les fichiers

              \n" "Un téléchargement comprend toujours tous les fichiers dont le téléchargement " "est vérifié,\n" "y compris ceux qui ne sont pas actuellement affichés parce que la " "chronologie\n" "est utilisée ou parce que seuls les nouveaux fichiers sont " "affichés.

              \n" "Voulez-vous continuer le téléchargement ?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ces répertoires de destination ne sont pas valides :\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ce répertoire de destination n'est pas valide :\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Échec de transfert" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Le transfert ne peut pas se dérouler." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Les photos et les vidéos ne seront pas sauvegardées car il n'y a pas " "d'emplacement pour les sauvegarder. Voulez-vous toujours commencer le " "transfert ?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Il n'existe aucun périphérique de sauvegarde pour la sauvegarde de " "%(filetype)s. Voulez-vous toujours lancer le transfert ?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "photos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "vidéos" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" "Les destinations de sauvegarde de photos et de vidéos n'existent pas ou " "ne peuvent pas être écrites.

              Voulez-vous toujours lancer le " "transfert ?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

              Do you still want to start the download?" msgstr "" "La destination de sauvegarde%(filetype)s n'existe pas ou ne peut pas être " "écrite.

              Voulez-vous toujours lancer le transfert ?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problème de sauvegarde" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s left (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s transférés" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "erreur lors du transfert de %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avertissements" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Tous les transferts sont terminés" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s transféré" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "Échec de transfert pour %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 échec" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d échecs" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 avertissement" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d avertissements" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(no_files_and_types)s transférés de %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "%(no_files_and_types)s transférés de %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Aucun fichier transféré — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Aucun fichier transféré" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Les préférences de l'application ne sont pas valides" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

              It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

              On some models you also need to change the setting to allow " "the use of USB for File Transfer.

              Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

              Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

              Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

              If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

              If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

              Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

              Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Activer l'accès à l'appareil iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Réessayer" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorer ce périphérique" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Désolé, un problème inattendu s'est produit lors de l'analyse de %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" "Malheureusement, vous ne pouvez pas transférer depuis ce périphérique." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Une solution pour régler le problème pourrait être un transfert depuis la " "carte mémoire de l'appareil photo à l'aide d'un lecteur de carte." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Analyse du périphérique échouée" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

              You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s ne peut pas être analysé car il ne peut pas être " "démonté.

              Vous pouvez fermer toute autre application (comme un " "navigateur de fichiers) qui l'utilise et réessayez. Si cela ne fonctionne " "pas, débranchez %(camera)s de l'ordinateur et rebranchez-le." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

              You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Le téléchargement ne peut pas démarrer car %(camera)s ne peut pas être " "démonté.

              Vous pouvez fermer toute autre application (comme un " "navigateur de fichiers) qui l'utilise et réessayez. Si cela ne fonctionne " "pas, débranchez %(camera)s de l'ordinateur et rallumez-le, puis, choisissez " "les fichiers que vous souhaitez télécharger." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Téléchargement terminé" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s dont le téléchargement est terminé sont affichés." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Voulez-vous effacer les transferts terminés ?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Téléchargement terminé" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s dont le téléchargement est terminé sont affichés." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Voulez-vous effacer le transfert terminé ?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Voulez-vous transférer des photos et des vidéos depuis le périphérique " "%(device)s ?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Voulez-vous ignorer les %s chaque fois que ce programme est exécuté ?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Tous les appareils photo, téléphones et tablettes portant le même nom de " "modèle seront ignorés." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Voulez-vous ignorer le périphérique %s à chaque fois que ce programme est " "exécuté ?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Tout périphérique portant le même nom sera ignoré." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Transfert de %(location)s vers cet ordinateur." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

              On some systems, scanning " "this location can take a very long time." msgstr "" "Voulez-vous vraiment transférer à partir d'ici ?

              Sur certains " "systèmes, l'analyse de cet emplacement peut prendre beaucoup de temps." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Génération des miniatures pour %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Analyse de %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s sur %(available files)s contrôlés pour transfert (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s contrôlés pour transfert" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" "Afficher les numéros de version du programme et de ses bibliothèques et " "quitter." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" "Afficher les informations du programme lors de l'exécution à partir de la " "ligne de commande." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Afficher les informations de débogage lorsque exécuté en ligne de commande." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Lister les extensions de fichiers photo et vidéo que le programme reconnaît " "et quitter." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Activer ou désactiver le renommage de photos." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Activer ou désactiver le renommage de vidéos." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Activer ou désactiver la détection automatique des périphériques à partir " "desquels transférer." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Activer ou désactiver le transfert à partir de cet ordinateur." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "CHEMIN" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Le CHEMIN sur cet ordinateur depuis lequel transférer." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Le CHEMIN vers lequel les photos seront transférées." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Le CHEMIN vers lequel les vidéos seront transférées." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Activer ou désactiver la sauvegarde de photos et de vidéos pendant le " "transfert." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Activer ou désactiver la détection automatique des périphériques de " "sauvegarde." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "RÉPERTOIRE" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "Le DOSSIER dans lequel les sauvegardes sont stockées sur le périphérique de " "sauvegarde de photos détecté automatiquement, le nom du dossier étant " "utilisé pour identifier si le périphérique est utilisé ou non pour les " "sauvegardes. Pour chaque périphérique que vous souhaitez utiliser pour " "sauvegarder des photos, créez un dossier avec ce nom." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "Le DOSSIER dans lequel les sauvegardes sont stockées sur le périphérique de " "sauvegarde vidéo détecté automatiquement, le nom du dossier étant utilisé " "pour identifier si le périphérique est utilisé ou non pour les sauvegardes. " "Pour chaque périphérique que vous souhaitez utiliser pour sauvegarder des " "vidéos, créez un dossier avec ce nom." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Le CHEMIN où les photos seront sauvegardées lorsque la détection automatique " "des périphériques de sauvegarde est désactivée." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Le CHEMIN où les vidéos seront sauvegardées lorsque la détection automatique " "des périphériques de sauvegarde est désactivée." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer les photos avec l'extension suivante : %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Activer ou désactiver le démarrage des transferts dès que le programme " "démarre lui-même." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Activer ou désactiver le démarrage des transferts dès qu'un périphérique est " "connecté." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Activer ou désactiver l'utilisation du cache des miniatures de Rapid Photo " "Downloader. L'éteindre ne supprime pas le contenu du cache existant." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Supprimer toutes les miniatures dans le cache de miniatures de Rapid Photo " "Downloader et quitter." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Oublier les fichiers précédemment transférés et quitter." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importer les préférences à partir d'une ancienne version de programme et " "quitter. Nécessite le programme en ligne de commande gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Réinitialiser tous les paramètres de programme à leurs valeurs par défaut, " "supprimer toutes les miniatures dans le cache des miniatures, oublier les " "fichiers précédemment transférés et quitter." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" "Inclure les information de débogage de gphoto2 dans les fichiers journaux." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Imprimer les informations sur le terminal à propos des appareils photo " "connectés et quitter." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Pour importer des préférences à partir de l'ancienne version de Rapid Photo " "Downloader, vous devez installer le programme gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Aucune préférence de programme préalable détectée : sortie." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" "Importation de préférences à partir de Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Voulez-vous copier le numéro de séquence mémorisé, qui a la valeur %d ?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Abandon du programme." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Ne jamais exécuter ce programme en tant qu'utilisateur sudo / root." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Vous devez installer ExifTool pour exécuter Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader est installé à plusieurs endroits.\n" "\n" "Désinstallez toutes les copies sauf la version que vous souhaitez exécuter." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Tous les paramètres et caches ont été réinitialisés." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Le cache des miniatures a été réinitialisé." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Les fichiers mémorisés ont été oubliés." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Se souvenir de ce choix" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Ne plus me demander" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Ne plus m'avertir" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Ne plus avertir à propos des bibliothèques de programmes manquantes ou " "cassées" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "sous-dossier et nom de fichier" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nom de fichier" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "sous-dossier" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Un compteur pour le nombre de transferts quotidiens" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Transferts journaliers :" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Un compteur rappelé chaque fois que le programme est exécuté " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Nombre stocké :" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "L'heure à laquelle le numéro de séquence Transferts aujourd'hui doit " "être réinitialisé" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Début du jour :" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synchroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchroniser les numéros de séquence pour les couples RAW et JPEG " "correspondants.\n" "\n" "Consultez la documentation en ligne pour plus de détails." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Numéros de séquence" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Enlever les caractères incompatibles" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Si les noms de photos, vidéos ou dossiers doivent avoir des caractères " "supprimés car non-autorisés par d'autres systèmes d'exploitation" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Compatibilité" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Renommage de photos" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Renommage de vidéos" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Options de renommage" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "photos et vidéos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "photos ou vidéos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "une vidéo" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Vidéo" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "une photo" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Photo" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s sur %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Photo" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Vidéo" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Racine du système de fichiers" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Images" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Désolé, le mot de passe était incorrect." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Mot de passe :" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Prise le %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Modifiée le %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Cartes mémoire : %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Carte mémoire : %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Transféré comme :" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

              Previous download:
              %(filename)s
              %(path)s
              %(date)s" msgstr "" "

              Transfert précédent :
              %(filename)s
              %(path)s
              %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

              Manually set as previously downloaded on %(date)s" msgstr "" "

              Défini manuellement comme précédemment téléchargé le %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Copier le chemin" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Marquer le fichier comme étant téléchargé" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Marquer les fichiers comme étant téléchargés" #: ../raphodo/utilities.py:211 msgid "B" msgstr "o" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "ko" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "Mo" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "Go" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "To" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "Po" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s et %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "un" #: ../raphodo/utilities.py:575 msgid "two" msgstr "deux" #: ../raphodo/utilities.py:576 msgid "three" msgstr "trois" #: ../raphodo/utilities.py:577 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:578 msgid "five" msgstr "cinq" #: ../raphodo/utilities.py:579 msgid "six" msgstr "six" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sept" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "huit" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "neuf" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "dix" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "douze" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "treize" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "seize" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "dix-sept" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "dix-huit" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "dix-neuf" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "vingt" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&Valider" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Fermer" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Annuler" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Enregistrer" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Aide" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Rétablir les valeurs par défaut" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Oui" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Non" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Monter le lecteur %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Démonter les lecteurs %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Démonter le lecteur %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Désolé, une erreur s'est produite lors du montage des lecteurs %s" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Désolé, une erreur s'est produite lors du démontage des lecteurs %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Désolé, une erreur s'est produite lors du montage du lecteur %s" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Désolé, une erreur s'est produite lors du démontage du lecteur %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Lecteurs Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Activer le montage automatique des lecteurs Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Monter automatiquement tous les lecteurs Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Lecteur" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Point de montage" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Montage automatique" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Démontage automatique à la sortie" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Opérations en attente :" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Appliquer les opérations en attente" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Voulez-vous monter le lecteur %s ?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Voulez-vous monter les lecteurs %s ?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Lecteur amovible" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Lecteur local" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Transférez, renommez et sauvegardez des photos et des vidéos à partir " "d'appareils photo et d'autres périphériques" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importe des photos et des vidéos depuis des appareils " "photo, des téléphones, des cartes mémoires et d'autres périphériques à haute " "vitesse. Il peut être configuré pour renommer des photos et des vidéos avec " "des noms de fichiers significatifs que vous spécifiez. Il peut également " "sauvegarder des photos et des vidéos lorsqu'elles sont transférées. Il " "télécharge et sauvegarde sur plusieurs périphériques simultanément." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Une des spécificités de Rapid Photo Downloader est sa chronologie, qui " "regroupe des photos et des vidéos en fonction du temps écoulé entre les " "prises consécutives. Utilisez-le pour identifier les photos et les vidéos " "prises à différentes périodes dans une journée ou pendant plusieurs jours " "consécutifs." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Écrit par un photographe pour les photographes professionnels et amateurs, " "Rapid Photo Downloader est facile à configurer et à utiliser. Les " "préférences du programme sont configurées sans utiliser de codes compliqués. " "Les tâches courantes peuvent être automatisées, telles que le démontage " "d'une carte mémoire lorsque le transfert est terminé." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La fenêtre principale" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renommage" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Transfert d'images" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;télécharger;transférer;photographie;importation;vidéo;RAW;appareil " "photo;téléphone;sauvegarde;mémoire;carte;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Transférer des photos et des vidéos avec Rapid Photo Downloader" #~ msgid "Backing up error" #~ msgstr "Erreur lors de la sauvegarde" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Source : %(source)s\n" #~ "Destination : %(destination)s" #~ msgid "Download Progress" #~ msgstr "Progression du transfert" #~ msgid "Size" #~ msgstr "Taille" #~ msgid "Download cannot proceed" #~ msgstr "Impossible de procéder au transfert" #~ msgid "MB/s" #~ msgstr "Mo/s" #~ msgid "and" #~ msgstr "et" #~ msgid "Using backup device" #~ msgstr "Utilisation du volume de sauvegarde" #~ msgid "Using backup devices" #~ msgstr "Utilisation des volumes de sauvegarde" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Environ %(minutes)i:%(seconds)02i restantes" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Environ %i secondes restantes" #~ msgid "About 1 minute remaining" #~ msgstr "Environ 1 minute restante" #~ msgid "About 1 second remaining" #~ msgstr "Environ 1 seconde restante" #, python-format #~ msgid "and %s" #~ msgstr "et %s" #~ msgid "only output errors to the command line" #~ msgstr "n'affiche que les erreurs sur la ligne de commande" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "affiche les informations de l'application sur la ligne de commande lorsque " #~ "l'application est active (défaut: %default)" #~ msgid "Name + extension" #~ msgstr "Nom + extension" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Program Automation" #~ msgstr "Automatisation de l'application" #~ msgid "Example" #~ msgstr "Exemple" #~ msgid "Download Subfolders" #~ msgstr "Sous-dossiers de transfert" #~ msgid "Original:" #~ msgstr "Original :" #~ msgid "Example:" #~ msgstr "Exemple :" #~ msgid "New:" #~ msgstr "Nouveau :" #~ msgid "Error Handling" #~ msgstr "Gestion des erreurs" #~ msgid "Backup\t" #~ msgstr "Sauvegarde\t" #~ msgid "Backup" #~ msgstr "Sauvegarde" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Détecter automatiquement les volumes de stockage amovibles" #~ msgid "Rename Options" #~ msgstr "Options de renommage" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Choisissez le dossier de destination. Les sous-dossiers pour les photos " #~ "transférées seront automatiquement crées dans ce dossier selon la structure " #~ "spécifiée ci-dessous." #~ msgid "Download folder:" #~ msgstr "Dossier de destination :" #~ msgid "Error Log" #~ msgstr "Journal des erreurs" #~ msgid "Rename Options" #~ msgstr "Options de renommage" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Préférences : Rapid Photo Downloader" #~ msgid "_Error Log" #~ msgstr "Journal des _erreurs" #~ msgid "_Help" #~ msgstr "_Aide" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemple : %s" #~ msgid "Select a folder to download photos to" #~ msgstr "Sélectionnez le dossier de destination" #~ msgid "Download Folder" #~ msgstr "Dossier de destination" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/disqueexterne/Photos" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Effacer les transferts terminés" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Spécifiez l'heure au format 24h à laquelle la séquence Transferts " #~ "journaliers doit être réinitialisée." #~ msgid "externaldrive1" #~ msgstr "disqueexterne1" #~ msgid "externaldrive2" #~ msgstr "disqueexterne2" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilité avec d'autres systèmes d'exploitation" #~ msgid "Download / Pause" #~ msgstr "Transfert / Pause" #~ msgid "_Translate this Application..." #~ msgstr "_Traduire cette application..." #~ msgid "Sequence Numbers" #~ msgstr "Séquences numériques" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Prague" #~ msgid "Manila" #~ msgstr "Manille" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Téhéran" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rome" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsovie" #~ msgid "Job Codes" #~ msgstr "Étiquettes de transfert" #~ msgid "Job Codes" #~ msgstr "" #~ "Étiquettes de transfert" #~ msgid "Enter a Job Code" #~ msgstr "Entrer une étiquette de transfert" #~ msgid "Job Code:" #~ msgstr "Étiquette de transfert" #~ msgid "Device Detected" #~ msgstr "Périphérique détecté" #~ msgid "_Add..." #~ msgstr "_Ajouter..." #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Source : %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "" #~ "Synchroniser les séquences numériques pour les paires d'images RAW + JPEG" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Le dossier de destination n'a pas pu être créé %(directory)s\n" #~ msgid "Remove all Job Codes?" #~ msgstr "Supprimer toutes les étiquettes de transfert ?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "" #~ "Êtes-vous sûr de vouloir supprimer toutes les étiquettes de transfert ?" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Sélectionnez un dossier contenant %(file_types)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Sélectionnez un dossier vers lequel transférer vos vidéos" #~ msgid "Error in Video Rename preferences" #~ msgstr "Erreur dans les préférences de renommage des vidéos" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Erreur dans les préférences de renommage des photos" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Erreur dans les préférences des sous-dossiers de transfert de vidéos" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Erreur dans les préférences des sous-dossiers de transfert de photos" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Attention : Il n'y a pas assez de métadonnées pour générer " #~ "correctement le nom. Utilisez d'autres options de renommage." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Des photos portant le même nom mais prises à différents moments ont été " #~ "détectées" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Les préférences de dossier %(filetype)s entrées sont invalides et ne peuvent " #~ "être utilisées.\n" #~ "Elles vont être réinitialiseées à leurs valeurs par défaut." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Attention : Il n'y a pas suffisamment de métadonnées pour générer " #~ "les sous-dossiers correctement. Veuillez utiliser d'autres options pour " #~ "nommer les sous-dossiers." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s sur %(total)s %(filetypes)s (%(remaining)s restants)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s sur %(total)s %(filetypes)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erreur : %(inst)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Réinitialise tous les paramètres et préférences du programme" #~ msgid "Photos:" #~ msgstr "Photos :" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Liste des extensions de fichiers photo et vidéo reconnues par le programme" #~ msgid "Videos:" #~ msgstr "Vidéos :" #~ msgid "All settings and preferences have been reset" #~ msgstr "Tous les paramètres et préférences ont été réinitialisés" #~ msgid "display debugging information when run from the command line" #~ msgstr "Affiche les informations de débogage en mode console" #~ msgid "Photo Rename" #~ msgstr "Renommage des phtoos" #~ msgid "Photo Rename\t" #~ msgstr "Renommage des photos\t" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemple : /home/utilisateur/Images" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Dossiers de destination des " #~ "photos" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Dossiers de destination des " #~ "vidéos" #~ msgid "Video Rename\t" #~ msgstr "Renommage des vidéos\t" #~ msgid "Automatically detect devices" #~ msgstr "Détecter les périphériques automatiquement" #~ msgid "Photo backup folder name:" #~ msgstr "Dossier de sauvegarde des photos :" #~ msgid "Location:" #~ msgstr "Emplacement :" #~ msgid "Photo Rename" #~ msgstr "Renommage des photos" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Transférez vos photos et vidéos de façon simple et fiable" #~ msgid "_File" #~ msgstr "_Fichier" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Photo et Vidéo Conflits de noms" #~ msgid "Free space:" #~ msgstr "Espace libre :" #~ msgid "; " #~ msgstr ", " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s disponibles" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Erreur lors de la génération de la composante %s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Des photos ayant des noms de fichiers indentiques mais ayant été prises à " #~ "des moments différents ont été détectées : %(details)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Erreur : %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Les métadonnées sont peut-être corrompues" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problèmes lors de la génération de %s" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problème lors de la génération du sous-dossier et du nom de fichier" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problème lors de la génération du sous-dossier et du nom de fichier" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problème lors de la génération de %s" #~ msgid "there were errors backing up" #~ msgstr "il y a eu des erreurs lors de la sauvegarde" #~ msgid "Multiple problems were encountered" #~ msgstr "Plusieurs problèmes ont été rencontrés" #~ msgid "there was an error backing up" #~ msgstr "il y a eu une erreur lors de la sauvegarde" #~ msgid "There were errors backing up" #~ msgstr "Il y a eu des erreurs lors de la sauvegarde" #~ msgid "There was an error backing up" #~ msgstr "Il y a eu une erreur lors de la sauvegarde" #~ msgid "Next File" #~ msgstr "Fichier suivant" #~ msgid "Previous File" #~ msgstr "Fichier précédent" #~ msgid "_Download" #~ msgstr "_Transférer" #~ msgid "_Check All" #~ msgstr "Tout _cocher" #~ msgid "Devices" #~ msgstr "Périphériques" #~ msgid "Miscellaneous" #~ msgstr "Divers" #~ msgid "Video Rename" #~ msgstr "Renommage des vidéos" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sauvegarde écrasée sur %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Backups already exist in these locations: " #~ msgstr "Des sauvegardes existent déjà aux emplacements suivants : " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s et %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s et %(volume)s (%(inst)s)." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Une sauvegarde existe déjà sur %(volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sauvegardes écrasées sur les périphériques suivants : " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Une erreur s'est produite lors de la création des répertoires sur " #~ "%(volume)s : %(inst)s." #~ msgid "Video backup folder name:" #~ msgstr "Dossier de sauvegarde des vidéos :" #~ msgid "_Include in download" #~ msgstr "_Inclure dans le transfert" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Lorsqu'une photo ou une vidéo portant le même nom a déjà été transférée, " #~ "choisissez si vous souhaitez sauter le transfert ou si vous préférez ajouter " #~ "un identifiant unique." #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sauvegarde sur %(path)s" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Séléctionner tous les fic_hiers ayant une étiquette de transfert" #~ msgid "Select All Without _Job Code" #~ msgstr "Séléctionner tous les fichiers n'ayant pas d'étiquette de transfert" #~ msgid "_Select" #~ msgstr "_Sélection" #, python-format #~ msgid "Folder: %s" #~ msgstr "Répertoire: %s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fichier: %(file)s" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s n'a pu être sauvegardé car aucun emplacement approprié nà pu " #~ "être trouvé." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s existe déjà" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadonné(e) illisible(s)" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Une erreur s'est produite lors de la copie de %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s n'a pu être généré" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "La valeur de date et heure %s semble non valable." #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Une erreur c'est produite lors de l'archivage sur %(volume)s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "La dernière modification du fichier existant %(filetype)s a été effectuée le " #~ "%(date)s à %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "La dernière modification du fichier existant %(filetype)s a été effectuée le " #~ "%(date)s à %(time)s. L'identifiant unique '%(identifier)s' ajouté." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Une erreur c'est produite lors de l'archivage sur %(volume)s: %(inst)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Il n'y a aucune donnée pour nommer le %(filetype)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Ainsi que, %(newproblem)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Il a été archivé sur %(volume)s" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s et %(final_volume)s." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s existe déjà, mais cela a été archivé" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, et %(backinguperror)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Une erreur s'est produite lors de la copie de %(filetype)s, mais cela a été " #~ "archivé" #~ msgid "The following metadata is missing: " #~ msgstr "la métadonnée suivante est manquante: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s et %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " En outre, il y avait un %(problem)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " En outre, il y avait des %(problems)s." #, python-format #~ msgid "Path: %s" #~ msgstr "Chemin: %s" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Spécifier si les noms de photo, de vidéo et de dossier doivent avoir des " #~ "caractères supprimés n'étant pas autorisés par d'autre systèmes " #~ "d'exploitation." #~ msgid "_Remember this choice" #~ msgstr "Se souveni_r de ce choix" #~ msgid "_Get Help Online..." #~ msgstr "Aide en li_gne..." #~ msgid "_Make a Donation..." #~ msgstr "Faire un don..." #~ msgid "_View" #~ msgstr "_Voir" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "Le périphérique %(device)s n'a pas été démonté" #~ msgid "Performance" #~ msgstr "Performance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Générer les aperçus (plus lent)" #~ msgid " It was backed up to these devices: " #~ msgstr " Il a été archivé sur ce périphérique : " #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Lors de l'archivage, choisir s'il faut écraser ou passer un fichier ayant le " #~ "même nom sur le volume de sauvegarde." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Démonter (« éjecter ») le périphérique après un transfert réussi" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Spécifier le dossier dans lequel l'archivage est stocké sur le périphérique. " #~ " \n" #~ "\n" #~ "Note: ceci sera également utilisé pour déterminer si oui ou non le " #~ "périphérique est utilisé pour les sauvegardes. Créez un répertoire avec un " #~ "de ces noms sur chaque volume de sauvegarde." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Des erreurs se sont produites lors de la sauvegarde sur le volume de " #~ "sauvegarde suivant : " #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Des erreurs se sont produites lors de la création des répertoires sur les " #~ "volume de sauvegarde suivants : " #~ msgid "Video Folders" #~ msgstr "Dossiers vidéos" #~ msgid "Photo Folders" #~ msgstr "Dossiers photos" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Si vous désactivez la détection automatique, choisissez les emplacements " #~ "exacts des photos et vidéos." #~ msgid "Re_move All" #~ msgstr "Tout suppri_mer" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Les périphériques sont les emplacements d'où sont chargés les photos et " #~ "vidéos, tels que les caméras, les cartes mémoire ou volumes de stockage " #~ "amovibles.\n" #~ "\n" #~ "Vous pouvez charger à partir de différents périphériques simultanément ou " #~ "vous pouvez spécifier un emplacement sur votre disque dur.\n" #~ "\n" #~ "Charger directement à partir d'une caméra est actuellement une options au " #~ "stade expérimental. Si le chargement direct à partir de la caméra " #~ "fonctionnement lentement ou pas du tout, essayez le réglage en mode PTP. Si " #~ "c'est impossible, un lecteur de carte devra être utilisé." #~ msgid "Invalid regular expression" #~ msgstr "Expression rationnelle non valide" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Enlever tous les exmplacements exclus ?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Enlever tous les exmplacements exclus ?" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Les expressions rationnelles ci-dessous sont invalides et seront enlevées si " #~ "vous ne les corrigez pas :\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Cette expression rationnelle est invalide et sera enlevée si vous ne la " #~ "corrigez pas :\n" #~ "%s" #~ msgid "Use _python-style regular expressions" #~ msgstr "Utiliser les expressions rationnelles de type _python" #~ msgid "Remembered Paths" #~ msgstr "Emplacements mémorisés" #~ msgid "Device Options" #~ msgstr "" #~ "Options des périphériques" #~ msgid "Device Options" #~ msgstr "Options des périphériques" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Choisissez le dossier de destination. Des sous-dossiers pour les vidéos " #~ "transférées seront automatiquement créés dans ce dossier en utilisant la " #~ "structure spécifiée ci-dessous." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Si vous activez la détection automatique des volumes de stockage amovibles, " #~ "le périphérique sera scanné dans son intégralité. Pour les grands volumes, " #~ "cela peut prendre un certain temps.\n" #~ "\n" #~ "Lorsque cette options est activée et qu'un périphérique potentiel est " #~ "détecté, il vous sera demandé s'il doit être scanné ou non." #~ msgid "R_emove All" #~ msgstr "Tout supprim_er" #~ msgid "Backup" #~ msgstr "Sauvegardes" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Choisissez un dossier dans lequel sauvegarder les vidéos" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Choisissez un dossier dans lequel sauvegarder les photos" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Supprimer tous les emplacements mémorisés ?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Supprimer tous les emplacements mémorisés ?" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sauvegarde des photos vers %(path)s et des vidéos vers %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sauvegarde des photos et vidéos vers %(path)s" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Les emplacements mémorisés sont associés aux périphériques que vous avez " #~ "choisis de toujours scanner ou ignorer lorsque la détection automatique des " #~ "périphériques de stockage amovible est activée." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Spécifiez la portion finale de tout emplacement que vous souhaitez ignorer " #~ "lors d'une recherche de photos ou de vidéos sur un périphérique. Tout " #~ "emplacement se terminant par ces valeurs sera ignoré lors de la recherche." #~ msgid "To" #~ msgstr "Vers" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Êtes-vous sûr de vouloir transférer depuis cet emplacement ? Sur certains " #~ "systèmes, la recherche de photos ou de vidéos peut prendre du temps." #~ msgid "the root of the file system" #~ msgstr "Partition racine" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Transfert depuis %(location)s." #~ msgid "Copy" #~ msgstr "Copier" #~ msgid "Move" #~ msgstr "Déplacer" #~ msgid "From" #~ msgstr "Depuis" #~ msgid "Auto Detect" #~ msgstr "Détecter automatiquement" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Pivoter automatiquement les images au format JPEG" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Désolé, la fonctionnalité de transfert de vidéos est désactivée. Afin de " #~ "l'activer, installez soit les modules python hachoir metadata et " #~ "kaa metadata, soit exiftool." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s répertoire de destination protégé en écriture" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s répertoire de destination n'est pas valide" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s répertoires de destination n'existe pas" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Est-ce qu'il faut transférer des photos et vidéos à partir de ce " #~ "périphérique ou cette partition ?" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s a déjà été transféré" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Le nom de fichier, l'extension et l'information Exif indiquent qu'il a déjà " #~ "été transféré." #~ msgid "Failed to create download subfolder" #~ msgstr "Echec de création de sous-répertoire de destination" #~ msgid "Photo has already been downloaded" #~ msgstr "La photo a déjà été transférée" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "Spécifier manuellement le chemin des périphériques à partir desquels " #~ "télécharger, écraser les préférences du programme" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Détecter automatiquement les périphériques à partir desquels télécharger, " #~ "écraser les préférences du programme" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "Lecture en cours: %(photos)s photos et %(videos)s vidéos trouvées" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Erreur: activez l'auto-détection ou spécifiez manuellement un chemin pour " #~ "les périphériques à partir desquels télécharger mais ne faites pas les deux." #~ msgid "Help" #~ msgstr "Aide" #~ msgid "Check All Photos" #~ msgstr "Sélectionner toutes les photos" #~ msgid "Check All Videos" #~ msgstr "sélectionner toutes les vidéos" #~ msgid "About..." #~ msgstr "À propos..." #~ msgid "Quit" #~ msgstr "Quitter" #~ msgid "Refresh" #~ msgstr "Actualiser" #~ msgid "_Uncheck All" #~ msgstr "To_ut désélectionner" #~ msgid "scanning..." #~ msgstr "Analyse..." #~ msgid "_Report a Problem..." #~ msgstr "_Signaler un problème..." #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Les %(file_type)s n'ont pas été remplacées" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Échec de vérification du fichier sur %(volume)s. La version sauvegardée " #~ "diffère de la version téléchargée." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Sauvegarde des %(file_type)s remplacée" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Une sauvegarde des %(file_type)s existe déjà." #~ msgid "An unknown error occurred" #~ msgstr "Une erreur inconnue s'est produite" #~ msgid "File verification failed on these devices: " #~ msgstr "Échec de vérification du fichier sur les périphériques suivants : " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Aucun périphérique de sauvegarde contient un répertoire valide pour " #~ "sauvegarder les %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Échec de vérification du fichier. La version téléchargée diffère de " #~ "l'original." #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifier les fichiers lorsqu'ils sont téléchargés" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Les %(filetype)s n'ont pas été téléchargés correctement" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/hr.po0000644000175000017500000037405714562557501016632 0ustar00damondamon# Croatian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2018-11-06 19:47+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2019-03-30 00:28+0000\n" "X-Generator: Launchpad (build 18910)\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

              Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Uređaji" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

              In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

              The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

              " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
              1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
              2. Checked State: whether the file is marked for download.
              3. Filename: the full filename, including extension.
              4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
              5. File Type: photo or video." "
              6. Device: name of the device the photos and videos are being " "downloaded from.
              " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
              1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
              2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
              " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
              1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
              2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
              " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
              1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
              2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
              3. Text which " "you want to appear every time, such as a hyphen or a space.
              Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

              Four types of sequence values are available to help you assign unique " "names to your photos and videos:

              1. Downloads today: tracks " "downloads completed during that day.
              2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
              3. Session number: reset each time the program is run.
              4. Sequence letter: like session numbers, but uses letters.
              5. Read more about sequence numbers in the online documentation.

                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                Read more about file renaming in " "the online " "documentation.

                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
                3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
                Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                {tarfile}
                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                If possible, please also include the program's configuration " "file {config_file}.

                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Postavke: Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Ime datoteke" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Danas" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Jučer" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Naziv" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Ekstenzija" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Broj slike" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Dužina ekspozicije" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Žarišna duljina" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model fotoaparata" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serijski broj" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Ime vlasnika" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "VELIKA SLOVA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "mala slova" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "GGGGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "GGGG-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "GGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "GG-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "GGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

                Creating a custom preset is not required, but can help you keep " "organized.

                The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizacija" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Preskoči preuzimanje" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Dodaj jedinstveni identifikator" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Preskoči" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                1. ExifTool reports a time zone and MediaInfo " "does not.
                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                3. Gstreamer is unable to extract thumbnails.
                4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                  The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                  Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                  Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                  To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                  Missing applications: " "%(applications)s

                  Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                  Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                  \n" "

                  Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

                  " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Uređaj" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                  Do you really want to " "change the source path to %(new_path)s?

                  You are currently downloading " "from %(source_path)s.

                  If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fotografija" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                  Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                  \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                  \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotografije" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "video snimke" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                  Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                  Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "upozorenja" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Sva preuzimanja su završena" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                  It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                  On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                  Learn more about downloading from cameras and enabling " "downloading from phones.

                  Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

                  Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

                  If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

                  If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

                  Learn more about downloading from cameras and enabling downloading from phones. " "

                  Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

                  You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

                  You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                  On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "ime datoteke" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                  Previous download:
                  %(filename)s
                  %(path)s
                  %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                  Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 #, fuzzy msgid "Automatic Mount" msgstr "Automatizacija" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, fuzzy #~ msgid "Adding Rapid Photo Downloader to the Windows menu" #~ msgstr "Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rim" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varšava" #~ msgid "Budapest" #~ msgstr "Budimpešta" #~ msgid "_File" #~ msgstr "_Datoteka" #~ msgid "_View" #~ msgstr "_Pogled" #~ msgid "_Get Help Online..." #~ msgstr "_Potraži pomoć na Internetu..." #~ msgid "_Help" #~ msgstr "_Pomoć" #~ msgid "_Select" #~ msgstr "_Odaberite" #~ msgid "Device Detected" #~ msgstr "Pronađeni uređaj" #~ msgid "Size" #~ msgstr "Veličina" #~ msgid "Devices" #~ msgstr "Uređaji" #~ msgid "Download Progress" #~ msgstr "Napredak preuzimanja" #~ msgid "Paris" #~ msgstr "Pariz" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "_Translate this Application..." #~ msgstr "Prevedi _ovaj program..." #~ msgid "_Report a Problem..." #~ msgstr "Prijavi _problem..." #~ msgid "_Make a Donation..." #~ msgstr "_Doniraj..." #~ msgid "Download / Pause" #~ msgstr "Preuzmi / Pauziraj" #~ msgid "scanning..." #~ msgstr "pretražujem..." #~ msgid "Example: %s" #~ msgstr "Primjer: %s" #~ msgid "Select a folder to download photos to" #~ msgstr "Odaberite direktorij za spremanje preuzetih fotografija" #~ msgid "Download cannot proceed" #~ msgstr "Preuzimanje se ne može nastaviti" #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Izvor: %(source)s\n" #~ "Odredište: %(destination)s" #~ msgid "and" #~ msgstr "i" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Name + extension" #~ msgstr "Naziv + ekstenzija" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Sigurnosna kopija" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilnost s ostalim operacijskim sustavima" #~ msgid "Example" #~ msgstr "Primjer" #~ msgid "Example:" #~ msgstr "Primjer:" #~ msgid "Backup" #~ msgstr "Sigurnosna kopija" #~ msgid "Download folder:" #~ msgstr "Direktorij preuzimanja:" #~ msgid "_Add..." #~ msgstr "_Dodaj..." #~ msgid "Backing up error" #~ msgstr "Greška prilikom spremanja sigurnosne kopije" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/hu.po0000755000175000017500000063422014562557501016627 0ustar00damondamon# Hungarian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # csola48 , 2017, 2019. # msgid "" msgstr "" "Project-Id-Version: Rapid Photo Downloader\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-08 12:07+0100\n" "Last-Translator: csola48 \n" "Language-Team: magyar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-08 10:16+0000\n" "X-Generator: Poedit 2.0.6\n" "Language: hu\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Közreműködők" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Fordítók" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "A biztonsági másolatok nincsenek beállítva" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "A biztonsági másolat eszköze nem elérhető" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Még nincs érvényes biztonsági mentési hely megadva" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they are " "downloaded, e.g. external hard drives." msgstr "" "A fényképekről és videókról letöltés közben több másolat készülhet, különböző " "helyekre, például külső merevlemezre." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "A fényképek és videók biztonsági mentése letöltés közben" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Biztonsági mentés eszközök automatikus érzékelése" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device.

                  Note: " "the presence of a folder with this name is used to determine if the device is " "used for backups. For each device you wish to use for backing up to, create a " "folder in it with one of these folder names. By adding both folders, the same " "device can be used to back up both photos and videos." msgstr "" "Adja meg azt a mappát, amelyen a mentések tárolódnak az eszközön.

                  " "Megjegyzés: ezzel a névvel rendelkező mappa jelenlétét használhatja annak " "meghatározására, hogy az eszközt biztonsági mentésekhez használják-e. Minden " "olyan eszköz esetében, amelyet vissza akar kapni, hozzon létre egy mappát a " "mappák egyikével. Mindkét mappa hozzáadásával ugyanaz az eszköz használható " "mind a fotók, mind a videók biztonsági mentéséhez. " #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Fénykép mappa neve:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Videó mappa neve:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Példa:" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" "Ha letiltja az automatikus felderítést, válassza ki a pontos mentési helyeket." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Fényképek biztonsági mentésének helye:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Fényképek biztonsági mentésének helye" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Videó biztonsági mentésének helye:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Válassza ki a videók bitonsági mentésének helyét" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "meghajtó1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "meghajtó2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Előrejelzett biztonsági másolat tárolása" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Biztonsági mentés beállítások" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "videó THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "hang" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fényképek" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videók" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Felhasznált" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Többlet" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Az eszköz mérete nem ismert" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nincs szabad terület az eszközön %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Szabad %(size_free)s a(z) %(size_total)s -ból" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fényképek" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videók" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "A tervezett tárolás letöltés után" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "Felülírhatatlan letöltési cél" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "A mappa nem létezik" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "Nincs elegendő tárhely" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Egyéni…" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "A fénykép almappa létrehozásának konfigurálása" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "A videó almappa létrehozásának konfigurálása" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Tervezett tárolási használat" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Válasszon ki egy célmappát" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Tapintó eszköz ..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ideiglenesen figyelmen kívül hagyja ezt az eszközt" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "A készüléket tartósan figyelmen kívül hagyja" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Újrakeresés" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s teljes" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Egyéb" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Fényképezőgépek" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Eszközök" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Letöltés innen: %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Válassza a Forrás lehetőséget" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s kamerák" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Eszközök" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "Kattintson egy fájl jelölőnégyzetére a letöltéshez vagy jelölje ki." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "A már letöltött fájlokra emlékezik a program. A korábban letöltött fájlokat " "továbbra is letöltheti, de alapértelmezés szerint nem ellenőrzik őket és a " "bélyegképük elmosódott, így megkülönböztetheti azokat a még le nem töltött " "fájloktól." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file whose " "checkbox was clicked, regardless of whether they previously had a checkmark or " "not." msgstr "" "Ha egynél több fájl van kiválasztva, akkor mindegyik egy jelet kap, amelyre egy " "négyzetet kattintottak rá, függetlenül attól, hogy korábban volt-e abban egy " "pipa vagy sem." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Az eszköz jelölőnégyzetére kattintva gyorsan letörölheti vagy eltávolíthatja az " "összes letöltendő fájlt." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Miután befejeződött a letöltés, egy ikon helyettesíti a bélyegkép " "jelölőnégyzetét. Az ikon színe jelzi, hogy a letöltés sikeres volt-e (zöld), az " "átnevezési (sárga/narancssárga) vagy sikertelen (piros) próbálkozásokat." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Problémák esetén az ablak alján egy piros ikon jelenik meg, amely jelzi, hogy " "hány hibajelentés van. Ha rákattint, megnyílik a Hibajelentés ablak." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or after " "the download. An orange triangle represents a warning, a red circle indicates a " "failure, and a black circle indicates more serious failures. You can click on " "the hyperlinks to open its file or device in a file manager. You can also " "search the reports using the search box in the lower left of the Error Report " "window." msgstr "" "A Hiba jelentés ablak felsorolja az előtte, alatt vagy után tapasztalt " "problémákat Letöltés. A narancssárga háromszög figyelmeztetést jelent, a piros " "kör hibát jelez, És egy fekete kör nagyobb, súlyos hibákat jelez. Kattintson a " "hiperhivatkozásokra, nyissa meg fájlját vagy az eszközt egy fájlkezelőben. A " "jelentések Keresőmezőt a hibajelentés ablak bal alsó részén találja." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at one " "time." msgstr "" "Egyidejűleg letölthet több kamerából, okostelefonokból, memóriakártyákból és " "merevlemezekből is annyi eszközt, amennyit a számítógép egyszerre képes kezelni." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Az Idővonal a fotókat és videókat csoportosítja, az egymást követő " "felvételek között eltelt idő alapján. Használja azt a fényképek és videók " "azonosítására, amelyek különböző időszakokban, egyetlen nap alatt vagy egymást " "követő napokon kerülnek." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                  In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                  The Timeline's " "slider adjusts the time elapsed between consecutive shots that is used to build " "the Timeline:

                  " msgstr "" "

                  A fenti ábrán az idővonal első sorszáma fekete, mert minden fájl be van " "kapcsolva. Ez a dátum korábban letöltött.

                  Az Idővonal csúszkája " "beállítja az egymást követő lövések közötti időt, amelyet az elkészítéshez " "használ az idővonal:

                  " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on the " "left side of the main window will be highlighted." msgstr "" "Az adott időtartományon belüli fényképek és videók megtekintéséhez használja az " "egeret (adott esetben a Shift vagy Ctrl gombokkal együtt) " "az időtartamok kiválasztásához. Ha időintervallum van kiválasztva a főablak bal " "oldalán megjelenő Idővonal gomb jelenik meg." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "A letöltés mindig tartalmazza az összes letöltésre ellenőrzött fájlt, beleértve " "azokat is, amelyeket jelenleg nem jelenítenek meg, mert az idővonalat " "használják." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "A letöltési forrásokat elrejtheti vagy megjelenítheti a programablak bal felső " "sarkában található letöltési eszköz nevére kattintva." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                  1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
                  2. Checked " "State: whether the file is marked for download.
                  3. Filename: " "the full filename, including extension.
                  4. Extension: the " "filename's extension. You can use this to group jpeg and raw images, for " "instance.
                  5. File Type: photo or video.
                  6. Device: name " "of the device the photos and videos are being downloaded from.
                  " msgstr "" "Az bélyegképek különböző kritériumok alapján válogathatók:
                  1. " "Módosítási idő: a fájl utolsó módosításakor, metaadatai szerint (ahol " "rendelkezésre állnak) vagy a fájlrendszer szerint (visszaállításként).
                  2. Ellenőrzött állapot: , hogy a fájl letöltésre van-e jelölve.
                  3. Filenév: a teljes fájlnév, beleértve a kiterjesztést.
                  4. Bővítmény: a fájlnév kiterjesztése. Ezt felhasználhatja a jpeg " "és a RAW képek csoportosításához Például.
                  5. Fájltípus: fénykép " "vagy videó.
                  6. Eszköz: a készülék neve, ahová a fotók és videók " "letöltöttek.
                  " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "A Rapid Photo Downloader egyik leghasznosabb funkciója az a képesség, hogy " "automatikusan létrehozza a letöltési almappákat és átnevezi a fájlokat letöltés " "közben, az Ön által választott rendszert használva." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Annak meghatározásához, hogy hol töltse le a fájlokat, és azt, hogy miként " "szeretné őket megnevezni, nyissa meg a megfelelő panelt az alkalmazásablak jobb " "oldalán: Letöltési cél , Átnevezés vagy Munka-kód ." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                  1. The destination folder, e.g. "" "Pictures", "Photos", or "Videos". This directory " "should already exist on your computer. In the illustration below, the " "destination folders are "Pictures" and "Videos". The name " "of the destination folder is displayed in the grey bar directly above the " "folder tree, with a folder icon to its left and a gear icon to its far right.
                  2. The download subfolders, which are directories that will be " "automatically generated by Rapid Photo Downloader. They need not already exist " "on your computer, but it's okay if they do. They will be generated under the " "destination folder.
                  " msgstr "" "Ha a letöltési könyvtár struktúrájára gondolva tartsa észben annak két " "különböző típusát A könyvtárban:
                  1. A célmappa , pl. Képek & Fotók " "vagy Videók. Ez a könyvtár már létezik a számítógépen. Az ábrán az alábbiakban " "a célmappák a \"Képek\" és \"Videók\". A célmappa neve megjelenik a szürke " "sávban közvetlenül a mappák felett, Egy bal oldali mappa ikonra és egy " "fogaskerék ikonra a jobb szélén.
                  2. A letöltési almappák , " "amelyek automatikusan létrejövő könyvtárak a Rapid Photo Downloader " "segítségével. A számítógépen már nincs szükségük, de ez rendben van, ha igen. " "Ezeket a rendeltetési mappa alatt hozza létre.
                  " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or specify a " "different destination folder for each. The same applies to the download " "subfolders for photos and videos—download photos and videos to the same " "subfolders, or use a different scheme for each type." msgstr "" "Fotókat és videókat ugyanabba a célmappába tölthet le vagy megadhat más " "célmappát is. Ugyanez vonatkozik a fotók és videók letöltési almappáira; " "Fotókat és videókat ugyanabba az almappára töltheti le vagy egy másik sémát is " "használhat." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further automatically " "generated subfolders if need be. A common scheme is to create a year subfolder " "and then a series of year-month-day subfolders within it." msgstr "" "Az automatikusan generált letöltési almappák további automatikusan generált " "almappákat is tartalmazhatnak, ha szükséges. Egy közös rendszer egy év almappa " "létrehozása, majd egy év-hónapos almappák sorozatának létrehozása." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos and " "videos to download:
                  1. The destination folder tree shows the download " "subfolders already on your computer (those in a regular, non-italicized font), " "and the subfolders that will be created during the download (those whose names " "are italicized).
                  2. The folder tree also shows into which subfolders the " "files will be downloaded (those colored black).
                  " msgstr "" "Lehetőség szerint a program előnézeti képeket és videófelvételeket letöltő " "almappákat tölt le:
                  1. A cél könyvtárfája a számítógépen található " "letöltési almappákat mutatja Egy normál, nem dőlt betűs betűtípust), valamint a " "letöltés során létrehozott almappákat (Amelyeknek a neve dőlt.)
                  2. A " "mappafájl azt is megmutatja, hogy mely alkönyvtárak töltik le a fájlokat (azok " "a színesek fekete).
                  " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                  1. File metadata, very often including the date " "the photo or video was created, but might also include the camera model name, " "camera serial number, or file extension e.g. JPG or CR2.
                  2. A Job Code, which is free text you specify at the time the download occurs, such as the " "name of an event or location.
                  3. Text which you want to appear " "every time, such as a hyphen or a space.
                  Naming subfolders with the " "year, followed by the month and finally the day in numeric format makes it easy " "to keep them sorted in a file manager, which is why it's the default option:" msgstr "" "Az alkönyvtár nevének letöltése általában a következő elemek közül néhány vagy " "mindegyik használatával generálódik:
                  1. Fájl metaadat , nagyon " "gyakran beleértve a fénykép vagy videó létrehozásának dátumát, de lehet is A " "fényképezőgép típusának neve, a fényképezőgép sorozatszáma vagy a fájl " "kiterjesztése, pl. JPG vagy CR2.
                  2. A Munka-kód , amely a " "letöltéskor megadott szabad szöveg, például az esemény vagy hely neve.
                  3. Szöveg , amelyet mindig meg szeretne jeleníteni, például egy " "kötőjelet vagy egy szóközt. Az almappák elnevezése az évvel, majd " "a hónap, majd a nap a numerikus formátumban Könnyen kezelhetők egy " "fájlkezelőben, ezért az alapértelmezett beállítás:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one of " "Rapid Photo Downloader's built-in presets, or create a custom preset. Click on " "the gear icon to bring up a drop-down menu:" msgstr "" "Automatikusan létrehozhat almappákat, ha használja a Rapid Photo Downloader " "beépített előbeállításait, vagy létrehozhat egyéni beállításokat. Kattintson a " "fogaskerék ikonra egy legördülő menü megjelenítéséhez:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom to " "configure your own scheme. You create your own schemes using the Photo or Video " "Subfolder Generation Editor:" msgstr "" "A legördülő menüből válassza ki a beépített előbeállítást, vagy kattintson a " " Egyéni lehetőségre a sajátrendszer. Saját rendszereit a Fénykép vagy " "Videó almappák generációs szerkesztője segítségével hozhatja létre:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into another. " "Simply use the Filename Extension as part of your download subfolder " "generation scheme:" msgstr "" "Könnyű letölteni a RAW képeket egy mappába és a jpeg képeket a másikba átvinni. " "Egyszerűen használja a Fájlnév kiterjesztés fájlt a letöltési almappák " "generációs sémájának részeként:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ez az illusztráció egy elmentett egyéni beállítást jelenít meg, amelynek neve " "\"Saját beállítások\"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration shows " "the generation of download subfolders that contain only the date the photos " "were taken and a Job Code:" msgstr "" "Nem kell egymásba ágyazott letöltési almappákat létrehoznia. Ez az illusztráció " "mutatja a letöltési almappák létrehozását, amelyek csak a fotók dátumát " "tartalmazzák, és a Munka-kód:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted a " "date format that combines year (YYYY), a hyphen, and month (MM) to form YYYY-" "MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Bár sok beépített dátum/idő elnevezési opció van, előfordulhat, hogy Önnek " "valami másra van szüksége. Nem probléma egy saját opció létrehozása. A dátum/" "idő választása kombinálható és új kombinációkat generál. Feltéve, hogy olyan " "dátumformátumot szeretne, amely az év (ÉÉÉÉ), a kötőjel, hónap (HH) " "szimbólumokból áll. Létrehozhatja így (jegyezze fel a kötőjel körüli vörös " "köröket):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and file " "names in the online documentation." msgstr "" "Olvassa el az összes fájlt, amelyen letöltheti az alkönyvtáros neveket és " "fájlneveket a online dokumentáció ." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "A Munka-kód lehetővé teszi, hogy egyszerűen besorolja a fényképeket és " "videókat. Használja őket almappában és fájlnevekben. Ebben az illusztrációban " "egyes fájlok rendelkeznek a munka- kóddal \"Utca\" és a kiválasztott fájlok " "hamarosan megkapják a munka-kódot \"Zöld Bazár\":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If there " "are any files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter a Job Code for them before the download begins." msgstr "" "Új vagy meglévő munka-kódokat alkalmazhat a letöltés megkezdése előtt, ha van " "ilyen. A letöltött fájloknál, amelyeknek még nem volt munka-kódjuk, akkor be " "kell írnia egy megfelelő kódot a letöltés megkezdése előtt." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Keresse meg azokat a tanácsokat, amelyek segítséget nyújtanak a munka-kódok " "kezelésében:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "A tippek a kontextus függvényében változnak, például amikor az egér egy gomb " "fölé mozog..." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be confused " "as to which file is which. Using sequence numbers to make filenames " "unique is highly recommended!" msgstr "" "Amikor a fényképek és a videók egyedi fájlneveket kapnak, akkor soha nem lesz " "kavarodás, hogy melyik fájl melyik. A sorszámok használatával a " "fájlnevek egyedülállóak lesznek, ezért ez erősen ajánlott!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                    Four types of sequence values are available to help you assign unique names " "to your photos and videos:

                    1. Downloads today: tracks downloads " "completed during that day.
                    2. Stored number: similar to Downloads " "today, but it is remembered from the last time the program was run.
                    3. Session number: reset each time the program is run.
                    4. Sequence letter: like session numbers, but uses letters.
                    5. Read more about sequence numbers in the online documentation.

                      " msgstr "" "

                      A szekvenciaértékek négyféle típusa érhető el, amelyek segítségével egyedi " "neveket rendelhet a fotókhoz és videókhoz:

                      1. A mai letöltések : az " "adott napon befejezett letöltések nyomon követése.
                      2. Tárolt szám : hasonló a mai letöltések számához, de az utoljára futott ideje
                      3. " "Szakasz száma : minden alkalommal, amikor a program fut, újraindít.
                      4. Szekvencia betű : hasonlóan a munkamenet számaihoz, de betűket " "használ.

                      További információ a online dokumentációban .

                      " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename your " "files, you can choose from among existing renaming presets or define your own." msgstr "" "A Átnevezés panel lehetővé teszi a fájl átnevezését. A fájlok " "átnevezéséhez választhat a meglévő átnevezési beállítások közül vagy " "létrehozhatja a sajátját." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                      The Synchronize RAW + JPEG option is useful if you use the RAW + JPEG " "feature on your camera and you use sequence numbers in your photo renaming. " "Enabling this option will cause the program to detect matching pairs of RAW and " "JPEG photos, and when they are detected, the same sequence numbers will be " "applied to both photo names. Furthermore, sequences will be updated as if the " "photos were one.

                      Read more about file renaming in the online documentation.

                      " msgstr "" "

                      A RAW + JPEG szinkronizálása opció akkor hasznos, ha a " "fényképezőgépen a RAW + JPEG funkciót használja, és a fényképek átnevezésénél " "sorszámokat használ. Ha engedélyezi ezt az opciót, akkor a program felismeri a " "RAW és JPEG fényképek egyező párjait, és ha felismeri őket, akkor ugyanazokat a " "sorszámokat alkalmazza mindkét fénykép nevéhez. Továbbá a szekvenciák úgy " "lesznek frissítve, mintha a fényképek egyek lennének.

                      A fájlátnevezésről " "bővebben az online dokumentációban olvashat.

                      " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they are " "downloaded, such as external hard drives or network shares. Backup devices can " "be automatically detected, or exact backup locations specified." msgstr "" "Lehetősége van arra, hogy fényképeit és videóit több helyre mentse le, amikor " "letöltötte. Például külső merevlemezek vagy hálózati megosztások. A biztonsági " "mentés eszközei automatikusan észlelhetők vagy pontosak A megadott mentési " "helyek." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder named " "Videos, so videos will not be backed up to it." msgstr "" "Ebben a példában a Fotó biztonsági mentés meghajtó nem tartalmaz " "Videók nevű mappát, így a videókról nem lehet biztonsági másolatot " "készíteni." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, settings " "can be reset to their default state, and caches and remembered files cleared." msgstr "" "Több program beállítása a parancssorból állítható be, beleértve a letöltést " "forrásokat, célokat és mentéseket is. Ezenkívül a beállítások visszaállíthatók " "az alapértelmezett állapotba, valamint a gyorsítótárakat és a megjegyzett " "fájlokat törölték." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "A program beállításait a régebbi 0.4 változatból is importálhatja." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                      1. A thumbnail " "cache whose sole purpose is to store thumbnails of files from your cameras, " "memory cards, and other devices.
                      2. A temporary cache of files " "downloaded from a camera, one for photos and another for videos. They are " "located in temporary subfolders in the download destination.
                      3. The " "desktop's thumbnail cache, in which Rapid Photo Downloader stores " "thumbnails of RAW and TIFF photos once they have been downloaded. File browsers " "like Gnome Files use this cache as well, meaning they too will display " "thumbnails for those files.
                      Read more about these caches and their " "effect on download performance in the online documentation." msgstr "" "A Rapid Photo Downloader háromféle gyorsítótárral foglalkozik:
                      1. A " "bélyegkép gyorsítótár , amelynek kizárólagos célja a fájlok bélyegképeinek " "tárolása a fényképezőgépről, memóriakártyák és egyéb eszközök.
                      2. A " "ideiglenes gyorsítótár a kameráról letöltött fájlok a fényképek és a " "videók. Ezek az ideiglenes almappákban találhatók a letöltési célban.
                      3. " "Az asztali bélyegkép gyorsítótár , amelyben a Rapid Photo Downloader " "bélyegképeket tárol RAW és TIFF képekről, miután letöltötték őket. A fájl-" "böngészők, mint a Gnome Files, ezt a gyorsítótárat használják, valamint azt is " "jelentik, hogy ezek a fájlok bélyegképüket is megjelenítenek.
                      " "További információ ezekről a gyorsítótárakról és annak a letöltési " "teljesítményre gyakorolt hatásáról a online dokumentációban ." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "A nap tippje" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Tudta...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Tippek az indításkor" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Következő" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Előző" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Néhány másodperc" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 másodperc" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d másodperc" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 perc" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d perc" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 óra" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d óra" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 nap" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d nap" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 perc 1 másodperc" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 perc %d másodperc" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d perc 1 másodperc" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d perc %(seconds)d másodperc" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 óra 1 perc" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 óra %d perc" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d óra 1 perc" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d óra %(minutes)d perc" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 nap 1 óra" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 nap %d óra" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d nap 1 óra" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d nap %(hours)d óra" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Találat" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hibajelentések - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Jelentések keresése" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Keresse meg a kifejezés korábbi előfordulását" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Keresse meg a kifejezés következő előfordulását" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Jelölje ki az összeset" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Jelölje ki a kifejezés összes előfordulását" # !!! #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Találat esetén" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Keresés a kisbetűk érzékenységével" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Teljes szavak" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Keresés teljes szavakra" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s -l %s találat" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s egyezés a(z) %(total)s összesből" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Tiszta" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Kifejezés nem található" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Keresés folyamatban ..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Az utolsó bejegyzések óta hozzáadott új bejegyzések száma. Kattintson a gombra " "a hibajelentés megnyitásához." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                      In " "your bug report describe what you expected to happen, and what you observed " "happening.

                      The bug report must also include the program settings and log " "files. To create a file with this additional information, click Save." msgstr "" "Kérjük, jelentse a problémát a {website} oldalon. " "

                      A hibajelentésben írja le, hogy várhatóan mi történik és mit figyelt " "meg. < br> A hibajelentésnek tartalmaznia kell a program beállításait és a " "naplófájlokat is. A további információkkal rendelkező fájl létrehozásához " "kattintson a Mentés gombra." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Kiegészítő információk mentve" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in a " "tar file:
                      {tarfile}
                      You need to attach this file to the bug report " "yourself. It will not be automatically attached.

                      Click here to see the file in your file manager." msgstr "" "A további hibajelentési információkat az otthoni könyvtárban egy tar fájlban " "hozták létre:
                       {tarfile} 
                      Ezt a fájlt magának kell csatolnia a " "hibajelentéshez. Nem automatikusan csatolja.

                      Kattintson a ide a fájl megtekintéséhez a fájlkezelőben." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Hiba a kiegészítő információk létrehozásakor" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug report " "anyway." msgstr "" "A további hibajelentési információkat nem hozták létre. Mindenesetre " "jelentkezzen be egy hibajelentéssel." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must include " "{log_file}, but attaching the other log files is often helpful." "

                      If possible, please also include the program's configuration file " "{config_file}.

                      Click here to open the " "log directory, and here to open the configuration " "directory." msgstr "" "Helyezze be a hibajelentésbe a program naplófájljait. A hibajelentésnek " "tartalmaznia kell a {log_file} fájlt, de a többi naplófájl csatolása " "is gyakran hasznos.

                      Ha lehetséges, kérjük, csatolja a program " "konfigurációs fájlját is {config_file} .

                      Kattintson a ide a naplókönyvtár megnyitásához, és itt a konfigurációs könyvtár." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "A legfrissebb verzióra történő frissítés lehetővé " "teszi annak megállapítását, hogy a felmerült probléma már megoldódott-e." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Probléma a Rapid Photo Downloader-ben" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Probléma merült fel a Rapid Photo Downloader alkalmazásban" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Ha ugyanaz a probléma ismét megjelenik, mielőtt a program kilép, akkor ez az " "egyetlen értesítés róla." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Probléma történt a Rapid Photo Downloader alkalmazásban\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Kérjük, jelentse a problémát a(z) {website} oldalon\n" "Csatolja a naplófájlt a hibajelentéshez, amelyet a következő helyen talál: " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Nyissa meg a fájlböngészőben ..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Visszaállítás" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Rendszermappák megjelenítése" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Fájlrendszer" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Egyéb..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (hely nem létezik)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dátum és idő" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Szöveg" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Fájlnév" #: ../raphodo/generatenameconfig.py:212 ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metaadat" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sorozatok" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Munka-szám" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Kép dátuma" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Videó dátuma" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Ma" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Tegnap" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Letöltési idő" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Név" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Kiterjesztés" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Kép száma" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videó száma" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Rekesz" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Expozíciós idő" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Fókusztávolság" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Fényképezőgép gyártója" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Fényképezőgép típusa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Rövid típusmegnevezés" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Bővített típusmegnevezés" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Sorozatszám" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Zár számláló" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Fájl (sor)szám" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Csak mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Mappa és fájl" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "A tulajdonos neve" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Szélesség" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Magasság" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Hosszúság" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Képkoca/másodperc" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Készítette" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Szerzői jog" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Mai letöltések" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Munkamenetszám" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Alkönyvtár száma" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Tárolt szám" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sorozat betű" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Minden számjegy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Utolsó számjegy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Utolsó 2 számjegy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Utolsó 3 számjegy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Utolsó 4 számjegy" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Eredeti kisbetű/nagybetű" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "NAGYBETŰS" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "kisbetűs" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Egy számjegy" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Két számjegy" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Három számjegy" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Négy számjegy" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Öt számjegy" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Hat számjegy" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Hét számjegy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Millimásodperc" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ÉÉÉÉHHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ÉÉÉÉ-HH-NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ÉÉÉÉ_HH_NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ÉÉHHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ÉÉ-HH-NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ÉÉ_HH_NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "HHNNÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "HHNNÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "HHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "NNHHÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "NNHHÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Hónap (teljes)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Hónap (rövid)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Hétköznap (teljes)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Hétköznap (rövidítve)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "ÓÓPPMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "ÓÓPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "ÓÓ-PP-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "ÓÓ-PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "ÓÓ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "MM" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Dátum" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Dátum (elválasztva)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Dátum (aláhúzással)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Dátum és munka-kód" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "YYYYMM_munka-kód" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Dátum és munka-kód aldosszié" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ÉÉÉÉHH" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Munka-kód" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Eredeti fájlnév" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Dátum-idő és mai letöltések" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ÉÉÉÉHHNN-ÓÓPP-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Dátum és mai letöltések" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ÉÉÉÉHHNN-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Dátum-idő és Fotó száma" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ÉÉÉÉHHNN-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Dátum-idő és munka-kód" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÉÉÉÉHHNN-ÓÓPP-munka-kód-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ÉÉÉÉHHNN-munka-kód-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Dátum-idő és Videó száma" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ÉÉÉÉHHDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Felbontás" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÉÉÉÉHHNN-ÓÓPP-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Adjon meg új munka-kódot, vagy válasszon egyet a korábbiakból" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "A munka-kódot a(z) %s rendszerre alkalmazza, amely még nem rendelkezik munka-" "kóddal." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "A munka-kódot a(z) %s rendszerre alkalmazza, amely még nem rendelkezik munka-" "kóddal." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Munka-kód alkalmazása a letöltéshez" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Adjon meg új munka-kódot" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have the " "Job Code applied to them." msgstr "" "Tipp: Az új munkakód beírása előtt válassza ki a fotókat vagy videókat, " "hogy a munkakód alkalmazható legyen rájuk." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Az új munkakódot a(z) %s fájlra kell alkalmazni." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Új munka-kód" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Munka-kód:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Ne feledje ezt a munkakódot" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to them." msgstr "" "Jelöljön ki fényképeket és videókat, hogy új vagy meglévő munka-kódot adjon " "hozzájuk." #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Az új munka-kódot minden kiválasztott fényképre és/vagy videóra alkalmazzák." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos and/" "or videos. You can also simply double click the Job Code." msgstr "" "Kattintson az Alkalmaz gombra, hogy az aktuális munka-kódot minden kiválasztott " "fényképre és/vagy videóra alkalmazza. Egyszerűen duplán kattinthat a munka-" "kódra is." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not from " "any photos or videos that it may have been applied to." msgstr "" "A munka-kód eltávolítása csak az elmentett munkakódok listájából távolítja el " "azt és nem olyan fényképekből vagy videókból, amelyekre alkalmazva van." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination subfolder " "names to use them." msgstr "" "Ha munka-kódokat kíván alkalmazni, konfigurálja a fájl átnevezését vagy a cél " "alkönyvtár nevét." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Utoljára használt" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Munka-kód rendezés:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Növekvő" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Csökkenő" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Új..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Alkalmaz" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Eltávolít" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Mindent eltávolít" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Összes munka-kód eltávolítása?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Összes munka-kód eltávolítása" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Munka-kód" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Tipp: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Az új egyéni előbeállítások mentése ..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "(Új egyéni beállítás)" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Egyéni beállítások frissítése \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Összes egyéni előbeállítás eltávolítása ..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Új egyéni beállítás)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (edited)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Egyéni beállítások frissítése \"%s\"" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Mentse az új egyéni beállításokat - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Előre beállított név:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Fénykép alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "fénykép alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Videó alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "videó alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Fénykép átnevezés szerkesztő" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "fotó átnevezése" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Videó átnevezés szerkesztő" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "videó átnevezése" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" " Figyelmeztetés: Nincs elég adat a név " "teljes generálásához. Kérjük, használjon más átnevezési beállításokat. " #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                      %(separator)s creates a new subfolder level." msgstr "A karakter %(separator)s új almappát állít elő." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator %(separator)s, " "because it is added automatically." msgstr "" "Nincs szükség a szeparátor %(separator)s elindítására vagy " "befejezésére, mert automatikusan hozzáadódik." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" " Figyelmeztetés: Nem hozhatók létre " "egyedi fájlnevek. A szekvenciaértékek használatával egyedi fájlneveket hozhat " "létre. " #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Előbeállítás:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Online segítség kérése ..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Beszúrás" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                      Are you sure you want to remove the custom " "preset \"%(preset_name)s\"?" msgstr "" "Egyéni beállítás eltávolítása

                      Biztosan eltávolítja a " "\"%(preset_name)s\" egyéni előre beállított beállítást?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Remove All Custom Presets

                      Are you sure you want to remove all " "%(preset_type)s custom presets?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Előbeállítás mentése - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

                      Creating " "a custom preset is not required, but can help you keep organized.

                      The " "changes to the preferences will still be applied regardless of whether you " "create a new custom preset or not." msgstr "" " Szeretné menteni a változtatásokat egy új egyéni programcsomagban? " "

                      Egyéni beállítások létrehozása nem szükséges, de segíthet a " "szervezettség megőrzésében. A preferenciák továbbra is alkalmazásra kerülnek " "függetlenül attól, hogy létrehozott-e egy új egyéni beállítást vagy sem." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                      If you like, " "you can create a new custom preset or update the existing custom preset." "

                      The changes to the preferences will still be applied regardless of " "whether you save a custom preset or not." msgstr "" " Szeretné a változásokat egyéni beállításokba menteni?

                      Ha " "igen, létrehozhat egy új egyéni beállítást vagy frissítheti a meglévő egyéni " "beállításokat. A preferenciák módosításai továbbra is alkalmazásra kerülnek, " "függetlenül attól, hogy egyéni beállításokat mentett-e vagy sem." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Új egyéni beállítás mentése" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Beállítások" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Nyelv" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizálás" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Bélyegképek" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Időzónák" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Hibakezelés" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Figyelmeztetések" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Megerősítés" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Egyebek" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Eszközkeresés" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Csak külső eszközöket vizsgáljon" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Fényképek és videók csak a számítógépen kívüli eszközökről,\n" "beleértve a fényképezőgépeket, memóriakártyákat, külső merevlemezeket és USB " "flash meghajtókat." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Csak speciális mappákat vizsgáljon az eszközön" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotók és videók keresése csak az alábbiakban megadott mappákban\n" "(kivéve az kihagyandó elérési utakat).\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Mappák keresése:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "A beolvasandó eszközfájlrendszer alapszintű mappái\n" "fotókhoz és videókhoz." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Hozzáadás ..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adjon egy mappát a mappák listájához, hogy fotókat és videókat olvashasson be.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Eltávolít" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Távolítson el egy mappát a mappák listájáról a fotók és videók kereséséhez.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Olyan eszközök, amelyeket beállított, hogy automatikusan figyelmen kívül " "hagyják vagy letöltik." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Megjegyzett eszközök" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Távolítson el egy eszközt az eszközök listájáról, hogy automatikusan figyelmen " "kívül hagyja vagy letöltse." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Törölje azon eszközök listáját, amelyekről automatikusan figyelmen kívül hagy " "vagy letölt.\n" "\n" "Megjegyzés: A módosítások akkor lépnek életbe, amikor a számítógép a következő " "eszközkeresést végzi." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Mellőzött elérési út" #: ../raphodo/prefs/preferencedialog.py:303 msgid "The end part of a path that should never be scanned for photos or videos." msgstr "" "Az elérési út végső része, amelyen soha nem szabad fényképeket vagy videókat " "keresni." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adjon hozzá egy elérési utat a figyelmen kívül hagyandó elérési utak " "listájához.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Távolítson el egy elérési utat a figyelmen kívül hagyni kívánt elérési utak " "listájáról.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Törölje a figyelmen kívül hagyandó elérési utak listáját.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Használjon python stílusú szabályos kifejezéseket" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Használjon szabályos kifejezéseket a figyelmen kívül hagyott elérési utak " "listáján.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Nyelv: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* A program újraindításakor érvényesül" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Program automatizálás" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" "Csatolja fel azokat az eszközöket, amelyek még nem lettek automatikusan " "csatlakoztatva" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Csatlakoztasson eszközöket, például memóriakártyákat vagy külső meghajtókat, " "amikor\n" "az operációs rendszer nem csatlakoztatja őket automatikusan" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "A letöltés megkezdése a program indításakor" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Azonnali letöltés a készülék csatlakoztatását követően" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "A letöltés befejeztével távolítsa el a forrás eszközt" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Kilépés a programból a letöltés végeztével" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Kilépés a programból letöltési hibák és figyelmeztetések ellenére is" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Bélyegkép generáció" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Bélyegképek létrehozása" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Bélyegképek létrehozása a fő programablakban" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Bélyegképek gyorsítótár" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique to " "Rapid Photo Downloader" msgstr "" "Mentse el a fő programablakban megjelenített bélyegképeket a Rapid Photo " "Downloader egyedi bélyegkép gyorsítótárában" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Rendszerbélyegképek létrehozása" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "A letöltés során mentse el a bélyegképeket, amelyeket az asztali fájlkezelők és " "más programok használhatnak" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "A bélyegképek előállításához használt CPU magok száma." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU magok:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Bélyegkép gyorsítótár" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Számítás..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "napok" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "örökké" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Gyorsítótár méret:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Bélyegképek száma:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Adatbázis mérete:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Gyorsítótárnak nem elérhető bélyegképek:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Gyorsítótár tisztítása..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Gyorsítás optimalizálása..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Figyelmen kívül hagyja az időzóna és a nyári időszámítás változásait" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Eltolási felbontás (perc):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or video " "was originally taken" msgstr "" "A fénykép vagy videó eredeti készítésének időpontjától számított eltolás " "kiszámításához használt többszörös" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Ha azt észleli, hogy egy fájlt korábban letöltöttek-e:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "További információ az időzóna kezeléséről" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "A letöltés kihagyása" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Ne töltse le a fájlt és adjon ki hibaüzenetet" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Egyedi azonosító megadása" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately before " "the file's extension" msgstr "" "Adjon hozzá egy _1 vagy _2 azonosítót a fájlnév végéhez közvetlenül a fájl " "kiterjesztése előtt" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Felülírás" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Felülírja az előzőleg mentett fájlt" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Kihagyás" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ne írja felül a biztonsági másolatot és adjon ki hibaüzenetet" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Ha ugyanazt a fényképet vagy videót már le is töltötte, válassza ki, hogy " "kihagyja-e a fájl letöltését vagy egyedi azonosítót ad:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is strongly " "recommended. Configure file renaming in the Rename panel in the main window." msgstr "" "Erősen ajánlott a sorozatszámok használata, amelyek automatikusan létrehoznak " "egyedi fájlneveket. Állítsa át a fájl átnevezését a főablak Átnevezés panelen." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device that " "has the same name, or skip backing it up:" msgstr "" "A biztonsági mentés során válassza ki, hogy felülírja-e a mentett eszközön egy " "azonos nevet tartalmazó fájlt, vagy hagyja felül írni a biztonsági másolatot:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Program figyelmeztetések" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Figyelmeztetés megjelenítése, ha:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "A jelenleg nem megjelenített fájlok letöltése" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Figyelmeztetés, amikor olyan fájlokat tölt le, amelyek nem jelennek meg a " "főablakban." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "A mentési célok hiányoznak" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" "Figyelmeztetés a letöltés megkezdése előtt, ha a fájlok biztonsági mentése nem " "lehetséges." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "A programkönyvtárak hiányoznak vagy hibásak" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Figyelmeztetés, ha a Rapid Photo Downloader által használt szoftverkönyvtár " "hiányzik vagy nem működik." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "A fájlrendszer metaadatait nem lehet beállítani" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Figyelmeztetés, ha hiba van a fájl fájlrendszer metaadataiban, például a " "módosítási idő beállításának." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Nem kezelt fájlok találkozása" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized files " "that will not be included in the download." msgstr "" "Figyelmeztetés az eszköz vagy a számítógép lekeresése után, ha vannak " "ismeretlen fájlok, amelyek nem szerepelnek a letöltésben." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne figyelmeztesse a nem kezelt fájlokat kiterjesztéssel:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading dot." msgstr "" "A fájlkiterjesztések kis-és nagybetűket nem tartalmaznak és nem kell " "tartalmazniuk a vezető pontot." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Hozzáad" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Adjon hozzá egy fájlkiterjesztést a nem kezelt fájltípusok listájához, hogy ne " "figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn about." msgstr "" "Távolítson el egy fájlkiterjesztést a nem kezelt fájltípusok listájáról, hogy " "ne figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Törölje a nem kezelt fájltípusok fájlkiterjesztéseinek listáját, hogy ne " "figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Fénykép és videó megerősítés" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Erősítse meg a fájlokat eszközökön és letöltéseken" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Elemezze az eszközkeresések eredményeit, amelyek duplikátum fájlokat és RAW- és " "JPEG-párokat keresnek,\n" "összehasonlítva azokat több eszközön és a letöltési munkamenetek között." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Az illeszkedő RAW és JPEG fájlok kezelése:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Egy fénykép" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Két fénykép" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "A RAW- és JPEG-képek illesztése páronként egy fotót jelenítsen meg, és ha " "jelölve van, töltse le mindkettőt." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You can " "still synchronize their sequence numbers." msgstr "" "A RAW- és JPEG-képek egyező párjainak megjelenítése két különböző fényképként. " "Később még mindig szinkronizálhatja a sorszámukat." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Megfelelő RAW és JPEG képekkel:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Ne jelölje meg a JPEG letöltést" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Ne jelölje meg a RAW letöltést" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Jelölje meg mind a letöltéshez" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the JPEG " "for\n" "download. You can still mark it for download yourself." msgstr "" "Amikor RAW és JPEG képeket talál, akkor nem jelöli meg automatikusan a JPEG-et\n" "letöltéshez. Még mindig megjelölheti letöltéshez." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the RAW " "for\n" "download. You can still mark it for download yourself." msgstr "" "Amikor RAW és JPEG képeket talál, akkor nem jelöli meg automatikusan a RAW " "értéket\n" "letöltéshez. Még mindig megjelölheti letöltéshez." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "Amikor RAW és JPEG képeket talál, akkor a letöltés automatikusan jelzi." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device is " "inserted while completed downloads are displayed:" msgstr "" "Ha letiltja a fájlok összevonását, válassza ki, hogy mit kell tennie, amikor a " "letöltési eszköz megjeleníti letöltött fájlokat:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Ha a letöltési eszköz be van helyezve és a teljes letöltést mutatja a képernyő:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "A befejezett letöltések törlése" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Folytassa a befejezett letöltések megjelenítését" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Kérje, mit tegyen" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new download " "device is inserted." msgstr "" "Automatikusan törölje a befejezett letöltések megjelenítését, amikor egy új " "letöltőeszköz be van helyezve." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is inserted." msgstr "" "Tartsa meg a befejezett letöltések megjelenítését, amikor egy új letöltőeszköz " "be van helyezve." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever a " "new download device is inserted." msgstr "" "Kérdezze meg, hogy folytassa-e a befejezett letöltések megjelenítését vagy " "törölje azokat, amikor új letöltési eszközt helyez be." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "A DNG dátum/idő metaadatainak figyelmen kívül hagyása az MTP-eszközökön" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Adja meg a dátum/idő metaadatait az MTP-eszközökön található DNG fájlokban és " "használja a fájl módosítási idejét.\n" "Hasznos olyan eszközökhöz, mint például olyan telefonok és táblagépek, amelyek " "helytelen DNG metaadatokat hoznak létre." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Olvassa el a fotó metaadatait csak az ExifTool segítségével" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica M8\n" "cameras." msgstr "" "Használja az ExifTool szoftvert az Exiv2 helyett a fotó metaadatának " "olvasásához és a bélyegképek kibontásához.\n" "\n" "Az alapértelmezés az Exiv2 használata, csak az ExifToolra hagyatkozva, ha az " "Exiv2 nem támogatja\n" "az olvasandó fájlformátum.\n" "\n" "Az Exiv2 gyors, pontos és szinte mindig megbízható, de a kibontáskor " "összeomlik\n" "metaadatok kis számú fájlból, például a Leica M8 által készített DNG fájlokból\n" "kamerák." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Olvassa el a fotó metaadatait csak az ExifTool segítségével" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata and " "extract thumbnails.

                      The default is to use MediaInfo and Gstreamer, with " "three exceptions:

                      1. ExifTool reports a time zone and MediaInfo does " "not.
                      2. ExifTool provides more reliable data than MediaInfo for some file " "formats.
                      3. Gstreamer is unable to extract thumbnails.
                      " msgstr "" "

                      A MediaInfo és a Gstreamer helyett használja az ExifTool-t a videó " "metaadatok olvasásához és a miniatűrök kibontásához.

                      Az alapértelmezett a " "MediaInfo és a Gstreamer használata, három kivétellel:

                      1. ExifTool " "jelentések egy időzóna, a MediaInfo pedig nem.
                      2. Az ExifTool megbízhatóbb " "adatokat biztosít, mint a MediaInfo bizonyos fájlformátumok esetén.
                      3. A " "Gstreamer nem tud miniatűröket kibontani.
                      " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Befejezett letöltések" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Visszaállítja az alapértelmezett %s preferenciaértékeket" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Tisztítja a bélyegkép gyorsítótárat? A gyorsítótár megszűnik, amikor a " "programot elindítja." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Törölje a bélyegkép gyorsító fájlt" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized when " "the program is next started." msgstr "" "Szeretné optimalizálni a bélyegkép gyorsítótárat? A gyorsítótár optimalizálásra " "kerül, amikor a következő programot elindítjuk." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "A bélyegkép gyorsítótár optimalizálása" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Mappa megadása kereséshez" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Adjon meg egy mappát, amelyet be kell olvasni a fotók és a videók számára" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Mappa:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Adja meg a mellőzni kívánt elérési útvonalat" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Kérlek add meg azt a könyvtárt ahol soha ne keressek fényképeket vagy videókat" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Útvonal:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Adja meg a fájl kiterjesztését" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Adjon meg egy fájlkiterjesztést (a vezető pont nélkül)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Kiterjesztés:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Érvénytelen fájlkiterjesztés" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "A %s fájlkiterjesztést a Rapid Photo Downloader felismeri, ezért nincs " "értelme figyelmeztetni a jelenlétét." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Elfogadott fájltípusok:\n" "\n" "Fénykép:\n" "%(photos)s\n" "\n" "Videó:\n" "%(videos)s\n" "\n" "Hang:\n" "%(audio)s\n" "\n" "Más:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Esküvő" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Születésnap" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alkönyvtár beállítások nem kezdődhetnek %s értékkel" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alkönyvtár beállítások nem végződhetnek %s értékkel" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alkönyvtár beállítások nem tartalmazhatnak két %s értéket egymás után" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Letölt 8 fényképet és 10 videót" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hiba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Hiba: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 hiba: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using it. " "No files were copied from it." msgstr "" "Nem sikerült inicializálni a kamerát, valószínűleg azért, mert egy másik " "program használja. Nincs fájl másolva." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "A(z) %s könyvtár nem olvasható" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nem sikerült hozzáférni a módosítási időhöz vagy mérethez %s-ból" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "A(z) %s fájl nem olvasható" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "A(z) %s fájl nem írható" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "A(z) %s fájl nem mozgatható" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "A(z) %s fájl nem eltávolítható" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "A(z) %s fájl nem másolható" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "A(z) %s nulla hosszúságú fájl nem töltődik le" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Nem sikerült meghatározni a fájlrendszer módosítási idejét a(z) %s esetén" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Nem sikerült betölteni a metaadatokat a következőből: %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "A(z) %(name)s metaadatai nem tölthetők be. A %(filetype)s nem lett letöltve." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. If " "this error occurs again on the same filesystem, it will not be reported again." msgstr "" "Hiba történt a fájl fájlrendszer metaadatainak beállítása a(z) %s " "fájlrendszeren. Ha ez a hiba ismét ugyanazon a fájlrendszeren fordul elő, akkor " "nem jelentik újra." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "%s nem kezelt fájlt észlelt. Nem töltődik le." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s már létezik." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "A(z) %(filetype)s %(destination)s létező változata a %(date)s %(time)s az " "utolsó módosított verzión volt." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "A(z) %(filetype)s %(source)s nem lett letöltve %(device)s-ből." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" "A(z) %(filetype)s %(source)s fájlokat a(z) %(device)s fájlból töltötte le." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "A(z) '% s' egyedi azonosítót hozzáadta a fájlnévhez." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on %(date)s " "at %(time)s." msgstr "" "A(z) %(filetype)s %(destination)s mentési fájlt a(z) %(date)s %(time)s " "változónál módosították." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "A(z) %(filetype)s %(source)s nem lett felmentve a(z) %(device)s fájlból." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on %(date)s " "at %(time)s." msgstr "" "Az előző %(filetype)s %(destination)s mentést utoljára módosítottuk %(date)s-" "ban %(time)s alatt." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "A(z) %(filetype)s %(source)s %(device)s fájlt biztonsági másolat készítette és " "felülírta az előző %(filetype)s fájlt." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "A RAW + JPEG szekvencia értékek szinkronizálásakor %(filetype)s %(file)s " "ismétlődő volt, és nem lett letöltve." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "A RAW + JPEG szekvencia értékek szinkronizálásakor a fényképezéseket azonos " "fájlnevekkel azonosították, de különböző időpontokban vették őket:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s on " "%(image2_date)s at %(image2_time)s." msgstr "" "A %(image1)s kép %(image1_date)s %(image1_time)s -kor készült és a %(image2)s " "kép %(image2_date)s %(image2_time)s -kor készült." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "A(z) %s fájlnév véglegesítése nem sikerült" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "A(z) %(destination)s fájlnév nem teljesen lett generálva a %(filetype)s " "%(source)s esetén." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "A(z) %(type)s metaadat hiányzik." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "A következő metaadatok hiányoznak: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "A dátum/idő konverzió sikertelen: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file modification " "time." msgstr "" "Nem sikerült kivonni érvényes dátum/idő metaadatokat vagy meghatározni a fájl " "módosításának idejét." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "A fájlnévnek nincs kiterjesztése." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "A fájlnévnek nincs szám része." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Hiba a(z) %(component)s komponens létrehozásában. Hiba: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "A(z) %(folder)s letöltési alkönyvtárak csak részlegesen generáltak %(filetype)s " "%(source)s esetén." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nincs adat, amellyel a(z) %(subfolder_file)s %(filename)s fájlját generálnák. " "A(z) %(filetype)s nem lett letöltve." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The download " "file was %(source)s in %(device)s. It was not downloaded." msgstr "" "A(z) %(filetype)s %(destination)s %(folder)s létrehozása nem sikerült. A " "letöltési fájl %(source)s %(device)s nem lett letöltve." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nem sikerült létrehozni a %s letöltési almappát." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nem sikerült létrehozni a %s biztonsági alkönyvtárt." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problémák szkennelése %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problémák másolása %s-ról" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problémák a fájlnevek véglegesítése és alkönyvtárak létrehozása közben" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problémák a %s biztonsági mentésénél" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Az idővonal elkészítéséhez használt egymást követő fotók és videók között " "eltelt idő" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)d P" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5 Ó" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)d Ó" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Az Idővonal csoportokat készít fotók és videók alapján, hogy mennyi idő telt el " "egymást követő felvételek között. Használja azt a fotók és videók " "azonosítására, amelyek különböző időszakokban, egyetlen nap alatt vagy egymást " "követő napokon kerülnek." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Használja a csúszkát (lent) az idővonal elkészítéséhez használt egymást követő " "felvételek között eltelt idő beállításához." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "A függőben lévő idővonal létrehozása ..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Az idővonal épül ..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo or " "video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. The " "time a shot was taken is confirmed when generating thumbnails or downloading, " "which is when the metadata is read." msgstr "" "Az idővonalat újra kell építeni, mert a fájl módosításának ideje nem egyezik " "meg azzal a pillanattal, amikor egy vagy több felvétel készítése történt.
                      " "
                      Az idővonal azt mutatja, hogy mikor készítettek felvételeket. A felvétel " "időpontja a fotók vagy videók metaadataiban található meg. A metaadatok " "olvasása időigényes, így a Rapid Photo Downloader elkerüli a metaadatok " "olvasását a fájlok szkennelése közben. Ehelyett azt az időt használja, amikor a " "fájlt utoljára módosították proxyként a felvétel elkészítésekor. A felvétel " "elkészítésének ideje megerősítést nyer, amikor miniatűr vagy letöltődik, vagyis " "amikor a metaadatokat elolvassa." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Az idővonal és az indexkép görgetésének szinkronizálása (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Gyors Fotó Letöltő" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                      Rapid Photo Downloader uses ExifTool to " "get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" " ExifTool-nak van egy problémája

                      A Rapid Photo Downloader az " "ExifTool-ot használja a metaadatok megszerzéséhez videókról és fényképekről. A " "program fut e nélkül is, de telepítése nagyon ajánlott." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Probléma az ExifTool-tal" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Úgy tűnik, hogy a libmediainfo könyvtár hiányzik

                      A Rapid Photo " "Downloader a libmediainfo segítségével lekéri a videó felvételének dátumát és " "időpontját. A program enélkül is futni fog, de a telepítés javasolt." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Probléma a libmediainfo-val" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                      To download from %(device)s, " "this program requires additional software be installed that interacts with " "Apple devices.

                      Missing applications: %(applications)s

                      Learn more " "about which software to install." msgstr "" "Nem lehet letölteni az Apple eszközökről

                      A(z) %(device)s " "eszközről való letöltéshez a program további szoftvert igényel, amely " "kölcsönhatásba lép az Apple eszközökkel.

                      Hiányzó alkalmazások: " "%(applications)s

                      További információ arról, hogy melyik szoftvert kell " "telepíteni." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                      \n" "

                      Because this program does not collect analytics, the survey makes a real \n" "difference to the program's future.

                      " msgstr "" "\n" "

                      A Rapid Photo Downloader az Ön számára készült. Ön segíthet javítani, ha " "részt vesz egy\n" "internetes felmérésben.

                      \n" "

                      Mivel ez a program nem gyűjt elemzéseket, a felmérés valódi\n" "különbséget jelenthet a program jövője szempontjából.

                      " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "A felmérés angol nyelvű." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Szeretné kitölteni a felmérést?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Kérdezze később" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Igen" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Már megtettem" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Soha ne kérdezzen a felmérésről" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Letöltés" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Frissítés..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Preferenciák" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Kilépés" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Windows &meghajtók" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "&Hibaüzenetek" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "A befejezett letöltések törlése" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Súgó online ..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&A nap tippje..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Probléma jelentése..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Adakozzon..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Ezen alkalmazás fordítása…" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Névjegy." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Idővonal" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Letöltési cél" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Átnevezés" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Biztonsági mentés" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download sources" msgstr "" "Kapcsolja be vagy ki a számítógéphez csatlakoztatott eszközöket letöltési " "forrásként" #: ../raphodo/rapid.py:2211 msgid "Turn on or off the use of a folder on this computer as a download source" msgstr "Kapcsolja be vagy ki a mappát ezen a számítógépen letöltési forrásként" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Ez a számítógép" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Válasszon ki egy forrás mappát" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Minden" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Új" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Mutat:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Módosítási idő" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Ellenőrzött állapot" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Fájltípus" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Eszköz" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Fajta:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Mindent kiválaszt:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Letöltés %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Letöltés folytatása" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Megállítás" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" "Köszönjük, hogy jelentett egy problémát a Rapid Photo Downloader alkalmazásban" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                      Do you really want to change " "the source path to %(new_path)s?

                      You are currently downloading from " "%(source_path)s.

                      If you do change the path, the current download from " "This Computer will be cancelled." msgstr "" " A számítógép forrásút megváltoztatása

                      Valóban meg akarja " "változtatni a forrás elérési útvonalát %(new_path)s -re?

                      A(z) " "%(source_path)s.

                      Ha megváltoztatja az elérési utat, az aktuális " "letöltés ezen a számítógépen törlődik." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fénykép" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "videó" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "Érvénytelen %(filetype)s letöltési cél" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly set. " "If the destination is on the network, ensure the network share is correctly " "configured." msgstr "" "A letöltési könyvtár nem írható. Győződjön meg arról, hogy az engedélyek " "megfelelően vannak beállítva. Ha a cél a hálózaton van, győződjön meg arról, " "hogy a hálózati megosztás megfelelően van konfigurálva." #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "A letöltési könyvtár nem létezik." #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Nem cserélheti a letöltési célt a letöltés során." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" " A letöltési cél jóváhagyása

                      Biztosan megadja a(z) " "%(file_type)s letöltési célállomását %(path)s számára?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                      \n" "Do you want to proceed with the download?" msgstr "" "\n" " Összes fájl letöltése

                      \n" "A letöltés mindig tartalmaz minden olyan fájlt, amelyet letöltöttek,\n" "beleértve azokat is, amelyeket jelenleg nem jelenítenek meg az idővonal miatt\n" "vagy mert csak az új fájlok jelennek meg.\n" "Szeretné folytatni a letöltést?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Érvénytelen letöltési könyvtárak:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Érvénytelen letöltési könyvtár:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Letöltés hiba" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "A letöltés nem folytatható." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back them " "up. Do you still want to start the download?" msgstr "" "A fotók és a videók nem lesznek használhatóak, mert nincs hova felvenni őket. " "Még mindig el akarja indítani a letöltést?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to start " "the download?" msgstr "" "Nincs mentési eszköz a(z) %(filetype)s biztonsági másolatának létrehozásához. " "Még mindig el akarja indítani a letöltést?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fényképek" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videók" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written to." "

                      Do you still want to start the download?" msgstr "" " A fotó- és videómentés célállomások nem léteznek vagy nem írhatók. " "

                      Még mindig el szeretné indítani a letöltést?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written to.

                      Do you still want to start the download?" msgstr "" " A(z) %(filetype)s mentési cél nem létezik vagy nem írható be.
                      " "
                      Még mindig el szeretné indítani a letöltést?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Probléma a biztonsági mentéssel" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s - %(time_left)s maradt (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Letöltve: %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s : sikertelen letöltés" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "figyelmeztetések" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Minden letöltés befejeződött" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s letöltve" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s letöltése sikertelen volt" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 hiba" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d hibák" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 figyelmeztetés" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d figyelmeztetés" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Letöltött %(no_files_and_types)s %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Letöltött %(no_files_and_types)s %(devices)s - %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nincs letöltött fájl - %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Nincs letöltött fájl" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "A program beállítása nem jó" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                      It may be locked or " "not configured for file transfers using USB. You can unlock it and try again." "

                      On some models you also need to change the setting to allow the use of " "USB for File Transfer.

                      Learn more about downloading from " "cameras and enabling downloading from phones. " "

                      Alternatively, you can ignore the %(camera)s." msgstr "" " A %(camera)s fájlokhoz nem férhet hozzá.
                      Lehet, hogy zárolva van " "vagy nincs konfigurálva USB-n keresztüli fájlátvitelhez. Feloldhatja és " "megpróbálhatja újra.
                      Egyes modelleknél meg kell változtatni a beállítást " "is, hogy engedélyezze az USB használatát a fájlátvitel számára.
                      " "Tudjon meg többet a letöltés kamerákról és a telefonokról " "történő letöltés lehetővé tétele .
                      Alternatív megoldásként figyelmen " "kívül hagyhatja a %(camera)s -át." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

                      Rapid " "Photo Downloader cannnot access a phone or camera that is being used by another " "program like a file manager.

                      If the device is mounted in your file " "manager, you must first "eject" it from the other program while " "keeping the %(camera)s plugged in.

                      If that does not work, unplug the " "%(camera)s from the computer and plug it in again.

                      Learn more about downloading from cameras and enabling downloading from phones. " "

                      Alternatively, you can ignore the %(camera)s." msgstr "" "Úgy tűnik, hogy a %(camera)s egy másik alkalmazás használja.
                      A " "Rapid Photo Downloader nem fér hozzá olyan telefonhoz vagy kamerához, amelyet " "egy másik program, például fájlkezelő használ.
                      Ha az eszköz be van " "helyezve a fájlkezelőbe, először \"ki kell vetnie\" a másik programból, " "miközben a %(camera)s csatlakoztatva van.

                      Ha ez nem működik, húzza ki " "a %(camera)s csatlakozóját. a számítógépről, majd dugja be ismét. = \"https://" "damonlynch.net/rapid/documentation/#downloadingfromphones\"> lehetővé teszi a " "telefonokról történő letöltést .

                      Alternatív megoldásként " "figyelmen kívül hagyhatja a %(camera)s -át." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Engedélyezze a hozzáférést az iOS-eszközhöz" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Próbálja újra" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&A készülék figyelmen kívül hagyása" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Sajnáljuk, váratlan probléma történt a(z) %s beolvasása közben." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Sajnos nem lehet letölteni az eszközről." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "A probléma megkerülhető azzal, hogy a letöltendő fájlokat a fényképezőgép " "memóriakártyájából egy kártyaolvasó használatával olvassuk be." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Az eszköz lekeresése sikertelen" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

                      You can close any other application (such as a file browser) that is " "using it and try again. If that does not work, unplug the %(camera)s from the " "computer and plug it in again." msgstr "" " A(z) %(camera)s nem kereshető, mert nem lehet eltávolítani.

                      " "Le tud zárni minden olyan alkalmazást (például egy fájlböngészőt), amely " "megpróbálja újra használni. Ha ez nem működik, húzza ki a számítógépből a(z) " "%(camera)s csatlakozóját és csatlakoztassa újra." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

                      You can close any other application (such as a file browser) that is " "using it and try again. If that does not work, unplug the %(camera)s from the " "computer and plug it in again, and choose which files you want to download from " "it." msgstr "" " A letöltés nem indulhat el, mert a(z) %(camera)s nem távolítható el. " "

                      Leállíthatja az összes olyan alkalmazást (például egy fájlböngészőt), " "amelyik használni fogja és próbálja újra. Ha ez nem működik, húzza ki a " "számítógépből a %(camera)s csatlakozóját és csatlakoztassa újra, majd válassza " "ki a letölteni kívánt fájlokat." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Befejezett letöltések jelen" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "A(z) %s letöltés befejeződött." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Szeretné törölni a befejezett letöltéseket?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Befejezett letöltések jelen" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "Megjelenik a(z) %s, amelynek letöltése befejeződött." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Szeretné törölni a befejezett letöltést?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Szeretne fotókat és videókat letölteni az eszközről %(device)s ?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" " Szeretné figyelmen kívül hagyni a(z) %s -ot, ha ez a program fut? " #: ../raphodo/rapid.py:5940 msgid "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "A fényképezőgépek, a telefonok és a tabletek ugyanazzal a modellnevekkel " "figyelmen kívül lesznek hagyva." #: ../raphodo/rapid.py:5946 #, python-format msgid "Do you want to ignore the device %s whenever this program is run?" msgstr "" " Szeretné figyelmen kívül hagyni a(z) %s eszközt, ha ez a program fut? " #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Bármely azonos nevű eszközt figyelmen kívül hagyja." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "A(z) %(location)s letöltése ezen a számítógépen." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                      On some systems, scanning this " "location can take a very long time." msgstr "" "Tényleg szeretne letölteni innen?

                      Néhány rendszeren a beolvasás " "nagyon sokáig tarthat." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s – a letöltés szünetel" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Bélyegképek létrehozása a következőhöz: %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "A(z) %s beolvasása" #: ../raphodo/rapid.py:6449 #, python-format msgid "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "%(number)s %(available files)s ellenőrzött letöltés (%(hidden)s rejtett)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s %(available files)s ellenőrzött a letöltésre" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "A program és könyvtárai verziószámainak megjelenítése és kilépés." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "A program információk megjelenítése a parancssorból történő futtatáskor." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "A parancssorból történő futtatáskor jelezze ki a hibakeresési információkat." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Sorolja fel azokat a fényképeket és videófájl-kiterjesztéseket, amelyeket a " "program felismer és kilép." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Kapcsolja be vagy ki az átnevezés képek." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Kapcsolja be vagy ki a videók átnevezését." #: ../raphodo/rapid.py:6648 msgid "Turn on or off the automatic detection of devices from which to download." msgstr "Kapcsolja be vagy ki a letöltött eszközök automatikus felismerését." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "A számítógépről történő letöltés be- vagy kikapcsolása." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "ELÉRÉSI ÚT" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Az ELÉRÉSI ÚT ezen a számítógépen, ahonnan letölthet." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Az ELÉRÉSI ÚT, ahova a fotókat letölteni fogják." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Az ELÉRÉSI ÚT, ahova a videókat letöltve lesznek." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Fotók és videók biztonsági mentésének bekapcsolása vagy kikapcsolása letöltés " "közben." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "Kapcsolja be vagy ki a biztonsági másolatok automatikus felismerését." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "MAPPA" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not the " "device is used for backups. For each device you wish to use for backing photos " "up to, create a folder on it with this name." msgstr "" "A MAPPA, amelyben mentések tárolását a rendszer automatikusan észleli a " "fényképet biztonsági eszközt, a mappa neve annak segítségével azonosítják-e " "vagy sem az eszközt használják a mentéseket. Minden olyan eszköz esetében, " "amelyet a fotók támogatásához használni szeretne, hozzon létre egy mappát rajta " "ezzel a névvel." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not the " "device is used for backups. For each device you wish to use for backing up " "videos to, create a folder on it with this name." msgstr "" "A MAPPA, amelyben a mentések az automatikusan észlelt video mentési eszközön " "tárolódnak, és a mappa neve azonosítja, hogy a készülék biztonsági másolatokat " "használ-e. Minden olyan eszköz esetében, amelyet videofájlok biztonsági " "mentéséhez kíván használni, hozzon létre egy mappát rajta ezzel a névvel." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Az ELÉRÉSI ÚT, ahol a biztonsági mentés automatikus felismerése esetén " "biztonsági mentést készül a fotókról." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Az ELÉRÉSI ÚT, ahova a videókról biztonsági másolat készül, amikor a mentési " "eszközök automatikus felismerése ki van kapcsolva." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" "A következő kiterjesztésekkel rendelkező fotók figyelmen kívül hagyása: %s" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "Kapcsolja be vagy ki a letöltéseket a program indításakor." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "Kapcsolja be vagy ki a letöltések indítását, amint egy eszközt behelyez." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Kapcsolja be vagy ki a Rapid Photo Downloader bélyegkép gyorsítótár " "használatát. A kikapcsolás nem törli a meglévő gyorsítótár tartalmát." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and exit." msgstr "" "Törölje a bélyegképeket a Rapid Photo Downloader bélyegkép gyorsítótárában és " "lépjen ki." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Felejtse el, hogy mely fájlokat töltötte le és lépjen ki." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the command " "line program gconftool-2." msgstr "" "Importáljon preferenciákat egy régi programverzióból és lépjen ki. Szükséges a " "gconftool-2 parancssori program." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Állítsa vissza az összes programbeállításot az alapértelmezett értékekre, " "törölje az összes bélyegképet a bélyegkép gyorsítótárában, és felejtse el, hogy " "mely fájlokat töltötte le korábban és lépjen ki." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Adja meg a gphoto2 hibakeresési információkat a naplófájlokban." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Nyomtasson információt a terminálhoz a csatlakoztatott kamerákról és lépjen ki." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Használja a rendszer Qt témáját a beépített téma helyett" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Futtassa ezt a programot a waylandben vagy a szokásos X11-ben" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you must " "install the program gconftool-2." msgstr "" "A preferenciák importálásához a Rapid Photo Downloader régi verziójából " "telepíteni kell a gconftool-2 programot." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Nincs korábbi programbeállítás: kilépés." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Preferenciák importálása a Rapid Photo Downloader %(version)s-ból" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Szeretné másolni a tárolt sorszámot, amelynek értéke %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "A program megszakítása." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Soha ne futtassa ezt a programot sudo/root felhasználóként." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "A Rapid Photo Downloader futtatásához telepítenie kell az ExifTool alkalmazást." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "A Rapid Photo Downloader több helyre van telepítve.\n" "\n" "Törölje az összes példányt, kivéve a futtatni kívánt verziót." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Amikor megad egy elérési utat a parancssorban, ne adjon meg egy\n" "lehetőséget az eszköz automatikus felismerésére vagy a \"Ez a számítógép\" " "elérési útjára." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Minden beállítás és gyorsítótár vissza lett állítva." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "A bélyegkép gyorsítótár vissza lett állítva." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Elfelejtették a megjegyzett fájlokat." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Emlékezzen erre a választásra" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Ne kérdezzen újra erről" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Ne figyelmeztessen újra erről" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "&Ne figyelmeztessen többé a hiányzó vagy törött programkönyvtárakról" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "alkönyvtár és fájlnév" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "fájlnév" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "alkönyvtár" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Egy számláló, hogy hány letöltés történik minden nap" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Mai letöltések:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Egy olyan számláló, amely a program minden egyes futtatására emlékezik " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Tárolt szám:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Az az időpont, amikor a Letöltések ma sorszámot vissza kell állítani" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Nap kezdete:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG szinkronizálása" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "A RAW és JPEG párhoz tartozó sorszámok szinkronizálása.\n" "\n" "További részletek az online dokumentációban találhatóak." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sorszámok" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Az inkompatibilis karakterek kihagyása" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed that " "are not allowed by other operating systems" msgstr "" "Függetlenül attól, hogy a fotó-, videó- és mappanevek legyenek olyan " "karakterek, amelyeket más operációs rendszerek nem engedélyeznek" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Kompatibilitás" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Fotó átnevezése" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Videó átnevezése" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Átnevezési beállítások" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fényképek és videók" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fényképek vagy videók" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "egy videó" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 videó" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "egy fénykép" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 fénykép" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fénykép" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Videó" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "A fájlrendszer gyökere" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Képek" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Elnézést, a jelszó helytelen volt." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Adminisztrációs feladatok végrehajtásához adja meg a %s jelszavát." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Jelszó:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Felvett %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Módosítás dátuma: %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Memóriakártyák: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Memóriakártya: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Letöltve, mint:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                      Previous download:
                      %(filename)s
                      %(path)s
                      %(date)s" msgstr "

                      Előző letöltés:
                      %(filename)s
                      %(path)s %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                      Manually set as previously downloaded on %(date)s" msgstr "

                      Manuálisan beállítva a korábban letöltött %(date)s " #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Másolás elérési út" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "A fájl megjelölése letöltésre" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "A fájlok megjelölése letöltésre" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s és %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s és %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "egy" #: ../raphodo/utilities.py:575 msgid "two" msgstr "kettő" #: ../raphodo/utilities.py:576 msgid "three" msgstr "három" #: ../raphodo/utilities.py:577 msgid "four" msgstr "négy" #: ../raphodo/utilities.py:578 msgid "five" msgstr "öt" #: ../raphodo/utilities.py:579 msgid "six" msgstr "hat" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "hét" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "nyolc" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "kilenc" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "tíz" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "tizenegy" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "tizenkettő" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tizenhárom" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "tizennégy" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "tizenöt" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "tizenhat" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "tizenhét" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "tizennyolc" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "tizenkilenc" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "húsz" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Bezárás" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Megszünteti" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Mentés" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Sugó" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Alapértékek visszaállítása" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Igen" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nem" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Hozza létre a %(path)s könyvtárat" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Csatolja a %(drive)s: meghajtót a %(path)s helyre" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" "A(z) %(drive)s: meghajtó leválasztása a(z) %(path)s " "meghajtóról" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Csatolja a meghajtókat %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Csatolja a(z) %s meghajtót" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Válassza le a(z) %s meghajtókat" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Válassza le a(z) %s meghajtót" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Sajnáljuk, hiba történt a %s meghajtók csatlakoztatásakor" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Sajnáljuk, hiba történt a %s meghajtók leválasztásakor" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Sajnáljuk, hiba történt a %s meghajtó csatlakoztatásakor" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Sajnáljuk, hiba történt a %s meghajtó leválasztásakor" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Windows meghajtók" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "A Windows meghajtók automatikus csatlakoztatásának engedélyezése" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Az összes Windows meghajtó automatikus csatlakoztatása" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Csak az alább konfigurált Windows-meghajtókat csatlakoztassa automatikusan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Felhasználó csatlakozva" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Rendszerbe csatlakozva" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Meghajtó" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Csatlakozási pont" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Automatikus csatlakozás" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Automatikus leválasztás kilépéskor" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Függőben lévő műveletek:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Függőben lévő műveletek alkalmazása" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Csatolja a(z) %s meghajtót?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Csatolja a %s meghajtókat?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Eltávolítható meghajtó" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Helyi meghajtó" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Fényképek és videók letöltése, átnevezése és biztonsági mentése kamerákból és " "egyéb eszközökről" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, memory " "cards and other devices at high speed. It can be configured to rename photos " "and videos with meaningful filenames you specify. It can also back up photos " "and videos as they are downloaded. It downloads from and backs up to multiple " "devices simultaneously." msgstr "" "A Rapid Photo Downloader nagy sebességgel importál fényképeket és videókat " "kamerákból, telefonokból, memóriakártyákból és más eszközökből. Úgy van " "beállítva, hogy átnevezzen fényképeket és videókat a megadott fájlnevekkel. A " "képek és videók biztonsági másolata is letölthető. Egyszerre több eszközről " "tölt le és több eszközt támogat." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or over " "consecutive days." msgstr "" "A Rapid Photo Downloader egyedülálló eleme az idővonal, amely a fotókat és " "videókat csoportosítja az egymást követő felvételek között eltelt idő alapján. " "Használja azt a fotók és videók azonosítására, amelyek különböző időszakokban, " "egyetlen nap alatt vagy egymást követő napokon készülnek." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "A professzionális és amatőr fotográfus által készített Rapid Photo Downloader " "könnyen konfigurálható és használható. A programbeállítások bonyolult kódok " "nélkül konfigurálhatók. A szokásos feladatok automatizálhatók, például a " "memóriakártya eltávolítása a letöltés befejezésekor." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "A főablak" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Átnevezés" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory;" "card;" msgstr "" "fénykép, letöltés, fényképezés, import, videó, RAW, kamera, telefon, mentés, " "memória kártya;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Fotók és videók letöltése a Rapid Photo Downloader alkalmazással" #~ msgid "Select a folder to download photos to" #~ msgstr "Válasszon egy letöltési könyvtárat" #~ msgid "Example: %s" #~ msgstr "Példa: %s" #~ msgid "externaldrive1" #~ msgstr "külső_meghajtó1" #~ msgid "externaldrive2" #~ msgstr "külső_meghajtó2" #~ msgid "Download cannot proceed" #~ msgstr "A letöltés megszakadt." #~ msgid "scanning..." #~ msgstr "keresés..." #~ msgid "Backing up error" #~ msgstr "A biztonsági másolat készítése során hiba történt." #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Forrás: %(source)s\n" #~ "Cél: %(destination)s" #~ msgid "Job Code:" #~ msgstr "Munka-szám:" #~ msgid "Download Progress" #~ msgstr "Letöltés Folyamatban" #~ msgid "Enter a Job Code" #~ msgstr "Adjon meg munka-számot" #~ msgid "and" #~ msgstr "és" #~ msgid "Using backup device" #~ msgstr "A biztonsági mentés eszköz használata" #~ msgid "Using backup devices" #~ msgstr "A biztonsági mentés eszközök használata" #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Kb. %(minutes)i:%(seconds)02i perc van hátra" #~ msgid "About %i seconds remaining" #~ msgstr "Kb. %i másodperc van hátra" #~ msgid "About 1 minute remaining" #~ msgstr "Kb. 1 perc van hátra" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Kb. 1 másodperc van hátra" #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "futás közben program információ megjelenítése a terminálban (default: " #~ "%default)" #~ msgid "and %s" #~ msgstr "és %s" #~ msgid "Name + extension" #~ msgstr "Név + kiterjesztés" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " óó:pp" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Biztonsági mentés" #~ msgid "Download Folder" #~ msgstr "Letöltési könyvtár" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitás egyéb operációs rendszerekkel" #~ msgid "Download Subfolders" #~ msgstr "Letöltési alkönyvtár" #~ msgid "Job Codes" #~ msgstr "Munka-szám" #~ msgid "Original:" #~ msgstr "Eredeti:" #~ msgid "Program Automation" #~ msgstr "Automatizálás" #~ msgid "Example:" #~ msgstr "Példa:" #~ msgid "New:" #~ msgstr "Új:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Sequence Numbers" #~ msgstr "Sorozat szám" #~ msgid "Error Handling" #~ msgstr "Error Handling" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Hordozható eszközök automatikus érzékelése" #~ msgid "Backup" #~ msgstr "Biztonsági mentés" #~ msgid "Download / Pause" #~ msgstr "Letöltés / Megszakítás" #~ msgid "Download folder:" #~ msgstr "Letöltési könyvtár:" #~ msgid "Error Log" #~ msgstr "Hibanapló" #~ msgid "Rename Options" #~ msgstr "Átnevezési lehetőségek" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Beállítások: Gyors Fénykép Letöltő" #~ msgid "_Report a Problem..." #~ msgstr "_Hibajelentés küldése..." #~ msgid "_Translate this Application..." #~ msgstr "_Fordítás" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Kész letöltések kiürítése" #~ msgid "_Get Help Online..." #~ msgstr "_Online help" #~ msgid "_Error Log" #~ msgstr "_Hibanapló" #~ msgid "_Make a Donation..." #~ msgstr "_Küldjön adományt..." #~ msgid "_Help" #~ msgstr "_Súgó" #~ msgid "_View" #~ msgstr "_Nézet" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Határozza meg azt az időt 24 órás formában, ahol a Downloads today " #~ "sorozatszámot vissza kell állítani." #~ msgid "only output errors to the command line" #~ msgstr "csak a hibák megjelenítése a terminálban" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Párizs" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prága" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Róma" #~ msgid "Moscow" #~ msgstr "Moszkva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsó" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "_Remember this choice" #~ msgstr "_Emlékezzen erre a választásra" #~ msgid "Device Detected" #~ msgstr "Eszköz érzékelve" #~ msgid "_Add..." #~ msgstr "_Hozzáadás…" #~ msgid "R_emove All" #~ msgstr "Összes törlése" #~ msgid "Source: %(source)s" #~ msgstr "Forrás: %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "RAW és JPEG fájlok számkiosztásának szinkronizálása" #~ msgid "Remove all Job Codes?" #~ msgstr "Minden Munka-szám eltávolítása?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Minden Munka-szám el legyen távolítva?" #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "A cél könyvtár nem hozható létre: %(directory)s\n" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Hiba a fénykép átnevezési beállításoknál" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Hiba a videó letöltési alkönyvtár beállításoknál" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Hiba a fénykép letöltési alkönyvtár beállításoknál" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Figyelem: Nincs elegendő metaadat a fájl teljes átnevezéshez. " #~ "Kérem válasszon más metaadatot az átnevezéshez." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Figyelem: Nincs elegendő metaadat az alkönyvtár létrehozásához. " #~ "Kérem válasszon más metaadatot az alkönyvtár létrehozáshoz." #~ msgid "Error in Video Rename preferences" #~ msgstr "Hiba a videó átnevezési beállításoknál" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Akarod ezt az eszközt, vagy partíciót fénykép vagy videó letöltésre " #~ "használni?" #~ msgid "Photos:" #~ msgstr "Fényképek:" #~ msgid "Videos:" #~ msgstr "Videók:" #~ msgid "Photo Rename\t" #~ msgstr "Fénykép Átnevezés\t" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Például: /home/jozsef/Képek" #~ msgid "Photo Rename" #~ msgstr "Fénykép Átnevezés" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Fénykép és Videó név összeütközés" #~ msgid "Video Rename\t" #~ msgstr "Videó Átnevezés\t" #~ msgid "Devices" #~ msgstr "Eszközök" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Válaszd ki a letöltési könyvtárat. Az alkönyvtárak automatikusan létre " #~ "fognak jönni az általad megadott könyvtár alá." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importáld a fényképeidet és videóidat hatékonyan és megbízhatóan" #~ msgid "Location:" #~ msgstr "Hely:" #~ msgid "Photo Rename" #~ msgstr "Fénykép Átnevezés" #~ msgid "Photo Folders" #~ msgstr "Fénykép Könyvtár" #~ msgid "Video Rename" #~ msgstr "Videó Átnevezés" #~ msgid "Video Folders" #~ msgstr "Videó Könyvtár" #~ msgid "Video backup folder name:" #~ msgstr "A videó biztonsági mentési könyvtára" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Válasszon egy könyvtárt az alábbiaknak: %(file_types)s" #~ msgid "Photo backup folder name:" #~ msgstr "A biztonsági másolat mappa neve:" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "A program beállításainak visszaállítása, majd kilépés" #~ msgid "All settings and preferences have been reset" #~ msgstr "Minden beállítás visszaállításra került" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "A program által felismerhető kép és videó kiterjesztések listázása, majd " #~ "kilépés" #~ msgid "Backing up to %(path)s" #~ msgstr "Biztonsági mentés készül az alábbi helyre: %(path)s" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "Adja meg a könyvtárat, ahová a biztonsági másolatok készülnek." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "A készülék lecsatlakoztatása a letöltést követően." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Adja meg, hogy a képek és videók nevéből el legyenek-e távolítva az egyéb " #~ "operációs rendszerek által nem megengedett karakterek." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Adja meg, hogy a biztonsági másolatok készítésekor felül legyenek-e írva az " #~ "azonos néven létező fájlok, vagy át legyenek ugorva." #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "A %(filetype)s alkönyvtár beállítások érvénytelenek, nem használhatóak.\n" #~ "Az alapértelmezett értékek kerülnek visszaállításra." #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Error: %(inst)s" #~ msgstr "Hiba: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "A kép már korábban le lett töltve." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "A program egyező nevű, de különböző időpontban készített képeket talált." #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Ha egyező nevű kép vagy videó már le lett töltve, ajánlja fel a kihagyást, " #~ "vagy a letöltés folytatását egyedi azonosító hozzáadásával" #~ msgid "_File" #~ msgstr "_Fájl" #~ msgid "_Select" #~ msgstr "_Kijelölés" #~ msgid "display debugging information when run from the command line" #~ msgstr "Mutassa a hibakeresési információkat parancssoros futtatásnál." #~ msgid "Size" #~ msgstr "Méret" #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s eszköz nem lett csatlakoztatva" #~ msgid "Free space:" #~ msgstr "Szabad hely:" #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(total)s %(filetypes)s összesen. Letöltve: %(number)s" #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "%(total)s %(filetypes)s összesen. Letöltve: %(number)s (%(remaining)s még " #~ "hátra van)" #~ msgid "Folder: %s" #~ msgstr "könyvtár: %s" #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s letöltési könyvtár nem létezik" #~ msgid "; " #~ msgstr "; " #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s letöltési könyvtár nem írható" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s letöltési könyvtár nem jó" #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fájl: %(file)s" #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s métadatatát nem tudom olvasni" #~ msgid "Error generating component %s." #~ msgstr "Hiba a komponens elkészítésekor: %s." #~ msgid "Date time value %s appears invalid." #~ msgstr "Ez a dátim, idő érték nem tűnik valósnak: %s" #~ msgid "%(free)s free" #~ msgstr "%(free)s üres" #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s biztonsági mentése nem készül el, mert nincs használható hely " #~ "számára" #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s már létezik (le van töltve)" #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s már le van töltve" #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s nem lehet létrehozni" #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Hiba lépett fel a %(filetype)s másolása közben" #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Hiba történt a biztonsági mentés közben ezen az eszközön %(volume)s." #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "A fényképeknek azonos a neve, de eltérő időben készültek:%(details)s" #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Hiba történt a biztonsági mentés közben ezen az eszközön: %(volume)s: " #~ "%(inst)s." #~ msgid "The metadata might be corrupt." #~ msgstr "A métadatad hibás lehet" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "A fájlnév, a kiterjesztés, és az Exif információ szerint ez már le van " #~ "töltve." #~ msgid " It was backed up to %(volume)s" #~ msgstr " Biztonsági mentés létrehozva: %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Biztonsági mentés létrehozva ezeken az eszközökön: " #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s és %(final_volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Hiba történt a biztonsági mentés közben az alábbi eszközökön: " #~ msgid "Backups overwritten on these devices: " #~ msgstr "A biztonsági mentés felülírva ezeken az eszközökön: " #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "A biztonsági mentés felülírva ezen az eszközön: %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "A biztonsági mentés az elábbi eszközökön már létezik: " #~ msgid "Backup already exists on %(volume)s." #~ msgstr "A biztonsági mentés már létezik itt: %(volume)s." #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s és %(volume)s." #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s és %(volume)s (%(inst)s)." #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Hiba lépett fel a könyvtárak létrehozáskor ezen az eszközön: %(volume)s: " #~ "%(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Hiba lépett fel a könyvtárak létrehozáskor ezen az eszközökön: " #~ msgid "Problem in %s generation" #~ msgstr "Probléma a %s létrehozásakor" #~ msgid "Problems in %s generation" #~ msgstr "Probléma a %s létrehozásakor" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Probléma az alkönyvtár és a fájlnév létrehozásakor" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Probléma az alkönyvtár és a fájlnév létrehozásakor" #~ msgid "The following metadata is missing: " #~ msgstr "A következő métaadatad hiányzik: " #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s és %(final_missing_metadata_element)s." #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Hiba történt a %(filetype)s másolásakor, de a biztonsági mentés létrehozva." #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s már létezik, de biztonsági mentés létrehozva" #~ msgid "there were errors backing up" #~ msgstr "hibák voltak a biztonsági mentés közben" #~ msgid "Multiple problems were encountered" #~ msgstr "Több probléma lépett fel." #~ msgid "there was an error backing up" #~ msgstr "hiba volt a biztonsági mentés közben" #~ msgid "There were errors backing up" #~ msgstr "Hibák voltak a biztonsági mentés közben" #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, és %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Hiba volt a biztonsági mentés közben" #~ msgid "Path: %s" #~ msgstr "Path: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Nem sikerült az alkönyvtár létrehozás" #~ msgid "Next File" #~ msgstr "Következő fájl" #~ msgid "Previous File" #~ msgstr "Előző fájl" #~ msgid "_Download" #~ msgstr "_Letöltés" #~ msgid "_Check All" #~ msgstr "Összes _kijelölése" #~ msgid "Performance" #~ msgstr "Teljesítmény" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Bélyegkép létrehozás (lassabb)" #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Hiba: %(errorno)s %(strerror)s" #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s továbbá, %(newproblem)s" #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Továbbá, még ezek %(problems)s." #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Továbbá, még ez %(problem)s." #~ msgid "." #~ msgstr "." #~ msgid "Invalid regular expression" #~ msgstr "Érvénytelen reguláris kifejezés" #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "A következő reguláris kifejezések hibásak, és távolításra kerülnek, ha nem " #~ "javítod ki őket:\n" #~ " %s" #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Ez a reguláris kifejezés hibás, és távolításra kerül, ha nem javítod ki:\n" #~ " %s" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Kérlek válassz könyvtárt a fotók és a videók számára, ha nem akarod hogy " #~ "automatikusan kerüljenek meghatározásra (disable auto detection)." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Ha engedélyezed az automatikus felderítést a hordozható eszközre, akkor az " #~ "egész eszközön fogok keresni. Nagy méretű eszközön ez sokáig tarthat. \n" #~ "\n" #~ "Ha ez a lehetőség engedélyezve van, akkor a lehetséges eszköz érzékelésekor " #~ "rá fogok kérdezni, hogy akarod-e az automatikus felderítést ezen az eszközön." #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "A fotók biztonsági mentése a %(path)s könyvtárba és a videók biztonsági " #~ "mentése a %(path2)s könyvtárba" #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Fotók és videók biztonsági mentésének helye: %(path)s" #~ msgid "_Uncheck All" #~ msgstr "_Kijelölések törlése" #~ msgid "Select All Without _Job Code" #~ msgstr "Összes kijelölése_Munka-kód nélkül" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Összes kijelölése_Munka-kód szerint" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "A Fényképek Letöltési Könyvtára" #~ msgid "Example" #~ msgstr "Példa:" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Videók Letöltési Könyvtára" #~ msgid "Select a folder to download videos to" #~ msgstr "Válasszon egy letöltési könyvtárat" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Válaszd ki a letöltési könyvtárat. Az alkönyvtárak automatikusan létre " #~ "fognak jönni az általad megadott könyvtár alá." #~ msgid "Rename Options" #~ msgstr "Átnevezési lehetőségek" #~ msgid "Job Codes" #~ msgstr "Munka-szám" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be used." #~ "" #~ msgstr "" #~ "Eszközök ahonnan a fotókat és a videókat letöltjük, mint például fényképező " #~ "gépek, memória kártyák, pendirve-ok.\n" #~ "\n" #~ "Letölthetsz egyszerre több eszközről, vagy kijelölhetsz egy könyvtárat a " #~ "merevlemezeden.\n" #~ "\n" #~ "A fényképezőgépről történő közvetlen letöltés még kísérleti lehetőség. Ha " #~ "a fényképezőgépről a letöltés lassú, vagy nem működik akkor próbáld meg a " #~ "fényképezőgépet PTP módba állítani. Ha ez nem lehetséges használj " #~ "kártyaolvasót." #~ msgid "Automatically detect devices" #~ msgstr "Az eszközök automatikus felismerése" #~ msgid "Device Options" #~ msgstr "Eszköz beállítások" #~ msgid "Device Options" #~ msgstr "Eszköz beállítások" #~ msgid "Remembered Paths" #~ msgstr "Megjegyzett elérési utak" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Minden megjegyzett elérési út eltávolítása?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Biztosan eltávolítod az összes megjegyzett elérési utat?" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "Valóban le akarsz tölteni innen? Néhány rendszeren ez sokáig tart." #~ msgid "the root of the file system" #~ msgstr "a fájlrendszer gyökere" #~ msgid "Copy" #~ msgstr "Másolás" #~ msgid "Move" #~ msgstr "Áthelyezés" #~ msgid "From" #~ msgstr "Honnan" #~ msgid "Auto Detect" #~ msgstr "Automatikus Felismerés" #~ msgid "Downloading from %(location)s." #~ msgstr "Letöltés innen: %(location)s." #~ msgid "Automatically rotate JPEG images" #~ msgstr "A JPEG képek automatikus forgatása" #~ msgid "Re_move All" #~ msgstr "Ö_sszes eltávolítása" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Add meg a fényképek biztonsági mentésének útvonalát" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Minden mellőzött útvonal törlése" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Valóban törölni szeretnéd az összes mellőzött útvonalat?" #~ msgid "Miscellaneous" #~ msgstr "Egyebek" #~ msgid "_Include in download" #~ msgstr "Letöltésben szerepel" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Sajnálom, a videó letöltési lehetőség le van tiltva. A videó letöltéshez, " #~ "kérlek telepítsd hachoir metadata és a kaa metadata csomagokat " #~ "a python részére, vagy az exiftool csomagot." #~ msgid "Select a folder in which to backup videos" #~ msgstr "Add meg a videók biztonsági mentésének útvonalát" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Megjegyzett útvonalak azok, amelyeket a különböző hordozható eszközökkel " #~ "kapcsolatban kiválasztasz letöltésre vagy mellőzésre." #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "A létező %(filetype)s típus utoljára %(date)s %(time)s lett módosítva.\r\n" #~ "Az alábbi azonosító hozzáadva: %(identifier)s" #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Nincs adat a %(filetype)s elnevezéséhez" #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "A létező %(filetype)s módosítva lett: %(date)s %(time)s." #~ msgid "Use _python-style regular expressions" #~ msgstr "Használj python stílusú reguláris kifejezést" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Add meg azt az útvonal végződést amit figyelmen kívül hagyjak amikor " #~ "fotókat vagy videókat keresek a letöltéshez. Bármilyen útvonal ami a " #~ "megadott értékre végződik nem lesz ellenőrizve." #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "To" #~ msgstr "Hova" #~ msgid "An unknown error occurred" #~ msgstr "Ismeretlen hiba történt" #~ msgid "Help" #~ msgstr "Súgó" #~ msgid "Check All Photos" #~ msgstr "Kijelöl minden fényképet" #~ msgid "Check All Videos" #~ msgstr "Kijelöl minden videót" #~ msgid "About..." #~ msgstr "Névjegy…" #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "keresés (found %(photos)s photos and %(videos)s videos)..." #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "A %(filetype)s letöltése nem volt hibátlan." #~ msgid "Quit" #~ msgstr "Kilépés" #~ msgid "Refresh" #~ msgstr "Újratöltés" #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "A biztonsági másolat eszköze nem tartalmaz megfelelő könyvtárat a " #~ "%(filetype) számára." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "A fájl ellenőrzés hibát talált. A letöltött verzió eltér az eredetitől." #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "A fájl ellenőrzés hibát talált a %(volume)s. A letöltött verzió eltér az " #~ "eredetitől." #~ msgid "File verification failed on these devices: " #~ msgstr "A fájl ellenörzés hibát talált ezen az eszközön: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/id.po0000644000175000017500000036762514562557501016620 0ustar00damondamon# Indonesian translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:22+0000\n" "Last-Translator: Abdul Munif Hanafi \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: id\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                      " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                      2. Checked State: whether the file is marked for " "download.
                      3. Filename: the full filename, including " "extension.
                      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                      5. File Type: " "photo or video.
                      6. Device: name of the device the photos and " "videos are being downloaded from.
                      " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                      " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                      3. Text which " "you want to appear every time, such as a hyphen or a space.
                      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                      1. Downloads today: tracks " "downloads completed during that day.
                      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                      3. Session number: reset each time the program is " "run.
                      4. Sequence letter: like session numbers, but uses " "letters.

                      Read more about sequence numbers in the online " "documentation.

                      " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                      Read more about file renaming in " "the online " "documentation.

                      " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                      In " "your bug report describe what you expected to happen, and what you observed " "happening.

                      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                      {tarfile}
                      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                      Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                      If possible, please also include the program's configuration " "file {config_file}.

                      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Teks" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nama Berkas" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Urutan" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Tanggal gambar" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Tanggal video" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Hari ini" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Kemarin" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nama" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Ekstensi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Jumlah gambar" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Jumlah video" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Waktu pencahayaan" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                      Creating a custom preset is not required, but can help " "you keep organized.

                      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                      If you " "like, you can create a new custom preset or update the existing custom " "preset.

                      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatur gambar" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                      1. ExifTool reports a time zone and MediaInfo " "does not.
                      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                      3. Gstreamer is unable to extract " "thumbnails.
                      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                      Missing applications: " "%(applications)s

                      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                      \n" "

                      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Unduh" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Perangkat" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Jeda" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                      Do you really want to " "change the source path to %(new_path)s?

                      You are currently downloading " "from %(source_path)s.

                      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Folder unduh ini tidak valid:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Folder unduh ini tidak valid:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto dan video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto dan video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                      Previous download:
                      %(filename)s
                      %(path)s
                      %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Size" #~ msgstr "Ukuran" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Sisa %(minutes)i:%(seconds)02i menit" #~ msgid "About 1 minute remaining" #~ msgstr "Sisa 1 menit" #~ msgid "About 1 second remaining" #~ msgstr "Sisa 1 detik" #~ msgid "Download cannot proceed" #~ msgstr "Mengunduh tidak dapat diproses" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Sisa %i detik" #~ msgid "Free space:" #~ msgstr "Ruang kosong:" #~ msgid "and" #~ msgstr "dan" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #~ msgid "Photos:" #~ msgstr "Foto:" #~ msgid "Videos:" #~ msgstr "Video:" #, python-format #~ msgid "and %s" #~ msgstr "dan %s" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/it.po0000644000175000017500000053036114562557501016625 0ustar00damondamon# Italian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009 # Albano Battistella , 2022. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:16+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: it\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Riconoscimenti" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Traduttori" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Nessun backup configurato" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Non è stato rilevato alcun dispositivo di backup" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Nessuna posizione valida per i backup è stata specificata" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Durante il download è possibile effettuare il backup delle foto e dei video " "in posizioni multiple, come ad esempio su dischi esterni." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Effettua il backup delle foto e dei video durante il download" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Rileva automaticamente i dispositivi di backup" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Specificare la cartella per il salvataggio dei backup su " "dispositivo.

                      Nota: la presenza di una cartella con questo nome è " "necessaria per determinare se il dispositivo è utilizzato per il backup. Per " "ogni dispositivo che desideri utilizzare per il backup, crea una cartella in " "esso con uno di questi nomi. Aggiungendo entrambe le cartelle, lo stesso " "dispositivo potrà essere utilizzato per il backup di fotografie e video." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nome cartella foto:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nome cartella video:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Esempio:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se si disabilita la rilevazione automatica, scegliere le posizioni esatte " "del salvataggio." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Posizione del salvataggio delle fotografie:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Seleziona posizione backup foto" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Posizione del salvataggio dei video:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Seleziona posizione backup video" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "unità1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "unità2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Utilizzo previsto dei backup" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opzioni backup" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s foto" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s video" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Utilizzati" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Eccesso" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Dimensione dispositivo sconosciuta" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nessun spazio disponibile su %(size_total)s della periferica" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s liberi su %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Foto" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Video" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Spazio in uso previsto dopo lo scaricamento" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Personalizzato..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Configura la creazione delle sottocartelle per le foto" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Configura la creazione delle sottocartelle per i video" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Uso di archiviazione previsto" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Seleziona una cartella di destinazione" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Test dispositivo..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignora temporaneamente il dispositivo" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignora permanentemente il dispositivo" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Analizza di nuovo" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s pieno" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Altro" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Camere" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispositivi" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Scaricamento da %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Seleziona sorgente" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s fotocamere" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivi" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Clicca sulla casella corrispondente al file da marcare o demarcare per il " "download." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "I file che sono stati già scaricati sono contrassegnati. Puoi ancora marcare " "i file che sono stati scaricati in precedenza, i quali sono demarcati per " "default, le loro immagini di anteprima saranno offuscate per permetterti di " "distinguerli dai files che non sono ancora stati scaricati." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Se più di un file è selezionato, tutti quelli la cui casella è stata " "cliccata saranno contrassegnati, indipendentemente da precedenti " "contrassegni." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Clicca sulla casella di spunta di un dispositivo per velocemente " "contrassegnare o togliere il contrassegno di scaricamento a tutti i suoi " "file." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Quando termina uno scaricamento, un'icona sostituisce la casella di spunta. " "Il colore dell'icona indica se lo scaricamento ha avuto successo (verde), ha " "avuto problemi di rinomina (giallo/arancione) oppure è fallito (rosso)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Nel caso un qualunque problema, un'icona rossa apparirà in fondo alla pagina " "per indicare il numero corrente dei resoconti d'errore. Cliccando su di essa " "la pagina dei resoconti d'errore verrà aperta." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "La finestra dei resoconti d'errore elenca ogni problema incontrato in " "precedenza, durante o dopo lo scaricamento. Un triangolo arancione " "rappresenta un avvertimento, un cerchio rosso indica un malfunzionamento, e " "un cerchio nero indica un malfunzionamento grave. Puoi cliccare sui " "collegamenti per aprire i relativi file e dispositivi in un file manager. " "Puoi anche cercare tra i resoconti utilizzando la casella di ricerca in " "basso a sinistra nella finestra dei resoconti d'errore." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Potete scaricare simultaneamente da più camere, smartphone, schede di " "memoria e dischi—tanti dispositivi quanti ne può gestire " "contemporaneamente il vostro computer." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La Linea temporale raggruppa foto e video in base al tempo intercorso " "fra scatti consecutivi. Usatelo per identificare foto e video scattati in " "differenti momenti della giornata o in giorni consecutivi." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                      " msgstr "" "

                      Nell'illustrazione soprastante, la prima linea della Timeline è nera " "perché tutti i file di quella data sono stati scaricati in " "precedenza.

                      Il cursore scorrevole della Timeline permette di regolare " "il tempo trascorso tra gli scatti consecutivi necessario alla costruzione " "della Timeline:

                      " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Per visualizzare foto e video per un determinato intervallo di tempo, usa il " "mouse (opzionalmente in combinazione con i tasti Maiusc o " "Ctrl) su seleziona periodi di tempo. Quando un intervallo di tempo " "è selezionato, il pulsante Timeline su verrà evidenziato il lato sinistro " "della finestra principale." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Uno scaricamento comprende sempre tutti i file marcati per lo scaricamento, " "compresi quelli eventualmente non mostrati dalla Linea temporale usata." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Puoi nascondere o mostrare le sorgenti scaricate cliccando sul nome del " "dispositivo dal quale stai scaricando nell'angolo in alto a sinistra della " "finestra del programma." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                      2. Checked State: whether the file is marked for " "download.
                      3. Filename: the full filename, including " "extension.
                      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                      5. File Type: " "photo or video.
                      6. Device: name of the device the photos and " "videos are being downloaded from.
                      " msgstr "" "Le anteprime possono essere ordinate per mezzo di una varietà di " "criteri:
                      1. Data di modifica: quando il file è stato modificato " "l'ultima volta, conformemente ai metadati del file(quando disponibili) o in " "conformità con il filesystem (come alternativa).
                      2. Stato del " "contrassegno: se il file è contrassegnato per lo " "scaricamento.
                      3. Nome del File: il nome completo del file, " "inclusa la sua estensione.
                      4. Estensione: l'estensione del nome " "del file. Lo puoi usare per raggruppare immagini jpeg e raw, per " "esempio.
                      5. Tipo del File: foto o " "video.
                      6. Dispositivo: il nome del dispositivo dal quale le " "fotografie e i video vengono scaricati.
                      " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una delle più utili funzionalità di Rapid Photo Downloader è la possibilità " "di creare cartelle per lo scaricamento e rinominare i file scaricati, " "secondo uno schema di vostra scelta." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Per specificare dove scaricare i file e come rinominarli, aprire il pannello " "appropriato, a destra della finestra dell'applicazione: Destinazione, " "Rinomkina, or Codice del lavoro." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                      1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                      2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "È possibile scaricare le fotografie e i video nella stessa cartella di " "destinazione, oppure cartelle di destinazione differenti possono essere " "specificate. Lo stesso vale per le sottocartelle di scaricamento per " "fotografie e video— è possibile scaricare fotografie e video nella " "stessa sottocartella o utilizza uno schema differente per ciascun tipo." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Le cartelle create automaticamente per lo scaricamento, possono contenere " "sottocartelle se necessario. Uno schema comune consiste nel creare cartelle " "per anno contenenti sottocartelle per anno-mese-giorno." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                      1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                      2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                      " msgstr "" "Quando possibile, il programma visualizza in anteprima le sottocartelle di " "download delle foto e video in download:
                      1. L'albero delle cartelle di " "destinazione mostra le sottocartelle di download già attivate nel tuo " "computer (quelli in un carattere normale, non corsivo) e le sottocartelle " "che saranno create durante il download (quelli i cui nomi sono in " "corsivo).
                      2. L'albero delle cartelle mostra anche in quali " "sottocartelle saranno scaricati i file (quelli colorati di nero).
                      " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                      1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                      2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                      3. Text which " "you want to appear every time, such as a hyphen or a space.
                      Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Per creare automaticamente le sottocartelle di download durante lo " "scaricamento, puoi utilizzare uno dei predefiniti integrati di Rapid Photo " "Downloader o crearne di personalizzate o preimpostate. Fare clic sull'icona " "a forma di ingranaggio per visualizzare un menu a discesa:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Utilizzando il menu a discesa, selezionare una preimpostazione o cliccare su " "Personalizzato per configurare il vostro schema. Create il vostro " "schema usando l'Editor di Generazione delle sottocartelle Foto o Video:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "E' facile scaricare immagini raw in una cartella e immagini jpeg in " "un'altra. Usate semplicemente Estensione File come parte dello " "schema di generazione della sottocartella di scaricamento:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Questa illustrazione mostra un preset personalizzato salvato denominato " ""Il mio preimpostato personalizzato"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Non è necessario creare sottocartelle di download nidificate. Questa " "illustrazione mostra la generazione di sottocartelle di download che " "contengono solo la data delle foto dove sono state scattate e un codice di " "lavoro:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Sebbene ci siano molte opzioni di denominazione di data/ora integrate, " "potresti scoprire che tu hai bisogno di qualcosa di diverso. Non è un " "problema crearne uno tuo. Puoi combinare data/ora scelte per generare nuove " "combinazioni. Supponendo di volere un formato data che unisce anno (AAAA), " "un trattino e un mese (MM) per formare AAAA-MM. Puoi crearlo come questo " "(notare il cerchio rosso attorno al trattino):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Leggete di più sulle modalità di creazione delle sottocartelle di " "scaricamento e riniomina dei file su online " "documentation." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "I codici lavoro ti consentono di inserire facilmente un testo che " "descriva serie di foto e video. Puoi usarli in sottocartelle e nomi di file. " "In questa illustrazione, alcuni file hanno avuto il codice lavoro " ""Street" applicato a loro e i file selezionati sono in procinto di " "ottenere il codice lavoro "Green Bazaar":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Puoi applicare codici lavoro nuovi o esistenti prima di iniziare un " "download. Se ci sono file nel download a cui non è stato ancora applicato un " "codice lavoro, sarà chiesto loro di inserire un codice lavoro prima " "dell'inizio del download." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Cerca suggerimenti che ti guidino quando lavori con i codici lavoro:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "I suggerimenti variano a seconda del contesto, ad esempio quando il mouse " "passa sopra un pulsante." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Dando alle foto e video nomi unici eviterà confusione nell'uso dei file. Si " "raccomanda di usare numeri sequenziali per rendere unici i nomi dei " "file." #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                      Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                      1. Downloads today: tracks " "downloads completed during that day.
                      2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                      3. Session number: reset each time the program is " "run.
                      4. Sequence letter: like session numbers, but uses " "letters.

                      Read more about sequence numbers in the online " "documentation.

                      " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Il pannello Rinomina permette di configurare la rinomina dei file. " "Per rinominare i vostri file, potete scegliere fra le opzioni predefinite " "oppure crearne di vostra scelta." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                      Read more about file renaming in " "the online " "documentation.

                      " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Durante il download è possibile effettuare il backup delle foto e dei video " "in posizioni multiple, come ad esempio su dischi esterni." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "In questo esempio, l'unità photobackup non contiene una cartella " "nominata Video, quindi non verrà eseguito il backup dei video." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Diverse preferenze del programma possono essere impostate dalla riga di " "comando,incluso lo scaricamento sorgenti, destinazioni e backup. Inoltre, le " "impostazioni possono essere reimpostate su il loro stato predefinito e le " "cache e i file cancellati." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Potete importare le preferenze del programma dalla vecchia versione 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                      1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                      2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                      3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                      Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Suggerimento del giorno" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Lo sapete..?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Mostra suggerimenti all'avvio" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Successivo" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Precedente" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Alcuni secondi" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "Un secondo" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d secondi" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "un minuto" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuti" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "Un'ora" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d ore" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "un giorno" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d giorni" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "un minuto e un secondo" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "un minuto e %d secondi" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuti e un secondo" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuti, %(seconds)d secondi" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "un'ora e un minuto" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "un'ora e %d minuti" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d ore e un minuto" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ore, %(minutes)d minuti" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "un giorno e un'oira" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "un giorno e %d ore" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d giorni e un'ora" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d giorni, %(hours)d ore" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Cerca" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Report errori - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Cerca nei report" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Trova l'occorrenza precedente della frase" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Trova l'occorrenza successiva della frase" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "E&videnzia tutto" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Evidenzia tutte le occorrenze della frase" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Maiuscole/minuscole" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Cerca &Maiuscole/minuscole" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "Parole &intere" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Cerca solo parole intere" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s di %s corrispondenze" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s di %(total)s corrispondenze" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Pulisci" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Frase non trovata" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Ricerca in corso..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Il numero di nuove voci aggiunte al rapporto errori dall'ultima apertura. " "Fai clic per aprire il rapporto di errore." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                      In " "your bug report describe what you expected to happen, and what you observed " "happening.

                      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Segnala il problema su {website}.

                      Nella tua " "segnalazione di bug descrivi cosa ti aspettavi che accadesse e cosa hai " "osservato che è successo.

                      La segnalazione del bug deve includere " "anche le impostazioni del programma e il file di registro. Per creare un " "file con queste informazioni aggiuntive, fare clic su Salva." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Ulteriori informazioni salvate" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                      {tarfile}
                      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                      Click here to see the file in your file manager." msgstr "" "Le informazioni aggiuntive sulla segnalazione di bug sono state create nella " "tua home directory in un file tar:
                      {tarfile}
                      Devi allegare questo " "file al bug segnala da te. Non verrà automaticamente allegato.

                      Fai " "clic su qui per vedere il file nel tuo file manager." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Errore durante la creazione di informazioni aggiuntive" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Le informazioni aggiuntive sulla segnalazione di bug non sono state create. " "Segnala un bug comunque." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                      If possible, please also include the program's configuration " "file {config_file}.

                      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Includi nella tua segnalazione di bug i file di registro del programma. La " "segnalazione di bug deve include {log_file}, ma allegare gli altri " "file di registro è spesso utile.

                      Se possibile, includi anche il file " "di configurazione del programma {config_file}.

                      Fai clic qui per aprire la directory del registro e qui per aprire la directory di configurazione." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "L'aggiornamento all'versione più recente ti " "consentirà di determinare se il problema che hai riscontrato è già stato " "risolto." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problema in Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Si è verificato un problema in Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Se lo stesso problema si ripresenta prima della chiusura del programma, " "questo è l'unica notifica a riguardo." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "C'è stato un problema in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Apri nel File Browser..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Ripristina" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Mostra cartelle di sistema" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "File system" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Altro..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (la posizione non esiste)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Data e ora" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Testo" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nome file" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Meta-dati" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Ordinamenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data dell'immagine" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Data del video" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Oggi" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ieri" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Tempo di scaricamento" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Estensione" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Numero immagine" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Numero video" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Tempo di esposizione" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Lunghezza focale" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Marca fotocamera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modello fotocamera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modello fotocamera breve" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Modello della fotocamera breve (es.: DSC-P92)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Numero seriale" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Contatore dell'otturatore" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Numero file" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Solo la cartella" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Cartella e file" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nome del proprietario" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Larghezza" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Altezza" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Lunghezza" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Fotogrammi per secondo" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Copyright" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Scaricati oggi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Numero della sessione" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Numero della sotto-cartella" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Numero memorizzato" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Lettera di sequenza" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Tutte le cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Ultima cifra" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Ultime 2 cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Ultime 3 cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Ultime 4 cifre" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Caso originale" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAIUSCOLO" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minuscolo" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Una cifra" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Due cifre" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quattro cifre" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinque cifre" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sei cifre" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sette cifre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Sotto-secondi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-MM-GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMGGAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMGGAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "GGMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "GGMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mese (intero)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mese (abbreviato)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Giorno della settimana (per esteso)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Giorno della settimana (abbreviato)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuti)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Data (con trattini)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Data (con trattini bassi)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Data e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Codice lavoro" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Data e Codice di Lavoro della sottocartella" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Nome originale del file" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Data-ora e download di oggi" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Data e download di oggi" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Data-Ora e Numero immagine" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Data-Ora e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYMMDD-HHMM-Codice lavoro-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-Codice lavoro-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Data-ora e numero video" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Risoluzione" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserire un nuovo codice lavoro o selezionarne uno precedente" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Il Codice di Lavoro sarà applicato a %s che non ha ancora un Codice di " "Lavoro.." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "Il Codice di Lavoro sarà applicato a %s che non hanno ancora un Codice di " "Lavoro.." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Applicare il codice lavoro per il download" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Inserire un nuovo codice lavoro" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Suggerimento: seleziona foto o video prima di inserire un nuovo " "codice lavoro per avere il codice lavoro applicato a loro." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Il nuovo codice lavoro verrà applicato a %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nuovo codice lavoro" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Codice lavoro:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Ricorda questo codice lavoro" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Ultimo utilizzato" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Discendente" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nuovo..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Applica" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Rimuovi" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Rimuovi tutto" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Codici Lavoro" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Chiedi aiuto online..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Inserisci" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                      Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                      Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                      Creating a custom preset is not required, but can help " "you keep organized.

                      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                      If you " "like, you can create a new custom preset or update the existing custom " "preset.

                      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Preferenze" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automazione" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniature" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Gestione degli errori" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Avvisi" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Consolidamento" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Varie" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Sc ansiona solo specifiche cartelle sui dispositivi" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Cartelle da scansionare:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Aggiungi..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Rimuovi" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Dispositivi memorizzati" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Percorsi Ignorati" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Inizia il download all'avvio del programma" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Inizia il download quando il dispositivo viene inserito" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Smonta (scollega) il dispositivo al completamento dello scaricamento" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Esce dal programma quando il download è completo" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Esce dal programma anche se si sono verificati errori e avvisi durante il " "download" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generazione delle minature" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Gednera miniature" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Genera le miniature di sistema" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Cache delle miniature" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Calcolo in corso..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "giorni" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "per sempre" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Dimensione della cache:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Dimensione del database:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Salta il download" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Aggiunta di un identificatore univoco" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sovrascrivi" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Salta" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Quando una foto o video ha il medesimo nome di un file già scaricato, " "scegliere se saltare lo scaricamento od aggiungere un identificativo unico:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Mostra un avviso quando:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                      Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                      The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                      1. ExifTool reports a time zone and MediaInfo " "does not.
                      2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                      3. Gstreamer is unable to extract " "thumbnails.
                      " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Scaricamentgi completati" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Inserire un persorco da ignorare" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Specificare un percorso che non sarà mai esaminato per cercare fotografie e " "video" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Percorso:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Le preferenze della sotto-cartella non dovrebbero iniziare con un %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" "Le preferenze della sotto-cartella non dovrebbero terminare con un %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Le preferenze della sotto-cartella non dovrebbero contenere due %s uno dopo " "l'altro" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s è stata scattata il %(image1_date)s alle %(image1_time)s, e " "%(image2)s il %(image2_date)s alle %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Il %(type)s metadata è mancante." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Il nome del file non ha un'estensione." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Il nome del file non ha una componente numerica." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                      To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                      Missing applications: " "%(applications)s

                      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                      Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                      \n" "

                      Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                      " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Scarica" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Traduci questa applicazione..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Sospendi" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                      Do you really want to " "change the source path to %(new_path)s?

                      You are currently downloading " "from %(source_path)s.

                      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                      \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Le seguenti cartelle da scaricare non sono valide:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "La seguente cartella da scaricare non è valida:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "foto" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                      Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problema nel backup" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Scaricati %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Impossibile scaricare %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avvisi" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Scaricamenti completati" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s scaricati" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "impossibile scaricare %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Le preferenze del programma non sono valide" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                      It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                      On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                      Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                      If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                      If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                      Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                      Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                      On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Tutte le impostazioni e preferenze sono state reimpostate." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Cache delle miniature." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "sottocartella e nome del file" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nome del file" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "sotto-cartella" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Downloads oggi:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Numero memorizzato:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Giorno iniziale:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Elimina caratteri incompatibili" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Rinomina foto" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Rinomina video" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Opzioni di rinomina" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto e video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto o video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s su %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Immagini" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Schede di memoria: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Scaricato come:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                      Previous download:
                      %(filename)s
                      %(path)s
                      %(date)s" msgstr "" "

                      Scaricamenti precedenti:
                      %(filename)s
                      %(path)s
                      %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Copia percorso" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:575 msgid "two" msgstr "due" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:577 msgid "four" msgstr "quattro" #: ../raphodo/utilities.py:578 msgid "five" msgstr "cinque" #: ../raphodo/utilities.py:579 msgid "six" msgstr "sei" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sette" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "otto" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "dieci" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "undici" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "dodici" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tredici" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "quattordici" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "quindici" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "sedici" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "diciassette" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "diciotto" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "diciannove" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "venti" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Chiudi" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Annulla" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origine: %(source)s\n" #~ "Destinazione: %(destination)s" #~ msgid "Size" #~ msgstr "Dimensione" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "Example: %s" #~ msgstr "Esempio: %s" #~ msgid "externaldrive1" #~ msgstr "driveesterno1" #~ msgid "Backing up error" #~ msgstr "Errore durante il backup" #~ msgid "and" #~ msgstr "e" #~ msgid "Using backup devices" #~ msgstr "Si utilizzano dispositivi di backup" #~ msgid "Using backup device" #~ msgstr "Si utilizza un dispositivo di backup" #, python-format #~ msgid "and %s" #~ msgstr "e %s" #~ msgid "Name + extension" #~ msgstr "Nome + estensione" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid ":" #~ msgstr ":" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Example" #~ msgstr "Esempio" #~ msgid "Original:" #~ msgstr "Originale:" #~ msgid "Example:" #~ msgstr "Esempio:" #~ msgid "New:" #~ msgstr "Nuovo:" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Scelta della cartella di download. Sottocartelle per le fotografie scaricate " #~ "saranno create automaticamente in questa cartella utilizzando la struttura " #~ "specificata sotto." #~ msgid "Download folder:" #~ msgstr "Cartella di download:" #~ msgid "Error Log" #~ msgstr "Registrazione degli Errori" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferenze: Rapid Photo Downloader" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specificare l'ora nel formato 24 ore a cui il numero di sequenza " #~ "Downloads oggi dovrebbe essere reimpostato." #~ msgid "_Report a Problem..." #~ msgstr "_Segnala un Problema..." #~ msgid "_Translate this Application..." #~ msgstr "_Traduci questa Applicazione..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Svotare i Downloads Completati" #~ msgid "_Get Help Online..." #~ msgstr "_Richiedi Aiuto In Linea..." #~ msgid "_Help" #~ msgstr "_Aiuto" #~ msgid "externaldrive2" #~ msgstr "driveesterno1" #~ msgid "About 1 minute remaining" #~ msgstr "Manca circa 1 minuto" #~ msgid "Berlin" #~ msgstr "Berlino" #~ msgid "Paris" #~ msgstr "Parigi" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stoccolma" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Mosca" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Giacarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsavia" #~ msgid "Job Codes" #~ msgstr "Codici Lavoro" #~ msgid "Job Codes" #~ msgstr "Codici Lavoro" #~ msgid "Device Detected" #~ msgstr "Dispositivo rilevato" #~ msgid "R_emove All" #~ msgstr "R_imuovi Tutto" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizza i numeri di sequenza RAW + JPEG" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origine: %(source)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Selezionare una cartella in cui scaricare i video" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Selezionare una cartella contenente %(file_types)s" #~ msgid "Photos:" #~ msgstr "Foto:" #~ msgid "Devices" #~ msgstr "Dispositivi" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Scegliere la cartella per il download. Le sottocartelle per i video " #~ "scaricati saranno create automaticamente in questa cartella utilizzando la " #~ "struttura specificata sotto." #~ msgid "Automatically detect devices" #~ msgstr "Rileva i dispositivi automaticamente" #~ msgid "Location:" #~ msgstr "Posizione:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importa le tue foto ed i video in modo efficiente ed affidabile" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Specificare se dai nomi delle foto, dei video e delle cartelle occorre " #~ "rimuovere qualche carattere non ammesso da altri sistemi operativi." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Scegliere se, durante un salvataggio, si vuole sovrascrivere un file che " #~ "abbia lo stesso nome sul dispositivo di salvataggio, o ignorarne la copia." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Errore: %(inst)s" #~ msgid "Select All Without _Job Code" #~ msgstr "Seleziona Tutto _Senza il Codice _Lavoro" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Seleziona Tutto _Con il Codice Lavoro" #~ msgid "_File" #~ msgstr "_File" #~ msgid "_Select" #~ msgstr "_Seleziona" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Sono state rilevate fotografie con gli stessi nomi di file, ma prese ad " #~ "orari diversi" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Free space:" #~ msgstr "Spazio libero:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Cartella: %s" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Path: %s" #~ msgstr "Percorso: %s" #~ msgid "Next File" #~ msgstr "File successivo" #~ msgid "Previous File" #~ msgstr "File precedente" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s liberi" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Backup su %(path)s" #~ msgid "Videos:" #~ msgstr "Video:" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgid "Select a folder to download photos to" #~ msgstr "Selezionare una cartella in cui scaricare le foto" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Errore nel generare la componente %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s non può essere generato" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Si è verificato un errore durante la copia di %(filetype)s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s esiste già" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Non si può effettuare il backup di %(filetype)s in quanto non è stata " #~ "travata nessuna posizione adatta." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s è stato già scaricato" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Il %(filetype)s è stato modificato il %(date)s alle %(time)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Errore: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "I metadata potrebbero essere corrotti." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Il nome del file, l'estensione e le informazioni Exif indicano che è già " #~ "stato scaricato." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " È stato effettuato il backup su %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " È stato effettuato il backup su questi di dispositivi: " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Sono state rilevato foto con lo stesso nome del file, ma scattate in ore " #~ "differenti: %(details)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Si sono verificati degli errori durante il backup sui seguenti dispositivi " #~ "di backup: " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Il backup esiste già su %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Il backup esiste già in queste posizioni: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Si è verificato un errore durante la creazione delle directory su " #~ "%(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Si è verificato un errore durante la creazione delle directory sui seguenti " #~ "dispositivi di backup: " #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Inoltre, si è verificato %(problems)s." #~ msgid "The following metadata is missing: " #~ msgstr "I seguenti metadata sono mancanti: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemi nella generazione della sottocartella e del nome del file" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema nella generazione della sottocartella e del nome del file" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s esiste già, ma si è effettuato il backup" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Si è verificato un errore durante la copia di %(filetype)s, ma ne è stato " #~ "effettuato il backup" #~ msgid "Multiple problems were encountered" #~ msgstr "Si sono verificati molteplici errori" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, e %(backinguperror)s" #~ msgid "Photo has already been downloaded" #~ msgstr "La fotografia è stata già scaricata" #~ msgid "Download / Pause" #~ msgstr "Download / Sospendi" #~ msgid "_Check All" #~ msgstr "Seleziona _tutto" #~ msgid "_Download" #~ msgstr "_Download" #~ msgid "_Error Log" #~ msgstr "_Registro errori" #~ msgid "_Make a Donation..." #~ msgstr "_Fai una donazione..." #~ msgid "_View" #~ msgstr "_Visualizza" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilità con altri sistemi operativi" #~ msgid "Download Folder" #~ msgstr "Cartella di download" #~ msgid "Download Subfolders" #~ msgstr "Sottocartella di download" #~ msgid "Photo Rename" #~ msgstr "Rinomina foto" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Nomi di foto e video in conflitto" #~ msgid "Program Automation" #~ msgstr "Automazione programma" #~ msgid "Sequence Numbers" #~ msgstr "Numeri di sequenza" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Esempio: /home/user/Immagini" #~ msgid "Error Handling" #~ msgstr "Gestione degli errori" #~ msgid "Miscellaneous" #~ msgstr "Varie" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Cartelle per il download delle " #~ "foto" #~ msgid "Photo Rename\t" #~ msgstr "Rinomina foto\t" #~ msgid "Rename Options" #~ msgstr "Opzioni di rinomina" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Cartelle per il download dei " #~ "video" #~ msgid "Video Rename\t" #~ msgstr "Rinomina video\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Rileva automaticamente i dispositivi di memorizzazione portatile" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generazione delle miniature (lento)" #~ msgid "Performance" #~ msgstr "Prestazioni" #~ msgid "Photo Folders" #~ msgstr "Cartelle delle foto" #~ msgid "Photo Rename" #~ msgstr "Rinomina foto" #~ msgid "Photo backup folder name:" #~ msgstr "Nome della cartella del backup delle foto:" #~ msgid "Rename Options" #~ msgstr "Opzioni di rinomina" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Specificare la cartella in cui memorizzare i backup sul dispositivo. \n" #~ "\n" #~ "Nota: sarà usato anche per determinare se il dispositivo è utilizzato o " #~ "meno per i backup. Per ogni dispositivo che vuoi utilizzare per i backup, " #~ "crea una cartella al suo interno con uno di questi nomi." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Smonta (\"espelli\") il dispositivo al completamento del download" #~ msgid "Video Folders" #~ msgstr "Cartelle video" #~ msgid "Video Rename" #~ msgstr "Rinomina video" #~ msgid "Video backup folder name:" #~ msgstr "Nome della cartella di backup dei video:" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Quando una fotografia o un video con lo stesso nome è già stata scaricata, " #~ "scegli se saltare il download oppure aggiungere un identificatore unico." #~ msgid "_Add..." #~ msgstr "_Aggiungere..." #~ msgid "the root of the file system" #~ msgstr "l'origine del file system" #~ msgid "Copy" #~ msgstr "Copia" #~ msgid "Move" #~ msgstr "Sposta" #~ msgid "From" #~ msgstr "Da" #~ msgid "Auto Detect" #~ msgstr "Rileva automaticamente" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Selezioanre un percorso in cui salvare le fotografie" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Selezioanre un percorso in cui salvare i video" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Occorre rimuovere tutti i percorsi memorizzati?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Occorre rimuovere tutti i percorsi ignorati?" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Salvataggio sovrascritto su %(volume)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "La data di ultima modifica dei %(filetype)s esistenti è %(date)s alle " #~ "%(time)s. E' stato aggiunto l'identificatoe univoco '%(identifier)s'." #~ msgid "Invalid regular expression" #~ msgstr "Espressione regolare non valida" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Si è verificato un errore salvando su %(volume)s: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Si è verificato un errore salvando su %(volume)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Non ci sono dati con cui nominare i %(filetype)s." #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s e %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Salvataggi sovrascritti su questi dispositivi: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema nella generazione %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemi nella generazione %s" #~ msgid "there were errors backing up" #~ msgstr "si sono verificati errori salvando" #~ msgid "there was an error backing up" #~ msgstr "si è verificato un errore salvando" #~ msgid "There were errors backing up" #~ msgstr "Si sono verificati errori salvando" #~ msgid "There was an error backing up" #~ msgstr "Si è verificato un errore salvando" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Inoltre, %(newproblem)s" #~ msgid "Failed to create download subfolder" #~ msgstr "" #~ "Si è verificato un errore nella creazione della sottocartella di download" #~ msgid "_Uncheck All" #~ msgstr "_Deseleziona Tutti" #~ msgid "_Include in download" #~ msgstr "_Includi nel download" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Ruota automaticamente le immagini JPEG" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Se si disabilita la rilevazione automatica, scegliere la posizione esatte " #~ "delle fotografie e dei video." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se abiliti la rilevazione automatica dei Dispositivi di Memorizzazione " #~ "Portatile (PSD), sarà analizzato tutto il dispositivo. Su grossi dispositivi " #~ "ciò potrebbe richiedere un po' di tempo.\n" #~ "\n" #~ "Quando questa opzione è abilitata, ed un dispositivo potenziale viene " #~ "rilevato, ti verrà richiesto di determinare se questo dovrà essere " #~ "analizzato o meno." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "I dispositivi indicano da dove si scaricano fotografie e video, come " #~ "macchine fotografiche, schede di memoria o Dispositivi di Memorizzazione " #~ "Portatile (PSD).\n" #~ "\n" #~ "Puoi scaricare da più dispositivi simultaneamente, oppure puoi specificare " #~ "una posizione sul tuo disco fisso.\n" #~ "\n" #~ "Scaricare direttamente dalla macchina fotografica è attualmenet una " #~ "caratteristica sperimentale. Se scaricando direttamente dalla tua macchina " #~ "fotografica funziona male o per niente, prova ad impostarla in modalità PTP. " #~ " Se ciò non fosse possibile, occorre utilizzare un lettore di schede di " #~ "memoria." #~ msgid "Device Options" #~ msgstr "Opzioni Dispositivo" #~ msgid "Device Options" #~ msgstr "Opzioni Dispositivo" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Specifica la porzione finale dei percorsi che vuoi ignorare quando si " #~ "analizzano i dispositivi per le fotografie o i video. Qualsiasi percorso che " #~ "termini con i valori di seguito non sarà analizzato." #~ msgid "Use _python-style regular expressions" #~ msgstr "Utilizza espressioni regolari _python-style" #~ msgid "Remembered Paths" #~ msgstr "Percorsi Memorizzati" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Spiacenti, la funzionalità dello scarico dei video è disabilitata. Per " #~ "scaricare i video, si prega di installare i pacchetti python hachoir " #~ "metadata e kaa metadata, oppure exiftool." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Inoltre, si è verificato un %(problem)s." #~ msgid "Re_move All" #~ msgstr "Ri_muovi Tutto" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "I percorsi memorizzati sono quelli associati con i dispositivi che hai " #~ "scelto di analizzare sempre oppure di ignorare quando la rilevazione " #~ "automatica dei Dispositivi di Memorizzazione Portatile (PSD) è abilitata." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "scansione in corso (trovate %(photos)s fotografie e %(videos)s video)..." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s non è stato smontato correttamente" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s.%(minute)s.%(second)s.%(subsecond)s" #~ msgid "Download Progress" #~ msgstr "Avanzamento scaricamento" #~ msgid "scanning..." #~ msgstr "Analisi..." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Scaricamento da %(location)s." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Scaricare veramente da questa posizione? Su alcuni sistemi, l'analisi di " #~ "questa posizione può richiedere molto tempo." #~ msgid "Download cannot proceed" #~ msgstr "Impossibile procedere con lo scaricamento" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Mancano circa %i secondi" #~ msgid "About 1 second remaining" #~ msgstr "Manca circa 1 secondo" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Mancano circa %(minutes)i.%(seconds)02i minuti" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s su %(total)s %(filetypes)s (%(remaining)s rimanenti)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s su %(total)s %(filetypes)s" #~ msgid "To" #~ msgstr "Su" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Backup delle fotografie su %(path)s, dei video su %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Backup di fotografie e video su %(path)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "la cartella per scaricare %(file_type)s non è scrivibile" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "la cartella per scaricare %(file_type)s non è valida" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "la cartella per scaricare %(file_type)s non esiste" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Visualizza informazioni sulla riga comando quando il programma è in " #~ "esecuzione (predefinito: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "Visualizza informazioni di debug quando eseguito dalla riga comando" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Errore: specificare il dispositivo di auto-rilevamento o specificare " #~ "manualmente il percorso di un dispositivo dal quale scaricare, ma non " #~ "entrambe." #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Reimposta tutte le preferenze e le impostazioni del programma ed esce" #~ msgid "All settings and preferences have been reset" #~ msgstr "Tutte le impostazioni e preferenze sono state reimpostate" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Elenca le estensioni delle foto e dei video riconosciuti dal programma ed " #~ "esce" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Impossibile creare la directory di destinazione: %(directory)s\n" #~ msgid "only output errors to the command line" #~ msgstr "Visualizza solo gli errori sulla riga comando" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "Specifica manualmente il PATH del dispositivo da cui scaricare, " #~ "sovrascrivendo le preferenze esistenti del programma" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Rileva automaticamente i dispositivi da cui scaricare, sovrascrivendo le " #~ "preferenze esistenti del programma" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Utilizzare questo dispositivo o partizione come sorgente da cui scaricare " #~ "foto o video?" #~ msgid "_Remember this choice" #~ msgstr "_Ricordare questa scelta" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Errore nelle preferenze di scarica sotto-cartelle video" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Errore nelle preferenze di scarica sotto-cartelle foto" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Occorre rimuovere tutti i codici lavoro?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Errore nelle preferenze di rinomina foto" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Rimuovere tutti i percorsi memorizzati?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Rimuovere tutti i percorsi ignorati?" #~ msgid "Remove all Job Codes?" #~ msgstr "Rimuovere tutti i codici lavoro?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Errore nelle preferenze di rinomina video" #~ msgid "Job Code:" #~ msgstr "Codice lavoro:" #~ msgid "Enter a Job Code" #~ msgstr "Inserire un codice lavoro" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Le espressioni regolari che seguono non sono valide e saranno rimosse a meno " #~ "che non vengano corrette:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Questa espressione regolare non è valida e sarà rimossa a meno che non venga " #~ "corretta:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Le preferenze della sotto-cartella %(filetype)s inserite non sono valide e " #~ "non possono essere utilizzate.\n" #~ "Vengono ripristinati i valori predefiniti." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Attenzione: meta-dati insufficienti per generare completamente il " #~ "nome. Utilizzare altre opzioni per la rinomina." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Attenzione: meta-dati insufficienti per generare completamente le " #~ "sotto-cartelle. Utilizzare altre opzioni per identificare le sotto-" #~ "cartelle." #~ msgid "Sydney" #~ msgstr "Sydney" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Il valore della data %s non sembra essere valido" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "i meta-dati %(filetype)s non sono leggibili" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Backup %(file_type)s sovrascritto" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Backup di %(file_type)s non eseguito" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Il backup di %(file_type)s esiste già" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s non è stato scaricato correttamente" #~ msgid "An unknown error occurred" #~ msgstr "Si è verificato un errore sconosciuto" #~ msgid "Help" #~ msgstr "Aiuto" #~ msgid "Check All Photos" #~ msgstr "Controlla fotografie" #~ msgid "Check All Videos" #~ msgstr "Controlla video" #~ msgid "About..." #~ msgstr "Informazioni..." #~ msgid "Quit" #~ msgstr "Esci" #~ msgid "Refresh" #~ msgstr "Aggiorna" #~ msgid "Verify files as they are downloaded" #~ msgstr "Controllare i file mentre vengono scaricati" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Nessun dispositivo di backup contiene una cartella valida per eseguire il " #~ "backup di %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Controllo del file non riuscito. La versione scaricata è diversa " #~ "dall'originale." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Controllo dei file non riuscito su %(volume)s. La versione nel backup è " #~ "diversa da quella scaricata." #~ msgid "File verification failed on these devices: " #~ msgstr "Controllo dei file non riuscito sui seguenti dispositivi: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/ja.po0000644000175000017500000066250514562557501016611 0ustar00damondamon# Japanese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:17+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: ja\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "クレジット" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "翻訳担当" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "バックアップの設定が為されていません" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "バックアップデバイスを検出できません" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "有効なバックアップ場所がまだ指定されていません" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "ダウンロードに際して,写真や動画を複数の場所(例: 外部ハードディスク)にバックアップすることができます." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "ダウンロードの際,写真や動画をバックアップ" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "バックアップデバイスを自動検出" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "デバイス上でバックアップを保管するフォルダを指定してください.

                      註:この名前のフォルダがあるかどうかで,そのデバイスがバック" "アップ用か否かを判定します.バックアップ先として使用したいデバイス全てに,これらのフォルダ名のいずれかを持つフォルダを作成してください.両方のフォルダを作" "成すると,写真と動画の両方を同じデバイスにバックアップすることができます." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "写真フォルダ名:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "動画フォルダ名:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "例:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "自動検出を無効にした場合には,正確なバックアップ場所を選択してください." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "写真のバックアップ場所:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "写真のバックアップ場所を選択してください" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "動画のバックアップ場所:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "動画のバックアップ場所を選んでください" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "ドライブ1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "ドライブ2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "バックアップの予測使用容量" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "バックアップ オプション" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "動画THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "音声" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s個の写真" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s個の動画" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "使用量" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "超過量" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "デバイス容量は不明です" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "%(size_total)sデバイス上に空きがありません" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_total)s中%(size_free)sの空き" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "写真" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "動画" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "ダウンロード後の予測使用容量" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "設定..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "写真サブフォルダ生成の設定" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "動画サブフォルダ生成の設定" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "予測使用容量" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "目的のフォルダを選択してください" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "デバイスを検索中..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "一時的にこのデバイスを無視する" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "恒久的にこのデバイスを無視する" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "再走査" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s使用済" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "その他" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "カメラ" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "デバイス" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "%(device_names)sからダウンロード中" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s個の%(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "ソースを選択" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s個のカメラ" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s個のデバイス" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "ダウンロードするか否かマークするには,ファイルのチェックボックスをクリックしてください." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "すでにダウンロードされたファイルは記憶されています.前回ダウンロードしたファイルを再度ダウンロードするようにマークすることもできますが,既定値ではこれらの" "ファイルのチェックは外されており,そのサムネールも,これからダウンロードしなくてはならないファイルから区別するために,淡色表示されています." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "2つ以上のファイルが選択されている場合には,前回チェックマークがされていたかどうかに関わらず,チェックボックスがクリックされているファイルのマークが用いら" "れます." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "デバイス内の全ファイルを,手早くダウンロード用に指定したり外したりするには,デバイスのチェックボックスをクリックしてください." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "ダウンロードが終わった後,サムネイルのチェックボックスがアイコンに変わります.アイコンの色は,ダウンロードが成功したのか(緑色),改名に問題があったのか(" "黄色/橙色),失敗したのか(赤色)を示します." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "問題が生じた場合には,エラーレポートの数を表示した\n" "赤いアイコンがウィンドウ下部に表示されます.それを\n" "クリックするとエラーレポートウィンドウが開きます." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "エラーレポートウィンドウには,ダウンロード中および前後に生じた問題の全てが\n" "表示されます.橙色の三角形は警告を赤丸はエラーを,黒丸はさらに深刻なエラー\n" "を示します.ハイパーリンクをクリックすると,当該ファイルかファイルマネージャー\n" "中にデバイスが開きます.また,エラーレポートウィンドウの左下にある検索ボッ\n" "クスで,レポートに対して検索をかけることもできます." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "カメラ・スマートフォン・メモリーカード・ハードディスクなど,お使いのコンピュータが同時に取り扱うことができる数のデバイスから,同時にダウンロードすることが" "できます." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "時間軸は,撮影間の経過時間によって写真や動画をグループ化します.1日もしくは数日内の別の時間帯に撮られた写真や動画を認識するのにお使いくださ" "い." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                      In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                      The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                      " msgstr "" "

                      上のイラストで,時間軸の最初の行は,その日のファイルが全て以前にダウンロードされてしまっているので,黒くなっています.

                      時間軸のスライダ" "は,時間軸の構築に使う各撮影間の経過時間を調節するのに使われます.

                      " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "ある期間の写真・動画を見るには,マウスを使用して(場合によりShift>Ctrlを併用して)期間を選択してください." "期間が選択されると,メインウィンドウの左側の時間軸ボタンがハイライトされます." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "ダウンロードの際は,時間軸が使用されているために現在表示されていないファイルも含み,ダウンロード用にチェックされている全てのファイルがつねにダウンロードさ" "れます." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "プログラムウィンドウの左上で,ダウンロード中のデバイス名をクリックすることで,ダウンロードソースを表示したり消したりすることができます." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                      1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                      2. Checked State: whether the file is marked for " "download.
                      3. Filename: the full filename, including " "extension.
                      4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                      5. File Type: " "photo or video.
                      6. Device: name of the device the photos and " "videos are being downloaded from.
                      " msgstr "" "サムネールは様々な方法で整序することができます:
                      1. 修正日時:最後にファイルが修正されたとき.(可能ならば)メタデータを使用し," "(そうでない時は)ファイルシステムのデータを使用します.
                      2. チェック状態:ファイルがダウンロード用にマークされているか否か.<" "/li>
                      3. ファイル名:拡張子を含む完全ファイル名.
                      4. 拡張子:ファイル名の拡張子.たとえば,JPEG画像と" "RAW画像をグループ化するのに使うことができます.
                      5. ファイル型:写真であるか動画であるか.
                      6. デバイス:" "写真や動画のダウンロード元であるデバイス名.
                      7. " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "高速写真ダウンローダの最も便利な機能の一つに,自動的にダウンロードするサブフォルダを作り,選択したスキームに従って,ダウンロードしたファイル名を変更するこ" "とができることがあります." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "どこにファイルをダウンロードするか,それらをどのように命名するかを指定するには,アプリケーション " "ウィンドウの右側の受入先名称変更ジョブコードのうち,適切なパネルを開いてください." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" "ダウンロード " "ディレクトリの構造を考える際には,ディレクトリの型が2つあることを念頭においてください:
                        1. 受入先フォルダ(例:「ピクチャ」・「" "フォト」・「ビデオ」)このディレクトリは,コンピュータ上に既になくてはなりません.下のイラストでは,受入先フォルダは「Pictures」と「Videos」" "です.受入先フォルダ名は,フォルダツリーの直上に灰色のバーで表示され,左にフォルダアイコン,離れて右側に歯車アイコンが表示されます.
                        2. ダウンロード " "サブフォルダ(高速写真ダウンローダが自動で生成するディレクトリ)このフォルダは,コンピュータ上にはあってもなくても構いません.受入先フォルダの下に" "自動で作成されます.
                        " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "写真と動画は,同じフォルダにダウンロードすることもできますが,別々のフォルダを指定することもできます.写真と動画のダウンロード " "サブフォルダについても同様です.− 写真と動画を同じサブフォルダにダウンロードをすることもできますが,各型に別々のスキームを使用することもできます." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "自動的に生成されたダウンロードサブフォルダには,必要ならば,さらに自動的に生成されたサブフォルダを含むことができます.よくあるスキームとしては,年のサブフ" "ォルダを生成し,その中に年-月-日と続くサブフォルダを生成する方法があります." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" "高速写真ダウンローダは,いつでも可能な場合は,ダウンロードする写真・動画のダウンロード " "サブフォルダをプレビューします:
                        1. 受入先フォルダツリーには,すでにコンピュータ上にあるダウンロードサブフォルダ(斜字体でない通常フォント)と" "ダウンロード中に作成されるダウンフォルダ(斜字体)が表示されます.
                        2. フォルダツリーには,ファイルがダウンロードされるサブフォルダも表示され" "ます(黒色).
                        " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "ダウンロード サブフォルダ名は,通常,以下の要素を,全てまたは一部使って構成されます:
                        1. ファイル " "メタデータ:通常,写真や動画が生成された日を含みますが,カメラのモデル名,カメラのシリアル番号,JPGやCR2などのファイル拡張子も含まれることが" "あります.
                        2. ジョブコード:イベント名や地名など,ダウンロードが行われた時に指定した自由文.
                        3. テキスト<" "/b>:ハイフンや空白など,常時表示される要素.
                        年月日の数字でサブフォルダを命名すると,簡単にファイルマネジャ中で整序された状態にでき" "ますので,これが既定オプションになっています:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "ダウンロードと同時にダウンロード " "サブフォルダを自動生成するには,高速写真ダウンローダの組込スキームを使用するか,設定スキームを作成することができます.歯車アイコンをクリックして,ドロップ" "ダウンメニューを開いてください:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "ドロップダウンメニューから組込スキームを選択するか,設定をクリックして自分のスキームを設定してください.写真・動画サブフォルダ生成エディタを" "使用して,自分のスキームを作ることができます:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "raw画像とjpeg画像を別々のフォルダにダウンロードするのは簡単です.ダウンロードサブフォルダ生成スキームの一部でファイル名拡張子を使用す" "るだけです:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "この例では,「My custom preset」という名称の保存済み設定スキームを示しています." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "入れ子状にダウンロード サブフォルダを作成する必要はありません.このイラストは,写真が撮られた日付とジョブコードのみを含むダウンロード " "サブフォルダの生成を表しています:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "すでに多くの日時命名オプションが組込で用意されていますが,これらとは違うものが必要になることもあるでしょう.自分自身のオプションを作成しても全く問題ありま" "せん.日時を新しい組み合わせで生成させるようにすることができます.暦年(YYYY)とハイフン,月(MM)を組み合わせてYYYY-" "MMという日付フォーマットが欲しいものとしましょう.下記のようにして作ることができます(ハイフンの周りの赤丸に注目してください):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "ダウンロード サブフォルダ名とファイル名を生成する全方法については,オンライン説明" "書をご覧ください." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "ジョブコードを使えば,写真や動画の組を叙述する文を簡単に入力することができます.ジョブコードは,サブフォルダやファイル名に使用することができ" "ます.この例では,ファイルのいくつかは「Street」というジョブコードをすでに持っており,選択したファイルに「Green " "Bazaar」というジョブコードを与えようとしているところです." #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "ダウンロード開始前に新規もしくは既存のジョブコードを適用することができます.ダウンロード中に,まだジョブコードを適用していないファイルがあった場合には,ダ" "ウンロード開始前に,それらのジョブコードを入力するように促されます." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "ジョブコードに関して作業をしている時に助けとなるヒントを探す:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "ヒントは,マウスがボタン上にあるときなど,その文脈によって変わります." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "写真や動画に重複しないファイル名をつけると,どのファイルがどれだったか混乱することはありません.ファイル名が重複しないようにするために連番を" "用いることが,高く推奨されます." #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is " "run.
                        4. Sequence letter: like session numbers, but uses " "letters.

                        Read more about sequence numbers in the online " "documentation.

                        " msgstr "" "

                        写真・動画の固有名を割り当てるのに,4種類の連番値を使用できます:

                        1. 今日のダウンロード数:その日に完了したダウンロード数" ".
                        2. 保存数:今日のダウンロード数に類似していますが,このプログラムを最後に実行してからの数です.
                        3. セッ" "ション数:プログラム実行時に毎回リセットされます.
                        4. 連続文字:セッション数と同様ですが,文字を使用します.
                        5. " "

                        連番について詳しくは,オンライン説明書<" "/a>をご覧ください.

                        " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "名称変更パネルでは,ファイルの名称変更を設定することができます.ファイルの名称変更を行うには,既存の名称変更スキームの中から選択するか,自作" "のものを選択することができます." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                        Read more about file renaming in " "the online " "documentation.

                        " msgstr "" "

                        Synchronize RAW + JPEGオプションは、カメラのRAW + " "JPEG機能を使用し、写真のリネームでシーケンス番号を使用する場合に便利です。このオプションを有効にすると、プログラムは一致するRAWとJPEG写真のペア" "を検出し、検出されると、両方の写真名に同じシーケンス番号が適用されます。さらに、シーケンスは1つの写真であるかのように更新されます。

                        ファイル" "名の変更について、詳しくはオンラインドキュメントをご覧" "ください。

                        " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "ダウンロードをしながら,写真や動画を,外部ハードドライブやネットワーク共有等,複数の場所にバックアップをすることができます.バックアップデバイスは自動検出" "させることもできますが,バックアップ場所を細かく指定することもできます." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "この例では,photobackupというドライブにVideosというフォルダがないので,動画はバックアップされません." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "ダウンロードソースや受け入れ先,バックアップなど,プログラム設定の一部はコマンドラインから設定することができます.さらに,設定は既定値にリセットすることが" "でき,キャッシュや記憶されているファイルを消去することもできます." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "古い0.4版からもプログラム設定を読み込むことができます." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                        3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                        Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "高速写真ダウンローダには,3つの型のキャッシュがあります:
                        1. サムネイル " "キャッシュは,カメラやメモリカードなどのデバイスからのファイルのサムネイルを保管することを唯一の目的としています.
                        2. カメラからダウ" "ンロードしたファイルの一時キャッシュは,写真用と動画用に一つずつ,ダウンロード受け入れ先の一時サブフォルダに設けられています.
                        3. デスクトップ " "サムネイルは,RAWおよびTIFF写真がダウンロードされると,高速写真ダウンローダがそのサムネイルを保管する場所です.Gnome " "Filesのようなファイルブラウザもこのキャッシュを使用しますので,そこでもこれらのファイルのサムネイルが表示されるようになります.
                        こ" "れらのキャッシュとそのダウンロード パフォーマンスについての詳細は,オンライン説明書をご覧くださ" "い." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "今日の豆知識" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "ご存知でしたか?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "今日の豆知識を起動時に表示" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "次へ(&N)" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "前へ(&P)" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/秒" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "数秒" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 秒" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d 秒" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 分" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d 分" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 時間" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d 時間" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 日" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d 日" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 分 1 秒" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 分 %d 秒" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d 分 1 秒" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d 分 %(seconds)d 秒" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 時間 1 分" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 時間 %d 分" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d 時間 1 分" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d 時間 %(minutes)d 分" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 日 1 時間" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 日 %d 時間" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d 日 1 時間" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d 日 %(hours)d 時間" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "検索" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "エラーリポート ー 高速写真ダウンローダ" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "リポートを検索" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "この語句が前に使用されている場所を検索" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "語句の次の使用位置を検索" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "すべて強調表示(&H)" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "この語句をすべて強調表示" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "大小文字を区別(&M)" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "大小文字を区別して検索" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "単語全体(&W)" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "単語全体のみを検索" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s (%s 一致中)" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "全 %(total)s 個のうち %(matchnumber)s 個が一致しました" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "消去" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "語句が見つかりませんでした" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "検索停止..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "最後に開いてからエラーリポートに追加された新規項目の数です.クリックしてエラーリポートを開いてください." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                        In " "your bug report describe what you expected to happen, and what you observed " "happening.

                        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "問題を{website}にてご報告ください。

                        バグレポート中には、何をしようとして何が起こったかを記" "述してください。

                        バグレポートには、プログラムの設定とログファイルも必要です。この追加情報を記述したファイルを生成するには、保存をクリックし" "てください。" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "追加情報が保存されました" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                        {tarfile}
                        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                        Click here to see the file in your file manager." msgstr "" "詳細なバグ報告情報がホームディレクトリにtarファイルとして生成されました:
                        {tarfile}
                        " "このファイルをバグレポートにご自身で添付する必要があります。自動では添付されません。

                        ご利用のファイルマネージャーで、このファイルを見るには" "、ここをクリックしてください。" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "追加情報の生成中にエラーが発生しました" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "詳細なバグレポート情報が生成されました。適切な方法でバグレポートを報告してください。" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                        If possible, please also include the program's configuration " "file {config_file}.

                        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "バグレポートに、プログラムのログファイルを加えてください。バグレポートには、{log_file}が必要ですが、他のログファイルも加えると、解" "決の助けとなることがしばしばあります。

                        可能ならば、プログラムの設定ファイル{config_file}も加えてください。
                        ログディレクトリを開く場合は、ここをクリックしてください。設定ディレクトリを開く場合は、ここをクリックしてください。" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "最新バージョンにアップグレードすると、現在の問題が修正済みかどうか、確かめることができます。" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "高速写真ダウンローダに問題" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid Photo Downloaderでエラーが発生しました" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "プログラム終了前に同様の問題が再発したとしても、これがそれに対する最後の通知になります。" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "高速写真ダウンローダに問題が発生しました\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "この問題を{website}に報告してください。\n" "バグレポートには、{log_path}にあるログファイルを添付してください。\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "ファイルブラウザで開く..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "リセット" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "システムフォルダを表示する" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "ファイル システム" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "その他..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (パスが存在しません)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "日時" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "文字列" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "ファイル名" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "メタデータ" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "連番" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "ジョブコード" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "画像の日付" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "動画の日付" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "今日" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "昨日" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "ダウンロード日時" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "ファイル名" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "拡張子" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "画像番号" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "動画番号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "絞り" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "露出時間" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "焦点距離" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "写真機メーカー" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "写真機型式" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "写真機形式(短縮形)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "写真機形式(短縮形:ハイフン区切り)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "シリアル番号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "シャッター数" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "ファイル番号" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "フォルダのみ" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "フォルダとファイル" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "オーナー名" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "コーデック" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "横幅" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "縦幅" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "長さ" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "毎秒フレーム数" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "アーティスト" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "著作権" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "本日のダウンロード数" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "セッション番号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "サブフォルダ番号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "保存番号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "アルファベット列" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "全桁" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "下1桁" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "下2桁" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "下3桁" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "下4桁" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "原文通り" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "大文字" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "小文字" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "1桁" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "2桁" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "3桁" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "4桁" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "5桁" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "6桁" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "7桁" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "秒未満" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "YYYY-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "YY-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "月(完全名)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "月(短縮名)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "曜日(完全名)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "曜日(短縮名)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (分)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "日付" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "日付(ハイフン)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "日付(アンダースコア)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "日付とジョブコード" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "YYYYMM_ジョブコード" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "日付とジョブコードサブフォルダ" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "ジョブコード" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "元のファイル名" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "日付-時間と今日のダウンロード数" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "日付と今日のダウンロード数" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "日付-時間と画像番号" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "日付- 時間とジョブコード" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-ジョブコード-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-ジョブコード-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "日付-時間と動画番号" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "解像度" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "新しいジョブコードを入力するか、履歴から選択してください" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "ジョブコードが,まだジョブコードのない%sに適用されます." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "ジョブコードが,まだジョブコードのない%sに適用されます." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "ジョブコードを適用してダウンロード" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "新しいジョブコードを入力してください" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "ヒント:ジョブコードを適用させるためには、新しいジョブコードを入力する前に写真やビデオを選択してください。" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "新規ジョブコードは,%sに適用されます." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "新規ジョブコード" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "ジョブコード(&J)" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "このジョブコードを記憶する(&R)" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "新規または既存のジョブコードを適用する写真・動画を選択してください." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "新規ジョブコードは,選択された全ての写真・動画に適用されます." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "適用ボタンを押して,現在のジョブコードを全ての選択した写真・動画に適用してください.ジョブコードをダブルクリックしても結構です." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "ジョブコードの削除は,保存されているジョブコードのリストから削除するだけで,適用済みの写真や動画から削除するわけではありません." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "ジョブコードを使用したい場合には,ファイル名称変更を設定したり,サブフォルダ名を設定したりしてください." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "最後に使用した順" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "ジョブコードの整序:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "昇順" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "降順" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "新規(&N)..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "適用 (&A)" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "削除(&R)" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "すべて削除" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "本当に全てのジョブコードを削除しますか?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "全てのジョブコードを削除" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "ジョブコード" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "ヒント:%(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "新規設定スキームを保存..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "設定スキームを削除..." #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "設定スキーム「%(preset_name)s」を削除..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "全ての設定スキームを削除" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(新規設定スキーム)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s(編集済み)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "設定スキーム「%s」を更新" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "新規設定スキームを保存 ー 高速写真ダウンローダ" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "スキーム名:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "写真サブフォルダ生成エディタ" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "写真サブフォルダの作成" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "動画サブフォルダ生成エディタ" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "動画サブフォルダの作成" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "写真名称変更エディタ" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "写真の改名" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "動画名称変更エディタ" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "動画の改名" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "警告: " "名前を完全に生成するのに十分なデータがありません.他の名称変更オプションを使用してください." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                        %(separator)s creates a new subfolder level." msgstr " %(separator)s の文字は,新規のサブフォルダレベルを生成します." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "フォルダ区切り%(separator)sは,自動的に付加されるので,前後に付ける必要はありません." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "警告: " "排他的なファイル名が生成されない可能性があります.連番の値を使用してファイル名を排他的なものにしてください." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "スキーム:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "オンラインでヘルプを得る..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "挿入" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "設定スキームを削除

                        設定スキーム「%(preset_name)s」を本当に削除しますか?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "すべての設定スキームを削除

                        すべての %(preset_type)s 設定スキームを本当に削除しますか?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "スキームを保存 ー 高速写真ダウンローダ" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                        Creating a custom preset is not required, but can help " "you keep organized.

                        The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "新規設定スキームの変更を保存しますか?

                        設定スキームを作る必要はありませんが,整理に役立ちます.

                        新規設定スキー" "ムを作成してもしなくても,設定の変更は適用されます." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                        If you " "like, you can create a new custom preset or update the existing custom " "preset.

                        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "設定スキームの変更を保存しますか?

                        ご希望ならば,新規設定スキームを作るか既存の設定スキームを更新することができます.
                        " "
                        新規設定スキームを作成してもしなくても,設定の変更は適用されます." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "新規設定スキームを保存" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "設定" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "言語" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "自動化" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "サムネイル" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "タイムゾーン" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "エラー処理" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "警告" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "統合" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "その他" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "スキャン中のデバイス" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "外部デバイスのみスキャンする" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "写真・動画を探す際,カメラ・メモリーカード・外部ハードディスク・USBフラッシュディスクなど,コンピュータ外部のデバイスのみをスキャンする." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "デバイス上の特定のフォルダのみ走査" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "以下に指定するフォルダ内(無視するパスに指定されているパスは除く)の\n" "写真と動画のみ走査する.\n" "\n" "この設定を変更すると,全てのデバイスが再走査されます." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "走査対象フォルダ:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "デバイスファイルシステムのベースレベルで写真や動画を走査するフォルダ" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "追加..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "写真や動画を走査するフォルダリストにフォルダを追加します.\n" "\n" "この設定を変更すると,全てのデバイスが再走査されます." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "削除" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "写真や動画を走査するフォルダリストからフォルダを削除します.\n" "\n" "この設定を変更すると,全てのデバイスが再走査されます." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "自動的に無視するかダウンロードするか設定されたデバイス" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "記憶されているデバイス" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "自動的に無視したりダウンロードしたりするデバイスのリストからデバイスを削除します." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "自動的にダウンロードするか否か設定されたデバイスリストを消去" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "対象外パス" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "写真や動画のスキャンを行わないパスの最後の部分" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "対象外パスのリストにパスを追加します." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "対象外パスのリストからパスを削除します.\n" "\n" "この設定を変更すると,全てのデバイスが再度スキャンされます." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "対象外パスのリストを消去します.\n" "\n" "この設定を変更すると,全てのデバイスが再度スキャンされます." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "pythonスタイルの正規表現を使用" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "無視するパスのリストで正規表現を使用します.\n" "\n" "この設定を変更すると,全てのデバイスが再度操作されます." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "言語: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* プログラムを再起動後有効となります" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "プログラム自動化" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "自動でマウント済み以外のデバイスをマウントする" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "基本ソフトウェアが自動でマウントしていないデバイス\n" "(メモリーカードや外部ドライブなど)があるとき、\n" "それらのデバイスをマウントします" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "プログラム開始とともにダウンロード開始" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "デバイス挿入とともにダウンロード開始" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "ダウンロード完了時にデバイスをアンマウント(取り出す)" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "ダウンロード完了とともにプログラムを終了" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "ダウンロードに警告やエラーがあった場合でもプログラムを終了" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "サムネイルの生成" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "サムネイルを生成" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "プログラムのメインウィンドウに表示するサムネイルを生成します" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "サムネイルをキャッシュする" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "プログラムのメインウィンドウに表示されるサムネイルを,高速写真ダウンローダ固有のサムネイルキャッシュに保存する" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "システムサムネイルを生成" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "ダウンロード中に,デスクトップファイルマネージャ等に使用可能なサムネイルを保存する" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "サムネイルを生成するのに使用するCPUコアの数" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPUコア:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "サムネイルのキャッシュ" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "計算中..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "日" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "永久に" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "キャッシュ容量:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "サムネイル数:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "データベース容量:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "アクセスのないサムネールのキャッシュ保持期間:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "キャッシュを削除..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "キャッシュの最適化..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "タイムゾーンと夏時間の変更を無視する" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "時間差単位(分):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "写真やビデオが元々撮られた時の時間からの時間差を計算する際に用いられる単位分" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "ファイルが以前にダウンロードされたかどうかを検出するタイミング:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "タイムゾーンの取扱いについてより詳しく" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "ダウンロードをスキップ" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "ファイルをダウンロードせず,エラーメッセージを表示する" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "重複しない識別子を追記" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "ファイル拡張子の直前,ファイル名の終わりに_1や_2のような識別子を追加します." #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "上書き" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "前回のバックアップファイルを上書きします" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "スキップ" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "バックアップファイルを上書きしないで,エラーメッセージを表示します" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "同じ名前の写真や動画がすでにダウンロードされている場合には,ファイルのダウンロードをスキップするか重複しない識別子を書き加えるかを選択します:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "重複しないファイル名を自動生成するのに,連番を用いることが強く推奨されます.メインウィンドウの改名パネルでファイル改名の設定をしてください." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "バックアップの際,同じ名前を持つバックアップデバイス上にファイルがある場合,上書きするかバックアップをしないかを選択します:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "プログラムの警告" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "警告を発するケース:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "現在表示されていないファイルをダウンロード中" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "メインウィンドウに表示されていないファイルをダウンロードしようとするときには警告します." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "バックアップ先がない" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "ファイルをバックアップできない時,ダウンロード開始前に警告する." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "プログラムライブラリが見当たらないか破損している" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "高速写真ダウンローダが使用しているソフトウェアライブラリが,なかったり機能していなかったりした場合には警告する." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "ファイルシステムのメタデータを設定することができません" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "ファイルシステムの修正日時など,ファイルシステムのメタデータを設定する際に,エラーが発生した場合には警告する." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "非取扱ファイルに遭遇" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "デバイスやこのコンピュータを操作して,ダウンロードの対象とならない認識不可能なファイルがあった場合,警告する." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "これらの拡張子のファイルについては取り扱っていなくても警告しない:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "ファイル拡張子は大小文字を区別せず,前置されるドットは含める必要はありません." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "追加" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "警告を発しない非取扱ファイル型のリストにファイル拡張子を追加する." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "警告を発しない非取扱ファイル型のリストからファイル拡張子を削除する." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "警告を発しない非取扱ファイル型のリストを消去する." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "写真と動画の統合" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "デバイスおよびダウンロードにまたがるファイルの統合" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "複数のデバイスとダウンロードセッションを比較して,重複ファイルや一致するRAW対JPEGの\n" "組がないか検索するデバイス走査の結果を分析します." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "対応するRAWファイルとJPEGファイルの取扱:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "1枚の写真" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "2枚の写真" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "一致するRAWおよびJPEG写真を一つの写真として表示し,マークされた場合には両方ともダウンロードする." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "一致するRAWおよびJPEG写真を別々の二つの写真として表示する.そのことに関わらず,これらの連番を同期することは可能です." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "一致するRAWおよびJPEG写真とともに:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "JPEGをダウンロード用にマークしない" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "RAWをダウンロード用にマークしない" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "両方ともダウンロード用にマークする" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "一致するRAWおよびJPEG写真が検出された場合,JPEGをダウンロード対象として自動的に\n" "マークしない.手動でダウンロードにマークすることは可能です." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "一致するRAWおよびJPEG写真が検出された場合,RAWをダウンロード対象として自動的に\n" "マークしない.手動でダウンロードにマークすることは可能です." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "一致するRAWおよびJPEG写真が検出された場合,両方をダウンロード対象として自動的にマークします." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "ファイル統合を無効にした場合に,終了したダウンロードが表示されたまま,ダウンロードデバイスが挿入されたとき,どうするか選択してください:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "終了したダウンロードが表示されたまま,ダウンロードデバイスが挿入されたとき:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "完了したダウンロードを消去" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "完了したダウンロードの表示を維持" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "どうするかプロンプトを表示" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "新しいダウンロードデバイスが挿入された際,完了分のダウンロードの表示を自動的に消去する." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "新しいダウンロードデバイスが挿入された際,完了分のダウンロードの表示を維持する." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "新しいダウンロードデバイスが挿入された際,完了分のダウンロードの表示を消去するか維持するかの選択を表示する." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTPデバイス上のDNG日時メタデータは無視" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "MTPデバイス上にあるDNGファイルの日時メタデータは無視し,代わりにファイルの修正日時を使用します.\n" "\n" "正しくないDNGメタデータを生成する一部の電話・タブレットのようなデバイスに便利です." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "ExifToolのみを使って写真メタデータを読む" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Exiv2の代わりにExifToolを使用して、写真メタデータを読み、サムネールを抽出します。\n" "\n" "既定の設定はExiv2を使用し、読み込むファイル形式をExiv2がサポートしていない時のみ\n" "ExifToolを使うようになっています。\n" "\n" "Exiv2は、早く正確で、ほとんどの場合信頼がおけますが、Leica M8カメラが生成する\n" "DNGファイルのような、ごく一部のファイルからメタデータを抽出する際、クラッシュ\n" "することがあります。" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "ExifToolのみを使用して動画メタデータを読み込む" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                        1. ExifTool reports a time zone and MediaInfo " "does not.
                        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                        3. Gstreamer is unable to extract " "thumbnails.
                        " msgstr "" "

                        MediaInfoおよびGstreamerの代わりにExifToolを使用して動画メタデータを読み込み、サムネールを抽出します。

                        既定設" "定では、以下の3つの場合を除き、MediaInfoおよびGstreamerを使用することになっています。

                        1. ExifToolがタイムゾーンを報" "告し、MediaInfoが報告しないとき。
                        2. ExifToolがあるファイル形式について " "MediaInfoよりも信頼できるデータを提供するとき。
                        3. Gstreamerがサムネールを抽出できないとき。
                        " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "完了したダウンロード" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "<システム言語>" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "%sの既定設定値に戻す" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "サムネイルキャッシュを消去しますか?キャッシュは,次回プログラムを起動した際に消去されます." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "サムネイルキャッシュを消去" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "サムネイルキャッシュを最適化しますか?キャッシュは,次回プログラムを起動した際に最適化されます." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "サムネイルキャッシュを最適化" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "走査するフォルダを入力" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "写真と動画の走査対象となるフォルダを指定" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "フォルダ:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "対象外パスを入力してください" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "写真や動画のスキャンで検索されないパスを指定してください" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "パス:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "ファイル拡張子を入力してください" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "ファイル拡張子を指定してください(最初のピリオドは除く)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "拡張子:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "ファイル拡張子が無効です" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "ファイル拡張子%sを高速写真ダウンローダは認識しますので,それがあることを警告させることは無意味です." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "認識されるファイル型:\n" "\n" "写真:\n" "%(photos)s\n" "\n" "動画:\n" "%(videos)s\n" "\n" "音声:\n" "%(audio)s\n" "\n" "その他:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "結婚式" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "誕生日" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "サブフォルダ設定は%sから始まってはなりません" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "サブフォルダ設定は%sで終わってはなりません" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "サブフォルダ設定では、2つの%sが連続して入っていてはなりません" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "8枚の写真と10個の動画をダウンロード" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "エラー:%(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "エラー:%s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2エラー:%s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "おそらく他のプログラムが使用中のため,カメラを初期化できません.コピーされたファイルはありません." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "ディレクトリー %s を読み込めません" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "%sからの修正日時やサイズにアクセスできません" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "ファイル%sを読み込むことができませんでした" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "ファイル%sに書き込むことができませんでした" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "ファイル%sを移動することができませんでした" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "ファイル%sを削除できませんでした" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "ファイル%sをコピーすることができませんでした" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "ファイル%sは大きさが0なのでダウンロードしません" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "%sのファイルシステム上の修正時刻を知ることができませんでした" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "%sからメタデータを読み込めませんでした" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "%(name)sからメタデータを読み込めませんでした.%(filetype)sはダウンロードされませんでした." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "ファイルシステム%s上で,ファイルのファイルシステム " "メタデータを設定する際にエラーが発生しました.同じファイルシステム上で,このエラーが再度発生した場合には,もう通知されません." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "非取扱ファイル%sを検出しました.これはダウンロードされません." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)sはすでに存在します." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "既存の%(filetype)s %(destination)sは,最後に%(date)s %(time)sに修正されました." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)sは%(device)sからダウンロードされたものではありません." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)sは%(device)sからダウンロードされたものです." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "ファイル名に非重複識別子「%s」が追加されました." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "既存のバックアップ%(filetype)s %(destination)sは,最後に%(date)s %(time)sに修正されています." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)sは,%(device)sからバックアップされたものではありません." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "前回のバックアップ%(filetype)s %(destination)sは,最後に%(date)s %(time)sに修正されています." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(device)sからの%(filetype)s %(source)sはバックアップされ,前回のバックアップ%(filetype)sを上書きしました." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "RAW + JPEGの連番を同期する際,重複する%(filetype)s %(file)sが検出されたため,ダウンロードされませんでした." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "RAW + JPEGの連番を同期する際,違う時間に撮られた同じファイル名の写真が検出されました:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)sは%(image1_date)sの%(image1_time)sに撮影され、%(image2)sは%(image2_date)sの%(" "image2_time)sに撮影されました。" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "%sのファイル名の終了処理ができませんでした" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "%(filetype)s %(source)sのファイル名%(destination)sが完全には生成されませんでした." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)sのメタデータがありません。" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "右記のメタデータがありません:%s" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "日時変換に失敗しました:%s" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "有効な日時メタデータを抽出できなかったか,またはファイル修正時間を確定することができませんでした." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "ファイル名に拡張子がありません。" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "ファイル名には数字の要素がありません。" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "コンポーネント%(component)sの生成時にエラーが発生しました.エラー:%(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "%(filetype)s %(source)sのダウンロード サブフォルダ%(folder)sは部分的にしか生成されませんでした." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "%(filename)sの%(subfolder_file)sを生成するためのデータがありません.%(filetype)sはダウンロードされませんでした." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "%(folder)sに%(filetype)s " "%(destination)sを生成できませんでした.ダウンロードファイルは,%(device)s中の%(source)sでしたが,ダウンロードされません" "でした." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "ダウンロード サブフォルダ%sを生成できません." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "バックアップ サブフォルダ%sを生成できません." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "%sを操作中に問題発生" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "%sからのコピー中に問題発生" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "ファイル名の終了処理とサブフォルダの生成中に問題発生" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "%sにバックアップ中に問題発生" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s月%(numeric_day)s日" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(year)s年%(date)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(year)s年%(month)s月" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(year)s年%(month)s月" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "時間軸を構築するのに用いられる写真・動画間の経過時間" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)d分" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5時間" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)d時間" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "時間軸は,撮影間の経過時間によって写真や動画をグループ化します.1日もしくは数日内の別の時間帯に撮られた写真や動画を認識するのにお使いください." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "下のスライダを使用して,時間軸を構築するのに使用する,各撮影間の経過時間を調整してください." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "時間軸の構築を停止中..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "時間軸を構築中.." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                        The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "ファイル修正時刻が,撮影された時刻と一致しないものがあるため,時間軸を再構築する必要があります.

                        時間軸は撮影が行われた時を示します.撮影が" "行われた時刻は,写真や動画のメタデータに存在しています.メタデータを読み込むと時間を消費するため,高速写真ダウンローダは,ファイル走査中はメタデータを読み" "込みません.その代わりに,撮影時刻の代用としてファイルの最終修正時刻を使用しています.撮影時刻は,メタデータの読み込みが行われるサムネイル生成時やダウンロ" "ード時に,照合されます." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "時間軸の同期とサムネイルのスクロールを切替(Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "高速写真ダウンローダ" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                        Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifToolに問題発生

                        高速写真ダウンローダは動画と写真からメタデータを取得するのにExifToolを使用します.これがな" "くても実行可能ですが,導入しておくことが強く推奨されます." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "ExifToolに問題" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                        Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "ライブラリ libmediainfo が存在しないようです

                        Rapid Photo " "Downloaderは、ビデオが撮られた日時を取得するのに、libmediainfo " "を用います。これがなくてもプログラムは実行できますが、インストールすることをお勧めします。" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "libmediainfoの問題" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                        To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                        Missing applications: " "%(applications)s

                        Learn " "more about which software to install." msgstr "" "Apple デバイスからダウンロードできませんでした

                        %(device)sからダウンロードするには、Apple " "デバイスと交信するための追加ソフトウェアが必要です。

                        不足しているアプリ:%(applications)s

                        どのソフトウェアを" "インストールすべきかについて、詳しく学ぶには" "こちら。" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                        Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                        \n" "

                        Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                        " msgstr "" "\n" "

                        Rapid Photo Downloader はあなたのために作られています。ウェブサーベイに参加して、改善を手伝うことができます。

                        \n" "

                        このプログラムは、アナリティクスを収集していないので、このサーベイは、このプログラムにとって、全く違う未来をもたらします。

                        " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "サーベイは英語です。" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "サーベイに参加しますか?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "後で尋ねる" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "はい" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "参加済み" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "サーベイについてはもう訊かないで" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "ダウンロード" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "更新(&R)..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "設定(&P)" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "終了(&Q)" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Windowsドライブ(&D)" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "エラー報告(&R)" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "終了したダウンロードを削除" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "オンラインでヘルプを得る..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "今日の豆知識(&T)" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "問題の報告..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "寄付をする..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "このアプリケーションを翻訳..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "このソフトウェアについて(&A)..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "時間軸" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "ダウンロード先" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "名称変更" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "バックアップ" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "このコンピュータに接続しているデバイスをダウンロードソースとして使用するかどうかを切り替えます" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "このコンピュータ上のフォルダをダウンロードソースとして使用するかどうかを切り替えます" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "このコンピュータ" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "ソースフォルダを選択してください" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "全て" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "新規" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "表示:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "修正日時" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "チェック状態" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "ファイル型" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "デバイス" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "整序:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "すべてを選択:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "%(files)sをダウンロード" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "ダウンロード再開" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "一時停止" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "高速写真ダウンローダの問題を報告いただきありがとうございます" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                        Do you really want to " "change the source path to %(new_path)s?

                        You are currently downloading " "from %(source_path)s.

                        If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "このコンピュータのソースパスを変更

                        ソースパスを本当に%(new_path)sに変更しますか?

                        現在,%(sou" "rce_path)sからダウンロードを実行中です.

                        パスを変更すると,現在実行中のこのコンピュータへのダウンロードは取り消されます." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "写真" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "動画" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "ダウンロード中にダウンロード先を変更することはできません." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                        Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "ダウンロード先の確認

                        %(file_type)sのダウンロード先を%(path)sに設定してよろしいですか?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                        \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                        \n" "Do you want to proceed with the download?" msgstr "" "\n" "全ファイルをダウンロードしています

                        \n" "ダウンロードには,ダウンロード用にチェックした全ファイルが常に含\n" "まれます.これには,時間軸が使用されていたり新規ファイルのみが表\n" "示対象となっているため,現在表示されていないファイルも含まれます.

                        \n" "ダウンロードを開始しますか?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下記のダウンロードフォルダは無効です:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下記のダウンロードフォルダは無効です:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "ダウンロードエラー" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "ダウンロードを進めることができません." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "バックアップ場所がないので,写真と動画はバックアップされません.これに関わらずダウンロードを開始しますか?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "%(filetype)sをバックアップするバックアップデバイスがありません.これに関わらずダウンロードを開始しますか?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "写真" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "動画" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "写真・動画バックアップ先が存在しないか書き込みができません.

                        これに関わらずダウンロードを開始しますか?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" "%(filetype)sのバックアップ先が存在しないか書き込みができません.

                        これに関わらずダウンロードを開始しますか?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "バックアップに障害" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — あと%(time_left)s(%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s個の%(filetypes)sがダウンロードされました" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s個の%(filetypes)sがダウンロードに失敗しました" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "警告" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "全ダウンロード完了" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)sがダウンロードされました" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)sのダウンロードに失敗しました" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1エラー" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%dエラー" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1警告" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d警告" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(devices)sから%(no_files_and_types)sをダウンロードしました" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "%(devices)sから%(no_files_and_types)sをダウンロードしました — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "ファイルはダウンロードされませんでした — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "ファイルはダウンロードされませんでした" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "プログラム設定が無効です" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                        It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                        On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s " "上の全ファイルにアクセスできません。

                        ロックされているか、USBを使用したファイル転送用に設定されていないかもしれません。ロック解除" "をして再試行してください。

                        モデルによっては、USBファイル転送ができる設定に変更する必要もあります。

                        詳細につ" "いては、カ" "メラからダウンロードするにはおよび電話" "からのダウンロードを有効にするにはを参照してください。.

                        あるいは %(camera)s を無視することもできます。" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                        Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                        If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                        If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s は他のアプリケーションによって使用されているようです。

                        Rapid Photo " "Downloaderは、ファイルマネージャー等、他のプログラムが使用中の電話やカメラにアクセスすることはできません。

                        もしデバイスが、ファイ" "ルマネージャーでマウントされているならば、%(camera)s " "を繋げたまま、ファイルマネージャーから"取り出し"をおこなってください。

                        それがうまくいかなければ、%(camera)s" " をコンピューターから外して再度接続してください。

                        詳細については、カ" "メラからダウンロードするにはおよび電話" "からのダウンロードを有効にするにはを参照してください。.

                        あるいは %(camera)s を無視することもできます。" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "iOSデバイスへのアクセスを有効にする" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "再試行(&T)" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "このデバイスは無視(&I)" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "すみません,%sを走査中に予期しない問題が発生しました." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "残念ながら,このデバイスからはダウンロードできません." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "この問題の回避策としては,カードリーダを使用して,カメラのメモリカードからダウンロードすることが考えられます." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "デバイス走査失敗" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)sをアンマウントできないので,走査できません.

                        (ファイルブラウザ等)これを使用している他のアプリケーション" "を終了して,再試行してください.それでもうまくいかない場合は,%(camera)sをコンピューターから外して再度差し込んでください." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "%(camera)sをアンマウントできないのでダウンロードを開始できません.

                        (ファイルブラウザ等)これを使用している他のアプ" "リケーションを終了して,再試行してください.それでもうまくいかない場合は,%(camera)sをコンピューターから外してから再度差し込み,ダウンロードした" "いファイルを選択してください." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "完了したダウンロードがあります" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "ダウンロードが完了した%sが表示されます." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "完了したダウンロードを消去しますか?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "完了したダウンロードがあります" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "ダウンロードが完了した%sが表示されます." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "完了したダウンロードを消去しますか?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "写真と動画をデバイス%(device)sからダウンロードしますか?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "このプログラムの実行中はつねに%sを無視しますか?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "同じモデル名のカメラ・携帯・タブレットはすべて無視されます." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "このプログラムの実行中はつねにデバイス%sを無視しますか?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "同じ名前のデバイスは全て無視されます." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "このコンピュータの%(location)sからダウンロードしています." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                        On some systems, scanning " "this location can take a very long time." msgstr "本当にここからダウンロードしますか?

                        システムによっては,この場所の走査には非常に永くの時間がかかります." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "%sのサムネイルを生成しています" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "%sを走査中" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "%(available files)s中%(number)sがダウンロード用にチェックされました(%(hidden)s非表示)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(available files)s中%(number)sがダウンロード用にチェックされました" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "プログラムとライブラリのバージョン番号を表示して終了します。" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "コマンドラインから実行する際,プログラム情報を表示します." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "コマンドラインから実行する際,デバッグ情報を表示します." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "プログラムが認識する写真と動画のファイル拡張子を一覧表示して終了します." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "写真の名称変更を入切します." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "ビデオの改名を有効もしくは無効にする。" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "ダウンロード元デバイスの自動検出を入切します." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "このコンピュータからダウンロードするか切り替えます" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "パス" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "このコンピュータのダウンロード元のPATH" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "写真をダウンロードするパス." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "動画をダウンロードするパス." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "ダウンロード中の写真・動画のバックアップを入切します." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "バックアップデバイスの自動検出を入切します." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "フォルダ" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "自動検出された写真バックアップデバイスで,バックアップを保存するフォルダで,フォルダ名はデバイスがバックアップ用かどうかを認識するのに用いられます.写真バ" "ックアップ用に使いたいデバイスには,すべてこの名前のフォルダを作ってください." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "自動検出された動画バックアップデバイス上にバックアップを保存するフォルダです.このフォルダ名のあるなしでデバイスがバックアップ用であるか否かを判定します." "ビデオをバックアップしたいデバイスには,全てこの名前のフォルダを作成してください." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "バックアップデバイスの自動検出が切のとき,写真をバックアップするパスです." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "バックアップデバイスの自動検出が切のとき,動画をバックアップするパスです." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "無視する写真の拡張子:%s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "プログラムが起動してすぐのダウンロードの開始を入切" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "デバイスの挿入と同時にダウンロードを開始するか否かを設定." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "高速写真ダウンローダのサムネイルキャッシュの使用を入切.これを切にしても既存のキャッシュの内容は削除されません." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "高速写真ダウンローダのサムネイルキャッシュ中の全サムネイルを削除して終了します." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "以前にダウンロードされたファイルを忘却して終了します." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "古いバージョンのプログラムから設定をインポートして終了します.コマンドラインプログラムのgconftool-2が必要です." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "プログラム設定を全て既定値にリセットして,サムネイルキャッシュ中の全サムネイルを削除し,以前にダウンロードされたファイルを忘却して,終了します." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "ログファイルにgphoto2デバッグ情報を含めます." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "接続されているカメラの情報を端末に表示して終了します." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "組み込みテーマではなくQtのシステムテーマを使用する" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "このプログラムをwaylandまたは通常のX11で実行する" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "古いバージョンの高速写真ダウンローダから設定を読み込むには,gconftool-2というプログラムを導入する必要があります." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "古いプログラム設定は検出されませんでした。終了します。" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "高速写真ダウンローダ%(version)sから設定を読み込みます" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "保存されている連番(値:%d)をコピーしますか?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "プログラムを終了します." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "sudo / rootユーザーではこのプログラムを決して実行しないでください" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "高速写真ダウンローダを実行するには,ExifToolを導入しなくてはなりません." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "高速写真ダウンローダは,複数の場所にインストールされています.\n" "\n" "実行したいバージョンを除き,全コピーをアンインストールしてください." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "コマンドライン上にパスを指定する際,デバイス自動検出のオプションを同時に指定したり,\n" "「このコンピュータ」のパスを指定したりしないでください." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "全ての設定とキャッシュがリセットされました。" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "サムネールキャッシュがリセットされました。" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "記憶していたファイルを忘却しました。" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "この選択を記憶させる(&R)" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "これについては再度尋ねない(&D)" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "これについては今後警告しない(&D)" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "不備のあるプログラムライブラリについては,今後警告しない(&D)" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "サブフォルダ及びファイル名" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "ファイル名" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "サブフォルダ" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "各日に行われたダウンロードのカウンタ" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "本日のダウンロード" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "プログラムが実行された回数を記憶するカウンタ " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "保管番号:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "本日のダウンロードの連番がリセットされる時間" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "開始日:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "RAWとJPEGを同期" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "対応するRAWおよびJPEGの組について,連番を同期します.\n" "\n" "詳細については,オンライン説明書を参照してください." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "連番" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "互換性のない文字を削除" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "他のオペレーティングシステムでは許されていない文字を,すべて写真・動画・フォルダ名から削除するか否か" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "互換性" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "写真の名称変更" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "動画の名称変更" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "名称変更のオプション" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "写真と動画" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "写真または動画" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s個の%(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "動画" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1動画" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "写真" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1写真" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(camera)s上の%(path)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "写真" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "動画" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "ファイルシステム ルート" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "ピクチャ" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "残念ながら、パスワードが違います。" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "管理者のタスクを行うためには、%sのパスワードを入力してください。" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "パスワード:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "%(date_time)s(%(human_readable)s)に取得" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "%(date_time)s(%(human_readable)s)に修正されました" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s(%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "メモリーカード:%s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "メモリーカード:%s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "ダウンロード結果:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                        Previous download:
                        %(filename)s
                        %(path)s
                        %(date)s" msgstr "

                        前回ダウンロード:
                        %(filename)s
                        %(path)s
                        %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                        Manually set as previously downloaded on %(date)s" msgstr "

                        %(date)s にダウンロード済と手動で設定する" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "パスをコピー" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "ファイルをダウンロード済として標識する" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "各ファイルをダウンロード済として標識する" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s と %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "1" #: ../raphodo/utilities.py:575 msgid "two" msgstr "2" #: ../raphodo/utilities.py:576 msgid "three" msgstr "3" #: ../raphodo/utilities.py:577 msgid "four" msgstr "4" #: ../raphodo/utilities.py:578 msgid "five" msgstr "5" #: ../raphodo/utilities.py:579 msgid "six" msgstr "6" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "20" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "閉じる(&C)" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "中止(&C)" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "保存(&S)" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "ヘルプ(&H)" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "標準に戻す" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "はい(&Y)" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "いいえ(&N)" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "ディレクトリ %(path)s を作成します" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "ドライブ %(drive)s:%(path)s にマウント" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "ドライブ %(drive)s:%(path)s からアンマウント" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "ドライブ %s をマウント" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "ドライブ %s をマウント" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "ドライブ %s をアンマウント" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "ドライブ %s をアンマウント" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "申し訳ありませんが、ドライブ %s をマウントする際、エラーが発生しました" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "申し訳ありませんが、ドライブ %s をアンマウントする際、エラーが発生しました" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "申し訳ありませんが、ドライブ %s をマウントする際、エラーが発生しました" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "申し訳ありませんが、ドライブ %s をアンマウントする際、エラーが発生しました" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Windowsドライブ" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Windowsドライブの自動マウントを有効にする" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Windowsドライブを全て自動的にマウントする" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "以下で設定されているWindowsドライブのみ自動マウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "ユーザーによるマウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "システムによるマウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "ドライブ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "マウントポイント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "自動マウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "終了時に自動アンマウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "保留中の操作:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "保留中の操作を適用(&A)" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "ドライブ %s をマウントしますか?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "ドライブ %s をマウントしますか?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "取り外し可能ドライブ" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "ローカルドライブ" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "カメラなどのデバイスから写真・動画をダウンロードしたり,名称変更したりバックアップしたりします." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "高速写真ダウンローダは,カメラや携帯,メモリカードなどのデバイスから,高速で写真や動画を取り込みます.写真や動画は,指定した意味ある名前に変更されるように" "設定することができます.ダウンロード中に写真・動画をバックアップすることも可能です.複数のデバイスからダウンロードするのと並行してバックアップも行うことが" "できます." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "高速写真ダウンローダに特徴的なものとして時間軸があります.これは,撮影間の経過時間によって写真や動画をグループ化するものです.1日もしくは数日内の別の時間" "帯に撮られた写真や動画を認識するのにお使いください." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "高速写真ダウンローダは,プロ・アマ写真家用に写真家が作成してあるので,簡単に設定を行って使用することができます.プログラムの設定は,複雑なコードを書くこと" "なく行うことができます.ダウンロード完了後のメモリのアンマウントなど,よく行われるタスクは自動化されています." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "メインウィンドウ" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "名前を変更しています" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "写真ダウンローダ" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "写真;ダウンロード;インポート;動画;ビデオ;RAW;カメラ;電話;スマホ;取得;バックアップ;メモリ;カード;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "写真と動画を高速写真ダウンローダでダウンロードする" #~ msgid "Berlin" #~ msgstr "ベルリン" #~ msgid "Paris" #~ msgstr "パリ" #~ msgid "New York" #~ msgstr "ニューヨーク" #~ msgid "Prague" #~ msgstr "プラハ" #~ msgid "Manila" #~ msgstr "マニラ" #~ msgid "Wellington" #~ msgstr "ウェリントン" #~ msgid "Helsinki" #~ msgstr "ヘルシンキ" #~ msgid "Kampala" #~ msgstr "カンパラ" #~ msgid "Tehran" #~ msgstr "テヘラン" #~ msgid "Stockholm" #~ msgstr "ストックホルム" #~ msgid "Rome" #~ msgstr "ローマ" #~ msgid "Moscow" #~ msgstr "モスクワ" #~ msgid "Sydney" #~ msgstr "シドニー" #~ msgid "Budapest" #~ msgstr "ブダペスト" #~ msgid "Jakarta" #~ msgstr "ジャカルタ" #~ msgid "Madrid" #~ msgstr "マドリッド" #~ msgid "Delhi" #~ msgstr "デリー" #~ msgid "Warsaw" #~ msgstr "ワルシャワ" #~ msgid "externaldrive1" #~ msgstr "外部ドライブ1" #~ msgid "externaldrive2" #~ msgstr "外部ドライブ2" #~ msgid "scanning..." #~ msgstr "スキャン中…" #~ msgid " " #~ msgstr " " #~ msgid "Download Progress" #~ msgstr "ダウンロードの進行状況" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)sはマウント解除されませんでした" #~ msgid "the root of the file system" #~ msgstr "ファイルシステムのルート" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "ここからダウンロードしますか?システムによっては、この場所をスキャンすると、非常に長い時間がかかります。" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "%(location)sからダウンロードしています" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "どのバックアップデバイスにも、%(filetype)s をバックアップするのに有効なフォルダがありません" #~ msgid "Download cannot proceed" #~ msgstr "ダウンロードを続けることができません" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "残りおよそ%(minutes)i分%(seconds)02i秒" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "残りおよそ%i秒" #~ msgid "About 1 minute remaining" #~ msgstr "残りおよそ1分" #~ msgid "About 1 second remaining" #~ msgstr "残りおよそ1秒" #~ msgid "From" #~ msgstr "複写元" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(total)s個の%(filetypes)s中%(number)s個め" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(total)s個の%(filetypes)s中%(number)s個め (残り%(remaining)s個)" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "占有量" #~ msgid "Auto Detect" #~ msgstr "自動検出" #~ msgid "Videos:" #~ msgstr "動画:" #~ msgid "Copy" #~ msgstr "コピー" #~ msgid "Move" #~ msgstr "移動" #~ msgid "Select a folder to download videos to" #~ msgstr "動画のダウンロード先フォルダを選択してください" #~ msgid "To" #~ msgstr "複写先" #~ msgid "and" #~ msgstr "および" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "%(file_types)sのあるフォルダを選択してください" #~ msgid "Select a folder to download photos to" #~ msgstr "写真のダウンロード先フォルダを選択してください" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s free" #~ msgstr "空き容量 %(free)s" #~ msgid "Free space:" #~ msgstr "空き容量:" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "写真と動画を %(path)s にバックアップしています" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "%(path)s にバックアップしています" #, python-format #~ msgid "Folder: %s" #~ msgstr "フォルダ: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)sダウンロードフォルダが無効です" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)sのダウンロードフォルダが存在しません" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)sダウンロードフォルダが書き込み禁止です" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "写真を %(path)s に、動画を %(path2)s にバックアップしています" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "エラー: デバイスの自動検出を指定するか、ダウンロードするデバイスのパスを指定するか、どちらか一つにしてください" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "プログラムの全設定を初期化して終了する" #~ msgid "All settings and preferences have been reset" #~ msgstr "すべての設定が初期化されました" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "プログラムが認識する写真・動画ファイルの拡張子を表示して終了する" #, python-format #~ msgid "and %s" #~ msgstr "および%s" #~ msgid "only output errors to the command line" #~ msgstr "コマンドラインにエラーのみ出力する" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "プログラム実行時にプログラム情報をコマンドラインに表示(既定値: %default)" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "既存のプログラム設定を無視して、ダウンロードするデバイスのパスを手動で指定する" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "既存のプログラム設定を無視して、ダウンロードするデバイスを自動的に検出する" #~ msgid "display debugging information when run from the command line" #~ msgstr "コマンドラインから実行時にデバッグ情報を表示する" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "ファイル: %(file)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "%(file_type)sのバックアップは上書きされました" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)sはバックアップされませんでした" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "%(file_type)sのバックアップは既に存在します" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "複写先ディレクトリ %(directory)s を作成できませんでした\n" #~ msgid "Device Detected" #~ msgstr "デバイスが検出されました" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "複写元: %(source)s\n" #~ "複写先: %(destination)s" #~ msgid "Backing up error" #~ msgstr "バックアップエラー" #~ msgid "An unknown error occurred" #~ msgstr "原因不明のエラーが発生しました" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "エラー: %(inst)s" #~ msgid "MB/s" #~ msgstr "MB/秒" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "写真や動画をダウンロードするのに、このデバイスもしくはパーティションを使用しますか?" #~ msgid "Name + extension" #~ msgstr "ファイル名+拡張子" #~ msgid "Should all Job Codes be removed?" #~ msgstr "ジョブコードを全て削除しますか?" #~ msgid "Remove all Job Codes?" #~ msgstr "全ジョブコードの削除?" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "動画ダウンロードサブフォルダ設定でのエラー" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "写真ダウンロードサブフォルダ設定でのエラー" #~ msgid "Error in Photo Rename preferences" #~ msgstr "写真命名設定でのエラー" #~ msgid "Job Code:" #~ msgstr "ジョブコード:" #~ msgid "Enter a Job Code" #~ msgstr "ジョブコードを入力してください" #~ msgid "Error in Video Rename preferences" #~ msgstr "動画命名設定でのエラー" #~ msgid "Select a folder in which to backup photos" #~ msgstr "写真をバックアップするフォルダを選択してください" #~ msgid "Select a folder in which to backup videos" #~ msgstr "動画をバックアップするフォルダを選択してください" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "入力された%(filetype)sサブフォルダ設定は無効なので、使用することができません。\n" #~ "これらは、その既定値に初期化されます。" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "警告: 名称を生成するのに十分なメタデータがありません。他の命名オプションを使ってください。" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "警告: サブフォルダを生成するのに十分なメタデータがありません。他のサブフォルダ命名オプションを使ってください。" #, python-format #~ msgid "Example: %s" #~ msgstr "用例: %s" #~ msgid "Remove all Ignored Paths?" #~ msgstr "対象外パスを全削除?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "対象外パスをすべて削除しますか?" #~ msgid "Invalid regular expression" #~ msgstr "無効な正規表現" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "下記の正規表現は無効ですので、修正しない限り削除されます:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "この正規表現は無効なので、修正しない限り削除されます:\n" #~ "%s" #, python-format #~ msgid "Error generating component %s." #~ msgstr "要素%sを生成する際のエラー" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "日時の値%sは無効のようです。" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)sのメタデータを読み取れません" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "適切なバックアップ場所が見つかりませんでしたので、%(filetype)sをバックアップすることができませんでした。" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)sは既に存在します" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "%(filetype)sのコピー時にエラーが発生" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)sを生成することができませんでした" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)sは既にダウンロードされました" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)sは正しくダウンロードされませんでした" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "エラー: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "メタデータは破損している可能性があります。" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "ファイル名・拡張子・Exif情報は、このファイルが既にダウンロードされたていることを示しています。" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "ファイルの検証に失敗しました。ダウンロードした版は、オリジナルと同一ではありません。" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "既存の%(filetype)sが最後に修正されたのは、%(date)sの%(time)sです。" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "既存の%(filetype)sが最後に修正されたのは、%(date)sの%(time)sです。重複しない識別子「%(identifier)s」が追記されま" #~ "した。" #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "%(filetype)sを命名するためのデータがありません。" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " %(volume)sにバックアップされました" #~ msgid " It was backed up to these devices: " #~ msgstr " 以下のデバイスにバックアップされました: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "以下のバックアップデバイスににバックアップする際、エラーが発生しました: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "%(volume)sにバックアップする際、エラーが発生しました。" #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "%(volume)sには既にバックアップが存在します。" #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)sおよび%(volume)s。" #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)sおよび%(volume)s (%(inst)s)。" #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "同じファイル名を持つ複数の写真が検出されましたが、異なる日時に撮られています: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "%(volume)sにバックアップする際、エラーが発生しました: %(inst)s。" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)sおよび%(final_volume)s。" #~ msgid "Backups overwritten on these devices: " #~ msgstr "以下のデバイス所のアックアップは上書きされます: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "%(volume)s上のバックアップは上書きされます。" #~ msgid "Backups already exist in these locations: " #~ msgstr "以下の場所には既にバックアップが存在します: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " さらに%(problem)sが起こりました。" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s さらに、%(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " さらに、%(problems)sが起こりました。" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "%(volume)s上にディレクトリを作成する際、エラーが発生しました: %(inst)s。" #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "以下のバックアップデバイス上にディレクトリを作成する際、エラーが発生しました: " #~ msgid "File verification failed on these devices: " #~ msgstr "以下のデバイス上でファイル検証に失敗しました: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "%(volume)s上でファイル検証に失敗しました。バックアップのバージョンは、ダウンロードのバージョンと異なります。" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "%sの生成に問題発生" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "%sの生成に問題発生" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "%(filetype)sのコピー時にエラーが発生しましたが、バックアップされました" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)sは既に存在しますが、バックアップされました" #~ msgid "Multiple problems were encountered" #~ msgstr "複数の問題が発生しました" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "サブフォルダ・ファイル名の生成に問題発生" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "サブフォルダ・ファイル名の生成に問題発生" #~ msgid "The following metadata is missing: " #~ msgstr "以下のメタデータがありません: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)sおよび%(final_missing_metadata_element)s。" #~ msgid "there were errors backing up" #~ msgstr "バックアップ中にエラーがありました" #~ msgid "there was an error backing up" #~ msgstr "バックアップ中にエラーがありました" #~ msgid "There were errors backing up" #~ msgstr "バックアップ中にエラーがありました" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s、および%(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "バックアップ中にエラーがありました" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s時間%(minute)s分%(second)s秒%(subsecond)s" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "走査中です(%(photos)s個の写真と%(videos)s個の動画を検出)..." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "同じファイル名を持つ複数の写真が検出されましたが、異なる時間に撮影されています" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "複写元: %(source)s" #, python-format #~ msgid "Path: %s" #~ msgstr "パス: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "ダウンロードサブフォルダを生成するのに失敗しました" #~ msgid "About..." #~ msgstr "このプログラムについて..." #~ msgid "Using backup device" #~ msgstr "バックアップデバイスを使用" #~ msgid "Using backup devices" #~ msgstr "バックアップデバイスを使用" #~ msgid "Photo has already been downloaded" #~ msgstr "写真は既にダウンロードされました" #~ msgid "Check All Photos" #~ msgstr "写真を全てチェックl" #~ msgid "Check All Videos" #~ msgstr "動画を全てチェック" #~ msgid "_Uncheck All" #~ msgstr "全てチェックを解除(_U)" #~ msgid "_Check All" #~ msgstr "全てをチェック(_C)" #~ msgid "_Report a Problem..." #~ msgstr "問題を報告(_R)..." #~ msgid "_Make a Donation..." #~ msgstr "寄付をする(_M)..." #~ msgid "Download / Pause" #~ msgstr "ダウンロード / 停止" #~ msgid "_File" #~ msgstr "ファイル(_F)" #~ msgid "Help" #~ msgstr "ヘルプ" #~ msgid "Quit" #~ msgstr "終了" #~ msgid "Refresh" #~ msgstr "更新" #~ msgid "_Translate this Application..." #~ msgstr "このアプリケーションを翻訳(_T)..." #~ msgid "_Clear Completed Downloads" #~ msgstr "完了したダウンロードを消去(_C)" #~ msgid "_Error Log" #~ msgstr "エラーログ(_E)" #~ msgid "_Help" #~ msgstr "ヘルプ(_H)" #~ msgid "Select All Without _Job Code" #~ msgstr "ジョブコード無しで全て選択(_J)" #~ msgid "Select All Wit_h Job Code" #~ msgstr "ジョブコード付きで全て選択(_H)" #~ msgid "_Select" #~ msgstr "選択(_S)" #~ msgid "Next File" #~ msgstr "次のファイル" #~ msgid "Previous File" #~ msgstr "前のファイル" #~ msgid "_View" #~ msgstr "表示(_V)" #~ msgid "Example: /home/user/Pictures" #~ msgstr "例: /home/user/Pictures" #~ msgid "_Include in download" #~ msgstr "ダウンロードに含める(_I)" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "設定: 高速写真ダウンローダ" #~ msgid "Photo Download Folders" #~ msgstr "写真ダウンロードフォルダ" #~ msgid "Download Folder" #~ msgstr "ダウンロードフォルダ" #~ msgid "Download Subfolders" #~ msgstr "ダウンロードサブフォルダ" #~ msgid "Photo Folders" #~ msgstr "写真フォルダ" #~ msgid "_Download" #~ msgstr "ダウンロード(_D)" #~ msgid "Download folder:" #~ msgstr "ダウンロードフォルダ:" #~ msgid "Original:" #~ msgstr "オリジナル:" #~ msgid "New:" #~ msgstr "新規:" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "申し訳ありませんが、動画ダウンロード機能は無効にされています。動画をダウンロードするには、 " #~ "python用hachoirメタデータパッケージかkaaメタデータパッケージ、若しくはexiftoolを導入して" #~ "ください。" #~ msgid "Video Download Folders" #~ msgstr "動画ダウンロードフォルダ" #~ msgid "Example" #~ msgstr "" #~ msgid "Photos:" #~ msgstr "写真:" #~ msgid "_Remember this choice" #~ msgstr "この選択を記憶する(_R)" #~ msgid "Rename Options" #~ msgstr "改名オプション" #~ msgid "Video Folders" #~ msgstr "動画フォルダ" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "RAW + JPEG連番を同期" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "他の基本ソフトとの互換性" #~ msgid "Sequence Numbers" #~ msgstr "連番" #~ msgid "Job Codes" #~ msgstr "ジョブコード" #~ msgid "Rename Options" #~ msgstr "改名オプション" #~ msgid "_Add..." #~ msgstr "追加(_A)..." #~ msgid "R_emove All" #~ msgstr "全て削除(_R)..." #~ msgid "Job Codes" #~ msgstr "ジョブコード" #~ msgid "Devices" #~ msgstr "デバイス" #~ msgid "Automatically detect devices" #~ msgstr "デバイスを自動的に検出する" #~ msgid "Location:" #~ msgstr "場所:" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "自動検出を無効にした場合には,写真と動画の正確な場所を選択してください." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "ポータブル記憶デバイスの自動検出を有効にすると,デバイス全体が走査されます.大きなデバイスでは,時間のかかる可能性があります.\n" #~ "\n" #~ "このオプションを有効にして,関係ありそうなデバイスが検出されると,走査を行うかどうかを選択するよう促されます." #~ msgid "Device Options" #~ msgstr "デバイスオプション" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "ポータブル記憶デバイスを自動的に検出する" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "保存パスは,ポータブル記憶デバイスの自動検出が有効なときに,ユーザーが常に走査するか無視するかを選択したデバイスのパスのことです." #~ msgid "Remembered Paths" #~ msgstr "保存パス" #~ msgid "Remove all Remembered Paths?" #~ msgstr "保存パスを全削除?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "保存パスをすべて削除しますか?" #~ msgid "Use _python-style regular expressions" #~ msgstr "_python様式の正規表現を使う" #~ msgid "Re_move All" #~ msgstr "全て削除(_M)" #~ msgid "Device Options" #~ msgstr "デバイスオプション" #~ msgid "Backup\t" #~ msgstr "バックアップ\t" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "写真や動画のデバイスを走査する際,無視したいパスの最後の部分を指定してください.以下の値で終わるパスは走査されません." #~ msgid "Backup" #~ msgstr "バックアップ" #~ msgid "Miscellaneous" #~ msgstr "その他" #~ msgid "Program Automation" #~ msgstr "プログラムの自動化" #~ msgid "Backup" #~ msgstr "バックアップ" #~ msgid "Video backup folder name:" #~ msgstr "動画のバックアップフォルダ名:" #~ msgid "Photo backup folder name:" #~ msgstr "写真のバックアップフォルダ名:" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "デバイス上でバックアップを保管するフォルダを指定してください. \n" #~ "\n" #~ "註: " #~ "これは,デバイスがバックアップに使われるかどうかを判断するのにも使われます.バックアップ先に用いたい各デバイスには,これらの名前のうちどれかを持つフォルダ" #~ "を作成してください." #~ msgid "Example:" #~ msgstr "例:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Automatically rotate JPEG images" #~ msgstr "JPEG画像を自動的に回転" #~ msgid "Verify files as they are downloaded" #~ msgstr "ダウンロードに際してファイルを検証" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "写真・動画名の衝突" #~ msgid "Error Handling" #~ msgstr "エラー処理" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "ダウンロード完了とともにデバイスのマウントを解除(デバイスを\"取り出す\")" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "同じ名前の写真や動画がダウンロード済みの場合,ファイルのダウンロードをスキップするか,重複しない識別子を付けるかを選択します." #~ msgid "Performance" #~ msgstr "パフォーマンス" #~ msgid "Generate thumbnails (slower)" #~ msgstr "サムネールを生成(遅い)" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "バックアップの際,バックアップデバイス上の同名ファイルを上書きするか,そのバックアップをスキップするかを選択します." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "あなたの写真や動画を効率的かつ信頼性をもって読み込みます" #~ msgid "_Get Help Online..." #~ msgstr "オンラインでヘルプ(_G)..." #~ msgid "Photo Rename" #~ msgstr "写真の改名" #~ msgid "Photo Rename\t" #~ msgstr "写真の改名\t" #~ msgid "Photo Rename" #~ msgstr "写真の改名" #~ msgid "Video Rename" #~ msgstr "動画の改名" #~ msgid "Video Rename\t" #~ msgstr "動画の改名\t" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "ダウンロードフォルダを選択してください.このフォルダ中に,ダウンロードした動画のサブフォルダが,以下で指定した構造で自動生成されます." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "ダウンロードフォルダを選択してください.このフォルダ中に,ダウンロードした写真のサブフォルダが,以下で指定した構造で自動生成されます." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "「本日のダウンロード」の連番を初期化する時刻を,24時間形式で指定してください." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "他の基本ソフトで使用できない文字を,写真や動画,フォルダ名から削除するかどうかを指定." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "デバイスは,カメラやメモリーカード,ポータブル記憶デバイスのような,写真や動画をダウンロードする元となるものです.\n" #~ "\n" #~ "同時に複数のデバイスからダウンロードすることもできますし,ハードディスク上の場所を指定することもできます.\n" #~ "\n" #~ "カメラから直接ダウンロードするのは、今のところ実験的機能です.お使いのカメラからの直接ダウンロードが,うまく行かなかったり全く動作しないような場合に" #~ "は、PTPモードに切り替えてみてください.これができなければ,カードリーダーなどを使わなくてはなりません." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/kab.po0000644000175000017500000037150114562557501016745 0ustar00damondamon# Kabyle translation for rapid # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2017. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:23+0000\n" "Last-Translator: Belkacem Mohammed \n" "Language-Team: Kabyle \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: kab\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Ismaden" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Aḥraz ur ittuswel ara" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Ulac ibenkan n uḥraz yettwafen" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Idigen n uḥraz imeɣta ur ttwamlen ara yakan" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Aḥraz n teqlafin-ik akked tvidyutin-ik izmer ad yili ɣef des n ibenkan ticki " "ttwasidren-d, md. idebṣiyen iquranen izɣarayen." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Ḥrez tiwlafin akked tvidyutin deg usider" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Ṭṭef s wudem awurman ibenkan n uḥraz" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                        Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Isem n ukaram n tewlaft:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Isem n ularam n tvidyut:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Amedya:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Adig n uḥraz n tewlaft:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Fren adig n uḥraz n tewlaft" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Adig n uḥraz n tvidyut:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Fren Adig n uḥraz n tvidyut" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "ameɣri1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "ameɣri2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Iɣewwaṛen n uḥraz" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "tavidyut THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "ameslaw" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s n tewlafin" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s n tvidyutin" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Yettwaseqdec" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Tiwlafin" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Tividyutin" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Yugnen..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Swel timerna n ukaram asnawan n tvidyut" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s n taččart" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Wayeḍ" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Takamiṛat" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Ibenkan" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Asider seg %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Fren aɣbalu" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s n tkamiratin" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s n ibenkan" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                        In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                        The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                        1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                        2. Checked State: whether the file is marked for " "download.
                        3. Filename: the full filename, including " "extension.
                        4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                        5. File Type: " "photo or video.
                        6. Device: name of the device the photos and " "videos are being downloaded from.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is " "run.
                        4. Sequence letter: like session numbers, but uses " "letters.

                        Read more about sequence numbers in the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                        Read more about file renaming in " "the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                        3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                        Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Kra n tesinin" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 tasint" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d tasinin" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 tasdat" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d tesdatin" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 n usrag" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d n isragen" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 n wass" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dayn wussans" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Sfeḍ" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                        In " "your bug report describe what you expected to happen, and what you observed " "happening.

                        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                        {tarfile}
                        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                        Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                        If possible, please also include the program's configuration " "file {config_file}.

                        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Anagraw n ufaylu" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Aḍris" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Isem n ufaylu" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Adferisefka" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Igzumen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Ass-a" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Iḍelli" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Isem" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Asiɣzef" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Akud n timzikent" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Talɣa n taweṣṣaft" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Tehri" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Awrir" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Tanzagt" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Anaẓur" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Izerfan ttwaḥerzen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Akk izwilen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sa n izwilen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "DD-MM-YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "DD_MM_YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "DD-MM-YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "DD_MM_YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Ayyur (ummid)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Ayyur (awezlan)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (tisdatin)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Azemz" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "MMYYYY_Tangalt n Twuri" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "MMYYYY" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "DDMMYYYY-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "DDMMYYYY-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "DDMMYYYY-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "DDMMYYYY-HHMM-Job Code-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "DDMMYYY-Tangalt n Twuri-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "DDMMYYYY_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Afray" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "DDMMYYYY-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Aseqdec anneggaru" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "S walluy" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "S usider" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "Amaynut..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Snes" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Kkes" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Kkes akk" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                        %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Ger" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                        Creating a custom preset is not required, but can help " "you keep organized.

                        The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                        If you " "like, you can create a new custom preset or update the existing custom " "preset.

                        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Ismenyifen" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Ilɣa" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Rnu..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Kkes" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "ussan" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sfeɛj" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Zgel" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Rnu" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                        1. ExifTool reports a time zone and MediaInfo " "does not.
                        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                        3. Gstreamer is unable to extract " "thumbnails.
                        " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Asiɣzef:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Azemz n tlalit" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Tuccḍa: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5sr" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsr" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                        The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                        Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                        Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                        To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                        Missing applications: " "%(applications)s

                        Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                        Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                        \n" "

                        Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                        " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Sider" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Smiren..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Ismenyifen" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Ffeɣ" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Azen ugur..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Mudd tawsa..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Suqel asnas-agi..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Ɣef..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Amazray" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Taniɣert" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Snifel isem" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Meṛṛa" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Amynut" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Anaw n ufaylu" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Fren akk:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Ḥbes" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                        Do you really want to " "change the source path to %(new_path)s?

                        You are currently downloading " "from %(source_path)s.

                        If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                        Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                        \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                        \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 Alɣu" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d ilɣa" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                        It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                        On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                        Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                        If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                        If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                        On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "tavidyut" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Tavidyut" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "tawlaft" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Tawlaft" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Tavidyut" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                        Previous download:
                        %(filename)s
                        %(path)s
                        %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                        Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KAṬ" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "KAṬ" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GAṬ" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seḍis" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sa" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "mraw krad" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "mraw kuẓ" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "mraw semmus" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "mraw sḍis" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "mraw sa" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "mraw ṭam" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "mraw tza" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "sin imrawen" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&Ih" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Mdel" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Sefsex" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&ekles" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Tallalt" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ih" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Ala" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/nb.po0000644000175000017500000052705114562557501016612 0ustar00damondamon# Norwegian Bokmal translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-11 16:17+0000\n" "Last-Translator: geolr \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: nb\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Medvirkende" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Oversettere" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Sikkerhetskopiering er ikke konfigurert" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Fant ingen enheter for sikkerhetskopiering" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige steder for sikkerhetskopier er angitt" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan ta sikkerhetskopi av bilder og videoer til flere steder etter hvert " "som de lastes ned, f.eks. til eksterne harddisker." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Ta sikkerhetskopi av bilder og video ved nedlasting" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Oppdag enheter for sikkerhetskopiering automatisk" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                        Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Angi mappen hvor sikkerhetskopier skal lagres på enheten.
                        br>Merk: " "Tilstedeværelsen av en mappe med dette navnet avgjør om enheten skal brukes " "til sikkerhetskopieringer. For hver enhet du vil sikkerhetskopiere til lager " "du en mappe med et av disse mappenavnene. Ved å legge til begge mappene kan " "samme enheten brukes til å sikkerhetskopiere både bilder og videoer." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Navn på bildemappen:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Navn på videomappen:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Om du skrur av automatisk oppdaging, må du angi plasseringer for " "sikkerhetskopier." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Skkerhetskopier bilder til:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Velg sted for sikkerhetskopi av bilder" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Skkerhetskopier videoer til:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Velg sted for sikkerhetskopi av videoer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "lagringsenhet1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "lagringsenhet2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Anslått lagringsbruk for sikkerhetskopiering" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Alternativer for sikkerhetskopiering" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "lyd" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Bilder" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoer" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Brukt" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Overflødig" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Ukjent enhetsstørrelse" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen ledig plass på %(size_total)s enhet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videoklipp" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Anslått lagringsbruk etter nedlasting" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "Mappen eksisterer ikke" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Tilpasset …" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Konfigurer oppretting av bildeundermapper" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Konfigurer oppretting av videoundermapper" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Velg en destinasjonsmappe" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Undersøker enhet ..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorer denne enheten midlertidig" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorer denne enheten permanent" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Skann på nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Annet" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Enheter" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Laster ned fra %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Velg kilde" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s kameraer" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikk i avkryssingsboksen for en fil for å merke eller avmerke den for " "nedlasting." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Filer som allerede er lastet ned, blir husket. Du kan fortsatt markere " "tidligere nedlastede filer for å laste dem ned igjen, men de er ikke merket " "som standard, og deres miniatyrbilder er dimmet slik at du kan skille dem " "fra filer som ennå ikke er lastet ned." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Hvis mer enn en fil er valgt, vil de alle få merket til filen hvis " "avkryssingsboks ble klikket, uavhengig av om de tidligere hadde et merke " "eller ikke." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikk i avkryssingsruten for en enhet for å raskt merke eller avmerke alle " "dens filer for nedlasting." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Etter en nedlasting vil et ikon erstatte avkryssingsboksen for " "miniatyrbildet. Ikonets farge indikerer om nedlastingen var vellykket " "(grønn), om det var et problem ved navngiving (gul/oransje), eller mislyktes " "(rød)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Om det oppstår problemer vil et rødt ikon vises nederst i vinduet som " "indikerer hvor mange feilmeldinger som finnes. Klikk på ikonet for å åpne " "vinduet for feilmeldinger." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Feilmeldingsvinduet viser eventuelle problemer som oppstod før, under, eller " "etter nedlastingen. En oransje trekant representerer en advarsel, en rød " "sirkel indikerer en feil, og en svart sirkel indikerer mer alvorlige feil. " "Du kan klikke på lenkene for å åpne filen eller enheten i filbehandleren. Du " "kan også søke i rapportene ved å bruke søkefeltet nede til venstre i " "feilmeldingsvinduet." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Du kan laste ned fra flere kameraer, smarttelefoner, minnekort og harddisker " "samtidig—så mange enheter som datamaskinen kan håndtere på en gang." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperer bilder og videoer basert på hvor mye tid som er " "gått mellom påfølgende bilder og videoer. Bruk den for å finne bilder og " "videoer tatt på ulike perioder i løpet av samme dag eller over flere dager." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                        In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                        The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                        " msgstr "" "

                        I illustrasjonen ovenfor er den første raden i tidslinjen svart fordi " "alle filene på denne datoen har blitt lastet ned " "tidligere.

                        Tidslinjens glidebryter justerer tidsrommet mellom bildene " "som brukes for å lage tidslinjen:

                        " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "For å vise bilder og videoer innenfor et bestemt tidsrom, bruk musen " "(alternativt i kombinasjon med tastene Shift eller Ctrl) " "for å velge tidsintervaller. Når et tidsrom er valgt vil tidslinjeknappen " "til venstre i hovedvinduet bli uthevet." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "En nedlasting inneholder alltid alle filer som er merket for nedlasting, " "inkludert de som ikke vises for øyeblikket fordi tidslinjen er i bruk." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Du kan skjule eller vise nedlastingskildene ved å klikke på navnet på " "enheten du laster ned fra øverst til venstre i programvinduet." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                        1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                        2. Checked State: whether the file is marked for " "download.
                        3. Filename: the full filename, including " "extension.
                        4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                        5. File Type: " "photo or video.
                        6. Device: name of the device the photos and " "videos are being downloaded from.
                        " msgstr "" "Miniatyrbilder kan sorteres på en rekke " "kriterier:
                        1. Endringstidspunkt: når tid filen sist var endret, i " "henhold til dens metadata (om tilgjengelig) eller i henhold til filsystemet " "(as a fallback).
                        2. Merkestatus: hvorvidt filen er merket for " "nedlasting.
                        3. Filnavn: hele filnavnet, inkludert " "filtype.
                        4. Filformat: filens format. Du kan bruke dette til å " "for eksempel gruppere jpeg og raw bilder.
                        5. Filtype: bilde " "eller video.
                        6. Enhet: navn på enheten bildene og videoene " "lastes ned fra.
                        " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "En av de mest nyttige funksjonene i Rapid Photo Downloader er muligheten til " "å automatisk generere nedlastingsundermapper og å endre filnavn under " "nedlasting, ved å bruke en organisering som passer deg." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatiske genererte nedlastingsundermapper kan inneholde ytterligere " "automatisk genererte undermapper om nødvendig. En vanlig organisering er å " "lage en årsundermappe og deretter en serie undermapper med år-måned-dag " "under denne." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Nedlastingsundermappers navn generes vanligvis ved hjelp av noen eller alle " "følgende elementer:
                        1. Metadata, inkluderer veldig ofte datoen " "for når bildet eller videoen var tatt, men kan også inkludere kameraets " "modellnavn og serienummer, eller filtype som f.eks. JPG eller " "CR2.
                        2. Et oppdragsnavn, som er valgfri tekst du angir ved " "nedlasting, for eksempel navnet på et sted eller en " "begivenhet.
                        3. Tekst som du vil at skal vises hver gang, f.eks. " "en bindestrek eller et mellomrom.
                        Ved å navngi undermapper med år, " "etterfulgt av måned og dag i numerisk format er det enkelt å sortere dem i " "en filbehandler, derfor er dette standardvalget:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "For å lage nedlastingsundermapper automatisk når du laster ned, kan du bruke " "et av de innebygde forvalgene i Rapid Photo Downloader, eller lage et " "tilpasset forvalg. Klikk på tannhjulet for å få frem en nedfellsmeny:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser et tilpasset forvalg kalt «My custom preset»." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Les mer om alle måtene du kan generere navn på undermapper og filer i vår online " "dokumentasjon." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hintene vil variere avhengig av konteksten, for eksempel når musepekeren " "holdes over en knapp." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is " "run.
                        4. Sequence letter: like session numbers, but uses " "letters.

                        Read more about sequence numbers in the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Panelet Endre navn lar deg konfigurere endring av filnavn. For å gi " "nytt navn til filene dine, kan du velge blant eksisterende forvalg for " "endring av navn eller lage ditt eget forvalg." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                        Read more about file renaming in " "the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Du kan ta sikkerhetskopi av bilder og videoer til flere steder etter hvert " "som de lastes ned, f.eks. til eksterne harddisker." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Du kan også importere programinnstillinger fra den eldre 0.4-versjonen." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                        3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                        Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Visste du at... ?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Neste" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dager" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekunder" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutter, 1 sekund" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d timer, 1 minutt" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dager, 1 time" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dager, %(hours)d timer" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilmeldinger - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Finn i rapporter" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Finn den forrige forekomsten av uttrykket" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste forekomsten av uttrykket" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Utheve alt" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Utheve alle forekomstene av uttrykket" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Skill mellom store/små bokstaver" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Søk kun etter hele ord" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s av %s treff" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Fant ikke uttrykket" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Søk i gang …" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Antall nye oppføringer lagt til i feilmeldingsvinduet siden det sist ble " "åpnet. Klikk for å åpne feilmeldinger." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                        In " "your bug report describe what you expected to happen, and what you observed " "happening.

                        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                        {tarfile}
                        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                        Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                        If possible, please also include the program's configuration " "file {config_file}.

                        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod en feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Åpne i filbehandler ..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Andre …" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (plasseringen finnes ikke)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Bildedato" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Video dato" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "I går" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Nedlastet" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Filnavn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Bildenummer" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videonummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Blender" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Eksponeringstid" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brennvidde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kameraprodusent" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Forkortet kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Forkortet kameramodell med prefiks" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Eksponeringsteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Bare mappe" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Mappe og fil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Eiernavn" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Høyde" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Lengde" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Bilder per sekund" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Nedlastinger i dag" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Øktnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Undermappe nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Antall lagrede" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sekvensbokstav" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Alle tall" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Siste tall" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Siste 2 tall" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Siste 3 tall" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Siste 4 tall" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Som opprinnelig" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "STORE BOKSTAVER" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "små bokstaver" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Ett tall" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "To tall" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre tall" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Fire tall" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Fem Tall" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seks tall" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Syv tall" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ÅÅÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Måned (full)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Måned (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "TT-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "TT-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutter)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Dato (bindestreker)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Dato (understreker)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Dato og oppdragsnavn" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "ÅÅÅÅMM_Oppdragsnavn" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnavn (undermappe)" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ÅÅÅÅMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Opprinnelig filnavn" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ÅÅÅÅMMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Dato og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ÅÅÅÅMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Dato-Tid og bildenummer" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ÅÅMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnavn" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÅÅÅÅMMDD-TTMM-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ÅÅÅÅMMDD-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ÅÅÅÅMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Oppløsning" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÅÅÅÅMM-TTMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Angi et nytt oppdragsnavn, eller velg et du har brukt tidligere" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Oppdragsnavnet vil bli brukt på %s som ennå ikke har et oppdragsnavn." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "Oppdragsnavnet vil bli brukt på %s som ennå ikke har et oppdragsnavn." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Bruk oppdragsnavn på nedlastingen" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Angi et nytt oppdragnavn" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Det nye oppdragsnavnet vil bli brukt på %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nytt oppdragsnavn" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Oppdragsnavn:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Velg bilder og videoer for å kunne bruke et nytt eller eksisterende " "oppdragsnavn på dem." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Det nye oppdragsnavnet vil bli brukt på alle valgte bilder og/eller videoer." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klikk på bruk-knappen for å bruke gjeldende jobbnavn på alle valgte bilder " "og/eller videoer. Du kan også bare dobbeltklikke på jobbnavnet." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Hvis du fjerner en oppdragskode fjernes den bare fra listen over lagrede " "oppdragskoder, ikke fra noen bilder eller videoer som den kan ha blitt brukt " "på." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Sortering av oppdragsnavn:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Stigende" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Synkende" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Ny ..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle oppdragsnavnene?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragsnavn" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Oppdragsnavn" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Lagre nytt tilpasset forvalg ..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassede forvalg ..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Nytt tilpasset forvalg)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpasset forvalg «%s»" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagre nytt tilpasset forvalg - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Navn:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Valg for generering av bildeundermapper" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Valg for generering av videoundermapper" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Valg for bildeomdøping" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Valg for videoomdøping" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Advarsel: Det er ikke nok data til å " "kunne generere navnet fullt ut. Vennligst bruk andre alternativer for " "endring av navn." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                        %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Advarsel: Det kan hende at unike " "filnavn ikke genereres. Gjør filnavn unike ved å bruke sekvensverdier." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Forvalg:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Få hjelp på nettet …" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Sett inn" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagre forvalg - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                        Creating a custom preset is not required, but can help " "you keep organized.

                        The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Vil du lagre endringene som et nytt tilpasset forvalg?

                        Å " "opprette et tilpasset forvalg er ikke påkrevd, men det kan hjelpe deg med å " "holde orden.

                        De endrede innstillingene vil bli brukt uavhengig av om " "du lagrer dem som et nytt tilpasset forvalg eller ikke." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                        If you " "like, you can create a new custom preset or update the existing custom " "preset.

                        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Vil du lagre endringene som et tilpasset forvalg?

                        Om du vil så " "kan du lage et nytt tilpasset forvalg eller oppdatere et tilpasset forvalg. " "

                        De endrede innstillingene vil bli brukt uavhengig av om du lagrer " "dem som et nytt tilpasset forvalg eller ikke." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Lagre nytt tilpasset forvalg" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Innstillinger" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatyrbilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Feilhåndtering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Enhetsskanning" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Skann kun eksterne enheter" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Skann etter bilder og videoer kun på eksterne enheter, inkludert\n" "kameraer, minnekort, eksterne harddisker og USB-minnepinner." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Skann kun bestemte mapper på enheten" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skann bare etter bilder og videoer i mappene som er angitt nedenfor (unntatt " "stier\n" "som er spesifisert i Ignorerte stier).\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Mapper som skal skannes:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Legg til …" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til en mappe i listen over mapper som skal skannes for bilder og " "videoer.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fjern en mappe i listen over mapper som skal skannes for bilder og videoer.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Enheter som skal automatisk ignoreres eller lastes ned fra." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Husk enheter" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Fjern en enhet fra listen over enheter som skal automatisk ignoreres eller " "lastes ned fra." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Tøm listen over enheter som skal automatisk ignoreres eller lastes ned fra. " "\n" "\n" "Merk: Endringer trer i kraft neste gang datamaskinen skannes for enheter." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Ignorerte stier" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til en sti i listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fjern en sti i fra listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Tøm listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Bruk python-lignende regulære uttrykk" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Bruk regulære uttrykk i listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Tar effekt etter programmet startes på nytt" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Start nedlasting når programmet starter" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Start nedlasting når enheter settes inn" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (løs ut) enheten etter fullført nedlasting" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Avslutt programmet når nedlastingen er ferdig" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet selv om nedlastingen hadde feil eller advarsler" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Generer miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilder som vil vises i hovedvinduet" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Hurtiglagre miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Lagre miniatyrbilder vist i hovedprogramvinduet i et hurtiglager unikt for " "Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Antall CPU-kjerner som skal brukes for å generere miniatyrbilder." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU-kjerner:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Beregner …" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dager" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "alltid" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Hurtiglagerets størrelse:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Antall miniatyrbilder:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Databasestørrelse:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Hurtiglagre utilgjengelige miniatyrbilder i:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Rens hurtiglager ..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimaliser hurtiglager ..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Ikke last ned filen, og gi en feilmelding" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Legg til en identifikator som _1 eller _2 på slutten av filnavnet, rett før " "filens filtype" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhetskopierte filen" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Hopp over" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikke overskriv den sikkerhetskopierte filen, og gi en feilmelding" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Velg du om du vil hoppe over nedlasting eller legge til en unik " "identifikator når et bilde eller en video med samme navn allerede er lastet " "ned:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Bruk av sekvensnumre til å generere unike filnavn anbefales sterkt. " "Konfigurer endring av filnavn i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Velg om du skal overskrive en fil på sikkerhetskopienheten som har samme " "navn når du sikkerhetskopierer, eller hoppe over sikkerhetskopiering:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Programadvarsler" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Vis en advarsel ved:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Nedlasting av filer som ikke vises for øyeblikket" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Advar når du skal til å laste ned filer som ikke vises i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Manglende sikkerhetskopieringsmål" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Advar før du starter en nedlasting hvis det ikke er mulig å " "sikkerhetskopiere filer." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er skadet" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Advar om et programvarebibliotek som brukes av Rapid Photo Downloader " "mangler eller ikke fungerer." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Metadata for filsystem kan ikke settes" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Advar om det oppstår en feil ved å angi metadata for en fil, slik som filens " "endringstidspunkt." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Oppdagelse av uhåndterte filer" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Advar etter skanning av en enhet eller denne datamaskinen om det finnes " "ukjente filer som ikke vil bli inkludert under nedlastingen." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikke advar om ubehandlede filer av filtypene:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Filtyper skiller ikke forskjell på små og store bokstaver og behøver ikke et " "punktum foran." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Legg til" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Legg til filtyper i listen over ubehandlede filtyper det ikke skal advares " "om." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Fjern en filtype fra listen over ubehandlede filtyper det ikke skal advares " "om." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "Tøm hele listen over ubehandlede filtyper det ikke skal advares om." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle like RAW og JPEG filer som:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Ett bilde" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "To bilder" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Vis like par av RAW og JPEG bilder som ett bilde og, om merket, last ned " "begge." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Vis like par av RAW og JPEG bilder som om de var to forskjellige bilder. Du " "kan fortsatt synkronisere deres sekvensnummer." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Med like RAW og JPEG bilder:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Ikke merk JPEG for nedlasting" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Ikke merk RAW for nedlasting" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Når like RAW og JPEG bilder oppdages, ikke automatisk merk JPEG for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Når like RAW og JPEG bilder oppdages, ikke automatisk merk RAW for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Når like RAW og JPEG bilder oppdager, automatisk merk begge for nedlasting." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Når en nedlastingsenhet blir satt inn mens fullførte nedlastinger vises:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Tøm fullførte nedlastinger" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Fortsett å vise fullførte nedlastinger" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Spør om hva som skal gjøres" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Tøm automatisk visning av fullførte nedlastinger når en ny nedlastingsenhet " "blir satt inn." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Fortsett å vise fullførte nedlastinger når en ny nedlastingsenhet blir satt " "inn." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Spør om å fortsette å vise fullførte nedlastinger eller fjerne dem når en ny " "nedlastingsenhet blir satt inn." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid metadata på MTP enheter" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer dato/tid metadata i DNG filer plassert på MTP enheter, og bruk i " "stedet filens endringstidspunkt\n" "\n" "Nyttig for enheter som oppretter feil DNG-metadata, slik som noen telefoner " "og nettbrett." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                        1. ExifTool reports a time zone and MediaInfo " "does not.
                        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                        3. Gstreamer is unable to extract " "thumbnails.
                        " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Fullførte nedlastinger" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Stiller %s tilbake til standard innstillinger" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Vil du rense hurtiglageret? Hurtiglageret blir renset neste gang programmet " "startes." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Rens hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Vil du optimalisere hurtiglageret? Hurtiglageret vil bli optimalisert neste " "gang programmet startes." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Velg en mappe å skanne" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Velg en mappe som skal skannes for bilder og videoer" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Velg en sti å ignorere" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Angi en sti som aldri skal skannes for bilder eller videoer" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Angi en filtype" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Angi en filtype (uten punktum)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filtypen %s gjenkjennes av Rapid Photo Downloader, så det gir ikke " "mening å advare om dens tilstedeværelse." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Gjenkjente filtyper:\n" "\n" "Bilder:\n" "%(photos)s\n" "\n" "Videoer:\n" "%(videos)s\n" "\n" "Lyd:\n" "%(audio)s\n" "\n" "Annet:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillinger for undermapper bør ikke starte med %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillinger for undermapper bør ikke slutte med %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Innstillinger for undermapper bør ikke ha to %s etter hverandre" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Last ned 8 bilder og 10 videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke lese filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikke å laste metadata fra %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Klarte ikke å laste metadata fra %(name)s. %(filetype)s ble ikke lastet ned." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Det oppstod en feil ved forsøk på sette filsystem metadata for en fil på " "filsystemet %s. Om denne feilen skjer igjen på samme filsystem så vil den " "ikke bli rapportert om på nytt." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Oppdaget uhåndtert fil %s. Den vil ikke bli lastet ned." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren «%s» ble lagt til filnavnet." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s ble tatt den %(image1_date)s klokken %(image1_time)s, og " "%(image2)s den %(image2_date)s klokken %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikke å fullføre filnavnet for %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata mangler." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgende metadata mangler: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnavnet mangler filtype." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnavnet mangler nummerdelen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikke skanne %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikke å kopiere fra %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemer med sikkerhetskopiering til %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(numeric_day)s. %(month)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Tiden som er gått mellom påfølgende bilder og videoer som brukes til å lage " "tidslinjen" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5t" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperer bilder og videoer basert på hvor mye tid som er gått " "mellom påfølgende bilder. Bruk den til å identifisere bilder og videoer tatt " "på ulike perioder av en enkelt dag eller over påfølgende dager." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Bruk glidebryteren (under) for å justere tiden som er gått mellom påfølgende " "bilder som brukes til å lage tidslinjen." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Venter på at tidslinjen settes opp ..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Tidslinjen settes opp ..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                        The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                        Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "Det er et problem med ExifTool

                        Rapid Photo Downloader bruker " "ExifTool for å trekke ut metadata fra videoer og bilder. Programmet vil " "kunne kjøre uten det, men å installere det er sterkt anbefalt." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problem med ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                        Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problem med libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                        To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                        Missing applications: " "%(applications)s

                        Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                        Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                        \n" "

                        Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                        " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Oppfrisk …" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Innstillinger" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Feil&rapporter" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Fjern fullførte nedlastinger" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Få hjelp på Internett ..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Dagens tips ..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Rapporter et problem ..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Gi en donasjon ..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Oversett dette programmet …" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Om ..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Målmappe" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Endre navn" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Sikkerhetskopiering" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Slå på eller av bruken av enheter som er koblet til denne datamaskinen som " "nedlastingskilder" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Slå på eller av bruk av en mappe på denne datamaskinen som en " "nedlastningskilde" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Denne datamaskinen" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Velg en kildemappe" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Endringstidspunkt" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Velg alle:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Fortsett nedlasting" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Takk for at du rapporterte et problem med Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                        Do you really want to " "change the source path to %(new_path)s?

                        You are currently downloading " "from %(source_path)s.

                        If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "bilde" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Du kan ikke endre målmappen for nedlasting mens du laster ned." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                        Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bekreft målmappe

                        Er du sikker på at du vil sette målmappen for " "nedlasting av %(file_type)s til %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                        \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                        \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Følgende mapper er ugyldige:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne mappen for nedlasting er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Nedlastingen kan ikke fullføre." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Bilder og videoer vil ikke bli sikkerhetskopiert fordi det ikke finnes noe " "sted å sikkerhetskopiere dem. Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Det finnes ingen enhet for sikkerhetskopiering av %(filetype)s. Vil du " "fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videoklipp" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" "Målmappen for sikkerhetskopiering av bilder og videoer finnes ikke eller " "kan ikke skrives til.

                        Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" "Målmappen for sikkerhetskopiering av %(filetype)s finnes ikke eller kan " "ikke skrives til.

                        Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problem med sikkerhetskopiering" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s nedlastet" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikke a laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Ferdig med nedlasting" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s lastet ned" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikke å laste ned %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 advarsel" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d advarsler" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Lastet ned %(no_files_and_types)s fra %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Lastet ned %(no_files_and_types)s fra %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lastet ned — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Ingen filer lastet ned" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Programinnstillingene er ugyldige" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                        It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                        On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                        Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                        If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                        If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Prøv på nytt" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorer denne enheten" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Det oppstod dessverre et uventet problem under skanning av %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Du kan dessverre ikke laste ned fra denne enheten." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "En mulig løsning på problemet kan være å heller laste ned fra kameraets " "minnekort ved hjelp av en kortleser." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Klarte ikke å skanne enheten" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s kan ikke skannes fordi det ikke kan avmonteres.

                        Du " "kan forsøke å lukke andre programmer som bruker det (f.eks. en filutforsker) " "og prøve igjen. Om det ikke virker, koble %(camera)s fra datamaskinen og " "koble det til på nytt." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Nedlastingen kan ikke starte fordi %(camera)s ikke kan " "avmonteres.

                        Du kan forsøke å lukke andre programmer som bruker " "det (f.eks. en filutforsker) og prøve igjen. Om det ikke virker, koble " "%(camera)s fra datamaskinen og koble det til på nytt, og velg hvilke filer " "du vil laste ned fra det." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Fant fullførte nedlastinger" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastingen er fullført vises." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Fant fullført nedlasting" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastingen er fullført vises." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Ønsker du å laste ned bilder og videoer fra enheten %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Ønsker du å ignorere %s hver gang dette programmet kjøres?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Alle kameraer, telefoner og nettbrett med samme modellnavn vil bli ignorert." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Ønsker du å ignorere enheten %s hver gang dette programmet kjøres?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Alle enheter med samme navn vil bli ignorert." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                        On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Genererer miniatyrbilder for %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Skanner %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Slå på eller av omdøping av bilder." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Slå på eller av omdøping av videoer." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Slå på eller av automatisk oppdaging av enheter som det kan lastes ned fra." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Slå på eller av nedlasting fra denne datamaskinen." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Slå på eller av sikkerhetskopiering av bilder og videoer ved nedlasting." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Slå på eller av automatisk oppdaging av enheter for sikkerhetskopiering." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "Slå på eller av start av nedlasting ved åpning av programmet." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "Slå på eller av nedlasting straks en enhet settes inn." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Slå på eller av bruk av Rapid Photo Downloaders hurtiglager for " "miniatyrbilder. Eksisterende hurtiglagret innhold slettes ikke selv om " "bruken slås av." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importer innstillinger fra en eldre programversjon og avslutt. Krever " "kommandolinjeprogrammet gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "For å kunne importere innstillinger fra den eldre versjonen av Rapid Photo " "Downloader, kreves det at du installerer programmet gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillinger fra Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alle innstillingene er nullstillte." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Hurtiglager for miniatyrbilder." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Husk dette valget" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Ikke spør meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Ikke advare meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "&Ikke advare meg igjen om manglende eller skadede programbiblioteker" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "En teller for hvor mange nedlastinger som forekommer hver dag" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Nedlastinger i dag:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "En teller som huskes hver gang programmet kjøres " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Lagret antall:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dag begynner:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sekvenstall" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Bildeomdøping" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Videoomdøping" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Valg for omdøping" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilder og videoer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilder eller video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 bilde" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Bilde" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Videoklipp" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Bilder" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                        Previous download:
                        %(filename)s
                        %(path)s
                        %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                        Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "én" #: ../raphodo/utilities.py:575 msgid "two" msgstr "to" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:577 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:578 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "åtte" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "tjue" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Lukk" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Avbryt" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Lagre" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Bruk standardverdier" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nei" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Last ned, endre navn og sikkerhetskopier bilder og videoer fra kameraer og " "andre enheter" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hovedvindu" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Gi nytt navn" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Bildenedlaster" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;bilde;nedlasting;fotografi;import;video;RAW;kamera;telefon;ingest;backup" ";sikkerhetskopi;minne;kort;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Last ned bilder og videoer med Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Error in Video Rename preferences" #~ msgstr "Feil i innstillingene til nytt videonavn" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Feil i innstillingene til nytt bildenavn" #~ msgid "Select a folder to download videos to" #~ msgstr "Velg katalog for å laste inn video" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Velg katalog med %(file_types)r" #~ msgid "Select a folder to download photos to" #~ msgstr "Velg katalog for å laste inn bilder" #~ msgid "Photo has already been downloaded" #~ msgstr "Bildet er allerede lastet ned" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Skal denne enheten eller partisjon brukes til å laste ned bilder eller " #~ "videoer fra?" #~ msgid "_Remember this choice" #~ msgstr "_Husk dette valget" #~ msgid "About 1 minute remaining" #~ msgstr "Rundt 1 minutt igjen" #~ msgid "About 1 second remaining" #~ msgstr "Rundt 1 sekund igjen" #, python-format #~ msgid "and %s" #~ msgstr "og %s" #~ msgid "Location:" #~ msgstr "Sted:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importer dine bilder og videoer effektivt og pålitelig" #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Backing up error" #~ msgstr "Feil ved sikkerhetskopiering" #~ msgid "Device Detected" #~ msgstr "Enhet funnet" #~ msgid "Photo Folders" #~ msgstr "Foto mapper" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s ble ikke utløst" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Laster ned fra %(location)s." #~ msgid "the root of the file system" #~ msgstr "rotmappen til filsystemet" #~ msgid "Size" #~ msgstr "Størrelse" #~ msgid "scanning..." #~ msgstr "søker..." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Omtrent %(minutes)i minutter og %(seconds)02i sekunder igjen" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Omtrent %i sekunder igjen" #~ msgid "Download cannot proceed" #~ msgstr "Kan ikke fortsette nedlasting" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s igjen)" #~ msgid "Photos:" #~ msgstr "Bilder:" #~ msgid "Move" #~ msgstr "Flytt" #~ msgid "From" #~ msgstr "Fra" #~ msgid "Auto Detect" #~ msgstr "Oppdag automatisk" #~ msgid "To" #~ msgstr "Til" #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup device" #~ msgstr "Bruker sikkerhetskopierings enhet" #~ msgid "Using backup devices" #~ msgstr "Bruker sikkerhetskopierings enheter" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #~ msgid "Free space:" #~ msgstr "Ledig plass:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tilgjengelig" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sikkerhetskopierer bilder og video til %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sikkerhetskopierer til %(path)s" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sikkerhetskopierer bilder til %(path)s og video til %(path2)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Nedlastingsmappen til %(file_type)s er ikke skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Nedlastingsmappe til %(file_type)s er ugyldig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Nedlastningsmappe til %(file_type)s finnes ikke" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformasjon på kommandolinjen når programmet kjører (standard: " #~ "%default)" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Under sikkerhetskopiering, velg om du vil overskrive eller hoppe over filer " #~ "med samme navn på sikkerhetskopierings enheten." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du virkelig laste ned fra denne posisjonen ? På noen system kan det ta " #~ "lang tid å søke igjennom filene." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Download Progress" #~ msgstr "Status for nedlasting" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nullstill alle programinnstillinger og avslutt" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle innstillingene er nullstillte" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "vis hvilke bilde- og videofiltyper programmet gjenkjenner, og avslutt" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Klarte ikke å opprette målmappen %(directory)s\n" #~ msgid "only output errors to the command line" #~ msgstr "vis bare feil på kommandolinjen" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Feil: %(inst)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kilde: %(source)s\n" #~ "Mål: %(destination)s" #~ msgid "Name + extension" #~ msgstr "Navn + filtype" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle jobb koder fjernes?" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle jobb koder?" #~ msgid "Videos:" #~ msgstr "Videoer:" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Feil i innstillingene til undermappene for bildenedlasting" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle huskede stier?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle huskede stier fjernes?" #~ msgid "Enter a Job Code" #~ msgstr "Skriv inn ett jobbnavn" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Feil i innstillingene til undermappene for videonedlasting" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle undertrykte stier fjernes?" #~ msgid "display debugging information when run from the command line" #~ msgstr "vis feilrettingsinformasjon ved kjøring fra kommandolinje" #~ msgid "Job Code:" #~ msgstr "Jobbnavn" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Velg en mappe for sikkerhetskopiering av bilder" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Velg en mappe for sikkerhetskopiering av video" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Advarsel: Det er ikke nok metadata til å generere undermapper. " #~ "Bruk andre alternativer for omdøping av undermapper." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Advarsel: Det er ikke nok metadata til å generere navnet fullt ut. " #~ "Bruk andre alternativer for omdøping av navn." #~ msgid "Invalid regular expression" #~ msgstr "Ugyldig regulært uttrykk" #, python-format #~ msgid "Example: %s" #~ msgstr "Eksempel: %s" #~ msgid "externaldrive1" #~ msgstr "eksterndisk1" #~ msgid "externaldrive2" #~ msgstr "eksterndisk2" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allerede lastet ned" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #~ msgid "The following metadata is missing: " #~ msgstr "Følgende metadata mangler: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Dessuten, var det ett %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s i tillegg, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Dessuten, var det %(problems)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved oppretting av %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemer ved oppretting av %s" #~ msgid "Multiple problems were encountered" #~ msgstr "Flere feil oppstod" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kilde: %(source)s" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #~ msgid "_File" #~ msgstr "_Fil" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Filbane: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Klarte ikke å opprette undermappe for nedlasting" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Fjern fullførte nedlastinger" #~ msgid "_Error Log" #~ msgstr "_Feillogg" #~ msgid "_Help" #~ msgstr "_Hjelp" #~ msgid "Download / Pause" #~ msgstr "Last ned / Pause" #~ msgid "_Select" #~ msgstr "_Velg" #~ msgid "Next File" #~ msgstr "Neste fil" #~ msgid "Previous File" #~ msgstr "Forrige fil" #~ msgid "_View" #~ msgstr "_Vis" #~ msgid "Select All Without _Job Code" #~ msgstr "Velg alle _uten jobbnavn" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Eksempel: /home/user/Pictures" #~ msgid "_Uncheck All" #~ msgstr "_Fjern all markering" #~ msgid "_Include in download" #~ msgstr "_Inkluder i nedlasting" #~ msgid "_Download" #~ msgstr "_Last ned" #~ msgid "_Check All" #~ msgstr "_Merk alle" #~ msgid "Photo Download Folders" #~ msgstr "Bildenedlastingsmapper" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Innstillinger: Rapid Photo Downloader" #~ msgid "_Translate this Application..." #~ msgstr "_Oversett dette programmet..." #~ msgid "Download Subfolders" #~ msgstr "Nedlastingsundermapper" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid " " #~ msgstr " " #~ msgid "Download Folder" #~ msgstr "Nedlastingsmappe" #~ msgid "Example" #~ msgstr "Eksempel" #~ msgid "Download folder:" #~ msgstr "Nedlastingsmappe:" #~ msgid "Video Download Folders" #~ msgstr "Videonedlastingsmapper" #~ msgid "Video Folders" #~ msgstr "Videomapper" #~ msgid " hh:mm" #~ msgstr " tt:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "_Add..." #~ msgstr "_Legg til..." #~ msgid "Job Codes" #~ msgstr "Jobbnavn" #~ msgid "Devices" #~ msgstr "Enheter" #~ msgid "Remembered Paths" #~ msgstr "Huskede filbaner" #~ msgid "Device Options" #~ msgstr "Enhetsalternativer" #~ msgid "Device Options" #~ msgstr "Enhetsalternativer" #~ msgid "Backup\t" #~ msgstr "Sikkerhetskopi\t" #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "Example:" #~ msgstr "Eksempel:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/eksterndisk/Bilder" #~ msgid "Backup" #~ msgstr "Sikkerhetskopi" #~ msgid "Video backup folder name:" #~ msgstr "Mappenavn for sikkerhetskopiering av video:" #~ msgid "Backup" #~ msgstr "Sikkerhetskopi" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Bilde og video navnekonflikter" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotèr JPEG-bilder automatisk" #~ msgid "Error Handling" #~ msgstr "Feilhåndtering" #~ msgid "Performance" #~ msgstr "Ytelse" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Lag miniatyrbilder (tregere)" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Velg om du skal hoppe over filen eller legge til en unik identifikator når " #~ "ett bilde eller video med det samme navnet er lastet ned fra før." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "De følgende regulære uttrykkene er ugyldige, og vil bli fjernet om du ikke " #~ "endrer dem:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Dette regulære uttrykket er ugyldig, og vil bli fjernet om du ikke retter " #~ "det:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Innstillingene til %(filetype)s undermappe er ugyldige og kan ikke brukes.\n" #~ "De vil bli satt tilbake til standard verdier." #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Dato tidsverdien %s fremstår som ugyldig." #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle undertrykte filbaner?" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finnes allerede" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadata kan ikke leses" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Feil ved oppretting av %s-komponenten." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "En feil oppstod ved kopiering av %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunne ikke opprettes" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Flere feil oppstod ved sikkerhetskopiering til følgende enheter: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "En feil oppstod ved sikkerhetskopiering til %(volume)s." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sikkerhetskopi finnes allerede på %(volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "En feil oppstod ved sikkerhetskopiering til %(volume)s: %(inst)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Feil: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadataen kan være korrupt." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Det ble sikkerhetskopiert til %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Det ble sikkerhetskopiert til disse enhetene: " #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sikkerhetskopier overskrevet på disse enhetene: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sikkerhetskopi overskrevet på %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Sikkerhetskopier finnes allerede i disse plasseringene: " #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finnes allerede, men den ble sikkerhetskopiert" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "En feil oppstod ved kopiering av %(filetype)s, men den ble sikkerhetskopiert" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Flere problemer ved oppretting av undermapper og filnavn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnavn" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "En feil oppstod ved oppretting av mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Flere feil oppstod ved oppretting av mapper på følgende enheter for " #~ "sikkerhetskopi: " #~ msgid "Photo Rename\t" #~ msgstr "Gi nytt bildenavn\t" #~ msgid "Photo Rename" #~ msgstr "Gi nytt bildenavn" #~ msgid "there were errors backing up" #~ msgstr "det oppstod flere feil ved sikkerhetskopieringen" #~ msgid "there was an error backing up" #~ msgstr "det oppstod en feil ved sikkerhetskopieringen" #~ msgid "There were errors backing up" #~ msgstr "Det oppstod flere feil ved sikkerhetskopieringen" #~ msgid "There was an error backing up" #~ msgstr "Det oppstod en feil under sikkerhetskopieringen" #~ msgid "_Make a Donation..." #~ msgstr "_Gi en donasjon..." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Beklager, funksjon for nedlasting av video deaktivert. For å laste ned " #~ "video, vær vennlig å installer enten hachoir metadata og kaa " #~ "metadata programpakkene for python, eller exiftool." #~ msgid "Video Rename" #~ msgstr "Gi nytt videonavn" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre operativsystem" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synkroniser RAW + JPEG sekvensnumre" #~ msgid "Photo Rename" #~ msgstr "Gi nytt bildenavn" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Angi tiden i 24-timers format der hvor Nedlastinger idag " #~ "sekvensnummeret skal nullstilles" #~ msgid "Rename Options" #~ msgstr "" #~ "Alternativer for å gi nytt navn" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnummre" #~ msgid "Video Rename\t" #~ msgstr "Gi nytt videonavn\t" #~ msgid "Rename Options" #~ msgstr "Alternativer for gi nytt navn" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Om du skrur av automatisk oppdaging, velg eksakt plassering der bildene og " #~ "video er." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Oppdag flyttbare lagringsenheter automatisk" #~ msgid "Automatically detect devices" #~ msgstr "Oppdag enheter automatisk" #~ msgid "Use _python-style regular expressions" #~ msgstr "Bruk _python sine regulære uttrykk" #~ msgid "Program Automation" #~ msgstr "Automatisering" #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Mangler data for å navngi %(filetype)s." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Velg en mappe for nedlasting. Undermapper for bildene vil automatisk bli " #~ "opprettet i denne mappen etter de valg du har gjort for " #~ "nedlastingsundermapper." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Velg en mappe for nedlasting. Undermapper for videoene vil automatisk bli " #~ "opprettet i denne mappen etter de valg du har gjort for " #~ "nedlastingsundermapper." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Bilder funnet med samme filnavn, men tatt ved forskjellige tidspunkt: " #~ "%(details)s" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Bilder funnet med samme filnavn, men tatt ved forskjellige tidspunkt" #~ msgid "Job Codes" #~ msgstr "Jobbnavn" #~ msgid "Error Log" #~ msgstr "Feillogg" #~ msgid "_Report a Problem..." #~ msgstr "_Rapporter et problem..." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/nl.po0000644000175000017500000062727614562557501016636 0ustar00damondamon# Dutch translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-09 19:33+0000\n" "Last-Translator: A.J. Baudrez \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: nl\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Met dank aan" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Vertalers" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Back-ups zijn niet geconfigureerd" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Geen back-up apparaat gedetecteerd" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Geldige back-uplocaties nog niet gespecificeerd" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Je kan je foto's en video's naar meerdere locaties back-uppen terwijl ze " "gedownload worden, bv. externe harde schijven." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Back-up foto's en video's gedurende het downloaden" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Automatisch detecteren van back-up apparaten" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                        Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Geef de map op waarin back-ups bewaard worden op dit " "apparaat.

                        Noot: de aanwezigheid van een map met die naam bepaalt " "of dat apparaat voor back-ups gebruikt zal worden. Voor ieder apparaat waar " "je naar toe wil back-uppen, moet je een map aanmaken met één van die " "mapnamen. Door beide mappen toe te voegen, kan hetzelfde apparaat gebruikt " "worden om zowel foto's als video's te back-uppen." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Foto mapnaam:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Video mapnaam:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Voorbeeld:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Als je de automatische herkenning uitzet, moet je een exacte back-uplocatie " "ingeven." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Foto back-uplocatie:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Selecteer Foto Back-uplocatie" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Video back-uplocatie:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Selecteer Video Back-uplocatie" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "apparaat1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "apparaat2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Verwacht gebruik Back-up-opslag" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Back-up Opties" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Foto's" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Video's" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Gebruikt" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Teveel" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Apparaat grootte onbekend" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Geen vrije ruimte op %(size_total)s apparaat" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s vrij van %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Foto’s" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Video's" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Verwachte vrije ruimte na download" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "Doel niet schrijfbaar" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "Map bestaat niet" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "Onvoldoende opslagruimte" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Aangepast…" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Instellen van foto submap aanmaak" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Instellen van video submap aanmaak" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Verwacht gebruik opslag" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Kies een doelmap" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Apparaat polsen..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Apparaat tijdelijk negeren" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Apparaat definitief negeren" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Herscannen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s vol" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Overige" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Camera's" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Apparaten" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Downloaden van %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Selecteer bron" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Camera's" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Apparaten" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klik op de checkbox van het bestand om het wel of niet voor download te " "markeren." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Bestanden die al gedownload werden, worden bijgehouden. Je kan nog altijd " "bestanden die reeds gedownload werden opnieuw markeren voor download, maar " "standaard zijn deze niet aangevinkt en hun miniatuur is gedimd zodat je ze " "kan onderscheiden van deze die nog gedownload moeten worden." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Als meer dan één bestand gemarkeerd is, nemen ze allemaal het merkteken over " "van deze waarvan de checkbox werd aangeklikt, ongeacht of ze voordien reeds " "aangevinkt waren of niet." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klik op de checkmark van een apparaat om snel alle bestanden voor download " "te markeren of omgekeerd." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Op het einde van een download vervangt een icoon de checkbox. De kleur van " "het icoon geeft aan of de download geslaagd (groen) was, met " "hernoemingsproblemen te doen had (geel/oranje), of mislukte (rood)" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Bij problemen zal een rood icoontje verschijnen onderaan het venster dat zal " "aangeven hoeveel fouten er zijn. Klikken op het icoontje, opent de Fout " "Rapportage Venster." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Het fout rapportage venster vertoont elk probleem voorafgaand, gedurende of " "na de download. Een oranje driehoek betekent een verwittiging, een rode " "cirkel een falen, en een zwarte cirkel ergere fouten.Je kan op de hyperlinks " "klikken om het bestand of apparaat te openen in een bestandsbeheerder Je kan " "ook de rapporten doorzoeken via het zoekveld links onder in het Fout " "Rapportage Venster." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Je kan simultaan van meerdere camera's, smartphones, geheugenkaarten en " "harde schijven downloaden—zoveel apparaten als je computer simultaan " "aankan." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "De Tijdslijn groepeert foto's en video's op basis van de verlopen " "tijd tussen twee opeenvolgende shoots. Gebruik het om foto's en video's te " "vinden, genomen op verschillende tijdstippen gedurende dezelfde dag, of over " "opeenvolgende dagen." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                        In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                        The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                        " msgstr "" "

                        In de afbeelding hierboven is de eeste rij van de Tijdslijn zwart omdat " "alle bestanden op die dag reeds gedownload waren.

                        De Tijdslijn " "schuiver past de verlopen tijd tussen opeenvolgende shots voor het maken van " "de de Tijdslijn aan:

                        " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Om foto's en video's voor een specifieke periode te zien, gebruik je de muis " "(eventueel in combinatie met de Shift of Ctrl toetsen) om " "een periode te selecteren. Als een periode geselecteerd is, zal de Tijdslijn " "knop aan de linker kant van het hoofdvenster oplichten." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Een download bevat altijd all bestanden die aangevinkt werden voor download, " "ook deze die op dat moment niet zichtbaar zijn omdat de Tijdslijn gebruikt " "wordt." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Je kan de downloadbronnen verbergen of niet door te klikken op het apparaat " "waarvan je downloadt, linksboven in het programma venster." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                        1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                        2. Checked State: whether the file is marked for " "download.
                        3. Filename: the full filename, including " "extension.
                        4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                        5. File Type: " "photo or video.
                        6. Device: name of the device the photos and " "videos are being downloaded from.
                        " msgstr "" "Miniaturen kunnen geordend worden volgen volgende " "criteria:
                        1. Wijzigingstijd: wanneer het bestand het laats " "gewijzigd werd volgens de metagegevens (indien beschikbaar) of volgens het " "bestandssysteem (als back-up).
                        2. Aanvink status: indien het " "bestand gemarkeerd is voor download.
                        3. Bestandsnaam: de " "volledige bestandsnaam, inclusief de extensie.
                        4. Extensie: de " "extensie van het bestand. Gebruik dit om jpeg en RAW afbeeldingen te " "groeperen bijvoorbeeld.
                        5. Bestandstype: foto of " "video.
                        6. Apparaat: naam van het apparaat waarvan de foto's en " "video's gedownload worden..
                        " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Eén van Rapid Downloader's meest interessante mogelijkheden is om " "automatisch submappen aan te maken en bestanden te hernoemen gedurende de " "download, gebruikmakend van een eigen schema." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Om aan te geven waar je de gedownloade bestanden wil hebben en hoe ze " "genoemd moeten worden, open het corresponderende paneel aan de rechter zijde " "van het scherm: Bestemming, Hernoemen of Job Code." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" "Bij het bedenken van je downloadmapstructuur hou rekening met twee " "verschillende types van mappen:
                        1. De bestemmingsmap, e.g. " ""Afbeeldingen", "Foto's", of "Video'ss". Deze " "mappen zouden reeds moeten bestaan op je computer. In de afbeelding " "hieronder zijn de bestemmingsmappen "Pictures" and " ""Videos". De naam van de bestemmingsmap is vertoond in de grijze " "balk direct boven de mapstructuur, met een mapicoon links en een tandwiel " "icoon helemaal rechts.
                        2. De downloadsubmappen, zijn mappen die " "automatisch zullen aangemaakt worden door Rapid Photo Downloader. Ze moeten " "niet noodzakelijk reeds bestaan op je computer, maar het kan geen kwaad. Ze " "zullen aangemaakt worden onder de bestemmingsmap.
                        " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Je kan foto's en video's downloaden naar dezelfde bestemmingsmap of een " "verschillende bepalen voor elk. Hetzelfde geldt voor de submappen voor " "foto's en video's —download foto's en video's naar dezelfde submappen " "of gebruik een verschillende map voor ieder type." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatisch aangemaakte download-submappen kunnen extra automatisch " "aangemaakte submappen bevatten indien nodig. Een klassiek schema is om een " "jaar-submap en een reeks van maand-dag-submap daaronder te hebben." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" "Telkens wanneer mogelijk zal het programma de download-submappen van de te " "downloaden foto's en video's vooraf scannen:
                        1. De bestemming-" "mapstructuur toont de reeds aanwezige download-submappen op je computer " "(deze in een normaal, niet-italic font), en de submappen die aangemaakt " "zullen worden tijdens de download (deze met de namen in italics).
                        2. De " "maptructuur toont tevens in welke submappen de bestanden gedownload zullen " "worden(deze in zwart gekleurd).
                        " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Download submap namen worden meestal aangemaakt door sommige of alle " "onderstaande elementen:
                        1. Bestand metagegevens, bevatten meestal " "de datum wanneer de foto of video werd aangemaakt, maar kunnen ook de camera " "model naam, camera serienummer, of bestandsextensie bv. JPG of CR2 " "bevatten.
                        2. Een Job Code, is vrije tekst die je meegeeft " "wanneer de download plaats grijpt zoals de naam van een evenement of een " "locatie.
                        3. Tekst die je iedere keer wenst te zien verschijnen " "zoals een streepje of een spatie.
                        Submappen benoemen met het jaar, " "gevolgd door de maand en tenslotte de dag in numeriek formaat maakt het " "makkelijk om alles gesorteerd te houden in je bestandsbeheerder. Daarom is " "het de standaard optie:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Om automatisch download submappen aan te maken tijdens de download, kan je " "gebruik maken van één van de reeds voorziene instellingen van Rapid Photo " "Downloader of een eigen instelling aanmaken. Klik op het raderwieltje icoon " "om het drop-down menu te openen:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Via het drop-down menu kan je een reeds voorziene instellingen gebruiken of " "klik op Aangepast om je eigen schema aan te maken. Je kan je eigen " "schema aanmaken via de Foto of Video Submap Generation Editor:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Het is gemakkelijk om raw afbeeldingen in één map en jpeg afbeeldingen in " "een andere map te downloaden. Gebruik simpelweg de Bestandsnaam " "Extensie als onderdeel van je download-submap aanmaak schema:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "De afbeelding toon een opgeslagen aangepaste voorinstelling genaamd "My " "custom preset"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Je moet geen geneste download submappen aanmaken. De afbeelding toont de " "aanmaak van de download-submap die enkel de datum van de fotoshoot en een " "Job Code bevat:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Alhoewel er reeds veel datum/tijd combinaties zijn, kan het zijn dat je iets " "anders wil. Het is geen probleem om je eigen combinaties te maken. Je kan de " "datum/tijd keuzes combineren om nieuwe combinaties aan te maken. Stel dat je " "een datum formaat wil aanmaken die het jaar (YYYY), een streepje, en de " "maand (MM) in volgend formaat YYYY-MM. Dat kan je doen als volgt (noteer de " "rode cirkel rond het streepje):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Lees meer over alle mogelijkheden om download-submappen en bestandsnamen aan " "te maken in de online " "documentatie." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Job Codes laten je toe om tekst in te geven die je set foto's en " "video's beschrijven. Je kan ze gebruiken in submap en bestandsnamen. In deze " "afbeelding van enkele bestanden, hebben bepaalde bestanden de Job Code " ""Street"gekregen en de geselecteerde bestanden staan op het punt " "de Job Code "Green Bazaar" te krijgen:" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Je kan nieuwe of bestaande Job Codes toepassen alvorens een download te " "starten. Als er bestanden in de download zijn die nog geen Job Code " "toegewezen hebben, zal je gevraagd worden om een Job Code voor hen toe te " "voegen, alvorens de download begint." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Kijk voor tips om je te begeleiden bij het werken met Job Codes:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Tips zullen variëren op basis van de context, net zoals je met een muis over " "een knop beweegt." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Als je jouw foto's en video's unieke bestandsnamen geeft, ontstaat er geen " "verwarring over met welk bestand je te doen hebt. Het gebruik van " "volgnummers om bestanden uniek te maken wordt ten stelligste " "aangeraden!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is " "run.
                        4. Sequence letter: like session numbers, but uses " "letters.

                        Read more about sequence numbers in the online " "documentation.

                        " msgstr "" "

                        Vier types van volgnummers zijn beschikbaar om je te helpen unieke namen " "toe te kennen aan foto's en video's:

                        1. Downloads vandaag: " "downloads gedurende de dag afgewerkt.
                        2. Opgeslagen nummer: " "identiek aan Downloads vandaag, maar wel vanaf de laatste keer dat het " "programma gestart werd.
                        3. Sessie nummer: wordt iedere keer " "gereset als het programma start.
                        4. Volgorde letter: zoals " "sessie nummer maar dan met letters.

                        Lees meer over " "volgnummers in de online " "documentatie.

                        " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Het Hernoem paneel laat je toe de bestandshernoeming in te stellen. " "Om bestanden te hernoemen kan je kiezen tussen bestaande instellingen of je " "eigen instelling aanmaken." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                        Read more about file renaming in " "the online " "documentation.

                        " msgstr "" "

                        De RAW + JPEG synchronisatie optie is nuttig als je de RAW + JPEG " "optie van je camera gebruikt en je volgnummers in bestandshernoeming " "gebruikt. Na aanzetten van deze optie zal het programma de passende paren " "van RAW en JPEG foto's detecteren en zodra gedetecteerd, hetzelfde " "volgnummer toekennen aan beide fotonamen. Daarnaast zullen de volgordes " "bijgewerkt worden als was het één foto.

                        Lees meer over bestanden " "hernoemen in de online " "documentation.

                        " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Je kan foto's en video's naar meerdere locaties backuppen tijdens de " "download zoals externe harde schijven of netwerk shares. Back-up apparaten " "kunnen automatisch gedetecteerd worden of je kan je eigen back-up locaties " "meegeven." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "In dit voorbeeld, bevat de schijf photobackup geen map genaamd " "Videos en bijgevolg zullen er geen video's naar toe geback-upt " "worden." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Diverse voorkeuren van het programma kunnen vanaf de commandolijn worden " "ingesteld, waaronder download bronnen, bestemming en back-ups. Tevens kunnen " "instellingen herzet worden naar hun standaard waardes en caches en " "bijgehouden bestanden gewist." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Je kan ook programma voorkeuren van de oudere versie 0.4 importeren." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                        3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                        Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader werkt met drie types van cache:
                        1. Een " "miniaturencache waar het enig doel is om de miniaturen van de " "bestanden van je camera, geheugenkaarten en andere apparaten op te " "slaan,.
                        2. Een tijdelijke cache van bestanden gedownload van een " "camera, één voor foto's en een andere voor video's. Je kan ze vinden in de " "tijdelijke submappen in de download bestemming.
                        3. De bureaublad " "miniaturen cache, waarin Rapid Photo Downloader de miniaturen opslaat " "van RAW en TIFF foto's zodra deze gedownload zijn. Bestandsbeheerders zoals " "Gnome Files gebruiken deze cache eveneens, wat betekent dat ze ook de " "miniaturen voor deze bestanden zullen tonen.
                        Lees meer over deze " "caches en hun effect op de download performantie in de online " "documentatie." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Tip van de dag" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Wist je dat...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Toon tips bij het starten" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "Volge&nde" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Vorige" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Nog enkele seconden" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d seconden" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minuut" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuten" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 uur" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d uren" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dagen" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minuut, 1 seconde" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuut, %d seconden" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuten, 1 seconde" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuten, %(seconds)d seconden" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 uur, 1 minuut" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 uur, %d minuten" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d uren, 1 minuut" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d uren, %(minutes)d minuten" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dag, 1 uur" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d uren" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dagen, 1 uur" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagen, %(hours)d uren" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Zoek" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Foutrapportage - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Vind in rapporten" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Vorige overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Volgende overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "Alles accentueren" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Alle overeenkomende tekenreeksen accentueren" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Hoofdletter overeenkomst" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Zoeken met hoofdlettergevoeligheid" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Volledige woorden" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Zoek enkel op volledige woorden" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s van %s gevonden resultaten" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s van %(total)s treffers" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Wissen" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Uitdrukking niet gevonden" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Zoeken in afwachting..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Het aantal nieuwe onderwerpen toegevoegd in de Foutrapportage sinds het voor " "het laatste geopend werd. Klik om de Foutrapportage te openen." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                        In " "your bug report describe what you expected to happen, and what you observed " "happening.

                        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Gelieve het probleem te melden op {website}.

                        Beschrijf in je bugrapport wat je " "van het programma verwachtte en wat daadwerkelijk gebeurde.

                        Het " "bugrapport moet ook de programmainstellingen en logbestanden bevatten. Om " "een bestand aan te maken met deze aanvullende informatie, klik op Opslaan." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Extra informatie bewaard" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                        {tarfile}
                        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                        Click here to see the file in your file manager." msgstr "" "De aanvullende informatie voor het bugrapport werd aangemaakt in je " "persoonlijke map in een tar-bestand:
                        {tarfile}
                        Je moet dit bestand " "zelf bij het bugrapport voegen, want dat gebeurt niet " "automatisch.

                        klick hier om dat bestand te zien " "in je bestandsbeheerder." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Fout bij het aanmaken van de extra informatie" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Het extra bugrapport werd niet aangemaakt. Stuur alsjeblieft toch een " "bugrapport in." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                        If possible, please also include the program's configuration " "file {config_file}.

                        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Voeg de logbestanden van het programma bij je bugrapport. Het bugrapport " "moet {log_file} bevatten, maar het bijvoegen van andere logbestanden " "kan ook nuttig zijn. Indien mogelijk voeg ook het instellingenbestand " "{config_file} toe.

                        Klik hier om de " "logbestandenmap te openen en klik hier om de " "configuratie map te openen." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Bijwerken naar de laatste versie al je toelaten te " "bepalen of het probleem dat je tegenkwam reeds opgelost is." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Probleem in Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Er is een fout opgetreden in Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Als dezelfde fout zich opnieuw voordoet alvorens het programma beëindigd " "wordt is dit de enige melding ervan." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Een probleem werd vastgesteld in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Gelieve het probleem te melden op {website}\n" "Voeg het logbestand bij je bugrapport, te vinden in {log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Open in Bestandsbeheerder..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Opnieuw instellen" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Toon Systeemmappen" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Bestandssysteem" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Overig..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (locatie bestaat niet)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Datum tijd" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Bestandsnaam" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metagegevens" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Reeksen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Job code" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Afbeeldingsdatum" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Videodatum" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Vandaag" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Gisteren" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Downloadtijd" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Naam" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videonummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Diafragma" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Belichtingstijd" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brandpuntsafstand" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Camera merk" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Camera model" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Camera model (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Cameramodel zonder merknaam" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Sluiterteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Bestandsnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Enkel map" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Map en bestand" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Naam eigenaar" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Breedte" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Hoogte" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Lengte" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Frames per seconde" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artiest" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Auteursrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Downloads vandaag" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Sessienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Submapnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Opgeslagen nummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Vervolg letter" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Alle cijfers" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Laatste cijfer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Laatste 2 cijfers" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Laatste 3 cijfers" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Laatste 4 cijfers" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Oorspronkelijk hoofdlettergebruik" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "HOOFDLETTER" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "kleine letters" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Eén cijfer" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Twee cijfers" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Drie cijfers" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Vier cijfers" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Vijf cijfers" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Zes cijfers" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Zeven cijfers" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Subseconden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "JJJJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "JJJJ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "JJJJ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "JJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "JJ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "JJ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Maand (volledig)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Maand (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Weekdag (volledig)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Weekdag (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "UUMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "UUMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "UU-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "UU-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "UU" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuten)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Datum (streepjes)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Datum (underscores)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Datum en Job Code" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Job Code" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Datum en Job Code Submap" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Job Code" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Originele bestandsnaam" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Datum-Tijd en Downloads vandaag" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMDD-UUMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Datum en Downloads vandaag" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "JJJJMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Datum-Tijd en afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "JJJJMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Datum-Tijd en Job code" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMDD-UUMM-Job Code-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMDD-Job Code-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Datum-Tijd en Video nummer" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "JJJJMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Resolutie" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMDD-UUMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Geef een nieuwe Job Code in of selecteer vorige" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "De Job Code zal worden toegepast op %s die deze Job Code nog niet hebben." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "De Job Code zal worden toegepast op %s die deze Job Code nog niet hebben." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Job Code toepassen op Download" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Geef een nieuwe Job Code in" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Hint: Selecteer foto's en video's alvorens een nieuwe Job Code in te " "geven, zodat deze direct toegepast wordt." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "De nieuwe Job Code zal toegepast worden op %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nieuwe Job Code" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Job Code:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "Onthoud deze Job Code" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Selecteer foto's en video's waar de nieuwe of bestaande Job Code op moet " "worden toegepast." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "De nieuwe Job Code zal toegepast worden op alle geselecteerde foto's en/of " "video's." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klik op de knop Toepassing om de huidige Job Code toe te passen op alle " "geselecteerde foto's en/of video's. Je kan ook gewoonweg dubbelklikken op de " "Job Code." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Het verwijderen van een Job Code, verwijdert deze enkel van de lijst van " "opgeslagen Job Codes, niet van enige foto of video waar het aan toegekend " "was." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Als je Job Codes wil gebruiken, configureer bestandshernoeming of " "bestemmingssubmappen namen om die te gebruiken." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Laatst gebruikt op" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Job Code-volgorde:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Oplopend" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Aflopend" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nieuw..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Toepassen" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Verwijderen" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Alles verwijderen" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Wil je echt alle Job Codes verwijderen?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Verwijder alle Job Codes" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Job Codes" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Hint: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Opslaan van nieuwe aangepaste voorinstelling..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "Verwijder aangepaste voorinstelling..." #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Verwijder aangepaste voorinstelling \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Verwijder alle aangepaste voorinstellingen..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Nieuwe aangepaste voorinstelling)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (bewerkt)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Bijwerken van aangepaste voorinstelling \"%s\"" # Title of popup to insert the new name #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Opslaan van nieuwe aangepaste voorinstelling - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Naam voorinstelling:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Foto Submap Aanmaak Editor" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "foto submap aanmaak" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Video Submap Aanmaak Editor" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "video submap aanmaak" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Foto Hernoemen Editor" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "foto hernoeming" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Video Hernoemen Editor" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "video hernoeming" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Opgepast: Er zijn onvoldoende gegevens " "om een volwaardige naam aan te maken. Gelieve andere hernoem opties te " "gebruiken." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                        %(separator)s creates a new subfolder level." msgstr "Het %(separator)s teken maakt een nieuw submap-niveau aan." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Je moet een mapnaam niet starten of stoppen met een map separator " "%(separator)s, aangezien deze automatisch wordt toegevoegd." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Opgepast: Unieke bestandsnamen worden " "mogelijks niet aangemaakt. Maak bestandsnamen uniek door gebruik te maken " "van volgnummers." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Voorinstelling:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Online hulp zoeken..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Toevoegen" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" "Verwijder aangepaste voorinstelling

                        Ben je zeker dat je " "aangepaste voorinstelling \"%(preset_name)s\" wil verwijderen?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Verwijder alle aangepaste voorinstellingen

                        Ben je zeker dat je " "alle %(preset_type)s aangepaste voorinstellingen wil verwijderen?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voorinstelling opslaan - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                        Creating a custom preset is not required, but can help " "you keep organized.

                        The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Wil je de wijzigingen in een nieuwe aangepaste voorinstelling " "bewaren?

                        Een aangepaste voorinstelling aanmaken is niet verplicht " "maar het kan je wel helpen binnen je organisatie.

                        De wijzigingen aan " "de voorkeuren zullen steeds toegepast worden ongeacht of je een nieuwe " "aangepaste voorinstelling aanmaakt of niet." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                        If you " "like, you can create a new custom preset or update the existing custom " "preset.

                        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Wil je de wijzigingen in een nieuwe aangepaste voorinstelling " "bewaren?

                        Als je wil kan je een nieuwe aangepaste voorinstelling " "aanmaken of een bestaande aanpassen.

                        De wijzigingen aan de voorkeuren " "zullen steeds toegepast worden ongeacht of je een aangepaste voorinstelling " "bewaart of niet." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Bewaar nieuwe aangepaste voorinstelling" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Voorkeuren" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Taal" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatie" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniaturen" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Tijdzones" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Foutafhandeling" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Waarschuwingen" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Consolidatie" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Overige" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Apparaten aflopen" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Scan alleen externe apparaten" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Scan enkel in de externe apparaten van deze computer op foto's of video's,\n" "inclusief camera's, geheugenkaarten, externe harde schijven en USB-sticks." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Scan enkel specifieke mappen op apparaten" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Scan enkel in de mappen hieronder aangegeven op foto's of video's (exclusief " "paden\n" "opgegeven in de 'te negeren paden').\n" "\n" "Aanpassingen in deze instelling starten het herscannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Mappen die gescand moeten worden:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Mappen bovenaan het bestandssysteem die gescand zullen worden\n" "op foto's en video's." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Toevoegen…" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Voeg een map toe aan de lijst van te scannen mappen voor foto's en video's.\n" "\n" "Aanpassingen in deze instelling starten het herscannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Verwijder" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Verwijder een map van de lijst van te scannen mappen voor foto's en " "video's.\n" "\n" "Aanpassingen in deze instelling starten het herscannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Apparaten die ingesteld zijn om automatisch genegeerd of van gedownload te " "worden." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Onthouden apparaten" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Verwijder een apparaat van de lijst van apparaten die automatisch genegeerd " "of waarvan gedownload moet worden." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Wis de lijst van apparaten waarvan er automatisch gedownload wordt of die " "genegeerd worden.\n" "\n" "Noot: Aanpassingen worden van kracht als de computer de volgende keer op " "apparaten doorzocht wordt." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Genegeerde paden" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Het eindgedeelte van een pad waar nooit gescand moet worden op foto's of " "video's." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Voeg een pad toe aan de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Verwijder een pad van de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Wis de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Gebruik python-style reguliere uitdrukkingen" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Gebruik reguliere uitdrukkingen in de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Taal: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Vereist een programma herstart" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Programma Automatisering" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Koppel apparaten nog niet automatisch gekoppeld" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Koppel apparaten zoals geheugenkaarten of externe schijven\n" "als het besturingssysteem ze niet automatisch koppelt" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Start de download tijdens het opstarten van het programma" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Start de download zodra een apparaat wordt aangekoppeld" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Ontkoppel (uitwerpen) van het apparaat na afloop van de download" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Beëindig programma als de download afgelopen is" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Beëindig programma zelfs als de download fouten of waarschuwingen had" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Bezig met de miniaturen aan te maken" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Miniaturen aanmaken" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Maak de miniaturen aan om in het hoofdvenster te tonen" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Miniaturen cachen" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Bewaar de miniaturen getoond in het hoofdvenster in de miniaturencache eigen " "aan Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Systeemminiaturen aanmaken" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Bewaar gedurende het downloaden, miniaturen die kunnen gebruikt worden door " "bestandsbeheerders en andere programma's" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Aantal CPU cores gebruikt om miniaturen aan te maken." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU cores:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Miniatuurcache" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Bezig met berekenen..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dagen" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "voor altijd" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Cache-grootte:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Aantal miniaturen:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Databasegrootte:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Behoud niet-benaderde miniaturen in de cache voor:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Cache legen..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Cache optimaliseren..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Negeer tijdzones en zomertijd aanpassingen" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Offsetnauwkeurigheid in minuten:" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Het veelvoud gebruikt bij het berekenen van de offset van de oorspronkelijke " "tijd wanneer de foto of video genomen was" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Bij het detecteren of een bestand voorheen reeds gedownload is:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Leer meer over het werken met tijdzones" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Download overslaan" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Download het bestand niet en toon een foutbericht" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Uniek identificatienummer toevoegen" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Voeg een identificatie zoals _1 of _2 toe aan het einde van de bestandsnaam, " "direct voor de bestandsnaamextensie" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Overschrijven" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Overschrijf het vorige geback-upte bestand" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Overslaan" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Overschrijf het back-up bestand niet en toon een foutbericht" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Als een foto of video met dezelfde naam reeds gedownload werd, kies om ofwel " "de download van dat bestand over te slaan, of om er een uniek " "identificatienummer aan toe te voegen:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Het gebruik van volgnummers om automatisch unieke bestandsnamen aan te maken " "is aangeraden. Configureer de hernoeming in het Hernoemen paneel in het " "hoofdvenster." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Kies tijdens het back-uppen om een bestand met dezelfde naam op het back-up " "apparaat te overschrijven of over te slaan:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Programma Waarschuwingen" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Toon een waarschuwing bij:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Downloaden van bestanden die momenteel niet worden weergegeven" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Waarschuw als je bestanden gaat downloaden die niet getoond zijn in het " "hoofdvenster." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Back-upbestemming ontbreekt" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Waarschuw alvorens een download te starten als het niet mogelijk is de " "bestanden te back-uppen." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Programmabibliotheken ontbreken of zijn defect" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Waarschuw indien een software bibliotheek gebruikt door Rapid Photo " "Downloader ontbreekt of niet werkt." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Bestandssysteem-metagegevens kunnen niet ingesteld worden" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Waarschuw indien er een fout optreedt bij het instellen van een " "bestandsysteem-metagegeven, zoals de wijzigingstijd." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Niet-behandelde bestanden tegengekomen" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Waarschuw indien na het scannen van een apparaat of deze computer niet " "herkende bestanden zijn die niet zullen opgenomen worden bij de download." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Waarschuw niet bij niet-behandelde bestanden met extensies:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Bestandsextensies zijn niet hoofdlettergevoelig en moeten het voorafgaand " "punt symbool niet bevatten." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Toevoegen" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Voeg een bestandsextensie toe aan de lijst van niet-behandelde " "bestandstypes, waar er niet over gewaarschuwd moet worden." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Verwijder een bestandsextensie van de lijst van niet-behandelde " "bestandstypes, waar er niet over gewaarschuwd moet worden." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Maak de lijst van niet-behandelde bestandstypes, waar er niet over " "gewaarschuwd moet worden, leeg." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Foto en Video Consolidatie" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Consolideer bestanden over apparaten en downloads heen" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyseer de resultaten van de scans van apparaten, voor dubbele bestanden " "en bij elkaar passende RAW en JPEG paren,\n" "en vergelijk ze over meerdere apparaten en download sessies." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandel passende RAW en JPEG bestanden als:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Eén foto" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Twee foto's" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Toon overeenkomende paren RAW en JPEG foto's als één foto, en indien " "gemarkeerd, download beide." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Toon overeenkomende paren RAW en JPEG foto's als twee verschillende foto's. " "Je kan nog altijd hun volgnummers synchroniseren." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Met overeenkomende RAW en JPEG foto's:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Markeer JPEG niet voor download" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Markeer RAW niet voor download" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Markeer beide voor download" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Als overeenkomende RAW en JPEG foto's gevonden worden, markeer de JPEG niet " "automatisch voor\n" "download. Je kan het nog steeds manueel markeren." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Als overeenkomende RAW en JPEG foto's gevonden worden, markeer de RAW niet " "automatisch voor\n" "download. Je kan het nog steeds manueel markeren." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Als overeenkomende RAW en JPEG foto's gevonden worden, markeer beide " "automatisch voor download." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Als je bestandsconsolidatie uitzet, kies wat je wil doen als een " "downloadapparaat ingeplugd wordt terwijl voltooide downloads getoond worden:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Als een downloadapparaat ingeplugd wordt terwijl de voltooide downloads " "getoond worden:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Wis voltooide downloads" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Blijf voltooide downloads tonen" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Vraag wat te doen" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Wis de lijst van voltooide downloads automatisch als een nieuw " "downloadapparaat ingeplugd wordt." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Blijf de lijst van voltooide downloads tonen telkens als een nieuw " "downloadapparaat wordt ingeplugd." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Vraag of de voltooide downloads getoond moeten blijven, of indien ze gewist " "moeten worden, telkens een nieuw downloadapparaat ingeplugd wordt." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Negeer DNG datum/tijd metagegevens op MTP apparaten" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Negeer datum/tijd metagegevens in DNG bestanden op MTP apparaten maar " "gebruik de bestandswijzigingstijd.\n" "\n" "Nuttig voor apparaten zoals sommige telefoons en tablets die foute DNG " "metagegevens aanmaken." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Lees de fotometadata enkel met ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Gebruik ExifTool in plaats van Exiv2 om foto-metadata te lezen en miniaturen " "op te halen.\n" "\n" "Standaard wordt Exiv2 gebruikt, en er wordt teruggevallen op ExifTool als " "Exiv2 het\n" "bestandsformaat van het ingelezen bestand niet ondersteund.\n" "\n" "Exiv2 is snel, precies en bijna altijd betrouwbaar, maar crasht als het " "metadata \n" "ophaalt van een klein aantal bestanden, zoals DNG bestanden aangemaakt door " "Leica M8\n" "camera's." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Lees video metadata alleen met ExifTool" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                        1. ExifTool reports a time zone and MediaInfo " "does not.
                        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                        3. Gstreamer is unable to extract " "thumbnails.
                        " msgstr "" "

                        Gebruik ExifTool in plaats van MediaInfo en Gstreamer om video metadata " "te lezen en miniaturen te verkrijgen.

                        Standaard wordt MediaInfo en " "Gstreamer gebruikt, met drie uitzonderingen:

                        1. ExifTool constateert " "een tijdzone en MediaInfo niet.
                        2. ExifTool geeft betrouwbaardere data " "dan MediaInfo voor sommige bestandsformaten.
                        3. Gstreamer kan geen " "miniaturen verkrijgen.
                        " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Voltooide downloads" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Herstel de standaard %s voorkeuren" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Wil je de miniaturencache te legen? De cache zal geleegd worden als het " "programma opnieuw wordt opgestart." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Leeg miniaturencache" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Wil je de miniaturencache te optimaliseren? De cache zal geoptimaliseerd " "worden als het programma opnieuw wordt opgestart." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimaliseer miniaturencache" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Geef de te scannen map op" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Geef de te scannen map op voor foto's en video's" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Map:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Geef het te negeren pad op" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Geef een pad op dat nooit op foto's of video's gescand zal worden" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Pad:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Geef een bestandsextensie op" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Geef een bestandsextensie op (zonder de voorloop punt)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Extensie:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Ongeldige bestandsextensie" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "De bestandsextensie %s wordt herkend door Rapid Photo Downloader, dus " "heeft het geen zin om te waarschuwen over de aanwezigheid ervan." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Herkende bestandstypes:\n" "\n" "Foto's:\n" "%(photos)s\n" "\n" "Video's:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Andere:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Trouwen" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Verjaardag" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Submapvoorkeuren mogen niet starten met een %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Submapvoorkeuren mogen niet eindigen op een %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Submapvoorkeuren mogen geen twee opeenvolgende %s bevatten" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Download 8 foto's en 10 video's" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fout: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fout: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fout: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kan de camera niet initialiseren, wellicht omdat een ander programma het " "gebruikt. Er werden geen bestanden gekopieerd." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Kan de map %s niet lezen" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Kan de wijzigingstijd of grootte van %s niet benaderen" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Lezen van bestand %s mislukt" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan bestand %s niet schrijven" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan bestand %s niet verplaatsen" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan bestand %s niet verwijderen" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan bestand %s niet kopiëren" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Nul lengte bestand %s zal niet gedownload worden" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Kon de systeem wijzigingstijd voor bestand %s niet bepalen" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan de metagegevens voor %s niet laden" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Kan de metagegevens van %(name)s niet laden. De %(filetype)s werd niet " "gedownload." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Er gebeurde een fout tijdens het zetten van de metagegevens van een bestand " "op het bestandssysteem %s. Als deze fout zich opnieuw voordoet op hetzelfde " "bestandssysteem zal deze niet opnieuw gerapporteerd worden." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" "Niet-behandeld bestand %s tegengekomen. Het zal niet gedownload worden." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s bestaan reeds." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Bestaande %(filetype)s %(destination)s werd het laatst bijgewerkt op " "%(date)s om %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s werd niet gedownload van %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s werd gedownload van %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "De unieke identificatie '%s' werd toegevoegd aan de bestandsnaam." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "De bestaande back-up %(filetype)s %(destination)s werd het laatst bijgewerkt " "op %(date)s om %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s werd niet geback-upt vanaf %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "De vorige back-up %(filetype)s %(destination)s werd het laatst bijgewerkt op " "%(date)s om %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s van %(device)s werd geback-upt en overschreef de " "vorige back-up %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Bij het synchroniseren van de RAW + JPEG volgnummers, werd een dubbele " "%(filetype)s %(file)s gevonden en deze werd dus niet gedownload." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Bij het synchroniseren van de volgnummers van RAW + JPEG werden foto's " "gevonden met dezelfde bestandsnamen, maar genomen op een verschillende tijd:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s werd genomen op %(image1_date)s om %(image1_time)s, en %(image2)s " "op %(image2_date)s om %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Kan de bestandsnaam voor %s niet afwerken" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "De bestandsnaam %(destination)s werd niet volledig aangemaakt voor " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "De %(type)s metagegeven ontbreekt." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "De volgende metagegevens ontbreken: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Omzetten datum/tijd mislukt: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Kon de geldige datum/tijd niet uit de metagegevens halen om de " "wijzigingstijd te bepalen." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Bestandsnaam heeft geen extensie." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Bestandsnaam bevat geen getallenreeks." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Fout bij het aanmaken van component %(component)s. Fout: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "De download-submappen %(folder)s werd maar gedeeltelijk aangemaakt voor " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Er zijn geen gegevens waarmee de %(subfolder_file)s voor %(filename)s kan " "aangemaakt worden. De %(filetype)s werd niet gedownload." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Kan %(filetype)s %(destination)s in %(folder)s niet aanmaken. Het download " "bestand was %(source)s in %(device)s. Het werd niet gedownload." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Kan de download-submap %s niet aanmaken." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Kan de back-up submap %s niet aanmaken." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleem tijdens het scannen van %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemen tijdens het kopiëren vanaf %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problemen bij het afwerken van bestandsnamen en het aanmaken van submappen" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Probleem bij het back-uppen naar %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "De tijd verlopen tussen opeenvolgende foto's en video's gebruikt om de " "Tijdslijn op te maken" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1,5 u" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)du" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "De Tijdslijn groepeert foto's en video's gebaseerd op tijd verlopen tussen " "opeenvolgende opnames. Gebruik het om foto's en video's te identificeren " "genomen op verschillende tijdstippen in een dag of over meerdere dagen." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Gebruik de glijder (hieronder) om de tijd verlopen tussen opeenvolgende " "opnames bij te stellen, welke dan gebruikt zal worden om de Tijdslijn op te " "bouwen." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Tijdslijnopbouw hangende..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Tijdslijn wordt opgebouwd..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                        The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "De Tijdslijn moet opnieuw aangemaakt worden omdat de wijzigingstijd van het " "bestand niet klopt met de tijd van de opname en dit voor één of meerdere " "opnames.

                        De Tijdslijn toont wanneer de opnames gemaakt werden. De " "tijd van de opname wordt gevonden in de metagegevens van de foto of video. " "Metagegevens lezen vraagt veel tijd, dus voorkomt Rapid Photo Downloader " "dat te doen tijdens het scannen van bestanden. Het gebruikt de tijd dat het " "bestand laatst veranderd werd als volmacht. De tijd dat een opname gemaakt " "werd wordt bevestigd bij het aanmaken van de miniaturen of bij het " "downloaden, wanneer de metagegevens gelezen worden." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Aan/uitzetten synchroniseren van de tijdslijn en miniatuur scrollen (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                        Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool heeft een probleem

                        Rapid Photo Downloader gebruikt " "ExifTool om de metagegevens van video's en foto's te benaderen. Zonder zal " "het programma ook draaien, maar ExifTool installeren wordt ten " "stelligste aangeraden." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Probleem met ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                        Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "De bibliotheek libmediainfo lijkt te ontbreken

                        Rapid Photo " "Downloader gebruikt libmediainfo om de datum en tijd te verkrijgen van een " "video. Het programma kan erzonder draaien, maar installatie ervan is " "aanbevolen." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Probleem met libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                        To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                        Missing applications: " "%(applications)s

                        Learn " "more about which software to install." msgstr "" "Kan niet downloaden van een Apple apparaat

                        Om te downloaden " "van %(device)s moet extra software geïnstalleerd worden om met Apple " "apparaten te kunnen werken.

                        Ontbrekende applicatie: " "%(applications)s

                        Leer " "meer over welke software te installeren." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                        Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                        \n" "

                        Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                        " msgstr "" "\n" "

                        Rapid Photo Downloader is gemaakt voor jou. Je kan helpen bij het " "verbeteren ervan \n" "door deel te nemen aan deze online enquête.

                        \n" "

                        Omdat dit programma geen analytische gegevens verzamelt, kan deze \n" " online enquête een echt verschil maken in de toekomst van dit programma.

                        " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "De enquête is in het Engels." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Wil je de enquête invullen?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Later opnieuw vragen" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Ja" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Ik heb de enquête reeds ingevuld" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Ik wil geen enquêtes te doen in de toekomst" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "Ve&rvers..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Voorkeuren" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Afsluiten" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Windows &drivers" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Fout&rapportage" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Voltooide Downloads Wissen" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Online hulp verkrijgen..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Tip van de dag..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Een probleem melden…" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Doe een gift..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Vertaal deze toepassing..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Over..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Tijdbalk" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Doel" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Hernoemen" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Back-up" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Apparaten gekoppeld aan deze computer als downloadbronnen gebruiken aan- of " "uitzetten" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Een map als downloadbron gebruiken op deze computer aan- of uitzetten" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Deze computer" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Selecteer de bronmap" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Alles" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Nieuw" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Weergeven:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Wijzigingstijd" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Aanvinktoestand" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Bestandstype" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Apparaat" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sorteer:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Alles selecteren:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Download %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Download hervatten" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pauze" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Bedankt voor het melden van een probleem in Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                        Do you really want to " "change the source path to %(new_path)s?

                        You are currently downloading " "from %(source_path)s.

                        If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Veranderen bronmap op Deze Computer

                        Wil je de bronmap te " "veranderen naar %(new_path)s?

                        Je bent momenteel bezig met downloaden " "vanaf %(source_path)s.

                        Als je verder gaat met het veranderen van de " "bronmap, zal de huidige download van Deze Computer geannuleerd worden." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "Onjuiste %(filetype)s-downloadmap" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" "De downloadmap is niet schrijfbaar. Zorg voor de juiste rechten. Als het " "doel op het netwerk is, zorg dan dat de netwerkschrijf goed is ingesteld." #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "De downloadmap bestaat niet." #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Je kan de bestemming niet wijzigen tijdens een download." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                        Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bevestig Downloadbestemming

                        Ben je zeker dat je de bestemming " "van %(file_type)s downloads op%(path)s wil zetten?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                        \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                        \n" "Do you want to proceed with the download?" msgstr "" "\n" "Alle bestanden downloaden

                        \n" "Een download bevat altijd alle bestanden die gemarkeerd zijn voor download,\n" "inclusief deze die momenteel niet getoond worden omdat de Tijdslijn\n" "gebruik wordt of omdat enkel de nieuwe bestanden getoond worden.

                        \n" "Wil je verder gaan met de download?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Deze downloadmappen zijn ongeldig:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Deze downloadmap is ongeldig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Download Mislukt" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "De download kan niet doorgaan." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Foto's en video's zullen niet gedownload worden omdat ze nergens naartoe " "geback-upt kun worden. Download toch starten?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Er is geen back-up apparaat aanwezig om %(filetype)s te back-uppen. Download " "toch starten?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "foto's" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "video's" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" "De foto en video back-upbestemmingen bestaan niet of er kan niet naar toe " "geschreven worden.

                        Download toch starten?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" "De %(filetype)s backupbestemming bestaat niet of er kan niet naar toe " "geschreven worden.

                        Download toch starten?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Back-up probleem" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s over (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s gedownload" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kon niet gedownload worden" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "waarschuwingen" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Alle downloads zijn voltooid" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s gedownload" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s werd niet gedownload" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 Mislukking" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d mislukkingen" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 waarschuwing" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d waarschuwingen" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(no_files_and_types)s gedownload van %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "%(no_files_and_types)s gedownload van %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Geen bestanden gedownload — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Geen bestanden gedownload" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Programma voorkeuren zijn ongeldig" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                        It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                        On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" "Alle bestanden op de %(camera)s zijn niet bereikbaar.

                        Het kan " "geblokkeerd zijn of niet ingesteld zijn voor bestandentransfer via USB. Je " "kan het deblokkeren en opnieuw proberen.

                        Bij bepaalde modellen moet " "je de instellingen bijwerken om via USB te werken voor Bestanden over te " "zetten.

                        Lees meer over d" "ownloaden van camera's en do" "wnloaden van telefoons.

                        Je kan ook altijd de %(camera)s negeren." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                        Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                        If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                        If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" "De %(camera)s blijkt in gebruik door een ander " "programma.

                        Rapid Photo Downloader kan geen telefoon of camera " "benaderen die gebruikt wordt door een ander programma zoals een " "bestandsbeheerder.

                        Als het apparaat gekoppeld is in je " "bestandsbeheerder, moet je eerst "ontkoppelen" van het ander " "programma en tezelfdertijd de %(camera)s ingeplugd houden.

                        Als dat " "niet werkt, verwijder de %(camera)s van de computer en plug die terug " "in.

                        Leer meer over d" "ownloaden van een camera en do" "wnloaden van een telefoon .

                        Je kan ook altijd de %(camera)s " "negeren." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Activeer toegang tot iOS apparaat" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "Opnieu&w proberen" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "D&it Apparaat Negeren" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Sorry, een onverwacht probleem deed zich voor tijdens het scannen van " "apparaat %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Je kan jammer genoeg niet downloaden van dit apparaat." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Een mogelijke omweg voor het probleem is eventueel het downloaden van de " "geheugenkaart via een kaartlezer." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Apparaat scan faalde" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "De %(camera)s kan niet gescand worden omdat ze niet ontkoppeld kan " "worden.

                        Je kan ieder ander programma dat het apparaat gebruikt " "(bv: de bestandsbeheerder) stoppen en opnieuw proberen. Als dat niet lukt, " "ontkoppel de %(camera)s van de computer en koppel ze opnieuw aan." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "De download kan niet starten omdat de %(camera)s niet ontkoppeld kan " "worden.

                        Je kan ieder ander programma dat het apparaat gebruikt " "(bv: de bestandsbeheerder) stoppen en opnieuw proberen. Als dat niet lukt, " "ontkoppel de %(camera)s van de computer en koppel ze opnieuw aan en zoek " "welke bestanden je wil downloaden." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Voltooide Downloads tot op nu" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s waarvan de download voltooid zijn, worden getoond." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Wil je de lijst van voltooide downloads wissen?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Lijst van voltooide downloads" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "De download %s die voltooid is wordt getoond." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Wil je de voltooide downloads wissen?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Wil je foto's en video's downloaden van apparaat %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Wil je %s negeren telkens als het programma draait?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "All camera's, telefoons en tablets met dezelfde model naam zullen genegeerd " "worden." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Wil je het apparaat %s negeren telkens als het programma draait?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Ieder apparaat met dezelfde naam zal genegeerd worden." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Downloaden van %(location)s naar Deze Computer." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                        On some systems, scanning " "this location can take a very long time." msgstr "" "Wil je echt vanaf hier downloaden?

                        Op bepaalde systemen kan het " "scannen van deze locatie heel lang duren." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — download gepauzeerd" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Miniaturen genereren voor %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "%s wordt doorzocht" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s van de %(available files)s gemarkeerd voor download (%(hidden)s " "verborgen)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s van de %(available files)s gemarkeerd voor download" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" "Toon versienummers van het programma en bijbehorende bibliotheken en verlaat " "programma." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Toon programmainformatie indien opgestart vanaf de opdrachtregel." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "Toon debuginformatie indien opgestart van de opdrachtregel." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Toon de foto en video extensies die het programma herkent en verlaat het " "programma." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Hernoemen van foto's aan- of uitzetten." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Hernoemen van video's aan- of uitzetten." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "Automatische detectie van download apparaten aan- of uitzetten." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Downloaden vanaf deze computer aan- of uitzetten." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "PAD" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Het download PAD op deze computer." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Het PAD waar de foto's naartoe zullen gekopieerd worden." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Het PAD waar de video's naartoe gedownload zullen worden." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Back-up van foto's en video's tijdens het downloaden aan- of uitzetten." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "Automatische detectie van Back-up apparaten aan- of uitzetten." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "MAP" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "De MAP waarin de back-ups opgeslagen zijn op het automatisch gedetecteerd " "foto back-up apparaat, waarvan de mapnaam gebruikt wordt om na te gaan of " "het apparaat gebruikt wordt voor back-ups. Voor ieder apparaat dat je als " "fotoback-up wil gebruiken, moet je een map aanmaken met deze naam." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "De MAP waarin de back-ups opgeslagen zijn op het automatisch gedetecteerd " "video back-up apparaat, waarvan de mapnaam gebruikt wordt om na te gaan of " "het apparaat gebruikt wordt voor back-ups. Voor ieder apparaat dat je als " "videoback-up wil gebruiken, moet je een map aanmaken met deze naam." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Het PAD waar de foto's naar toe geback-upt zullen worden als de automatische " "detectie van back-up apparaten uit staat." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Het PAD waar de video's naar toe geback-upt zullen worden als de " "automatische detectie van back-up apparaten uit staat." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Negeer foto's met de volgende extensie: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "Downloaden starten zodra het programma opstart aan- of uitzetten." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Downloaden starten zodra een apparaat is gekoppeld aan- of uitzetten." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "De Rapid Photo Downloader miniaturencache aan- of uitzetten. Het uitzetten " "ervan verwijdert de bestaande cache inhoud niet." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Verwijder alle miniaturen in de Rapid Photo Downloader miniaturencache en " "verlaat het programma." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" "Vergeet welke bestanden er voordien gedownload werden en verlaat het " "programma." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importeer de voorkeuren van een vorig programma en verlaat het programma. " "Vereist het opdrachtregel programma gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Zet alle programma instellingen terug op hun standaard waardes, verwijder " "all miniaturen in de miniaturencache, vergeet welke bestanden er al " "gedownload werden en verlaat het programma." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Voeg gphoto2 debug informatie toe in de logbestanden." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Toon informatie van de gekoppelde camera's in de terminal en verlaat het " "programma." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" "Gebruik het systeem gebonden Qt-thema in plaats van het ingebouwde thema" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Draai dit programma in Wayland of standaard X11" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Om de voorkeuren van een oudere versie van Rapid Photo Downloader te " "importeren moet het programma gconftool-2 geïnstalleerd zijn." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" "Geen vorige programma instellingen gevonden. Programma wordt verlaten." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importeren van de voorkeuren van Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Wil je het opgeslagen volgnummer dat nu op %d staat meekopiëren?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Programma wordt gestopt." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Dit programma nooit als sudo / root gebruiker draaien." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "ExifTool moet geïnstalleerd zijn om Rapid Photo Downloader te draaien." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader is op meerdere plaatsen geïnstalleerd.\n" "\n" "Deïnstalleer alle versies behalve deze die je wil draaien." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Als je een pad op de opdrachtregel meegeeft, mag je geen optie\n" "voor apparaat auto herkenning of een pad op \"Mijn computer\" meegeven." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alle instellingen en caches zijn op beginwaardes teruggezet." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Miniaturencache is op beginwaarde teruggezet." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Onthouden bestanden zijn nu vergeten." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "Onthoud deze keuze" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Stel me deze vraag niet opnieuw" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Waarschuw me daarover niet meer" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Waarschuw me niet meer over ontbrekende of gebroken programmabibliotheken" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "submap en bestandsnaam" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "bestandsnaam" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "submap" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Een teller voor het aantal downloads per dag" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Downloads vandaag:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" "Een teller die bijgewerkt wordt iedere keer het programma gestart wordt " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Opgeslagen nummer:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "De tijd wanneer de Downloads Vandaag volgnummer gereset moet worden" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Start van de dag:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synchroniseer RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchroniseer de volgnummers voor overeenkomende RAW en JPEG paren.\n" "\n" "Neem de online documentatie door voor meer details." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Volgnummers" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Verwijder niet-compatibele tekens" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Indien bij foto, video en mapnamen tekens verwijderd moeten worden die niet " "herkend worden bij andere besturingssystemen" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Compatibiliteit" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Foto hernoemen" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Video hernoemen" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Hernoem opties" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto's en video's" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto's of video's" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "een video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "een foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s op %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "File system root" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Afbeeldingen" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Sorry, fout wachtwoord." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Om administratieve zaken te draaien, geef het wachtwoord voor %s in." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Wachtwoord:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Genomen op %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Bijgewerkt op %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Geheugenkaarten: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Geheugenkaart: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Gedownload als:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                        Previous download:
                        %(filename)s
                        %(path)s
                        %(date)s" msgstr "

                        Vorige download:
                        %(filename)s
                        %(path)s
                        %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                        Manually set as previously downloaded on %(date)s" msgstr "

                        Manueel ingesteld zoals reeds gedownload op %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopieer Pad" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Markeer bestand als gedownload" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Markeer bestanden als gedownload" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s en %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s en %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "een" #: ../raphodo/utilities.py:575 msgid "two" msgstr "twee" #: ../raphodo/utilities.py:576 msgid "three" msgstr "drie" #: ../raphodo/utilities.py:577 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:578 msgid "five" msgstr "vijf" #: ../raphodo/utilities.py:579 msgid "six" msgstr "zes" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "zeven" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "negen" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "tien" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "twaalf" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "dertien" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "veertien" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "vijftien" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "zestien" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "zeventien" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "achttien" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "negentien" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "twintig" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Afsluiten" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Annuleer" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "Op&slaan" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Help" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Herstel Standaardinstellingen" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nee" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Aanmaken map %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Koppelen van schijf %(drive)s: aan %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Ontkoppelen van schijf %(drive)s: aan %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Koppel schijven %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Koppel schijf %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Ontkoppel schijven %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Ontkoppel schijf %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Sorry, fout gedetecteerd tijdens het koppelen van schijven %s" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Sorry, fout gedetecteerd tijdens het ontkoppelen van schijven %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Sorry, fout gedetecteerd tijdens het koppelen van schijf %s" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Sorry, fout gedetecteerd tijdens het ontkoppelen van schijf %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Windows schijven" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Activeren automatisch koppelen van schijven" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Automatisch koppelen van alle Windows schijven" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Enkel de Windows schijven die hieronder geconfigureerd zijn automatisch " "koppelen" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Gebruiker gekoppeld" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Systeem gekoppeld" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Schijf" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Koppelpunt" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Automatisch koppelen" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Automatisch ontkoppelen bij einde programma" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Wachtende bewerkingen:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Alle wachtende bewerkingen uitvoeren" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Wil je schijf %s koppelen?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Wil je schijven %s koppelen?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Verwisselbare schijf" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Lokale schijf" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Download, hernoem en back-up foto's en video's van camera's en andere " "apparaten" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importeert zeer snel foto's en video's van camera's, " "smartphones, geheugenkaartjes en andere apparaten. Het kan zo ingesteld " "worden dat het foto's en video's hernoemt naar betekenisvolle namen die je " "aangeeft. Het kan ook je foto's en video's back-uppen terwijl je ze " "downloadt. Het downloadt van en maakt back-ups naar meerdere apparaten " "simultaan." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Uniek voor Rapid Photo Downloader is zijn Tijdslijn, die foto's en video's " "groepeert gebaseerd op de verlopen tijd tussen opeenvolgende opnames. " "Gebruik het om foto's en video's te identificeren op verschillende periodes " "in één dag of over opeenvolgende dagen." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Geschreven door een fotograaf voor professionele als amateur fotografen, is " "Rapid Photo Downloader gemakkelijk in te stellen en te gebruiken. Programma " "voorkeuren worden ingesteld zonder nood aan complexe codes. Algemene taken, " "zoals het ontkoppelen van een geheugenkaart als de download voltooid is, " "kunnen geautomatiseerd worden." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hoofdvenster" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Hernoemen" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;download;fotografie;import;video;RAW;camera;telefoon;ingest;back-" "up;geheugen;kaart;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Download Foto's en Video's met Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlijn" #~ msgid "Paris" #~ msgstr "Parijs" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praag" #~ msgid "Manila" #~ msgstr "Manilla" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rome" #~ msgid "Moscow" #~ msgstr "Moskou" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Boedapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warschau" #, python-format #~ msgid "Example: %s" #~ msgstr "Voorbeeld: %s" #~ msgid "Download cannot proceed" #~ msgstr "Download kan niet plaatsgrijpen" #~ msgid "externaldrive1" #~ msgstr "extern apparaat 1" #~ msgid "externaldrive2" #~ msgstr "extern apparaat 2" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Bron: %(source)s\n" #~ "Doel: %(destination)s" #~ msgid "Size" #~ msgstr "Grootte" #~ msgid "Device Detected" #~ msgstr "Apparaat gedetecteerd" #~ msgid "_Remember this choice" #~ msgstr "_Herinner deze keuze" #~ msgid "Enter a Job Code" #~ msgstr "Geef een Job Code op" #~ msgid "Job Code:" #~ msgstr "Job Code:" #~ msgid " " #~ msgstr " " #~ msgid "and" #~ msgstr "en" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Ongeveer 1 seconde te gaan" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Ongeveer %i seconden te gaan" #~ msgid "About 1 minute remaining" #~ msgstr "Ongeveer 1 minuut te gaan" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Ongeveer %(minutes)i:%(seconds)02i minuten te gaan" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vertoon programma informatie op de commando lijn wanneer het programma " #~ "draait (standaard: %default)" #~ msgid "only output errors to the command line" #~ msgstr "alleen fouten naar de commandolijn sturen" #, python-format #~ msgid "and %s" #~ msgstr "en %s" #~ msgid "Name + extension" #~ msgstr "Naam + extentie" #~ msgid ":" #~ msgstr ":" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "Program Automation" #~ msgstr "Programma Automatisatie" #~ msgid "Example" #~ msgstr "Voorbeeld" #~ msgid "Job Codes" #~ msgstr "Job Codes" #~ msgid "Original:" #~ msgstr "Origineel:" #~ msgid "Example:" #~ msgstr "Voorbeeld:" #~ msgid "New:" #~ msgstr "Nieuw:" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Sequence Numbers" #~ msgstr "Volgnummers" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "Job Codes" #~ msgstr "Job Codes" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatisch detecteren van Draagbare Opslagmedia" #~ msgid "Download / Pause" #~ msgstr "Download / Pauze" #~ msgid "Error Log" #~ msgstr "Foutenlog" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Voorkeuren: Rapid Photo Downloader" #~ msgid "R_emove All" #~ msgstr "V_erwijder alles" #~ msgid "_Get Help Online..." #~ msgstr "_Online Help..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Verwijder Afgewerkte Downloads" #~ msgid "_Error Log" #~ msgstr "_Fouten log" #~ msgid "_Add..." #~ msgstr "_Toevoegen…" #~ msgid "_Report a Problem..." #~ msgstr "_Rapporteer een probleem..." #~ msgid "_Make a Donation..." #~ msgstr "_Doe een gift..." #~ msgid "_Help" #~ msgstr "_Help" #~ msgid "_View" #~ msgstr "_Weergave" #~ msgid "_Translate this Application..." #~ msgstr "_Vertaal deze Toepassing" #~ msgid "Rename Options" #~ msgstr "Hernoemingsopties" #~ msgid "Rename Options" #~ msgstr "Hernoemingsopties" #~ msgid "scanning..." #~ msgstr "Aan het scannen..." #~ msgid "Download Progress" #~ msgstr "Downloadvoortgang" #~ msgid "Using backup device" #~ msgstr "Backup apparaat aan het gebruiken" #~ msgid "Using backup devices" #~ msgstr "Backup apparaten aan het gebruiken" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibiliteit met andere besturingssystemen" #~ msgid "Download Subfolders" #~ msgstr "Download Submappen" #~ msgid "Error Handling" #~ msgstr "Foutverwerking" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Kies de downloadmap. Submappen voor de gedownloadde foto's zullen " #~ "automatisch aangemaakt worden in deze map volgens de structuur hieronder." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchroniseer RAW + JPEG volgnummers" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Bron: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Verwijder alle Job Codes?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Doelmap kon niet aangemaakt worden: %(directory)s\n" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Moeten alle Job Codes verwijderd worden?" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Opgepast: Er is onvoldoende metadata om een volledige naam aan te " #~ "maken. Gelieve andere hernoemings opties te gebruiken." #~ msgid "Error in Video Rename preferences" #~ msgstr "Fout in de voorkeuren Video Hernoemen" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fout in de voorkeuren van Foto Hernoemen" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s van %(total)s %(filetypes)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Backuppen naar %(path)s" #~ msgid "Photos:" #~ msgstr "Foto's:" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "vertoon de foto en video bestandsextenties welke het programma herkent en " #~ "verlaat het programma" #~ msgid "Videos:" #~ msgstr "Video's:" #~ msgid "Photo Rename\t" #~ msgstr "Foto Hernoemen\t" #~ msgid "Photo Rename" #~ msgstr "Foto Hernoemen" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Foto- en Videonaam conflict" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Voorbeeld: /home/user/Afbeeldingen" #~ msgid "Video Rename\t" #~ msgstr "Video Hernoemen\t" #~ msgid "Automatically detect devices" #~ msgstr "Automatisch apparaten ontdekken" #~ msgid "Devices" #~ msgstr "Apparaten" #~ msgid "Location:" #~ msgstr "Locatie:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importeer je foto's en video's efficiënt en betrouwbaar" #~ msgid "Photo backup folder name:" #~ msgstr "Foto backup foldernaam:" #~ msgid "Photo Rename" #~ msgstr "Foto Hernoemen" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Kies om het bestand op het backupapparaat met dezelfde naam te " #~ "overschrijven, of over te slaan, gedurende de backup." #~ msgid "Video Rename" #~ msgstr "Video Hernoemen" #~ msgid "Video backup folder name:" #~ msgstr "Video backup foldernaam:" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Selecteer een map die %(file_types)s bevat" #~ msgid "Select a folder to download photos to" #~ msgstr "Duid een map aan om de foto's naar toe te downloaden" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "%(number)s van de %(total)s %(filetypes)s (%(remaining)s blijven over)" #~ msgid "Photo has already been downloaded" #~ msgstr "Foto werd al eens gedownload" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Foto's gevonden met dezelfde bestandsnaam, maar op een verschillend tijdstip " #~ "genomen" #~ msgid "Select All Without _Job Code" #~ msgstr "Selecteer Alle Zonder _Job Code" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Selecteer Alle _met Job Code" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Wanneer er een foto of een video met dezelfde naam al gedownload was, kies " #~ "om het downloaden van dit bestand over te slaan of om er een uniek " #~ "identificatieteken aan toe te voegen." #~ msgid "_File" #~ msgstr "_Bestand" #~ msgid "_Select" #~ msgstr "_Selecteer" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fout: %(inst)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Duid aan of foto-, video- en mapnamen tekens die niet toegelaten zijn bij " #~ "andere besturingssystemen dienen verwijderd te worden." #~ msgid "Free space:" #~ msgstr "Vrije ruimte:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s vrij" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Fout bij het aanmaken van component %s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Er is een fout gebeurd tijdens het kopiëren van de %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kon niet aangemaakt worden" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "De bestaande %(filetype)s werd laatst aangepast op %(date)s om %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "De bestaande %(filetype)s werd laatst aangepast op %(date)s om %(time)s. " #~ "Uniek identificatienummer '%(identifier)s' toegevoegd." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Er zijn geen gegevens om de %(filetype)s een naam te geven." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fout: %(errorno)s %(strerror)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "De bestandsnaam, extentie en Exif informatie geven aan dat het reeds " #~ "gedownload werd." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Het werd gebackupped naar %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Het werd gebackupped naar deze apparaten: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s en %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s en %(volume)s (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s en %(final_volume)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Daarenboven was er een %(problem)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Daarenboven waren er %(problems)s." #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemen bij het aanmaken van %s" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s bestaat reeds, maar het was gebackupped" #~ msgid "there were errors backing up" #~ msgstr "er waren fouten tijdens het backuppen" #~ msgid "Multiple problems were encountered" #~ msgstr "Meerdere problemen tegengekomen" #~ msgid "There were errors backing up" #~ msgstr "Er waren fouten tijdens het backuppen" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemen bij het aanmaken van de submappen en bestandsnamen" #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s en %(final_missing_metadata_element)s." #~ msgid "there was an error backing up" #~ msgstr "er was een fout tijdens het backuppen" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, en %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Er was een fout tijdens het backuppen" #~ msgid "Next File" #~ msgstr "Volgend Bestand" #~ msgid "_Include in download" #~ msgstr "_In download meenemen" #~ msgid "_Download" #~ msgstr "_Downloaden" #~ msgid "_Check All" #~ msgstr "Alles _aanvinken" #~ msgid "Previous File" #~ msgstr "Vorig Bestand" #~ msgid "_Uncheck All" #~ msgstr "Alles _uitvinken" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s bestaat reeds" #~ msgid "Miscellaneous" #~ msgstr "Diversen" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s werd niet ontkoppeld" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Bestand: %(file)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Map: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s downloadmap is ongeldig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s downloadmap bestaat niet" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s downloadmap is niet beschrijfbaar" #, python-format #~ msgid "Path: %s" #~ msgstr "Pad: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Kon downloadmap niet aanmaken" #~ msgid "Performance" #~ msgstr "Prestatie" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Aanmaken miniatuur (trager)" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fout in de voorkeuren van Foto Download Submappen" #~ msgid "Photo Download Folders" #~ msgstr "Foto Download Mappen" #~ msgid "Device Options" #~ msgstr "`Apparaat Opties" #~ msgid "Re_move All" #~ msgstr "_Alles verwijderen" #~ msgid "Device Options" #~ msgstr "Apparaat Opties" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Als je de automatische herkenning uitzet, moet je een exacte locatie ingeven " #~ "van de foto's en video's." #~ msgid "Remove all Remembered Paths?" #~ msgstr "Verwijder alle onthouden paden?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Moeten alle onthouden paden verwijderd worden?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Verwijder alle genegeerde paden?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Moeten alle genegeerde paden verwijderd worden?" #~ msgid "Use _python-style regular expressions" #~ msgstr "Gebruik '_python-style regular expressions'" #~ msgid "Invalid regular expression" #~ msgstr "Ongeldige reguliere expressie" #~ msgid "Remembered Paths" #~ msgstr "Onthouden paden" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "De volgende reguliere expressies zijn ongeldig en zullen verwijderd worden " #~ "tenzij ze verbeterd worden:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Deze volgende reguliere expressie is ongeldig en zal verwijderd worden " #~ "tenzij ze verbeterd wordt:\n" #~ " %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Selecteer een map waar foto's naar toe gebackuped moeten worden" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Onthouden paden zijn deze verbonden met apparaten die je gekozen hebt om " #~ "steeds gescand of genegeerd te worden, wanneer de automatische herkenning " #~ "van Draagbare Opslag Apparaten aangezet is." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Foto's naar %(path)s en video's naar %(path2)s aan het backuppen" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Foto's en video's aan het backuppen naar %(path)s" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Aan het downloaden van %(location)s." #~ msgid "Automatically rotate JPEG images" #~ msgstr "Automatisch JPEG beelden roteren" #~ msgid "the root of the file system" #~ msgstr "de 'root' van het bestandssysteem" #~ msgid "Copy" #~ msgstr "Kopiëren" #~ msgid "Move" #~ msgstr "Verplaatsen" #~ msgid "From" #~ msgstr "Van" #~ msgid "Auto Detect" #~ msgstr "Automatisch detecteren" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Wenst u werkelijk vanaf hier te downloaden? Het doorlopen van deze plaats " #~ "kan op bepaalde systemen heel lang duren." #~ msgid "To" #~ msgstr "Naar" #~ msgid "display debugging information when run from the command line" #~ msgstr "vertoon debug informatie wanneer uitgevoerd vanaf de commando prompt" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "herstel alle programma instellingen en verlaat het programma" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle instellingen en voorkeuren werden hersteld" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Moet dit apparaat of deze partitie gebruikt worden om foto's of video's van " #~ "te downloaden?" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fout in de voorkeuren Video Download Submappen" #~ msgid "Select a folder to download videos to" #~ msgstr "Selecteer een map om de video's naar toe te downloaden" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Selecteer een map waar video's naar toe gebackuped moeten worden" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Opgepast: Er is onvoldoende metadata om volledige submappen aan te " #~ "maken. Kies andere submappen benoemings opties." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "De voorkeuren voor de %(filetype)s submap zijn ongeldig en kunnen niet " #~ "gebruikt worden.\n" #~ "Ze zullen naar de standaard waardes worden teruggezet." #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Datum tijd waarde %s blijkt ongeldig te zijn." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Foto's ontdekt met dezelfde bestandsnamen maar genomen op verschillende " #~ "tijden: %(details)s" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Bovenop, %(newproblem)s" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Probleem bij het aanmaken van %s" #~ msgid "Download folder:" #~ msgstr "Downloadmap:" #~ msgid "Download Folder" #~ msgstr "DownloadMap" #~ msgid "Photo Folders" #~ msgstr "Fotomappen" #~ msgid "Video Download Folders" #~ msgstr "Video Downloadmappen" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Sorry, de video download functionaliteit is uitgezet. Om video's te " #~ "downloaden moet je ofwel de hachoir metadata en de kaa " #~ "metadata paketten voor python, ofwel exiftool installeren." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Kies de downloadmap. Submappen voor de gedownloadde video's zullen " #~ "automatisch aangemaakt worden in deze map conform de onderstaande structuur." #~ msgid "Video Folders" #~ msgstr "Videomappen" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specifieer de tijd in 24-uurs formaat waar het Downloads vandaag " #~ "volgnummer aan gelijk gezet moet worden." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Met apparaten wordt bedoeld waar je de foto's en video's van downloadt, " #~ "zoals camera's, geheugenkaarten of Draagbare Opslagmedia.\n" #~ "\n" #~ "Er kan vanaf meerdere apparaten simultaan gedownload worden, of je kunt een " #~ "plaats op je harde schijf aanduiden.\n" #~ "\n" #~ "Rechtstreeks downloaden vanaf de camera is momenteel een experimentele " #~ "optie. Indien rechtstreeks downloaden vanaf de camera niet of onvoldoende " #~ "werkt, probeer via de PTP mode. Als dat niet mogelijk is, moet een " #~ "kaartlezer gebruikt worden." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Als je de automatische herkenning van draagbare opslagmedia aanzet, zal het " #~ "volledig apparaat ingelezen worden. Bij grote apparaten kan dat een tijd " #~ "duren.\n" #~ "\n" #~ "Als deze optie aanstaat en een potentieel apparaat gedetecteerd wordt, zal " #~ "je gevraagd worden om te bepalen of het al dan niet ingelezen moet worden." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Geef het gedeelte op aan het einde van een pad waarvan je wenst dat dit pad " #~ "genegeerd moet worden wanneer er gescand wordt naar foto's of video's. Elk " #~ "pad dat eindigt met de tekens hieronder zal niet gescand worden." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Duid de map aan waar de backups bewaard zijn op dat apparaat. \n" #~ "\n" #~ "Noot: dit zal ook gebruikt worden om na te gaan of het apparaat al dan " #~ "niet voor backups gebruikt wordt. Voor ieder apparaat dat je als backup " #~ "wenst te gebruiken, moet er een map aangemaakt worden met één van de " #~ "volgende namen." #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Fotos" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Ontkoppel (\"eject\") apparaat na beëindigen van de download" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "specificeer manueel het PAD van het apparaat om van te downloaden, " #~ "overschrijf daarbij de programma voorkeuren" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "detecteer automatisch apparaten om van te downloaden, overschrijf daarbij de " #~ "programma voorkeuren" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "aan het scannen (vond %(photos)s foto's en %(videos)s video's)..." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fout: Specificeer auto-detectie apparaat of geef manueel het pad op van waar " #~ "gedownload moet worden, maar doe beiden niet samen." #~ msgid "Help" #~ msgstr "Help" #~ msgid "About..." #~ msgstr "Over..." #~ msgid "Quit" #~ msgstr "Afsluiten" #~ msgid "Refresh" #~ msgstr "Verversen" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s is niet gebackupped" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s is niet correct gedownload" #~ msgid "An unknown error occurred" #~ msgstr "Er is een onbekende fout opgetreden" #~ msgid "Verify files as they are downloaded" #~ msgstr "Controleer bestanden tijdens het downloaden" #~ msgid "File verification failed on these devices: " #~ msgstr "Bestandscontrole mislukt op deze apparaten: " #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Back-up %(file_type)s overschreven" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Back-up van %(file_type)s bestaat reeds" #~ msgid "Backing up error" #~ msgstr "Back-up fout" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s konden niet gebackupped worden omdat er geen gepaste back-up " #~ "locatie gevonden werd." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s werd eerder al gedownload" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metagegevens kunnen niet gelezen worden" #~ msgid "The metadata might be corrupt." #~ msgstr "De metagegevens kunnen beschadigd zijn." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Bestandscontrole mislukt. De gedownloadde versie verschilt van de originele." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Meerdere fouten gebeurden tijdens het backuppen naar de volgende apparaten: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Er gebeurde een fout tijdens het backuppen naar %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Back-ups bestaan reeds op volgende plaatsen: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Back-up bestaat reeds op %(volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Er gebeurde een fout tijdens het backuppen naar %(volume)s: %(inst)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Back-ups overschreven op deze apparaten: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Back-up overschreven op %(volume)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Er gebeurde een fout tijdens het aanmaken van mappen op %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Er gebeurden fouten tijdens het aanmaken van mappen op de volgende back-up " #~ "apparaten: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Bestandscontrole mislukt op %(volume)s. De gebackupde versie verschilt van " #~ "de gedownloadde." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Er gebeurde een fout tijdens het kopiëren van %(filetype)s, maar het werd " #~ "gebackupped" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Probleem bij het aanmaken van de submappen en bestandsnamen" #~ msgid "The following metadata is missing: " #~ msgstr "De volgende metagegevens ontbreken: " #~ msgid "Check All Photos" #~ msgstr "Alle foto's aanvinken" #~ msgid "Check All Videos" #~ msgstr "Alle video's aanvinken" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Geen enkel back-up apparaat bevat een geldige folder om %(filetype)s te " #~ "backuppen" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/nn.po0000644000175000017500000053427614562557501016635 0ustar00damondamon# Norwegian Nynorsk translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:15+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Norwegian Nynorsk \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: nn\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Medverkande" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Tryggleikkopiering er ikkje konfigurert" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Fann ingen einingar for tryggleikskopiering" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige stader for tryggleikskopiar spesifisert" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan ta tryggleikskopi av bilete og videoar til fleire stader når du " "lastar ned, t.d. til eksterne harddisker." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Ta tryggleikskopi av bilete og videoar ved nedlasting" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Oppdag einingar for tryggleikskopiering automatisk" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                        Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Vel mappa som tryggleikskopiar skal lagrast til på eininga.

                        Merk: " "Me ser om mappa finst eller ikkje for å avgjera om me skal ta kopien. For " "alle einingar du vil kopiera til må du altså oppretta ei mappe på eininga " "med eitt av desse namna. Ved å legga til mapper kan same eininga brukast til " "å tryggleikskopiera både bilete og videoar." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Bilet-mappenamn:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Video-mappenamn:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Døme:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Viss du skrur av automatisk oppdaging, må du oppgi kor du vil ta " "tryggleikskopi til." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Ta tryggleikskopi av bilete til:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Vel stad for tryggleikskopiar av bilete" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Ta tryggleikskopi av videoar til:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Vel stad for tryggleikskopiar av videoar" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "lagringseining1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "lagringseining2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Anslått lagringsbruk for tryggleikskopiering" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Val for tryggleikskopiering" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video-THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "lyd" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Bilete" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoar" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Brukt" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Overflødig" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Ukjend einingsstorleik" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen meir fri diskplass på eining med %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Bilete" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videoar" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Anslått lagringsbruk etter nedlasting" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Tilpassa …" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Set opp oppretting av biletundermapper" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Set opp oppretting av videoundermapper" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Undersøkjer eining …" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorer denne eininga mellombels" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorer denne eininga permanent" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Skann på nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Anna" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kamera" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Einingar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Lastar ned frå %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Vel kjelde" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s kamera" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s einingar" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikk i avkryssingsboksen for ei fil for å merkja eller avmerkja ho for " "nedlasting." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Filer som allereie er lasta ned, vert hugsa. Du kan enno markera tidlegare " "nedlasta filer for å lasta dei ned igjen, men dei er ikkje merkt som " "standard, og miniatyrbileta deira er dimma slik at du kan skilja dei frå " "filer som enno ikkje er lasta ned." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Viss meir enn éi fil er valt, vil alle få merkjet til den fila som fekk eit " "klikk i sjekkboksen, uavhengig av om dei var kryssa av frå før av eller " "ikkje." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikk i avkryssingsruta for ei eining for å raskt merkja eller avmerkja alle " "filene på eininga for nedlasting." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Etter at ei nedlasting er ferdig vil eit ikon erstatta sjekkboksen til " "miniatyrbiletet. Fargen på ikonet markerer om nedlastinga fullførte utan " "feil (grøn) eller hadde feil med namngjeving (gul/oransje) eller feila " "fullstendig (raud)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Viss eit problem oppstår, vil eit raudt ikon visast nedst på vindauget og " "indikera kor mange feilrapportar det er. Klikk på ikonet for å opna " "vindauget med Feilrapportar." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Feilrapportvindauget viser problem funne før, under eller etter nedlasting. " "Ein oransje trekant representerer ei åtvaring, ein raud sirkel indikerer ein " "feil, og ein svart sirkel indikerer meir alvorlege feil. Du kan klikka på " "lenkjene for å opna fila eller eininga i filhandsamaren. Du kan òg søkja i " "rapportane med søkjeboksen nede til venstre i Feilrapportvindauget." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Du kan lasta frå ned fleire kamera, smarttelefoner, minnekort og harddiskar " "samstundes—så mange einingar som datamaskina kan handtera på ein gong." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Tidslinja grupperer bilete og videoar basert på kor mykje tid som " "gjekk mellom fotografia. Bruk ho for å finna bilete og videoar teke i ulike " "periodar på same dag eller etterfølgande dagar." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                        In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                        The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                        " msgstr "" "

                        I illustrasjonen over er den første raden i tidslinja svart fordi alle " "filene på denne datoen har blitt lasta ned tidlegare.

                        Glidebrytaren på " "tidslinja justerer tidsrommet mellom bileta brukt for å laga tidslinja:

                        " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "For å visa bilete og videoar innanfor eit bestemt tidsrom, bruk musa " "(alternativt i kombinasjon med tastane Shift eller Ctrl) " "for å velja tidsintervall. Når eit tidsrom er valt, vil tidslinjeknappen til " "venstre i hovudvindauget uthevast." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Ei nedlasting inneheld alle filene merka for nedlasting, inkludert dei som " "ikkje er synlege no fordi Tidslinja er i bruk." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Du kan skjula eller visa nedlastingskjeldene ved å klikka på namnet på " "eininga du lastar ned frå øvst til venstre i programvindauget." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                        1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                        2. Checked State: whether the file is marked for " "download.
                        3. Filename: the full filename, including " "extension.
                        4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                        5. File Type: " "photo or video.
                        6. Device: name of the device the photos and " "videos are being downloaded from.
                        " msgstr "" "Småbilete kan sorterast på ei rekke " "kriterie:
                        1. Endringstidspunkt: når fila sist var endra, i følgje " "metadata (viss tilgjengeleg) eventuelt frå " "filsystemet.
                        2. Merkestatus: om fila er merka for " "nedlasting.
                        3. Filnamn: heile filnamnet, inkludert " "filtype.
                        4. Filformat: Du kan bruka dette til å gruppera jpeg- " "og raw-bilete, til dømes.
                        5. Filtype: bilete eller " "video.
                        6. Eining: namn på eininga du lastar ned bilete eller " "video frå.
                        " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Ein av dei meste nyttige funksjonane i Rapid Photo Downloader er at du " "automatisk kan generera nedlastingsundermapper og endra filnamn ved " "nedlasting, og bruka ei organisering som passar deg." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatiske genererte nedlastingsundermapper kan innehalda ytterlegare " "automatisk genererte undermapper om det trengst. Ei vanleg organisering er å " "laga ei årsundermappe og så ein serie undermapper med år-månad-dag under " "denne." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Namn på undermapper ved nedlasting blir vanlegvis laga ved hjelp av nokre " "eller alle følgande element:
                        1. Metadata, inkluderer veldig ofte " "datoen for når biletet eller videoen blei tatt, men kan òg inkludera " "modellnamn på kamera og serienummer, eller filtype som t.d. JPG eller " "CR2.
                        2. Eit oppdragsnamn, som er valfri tekst du gir ved " "nedlasting, til dømes namnet på ein stad, kunde eller " "hending.
                        3. Tekst som du vil at skal visast kvar gong, t.d. " "bindestrek eller mellomrom.
                        Ved å namngje undermapper med år, " "følgt av månad og dag i numerisk format er det enkelt å sortera dei i ein " "filhandsamar, derfor er dette standardvalet:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "For å laga nedlastingsundermapper automatisk når du lastar ned, kan du bruka " "eit av dei innebygde forvala i Rapid Photo Downloader, eller laga eit " "tilpassa forval. Klikk på tannhjulet for å få fram ein nedtrekksmeny:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Det er enkelt å lasta ned råfiler i éi mappe og JPEG-filer i ei anna. Berre " "bruk Filtype som ein del av skjemaet for å laga undermapper ved " "nedlasting:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser eit tilpassa forval kalla «My custom preset»." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Sjå etter hint for å rettleia deg når du brukar jobb-kodar:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hinta vil variera avhengig av konteksten, til dømes når du held musepeikaren " "over ein knapp." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is " "run.
                        4. Sequence letter: like session numbers, but uses " "letters.

                        Read more about sequence numbers in the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Panelet Endra namn lèt deg konfigurera endring av filnamn. For å gje " "nytt namn til filene dine, kan du velja blant eksisterande forval for " "endring av namn eller laga ditt eige forval." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                        The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                        Read more about file renaming in " "the online " "documentation.

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Du kan ta tryggleikskopi av bilete og videoar til fleire stader når du " "lastar ned, t.d. til eksterne harddisker." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Du kan òg importera programinnstillingar frå den eldre 0.4-utgåva." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                        1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                        2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                        3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                        Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Visste du at …?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Neste" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Førre" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Eit par sekund" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutt" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d timar" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dagar" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekund" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutt, 1 sekund" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutt, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutt" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d timar, 1 minutt" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timar, %(minutes)d minutt" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timar" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dagar, 1 time" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagar, %(hours)d timar" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilrapportar – Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Finn i rapportar" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Finn den førre førekomsten av uttrykket" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste førekomsten av uttrykket" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Utheva alt" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Utheva alle førekomstane av uttrykket" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Same små/store bokstavar" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Skil mellom store/små bokstavar" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Heile ord" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Søk berre etter heile ord" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s av %s treff" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Fann ikkje uttrykket" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Søk i gang …" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Kor mange nye hendingar som oppstod i Feilrapporten sidan sist du opna han. " "Klikk for å opna Feilrapporten." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                        In " "your bug report describe what you expected to happen, and what you observed " "happening.

                        The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                        {tarfile}
                        You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                        Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                        If possible, please also include the program's configuration " "file {config_file}.

                        Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod ein feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Opna i filhandsamar …" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Andre …" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (staden finst ikkje)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekvensar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Biletdato" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Videodato" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Igår" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Nedlastingstidspunkt" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Bilettal" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Videotal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Blenderopning" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Lukketid" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brennvidde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kameramerke" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Kort kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Bindestrek, kort kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Eksponeringsteljar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Berre mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Mappe og fil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Namn på eigar" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Breidd" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Høgd" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Lengd" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Bilet per sekund" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Kunstnar" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Nedlastingar idag" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Øktteljar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Undermappeteljar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Lagra tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sekvensbokstav" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Alle tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Siste tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Siste to tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Siste tre tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Siste fire tal" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Opphavleg Versalisering" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "STORE BOKSTAVAR" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "små bokstavar" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Eitt tal" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "To tal" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre tal" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Fire tal" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Fem tal" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seks tal" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sju tal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Delsekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ÅÅÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Månad (heile)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Månad (forkorta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Vekedag (heile)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Vekedag (forkorta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "TT-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "TT-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutt)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Dato (bindestrekar)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Dato (understrekar)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Dato og oppdragsnamn" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "ÅÅÅÅMM_Oppdragsnamn" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnamn-undermapper" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ÅÅÅÅMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Opphavleg filnamn" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ÅÅÅÅMMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Dato og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ÅÅÅÅMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Dato-Tid og biletnummer" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ÅÅÅÅMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnamn" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÅÅÅÅMMDD-TTMM-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ÅÅÅÅMMDD-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ÅÅÅÅMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Oppløysing" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÅÅÅÅMMDD-TTMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Skriv inn eit oppdragsnamn, eller vel eit du har nytta tidlegare" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Oppdragsnamnet vil brukast på %s som enno ikkje har eit oppdragsnamn." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "Oppdragsnamnet vil brukast på %s som enno ikkje har eit oppdragsnamn." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Legg til oppdragsnamn til nedlasting" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Skriv inn eit nytt oppdragsnamn" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye oppdragsnamnet vil brukast på %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Nytt oppdragsnamn" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Oppdragsnamn:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Vel bilete og videoar for å kunna bruka eit nytt eller eksisterande " "oppdragsnamn på dei." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Den nye oppdragsnamnet vil brukast på alle valde bilete og/eller videoar." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Oppdragsnamnsortering:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Stigande" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Søkkande" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Ny …" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du verkeleg fjerna alle oppdragskodane?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragskodar" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Oppdragsnamn" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s – %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Lagra nytt tilpassa forval …" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassa forval …" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Nytt tilpassa forval)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpassa forval «%s»" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagra nytt tilpassa forval – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Namn på forval:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Redigering av biletundermappegenerering" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Redigering av videoundermappegenerering" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Redigering av biletomdøyping" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Redigering av videoomdøyping" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Åtvaring: Det er ikkje nok data til å " "kunna generera namnet fullt ut. Ver vennleg og bruk andre alternativ for " "endring av namn." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                        %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Åtvaring: Det kan henda at du ikkje får " "unike filnamn. Gjer filnamna unike ved å bruka sekvensverdiar." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Forval:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Få hjelp på nettet …" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Set inn" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                        Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                        Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagra forval – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                        Creating a custom preset is not required, but can help " "you keep organized.

                        The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Vil du lagra endringane som eit nytt tilpassa forval?

                        Å " "oppretta eit tilpassa forval er ikkje påkravd, men det kan hjelpa deg med å " "halda orden.

                        Dei endra innstillingane vil brukast uavhengig av om du " "lagrar dei som eit nytt tilpassa forval eller ikkje." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                        If you " "like, you can create a new custom preset or update the existing custom " "preset.

                        The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Vil du lagra endringane som eit tilpassa forval?

                        Om du vil, så " "kan du laga eit nytt tilpassa forval eller oppdatera eit tilpassa forval. " "

                        Dei endra innstillingane vil brukast uavhengig av om du lagrar dei " "som eit nytt tilpassa forval eller ikkje." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Lagra nytt tilpassa forval" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Innstillingar" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatyrbilete" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Feilhandtering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Åtvaringar" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Konsolidering" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Ymse" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Einingsskanning" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Skann berre eksterne einingar" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Skann berre visse mapper på einingar" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skann berre etter bilete og videoar i mappene nedanfor (unntatt stiar\n" "som står i «Ignorerte stiar»).\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Mapper å skanna:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Legg til …" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Einingar som skal automatisk ignorerast eller lastast ned frå." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Hugsa einingar" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Fjern ei eining frå lista med einingar som skal automatisk ignorerast eller " "lastast ned frå." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Tøm lista med einingar som skal automatisk ignorerast eller lastast ned " "frå.\n" "\n" "Merk: Endringane trer i kraft neste gong me skannar etter einingar." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Oversedde stiar" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Slutten av ein sti som aldri skal skannast etter bilete eller videoar." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til ein sti i lista over ignorerte stiar.\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Tøm lista over ignorerte stiar.\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Trår i kraft etter omstart av programmet" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Gå i gang med å laste ned bilete når programmet startar" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Gå i gang med å laste ned når einingar blir kopla til" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (løys ut) eininga når nedlastinga er ferdig" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Avslutt programmet når nedlastinga er ferdig" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet sjølv om nedlastinga hadde feil eller åtvaringar" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Generer miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilete som vil visast i hovudvindauget" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Mellomlagra miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Lagra miniatyrbilete vist i hovudprogramvindauget i eit mellomlager " "spesifikt for Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Kor mange CPU-kjerner som skal brukast for å generera miniatyrbilete." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU-kjernar:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Reknar …" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dagar" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "alltid" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Storleik på mellomlageret:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Kor mange miniatyrbilete:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Databasestorleik:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Mellomlagra utilgjengelege miniatyrbilete i:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Reins mellomlager …" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimaliser mellomlager …" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Ikkje last ned fila, og gje ei feilmelding" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidlegare tryggleikskopierte fila" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Hopp over" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikkje overskriv den tryggleikskopierte fila, og gje ei feilmelding" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Vel du om du vil hoppa over nedlasting eller leggja til ein unik " "identifikator når eit bilete eller ein video med same namn allereie er lasta " "ned:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Vel om du skal overskriva ei fil på tryggleikskopieininga som har same namn " "når du tryggleikskopierer, eller hoppa over tryggleikskopiering:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Programåtvaringar" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Vis ei åtvaring når:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Åtvar når du skal til å lasta ned filer som ikkje vert vist i hovudvindauget." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Manglar tryggleikskopieringsmål" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Åtvar før du startar ei nedlasting viss det ikkje er mogleg å " "tryggleikskopiera filer." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Programbibliotek manglar eller er skadd" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Åtvar om eit programvarebibliotek som vert brukt av Rapid Photo Downloader " "manglar eller ikkje fungerer." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Klarte ikkje endra filsystem-metadata" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Åtvar om det oppstår ein feil når me endrar metadata for ei fil, slik som " "endringstidspunktet til fila." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Fann filer som me ikkje handterer" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Åtvar etter skanning av ei eining eller denne datamaskina om det finst " "ukjende filer som ikkje vil inkluderast under nedlastinga." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikkje åtvar om ubehandla filar av filtypene:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Legg til" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Legg til filtyper i lista over ubehandla filtyper det ikkje skal åtvarast om." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Fjern ei filtype frå lista over ubehandla filtyper det ikkje skal åtvarast " "om." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "Tøm heile lista over ubehandla filtyper det ikkje skal åtvarast om." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Bilet- og videokonsolidering" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Konsolider filer på tvers av einingar og nedlastingar" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Sjå på samsvarande RAW- og JPEG-filer som:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Eitt bilete" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "To bilete" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Med samsvarande RAW og JPEG bilete:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Ikkje merk JPEG for nedlasting" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Ikkje merk RAW for nedlasting" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Merk begge for nedlasting når me finn samsvarande RAW- og JPEG-bilete." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Tøm ferdige nedlastingar" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Fortset og vis ferdige nedlastingar" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Spør om kva me skal gjera" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid-metadata på MTP einingar" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer dato/tid metadata i DNG-filer plassert på MTP einingar, og bruk i " "staden endringstidspunktet til fila.\n" "\n" "Nyttig for einingar som opprettar feil DNG-metadata, slik som nokre " "telefonar og nettbrett." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                        Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                        The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                        1. ExifTool reports a time zone and MediaInfo " "does not.
                        2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                        3. Gstreamer is unable to extract " "thumbnails.
                        " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Fullførte nedlastingar" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Går tilbake til standardinnstillingane for %s" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Vil du reinsa mellomlageret? Mellomlageret vert reinsa neste gong programmet " "startar." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Reins mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Vil du optimalisera mellomlageret? Mellomlageret vil optimaliserast neste " "gong programmet startar." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Vel ei mappe å skanna" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Vel ei mappe som skal skannast for bilete og videoar" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Oppgi ein søkjesti å oversjå" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Oppgi ein sti som du vil aldri skal gjennomsøkjast etter bilete eller videoar" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Vel ein filtype" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Skriv ei filtype (utan punktum føre)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filtypen %s vert kjent att av Rapid Photo Downloader, så det gjev " "ikkje meining å åtvara om at slike filer finst." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Kjende filtyper:\n" "\n" "Bilete:\n" "%(photos)s\n" "\n" "Videoar:\n" "%(videos)s\n" "\n" "Lyd:\n" "%(audio)s\n" "\n" "Anna:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Bryllaup" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillingane for undermapper burde ikkje byrje med %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillingane for undermapper burde ikkje ende med %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Innstillingane for undermapper burde ikkje ha to %s etter kvarandre" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Lasta ned 8 bilete og 10 videoar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Klarte ikkje lesa mappa %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikkje lesa fila %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikkje skriva fila %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikkje flytta fila %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikkje fjerna fila %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikkje kopiera fila %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Den tomme fila %s blir ikkje lasta ned" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikkje lasta metadata frå %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Klarte ikkje å lasta metadata frå %(name)s. %(filetype)s blei ikkje lasta " "ned." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s finst alt." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren «%s» vart lagt til filnamnet." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s vart teke den %(image1_date)s kl. %(image1_time)s, og %(image2)s " "den %(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikkje fullføra filnamnet for %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s-metadataen manglar." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgjande metadata manglar: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnamnet manglar filending." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnamnet manglar nummerdelen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikkje skanna %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikkje kopiera frå %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problem med tryggleikskopiering til %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(numeric_day)s. %(month)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s – %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s –\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5t" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                        The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                        Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "Det er eit problem med ExifTool

                        Rapid Photo Downloader brukar " "ExifTool for å trekkja ut metadata frå videoar og bilete. Programmet vil " "kunna køyra utan det, men å installera det er sterkt tilrådd." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                        Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                        To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                        Missing applications: " "%(applications)s

                        Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                        Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                        \n" "

                        Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                        " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Oppfrisk …" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Innstillingar" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Feil&rapportar" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Fjern fullførde nedlastingar" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Få hjelp på Internett …" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Dagens tips …" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Rapporter eit problem …" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Gje ein donasjon …" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Omsett denne applikasjonen …" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Om …" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Mål" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Endra namn" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Tryggleikskopi" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Denne datamaskina" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Vel ei kjeldemappe" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Endringstid" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Avkryssa" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Eining" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Vel alle:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Hald fram nedlasting" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Takk for at du rapporterte eit problem med Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                        Do you really want to " "change the source path to %(new_path)s?

                        You are currently downloading " "from %(source_path)s.

                        If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "bilete" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                        Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                        \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                        \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Følgjande mapper er ugyldige:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Mappa er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "bilete" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videoar" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                        Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problem med tryggleikskopiering" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Lasta ned %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikkje å laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "åtvaringar" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Alle nedlastingar er ferdige" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s lasta ned" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikkje å laste ned %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 åtvaring" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d åtvaringar" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Lasta ned %(no_files_and_types)s frå %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Lasta ned %(no_files_and_types)s frå %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lasta ned — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Ingen filer lasta ned" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Programinnstillingane er ugyldige" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                        It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                        On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                        Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                        If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                        If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                        Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                        Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Prøv på nytt" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorer denne eininga" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Klarte ikkje skanna eininga" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                        You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Fann fullførte nedlastingar" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastinga er fullført er synlege." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Fann fullført nedlasting" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastinga er fullført er synleg." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Alle kamera, telefonar og nettbrett med same modellnamn blir ignorert." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "Vil du ignorera eininga %s kvar gong programmet køyrer?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Alle einingar med same namn blir ignorert." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Lastar ned frå %(location)s på denne maskina." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                        On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Lagar miniatyrbilete for %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Skannar %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s kontrollert for nedlasting (%(hidden)s " "skjulte)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s av %(available files)s kontrollert for nedlasting" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Skriv ei liste med foto- og videofiltypar som programmet kjenner att, og " "avslutt." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Skru av eller på omdøyping av bilete." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Skru av eller på omdøyping av videoar." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "Skru av eller på automatisk oppdaging av einingar å lasta ned frå." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Skru av eller på nedlasting frå denne maskina." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "STI" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Stien på denne maskina som me skal lasta ned frå." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Stien me skal lasta ned bilete til." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Stien me skal lasta ned videoar til." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Skru av eller på tryggleikskopiering av bilete og videoar ved nedlasting." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Skru av eller på automatisk oppdaging av einingar å ta tryggleikskopi til." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer foto med følgande filtyper: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "Slå på eller av nedlasting straks ei eining vert sett inn." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importer innstillingar frå ei eldre programutgåve og avslutt. Krev " "kommandolinjeprogrammet gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "For å kunna importera innstillingar frå den eldre utgåva av Rapid Photo " "Downloader må du installera programmet gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillingar frå Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Programmet avsluttar." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Aldri køyr dette programmet som sudo / root-brukaren." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Du må installera ExifTool for å køyra Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alle innstillingar er nullstilte." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Mellomlager for miniatyrbilete." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Hugs dette valet" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Ikkje spør meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Ikkje åtvara meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "&Ikkje åtvar meg igjen om manglande eller skadde programbibliotek" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "undermappe og filnamn" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Ein teljar for kor mange nedlastingar som skjer kvar dag" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Nedlastingar idag:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Lagra tal:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dag byrjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sekvenstal" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Fjern inkompatible teikn" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Biletomdøyping" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Videoomdøyping" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Val for omdøyping" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilete og videoar" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilete eller videoar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "ein video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "eit bilete" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 bilete" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s på %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Bilete" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Filsystemrot" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Bilete" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tatt %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Endra %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Minnekort: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Lasta ned som:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                        Previous download:
                        %(filename)s
                        %(path)s
                        %(date)s" msgstr "

                        Førre nedlasting:
                        %(filename)s
                        %(path)s
                        %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                        Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopier sti" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "éin" #: ../raphodo/utilities.py:575 msgid "two" msgstr "to" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:577 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:578 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sju" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "åtte" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "tjue" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Lukk" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Avbryt" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Lagra" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Hjelp" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Tilbake til standardverdiar" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nei" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Last ned, endra namn og tryggleikskopier bilete og videoar frå kamera og " "andre einingar" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hovudvindauget" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Biletnedlastar" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;bilete;nedlasting;fotografi;import;video;RAW;kamera;telefon;ingest;backu" "p;tryggleikskopi;minne;kort;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Last ned bilete og videoar med Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Feil i innstillingane til biletomdøping" #~ msgid "Error in Video Rename preferences" #~ msgstr "Feil i innstillingane til videoomdøping" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Feil i innstillingane til undermapper for biletnedlasting" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Feil i innstillingane til undermapper for videonedlasting" #~ msgid "Select a folder to download photos to" #~ msgstr "Vel ei mappe å laste inn bilete til" #~ msgid "Select a folder to download videos to" #~ msgstr "Vel ei mappe å laste inn video til" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vel ei mappe med %(file_types)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Åtvaring: Det er ikkje nok metadata for å fullt ut\n" #~ "generere namnet. Ver vennleg og nytt andre omdøpingsval." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Åtvaring: Det er ikkje nok metadata for å fullt ut\n" #~ "generere undermappene. Ver vennleg og nytt andre omdøpingsval.<" #, python-format #~ msgid "Example: %s" #~ msgstr "Døme: %s" #~ msgid "externaldrive1" #~ msgstr "eksterndisk1" #~ msgid "externaldrive2" #~ msgstr "eksterndisk2" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Download cannot proceed" #~ msgstr "Kan ikkje gå vidare med nedlasting" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kjelde: %(source)s\n" #~ "Mål: %(destination)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Fann bilete med like filnamn, tatt på ulike datoar" #~ msgid "Photo has already been downloaded" #~ msgstr "Biletet er allereie lasta ned" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kjelde: %(source)s" #~ msgid "Backing up error" #~ msgstr "Feil ved tryggleikskopiering" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Klarte ikkje å opprette målmappa %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Feil: %(inst)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s igjen)" #~ msgid "Size" #~ msgstr "Storleik" #~ msgid "Download Progress" #~ msgstr "Nedlastingsframgang" #~ msgid "Device Detected" #~ msgstr "Oppdaga eining" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Vil du laste ned bilete eller videoar frå denne eininga/partisjonen?" #~ msgid "_Remember this choice" #~ msgstr "_Hugs dette valet" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tek tryggleikskopi til %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup devices" #~ msgstr "Nyttar einingar for tryggleikskopiering" #~ msgid "Using backup device" #~ msgstr "Nyttar eining for tryggleikskopiering" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Omtrent eitt sekund igjen" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Omtrent %i sekund igjen" #~ msgid "About 1 minute remaining" #~ msgstr "Omtrent eitt minutt igjen" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Omtrent %(minutes)i minutt og %(seconds)02i sekund igjen" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformasjon på kommandolinja når programmet køyrer \n" #~ "(standard: %default)" #~ msgid "only output errors to the command line" #~ msgstr "vis berre feil på kommandolinja" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "vis kva for bilet- og videofiltypane programmet gjenkjenner, og avslutt" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nullstill alle programinnstillingar og avslutt" #~ msgid "Photos:" #~ msgstr "Bilete:" #~ msgid "Videos:" #~ msgstr "Videoar:" #, python-format #~ msgid "and %s" #~ msgstr "og %s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle innstillingar er nullstilte" #~ msgid "Name + extension" #~ msgstr "Namn + filtype" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " tt:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Tryggleikskopi" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre operativsystem" #~ msgid "Download Folder" #~ msgstr "Nedlastingsmappe" #~ msgid "Download Subfolders" #~ msgstr "Nedlastingsundermapper" #~ msgid "Example" #~ msgstr "Døme" #~ msgid "Photo Rename" #~ msgstr "Omdøping av bilete" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Namnekonfliktar i bilete og video" #~ msgid "Program Automation" #~ msgstr "Automatisering" #~ msgid "Sequence Numbers" #~ msgstr "Sekvenstal" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/eksterndisk/Bilete" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Døme: /home/brukar/Bilete" #~ msgid "Example:" #~ msgstr "Døme:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "Original:" #~ msgstr "Opphavleg:" #~ msgid "Backup\t" #~ msgstr "Tryggleikskopi\t" #~ msgid "Devices" #~ msgstr "Einingar" #~ msgid "Error Handling" #~ msgstr "Feilhandtering" #~ msgid "Photo Download Folders" #~ msgstr "Biletnedlastingsmapper" #~ msgid "Photo Rename\t" #~ msgstr "Omdøping av bilete\t" #~ msgid "Rename Options" #~ msgstr "Omdøpingsval" #~ msgid "Video Download Folders" #~ msgstr "Videonedlastingsmapper" #~ msgid "Video Rename\t" #~ msgstr "Omdøping av videoar\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Oppdag portable lagringseiningar automatisk" #~ msgid "Automatically detect devices" #~ msgstr "Oppdag einingar automatisk" #~ msgid "Backup" #~ msgstr "Tryggleikskopi" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vel ei nedlastingsmappe. Når du nyttar strukturen nedanfor blir det \n" #~ "automatisk oppretta undermapper for dei nedlasta bileta i denne mappa." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vel ei nedlastingsmappe. Når du nyttar strukturen nedanfor blir det \n" #~ "automatisk oppretta undermapper for dei nedlasta videoane i denne mappa." #~ msgid "Download / Pause" #~ msgstr "Last ned / Pause" #~ msgid "Download folder:" #~ msgstr "Nedlastingsmappe:" #~ msgid "Error Log" #~ msgstr "Feillogg" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importer bileta og videoane dine trygt og effektivt" #~ msgid "Location:" #~ msgstr "Stad:" #~ msgid "Photo Folders" #~ msgstr "Biletmapper" #~ msgid "Photo Rename" #~ msgstr "Omdøping av bilete" #~ msgid "Photo backup folder name:" #~ msgstr "Mappenamn for tryggleikskopiering av bilete:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Innstillingar: Rapid Photo Downloader" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "Rename Options" #~ msgstr "Omdøpingsval" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Oppgi mappa på eininga kor tryggleikskopiar er lagra. \n" #~ "\n" #~ "Merk: dette blir au nytta for å finne ut om eininga er nytta til " #~ "tryggleikskopiering. Lag ei mappe med eitt av desse namna på kvar eining som " #~ "du vil ta tryggleikskopi til." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Oppgi tida i 24-timarsformat som sekvensteljaren Nedlastingar idag " #~ "skal nullstillast til." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Oppgi om du vil fjerne teikn som andre operativsystem ikkje forstår frå " #~ "bilete, videoar eller mappenamn." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synkroniser sekvenstal for RAW og JPEG" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Avmonter (kople ut) eining når nedlastinga er fullført" #~ msgid "Video Folders" #~ msgstr "Videomapper" #~ msgid "Video Rename" #~ msgstr "Omdøping av videoar" #~ msgid "Video backup folder name:" #~ msgstr "Mappenamn for tryggleikskopiering av video:" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Vel om du skal hoppe over fila eller leggje til ein unik identifikator når " #~ "eit bilete eller ein video med det same namnet allereie er lasta ned." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Ved tryggleikskopiering, vel om du skal overskrive filer på eininga som har " #~ "same namn, eller hoppe over den fila." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Fjern fullførte nedlastingar" #~ msgid "_Error Log" #~ msgstr "_Feillogg" #~ msgid "_File" #~ msgstr "_Fil" #~ msgid "_Help" #~ msgstr "_Hjelp" #~ msgid "_Report a Problem..." #~ msgstr "_Meld frå om eit problem" #~ msgid "_Select" #~ msgstr "_Vel" #~ msgid "_View" #~ msgstr "_Vis" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Innstillingane til undermapper for filtypen %(filetype)s er ugyldige\n" #~ "og kan ikkje nyttast.\n" #~ "Dei blir endra til standardverdiar." #~ msgid "display debugging information when run from the command line" #~ msgstr "vis avlusingsinformasjon ved køyring frå kommandolinja" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Free space:" #~ msgstr "Ledig plass:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Nedlastingsmappa til %(file_type)s er ikkje skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Nedlastingsmappa til %(file_type)s er ugyldig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Nedlastingsmappa til %(file_type)s finst ikkje" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tilgjengeleg" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Tek tryggleikskopi av bilete til %(path)s og videoar til %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Tek tryggleikskopi av bilete og videoar til %(path)s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle hugsa søkjestiar?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle hugsa søkjestiar fjernast?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle oversedde søkjestiar?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle oversedde søkjestiar fjernast?" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Klarte ikkje å lesa metadata i %(filetype)s." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Feil ved oppretting av %s-komponenten." #~ msgid "Invalid regular expression" #~ msgstr "Ugyldig regulært uttrykk" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Dei følgjande regulære uttrykka er ugyldige, og vil bli fjerna om du ikkje " #~ "endrar dei:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Det følgjande regulære uttrykket er ugyldig, og vil bli fjerna om du ikkje " #~ "endrar det:\n" #~ "%s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Vel ei mappe kor du vil tryggleikskopiera bilete" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Vel ei mappe kor du vil tryggleikskopiera videoar" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Dato-/tidsverdien %s synest ugyldig." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s vart ikkje avmontert" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Kunne ikkje ta tryggleikskopi av %(filetype)s, fann inga målmappe for " #~ "tryggleikskopiar." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finst allereie" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allereie lasta ned" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ein feil oppstod ved kopiering av %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Klarte ikkje å oppretta %(filetype)s %(area)s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Den eksisterande %(filetype)s-en var sist endra den %(date)s kl. %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Den eksisterande %(filetype)s-en vart sist endra sist den %(date)s kl. " #~ "%(time)s, og har fått «%(identifier)s» som unik ID." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Manglar data for å namngi %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Feil: %(errorno)s %(strerror)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ein feil oppstod ved tryggleikskopiering til følgjande einingar: " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "Fann bilete med same filnamn, men tekne ved ulike tider: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ein feil oppstod ved tryggleikskopiering til %(volume)s: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ein feil oppstod ved tryggleikskopiering til %(volume)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadataen kan vera korrupt." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Filnamnet, filendinga og Exif-informasjonen er allereie overført." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Han vart tryggleikskopiert til %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Han vart tryggleikskopiert til dei følgjande einingane: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Tryggleikskopien vart overskriven på følgjande einingar: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Tryggleikskopien vart overskriven på %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Backups already exist in these locations: " #~ msgstr "Tryggleikskopien finst allereie på følgjande stader: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Tryggleikskopien finst allereie på %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ein feil oppstod ved oppretting av mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Feil oppstod ved oppretting av mapper på følgjande einingar for " #~ "tryggleikskopiering: " #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problem ved oppretting av %s" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnamn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnamn" #~ msgid "The following metadata is missing: " #~ msgstr "Følgjande metadata manglar: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " I tillegg oppstod %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s I tillegg, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " I tillegg oppstod %(problems)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Ein feil oppstod ved kopiering av %(filetype)s-en, men han blei " #~ "tryggleikskopiert" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finst allereie, men blei tryggleikskopiert" #~ msgid "there were errors backing up" #~ msgstr "det oppstod feil i tryggleikskopieringa" #~ msgid "Multiple problems were encountered" #~ msgstr "Fleire feil oppstod" #~ msgid "there was an error backing up" #~ msgstr "det oppstod ein feil i tryggleikskopieringa" #~ msgid "There were errors backing up" #~ msgstr "Det oppstod feil i tryggleikskopieringa" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Sti: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Klarte ikkje å lasta ned undermappa" #~ msgid "Next File" #~ msgstr "Neste fil" #~ msgid "Previous File" #~ msgstr "Førre fil" #~ msgid "_Uncheck All" #~ msgstr "Merk _ingen" #~ msgid "_Include in download" #~ msgstr "Inkluder i _nedlastinga" #~ msgid "_Download" #~ msgstr "_Last ned" #~ msgid "_Check All" #~ msgstr "_Merk alle" #~ msgid "Device Options" #~ msgstr "Einingsinnstillingar" #~ msgid "Miscellaneous" #~ msgstr "Ymse" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Viss du skrur av automatisk oppdaging, må du oppgi kor bileta og videoane er." #~ msgid "Device Options" #~ msgstr "Val for einingar" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Lag miniatyrbilete (treigare)" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved oppretting av %s" #~ msgid "There was an error backing up" #~ msgstr "Det oppstod ein feil i tryggleikskopieringa" #~ msgid "Remembered Paths" #~ msgstr "Hugsa stiar" #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Hugsa stiar er kopla til einingar som du har valt å alltid søkja gjennom, " #~ "eller alltid oversjå, ved automatisk oppdaging av berbare lagringseiningar." #~ msgid "Performance" #~ msgstr "Yting" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Viss du skrur på automatisk oppdaging på ei berbar lagringseining, vil heile " #~ "eininga gjennomsøkjast. På store einingar kan dette ta litt tid.\n" #~ "Når dette er skrudd på, og programmet oppdagar ei mogleg eining, vil det " #~ "spørja deg om du vil søkja gjennom eininga eller ikkje." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Einingar er der du lastar ned bilete og videoar frå, til dømes fotoapparat, " #~ "minnekort eller berbare lagringseiningar.\n" #~ "\n" #~ "Du kan lasta ned frå fleire einingar samtidig, eller oppgi ein stad på " #~ "harddisken din.\n" #~ "\n" #~ "Nedlasting rett frå fotoapparat er ein eksperimentell funksjon for no. " #~ "Viss det fungerer dårleg eller ikkje i det heile, prøv å setja apparatet i " #~ "PTP-modus. Viss det ikkje går an, må du bruka ein kortlesar." #~ msgid "Use _python-style regular expressions" #~ msgstr "Bruk _python sine regulære uttrykk" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Oppgi endinga av stiane som du vil oversjå når du søkjer gjennom einingar " #~ "etter bilete eller videoar. Stiar som ender med verdiane under vil ikkje bli " #~ "gjennomsøkt." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du verkeleg lasta ned herfrå? På visse system kan det ta veldig lang tid " #~ "å skanna dette." #~ msgid "the root of the file system" #~ msgstr "rotmappa til filsystemet" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Lastar ned frå %(location)s." #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Move" #~ msgstr "Flytt" #~ msgid "From" #~ msgstr "Frå" #~ msgid "Auto Detect" #~ msgstr "Oppdag automatisk" #~ msgid "To" #~ msgstr "Til" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Roter JPEG-bilete automatisk" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Orsak, videonedlasting er skrudd av. Ver venleg og last ned anten python-" #~ "pakkene hachoir metadata og kaa metadata, eller " #~ "exiftool, for å lasta ned videoar." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Feil: Bruk auto-oppdaging av einingar eller oppgi ei sti til ei eining du " #~ "vil lasta ned frå, men ikkje gjer begge på ein gong." #~ msgid "Check All Videos" #~ msgstr "Sjekk alle videoar" #~ msgid "Check All Photos" #~ msgstr "Sjekk alle bilete" #~ msgid "Help" #~ msgstr "Hjelp" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "manuelt spesifiser stien til eininga du vil lasta ned frå, overstyrer " #~ "eksisterande innstillingar" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "oppdag automatisk einingar du vil lasta ned frå, overstyrer eksisterande " #~ "innstillingar" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "skannar (fann %(photos)s bilete og %(videos)s videoar) …" #~ msgid "Refresh" #~ msgstr "Frisk opp att" #~ msgid "Quit" #~ msgstr "Avslutt" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Klarte ikkje validera fila. Den nedlasta utgåva er ulik originalen." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Skreiv over tryggleikskopi av %(file_type)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ikkje tryggleikskopiert" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Tryggleikskopi av %(file_type)s finst alt" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Klarte ikkje validera fil på %(volume)s. Den tryggleikskopierte utgåva er " #~ "ulik den nedlasta utgåva." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s blei ikkje lasta ned rett" #~ msgid "An unknown error occurred" #~ msgstr "Det oppsto en ukjend feil" #~ msgid "File verification failed on these devices: " #~ msgstr "Klarte ikkje validera filer på desse einingane: " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Fann inga eining å ta tryggleikskopi til som har ei gyldig mappe for " #~ "%(filetype)s" #~ msgid "Verify files as they are downloaded" #~ msgstr "Valider filer ved nedlasting" #~ msgid "scanning..." #~ msgstr "leiter …" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle oppdragsnamn?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle oppdragsnamn fjernast?" #~ msgid "Enter a Job Code" #~ msgstr "Skriv inn eit oppdragsnamn" #~ msgid "Job Code:" #~ msgstr "Oppdragsnamn:" #~ msgid "Job Codes" #~ msgstr "Oppdragsnamn" #~ msgid "Job Codes" #~ msgstr "Oppdragsnamn" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Vel alle med _oppdragsnamn" #~ msgid "Select All Without _Job Code" #~ msgstr "Vel alle _utan oppdragsnamn" #~ msgid "_Add..." #~ msgstr "_Legg til …" #~ msgid "_Get Help Online..." #~ msgstr "_Få hjelp på nettet …" #~ msgid "_Make a Donation..." #~ msgstr "_Doner …" #~ msgid "_Translate this Application..." #~ msgstr "_Omset dette programmet …" #~ msgid "About..." #~ msgstr "Om  …" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/oc.po0000644000175000017500000037345214562557501016620 0ustar00damondamon# Occitan (post 1500) translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 20:06+1300\n" "Last-Translator: Damon Lynch \n" "Language-Team: Occitan (post 1500) \n" "Language: oc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2019-03-30 00:28+0000\n" "X-Generator: Poedit 3.4.2\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

                        Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                        In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                        The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                        " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                        1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
                        2. Checked State: whether the file is marked for download.
                        3. Filename: the full filename, including extension.
                        4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
                        5. File Type: photo or video." "
                        6. Device: name of the device the photos and videos are being " "downloaded from.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                        1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                        2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                        1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                        2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                        " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                        1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                        2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                        3. Text which " "you want to appear every time, such as a hyphen or a space.
                        Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                        Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                        1. Downloads today: tracks " "downloads completed during that day.
                        2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                        3. Session number: reset each time the program is run.
                        4. Sequence letter: like session numbers, but uses letters.
                        5. Read more about sequence numbers in the online documentation.

                          " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                          The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                          Read more about file renaming in " "the online " "documentation.

                          " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                          1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                          2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
                          3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
                          Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                          In " "your bug report describe what you expected to happen, and what you observed " "happening.

                          The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                          {tarfile}
                          You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                          Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                          If possible, please also include the program's configuration " "file {config_file}.

                          Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tèxte" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nom del fichièr" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadonadas" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sequéncias" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Etiqueta de transferiment" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data de l'imatge" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Uèi" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ièr" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Numèro de l'imatge" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Dobertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Temps d'exposicion" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Distància focala" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Marca de l'aparelh" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modèl d'aparelh de fòto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Numèro de seria" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAJUSCULA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minuscula" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Una chifra" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Doas chifras" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tres chifras" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quatre chifras" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinc chifras" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sièis chifras" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sèt chifras" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAA-MM-JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MM-JJ-AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MM-JJ-AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutas)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                          %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                          Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                          Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

                          Creating a custom preset is not required, but can help you keep " "organized.

                          The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                          If you " "like, you can create a new custom preset or update the existing custom " "preset.

                          The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizacion" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Espotir" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Ignorar" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                          Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                          The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                          1. ExifTool reports a time zone and MediaInfo " "does not.
                          2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                          3. Gstreamer is unable to extract thumbnails.
                          4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                            The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                            Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                            Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                            To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                            Missing applications: " "%(applications)s

                            Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                            Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                            \n" "

                            Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

                            " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Periferic" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                            Do you really want to " "change the source path to %(new_path)s?

                            You are currently downloading " "from %(source_path)s.

                            If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                            Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                            \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                            \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avertiments" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                            It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                            On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                            Learn more about downloading from cameras and enabling " "downloading from phones.

                            Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

                            Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

                            If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

                            If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

                            Learn more about downloading from cameras and enabling downloading from phones. " "

                            Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

                            You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

                            You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                            On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                            Previous download:
                            %(filename)s
                            %(path)s
                            %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                            Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 #, fuzzy msgid "Automatic Mount" msgstr "Automatizacion" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, fuzzy #~ msgid "Adding Rapid Photo Downloader to the Windows menu" #~ msgstr "Rapid Photo Downloader" #~ msgid "Paris" #~ msgstr "París" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "New York" #~ msgstr "Nòva York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manilha" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Estocòlme" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscòu" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapèst" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsòvia" #~ msgid "Example: %s" #~ msgstr "Exemple : %s" #~ msgid "externaldrive1" #~ msgstr "discextèrne1" #~ msgid "externaldrive2" #~ msgstr "discextèrne2" #~ msgid "Source: %(source)s" #~ msgstr "Font : %(source)s" #~ msgid "Size" #~ msgstr "Talha" #~ msgid "Download Progress" #~ msgstr "Progression del telecargament" #~ msgid "_View" #~ msgstr "_Afichatge" #~ msgid "scanning..." #~ msgstr "Deteccion en cors..." #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Font : %(source)s\n" #~ "Destinacion : %(destination)s" #~ msgid "Download cannot proceed" #~ msgstr "Impossible de procedir al transferiment" #~ msgid "and" #~ msgstr "e" #~ msgid "MB/s" #~ msgstr "Mio/s" #~ msgid "and %s" #~ msgstr "e %s" #~ msgid "Name + extension" #~ msgstr "Nom + extension" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Download Folder" #~ msgstr "Dorsièr de destinacion" #~ msgid "Example" #~ msgstr "Exemple" #~ msgid "Original:" #~ msgstr "Original :" #~ msgid "Example:" #~ msgstr "Exemple :" #~ msgid "Error Handling" #~ msgstr "Gestion de las errors" #~ msgid "Backup" #~ msgstr "Salvament" #~ msgid "Download / Pause" #~ msgstr "Transferiment / Pausa" #~ msgid "_Add..." #~ msgstr "_Apondre..." #~ msgid "_Translate this Application..." #~ msgstr "_Traduire aquesta aplicacion..." #~ msgid "_Make a Donation..." #~ msgstr "_Far un don..." #~ msgid "_Help" #~ msgstr "_Ajuda" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/pl.po0000644000175000017500000055634614562557501016637 0ustar00damondamon# Polish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:15+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: pl\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Autorzy" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Tłumacze" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Kopie zapasowe nie są skonfigurowane" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nie wykryto urządzeń na których można utworzyć kopię zapasową" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" "Prawidłowe lokalizacje kopii zapasowych nie zostały jeszcze określone" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Możliwe jest utworzenie wielu kopii zapasowych dla pobieranych zdjęć i " "filmów, np. na zewnętrznych dyskach twardych." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Utwórz kopię zapasową zdjęć i filmów podczas pobierania" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" "Automatycznie wykryj urządzenia na których można utworzyć kopię zapasową" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                            Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Określ folder, w którym kopie zapasowe są przechowywane na urządzeniu.
                            " "
                            Uwaga: obecność folderu o tej nazwie jest używana do określenia, " "czy urządzenie jest używane do tworzenia kopii zapasowych. Dla każdego " "urządzenia, którego chcesz użyć do tworzenia kopii zapasowej, utwórz w nim " "folder z jedną z tych nazw folderów. Dodając oba foldery, można użyć tego " "samego urządzenia do tworzenia kopii zapasowych zdjęć i filmów. " #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nazwa folderu zdjęć:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nazwa folderu wideo:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Przykład:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "W przypadku wyłączenia wykrywania automatycznego, proszę wybrać dokładne " "położenie kopii zapasowej." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Położenie kopii zapasowej:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Wybierz lokalizację kopii zapasowej zdjęć" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Położenie kopii zapasowej filmów:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Wybierz lokalizację kopii zapasowej wideo" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "dysk 1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "dysk 2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Prognozowane użycie magazynu kopii zapasowej" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opcje tworzenia kopii zapasowych" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "wideo THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "dźwięk" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Zdjęcia" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Filmy" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Używane" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Nadmiar" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Rozmiar urządzenia nieznany" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Brak miejsca na urządzeniu %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s wolne z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Zdjęcia" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Filmy" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Przewidywane użycie pamięci po pobraniu" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Dostosuj…" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Skonfiguruj tworzenie podfolderów zdjęć" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Skonfiguruj tworzenie podfolderów wideo" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Przewidywane wykorzystanie pamięci" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Wybierz katalog docelowy" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Sprawdzanie urządzenia..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Tymczasowo zignoruj to urządzenie" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Zignoruj to urządzenie na stałe" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Skanuj ponownie" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s pełny" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Pozostałe" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Aparaty" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Urządzenia" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Pobieranie z %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Wybór źródła" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Aparatów" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Urządzeń" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Kliknij pole wyboru pliku, aby zaznaczyć lub odznaczyć go do pobrania." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Pliki, które zostały już pobrane, zostaną zapamiętane. Nadal możesz oznaczyć " "wcześniej pobrane pliki do ponownego pobrania, ale są one domyślnie " "odznaczone, a ich miniatury są przyciemnione, dzięki czemu możesz odróżnić " "je od plików, które dopiero zostaną pobrane." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Jeśli zostanie wybrany więcej niż jeden plik, wszystkie przyjmą oznaczenie " "pliku, którego pole wyboru zostało kliknięte, niezależnie od tego, czy " "poprzednio były zaznaczone, czy nie." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Kliknij pole wyboru urządzenia, aby szybko zaznaczyć lub odznaczyć wszystkie " "pliki do pobrania." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Po zakończeniu pobierania ikona zastępuje pole wyboru miniatury. Kolor ikony " "wskazuje, czy pobieranie się powiodło (zielony), wystąpiły problemy ze " "zmianą nazwy pliku (żółty / pomarańczowy), czy nie powiodło się (czerwony)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "W przypadku problemów na dole okna pojawi się czerwona ikona wskazując, ile " "jest raportów o błędach. Kliknięcie go powoduje otwarcie okna raportu o " "błędzie." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Okno Raport o błędach zawiera listę wszelkich problemów napotkanych przed, w " "trakcie lub po pobraniu. Pomarańczowy trójkąt oznacza ostrzeżenie, czerwone " "kółko oznacza awarię, a czarne kółko oznacza poważniejsze awarie. Możesz " "kliknąć hiperłącza, aby otworzyć plik lub urządzenie w menedżerze plików. " "Możesz również przeszukiwać raporty za pomocą pola wyszukiwania w lewym " "dolnym rogu okna Raport o błędach." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Możesz jednocześnie pobierać z wielu kamer, smartfonów, kart pamięci i " "dysków twardych. Z tylu urządzeń , ile komputer może obsłużyć jednocześnie." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" " Oś czasu grupuje zdjęcia i filmy na podstawie czasu, jaki upłynął " "między kolejnymi zdjęciami. Użyj go, aby zidentyfikować zdjęcia i filmy " "zrobione w różnych okresach w ciągu jednego dnia lub w ciągu kolejnych dni." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                            In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                            The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                            " msgstr "" "

                            Na powyższym rysunku pierwszy rząd osi czasu jest czarny, ponieważ " "wszystkie pliki z tego dnia zostały wcześniej pobrane.

                            Suwak osi czasu " "dostosowuje czas między kolejnymi ujęciami, który jest używany do budowania " "osi czasu:

                            " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Aby wyświetlić zdjęcia i filmy z określonego przedziału czasowego, użyj " "myszy (opcjonalnie w połączeniu z klawiszami Shift lub Ctrl " "), aby wybrać przedziały czasu. Po wybraniu zakresu czasu przycisk Oś " "czasu po lewej stronie okna głównego zostanie podświetlony." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Pobieranie zawsze obejmuje wszystkie pliki sprawdzone do pobrania, w tym te, " "które nie są aktualnie wyświetlane, ponieważ używana jest Oś czasu." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Możesz ukryć lub wyświetlić źródła pobierania, klikając nazwę urządzenia, z " "którego pobierasz plik, w lewym górnym rogu okna programu." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                            1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                            2. Checked State: whether the file is marked for " "download.
                            3. Filename: the full filename, including " "extension.
                            4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                            5. File Type: " "photo or video.
                            6. Device: name of the device the photos and " "videos are being downloaded from.
                            " msgstr "" "Miniatury można sortować według różnych kryteriów:
                            1. Czas " "Modyfikacji: kiedy plik został ostatnio zmodyfikowany, zgodnie z danymi " "metadata (jeśli są dostępne) lub zgodnie z systemem plików (w razie " "potrzeby).
                            2. Stan Zaznaczenia: czy plik jest oznaczony do " "pobrania.
                            3. Nazwa Pliku: pełna nazwa pliku, wraz z " "rozszerzeniem.
                            4. Rozszerzenie: rozszerzenie nazwy pliku. Możesz " "użyć tego do grupowania obrazów jpeg i plików raw, na " "przykład.
                            5. Typ Pliku: zdjęcie lub " "film.
                            6. Urządzenie: nazwa urządzenia, z którego pobierane są " "zdjęcia i filmy.
                            " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Jedną z najbardziej przydatnych funkcji programu Rapid Photo Downloader jest " "jego zdolność do automatycznego generowania podfolderów pobierania i zmiany " "nazw plików podczas pobierania, przy użyciu wybranego schematu." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Aby określić, gdzie chcesz pobierać pliki i jak chcesz je nazwać, otwórz " "odpowiedni panel po prawej stronie okna aplikacji: Miejsce docelowe " ", Zmień nazwę lub Kod pracy ." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                            1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                            2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                            " msgstr "" "Podczas myślenia o strukturze katalogów do pobierania, warto mieć na uwadze " "dwa różne rodzaje katalogów:
                            1. Katalog docelowy, np. " ""Obrazy", "Zdjęcia" lub "Filmy". Ten katalog " "powinien już istnieć na twoim komputerze. Na poniższym rysunku katalogi " "docelowe to "Obrazy" i "Filmy". Nazwa katalogu " "docelowego jest wyświetlana na szarej belce bezpośrednio nad drzewem " "katalogów, z ikoną folderu po lewej stronie i ikoną zębatki po skrajnej " "prawej stronie.
                            2. Podkatalogi do pobrania, czyli katalogi, " "które zostaną automatycznie wygenerowane przez Rapid Photo Downloader. Nie " "muszą one jeszcze istnieć na twoim komputerze, ale nie ma problemu, jeśli " "już istnieją. Będą one generowane pod katalogiem docelowym.
                            " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Możesz pobierać zdjęcia i filmy do tego samego katalogu docelowego lub " "określić inny katalog docelowy dla każdego z nich. To samo dotyczy " "podkatalogów do pobrania dla zdjęć i filmów - możesz pobierać zdjęcia i " "filmy do tych samych podkatalogów lub używać innej struktury dla każdego " "rodzaju plików." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatycznie generowane podfoldery pobierania mogą w razie potrzeby " "zawierać dalsze automatycznie generowane podfoldery. Powszechnym schematem " "jest utworzenie w nim podfolderu zawierającego rok, a następnie serii " "podfolderów rok-miesiąc-dzień." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                            1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                            2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                            1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                            2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                            3. Text which " "you want to appear every time, such as a hyphen or a space.
                            Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Łatwo jest pobrać obrazy RAW do jednego folderu, a obrazy JPEG do innego. " "Po prostu użyj rozszerzenia nazwy pliku jako części schematu " "generowania podfolderów pobierania:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ta ilustracja pokazuje zapisane niestandardowe ustawienie wstępne o nazwie " ""Moje niestandardowe ustawienie wstępne"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Podpowiedzi będą się różnić w zależności od kontekstu, na przykład gdy " "wskaźnik myszy znajdzie się nad przyciskiem." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                            Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                            1. Downloads today: tracks " "downloads completed during that day.
                            2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                            3. Session number: reset each time the program is " "run.
                            4. Sequence letter: like session numbers, but uses " "letters.

                            Read more about sequence numbers in the online " "documentation.

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                            The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                            Read more about file renaming in " "the online " "documentation.

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Możliwe jest utworzenie wielu kopii zapasowych dla pobieranych zdjęć i " "filmów, np. na zewnętrznych dyskach twardych." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "W tym przykładzie dysk photobackup nie zawiera folderu o nazwie " " Wideo , więc nie będzie można tworzyć kopii zapasowej filmów." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Możesz także importować ustawienia programu ze starszej wersji 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                            1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                            2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                            3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                            Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Porada dnia" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Czy wiesz, że...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Pokaż porady po uruchomieniu" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Następny" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Poprzedni" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Chwilka" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuta(y)" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 godzina" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d godzin(a)" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dzień" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dni" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund(a)" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 godzina, 1 minuta" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 godzina, %d minuty(a)" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d godzin(a), 1 minuta" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dzień, 1 godzina" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dzień, %d godzin(y)" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dni, 1 godzina" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Znajdź" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Raporty o błędach - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Znajdź w raportach" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Znajduje poprzednie wystąpienie frazy" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Znajduje następne wystąpienie frazy" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Podświetl wszystko" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Podświetl wszystkie wystąpienia frazy" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Dopasuj wyrażenie" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Szukaj z rozróżnianiem wielkości liter" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&całe wyrazy" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Szukaj tylko całych wyrazów" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s z % s dopasowań" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Wyczyść" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Wyrażenie nie zostało znalezione" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Wyszukiwanie w toku ..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Liczba nowych wpisów dodanych do raportu o błędzie od ostatniego otwarcia. " "Kliknij, aby otworzyć raport o błędzie." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                            In " "your bug report describe what you expected to happen, and what you observed " "happening.

                            The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Proszę zgłosić problem na stronie {website}.

                            W swoim raporcie błędu opisz, czego " "oczekiwałeś, że się wydarzy, i co faktycznie zaobserwowałeś.

                            Raport " "błędu musi również zawierać ustawienia programu i pliki dziennika. Aby " "utworzyć plik z tą dodatkową informacją, kliknij Zapisz." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Dodatkowe informacje zostały zapisane." #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                            {tarfile}
                            You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                            Click here to see the file in your file manager." msgstr "" "Dodatkowa informacja dotycząca błędu została utworzona w Twoim katalogu " "domowym w pliku tar:
                            {tarfile}
                            . Musisz samodzielnie załączyć ten " "plik do raportu błędu. Nie będzie on załączany automatycznie.

                            Kliknij " "tutaj, aby zobaczyć ten plik w menedżerze plików." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Błąd podczas tworzenia dodatkowych informacji" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Dodatkowa informacja dotycząca błędu nie została utworzona. Proszę jednak " "zgłosić raport błędu." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                            If possible, please also include the program's configuration " "file {config_file}.

                            Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "W raporcie błędu należy uwzględnić pliki dziennika programu, w tym " "{log_file}, ale często przydatne jest załączenie także innych plików " "dziennika.

                            Jeśli to możliwe, proszę również dołączyć plik " "konfiguracyjny programu {config_file}.

                            Kliknij tutaj, aby otworzyć katalog z dziennikami, i tutaj, aby otworzyć katalog konfiguracyjny." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Aktualizacja do najnowszej wersji pozwoli ci " "sprawdzić, czy problem, z którym się spotkałeś, został już naprawiony." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem w Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Wystąpił problem w programie Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Jeśli ten sam problem pojawi się ponownie przed zamknięciem programu, jest " "to jedyne powiadomienie o tym." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Otwórz w przeglądarce plików ..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Resetuj" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Pokaż foldery systemowe" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Systemy plików" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Inne…" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (lokalizacja nie istnieje)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Data czas" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nazwa pliku" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadane" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekwencje" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Etykiety" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data zdjęcia" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Data filmu" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Dzisiaj" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Wczoraj" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Data pobierania" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nazwa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Rozszerzenie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Numer obrazu" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Numer filmu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Przysłona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Czas naświetlania" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Ogniskowa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Producent aparatu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model aparatu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Skrót modelu aparatu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Skrót z myślnikiem modelu aparatu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Numer seryjny" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Licznik migawki" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Numer pliku" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Tylko katalog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Katalog i plik" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nazwa właściciela" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Szerokość" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Wysokość" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Długość" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Klatki na sekundę" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Wykonawca" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Prawa autorskie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Pobierań dzisiaj" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Numer sesji" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Numer podkatalogu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Numer zachowany" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Litera sekwencji" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Wszystkie cyfry" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Ostatnia cyfra" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Ostatnie 2 cyfry" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Ostatnie 3 cyfry" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Ostatnie 4 cyfry" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Oryginalna wielkość liter" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "WIELKIE LITERY" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "małe litery" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Jedna cyfra" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dwie cyfry" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Trzy cyfry" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Cztery cyfry" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Pięć cyfr" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sześć cyfr" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Siedem cyfr" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Części sekundy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "RRRR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "RRRR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "RR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "RR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Miesiąc (pełna nazwa)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Miesiąc (skrót nazwy)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Dzień tygodnia (pełna nazwa)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Dzień tygodnia (skrót nazwy)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "GGMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "GGMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "GG-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "GG-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuty)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Data (myślniki)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Data (podkreślenia)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Data i kod zadania" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "YYYYMM_kod zadania" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Podfolder daty i kodu zadania" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Etykieta" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Oryginalna nazwa pliku" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Data i godzina oraz Pobrania dzisiaj" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-GGMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Data i Pobrania dzisiaj" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Data - godzina oraz numer zdjęcia" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Data - godzina i kod zadania" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Data -godzina oraz numer filmu." #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "RRRMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Rozdzielczość" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-GGMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Proszę wprowadzić nową Etykietę, lub wybrać poprzednią" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Kod zadania zostanie zastosowany do %s, które jeszcze nie mają przypisanego " "kodu zadania." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "Kod zadania zostanie przypisany do %s, które jeszcze nie mają przypisanego " "kodu zadania." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Zastosuj kod zadania do pobrania" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Proszę wprowadzić nową nazwę Etykiety" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Ostatnio użyty" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Rosnąco" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Malejąco" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Nowy..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Zastosuj" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Usuń" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Usuń wszystko" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Usuń wszystkie etykiety" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Etykiety" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                            %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Uzyskaj pomoc w sieci..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Wstaw" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                            Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                            Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                            Creating a custom preset is not required, but can help " "you keep organized.

                            The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                            If you " "like, you can create a new custom preset or update the existing custom " "preset.

                            The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Preferencje" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatyzacja" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatury" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Obsługa błędów" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Ostrzeżenia" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Różne" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Skanuj tylko urządzenia zewnętrzne" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Skanuj tylko określone foldery na urządzeniach" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Foldery do skanowania:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Dodaj..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Usuń" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Zapamiętane urządzenia" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Ścieżki ignorowane" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Zmiany będą zastosowane po ponownym uruchomieniu programu" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatyzacja programu" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Rozpocznij pobieranie przy uruchomieniu programu" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Rozpocznij pobieranie po podłączeniu urządzenia" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Odmontuj (wysuń) urządzenie po zakończeniu pobierania" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Opuść program po zakończeniu pobierania" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Zakończ program nawet jeśli wystąpią błędy i ostrzeżenia podczas pobierania" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generowanie miniatur" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Generuj miniatury" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Generuj miniatury do pokazania w głównym oknie programu" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Buforuj miniatury" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Zapisz miniatury pokazane w głównym oknie programu w pamięci podręcznej " "miniatur unikalnej dla Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Generuj miniatury systemowe" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Podczas pobierania zapisz miniatury, z których mogą korzystać menedżer " "plików i inne programy" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Liczba rdzeni procesora użytych do wygenerowania miniatur." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Liczba rdzeni procesora:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Pamięć podręczna miniatur" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Obliczanie..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dni" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Rozmiar pamięci podręcznej:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Liczba miniatur:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Rozmiar bazy danych:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Wyczyść pamięć podręczną ..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optymalizuj pamięć podręczną ..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Pomiń pobieranie" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Dodaj unikatowy identyfikator" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Nadpisz" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Zastąp poprzednio utworzony plik" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Pomiń" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Pokaż ostrzeżenie, gdy:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Brakuje bibliotek programu lub są uszkodzone" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Dodaj" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Jedno zdjęcie" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Dwa zdjęcia" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Nie zaznaczaj pliku JPEG do pobrania" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Nie zaznaczaj pliku RAW do pobrania" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Zaznacz oba do pobrania" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Wyczyść ukończone pobrania" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Pytaj, co robić" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                            Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                            The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                            1. ExifTool reports a time zone and MediaInfo " "does not.
                            2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                            3. Gstreamer is unable to extract " "thumbnails.
                            " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Wyczyść pamięć podręczną miniatur" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Czy chcesz zoptymalizować pamięć podręczną miniatur? Pamięć podręczna " "zostanie zoptymalizowana przy następnym uruchomieniu programu." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Zoptymalizuj pamięć podręczną miniatur" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Wprowadź folder do skanowania" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Katalog:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Wprowadź Ścieżkę ignorowaną" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Proszę określić ścieżkę, która nigdy nie będzie sprawdzana w poszukiwaniu " "zdjęć lub obrazów" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Ścieżka:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Wprowadź rozszerzenie pliku" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Rozszerzenie:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Nieprawidłowe rozszerzenie pliku" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Ślub" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Urodziny" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencje podkatalogu nie powinny zaczynać się od %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencje podkatalogu nie powinny kończyć się na %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencje podkatalogu nie powinny zawierać dwóch %s jeden po drugim" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Pobierz 8 zdjęć i 10 filmów" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Błąd: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Błąd GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nie można zainicjować aparatu, prawdopodobnie dlatego, że używa go inny " "program. Nie skopiowano z niego żadnych plików." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Nie można odczytać pliku %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Nie można zapisać pliku %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Nie można przenieść pliku %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Nie można usunąć pliku %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Nie można skopiować pliku %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Plik o zerowej długości %s nie zostanie pobrany" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Podczas synchronizacji wartości sekwencji RAW + JPEG wykryto zdjęcia o tych " "samych nazwach plików, ale zrobione w różnym czasie:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s zostało zrobione %(image1_date)s o %(image1_time)s, a %(image2)s " "%(image2_date)s o %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Brak metadanych %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Brakuje następujących metadanych: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Konwersja daty/godziny nie powiodła się: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Nazwa pliku nie posiada rozszerzenia." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Plik nie posiada cyfr w swojej nazwie." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nie można utworzyć podfolderu pobierania %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5g" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Oś czasu jest tworzona..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                            The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                            Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problem z ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                            Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problem z libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                            To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                            Missing applications: " "%(applications)s

                            Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                            Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                            \n" "

                            Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                            " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Pobierz" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Odśwież..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Ustawienia" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Zakończ" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Wyczyść ukończone pobrania" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Uzyskaj pomoc online..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "Porada dnia..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Zgłoś błąd..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Przekaż darowiznę..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Przetłumacz ten program..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&O programie..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Oś czasu" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Cel" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Zmiana nazwy" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Kopie zapasowe" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Ten komputer" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Wybierz folder źródłowy" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Wszystko" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Nowy" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Wyświetl:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Czas modyfikacji" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Typ pliku" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Urządzenie" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sortowanie:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Zaznacz wszystko:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Wznów pobieranie" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Wstrzymaj" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Dziękujemy za zgłoszenie problemu w Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                            Do you really want to " "change the source path to %(new_path)s?

                            You are currently downloading " "from %(source_path)s.

                            If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "zdjęcie" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "film" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Podczas pobierania nie można zmienić miejsca docelowego pobierania." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                            Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Potwierdź miejsce docelowe pobierania

                            Czy na pewno chcesz " "ustawić miejsce docelowe pobierania dla %(file_type)s na %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                            \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                            \n" "Do you want to proceed with the download?" msgstr "" "\n" "Pobieranie wszystkich plików

                            \n" "Pobieranie zawsze obejmuje wszystkie pliki oznaczone do pobrania,\n" "w tym te, które obecnie nie są wyświetlane z powodu korzystania z osi czasu\n" "lub dlatego, że są pokazywane tylko nowe pliki.

                            \n" "Czy chcesz kontynuować pobieranie?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Nieprawidłowe katalogi pobierania:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Nieprawidłowy katalog pobierania:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Błąd pobierania" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Pobieranie nie może być kontynuowane." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Kopie zapasowe zdjęć i filmów nie zostaną utworzone, ponieważ nie ma gdzie " "ich utworzyć. Czy nadal chcesz rozpocząć pobieranie?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Nie istnieje urządzenie do tworzenia kopii zapasowych %(filetype)s. Czy " "nadal chcesz rozpocząć pobieranie?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "zdjęcia" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "filmy" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" "Miejsca docelowe kopii zapasowych zdjęć i filmów nie istnieją lub nie " "można w nich zapisać.

                            Czy nadal chcesz rozpocząć pobieranie?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" "Miejsce docelowe kopii zapasowej %(filetype)s nie istnieje lub nie można " "w nim zapisać.

                            Czy nadal chcesz rozpocząć pobieranie?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problem z zapisem kopii zapasowej" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — pozostało %(time_left)s (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Pobrane pliki typu %(filetypes)s: %(noFiles)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Nieudanych pobrań plików typu %(filetypes)s: %(noFiles)s" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "ostrzeżenia" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Ukończono wszystkie pobierania" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "Plik typu %(filetype)s został pobrany" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "Nie udało się pobrać pliku typu %(filetype)s" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 niepowodzenie" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d niepowodzeń" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 ostrzeżenie" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d ostrzeżeń" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Pobrano %(no_files_and_types)s z %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Pobrano %(no_files_and_types)s z %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nie pobrano żadnych plików — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Nie pobrano żadnych plików" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Preferencje programu są nieprawidłowe" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                            It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                            On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" "Wszystkie pliki na %(camera)s są niedostępne.

                            Może być " "zablokowane lub nie skonfigurowane do transferu plików za pomocą USB. Możesz " "je odblokować i spróbować ponownie.

                            Na niektórych modelach musisz " "także zmienić ustawienie, aby umożliwić korzystanie z USB do Transferu " "Plików.

                            Dowiedz się więcej o p" "obieraniu z aparatów i wł" "ączaniu pobierania z telefonów.

                            Alternatywnie, możesz zignorować " "%(camera)s." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                            Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                            If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                            If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" "Wygląda na to, że %(camera)s jest używane przez inną " "aplikację.

                            Rapid Photo Downloader nie może uzyskać dostępu do " "telefonu lub aparatu, który jest używany przez inną aplikację, taką jak " "menedżer plików.

                            Jeśli urządzenie jest zamontowane w menedżerze " "plików, musisz je najpierw \"wyłączyć\" z innej aplikacji, zachowując " "jednocześnie podłączony %(camera)s.

                            Jeśli to nie pomoże, odłącz " "%(camera)s od komputera i ponownie podłącz.

                            Dowiedz się więcej o p" "obieraniu z aparatów i wł" "ączaniu pobierania z telefonów.

                            Alternatywnie, możesz zignorować " "%(camera)s." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Włącz dostęp do urządzenia iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Spróbuj ponownie" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignoruj to urządzenie" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Przepraszamy, wystąpił nieoczekiwany problem podczas skanowania %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Niestety nie można pobrać z tego urządzenia." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Możliwym obejściem tego problemu może być pobieranie plików z karty pamięci " "aparatu za pomocą czytnika kart." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Skanowanie urządzenia nie powiodło się" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s nie może zostać przeskanowany, ponieważ nie można go " "odmontować.

                            Możesz zamknąć inne aplikacje (takie jak eksplorator " "plików), które go używają, i spróbować ponownie. Jeśli to nie pomoże, odłącz " "%(camera)s od komputera i podłącz ponownie." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Pobieranie nie może się rozpocząć, ponieważ nie można odmontować " "%(camera)s.

                            Możesz zamknąć inne aplikacje (takie jak eksplorator " "plików), które go używają, i spróbować ponownie. Jeśli to nie pomoże, odłącz " "%(camera)s od komputera, podłącz ponownie i wybierz, które pliki chcesz " "pobrać." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "Wyświetlane jest %s, którego pobieranie zostało zakończone." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Czy chcesz wyczyścić ukończone pobieranie?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Ukończono pobieranie" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, których pobieranie zostało zakończone, jest wyświetlane." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Czy chcesz wyczyścić ukończone pobieranie?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Czy chcesz pobrać zdjęcia i filmy z urządzenia %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Czy chcesz zignorować %s za każdym razem, gdy ten program jest " "uruchamiany?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Wszystkie aparaty fotograficzne, telefony i tablety o tej samej nazwie " "modelu zostaną zignorowane." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Czy chcesz zignorować urządzenie %s za każdym razem, gdy ten program jest " "uruchamiany?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Każde urządzenie o tej samej nazwie zostanie zignorowane." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Pobieranie z %(location)s na tym komputerze." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                            On some systems, scanning " "this location can take a very long time." msgstr "" "Czy na pewno chcesz pobrać stąd?

                            W niektórych systemach skanowanie " "tej lokalizacji może zająć bardzo dużo czasu." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — pobieranie wstrzymane" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Generowanie miniatur dla %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Skanowanie %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s z %(available files)s oznaczono do pobrania (%(hidden)s ukrytych)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s z %(available files)s oznaczono do pobrania" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Pokaż numer wersji programu i jego bibliotek i zakończ." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Wyświetla informacje o programie po uruchomieniu z wiersza poleceń." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "Wyświetl informacje debugowania po uruchomieniu z wiersza poleceń." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Wyświetla listę rozszerzeń plików zdjęć i filmów, które program rozpoznaje i " "zakończ działanie." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Włącz lub wyłącz zmianę nazw zdjęć." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Włącz lub wyłącz zmianę nazw filmów." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Włącz lub wyłącz automatyczne wykrywanie urządzeń, z których chcesz pobrać." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Włącz lub wyłącz pobieranie z tego komputera." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "Ścieżka" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" "Ścieżka (PATH) na tym komputerze, z której można dokonywać pobierania." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Ścieżka (PATH), do której będą pobierane zdjęcia." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Ścieżka (PATH), do której będą pobierane filmy." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Włącz lub wyłącz tworzenie kopii zapasowych zdjęć i filmów podczas " "pobierania." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Włącz lub wyłącz automatyczne wykrywanie urządzeń do tworzenia kopii " "zapasowych." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "FOLDER" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "FOLDER, w którym przechowywane są kopie zapasowe na automatycznie wykrytym " "urządzeniu do tworzenia kopii zapasowych zdjęć, przy czym nazwa folderu " "służy do określenia, czy urządzenie jest używane do tworzenia kopii " "zapasowych. Dla każdego urządzenia, którego chcesz używać do tworzenia kopii " "zapasowych zdjęć, utwórz na nim folder o tej nazwie." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "FOLDER, w którym przechowywane są kopie zapasowe na automatycznie wykrytym " "urządzeniu do tworzenia kopii zapasowych wideo, a nazwa folderu służy do " "określenia, czy urządzenie jest używane do tworzenia kopii zapasowych. Dla " "każdego urządzenia, którego chcesz używać do tworzenia kopii zapasowych " "filmów, utwórz na nim folder o tej nazwie." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ŚCIEŻKA, w której będą tworzone kopie zapasowe zdjęć, gdy automatyczne " "wykrywanie urządzeń do tworzenia kopii zapasowych jest wyłączone." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ŚCIEŻKA, w której będą tworzone kopie zapasowe filmów, gdy automatyczne " "wykrywanie urządzeń do tworzenia kopii zapasowych jest wyłączone." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Zignoruj zdjęcia z następującymi rozszerzeniami: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Włącz lub wyłącz rozpoczynanie pobierania od razu po uruchomieniu samego " "programu." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Włącz lub wyłącz rozpoczynanie pobierania od razu po włożeniu urządzenia." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Włącz lub wyłącz korzystanie z pamięci podręcznej miniatur w programie Rapid " "Photo Downloader. Wyłączenie jej nie skasuje istniejących treści w pamięci " "podręcznej." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Usuń wszystkie miniatury w pamięci podręcznej miniatur programu Rapid Photo " "Downloader i wyjdź." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Zapomnij, które pliki zostały wcześniej pobrane i zakończ." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Zaimportuj preferencje z wcześniejszej wersji programu i zakończ. Wymaga " "użycia programu wiersza poleceń gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Zresetuj wszystkie ustawienia programu do wartości domyślnych, usuń " "wszystkie miniatury w pamięci podręcznej miniatur, zapomnij, które pliki " "zostały wcześniej pobrane, i zakończ program." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Dodaj informacje o debugowaniu gphoto2 do plików dziennika (logów)." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Wyświetl informacje na terminalu o podłączonych aparatach i zakończ " "działanie programu." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Użyj motywu systemowego Qt zamiast wbudowanego motywu." #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" "Uruchom ten program w środowisku Wayland lub w standardowym środowisku X11." #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Aby zaimportować preferencje z wcześniejszej wersji Rapid Photo Downloader, " "musisz zainstalować program gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Nie wykryto wcześniejszych preferencji programu: zamykanie." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importowanie preferencji z Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Czy chcesz skopiować przechowywany numer sekwencji, który ma wartość %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Przerwanie programu." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Nigdy nie uruchamiaj tego programu jako użytkownik sudo / root." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Musisz zainstalować ExifTool, aby uruchomić Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader jest zainstalowany w wielu lokalizacjach.\n" "\n" "Odinstaluj wszystkie kopie oprócz wersji, którą chcesz uruchomić." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Podając ścieżkę w wierszu poleceń, nie podawaj jednocześnie\n" "opcji wykrywania urządzenia ani ścieżki na \"Ten komputer\"." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Wszystkie ustawienia i pamięć podręczna zostały zresetowane." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Pamięć podręczna miniatur została zresetowana." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Zapamiętane pliki zostały zapomniane." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Zapamiętaj ten wybór" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Nie pytaj mnie o to ponownie" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Nie ostrzegaj mnie o tym ponownie" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Nie ostrzegaj mnie ponownie o brakujących lub uszkodzonych bibliotekach " "programu" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "podkatalog i nazwa pliku" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nazwa pliku" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "podkatalog" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Licznik określający liczbę pobrań każdego dnia" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Pobierań dzisiaj:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" "Licznik, który jest zapamiętywany za każdym razem, gdy program jest " "uruchamiany " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Numer zachowany:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Czas, o którym należy zresetować numer sekwencji Pobrane dzisiaj" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Początek dnia:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Synchronizuj RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchronizuj numery sekwencji dla pasujących par RAW i JPEG.\n" "\n" "Zobacz dokumentację online po więcej szczegółów." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Numery sekwencji" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Usuń niezgodne znaki" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Czy z nazw zdjęć, filmów i folderów należy usunąć znaki, które nie są " "dozwolone w innych systemach operacyjnych" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Zgodność" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Zmiana nazw zdjęć" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Zmiana nazw wideo" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Opcje zmiany nazw" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "zdjęcia i filmy" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "zdjęcia lub filmy" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "film wideo" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 wideo" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "zdjęcie" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Zdjęcie" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s." #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Zdjęcie" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Katalog główny systemu plików" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Obrazy" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Przepraszamy, hasło było nieprawidłowe." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Aby wykonać zadania administracyjne, wprowadź hasło dla %s." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Hasło:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Zdjęcie wykonane dnia %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Zmodyfikowano %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Karty pamięci: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Karta pamięci: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Pobrano jako:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                            Previous download:
                            %(filename)s
                            %(path)s
                            %(date)s" msgstr "" "

                            Poprzednie pobieranie:
                            %(filename)s
                            %(path)s
                            %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                            Manually set as previously downloaded on %(date)s" msgstr "

                            Ustaw ręcznie jako pobraną wcześniej w dniu %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopiuj ścieżkę" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Oznacz plik jako pobrany" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Oznacz pliki jako pobrane" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s i %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "jeden" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dwa" #: ../raphodo/utilities.py:576 msgid "three" msgstr "trzy" #: ../raphodo/utilities.py:577 msgid "four" msgstr "cztery" #: ../raphodo/utilities.py:578 msgid "five" msgstr "pięć" #: ../raphodo/utilities.py:579 msgid "six" msgstr "sześć" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "siedem" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "osiem" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "dziewięć" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "dziesięć" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "jedenaście" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "dwanaście" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "trzynaście" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "czternaście" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "piętnaście" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "szesnaście" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "siedemnaście" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "osiemnaście" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "dziewiętnaście" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "dwadzieścia" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Zamknij" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Anuluj" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Zapisz" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Pomoc" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Przywróć domyślne" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Tak" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Nie" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Utwórz katalog %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Zamontuj dysk %(drive)s: w %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Odmontuj dysk %(drive)s: z %(path)s." #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Zamontuj dyski %s." #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Zamontuj dysk %s." #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Odmontuj dyski %s." #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Odmontuj dysk %s." #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Przepraszam, wystąpił błąd podczas montowania dysków %s." #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Przepraszam, wystąpił błąd podczas odmontowywania dysków %s." #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Przepraszam, wystąpił błąd podczas montowania dysku %s." #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Przepraszam, wystąpił błąd podczas odmontowywania dysku %s." #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Dyski Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Włącz automatyczne montowanie dysków Windows." #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Automatycznie montuj wszystkie dyski Windows." #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Automatycznie montuj tylko dyski Windows, które są skonfigurowane poniżej." #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Montowane przez użytkownika" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Montowane przez system" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Dysk" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Punkt montowania" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Automatyczne montowanie" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Automatyczne odmontowywanie przy wyjściu." #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Oczekujące operacje:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Zastosuj oczekujące operacje" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Czy chcesz zamontować dysk %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Czy chcesz zamontować dyski %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Dysk wymienny" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Dysk lokalny" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Pobieraj, zmieniaj nazwy i twórz kopie zapasowe zdjęć i filmów z aparatów i " "innych urządzeń" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importuje zdjęcia i filmy z aparatów, telefonów, kart " "pamięci i innych urządzeń z dużą prędkością. Można go skonfigurować do " "zmiany nazw zdjęć i filmów z określonymi nazwami plików. Może także tworzyć " "kopie zapasowe zdjęć i filmów podczas ich pobierania. Pobiera i tworzy kopie " "zapasowe z wielu urządzeń jednocześnie." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Unikalną funkcją Rapid Photo Downloader jest oś czasu, która grupuje zdjęcia " "i filmy na podstawie czasu, jaki upłynął między kolejnymi zdjęciami. Użyj " "go, aby zidentyfikować zdjęcia i filmy zrobione w różnych okresach w ciągu " "jednego dnia lub w ciągu kolejnych dni." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Rapid Photo Downloader, napisany przez fotografa dla profesjonalnych " "fotografów i amatorów, jest łatwy w konfiguracji i obsłudze. Preferencje " "programu są konfigurowane bez potrzeby skomplikowanych kodów. Typowe zadania " "można zautomatyzować, takie jak odmontowanie karty pamięci po zakończeniu " "pobierania." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Okno główne" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Zmiana nazwy" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "zdjęcia;pobieranie;fotografia;importowanie;wideo;RAW;aparat;telefon;przetwarz" "anie;kopia zapasowa;pamięć;karta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Pobieraj zdjęcia i filmy z Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Przykład: %s" #~ msgid "_View" #~ msgstr "_Widok" #~ msgid "Download folder:" #~ msgstr "Katalog pobierania:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Proszę wybrać katalog pobierania. Podkatalogi dla pobranych zdjęć zostaną w " #~ "nim automatycznie utworzone w oparciu o poniższą specyfikację." #~ msgid "Download Folder" #~ msgstr "Katalog pobierania" #~ msgid "Download Subfolders" #~ msgstr "Podkatalogi pobierania" #~ msgid "Example:" #~ msgstr "Przykład:" #~ msgid "Example" #~ msgstr "Przykład" #~ msgid " hh:mm" #~ msgstr " gg:mm" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Kopia zapasowa" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Zgodność z innymi systemami operacyjnymi" #~ msgid "Backup" #~ msgstr "Kopia zapasowa" #~ msgid "Error Handling" #~ msgstr "Obsługa błędów" #~ msgid "Program Automation" #~ msgstr "Automatyzacja programu" #~ msgid "_Get Help Online..." #~ msgstr "Z_najdź pomoc w sieci..." #~ msgid "_Report a Problem..." #~ msgstr "Zgłoś _błąd w programie..." #~ msgid "_Make a Donation..." #~ msgstr "_Darowizna" #~ msgid "_Error Log" #~ msgstr "_Dziennik błędów" #~ msgid "Error Log" #~ msgstr "Dziennik błędów" #~ msgid "_Clear Completed Downloads" #~ msgstr "Wyczyść _ukończone pobierania" #~ msgid "Download Progress" #~ msgstr "Postęp pobierania" #~ msgid "Rename Options" #~ msgstr "Opcje zmiany nazw" #~ msgid "Size" #~ msgstr "Rozmiar" #~ msgid "Select a folder to download photos to" #~ msgstr "Wybór katalogu dla pobieranych zdjęć" #~ msgid "scanning..." #~ msgstr "wyszukiwanie..." #~ msgid "Rename Options" #~ msgstr "Opcje zmiany nazw" #~ msgid "New:" #~ msgstr "Nowa:" #~ msgid "Original:" #~ msgstr "Oryginalna:" #~ msgid "externaldrive1" #~ msgstr "dyskzewnętrzny1" #~ msgid "externaldrive2" #~ msgstr "dyskzewnętrzny2" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Pozostało około %i sekund" #~ msgid "About 1 second remaining" #~ msgstr "Pozostała około sekunda" #~ msgid "About 1 minute remaining" #~ msgstr "Pozostała około minuta" #~ msgid "Name + extension" #~ msgstr "Nazwa + rozszerzenie" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/dyskzewnętrzny/Photos" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferencje: Rapid Photo Downloader" #~ msgid "Backup\t" #~ msgstr "Kopia zapasowa\t" #~ msgid "_Translate this Application..." #~ msgstr "_Przetłumacz ten program..." #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Źródło: %(source)s\n" #~ "Cel: %(destination)s" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Pozostało około %(minutes)i:%(seconds)02i minut" #~ msgid "Download / Pause" #~ msgstr "Pobierz / Wstrzymaj" #~ msgid "Backing up error" #~ msgstr "Błąd tworzenia kopii zapasowej" #~ msgid "Download cannot proceed" #~ msgstr "Pobieranie nie może się odbyć" #~ msgid "and" #~ msgstr "oraz" #~ msgid "Using backup devices" #~ msgstr "Użycie urządzeń do zapisu kopii zapasowej" #~ msgid "Using backup device" #~ msgstr "Użycie urządzenia do zapisu kopii zapasowej" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "wyświetl informacje programu w linii komend podczas działania programu " #~ "(domyślnie: %default)" #~ msgid "only output errors to the command line" #~ msgstr "wyświetlaj jedynie błędy w linii komend" #, python-format #~ msgid "and %s" #~ msgstr "oraz %s" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatycznie wykryj przenośne magazyny danych" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Proszę określić czas, w formacie 24-godzinnym, w którym numer sekwencji " #~ "Pobierań dzisiaj powinien zostać zresetowany." #~ msgid "Sequence Numbers" #~ msgstr "Numery sekwencji" #~ msgid "Job Codes" #~ msgstr "Kody pracy" #~ msgid "Job Code:" #~ msgstr "Kod pracy:" #~ msgid "Job Codes" #~ msgstr "Kody pracy" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paryż" #~ msgid "New York" #~ msgstr "Nowy Jork" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Sztokholm" #~ msgid "Rome" #~ msgstr "Rzym" #~ msgid "Moscow" #~ msgstr "Moskwa" #~ msgid "Budapest" #~ msgstr "Budapeszt" #~ msgid "Madrid" #~ msgstr "Madryt" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Dżakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "_Remember this choice" #~ msgstr "Zapa_miętaj ten wybór" #~ msgid "Device Detected" #~ msgstr "Znalezione urządzenie" #~ msgid "Enter a Job Code" #~ msgstr "Wprowadzenie kodu pracy" #~ msgid "_Add..." #~ msgstr "_Dodaj..." #~ msgid "R_emove All" #~ msgstr "U_suń wszystko" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronizuj numery sekwencji RAW + JPEG" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Źródło: %(source)s" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Usunąć wszystkie kody pracy?" #~ msgid "Remove all Job Codes?" #~ msgstr "Usunąć wszystkie kody pracy?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Katalog docelowy nie mógł zostać utworzony: %(directory)s\n" #~ msgid "Photo backup folder name:" #~ msgstr "Nazwa katalogu z kopią zapasową zdjęć:" #~ msgid "Location:" #~ msgstr "Położenie:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importuj zdjęcia i wideo wydajnie i niezawodnie" #~ msgid "Photo Folders" #~ msgstr "Katalogi zdjęć" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Wprowadzone preferencje podkatalogu %(filetype)s są nieprawidłowe i nie mogą " #~ "zostać użyte.\n" #~ "Zostaną przywrócone ich domyślne wartości." #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Pobierać zdjęcia lub filmy z tego urządzenia lub partycji?" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "wypisz typy plików rozpoznawane przez program i zakończ" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "zresetuj wszystkie ustawienia oraz preferencje programu i zakończ" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tworzenie kopii zapasowej w %(path)s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Wszystkie ustawienia oraz preferencje zostały zresetowane" #~ msgid "Photos:" #~ msgstr "Zdjęcia:" #~ msgid "Videos:" #~ msgstr "Filmy:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Przykład: /home/użytkownik/Obrazy" #~ msgid "Photo Rename" #~ msgstr "Zmiana nazw zdjęć" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Konflikty między nazwami zdjęć i filmów" #~ msgid "Photo Rename\t" #~ msgstr "Zmiana nazw zdjęć\t" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Katalogi pobierania zdjęć" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Katalogi pobierania filmów" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Proszę wybrać katalog pobierania. Podkatalogi dla pobranych filmów zostaną w " #~ "nim automatycznie utworzone w oparciu o poniższą specyfikację." #~ msgid "Video Rename\t" #~ msgstr "Zmiana nazw filmów\t" #~ msgid "Automatically detect devices" #~ msgstr "Automatycznie wykryj urządzenia" #~ msgid "Devices" #~ msgstr "Urządzenia" #~ msgid "Video Folders" #~ msgstr "Katalogi filmów" #~ msgid "Photo Rename" #~ msgstr "Zmiana nazw zdjęć" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Błąd w preferencjach zmiany nazw obrazów" #~ msgid "Video Rename" #~ msgstr "Zmiana nazw filmów" #~ msgid "Error in Video Rename preferences" #~ msgstr "Błąd w preferencjach zmiany nazw filmów" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Ostrzeżenie: Metadane są niewystarczające do pełnego wygenerowania " #~ "podkatalogów. Proszę użyć innej opcji określenia nazw podkatalogów." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Ostrzeżenie: Metadane są niewystarczające do pełnego wygenerowania " #~ "nazwy. Proszę użyć innej opcji zmiany nazwy." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Odmontuj (\"wysuń\") urządzenie po ukończeniu pobierania" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Proszę określić czy znaki, które są niedozwolone przez inne systemy " #~ "operacyjne, powinny zostać usunięte z nazw obrazów i katalogów." #~ msgid "Video backup folder name:" #~ msgstr "Nazwa katalogu z kopią zapasową filmów:" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Błąd w preferencjach podkatalogów pobierania filmów" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Błąd w preferencjach podkatalogów pobierania zdjęć" #~ msgid "Select a folder to download videos to" #~ msgstr "Wybór katalogu dla pobieranych filmów" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Wybór katalogu zawierającego %(file_types)s" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Proszę określić katalog dla tego urządzenia w którym przechowywana będzie " #~ "kopia zapasowa. \n" #~ "\n" #~ "Uwaga: zostanie to również wykorzystane do określenia czy urządzenie " #~ "będzie używane do tworzenia kopii zapasowych. Proszę utworzyć katalog o " #~ "podanej nazwie dla każdego urządzenia, które będzie używane do zapisu kopii " #~ "zapasowych." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z %(total)s plików typu %(filetypes)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Błąd: %(inst)s" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Zaznacz wszystkie z _kodem pracy" #~ msgid "_Select" #~ msgstr "_Zaznaczenie" #~ msgid "Select All Without _Job Code" #~ msgstr "Zaznacz wszystkie _bez kodu pracy" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Proszę określić działanie w przypadku, gdy zdjęcie lub film o tej samej " #~ "nazwie został już pobrany." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Proszę wybrać, czy podczas tworzenia kopii zapasowej nadpisać czy pominąć " #~ "plik o tej samej nazwie na urządzeniu docelowym." #~ msgid "Photo has already been downloaded" #~ msgstr "Zdjęcie zostało już pobrane" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Zdjęcia z taką samą nazwą, ale zrobione w różnym czasie" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "%(number)s z %(total)s plików typu %(filetypes)s (pozostało: %(remaining)s)" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "wyświetlanie informacji o błędach w przypadku uruchomienia z linii poleceń" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Katalog: %s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s już istnieje" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Błąd: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadane mogą być uszkodzone." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s oraz %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s oraz %(volume)s (%(inst)s)." #~ msgid "The following metadata is missing: " #~ msgstr "Brak następujących metadanych: " #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemy przy tworzeniu podkatalogów i nazw plików" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemy w tworzeniu %s" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem w tworzeniu %s" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem w tworzeniu podkatalogu i nazwy pliku" #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Zdjęcia o tej samej nazwie pliku, ale zrobione w innym czasie: %(details)s" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s oraz %(final_volume)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s oraz %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, oraz %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Ścieżka: %s" #~ msgid "Next File" #~ msgstr "Następny plik" #~ msgid "Previous File" #~ msgstr "Poprzedni plik" #~ msgid "Free space:" #~ msgstr "Wolne miejsce:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "Performance" #~ msgstr "Wydajność" #~ msgid "_File" #~ msgstr "_Plik" #~ msgid "_Help" #~ msgstr "Pomo_c" #~ msgid "_Uncheck All" #~ msgstr "_Odznacz wszystko" #~ msgid "_Check All" #~ msgstr "Zaznacz _wszystko" #~ msgid "_Download" #~ msgstr "Pobie_rz" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Utwórz miniatury (wolniej)" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "katalog pobierania %(file_type)s nie jest zapisywalny" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "katalog pobierania %(file_type)s jest nieprawidłowy" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "katalog pobierania %(file_type)s nie istnieje" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Plik: %(file)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s wolnego miejsca" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Nie można utworzyć kopii zapasowej pliku %(filetype)s ponieważ nie udało się " #~ "znaleźć właściwego miejsca na kopię." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "Plik %(filetype)s już został pobrany" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "metadane pliku %(filetype)s nie mogą zostać odczytane" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Wystąpił błąd przy kopiowaniu %(filetype)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Wystąpiły błędy podczas tworzenia kopii zapasowej na następujących " #~ "nośnikach: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Wystąpił błąd podczas tworzenia kopii zapasowej na %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Kopia zapasowa już istnieje w następujących miejscach: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Kopia zapasowa już istnieje na %(volume)s." #~ msgid "there were errors backing up" #~ msgstr "wystąpiły błędy podczas tworzenia kopii zapasowej" #~ msgid "Multiple problems were encountered" #~ msgstr "Wystąpiło kilka problemów" #~ msgid "There were errors backing up" #~ msgstr "Wystąpiły błędy podczas tworzenia kopii zapasowej" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Dodatkowo, %(newproblem)s" #~ msgid "there was an error backing up" #~ msgstr "wystąpił błąd podczas tworzenia kopii zapasowej" #~ msgid "There was an error backing up" #~ msgstr "Wystąpił błąd podczas tworzenia kopii zapasowej" #~ msgid "Failed to create download subfolder" #~ msgstr "Nie udało się utworzyć podkatalogu pobierania" #~ msgid "Miscellaneous" #~ msgstr "Różności" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Błąd w generowaniu składowej %s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Istniejący plik %(filetype)s został ostatnio zmodyfikowany %(date)s o " #~ "%(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Istniejący plik %(filetype)s został ostatnio zmodyfikowany %(date)s o " #~ "%(time)s. Dodano unikalny identyfikator '%(identifier)s'." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Nie można wygenerować %(filetype)s %(area)s" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Wartość daty %s wydaje się nieprawidłowa." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Brak danych aby nazwać %(filetype)s." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Nazwa pliku, rozszerzenie i informacje Exif zostały już pobrane." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Kopia zapasowa nadpisana na nośnikach: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Kopia zapasowa nadpisana na %(volume)s." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s już istnieje, ale została utworzona kopia zapasowa" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Oprócz tego wystąpiły %(problems)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Wystąpił błąd podczas tworzenia kopii zapasowej na %(volume)s: %(inst)s." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Kopia zapasowa została utworzona na %(volume)s" #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Oprócz tego wystąpił %(problem)s." #~ msgid " It was backed up to these devices: " #~ msgstr " Kopia zapasowa została utworzona na nośnikach: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Wystąpił błąd podczas tworzenia katalogów na %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Wystąpił błąd podczas tworzenia katalogów na następujących nośnikach: " #~ msgid "_Include in download" #~ msgstr "Zaw_rzyj w pobieraniu" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "Nie odmontowano %(device)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Wystąpił błąd podczas kopiowania %(filetype)s, ale została utworzona kopia " #~ "zapasowa" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Jeżeli automatyczne wykrywanie przenośnych magazynów danych jest aktywne, " #~ "obrazy będą wyszukiwane na całym nośniku. W przypadku nośników o dużych " #~ "pojemnościach, może to chwilę potrwać.\n" #~ "\n" #~ "Jeżeli ta opcja jest zaznaczona, a potencjalne urządzenie zostanie wykryte, " #~ "pojawi się komunikat z pytaniem o przeprowadzenie skanowania." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Urządzenia z których można pobrać zdjęcia i filmy, takie jak aparaty " #~ "fotograficzne, karty pamięci czy przenośne magazyny danych.\n" #~ "\n" #~ "Pobieranie może następować z kilku urządzeń jednocześnie, lub z określonego " #~ "położenia na dysku.\n" #~ "\n" #~ "Pobieranie bezpośrednio z aparatu jest obecnie w fazie eksperymentalnej. " #~ "Jeśli pobieranie bezpośrednio z aparatu fotograficznego działa nieprawidłowo " #~ "lub wcale, proszę spróbować przestawić go do trybu PTP. Jeśli nie jest to " #~ "możliwe, zalecane jest użycie czytnika kart pamięci." #~ msgid "Device Options" #~ msgstr "Opcje urządzenia" #~ msgid "Device Options" #~ msgstr "Opcje urządzenia" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "W przypadku wyłączenia wykrywania automatycznego, proszę wybrać dokładne " #~ "położenie zdjęć i filmów." #~ msgid "Invalid regular expression" #~ msgstr "Nieprawidłowe wyrażenie regularne" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Tworzenie kopii zapasowej zdjęć w %(path)s a filmów w %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Tworzenie kopii zapasowej zdjęć i filmów w %(path)s" #~ msgid "Remembered Paths" #~ msgstr "Ścieżki pamiętane" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Następujące wyrażenia regularne są niepoprawne, i zostaną usunięte, jeśli " #~ "nie będą poprawione:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "To wyrażenie regularne są niepoprawne, i zostanie usunięte, jeśli nie będzie " #~ "poprawione:\n" #~ " %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Proszę wybrać katalog dla tworzenia kopii zapasowej zdjęć" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Usunąć wszystkie Ścieżki pamiętane?" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Proszę wybrać katalog dla tworzenia kopii zapasowej filmów" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Usunąć wszystkie Ścieżki ignorowane?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Czy wszystkie ignorowane ścieżki powinny zostać usunięte?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Czy wszystkie zapamiętane ścieżki powinny zostać usunięte?" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Zapamiętane ścieżki to te przypisane do urządzeń, które zostały wybrane do " #~ "ignorowania lub sprawdzania zawsze, kiedy Automatyczne wykrywanie " #~ "przenośnych magazynów danych jest aktywne." #~ msgid "Re_move All" #~ msgstr "U_suń wszystkie" #~ msgid "Use _python-style regular expressions" #~ msgstr "Używaj wyrażeń regularnych w stylu _python" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Proszę określić końcowy fragment dowolnej ścieżki, która ma być ignorowana " #~ "podczas skanowania urządzeń. Każda ścieżka mająca na końcu poniższe wartości " #~ "nie będzie skanowana." #~ msgid "Copy" #~ msgstr "Skopiuj" #~ msgid "Move" #~ msgstr "Przenieś" #~ msgid "From" #~ msgstr "Źródło" #~ msgid "Auto Detect" #~ msgstr "Wykrywanie automatyczne" #~ msgid "To" #~ msgstr "Cel" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Automatycznie obracaj obrazy JPEG" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Przepraszamy, pobieranie filmów jest wyłączone. Aby pobierać filmy, należy " #~ "zainstalować pakiety dla pythona hachoir metadata oraz kaa " #~ "metadata, lub exiftool." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Naprawdę pobierać z tego miejsca? W niektórych systemach, skanowanie tego " #~ "położenia może potrwać bardzo długo." #~ msgid "the root of the file system" #~ msgstr "katalog główny systemu plików" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Pobieranie z %(location)s." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "wyszukiwanie (znalezionych zdjęć: %(photos)s znalezionych filmów: " #~ "%(videos)s)..." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ręcznie określ ścieżkę dostępu do urządzenia z którego ma nastąpić " #~ "pobieranie, nadpisując istniejące ustawienia programu" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automatyczne wykrywaj urządzenia z których ma nastąpić pobieranie, " #~ "nadpisując istniejące ustawienia programu" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Błąd: określ automatyczne wykrywanie urządzeń lub określ ścieżkę dostępu do " #~ "urządzenia z którego ma nastąpić pobieranie, ale nie obydwie rzeczy " #~ "jednocześnie." #~ msgid "Help" #~ msgstr "Pomoc" #~ msgid "Check All Photos" #~ msgstr "Zaznacz wszystkie zdjęcia" #~ msgid "Check All Videos" #~ msgstr "Zaznacz wszystkie filmy" #~ msgid "About..." #~ msgstr "O programie..." #~ msgid "Quit" #~ msgstr "Zakończ" #~ msgid "Refresh" #~ msgstr "Odśwież" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Żadne urządzenie do zapisu kopii zapasowej nie zawiera katalogu do " #~ "utworzenia kopii %(filetype)s" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Kopia zapasowa %(file_type)s już istnieje" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Nadpisano kopię zapasową %(file_type)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nie ma kopii zapasowej" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Niepoprawne pobranie %(filetype)s" #~ msgid "An unknown error occurred" #~ msgstr "Wystąpił nieznany błąd" #~ msgid "Verify files as they are downloaded" #~ msgstr "Weryfikuj pliki podczas pobierania" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Nieudana weryfikacja plików. Pobrana wersja różni się od oryginału." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Nieudana weryfikacja plików na %(volume)s. Kopia zapasowa różni się od " #~ "wersji pobranej." #~ msgid "File verification failed on these devices: " #~ msgstr "Nieudana weryfikacja plików na tych urządzeniach: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/pt.po0000644000175000017500000047212514562557501016637 0ustar00damondamon# Portuguese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:22+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: pt\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Ao descarregar fotografias e vídeos, há a possibilidade de que seja feita " "uma cópia de segurança em vários locais diferentes, como, por exemplo, em " "discos rígidos externos." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotografias e vídeos ao transferir" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                            Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se desactivar a detecção automática, seleccione o caminho exacto do local do " "backup." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Local do backup de fotografias:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Local do backup de Vídeos:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispositivos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                            In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                            The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                            1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                            2. Checked State: whether the file is marked for " "download.
                            3. Filename: the full filename, including " "extension.
                            4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                            5. File Type: " "photo or video.
                            6. Device: name of the device the photos and " "videos are being downloaded from.
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                            1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                            2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                            1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                            2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                            1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                            2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                            3. Text which " "you want to appear every time, such as a hyphen or a space.
                            Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                            Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                            1. Downloads today: tracks " "downloads completed during that day.
                            2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                            3. Session number: reset each time the program is " "run.
                            4. Sequence letter: like session numbers, but uses " "letters.

                            Read more about sequence numbers in the online " "documentation.

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                            The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                            Read more about file renaming in " "the online " "documentation.

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                            1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                            2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                            3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                            Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                            In " "your bug report describe what you expected to happen, and what you observed " "happening.

                            The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                            {tarfile}
                            You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                            Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                            If possible, please also include the program's configuration " "file {config_file}.

                            Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nome do ficheiro" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Detalhes" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sequências" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Etiqueta" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Imagem de dados" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Dados de vídeo" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ontem" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Início da transferência" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensão" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Número da imagem" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Número do vídeo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Tempo de exposição" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Distância focal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Marca da câmara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modelo da câmara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modelo de câmara curta" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Modelo hifenizado de câmara curta" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Número de série" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Número de ficheiro" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Pasta e arquivo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nome do proprietário" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Duração" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Quadros por Segundo" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Direitos de Autor" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Transferências hoje" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Número da sessão" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Número da subpasta" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Número armazenado" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sequência de letras" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Todos os dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Último dígito" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Últimos 2 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Últimos 3 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Últimos 4 dígitos" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Capitalização Original" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAIÚSCULAS" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minúsculas" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Um dígito" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dois dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Três dígitos" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quatro dígitos" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sete dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mês (inteiro)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mês (Abreviado)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutos)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Código de Tarefa" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Defina um novo Código de Tarefa or seleccione um já existente" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Introduza um novo Código de Tarefa" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Códigos de Tarefa" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                            %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                            Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                            Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                            Creating a custom preset is not required, but can help " "you keep organized.

                            The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                            If you " "like, you can create a new custom preset or update the existing custom " "preset.

                            The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Definições" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Gestão de Erros" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Vários" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Iniciar a transferência após o início do programa" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Iniciar a transferência ao conectar o dispositivo" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Sair do programa quando a transferência terminar" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo que o download tivesse avisos ou erros" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Ignorar transferência" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Adicionar um identificador único" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Ignorar" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                            Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                            The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                            1. ExifTool reports a time zone and MediaInfo " "does not.
                            2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                            3. Gstreamer is unable to extract " "thumbnails.
                            " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Introduza um Caminho a ser Ignorado" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Especifique um caminho onde fotos e vídeos não devem ser procurados" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Caminho:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferências de subpasta não devem começar com %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferências de subpasta não devem terminar com %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Preferências de subpasta não devem conter dois %s um após o outro" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s foi tirada em %(image1_date)s em %(image1_time)s, e %(image2)s em " "%(image2_date)s em %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Os metadados %(type)s estão em falta." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Nome do arquivo não tem extensão." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Nome do arquivo não tem um componente número." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                            The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Transferidor Rápido de Foto" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                            Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                            Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                            To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                            Missing applications: " "%(applications)s

                            Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                            Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                            \n" "

                            Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                            " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Transferir" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Traduzir esta Aplicação..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                            Do you really want to " "change the source path to %(new_path)s?

                            You are currently downloading " "from %(source_path)s.

                            If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "vídeo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                            Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                            \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                            \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Estas pasteas de transferência são inválidas:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download é inválida:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotografias" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problema no Backup" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descarregados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s não puderam ser descarregados" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Todas transferências completas" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s transferidos" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou a transferência" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Preferências do programa são inválidas" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                            It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                            On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                            Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                            If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                            If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                            On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Todas as configurações e preferências foram redefinidas." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Todas as configurações e preferências foram redefinidas." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "subdiretório e nome do ficheiro" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nome do ficheiro" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "subpasta" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Transferências de hoje:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Número acumulado:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dia de início:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompatíveis" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos e vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos ou vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                            Previous download:
                            %(filename)s
                            %(path)s
                            %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                            Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Berlin" #~ msgstr "Berlim" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "Nova Iorque" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teerã" #~ msgid "the root of the file system" #~ msgstr "a raiz do sistema de ficheiros" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s did not unmount" #~ msgid "Size" #~ msgstr "Tamanho" #~ msgid "Download Progress" #~ msgstr "Progresso da Transferência" #~ msgid "scanning..." #~ msgstr "a analisar..." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "A transferir de %(location)s." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Falta aproximadamente %(minutes)i:%(seconds)02i minutos" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Falta aproximadamente %i segundos" #~ msgid "About 1 minute remaining" #~ msgstr "Falta aproximadamente 1 minuto" #~ msgid "About 1 second remaining" #~ msgstr "Falta aproximadamente 1 segundo" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Quer realmente transferir deste local? Em alguns sistemas, varrer este local " #~ "pode levar muito tempo." #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Nenhum dispositivo de backup contém uma pasta válida para fazer o backup de " #~ "%(filetype)s" #~ msgid "Download cannot proceed" #~ msgstr "A transferência não pôde continuar" #~ msgid "Photos:" #~ msgstr "Fotografias:" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "Move" #~ msgstr "Mover" #~ msgid "From" #~ msgstr "A partir de:" #~ msgid "Auto Detect" #~ msgstr "Detecção Automática" #~ msgid "To" #~ msgstr "Para:" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (%(remaining)s restantes)" #~ msgid "Select a folder to download photos to" #~ msgstr "Seleccione o diretório para onde transferir as fotos" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Escolha um diretório que contenha %(file_types)s" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Videos:" #~ msgstr "Vídeos:" #~ msgid "Free space:" #~ msgstr "Espaço livre:" #~ msgid "; " #~ msgstr "; " #~ msgid "Select a folder to download videos to" #~ msgstr "Seleccione o diretório para baixar os vídeos para" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "and" #~ msgstr "e" #~ msgid "Using backup device" #~ msgstr "A usar o dispositivo de backup" #~ msgid "Using backup devices" #~ msgstr "A usar dispositivos de backup" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s pasta de download não existe" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s livres" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "A criar o backup das fotos em %(path)s e vídeos em %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "A criar o backup das fotos e vídeos em %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "A criar cópias de segurança em %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s pasta de transferência não é gravável" #, python-format #~ msgid "Folder: %s" #~ msgstr "Pasta: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s pasta de transferência é inválida" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "listar extensões de foto vídeo que o programa reconhece e sair" #~ msgid "only output errors to the command line" #~ msgstr "mostrar erros apenas na linha de comando" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "exibir informaçṍes do programa na linha de comando enquando o programa é " #~ "executado (default: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "mostrar informações de depuração quando executado a partir da linha de " #~ "comando" #~ msgid "All settings and preferences have been reset" #~ msgstr "Todas as configurações e preferências foram redefinidas" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "%(file_type)s do backup sobreescritos" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Restabelecer todas as configurações e preferências do programa e fechá-lo" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ainda não estão no backup" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Diretório de destino não pôde ser criado: %(directory)s\n" #, python-format #~ msgid "and %s" #~ msgstr "e %s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erro: %(inst)s" #~ msgid "Backing up error" #~ msgstr "Erro ao criar cópias de segurança" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origem: %(source)s\n" #~ "Destino: %(destination)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Deverá ser feita uma tranferência das fotografias ou vídeos presentes neste " #~ "dispositivo ou partição?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Arquivo: %(file)s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "_Remember this choice" #~ msgstr "_Recordar esta escolha" #~ msgid "Device Detected" #~ msgstr "Dispositivo detectado" #~ msgid "An unknown error occurred" #~ msgstr "Ocorreu um erro desconhecido" #~ msgid "Name + extension" #~ msgstr "Nome + extensão" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Erro: especificar a auto-detecção do dispositivo ou especificar manualmente " #~ "o caminho de um dispositivo para o qual transferir, mas não ambos." #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "O backup de %(file_type)s já existe" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "especificar manualmente o caminho do dispositivo para o qual transferir, " #~ "sobrescrevendo as preferência do programa actuais" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "detectar automaticamente os dispositivos dos quais transferir, " #~ "sobrescrevendo as preferência do programa actuais" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Deseja realmente remover todas os Códigos de Tarefas?" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Remover todos os caminhos recordados?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Todos os caminhos recordados devem ser removidos?" #~ msgid "Remove all Job Codes?" #~ msgstr "Remover todas os Códigos de Tarefas?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Remover todos os caminhos ignorados?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Todos os caminhos ignorados devem ser removidos?" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de vídeo\"" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de " #~ "fotografias\"" #~ msgid "Job Code:" #~ msgstr "Código de Tarefa:" #~ msgid "Enter a Job Code" #~ msgstr "Introduzir um Código de Tarefa" #~ msgid "Error in Video Rename preferences" #~ msgstr "Erro causado pelas preferêcias de \"renomear vídeos\"" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Erro causado pelas preferêcias de \"renomear fotografias\"" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "As seguintes expressões regulares não são válidas e serão removidas a não " #~ "ser que sejam corrigidas:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Esta expressão regular é inválida e será removida a não ser que seja " #~ "corrigida:\n" #~ "%s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Seleccione uma pasta onde será guardado o backup das fotos" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Seleccione uma pasta onde será guardado o backup dos vídeos" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar um nome de arquivo. Por favor, use outras opções de renomeação." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar nomes de subdiretórios. Por favor, use de outras opções de " #~ "nomeação." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "As preferências definidas para os subdiretórios de %(filetype)s são " #~ "inválidas e não poderão ser usadas.\n" #~ "Elas serão redefinidas para seus valores padrão." #, python-format #~ msgid "Example: %s" #~ msgstr "Exemplo: %s" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscovo" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapeste" #~ msgid "Jakarta" #~ msgstr "Jacarta" #~ msgid "Delhi" #~ msgstr "Deli" #~ msgid "Warsaw" #~ msgstr "Varsóvia" #~ msgid "Invalid regular expression" #~ msgstr "Expressão regular inválida" #~ msgid "externaldrive1" #~ msgstr "discoexterno1" #~ msgid "externaldrive2" #~ msgstr "discoexterno2" #~ msgid "Stockholm" #~ msgstr "Estocolmo" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Os metadados de %(filetype)s não podem ser lidos" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Erro ao gerar o componente %s" #~ msgid "Madrid" #~ msgstr "Madrid" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "O valor %s de data e hora parece inválido." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s não pode ser gerado" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s não pôde ser guardado em backup porque nenhum local de backup " #~ "foi encontrado." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s já existe." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "O %(filetype)s existente foi modificado pela última vez em %(date)s as " #~ "%(time)s." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s já foi transferido." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Não há dados com os quais o nome %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Erro: %(errorno)s %(strerror)s" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "O actual%(filetype)s foi modificado pela última vez em%(date)s em%(time)s. " #~ "Identificador exclusivo '%(identifier)s'' acrescentado." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s não foram transferidos correctamente." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Fotos detectadas com o mesmo nome, mas tiradas em momentos diferentes: " #~ "%(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ocorreu um erro ao fazer backup em %(volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ocorreu um erro ao fazer backup em %(volume)s: %(inst)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Os metadados podem estar corrompidos." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "O nome e extensão do ficheiro e informações Exif indicam que já foi " #~ "transferido." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Foi feito backup para %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Foi feito backup destes dispositivos: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s e %(final_volume)s." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Verificação do ficheiro falhou. A versão transferida é diferente da original." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Backups substituídos nestes dispositivos: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Backup substituído em %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Ocorreram erros ao fazer backup nos dispositivos de backup seguintes: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Os backups já existem nestes locais: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Um backup já existe no %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ocorreu um erro ao criar diretórios em %(volume)s: %(inst)s." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemas na criação da subpasta e nome do ficheiro" #~ msgid "The following metadata is missing: " #~ msgstr "Os metadados seguinte estão em falta: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Além disso, houve um %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Além disso, houve %(problems)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Ocorreram erros ao criar directórios nos dispositivos de backup seguintes: " #~ msgid "File verification failed on these devices: " #~ msgstr "A verificação de ficheiros falhou nestes dispositivos: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "A verificação de ficheiros falhou em %(volume)s. A versão guardada em backup " #~ "é diferente da versão transferida." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema na criação de %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemas na criação de %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s, mas foi feito backup" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s já existe, mas foi feito backup" #~ msgid "there was an error backing up" #~ msgstr "ocorreu um erro ao fazer backup" #~ msgid "There were errors backing up" #~ msgstr "Ocorreram erros ao fazer o backup" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema na criação da subpasta e nome do ficheiro" #~ msgid "there were errors backing up" #~ msgstr "Ocorreram erros ao gazer o backup" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Foram detectadas fotografias com o mesmo nome, mas com tempos diferentes" #~ msgid "Multiple problems were encountered" #~ msgstr "Vários problemas foram encontrados" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origem: %(source)s" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, e %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Ocorreu um erro ao fazer backup" #, python-format #~ msgid "Path: %s" #~ msgstr "Caminho: %s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Failed to create download subfolder" #~ msgstr "Falha ao criar subpasta descarga" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "a analisar (encontradas %(photos)s fotografias e %(videos)s vídeos)..." #~ msgid "Photo has already been downloaded" #~ msgstr "A fotografia já foi transferida" #~ msgid "_Check All" #~ msgstr "_Verificar Tudo" #~ msgid "_Get Help Online..." #~ msgstr "_Obter Ajuda Online..." #~ msgid "_Make a Donation..." #~ msgstr "Fazer uma _Doação..." #~ msgid "Help" #~ msgstr "Ajuda" #~ msgid "Check All Photos" #~ msgstr "Verificar Todas as Fotografias" #~ msgid "Check All Videos" #~ msgstr "Verificar Todos os Vídeos" #~ msgid "About..." #~ msgstr "Sobre..." #~ msgid "Quit" #~ msgstr "Sair" #~ msgid "Refresh" #~ msgstr "Actualizar" #~ msgid "_Report a Problem..." #~ msgstr "_Reportar um Problema..." #~ msgid "_Uncheck All" #~ msgstr "_Desmarcar Tudo" #~ msgid "_Error Log" #~ msgstr "Registo de _Erros" #~ msgid "Select All Without _Job Code" #~ msgstr "Selecionar Tudo Sem Código de Tarefa (_J)" #~ msgid "Download / Pause" #~ msgstr "Transferir / Pausar" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Seleccionar com o Código de Tarefa (_H)" #~ msgid "_File" #~ msgstr "_Ficheiro" #~ msgid "_Select" #~ msgstr "_Seleccionar" #~ msgid "_View" #~ msgstr "_Ver" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemplo: /home/utilizador/Imagens" #~ msgid "_Include in download" #~ msgstr "_Incluir na transferência" #~ msgid "_Translate this Application..." #~ msgstr "_Traduzir esta Aplicação..." #~ msgid "_Clear Completed Downloads" #~ msgstr "Limpar Tranferências _Concluídas" #~ msgid "_Help" #~ msgstr "Ajuda (_H)" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Definições: Rapid Photo Downloader" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Pasta de Transferência de Fotos" #~ msgid "Next File" #~ msgstr "Ficheiro Seguinte" #~ msgid "Previous File" #~ msgstr "Ficheiro Anterior" #~ msgid "_Download" #~ msgstr "Transferência (_D)" #~ msgid "Photo Rename\t" #~ msgstr "Renomear Fotografia\t" #~ msgid "Photo Rename" #~ msgstr "Renomear Fotografia" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de transferência. Subpastas para as fotos serão criados " #~ "automaticamente nesta pasta usando a estrutura especificada em seguida." #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "New:" #~ msgstr "Novo:" #~ msgid "Download Folder" #~ msgstr "Pasta de Transferência" #~ msgid "Download Subfolders" #~ msgstr "Subpastas de Transferência" #~ msgid "Photo Folders" #~ msgstr "Pastas de Fotografias" #~ msgid " " #~ msgstr " " #~ msgid "Download folder:" #~ msgstr "Pasta de transferências:" #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Desculpe, a funcionalidade de transferência de vídeo foi desactivada Para " #~ "executar a transferência de vídeos, por favor instale os pacotes hachoir " #~ "metadata e kaa metadata do python, ou exiftool." #~ msgid "Video Rename" #~ msgstr "Renomear Vídeo" #~ msgid "Photo Rename" #~ msgstr "Renomear Fotografia" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Pasta de Transferência de " #~ "Vídeos" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de transferência. Subpastas para os vídeos transferidos serão " #~ "criadas automaticamente nesta pasta usando a estrutura especificada em " #~ "seguida." #~ msgid "Example" #~ msgstr "Exemplo" #~ msgid "Sequence Numbers" #~ msgstr "Números de sequência" #~ msgid "Video Rename\t" #~ msgstr "Renomear Vídeos\t" #~ msgid "Video Folders" #~ msgstr "Pasta de Vídeo" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Especifique o tempo no formato de 24 horas no qual a sequência numérica de " #~ "Transferência de Hoje devem reiniciar." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizar números de sequência RAW+JPEG" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilidade com Outros Sistemas Operativos" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Escolha se um caractere do nome de uma fotografia, vídeo ou directório deve " #~ "ser omitido, para o caso do mesmo não ser suportado por outros sistemas " #~ "operativos." #~ msgid "Job Codes" #~ msgstr "Códigos de Tarefa" #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Dispositivos são de onde as fotos e vídeos são transferidas, tais como " #~ "câmaras, cartões de memória ou dispositivos de armazenamento portátil.\n" #~ "\n" #~ "Pode transferir de vários dispositivos simultaneamente, ou pode especificar " #~ "um local em seu disco rígido.\n" #~ "\n" #~ "Transferir directamente de câmaras é actualmente um recurso experimental. " #~ "Caso ele não funcione correctamente, tente activar o modo PTP. Caso isso não " #~ "seja possível, um leitor de cartões deve ser utilizado." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectar automaticamente Dispositivos de Armazenamento Portátil" #~ msgid "_Add..." #~ msgstr "_Adicionar..." #~ msgid "R_emove All" #~ msgstr "R_emover Tudo" #~ msgid "Job Codes" #~ msgstr "Códigos de Tarefa" #~ msgid "Devices" #~ msgstr "Dispositivos" #~ msgid "Remembered Paths" #~ msgstr "Caminhos Recordados" #~ msgid "Location:" #~ msgstr "Localização:" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Se desactivar a detecção automática, escolha o local exacto das fotografias " #~ "e vídeos." #~ msgid "Device Options" #~ msgstr "Opções do Dispositivo" #~ msgid "Re_move All" #~ msgstr "Re_mover Todas" #~ msgid "Automatically detect devices" #~ msgstr "Detectar automaticamente dispositivos" #~ msgid "Use _python-style regular expressions" #~ msgstr "Usar expressões regulares no estilo _python" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Especifique a pasta no qual os backups serão armazenados no dispositivo. \n" #~ "\n" #~ "Nota: isso também será utilizado para determinar se o dispositivo é ou " #~ "não utilizado para backups. Para cada dispositivo que deseja usar para fazer " #~ "backup, criar uma pasta com um desses nomes." #~ msgid "Device Options" #~ msgstr "Opções do Dispositivo" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "Miscellaneous" #~ msgstr "Diversos" #~ msgid "Program Automation" #~ msgstr "Programa de Automação" #~ msgid "Video backup folder name:" #~ msgstr "Nome da pasta para cópia de segurança de vídeos:" #~ msgid "Photo backup folder name:" #~ msgstr "Nome da Pasta de Backup de Fotografias" #~ msgid "Example:" #~ msgstr "Exemplo:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/discoexterno/Fotos" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "" #~ "Desmontar ou ejetar o dispositivo após a conclusão da tarefa de transferência" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflitos de Nomes de Fotos e Vídeos" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rodar imagens JPEG automaticamente" #~ msgid "Error Handling" #~ msgstr "Gestão de Erros" #~ msgid "Performance" #~ msgstr "Perfomance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Criar miniaturas (mais lento)" #~ msgid "Verify files as they are downloaded" #~ msgstr "Verificar os ficheiros assim que são transferidos" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao copiar uma fotografia ou " #~ "vídeo haja um arquivo de mesmo nome." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se activar a detecção de Dispositivos de Armazenamento Portáteis, todo o " #~ "dispositivo será analisado. Em dispositivos muito grandes, isso pode levar " #~ "algum tempo.\n" #~ "Quando esta opção esta activada e um potencial dispositivo é detectado, será " #~ "perguntado se o mesmo deve ser analisado ou não." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao fazer uma cópia de segurança " #~ "haja um arquivo de mesmo nome." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Caminhos recordados são os que estão associados com dispositivos que " #~ "escolheu analisar sempre ou ignorar quando a detecção automatica de " #~ "dispositivos está activada." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importar fotografias e vídeos de forma eficiente e confiável" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Especifique a porção final de qualquer caminho que queira ignorado quando a " #~ "analisar de dispositivos à procura de fotografias ou vídeos. Qualquer " #~ "caminho que termine nos valores abaixo referidos não será analisado." #~ msgid "Backup" #~ msgstr "Backup" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/pt_BR.po0000644000175000017500000062221114562557501017213 0ustar00damondamon# Brazilian Portuguese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-26 23:48+0000\n" "Last-Translator: Rubens Stuginski Jr \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: pt_BR\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Créditos" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Tradutores" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Backups não estão configurados" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Locais válidos de backup ainda não especificados" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Você pode salvar suas fotos e vídeos em vários locais a medida que são " "baixados, por exemplo, em discos rígidos externos." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotos e vídeos ao baixar" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                            Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Especifique a pasta onde os backups serão salvos no " "dispositivo.

                            Observação: a presença de uma pasta com este nome é " "usada para determinar se o dispositivo é usado para backups. Crie uma pasta " "com um destes nomes em cada dispositivo designado para salvar backups. Ao " "adicionar ambas as pastas, o dispositivo poderá ser utilizado para backups " "tanto de fotos como de vídeos." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Nome da pasta de fotos:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Nome da pasta de vídeos:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Exemplo:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se você desabilitar a detecção automática, selecione o caminho exato do " "local de backup." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Local do backup de Fotos:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Selecione Local de Backup para Fotos" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Local do backup de Vídeos:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Selecione Local de Backup para Vídeos" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "disco1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "drive2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Projeção de Uso do disco para Backup" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opções de Backup" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "thumbnail do vídeo" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "áudio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotos" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Vídeos" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Em uso" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Excesso" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Tamanho desconhecido do dispositivo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Sem espaço livre no dispositivo %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s livre de %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Uso de disco projetado após o download" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Personalizar..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Configure criação de sub pastas de fotos" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Configure criação de sub pastas de vídeos" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Uso de Armazenamento Projetado" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Selecione a pasta de destino" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Examinando dispositivo..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignore este dispositivo temporariamente" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignore este disposition permanentemente" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Reexaminar" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s cheio" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Outro" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Câmeras" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispositivos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Descarregando de %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Selecionar Fonte" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Cameras" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Clique na caixa de seleção do arquivo para marcá-lo ou desmarcá-lo para " "download." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Arquivos que já foram baixados serão lembrados. Você pode continuar a marcá-" "los antes de baixar para baixá-los novamente, mas eles serão desmarcados por " "padrão suas miniaturas serão esmaecidas para você poder diferenciá-los dos " "arquivos que ainda serão baixados." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Se mais de um arquivo é selecionado ao mesmo tempo com o botão direito do " "mouse, ao se marcar um deles todos os outros arquivos serão marcados junto, " "independentemente se eles já tinham marca ou não." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Clique na caixa de seleção do dispositivo para rapidamente marcar ou " "desmarcar todos os seus arquivos para download." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Após o download terminar, um ícone substituirá a caixa de seleção das " "miniaturas. As cores dos ícones indicarão se o download foi concluído com " "sucesso (verde), se teve arquivos com problema (amarelo/laranja), ou se o " "download falhou (vermelho)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Em caso de problema um ícone vermelho aparecerá no rodapé da janela " "indicando quantos erros reportados tem. Clicando nele abrirá a janela de " "Reporte de Erros." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "A janela de Reporte de Erros listou alguns dos problemas encontrados antes, " "durante ou depois do download. Um triângulo amarelo representa atenção, um " "círculo vermelho indica falha, e um círculo preto indica falha séria. Você " "pode clicar nos hyperlinks para abrir seu arquivo ou dispositivo no " "gerenciador de arquivos. Você também pode pesquisar os reportes usando a " "caixa de busca no lado inferior esquerdo da janela de Reporte de Erro." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Você pode fazer o download simultâneo de várias câmeras, smartphones, memory " "cards e discos externos—quantos dispositivos o seu computador puder " "conectar ao mesmo tempo." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "A Timeline agrupa fotos e vídeos baseados no tempo decorrido entre " "cada foto. Use-o para identificar fotos e vídeos tiradas em diferentes " "períodos em um único dia ou em consecutivos dias." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                            In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                            The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                            " msgstr "" "

                            Na ilustração acima, a primeira linha da Timeline está escrito em preto " "porque todos os arquivos naquela data foram baixados.

                            O controle " "deslizante da Timeline ajusta o tempo decorrido entre as fotos e que é usado " "para montar a Timeline:

                            " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Para visualizar as fotos e vídeos num período de tempo particular, use o " "mouse (opcionalmente em combinação com as teclas Shift or " "Ctrl) para selecionar os períodos de tempo. Quando um período é " "selecionado, o botão da Timeline no lado esquerdo da janela principal será " "destacada." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Um download sempre inclui todos os arquivos que estão marcados para " "download, incluindo aqueles que não estão atualmente sendo mostrados porque " "a Timeline está sendo usada." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Você pode esconder ou mostrar os recursos de download apenas clicando no " "nome do dispositivo que você está descarregando no topo esquerdo da janela " "principal." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                            1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                            2. Checked State: whether the file is marked for " "download.
                            3. Filename: the full filename, including " "extension.
                            4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                            5. File Type: " "photo or video.
                            6. Device: name of the device the photos and " "videos are being downloaded from.
                            " msgstr "" "Miniaturas podem ser ordenadas usando vários critérios:
                            1. Hora da " "Modificação: última modificação do arquivo, de acordo com seu its " "metadados (quando disponível) ou de acordo com o sistema de arquivos (como " "contingência).
                            2. Verificado estado: se o arquivo está marcado " "para download.
                            3. Nome do arquivo: o nome completo, incluindo a " "extensão.
                            4. Extensão: a extensão do arquivo. Você pode usá-lo " "para agrupar imagens jpeg e raw, por exemplo.
                            5. Tipo de " "arquivo: foto ou vídeo.
                            6. Dispositivo: nome do dispositivo " "de fotos e vídeos que está sendo descarregado.
                            " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Uma das mais úteis funcionalidades do Rapid Photo Downloader é sua " "habilidade para gerar automaticamente download em subpastas e renomear " "arquivos durante o download, usando o esquema que você escolheu." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Para especificar onde você quer salvar seus arquivos descarregados e como " "você quer que eles sejam nomeados, abra o painel apropriado no lado direito " "da aplicação: Destino, Renomear, ou Código de Trabalho." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                            1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                            2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                            " msgstr "" "Ao pensar sobre sua estrutura de diretorio de download, tenha em mente dois " "tipos diferentes de diretórios:
                            1. A pasta de destino, exemplo " ""Pictures", "Fotos", ou "Vídeos". Estes " "diretórios já devem existir em seu computador. Na ilustraçao abaixo, as " "pastas de destino são "Pictures" e "Vídeos". O nome da " "pasta de destino é mostrada na barra cinza diretamente acima da árvore de " "pastas, com um ícone da pasta para sua esquerda e um ícone de engrenagem a " "sua direita.
                            2. As subpastas de download, que são diretórios que " "serão automaticamente gerados pelo Rapid Photo Downloader. Eles não precisam " "já existir no seu computador, mas tudo bem se já existirem. Eles serão " "gerados abaixo da pasta de destino.
                            " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Você pode baixar fotos e vídeos para a mesma pasta de destino, ou " "especificar uma pasta diferente para cada. O mesmo se aplica as subpastas de " "download para fotos e vídeos—download fotos e vídeos para as mesmas " "subpastas, ou use um diferente esquema para cada tipo." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Gerar automaticamente subpastas de download podem conter subpastas " "adicionais geradas automaticamente se necessário. Um esquema comum é criar " "uma subpasta ano dentro dela uma série de subpastas com ano-mes-dia." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                            1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                            2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                            " msgstr "" "Sempre que possível, o programa prevê o download de subpastas de fotos e " "vídeos para download:
                            1. A árvore de pastas de destino mostrará as " "subpastas de download que já estão no seu computador (aquelas em uma fonte " "regular, não itálica), e as subpastas que serão criadas durando o download " "(aquelas cujo os nomes estão em itálico).
                            2. A árvore de pastas também " "mostrará em que subpastas os arquivos serão descarregados (aqueles na cor " "preta).
                            " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                            1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                            2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                            3. Text which " "you want to appear every time, such as a hyphen or a space.
                            Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Nomes de subpastas de download são tipicamente geradas usando alguns ou " "todos os seguintes elementos:
                            1. Arquivo de Metadados, " "frequentemente inclui a data da foto ou do vídeo criado, mas pode também " "incluir o modelo da camera, o número de série da camera, ou extansão do " "arquivo por exemplo JPG ou CR2.
                            2. O Código de Trabalho, que é " "um texto livre para você especificar a hora que o download ocorreu, assim " "como o nome do evento ou localização.
                            3. Texto que você deseja " "que apareça toda vez, como um hífen ou um espaço.
                            Nomeando " "subpastas com o ano, seguido pelo mês e finalmente pelo dia em modo numérico " "deixa fácil manter os arquivos ordenados em um gerenciador de arquivos, " "razão pela qual é a opção padrão:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Para criar automaticamente subpastas confome você descarrega, você pode usar " "um dos ajustes prontos do Rapid Photo Downloader, ou criar um ajuste " "customizado. Clique no ícone da engrenagem para abrir o menú drop-down:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Usando o menú drop-down, selecione um ajuste pronto ou clique em " "Customizar para configurar seu próprio esquema. Você pode criar seus " "próprios esquemas usando o Editor para Geração de subpasta de Foto ou Vídeo:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "É fácil baixar imagens raw para uma pasta, e imagens jpeg para outra. " "Simplesmente use a Extensão de Nome de Arquivo como parte do esquema " "de geração de subpastas de download:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Esta ilustração mostra um ajuste customizado salvo com o nome "My " "custom preset"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Você não precisa criar subpastas de download aninhadas. Esta ilustração " "mosta a geração de subpastas de download que contém somente a data das fotos " "quando foram tiradas e um Código de Trabalho:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Apesar de haver muitas opções de ajustes data/hora prontos, você pode " "precisar de algo diferente. Não tem problema criar o seu próprio. Você pode " "combinar escolhas de data/hora para gerar novas combinações. Supondo que " "você quer um formato de data que combine ano (AAAA), um hífen, e mês (MM) " "para o formar AAAA-MM. Você pode criá-lo assim (note o círculo vermelho ao " "redor do hífen):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Leia mais sobre todas as formas que você pode gerar nomes para subpastas de " "download e nomes de arquivos em Documen" "tação online." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Códigos de Trabalho permitem que você insira facilmente textos que " "descrevam conjuntos de fotos e vídeos. Você pode usá-los na subpasta e nos " "nomes dos arquivos. Nesta ilustração, alguns arquivos tiveram o Código de " "Trabalho "Street" aplicado neles, e os arquivos selecionados irão " "receber o Código de Trabalho "Green Bazaar":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Você pode aplicar Códigos de Trabalho novos ou existentes antes de você " "iniciar um download. Se houver arquivos em download que ainda não tiveram um " "Código de Trabalho aplicado a eles, será solicitado a você inserir um Código " "de Trabalho para eles antes do download começar." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Procure por dicas para guiar você quando estiver trabalhando com os Códigos " "de Trabalho:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Dicas podem variar dependendo do contexto, como quando o mouse estiver sobre " "um botão." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Quando você der nomes de arquivos únicos a suas fotos e vídeos, você nunca " "ficará confuso sobre que arquivo é qual. Usando sequência de números " "para deixar nomes de arquivos únicos é altamente recomendado!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                            Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                            1. Downloads today: tracks " "downloads completed during that day.
                            2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                            3. Session number: reset each time the program is " "run.
                            4. Sequence letter: like session numbers, but uses " "letters.

                            Read more about sequence numbers in the online " "documentation.

                            " msgstr "" "

                            Quatro tipos de valores de sequência estão disponíveis para te ajudar a " "atribuir nomes únicos a suas fotos e vídeos:

                            1. Baixados hoje: " "mostra os downloads completados durante esse dia.
                            2. Números " "armazenados: similar a Baixados hoje, mas ele mostra desde a última vez " "que o programa executou.
                            3. Número da sessão: redefinido cada " "vez que o programa é executado.
                            4. Letras de Sequência: parecido " "com número da sessão, porém usa letras.

                            Leia mais sobre " "números de sequência em Documenta" "ção online.

                            " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "O painel Renomear te permite configurar a renomeação de arquivos. " "Para renomear seus arquivos, você pode escolher entre os ajustes pré-" "existentes ou definir o seu próprio ajuste." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                            The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                            Read more about file renaming in " "the online " "documentation.

                            " msgstr "" "

                            A opção Sincronizar RAW + JPEG é util se você usa a funcionalidade " "RAW + JPEG na sua câmera e você usa números de sequencia nos nomes de " "arquivo das suas fotos. Habilitando esta opção fará que o programa detecte " "pares de fotos pareadas em RAW e JPEG, e quando eles são detectados, a mesma " "sequência de números será aplicada em ambos os nomes. Além do mais, as " "sequências serão atualizadas como se as fotos fossem uma só.

                            Leia mais " "sobre renomeação de arquivos em Documentação " "online.

                            " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Você pode ter suas fotos e vídeos salvas em vários locais conforme elas são " "descarregadas, tais como discos rígidos externos ou compartilhamentos de " "rede. Dispositivos de backup podem ser automaticamente detectados, ou a " "exata localização da unidade de backup pode ser especificada manualmente." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Neste exemplo, o drive photobackup não contém uma pasta chamada " "Videos, então vídeos não serão salvos nele." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Várias das preferências do programa podem ser ajustadas através da linha de " "comando, incluindo downloads de fontes, destinos, e backups. Adicionalmente, " "os ajustes podem ser redefinidos para os seus estados padrão, os caches e " "arquivos lembrados podem ser limpos." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Você também pode importar as preferências de programa da antiga versão 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                            1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                            2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                            3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                            Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader lida com três tipos de cache:
                            1. Um cache de " "miniaturas cujo o único propósito é armazenar miniaturas dos arquivos de " "suas cameras, memory cards, e outros dispositivos.
                            2. Umcache " "temporário de arquivos descarregados de uma câmera, uma para fotos e " "outra para vídeos. Eles serão alocados em subpastas temporárias na pasta " "download de destino.
                            3. O cache de miniaturas do desktop, no " "qual o Rapid Photo Downloader armazena miniaturas das fotos em RAW e TIFF " "uma vez que sejam baixadas. Navegadores de arquivos como Gnome Files usam " "este cache também, o que significa que eles também exibirão miniaturas " "desses arquivos.
                            Leia mais sobre esses caches e seus efeitos na " "performance do download na Documentação " "online." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Dica do Dia" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Você sabia...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Mostrar dicas ao iniciar" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Próximo" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/seg" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Alguns segundos" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dias" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d segundos" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dia, 1 hora" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dia, %d horas" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dias, 1 hora" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dias, %(hours)d horas" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Localizar" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Erros Reportados - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Localizar nos relatórios" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Localizar a ocorrência anterior da frase" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Localizar a próxima ocorrência da frase" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Destacar tudo" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Destacar todas as ocorrências da frase" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Corresponder Caso" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Localizar com distinção de maiúscula e minúscula" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Palavras Inteiras" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Localizar somente palavras inteiras" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s de %s encontrados" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s of %(total)s matches" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Limpar" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Frase não localizada" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Pesquisa pendente..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "O número de novas entradas foram adicionadas ao Relatório de Erros desde que " "ele foi aberto pela última vez. Clique para abrir o Relatório de Erros." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                            In " "your bug report describe what you expected to happen, and what you observed " "happening.

                            The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Relate o problema em {website}.

                            Em seu " "relatório de erro, descreva o que você esperava que acontecesse e o que " "observou acontecendo.
                            < br>O relatório de erro também deve incluir as " "configurações do programa e arquivos de log. Para criar um arquivo com essas " "informações adicionais, clique em Salvar." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Informações adicionais salvas" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                            {tarfile}
                            You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                            Click here to see the file in your file manager." msgstr "" "As informações adicionais do relatório de erro foram criadas em seu " "diretório pessoal em um arquivo tar:
                            {tarfile}
                            Você mesmo precisa " "anexar este arquivo ao relatório de erro. Ele não será anexado " "automaticamente.

                            Clique aqui para ver o arquivo " "em seu gerenciador de arquivos." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Erro ao criar informações adicionais" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "As informações adicionais do relatório de erro não foram criadas. Mesmo " "assim, envie um relatório de erro." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                            If possible, please also include the program's configuration " "file {config_file}.

                            Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Inclua em seu relatório de erro os arquivos de log do programa. O relatório " "de erro deve incluir {log_file}, mas anexar outros arquivos de log " "geralmente ajuda muitol.

                            Se possível, inclua também o arquivo de " "configuração do programa {config_file}.

                            Clique aqui para abrir o diretório de registro e aqui para abrir o diretório de configuração." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Atualizar para a versão mais recente permitirá " "que você determine se esse problema já foi corrigido." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problema no Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Um problema ocorreu com o Rapid Photo Downloader" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Se o mesmo problema ocorrer novamente antes de encerrar o programa, esta é a " "única notificação sobre ele." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Um problema ocorreu no Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Relate o problema em {website}\n" "Anexe o arquivo de registro ao seu relatório de erro, encontrado em " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Abrir no navegador de Arquivos..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Redefinir" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Mostra Pastas do Sistemas" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Sistema de Arquivos" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Outro..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (caminho não existe)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nome do arquivo" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadados" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sequências" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Código de Trabalho" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data da imagem" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Data do vídeo" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ontem" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Início do download" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensão" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Número da imagem" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Número do vídeo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Tempo de exposição" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Distância focal" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Fabricante da câmera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modelo da câmera" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modelo da câmera curto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Modelo da câmera hifenizado e curto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Número de série" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Numero do arquivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Pasta e arquivo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nome do dono" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Comprimento" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Quadros Por Segundo" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Direitos autorais" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Downloads de hoje" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Número da sessão" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Número da subpasta" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Número armazenado" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Seqüência de letras" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Todos os dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Último dígito" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Últimos 2 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Últimos 3 dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Últimos 4 dígitos" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Caixa de texto original" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "CAIXA ALTA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "caixa baixa" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Um dígito" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dois dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Três dígitos" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Quatro dígitos" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sete dígitos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "AAAA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "AA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Mês (texto)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Mês (abreviado)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Dia da semana (completo)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Dia da semana (abreviado)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minutos)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Data (hifenizado)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Data (underline)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Data e Código de Trabalho" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Codigo Trabalho" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Subpasta Data e Código de Trabalho" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Código de Trabalho" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Nome do arquivo original" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Data-Hora e Downloads hoje" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Data e Downloads hoje" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Data-Hora e Número da Imagem" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Data-Hora e Código de Trabalho" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-Codigo Trabalho-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-Codigo Trabalho1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Data-Hora e Número do Vídeo" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Resolução" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Entre um novo Código de trabalho, ou selecione um anterior" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "O Código de Trabalho será aplicado para %s que ainda não tem um Código de " "Trabalho." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "O Código de Trabalho será aplicado a %s que não possuem ainda um Código de " "Trabalho." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Aplicar Código de Trabalho para Download" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Entre um novo Código de Trabalho" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Dica: Selecione fotos ou vídeos antes de inserir um novo Código de " "Trabalho para que o Código de Trabalho seja aplicado nelas." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "O novo Código de Trabalho será aplicado as %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Novo Código de Trabalho" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Codigo Trabalho:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Lembre-se deste Código de Trabalho" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Selecionar fotos e vídeos para poder aplicar neles um novo Código de " "Trabalho ou existente." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "O Código de Trabalho será aplicado a todas as fotos e/ou vídeos selecionadas." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Clique no botão Aplicar para aplicar o Código de Trabalho corrente a todas " "as fotos e/ou vídeos. Você também pode simplesmente dar duplo clique no " "Código de Trabalho." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Removendo um Código de Trabalho remove-o apenas da lista de Códigos de " "Trabalhos salvos, não de nenhuma foto ou vídeo em que ele pode ter sido " "aplicado." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Se você quer usar Códigos de Trabalho, configure também Renomear arquivos ou " "Destino para usá-los em conjunto." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Último uso" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Ordenar Código de Trabalho:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Descendente" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Novo..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Remover" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Remover Todos" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Você realmente quer remover todos os Códigos de Trabalho?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Remover todos os Códigos de Trabalho" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Códigos de Trabalho" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Dica: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Salvar novo Ajuste Customizado..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "Remove Definições Personalizadas" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Remove Definições Personalizadas \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Remover todos os Ajustes Customizados..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Novo Ajuste Customizado)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (editado)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Atualizar Ajuste Customizado \"%s\"" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Salvar Novo Ajuste Customizado - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Nome do Ajuste:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Editor de Geração de Subpasta de Foto" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "geração de subpasta de foto" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Editor de Geração de Subpasta de Vídeo" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "geração de subpasta de vídeo" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Editor de Renomeação de Foto" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "foto restante" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Editor de Renomeação de Vídeo" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "vídeo restante" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Atenção: Há dados insuficientes para " "gerar o nome. Favor usar outras opções de Renomeação" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                            %(separator)s creates a new subfolder level." msgstr "O caracter %(separator)s cria um novo nível de subpasta." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Não precisa iniciar ou finalizar com o separador de pasta " "%(separator)s, porque ele será adicionado automaticamente." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Atenção: Nomes de arquivos únicos podem " "não ser gerados. Faça-os usando valores de sequência." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Predefinição:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Obter ajuda online..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Inserir" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                            Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" "Remove Definição Personalizada

                            Você tem certeza que quer " "remover esta definição personalizada \"%(preset_name)s\"?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                            Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Remove Todas as Definições Personalizadas

                            Você tem certeza que " "quer remover todas as definições personalizadas \"%(preset_type)s\"?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Salvar predefinição - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                            Creating a custom preset is not required, but can help " "you keep organized.

                            The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Você quer salvar as mudanças em um novo ajuste " "customizado?

                            Criar um novo ajuste customizado não é requerido, " "mas pode te ajudar a manter a organização.

                            As mudanças nas " "preferências ainda serão aplicadas independente se você criar um novo ajuste " "customizado ou não." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                            If you " "like, you can create a new custom preset or update the existing custom " "preset.

                            The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Você quer salvar as mudanças em um ajuste customizado?

                            Se " "preferir, você pode criar um novo ajuste customizado ou atualizar o " "existente.

                            As mudanças nas preferências ainda serão aplicadas " "independente se você salvar o ajuste ou não." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Salvar Novo Ajuste Customizado" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Preferências" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Idioma" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatização" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Fusos horários" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Tratamento de Erros" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Avisos" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Consolidação" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Diversos" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Pesquisando Dispositivo" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Somente pesquisar em dispositivos externos" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Procurar fotos and vídeos somente em dispositivos externos ao computador,\n" "incluindo câmeras, memory cards, discos rígidos externos, e pendrives." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Procurar somente em pastas específicas no dispositivo" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Procurar por fotos e vídeos somente nas pastas especificadas abaixo (exceto " "caminhos\n" "especificados em Caminhos Ignorados).\n" "\n" "Mudar esse ajuste fará que todos os dispositivos sejam escaneados novamente." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Pastas para procurar:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Pastas na raiz do sistema de arquivos do dispositivo que serão pesquisados\n" "por fotos e vídeos." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Adicionar..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adicionar uma pasta à lista de pastas para escanear por fotos e vídeos.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Remover" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Remove uma pasta da lista de pastas para escanear por fotos e vídeos.\n" "\n" "Mudar este ajustes fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Dispositivos que foram configurados para ignorar ou baixar automaticamente." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Dispositivos lembrados" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Remova um dispositivo da lista de dispositivos que são automaticamente " "ignorados ou descarregdos." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Limpar a lista de dispositivos que são automaticamente ignorados ou " "descarregdos.\n" "\n" "Nota: Mudanças terão efeito na próxima busca por dispositivos." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "A parte final de um caminho que nunca deve ser pesquisada por fotos ou " "vídeos." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adiciona um caminho na lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Remova um caminho da lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Limpar a lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Usar estilo-python expressões regulares" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Usar expressões regulares na lista de caminhos ignorados.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Idioma: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "*Terá efeito após reiniciar o programa" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automação de programa" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Montar dispositivos que ainda não foram montados automaticamente" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Monte os dispositivos, como cartões de memória e/ou unidades externas, \n" "quando o sistema operacional não os monta automaticamente" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Iniciar download ao iniciar o programa" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Iniciar o download após conectar o dispositivo" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Desmontar (ejetar) o dispositivo após o término do download" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Sair do programa quando o download terminar" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo se o download teve avisos ou erros" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Gerador de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Gerar miniatura" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Gerar miniaturas para mostrar na janela principal do programa" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Armazenar miniaturas" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Salvar miniaturas exibidas na janela principal em um cache de miniaturas " "exclusivo do Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Gerar sistema de miniaturas" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Durante o download, salvar as miniaturas que podem ser usadas pelo " "gerenciador de arquivos e outros programas" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Número de núcleos do CPU usados para gerar miniaturas." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Núcleos do CPU:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "dias" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "para sempre" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Tamanho do cache:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Número de miniaturas:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Tamanho do banco de dados:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Armazenar miniaturas não acessadas para:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Limpar o Cache..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Otimizar o Cache..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Ignora fuso horário e horário de verão" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Intervalo de tempo (minutos):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Múltiplo usado ao calcular o intervalo a partir do momento em que a foto ou " "o vídeo foi originalmente feitos" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Ao detectar se um arquivo foi baixado anteriormente:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Saiba mais sobre como usar fuso horário" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Pular o download" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Não baixar o arquivo e enviar uma mensagem de erro" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Adicionar identificador único" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Adicionar um identificador como _1 ou _2 no fim do nome, imediatamente antes " "da extensão do arquivo" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Sobrescrever o arquivo de backup anterior" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Pular" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Não sobrescrever o arquivo de backup e enviar uma mensagem de erro" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Quando uma foto ou vídeo ter o mesmo nome de um já baixado, escolha pular o " "download do arquivo ou adicionar um identificador único:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Usar sequência de números para gerar automaticamente nomes de arquivos " "únicos é altamente recomendado. Configure a renomeação de arquivos no painel " "Renomear na janela principal." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Durante o backup, escolha se quer sobrescrever os arquivos com o mesmo nome " "no dispositivo de destino ou pular o backup deles:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Avisos do Programa" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Mostrar avisos quando:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Baixando arquivos atualmente não exibidos" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avisar sobre baixar arquivos que não foram exibidos na janela principal." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Destinos de backup faltando" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avisar antes de iniciar o download se não for possível salvar os arquivos." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Bibliotecas do programa estão faltando ou quebradas" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avisar se uma biblioteca usada pelo Rapid Photo Downloader está faltando ou " "não está funcionando." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Metadados do Sistema de arquivos não pode ser configurado" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avisar se há um erro ao configurar os metadados do sistema de arquivos de um " "arquivo, como o tempo de modificação." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Encontrando arquivos não tratados" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avisar após pesquisar um dispositivo ou este computador se há arquivos não " "reconhecidos que não serão incluídos no download." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Não avisar sobre arquivos não tratados com extensões:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "As extensões de arquivo são insensíveis às maiúsculas e minúsculas e não " "precisam incluir o ponto inicial." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Adicionar" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Adicionar uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Remover uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Limpar uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Consolidação de Foto e Vídeo" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Consolidar arquivos em dispositivos e downloads" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analisar os resultados de pesquisar por arquivos duplicados e combinando " "pares de arquivos RAW e JPEG,\n" "comparando-os em multiplos dispositivos e sessões de download." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar combinando arquivos RAW e JPEG como:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Uma foto" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Duas fotos" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Mostrar pares de fotos RAW e JPEG combinados como uma foto, e se marcado, " "baixar ambas." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Mostrar pares de fotos RAW e JPEG como duas fotos diferentes. Você pode " "ainda sincronizar a sequência de números delas." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Com fotos RAW e JPEG combinadas:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Não marcar JPEG para download" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Não marcar RAW para download" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Marcar ambas para download" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, não marcar " "automaticamente a JPEG para\n" "download. Você mesmo pode ainda marcá-la para download." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, não marcar " "automaticamente a RAW para\n" "download. Você mesmo pode ainda marcá-la para download." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, marcar automaticamente " "ambas para download." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Se você desabilitar a consolidação de arquivo, escolha o que fazer quando um " "dispositivo de download é inserido enquanto os downloads concluídos são " "exibidos:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Quando um dispositivo de download é inserido enquanto os downloads " "concluídos são exibidos:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Limpar os downloads concluídos" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Continue mostrando os downloads concluídos" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Perguntar o que fazer" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Limpe automaticamente a exibição de downloads concluídos sempre que um novo " "dispositivo de download for inserido." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Continue mostrando os downloads concluídos sempre que um novo dispositivo de " "download for inserido." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Perguntar se continua mostrando os downloads concluídos ou limpá-los sempre " "que um novo dispositivo de download é inserido." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadados data/hora DNG em dispositivos MTP" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorar metadados de data/hora dos arquivos DNG em dispositivos MTP, e usar " "a hora da modificação do arquivo.\n" "\n" "Útil para dispositivos como alguns celulares e tablets que criam metadados " "DNG incorretamente." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Leia metadados de fotos usando apenas ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Use ExifTool em vez de Exiv2 para ler metadados de fotos e extrair " "miniaturas.\n" "\n" "O padrão é usar Exiv2, usando ExifTool apenas quando Exiv2 não suportar\n" "o formato de arquivo que está sendo lido.\n" "\n" "O Exiv2 é rápido, preciso e quase sempre confiável, mas trava ao extrair\n" "metadados de um pequeno número de arquivos, como arquivos DNG produzidos \n" "pelas câmeras Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Leia os metadados de vídeo usando apenas ExifTool" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                            Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                            The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                            1. ExifTool reports a time zone and MediaInfo " "does not.
                            2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                            3. Gstreamer is unable to extract " "thumbnails.
                            " msgstr "" "

                            Use ExifTool no lugar de MediaInfo e Gstreamer para ler os metadados de " "vídeo e extrair miniaturas.

                            O padrão é usar MediaInfo e Gstreamer, com " "três exceções:

                            1. ExifTool informa o fuso horário e o MediaInfo " "não.
                            2. O ExifTool fornece dados mais confiáveis que o MediaInfo para " "alguns formatos de arquivo.
                            3. O Gstreamer não consegue extrair " "miniaturas.
                            " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Downloads completados" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Restaura os valores de preferência padrão para %s" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "VocÊ quer limpar o cache de miniaturas? O cache será limpo quando o programa " "for reiniciado." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Limpar Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Você quer otimizar o cache de miniaturas? O cache será otimizado quando o " "programa reiniciar." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Otimizar Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Entre uma pasta para pesquisar" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Especificar uma pasta que será pesquisada por fotos e vídeos" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Pasta:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Entre um Caminho a ser Ignorado" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Especifique um caminho onde fotos e vídeos não devem ser procurados" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Caminho:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Entre uma Extensão de Arquivo" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Especificar uma extensão de arquivo (sem o ponto)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Extensão:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Extensão de arquivo inválida" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "A extensão de arquivo %s é reconhecida pelo Rapid Photo Downloader, " "portanto não faz sentido avisar sua presença." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Reconhecer tipos de arquivos:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Vídeos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Outros:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Casamento" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Aniversário" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferências de subpasta não deve começar com uma %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferências subpasta não deve terminar com uma %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Preferências subpasta não deve conter dois %s um após o outro" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Baixar 8 Fotos e 10 Vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erro: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Erro: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erro GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Incapaz de inicializar a câmera, provavelmente porque outro programa está " "usando-a. Nenhum arquivo foi copiado." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Incapaz de ler diretorio %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Incapaz de acessar hora da modificação ou o tamanho de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Incapaz de ler o arquivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Incapaz de gravar o arquivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Incapaz de mover o arquivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Incapaz de remover o arquivo %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Incapaz de copiar o arquivo %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Arquivo vazio %s não será baixado" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Não foi possível determinar a data de modificação para %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Incapaz de carregar os metadados de %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Incapaz de carregar os metadados de %(name)s. Os %(filetype)s não serão " "baixados." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ocorreu um erro ajustando os metadados do arquivo %s. Se o erro ocorrer " "novamente no mesmo sistema de arquivos, ele não será reportado de novo." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Encontrado arquivo não tratado %s. Ele não será baixado." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s já existe." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "O arquivo %(filetype)s %(destination)s foi modificado pela última vez em " "%(date)s às %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "O arquivo %(filetype)s %(source)s não foi baixado de %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "O arquivo %(filetype)s %(source)s foi baixado de %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "O identificador único '%s' foi adicionado ao nome do arquivo." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "O backup existente %(filetype)s %(destination)s foi modificado pela última " "vez em %(date)s às %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "O arquivo %(filetype)s %(source)s não foi salvo do %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "O backup anterior %(filetype)s %(destination)s foi modificado pela última " "vez em %(date)s às %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "O arquivo %(filetype)s %(source)s de %(device)s foi salvo, sobrescrevendo o " "backup anterior %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Durante a sincronização dos valores de sequência RAW + JPEG, uma duplicata " "%(filetype)s %(file)s foi encontrada e não foi baixada." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Durante a sincronização dos valores de sequência RAW + JPEG, fotos foram " "detectadas com o mesmo nome de arquivo, mas tiradas em momentos diferentes:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s was tirada em %(image1_date)s às %(image1_time)s, e %(image2)s em " "%(image2_date)s às %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Incapaz de finalizar o nome de arquivo para %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "O nome de arquivo %(destination)s não foi totalmente gerado para " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "O metadados %(type)s está faltando." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "O seguinte metadado está faltando: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "A conversão Data/Hora falhou: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Não foi possível extrair metadados de data/hora válidos ou determinar a hora " "de modificação do arquivo." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "O nome do arquivo não possui uma extensão." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Nome do arquivo não tem um componente número." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Erro ao gerar componente %(component)s. Erro: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "As subpastas de download %(folder)s foram somente geradas parcialmente para " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Não há dados suficientes para gerar o %(subfolder_file)s para %(filename)s. " "O %(filetype)s não foi baixado." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Incapaz de criar o %(filetype)s %(destination)s em %(folder)s. O arquivo " "baixado era %(source)s em %(device)s. Ele não foi baixado." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Incapaz de criar a subpasta de download %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Incapaz de criar a subpasta de backup %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problemas ao pesquisar %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemas ao copiar de %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problemas durante a finalização dos nomes de arquivos e geração de subpastas" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemas ao salvar para %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "O tempo decorrido entre fotos e vídeos consecutivos que é usado para criar a " "Timeline" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "A Timeline agrupa fotos e vídeos baseados em quanto tempo decorreu entre " "fotos consecutivas. Use-a para identificar fotos e vídeos tiradas em " "diferentes períodos de um dia ou através de dias consecutivos." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Use o botão deslizante (abaixo) para ajustar o tempo decorrido entre fotos " "consecutivas que é usado para construir a Timeline." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Construção da Timeline pendente..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "A Timeline está sendo montada..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                            The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "A Timeline precisa ser reconstruída porque a data de modificação do arquivo " "não bate com a data que uma ou mais fotos foram tiradas.

                            A Timeline " "mostra quando fotos foram tiradas. A data que a foto foi tirada é encontrada " "nos metadados do arquivo da foto ou vídeo. Ler os metadados consome tempo, " "portanto o Rapid Photo Downloader evita ler os metadados enquanto pesquisa " "por arquivos. Entretanto ele usa a data que o arquivo foi modificado pela " "última vez como um substituto para quando a foto foi tirada. A data que a " "foto foi tirada é confirmada durante a geração das miniaturas ou no " "download, que é quando o metadado é lido." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Alternar a sincronização da Timeline e a rolagem das miniaturas (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                            Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool tem um problema

                            Rapid Photo Downloader usa o " "ExifTool para pegar os metadados dos vídeos e fotos. O programa roda sem " "ele, mas instalá-lo é altamente recomendado." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Problema com ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                            Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "A biblioteca libmediainfo parece estar faltando

                            O Rapid Photo " "Downloader usa libmediainfo para obter a data e hora em que um vídeo foi " "gravado. O programa será executado sem ele, mas é recomendável instalá-lo." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problemas com o libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                            To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                            Missing applications: " "%(applications)s

                            Learn " "more about which software to install." msgstr "" "Não é possível fazer download de dispositivos Apple

                            Para fazer " "download de %(device)s, este programa requer a instalação de software " "adicional que interaja com dispositivos Apple.

                            Aplicativos ausentes: " "%(applications)s

                            Saiba " "mais sobre qual software instalar." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                            Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                            \n" "

                            Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                            " msgstr "" "\n" "

                            O Rapid Photo Downloader foi feito para você. Você pode ajudar a melhorá-" "lo\n" "participando de uma pesquisa na web.

                            \n" "

                            Como este programa não coleta nenhuma informação, responder à pesquisa " "faz\n" "uma grande diferença para o futuro do programa.

                            " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "A pesquisa está em Inglês." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Você que responder à pesquisa?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Perguntar-me depois" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Sim" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Já respondi." #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Não me pergunte mais sobre nenhuma pesquisa" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Atualizar..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Preferências" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Sair" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Janelas e Drivers" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Erro &Reports" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Limpar Downloads Completados" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Obter Ajuda Online..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Dica do Dia..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Reportar um Problema..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Faça uam doação..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Traduzir esta Aplicação..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Sobre..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Timeline" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Renomear" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Backup" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Habilitar ou desabilitar o uso de dispositivos anexados neste computador " "como origens de download" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Habilitar ou desabilitar o uso de uma pasta neste computador como uma origem " "de download" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Este Computador" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Selecione uma pasta de origem" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Novo" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Exibir:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Hora da modificação" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Verificar estado" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Tipo de Arquivo" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Ordenar:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Selecionar tudo:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Baixar %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Continuar Download" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Obrigado por reportar um problema no Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                            Do you really want to " "change the source path to %(new_path)s?

                            You are currently downloading " "from %(source_path)s.

                            If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Alterar os caminhos de origem neste computador

                            Você realmente " "quer alterar o caminho de origem para %(new_path)s?

                            Você atualmente " "está baixando de %(source_path)s.

                            Se você mudar o caminho, o download " "atual para este computador será cancelado." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "vídeo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Você não pode alterar o caminho de destino durante o download." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                            Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Confirmar Destino do Download

                            Você tem certeza que quer " "alterar a pasta de download %(file_type)s para %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                            \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                            \n" "Do you want to proceed with the download?" msgstr "" "\n" "Baixando todos os arquivos

                            \n" "Um download sempre inclui todos os arquivos que estão marcados para " "download,\n" "incluindo aqueles que não sendo mostrados porque a Timeline\n" "está sendo usada ou porque somente novos arquivos estão sendo " "mostrados.

                            \n" "Você quer continuar com o download?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Essas pastas de download são inválidas:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download é inválida:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "O download falhou" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "O download não pode continuar." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotos e vídeos não serão copiados porque não há nenhum lugar para salvá-los. " "Você ainda quer iniciar o download?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Não existe dispositivos de backup para salvar %(filetype)s. Você ainda quer " "iniciar o download?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" "Os destinos de backup de fotos e vídeos não existem ou não puderam ser " "acessados.

                            Você ainda quer iniciar o download?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                            Do you still want to start the download?" msgstr "" "O destino de backup %(filetype)s não existe ou não pôde ser " "acessado.

                            Você ainda quer iniciar o download?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problema no backup" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s restante (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s falhou ao baixar" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Todos os downloads completos" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s baixado" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou em baixar" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 falha" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d falhas" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Baixados %(no_files_and_types)s de %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Baixados %(no_files_and_types)s de %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nenhum arquivo baixado — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Nenhum arquivo baixado" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Preferências do programa são inválidas" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                            It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                            On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" "Todos os arquivos nas %(camera)s estão inacessíveis.

                            Ela pode " "estar bloqueada ou não configurada para transferência de arquivos usando " "USB. Você pode desbloqueá-la e tentar novamente.

                            Em alguns modelos, " "você também precisa alterar a configuração para permitir o uso de USB para " "Transferência de arquivos.

                            Saiba mais sobre d" "ownload de câmeras e ha" "bilitando o download de telefones.

                            Alternativamente, você pode " "ignorar asa %(camera)s." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                            Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                            If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                            If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                            Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                            Alternatively, you can ignore " "the %(camera)s." msgstr "" "As %(camera)s parecem estar sendo usadas por outro " "aplicativo.

                            O Rapid Photo Downloader não pode acessar um telefone " "ou câmera que está sendo usado por outro aplicativo, como um gerenciador de " "arquivos.< br>
                            Se o dispositivo estiver montado em seu gerenciador de " "arquivos, você deve primeiro "ejetá-lo" desse aplicativo enquanto " "mantém as %(camera)s conectadas.

                            Se isso não funcionar, desconecte as " "%(camera)s do computador e reconecte-a novamente.

                            Saiba mais sobre b" "aixar de câmeras e permitindo baixar de telefones.

                            Alternativamente, você pode " "ignorar as %(camera)s." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Habilite o acesso ao dispositivo iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Tentar Novamente" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Ignorar Este Dispositivo" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Desculpe, um erro inesperado ocorreu enquanto pesquisava %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" "Infelizmente você não pode baixar arquivos a partir deste dispositivo." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Uma possível solução alternativa para o problema é usar um leitor de cartão " "para poder baixar diretamente do memory card da câmera." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Pesquisa ao dispositivo falhou" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "O dispositivo %(camera)s não pode ser pesquisado porque ele não pode ser " "desmontado.

                            Você pode fechar qualquer outra aplicação (como um " "navegador de arquivos) que esteja usando-o e tentar novamente. Se isso não " "funcionar, desconecte o dispositivo %(camera)s do computador e conecte " "novamente." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                            You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "O download não pode iniciar porque o dispositivo %(camera)s não pode ser " "desmontado.

                            Você pode fechar qualquer outra aplicação (como um " "navegador de arquivos) que esteja usando-o e tentar novamente. Se isso não " "funcionar, desconecte o dispositivo %(camera)s do computador e conecte " "novamente, e escolha quais arquivos você quer baixar." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Completado os Download Atuais" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s cujo download terminou é exibido." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Você quer limpar os downloads terminados?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Completado Download atual" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s cujo download terminou é exibido." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Você quer limpar os downloas terminados?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Você quer baixar fotos e vídeos do dispositivo %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Você quer ignorar o %s sempre que este programa for executado?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Todas as câmeras, fones e tablets com o mesmo nome de modelo serão ignorados." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Você quer ignorar o dispositivo %s sempre que este programa iniciar?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Qualquer dispositivo com o mesmo nome será ignorado." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Baixando de %(location)s para este computador." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                            On some systems, scanning " "this location can take a very long time." msgstr "" "Você realmente quer baixar a partir daqui?

                            Em alguns sistemas, " "pesquisar neste local pode levar muito tempo." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — download pausado" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Gerando miniaturas para %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Procurando %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s marcados para download (%(hidden)s hidden)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s marcados para download" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Mostra a versão do programa e suas bibliotecas e sai." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" "Exibir informações do programa quando executado a partir da linha de comando." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Exibir informações de depuração quando executado a partir da linha de " "comando." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Liste extensões de arquivos de fotos e vídeos que o programa reconhece e " "saia." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Habilite ou desabilite o renomeador de fotos." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Habilite ou desabilite o renomeador de vídeos." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Habilite ou desabilite a deteção automática de dispositivos para download." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Habilite ou desabilite o download a partir deste computador." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "CAMINHO" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "O CAMINHO neste computador que será feito o download." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "O CAMINHO onde as fotos serão baixadas." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "O CAMINHO onde os vídeos serão baixados." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Habilite ou desabilite o backup de fotos e vídeos durante o download." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Habilite ou desabilite a deteção automática dos dispositivos de backup." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "PASTA" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "A PASTA onde os backups são armazenados no dispositivo de backup de fotos " "detectado automaticamente, sendo o nome da pasta usado para identificar se o " "dispositivo será usado para backups ou não. Para cada dispositivo que você " "desejar usar para fazer o backup das fotos, criar uma pasta dentro com esse " "nome." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "A PASTA onde os backups são armazenados no dispositivo de backup de fotos " "detectado automaticamente, sendo o nome da pasta usado para identificar se o " "dispositivo será usado para backups ou não. Para cada dispositivo que você " "desejar usar para fazer o backup das fotos, criar uma pasta dentro com esse " "nome." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "O CAMINHO onde as fotos serão salvas quando a deteção automática de " "dispositivos de backup estiver desabilitado." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "O CAMINHO onde os vídeos serão salvos quando a deteção automática de " "dispositivos de backup estiver desabilitado." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos com as seguintes extensões: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Habilitar ou desabilitar iniciar download assim que o programa iniciar." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Habilitar ou desabilitar iniciar download assim que os dispositivo for " "inserido." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Habilitar ou desabilitar o uso do Cache de Miniaturas do Rapid Photo " "Downloader. Desabilitando-o não apagará o conteúdo existente no cache." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Apagar todas as miniaturas no Cache de Miniaturas do Rapid Photo Downloader " "e sair." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Esquecer os arquivos que já foram anteriormente baixados e sair." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importar preferências de uma versão antiga e sair. Requer o programa de " "linha de comando gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Redefinir todos os ajustes do programa para seus valores padrão, deletar " "todas as miniaturas no Cache de Miniaturas, esquecer os arquivos que foram " "anteriormente baixados e sair." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Incluir informações de depuração do gphoto2 nos arquivos de log." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "Imprimir no terminal informações sobre as câmeras conectadas e sair." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Use o tema do Qt no lugar do tema integrado" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Rode esse programa em wayland ou em X11" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Para importar as preferências de uma versão antiga do Rapid Photo " "Downloader, você precisa instalar o programa gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Nenhuma preferência de programa anterior detectada: saindo." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importando as preferências do Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Você quer copiar o número de sequência armazenado, que tem o valor %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Programa abortando." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Nunca execute este programa como usuário sudo / root." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Você deve instalar o ExifTool para rodar o Rapid Photo Downloader." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader está instalado em múltiplos locais.\n" "\n" "Desinstalar todas as cópias exceto a versão que você quer executar." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Ao especificar um caminho na linha de comando, não especifique também uma\n" "opção para detecção automática do dispositivo ou um caminho em \"Este " "Computador\"." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Todos os ajustes e caches foram redefinidos." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "O Cache de Miniaturas foi redefinido." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Arquivos Lembrados foram esquecidos." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Lembrar esta escolha" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Não pergunte-me sobre isso novamente" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Não avise-me sobre isso novamente" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Não avise-me novamente sobre bibliotecas de programas quebradas ou faltando" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "subpasta e nome de arquivo" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nome de arquivo" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "subpasta" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Um contador para quantos downloads ocorreram em cada dia" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Downloads de hoje:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Um contador que é aumentado cada vez que o programa é executado " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Número armazenado:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "A hora em que a sequência de números dos Downloads de hoje deve ser " "redefinido" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dia de início:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sincronizar a sequência de números para os pares de RAW + JPEG combinados.\n" "\n" "Veja a documentação online para mais detalhes." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sequência de Números" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompatíveis" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Se fotos, vídeos e nomes de pasta devem ter qualquer caracter removido que " "não é permitido por outros sistemas operacionais" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Compatibilidade" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Renomeação de Fotos" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Renomeação de Vídeos" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Opções de renomeação" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos e vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos ou vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "um vídeo" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 vídeo" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "uma foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Raiz do sistema de arquivos" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Imagens" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Lamento. Senha incorreta." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Para realizar tarefas administrativas entre com a senho de %s" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Senha:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tirada em %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Modificada em %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Cartões de memória: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Cartão de memória: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Baixado como:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                            Previous download:
                            %(filename)s
                            %(path)s
                            %(date)s" msgstr "

                            Download anterior:
                            %(filename)s
                            %(path)s
                            %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                            Manually set as previously downloaded on %(date)s" msgstr "" "

                            Configurado manualmente como baixado anteriormente em %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Copiar caminho" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Marcar arquivo como baixado" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Marcar arquivos como baixados" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s e %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "um" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dois" #: ../raphodo/utilities.py:576 msgid "three" msgstr "três" #: ../raphodo/utilities.py:577 msgid "four" msgstr "quatro" #: ../raphodo/utilities.py:578 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:579 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "sete" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "oito" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "dez" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "doze" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "treze" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "dezesseis" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "dezessete" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "dezoito" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "dezenove" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "vinte" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Fechar" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Cancelar" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Salvar" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Restaurar Padrão" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Sim" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Não" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Cria diretório %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Monta o drive %(drive)s: emt %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Desmonta o drive %(drive)s: de %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Monta os drivers %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Monta o drive %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Desmonta os drivers %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Desonta o driver %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Ops. Um erro ocorreu durante a montagem das unidades %s" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Ops. Um erro ocorreu durante a desmontagem das unidades %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Ops. Um erro ocorreu durante a montagem da unidade %s" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Ops. Um erro ocorreu durante a desmontagem da unidade %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Unidades do Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Habilita montagem automática das unidades do Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Monta automaticamente todas as unidades do Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "Monte automaticamente apenas unidades do Windows configuradas abaixo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Montada pelo usuário" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Montada pelo sistema" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Unidade" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Ponto de Montagem" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Montagem Automática" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Desmonta automaticamente na saída" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Operações Pendentes" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "A&plicar as operações pendentes" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Deseja montar a unidade %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Deseja montar as unidades %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Unidade removível" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Unidade local" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Baixar, renomear e salvar em backup fotos e vídeos de câmeras e outros " "dispositivos" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importa fotos e vídeos de câmeras, smartphones, " "cartões de memória e outros dispositivos em alta velocidade. Ele pode ser " "configurado para renomear fotos e vídeos com nomes de arquivos legiveis de " "acordo com o que você especificar. Ele também pode salvar cópias de " "segurança das fotos e vídeos conforme elas forem baixadas. Ele baixa e salva " "em múltiplos dispositivos simultaneamente." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Recurso importante para o Rapid Photo Downloader é a sua Timeline, que " "agrupa fotos e vídeos baseados no tempo decorrido entre fotos consecutivas. " "Use-o para identificar fotos e vídeos tiradas em diferentes períodos de um " "dia ou em dias consecutivos." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Escrito por um fotógrafo para fotógrafos profissionais e amadores, Rapid " "Photo Downloader é fácil de configurar e usar. As preferências de programa " "são configuradas sem a necessidade de códigos complicados. Tarefas comuns " "podem ser automatizadas, como desmontar um cartão de memória quando o " "download estiver completado." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "A tela principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renomeando" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;download;fotografia;importart;vídeo;RAW;câmera;smartphone;ingest;backup;" "memória;cartão;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Baixe fotos e vídeos com Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlim" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinque" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teerã" #~ msgid "Stockholm" #~ msgstr "Estocolmo" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapeste" #~ msgid "Jakarta" #~ msgstr "Jacarta" #~ msgid "Madrid" #~ msgstr "Madri" #~ msgid "Delhi" #~ msgstr "Deli" #~ msgid "Warsaw" #~ msgstr "Varsóvia" #~ msgid "_Translate this Application..." #~ msgstr "_Traduzir este aplicativo..." #~ msgid "_View" #~ msgstr "E_xibir" #~ msgid "_Get Help Online..." #~ msgstr "_Ajuda Online..." #~ msgid "_Make a Donation..." #~ msgstr "Fazer uma _doação..." #~ msgid "_Help" #~ msgstr "Aj_uda" #~ msgid "_File" #~ msgstr "_Arquivo" #~ msgid "_Select" #~ msgstr "_Selecionar" #~ msgid "_Report a Problem..." #~ msgstr "_Reportar um problema..." #~ msgid "Video backup folder name:" #~ msgstr "Nome da pasta para cópia de segurança de vídeos:" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Limpar tarefas conluídas" #~ msgid "Video Rename" #~ msgstr "Renomear Vídeo" #~ msgid "_Error Log" #~ msgstr "Registro de _Erros" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao copiar uma fotografia ou " #~ "vídeo haja um arquivo de mesmo nome." #~ msgid "_Add..." #~ msgstr "_Adicionar..." #~ msgid "Video Folders" #~ msgstr "Pasta de Vídeo" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao fazer uma cópia de segurança " #~ "haja um arquivo de mesmo nome." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "" #~ "Desmontar ou ejetar o dispositivo após conclusão da tarefa de descarga" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizar números seqüênciais em pares RAW-JPEG" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Restabelecer todas as configurações e preferências do programa e fechá-lo" #~ msgid " " #~ msgstr " " #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de vídeo\"" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de " #~ "fotografias\"" #~ msgid "Error in Video Rename preferences" #~ msgstr "Erro causado pelas preferêcias em \"renomear vídeos\"" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Erro causado pelas preferêcias em \"renomear fotografias\"" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Escolha um diretório que contenha %(file_types)s" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemplo: %s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "externaldrive1" #~ msgstr "disco_externo_1" #~ msgid "externaldrive2" #~ msgstr "disco_externo_2" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origem: %(source)s\n" #~ "Destino: %(destination)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origem: %(source)s" #~ msgid "Backing up error" #~ msgstr "Erro ao criar cópias de segurança" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Foram detectadas fotografias de mesmo nome, mas de horários diferentes" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erro: %(inst)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (%(remaining)s restantes)" #~ msgid "Size" #~ msgstr "Tamanho" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Deverá ser feita uma descarga das fotografias ou vídeos presentes neste " #~ "dispositivo ou partição?" #~ msgid "Device Detected" #~ msgstr "Dispositivo detectado" #~ msgid "Job Code:" #~ msgstr "Etiqueta:" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Deseja realmente remover todas as etiquetas?" #~ msgid "Remove all Job Codes?" #~ msgstr "Remover todas as etiquetas?" #~ msgid "Enter a Job Code" #~ msgstr "Definir uma etiqueta" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Escolha se um caractere do nome de uma foto, vídeo ou diretório deverá ser " #~ "omitido, caso o mesmo não seja suportado por outros sistemas operacionais." #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "A criar cópias de segurança em %(path)s" #~ msgid "New York" #~ msgstr "Nova Iorque" #~ msgid "Select a folder to download videos to" #~ msgstr "Selecione o diretório para baixar os vídeos para" #~ msgid "Select a folder to download photos to" #~ msgstr "Selecione o diretório para baixar as fotos para" #~ msgid "scanning..." #~ msgstr "verificando..." #~ msgid "Photo has already been downloaded" #~ msgstr "A foto já foi baixada" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Diretório de destino não pôde ser criado: %(directory)s\n" #~ msgid "_Remember this choice" #~ msgstr "_Relembrar esta escolha" #~ msgid "Download Progress" #~ msgstr "Progresso da transferência" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "and" #~ msgstr "e" #~ msgid "Using backup device" #~ msgstr "Usando o dispositivo de backup" #~ msgid "Using backup devices" #~ msgstr "Usando dispositivos de backup" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Faltando %(minutes)i:%(seconds)02i minutos aproximadamente" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Faltando %i segundos aproximadamente" #~ msgid "About 1 minute remaining" #~ msgstr "Faltando 1 minuto aproximadamente" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Faltando 1 segundo aproximadamente" #~ msgid "Free space:" #~ msgstr "Espaço livre:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "Videos:" #~ msgstr "Vídeos:" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s livres" #~ msgid "All settings and preferences have been reset" #~ msgstr "Todas as configurações e preferências foram redefinidas" #, python-format #~ msgid "and %s" #~ msgstr "e %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "As preferências definidas para os subdiretórios de %(filetype)s são " #~ "inválidas e não poderão ser usadas.\n" #~ "Elas serão redefinidas para seus valores padrão." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar um nome de arquivo. Por favor, use outras opções de renomeação." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar nomes de subdiretórios. Por favor, use de outras opções de " #~ "nomeação." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s já existe." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s não desmontado" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s pasta de download não é gravável" #, python-format #~ msgid "Folder: %s" #~ msgstr "Pasta: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s pasta de download e inválida" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "Listar extensões de foto vídeo que o programa reconhece e sair" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Arquivo: %(file)s" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s pasta de download não existe" #~ msgid "only output errors to the command line" #~ msgstr "Ouvir apenas os erros de saída para a linha de comando" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "mostrar informações de depuração quando executado a partir da linha de " #~ "comando" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "exibir informaçṍes do programa na linha de comando enquando o programa é " #~ "executado (default: %default)" #~ msgid "Name + extension" #~ msgstr "Nome + extensão" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Data e hora %s valor aparece inválido." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s não pôde ser feito backup porque nenhum local de backup foi " #~ "encontrado." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadados não podem ser lidos" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Erro ao gerar o componente %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s já foi baixado" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s não pode ser gerado" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "O atual%(filetype)s foi modificada pela última vez em%(date)s em%(time)s. " #~ "Identificador exclusivo '%(identifier)s'' acrescentou." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Fotos detectadas com o mesmo nome, mas tiradas em momentos diferentes: " #~ "%(details)s" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "O %(filetype)s existente foi modificado pela ultima vez em %(date)s as " #~ "%(time)s." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Foi feito backup para %(volume)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Erro: %(errorno)s %(strerror)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ouvir Ocorreu um erro ao fazer backup em %(volume)s: %(inst)s." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "A extensão do arquivo e informações Exif indicam que já foram baixados." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Não há dados com os quais o nome %(filetype)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Os metadados podem estar corrompidos." #~ msgid " It was backed up to these devices: " #~ msgstr " Foi feito backup destes dispositivos: " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s e %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Backups substituídos nestes dispositivos: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Backup substituído em %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ocorreram erros ao fazer backup em dispositivos de backup a seguir: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Os backups já existem nestes locais: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Backup já existe no %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ouvir Ocorreu um erro ao fazer backup em %(volume)s." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemas na subpasta e arquivo de geração" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema na subpasta e arquivo de geração" #~ msgid "The following metadata is missing: " #~ msgstr "Os metadados seguinte estão em falta: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Além disso, houve um %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Além disso, houve %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ocorreu um erro ao criar diretórios em %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Ocorreram erros ao criar diretórios nos dispositivos de backup a seguir: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema na geração de %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemas na geração de %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s, mas foi feito backup" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s já existe, mas foi feito backup" #~ msgid "there were errors backing up" #~ msgstr "houve erros de backup" #~ msgid "Multiple problems were encountered" #~ msgstr "Vários problemas foram encontrados" #~ msgid "there was an error backing up" #~ msgstr "Ocorreu um erro ao fazer backup" #~ msgid "There were errors backing up" #~ msgstr "Houve erros de backup" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, e %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Houve um erro ao fazer backup" #~ msgid "Download / Pause" #~ msgstr "Download / Pausa" #, python-format #~ msgid "Path: %s" #~ msgstr "Caminho: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Falha ao criar subpasta download" #~ msgid "Select All Without _Job Code" #~ msgstr "Selecionar Tudo Sem Código _Job" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Selecionar o código de trabalho Wit_h" #~ msgid "Next File" #~ msgstr "Próximo Arquivo" #~ msgid "Previous File" #~ msgstr "Arquivo Anterior" #~ msgid "_Uncheck All" #~ msgstr "_Desmarcar Tudo" #~ msgid "_Include in download" #~ msgstr "_Incluir no download" #~ msgid "_Check All" #~ msgstr "_Verificar Tudo" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid ":" #~ msgstr ":" #~ msgid "Download Folder" #~ msgstr "Pasta de Download " #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilidade com Outros Sistemas Operacionais" #~ msgid "_Download" #~ msgstr "_Baixar" #~ msgid "Photo Rename" #~ msgstr "Renomear Foto" #~ msgid "Program Automation" #~ msgstr "Programa de Automação" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflitos de Nomes de Fotos e Vídeos" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/midia/ldriveexterno/Fotos" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemplo: /home/usuário/Fotos" #~ msgid "Example:" #~ msgstr "Exemplo:" #~ msgid "Example" #~ msgstr "Exemplo" #~ msgid "Download Subfolders" #~ msgstr "Subpastas de Download" #~ msgid "Job Codes" #~ msgstr "Job Códigos" #~ msgid "Sequence Numbers" #~ msgstr "Números de sequência" #~ msgid "Photo Rename\t" #~ msgstr "Renomear Foto\t" #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "Miscellaneous" #~ msgstr "Miscellaneous" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "New:" #~ msgstr "Novo:" #~ msgid "Job Codes" #~ msgstr "Job Codes" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Pasta de Download de Fotos" #~ msgid "Error Handling" #~ msgstr "Error Handling" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Devices" #~ msgstr "Devices" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Pasta de Download de Vídeos" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectar automaticamente dispositivos de armazenamento portátil" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de download. Subpastas para as fotos serão criados " #~ "automaticamente nesta pasta usando a estrutura a seguir especificados." #~ msgid "Video Rename\t" #~ msgstr "Renomear Vídeos\t" #~ msgid "Automatically detect devices" #~ msgstr "Detectar automaticamente dispositivos" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de download. Subpastas para os vídeos baixados serão criados " #~ "automaticamente nesta pasta usando a estrutura a seguir especificados." #~ msgid "Download folder:" #~ msgstr "Pasta de Downloads:" #~ msgid "Location:" #~ msgstr "Localização" #~ msgid "Performance" #~ msgstr "Performance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Gerar miniaturas (mais lento)" #~ msgid "Photo Folders" #~ msgstr "Pastas de Fotos" #~ msgid "Photo backup folder name:" #~ msgstr "Nome da Pasta de Backup de Fotos" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Especifique a pasta no qual os backups serão armazenados no dispositivo. \n" #~ "\n" #~ "Nota: isso também será utilizado para determinar se o dispositivo é ou " #~ "não utilizado para backups. Para cada dispositivo que deseja usar para fazer " #~ "backup, criar uma pasta com um desses nomes." #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferências: Photo Downloader Rapid" #~ msgid "Photo Rename" #~ msgstr "Renomear Foto" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Especifique o tempo em formato de 24 horas em que a sequência numérica de " #~ " Downloads de Hoje devem reiniciar." #~ msgid "R_emove All" #~ msgstr "R_emover Tudo" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importar fotos e vídeos de forma eficiente e confiável" #~ msgid "Error Log" #~ msgstr "Log de Erro" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Dispositivos são de onde as fotos e vídeos são baixados, como câmeras, " #~ "cartões de memória ou dispositivos de armazenamento portátil.\n" #~ "\n" #~ "Você pode baixar de vários dispositivos simultaneamente, ou pode especificar " #~ "um local em seu disco rígido.\n" #~ "\n" #~ "Baixar diretamente de câmeras é atualmente um recurso experimental. Caso " #~ "ele não funcione corretamente, tente ativar o modo PTP. Caso isso não seja " #~ "possível, um leitor de cartões deve ser utilizado." #~ msgid "Device Options" #~ msgstr "Opções do dispositivo" #~ msgid "Device Options" #~ msgstr "Opções do dispositivo" #~ msgid "Re_move All" #~ msgstr "Re_mover todos" #~ msgid "the root of the file system" #~ msgstr "a raiz do sistema de arquivos" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Tranferindo de %(location)s." #~ msgid "Download cannot proceed" #~ msgstr "A transferência não pôde continuar" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Você realmente deseja realizar o download deste local? Em alguns sistemas, " #~ "varrer este local pode leavar muito tempo." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Criando o backup das fotos em %(path)s e vídeos em %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Criando o backup das fotos e vídeos em %(path)s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Selecione uma pasta onde será executado o backup das fotos" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Selecione uma pasta onde será executado o backup dos vídeos" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Remover todos os caminhos lembrados" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Todos os caminhos lembrados devem ser removidos?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Remover todos os Caminhos Ignorados?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Todos os caminhos ignorados devem ser removidos?" #~ msgid "Remembered Paths" #~ msgstr "Caminhos Lembrados" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "As seguintes expressões regulares não são válidas e serão removidas a não " #~ "ser que sejam corrigidas:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Esta expressão regular é inválida e será removida a não ser que seja " #~ "corrigida:\n" #~ "%s" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Desculpe, a funcionalidade de download de vídeo foi desabilitada. Para " #~ "executar o download de vídeos, por favor instale os pacotes hachoir " #~ "metadata e kaa metadata do python, ou exiftool." #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Se você desabilitar a detecção automática, escolha o local exato das fotos e " #~ "vídeos." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se vovê habilitar a detecção de Dispositivos de Armazenamento Portateis, " #~ "todo o dispositivo será varrido. Em dispositivos muito grandes, isso pode " #~ "levar algum tempo.\n" #~ "Quando esta opção esta habilitada e um dispositivo potêncial é detectado, " #~ "será perguntado se o mesmo deve ser varrido ou não." #~ msgid "Invalid regular expression" #~ msgstr "Expressão regular inválida" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "Move" #~ msgstr "Mover" #~ msgid "From" #~ msgstr "De" #~ msgid "To" #~ msgstr "Para" #~ msgid "Auto Detect" #~ msgstr "Detectar Automaticamente" #~ msgid "Use _python-style regular expressions" #~ msgstr "Usar expressões regulares no estilo _python" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotacionar imagens JPEG automaticamente" #~ msgid "An unknown error occurred" #~ msgstr "Ocorreu um erro desconhecido" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/rapid-photo-downloader.pot0000644000175000017500000036535114562557501022764 0ustar00damondamon# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-13 16:17+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the device." "

                            Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7156 ../raphodo/rpdfile.py:956 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7156 ../raphodo/rpdfile.py:984 #: ../raphodo/storage/storage.py:584 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:589 ../raphodo/devices.py:590 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:591 ../raphodo/devices.py:1243 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:995 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1062 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1216 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1267 ../raphodo/devices.py:1287 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1305 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1313 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1637 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                            In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                            The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                            " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                            1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a fallback).
                            2. Checked State: whether the file is marked for download.
                            3. Filename: the full filename, including extension.
                            4. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
                            5. File Type: photo or video." "
                            6. Device: name of the device the photos and videos are being " "downloaded from.
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                            1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                            2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                            1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                            2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                            " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                            1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                            2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                            3. Text which " "you want to appear every time, such as a hyphen or a space.
                            Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                            Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                            1. Downloads today: tracks " "downloads completed during that day.
                            2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                            3. Session number: reset each time the program is run.
                            4. Sequence letter: like session numbers, but uses letters.
                            5. Read more about sequence numbers in the online documentation.

                              " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                              The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                              Read more about file renaming in " "the online " "documentation.

                              " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                              1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                              2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download destination." "
                              3. The desktop's thumbnail cache, in which Rapid Photo " "Downloader stores thumbnails of RAW and TIFF photos once they have been " "downloaded. File browsers like Gnome Files use this cache as well, meaning " "they too will display thumbnails for those files.
                              Read more about " "these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                              In " "your bug report describe what you expected to happen, and what you observed " "happening.

                              The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                              {tarfile}
                              You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                              Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                              If possible, please also include the program's configuration " "file {config_file}.

                              Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2229 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                              %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                              Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                              Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom preset?

                              Creating a custom preset is not required, but can help you keep " "organized.

                              The changes to the preferences will still be applied " "regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                              If you " "like, you can create a new custom preset or update the existing custom " "preset.

                              The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                              Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                              The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                              1. ExifTool reports a time zone and MediaInfo " "does not.
                              2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                              3. Gstreamer is unable to extract thumbnails.
                              4. " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4604 ../raphodo/rapid.py:4624 ../raphodo/rapid.py:4648 #: ../raphodo/rapid.py:4655 ../raphodo/rapid.py:5328 ../raphodo/rapid.py:5950 #: ../raphodo/rapid.py:7019 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a " "real \n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4492 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4611 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about downloading from cameras and enabling " "downloading from phones.

                                Alternatively, you can ignore the " "%(camera)s." msgstr "" #: ../raphodo/rapid.py:4631 #, python-format msgid "" "The %(camera)s appears to be in use by another application.

                                Rapid Photo Downloader cannnot access a phone or camera that is " "being used by another program like a file manager.

                                If the device is " "mounted in your file manager, you must first "eject" it from the " "other program while keeping the %(camera)s plugged in.

                                If that does " "not work, unplug the %(camera)s from the computer and plug it in again." "

                                Learn more about downloading from cameras and enabling downloading from phones. " "

                                Alternatively, you can ignore the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4651 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4662 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4663 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4755 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4758 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4762 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4767 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5300 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be unmounted.

                                You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5335 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be unmounted.

                                You can close any other application (such as a file browser) that " "is using it and try again. If that does not work, unplug the %(camera)s from " "the computer and plug it in again, and choose which files you want to " "download from it." msgstr "" #: ../raphodo/rapid.py:5496 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5498 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5500 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5502 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5503 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5504 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5588 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5933 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5937 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5943 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5947 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6365 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6369 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6413 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6425 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6432 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6446 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6458 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6605 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6612 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6618 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6625 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6631 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6637 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6645 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6653 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6658 ../raphodo/rapid.py:6665 ../raphodo/rapid.py:6672 #: ../raphodo/rapid.py:6716 ../raphodo/rapid.py:6726 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6660 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6667 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6674 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6681 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6687 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6692 ../raphodo/rapid.py:6704 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6695 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6707 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6719 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6729 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6747 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6754 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6761 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6770 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6778 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6785 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6794 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6802 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6808 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6815 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6825 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6918 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6929 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6936 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7007 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7022 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7115 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7130 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7205 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7407 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7415 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7421 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:244 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:570 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2232 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2238 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2243 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/ro.po0000644000175000017500000042734514562557501016640 0ustar00damondamon# Romanian translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:22+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: ro\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nu am găsit copie de siguranță a dispozitivului" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Puteţi avea fotografiile şi video copiate de siguranță în mai multe locaţii " "în care sunt descărcate, de exemplu, hard diskuri externe." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Copiază de siguranță fotografiile șî video cănd descărci" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Detectare automată a copiilor de siguranță a dispozitivelor" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Dispozitive" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dată timp" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Nume fișier" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Secvenţe" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Cod sarcină" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Dată imagine" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Dată video" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Astăzi" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Ieri" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Timp descărcare" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Nume" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Număr imagine" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Număr video" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Diafragmă" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Timp expunere" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Distanță focală" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Fabricant cameră foto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model cameră foto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Model scurt cameră foto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Silabisire scurtă model cameră foto" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Număr serie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Calcul obturator" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Nume proprietar" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Lățime" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Înălțime" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Lungime" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Cadre pe secundă" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Descărcările de azi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Numărul sesiunii" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Număr subdosare" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Număr stocare" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Secvență literă" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Toți digiți" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Ultimul digit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Ultimii 2 digiți" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Ultimii 3 digiți" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Ultimii 4 digiți" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Format original" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "MAJUSCULE" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "minuscule" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Un digit" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Doi digiți" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Trei digiți" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Patru digiți" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Cinci digiți" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Șase digiți" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Șapte digiți" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Milisecunde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "AAAALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "AAAA-LL-ZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "AALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "AA-LL-ZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "LLZZAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "LLZZAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "LLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "ZZLLAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "ZZLLAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "LL" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "ZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "OOMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "OOMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "OO-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "OO-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "OO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minute)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Cod Sarcină" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Introduceți un nou Cod Sarcină, sau selectați unul precedent" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Introduceți un nou Cod Sarcină" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Coduri Sarcină" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizare" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Tratarea erorilor" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Pornire descărcare la pornirea programului" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Pornire descărcare la introducerea dispozitivului" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Omite descărcare" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Adaugă identificator unic" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Suprascrie" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Omite" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferințele subdosarului nu se poate începe cu %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferințele subdosarului nu se pot termina cu %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferințele subdosarului nu trebuie să conțină două %s una după alta" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Foto Descărcător" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Dispozitiv" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotografii" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descărcate" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s descărcare eșuată" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "avertismente" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Toate descărcările complecte" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s descărcate" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s au eşuat la descărcare" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "subdosare si nume fișiere" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "nume fișier" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "subdosar" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Descărcări de azi:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Număr stocare:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Ziua de început:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Curăță caractere incompatibile" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografii și video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografii și video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscova" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapesta" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varșovia" #~ msgid "Select a folder to download videos to" #~ msgstr "Selectează un dosar unde descarc video" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemple: %s" #~ msgid "externaldrive1" #~ msgstr "dispozitiv extern 1" #~ msgid "externaldrive2" #~ msgstr "dispozitiv extern 2" #~ msgid "Download cannot proceed" #~ msgstr "Descărcarea nu poate continua" #~ msgid "scanning..." #~ msgstr "scanez" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotografia este deja descărcată" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Fotografii detectate cu același nume de fișier, dar făcute în timpi diferiți" #~ msgid "Size" #~ msgstr "Mărime" #~ msgid "Download Progress" #~ msgstr "Progresul Descărcării" #~ msgid "_Remember this choice" #~ msgstr "_Amintiţi-vă această alegere" #~ msgid "Device Detected" #~ msgstr "Dispozitiv Detectat" #~ msgid "and" #~ msgstr "și" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "resetează toate setările și preferințele și ieși" #~ msgid "All settings and preferences have been reset" #~ msgstr "Toate setările și preferințele au fost resetate" #~ msgid "Photos:" #~ msgstr "Fotografii:" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "listează extensiile fișierului fotografie și video pe care progamul le " #~ "recunoaște și ieși" #~ msgid "Videos:" #~ msgstr "Video-uri" #, python-format #~ msgid "and %s" #~ msgstr "și %s" #~ msgid "only output errors to the command line" #~ msgstr "doar erorile de ieșire în linie de comandă" #~ msgid "Name + extension" #~ msgstr "Nume + extensie" #~ msgid " " #~ msgstr " " #~ msgid "Photo Rename" #~ msgstr "Redenumire Fotografie" #~ msgid " hh:mm" #~ msgstr " oo:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Download Folder" #~ msgstr "Dosar Descărcare" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilitate cu Alt Sistem de Operare" #~ msgid "Example" #~ msgstr "Exemplu" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Exemplu:" #~ msgid "New:" #~ msgstr "Nou:" #~ msgid "Backup\t" #~ msgstr "Copie de Rezervă\t" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Redenumire Fotografii\t" #~ msgid "Rename Options" #~ msgstr "Redenumire Opțiuni" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Dosar Descărcări Fotografii" #~ msgid "Video Download Folders" #~ msgstr "Dosar Descărcări Video" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectare automată a Dispozitivelor de Stocare Portabile" #~ msgid "Devices" #~ msgstr "" #~ "Copy text \t\r\n" #~ "Dispozitiv" #~ msgid "Video Rename\t" #~ msgstr "Redenumire Video\t" #~ msgid "Automatically detect devices" #~ msgstr "Detectare automată dispozitive" #~ msgid "Download / Pause" #~ msgstr "Descărcare / Pauză" #~ msgid "Download folder:" #~ msgstr "Dosarul de descărcare:" #~ msgid "Error Log" #~ msgstr "Jurnal Erori" #~ msgid "Location:" #~ msgstr "Locație:" #~ msgid "Photo Rename" #~ msgstr "Redenumire Fotografie" #~ msgid "Photo Folders" #~ msgstr "Dosar Fotografii" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importați fotografii și video eficien și fiabil" #~ msgid "Rename Options" #~ msgstr "Opțiuni Redenumire" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferințe: Rapid Foto Descărcător" #~ msgid "Video Rename" #~ msgstr "Redenumire Video" #~ msgid "_Add..." #~ msgstr "_Adaugă..." #~ msgid "Video Folders" #~ msgstr "Dosare Video" #~ msgid "_Error Log" #~ msgstr "_Erori Jurnal" #~ msgid "_Make a Donation..." #~ msgstr "_Faceți o Donație..." #~ msgid "_File" #~ msgstr "_Fişier" #~ msgid "_Help" #~ msgstr "_Ajutor" #~ msgid "_Report a Problem..." #~ msgstr "_Raportați o problemă..." #~ msgid "_Select" #~ msgstr "_Selectați" #~ msgid "_View" #~ msgstr "_Vizualizează" #~ msgid "_Translate this Application..." #~ msgstr "_Tradu această aplicație..." #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Sursă: %(source)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Directorul de destinație nu poate fi creat: %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erori: %(inst)s" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Aproximativ %(minutes)i:%(seconds)-2i minute rămân" #~ msgid "About 1 minute remaining" #~ msgstr "Aprozimativ 1 minut rămâne" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Aproximativ %i secunde rămân" #~ msgid "Program Automation" #~ msgstr "Program Automatizare" #~ msgid "Error Handling" #~ msgstr "Eroare de manipulare" #~ msgid "Sequence Numbers" #~ msgstr "Număr Secvență" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemplu: /acasă/utilizator/Poze" #~ msgid "R_emove All" #~ msgstr "Șt_erge tot" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Curăță descărcările Complected" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Specificaţi dacă foto, video şi nume de dosar ar trebui să aibă caractere " #~ "eliminate care nu sunt permise de alte sisteme de operare." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Sursă: %(source)s\n" #~ "Destinație: %(destination)s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "afișare informații program în linia de comandă când programul rulează " #~ "(default: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "afișare informații depanare în linia de coandă atunci când rulează" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specificaţi ora în formatul de 24 de ore la care Descărcări de astăzi " #~ "numărul de ordine ar fi resetate." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Atunci când o fotografie sau video cu acelaşi nume a fost deja descărcat, " #~ "alegeţi dacă să săriţi descărcarea fişierul, sau pentru a adăuga un " #~ "identificator unic." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizarea RAW + JPEG numere de secvenţă" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Selectaţi un dosar ce conţine %(file_types)s" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Eroare în preferințe Subdosar Descărcări Video" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Eroare în preferințe Subdosar Descărcări Foto" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s din %(total)s %(filetypes)s (%(remaining)s remaining)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s din %(total)s %(filetypes)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Using backup device" #~ msgstr "Folosesc copia de siguranță a dispozitivului" #~ msgid "Using backup devices" #~ msgstr "Folosesc copia de siguranță a dispozitivelor" #~ msgid "Download Subfolders" #~ msgstr "Subdosar Descărcări" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Demontează (\"scoate\") dispozitiv dacă descărcarea este complectă" #~ msgid "Photo backup folder name:" #~ msgstr "Numele dosarului copie de siguranță pentru fotografii:" #~ msgid "_Get Help Online..." #~ msgstr "_Găsiți Ajutor Online..." #~ msgid "Error in Video Rename preferences" #~ msgstr "Eroare în preferințele redenumirii fișierului video" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Eroare în preferințele redenumirii fotografiei" #~ msgid "Select a folder to download photos to" #~ msgstr "Alegeți un dosar unde să fie descărcate fotografiile" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Preferințele %(filetype)s subdosarului introduse sunt invalide și nu pot fi " #~ "folosite.\n" #~ "Ele vor fi resetate la valori implicte." #~ msgid "Backing up error" #~ msgstr "Eroare copiere de siguranță" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Copiez de siguranță în %(path)s" #~ msgid "About 1 second remaining" #~ msgstr "Aproximativ 1 secundă rămâne" #~ msgid "Backup" #~ msgstr "Copie de rezervă" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/dispozitiv extern/Fotografii" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflicte în Nume Fotografii și Video" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Specificaţi dosarul în care copiile de siguranță sunt stocate pe dispozitiv. " #~ " \n" #~ "\n" #~ "Notă: acest lucru va fi, de asemenea, utilizat pentru a determina dacă " #~ "sau nu, dispozitivul este folosit pentru copie de siguranță. Pentru fiecare " #~ "dispozitiv pentru care faceți copie de siguranță, creați un dosar în el cu " #~ "numele lui." #~ msgid "Video backup folder name:" #~ msgstr "Nume dosar copie de siguranță video:" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Când copiați de siguranță, alegeți dacă să suprascrieți un fișier de pe " #~ "dispozitivul de rezervă care are acelși nume, sau să-l săriți." #~ msgid "Job Code:" #~ msgstr "Cod Sarcină" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Să elimin toate Codurile Sarcină" #~ msgid "Remove all Job Codes?" #~ msgstr "Eliminați toate Codurile Sarcină" #~ msgid "Job Codes" #~ msgstr "Cod Sarcină" #~ msgid "Job Codes" #~ msgstr "Coduri Sarcină" #~ msgid "Select All Without _Job Code" #~ msgstr "Selectați tot fără _Cod Sarcină" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Selectați tot c_u Cod Sarcină" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Avertivare: Nu există suficiente metadate pentru a genera pe " #~ "deplin numele. Folosiţi alte opţiuni de redenumire." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Avertizare: Insuficiente metadata pentru generare complectă a " #~ "subdosarului. Folosiți opțiunea de denumire." #~ msgid "Backup" #~ msgstr "Copie de rezervă" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Poate acest dispozitiv sau partiție să fie folosit pentru descărcare " #~ "fotografii sau video de la?" #~ msgid "Enter a Job Code" #~ msgstr "Introduceți un Cod Sarcină" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Alegeți dosarul de descărcări. Subdosarul pentru video descărcate va fi " #~ "creat automat în acest dosar folosind structura de mai jos." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Alegeți dosarul de descărcări. Subdosarul pentru fotografiile descărcate va " #~ "fi creat automat în acest dosar folosind structura de mai jos." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Copia de siguranță %(file_type)s va fi rescrisă" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Copia de siguranță a %(file_type)s există deja" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nu s-a copiat de siguranță" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/ru.po0000644000175000017500000074713014562557501016643 0ustar00damondamon# Russian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-08 09:53+0000\n" "Last-Translator: Evgeny Kozlov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: ru\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Благодарности" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Переводчики" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Резервное копирование не настроено" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Не обнаружен носитель для резервных копий" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Место хранения резервных копий не указано" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Есть возможность создания резервной копии ваших фотографий и видеороликов " "прямо во время загрузки, в том числе на внешних жёстких дисках." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "" "Создавать резервные копии фотографий и видеороликов во время загрузки" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Автоматически определять носители для резервного копирования" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Укажите папку на устройстве, где будут храниться резервные " "копии.

                                Замечание: наличие папки с таким именем будет использовано " "для определения, используется ли устройство для резервного копирования. " "Создайте папку с одним из этих имен на каждом устройстве, на котором вы " "хотите хранить резервные копии. При добавлении обеих папок устройство будет " "использоваться для резервного копирования как фото, так и видео." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Имя папки для фото:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Имя папки для видео:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Пример:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Если вы отключаете автоопределение, выберите точное место для хранения " "резервных копий." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Место хранения резервных копий фото:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Выберите место хранения резервных копий фото" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Место хранения резервных копий видео:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Выберите место хранения резервных копий видео" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "диск1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "диск 2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Использование хранилища резервных копий" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Настройки резервного копирования" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "миниатюры видео" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "аудио" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Фото" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Видео" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Занято" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Превышение" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Объем устройства неизвестен" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "На устройстве %(size_total)s нет свободного места" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s свободно из %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Фото" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Видео" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Использование хранилища после загрузки" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "Место назначения недоступно для записи" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "Папка не существует" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "Недостаточно свободного места" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Свой..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Настройка создания подпапок для фото" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Настройка создания подпапок для видео" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Предполагаемое использование хранилища" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Выберите папку назначения" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Проверка устройств..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Временно игнорировать это устройство" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Постоянно игнорировать это устройство" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Обновить" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "Занято %s" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Другие" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Камеры" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Устройства" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Загрузка с %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Выбор источника" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Камер" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Устройств" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Кликните по флажку файла чтобы отметить его для загрузки или снять отметку." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файлы, которые уже были загружены запоминаются. Вы по-прежнему можете снова " "отметить уже загруженные файлы для загрузки, но по умолчанию отметки с них " "сняты, и их миниатюры слегка затуманены чтобы вы могли их отличить от " "файлов, которые еще будт загружаться." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Если выбрано более одного файла, независимо от того были они отмечены или " "нет они все примут отметку файла, по флажку которого вы кликните." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Кликните по флажку устройства, чтобы быстро отметить все его файлы для " "загрузки или снять с них отметку." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "После завершения загрузки флажок будет заменен значком. Цвет значка " "показывает была ли загрузка успешной (зеленый), были ли проблемы с " "переименованием (желтый) или загрузка не удалась (красный)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "При наличии каких-либо проблем в нижней части окна появится красный значок, " "отображающий количество возникших ошибок. Нажатие на него откроет окно " "Отчета об ошибках." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Окно Отчета об ошибках отображает список ошибок, возникших до, во время ил " "после загрузки. Оранжевые треугольники отмечают предупреждения, красные " "кружки - сбои, а черные кружки - более серьезные сбои. Вы можете нажать на " "ссылку, чтобы открыть ее файл или устройство в файл менеджере. Вы также " "можете выполнять поиск в отчете, используя поле поиска в нижней левой части " "окна Отчета об ошибках." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Вы можете одновременно выполнять загрузку с нескольких камер, смартфонов, " "карт памяти и жестких дисков—с любого количества устройств, которое " "ваша система сможет обслуживать одновременно." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Шкала времени группирует фото и видео на основании того, сколько " "времени прошло между снимками. Вы можете использовать ее для определения " "фото и видео, снятых в разные периоды одного дня или за несколько дней " "подряд." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" "

                                На иллюстрации выше первая строка шкалы времени окрашена черным, потому " "что все файлы за эту дату уже были загружены.

                                Ползунок Шкалы времени " "определяет прошедшее между снимками время, которое используется для " "построения Шкалы времени:

                                " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Для просмотра фото и видео за определенный период времени используйте мышь " "(при необходимости в сочетании с клавишами Shift и Ctrl) " "для выбора временных интервалов. Когда период времени выбран, кнопка Шкалы " "времени с левой стороны главного окна будет подсвечена." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "В загрузку всегда включаются все файлы, отмеченные для загрузки, включая и " "те, которые в данный момент не отображаются по причине использования Шкалы " "времени." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Вы можете скрывать или отображать источники загрузки кликая по имени " "устройства с которого вы загружаете в окне программы вверху слева." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" "Миниатюры могут быть отсортированы с использованием:
                                1. Времени " "изменения: когда файл был изменен последний раз, согласно его метаданным " "(где возможно) или согласно данным файловой системы.
                                2. Состояния " "отметки: отмечен ли файл для загрузки.
                                3. Имени файла: " "полное имя файла, включая расширение.
                                4. Расширения: расширение " "файла. Вы можете использовать это для группировки jpeg и raw файлов, " "например.
                                5. Типа файла: фото или " "видео.
                                6. Устройства: имя устройства, с которого будут " "загружаться фото и видео.
                                " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Одна из наиболее полезных возможностей Rapid Photo Downloader - это " "способность автоматически генерировать подпапки и переименовывать файлы во " "время загрузки, используя схему по вашему выбору." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Чтобы указать, куда вы хотите загружать файлы и как вы хотите, чтобы они " "назывались, откройте соответствующую панель с правой стороны окна " "приложения: Место хранения, Переименование, или Метка." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" "Когда вы думаете о структуре папок загрузки, примите во внимание два разных " "типа папок:
                                1. The место хранения, т.е. "Изображения", " ""Фото", или "Видео". Эта папка уже должна существовать в " "вашем компьютере. На иллюстрации ниже, места хранения "Pictures" и " ""Videos". Имя места хранения отображается на серой панели над " "деревом папок, со значком папки слева от него и значком шестеренки с правого " "края.
                                2. The подпапки загрузки, которые являются папками, " "автоматически созданными Rapid Photo Downloader. Они не должны обязательно " "уже существовать на вашем компьютере, но если они уже есть, то в этом нет " "ничего страшного. Они будут созданы внутри места хранения.
                                " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Вы можете загружать фото и видео в одно место хранения, или указать разные " "места хранения. То же самое касается и подпапок для загрузки фото и " "видео— загружать фото и видео в одни и те же подпапки, или же " "использовать разные схемы для каждого типа." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Автоматически созданные подпапки загрузки могут содержать вложенные " "автоматически созданные подпапки, если необходимо. Обычная схема - создание " "папки года и внутри нее серии подпапок год-месяц-день." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" "Где возможно, программа отображает подпапки загрузки для загружаемых фото и " "видео:
                                1. Дерево папок места хранения отображает уже существующие на " "вашем компьютере подпапки (имена обычным шрифтом, не курсивом), и подпапки, " "которые будут созданы при загрузке (имена курсивом).
                                2. Дерево папок " "также показывает, в какую подпапку будут загружены файлы (окрашены в черный " "цвет).
                                " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Имена подпапок загрузки обычно создаются с использованием следующих " "элементов:
                                1. Метаданных файла, очень часто содержат дату " "создания фото или видео, но могут также содержать название камеры, ее " "серийный номер, или расширение файла т.е. JPG или CR2.
                                2. A " "Метки, любого текста, который вы задаете во время загрузки, такого " "как название события или места.
                                3. Текста который вы хотите, " "чтобы появлялся всегда, как тире или пробел.
                                Создание имен " "подпапок из года, следующего за ним месяца, и, напоследок, дня в цифровом " "виде упрощает их сортировку в файл менеджере, и поэтому выбрано по умолчанию:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Для автоматического создания подпапок при загрузке, вы можете использовать " "одну из встроенных предустановок Rapid Photo Downloader, или создать свою. " "Кликните по значку с шестеренкой для открытия выпадающего меню:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Используя выпадающее меню, выберите встроенную предустановку или кликните на " "Своя для задания своей схемы. Вы создадите свою схему, используя " "Редактор создания подпапок для фото и видео:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Очень легко загружать raw файлы в одну папку, а jpeg файлы - в другую. " "Просто используйте Расширение файла как часть схемы создания подпапок " "загрузки:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "На этой иллюстрации показана сохраненная предустановка с именем "My " "custom preset"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Вы не обязаны создавать вложенные подпапки загрузки. Эта иллюстрация " "показывает создание подпапок загрузки, содержащих только дату, когда сделан " "снимок и метку:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Несмотря на то, что есть много встроеных схем переименования с " "использованием даты/времени, вы можете решить, что вам надо что-то другое. " "Вы можете без проблем создать свою схему. Вы можете комбинировать варианты " "даты/времени, чтобы создать новые комбинации. Предположим вам нужен формат " "даты, содержащий год (ГГГГ), дефис и месяц (ММ) для получения ГГГГ-ММ. Вы " "можете создать его как показано здесь (обратите внимание на красный кружок " "вокруг дефиса:" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Прочесть больше о всех способах создания имен файлов и подпапок загрузки вы " "можете в докумен" "тации в сети." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Метки позволяют вам легко задать текст, описывающий набор фото и " "видео. Вы можете использовать их в именах файлов и подпапок. На этой " "иллюстрации к некоторым файлам применена метка "Street", а " "выбранные файлы должны получить метку "Green Bazaar":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Вы можете применять новые или существующие Метки перед началом загрузки. " "Если среди загружаемых файлов есть такие, к которым еще не была применена " "Метка, вам будет предложено задать Метку для этих файлов перед тем как " "начнется загрузка." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Ищите подсказки, которые направят вас при работе с Метками:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Подсказки будут зависеть от контекста, например когда наводите мышь на " "кнопку." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Если вы дадите вашим файлам фото и видео уникальные имена, вы никогда не " "будете в них путиться. Настоятельно рекомендуется для задания уникальных " "имен файлов использовать Нумерацию!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" "

                                Для того, чтобы помочь вам в назначении уникальных имен вашим фото и " "видео есть четыре вида нумерации:

                                1. Загружено сегодня: " "подсчитывает завершенные загрузки в течение дня.
                                2. Сквозная " "нумерация: похожа на Загружено сегодня, но ее значение сохраняется с " "прошлого запуска программы.
                                3. Сеансовая нумерация: сбрасывается " "при каждом запуске программы.
                                4. Символьная нумерация: как " "сеансовая нумерация, но использует буквы.

                                Прочесть больше о " "нумерации вы можете в документа" "ции в сети.

                                " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Панель Переименование позволяет настроить переименование файлов. Для " "переименования файлов вы можете выбрать одну из существующих предустановок " "переименования или задать свои правила." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" "

                                Параметр Синхронизировать RAW + JPEG если вы используете функцию " "RAW + JPEG в вашей камере и вы используете нумерацию при переименовании " "ваших фото. Включение этого параметра приводит к тому, что программа " "определяет пары RAW и JPEG файлов, и, после их определния, к их именам " "применяется одинаковая нумерация. Более того, нумерация изменяется, как если " "бы фото было одно.

                                Прочесть больше о переименовании файлов вы можете в " "документации в " "сети.

                                " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Во время загрузки вы можете создавать резервные копии ваших фото и видео в " "нескольких местах, таких как внешние жесткие диски или сетевые хранилища. " "Устройства для хранения резервных копий могут быть определены автоматически " "или вы можете точно задать место хранения резервных копий." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "В этом примере накопитель photobackup не содержит папки с именем " "Videos, поэтому резервное копирование видео на него выполнено не " "будет." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Некоторые параметры программы могут быть заданы из командной строки, включая " "источники загрузки, места хранения и места хранения резервных копий. " "Дополнительно, настройки могут быть сброшены на значения по умолчанию, и " "может быть очищен кэш и запомненные файлы." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Также вы можете импортировать настройки из старой 0.4 версии программы." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader работает с тремя видами кэша:
                                1. A кэшем " "миниатюр, назначение которого - хранить миниатюры файлов с фаших камер, " "карт памяти и других устройств.
                                2. A временным кэшем файлов, " "загруженных с камеры, одним для фото и другим для видео. Они находятся во " "временных подпапках в месте хранения.
                                3. кэшем миниатюр рабочего " "стола, в который Rapid Photo Downloader сохраняет миниатюры загруженных " "RAW и TIFF файлов. Файл менеджеры используют этот кэш, что значит, что они " "будут отображать миниатюры для этих файлов.
                                Прочесть больше о " "видах кэша и их влиянии на скорость загрузки вы можете в документации в " "сети." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Совет дня" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Знаете ли вы...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Показывать советы при запуске" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "Далее" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "Назад" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "МБ/с" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Несколько секунд" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 секунда" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d секунд" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 минута" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d минут(ы)" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 час" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d часа(ов)" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 день" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d дня(ей)" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 минута, 1 секунда" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 минута, %d секунд(а)" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d минут(ы), 1 секунда" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d минут(а), %(seconds)d секунд(а)" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 час, 1 минута" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 час, %d минут(а)" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d час(а/ов), 1 минута" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d час(а/ов), %(minutes)d минут(а)" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 день, 1 час" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 день, %d час(а/ов)" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d дней, 1 час" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дней, %(hours)d час(а/ов)" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Поиск" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Отчет об ошибках - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Найти в отчетах" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Найти предыдущее совпадение с фразой" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Найти следующее совпадение с фразой" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "Подсветить все совпадения" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Подсветить все совпадения с фразой" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "Учитывать регистр" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Искать с учетом регистра" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "Слова целиком" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Искать только целые слова" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "Совпало %s из %s" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s из %(total)s совпадений" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Очистить" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Фраза не найдена" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Ожидание поиска..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "После последнего открытия в Отчет об ошибках добавлены записи. Кликните для " "открытия Отчета об ошибках." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Пожалуйста, сообщите о проблеме в {website}.

                                В вашем отчете об ошибке опишите " "что вы ожидали и что произошло.

                                Отчет об ошибке также должен " "содержать настройки программы и файлы журналов. Для создания файла с " "дополнительной информацией нажмите Сохранить." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Дополнительная информация Сохранена" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" "Дополнительная информация для отчета об ошибке создана в tar-файле в " "домашней папке:
                                {tarfile}
                                Вам необходимо собственноручно " "прикрепить этот файл к отчету об ошибке. Он не будет прикреплен " "автоматически.

                                Нажмите здесь для просмтра файла " "в вашем Диспетчере файлов." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Ошибка при создании Дополнительной Информации" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Дополнительная информация для отчета об ошибке не была создана. Все равно " "сообщите об ошибке, пожалуйста." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Включите в ваш отчет об ошибке файлы журнала программы. Отчет об ошибке " "должен содержать {log_file}, но включение других файлов журналов " "часто бывает полезно.

                                Если возможно, пожалуйста также добавьте файл " "настроек программы {config_file}.

                                Нажмите здесь для открытия папки с журналами, и здесь для открытия папки настроек." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Обновление до latest version позволит вам " "определить была ли устранена замеченая вами проблема." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Проблема в Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "В Rapid Photo Downloader обнаружена проблема" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Если подобная проблема возникнет снова до выхода из программы, больше " "уведомлений о ней не будет." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "В Rapid Photo Downloader возникла проблема\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Пожалуйста, сообщите о проблеме в {website}\n" "Прикрепите к отчету об ошибке файл журнала, который вы сможете найти в " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Открыть в файл менеджере..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Сброс" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Показывать системные папки" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Файловая система" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Обзор..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (хранилище не существует)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Дата и время" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Текст" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Имя файла" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Метаданные" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Нумерация" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Дата снимка" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Дата видео" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Сегодня" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Вчера" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Время загрузки" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Имя" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Расширение" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Номер снимка" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Номер видео" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Диафрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Выдержка" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Фокусное расстояние" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Производитель камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Модель камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Сокращённое название камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Сокращенное название камеры с дефисами" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Серийный номер" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Счётчик кадров" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Номер файла" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Только папка" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Папка и файл" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Имя владельца" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Высота" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Длительность" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Кадров в секунду" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Автор" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Авторские права" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Загружено сегодня" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Сессионная нумерация" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Номер подпапки" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Сквозная нумерация" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Символьная нумерация" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Все цифры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Последняя цифра" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Последние 2 цифры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Последние 3 цифры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Последние 4 цифры" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Исходный Регистр" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ЗАГЛАВНЫЕ БУКВЫ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "прописные буквы" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Одна цифра" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Две цифры" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Три цифры" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Четыре цифры" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Пять цифр" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Шесть цифр" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Семь цифр" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Доли секунды" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ГГГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "ДДММГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Месяц (полностью)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Месяц (кратко)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "День недели (полный)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "День недели (сокращенный)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "ЧЧММСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "ЧЧММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "ЧЧ-ММ-СС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "ЧЧ-ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "ЧЧ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "ММ (мин.)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Дата" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Дата (с дефисами)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Дата (с подчерками)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Дата и Метка" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "ГГГГММ_Метка" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Дата и подпапка Метки" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ГГГГММ" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Исходное имя файла" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Дата-Время и Загружено сегодня" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ГГГГММДД-ЧЧММСС-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Дата и Загружено сегодня" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ГГГГММДД-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Дата-Время и Номер снимка" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ГГГГММДД-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Дата-Время и Метка" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ГГГГММДД-ЧЧММ-Метка-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ГГГГММДД-Метка-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Дата-Время и Номер видео" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ГГГГММДД_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Разрешение" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ГГГГММДД-ЧЧММ-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Задайте новую Метку или выберите из существующих" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Метка будет применена к %s, еще не имеющему Метки." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Метка будет применена к %s, еще не имеющим Метки." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Применить Метку к Загрузке" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Задайте новую Метку" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Подсказка: Перед вводом нового Кода Задачи выберите фото или видео и " "он применится к ним." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Новая Метка будет применена к %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Новая Метка" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "Метка:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Запомнить этот Код Задачи" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Выберите фото и видео, к которым можно применить новую или существующую " "Метку." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "Новая Метка будет применена ко всем выбранным фото и/или видео." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Нажмите кнопку Применить, чтобы применить текущую Метку ко всем выбранным " "фото и/или видео. Также вы можете просто дважды кликнуть по Метке." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Удаление Метки удалит ее только из списка сохраненных Меток, но не из фото " "или видео, к которым она могла быть применена." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Если вы хотите использовать Метки, настройте переименование файлов или " "создание имен подпапок с их использованием." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Последние" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Сортировка Меток:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "По возрастанию" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "По убыванию" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "Новая..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "Применить" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "Удалить" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Удалить все" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Вы действительно хотите удалить все Метки?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Удалить все Метки" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Метки" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Подсказка: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Сохранить новую предустановку..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "Удалить пользовательский шаблон..." #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Удалить пользовательский шаблон \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Удалить все предустановки..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Новая предустановка)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (изменена)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Обновить предустановку \"%s\"" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Сохранить новую предустановку - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Имя предустановки:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Редактор создания подпапок фото" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "создание подпапки для фото" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Редактор создания подпапок видео" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "создание подпапки для видео" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Редактор переименования фото" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "переименование фото" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Редактор переименования видео" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "переименование видео" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Внимание: Недостаточно данных для " "полного создания имени. Пожалуйста используйте другие настройки " "переименования." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "Символ %(separator)s создает новый уровень подпапок." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Нет необходимости начинать с символа разделителя папок %(separator)s " "или заканчивать им, потому что он добавляется автомвтически." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Внимание: Уникальные имена файлов не " "будут созданы. Сделайте имена файлов уникальными, используя Нумерацию." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Предустановка:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Помощь онлайн..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Вставить" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" "Удалить пользовательский шаблон

                                Вы действительно хотите " "удалить пользовательский шаблон \"%(preset_name)s\"?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Удалить все пользовательские шаблоны

                                Вы действительно хотите " "удалить все %(preset_type)s пользовательские шаблоны?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Сохранить предустановку - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Вы хотите сохранить изменения в новой предустановке?

                                Создание " "своих предустановок не является обязательным, но может помочь вам навести " "порядок.

                                Изменения в настройках все равно будут применены, независимо " "от того, создадите ли вы свою предустановку или нет." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Вы хотите сохранить изменения в предустановке?

                                Если хотите, вы " "можете создать новую предустановку или обновить " "существующую.

                                Изменения в настройках все равно будут применены, " "независимо от того, создадите ли вы свою предустановку или нет." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Сохранить новую предустановку" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Настройки" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Язык" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Автоматизация" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Миниатюры" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Часовые пояса" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Обработка ошибок" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Предупреждения" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Объединение" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Разное" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Сканирование устройств" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Сканировать только внешние устройства" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Сканировать фото и видео только на внешних устройствах по отношению к этому " "компьютеру.\n" "Включая камеры, карты памяти, внешние жесткие диски и USB флеш диски." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Сканировать на усьройстве только определенные папки" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Сканировать на наличие фото и видео только папки, указанные ниже (за\n" "исключением папок заданных в Путях для исключения).\n" "\n" "Изменение этой настройки приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Папки для сканирования:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Папки в корне файловой системы устройства, которые будут\n" "просканированы на наличие фото и видео." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Добавить…" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Добавить папку в список папок для сканирования на наличие фото и видео.\n" "\n" "Изменение этой настройки приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Удалить" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Удалить папку из списка папок для сканирования на наличие фото и видео.\n" "\n" "Изменение этой настройки приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Устройства могут быть настроены для автоматического их игнорирования или " "автоматической загрузки с них." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Сохраненные устройства" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Удалить устройство из списка устройств для автоматической загрузки или " "игнорирования." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Очистить список устройств для автоматической загрузки или игнорирования.\n" "\n" "Замечание: Изменения вступят в силу при следующем сканировании устройств." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Игнорируемые пути" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Конечная часть путей, которые никогда не будут сканироваться на наличие фото " "или видео." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Добавить путь в список путей для игнорирования.\n" "\n" "Изменение этого параметра приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Удалить путь из списка путей для игнорирования.\n" "\n" "Изменение этого параметра приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Очистить список путей для игнорирования.\n" "\n" "Изменение этого параметра приведет к повторному сканированию всех устройств." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Использовать регулярные выражения в стиле Python" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Использовать регулярные выражения в списке игнорируемых путей.\n" "\n" "Изменение этого параметра приведет к повторному сканированию всех устройств." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Язык: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Вступит в силу после перезапуска программы" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Автоматизация программы" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Подключаемые устройства не подключены автоматически" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Подключаемые устройства такие как карты памяти или внешние диски\n" "когда операционная система не подключает их автоматически" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Начать загрузку при запуске программы" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Начать загрузку сразу после подключения носителя" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Отмонтировать (извлечь) устройство по окончании загрузки" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Завершить программу после загрузки" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Завершить программу даже при ошибках загрузки" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Создание миниатюр" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Создать миниатюры" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Создать миниатюры для отображения в главном окне программы" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Кэшировать миниатюры" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Сохранять отображаемые в главном окне программы миниатюры в персональном " "кеше миниатюр Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Создать миниатюры в системе" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Во время загрузки сохранять миниатюры, которые могут быть использованы файл " "менеджерами и другими программами" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Количество ядер процессора для использования при создании миниатюр." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Ядра процессора:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Кэш миниатюр" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Вычисление…" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "день(дня,дней)" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "всегда" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Размер кэша:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Количество миниатюр:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Размер базы данных:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "В кэше недоступны миниатюры для:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Очистка кэша..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Оптимизация кэша..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Игнорировать изменения часового пояса и зимнего времени" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Шаг смещения (минут)" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "При вычислении смещения относительно времени когда сделано фото или видео " "используется несколько" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "При определении, был ли файл уже загружен:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Узнать больше о работе с часовыми поясами" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Пропустить загрузку" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Не загружать файл, и выдать сообщение об ошибке" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Добавить уникальную метку" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Добавить метку вида _1 или _2 в конец имени файла, непосредственно перед " "расширением" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Перезаписать" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Перезаписать предыдущую резервную копию файла" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Пропустить" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Не перезаписывать резервную копию, выдать сообщение об ошибке" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Если фото или видео с таким именем уже было загружено, выберите, пропустить " "ли загрузку файла или добавить уникальную метку:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Для автоматического создания уникальных имен файлов настоятельно " "рекомендуется использовать нумерацию. Настройте переименование файлов на " "панели Переименование в главном окне." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "При создании резервной копии, выберите, перезаписывать ли файл с таким " "именем на устройстве для резервного копирования или пропустить создание " "резервной копии:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Предупреждения программы" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Показывать предупреждение когда:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Загружаемые файлы сейчас не отображаются" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Предупреждать о загрузке файлов, которые не отображаются в главном окне." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Места хранения резервных копий отсутствуют" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Предупреждать перед началом загрузки, если создание резервных копий " "невозможно." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Библиотеки программы отсутствуют или повреждены" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Предупреждать, если библиотеки, используемые Rapid Photo Downloader " "отсутствуют или не работают." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Метаданные файловой системы не могут быть установлены" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Предупреждать об ошибке установки метаданных файловой системы, таких как " "время изменения." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Найдены необслуживаемые файлы" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Предупреждать после сканирования устройств или этого компьютера, если есть " "неопознанные файлы, которые не будет включены в загрузку." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Не сообщать о необслуживаемых файлах с расширениями:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Расширения файлов не чувствительны к регистру и не обязаны содержать " "предшествующую точку." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Добавить" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Добавить расширение файла в список необслуживаемых типов файлов, сообщать о " "которых не нужно." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Удалить расширение файла из списка необслуживаемых типов файлов, сообщать о " "которых не нужно." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Очистить список необслуживаемых типов файлов, сообщать о которых не нужно." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Объединение фото и видео" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Объединять файлы между устройствами и загрузками" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Анализировать результаты сканирования устройств в поисках дубликатов и пар " "RAW и JPEG,\n" "сравнивая их между различными устройствами и сеансами загрузки." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Рассматривать соответствующие RAW и JPEG файлы как:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Одно фото" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Два фото" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Отображать пары RAW и JPEG как одно фото, и, если отмечены для загрузки, " "загружать оба файла." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Отображать пары RAW и JPEG как два разных фото. Вы по-прежнему можете " "синхронизировать их нумерацию." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "С парами RAW и JPEG фото:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Не отмечать JPEG для загрузки" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Не отмечать RAW для загрузки" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Отмечать для загрузки оба" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "При обнаружении пар RAW и JPEG фото, не отмечать автоматически JPEG файлы\n" "для загрузки. Вы по-прежнему можете отметить их для загрузки сами." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "При обнаружении пар RAW и JPEG фото, не отмечать автоматически RAW файлы\n" "для загрузки. Вы по-прежнему можете отметить их для загрузки сами." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "При обнаружении пар RAW и JPEG фото, автоматически отмечать для загрузки оба " "файла." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Если вы отключили объединение файлов, выберите, что делать если подключено " "устройство для загрузки в то время как отображаются завершенные загрузки:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Если устройство для загрузки подключено в то время как отображаются " "завершенные загрузки:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Очистить завершенные загрузки" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Продолжить отображение завершенных загрузок" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Спросить что делать" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Автоматически очищать отображаемые завершенные загрузки каждый раз, когда " "подключается новое устройство для загрузки." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Продолжать отображать завершенные загрузки каждый раз, когда подключается " "новое устройство для загрузки." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Спросить, очищать отображаемые завершенные загрузки или продолжать их " "отображение каждый раз, когда подключается новое устройство для загрузки." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Игнорировать метаданные даты/времени DNG файлов на устройствах MTP" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Игнорировать метаданные даты/времени DNG файлов, расположенных наустройствах " "MTP, и использовать вместо них время изменения.\n" "\n" "Полезно для таких устройств, как некоторые телефоны и планшеты, которые " "создают некорректные метаданные DNG." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Считывать метаданные снимков используя только ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Для чтения метаданных и извлечения миниатюр использовать ExifTool вместо " "Exiv2.\n" "\n" "По умолчанию используется Exiv2, полагаясь на ExifTool только когда Exiv2 " "не\n" "поддерживает формат считываемого файла.\n" "\n" "Exiv2 быстр, точен, и почти всегда надежен, но он не справляется с " "извлечением\n" "метаданных из некоторых файлов, таких как DNG файлы, создаваемые камерами\n" " Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Считывать метаданные видео используя только ExifTool" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" "

                                Использовать ExifTool вместо MediaInfo и Gstreamer для считывания " "метаданнных видео и извлечения превью.

                                по умолчанию используется " "MediaInfo и Gstreamer, с тремя исключениями:

                                1. ExifTool сообщает " "часовой пояс, а MediaInfo нет.
                                2. ExifTool предоставляет более надежные " "данные, чем MediaInfo для некоторых форматов файлов.
                                3. Gstreamer не " "может извлекать превью.
                                " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Завершенные загрузки" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "<Язык системы>" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Сбросить настройки %s на значения по умолчанию" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Вы хотите очистить кэш миниатюр? Кэш будет очищен при следующем запуске " "программы." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Очистить кэш миниатюр" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Вы хотите оптимизировать кэш миниатюр? Кэш будет соптимизирован при " "следующем запуске программы." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Оптимизировать кэш миниатюр" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Укажите папку для сканирования" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Укажите папку для сканирования на наличие фото и видео" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Папка:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Введите путь, который хотите игнорировать" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Задайте путь, который никогда не будет проверяться на наличие фото и видео" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Путь:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Введите расширение файла" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Задайте расширение файла (без предшествующей точки)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Расширение:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Неверное расширение файла" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Расширение файлов %s известно Rapid Photo Downloader, поэтому нет " "необходимости предупреждать об их наличии." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Известные типы файлов:\n" "\n" "Фото:\n" "%(photos)s\n" "\n" "Видео:\n" "%(videos)s\n" "\n" "Аудио:\n" "%(audio)s\n" "\n" "Другие:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Свадьба" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "День рождения" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Имя каталога не должно начинаться с %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Имя каталога не должно закачинаться на %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Имя каталога не может содержать две %s, одну за другой" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Загрузка 8фото и 10 видео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Ошибка: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Ошибка: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Ошибка GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Невозможно инициализировать камеру, возможно из-за ее использования другой " "программой. Файлы с нее скопированы не будут." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Невозможно прочесть каталог %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Невозможно получить доступ к времени изменения или размеру для %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Невозможно прочесть файл %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Невозможно записать файл %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Невозможно переместить файл %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Невозможно удалить файл %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Невозможно скопировать файл %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Файл %s с нулевой длиной не будет загружен" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Нельзя определить время изменения из файловой системы для %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Невозможно прочесть метаданные из %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Невозможно загрузить метаданные из %(name)s. Файл %(filetype)s не был " "загружен." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ошибка установки метаданных файла на файловой системе %s. Если эта ошибка " "повторится на той же файловой системе, повторного отчета не будет." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Обнаружен необслуживаемый файл %s. Он не будет загружен." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s уже существует." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Последнее изменение существующего %(filetype)s %(destination)s было %(date)s " "в %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" "Файл %(filetype)s %(source)s не был загружен с устройства %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "Файл %(filetype)s %(source)s был загружен с устройства %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "К имени файла была добавлена уникальная метка '%s'." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Последнее изменение существующей резервной копии %(filetype)s " "%(destination)s было %(date)s в %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "Для файла %(filetype)s %(source)s с устройства %(device)s не была создана " "резервная копия." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Последнее изменение предыдущей резервной копии %(filetype)s %(destination)s " "было %(date)s в %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Для файла %(filetype)s %(source)s с устройства %(device)s была создана " "резервная копия, перезаписавшая предыдущую резервную копию файла " "%(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "При синхронизации нумерации RAW + JPEG обнаружен дубликат %(filetype)s " "%(file)s, который не был загружен." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "При синхронизации нумерации RAW + JPEG обнаружены фото с теми же именами, но " "снятые в другое время:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s было снято %(image1_date)s в %(image1_time)s, и %(image2)s - " "%(image2_date)s в %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Невозможно завершить имя файла для %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Имя файла %(destination)s не было полностью создано для %(filetype)s " "%(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Отсутствуют метаданные %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Отсутствуют следующие метаданные: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Ошибка преобразования даты/времени: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Нельзя извлечь корректные метаданные даты/времени или определить время " "изменения файла." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Имя файла не содержит расширения." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "В имени файла нет порядкового номера." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Ошибка создания компонента %(component)s. Ошибка: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Подпапки загрузки %(folder)s для %(filetype)s %(source)s были созданы только " "частично." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Нет данных для создания %(subfolder_file)s для %(filename)s. Файл " "%(filetype)s не загружен." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Невозможно создать %(filetype)s %(destination)s в %(folder)s. Загружаемый " "файл был %(source)s в %(device)s. Он не загружен." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Невозможно создать подпапки загрузки %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Невозможно создать подпапки для резервных копий %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Проблема сканирования %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Проблема копирования из %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Проблемы с завершением имен файлов и созданием подпапок" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Проблемы создания резервных копий в %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Прошедшее между фото и видео время, используемое для построения Шкалы времени" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)d мин" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5 ч" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)d ч" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Шкала времени группирует фото и видео на основании времени, прошедшего между " "снимками. Используйте ее для определения фото и видео, снятых в разные " "периоды одного дня, или за несколько дней." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Используйте ползунок (ниже) для регулировки времени между снимками, которое " "используется для построения Шкалы времени." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Ожидание построения Шкалы времени..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Построение шкалы времени..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Шкала времени должна быть перестроена, потому что время изменения файла не " "соответствует времени снимка для одного или более снимков.

                                Шкала " "времени показывает время, когда был сделан снимок. Это время содержится в " "метаданных фото и видео. Чтение метаданных отнимает много времени, поэтому " "Rapid Photo Downloader избегает чтения метаданных при сканировании файлов. " "Вместо этого используется время последнего изменения файла на замену времени " "снимка. Время снимка проверяется при построении миниатюр или загрузке, когда " "происходит чтение метаданных." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Переключить синхронизацию Шкалы времени и просмотр миниатюр (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "Проблемы с ExifTool

                                Rapid Photo Downloader использует " "ExifTool для получения метаданных из фото и видео. Программа будет работать " "без него, но его установка настоятельно рекомендуется." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Проблемы с ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Библиотека libmediainfo отсутствует

                                Rapid Photo Downloader " "использует libmediainfo для получения даты и времени съемки видео. Программа " "будет запущена без нее, но мы рекомендуем установить эту библиотеку." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Проблема с libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" "Невозможно загрузить с устройств Apple

                                Для загрузки с " "%(device)s, этой программе необходима установка дополнительных приложений " "для связи с устройствами Apple.

                                Недостающие приложения: " "%(applications)s

                                Подробн" "ее об устанавливаемых программах." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" "\n" "

                                Rapid Photo Downloader создан для вас. Вы можете помочь улучшить его\n" "участвуя в опросе.

                                \n" "

                                Поскольку эта программа не собирает данные, данные опроса \n" "на самом деле повлияют на будущее программы.

                                " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "Опрос на английском языке." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Хотите поучаствовать в опросе?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Спросить позже" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Да" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Уже поучаствовал" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Больше не напоминать мне об опросе" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Загрузка" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "Обновить..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "Настройки" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "Выход" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "&Диски Windows" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Отчет об ошибках" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Очистить завершенные загрузки" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Справка в Сети..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "Совет дня..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Сообщить о проблеме…" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Сделать взнос..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Перевести это приложение..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "О программе..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Шкала Времени" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Место хранения" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Переименование" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Резервное копирование" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Включить или отключить использование подключенных к этому компьютеру " "устройств в качестве источников для загрузки" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Включить или отключить использование папок этого компьютера в качестве " "источников для загрузки" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Этот компьютер" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Выбор источника" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Все" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Новые" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Показать:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Время изменения" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Состоянию отметки" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Типу файла" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Устройству" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Сортировать по:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Выбрать все:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Загрузка %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Продолжить загрузку" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Пауза" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Благодарим вас за отче о проблеме в Rapid Photo Downloader" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Изменение пути источника Этого компьютера

                                Вы действительно " "хотите изменить путь к источнику на %(new_path)s?

                                Вы сейчас загружате " "из %(source_path)s.

                                Если вы измените путь, текущая загрузка с Этого " "компьютера будет отменена." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "фото" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "видео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "Неверное место загрузки %(filetype)s" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" "Папка загрузки недоступна для записи. Убедитесь, что разрешения установлены " "верно. Если папка назначения находится в сети, убедитесь в правильности " "настройки сетевого соединения." #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "Папка загрузки не существует." #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Вы не можете изменить место хранения во время загрузки." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Подтвердите Место загрузки

                                Вы уверены, что хотите установить " "место хранения %(file_type)s в %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" "\n" "Загрузка всех файлов

                                \n" "В загрузку всегда включаются все файлы, отмеченные для загрузки, включая " "те,\n" "которые не отображаются в данный момент времени по причине использования\n" "Шкалы времени или потому, что отображаются только новые файлы.

                                \n" "Вы хотите продолжить загрузку?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Неправильно указанные папки загрузки:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Неправильно указана папка загрузки:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Сбой загрузки" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Загрузка не может быть продолжена." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Резервные копии фото и видео не будут созданы, потому что их негде создать. " "Вы хотите начать загрузку?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Нет устройства для резервного копирования файлов %(filetype)s. Вы хотите " "начать загрузку?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "фото" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "видео" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Место хранения резервных копий фото и видео не существует или в него " "невозможна запись.

                                Вы хотите начать загрузку?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Место хранения резервных копий файлов %(filetype)s не существует или в " "него невозможна запись.

                                Вы хотите начать загрузку?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Проблема резервного копирования" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s осталось (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s файлов загружено" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s файлов загрузить не удалось" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "предупреждения" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Все загрузки завершены" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s загружено" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не удалось загрузить" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 сбой" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d сбо(я/ев)" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 предупреждение" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d Предупреждени(я/й)" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Загружено %(no_files_and_types)s из %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Загружено %(no_files_and_types)s из %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Файлы не загружены — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Файлы не загружены" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Настройки программы не корректны" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "Все файлы %(camera)s недоступны.

                                Устройство может быть " "заблокировано или не настроено для передачи данных через USB. Вы можете " "разблокировать его и попробовать снова.

                                На некоторых моделях также " "необходимо изменить настройки, позволяющие использовать USB для Передачи " "данных.

                                Больше о з" "агрузке с камеры и вк" "лючении загрузки с телефона.

                                Кроме того, вы можете игнорировать " "%(camera)s." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "Copy text \t\r\n" "%(camera)s занято другим приложением.

                                Rapid Photo Downloader " "не может получить доступ к телефону или камере, используемуему другой " "программой, такой как файл менеджер.

                                Если устройство смонтировано в " "файл менеджере, вы должны сперва "отключить" от другой программы, " "сохраняя %(camera)s включенным.

                                Если это не помогает, отсоедините " "%(camera)s от компьютера и подключите снова.

                                Больше о з" "агрузке с камер и вк" "лючении загрузки с телефона.

                                Кроме того, вы можете игнорировать " "%(camera)s." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Разрешить доступ к устройству iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "Попробовать еще" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "Игнорировать это устройство" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Очень жаль,но при сканировании %s возникла непредвиденная проблема." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "К сожалению вы не можете загружать с этого устройства." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Возможным решением проблемы может быть загрузка с карты памяти камеры через " "кард-ридер." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Сканирование устройств не удалось" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s не может быть просканирована из-за того, что она не может быть " "отмонтирована.

                                Вы можете закрыть все приложения (такие как файл " "менеджер), использующие ее и попробовать снова. Если это не помогает, " "отключите %(camera)s от компьютера и подключите снова." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Загрузка не может начаться из-за того, что %(camera)s не может быть " "отмонтирована.

                                Вы можете закрыть все приложения (такие как файл " "менеджер), использующие ее и попробовать снова. Если это не помогает, " "отключите %(camera)s от компьютера и подключите снова, и выберите файлы, " "которые вы хотите с нее загрузить." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Есть завершенные загрузки" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, чья загрузка завершена, отображаются." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Вы хотите очистить завершенные загрузки?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Есть завершенная загрузка" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, чья загрузка завершена, отображается." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Вы хотите очистить завершенную загрузку?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Вы хотите загрузить фото и видео с устройства %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Вы хотите игнорировать %s при каждом запуске программы?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Все камеры, телефоны и планшеты с таким названием модели будут " "игнорироваться." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Вы хотите игнорировать устройство %s при каждом запуске программы?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Все устройства с таким именем будут игнорироваться." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Загрузка из %(location)s на Этом компьютере." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" "Вы действительно хотите загружать отсюда?

                                На некоторых системах " "сканирование этого расположения может длиться очень долго." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — загрузка приостановлена" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Создание миниатр для %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Просканировано %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s из %(available files)s отмечено для загрузки (%(hidden)s скрыто)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s из %(available files)s отмечено для загрузки" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Показать версию программы и ее библиотек и выйти." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Показывать информацию программы при запуске из командной строки." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "Показывать отладочную информацию при запуске из командной строки." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "Показать расширения фото и видео, известные программе и завершить." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Включить или выключить переименование фото." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Включить или выключить переименование видео." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Включить или выключить автоматическое определение устройств, с которых " "осуществлять загрузку." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Включить или выключить загрузку с этого компьютера." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "ПУТЬ" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" "ПУТЬ на этом компьютере из компьютере, из которого осуществлять загрузку." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "ПУТЬ куда будут загружаться фото." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "ПУТЬ куда будут загружаться видео." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Включение или выключение создания резервных копий фото и видео во время " "загрузки." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Включение или выключение автоматического определения устройств для хранения " "резервных копий." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "ПАПКА" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "ПАПКА в которой хранятся резервные копии на автоматически определяемом " "устройстве для хранения резервных копий фото, имя этой папки используется " "для определения, используется ли это устройство для хранения резервных " "копий. Создайте папку с таким именем на каждом устройстве, которое вы хотите " "использовать для хранения резервных копий фото." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "ПАПКА в которой хранятся резервные копии на автоматически определяемом " "устройстве для хранения резервных копий видео, имя этой папки используется " "для определения, используется ли это устройство для хранения резервных " "копий. Создайте папку с таким именем на каждом устройстве, которое вы хотите " "использовать для хранения резервных копий видео." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТЬ, где будут храниться резервные копии фото в случае, когда " "автоматическое определение устройств для хранения резервных копий отключено." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТЬ, где будут храниться резервные копии видео в случае, когда " "автоматическое определение устройств для хранения резервных копий отключено." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Игнорировать фото со следующими расширениями: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Включение или выключение запуска загрузки сразу после старта программы." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Включение или выключение запуска загрузки сразу после подключения устройства." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Включение или выключение использования кэша миниатюр Rapid Photo Downloader. " "Выключение не приводит к удалению существующего содержимого кэша." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Удалить все миниатюры в кэше миниатюр Rapid Photo Downloader и выйти." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Забыть файлы, которые уже были загружены и выйти." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Импортировать настройки из старой версии программы и выйти. Требуется " "программа командной строки gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Сбросить все настройки программы на значения по умолчанию, удалить все " "миниатюры в кэше миниатюр, забыть, какие файлы уже были загружены и выйти." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Включать отладочную информацию gphoto2 в лог файлы." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "Вывести в терминал информацию о подключенных камерах и выйти." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Использовать системную тему Qt вместо встроеной темы" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Запустить программу в wayland или обычном X11" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Для импорта настроек из старой версии Rapid Photo Downloader, вы должны " "установить программу gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Настройки от предыдущей программы не найдены: завершение." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Импорт настроек от Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Вы хотите скопировать значение сквозной нумерации, которое содержит значение " "%d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Работы программы прервана." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" "Никогда не запускайте эту программу от имени администратора (sudo / root)." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Для запуска Rapid Photo Downloader вы должны установить ExifTool." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader установлен в несколько мест.\n" "\n" "Удалите все копии, кроме версии, которую вы хотите использовать." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Задавая путь в командной строке, не задавайте параметр для автоматического \n" "определения устройств или путь \"Этот компьютер\"." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Все настройки и кэш сброшены." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Кэш миниатюр сброшен." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Файлы, которые уже были загружены, забыты." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "Запомнить этот выбор" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "Не спрашивать меня об этом снова" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "Не предупреждать меня об этом снова" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "Не предупреждать меня снова об отсутствующих или нерабочих библиотеках " "программы" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "подпапка и имя файла" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "имя файла" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "подпапка" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Счетчик количества загрузок за каждый день" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Загружено сегодня:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Счетчик, который запоминается при каждом запуске программы " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Сквознаянумерация:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Время, в которое должно быть сброшено значение нумерации Загружено " "сегодня" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Начало дня:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Синхронизировать RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Синхронизировать нумерацию для пар RAW и JPEG.\n" "\n" "Для дополнительной информации смотрите документацию в сети." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Нумерация" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Убрать несовместимые символы" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Могут ли имена фото, видео и папок содержать символы, удаляемые как " "недопустимые другими операционными системами" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Совместимость" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Переименование фото" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Переименование видео" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Параметры переименования" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фото и видео" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фото или видео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "видео" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 видео" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "фото" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 фото" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s в %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Фото" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Видео" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Корень файловой системы" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Изображения" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Извините, пароль был некорректен." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Для выполнения административных задач введите пароль для %s." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Пароль:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Снято %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Изменено %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Карты памяти: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Карта памяти: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Загружено как:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "

                                Предыдущая загрузка:
                                %(filename)s
                                %(path)s
                                %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "

                                отметить как ранее загруженные %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Копировать путь" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Отметить файл как загруженный" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Отметить файлы как загруженные" #: ../raphodo/utilities.py:211 msgid "B" msgstr "Б" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "кБ" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "МБ" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "ГБ" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "ТБ" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "ПБ" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "ЭБ" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ЗБ" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "ЙБ" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s и %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s и %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "1" #: ../raphodo/utilities.py:575 msgid "two" msgstr "2" #: ../raphodo/utilities.py:576 msgid "three" msgstr "3" #: ../raphodo/utilities.py:577 msgid "four" msgstr "4" #: ../raphodo/utilities.py:578 msgid "five" msgstr "5" #: ../raphodo/utilities.py:579 msgid "six" msgstr "6" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "20" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "Да" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "Закрыть" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "Отмена" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "Сохранить" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "Помощь" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Восстановить значения по умолчанию" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "Да" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "Нет" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Создать папку %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Примонтировать раздел %(drive)s: в %(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Размонтировать раздел %(drive)s: из %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Примонтировать разделы %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Примонтировать раздел %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Отмонтировать разделы %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Отмонтировать раздел %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Извините, при монтировании разделов %s возникла ошибка" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Извините, при размонтировании разделов %s возникла ошибка" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Извините, при монтировании раздела %s возникла ошибка" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Извините, при размонтировании раздела %s возникла ошибка" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Разделы Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Разрешить автоматическое монтирование разделов Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Автоматически монтировать все разделы Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "Автоматически монтировать только разделы Windows, указаные ниже" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Примонтировано пользователем" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Примонтировано системой" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Раздел" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Точка монтирования" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Монтировать автоматически" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Автоматически размонтировать при выходе" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Запланированые операции:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "Выполнить запланированые операции" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Хотите примонтировать раздел %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Хотите примонтировать разделы %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Сменный диск" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Локальный диск" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Загружайте, переименовывайте и создавайте резервные копии фото и видео с " "камер и других устройств" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader импортирует фото и видео с камер, телефонов, карт " "памяти и других устройств на высокой скорости. Он может быть настроен для " "переименования фото и видео осмысленными именами, заданными вами. Он также " "может создавать во время загрузки резервные копии фото и видео. Он загружает " "с и создает резервные копии на нескольких устройствах одновременно." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Особенность Rapid Photo Downloader - его Шкала времени, на которой фото и " "видео группируются на основании времени, прошедшего между снимками. " "Используйте это для определения фото и видео, снятых в разное время одного " "дня, или за несколько дней." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Написанный фотографом для профессионалов и любителей фотографии, Rapid Photo " "Downloader легко настроить и использовать. Настройки программы изменяются " "без необходимости в сложном кодировании. Общие задачи, такие как " "отмонтирование карты памяти по окончании загрузки, могут быть " "автоматизированы." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Главное окно" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Переименование" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Загрузчик фото" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "фото;загрузка;фотография;импорт;видео;RAW;камера;телефон;ingest;резрвные " "копии;память;карта;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Загружайте фото и видео с Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Backing up error" #~ msgstr "Ошибка резервного копирования" #~ msgid "Size" #~ msgstr "Размер" #~ msgid "and" #~ msgstr "и" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Осталось %i секунд" #~ msgid "About 1 minute remaining" #~ msgstr "Осталась примерно 1 минута" #~ msgid "About 1 second remaining" #~ msgstr "Осталась примерно 1 секунда" #~ msgid "Name + extension" #~ msgstr "Имя + расширение" #~ msgid "_Report a Problem..." #~ msgstr "_Сообщить о проблеме..." #~ msgid "_Translate this Application..." #~ msgstr "_Перевести это приложение..." #~ msgid "_Get Help Online..." #~ msgstr "_Получить помощь в интернете..." #~ msgid "_Error Log" #~ msgstr "_Журнал ошибок" #~ msgid "_Help" #~ msgstr "_Помощь" #~ msgid "_Make a Donation..." #~ msgstr "_Сделать пожервование" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Осталось примерно %(minutes)i:%(seconds)02i" #, python-format #~ msgid "and %s" #~ msgstr "и %s" #~ msgid "only output errors to the command line" #~ msgstr "выводить в командную строку только ошибки" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Резервное копирование" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Совместимость с другими операционными системами" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Example:" #~ msgstr "Пример:" #~ msgid "Error Log" #~ msgstr "Журнал ошибок" #~ msgid "Program Automation" #~ msgstr "Автоматизация программы" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Backup" #~ msgstr "Резервное копирование" #~ msgid "_View" #~ msgstr "_Просмотр" #~ msgid " hh:mm" #~ msgstr " чч:мм" #~ msgid "Backup\t" #~ msgstr "" #~ "Резервное копирование\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Автоматически определять внешние съёмные носители" #~ msgid "Using backup devices" #~ msgstr "Использование носителя для резервного копирования" #~ msgid "Using backup device" #~ msgstr "Использование носителя для резервного копирования" #~ msgid "Error Handling" #~ msgstr "Обработка ошибок" #~ msgid "New:" #~ msgstr "Новое название:" #~ msgid "Rename Options" #~ msgstr "Параметры переименования" #~ msgid "Rename Options" #~ msgstr "" #~ "Параметры переименования" #~ msgid "Sequence Numbers" #~ msgstr "Последовательности номеров" #~ msgid "Job Codes" #~ msgstr "Метки" #~ msgid "Job Code:" #~ msgstr "Метка:" #~ msgid "Job Codes" #~ msgstr "Метки" #~ msgid "Enter a Job Code" #~ msgstr "Введите метку" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "New York" #~ msgstr "Нью-Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Манила" #~ msgid "Wellington" #~ msgstr "Веллингтон" #~ msgid "Helsinki" #~ msgstr "Хельсинки" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "Тегеран" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "Москва" #~ msgid "Sydney" #~ msgstr "Сидней" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Delhi" #~ msgstr "Дели" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Stockholm" #~ msgstr "Стокгольм" #~ msgid "_Remember this choice" #~ msgstr "_Запомнить мой выбор" #~ msgid "Device Detected" #~ msgstr "Обнаружен носитель" #~ msgid "_Add..." #~ msgstr "_Добавить..." #~ msgid "MB/s" #~ msgstr "МБ/с" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Источник: %(source)s" #~ msgid "R_emove All" #~ msgstr "У_далить все" #~ msgid "Remove all Job Codes?" #~ msgstr "Удалить все метки?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Вы действительно хотите удалить все метки?" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Выберите каталог, содержащий %(file_types)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Резервное копирование в %(path)s" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Пример: /home/user/Pictures" #~ msgid "Automatically detect devices" #~ msgstr "Автоматически обнаруживать носители" #~ msgid "externaldrive1" #~ msgstr "внешнийдиск1" #~ msgid "externaldrive2" #~ msgstr "внешнийдиск2" #~ msgid "Download cannot proceed" #~ msgstr "Невозможно загрузить" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s из %(total)s %(filetypes)s" #~ msgid "Download Progress" #~ msgstr "Ход загрузки" #~ msgid "Download / Pause" #~ msgstr "Загрузка / Пауза" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Отключить (\"извлечь\") носитель после завершения загрузки" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Синхронизировать последовательность номеров при загрузке RAW + JPEG" #~ msgid "Download Folder" #~ msgstr "Каталог для загрузки фотографий" #~ msgid "Download Subfolders" #~ msgstr "Подкаталоги для загрузки фотографий" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Внимание: Недостаточно метаданных для создания имен файлов. " #~ "Пожалуйста, используйте другие варианты переименования." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Warning: Недостаточно метаданных для создания названий " #~ "подкаталогов. Пожалуйста, используйте другие варианты именования " #~ "подкаталогов." #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Источник: %(source)s\n" #~ "Назначение: %(destination)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Каталог назначения не может быть создан: %(directory)s\n" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "сбросить все настройки и выйти" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "вывести расширения фото- и видеофайлов, которые распознает программа, и выйти" #~ msgid "All settings and preferences have been reset" #~ msgstr "Все установки и настройки были сброшены" #~ msgid "Original:" #~ msgstr "Исходное название:" #~ msgid "Download folder:" #~ msgstr "Каталог загрузки:" #~ msgid "Location:" #~ msgstr "Расположение:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Настройки: Rapid Photo Downloader" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Убрать завершённые загрузки" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Во время резервного копирования следует перезаписать файл, имеющий тоже " #~ "самое название, или пропустить его?" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Ошибка: %(inst)s" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Выделить" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Обнаружены фотографии с одинаковыми названиями, но сделанные в разное время" #~ msgid "Videos:" #~ msgstr "Видео:" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s из %(total)s %(filetypes)s (%(remaining)s осталось)" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Ошибка в параметрах Подкаталогов для загрузки фото" #~ msgid "Select a folder to download photos to" #~ msgstr "Выберите каталог для загрузки фото" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Ошибка в параметрах Переименования фото" #~ msgid "Photo has already been downloaded" #~ msgstr "Фото уже загружено" #~ msgid "Photo Rename" #~ msgstr "Переименование фото" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Следует ли загрузить фото или видео с этого носителя или раздела?" #~ msgid "Photos:" #~ msgstr "Фото:" #~ msgid "Photo Rename\t" #~ msgstr "Переименование фото\t" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Конфликт названий между фото и видео" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Каталоги для загрузки фото" #~ msgid "Photo Folders" #~ msgstr "Каталоги фото" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Импортируйте ваши фото и видео быстро и надёжно" #~ msgid "Photo backup folder name:" #~ msgstr "Название каталога резервного копирования фото" #~ msgid "Photo Rename" #~ msgstr "Переименование фото" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Укажите, следует ли удалить символы в названиях фото, видео, каталогов, " #~ "которые не распознаются в других операционных системах." #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Ошибка в параметрах Подкаталогов для загрузки видео" #~ msgid "Select a folder to download videos to" #~ msgstr "Выберите каталог для загрузки видео" #~ msgid "Error in Video Rename preferences" #~ msgstr "Ошибка в параметрах Переименования видео" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Каталоги для загрузки видео" #~ msgid "Video Rename\t" #~ msgstr "Переименование видео\t" #~ msgid "Video backup folder name:" #~ msgstr "Название каталога резервного копирования видео" #~ msgid "Video Rename" #~ msgstr "Переименование видео" #~ msgid "Video Folders" #~ msgstr "Каталоги видео" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Введённые настройки подкаталога для %(filetype)s неверны и не могут быть " #~ "использованы.\n" #~ "Они сброшены до значений по умолчанию." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Выберите каталог, в котором будут храниться фотографии. Подкаталоги для " #~ "загружаемых фотографий будут автоматически созданы в каждом каталоге, " #~ "используя структуру, указанную вами ниже." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Выберите каталог, в котором будут храниться видеоролики. Подкаталоги для " #~ "загружаемых видеороликов будут автоматически созданы в каждом каталоге, " #~ "используя структуру, указанную вами ниже." #~ msgid "Select All Without _Job Code" #~ msgstr "Выбрать всё _без меток" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Выбрать всё с _метками" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Если фотография или видеоролик с таким названием уже загружен, выберите, " #~ "пропустить загрузку или добавить уникальный идентификатор." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Укажите каталог для размещения резервных копий на носителе. \n" #~ "\n" #~ "Примечение: эта настройка также определяет, используется ли носитель для " #~ "резервного копирования. На каждом носителе, который вы хотите использовать " #~ "для резервного копирования, создайте каталог с одним из этих имен." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Укажите время в 24-часовом формате, когда следует обнулять параметр " #~ "Загрузок сегодня." #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "отображать отладочную информацию при запуске из командной строки" #~ msgid "Free space:" #~ msgstr "Свободное место:" #, python-format #~ msgid "Folder: %s" #~ msgstr "Каталог: %s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s уже существует" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s уже был загружен" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Произошла ошибка при копировании %(filetype)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Произошла ошибка при создании резервной копии на %(volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Произошли ошибки при создании резервной копии на следующих носителях: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Произошла ошибка при создании резервной копии на %(volume)s: %(inst)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Метаданные могут быть повреждены." #~ msgid "_Uncheck All" #~ msgstr "_Снять все отметки" #~ msgid "_Include in download" #~ msgstr "_Включить в загрузку" #~ msgid "_Download" #~ msgstr "_Загрузить" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Ошибка создания компонента %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s не удалось создать" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Обнаружены фотографии с одинаковыми названиями, но сделанные в разное время: " #~ "%(details)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Сделана резервная копия на %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Сделана резервная копия на: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s и %(final_volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Уже существует резервная копия на: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Уже существует резервная копия на %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s и %(volume)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Произошла ошибка при создании каталогов на %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Произошла ошибка при создании каталогов на следующих устройствах: " #~ msgid "The following metadata is missing: " #~ msgstr "Эти метаданные пропущены: " #~ msgid "Multiple problems were encountered" #~ msgstr "Обнаружены многочисленные проблемы" #, python-format #~ msgid "Path: %s" #~ msgstr "Путь: %s" #~ msgid "Next File" #~ msgstr "Следующий файл" #~ msgid "Previous File" #~ msgstr "Предыдущий файл" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не отсоединён" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s свободно" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #~ msgid "_Check All" #~ msgstr "_Отметить все" #~ msgid "Failed to create download subfolder" #~ msgstr "Не удалось создать каталог для загрузки" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Ошибка: %(errorno)s %(strerror)s" #~ msgid "Performance" #~ msgstr "Быстродействие" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Файл %(filetype)s был изменен %(date)s в %(time)s" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Резервная копия на %(volume)s перезаписана." #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "Доступно %(free)s для %(file_type)s" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Значение даты и времени %s установлено неверно." #~ msgid "scanning..." #~ msgstr "поиск файлов..." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Перезаписана резерная копия на носителе: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " К тому же была %(problem)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " К тому же есть %(problems)s." #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Возникли ошибки при создании %s" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Хотя %(filetype)s уже существует, резервная копия все равно создана." #~ msgid "there were errors backing up" #~ msgstr "ошибки при создании резервной копии" #~ msgid "There were errors backing up" #~ msgstr "Ошибки при создании резервной копии" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "При задании имени каталога и файла возникли ошибки." #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Ошибка при задании имени каталога и файла." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Ошибка при создании %s" #~ msgid "there was an error backing up" #~ msgstr "была ошибка при резевном копировании" #~ msgid "There was an error backing up" #~ msgstr "Была ошибка при резевном копировании" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "для %(file_type)s папка загрузки указана неверно." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "каталог для %(file_type)s доступен только для чтения" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Резервная копия %(filetype)s не может быть создана, так как не найдено " #~ "хранилище резервных копий." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Файл с таким именем, расширением и метаданными уже есть." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s, %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, еще %(backinguperror)s" #~ msgid "Miscellaneous" #~ msgstr "Остальные настройки" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Создавать миниатюры (дольше копируется)" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Файл %(filetype)s изменен %(date)s в %(time)s. Добавлен уникальный код " #~ "'%(identifier)s'." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s и %(volume)s (%(inst)s)." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Недостаточно данных для переименования файла %(filetype)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "В дополнение к %(previousproblem)s: %(newproblem)s" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Если вы отключаете автоопределение, выберите место для резервного " #~ "копирования фото и видео." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "При копировании %(filetype)s возникла ошибка, но резервная копия все равно " #~ "создана." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Если вы включили автоопределение переносного накопителя, будет просканирован " #~ "весь накопитель. На устройствах большой емкости это может занять время\n" #~ "\n" #~ "Когда эта опция включена, и подходящее устройство обнаружено, программа " #~ "спросит вас, нужно ли его сканировать." #~ msgid "Device Options" #~ msgstr "Настройки устройства" #~ msgid "Re_move All" #~ msgstr "У_далить все" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Устройства - с них загружается фото и видео, например, камера, карта памяти " #~ "или переносной накопитель.\n" #~ "\n" #~ "Вы можете настроить загрузку с нескольких устройств одновременно или указать " #~ "место для загрузки на жестком диске\n" #~ "\n" #~ "Загрузки напрямую с камеры пока что являются пробной возможностью. Если " #~ "загрузка напрямую с камеры работает плохо или не работает вообще, " #~ "переключите ее в режим PTP. Если это невозможно, используйте устройство для " #~ "чтения карт памяти." #~ msgid "Device Options" #~ msgstr "Настройки устройств" #~ msgid "Devices" #~ msgstr "Устройства" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "для %(filetype)s не удается прочитать метаданные" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Указанный для загрузки каталог %(file_type)s не существует" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "выводить информацию в командной строке во время выполнения программы (по " #~ "умолчанию: %default)" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Выберите папку в которой будут хранить резервные копии фотографий" #~ msgid "Select a folder in which to backup videos" #~ msgstr "" #~ "Выберите папку в которой будут храниться резервные копии видеофрагментов" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Удалить все запомненные расположения?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Должны ли быть удалены все запомненные расположения?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Удалить все пропускаемые расположения?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Должны ли быть удалены все пропускаемые расположения?" #~ msgid "Invalid regular expression" #~ msgstr "Недопустимое регулярное выражение" #~ msgid "Remembered Paths" #~ msgstr "Запомненные расположения" #~ msgid "Use _python-style regular expressions" #~ msgstr "Использовать регулярные выражения стиля _python" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Следующие регулярные выражения недопустимы и будут удалены, если вы не " #~ "исправите их:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Регулярное выражение недопустимо и будет удалено, если вы не исправите его:\n" #~ " %s" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запоминаемыми адресами являются те, которые ассоциируются с устройствами " #~ "выбранными вами для выполнения их постоянного сканирования или " #~ "игнорирования, при задействованной возможности автоматического определения " #~ "Портативного устройства хранения." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Резервное копирование фотографий в %(path)s и видеозаписей в %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Резервное копирование фотографий и видеозаписей в %(path)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Укажите окончание любого адреса, которое вы хотите игнорировать при " #~ "сканировании устройств, на наличие фотографий и видеозаписей. Все адреса " #~ "оканчивающиеся значениями указанными ниже, сканироваться не будут." #~ msgid "To" #~ msgstr "к" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Вы точно хотите загрузить отсюда? На некоторых системах сканирование этого " #~ "местоположения может занять много времени." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Загрузка из %(location)s." #~ msgid "Copy" #~ msgstr "Копировать" #~ msgid "Move" #~ msgstr "Переместить" #~ msgid "From" #~ msgstr "Из" #~ msgid "Auto Detect" #~ msgstr "Автоопределение" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Извините, но закачка видео отключена. Для того чтобы иметь возможность " #~ "загружать видео, пожалуйста, установите пакеты hachoir metadata и " #~ "kaa metadata для Питона или exiftool." #~ msgid "the root of the file system" #~ msgstr "корень файловой системы" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Автоматически поворачивать изображения JPEG" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "самостоятельно укажите расположение (PATH) устройства, с которого будет " #~ "производиться загрузка, заменяя существующие настройки программы" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "автоматически определять устройство, с которого будет производиться " #~ "загрузка, заменяя существующие настройки программы" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "проверка (найдено %(photos)s фотографий и %(videos)s видеозаписей)..." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Ошибка: укажите автоматическое определение устройства или самостоятельно " #~ "укажите расположение устройства, с которого будет производиться загрузка, но " #~ "не используйте сразу оба варианта." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Резервные копии %(file_type)s перезаписаны" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Резервные копии %(file_type)s уже существуют" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ни одно устройство для хранения резервных копий не содержит папок для " #~ "резервирования %(filetype)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Резервные копии %(file_type)s не созданы" #~ msgid "Quit" #~ msgstr "Выход" #~ msgid "Refresh" #~ msgstr "Обновить" #~ msgid "Verify files as they are downloaded" #~ msgstr "Проверить файлы после загрузки" #~ msgid "Check All Videos" #~ msgstr "Проверить все видео" #~ msgid "Help" #~ msgstr "Помощь" #~ msgid "Check All Photos" #~ msgstr "Проверить все фото" #~ msgid "An unknown error occurred" #~ msgstr "Произошла неизвестная ошибка" #~ msgid "About..." #~ msgstr "О..." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Файлы %(filetype)s не были корректно загружены" #~ msgid "File verification failed on these devices: " #~ msgstr "Ошибка проверки файлов на следующих устройствах: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Ошибка проверки файла на %(volume)s. Резервная копия отличается от " #~ "загруженной версии." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Ошибка проверки файла. Загруженная версия отличается от оригинала." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/sk.po0000644000175000017500000042620314562557501016625 0ustar00damondamon# Slovak translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:21+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: sk\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Poďakovanie" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Zálohy nie sú nakonfigurované" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Neboli nájdené žiadne zariadenia pre zálohu" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Ešte nie sú zvolené miesta pre zálohy" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Svoje fotografie a videá môžete popri sťahovaní zálohovať na rôzne " "zariadenia, napr. externé disky." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Zálohovať fotky a videá popri sťahovaní" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Automatická detekcia zálohovacích zariadení" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Zvoľte názov adresára, v ktorom budú na zariadeniach uložené " "zálohy.

                                Poznámka: Existencia tohoto adresára je predpokladom pre " "identifikovanie zariadenia ako úložiska záloh. Na každom zariadení, ktoré " "chcete používať pre uloženie záloh, vytvorte adresár s jedným z týchto " "názvov. Ak vytvoríte oba adresáre, budú na zariadenie zálohované fotky aj " "videá." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Názov adresára pre fotky:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Názov adresára pre videá:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Príklad:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "Ak vypnete automatickú detekciu, vyberte presné umiestnenie záloh." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Umiestnenie zálohy fotiek:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Vyberte umiestnenie pre zálohu fotiek" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Umiestnenie zálohy videa:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Vyberte umiestnenie pre zálohu videa" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "disk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "disk2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Predpokladaná veľkosť zálohy" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Nastavenia zálohy" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "zvuk" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "Počet fotiek: %(no_photos)s" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "Počet videí: %(no_videos)s" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Použitých" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Prebytok" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Neznáma veľkosť zariadenia" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Na zariadení %(size_total)s nie je miesto" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s voľných z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotky" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videá" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Predpokladané miesto pre stiahnutie" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Vlastné..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Nastaviť vytváranie podadresárov pre fotky" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Nastaviť vytváranie podadresárov pre videá" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Overuje sa zariadenie..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Dočasne ignorovať toto zariadenie" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Trvalo ignorovať toto zariadenie" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Prehľadať znovu" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "Plné na %s" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Iné" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Fotoaparáty" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Zariadenia" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Sťahuje sa z %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Vybrať zdroj" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "Fotoaparátov: %(no_cameras)s" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "Zariadení: %(no_devices)s" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "Označte súbory, ktoré majú byť stiahnuté." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Súbory, ktoré už boli v minulosti stiahnuté, nie sú označené pre stiahnutie " "a ich náhľad je mierne stlmený. Môžete ich vybrať a budú stiahnuté znovu." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Ak je vybratých viac súborov, prenesie sa označenie aj na ne, nezáleží, či " "už predtým boli označené." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Kliknutím na označovacie políčko zariadenia označíte všetky súbory na ňom." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Sťahovať môžete aj z viacerých fotoaparátov, telefónov, pamäťových kariet a " "diskov—záleží, koľko zvládne váš počítač." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Časová os zoskupuje fotky a videá podľa toho, koľko času ubehlo medzi " "za sebou nasledujúcimi záznamami. To vám pomôže identifikovať, ktoré fotky a " "videá ste urobili krátko po sebe v rámci jedného, ale aj viacerých dní." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Ak chcete zobraziť fotky a videá vytvorené v konkrétnom časovom úseku, " "môžete ho vyznačiť pomocou myši (prípade v kombinácii s tlačidlami " "Shift alebo Ctrl) Po výbere časového úseku bude tlačidlo " "Časová os v ľavej časti okna zvýraznené." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Tip dňa" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Vedeli ste...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Zobraziť tipy pri spustení" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "Ď&alší" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Späť" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Pár sekúnd" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekúnd(y)" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minúta" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minút(y)" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d hodín(y)" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 deň" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dní" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minúta, 1 sekunda" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minúta, %d sekúnd(y)" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minút(y), 1 sekunda" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minút(y), %(seconds)d sekúnd(y)" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minúta" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minút(y)" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d hodín(y), 1 sekúnd" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hodín(y), %(minutes)d minút(y)" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 deň, 1 hodina" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 deň, %d hodín(y)" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dní, 1 hodina" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dní, %(hours)d hodín(y)" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Nájsť" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hlásenia o chybách - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Nájsť v hláseniach" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Nájsť predošlý výskyt frázy" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Nájsť nasledujúci výskyt frázy" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Zvýrazniť všetko" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Zvýrazniť všetky výskyty frázy" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Dodržať veľkosť písmen" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Vyhľadávať brať ohľad na veľkosť písmen" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Celé slová" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Hľadať len celé slová" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s z %s nájdených" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Zmazať" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Fráza nenájdená" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Prehľadáva sa..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Chyba v Rapid Photo Downloader" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V Rapid Photo Downloader došlo k chybe\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Otvoriť v správcovi súborov..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Súborový systém" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Iný..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Dátum a čas" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Názov súboru" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadáta" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekvencie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Pracovný kód" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Dátum obrázku" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Dátum nahratia videa" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Včera" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Čas stiahnutia" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Názov" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Koncovka" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Číslo obrázka" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Číslo videa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Čas expozície" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Ohnisková vzdialenosť" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Výrobca fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Model kamery" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Skrátené označenie modelu fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Označenie modelu fotoaparátu" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Sériové číslo" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Počet cyklov uzávierky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Poradové číslo súboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Len adresár" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Adresár a súbor" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Meno vlastníka" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Dnešné stiahnutie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Číslo relácie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "VEĽKÉ PÍSMENÁ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "malé písmená" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Jedna číslica" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dve číslice" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tri číslice" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Štyri číslice" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Päť číslic" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Šesť číslic" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Subsekundy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "RRRR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "RR-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minúty)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Pracovné kódy" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Nastavenia" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizácia" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Náhľad" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Obsluha chýb" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatizácia programu" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Spustiť sťahovanie pri štarte programu" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Spustiť sťahovanie po pripojení zariadenia" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Ukončiť program po skončení sťahovania" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Ukončíť program aj ak pri sťahovaní došlo k chybám" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Generovanie náhľadov" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Generovať náhľady" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Vynechať sťahovanie" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Pridať unikátny identifikátor" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Prapísať" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Preskočiť" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Stiahnuť" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Nastavenia" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Zariadenie" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pozastaviť" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fotografia" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Tieto adresáre nie sú platné:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Tento adresár nie je použiteľný pre sťahovanie:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videá" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Chyba zálohovania" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s stiahnutých" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s sa nepodarilo stiahnuť" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "varovania" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Všetka sťahovania bola dokončená" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s stiahnutých" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s failed to download" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Nastavenia aplikácie sú neplatné" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Všetky nastavenia boli uvedené do pôvodného stavu." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Všetky nastavenia boli uvedené do pôvodného stavu." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "podpriečinok a meno súboru" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "názov súboru" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "podpriečinok" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Skladované číslo:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Odstrániť nekompatibilné znaky" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografie a videá" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografie a videá" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid " " #~ msgstr " " #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "Paríž" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Rome" #~ msgstr "Rím" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Backing up error" #~ msgstr "Chyba zálohovanie" #~ msgid "Size" #~ msgstr "Veľkosť" #~ msgid "Download Progress" #~ msgstr "Priebeh sťahovania" #~ msgid "and" #~ msgstr "a" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Budapest" #~ msgstr "Budapešť" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Warsaw" #~ msgstr "Varšava" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #, python-format #~ msgid "Example: %s" #~ msgstr "Príklad: %s" #~ msgid "Job Code:" #~ msgstr "Pracovný kód:" #~ msgid "Delhi" #~ msgstr "Dillí" #~ msgid "externaldrive1" #~ msgstr "externýdisk1" #~ msgid "externaldrive2" #~ msgstr "externýdisk2" #~ msgid "Download cannot proceed" #~ msgstr "Sťahovanie nemôže pokračovať" #~ msgid "_Translate this Application..." #~ msgstr "_Přeložit túto aplikáciu ..." #~ msgid "_View" #~ msgstr "_Zobraziť" #~ msgid "_Get Help Online..." #~ msgstr "_Nápoveda online..." #~ msgid "_Error Log" #~ msgstr "_Záznam chyb" #~ msgid "_Make a Donation..." #~ msgstr "_Dejte príspevok ..." #~ msgid "_Help" #~ msgstr "_Nápoveda" #~ msgid "Stockholm" #~ msgstr "Štokholm" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Vyčistit kompletné sťahovanie" #~ msgid "Select a folder to download photos to" #~ msgstr "Vyberte zložku do ktorej majú byť obrázky stiahnuté" #~ msgid "_Report a Problem..." #~ msgstr "_Ohlásiť problém" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilita s inými operačnými systémami" #~ msgid "Program Automation" #~ msgstr "Automatizácia programu" #~ msgid "Download Folder" #~ msgstr "Zložka sťahovanie" #~ msgid "Example" #~ msgstr "Príklad" #~ msgid "Download Subfolders" #~ msgstr "Podzložky sťahovanie" #~ msgid "Job Codes" #~ msgstr "Pracovné kódy" #~ msgid "Sequence Numbers" #~ msgstr "Sekvenčná čísla" #~ msgid "Original:" #~ msgstr "Originálný:" #~ msgid "Example:" #~ msgstr "Príklad:" #~ msgid "New:" #~ msgstr "Nový:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Error Handling" #~ msgstr "Obsluha chýb" #~ msgid "Backup\t" #~ msgstr "Záloha\t" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid "Job Codes" #~ msgstr "Pracovné kódy" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatická detekcia vreckových pamäťových zariadení" #~ msgid "Rename Options" #~ msgstr "Možnosti premenovanie" #, python-format #~ msgid "and %s" #~ msgstr "a %s" #~ msgid "Name + extension" #~ msgstr "Názov + koncovka" #~ msgid "_Add..." #~ msgstr "_Pridať..." #~ msgid "R_emove All" #~ msgstr "O_dstrániť všetko" #~ msgid "Rename Options" #~ msgstr "Nastavenie premenovanie" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Nastavenie: Rapid Photo Downloader" #~ msgid "Error Log" #~ msgstr "Správa o chybách" #~ msgid "Download folder:" #~ msgstr "Adresár pre stahované súbory:" #~ msgid "Download / Pause" #~ msgstr "Stiahnutie / Pauza" #~ msgid "Device Detected" #~ msgstr "Zariadenie detekované" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Zdroj: %(source)s\n" #~ "Destinácia: %(destination)s" #~ msgid "_Remember this choice" #~ msgstr "_Zapamatovať si túto voľbu" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Zdroj: %(source)s" #~ msgid "Enter a Job Code" #~ msgstr "Vložte pracovný kód" #~ msgid "Select a folder to download videos to" #~ msgstr "Vyberte priečinok pre stiahnuté videá" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotografie už boli stiahnuté" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Fotografie detekované s rovnakým názvom, ale urobené v rozličný čas" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Zostáva približné %i sekúnd" #~ msgid "About 1 second remaining" #~ msgstr "Zostáva približne 1 sekunda" #~ msgid "About 1 minute remaining" #~ msgstr "Ostáva približne 1 minúta." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Ostáva približne %(minutes)i:%(seconds)02i minút." #~ msgid "Photos:" #~ msgstr "Fotky:" #~ msgid "Videos:" #~ msgstr "Videá:" #~ msgid "Copy" #~ msgstr "Kopírovať" #~ msgid "Move" #~ msgstr "Presunúť" #~ msgid "Free space:" #~ msgstr "Voľné miesto:" #~ msgid "To" #~ msgstr "Do" #~ msgid "the root of the file system" #~ msgstr "koreň súborového systému" #~ msgid "scanning..." #~ msgstr "prehľadávanie..." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Prebieha sťahovanie z %(location)s." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s nebolo možné odpojiť" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Na niektorých systémoch môže prehľadávanie tejto lokality trvať veľmi dlho. " #~ "Skutočne z nej chcete sťahovať?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s z %(total)s %(filetypes)s (%(remaining)s ostáva)" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Žiadne zariadenie určené na zálohovanie neobsahuje platný adresár pre " #~ "zálohovanie súborov typu %(filetype)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "From" #~ msgstr "Z" #~ msgid "Auto Detect" #~ msgstr "Detegovať automaticky" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z %(total)s %(filetypes)s" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vyberte zložku, ktorá obsahuje %(file_types)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Adresár: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Adresár %(file_type)s je neplatný" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Adresár %(file_type)s neexistuje" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s voľné" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Fokty sa zálohujú do %(path)s a videá do %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Zálohovať fotky a videá do %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Zálohuje sa do %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Do adresára %(file_type)s nie je možný zápis" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Chyba: vyberte autodetekciu zariadenia alebo ručne nastavne cestu pre " #~ "sťahovanie, nie oboje." #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "vypísať prípony súborov, ktoré program pozná a skončiť" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "uviesť nastavenia programu do pôvodného stavu a skončiť" #~ msgid "only output errors to the command line" #~ msgstr "len výstup do konzoly" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "zobraziť informácie o behu programu v konzole (default: %default)" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ručne vybrať cestu k zariadeniu pre sťahovanie, prepíše existujúce " #~ "nastavenie programu" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automaticky detegovať zariadenia pre stiahnutie, prepíše existujúce " #~ "nastavenie programu" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "Zobraziť informácie pre ladenie pri spustení programu z príkazového riadku" #~ msgid "All settings and preferences have been reset" #~ msgstr "Všetky nastavenia boli uvedené do pôvodného stavu" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Majú byť z tohoto zariadenia stiahnuté fotografie alebo videá?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Súbor: %(file)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Záloha %(file_type)s prepísaná" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Záloha %(file_type)s neprebehla" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Záloha %(file_type)s už existuje" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Cieľový adresár nebolo možné vytvoriť: %(directory)s\n" #~ msgid "An unknown error occurred" #~ msgstr "Nastala neznáma chyba" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Chyba: %(inst)s" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/sq.po0000644000175000017500000055764514562557501016652 0ustar00damondamon# Albanian translation for rapid # Copyright (c) 2020 Rosetta Contributors and Canonical Ltd 2020 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2020. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-02-08 18:55+0000\n" "Last-Translator: Algent Albrahimi \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: sq\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Falenderime" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Përkthyesit" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Rezervimet nuk janë konfiguruar" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Nuk u zbuluan pajisje për rezervat" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Vendndodhjet e vlefshme të rezervimit nuk janë specifikuar ende" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotot dhe videot tuaja mund të rezervohen në shumë vendndodhje ndërsa " "shkarkohen, p.sh. disqet e jashtme." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Rezervoni fotot dhe videot kur shkarkoni" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Zbuloni automatikisht pajisjet e rezervimit" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Specifikoni dosjen në të cilën ruhen kopjet rezervë në pajisje.

                                " "Shënim: prania e një dosje me këtë emër përdoret për të përcaktuar nëse " "pajisja përdoret për rezervime. Për secilën pajisje që dëshironi të përdorni " "për të krijuar kopje rezervë, krijoni një dosje në të me një nga këto emra " "të dosjeve. Duke shtuar të dy dosjet, e njëjta pajisje mund të përdoret për " "të rezervuar si fotografi ashtu edhe video." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Emri i dosjes të fotove:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Emri i dosjes të videove:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Shembull:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Nëse çaktivizoni zbulimin automatik, zgjidhni saktë vendet e rezervimit." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Vendndodhja e rezervimit të fotove:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Zgjidhni Vendndodhjen e Rezervimit të Fotove" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Vendndodhja e rezervimit të videos:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Zgjidhni Vendndodhjen e Rezervimit të Videove" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "pajisja1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "pajisja2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Përdorimi i parashikuar i hapësirës ruajtëse të Rezervave" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Opsionet e Rezervimit" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "audio" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotove" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videove" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Përdorur" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Tejkalim" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Madhësia e pajisjes nuk dihet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nuk ka hapësirë të lirë në pajisjen %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s e lirë nga %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotot" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videot" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Parashikimi i përdorimit të hapësirës pas shkarkimit" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "Distinacion i pashkrueshëm" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "Dosja nuk ekziston" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "Hapësirë ruajtëse e pamjaftueshme" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "I Vetëzgjedhur..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Konfiguroni krijimin e nën-dosjes së fotove" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Konfiguroni krijimin e nën-dosjes së videove" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Përdorimi i parashikuar i hapësirës ruajtëse" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Zgjidhni një dosje destinacioni" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Duke hetuar pajisjen..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Injorojeni përkohësisht këtë pajisje" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Injorojeni përgjithmonë këtë pajisje" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Skano përsëri" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s plot" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Tjetër" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kamerat" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Pajisjet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Duke shkarkuar nga %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Zgjidh Burimin" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Kamerave" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Pajisjeve" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikoni në kutinë e zgjedhjes së një skedari për ta shënuar ose hequr nga " "shënimi për ta shkarkuar." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Skedarët që janë shkarkuar tashmë mbahen mend. Ende mund të shënoni skedarët " "e shkarkuar më parë për të shkarkuar përsëri, por ato nuk zgjidhen si " "parazgjedhje dhe fotografitë e tyre janë errësuar, kështu që mund t'i " "dalloni ato nga skedarët që janë ende për t'u shkarkuar." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Nëse zgjidhen më shumë se një skedar, të gjithë ata do të marrin shenjën e " "skedarit, kutia e zgjedhjes së të cilit është klikuar, pavarësisht nëse ata " "kishin më parë një shenjë kontrolli apo jo." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikoni në kutinë e zgjedhjes së një pajisjeje për të shënuar ose çshënuar " "shpejt të gjitha skedarët e saj për shkarkim." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Pas përfundimit të një shkarkimi, një ikonë zëvendëson kutinë e zgjedhjes së " "miniaturës. Ngjyra e ikonës tregon nëse shkarkimi ishte i suksesshëm " "(jeshil), kishte probleme me riemërimin e skedarit (e verdhë/portokalli), " "ose dështoi (e kuqe)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Në rast të ndonjë problemi, një ikonë e kuqe do të shfaqet në fund të " "dritares duke treguar se sa raporte gabimesh ka. Duke klikuar mbi të hapet " "dritarja e Raportimit të Gabimit." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Dritarja e Raportit të Gabimit liston çdo problem që haset para, gjatë ose " "pas shkarkimit. Një trekëndësh portokalli përfaqëson një paralajmërim, një " "rreth i kuq tregon një dështim, dhe një rreth i zi tregon dështime më " "serioze. Ju mund të klikoni në hiperlidhje për të hapur skedarin ose " "pajisjen e saj në një menaxher skedarësh. Ju gjithashtu mund të kërkoni në " "raporte duke përdorur kutinë e kërkimit poshtë majtas dritares së Raportit " "të Gabimeve." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Mund të shkarkoni njëkohësisht nga shumë kamera, telefona inteligjentë, " "karta memorie dhe disqe të ngurta; aq pajisje sa kompjuteri juaj mund të " "trajtojë në të njëjtën kohë." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Kohështrirja grupon fotot dhe videot bazuar në sa kohë ka kaluar " "midis shkrepjeve të njëpasnjëshme. Përdoreni atë për të identifikuar fotot " "dhe videot e bëra në periudha të ndryshme në një ditë të vetme ose në ditë " "rresht." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" "

                                Në ilustrimin e mësipërm, rreshti i parë i Kohështrirjes është i zi sepse " "të gjithë skedarët janë të aktivizuar në atë datë ishte shkarkuar më " "parë.

                                Rrëshqitësi i Kohështrirjes rregullon kohën e kaluar midis " "shkrepjeve të njëpasnjëshme që përdoret për të ndërtuar Kohështrirjen:

                                " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Për të parë fotot dhe videot për një interval të caktuar kohor, përdorni " "mausin (opsionalisht në kombinim me tastat Shift ose Ctrl) " "për të zgjedhur periudhat kohore. Kur zgjidhet një interval kohor, butoni " "Kohështrirja në anën e majtë të dritares kryesore do të theksohet." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Një shkarkim gjithmonë përfshin të gjithë skedarët që janë kontrolluar për " "shkarkim, përfshirë ato që nuk shfaqen aktualisht sepse po përdoret " "Kohështrirja." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Ju mund të fshehni ose shfaqni burimet e shkarkimit duke klikuar në emrin e " "pajisjes nga e cila po shkarkoni në të majtë sipër të dritares së programit." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" "Miniaturat mund të renditen duke përdorur një larmi " "kriteresh:
                                1. Koha e Modifikimit: kur skedari u modifikua për " "herë të fundit, sipas metadatave të tij (ku në dispozicion) ose sipas " "sistemit të skedarëve (si rikthim).
                                2. Gjendja e kontrolluar: " "nëse skedari është shënuar për shkarkim.
                                3. Emri i skedarit: " "emri i plotë i skedarit, duke përfshirë shtesën.
                                4. Shtesa: " "shtesa e emrit të skedarit. Mund ta përdorni për të grupuar jpeg dhe imazhe " "të papërpunuara, për shembull.
                                5. Lloji i Skedarit: foto ose " "video.
                                6. Pajisja: emri i pajisjes nga të cilat po shkarkohen " "fotot dhe videot.
                                " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Një nga veçoritë më të dobishme të Shkarkuesit të Shpejtë të Fotove është " "aftësia e tij për të gjeneruar automatikisht nën-dosje të shkarkimit dhe për " "të riemërtuar skedarët ndërsa shkarkohen, duke përdorur një skemë të " "zgjedhur nga ju." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Për të specifikuar se ku doni të shkarkohen skedarët tuaj dhe si i doni të " "emërtohen, hapni panelin e duhur në anën e djathtë të dritares së " "aplikacionit: Destinacioni, Riemërtimi ose Kod Pune." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" "Kur mendoni për strukturën tuaj të direktorisë së shkarkimit, kini parasysh " "dy lloje të ndryshme të direktorive:
                                1. Dosja e destinacionit, " "p.sh. "Figurat", "Fotot", ose "Videot". Kjo " "direktori duhet të jetë ekzistuese në kompjuterin tuaj. Në ilustrimin më " "poshtë, dosjet e destinacionit janë "Figurat" dhe " ""Videot". Emri i dosjes së destinacionit shfaqet në shiritin gri " "direkt mbi pemën e dosjes, me një ikonë dosje në të majtë të saj dhe një " "ikonë ingranazhi në të djathtën e saj.
                                2. Nën-dosjet e shkarkimit " ", të cilat janë direktori që do të gjenerohen automatikisht nga " "Shkarkuesi i Shpejtë i Fotove. Ato nuk duhet të jenë ekzistuse në " "kompjuterin tuaj, por është në rregull nëse ekzistojnë. Ato do të gjenerohen " "në dosjen e destinacionit.
                                " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Mund të shkarkoni foto dhe video në të njëjtën dosje destinacioni, ose të " "specifikoni te tjera dosje destinacioni për secilën. E njëjta gjë vlen për " "nën-dosjet e shkarkimit për foto dhe video;shkarkoni foto dhe video në të " "njëjtat nën-dosje, ose përdorni një skemë të ndryshme për secilën lloj." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Nën-dosjet e shkarkimeve të krijuara automatikisht mund të përmbajnë edhe " "nën-dosje të tjera të krijuara automatikisht nëse është e nevojshme. Një " "skemë e zakonshme është krijimi i një nën-dosjeje viti dhe më pas një seri " "të nën-dosjeve të muajit-vit brenda saj." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" "Kurdoherë që është e mundur, programi paraprakisht shikon nën-dosjet e " "shkarkimit të fotove dhe videove për të shkarkuar:
                                1. Pema e dosjes së " "destinacionit tregon nën-dosjet e shkarkimit tashmë në kompjuterin tuaj (ato " "në një font të rregullt, jo i pjerrët), dhe nën-dosjet që do të krijohen " "gjatë shkarkimit (ata emrat e të cilëve janë të pjerrët).
                                2. Pema e " "dosjes gjithashtu tregon se në cilat nën-dosje do të shkarkohen skedarët " "(ato me ngjyrë të zezë).
                                " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Emrat e nën-dosjeve të shkarkimit zakonisht krijohen duke përdorur disa ose " "të gjithë elementët e mëposhtëm:
                                1. Metadatat e skedarit, shumë " "shpesh duke përfshirë datën e krijimit të fotografisë ose videos, por mundet " "gjithashtu të përfshini emrin e modelit të kamerës, numrin e serisë të " "kamerës ose tipin e skedarit p.sh. JPG ose CR2.
                                2. Një Kod Pune, " "i cili është tekst që ju specifikoni në kohën kur ndodh shkarkimi, siç është " "emri i një ngjarjeje ose vendndodhjeje.
                                3. Tekst të cilin e " "dëshironi të shfaqet çdo herë, të tilla si një vizë vizatimi ose një " "hapësirë.
                                Emërtimi i nën-dosjeve me vitin, i ndjekur nga muaji dhe " "më në fund dita në format numerik e bën të lehtë t'i mbash të renditura në " "një menaxher skedarësh, prandaj ky është opsioni i parazgjedhur:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Për të krijuar automatikisht nën-dosjet e shkarkimit ndërsa shkarkoni, mund " "të përdorni një nga paravendosjet e integruara të Shkarkuesit të Shpejtë të " "Fotove, ose të bëni një personalizim. Klikoni mbi ikona e ingranazhit për të " "sjellë një menu rënëse:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Duke përdorur menunë rënëse, zgjidhni një paravendosje të integruar ose " "klikoni mbi Personalizim për të konfiguruar vetë skemën. Ju krijoni " "skemat tuaja duke përdorur Redaktorin e Gjenerimit të Nën-Dosjeve Foto ose " "Video:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Është e lehtë të shkarkosh imazhe të papërpunuara në një dosje, dhe imazhe " "jpeg në një tjetër. Thjesht përdorni Tipi i Skedarit si pjesë e " "skemës së gjenerimit të nën-dosjes tuaj të shkarkimit:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ky ilustrim tregon një paravendosje të personalizuar të ruajtur me emrin " ""Paravendosja ime e personalizuar"." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Ju nuk keni pse të krijoni nën-dosje të mbivendosur të shkarkimit. Ky " "ilustrim tregon gjenerimin e nën-dosjeve të shkarkimit që përmbajnë vetëm " "datën e marrjes së fotove dhe një Kod Pune:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Megjithëse ka shumë opsione të emërtimit të datës/kohës, ju mund ta shihni " "nëse ju duhet diçka ndryshe. Nuk është problem të krijoni tuajin. Ju mund të " "kombinoni zgjedhjet e datës/orës që të gjenerojnë kombinime të reja. Duke " "supozuar se keni dashur një format datë që kombinon vitin (YYYY), një vizë " "lidhëse, dhe muajin (MM) për të formuar YYYY-MM. Mund ta krijoni kështu " "(vini re rrethin e kuq rreth vizës):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Lexoni më shumë për të gjitha mënyrat se si mund të gjeneroni emra të nën-" "dosjeve të shkarkimit dhe emra të skedarëve në dokumen" "tacioni në internet \"." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Kodet e puneve ju lejojnë të futni me lehtësi tekstin që përshkruan " "grupe fotografish dhe video. Ti mundesh që t'i përdorësh ato në emrat e nën-" "dosjeve dhe skedarëve. Në këtë ilustrim, disa skedarë kanë patur Kod Pune " ""Rruga" aplikuar në to, dhe skedarët e zgjedhur do të marrin këtë " "Kod Pune "Pazari i Gjelbër":" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Mund të aplikoni Kode Pune të reja ose ekzistuese përpara se të filloni një " "shkarkim. Nëse ka ndonjë skedar në shkarkim që nuk kanë aplikuar ende një " "Kod Pune, do t'ju kërkohet të futni një Kod Pune për ta para se të fillojë " "shkarkimi" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Kërkoni sugjerime për t'ju udhëzuar kur punoni me Kode Pune:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Sugjerimet do të ndryshojnë në varësi të kontekstit, të tilla si kur mausi " "rri pezull mbi një buton." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Kur u jepni fotove dhe videove tuaja emra unikë skedarësh, nuk do të " "ngatërroheni kurrë cili skedar është cili. Përdorimi i numrave të " "sekuencës për t'i bërë emrat e skedarëve unik është shumë i rekomanduar!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" "

                                Katër lloje të vlerave të sekuencës janë në dispozicion për t'ju ndihmuar " "të caktoni emra unikë në fotot dhe videot tuaja:

                                1. Shkarkimet " "sot: gjurmon shkarkimet e përfunduara gjatë asaj dite.
                                2. Numri " "i ruajtur: i ngjashëm me Shkarkimet sot, por mbahet mend nga hera e " "fundit që u ekzekutua programi.
                                3. Numri i seancës: rivendos sa " "herë që ekzekutohet programi.
                                4. Shkronja e sekuencës: si numri " "i seancës por përdor shkronja.

                                Lexoni më shumë rreth " "numrave të sekuencës në dokumenta" "cionin në internet.

                                " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Paneli Rename ju lejon të konfiguroni riemërtimin e skedarit. Për të " "riemërtuar skedarët tuaj, mund të zgjidhni nga mesi i paravendosjeve " "ekzistuese të riemërtimit ose përcaktoni tuajin." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" "

                                Opsioni Synchronize RAW + JPEG është i dobishëm nëse përdorni " "veçorinë RAW + JPEG në pajisjen tuaj kamera dhe ju përdorni numrat e " "sekuencës në riemërtimin e fotografisë suaj. Aktivizimi i këtij opsioni do " "të bëjë që programi të zbulojë çifte që përputhen me fotografi RAW dhe JPEG, " "dhe kur ato zbulohen, numrat e njëjtë të sekuencës do të zbatohen për të dy " "emrat e fotove. Për më tepër, sekuencat do të jenë përditësuar sikur " "fotografitë të ishin një.

                                Lexoni më shumë rreth riemërtimit të " "skedarit në dokumentacionin " "në internet.

                                " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Fotot dhe videot tuaja mund të rezervohen në shumë vendndodhje ndërsa " "shkarkohen, si p.sh. disqet e jashtme ose në shpërndarje rrjeti. Pajisjet e " "rezervave mund të zbulohen automatikisht, ose të specifikohet vendndodhja e " "saktë e rezervimit." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Në këtë shembull, disku Photobackup nuk përmban një dosje të quajtur " "Videot, kështu që videot nuk do të rezervohen në të." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Disa nga preferencat e programit mund të vendosen nga komanda terminali, " "përfshirë burimet e shkarkimit, destinacionet dhe kopjet rezervë. Për më " "tepër, cilësimet mund të rivendosen në gjendjen e tyre të parazgjedhur, dhe " "memoriet cache dhe skedarët e mbajtur mend pastrohen." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Mund të importoni gjithashtu preferenca të programit nga versioni i vjetër " "0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Shkarkuesi i Shpejtë i Fotove merret me tre lloje të memorjes " "cache:
                                1. Një memorie cache e miniaturës qëllimi i vetëm i së " "cilës është të ruajë miniaturat nga kamerat tuaja, kartat memorie dhe " "pajisjet e tjera.
                                2. Një memorie cache e përkohshme e skedarëve " "të shkarkuar nga një aparat fotografik, një për fotot dhe një tjetër për " "videot. Ato janë të vendosura në nën-dosje të përkohshme në destinacionin e " "shkarkimit.
                                3. Memorie cache e miniaturës së desktopit, në të " "cilën Shkarkuesi i Shpejtë i Fotove ruan miniaturat e fotove RAW dhe TIFF " "pasi të jenë shkarkuar. Shfletuesit e skedarëve si Gnome Files përdorin këtë " "memorje cache gjithashtu, që do të thotë se edhe ata do të shfaqin miniatura " "për ato skedarë.
                                Lexoni më shumë rreth këtyre memorjeve cache dhe " "efektit të tyre në performancën e shkarkimit në dokumentacionin " "në internet." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Këshilla e Ditës" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "A e dini...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Shfaq këshilla që në nisje" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Tjetra" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&E mëparshme" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Disa sekonda" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 sekondë" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekonda" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minutë" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuta" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 orë" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d orë" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 ditë" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d ditë" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minutë, 1 sekondë" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutë, %d sekonda" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuta, 1 sekondë" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuta, %(seconds)d sekonda" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 orë, 1 minutë" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 orë, %d minuta" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d orë, 1 minutë" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d orë, %(minutes)d minuta" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 ditë, 1 orë" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 ditë, %d orë" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d ditë, 1 orë" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ditë, %(hours)d orë" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Gjej" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Raportet e gabimeve - Shkarkues i Shpejtë i Fotove" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Gjeni në raporte" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Gjeni shfaqjen e mëparshme të frazës" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Gjeni shfaqjen tjetër të frazës" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Thekso të gjitha" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Theksoni të gjitha shfaqjet e frazës" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Rasti përputhje" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Kërkoni me ndjeshmëri të shkronjave" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Fjalë të tëra" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Kërkoni vetëm fjalë të tëra" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s nga %s përputhje" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s nga %(total)s përputhje" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Pastro" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Fraza nuk u gjet" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Kërkimi është në pritje..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Numri i hyrjeve të reja të shtuara në Raportin e Gabimit që kur u hap për " "herë të fundit. Klikoni për të hapur Raportin e Gabimit." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Ju lutemi raportoni problemin në {website}.

                                Në raportin tuaj të defektit " "përshkruani atë që prisnit të ndodhte dhe atë që keni vërejtur se po " "ndodh.
                                < br>Raporti i defektit duhet të përfshijë gjithashtu cilësimet e " "programit dhe skedarët e regjistrave. Për të krijuar një skedar me këtë " "informacion shtesë, klikoni Ruaj." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Informacioni Shtesë u Ruajt" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" "Informacioni shtesë i raportit të gabimeve u krijua në direktorinë tuaj të " "shtëpisë në një skedar tar:
                                {tarfile}
                                Ju duhet ta bashkëngjitni " "vetë këtë skedar në raportin e defektit. Nuk do të bashkëngjitet " "automatikisht.

                                Klikoni këtu për të parë " "skedarin në menaxherin tuaj të skedarëve." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Gabim në Krijimin e Informacionit Shtesë" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Informacioni shtesë i raportit të difekteve nuk u krijua. Ju lutemi, " "paraqisni një raport difekti gjithsesi." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Përfshini në raportin tuaj të defekteve, skedarët e regjistrave të " "programit. Raporti i defektit duhet të përmbajë {log_file}, por " "bashkëngjitja e skedarëve të tjerë të regjistrit është shpesh e " "dobishme.

                                Nëse është e mundur, ju lutemi gjithashtu përfshini " "skedarin e konfigurimit të programit {config_file}.

                                Kliko këtupër të hapur direktorinë e regjistrave, dhe këtu për të hapur direktorinë e konfigurimit." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Përditësimi në versionin e fundit do t'ju lejojë " "të përcaktoni nëse problemi që keni hasur është rregulluar tashmë." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Problem në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Ndodhi një problem në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Nëse i njëjti problem ndodh përsëri para se të dalë programi, ky është " "njoftimi i vetëm për të." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ndodhi një problem në Shkarkuesin e Shpejtë të Fotove\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Ju lutemi raportoni problemin në {website}\n" "Bashkëngjitni skedarin e regjistrit në raportin tuaj të defektit, që gjendet " "në {log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Hap në Shfletuesin e Skedarëve..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Rivendos" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Shfaq dosjet e sistemit" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Sistemi i Skedarëve" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Tjetër..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (vendndodhja nuk ekziston)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Koha e datës" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Emër skedari" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekuencat" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Kod Detyre" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Data e imazhit" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Data e videos" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Sot" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Dje" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Koha e shkarkimit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Emri" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Shtesa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Numri i imazhit" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Numri i videos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Hapja" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Koha e ekspozimit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Gjatësia e lentes" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Prodhuesi i kamerës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Modeli i kamerës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Modeli i kamerës shkurt" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Modeli i kamerës shkurt e vizuar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Numri i serisë" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Numri i grilave" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Numri i skedarit" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Vetëm dosje" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Dosje dhe skedarë" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Emri i zotëruesit" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodeks" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Gjerësia" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Lartësia" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Gjatësia" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Frame për sekondë" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artisti" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "E drejta e autorit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Shkarkimet sot" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Numri i seancës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Numri i nën-folderit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Numri i ruajtur" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Shkronjat e sekuencës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Të gjitha shifrat" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Shifra e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "2 shifrat e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "3 shifrat e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "4 shifrat e fundit" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Rasti origjinal" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ME TË MËDHAJA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "me të vogla" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Një shifër" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Dy shifra" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre shifra" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Katër shifra" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Pesë shifra" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Gjashtë shifra" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Shtatë shifra" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Nën sekonda" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "VVVVMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "VVVV-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "VVVV_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "VVMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "VV-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "VV_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "VVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "VV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Muaji (i plotë)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Muaji (shkurtuar)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Ditë jave (e plotë)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Ditë jave (shkurtuar)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "OOMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "OOMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "OO-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "OO-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "OO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Data (me viza)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Data (nën-viza)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Data dhe Kode Pune" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "VVVVMM_Kod Pune" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Nën-dosja për Datë dhe Kod Pune" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "VVVVMM" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Kod Pune" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Emri origjinal i skedarit" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Data-Koha dhe Shkarkimet sot" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "VVVVMMDD-OOMM-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Data dhe Shkarkimet sot" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "VVVVMMDD-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Data-Koha dhe numër Imazhit" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "VVVVMMDD-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Data-Koha dhe Kod Pune" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "VVVVMMDD-OOMM-Kod Pune-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "VVVVMMDD-Kod Pune-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Data-Koha dhe numër video" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "VVVVMMDD_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Rezolucioni" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "VVVMMDD-OOMM-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Vendos një Kod Pune të ri, ose zgjidhni një të mëparshëm" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Ky Kod Pune do të zbatohet në %s që nuk ka ende një Kod Pune." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Ky Kod Pune do të zbatohet në %s që nuk kanë ende një Kod Pune." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Apliko Kod Pune për ta Shkarkuar" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Vendos nje Kod Pune të ri" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Sugjerim: Zgjidhni fotot ose videot përpara se të futni një Kod Pune " "të ri që të zbatohet ky Kod Pune për to." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Ky Kod Pune i ri do të zbatohet në %s." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Kod Pune i ri" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Kod Punee:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Mos harro këtë Kod Pune" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Zgjidhni foto dhe video për të qenë në gjendje të zbatoni një Kod Pune të ri " "ose ekzistues për to." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Ky Kod Pune i ri do të zbatohet për të gjitha fotot dhe / ose videot e " "zgjedhura." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klikoni në butonin Zbato për të aplikuar Kod Pune aktual për të gjitha fotot " "dhe / ose videot e zgjedhura. Ju thjesht mund të klikoni dy herë mbi Kod " "Pune." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Heqja e një Kodi Pune e heq atë vetëm nga lista e Kodeve Pune të ruajtura, " "jo nga asnjë foto ose video ku mund të jetë aplikuar." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Nëse dëshironi të përdorni Kode Pune, konfiguroni emrat e nën-dosjeve të " "riemërtimit të skedarit ose destinacionit për t'i përdorur ato." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Përdorur së fundmi" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Rendit Kode Pune:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Në ngjitje" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Në zbritje" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&I Ri..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Apliko" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Hiqe" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Hiqi të Gjitha" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Dëshironi të hiqni të gjitha këto Kode Pune?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Hiq të gjitha Kodet e Punës" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Kode Pune" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Sugjerim:%(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Ruaj paravendosjen e re të personalizuar..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "Hiq Paracaktimin e Parazgjedhur..." #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "Hiq parazgjedhjen e personalizuar \"%(preset_name)s\"..." #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Hiq të gjitha Paravendosjet e personalizuara..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Paravendosja e re e personalizuar)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (redaktuar)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Përditëso Paravendosjen e Personalizuar \"%s\"" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Ruaj Paravendosjen e Re të Personalizuar - Shkarkues i Shpejtë i Fotove" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Emri Paravendosur:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Redaktori i Gjenerimit të Nën-dosjeve të fotove" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "gjenerimi i nënfolderit foto" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Redaktori i Gjenerimit të Nën-dosjeve të videove" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "gjenerimi i nënfolderit video" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Redaktori i Riemërtimit të Fotove" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "Riemërtim i fotos" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Redaktori i Riemërtimit të Videove" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "Riemërtim i videos" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Paralajmërim:Nuk ka të dhëna të " "mjaftueshme për të gjeneruar plotësisht emrin. Ju lutemi përdorni opsione të " "tjera të riemërtimit." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "Karakteri%(separator)s krijon një nivel të ri të nën-dosjeje." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Nuk ka nevojë të filloni ose të mbaroni me ndarësin e dosjeve " "%(separator)s, sepse do të shtohet automatikisht." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Paralajmërim:Emrat unikë të skedarëve " "mund të mos krijohen. Bëni emrat e skedarëve unik duke përdorur vlerat e " "Sekuencës." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Paravendosur:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Merrni ndihmë në internet..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Vendos" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" "Hiq Parazgjedhjen e Personalizuar

                                Jeni i sigurt që dëshironi " "të hiqni parazgjedhjen e personalizuar \"%(preset_name)s\"?" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" "Hiq të Gjitha Parazgjedhjet e Personalizuara

                                Jeni i sigurt që " "dëshironi të hiqni të gjitha %(preset_type)s parazgjedhjet e personalizuara?" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Ruaj Paravendosjen - Shkarkues i Shpejtë i Fotove" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "A doni të ruani ndryshimet në një paravendosje të re të " "personalizuar?

                                Krijimi i një paravendosjeje të personalizuar nuk " "kërkohet, por mund t'ju ndihmojë të jeni të organizuar.

                                Ndryshimet në " "preferencat do të zbatohen përsëri pavarësisht nëse krijoni një paravendosje " "të re të personalizuar apo jo." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "A doni të ruani ndryshimet në një paravendosje të " "personalizuar?

                                Nëse të pëlqen, mund të krijosh një paravendosje " "të re të personalizuar ose të përditësosh paravendosjen ekzistuese të " "personalizuar.

                                Ndryshimet në preferencat do të zbatohen përsëri, " "pavarësisht nëse ruani një paravendosje të personalizuar apo jo." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Ruaj Paravendosjen e Re të Personalizuar" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Preferencat" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Gjuha" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatizimi" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatura" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Zonat Kohore" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Trajtimi i Gabimeve" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Paralajmërimet" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Konsolidimi" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Të ndryshme" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Skanim Pajisjesh" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Skano vetëm pajisjet e jashtme" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Skano për foto dhe video vetëm në pajisjet që janë të jashtme të " "kompjuterit,\n" "përfshirë kamerat, kartat e memories, disqet e jashtme dhe flash-et USB." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Skano vetëm dosje specifike në pajisje" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skano për foto dhe video vetëm në dosjet e specifikuara më poshtë (përveç " "shtigjeve\n" "të specifikuar në Shtigjet e Injoruara).\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Dosjet për të skanuar:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Dosjet në nivelin bazë të sistemeve të skedarëve të pajisjes që do të " "skanohen\n" "për foto dhe video." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Shto..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Shtoni një dosje në listën e dosjeve për të skanuar për foto dhe video.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Hiq" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Hiq një dosje nga lista e dosjeve për të skanuar foto dhe video.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Pajisjet që janë vendosur të injorohen ose shkarkohet automatikisht prej " "tyre." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Pajisjet e ruajtura në kujtesë" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Hiq një pajisje nga lista e pajisjeve që injorohet ose shkarkohet " "automatikisht prej tyre." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Pastroni listën e pajisjeve të cilat injorohen ose shkarkohet automatikisht " "prej tyre.\n" "\n" "Shënim: Ndryshimet hyjnë në fuqi pas skanimit te ardhshëm nga kompjuteri për " "pajisje." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Shtigjet e injoruara" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Pjesa fundore e një shtegu që nuk duhet të skanohet kurrë për foto ose video." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Shto një shteg në listën e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Hiq një shteg nga lista e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pastroni listën e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Përdorni python-stil në shprehjet e rregullta" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Përdorni shprehje të rregullta në listën e shtigjeve të injoruara.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Gjuha: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Hyn në fuqi pas rinisjes së programit" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Automatizimi i Programit" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Montoni pajisjet që nuk janë montuar tashmë automatikisht" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Montoni pajisje si kartat e kujtesës ose disqet e jashtme kur\n" "sistemi operativ nuk i monton automatikisht ato" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Shkarkimi të fillojë sapo të niset programi" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Shkarkimi të fillojë sapo të vendoset pajisja" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Çmonto (nxirr) pajisjen pas përfundimit të shkarkimit" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Dil nga programi kur të përfundojë shkarkimi" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" "Dilni nga programi edhe nëse shkarkimi kishte paralajmërime ose gabime" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Gjenerimi i miniaturave" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Gjenero miniaturat" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Gjenero miniatura për t'i shfaqur në dritaren kryesore të programit" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Ruaj në memorien cache miniaturat" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ruaj miniaturat e paraqitura në dritaren kryesore të programit në një " "memorie cache unike për miniaturat unike të Shkarkuesit të Shpejtë të Fotove" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Gjenero miniaturat e sistemit" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Gjatë shkarkimit, të ruhen miniaturat që mund të përdoren nga menaxherët e " "skedarëve të desktopit dhe programe të tjerë" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Numri i bërthamave të CPU-së të përdorura për të gjeneruar miniatura." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Bërthamat e CPU-së:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Memoria cache e miniaturave" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Duke llogaritur..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "ditë" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "përgjithmonë" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Madhësia e memories cache:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Numri i miniaturave:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Madhësia e databazës:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Ruaj në memorien cache miniaturat e paarritura për:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Spastro memorien cache..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Optimizo memorien cache..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Injoroni ndryshimet e zonës kohore dhe të kursimeve të ditës" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Rezolucioni i kompensuar (minuta):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Shumëfishi i përdorur gjatë llogaritjes së kompensimit nga momenti kur u " "shkrep fillimisht fotografia ose videoja" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Kur zbuloni nëse një skedar është shkarkuar më parë:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Mësoni më shumë rreth trajtimit të zonës kohore" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Kapërce shkarkimin" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Mos e shkarkoni skedarin dhe lëshoni një mesazh gabimi" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Shto identifikues unik" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Shto një identifikues si _1 ose _2 në fund të emrit të skedarit, menjëherë " "para shtesës së skedarit" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Mbishkruaj" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Mbishkruaj skedarin e rezervuar më parë" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Kapërce" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Mos e mbishkruaj skedarin rezervë dhe lësho një mesazh gabimi" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Kur një foto ose video me të njëjtin emër është shkarkuar tashmë, zgjidh " "nëse do të kapërceni shkarkimin e skedarit, ose të shto një identifikues " "unik:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Rekomandohet fuqimisht përdorimi i numrave të sekuencave për të gjeneruar " "automatikisht emra unikë skedarësh. Konfiguroni riemërimin e skedarit në " "panelin Riemërto në dritaren kryesore." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Kur bëni kopje rezervë, zgjidhni nëse do të mbishkruani një skedar në " "pajisjen rezervë që ka të njëjtin emër, ose kapërceni rezervimin:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Paralajmërimet e Programit" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Shfaq një paralajmërim kur:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Shkarkimi i skedarëve aktualisht nuk shfaqet" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Paralajmëro kur do të shkarkohen skedarë që nuk shfaqen në dritaren kryesore." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Destinacionet e rezervimit mungojnë" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Paralajmëro para se të fillojë një shkarkim nëse nuk është e mundur të bëhet " "kopje rezervë të skedarëve." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Bibliotekat e programeve mungojnë ose janë prishur" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Paralajmëro nëse një bibliotekë programesh e përdorur nga Shkarkuesi i " "Shpejtë i Fotove mungon ose nuk funksionon." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Metadatat e sistemit të skedarëve nuk mund të vendosen" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Paralajmëro nëse ekziston një gabim në vendosjen e metadatave të sistemit të " "skedarëve, siç është koha e modifikimit të tij." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Përballja me skedarë të pa trajtuar" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Paralajmëro pasi skanohet një pajisje ose këtë kompjuter nëse ka skedarë të " "panjohur që nuk do të përfshihen në shkarkim." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Mos paralajmëro për skedarë të pa trajtuar me shtesat:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Shtesat e skedarëve janë të pandjeshme ndaj shkronjave dhe nuk kanë nevojë " "të përfshijnë pikën kryesore." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Shto" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Shto një shtesë skedari në listën e llojeve të skedarëve të pa trajtuar për " "të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Hiq një shtesë skedari në listën e llojeve të skedarëve të pa trajtuar për " "të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Pastro listën e shtesave të skedarëve të llojeve të skedarëve të pa trajtuar " "për të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Konsolidimi i Fotove dhe Videove" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Konsolidoni skedarët nëpër pajisje dhe shkarkime" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analizo rezultatet e skanimeve të pajisjeve në kërkim të skedarëve dublikatë " "dhe përputhjen e çifteve RAW dhe JPEG,\n" "duke i krahasuar ato nëpër pajisje të shumta dhe seancat e shkarkimit." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Trajto skedarët që përputhen RAW dhe JPEG si:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Një foto" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Dy foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Shfaq çiftet që përputhen të fotove RAW dhe JPEG si një foto dhe nëse " "shënohen, shkarkoni të dyja." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Shfaq çiftet e përputhura të fotove RAW dhe JPEG si dy foto të ndryshme. " "Mund të sinkronizoni përsëri numrat e tyre të sekuencave." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Me fotot e përputhura RAW dhe JPEG:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Mos e shëno JPEG për shkarkim" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Mos shëno RAW për shkarkim" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Shënoji të dy për shkarkim" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, mos e shënoni automatikisht JPEG " "për të\n" "shkarkim. Mund ta shënoni për shkarkim vetë." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, mos shënjoni automatikisht RAW " "për të\n" "shkarkuar. Mund ta shënoni për shkarkim vetë." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, shënoni automatikisht të dy për " "shkarkim." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Nëse e çaktivizoni konsolidimin e skedarit, zgjidhni se çfarë të bëni kur " "futet një pajisje shkarkimi ndërsa shfaqen shkarkimet e përfunduara:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Kur futet një pajisje shkarkimi ndërsa shfaqen shkarkimet e përfunduara:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Pastro shkarkimet e përfunduara" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Të vazhdojë shfaqja e shkarkimeve të përfunduara" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Kërkoni çfarë të bëj" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Pastro automatikisht shfaqjen e shkarkimeve të përfunduara sa herë që futet " "një pajisje e re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Vazhdo shfaqjen e shkarkimeve të përfunduara sa herë që futet një pajisje e " "re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Kërko nëse duhet të vazhdojë shfaqja e shkarkimeve të përfunduara ose të " "pastrohen ato sa herë që futet një pajisje e re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Injoro metadatat për datën/orën e DNG në pajisjet MTP" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Injoroni metadatat për datën/orën në skedarët DNG të vendosur në pajisjet " "MTP dhe në vend të tyre përdorni kohën e modifikimit të skedarit.\n" "\n" "E dobishme për pajisje si disa telefona dhe tableta që krijojnë metadata të " "pasakta DNG." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Lexoni metadatat e fotove duke përdorur vetëm ExifTool" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Përdorni ExifTool në vend të Exiv2 për të lexuar metadatat e fotove dhe për " "të nxjerrë miniaturat.\n" "\n" "E parazgjedhur është që të përdorni Exiv2, duke u mbështetur në ExifTool " "vetëm kur Exiv2 nuk e mbështet\n" "formatin e skedarit që lexohet.\n" "\n" "Exiv2 është i shpejtë, i saktë dhe pothuajse gjithmonë i besueshëm, por " "prishet gjatë nxjerrjes\n" "së metadatave nga një numër i vogël skedarësh, të tilla si skedarët DNG të " "prodhuar nga kamerat\n" "Leica M8." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "Lexo metadatat e videos duke përdorur vetëm ExifTool" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" "

                                Përdor ExifTool në vënd të MediaInfo dhe Gstreamer për të lexuar " "metadatat e videos dhe për të nxjerrë miniaturat.

                                I parazgjedhur " "është përdorimi i MediaInfo dhe Gstreamer, me tre " "përjashtimet:

                                1. ExifTool raporton një zonë kohore ndërsa MediaInfo " "jo.
                                2. ExifTool ofron më shumë të dhëna të besueshme sesa MediaInfo " "për disa formate të skedarëve.
                                3. Gstreamer nuk mund të nxjerrë " "miniaturat.
                                " #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Shkarkimet e Përfunduara" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Rikthen vlerat e parazgjedhura të preferencës %s" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Dëshironi të spastroni memorjen cache të miniaturave? Memoria cache do të " "pastrohet në nisjen tjetër të programit." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Spastro Memorjen Cache të Miniaturave" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Dëshironi të optimizoni memorjen cache të miniaturave? Cache do të " "optimizohet në nisjen tjetër të programit." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Optimizo Memorjen Cache të Miniaturave" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Shkruaj një Dosje për të Skanuar" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Specifiko një dosje që do të skanohet për foto dhe video" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Dosje:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Shkruaj një shteg për të injoruar" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Specifiko një shteg që nuk do të skanohet kurrë për foto ose video" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Shtegu:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Shkruaj një Shtesë Skedari" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Specifikoni një shtesë skedari (pa pikën kryesore)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Shtesë:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Shtesë Skedari e Pavlefshme" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Shtesa e skedarit %s njihet nga Shkarkuesi i Shpejtë i Fotove, kështu " "që nuk ka kuptim të paralajmëroni për praninë e tij." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Llojet e njohura të skedarëve:\n" "\n" "Fotot:\n" "%(photos)s\n" "\n" "Videot:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Të tjera:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Dasma" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Ditëlindja" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencat e nën-dosjeve nuk duhet të fillojnë me një %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencat e nën-dosjeve nuk duhet të përfundojnë me një %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencat e nën-dosjeve nuk duhet të përmbajnë dy %s njëra pas tjetrës" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Shkarko 8 Foto dhe 10 Video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Gabim: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Gabim: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Gabim i GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nuk mund të niset kamera, ndoshta sepse një program tjetër po e përdor atë. " "Asnjë skedar nuk u kopjua prej tij." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "E pamundur të lexohet direktoria %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nuk mund të qaset koha ose madhësia e modifikimit nga %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "E pamundur të lexojë skedarin %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "E pamundur të shkruajë skedarin %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "E pamundur të zhvendosë skedarin %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "E pamundur të heqë skedarin %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "E pamundur të kopjojë skedarin %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Skedari me gjatësi zero %s nuk do të shkarkohet" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "Nuk mund të përcaktohet koha e modifikimit të sistemit të skedarit për %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "E pamundur të ngarkohen metadatat nga %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "E pamundur të ngarkohen metadatat nga %(name)s. %(filetype)s nuk u shkarkua." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ndodhi një gabim gjatë vendosjes së metadatave të sistemit të skedarit në " "sistemin e skedarëve %s. Nëse ky gabim ndodh përsëri në të njëjtin sistem të " "skedarëve, ai nuk do të raportohet përsëri." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Skedari i pa trajtuar %s u ndesh. Nuk do të shkarkohet." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s tashmë ekziston." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "%(filetype)s në %(destination)s ekzistues u modifikua për herë të fundit në " "%(date)s në %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s në %(source)s nuk u shkarkua nga %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s në %(source)s u shkarkua nga %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Identifikuesi unik '%s' u shtua në emrin e skedarit." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Rezervimi ekzistues i %(filetype)s në %(destination)s u modifikua për herë " "të fundit në %(date)s në %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s në %(source)s nuk u rezervua nga %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Rezervimi i mëparshëm i %(filetype)s në %(destination)s u modifikua për herë " "të fundit në %(date)s në %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s nga %(device)s u rezervua, duke mbrishkruar " "rezervimin e mëparshëm %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Gjatë sinkronizimit të vlerave të sekuencës RAW + JPEG, u has një dublikatë " "%(filetype)s i %(file)s, dhe nuk u shkarkua." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Gjatë sinkronizimit të vlerave të sekuencës RAW + JPEG, u zbuluan foto me të " "njëjtët emra skedarësh, por të marrë në kohë të ndryshme:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s u mor në %(image1_date)s në %(image1_time)s, dhe %(image2)s në " "%(image2_date)s në %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Nuk mund të finalizohet emri i skedarit për %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Emri i skedarit në %(destination)s nuk u gjenerua plotësisht për " "%(filetype)s në %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Metadata për %(type)s mungon." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Metadatat e mëposhtme mungojnë: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Konvertimi datë/orë dështoi: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Nuk mund të nxirren metadatat e vlefshme të datës/orës ose të përcaktohet " "koha e modifikimit të skedarit." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Emri i skedarit nuk ka një shtesë." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Emri i skedarit nuk ka një përbërës numerik." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Gabim gjatë gjenerimit të përbërësit %(component)s. Gabim: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Nën-dosjet e shkarkimit %(folder)s u gjeneruan vetëm pjesërisht për " "%(filetype)s në %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nuk ka të dhëna me të cilat mund të gjenerohet %(subfolder_file)s për " "%(filename)s. %(filetype)s nuk u shkarkua." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Nuk mundi të krijojë %(filetype)s në %(destination)s në %(folder)s. Skedari " "për shkarkim ishte në %(source)s në %(device)s. Nuk u shkarkua." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nuk mundi të krijojë nën-dosjen e shkarkimit %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nuk mundi të krijojë nën-dosjen e rezervimit %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleme në skanim %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Probleme në kopjimin nga %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Probleme gjatë finalizimit të emrave të skedarëve dhe gjenerimit të nën-" "dosjeve" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Probleme gjatë rezervimit në %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Koha e kaluar midis fotove dhe videove të njëpasnjëshme që përdoret për të " "ndërtuar Kohështrirjen" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5o" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)do" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Kohështrirja grupon fotot dhe videot bazuar në sa kohë ka kaluar midis " "shkrepjeve radhazi. Përdoreni atë për të identifikuar fotot dhe videot e " "bëra në periudha të ndryshme në një ditë të vetme ose në disa ditë rresht." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Përdorni rrëshqitësin (më poshtë) për të rregulluar kohën e kaluar midis " "shkrepjeve të njëpasnjëshme që përdoret për të ndërtuar Kohështrirjen." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Ndërtimi i Kohështrirjes në pritje..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Kohështrirja është duke u ndërtuar..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Kohështrirja duhet të rindërtohet sepse koha e modifikimit të skedarit nuk " "përputhet me kohën kur është bërë shkrepja për një ose më shumë shkrepje. " "

                                Kohështrirja tregon se kur janë bërë shkrepjet. Koha kur është bërë " "shkrepja gjendet në metadatat e një fotoje ose video. Leximi i metadatave " "kërkon kohë, kështu që Shkarkuesi i Shpejtë i Fotove shmang leximin e " "metadatave gjatë skanimit të skedarëve. Në vend të kësaj, ajo përdor kohën " "kur skedari u modifikua për herë të fundit si një përfaqësues për të se kur " "u shkrep. Koha kur është shkrepur konfirmohet gjatë gjenerimit të " "miniaturave ose shkarkimit, e cila është koha kur lexohen metadatat." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Aktivizo sinkronizimin e Kohështrirjes dhe lëvizjes së miniaturave (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Shkarkues i Shpejtë Fotosh" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool ka një problem

                                Shkarkuesi i Shpejtë i Fotove përdor " "ExifTool për të marrë metadata nga videot dhe fotot. Programi do të " "ekzekutohet pa të, por instalimi i tij rekomandohet shumë." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Probleme me ExifTool" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Libraria libmediainfo duket se mungon

                                Shkarkuesi i Shpejtë i " "Fotove përdor libmediainfo për të marrë datën dhe orën e shkrepjes së një " "videoje. Programi do të funksionojë edhe pa të, por instalimi i tij është i " "rekomanduar." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Problem me libmediainfo" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" "Nuk mund të shkarkohet nga pajisjet Apple

                                Për të shkarkuar nga " "%(device)s, ky program kërkon të instalohet një program shtesë që " "bashkëvepron me pajisjet e Apple.

                                Aplikacionet që mungojnë: " "%(applications)s

                                Mësoni " "më shumë se cilin softuer të instaloni." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" "\n" "

                                Shkarkuesi i Shpejtë i Fotove është krijuar për ju. Ju mund të ndihmoni " "në përmirësimin e tij duke marrë pjesë në një\n" "sondazh në internet.

                                \n" "

                                Për shkak se ky program nuk mbledh analitikë, sondazhi bën një ndryshim \n" "të vërtetë në të ardhmen e programit.

                                " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "Sondazhi është në anglisht." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Dëshironi të merrni pjesë në sondazh?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Më pyesni më vonë" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Po" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Unë tashmë e kam bërë atë" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Asnjëherë mos më pyet për ndonjë sondazh" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Shkarko" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Rifresko..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Preferencat" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Dil" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "&Disqet Windows" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Gabimet e &Raporteve" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Pastro Shkarkimet e Përfunduara" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Kërko Ndihmë në Internet..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Këshilla e Ditës..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Raporto një Problem..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Bëni një Dhurim..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Përkthe këtë Aplikacion..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Rreth..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Kohështrirje" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Destinacioni" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Riemërto" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Rezervo" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Aktivizoni ose çaktivizoni përdorimin e pajisjeve të bashkangjitura në këtë " "kompjuter si burime shkarkimi" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Aktivizoni ose çaktivizoni përdorimin e një dosjeje në këtë kompjuter si një " "burim shkarkimi" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Ky Kompjuter" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Zgjidhni një dosje si burim" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Të gjitha" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "I Ri" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Shfaq:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Koha e Modifikimit" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Gjendja e Kontrolluar" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Lloji i Skedarit" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Pajisja" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Rendit:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Përzgjidh të gjitha:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Shkarko %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Vazhdo Shkarkimin" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pusho" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" "Faleminderit për raportimin e një problemi në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Ndryshimi i shtegut të burimit të Këtij Kompjuteri

                                A doni " "vërtet ta ndryshoni shtegun e burimit në %(new_path)s?

                                Tani jeni duke " "shkarkuar nga %(source_path)s.

                                Nëse ndryshoni këtë shteg, shkarkimi " "aktual nga Ky Kompjuter do të anulohet." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "Destinacion i pavlefshëm i shkarkimit të %(filetype)s" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" "Nuk mund të shkruhet në Direktorinë e shkarkimit. Sigurohuni që lejet të " "jenë vendosur saktë. Nëse destinacioni është në rrjet, sigurohuni që ndarja " "e rrjetit të jetë konfiguruar saktë." #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "Direktoria e shkarkimit nuk ekziston." #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" "Ju nuk mund ta ndryshoni destinacionin e shkarkimit gjatë shkarkimit." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Konfirmo Destinacionin e Shkarkimit

                                A jeni i sigurt që " "dëshironi të vendosni destinacionin e shkarkimit të %(file_type)s në " "%(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" "\n" "Shkarkimi i të gjithë skedarëve

                                \n" "Një shkarkim gjithmonë përfshin të gjitha skedarët që janë kontrolluar për " "shkarkim,\n" "përfshirë ato që nuk shfaqen aktualisht sepse Kohështrirja\n" "po përdoret ose sepse po shfaqen vetëm skedarë të rinj.
                                \n" "Dëshironi të vazhdoni me shkarkimin?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Këto dosje të shkarkimit janë të pavlefshme:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Kjo dosje e shkarkimit është e pavlefshme:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Dështim në Shkarkim" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Shkarkimi nuk mund të vazhdojë." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotot dhe videot nuk do të rezervohen sepse nuk ka ku të bëhet kopja " "rezervë. Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Nuk ekziston asnjë pajisje rezervimi për rezervimin e %(filetype)s. " "Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotot" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videot" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Destinacionet e rezervimit të fotove dhe videove nuk ekzistojnë ose nuk " "mund të shkruhen.

                                Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Destinacioni i rezervimit të %(filetype)s nuk ekziston ose nuk mund të " "shkruhet.

                                Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Problemi i rezervimit" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s mbetur (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s të shkarkuar" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s dështuan të shkarkohen" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "paralajmërimes" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Të gjitha shkarkimet u përfunduan" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s u shkarkuan" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s dështuan të shkarkohen" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 dështim" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d dështime" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 paralajmërim" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d paralajmërime" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "U shkarkuan %(no_files_and_types)s nga %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "U shkarkuan %(no_files_and_types)s nga %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Asnjë skedar nuk u shkarkua — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Asnjë skedar nuk u shkarkua" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Preferencat e programit janë të pavlefshme" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "Të gjitha skedarët në %(camera)s janë të paarritshëm.

                                Mund të " "jetë i kyçur ose jo i konfiguruar për transferimin e skedarëve duke përdorur " "USB. Mund ta zhbllokoni dhe provoni përsëri.

                                Në disa modele " "gjithashtu duhet të ndryshoni cilësimin për të lejuar përdorimin e USB për " "Transferimin e Skedarëve.

                                Mësoni më shumë rreth s" "hkarkimi nga kamerat dhe " "aktivizimi i shkarkimit nga telefonat.

                                Përndryshe, ju mund të " "injoroni %(camera)s." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s duket se po përdoret nga një aplikacion " "tjetër.

                                Shkarkuesi i Shpejtë i Fotove nuk mund të ketë qasje në " "një telefon ose aparat fotografik që po përdoret nga një program tjetër si " "një menaxher skedarësh.< br>
                                Nëse pajisja është montuar në menaxherin " "tuaj të skedarëve, së pari duhet të "nxirrni" atë nga programi " "tjetër duke mbajtur të lidhur %(camera)s.

                                Nëse kjo nuk funksionon, " "shkëputni %(camera)s nga kompjuteri dhe futeni përsëri.

                                Mësoni më " "shumë rreth s" "hkarkimit nga kamerat dhe " "aktivizimi i shkarkimit nga telefonat.

                                Përndryshe, ju mund të " "injoroni %(camera)s." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "Aktivizoni aksesin në pajisjen iOS" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Provoje Përsëri" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Injoro këtë pajisje" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Na vjen keq, një problem i papritur ndodhi gjatë skanimit të %s." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Fatkeqësisht nuk mund të shkarkoni nga kjo pajisje." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Një zgjidhje e mundshme për problemin mund të jetë shkarkimi nga karta e " "memorjes së kamerës duke përdorur një lexues kartash." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Dështoi skanimi i pajisjes" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s nuk mund të skanohet sepse nuk mund të " "çmontohet.

                                Ju mund të mbyllni çdo aplikacion tjetër (të tillë si " "një shfletues skedari) që po e përdor atë dhe të provoni përsëri. Nëse kjo " "nuk funksionon, shkëputni %(camera)s nga kompjuteri dhe lidheni përsëri." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Shkarkimi nuk mund të fillojë sepse %(camera)s nuk mund të " "çmontohet.

                                Mund të mbyllni çdo aplikacion tjetër (të tillë si një " "shfletues skedari) që po e përdor atë dhe të provoni përsëri. Nëse kjo nuk " "funksionon, shkëputni %(camera)s nga kompjuteri dhe lidheni përsëri, dhe " "zgjidhni cilat skedarë dëshironi të shkarkoni prej tij." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Shkarkimet e Përfunduara të Pranishëm" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "Shfaqen %s shkarkimi i të cilave ka përfunduar." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Dëshironi të pastroni shkarkimet e përfunduara?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Prania e Shkarkimeve të Përfunduar" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "Shfaqet %s shkarkimi i të cilave ka përfunduar." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Dëshironi të pastroni shkarkimin e përfunduar?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Dëshironi të shkarkoni foto dhe video nga pajisja %(device)s?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Dëshironi të injoroni %s sa herë që ekzekutohet ky program?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Të gjitha kamerat, telefonat dhe tabletët me të njëjtin emër modeli do të " "injorohen." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Dëshiron të injoroni pajisjen %s sa herë që ekzekutohet ky program?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Çdo pajisje me të njëjtin emër do të injorohet." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Duke shkarkuar nga%(location)s në Këtë Kompjuter." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" "Dëshironi vërtet të shkarkoni nga këtu?

                                Në disa sisteme, skanimi i " "këtij vendndodhje mund të zgjasë shumë." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "%(downloading_from)s — shkarkimi është ndalur" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Duke gjeneruar miniaturat për %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Duke skanuar %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s nga %(available files)s të kontrolluar për shkarkim (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s nga %(available files)s janë kontrolluar për shkarkim" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Shfaq numrat e versionit të programit dhe libraritë tij dhe dil." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" "Shfaq informacionin e programit kur ekzekutohet nga komanda në terminal." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Shfaq informacionin e kontrollit të gabimeve kur ekzekutohet nga komanda në " "terminal." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Rendit shtesat e skedarëve për foto dhe video që programi njeh dhe dil." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Aktivizoni ose çaktivizoni riemërtimin e fotove." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Aktivizoni ose çaktivizoni riemërtimin e videove." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Aktivizoni ose çaktivizoni zbulimin automatik të pajisjeve nga të cilat mund " "të shkarkoni." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Aktivizoni ose çaktivizoni shkarkimin nga ky kompjuter." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "SHTEG" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "SHTEGU në këtë kompjuter nga e cila mund të shkarkohet." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "SHTEGU, në të cilën do të shkarkohen fotot." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "SHTEGU, në të cilën do të shkarkohen videot." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Aktivizoni ose çaktivizoni rezervimin e fotove dhe videove gjatë shkarkimit." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Aktivizoni ose çaktivizoni zbulimin automatik të pajisjeve rezervimit." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "DOSJE" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "DOSJA në të cilën ruhen kopjet rezervë në pajisjen e rezervimit të fotove të " "zbuluar automatikisht, me emrin e dosjes që përdoret për të identifikuar " "nëse pajisja përdoret ose jo për rezervime. Për secilën pajisje që dëshironi " "të përdorni për të rezervuar fotot, krijoni një dosje në të me këtë emër." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "DOSJA në të cilën ruhen kopjet rezervë në pajisjen e rezervimit të videove " "të zbuluar automatikisht, me emrin e dosjes që përdoret për të identifikuar " "nëse pajisja përdoret ose jo për rezervime. Për secilën pajisje që dëshironi " "të përdorni për të rezervuar videot, krijoni një dosje në të me këtë emër." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "SHTEGU ku do të rezervohen fotot kur çaktivizohet zbulimi automatik i " "pajisjeve të rezervimit." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "SHTEGU ku do të rezervohen videot kur çaktivizohet zbulimi automatik i " "pajisjeve të rezervimit." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Injoroni fotot me shtesat e mëposhtme: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Aktivizo ose çaktivizo fillimin e shkarkimeve sapo fillon vetë programi." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Aktivizo ose çaktivizo fillimin e shkarkimeve sapo të lidhet një pajisje." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Aktivizo ose çaktivizo përdorimin e Memorjes Cache të Miniaturave të " "Shkarkuesit të Shpejtë të Fotove. Çaktivizimi i tij nuk fshin përmbajtjet " "ekzistuese të memorjes cache." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Fshi të gjitha miniaturat në Memorjen Cache të Miniaturave të Shkarkuesit të " "Shpejtë të Fotove dhe dil." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Harro se cilat skedarë janë shkarkuar më parë dhe dil." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importo preferencat nga një version i vjetër i programit dhe dil. Kërkon " "programin e rreshtit komandës gconftool-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Rivendos të gjitha cilësimet e programit në vlerat e tyre të parazgjedhura, " "fshi të gjitha miniaturat në memorjen cache të Miniaturave, harro cilat " "skedarë janë shkarkuar më parë dhe dil." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" "Përfshi informacionin e kontrollit te gabimeve të gphoto2 në skedarët e " "regjistrave." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Shtyp informacionin në terminal për kamerat e bashkangjitura dhe dil." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Përdorni temën Qt të sistemit në vend të temës së integruar" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Ekzekutoni këtë program në wayland ose në X11 e zakonshëm" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Për të importuar preferenca nga versioni i vjetër i Shkarkuesit të Shpejtë " "të Fotove, duhet të instaloni programin gconftool-2." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Asnjë preferencë mëparshme e programit nuk është zbuluar: duke dalë." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" "Duke importuar preferencat nga Shkarkuesi i Shpejtë i Fotove %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Dëshironi të kopjoni numrin e ruajtur të sekuencës, i cili ka vlerën %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Programi po aborton." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Asnjëherë mos e ekzekutoni këtë program si përdorues sudo / root." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Duhet të instaloni ExifTool për të ekzekutuar Shkarkuesin e Shpejtë të " "Fotove." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Shkarkuesi i Shpejtë i Fotove është instaluar në shumë vende.\n" "\n" "Çinstaloni të gjitha kopjet përveç versionit që dëshironi të ekzekutoni." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Kur specifikoni një shteg në rreshtin e komandës, mos specifikoni gjithashtu " "një\n" "mundësi për zbulimin automatik të pajisjes ose një shteg në \"Ky Kompjuter\"." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Të gjitha cilësimet dhe memorjet cache janë rivendosur." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Memorja Cache e Miniaturave është rivendosur." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Dosjet e ruajtura në kujtesë janë harruar." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Mbaj mënd këtë zgjedhje" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Mos më pyet përsëri për këtë" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Mos më paralajmëro përsëri për këtë" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Mos më paralajmëroni përsëri për libraritë e programeve që mungojnë ose " "janë dëmtuar" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "nëndosja dhe emri i skedarit" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "emri i skedarit" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "nëndosje" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Një numërues për sa shkarkime ndodhin çdo ditë" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Shkarkimet sot:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Një numërues që mbahet mend sa herë që ekzekutohet programi " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Numri i ruajtur:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Koha në të cilën Shkarkimet sot numri i sekuencës duhet të rivendoset" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Fillimi i ditës:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Sinkronizo RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sinkronizoni numrat e sekuencave për përputhjen e çifteve RAW dhe JPEG.\n" "\n" "Shihni dokumentacionin në internet për më shumë detaje." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Numrat e sekuencës" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Zhvesh karaktere të papajtueshme" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Nëse fotot, videot dhe emrat e dosjeve duhet të heqin ndonjë karakter që nuk " "lejohet nga sistemet e tjera operative" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Përputhshmëria" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Riemërtimi i Fotove" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Riemërtimi i Videove" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Mundësitë e Riemertimit" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotot dhe videot" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotot ose videot" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "një video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "një foto" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Foto" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s në %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Rrënja e sistemit të skedarit" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Figurat" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Na vjen keq, fjalëkalimi ishte i pasaktë." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Për të kryer detyra administrative, futni fjalëkalimin për %s." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Fjalëkalimi:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Marrë në %(date_time)s (%(human_readable)s" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Modifikuar më %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Kartat e memorjes: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Kartë memorje: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Shkarkuar si:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" "

                                Shkarkimi i mëparshëm:
                                %(filename)s
                                %(path)s
                                %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" "

                                Vendosni manualisht si të shkarkuar më parë në %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Kopjo Shtegun" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Shënoje Skedarin si të Shkarkuar" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Shënoji Skedarët si të Shkarkuar" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s dhe %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "%(first_items)s, %(last_items)s" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "%(start_items)s dhe %(last_item)s" #: ../raphodo/utilities.py:574 msgid "one" msgstr "një" #: ../raphodo/utilities.py:575 msgid "two" msgstr "dy" #: ../raphodo/utilities.py:576 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:577 msgid "four" msgstr "katër" #: ../raphodo/utilities.py:578 msgid "five" msgstr "pesë" #: ../raphodo/utilities.py:579 msgid "six" msgstr "gjashtë" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "shtatë" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "tetë" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "nëntë" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "dhjetë" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "njëmbëdhjetë" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "dymbëdhjetë" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "trembëdhjetë" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "katërmbëdhjetë" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "pesëmbëdhjetë" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "gjashtëmbëdhjetë" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "shtatëmbëdhjetë" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "tetëmbëdhjetë" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "nëntëmbëdhjetë" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "njëzet" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&Në rregull" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Mbyll" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Anullo" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Ruaj" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Ndihmë" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Rikthe Parazgjedhjet" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Po" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Jo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "Krijo direktorinë %(path)s" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Monto diskun %(drive)s:%(path)s" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Çmonto diskun %(drive)s: nga %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "Monto disqet %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "Monto diskun %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "Çmonto disqet %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "Çmonto diskun %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Na vjen keq, ndodhi një gabim gjatë montimit të disqeve %s" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Na vjen keq, ndodhi një gabim gjatë çmontimit të disqeve %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Na vjen keq, ndodhi një gabim gjatë montimit të diskut %s" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Na vjen keq, ndodhi një gabim gjatë çmontimit të diskut %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Disqet e Windows" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Aktivizo montimin automatik të disqeve të Windows" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Montoni automatikisht të gjithë disqet e Windows" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Montoni automatikisht vetëm disqet Windows që janë konfiguruar më poshtë" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Montuar nga Përdoruesi" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Montuar nga Sistemi" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Disku" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Pika e Montimit" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Montimi Automatik" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Çmontimin Automatik në Dalje" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Operacionet në Pritje:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Apliko Operacionet në Pritje" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "Dëshironi të montoni diskun %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "Dëshironi të montoni disqet %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Disku i lëvizshëm" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Disku Lokal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Shkarkoni, riemërtoni dhe bëni kopje rezervë të fotove dhe videove nga " "kamerat dhe pajisjet e tjera" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Shkarkuesi i Shpejtë i Fotove importon foto dhe video nga kamerat, " "telefonat, kartat e kujtesës dhe pajisjet e tjera me shpejtësi të lartë. " "Mund të konfigurohet për të riemërtuar fotot dhe videot me emra të " "kuptimplote të skedarëve që specifikoni. Gjithashtu mund të rezervojë " "fotografi dhe video ndërsa shkarkohen. Shkarkon dhe rezervon njëkohësisht në " "pajisje të shumta." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "E veçantë për Shkarkuesin e Shpejtë të Fotove është Kohështrirja e tij, e " "cila grupon fotot dhe videot bazuar në sa kohë ka kaluar midis shkrepjeve " "radhazi. Përdoreni atë për të identifikuar fotot dhe videot e bëra në " "periudha të ndryshme në një ditë të vetme ose në ditë rresht." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Shkruar nga një fotograf për fotografë profesionistë dhe amatorë, Shkarkuesi " "i shpejtë i Fotove është i lehtë për tu konfiguruar dhe përdorur. " "Preferencat e programit konfigurohen pa pasur nevojë për kode të " "komplikuara. Detyrat e zakonshme mund të automatizohen, siç është heqja e " "një karte memorie kur përfundon shkarkimi." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Dritarja kryesore" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Riemërtimi" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Shkarkues fotosh" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;shkarko;fotografi;importo;video;RAW;kamera;telefon;gëlltis;rezervo;memor" "je;kartë;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Shkarkoni Foto dhe Video me Shkarkuesin e Shpejtë të Fotove" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teherani" #~ msgid "Rome" #~ msgstr "Romë" #~ msgid "Moscow" #~ msgstr "Moskë" #~ msgid "Sydney" #~ msgstr "Sidnei" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Xhakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varshavë" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Select a folder to download photos to" #~ msgstr "Zgjidhni një dosje për të shkarkuar fotot" #~ msgid "Stockholm" #~ msgstr "Stokholm" #~ msgid "Manila" #~ msgstr "Manila" #, python-format #~ msgid "Example: %s" #~ msgstr "Shembull: %s" #~ msgid "Download cannot proceed" #~ msgstr "Shkarkimi nuk mund të vazhdojë" #~ msgid "scanning..." #~ msgstr "duke skanuar..." #~ msgid "externaldrive1" #~ msgstr "pajisje-e-jashtme-1" #~ msgid "externaldrive2" #~ msgstr "pajisje-e-jashtme-2" #~ msgid "New York" #~ msgstr "Nju Jork" #~ msgid "Wellington" #~ msgstr "Uellington" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Burimi: %(source)s\n" #~ "Destinacioni: %(destination)s" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Dëshironi vërtet të shkarkoni nga këtu? Në disa sisteme, skanimi i kësaj " #~ "vendndodhje mund të marrë shumë kohë." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s nuk u çmontua" #~ msgid "the root of the file system" #~ msgstr "rrënja e sistemit të skedarëve" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Duke shkarkuar nga %(location)s." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "Përmasa" #~ msgid "Download Progress" #~ msgstr "Progresi i Shkarkimit" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Asnjë pajisje rezervimi nuk përmban një dosje të vlefshme për rezervimin " #~ "%(filetype)s" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Rreth %(minutes)i:%(seconds)02i minuta të mbetura" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Rreth %i sekonda të mbetura" #~ msgid "About 1 minute remaining" #~ msgstr "Rreth 1 minutë e mbetur" #~ msgid "About 1 second remaining" #~ msgstr "Rreth 1 sekondë e mbetur" #~ msgid "From" #~ msgstr "Nga" #~ msgid "Auto Detect" #~ msgstr "Zbulo automatikisht" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s nga %(total)s %(filetypes)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s nga %(total)s %(filetypes)s (%(remaining)s të mbetur)" #~ msgid "Photos:" #~ msgstr "Fotot:" #~ msgid "Videos:" #~ msgstr "Videot:" #~ msgid "Copy" #~ msgstr "Kopjo" #~ msgid "Move" #~ msgstr "Lëviz" #~ msgid "Select a folder to download videos to" #~ msgstr "Zgjidhni një dosje për të shkarkuar video" #~ msgid "To" #~ msgstr "Tek" #~ msgid "and" #~ msgstr "dhe" #~ msgid "Using backup device" #~ msgstr "Përdorimi i pajisjes së rezervimit" #~ msgid "Using backup devices" #~ msgstr "Përdorimi i pajisjeve së rezervimit" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Zgjidhni një dosje që përmban %(file_types)s" #~ msgid "Free space:" #~ msgstr "Hapësira e lirë:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s e lirë" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Duke rezervuar fotot në %(path)s dhe videot në %(path2)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Duke rezervuar në %(path)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Duke rezervuar fotot dhe videot në %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s dosja e shkarkimit nuk mund të shkruhet" #, python-format #~ msgid "Folder: %s" #~ msgstr "Dosja: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s dosja e shkarkimit është e pavlefshme" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s dosja e shkarkimit nuk ekziston" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "listo shtesat e skedarëve foto dhe video që programi njeh dhe dil" #~ msgid "only output errors to the command line" #~ msgstr "vetëm gabimet ekzekutimit të programit në vijën e komandës" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "shfaqni informacionin e programit në terminal ndërsa programi ekzekutohet " #~ "(default: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "shfaq informacionin e kontrollit të gabimeve kur ekzekutohet nga rreshti i " #~ "komandës" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/sr.po0000644000175000017500000073276014562557501016644 0ustar00damondamon# Serbian translation for rapid # Copyright © 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # Мирослав Николић , 2012—2020. msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:16+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Serbian <(nothing)>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: sr\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Заслуге" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Преводиоци" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Резерве нису подешене" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Нисам открио уређаје резерве" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Исправна месте за резерве још нису наведена" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Можете направити резерве фотографија и снимака на више места у току " "преузимања, нпр. на спољним дисковима." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Направи резерву фотографија и снимака за време преузимања" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Сам пронађи уређаје за резерве" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Наведите фасциклу на уређају у којој се чувају резерве.

                                Напомена: " "присуство фасцикле са овим називом се користи да одреди да ли се уређај " "користи за резерве. За сваки уређај који желите да користите за резерве, " "направите фасциклу на њему са једним од ових назива фасцикли. Додавањем обе " "фасцикле, исти уређај се може користити за резерве и фотографија и " "снимака." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Назив фасцикле за фотографије:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Назив фасцикле за снимке:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Пример:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Ако искључите аутоматско налажење уређаја, изаберите тачна места за резерве." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Путања до резерве фотографија:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Изаберите место за резерву фотографија" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Путања до резерве снимака:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Изаберите место за резерву снимака" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "1. уређај" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "2. уређај" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Пројектовано коришћење смештаја резерве" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Опције резерве" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "THM снимак" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "звук" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s фотографије" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s снимка" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Коришћено" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Превише" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Величина уређаја није позната" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Нема слободног места на уређају од %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s је слободно од %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Фотографије" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Снимци" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Пројектован смештај се користи након преузимања" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Произвољно..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Подесите стварање садржане фасцикле фотографија" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Подесите стварање садржане фасцикле снимака" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Испробавам уређај..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Привремено занемари овај уређај" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Трајно занемари овај уређај" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Поново прегледај" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s је пун" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Друго" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Фото-апарати" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Уређаји" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Преузимам са „%(device_names)s“" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Изаберите извор" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s фото-апарати" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s уређаји" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "„%s“ + „%s“" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Кликните на кућицу датотеке да је означите или одзначите за преузимање." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Датотеке које су већ преузете се памте. И даље можете означити раније " "преузете датотеке за поновно преузимање, али су унапред одзначене, и њихове " "сличице су затамњене, тако да их можете разликовати од датотека које тек " "треба да се преузмете." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Ако је изабрано више од једне датотеке, све ће добити ознаку датотеке на " "чије поље за потврду сте кликнули, без обзира на то да ли су пре тога биле " "означене или не." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Кликните на поље за означавање уређаја да брзо означите или одзначите све " "његове датотеке за преузимање." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Након завршеног преузимања, иконица мења поље за штиклирање сличице. Боја " "иконице означава да ли је преузимање било успешно (зелена), да ли је било " "проблема преименовања (жута/наранџаста) или није успело (црвена)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "У случају било каквих проблема, црвена иконица ће се појавити при дну " "прозора показујући колико има извештаја о грешкама. Кликом на њу отвориће се " "прозор за извештавање о грешкама." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Прозор извештаја о грешкама исписује све проблеме пре, за време или након " "преузимања. Наранџасти троугао представља упозорење, црвени круг означава " "неуспех, и црни круг означава озбиљније неуспехе. Можете кликнути на " "хипервезе да отворите њихову датотеку или уређај у управнику датотека. " "Можете такође тражити извештаје користећи поље за претрагу у доњем левом " "делу прозора извештаја о грешкама." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Можете истовремено преузети са више фото-апарат, паметних телефона, " "меморијских картица, и чврстих дискова—са онолико уређаја са колико " "ваш рачунар може истовремено да ради." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Временска линија групише фотографије и снимке на основу тога колико " "је времена прошло између узастопних снимака. Користите је да препознате " "фотографије и снимке снимљене у различитим периодима у једном дану или у " "току узастопних дана." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" "

                                На илустрацији изнад, први ред временске линије је црн јер су све " "датотеке тог датума претходно преузете.

                                Клизач временске линије " "подешава време протекло између узастопних снимака коришћено за изградњу " "временске линије:

                                " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Да видите фотографије и снимке за одређени временски опсег, користите миша " "(по могућству у комбинацији са тастерима Помак или Ктрл) " "да изаберете периоде времена. Када се изабере опсег времена, дугме временске " "линије на левој страни главног прозора биће истакнуто." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Преузимање увек укључује све датотеке које су означене за преузимање, " "укључујући и оне које тренутно нису приказане јер се користи временска " "линија." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Можете сакрити или приказати изворе преузимања кликом на назив уређаја са " "кога преузимате у горњем левом углу прозора програма." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" "Минијатуре се могу поређати по разним критеријумима:
                                1. Време " "измене: када је датотека последњи пут измењена, у складу са њеним мета " "подацима (када су доступни) или у складу са системом датотека (као " "резерва).
                                2. Стање изабраности: да ли је датотека означена за " "преузимање.
                                3. Назив датотеке: пун назив датотеке, укључујући " "наставак.
                                4. Наставак: наставак назива датотеке. Можете " "користити ово за груписање јпег и сирових слика, на пример.
                                5. Врста " "датотеке: фотографија или снимак.
                                6. Уређај: назив уређаја " "са кога су преузете фотографије и снимци.
                                " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Једна од најкориснијих функција Брзог преносиоца фотографија је његова " "способност да аутоматски створи садржане фасцикле преузимања и да преименује " "датотеке како их преузима, користећи шему по вашем избору." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Да наведете где желите да ваше датотеке буду преузете и како желите да се " "именују, отворите одговарајући панел на десној страни прозора програма: " "Одредиште, Преименуј, или Шифра посла." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" "Када размишљате о структури вашег директоријума преузимања, имајте на уму " "две различите врсте директоријума:
                                1. Одредишна фасцикла, тј. " "„Слике“, „Фотографије“, или „Снимци“. Овај директоријум треба већ да постоји " "на вашем рачунару. На ислустрацији испод, одредишне фасцикле су „Слике“ и " "„Снимци“. Назив одредишне фасцикле је приказан на сивој траци одмах изнад " "стабла фасцикли, са иконицом фасцикле са леве стране и иконицом зупчаника " "сасвим на десној страни.
                                2. Подфасцикле преузимања, а то су " "директоријуми које ће Брзи преносилац фотографија сам да напеави. Не морају " "већ постојати на вашем рачунару, али је сасвим у реду ако их имате. Биће " "створене у одредишној фасцикли.
                                " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Можете преузети фотографије и снимке у исту одредишну фасциклу, или да " "наведете различиту за сваку појединачно. Исто се примењује на садржане " "одредишне фасцикле за фотографије и снимке—преузмите фотографије и " "снимке у исте одредишне подфасцикле, или користите другачију шему за сваку " "врсту." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Аутоматски створене подфасцикле преузимања могу садржати даље аутоматски " "створене подфасцикле ако је потребно. Уобичајена шема је да се створи " "подфасцикла године, а затим низ подфасцикли година-месеци-дана унутар ње." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" "Кад год је могуће, програм приказује преглед подфасцикли преузимања " "фотографија и снимака за преузимање:
                                1. Стабло одредишне фасцикле " "показује подфасцикле преузимања које су већ на рачунару (исписане обичним, " "неискошеним фонтом), и подфасцикле које ће бити направљене за време " "преузимања (са искошеним називима).
                                2. Стабло фасцикли такође показује " "у којим подфасциклама ће датотеке бити преузете (обојене у црно).
                                " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "Називи подфасцикли преузимања се углавном стварају коришћењем неког или свих " "од пратећих елемената:
                                1. Мета подаци датотеке, врло често " "укључују датум стварања фотографија или снимака, али такође могу да укључе " "назив модела фото-апарата, серијски број фото-апарата или наставак датотеке " "нпр. ЈПГ или ЦР2.
                                2. Шифра посла, је слободан текст који " "наводите у време преузимања, као што је назив догађаја или " "место.
                                3. Текст који желите да се увек појави, као што је цртица " "или размак.
                                Именовање подфасцикли годином, месецом и на крају " "даном у бројевном облику чини лаким њихово ређање у прегледнику датотека, " "што би било његова подразумевана опција:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "Да аутоматски створите подфасцикле као што преузимате, можете користити " "једну од уграђених подешености Брзог преносиоца фотографија, или да створите " "произвољну подешеност. Кликните на иконицу зупчаника да прикажете падајући " "изборник:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Користећи падајући изборник, изаберите уграђену подешеност или кликните на " "Произвољно да подесите своју шему. Створите своју шему користећи " "уређивач творца подфасцикли фотографија или снимка:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Лако је преузети сирове слике у једну фасциклу, а ЈПЕГ слике у другу. " "Једноставно користите Наставак назива датотеке као део ваше шеме " "стварања подфасцикле преузимања:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ова илустрација показује сачувану произвољну подешеност под називом „Моја " "произвољна подешеност“." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "Не морате да направите угнеждене подфасцикле преузимања. Ова илустрација " "показује стварање подфасцикли преузимања које садрже само датум снимања " "фотографија и шифру посла:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Иако има много уграђених опција именовања датума/времена, може се десити да " "вам треба нешто другачије. Није проблем да сами створите једну. Можете " "комбиновати изборе датума/времена да створите нове комбинације. " "Претпоставимо да сте хтели формат датума који комбинује годину (ГГГГ), " "цртицу, и месец (ММ) да даје ММ.ГГГГ.. Можете га направити овако (обратите " "пажњу на црвени круг око цртице):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "Прочитајте више о свим начинима на које можете створити назив подфасцикле " "преузимања и називе датотека у докумен" "тацији на мрежи." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "Шифре послова вам омогућавају да лако унесете текст који описује " "скупове фотографија и снимака. Можете их користити у називима подфасцикли и " "датотека. У овој илустрацији, неке датотеке имају примењену шифру посла " "„Улица“, а изабране датотеке ће добити шифру посла „Зелена пијаца“:" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Можете применити нове или постојеће шифре послова пре него што почнете са " "преузимањем. Ако постоје неке датотеке у преузимању које још немају " "примењену шифру посла, биће вам затражено да унесете шифру посла пре него " "што преузимање почне." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Потражите савете да вас воде у раду са шифрама послова:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Савети ће се разликовати у зависности од контекста, као када миш лебди изнад " "дугмета." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Када дајете јединствене називе датотека вашим фотографијама и снимцима, " "никада се нећете збунити о томе које је чија датотека. Коришћење бојеве " "низа за јединствено означавање назива датотека се препоручује!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" "

                                Четири врсте вредности низа су доступне да вам помогну да доделите " "јединствене називе вашим фотографијама и снимцима:

                                1. Данашња " "преузимања: прати преузимања обављена током тог " "дана.
                                2. Сачувани број: слично као данашња преузимања, али се " "памти из последњег покретања програма.
                                3. Број сесије: поништава " "се приликом сваког покретања програма.
                                4. Слово низа: као " "бројеви низа, али користи слова.

                                Прочитајте више о " "бројевима низа у документа" "цији на мрежи.

                                " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Панел Преименуј вам омогућава да подесите преименовање датотека. Да " "преименујте ваше датотеке, можете изабрати из већ постојећих подешености " "преименовања или да одредите неку вашу." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" "

                                Опција Усагласи Сирову + ЈПЕГ је корисна ако користите функцију " "Сирова + ЈПЕГ на вашем фото-апарату и користите бројеве низа у преименовању " "ваших фотографија. Укључивање ове опције ће довести до тога да програм " "открије одговарајуће парове сирових и ЈПЕГ фотографија, а када се открију, " "исти бројеви низа биће примењени на оба назива фотографија. Надаље, низови " "ће бити освежени као да је фотографија једна.

                                Прочитајте више о " "преименовању датотека у документацији на " "мрежи.

                                " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Можете имати резерве својих фотографија и снимака на више места након " "њиховог преузимања, као што су спољни чврсти дискови или места на мрежи. " "Уређаји резерве се могу аутоматски открити, или тачна наведена места резерве." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "У овом примеру, уређај резерва_фотографија не садржи фасциклу " "Снимци, тако да на њему неће бити прављене резерве снимака." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Некe поставке програма се могу подесити са линије наредби, укључујући изворе " "преузимања, одредишта и резерве. Осим тога, подешавања се могу вратити на " "њихова подразумевана стања, а остава и запамћене датотеке очишћене." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Можете такође да увезете поставке програма из старијег издања 0.4." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Брзи преносилац фотографија ради са три врсте остава:
                                1. Остава " "сличица чија је једина сврха да сачува сличице датотека са вашег фото-" "апарата, меморијских картица, и других уређаја.
                                2. Привремена " "остава датотека преузетих са фото-апарата, једна за фотографије а друга " "за снимке. Налазе се у привременим подфасциклама у одредишту " "преузимања.
                                3. Остава сличица радне површи, у којој Брзи " "преносилац фотографија чува сличице сирових и ТИФФ фотографија након њиховог " "преузимања. Прегледачи датотека као Гномове датотеке такође користе ову " "оставу, што значи да ће и они приказати сличице за ове датотеке.
                                " "Прочитајте више о овим оставама и њиховом дејству на учинковитост преузимања " "у документацији на " "мрежи." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Савет дана" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Да ли занте...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Прикажи савете при покретању" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Следеће" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Претходно" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/сек" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Неколико секунде" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 секунда" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d секунде" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 минут" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d минута" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 сат" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d сата" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 дан" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d дана" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 минут, 1 секунда" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 минут, %d секунде" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d минута, 1 секунда" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d минута, %(seconds)d секунде" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 сат, 1 минут" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 сат, %d минута" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d сат, 1 минут" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d сата, %(minutes)d минута" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 дан, 1 сат" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 дан, %d сата" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d дан, 1 сат" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дана, %(hours)d сата" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Нађи" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Извештаји о грешкама — Брзи преносилац фотографија" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Нађи у извештајима" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Нађите претходну појаву израза" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Нађите следећу појаву израза" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Истакни све" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "Истакните све појаве израза" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Упореди величину слова" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Тражите са разликовањем величине слова" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Целе речи" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Тражите само целе речи" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s од %s поклапања" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s од %(total)s поклапања" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Очисти" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "Нисам нашао израз" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Претрага је на чекању..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Број нових уноса додатих у извештај о грешкама од последњег отварања. " "Кликните да отворите извештај о грешкама." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Пријавите проблем на {website}.

                                У вашем " "извештају о грешци опишите шта сте очекивали да се деси и оно што се заправо " "догодило.

                                Извештај о грешци мора такође да садржи поставке програма и " "датотеке дневника. Да створите датотеку са тим додатним информацијама, " "кликните „Сачувај“." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Сачуване су додатне информације" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" "Додатне информације извештаја о грешци су направљене у вашој личној фасцикли " "у тар датотеци:
                                {tarfile}
                                Ви сами треба да прикачите ту датотеку у " "извештају о грешци. Неће бити аутоматски прикачена.

                                Кликните овде да видите датотеку у управнику датотека." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Грешка стварања додатних информација" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Додатне информације извештаја о грешци нису направљене. Ипак попуните " "извештај о грешци." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Укључите у ваш извештај о грешци датотеке дневника програма. Извештај о " "грешци мора да садржи {log_file}, али додавање и других датотека " "дневника често може бити од помоћи.

                                Ако је могуће, такође укључите " "датотеку подешавања програма {config_file}.

                                Кликните овде да отворите директоријум дневника, и овде да отворите директоријум подешавања." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Надограђивање на најновије издање ће вам омогућити " "да одредите да ли је проблем на који сте наишли већ исправљен." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Проблем у Брзом преносиоцу фотографија" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Дошло је до проблема у Брзом преносиоцу фотографија" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Ако се исти проблем догоди још једном пре затварања програма, то је само " "обавештење о томе." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Дошло је до проблема у Брзом преносиоцу фотографија\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Пријавите проблем на {website}\n" "Прикачите датотеку дневника у ваш извештај о грешци, коју нађете у " "„{log_path}“\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Отвори у прегледачу датотека..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Систем датотека" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Друго..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "„%s“ (место не постоји)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Датум" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Текст" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Назив датотеке" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Метаподаци" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Низови" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Шифра посла" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Датум слике" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Датум снимка" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Данас" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Јуче" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Време преузимања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Назив" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Наставак" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Број слике" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Број снимка" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Отвор бленде" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ИСО" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Време излагања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Жижна даљина" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Произвођач фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Модел фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Скраћени назив фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Дужи назив фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Серијски број" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Број окидања" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Број датотеке" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Само фасцикла" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Фасцикла и датотека" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Име власника" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Висина" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Дужина" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Кадрова у секунди" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Аутор" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Ауторска права" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Данашња преузимања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Број сесије" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Број садржане фасцикле" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Сачувани број" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Низ слова" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Све цифре" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Последња цифра" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Последње две цифре" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Последње три цифре" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Последње четири цифре" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Изворна величина слова" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ВЕЛИКА СЛОВА" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "мала слова" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Једна цифра" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Две цифре" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Три цифре" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Четири цифре" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Пет цифре" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Шест цифре" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Седам цифара" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Стотинке" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ГГГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ГГ-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "ДД.ММ.ГГГГ." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "ДД.ММ.ГГ." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Месец (пун)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Месец (скраћено)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Викендом (потпуно)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Викендом (скраћено)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "ЧЧММСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "ЧЧММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "ЧЧ:ММ:СС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "ЧЧ:ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "ЧЧ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "ММ (минута)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Датум" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Датум (цртице)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Датум (подвлаке)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Датум и шифра посла" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "ММГГГГ_Шифра посла" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Подфасцикла датума и шифре посла" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "ММ.ГГГГ." #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Шифра посла" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Изворни назив датотеке" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Датум-време и данашња преузимања" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "ДД.ММ.ГГГГ.—ЧЧ:ММ—1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Датум и данашња преузимања" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "ДД.ММ.ГГГГ.—1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Датум-време и број слике" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "ДД.ММ.ГГГГ.—1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Датум-време и шифра посла" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ДД.ММ.ГГГГ.—Шифра посла-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "ДД.ММ.ГГГГ.—Шифра посла-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Датум-време и број снимка" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "ДД.ММ.ГГГГ._1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Резолуција" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ДД.ММ.ГГГГ.—ЧЧ:ММ-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Упишите нову шифру посла, или изаберите неку претходну" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Шифра посла биће примењена на „%s“ које још нема шифру посла." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Шифра посла биће примењена на „%s“ које још нема шифру посла." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "Примени шифру посла на преузимање" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Упишите нову шифру посла" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Савет: Изаберите фотографије или видео снимке пре уношења нови код " "посла да би се применио на њима." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Нова шифра посла биће примењена на „%s“." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Нова шифра посла" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&Шифра посла:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Запамти овај код посла" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Изаберите фотографије и снимке да бисте били у могућности да примените нову " "или постојећу шифру посла на њих." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Нова шифра посла биће примењена на све изабране фотографије и/или снимке." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Кликните на дугме „Примени“ да примените текућу шифру посла на све изабране " "фотографије и/или снимке. Такође можете једноставно два пута да кликнете на " "шифру посла." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Уклањање шифре посла је уклања само са списка сачуваних шифри послова, а не " "са неких фотографија или снимака на којима је можда била примењена." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Ако желите да користите шифре послова, подесите датотеку преименовањем или " "називе одредишних подфасцикли да их користе." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Последње коришћено" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "Ређање шифре посла:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Растуће" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Опадајуће" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Ново..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Примени" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Уклони" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Уклони све" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Да ли заиста желите да уклоните све шифре послова?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Уклоните све шифре послова" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Шифре послова" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Савет: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s — %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Сачувај нову произвољну подешеност..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Уклони све произвољне подешености..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Нова произвољна подешеност)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (уређено)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Освежи произвољну подешеност „%s“" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Сачувајте нову произвољну подешеност — Брзи преносилац фотографија" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Назив подешености:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Уређивач творца подфасцикле фотографија" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Уређивач творца подфасцикле снимака" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Уређивач преименовања фотографија" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Уређивач преименовања снимака" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Упозорење: Нема довољно података за " "стварање пуног назива. Користите друге опције за преименовање." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "Знак %(separator)s прави нови ниво подфасцикле." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Нема потребе за почетком или завршавањем са раздвојником фасцикле " "%(separator)s, јер се додаје аутоматски." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Упозорење: Јединствени називи датотека " "се не могу створити. Учините називе датотека јединственим користећи " "вредности низа." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Подешеност:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Нађи помоћ на мрежи..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Уметни" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Сачувајте подешеност — Брзи преносилац фотографија" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Да ли желите да сачувате измене у новој произвољној " "подешености?

                                Прављење произвољне подешености није потребно, али " "вам може помоћи да будете организовани.

                                Измене у поставкама ће и даље " "бити примењене без обзира на то да ли сте направили нову произвољну " "подешеност или не." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Да ли желите да сачувате измене у произвољној подешености?

                                Ако " "желите, можете направити нову произвољну подешеност или да освежите " "постојећу произвољну подешеност.

                                Измене у поставкама ће и даље бити " "примењене без обзира на то да ли сте сачували нову произвољну подешеност или " "не." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Сачувајте нову произвољну подешеност" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Поставке" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Језик" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Аутоматизација" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Минијатуре" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Рад са грешкама" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Упозорења" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Консолидација" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Остало" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Прегледање уређаја" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Прегледај само спољне уређаје" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Потражите фотографије и снимке само на уређајима који су ван рачунара, " "укључујући\n" "фото-апарате, меморијске картице, спољне чврсте дискове и УСБ флеш дискове." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Скенирај само посебне фасцикле на уређајима" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Тражиће фотографије и снимке само у фасциклама наведеним испод (осим путања\n" "наведених у занемареним путањама).\n" "\n" "Промена овог подешавања ће довести до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Фасцикле за скенирање:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Фасцикле на основном нивоу система датотека уређаја у којима ће се\n" "тражити фотографије и снимци." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Додај..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Додајте фасциклу на списак фасцикли у којима ће се тражити фотографије и " "снимци.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Уклони" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Уклоните фасциклу са списка фасцикли у којима ће се тражити фотографије и " "снимци.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Уређаји који су подешени за аутоматско занемаривање или преузимање." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Запамћени уређаји" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Уклоните уређај са списка уређаја за аутоматско занемаривање или преузимање." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Очистите списак уређаја за аутоматско занемаривање или преузимање.\n" "\n" "Напомена: Измене ће ступити на снагу приликом следећег прегледања рачунара " "за уређајима." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Занемарене путање" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Крајњи део путање која никада неће бити прегледана за фотографијама или " "снимцима." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Додајте путању на списак путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Уклоните путању са списка путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Очистите списак путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Користите регуларне изразе у питон-стилу" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Користите регуларне израе на списку путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања свих уређаја." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Језик: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Ступа на снагу након пновног покретања програма" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Аутоматизација програма" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Започни преузимање по покретању програма" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Започни преузимање по прикључивању уређаја" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "Откачи (избаци) уређај након обављеног преузимања" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Изађи из програма након обављеног преузимања" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Изађи из програма чак и када постоје грешке у преузимању" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Стварање сличица" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Направи сличице" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Направи сличице за приказ у главном прозору програма" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Смести сличице у оставу" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Сачувајте сличице приказане у главном прозору програма у остави сличица " "јединственој за Брзог преносиоца фотографија" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Направи системске сличице" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Прилико преузимања, сачувајте сличице које могу користити управници датотека " "радне површи и други програми" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Број језгара процесора која ће се користити за стварање сличица." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "Језгра процесора:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Остава сличица" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Израчунавам..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "дана" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "заувек" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Величина оставе:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Број сличица:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Величина базе података:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Неприступљене сличице оставе за:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Очисти оставу..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Оптимизуј оставу..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Прескочи преузимање" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Не преузима датотеку, и даје поруку грешке" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Додај јединствену реч" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Додаје одредник као _1 или _2 на крај назива датотеке, одмах пре наставка " "датотеке" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Препиши" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Преписује претходно направљену резерву датотеке" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Прескочи" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Не преписује датотеку резерве, и даје поруку грешке" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Када је већ преузета фотографија или снимак са истим називом, изаберите или " "да је прескочите или да јој додате јединствену ознаку:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Коришћење бројева у низу за аутоматско стварање јединствених назива датотека " "се строго препоручује. Подесите преименовање датотека у панелу преименовања " "у главном прозору." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Приликом прављења резерве, изаберите да ли ће датотека на уређају резерве са " "истим називом бити преписана или ће бити прескочена:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Упозорења програма" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Покажи упозорење када:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Датотеке преузимања тренутно нису приказане" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Упозорава приликом преузимања датотека које нису приказане у главном прозору." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Недостају одредишта резерве" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Упозорава пре почетка преузимања ако није могуће направити резерву датотека." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Недостају или су оштећене библиотеке програма" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Упозорава ако софтверске библиотеке које користи Брзи преносилац фотографија " "недостају или не функционишу." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Мета подаци система датотека не могу бити подешени" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Упозорава ако постоји грешка подешавања метаподатака система датотека, као " "што је њено време измене." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "Наиђе на необрадиве датотеке" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Упозорава након прегледања уређаја или овог рачунара ако постоје " "непрепознате датотеке које неће бити укључене у преузимање." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Не упозоравај о необрађеним датотекама са наставцима:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Наставци датотека не разликују величину слова и не морају да укључе водећу " "тачку." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Додај" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Додајте наставак датотеке на списак необрађених врста датотека о којима неће " "упозоравати." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Уклоните наставак датотеке са списка необрађених врста датотека о којима " "неће упозоравати." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Очистите списак наставака датотека необрађених врста датотека о којима неће " "упозоравати." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Консолидација фотографија и снимака" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Консолидујте датотеке кроз уређаје и преузимања" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Анализирајте резултате скенирања уређаја тражећи удвостручене датотеке и " "поклапајући СИРОВЕ и ЈПЕГ парове,\n" "упоређујући их кроз више уређаја и сесија преузимања." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Сматрај одговарајуће СИРОВЕ и ЈПЕГ датотеке као:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Једну фотографију" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "Две фотографије" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Прикажите поклопљене парове СИРОВИХ и ЈПЕГ фотографија као једну " "фотографију, и ако су означене, преузмите обе." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Прикажите поклопљене СИРОВЕ и ЈПЕГ фотографије као две различите " "фотографије. Још увек можете да усагласите њихове бројеве низа." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Са подударањем СИРОВИХ и ЈПЕГ фотографија:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "Не обележавај ЈПЕГ за преузимање" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "Не обележавај СИРОВЕ за преузимање" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "Обележи обе за преузимање" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Када су пронађене сирове и ЈПЕГ фотографије, неће сам означавати ЈПЕГ за\n" "преузимање. То ћете моћи још увек сами да урадите." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Када су пронађене сирове и ЈПЕГ фотографије, неће сам означавати сирове " "слике за\n" "преузимање. То ћете моћи још увек сами да урадите." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Када се пронађу одговарајуће СИРОВЕ и ЈПЕГ фотографије, сам обележи обе за " "преузимање." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Ако искључите консолидацију датотека, изаберите шта ће се радити приликом " "убацивања уређаја преузимања када се прикажу завршена преузимања:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Када је убачен уређај преузимања када су завршена преузимања приказана:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Очисти завршена преузимања" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Настави да приказујеш завршена преузимања" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Питај шта да се ради" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Сам очисти приказ завршених преузимања без обзира да ли је убачен нови " "уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Настави да приказујеш завршена преузимања без обзира да ли је убачен нови " "уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Питај да ли да наставиш са приказивањем завршених преузимања или да их " "очистиш без обзира да ли је убачен нови уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Занемари ДНГ мета податке датума/времена на МТП уређајима" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Занемарите мета податке датума/времена у ДНГ датотекама које се налазе на " "МТП уређајима, већ користите време измене датотеке.\n" "\n" "Корисно за уређаје као што су телефони и таблични уређаји који праве " "неисправне ДНГ мета податке." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Читај метаподатке фотографија користећи само „ExifTool“" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Користи „ExifTool“ уместо „Exiv2“ за читање метаподатака фотографија и " "извуци сличице.\n" "\n" "Подразумевано се користи „Exiv2“, ослањајући се на „ExifTool“ само када " "„Exiv2“ не подржава\n" "запис датотеке који се чита.\n" "\n" "„Exiv2“ је брз, тачан, и скоро увек поуздан, али се урушава приликом " "извлачења\n" "метаподатака из малог броја датотека, као што су „DNG“ датотеке које " "производи „Leica M8“\n" "фото-апарат." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Завршена преузимања" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "„Језик система“" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Враћа подразумеване вредности „%s“ поставке" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Да ли желите да очистите оставу сличица? Остава ће бити очишћена приликом " "следећег покретања програма." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Очисти оставу сличица" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Да ли желите да оптимизујете оставу сличица? Остава ће бити оптимизована " "приликом следећег покретања програма." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Оптимизуј оставу сличица" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Унеси фасциклу за скенирање" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Наведите фасциклу у којој ће бити тражене фотографије и снимци" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Фасцикла:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Унесите путање за занемаривање" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Одредите путању која никада неће бити прегледана за фотографијама и снимцима" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Путања:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Унесите наставак датотеке" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Наведите наставак датотеке (без водеће тачке)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Наставак:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Неисправан наставак датотеке" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Наставак датотеке %s препознаје Брзи преносилац фотографија, тако да " "упозоравање на присутност нема смисла." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Препознате врсте датотека:\n" "\n" "Фотографије:\n" "%(photos)s\n" "\n" "Снимци:\n" "%(videos)s\n" "\n" "Звук:\n" "%(audio)s\n" "\n" "Друго:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Венчање" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Рођендан" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Поставке садржане фасцикле не треба да почињу на „%s“" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Поставке садржане фасцикле не треба да се завршавају на „%s“" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Поставке садржане фасцикле не треба да садрже два „%s“ један за другим" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "Преузех 8 фотографија и 10 снимака" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Грешка: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Грешка: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Грешка Г-фотоа 2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Не могу да покренем фото-апарат, вероватно зато што га користи други " "програм. Датотеке нису умножене с њега." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Не могу да прочитам директоријум „%s“" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Не могу да приступим времену измене или величини из „%s“" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Не могу да прочитам датотеку „%s“" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Не могу да запишем датотеку „%s“" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Не могу да преместим датотеку „%s“" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Не могу да уклоним датотеку „%s“" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Не могу да умножим датотеку „%s“" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Датотека нулте дужине „%s“ неће бити преузета" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Не могу да одредим време измене система датотека за „%s“" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Не могу да учитам мета податке из „%s“" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Не могу да учитам мета податке из „%(name)s“. „%(filetype)s“ није преузет." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Дошло је до грешке подешавања мета података система датотека датотеке на " "систему датотека „%s“. Ако поново дође до ове грешке на истом систему " "датотека, неће бити поново пријављена." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Наиђох на необрађену датотеку „%s“. Неће бити преузета." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "„%(filetype)s %(destination)s“ већ постоји." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Постојећа „%(filetype)s“ „%(destination)s“ је последњи пут измењена %(date)s " "у %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "„%(filetype)s“ „%(source)s“ није преузета са „%(device)s“." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "„%(filetype)s“ „%(source)s“ је преузета са „%(device)s“." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Јединствен одредник „%s“ је додат на назив датотеке." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Постојећа резерва „%(filetype)s“ „%(destination)s“ је последњи пут измењена " "%(date)s у %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "За „%(filetype)s“ „%(source)s“ није направљена резерва са „%(device)s“." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Претходна резерва „%(filetype)s“ „%(destination)s“ је последњи пут измењена " "%(date)s у %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Направљена је резерва за „%(filetype)s“ „%(source)s“ са „%(device)s“, " "преписујем претходну резерву „%(filetype)s“." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Приликом усклађивања вредности низа сирове + ЈПЕГ, наиђох на удвостручену " "„%(filetype)s“ „%(file)s“, и није преузета." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Приликом усклађивања вредности низа сирове + ЈПЕГ, откривене су фотографије " "са истим називима датотека, али снимљене у различим тренуцима:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "„%(image1)s“ је сликана %(image1_date)s у %(image1_time)s, а „%(image2)s“ " "%(image2_date)s у %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Не могу да завршим назив датотеке за „%s“" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Назив датотеке „%(destination)s“ није потпуно направљен за „%(filetype)s“ " "„%(source)s“." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Недостају „%(type)s“ метаподаци." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Следећи метаподаци недостају: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Претварање датума/времена није успело: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Не могу да извучем исправне мета податке датума/времена или да одредим време " "измене датотеке." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Назив датотеке не садржи проширење." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Назив датотеке нема бројевни састојак." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Грешка стварања састојка „%(component)s“. Грешка: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Подфасцикле преузимања „%(folder)s“ су само делимично направљене за " "„%(filetype)s“ „%(source)s“." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Не постоје подаци са којима ће се направити „%(subfolder_file)s“ за " "„%(filename)s“. „%(filetype)s“ није преузета." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Не могу да направим „%(filetype)s“ „%(destination)s“ у „%(folder)s“. " "Датотека преузимања беше „%(source)s“ у „%(device)s“. Није преузета." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Не могу да направим подфасциклу преузимања „%s“." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Не могу да направим подфасциклу резерве „%s“." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Проблеми прегледања „%s“" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Проблеми умножавања из „%s“" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Проблеми приликом довршавања назива датотека и стварања подфасцикли" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Проблеми прављења резерве у „%s“" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s — %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(numeric_day)s. %(month)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s." #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s — %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s —\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Време протекло између узастопних фотографија и снимака које је коришћено за " "исзградњу временске линије" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dm" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5h" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Временска линија групише фотографије и снимке на основу тога колико је " "времена прошло између узастопних снимака. Користите је да препознате " "фотографије и снимке снимљене у различитим периодима у једном дану или у " "току узастопних дана." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Користите клизач (испод) да дотерате време протекло између узастопних " "снимака које је коришћено за изградњу временске линије." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Изградња временске линије на чекању..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Временска линија се изграђује..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Временска линија треба бити поново изграђена јер време измене датотеке не " "одговара времену снимања за један или више снимака.

                                Временска линија " "показује када су снимци снимљени. Време снимања је нађена у мета подацима " "фотографије или снимка. Читање метаподатака изискује времена, тако да Брзи " "преносилац фотографија избегава читање мета података за време прегледања " "датотека. Уместо тога користи време последње измене датотеке као посредника " "за када је обављено снимање. Време снимања је потврђено приликом стварања " "сличица или преузимања, а то је време читања метаподатака." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Пребаци синхронизацију временске линије и премицања сличице (Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Брзи преносилац фотографија" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "„ExifTool“ има проблем

                                Брзи преносилац фотографија користи " "„ExifTool“ да добави мета податке из снимака и фотографија. Програм ће " "радити без њега, али се његова инсталација веома препоручује." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "Проблем са библиотеком „ExifTool“" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "Проблем са библиотеком „libmediainfo“" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Преузми" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "&Освежи..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Поставке" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Изађи" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "&Извештаји грешака" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Очисти завршена преузимања" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Нађи помоћ на мрежи..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "&Савет дана..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Извести о проблему..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Приложите неки динар..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Преведите овај програм..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&О програму..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Временска линија" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Одредиште" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Преименуј" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Резерва" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Укључите или искључите коришћење уређаја прикачених на овај рачунар као " "извора преузимања" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Укључите или искључите коришћење фасцикле на овом рачунару као извор " "преузимања" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Овај рачунар" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Изаберите фасциклу извора" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Све" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Ново" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Покажи:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Време измене" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Проверено стање" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Врста датотеке" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Уређај" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Поређај:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Изабери све:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Преузми „%(files)s“" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Настави преузимање" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Паузирај" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Хвала вам за пријаву проблема у Брзом преносиоцу фотографија" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Промена путање извора овог рачунара

                                Да ли желите да промените " "путању извора у „%(new_path)s“?

                                Тренутно преузимате са " "„%(source_path)s“.

                                Ако измените путању, текуће преузимање са овог " "рачунара биће отказано." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "фотографија" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "снимак" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Не можете изменити одредиште преузимања приликом преузимања." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Потврди одредиште преузимања

                                Да ли сигурно желите да подесите " "одредиште преузимања „%(file_type)s“ у „%(path)s“?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" "\n" "Преузимам све датотеке

                                \n" "Преузимање увек обухвата све датотеке које су означене за преузимање,\n" "укључујући оне које тренутно нису приказане зато што се користи временска\n" "линија или зато што су приказане нове датотеке.

                                \n" "Да ли желите да наставите са преузимањем?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ове фасцикле преузимања су неисправне:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ова фасцикла преузимања је неисправна:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "Неуспех преузимања" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "Преузимање се не може наставити." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Неће бити направљена резерва за фотографије и снимке јер нема места за " "смештај. Да ли још увек желите да започнете преузимање?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Нема уређаја резерве за смештај резерве „%(filetype)s“. Да ли још увек " "желите да започнете преузимање?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "фотографије" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "снимци" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Одредиште резерви фотографија и снимака не постоји или се не може писати " "у њега.

                                Да ли још увек желите да започнете преузимање?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Одредиште резерви „%(filetype)s“ не постоји или се не може писати у " "њега.

                                Да ли још увек желите да започнете преузимање?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Проблем са резервом" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — остало је %(time_left)s (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s је преузето" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s није преузето" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "упозорења" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Сва преузимања су завршена" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s је преузето" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s није преузето" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 неуспех" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d неуспеха" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 упозорење" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d упозорења" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Преузето је %(no_files_and_types)s са „%(devices)s“" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Преузето је %(no_files_and_types)s са „%(devices)s“ — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Није преузета ниједна датотека — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Није преузета ниједна датотека" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Поставке програма су неисправне" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "Све датотека на „%(camera)s“ су неприступачне.

                                Можда је " "закључан или није подешен за пренос датотека помоћу УСБ-а. Можете да га " "откључате и да покушате поново.

                                На неким моделима треба такође да " "измените подешавање да омогућите коришћење УСБ-а за Пренос " "датотека.

                                Сазнајте више о п" "реузимању са фото-апарат и ом" "огућавању преузимања са телефона.

                                Или једноставно, занемарите " "„%(camera)s“." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "Изгледа да се „%(camera)s“ користи у другом програму.

                                Брзи " "преносилац фотографија не може да приступи телефону или фото-апарату који се " "користи у другом програму као што је управник датотека.

                                Ако је уређај " "прикачен у вашем управнику датотека, морате прво да га „избаците“ из другог " "програма док је „%(camera)s“ прикључен.

                                Ако ово не делује, искључите " "„%(camera)s“ из рачунара и поново га прикључите.

                                Сазнајте више о п" "реузимању са фото-апарата и ом" "огућавању преузимања са телефона.

                                Или једноставно занемарите " "„%(camera)s“." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Пробај поново" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "&Занемари овај уређај" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Извините, дошло је до неочекиваног проблема приликом прегледања „%s“." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "На жалост не можете преузети са овог уређаја." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Могуће решење проблема може бити преузимање са меморијске картице фото-" "апарата коришћењем читача картица." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Преглед уређаја није успео" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "„%(camera)s“ не може бити прегледан јер не може бити " "откачен.

                                Можете затворити све друге програме (као што је " "прегледник датотека) који га користе и покушате опет. Ако ово не делује, " "откачите „%(camera)s“ са рачунара и поново га прикачите." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Преузимање не може започети јер „%(camera)s“ не може бити " "откачен.

                                Можете затворити све друге програме (као што је " "прегледник датотека) који га користе и покушате опет. Ако ово не делује, " "откачите „%(camera)s“ са рачунара и поново га прикачите, и изаберите које " "датотеке желите да преузмете." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Приказ завршених преузимања" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "„%s“ чије преузимање је завршено су приказане." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Да ли желите да очистите завршена преузимања?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Приказ завршеног преузимања" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "„%s“ чије преузимање је завршено је приказано." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Да ли желите да очистите завршено преузимање?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Да ли желите да преузмете фотографије и снимке са уређаја " "„%(device)s“?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Да ли желите да занемарите „%s“ приликом сваког покретања програма?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Сви фото-апарати, телефони и таблични уређаји са истим називом модела биће " "занемарени." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Да ли желите да занемарите уређај „%s“ приликом сваког покретања " "програма?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Било који уређај са истим називом биће занемарен." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Преузимам са „%(location)s“ на овом рачунару." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" "Да ли заиста желите да преузмете одавде?

                                На неким системима, " "претраживање те путање може да потраје." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Стварам сличице за „%s“" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Претражујем „%s“" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s од %(available files)s је означено за преузимање (скривених " "%(hidden)s)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s од %(available files)s је означено за преузимање" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Приказује бројеве издања програма и његових библиотека и излази." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Приказује податке о програму када ради са линије наредби." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "Приказује податке прочишћавања када ради са линије наредби." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Исписује наставке датотека фотографија и снимака које програм препознаје и " "излази." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Укључите или искључите преименовање фотографија." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Укључите или искључите преименовање снимака." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Укључите или искључите аутоматско откривање уређаја са кога преузимати." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Укључите или искључите преузимање са овог рачунара." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "ПУТАЊА" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "ПУТАЊА на овом рачунару са које ће се вршити преузимање." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "ПУТАЊА на коју ће фотографије бити преузете." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "ПУТАЊА на коју ће снимци бити преузети." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Укључите или искључите прављење резерви фотографија и снимака за време " "преузимања." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "Укључите или искључите аутоматско откривање уређаја преузимања." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "ФАСЦИКЛА" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "ФАСЦИКЛА у којој се чувају резерве на аутоматски откривеним уређајима " "резерви фотографија, са називом фасцикле коришћеним за одређивање да ли се " "уређај користи за резерве или не. За сваки уређај који желите да користите " "за резерве фотографија, направите фасциклу са овим називом." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "ФАСЦИКЛА у којој се чувају резерве на аутоматски откривеним уређајима " "резерви снимака, са називом фасцикле коришћеним за одређивање да ли се " "уређај користи за резерве или не. За сваки уређај који желите да користите " "за резерве снимака, направите фасциклу са овим називом." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТАЊА где ће бити направљена резерва фотографија када је аутоматско " "откривање уређаја резерве искључено." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТАЊА где ће бити направљена резерва снимака када је аутоматско откривање " "уређаја резерве искључено." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Занемари фотографије са следећим наставцима: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Укључите или искључите започињање преузимања по самом покретању програма." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Укључите или искључите започињање преузимања по самом уметању уређаја." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Укључите или искључите коришћење оставе сличица Брзог преносиоца " "фотографија. Искључивање неће обрисати постојеће садржаје оставе." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Обришите све сличице у остави сличица Брзог преносиоца фотографија, и " "изађите." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Заборавите које су датотеке претходно биле преузете, и изађите." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Увезите поставке из из старог издања програма и изађите. Захтева програм " "линије наредби „gconftool“-2." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Повратите сва подешавања програма на њихове основне вредности, обришите све " "сличице у остави сличица, заборавите које су датотеке биле претходно " "преузете, и изађите." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "Укључите „gphoto2“ податке прочишћавања у датотеке дневника." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "Испишите податке у терминал о прикаченим фото-апаратима и изађите." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Да увезете поставке из старог издања Брзог преносиоца фотографија, морате да " "инсталирате програм „gconftool-2“." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Нисам открио претходне поставке програма: излазим." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Увозим поставке из Брзог преносиоца фотографија %(version)s" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Да ли желите да умножите сачувани број низа, који има вредност %d?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Прекид програма." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Никада не покрећите овај програм као администратор." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Морате да инсталирате „ExifTool“ да бисте покренули Брзог преносиоца " "фотографија." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Брзи преносник фотографија је инсталиран на неколико места.\n" "\n" "Уклоните све умношке изузев издања којежелите да покренете." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Приликом навођења путање на линији наредби, немојте такође наводити\n" "опцију за аутоматско откривање уређаја или путање на „Овом уређају“." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Сва подешавања и оставе су враћене на основне вредности." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Остава сличица је повраћена." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Запамћене датотеке су заборављене." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Запамти овај избор" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Не питај ме о овоме поново" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Не упозоравај ме о овоме поново" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Не упозоравај ме опет о библиотекама програма које недостају или су оштећене" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "подфасцикла и назив датотеке" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "назив датотеке" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "подфасцикла" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Бројач преузимања у једном дану" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Данашња преузимања:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Бројач који се памти при сваком покретању програма " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Сачувани бројеви:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "Време на које ће број низа данашњих преузимања бити враћено" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Почетак дана:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Усагласи СИРОВУ и ЈПЕГ" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Усагласите бројеве низа за поклапање парова сирових и ЈПЕГ.\n" "\n" "Погледајте документацију на мрежи за више појединости." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Низ бројева" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Избаци неподржане знакове" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Да ли из назива фотографија, снимака и фасцикли треба уклонити знакове који " "нису подржани на другим оперативним системима" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Сагласност" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Преименовање фотографија" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Преименовање снимака" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Опције преименовања" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фотографије и снимци" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фотографије или снимци" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "снимак" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 снимак" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "фотографија" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 фотографија" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "„%(path)s“ на „%(camera)s“" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Фотографија" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Снимак" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Корен система датотека" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Слике" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Снимљено %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Измењено %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Меморијске картице: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Меморијска картица: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Преузето као:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" "

                                Претходно преузимање:
                                %(filename)s
                                %(path)s
                                %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "

                                Ручно подесите као претходно преузето %(date)s" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Путања умножавања" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Означи датотеку преузетом" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Означи датотеке преузетим" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "„%(first_item)s“ и „%(last_item)s“" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "један" #: ../raphodo/utilities.py:575 msgid "two" msgstr "два" #: ../raphodo/utilities.py:576 msgid "three" msgstr "три" #: ../raphodo/utilities.py:577 msgid "four" msgstr "четири" #: ../raphodo/utilities.py:578 msgid "five" msgstr "пет" #: ../raphodo/utilities.py:579 msgid "six" msgstr "шест" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "седам" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "осам" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "девет" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "десет" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "једанаест" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "дванаест" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "тринаест" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "четрнаест" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "петнаест" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "шеснаест" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "седамнаест" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "осамнаест" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "деветнаест" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "двадесет" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&У реду" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Затвори" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Откажи" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Сачувај" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "По&моћ" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Врати подразумевано" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Да" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Не" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Преузмите, преименујте и направите резерву фотографија и снимака са фото-" "апарата и других уређаја" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Брзи преносилац фотографија увози фотографије и снимке са фото-апарата, " "телефона, меморијских картица и осталих уређаја великом брзином. Може бити " "подешен да преименује фотографије и снимке схавтљивим називима датотека које " "наведете. Може такође да направи резерве фотографија и снимака по њиховом " "преузимању. Преузима са и прави резерву на више уређаја истовремено." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Јединствено за Брзог преносиоца фотографија је његова временска линија, која " "групише фотографије и снимке на основу тога колико је времена прошло између " "узастопних снимака. Користите је да препознате фотографије и снимке снимљене " "у различитим периодима у једном дану или у току узастопних дана." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Написао га је фотограф за фотографе професионалце и аматере, Брзи преносилац " "фотографија је лак за подешавање и коришћење. Поставке програма су подешене " "без потребе за компликованим шифрама. Општи задаци могу бити аутоматизовани, " "као откачињање меморијске картице када се заврши преузимање." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Главни прозор" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Преименујем" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Преносилац фотографија" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "фотографија;преузми;увези;снимак;фото-" "апарат;телефон;резерва;меморија;картица;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Преузмите фотографије и снимке са Брзим преносиоцем фотографија" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париз" #~ msgid "New York" #~ msgstr "Београд" #~ msgid "Prague" #~ msgstr "Праг" #~ msgid "Manila" #~ msgstr "Софија" #~ msgid "Wellington" #~ msgstr "Нови Сад" #~ msgid "Helsinki" #~ msgstr "Зајечар" #~ msgid "Kampala" #~ msgstr "Будва" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "Москва" #~ msgid "Budapest" #~ msgstr "Будимпешта" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Madrid" #~ msgstr "Мадрид" #, python-format #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Download cannot proceed" #~ msgstr "Не могу да наставим преузимање" #~ msgid "scanning..." #~ msgstr "претражујем уређај..." #~ msgid "Size" #~ msgstr "Величина" #~ msgid "Download Progress" #~ msgstr "Напредак преузимања" #~ msgid "_Remember this choice" #~ msgstr "_Запамти овај избор" #~ msgid "and" #~ msgstr "и" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Преостало је %(minutes)i:%(seconds)02i" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Преостала је 1 секунда" #~ msgid "About 1 minute remaining" #~ msgstr "Преостао је 1 минут" #, python-format #~ msgid "and %s" #~ msgstr "и %s" #~ msgid "Name + extension" #~ msgstr "Назив + наставак" #~ msgid ":" #~ msgstr ":" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " чч:мм" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Сагласност са осталим оперативним системима" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Example:" #~ msgstr "Пример:" #~ msgid "New:" #~ msgstr "Нова:" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Сам пронађи преносне меморијске уређаје" #~ msgid "Rename Options" #~ msgstr "Опције за преименовање" #~ msgid "Device Detected" #~ msgstr "Пронађен је нови уређај" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Очисти завршена преузимања" #~ msgid "_Add..." #~ msgstr "_Додај..." #~ msgid "Error Log" #~ msgstr "Испис грешака" #~ msgid "Sequence Numbers" #~ msgstr "Низ бројева" #~ msgid "Rename Options" #~ msgstr "Опције преименовања" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Извор: %(source)s" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Грешка у поставкама за преименовање фотографија" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Изаберите фасциклу која садржи %(file_types)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s од %(total)s %(filetypes)s" #~ msgid "Photos:" #~ msgstr "Фотографије:" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Преименовање фотографија\t" #~ msgid "Photo Rename" #~ msgstr "Преименовање фотографија" #~ msgid "Automatically detect devices" #~ msgstr "Сам пронађи уређаје" #~ msgid "Devices" #~ msgstr "Уређаји" #~ msgid "Photo Rename" #~ msgstr "Преименовање фотографија" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s од %(total)s %(filetypes)s (преостаје %(remaining)s)" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Грешка: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Фотографије су већ преузете" #~ msgid "_File" #~ msgstr "_Датотека" #~ msgid "_Select" #~ msgstr "_Изабери" #~ msgid "Free space:" #~ msgstr "Слободан простор:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Фасцикла: %s" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Датотека: %(file)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Грешка: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Метаподаци су можда неисправни." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "The following metadata is missing: " #~ msgstr "Недостају следећи метаподаци: " #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, и %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Путања: %s" #~ msgid "_Download" #~ msgstr "_Преузми" #~ msgid "Next File" #~ msgstr "Следећа датотека" #~ msgid "Previous File" #~ msgstr "Претходна датотека" #~ msgid "Miscellaneous" #~ msgstr "Остало" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Изгради умањене приказе (спорије)" #~ msgid "_Include in download" #~ msgstr "_Укључи у преузето" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Да уклоним све запамћене путање?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Да ли да уклоним све запамћене путање?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Да уклоним све занемарене путање?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Да ли да уклоним све занемарене путање?" #~ msgid "Invalid regular expression" #~ msgstr "Неисправан регуларни израз" #~ msgid "Device Options" #~ msgstr "Опције уређаја" #~ msgid "Device Options" #~ msgstr "Опције уређаја" #~ msgid "Use _python-style regular expressions" #~ msgstr "Користи _регуларни израз у Питоновом стилу" #~ msgid "Remembered Paths" #~ msgstr "Запамћене путање" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Да ли заиста желите да преузмете слике одавде? На неким системима " #~ "претраживање те путање може да потраје." #~ msgid "Auto Detect" #~ msgstr "Сам одреди" #~ msgid "Move" #~ msgstr "Премести" #~ msgid "To" #~ msgstr "У" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Сам окрени слике" #~ msgid "Copy" #~ msgstr "Умножи" #~ msgid "Backing up error" #~ msgstr "Грешка прављења резерве" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Назив датотеке, проширење и Ексиф подаци указују да је датотека већ преузета." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Грешка приликом прављења резерве на следећим уређајима: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Већ постоји резерва на овим местима: " #~ msgid "Multiple problems were encountered" #~ msgstr "Дошло је до више грешака" #~ msgid "there were errors backing up" #~ msgstr "дошло је до грешака при прављењу резерве" #~ msgid "There were errors backing up" #~ msgstr "Дошло је до грешака при прављењу резерве" #~ msgid "there was an error backing up" #~ msgstr "дошло је до грешке при прављењу резерве" #~ msgid "There was an error backing up" #~ msgstr "Дошло је до грешке при прављењу резерве" #~ msgid "_Make a Donation..." #~ msgstr "_Приложите неки динар..." #~ msgid "_Translate this Application..." #~ msgstr "_Преведите овај програм..." #~ msgid "_Check All" #~ msgstr "Изабери _све" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Усагласи називе РАВ и ЈПЕГ слика" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Уколико омогућите аутоматско налажење преносних уређаја, то може да потраје " #~ "када је преносни уређај велики јер ће бити претражен у потпуности.\n" #~ "\n" #~ "При налажењу одговарајућег уређаја бићете упитани да ли желите да га " #~ "претражите или не." #~ msgid "Backup\t" #~ msgstr "Резерва\t" #~ msgid "Backup" #~ msgstr "Резерва" #~ msgid "Backup" #~ msgstr "Резерва" #~ msgid "Performance" #~ msgstr "Учинак" #~ msgid "Help" #~ msgstr "Помоћ" #~ msgid "Check All Photos" #~ msgstr "Изабери све фотографије" #~ msgid "Check All Videos" #~ msgstr "Изабери све снимке" #~ msgid "About..." #~ msgstr "О програму..." #~ msgid "Quit" #~ msgstr "Изађи" #~ msgid "Refresh" #~ msgstr "Освежи" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ниједан уређај резерве не садржи исправну фасциклу за стварање резерве " #~ "„%(filetype)s“" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Резерва „%(file_type)s“ је преписана" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "није направљена резерва за „%(file_type)s“" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "„%(filetype)s“ није исправно преузета" #~ msgid "An unknown error occurred" #~ msgstr "Дошло је до непознате грешке" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Провера датотеке није успела. Преузето издање се разликује од изворног." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Провера датотеке на „%(volume)s“ није успела. Издање резерве се разликује од " #~ "преузетог издања." #~ msgid "File verification failed on these devices: " #~ msgstr "Провера датотеке није успела на овим уређајима: " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s није откачен" #~ msgid "the root of the file system" #~ msgstr "корен система датотека" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Преузми са „%(location)s“." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Преостало је %i секунде" #~ msgid "From" #~ msgstr "Са" #~ msgid "Select a folder to download photos to" #~ msgstr "Изаберите фасциклу за смештај фотографија" #~ msgid "Videos:" #~ msgstr "Снимке:" #~ msgid "Select a folder to download videos to" #~ msgstr "Изаберите фасциклу за смештај снимака" #~ msgid "Using backup devices" #~ msgstr "Употреба уређаја резерве" #~ msgid "Using backup device" #~ msgstr "Употреба уређаја резерве" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s је слободно" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Правим резерву фотографија и снимака у „%(path)s“" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Правим резерву у „%(path)s“" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Правим резерву слика у „%(path)s“ и снимака у „%(path2)s“" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. у „%(backuppaths)s“." #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Фасцикла за преузимање „%(file_type)s“ датотека не постоји" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Фасцикла за преузимање „%(file_type)s“ датотека је неисправна" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Фасцикла за преузимање „%(file_type)s“ датотека није уписива" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "исписује податке о програму на линији наредби за време рада програма " #~ "(основно: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "приказује податке прочишћавања када ради са линије наредби" #~ msgid "only output errors to the command line" #~ msgstr "исписује грешке само на линији наредби" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "исписује проширења подржаних слика и снимака које програм препознаје и излази" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "сам открива уређаје са којих ће преузети, преписујући постојеће поставке " #~ "програма" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ручно наводи ПУТАЊУ уређаја са ког ће преузети, преписујући постојеће " #~ "поставке програма" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "враћа све поставке на основне и излази" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Грешка: наведите само-откривање уређаја или ручно наведите путању уређаја са " #~ "којих се преузима, али не оба истовремено." #~ msgid "All settings and preferences have been reset" #~ msgstr "Сва подешавања и поставке су враћене на основне вредности" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Не могу да направим директоријум одредишта: %(directory)s\n" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Извор: %(source)s\n" #~ "Одредиште: %(destination)s" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Већ постоји резерва за „%(file_type)s“" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Да ли да преузмем фотографије или снимке са овог уређаја/партиције?" #~ msgid "Remove all Job Codes?" #~ msgstr "Да уклоним све шифре послова?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Да ли да уклоним све шифре послова?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Грешка у поставкама за преименовање снимака" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Грешка у поставкама садржаних фасцикли за преузете фотографије" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Грешка у поставкама садржаних фасцикли за преузети снимак" #~ msgid "Enter a Job Code" #~ msgstr "Унесите шифру посла" #~ msgid "Job Code:" #~ msgstr "Шифра посла:" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Изаберите фасциклу за смештај резерви фотографија" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Изаберите фасциклу за смештај резерви снимака" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Упозорење: Нема довољно метаподатака за образовање пуног назива. " #~ "Искористите друге опције за преименовање." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Упозорење: Нема довољно метаподатака за образовање садржаних " #~ "фасцикли. Искористите другу опцију за именовање садржаних фасцикли." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Унете поставке садржане фасцикле „%(filetype)s“ нису исправне и неће бити " #~ "коришћене.\n" #~ "Враћам поставке на основне вредности." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Следећи изрази су неисправни и биће уклоњени уколико их не исправите:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Следећи израз је неисправан и биће уклоњен уколико га не исправите:\n" #~ " %s" #~ msgid "externaldrive1" #~ msgstr "1. спољни уређај" #~ msgid "externaldrive2" #~ msgstr "2. спољни уређај" #~ msgid "Tehran" #~ msgstr "Ниш" #~ msgid "Sydney" #~ msgstr "Пирот" #~ msgid "Delhi" #~ msgstr "Ваљево" #~ msgid "Jakarta" #~ msgstr "Чачак" #~ msgid "Stockholm" #~ msgstr "Вршац" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Вредност датума и времена „%s“ изгледа да је неисправна." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Грешка стварања састојка назива „%s“." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Не могу да читам „%(filetype)s“ метаподатке" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Не могу да створим „%(filetype)s %(area)s“" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Грешка приликом умножавања „%(filetype)s“" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "Већ постоји „%(filetype)s“" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Не могу да направим резерву „%(filetype)s“ датотека јер нисам нашао " #~ "одговарајућу путању." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "„%(filetype)s“ је већ преузето" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Постојећи „%(filetype)s“ је измењен %(date)s у %(time)s. Додат је " #~ "јединствени одредник „%(identifier)s“." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Постојећи „%(filetype)s“ је измењен %(date)s у %(time)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Не постоје подаци са којима ће се именовати „%(filetype)s“." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Резерва је смештена на „%(volume)s“" #~ msgid " It was backed up to these devices: " #~ msgstr " Резерва је смештена на следећим уређајима: " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "„%(volumes)s“ и „%(final_volume)s“." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Откривене су фотографије са истим називом датотека, али сликане у различито " #~ "време: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Грешка приликом прављења резерве на „%(volume)s“: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Грешка приликом прављења резерве на „%(volume)s“." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "„%(volumes)s“ и „%(volume)s“ (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "„%(volumes)s“ и „%(volume)s“." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Већ постоји резерва на „%(volume)s“." #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Преписана је резерва на „%(volume)s“." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Преписане су резерве на овим уређајима: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Грешка приликом стварања директоријума на „%(volume)s“: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Грешка приликом стварања директоријума на следећим уређајима: " #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "„%(previousproblem)s“ додатно, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Такође, дошло је и до „%(problems)s“." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Такође, дошло је и до „%(problem)s“." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "„%(missing_metadata_elements)s“ и „%(final_missing_metadata_element)s“." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Проблеми стварања садржане фасцикле и назива датотеке" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Проблем стварања садржане фасцикле и назива датотеке" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Проблеми стварања „%s“" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Проблем стварања „%s“" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Већ постоји „%(filetype)s“, али је направљена резерва" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Дошло је до грешке приликом умножавања „%(filetype)s“, али је направљена " #~ "резерва" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Откривене су фотографије са истим називом, које су сликане у различито време" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "прегледам (нађох %(photos)s фотографије и %(videos)s снимка)..." #~ msgid "Failed to create download subfolder" #~ msgstr "Не могу да направим садржану фасциклу за преузимање" #~ msgid "_Get Help Online..." #~ msgstr "Помоћ на _мрежи..." #~ msgid "_Report a Problem..." #~ msgstr "_Пријавите грешке..." #~ msgid "_Uncheck All" #~ msgstr "_Поништи избор" #~ msgid "Download / Pause" #~ msgstr "Преузми / Застани" #~ msgid "Select All Without _Job Code" #~ msgstr "Изабери све _без шифре посла" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Изабери све _са шифром посла" #~ msgid "_View" #~ msgstr "_Преглед" #~ msgid "_Error Log" #~ msgstr "Дневник _грешака" #~ msgid "_Help" #~ msgstr "По_моћ" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Поставке Брзог преносиоца фотографија" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Фасцикле за преузете " #~ "фотографије" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Пример: „/home/user/Фотографије“" #~ msgid "Download Subfolders" #~ msgstr "Садржане фасцикле за преузимања" #~ msgid "Download folder:" #~ msgstr "Фасцикла за смештај:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Изаберите фасциклу за чување преузетих фотографија. Садржане фасцикле биће " #~ "направљене на основу задатог редоследа." #~ msgid "Download Folder" #~ msgstr "Фасцикла за преузимања" #~ msgid "Photo Folders" #~ msgstr "Фасцикле за фотографије" #~ msgid "Original:" #~ msgstr "Изворна:" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Фасцикла за преузете снимке" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Извините, преузимање снимака је искључено. За преузимање снимака " #~ "инсталирајте „hachoir metadata“ и „kaa metadata“ за Питон, или " #~ "„exiftool“." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Изаберите фасциклу за чување снимака. Садржане фасцикле биће направљене на " #~ "основу задатог редоследа." #~ msgid "Video Folders" #~ msgstr "Фасцикле снимака" #~ msgid "Video Rename\t" #~ msgstr "Преименовање снимака\t" #~ msgid "Video Rename" #~ msgstr "Преименовање снимака" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Наведите време 24-часовног записа на које ће вредност данашњих " #~ "преузимања бити враћена." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Одредите да ли из назива фотографија, снимака и фасцикли треба уклонити " #~ "знакове који нису подржани на другим оперативним системима." #~ msgid "Job Codes" #~ msgstr "Шифре послова" #~ msgid "Job Codes" #~ msgstr "Шифре послова" #~ msgid "R_emove All" #~ msgstr "Уклони _све" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Уређаји са којих се преузимају слике или снимци, као што су фото-апарати, " #~ "меморијске картице или преносна складишта.\n" #~ "\n" #~ "Можете преузимати податке са више уређаја у исто време или уместо уређаја " #~ "изабрати одређено место са вашег диска.\n" #~ "\n" #~ "Директно преузимање са фото-апарата је још увек у развојној фази. Уколико " #~ "приметите да је брзина преузимања мала, или да преузимање уопште не ради, " #~ "поставите апарат у ПТП режим или купите читач картица." #~ msgid "Location:" #~ msgstr "Путања:" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Уколико искључите аутоматско налажење уређаја, изаберите место до " #~ "фотографија и снимака." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запамћене путање су оне придружене уређајима које желите увек да претражите " #~ "или занемарите при самосталном тражењу уређаја." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Унесите део назива путања које желите да занемарите приликом претраживања " #~ "уређаја. Све путање које се завршавају овим називом биће занемарене." #~ msgid "Re_move All" #~ msgstr "Уклони _све" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Наведите фасциклу на уређају у којој се чувају резерве. \n" #~ "\n" #~ "Напомена: ово одређује и да ли се уређаји користе као резервни. Унутар " #~ "сваког резервног уређаја морате направити фасциклу са неким од ових " #~ "назива." #~ msgid "Photo backup folder name:" #~ msgstr "Назив фасцикле резерве за фотографије:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "„/media/Спољни_уређај/Фотографије“" #~ msgid "Video backup folder name:" #~ msgstr "Назив фасцикле резерве за снимке:" #~ msgid "Program Automation" #~ msgstr "Осамостаљивање програма" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Откачи (избаци) уређај након успешног преузимања" #~ msgid "Verify files as they are downloaded" #~ msgstr "Провери датотеке након преузимања" #~ msgid "Error Handling" #~ msgstr "Руковање грешкама" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Сукоби назива снимака и фотографија" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Када је већ преузета фотографија или снимак са истим називом, изаберите или " #~ "да је прескочите или да јој додате јединствену ознаку." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Приликом прављења резерве, изаберите да ли ће датотека са истим називом бити " #~ "преписана на уређају резерве или ће бити прескочена приликом прављења " #~ "резерве." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Увезите ваше фотографије и снимке брзо и поуздано" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/sv.po0000644000175000017500000047464314562557501016653 0ustar00damondamon# Swedish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:23+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: sv\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Tack till" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Översättare" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Hittade inga enheter för säkerhetskopiering" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan säkerhetskopiera dina bilder och filmer till flera mål när de " "överförs, till exempel externa hårddiskar." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Säkerhetskopiera bilder och filmer under överföringen" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Hitta enheter för säkerhetskopiering automatiskt" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Exempel:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Om du inaktiverar automatisk sökning, måste du ange exakta platser för " "säkerhetskopiorna." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Plats för säkerhetskopiering av bilder:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Välj plats för säkerhetskopiering av bilder" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Plats för säkerhetskopiering av filmer:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Välj plats för säkerhetskopiering av filmer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "disk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "disk2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Uppskattad storlek för säkerhetskopian" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Säkerhetskopieringsalternativ" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "ljud" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s bilder" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s filmer" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Används" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ledigt utrymme saknas på %(size_total)s enheten" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledigt av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Filmer" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "Uppskattad lagringsanvändning efter hämtning" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Anpassad..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Ställ in skapandet av undermappar för bilder" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Ställ in skapandet av undermappar för filmer" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Undersöker enheten..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Ignorera enheten tillfälligt" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Ignorera enheten permanent" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Sök igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s använt" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Annan" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kameror" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Enheter" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "Hämtar från %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Välj källa" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s kameror" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Ett par sekunder" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "En sekund" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d minuter" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 timme" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d timmar" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 dygn" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d dygn" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuter, 1 sekund" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 timme, 1 minut" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 timme, %d minuter" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d timmar, 1 minut" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timmar, %(minutes)d minuter" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 dygn, 1 timme" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 dygn, %d timmar" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d dygn, 1 timme" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dygn, %(hours)d timmar" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Datumtid" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Fototillfälle" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Igår" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Nedladdningsögonblick" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Filändelse" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Filmnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Bländare" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Exponeringstid" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Brännvidd" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kameratillverkare" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Förkortning på kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Utökad förkortning på kameramodell" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Serienummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Antal exponeringar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Enbart mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Mapp och fil" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Ägarens namn" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Avkodare" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Bredd" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Höjd" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Längd" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Bildrutor per sekund" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Artist" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Upphovsrätt" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Överföringar idag" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Sessionsnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Nummer på undermapp" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Tidigare sekvensnummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Sekvensbokstav" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Enbart siffror" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Senaste siffra" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Senaste två siffrorna" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Senaste tre siffrorna" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Senaste fyra siffrorna" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Använd ursprungligt skiftläge" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "VERSALER" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "gemener" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "En siffra" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Två siffror" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Tre siffror" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Fyra siffror" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Fem siffror" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Sex siffror" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Sju siffror" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Sekunddelar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "ÅÅÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "ÅÅ-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Månad (fullständigt namn)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Månad (förkortad)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (minuter)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Fototillfälle" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Ange ett nytt fototillfälle, eller välj något av de tidigare" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Ange ett nytt fototillfälle" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Stigande" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Fallande" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Fototillfällen" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Inställningar" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Miniatyrbilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Felhantering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Ignorerade sökvägar" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Påbörja överföringen när programmet startar" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Påbörja överföring när en enhet sätts i" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Avsluta programmet när överföringen är färdig" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Avsluta programmet även om fel eller varningar uppstod" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Hoppa över överföring" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Lägg till unik identifierare" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Skriv över" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Hoppa över" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Ange sökväg att ignorera" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Ange en sökväg som aldrig kommer att avsökas efter bilder eller videor" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Sökväg:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Inställningen för undermappar ska inte börja med %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Inställningen för undermappar ska inte sluta med %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Inställningen för undermappen ska inte innehålla två %s i rad" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s togs den %(image1_date)s kl. %(image1_time)s och %(image2)s den " "%(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata saknas." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnamnet saknar filändelse." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnamnet saknar sekvensnummer." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1,5t" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperar bilder och filmer baserat på hur lång tid som förflutit " "mellan tagningarna. Använd den för att identifiera bilder och filmer som " "tagits vid olika tidpunkter samma dag, eller över flera dagar." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Använd handtaget (nedanför) för att justera tiden mellan tagningarna, som " "används för att bygga tidslinjen." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Tidslinjen byggs nu upp..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Starta överföringen" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Inställningar" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Avsluta" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Rensa genomförda hämtningar" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Få hjälp på nätet..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Rapportera problem..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Donera..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Översätt detta program..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Om..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Mål" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Byt namn" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Säkerhetskopiera" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "Slå på eller stäng av anslutna enheter som källa för hämtningen" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Slå på eller stäng av användandet av en mapp på datorn som källa för " "hämtningen" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Den här datorn" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Välj en källmapp" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Alla" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Visa:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Ändringstid" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Filtyp" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sortera:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Markera alla:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "Hämta %(files)s" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "Återuppta hämtning" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "bild" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "film" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "Du kan inte ändra målet för hämtningen när en hämtning pågår." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bekräfta ändring av målmapp

                                Är du säker på att %(file_type)s " "ska hämtas till %(path)s?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Följande nedladdningsmappar är ogiltiga:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denna nedladdningsmapp är ogiltig:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "filmer" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Ett problem uppstod vid säkerhetskopieringen" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s återstår (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s hämtades" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s gick inte att hämta" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "varningar" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Alla överföringar är färdiga" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s hämtades" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s gick inte att hämta" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 fel" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d fel" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 varning" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d varningar" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Hämtade %(no_files_and_types)s från %(devices)s" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Hämtade %(no_files_and_types)s från %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Inga filer hämtades— %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Inga filer hämtades" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Programinställningarna är ogiltiga" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Försök igen" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Vill du ignorera %s när programmet körs?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Alla kameror, telefoner och surfplattor med samma modellnamn kommer att " "ignoreras." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "Skapar förhandsvisningar för %s" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "Läser in %s" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s markerade för hämtning (%(hidden)s hidden)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s av %(available files)s markerade för hämtning" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "SÖKVÄG" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Alla inställningar har nollställts." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Alla inställningar har nollställts." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "undermapp och filnamn" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "undermapp" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Antalet överföringar idag:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Lagrat nummer:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Dagen börjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Avlägsna inkompatibla tecken" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilder och filmer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilder eller filmer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Bild" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Stäng" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&Avbryt" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, python-format #~ msgid "Example: %s" #~ msgstr "Exempel: %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "externaldrive1" #~ msgstr "extern_enhet_1" #~ msgid "externaldrive2" #~ msgstr "extern_enhet_2" #~ msgid "scanning..." #~ msgstr "söker av..." #~ msgid "Backing up error" #~ msgstr "Fel vid säkerhetskopiering" #~ msgid "Size" #~ msgstr "Storlek" #~ msgid "Download Progress" #~ msgstr "Överföringsförlopp" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnummer" #~ msgid "and" #~ msgstr "och" #~ msgid "Using backup device" #~ msgstr "Använder enhet för säkerhetskopiering" #~ msgid "Using backup devices" #~ msgstr "Använder enheter för säkerhetskopiering" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Ungefär %(minutes)i:%(seconds)02i minuter återstår" #, python-format #~ msgid "and %s" #~ msgstr "och %s" #~ msgid "Name + extension" #~ msgstr "Namn + filändelse" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andra operativsystem" #~ msgid "Example" #~ msgstr "Exempel" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Exempel:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "Error Handling" #~ msgstr "Felhantering" #~ msgid "Backup\t" #~ msgstr "Säkerhetskopiering\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Hitta bärbara lagringsenheter automatiskt" #~ msgid "Error Log" #~ msgstr "Fellogg" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Inställningar: Rapid Photo Downloader" #~ msgid "_Report a Problem..." #~ msgstr "_Rapportera ett fel..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Töm slutförda överföringar" #~ msgid "_Get Help Online..." #~ msgstr "_Få hjälp online" #~ msgid "_Error Log" #~ msgstr "_Fellogg" #~ msgid "_Make a Donation..." #~ msgstr "_Donera..." #~ msgid "_Help" #~ msgstr "_Hjälp" #~ msgid "_Translate this Application..." #~ msgstr "_Översätt programmet..." #~ msgid "_View" #~ msgstr "_Visa" #~ msgid "Job Code:" #~ msgstr "Fototillfälle:" #~ msgid "Job Codes" #~ msgstr "Fototillfällen" #~ msgid "Job Codes" #~ msgstr "Fototillfällen" #~ msgid "Enter a Job Code" #~ msgstr "Ange fototillfälle" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manilla" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsingfors" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Device Detected" #~ msgstr "Enhet hittad" #~ msgid "_Remember this choice" #~ msgstr "_Kom ihåg mitt val" #~ msgid "_Add..." #~ msgstr "_Lägg till..." #~ msgid "R_emove All" #~ msgstr "_Ta bort alla" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Källa: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Ta bort alla fototillfällen?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Vill du ta bort alla fototillfällen?" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fel i inställningarna för filmöverföring" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fel i inställningarna för bildöverföring" #~ msgid "Select a folder to download videos to" #~ msgstr "Välj en katalog att överföra filmer till" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fel i inställningarna för filmnamnbyte" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fel i inställningarna för bildnamnbyte" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nollställ alla inställningar och avsluta" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alla inställningar har nollställts" #~ msgid "Photos:" #~ msgstr "Bilder:" #~ msgid "Videos:" #~ msgstr "Filmer:" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Säkerhetskopierar till %(path)s" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exempel: /home/user/Bilder" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Bild- och filmnamnkonflikter" #~ msgid "Devices" #~ msgstr "Enheter" #~ msgid "Video Download Folders" #~ msgstr "Filmöverföringsmappar" #~ msgid "Automatically detect devices" #~ msgstr "Hitta enheter automatiskt" #~ msgid "Location:" #~ msgstr "Plats:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Överför dina bilder och filmer snabbt och enkelt" #~ msgid "Backup" #~ msgstr "Säkerhetskopia" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s enheter avmonterades inte" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tillgängligt" #~ msgid "Free space:" #~ msgstr "Ledigt utrymme:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Säkerhetskopierar bilder och filmer till %(path)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s återstår)" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s nedladdningsmapp är inte skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mapp: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s nedladdningsmapp är ogiltig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s nedladdningsmapp saknas" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Ta bort alla sparade sökvägar?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Ska alla sparade sökvägar tas bort?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Ska alla ignorerade sökvägar tas bort?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Ta bort alla ignorerade sökvägar?" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fel: %(inst)s" #~ msgid "Invalid regular expression" #~ msgstr "Ogiltigt reguljärt uttryck" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Ett fel uppstod när nummer %s skulle skapas." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ett fel uppstod när %(filetype)s skulle kopieras" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunde inte skapas." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finns redan" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s kunde inte säkerhetskopieras, eftersom ingen plats för " #~ "säkerhetskopior hittades." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s är redan nedladdad" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Den existerande %(filetype)s ändrades senast den %(date)s kl %(time)s. Den " #~ "har fått '%(identifier)s' som unik identifierare." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Det saknas data för att namnge %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fel: %(errorno)s %(strerror)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Den har säkerhetskopierats till %(volume)s" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s och %(volume)s (%(inst)s)." #~ msgid " It was backed up to these devices: " #~ msgstr " Den har säkerhetskopierats till följande enheter: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s och %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s och %(volume)s." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Bilden har redan överförts" #, python-format #~ msgid "Path: %s" #~ msgstr "Sökväg: %s" #~ msgid "Select All Without _Job Code" #~ msgstr "Markera alla som sakna_r fototillfälle" #~ msgid "Next File" #~ msgstr "Nästa fil" #~ msgid "Previous File" #~ msgstr "Föregående fil" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "_Uncheck All" #~ msgstr "_Avmarkera allt" #~ msgid "_Include in download" #~ msgstr "_Ta med i överföring" #~ msgid "_Download" #~ msgstr "_Överför" #~ msgid "_Check All" #~ msgstr "_Markera allt" #~ msgid "_File" #~ msgstr "_Arkiv" #~ msgid "_Select" #~ msgstr "_Markera" #~ msgid "Device Options" #~ msgstr "Enhetsinställningar" #~ msgid "Device Options" #~ msgstr "Enhetsinställningar" #~ msgid "Performance" #~ msgstr "Prestanda" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finns redan, men säkerhetskopierades" #~ msgid "The following metadata is missing: " #~ msgstr "Följande metadata saknas: " #~ msgid "Remembered Paths" #~ msgstr "Sparade sökvägar" #~ msgid "Re_move All" #~ msgstr "Ta bo_rt alla" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Sparade sökvägar är sådana som förknippas med enheter där du har valt att " #~ "alltid avsöka eller ignorera, när automatisk avsökning är påslaget." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "Ange namnändelse på sökvägar som du inte vill att de ska avsökas." #~ msgid "Copy" #~ msgstr "Kopiera" #~ msgid "Move" #~ msgstr "Flytta" #~ msgid "From" #~ msgstr "Från" #~ msgid "Auto Detect" #~ msgstr "Upptäck automatiskt" #~ msgid "To" #~ msgstr "Till" #~ msgid "the root of the file system" #~ msgstr "filsystemets rotmapp" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotera JPEG-bilder automatiskt" #~ msgid "Select a folder to download photos to" #~ msgstr "Välj en mapp att överföra bilder till" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Säkerhetskopierar bilder till %(path)s och filmer till %(path2)s" #~ msgid "display debugging information when run from the command line" #~ msgstr "visa debug-information när programmet körs från kommandoraden" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fel: Aktivera antingen automatisk upptäckt av enheter eller ange en sökvägen " #~ "manuellt. Du kan inte välja båda." #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "visa de filändelser som programmet stödjer och avsluta" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Målmappen kunde inte skapas: %(directory)s\n" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ange SÖKVÄGEN manuellt till den enhet från vilken du önskar hämta objekt och " #~ "ersätt de nuvarande programinställningarna" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "upptäck automatiskt enheter att hämta objekt från och ersätt de nuvarande " #~ "programinställningarna" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Skall denna enhet användas för bild- och filmöverföring?" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Välj den mapp där du vill säkerhetskopiera bilderna" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Välj den mapp där du vill säkerhetskopiera filmerna" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Följande reguljära uttryck är ogiltiga och kommer att tas bort om du inte " #~ "ändrar dem:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Detta reguljära uttryck är ogiltigt och kommer att tas bort om du inte " #~ "ändrar det:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Undermappen för %(filetype)s har felaktiga inställningar som inte kan " #~ "användas.\n" #~ "Återställer till standardvärden." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varning: Metadata saknas för att namnge filerna. Ändra " #~ "namngivningsinställningarna." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varning:Metadata saknas för att namnge undermappar. Ändra " #~ "namngivningsinställningarna." #~ msgid "Jakarta" #~ msgstr "Jakarta" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Datum/tid-värdet %s verkar vara ogiltigt." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Metadata i %(filetype)s kan inte avläsas." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadatan kan vara skadad." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Filnamnet, filändelsen och exif-informationen har redan överförts." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ett fel uppstod vid säkerhetskopiering till följande enheter: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ett fel uppstod vid säkerhetskopiering till %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "En säkerhetskopia finns redan i: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "En säkerhetskopia finns redan på %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Hittade bilder med samma filnamn tagna vid olika tillfällen: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ett fel uppstod vid säkerhetskopiering till %(volume)s: %(inst)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Den befintliga säkerhetskopian skrevs över på: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Den befintliga säkerhetskopian skrevs över på %(volume)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s och %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Dessutom, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Dessutom uppstod %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ett fel uppstod när mappar skulle skapas på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Ett fel uppstod när mappar skulle skapas på följande enheter: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Dessutom uppstod %(problem)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem vid namngivning av %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problem vid namngivning av %s" #~ msgid "there were errors backing up" #~ msgstr "det uppstod fel vid säkerhetskopieringen" #~ msgid "Multiple problems were encountered" #~ msgstr "Flera fel uppstod" #~ msgid "There were errors backing up" #~ msgstr "Det uppstod fel vid säkerhetskopieringen" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problem vid namngivning av undermappar och filnamn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem vid namngivning av undermappar och filnamn" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Bilder med samma filnamn, tagna vid olika tillfällen, hittades" #~ msgid "there was an error backing up" #~ msgstr "det uppstod ett fel vid säkerhetskopieringen" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s och %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Det uppstod ett fel vid säkerhetskopieringen" #~ msgid "Failed to create download subfolder" #~ msgstr "Misslyckades med att skapa nedladdningmappen" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "söker igenom (har hittat %(photos)s bilder och %(videos)s filmer)…" #~ msgid "Download / Pause" #~ msgstr "Överför / Pausa" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Markera alla med ett fototillf_älle" #~ msgid "Photo Download Folders" #~ msgstr "Bildöverföringsmapp" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Namngivning av bilder\t" #~ msgid "Photo Rename" #~ msgstr "Namngivning av bilder" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Ange en överföringsmapp. Undermappar kommer att skapas automatiskt enligt " #~ "strukturen nedan." #~ msgid "Download Folder" #~ msgstr "Överföringsmapp" #~ msgid "Download Subfolders" #~ msgstr "Inkludera undermappar i överföringen" #~ msgid "Photo Folders" #~ msgstr "Bildmapp" #~ msgid "Download folder:" #~ msgstr "Överföringsmapp:" #~ msgid "Rename Options" #~ msgstr "" #~ "Alternativ för namngivning" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Ledsen, men filmhämtningsfunktionen har inaktiverats. För att föra över " #~ "filmer, installera antingen paketen hachoir metadata och kaa " #~ "metadata för python, eller exiftool." #~ msgid "Photo Rename" #~ msgstr "Namngivning av bilder" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Välj överföringsmapp. Undermappar kommer att skapas automatiskt enligt " #~ "strukturen nedan." #~ msgid "Video Rename\t" #~ msgstr "" #~ "Namngivning av filmer\t" #~ msgid "Video Folders" #~ msgstr "Filmmapp" #~ msgid "Video Rename" #~ msgstr "Namngivning av filmer" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Ange om specialtecken som inte tillåts i andra operativsystem ska tas bort " #~ "från fil- och mappnamn." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Använd samma sekvensnummer för både RAW- och JPEG-filer" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Ange tiden i 24-timmarsformat då Antalet överföringar idag ska " #~ "nollställas." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Du kan överföra bilder och filmer från kameror, minneskort eller externa " #~ "enheter som t.ex hårddiskar.\n" #~ "\n" #~ "Du kan överföra från flera enheter samtidigt, eller ange en plats på din " #~ "hårddisk.\n" #~ "\n" #~ "Överföring direkt från kameran är en experimentell funktion. Om det " #~ "fungerar dåligt eller inte alls, prova att aktivera PTP läge på din kamera. " #~ "Om det ändå inte fungerar måste du använda en kortläsare." #~ msgid "Rename Options" #~ msgstr "Inställningar för namngivning" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Om du inaktiverar automatisk sökning, måste du ange exakt plats för bilder " #~ "och filmer." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Om du aktiverar sökning av externa enheter så kommer hela enheten att " #~ "avsökas. På stora enheter kan det ta en stund.\n" #~ "\n" #~ "När denna inställning är påslagen och en möjlig enhet hittas, så kommer du " #~ "att tillfrågas om den ska avsökas eller ej." #~ msgid "Use _python-style regular expressions" #~ msgstr "Använd _Python-kompatibla reguljära uttryck" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Välj i vilken mapp på enheten som används till säkerhetskopior.\n" #~ "\n" #~ "Observera att mappen kommer användas för att avgöra om enheten används " #~ "till säkerhetskopior. För varje enhet du vill använda till säkerhetskopior " #~ "kan du skapa en mapp med ett av dessa namn." #~ msgid "Program Automation" #~ msgstr "Automatisera programmet" #~ msgid "Backup" #~ msgstr "Säkerhetskopia" #~ msgid "Video backup folder name:" #~ msgstr "Säkerhetskopieringsmapp för filmer:" #~ msgid "Photo backup folder name:" #~ msgstr "Säkerhetskopieringsmapp för bilder:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/extern_enhet/Bilder" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Avmontera och mata ut enheter när överföringen är färdig" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Skapa miniatyrbilder (långsammare)" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Ange om en bild eller film med ett namn som redan finns, ska hoppas över " #~ "eller tilldelas ett unikt nummer." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Ange om en bild eller film med ett namn som redan finns på säkerhetskopian, " #~ "ska hoppas över eller skrivas över." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Ungefär %i sekunder återstår" #~ msgid "About 1 minute remaining" #~ msgstr "Ungefär en minut återstår" #~ msgid "About 1 second remaining" #~ msgstr "Ungefär en sekund återstår" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vill du verkligen föra över härifrån? På vissa filsystem kan det ta väldigt " #~ "lång tid att söka av den här platsen." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "För över från %(location)s." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Välj en mapp innehållande %(file_types)s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "visa programinformation i kommandoraden när programmet körs (default: " #~ "%default)" #~ msgid "only output errors to the command line" #~ msgstr "visa fel endast på kommandoraden" #~ msgid "Help" #~ msgstr "Hjälp" #~ msgid "Check All Photos" #~ msgstr "Markera alla bilder" #~ msgid "Check All Videos" #~ msgstr "Markera alla filmer" #~ msgid "About..." #~ msgstr "Om..." #~ msgid "Quit" #~ msgstr "Avsluta" #~ msgid "Refresh" #~ msgstr "Läs om" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Säkerhetskopian av %(file_type)s skrevs över" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s säkerhetskopierades inte" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "En säkerhetskopia av %(file_type)s finns redan" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Filverifikationen misslyckades på %(volume)s. Säkerhetskopian skiljer sig " #~ "från originalet." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s hämtades inte på ett korrekt sätt" #~ msgid "An unknown error occurred" #~ msgstr "Ett okänt fel inträffade" #~ msgid "File verification failed on these devices: " #~ msgstr "Filverifikationen misslyckades på dessa enheter: " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ingen enhet innehåller en giltig mapp för att säkerhetskopiera %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Filverifikationen misslyckades. Den hämtade versionen skiljer sig från " #~ "originalet." #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifiera filerna när de hämtas" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Källa: %(source)s\n" #~ "Mål: %(destination)s" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Den existerande %(filetype)s ändrades senast den %(date)s kl. %(time)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Ett fel uppstod vid kopiering av %(filetype)s, men den säkerhetskopierades" #~ msgid "Download cannot proceed" #~ msgstr "Hämtningen kan inte fortsätta" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/tr.po0000644000175000017500000054125514562557501016642 0ustar00damondamon# Turkish translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-25 23:17+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: tr\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Emeği Geçenler" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "Çevirmenler" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Yedeklemeler yapılandırılmadı" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Yedekleme cihazı bulunamadı" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Geçerli yedekleme konumları henüz belirtilmedi" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotoğraflarınızın ve videolarınızın, indirildikçe birden fazla yere " "yedeklenmesini sağlayabilirsiniz, örn. harici sabit sürücüler." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "İndirirken fotoğrafları ve videoları yedekle" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Yedekleme cihazlarını otomatik olarak algıla" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Cihazda yedeklemelerin bulunduğu klasörü belirtin.

                                Not: Bu adda " "bir klasörün varlığı, cihazın yedekleme için kullanılıp kullanılmadığını " "belirlemek için kullanılır. Yedeklemek için kullanmak istediğiniz her cihaz " "için, bu klasör adlarından biriyle içinde bir klasör oluşturun. Her iki " "klasörü de ekleyerek, aynı cihaz hem fotoğrafları hem de videoları " "yedeklemek için kullanılabilir." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Fotoğraf klasörü adı:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Video klasörü adı:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Örnek:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Otomatik algılamayı devre dışı bırakırsanız, tam yedekleme konumlarını seçin." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Fotoğraf yedekleme konumu:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "Fotoğraf Yedekleme Konumunu Seçin" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Video yedekleme konumu:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "Video Yedekleme Konumunu Seçin" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "sürücü1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "sürücü2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "Öngörülen Yedek Depolama Kullanımı" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "Yedekleme Seçenekleri" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "ses" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s adet Fotoğraf" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s adet Video" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "Kullanımda" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "Aşırı" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "Cihazın boyutu bilinmiyor" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "%(size_total)s cihazında boş alan yok" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s / %(size_total)s boş" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "Fotoğraflar" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "Videolar" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "İndirme işleminden sonra öngörülen depolama kullanımı" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Özel..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Fotoğraf alt klasörü oluşturmak için yapılandır" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Video alt klasörü oluşturmak için yapılandır" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "Öngörülen Depolama Kullanımı" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "Bir hedef klasör seçin" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Cihaz yoklanıyor..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Bu cihazı geçici olarak görmezden gel" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Bu cihazı kalıcı olarak görmezden gel" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Yeniden tara" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "%s dolu" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Diğer" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Kameralar" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Cihazlar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "%(device_names)s adlı cihazdan indiriliyor" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Kaynağı Seç" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "%(device1)s + %(device2)s" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s tane Kamera" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s tane Cihaz" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "İndirmek üzere işaretlemek veya işaretini kaldırmak için bir dosyanın onay " "kutusuna tıklayın." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Zaten indirilmiş olan dosyalar hatırlanır. Önceden indirilen dosyaları " "tekrar indirmek için işaretleyebilirsiniz, ancak varsayılan olarak " "işaretlenmezler ve küçük resimleri soluktur, böylece onları henüz " "indirilmemiş olan dosyalardan ayırt edebilirsiniz." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Birden fazla dosya seçildiyse, önceden onay işareti olup olmadıklarına " "bakılmaksızın, onay kutusu tıklatılmış olan dosyanın işaretini alırlar." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "İndirmek üzere tüm dosyalarını hızlı bir şekilde işaretlemek veya " "işaretlerini kaldırmak için bir cihazın onay kutusuna tıklayın." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Bir indirme bittikten sonra, bir simge küçük resmin onay kutusunun yerini " "alır. Simgenin rengi, indirme işleminin başarılı (yeşil), dosya yeniden " "adlandırmada sorunlu (sarı/turuncu) veya başarısız (kırmızı) olduğunu " "gösterir." #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" "Herhangi bir problem durumunda, pencerenin altında kaç tane hata raporu " "bulunduğunu gösteren kırmızı bir simge görünecektir. Üzerine tıkladığınızda " "Hata Raporu penceresi açılır." #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" "Hata Raporu penceresi, indirme öncesinde, sırasında veya sonrasında " "karşılaşılan sorunları listeler. Turuncu bir üçgen bir uyarıyı gösterir, " "kırmızı bir daire bir arızayı belirtir, ve siyah bir daire daha ciddi " "başarısızlıkları gösterir. İlgili dosyasını veya cihazını bir dosya " "yöneticisinde açmak için köprülere tıklayabilirsiniz. Raporları, Hata Raporu " "penceresinin sol alt tarafındaki arama kutusunu kullanarak da " "arayabilirsiniz." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Aynı anda birden fazla kameradan, akıllı telefondan, hafıza kartından ve " "sabit diskten indirebilirsiniz; bilgisayarınızın bir kerede bağlayabileceği " "kadar çok cihaz kullanabilir." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Zaman Çizelgesi, ardışık çekimler arasında geçen süreye bağlı olarak " "fotoğrafları ve videoları gruplandırır. Tek bir günde veya ardışık günlerde " "farklı dönemlerde çekilmiş fotoğrafları ve videoları tanımlamak için " "kullanın." #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" "

                                Yukarıdaki resimde, Zaman Çizelgesi'nin ilk satırı siyahtır, çünkü o " "tarihteki tüm dosyalar önceden indirilmiştir.

                                Zaman Çizelgesi'nin " "kaydırıcısı, Zaman Çizelgesi oluşturmak için kullanılan ardışık çekimler " "arasında geçen süreyi ayarlar:

                                " #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Fotoğrafları ve videoları belirli bir zaman aralığında görüntülemek için " "fareyi (isteğe bağlı olarak Shift veya Ctrl tuşlarıyla " "birlikte) zaman periyodlarını seçmek için kullanın. Bir zaman aralığı " "seçildiğinde, ana pencerenin sol tarafındaki Zaman Çizelgesi düğmesi " "vurgulanır." #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Bir indirme işlemi, Zaman Çizelgesi kullanıldığından şu anda " "görüntülenmeyenler de dahil olmak üzere, indirmek için işaretlenen tüm " "dosyaları içerir." #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "İndirdiğiniz kaynakları, program penceresinin sol üst köşesinde, " "indirdiğiniz cihazın adına tıklayarak gizleyebilir veya " "görüntüleyebilirsiniz." #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" "Küçük resimler çeşitli ölçütler kullanılarak " "sıralanabilir:
                                1. Değiştirme Zamanı: Dosyanın en son " "değiştirildiği zaman, meta verilerine göre (kullanılabilir olduğu yerde) " "veya dosya sistemine göre (geri dönüş olarak).
                                2. Denetlenen " "Durum: Dosyanın indirilmek üzere işaretlenmiş olup " "olmadığı.
                                3. Dosya adı: Uzantısı dahil tam dosya " "adı.
                                4. Uzantı: Dosya adının uzantısı. Örneğin bunu jpeg ve raw " "görüntülerini gruplamak için kullanabilirsiniz.
                                5. Dosya Türü: " "Fotoğraf veya video.
                                6. Cihaz: Fotoğrafların ve videoların " "indirildiği cihazın ismi.
                                " #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Rapid Photo Downloader'in en kullanışlı özelliklerinden biri, seçtiğiniz bir " "düzeni kullanarak indirme alt klasörlerini otomatik olarak oluşturma ve " "indirme sırasında dosyaları yeniden adlandırma yeteneğidir." #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Dosyalarınızın nereden indirilmesini istediğinizi ve bunların nasıl " "adlandırılmasını istediğinizi belirlemek için, uygulama penceresinin sağ " "tarafındaki uygun paneli açın: Hedef, Yeniden Adlandır veya " "İş Kodu." #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" "İndirme dizini yapınızı düşünürken, iki farklı dizine dikkat " "edin:
                                1. Hedef klasör, örn. "Resimler", " ""Fotoğraflar", ya da "Videolar". Bu dizinler " "bilgisayarınızda önceden bulunmalıdır. Aşağıdaki resimde hedef klasörler " "şunlardır "Pictures" ve "Videos". Hedef klasörün adı " "doğrudan klasör ağacının üstündeki gri çubukta, solunda bir klasör simgesi " "ve en sağında bir dişli simgesi ile gösterilir.
                                2. İndirme alt " "klasörleri, ise Rapid Photo Downloader tarafından otomatik olarak " "oluşturulacak dizinlerdir. Bilgisayarınızda önceden bulunmalarına gerek " "yoktur, ancak varsa sorun değildir. Bunlar hedef klasörün altında " "oluşturulacaktır.
                                " #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" "Fotoğrafları ve videoları aynı hedef klasöre indirebilir veya her biri için " "farklı bir hedef klasör belirleyebilirsiniz. Aynısı, fotoğraflar ve videolar " "için indirme alt klasörlerinde de geçerlidir; aynı alt klasörlere fotoğraf " "ve video indirin veya her tür için farklı bir düzen kullanın." #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Otomatik olarak oluşturulan indirme alt klasörleri, gerektiğinde otomatik " "olarak oluşturulan alt klasörleri içerebilir. Yaygın bir düzen, bir yıl alt " "klasör ve ardından bir dizi yıl-ay günlük alt klasör oluşturmaktır." #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" "Program mümkün olduğunda, indirilecek fotoğraf ve videoların alt " "klasörlerine ön izleme yapar:
                                1. Hedef klasör ağacı, bilgisayarınızda " "zaten indirilmiş olan alt klasörleri (normal, italik olmayan bir fontta " "olanlar) ve indirme sırasında oluşturulacak olan alt klasörleri (isimleri " "italik yazılmış olanlar) gösterir.
                                2. Klasör ağacı ayrıca dosyaların " "hangi alt klasörlere indirileceğini de gösterir. (siyah renkli).
                                " #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" "İndirme alt klasör adları genellikle aşağıdaki öğelerden bazıları veya tümü " "kullanılarak oluşturulur:
                                1. Dosya meta verisi, sıklıkla fotoğraf " "veya videonun oluşturulduğu tarihi ayrıca kamera model adını, kamera seri " "numarasını veya dosya uzantısını içerir, örn. JPG veya CR2.
                                2. İş " "Kodu, bir etkinlik veya konumun adı gibi, indirme gerçekleştiği sırada " "belirlediğiniz serbest metindir.
                                3. Metin, tire veya boşluk gibi " "her zaman görünmesini istediğiniz karakterlerdir.
                                Alt klasörlere " "yıl, ardından ay ve son olarak nümerik formatta ad verilmesi, dosya " "yöneticisi içinde sıralanmasını kolaylaştırır, bu yüzden varsayılan seçenek " "budur:" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" "İndirirken alt klasörleri otomatik olarak oluşturmak için, Rapid Photo " "Downloader'in yerleşik hazır ayarlarından birini kullanabilir veya özel bir " "hazır ayar oluşturabilirsiniz. Bir açılır menü açmak için dişli simgesine " "tıklayın:" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" "Açılır menüyü kullanarak yerleşik bir ön ayar seçin veya kendi düzeninizi " "yapılandırmak için Özel'i tıklayın. Fotoğraf veya Video Alt Klasörü " "Oluşturma Düzenleyicisini kullanarak kendi düzeninizi yaratırsınız:" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Ham (raw) görüntüleri bir klasöre ve jpeg görüntüleri bir başkasına indirmek " "kolaydır. İndirme alt klasör oluşturma düzeninizin bir parçası olarak " "Dosya Adı Uzantısı 'nı kullanmanız yeterlidir:" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Bu resimde "My custom preset" olarak adlandırılmış kaydedilmiş bir " "özel ön ayar gösterilmektedir." #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" "İç içe geçmiş indirme alt klasörleri oluşturmak zorunda değilsiniz. Bu " "resim, yalnızca fotoğrafların çekildiği tarihi ve bir İş Kodunu içeren " "indirme alt klasörlerinin oluşturulmasını göstermektedir:" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" "Yerleşik birçok tarih/saat adlandırma seçeneği olsa da, farklı bir şeye " "ihtiyacınız olabilir. Kendinizinkini yaratmak hiç sorun değil. Yeni " "kombinasyonlar oluşturmak için tarih/saat seçeneklerini " "birleştirebilirsiniz. Yıl (YYYY), tire ve ayı (MM), YYYY-MM'yı oluşturacak " "şekilde birleştiren bir tarih formatı istediğinizi varsayalım. Bu şekilde " "oluşturabilirsiniz (tire etrafındaki kırmızı daireye dikkat edin):" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" "İndirme alt klasör adları ve dosya adlarını oluşturabileceğiniz tüm " "yöntemler hakkında burada daha fazlasını okuyun:online " "documentation." #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" "İş Kodları fotoğraf ve video kümelerini açıklayan metni kolayca " "girmenizi sağlar. Bunları alt klasör ve dosya adlarında kullanabilirsiniz. " "Bu resimde, bazı dosyalar kendilerine uygulanmış "Street" İş " "Koduna sahip ve seçilen dosyalar "Green Bazaar" İş Kodunu almak " "üzere:" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" "Bir indirme işlemine başlamadan önce yeni veya mevcut İş Kodlarını " "uygulayabilirsiniz. İndirme işleminde henüz bir İş Kodu uygulanmamış " "dosyalar varsa, indirme başlamadan önce onlar için bir İş Kodu girmeniz " "istenir." #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "İş Kodları ile çalışırken sizi yönlendirecek ipuçlarını arayın:" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "İpuçları farenin bir düğmenin üzerine gelişindeki gibi, içeriğe bağlı olarak " "değişir." #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" "Fotoğraflarınıza ve videolarınıza benzersiz dosya isimleri verirken, hangi " "dosyanın hangisi olduğu konusunda hiçbir zaman kafanız karışmaz. Sıra " "numaraları kullanarak dosya adlarını benzersiz yapmak şiddetle önerilir!" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" "

                                Fotoğraflarınıza ve videolarınıza benzersiz adlar atamanıza yardımcı " "olmak için dört tür sıralama değeri bulunur:

                                1. Bugünkü " "İndirmeler: O gün boyunca tamamlanan indirmeleri " "izler.
                                2. Kayıtlı Numara: Bugünkü İndirmeler'e benzer, ancak " "programın en son çalıştırıldığı andan itibaren hatırlanır.
                                3. Oturum " "Numarası: Program her çalıştırıldığında sıfırlanır.
                                4. Sıra " "Harfi: Oturum numaraları gibi, ancak harfleri kullanır.

                                " "Sıra Numaraları hakkında daha fazlasını okumak için: online " "documentation.

                                " #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" "Yeniden adlandırma paneli, dosya yeniden adlandırma için " "yapılandırmaya izin verir. Dosyalarınızı yeniden adlandırmak için mevcut " "yeniden adlandırma hazır ayarları arasından seçim yapabilir veya kendi " "ayarlarınızı tanımlayabilirsiniz." #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" "

                                Eş zamanlı RAW + JPEG, kameranızdaki RAW + JPEG özelliğini " "kullanıyorsanız ve fotoğraf yeniden adlandırma işleminizde sıra numaraları " "kullanıyorsanız yararlı bir seçenektir. Bu seçeneğin etkinleştirilmesi, " "programın eşleşen RAW ve JPEG fotoğraf çiftlerini algılamasına neden olacak " "ve algılandıklarında, aynı sıra numaraları her iki fotoğraf adına da " "uygulanacaktır. Ayrıca, diziler sanki fotoğraflar sanki tekmiş gibi " "güncellenecektir.

                                Yeniden adlandırma hakkında daha fazlasını okumak " "için: online " "documentation.

                                " #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" "Fotoğraflarınızın ve videolarınızın indirildiği sırada, harici sabit diskler " "veya ağ paylaşımları gibi birden fazla konuma yedeklenmesini " "sağlayabilirsiniz. Yedekleme cihazları otomatik olarak algılanabilir veya " "tam yedekleme yerleri belirtilebilir." #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Bu örnekte, photobackup sürücüsü Videos adlı bir klasör " "içermez, bu nedenle videolar ona yedeklenmez." #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" "Programın bir takım tercihleri, indirme kaynakları, hedefler ve yedeklemeler " "dahil olmak üzere komut satırından ayarlanabilir. Ek olarak, ayarlar " "varsayılan durumlarına sıfırlanabilir ve önbellekler ile hatırlanan dosyalar " "temizlenir." #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "Program tercihlerini eski 0.4 sürümünden de aktarabilirsiniz." #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" "Rapid Photo Downloader üç tür önbellekle iş görüır:
                                1. Tek amacı " "kameralarınız, hafıza kartlarınız ve diğer cihazlarınızdaki dosyaların küçük " "resimlerini saklamak olan bir küçük resim önbelleği.
                                2. Biri " "fotoğraflar, diğeri ise videolar için olan, bir kameradan indirilen dosyalar " "için geçici önbellek. Bunlar indirme hedefindeki geçici alt " "klasörlerde bulunurlar.
                                3. İndirildikten sonra Rapid Photo " "Downloader'ın RAW ve TIFF fotoğraflarının küçük resimlerini sakladığı " "masaüstünün küçük resim önbelleği. Gnome Files gibi dosya " "tarayıcıları da bu önbelleği kullanır, yani onlar da bu dosyalar için küçük " "resimler görüntüler.
                                Bu önbellekler ve indirme performansındaki " "etkileri hakkında daha fazla bilgi için " "online " "documentation." #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "Günün İpucu" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "Biliyor muydunuz...?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "Açılışta ipuçlarını göster" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "&Sonraki" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "&Önceki" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "MB/saniye" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "Birkaç saniye" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "1 saniye" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "%d saniye" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "1 dakika" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "%d dakika" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "1 saat" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "%d saat" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "1 gün" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "%d gün" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "1 dakika, 1 saniye" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "1 dakika, %d saniye" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "%d dakika, 1 saniye" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d dakika, %(seconds)d saniye" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1 saat, 1 dakika" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "1 saat, %d dakika" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d saat, 1 dakika" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d saat, %(minutes)d dakika" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "1 gün, 1 saat" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "1 gün, %d saat" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "%d gün, 1 saat" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d gün, %(hours)d saat" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "Bul" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hata Raporları - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "Raporlarda bul" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "Önceki eşleşmeyi bul" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "Sonraki eşleşmeyi bul" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "&Tümünü Vurgula" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "İfadenin tüm örneklerini vurgula" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "&Büyük / Küçük Harfe Duyarlı" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "Büyük / küçük harfe duyarlılık ile ara" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "&Tam Kelimeler" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "Yalnız tam kelimelerle ara" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "%s / %s kadarı eşleşiyor" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "toplam %(total)s adedin %(matchnumber)s adedi eşleşiyor" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "Temizle" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "İfade bulunamadı" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "Arama beklemede..." #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "En son açıldığından bu yana Hata Raporuna eklenen yeni girişlerin sayısı. " "Hata Raporunu açmak için tıklayın." #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Lütfen sorunu şurada bildirin:{website}.

                                Hata raporunuzda, neler olmasını " "beklediğinizi ve neler olduğunu gözlemlediğinizi açıklayın.

                                Hata " "raporu, program ayarlarını ve günlük dosyalarını da içermelidir. Bu ek " "bilgileri içeren bir dosya oluşturmak için Kaydet'i tıklayın." #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "Kaydedilen Ek Bilgiler" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" "Ek hata raporu bilgileri, ana dizininizdeki bir tar dosyasında oluşturuldu: " "
                                {tarfile}
                                Bu dosyayı hata raporuna kendiniz eklemelisiniz. " "Otomatik olarak eklenmez.

                                Dosyayı dosya yöneticinizde görmek için buraya tıklayın." #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "Ek Bilgi Oluşturma Hatası" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Ek hata raporu bilgileri oluşturulmadı. Lütfen yine de bir hata raporu " "gönderin." #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Hata raporunuza programın günlük dosyalarını ekleyin. Hata raporu " "{log_file} dosyasını içermelidir, ancak diğer günlük dosyalarını da " "eklemek genellikle yararlıdır.

                                Mümkünse, lütfen programın " "yapılandırma dosyasını da ekleyin: {config_file}.

                                Günlük " "dizinini açmak için buraya ve yapılandırma " "dizinini açmak için buraya tıklayın." #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Son sürüme yükseltme yapmak, karşılaştığınız " "sorunun zaten çözülüp çözülmediğini belirlemenizi sağlayacaktır." #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "Rapid Photo Downloader'da Sorun" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid Photo Downloader'da bir sorun oluştu" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Programdan çıkmadan önce aynı sorun tekrar ortaya çıkarsa, bu konuda yeni " "bildirim olmayacaktır." #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Rapid Photo Downloader'da bir sorun oldu\n" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Lütfen sorunu şurada bildirin: {website}\n" "Günlük dosyasını {log_path} adresinde bulunan hata raporunuza ekleyin\n" "\n" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "Dosya Tarayıcıda Aç ..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "Sıfırla" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "Sistem Klasörlerini Göster" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "Dosya Sistemi" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "Diğer..." #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "%s (konum mevcut değil)" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Tarih saat" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Metin" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Dosya adı" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Üst veri" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Diziler" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "İş kodu" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Görüntü tarihi" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Video tarihi" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Bugün" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Dün" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "İndirme zamanı" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "İsim" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Eklenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Görüntü numarası" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Video numarası" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Diyafram Değeri" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Pozlama Süresi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Odak uzaklığı" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Kamera Üreticisi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Kamera modeli" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Kısa kamera modeli (örn: P92 gibi)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Uzun kamera modeli (DSC-P92 gibi)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Seri Numarası" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Obtüratör sayacı" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Dosya numarası" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Sadece klasör" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Klasör ve Dosya" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Sahip adı" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Genişlik" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Yükseklik" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Süre" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Saniyedeki Kare Sayısı" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Sanatçı" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Telif Hakkı" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Bugün indirilenler" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Oturum numarası" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Alt klasör numarası" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Kayıtlı numara" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Dizi harfi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Tüm karakterler" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Son karakter" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Son 2 karakter" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Son 3 karakter" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Son 4 karakter" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Orijinal Durum" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "BÜYÜK HARF" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "küçük harf" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Bir karakter" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "İki karakter" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Üç karakter" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Dört karakter" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "Beş karakter" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Altı karakter" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Yedi karakter" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Saniyenin kesri" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "YYYYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "YYYY-AA-GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "YYYY_AA_GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "YYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "YY-AA-GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "YY_AA_GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "AAGGYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "AAGGYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "AAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "GGAAYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "GGAAYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Ay (tam)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Ay (kısaltılmış)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "Haftanın Günü (tam)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "Haftanın Günü (kısaltılmış)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "SaSaDDSnSn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "SaSaDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "SaSa-DD-SnSn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "SaSaDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "SaSa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "SnSn" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "Tarih" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "Tarih (tireli)" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "Tarih (alt çizgili)" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "Tarih ve İş Kodu" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "YYYYAA_İş Kodu" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "Tarih ve İş Kodu Alt Klasörü" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "YYYYAA" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "İş Kodu" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "Orijinal Dosya Adı" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "Tarih-Saat ve Bugün İndirilenler" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYAAGG-SaSaDD-1" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "Tarih ve Bugün İndirilenler" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "YYYYAAGG-1" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "Tarih-Saat ve Görüntü Numarası" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "YYYYAAGG-1234" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "Tarih-Saat ve İş Kodu" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYAAGG-SaSaDD-İş Kodu-1" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYAAGG-İş Kodu-1" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "Tarih-Saat ve Video No" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "YYYYAAGG_1234" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "Çözünürlük" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYAAGG-SaSaDD-1-1920x1080" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Yeni bir İş Kodu girin veya öncekilerden birini seçin" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "İş Kodu, henüz bir İş Koduna sahip olmayan %s öğesine uygulanacaktır." #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" "İş Kodu, henüz bir İş Koduna sahip olmayan %s öğesine uygulanacaktır." #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "İş Kodunu İndirilene Uygula" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Yeni Bir İş Kodu girin" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "İpucu: İş Kodunun uygulanmasını sağlamak için, yeni bir İş Kodu " "girmeden önce fotoğrafları veya videoları seçin." #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Yeni İş Kodu %s öğesine uygulanacak." #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "Yeni İş Kodu" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "&İş Kodu:" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "&Bu İş Kodunu hatırla" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Yeni veya mevcut bir İş Kodu uygulayabilmek için fotoğraf ve videoları seçin." #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Yeni İş Kodu, seçilen tüm fotoğraflara ve/veya videolara uygulanacaktır." #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Geçerli İş Kodunu seçilen tüm fotoğraflara ve/veya videolara uygulamak için " "Uygula düğmesini tıklayın. Ayrıca basitçe İş Kodunu çift tıklayabilirsiniz." #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Bir İş Kodunu kaldırmak, uygulanmış olduğu herhangi bir fotoğraf veya " "videodan değil, yalnızca kaydedilen İş Kodları listesinden kaldırır." #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "İş Kodlarını kullanmak istiyorsanız, dosya yeniden adlandırma veya hedef alt " "klasör adlarını yapılandırın." #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "Son Kullanılan" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "İş Kodu Sıralama:" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "Artan" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "Azalan" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "&Yeni..." #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "&Uygula" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "&Kaldır" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "Tümünü Kaldır" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "Tüm İş Kodlarını gerçekten kaldırmak istiyor musunuz?" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "Tüm İş Kodlarını kaldır" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "İş Kodları" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "İpucu: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "Yeni Özel Hazır Ayarı Kaydet..." #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "Tüm Özel Hazır Ayarları kaldır..." #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "(Yeni Özel Hazır Ayar)" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "%s (derlenmiş)" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "\"%s\" Özel Hazır Ayarını Güncelle" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Yeni Özel Hazır Ayarı Kaydet - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "Hazır Ayar Adı:" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "Fotoğraf Alt Klasörü Oluşturma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "Video Alt Klasörü Oluşturma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "Fotoğraf Yeniden Adlandırma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "Video Yeniden Adlandırma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Uyarı: Adı tam olarak oluşturmak için " "yeterli veri yok. Lütfen diğer yeniden adlandırma seçeneklerini kullanın." #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" " %(separator)s karakteri yeni bir alt klasör seviyesi oluşturur." #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Otomatik olarak eklendiğinden, klasör ayracı %(separator)s ile " "başlamaya veya bitirmeye gerek yoktur." #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Warning: Benzersiz dosya adları " "oluşturulamayabilir. Dizi değerlerini kullanarak dosya adlarını benzersiz " "yapın." #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "Hazır Ayar:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "Çevrimiçi yardım alın..." #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "Araya Ekle" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "Hazır Ayarı Kaydet - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Değişiklikleri yeni bir özel hazır ayarda kaydetmek istiyor " "musunuz?

                                Özel bir hazır ayar oluşturmak gerekli değildir, ancak " "düzenli kalmanıza yardımcı olabilir.

                                Tercihlerde yapılan " "değişiklikler, yeni bir özel hazır ayar oluşturup oluşturmadığınıza " "bakılmaksızın yine de uygulanacaktır." #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Değişiklikleri özel bir hazır ayarda kaydetmek istiyor " "musunuz?

                                İsterseniz, yeni bir özel hazır ayar oluşturabilir veya " "mevcut özel hazır ayarı güncelleyebilirsiniz.

                                Tercihlerde yapılan " "değişiklikler, özel bir hazır ayarı kaydedip kaydetmediğinize bakılmaksızın " "yine de uygulanır." #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "Yeni Özel Hazır Ayarı Kaydet" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "Tercihler" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "Dil" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Otomasyon" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Küçük resimler" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "Zaman Dilimleri" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Hata Yönetimi" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "Uyarılar" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "Birleştirme" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Çeşitli" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "Cihaz Tarama" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "Sadece harici cihazları tara" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Fotoğraf ve videoları kamera, bellek kartı, harici sabit disk ve USB flash\n" "sürücüler dahil olmak üzere yalnızca bilgisayarın dışındaki aygıtlarda " "tarayın." #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "Aygıtlardaki yalnızca belirli klasörleri tara" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğrafları ve videoları yalnızca aşağıda belirtilen klasörlerde tarayın \n" "(Yok Sayılan Yollarda belirtilen konumlar dışında).\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "Taranacak klasörler:" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Fotoğraflar ve videolar için taranacak olan cihaz dosya sistemlerinin \n" "temel düzeyindeki klasörler." #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "Ekle..." #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğraflar ve videolar için taranacak klasörler listesine bir klasör " "ekleyin.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "Kaldır" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğraflar ve videolar için taranacak klasörler listesinden bir klasörü " "kaldırın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "Otomatik olarak yok saymak veya indirmek için ayarlanmış cihazlar." #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "Hatırlanan Cihazlar" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Bir cihazı otomatik olarak yok sayılacak veya indirilecek cihazlar " "listesinden kaldırın." #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Otomatik olarak yok sayılacak veya indirilecek cihazlar listesini " "temizleyin.\n" "\n" "Not: Değişiklikler bilgisayar cihazlar için yeniden tarandığında etkili olur." #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Yok Sayılan Yollar" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Fotoğraf veya videolar için asla taranmaması gereken yolun son kısmı." #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yollar listesine bir yol ekleyin.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yollar listesinden bir yolu kaldırın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yolların listesini temizleyin. Bu ayarın değiştirilmesi tüm " "cihazların tekrar taranmasına neden olur." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Python stili normal ifadeler kullanın" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılan yollar listesinde düzenli ifadeler kullanın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "Dil: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "* Programın yeniden başlatılmasıyla etkili olur" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "Program Otomasyonu" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "Henüz otomatik olarak bağlanmamış cihazları bağlayın" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "İşletim sistemi bunları otomatik olarak bağlamadığında\n" "bellek kartları veya harici sürücüler gibi aygıtları bağlayın" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Program başlangıcında indirmeye başla" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Cihaz bağlandıktan sonra indirmeye başla" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "İndirme işlemi tamamlandığında cihazın bağlantısını kes (çıkar)" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "İndirme işlemi tamamlandığında programdan çık" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "İndirme uyarıları veya hataları olsa bile programdan çık" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "Küçük Resim Oluşturma" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "Küçük resimler oluştur" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "Ana program penceresinde gösterilecek küçük resimler oluştur" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "Küçük resimleri önbellekte tut" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ana program penceresinde gösterilen küçük resimleri Rapid Photo Downloader'a " "özgü bir küçük resim önbelleğinde kaydet" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "Sistem küçük resimlerini oluştur" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "İndirirken, masaüstü dosya yöneticileri ve diğer programlar tarafından " "kullanılabilecek küçük resimleri kaydet" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "Küçük resimler oluşturmak için kullanılan CPU çekirdeği sayısı." #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "CPU çekirdekleri:" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "Küçük Resim Önbelleği" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "Hesaplanıyor..." #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "günler" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "sonsuza dek" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "Önbellek boyutu:" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "Küçük resim sayısı:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "Veritabanı boyutu:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "Erişimsiz küçük resimleri önbellekte sakla:" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "Önbelleği Temizle..." #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "Önbelleği En İyi Hale Getir..." #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "Saat dilimini ve gün ışığından yararlanma değişikliklerini yoksay" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "Ofset çözünürlüğü (dakika):" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Fotoğrafın veya videonun orijinal olarak çekildiği zamandan ofset " "hesaplanırken kullanılan katsayı" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "Bir dosyanın daha önce indirilip indirilmediğini tespit ederken:" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "Saat dilimi işleme hakkında daha fazla bilgi edinin" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "İndirmeyi Atla" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "Dosyayı indirme ve bir hata mesajı yayınla" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Benzersiz tanımlayıcı ekle" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Dosyanın uzantısından hemen önce dosya adının sonuna _1 veya _2 gibi bir " "tanımlayıcı ekleyin" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Üzerine Yaz" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "Önceden yedeklenmiş dosyanın üzerine yaz" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Atla" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Yedekleme dosyasının üzerine yazma ve bir hata mesajı ver" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Aynı adda bir fotoğraf veya video zaten indirilmişse, dosyayı indirmeyi " "atlamayı veya benzersiz bir tanımlayıcı eklemeyi seçin:" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Otomatik olarak benzersiz dosya isimleri oluşturmak için sıra numaralarının " "kullanılması şiddetle tavsiye edilir. Ana pencerede Yeniden Adlandır " "panelinde dosya yeniden adlandırmayı ayarlayın." #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Yedeklerken, yedekleme cihazında aynı adı taşıyan bir dosyanın üzerine " "yazmayı veya yedeklemeyi atlamayı seçin:" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "Program Uyarıları" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "Şu durumda bir uyarı göster:" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "Şu anda görüntülenmeyen dosyalar indiriliyor" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "Ana pencerede gösterilmeyen dosyaları indirmek üzereyken uyar." #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "Yedekleme hedefleri eksik" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "Dosyaları yedeklemek mümkün değilse, indirmeye başlamadan önce uyar." #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "Program kütüphaneleri eksik veya bozuk" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Rapid Photo Downloader tarafından kullanılan bir yazılım kütüphanesi eksikse " "veya çalışmıyorsa uyar." #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "Dosya sistemi meta verileri ayarlanamıyor" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Bir dosyanın dosya sistemi meta verilerini ayarlarken, değiştirme zamanı " "gibi bir hata olursa uyar." #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "İşlenmeyen dosyalarla karşılaşma" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Bir cihazı veya bu bilgisayarı taradıktan sonra, indirmeye dahil edilmeyecek " "tanınmayan dosyalar varsa uyar." #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "Şu uzantıya sahip işlenmeyen dosyalar hakkında uyarı yapma:" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Dosya uzantıları büyük / küçük harf duyarsızdır ve baştaki noktayı içermesi " "gerekmez." #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "Ekle" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türleri listesine bir dosya uzantısı " "ekleyin." #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türleri listesinden bir dosya " "uzantısını kaldırın." #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türlerinin dosya uzantı listesini " "temizleyin." #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "Fotoğraf ve Video Bir Araya Getirme" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "Dosyaları cihazlar ve indirmeler arasında bir araya getirin" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Birden fazla cihaz ve indirme oturumları arasında karşılaştırma yapıp, çift " "dosyaları ve \n" "eşleşen RAW ve JPEG çiftlerini arayarak cihaz taramalarının sonuçlarını " "analiz edin." #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "Eşleşen RAW ve JPEG dosyalarını şu şekilde ele al:" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "Bir fotoğraf" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "İki fotoğraf" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Eşleşen RAW ve JPEG fotoğraf çiftlerini bir fotoğraf olarak görüntüle ve " "işaretliyse ikisini de indir." #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Eşleşen RAW ve JPEG fotoğraf çiftlerini iki farklı fotoğraf olarak " "görüntüle. Sıra numaralarını hala senkronize edebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "Eşleşen RAW ve JPEG fotoğraflarla:" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "JPEG dosyalarını indirmek için işaretleme" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "RAW dosyalarını indirmek için işaretleme" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "İkisini de indirmek için işaretle" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için JPEG'i otomatik " "olarak \n" "işaretleme. Kendiniz indirmek için hala işaretleyebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için RAW'ı otomatik " "olarak \n" "işaretleme. Kendiniz indirmek için hala işaretleyebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için ikisini de " "otomatik olarak işaretle." #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Dosya birleştirmeyi devre dışı bırakırsanız, tamamlanan indirme işlemleri " "görüntülenirken bir indirme cihazı takılı olduğunda ne yapılacağını seçin:" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "Tamamlanan indirmeler gösterilirken bir indirme cihazı takıldığında:" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "Tamamlanan indirmeleri temizle" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "Tamamlanan indirmeleri görüntülemeye devam et" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "Ne yapılacağını sor" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Yeni bir indirme cihazı takıldığında, tamamlanmış indirme ekranını otomatik " "olarak temizle." #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Yeni bir indirme cihazı takıldığında tamamlanmış indirme işlemlerini " "görüntülemeye devam et." #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Tamamlanan indirmeleri görüntülemeye devam edip etmeyeceğini veya yeni bir " "indirme cihazı takıldığında bunları temizleyip temizlemeyeceğini sor." #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTP cihazlarında DNG tarih/saat meta verilerini yoksay" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "MTP aygıtlarında bulunan DNG dosyalarındaki tarih/saat meta verilerini yok " "say ve bunun yerine dosyanın değişiklik zamanını kullan.\n" "\n" "Yanlış DNG meta verileri oluşturan bazı telefonlar ve tabletler gibi " "cihazlar için kullanışlıdır." #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "Fotoğraf meta verilerini yalnızca ExifTool'u kullanarak oku" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Fotoğraf meta verilerini okumak ve küçük resimleri çıkarmak için Exiv2 " "yerine ExifTool'u kullanın.\n" "\n" "Varsayılan değer, yalnızca Exiv2 okunan dosya biçimini desteklemediğinde " "ExifTool'a dayanarak \n" "Exiv2'yi kullanmaktır.\n" "\n" "Exiv2 hızlı, doğru ve neredeyse her zaman güvenilirdir, ancak Leica M8 " "kameralar tarafından \n" "üretilen DNG dosyaları gibi az sayıda dosyadan meta veriler çıkarırken " "çöküyor." #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "Tamamlanan İndirmeler" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "Varsayılan %s tercih değerlerini geri yükler" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Küçük resim önbelleğini temizlemek istiyor musunuz? Programın sonraki " "başlatılmasında önbellek temizlenir." #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "Küçük Resim Önbelleğini Temizle" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Küçük resim önbelleğini en uygun hale getirmek ister misiniz? Programın " "sonraki başlatılmasında önbellek en uygun hale getirilir." #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "Küçük resim önbelleğini en uygun hale getir" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "Taranacak Bir Klasör Girin" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Fotoğraflar ve videolar için taranacak bir klasör belirtin" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "Dizin:" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Yok sayılacak Bir Yol Girin" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Fotoğraflar veya videolar için asla taranmayacak bir yol belirtin" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Yol:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "Bir Dosya Uzantısı Girin" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "Bir dosya uzantısı belirtin (başlangıçtaki nokta olmadan)" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "Uzantı:" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "Geçersiz Dosya Uzantısı" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "%s dosya uzantısı Rapid Photo Downloader tarafından tanınıyor, bu " "nedenle varlığı konusunda uyarmak anlamlı değil." #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Tanınan dosya türleri:\n" "\n" "Fotoğraflar:\n" "%(photos)s\n" "\n" "Videolar:\n" "%(videos)s\n" "\n" "Ses:\n" "%(audio)s\n" "\n" "Diğer:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "Düğün" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "Doğum Günü" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alt klasör tercihleri %s ile başlamamalı" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alt klasör tercihleri %s ile bitmemeli" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alt klasör tercihleri art arda iki %s içermemelidir" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "8 Fotoğraf ve 10 Video İndir" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hata: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Hata: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 Hatası: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kamera başlatılamıyor, muhtemelen başka bir program onu kullanıyor. Hiçbir " "dosya ondan kopyalanmadı." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "%s dizini okunamadı" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Değişiklik süresine veya boyutuna %s öğesinden erişilemiyor" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "%s dosyası okunamıyor" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "%s dosyası yazılamıyor" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "%s dosyası taşınamıyor" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "%s dosyası kaldırılamıyor" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "%s dosyası kopyalanamıyor" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Sıfır uzunluklu dosya %s indirilmeyecek" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "%s için dosya sistemi değişiklik zamanı belirlenemedi" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "%s konumundan meta veri yüklenemiyor" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "%(name)s konumundan meta veri yüklenemiyor. %(filetype)s indirilmedi." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Bir dosyanın %s dosya sistemi üzerindeki dosya sistemi meta verilerini " "ayarlarken bir hata oluştu. Bu hata aynı dosya sisteminde tekrar oluşursa, " "bir daha rapor edilmeyecektir." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "İşlenmemiş dosya %s ile karşılaşıldı. İndirilmeyecek." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s zaten mevcut." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Mevcut %(filetype)s %(destination)s, en son %(date)s tarihinde %(time)s " "saatinde değiştirildi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından indirilmedi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından indirildi." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "'%s' benzersiz tanımlayıcısı dosya adına eklendi." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Mevcut yedekleme %(filetype)s %(destination)s, en son %(date)s tarihinde " "%(time)s saatinde değiştirildi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından yedeklenmedi." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Önceki yedekleme %(filetype)s %(destination)s, en son %(date)s tarihinde " "saat %(time)s iken değiştirildi." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(device)s cihazından gelen %(filetype)s %(source)s, önceki yedekleme " "%(filetype)s öğesinin üzerine yazılarak yedeklendi." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "RAW + JPEG dizi değerlerini senkronize ederken, bir %(filetype)s %(file)s " "kopyasına rastlandı ve indirilmedi." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "RAW + JPEG dizi değerlerini senkronize ederken, aynı dosya adlarıyla ancak " "farklı zamanlarda çekilmiş fotoğraflar tespit edildi:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s görüntüsü %(image1_date)s tarihinde saat %(image1_time)s iken, " "%(image2)s ise %(image2_date)s tarihinde saat %(image2_time)s iken çekilmiş." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "%s için dosya adı sonlandırılamadı" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "%(filetype)s %(source)s için %(destination)s dosya adı tam olarak " "oluşturulamadı." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s meta verileri eksik." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Şuradaki meta veriler eksik: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Tarih/saat dönüşümü başarısız oldu: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Geçerli tarih/saat meta verileri alınamadı veya dosya değiştirme zamanı " "belirlenemedi." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Dosya adı bir uzantıya sahip değil." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Dosya adı bir sayı bileşenine sahip değil." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "%(component)s bileşenini yaratma hatası. Hata: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "İndirilen %(folder)s alt klasörleri yalnızca %(filetype)s %(source)s için " "kısmen oluşturuldu." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "%(filename)s için %(subfolder_file)s alt klasörünü oluşturacak veri yok. " "%(filetype)s indirilmedi." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "%(folder)s klasörü içinde %(filetype)s %(destination)s oluşturulamıyor. " "İndirme dosyası %(device)s cihazı içindeki %(source)s öğesidir. İndirilmedi." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "%s indirme alt klasörü oluşturulamıyor." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "%s yedekleme alt klasörü oluşturulamıyor." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Sorunlar taranıyor %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Sorunlar %s öğesinden kopyalanıyor" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Dosya adlarını sonlandırırken ve alt klasörleri oluştururken oluşan " "problemler" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "%s 'a kadar yedekleme problemleri" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "%(date)s, %(time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "%(starttime)s - %(endtime)s" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "%(month)s %(numeric_day)s" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "%(date)s %(year)s" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "%(earlier_time)s - %(later_time)s" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" "%(earlier_time)s -\n" "%(later_time)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Ardışık fotoğraflar ve videolar arasında geçen, Zaman Çizelgesi oluşturmak " "için kullanılan süre" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "%(minutes)dd" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "1.5saat" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsaat" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Zaman Çizelgesi, ardışık çekimler arasında geçen süreye bağlı olarak " "fotoğrafları ve videoları gruplandırır. Tek bir günde veya ardışık günlerde " "farklı dönemlerde çekilmiş fotoğrafları ve videoları tanımlamak için " "kullanın." #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Zaman Çizelgesi oluşturmada kullanılan ardışık çekimler arasında geçen " "süreyi ayarlamak için kaydırıcıyı (altta) kullanın." #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "Zaman Çizelgesi oluşturulmayı bekliyor..." #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "Zaman Çizelgesi inşa ediyor ..." #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Zaman çizelgesinin yeniden oluşturulması gerekiyor, çünkü dosya değiştirme " "zamanı bir veya daha fazla çekim zamanıyla eşleşmiyor.

                                Zaman " "Çizelgesi ne zaman çekim yapıldığını gösterir. Çekimin yapıldığı zaman bir " "fotoğrafın veya videonun meta verilerinde bulunur. Meta verileri okumak " "zaman alıcıdır, bu nedenle Rapid Photo Downloader dosyaları tararken meta " "verileri okumaktan kaçınır. Bunun yerine, dosyanın en son değiştirildiği " "zamanı çekimin yapıldığı zaman için vekil olarak kullanır. Küçük resimler " "oluşturulurken veya indirilirken meta veriler okunduğunda çekimin yapıldığı " "zaman onaylanır." #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Zaman Çizelgesini eşzamanlı yapma ve küçük resim kaydırma arasında geçiş yap " "(Ctrl-T)" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool'un bir sorunu var

                                Rapid Photo Downloader videolardan " "ve fotoğraflardan meta veri almak için ExifTool'u kullanıyor. Program onsuz " "çalışır, ancak kurulumu şiddetle önerilir." #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "ExifTool sorunu" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "libmediainfo kitaplığı eksik görünüyor

                                Rapid Photo " "Downloader, bir videonun çekildiği tarih ve saati almak için libmediainfo'yu " "kullanır. Program onsuz çalışacaktır, ancak yüklenmesi önerilir." #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "libmediainfo sorunu" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" "Apple cihazlarından indirilemiyor

                                %(device)s'den indirmek " "için, bu program Apple cihazlarıyla etkileşime giren ek yazılımın " "yüklenmesini gerektirir.

                                Yükleyeceğiniz yazılım için eksik " "uygulamalar: %(applications)s

                                Daha " "fazla bilgi edinin." #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" "\n" "

                                Rapid Photo Downloader sizin için yapılmıştır. Bir web anketine katılarak " "bunu \n" "geliştirmeye yardımcı olabilirsiniz.

                                \n" "

                                Bu program analiz toplamadığı için anket, programın geleceği için \n" "gerçek bir fark yaratıyor.

                                " #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "Anket İngilizcedir." #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "Ankete katılmak ister misiniz?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "Daha sonra sor" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "Evet" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "Ben zaten katıldım" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "Bana asla herhangi bir anket hakkında soru sorma" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "İndir" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "%Yenile..." #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "&Tercihler" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "&Çık" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "Windows &Sürücüler" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "Hata &Raporlar" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "Tamamlanan İndirmeleri Temizle" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "Çevrimiçi Yardım Alın..." #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "%Günün İpucu..." #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "Sorun Bildirin..." #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "Bağış Yapın..." #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "Bu Uygulamayı Tercüme Edin..." #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "&Hakkında..." #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "Zaman Çizelgesi" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "Hedef" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "Yeniden Adlandır" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "Yedekle" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Bu bilgisayara bağlı cihazların indirme kaynağı olarak kullanımını açın veya " "kapatın" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "İndirme kaynağı olarak bu bilgisayardaki bir klasörün kullanımını açın veya " "kapatın" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "Bu Bilgisayar" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "Bir kaynak klasör seç" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "Tümü" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "Yeni" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "Göster:" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "Değiştirilme Zamanı" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "Denetlenmiş Durum" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "Dosya Türü" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Cihaz" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "Sırala:" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "Tümünü Seç:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "%(files)s dosyasını indir" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "İndirmeye Devam Et" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Duraklat" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" "Rapid Photo Downloader’daki bir sorunu bildirdiğiniz için teşekkür ederiz" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Bu Bilgisayarın kaynak yolu değiştiriliyor

                                Kaynak yolunu " "gerçekten %(new_path)s olarak değiştirmek istiyor musunuz?

                                Şu anda " "%(source_path)s kaynağından indiriyorsunuz.

                                Yolu değiştirirseniz, Bu " "Bilgisayardan yapılan geçerli indirme iptal edilir." #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "fotoğraf" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "İndirme hedefini indirme sürerken değiştiremezsiniz." #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "İndirme Hedefini Onayla

                                %(file_type)s indirme hedefini " "%(path)s olarak ayarlamak istediğinize emin misiniz?" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" "\n" "Tüm dosyalar indiriliyor

                                \n" "Bir indirme işlemi, Zaman Çizelgesi kullanıldığından veya yalnızca \n" "yeni dosyalar gösterildiğinden dolayı şu anda görüntülenmeyenler de \n" "dahil olmak üzere, indirilmek üzere işaretlenen tüm dosyaları " "içerir.

                                \n" "İndirmeye devam etmek istiyor musunuz?" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Bu indirme klasörleri geçersiz:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Bu indirme klasörü geçersiz:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "İndirme Başarısız" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "İndirme devam edemiyor." #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotoğraflar ve videolar yedeklenmeyecek çünkü onları yedekleyecek hiçbir yer " "yok. Hala indirmeye başlamak istiyor musunuz?" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "%(filetype)s yedeğini almak için hiçbir yedekleme aygıtı yok. Hala indirmeye " "başlamak istiyor musunuz?" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "fotoğraflar" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "videolar" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "Fotoğraf ve video yedekleme hedefleri mevcut değil veya hedeflere " "yazılamıyor.

                                Hala indirmeye başlamak istiyor musunuz?" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" "%(filetype)s için yedekleme hedefi yok ya da hedefe " "yazılamıyor.

                                Hala indirmeye başlamak istiyor musunuz?" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "Yedekleme sorunu" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s kaldı (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s indirildi" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s indirme başarısız oldu" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "uyarılar" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Bütün indirmeler tamamlandı" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s indirildi" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s indirme başarısız oldu" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "1 başarısızlık" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "%d başarısızlık" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "1 uyarı" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "%d uyarı" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(devices)s konumundan %(no_files_and_types)s indirildi" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" "%(devices)s — %(failures)s konumundan %(no_files_and_types)s indirildi" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Hiç dosya indirilmedi — %(failures)s" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "Hiç dosya indirilmedi" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Program tercihleri geçersiz" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s üzerindeki hiçbir dosyaya erişilemiyor.

                                USB " "kullanılarak yapılan dosya aktarımı için kilitlenmiş veya yapılandırılmamış " "olabilir. Kilidi açıp tekrar deneyebilirsiniz.

                                Bazı modellerde, " "Dosya Aktarımı için USB'nin kullanımına izin vermek üzere ayarı " "değiştirmeniz de gerekir.

                                Daha fazlasını öğrenmek için k" "ameralardan yapılan indirmeler and te" "lefonlardan indirmeyi sağlama.

                                Başka bir seçenek olarak, " "%(camera)s öğesini yok sayabilirsiniz." #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s başka bir uygulama tarafından kullanılıyor gibi " "görünüyor.

                                Rapid Photo Downloader, dosya yöneticisi gibi başka " "bir program tarafından kullanılan bir telefona veya kameraya " "erişemez.

                                Cihaz dosya yöneticinize bağlanmışsa, %(camera)s fişini " "takılı tutarken ilk önce diğer programdan "ayırmanız" " "gerekir.

                                Bu işe yaramazsa, %(camera)s cihazını bilgisayardan çıkarın " "ve tekrar takın.

                                Daha fazlasını öğrenmek için k" "ameralardan yapılan indirmeler and te" "lefonlardan indirmeyi sağlama.

                                Başka bir seçenek olarak, " "%(camera)s öğesini yok sayabilirsiniz." #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "iOS Aygıtına erişimi etkinleştir" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "&Tekrar Dene" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "& Bu Cihazı Yok Say" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Maalesef, %s taranırken beklenmeyen bir sorun oluştu." #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "Ne yazık ki bu cihazdan indiremezsiniz." #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Sorun için olası bir geçici çözüm, kameranın hafıza kartından kart okuyucu " "kullanarak indirme olabilir." #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "Cihaz taraması başarısız oldu" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s taranamıyor, çünkü bağlantısı kaldırılamıyor.

                                Onu " "kullanmakta olan herhangi bir uygulamayı (bir dosya tarayıcısı gibi) " "kapatabilir ve yeniden deneyebilirsiniz. Bu işe yaramazsa, %(camera)s " "cihazını bilgisayardan ayırın ve tekrar takın." #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "%(camera)s bağlantısı kaldırılamadığından indirme işlemi " "başlayamıyor.

                                Onu kullanmakta olan herhangi bir uygulamayı (bir " "dosya tarayıcısı gibi) kapatabilir ve yeniden deneyebilirsiniz. Bu işe " "yaramazsa, %(camera)s cihazını bilgisayardan ayırın ve tekrar takın, ve " "hangi dosyaları ondan indirmek istediğinizi seçin." #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "Tamamlanan İndirmeler Mevcut" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s için indirme işlemi tamamlandı ve görüntülendi." #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "Tamamlanan indirmeleri temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "Tamamlanmış İndirme Mevcut" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s için indirme tamamlandı ve gösterildi." #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "Tamamlanan indirmeyi temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "%(device)s cihazından fotoğraf ve video indirmek istiyor musunuz?" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Bu program her çalıştırıldığında %s yok sayılsın ister misiniz?" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Aynı model adına sahip tüm kameralar, telefonlar ve tabletler dikkate " "alınmayacaktır." #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Bu program her çalıştırıldığında %s cihazı yok sayılsın ister misiniz?" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "Aynı ada sahip herhangi bir cihaz göz ardı edilecek." #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Bu Bilgisayardaki %(location)s konumundan indiriliyor." #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" "Buradan gerçekten indirmek istiyor musunuz?

                                Bazı sistemlerde bu " "konumu taramak çok uzun sürebilir." #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "%s için küçük resimler oluşturuluyor" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "%s Taranıyor" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(available files)s dosyadan %(number)s adedi indirme için işaretlendi " "(%(hidden)s gizli dosya)" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" "%(available files)s dosyadan %(number)s adedi indirme için işaretlendi" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "Programın ve kütüphanelerinin sürüm numaralarını göster ve çık." #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "Komut satırından çalıştırıldığında program bilgilerini görüntüle." #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" "Komut satırından çalıştırıldığında hata ayıklama bilgilerini görüntüle." #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Programın tanıdığı fotoğraf ve video dosya uzantılarını listele ve çık." #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "Fotoğrafların yeniden adlandırılmasını aç veya kapat." #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "Videoların yeniden adlandırılmasını açın veya kapatın." #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "İndirme yapılacak cihazların otomatik algılanmasını aç veya kapat." #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "Bu bilgisayardan indirmeyi aç veya kapat." #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "YOL" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "Bu bilgisayarda indirilecek YOL." #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "Fotoğrafların indirileceği YOL." #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "Videoların indirileceği YOL." #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "İndirirken fotoğrafların ve videoların yedeklenmesini aç veya kapat." #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "Yedekleme cihazlarının otomatik algılanmasını aç veya kapat." #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "KLASÖR" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "Otomatik olarak algılanan fotoğraf yedekleme cihazında yedeklerin " "saklandığı, cihazın yedeklemeler için kullanılıp kullanılmayacağını " "tanımlamak için klasör adının kullanıldığı KLASÖR. Fotoğraflarını yedeklemek " "için kullanmak istediğiniz her cihaz için bu adda bir klasör oluşturun." #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "Otomatik olarak algılanan video yedekleme cihazında yedeklerin saklandığı, " "cihazın yedeklemeler için kullanılıp kullanılmayacağını tanımlamak için " "klasör adının kullanıldığı KLASÖR. Videolarını yedeklemek için kullanmak " "istediğiniz her cihaz için bu adda bir klasör oluşturun." #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Yedekleme cihazlarının otomatik algılanması kapatıldığında fotoğrafların " "yedekleneceği YOL." #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Yedekleme cihazlarının otomatik algılanması kapatıldığında videoların " "yedekleneceği YOL." #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Şu uzantılara sahip fotoğrafları yoksay: %s" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Programın kendisi başlar başlamaz indirmeleri başlatmayı aç veya kapat." #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "Bir cihaz takılır takılmaz indirmeleri başlatmayı aç veya kapat." #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Rapid Photo Downloader Küçük Resim Önbelleğinin kullanımını aç veya kapat. " "Kapatılması varolan önbellek içeriğini silmez." #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Rapid Photo Downloader Küçük Resim Önbelleğindeki tüm küçük resimleri sil ve " "çık." #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "Hangi dosyaların daha önce indirildiğini unut ve çık." #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Tercihleri eski bir program sürümünden içe aktar ve çık. gconftool-2 komut " "satırı programını gerektirir." #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Tüm program ayarlarını varsayılan değerlerine sıfırla, Küçük Resim " "önbelleğindeki tüm küçük resimleri sil, hangi dosyaların daha önce " "indirildiğini unut ve çık." #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2 hata ayıklama bilgilerini günlük dosyalarına ekle." #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "Bağlı kameralar hakkında terminale bilgi yazdır ve çık." #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Yerleşik tema yerine sistem Qt temasını kullan" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "Bu programı wayland'de veya normal X11'de çalıştır" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Tercihleri Rapid Photo Downloader'ın eski sürümünden içe aktarmak için " "gconftool-2 programını yüklemeniz gerekir." #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "Önceye ait program tercihleri tespit edilmedi: çıkılıyor." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" "Tercihler Rapid Photo Downloader %(version)s sürümünden içe aktarılıyor" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "%d değerine sahip kayıtlı sıra numarasını kopyalamak ister misiniz?" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "Program iptal ediliyor." #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "Bu programı asla sudo / root kullanıcısı olarak çalıştırmayın." #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Rapid Photo Downloader'ı çalıştırmak için ExifTool'u kurmalısınız." #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Rapid Photo Downloader birden fazla yere kuruludur.\n" "\n" "Çalıştırmak istediğiniz sürüm dışındaki tüm kopyaları kaldırın." #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Komut satırında bir yol belirlerken, cihazın otomatik algılanması için\n" "bir seçenek veya \"Bu Bilgisayar\" üzerinde bir yol belirtmeyin." #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Tüm ayarlar ve önbellekler sıfırlandı." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Küçük Resim Önbelleği sıfırlandı." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "Hatırlanan dosyalar unutuldu." #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "&Bu seçimi hatırla" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "&Bana bunu tekrar sorma" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "&Beni bu konuda tekrar uyarma" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "&Eksik veya bozuk program kütüphaneleri hakkında beni tekrar uyarma" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "alt klasör ve dosya adı" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "dosya adı" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "alt klasör" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "Her gün kaç indirme gerçekleştiğine ilişkin bir sayaç" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Bugünkü indirmeler:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "Programın her çalıştırılmasında hatırlanan bir sayaç " #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Kayıtlı sayı:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Bugünkü indirmeler sıra numarasının sıfırlanması gereken zaman" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Gün başlangıcı:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "Eş zamanlı RAW + JPEG" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "RAW ve JPEG çiftlerini eşleştirmek için sıra numaralarını eş zamanla.\n" "\n" "Daha fazla ayrıntı için çevrimiçi belgelere bakın." #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "Sıra Numaraları" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Uyumsuz karakterleri ayıkla" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Fotoğraf, video ve klasör adlarının diğer işletim sistemleri tarafından izin " "verilmeyen herhangi bir karaktere sahip olması gerekip gerekmediği" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "Uyumluluk" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "Fotoğraf Yeniden Adlandırma" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "Video Yeniden Adlandırma" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "Yeniden Adlandırma Seçenekleri" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotoğraflar ve videolar" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotoğraflar veya videolar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "bir video" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "1 Video" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "bir fotoğraf" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "1 Fotoğraf" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s on %(camera)s" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Fotoğraf" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "Dosya sistemi kökü" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "Resimler" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "Üzgünüz, şifre yanlıştı." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Yönetim görevlerini gerçekleştirmek için %s şifresini girin." #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "Şifre:" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Alındı: %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Değiştirildi: %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "Bellek kartları: %s" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "Bellek kartı: %s" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "Şu olarak indirildi:" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "

                                Önceki indirme:
                                %(filename)s
                                %(path)s
                                %(date)s" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" "

                                %(date)s tarihinde önceden indirilmiş gibi elle ayarla" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "Yolu Kopyala" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "Dosyayı İndirildi Olarak İşaretle" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "Dosyaları İndirildi Olarak İşaretle" #: ../raphodo/utilities.py:211 msgid "B" msgstr "B" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "YB" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ve %(last_item)s" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "bir" #: ../raphodo/utilities.py:575 msgid "two" msgstr "iki" #: ../raphodo/utilities.py:576 msgid "three" msgstr "üç" #: ../raphodo/utilities.py:577 msgid "four" msgstr "dört" #: ../raphodo/utilities.py:578 msgid "five" msgstr "beş" #: ../raphodo/utilities.py:579 msgid "six" msgstr "altı" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "yedi" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "sekiz" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "dokuz" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "on" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "on bir" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "on iki" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "on üç" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "on dört" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "on beş" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "on altı" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "on yedi" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "on sekiz" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "on dokuz" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "yirmi" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "&Tamam" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "&Kapat" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "&İptal" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "&Kaydet" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "&Yardım" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "Öntanımlıları Geri Yükle" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "&Evet" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "&Hayır" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "%(path)s dizini oluştur" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "%(drive)s: at %(path)s sürücüyü bağla" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "%(drive)s: from %(path)s sürücünün bağını kaldır" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "%s sürücülerini bağla" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "%s sürücüsünü bağla" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "%s sürücülerinin bağını kaldır" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "%s sürücüsünün bağını kaldır" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Üzgünüz, %s sürücüleri bağlanırken bir hata oluştu" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Üzgünüz, %s sürücülerinin bağını kaldırırken bir hata oluştu" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Üzgünüz, %s sürücüsü bağlanırken bir hata oluştu" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Üzgünüz, %s sürücüsünün bağını kaldırırken bir hata oluştu" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "Windows Sürücüleri" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "Windows sürücülerinin otomatik bağlanmasını etkinleştir" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "Tüm Windows sürücülerini otomatik olarak bağla" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Yalnızca aşağıda yapılandırılan Windows sürücülerini otomatik olarak bağla" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "Kullanıcı Tarafından Bağlanan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "Sistem Tarafından Bağlanan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "Sürücü" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "Bağlama Noktası" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "Otomatik Bağlama" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "Çıkışta Otomatik Bağlamayı Kaldır" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "Bekleyen İşlemler:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "&Bekleyen İşlemleri Uygula" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "%s sürücüsünü bağlamak istiyor musunuz?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "%s sürücülerini bağlamak istiyor musunuz?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "Çıkarılabilir Sürücü" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "Yerel Sürücü" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Kameralardan ve diğer cihazlardan fotoğrafları ve videoları indirin, yeniden " "adlandırın ve yedekleyin" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader kameralardan, telefonlardan, hafıza kartlarından ve " "diğer cihazlardan yüksek hızda fotoğraf ve video aktarır. Belirlediğiniz " "anlamlı dosya adları ile fotoğrafları ve videoları yeniden adlandırmak üzere " "yapılandırılabilir. Ayrıca fotoğrafları ve videoları indirilirken " "yedekleyebilir. Aynı anda birden fazla cihazdan indirir ve yedekler." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Rapid Photo Downloader'a özgü olan, fotoğraf ve videoları ardışık çekimler " "arasında geçen süreye bağlı olarak gruplandıran Zaman Çizelgesidir. Tek bir " "günde veya ardışık günlerde farklı dönemlerde çekilmiş fotoğrafları ve " "videoları tanımlamak için kullanın." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Profesyonel ve amatör fotoğrafçılar için bir fotoğrafçı tarafından yazılan " "Rapid Photo Downloader'ın yapılandırması ve kullanımı kolaydır. Program " "tercihleri karmaşık kodlara ihtiyaç duyulmaksızın yapılandırılmıştır. " "İndirme işlemi tamamlandığında hafıza kartının bağlantısının kesilmesi gibi " "genel işlemler otomatikleştirilebilir." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Ana pencere" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Yeniden Adlandırma" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotoğraf;indirme;fotoğrafçılık;içe aktarma;video;RAW;kamera;telefon,içe " "alma;yedekleme;bellek;kart;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Rapid Photo Downloader ile Fotoğraf ve Video İndirin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Tahran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moskova" #~ msgid "Sydney" #~ msgstr "Sidney" #~ msgid "Budapest" #~ msgstr "Budapeşte" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varşova" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid " " #~ msgstr " " #~ msgid "Size" #~ msgstr "Boyut" #~ msgid "Download Progress" #~ msgstr "İndirme Süreci" #~ msgid "scanning..." #~ msgstr "taranıyor..." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Yaklaşık %(minutes)i:%(seconds)02i dakika kaldı" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Yaklaşık %i saniye kaldı" #~ msgid "About 1 second remaining" #~ msgstr "Yaklaşık 1 saniye kaldı" #~ msgid "About 1 minute remaining" #~ msgstr "Yaklaşık 1 dakika kaldı" #~ msgid "and" #~ msgstr "ve" #~ msgid "Using backup devices" #~ msgstr "Yedekleme ünitelerini kullanma" #~ msgid "Free space:" #~ msgstr "Boş alan:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "," #~ msgid "Using backup device" #~ msgstr "Yedekleme ünitesi kullanma" #, python-format #~ msgid "Folder: %s" #~ msgstr "Klasör: %s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Uygulama bilgilerini, uygulama çalışırken komut satırında göster(öntanımlı: " #~ "%default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "Komut satırında çalışırken hata ayıklama bilgisini göster" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Bütün uygulama ayarlarını ve tercihlerini sıfırla ve çık" #~ msgid "All settings and preferences have been reset" #~ msgstr "Bütün uygulama ayarları ve tercihleri sıfırlandı" #~ msgid "Photos:" #~ msgstr "Fotoğraflar:" #~ msgid "Videos:" #~ msgstr "Videolar:" #, python-format #~ msgid "and %s" #~ msgstr "ve %s" #~ msgid "only output errors to the command line" #~ msgstr "sadece hataqları komut satırında göster" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/uk.po0000644000175000017500000051434214562557501016631 0ustar00damondamon# Ukrainian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # Sergiy Gavrylov , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:21+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: uk\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "Подяки" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "Резервні копії не налаштовано" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "Пристроїв для резервного копіювання не виявлено" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "Дійсні місця для резервного копіювання ще не задано" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Ви можете створювати резервні копії фото та відео в кількох місцях прямо під " "час завантаження, наприклад, на зовнішніх жорстких дисках." #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "Резервне копіювання фото та відео під час завантаження" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "Автоматичне виявляти пристрої для резервного копіювання" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Вкажіть папку для збереження резервних копій на " "пристрої.

                                Примітка: наявність папки з цим іменем використовується " "для визначення того, чи пристрій використовується для резервного копіювання. " "Створіть папку з однією з цих назв для кожного пристрою, який хочете " "використовувати для резервного копіювання. Додавши обидві папки, один і той " "самий пристрій може використовуватися для резервного копіювання і фотографій " "і відео." #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "Назва папки для фотографій:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "Назва папки для відео:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "Приклад:" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Якщо ви вимикаєте автовизначення, оберіть місце для резервного копіювання." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "Розміщення для резервного копіювання фото:" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "Розміщення для резервного копіювання відео:" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "диск1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "диск2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "Змінити ..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "Налаштувати створення підтеки для фотографій" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "Налаштувати створення підтеки для відео" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "Зондувальний пристрій..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "Тимчасово нехтувати цей пристрій" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "Постійно нехтувати цей пристрій" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "Пересканувати" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "Інше" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "Камери" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "Пристрої" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "Вибір джерела" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s камер(а,и)" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s пристрій(ої,оїв)" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Клацніть прапорець файлу, щоб вибрати або скасувати його вибір для " "звантаження." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файли, які вже звантажено, запам'ятовуються. Ви можете позначати звантажені " "файли для повторного звантаження, але типово вони не позначаються і їхні " "мініатюри затінюються, щоб їх було легше відрізнити від тих, що ще мають " "звантажуватись." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "" #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "Дата і час" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "Текст" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "Назва файлу" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "Метадані" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "Послідовності" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "Мітка" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "Дата фото" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "Дата відео" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "Сьогодні" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "Вчора" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "Час та дата завантаження" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "Назва" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "Розширення" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "Номер фото" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "Номер відео" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "Діафрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "Час експозиції" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "Фокусна відстань" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "Виробник камери" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "Модель камери" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "Скорочена назва камери" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "Написана через дефіс коротка назва моделі" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "Серійний номер" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "Кількість затворів" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "Номер файлу" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "Лише тека" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "Тека та файл" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "Ім’я власника" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "Висота" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "Тривалість" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "Кадрів за секунду" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "Виконавець" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "Авторське право" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "Завантажень сьогодні" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "Номер сеансу" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "Номер підтеки" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "Номер збереження" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "Послідовність знаків" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "Всі цифри" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "Остання цифра" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "Останні 2 цифри" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "Останні 3 цифри" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "Останні 4 цифри" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "Початковий регістр" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "ВЕРХНІЙ РЕГІСТР" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "нижній регістр" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "Одна цифра" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "Дві цифри" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "Три цифри" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "Чотири цифри" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "П’ять цифр" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "Шість цифр" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "Сім цифр" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "Підсекунди" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "РРРРММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "РРРР-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "РРММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "РР-ММ-ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "ММДДРРРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "ММДДРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "ДДММРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "РРРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "РР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "Місяць (повністю)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "Місяць (коротко)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "ГГХХСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "ГГХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "ГГ-ХХ-СС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "ГГ-ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "ХХ (хвилин)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "Мітка" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "Введіть нову мітку або виберіть попередню" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "Введіть нову мітку" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "Мітки" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "Автоматизація" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "Мініатюри" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "Обробка помилок" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "Інше" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "Ігноровані розміщення" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "Розпочинати завантаження під час запуску програми" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "Розпочинати завантаження після під’єднання пристрою" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "Закінчити програму після завантаження" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "Закінчити програму навіть при помилках завантаження" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "Пропустити завантаження" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "Додати унікальний ідентифікатор" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "Перезаписати" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "Пропустити" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "Введіть розміщення, яке бажаєте ігнорувати" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Вкажіть розміщення, яке не буде скануватися на наявність фотографій або " "відеофрагментів" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "Шлях:" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Параметри підтеки не повинні починатись з %s" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Параметри підтеки не повинні завершуватись %s" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Параметри підтеки не повинні містити два %s одне за одним" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s було створено %(image1_date)s у %(image1_time)s та %(image2)s " "створено %(image2_date)s у %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "У метаданих пропущено %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "В імені файлу відсутнє розширення." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "В імені файлу відсутній числовий компонент." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "Завантажити" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "Пристрій" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "Призупинити" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "фото" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "відео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ці каталоги завантаження є некоректними:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ці каталоги завантаження є некоректними:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "фото" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "відео" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Завантажено %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s не вдалось завантажити" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "застереження" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "Всі завантаження завершені" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s завантажено" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не вдалось завантажити" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "Налаштування програми є хибними" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "Всі параметри та налаштування скинуті." #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "Всі параметри та налаштування скинуті." #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "підтека та назва файлу" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "назва файлу" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "підтека" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "Завантажень сьогодні:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "Номер зберігання:" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "Початок дня:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "Вилучати несумісні символи" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фото та відео" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фото або відео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "Фото" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "Відео" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "New York" #~ msgstr "Нью-Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Helsinki" #~ msgstr "Гельсінкі" #~ msgid "Wellington" #~ msgstr "Веллінгтон" #~ msgid "Tehran" #~ msgstr "Тегеран" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "Berlin" #~ msgstr "Берлін" #~ msgid "Sydney" #~ msgstr "Сідней" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "Москва" #~ msgid "Delhi" #~ msgstr "Делі" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Stockholm" #~ msgstr "Стокгольм" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Помилка в параметрі «Перейменування фото»" #~ msgid "Error in Video Rename preferences" #~ msgstr "Помилка в налаштуваннях «Перейменування відео»" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Помилка в налаштуваннях «Підтеки для завантаження фото»" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Помилка в налаштуваннях «Підтеки для завантаження відео»" #~ msgid "Select a folder to download photos to" #~ msgstr "Виберіть теку для завантаження фото" #~ msgid "Select a folder to download videos to" #~ msgstr "Виберіть теку для завантаження відео" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Виберіть теку, що містить %(file_types)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Увага: Недостатньо метаданих для повного створення назви. " #~ "Використовуйте інші варіанти перейменування." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Увага: Недостатньо метаданих для повного створення підтек. " #~ "Використовуйте інші варіанти найменування підтек." #, python-format #~ msgid "Example: %s" #~ msgstr "Приклад: %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Введені параметри підтеки %(filetype)s помилкові, вони не " #~ "використовуватимуться.\n" #~ "Ці значення будуть скинуті до типових." #~ msgid "externaldrive1" #~ msgstr "зовнішній пристрій 1" #~ msgid "externaldrive2" #~ msgstr "зовнішній пристрій 2" #~ msgid "scanning..." #~ msgstr "сканування..." #~ msgid "Download cannot proceed" #~ msgstr "Неможливо продовжити завантаження" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Джерело: %(source)s\n" #~ "Адресат: %(destination)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Джерело: %(source)s" #~ msgid "Backing up error" #~ msgstr "Помилка резервного копіювання" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Не вдалось створити теку адресата: %(directory)s\n" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s з %(total)s %(filetypes)s" #~ msgid "Size" #~ msgstr "Розмір" #~ msgid "Download Progress" #~ msgstr "Поступ завантаження" #~ msgid "Device Detected" #~ msgstr "Виявлений пристрій" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Чи використовувати цей пристрій або розділ для вивантаження з нього фото та " #~ "відео?" #~ msgid "_Remember this choice" #~ msgstr "_Пам’ятати цей вибір" #~ msgid "Remove all Job Codes?" #~ msgstr "Вилучити всі мітки?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Чи потрібно вилучити всі мітки?" #~ msgid "Enter a Job Code" #~ msgstr "Введіть мітку" #~ msgid "Job Code:" #~ msgstr "Мітка:" #~ msgid "and" #~ msgstr "та" #~ msgid "Using backup devices" #~ msgstr "Використання пристроїв для резервного копіювання" #~ msgid "Using backup device" #~ msgstr "Використання пристрою для резервного копіювання" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Резервне копіювання до %(path)s" #~ msgid "MB/s" #~ msgstr "МБ/с" #~ msgid "About 1 second remaining" #~ msgstr "Залишилось біля 1 секунди" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Залишилось біля %i секунд" #~ msgid "About 1 minute remaining" #~ msgstr "Залишилось біля 1 хвилини" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Залишилось біля %(minutes)i:%(seconds)02i" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "показати дані програми в командному рядку під час запуску (типово: %default)" #~ msgid "only output errors to the command line" #~ msgstr "виводити в командний рядок лише помилки" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "вивести список розширень фото та відео файлів, розпізнаних програмою і вийти" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "скинути всі параметри та налаштування програми і вийти" #~ msgid "Photos:" #~ msgstr "Фото:" #~ msgid "Videos:" #~ msgstr "Відео:" #, python-format #~ msgid "and %s" #~ msgstr "та %s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Всі параметри та налаштування скинуті" #~ msgid "Name + extension" #~ msgstr "Назва + розширення" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " гг:хх" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Резервне копіювання" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Сумісність з іншими операційними системами" #~ msgid "Download Folder" #~ msgstr "Тека для завантаження" #~ msgid "Download Subfolders" #~ msgstr "Підтеки для завантаження" #~ msgid "Example" #~ msgstr "Приклад" #~ msgid "Job Codes" #~ msgstr "Мітки" #~ msgid "Photo Rename" #~ msgstr "Перейменування фото" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Конфлікти назв фото та відео" #~ msgid "Program Automation" #~ msgstr "Автоматизація програми" #~ msgid "Sequence Numbers" #~ msgstr "Послідовність номерів" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Приклад: /home/user/Pictures" #~ msgid "Example:" #~ msgstr "Приклад:" #~ msgid "New:" #~ msgstr "Нова назва:" #~ msgid "Original:" #~ msgstr "Початкова назва:" #~ msgid "Backup\t" #~ msgstr "Резервне копіювання\t" #~ msgid "Devices" #~ msgstr "Пристрої" #~ msgid "Error Handling" #~ msgstr "Обробка помилок" #~ msgid "Job Codes" #~ msgstr "Мітки" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Теки для завантаження фото" #~ msgid "Photo Rename\t" #~ msgstr "Перейменування фото\t" #~ msgid "Rename Options" #~ msgstr "" #~ "Параметри перейменування" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Теки для завантаження відео" #~ msgid "Video Rename\t" #~ msgstr "Перейменування відео\t" #~ msgid "Backup" #~ msgstr "Резервне копіювання" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Виберіть теку для завантаження. В цій теці автоматично створюватимуться " #~ "підтеки для завантажених фото використовуючи структуру, зазначену нижче." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Виберіть теку для завантаження. В цій теці автоматично створюватимуться " #~ "підтеки для завантажених відео використовуючи структуру, зазначену нижче." #~ msgid "Download folder:" #~ msgstr "Тека для завантаження:" #~ msgid "Error Log" #~ msgstr "Журнал помилок" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Імпортуйте фото та відео ефективно та надійно" #~ msgid "Location:" #~ msgstr "Розташування:" #~ msgid "Photo Folders" #~ msgstr "Теки з фото" #~ msgid "Photo Rename" #~ msgstr "Перейменування фото" #~ msgid "Photo backup folder name:" #~ msgstr "Назва теки для резервного копіювання фото:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Параметри: Rapid Photo Downloader" #~ msgid "R_emove All" #~ msgstr "В_илучити все" #~ msgid "Rename Options" #~ msgstr "Параметри перейменування" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Вкажіть каталог, в якому зберігатимуться резервні копії на пристрої. \n" #~ "\n" #~ "Примітка: це також визначатиме, чи використовується пристрій для " #~ "резервного копіювання, чи ні. Для кожного пристрою, який ви " #~ "використовуватимете, в цьому каталозі створюватиметься тека з відповідною " #~ "назвою." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Вкажіть час в 24-годинному форматі, коли буде скинута послідовність номерів " #~ "для параметра Завантажень сьогодні." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Вкажіть, чи вилучати з назв фото, відео та тек всі символи, що не дозволені " #~ "в інших операційних системах." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Синхронізувати послідовність номерів RAW + JPEG" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Від’єднати («витягти») пристрій після завершення завантаження" #~ msgid "Video Folders" #~ msgstr "Теки відео" #~ msgid "Video Rename" #~ msgstr "Перейменування відео" #~ msgid "Video backup folder name:" #~ msgstr "Назва теки для резервного копіювання відео:" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Чи слід під час резервного копіювання перезаписати файл, що має однакову " #~ "назву з файлом на пристрої, чи пропустити його?" #~ msgid "_Add..." #~ msgstr "Д_одати..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Очистити завершені завантаження" #~ msgid "_Error Log" #~ msgstr "_Журнал помилок" #~ msgid "_Get Help Online..." #~ msgstr "О_тримати довідку онлайн..." #~ msgid "_Help" #~ msgstr "_Довідка" #~ msgid "_Make a Donation..." #~ msgstr "_Зробити пожертву..." #~ msgid "_Report a Problem..." #~ msgstr "Зв_іт про помилку..." #~ msgid "_Translate this Application..." #~ msgstr "_Перекласти цю програму..." #~ msgid "_View" #~ msgstr "_Перегляд" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s з %(total)s %(filetypes)s (%(remaining)s залишилось)" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Помилка: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Фото вже були завантажені" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Виявлені фото з однаковою назвою, але зроблені в різний час" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Вибрати всі з _мітками" #~ msgid "Select All Without _Job Code" #~ msgstr "Вибрати всі без _міток" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Вибрати" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "показувати інструкцію зі зневадження під час запуску з командного рядка" #~ msgid "Free space:" #~ msgstr "Вільний простір:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "," #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Каталог: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s каталог завантаження є хибним" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s каталог завантаження не існує" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s каталог завантаження не доступний для запису" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s вільно" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s не може бути збережений в резервну копію, тому, що не вказано " #~ "місце для збереження резервних копій." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s вже було завантажено" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s не можливо прочитати метадані" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Помилка створення компонента %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s не може бути згенерованим" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s вже існує" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Існуючий фал %(filetype)s було модифіковано %(date)s в %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Існуючий фал %(filetype)s було модифіковано %(date)s в %(time)s. Додано " #~ "унікальний ідентифікатор '%(identifier)s' ." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Не існує даних з ім’ям %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Помилка: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Метадані можуть бути пошкодженими." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Файл, розширення та Exif інформація вже були завантажені." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Було створено резервну копію на %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Було створено резервну копію на цих пристроях: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s та %(final_volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Сталася помилка при створенні резервної копії на %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Резервна копія вже існує на: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Резервна копія вже існує на %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s та %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Виявлені файли з однаковими назвами, проте створені в різний час: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Сталася помилка при створенні резервної копії на %(volume)s: %(inst)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s та %(volume)s (%(inst)s)." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не від’єднано" #~ msgid "the root of the file system" #~ msgstr "корінь файлової системи" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Ви справді бажаєте завантажити звідси? На деяких системах сканування цього " #~ "місцезнаходження може зайняти багато часу." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Завантаження з %(location)s." #~ msgid "Copy" #~ msgstr "Копіювати" #~ msgid "From" #~ msgstr "З" #~ msgid "Auto Detect" #~ msgstr "Автоматичне визначення" #~ msgid "Move" #~ msgstr "Переміщення" #~ msgid "To" #~ msgstr "До" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Резервне копіювання фотографій до %(path)s та відеозаписів до %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Резервне копіювання фотографій та відеозаписів до %(path)s" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Помилка: вкажіть автоматичне визначення пристрою або самостійно вкажіть " #~ "розміщення пристрою, з якого буде виконуватися завантаження, але не " #~ "використовуйте відразу обидва варіанти." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "самостійно вкажіть розміщення (PATH) пристрою, з якого буде виконуватися " #~ "завантаження, замінюючи налаштування програми що існують" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Вилучити усі запам’ятовані розміщення?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Вилучити усі розміщення що ігноруються?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Чи має бути вилучено усі ігноровані розміщення?" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Оберіть теку у якій будуть зберігатися резервні копії відеофрагметів" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Оберіть теку у якій будуть зберігатися резервні копії фотографій" #~ msgid "Invalid regular expression" #~ msgstr "Неприпустимий регулярний вираз" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Наступні регулярні вирази неприпустимі й будуть вилучені, якщо ви не " #~ "виправите їх:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Регулярний вираз неприпустимий й буде вилучено, якщо ви не виправите його:\n" #~ " %s" #~ msgid "Manila" #~ msgstr "Маніла" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Значення дати та часу %s встановлено неправильно." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Перезаписано резервну копію на пристрої: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Резервну копію на %(volume)s перезаписано." #~ msgid "The following metadata is missing: " #~ msgstr "Ці метадані пропущено: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s, %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " До того ж була %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "У доповнення до %(previousproblem)s: %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " До того ж є %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Сталася помилка при створені каталогів на %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Сталася помилка при створені каталогів на наступних пристроях: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Помилка %s при створенні" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Сталися помилки при створенні %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "При копіюванні %(filetype)s сталася помилка, але резервна копія все одно " #~ "створена." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Хоч %(filetype)s вже існує, резервна копія все одно створена." #~ msgid "there were errors backing up" #~ msgstr "Помилки при створенні резервної копії" #~ msgid "Multiple problems were encountered" #~ msgstr "Виявлено чисельні проблеми" #~ msgid "There were errors backing up" #~ msgstr "Помилки при створенні резервної копії" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "При створенні ім’я каталогу та файлу сталися помилки." #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Помилка при створенні імені каталогу та файлу." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, ще %(backinguperror)s" #~ msgid "there was an error backing up" #~ msgstr "була помилка при резевному копіюванні" #~ msgid "There was an error backing up" #~ msgstr "Була помилка при резевному копіюванні" #~ msgid "Failed to create download subfolder" #~ msgstr "Не вдалося створити каталог для завантаження" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "перевірка (знайдено %(photos)s фотографій та %(videos)s відеозаписів)..." #, python-format #~ msgid "Path: %s" #~ msgstr "Шлях: %s" #~ msgid "Previous File" #~ msgstr "Попередній Файл" #~ msgid "_Uncheck All" #~ msgstr "_Скасувати позначку всього" #~ msgid "_Include in download" #~ msgstr "Включити у завантаження" #~ msgid "_Check All" #~ msgstr "_Позначити все" #~ msgid "Next File" #~ msgstr "Наступний файл" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Пристрої - з них завантажується фото та відео, наприклад, камера, карта " #~ "пам’яті або переносний накопичувач.\n" #~ "\n" #~ "Ви можете налаштувати завантаження з декількох пристроїв одночасно або " #~ "вказати місце для завантаження на жорсткому диску\n" #~ "\n" #~ "Завантаження напряму з камери поки що є пробною можливістю. Якщо " #~ "завантаження напряму з камери працює погано або не працює взагалі, " #~ "перемикніть її у режим PTP. Якщо це неможливо, використовуйте пристрій для " #~ "читання карт пам’яті." #~ msgid "Remembered Paths" #~ msgstr "Розміщення які запам’ятовано" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Якщо ви вимикаєте автовизначення, оберіть містце для резервного копіювання " #~ "фото та відео." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Якщо ви увімкнули автовизначення переносного накопичувача, буде проскановано " #~ "увесь накопичувач. На пристроях більшої ємності це може зайняти час\n" #~ "\n" #~ "Коли цей параметр увімкнено, й відповідний пристрій знайдено, програма " #~ "спитає вас, чи потрібно його сканувати." #~ msgid "Device Options" #~ msgstr "Налаштування пристроїв" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запам’ятованими адресами є ті, які асоціюються з пристроями вибраними вами " #~ "для виконання їх постійного сканування або ігнорування, при залученій " #~ "можливості автоматичного визначення Портативного пристрою зберігання." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Автоматично виявляти портативні пристрої зберігання" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Вкажіть кінцівку будь-якої адреси, яку ви бажаєте ігнорувати при скануванні " #~ "пристроїв, на вміст фотографій та відеозаписів. Усі адреси що закінчуються " #~ "значеннями вказаними нижче, скануватися не будуть." #~ msgid "Automatically detect devices" #~ msgstr "Автоматично виявляти пристрої" #~ msgid "Use _python-style regular expressions" #~ msgstr "Використовувати регулярні вирази стилю _python" #~ msgid "Re_move All" #~ msgstr "Вилучити все" #~ msgid "Device Options" #~ msgstr "Параметри пристрою" #~ msgid "Miscellaneous" #~ msgstr "Решта налаштувань" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Автоматично повертати зображення JPEG" #~ msgid "Performance" #~ msgstr "Швидкодія" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Створювати мініатюри (довше копіюється)" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "автоматично визначати пристрій, з якого буде виконуватися завантаження, " #~ "замінюючи налаштування програми що існують" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Чи має бути вилучено усі заппам’ятовані розміщення?" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Сталася помилка при копіюванні %(filetype)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Сталася помилка при створенні резервної копії на наступних пристроях: " #~ msgid "Download / Pause" #~ msgstr "Завантаження / Призупинити" #~ msgid "_Download" #~ msgstr "_Завантажити" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Вибачте, але стягнення відео вимкнено. Для того щоб мати можливість " #~ "завантажувати відео, будь-ласка, встановіть пакунки hachoir metadata " #~ "та kaa metadata для Пітона або exiftool." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Коли фото або відео з такою ж назвою вже завантажені, виберіть, чи " #~ "пропустити завантаження цього файлу, чи додати унікальний ідентифікатор." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/po/zh_CN.po0000644000175000017500000042502314562557501017210 0ustar00damondamon# Chinese (Simplified) translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2024-02-08 13:35+1300\n" "PO-Revision-Date: 2024-01-07 02:22+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2024-02-13 02:20+0000\n" "X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)\n" "Language: zh_CN\n" #: ../raphodo/ui/aboutdialog.py:338 msgid "Credits" msgstr "鸣谢" #: ../raphodo/ui/aboutdialog.py:343 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "Backups are not configured" msgstr "尚未进行备份配置" #: ../raphodo/ui/backuppanel.py:284 msgid "No backup devices detected" msgstr "没有检测到备份驱动器" #: ../raphodo/ui/backuppanel.py:287 msgid "Valid backup locations not yet specified" msgstr "尚未指定有效的备份位置" #: ../raphodo/ui/backuppanel.py:467 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "下载后你可以把照片或视频备份到多个位置,比如:外置硬盘。" #: ../raphodo/ui/backuppanel.py:475 msgid "Back up photos and videos when downloading" msgstr "下载时备份照片和视频" #: ../raphodo/ui/backuppanel.py:481 msgid "Automatically detect backup devices" msgstr "自动检测备份设备" #: ../raphodo/ui/backuppanel.py:487 msgid "" "Specify the folder in which backups are stored on the " "device.

                                Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:502 msgid "Photo folder name:" msgstr "照片文件夹名称:" #: ../raphodo/ui/backuppanel.py:507 msgid "Video folder name:" msgstr "视频文件夹名称:" #: ../raphodo/ui/backuppanel.py:512 ../raphodo/ui/nameeditor.py:1063 #: ../raphodo/ui/renamepanel.py:147 msgid "Example:" msgstr "例子" #: ../raphodo/ui/backuppanel.py:523 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "如果你选择关闭自动检测功能,请选择确切的备份位置。" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:534 msgid "Photo backup location:" msgstr "照片备份位置" #: ../raphodo/ui/backuppanel.py:544 msgid "Select Photo Backup Location" msgstr "选择照片备份位置" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:556 msgid "Video backup location:" msgstr "视频备份位置" #: ../raphodo/ui/backuppanel.py:562 msgid "Select Video Backup Location" msgstr "选择视频备份位置" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:678 msgid "drive1" msgstr "驱动器1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:681 msgid "drive2" msgstr "驱动器2" #: ../raphodo/ui/backuppanel.py:748 msgid "Projected Backup Storage Use" msgstr "预计备份大小" #: ../raphodo/ui/backuppanel.py:753 msgid "Backup Options" msgstr "备份选项" #: ../raphodo/copyfiles.py:599 msgid "video THM" msgstr "视频缩略图" #: ../raphodo/copyfiles.py:609 msgid "audio" msgstr "音频" #. Translators: no_photos refers to the number of photos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:119 ../raphodo/ui/devicedisplay.py:1396 #: ../raphodo/rpdfile.py:305 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s 张照片" #. Translators: no_videos refers to the number of videos #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:128 ../raphodo/ui/devicedisplay.py:1402 #: ../raphodo/rpdfile.py:293 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s 段视频" #: ../raphodo/ui/destinationdisplay.py:139 msgid "Used" msgstr "已使用" #: ../raphodo/ui/destinationdisplay.py:140 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:149 ../raphodo/ui/devicedisplay.py:1426 msgid "Device size unknown" msgstr "设备空间未知" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:162 #, python-format msgid "No space free on %(size_total)s device" msgstr "在 %(size_total)s 设备上没有空间" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:172 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:246 ../raphodo/ui/destinationpanel.py:75 #: ../raphodo/ui/devicedisplay.py:623 ../raphodo/rapid.py:2344 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:951 msgid "Photos" msgstr "照片" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:247 ../raphodo/ui/destinationpanel.py:79 #: ../raphodo/ui/devicedisplay.py:624 ../raphodo/rapid.py:2345 #: ../raphodo/rapid.py:7159 ../raphodo/rpdfile.py:979 #: ../raphodo/storage/storage.py:583 msgid "Videos" msgstr "视频" #: ../raphodo/ui/destinationdisplay.py:248 msgid "Projected storage use after download" msgstr "预计下载使用存储空间" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:313 msgid "Unwritable destination" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:315 msgid "Folder does not exist" msgstr "" #. Translators: the lack of a period at the end is deliberate #: ../raphodo/ui/destinationdisplay.py:317 msgid "Insufficient storage space" msgstr "" #. Translators: Custom refers to the user choosing a non-default value #. that they customize themselves #: ../raphodo/ui/destinationdisplay.py:350 ../raphodo/ui/nameeditor.py:621 msgid "Custom..." msgstr "自定义..." #: ../raphodo/ui/destinationdisplay.py:749 msgid "Configure photo subfolder creation" msgstr "新建照片子文件夹规则配置" #: ../raphodo/ui/destinationdisplay.py:751 msgid "Configure video subfolder creation" msgstr "新建视频子文件夹规则配置" #: ../raphodo/ui/destinationpanel.py:91 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:114 ../raphodo/ui/destinationpanel.py:126 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1287 msgid "Probing device..." msgstr "检测设备中..." #: ../raphodo/ui/devicedisplay.py:1302 msgid "Temporarily ignore this device" msgstr "暂时忽略此设备" #: ../raphodo/ui/devicedisplay.py:1306 msgid "Permanently ignore this device" msgstr "永久忽略此设备" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Rescan" msgstr "重新扫描" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1423 #, python-format msgid "%s full" msgstr "已使用 %s" #: ../raphodo/ui/devicedisplay.py:1443 msgid "Other" msgstr "其他" #: ../raphodo/devices.py:590 ../raphodo/devices.py:591 msgid "Cameras" msgstr "相机" #: ../raphodo/devices.py:592 ../raphodo/devices.py:1244 #: ../raphodo/prefs/preferencedialog.py:153 #: ../raphodo/prefs/preferencedialog.py:176 ../raphodo/rapid.py:2196 msgid "Devices" msgstr "设备" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:996 #, python-format msgid "Downloading from %(device_names)s" msgstr "正在从 %(device_names)s 下载" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1063 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s 台 %(device_type)s 设备" #: ../raphodo/devices.py:1217 ../raphodo/rapid.py:1920 msgid "Select Source" msgstr "选择来源" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1268 ../raphodo/devices.py:1288 #, python-format msgid "%(device1)s + %(device2)s" msgstr "" #. Translators: Number of cameras e.g. 3 Cameras #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1306 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s 台相机" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1314 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s 台设备" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1638 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "单击复选框以确认或取消下载。" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "单击设备前的复选框以确认或取消下载设备上所有的文件。" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "In case of any problems, a red icon will appear at the bottom of the window " "indicating how many error reports there are. Clicking on it opens the Error " "Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 msgid "" "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. You " "can click on the hyperlinks to open its file or device in a file manager. " "You can also search the reports using the search box in the lower left of " "the Error Report window." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "

                                In the illustration above, the first row of the Timeline is black because " "all the files on that date had been previously downloaded.

                                The " "Timeline's slider adjusts the time elapsed between consecutive shots that is " "used to build the Timeline:

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:132 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:139 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:146 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:153 msgid "" "Thumbnails can be sorted using a variety of criteria:
                                1. Modification " "Time: when the file was last modified, according to its metadata (where " "available) or according to the filesystem (as a " "fallback).
                                2. Checked State: whether the file is marked for " "download.
                                3. Filename: the full filename, including " "extension.
                                4. Extension: the filename's extension. You can use " "this to group jpeg and raw images, for instance.
                                5. File Type: " "photo or video.
                                6. Device: name of the device the photos and " "videos are being downloaded from.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:171 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "Rapid Photo Downloader的最强大功能之一就是在下载过程中可以根据你选择的方案自动新建子文件夹并重命名文件。" #: ../raphodo/ui/didyouknow.py:177 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:184 msgid "" "When thinking about your download directory structure, keep in mind two " "different types of directory:
                                1. The destination folder, e.g. " ""Pictures", "Photos", or "Videos". This " "directory should already exist on your computer. In the illustration below, " "the destination folders are "Pictures" and "Videos". The " "name of the destination folder is displayed in the grey bar directly above " "the folder tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. The download subfolders, which are directories that " "will be automatically generated by Rapid Photo Downloader. They need not " "already exist on your computer, but it's okay if they do. They will be " "generated under the destination folder.
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and videos " "to the same subfolders, or use a different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:210 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "如果需要,自动生成的文件夹内同样可自动新建子文件夹。常见方案如在代表某一年的子文件夹内按不用的日期建立子文件夹。" #: ../raphodo/ui/didyouknow.py:219 msgid "" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:
                                1. The destination folder tree shows the " "download subfolders already on your computer (those in a regular, non-" "italicized font), and the subfolders that will be created during the " "download (those whose names are italicized).
                                2. The folder tree also " "shows into which subfolders the files will be downloaded (those colored " "black).
                                " msgstr "" #: ../raphodo/ui/didyouknow.py:234 msgid "" "Download subfolder names are typically generated using some or all of the " "following elements:
                                1. File metadata, very often including the " "date the photo or video was created, but might also include the camera model " "name, camera serial number, or file extension e.g. JPG or CR2.
                                2. A " "Job Code, which is free text you specify at the time the download " "occurs, such as the name of an event or location.
                                3. Text which " "you want to appear every time, such as a hyphen or a space.
                                Naming " "subfolders with the year, followed by the month and finally the day in " "numeric format makes it easy to keep them sorted in a file manager, which is " "why it's the default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:253 msgid "" "To automatically create download subfolders as you download, you can use one " "of Rapid Photo Downloader's built-in presets, or create a custom preset. " "Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:259 msgid "" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own scheme. You create your own schemes using the Photo or " "Video Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:267 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:273 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:279 msgid "" "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date the " "photos were taken and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:287 msgid "" "Although there are many built-in date/time naming options, you may find that " "you need something different. It's no problem to create your own. You can " "combine date/time choices to generate new combinations. Supposing you wanted " "a date format that combines year (YYYY), a hyphen, and month (MM) to form " "YYYY-MM. You can create it like this (note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:296 msgid "" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:304 msgid "" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can use them in subfolder and file names. In this illustration, " "some files have had the Job Code "Street" applied to them, and the " "selected files are about to get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:312 msgid "" "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code applied " "to them, you'll be prompted to enter a Job Code for them before the download " "begins." msgstr "" #: ../raphodo/ui/didyouknow.py:319 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:328 msgid "" "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" msgstr "" #: ../raphodo/ui/didyouknow.py:334 msgid "" "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:

                                1. Downloads today: tracks " "downloads completed during that day.
                                2. Stored number: similar " "to Downloads today, but it is remembered from the last time the program was " "run.
                                3. Session number: reset each time the program is " "run.
                                4. Sequence letter: like session numbers, but uses " "letters.

                                Read more about sequence numbers in the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:352 msgid "" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." msgstr "" #: ../raphodo/ui/didyouknow.py:358 msgid "" "

                                The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature on your camera and you use sequence numbers in your photo " "renaming. Enabling this option will cause the program to detect matching " "pairs of RAW and JPEG photos, and when they are detected, the same sequence " "numbers will be applied to both photo names. Furthermore, sequences will be " "updated as if the photos were one.

                                Read more about file renaming in " "the online " "documentation.

                                " msgstr "" #: ../raphodo/ui/didyouknow.py:371 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as external hard drives or network shares. Backup " "devices can be automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:384 msgid "" "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:389 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:394 msgid "" "Rapid Photo Downloader deals with three types of cache:
                                1. A " "thumbnail cache whose sole purpose is to store thumbnails of files " "from your cameras, memory cards, and other devices.
                                2. A temporary " "cache of files downloaded from a camera, one for photos and another for " "videos. They are located in temporary subfolders in the download " "destination.
                                3. The desktop's thumbnail cache, in which Rapid " "Photo Downloader stores thumbnails of RAW and TIFF photos once they have " "been downloaded. File browsers like Gnome Files use this cache as well, " "meaning they too will display thumbnails for those files.
                                Read " "more about these caches and their effect on download performance in the online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:450 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:458 msgid "Did you know...?" msgstr "你知道吗?" #: ../raphodo/ui/didyouknow.py:487 msgid "Show tips on startup" msgstr "在启动时显示此消息" #: ../raphodo/ui/didyouknow.py:491 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:492 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:444 msgid "MB/sec" msgstr "兆字节/秒" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:572 msgid "A few seconds" msgstr "几分钟后" #: ../raphodo/downloadtracker.py:631 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:633 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:638 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:640 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:645 ../raphodo/downloadtracker.py:827 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:647 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:652 ../raphodo/downloadtracker.py:857 #: ../raphodo/downloadtracker.py:865 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:654 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:833 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:835 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:838 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:840 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:872 msgid "1 hour, 1 minute" msgstr "1小时,1分钟" #: ../raphodo/downloadtracker.py:874 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:877 #, python-format msgid "%d hours, 1 minute" msgstr "%d小时,1分钟" #: ../raphodo/downloadtracker.py:879 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:906 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:908 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:911 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:913 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:86 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:156 msgid "Error Reports - Rapid Photo Downloader" msgstr "错误报告 - Rapid Photo Downloader" #: ../raphodo/errorlog.py:193 msgid "Find in reports" msgstr "在报告中查找" #: ../raphodo/errorlog.py:212 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:217 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:219 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:220 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:221 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:222 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:223 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:224 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:235 ../raphodo/errorlog.py:375 #, python-format msgid "%s of %s matches" msgstr "" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:240 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:261 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:361 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:520 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:570 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" #: ../raphodo/excepthook.py:51 #, python-brace-format msgid "" "Please report the problem at {website}.

                                In " "your bug report describe what you expected to happen, and what you observed " "happening.

                                The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" #: ../raphodo/excepthook.py:58 msgid "Additional Information Saved" msgstr "" #: ../raphodo/excepthook.py:63 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                You need to attach this file to the bug " "report yourself. It will not be automatically attached.

                                Click here to see the file in your file manager." msgstr "" #: ../raphodo/excepthook.py:70 msgid "Error Creating Additional Information" msgstr "" #: ../raphodo/excepthook.py:73 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" #: ../raphodo/excepthook.py:80 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

                                If possible, please also include the program's configuration " "file {config_file}.

                                Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:89 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:181 msgid "Problem in Rapid Photo Downloader" msgstr "在Rapid Photo Downloader中的错误" #: ../raphodo/excepthook.py:185 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:188 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:213 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:215 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:171 ../raphodo/thumbnaildisplay.py:2233 msgid "Open in File Browser..." msgstr "在文件浏览器中打开..." #. type: QModelIndex | None #: ../raphodo/ui/filebrowse.py:177 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:181 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:135 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:173 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:261 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:209 msgid "Date time" msgstr "日期时间" #: ../raphodo/generatenameconfig.py:210 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:211 ../raphodo/rapid.py:2314 msgid "Filename" msgstr "文件名" #: ../raphodo/generatenameconfig.py:212 #: ../raphodo/prefs/preferencedialog.py:965 msgid "Metadata" msgstr "元数据" #: ../raphodo/generatenameconfig.py:213 msgid "Sequences" msgstr "序列" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:216 msgid "Job code" msgstr "任务代码" #: ../raphodo/generatenameconfig.py:217 msgid "Image date" msgstr "图像日期" #: ../raphodo/generatenameconfig.py:218 msgid "Video date" msgstr "视频日期" #: ../raphodo/generatenameconfig.py:219 msgid "Today" msgstr "今日" #: ../raphodo/generatenameconfig.py:220 msgid "Yesterday" msgstr "昨天" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:223 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 msgid "Name" msgstr "名称" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 ../raphodo/rapid.py:2315 msgid "Extension" msgstr "扩展名" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:232 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:233 msgid "Video number" msgstr "视频数量" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "Aperture" msgstr "光圈" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Exposure time" msgstr "曝光时间" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Focal length" msgstr "焦距" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera make" msgstr "相机制造商" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Camera model" msgstr "相机型号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Short camera model" msgstr "相机型号缩写" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Hyphenated short camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Serial number" msgstr "序列号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:263 msgid "Shutter count" msgstr "快门数" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:265 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:267 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:269 msgid "Folder and file" msgstr "文件和文件夹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:272 msgid "Owner name" msgstr "机主姓名" #: ../raphodo/generatenameconfig.py:273 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:277 msgid "Frames Per Second" msgstr "每秒帧数" #: ../raphodo/generatenameconfig.py:278 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:279 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Downloads today" msgstr "今日下载" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Subfolder number" msgstr "子目录编号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:291 msgid "Stored number" msgstr "存储编号" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:294 msgid "Sequence letter" msgstr "序列字母" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "All digits" msgstr "所有位数" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last digit" msgstr "最后1位" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 2 digits" msgstr "最后2位" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 3 digits" msgstr "最后3位" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:309 msgid "Last 4 digits" msgstr "最后4位" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "Original Case" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:318 msgid "lowercase" msgstr "小写" #: ../raphodo/generatenameconfig.py:319 msgid "One digit" msgstr "一位" #: ../raphodo/generatenameconfig.py:320 msgid "Two digits" msgstr "两位" #: ../raphodo/generatenameconfig.py:321 msgid "Three digits" msgstr "三位" #: ../raphodo/generatenameconfig.py:322 msgid "Four digits" msgstr "四位" #: ../raphodo/generatenameconfig.py:323 msgid "Five digits" msgstr "五位" #: ../raphodo/generatenameconfig.py:324 msgid "Six digits" msgstr "六位" #: ../raphodo/generatenameconfig.py:325 msgid "Seven digits" msgstr "七位" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:418 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:419 msgid "YYYY-MM-DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 ../raphodo/generatenameconfig.py:420 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY-MM-DD" msgstr "YY-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 ../raphodo/generatenameconfig.py:418 #: ../raphodo/generatenameconfig.py:419 ../raphodo/generatenameconfig.py:420 #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:422 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:394 msgid "HH-MM-SS" msgstr "HH-MM-SS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH-MM" msgstr "HH-MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "MM (minutes)" msgstr "MM (分钟)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:406 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:420 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:421 ../raphodo/generatenameconfig.py:517 #: ../raphodo/generatenameconfig.py:717 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:421 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:422 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:422 ../raphodo/ui/jobcodepanel.py:273 #: ../raphodo/ui/nameeditor.py:987 ../raphodo/rapid.py:1968 #: ../raphodo/ui/renamepanel.py:99 ../raphodo/ui/renamepanel.py:280 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:712 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:513 ../raphodo/generatenameconfig.py:713 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:514 ../raphodo/generatenameconfig.py:714 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:515 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:516 ../raphodo/generatenameconfig.py:716 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:517 ../raphodo/generatenameconfig.py:717 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:715 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:718 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:88 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:96 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:106 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:119 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:129 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:141 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:145 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:180 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:184 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:245 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:249 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:253 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:258 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:263 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:272 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:277 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:280 ../raphodo/rapid.py:2322 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:281 ../raphodo/rapid.py:2323 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:291 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:295 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:299 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:303 ../raphodo/prefs/preferencedialog.py:285 #: ../raphodo/prefs/preferencedialog.py:321 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:506 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:509 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:573 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:499 ../raphodo/ui/nameeditor.py:519 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:609 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:610 msgid "Remove Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:612 #, python-format msgid "Remove Custom Preset \"%(preset_name)s\"..." msgstr "" #: ../raphodo/ui/nameeditor.py:617 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:670 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:687 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:690 ../raphodo/ui/nameeditor.py:1681 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:800 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:808 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:941 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:948 msgid "photo subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:950 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:957 msgid "video subfolder generation" msgstr "" #: ../raphodo/ui/nameeditor.py:959 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:965 msgid "photo renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:967 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:973 msgid "video renaming" msgstr "" #: ../raphodo/ui/nameeditor.py:997 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:1015 #, python-format msgid "The character
                                %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:1025 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:1033 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:1062 ../raphodo/ui/renamepanel.py:145 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1145 ../raphodo/ui/nameeditor.py:1168 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1197 ../raphodo/prefs/preferencedialog.py:1068 #: ../raphodo/wsl.py:654 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1224 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1468 #, python-format msgid "" "Remove Custom Preset

                                Are you sure you want to remove the " "custom preset \"%(preset_name)s\"?" msgstr "" #: ../raphodo/ui/nameeditor.py:1486 #, python-format msgid "" "Remove All Custom Presets

                                Are you sure you want to remove all " "%(preset_type)s custom presets?" msgstr "" #: ../raphodo/ui/nameeditor.py:1647 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1650 msgid "" "Do you want to save the changes in a new custom " "preset?

                                Creating a custom preset is not required, but can help " "you keep organized.

                                The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1671 msgid "" "Do you want to save the changes in a custom preset?

                                If you " "like, you can create a new custom preset or update the existing custom " "preset.

                                The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1685 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/prefs/preferencedialog.py:131 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:154 #: ../raphodo/prefs/preferencedialog.py:177 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:155 #: ../raphodo/prefs/preferencedialog.py:178 msgid "Automation" msgstr "自动" #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 #: ../raphodo/prefs/preferencedialog.py:583 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 #: ../raphodo/prefs/preferencedialog.py:647 msgid "Error Handling" msgstr "错误处理" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:160 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:183 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:218 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:219 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:228 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:230 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:237 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:241 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:246 #: ../raphodo/prefs/preferencedialog.py:307 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:253 #: ../raphodo/prefs/preferencedialog.py:283 #: ../raphodo/prefs/preferencedialog.py:314 #: ../raphodo/prefs/preferencedialog.py:777 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:275 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:276 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:280 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:287 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:301 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:303 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:310 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:317 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:324 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as #. well. #: ../raphodo/prefs/preferencedialog.py:336 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:343 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:385 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:398 #: ../raphodo/prefs/preferencedialog.py:503 #: ../raphodo/prefs/preferencedialog.py:551 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:406 #: ../raphodo/prefs/preferencedialog.py:573 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:414 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:415 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place #. the carriage return where you think it makes sense so that the tool tip #. does not stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:420 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:424 msgid "Start downloading at program startup" msgstr "程序启动时开始下载" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading upon device insertion" msgstr "设备插入后自动开始下载" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:429 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:463 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:464 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:471 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:475 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:478 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:487 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:488 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:526 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:534 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:535 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:542 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:557 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:560 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:586 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:596 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:599 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:613 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:627 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:650 msgid "Skip download" msgstr "跳过下载" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Add unique identifier" msgstr "添加唯一标识符" #: ../raphodo/prefs/preferencedialog.py:657 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:665 msgid "Overwrite" msgstr "覆盖" #: ../raphodo/prefs/preferencedialog.py:666 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Skip" msgstr "跳过" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:676 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:688 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:699 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:720 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:721 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:725 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:728 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:732 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:738 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:741 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:745 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:751 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:758 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:763 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:767 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:774 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:781 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:819 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:822 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:825 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:831 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:832 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:840 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:849 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:852 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:860 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:866 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:872 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:878 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:884 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:900 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:909 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:914 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:919 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:967 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:970 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:977 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:979 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:994 msgid "Read video metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:997 msgid "" "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                The default is to use MediaInfo and Gstreamer, " "with three exceptions:

                                1. ExifTool reports a time zone and MediaInfo " "does not.
                                2. ExifTool provides more reliable data than MediaInfo for " "some file formats.
                                3. Gstreamer is unable to extract " "thumbnails.
                                " msgstr "" #: ../raphodo/prefs/preferencedialog.py:1023 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1125 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1409 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1571 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1576 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1591 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1596 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1916 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1918 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1920 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1934 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1936 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1938 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1952 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1953 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1954 ../raphodo/ui/renamepanel.py:146 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1969 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1974 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1983 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:331 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:754 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "子目录首选项不应以 %s 开头" #: ../raphodo/prefs/preferences.py:758 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "子目录首选项不应以 %s 结尾" #: ../raphodo/prefs/preferences.py:765 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "子目录首选项不应包含两个相邻的 %s" #: ../raphodo/ui/primarybutton.py:121 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 12:15 PM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:254 ../raphodo/proximity.py:283 #: ../raphodo/proximity.py:318 ../raphodo/proximity.py:324 #, python-format msgid "%(date)s, %(time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:272 #, python-format msgid "%(starttime)s - %(endtime)s" msgstr "" #. The start and end dates are on a different day #. Translators: for example, Nov 3 or Dec 31 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:293 ../raphodo/proximity.py:299 #: ../raphodo/proximity.py:1120 ../raphodo/timeutils.py:110 #, python-format msgid "%(month)s %(numeric_day)s" msgstr "" #. Translators: for example, Nov 3 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 2 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 15 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:308 ../raphodo/proximity.py:312 #: ../raphodo/proximity.py:1127 ../raphodo/timeutils.py:118 #, python-format msgid "%(date)s %(year)s" msgstr "" #. Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:333 #, python-format msgid "%(earlier_time)s - %(later_time)s" msgstr "" #. Translators, for example: #. Nov 3 2012, 12:15 PM - #. Nov 4 2012, 1:00 AM #. (please keep the line break signified by \n) #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:344 #, python-format msgid "" "%(earlier_time)s -\n" "%(later_time)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:478 #, python-format msgid "%(month)s %(year)s" msgstr "" #. Translators: for example, Nov 2015 #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/proximity.py:1132 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1935 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1992 #, python-format msgid "%(minutes)dm" msgstr "" #. Translators: i.e. "1.5h", which is short for 1.5 hours. #. Replace the entire string with the correct localized value #: ../raphodo/proximity.py:1996 msgid "1.5h" msgstr "" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:2002 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2141 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" #: ../raphodo/proximity.py:2146 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2149 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2150 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2152 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

                                The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" #: ../raphodo/proximity.py:2612 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:460 ../raphodo/rapid.py:858 ../raphodo/rapid.py:4386 #: ../raphodo/rapid.py:4607 ../raphodo/rapid.py:4627 ../raphodo/rapid.py:4651 #: ../raphodo/rapid.py:4658 ../raphodo/rapid.py:5331 ../raphodo/rapid.py:5953 #: ../raphodo/rapid.py:7022 ../raphodo/ui/rememberthisdialog.py:110 #: ../raphodo/ui/viewutils.py:741 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "快速照片下载器" #: ../raphodo/rapid.py:1107 msgid "" "ExifTool has a problem

                                Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" #: ../raphodo/rapid.py:1118 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1127 msgid "" "The library libmediainfo appears to be missing

                                Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" #: ../raphodo/rapid.py:1139 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1319 #, python-format msgid "" "Cannot download from Apple devices

                                To download from " "%(device)s, this program requires additional software be installed that " "interacts with Apple devices.

                                Missing applications: " "%(applications)s

                                Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "\n" "

                                Rapid Photo Downloader is made for you. You can help improve it by " "participating in a\n" "web survey.

                                \n" "

                                Because this program does not collect analytics, the survey makes a real " "\n" "difference to the program's future.

                                " msgstr "" #: ../raphodo/rapid.py:1597 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1608 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1611 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1612 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1615 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in #. the future #: ../raphodo/rapid.py:1621 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:1821 ../raphodo/rapid.py:2611 msgid "Download" msgstr "下载" #: ../raphodo/rapid.py:1825 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1829 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1833 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1838 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:1842 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1847 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1850 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1857 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1860 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1863 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1868 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1957 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1965 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1967 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1969 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2192 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2211 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2214 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2228 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2306 msgid "All" msgstr "" #: ../raphodo/rapid.py:2307 msgid "New" msgstr "" #: ../raphodo/rapid.py:2309 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2312 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2313 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2316 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2317 msgid "Device" msgstr "设备" #: ../raphodo/rapid.py:2319 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2335 msgid "Select All:" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2594 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2609 msgid "Pause" msgstr "暂停" #: ../raphodo/rapid.py:2737 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2838 #, python-format msgid "" "Changing This Computer source path

                                Do you really want to " "change the source path to %(new_path)s?

                                You are currently downloading " "from %(source_path)s.

                                If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3324 ../raphodo/rpdfile.py:175 #: ../raphodo/rpdfile.py:842 msgid "photo" msgstr "照片" #: ../raphodo/rapid.py:2881 ../raphodo/rapid.py:3341 ../raphodo/rpdfile.py:173 #: ../raphodo/rpdfile.py:903 msgid "video" msgstr "视频" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:2885 #, python-format msgid "Invalid %(filetype)s download destination" msgstr "" #: ../raphodo/rapid.py:2890 msgid "" "The download directory is not writable. Ensure permissions are correctly " "set. If the destination is on the network, ensure the network share is " "correctly configured." msgstr "" #: ../raphodo/rapid.py:2896 msgid "The download directory does not exist." msgstr "" #: ../raphodo/rapid.py:2970 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2984 #, python-format msgid "" "Confirm Download Destination

                                Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" #: ../raphodo/rapid.py:3075 msgid "" "\n" "Downloading all files

                                \n" "A download always includes all files that are marked for download,\n" "including those that are not currently displayed because the Timeline\n" "is being used or because only new files are being shown.

                                \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3240 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下列下载文件夹无效 :\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3243 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下列下载文件夹无效:\n" "%s" #: ../raphodo/rapid.py:3246 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3247 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3265 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3277 ../raphodo/rapid.py:3292 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3279 ../raphodo/rpdfile.py:175 msgid "photos" msgstr "相片" #: ../raphodo/rapid.py:3294 ../raphodo/rpdfile.py:173 msgid "videos" msgstr "视频" #: ../raphodo/rapid.py:3304 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3321 ../raphodo/rapid.py:3338 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

                                Do you still want to start the download?" msgstr "" #: ../raphodo/rapid.py:3349 msgid "Backup problem" msgstr "备份故障" #: ../raphodo/rapid.py:4175 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4256 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s 已 下载" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4266 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s 下载失败" #: ../raphodo/rapid.py:4272 ../raphodo/rapid.py:4379 msgid "warnings" msgstr "警告" #: ../raphodo/rapid.py:4307 msgid "All downloads complete" msgstr "所有下载已完成" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4317 ../raphodo/rapid.py:4332 ../raphodo/rapid.py:4348 #: ../raphodo/rapid.py:4363 ../raphodo/rapid.py:4378 #, python-format msgid "%(number)s %(numberdownloaded)s" msgstr "%(number)s %(numberdownloaded)s" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4322 ../raphodo/rapid.py:4353 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s 已下载" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4337 ../raphodo/rapid.py:4368 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s 下载失败" #: ../raphodo/rapid.py:4404 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4406 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4411 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4413 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4438 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4445 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:4454 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4456 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4495 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4614 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

                                It may be locked " "or not configured for file transfers using USB. You can unlock it and try " "again.

                                On some models you also need to change the setting to allow " "the use of USB for File Transfer.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4634 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone or " "camera that is being used by another program like a file manager.

                                If " "the device is mounted in your file manager, you must first "eject" " "it from the other program while keeping the %(camera)s plugged in.

                                If " "that does not work, unplug the %(camera)s from the computer and plug it in " "again.

                                Learn more about d" "ownloading from cameras and en" "abling downloading from phones.

                                Alternatively, you can ignore " "the %(camera)s." msgstr "" #: ../raphodo/rapid.py:4654 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4665 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4666 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4758 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4761 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4765 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4770 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5303 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" #: ../raphodo/rapid.py:5338 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" #: ../raphodo/rapid.py:5499 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5501 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5503 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5505 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5506 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5507 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5591 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5936 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5940 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5946 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5950 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6368 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6372 msgid "" "Do you really want to download from here?

                                On some systems, scanning " "this location can take a very long time." msgstr "" #. Translators - in the middle is a unicode em dash - please retain it #. This string is displayed in the status bar when the download is paused #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6416 #, python-format msgid "%(downloading_from)s — download paused" msgstr "" #: ../raphodo/rapid.py:6428 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6435 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6449 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6461 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:6608 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6615 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6621 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6628 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6634 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6640 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6648 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6656 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6661 ../raphodo/rapid.py:6668 ../raphodo/rapid.py:6675 #: ../raphodo/rapid.py:6719 ../raphodo/rapid.py:6729 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6663 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6670 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6677 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6684 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6690 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6695 ../raphodo/rapid.py:6707 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6698 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6710 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" #: ../raphodo/rapid.py:6722 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6732 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6740 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6750 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6757 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6764 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" #: ../raphodo/rapid.py:6773 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6781 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6788 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6797 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" #: ../raphodo/rapid.py:6805 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6811 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6818 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:6828 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:6921 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6932 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:6939 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7010 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7025 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7113 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7118 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7133 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" #: ../raphodo/rapid.py:7208 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" #: ../raphodo/rapid.py:7410 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7418 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7424 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:74 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:85 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:638 msgid "subfolder and filename" msgstr "子文件夹和文件名" #: ../raphodo/renameandmovefile.py:640 msgid "filename" msgstr "文件名" #: ../raphodo/renameandmovefile.py:642 msgid "subfolder" msgstr "子目录" #: ../raphodo/ui/renamepanel.py:332 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:333 msgid "Downloads today:" msgstr "今日下载:" #: ../raphodo/ui/renamepanel.py:355 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:356 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:368 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:371 msgid "Day start:" msgstr "开始日:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:381 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:385 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:390 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:401 msgid "Strip incompatible characters" msgstr "去掉不兼容字符" #: ../raphodo/ui/renamepanel.py:406 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:410 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:491 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:496 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:500 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "图片和视频" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "照片或视频" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:268 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. noqa: SIM108 #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:297 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:299 msgid "1 Video" msgstr "" #. noqa: SIM108 #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:309 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:311 msgid "1 Photo" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the program #. will crash. #: ../raphodo/rpdfile.py:822 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:843 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:904 msgid "Video" msgstr "视频" #: ../raphodo/storage/storage.py:243 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:569 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:90 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:97 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:137 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:579 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:589 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:599 ../raphodo/thumbnaildisplay.py:650 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:615 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:620 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:627 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:664 #, python-format msgid "

                                Previous download:
                                %(filename)s
                                %(path)s
                                %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:674 #, python-format msgid "

                                Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2236 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2242 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2247 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:211 msgid "B" msgstr "" #: ../raphodo/utilities.py:212 msgid "KB" msgstr "" #: ../raphodo/utilities.py:213 msgid "MB" msgstr "" #: ../raphodo/utilities.py:214 msgid "GB" msgstr "" #: ../raphodo/utilities.py:215 msgid "TB" msgstr "" #: ../raphodo/utilities.py:216 msgid "PB" msgstr "" #: ../raphodo/utilities.py:217 msgid "EB" msgstr "" #: ../raphodo/utilities.py:218 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:219 msgid "YB" msgstr "" #. Translators: two things in a list e.g. "device1 and device2" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:482 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #. Translators: the middle of a list of things, #. e.g, 'camera, memory card' #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:493 #, python-format msgid "%(first_items)s, %(last_items)s" msgstr "" #. Translators: the end of a list of things, #. e.g, 'camera, memory card and external drive' #. where 'camera, memory card' are represented by start_items in the code #. and 'external drive' is represented by last_item in the code #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/utilities.py:503 #, python-format msgid "%(start_items)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:574 msgid "one" msgstr "" #: ../raphodo/utilities.py:575 msgid "two" msgstr "" #: ../raphodo/utilities.py:576 msgid "three" msgstr "" #: ../raphodo/utilities.py:577 msgid "four" msgstr "" #: ../raphodo/utilities.py:578 msgid "five" msgstr "" #: ../raphodo/utilities.py:579 msgid "six" msgstr "" #: ../raphodo/utilities.py:580 msgid "seven" msgstr "" #: ../raphodo/utilities.py:581 msgid "eight" msgstr "" #: ../raphodo/utilities.py:582 msgid "nine" msgstr "" #: ../raphodo/utilities.py:583 msgid "ten" msgstr "" #: ../raphodo/utilities.py:584 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:585 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:586 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:587 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:590 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:591 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:592 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:593 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:675 ../raphodo/ui/viewutils.py:695 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:676 ../raphodo/ui/viewutils.py:696 msgid "&Close" msgstr "关闭(&C)" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&Cancel" msgstr "" #: ../raphodo/ui/viewutils.py:678 ../raphodo/ui/viewutils.py:698 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:679 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:680 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:681 ../raphodo/ui/viewutils.py:699 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:700 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:108 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:112 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:118 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:315 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:320 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:333 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:402 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:415 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:564 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:568 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:572 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:576 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:606 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:608 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:610 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:644 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:658 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1460 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1464 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1607 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1613 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "从相机和其他设备上下载、重命名并备份照片和视频。" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Rapid Photo Downloader配置方便易于使用,同为摄影师作者兼顾专业和业余摄影师的需求。 " "它复杂的代码来配置,自动执行常规任务,如下载完成后弹出记忆卡。" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "照片下载器" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "使用Rapid Photo Downloader下载照片和视频。" #~ msgid "Berlin" #~ msgstr "柏林" #~ msgid "Paris" #~ msgstr "巴黎" #~ msgid "New York" #~ msgstr "纽约" #~ msgid "Prague" #~ msgstr "布拉格" #~ msgid "Manila" #~ msgstr "马尼拉" #~ msgid "Wellington" #~ msgstr "惠灵顿" #~ msgid "Helsinki" #~ msgstr "赫尔辛基" #~ msgid "Kampala" #~ msgstr "坎帕拉" #~ msgid "Tehran" #~ msgstr "德黑兰" #~ msgid "Stockholm" #~ msgstr "斯德哥尔摩" #~ msgid "Rome" #~ msgstr "罗马" #~ msgid "Moscow" #~ msgstr "莫斯科" #~ msgid "Sydney" #~ msgstr "悉尼" #~ msgid "Budapest" #~ msgstr "布达佩斯" #~ msgid "Jakarta" #~ msgstr "雅加达" #~ msgid "Madrid" #~ msgstr "马德里" #~ msgid "Delhi" #~ msgstr "德里" #~ msgid "Warsaw" #~ msgstr "华沙" #~ msgid "Select a folder to download photos to" #~ msgstr "选择下载相片的目录..." #~ msgid "Select a folder to download videos to" #~ msgstr "选择下载视频的目录..." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "选择目录保存 %(file_types)s" #~ msgid "Error in Video Rename preferences" #~ msgstr "视频重命名设置出错." #~ msgid "Error in Photo Rename preferences" #~ msgstr "照片重命名设置出错" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "视频下载子文件夹出错" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "照片下载子文件夹设置出错." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "警告: 没有足够的数据来完成命名, 请使用其它的重命名选项." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "警告: 没有足够的数据来完成自文件夹命名, 请使用其它的重命名文件夹选项." #, python-format #~ msgid "Example: %s" #~ msgstr "范例: %s" #~ msgid "externaldrive1" #~ msgstr "外部驱动器1" #~ msgid "externaldrive2" #~ msgstr "外部驱动器2" #~ msgid "scanning..." #~ msgstr "正在扫描..." #~ msgid "Download cannot proceed" #~ msgstr "下载无法进行" #~ msgid "Photo has already been downloaded" #~ msgstr "照片已经下载过" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "检测到文件名相同,但拍摄时间不同的照片。" #~ msgid "Backing up error" #~ msgstr "备份错误" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "源: %(source)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "目标目录不能被创建: %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "错误: %(inst)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "音频输入: %(source)s\n" #~ "音频输出: %(destination)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "要使用此设备或分区来下载照片或视频吗?" #~ msgid "Download Progress" #~ msgstr "下载进度" #~ msgid "Device Detected" #~ msgstr "检测到驱动器" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "备份至 %(path)s" #~ msgid "Using backup device" #~ msgstr "正在使用备份驱动器" #~ msgid "Using backup devices" #~ msgstr "正在使用备份驱动器" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "约剩余 %(minutes)i:%(seconds)02i 分钟" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "约剩余 %i 秒" #~ msgid "About 1 minute remaining" #~ msgstr "约剩余 1 秒钟" #~ msgid "MB/s" #~ msgstr "兆/秒" #~ msgid "About 1 second remaining" #~ msgstr "剩余约1秒钟" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "程序运行时在命令行显示程序信息 (默认:%default)" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "重置所有程序设置和首选项并退出" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "列出程序支持的照片和视频文件扩展名并退出" #~ msgid "only output errors to the command line" #~ msgstr "只在命令行显示错误信息" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Photo Rename" #~ msgstr "照片重命名" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "照片和视频名字冲突" #~ msgid "Backup" #~ msgstr "备份" #~ msgid "Download Folder" #~ msgstr "下载目录" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "兼容其它操作系统" #~ msgid "Download Subfolders" #~ msgstr "下载子目录" #~ msgid "Job Codes" #~ msgstr "任务代码" #~ msgid "Program Automation" #~ msgstr "程序自动化" #~ msgid "Example: /home/user/Pictures" #~ msgstr "例如:/home/user/Pictures" #~ msgid "Original:" #~ msgstr "原始的:" #~ msgid "Example:" #~ msgstr "例如:" #~ msgid "New:" #~ msgstr "新的:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/媒体/外部驱动器/照片" #~ msgid "Error Handling" #~ msgstr "错误处理" #~ msgid "Backup\t" #~ msgstr "备份\t" #~ msgid "Sequence Numbers" #~ msgstr "序列数字" #~ msgid "Devices" #~ msgstr "驱动器" #~ msgid "Photo Rename\t" #~ msgstr "照片重命名\t" #~ msgid "Rename Options" #~ msgstr "重命名选项" #~ msgid "Photo Download Folders" #~ msgstr "照片下载目录" #~ msgid "Video Download Folders" #~ msgstr "视频下载目录" #~ msgid "Video Rename\t" #~ msgstr "视频重命名\t" #~ msgid "Automatically detect devices" #~ msgstr "自动检测设备" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "自动检测可移动存储设备" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "选择下载目录。下载照片的子目录将使用下列指定结构在此目录内自动创建。" #~ msgid "Backup" #~ msgstr "备份" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "选择下载目录。下载视频的子目录将使用下列指定结构在此目录内自动创建。" #~ msgid "Download / Pause" #~ msgstr "下载 / 暂停" #~ msgid "Download folder:" #~ msgstr "下载目录:" #~ msgid "Error Log" #~ msgstr "错误日志" #~ msgid "Photo backup folder name:" #~ msgstr "照片备份目录名称" #~ msgid "Photo Rename" #~ msgstr "照片重命名" #~ msgid "Photo Folders" #~ msgstr "照片目录" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "高效可靠地导入你的照片和视频" #~ msgid "Rename Options" #~ msgstr "重命名选项" #~ msgid "R_emove All" #~ msgstr "全部删除 (_E)" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "同步RAW+JPEG序列号" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "指定照片、视频或文件夹名称时应删除任何与其他操作系统不兼容的字符。" #~ msgid "Video backup folder name:" #~ msgstr "视频备份目录" #~ msgid "Video Rename" #~ msgstr "视频重命名" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "下载完成后卸载(弹出)设备" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "备份时,选择是否覆盖或忽略备份设备上的同名文件。" #~ msgid "Video Folders" #~ msgstr "视频目录" #~ msgid "_Report a Problem..." #~ msgstr "报告问题... (_R)" #~ msgid "_Get Help Online..." #~ msgstr "获取在线帮助... (_G)" #~ msgid "_Error Log" #~ msgstr "错误日志 (_E)" #~ msgid "_Make a Donation..." #~ msgstr "我要捐赠... (_M)" #~ msgid "_Help" #~ msgstr "帮助 (_H)" #~ msgid "_File" #~ msgstr "文件(_F)" #~ msgid "_Translate this Application..." #~ msgstr "翻译本程序...(_T)" #~ msgid "_Select" #~ msgstr "选择(_S)" #~ msgid "_Clear Completed Downloads" #~ msgstr "清除已完成的下载(_C)" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "指定备份存储于设备的目录。 \n" #~ "\n" #~ "注意:这还会被用来确认一个设备是否用来备份。请对每一个希望用于备份的设备创建一个有以上名称的目录。" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "当同名照片或视频已存在时,选择忽略下载或者增加唯一标识符。" #~ msgid "_Add..." #~ msgstr "添加(_A)..." #~ msgid "Location:" #~ msgstr "位置:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "首选项:急速照片下载器" #~ msgid "Example" #~ msgstr "例子" #~ msgid "Enter a Job Code" #~ msgstr "输入一个任务代码" #~ msgid "_Remember this choice" #~ msgstr "记住此选择 (_R)" #~ msgid "Job Code:" #~ msgstr "任务代码:" #~ msgid "Name + extension" #~ msgstr "名称+扩展名" #~ msgid "Job Codes" #~ msgstr "任务代码" #~ msgid " " #~ msgstr " " #~ msgid "Size" #~ msgstr "容量" #, python-format #~ msgid "and %s" #~ msgstr "和 %s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s/%(total)s %(filetypes)s" #~ msgid "_View" #~ msgstr "查看(_V)" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "%(filetype)s 子文件夹输入的参数无效,不能使用。\n" #~ "它们将被重置为默认值" #~ msgid "the root of the file system" #~ msgstr "文件系统根目录" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "从 %(location)s 下载" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s 并未卸载" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "您确定从这儿下载吗?在某些系统上,扫描该位置需要消耗非常长的时间。" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "备份设备上没有可用的文件夹以供备份 %(filetype)s 文件" ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9273338 rapid-photo-downloader-0.9.36/raphodo/0000755000175000017500000000000014562557503016661 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/__about__.py0000644000175000017500000000266214562557501021145 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # Directly modelled on Donald Stufft's readme_renderer code: # https://github.com/pypa/readme_renderer/blob/master/readme_renderer/__about__.py __all__ = [ "__title__", "__summary__", "__uri__", "__version__", "__author__", "__email__", "__license__", "__copyright__", ] __title__ = "rapid-photo-downloader" __summary__ = ( "Downloads, renames and backs up photos and videos from cameras, phones, " "memory cards and other devices" ) __uri__ = "https://damonlynch.net/rapid" __version__ = "0.9.36" __author__ = "Damon Lynch" __email__ = "damonlynch@gmail.com" __license__ = "GPL 3+" __copyright__ = f"Copyright 2007-2024 {__author__}" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/__init__.py0000644000175000017500000000723514562557501020777 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Initialize gettext translations. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import builtins import gettext import locale import os from pathlib import Path from PyQt5.QtCore import QSettings, QStandardPaths def sample_translation() -> str: """ :return: return the Spanish translation as a sample translation """ mo_file = f"{i18n_domain}.mo" return os.path.join("es", "LC_MESSAGES", mo_file) def locale_directory() -> str | None: """ Locate locale directory. Prioritizes whatever is newer, comparing the locale directory at xdg_data_home and the one in /usr/share/ If running in a snap, use the snap locale directory. :return: the locale directory with the most recent messages for Rapid Photo Downloader, if found, else None. """ snap_name = os.getenv("SNAP_NAME", "") if snap_name.find("rapid-photo-downloader") >= 0: snap_dir = os.getenv("SNAP", "") return os.path.join(snap_dir, "/usr/lib/locale") locale_dir = os.getenv("RPD_I18N_DIR") if locale_dir is not None and os.path.isdir(locale_dir): return locale_dir sample_lang_path = sample_translation() locale_mtime = 0.0 locale_dir = None data_home = QStandardPaths.writableLocation(QStandardPaths.GenericDataLocation) assert Path(data_home).is_dir() for path in (data_home, "/usr/share"): locale_path = os.path.join(path, "locale") sample_path = os.path.join(locale_path, sample_lang_path) if ( os.path.isfile(sample_path) and os.access(sample_path, os.R_OK) and os.path.getmtime(sample_path) > locale_mtime ): locale_dir = locale_path return locale_dir def no_translation_performed(s: str) -> str: """ We are missing translation mo files. Do nothing but return the string """ return s # Install translation support # Users and specify the translation they want in the program preferences # The default is to use the system default i18n_domain = "rapid-photo-downloader" localedir = locale_directory() lang = None lang_installed = False if localedir is not None and os.path.isfile( os.path.join(localedir, sample_translation()) ): settings = QSettings("Rapid Photo Downloader", "Rapid Photo Downloader") settings.beginGroup("Display") lang = settings.value("language", "", str) settings.endGroup() if not lang: lang, encoding = locale.getdefaultlocale() try: gnulang = gettext.translation( i18n_domain, localedir=localedir, languages=[lang] ) gnulang.install() lang_installed = True except FileNotFoundError: pass except Exception: pass if not lang_installed: # Building on what lang.install() does above - but in this case, pretend we are # translating files builtins.__dict__["_"] = no_translation_performed ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/backupfile.py0000755000175000017500000003146214562557501021347 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import contextlib import errno import hashlib import locale import logging import os import pickle import shutil from datetime import datetime with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") from raphodo.cache import FdoCacheLarge, FdoCacheNormal from raphodo.constants import BackupStatus, DownloadStatus from raphodo.copyfiles import FileCopy, copy_file_metadata from raphodo.interprocess import ( BackupFileData, BackupResults, WorkerInPublishPullPipeline, ) from raphodo.problemnotification import ( BackingUpProblems, BackupAlreadyExistsProblem, BackupOverwrittenProblem, BackupSubfolderCreationProblem, FileWriteProblem, make_href, ) from raphodo.storage.storage import get_uri class BackupFilesWorker(WorkerInPublishPullPipeline, FileCopy): def __init__(self): self.problems = BackingUpProblems() super().__init__("BackupFiles") def update_progress(self, amount_downloaded, total): self.amount_downloaded = amount_downloaded chunk_downloaded = amount_downloaded - self.bytes_downloaded if (chunk_downloaded > self.batch_size_bytes) or (amount_downloaded == total): self.bytes_downloaded = amount_downloaded self.content = pickle.dumps( BackupResults( scan_id=self.scan_id, device_id=self.device_id, total_downloaded=self.total_downloaded + amount_downloaded, chunk_downloaded=chunk_downloaded, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # if amount_downloaded == total: # self.bytes_downloaded = 0 def backup_associate_file(self, dest_dir: str, full_file_name: str) -> None: """ Backs up small files like XMP or THM files """ base_name = os.path.basename(full_file_name) full_dest_name = os.path.join(dest_dir, base_name) try: logging.debug("Backing up additional file %s...", full_dest_name) shutil.copyfile(full_file_name, full_dest_name) logging.debug("...backing up additional file %s succeeded", full_dest_name) except Exception as e: logging.error("Backup of %s failed", full_file_name) logging.error(str(e)) uri = get_uri(full_file_name=full_dest_name) self.problems.append(FileWriteProblem(name=base_name, uri=uri, exception=e)) else: # ignore any metadata copying errors copy_file_metadata(full_file_name, full_dest_name) def do_backup(self, data: BackupFileData) -> None: rpd_file = data.rpd_file backup_succeeded = False self.scan_id = rpd_file.scan_id self.verify_file = data.verify_file mdata_exceptions = None if not (data.move_succeeded and data.do_backup): backup_full_file_name = "" else: self.total_reached = False if data.path_suffix is None: dest_base_dir = self.path else: dest_base_dir = os.path.join(self.path, data.path_suffix) dest_dir = os.path.join(dest_base_dir, rpd_file.download_subfolder) backup_full_file_name = os.path.join(dest_dir, rpd_file.download_name) if not os.path.isdir(dest_dir): # create the subfolders on the backup path try: logging.debug( "Creating subfolder %s on backup device %s...", dest_dir, self.device_name, ) os.makedirs(dest_dir) logging.debug("...backup subfolder created") except (OSError, PermissionError, FileNotFoundError) as inst: # There is a minuscule chance directory may have been # created by another process between the time it # takes to query and the time it takes to create a # new directory. Ignore that error. if inst.errno != errno.EEXIST: logging.error( "Failed to create backup subfolder: %s", rpd_file.download_path, ) logging.error(inst) self.problems.append( BackupSubfolderCreationProblem( folder=make_href( name=rpd_file.download_subfolder, uri=get_uri(path=dest_dir), ), exception=inst, ) ) backup_already_exists = os.path.exists(backup_full_file_name) if backup_already_exists: try: modification_time = os.path.getmtime(backup_full_file_name) dt = datetime.fromtimestamp(modification_time) date = dt.strftime("%x") time = dt.strftime("%X") except Exception: logging.error( "Could not determine the file modification time of %s", backup_full_file_name, ) date = time = "" source = rpd_file.get_souce_href() device = make_href( name=rpd_file.device_display_name, uri=rpd_file.device_uri ) if data.backup_duplicate_overwrite: self.problems.append( BackupOverwrittenProblem( file_type_capitalized=rpd_file.title_capitalized, file_type=rpd_file.title, name=rpd_file.download_name, uri=get_uri(full_file_name=backup_full_file_name), source=source, device=device, date=date, time=time, ) ) msg = "Overwriting backup file %s" % backup_full_file_name else: self.problems.append( BackupAlreadyExistsProblem( file_type_capitalized=rpd_file.title_capitalized, file_type=rpd_file.title, name=rpd_file.download_name, uri=get_uri(full_file_name=backup_full_file_name), source=source, device=device, date=date, time=time, ) ) msg = ( "Skipping backup of file %s because it already exists" % backup_full_file_name ) logging.warning(msg) if not backup_already_exists or data.backup_duplicate_overwrite: logging.debug( "Backing up file %s on device %s...", data.download_count, self.device_name, ) source = rpd_file.download_full_file_name destination = backup_full_file_name backup_succeeded = self.copy_from_filesystem( source, destination, rpd_file ) if backup_succeeded and self.verify_file: with open(backup_full_file_name, "rb") as f: md5 = hashlib.md5(f.read()).hexdigest() if md5 != rpd_file.md5: pass if backup_succeeded: logging.debug( "...backing up file %s on device %s succeeded", data.download_count, self.device_name, ) if backup_succeeded: mdata_exceptions = copy_file_metadata( rpd_file.download_full_file_name, backup_full_file_name ) if not backup_succeeded: if rpd_file.status == DownloadStatus.download_failed: rpd_file.status = DownloadStatus.download_and_backup_failed else: rpd_file.status = DownloadStatus.backup_problem else: # backup any THM, audio or XMP files if rpd_file.download_thm_full_name: self.backup_associate_file( dest_dir, rpd_file.download_thm_full_name ) if rpd_file.download_audio_full_name: self.backup_associate_file( dest_dir, rpd_file.download_audio_full_name ) if rpd_file.download_xmp_full_name: self.backup_associate_file( dest_dir, rpd_file.download_xmp_full_name ) if rpd_file.download_log_full_name: self.backup_associate_file( dest_dir, rpd_file.download_log_full_name ) self.total_downloaded += rpd_file.size bytes_not_downloaded = rpd_file.size - self.amount_downloaded if bytes_not_downloaded and data.do_backup: self.content = pickle.dumps( BackupResults( scan_id=self.scan_id, device_id=self.device_id, total_downloaded=self.total_downloaded, chunk_downloaded=bytes_not_downloaded, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.content = pickle.dumps( BackupResults( scan_id=self.scan_id, device_id=self.device_id, backup_succeeded=backup_succeeded, do_backup=data.do_backup, rpd_file=rpd_file, backup_full_file_name=backup_full_file_name, mdata_exceptions=mdata_exceptions, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() def reset_problems(self) -> None: self.problems = BackingUpProblems(name=self.device_name, uri=self.uri) def send_problems(self) -> None: if self.problems: self.content = pickle.dumps( BackupResults( scan_id=self.scan_id, device_id=self.device_id, problems=self.problems, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.reset_problems() def cleanup_pre_stop(self): self.send_problems() def do_work(self): backup_arguments = pickle.loads(self.content) self.path = backup_arguments.path self.device_name = backup_arguments.device_name self.uri = get_uri(path=self.path) self.fdo_cache_normal = FdoCacheNormal() self.fdo_cache_large = FdoCacheLarge() while True: worker_id, directive, content = self.receiver.recv_multipart() self.device_id = int(worker_id) self.check_for_command(directive, content) data = pickle.loads(content) # type: BackupFileData if data.message == BackupStatus.backup_started: self.reset_problems() elif data.message == BackupStatus.backup_completed: self.send_problems() else: self.amount_downloaded = 0 self.init_copy_progress() self.do_backup(data=data) if __name__ == "__main__": backup = BackupFilesWorker() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/cache.py0000644000175000017500000005702414562557501020304 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Rapid Photo Downloader deals with three types of cache: 1. An image cache whose sole purpose is to store thumbnails of scanned files that have not necessarily been downloaded, but may have. This is only used by Rapid Photo Downloader. It's needed because it's important to save thumbnails that are not degraded by image resizing. Name: Thumbnail Cache Location: /home/USER/.cache/rapid-photo-downloader/thumbnails/ (Actual location may vary depending on value of environment variable XDG_CACHE_HOME) 2. A cache of actual full files downloaded from a camera, which are then used to extract the thumbnail from. Since these same files could be downloaded, it makes sense to keep them cached until the program exits. Name: Download Cache Location: temporary subfolder in user specified download folder 3. The freedesktop.org thumbnail cache, for files that have been downloaded. Name: FDO Cache Location: /home/USER/.cache/thumbnails/ (Actual location may vary depending on value of environment variable XDG_CACHE_HOME) For the fdo cache specs, see: http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import hashlib import logging import os import shutil import sqlite3 import sys import time from collections import namedtuple from urllib.request import pathname2url from PyQt5.QtCore import QSize from PyQt5.QtGui import QImage from raphodo.constants import ThumbnailCacheDiskStatus from raphodo.rpdsql import CacheSQL from raphodo.storage.storage import ( get_fdo_cache_thumb_base_directory, get_program_cache_directory, ) from raphodo.utilities import GenerateRandomFileName GetThumbnail = namedtuple("GetThumbnail", "disk_status, thumbnail, path") GetThumbnailPath = namedtuple( "GetThumbnailPath", "disk_status, path, mdatatime, orientation_unknown" ) class MD5Name: """Generate MD5 hashes for file names.""" def __init__(self) -> None: self.fs_encoding = sys.getfilesystemencoding() def get_uri(self, full_file_name: str, camera_model: str | None = None) -> str: """ :param full_file_name: path and file name of the file :param camera_model: if file is on a camera, the model of the camera :return: uri """ if camera_model is None: prefix = "file://" path = os.path.abspath(full_file_name) else: # This is not a system standard: I'm using this for my own # purposes (the port is not included, because it could easily vary) prefix = "gphoto2://" path = f"{camera_model}/{full_file_name}" return f"{prefix}{pathname2url(path)}" def md5_hash_name( self, full_file_name: str, camera_model: str = None, extension: str | None = "png", ) -> tuple[str, str]: """ Generate MD5 hash for the file name. Uses file system encoding. :param full_file_name: path and file name of the file :param camera_model: if file is on a camera, the model of the camera :param extension: the extension to use in the file name :return: hash name and uri that was used to generate the hash """ uri = self.get_uri(full_file_name, camera_model) return ( f"{hashlib.md5(uri.encode(self.fs_encoding)).hexdigest()}.{extension}", uri, ) class Cache: """ Base class with which to write and read cache thumbnails. Create cache if it doesn't exist; checks validity. """ def __init__(self, cache_dir: str, failure_dir: str | None) -> None: """ Create cache if it doesn't exist; checks validity. :param cache_dir: full path of the directory into which thumbnails will be saved / read. :param failure_dir: full path of the directory into which failed thumbnails will be saved / read (thumbnails that could not be generated) """ assert sys.platform.startswith("linux") self.cache_dir = cache_dir self.failure_dir = failure_dir assert self.cache_dir self.valid = self._create_directory(self.cache_dir, "Freedesktop.org thumbnail") if self.valid: self.random_filename = GenerateRandomFileName() self.md5 = MD5Name() if self.failure_dir is not None: self.valid = self._create_directory( self.failure_dir, "thumbnails failure" ) if not self.valid: self.random_filename = self.fs_encoding = None def _create_directory(self, dir: str, descrtiption: str) -> bool: try: if not os.path.exists(dir): os.makedirs(dir, 0o700) logging.debug("Created %s cache at %s", descrtiption, dir) elif not os.path.isdir(dir): os.remove(dir) logging.warning("Removed file %s", dir) os.makedirs(dir, 0o700) logging.debug("Created %s cache at %s", descrtiption, dir) except OSError: logging.error("Failed to create %s cache at %s", descrtiption, dir) return False return True def save_thumbnail( self, full_file_name: str, size: int, modification_time: float | int, generation_failed: bool, thumbnail: QImage, camera_model: str = None, free_desktop_org: bool = True, ) -> str | None: """ Save a thumbnail in the thumbnail cache. :param full_file_name: full path of the file (including file name). If the path contains symbolic links, two thumbnails will be saved: the canonical path (without symlinks), and the path as passed. :param size: size of the file in bytes :param modification_time: file modification time, to be turned into a float if it's not already :param generation_failed: True if the thumbnail is meant to signify the application failed to generate the thumbnail. If so, it will be saved as an empty PNG in the application subdirectory in the fail cache directory. :param thumbnail: the thumbnail to be saved. Will not be resized. Will be ignored if generation_failed is True. :param camera_model: optional camera model. If the thumbnail is not from a camera, then should be None. :param free_desktop_org: if True, then image will be convereted to 8bit mode if necessary :return the md5_name of the saved file, else None if operation failed """ if not self.valid: return None # Save to both the real path and the path passed, which may include # symbolic links full_file_name_real_path = os.path.realpath(full_file_name) if full_file_name_real_path != full_file_name: self.save_thumbnail( full_file_name_real_path, size, modification_time, generation_failed, thumbnail, camera_model, free_desktop_org, ) md5_name, uri = self.md5.md5_hash_name(full_file_name, camera_model) if generation_failed: thumbnail = QImage(QSize(1, 1), QImage.Format_Indexed8) save_dir = self.failure_dir else: save_dir = self.cache_dir path = os.path.join(save_dir, md5_name) thumbnail.setText("Thumb::URI", uri) thumbnail.setText("Thumb::MTime", str(float(modification_time))) thumbnail.setText("Thumb::Size", str(size)) if free_desktop_org and not generation_failed and thumbnail.depth() != 8: thumbnail = thumbnail.convertToFormat(QImage.Format_Indexed8) temp_path = os.path.join(save_dir, self.random_filename.name(extension="png")) if thumbnail.save(temp_path): os.rename(temp_path, path) os.chmod(path, 0o600) if generation_failed: logging.debug( "Wrote {}x{} thumbnail {} for {}".format( thumbnail.width(), thumbnail.height(), path, uri ) ) return md5_name else: return None def _get_thumbnail( self, path: str, modification_time: float, size: int ) -> QImage | None: if os.path.exists(path): png = QImage(path) if not png.isNull(): try: mtime = float(png.text("Thumb::MTime")) thumb_size = int(png.text("Thumb::Size")) except ValueError: return None if mtime == float(modification_time) and thumb_size == size: return png return None def get_thumbnail_md5_name( self, full_file_name: str, camera_model: str | None = None ) -> str: """ Returns the md5 name for the photo or video. Does not check if the file exists on the file system in the cache. :param full_file_name: full_file_name: full path of the file (including file name). Will be turned into an absolute path if it is a file system path :param camera_model: optional camera model. If the thumbnail is not from a camera, then should be None. :return: the md5 name """ return self.md5.md5_hash_name( full_file_name=full_file_name, camera_model=camera_model )[0] def get_thumbnail( self, full_file_name: str, modification_time, size: int, camera_model: str | None = None, ) -> GetThumbnail: """ Attempt to retrieve a thumbnail from the thumbnail cache. :param full_file_name: full path of the file (including file name). Will be turned into an absolute path if it is a file system path :param size: size of the file in bytes :param modification_time: file modification time, to be turned into a float if it's not already :param camera_model: optional camera model. If the thumbnail is not from a camera, then should be None. :return a GetThumbnail tuple of (1) ThumbnailCacheDiskStatus, to indicate whether the thumbnail was found, a failure, or missing (2) the thumbnail as QImage, if found (or None), and (3) the path (including the md5 name), else None, """ if not self.valid: return GetThumbnail(ThumbnailCacheDiskStatus.not_found, None, None) md5_name, uri = self.md5.md5_hash_name( full_file_name=full_file_name, camera_model=camera_model ) path = os.path.join(self.cache_dir, md5_name) png = self._get_thumbnail(path, modification_time, size) if png is not None: return GetThumbnail(ThumbnailCacheDiskStatus.found, png, path) if self.failure_dir is not None: path = os.path.join(self.failure_dir, md5_name) png = self._get_thumbnail(path, modification_time, size) if png is not None: return GetThumbnail(ThumbnailCacheDiskStatus.failure, None, None) return GetThumbnail(ThumbnailCacheDiskStatus.not_found, None, None) def modify_existing_thumbnail_and_save_copy( self, existing_cache_thumbnail: str, full_file_name: str, modification_time, size: int, error_on_missing_thumbnail: bool, ) -> str | None: """ :param existing_cache_thumbnail: the md5 name of the cache thumbnail, without the path to the cache :param full_file_name: full path of the file (including file name). Will be turned into an absolute path if need be :param size: size of the file in bytes :param modification_time: file modification time, to be turned into a float if it's not already :param error_on_missing_thumbnail: if True, issue error if thumbnail is not located (useful when dealing with FDO 128 cache, but not helpful with FDO 256 cache as not all RAW files have thumbnails large enough) :return: the path of the saved file, else None if operation failed """ existing_cache_thumbnail_full_path = os.path.join( self.cache_dir, existing_cache_thumbnail ) if not os.path.isfile(existing_cache_thumbnail_full_path): if error_on_missing_thumbnail: logging.error("No FDO thumbnail to copy for %s", full_file_name) return None thumbnail = QImage(existing_cache_thumbnail_full_path) if not thumbnail.isNull(): return self.save_thumbnail( full_file_name=full_file_name, size=size, modification_time=modification_time, generation_failed=False, thumbnail=thumbnail, camera_model=None, free_desktop_org=False, ) else: return None class FdoCacheNormal(Cache): """ Freedesktop.org thumbnail cache for thumbnails <= 128x128 """ def __init__(self): path = get_fdo_cache_thumb_base_directory() cache_dir = os.path.join(path, "normal") failure_dir = None super().__init__(cache_dir, failure_dir) class FdoCacheLarge(Cache): """ Freedesktop.org thumbnail cache for thumbnails > 128x128 & <= 256x256 """ def __init__(self): path = get_fdo_cache_thumb_base_directory() cache_dir = os.path.join(path, "large") failure_dir = None super().__init__(cache_dir, failure_dir) class ThumbnailCacheSql: not_found = GetThumbnailPath(ThumbnailCacheDiskStatus.not_found, None, None, None) def __init__(self, create_table_if_not_exists: bool) -> None: self.cache_dir = get_program_cache_directory(create_if_not_exist=True) self.valid = self.cache_dir is not None if not self.valid: return assert self.cache_dir is not None self.cache_dir = os.path.join(self.cache_dir, "thumbnails") try: if not os.path.exists(self.cache_dir): os.makedirs(self.cache_dir, 0o700) logging.debug("Created thumbnails cache %s", self.cache_dir) elif not os.path.isdir(self.cache_dir): os.remove(self.cache_dir) logging.warning("Removed file %s", self.cache_dir) os.makedirs(self.cache_dir, 0o700) logging.debug("Created thumbnails cache %s", self.cache_dir) except Exception: logging.error( "Failed to create Rapid Photo Downloader Thumbnail Cache at %s", self.cache_dir, ) self.valid = False self.cache_dir = None self.random_filename = None self.fs_encoding = None else: self.random_filename = GenerateRandomFileName() self.md5 = MD5Name() self.thumb_db = CacheSQL(self.cache_dir, create_table_if_not_exists) def save_thumbnail( self, full_file_name: str, size: int, mtime: float, mdatatime: float, generation_failed: bool, orientation_unknown: bool, thumbnail: QImage | None, camera_model: str | None = None, ) -> str | None: """ Save in the thumbnail cache using jpeg 75% compression. :param full_file_name: full path of the file (including file name). Will be turned into an absolute path if it is a file system path :param size: size of the file in bytes :param mtime: file modification time :param mdatatime: file time recorded in metadata :param generation_failed: True if the thumbnail is meant to signify the application failed to generate the thumbnail. If so, it will be saved as an empty PNG in the application subdirectory in the fail cache directory. :param thumbnail: the thumbnail to be saved. Will not be resized. Will be ignored if generation_failed is True. :param camera_model: optional camera model. If the thumbnail is not from a camera, then should be None. :return the path of the saved file, else None if operation failed """ if not self.valid: return None md5_name, uri = self.md5.md5_hash_name( full_file_name=full_file_name, camera_model=camera_model, extension="jpg" ) if generation_failed: logging.debug("Marking thumbnail for %s as 'generation failed'", uri) else: logging.debug("Saving thumbnail for %s in RPD thumbnail cache", uri) try: self.thumb_db.add_thumbnail( uri=uri, size=size, mtime=mtime, mdatatime=mdatatime, md5_name=md5_name, orientation_unknown=orientation_unknown, failure=generation_failed, ) except sqlite3.OperationalError as e: logging.error( "Database error adding thumbnail for %s: %s. Will not retry.", uri, e ) return None if generation_failed: return None md5_full_name = os.path.join(self.cache_dir, md5_name) temp_path = os.path.join( self.cache_dir, self.random_filename.name(extension="jpg") ) if thumbnail.save(temp_path, format="jpg", quality=75): try: os.rename(temp_path, md5_full_name) os.chmod(md5_full_name, 0o600) except OSError: return None return md5_full_name return None def get_thumbnail_path( self, full_file_name: str, mtime, size: int, camera_model: str = None ) -> GetThumbnailPath: """ Attempt to get a thumbnail's path from the thumbnail cache. :param full_file_name: full path of the file (including file name). Will be turned into an absolute path if it is a file system path :param size: size of the file in bytes :param mtime: file modification time, to be turned into a float if it's not already :param camera_model: optional camera model. If the thumbnail is not from a camera, then should be None. :return a GetThumbnailPath tuple of (1) ThumbnailCacheDiskStatus, to indicate whether the thumbnail was found, a failure, or missing, (2) the path (including the md5 name), else None, (3) the file's metadata time, and (4) a bool indicating whether the orientation of the thumbnail is unknown """ if not self.valid: return self.not_found uri = self.md5.get_uri(full_file_name, camera_model) in_cache = self.thumb_db.have_thumbnail(uri, size, mtime) if in_cache is None: return self.not_found if in_cache.failure: return GetThumbnailPath( ThumbnailCacheDiskStatus.failure, None, in_cache.mdatatime, None ) path = os.path.join(self.cache_dir, in_cache.md5_name) if not os.path.exists(path): self.thumb_db.delete_thumbnails([in_cache.md5_name]) return self.not_found return GetThumbnailPath( ThumbnailCacheDiskStatus.found, path, in_cache.mdatatime, in_cache.orientation_unknown, ) def cleanup_cache(self, days: int = 30) -> None: """ Remove all thumbnails that have not been accessed for x days :param how many days to remove from """ time_period = 60 * 60 * 24 * days if self.valid: now = time.time() deleted_thumbnails = [] for name in os.listdir(self.cache_dir): thumbnail = os.path.join(self.cache_dir, name) if ( os.path.isfile(thumbnail) and os.path.getatime(thumbnail) < now - time_period ): os.remove(thumbnail) deleted_thumbnails.append(name) if len(deleted_thumbnails): if self.thumb_db.cache_exists(): self.thumb_db.delete_thumbnails(deleted_thumbnails) logging.debug( f"Deleted {len(deleted_thumbnails)} thumbnail files that had not " f"been accessed for {days} or more days" ) def purge_cache(self) -> None: """ Delete the entire cache of all contents and remove the directory """ if self.valid and self.cache_dir is not None and os.path.isdir(self.cache_dir): # Delete the sqlite3 database too shutil.rmtree(self.cache_dir) def no_thumbnails(self) -> int: """ :return: how many thumbnails there are in the thumbnail database """ if not self.valid: return 0 return self.thumb_db.no_thumbnails() def cache_size(self) -> int: """ :return: the size of the entire cache (include the database) in bytes """ if not self.valid: return 0 cwd = os.getcwd() os.chdir(self.cache_dir) s = sum(os.path.getsize(f) for f in os.listdir(".") if os.path.isfile(f)) os.chdir(cwd) return s def db_size(self) -> int: """ :return: the size in bytes of the sql database file """ if not self.valid: return 0 return os.path.getsize(self.thumb_db.db) def optimize(self) -> tuple[int, int, int]: """ Check for any thumbnails in the db that are not in the file system Check for any thumbnails exist on the file system that are not in the db Vacuum the db :return db rows removed, file system photos removed, db size reduction in bytes """ rows = self.thumb_db.md5_names() rows = {row[0] for row in rows} cwd = os.getcwd() os.chdir(self.cache_dir) to_delete_from_db = {md5 for md5 in rows if not os.path.exists(md5)} if len(to_delete_from_db): self.thumb_db.delete_thumbnails(list(to_delete_from_db)) md5s = {md5 for md5 in os.listdir(".")} - {self.thumb_db.db_fs_name()} to_delete_from_fs = md5s - rows if len(to_delete_from_fs): for md5 in to_delete_from_fs: os.remove(md5) os.chdir(cwd) size = self.db_size() self.thumb_db.vacuum() return len(to_delete_from_db), len(to_delete_from_fs), size - self.db_size() if __name__ == "__main__": db = ThumbnailCacheSql(create_table_if_not_exists=True) db.optimize() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/camera.py0000644000175000017500000010663414562557501020473 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # Copyright (C) 2012-2015 Jim Easterbrook # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch. Copyright 2012-2015 Jim Easterbrook." import logging import os import re import gphoto2 as gp from raphodo.cameraerror import CameraProblemEx from raphodo.constants import CameraErrorCode from raphodo.storage.storage import StorageSpace, udev_attributes from raphodo.utilities import format_size_for_user def python_gphoto2_version(): return gp.__version__ def gphoto2_version(): return gp.gp_library_version(0)[0] def gphoto2_python_logging(): """ Version 2.0.0 of gphoto2 introduces a COMPATIBILITY CHANGE: gp_log_add_func and use_python_logging now return a Python object which must be stored until logging is no longer needed. Could just go with the None returned by default from a function that returns nothing, but want to make this explicit. :return: either True or a Python object that must be stored until logging is no longer needed """ return gp.use_python_logging() or True def autodetect_cameras(suppress_errors: bool = True) -> gp.CameraList | list: """ Do camera auto-detection for multiple versions of gphoto2-python :return: CameraList of model and port """ try: return gp.check_result(gp.gp_camera_autodetect()) except Exception: if not suppress_errors: raise return [] # convert error codes to error names gphoto2_error_codes = { code: name for code, name in ( (getattr(gp, attr), attr) for attr in dir(gp) if attr.startswith("GP_ERROR") ) } def gphoto2_named_error(code: int) -> str: return gphoto2_error_codes.get(code, "Unknown gphoto2 error") def generate_devname(camera_port: str) -> str | None: """ Generate udev DEVNAME. >>> generate_devname('usb:001,003') '/dev/bus/usb/001/003' >>> generate_devname('usb::001,003') :param camera_port: :return: devname if it could be generated, else None """ match = re.match("usb:([0-9]+),([0-9]+)", camera_port) if match is not None: p1, p2 = match.groups() return f"/dev/bus/usb/{p1}/{p2}" return None def camera_is_mtp_device(camera_port: str) -> bool: devname = generate_devname(camera_port) if devname is not None: udev_attr = udev_attributes(devname) if udev_attr is not None: return udev_attr.is_mtp_device logging.error("Could not determine udev values for camera at port %s", camera_port) return False class Camera: """Access a camera via libgphoto2.""" def __init__( self, model: str, port: str, is_mtp_device: bool, get_folders: bool = True, raise_errors: bool = False, specific_folders: list[str] | None = None, ) -> None: """ Initialize a camera via libgphoto2. :param model: camera model, as returned by camera_autodetect() or gp_camera_autodetect() :param port: camera port, as returned by camera_autodetect() :param get_folders: whether to detect the DCIM folders on the camera :param raise_errors: if True, if necessary free camera, and raise error that occurs during initialization :param specific_folders: folders such as DCIM, PRIVATE, and MP_ROOT that are searched for if get_folders is True. If None, the root level folders are returned -- one for each storage slot. """ self.model = model self.port = port self.is_mtp_device = is_mtp_device # class method _concise_model_name discusses why a display name is # needed self.display_name = model self.camera_config = None self._select_camera(model, port) self.specific_folders = None # type: list[str]|None self.specific_folder_located = False self._dual_slots_active = False self.storage_info = [] self.camera_initialized = False try: self.camera.init() self.camera_initialized = True except gp.GPhoto2Error as e: if e.code == gp.GP_ERROR_IO_USB_CLAIM: error_code = CameraErrorCode.inaccessible logging.error(f"{model} is already mounted") elif e.code == gp.GP_ERROR: logging.error( "An error occurred initializing the camera using libgphoto2" ) error_code = CameraErrorCode.inaccessible else: logging.error( "Unable to access camera: %s", gphoto2_named_error(e.code) ) error_code = CameraErrorCode.locked if raise_errors: raise CameraProblemEx(error_code, gp_exception=e) return concise_model_name = self._concise_model_name() if concise_model_name: self.display_name = concise_model_name if get_folders: try: self.specific_folders = self._locate_specific_folders( path="/", specific_folders=specific_folders ) self.specific_folder_located = len(self.specific_folders) > 0 logging.debug( "Folders located on %s: %s", self.display_name, ", ".join(", ".join(map(str, sl)) for sl in self.specific_folders), ) except gp.GPhoto2Error as e: logging.error( f"Unable to access camera {self.display_name}: " f"{gphoto2_named_error(e.code)}. Is it locked?" ) if raise_errors: self.free_camera() raise CameraProblemEx(CameraErrorCode.locked, gp_exception=e) self.folders_and_files = [] self.audio_files = {} self.video_thumbnails = [] abilities = self.camera.get_abilities() self.can_fetch_thumbnails = ( abilities.file_operations & gp.GP_FILE_OPERATION_PREVIEW != 0 ) def camera_has_folders_to_scan(self) -> bool: """ Check whether the camera has been initialized and if a DCIM or other specific folder has been located :return: True if the camera is initialized and a DCIM or other specific folder has been located """ return self.camera_initialized and self.specific_folder_located @staticmethod def _locate_specific_subfolders(subfolders, subpath, specific_folders): return [ os.path.join(subpath, folder) for folder in specific_folders if folder in subfolders ] def _locate_specific_folders( self, path: str, specific_folders: list[str] | None ) -> list[list[str]]: """ Scan camera looking for folders such as DCIM, PRIVATE, and MP_ROOT. For MTP devices, looks in either the root of the path passed, or in one of the root folders subfolders (it does not scan subfolders of those subfolders) For PTP devices, also look into subfolders of the subfolders, e.g. not just /store_00020001/DCIM , but also /store_10000001/SLOT 1/DCIM Returns all instances of the specific folders, which is helpful for cameras that have more than one storage (memory card / internal memory) slot. Returns a list of lists: 1. Top level list is length 2 if camera has two memory card slots and they are both have a DCIM folder 2. Else top level will be length 1 (or 0 if empty) No error checking: exceptions must be caught by the caller :param path: the root folder to start scanning in :param specific_folders: the subfolders to look for. If None, return the root of each storage device :return: the paths including the specific folders (if found), or empty list """ # turn list of two items into a dictionary, for easier access # no error checking as exceptions are caught by the caller folders = dict(self.camera.folder_list_folders(path)) if specific_folders is None: found_folders = [[path + folder] for folder in folders] else: found_folders = [] # look for the folders one level down from the root folder # it is at this level that specific folders like DCIM will be found for subfolder in folders: subpath = os.path.join(path, subfolder) subfolders = dict(self.camera.folder_list_folders(subpath)) ff = self._locate_specific_subfolders( subfolders=subfolders, subpath=subpath, specific_folders=specific_folders, ) if ff: found_folders.append(ff) elif not self.is_mtp_device: # look at subfolders of subfolders, e.g. Fujifilm dual slot cameras # which use "SLOT 1" and "SLOT 2": # /store_10000001/SLOT 1/DCIM # /store_10000001/SLOT 2/DCIM found_subfolders = [] for nested_subfolder in subfolders: nested_subpath = os.path.join(subpath, nested_subfolder) nested_subfolders = dict( self.camera.folder_list_folders(nested_subpath) ) ff = self._locate_specific_subfolders( subfolders=nested_subfolders, subpath=nested_subpath, specific_folders=specific_folders, ) if ff: found_subfolders.extend(ff) if found_subfolders: found_folders.append(found_subfolders) self._dual_slots_active = len(found_folders) > 1 return found_folders def get_file_info(self, folder, file_name) -> tuple[int, int]: """ Returns modification time and file size :type folder: str :type file_name: str :param folder: full path where file is located :param file_name: :return: tuple of modification time and file size """ info = self.camera.file_get_info(folder, file_name) modification_time = info.file.mtime size = info.file.size return modification_time, size def get_exif_extract( self, folder: str, file_name: str, size_in_bytes: int = 200 ) -> bytearray: """ " Attempt to read only the exif portion of the file. Assumes exif is located at the beginning of the file. Use the result like this: metadata = GExiv2.Metadata() metadata.open_buf(buf) :param folder: directory on the camera the file is stored :param file_name: the photo's file name :param size_in_bytes: how much of the photo to read, starting from the front of the file """ buffer = bytearray(size_in_bytes) try: self.camera.file_read(folder, file_name, gp.GP_FILE_TYPE_NORMAL, 0, buffer) except gp.GPhoto2Error as e: logging.error( "Unable to extract portion of file from camera %s: %s", self.display_name, gphoto2_named_error(e.code), ) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=e) else: return buffer def get_exif_extract_from_jpeg(self, folder: str, file_name: str) -> bytearray: """ Extract strictly the app1 (exif) section of a jpeg. Uses libgphoto2 to extract the exif header. Assumes jpeg on camera is straight from the camera, i.e. not modified by an exif altering program off the camera. :param folder: directory on the camera where the jpeg is stored :param file_name: name of the jpeg :return: first section of jpeg such that it can be read by exiv2 or similar """ camera_file = self._get_file(folder, file_name, None, gp.GP_FILE_TYPE_EXIF) try: exif_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file)) except gp.GPhoto2Error as ex: logging.error( "Error getting exif info for %s from camera %s: %s", os.path.join(folder, file_name), self.display_name, gphoto2_named_error(ex.code), ) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=ex) return bytearray(exif_data) def get_exif_extract_from_jpeg_manual_parse( self, folder: str, file_name: str ) -> bytes | None: """ Extract exif section of a jpeg. I wrote this before I understood that libpghoto2 provides the same functionality! Reads first few bytes of jpeg on camera to determine the location and length of the exif header, then reads in the header. Assumes jpeg on camera is straight from the camera, i.e. not modified by an exif altering program off the camera. :param folder: directory on the camera where the jpeg is stored :param file_name: name of the jpeg :return: first section of jpeg such that it can be read by exiv2 or similar """ # Step 1: determine the location of APP1 in the jpeg file # See http://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_JPEG_files soi_marker_length = 2 marker_length = 2 exif_header_length = 8 read0_size = soi_marker_length + marker_length + exif_header_length view = memoryview(bytearray(read0_size)) try: gp.check_result( self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, 0, view ) ) except gp.GPhoto2Error as ex: logging.error( "Error reading %s from camera: %s", os.path.join(folder, file_name), gphoto2_named_error(ex.code), ) return None jpeg_header = view.tobytes() view.release() if jpeg_header[0:2] != b"\xff\xd8": logging.error("%s not a jpeg image: no SOI marker", file_name) return None app_marker = jpeg_header[2:4] # Step 2: handle presence of APP0 - it's optional if app_marker == b"\xff\xe0": # There is an APP0 before the probable APP1 # Don't neeed the content of the APP0 app0_data_length = jpeg_header[4] * 256 + jpeg_header[5] # We've already read twelve bytes total, going into the APP1 data. # Now we want to download the rest of the APP1, along with the app0 marker # and the app0 exif header read1_size = app0_data_length + 2 app0_view = memoryview(bytearray(read1_size)) try: gp.check_result( self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, read0_size, app0_view, ) ) except gp.GPhoto2Error as ex: logging.error( "Error reading %s from camera: %s", os.path.join(folder, file_name), gphoto2_named_error(ex.code), ) app0 = app0_view.tobytes() app0_view.release() app_marker = app0[(exif_header_length + 2) * -1 : exif_header_length * -1] exif_header = app0[exif_header_length * -1 :] jpeg_header = jpeg_header + app0 offset = read0_size + read1_size else: exif_header = jpeg_header[exif_header_length * -1 :] offset = read0_size # Step 3: process exif header if app_marker != b"\xff\xe1": logging.error("Could not locate APP1 marker in %s", file_name) return None if exif_header[2:6] != b"Exif" or exif_header[6:8] != b"\x00\x00": logging.error("APP1 is malformed in %s", file_name) return None app1_data_length = exif_header[0] * 256 + exif_header[1] # Step 4: read APP1 view = memoryview(bytearray(app1_data_length)) try: gp.check_result( self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, offset, view, ) ) except gp.GPhoto2Error as ex: logging.error( "Error reading %s from camera: %s", os.path.join(folder, file_name), gphoto2_named_error(ex.code), ) return None return jpeg_header + view.tobytes() def _get_file( self, dir_name: str, file_name: str, dest_full_filename: str | None = None, file_type: int = gp.GP_FILE_TYPE_NORMAL, ) -> gp.CameraFile: try: camera_file = gp.check_result( gp.gp_camera_file_get(self.camera, dir_name, file_name, file_type) ) except gp.GPhoto2Error as ex: logging.error( "Error reading %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.code), ) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=ex) if dest_full_filename is not None: try: gp.check_result(gp.gp_file_save(camera_file, dest_full_filename)) except gp.GPhoto2Error as ex: logging.error( "Error saving %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.code), ) raise CameraProblemEx(code=CameraErrorCode.write, gp_exception=ex) return camera_file def save_file(self, dir_name: str, file_name: str, dest_full_filename: str) -> None: """ Save the file from the camera to a local destination. :param dir_name: directory on the camera :param file_name: the photo or video :param dest_full_filename: full path including filename where the file will be saved. """ self._get_file(dir_name, file_name, dest_full_filename) def save_file_chunk( self, dir_name: str, file_name: str, chunk_size_in_bytes: int, dest_full_filename: str, mtime: int = None, ) -> None: """ Save the file from the camera to a local destination. :param dir_name: directory on the camera :param file_name: the photo or video :param chunk_size_in_bytes: how much of the file to read, starting from the front of the file :param dest_full_filename: full path including filename where the file will be saved. :param mtime: if specified, set the file modification time to this value """ # get_exif_extract() can raise CameraProblemEx(code=CameraErrorCode.read): buffer = self.get_exif_extract(dir_name, file_name, chunk_size_in_bytes) view = memoryview(buffer) dest_file = None try: with open(dest_full_filename, "wb") as dest_file: src_bytes = view.tobytes() dest_file.write(src_bytes) if mtime is not None: os.utime(dest_full_filename, times=(mtime, mtime)) except (OSError, PermissionError) as ex: logging.error( "Error saving file %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.errno), ) raise CameraProblemEx(code=CameraErrorCode.write, py_exception=ex) def save_file_by_chunks( self, dir_name: str, file_name: str, size: int, dest_full_filename: str, progress_callback, check_for_command, return_file_bytes=False, chunk_size=1048576, ) -> bytes | None: """ :param dir_name: directory on the camera :param file_name: the photo or video :param size: the size of the file in bytes :param dest_full_filename: full path including filename where the file will be saved :param progress_callback: a function with which to update copy progress :param check_for_command: a function with which to check to see if the execution should pause, resume or stop :param return_file_bytes: if True, return a copy of the file's bytes, else make that part of the return value None :param chunk_size: the size of the chunks to copy. The default is 1MB. :return: True if the file was successfully saved, else False, and the bytes that were copied """ src_bytes = None view = memoryview(bytearray(size)) amount_downloaded = 0 for offset in range(0, size, chunk_size): check_for_command() stop = min(offset + chunk_size, size) try: bytes_read = gp.check_result( self.camera.file_read( dir_name, file_name, gp.GP_FILE_TYPE_NORMAL, offset, view[offset:stop], ) ) amount_downloaded += bytes_read if progress_callback is not None: progress_callback(amount_downloaded, size) except gp.GPhoto2Error as ex: logging.error( "Error copying file %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.code), ) if progress_callback is not None: progress_callback(size, size) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=ex) dest_file = None try: with open(dest_full_filename, "wb") as dest_file: src_bytes = view.tobytes() dest_file.write(src_bytes) except (OSError, PermissionError) as ex: logging.error( "Error saving file %s from camera %s. Error %s: %s", os.path.join(dir_name, file_name), self.display_name, ex.errno, ex.strerror, ) raise CameraProblemEx(code=CameraErrorCode.write, py_exception=ex) if return_file_bytes: return src_bytes def get_thumbnail( self, dir_name: str, file_name: str, ignore_embedded_thumbnail=False, cache_full_filename: str | None = None, ) -> bytes | None: """ :param dir_name: directory on the camera :param file_name: the photo or video :param ignore_embedded_thumbnail: if True, do not retrieve the embedded thumbnail :param cache_full_filename: full path including filename where the thumbnail will be saved. If none, will not save it. :return: thumbnail in bytes format, which will be full resolution if the embedded thumbnail is not selected """ if self.can_fetch_thumbnails and not ignore_embedded_thumbnail: get_file_type = gp.GP_FILE_TYPE_PREVIEW else: get_file_type = gp.GP_FILE_TYPE_NORMAL camera_file = self._get_file( dir_name, file_name, cache_full_filename, get_file_type ) try: thumbnail_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file)) except gp.GPhoto2Error as ex: logging.error( "Error getting image %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.code), ) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=ex) if thumbnail_data: data = memoryview(thumbnail_data) return data.tobytes() def get_THM_file(self, full_THM_name: str) -> bytes | None: """ Get THM thumbnail from camera :param full_THM_name: path and file name of the THM file :return: THM in raw bytes """ dir_name, file_name = os.path.split(full_THM_name) camera_file = self._get_file(dir_name, file_name) try: thumbnail_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file)) except gp.GPhoto2Error as ex: logging.error( "Error getting THM file %s from camera %s: %s", os.path.join(dir_name, file_name), self.display_name, gphoto2_named_error(ex.code), ) raise CameraProblemEx(code=CameraErrorCode.read, gp_exception=ex) if thumbnail_data: data = memoryview(thumbnail_data) return data.tobytes() def _select_camera(self, model, port_name) -> None: # Code from Jim Easterbrook's Photoini # initialise camera self.camera = gp.Camera() # search abilities for camera model abilities_list = gp.CameraAbilitiesList() abilities_list.load() idx = abilities_list.lookup_model(str(model)) self.camera.set_abilities(abilities_list[idx]) # search ports for camera port name port_info_list = gp.PortInfoList() port_info_list.load() idx = port_info_list.lookup_path(str(port_name)) self.camera.set_port_info(port_info_list[idx]) def free_camera(self) -> None: """ Disconnects the camera in gphoto2. """ if self.camera_initialized: self.camera.exit() self.camera_initialized = False def _concise_model_name(self) -> str: """ Workaround the fact that the standard model name generated by gphoto2 can be extremely verbose, e.g. "Google Inc (for LG Electronics/Samsung) Nexus 4/5/7/10 (MTP)", which is what is generated for a Nexus 4!! :return: the model name as detected by gphoto2's camera information, e.g. in the case above, a Nexus 4. Empty string if not found. """ if self.camera_config is None: try: self.camera_config = self.camera.get_config() except gp.GPhoto2Error as e: if e.code == gp.GP_ERROR_NOT_SUPPORTED: logging.error( "Getting camera configuration not supported for %s", self.display_name, ) else: logging.error( "Unknown error getting camera configuration for %s", self.display_name, ) return "" # Here we really see the difference between C and python! child_count = self.camera_config.count_children() for i in range(child_count): child1 = self.camera_config.get_child(i) child_type = child1.get_type() if child1.get_name() == "status" and child_type == gp.GP_WIDGET_SECTION: child1_count = child1.count_children() for j in range(child1_count): child2 = child1.get_child(j) if child2.get_name() == "cameramodel": return child2.get_value() return "" def get_storage_media_capacity(self, refresh: bool = False) -> list[StorageSpace]: """ Determine the bytes free and bytes total (media capacity) :param refresh: if True, get updated instead of cached values :return: list of StorageSpace tuple. If could not be determined due to an error, return value is None. """ self._get_storage_info(refresh) storage_capacity = [] for media_index in range(len(self.storage_info)): info = self.storage_info[media_index] if not ( info.fields & gp.GP_STORAGEINFO_MAXCAPACITY and info.fields & gp.GP_STORAGEINFO_FREESPACEKBYTES ): logging.error("Could not locate storage on %s", self.display_name) else: storage_capacity.append( StorageSpace( bytes_free=info.freekbytes * 1024, bytes_total=info.capacitykbytes * 1024, path=info.basedir, ) ) return storage_capacity def get_storage_descriptions(self, refresh: bool = False) -> list[str]: """ Storage description is used in MTP path names by gvfs and KDE. :param refresh: if True, get updated instead of cached values :return: the storage description """ self._get_storage_info(refresh) descriptions = [] for media_index in range(len(self.storage_info)): info = self.storage_info[media_index] if info.fields & gp.GP_STORAGEINFO_DESCRIPTION: descriptions.append(info.description) return descriptions def no_storage_media(self, refresh: bool = False) -> int: """ Return the number of storage media (e.g. memory cards) the camera has :param refresh: if True, refresh the storage information :return: the number of media """ self._get_storage_info(refresh) return len(self.storage_info) def _get_storage_info(self, refresh: bool): """ Load the gphoto2 storage information :param refresh: if True, refresh the storage information, i.e. load it """ if not self.storage_info or refresh: try: self.storage_info = self.camera.get_storageinfo() except gp.GPhoto2Error as e: logging.error( "Unable to determine storage info for camera %s: %s", self.display_name, gphoto2_named_error(e.code), ) self.storage_info = [] @property def dual_slots_active(self) -> bool: """ :return: True if the camera has dual storage slots and both have specific folders (e.g. DCIM etc.) """ if self.specific_folders is None: logging.warning( "dual_slots_active() called before camera's folders scanned for %s", self.display_name, ) return False if not self.specific_folder_located: logging.warning( "dual_slots_active() called when no specific folders found for %s", self.display_name, ) return False return self.no_storage_media() > 1 and self._dual_slots_active def unlocked(self) -> bool: """ Smart phones can be in a locked state, such that their contents cannot be accessed by gphoto2. Determine if the device is unlocked by attempting to locate its folders. :return: True if unlocked, else False """ try: self.camera.folder_list_folders("/") except gp.GPhoto2Error as e: logging.error( "Unable to access camera %s: %s. Is it locked?", self.display_name, gphoto2_named_error(e.code), ) return False else: return True def dump_camera_details() -> None: import itertools cameras = autodetect_cameras() for model, port in cameras: is_mtp_device = camera_is_mtp_device(camera_port=port) c = Camera( model=model, port=port, is_mtp_device=is_mtp_device, ) if not c.camera_initialized: logging.error("Camera %s could not be initialized", model) else: print() print(c.display_name) print("=" * len(c.display_name)) print(f"\nMTP: {is_mtp_device}") print() if not c.specific_folder_located: print("Specific folder was not located") else: print( "Specific folders:", ", ".join(itertools.chain.from_iterable(c.specific_folders)), ) print("Can fetch thumbnails:", c.can_fetch_thumbnails) sc = c.get_storage_media_capacity() if not sc: print("Unable to determine storage media capacity") else: title = "Storage capacity" print("\n{}\n{}".format(title, "-" * len(title))) for ss in sc: print( "\nPath: {}\nCapacity: {}\nFree {}".format( ss.path, format_size_for_user(ss.bytes_total), format_size_for_user(ss.bytes_free), ) ) sd = c.get_storage_descriptions() if not sd: print("Unable to determine storage descriptions") else: title = "Storage description(s)" print("\n{}\n{}".format(title, "-" * len(title))) for ss in sd: print(f"\n{ss}") c.free_camera() if __name__ == "__main__": print("gphoto2 python: ", python_gphoto2_version()) # logging = gphoto2_python_logging() if True: dump_camera_details() if True: # Assume gphoto2 version 2.5 or greater cameras = autodetect_cameras() for name, value in cameras: camera = name port = value # print(port) is_mtp_device = camera_is_mtp_device(camera_port=port) c = Camera( model=camera, port=port, is_mtp_device=is_mtp_device, specific_folders=["DCIM", "MISC"], ) # c = Camera(model=camera, port=port) print(c.no_storage_media(), c.dual_slots_active, c.specific_folders) for name, value in c.camera.folder_list_files("/"): print(name, value) c.free_camera() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/cameraerror.py0000644000175000017500000000634214562557501021540 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Class to handle exceptions related to camera access via gPhoto2 and libimobiledevice """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch." import gphoto2 as gp from raphodo.constants import CameraErrorCode class CameraError(Exception): def __init__(self, code: CameraErrorCode) -> None: self.code = code def __repr__(self) -> str: return self.code.name def __str__(self) -> str: if self.code == CameraErrorCode.inaccessible: return "The camera is inaccessible" elif self.code == CameraErrorCode.locked: return "The camera is locked" class CameraProblemEx(CameraError): """Handle gPhoto2 errors""" def __init__( self, code: CameraErrorCode, gp_exception: gp.GPhoto2Error|None = None, py_exception: Exception|None = None, ) -> None: super().__init__(code) if gp_exception is not None: self.gp_code = gp_exception.code else: self.gp_code = None self.py_exception = py_exception def __repr__(self) -> str: if self.code == CameraErrorCode.read: return "read error" elif self.code == CameraErrorCode.write: return "write error" else: return repr(super()) def __str__(self) -> str: if self.code == CameraErrorCode.read: return "Could not read file from camera" elif self.code == CameraErrorCode.write: return "Could not write file from camera" else: return str(super()) class iOSDeviceError(CameraError): """Handle iOS Device errors""" def __init__( self, code: CameraErrorCode, imobile_error: int, imobile_error_output: str, udid: str, display_name: str, ) -> None: super().__init__(code) self.imobile_error = imobile_error self.imobile_error_output = imobile_error_output self.udid = udid self.display_name = display_name def __str__(self) -> str: if self.code in ( CameraErrorCode.pair, CameraErrorCode.mount, CameraErrorCode.devicename, ): message = self.imobile_error_output.replace( self.udid, f"'{self.display_name}'" ) if message.startswith("ERROR: "): message = message[7:] return message else: return str(super()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/constants.py0000644000175000017500000003651614562557501021260 0ustar00damondamon# Copyright (C) 2007-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" from enum import Enum, Flag, IntEnum, auto from PyQt5.QtCore import Qt from PyQt5.QtGui import QColor, QFont, QFontMetrics PROGRAM_NAME = "Rapid Photo Downloader" logfile_name = "rapid-photo-downloader.log" # If set to True, the ability to check for a new version will be removed # from the user interface and disabled in program logic. disable_version_check = False class ConflictResolution(IntEnum): skip = 1 add_identifier = 2 class ErrorType(Enum): critical_error = 1 serious_error = 2 warning = 3 class PresetPrefType(Enum): preset_photo_subfolder = 1 preset_video_subfolder = 2 preset_photo_rename = 3 preset_video_rename = 4 class PresetClass(Enum): builtin = auto() custom = auto() new_preset = auto() remove_all = auto() update_preset = auto() remove_preset = auto() edited = auto() start_editor = auto() class DownloadStatus(Enum): # going to try to download it download_pending = 1 # downloaded successfully downloaded = 2 # downloaded ok but there was a warning downloaded_with_warning = 3 # downloaded ok, but the file was not backed up, or had a problem # (overwrite or duplicate) backup_problem = 4 # has not yet been downloaded (but might be if the user chooses) not_downloaded = 5 # tried to download but failed, and the backup failed or had an error download_and_backup_failed = 6 # tried to download but failed download_failed = 7 Downloaded = ( DownloadStatus.downloaded, DownloadStatus.downloaded_with_warning, DownloadStatus.backup_problem, ) DownloadWarning = { DownloadStatus.downloaded_with_warning, DownloadStatus.backup_problem, } DownloadFailure = { DownloadStatus.download_and_backup_failed, DownloadStatus.download_failed, } download_status_error_severity = { DownloadStatus.downloaded_with_warning: ErrorType.warning, DownloadStatus.backup_problem: ErrorType.serious_error, DownloadStatus.download_and_backup_failed: ErrorType.serious_error, DownloadStatus.download_failed: ErrorType.serious_error, } DownloadUpdateMilliseconds = 1000 DownloadUpdateSeconds = DownloadUpdateMilliseconds / 1000 # How many seconds to delay showing the time remaining and download speed ShowTimeAndSpeedDelay = 8.0 class RightSideButton(IntEnum): destination = 0 rename = 1 jobcode = 2 backup = 3 class ThumbnailCacheStatus(Enum): not_ready = 1 orientation_unknown = 2 ready = 3 fdo_256_ready = 4 generation_failed = 5 class ThumbnailCacheDiskStatus(Enum): found = 1 not_found = 2 failure = 3 unknown = 4 class ThumbnailCacheOrigin(Enum): thumbnail_cache = 1 fdo_cache = 2 class DisplayingFilesOfType(Enum): photos = 1 videos = 2 photos_and_videos = 3 BackupLocationType = DisplayingFilesOfType BackupFailureType = DisplayingFilesOfType class FileTypeFlag(Flag): PHOTOS = auto() VIDEOS = auto() class WindowsDriveType(IntEnum): removable_disk = 2 local_disk = 3 network_drive = 4 class DestinationDisplayType(Enum): folder_only = 1 usage_only = 2 folders_and_usage = 3 class ExifSource(Enum): raw_bytes = 1 app1_segment = 2 actual_file = 3 class DestinationDisplayMousePos(Enum): normal = 1 menu = 2 class DestinationDisplayTooltipState(Enum): menu = 1 path = 2 storage_space = 3 class DeviceType(Enum): camera = 1 # camera accessed using PTP camera_fuse = 2 # a camera-like device accessed using fuse, e.g. Apple iOS device volume = 3 # a memory card or external drive, etc. path = 4 # file system path class BackupDeviceType: volume = 1 path = 2 class DeviceState(Enum): pre_scan = 1 scanning = 2 idle = 3 thumbnailing = 4 downloading = 5 finished = 6 class FileType(IntEnum): photo = 1 video = 2 class FileExtension(Enum): raw = 1 jpeg = 2 heif = 3 other_photo = 4 video = 5 audio = 6 unknown = 7 class FileSortPriority(IntEnum): high = 1 low = 2 class KnownDeviceType(IntEnum): volume_whitelist = 1 volume_blacklist = 2 camera_blacklist = 3 class RenameAndMoveStatus(Enum): download_started = 1 download_completed = 2 class BackupStatus(Enum): backup_started = 1 backup_completed = 2 class ThumbnailSize(IntEnum): width = 160 height = 120 class ApplicationState(Enum): normal = 1 exiting = 2 class PostCameraUnmountAction(Enum): scan = 1 download = 2 nothing = 3 class Show(IntEnum): all = 1 new_only = 2 class Sort(IntEnum): modification_time = 1 checked_state = 2 filename = 3 extension = 4 file_type = 5 device = 6 class JobCodeSort(IntEnum): last_used = 1 code = 2 Checked_Status = { Qt.Checked: "checked", Qt.Unchecked: "unchecked", Qt.PartiallyChecked: "partially checked", } class Roles(IntEnum): previously_downloaded = Qt.UserRole extension = Qt.UserRole + 1 download_status = Qt.UserRole + 2 has_audio = Qt.UserRole + 3 secondary_attribute = Qt.UserRole + 4 path = Qt.UserRole + 5 uri = Qt.UserRole + 6 camera_memory_card = Qt.UserRole + 7 scan_id = Qt.UserRole + 8 device_details = Qt.UserRole + 9 storage = Qt.UserRole + 10 mtp = Qt.UserRole + 11 is_camera = Qt.UserRole + 12 sort_extension = Qt.UserRole + 13 filename = Qt.UserRole + 14 highlight = Qt.UserRole + 16 folder_preview = Qt.UserRole + 17 download_subfolder = Qt.UserRole + 18 device_type = Qt.UserRole + 19 download_statuses = Qt.UserRole + 20 job_code = Qt.UserRole + 21 uids = Qt.UserRole + 22 class ExtractionTask(Enum): undetermined = 1 bypass = 2 load_file_directly = 3 load_file_and_exif_directly = 4 load_file_directly_metadata_from_secondary = 5 load_from_bytes = 6 load_from_bytes_metadata_from_temp_extract = 7 load_from_exif = 8 extract_from_file = 9 extract_from_file_and_load_metadata = 10 load_from_exif_buffer = 11 load_heif_directly = 12 load_heif_and_exif_directly = 13 class ExtractionProcessing(Enum): resize = 1 orient = 2 strip_bars_photo = 3 strip_bars_video = 4 add_film_strip = 5 # Approach device uses to store timestamps # i.e. whether assumes are located in utc timezone or local class DeviceTimestampTZ(Enum): undetermined = 1 unknown = 2 is_utc = 3 is_local = 4 class CameraErrorCode(Enum): inaccessible = 1 locked = 2 read = 3 write = 4 pair = 5 mount = 6 devicename = 7 class ViewRowType(Enum): header = 1 content = 2 class Align(Enum): top = 1 bottom = 2 class NameGenerationType(Enum): photo_name = 1 video_name = 2 photo_subfolder = 3 video_subfolder = 4 COLOR_RED_HTML = "#cb493f" class CustomColors(Enum): color1 = "#7a9c38" # green color2 = COLOR_RED_HTML # red color3 = "#d17109" # orange color4 = "#4D8CDC" # blue color5 = "#5f6bfe" # purple color6 = "#6d7e90" # greyish color7 = "#ffff00" # bright yellow ButtonHoverIntensity = 110 PaleGray = "#d7d6d5" DarkGray = "#35322f" MediumGray = "#5d5b59" DoubleDarkGray = "#1e1b18" DarkModeMediumGray = "#2b2b2b" ExtensionColorDict = { FileExtension.raw: CustomColors.color1, FileExtension.video: CustomColors.color2, FileExtension.jpeg: CustomColors.color4, FileExtension.heif: CustomColors.color5, FileExtension.other_photo: CustomColors.color5, } class SyncButtonState(IntEnum): active = 1 inactive = 2 regular = 3 def extensionColor(ext_type: FileExtension) -> QColor: try: return QColor(ExtensionColorDict[ext_type].value) except KeyError: return QColor(0, 0, 0) FileTypeColorDict = { FileType.photo: CustomColors.color1, FileType.video: CustomColors.color1, # was color2 } def fileTypeColor(file_type: FileType) -> QColor: try: return QColor(FileTypeColorDict[file_type].value) except KeyError: return QColor(CustomColors.color3.value) # Position of preference values in file renaming and subfolder generation editor: class PrefPosition(Enum): on_left = 1 at = 2 on_left_and_at = 3 positioned_in = 4 not_here = 5 # Values in minutes: proximity_time_steps = [5, 10, 15, 30, 45, 60, 90, 120, 180, 240, 480, 960, 1440] class TemporalProximityState(Enum): empty = 1 pending = 2 # e.g. 2 devices scanning, only 1 scan finished generating = 3 regenerate = 4 generated = 5 ctime_rebuild = 6 ctime_rebuild_proceed = 7 class StandardFileLocations(Enum): home = 1 desktop = 2 file_system = 3 documents = 4 music = 5 pictures = 6 videos = 7 downloads = 8 max_remembered_destinations = 10 ThumbnailBackgroundName = MediumGray DarkModeThumbnailBackgroundName = DarkModeMediumGray HeaderBackgroundName = ThumbnailBackgroundName DarkModeHeaderBackgroundName = DarkModeThumbnailBackgroundName EmptyViewHeight = 20 DeviceDisplayPadding = 6 DeviceShadingIntensity = 104 # How many steps with which to highlight thumbnail cells FadeSteps = 20 FadeMilliseconds = 700 # horizontal and vertical margin for thumbnail rectangles thumbnail_margin = 10 def minPanelWidth() -> int: """ Minimum width of panels on left and right side of main window. Derived from standard font size. Typically around 250 pixels or so. :return: size in pixels """ return int(QFontMetrics(QFont()).height() * 13.5) def minFileSystemViewHeight() -> int: """ Minimum height of file system views on left and right side of main window. Derived from standard font size. :return: size in pixels """ return QFontMetrics(QFont()).height() * 7 def minGridColumnWidth() -> int: return int(QFontMetrics(QFont()).height() * 1.3333333333333333) def standardProgressBarWidth() -> int: return int(QFontMetrics(QFont()).height() * 20) class Distro(Enum): debian = auto() ubuntu = auto() fedora = auto() neon = auto() linuxmint = auto() zorin = auto() arch = auto() opensuse = auto() manjaro = auto() galliumos = auto() peppermint = auto() elementary = auto() centos_stream9 = auto() centos_stream8 = auto() centos8 = auto() centos7 = auto() gentoo = auto() deepin = auto() kylin = auto() popos = auto() debian_derivative = auto() ubuntu_derivative = auto() fedora_derivative = auto() raspbian = auto() unknown = auto() orientation_offset = dict( arw=106, cr2=126, cr3=60000, # assuming ExifTool (exiv2 >= 0.28 required for CR3) dcr=7684, dng=144, mef=144, mrw=152580, nef=144, nrw=94, orf=132, pef=118, raf=8000000, raw=742404, rw2=1004548, sr2=82, srw=46, ) orientation_offset["3fr"] = 132 orientation_offset_exiftool = dict( arw=350, cr2=320, cr3=60000, crw=20, dcr=8196, dng=644, iiq=20, mef=376, mrw=152580, nef=392, nrw=94, orf=6148, pef=332, raf=70660, raw=548, rw2=709636, sr2=276, srw=126, ) orientation_offset_exiftool["3fr"] = 376 datetime_offset = dict( arw=1540, cr2=1028, cr3=60000, # assuming ExifTool dng=119812, mef=772, mrw=152580, nef=14340, nrw=1540, orf=6660, pef=836, raf=8000000, raw=964, rw2=3844, sr2=836, srw=508, mts=5000, m2t=5000, m2ts=5000, mp4=50000, lrv=50000, avi=50000, mov=250000, ) datetime_offset["3fr"] = 1540 datetime_offset["3gp"] = 5000 datetime_offset_exiftool = dict( arw=1540, cr2=1000, # varies widely :-/ cr3=60000, crw=20, dng=3000, # varies widely :-/ mef=772, mrw=152580, nef=13316, nrw=488, orf=7172, pef=836, raf=70660, raw=932, rw2=709636, sr2=836, srw=496, x3f=69220070, mts=5000, m2t=5000, m2ts=5000, mp4=50000, lrv=50000, avi=50000, mov=250000, ) datetime_offset_exiftool["3fr"] = 1042 datetime_offset_exiftool["3gp"] = 5000 all_tags_offset = dict( arw=1848, cr2=94622, cr3=60000, # assuming ExifTool dng=143774, mef=965, mrw=183096, nef=1126814, nrw=1848, orf=812242, pef=1042, raf=8000000, raw=890885, rw2=1205458, sr2=1080, srw=614, ) all_tags_offset["3fr"] = 1848 all_tags_offset_exiftool = dict( arw=1540, cr2=104453, cr3=60000, dng=143774, dcr=10450, mef=965, mrw=183096, nef=77213623, nrw=1848, orf=29113613, pef=183096, raf=84792, raw=890885, rw2=1205458, sr2=1080, srw=222418, x3f=7380128, mp4=130000, lrv=130000, mts=1300000, mt2=1300000, m2ts=1300000, avi=50000, mov=250000, ) all_tags_offset_exiftool["3fr"] = 1042 thumbnail_offset = dict( jpg=100000, jpeg=100000, dng=100000, avi=500000, mod=500000, mov=2000000, mp4=2000000, lrv=2000000, mts=600000, m2t=600000, mpg=500000, mpeg=500000, tod=500000, ) # Repeat video information here thumbnail_offset_exiftool = dict( cr2=694277, cr3=45470, mrw=84792, nef=77213623, nrw=45470, raf=8000000, raw=890885, rw2=1205458, sr2=222418, srw=812242, avi=500000, mod=500000, mov=2000000, mp4=2000000, lrv=2000000, mts=600000, m2t=600000, mpg=500000, mpeg=500000, tod=500000, ) class RememberThisMessage(Enum): remember_choice = 1 do_not_ask_again = 2 do_not_warn_again = 3 do_not_warn_again_about_missing_libraries = 4 class RememberThisButtons(Enum): yes_no = 1 ok = 2 class CompletedDownloads(IntEnum): keep = 1 clear = 2 prompt = 3 class TreatRawJpeg(IntEnum): one_photo = 1 two_photos = 2 class MarkRawJpeg(IntEnum): no_jpeg = 1 no_raw = 2 both = 3 # see https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals class Plural(Enum): zero = 1 two_form_single = 2 two_form_plural = 3 class ScalingAction(Enum): turned_on = 1 not_set = 2 already_set = 3 class ScalingDetected(Enum): Qt = 1 Xsetting = 2 Qt_and_Xsetting = 3 undetected = 4 # Use the character . to for download_name and path to indicate the user manually # marked a file as previously downloaded manually_marked_previously_downloaded = "." filtered_file_browser_directories = { "$RECYCLE.BIN", "System Volume Information", "msdownld.tmp", } non_system_root_folders = [ "/home", "/media", "/mnt", ] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/copyfiles.py0000755000175000017500000006014414562557501021236 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import contextlib import errno import hashlib import locale import logging import os import pickle import shutil import stat import sys from collections import defaultdict from itertools import chain from operator import attrgetter with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") import gphoto2 as gp from raphodo.camera import Camera, CameraProblemEx, gphoto2_python_logging from raphodo.constants import CameraErrorCode, DownloadStatus, FileType from raphodo.interprocess import ( CopyFilesArguments, # noqa: F401 CopyFilesResults, WorkerInPublishPullPipeline, ) from raphodo.prefs.preferences import Preferences from raphodo.problemnotification import ( CameraFileReadProblem, CameraInitializationProblem, CopyingProblems, FileCopyProblem, FileDeleteProblem, FileMoveProblem, FileWriteProblem, ) from raphodo.rescan import RescanCamera from raphodo.rpdfile import RPDFile from raphodo.storage.storage import get_uri from raphodo.utilities import GenerateRandomFileName, create_temp_dirs, same_device def copy_file_metadata(src: str, dst: str) -> tuple | None: """ Copy all stat info (mode bits, atime, mtime, flags) from src to dst. Adapted from python's shutil.copystat(). Necessary because with some NTFS file systems, there can be problems with setting filesystem metadata like permissions and modification time :return Tuple of errors, if there were any, else None """ st = os.stat(src) mode = stat.S_IMODE(st.st_mode) errors = [] try: os.utime(dst, (st.st_atime, st.st_mtime)) except (OSError, PermissionError, FileNotFoundError) as inst: errors.append(inst) try: os.chmod(dst, mode) except (OSError, PermissionError, FileNotFoundError) as inst: errors.append(inst) if hasattr(os, "chflags") and hasattr(st, "st_flags"): try: os.chflags(dst, st.st_flags) except OSError as why: for err in "EOPNOTSUPP", "ENOTSUP": if hasattr(errno, err) and why.errno == getattr(errno, err): break else: pass if errors: return tuple(errors) # Test code: # try: # os.chown('/', 1000, 1000) # except OSError as inst: # return inst, def copy_camera_file_metadata(mtime: float, dst: str) -> tuple | None: # test code: # try: # os.chown('/', 1000, 1000) # except OSError as inst: # return inst, try: os.utime(dst, (mtime, mtime)) except (OSError, PermissionError, FileNotFoundError) as inst: return (inst,) # note the comma: return a Tuple class FileCopy: """ Used by classes CopyFilesWorker and BackupFilesWorker """ def __init__(self): self.io_buffer = 1024 * 1024 self.batch_size_bytes = 5 * 1024 * 1024 self.dest = self.src = None self.bytes_downloaded = 0 self.total_downloaded = 0 def cleanup_pre_stop(self): if self.dest is not None: self.dest.close() if self.src is not None: self.src.close() def init_copy_progress(self) -> None: self.bytes_downloaded = 0 def copy_from_filesystem( self, source: str, destination: str, rpd_file: RPDFile ) -> bool: src_chunks = [] try: with open(destination, "wb", self.io_buffer) as self.dest, open( source, "rb", self.io_buffer ) as self.src: total = rpd_file.size amount_downloaded = 0 while True: # first check if process is being stopped or paused self.check_for_controller_directive() chunk = self.src.read(self.io_buffer) if chunk: self.dest.write(chunk) if self.verify_file: src_chunks.append(chunk) amount_downloaded += len(chunk) self.update_progress(amount_downloaded, total) else: break if self.verify_file: src_bytes = b"".join(src_chunks) rpd_file.md5 = hashlib.md5(src_bytes).hexdigest() return True except (OSError, FileNotFoundError, PermissionError) as e: self.problems.append( FileCopyProblem( name=os.path.basename(source), uri=get_uri(full_file_name=source), exception=e, ) ) try: msg = f"{e.errno}: {e.strerror}" except AttributeError: msg = str(e) logging.error("%s. Failed to copy %s to %s", msg, source, destination) return False except Exception as e: self.problems.append( FileCopyProblem( name=os.path.basename(source), uri=get_uri(full_file_name=source), exception=e, ) ) try: msg = f"{e.errno}: {e.strerror}" except AttributeError: msg = str(e) logging.error( "Unexpected error: %s. Failed to copy %s to %s", msg, source, destination, ) return False class CopyFilesWorker(WorkerInPublishPullPipeline, FileCopy): def __init__(self): super().__init__("CopyFiles") def terminate_camera_removed(self) -> None: self.cleanup_pre_stop() self.content = pickle.dumps( CopyFilesResults(scan_id=self.scan_id, camera_removed=True), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.disconnect_logging() self.send_finished_command() sys.exit(0) def cleanup_pre_stop(self) -> None: super().cleanup_pre_stop() if self.camera is not None and self.camera.camera_initialized: self.camera.free_camera() self.send_problems() def send_problems(self) -> None: """ Send problems encountered copying to the main process. Always sends problems, even if empty, because of the possibility that there were filesystem metadata errors encountered. """ self.content = pickle.dumps( CopyFilesResults(scan_id=self.scan_id, problems=self.problems), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() def update_progress(self, amount_downloaded: int, total: int) -> None: """ Update the main process about how many bytes have been copied :param amount_downloaded: the size in bytes of the file that has been copied :param total: the size of the file in bytes """ chunk_downloaded = amount_downloaded - self.bytes_downloaded if (chunk_downloaded > self.batch_size_bytes) or (amount_downloaded == total): self.bytes_downloaded = amount_downloaded self.content = pickle.dumps( CopyFilesResults( scan_id=self.scan_id, total_downloaded=self.total_downloaded + amount_downloaded, chunk_downloaded=chunk_downloaded, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # if amount_downloaded == total: # self.bytes_downloaded = 0 def copy_from_camera(self, rpd_file: RPDFile) -> bool: try: src_bytes = self.camera.save_file_by_chunks( dir_name=rpd_file.path, file_name=rpd_file.name, size=rpd_file.size, dest_full_filename=rpd_file.temp_full_file_name, progress_callback=self.update_progress, check_for_command=self.check_for_controller_directive, return_file_bytes=self.verify_file, ) except CameraProblemEx as e: name = rpd_file.name uri = rpd_file.get_uri() if e.gp_code in (gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS): self.terminate_camera_removed() elif e.code == CameraErrorCode.read: self.problems.append( CameraFileReadProblem(name=name, uri=uri, gp_code=e.gp_code) ) else: assert e.code == CameraErrorCode.write self.problems.append( FileWriteProblem(name=name, uri=uri, exception=e.py_exception) ) return False if self.verify_file: rpd_file.md5 = hashlib.md5(src_bytes).hexdigest() return True def copy_associate_file( self, rpd_file: RPDFile, temp_name: str, dest_dir: str, associate_file_fullname: str, file_type: str, ) -> str | None: ext = os.path.splitext(associate_file_fullname)[1] temp_ext = f"{temp_name}{ext}" temp_full_name = os.path.join(dest_dir, temp_ext) if rpd_file.from_camera: dir_name, file_name = os.path.split(associate_file_fullname) try: self.camera.save_file(dir_name, file_name, temp_full_name) except CameraProblemEx as e: uri = get_uri( full_file_name=associate_file_fullname, camera_details=rpd_file.camera_details, ) if e.gp_code in (gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS): self.terminate_camera_removed() elif e.code == CameraErrorCode.read: self.problems.append( CameraFileReadProblem( name=file_name, uri=uri, gp_code=e.gp_code ) ) else: assert e.code == CameraErrorCode.write self.problems.append( FileWriteProblem( name=file_name, uri=uri, exception=e.py_exception ) ) logging.error( "Failed to download %s file: %s", file_type, associate_file_fullname ) return None else: try: shutil.copyfile(associate_file_fullname, temp_full_name) except (OSError, FileNotFoundError, PermissionError) as e: logging.error( "Failed to download %s file: %s", file_type, associate_file_fullname ) logging.error("%s: %s", e.errno, e.strerror) name = os.path.basename(associate_file_fullname) uri = get_uri(full_file_name=associate_file_fullname) self.problems.append(FileWriteProblem(name=name, uri=uri, exception=e)) return None logging.debug("Copied %s file %s", file_type, temp_full_name) # Adjust file modification times and other file system metadata # Ignore any errors copying file system metadata -- assume they would # have been raised when copying the primary file's filesystem metadata if rpd_file.from_camera: copy_camera_file_metadata( mtime=rpd_file.modification_time, dst=temp_full_name ) else: copy_file_metadata(associate_file_fullname, temp_full_name) return temp_full_name def do_work(self): self.problems = CopyingProblems() args = pickle.loads(self.content) # type: CopyFilesArguments if args.log_gphoto2: self.gphoto2_logging = gphoto2_python_logging() self.scan_id = args.scan_id self.verify_file = args.verify_file self.camera = None # To workaround a bug in iOS and possibly other devices, check if need to # rescan the files on the device rescan_check = [ rpd_file for rpd_file in args.files if rpd_file.from_camera and not rpd_file.cache_full_file_name ] no_rescan = [ rpd_file for rpd_file in args.files if not rpd_file.from_camera or rpd_file.cache_full_file_name ] if rescan_check: prefs = Preferences() # Initialize camera try: self.camera = Camera( model=args.device.camera_model, port=args.device.camera_port, is_mtp_device=args.device.is_mtp_device, raise_errors=True, specific_folders=prefs.folders_to_scan, ) except CameraProblemEx as e: self.problems.append(CameraInitializationProblem(gp_code=e.gp_code)) logging.error( "Could not initialize camera %s %s", args.device.camera_model, args.device.camera_port, ) self.terminate_camera_removed() else: rescan = RescanCamera(camera=self.camera, prefs=prefs) rescan.rescan_camera(rpd_files=rescan_check) rescan_check = rescan.rpd_files if rescan.missing_rpd_files: logging.error( "%s files could not be relocated on %s", len(rescan.missing_rpd_files), self.camera.display_name, ) rescan_check = list(chain(rescan_check, rescan.missing_rpd_files)) rpd_files = list(chain(rescan_check, no_rescan)) random_filename = GenerateRandomFileName() rpd_cache_same_device = defaultdict(lambda: None) # type: defaultdict[FileType, bool|None] photo_temp_dir, video_temp_dir = create_temp_dirs( args.photo_download_folder, args.video_download_folder ) # Notify main process of temp directory names self.content = pickle.dumps( CopyFilesResults( scan_id=args.scan_id, photo_temp_dir=photo_temp_dir or "", video_temp_dir=video_temp_dir or "", ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Sort the files to be copied by modification time # Important to do this with respect to sequence numbers, or else # they'll be downloaded in what looks like a random order rpd_files = sorted(rpd_files, key=attrgetter("modification_time")) self.display_name = args.device.display_name for idx, rpd_file in enumerate(rpd_files): self.dest = self.src = None if rpd_file.file_type == FileType.photo: dest_dir = photo_temp_dir else: dest_dir = video_temp_dir # Three scenarios: # 1. Downloading from device with file system we can directly # access # 2. Downloading from camera using libgphoto2 # 3. Downloading from camera where we've already cached at # least some of the files in the Download Cache self.init_copy_progress() if rpd_file.cache_full_file_name and os.path.isfile( rpd_file.cache_full_file_name ): # Scenario 3 temp_file_name = os.path.basename(rpd_file.cache_full_file_name) temp_name = os.path.splitext(temp_file_name)[0] temp_full_file_name = os.path.join(dest_dir, temp_file_name) if rpd_cache_same_device[rpd_file.file_type] is None: rpd_cache_same_device[rpd_file.file_type] = same_device( rpd_file.cache_full_file_name, dest_dir ) if rpd_cache_same_device[rpd_file.file_type]: try: shutil.move(rpd_file.cache_full_file_name, temp_full_file_name) copy_succeeded = True except (OSError, PermissionError, FileNotFoundError) as inst: copy_succeeded = False logging.error( "Could not move cached file %s to temporary file %s. Error " "code: %s", rpd_file.cache_full_file_name, temp_full_file_name, inst.errno, ) self.problems.append( FileMoveProblem( name=rpd_file.name, uri=rpd_file.get_uri(), exception=inst, ) ) if self.verify_file: with open(temp_full_file_name, "rb") as f: rpd_file.md5 = hashlib.md5(f.read()).hexdigest() self.update_progress(rpd_file.size, rpd_file.size) else: # The download folder changed since the scan occurred, and is now # on a different file system compared to that where the devices # files were cached. Or the file was downloaded in full by the scan # stage and saved, e.g. a sample video. source = rpd_file.cache_full_file_name destination = temp_full_file_name copy_succeeded = self.copy_from_filesystem( source, destination, rpd_file ) try: os.remove(source) except (OSError, PermissionError, FileNotFoundError) as e: logging.error( "Error removing RPD Cache file %s while copying %s. " "Error code: %s", source, rpd_file.full_file_name, e.errno, ) self.problems.append( FileDeleteProblem( name=os.path.basename(source), uri=get_uri(source), exception=e, ) ) else: # Scenario 1 or 2 # Generate temporary name 5 digits long, because we cannot # guarantee the source does not have duplicate file names in # different directories, and here we are copying the files into # a single directory temp_name = random_filename.name() temp_name_ext = f"{temp_name}.{rpd_file.extension}" temp_full_file_name = os.path.join(dest_dir, temp_name_ext) rpd_file.temp_full_file_name = temp_full_file_name if not rpd_file.cache_full_file_name: if rpd_file.from_camera: # Scenario 2 if not self.camera: copy_succeeded = False logging.error( "Could not copy %s from the %s", rpd_file.full_file_name, self.display_name, ) self.update_progress(rpd_file.size, rpd_file.size) else: copy_succeeded = self.copy_from_camera(rpd_file) else: # Scenario 1 source = rpd_file.full_file_name destination = rpd_file.temp_full_file_name copy_succeeded = self.copy_from_filesystem( source, destination, rpd_file ) # increment this amount regardless of whether the copy actually # succeeded or not. It's necessary to keep the user informed. self.total_downloaded += rpd_file.size mdata_exceptions = None if not copy_succeeded: rpd_file.status = DownloadStatus.download_failed logging.debug("Download failed for %s", rpd_file.full_file_name) else: if rpd_file.from_camera: mdata_exceptions = copy_camera_file_metadata( float(rpd_file.modification_time), temp_full_file_name ) else: mdata_exceptions = copy_file_metadata( rpd_file.full_file_name, temp_full_file_name ) # copy THM (video thumbnail file) if there is one if rpd_file.thm_full_name: rpd_file.temp_thm_full_name = self.copy_associate_file( # translators: refers to the video thumbnail file that some # cameras generate -- it has a .THM file extension rpd_file, temp_name, dest_dir, rpd_file.thm_full_name, _("video THM"), ) # copy audio file if there is one if rpd_file.audio_file_full_name: rpd_file.temp_audio_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.audio_file_full_name, _("audio"), ) # copy XMP file if there is one if rpd_file.xmp_file_full_name: rpd_file.temp_xmp_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.xmp_file_full_name, "XMP", ) # copy Magic Lantern LOG file if there is one if rpd_file.log_file_full_name: rpd_file.temp_log_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.log_file_full_name, "LOG", ) download_count = idx + 1 self.content = pickle.dumps( CopyFilesResults( copy_succeeded=copy_succeeded, rpd_file=rpd_file, download_count=download_count, mdata_exceptions=mdata_exceptions, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() if len(self.problems): logging.debug( "Encountered %s problems while copying from %s", len(self.problems), self.display_name, ) self.send_problems() if self.camera is not None: self.camera.free_camera() self.disconnect_logging() self.send_finished_command() if __name__ == "__main__": copy = CopyFilesWorker() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/devices.py0000644000175000017500000020752614562557501020667 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Handle Devices and Device Collections. In Rapid Photo Downloader, "Device" has two meanings, depending on the context: 1. In the GUI, a Device is a camera or a volume (external drive) 2. In code, a Device is one of a camera, volume, or path """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import itertools import logging import os import shutil import sys from collections import Counter, defaultdict from typing import NamedTuple from PyQt5.QtCore import QSize, QStorageInfo from PyQt5.QtGui import QIcon, QPixmap from PyQt5.QtWidgets import QFileIconProvider import raphodo.metadata.exiftool as exiftool from raphodo.camera import autodetect_cameras, generate_devname # noqa: F401 from raphodo.constants import ( BackupFailureType, BackupLocationType, DeviceState, DeviceType, DownloadStatus, # noqa: F401 ExifSource, FileType, FileTypeFlag, ) from raphodo.problemnotification import FsMetadataWriteProblem from raphodo.rpdfile import FileSizeSum, FileTypeCounter, Photo, RPDFile, Video from raphodo.storage.storage import ( CameraDetails, StorageSpace, fs_device_details, get_path_display_name, get_uri, udev_attributes, validate_download_folder, ) from raphodo.storage.storageidevice import ( idevice_do_unmount, idevice_get_name, idevice_serial_to_udid, utilities_present, ) from raphodo.utilities import ( make_internationalized_list, number, same_device, stdchannel_redirected, ) DownloadingTo = defaultdict[int, set[FileType]] display_devices = (DeviceType.volume, DeviceType.camera, DeviceType.camera_fuse) camera_devices = (DeviceType.camera, DeviceType.camera_fuse) class SampleFileComplete(NamedTuple): full_file_name: str file_type: FileType class DeviceNameUri(NamedTuple): name: str uri: str class Device: r""" Representation of a camera, or a device, or a path. Files will be downloaded from it. To run the doctests, ensure at least one camera is plugged in but not mounted! >>> d = Device() >>> d.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> d 'EOS_DIGITAL':'/media/damon/EOS_DIGITAL' >>> str(d) '/media/damon/EOS_DIGITAL (EOS_DIGITAL)' >>> d.display_name 'EOS_DIGITAL' >>> d.camera_model >>> d.camera_port >>> cameras = autodetect_cameras() >>> c = Device() >>> for model, port in cameras: ... c.set_download_from_camera(model, port) ... isinstance(c.display_name, str) True >>> e = Device() >>> e.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> e == d True >>> e != c True >>> c == d False >>> c != d True """ def __init__(self): self.clear() def clear(self): self.camera_model = None # type: str|None self.camera_port = None # type: str|None # Assume an MTP device is likely a smartphone or tablet self.is_mtp_device = False self.is_apple_mobile = False self.is_camera_fuse = False self.udev_serial = None # type: str|None self.idevice_udid = None # type: str|None self.udev_name = None # type: str|None self.storage_space = [] # type: list[StorageSpace] # Name of storage on a camera self.storage_descriptions = [] # type: list[str] self.path = None # type: str|None self.display_name = None # type: str|None self.have_optimal_display_name = False # iOS devices can report their device name when the device is already paired self.have_canoncial_ios_name = False self.device_type = None # type: DeviceType|None self.icon_name = None # type: str|None self.can_eject = None # type: bool|None self.photo_cache_dir = None # type: str|None self.video_cache_dir = None # type: str|None self.file_size_sum = FileSizeSum() self.file_type_counter = FileTypeCounter() self.download_statuses = set() # type: set[DownloadStatus] self._uri = "" # If the entire video or photo is required to extract metadata # (which affects thumbnail generation too). # Set only if downloading from a camera / phone. self.entire_video_required = None # type: bool|None self.entire_photo_required = None # type: bool|None def __repr__(self): if self.device_type == DeviceType.camera: return f"{self.camera_model!r}:{self.camera_port!r}" elif self.device_type == DeviceType.camera_fuse: return ( f"{self.camera_model!r}:{self.camera_port!r}:" f"{self.display_name!r}:{self.path!r}" ) elif self.device_type == DeviceType.volume: return f"{self.display_name!r}:{self.path!r}" else: return "%r" % self.path def __str__(self): if self.device_type == DeviceType.camera: return ( f"{self.camera_model} on port {self.camera_port}. " f"Udev: {self.udev_name}; " f"Display name: {self.display_name} " f"(optimal: {self.have_optimal_display_name}); " f"MTP: {self.is_mtp_device}" ) elif self.device_type == DeviceType.camera_fuse: return "{} on port {}. Mount point: {}; Display name: {}".format( self.camera_model, self.camera_port, self.display_name, self.path ) elif self.device_type == DeviceType.volume: if self.path != self.display_name: return f"{self.path} ({self.display_name})" else: return "%s" % self.path else: return "%s" % self.path def __eq__(self, other): for attr in ("device_type", "camera_model", "camera_port", "path"): if getattr(self, attr) != getattr(other, attr): return False return True def __hash__(self): return hash((self.device_type, self.camera_model, self.camera_port, self.path)) def __ne__(self, other): return not self.__eq__(other) @staticmethod def _get_valid_icon_name(possible_names): if possible_names is not None: for icon_name in possible_names: if QIcon.hasThemeIcon(icon_name): return icon_name return None @property def uri(self) -> str: if self._uri: return self._uri if self.device_type == DeviceType.camera: if self.storage_descriptions: storage_desc = self.storage_descriptions[0] else: storage_desc = "" camera_details = CameraDetails( model=self.camera_model, port=self.camera_port, display_name=self.display_name, is_mtp=self.is_mtp_device, storage_desc=storage_desc, ) self._uri = get_uri(camera_details=camera_details) else: self._uri = get_uri(path=self.path) return self._uri def set_download_from_camera(self, camera_model: str, camera_port: str) -> None: self.clear() self.device_type = DeviceType.camera self.camera_model = camera_model # Set default display name, for when all else fails. # Try to override this value below self.display_name = camera_model self.camera_port = camera_port self.icon_name = self._get_valid_icon_name(("camera-photo", "camera")) # Assign default udev name if cannot determine from udev itself self.udev_name = camera_model devname = generate_devname(camera_port) if devname is not None: udev_attr = udev_attributes(devname) if udev_attr is not None: self.is_mtp_device = udev_attr.is_mtp_device self.udev_name = udev_attr.model self.display_name = udev_attr.model self.is_apple_mobile = udev_attr.is_apple_mobile self.udev_serial = udev_attr.serial if self.is_apple_mobile: self.is_camera_fuse = True self.device_type = DeviceType.camera_fuse self.idevice_udid = idevice_serial_to_udid(self.udev_serial) if not utilities_present(): return if self.idevice_udid: name = idevice_get_name(self.idevice_udid) if name: logging.debug("%s is now known as %s", self.display_name, name) self.display_name = name self.have_canoncial_ios_name = True else: logging.error( "Could not determine udev values for %s %s", self.camera_model, camera_port, ) def update_camera_attributes( self, display_name: str, storage_space: list[StorageSpace], storage_descriptions: list[str], mount_point: str, is_apple_mobile: bool, ) -> None: assert is_apple_mobile == self.is_apple_mobile self.display_name = display_name self.have_optimal_display_name = True self.storage_space = storage_space self.storage_descriptions = storage_descriptions # For cameras mounted using FUSE: if mount_point: self.path = mount_point def set_download_from_volume( self, path: str, display_name: str, icon_names=None, can_eject=None, mount: QStorageInfo = None, ) -> None: self.clear() self.device_type = DeviceType.volume self.path = path self.icon_name = self._get_valid_icon_name(icon_names) if not display_name.find(os.sep) >= 0: self.display_name = display_name else: self.display_name = os.path.basename(display_name) self.have_optimal_display_name = True self.can_eject = can_eject if not mount: mount = QStorageInfo(path) self.storage_space.append( StorageSpace( bytes_free=mount.bytesAvailable(), bytes_total=mount.bytesTotal(), path=path, ) ) def set_download_from_path(self, path: str) -> None: self.clear() self.device_type = DeviceType.path self.path = path if path.endswith(os.sep): path = path[:-1] display_name = os.path.basename(path) if display_name: self.display_name = display_name self.have_optimal_display_name = True else: self.display_name = path # the next value is almost certainly ("folder",), but I guess it's # better to generate it from code self.icon_name = f"{QFileIconProvider().icon(QFileIconProvider.Folder).name()}" mount = QStorageInfo(path) self.storage_space.append( StorageSpace( bytes_free=mount.bytesAvailable(), bytes_total=mount.bytesTotal(), path=path, ) ) def get_storage_space(self, index: int = 0) -> StorageSpace: """ Convenience function to retrieve information about bytes free and bytes total (capacity of the media). Almost all devices have only one storage media, but some cameras have more than one :param index: the storage media to get the values from :return: tuple of bytes free and bytes total """ return self.storage_space[index] def name(self) -> str: """ Get the name of the device, suitable to be displayed to the user. If the device is a path, return the path name :return str containing the name """ return self.display_name if self.device_type in display_devices else self.path def get_icon(self) -> QIcon: """Return icon for the device.""" # TODO consider scaledIcon() here if self.device_type == DeviceType.volume: return QIcon(":/icons/drive-removable-media.svg") elif self.device_type == DeviceType.path: return QIcon(":/icons/folder.svg") else: assert self.device_type in camera_devices if self.is_mtp_device or self.is_apple_mobile: if self.camera_model.lower().find("tablet") >= 0: # TODO use tablet icon pass return QIcon(":/icons/smartphone.svg") return QIcon(":/icons/camera.svg") def get_pixmap( self, size: QSize = QSize(30, 30), device_pixel_ratio: float | None = None ) -> QPixmap: icon = self.get_icon() pixmap = icon.pixmap(size) if device_pixel_ratio is not None: pixmap.setDevicePixelRatio(device_pixel_ratio) return pixmap def _delete_cache_dir(self, cache_dir) -> None: if cache_dir and os.path.isdir(cache_dir): assert cache_dir != os.path.expanduser("~") try: shutil.rmtree(cache_dir, ignore_errors=True) except Exception: logging.error("Unknown error deleting cache directory %s", cache_dir) def delete_cache_dirs(self) -> None: self._delete_cache_dir(self.photo_cache_dir) self._delete_cache_dir(self.video_cache_dir) def unmount_fuse(self) -> None: """ Unmount file system mounted using FUSE, e.g. iOS device. Also handles cases where the device was removed while it was mounted, creating an invalid mount. """ if self.path: mount = QStorageInfo(self.path) if not (mount.isReady() or mount.isValid()): logging.debug("Removing invalid mount %s", self.path) # Remove mounts regardless of whether they are valid or not idevice_do_unmount( udid=self.idevice_udid, display_name=self.display_name, mount_point=self.path, ) self.path = None else: logging.debug( "Path does not exist for '%s': nothing to unmount", self.display_name ) class DeviceCollection: """ Maintain collection of devices that are being scanned, where a device is of type Device. When a device is added, a scan_id is generated and returned. >>> d = Device() >>> d.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> c = Device() >>> c.set_download_from_camera('Canon EOS 1D X', 'usb:001,002') >>> e = Device() >>> e.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> dc = DeviceCollection() >>> d_scan_id = dc.add_device(d) >>> d_scan_id 0 >>> d_scan_id in dc True >>> dc.known_path(d.path, DeviceType.volume) True >>> dc.known_path(d.path) True >>> dc[d_scan_id] == d True >>> len(dc.volumes_and_cameras) 1 >>> len(dc.this_computer) 0 >>> dc.known_path('/root', DeviceType.path) False >>> dc.known_path('/root') False >>> c_scan_id = dc.add_device(c) >>> c_scan_id 1 >>> len(dc) 2 >>> len(dc.volumes_and_cameras) 2 >>> len(dc.this_computer) 0 >>> dc[d_scan_id] == dc[c_scan_id] False >>> dc.known_camera('Canon EOS 1D X', 'usb:001,002') True >>> dc.known_camera('Canon EOS 1D X', 'usb:001,003') False >>> dc.delete_device(c) True >>> len(dc.cameras) 0 >>> len(dc.volumes_and_cameras) 1 >>> len(dc.this_computer) 0 >>> dc.known_camera('Canon EOS 1D X', 'usb:001,002') False >>> len(dc) 1 >>> dc.known_device(e) True >>> del dc[d_scan_id] >>> len(dc) 0 >>> len(dc.volumes_and_cameras) 0 >>> len(dc.this_computer) 0 >>> dc.delete_device(e) False """ def __init__( self, exiftool_process: exiftool.ExifTool | None = None, rapidApp=None ) -> None: self.rapidApp = rapidApp self.devices = {} # type: dict[int, Device] # port: model self.cameras = {} # type: dict[str, str] # Track device names and uris to be able to report this information # after a device has been removed # scan_id: name uri self.device_archive = {} # type: dict[int, DeviceNameUri] # Used to assign scan ids self.scan_counter = 0 # type: int # scan_id: DeviceState self.device_state = {} # type: dict[int, DeviceState] # Track which devices are being scanned, by scan_id self.scanning = set() # type: set[int] # Track which downloads are running, by scan_id self.downloading = set() # type: set[int] # Track which devices have been downloaded from during one # download, by display name. Must do it by display name # because some devices could be removed before all devices # have been downloaded from. self.have_downloaded_from = set() # type: set[str] # Track which devices are thumbnailing, by scan_id self.thumbnailing = set() # type: set[int] # Track the unmounting of unscanned cameras by port and model # port: model self.cameras_to_gvfs_unmount_for_scan = {} # type: dict[str, str] # Which scanned cameras need to be unmounted for a download to start, by scan_id self.cameras_to_gvfs_unmount_for_download = set() # type: set[int] self.cameras_to_stop_thumbnailing = set() # Automatically detected devices where the user has explicitly said to ignore it # port: model self.ignored_cameras = {} # type: dict[str, str] # list[path] self.ignored_volumes = [] # type: list[str] # Devices that were set to autodownload while the program # is in a paused state self.queued_to_download = set() # type: set[int] self.volumes_and_cameras = set() # type: set[int] self.this_computer = set() # type: set[int] # List of devices that were detected at program startup # scan_id self.startup_devices = [] # type: list[int] # Sample exif bytes of photo on most recent device scanned self._sample_photo = None # type: Photo|None self._sample_video = None # type: Video|None self._sample_files_complete = [] # type: list[SampleFileComplete] self.exiftool_process = exiftool_process # Cache camera Devices when determining whether to scan it or not self.camera_device_cache = {} # type: dict[tuple[str, str], Device] self._map_set = { DeviceType.path: self.this_computer, DeviceType.camera: self.volumes_and_cameras, DeviceType.volume: self.volumes_and_cameras, DeviceType.camera_fuse: self.volumes_and_cameras, } self._map_plural_types = { DeviceType.camera: _("Cameras"), DeviceType.camera_fuse: _("Cameras"), DeviceType.volume: _("Devices"), } def cache_camera(self, device: Device) -> None: """ When handling a camera to determine if it should be scanned or not, cache preliminary device probing results here :param device: the camera """ assert device.device_type in camera_devices self.camera_device_cache[(device.camera_model, device.camera_port)] = device def remove_camera_from_cache(self, model: str, port) -> Device | None: """ Get camera from cache, if it's cached, and remove it from the cache :param model: camera model as returned by gPhoto2 :param port: camera port :return: camera device or None if it was not cached """ return self.camera_device_cache.pop((model, port), None) def download_start_blocked(self) -> bool: """ Determine if a camera needs to be unmounted or thumbnailing needs to be terminated for a camera in order for a download to proceed :return: True if so, else False """ if len(self.cameras_to_gvfs_unmount_for_download) > 0 and len( self.cameras_to_stop_thumbnailing ): logging.debug( "Download is blocked because %s camera(s) are being unmounted " "from GVFS and %s camera(s) are having their thumbnailing terminated", len(self.cameras_to_gvfs_unmount_for_download), len(self.cameras_to_stop_thumbnailing), ) elif len(self.cameras_to_gvfs_unmount_for_download) > 0: logging.debug( "Download is blocked because %s camera(s) are being unmounted " "from GVFS", len(self.cameras_to_gvfs_unmount_for_download), ) elif len(self.cameras_to_stop_thumbnailing) > 0: logging.debug( "Download is blocked because %s camera(s) are having their " "thumbnailing terminated", len(self.cameras_to_stop_thumbnailing), ) return ( len(self.cameras_to_gvfs_unmount_for_download) > 0 or len(self.cameras_to_stop_thumbnailing) > 0 ) def logState(self) -> None: logging.debug("-- Device Collection --") logging.debug( "%s devices: %s volumes/cameras (%s cameras), %s this computer", len(self.devices), len(self.volumes_and_cameras), len(self.cameras), len(self.this_computer), ) logging.debug( "Device states: %s", ", ".join( f"{self[scan_id].display_name}: {self.device_state[scan_id].name}" for scan_id in self.device_state ), ) if len(self.scanning): scanning = "%s" % ", ".join( self[scan_id].display_name for scan_id in self.scanning ) logging.debug("Scanning: %s", scanning) else: logging.debug("No devices scanning") if len(self.downloading): downloading = "%s" % ", ".join( self[scan_id].display_name for scan_id in self.downloading ) logging.debug("Downloading: %s", downloading) else: logging.debug("No devices downloading") if len(self.thumbnailing): thumbnailing = "%s" % ", ".join( self[scan_id].display_name for scan_id in self.thumbnailing ) logging.debug("Thumbnailing: %s", thumbnailing) else: logging.debug("No devices thumbnailing") def add_device(self, device: Device, on_startup: bool = False) -> int: """ Add a new device to the device collection :param device: device to add :param on_startup: if True, the device is being added during the program's startup phase :return: the scan id assigned to the device """ scan_id = self.scan_counter self.scan_counter += 1 self.devices[scan_id] = device self.device_state[scan_id] = DeviceState.pre_scan if on_startup: self.startup_devices.append(scan_id) if device.camera_port: port = device.camera_port assert port not in self.cameras self.cameras[port] = device.camera_model if device.device_type in display_devices: self.volumes_and_cameras.add(scan_id) else: self.this_computer.add(scan_id) self.device_archive[scan_id] = DeviceNameUri(device.display_name, device.uri) return scan_id def set_device_state(self, scan_id: int, state: DeviceState) -> None: logging.debug( "Setting device state for %s to %s", self.devices[scan_id].display_name, state.name, ) self.device_state[scan_id] = state if state == DeviceState.scanning: self.scanning.add(scan_id) elif state == DeviceState.downloading: self.downloading.add(scan_id) self.have_downloaded_from.add(self.devices[scan_id].display_name) elif state == DeviceState.thumbnailing: self.thumbnailing.add(scan_id) if state != DeviceState.scanning and scan_id in self.scanning: self.scanning.remove(scan_id) if state != DeviceState.downloading and scan_id in self.downloading: self.downloading.remove(scan_id) if state != DeviceState.thumbnailing and scan_id in self.thumbnailing: self.thumbnailing.remove(scan_id) def ignore_device(self, scan_id: int) -> None: """ For the remainder of this program's instantiation, don't automatically detect this device. A limitation of this is that when a camera is physically removed and plugged in again, it gets a new port. In which casae it's a "different" device. :param scan_id: scan id of the device to ignore """ device = self.devices[scan_id] if device.device_type in camera_devices: logging.debug( "Marking camera %s on port %s as explicitly removed. Will ignore it " "until program exit.", device.camera_model, device.camera_port, ) self.ignored_cameras[device.camera_port] = device.camera_model elif device.device_type == DeviceType.volume: logging.debug( "Marking volume %s as explicitly removed. Will ignore it until program " "exit.", device.path, ) self.ignored_volumes.append(device.path) else: logging.error( "Device collection unexpectedly received path to ignore: ignoring" ) def user_marked_camera_as_ignored(self, model: str, port: str) -> bool: """ Check if camera is in set of devices to ignore because they were explicitly removed by the user :param model: camera model :param port: camera port :return: return True if camera is in set of devices to ignore """ if port in self.ignored_cameras: return self.ignored_cameras[port] == model return False def user_marked_volume_as_ignored(self, path: str) -> bool: """ Check if volume's path is in list of devices to ignore because they were explicitly removed by the user :param: path: the device's path :return: return True if camera is in set of devices to ignore """ return path in self.ignored_volumes def known_camera(self, model: str, port: str) -> bool: """ Check if the camera is already in the list of devices :param model: camera model as specified by libgohoto2 :param port: camera port as specified by libgohoto2 :return: True if this camera is already being processed, else False """ if port in self.cameras: assert self.cameras[port] == model return True return False def known_path(self, path: str, device_type: DeviceType | None = None) -> bool: """ Check if the path is already in the list of devices :param path: path to check :return: True if the path is already being processed, else False """ for scan_id in self.devices: device = self.devices[scan_id] # type: Device if device.path == path and ( device_type is None or device.device_type == device_type ): return True return False def known_device(self, device: Device) -> bool: return device in list(self.devices.values()) def scan_id_from_path( self, path: str, device_type: DeviceType | None = None ) -> int | None: for scan_id, device in self.devices.items(): if device.path == path and ( device_type is None or device.device_type == device_type ): return scan_id return None def scan_id_from_camera_model_port(self, model: str, port: str) -> int | None: """ :param model: model name of camera being searched for :param port: port of camera being searched for :return: scan id of camera if known, else None """ for scan_id, device in self.devices.items(): if ( device.device_type in camera_devices and device.camera_model == model and device.camera_port == port ): return scan_id return None def delete_device(self, device: Device) -> bool: """ Delete the device from the collection. :param device: the device to delete :return: True if device was deleted, else return False """ for scan_id in self.devices: if self.devices[scan_id] == device: del self[scan_id] return True return False def delete_cache_dirs_and_sample_video(self) -> None: """ Delete all Download Caches and their contents any devices might have, as well as any sample video. """ for device in self.devices.values(): device.delete_cache_dirs() self._delete_sample_photo_video(at_program_close=True) def unmount_fuse_devices(self) -> None: """ Unmount any devices whose file systems were mounted using FUSE e.g. iOS devices """ for device in self.devices.values(): if device.is_camera_fuse: device.unmount_fuse() def _add_complete_sample_file(self, sample_photo_video: RPDFile) -> None: """ Don't delete this fully downloaded file, as it might be downloaded by the user, in which case it's already been recorded as a RPDFile.cache_full_file_name Instead add it to a list of files to possibly expunge at program exit. :param sample_photo_video: sample photo or video """ logging.debug( "Adding %s to list of complete sample %s files to potentially delete " "at program exit", sample_photo_video.temp_sample_full_file_name, sample_photo_video.file_type.name, ) self._sample_files_complete.append( SampleFileComplete( sample_photo_video.temp_sample_full_file_name, sample_photo_video.file_type, ) ) def _do_delete_sample_photo_video(self, sample_photo_video: RPDFile) -> None: """ Delete a temporary sample photo or video from the file system :param sample_photo_video: file to delete :param sample_type: "photo" or "video" """ if ( sample_photo_video is not None and sample_photo_video.temp_sample_full_file_name is not None and sample_photo_video.from_camera ): try: sample_type = sample_photo_video.file_type.name except Exception: sample_type = "unknown" try: assert sample_photo_video.temp_sample_full_file_name except Exception: logging.error("Expected sample file name in sample %s", sample_type) else: if os.path.isfile(sample_photo_video.temp_sample_full_file_name): logging.info( "Removing temporary sample %s %s", sample_type, sample_photo_video.temp_sample_full_file_name, ) try: os.remove(sample_photo_video.temp_sample_full_file_name) except Exception: logging.exception( "Error removing temporary sample %s file %s", sample_type, sample_photo_video.temp_sample_full_file_name, ) def _delete_sample_photo_video( self, at_program_close: bool, file_type: FileType | None = None ) -> None: """ Delete sample photo or video that is used for metadata extraction to provide example for file renaming. :param at_program_close: if True, the program is exiting :param file_type: if specified, delete sample file of this type regardless of whether the program is exiting """ if file_type == FileType.photo: samples = (self._sample_photo,) elif file_type == FileType.video: samples = (self._sample_video,) else: samples = self._sample_photo, self._sample_video for sample in samples: self._do_delete_sample_photo_video(sample) if at_program_close and self._sample_files_complete: remaining_files = ( photo_video for photo_video in self._sample_files_complete if os.path.isfile(photo_video.full_file_name) ) for photo_video in remaining_files: logging.info( "Removing temporary sample %s %s", photo_video.file_type.name, photo_video.full_file_name, ) try: os.remove(photo_video.full_file_name) except Exception: logging.exception( "Error removing temporary sample %s file %s", photo_video.file_type.name, photo_video, ) def map_set(self, device: Device) -> set[int]: return self._map_set[device.device_type] def downloading_from(self) -> str: """ :return: string showing which devices are being downloaded from """ display_names = [ self.devices[scan_id].display_name for scan_id in self.downloading ] # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("Downloading from %(device_names)s") % dict( device_names=make_internationalized_list(display_names) ) def reset_and_return_have_downloaded_from(self) -> str: """ Reset the set of devices that have been downloaded from, and return the string that :return: string showing which devices have been downloaded from during this download """ display_names = make_internationalized_list(list(self.have_downloaded_from)) self.have_downloaded_from = set() # type: set[str] return display_names def __delitem__(self, scan_id: int): d = self.devices[scan_id] # type: Device logging.debug("Deleting %s device from device collection", d.device_type.name) if d.device_type in camera_devices: del self.cameras[d.camera_port] if d.camera_port in self.cameras_to_gvfs_unmount_for_scan: del self.cameras_to_gvfs_unmount_for_scan[d.camera_port] if d.device_type == DeviceType.camera_fuse: d.unmount_fuse() self.map_set(d).remove(scan_id) d.delete_cache_dirs() del self.devices[scan_id] if scan_id in self.scanning: self.scanning.remove(scan_id) if scan_id in self.downloading: self.downloading.remove(scan_id) if scan_id in self.queued_to_download: self.queued_to_download.remove(scan_id) if scan_id in self.thumbnailing: self.thumbnailing.remove(scan_id) if scan_id in self.cameras_to_gvfs_unmount_for_download: self.cameras_to_gvfs_unmount_for_download.remove(scan_id) if scan_id in self.cameras_to_stop_thumbnailing: self.cameras_to_stop_thumbnailing.remove(scan_id) if scan_id in self.this_computer: self.this_computer.remove(scan_id) if scan_id in self.volumes_and_cameras: self.volumes_and_cameras.remove(scan_id) del self.device_state[scan_id] def __getitem__(self, scan_id: int) -> Device: return self.devices[scan_id] def __len__(self) -> int: return len(self.devices) def __contains__(self, scan_id: int) -> bool: return scan_id in self.devices def __iter__(self): return iter(self.devices) def _mixed_devices(self, device_type_text: str) -> str: try: text_number = number(len(self.volumes_and_cameras)).number.capitalize() except KeyError: text_number = len(self.volumes_and_cameras) # Translators: e.g. Three Devices # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(no_devices)s %(device_type)s") % dict( no_devices=text_number, device_type=device_type_text ) def _update_sample_file(self, file_type: FileType) -> None: if file_type == FileType.photo: assert self._sample_photo.file_type == FileType.photo full_file_name = self._sample_photo.get_current_sample_full_file_name() rpd_file = self._sample_photo else: assert self._sample_video.file_type == FileType.video full_file_name = self._sample_video.get_current_sample_full_file_name() rpd_file = self._sample_video if not os.path.isfile(full_file_name): # file no longer exists - it may have been downloaded or deleted # attempt to find an appropriate file from the in memory sql database of # displayed files scan_id = rpd_file.scan_id if scan_id not in self.devices: logging.debug( "Failed to set a new sample because the device no longer exists" ) return rpd_file = self.rapidApp.thumbnailModel.getSampleFile( scan_id=scan_id, device_type=self[scan_id].device_type, file_type=file_type, ) if rpd_file is None: logging.debug( "Failed to set new sample %s because suitable sample does not " "exist", file_type.name, ) else: sample_full_file_name = rpd_file.get_current_full_file_name() if file_type == FileType.photo: logging.debug("Updated sample photo with %s", sample_full_file_name) self.sample_photo = rpd_file else: logging.debug("Updated sample video with %s", sample_full_file_name) self.sample_video = rpd_file @property def sample_photo(self) -> Photo | None: """ Sample photos can be: (1) excerpts of a photo from a camera, saved on the file system in a temp file (used by ExifTool) (2) bytes saved in memory i.e. raw_exif_bytes (exiv2) (3) actual complete photos already on the file system (ExifTool or exiv2) """ if self._sample_photo is None: return None # does the photo still exist? if self._sample_photo.exif_source == ExifSource.actual_file: self._update_sample_file(file_type=FileType.photo) if ( self._sample_photo.metadata is None and not self._sample_photo.metadata_failure ): with stdchannel_redirected(sys.stderr, os.devnull): if self._sample_photo.exif_source == ExifSource.raw_bytes: self._sample_photo.load_metadata( raw_bytes=bytearray(self._sample_photo.raw_exif_bytes) ) elif self._sample_photo.exif_source == ExifSource.app1_segment: self._sample_photo.load_metadata( app1_segment=bytearray(self._sample_photo.raw_exif_bytes) ) else: assert self._sample_photo.exif_source == ExifSource.actual_file full_file_name = ( self._sample_photo.get_current_sample_full_file_name() ) self._sample_photo.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process ) return self._sample_photo @sample_photo.setter def sample_photo(self, photo: Photo) -> None: if self._sample_photo is not None: if self._sample_photo.temp_sample_is_complete_file: self._add_complete_sample_file(self._sample_photo) elif self._sample_photo.temp_sample_full_file_name: self._delete_sample_photo_video( file_type=FileType.photo, at_program_close=False ) self._sample_photo = photo @property def sample_video(self) -> Video | None: """ Sample videos can be either excerpts of a video from a camera or actual videos already on the file system. """ if self._sample_video is None: return None self._update_sample_file(file_type=FileType.video) if ( self._sample_video.metadata is None and not self._sample_video.metadata_failure ): try: assert self._sample_video.temp_sample_full_file_name or os.path.isfile( self._sample_video.full_file_name ) full_file_name = self._sample_video.get_current_sample_full_file_name() self._sample_video.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process ) if self._sample_video.metadata_failure: logging.error("Failed to load sample video metadata") except AssertionError: logging.error("Expected sample file name in sample video") except Exception: logging.error( "Exception while attempting to load sample video metadata" ) return self._sample_video @sample_video.setter def sample_video(self, video: Video) -> None: if ( self._sample_video is not None and self._sample_video.temp_sample_is_complete_file ): self._add_complete_sample_file(self._sample_video) else: self._delete_sample_photo_video( file_type=FileType.video, at_program_close=False ) self._sample_video = video def get_main_window_display_name_and_icon(self) -> tuple[str, QIcon]: """ Generate the name to display at the top left of the main window, indicating the source of the files. :return: string to display and associated icon """ if not len(self): return _("Select Source"), QIcon(":/icons/computer.svg") elif len(self) == 1: # includes case where path is the only device device = list(self.devices.values())[0] return device.display_name, device.get_icon() else: non_pc_devices = [ device for device in self.devices.values() if device.device_type != DeviceType.path ] # type: list[Device] try: assert len(non_pc_devices) == len(self.volumes_and_cameras) except AssertionError: logging.critical( "len(non_pc_devices): %s len(self.volumes_and_cameras): %s", len(non_pc_devices), len(self.volumes_and_cameras), ) raise device_types = Counter(d.device_type for d in non_pc_devices) if len(device_types) == 1: device_type = list(device_types)[0] device_type_text = self._map_plural_types[device_type] else: device_type = None device_type_text = _("Devices") if len(self.this_computer) == 1: assert len(self.this_computer) < 2 assert len(self.this_computer) > 0 icon = QIcon(":/icons/computer.svg") devices = list(self.volumes_and_cameras) computer_display_name = self.devices[ list(self.this_computer)[0] ].display_name if len(self.volumes_and_cameras) == 1: device_display_name = self.devices[devices[0]].display_name else: assert len(self.volumes_and_cameras) > 1 device_display_name = self._mixed_devices(device_type_text) # Translators: this text shows the devices being downloaded from, and # is shown at the top of the window. The plus sign is used instead of # 'and' to leave as much room as possible for the device names. # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. text = _("%(device1)s + %(device2)s") % { "device1": device_display_name, "device2": computer_display_name, } return text, icon else: assert len(self.this_computer) == 0 mtp_devices = [d for d in non_pc_devices if d.is_mtp_device] if len(device_types) == 1: if len(self) == 2: devices = non_pc_devices # Translators: this text shows the devices being downloaded # from, and is shown at the top of the window. The plus sign is # used instead of 'and' to leave as much room as possible for # the device names. # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(device1)s + %(device2)s") % { "device1": devices[0].display_name, "device2": devices[1].display_name, } if device_type in camera_devices and len(mtp_devices) != 2: return text, QIcon(":/icons/camera.svg") return text, devices[0].get_icon() try: text_number = number( len(self.volumes_and_cameras) ).number.capitalize() except KeyError: text_number = len(self.volumes_and_cameras) if device_type in camera_devices: # Translators: Number of cameras e.g. 3 Cameras # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(no_cameras)s Cameras") % {"no_cameras": text_number} if len(mtp_devices) == len(self.volumes_and_cameras): return text, non_pc_devices[0].get_icon() return text, QIcon(":/icons/camera.svg") elif device_type == DeviceType.volume: # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(no_devices)s Devices") % dict( no_devices=text_number ) return text, QIcon(":/icons/drive-removable-media.svg") else: device_display_name = self._mixed_devices(device_type_text) icon = QIcon(":/icons/computer.svg") return device_display_name, icon class BackupDevice(NamedTuple): mount: QStorageInfo | None backup_type: BackupLocationType class BackupVolumeDetails(NamedTuple): mount: QStorageInfo name: str path: str backup_type: BackupLocationType os_stat_device: int def nth(iterable, n, default=None): "Returns the nth item or a default value" return next(itertools.islice(iterable, n, None), default) class BackupDeviceCollection: r""" Track and manage devices (and manual paths) used for backing up. Photos can be backed up to one location, and videos to another; or they can be backed up to the same location. If a BackupDevice's mount is None, then it is assumed to be a manually specified path. Backup devices are indexed by path, not id >>> b = BackupDeviceCollection() >>> len(b) 0 >>> p = BackupDevice(mount=None, backup_type=BackupLocationType.photos) >>> p2 = BackupDevice(mount=None, backup_type=BackupLocationType.photos) >>> v = BackupDevice(mount=None, backup_type=BackupLocationType.videos) >>> pv = BackupDevice(mount=None, ... backup_type=BackupLocationType.photos_and_videos) >>> pv2 = BackupDevice(mount=None, ... backup_type=BackupLocationType.photos_and_videos) >>> b['/some/photo/path'] = p >>> b {'/some/photo/path':None 0} >>> b.device_id('/some/photo/path') 0 >>> b['/some/other/photo/path'] = p2 >>> del b['/some/other/photo/path'] >>> b['/some/video/path'] = v >>> len(b) 2 >>> b.device_id('/some/video/path') 2 >>> b.device_id('/unknown/path') >>> >>> '/some/photo/path' in b True >>> b['/some/photo/path'] BackupDevice(mount=None, backup_type=) >>> len(b.photo_backup_devices) 1 >>> len(b.video_backup_devices) 1 >>> b['/some/photo/video/path'] = pv >>> len(b.photo_backup_devices) 2 >>> len(b.video_backup_devices) 2 >>> del b['/some/photo/path'] >>> len(b.photo_backup_devices) 1 >>> len(b.video_backup_devices) 2 >>> b['/some/video/path'] = pv2 >>> len(b.photo_backup_devices) 2 >>> len(b.video_backup_devices) 2 >>> del b['/some/video/path'] >>> del b['/some/photo/video/path'] >>> len(b) 0 >>> len(b.photo_backup_devices) 0 >>> len(b.video_backup_devices) 0 """ def __init__(self, rapidApp: "RapidWindow" = None): # noqa: F821 self.rapidApp = rapidApp self.devices = dict() # type: dict[str, BackupDevice] # set[path] self.photo_backup_devices = set() # type: set[str] self.video_backup_devices = set() # type: set[str] self._device_ids = {} self._device_id = 0 def __setitem__(self, path: str, device: BackupDevice): if path in self.devices: del self[path] self.devices[path] = device backup_type = device.backup_type if backup_type in [ BackupLocationType.photos, BackupLocationType.photos_and_videos, ]: self.photo_backup_devices.add(path) if backup_type in [ BackupLocationType.videos, BackupLocationType.photos_and_videos, ]: self.video_backup_devices.add(path) self._device_ids[path] = self._device_id self._device_id += 1 def __delitem__(self, path): backup_type = self.devices[path].backup_type if backup_type in ( BackupLocationType.photos, BackupLocationType.photos_and_videos, ): self.photo_backup_devices.remove(path) if backup_type in ( BackupLocationType.videos, BackupLocationType.photos_and_videos, ): self.video_backup_devices.remove(path) del self.devices[path] del self._device_ids[path] def __repr__(self): s = "{" for key, value in self.devices.items(): s += ( f"{key!r}:{value.mount!r} {value.backup_type!r} " f"{self._device_ids[key]}, " ) s = s[:-2] + "}" return s def __contains__(self, key): return key in self.devices def __len__(self): return len(self.devices) def __getitem__(self, path): return self.devices[path] def __iter__(self): return iter(self.devices) def all_paths(self) -> list[str]: return list(self.devices.keys()) def device_id(self, path: str) -> int | None: if path in self: return self._device_ids[path] return None def name(self, path: str, shorten: bool = False) -> str: """ :param path: :param shorten: if True, and backup type is not an automatically detected device, return the path basename :return: device mount name, or path / path basename """ if self.devices[path].mount is None: if shorten: return get_path_display_name(path)[0] else: return path else: mount = self.devices[path].mount # type: QStorageInfo if self.rapidApp.is_wsl2 and self.rapidApp.wsl_drives_probed: return self.rapidApp.wslDrives.displayName(mount.rootPath()) else: if not shorten: return mount.displayName() else: name = mount.name() if name: return name else: return get_path_display_name(mount.rootPath())[0] def backup_type(self, path) -> BackupLocationType: return self.devices[path].backup_type def multiple_backup_devices(self, file_type: FileType) -> bool: """ :param file_type: whether the file is a photo or video :return: True if more than one backup device is being used for the file type """ return (file_type == FileType.photo and len(self.photo_backup_devices) > 1) or ( file_type == FileType.video and len(self.video_backup_devices) > 1 ) def get_download_backup_device_overlap( self, photo_download_folder: str, video_download_folder: str ) -> DownloadingTo: """ Determine if the photo/video download locations and the backup locations are going to the same partitions. :param photo_download_folder: where photos are downloaded :param video_download_folder: where videos are downloaded :return: partitions that are downloaded and backed up to, referred to by os.stat.st_dev """ try: photo_device = os.stat(photo_download_folder).st_dev except FileNotFoundError: photo_device = 0 try: video_device = os.stat(video_download_folder).st_dev except Exception: video_device = 0 downloading_to = defaultdict(set) # type: DownloadingTo if photo_device != video_device: download_dests = (photo_device, video_device) else: download_dests = (photo_device,) for path in self.devices: try: backup_device = os.stat(path).st_dev except Exception: backup_device = 0 if backup_device != 0: d = self.devices[path] backup_type = d.backup_type for download_device in download_dests: if backup_device == download_device: if backup_type in ( BackupLocationType.photos, BackupLocationType.photos_and_videos, ): downloading_to[backup_device].add(FileType.photo) if backup_type in ( BackupLocationType.videos, BackupLocationType.photos_and_videos, ): downloading_to[backup_device].add(FileType.video) return downloading_to def get_manual_mounts(self) -> tuple[BackupVolumeDetails, ...] | None: """ Get QStorageInfo, display name, and path for each backup destination for manually specified backup destinations. Display name is the path basename. Lists photo backup destination before video backup destination. Exceptions are not caught, however invalid destinations are accounted for. :return: Tuple of one or two Tuples containing QStorageInfo, display name, and path. If no valid backup destinations are found, returns None. """ assert len(self.devices) paths = tuple(self.devices.keys()) if len(paths) == 1: if not os.path.isdir(paths[0]): return None same_path = True path = paths[0] backup_type = BackupLocationType.photos_and_videos else: assert len(paths) == 2 photo_path = tuple(self.photo_backup_devices)[0] video_path = tuple(self.video_backup_devices)[0] photo_path_valid = os.path.isdir(photo_path) video_path_valid = os.path.isdir(video_path) if photo_path_valid and video_path_valid: same_path = False elif photo_path_valid: same_path = True path = photo_path backup_type = BackupLocationType.photos elif video_path_valid: same_path = True path = video_path backup_type = BackupLocationType.videos else: return None if same_path: name = self.name(path, shorten=True) mount = QStorageInfo(path) os_stat_device = os.stat(path).st_dev return ( BackupVolumeDetails(mount, name, path, backup_type, os_stat_device), ) else: photo_name = self.name(photo_path, shorten=True) video_name = self.name(video_path, shorten=True) photo_mount = QStorageInfo(photo_path) photo_os_stat_device = os.stat(photo_path).st_dev if same_device(photo_path, video_path): # Translators: two folder names, separated by a plus sign names = _("%s + %s") % (photo_name, video_name) paths = f"{photo_path}\n{video_path}" return ( BackupVolumeDetails( photo_mount, names, paths, BackupLocationType.photos_and_videos, photo_os_stat_device, ), ) else: video_mount = QStorageInfo(video_path) video_os_stat_device = os.stat(video_path).st_dev return ( BackupVolumeDetails( photo_mount, photo_name, photo_path, BackupLocationType.photos, photo_os_stat_device, ), BackupVolumeDetails( video_mount, video_name, video_path, BackupLocationType.videos, video_os_stat_device, ), ) def get_backup_volume_details(self, path: str) -> BackupVolumeDetails: """ For now only used in case of external mounts i.e. not auto-detected. :param path: backup path :return: named tuple of details of the backup volume """ name = self.name(path, shorten=True) device = self.devices[path] mount = device.mount if device.mount is not None else QStorageInfo(path) backup_type = device.backup_type os_stat_device = os.stat(path).st_dev return BackupVolumeDetails(mount, name, path, backup_type, os_stat_device) def backup_possible(self, file_type: FileType) -> bool: """ :param file_type: whether the file is a photo or video :return: True if a backup device is being used for the file type """ if file_type == FileType.photo: return len(self.photo_backup_devices) > 0 elif file_type == FileType.video: return len(self.video_backup_devices) > 0 else: logging.critical( "Unrecognized file type when determining if backup is possible" ) def _add_identifier(self, path: str | None, file_type: FileType) -> str | None: if path is None: return None if file_type == FileType.photo: return os.path.join(path, self.rapidApp.prefs.photo_backup_identifier) else: return os.path.join(path, self.rapidApp.prefs.video_backup_identifier) def sample_device_paths(self) -> list[str]: """ Return a sample of up to three paths on detected backup devices. Includes the folder identifier (specified in the user prefs) used to identify the backup drive. Illustrates backup destinations for each of photo, video, such that: - If photos are being backed up to a device, show it. - If videos are being backed up to a device, show it. - If photos and videos are being backed up to the same device, show that they are. :return: sorted list of the paths """ # Prioritize display of drives that are backing up only one type both_types = self.photo_backup_devices & self.video_backup_devices photo_only = self.photo_backup_devices - both_types video_only = self.video_backup_devices - both_types photo0 = nth(iter(photo_only), 0) video0 = nth(iter(video_only), 0) both0, both1 = tuple( itertools.chain(itertools.islice(both_types, 2), itertools.repeat(None, 2)) )[:2] # Add the identifier specified in the user's prefs photo0id, photo1id, photo2id = ( self._add_identifier(path, FileType.photo) for path in (photo0, both0, both1) ) video0id, video1id, video2id = ( self._add_identifier(path, FileType.video) for path in (video0, both0, both1) ) paths = [ path for path in (photo0id, video0id, photo1id, video1id, photo2id, video2id) if path is not None ][:3] if len(paths) < 3: unused_photo = self.photo_backup_devices - { path for path in (photo0, both0, both1) if path is not None } unused_video = self.video_backup_devices - { path for path in (video0, both0, both1) if path is not None } photo1, photo2 = tuple( itertools.chain( itertools.islice(unused_photo, 2), itertools.repeat(None, 2) ) )[:2] video1, video2 = tuple( itertools.chain( itertools.islice(unused_video, 2), itertools.repeat(None, 2) ) )[:2] photo3id, photo4id = ( self._add_identifier(path, FileType.photo) for path in (photo1, photo2) ) video3id, video4id = ( self._add_identifier(path, FileType.video) for path in (video1, video2) ) paths += [ path for path in (photo3id, video3id, photo4id, video4id) if path is not None ][: 3 - len(paths)] return sorted(paths) def backup_destinations_missing( self, downloading: FileTypeFlag ) -> BackupFailureType | None: """ Checks if there are backup destinations matching the files going to be downloaded :param downloading: the types of file that will be downloaded :return: None if no problems, or BackupFailureType """ prefs = self.rapidApp.prefs if prefs.backup_files: photos = downloading in FileTypeFlag.PHOTOS videos = downloading in FileTypeFlag.VIDEOS if prefs.backup_device_autodetection: photo_backup_problem = photos and not self.backup_possible( FileType.photo ) video_backup_problem = videos and not self.backup_possible( FileType.video ) else: photo_backup_problem = ( photos and not validate_download_folder( path=prefs.backup_photo_location, write_on_waccesss_failure=True ).valid ) video_backup_problem = ( videos and not validate_download_folder( path=prefs.backup_video_location, write_on_waccesss_failure=True ).valid ) if photo_backup_problem: if video_backup_problem: return BackupFailureType.photos_and_videos else: return BackupFailureType.photos elif video_backup_problem: return BackupFailureType.videos else: return None return None class FSMetadataErrors: """ When downloading and backing up, filesystem metadata needs to be copied. Sometimes it's not possible. Track which devices (computer devices, according to the OS, that is, not the same as above) have problems. """ def __init__(self) -> None: # A 'device' in this class is the st_dev value returned by os.stat self.devices = set() # type: set[int] self.archived_devices = set() # type: set[int] # device: FsMetadataWriteProblem self.metadata_errors = dict() # type: dict[int, FsMetadataWriteProblem] # scan_id / device_id: set[device] self.worker_id_devices = defaultdict(set) # type: defaultdict[int, set[int]] def add_problem( self, worker_id: int, path: str, mdata_exceptions: tuple[Exception] ) -> None: dev = os.stat(path).st_dev if dev not in self.devices: self.devices.add(dev) name, uri, root_path, fstype = fs_device_details(path) problem = FsMetadataWriteProblem( name=name, uri=uri, mdata_exceptions=mdata_exceptions ) self.metadata_errors[dev] = problem if worker_id is not None: self.worker_id_devices[worker_id].add(dev) def problems(self, worker_id: int) -> list[FsMetadataWriteProblem]: problems = [] for dev in self.worker_id_devices[worker_id]: if dev not in self.archived_devices: problems.append(self.metadata_errors[dev]) self.archived_devices.add(dev) return problems ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/downloadtracker.py0000644000175000017500000010021114562557501022407 0ustar00damondamon# Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import locale # noqa: F401 import logging import math import time from collections import defaultdict from raphodo.constants import DownloadStatus, DownloadUpdateSeconds, FileType from raphodo.rpdfile import RPDFile from raphodo.thumbnaildisplay import DownloadStats try: Infinity = math.inf except AttributeError: Infinity = float("inf") class DownloadTracker: """ Track file downloads - their size, number, and any problems """ # TODO: refactor this class to make it more pythonic # contemplate using settrs def __init__(self): self.file_types_present_by_scan_id = dict() # type: dict[int, str] self._refresh_values() def _refresh_values(self): """ Reset values when a download is completed """ self.size_of_download_in_bytes_by_scan_id = dict() # type: dict[int, int] self.total_bytes_backed_up_by_scan_id = dict() # type: dict[int, int] self.size_of_photo_backup_in_bytes_by_scan_id = dict() # type: dict[int, int] self.size_of_video_backup_in_bytes_by_scan_id = dict() # type: dict[int, int] self.raw_size_of_download_in_bytes_by_scan_id = dict() # type: dict[int, int] self.total_bytes_copied_by_scan_id = dict() # type: dict[int, int] self.total_bytes_video_backed_up_by_scan_id = dict() # type: dict[int, int] self.no_files_in_download_by_scan_id = dict() # type: dict[int, int] self.no_photos_in_download_by_scan_id = dict() # type: dict[int, int] self.no_videos_in_download_by_scan_id = dict() # type: dict[int, int] self.no_post_download_thumb_generation_by_scan_id = dict() # type: dict[int, int] # 'Download count' tracks the index of the file being downloaded # into the list of files that need to be downloaded -- much like # a counter in a for loop, e.g. 'for i in list', where i is the counter self.download_count_for_file_by_uid = dict() # type: dict[bytes, int] self.download_count_by_scan_id = dict() # type: dict[int, int] self.rename_chunk = dict() # type: dict[int, int] self.files_downloaded = dict() # type: dict[int, int] self.photos_downloaded = dict() # type: dict[int, int] self.videos_downloaded = dict() # type: dict[int, int] self.photo_failures = dict() # type: dict[int, int] self.video_failures = dict() # type: dict[int, int] self.warnings = dict() # type: dict[int, int] self.post_download_thumb_generation = dict() # type: dict[int, int] self.total_photos_downloaded = 0 # type: int self.total_photo_failures = 0 # type: int self.total_videos_downloaded = 0 # type: int self.total_video_failures = 0 # type: int self.total_warnings = 0 # type: int self.total_bytes_to_download = 0 # type: int self.total_bytes_to_backup = 0 # type: int self.backups_performed_by_uid = defaultdict(int) # type: defaultdict[bytes, list[int,...]] self.backups_performed_by_scan_id = defaultdict(int) # type: defaultdict[int, list[int,...]] self.no_backups_to_perform_by_scan_id = dict() # type: dict[int, int] self.auto_delete = defaultdict(list) self._devices_removed_mid_download = set() # type: set[int] def set_no_backup_devices( self, no_photo_backup_devices: int, no_video_backup_devices: int ) -> None: self.no_photo_backup_devices = no_photo_backup_devices self.no_video_backup_devices = no_video_backup_devices def init_stats(self, scan_id: int, stats: DownloadStats) -> None: no_files = stats.no_photos + stats.no_videos self.no_files_in_download_by_scan_id[scan_id] = no_files self.no_photos_in_download_by_scan_id[scan_id] = stats.no_photos self.no_videos_in_download_by_scan_id[scan_id] = stats.no_videos self.size_of_photo_backup_in_bytes_by_scan_id[scan_id] = ( stats.photos_size_in_bytes * self.no_photo_backup_devices ) self.size_of_video_backup_in_bytes_by_scan_id[scan_id] = ( stats.videos_size_in_bytes * self.no_video_backup_devices ) self.no_backups_to_perform_by_scan_id[scan_id] = ( stats.no_photos * self.no_photo_backup_devices + stats.no_videos * self.no_video_backup_devices ) total_bytes = stats.photos_size_in_bytes + stats.videos_size_in_bytes self.no_post_download_thumb_generation_by_scan_id[ scan_id ] = stats.post_download_thumb_generation # rename_chunk is used to account for the time it takes to rename a # file, and potentially to generate thumbnails after it has renamed. # rename_chunk makes a notable difference to the user when they're # downloading from a a high speed source. # Determine the value by calculating how many files need a thumbnail # generated after they've been downloaded and renamed. chunk_weight = ( stats.post_download_thumb_generation * 60 + (no_files - stats.post_download_thumb_generation) * 5 ) / no_files self.rename_chunk[scan_id] = int( (total_bytes / no_files) * (chunk_weight / 100) ) self.size_of_download_in_bytes_by_scan_id[scan_id] = ( total_bytes + self.rename_chunk[scan_id] * no_files ) self.raw_size_of_download_in_bytes_by_scan_id[scan_id] = total_bytes self.total_bytes_to_download += self.size_of_download_in_bytes_by_scan_id[ scan_id ] self.total_bytes_to_backup += ( self.size_of_photo_backup_in_bytes_by_scan_id[scan_id] + self.size_of_video_backup_in_bytes_by_scan_id[scan_id] ) self.files_downloaded[scan_id] = 0 self.photos_downloaded[scan_id] = 0 self.videos_downloaded[scan_id] = 0 self.photo_failures[scan_id] = 0 self.video_failures[scan_id] = 0 self.warnings[scan_id] = 0 self.post_download_thumb_generation[scan_id] = 0 self.total_bytes_backed_up_by_scan_id[scan_id] = 0 def get_no_files_in_download(self, scan_id: int) -> int: return self.no_files_in_download_by_scan_id[scan_id] def get_no_files_downloaded(self, scan_id: int, file_type: FileType) -> int: if file_type == FileType.photo: return self.photos_downloaded.get(scan_id, 0) else: return self.videos_downloaded.get(scan_id, 0) def get_no_files_failed(self, scan_id: int, file_type: FileType) -> int: if file_type == FileType.photo: return self.photo_failures.get(scan_id, 0) else: return self.video_failures.get(scan_id, 0) def get_no_warnings(self, scan_id: int) -> int: return self.warnings.get(scan_id, 0) def add_to_auto_delete(self, rpd_file: RPDFile) -> None: self.auto_delete[rpd_file.scan_id].append(rpd_file.full_file_name) def get_files_to_auto_delete(self, scan_id: int) -> list[int]: return self.auto_delete[scan_id] def clear_auto_delete(self, scan_id: int) -> None: if scan_id in self.auto_delete: del self.auto_delete[scan_id] def thumbnail_generated_post_download(self, scan_id: int) -> None: """ Increment the number of files that have had their thumbnail generated after they were downloaded :param scan_id: the device from which the file came """ if scan_id in self._devices_removed_mid_download: return self.post_download_thumb_generation[scan_id] += 1 def file_backed_up(self, scan_id: int, uid: bytes) -> None: if scan_id in self._devices_removed_mid_download: return self.backups_performed_by_uid[uid] += 1 self.backups_performed_by_scan_id[scan_id] += 1 def file_backed_up_to_all_locations(self, uid: bytes, file_type: FileType) -> bool: """ Determine if this particular file has been backed up to all locations it should be :param uid: unique id of the file :param file_type: photo or video :return: True if backups for this particular file have completed, else False """ if uid in self.backups_performed_by_uid: if file_type == FileType.photo: return ( self.backups_performed_by_uid[uid] == self.no_photo_backup_devices ) else: return ( self.backups_performed_by_uid[uid] == self.no_video_backup_devices ) else: logging.critical("Unexpected uid in self.backups_performed_by_uid") return True def all_files_backed_up(self, scan_id: int | None = None) -> bool: """ Determine if all backups have finished in the download :param scan_id: scan id of the download. If None, then all scans will be checked :return: True if all backups finished, else False """ if scan_id is None: for scan_id in self.no_backups_to_perform_by_scan_id: if ( self.no_backups_to_perform_by_scan_id[scan_id] != self.backups_performed_by_scan_id[scan_id] and scan_id not in self._devices_removed_mid_download ): return False return True else: return ( self.no_backups_to_perform_by_scan_id[scan_id] == self.backups_performed_by_scan_id[scan_id] or scan_id in self._devices_removed_mid_download ) def file_downloaded_increment( self, scan_id: int, file_type: FileType, status: DownloadStatus ) -> None: if scan_id in self._devices_removed_mid_download: return self.files_downloaded[scan_id] += 1 if status in ( DownloadStatus.download_failed, DownloadStatus.download_and_backup_failed, ): if file_type == FileType.photo: self.photo_failures[scan_id] += 1 self.total_photo_failures += 1 else: self.video_failures[scan_id] += 1 self.total_video_failures += 1 else: if file_type == FileType.photo: self.photos_downloaded[scan_id] += 1 self.total_photos_downloaded += 1 else: self.videos_downloaded[scan_id] += 1 self.total_videos_downloaded += 1 if status in ( DownloadStatus.downloaded_with_warning, DownloadStatus.backup_problem, ): self.warnings[scan_id] += 1 self.total_warnings += 1 def device_removed_mid_download(self, scan_id: int, display_name: str) -> None: """ Adjust the the tracking to account for a device being removed as a download was occurring. :param scan_id: scan id of the device that has been removed """ logging.debug( "Adjusting download tracking to account for removed device %s", display_name ) self._devices_removed_mid_download.add(scan_id) photos_downloaded = ( self.photo_failures[scan_id] + self.photos_downloaded[scan_id] ) failures = self.no_photos_in_download_by_scan_id[scan_id] - photos_downloaded self.photo_failures[scan_id] += failures self.total_photo_failures += failures videos_downloaded = ( self.video_failures[scan_id] + self.videos_downloaded[scan_id] ) failures = self.no_videos_in_download_by_scan_id[scan_id] - videos_downloaded self.video_failures[scan_id] += failures self.total_video_failures += failures self.download_count_by_scan_id[scan_id] = self.no_files_in_download_by_scan_id[ scan_id ] self.files_downloaded[scan_id] = self.no_files_in_download_by_scan_id[scan_id] self.total_bytes_copied_by_scan_id[ scan_id ] = self.size_of_download_in_bytes_by_scan_id[scan_id] self.total_bytes_backed_up_by_scan_id[scan_id] = ( self.size_of_photo_backup_in_bytes_by_scan_id[scan_id] + self.size_of_video_backup_in_bytes_by_scan_id[scan_id] ) def get_percent_complete(self, scan_id: int) -> float: """ Returns a float representing how much of the download has been completed for one particular device :return a value between 0.0 and 1.0 """ # when calculating the percentage, there are three components: # copy (download), rename ('rename_chunk'), and backup percent_complete = ( ( self.total_bytes_copied_by_scan_id[scan_id] + self.rename_chunk[scan_id] * self.files_downloaded[scan_id] ) + self.total_bytes_backed_up_by_scan_id[scan_id] ) / ( self.size_of_download_in_bytes_by_scan_id[scan_id] + self.size_of_photo_backup_in_bytes_by_scan_id[scan_id] + self.size_of_video_backup_in_bytes_by_scan_id[scan_id] ) return percent_complete def get_overall_percent_complete(self) -> float: """ Returns a float representing how much of the download from one or more devices :return: a value between 0.0 and 1.0 """ total = sum( self.total_bytes_copied_by_scan_id[scan_id] + self.rename_chunk[scan_id] * self.files_downloaded[scan_id] + self.total_bytes_backed_up_by_scan_id[scan_id] for scan_id in self.total_bytes_copied_by_scan_id ) p = total / (self.total_bytes_to_download + self.total_bytes_to_backup) # round the number down, e.g. 0.997 becomes 0.99 return math.floor(p * 100) / 100 def all_post_download_thumbs_generated_for_scan(self, scan_id: int) -> bool: return ( self.no_post_download_thumb_generation_by_scan_id[scan_id] == self.post_download_thumb_generation[scan_id] ) def all_files_downloaded_by_scan_id(self, scan_id: int) -> bool: return ( self.files_downloaded[scan_id] == self.no_files_in_download_by_scan_id[scan_id] ) def set_total_bytes_copied(self, scan_id: int, total_bytes: int) -> None: if scan_id in self._devices_removed_mid_download: return assert total_bytes >= 0 self.total_bytes_copied_by_scan_id[scan_id] = total_bytes def increment_bytes_backed_up(self, scan_id: int, chunk_downloaded: int) -> None: if scan_id in self._devices_removed_mid_download: return self.total_bytes_backed_up_by_scan_id[scan_id] += chunk_downloaded def set_download_count_for_file(self, uid: bytes, download_count: int) -> None: self.download_count_for_file_by_uid[uid] = download_count def set_download_count(self, scan_id: int, download_count: int) -> None: if scan_id in self._devices_removed_mid_download: return self.download_count_by_scan_id[scan_id] = download_count def get_file_types_present(self, scan_id: int) -> str: return self.file_types_present_by_scan_id[scan_id] def set_file_types_present(self, scan_id: int, file_types_present: str) -> None: self.file_types_present_by_scan_id[scan_id] = file_types_present def no_errors_or_warnings(self) -> bool: """ :return: True if there were no errors or warnings in the download else return False """ return ( self.total_warnings == 0 and self.total_photo_failures == 0 and self.total_video_failures == 0 ) def purge(self, scan_id): del self.no_files_in_download_by_scan_id[scan_id] del self.size_of_download_in_bytes_by_scan_id[scan_id] del self.raw_size_of_download_in_bytes_by_scan_id[scan_id] del self.photos_downloaded[scan_id] del self.videos_downloaded[scan_id] del self.files_downloaded[scan_id] del self.photo_failures[scan_id] del self.video_failures[scan_id] del self.warnings[scan_id] del self.no_backups_to_perform_by_scan_id[scan_id] def purge_all(self): self._refresh_values() class TimeCheck: """ Record times downloads commence and pause - used in calculating time remaining. Also tracks and reports download speed for the entire download, in sum, i.e. for all the devices and all backups as one. Note: Times here are completely independent of the file / subfolder naming preference "download start time" """ def __init__(self): # set the number of seconds gap with which to measure download time remaing self.reset() self.mpbs = _("MB/sec") self.time_gap = DownloadUpdateSeconds / 2 def reset(self): self.mark_set = False self.total_downloaded_so_far = 0 self.total_download_size = 0 self.size_mark = 0 self.smoothed_speed = None # type: float|None def increment(self, bytes_downloaded): self.total_downloaded_so_far += bytes_downloaded def set_download_mark(self): if not self.mark_set: self.mark_set = True self.time_mark = time.time() def pause(self): self.mark_set = False def update_download_speed(self) -> tuple[bool, str]: now = time.time() updated = now > (self.time_gap + self.time_mark) if updated: amt_time = now - self.time_mark self.time_mark = now amt_downloaded = self.total_downloaded_so_far - self.size_mark self.size_mark = self.total_downloaded_so_far speed = amt_downloaded / 1048576 / amt_time if self.smoothed_speed is None: self.smoothed_speed = speed else: # smooth speed across fifteen readings self.smoothed_speed = (self.smoothed_speed * 14 + speed) / 15 download_speed = f"{self.smoothed_speed:1.1f} {self.mpbs}" else: download_speed = None return (updated, download_speed) class TimeForDownload: def __init__(self, size: int) -> None: self.time_remaining = Infinity # type: float self.total_downloaded_so_far = 0 # type: int self.total_download_size = size # type: int self.size_mark = 0 # type: int self.smoothed_speed = None # type: float|None self.time_mark = time.time() # type: float self.smoothed_speed = None # type: float|None class TimeRemaining: """ Calculate how much time is remaining to finish a download Runs in tandem with TimeCheck, above. The smoothed speed for each device is independent of the smoothed speed for the download as a whole. """ def __init__(self) -> None: self.clear() def __setitem__(self, scan_id: int, size: int) -> None: t = TimeForDownload(size) self.times[scan_id] = t def update(self, scan_id, bytes_downloaded) -> None: if scan_id not in self.times: return t = self.times[scan_id] # type: TimeForDownload t.total_downloaded_so_far += bytes_downloaded now = time.time() tm = t.time_mark amt_time = now - tm if amt_time > DownloadUpdateSeconds: amt_downloaded = t.total_downloaded_so_far - t.size_mark t.size_mark = t.total_downloaded_so_far t.time_mark = now speed = amt_downloaded / amt_time if t.smoothed_speed is None: t.smoothed_speed = speed else: # smooth speed across ten readings t.smoothed_speed = t.smoothed_speed * 0.9 + speed * 0.1 amt_to_download = t.total_download_size - t.total_downloaded_so_far if not t.smoothed_speed: t.time_remaining = Infinity else: time_remaining = amt_to_download / t.smoothed_speed # Use the previous value to help determine the current value, # which avoids values that jump around if math.isinf(t.time_remaining): t.time_remaining = time_remaining else: t.time_remaining = get_time_left(time_remaining, t.time_remaining) def time_remaining(self, detailed_time_remaining: bool) -> str | None: """ Return the time remaining to download by taking the largest value of all the devices being downloaded from. :param detailed_time_remaining: if True, don't limit the precision of the result return :return: Time remaining in string format. Returns None if the time remaining is unknown. """ time_remaining = max(t.time_remaining for t in self.times.values()) if math.isinf(time_remaining): return None time_remaining = round(time_remaining) # type: int if time_remaining < 4: # Be friendly in the last few seconds return _("A few seconds") else: # Format the string using the one or two largest units return formatTime( time_remaining, limit_precision=not detailed_time_remaining ) def set_time_mark(self, scan_id): if scan_id in self.times: self.times[scan_id].time_mark = time.time() def clear(self): self.times = {} def __delitem__(self, scan_id): del self.times[scan_id] def get_time_left(aSeconds: float, aLastSec: float | None = None) -> float: """ Generate a "time left" string given an estimate on the time left and the last time. The extra time is used to give a better estimate on the time to show. Both the time values are floats instead of integers to help get sub-second accuracy for current and future estimates. Closely adapted from Mozilla's getTimeLeft function: https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/DownloadUtils.jsm :param aSeconds: Current estimate on number of seconds left for the download :param aLastSec: Last time remaining in seconds or None or infinity for unknown :return: time left text, new value of "last seconds" """ if aLastSec is None: aLastSec = Infinity if aSeconds < 0: return aLastSec # Apply smoothing only if the new time isn't a huge change -- e.g., if the # new time is more than half the previous time; this is useful for # downloads that start/resume slowly if aSeconds > aLastSec / 2: # Apply hysteresis to favor downward over upward swings # 30% of down and 10% of up (exponential smoothing) diff = aSeconds - aLastSec aSeconds = aLastSec + (0.3 if diff < 0 else 0.1) * diff # If the new time is similar, reuse something close to the last seconds, # but subtract a little to provide forward progress diffPct = diff / aLastSec * 100 if abs(diff) < 5 or abs(diffPct) < 5: aSeconds = aLastSec - (0.4 if diff < 0 else 0.2) return aSeconds def _seconds(seconds: int) -> str: if seconds == 1: return _("1 second") else: return _("%d seconds") % seconds def _minutes(minutes: int) -> str: if minutes == 1: return _("1 minute") else: return _("%d minutes") % minutes def _hours(hours: int) -> str: if hours == 1: return _("1 hour") else: return _("%d hours") % hours def _days(days: int) -> str: if days == 1: return _("1 day") else: return _("%d days") % days def formatTime(seconds: int, limit_precision=False) -> str: r""" >>> locale.setlocale(locale.LC_ALL, ('en_US', 'utf-8')) 'en_US.UTF-8' >>> formatTime(0) '0 seconds' >>> formatTime(1) '1 second' >>> formatTime(2) '2 seconds' >>> formatTime(59) '59 seconds' >>> formatTime(60) '1 minute' >>> formatTime(61) '1 minute, 1 second' >>> formatTime(62) '1 minute, 2 seconds' >>> formatTime(60 + 59) '1 minute, 59 seconds' >>> formatTime(60 * 2) '2 minutes' >>> formatTime(60 * 2 + 1) '2 minutes, 1 second' >>> formatTime(60 * 2 + 2) '2 minutes, 2 seconds' >>> formatTime(60 * 3 + 25) '3 minutes, 25 seconds' >>> formatTime(60 * 3 + 25, limit_precision=True) '3 minutes' >>> formatTime(60 * 3 + 30) '3 minutes, 30 seconds' >>> formatTime(60 * 3 + 30, limit_precision=True) '4 minutes' >>> formatTime(60 * 45) '45 minutes' >>> formatTime(60 * 60 - 30) '59 minutes, 30 seconds' >>> formatTime(60 * 60 - 30, limit_precision=True) '1 hour' >>> formatTime(60 * 60 - 1) '59 minutes, 59 seconds' >>> formatTime(60 * 60) '1 hour' >>> formatTime(60 * 60 + 1) '1 hour' >>> formatTime(60 * 60 + 29) '1 hour' >>> formatTime(60 * 60 + 30) '1 hour, 1 minute' >>> formatTime(60 * 60 + 59) '1 hour, 1 minute' >>> formatTime(60 * 61) '1 hour, 1 minute' >>> formatTime(60 * 61 + 29) '1 hour, 1 minute' >>> formatTime(60 * 61 + 30) '1 hour, 2 minutes' >>> formatTime(60 * 60 * 2) '2 hours' >>> formatTime(60 * 60 * 2 + 45) '2 hours, 1 minute' >>> formatTime(60 * 60 * 2 + 60 * 29) '2 hours, 29 minutes' >>> formatTime(60 * 60 * 2 + 60 * 29 + 29) '2 hours, 29 minutes' >>> formatTime(60 * 60 * 2 + 60 * 29 + 29, limit_precision=True) '2 hours' >>> formatTime(60 * 60 * 2 + 60 * 29 + 30) '2 hours, 30 minutes' >>> formatTime(60 * 60 * 2 + 60 * 29 + 30, limit_precision=True) '2 hours' >>> formatTime(60 * 60 * 2 + 60 * 30) '2 hours, 30 minutes' >>> formatTime(60 * 60 * 2 + 60 * 30, limit_precision=True) '3 hours' >>> formatTime(60 * 60 * 2 + 60 * 59) '2 hours, 59 minutes' >>> formatTime(60 * 60 * 2 + 60 * 59 + 30) '3 hours' >>> formatTime(60 * 60 * 3 + 29) '3 hours' >>> formatTime(60 * 60 * 3 + 30) '3 hours, 1 minute' >>> formatTime(60 * 60 * 23 + 60 * 29) '23 hours, 29 minutes' >>> formatTime(60 * 60 * 23 + 60 * 29 + 29) '23 hours, 29 minutes' >>> formatTime(60 * 60 * 23 + 60 * 29 + 30) '23 hours, 30 minutes' >>> formatTime(60 * 60 * 23 + 60 * 29 + 30) '23 hours, 30 minutes' >>> formatTime(60 * 60 * 23 + 60 * 59) '23 hours, 59 minutes' >>> formatTime(60 * 60 * 23 + 60 * 59 + 20) '23 hours, 59 minutes' >>> formatTime(60 * 60 * 23 + 60 * 59 + 40) '1 day' >>> formatTime(60 * 60 * 24) '1 day' >>> formatTime(60 * 60 * 24 + 60 * 29) '1 day' >>> formatTime(60 * 60 * 24 + 60 * 29 + 59) '1 day' >>> formatTime(60 * 60 * 24 + 60 * 30) '1 day, 1 hour' >>> formatTime(60 * 60 * 24 * 2 + 60 * 30) '2 days, 1 hour' >>> formatTime(60 * 60 * 24 * 2 + 60 * 60 * 3) '2 days, 3 hours' >>> formatTime(60 * 60 * 24 * 24 + 60 * 60 * 3) '24 days, 3 hours' >>> formatTime(60 * 60 * 24 * 24 + 60 * 60 * 3 + 59) '24 days, 3 hours' >>> formatTime(60 * 60 * 24 * 24 + 60 * 60 * 3 + 59, limit_precision=True) '24 days' >>> formatTime(60 * 60 * 24 * 24 + 60 * 60 * 18, limit_precision=True) '25 days' When passed n number of seconds, return a translated string that indicates using up to two units of time how much time is left. Times are rounded up or down. The highest unit of time used is days. :param seconds: the number of seconds :param limit_precision: if True, for any time >= three minutes, the time string will be limited to only 1 unit, e.g. 3 minutes, 4 minutes etc :return: the translated string """ parts = [] for idx, mul in enumerate((86400, 3600, 60, 1)): if seconds / mul >= 1 or mul == 1: if mul > 1: n = int(math.floor(seconds / mul)) seconds -= n * mul else: n = seconds parts.append((idx, n)) # take the parts, and if necessary add new parts that indicate zero hours or minutes parts2 = [] i = 0 for idx in range(parts[0][0], 4): part_idx = parts[i][0] if part_idx == idx: parts2.append(parts[i]) i += 1 else: parts2.append((idx, 0)) # what remains is a consistent and predictable set of time components to work with: if len(parts2) == 1: assert parts2[0][0] == 3 seconds = parts2[0][1] return _seconds(seconds) elif len(parts2) == 2: assert parts2[0][0] == 2 assert parts2[0][1] > 0 minutes = parts2[0][1] seconds = parts2[1][1] if limit_precision and minutes > 2: if seconds >= 30: minutes += 1 if minutes == 60: return _("1 hour") seconds = 0 if seconds: if minutes == 1: if seconds == 1: return _("1 minute, 1 second") else: return _("1 minute, %d seconds") % seconds else: if seconds == 1: return _("%d minutes, 1 second") % minutes else: return _("%(minutes)d minutes, %(seconds)d seconds") % dict( minutes=minutes, seconds=seconds ) else: return _minutes(minutes) elif len(parts2) == 3: assert parts2[0][0] == 1 assert parts2[0][1] > 0 hours = parts2[0][1] minutes = parts2[1][1] seconds = parts2[2][1] if limit_precision: if minutes >= 30: hours += 1 if hours == 24: return _("1 day") minutes = 0 # round up the minutes if needed elif seconds >= 30: if minutes == 59: minutes = 0 hours += 1 if hours == 24: return _("1 day") else: minutes += 1 if minutes: if hours == 1: if minutes == 1: return _("1 hour, 1 minute") else: return _("1 hour, %d minutes") % minutes else: if minutes == 1: return _("%d hours, 1 minute") % hours else: return _("%(hours)d hours, %(minutes)d minutes") % dict( hours=hours, minutes=minutes ) else: return _hours(hours) else: assert len(parts2) == 4 assert parts2[0][0] == 0 assert parts2[0][1] > 0 days = parts2[0][1] hours = parts2[1][1] minutes = parts2[2][1] if limit_precision: if hours >= 12: days += 1 hours = 0 elif minutes >= 30: if hours == 23: hours = 0 days += 1 else: hours += 1 if hours: if days == 1: if hours == 1: return _("1 day, 1 hour") else: return _("1 day, %d hours") % hours else: if hours == 1: return _("%d days, 1 hour") % days else: return _("%(days)d days, %(hours)d hours") % dict( days=days, hours=hours ) else: return _days(days) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/errorlog.py0000644000175000017500000004715414562557501021077 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Error log window for Rapid Photo Downloader """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import math import re from collections import deque from PyQt5.QtCore import ( QEvent, QRect, # noqa: F401 QSize, Qt, QTimer, QUrl, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QColor, QFont, QFontMetrics, QIcon, QKeyEvent, QKeySequence, QMouseEvent, QPainter, QPaintEvent, QPalette, QPen, QShowEvent, QTextCursor, QTextDocument, ) from PyQt5.QtWidgets import ( QApplication, QDialog, QDialogButtonBox, QHBoxLayout, QLabel, QLineEdit, QPushButton, QStyle, QTextBrowser, QTextEdit, QVBoxLayout, ) from showinfm import show_in_file_manager from raphodo.constants import ErrorType from raphodo.problemnotification import Problem, Problems from raphodo.ui.viewutils import darkModeIcon, translateDialogBoxButtons class QFindLineEdit(QLineEdit): """ LineEdit to be used for search, as in Firefox in page search. """ def __init__(self, find_text="", parent=None) -> None: super().__init__(parent=parent) if not find_text: self.find_text = _("Find") else: self.find_text = find_text self.noTextPalette = QPalette() self.noTextPalette.setColor(QPalette.Text, Qt.gray) self.setEmptyState() self.cursorPositionChanged.connect(self.onCursorPositionChanged) self.textEdited.connect(self.onTextEdited) def setEmptyState(self) -> None: self.empty = True self.setText(self.find_text) self.setCursorPosition(0) self.setPalette(self.noTextPalette) @pyqtSlot(str) def onTextEdited(self, text: str) -> None: if not text: self.setEmptyState() elif self.empty: self.empty = False self.setPalette(QPalette()) self.setText(text[: -len(self.find_text)]) @pyqtSlot(int, int) def onCursorPositionChanged(self, old: int, new: int) -> None: if self.empty: self.blockSignals(True) self.setCursorPosition(0) self.blockSignals(False) def getText(self) -> str: if self.empty: return "" else: return self.text() class ErrorReport(QDialog): """ Display error messages from the download in a dialog. Search/find feature is live, like Firefox. However, it's pretty slow with a large amount of data, so don't initiate a new search each and every time data is appended to the log window. Instead, if a search is active, wait for one second after text has been appended before doing the search. """ dialogShown = pyqtSignal() dialogActivated = pyqtSignal() def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent=parent) self.uris = [] self.get_href = re.compile("]*)") self.setModal(False) self.setSizeGripEnabled(True) self.search_pending = False self.add_queue = deque() self.rapidApp = rapidApp layout = QVBoxLayout() self.setWindowTitle(_("Error Reports - Rapid Photo Downloader")) self.log = QTextBrowser() self.log.setReadOnly(True) sheet = """ h1 { font-size: large; font-weight: bold; } """ document = self.log.document() # type: QTextDocument document.setDefaultStyleSheet(sheet) # document.setIndentWidth(QFontMetrics(QFont()).boundingRect('200').width()) self.highlightColor = QColor("#cb1dfa") self.textHighlightColor = QColor(Qt.white) self.noFindPalette = QPalette() self.noFindPalette.setColor(QPalette.WindowText, QPalette().color(QPalette.Mid)) self.foundPalette = QPalette() self.foundPalette.setColor( QPalette.WindowText, QPalette().color(QPalette.WindowText) ) self.find_cursors = [] self.current_find_index = -1 self.log.anchorClicked.connect(self.anchorClicked) self.log.setOpenLinks(False) self.defaultFont = QFont() self.defaultFont.setPointSize(QFont().pointSize() - 1) self.log.setFont(self.defaultFont) self.log.textChanged.connect(self.textChanged) message = _("Find in reports") self.find = QFindLineEdit(find_text=message) self.find.textEdited.connect(self.onFindChanged) style = self.find.style() # type: QStyle frame_width = style.pixelMetric(QStyle.PM_DefaultFrameWidth) button_margin = style.pixelMetric(QStyle.PM_ButtonMargin) spacing = (frame_width + button_margin) * 2 + 8 self.find.setMinimumWidth( QFontMetrics(QFont()).boundingRect(message).width() + spacing ) font_height = QFontMetrics(self.font()).height() size = QSize(font_height, font_height) self.up = QPushButton() self.up.setIcon(darkModeIcon(path=":/icons/up.svg", size=QSize(100, 100))) self.up.setIconSize(size) self.up.clicked.connect(self.upClicked) self.up.setToolTip(_("Find the previous occurrence of the phrase")) self.down = QPushButton() self.down.setIcon(darkModeIcon(path=":/icons/down.svg", size=QSize(100, 100))) self.down.setIconSize(size) self.down.clicked.connect(self.downClicked) self.down.setToolTip(_("Find the next occurrence of the phrase")) self.highlightAll = QPushButton(_("&Highlight All")) self.highlightAll.setToolTip(_("Highlight all occurrences of the phrase")) self.matchCase = QPushButton(_("&Match Case")) self.matchCase.setToolTip(_("Search with case sensitivity")) self.wholeWords = QPushButton(_("&Whole Words")) self.wholeWords.setToolTip(_("Search whole words only")) for widget in (self.highlightAll, self.matchCase, self.wholeWords): widget.setCheckable(True) widget.setFlat(True) self.highlightAll.toggled.connect(self.highlightAllToggled) self.matchCase.toggled.connect(self.matchCaseToggled) self.wholeWords.toggled.connect(self.wholeWordsToggled) self.findResults = QLabel() self.findResults.setMinimumWidth( QFontMetrics(QFont()) .boundingRect(_("%s of %s matches") % (1000, 1000)) .width() + spacing ) # Translators: match number of total matches in a search, e.g. 1 of 10 matches _("%(matchnumber)s of %(total)s matches") # TODO implement this once translations done findLayout = QHBoxLayout() findLayout.setSpacing(0) spacing = 8 findLayout.addWidget(self.find) findLayout.addWidget(self.up) findLayout.addWidget(self.down) findLayout.addSpacing(spacing) findLayout.addWidget(self.highlightAll) findLayout.addSpacing(spacing) findLayout.addWidget(self.matchCase) findLayout.addSpacing(spacing) findLayout.addWidget(self.wholeWords) findLayout.addSpacing(spacing) findLayout.addWidget(self.findResults) buttons = QDialogButtonBox(QDialogButtonBox.Close) translateDialogBoxButtons(buttons) self.clear = buttons.addButton(_("Clear"), QDialogButtonBox.ActionRole) # type: QPushButton buttons.rejected.connect(self.reject) self.clear.clicked.connect(self.clearClicked) self.clear.setEnabled(False) layout.addWidget(self.log) layout.addLayout(findLayout) layout.addSpacing(6) layout.addWidget(buttons) self.setLayout(layout) self.onFindChanged("") self.icon_lookup = { ErrorType.warning: ":/report/warning.svg", ErrorType.serious_error: ":/report/error.svg", ErrorType.critical_error: ":/report/critical.svg", } @pyqtSlot() def textChanged(self) -> None: self.clear.setEnabled(bool(self.log.document().characterCount())) def _makeFind(self, back: bool = False) -> QTextDocument.FindFlags: flags = QTextDocument.FindFlags() if self.matchCase.isChecked(): flags |= QTextDocument.FindCaseSensitively if self.wholeWords.isChecked(): flags |= QTextDocument.FindWholeWords if back: flags |= QTextDocument.FindBackward return flags def _clearSearch(self) -> None: cursor = self.log.textCursor() # type: QTextCursor if cursor.hasSelection(): cursor.clearSelection() self.log.setTextCursor(cursor) self.find_cursors = [] self.log.setExtraSelections([]) @pyqtSlot() def _doFind(self) -> None: """ Do the find / search. If text needs to be appended, delay the search for one second. """ if self.add_queue: while self.add_queue: self._addProblems(problems=self.add_queue.popleft()) QTimer.singleShot(1000, self._doFind) return cursor = self.log.textCursor() # type: QTextCursor text = self.find.getText() highlight = self.highlightAll.isChecked() if self.find.empty or not text: self._clearSearch() self.findResults.setText("") return initial_position = cursor.selectionStart() # type: int self.log.moveCursor(QTextCursor.Start) flags = self._makeFind() extraSelections = deque() count = 0 index = None self.find_cursors = [] while self.log.find(text, flags): cursor = self.log.textCursor() # type: QTextCursor self.find_cursors.append(cursor) if index is None and cursor.selectionStart() >= initial_position: index = count count += 1 if highlight: extra = QTextEdit.ExtraSelection() extra.format.setBackground(self.highlightColor) extra.format.setForeground(self.textHighlightColor) extra.cursor = cursor extraSelections.append(extra) self.log.setExtraSelections(extraSelections) if index is None: index = len(self.find_cursors) - 1 if not self.find_cursors: cursor.setPosition(initial_position) self.log.setTextCursor(cursor) if not self.find.empty: self.findResults.setText(_("Phrase not found")) self.findResults.setPalette(self.noFindPalette) else: self.goToMatch(index=index) self.search_pending = False def goToMatch(self, index: int) -> None: if self.find_cursors: cursor = self.find_cursors[index] self.current_find_index = index self.log.setTextCursor(cursor) self.findResults.setText( _("%s of %s matches") % (index + 1, len(self.find_cursors)) ) self.findResults.setPalette(self.foundPalette) @pyqtSlot(bool) def upClicked(self, checked: bool) -> None: if self.current_find_index >= 0: if self.current_find_index == 0: index = len(self.find_cursors) - 1 else: index = self.current_find_index - 1 self.goToMatch(index=index) @pyqtSlot(bool) def downClicked(self, checked: bool) -> None: if self.current_find_index >= 0: if self.current_find_index == len(self.find_cursors) - 1: index = 0 else: index = self.current_find_index + 1 self.goToMatch(index=index) @pyqtSlot(str) def onFindChanged(self, text: str) -> None: self.up.setEnabled(not self.find.empty) self.down.setEnabled(not self.find.empty) self._doFind() @pyqtSlot(bool) def highlightAllToggled(self, toggled: bool) -> None: if self.find_cursors: extraSelections = deque() if self.highlightAll.isChecked(): for cursor in self.find_cursors: extra = QTextEdit.ExtraSelection() extra.format.setBackground(self.highlightColor) extra.format.setForeground(self.textHighlightColor) extra.cursor = cursor extraSelections.append(extra) self.log.setExtraSelections(extraSelections) @pyqtSlot(bool) def matchCaseToggled(self, toggled: bool) -> None: self._doFind() @pyqtSlot(bool) def wholeWordsToggled(self, toggled: bool) -> None: self._doFind() @pyqtSlot(bool) def clearClicked(self, toggled: bool) -> None: self.log.clear() self.clear.setEnabled(False) self._doFind() @pyqtSlot(QUrl) def anchorClicked(self, url: QUrl) -> None: # see documentation for self._saveUrls() fake_uri = url.url() index = int(fake_uri[fake_uri.find("///") + 3 :]) uri = self.uris[index] show_in_file_manager(path_or_uri=uri) def _saveUrls(self, text: str) -> str: """ Sadly QTextBrowser uses QUrl, which doesn't understand the kind of URIs used by Gnome. It totally mangles them, in fact. So solution is to substitute in a dummy uri and then replace it in self.anchorClicked() when the user clicks on it """ anchor_start = '" start = text.find(anchor_start) if start < 0: return text new_text = text[:start] while start >= 0: href_end = text.find('">', start + 9) href = text[start + 9 : href_end] end = text.find(anchor_end, href_end + 2) next_start = text.find(anchor_start, end + 4) if next_start >= end + 4: extra_text = text[end + 4 : next_start] else: extra_text = text[end + 4 :] new_text = '{}{}{}'.format( new_text, len(self.uris), text[href_end + 2 : end], extra_text ) self.uris.append(href) start = next_start return new_text def _getBody(self, problem: Problem) -> str: """ Get the body (subject) of the problem, and any details """ line = self._saveUrls(problem.body) if len(problem.details) == 1: line = f"{line}
                                {self._saveUrls(problem.details[0])}" elif len(problem.details) > 1: for detail in problem.details: line = f"{line}
                                {self._saveUrls(detail)}" return line def _addProblems(self, problems: Problems) -> None: """ Add problems to the log window """ title = self._saveUrls(problems.title) html = f"

                                {title}

                                " html = f"{html}" for problem in problems: line = self._getBody(problem=problem) icon = self.icon_lookup[problem.severity] icon = f'' html = ( f"{html}" f'' ) html = f"{html}
                                {icon}{line}
                                " html = f"{html}

                                " self.log.append(html) def addProblems(self, problems: Problems) -> None: if not self.find.empty and self.find_cursors: self._clearSearch() if not self.find.empty and self.search_pending: self.add_queue.append(problems) else: self._addProblems(problems=problems) if not self.find.empty and not self.search_pending: self.search_pending = True self.findResults.setText(_("Search pending...")) self.findResults.setPalette(self.noFindPalette) QTimer.singleShot(1000, self._doFind) def keyPressEvent(self, event: QKeyEvent) -> None: if event.matches(QKeySequence.Find): self.find.setFocus() else: super().keyPressEvent(event) @pyqtSlot() def activate(self) -> None: self.setVisible(True) self.activateWindow() self.raise_() def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) self.dialogShown.emit() def changeEvent(self, event: QEvent) -> None: if event.type() == QEvent.ActivationChange and self.isActiveWindow(): self.dialogActivated.emit() super().changeEvent(event) class SpeechBubble(QLabel): """ Display a speech bubble with a counter in it, that when clicked emits a signal and resets. Bubble displayed only when counter is > 0. """ clicked = pyqtSignal() def __init__(self, parent=None): super().__init__(parent) self.rapidApp = parent self.image = QIcon(":/speech-bubble.svg") self._count = 0 self.fillColor = QPalette().color(QPalette.Window) self.counterFont = QFont() self.counterFont.setPointSize(QFont().pointSize() - 1) self.custom_height = max( math.ceil(QFontMetrics(self.counterFont).height() * 1.7), 24 ) self.counterPen = QPen(QColor(Qt.white)) self.setStyleSheet("QLabel {border: 0px;}") self.click_tooltip = _( "The number of new entries added to the Error Report since it was " "last open. Click to open the Error Report." ) @property def count(self) -> int: return self._count @count.setter def count(self, value) -> None: self._count = value if value > 0: self.setToolTip(self.click_tooltip) self.update() def incrementCounter(self, increment: int = 1) -> None: self._count += increment self.setToolTip(self.click_tooltip) self.update() def paintEvent(self, event: QPaintEvent): painter = QPainter() painter.begin(self) height = self.height() rect = self.rect() # type: QRect if not self._count: painter.fillRect(rect, self.fillColor) else: painter.drawPixmap(0, 0, height, height, self.image.pixmap(height, height)) painter.setFont(self.counterFont) painter.setPen(self.counterPen) value = "9+" if self._count > 9 else str(self._count) painter.drawText(rect, Qt.AlignCenter, value) painter.end() def sizeHint(self) -> QSize: return QSize(self.custom_height, self.custom_height) def mousePressEvent(self, event: QMouseEvent) -> None: self.clicked.emit() self.reset() @pyqtSlot() def reset(self) -> None: self.count = 0 self.setToolTip("") if __name__ == "__main__": # Application development test code: app = QApplication([]) log = ErrorReport(None) log.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/excepthook.py0000644000175000017500000001727414562557501021415 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import io import logging import os import traceback from PyQt5.QtWidgets import QApplication, QMessageBox try: from easygui import codebox have_easygui = True except Exception: # if import failed for any reason, ignore it have_easygui = False from raphodo.iplogging import full_log_file_path from raphodo.prefs.preferences import Preferences from raphodo.storage.storage import get_uri from raphodo.ui.viewutils import standardMessageBox from raphodo.utilities import bug_report_full_tar_path, create_bugreport_tar message_box_displayed = False exceptions_notified = set() # Translators: do not translate the HTML tags such as or
                                , or the Python # string formatting tags such as website. please_report_problem_body = _( 'Please report the problem at
                                {website}.

                                ' "In your bug report describe what you expected to happen, and what you observed " "happening.

                                " "The bug report must also include the program settings and log files. To create a " "file with this additional information, click Save." ) tar_created_title = _("Additional Information Saved") # Translators: do not translate the HTML tags such as
                                , , or 
                                , or the Python # string formatting tags tarfile and uri. tar_created_body = _( "The additional bug report information was created in your home directory in " "a tar file:
                                {tarfile}
                                " "You need to attach this file to the bug report yourself. It will not be " "automatically attached.

                                " 'Click
                                here to see the file in your file manager.' ) tar_error_title = _("Error Creating Additional Information") tar_error_header = _( "The additional bug report information was not created. Please file a bug report " "anyway." ) # Translators: do not translate the HTML tags such as , , or
                                , or the Python # string formatting tags log_file, etc. tar_error_body = _( "Include in your bug report the program's log files. The bug report must include " "{log_file}, but attaching the other log files is often helpful.

                                " "If possible, please also include the program's configuration file " "{config_file}.

                                " 'Click
                                here to open the log directory, and ' 'here to open the configuration directory.' ) upgrade_message = _( 'Upgrading to the latest version will allow you to ' "determine if the problem you encountered has already been fixed." ) def save_bug_report_tar(config_file: str, full_log_file_path: str) -> None: """ Save a tar file in the user's home directory with logging files and config file. Inform the user of the result using QMessageBox. :param config_file: full path to the config file :param full_log_file_path: full path to the directory with the log files """ bug_report_full_tar = bug_report_full_tar_path() logging.info("Creating bug report tar file %s", bug_report_full_tar) log_path, log_file = os.path.split(full_log_file_path) if create_bugreport_tar( full_tar_name=bug_report_full_tar, log_path=log_path, full_config_file=config_file, ): body = tar_created_body.format( tarfile=os.path.split(bug_report_full_tar)[1], uri=get_uri(full_file_name=bug_report_full_tar), ) messagebox = standardMessageBox( message=body, rich_text=True, title=tar_created_title, standardButtons=QMessageBox.Ok, ) messagebox.exec_() else: # There was some kind of problem generating the tar file, e.g. no free space log_uri = get_uri(log_path) config_path, config_file = os.path.split(config_file) config_uri = get_uri(path=config_path) body = tar_error_body.format( log_path=log_uri, log_file=log_file, config_path=config_uri, config_file=config_file, ) message = f"{tar_error_header}

                                {body}" messageBox = standardMessageBox( message=message, rich_text=True, title=tar_error_title, standardButtons=QMessageBox.Ok, ) messageBox.exec_() def excepthook(exception_type, exception_value, traceback_object) -> None: """ Global function to catch unhandled exceptions. Inspired by function of the same name in the Eric project, but subsequently heavily modified. """ if traceback_object is not None: frame = traceback_object.tb_frame filename = frame.f_code.co_filename lineno = traceback_object.tb_lineno else: lineno = -1 filename = "unknown" key = f"{filename}{lineno}" global message_box_displayed tb_file = io.StringIO() traceback.print_exception( exception_type, exception_value, traceback_object, limit=None, file=tb_file ) tb_file.seek(0) traceback_info = tb_file.read() logging.error("An unhandled exception occurred") logging.error(traceback_info) if not message_box_displayed and key not in exceptions_notified: message_box_displayed = True exceptions_notified.add(key) prefs = Preferences() title = _("Problem in Rapid Photo Downloader") if QApplication.instance(): header = _("A problem occurred in Rapid Photo Downloader") only_notification = _( "If the same problem occurs again before the program exits, this is " "the only notification about it." ) body = please_report_problem_body.format( website="https://bugs.rapidphotodownloader.com" ) message = f"{header}

                                {body}

                                {only_notification}" errorbox = standardMessageBox( message=message, rich_text=True, title=title, standardButtons=QMessageBox.Save | QMessageBox.Cancel, defaultButton=QMessageBox.Save, ) errorbox.setDetailedText(traceback_info) if errorbox.exec_() == QMessageBox.Save: save_bug_report_tar( config_file=prefs.settings_path(), full_log_file_path=full_log_file_path(), ) elif have_easygui: message = _("A problem occurred in Rapid Photo Downloader\n") prefix = _( "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n\n" ).format( website="https://bugs.rapidphotodownloader.com", log_path=full_log_file_path(), ) text = prefix + traceback_info codebox(msg=message, title=title, text=text) message_box_displayed = False ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/filesystemurl.py0000644000175000017500000000243314562557501022142 0ustar00damondamon# Copyright (C) 2020-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Handle when the user clicks on a URL in Qt and the URL scheme is file:// The point is to open a file manager which selects the file in the URI, rather than opening the file directly. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2020-2021, Damon Lynch" from PyQt5.QtCore import QObject, QUrl, pyqtSlot from showinfm import show_in_file_manager class FileSystemUrlHandler(QObject): @pyqtSlot(QUrl) def openFileBrowser(self, url: QUrl): show_in_file_manager(url.url(options=QUrl.FullyEncoded)) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/foldercombo.py0000644000175000017500000002624414562557501021534 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Combobox widget to easily choose file locations """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import logging import os from PyQt5.QtCore import pyqtSignal, pyqtSlot from PyQt5.QtGui import QIcon from PyQt5.QtWidgets import QComboBox, QFileDialog from raphodo.constants import ( FileType, StandardFileLocations, max_remembered_destinations, ) from raphodo.prefs.preferences import Preferences from raphodo.storage.storage import ( ValidMounts, platform_desktop_directory, platform_photos_directory, platform_videos_directory, ) from raphodo.utilities import make_path_end_snippets_unique class FolderCombo(QComboBox): """ Combobox widget to easily choose file locations. """ # Signal emitted whenever user chooses a path pathChosen = pyqtSignal(str) def __init__( self, parent, prefs: Preferences, file_type: FileType, file_chooser_title: str, special_dirs: tuple[StandardFileLocations] | None = None, valid_mounts: ValidMounts = None, ) -> None: super().__init__(parent) self.prefs = prefs self.rapidApp = parent.rapidApp self.is_wsl2 = self.rapidApp.is_wsl2 if self.is_wsl2: self.wslDrives = self.rapidApp.wslDrives self.file_chooser_title = file_chooser_title self.file_type = file_type self.valid_mounts = valid_mounts self.special_dirs = special_dirs # Flag to indicate whether the combo box is displaying a path error self.invalid_path = False self.activated.connect(self.processPath) self._setup_entries() def _setup_entries(self) -> None: logging.debug("Rebuilding %s combobox entries...", self.file_type.name) # Track where the remembered destinations (paths) are in the pop up menu # -1 indicates there are none. self.destinations_start = -1 # Home directory home_dir = os.path.expanduser("~") home_label = os.path.basename(home_dir) # Desktop directory, if it exists desktop_dir = platform_desktop_directory(home_on_failure=False) if desktop_dir is not None and os.path.isdir(desktop_dir): desktop_label = os.path.basename(desktop_dir) else: desktop_label = None # Any external mounts mounts = () if not self.is_wsl2: if self.valid_mounts is not None: mounts = tuple( (mount.name(), mount.rootPath()) for mount in self.valid_mounts.mountedValidMountPoints() ) else: if self.valid_mounts is not None: mounts = tuple( (self.wslDrives.displayName(mount.rootPath()), mount.rootPath()) for mount in self.valid_mounts.mountedValidMountPoints() ) # Pictures and Videos directories, if required and if they exist pictures_dir = pictures_label = videos_dir = videos_label = None if self.special_dirs is not None: for dir in self.special_dirs: if dir == StandardFileLocations.pictures: pictures_dir = platform_photos_directory(home_on_failure=False) if pictures_dir is not None and os.path.isdir(pictures_dir): pictures_label = os.path.basename(pictures_dir) elif dir == StandardFileLocations.videos: videos_dir = platform_videos_directory(home_on_failure=False) if videos_dir is not None and os.path.isdir(videos_dir): videos_label = os.path.basename(videos_dir) self.addItem(QIcon(":/icons/home.svg"), home_label, home_dir) idx = 1 if desktop_label: self.addItem(QIcon(":/icons/desktop.svg"), desktop_label, desktop_dir) idx += 1 self.addItem(QIcon(":/icons/drive-harddisk.svg"), _("File System"), "/") idx += 1 if mounts: for name, path in mounts: self.addItem(QIcon(":icons/drive-removable-media.svg"), name, path) idx += 1 if pictures_label is not None or videos_label is not None: self.insertSeparator(idx) idx += 1 if pictures_label is not None: self.addItem( QIcon(":/icons/pictures-folder.svg"), pictures_label, pictures_dir ) idx += 1 if videos_label is not None: self.addItem( QIcon(":/icons/videos-folder.svg"), videos_label, videos_dir ) idx += 1 # Remembered paths / destinations dests = self._get_dests() valid_dests = [dest for dest in dests if dest and os.path.isdir(dest)] valid_names = make_path_end_snippets_unique(*valid_dests) if valid_dests else [] if valid_names: folder_icon = QIcon(":/icons/folder.svg") self.insertSeparator(idx) idx += 1 self.destinations_start = idx for name, path in zip(valid_names, valid_dests): self.addItem(folder_icon, name, path) idx += 1 self.insertSeparator(idx) idx += 1 self.addItem(_("Other...")) logging.debug("...%s combobox entries added", self.count()) def showPopup(self) -> None: """ Refresh the combobox menu each time the menu is shown, to handle adding or removing of external volumes or default directories """ self.refreshFolderList() super().showPopup() def refreshFolderList(self) -> None: """ Refresh the combobox to reflect any file system changes """ self.clear() self._setup_entries() self.setPath(self.chosen_path) def setPath(self, path: str) -> None: """ Set the path displayed in the combo box. This must be called for the combobox to function properly. :param path: the path to display """ self.chosen_path = path invalid = False dests = self._get_dests() standard_path = False if self.destinations_start == -1: # Deduct two from the count, to allow for the "Other..." at the end, # along with its separator default_end = self.count() - 2 else: default_end = self.destinations_start default_start = 2 if self.invalid_path else 0 for i in range(default_start, default_end): if self.itemData(i) == path: self.setCurrentIndex(i) standard_path = True logging.info( "%s path %s is a default value or path to an external volume", self.file_type.name, path, ) break if standard_path: if path in dests: logging.info( "Removing %s from list of stored %s destinations because its now a " "standard path", path, self.file_type.name, ) self.prefs.del_list_value(self._get_dest_pref_key(), path) else: valid_dests = [dest for dest in dests if dest and os.path.isdir(dest)] if path in valid_dests: self._make_dest_active(path, len(valid_dests)) elif os.path.isdir(path): # Add path to destinations in prefs, and regenerate the combobox entries self.prefs.add_list_value( self._get_dest_pref_key(), path, max_list_size=max_remembered_destinations, ) self.clear() self._setup_entries() # List may or may not have grown in size dests = self._get_dests() valid_dests = [dest for dest in dests if dest and os.path.isdir(dest)] self._make_dest_active(path, len(valid_dests)) else: invalid = True # Translators: indicate in combobox that a path does not exist self.insertItem( 0, QIcon(":/icons/error.svg"), _("%s (location does not exist)") % os.path.basename(path), path, ) self.setCurrentIndex(0) if self.destinations_start != -1: self.destinations_start += 1 self.invalid_path = invalid def _make_dest_active(self, path: str, dest_len: int) -> None: """ Make the path be the displayed value in the combobox **Key assumption**: the path is NOT one of the default paths or a path to an external volume :param path: the path to display :param dest_len: remembered paths (destinations) list length """ for j in range(self.destinations_start, self.destinations_start + dest_len): if self.itemData(j) == path: self.setCurrentIndex(j) break def _get_dests(self) -> list[str]: if self.file_type == FileType.photo: return self.prefs.photo_backup_destinations else: return self.prefs.video_backup_destinations def _get_dest_pref_key(self) -> str: if self.file_type == FileType.photo: return "photo_backup_destinations" else: return "video_backup_destinations" @pyqtSlot(int) def processPath(self, index: int) -> None: """Handle the path that the user has chosen via the combo box""" if index == self.count() - 1: try: if os.path.isdir(self.chosen_path): chosen_path = self.chosen_path else: chosen_path = os.path.expanduser("~") except AttributeError: chosen_path = os.path.expanduser("~") path = QFileDialog.getExistingDirectory( self, self.file_chooser_title, chosen_path, QFileDialog.ShowDirsOnly ) if path: self.setPath(path) self.pathChosen.emit(path) else: self.setPath(chosen_path) else: path = self.itemData(index) self.setPath(path) self.pathChosen.emit(path) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/folderpreviewmanager.py0000644000175000017500000002600514562557501023444 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import logging from PyQt5.QtCore import QObject, pyqtSlot from raphodo.devices import DeviceCollection from raphodo.folderspreview import DownloadDestination, FoldersPreview from raphodo.interprocess import OffloadData from raphodo.prefs.preferences import Preferences from raphodo.rpdfile import RPDFile from raphodo.ui.filebrowse import FileSystemFilter, FileSystemModel, FileSystemView class FolderPreviewManager(QObject): """ Manages sending FoldersPreview() off to the offload process to generate new provisional download subfolders, and removing provisional download subfolders in the main process, using QFileSystemModel. Queues operations if they need to be, or runs them immediately when it can. Sadly we must delete provisional download folders only in the main process, using QFileSystemModel. Otherwise the QFileSystemModel is liable to issue a large number of messages like this: QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory Yet we must generate and create folders in the offload process, because that can be expensive for a large number of rpd_files. New for PyQt 5.7: Inherits from QObject to allow for Qt signals and slots using PyQt slot decorator. """ def __init__( self, fsmodel: FileSystemModel, prefs: Preferences, photoDestinationFSView: FileSystemView, videoDestinationFSView: FileSystemView, fileSystemFilter: FileSystemFilter, devices: DeviceCollection, rapidApp: "RapidWindow", # noqa: F821 ) -> None: """ :param fsmodel: FileSystemModel powering the destination and this computer views :param prefs: program preferences :param photoDestinationFSView: photo destination view :param videoDestinationFSView: video destination view :param devices: the device collection :param rapidApp: main application window """ super().__init__() self.rpd_files_queue = [] # type: list[RPDFile] self.clean_for_scan_id_queue = [] # type: list[int] self.change_destination_queued = False # type: bool self.subfolder_rebuild_queued = False # type: bool self.offloaded = False self.process_destination = False self.fsmodel = fsmodel self.prefs = prefs self.devices = devices self.rapidApp = rapidApp self.photoDestinationFSView = photoDestinationFSView self.videoDestinationFSView = videoDestinationFSView self.fileSystemFilter = fileSystemFilter self.folders_preview = FoldersPreview() # Set the initial download destination values, using the values # in the program prefs: self._change_destination() def add_rpd_files(self, rpd_files: list[RPDFile]) -> None: """ Generate new provisional download folders for the rpd_files, either by sending them off for generation to the offload process, or if some are already being generated, queueing the operation :param rpd_files: the list of rpd files """ if self.offloaded: self.rpd_files_queue.extend(rpd_files) else: if self.rpd_files_queue: rpd_files = rpd_files + self.rpd_files_queue self.rpd_files_queue = [] # type: list[RPDFile] self._generate_folders(rpd_files=rpd_files) def _generate_folders(self, rpd_files: list[RPDFile]) -> None: if not self.devices.scanning or self.rapidApp.downloadIsRunning(): logging.info( "Generating provisional download folders for %s files", len(rpd_files) ) data = OffloadData( rpd_files=rpd_files, strip_characters=self.prefs.strip_characters, folders_preview=self.folders_preview, ) self.offloaded = True self.rapidApp.sendToOffload(data=data) def change_destination(self) -> None: if self.offloaded: self.change_destination_queued = True else: self._change_destination() self._update_model_and_views() def change_subfolder_structure(self) -> None: self.change_destination() if self.offloaded: assert self.change_destination_queued is True self.subfolder_rebuild_queued = True else: self._change_subfolder_structure() def _change_destination(self) -> None: destination = DownloadDestination( photo_download_folder=self.prefs.photo_download_folder, video_download_folder=self.prefs.video_download_folder, photo_subfolder=self.prefs.photo_subfolder, video_subfolder=self.prefs.video_subfolder, ) self.folders_preview.process_destination( destination=destination, fsmodel=self.fsmodel ) def _change_subfolder_structure(self) -> None: rpd_files = self.rapidApp.thumbnailModel.getAllDownloadableRPDFiles() if rpd_files: self.add_rpd_files(rpd_files=rpd_files) @pyqtSlot(FoldersPreview) def folders_generated(self, folders_preview: FoldersPreview) -> None: """ Receive the folders_preview from the offload process, and handle any tasks that may have been queued in the time it was being processed in the offload process :param folders_preview: the folders_preview as worked on by the offload process """ logging.debug("Provisional download folders received") self.offloaded = False self.folders_preview = folders_preview dirty = self.folders_preview.dirty self.folders_preview.dirty = False if dirty: logging.debug("Provisional download folders change detected") if not self.rapidApp.downloadIsRunning(): for scan_id in self.clean_for_scan_id_queue: dirty = True self._remove_provisional_folders_for_device(scan_id=scan_id) self.clean_for_scan_id_queue = [] # type: list[int] if self.change_destination_queued: self.change_destination_queued = False dirty = True logging.debug("Changing destination of provisional download folders") self._change_destination() if self.subfolder_rebuild_queued: self.subfolder_rebuild_queued = False logging.debug("Rebuilding provisional download folders") self._change_subfolder_structure() else: logging.debug( "Not removing or moving provisional download folders because a " "download is running" ) if dirty: self._update_model_and_views() if self.rpd_files_queue: logging.debug( "Assigning queued provisional download folders to be generated" ) self._generate_folders(rpd_files=self.rpd_files_queue) self.rpd_files_queue = [] # type: list[RPDFile] # self.folders_preview.dump() def _update_model_and_views(self): logging.debug("Updating file system model and views") self.fsmodel.preview_subfolders = self.folders_preview.preview_subfolders() self.fsmodel.download_subfolders = self.folders_preview.download_subfolders() # Update the view self.photoDestinationFSView.reset() self.videoDestinationFSView.reset() # Set the root index so the views do not show the / folder index = self.fileSystemFilter.mapFromSource(self.fsmodel.index("/")) self.photoDestinationFSView.setRootIndex(index) self.videoDestinationFSView.setRootIndex(index) # Ensure the file system model caches are refreshed: self.fsmodel.setRootPath(self.folders_preview.photo_download_folder) self.fsmodel.setRootPath(self.folders_preview.video_download_folder) self.fsmodel.setRootPath("/") self.photoDestinationFSView.expandPreviewFolders( self.prefs.photo_download_folder ) self.videoDestinationFSView.expandPreviewFolders( self.prefs.video_download_folder ) def remove_folders_for_device(self, scan_id: int) -> None: """ Remove provisional download folders unique to this scan_id using the offload process. :param scan_id: scan id of the device """ if self.offloaded: self.clean_for_scan_id_queue.append(scan_id) else: self._remove_provisional_folders_for_device(scan_id=scan_id) self._update_model_and_views() def queue_folder_removal_for_device(self, scan_id: int) -> None: """ Queues provisional download files for removal after all files have been downloaded for a device. :param scan_id: scan id of the device """ self.clean_for_scan_id_queue.append(scan_id) def remove_folders_for_queued_devices(self) -> None: """ Once all files have been downloaded (i.e. no more remain to be downloaded) and there was a disparity between modification times and creation times that was discovered during the download, clean any provisional download folders now that the download has finished. """ for scan_id in self.clean_for_scan_id_queue: self._remove_provisional_folders_for_device(scan_id=scan_id) self.clean_for_scan_id_queue = [] # type: list[int] self._update_model_and_views() def _remove_provisional_folders_for_device(self, scan_id: int) -> None: if scan_id in self.devices: logging.info( "Cleaning provisional download folders for %s", self.devices[scan_id].display_name, ) else: logging.info("Cleaning provisional download folders for device %d", scan_id) self.folders_preview.clean_generated_folders_for_scan_id( scan_id=scan_id, fsmodel=self.fsmodel ) def remove_preview_folders(self) -> None: """ Called when application is exiting. """ self.folders_preview.clean_all_generated_folders(fsmodel=self.fsmodel) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/folderspreview.py0000644000175000017500000005064614562557501022304 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Two tasks: Create a preview of destination folder structure by actually creating the directories on the file system, and removing them at program exit if they were not used. Highlight to the user where files will be downloaded to, regardless of whether the subfolder already exists or not. What makes the task trickier than might be expected is that the subfolders names have to be generated and the subfolders created on the file system in the offload process, but the subfolders can only be removed by the main process (otherwise the watches used by QFileSystemModel complain about folders being removed) """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import logging import os from collections import defaultdict, namedtuple from collections.abc import Sequence from pprint import pprint from PyQt5.QtWidgets import QFileSystemModel import raphodo.generatename as gn from raphodo.constants import FileType from raphodo.rpdfile import RPDFile from raphodo.storage.storage import validate_download_folder DownloadDestination = namedtuple( "DownloadDestination", "photo_download_folder, video_download_folder, photo_subfolder, video_subfolder", ) class FoldersPreview: """ Core tasks of this class are to be able to handle these scenarios: * the user changing the download destination * the user changing the generated subfolder structure * download destination being invalid or not yet specified * knowing which download subfolders already existed * files from more than one device be downloaded to the same subfolders * photos and videos being downloaded to overlapping subfolders folders * the download not proceeding, and the generated subfolders needing to be removed * the device being removed, and the generated subfolders needing to be removed """ def __init__(self): # Subfolders to generate, in simple string format # Independent of the specific download folder they're created under # e.g. '2015/2015-07-20' , not '/home/user/Pictures/2015/2015-07-20' self.generated_photo_subfolders = set() # type: set[str] self.generated_video_subfolders = set() # type: set[str] # Scan ids associated with generated subfolders # key exactly matches those found in self.generated_photo_subfolders & # self.generated_video_subfolders self.generated_photo_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] self.generated_video_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] # Subfolders actually created by this class, differentiated by level. # Need to differentiate levels because of need for fine-grained control # due to scenarios outlined above. # Dependent on the specific download folder they're created under, in # contrast to self.generated_photo_subfolders & self.generated_video_subfolders self.created_photo_subfolders = defaultdict(set) # type: dict[int, set[str]] self.created_video_subfolders = defaultdict(set) # type: dict[int, set[str]] # key = (level, subfolder) # item = set[scan ids] self.scan_ids_for_created_subfolders = defaultdict(set) # type: dict[tuple[int, str], set[int]] # Subfolders that were not created by this class, in simple string format self.existing_subfolders = set() # type: set[str] # Download config paramaters self.photo_download_folder = "" self.video_download_folder = "" self.photo_download_folder_valid = False self.video_download_folder_valid = False self.photo_subfolder = "" self.video_subfolder = "" # Track whether some change was made to the file system self.dirty = False def __repr__(self): return "FoldersPreview({} photo dirs, {} video dirs)".format( len(self._flatten_set(self.created_photo_subfolders)), len(self._flatten_set(self.created_video_subfolders)), ) def dump(self) -> None: if self.generated_photo_subfolders: print("\nGenerated Photo subfolders") print("==========================") pprint(self.generated_photo_subfolders) pprint(self.generated_photo_subfolders_scan_ids) if self.generated_video_subfolders: print("\nGenerated Video subfolders") print("==========================") pprint(self.generated_video_subfolders) pprint(self.generated_video_subfolders_scan_ids) if self.created_photo_subfolders: print("\nCreated photo subfolders") print("========================") pprint(self.created_photo_subfolders) if self.created_video_subfolders: print("\nCreated video subfolders") print("========================") pprint(self.created_video_subfolders) if self.scan_ids_for_created_subfolders: print("\nScan ids for the created subfolders") print("===================================") pprint(self.scan_ids_for_created_subfolders) if self.existing_subfolders: print("\nExisting subfolders") print("===================") pprint(self.existing_subfolders) def _flatten_set(self, s: dict[int, set[str]]) -> set[str]: return {path for level in s for path in s[level]} def _generate_dests(self, dest: str, subfolders: set[str]) -> set[str]: d = set() for subfolder in subfolders: components = "" for component in subfolder.split(os.sep): components = os.path.join(components, component) d.add(os.path.join(dest, components)) return d def preview_subfolders(self) -> set[str]: """ Subfolders that have been generated to preview to the user where their files will be downloaded :return: set of actual subfolders in simple string format """ p = self._flatten_set(self.created_photo_subfolders) v = self._flatten_set(self.created_video_subfolders) return p | v def download_subfolders(self) -> set[str]: """ Subfolders where files will be downloaded to, regardless of whether the subfolder already existed or not. :return: set of actual subfolders in simple string format """ p = self._generate_dests( self.photo_download_folder, self.generated_photo_subfolders ) v = self._generate_dests( self.video_download_folder, self.generated_video_subfolders ) return p | v def process_destination( self, destination: DownloadDestination, fsmodel: QFileSystemModel ) -> None: """ Handle any changes in destination directories or subfolder generation config :param destination: Tuple with download destation and subfolder gneeration config """ if destination.photo_download_folder != self.photo_download_folder: self.dirty = True self.photo_download_folder = destination.photo_download_folder self.photo_download_folder_valid = validate_download_folder( self.photo_download_folder ).valid if self.photo_download_folder_valid: # Handle situation where the user clicks on one of the # generated subfolders to use as the new new download # folder. A strange thing to do in all likelihood, but # need to handle it in any case. self.existing_subfolders.add(self.photo_download_folder) if self.generated_photo_subfolders: self.move_subfolders(photos=True, fsmodel=fsmodel) if destination.video_download_folder != self.video_download_folder: self.video_download_folder = destination.video_download_folder self.dirty = True self.video_download_folder_valid = validate_download_folder( self.video_download_folder ).valid if self.video_download_folder_valid: # See explanation above. self.existing_subfolders.add(self.video_download_folder) if self.generated_video_subfolders: self.move_subfolders(photos=False, fsmodel=fsmodel) if destination.photo_subfolder != self.photo_subfolder: self.dirty = True self.photo_subfolder = destination.photo_subfolder self.clean_generated_folders( remove=self.created_photo_subfolders, keep=self.created_video_subfolders, fsmodel=fsmodel, ) self.created_photo_subfolders = defaultdict(set) # type: dict[int, set[str]] self.generated_photo_subfolders = set() # type: set[str] self.generated_photo_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] if destination.video_subfolder != self.video_subfolder: self.dirty = True self.video_subfolder = destination.video_subfolder self.clean_generated_folders( remove=self.created_video_subfolders, keep=self.created_photo_subfolders, fsmodel=fsmodel, ) self.created_video_subfolders = defaultdict(set) # type: dict[int, set[str]] self.generated_video_subfolders = set() # type: set[str] self.generated_video_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] def generate_subfolders( self, rpd_files: Sequence[RPDFile], strip_characters: bool ) -> None: """ Generate subfolder names for each rpd_file, and create on the file system if necessary the subfolders that will be used for the download (assuming the subfolder generation config doesn't change, of course). :param rpd_files: rpd_files to generate names for :param strip_characters: value from user prefs. """ for rpd_file in rpd_files: # type: RPDFile photo = rpd_file.file_type == FileType.photo rpd_file.strip_characters = strip_characters if photo: generator = gn.PhotoSubfolder(self.photo_subfolder, no_metadata=True) generated_subfolders = self.generated_photo_subfolders generated_subfolder_scan_ids = self.generated_photo_subfolders_scan_ids else: generator = gn.VideoSubfolder(self.video_subfolder, no_metadata=True) generated_subfolders = self.generated_video_subfolders generated_subfolder_scan_ids = self.generated_video_subfolders_scan_ids value = generator.generate_name(rpd_file) if value and value not in generated_subfolders: generated_subfolders.add(value) generated_subfolder_scan_ids[value].add(rpd_file.scan_id) self.create_path(path=value, photos=photo, scan_ids={rpd_file.scan_id}) self.dirty = True def move_subfolders(self, photos: bool, fsmodel: QFileSystemModel) -> None: """ Handle case where the user has chosen a different download directory :param photos: whether working on photos (True) or videos (False) """ if photos: self.clean_generated_folders( remove=self.created_photo_subfolders, keep=self.created_video_subfolders, fsmodel=fsmodel, ) self.created_photo_subfolders = defaultdict(set) # type: dict[int, set[str]] for path in self.generated_photo_subfolders: scan_ids = self.generated_photo_subfolders_scan_ids[path] self.create_path(path=path, photos=True, scan_ids=scan_ids) else: self.clean_generated_folders( remove=self.created_video_subfolders, keep=self.created_photo_subfolders, fsmodel=fsmodel, ) self.created_video_subfolders = defaultdict(set) # type: dict[int, set[str]] for path in self.generated_video_subfolders: scan_ids = self.generated_video_subfolders_scan_ids[path] self.create_path(path=path, photos=False, scan_ids=scan_ids) def clean_generated_folders( self, fsmodel: QFileSystemModel, remove: dict[int, set[str]], keep: dict[int, set[str]] | None = None, scan_id: int | None = None, ) -> None: """ Remove preview folders from the file system, if necessary keeping those used for the other type of file (e.g. if moving only photos, keep video download dirs) :param remove: folders to remove :param keep: folders to keep :param scan_id: if not None, remove preview folders only for that scan_id """ levels = [level for level in remove] levels.sort(reverse=True) keep = self._flatten_set(keep) if keep is not None else set() removed_folders = [] # self.dump() for level in levels: for subfolder in remove[level]: if ( subfolder not in keep and subfolder not in self.existing_subfolders and os.path.isdir(subfolder) ): key = (level, subfolder) if scan_id is not None: do_rmdir = False scan_ids = self.scan_ids_for_created_subfolders[key] if scan_id in scan_ids: if len(scan_ids) == 1: do_rmdir = True removed_folders.append((level, subfolder)) scan_ids.remove(scan_id) if len(scan_ids) == 0: del self.scan_ids_for_created_subfolders[key] else: do_rmdir = True if key in self.scan_ids_for_created_subfolders: del self.scan_ids_for_created_subfolders[key] if do_rmdir and not os.listdir(subfolder): # logging.debug("Removing subfolder %s", subfolder) index = fsmodel.index(subfolder) if not fsmodel.rmdir(index): logging.debug( "While cleaning generated folders, did not remove " "%s. The cause for the error is unknown.", subfolder, ) if scan_id is not None: for level, subfolder in removed_folders: remove[level].remove(subfolder) def clean_all_generated_folders(self, fsmodel: QFileSystemModel) -> None: """ Remove all unused (i.e. empty) generated preview folders from the file system. Called at program exit. """ self.clean_generated_folders( remove=self.created_photo_subfolders, fsmodel=fsmodel ) self.clean_generated_folders( remove=self.created_video_subfolders, fsmodel=fsmodel ) self.generated_photo_subfolders = set() # type: set[str] self.generated_video_subfolders = set() # type: set[str] self.generated_photo_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] self.generated_video_subfolders_scan_ids = defaultdict(set) # type: dict[str, set[int]] def clean_generated_folders_for_scan_id( self, scan_id: int, fsmodel: QFileSystemModel ) -> None: logging.debug("Cleaning subfolders created for scan id %s", scan_id) self.clean_generated_folders( remove=self.created_photo_subfolders, scan_id=scan_id, fsmodel=fsmodel ) self.clean_generated_folders( remove=self.created_video_subfolders, scan_id=scan_id, fsmodel=fsmodel ) for subfolder, scan_ids in self.generated_photo_subfolders_scan_ids.items(): if scan_id in scan_ids: self.generated_photo_subfolders_scan_ids[subfolder].remove(scan_id) if not len(self.generated_photo_subfolders_scan_ids[subfolder]): self.generated_photo_subfolders.remove(subfolder) for subfolder, scan_ids in self.generated_video_subfolders_scan_ids.items(): if scan_id in scan_ids: self.generated_video_subfolders_scan_ids[subfolder].remove(scan_id) if not len(self.generated_video_subfolders_scan_ids[subfolder]): self.generated_video_subfolders.remove(subfolder) # Delete subfolders that are no longer associated with a scan id # Can't do that above, as there are iterating over the sets for subfolder in list(self.generated_photo_subfolders_scan_ids.keys()): if not self.generated_photo_subfolders_scan_ids[subfolder]: del self.generated_photo_subfolders_scan_ids[subfolder] for subfolder in list(self.generated_video_subfolders_scan_ids.keys()): if not self.generated_video_subfolders_scan_ids[subfolder]: del self.generated_video_subfolders_scan_ids[subfolder] def create_path(self, path: str, photos: bool, scan_ids: set[int]) -> None: """ Create folders on the actual file system if they don't already exist Only creates a path if the download folder is valid :param path: folder structure to create :param photos: whether working on photos (True) or videos (False) :param scan_ids: scan ids of devices associated with this subfolder """ components = "" level = -1 if photos: dest = self.photo_download_folder dest_valid = self.photo_download_folder_valid creating = self.created_photo_subfolders else: dest = self.video_download_folder dest_valid = self.video_download_folder_valid creating = self.created_video_subfolders if not dest_valid: logging.debug( "Not creating preview folders because download folder is invalid" ) return created_photo_subfolders = self._flatten_set(self.created_photo_subfolders) created_video_subfolders = self._flatten_set(self.created_video_subfolders) already_created = created_photo_subfolders | created_video_subfolders for component in path.split(os.sep): level += 1 components = os.path.join(components, component) p = os.path.join(dest, components) if os.path.isfile(p): logging.error( "While generating provisional download folders, found conflicting " "file %s. Therefore cannot create path %s", p, path, ) return if p in already_created: # Even though the directory is already created, it may have been created # for the other file type, so record the fact that we're creating it for # this file type. creating[level].add(p) elif not os.path.isdir(p): creating[level].add(p) try: os.mkdir(p) self.scan_ids_for_created_subfolders[(level, p)].update(scan_ids) except OSError: logging.error("Failed to create download directory %s", p) logging.exception("Traceback:") return else: self.existing_subfolders.add(p) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/generatename.py0000644000175000017500000007132614562557501021675 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . ### USA __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" import contextlib import locale import logging import os import re from collections import namedtuple from datetime import datetime, timedelta with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") from raphodo.generatenameconfig import ( APERTURE, ARTIST, CAMERA_MAKE, CAMERA_MODEL, CODEC, COPYRIGHT, DATE_TIME, DATE_TIME_CONVERT, DOWNLOAD_SEQ_NUMBER, DOWNLOAD_TIME, EXPOSURE_TIME, EXTENSION, FILE_NUMBER, FILE_NUMBER_FOLDER, FILENAME, FOCAL_LENGTH, FPS, HEIGHT, IMAGE_DATE, IMAGE_NUMBER, IMAGE_NUMBER_1, IMAGE_NUMBER_2, IMAGE_NUMBER_3, IMAGE_NUMBER_4, IMAGE_NUMBER_ALL, ISO, JOB_CODE, LENGTH, LIST_DATE_TIME_L2, LIST_SEQUENCE_NUMBERS_L2, LIST_SHUTTER_COUNT_L2, LOWERCASE, METADATA, NAME, OWNER_NAME, SEPARATOR, SEQUENCE_LETTER, SEQUENCES, SERIAL_NUMBER, SESSION_SEQ_NUMBER, SHORT_CAMERA_MODEL, SHORT_CAMERA_MODEL_HYPHEN, SHUTTER_COUNT, STORED_SEQ_NUMBER, SUBSECONDS, TEXT, TODAY, UPPERCASE, VIDEO_DATE, VIDEO_NUMBER, WIDTH, YESTERDAY, PrefValueInvalidError, ) from raphodo.prefs.preferences import DownloadsTodayTracker from raphodo.problemnotification import ( FilenameNotFullyGeneratedProblem, FolderNotFullyGeneratedProblemProblem, RenamingProblems, make_href, ) from raphodo.rpdfile import RPDFile from raphodo.storage.storage import get_uri from raphodo.utilities import letters MatchedSequences = namedtuple( "MatchedSequences", "session_sequence_no, sequence_letter, downloads_today, stored_sequence_no", ) def convert_date_for_strftime(datetime_user_choice): try: return DATE_TIME_CONVERT[LIST_DATE_TIME_L2.index(datetime_user_choice)] except KeyError: raise PrefValueInvalidError(datetime_user_choice) class abstract_attribute: """ http://stackoverflow.com/questions/32536176/how-to-define-lazy-variable-in-python-which-will-raise-notimplementederror-for-a/32536493 """ def __get__(self, obj, type): # Now we will iterate over the names on the class, # and all its superclasses, and try to find the attribute # name for this descriptor # traverse the parents in the method resolution order for cls in type.__mro__: # for each cls thus, see what attributes they set for name, value in cls.__dict__.items(): # we found ourselves here if value is self: # if the property gets accessed as Child.variable, # obj will be done. For this case # If accessed as a_child.variable, the class Child is # in the type, and a_child in the obj. this_obj = obj if obj else type raise NotImplementedError( f"{this_obj!r} does not have the attribute {name!r} " f"(abstract from class {cls.__name__!r})" ) # we did not find a match, should be rare, but prepare for it raise NotImplementedError( f"{type.__name__} does not set the abstract attribute " ) GenerationErrors = ( FilenameNotFullyGeneratedProblem | FolderNotFullyGeneratedProblemProblem ) class NameGeneration: """ Generate the name of a photo. Used as a base class for generating names of videos, as well as subfolder names for both file types """ def __init__( self, pref_list: list[str], problems: RenamingProblems | None = None ) -> None: self.pref_list = pref_list self.no_metadata = False self.problems = problems self.problem = abstract_attribute() # type: GenerationErrors self.strip_forward_slash = abstract_attribute() self.add_extension = abstract_attribute() self.L1_date_check = abstract_attribute() self.L0 = "" self.L1 = "" self.L2 = "" def _get_values_from_pref_list(self): for i in range(0, len(self.pref_list), 3): yield (self.pref_list[i], self.pref_list[i + 1], self.pref_list[i + 2]) def _get_date_component(self) -> str: """ Returns portion of new file / subfolder name based on date time. If the date is missing, will attempt to use the fallback date. """ # step 1: get the correct value from metadata if self.L1 == self.L1_date_check: # noqa: SIM300 if self.no_metadata: if self.L2 == SUBSECONDS: d = datetime.fromtimestamp(self.rpd_file.modification_time) if not d.microsecond: d = "00" try: d = str(round(int(str(d.microsecond)[:3]) / 10)) except Exception: d = "00" return d d = datetime.fromtimestamp(self.rpd_file.ctime) else: if self.L2 == SUBSECONDS: d = self.rpd_file.metadata.sub_seconds(missing=None) if d is None: self.problem.missing_metadata.append(_(self.L2)) return "" else: return d else: d = self.rpd_file.date_time(missing=None) elif self.L1 == TODAY: d = datetime.now() elif self.L1 == YESTERDAY: delta = timedelta(days=1) d = datetime.now() - delta elif self.L1 == DOWNLOAD_TIME: d = self.rpd_file.download_start_time else: raise TypeError("Date options invalid") # step 2: if have a value, try to convert it to string format if d: try: return d.strftime(convert_date_for_strftime(self.L2)) except Exception as e: logging.warning( "Problem converting date/time value for file %s", self.rpd_file.full_file_name, ) self.problem.bad_converstion_date_time = True self.problem.bad_conversion_exception = e # step 3: handle a missing value using file modification time if self.rpd_file.modification_time: try: d = datetime.fromtimestamp(self.rpd_file.modification_time) except Exception: logging.error( "Both file modification time and metadata date & time are invalid " "for file %s", self.rpd_file.full_file_name, ) self.problem.invalid_date_time = True return "" else: self.problem.missing_metadata.append(_(self.L1)) return "" try: return d.strftime(convert_date_for_strftime(self.L2)) except Exception: logging.error( "Both file modification time and metadata date & time are invalid for " "file %s", self.rpd_file.full_file_name, ) self.problem.invalid_date_time = True return "" def _get_associated_file_extension(self, associate_file): """ Generates extensions with correct capitalization for files like thumbnail or audio files. """ if not associate_file: return None extension = os.path.splitext(associate_file)[1] if self.rpd_file.generate_extension_case == UPPERCASE: extension = extension.upper() elif self.rpd_file.generate_extension_case == LOWERCASE: extension = extension.lower() # else keep extension case the same as what it originally was return extension def _get_thm_extension(self) -> None: """ Generates THM extension with correct capitalization, if needed """ self.rpd_file.thm_extension = self._get_associated_file_extension( self.rpd_file.thm_full_name ) def _get_audio_extension(self) -> None: """ Generates audio extension with correct capitalization, if needed e.g. WAV or wav """ self.rpd_file.audio_extension = self._get_associated_file_extension( self.rpd_file.audio_file_full_name ) def _get_xmp_extension(self) -> None: """ Generates XMP extension with correct capitalization, if needed. """ self.rpd_file.xmp_extension = self._get_associated_file_extension( self.rpd_file.xmp_file_full_name ) def _get_log_extension(self) -> None: """ Generates LOG extension with correct capitalization, if needed. """ self.rpd_file.log_extension = self._get_associated_file_extension( self.rpd_file.log_file_full_name ) def _get_filename_component(self): """ Returns portion of new file / subfolder name based on the file name """ name, extension = os.path.splitext(self.rpd_file.name) if self.L1 == NAME: filename = name elif self.L1 == EXTENSION: # Used in subfolder name generation if extension: # having the period when this is used as a part of a # subfolder name # is a bad idea when it is at the start! filename = extension[1:] else: self.problem.missing_extension = True return "" elif self.L1 == IMAGE_NUMBER or self.L1 == VIDEO_NUMBER: n = re.search("(?P[0-9]+$)", name) if not n: self.problem.missing_image_no = True return "" else: image_number = n.group("image_number") if self.L2 == IMAGE_NUMBER_ALL: filename = image_number elif self.L2 == IMAGE_NUMBER_1: filename = image_number[-1] elif self.L2 == IMAGE_NUMBER_2: filename = image_number[-2:] elif self.L2 == IMAGE_NUMBER_3: filename = image_number[-3:] else: assert self.L2 == IMAGE_NUMBER_4 filename = image_number[-4:] else: raise TypeError("Incorrect filename option") if self.L2 == UPPERCASE: filename = filename.upper() elif self.L2 == LOWERCASE: filename = filename.lower() return filename def _get_metadata_component(self): """ Returns portion of new image / subfolder name based on the metadata Note: date time metadata found in _getDateComponent() """ if self.L1 == APERTURE: v = self.rpd_file.metadata.aperture() elif self.L1 == ISO: v = self.rpd_file.metadata.iso() elif self.L1 == EXPOSURE_TIME: v = self.rpd_file.metadata.exposure_time(alternative_format=True) elif self.L1 == FOCAL_LENGTH: v = self.rpd_file.metadata.focal_length() elif self.L1 == CAMERA_MAKE: v = self.rpd_file.metadata.camera_make() elif self.L1 == CAMERA_MODEL: v = self.rpd_file.metadata.camera_model() elif self.L1 == SHORT_CAMERA_MODEL: v = self.rpd_file.metadata.short_camera_model() elif self.L1 == SHORT_CAMERA_MODEL_HYPHEN: v = self.rpd_file.metadata.short_camera_model(include_characters="\-") elif self.L1 == SERIAL_NUMBER: v = self.rpd_file.metadata.camera_serial() elif self.L1 == SHUTTER_COUNT: v = self.rpd_file.metadata.shutter_count() if v: v = int(v) padding = LIST_SHUTTER_COUNT_L2.index(self.L2) + 3 formatter = "%0" + str(padding) + "i" v = formatter % v elif self.L1 == FILE_NUMBER: v = self.rpd_file.metadata.file_number() if v and self.L2 == FILE_NUMBER_FOLDER: v = v[:3] elif self.L1 == OWNER_NAME: v = self.rpd_file.metadata.owner_name() elif self.L1 == ARTIST: v = self.rpd_file.metadata.artist() elif self.L1 == COPYRIGHT: v = self.rpd_file.metadata.copyright() else: raise TypeError("Invalid metadata option specified") if self.L1 in ( CAMERA_MAKE, CAMERA_MODEL, SHORT_CAMERA_MODEL, SHORT_CAMERA_MODEL_HYPHEN, OWNER_NAME, ARTIST, COPYRIGHT, ): if self.L2 == UPPERCASE: v = v.upper() elif self.L2 == LOWERCASE: v = v.lower() if not v: self.problem.missing_metadata.append(_(self.L1)) return v def _calculate_letter_sequence(self, sequence): v = letters(sequence) if self.L2 == UPPERCASE: v = v.upper() return v def _format_sequence_no(self, value, amountToPad): padding = LIST_SEQUENCE_NUMBERS_L2.index(amountToPad) + 1 formatter = "%0" + str(padding) + "i" return formatter % value def _get_downloads_today(self): return self._format_sequence_no( self.rpd_file.sequences.downloads_today, self.L2 ) def _get_session_sequence_no(self): return self._format_sequence_no( self.rpd_file.sequences.session_sequence_no, self.L2 ) def _get_stored_sequence_no(self): return self._format_sequence_no( self.rpd_file.sequences.stored_sequence_no, self.L2 ) def _get_sequence_letter(self): return self._calculate_letter_sequence(self.rpd_file.sequences.sequence_letter) def _get_sequences_component(self): if self.L1 == DOWNLOAD_SEQ_NUMBER: return self._get_downloads_today() elif self.L1 == SESSION_SEQ_NUMBER: return self._get_session_sequence_no() elif self.L1 == STORED_SEQ_NUMBER: return self._get_stored_sequence_no() elif self.L1 == SEQUENCE_LETTER: return self._get_sequence_letter() def _get_component(self): try: if self.L0 == DATE_TIME: return self._get_date_component() elif self.L0 == TEXT: return self.L1 elif self.L0 == FILENAME: return self._get_filename_component() elif self.L0 == METADATA: return self._get_metadata_component() elif self.L0 == SEQUENCES: return self._get_sequences_component() elif self.L0 == JOB_CODE: return self.rpd_file.job_code elif self.L0 == SEPARATOR: return os.sep except Exception as e: self.problem.component_problem = _(self.L0) self.problem.component_exception = e return "" def filter_strip_characters(self, name: str) -> str: """ Filter out unwanted chacters from file and subfolder names :param name: full name or name component :return: filtered name """ # remove any null characters - they are bad news in file names name = name.replace("\x00", "") # the user could potentially copy and paste a block of text with a carriage / # line return name = name.replace("\n", "") if self.rpd_file.strip_characters: for c in r'\:*?"<>|': name = name.replace(c, "") if self.strip_forward_slash: name = name.replace("/", "") return name def _destination(self, rpd_file: RPDFile, name: str) -> str: # implement in subclass return "" def _filter_name(self, name: str, parts: bool) -> str: # implement in subclass if need be return name def generate_name( self, rpd_file: RPDFile, parts: bool | None = False ) -> str | list[str]: """ Generate subfolder name(s), and photo/video filenames :param rpd_file: rpd file for the name to generate :param parts: if True, return string components in a list :return: complete string or list of name components """ self.rpd_file = rpd_file name = [] if parts else "" for self.L0, self.L1, self.L2 in self._get_values_from_pref_list(): v = self._get_component() if parts: name.append(self.filter_strip_characters(v)) elif v: name += v if not parts: name = self.filter_strip_characters(name) # strip any white space from the beginning and end of the name name = name.strip() elif name: # likewise, strip any white space from the beginning and end of the name name[0] = name[0].lstrip() name[-1] = name[-1].rstrip() if self.add_extension: case = rpd_file.generate_extension_case extension = os.path.splitext(rpd_file.name)[1] if case == UPPERCASE: extension = extension.upper() elif case == LOWERCASE: extension = extension.lower() if parts: name.append(extension) else: name += extension self._get_thm_extension() self._get_audio_extension() self._get_xmp_extension() self._get_log_extension() name = self._filter_name(name, parts) if self.problem.has_error(): rpd_file.name_generation_problem = True if self.problems is not None: self.problem.destination = self._destination( rpd_file=rpd_file, name=name ) self.problem.file_type = rpd_file.title self.problem.source = rpd_file.get_souce_href() self.problems.append(self.problem) return name class PhotoName(NameGeneration): """ Generate filenames for photos """ def __init__( self, pref_list: list[str], problems: RenamingProblems | None = None ) -> None: super().__init__(pref_list, problems) self.problem = FilenameNotFullyGeneratedProblem() self.strip_forward_slash = True self.add_extension = True self.L1_date_check = IMAGE_DATE # used in _get_date_component() def _destination(self, rpd_file: RPDFile, name: str) -> str: if rpd_file.download_subfolder: return make_href( name=name, uri=get_uri( full_file_name=os.path.join( rpd_file.download_folder, rpd_file.download_subfolder, name ) ), ) else: return name class VideoName(PhotoName): """ Generate filenames for videos """ def __init__( self, pref_list: list[str], problems: RenamingProblems | None = None ) -> None: super().__init__(pref_list, problems) self.L1_date_check = VIDEO_DATE # used in _get_date_component() def _get_metadata_component(self): """ Returns portion of video / subfolder name based on the metadata Note: date time metadata found in _getDateComponent() """ return get_video_metadata_component(self) class PhotoSubfolder(NameGeneration): """ Generate subfolder names for photo files """ def __init__( self, pref_list: list[str], problems: RenamingProblems | None = None, no_metadata: bool | None = False, ) -> None: """ :param pref_list: subfolder generation preferences list :param no_metadata: if True, halt as soon as the need for metadata or a job code or sequence number becomes necessary """ super().__init__(pref_list, problems) if no_metadata: self.pref_list = truncate_before_unwanted_subfolder_component(pref_list) else: self.pref_list = pref_list self.no_metadata = no_metadata self.problem = FolderNotFullyGeneratedProblemProblem() self.strip_extraneous_white_space = re.compile(r"\s*%s\s*" % os.sep) self.strip_forward_slash = False self.add_extension = False self.L1_date_check = IMAGE_DATE # used in _get_date_component() def _filter_name(self, name: str, parts: bool) -> str: if not parts: return self.filter_subfolder_characters(name) return name def _destination(self, rpd_file: RPDFile, name: str) -> str: return make_href( name=name, uri=get_uri(path=os.path.join(rpd_file.download_folder, name)) ) def filter_subfolder_characters(self, subfolders: str) -> str: """ Remove unwanted characters specific to the generation of subfolders :param subfolders: the complete string containing the subfolders (not component parts) :return: filtered string """ # subfolder value must never start with a separator, or else any # os.path.join function call will fail to join a subfolder to its # parent folder if subfolders and subfolders[0] == os.sep: subfolders = subfolders[1:] # remove any spaces before and after a directory name if subfolders and self.rpd_file.strip_characters: subfolders = self.strip_extraneous_white_space.sub(os.sep, subfolders) # remove any repeated directory separators double_sep = os.sep * 2 subfolders = subfolders.replace(double_sep, os.sep) # remove any trailing directory separators while subfolders.endswith(os.sep): subfolders = subfolders[:-1] return subfolders class VideoSubfolder(PhotoSubfolder): """ Generate subfolder names for video files """ def __init__( self, pref_list: list[str], problems: RenamingProblems | None = None, no_metadata: bool = False, ) -> None: """ :param pref_list: subfolder generation preferences list :param no_metadata: if True, halt as soon as the need for metadata or a job code or sequence number becomes necessary """ super().__init__(pref_list, problems, no_metadata) self.L1_date_check = VIDEO_DATE # used in _get_date_component() def _get_metadata_component(self): """ Returns portion of video / subfolder name based on the metadata Note: date time metadata found in _getDateComponent() """ return get_video_metadata_component(self) def truncate_before_unwanted_subfolder_component(pref_list: list[str]) -> list[str]: r""" truncate the preferences list to remove any subfolder element that contains a metadata or a job code or sequence number :param pref_list: subfolder prefs list :return: truncated list >>> pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[0] >>> print(truncate_before_unwanted_subfolder_component(pref_list)) ... # doctest: +NORMALIZE_WHITESPACE ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYYMMDD'] >>> pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[1] >>> print(truncate_before_unwanted_subfolder_component(pref_list)) ... # doctest: +NORMALIZE_WHITESPACE ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYY-MM-DD'] >>> pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[2] >>> print(truncate_before_unwanted_subfolder_component(pref_list)) ... # doctest: +NORMALIZE_WHITESPACE ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYY_MM_DD'] >>> pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[3] >>> print(truncate_before_unwanted_subfolder_component(pref_list)) ['Date time', 'Image date', 'YYYY'] >>> pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[4]) >>> print(truncate_before_unwanted_subfolder_component(pref_list) ... # doctest: +NORMALIZE_WHITESPACE ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYY', 'Date time', 'Image date', 'MM'] >>> print(truncate_before_unwanted_subfolder_component([JOB_CODE, '', '',])) [] >>> pl = [DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11]] >>> print(truncate_before_unwanted_subfolder_component(pl)) ['Date time', 'Image date', 'YYYY'] """ rl = [pref_list[i] for i in range(0, len(pref_list), 3)] truncate = -1 for idx, value in enumerate(rl): if value in (METADATA, SEQUENCES, JOB_CODE): break if idx == len(rl) - 1: truncate = idx + 1 elif value == SEPARATOR: truncate = idx if truncate >= 0: return pref_list[: truncate * 3] return [] def get_video_metadata_component(video: VideoSubfolder | VideoName): """ Returns portion of video / subfolder name based on the metadata This is outside of a class definition because of the inheritance hierarchy. """ if video.L1 == CODEC: v = video.rpd_file.metadata.codec() elif video.L1 == WIDTH: v = video.rpd_file.metadata.width() elif video.L1 == HEIGHT: v = video.rpd_file.metadata.height() elif video.L1 == FPS: v = video.rpd_file.metadata.frames_per_second() elif video.L1 == LENGTH: v = video.rpd_file.metadata.length() else: raise TypeError("Invalid metadata option specified") if video.L1 in [CODEC]: if video.L2 == UPPERCASE: v = v.upper() elif video.L2 == LOWERCASE: v = v.lower() if not v: video.problem.missing_metadata.append(_(video.L1)) return v class Sequences: """ Stores sequence numbers and letters used in generating file names. """ def __init__( self, downloads_today_tracker: DownloadsTodayTracker, stored_sequence_no: int ) -> None: self._session_sequence_no = 0 self._sequence_letter = -1 self.downloads_today_tracker = downloads_today_tracker self._stored_sequence_no = stored_sequence_no self.matched_sequences = None self.use_matched_sequences = False @property def session_sequence_no(self) -> int: if self.use_matched_sequences: return self.matched_sequences.session_sequence_no else: return self._session_sequence_no + 1 @property def sequence_letter(self) -> int: if self.use_matched_sequences: return self.matched_sequences.sequence_letter else: return self._sequence_letter + 1 def increment(self, uses_session_sequence_no, uses_sequence_letter) -> None: if uses_session_sequence_no: self._session_sequence_no += 1 if uses_sequence_letter: self._sequence_letter += 1 @property def downloads_today(self) -> int: if self.use_matched_sequences: return self.matched_sequences.downloads_today else: return self._get_downloads_today() def _get_downloads_today(self) -> int: v = self.downloads_today_tracker.get_downloads_today() if v == -1: return 1 else: return v + 1 @property def stored_sequence_no(self) -> int: if self.use_matched_sequences: return self.matched_sequences.stored_sequence_no else: return self._stored_sequence_no + 1 @stored_sequence_no.setter def stored_sequence_no(self, value: int) -> None: self._stored_sequence_no = value def create_matched_sequences(self) -> MatchedSequences: return MatchedSequences( session_sequence_no=self._session_sequence_no + 1, sequence_letter=self._sequence_letter + 1, downloads_today=self._get_downloads_today(), stored_sequence_no=self._stored_sequence_no + 1, ) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/generatenameconfig.py0000644000175000017500000011134114562557501023053 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2023 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # Special key in each dictionary which specifies the order of elements. # It is very important to have a consistent and rational order when displaying # these prefs to the user, and dictionaries are unsorted. __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" import os from collections import OrderedDict PrefList = list[str] CustomPresetSubfolderNames = tuple[tuple[str, ...]] CustomPresetSubfolderLists = tuple[list[str, ...]] # The following strings must not be translated here, because they are configuration # values. # PLEASE NOTE: these values are duplicated in a dummy class whose function # is to have them put into the translation template. If you change the values below # then you MUST change the value in class I18TranslateMeThanks as well!! # *** Level 0, i.e., first column of values presented to user DATE_TIME = "Date time" TEXT = "Text" FILENAME = "Filename" METADATA = "Metadata" SEQUENCES = "Sequences" JOB_CODE = "Job code" SEPARATOR = os.sep # *** Level 1, i.e., second column of values presented to user # Date time IMAGE_DATE = "Image date" TODAY = "Today" YESTERDAY = "Yesterday" VIDEO_DATE = "Video date" DOWNLOAD_TIME = "Download time" # File name NAME = "Name" IMAGE_NUMBER = "Image number" VIDEO_NUMBER = "Video number" # pre 0.9.0a4 File name values: NAME_EXTENSION, EXTENSION NAME_EXTENSION = "Name + extension" # However, extension is used for subfolder generation in all versions EXTENSION = "Extension" # Metadata APERTURE = "Aperture" ISO = "ISO" EXPOSURE_TIME = "Exposure time" FOCAL_LENGTH = "Focal length" CAMERA_MAKE = "Camera make" CAMERA_MODEL = "Camera model" SHORT_CAMERA_MODEL = "Short camera model" SHORT_CAMERA_MODEL_HYPHEN = "Hyphenated short camera model" SERIAL_NUMBER = "Serial number" SHUTTER_COUNT = "Shutter count" # Currently the only file number is Exif.CanonFi.FileNumber, # which is in the format xxx-yyyy, where xxx is the folder and yyyy the image FILE_NUMBER = "File number" OWNER_NAME = "Owner name" COPYRIGHT = "Copyright" ARTIST = "Artist" # Video metadata CODEC = "Codec" WIDTH = "Width" HEIGHT = "Height" FPS = "Frames Per Second" LENGTH = "Length" # Image sequences DOWNLOAD_SEQ_NUMBER = "Downloads today" SESSION_SEQ_NUMBER = "Session number" SUBFOLDER_SEQ_NUMBER = "Subfolder number" STORED_SEQ_NUMBER = "Stored number" SEQUENCE_LETTER = "Sequence letter" # *** Level 2, i.e. third and final column of values presented to user # Image number IMAGE_NUMBER_ALL = "All digits" IMAGE_NUMBER_1 = "Last digit" IMAGE_NUMBER_2 = "Last 2 digits" IMAGE_NUMBER_3 = "Last 3 digits" IMAGE_NUMBER_4 = "Last 4 digits" # Case ORIGINAL_CASE = "Original Case" UPPERCASE = "UPPERCASE" LOWERCASE = "lowercase" # Sequence number SEQUENCE_NUMBER_1 = "One digit" SEQUENCE_NUMBER_2 = "Two digits" SEQUENCE_NUMBER_3 = "Three digits" SEQUENCE_NUMBER_4 = "Four digits" SEQUENCE_NUMBER_5 = "Five digits" SEQUENCE_NUMBER_6 = "Six digits" SEQUENCE_NUMBER_7 = "Seven digits" # File number FILE_NUMBER_FOLDER = "Folder only" FILE_NUMBER_ALL = "Folder and file" # Now, define dictionaries and lists of valid combinations of preferences. # Level 2 # Date SUBSECONDS = "Subseconds" # NOTE 1: if changing LIST_DATE_TIME_L2, you MUST update the default # subfolder preference immediately below # NOTE 2: if changing LIST_DATE_TIME_L2, you MUST also update # DATE_TIME_CONVERT below # NOTE 3: if changing LIST_DATE_TIME_L2, you MUST also update # PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV LIST_DATE_TIME_L2 = [ "YYYYMMDD", # 0 "YYYY-MM-DD", "YYYY_MM_DD", # 2 "YYMMDD", "YY-MM-DD", # 4 "YY_MM_DD", "MMDDYYYY", # 6 "MMDDYY", "MMDD", # 8 "DDMMYYYY", "DDMMYY", # 10 "YYYY", "YY", # 12 "MM", "DD", # 14 "Month (full)", "Month (abbreviated)", # 16 "Weekday (full)", "Weekday (abbreviated)", # 18 "HHMMSS", "HHMM", # 20 "HH-MM-SS", "HH-MM", # 22 "HH", "MM (minutes)", # 24 "SS", ] LIST_IMAGE_DATE_TIME_L2 = LIST_DATE_TIME_L2 + [SUBSECONDS] DEFAULT_SUBFOLDER_PREFS = [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], ] DEFAULT_VIDEO_SUBFOLDER_PREFS = [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], ] DEFAULT_PHOTO_RENAME_PREFS = [FILENAME, NAME, ORIGINAL_CASE] DEFAULT_VIDEO_RENAME_PREFS = [FILENAME, NAME, ORIGINAL_CASE] class I18TranslateMeThanks: """this class is never used in actual running code Its purpose is to have these values inserted into the program's i18n template file """ def __init__(self): _("Date time") _("Text") _("Filename") _("Metadata") _("Sequences") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#jobcode _("Job code") _("Image date") _("Video date") _("Today") _("Yesterday") # Translators: Download time is the time and date that the download started # (when the user clicked the Download button) _("Download time") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Name") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Extension") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Image number") _("Video number") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Aperture") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("ISO") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Exposure time") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Focal length") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Camera make") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Camera model") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Short camera model") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Hyphenated short camera model") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Serial number") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Shutter count") # File number currently refers to the Exif value Exif.Canon.FileNumber _("File number") # Only the folder component of the Exif.Canon.FileNumber value _("Folder only") # The folder and file component of the Exif.Canon.FileNumber value _("Folder and file") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamemetadata _("Owner name") _("Codec") _("Width") _("Height") _("Length") _("Frames Per Second") _("Artist") _("Copyright") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers _("Downloads today") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers _("Session number") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers _("Subfolder number") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers _("Stored number") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#sequenceletters _("Sequence letter") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("All digits") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Last digit") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Last 2 digits") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Last 3 digits") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamefilename _("Last 4 digits") # Translators: please not the capitalization of this text, and keep it the same # if your language features capitalization _("Original Case") # Translators: please not the capitalization of this text, and keep it the same # if your language features capitalization _("UPPERCASE") # Translators: please not the capitalization of this text, and keep it the same # if your language features capitalization _("lowercase") _("One digit") _("Two digits") _("Three digits") _("Four digits") _("Five digits") _("Six digits") _("Seven digits") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("Subseconds") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YYYYMMDD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YYYY-MM-DD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YYYY_MM_DD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YYMMDD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YY-MM-DD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YY_MM_DD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("MMDDYYYY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("MMDDYY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("MMDD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("DDMMYYYY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("DDMMYY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YYYY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("YY") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("MM") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("DD") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("Month (full)") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("Month (abbreviated)") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("Weekday (full)") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("Weekday (abbreviated)") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("HHMMSS") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("HHMM") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("HH-MM-SS") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("HH-MM") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("HH") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("MM (minutes)") # Translators: for an explanation of what this means, # see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime _("SS") # Convenience values for python datetime conversion using values in # Default subfolder options that appear in drop-down menu in Destination views # Any change to PHOTO_SUBFOLDER_MENU_DEFAULTS must also be reflected in # PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV # The following values will be displayed in the menu after an os.sep.join() operation PHOTO_SUBFOLDER_MENU_DEFAULTS = ( (_("Date"), _("YYYY"), _("YYYYMMDD")), (_("Date (hyphens)"), _("YYYY"), _("YYYY-MM-DD")), (_("Date (underscores)"), _("YYYY"), _("YYYY_MM_DD")), (_("Date and Job Code"), _("YYYY"), _("YYYYMM_Job Code")), (_("Date and Job Code Subfolder"), _("YYYY"), _("YYYYMM"), _("Job Code")), ) # Any change to PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV must also be reflected in # PHOTO_SUBFOLDER_MENU_DEFAULTS PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV = ( # 0 [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], ], # 1 [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[1], ], # 2 [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[2], ], # 3 [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[13], TEXT, "_", "", JOB_CODE, "", "", ], # 4 [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], "/", "", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[11], DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[13], "/", "", "", JOB_CODE, "", "", ], ) assert len(PHOTO_SUBFOLDER_MENU_DEFAULTS) == len(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV) PHOTO_RENAME_MENU_DEFAULTS = ( (_("Original Filename"), "IMG_1234"), (_("Date-Time and Downloads today"), _("YYYYMMDD-HHMM-1")), (_("Date and Downloads today"), _("YYYYMMDD-1")), (_("Date-Time and Image number"), _("YYYYMMDD-1234")), (_("Date-Time and Job Code"), _("YYYYMMDD-HHMM-Job Code-1")), (_("Date and Job Code"), _("YYYYMMDD-Job Code-1")), ) PHOTO_RENAME_MENU_DEFAULTS_CONV = ( # 0 Original Filename [FILENAME, NAME, ORIGINAL_CASE], # 1 Date-Time and Downloads today [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 2 Date and Downloads today [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 3 Date-Time and Image number [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", FILENAME, IMAGE_NUMBER, IMAGE_NUMBER_ALL, ], # 4 Date-Time and Job Code [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", JOB_CODE, "", "", TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 5 Date and Job Code [ DATE_TIME, IMAGE_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", JOB_CODE, "", "", TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], ) # See notes above regarding keeping values in sync VIDEO_SUBFOLDER_MENU_DEFAULTS = PHOTO_SUBFOLDER_MENU_DEFAULTS VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV = ( # 0 [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], SEPARATOR, "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], ], # 1 [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], SEPARATOR, "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[1], ], # 2 [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], SEPARATOR, "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[2], ], # 3 [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], SEPARATOR, "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[13], TEXT, "_", "", JOB_CODE, "", "", ], # 4 [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], SEPARATOR, "", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[11], DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[13], SEPARATOR, "", "", JOB_CODE, "", "", ], ) assert len(VIDEO_SUBFOLDER_MENU_DEFAULTS) == len(VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV) NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS = len(VIDEO_SUBFOLDER_MENU_DEFAULTS) # Make download subfolder menu entries include user presets # (equal to the number of built-in presets), plus a menu item labelled Custom, # which appears at the bottom of the menu. NUM_DOWNLOAD_SUBFOLDER_MENU_CUSTOM_PRESETS = NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS MAX_DOWNLOAD_SUBFOLDER_MENU_PRESETS = ( NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS + NUM_DOWNLOAD_SUBFOLDER_MENU_CUSTOM_PRESETS ) CUSTOM_SUBFOLDER_MENU_ENTRY_POSITION = MAX_DOWNLOAD_SUBFOLDER_MENU_PRESETS MAX_DOWNLOAD_SUBFOLDER_MENU_ENTRIES = MAX_DOWNLOAD_SUBFOLDER_MENU_PRESETS + 1 VIDEO_RENAME_MENU_DEFAULTS = ( (_("Original Filename"), "MVI_1234"), (_("Date-Time and Downloads today"), _("YYYYMMDD-HHMM-1")), (_("Date and Downloads today"), _("YYYYMMDD-1")), (_("Date-Time and Video number"), _("YYYYMMDD_1234")), (_("Date-Time and Job Code"), _("YYYYMMDD-HHMM-Job Code-1")), (_("Date and Job Code"), _("YYYYMMDD-Job Code-1")), (_("Resolution"), _("YYYYMMDD-HHMM-1-1920x1080")), ) VIDEO_RENAME_MENU_DEFAULTS_CONV = ( # 0 Original Filename [FILENAME, NAME, ORIGINAL_CASE], # 1 Date-Time and Downloads today [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 2 Date and Downloads today [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 3 Date-Time and Image number [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", FILENAME, VIDEO_NUMBER, IMAGE_NUMBER_ALL, ], # 4 Date-Time and Job Code [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", JOB_CODE, "", "", TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 5 Date and Job Code [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", JOB_CODE, "", "", TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, ], # 6 Resolution [ DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[0], TEXT, "-", "", DATE_TIME, VIDEO_DATE, LIST_DATE_TIME_L2[20], TEXT, "-", "", SEQUENCES, DOWNLOAD_SEQ_NUMBER, SEQUENCE_NUMBER_1, TEXT, "-", "", METADATA, WIDTH, "", TEXT, "x", "", METADATA, HEIGHT, "", ], ) # See notes above regarding keeping values in sync DATE_TIME_CONVERT = [ "%Y%m%d", # 0 "%Y-%m-%d", "%Y_%m_%d", # 2 "%y%m%d", "%y-%m-%d", # 4 "%y_%m_%d", "%m%d%Y", # 6 "%m%d%y", "%m%d", # 8 "%d%m%Y", "%d%m%y", # 10 "%Y", "%y", # 12 "%m", "%d", # 14 "%B", "%b", # 16 "%A", "%a", # 18 "%H%M%S", "%H%M", # 20 "%H-%M-%S", "%H-%M", # 22 "%H", "%M", # 24 "%S", ] LIST_IMAGE_NUMBER_L2 = [ IMAGE_NUMBER_ALL, IMAGE_NUMBER_1, IMAGE_NUMBER_2, IMAGE_NUMBER_3, IMAGE_NUMBER_4, ] LIST_CASE_L2 = [ORIGINAL_CASE, UPPERCASE, LOWERCASE] LIST_SEQUENCE_LETTER_L2 = [UPPERCASE, LOWERCASE] LIST_SEQUENCE_NUMBERS_L2 = [ SEQUENCE_NUMBER_1, SEQUENCE_NUMBER_2, SEQUENCE_NUMBER_3, SEQUENCE_NUMBER_4, SEQUENCE_NUMBER_5, SEQUENCE_NUMBER_6, SEQUENCE_NUMBER_7, ] LIST_SHUTTER_COUNT_L2 = [ SEQUENCE_NUMBER_3, SEQUENCE_NUMBER_4, SEQUENCE_NUMBER_5, SEQUENCE_NUMBER_6, ] FILE_NUMBER_L2 = [FILE_NUMBER_FOLDER, FILE_NUMBER_ALL] # Level 1 DICT_DATE_TIME_L1 = OrderedDict( [ (IMAGE_DATE, LIST_IMAGE_DATE_TIME_L2), (TODAY, LIST_DATE_TIME_L2), (YESTERDAY, LIST_DATE_TIME_L2), (DOWNLOAD_TIME, LIST_DATE_TIME_L2), ] ) VIDEO_DICT_DATE_TIME_L1 = OrderedDict( [ (VIDEO_DATE, LIST_IMAGE_DATE_TIME_L2), (TODAY, LIST_DATE_TIME_L2), (YESTERDAY, LIST_DATE_TIME_L2), (DOWNLOAD_TIME, LIST_DATE_TIME_L2), ] ) DICT_FILENAME_L1 = OrderedDict( [ (NAME, LIST_CASE_L2), (IMAGE_NUMBER, LIST_IMAGE_NUMBER_L2), ] ) # pre 0.9.0a4 values for DICT_FILENAME_L1: # (NAME_EXTENSION, LIST_CASE_L2), # (EXTENSION, LIST_CASE_L2), DICT_VIDEO_FILENAME_L1 = OrderedDict( [ (NAME, LIST_CASE_L2), (VIDEO_NUMBER, LIST_IMAGE_NUMBER_L2), ] ) # pre 0.9.0a4 values for DICT_VIDEO_FILENAME_L1: # (NAME_EXTENSION, LIST_CASE_L2), # (EXTENSION, LIST_CASE_L2), DICT_SUBFOLDER_FILENAME_L1 = { EXTENSION: LIST_CASE_L2, } DICT_METADATA_L1 = OrderedDict( [ (APERTURE, None), (ISO, None), (EXPOSURE_TIME, None), (FOCAL_LENGTH, None), (CAMERA_MAKE, LIST_CASE_L2), (CAMERA_MODEL, LIST_CASE_L2), (SHORT_CAMERA_MODEL, LIST_CASE_L2), (SHORT_CAMERA_MODEL_HYPHEN, LIST_CASE_L2), (SERIAL_NUMBER, None), (SHUTTER_COUNT, LIST_SHUTTER_COUNT_L2), (FILE_NUMBER, FILE_NUMBER_L2), (OWNER_NAME, LIST_CASE_L2), (ARTIST, LIST_CASE_L2), (COPYRIGHT, LIST_CASE_L2), ] ) DICT_VIDEO_METADATA_L1 = OrderedDict( [ (CODEC, LIST_CASE_L2), (WIDTH, None), (HEIGHT, None), (LENGTH, None), (FPS, None), ] ) DICT_SEQUENCE_L1 = OrderedDict( [ (DOWNLOAD_SEQ_NUMBER, LIST_SEQUENCE_NUMBERS_L2), (STORED_SEQ_NUMBER, LIST_SEQUENCE_NUMBERS_L2), (SESSION_SEQ_NUMBER, LIST_SEQUENCE_NUMBERS_L2), (SEQUENCE_LETTER, LIST_SEQUENCE_LETTER_L2), ] ) LIST_SEQUENCE_L1 = list(DICT_SEQUENCE_L1.keys()) # Level 0 DICT_IMAGE_RENAME_L0 = OrderedDict( [ (DATE_TIME, DICT_DATE_TIME_L1), (TEXT, None), (FILENAME, DICT_FILENAME_L1), (METADATA, DICT_METADATA_L1), (SEQUENCES, DICT_SEQUENCE_L1), (JOB_CODE, None), ] ) DICT_VIDEO_RENAME_L0 = OrderedDict( [ (DATE_TIME, VIDEO_DICT_DATE_TIME_L1), (TEXT, None), (FILENAME, DICT_VIDEO_FILENAME_L1), (METADATA, DICT_VIDEO_METADATA_L1), (SEQUENCES, DICT_SEQUENCE_L1), (JOB_CODE, None), ] ) DICT_SUBFOLDER_L0 = OrderedDict( [ (DATE_TIME, DICT_DATE_TIME_L1), (TEXT, None), (FILENAME, DICT_SUBFOLDER_FILENAME_L1), (METADATA, DICT_METADATA_L1), (SEPARATOR, None), (JOB_CODE, None), ] ) DICT_VIDEO_SUBFOLDER_L0 = OrderedDict( [ (DATE_TIME, VIDEO_DICT_DATE_TIME_L1), (TEXT, None), (FILENAME, DICT_SUBFOLDER_FILENAME_L1), (METADATA, DICT_VIDEO_METADATA_L1), (SEPARATOR, None), (JOB_CODE, None), ] ) # preference elements that require metadata # note there is no need to specify lower level elements if a higher level # element is necessary for them to be present to begin with METADATA_ELEMENTS = [METADATA, IMAGE_DATE] # preference elements that are sequence numbers or letters SEQUENCE_ELEMENTS = [ DOWNLOAD_SEQ_NUMBER, SESSION_SEQ_NUMBER, SUBFOLDER_SEQ_NUMBER, STORED_SEQ_NUMBER, SEQUENCE_LETTER, ] # preference elements that do not require metadata and are not fixed # as above, there is no need to specify lower level elements if a higher level # element is necessary for them to be present to begin with DYNAMIC_NON_METADATA_ELEMENTS = [TODAY, YESTERDAY, FILENAME] + SEQUENCE_ELEMENTS PHOTO_RENAME_COMPLEX = [ "Date time", "Image date", "YYYYMMDD", "Text", "-", "", "Date time", "Image date", "HHMM", "Text", "-", "", "Sequences", "Downloads today", "One digit", "Text", "-iso", "", "Metadata", "ISO", "", "Text", "-f", "", "Metadata", "Aperture", "", "Text", "-", "", "Metadata", "Focal length", "", "Text", "mm-", "", "Metadata", "Exposure time", "", ] PHOTO_RENAME_SIMPLE = [ "Date time", "Image date", "YYYYMMDD", "Text", "-", "", "Date time", "Image date", "HHMM", "Text", "-", "", "Sequences", "Downloads today", "One digit", ] VIDEO_RENAME_SIMPLE = [ x if x != "Image date" else "Video date" for x in PHOTO_RENAME_SIMPLE ] JOB_CODE_RENAME_TEST = ["Job code", "", "", "Sequences", "Downloads today", "One digit"] def upgrade_pre090a4_rename_pref(pref_list: PrefList) -> tuple[PrefList, str |None]: r""" Upgrade photo and video rename preference list :param pref_list: pref list to upgrade :return: tuple of new pref list, and if found, the case to be used for the extension >>> upgrade_pre090a4_rename_pref([FILENAME, NAME_EXTENSION, ORIGINAL_CASE]) (['Filename', 'Name', 'Original Case'], 'Original Case') >>> prefs = PHOTO_RENAME_SIMPLE + [FILENAME, EXTENSION, LOWERCASE] >>> upgrade_pre090a4_rename_pref(prefs) ... # doctest: +NORMALIZE_WHITESPACE (['Date time', 'Image date', 'YYYYMMDD', 'Text', '-', '', 'Date time', 'Image date', 'HHMM', 'Text', '-', '', 'Sequences', 'Downloads today', 'One digit'], 'lowercase') >>> prefs = PHOTO_RENAME_COMPLEX + [FILENAME, EXTENSION, UPPERCASE] >>> upgrade_pre090a4_rename_pref(prefs) ... # doctest: +NORMALIZE_WHITESPACE (['Date time', 'Image date', 'YYYYMMDD', 'Text', '-', '', 'Date time', 'Image date', 'HHMM', 'Text', '-', '', 'Sequences', 'Downloads today', 'One digit', 'Text', '-iso', '', 'Metadata', 'ISO', '', 'Text', '-f', '', 'Metadata', 'Aperture', '', 'Text', '-', '', 'Metadata', 'Focal length', '', 'Text', 'mm-', '', 'Metadata', 'Exposure time', ''], 'UPPERCASE') >>> upgrade_pre090a4_rename_pref([FILENAME, NAME, LOWERCASE]) (['Filename', 'Name', 'lowercase'], None) """ if not pref_list: return pref_list, None # get extension case from last value case = pref_list[-1] if pref_list[-2] in (NAME_EXTENSION, EXTENSION) else None new_pref_list = [] for idx in range(0, len(pref_list), 3): l1 = pref_list[idx + 1] if l1 != EXTENSION: if l1 == NAME_EXTENSION: l1 = NAME new_pref_list.extend([pref_list[idx], l1, pref_list[idx + 2]]) return new_pref_list, case class PrefError(Exception): """base class""" def __init__(self): super().__init__() self.msg = "" @staticmethod def unpackList(pref_list: PrefList)-> str: """ Make the preferences presentable to the user """ return ", ".join(f"'{i}'" for i in pref_list) def __str__(self): return self.msg class PrefKeyError(PrefError): def __init__(self, error): super().__init__() value = error[0] expected_values = self.unpackList(error[1]) self.msg = ( f"Preference key '{value}' is invalid.\nExpected one of {expected_values}" ) class PrefValueInvalidError(PrefKeyError): def __init__(self, error): super().__init__(error) value = error[0] self.msg = f"Preference value '{value}' is invalid" class PrefLengthError(PrefError): def __init__(self, error): super().__init__() self.msg = "These preferences are not well formed:" + "\n %s" % self.unpackList( error ) class PrefValueKeyComboError(PrefError): def __init__(self, error): super().__init__() self.msg = error def check_pref_valid(pref_defn, prefs, modulo=3) -> bool: """ Checks to see if user preferences are valid according to their definition. Raises appropriate exception if an error is found. :param prefs: list of preferences :param pref_defn: is a Dict specifying what is valid :param modulo: how many list elements are equivalent to one line of preferences. :return: True if prefs match with pref_defn """ if (len(prefs) % modulo != 0) or not prefs: raise PrefLengthError(prefs) else: for i in range(0, len(prefs), modulo): _check_pref_valid(pref_defn, prefs[i : i + modulo]) return True def _check_pref_valid(pref_defn, prefs): key = prefs[0] value = prefs[1] if key in pref_defn: next_pref_defn = pref_defn[key] if value is None: # value should never be None, at any time raise PrefValueInvalidError((None, next_pref_defn)) if next_pref_defn and not value: raise PrefValueInvalidError((value, next_pref_defn)) if isinstance(next_pref_defn, dict): return _check_pref_valid(next_pref_defn, prefs[1:]) else: if isinstance(next_pref_defn, list): result = value in next_pref_defn if not result: raise PrefValueInvalidError((value, next_pref_defn)) return True elif not next_pref_defn: return True else: result = next_pref_defn == value if not result: raise PrefValueInvalidError((value, next_pref_defn)) return True else: raise PrefKeyError((key, list(pref_defn.keys()))) def filter_subfolder_prefs( pref_list: list[str], pref_colors: list[str] | None = None ) -> tuple[bool, list[str], list[str] | None]: """ Filters out extraneous preference choices. :param pref_list: the list of user specified preferences :param pref_colors: optional list of colors associated with displaying the generated sample name while editing the preferences :return: bool indicating whether list changed, the pref list, and optionally the list of colors """ prefs_changed = False continue_check = True while continue_check and pref_list: continue_check = False if pref_list[0] == SEPARATOR: # subfolder preferences should not start with a / pref_list = pref_list[3:] if pref_colors is not None: pref_colors = pref_colors[1:] prefs_changed = True continue_check = True elif pref_list[-3] == SEPARATOR: # subfolder preferences should not end with a / pref_list = pref_list[:-3] if pref_colors is not None: pref_colors = pref_colors[:-1] continue_check = True prefs_changed = True else: for i in range(0, len(pref_list) - 3, 3): if pref_list[i] == SEPARATOR and pref_list[i + 3] == SEPARATOR: # subfolder preferences should not contain two /s side by side continue_check = True prefs_changed = True # note we are messing with the contents of the pref list, # must exit loop and try again pref_list = pref_list[:i] + pref_list[i + 3 :] if pref_colors is not None: pref_colors = pref_colors[: i // 3] + pref_colors[i // 3 + 1 :] break return prefs_changed, pref_list, pref_colors ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/heif.py0000644000175000017500000001136514562557501020152 0ustar00damondamon# Copyright (C) 2020-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2020-2024, Damon Lynch" import ctypes import ctypes.util import logging from PyQt5.QtGui import QImage try: import pyheif from PIL import Image, ImageQt have_heif_module = True except ImportError: have_heif_module = False import importlib.metadata _error_logged = False def pyheif_version() -> str: """ :return: Version of pyheif package """ try: return pyheif.__version__ except AttributeError: return importlib.metadata.version("pyheif") def libheif_version() -> str: """ :return: Version of libheif package """ try: return pyheif.libheif_version() except AttributeError: try: library_name = ctypes.util.find_library("heif") h = ctypes.cdll.LoadLibrary(library_name) return "{}.{}.{}".format( h.heif_get_version_number_major(), h.heif_get_version_number_minor(), h.heif_get_version_number_maintenance(), ) except Exception: logging.debug("Error determining libheif version") return "" def load_heif( full_file_name: str, catch_pyheif_exceptions: bool = True, process_name: str = "" ): """ Load HEIF file and convert it to a QImage using Pillow :param full_file_name: image to load :return: ImageQt (subclass of QImage). Must keep this in memory for the duration of operations on it """ global _error_logged try: image = pyheif.read_heif(full_file_name) except pyheif.error.HeifError: if not _error_logged: process_id = "the %s" % process_name if process_name else "this" logging.error( "Error using pyheif to load HEIF file %s. " "If encountered on another file, this error message will only be " "repeated once for %s process.", full_file_name, process_id, ) _error_logged = True if not catch_pyheif_exceptions: raise return None except FileNotFoundError: if not _error_logged: process_id = "the %s" % process_name if process_name else "this" logging.error( "FileNotFoundError using pyheif to load HEIF file %s ." "If encountered on another file, this error message will only be " "repeated once for %s process.", full_file_name, process_id, ) _error_logged = True if not catch_pyheif_exceptions: raise return None pillow_image = Image.frombytes(mode=image.mode, size=image.size, data=image.data) if pillow_image.mode not in ("RGB", "RGBA", "1", "L", "P"): pillow_image = pillow_image.convert("RGBA") imageqt = ImageQt.ImageQt(pillow_image) if imageqt is not None and not imageqt.isNull(): return imageqt return None if __name__ == "__main__": # test stub import sys if len(sys.argv) != 2: print("Usage: " + sys.argv[0] + " path/to/heif") else: file = sys.argv[1] import os from PyQt5.QtGui import QPixmap from PyQt5.QtWidgets import QApplication, QLabel, QWidget app = QApplication(sys.argv) image = None if os.path.splitext(file)[1][1:] in ("jpg", "png"): image = QPixmap(file) elif have_heif_module: imageqt = load_heif(file, catch_pyheif_exceptions=False) if imageqt is not None: image = QImage(imageqt) image = QPixmap(image) else: print("Error loading HEIF / HEIC image") else: print("image format not supported") if image is not None: widget = QWidget() widget.setFixedSize(image.size()) label = QLabel(widget) label.setPixmap(image) widget.show() sys.exit(app.exec()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/interprocess.py0000644000175000017500000020401014562557501021746 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Handle interprocess communication using 0MQ """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import argparse import logging import os import pickle import shlex import sys import time from collections import deque from collections.abc import Sequence from typing import Any import psutil import zmq import zmq.log.handlers from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot from PyQt5.QtGui import QImage, QPixmap if zmq.pyzmq_version_info()[0] < 17: from zmq.eventloop import ioloop else: try: from tornado import ioloop except ImportError: from zmq.eventloop import ioloop # note: deprecated in pyzmq 17.0.0 from zmq.eventloop.zmqstream import ZMQStream from raphodo.constants import ( BackupStatus, CameraErrorCode, ExtractionProcessing, ExtractionTask, RenameAndMoveStatus, ) from raphodo.devices import Device from raphodo.folderspreview import FoldersPreview from raphodo.iplogging import ZeroMQSocketHandler from raphodo.problemnotification import ( BackingUpProblems, CopyingProblems, RenamingProblems, ScanProblems, ) from raphodo.proximity import TemporalProximityGroups from raphodo.rpdfile import FileSizeSum, FileTypeCounter, Photo, RPDFile, Video from raphodo.storage.storage import StorageSpace from raphodo.ui.viewutils import ThumbnailDataForProximity from raphodo.utilities import CacheDirs, set_pdeathsig logger = logging.getLogger() def make_filter_from_worker_id(worker_id: int| str) -> bytes: r""" Returns a python byte string from an integer or string >>> make_filter_from_worker_id(54) b'54' >>> make_filter_from_worker_id('54') b'54' """ if isinstance(worker_id, int): return str(worker_id).encode() if isinstance(worker_id, str): return worker_id.encode() raise (TypeError) def create_identity(worker_type: str, identity: str) -> bytes: r"""Generate identity for a worker's 0mq socket. >>> create_identity('Worker', '1') b'Worker-1' >>> create_identity('Thumbnail Extractor', '2') b'Thumbnail-Extractor-2' >>> create_identity('Thumbnail Extractor Plus', '22 2') b'Thumbnail-Extractor-Plus-22-2' """ # Replace any whitespace in the strings with a hyphen return "{}-{}".format( "-".join(worker_type.split()), "-".join(identity.split()) ).encode() def get_worker_id_from_identity(identity: bytes) -> int: r"""Extract worker id from the identity used in a 0mq socket >>> get_worker_id_from_identity(b'Worker-1') 1 >>> get_worker_id_from_identity(b'Thumbnail-Extractor-2') 2 >>> get_worker_id_from_identity(b'Thumbnail-Extractor-Plus-22-2') 2 """ return int(identity.decode().split("-")[-1]) def create_inproc_msg( cmd: bytes, worker_id: int|None = None, data: Any | None = None ) -> list[bytes]: """ Create a list of three values to be sent via a PAIR socket between main and child threads using 0MQ. """ worker_id = make_filter_from_worker_id(worker_id) if worker_id is not None else b"" data = b"" if data is None else pickle.dumps(data, pickle.HIGHEST_PROTOCOL) return [cmd, worker_id, data] class ThreadNames: rename = "rename" scan = "scan" copy = "copy" backup = "backup" thumbnail_daemon = "thumbnail_daemon" thumbnailer = "thumbnailer" offload = "offload" logger = "logger" load_balancer = "load_balancer" new_version = "new_version" class ProcessManager: def __init__(self, logging_port: int, thread_name: str) -> None: super().__init__() self.logging_port = logging_port self.processes = {} # type: dict[int, psutil.Process] self._process_to_run = "" # Implement in subclass self.thread_name = thread_name # Monitor which workers we have running self.workers = [] # type: list[int] def _get_cmd(self) -> str: return "{} {}".format( sys.executable, os.path.join( os.path.abspath(os.path.dirname(__file__)), self._process_to_run ), ) def _get_command_line(self, worker_id: int) -> str: """ Implement in subclass """ return "" def add_worker(self, worker_id: int) -> None: command_line = self._get_command_line(worker_id) args = shlex.split(command_line) # run command immediately, without waiting a reply, and instruct the Linux # kernel to send a terminate signal should this process unexpectedly die try: proc = psutil.Popen(args, preexec_fn=set_pdeathsig()) except OSError as e: logging.critical("Failed to start process: %s", command_line) logging.critical("OSError [Errno %s]: %s", e.errno, e.strerror) if e.errno == 8: logging.critical( "Script shebang line might be malformed or missing: %s", self._get_cmd(), ) sys.exit(1) logging.debug("Started '%s' with pid %s", command_line, proc.pid) # Add to list of running workers self.workers.append(worker_id) self.processes[worker_id] = proc def forcefully_terminate(self) -> None: """ Forcefully terminate any running child processes. """ zombie_processes = [ p for p in self.processes.values() if p.is_running() and p.status() == psutil.STATUS_ZOMBIE ] running_processes = [ p for p in self.processes.values() if p.is_running() and p.status() != psutil.STATUS_ZOMBIE ] if hasattr(self, "_process_name"): logging.debug( "Forcefully terminating processes for %s: %s zombies, %s running.", self._process_name, len(zombie_processes), len(running_processes), ) for p in zombie_processes: # type: psutil.Process try: logging.debug("Killing zombie process %s with pid %s", p.name(), p.pid) p.kill() except Exception: logging.error("Failed to kill process with pid %s", p.pid) for p in running_processes: # type: psutil.Process try: logging.debug("Terminating process %s with pid %s", p.name(), p.pid) p.terminate() except Exception: logging.error("Terminating process with pid %s failed", p.pid) gone, alive = psutil.wait_procs(running_processes, timeout=2) for p in alive: try: logging.debug("Killing zombie process %s with pid %s", p.name(), p.pid) p.kill() except Exception: logging.error("Failed to kill process with pid %s", p.pid) def process_alive(self, worker_id: int) -> bool: """ Process IDs are reused by the system. Check to make sure a new process has not been created with the same process id. :param worker_id: the process to check :return True if the process is the same, False otherwise """ return self.processes[worker_id].is_running() class PullPipelineManager(ProcessManager, QObject): """ Base class from which more specialized 0MQ classes are derived. Receives data into its sink via a ZMQ PULL socket, but does not specify how workers should be sent data. Outputs signals using Qt. """ message = pyqtSignal(str) # Derived class will change this sinkStarted = pyqtSignal() workerFinished = pyqtSignal(int) workerStopped = pyqtSignal(int) receiverPortSignal = pyqtSignal(int) def __init__(self, logging_port: int, thread_name: str) -> None: super().__init__(logging_port=logging_port, thread_name=thread_name) def _start_sockets(self) -> None: context = zmq.Context.instance() # Subclasses must define the type of port they need to send messages self.ventilator_socket = None self.ventilator_port = None # Sink socket to receive results of the workers self.receiver_socket = context.socket(zmq.PULL) self.receiver_port = self.receiver_socket.bind_to_random_port("tcp://*") # Socket to communicate directly with the sink, bypassing the workers self.terminate_socket = context.socket(zmq.PUSH) self.terminate_socket.connect(f"tcp://localhost:{self.receiver_port}") # Socket to receive commands from the main thread self.thread_controller = context.socket(zmq.PAIR) self.thread_controller.connect(f"inproc://{self.thread_name}") self.terminating = False @pyqtSlot() def run_sink(self) -> None: logging.debug("Running sink for %s", self._process_name) self._start_sockets() poller = zmq.Poller() poller.register(self.receiver_socket, zmq.POLLIN) poller.register(self.thread_controller, zmq.POLLIN) self.receiverPortSignal.emit(self.receiver_port) self.sinkStarted.emit() while True: try: socks = dict(poller.poll()) except KeyboardInterrupt: break if self.receiver_socket in socks: # Receive messages from the workers # (or the terminate socket) worker_id, directive, content = self.receiver_socket.recv_multipart() if directive == b"cmd": command = content assert command in (b"STOPPED", b"FINISHED", b"KILL") if command == b"KILL": # Terminate immediately, without regard for any # incoming messages. This message is only sent # from this manager to itself, using the # self.terminate_socket logging.debug(f"{self._process_name} is terminating") break # This worker is done; remove from monitored workers and # continue worker_id = int(worker_id) if command == b"STOPPED": logging.debug( "%s worker %s has stopped", self._process_name, worker_id ) self.workerStopped.emit(worker_id) else: # Worker has finished its work self.workerFinished.emit(worker_id) self.workers.remove(worker_id) del self.processes[worker_id] if not self.workers: logging.debug( f"{self._process_name} currently has no workers" ) if not self.workers and self.terminating: logging.debug(f"{self._process_name} is exiting") break else: assert directive == b"data" self.content = content self.process_sink_data() if self.thread_controller in socks: # Receive messages from the main Rapid Photo Downloader thread self.process_thread_directive() def process_thread_directive(self) -> None: directive, worker_id, data = self.thread_controller.recv_multipart() # Directives: START, STOP, TERMINATE, SEND_TO_WORKER, STOP_WORKER, START_WORKER if directive == b"START": self.start() elif directive == b"START_WORKER": self.start_worker(worker_id=worker_id, data=data) elif directive == b"SEND_TO_WORKER": self.send_message_to_worker(worker_id=worker_id, data=data) elif directive == b"STOP": self.stop() elif directive == b"STOP_WORKER": self.stop_worker(worker_id=worker_id) elif directive == b"PAUSE": self.pause() elif directive == b"RESUME": self.resume(worker_id=worker_id) elif directive == b"TERMINATE": self.forcefully_terminate() else: logging.critical("%s received unknown directive %s", directive.decode()) def process_sink_data(self) -> None: data = pickle.loads(self.content) self.message.emit(data) def terminate_sink(self) -> None: self.terminate_socket.send_multipart([b"0", b"cmd", b"KILL"]) def _get_ventilator_start_message(self, worker_id: bytes) -> list: return [worker_id, b"cmd", b"START"] def start(self) -> None: logging.critical( "Member function start() not implemented in child class of %s", self._process_name, ) def start_worker(self, worker_id: bytes, data: bytes) -> None: logging.critical( "Member function start_worker() not implemented in child class of %s", self._process_name, ) def stop(self) -> None: logging.critical( "Member function stop() not implemented in child class of %s", self._process_name, ) def stop_worker(self, worker_id: int) -> None: logging.critical( "Member function stop_worker() not implemented in child class of %s", self._process_name, ) def pause(self) -> None: logging.critical( "Member function pause() not implemented in child class of %s", self._process_name, ) def resume(self, worker_id: bytes|None) -> None: logging.critical( "Member function stop_worker() not implemented in child class of %s", self._process_name, ) def send_message_to_worker( self, data: bytes, worker_id: bytes|None = None ) -> None: if self.terminating: logging.debug( "%s not sending message to worker because manager is terminated", self._process_name, ) return if not self.workers: logging.debug( "%s not sending message to worker because there are no workers", self._process_name, ) return assert isinstance(data, bytes) message = [worker_id, b"data", data] if worker_id else [b"data", data] self.ventilator_socket.send_multipart(message) def forcefully_terminate(self) -> None: """ Forcefully terminate any child processes and clean up. Shuts down the sink too. """ super().forcefully_terminate() self.terminate_sink() class LoadBalancerWorkerManager(ProcessManager): def __init__( self, no_workers: int, backend_port: int, sink_port: int, logging_port: int ) -> None: super().__init__(logging_port=logging_port, thread_name="") self.no_workers = no_workers self.backend_port = backend_port self.sink_port = sink_port def _get_command_line(self, worker_id: int) -> str: cmd = self._get_cmd() return "{} --request {} --send {} --identity {} --logging {}".format( cmd, self.backend_port, self.sink_port, worker_id, self.logging_port ) def start_workers(self) -> None: for worker_id in range(self.no_workers): self.add_worker(worker_id) def zombie_workers(self) -> list[int]: return [ worker_id for worker_id in self.workers if self.processes[worker_id].status() == psutil.STATUS_ZOMBIE ] class LRUQueue: """LRUQueue class using ZMQStream/IOLoop for event dispatching""" def __init__( self, backend_socket: zmq.Socket, frontend_socket: zmq.Socket, controller_socket: zmq.Socket, worker_type: str, process_manager: LoadBalancerWorkerManager, ) -> None: self.worker_type = worker_type self.process_manager = process_manager self.workers = deque() self.terminating = False self.terminating_workers = set() # type: set[bytes] self.stopped_workers = set() # type: set[int] self.backend = ZMQStream(backend_socket) self.frontend = ZMQStream(frontend_socket) self.controller = ZMQStream(controller_socket) self.backend.on_recv(self.handle_backend) self.controller.on_recv(self.handle_controller) self.loop = ioloop.IOLoop.instance() def handle_controller(self, msg): self.terminating = True while len(self.workers): worker_identity = self.workers.popleft() logging.debug( "%s load balancer sending stop cmd to worker %s", self.worker_type, worker_identity.decode(), ) self.backend.send_multipart([worker_identity, b"", b"cmd", b"STOP"]) self.terminating_workers.add(worker_identity) self.loop.add_timeout(time.time() + 3, self.loop.stop) def handle_backend(self, msg): # Queue worker address for LRU routing worker_identity, empty, client_addr = msg[:3] # add worker back to the list of workers self.workers.append(worker_identity) zw = self.process_manager.zombie_workers() if zw: logging.critical("%s dead thumbnail extractors", len(zw)) # Second frame is empty assert empty == b"" if msg[-1] == b"STOPPED" and self.terminating: worker_id = get_worker_id_from_identity(worker_identity) self.stopped_workers.add(worker_id) self.terminating_workers.remove(worker_identity) if len(self.terminating_workers) == 0: for worker_id in self.stopped_workers: p = self.process_manager.processes[ worker_id ] # type: psutil.Process if p.is_running(): pid = p.pid if p.status() != psutil.STATUS_SLEEPING: logging.debug( "Waiting on %s process %s...", p.status(), pid ) os.waitpid(pid, 0) logging.debug("...process %s is finished", pid) else: logging.debug("Process %s is sleeping", pid) self.loop.add_timeout(time.time() + 0.5, self.loop.stop) if len(self.workers) == 1: # on first recv, start accepting frontend messages self.frontend.on_recv(self.handle_frontend) def handle_frontend(self, request): # Dequeue and drop the next worker address worker_identity = self.workers.popleft() message = [worker_identity, b""] + request self.backend.send_multipart(message) if len(self.workers) == 0: # stop receiving until workers become available again self.frontend.stop_on_recv() class LoadBalancer: def __init__(self, worker_type: str, process_manager) -> None: self.parser = argparse.ArgumentParser() self.parser.add_argument("--receive", required=True) self.parser.add_argument("--send", required=True) self.parser.add_argument("--controller", required=True) self.parser.add_argument("--logging", required=True) args = self.parser.parse_args() self.controller_port = args.controller context = zmq.Context() frontend = context.socket(zmq.PULL) frontend_port = frontend.bind_to_random_port("tcp://*") backend = context.socket(zmq.ROUTER) backend_port = backend.bind_to_random_port("tcp://*") reply = context.socket(zmq.REP) reply.connect(f"tcp://localhost:{args.receive}") controller = context.socket(zmq.PULL) controller.connect(f"tcp://localhost:{self.controller_port}") sink_port = args.send logging_port = args.logging self.logger_publisher = ProcessLoggerPublisher( context=context, name=worker_type, notification_port=args.logging ) logging.debug( f"{worker_type} load balancer waiting to be notified how many workers to " "initialize..." ) no_workers = int(reply.recv()) logging.debug( f"...{worker_type} load balancer will use {no_workers} workers" ) reply.send(str(frontend_port).encode()) process_manager = process_manager( no_workers, backend_port, sink_port, logging_port ) process_manager.start_workers() # create queue with the sockets queue = LRUQueue(backend, frontend, controller, worker_type, process_manager) # noqa: F841 # start reactor, which is an infinite loop ioloop.IOLoop.instance().start() # Finished infinite loop: do some housekeeping logging.debug("Forcefully terminating load balancer child processes") process_manager.forcefully_terminate() frontend.close() backend.close() class LoadBalancerManager(ProcessManager, QObject): """ Launches and requests termination of the Load Balancer process """ load_balancer_started = pyqtSignal(int) def __init__( self, context: zmq.Context, no_workers: int, sink_port: int, logging_port: int, thread_name: str, ) -> None: super().__init__(logging_port=logging_port, thread_name=thread_name) self.no_workers = no_workers self.sink_port = sink_port self.context = context @pyqtSlot() def start_load_balancer(self) -> None: self.controller_socket = self.context.socket(zmq.PUSH) self.controller_port = self.controller_socket.bind_to_random_port("tcp://*") self.requester = self.context.socket(zmq.REQ) self.requester_port = self.requester.bind_to_random_port("tcp://*") self.thread_controller = self.context.socket(zmq.PAIR) self.thread_controller.connect(f"inproc://{self.thread_name}") worker_id = 0 self.add_worker(worker_id) self.requester.send(str(self.no_workers).encode()) self.frontend_port = int(self.requester.recv()) self.load_balancer_started.emit(self.frontend_port) # wait for stop signal directive, worker_id, data = self.thread_controller.recv_multipart() assert directive == b"STOP" self.stop() def stop(self): self.controller_socket.send(b"STOP") def _get_command_line(self, worker_id: int) -> str: cmd = self._get_cmd() return "{} --receive {} --send {} --controller {} --logging {}".format( cmd, self.requester_port, self.sink_port, self.controller_port, self.logging_port, ) DAEMON_WORKER_ID = 0 class PushPullDaemonManager(PullPipelineManager): """ Manage a single instance daemon worker process that waits to work on data issued by this manager. The data to be worked on is issued in sequence, one after the other. Because this is a single daemon process, a Push-Pull model is most suitable for sending the data. """ def _start_sockets(self) -> None: super()._start_sockets() context = zmq.Context.instance() # Ventilator socket to send message to worker self.ventilator_socket = context.socket(zmq.PUSH) self.ventilator_port = self.ventilator_socket.bind_to_random_port("tcp://*") def stop(self) -> None: """ Permanently stop the daemon process and terminate """ logging.debug(f"{self._process_name} halting") self.terminating = True # Only send stop command if the process is still running if self.process_alive(DAEMON_WORKER_ID): try: self.ventilator_socket.send_multipart([b"cmd", b"STOP"], zmq.DONTWAIT) except zmq.Again: logging.debug( "Terminating %s sink because child process did not receive message", self._process_name, ) self.terminate_sink() else: # The process may have crashed. Stop the sink. self.terminate_sink() def _get_command_line(self, worker_id: int) -> str: cmd = self._get_cmd() return "{} --receive {} --send {} --logging {}".format( cmd, self.ventilator_port, self.receiver_port, self.logging_port ) def _get_ventilator_start_message(self, worker_id: int) -> list[bytes]: return [b"cmd", b"START"] def start(self) -> None: logging.debug("Starting worker for %s", self._process_name) self.add_worker(worker_id=DAEMON_WORKER_ID) class PublishPullPipelineManager(PullPipelineManager): """ Manage a collection of worker processes that wait to work on data issued by this manager. The data to be worked on is issued in sequence, one after the other, either once, or many times. Because there are multiple worker process, a Publish-Subscribe model is most suitable for sending data to workers. """ def _start_sockets(self) -> None: super()._start_sockets() context = zmq.Context.instance() # Ventilator socket to send messages to workers on self.ventilator_socket = context.socket(zmq.PUB) self.ventilator_port = self.ventilator_socket.bind_to_random_port("tcp://*") # Socket to synchronize the start of each worker self.sync_service_socket = context.socket(zmq.REP) self.sync_service_port = self.sync_service_socket.bind_to_random_port("tcp://*") # Socket for worker control: pause, resume, stop self.controller_socket = context.socket(zmq.PUB) self.controller_port = self.controller_socket.bind_to_random_port("tcp://*") def stop(self) -> None: """ Permanently stop all the workers and terminate """ logging.debug(f"{self._process_name} halting") self.terminating = True if self.workers: # Signal workers they must immediately stop termination_signal_sent = False alive_workers = [ worker_id for worker_id in self.workers if self.process_alive(worker_id) ] for worker_id in alive_workers: message = [make_filter_from_worker_id(worker_id), b"STOP"] self.controller_socket.send_multipart(message) message = [make_filter_from_worker_id(worker_id), b"cmd", b"STOP"] self.ventilator_socket.send_multipart(message) termination_signal_sent = True if not termination_signal_sent: self.terminate_sink() else: self.terminate_sink() def stop_worker(self, worker_id: bytes) -> None: """ Permanently stop one worker """ if int(worker_id) in self.workers: message = [worker_id, b"STOP"] self.controller_socket.send_multipart(message) message = [worker_id, b"cmd", b"STOP"] self.ventilator_socket.send_multipart(message) def start_worker(self, worker_id: bytes, data: bytes) -> None: self.add_worker(int(worker_id)) # Send START commands until scan worker indicates it is ready to # receive data # Worker ID must be in bytes format while True: self.ventilator_socket.send_multipart( self._get_ventilator_start_message(worker_id) ) try: # look for synchronization request self.sync_service_socket.recv(zmq.DONTWAIT) # send synchronization reply self.sync_service_socket.send(b"") break except zmq.Again: # Briefly pause sending out START messages # There is no point flooding the network time.sleep(0.01) # Send data to process to tell it what to work on self.send_message_to_worker(data=data, worker_id=worker_id) def _get_command_line(self, worker_id: int) -> str: cmd = self._get_cmd() return ( "{} --receive {} --send {} --controller {} --syncclient {} " "--filter {} --logging " "{}".format( cmd, self.ventilator_port, self.receiver_port, self.controller_port, self.sync_service_port, worker_id, self.logging_port, ) ) def __len__(self) -> int: return len(self.workers) def __contains__(self, item) -> bool: return item in self.workers def pause(self) -> None: for worker_id in self.workers: message = [make_filter_from_worker_id(worker_id), b"PAUSE"] self.controller_socket.send_multipart(message) def resume(self, worker_id: bytes) -> None: workers = [int(worker_id)] if worker_id else self.workers for worker_id in workers: message = [make_filter_from_worker_id(worker_id), b"RESUME"] self.controller_socket.send_multipart(message) class ProcessLoggerPublisher: """ Setup the sockets for worker processes to send log messages to the main process. Two tasks: set up the PUB socket, and then tell the main process what port we're using via a second socket, and when we're closing it. """ def __init__(self, context: zmq.Context, name: str, notification_port: int) -> None: self.logger_pub = context.socket(zmq.PUB) self.logger_pub_port = self.logger_pub.bind_to_random_port("tcp://*") self.handler = ZeroMQSocketHandler(self.logger_pub) self.handler.setLevel(logging.DEBUG) self.logger = logging.getLogger() self.logger.setLevel(logging.DEBUG) self.logger.addHandler(self.handler) self.logger_socket = context.socket(zmq.PUSH) self.logger_socket.connect(f"tcp://localhost:{notification_port}") self.logger_socket.send_multipart( [b"CONNECT", str(self.logger_pub_port).encode()] ) def close(self): self.logger.removeHandler(self.handler) self.logger_socket.send_multipart( [b"DISCONNECT", str(self.logger_pub_port).encode()] ) self.logger_pub.close() self.logger_socket.close() class WorkerProcess: def __init__(self, worker_type: str) -> None: super().__init__() self.parser = argparse.ArgumentParser() self.parser.add_argument("--receive", required=True) self.parser.add_argument("--send", required=True) self.parser.add_argument("--logging", required=True) def cleanup_pre_stop(self) -> None: """ Operations to run if process is stopped. Implement in child class if needed. """ pass def setup_logging_pub(self, notification_port: int, name: str) -> None: """ Sets up the 0MQ socket that sends out logging messages :param notification_port: port that should be notified about the new logging publisher :param name: descriptive name to place in the log messages """ if self.worker_id is not None: name = f"{name}-{self.worker_id.decode()}" self.logger_publisher = ProcessLoggerPublisher( context=self.context, name=name, notification_port=notification_port ) def send_message_to_sink(self) -> None: self.sender.send_multipart([self.worker_id, b"data", self.content]) def initialise_process(self) -> None: # Wait to receive "START" message worker_id, directive, content = self.receiver.recv_multipart() assert directive == b"cmd" assert content == b"START" # send a synchronization request self.sync_client.send(b"") # wait for synchronization reply self.sync_client.recv() # Receive next "START" message and discard, looking for data message while True: worker_id, directive, content = self.receiver.recv_multipart() if directive == b"data": break else: assert directive == b"cmd" assert content == b"START" self.content = content def do_work(self): pass class DaemonProcess(WorkerProcess): """ Single instance """ def __init__(self, worker_type: str) -> None: super().__init__(worker_type) args = self.parser.parse_args() self.context = zmq.Context() # Socket to send messages along the pipe to self.sender = self.context.socket(zmq.PUSH) self.sender.set_hwm(10) self.sender.connect(f"tcp://localhost:{args.send}") self.receiver = self.context.socket(zmq.PULL) self.receiver.connect(f"tcp://localhost:{args.receive}") self.worker_id = None self.setup_logging_pub(notification_port=args.logging, name=worker_type) def run(self) -> None: pass def check_for_command(self, directive: bytes, content: bytes) -> None: if directive == b"cmd": assert content == b"STOP" self.cleanup_pre_stop() # signal to sink that we've terminated before finishing self.sender.send_multipart( [make_filter_from_worker_id(DAEMON_WORKER_ID), b"cmd", b"STOPPED"] ) sys.exit(0) def send_message_to_sink(self) -> None: # Must use a dummy value for the worker id, as there is only ever one # instance. self.sender.send_multipart( [make_filter_from_worker_id(DAEMON_WORKER_ID), b"data", self.content] ) class WorkerInPublishPullPipeline(WorkerProcess): """ Worker counterpart to PublishPullPipelineManager; multiple instance. """ def __init__(self, worker_type: str) -> None: super().__init__(worker_type) self.add_args() args = self.parser.parse_args() subscription_filter = self.worker_id = args.filter.encode() self.context = zmq.Context() self.setup_sockets(args, subscription_filter) self.setup_logging_pub(notification_port=args.logging, name=worker_type) self.initialise_process() self.do_work() def add_args(self) -> None: self.parser.add_argument("--filter", required=True) self.parser.add_argument("--syncclient", required=True) self.parser.add_argument("--controller", required=True) def setup_sockets(self, args, subscription_filter: bytes) -> None: # Socket to send messages along the pipe to self.sender = self.context.socket(zmq.PUSH) self.sender.set_hwm(10) self.sender.connect(f"tcp://localhost:{args.send}") # Socket to receive messages from the pipe self.receiver = self.context.socket(zmq.SUB) self.receiver.connect(f"tcp://localhost:{args.receive}") self.receiver.setsockopt(zmq.SUBSCRIBE, subscription_filter) # Socket to receive controller messages: stop, pause, resume self.controller = self.context.socket(zmq.SUB) self.controller.connect(f"tcp://localhost:{args.controller}") self.controller.setsockopt(zmq.SUBSCRIBE, subscription_filter) # Socket to synchronize the start of receiving data from upstream self.sync_client = self.context.socket(zmq.REQ) self.sync_client.connect(f"tcp://localhost:{args.syncclient}") def check_for_command(self, directive: bytes, content) -> None: if directive == b"cmd": try: assert content == b"STOP" except AssertionError: logging.critical( "Expected STOP command but instead got %s", content.decode() ) else: self.cleanup_pre_stop() self.disconnect_logging() # signal to sink that we've terminated before finishing self.sender.send_multipart([self.worker_id, b"cmd", b"STOPPED"]) sys.exit(0) def check_for_controller_directive(self) -> None: try: # Don't block if the process is running regularly # If there is no command, an exception will occur worker_id, command = self.controller.recv_multipart(zmq.DONTWAIT) assert command in [b"PAUSE", b"STOP"] assert worker_id == self.worker_id if command == b"PAUSE": # Because the process is paused, do a blocking read to # wait for the next command worker_id, command = self.controller.recv_multipart() assert command in [b"RESUME", b"STOP"] if command == b"STOP": self.cleanup_pre_stop() # before finishing, signal to sink that we've terminated self.sender.send_multipart([self.worker_id, b"cmd", b"STOPPED"]) sys.exit(0) except zmq.Again: pass # Continue working def resume_work(self) -> None: worker_id, command = self.controller.recv_multipart() assert command in [b"RESUME", b"STOP"] if command == b"STOP": self.cleanup_pre_stop() self.disconnect_logging() # before finishing, signal to sink that we've terminated self.sender.send_multipart([self.worker_id, b"cmd", b"STOPPED"]) sys.exit(0) def disconnect_logging(self) -> None: self.logger_publisher.close() def send_finished_command(self) -> None: self.sender.send_multipart([self.worker_id, b"cmd", b"FINISHED"]) class LoadBalancerWorker: def __init__(self, worker_type: str) -> None: super().__init__() self.parser = argparse.ArgumentParser() self.parser.add_argument("--request", required=True) self.parser.add_argument("--send", required=True) self.parser.add_argument("--identity", required=True) self.parser.add_argument("--logging", required=True) args = self.parser.parse_args() self.context = zmq.Context() self.requester = self.context.socket(zmq.REQ) self.identity = create_identity(worker_type, args.identity) self.requester.identity = self.identity self.requester.connect(f"tcp://localhost:{args.request}") # Sender is located in the main process. It is where output (messages) # from this process are sent to. self.sender = self.context.socket(zmq.PUSH) self.sender.connect(f"tcp://localhost:{args.send}") self.logger_publisher = ProcessLoggerPublisher( context=self.context, name=worker_type, notification_port=args.logging ) # Tell the load balancer we are ready for work self.requester.send(b"READY") self.do_work() def do_work(self) -> None: # Implement in subclass pass def cleanup_pre_stop(self) -> None: """ Operations to run if the process is stopped. Implement in child class if needed. """ pass def exit(self): self.cleanup_pre_stop() identity = self.requester.identity.decode() # signal to load balancer that we've terminated before finishing self.requester.send_multipart([b"", b"", b"STOPPED"]) self.requester.close() self.sender.close() self.logger_publisher.close() self.context.term() logging.debug("%s with pid %s stopped", identity, os.getpid()) sys.exit(0) def check_for_command(self, directive: bytes, content: bytes): if directive == b"cmd": assert content == b"STOP" self.exit() class ProcessLoggingManager(QObject): """ Receive and log logging messages from workers. An alternative might be using python logging's QueueListener, which like this code, runs on its own thread. """ ready = pyqtSignal(int) @pyqtSlot() def startReceiver(self) -> None: context = zmq.Context.instance() self.receiver = context.socket(zmq.SUB) # Subscribe to all variates of logging messages self.receiver.setsockopt(zmq.SUBSCRIBE, b"") # Socket to receive subscription information, and the stop command info_socket = context.socket(zmq.PULL) self.info_port = info_socket.bind_to_random_port("tcp://*") poller = zmq.Poller() poller.register(self.receiver, zmq.POLLIN) poller.register(info_socket, zmq.POLLIN) self.ready.emit(self.info_port) while True: try: socks = dict(poller.poll()) except KeyboardInterrupt: break if self.receiver in socks: message = self.receiver.recv() record = logging.makeLogRecord(pickle.loads(message)) logger.handle(record) if info_socket in socks: directive, content = info_socket.recv_multipart() if directive == b"STOP": break elif directive == b"CONNECT": self.addSubscription(content) else: assert directive == b"DISCONNECT" self.removeSubscription(content) def addSubscription(self, port: bytes) -> None: try: port = int(port) except ValueError: logging.critical( "Incorrect port value in add logging subscription: %s", port ) else: logging.debug("Subscribing to logging on port %s", port) self.receiver.connect(f"tcp://localhost:{port}") def removeSubscription(self, port: bytes): try: port = int(port) except ValueError: logging.critical( "Incorrect port value in remove logging subscription: %s", port ) else: logging.debug("Unsubscribing to logging on port %s", port) self.receiver.disconnect(f"tcp://localhost:{port}") def stop_process_logging_manager(info_port: int) -> None: """ Stop ProcessLoggingManager thread :param info_port: the port number the manager uses """ context = zmq.Context.instance() command = context.socket(zmq.PUSH) command.connect(f"tcp://localhost:{info_port}") command.send_multipart([b"STOP", b""]) class ScanArguments: """ Pass arguments to the scan process """ def __init__( self, device: Device, ignore_other_types: bool, log_gphoto2: bool ) -> None: """ Pass arguments to the scan process :param device: the device to scan :param ignore_other_types: ignore file types like TIFF :param log_gphoto2: whether to generate detailed gphoto2 log messages """ self.device = device self.ignore_other_types = ignore_other_types self.log_gphoto2 = log_gphoto2 class ScanResults: """ Receive results from the scan process """ def __init__( self, rpd_files: list[RPDFile] | None = None, file_type_counter: FileTypeCounter | None= None, file_size_sum: FileSizeSum | None= None, error_code: CameraErrorCode | None= None, error_message: str|None = None, scan_id: int|None = None, optimal_display_name: str|None = None, storage_space: list[StorageSpace] | None = None, storage_descriptions: list[str]|None = None, mount_point: str|None = None, is_apple_mobile: bool|None = False, sample_photo: Photo|None = None, sample_video: Video|None = None, problems: ScanProblems | None= None, fatal_error: bool|None = None, camera_removed: bool|None = None, entire_video_required: bool|None = None, entire_photo_required: bool|None = None, ) -> None: self.rpd_files = rpd_files self.file_type_counter = file_type_counter self.file_size_sum = file_size_sum self.error_code = error_code if error_code and error_message is None: self.error_message = "" else: self.error_message = error_message self.scan_id = scan_id self.optimal_display_name = optimal_display_name self.storage_space = storage_space self.storage_descriptions = storage_descriptions self.mount_point = mount_point self.is_apple_mobile = is_apple_mobile self.sample_photo = sample_photo self.sample_video = sample_video self.problems = problems self.fatal_error = fatal_error self.camera_removed = camera_removed self.entire_video_required = entire_video_required self.entire_photo_required = entire_photo_required class CopyFilesArguments: """ Pass arguments to the copyfiles process """ def __init__( self, scan_id: int, device: Device, photo_download_folder: str, video_download_folder: str, files: list[RPDFile], verify_file: bool, generate_thumbnails: bool, log_gphoto2: bool, ) -> None: self.scan_id = scan_id self.device = device self.photo_download_folder = photo_download_folder self.video_download_folder = video_download_folder self.files = files self.generate_thumbnails = generate_thumbnails self.verify_file = verify_file self.log_gphoto2 = log_gphoto2 class CopyFilesResults: """ Receive results from the copyfiles process """ def __init__( self, scan_id: int|None = None, photo_temp_dir: str|None = None, video_temp_dir: str|None = None, total_downloaded: int|None = None, chunk_downloaded: int|None = None, copy_succeeded: bool|None = None, rpd_file: RPDFile | None = None, download_count: int|None = None, mdata_exceptions: tuple|None = None, problems: CopyingProblems | None = None, camera_removed: bool|None = None, ) -> None: """ :param scan_id: scan id of the device the files are being downloaded from :param photo_temp_dir: temp directory path, used to copy photos into until they're renamed :param video_temp_dir: temp directory path, used to copy videos into until they're renamed :param total_downloaded: how many bytes in total have been downloaded :param chunk_downloaded: how many bytes were downloaded since the last message :param copy_succeeded: whether the copy was successful or not :param rpd_file: details of the file that was copied :param download_count: a running count of how many files have been copied. Used in download tracking. :param mdata_exceptions: details of errors setting file metadata :param problems: details of any problems encountered copying files, not including metedata write problems. """ self.scan_id = scan_id self.photo_temp_dir = photo_temp_dir self.video_temp_dir = video_temp_dir self.total_downloaded = total_downloaded self.chunk_downloaded = chunk_downloaded self.copy_succeeded = copy_succeeded self.rpd_file = rpd_file self.download_count = download_count self.mdata_exceptions = mdata_exceptions self.problems = problems self.camera_removed = camera_removed class ThumbnailDaemonData: """ Pass arguments to the thumbnail daemon process. Occurs after a file is downloaded & renamed, and also after a file is backed up. """ def __init__( self, frontend_port: int|None = None, rpd_file: RPDFile | None = None, write_fdo_thumbnail: bool|None = None, use_thumbnail_cache: bool|None = None, backup_full_file_names: list[str]|None = None, fdo_name: str|None = None, force_exiftool: bool|None = None, ) -> None: self.frontend_port = frontend_port self.rpd_file = rpd_file self.write_fdo_thumbnail = write_fdo_thumbnail self.use_thumbnail_cache = use_thumbnail_cache self.backup_full_file_names = backup_full_file_names self.fdo_name = fdo_name self.force_exiftool = force_exiftool class RenameAndMoveFileData: """ Pass arguments to the renameandmovefile process """ def __init__( self, rpd_file: RPDFile = None, download_count: int = None, download_succeeded: bool = None, message: RenameAndMoveStatus = None, ) -> None: self.rpd_file = rpd_file self.download_count = download_count self.download_succeeded = download_succeeded self.message = message class RenameAndMoveFileResults: def __init__( self, move_succeeded: bool = None, rpd_file: RPDFile = None, download_count: int = None, stored_sequence_no: int = None, downloads_today: list[str] = None, problems: RenamingProblems | None = None, ) -> None: self.move_succeeded = move_succeeded self.rpd_file = rpd_file self.download_count = download_count self.stored_sequence_no = stored_sequence_no self.downloads_today = downloads_today self.problems = problems class OffloadData: def __init__( self, thumbnail_rows: Sequence[ThumbnailDataForProximity] | None = None, proximity_seconds: int = None, rpd_files: Sequence[RPDFile] | None = None, strip_characters: bool|None = None, folders_preview: FoldersPreview | None = None, ) -> None: self.thumbnail_rows = thumbnail_rows self.proximity_seconds = proximity_seconds self.rpd_files = rpd_files self.strip_characters = strip_characters self.folders_preview = folders_preview class OffloadResults: def __init__( self, proximity_groups: TemporalProximityGroups | None = None, folders_preview: FoldersPreview | None = None, ) -> None: self.proximity_groups = proximity_groups self.folders_preview = folders_preview class BackupArguments: """ Pass start up data to the back up process """ def __init__(self, path: str, device_name: str) -> None: self.path = path self.device_name = device_name class BackupFileData: """ Pass file data to the backup process """ def __init__( self, rpd_file: RPDFile | None = None, move_succeeded: bool|None = None, do_backup: bool|None = None, path_suffix: str|None = None, backup_duplicate_overwrite: bool|None = None, verify_file: bool|None = None, download_count: int|None = None, save_fdo_thumbnail: int|None = None, message: BackupStatus | None = None, ) -> None: self.rpd_file = rpd_file self.move_succeeded = move_succeeded self.do_backup = do_backup self.path_suffix = path_suffix self.backup_duplicate_overwrite = backup_duplicate_overwrite self.verify_file = verify_file self.download_count = download_count self.save_fdo_thumbnail = save_fdo_thumbnail self.message = message class BackupResults: def __init__( self, scan_id: int, device_id: int, total_downloaded: int|None = None, chunk_downloaded: int|None = None, backup_succeeded: bool|None = None, do_backup: bool|None = None, rpd_file: RPDFile | None = None, backup_full_file_name: str|None = None, mdata_exceptions: tuple|None = None, problems: BackingUpProblems | None = None, ) -> None: self.scan_id = scan_id self.device_id = device_id self.total_downloaded = total_downloaded self.chunk_downloaded = chunk_downloaded self.backup_succeeded = backup_succeeded self.do_backup = do_backup self.rpd_file = rpd_file self.backup_full_file_name = backup_full_file_name self.mdata_exceptions = mdata_exceptions self.problems = problems class GenerateThumbnailsArguments: def __init__( self, scan_id: int, rpd_files: list[RPDFile], name: str, proximity_seconds: int, cache_dirs: CacheDirs, need_photo_cache_dir: bool, need_video_cache_dir: bool, frontend_port: int, log_gphoto2: bool, camera: str|None = None, port: str|None = None, is_mtp_device: bool|None = None, entire_video_required: bool|None = None, entire_photo_required: bool|None = None, ) -> None: """ List of files for which thumbnails are to be generated. All files are assumed to have the same scan id. :param scan_id: id of the scan :param rpd_files: files from which to extract thumbnails :param name: name of the device :param proximity_seconds: the time elapsed between consecutive shots that is used to prioritize the order of thumbnail generation :param cache_dirs: the location where the cache directories should be created :param need_photo_cache_dir: if True, must use cache dir to extract photo thumbnail :param need_video_cache_dir: if True, must use cache dir to extract video thumbnail :param frontend_port: port to use to send to load balancer's front end :param log_gphoto2: if True, log libgphoto2 logging messages :param camera: If the thumbnails are being downloaded from a camera, this is the name of the camera, else None :param port: If the thumbnails are being downloaded from a camera, this is the port of the camera, else None :param entire_video_required: if the entire video is required to extract the thumbnail :param entire_photo_required: if the entire photo is required to extract the thumbnail """ self.rpd_files = rpd_files self.scan_id = scan_id self.name = name self.proximity_seconds = proximity_seconds self.cache_dirs = cache_dirs self.need_photo_cache_dir = need_photo_cache_dir self.need_video_cache_dir = need_video_cache_dir self.frontend_port = frontend_port if camera is not None: assert port is not None assert entire_video_required is not None self.camera = camera self.port = port self.is_mtp_device = is_mtp_device self.log_gphoto2 = log_gphoto2 self.entire_video_required = entire_video_required self.entire_photo_required = entire_photo_required class GenerateThumbnailsResults: def __init__( self, rpd_file: RPDFile | None = None, thumbnail_bytes: bytes|None = None, scan_id: int|None = None, cache_dirs: CacheDirs | None = None, camera_removed: bool|None = None, ) -> None: self.rpd_file = rpd_file # If thumbnail_bytes is None, there is no thumbnail self.thumbnail_bytes = thumbnail_bytes self.scan_id = scan_id self.cache_dirs = cache_dirs self.camera_removed = camera_removed class ThumbnailExtractorArgument: def __init__( self, rpd_file: RPDFile, task: ExtractionTask, processing: set[ExtractionProcessing], full_file_name_to_work_on: str, secondary_full_file_name: str, exif_buffer: bytearray | None, thumbnail_bytes: bytes, use_thumbnail_cache: bool, file_to_work_on_is_temporary: bool, write_fdo_thumbnail: bool, send_thumb_to_main: bool, force_exiftool: bool, ) -> None: self.rpd_file = rpd_file self.task = task self.processing = processing self.full_file_name_to_work_on = full_file_name_to_work_on self.secondary_full_file_name = secondary_full_file_name self.file_to_work_on_is_temporary = file_to_work_on_is_temporary self.exif_buffer = exif_buffer self.thumbnail_bytes = thumbnail_bytes self.use_thumbnail_cache = use_thumbnail_cache self.write_fdo_thumbnail = write_fdo_thumbnail self.send_thumb_to_main = send_thumb_to_main self.force_exiftool = force_exiftool class RenameMoveFileManager(PushPullDaemonManager): """ Manages the single instance daemon process that renames and moves files that have just been downloaded """ message = pyqtSignal(bool, RPDFile, int) sequencesUpdate = pyqtSignal(int, list) renameProblems = pyqtSignal("PyQt_PyObject") def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.rename) self._process_name = "Rename and Move File Manager" self._process_to_run = "renameandmovefile.py" def process_sink_data(self): data = pickle.loads(self.content) # type: RenameAndMoveFileResults if data.move_succeeded is not None: self.message.emit(data.move_succeeded, data.rpd_file, data.download_count) elif data.problems is not None: self.renameProblems.emit(data.problems) else: assert data.stored_sequence_no is not None assert data.downloads_today is not None assert isinstance(data.downloads_today, list) self.sequencesUpdate.emit(data.stored_sequence_no, data.downloads_today) class ThumbnailDaemonManager(PushPullDaemonManager): """ Manages the process that extracts thumbnails after the file has already been downloaded and that writes FreeDesktop.org thumbnails. Not to be confused with ThumbnailManagerPara, which manages thumbnailing using processes that run in parallel, one for each device. """ message = pyqtSignal(RPDFile, QPixmap) def __init__(self, logging_port: int) -> None: super().__init__( logging_port=logging_port, thread_name=ThreadNames.thumbnail_daemon ) self._process_name = "Thumbnail Daemon Manager" self._process_to_run = "thumbnaildaemon.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: GenerateThumbnailsResults if data.thumbnail_bytes is None: thumbnail = QPixmap() else: thumbnail = QImage.fromData(data.thumbnail_bytes) if thumbnail.isNull(): thumbnail = QPixmap() else: thumbnail = QPixmap.fromImage(thumbnail) self.message.emit(data.rpd_file, thumbnail) class OffloadManager(PushPullDaemonManager): """ Handles tasks best run in a separate process """ message = pyqtSignal(TemporalProximityGroups) downloadFolders = pyqtSignal(FoldersPreview) def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.offload) self._process_name = "Offload Manager" self._process_to_run = "offload.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: OffloadResults if data.proximity_groups is not None: self.message.emit(data.proximity_groups) elif data.folders_preview is not None: self.downloadFolders.emit(data.folders_preview) class ScanManager(PublishPullPipelineManager): """ Handles the processes that scan devices (cameras, external devices, this computer path) """ scannedFiles = pyqtSignal( "PyQt_PyObject", "PyQt_PyObject", FileTypeCounter, "PyQt_PyObject", bool, bool ) deviceError = pyqtSignal(int, CameraErrorCode, str) deviceDetails = pyqtSignal(int, "PyQt_PyObject", "PyQt_PyObject", str, str, bool) scanProblems = pyqtSignal(int, "PyQt_PyObject") fatalError = pyqtSignal(int) cameraRemovedDuringScan = pyqtSignal(int) def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.scan) self._process_name = "Scan Manager" self._process_to_run = "scan.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: ScanResults if data.rpd_files is not None: assert data.file_type_counter assert data.file_size_sum assert data.entire_video_required is not None assert data.entire_photo_required is not None self.scannedFiles.emit( data.rpd_files, (data.sample_photo, data.sample_video), data.file_type_counter, data.file_size_sum, data.entire_video_required, data.entire_photo_required, ) else: assert data.scan_id is not None if data.error_code is not None: assert data.error_message is not None self.deviceError.emit(data.scan_id, data.error_code, data.error_message) elif data.optimal_display_name is not None or data.mount_point is not None: # Some values might have value None, so give them default value in case self.deviceDetails.emit( data.scan_id, data.storage_space or [], data.storage_descriptions or [], data.optimal_display_name, data.mount_point or "", data.is_apple_mobile or False, ) elif data.problems is not None: self.scanProblems.emit(data.scan_id, data.problems) elif data.camera_removed is not None: self.cameraRemovedDuringScan.emit(data.scan_id) else: assert data.fatal_error self.fatalError.emit(data.scan_id) class BackupManager(PublishPullPipelineManager): """ Each backup "device" (it could be an external drive, or a user- specified path on the local file system) has associated with it one worker process. For example if photos and videos are both being backed up to the same external hard drive, one worker process handles both the photos and the videos. However if photos are being backed up to one drive, and videos to another, there would be a worker process for each drive (2 in total). """ message = pyqtSignal(int, bool, bool, RPDFile, str, "PyQt_PyObject") bytesBackedUp = pyqtSignal("PyQt_PyObject", "PyQt_PyObject") backupProblems = pyqtSignal(int, "PyQt_PyObject") def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.backup) self._process_name = "Backup Manager" self._process_to_run = "backupfile.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: BackupResults if data.total_downloaded is not None: assert data.scan_id is not None assert data.chunk_downloaded >= 0 assert data.total_downloaded >= 0 self.bytesBackedUp.emit(data.scan_id, data.chunk_downloaded) elif data.backup_succeeded is not None: assert data.do_backup is not None assert data.rpd_file is not None self.message.emit( data.device_id, data.backup_succeeded, data.do_backup, data.rpd_file, data.backup_full_file_name, data.mdata_exceptions, ) else: assert data.problems is not None self.backupProblems.emit(data.device_id, data.problems) class CopyFilesManager(PublishPullPipelineManager): """ Manage the processes that copy files from devices to the computer during the download process """ message = pyqtSignal(bool, RPDFile, int, "PyQt_PyObject") tempDirs = pyqtSignal(int, str, str) bytesDownloaded = pyqtSignal(int, "PyQt_PyObject", "PyQt_PyObject") copyProblems = pyqtSignal(int, "PyQt_PyObject") cameraRemoved = pyqtSignal(int) def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.copy) self._process_name = "Copy Files Manager" self._process_to_run = "copyfiles.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: CopyFilesResults if data.total_downloaded is not None: assert data.scan_id is not None if data.chunk_downloaded < 0: logging.critical( "Chunk downloaded is less than zero: %s", data.chunk_downloaded ) if data.total_downloaded < 0: logging.critical( "Chunk downloaded is less than zero: %s", data.total_downloaded ) self.bytesDownloaded.emit( data.scan_id, data.total_downloaded, data.chunk_downloaded ) elif data.copy_succeeded is not None: assert data.rpd_file is not None assert data.download_count is not None self.message.emit( data.copy_succeeded, data.rpd_file, data.download_count, data.mdata_exceptions, ) elif data.problems is not None: self.copyProblems.emit(data.scan_id, data.problems) elif data.camera_removed is not None: self.cameraRemoved.emit(data.scan_id) else: assert data.photo_temp_dir is not None and data.video_temp_dir is not None assert data.scan_id is not None self.tempDirs.emit(data.scan_id, data.photo_temp_dir, data.video_temp_dir) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/iplogging.py0000644000175000017500000000712514562557501021215 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Specify logging setup. Log all messages to file log Log messages at user specified level to console """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import gzip import logging import os import pickle from logging.handlers import QueueHandler, RotatingFileHandler try: import colorlog use_colorlog = True except ImportError: use_colorlog = False from raphodo.constants import logfile_name from raphodo.storage.storage import get_program_logging_directory logging_format = "%(levelname)s: %(message)s" colored_logging_format = "%(log_color)s%(levelname)-8s%(reset)s %(message)s" log_colors = { "DEBUG": "cyan", "INFO": "green", "WARNING": "yellow", "ERROR": "red", "CRITICAL": "red,bg_white", } logging_date_format = "%Y-%m-%d %H:%M:%S" file_logging_format = "%(asctime)s %(levelname)s %(filename)s %(lineno)d: %(message)s" class ZeroMQSocketHandler(QueueHandler): def enqueue(self, record): data = pickle.dumps(record.__dict__) self.queue.send(data) class RotatingGzipFileHandler(RotatingFileHandler): def rotation_filename(self, name): return name + ".gz" def rotate(self, source, dest): with open(source, "rb") as sf, gzip.open(dest, "wb") as df: df.writelines(sf) os.remove(source) def full_log_file_path(): log_file_path = get_program_logging_directory(create_if_not_exist=True) if log_file_path is not None: log_file = os.path.join(log_file_path, logfile_name) else: # Problem: for some reason cannot create log file in standard location, # so create it in the home directory log_file = os.path.join(os.path.expanduser("~"), logfile_name) return log_file def setup_main_process_logging(logging_level: int) -> logging.Logger: """ Setup logging at the module level :param log_file_path: path where log file should be stored :param logging_level: logging module's logging level for console output :return: default logging object """ log_file = full_log_file_path() logger = logging.getLogger() max_bytes = 1024 * 1024 # 1 MB filehandler = RotatingGzipFileHandler(log_file, maxBytes=max_bytes, backupCount=10) filehandler.setLevel(logging.DEBUG) filehandler.setFormatter( logging.Formatter(file_logging_format, logging_date_format) ) logger.addHandler(filehandler) logger.setLevel(logging.DEBUG) consolehandler = logging.StreamHandler() consolehandler.set_name("console") if not use_colorlog: consolehandler.setFormatter(logging.Formatter(logging_format)) else: consolehandler.setFormatter( colorlog.ColoredFormatter(fmt=colored_logging_format, log_colors=log_colors) ) consolehandler.setLevel(logging_level) logger.addHandler(consolehandler) return logger ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/raphodo/metadata/0000755000175000017500000000000014562557503020441 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/__init__.py0000644000175000017500000000000014562557501022536 0ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/raphodo/metadata/analysis/0000755000175000017500000000000014562557503022264 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/analysis/__init__.py0000644000175000017500000000000014562557501024361 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/analysis/analyzephotos.py0000755000175000017500000004431214562557501025543 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Analyze the location of exif data in a variety of RAW and jpeg files. Two goals: 1) Analyze what part of a file is loaded from disk when exif metadata is read: 1a) When reading only the exif. 2a) When extracting a preview. Need to know how much to read, and where to read it from. The disk cache is a proxy to that. 2) Determine the minimum amount of the file that can be read to get the exif orientation and the exif date time. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" # ruff: noqa: E402 import argparse import os import pickle import shlex import shutil import subprocess import sys import textwrap import threading import time from collections import Counter, defaultdict import gi gi.require_version("GExiv2", "0.10") import raphodo.metadata.metadataphoto as mp from raphodo.metadata.analysis.photoattributes import ( ExifToolPhotoAttributes, PhotoAttributes, vmtouch_output, ) from raphodo.metadata.analysis.videoattributes import VideoAttributes from raphodo.metadata.exiftool import ExifTool from raphodo.metadata.fileformats import ( JPEG_TYPE_EXTENSIONS, RAW_EXTENSIONS, VIDEO_EXTENSIONS, extract_extension, use_exiftool_on_photo, ) from raphodo.rpdsql import FileFormatSQL from raphodo.utilities import ( confirm, format_size_for_user, show_errors, stdchannel_redirected, ) try: import pyprind have_progressbar = True except ImportError: have_progressbar = False JPEG_EXTENSIONS = JPEG_TYPE_EXTENSIONS PHOTO_EXTENSIONS = RAW_EXTENSIONS + JPEG_EXTENSIONS class progress_bar_scanning(threading.Thread): # Adapted from http://thelivingpearl.com/2012/12/31/ # creating-progress-bars-with-python/ def run(self): print("Scanning.... ", end="", flush=True) i = 0 while stop is not True: if (i % 4) == 0: sys.stdout.write("\b/") elif (i % 4) == 1: sys.stdout.write("\b-") elif (i % 4) == 2: sys.stdout.write("\b\\") elif (i % 4) == 3: sys.stdout.write("\b|") sys.stdout.flush() time.sleep(0.2) i += 1 if kill is True: print("\b\b\b\b ABORT!", flush=True) else: print("\b\b done!", flush=True) def scan( folder: str, disk_cach_cleared: bool, scan_types: list[str], errors: bool, outfile: str, keep_file_names: bool, analyze_previews: bool, ) -> tuple[list[PhotoAttributes], list[VideoAttributes]]: global stop global kill problematic_files = "RAW_LEICA_M8.DNG" stop = kill = False pbs = progress_bar_scanning() pbs.start() test_files = [] not_tested = [] # Phase 1 # Determine which files are safe to test i.e. are not cached if analyze_previews: disk_cach_cleared = True for dir_name, subdirs, filenames in os.walk(folder): for filename in filenames: if filename not in problematic_files: ext = extract_extension(filename) if ext in scan_types: full_file_name = os.path.join(dir_name, filename) if disk_cach_cleared: test_files.append((full_file_name, ext.upper())) else: bytes_cached, total, in_memory = vmtouch_output(full_file_name) if bytes_cached == 0: test_files.append((full_file_name, ext.upper())) else: not_tested.append(full_file_name) stop = True pbs.join() if not_tested: print() if len(not_tested) > 20: for line in textwrap.wrap( "WARNING: {:,} files will not be analyzed because they are already in " "the kernel disk cache.".format(len(not_tested)), width=80, ): print(line) else: print( "WARNING: these files will not be analyzed because they are already in " "the kernel disk cache:" ) for name in not_tested: print(name) print() for line in textwrap.wrap( "Run this script as super user and use command line " "option -c or --clear to safely clear the disk cache.", width=80, ): print(line) if confirm(prompt="\nDo you want to exit?", resp=True): sys.exit(0) photos = [] videos = [] if test_files: print(f"\nAnalyzing {len(test_files):,} files:") if have_progressbar and not errors: bar = pyprind.ProgBar( iterations=len(test_files), stream=1, track_time=False, width=80 ) else: print("\nNothing to analyze") # Phase 2 # Get info from files # If suppressing errors, redirect stderr, hiding error output from exiv2 context = show_errors() if errors else stdchannel_redirected(sys.stderr, os.devnull) metadata_fail = [] with context, ExifTool() as exiftool_process: for full_file_name, ext in test_files: if ext.lower() in VIDEO_EXTENSIONS: va = VideoAttributes(full_file_name, ext, exiftool_process) videos.append(va) else: # TODO think about how to handle HEIF files! if use_exiftool_on_photo( ext.lower(), preview_extraction_irrelevant=False ): pa = ExifToolPhotoAttributes( full_file_name, ext, exiftool_process, analyze_previews ) pa.process(analyze_previews) photos.append(pa) else: try: metadata = mp.MetaData( full_file_name=full_file_name, et_process=exiftool_process, ) except Exception: metadata_fail.append(full_file_name) else: pa = PhotoAttributes( full_file_name, ext, exiftool_process, analyze_previews ) pa.metadata = metadata pa.process(analyze_previews) photos.append(pa) if have_progressbar and not errors: bar.update() if metadata_fail: print() for full_file_name in metadata_fail: print(f"Could not read metadata from {full_file_name}") if outfile is not None: if not keep_file_names: for pa in photos: pa.file_name = None for va in videos: va.file_name = None with open(outfile, "wb") as save_to: pickle.dump((photos, videos), save_to, pickle.HIGHEST_PROTOCOL) return photos, videos def analyze_photos( photos: list[PhotoAttributes], verbose: bool, analyze_previews: bool ) -> None: if analyze_previews: previews_by_extension = defaultdict(list) for pa in photos: # type: PhotoAttributes previews_by_extension[pa.ext].append( (pa.preview_size_and_types, pa.has_exif_thumbnail) ) exts = list(previews_by_extension.keys()) exts.sort() print("\nImage previews:") for ext in exts: print(ext, Counter(previews_by_extension[ext]).most_common()) print() if verbose: print() for pa in photos: print(pa) return size_by_extension = defaultdict(list) orientation_read = defaultdict(list) datetime_read = defaultdict(list) variety_read = defaultdict(list) thumbnail_read = defaultdict(list) for pa in photos: # type: PhotoAttributes size_by_extension[pa.ext].append(pa.bytes_cached_post_thumb) if pa.minimum_exif_read_size_in_bytes_orientation is not None: orientation_read[pa.ext].append( pa.minimum_exif_read_size_in_bytes_orientation ) if pa.minimum_exif_read_size_in_bytes_datetime is not None: datetime_read[pa.ext].append(pa.minimum_exif_read_size_in_bytes_datetime) if pa.minimum_metadata_read_size_in_bytes_all is not None: variety_read[pa.ext].append(pa.minimum_metadata_read_size_in_bytes_all) if pa.minimum_exif_read_size_in_bytes_thumbnail is not None: thumbnail_read[pa.ext].append(pa.minimum_exif_read_size_in_bytes_thumbnail) exts = list(size_by_extension.keys()) exts.sort() print("\nKB cached after thumbnail extraction:") for ext in exts: print(ext, Counter(size_by_extension[ext]).most_common()) exts = list(thumbnail_read.keys()) exts.sort() print("\nThumbnail or preview read:") for ext in exts: print(ext, Counter(thumbnail_read[ext]).most_common()) m = max(thumbnail_read[ext]) max_bytes = round(int(m) * 1.2) print( ext, f"max ({m}) + 20%: {max_bytes} {format_size_for_user(max_bytes)}", ) exts = list(orientation_read.keys()) exts.sort() print("\nOrientation tag read:") for ext in exts: print(ext, Counter(orientation_read[ext]).most_common()) exts = list(datetime_read.keys()) exts.sort() print("\nDate time tag read:") for ext in exts: print(ext, Counter(datetime_read[ext]).most_common()) exts = list(variety_read.keys()) exts.sort() print("\nVariety of tags read:") for ext in exts: print(ext, Counter(variety_read[ext]).most_common()) m = max(variety_read[ext]) print(ext, "max + 20%:", round(int(m) * 1.2)) print() if verbose: for pa in photos: print(pa) file_formats = FileFormatSQL() for pa in photos: # type: PhotoAttributes file_formats.add_format(pa) def analyze_videos(videos: list[VideoAttributes], verbose: bool) -> None: size_by_extension = defaultdict(list) datetime_read = defaultdict(list) thumbnail_extract = defaultdict(list) variety_read = defaultdict(list) variety_read_raw = defaultdict(list) for va in videos: print("%s" % va) size_by_extension[va.ext].append(va.bytes_cached) if va.minimum_read_size_in_bytes_datetime is not None: # size = format_size_for_user(va.minimum_read_size_in_bytes_datetime) # datetime_read[va.ext].append('{} of {}'.format(size, total)) datetime_read[va.ext].append(va.minimum_read_size_in_bytes_datetime) if va.minimum_read_size_in_bytes_thumbnail is not None: # size = format_size_for_user(va.minimum_read_size_in_bytes_thumbnail) # thumbnail_extract[va.ext].append('{} of {}'.format(size, total)) thumbnail_extract[va.ext].append(va.minimum_read_size_in_bytes_thumbnail) if va.minimum_metadata_read_size_in_bytes_all is not None: # size = format_size_for_user(va.minimum_metadata_read_size_in_bytes_all) # variety_read[va.ext].append('{} of {}'.format(size, total)) variety_read_raw[va.ext].append(va.minimum_metadata_read_size_in_bytes_all) exts = list(size_by_extension.keys()) exts.sort() print("\nKB cached after date time extraction:") for ext in exts: print(ext, Counter(size_by_extension[ext]).most_common()) exts = list(thumbnail_extract.keys()) exts.sort() print("\nThumbnail extract:") for ext in exts: print(ext, Counter(thumbnail_extract[ext]).most_common()) exts = list(datetime_read.keys()) exts.sort() print("\nDate time read:") for ext in exts: print(ext, Counter(datetime_read[ext]).most_common()) exts = list(variety_read.keys()) exts.sort() print("\nVariety of tags read:") for ext in exts: print(ext, Counter(variety_read[ext]).most_common()) m = max(variety_read_raw[ext]) print(ext, "max + 20% (bytes):", round(int(m) * 1.2)) print() if verbose: for va in videos: print(va) def main(): parser = argparse.ArgumentParser( description="Analyze the location of metadata in a variety of RAW, jpeg and " "video files." ) parser.add_argument( "source", action="store", help="Folder in which to recursively scan for photos and videos, or a " "previously saved outfile.", ) parser.add_argument( "outfile", nargs="?", help="Optional file in which to save the analysis" ) parser.add_argument( "--clear", "-c", action="store_true", help="To work, this program requires that the scanned photos and videos not be " "in the Linux kernel's disk cache. This command instructs the kernel to " "sync and then drop clean caches, as well as reclaimable slab objects " "like dentries and inodes. This is a non-destructive operation and will " "not free any dirty objects. " "See https://www.kernel.org/doc/Documentation/sysctl/vm.txt", ) parser.add_argument( "--verbose", "-v", dest="verbose", action="store_true", help="Show more detailed output", ) parser.add_argument( "--load", "-l", dest="load", action="store_true", help="Don't scan. Instead use previously generated outfile as input.", ) parser.add_argument( "--keep-names", "-k", dest="keep", action="store_true", help="If saving the analysis to file, don't first remove the file names and " "paths from the analysis. Don't specify this option if you want to keep " "this information private when sharing the analysis with others.", ) parser.add_argument( "--no-dng", "-d", dest="dng", action="store_true", help="Don't scan DNG files" ) parser.add_argument("--video", action="store_true", help="Scan videos") parser.add_argument( "--only-video", dest="only_video", action="store_true", help="Scan only videos" ) parser.add_argument( "--include-jpeg", "-j", dest="jpeg", action="store_true", help="Scan jpeg images", ) parser.add_argument( "--only-jpeg", "-J", dest="onlyjpeg", action="store_true", help="Scan only jpeg images", ) parser.add_argument( "--show-errors", "-e", dest="errors", action="store_true", help="Don't show progress bar while scanning, and instead show all errors " "output by exiv2 (useful if exiv2 crashes, which takes down this script " "too)", ) parser.add_argument( "--analyze-previews", dest="analyze_previews", action="store_true", help="Analyze the previews sizes found in photos, do nothing else, and exit. " "Output is set to verbose.", ) args = parser.parse_args() # if args.analyze_previews: # args.verbose = True if not have_progressbar: print( "To see an optional but helpful progress bar, install pyprind: " "https://github.com/rasbt/pyprind" ) if not shutil.which("vmtouch") and not args.analyze_previews: print( "To run this program, you need to install vmtouch. Get it at " "http://hoytech.com/vmtouch/" ) sys.exit(1) if args.analyze_previews and args.only_video: print("Cannot examine videos while also examining photo previews") sys.exit(1) if args.load: with open(args.source, "rb") as infile: photos, videos = pickle.load(infile) analyze_photos(photos, args.verbose) analyze_videos(videos, args.verbose) else: if args.clear: subprocess.check_call("sync") sh_cmd = shutil.which("sh") command_line = "sudo {} -c {}".format( sh_cmd, shlex.quote("echo 3 > /proc/sys/vm/drop_caches") ) cmd = shlex.split(command_line) try: print( "Super user permission is needed to drop caches.\nYou may be " "required to enter the super user's password." ) subprocess.check_call(cmd) except subprocess.CalledProcessError: sys.stderr.write("Failed to drop caches: exiting\n") sys.exit(1) if args.only_video: scan_types = VIDEO_EXTENSIONS else: if args.dng: RAW_EXTENSIONS.remove("dng") PHOTO_EXTENSIONS.remove("dng") if args.jpeg: scan_types = PHOTO_EXTENSIONS elif args.onlyjpeg: scan_types = JPEG_EXTENSIONS else: scan_types = RAW_EXTENSIONS if args.video: scan_types.extend(VIDEO_EXTENSIONS) photos, videos = scan( args.source, args.clear, scan_types, args.errors, args.outfile, args.keep, args.analyze_previews, ) if photos: print("\nPhotos\n======") analyze_photos(photos, args.verbose, args.analyze_previews) if videos: print("\nVideos\n======") analyze_videos(videos, args.verbose) if __name__ == "__main__": main() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/analysis/photoattributes.py0000644000175000017500000007051314562557501026102 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Collects attributes about varieties of photo formats, including how much of the file has to be read in order to extract exif information or a preview. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" # ruff: noqa: E402 import contextlib import datetime import os import resource import shlex import subprocess from enum import IntEnum from tempfile import NamedTemporaryFile import gi gi.require_version("GExiv2", "0.10") from gi.repository import GExiv2 from PyQt5.QtGui import QImage from raphodo.metadata.fileformats import FileType from raphodo.metadata.metadataexiftool import MetadataExiftool from raphodo.metadata.metadataphoto import MetaData, photo_date_time from raphodo.utilities import format_size_for_user vmtouch_cmd = 'vmtouch -v "{}"' page_size = resource.getpagesize() to_kb = page_size // 1024 JPEG_EXTENSIONS = ["jpg", "jpe", "jpeg"] class PreviewSource(IntEnum): preview_1 = 0 preview_2 = 1 preview_3 = 2 preview_4 = 3 preview_5 = 4 preview_6 = 5 all_metadata_tags = ( "aperture iso exposure_time focal_length camera_make camera_model " "camera_serial shutter_count owner_name copyright artist short_camera_model " "date_time timestamp sub_seconds orientation" ) class ExifToolMixin: def __init__( self, file_type: FileType, full_file_name: str, et_process, scan_func, all_metadata_tags: str, metadata, ) -> None: stat = os.stat(full_file_name) self.fs_datetime = datetime.datetime.fromtimestamp(stat.st_mtime) self.file_size = stat.st_size self.file_type = file_type self.file_name = full_file_name self.scan_func = scan_func self.et_process = et_process self.all_metadata_values = dict() # type: dict[str, int| str| float| datetime.datetime] self.all_metadata_tags = all_metadata_tags self._metadata = metadata def minimum_extract_for_tag(self, check_extract): with open(self.file_name, "rb") as photo_video: for size_in_bytes in self.scan_func(self.file_size): photo_video.seek(0) photo_video_extract = photo_video.read(size_in_bytes) with NamedTemporaryFile("w+b", delete=False) as f: f.write(photo_video_extract) name = f.name metadata = self._metadata(name, self.et_process, self.file_type) if check_extract(metadata, size_in_bytes): os.remove(name) break os.remove(name) def minimum_extract_for_all(self): funcs = self.all_metadata_tags.split() metadata = self._metadata(self.file_name, self.et_process) for f in funcs: v = getattr(metadata, f)() if v: self.all_metadata_values[f] = v found = set() with open(self.file_name, "rb") as photo_video: for size_in_bytes in self.scan_func(self.file_size): photo_video.seek(0) photo_video_extract = photo_video.read(size_in_bytes) with NamedTemporaryFile("w+b", delete=False) as f: f.write(photo_video_extract) name = f.name metadata_extract = self._metadata(name, self.et_process, self.file_type) try: for tag in self.all_metadata_values: if ( tag not in found and getattr(metadata_extract, tag)() == self.all_metadata_values[tag] ): found.add(tag) if len(found) == len(self.all_metadata_values): self.minimum_metadata_read_size_in_bytes_all = ( size_in_bytes ) os.remove(name) return except Exception: pass finally: if os.path.exists(name): os.remove(name) class PhotoAttributes: def __init__( self, full_file_name: str, ext: str, et_process, analyze_previews: bool ) -> None: self.et_process = et_process self.datetime = None # type: datetime.datetime | None self.iso = None # type: int | None self.height = None # type: int | None self.width = None # type: int | None self.model = None # type: str | None self.has_gps = False # type: bool self.orientation = None # type: str | None self.no_previews = None # type: int | None self.has_exif_thumbnail = False # type: bool self.exif_thumbnail_or_preview = None # type: bytes | None self.exif_thumbnail_height = None # type: int | None self.exif_thumbnail_width = None # type: int | None self.exif_thumbnail_details = None # type: str | None self.all_exif_values = dict() # type: dict[str, int| str| float| datetime.datetime] self.has_app0 = None self.preview_source = None # type: PreviewSource | None self.preview_width = None # type: int | None self.preview_height = None # type: int | None self.preview_extension = None # type: str | None self.exif_thumbnail_and_preview_identical = None # type: bool | None self.preview_size_and_types = [] self.minimum_exif_read_size_in_bytes_orientation = None # type: int | None self.minimum_exif_read_size_in_bytes_datetime = None # type: int | None self.minimum_exif_read_size_in_bytes_thumbnail = None # type: int | None self.minimum_metadata_read_size_in_bytes_all = None # type: int | None self.bytes_cached_post_previews = None self.in_memory_post_previews = None self.in_memory_post_thumb = None self.in_memory = None self.bytes_cached = None self.bytes_cached_post_thumb = None self.file_name = full_file_name self.ext = ext self.analyze_previews = analyze_previews if not analyze_previews: # Before doing anything else, understand what has already # been cached after simply reading the exif self.bytes_cached, self.total, self.in_memory = vmtouch_output( full_file_name ) self.metadata = None stat = os.stat(full_file_name) self.fs_datetime = datetime.datetime.fromtimestamp(stat.st_mtime) self.file_size = stat.st_size def process(self, analyze_previews: bool): # Get information about the photo self.assign_photo_attributes(self.metadata) self.extract_thumbnail(self.metadata) if not analyze_previews: ( self.bytes_cached_post_thumb, total, self.in_memory_post_thumb, ) = vmtouch_output(self.file_name) self.get_preview_sizes(self.metadata) if not analyze_previews: ( self.bytes_cached_post_previews, total, self.in_memory_post_previews, ) = vmtouch_output(self.file_name) if not analyze_previews: if self.orientation is not None or self.ext.lower() in JPEG_EXTENSIONS: self.minimum_extract_for_tag(self.orientation_extract) if self.datetime is not None: self.minimum_extract_for_tag(self.datetime_extract) if self.exif_thumbnail_or_preview is not None: self.minimum_extract_for_tag(self.thumbnail_extract) self.minimum_extract_for_all() def assign_photo_attributes(self, metadata: GExiv2.Metadata) -> None: # I don't know how GExiv2 gets these values: self.width = metadata.get_pixel_width() self.height = metadata.get_pixel_height() with contextlib.suppress(KeyError): self.orientation = metadata.get_tag_string("Exif.Image.Orientation") if metadata.has_tag("Exif.Image.Make") and metadata.has_tag("Exif.Image.Model"): self.model = "{} {}".format( metadata.get_tag_string("Exif.Image.Make").strip(), metadata.get_tag_string("Exif.Image.Model").strip(), ) self.has_gps = metadata.get_gps_info()[0] self.iso = metadata.get_iso_speed() self.datetime = photo_date_time(metadata) def image_height_width(self, thumbnail: bytes) -> tuple[int, int] | None: qimage = QImage.fromData(thumbnail) if not qimage.isNull(): return qimage.width(), qimage.height() def process_exif_thumbnail(self, thumbnail: bytes) -> None: if thumbnail: self.has_exif_thumbnail = True self.exif_thumbnail_or_preview = thumbnail width_height = self.image_height_width(thumbnail) if width_height is not None: self.exif_thumbnail_width = width_height[0] self.exif_thumbnail_height = width_height[1] self.exif_thumbnail_details = "{}x{}".format( self.exif_thumbnail_width, self.exif_thumbnail_height ) def extract_thumbnail(self, metadata: GExiv2.Metadata) -> None: # not all files have an exif preview, but all CR2 & CR3 seem to exif_thumbnail = metadata.get_exif_thumbnail() self.process_exif_thumbnail(thumbnail=exif_thumbnail) previews = metadata.get_preview_properties() self.no_previews = len(previews) for idx, preview in enumerate(previews): image = metadata.get_preview_image(preview) if image.get_width() >= 160 and image.get_height() >= 120: preview_thumbnail = metadata.get_preview_image(preview).get_data() if self.has_exif_thumbnail: self.exif_thumbnail_and_preview_identical = ( preview_thumbnail == exif_thumbnail ) else: self.exif_thumbnail_or_preview = preview_thumbnail self.preview_source = ( PreviewSource(idx).name.replace("_", " ").capitalize() ) self.preview_width = image.get_width() self.preview_height = image.get_height() self.preview_extension = image.get_extension() return def get_preview_sizes(self, metadata: GExiv2.Metadata): previews = metadata.get_preview_properties() sizes_and_types = [] for idx, preview in enumerate(previews): image = metadata.get_preview_image(preview) sizes_and_types.append( (image.get_width(), image.get_height(), image.get_extension()) ) self.preview_size_and_types = "; ".join( [f"{width}x{height} {ext[1:]}" for width, height, ext in sizes_and_types] ) def orientation_extract(self, metadata: GExiv2.Metadata, size_in_bytes) -> bool: if metadata["Exif.Image.Orientation"] == self.orientation: self.minimum_exif_read_size_in_bytes_orientation = size_in_bytes return True return False def datetime_extract(self, metadata: GExiv2.Metadata, size_in_bytes) -> bool: if photo_date_time(metadata) == self.datetime: self.minimum_exif_read_size_in_bytes_datetime = size_in_bytes return True return False def thumbnail_extract(self, metadata: GExiv2.Metadata, size_in_bytes) -> bool: thumbnail = metadata.get_exif_thumbnail() if not thumbnail: previews = metadata.get_preview_properties() if previews: # In every RAW file I've analyzed, the smallest preview is always first preview = previews[0] thumbnail = metadata.get_preview_image(preview).get_data() if thumbnail == self.exif_thumbnail_or_preview: self.minimum_exif_read_size_in_bytes_thumbnail = size_in_bytes return True return False def minimum_extract_for_tag(self, check_extract): if self.ext == "CRW": # Exiv2 can crash while scanning for exif in a very small # extract of a CRW file return elif self.ext.lower() in JPEG_EXTENSIONS: return self.read_jpeg_2(check_extract) metadata = GExiv2.Metadata() with open(self.file_name, "rb") as photo: for size_in_bytes in exif_scan_range(self.file_size): photo.seek(0) photo_extract = photo.read(size_in_bytes) try: metadata.open_buf(photo_extract) except Exception: pass else: try: if check_extract(metadata, size_in_bytes): break except KeyError: pass def minimum_extract_for_all(self) -> None: if self.ext == "CRW": # Exiv2 can crash while scanning for exif in a very small # extract of a CRW file return funcs = all_metadata_tags.split() for f in funcs: v = getattr(self.metadata, f)() if v: self.all_exif_values[f] = v found = set() # with stdchannel_redirected(sys.stdout, os.devnull): for size_in_bytes in exif_scan_range(self.file_size): with open(self.file_name, "rb") as photo: photo_extract = photo.read(size_in_bytes) try: metadata_extract = MetaData( raw_bytes=bytearray(photo_extract), et_process=self.et_process ) except Exception: pass else: try: for tag in self.all_exif_values: if ( tag not in found and getattr(metadata_extract, tag)() == self.all_exif_values[tag] ): found.add(tag) if len(found) == len(self.all_exif_values): self.minimum_metadata_read_size_in_bytes_all = ( size_in_bytes ) return except KeyError: pass def get_jpeg_exif_length(self) -> int | None: app0_data_length = 0 soi_marker_length = 2 marker_length = 2 with open(self.file_name, "rb") as jpeg: soi_marker = jpeg.read(2) if soi_marker != b"\xff\xd8": print("Not a jpeg image: no SOI marker") return None app_marker = jpeg.read(2) if app_marker == b"\xff\xe0": # Don't need the content of APP0 app0_data_length = jpeg.read(1)[0] * 256 + jpeg.read(1)[0] # app0 = jpeg.read(app0_data_length - 2) app_marker = jpeg.read(2) app0_data_length = app0_data_length + marker_length if app_marker != b"\xff\xe1": print("Could not locate APP1 marker") return None header = jpeg.read(8) if header[2:6] != b"Exif" or header[6:8] != b"\x00\x00": print("APP1 is malformed") return None app1_data_length = header[0] * 256 + header[1] return soi_marker_length + marker_length + app1_data_length + app0_data_length def read_jpeg_2(self, check_extract) -> None: # Step 1: determine the location of APP1 in the jpeg file # See http://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_JPEG_files app0_data_length = 0 soi_marker_length = 2 marker_length = 2 exif_header_length = 8 read0_size = soi_marker_length + marker_length + exif_header_length # app_length_length = 2 with open(self.file_name, "rb") as jpeg: jpeg_header = jpeg.read(read0_size) if jpeg_header[0:2] != b"\xff\xd8": print("%s not a jpeg image: no SOI marker" % self.file_name) return None app_marker = jpeg_header[2:4] # Step 2: handle the presence of APP0 - it's optional if app_marker == b"\xff\xe0": self.has_app0 = True # There is an APP0 before the probable APP1 # Don't neeed the content of the APP0 app0_data_length = jpeg_header[4] * 256 + jpeg_header[5] # We've already read twelve bytes total, going into the APP1 data. # Now we want to download the rest of the APP1, along with the app0 # marker and the app0 exif header read1_size = app0_data_length + 2 app0 = jpeg.read(read1_size) app_marker = app0[ (exif_header_length + 2) * -1 : exif_header_length * -1 ] exif_header = app0[exif_header_length * -1 :] jpeg_header = jpeg_header + app0 else: exif_header = jpeg_header[exif_header_length * -1 :] # Step 3: process exif header if app_marker != b"\xff\xe1": print("Could not locate APP1 marker in %s" % self.file_name) return None if exif_header[2:6] != b"Exif" or exif_header[6:8] != b"\x00\x00": print("APP1 is malformed in %s" % self.file_name) return None app1_data_length = exif_header[0] * 256 + exif_header[1] # Step 4: read APP1 view = jpeg.read(app1_data_length) photo_extract = jpeg_header + view metadata = GExiv2.Metadata() length = app1_data_length + app0_data_length try: metadata.open_buf(photo_extract) # print("read exif okay :-)") except Exception: print("Failed to read exif!") else: try: if not check_extract(metadata, length): pass # print("Read exif okay, but failed to get value from exif!") except KeyError: pass # print("Read exif okay, but failed to get value from exif!") def __repr__(self): if self.model: s = self.model elif self.file_name: s = os.path.split(self.file_name)[1] else: return "Unknown photo" if self.width: s += f" {self.width}x{self.height}" if self.ext: s += f" {self.ext}" return s def show_preview_source(self) -> str: return "{} of {}: {}x{} {}\n".format( self.preview_source, self.no_previews, self.preview_width, self.preview_height, self.preview_extension[1:], ) def __str__(self): s = "" if self.model is not None: s += f"{self.model}\n" elif self.file_name is not None: s += f"{os.path.split(self.file_name)[1]}\n" if self.width is not None: s += f"{self.width}x{self.height}\n" if self.datetime: # type: datetime.datetime s += "{}\n".format(self.datetime.strftime("%c")) if self.iso: s += f"ISO: {self.iso}\n" if self.orientation is not None: s += f"Orientation: {self.orientation}\n" if self.has_gps: s += "Has GPS tag: True\n" if self.has_exif_thumbnail: s += f"Exif thumbnail: {self.exif_thumbnail_details}\n" if self.preview_source is not None: s += self.show_preview_source() if self.exif_thumbnail_and_preview_identical is False: # Check against False as value is one of None, True or # False s += "Exif thumbnail differs from smallest preview\n" if self.preview_size_and_types: s += f"All preview images: {self.preview_size_and_types}\n" if self.in_memory is not None: s += f"Disk cache after exif read:\n[{self.in_memory}]\n" if ( self.in_memory is not None and self.in_memory_post_thumb is not None and self.in_memory != self.in_memory_post_thumb ): s += ( "Disk cache after thumbnail / preview extraction:\n" f"[{self.in_memory_post_thumb}]\n" ) if self.bytes_cached is not None and self.bytes_cached_post_thumb is not None: if self.bytes_cached == self.bytes_cached_post_thumb: s += f"Cached: {self.bytes_cached:,}KB of {self.total:,}KB\n" else: s += ( f"Cached: {self.bytes_cached:,}KB" f"(+{self.bytes_cached_post_thumb:,}KB " f"after extraction) of {self.total:,}KB\n" ) if self.minimum_exif_read_size_in_bytes_thumbnail is not None: s += "Minimum read size for thumbnail or first preview: {}\n".format( format_size_for_user(self.minimum_exif_read_size_in_bytes_thumbnail) ) if self.minimum_exif_read_size_in_bytes_orientation is not None: s += "Minimum read size to extract orientation tag: {}\n".format( format_size_for_user(self.minimum_exif_read_size_in_bytes_orientation) ) if ( self.minimum_exif_read_size_in_bytes_orientation is None and self.orientation is not None and not self.analyze_previews ): s += "Could not extract orientation tag with minimal read\n" if self.minimum_exif_read_size_in_bytes_datetime is not None: s += "Minimum read size to extract datetime tag: {}\n".format( format_size_for_user(self.minimum_exif_read_size_in_bytes_datetime) ) if ( self.minimum_exif_read_size_in_bytes_datetime is None and self.datetime is not None and not self.analyze_previews ): s += "Could not extract datetime tag with minimal read\n" if self.minimum_metadata_read_size_in_bytes_all is not None: s += "Minimum read size to extract variety of tags: {}\n".format( format_size_for_user(self.minimum_metadata_read_size_in_bytes_all) ) elif self.in_memory is not None: s += "Could not extract variety of tags with minimal read\n" return s class ExifToolPhotoAttributes(ExifToolMixin, PhotoAttributes): def __init__( self, full_file_name: str, ext: str, et_process, analyze_previews: bool ) -> None: super().__init__( FileType.video, full_file_name, et_process, exif_scan_range, all_metadata_tags, MetadataExiftool, ) ext = os.path.splitext(full_file_name)[1][1:].upper() PhotoAttributes.__init__( self, full_file_name, ext, et_process, analyze_previews ) self.metadata = MetadataExiftool(full_file_name, et_process, FileType.photo) # create reverse lookup for preview names self.index_preview_inverse = { value: key for key, value in self.metadata.index_preview.items() } def assign_photo_attributes(self, metadata: MetadataExiftool) -> None: self.width = metadata.width() self.height = metadata.height() with contextlib.suppress(Exception): self.orientation = metadata.orientation() self.model = f"{metadata.camera_make()} {metadata.camera_model()}" self.iso = metadata.iso() self.datetime = metadata.date_time(ignore_file_modify_date=True) def extract_thumbnail(self, metadata: MetadataExiftool) -> None: exif_thumbnail = metadata.get_small_thumbnail() self.process_exif_thumbnail(thumbnail=exif_thumbnail) for index in (0, 3, 4): # PreviewImage, PreviewTIFF, ThumbnailTIFF preview_thumbnail = metadata.get_indexed_preview(index) if preview_thumbnail: if self.has_exif_thumbnail: self.exif_thumbnail_and_preview_identical = ( preview_thumbnail == exif_thumbnail ) width_height = self.image_height_width(preview_thumbnail) if width_height is not None: self.preview_source = metadata.index_preview[index] self.preview_width = width_height[0] self.preview_height = width_height[1] self.preview_extension = ( "jpg" if "TIFF" not in self.preview_source else "tiff" ) return def get_preview_sizes(self, metadata: MetadataExiftool): preview_names = metadata.preview_names() self.no_previews = 0 sizes_and_types = [] for name in preview_names: preview = metadata.get_indexed_preview(self.index_preview_inverse[name]) if preview: width_height = self.image_height_width(preview) if width_height is not None: sizes_and_types.append((width_height[0], width_height[1], name)) self.no_previews += 1 self.preview_size_and_types = "; ".join( [f"{width}x{height} {name}" for width, height, name in sizes_and_types] ) # self.preview_size_and_types = '; '.join( # [name for width, height, name in sizes_and_types] # ) def show_preview_source(self) -> str: return "{} of {}: {}x{}\n".format( self.preview_source, self.no_previews, self.preview_width, self.preview_height, ) def orientation_extract(self, metadata: MetadataExiftool, size_in_bytes): if metadata.orientation() == self.orientation: self.minimum_exif_read_size_in_bytes_orientation = size_in_bytes return True return False def datetime_extract(self, metadata: MetadataExiftool, size_in_bytes): if metadata.date_time(ignore_file_modify_date=True) == self.datetime: self.minimum_exif_read_size_in_bytes_datetime = size_in_bytes return True return False def thumbnail_extract(self, metadata: MetadataExiftool, size_in_bytes): thumbnail = metadata.get_small_thumbnail_or_first_indexed_preview() if thumbnail == self.exif_thumbnail_or_preview: self.minimum_exif_read_size_in_bytes_thumbnail = size_in_bytes return True return False def exif_scan_range(size) -> iter: stop = 20 for iterations, step in ( (108, 1), (97, 4), (16, 32), (16, 256), (16, 512), (8, 1024), (8, 2048 * 4), (32, 2048 * 16), ): start = stop stop = start + step * iterations yield from range(start, stop, step) yield size def vmtouch_output(full_file_name: str) -> tuple: command = shlex.split(vmtouch_cmd.format(full_file_name)) output = subprocess.check_output(command, universal_newlines=True) # type: str for line in output.split("\n"): line = line.strip() if line.startswith("["): in_memory = line[1 : line.find("]")] currently_paged_percent = line.rsplit(" ", 1)[-1] num, denom = map(int, currently_paged_percent.split("/")) return num * to_kb, denom * to_kb, in_memory ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/analysis/videoattributes.py0000644000175000017500000002227414562557501026060 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Collects attributes about varieties of video formats, including how much of the file has to be read in order to extract metadata information or generate a thumbnail. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import datetime # noqa: F401 import os from tempfile import NamedTemporaryFile, TemporaryDirectory import raphodo.metadata.exiftool as exiftool from raphodo.constants import FileType from raphodo.metadata.analysis.photoattributes import ExifToolMixin, vmtouch_output from raphodo.metadata.metadatavideo import MetaData from raphodo.thumbnailextractor import get_video_frame from raphodo.utilities import datetime_roughly_equal, format_size_for_user class VideoAttributes(ExifToolMixin): def __init__( self, full_file_name: str, ext: str, et_process: exiftool.ExifTool ) -> None: all_metadata_tags = ( "date_time timestamp file_number width height length " "frames_per_second codec fourcc rotation" ) super().__init__( FileType.video, full_file_name, et_process, video_metadata_scan_range, all_metadata_tags, MetaData, ) self.datetime = None # type: datetime.datetime | None self.file_name = full_file_name self.ext = ext self.et_process = et_process self.minimum_read_size_in_bytes_datetime = None # type: int | None self.minimum_read_size_in_bytes_thumbnail = None # type: int | None self.minimum_metadata_read_size_in_bytes_all = None # type: int | None self.thumbnail_offset = 0.0 self.assign_video_attributes(et_process) # Before doing further processing, understand what has already # been cached after simply reading the datetime metadata self.bytes_cached, self.total, self.in_memory = vmtouch_output(full_file_name) self.thumbnail = get_video_frame(full_file_name, self.thumbnail_offset) if self.datetime is not None: self.minimum_extract_for_tag(self.datetime_extract) if self.thumbnail: self.minimum_extract_for_thumbnail() self.minimum_extract_for_all() def assign_video_attributes(self, et_process: exiftool.ExifTool) -> None: m = MetaData(self.file_name, et_process) self.datetime = m.date_time(missing=None) def datetime_extract(self, metadata: MetaData, size_in_bytes): if metadata.date_time() == self.datetime: self.minimum_read_size_in_bytes_datetime = min( size_in_bytes, self.file_size ) return True return False def minimum_extract_for_thumbnail(self): name = os.path.split(self.file_name)[1] with TemporaryDirectory(dir="/tmp") as tmpdirname: # noqa: SIM117 with open(self.file_name, "rb") as video: tempname = os.path.join(tmpdirname, name) for size_in_bytes in thumbnail_scan_range(self.file_size): video.seek(0) video_extract = video.read(size_in_bytes) with open(tempname, "wb") as f: f.write(video_extract) try: if ( get_video_frame(tempname, self.thumbnail_offset) == self.thumbnail ): self.minimum_read_size_in_bytes_thumbnail = min( size_in_bytes, self.file_size ) break except AssertionError: pass def minimum_extract_for_tag(self, check_extract): with open(self.file_name, "rb") as video: for size_in_bytes in video_metadata_scan_range(self.file_size): video.seek(0) video_extract = video.read(size_in_bytes) with NamedTemporaryFile("w+b", delete=False) as f: f.write(video_extract) name = f.name metadata = MetaData(name, self.et_process) if check_extract(metadata, size_in_bytes): os.remove(name) break os.remove(name) def minimum_extract_for_all_tags(self): funcs = ( "date_time timestamp file_number width height length frames_per_second " "codec fourcc rotation".split() ) metadata = MetaData(self.file_name, self.et_process) for f in funcs: v = getattr(metadata, f)() if v: self.all_metadata_values[f] = v found = set() with open(self.file_name, "rb") as video: for size_in_bytes in video_metadata_scan_range(self.file_size): video.seek(0) video_extract = video.read(size_in_bytes) with NamedTemporaryFile("w+b", delete=False) as f: f.write(video_extract) name = f.name metadata_extract = MetaData(name, self.et_process) for tag in self.all_metadata_values: if ( tag not in found and getattr(metadata_extract, tag)() == self.all_metadata_values[tag] ): found.add(tag) if len(found) == len(self.all_metadata_values): self.minimum_metadata_read_size_in_bytes_all = size_in_bytes os.remove(name) return os.remove(name) def __repr__(self): s = os.path.split(self.file_name)[1] if self.file_name else self.ext if self.datetime: s += f" {self.datetime}" if self.minimum_read_size_in_bytes_datetime: s += f" {self.minimum_read_size_in_bytes_datetime} (datetime)" if self.minimum_read_size_in_bytes_thumbnail: s += f" {self.minimum_read_size_in_bytes_thumbnail} (thumb)" if self.minimum_metadata_read_size_in_bytes_all: s += f" {self.minimum_metadata_read_size_in_bytes_all} (variety)" return s def __str__(self): if self.file_name is not None: s = f"{os.path.split(self.file_name)[1]}\n" else: s = self.ext if self.datetime: # type: datetime.datetime s += "Datetime in metadata: {}\n".format(self.datetime.strftime("%c")) if not datetime_roughly_equal(self.datetime, self.fs_datetime): s += "Differs from datetime on file system: {}\n".format( self.fs_datetime.strftime("%c") ) else: s += "Datetime on file system: {}\n".format(self.fs_datetime.strftime("%c")) s += f"Disk cache after metadata read:\n[{self.in_memory}]\n" if self.minimum_read_size_in_bytes_datetime is not None: s += "Minimum read size to extract datetime: {} of {}\n".format( format_size_for_user(self.minimum_read_size_in_bytes_datetime), format_size_for_user(self.file_size), ) if self.minimum_read_size_in_bytes_thumbnail: s += "Minimum read size to extract thumbnail: {} of {}\n".format( format_size_for_user(self.minimum_read_size_in_bytes_thumbnail), format_size_for_user(self.file_size), ) if self.minimum_metadata_read_size_in_bytes_all is not None: s += "Minimum read size to extract variety of tags: {}\n".format( format_size_for_user(self.minimum_metadata_read_size_in_bytes_all) ) else: s += "Could not extract variety of tags with minimal read\n" return s def video_metadata_scan_range(size: int) -> iter: stop = 20 for iterations, step in ( (108, 1), (97, 4), (16, 32), (16, 256), (16, 512), (8, 1024), (8, 2048 * 4), (32, 2048 * 16), (128, 2048 * 32), ): start = stop stop = start + step * iterations yield from range(start, stop, step) yield size def thumbnail_scan_range(size: int) -> iter: stop = 100 * 1024 for iterations, step in ( (10, 100 * 1024), (64, 1024 * 1024), ): start = stop stop = start + step * iterations yield from range(start, stop, step) yield size ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/exiftool.py0000644000175000017500000003225714562557501022653 0ustar00damondamon# PyExifTool # Copyright 2012 Sven Marnach # This file is part of PyExifTool. # # PyExifTool is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the licence, or # (at your option) any later version, or the BSD licence. # # PyExifTool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # See COPYING.GPL or COPYING.BSD for more details. """ PyExifTool is a Python library to communicate with an instance of Phil Harvey's excellent ExifTool_ command-line application. The library provides the class :py:class:`ExifTool` that runs the command-line tool in batch mode and features methods to send commands to that program, including methods to extract meta-information from one or more image files. Since ``exiftool`` is run in batch mode, only a single instance needs to be launched and can be reused for many queries. This is much more efficient than launching a separate process for every single query. .. _ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/ The source code can be checked out from the github repository with :: git clone git://github.com/smarnach/pyexiftool.git Alternatively, you can download a tarball_. There haven't been any releases yet. .. _tarball: https://github.com/smarnach/pyexiftool/tarball/master PyExifTool is licenced under GNU GPL version 3 or later. Example usage:: import exiftool files = ["a.jpg", "b.png", "c.tif"] with exiftool.ExifTool() as et: metadata = et.get_metadata_batch(files) for d in metadata: print("{:20.20} {:20.20}".format(d["SourceFile"], d["EXIF:DateTimeOriginal"])) Modified by Damon Lynch: Added "common arguments". Grouping tag names is no longer the default. The function set_pdeathsig is used to automatically terminate the process when the program exits. Added call to exiftool_version_info() Added execute_binary() Update to Python 3.10 conventions. """ import codecs import json import os import subprocess import sys import warnings from raphodo.programversions import exiftool_version_info from raphodo.utilities import set_pdeathsig basestring = (bytes, str) executable = "exiftool" """The name of the executable to run. If the executable is not located in one of the paths listed in the ``PATH`` environment variable, the full path should be given here. """ # Sentinel indicating the end of the output of a sequence of commands. # The standard value should be fine. sentinel = b"{ready}" # The block size when reading from exiftool. The standard value # should be fine, though other values might give better performance in # some cases. block_size = 4096 # This code has been adapted from Lib/os.py in the Python source tree # (sha1 265e36e277f3) def _fscodec(): encoding = sys.getfilesystemencoding() errors = "strict" if encoding != "mbcs": try: codecs.lookup_error("surrogateescape") except LookupError: pass else: errors = "surrogateescape" def fsencode(filename): """ Encode filename to the filesystem encoding with 'surrogateescape' error handler, return bytes unchanged. On Windows, use 'strict' error handler if the file system encoding is 'mbcs' (which is the default encoding). """ if isinstance(filename, bytes): return filename else: return filename.encode(encoding, errors) return fsencode fsencode = _fscodec() del _fscodec class ExifTool: """Run the `exiftool` command-line tool and communicate to it. You can pass the file name of the ``exiftool`` executable as an argument to the constructor. The default value ``exiftool`` will only work if the executable is in your ``PATH``. Most methods of this class are only available after calling :py:meth:`start()`, which will actually launch the subprocess. To avoid leaving the subprocess running, make sure to call :py:meth:`terminate()` method when finished using the instance. This method will also be implicitly called when the instance is garbage collected, but there are circumstance when this won't ever happen, so you should not rely on the implicit process termination. Subprocesses won't be automatically terminated if the parent process exits, so a leaked subprocess will stay around until manually killed. A convenient way to make sure that the subprocess is terminated is to use the :py:class:`ExifTool` instance as a context manager:: with ExifTool() as et: ... .. warning:: Note that there is no error handling. Nonsensical options will be silently ignored by exiftool, so there's not much that can be done in that regard. You should avoid passing non-existent files to any of the methods, since this will lead to undefied behaviour. .. py:attribute:: running A Boolean value indicating whether this instance is currently associated with a running subprocess. """ def __init__(self, common_arguments=None, executable_=None): """ :param common_arguments: each call to exiftool will contain these command line arguments :param executable_: """ if executable_ is None: self.executable = executable else: self.executable = executable_ if common_arguments is not None: self.common_arguments = common_arguments else: self.common_arguments = [] self.running = False def start(self): """Start an ``exiftool`` process in batch mode for this instance. This method will issue a ``UserWarning`` if the subprocess is already running. The process is started with the ``-G`` and ``-n`` as common arguments, which are automatically included in every command you run with :py:meth:`execute()`. """ if self.running: warnings.warn("ExifTool already running; doing nothing.") return if exiftool_version_info() is None: warnings.warn("ExifTool cannot be started; doing nothing.") return with open(os.devnull, "w") as devnull: cmd = [ self.executable, "-stay_open", "True", "-@", "-", "-common_args", ] + self.common_arguments self._process = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=devnull, preexec_fn=set_pdeathsig(), ) self.running = True def terminate(self): """Terminate the ``exiftool`` process of this instance. If the subprocess isn't running, this method will do nothing. """ if not self.running: return self._process.stdin.write(b"-stay_open\nFalse\n") try: self._process.stdin.flush() self._process.communicate() except (BrokenPipeError, subprocess.TimeoutExpired): import logging logging.error( "Encountered problem when closing long-running ExifTool process" ) del self._process self.running = False def __enter__(self): self.start() return self def __exit__(self, exc_type, exc_val, exc_tb): self.terminate() def __del__(self): self.terminate() def execute(self, *params): """Execute the given batch of parameters with ``exiftool``. This method accepts any number of parameters and sends them to the attached ``exiftool`` process. The process must be running, otherwise ``ValueError`` is raised. The final ``-execute`` necessary to actually run the batch is appended automatically; see the documentation of :py:meth:`start()` for the common options. The ``exiftool`` output is read up to the end-of-output sentinel and returned as a raw ``bytes`` object, excluding the sentinel. The parameters must also be raw ``bytes``, in whatever encoding exiftool accepts. For filenames, this should be the system's filesystem encoding. .. note:: This is considered a low-level method, and should rarely be needed by application developers. """ if not self.running: raise ValueError("ExifTool instance not running.") self._process.stdin.write(b"\n".join(params + (b"-execute\n",))) self._process.stdin.flush() output = b"" fd = self._process.stdout.fileno() while not output[-32:].strip().endswith(sentinel): output += os.read(fd, block_size) return output.strip()[: -len(sentinel)] def execute_json(self, *params): """Execute the given batch of parameters and parse the JSON output. This method is similar to :py:meth:`execute()`. It automatically adds the parameter ``-j`` to request JSON output from ``exiftool`` and parses the output. The return value is a list of dictionaries, mapping tag names to the corresponding values. All keys are Unicode strings with the tag names including the ExifTool group name in the format :. The values can have multiple types. All strings occurring as values will be Unicode strings. Each dictionary contains the name of the file it corresponds to in the key ``"SourceFile"``. The parameters to this function must be either raw strings (type ``str`` in Python 2.x, type ``bytes`` in Python 3.x) or Unicode strings (type ``unicode`` in Python 2.x, type ``str`` in Python 3.x). Unicode strings will be encoded using system's filesystem encoding. This behaviour means you can pass in filenames according to the convention of the respective Python version – as raw strings in Python 2.x and as Unicode strings in Python 3.x. """ params = map(fsencode, params) return json.loads(self.execute(b"-j", b"-n", *params).decode("utf-8")) def execute_json_no_formatting(self, *params): params = map(fsencode, params) return json.loads(self.execute(b"-j", *params).decode("utf-8")) def execute_binary(self, *params): params = map(fsencode, params) return self.execute(b"-b", *params) def get_metadata_batch(self, filenames): """Return all meta-data for the given files. The return value will have the format described in the documentation of :py:meth:`execute_json()`. """ return self.execute_json(*filenames) def get_metadata(self, filename): """Return meta-data for a single file. The returned dictionary has the format described in the documentation of :py:meth:`execute_json()`. """ return self.execute_json(filename)[0] def get_tags_batch(self, tags, filenames): """Return only specified tags for the given files. The first argument is an iterable of tags. The tag names may include group names, as usual in the format :. The second argument is an iterable of file names. The format of the return value is the same as for :py:meth:`execute_json()`. """ # Explicitly ruling out strings here because passing in a # string would lead to strange and hard-to-find errors if isinstance(tags, basestring): raise TypeError("The argument 'tags' must be " "an iterable of strings") if isinstance(filenames, basestring): raise TypeError( "The argument 'filenames' must be " "an iterable of strings" ) params = ["-" + t for t in tags] params.extend(filenames) return self.execute_json(*params) def get_tags(self, tags, filename): """Return only specified tags for a single file. The returned dictionary has the format described in the documentation of :py:meth:`execute_json()`. """ return self.get_tags_batch(tags, [filename])[0] def get_tag_batch(self, tag, filenames): """Extract a single tag from the given files. The first argument is a single tag name, as usual in the format :. The second argument is an iterable of file names. The return value is a list of tag values or ``None`` for non-existent tags, in the same order as ``filenames``. """ data = self.get_tags_batch([tag], filenames) result = [] for d in data: d.pop("SourceFile") result.append(next(iter(d.values()), None)) return result def get_tag(self, tag, filename): """Extract a single tag from a single file. The return value is the value of the specified tag, or ``None`` if this tag was not found in the file. """ return self.get_tag_batch(tag, [filename])[0] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/fileformats.py0000644000175000017500000001710214562557501023325 0ustar00damondamon# Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import logging import os import subprocess from packaging.version import parse as parse_version import raphodo.programversions as programversions from raphodo.constants import FileExtension, FileType, thumbnail_offset def exiftool_capabilities() -> tuple[bool, bool]: """ Determine if ExifTool can be used to read cr3 and heif/heic files """ v = "unknown" try: if programversions.EXIFTOOL_VERSION is not None: v = parse_version(programversions.EXIFTOOL_VERSION) cr3 = v >= parse_version("10.87") heif = v >= parse_version("10.63") return cr3, heif return False, False except Exception: logging.error("Unable to compare ExifTool version number: %s", v) return False, False _exiftool_cr3, _exiftool_heif = exiftool_capabilities() def exiv2_cr3() -> bool: """ Determine if exiv2 can be used to read cr3 files. """ try: v = subprocess.check_output(["exiv2", "-V", "-v"]).strip().decode() return v.find("enable_bmff=1\n") >= 0 except (OSError, subprocess.CalledProcessError): return False _exiv2_cr3 = exiv2_cr3() def cr3_capable() -> bool: """ :return: True if either ExifTool or exiv2 can read CR3 files """ return _exiftool_cr3 or _exiv2_cr3 def heif_capable() -> bool: return _exiftool_heif RAW_EXTENSIONS = [ "3fr", "arw", "dcr", "cr2", "crw", "dng", "fff", "iiq", "mos", "mef", "mrw", "nef", "nrw", "orf", "ori", "pef", "raf", "raw", "rw2", "sr2", "srw", "x3f", ] HEIF_EXTENTIONS = ["heif", "heic", "hif"] if cr3_capable(): RAW_EXTENSIONS.append("cr3") RAW_EXTENSIONS.sort() EXIFTOOL_ONLY_EXTENSIONS_STRINGS_AND_PREVIEWS = ["mos", "mrw", "x3f"] if not _exiv2_cr3 and _exiftool_cr3: EXIFTOOL_ONLY_EXTENSIONS_STRINGS_AND_PREVIEWS.append("cr3") JPEG_EXTENSIONS = ["jpg", "jpe", "jpeg"] JPEG_TYPE_EXTENSIONS = ["jpg", "jpe", "jpeg", "mpo"] OTHER_PHOTO_EXTENSIONS = ["tif", "tiff", "mpo"] if heif_capable(): OTHER_PHOTO_EXTENSIONS.extend(HEIF_EXTENTIONS) NON_RAW_IMAGE_EXTENSIONS = JPEG_EXTENSIONS + OTHER_PHOTO_EXTENSIONS PHOTO_EXTENSIONS = RAW_EXTENSIONS + NON_RAW_IMAGE_EXTENSIONS PHOTO_EXTENSIONS_WITHOUT_OTHER = RAW_EXTENSIONS + JPEG_EXTENSIONS PHOTO_EXTENSIONS_SCAN = PHOTO_EXTENSIONS AUDIO_EXTENSIONS = ["wav", "mp3"] VIDEO_EXTENSIONS = [ "3gp", "avi", "lrv", "m2t", "m2ts", "mov", "mp4", "mpeg", "mpg", "mod", "tod", "mts", ] VIDEO_EXTENSIONS.sort() VIDEO_THUMBNAIL_EXTENSIONS = ["thm"] ALL_USER_VISIBLE_EXTENSIONS = PHOTO_EXTENSIONS + VIDEO_EXTENSIONS + ["xmp", "log"] ALL_KNOWN_EXTENSIONS = ( ALL_USER_VISIBLE_EXTENSIONS + AUDIO_EXTENSIONS + VIDEO_THUMBNAIL_EXTENSIONS ) MUST_CACHE_VIDEOS = [ video for video in VIDEO_EXTENSIONS if thumbnail_offset.get(video) is None ] def use_exiftool_on_photo(extension: str, preview_extraction_irrelevant: bool) -> bool: """ Determine if the file extension indicates its exif information must be extracted using ExifTool and not Exiv2. :param extension: lower case, no leading period :param preview_extraction_irrelevant: if True, return True only taking into account the exif string data, not the exif preview data """ if extension in HEIF_EXTENTIONS: # Until ExifTool supports thumbnail extraction from HEIF files, we need to # load HEIF / HEIC files directly return preview_extraction_irrelevant return extension in EXIFTOOL_ONLY_EXTENSIONS_STRINGS_AND_PREVIEWS def extract_extension(file_name) -> str | None: r""" Extract the file extension in the format the rest of the code expects: no leading period, lower case :param file_name: file name, irrelevant if path included or not :return: extension >>> print(extract_extension('myphoto.cr2')) cr2 >>> print(extract_extension('myphoto.CR3')) cr3 >>> print(extract_extension('/home/damon/myphoto.AVI')) avi >>> print(extract_extension('/home/damon/randomfile')) """ return os.path.splitext(file_name)[1][1:].lower() def file_type(file_extension: str) -> FileType | None: r""" Check the file extension to determine if it is a photo or video :param file_extension: file extension in all lower case without leading period :return: file type (photo/video), or None if it's neither. >>> print(file_type('cr2')) FileType.photo >>> print(file_type('avi')) FileType.video >>> print(file_type('.AVI')) None >>> print(file_type('.cr2')) None >>> print(file_type('heif')) FileType.photo """ if file_extension in PHOTO_EXTENSIONS_SCAN: return FileType.photo elif file_extension in VIDEO_EXTENSIONS: return FileType.video return None def file_type_from_splitext( file_extension: str | None = None, file_name: str | None = None ) -> FileType | None: r""" Check file extension to determine if photo or video. Specify file_extension or file_name. :param file_extension: file extension as output by os.path.splitext()[1], i.e. with leading period and unknown case :param file_name: if not specifying the extension, the file's name :return: file type (photo/video), or None if it's neither. >>> print(file_type_from_splitext(file_extension='.CR2')) FileType.photo >>> print(file_type_from_splitext(file_extension='.avi')) FileType.video >>> print(file_type_from_splitext(file_extension='avi')) None >>> print(file_type_from_splitext(file_name='video.avi')) FileType.video >>> print(file_type_from_splitext(file_name='photo.CR2')) FileType.photo >>> print(file_type_from_splitext(file_name='photo.cr2')) FileType.photo >>> print(file_type_from_splitext(file_name='invalid_photo.XYZ')) None """ if file_extension is not None: return file_type(file_extension[1:].lower()) else: return file_type(extract_extension(file_name)) def extension_type(file_extension: str) -> FileExtension: """ Returns the type of file as indicated by the filename extension. :param file_extension: lowercase filename extension :return: Enum indicating file type """ if file_extension in RAW_EXTENSIONS: return FileExtension.raw elif file_extension in JPEG_EXTENSIONS: return FileExtension.jpeg elif file_extension in HEIF_EXTENTIONS: return FileExtension.heif elif file_extension in OTHER_PHOTO_EXTENSIONS: return FileExtension.other_photo elif file_extension in VIDEO_EXTENSIONS: return FileExtension.video elif file_extension in AUDIO_EXTENSIONS: return FileExtension.audio else: return FileExtension.unknown ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/metadataexiftool.py0000644000175000017500000006244014562557501024351 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Read photo and video metadata using ExifTool daemon process. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" import datetime import logging import re from collections import OrderedDict from typing import Any import raphodo.metadata.exiftool as exiftool import raphodo.metadata.fileformats as fileformats import raphodo.programversions as programversions from raphodo.constants import FileType from raphodo.utilities import flexible_date_time_parser # Turned into an OrderedDict below _index_preview = { 0: "PreviewImage", 1: "OtherImage", 2: "JpgFromRaw", 3: "PreviewTIFF", 4: "ThumbnailTIFF", } def generate_short_camera_model( model_name: str, include_characters: str = "", missing: str = "" ) -> str: """ Returns a shortened form of the camera model used to record the image. Returns missing if the metadata value is not present. The short format is determined by the first occurrence of a digit in the camera model, including all alphaNumeric characters before and after that digit up till a non-alphanumeric character, but with these interventions: 1. Canon "Mark" designations are shortened prior to conversion. 2. Names like "Canon EOS DIGITAL REBEL XSi" do not have a number and must be treated differently (see below) The optional includeCharacters allows additional characters to appear before and after the digits. Note: special includeCharacters MUST be escaped as per syntax of a regular expressions (see documentation for module re) If a digit is not found in the camera model, the last word is returned. Note: assume exif values are in ENGLISH, regardless of current platform TODO make this work for all of the test suite below TODO ensure the test suite uses info from Exif metadata >>> generate_short_camera_model("Nikon Zf") 'Zf' >>> generate_short_camera_model("Sony a9 III") 'a9III' >>> generate_short_camera_model("Fujifilm X-S20") 'S20' >>> generate_short_camera_model("Fujifilm X-S20", "\-") 'X-S20' >>> generate_short_camera_model("Sony a7C II") '' >>> generate_short_camera_model("Nikon Z8") 'Z8' >>> generate_short_camera_model("Canon EOS R50") 'R50' >>> generate_short_camera_model("Panasonic Lumix DC-G9 II") '' >>> generate_short_camera_model("Fujifilm GFX 100 II") '' >>> generate_short_camera_model("Fujifilm GFX 100") '' >>> generate_short_camera_model("GoPro Hero12 Black") '' >>> generate_short_camera_model("Sony ZV-1 Mark II") '' >>> generate_short_camera_model("Canon EOS 300D DIGITAL") '300D' >>> generate_short_camera_model("Canon EOS 5D") '5D' >>> generate_short_camera_model("Canon EOS 5D Mark II") '5DMkII' >>> generate_short_camera_model("NIKON D2X") 'D2X' >>> generate_short_camera_model("NIKON D70") 'D70' >>> generate_short_camera_model("X100,D540Z,C310Z") 'X100' >>> generate_short_camera_model("Canon EOS DIGITAL REBEL XSi") 'XSi' >>> generate_short_camera_model("Canon EOS Digital Rebel XS") 'XS' >>> generate_short_camera_model("Canon EOS Digital Rebel XTi") 'XTi' >>> generate_short_camera_model("Canon EOS Kiss Digital X") 'X' >>> generate_short_camera_model("Canon EOS Digital Rebel XT") 'XT' >>> generate_short_camera_model("EOS Kiss Digital") 'Digital' >>> generate_short_camera_model("Canon Digital IXUS Wireless") 'Wireless' >>> generate_short_camera_model("Canon Digital IXUS i zoom") 'zoom' >>> generate_short_camera_model("Canon EOS Kiss Digital N") 'N' >>> generate_short_camera_model("Canon Digital IXUS IIs") 'IIs' >>> generate_short_camera_model("IXY Digital L") 'L' >>> generate_short_camera_model("Digital IXUS i") 'i' >>> generate_short_camera_model("IXY Digital") 'Digital' >>> generate_short_camera_model("Digital IXUS") 'IXUS' >>> generate_short_camera_model("DSC-P92") 'P92' >>> generate_short_camera_model("DSC-P92", "\-") 'DSC-P92' :param model_name: :param include_characters: :param missing: :return: """ m = model_name m = m.replace(" Mark ", "Mk") if m: s = ( rf"(?:[^a-zA-Z0-9{include_characters}]?)" rf"(?P[a-zA-Z0-9{include_characters}]*" rf"\d+[a-zA-Z0-9{include_characters}]*)" ) r = re.search(s, m) if r: return r.group("model") else: head, space, model = m.strip().rpartition(" ") return model else: return missing class MetadataExiftool: """ Read photo and video metadata using exiftool daemon process. """ def __init__( self, full_file_name: str, et_process: exiftool.ExifTool, file_type: FileType | None = None, ) -> None: """ Get photo and video metadata using Exiftool :param filename: the file from which to get metadata :param et_process: instance of ExifTool class, which allows calling EXifTool without it exiting with each call :param file_type: photo or video. If not specified, will be determined using file extension """ super().__init__() self.full_file_name = full_file_name if full_file_name is not None: self.ext = fileformats.extract_extension(full_file_name) else: self.ext = None self.metadata = dict() self.metadata_string_format = dict() self.et_process = et_process if file_type is None and full_file_name is not None: file_type = fileformats.file_type_from_splitext(file_name=full_file_name) assert file_type is not None self.file_type = file_type # All the names of the preview images we know about (there may be more, perhaps) # Synchronize with preview_smallest and preview256 dicts below self.index_preview = OrderedDict( sorted(_index_preview.items(), key=lambda t: t[0]) ) # If extension is not in dict preview_smallest, that means the file # format always contains a "ThumbnailImage" self.preview_smallest = dict( crw=(2,), dng=(4, 3, 0), fff=(3,), iiq=(4,), mrw=(0,), nef=(4, 3), raw=(2,), ) self.preview_smallest["3fr"] = 3, 4 # Format might have a thumbnail, but might not self.may_have_thumbnail = ("crw", "mrw", "orf", "raw", "x3f") # Preview images that are at least 256 pixels big, according to # self.index_preview self.preview256 = dict( arw=(0,), cr2=(0,), cr3=(0,), crw=(2,), dng=(0, 3), fff=(3,), iiq=(4,), mrw=(0,), nef=( 0, 4, 2, 3, ), # along with DNG quite possibly the most inconsistent format nrw=(0, 1), orf=(0,), pef=(0,), raf=(0,), raw=(2,), rw2=(2,), sr2=(0,), srw=(0,), x3f=(0, 2), ) self.preview256["3fr"] = 3, 4 self.ignore_tiff_preview_256 = ("cr2",) def _get(self, key, missing): if key in ("VideoStreamType", "FileNumber", "ExposureTime"): # special cases: want ExifTool's string formatting # i.e. no -n tag if not self.metadata_string_format: try: self.metadata_string_format = ( self.et_process.execute_json_no_formatting(self.full_file_name) ) except ValueError: return missing try: return self.metadata_string_format[0][key] except Exception: return missing elif not self.metadata: try: self.metadata = self.et_process.get_metadata(self.full_file_name) except ValueError: return missing return self.metadata.get(key, missing) def date_time( self, missing: str | None = "", ignore_file_modify_date: bool = False ) -> datetime.datetime | Any: """ Tries to get value from key "DateTimeOriginal" If that fails, tries "CreateDate", and then finally FileModifyDate :param ignore_file_modify_date: if True, don't return the file modification date :return python datetime format the date and time the video or photo was recorded, else missing """ d = self._get("DateTimeOriginal", None) if d is None: d = self._get("CreateDate", None) if d is None and not ignore_file_modify_date: d = self._get("FileModifyDate", None) if d is not None: d = d.strip() try: dt, fs = flexible_date_time_parser(d) logging.debug( "Extracted %s time %s using ExifTool", self.file_type.name, dt.strftime(fs), ) except AssertionError: logging.warning( "Error extracting date time metadata '%s' for %s %s", d, self.file_type.name, self.full_file_name, ) return missing except (ValueError, OverflowError): logging.warning( "Error parsing date time metadata '%s' for %s %s", d, self.file_type.name, self.full_file_name, ) return missing except Exception: logging.error( "Unknown error parsing date time metadata '%s' for %s %s", d, self.file_type.name, self.full_file_name, ) return missing return dt else: return missing def timestamp(self, missing="") -> float | Any: """ Photo and Video :return: a float value representing the time stamp, if it exists """ dt = self.date_time(missing=None) if dt is not None: try: ts = dt.timestamp() ts = float(ts) except Exception: ts = missing else: ts = missing return ts def file_number(self, missing="") -> str | Any: """ Photo and video :return: a string value representing the File number, if it exists """ v = self._get("FileNumber", None) if v is not None: return str(v) else: return missing def width(self, missing="") -> str | Any: v = self._get("ImageWidth", None) if v is not None: return str(v) else: return missing def height(self, missing="") -> str | Any: v = self._get("ImageHeight", None) if v is not None: return str(v) else: return missing def length(self, missing="") -> str | Any: """ return the duration (length) of the video, rounded to the nearest second, in string format """ v = self._get("Duration", None) if v is not None: try: v = float(v) v = "%0.f" % v except Exception: return missing return v else: return missing def frames_per_second(self, missing="") -> str | Any: v = self._get("FrameRate", None) if v is None: v = self._get("VideoFrameRate", None) if v is None: return missing try: v = "%.0f" % v except Exception: return missing return v def codec(self, missing="") -> str | Any: v = self._get("VideoStreamType", None) if v is None: v = self._get("VideoCodec", None) if v is not None: return v return missing def fourcc(self, missing="") -> str | Any: return self._get("CompressorID", missing) def rotation(self, missing=0) -> int | Any: v = self._get("Rotation", None) if v is not None: return v return missing def aperture(self, missing="") -> str | Any: """ Returns in string format the floating point value of the image's aperture. Returns missing if the metadata value is not present. """ v = self._get("FNumber", None) try: v = float(v) except (ValueError, TypeError): # TypeError catches None return missing if v is not None: return f"{v:.1f}" return missing def iso(self, missing="") -> str | Any: """ Returns in string format the integer value of the image's ISO. Returns missing if the metadata value is not present. """ v = self._get("ISO", None) if v: return str(v) return missing def _exposure_time_rational(self, missing=None) -> tuple[Any, Any]: """ Split exposure time value into fraction for further processing :param missing: :return: tuple of exposure time e.g. '1', '320' (for 1/320 sec) or '2.5', 1 (for 2.5 secs) """ v = self._get("ExposureTime", None) if v is None: return missing, missing v = str(v) # ExifTool returns two distinct types values e.g.: # '1/125' fraction (string) # '2.5' floating point # fractional format if v.find("/") > 0: return tuple(v.split("/")[:2]) # already in floating point format return v, 1 def exposure_time(self, alternative_format=False, missing="") -> str | Any: """ Returns in string format the exposure time of the image. Returns missing if the metadata value is not present. alternativeFormat is useful if the value is going to be used in a purpose where / is an invalid character, e.g. file system names. alternativeFormat is False: For exposures less than one second, the result is formatted as a fraction e.g. 1/125 For exposures greater than or equal to one second, the value is formatted as an integer e.g. 30 alternativeFormat is True: For exposures less than one second, the result is formatted as an integer e.g. 125 For exposures less than one second but more than or equal to one tenth of a second, the result is formatted as an integer e.g. 3 representing 3/10 of a second For exposures greater than or equal to one second, the value is formatted as an integer with a trailing s e.g. 30s """ e0, e1 = self._exposure_time_rational() if e0 is not None and e1 is not None: if str(e0).find(".") > 0: try: assert e1 == 1 except AssertionError as e: logging.exception(f"{self.full_file_name}: {e0}, {e1}") raise AssertionError from e e0 = float(e0) else: try: e0 = int(e0) e1 = int(e1) except ValueError as e: logging.exception(f"{self.full_file_name}: {e0}, {e1}") raise ValueError from e if e1 > e0: if alternative_format: if e0 == 1: return str(e1) else: return str(e0) else: return f"{e0}/{e1}" elif e0 > e1: e = float(e0) / e1 if alternative_format: return "%.0fs" % e else: return "%.0f" % e else: return "1s" else: return missing def focal_length(self, missing="") -> str | Any: v = self._get("FocalLength", None) if v is not None: return str(v) return missing def camera_make(self, missing="") -> str | Any: v = self._get("Make", None) if v is not None: return str(v) return missing def camera_model(self, missing="") -> str | Any: v = self._get("Model", None) if v is not None: return str(v) return missing def short_camera_model(self, include_characters="", missing=""): """ """ m = self.camera_model() return generate_short_camera_model(m, include_characters, missing) def camera_serial(self, missing="") -> str | Any: v = self._get("SerialNumber", None) if v is not None: return str(v) return missing def shutter_count(self, missing="") -> str | Any: v = self._get("ShutterCount", None) if v is None: v = self._get("ImageNumber", None) if v is not None: return str(v) return missing def owner_name(self, missing="") -> str | Any: # distinct from CopyrightOwnerName v = self._get("OwnerName", None) if v is not None: return str(v) return missing def copyright(self, missing="") -> str | Any: v = self._get("Copyright", None) if v is not None: return str(v) return missing def artist(self, missing=""): v = self._get("Artist", None) if v is not None: return str(v) return missing def sub_seconds(self, missing="00") -> str | Any: v = self._get("SubSecTime", None) if v is not None: return str(v) return missing def orientation(self, missing="") -> str | Any: v = self._get("Orientation", None) if v is not None: return str(v) return missing def _get_binary(self, key: str) -> bytes | None: return self.et_process.execute_binary(f"-{key}", self.full_file_name) def get_small_thumbnail(self) -> bytes | None: """ Get the small thumbnail image (if it exists) :return: thumbnail image in raw bytes """ return self._get_binary("ThumbnailImage") def get_indexed_preview( self, preview_number: int = 0, force: bool = False ) -> bytes | None: """ Extract preview image from the metadata If initial preview number does not work, tries others :param preview_number: which preview to get :param force: if True, get only that preview. Otherwise, take a flexible approach where every preview is tried image, in order found in index_preview :return: preview image in raw bytes, if found, else None """ key = self.index_preview[preview_number] b = self._get_binary(key) if b: return b if force: return None logging.debug( "Attempt to extract %s using ExifTool from %s failed. Trying flexible " "approach.", key, self.full_file_name, ) assert not force untried_indexes = ( index for index in self.index_preview if index != preview_number ) valid_untried_indexes = [ index for index in untried_indexes if self.index_preview[index] in self.metadata ] if valid_untried_indexes: for index in valid_untried_indexes: key = self.index_preview[index] logging.debug("Attempting %s on %s...", key, self.full_file_name) b = self._get_binary(key) if b: logging.debug("...attempt successful from %s", self.full_file_name) return b logging.debug("...attempt failed on %s", self.full_file_name) else: logging.debug( "No other preview image indexes remain to be tried on %s", self.full_file_name, ) logging.warning( "ExifTool could not extract a preview image from %s", self.full_file_name ) return None def get_small_thumbnail_or_first_indexed_preview(self) -> bytes | None: """ First attempt to get the small thumbnail image. If it does not exist, extract the smallest preview image from the metadata :return: thumbnail / preview image in raw bytes, if found, else None """ # Look for "ThumbnailImage" if the file format supports it if self.ext not in self.preview_smallest or self.ext in self.may_have_thumbnail: thumbnail = self.get_small_thumbnail() if thumbnail is not None: return thumbnail # Otherwise look for the smallest preview image for this format if self.ext in self.preview_smallest: for index in self.preview_smallest[self.ext]: thumbnail = self.get_indexed_preview(preview_number=index, force=True) if thumbnail: return thumbnail # If that fails, take a flexible approach return self.get_indexed_preview(force=False) def get_preview_256(self) -> bytes | None: """ :return: if possible, return a preview image that is preferably larger than 256 pixels, else the smallest preview if it exists """ # look for the smallest preview if self.ext in self.preview256: for index in self.preview256[self.ext]: thumbnail = self.get_indexed_preview(preview_number=index, force=True) if thumbnail is not None: return thumbnail # If that fails, take a flexible approach return self.get_indexed_preview(force=False) def preview_names(self) -> list[str] | None: """ Names of preview image located in the file, excluding the tag ThumbnailImage :return None if unsuccessful, else names of preview images """ if not self.metadata: try: self.metadata = self.et_process.get_metadata(self.full_file_name) except ValueError: return None return [v for v in self.index_preview.values() if v in self.metadata] if __name__ == "__main__": import sys with exiftool.ExifTool() as et_process: if len(sys.argv) != 2: print( "Usage: " + sys.argv[0] + " path/to/video_or_photo/containing/metadata" ) else: file = sys.argv[1] print("ExifTool", programversions.exiftool_version_info()) file_type = fileformats.file_type_from_splitext(file_name=file) if file_type is None: print("Unsupported file type") sys.exit(1) m = MetadataExiftool(file, et_process, file_type) print(m.date_time()) print("f" + m.aperture("missing ")) print("ISO " + m.iso("missing ")) print(m.exposure_time(missing="missing ") + " sec") print(m.exposure_time(alternative_format=True, missing="missing ")) print(m.focal_length("missing ") + "mm") print(m.camera_make()) print(m.camera_model()) print("Serial number:", m.camera_serial(missing="missing")) print("Shutter count:", m.shutter_count()) print("Owner name:", m.owner_name()) print("Copyright:", m.copyright()) print("Artist", m.artist()) print("Subseconds:", m.sub_seconds()) print("Orientation:", m.orientation()) print("Preview names (excluding Thumbnail): ", m.preview_names()) preview = m.get_small_thumbnail_or_first_indexed_preview() thumb = m.get_small_thumbnail() if thumb: print(f"Thumbnail size: {len(thumb)} bytes") else: print("No thumbnail detected") previews = et_process.execute(file.encode(), b"-preview:all") print("ExifTool raw output:") if previews: print(previews.decode()) else: print("No previews detected") # print("%sx%s" % (m.width(), m.height())) # print("Length:", m.length()) # print("FPS: ", m.frames_per_second()) # print("Codec:", m.codec()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/metadataphoto.py0000755000175000017500000004354414562557501023660 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" # ruff: noqa: E402 import datetime import logging from typing import Any import gi gi.require_version("GExiv2", "0.10") from gi.repository import GExiv2 from PyQt5.QtCore import QSize import raphodo.metadata.exiftool as exiftool import raphodo.metadata.metadataexiftool as metadataexiftool from raphodo.constants import FileType from raphodo.utilities import flexible_date_time_parser, image_large_enough_fdo VENDOR_SERIAL_CODES = ( "Exif.Photo.BodySerialNumber", "Exif.Canon.SerialNumber", "Exif.Nikon3.SerialNumber", "Exif.OlympusEq.SerialNumber", "Exif.Olympus.SerialNumber", "Exif.Olympus.SerialNumber2", "Exif.Panasonic.SerialNumber", "Exif.Fujifilm.SerialNumber", "Exif.Image.CameraSerialNumber", ) VENDOR_SHUTTER_COUNT = ( "Exif.Nikon3.ShutterCount", "Exif.Canon.FileNumber", "Exif.Canon.ImageNumber", ) def photo_date_time( metadata: GExiv2.Metadata, full_file_name: str | None = None, file_type: FileType | None = None, ) -> datetime.datetime | Any: """ Returns in python datetime format the date and time the image was recorded. Tries these tags, in order: Exif.Photo.DateTimeOriginal Exif.Image.DateTimeOriginal Exif.Image.DateTime :return: metadata value, or None if value is not present. """ # GExiv2.Metadata used to provide get_date_time(), but as of version # 0.10.09 it appears to have been removed! # In any case, get_date_time() seems to have tried only one key, # Exif.Photo.DateTimeOriginal # Try other keys too, and with a more flexible datetime parser. # For example some or maybe all Android 6.0 DNG files use # Exif.Image.DateTimeOriginal do_log = full_file_name is not None and file_type is not None for tag in ( "Exif.Photo.DateTimeOriginal", "Exif.Image.DateTimeOriginal", "Exif.Image.DateTime", ): try: dt_string = metadata.get_tag_string(tag) except Exception: pass else: if dt_string is None: continue # ignore all zero values, e.g. '0000:00:00 00:00:00' try: digits = int("".join(c for c in dt_string if c.isdigit())) except ValueError: if do_log: logging.warning( "Unexpected malformed date time metadata value %s for photo %s", dt_string, full_file_name, ) else: if not digits: if do_log: logging.debug( "Ignoring date time metadata value %s for photo %s", dt_string, full_file_name, ) else: try: return datetime.datetime.strptime( dt_string, "%Y:%m:%d %H:%M:%S" ) except (ValueError, OverflowError): if do_log: logging.debug( "Error parsing date time metadata %s for photo %s; " "attempting flexible approach", dt_string, full_file_name, ) try: dtr, fs = flexible_date_time_parser(dt_string.strip()) if do_log: logging.debug( "Extracted photo time %s using flexible approach", dtr.strftime(fs), ) return dtr except AssertionError: if do_log: logging.warning( "Error extracting date time metadata '%s' for " "%s %s", dt_string, file_type, full_file_name, ) except (ValueError, OverflowError): if do_log: logging.warning( "Error parsing date time metadata '%s' for %s %s", dt_string, file_type, full_file_name, ) except Exception: if do_log: logging.error( "Unknown error parsing date time metadata '%s' " "for %s %s", dt_string, file_type, full_file_name, ) return None class MetaData(metadataexiftool.MetadataExiftool, GExiv2.Metadata): """ Provide abstracted access to photo metadata """ def __init__( self, et_process: exiftool.ExifTool, full_file_name: str | None = None, raw_bytes: bytearray | None = None, app1_segment: bytearray | None = None, ) -> None: """ Use GExiv2 to read the photograph's metadata. :param et_process: deamon exiftool process :param full_file_name: full path of file from which file to read the metadata. :param raw_bytes: portion of a non-jpeg file from which the metadata can be extracted :param app1_segment: the app1 segment of a jpeg file, from which the metadata can be read """ super().__init__(full_file_name, et_process, FileType.photo) self.et_process = et_process if full_file_name: self.open_path(full_file_name) else: if raw_bytes is not None: self.open_buf(raw_bytes) else: assert app1_segment is not None self.from_app1_segment(app1_segment) def _get_rational_components(self, tag: str) -> tuple[Any, Any] | None: try: x = self.get_exif_tag_rational(tag) except Exception: return None, None try: return x.numerator, x.denominator except AttributeError: try: return x.nom, x.den except Exception: return None, None def _get_rational(self, tag: str) -> float | None: x, y = self._get_rational_components(tag) if x is not None and y is not None: return float(x) / float(y) def aperture(self, missing="") -> str | Any: """ Returns in string format the floating point value of the image's aperture. Returns missing if the metadata value is not present. """ a = self._get_rational("Exif.Photo.FNumber") return missing if a is None else f"{a:.1f}" def iso(self, missing="") -> str | Any: """ Returns in string format the integer value of the image's ISO. Returns missing if the metadata value is not present. """ try: v = self.get_tag_interpreted_string("Exif.Photo.ISOSpeedRatings") if v: return v else: return missing except (KeyError, AttributeError): return missing def _exposure_time_rational(self) -> tuple[Any, Any]: return self._get_rational_components("Exif.Photo.ExposureTime") def focal_length(self, missing=""): """ Returns in string format the focal length of the lens used to record the image. Returns missing if the metadata value is not present. """ f = self._get_rational("Exif.Photo.FocalLength") if f is not None: return "%.0f" % f else: return missing def camera_make(self, missing=""): """ Returns in string format the camera make (manufacturer) used to record the image. Returns missing if the metadata value is not present. """ try: return self.get_tag_string("Exif.Image.Make").strip() except (KeyError, AttributeError): return missing def camera_model(self, missing=""): """ Returns in string format the camera model used to record the image. Returns missing if the metadata value is not present. """ try: return self.get_tag_string("Exif.Image.Model").strip() except (KeyError, AttributeError): return missing def _fetch_vendor(self, vendor_codes, missing=""): for key in vendor_codes: try: return self.get_tag_string(key).strip() except (KeyError, AttributeError): pass return missing def camera_serial(self, missing=""): return self._fetch_vendor(VENDOR_SERIAL_CODES, missing) def shutter_count(self, missing=""): shutter = self._fetch_vendor(VENDOR_SHUTTER_COUNT, missing) if shutter != missing: return shutter if self.full_file_name is None: return missing if self.camera_make().lower() == "sony": try: ic = self.et_process.get_tags(["ImageCount"], self.full_file_name) except (ValueError, TypeError): return missing if ic: return ic.get("ImageCount", missing) return missing def file_number(self, missing=""): """ Returns Exif.CanonFi.FileNumber, not to be confused with Exif.Canon.FileNumber. Uses ExifTool to extract the value, because the exiv2 implementation is currently problematic See: https://bugs.launchpad.net/rapid/+bug/754531 """ if "Exif.CanonFi.FileNumber" in self and self.full_file_name is not None: assert self.et_process is not None return super().file_number(missing) def owner_name(self, missing=""): try: return self.get_tag_string("Exif.Canon.OwnerName").strip() except (KeyError, AttributeError): return missing def copyright(self, missing=""): try: return self.get_tag_string("Exif.Image.Copyright").strip() except (KeyError, AttributeError): return missing def artist(self, missing=""): try: return self.get_tag_string("Exif.Image.Artist").strip() except (KeyError, AttributeError): return missing def date_time( self, missing: str | None = "", ignore_file_modify_date: bool | None = False, ) -> datetime.datetime | Any: """ Returns in python datetime format the date and time the image was recorded. Tries these tags, in order: Exif.Photo.DateTimeOriginal Exif.Image.DateTimeOriginal Exif.Image.DateTime :return: metadata value, or missing if value is not present. """ dt = photo_date_time( metadata=self, full_file_name=self.full_file_name, file_type=self.file_type ) if dt is None: return missing else: return dt def sub_seconds(self, missing="00") -> str | Any: """ Returns the subsecond the image was taken, as recorded by the camera """ try: return self.get_tag_string("Exif.Photo.SubSecTimeOriginal") except (KeyError, AttributeError): return missing def orientation(self, missing="") -> str | Any: """ Returns the orientation of the image, as recorded by the camera Return type int """ try: return self.get_tag_string("Exif.Image.Orientation") except (KeyError, AttributeError): return missing def get_small_thumbnail(self) -> bytes: """ Get the small thumbnail image (if it exists) :return: thumbnail image in raw bytes (could be zero bytes) """ return self.get_exif_thumbnail() def get_indexed_preview(self) -> bytes | None: """ Extract preview image from the metadata :param preview_number: which preview to get :return: preview image in raw bytes, if found, else None """ previews = self.get_preview_properties() if previews: # In every RAW file I've analyzed, the smallest preview is always first for preview in previews: data = self.get_preview_image(preview).get_data() if data: return data logging.warning("Photo %s has no image previews", self.full_file_name) return None def get_small_thumbnail_or_first_indexed_preview(self) -> bytes | None: """ First attempt to get the small thumbnail image. If it does not exist, extract the smallest preview image from the metadata :return: thumbnail / preview image in raw bytes, if found, else None """ # Look for Thumbnail Image if the file format supports it if self.ext not in self.preview_smallest or self.ext in self.may_have_thumbnail: thumbnail = self.get_small_thumbnail() if thumbnail: return thumbnail # Otherwise look for the smallest preview image for this format return self.get_indexed_preview() def get_preview_256(self) -> bytes | None: """ :return: if possible, return a preview image that is preferrably larger than 256 pixels, else the smallest preview if it exists """ previews = self.get_preview_properties() if not previews: return None for preview in previews: if image_large_enough_fdo( QSize(preview.get_width(), preview.get_height()) ) and not ( self.ext in self.ignore_tiff_preview_256 and preview.get_mime_type() == "image/tiff" ): break # At this point we have a preview that may or may not be bigger than 160x120. # On older RAW files, no. On newer RAW files, yes. return self.get_preview_image(preview).get_data() class DummyMetaData(MetaData): """ Class which gives metadata values for an imaginary photo. Useful for displaying in preference examples etc. when no image is ready to be downloaded. See MetaData class for documentation of class methods. """ def __init__(self): pass def readMetadata(self): pass def aperture(self, missing=""): return "2.0" def iso(self, missing=""): return "100" def exposure_time(self, alternative_format=False, missing=""): if alternative_format: return "4000" else: return "1/4000" def focal_length(self, missing=""): return "135" def camera_make(self, missing=""): return "Canon" def camera_model(self, missing=""): return "Canon EOS 5D" def short_camera_model(self, include_characters="", missing=""): return "5D" def camera_serial(self, missing=""): return "730402168" def shutter_count(self, missing=""): return "387" def owner_name(self, missing=""): return "Photographer Name" def date_time(self, missing="", ignore_file_modify_date=False): return datetime.datetime.now() def subSeconds(self, missing="00"): return "57" def orientation(self, missing=""): return 1 def file_number(self, missing=""): return "428" if __name__ == "__main__": import sys if len(sys.argv) != 2: print("Usage: " + sys.argv[0] + " path/to/photo/containing/metadata") m = DummyMetaData() et_process = None else: et_process = exiftool.ExifTool() et_process.start() m = MetaData(full_file_name=sys.argv[1], et_process=et_process) print("f" + m.aperture("missing ")) print("ISO " + m.iso("missing ")) print(m.exposure_time(missing="missing ") + " sec") print(m.exposure_time(alternative_format=True, missing="missing ")) print(m.focal_length("missing ") + "mm") print(m.camera_make()) print(m.camera_model()) print(m.short_camera_model()) print(m.short_camera_model(include_characters="\-")) print(m.date_time()) print(m.orientation()) print("Serial number:", m.camera_serial(missing="missing")) print("Shutter count:", m.shutter_count()) print("Subseconds:", m.sub_seconds(), type(m.sub_seconds())) print("File number:", m.file_number()) preview = m.get_small_thumbnail_or_first_indexed_preview() if m is not None: print("Preview size", len(preview)) else: print("Preview not availabe") if et_process is not None: et_process.terminate() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/metadata/metadatavideo.py0000755000175000017500000002562514562557501023635 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import datetime import logging import arrow.arrow import raphodo.metadata.exiftool as exiftool import raphodo.metadata.metadataexiftool as metadataexiftool from raphodo.constants import FileType from raphodo.programversions import EXIFTOOL_VERSION from raphodo.utilities import arrow_shift_support, datetime_roughly_equal try: import pymediainfo have_pymediainfo = True pymedia_library_file = "libmediainfo.so.0" except ImportError: have_pymediainfo = False libmediainfo_missing = None if have_pymediainfo: libmediainfo_missing = False try: if not pymediainfo.MediaInfo.can_parse(library_file=pymedia_library_file): # attempt to work around MediaInfoLib issue #695: # 'SONAME is different when compiling with CMake and autotools' pymedia_library_file = "libmediainfo.so.17" if not pymediainfo.MediaInfo.can_parse(library_file=pymedia_library_file): have_pymediainfo = False libmediainfo_missing = True except TypeError: # older versions of pymediainfo do not have the library_file option pymedia_library_file = None if not pymediainfo.MediaInfo.can_parse(): have_pymediainfo = False libmediainfo_missing = True except AttributeError: try: # Attempt to parse null... it will fail if libmediainfo is not present, # which is what we want to check pymediainfo.MediaInfo.parse("/dev/null") except OSError: have_pymediainfo = False libmediainfo_missing = True pymedia_library_file = None def pymedia_version_info() -> str | None: if have_pymediainfo: if pymedia_library_file == "libmediainfo.so.0": return pymediainfo.__version__ else: return f"{pymediainfo.__version__} (using {pymedia_library_file})" else: return None class MetaData(metadataexiftool.MetadataExiftool): def __init__( self, full_file_name: str, et_process: exiftool.ExifTool, file_type: FileType | None = FileType.video, ): """ Get video metadata using Exiftool or pymediainfo :param filename: the file from which to get metadata :param et_process: instance of ExifTool class, which allows calling ExifTool without it exiting with each call :param file_type """ super().__init__( full_file_name=full_file_name, et_process=et_process, file_type=file_type ) if have_pymediainfo: if pymedia_library_file is not None: self.media_info = pymediainfo.MediaInfo.parse( filename=full_file_name, library_file=pymedia_library_file ) # type: pymediainfo.MediaInfo else: self.media_info = pymediainfo.MediaInfo.parse(filename=full_file_name) # type: pymediainfo.MediaInfo else: self.media_info = None def date_time( self, missing: str | None = "", ignore_file_modify_date: bool = False ) -> datetime.datetime: """ Use pymediainfo (if present) to extract file encoding date. Also use ExifTool if appropriate. :param ignore_file_modify_date: if True, don't return the file modification date :return python datetime format the date and time the video was recorded, else missing """ if have_pymediainfo: try: d = self.media_info.to_data()["tracks"][0]["encoded_date"] # type: str except KeyError: logging.debug( "Failed to extract date time from %s using pymediainfo: trying " "ExifTool", self.full_file_name, ) return super().date_time( missing=missing, ignore_file_modify_date=ignore_file_modify_date ) else: # format of date string is something like: # UTC 2016-05-09 03:28:03 try: if d.startswith("UTC"): u = d[4:] a = arrow.get(u, "YYYY-MM-DD HH:mm:ss") # type: arrow.Arrow dt_mi = a.to("local") dt = dt_mi.datetime # type: datetime.datetime # Compare the value returned by mediainfo against that # returned by ExifTool, if and only if there is a time zone # setting in the video file that ExifTool can extract tz = self._get("TimeZone", None) if tz is None: logging.debug( "Using pymediainfo datetime (%s), because ExifTool did " "not detect a time zone in %s", dt_mi, self.full_file_name, ) if tz is not None: dt_et = super().date_time( missing=None, ignore_file_modify_date=True ) if dt_et is not None: hour = tz // 60 * -1 minute = tz % 60 * -1 if arrow_shift_support: adjusted_dt_mi = dt_mi.shift( hours=hour, minutes=minute ).naive else: adjusted_dt_mi = dt_mi.replace( hours=hour, minutes=minute ).naive if datetime_roughly_equal(adjusted_dt_mi, dt_et): logging.debug( "Favoring ExifTool datetime metadata (%s) " "over mediainfo (%s) for %s, because it " "includes a timezone", dt_et, adjusted_dt_mi, self.full_file_name, ) dt = dt_et else: logging.debug( "Although ExifTool located a time zone" "in %s's metadata, using the mediainfo result, " "because the two results are different. " "Mediainfo: %s / %s (before / after). " " ExifTool: %s. Time zone: %s", self.full_file_name, dt, adjusted_dt_mi, dt_et, tz, ) else: dt = datetime.datetime.strptime(d, "%Y-%m-%d %H:%M:%S") except (ValueError, OverflowError): logging.warning( "Error parsing date time metadata %s for video %s. Will try " "ExifTool.", d, self.full_file_name, ) return super().date_time(missing) except arrow.arrow.parser.ParserError: logging.warning( "Error parsing date time metadata using Arrow %s for video %s. " "Will try ExifTool.", d, self.full_file_name, ) return super().date_time(missing) except Exception as e: logging.error( "Unknown error parsing date time metadata %s for video %s. %s. " "Will try ExifTool.", d, self.full_file_name, e, ) return super().date_time(missing) except Exception: logging.error( "Unknown error parsing date time metadata %s for video %s. " "Will try ExifTool.", d, self.full_file_name, ) return super().date_time(missing) else: return dt else: return super().date_time(missing) class DummyMetaData: """ Class which gives metadata values for an imaginary video. Useful for displaying in preference examples etc. when no video is ready to be downloaded. """ def __init__(self, filename, et_process): pass def date_time(self, missing=""): return datetime.datetime.now() def codec(self, stream=0, missing=""): return "H.264 AVC" def length(self, missing=""): return "57" def width(self, stream=0, missing=""): return "1920" def height(self, stream=0, missing=""): return "1080" def frames_per_second(self, stream=0, missing=""): return "24" def fourcc(self, stream=0, missing=""): return "AVC1" if __name__ == "__main__": import sys with exiftool.ExifTool() as et_process: if len(sys.argv) != 2: print("Usage: " + sys.argv[0] + " path/to/video/containing/metadata") else: file = sys.argv[1] print("ExifTool", EXIFTOOL_VERSION) m = MetaData(file, et_process) dt = m.date_time() print(dt) print(f"{m.width()}x{m.height()}") print("Length:", m.length()) print("FPS: ", m.frames_per_second()) print("Codec:", m.codec()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/offload.py0000755000175000017500000000601214562557501020645 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import contextlib import locale import logging import pickle import sys with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") from PyQt5.QtGui import QGuiApplication from raphodo.interprocess import ( DaemonProcess, OffloadData, # noqa: F401 OffloadResults, ) from raphodo.proximity import TemporalProximityGroups class OffloadWorker(DaemonProcess): def __init__(self) -> None: super().__init__("Offload") def run(self) -> None: try: while True: directive, content = self.receiver.recv_multipart() self.check_for_command(directive, content) data = pickle.loads(content) # type: OffloadData if data.thumbnail_rows: groups = TemporalProximityGroups( thumbnail_rows=data.thumbnail_rows, temporal_span=data.proximity_seconds, ) self.content = pickle.dumps( OffloadResults(proximity_groups=groups), pickle.HIGHEST_PROTOCOL ) self.send_message_to_sink() else: assert data.folders_preview assert data.rpd_files data.folders_preview.generate_subfolders( rpd_files=data.rpd_files, strip_characters=data.strip_characters ) self.content = pickle.dumps( OffloadResults(folders_preview=data.folders_preview), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() except Exception: logging.error( "An unhandled exception occurred while processing offloaded tasks" ) logging.exception("Traceback:") except SystemExit as e: sys.exit(e.code) if __name__ == "__main__": # Must initialize QGuiApplication to use QFont() and QFontMetrics app = QGuiApplication(sys.argv) offload = OffloadWorker() offload.run() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/raphodo/prefs/0000755000175000017500000000000014562557503020000 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/prefs/__init__.py0000644000175000017500000000000014562557501022075 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/prefs/preferencedialog.py0000644000175000017500000024072114562557501023654 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Dialog window to show and manipulate selected user preferences """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import logging import webbrowser from PyQt5.QtCore import QObject, QSize, Qt, QThread, QTimer, pyqtSignal, pyqtSlot from PyQt5.QtGui import ( QCloseEvent, QFont, QFontMetrics, QIcon, QMouseEvent, QPalette, QPixmap, QShowEvent, ) from PyQt5.QtWidgets import ( QAbstractButton, QAbstractItemView, QApplication, QButtonGroup, QCheckBox, QComboBox, QDialog, QDialogButtonBox, QFormLayout, QGridLayout, QGroupBox, QHBoxLayout, QLabel, QLineEdit, QListWidgetItem, QMessageBox, QPushButton, QRadioButton, QSizePolicy, QSpinBox, QStackedWidget, QStyle, QVBoxLayout, QWidget, ) from raphodo.cache import ThumbnailCacheSql from raphodo.constants import ( CompletedDownloads, ConflictResolution, KnownDeviceType, MarkRawJpeg, TreatRawJpeg, ) from raphodo.metadata.fileformats import ( ALL_KNOWN_EXTENSIONS, AUDIO_EXTENSIONS, PHOTO_EXTENSIONS, VIDEO_EXTENSIONS, VIDEO_THUMBNAIL_EXTENSIONS, ) from raphodo.prefs.preferences import Preferences from raphodo.ui.viewutils import ( QNarrowListWidget, StyledLinkLabel, darkModePixmap, standardMessageBox, translateDialogBoxButtons, ) from raphodo.utilities import ( available_cpu_count, available_languages, current_version_is_dev_version, format_size_for_user, make_internationalized_list, thousands, ) class ClickableLabel(QLabel): clicked = pyqtSignal() def mousePressEvent(self, event: QMouseEvent) -> None: self.clicked.emit() CONSOLIDATION_IMPLEMENTED = False FORCE_EXIFTOOL_VIDEO_IMPLEMENTED = False system_language = "SYSTEM" class PreferencesDialog(QDialog): """ Preferences dialog for those preferences that are not adjusted via the main window Note: When pref value generate_thumbnails is made False, pref values use_thumbnail_cache and generate_thumbnails are not changed, even though the preference value shown to the user shows False (to indicate that the activity will not occur). """ getCacheSize = pyqtSignal() def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__(parent=parent) self.rapidApp = parent self.setWindowTitle(_("Preferences")) self.prefs = prefs self.is_prerelease = current_version_is_dev_version() self.panels = QStackedWidget() self.chooser = QNarrowListWidget(no_focus_recentangle=True) font = QFont() fontMetrics = QFontMetrics(font) icon_padding = 6 icon_height = max(fontMetrics.height(), 16) icon_width = icon_height + icon_padding self.chooser.setIconSize(QSize(icon_width, icon_height)) palette = QPalette() selectedColour = palette.color(palette.HighlightedText) if CONSOLIDATION_IMPLEMENTED: self.chooser_items = ( _("Devices"), _("Language"), _("Automation"), _("Thumbnails"), _("Time Zones"), _("Error Handling"), _("Warnings"), _("Consolidation"), _("Miscellaneous"), ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.svg", ":/prefs/timezone.svg", ":/prefs/error-handling.svg", ":/prefs/warnings.svg", ":/prefs/consolidation.svg", ":/prefs/miscellaneous.svg", ) else: self.chooser_items = ( _("Devices"), _("Language"), _("Automation"), _("Thumbnails"), _("Time Zones"), _("Error Handling"), _("Warnings"), _("Miscellaneous"), ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.svg", ":/prefs/timezone.svg", ":/prefs/error-handling.svg", ":/prefs/warnings.svg", ":/prefs/miscellaneous.svg", ) for prefIcon, label in zip(icons, self.chooser_items): # make the selected icons be the same colour as the selected text icon = QIcon() pixmap = QPixmap(prefIcon) selected = QPixmap(pixmap.size()) selected.fill(selectedColour) selected.setMask(pixmap.createMaskFromColor(Qt.transparent)) pixmap = darkModePixmap(pixmap=pixmap) icon.addPixmap(pixmap, QIcon.Normal) icon.addPixmap(selected, QIcon.Selected) item = QListWidgetItem(icon, label, self.chooser) item.setFont(QFont()) width = fontMetrics.width(label) + icon_width + icon_padding * 2 item.setSizeHint(QSize(width, icon_height * 2)) self.chooser.currentRowChanged.connect(self.rowChanged) self.chooser.setSelectionMode(QAbstractItemView.SingleSelection) self.chooser.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.MinimumExpanding) self.devices = QWidget() self.scanBox = QGroupBox(_("Device Scanning")) self.onlyExternal = QCheckBox(_("Scan only external devices")) self.onlyExternal.setToolTip( _( "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash " "drives." ) ) self.scanSpecificFolders = QCheckBox(_("Scan only specific folders on devices")) tip = _( "Scan for photos and videos only in the folders specified below " "(except paths\n" "specified in Ignored Paths).\n\n" "Changing this setting causes all devices to be scanned again." ) self.scanSpecificFolders.setToolTip(tip) self.foldersToScanLabel = QLabel(_("Folders to scan:")) self.foldersToScan = QNarrowListWidget(minimum_rows=5) self.foldersToScan.setToolTip( _( "Folders at the base level of device file systems that will be " "scanned\n" "for photos and videos." ) ) self.addFolderToScan = QPushButton(_("Add...")) self.addFolderToScan.setToolTip( _( "Add a folder to the list of folders to scan for photos and videos.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removeFolderToScan = QPushButton(_("Remove")) self.removeFolderToScan.setToolTip( _( "Remove a folder from the list of folders to scan for photos and " "videos.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.addFolderToScan.clicked.connect(self.addFolderToScanClicked) self.removeFolderToScan.clicked.connect(self.removeFolderToScanClicked) scanLayout = QGridLayout() scanLayout.setHorizontalSpacing(18) scanLayout.addWidget(self.onlyExternal, 0, 0, 1, 3) scanLayout.addWidget(self.scanSpecificFolders, 1, 0, 1, 3) scanLayout.addWidget(self.foldersToScanLabel, 2, 1, 1, 2) scanLayout.addWidget(self.foldersToScan, 3, 1, 3, 1) scanLayout.addWidget(self.addFolderToScan, 3, 2, 1, 1) scanLayout.addWidget(self.removeFolderToScan, 4, 2, 1, 1) self.scanBox.setLayout(scanLayout) tip = _("Devices that have been set to automatically ignore or download from.") self.knownDevicesBox = QGroupBox(_("Remembered Devices")) self.knownDevices = QNarrowListWidget(minimum_rows=5) self.knownDevices.setToolTip(tip) tip = _( "Remove a device from the list of devices to automatically ignore or " "download from." ) self.removeDevice = QPushButton(_("Remove")) self.removeDevice.setToolTip(tip) self.removeAllDevice = QPushButton(_("Remove All")) tip = _( "Clear the list of devices from which to automatically ignore or download " "from.\n\n" "Note: Changes take effect when the computer is next scanned for devices." ) self.removeAllDevice.setToolTip(tip) self.removeDevice.clicked.connect(self.removeDeviceClicked) self.removeAllDevice.clicked.connect(self.removeAllDeviceClicked) knownDevicesLayout = QGridLayout() knownDevicesLayout.setHorizontalSpacing(18) knownDevicesLayout.addWidget(self.knownDevices, 0, 0, 3, 1) knownDevicesLayout.addWidget(self.removeDevice, 0, 1, 1, 1) knownDevicesLayout.addWidget(self.removeAllDevice, 1, 1, 1, 1) self.knownDevicesBox.setLayout(knownDevicesLayout) self.ignoredPathsBox = QGroupBox(_("Ignored Paths")) tip = _( "The end part of a path that should never be scanned for photos or videos." ) self.ignoredPaths = QNarrowListWidget(minimum_rows=4) self.ignoredPaths.setToolTip(tip) self.addPath = QPushButton(_("Add...")) self.addPath.setToolTip( _( "Add a path to the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removePath = QPushButton(_("Remove")) self.removePath.setToolTip( _( "Remove a path from the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removeAllPath = QPushButton(_("Remove All")) self.removeAllPath.setToolTip( _( "Clear the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.addPath.clicked.connect(self.addPathClicked) self.removePath.clicked.connect(self.removePathClicked) self.removeAllPath.clicked.connect(self.removeAllPathClicked) self.ignoredPathsRe = QCheckBox() self.ignorePathsReLabel = ClickableLabel( # Translators: you must include {link} exactly as it is below. # Do not translate the term link. Be sure to include the and as # well. _("Use python-style regular expressions").format( link='style="text-decoration:none; color: palette(highlight);"' 'href="http://damonlynch.net/rapid/documentation/#regularexpressions"' ) ) self.ignorePathsReLabel.setToolTip( _( "Use regular expressions in the list of ignored paths.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.ignorePathsReLabel.setTextInteractionFlags(Qt.TextBrowserInteraction) self.ignorePathsReLabel.setOpenExternalLinks(True) self.ignorePathsReLabel.clicked.connect(self.ignorePathsReLabelClicked) reLayout = QHBoxLayout() reLayout.setSpacing(5) reLayout.addWidget(self.ignoredPathsRe) reLayout.addWidget(self.ignorePathsReLabel) reLayout.addStretch() ignoredPathsLayout = QGridLayout() ignoredPathsLayout.setHorizontalSpacing(18) ignoredPathsLayout.addWidget(self.ignoredPaths, 0, 0, 4, 1) ignoredPathsLayout.addWidget(self.addPath, 0, 1, 1, 1) ignoredPathsLayout.addWidget(self.removePath, 1, 1, 1, 1) ignoredPathsLayout.addWidget(self.removeAllPath, 2, 1, 1, 1) ignoredPathsLayout.addLayout(reLayout, 4, 0, 1, 2) self.ignoredPathsBox.setLayout(ignoredPathsLayout) self.setDeviceWidgetValues() # connect these next 3 only after having set their values, so rescan / search # again in rapidApp is not triggered self.onlyExternal.stateChanged.connect(self.onlyExternalChanged) self.scanSpecificFolders.stateChanged.connect(self.noDcimChanged) self.ignoredPathsRe.stateChanged.connect(self.ignoredPathsReChanged) devicesLayout = QVBoxLayout() devicesLayout.addWidget(self.scanBox) devicesLayout.addWidget(self.ignoredPathsBox) devicesLayout.addWidget(self.knownDevicesBox) devicesLayout.addStretch() devicesLayout.setSpacing(18) self.devices.setLayout(devicesLayout) devicesLayout.setContentsMargins(0, 0, 0, 0) self.language = QWidget() self.languages = QComboBox() self.languages.setEditable(False) self.languagesLabel = QLabel(_("Language: ")) self.languages.setSizeAdjustPolicy(QComboBox.AdjustToContents) # self.languages.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) self.setLanguageWidgetValues() self.languages.currentIndexChanged.connect(self.languagesChanged) languageWidgetsLayout = QHBoxLayout() languageWidgetsLayout.addWidget(self.languagesLabel) languageWidgetsLayout.addWidget(self.languages) # Translators: the * acts as an asterisk to denote a reference to an annotation # such as '* Takes effect upon program restart' languageWidgetsLayout.addWidget(QLabel(_("*"))) languageWidgetsLayout.addStretch() languageWidgetsLayout.setSpacing(5) languageLayout = QVBoxLayout() languageLayout.addLayout(languageWidgetsLayout) # Translators: the * acts as an asterisk to denote a reference to this # annotation languageLayout.addWidget(QLabel(_("* Takes effect upon program restart"))) languageLayout.addStretch() languageLayout.setContentsMargins(0, 0, 0, 0) languageLayout.setSpacing(18) self.language.setLayout(languageLayout) self.automation = QWidget() self.automationBox = QGroupBox(_("Program Automation")) self.autoMount = QCheckBox(_("Mount devices not already automatically mounted")) tooltip = _( # Translators: This next sentence is used in a tool tip. Feel free to place # the carriage return where you think it makes sense so that the tool tip # does not stretch too far horizontally across the screen. "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" ) self.autoMount.setToolTip(tooltip) self.autoDownloadStartup = QCheckBox(_("Start downloading at program startup")) self.autoDownloadInsertion = QCheckBox( _("Start downloading upon device insertion") ) self.autoEject = QCheckBox(_("Unmount (eject) device upon download completion")) self.autoExit = QCheckBox(_("Exit program when download completes")) self.autoExitError = QCheckBox( _("Exit program even if download had warnings or errors") ) self.setAutomationWidgetValues() self.autoMount.stateChanged.connect(self.autoMountChanged) self.autoDownloadStartup.stateChanged.connect(self.autoDownloadStartupChanged) self.autoDownloadInsertion.stateChanged.connect( self.autoDownloadInsertionChanged ) self.autoEject.stateChanged.connect(self.autoEjectChanged) self.autoExit.stateChanged.connect(self.autoExitChanged) self.autoExitError.stateChanged.connect(self.autoExitErrorChanged) automationBoxLayout = QGridLayout() automationBoxLayout.addWidget(self.autoMount, 0, 0, 1, 2) automationBoxLayout.addWidget(self.autoDownloadStartup, 1, 0, 1, 2) automationBoxLayout.addWidget(self.autoDownloadInsertion, 2, 0, 1, 2) automationBoxLayout.addWidget(self.autoEject, 3, 0, 1, 2) automationBoxLayout.addWidget(self.autoExit, 4, 0, 1, 2) automationBoxLayout.addWidget(self.autoExitError, 5, 1, 1, 1) checkbox_width = self.autoExit.style().pixelMetric(QStyle.PM_IndicatorWidth) automationBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.automationBox.setLayout(automationBoxLayout) automationLayout = QVBoxLayout() automationLayout.addWidget(self.automationBox) automationLayout.addStretch() automationLayout.setContentsMargins(0, 0, 0, 0) self.automation.setLayout(automationLayout) self.performance = QWidget() self.performanceBox = QGroupBox(_("Thumbnail Generation")) self.generateThumbnails = QCheckBox(_("Generate thumbnails")) self.generateThumbnails.setToolTip( _("Generate thumbnails to show in the main program window") ) self.useThumbnailCache = QCheckBox(_("Cache thumbnails")) self.useThumbnailCache.setToolTip( _( "Save thumbnails shown in the main program window in a thumbnail cache " "unique to Rapid Photo Downloader" ) ) self.fdoThumbnails = QCheckBox(_("Generate system thumbnails")) self.fdoThumbnails.setToolTip( _( "While downloading, save thumbnails that can be used by desktop file " "managers and other programs" ) ) self.generateThumbnails.stateChanged.connect(self.generateThumbnailsChanged) self.useThumbnailCache.stateChanged.connect(self.useThumbnailCacheChanged) self.fdoThumbnails.stateChanged.connect(self.fdoThumbnailsChanged) self.maxCores = QComboBox() self.maxCores.setEditable(False) tip = _("Number of CPU cores used to generate thumbnails.") self.coresLabel = QLabel(_("CPU cores:")) self.coresLabel.setToolTip(tip) self.maxCores.setSizeAdjustPolicy(QComboBox.AdjustToContents) self.maxCores.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) self.maxCores.setToolTip(tip) self.setPerformanceValues() self.maxCores.currentIndexChanged.connect(self.maxCoresChanged) coresLayout = QHBoxLayout() coresLayout.addWidget(self.coresLabel) coresLayout.addWidget(self.maxCores) # Translators: the * acts as an asterisk to denote a reference to an annotation # such as '* Takes effect upon program restart' coresLayout.addWidget(QLabel(_("*"))) coresLayout.addStretch() performanceBoxLayout = QVBoxLayout() performanceBoxLayout.addWidget(self.generateThumbnails) performanceBoxLayout.addWidget(self.useThumbnailCache) performanceBoxLayout.addWidget(self.fdoThumbnails) performanceBoxLayout.addLayout(coresLayout) self.performanceBox.setLayout(performanceBoxLayout) self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) self.cacheSize = CacheSize() self.cacheSizeThread = QThread() self.cacheSizeThread.started.connect(self.cacheSize.start) self.getCacheSize.connect(self.cacheSize.getCacheSize) self.cacheSize.size.connect(self.setCacheSize) self.cacheSize.moveToThread(self.cacheSizeThread) QTimer.singleShot(0, self.cacheSizeThread.start) self.getCacheSize.emit() self.cacheBox = QGroupBox(_("Thumbnail Cache")) self.thumbnailCacheSize = QLabel() self.thumbnailCacheSize.setText(_("Calculating...")) self.thumbnailNumber = QLabel() self.thumbnailSqlSize = QLabel() self.thumbnailCacheDaysKeep = QSpinBox() self.thumbnailCacheDaysKeep.setMinimum(0) self.thumbnailCacheDaysKeep.setMaximum(360 * 3) self.thumbnailCacheDaysKeep.setSuffix(" " + _("days")) self.thumbnailCacheDaysKeep.setSpecialValueText(_("forever")) self.thumbnailCacheDaysKeep.valueChanged.connect( self.thumbnailCacheDaysKeepChanged ) cacheBoxLayout = QVBoxLayout() cacheLayout = QGridLayout() cacheLayout.addWidget(QLabel(_("Cache size:")), 0, 0, 1, 1) cacheLayout.addWidget(self.thumbnailCacheSize, 0, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Number of thumbnails:")), 1, 0, 1, 1) cacheLayout.addWidget(self.thumbnailNumber, 1, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Database size:")), 2, 0, 1, 1) cacheLayout.addWidget(self.thumbnailSqlSize, 2, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Cache unaccessed thumbnails for:")), 3, 0, 1, 1) cacheDays = QHBoxLayout() cacheDays.addWidget(self.thumbnailCacheDaysKeep) cacheDays.addWidget(QLabel(_("*"))) cacheLayout.addLayout(cacheDays, 3, 1, 1, 1) cacheBoxLayout.addLayout(cacheLayout) cacheButtons = QDialogButtonBox() self.purgeCache = cacheButtons.addButton( _("Purge Cache..."), QDialogButtonBox.ResetRole ) self.optimizeCache = cacheButtons.addButton( _("Optimize Cache..."), QDialogButtonBox.ResetRole ) self.purgeCache.clicked.connect(self.purgeCacheClicked) self.optimizeCache.clicked.connect(self.optimizeCacheClicked) cacheBoxLayout.addWidget(cacheButtons) self.cacheBox.setLayout(cacheBoxLayout) self.setCacheValues() performanceLayout = QVBoxLayout() performanceLayout.addWidget(self.performanceBox) performanceLayout.addWidget(self.cacheBox) performanceLayout.addWidget(QLabel(_("* Takes effect upon program restart"))) performanceLayout.addStretch() performanceLayout.setContentsMargins(0, 0, 0, 0) performanceLayout.setSpacing(18) self.performance.setLayout(performanceLayout) self.timeZone = QWidget() # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling self.timeZoneBox = QGroupBox(_("Time Zones")) # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling self.ignoreTimeZone = QCheckBox( _("Ignore time zone and daylight savings changes") ) self.timeZoneOffsetResolution = QComboBox() self.timeZoneOffsetResolution.setEditable(False) self.timeZoneOffsetResolution.setSizeAdjustPolicy(QComboBox.AdjustToContents) self.timeZoneOffsetResolution.setSizePolicy( QSizePolicy.Minimum, QSizePolicy.Minimum ) self.timeZoneOffsetResolution.addItems(("60", "30", "15")) # Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution self.timeZoneOffsetLabel = QLabel(_("Offset resolution (minutes):")) # Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution tooltip = _( "The multiple used when calculating the offset from the time the photo or " "video was originally taken" ) self.timeZoneOffsetLabel.setToolTip(tooltip) self.timeZoneOffsetResolution.setToolTip(tooltip) self.timeZoneOffset = QWidget() timeZoneOffsetLayout = QHBoxLayout() timeZoneOffsetLayout.addWidget(self.timeZoneOffsetResolution) timeZoneOffsetLayout.addStretch() timeZoneOffsetLayout.setContentsMargins(0, 0, 0, 0) self.timeZoneOffset.setLayout(timeZoneOffsetLayout) # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling timeZoneExplanation = QLabel( _("When detecting if a file has been previously downloaded:") ) timeZoneBoxLayout = QGridLayout() timeZoneBoxLayout.addWidget(timeZoneExplanation, 0, 0, 1, 3) timeZoneBoxLayout.addWidget(self.ignoreTimeZone, 1, 0, 1, 3) timeZoneBoxLayout.addWidget(self.timeZoneOffsetLabel, 2, 1, 1, 1) timeZoneBoxLayout.addWidget(self.timeZoneOffset, 2, 2, 1, 1) timeZoneBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.timeZoneBox.setLayout(timeZoneBoxLayout) timeZoneHelpLink = StyledLinkLabel() timeZoneHelpLink.setLink( url="https://damonlynch.net/rapid/documentation#timezonehandling", text=_("Learn more about time zone handling"), ) timeZoneHelpLink.setWordWrap(True) timeZoneHelpLink.setOpenExternalLinks(True) timeZoneLayout = QVBoxLayout() timeZoneLayout.addWidget(self.timeZoneBox) timeZoneLayout.addWidget(timeZoneHelpLink) timeZoneLayout.addStretch() timeZoneLayout.setContentsMargins(0, 0, 0, 0) timeZoneLayout.setSpacing(18) self.timeZone.setLayout(timeZoneLayout) self.setTimeZoneValues() self.ignoreTimeZone.stateChanged.connect(self.ignoreTimeZoneChanged) self.timeZoneOffsetResolution.currentIndexChanged.connect( self.timeZoneOffsetResolutionChanged ) self.errorBox = QGroupBox(_("Error Handling")) self.downloadErrorGroup = QButtonGroup() self.skipDownload = QRadioButton(_("Skip download")) self.skipDownload.setToolTip( _("Don't download the file, and issue an error message") ) self.addIdentifier = QRadioButton(_("Add unique identifier")) self.addIdentifier.setToolTip( _( "Add an identifier like _1 or _2 to the end of the filename, " "immediately before the file's extension" ) ) self.downloadErrorGroup.addButton(self.skipDownload) self.downloadErrorGroup.addButton(self.addIdentifier) self.backupErrorGroup = QButtonGroup() self.overwriteBackup = QRadioButton(_("Overwrite")) self.overwriteBackup.setToolTip(_("Overwrite the previously backed up file")) self.skipBackup = QRadioButton(_("Skip")) self.skipBackup.setToolTip( _("Don't overwrite the backup file, and issue an error message") ) self.backupErrorGroup.addButton(self.overwriteBackup) self.backupErrorGroup.addButton(self.skipBackup) errorBoxLayout = QVBoxLayout() lbl = _( "When a photo or video of the same name has already been downloaded, " "choose whether to skip downloading the file, or to add a unique " "identifier:" ) self.downloadError = QLabel(lbl) self.downloadError.setWordWrap(True) errorBoxLayout.addWidget(self.downloadError) errorBoxLayout.addWidget(self.skipDownload) errorBoxLayout.addWidget(self.addIdentifier) lbl = ( "" + _( "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in " "the main window." ) + "" ) self.recommended = QLabel(lbl) self.recommended.setWordWrap(True) errorBoxLayout.addWidget(self.recommended) errorBoxLayout.addSpacing(18) lbl = _( "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" ) self.backupError = QLabel(lbl) self.backupError.setWordWrap(True) errorBoxLayout.addWidget(self.backupError) errorBoxLayout.addWidget(self.overwriteBackup) errorBoxLayout.addWidget(self.skipBackup) self.errorBox.setLayout(errorBoxLayout) self.setErrorHandingValues() self.downloadErrorGroup.buttonClicked.connect(self.downloadErrorGroupClicked) self.backupErrorGroup.buttonClicked.connect(self.backupErrorGroupClicked) self.errorWidget = QWidget() errorLayout = QVBoxLayout() self.errorWidget.setLayout(errorLayout) errorLayout.addWidget(self.errorBox) errorLayout.addStretch() errorLayout.setContentsMargins(0, 0, 0, 0) self.warningBox = QGroupBox(_("Program Warnings")) lbl = _("Show a warning when:") self.warningLabel = QLabel(lbl) self.warningLabel.setWordWrap(True) self.warnDownloadingAll = QCheckBox( _("Downloading files currently not displayed") ) tip = _( "Warn when about to download files that are not displayed in the main " "window." ) self.warnDownloadingAll.setToolTip(tip) self.warnBackupProblem = QCheckBox(_("Backup destinations are missing")) tip = _( "Warn before starting a download if it is not possible to back up files." ) self.warnBackupProblem.setToolTip(tip) self.warnMissingLibraries = QCheckBox( _("Program libraries are missing or broken") ) tip = _( "Warn if a software library used by Rapid Photo Downloader is missing or " "not functioning." ) self.warnMissingLibraries.setToolTip(tip) self.warnMetadata = QCheckBox(_("Filesystem metadata cannot be set")) tip = _( "Warn if there is an error setting a file's filesystem metadata, " "such as its modification time." ) self.warnMetadata.setToolTip(tip) self.warnUnhandledFiles = QCheckBox(_("Encountering unhandled files")) tip = _( "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." ) self.warnUnhandledFiles.setToolTip(tip) self.exceptTheseFilesLabel = QLabel( _("Do not warn about unhandled files with extensions:") ) self.exceptTheseFilesLabel.setWordWrap(True) self.exceptTheseFiles = QNarrowListWidget(minimum_rows=4) tip = _( "File extensions are case insensitive and do not need to include the " "leading dot." ) self.exceptTheseFiles.setToolTip(tip) self.addExceptFiles = QPushButton(_("Add")) tip = _( "Add a file extension to the list of unhandled file types to not warn " "about." ) self.addExceptFiles.setToolTip(tip) tip = _( "Remove a file extension from the list of unhandled file types to not warn " "about." ) self.removeExceptFiles = QPushButton(_("Remove")) self.removeExceptFiles.setToolTip(tip) self.removeAllExceptFiles = QPushButton(_("Remove All")) tip = _( "Clear the list of file extensions of unhandled file types to not warn " "about." ) self.removeAllExceptFiles.setToolTip(tip) self.addExceptFiles.clicked.connect(self.addExceptFilesClicked) self.removeExceptFiles.clicked.connect(self.removeExceptFilesClicked) self.removeAllExceptFiles.clicked.connect(self.removeAllExceptFilesClicked) self.setWarningValues() self.warnDownloadingAll.stateChanged.connect(self.warnDownloadingAllChanged) self.warnBackupProblem.stateChanged.connect(self.warnBackupProblemChanged) self.warnMissingLibraries.stateChanged.connect(self.warnMissingLibrariesChanged) self.warnMetadata.stateChanged.connect(self.warnMetadataChanged) self.warnUnhandledFiles.stateChanged.connect(self.warnUnhandledFilesChanged) warningBoxLayout = QGridLayout() warningBoxLayout.addWidget(self.warningLabel, 0, 0, 1, 3) warningBoxLayout.addWidget(self.warnDownloadingAll, 1, 0, 1, 3) warningBoxLayout.addWidget(self.warnBackupProblem, 2, 0, 1, 3) warningBoxLayout.addWidget(self.warnMissingLibraries, 3, 0, 1, 3) warningBoxLayout.addWidget(self.warnMetadata, 4, 0, 1, 3) warningBoxLayout.addWidget(self.warnUnhandledFiles, 5, 0, 1, 3) warningBoxLayout.addWidget(self.exceptTheseFilesLabel, 6, 1, 1, 2) warningBoxLayout.addWidget(self.exceptTheseFiles, 7, 1, 4, 1) warningBoxLayout.addWidget(self.addExceptFiles, 7, 2, 1, 1) warningBoxLayout.addWidget(self.removeExceptFiles, 8, 2, 1, 1) warningBoxLayout.addWidget(self.removeAllExceptFiles, 9, 2, 1, 1) warningBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.warningBox.setLayout(warningBoxLayout) self.warnings = QWidget() warningLayout = QVBoxLayout() self.warnings.setLayout(warningLayout) warningLayout.addWidget(self.warningBox) warningLayout.addStretch() warningLayout.setContentsMargins(0, 0, 0, 0) if CONSOLIDATION_IMPLEMENTED: self.consolidationBox = QGroupBox(_("Photo and Video Consolidation")) self.consolidateIdentical = QCheckBox( _("Consolidate files across devices and downloads") ) tip = _( "Analyze the results of device scans looking for duplicate files and " "matching RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." ) self.consolidateIdentical.setToolTip(tip) self.treatRawJpegLabel = QLabel(_("Treat matching RAW and JPEG files as:")) self.oneRawJpeg = QRadioButton(_("One photo")) self.twoRawJpeg = QRadioButton(_("Two photos")) tip = _( "Display matching pairs of RAW and JPEG photos as one photo, and if " "marked, download both." ) self.oneRawJpeg.setToolTip(tip) tip = _( "Display matching pairs of RAW and JPEG photos as two different " "photos. You can still synchronize their sequence numbers." ) self.twoRawJpeg.setToolTip(tip) self.treatRawJpegGroup = QButtonGroup() self.treatRawJpegGroup.addButton(self.oneRawJpeg) self.treatRawJpegGroup.addButton(self.twoRawJpeg) self.markRawJpegLabel = QLabel(_("With matching RAW and JPEG photos:")) self.noJpegWhenRaw = QRadioButton(_("Do not mark JPEG for download")) self.noRawWhenJpeg = QRadioButton(_("Do not mark RAW for download")) self.markRawJpeg = QRadioButton(_("Mark both for download")) self.markRawJpegGroup = QButtonGroup() for widget in (self.noJpegWhenRaw, self.noRawWhenJpeg, self.markRawJpeg): self.markRawJpegGroup.addButton(widget) tip = _( "When matching RAW and JPEG photos are found, do not automatically " "mark the JPEG for\n" "download. You can still mark it for download yourself." ) self.noJpegWhenRaw.setToolTip(tip) tip = _( "When matching RAW and JPEG photos are found, do not automatically " "mark the RAW for\n" "download. You can still mark it for download yourself." ) self.noRawWhenJpeg.setToolTip(tip) tip = _( "When matching RAW and JPEG photos are found, automatically mark both " "for download." ) self.markRawJpeg.setToolTip(tip) explanation = _( "If you disable file consolidation, choose what to do when a download " "device is inserted while completed downloads are displayed:" ) else: explanation = _( "When a download device is inserted while completed downloads are " "displayed:" ) self.noconsolidationLabel = QLabel(explanation) self.noconsolidationLabel.setWordWrap(True) self.noconsolidationLabel.setSizePolicy( QSizePolicy.Ignored, QSizePolicy.Minimum ) # Unless this next call is made, for some reason the widget is far too high! :-( self.noconsolidationLabel.setContentsMargins(0, 0, 1, 0) self.noConsolidationGroup = QButtonGroup() self.noConsolidationGroup.buttonClicked.connect( self.noConsolidationGroupClicked ) self.clearCompletedDownloads = QRadioButton(_("Clear completed downloads")) self.keepCompletedDownloads = QRadioButton( _("Keep displaying completed downloads") ) self.promptCompletedDownloads = QRadioButton(_("Prompt for what to do")) self.noConsolidationGroup.addButton(self.clearCompletedDownloads) self.noConsolidationGroup.addButton(self.keepCompletedDownloads) self.noConsolidationGroup.addButton(self.promptCompletedDownloads) tip = _( "Automatically clear the display of completed downloads whenever a new " "download device is inserted." ) self.clearCompletedDownloads.setToolTip(tip) tip = _( "Keep displaying completed downloads whenever a new download device is " "inserted." ) self.keepCompletedDownloads.setToolTip(tip) tip = _( "Prompt whether to keep displaying completed downloads or clear them " "whenever a new download device is inserted." ) self.promptCompletedDownloads.setToolTip(tip) if CONSOLIDATION_IMPLEMENTED: consolidationBoxLayout = QGridLayout() consolidationBoxLayout.addWidget(self.consolidateIdentical, 0, 0, 1, 3) consolidationBoxLayout.addWidget(self.treatRawJpegLabel, 1, 1, 1, 2) consolidationBoxLayout.addWidget(self.oneRawJpeg, 2, 1, 1, 2) consolidationBoxLayout.addWidget(self.twoRawJpeg, 3, 1, 1, 2) consolidationBoxLayout.addWidget(self.markRawJpegLabel, 4, 2, 1, 1) consolidationBoxLayout.addWidget(self.noJpegWhenRaw, 5, 2, 1, 1) consolidationBoxLayout.addWidget(self.noRawWhenJpeg, 6, 2, 1, 1) consolidationBoxLayout.addWidget(self.markRawJpeg, 7, 2, 1, 1, Qt.AlignTop) consolidationBoxLayout.addWidget(self.noconsolidationLabel, 8, 0, 1, 3) consolidationBoxLayout.addWidget(self.keepCompletedDownloads, 9, 0, 1, 3) consolidationBoxLayout.addWidget(self.clearCompletedDownloads, 10, 0, 1, 3) consolidationBoxLayout.addWidget(self.promptCompletedDownloads, 11, 0, 1, 3) consolidationBoxLayout.setColumnMinimumWidth(0, checkbox_width) consolidationBoxLayout.setColumnMinimumWidth(1, checkbox_width) consolidationBoxLayout.setRowMinimumHeight(7, checkbox_width * 2) self.consolidationBox.setLayout(consolidationBoxLayout) self.consolidation = QWidget() consolidationLayout = QVBoxLayout() consolidationLayout.addWidget(self.consolidationBox) consolidationLayout.addStretch() consolidationLayout.setContentsMargins(0, 0, 0, 0) consolidationLayout.setSpacing(18) self.consolidation.setLayout(consolidationLayout) self.setCompletedDownloadsValues() self.setConsolidatedValues() self.consolidateIdentical.stateChanged.connect( self.consolidateIdenticalChanged ) self.treatRawJpegGroup.buttonClicked.connect(self.treatRawJpegGroupClicked) self.markRawJpegGroup.buttonClicked.connect(self.markRawJpegGroupClicked) self.metadataBox = QGroupBox(_("Metadata")) self.ignoreMdatatimeMtpDng = QCheckBox( _("Ignore DNG date/time metadata on MTP devices") ) tip = _( "Ignore date/time metadata in DNG files located on MTP devices, and use " "the file's modification time instead.\n\n" "Useful for devices like some phones and tablets that create incorrect " "DNG metadata." ) self.ignoreMdatatimeMtpDng.setToolTip(tip) self.forceExiftool = QCheckBox(_("Read photo metadata using only ExifTool")) tip = _( "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by " "Leica M8\n" "cameras." ) self.forceExiftool.setToolTip(tip) self.forceExiftoolVideo = QCheckBox( _("Read video metadata using only ExifTool") ) tip = _( "

                                Use ExifTool instead of MediaInfo and Gstreamer to read video metadata " "and extract thumbnails.

                                " "

                                The default is to use MediaInfo and Gstreamer, with three " "exceptions:

                                " "
                                1. ExifTool reports a time zone and MediaInfo does not.
                                2. " "
                                3. ExifTool provides more reliable data than MediaInfo for some file " "formats.
                                4. " "
                                5. Gstreamer is unable to extract thumbnails.
                                " ) self.forceExiftoolVideo.setToolTip(tip) self.setMetdataValues() self.ignoreMdatatimeMtpDng.stateChanged.connect( self.ignoreMdatatimeMtpDngChanged ) self.forceExiftool.stateChanged.connect(self.forceExiftoolChanged) self.forceExiftoolVideo.stateChanged.connect(self.forceExiftoolVideoChanged) metadataLayout = QVBoxLayout() metadataLayout.addWidget(self.ignoreMdatatimeMtpDng) metadataLayout.addWidget(self.forceExiftool) if FORCE_EXIFTOOL_VIDEO_IMPLEMENTED: metadataLayout.addWidget(self.forceExiftoolVideo) self.metadataBox.setLayout(metadataLayout) if not CONSOLIDATION_IMPLEMENTED: self.completedDownloadsBox = QGroupBox(_("Completed Downloads")) completedDownloadsLayout = QVBoxLayout() completedDownloadsLayout.addWidget(self.noconsolidationLabel) completedDownloadsLayout.addWidget(self.keepCompletedDownloads) completedDownloadsLayout.addWidget(self.clearCompletedDownloads) completedDownloadsLayout.addWidget(self.promptCompletedDownloads) self.completedDownloadsBox.setLayout(completedDownloadsLayout) self.setCompletedDownloadsValues() self.miscWidget = QWidget() miscLayout = QVBoxLayout() miscLayout.addWidget(self.metadataBox) if not CONSOLIDATION_IMPLEMENTED: miscLayout.addWidget(self.completedDownloadsBox) miscLayout.addStretch() miscLayout.setContentsMargins(0, 0, 0, 0) miscLayout.setSpacing(18) self.miscWidget.setLayout(miscLayout) self.panels.addWidget(self.devices) self.panels.addWidget(self.language) self.panels.addWidget(self.automation) self.panels.addWidget(self.performance) self.panels.addWidget(self.timeZone) self.panels.addWidget(self.errorWidget) self.panels.addWidget(self.warnings) if CONSOLIDATION_IMPLEMENTED: self.panels.addWidget(self.consolidation) self.panels.addWidget(self.miscWidget) layout = QVBoxLayout() self.setLayout(layout) layout.setSpacing(layout.contentsMargins().left() * 2) layout.setContentsMargins(18, 18, 18, 18) buttons = QDialogButtonBox( QDialogButtonBox.RestoreDefaults | QDialogButtonBox.Close | QDialogButtonBox.Help ) translateDialogBoxButtons(buttons) self.restoreButton = buttons.button(QDialogButtonBox.RestoreDefaults) # type: QPushButton self.restoreButton.clicked.connect(self.restoreDefaultsClicked) self.helpButton = buttons.button(QDialogButtonBox.Help) # type: QPushButton self.helpButton.clicked.connect(self.helpButtonClicked) self.helpButton.setToolTip(_("Get help online...")) self.closeButton = buttons.button(QDialogButtonBox.Close) # type: QPushButton self.closeButton.clicked.connect(self.close) controlsLayout = QHBoxLayout() controlsLayout.addWidget(self.chooser) controlsLayout.addWidget(self.panels) controlsLayout.setStretch(0, 0) controlsLayout.setStretch(1, 1) controlsLayout.setSpacing(layout.contentsMargins().left()) layout.addLayout(controlsLayout) layout.addWidget(buttons) self.device_right_side_buttons = ( self.removeDevice, self.removeAllDevice, self.addPath, self.removePath, self.removeAllPath, ) self.device_list_widgets = (self.knownDevices, self.ignoredPaths) self.chooser.setCurrentRow(0) def reject(self) -> None: # If not called, rejecting this dialog will cause Rapid Photo Downloader to # crash self.close() def _addItems(self, pref_list: str, pref_type: int) -> None: if self.prefs.list_not_empty(key=pref_list): for value in self.prefs[pref_list]: QListWidgetItem(value, self.knownDevices, pref_type) def setDeviceWidgetValues(self) -> None: self.onlyExternal.setChecked(self.prefs.only_external_mounts) self.scanSpecificFolders.setChecked(self.prefs.scan_specific_folders) self.setFoldersToScanWidgetValues() self.knownDevices.clear() self._addItems("volume_whitelist", KnownDeviceType.volume_whitelist) self._addItems("volume_blacklist", KnownDeviceType.volume_blacklist) self._addItems("camera_blacklist", KnownDeviceType.camera_blacklist) if self.knownDevices.count(): self.knownDevices.setCurrentRow(0) self.removeDevice.setEnabled(self.knownDevices.count()) self.removeAllDevice.setEnabled(self.knownDevices.count()) self.setIgnorePathWidgetValues() def setLanguageWidgetValues(self) -> None: # Translators: this is an option when the user chooses the language to use for # Rapid Photo Downloader and it allows them to reset it back to whatever their # system language settings are. The < and > are not HTML codes. They are there # simply to set this choice apart from all the other choices in the drop down # list. You can keep the < > if you like, or replace them with whatever you # typically use in your language. self.languages.addItem(_(""), system_language) for code, language in available_languages( display_locale_code=self.prefs.language ): self.languages.addItem(language, code) value = self.prefs.language if value: index = self.languages.findData(value) self.languages.setCurrentIndex(index) def setFoldersToScanWidgetValues(self) -> None: self.foldersToScan.clear() if self.prefs.list_not_empty("folders_to_scan"): self.foldersToScan.addItems(self.prefs.folders_to_scan) self.foldersToScan.setCurrentRow(0) self.setFoldersToScanState() def setFoldersToScanState(self) -> None: scan_specific = self.prefs.scan_specific_folders self.foldersToScanLabel.setEnabled(scan_specific) self.foldersToScan.setEnabled(scan_specific) self.addFolderToScan.setEnabled(scan_specific) self.removeFolderToScan.setEnabled( scan_specific and self.foldersToScan.count() > 1 ) def setIgnorePathWidgetValues(self) -> None: self.ignoredPaths.clear() if self.prefs.list_not_empty("ignored_paths"): self.ignoredPaths.addItems(self.prefs.ignored_paths) self.ignoredPaths.setCurrentRow(0) self.removePath.setEnabled(self.ignoredPaths.count()) self.removeAllPath.setEnabled(self.ignoredPaths.count()) self.ignoredPathsRe.setChecked(self.prefs.use_re_ignored_paths) def setAutomationWidgetValues(self) -> None: self.autoMount.setChecked(self.prefs.auto_mount) self.autoDownloadStartup.setChecked(self.prefs.auto_download_at_startup) self.autoDownloadInsertion.setChecked( self.prefs.auto_download_upon_device_insertion ) self.autoEject.setChecked(self.prefs.auto_unmount) self.autoExit.setChecked(self.prefs.auto_exit) self.setAutoExitErrorState() def setAutoExitErrorState(self) -> None: if self.prefs.auto_exit: self.autoExitError.setChecked(self.prefs.auto_exit_force) self.autoExitError.setEnabled(True) else: self.autoExitError.setChecked(False) self.autoExitError.setEnabled(False) def setPerformanceValues(self, check_boxes_only: bool = False) -> None: self.generateThumbnails.setChecked(self.prefs.generate_thumbnails) self.useThumbnailCache.setChecked( self.prefs.use_thumbnail_cache and self.prefs.generate_thumbnails ) self.fdoThumbnails.setChecked( self.prefs.save_fdo_thumbnails and self.prefs.generate_thumbnails ) if not check_boxes_only: available = available_cpu_count(physical_only=True) self.maxCores.addItems(str(i + 1) for i in range(0, available)) self.maxCores.setCurrentText(str(self.prefs.max_cpu_cores)) def setPerfomanceEnabled(self) -> None: enable = self.prefs.generate_thumbnails self.useThumbnailCache.setEnabled(enable) self.fdoThumbnails.setEnabled(enable) self.maxCores.setEnabled(enable) self.coresLabel.setEnabled(enable) def setCacheValues(self) -> None: self.thumbnailNumber.setText(thousands(self.thumbnail_cache.no_thumbnails())) self.thumbnailSqlSize.setText( format_size_for_user(self.thumbnail_cache.db_size()) ) self.thumbnailCacheDaysKeep.setValue(self.prefs.keep_thumbnails_days) @pyqtSlot("PyQt_PyObject") def setCacheSize(self, size: int) -> None: self.thumbnailCacheSize.setText(format_size_for_user(size)) def setTimeZoneValues(self) -> None: ignore = self.prefs.ignore_time_zone_changes self.ignoreTimeZone.setChecked(ignore) self.timeZoneOffsetResolution.setCurrentText( str(self.prefs.time_zone_offset_resolution) ) self.timeZoneOffset.setEnabled(ignore) self.timeZoneOffsetLabel.setEnabled(ignore) def setErrorHandingValues(self) -> None: if self.prefs.conflict_resolution == int(ConflictResolution.skip): self.skipDownload.setChecked(True) else: self.addIdentifier.setChecked(True) if self.prefs.backup_duplicate_overwrite: self.overwriteBackup.setChecked(True) else: self.skipBackup.setChecked(True) def setWarningValues(self) -> None: self.warnDownloadingAll.setChecked(self.prefs.warn_downloading_all) if self.prefs.backup_files: self.warnBackupProblem.setChecked(self.prefs.warn_backup_problem) else: self.warnBackupProblem.setChecked(False) self.warnMissingLibraries.setChecked( self.prefs.warn_broken_or_missing_libraries ) self.warnMetadata.setChecked(self.prefs.warn_fs_metadata_error) self.warnUnhandledFiles.setChecked(self.prefs.warn_unhandled_files) self.setAddExceptFilesValues() self.setBackupWarningEnabled() self.setUnhandledWarningEnabled() def setAddExceptFilesValues(self) -> None: self.exceptTheseFiles.clear() if self.prefs.list_not_empty("ignore_unhandled_file_exts"): self.exceptTheseFiles.addItems(self.prefs.ignore_unhandled_file_exts) self.exceptTheseFiles.setCurrentRow(0) def setBackupWarningEnabled(self) -> None: self.warnBackupProblem.setEnabled(self.prefs.backup_files) def setUnhandledWarningEnabled(self) -> None: enabled = self.prefs.warn_unhandled_files for widget in ( self.exceptTheseFilesLabel, self.exceptTheseFiles, self.addExceptFiles, ): widget.setEnabled(enabled) count = bool(self.exceptTheseFiles.count()) for widget in (self.removeExceptFiles, self.removeAllExceptFiles): widget.setEnabled(enabled and count) def setConsolidatedValues(self) -> None: enabled = self.prefs.consolidate_identical self.consolidateIdentical.setChecked(enabled) self.setTreatRawJpeg() self.setMarkRawJpeg() if enabled: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.noConsolidationGroup.setExclusive(False) for widget in ( self.clearCompletedDownloads, self.keepCompletedDownloads, self.promptCompletedDownloads, ): widget.setChecked(False) # Now turn it back on again self.noConsolidationGroup.setExclusive(True) else: self.setCompletedDownloadsValues() self.setConsolidatedEnabled() def setTreatRawJpeg(self) -> None: if self.prefs.consolidate_identical: if self.prefs.treat_raw_jpeg == int(TreatRawJpeg.one_photo): self.oneRawJpeg.setChecked(True) else: self.twoRawJpeg.setChecked(True) else: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.treatRawJpegGroup.setExclusive(False) self.oneRawJpeg.setChecked(False) self.twoRawJpeg.setChecked(False) # Now turn it back on again self.treatRawJpegGroup.setExclusive(True) def setMarkRawJpeg(self) -> None: if self.prefs.consolidate_identical and self.twoRawJpeg.isChecked(): v = self.prefs.mark_raw_jpeg if v == int(MarkRawJpeg.no_jpeg): self.noJpegWhenRaw.setChecked(True) elif v == int(MarkRawJpeg.no_raw): self.noRawWhenJpeg.setChecked(True) else: self.markRawJpeg.setChecked(True) else: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.markRawJpegGroup.setExclusive(False) for widget in (self.noJpegWhenRaw, self.noRawWhenJpeg, self.markRawJpeg): widget.setChecked(False) # Now turn it back on again self.markRawJpegGroup.setExclusive(True) def setConsolidatedEnabled(self) -> None: enabled = self.prefs.consolidate_identical for widget in self.treatRawJpegGroup.buttons(): widget.setEnabled(enabled) self.treatRawJpegLabel.setEnabled(enabled) self.setMarkRawJpegEnabled() for widget in ( self.noconsolidationLabel, self.clearCompletedDownloads, self.keepCompletedDownloads, self.promptCompletedDownloads, ): widget.setEnabled(not enabled) def setMarkRawJpegEnabled(self) -> None: mark_enabled = self.prefs.consolidate_identical and self.twoRawJpeg.isChecked() for widget in self.markRawJpegGroup.buttons(): widget.setEnabled(mark_enabled) self.markRawJpegLabel.setEnabled(mark_enabled) def setVersionCheckValues(self) -> None: self.checkNewVersion.setChecked(self.prefs.check_for_new_versions) self.includeDevRelease.setChecked( self.prefs.include_development_release or self.is_prerelease ) self.setVersionCheckEnabled() def setVersionCheckEnabled(self) -> None: self.includeDevRelease.setEnabled( not (self.is_prerelease or not self.prefs.check_for_new_versions) ) def setMetdataValues(self) -> None: self.ignoreMdatatimeMtpDng.setChecked(self.prefs.ignore_mdatatime_for_mtp_dng) self.forceExiftool.setChecked(self.prefs.force_exiftool) self.forceExiftoolVideo.setChecked(self.prefs.force_exiftool_video) def setCompletedDownloadsValues(self) -> None: s = self.prefs.completed_downloads if s == int(CompletedDownloads.keep): self.keepCompletedDownloads.setChecked(True) elif s == int(CompletedDownloads.clear): self.clearCompletedDownloads.setChecked(True) else: self.promptCompletedDownloads.setChecked(True) @pyqtSlot(int) def onlyExternalChanged(self, state: int) -> None: self.prefs.only_external_mounts = state == Qt.Checked if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot(int) def noDcimChanged(self, state: int) -> None: self.prefs.scan_specific_folders = state == Qt.Checked self.setFoldersToScanState() if self.rapidApp is not None: self.rapidApp.scan_non_cameras_again = True @pyqtSlot(int) def ignoredPathsReChanged(self, state: int) -> None: self.prefs.use_re_ignored_paths = state == Qt.Checked if self.rapidApp is not None: self.rapidApp.scan_all_again = True def _equalizeWidgetWidth(self, widget_list) -> None: max_width = round(max(widget.width() for widget in widget_list)) for widget in widget_list: widget.setFixedWidth(max_width) def showEvent(self, e: QShowEvent): self.chooser.minimum_width = self.restoreButton.width() self._equalizeWidgetWidth(self.device_right_side_buttons) self._equalizeWidgetWidth(self.device_list_widgets) super().showEvent(e) @pyqtSlot(int) def rowChanged(self, row: int) -> None: self.panels.setCurrentIndex(row) # Translators: substituted value is a description for the set of preferences # shown in the preference dialog window, e.g. Devices, Automation, etc. # This string is shown in a tooltip for the "Restore Defaults" button self.restoreButton.setToolTip( _("Restores default %s preference values") % self.chooser_items[row] ) @pyqtSlot() def removeDeviceClicked(self) -> None: row = self.knownDevices.currentRow() item = self.knownDevices.takeItem(row) # type: QListWidgetItem known_device_type = item.type() if known_device_type == KnownDeviceType.volume_whitelist: self.prefs.del_list_value("volume_whitelist", item.text()) elif known_device_type == KnownDeviceType.volume_blacklist: self.prefs.del_list_value("volume_blacklist", item.text()) else: assert known_device_type == KnownDeviceType.camera_blacklist self.prefs.del_list_value("camera_blacklist", item.text()) self.removeDevice.setEnabled(self.knownDevices.count()) self.removeAllDevice.setEnabled(self.knownDevices.count()) if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot() def removeAllDeviceClicked(self) -> None: self.knownDevices.clear() self.prefs.volume_whitelist = [""] self.prefs.volume_blacklist = [""] self.prefs.camera_blacklist = [""] self.removeDevice.setEnabled(False) self.removeAllDevice.setEnabled(False) if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot() def removeFolderToScanClicked(self) -> None: row = self.foldersToScan.currentRow() if row >= 0 and self.foldersToScan.count() > 1: item = self.foldersToScan.takeItem(row) self.prefs.del_list_value("folders_to_scan", item.text()) self.removeFolderToScan.setEnabled(self.foldersToScan.count() > 1) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def addFolderToScanClicked(self) -> None: dlg = FoldersToScanDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setFoldersToScanWidgetValues() if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def removePathClicked(self) -> None: row = self.ignoredPaths.currentRow() if row >= 0: item = self.ignoredPaths.takeItem(row) self.prefs.del_list_value("ignored_paths", item.text()) self.removePath.setEnabled(self.ignoredPaths.count()) self.removeAllPath.setEnabled(self.ignoredPaths.count()) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def removeAllPathClicked(self) -> None: self.ignoredPaths.clear() self.prefs.ignored_paths = [""] self.removePath.setEnabled(False) self.removeAllPath.setEnabled(False) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def addPathClicked(self) -> None: dlg = IgnorePathDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setIgnorePathWidgetValues() if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def ignorePathsReLabelClicked(self) -> None: self.ignoredPathsRe.click() @pyqtSlot(int) def languagesChanged(self, index: int) -> None: if index == 0: self.prefs.language = "" logging.info("Resetting user interface language to system default") elif index > 0: self.prefs.language = self.languages.currentData() logging.info("Setting user interface language to %s", self.prefs.language) @pyqtSlot(int) def autoMountChanged(self, state: int) -> None: on = state == Qt.Checked self.prefs.auto_mount = on if self.rapidApp.use_udsisks: if not on: self.rapidApp.start_monitoring_mount_count = True self.rapidApp.stop_monitoring_mount_count = False else: self.rapidApp.stop_monitoring_mount_count = True self.rapidApp.start_monitoring_mount_count = False @pyqtSlot(int) def autoDownloadStartupChanged(self, state: int) -> None: self.prefs.auto_download_at_startup = state == Qt.Checked @pyqtSlot(int) def autoDownloadInsertionChanged(self, state: int) -> None: self.prefs.auto_download_upon_device_insertion = state == Qt.Checked @pyqtSlot(int) def autoEjectChanged(self, state: int) -> None: self.prefs.auto_unmount = state == Qt.Checked @pyqtSlot(int) def autoExitChanged(self, state: int) -> None: auto_exit = state == Qt.Checked self.prefs.auto_exit = auto_exit self.setAutoExitErrorState() if not auto_exit: self.prefs.auto_exit_force = False @pyqtSlot(int) def autoExitErrorChanged(self, state: int) -> None: self.prefs.auto_exit_force = state == Qt.Checked @pyqtSlot(int) def generateThumbnailsChanged(self, state: int) -> None: self.prefs.generate_thumbnails = state == Qt.Checked self.setPerformanceValues(check_boxes_only=True) self.setPerfomanceEnabled() @pyqtSlot(int) def useThumbnailCacheChanged(self, state: int) -> None: if self.prefs.generate_thumbnails: self.prefs.use_thumbnail_cache = state == Qt.Checked @pyqtSlot(int) def fdoThumbnailsChanged(self, state: int) -> None: if self.prefs.generate_thumbnails: self.prefs.save_fdo_thumbnails = state == Qt.Checked @pyqtSlot(int) def thumbnailCacheDaysKeepChanged(self, value: int) -> None: self.prefs.keep_thumbnails_days = value @pyqtSlot(int) def maxCoresChanged(self, index: int) -> None: if index >= 0: self.prefs.max_cpu_cores = int(self.maxCores.currentText()) @pyqtSlot() def purgeCacheClicked(self) -> None: message = _( "Do you want to purge the thumbnail cache? The cache will be purged when " "the program is next started." ) msgBox = standardMessageBox( parent=self, title=_("Purge Thumbnail Cache"), message=message, standardButtons=QMessageBox.Yes | QMessageBox.No, rich_text=False, ) if msgBox.exec_() == QMessageBox.Yes: self.prefs.purge_thumbnails = True self.prefs.optimize_thumbnail_db = False else: self.prefs.purge_thumbnails = False @pyqtSlot() def optimizeCacheClicked(self) -> None: message = _( "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." ) msgBox = standardMessageBox( parent=self, title=_("Optimize Thumbnail Cache"), message=message, standardButtons=QMessageBox.Yes | QMessageBox.No, rich_text=False, ) if msgBox.exec_() == QMessageBox.Yes: self.prefs.purge_thumbnails = False self.prefs.optimize_thumbnail_db = True else: self.prefs.optimize_thumbnail_db = False @pyqtSlot(int) def ignoreTimeZoneChanged(self, state: int) -> None: ignore = state == Qt.Checked self.prefs.ignore_time_zone_changes = ignore self.timeZoneOffset.setEnabled(ignore) self.timeZoneOffsetLabel.setEnabled(ignore) @pyqtSlot(int) def timeZoneOffsetResolutionChanged(self, index: int) -> None: self.prefs.time_zone_offset_resolution = int( self.timeZoneOffsetResolution.currentText() ) @pyqtSlot(QAbstractButton) def downloadErrorGroupClicked(self, button: QRadioButton) -> None: if self.downloadErrorGroup.checkedButton() == self.skipDownload: self.prefs.conflict_resolution = int(ConflictResolution.skip) else: self.prefs.conflict_resolution = int(ConflictResolution.add_identifier) @pyqtSlot(QAbstractButton) def backupErrorGroupClicked(self, button: QRadioButton) -> None: self.prefs.backup_duplicate_overwrite = ( self.backupErrorGroup.checkedButton() == self.overwriteBackup ) @pyqtSlot(int) def warnDownloadingAllChanged(self, state: int) -> None: self.prefs.warn_downloading_all = state == Qt.Checked @pyqtSlot(int) def warnBackupProblemChanged(self, state: int) -> None: self.prefs.warn_backup_problem = state == Qt.Checked @pyqtSlot(int) def warnMissingLibrariesChanged(self, state: int) -> None: self.prefs.warn_broken_or_missing_libraries = state == Qt.Checked @pyqtSlot(int) def warnMetadataChanged(self, state: int) -> None: self.prefs.warn_fs_metadata_error = state == Qt.Checked @pyqtSlot(int) def warnUnhandledFilesChanged(self, state: int) -> None: self.prefs.warn_unhandled_files = state == Qt.Checked self.setUnhandledWarningEnabled() @pyqtSlot() def addExceptFilesClicked(self) -> None: dlg = ExceptFileExtDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setAddExceptFilesValues() @pyqtSlot() def removeExceptFilesClicked(self) -> None: row = self.exceptTheseFiles.currentRow() if row >= 0: item = self.exceptTheseFiles.takeItem(row) self.prefs.del_list_value("ignore_unhandled_file_exts", item.text()) self.removeExceptFiles.setEnabled(self.exceptTheseFiles.count()) self.removeAllExceptFiles.setEnabled(self.exceptTheseFiles.count()) @pyqtSlot() def removeAllExceptFilesClicked(self) -> None: self.exceptTheseFiles.clear() self.prefs.ignore_unhandled_file_exts = [""] self.removeExceptFiles.setEnabled(False) self.removeAllExceptFiles.setEnabled(False) @pyqtSlot(int) def consolidateIdenticalChanged(self, state: int) -> None: self.prefs.consolidate_identical = state == Qt.Checked self.setConsolidatedValues() self.setConsolidatedEnabled() @pyqtSlot(QAbstractButton) def treatRawJpegGroupClicked(self, button: QRadioButton) -> None: if button == self.oneRawJpeg: self.prefs.treat_raw_jpeg = int(TreatRawJpeg.one_photo) else: self.prefs.treat_raw_jpeg = int(TreatRawJpeg.two_photos) self.setMarkRawJpeg() self.setMarkRawJpegEnabled() @pyqtSlot(QAbstractButton) def markRawJpegGroupClicked(self, button: QRadioButton) -> None: if button == self.noJpegWhenRaw: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.no_jpeg) elif button == self.noRawWhenJpeg: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.no_raw) else: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.both) @pyqtSlot(int) def noJpegWhenRawChanged(self, state: int) -> None: self.prefs.do_not_mark_jpeg = state == Qt.Checked @pyqtSlot(int) def noRawWhenJpegChanged(self, state: int) -> None: self.prefs.do_not_mark_raw = state == Qt.Checked @pyqtSlot(int) def checkNewVersionChanged(self, state: int) -> None: do_check = state == Qt.Checked self.prefs.check_for_new_versions = do_check self.setVersionCheckEnabled() @pyqtSlot(int) def includeDevReleaseChanged(self, state: int) -> None: self.prefs.include_development_release = state == Qt.Checked @pyqtSlot(int) def ignoreMdatatimeMtpDngChanged(self, state: int) -> None: self.prefs.ignore_mdatatime_for_mtp_dng = state == Qt.Checked @pyqtSlot(int) def forceExiftoolChanged(self, state: int) -> None: self.prefs.force_exiftool = state == Qt.Checked @pyqtSlot(int) def forceExiftoolVideoChanged(self, state: int) -> None: self.prefs.force_exiftool_video = state == Qt.Checked @pyqtSlot(QAbstractButton) def noConsolidationGroupClicked(self, button: QRadioButton) -> None: if button == self.keepCompletedDownloads: self.prefs.completed_downloads = int(CompletedDownloads.keep) elif button == self.clearCompletedDownloads: self.prefs.completed_downloads = int(CompletedDownloads.clear) else: self.prefs.completed_downloads = int(CompletedDownloads.prompt) @pyqtSlot() def restoreDefaultsClicked(self) -> None: row = self.chooser.currentRow() if row == 0: for value in ( "only_external_mounts", "scan_specific_folders", "folders_to_scan", "ignored_paths", "use_re_ignored_paths", ): self.prefs.restore(value) self.removeAllDeviceClicked() self.setDeviceWidgetValues() elif row == 1: self.prefs.restore("language") self.languages.setCurrentIndex(0) elif row == 2: for value in ( "auto_mount", "auto_download_at_startup", "auto_download_upon_device_insertion", "auto_unmount", "auto_exit", "auto_exit_force", ): self.prefs.restore(value) self.setAutomationWidgetValues() elif row == 3: for value in ( "generate_thumbnails", "use_thumbnail_cache", "save_fdo_thumbnails", "max_cpu_cores", "keep_thumbnails_days", ): self.prefs.restore(value) self.setPerformanceValues(check_boxes_only=True) self.maxCores.setCurrentText(str(self.prefs.max_cpu_cores)) self.setPerfomanceEnabled() self.thumbnailCacheDaysKeep.setValue(self.prefs.keep_thumbnails_days) elif row == 4: for value in ("ignore_time_zone_changes", "time_zone_offset_resolution"): self.prefs.restore(value) self.setTimeZoneValues() elif row == 5: for value in ("conflict_resolution", "backup_duplicate_overwrite"): self.prefs.restore(value) self.setErrorHandingValues() elif row == 6: for value in ( "warn_downloading_all", "warn_backup_problem", "warn_broken_or_missing_libraries", "warn_fs_metadata_error", "warn_unhandled_files", "ignore_unhandled_file_exts", ): self.prefs.restore(value) self.setWarningValues() elif row == 7 and CONSOLIDATION_IMPLEMENTED: for value in ( "completed_downloads", "consolidate_identical", "one_raw_jpeg", "do_not_mark_jpeg", "do_not_mark_raw", ): self.prefs.restore(value) self.setConsolidatedValues() elif (row == 8 and CONSOLIDATION_IMPLEMENTED) or ( row == 7 and not CONSOLIDATION_IMPLEMENTED ): for value in ( "include_development_release", "ignore_mdatatime_for_mtp_dng", "force_exiftool", "force_exiftool_video", ): self.prefs.restore(value) if not CONSOLIDATION_IMPLEMENTED: self.prefs.restore("completed_downloads") self.setMetdataValues() if not CONSOLIDATION_IMPLEMENTED: self.setCompletedDownloadsValues() @pyqtSlot() def helpButtonClicked(self) -> None: row = self.chooser.currentRow() if row == 0: location = "#devicepreferences" elif row == 1: location = "#languagepreferences" elif row == 2: location = "#automationpreferences" elif row == 3: location = "#thumbnailpreferences" elif row == 4: location = "#timezonehandling" elif row == 5: location = "#errorhandlingpreferences" elif row == 6: location = "#warningpreferences" elif row == 7: if CONSOLIDATION_IMPLEMENTED: location = "#consolidationpreferences" else: location = "#miscellaneousnpreferences" elif row == 8: location = "#miscellaneousnpreferences" else: location = "" webbrowser.open_new_tab( f"https://www.damonlynch.net/rapid/documentation/{location}" ) def closeEvent(self, event: QCloseEvent) -> None: self.cacheSizeThread.quit() self.cacheSizeThread.wait(1000) event.accept() class PreferenceAddDialog(QDialog): """ Base class for adding value to pref list """ def __init__( self, prefs: Preferences, title: str, instruction: str, label: str, pref_value: str, parent=None, ) -> None: super().__init__(parent=parent) self.prefs = prefs self.pref_value = pref_value self.setWindowTitle(title) self.instructionLabel = QLabel(instruction) self.instructionLabel.setWordWrap(False) layout = QVBoxLayout() self.setLayout(layout) self.valueEdit = QLineEdit() formLayout = QFormLayout() formLayout.addRow(label, self.valueEdit) buttons = QDialogButtonBox(QDialogButtonBox.Cancel | QDialogButtonBox.Ok) translateDialogBoxButtons(buttons) buttons.rejected.connect(self.reject) buttons.accepted.connect(self.accept) layout.addWidget(self.instructionLabel) layout.addLayout(formLayout) layout.addWidget(buttons) def accept(self): value = self.valueEdit.text() if value: self.prefs.add_list_value(self.pref_value, value) super().accept() class FoldersToScanDialog(PreferenceAddDialog): """ Dialog prompting for a folder on devices to scan for photos and videos """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a Folder to Scan"), instruction=_( "Specify a folder that will be scanned for photos and videos" ), label=_("Folder:"), pref_value="folders_to_scan", parent=parent, ) class IgnorePathDialog(PreferenceAddDialog): """ Dialog prompting for a path to ignore when scanning devices """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a Path to Ignore"), instruction=_( "Specify a path that will never be scanned for photos or videos" ), label=_("Path:"), pref_value="ignored_paths", parent=parent, ) class ExceptFileExtDialog(PreferenceAddDialog): """ Dialog prompting for file extensions never to warn about """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a File Extension"), instruction=_("Specify a file extension (without the leading dot)"), label=_("Extension:"), pref_value="ignore_unhandled_file_exts", parent=parent, ) def exts(self, exts: list[str]) -> str: return make_internationalized_list([ext.upper() for ext in exts]) def accept(self): value = self.valueEdit.text() if value: while value.startswith("."): value = value[1:] value = value.upper() if value.lower() in ALL_KNOWN_EXTENSIONS: title = _("Invalid File Extension") # Translators: please do not change HTML codes like
                                , , , # or , etc. message = ( _( "The file extension %s is recognized by Rapid Photo " "Downloader, so it makes no sense to warn about its presence." ) % value ) # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or the # program will crash. details = _( "Recognized file types:\n\n" "Photos:\n%(photos)s\n\nVideos:\n%(videos)s\n\n" "Audio:\n%(audio)s\n\nOther:\n%(other)s" ) % dict( photos=self.exts(PHOTO_EXTENSIONS), videos=self.exts(VIDEO_EXTENSIONS + VIDEO_THUMBNAIL_EXTENSIONS), audio=self.exts(AUDIO_EXTENSIONS), other=self.exts(["xmp"]), ) msgBox = standardMessageBox( parent=self, title=title, message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Information, ) msgBox.setDetailedText(details) msgBox.exec() self.valueEdit.setText(value) self.valueEdit.selectAll() return else: self.prefs.add_list_value(self.pref_value, value) QDialog.accept(self) class CacheSize(QObject): size = pyqtSignal("PyQt_PyObject") # don't convert python int to C++ int @pyqtSlot() def start(self) -> None: self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) @pyqtSlot() def getCacheSize(self) -> None: self.size.emit(self.thumbnail_cache.cache_size()) if __name__ == "__main__": # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() prefDialog = PreferencesDialog(prefs) prefDialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/prefs/preferences.py0000644000175000017500000012476314562557501022666 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import datetime import logging import os import re from pathlib import Path from typing import NamedTuple from packaging.version import Version, parse from PyQt5.QtCore import QSettings, Qt, QTime import raphodo.__about__ import raphodo.constants as constants from raphodo.constants import FileType, PresetPrefType from raphodo.generatenameconfig import ( DEFAULT_PHOTO_RENAME_PREFS, DEFAULT_SUBFOLDER_PREFS, DEFAULT_VIDEO_RENAME_PREFS, DEFAULT_VIDEO_SUBFOLDER_PREFS, DICT_IMAGE_RENAME_L0, DICT_SUBFOLDER_L0, DICT_VIDEO_RENAME_L0, DICT_VIDEO_SUBFOLDER_L0, DOWNLOAD_SEQ_NUMBER, JOB_CODE, LIST_SEQUENCE_L1, LOWERCASE, PHOTO_RENAME_MENU_DEFAULTS_CONV, SEPARATOR, SEQUENCE_LETTER, SESSION_SEQ_NUMBER, STORED_SEQ_NUMBER, VIDEO_RENAME_MENU_DEFAULTS_CONV, PrefError, PrefValueKeyComboError, check_pref_valid, upgrade_pre090a4_rename_pref, ) from raphodo.metadata.fileformats import ALL_KNOWN_EXTENSIONS from raphodo.storage.storage import ( get_media_dir, platform_photos_directory, platform_photos_identifier, platform_videos_directory, platform_videos_identifier, ) from raphodo.utilities import ( available_cpu_count, default_thumbnail_process_count, make_internationalized_list, ) class ScanPreferences: r""" Handle user preferences while scanning devices like memory cards, cameras or the filesystem. Sets data attribute valid to True if ignored paths are valid. An ignored path is always assumed to be valid unless regular expressions are used. If regular expressions are used, then it is valid only if a valid regular expression can be compiled from each line. >>> no_ignored_paths = ScanPreferences([]) >>> no_ignored_paths.valid True >>> some_paths = ScanPreferences(['.Trash', '.thumbnails']) >>> some_paths.valid True >>> some_re_paths = ScanPreferences(['.Trash', '\.[tT]humbnails'], True) >>> some_re_paths.valid True >>> some_more_re_paths = ScanPreferences(['.Trash', '\.[tThumbnails'], True) >>> some_more_re_paths.valid False """ def __init__( self, ignored_paths: list[str], use_regular_expressions: bool = False ) -> None: self.ignored_paths = ignored_paths self.use_regular_expressions = use_regular_expressions if ignored_paths and use_regular_expressions: self.valid = self._check_and_compile_re() else: self.re_pattern = None self.valid = True def scan_this_path(self, path: str) -> bool: """ Returns true if the path should be included in the scan. Assumes path is a full path """ # see method list_not_empty() in Preferences class to see # what an "empty" list is: [''] if not (self.ignored_paths and self.ignored_paths[0]): return True if not self.use_regular_expressions: return not path.endswith(tuple(self.ignored_paths)) return not self.re_pattern.match(path) def _check_and_compile_re(self) -> bool: """ Take the ignored paths and attempt to compile a regular expression out of them. Checks line by line. :return: True if there were no problems creating the regular expression pattern """ assert self.use_regular_expressions error_encountered = False pattern = "" for path in self.ignored_paths: # check path for validity try: re.match(path, "") pattern += f".*{path}s$|" except re.error: logging.error(f"Ignoring malformed regular expression: {path}") error_encountered = True if pattern: pattern = pattern[:-1] try: self.re_pattern = re.compile(pattern) except re.error: logging.error(f"This regular expression is invalid: {pattern}") self.re_pattern = None error_encountered = True logging.debug(f"Ignored paths regular expression pattern: {pattern}") return not error_encountered class DownloadsTodayTracker: """ Handles tracking the number of successful downloads undertaken during any one day. When a day starts is flexible. See for more details: http://damonlynch.net/rapid/documentation/#renameoptions """ def __init__(self, downloads_today: list[str], day_start: str) -> None: """ :param downloads_today: list[str,str] containing date and the number of downloads today e.g. ['2015-08-15', '25'] :param day_start: the time the day starts, e.g. "03:00" indicates the day starts at 3 a.m. """ self.day_start = day_start self.downloads_today = downloads_today def get_or_reset_downloads_today(self) -> int: """ Primary method to get the Downloads Today value, because it resets the value if no downloads have already occurred on the day of the download. :return: the number of successful downloads that have occurred today """ v = self.get_downloads_today() if v <= 0: self.reset_downloads_today() # -1 was returned in the Gtk+ version of Rapid Photo Downloader - # why? v = 0 return v def get_downloads_today(self) -> int: """ :return the preference value for the number of successful downloads performed today. If value is less than zero, the date has changed since the value was last updated. """ hour, minute = self.get_day_start() try: adjusted_today = datetime.datetime.strptime( f"{self.downloads_today[0]} {hour}:{minute}", "%Y-%m-%d %H:%M" ) except Exception: logging.critical( "Failed to calculate date adjustment. Download today values " "appear to be corrupted: %s %s:%s", self.downloads_today[0], hour, minute, ) adjusted_today = None now = datetime.datetime.today() if adjusted_today is None: return -1 if now < adjusted_today: try: return int(self.downloads_today[1]) except ValueError: logging.error("Invalid Downloads Today value. Resetting value to zero.") self.reset_downloads_today() return 0 else: return -1 def get_day_start(self) -> tuple[int, int]: """ :return: hour and minute components as tuple of ints """ try: t1, t2 = self.day_start.split(":") return int(t1), int(t2) except ValueError: logging.error( "'Start of day' preference value %s is corrupted. Resetting " "to midnight", self.day_start, ) self.day_start = "0:0" return 0, 0 def increment_downloads_today(self) -> bool: """ :return: True if day changed """ v = self.get_downloads_today() if v >= 0: self.set_downloads_today(self.downloads_today[0], v + 1) return False else: self.reset_downloads_today(1) return True def reset_downloads_today(self, value: int = 0) -> None: now = datetime.datetime.today() hour, minute = self.get_day_start() t = datetime.time(hour, minute) if now.time() < t: date = today() else: d = datetime.datetime.today() + datetime.timedelta(days=1) date = d.strftime("%Y-%m-%d") self.set_downloads_today(date, value) def set_downloads_today(self, date: str, value: int = 0) -> None: self.downloads_today = [date, str(value)] def set_day_start(self, hour: int, minute: int) -> None: self.day_start = f"{hour}:{minute}" def log_vals(self) -> None: logging.info( "Date %s Value %s Day start %s", self.downloads_today[0], self.downloads_today[1], self.day_start, ) def today(): return datetime.date.today().strftime("%Y-%m-%d") class WSLWindowsDrivePrefs(NamedTuple): drive_letter: str label: str auto_mount: bool auto_unmount: bool is_devel_env = os.getenv("RPD_DEVEL_DEFAULTS") is not None class Preferences: """ Program preferences, being a mix of user facing and non-user facing prefs. """ program_defaults = dict(program_version="") rename_defaults = dict( photo_download_folder=platform_photos_directory(), video_download_folder=platform_videos_directory(), photo_subfolder=DEFAULT_SUBFOLDER_PREFS, video_subfolder=DEFAULT_VIDEO_SUBFOLDER_PREFS, photo_rename=DEFAULT_PHOTO_RENAME_PREFS, video_rename=DEFAULT_VIDEO_RENAME_PREFS, # following two extension values introduced in 0.9.0a4: photo_extension=LOWERCASE, video_extension=LOWERCASE, day_start="03:00", downloads_today=[today(), "0"], stored_sequence_no=0, strip_characters=True, synchronize_raw_jpg=False, job_codes=[_("Wedding"), _("Birthday")], remember_job_code=True, ignore_mdatatime_for_mtp_dng=True, ) # custom preset prefs are define below in code such as get_preset() timeline_defaults = dict(proximity_seconds=3600) display_defaults = dict( detailed_time_remaining=False, warn_downloading_all=True, warn_backup_problem=True, warn_broken_or_missing_libraries=True, warn_fs_metadata_error=True, warn_unhandled_files=True, ignore_unhandled_file_exts=["TMP", "DAT"], job_code_sort_key=0, job_code_sort_order=0, did_you_know_on_startup=not is_devel_env, did_you_know_index=0, # see constants.CompletedDownloads: completed_downloads=3, consolidate_identical=True, # see constants.TreatRawJpeg: treat_raw_jpeg=2, # see constants.MarkRawJpeg: mark_raw_jpeg=3, # introduced in 0.9.6b1: auto_scroll=True, # If you change the language setting update it in __init__.py too, where it is # read directly without using this class. language="", show_system_folders=False, # Introduced in 0.9.27b2 survey_countdown=10, # Introduced in 0.9.29 survey_taken=2022 if is_devel_env else 0, # Year. Introduced in 0.9.29 never_prompt_for_survey=False, # Introduced in 0.9.29 ) device_defaults = dict( only_external_mounts=True, device_autodetection=True, this_computer_source=False, this_computer_path="", scan_specific_folders=True, # pre 0.9.3a1 value: device_without_dcim_autodetection=False, is now replaced by # scan_specific_folders folders_to_scan=["DCIM", "PRIVATE", "MP_ROOT"], ignored_paths=[".Trash", ".thumbnails", "THMBNL", "__MACOSX", "Screenshots"], use_re_ignored_paths=False, volume_whitelist=[""], volume_blacklist=[""], camera_blacklist=[""], ) backup_defaults = dict( backup_files=False, backup_device_autodetection=True, photo_backup_identifier=platform_photos_identifier(), video_backup_identifier=platform_videos_identifier(), backup_photo_location=os.path.expanduser("~"), backup_video_location=os.path.expanduser("~"), ) automation_defaults = dict( auto_download_at_startup=False, auto_download_upon_device_insertion=False, auto_unmount=False, auto_exit=False, auto_exit_force=False, move=False, verify_file=False, auto_mount=True, # new in 0.9.29a1 ) performance_defaults = dict( generate_thumbnails=True, use_thumbnail_cache=True, save_fdo_thumbnails=True, max_cpu_cores=default_thumbnail_process_count(), keep_thumbnails_days=30, ) error_defaults = dict( conflict_resolution=int(constants.ConflictResolution.skip), backup_duplicate_overwrite=False, ) destinations = dict(photo_backup_destinations=[""], video_backup_destinations=[""]) version_check = dict( check_for_new_versions=True, include_development_release=False, ignore_versions=[""], ) restart_directives = dict(purge_thumbnails=False, optimize_thumbnail_db=False) metadata_defaults = dict( force_exiftool=False, force_exiftool_video=False, # new in 0.9.35 ignore_time_zone_changes=True, # new in 0.9.29a1 time_zone_offset_resolution=60, # new in 0.9.29a1 ) # New in 0.9.27b2: wsl_defaults = dict( wsl_automount_removable_drives=True, wsl_automount_all_removable_drives=False, ) def __init__(self) -> None: # To avoid infinite recursions arising from the use of __setattr__, # manually assign class values to the class dict self.__dict__["settings"] = QSettings( "Rapid Photo Downloader", "Rapid Photo Downloader" ) self.__dict__["valid"] = True # These next two values must be kept in sync dicts = ( self.program_defaults, self.rename_defaults, self.timeline_defaults, self.display_defaults, self.device_defaults, self.backup_defaults, self.automation_defaults, self.performance_defaults, self.error_defaults, self.destinations, self.version_check, self.restart_directives, self.metadata_defaults, self.wsl_defaults, ) group_names = ( "Program", "Rename", "Timeline", "Display", "Device", "Backup", "Automation", "Performance", "ErrorHandling", "Destinations", "VersionCheck", "RestartDirectives", "Metadata", "WindowsSubsystemLinux", ) assert len(dicts) == len(group_names) # Create quick lookup table for types of each value, including the # special case of lists, which use the type of what they contain. # While we're at it also merge the dictionaries into one dictionary # of default values. self.__dict__["types"] = {} self.__dict__["defaults"] = {} for d in dicts: for key, value in d.items(): t = type(value[0]) if isinstance(value, list) else type(value) self.types[key] = t self.defaults[key] = value # Create quick lookup table of the group each key is in self.__dict__["groups"] = {} for idx, d in enumerate(dicts): for key in d: self.groups[key] = group_names[idx] def __getitem__(self, key): group = self.groups.get(key, "General") self.settings.beginGroup(group) v = self.settings.value(key, self.defaults[key], self.types[key]) self.settings.endGroup() return v def __getattr__(self, key): return self[key] def __setitem__(self, key, value): group = self.groups.get(key, "General") self.settings.beginGroup(group) self.settings.setValue(key, value) self.settings.endGroup() def __setattr__(self, key, value): self[key] = value def value_is_set(self, key, group: str | None = None) -> bool: if group is None: group = "General" group = self.groups.get(key, group) self.settings.beginGroup(group) v = self.settings.contains(key) self.settings.endGroup() return v def sync(self): self.settings.sync() def status(self) -> QSettings.Status: return self.settings.status() def restore(self, key: str) -> None: self[key] = self.defaults[key] def get_custom_presets( self, preset_type: PresetPrefType ) -> tuple[list[str], list[list[str]]]: """ Returns the custom presets for the particular type. :param preset_type: one of photo subfolder, video subfolder, photo rename, or video rename :return: tuple of list of present names and list of pref lists. Each item in the first list corresponds with the item of the same index in the second list. """ preset_pref_lists = [] preset_names = [] self.settings.beginGroup("Presets") preset = preset_type.name size = self.settings.beginReadArray(preset) for i in range(size): self.settings.setArrayIndex(i) preset_names.append(self.settings.value("name", type=str)) preset_pref_lists.append(self.settings.value("pref_list", type=str)) self.settings.endArray() self.settings.endGroup() return preset_names, preset_pref_lists def set_custom_presets( self, preset_type: PresetPrefType, preset_names: list[str], preset_pref_lists: list[list[str]], ) -> None: """ Saves a list of custom presets in the user's preferences. If the list of preset names is empty, the preference value will be cleared. :param preset_type: one of photo subfolder, video subfolder, photo rename, or video rename :param preset_names: list of names for each pref list :param preset_pref_lists: the list of pref lists """ self.settings.beginGroup("Presets") preset = preset_type.name # Clear all the existing presets with that name. # If we don't do this, when the array shrinks, old values can hang around, # even though the array size is set correctly. self.settings.remove(preset) self.settings.beginWriteArray(preset) for i in range(len(preset_names)): self.settings.setArrayIndex(i) self.settings.setValue("name", preset_names[i]) self.settings.setValue("pref_list", preset_pref_lists[i]) self.settings.endArray() self.settings.endGroup() def get_wsl_drives(self) -> list[WSLWindowsDrivePrefs]: drives = [] self.settings.beginGroup("WindowsSubsystemLinux") setting = "drives" size = self.settings.beginReadArray(setting) for i in range(size): self.settings.setArrayIndex(i) drive = self.settings.value("drive") drives.append( WSLWindowsDrivePrefs( drive_letter=drive[0], label=drive[1], auto_mount=drive[2] == "true", auto_unmount=drive[3] == "true", ) ) self.settings.endArray() self.settings.endGroup() return drives def set_wsl_drives(self, drives: list[WSLWindowsDrivePrefs]): self.settings.beginGroup("WindowsSubsystemLinux") setting = "drives" self.settings.remove(setting) self.settings.beginWriteArray(setting) for i in range(len(drives)): self.settings.setArrayIndex(i) drive = drives[i] self.settings.setValue( "drive", [drive.drive_letter, drive.label, drive.auto_mount, drive.auto_unmount], ) self.settings.endArray() self.settings.endGroup() def get_proximity(self) -> int: """ Validates preference value proxmity_seconds against standard list. Given the user could enter any old value into the preferences, need to validate it. The validation technique is to match whatever value is in the preferences with the closest value we need, which is found in the list of int proximity_time_steps. For the algorithm, see: http://stackoverflow.com/questions/12141150/from-list-of-integers-get-number-closest-to-a-given-value No need to use bisect list, as our list is tiny, and using min has the advantage of getting the closest value. Note: we store the value in seconds, but use it in minutes, just in case a user one day makes a compelling case to be able to specify a proximity value less than 1 minute. :return: closest valid value in minutes """ minutes = self.proximity_seconds // 60 return min(constants.proximity_time_steps, key=lambda x: abs(x - minutes)) def set_proximity(self, minutes: int) -> None: self.proximity_seconds = minutes * 60 def _pref_list_uses_component( self, pref_list, pref_component, offset: int = 1 ) -> bool: for i in range(0, len(pref_list), 3): if pref_list[i + offset] == pref_component: return True return False def any_pref_uses_stored_sequence_no(self) -> bool: """ :return True if any of the pref lists contain a stored sequence no """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, STORED_SEQ_NUMBER): return True return False def any_pref_uses_session_sequence_no(self) -> bool: """ :return True if any of the pref lists contain a session sequence no """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, SESSION_SEQ_NUMBER): return True return False def any_pref_uses_sequence_letter_value(self) -> bool: """ :return True if any of the pref lists contain a sequence letter """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, SEQUENCE_LETTER): return True return False def photo_rename_pref_uses_downloads_today(self) -> bool: """ :return: True if the photo rename pref list contains a downloads today """ return self._pref_list_uses_component(self.photo_rename, DOWNLOAD_SEQ_NUMBER) def video_rename_pref_uses_downloads_today(self) -> bool: """ :return: True if the video rename pref list contains a downloads today """ return self._pref_list_uses_component(self.video_rename, DOWNLOAD_SEQ_NUMBER) def photo_rename_pref_uses_stored_sequence_no(self) -> bool: """ :return: True if the photo rename pref list contains a stored sequence no """ return self._pref_list_uses_component(self.photo_rename, STORED_SEQ_NUMBER) def video_rename_pref_uses_stored_sequence_no(self) -> bool: """ :return: True if the video rename pref list contains a stored sequence no """ return self._pref_list_uses_component(self.video_rename, STORED_SEQ_NUMBER) def check_prefs_for_validity(self) -> tuple[bool, str]: """ Checks photo & video rename, and subfolder generation preferences ensure they follow name generation rules. Moreover, subfolder name specifications must not: 1. start with a separator 2. end with a separator 3. have two separators in a row :return: tuple with two values: (1) bool and error message if prefs are invalid (else empty string) """ msg = "" valid = True tests = ( (self.photo_rename, DICT_IMAGE_RENAME_L0), (self.video_rename, DICT_VIDEO_RENAME_L0), (self.photo_subfolder, DICT_SUBFOLDER_L0), (self.video_subfolder, DICT_VIDEO_SUBFOLDER_L0), ) # test file renaming for pref, pref_defn in tests[:2]: try: check_pref_valid(pref_defn, pref) except PrefError as e: valid = False msg += e.msg + "\n" # test subfolder generation for pref, pref_defn in tests[2:]: try: check_pref_valid(pref_defn, pref) L1s = [pref[i] for i in range(0, len(pref), 3)] if L1s[0] == SEPARATOR: raise PrefValueKeyComboError( _("Subfolder preferences should not start with a %s") % os.sep ) elif L1s[-1] == SEPARATOR: raise PrefValueKeyComboError( _("Subfolder preferences should not end with a %s") % os.sep ) else: for i in range(len(L1s) - 1): if L1s[i] == SEPARATOR and L1s[i + 1] == SEPARATOR: raise PrefValueKeyComboError( _( "Subfolder preferences should not contain two %s " "one after the other" ) % os.sep ) except PrefError as e: valid = False msg += e.msg + "\n" return valid, msg def _filter_duplicate_generation_prefs(self, preset_type: PresetPrefType) -> None: preset_names, preset_pref_lists = self.get_custom_presets( preset_type=preset_type ) seen = set() filtered_names = [] filtered_pref_lists = [] duplicates = [] for name, pref_list in zip(preset_names, preset_pref_lists): value = tuple(pref_list) if value in seen: duplicates.append(name) else: seen.add(value) filtered_names.append(name) filtered_pref_lists.append(pref_list) if duplicates: human_readable = preset_type.name[len("preset_") :].replace("_", " ") logging.warning( "Removed %s duplicate(s) from %s presets: %s", len(duplicates), human_readable, make_internationalized_list(duplicates), ) self.set_custom_presets( preset_type=preset_type, preset_names=filtered_names, preset_pref_lists=filtered_pref_lists, ) def filter_duplicate_generation_prefs(self) -> None: """ Remove any duplicate subfolder generation or file renaming custom presets """ logging.info("Checking for duplicate name generation preference values") for preset_type in PresetPrefType: self._filter_duplicate_generation_prefs(preset_type) def must_synchronize_raw_jpg(self) -> bool: """ :return: True if synchronize_raw_jpg is True and photo renaming uses sequence values """ if self.synchronize_raw_jpg: for s in LIST_SEQUENCE_L1: if self._pref_list_uses_component(self.photo_rename, s, 1): return True return False def format_pref_list_for_pretty_print(self, pref_list) -> str: """ :return: string useful for printing the preferences """ v = "" for i in range(0, len(pref_list), 3): c = ":" if pref_list[i + 1] or pref_list[i + 2] else "" s = f"{pref_list[i]}{c} " if pref_list[i + 1]: s = f"{s}{pref_list[i + 1]}" if pref_list[i + 2]: s = f"{s} ({pref_list[i + 2]})" v += s + "\n" return v def get_pref_lists(self, file_name_only: bool) -> tuple[list[str], ...]: """ :return: a tuple of the photo & video rename and subfolder generation preferences """ if file_name_only: return self.photo_rename, self.video_rename else: return ( self.photo_rename, self.photo_subfolder, self.video_rename, self.video_subfolder, ) def get_day_start_qtime(self) -> QTime: """ :return: day start time in QTime format, resetting to midnight on value error """ try: h, m = self.day_start.split(":") h = int(h) m = int(m) assert 0 <= h <= 23 assert 0 <= m <= 59 return QTime(h, m) except (ValueError, AssertionError): logging.error( "'Start of day' preference value %s is corrupted. Resetting to " "midnight.", self.day_start, ) self.day_start = "0:0" return QTime(0, 0) def get_checkable_value(self, key: str) -> Qt.CheckState: """ Gets a boolean preference value using Qt's CheckState values :param key: the preference item to get :return: value converted from bool to an Qt.CheckState enum value """ value = self[key] if value: return Qt.Checked else: return Qt.Unchecked def pref_uses_job_code(self, pref_list: list[str]) -> bool: """Returns True if the particular preference contains a job code""" return any(pref_list[i] == JOB_CODE for i in range(0, len(pref_list), 3)) def any_pref_uses_job_code(self) -> bool: """Returns True if any of the preferences contain a job code""" for pref_list in self.get_pref_lists(file_name_only=False): if self.pref_uses_job_code(pref_list): return True return False def file_type_uses_job_code(self, file_type: FileType) -> bool: """ Returns True if either the subfolder generation or file renaming for the file type uses a Job Code. """ if file_type == FileType.photo: pref_lists = self.photo_rename, self.photo_subfolder else: pref_lists = self.video_rename, self.video_subfolder return any(self.pref_uses_job_code(pref_list) for pref_list in pref_lists) def most_recent_job_code(self, missing: str | None = None) -> str: """ Get the most recent Job Code used (which is assumed to be at the top). :param missing: If there is no Job Code, and return this default value :return: most recent job code, or missing, or if not found, '' """ if len(self.job_codes) > 0: value = self.job_codes[0] return value or missing or "" elif missing is not None: return missing else: return "" def photo_rename_index(self, preset_pref_lists: list[list[str]]) -> int: """ Matches the photo pref list with program filename generation defaults and the user's presets. :param preset_pref_lists: list of custom presets :return: -1 if no match (i.e. custom), or the index into PHOTO_RENAME_MENU_DEFAULTS_CONV + photo rename presets if it matches """ rename = PHOTO_RENAME_MENU_DEFAULTS_CONV + tuple(preset_pref_lists) try: return rename.index(self.photo_rename) except ValueError: return -1 def video_rename_index(self, preset_pref_lists: list[list[str]]) -> int: """ Matches the video pref list with program filename generation defaults and the user's presets. :param preset_pref_lists: list of custom presets :return: -1 if no match (i.e. custom), or the index into VIDEO_RENAME_MENU_DEFAULTS_CONV + video rename presets if it matches """ rename = VIDEO_RENAME_MENU_DEFAULTS_CONV + tuple(preset_pref_lists) try: return rename.index(self.video_rename) except ValueError: return -1 def add_list_value(self, key, value, max_list_size=0) -> None: """ Add value to pref list if it doesn't already exist. Values are added to the start of the list. An empty list contains only one item: [''] :param key: the preference key :param value: the value to add :param max_list_size: if non-zero, the list's last value will be deleted """ if len(self[key]) == 1 and self[key][0] == "": self[key] = [value] elif value not in self[key]: # Must assign the value like this, otherwise the preference value # will not be updated: if max_list_size: self[key] = [value] + self[key][: max_list_size - 1] else: self[key] = [value] + self[key] def del_list_value(self, key: str, value) -> None: """ Remove a value from the pref list indicated by key. Exceptions are not caught. An empty list contains only one item: [''] :param key: the preference key :param value: the value to delete """ # Must remove the value like this, otherwise the preference value # will not be updated: pref_value = self[key] pref_value.remove(value) self[key] = pref_value if len(self[key]) == 0: self[key] = [""] def list_not_empty(self, key: str) -> bool: """ In our pref schema, an empty list is [''], not [] :param key: the preference value to examine :return: True if the pref list is not empty """ return bool(self[key] and self[key][0]) def reset(self) -> None: """ Reset all program preferences to their default settings """ self.settings.clear() self.program_version = raphodo.__about__.__version__ def upgrade_prefs(self, previous_version: Version) -> None: """ Upgrade the user's preferences if needed. :param previous_version: previous version of Rapid Photo Downloader """ photo_video_rename_change = parse("0.9.0a4") if previous_version < photo_video_rename_change: for key in ("photo_rename", "video_rename"): pref_list, case = upgrade_pre090a4_rename_pref(self[key]) if pref_list != self[key]: self[key] = pref_list logging.info("Upgraded %s preference value", key.replace("_", " ")) if case is not None: if key == "photo_rename": self.photo_extension = case else: self.video_extension = case v090a5 = parse("0.9.0a5") if previous_version < v090a5: # Versions prior to 0.9.0a5 incorrectly set the conflict resolution value # when importing preferences from 0.4.11 or earlier try: value = self.conflict_resolution except TypeError: self.settings.endGroup() default = self.defaults["conflict_resolution"] default_name = constants.ConflictResolution(default).name logging.warning( "Resetting Conflict Resolution preference value to %s", default_name ) self.conflict_resolution = default # destinationButtonPressed is no longer used by 0.9.0a5 self.settings.beginGroup("MainWindow") key = "destinationButtonPressed" try: if self.settings.contains(key): logging.debug("Removing preference value %s", key) self.settings.remove(key) except Exception: logging.warning("Unknown error removing %s preference value", key) self.settings.endGroup() v090b6 = parse("0.9.0b6") key = "warn_broken_or_missing_libraries" group = "Display" if previous_version < v090b6 and not self.value_is_set(key, group): # Versions prior to 0.9.0b6 may have a preference value # 'warn_no_libmediainfo' which is now renamed to # 'broken_or_missing_libraries' if self.value_is_set("warn_no_libmediainfo", group): self.settings.beginGroup(group) v = self.settings.value("warn_no_libmediainfo", True, bool) self.settings.remove("warn_no_libmediainfo") self.settings.endGroup() logging.debug( "Transferring preference value %s for warn_no_libmediainfo to " "warn_broken_or_missing_libraries", v, ) self.warn_broken_or_missing_libraries = v else: logging.debug( "Not transferring preference value warn_no_libmediainfo to " "warn_broken_or_missing_libraries because it doesn't exist" ) v093a1 = parse("0.9.3a1") key = "scan_specific_folders" group = "Device" if previous_version < v093a1 and not self.value_is_set(key, group): # Versions prior to 0.9.3a1 used a preference value to indicate if # devices lacking a DCIM folder should be scanned. It is now renamed # to 'scan_specific_folders' if self.value_is_set("device_without_dcim_autodetection"): self.settings.beginGroup(group) v = self.settings.value("device_without_dcim_autodetection", True, bool) self.settings.remove("device_without_dcim_autodetection") self.settings.endGroup() self.settings.endGroup() logging.debug( "Transferring preference value %s for " "device_without_dcim_autodetection to scan_specific_folders as %s", v, not v, ) self.scan_specific_folders = not v else: logging.debug( "Not transferring preference value " "device_without_dcim_autodetection to scan_specific_folders " "because it doesn't exist" ) v0919b2 = parse("0.9.19b2") key = "ignored_paths" group = "Device" if previous_version < v0919b2 and self.value_is_set(key, group): # Versions prior to 0.9.19b2 did not include all the ignored paths # introduced in 0.9.16 and 0.9.19b2. If the user already has some # values, these new defaults will not be added automatically. So add # them here. for value in ("THMBNL", "__MACOSX"): # If the value is not already in the list, add it logging.info("Adding folder '%s' to list of ignored paths" % value) self.add_list_value(key=key, value=value) v0927a3 = parse("0.9.27a3") if previous_version < v0927a3 and self.value_is_set(key, group): # Versions prior to 0.9.27a3 did not include all the ignored paths # included in that version logging.info("Adding folder 'Screenshots' to list of ignored paths") self.add_list_value(key=key, value="Screenshots") def check_show_system_folders(self) -> None: """ Determine if system folders should be shown because a download source or destination is on a system path, i.e. not in /home, /media, /mnt, or possibly /run Adjusts show_system_folders setting to True if necessary. """ if self.show_system_folders: return if self.source_or_destination_is_system_folder(): logging.info( "Forcibly setting show system folders to true", ) self.show_system_folders = True def source_or_destination_is_system_folder(self) -> bool: """ :return: True if the "This Computer", photo or video destination is on a system folder """ system_dir_located = False non_system_root_folders = constants.non_system_root_folders if get_media_dir().startswith("/run"): non_system_root_folders.append("/run") for path, name in ( (self.photo_download_folder, "Photo download folder"), (self.video_download_folder, "Video download folder"), (self.this_computer_path, "This computer path"), ): parts = Path(path).resolve().parts if path and ( len(parts) < 2 or f"/{parts[1]}" not in non_system_root_folders ): logging.debug("'%s' %s is a system directory", name, path) system_dir_located = True break return system_dir_located def validate_max_CPU_cores(self) -> None: logging.debug("Validating CPU core count for thumbnail generation...") available = available_cpu_count(physical_only=True) logging.debug("...%s physical cores detected", available) if self.max_cpu_cores > available: logging.info("Setting CPU Cores for thumbnail generation to %s", available) self.max_cpu_cores = available def validate_ignore_unhandled_file_exts(self) -> None: # logging.debug('Validating list of file extension to not warn about...') self.ignore_unhandled_file_exts = [ ext.upper() for ext in self.ignore_unhandled_file_exts if ext.lower() not in ALL_KNOWN_EXTENSIONS ] def warn_about_unknown_file(self, ext: str) -> bool: if not self.warn_unhandled_files: return False if not self.ignore_unhandled_file_exts[0]: return True return ext.upper() not in self.ignore_unhandled_file_exts def settings_path(self) -> str: """ :return: the full path of the settings file """ return self.settings.fileName() def match_pref_list(pref_lists: list[list[str]], user_pref_list: list[str]) -> int: try: return pref_lists.index(user_pref_list) except ValueError: return -1 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/problemnotification.py0000755000175000017500000005457114562557501023317 0ustar00damondamon# Copyright (C) 2010-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Notify user of problems when downloading: problems with subfolder and filename generation, download errors, and so forth Goals ===== Group problems into tasks: 1. scanning 2. copying 3. renaming (presented to user as finalizing file and download subfolder names) 4. backing up - per backup device Present messages in a human-readable manner. Multiple metadata problems can occur: group them. Distinguish error severity """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2010-2024, Damon Lynch" import logging from collections import deque from collections.abc import Iterator from html import escape from raphodo.camera import gphoto2_named_error from raphodo.constants import ErrorType from raphodo.utilities import make_internationalized_list def make_href(name: str, uri: str) -> str: """ Construct a hyperlink. """ # Note: keep consistent with ErrorReport._saveUrls() return f'{escape(name)}' class Problem: def __init__( self, name: str | None = None, uri: str | None = None, exception: Exception | None = None, **attrs, ) -> None: for attr, value in attrs.items(): setattr(self, attr, value) self.name = name self.uri = uri self.exception = exception @property def title(self) -> str: logging.critical( "title() not implemented in subclass %s", self.__class__.__name__ ) return "undefined" @property def body(self) -> str: logging.critical( "body() not implemented in subclass %s", self.__class__.__name__ ) return "undefined" @property def details(self) -> list[str]: if self.exception is not None: try: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. return [ escape(_("Error: %(errno)s %(strerror)s")) % dict(errno=self.exception.errno, strerror=self.exception.strerror) ] except AttributeError: return [escape(_("Error: %s")) % self.exception] else: return [] @property def href(self) -> str: if self.name and self.uri: return make_href(name=self.name, uri=self.uri) else: logging.critical( "href() is missing name or uri in subclass %s", self.__class__.__name__ ) @property def severity(self) -> ErrorType: return ErrorType.warning class SeriousProblem(Problem): @property def severity(self) -> ErrorType: return ErrorType.serious_error class CameraGpProblem(SeriousProblem): @property def details(self) -> list[str]: try: return [ escape(_("GPhoto2 Error: %s")) % escape(gphoto2_named_error(self.gp_code)) ] except AttributeError: return [] class CameraInitializationProblem(CameraGpProblem): @property def body(self) -> str: return escape( _( "Unable to initialize the camera, probably because another program is " "using it. No files were copied from it." ) ) @property def severity(self) -> ErrorType: return ErrorType.critical_error class CameraDirectoryReadProblem(CameraGpProblem): @property def body(self) -> str: return escape(_("Unable to read directory %s")) % self.href class CameraFileInfoProblem(CameraGpProblem): @property def body(self) -> str: return ( escape(_("Unable to access modification time or size from %s")) % self.href ) class CameraFileReadProblem(CameraGpProblem): @property def body(self) -> str: return escape(_("Unable to read file %s")) % self.href class FileWriteProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Unable to write file %s")) % self.href class FileMoveProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Unable to move file %s")) % self.href class FileDeleteProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Unable to remove file %s")) % self.href class FileCopyProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Unable to copy file %s")) % self.href class FileZeroLengthProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Zero length file %s will not be downloaded")) % self.href class FsMetadataReadProblem(Problem): @property def body(self) -> str: return ( escape(_("Could not determine filesystem modification time for %s")) % self.href ) class FileMetadataLoadProblem(Problem): @property def body(self) -> str: return escape(_("Unable to load metadata from %s")) % self.href class FileMetadataLoadProblemNoDownload(SeriousProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "Unable to load metadata from %(name)s. The %(filetype)s was not " "downloaded." ) ) % dict(filetype=self.file_type, name=self.href) class FsMetadataWriteProblem(Problem): @property def body(self) -> str: return ( escape( _( "An error occurred setting a file's filesystem metadata on the " "filesystem %s. " "If this error occurs again on the same filesystem, it will not be " "reported again." ) ) % self.href ) @property def details(self) -> list[str]: return [ # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. escape(_("Error: %(errno)s %(strerror)s")) % dict(errno=e.errno, strerror=e.strerror) for e in self.mdata_exceptions ] class UnhandledFileProblem(SeriousProblem): @property def body(self) -> str: return ( escape(_("Encountered unhandled file %s. It will not be downloaded.")) % self.href ) class FileAlreadyExistsProblem(SeriousProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _("%(filetype)s %(destination)s already exists.") ) % dict(filetype=escape(self.file_type_capitalized), destination=self.href) @property def details(self) -> list[str]: d = list() d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _( "The existing %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." ) ) % dict( filetype=escape(self.file_type), date=escape(self.date), time=escape(self.time), destination=self.href, ) ) d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _("The %(filetype)s %(source)s was not downloaded from %(device)s.") ) % dict( filetype=escape(self.file_type), source=self.source, device=self.device ) ) return d class IdentifierAddedProblem(FileAlreadyExistsProblem): @property def details(self) -> list[str]: d = list() d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _( "The existing %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." ) ) % dict( filetype=escape(self.file_type), date=escape(self.date), time=escape(self.time), destination=self.href, ) ) d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _("The %(filetype)s %(source)s was downloaded from %(device)s.") ) % dict( filetype=escape(self.file_type), source=self.source, device=self.device ) ) d.append( escape(_("The unique identifier '%s' was added to the filename.")) % self.identifier ) return d @property def severity(self) -> ErrorType: return ErrorType.warning class BackupAlreadyExistsProblem(FileAlreadyExistsProblem): @property def details(self) -> list[str]: d = list() d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _( "The existing backup %(filetype)s %(destination)s was last " "modified on %(date)s at %(time)s." ) ) % dict( filetype=escape(self.file_type), date=escape(self.date), time=escape(self.time), destination=self.href, ) ) d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _("The %(filetype)s %(source)s was not backed up from %(device)s.") ) % dict( filetype=escape(self.file_type), source=self.source, device=self.device ) ) return d class BackupOverwrittenProblem(BackupAlreadyExistsProblem): @property def details(self) -> list[str]: d = list() d.append( escape( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _( "The previous backup %(filetype)s %(destination)s was last " "modified on %(date)s at %(time)s." ) ) % dict( filetype=escape(self.file_type), date=escape(self.date), time=escape(self.time), destination=self.name, ) ) d.append( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. escape( _( "The %(filetype)s %(source)s from %(device)s was backed up, " "overwriting the previous backup %(filetype)s." ) ) % dict( filetype=escape(self.file_type), source=self.source, device=self.device ) ) return d @property def severity(self) -> ErrorType: return ErrorType.warning class DuplicateFileWhenSyncingProblem(SeriousProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "When synchronizing RAW + JPEG sequence values, a duplicate " "%(filetype)s %(file)s was encountered, and was not downloaded." ) ) % dict(file=self.href, filetype=self.file_type) class SameNameDifferentExif(Problem): @property def body(self) -> str: return escape( _( "When synchronizing RAW + JPEG sequence values, photos were detected " "with the same filenames, but taken at different times:" ) ) @property def details(self) -> list[str]: return [ escape( # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or the # program will crash. _( "%(image1)s was taken on %(image1_date)s at %(image1_time)s, " "and %(image2)s on %(image2_date)s at %(image2_time)s." ) ) % dict( image1=self.image1, image1_date=self.image1_date, image1_time=self.image1_time, image2=self.image2, image2_date=self.image2_date, image2_time=self.image2_time, ) ] class RenamingAssociateFileProblem(SeriousProblem): @property def body(self) -> str: return escape(_("Unable to finalize the filename for %s")) % self.source class FilenameNotFullyGeneratedProblem(Problem): def __init__( self, name: str | None = None, uri: str | None = None, exception: Exception | None = None, **attrs, ) -> None: super().__init__(name=name, uri=uri, exception=exception, **attrs) self.missing_metadata = [] self.file_type = "" self.destination = "" self.source = "" self.bad_converstion_date_time = False self.bad_conversion_exception = None # type: Exception|None self.invalid_date_time = False self.missing_extension = False self.missing_image_no = False self.component_error = False self.component_problem = "" self.component_exception = None def has_error(self) -> bool: """ :return: True if any of the errors occurred """ return ( bool(self.missing_metadata) or self.invalid_date_time or self.bad_converstion_date_time or self.missing_extension or self.missing_image_no or self.component_error ) @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "The filename %(destination)s was not fully generated for " "%(filetype)s %(source)s." ) ) % dict( destination=self.destination, filetype=self.file_type, source=self.source ) @property def details(self) -> list[str]: d = [] if len(self.missing_metadata) == 1: d.append( escape( # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. _("The %(type)s metadata is missing.") ) % dict(type=self.missing_metadata[0]) ) elif len(self.missing_metadata) > 1: d.append( escape(_("The following metadata is missing: %s.")) % make_internationalized_list(self.missing_metadata) ) if self.bad_converstion_date_time: d.append( escape(_("Date/time conversion failed: %s.")) % self.bad_conversion_exception ) if self.invalid_date_time: d.append( escape( _( "Could not extract valid date/time metadata or determine the " "file modification time." ) ) ) if self.missing_extension: d.append(escape(_("Filename does not have an extension."))) if self.missing_image_no: d.append(escape(_("Filename does not have a number component."))) if self.component_error: d.append( escape(_("Error generating component %(component)s. Error: %(error)s")) % dict(component=self.component_problem, error=self.component_exception) ) return d class FolderNotFullyGeneratedProblemProblem(FilenameNotFullyGeneratedProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." ) ) % dict(folder=self.destination, filetype=self.file_type, source=self.source) class NoDataToNameProblem(SeriousProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." ) ) % dict( subfolder_file=self.area, filename=self.href, filetype=self.file_type, ) class RenamingFileProblem(SeriousProblem): @property def body(self) -> str: return escape( # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. _( "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." ) ) % dict( filetype=escape(self.file_type), destination=escape(self.destination), folder=self.folder, source=self.href, device=self.device, ) class SubfolderCreationProblem(Problem): @property def body(self) -> str: return escape(_("Unable to create the download subfolder %s.")) % self.folder @property def severity(self) -> ErrorType: return ErrorType.critical_error class BackupSubfolderCreationProblem(SubfolderCreationProblem): @property def body(self) -> str: return escape(_("Unable to create the backup subfolder %s.")) % self.folder class Problems: def __init__( self, name: str | None = "", uri: str | None = "", problem: Problem | None = None, ) -> None: self.problems = deque() self.name = name self.uri = uri if problem: self.append(problem=problem) def __len__(self) -> int: return len(self.problems) def __iter__(self) -> Iterator[Problem]: return iter(self.problems) def __getitem__(self, index: int) -> Problem: return self.problems[index] def append(self, problem: Problem) -> None: self.problems.append(problem) @property def title(self) -> str: logging.critical( "title() not implemented in subclass %s", self.__class__.__name__ ) return "undefined" @property def body(self) -> str: return "body" @property def details(self) -> list[str]: return [] @property def href(self) -> str: if self.name and self.uri: return make_href(name=self.name, uri=self.uri) else: logging.critical( "href() is missing name or uri in %s", self.__class__.__name__ ) class ScanProblems(Problems): @property def title(self) -> str: return escape(_("Problems scanning %s")) % self.href class CopyingProblems(Problems): @property def title(self) -> str: return escape(_("Problems copying from %s")) % self.href class RenamingProblems(Problems): @property def title(self) -> str: return escape( _("Problems while finalizing filenames and generating subfolders") ) class BackingUpProblems(Problems): @property def title(self) -> str: return escape(_("Problems backing up to %s")) % self.href ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/programversions.py0000644000175000017500000000450014562557501022470 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Detect versions of external programs. Some version checks are also in the module thumbnailextractor """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import re import subprocess import gi gi.require_version("GExiv2", "0.10") from gi.repository import GExiv2 # noqa: E402 def gexiv2_version() -> str: """ :return: version number of GExiv2 """ # GExiv2.get_version() returns an integer XXYYZZ, where XX is the # major version, YY is the minor version, and ZZ is the micro version v = f"{GExiv2.get_version():06d}" return f"{v[0:2]}.{v[2:4]}.{v[4:6]}".replace("00", "0") def exiv2_version() -> str | None: """ :return: version number of exiv2, if available, else None """ # exiv2 outputs a verbose version string, e.g., the first line can be # 'exiv2 0.24 001800 (64-bit build)' # followed by the copyright & GPL try: v = subprocess.check_output(["exiv2", "-V", "-v"]).strip().decode() v = re.search("exiv2=([0-9.]+)\n", v) if v: return v.group(1) else: return None except (OSError, subprocess.CalledProcessError): return None def exiftool_version_info() -> str: """ returns the version of Exiftool being used :return version number, or None if Exiftool cannot be found """ try: return subprocess.check_output(["exiftool", "-ver"]).strip().decode() except (OSError, subprocess.CalledProcessError): return "" EXIFTOOL_VERSION = exiftool_version_info() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/proximity.py0000644000175000017500000031501514562557501021302 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import logging from collections import Counter, defaultdict, deque, namedtuple from collections.abc import Generator from datetime import datetime from itertools import groupby from operator import attrgetter import arrow.arrow from arrow.arrow import Arrow try: from PyQt5.Qt import QWIDGETSIZE_MAX except ImportError: from PyQt5.QtWidgets import QWIDGETSIZE_MAX from PyQt5.QtCore import ( QAbstractTableModel, QCoreApplication, QEvent, QItemSelection, QItemSelectionModel, QLineF, QModelIndex, QObject, QPoint, QRect, # noqa: F401 QRectF, QSize, QSizeF, Qt, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QColor, QFont, QFontMetricsF, QGuiApplication, QIcon, QMouseEvent, QPainter, QPalette, QPixmap, # noqa: F401 QShowEvent, ) from PyQt5.QtWidgets import ( QAbstractItemView, QAction, QApplication, QFrame, QHBoxLayout, QLabel, QPushButton, QSizePolicy, QSlider, QSplitter, QStackedWidget, QStyle, QStyledItemDelegate, QStyleOptionViewItem, QTableView, QVBoxLayout, QWidget, ) from raphodo.constants import ( Align, CustomColors, DarkGray, FileType, MediumGray, Roles, SyncButtonState, TemporalProximityState, fileTypeColor, proximity_time_steps, ) from raphodo.prefs.preferences import Preferences from raphodo.rpdfile import FileTypeCounter from raphodo.timeutils import ( locale_time, make_long_date_format, strip_am, strip_pm, strip_zero, ) from raphodo.ui.viewutils import ( ThumbnailDataForProximity, TightFlexiFrame, base64_thumbnail, coloredPixmap, darkModePixmap, is_dark_mode, ) from raphodo.utilities import runs ProximityRow = namedtuple( "ProximityRow", "year, month, weekday, day, proximity, new_file, tooltip_date_col0, " "tooltip_date_col1, tooltip_date_col2", ) UidTime = namedtuple("UidTime", "ctime, arrowtime, uid, previously_downloaded") def humanize_time_span( start: Arrow, end: Arrow, strip_leading_zero_from_time: bool = True, insert_cr_on_long_line: bool = False, long_format: bool = False, ) -> str: r""" Make times and time spans human-readable. To run the doc test, install language packs for Russian, German and Chinese in addition to English. See details in doctest. :param start: start time :param end: end time :param strip_leading_zero_from_time: strip all leading zeros :param insert_cr_on_long_line: insert a carriage return on long lines :param long_format: if True, return result in long format :return: tuple of time span to be read by humans, in short and long format >>> import locale >>> locale.setlocale(locale.LC_ALL, ('en_US', 'utf-8')) 'en_US.UTF-8' >>> start = arrow.Arrow(2015,11,3,9) >>> end = start >>> print(humanize_time_span(start, end)) 9:00 AM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 9:00 AM >>> print(humanize_time_span(start, end, False)) 09:00 AM >>> print(humanize_time_span(start, end, False, long_format=True)) Nov 3 2015, 09:00 AM >>> start = arrow.Arrow(2015,11,3,9,1,23) >>> end = arrow.Arrow(2015,11,3,9,1,24) >>> print(humanize_time_span(start, end)) 9:01 AM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 9:01 AM >>> start = arrow.Arrow(2015,11,3,9) >>> end = arrow.Arrow(2015,11,3,10) >>> print(humanize_time_span(start, end)) 9:00 - 10:00 AM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 9:00 - 10:00 AM >>> start = arrow.Arrow(2015,11,3,9) >>> end = arrow.Arrow(2015,11,3,13) >>> print(humanize_time_span(start, end)) 9:00 AM - 1:00 PM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 9:00 AM - 1:00 PM >>> start = arrow.Arrow(2015,11,3,12) >>> print(humanize_time_span(start, end)) 12:00 - 1:00 PM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 12:00 - 1:00 PM >>> start = arrow.Arrow(2015,11,3,12, 59) >>> print(humanize_time_span(start, end)) 12:59 - 1:00 PM >>> print(humanize_time_span(start, end, long_format=True)) Nov 3 2015, 12:59 - 1:00 PM >>> start = arrow.Arrow(2015,10,31,11,55) >>> end = arrow.Arrow(2015,11,2,15,15) >>> print(humanize_time_span(start, end)) Oct 31, 11:55 AM - Nov 2, 3:15 PM >>> print(humanize_time_span(start, end, long_format=True)) Oct 31 2015, 11:55 AM - Nov 2 2015, 3:15 PM >>> start = arrow.Arrow(2014,10,31,11,55) >>> print(humanize_time_span(start, end)) Oct 31 2014, 11:55 AM - Nov 2 2015, 3:15 PM >>> print(humanize_time_span(start, end, long_format=True)) Oct 31 2014, 11:55 AM - Nov 2 2015, 3:15 PM >>> print(humanize_time_span(start, end, False)) Oct 31 2014, 11:55 AM - Nov 2 2015, 03:15 PM >>> print(humanize_time_span(start, end, False, long_format=True)) Oct 31 2014, 11:55 AM - Nov 2 2015, 03:15 PM >>> print(humanize_time_span(start, end, False, True)) Oct 31 2014, 11:55 AM - Nov 2 2015, 03:15 PM >>> print(humanize_time_span(start, end, False, True, long_format=True)) Oct 31 2014, 11:55 AM - Nov 2 2015, 03:15 PM >>> locale.setlocale(locale.LC_ALL, ('ru_RU', 'utf-8')) 'ru_RU.UTF-8' >>> start = arrow.Arrow(2015,11,3,9) >>> end = start >>> print(humanize_time_span(start, end)) 9:00 >>> start = arrow.Arrow(2015,11,3,13) >>> end = start >>> print(humanize_time_span(start, end)) 13:00 >>> print(humanize_time_span(start, end, long_format=True)) ноя 3 2015, 13:00 >>> locale.setlocale(locale.LC_ALL, ('de_DE', 'utf-8')) 'de_DE.UTF-8' >>> start = arrow.Arrow(2015,12,18,13,15) >>> end = start >>> print(humanize_time_span(start, end)) 13:15 >>> print(humanize_time_span(start, end, long_format=True)) Dez 18 2015, 13:15 >>> end = start.shift(hours=1) >>> print(humanize_time_span(start, end)) 13:15 - 14:15 >>> locale.setlocale(locale.LC_ALL, ('zh_CN', 'utf-8')) 'zh_CN.UTF-8' >>> start = arrow.Arrow(2015,12,18,19,59,33) >>> end = start >>> print(humanize_time_span(start, end)) 下午 07时59分 >>> end = start.shift(hours=1) >>> print(humanize_time_span(start, end)) 07时59分 - 下午 08时59分 """ strip = strip_leading_zero_from_time if start.floor("minute") == end.floor("minute"): short_format = strip_zero(locale_time(start.datetime), strip) if not long_format: return short_format else: # Translators: for example Nov 3 2015, 11:25 AM # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(date)s, %(time)s") % dict( date=make_long_date_format(start), time=short_format ) if start.floor("day") == end.floor("day"): # both dates are on the same day start_time = strip_zero(locale_time(start.datetime), strip) end_time = strip_zero(locale_time(end.datetime), strip) if start.hour < 12 and end.hour < 12: # both dates are in the same morning start_time = strip_am(start_time) elif start.hour >= 12 and end.hour >= 12: start_time = strip_pm(start_time) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. time_span = _("%(starttime)s - %(endtime)s") % dict( starttime=start_time, endtime=end_time ) if not long_format: # Translators: for example, 9:00 AM - 3:55 PM return time_span else: # Translators: for example, Nov 3 2015, 11:25 AM # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(date)s, %(time)s") % dict( date=make_long_date_format(start), time=time_span ) # The start and end dates are on a different day # Translators: for example, Nov 3 or Dec 31 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. start_date = _("%(month)s %(numeric_day)s") % dict( month=start.datetime.strftime("%b"), numeric_day=start.format("D") ) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. end_date = _("%(month)s %(numeric_day)s") % dict( month=end.datetime.strftime("%b"), numeric_day=end.format("D") ) if start.floor("year") != end.floor("year") or long_format: # Translators: for example, Nov 3 2015 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. start_date = _("%(date)s %(year)s") % dict(date=start_date, year=start.year) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. end_date = _("%(date)s %(year)s") % dict(date=end_date, year=end.year) # Translators: for example, Nov 3, 12:15 PM # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. start_datetime = _("%(date)s, %(time)s") % dict( date=start_date, time=strip_zero(locale_time(start.datetime), strip) ) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. end_datetime = _("%(date)s, %(time)s") % dict( date=end_date, time=strip_zero(locale_time(end.datetime), strip) ) if not insert_cr_on_long_line or long_format: # Translators: for example, Nov 3, 12:15 PM - Nov 4, 1:00 AM # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(earlier_time)s - %(later_time)s") % dict( earlier_time=start_datetime, later_time=end_datetime ) else: # Translators, for example: # Nov 3 2012, 12:15 PM - # Nov 4 2012, 1:00 AM # (please keep the line break signified by \n) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(earlier_time)s -\n%(later_time)s") % dict( earlier_time=start_datetime, later_time=end_datetime ) FontKerning = namedtuple("FontKerning", "font, kerning") def monthFont() -> FontKerning: font = QFont() kerning = 1.2 font.setPointSize(font.pointSize() - 2) font.setLetterSpacing(QFont.PercentageSpacing, kerning * 100) font.setStretch(QFont.SemiExpanded) return FontKerning(font, kerning) def weekdayFont() -> QFont: font = QFont() font.setPointSize(font.pointSize() - 3) return font def dayFont() -> QFont: font = QFont() font.setPointSize(font.pointSize() + 1) return font def proximityFont() -> QFont: font = QFont() # type: QFont font.setPointSize(font.pointSize() - 2) return font def invalidRowFont() -> QFont: font = QFont() font.setPointSize(font.pointSize() - 3) return font class ProximityDisplayValues: """ Temporal Proximity cell sizes. Calculated in a different process to that of the main window. """ def __init__(self): self.depth = None self.row_heights = [] # type: list[int] self.col_widths = None # type: tuple[int] | None # row : (width, height) self.col0_sizes = {} # type: dict[int, tuple[int, int]] self.c2_alignment = {} # type: dict[int, Align] self.c2_end_of_day = set() # type: set[int] self.c2_end_of_month = set() # type: set[int] self.c1_end_of_month = set() # type: set[int] self.assign_fonts() # Column 0 - month + year self.col0_padding = 20.0 self.col0_center_space = 2.0 self.col0_center_space_half = 1.0 # Column 1 - weekday + day self.col1_center_space = 2.0 self.col1_center_space_half = 1.0 self.col1_padding = 10.0 self.col1_v_padding = 50.0 self.col1_v_padding_top = self.col1_v_padding_bot = self.col1_v_padding / 2 self.calculate_max_col1_size() self.day_proportion = self.max_day_height / self.max_col1_text_height self.weekday_proportion = self.max_weekday_height / self.max_col1_text_height # Column 2 - proximity value e.g. 1:00 - 1:45 PM self.col2_new_file_dot = False self.col2_new_file_dot_size = 4 self.col2_new_file_dot_radius = self.col2_new_file_dot_size / 2 self.col2_font_descent_adjust = self.proximityMetrics.descent() / 3 self.col2_font_height_half = self.proximityMetrics.height() / 2 self.col2_new_file_dot_left_margin = 6.0 if self.col2_new_file_dot: self.col2_text_left_margin = ( self.col2_new_file_dot_left_margin * 2 + self.col2_new_file_dot_size ) else: self.col2_text_left_margin = 10.0 self.col2_right_margin = 10.0 self.col2_v_padding = 6.0 self.col2_v_padding_half = 3.0 def assign_fonts(self) -> None: self.proximityFont = proximityFont() self.proximityFontPrevious = QFont(self.proximityFont) self.proximityFontPrevious.setItalic(True) self.proximityMetrics = QFontMetricsF(self.proximityFont) self.proximityMetricsPrevious = QFontMetricsF(self.proximityFontPrevious) mf = monthFont() self.monthFont = mf.font self.month_kerning = mf.kerning self.monthMetrics = QFontMetricsF(self.monthFont) self.weekdayFont = weekdayFont() self.dayFont = dayFont() self.invalidRowFont = invalidRowFont() self.invalidRowFontMetrics = QFontMetricsF(self.invalidRowFont) self.invalidRowHeightMin = ( self.invalidRowFontMetrics.height() + self.proximityMetrics.height() ) def prepare_for_pickle(self) -> None: self.proximityFont = self.proximityMetrics = None self.proximityFontPrevious = self.proximityMetricsPrevious = None self.monthFont = self.monthMetrics = None self.weekdayFont = None self.dayFont = None self.invalidRowFont = self.invalidRowFontMetrics = None def get_month_size(self, month: str) -> QSizeF: boundingRect = self.monthMetrics.boundingRect(month) # type: QRectF height = boundingRect.height() width = boundingRect.width() * self.month_kerning size = QSizeF(width, height) return size def get_month_text(self, month, year) -> str: if self.depth == 3: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(month)s %(year)s") % dict(month=month.upper(), year=year) else: return month.upper() def column0Size(self, year: str, month: str) -> QSizeF: # Don't return a cell size for empty cells that have been # merged into the cell with content. month = self.get_month_text(month, year) size = self.get_month_size(month) # Height and width are reversed because of the rotation size.transpose() return QSizeF( size.width() + self.col0_padding, size.height() + self.col0_padding ) def calculate_max_col1_size(self) -> None: """ Determine largest size for column 1 cells. Column 1 cell sizes are fixed. """ dayMetrics = QFontMetricsF(dayFont()) day_width = 0 day_height = 0 for day in range(10, 32): rect = dayMetrics.boundingRect(str(day)) day_width = max(day_width, rect.width()) day_height = max(day_height, rect.height()) self.max_day_height = day_height self.max_day_width = day_width weekday_width = 0 weekday_height = 0 weekdayMetrics = QFontMetricsF(weekdayFont()) for i in range(1, 7): dt = datetime( 2015, 11, i ) # Year and month are totally irrelevant, only want day weekday = dt.strftime("%a").upper() rect = weekdayMetrics.boundingRect(str(weekday)) weekday_width = max(weekday_width, rect.width()) weekday_height = max(weekday_height, rect.height()) self.max_weekday_height = weekday_height self.max_weekday_width = weekday_width self.max_col1_text_height = weekday_height + day_height + self.col1_center_space self.max_col1_text_width = max(weekday_width, day_width) self.col1_width = self.max_col1_text_width + self.col1_padding self.col1_height = self.max_col1_text_height def get_proximity_size(self, text: str) -> QSizeF: text = text.split("\n") width = height = 0 for t in text: boundingRect = self.proximityMetrics.boundingRect(t) # type: QRectF width = max(width, boundingRect.width()) height += boundingRect.height() size = QSizeF( width + self.col2_text_left_margin + self.col2_right_margin, height + self.col2_v_padding, ) return size def calculate_row_sizes( self, rows: list[ProximityRow], spans: list[tuple[int, int, int]], depth: int ) -> None: """ Calculate row height and column widths. The latter is trivial, the former far more complex. Assumptions: * column 1 cell size is fixed :param rows: list of row details :param spans: list of which rows & columns are spanned :param depth: table depth """ self.depth = depth # Phase 1: (1) identify minimal sizes for columns 0 and 2, and group the cells # (2) assign alignment to column 2 cells spans_dict = {(row, column): row_span for column, row, row_span in spans} next_span_start_c0 = next_span_start_c1 = 0 sizes = [] # type: list[tuple[QSize, list[list[int]]]] for row, value in enumerate(rows): if next_span_start_c0 == row: c0_size = self.column0Size(value.year, value.month) self.col0_sizes[row] = (c0_size.width(), c0_size.height()) c0_children = [] sizes.append((c0_size, c0_children)) c0_span = spans_dict.get((row, 0), 1) next_span_start_c0 = row + c0_span self.c2_end_of_month.add(row + c0_span - 1) if next_span_start_c1 == row: c1_children = [] c0_children.append(c1_children) c1_span = spans_dict.get((row, 1), 1) next_span_start_c1 = row + c1_span c2_span = spans_dict.get((row + c1_span - 1, 2)) if c1_span > 1: self.c2_alignment[row] = Align.bottom if c2_span is None: self.c2_alignment[row + c1_span - 1] = Align.top if row + c1_span - 1 in self.c2_end_of_month: self.c1_end_of_month.add(row) skip_c2_end_of_day = False if c2_span: final_day_in_c2_span = row + c1_span - 2 + c2_span c1_span_in_c2_span_final_day = spans_dict.get( (final_day_in_c2_span, 1) ) skip_c2_end_of_day = c1_span_in_c2_span_final_day is not None if not skip_c2_end_of_day: self.c2_end_of_day.add(row + c1_span - 1) minimal_col2_size = self.get_proximity_size(value.proximity) c1_children.append(minimal_col2_size) # Phase 2: determine column 2 cell sizes, and max widths c0_max_width = 0 c2_max_width = 0 for c0, c0_children in sizes: c0_height = c0.height() c0_max_width = max(c0_max_width, c0.width()) c0_children_height = 0 for c1_children in c0_children: c1_children_height = sum(c2.height() for c2 in c1_children) c2_max_width = max(c2_max_width, max(c2.width() for c2 in c1_children)) extra = max(self.col1_height - c1_children_height, 0) / 2 # Assign in c1's v_padding to first and last child, and any extra c2 = c1_children[0] # type: QSizeF c2.setHeight(c2.height() + self.col1_v_padding_top + extra) c2 = c1_children[-1] # type: QSizeF c2.setHeight(c2.height() + self.col1_v_padding_bot + extra) c1_children_height += ( self.col1_v_padding_top + self.col1_v_padding_bot + extra * 2 ) c0_children_height += c1_children_height extra = max(c0_height - c0_children_height, 0) / 2 if extra: c2 = c0_children[0][0] # type: QSizeF c2.setHeight(c2.height() + extra) c2 = c0_children[-1][-1] # type: QSizeF c2.setHeight(c2.height() + extra) heights = [c2.height() for c1_children in c0_children for c2 in c1_children] self.row_heights.extend(heights) self.col_widths = (c0_max_width, self.col1_width, c2_max_width) def assign_color(self, dominant_file_type: FileType) -> None: self.tableColor = fileTypeColor(dominant_file_type) self.tableColorDarker = self.tableColor.darker(110) self.tableColorMouseover = self.tableColor.lighter(115) self.tableColorMouseoverDarker = self.tableColorMouseover.darker(112) class MetaUid: r""" Stores unique ids for each table cell. Used first when generating the proximity table, and then when displaying tooltips containing thumbnails. Operations are performed by tuple of (row, column) or simply by column. >>> m = MetaUid() >>> m[(0 , 0)] = [b'0', b'1', b'2'] >>> print(m) MetaUid(({0: 3}, {}, {}) ({0: [b'0', b'1', b'2']}, {}, {})) >>> m[(0, 0)] [b'0', b'1', b'2'] >>> m.trim() >>> m[(0, 0)] [b'0', b'2'] >>> m.no_uids((0, 0)) 3 """ def __init__(self): self._uids = tuple({} for i in (0, 1, 2)) # type: tuple[dict[int, list[bytes, ...]], ...] self._no_uids = tuple({} for i in (0, 1, 2)) # type: tuple[dict[int, int], ...] self._col2_row_index = dict() # type: dict[bytes, int] def __repr__(self): return f"MetaUid({self._no_uids!r} {self._uids!r})" def __setitem__(self, key: tuple[int, int], uids: list[bytes]) -> None: row, col = key assert row not in self._uids[col] self._uids[col][row] = uids self._no_uids[col][row] = len(uids) for uid in uids: self._col2_row_index[uid] = row def __getitem__(self, key: tuple[int, int]) -> list[bytes]: row, col = key return self._uids[col][row] def trim(self) -> None: """ Remove unique ids unnecessary for table viewing. Don't, however, remove ids in col 2, as they're useful, e.g. when manually marking a file as previously downloaded """ for col in (0, 1): for row in self._uids[col]: uids = self._uids[col][row] if len(uids) > 1: self._uids[col][row] = [uids[0], uids[-1]] def no_uids(self, key: tuple[int, int]) -> int: """ Number of unique ids the cell had before it was trimmed. """ row, col = key return self._no_uids[col][row] def uids(self, column: int) -> dict[int, list[bytes]]: return self._uids[column] def uid_to_col2_row(self, uid) -> int: return self._col2_row_index[uid] def validate_rows(self, no_rows) -> tuple[int, ...]: """ Very simple validation test to see if all rows are present in cols 2 or 1. :param no_rows: number of rows to validate :return: Tuple of missing rows """ valid = [] col0, col1, col2 = self._uids no_col0, no_col1, no_col2 = self._no_uids for i in range(no_rows): msg0 = "" msg1 = "" if i not in col2 and i not in col1: msg0 = "_uids" if i not in no_col2 and i not in col1: msg1 = "_no_uids" if msg0 or msg1: msg = " and ".join((msg0, msg1)) logging.error( "%s: row %s is missing in %s", self.__class__.__name__, i, msg ) valid.append(i) return tuple(valid) class TemporalProximityGroups: """ Generates values to be displayed in Timeline view. The Timeline has 3 columns: Col 0: the year and month Col 1: the day of the month Col 2: the proximity groups """ # @profile def __init__( self, thumbnail_rows: list[ThumbnailDataForProximity], temporal_span: int = 3600 ): self.rows = [] # type: list[ProximityRow] self.invalid_rows = tuple() # type: tuple[int] # Store uids for each table cell self.uids = MetaUid() self.file_types_in_cell = dict() # type: dict[tuple[int, int], str] times_by_proximity = defaultdict(list) # type: defaultdict[int, Arrow] # The rows the user sees in column 2 can span more than one row of the Timeline. # Each day always spans at least one row in the Timeline, possibly more. # group_no: no days spanned day_spans_by_proximity = dict() # type: dict[int, int] # group_no: ( uids_by_day_in_proximity_group = dict() # type: dict[int, tuple[tuple[int, int, int], list[bytes]]] # uid: (year, month, day) year_month_day = dict() # type: dict[bytes, tuple[int, int, int]] # group_no: list[uid] uids_by_proximity = defaultdict(list) # type: dict[int, list[bytes, ...]] # Determine if proximity group contains any files have not been previously # downloaded new_files_by_proximity = defaultdict(set) # type: dict[int, set[bool]] # Text that will appear in column 2 -- they proximity groups text_by_proximity = deque() # (year, month, day): [uid, uid, ...] self.day_groups = defaultdict(list) # type: defaultdict[tuple[int, int, int], list[bytes]] # (year, month): [uid, uid, ...] self.month_groups = defaultdict(list) # type: defaultdict[tuple[int, int], list[bytes]] # year: [uid, uid, ...] self.year_groups = defaultdict(list) # type: defaultdict[int, list[bytes]] # How many columns the Timeline will display - don't display year when the only # dates are from this year, for instance. self._depth = None # type: int|None # Compared to right now, does the Timeline contain an entry from the previous # year? self._previous_year = False # Compared to right now, does the Timeline contain an entry from the previous # month? self._previous_month = False # Tuple of (column, row, row_span): self.spans = [] # type: list[tuple[int, int, int]] self.row_span_for_column_starts_at_row = {} # type: dict[tuple[int, int], int] # Associate Timeline cells with uids # Timeline row: id self.proximity_view_cell_id_col1 = {} # type: dict[int, int] # Timeline row: id self.proximity_view_cell_id_col2 = {} # type: dict[int, int] # col1, col2, uid self.col1_col2_uid = [] # type: list[tuple[int, int, bytes]] if len(thumbnail_rows) == 0: return file_types = (row.file_type for row in thumbnail_rows) self.dominant_file_type = Counter(file_types).most_common()[0][0] self.display_values = ProximityDisplayValues() thumbnail_rows.sort(key=attrgetter("ctime")) # Generate an arrow date time for every timestamp we have uid_times = [ UidTime( tr.ctime, arrow.get(tr.ctime).to("local"), tr.uid, tr.previously_downloaded, ) for tr in thumbnail_rows ] self.thumbnail_types = tuple(row.file_type for row in thumbnail_rows) now = arrow.now().to("local") current_year = now.year current_month = now.month # Phase 1: Associate unique ids with their year, month and day for x in uid_times: t = x.arrowtime # type: Arrow year = t.year month = t.month day = t.day # Could use arrow.floor here, but it's extremely slow self.day_groups[(year, month, day)].append(x.uid) self.month_groups[(year, month)].append(x.uid) self.year_groups[year].append(x.uid) if year != current_year: # the Timeline contains an entry from the previous year to now self._previous_year = True if month != current_month or self._previous_year: # the Timeline contains an entry from the previous month to now self._previous_month = True # Remember this extracted value year_month_day[x.uid] = year, month, day # Phase 2: Identify the proximity groups group_no = 0 prev = uid_times[0] times_by_proximity[group_no].append(prev.arrowtime) uids_by_proximity[group_no].append(prev.uid) new_files_by_proximity[group_no].add(not prev.previously_downloaded) if len(uid_times) > 1: for current in uid_times[1:]: ctime = current.ctime if ctime - prev.ctime > temporal_span: group_no += 1 times_by_proximity[group_no].append(current.arrowtime) uids_by_proximity[group_no].append(current.uid) new_files_by_proximity[group_no].add(not current.previously_downloaded) prev = current # Phase 3: Generate the proximity group's text that will appear in # the right-most column and its tooltips. # Also calculate the days spanned by each proximity group. # If the days spanned is greater than 1, meaning the number of calendar days # in the proximity group is more than 1, then also keep a copy of the group # where it is broken into separate calendar days # The iteration order doesn't really matter here, so can get away with the # potentially unsorted output of dict.items() for group_no, group in times_by_proximity.items(): start = group[0] # type: Arrow end = group[-1] # type: Arrow # Generate the text short_form = humanize_time_span(start, end, insert_cr_on_long_line=True) long_form = humanize_time_span(start, end, long_format=True) text_by_proximity.append((short_form, long_form)) # Calculate the number of calendar days spanned by this proximity group # e.g. 2015-12-1 12:00 - 2015-12-2 15:00 = 2 days if len(group) > 1: span = len(list(Arrow.span_range("day", start, end))) day_spans_by_proximity[group_no] = span if span > 1: # break the proximity group members into calendar days uids_by_day_in_proximity_group[group_no] = tuple( (y_m_d, list(day)) for y_m_d, day in groupby( uids_by_proximity[group_no], year_month_day.get ) ) else: # start == end day_spans_by_proximity[group_no] = 1 # Phase 4: Generate the rows to be displayed in the Timeline # Keep in mind, the rows the user sees in column 2 can span more than # one calendar day. In such cases, column 1 will be associated with # one or more Timeline rows, one or more of which may be visible only in # column 1. timeline_row = -1 # index into each row in the Timeline thumbnail_index = 0 # index into the self.prev_row_month = (0, 0) self.prev_row_day = (0, 0, 0) # Iterating through the groups in order is critical. Cannot use dict.items() # here. for group_no in range(len(day_spans_by_proximity)): span = day_spans_by_proximity[group_no] timeline_row += 1 proximity_group_times = times_by_proximity[group_no] atime = proximity_group_times[0] # type: Arrow uid = uids_by_proximity[group_no][0] # type: bytes y_m_d = year_month_day[uid] col2_text, tooltip_col2_text = text_by_proximity.popleft() new_file = any(new_files_by_proximity[group_no]) self.rows.append( self.make_row( atime=atime, col2_text=col2_text, new_file=new_file, y_m_d=y_m_d, timeline_row=timeline_row, thumbnail_index=thumbnail_index, tooltip_col2_text=tooltip_col2_text, ) ) uids = uids_by_proximity[group_no] self.uids[(timeline_row, 2)] = uids # self.dump_row(group_no) if span == 1: thumbnail_index += len(proximity_group_times) continue thumbnail_index += len(uids_by_day_in_proximity_group[group_no][0]) # For any proximity groups that span more than one Timeline row because # they span more than one calendar day, add the day to the Timeline, with # blank values for the proximity group (column 2). i = 0 for y_m_d, day in uids_by_day_in_proximity_group[group_no][1:]: i += 1 timeline_row += 1 thumbnail_index += len(uids_by_day_in_proximity_group[group_no][i]) atime = arrow.get(*y_m_d) self.rows.append( self.make_row( atime=atime, col2_text="", new_file=new_file, y_m_d=y_m_d, timeline_row=timeline_row, thumbnail_index=1, tooltip_col2_text="", ) ) # self.dump_row(group_no) # Phase 5: Determine the row spans for each column column = -1 for c in (0, 2, 4): column += 1 start_row = 0 for timeline_row_index, row in enumerate(self.rows): if row[c]: row_count = timeline_row_index - start_row if row_count > 1: self.spans.append((column, start_row, row_count)) start_row = timeline_row_index self.row_span_for_column_starts_at_row[ (timeline_row_index, column) ] = start_row if start_row != len(self.rows) - 1: self.spans.append((column, start_row, len(self.rows) - start_row)) for timeline_row_index in range(start_row, len(self.rows)): self.row_span_for_column_starts_at_row[ (timeline_row_index, column) ] = start_row assert len(self.row_span_for_column_starts_at_row) == len(self.rows) * 3 # Phase 6: Determine the height and width of each row self.display_values.calculate_row_sizes(self.rows, self.spans, self.depth()) # Phase 7: Assign appropriate color to table self.display_values.assign_color(self.dominant_file_type) # Phase 8: associate proximity table cells with uids uid_rows_c1 = {} for proximity_view_cell_id, timeline_row_index in enumerate(self.uids.uids(1)): self.proximity_view_cell_id_col1[ timeline_row_index ] = proximity_view_cell_id uids = self.uids.uids(1)[timeline_row_index] for uid in uids: uid_rows_c1[uid] = proximity_view_cell_id uid_rows_c2 = {} for proximity_view_cell_id, timeline_row_index in enumerate(self.uids.uids(2)): self.proximity_view_cell_id_col2[ timeline_row_index ] = proximity_view_cell_id uids = self.uids.uids(2)[timeline_row_index] for uid in uids: uid_rows_c2[uid] = proximity_view_cell_id assert len(uid_rows_c2) == len(uid_rows_c1) == len(thumbnail_rows) self.col1_col2_uid = [ (uid_rows_c1[row.uid], uid_rows_c2[row.uid], row.uid) for row in thumbnail_rows ] # Assign depth before wiping values used to determine it self.depth() self.display_values.prepare_for_pickle() # Reduce memory use before pickle. Can save about 100MB with # when working with approximately 70,000 thumbnails. self.uids.trim() self.day_groups = None self.month_groups = None self.year_groups = None self.thumbnail_types = None self.invalid_rows = self.validate() if len(self.invalid_rows): logging.error("Timeline validation failed") else: logging.info("Timeline validation passed") def make_file_types_in_cell_text(self, slice_start: int, slice_end: int) -> str: c = FileTypeCounter(self.thumbnail_types[slice_start:slice_end]) return c.summarize_file_count()[0] def make_row( self, atime: Arrow, col2_text: str, new_file: bool, y_m_d: tuple[int, int, int], timeline_row: int, thumbnail_index: int, tooltip_col2_text: str, ) -> ProximityRow: atime_month = y_m_d[:2] if atime_month != self.prev_row_month: self.prev_row_month = atime_month month = atime.datetime.strftime("%B") year = atime.year uids = self.month_groups[atime_month] slice_end = thumbnail_index + len(uids) self.file_types_in_cell[ (timeline_row, 0) ] = self.make_file_types_in_cell_text( slice_start=thumbnail_index, slice_end=slice_end ) self.uids[(timeline_row, 0)] = uids else: month = year = "" if y_m_d != self.prev_row_day: self.prev_row_day = y_m_d numeric_day = atime.format("D") weekday = atime.datetime.strftime("%a") self.uids[(timeline_row, 1)] = self.day_groups[y_m_d] else: weekday = numeric_day = "" # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. month_day = _("%(month)s %(numeric_day)s") % dict( month=atime.datetime.strftime("%b"), numeric_day=atime.format("D") ) # Translators: for example, Nov 2 2015 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. tooltip_col1 = _("%(date)s %(year)s") % dict(date=month_day, year=atime.year) # Translators: for example, Nov 2015 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. tooltip_col0 = _("%(month)s %(year)s") % dict( month=atime.datetime.strftime("%b"), year=atime.year ) return ProximityRow( year=year, month=month, weekday=weekday, day=numeric_day, proximity=col2_text, new_file=new_file, tooltip_date_col0=tooltip_col0, tooltip_date_col1=tooltip_col1, tooltip_date_col2=tooltip_col2_text, ) def __len__(self) -> int: return len(self.rows) def dump_row(self, group_no, extra="") -> None: row = self.rows[-1] print(group_no, extra, row.day, row.proximity.replace("\n", " ")) def __getitem__(self, row_number) -> ProximityRow: return self.rows[row_number] def __setitem__(self, row_number, proximity_row: ProximityRow) -> None: self.rows[row_number] = proximity_row def __iter__(self): return iter(self.rows) def depth(self) -> int: if self._depth is None: if len(self.year_groups) > 1 or self._previous_year: self._depth = 3 elif len(self.month_groups) > 1 or self._previous_month: self._depth = 2 elif len(self.day_groups) > 1: self._depth = 1 else: self._depth = 0 return self._depth def __repr__(self) -> str: return ( f"TemporalProximityGroups with {len(self.rows)} " f"rows and depth of {self.depth()}" ) def validate(self, thumbnailModel=None) -> tuple[int, ...]: """ Partial validation of proximity values :return: """ return self.uids.validate_rows(len(self.rows)) def uid_to_row(self, uid: bytes) -> int: return self.uids.uid_to_col2_row(uid=uid) def row_uids(self, row: int) -> list[bytes]: return self.uids[row, 2] class TemporalProximityModel(QAbstractTableModel): tooltip_image_size = QSize(90, 90) def __init__( self, rapidApp, groups: TemporalProximityGroups | None = None, parent=None ) -> None: super().__init__(parent) self.rapidApp = rapidApp self.groups = groups self.show_debug = False logger = logging.getLogger() for handler in logger.handlers: # name set in iplogging.setup_main_process_logging() if handler.name == "console": self.show_debug = handler.level <= logging.DEBUG self.force_show_debug = ( False # set to True to always display debug info in Timeline ) def columnCount(self, parent=QModelIndex()) -> int: return 3 def rowCount(self, parent=QModelIndex()) -> int: if self.groups: return len(self.groups) else: return 0 def generateToolTip( self, row: int, column: int, proximity_row: ProximityRow ) -> str | None: thumbnails = self.rapidApp.thumbnailModel.thumbnails try: match column: case 1: uids = self.groups.uids.uids(1)[row] length = self.groups.uids.no_uids((row, 1)) date = proximity_row.tooltip_date_col1 file_types = ( self.rapidApp.thumbnailModel.getTypeCountForProximityCell( col1id=self.groups.proximity_view_cell_id_col1[row] ) ) case 2: prow = self.groups.row_span_for_column_starts_at_row[(row, 2)] uids = self.groups.uids.uids(2)[prow] length = self.groups.uids.no_uids((prow, 2)) date = proximity_row.tooltip_date_col2 file_types = ( self.rapidApp.thumbnailModel.getTypeCountForProximityCell( col2id=self.groups.proximity_view_cell_id_col2[prow] ) ) case _: assert column == 0 uids = self.groups.uids.uids(0)[row] length = self.groups.uids.no_uids((row, 0)) date = proximity_row.tooltip_date_col0 file_types = self.groups.file_types_in_cell[row, column] except KeyError: logging.exception("Error in Timeline generation") self.debugDumpState() return None pixmap = thumbnails[uids[0]] # type: QPixmap image = base64_thumbnail(pixmap, self.tooltip_image_size) html_image1 = f'' if length == 1: center = html_image2 = "" else: pixmap = thumbnails[uids[-1]] # type: QPixmap image = base64_thumbnail(pixmap, self.tooltip_image_size) center = " " if length == 2 else " … " html_image2 = f'' tooltip = f"{date}
                                {html_image1} {center} {html_image2}
                                {file_types}" return tooltip def data(self, index: QModelIndex, role=Qt.DisplayRole): if not index.isValid(): return None row = index.row() if row >= len(self.groups) or row < 0: return None column = index.column() if column < 0 or column > 3: return None proximity_row = self.groups[row] # type: ProximityRow match role: case Qt.DisplayRole: invalid_row = self.show_debug and row in self.groups.invalid_rows invalid_rows = ( self.show_debug and len(self.groups.invalid_rows) > 0 or self.force_show_debug ) match column: case 0: return proximity_row.year, proximity_row.month case 1: return proximity_row.weekday, proximity_row.day case _: return ( proximity_row.proximity, proximity_row.new_file, invalid_row, invalid_rows, ) case Roles.uids: prow = self.groups.row_span_for_column_starts_at_row[(row, 2)] uids = self.groups.uids.uids(2)[prow] return uids case Qt.ToolTipRole: return self.generateToolTip(row, column, proximity_row) def debugDumpState( self, selected_rows_col1: list[int] = None, selected_rows_col2: list[int] = None ) -> None: thumbnailModel = self.rapidApp.thumbnailModel logging.debug("%r", self.groups) # Print rows and values to the debugging output if len(self.groups) < 20: for row, prow in enumerate(self.groups.rows): logging.debug("Row %s", row) logging.debug(f"{prow.year} | {prow.month} | {prow.day}") for col in (0, 1, 2): if row in self.groups.uids._uids[col]: uids = self.groups.uids._uids[col][row] files = ", ".join( thumbnailModel.rpd_files[uid].name for uid in uids ) logging.debug(f"Col {col}: {files}") def updatePreviouslyDownloaded(self, uids: list[bytes]) -> None: """ Examine Timeline data to see if any Timeline rows should have their column 2 formatting updated to reflect that there are no new files to be downloaded in that particular row. :param uids: list of uids that have been manually marked as previously downloaded """ processed_rows = set() # type: set[int] rows_to_update = [] for uid in uids: row = self.groups.uid_to_row(uid=uid) if row not in processed_rows: processed_rows.add(row) row_uids = self.groups.row_uids(row) logging.debug( "Examining row %s to see if any have not been previously " "downloaded", row, ) if not self.rapidApp.thumbnailModel.anyFileNotPreviouslyDownloaded( uids=row_uids ): proximity_row = self.groups[row] # type: ProximityRow self.groups[row] = proximity_row._replace(new_file=False) rows_to_update.append(row) logging.debug( "Row %s will be updated to show it has no new files", row ) if rows_to_update: for first, last in runs(rows_to_update): self.dataChanged.emit(self.index(first, 2), self.index(last, 2)) class TemporalProximityDelegate(QStyledItemDelegate): """ Render table cell for Timeline. All cell size calculations are done prior to rendering. The table has 3 columns: - Col 0: month & year (col will be hidden if all dates are in the current month) - Col 1: day e.g. 'Fri 16' - Col 2: time(s), e.g. '5:09 AM', or '4:09 - 5:27 PM' """ def __init__(self, parent=None) -> None: super().__init__(parent) self.darkGray = QColor(DarkGray) self.darkerGray = self.darkGray.darker(140) self.darkGrayMouseover = self.darkGray.lighter(120) self.darkerGrayMouseover = self.darkerGray.lighter(120) self.midGray = QColor(MediumGray) # column 2 cell color is assigned in ProximityDisplayValues palette = QGuiApplication.instance().palette() self.highlight = palette.highlight().color() self.darkerHighlight = self.highlight.darker(110) self.highlightMouseover = self.highlight.lighter(120) self.darkerHighlightMouseover = self.darkerHighlight.lighter(120) self.highlightText = palette.highlightedText().color() self.newFileColor = QColor(CustomColors.color7.value) self.dv = None # type: ProximityDisplayValues | None def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: row = index.row() column = index.column() optionRectF = QRectF(option.rect) match column: case 0: # Month and year painter.save() if option.state & QStyle.State_Selected: if option.state & QStyle.State_MouseOver: color = self.highlightMouseover barColor = self.darkerHighlightMouseover else: color = self.highlight barColor = self.darkerHighlight textColor = self.highlightText else: if option.state & QStyle.State_MouseOver: color = self.darkGrayMouseover barColor = self.darkerGrayMouseover else: color = self.darkGray barColor = self.darkerGray textColor = self.dv.tableColor painter.fillRect(optionRectF, color) painter.setPen(textColor) year, month = index.data() month = self.dv.get_month_text(month, year) x = optionRectF.x() y = optionRectF.y() painter.setFont(self.dv.monthFont) painter.setPen(textColor) # Set position in the cell painter.translate(x, y) # Rotate the coming text rendering painter.rotate(270.0) # Translate positioning to reflect new rotation painter.translate(-1 * optionRectF.height(), 0) rect = QRectF(0, 0, optionRectF.height(), optionRectF.width()) painter.drawText(rect, Qt.AlignCenter, month) painter.setPen(barColor) painter.drawLine(QLineF(1.0, 0.0, 1.0, (optionRectF.width()))) painter.restore() case 1: # Day of the month painter.save() if option.state & QStyle.State_Selected: if option.state & QStyle.State_MouseOver: color = self.highlightMouseover barColor = self.darkerHighlightMouseover else: color = self.highlight barColor = self.darkerHighlight weekdayColor = self.highlightText dayColor = self.highlightText else: if option.state & QStyle.State_MouseOver: color = self.darkGrayMouseover barColor = self.darkerGrayMouseover else: color = self.darkGray barColor = self.darkerGray weekdayColor = QColor(221, 221, 221) dayColor = QColor(Qt.white) painter.fillRect(optionRectF, color) weekday, day = index.data() weekday = weekday.upper() width = optionRectF.width() height = optionRectF.height() painter.translate(optionRectF.x(), optionRectF.y()) weekday_rect_bottom = ( height / 2 - self.dv.max_col1_text_height * self.dv.day_proportion ) + self.dv.max_weekday_height weekdayRect = QRectF(0, 0, width, weekday_rect_bottom) day_rect_top = weekday_rect_bottom + self.dv.col1_center_space dayRect = QRectF(0, day_rect_top, width, height - day_rect_top) painter.setFont(self.dv.weekdayFont) painter.setPen(weekdayColor) painter.drawText(weekdayRect, Qt.AlignHCenter | Qt.AlignBottom, weekday) painter.setFont(self.dv.dayFont) painter.setPen(dayColor) painter.drawText(dayRect, Qt.AlignHCenter | Qt.AlignTop, day) if row in self.dv.c1_end_of_month: painter.setPen(barColor) painter.drawLine( QLineF( 0, optionRectF.height() - 1, optionRectF.width(), optionRectF.height() - 1, ) ) painter.restore() case 2: # Time during the day text, new_file, invalid_row, invalid_rows = index.data() painter.save() if invalid_row: color = self.darkGray textColor = QColor(Qt.white) elif option.state & QStyle.State_Selected: if option.state & QStyle.State_MouseOver: color = self.highlightMouseover else: color = self.highlight # TODO take into account dark themes textColor = self.highlightText if new_file else self.darkGray else: if option.state & QStyle.State_MouseOver: color = self.dv.tableColorMouseover else: color = self.dv.tableColor textColor = QColor(Qt.white) if new_file else self.darkGray painter.fillRect(optionRectF, color) align = self.dv.c2_alignment.get(row) if new_file and self.dv.col2_new_file_dot: # Draw a small circle beside the date (currently unused) painter.setPen(self.newFileColor) painter.setRenderHint(QPainter.Antialiasing) painter.setBrush(self.newFileColor) rect = QRectF( optionRectF.x(), optionRectF.y(), self.dv.col2_new_file_dot_size, self.dv.col2_new_file_dot_size, ) match align: case None: height = ( optionRectF.height() / 2 - self.dv.col2_new_file_dot_radius - self.dv.col2_font_descent_adjust ) rect.translate( self.dv.col2_new_file_dot_left_margin, height ) case Align.bottom: height = ( optionRectF.height() - self.dv.col2_font_height_half - self.dv.col2_font_descent_adjust - self.dv.col2_new_file_dot_size ) rect.translate( self.dv.col2_new_file_dot_left_margin, height ) case _: height = ( self.dv.col2_font_height_half - self.dv.col2_font_descent_adjust ) rect.translate( self.dv.col2_new_file_dot_left_margin, height ) painter.drawEllipse(rect) rect = optionRectF.translated(self.dv.col2_text_left_margin, 0) painter.setPen(textColor) if invalid_rows: # Render the row invalidRightRect = QRectF(optionRectF) invalidRightRect.translate(-2, 1) painter.setFont(self.dv.invalidRowFont) painter.drawText( invalidRightRect, Qt.AlignRight | Qt.AlignTop, str(row) ) if ( align != Align.top and self.dv.invalidRowHeightMin < option.rect.height() ): invalidLeftRect = QRectF(option.rect) invalidLeftRect.translate(1, 1) painter.drawText( invalidLeftRect, Qt.AlignLeft | Qt.AlignTop, "Debug mode" ) painter.setFont(self.dv.proximityFont) match align: case None: painter.drawText(rect, Qt.AlignLeft | Qt.AlignVCenter, text) case Align.bottom: rect.setHeight(rect.height() - self.dv.col2_v_padding_half) painter.drawText(rect, Qt.AlignLeft | Qt.AlignBottom, text) case _: rect.adjust(0, self.dv.col2_v_padding_half, 0, 0) painter.drawText(rect, Qt.AlignLeft | Qt.AlignTop, text) if row in self.dv.c2_end_of_day: if option.state & QStyle.State_Selected: if option.state & QStyle.State_MouseOver: painter.setPen(self.darkerHighlightMouseover) else: painter.setPen(self.darkerHighlight) else: if option.state & QStyle.State_MouseOver: painter.setPen(self.dv.tableColorMouseoverDarker) else: painter.setPen(self.dv.tableColorDarker) painter.translate(optionRectF.x(), optionRectF.y()) painter.drawLine( QLineF( 0.0, optionRectF.height() - 1, self.dv.col_widths[2], optionRectF.height() - 1, ) ) painter.restore() case _: super().paint(painter, option, index) class TemporalProximityView(QTableView): proximitySelectionHasChanged = pyqtSignal() def __init__(self, temporalProximityWidget: "TemporalProximity", rapidApp) -> None: super().__init__() self.rapidApp = rapidApp self.temporalProximityWidget = temporalProximityWidget self.verticalHeader().setVisible(False) self.horizontalHeader().setVisible(False) # Calling code should set this value to something sensible self.setMinimumWidth(200) self.horizontalHeader().setStretchLastSection(True) self.setWordWrap(True) self.setSelectionMode(QAbstractItemView.ExtendedSelection) self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) # The vertical scrollbar the user sees belongs to the left panel scroll area self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setShowGrid(False) self.setFrameShape(QFrame.NoFrame) self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) self.viewport().setAttribute(Qt.WA_Hover) # Enable mouse over tracking def contentHeight(self) -> int: return self.verticalHeader().length() def _updateSelectionRowChildColumn2( self, row: int, parent_column: int, model: TemporalProximityModel ) -> None: """ Select cells in column 2, based on selections in column 0 or 1. :param row: the row of the cell that has been selected :param parent_column: the column of the cell that has been selected :param model: the model the view operates on """ for parent_row in range(row, row + self.rowSpan(row, parent_column)): start_row = model.groups.row_span_for_column_starts_at_row[(parent_row, 2)] row_span = self.rowSpan(start_row, 2) do_selection = False if row_span > 1: all_selected = True for r in range(start_row, start_row + row_span): if not self.selectionModel().isSelected(model.index(r, 1)): all_selected = False break if all_selected: do_selection = True else: do_selection = True if do_selection: self.selectionModel().select( model.index(start_row, 2), QItemSelectionModel.Select ) model.dataChanged.emit( model.index(start_row, 2), model.index(start_row, 2) ) def _updateSelectionRowChildColumn1( self, row: int, model: TemporalProximityModel ) -> None: """ Select cells in column 1, based on selections in column 0. :param row: the row of the cell that has been selected :param model: the model the view operates on """ for r in range(row, row + self.rowSpan(row, 0)): self.selectionModel().select(model.index(r, 1), QItemSelectionModel.Select) model.dataChanged.emit(model.index(row, 1), model.index(r, 1)) def _updateSelectionRowParent( self, row: int, parent_column: int, start_column: int, examined: set, model: TemporalProximityModel, ) -> None: """ Select cells in column 0 or 1, based on selections in column 2. :param row: the row of the cell that has been selected :param parent_column: the column in which to select cells :param start_column: the column of the cell that has been selected :param examined: cells that have already been analyzed to see if they should be selected or not :param model: the model the view operates on """ start_row = model.groups.row_span_for_column_starts_at_row[(row, parent_column)] if (start_row, parent_column) not in examined: all_selected = True for r in range(start_row, start_row + self.rowSpan(row, parent_column)): if not self.selectionModel().isSelected(model.index(r, start_column)): all_selected = False break if all_selected: i = model.index(start_row, parent_column) self.selectionModel().select(i, QItemSelectionModel.Select) model.dataChanged.emit(i, i) examined.add((start_row, parent_column)) def updateSelection(self) -> None: """ Modify user selection to include extra columns. When the user is selecting table cells, need to mimic the behavior of setSelectionBehavior(QAbstractItemView.SelectRows) However in our case we need to select multiple rows, depending on the row spans in columns 0, 1 and 2. Column 2 is a special case. """ # auto_scroll = self.temporalProximityWidget.prefs.auto_scroll # if auto_scroll: # self.temporalProximityWidget.setTimelineThumbnailAutoScroll(False) self.selectionModel().blockSignals(True) model = self.model() # type: TemporalProximityModel examined = set() for i in self.selectedIndexes(): row = i.row() column = i.column() if column == 0: examined.add((row, column)) self._updateSelectionRowChildColumn1(row, model) examined.add((row, 1)) self._updateSelectionRowChildColumn2(row, 0, model) examined.add((row, 2)) if column == 1: examined.add((row, column)) self._updateSelectionRowChildColumn2(row, 1, model) self._updateSelectionRowParent(row, 0, 1, examined, model) examined.add((row, 2)) if column == 2: for r in range(row, row + self.rowSpan(row, 2)): for parent_column in (1, 0): self._updateSelectionRowParent( r, parent_column, 2, examined, model ) self.selectionModel().blockSignals(False) # if auto_scroll: # self.temporalProximityWidget.setTimelineThumbnailAutoScroll(True) @pyqtSlot(QMouseEvent) def mousePressEvent(self, event: QMouseEvent) -> None: """ Checks to see if Timeline selection should be cleared. Should be cleared if the cell clicked in already represents a selection that cannot be expanded or made smaller with the same click. A click outside the selection represents a new selection, should proceed. A click inside a selection, but one that creates a new, smaller selection, should also proceed. :param event: the mouse click event """ do_selection = True do_selection_confirmed = False index = self.indexAt(event.pos()) # type: QModelIndex if index in self.selectedIndexes(): clicked_column = index.column() clicked_row = index.row() row_span = self.rowSpan(clicked_row, clicked_column) for i in self.selectedIndexes(): column = i.column() row = i.row() # Is any selected column to the left of clicked column? if column < clicked_column: # noqa: SIM102 # Is the row outside the span of the clicked row? if ( row < clicked_row or row + self.rowSpan(row, column) > clicked_row + row_span ): do_selection_confirmed = True break # Is this the only selected row in the column selected? if ( row < clicked_row or row >= clicked_row + row_span ) and column == clicked_column: do_selection_confirmed = True break if not do_selection_confirmed: self.clearSelection() self.rapidApp.proximityButton.setHighlighted(False) do_selection = False thumbnailView = self.rapidApp.thumbnailView model = self.model() uids = model.data(index, Roles.uids) thumbnailView.scrollToUids(uids=uids) if do_selection: self.temporalProximityWidget.block_update_device_display = True super().mousePressEvent(event) @pyqtSlot(QMouseEvent) def mouseReleaseEvent(self, event: QMouseEvent) -> None: self.temporalProximityWidget.block_update_device_display = False self.proximitySelectionHasChanged.emit() super().mouseReleaseEvent(event) def _temporalProximityPosition(self, x: int) -> QPoint: return self.mapTo(self.rapidApp.sourcePanel, QPoint(x, 0)) def canSyncScroll(self) -> bool: point = self._temporalProximityPosition(0) return point.y() <= self.frame_width def getFirstVisibleRowUids(self) -> list[bytes] | None: x = 200 point = self._temporalProximityPosition(x) # a negative value for y means the top of the timeline is above the visible area if point.y() > 0: return None y = abs(point.y()) # the y + 1 ensures the correct row is chosen when the row is exactly aligned # with the top of the viewport: index = self.indexAt(QPoint(x, y + 1)) # type: QModelIndex if index.isValid(): # It's now possible to scroll the Timeline, and there will be # no matching thumbnails to which to scroll to in the display, # because they are not being displayed. Hence this check: if self.selectedIndexes() and index not in self.selectedIndexes(): return None return self.model().data(index, Roles.uids) @pyqtSlot(int) def scrollThumbnails(self, value) -> None: self.rapidApp.temporalProximityControls.setAutoScrollState() uids = self.getFirstVisibleRowUids() if uids is not None: thumbnailView = self.rapidApp.thumbnailView thumbnailView.setScrollTogether(False) thumbnailView.scrollToUids(uids=uids) thumbnailView.setScrollTogether(True) class TemporalProximityViewFramed(TightFlexiFrame): def __init__( self, temporalProximityView: TemporalProximityView, parent: QWidget | None = None, ) -> None: super().__init__(render_top_edge=True, parent=parent) self.layout().addWidget(temporalProximityView) class TemporalValuePicker(QWidget): """ Simple composite widget of QSlider and QLabel """ # Emits number of minutes valueChanged = pyqtSignal(int) def __init__(self, minutes: int, parent=None) -> None: super().__init__(parent) self.slider = QSlider(Qt.Horizontal) self.slider.setTickPosition(QSlider.TicksBelow) self.slider.setToolTip( _( "The time elapsed between consecutive photos and videos that is used " "to build the Timeline" ) ) self.slider.setMaximum(len(proximity_time_steps) - 1) self.slider.setValue(proximity_time_steps.index(minutes)) self.display = QLabel() font = QFont() font.setPointSize(font.pointSize() - 2) self.display.setFont(font) self.display.setAlignment(Qt.AlignCenter) # Determine the maximum width of display label width = 0 labelMetrics = QFontMetricsF(QFont()) for m in range(len(proximity_time_steps)): boundingRect = labelMetrics.boundingRect(self.displayString(m)) # type: QRect width = max(width, boundingRect.width()) self.display.setFixedWidth(round(width) + 6) self.slider.valueChanged.connect(self.updateDisplay) self.slider.sliderPressed.connect(self.sliderPressed) self.slider.sliderReleased.connect(self.sliderReleased) self.display.setText(self.displayString(self.slider.value())) layout = QHBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(round(QFontMetricsF(font).height() / 6)) self.setLayout(layout) layout.addWidget(self.slider) layout.addWidget(self.display) @pyqtSlot() def sliderPressed(self): self.pressed_value = self.slider.value() @pyqtSlot() def sliderReleased(self): if self.pressed_value != self.slider.value(): self.valueChanged.emit(proximity_time_steps[self.slider.value()]) @pyqtSlot(int) def updateDisplay(self, value: int) -> None: self.display.setText(self.displayString(value)) if not self.slider.isSliderDown(): self.valueChanged.emit(proximity_time_steps[value]) def displayString(self, index: int) -> str: minutes = proximity_time_steps[index] if minutes < 60: # Translators: e.g. "45m", which is short for 45 minutes. # Replace the very last character (after the d) with the correct # localized value, keeping everything else. In other words, change # only the m character. return _("%(minutes)dm") % dict(minutes=minutes) elif minutes == 90: # Translators: i.e. "1.5h", which is short for 1.5 hours. # Replace the entire string with the correct localized value return _("1.5h") else: # Translators: e.g. "5h", which is short for 5 hours. # Replace the very last character (after the d) with the correct localized # value, keeping everything else. In other words, change only the h # character. return _("%(hours)dh") % dict(hours=minutes // 60) class ResizableStackedWidget(QStackedWidget): """ Default of QStackedWidget is not to resize itself to the currently displayed widget. That's a problem when dealing with a widget as potentially tall as the Timeline. """ def __init__(self, parent: QWidget | None = None) -> None: super().__init__(parent=parent) self.currentChanged.connect(self.onCurrentChanged) @pyqtSlot(int) def onCurrentChanged(self, index: int) -> None: for i in range(self.count()): if i == index: verticalPolicy = QSizePolicy.MinimumExpanding else: verticalPolicy = QSizePolicy.Ignored widget = self.widget(i) widget.setSizePolicy(widget.sizePolicy().horizontalPolicy(), verticalPolicy) widget.adjustSize() self.adjustSize() def minimumSizeHint(self) -> QSize: return self.sizeHint() def sizeHint(self) -> QSize: return self.currentWidget().sizeHint() class TemporalProximityExplanation(QWidget): """ Widget to that contains an explanation of the Timeline, with the explanation broken up into two parts: 1. What the Timeline is 2. How it can be adjusted The first part is aligned with the top of the widget, and the second part with the bottom. """ def __init__( self, description: QLabel, adjust: QLabel, parent: QWidget | None = None ) -> None: super().__init__(parent=parent) self.explanation = QWidget() layout = QVBoxLayout() border_width = QSplitter().lineWidth() self.border_width = border_width layout.setContentsMargins( border_width, border_width, border_width, border_width ) layout.setSpacing(0) self.explanation.setLayout(layout) layout.addWidget(description) layout.addWidget(adjust) self.setLayout(layout) self.descriptionWidget = description self.adjustWidget = adjust self.is_fixed = False def sizeHint(self) -> QSize: return self.minimumSizeHint() def setChildPositions(self, fixed: bool) -> None: """ Fixing the current position of the child widgets in place is useful when dragging the stacked widget handle :param fixed: True if should be fixed, False if should be unfixed """ if fixed and not self.is_fixed: y = self.adjustWidget.pos().y() - 1 self.descriptionWidget.setFixedHeight(y) self.layout().addStretch(10) self.is_fixed = True elif not fixed and self.is_fixed: self.descriptionWidget.setMaximumHeight(QWIDGETSIZE_MAX) self.descriptionWidget.setMinimumHeight(0) self.descriptionWidget.adjustSize() # Remove stretch self.layout().takeAt(2) self.is_fixed = False self.adjustSize() class TemporalProximity(QWidget): """ Displays Timeline and tracks its state. Main widget to display and control Timeline. """ proximitySelectionHasChanged = pyqtSignal() def __init__(self, rapidApp, prefs: Preferences, parent=None) -> None: """ :param rapidApp: main application window :type rapidApp: RapidWindow :param prefs: program & user preferences :param parent: parent widget """ super().__init__(parent) self.setObjectName("temporalProximity") self.rapidApp = rapidApp self.thumbnailModel = rapidApp.thumbnailModel self.prefs = prefs self.block_update_device_display = False self.state = TemporalProximityState.empty self.uids_manually_set_previously_downloaded = [] # type: list[bytes] # Track which uid to make visible in the Timeline when it has been # regenerated due to a value change using the slider self.uid_to_scroll_to_post_value_change = None # type: bytes|None self.temporalProximityView = TemporalProximityView(self, rapidApp=rapidApp) self.temporalProximityModel = TemporalProximityModel(rapidApp=rapidApp) self.temporalProximityView.setModel(self.temporalProximityModel) self.temporalProximityDelegate = TemporalProximityDelegate() self.temporalProximityView.setItemDelegate(self.temporalProximityDelegate) self.temporalProximityView.selectionModel().selectionChanged.connect( self.proximitySelectionChanged ) self.temporalProximityView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Expanding ) description = _( "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." ) adjust = _( "Use the slider (below) to adjust the time elapsed between consecutive " "shots that is used to build the Timeline." ) generation_pending = _("Timeline build pending...") generating = _("Timeline is building...") ctime_vs_mtime = _( "The Timeline needs to be rebuilt because the file " "modification time does not match the time a shot was taken for one or " "more shots.

                                The Timeline shows when shots were taken. The time a " "shot was taken is found in a photo or video's metadata. " "Reading the metadata is time consuming, so Rapid Photo Downloader avoids " "reading the metadata while scanning files. Instead it uses the time the " "file was last modified as a proxy for when the shot was taken. The time " "a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." ) description = f"{description}" generation_pending = f"{generation_pending}" generating = f"{generating}" adjust = f"{adjust}" ctime_vs_mtime = f"{ctime_vs_mtime}" palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.description = QLabel(description) self.adjust = QLabel(adjust) self.generating = QLabel(generating) self.generationPending = QLabel(generation_pending) self.ctime_vs_mtime = QLabel(ctime_vs_mtime) margin = 6 for label in ( self.description, self.generationPending, self.generating, self.adjust, self.ctime_vs_mtime, ): label.setMargin(margin) label.setWordWrap(True) label.setAutoFillBackground(True) label.setPalette(palette) # Fixed width is set using device sample width for label in ( self.description, self.generationPending, self.generating, self.ctime_vs_mtime, ): label.setAlignment(Qt.AlignTop) label.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.MinimumExpanding) self.adjust.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Minimum) layout = QVBoxLayout() self.setLayout(layout) layout.setContentsMargins(0, 0, 0, 0) self.stackedWidget = ResizableStackedWidget() self.temporalProximityViewFrame = TemporalProximityViewFramed( self.temporalProximityView ) self.stack_index_for_state = { TemporalProximityState.empty: 0, TemporalProximityState.pending: 1, TemporalProximityState.generating: 2, TemporalProximityState.regenerate: 2, TemporalProximityState.ctime_rebuild: 3, TemporalProximityState.ctime_rebuild_proceed: 3, TemporalProximityState.generated: 4, } self.suppress_auto_scroll_after_timeline_select = False def flexiFrameWidgets(self) -> Generator[QWidget, None, None]: return (self.stackedWidget.widget(i) for i in range(self.stackedWidget.count())) def setupExplanations(self, width: int) -> None: for label in ( self.description, self.generationPending, self.generating, self.adjust, self.ctime_vs_mtime, ): label.setFixedWidth(width) self.explanation = TemporalProximityExplanation( description=self.description, adjust=self.adjust ) for label in ( self.explanation, self.generationPending, self.generating, self.ctime_vs_mtime, ): container = TightFlexiFrame(render_top_edge=True) container.layout().addWidget(label) self.stackedWidget.addWidget(container) self.stackedWidget.addWidget(self.temporalProximityViewFrame) self.layout().addWidget(self.stackedWidget) self.stackedWidget.setCurrentIndex(0) self.stackedWidget.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) @pyqtSlot(QItemSelection, QItemSelection) def proximitySelectionChanged( self, current: QItemSelection, previous: QItemSelection ) -> None: """ Respond to user selections in Temporal Proximity Table. User can select / deselect individual cells. Need to: 1. Automatically update selection to include parent or child cells in some cases 2. Filter display of thumbnails """ self.temporalProximityView.updateSelection() groups = self.temporalProximityModel.groups selected_rows_col2 = [ i.row() for i in self.temporalProximityView.selectedIndexes() if i.column() == 2 ] selected_rows_col1 = [ i.row() for i in self.temporalProximityView.selectedIndexes() if i.column() == 1 and groups.row_span_for_column_starts_at_row[(i.row(), 2)] not in selected_rows_col2 ] try: selected_col1 = [ groups.proximity_view_cell_id_col1[row] for row in selected_rows_col1 ] selected_col2 = [ groups.proximity_view_cell_id_col2[row] for row in selected_rows_col2 ] except KeyError: logging.exception("Error in Timeline generation") self.temporalProximityModel.debugDumpState( selected_rows_col1, selected_rows_col2 ) return # Filter display of thumbnails, or reset the filter if lists are empty self.thumbnailModel.setProximityGroupFilter(selected_col1, selected_col2) self.rapidApp.proximityButton.setHighlighted(True) if not self.block_update_device_display: self.proximitySelectionHasChanged.emit() self.suppress_auto_scroll_after_timeline_select = True def clearThumbnailDisplayFilter(self): self.thumbnailModel.setProximityGroupFilter([], []) self.rapidApp.proximityButton.setHighlighted(False) def setState(self, state: TemporalProximityState) -> None: """ Set the state of the temporal proximity view, updating the displayed message :param state: the new state """ if state == self.state: return if state == TemporalProximityState.ctime_rebuild_proceed: if self.state == TemporalProximityState.ctime_rebuild: self.state = TemporalProximityState.ctime_rebuild_proceed logging.debug("Timeline is ready to be rebuilt after ctime change") return else: logging.error( "Unexpected request to set Timeline state to %s because current " "state is %s", state.name, self.state.name, ) elif ( self.state == TemporalProximityState.ctime_rebuild and state != TemporalProximityState.empty ): logging.debug( "Ignoring request to set timeline state to %s because current state " "is ctime rebuild", state.name, ) return logging.debug( "Updating Timeline state from %s to %s", self.state.name, state.name ) self.stackedWidget.setCurrentIndex(self.stack_index_for_state[state]) self.clearThumbnailDisplayFilter() self.state = state self.rapidApp.temporalProximityControls.setAutoScrollState() if state != TemporalProximityState.generated: self.rapidApp.sourcePanel.setSplitterSize() @pyqtSlot(bool) def postValueChangeScroll(self, visible: bool) -> None: if visible and self.uid_to_scroll_to_post_value_change is not None: self.scrollToUid( uid=self.uid_to_scroll_to_post_value_change, on_value_change=True ) self.uid_to_scroll_to_post_value_change = None def setGroups(self, proximity_groups: TemporalProximityGroups) -> bool: """ Display the Timeline using data from the generated proximity_groups :param proximity_groups: Timeline content and formatting hints :return: True if Timeline was updated, False if not updated due to current state """ if self.state == TemporalProximityState.regenerate: self.rapidApp.generateTemporalProximityTableData( reason="a change was made while it was already generating" ) return False if self.state == TemporalProximityState.ctime_rebuild: return False self.temporalProximityModel.groups = proximity_groups depth = proximity_groups.depth() self.temporalProximityDelegate.depth = depth if depth in (0, 1): self.temporalProximityView.hideColumn(0) else: self.temporalProximityView.showColumn(0) self.temporalProximityView.clearSpans() self.temporalProximityDelegate.row_span_for_column_starts_at_row = ( proximity_groups.row_span_for_column_starts_at_row ) self.temporalProximityDelegate.dv = proximity_groups.display_values self.temporalProximityDelegate.dv.assign_fonts() for column, row, row_span in proximity_groups.spans: self.temporalProximityView.setSpan(row, column, row_span, 1) self.temporalProximityModel.endResetModel() for idx, height in enumerate(proximity_groups.display_values.row_heights): self.temporalProximityView.setRowHeight(idx, round(height)) for idx, width in enumerate(proximity_groups.display_values.col_widths): self.temporalProximityView.setColumnWidth(idx, round(width)) # Set the minimum width for the timeline to match the content # Width of each column if depth in (0, 1): min_width = sum(proximity_groups.display_values.col_widths[1:]) else: min_width = sum(proximity_groups.display_values.col_widths) # Width of each scrollbar scrollbar_width = self.style().pixelMetric(QStyle.PM_ScrollBarExtent) # Width of frame - without it, the tableview will still be too small frame_width = QSplitter().lineWidth() * 2 self.temporalProximityView.setMinimumWidth( round(min_width) + scrollbar_width + frame_width ) self.setState(TemporalProximityState.generated) # Has the user manually set any files as previously downloaded while the # Timeline was generating? if self.uids_manually_set_previously_downloaded: self.temporalProximityModel.updatePreviouslyDownloaded( uids=self.uids_manually_set_previously_downloaded ) self.uids_manually_set_previously_downloaded = [] return True def previouslyDownloadedManuallySet(self, uids: list[bytes]) -> None: """ Possibly update the formatting of the Timeline to reflect the user manually setting files to have been previously downloaded """ logging.debug( "Updating Timeline to reflect %s files manually set as previously " "downloaded", len(uids), ) if self.state != TemporalProximityState.generated: self.uids_manually_set_previously_downloaded.extend(uids) else: self.temporalProximityModel.updatePreviouslyDownloaded(uids=uids) def setThumbnailToScrollTo(self) -> None: uids = self.temporalProximityView.getFirstVisibleRowUids() if uids: self.uid_to_scroll_to_post_value_change = uids[0] def scrollToUid(self, uid: bytes, on_value_change: bool | None = False) -> None: """ Scroll to this uid in the Timeline. :param uid: uid to scroll to """ if not self.isVisible(): return verticalScrollBar = self.rapidApp.sourcePanel.verticalScrollBar() if not verticalScrollBar.isVisible(): return if self.state == TemporalProximityState.generated: if self.suppress_auto_scroll_after_timeline_select: self.suppress_auto_scroll_after_timeline_select = False else: sourcePanel = self.rapidApp.sourcePanel point = self.mapTo(sourcePanel, self.rect().topLeft()) if point.y() > 0 and not on_value_change: return # controls.setAutoScrollEnabled(True) view = self.temporalProximityView model = self.temporalProximityModel # Get the column 2 row (specific time) this file is in col2_row = model.groups.uid_to_row(uid=uid) if on_value_change: row = col2_row else: # Get the column 1 row (specific day) this row is in groups = self.temporalProximityModel.groups row = groups.row_span_for_column_starts_at_row[col2_row, 1] # Get the position of the row in the table y = view.rowViewportPosition(row) # Calculate the position of the top left of the timeline to # the source panel. Calculations depend on which widget is the # timeline's parent. delta = self.geometry().topLeft().y() if self.parent() != sourcePanel.sourcePanelWidget: delta += self.parent().geometry().topLeft().y() height = verticalScrollBar.maximum() value = round(((y + delta) / height) * height) verticalScrollBar.setValue(value) def setScrollTogether(self, on: bool) -> None: """ Turn on or off the linking of scrolling the Timeline with the Thumbnail display :param on: whether to turn on or off """ view = self.temporalProximityView panel = self.rapidApp.sourcePanel if on: panel.verticalScrollBar().valueChanged.connect(view.scrollThumbnails) else: panel.verticalScrollBar().valueChanged.disconnect(view.scrollThumbnails) def setProximityHeight(self) -> None: """ Set the height of the Timeline view to be the exact height of its contents """ self.temporalProximityView.setMinimumHeight( self.temporalProximityView.contentHeight() ) class SyncIcon(QIcon): """ Double arrow icon that changes color depending on state """ def __init__( self, path: str, state: SyncButtonState, scaling: float, on_hover: bool ) -> None: super().__init__() size = round(16 * scaling) size = QSize(size, size) match state: case SyncButtonState.active: on = coloredPixmap( path=path, color=CustomColors.color1.value, size=size ) case SyncButtonState.inactive: on = coloredPixmap( path=path, color=CustomColors.color2.value, size=size ) case _: on = darkModePixmap(path=path, size=size) if on_hover: if is_dark_mode(): color = QGuiApplication.palette().color(QPalette.HighlightedText) else: color = QGuiApplication.palette().color(QPalette.Base) else: if is_dark_mode(): color = QGuiApplication.palette().color(QPalette.Light) else: color = QGuiApplication.palette().color(QPalette.Dark) off = coloredPixmap(path=path, color=color, size=size) self.addPixmap(on, QIcon.Normal, QIcon.On) self.addPixmap(off, QIcon.Normal, QIcon.Off) class SyncButton(QPushButton): def __init__(self, parent: QWidget | None = None) -> None: super().__init__(parent=parent) try: scaling = self.devicePixelRatioF() except AttributeError: scaling = float(self.devicePixelRatio()) self.activeIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.active, scaling=scaling, on_hover=False, ) self.inactiveIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.inactive, scaling=scaling, on_hover=False, ) self.regularIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.regular, scaling=scaling, on_hover=False, ) self.regularIconHover = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.regular, scaling=scaling, on_hover=True, ) self.icon_state = SyncButtonState.regular self.setIcon(self.regularIcon) self.state_mapper = { SyncButtonState.active: self.activeIcon, SyncButtonState.inactive: self.inactiveIcon, SyncButtonState.regular: self.regularIcon, } self.setFlat(True) self.setCheckable(True) self.setToolTip( _("Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)") ) if is_dark_mode(): hoverColor = QPalette().color(QPalette.Highlight).name(QColor.HexRgb) else: color = QPalette().color(QPalette.Background) hoverColor = color.darker(110).name(QColor.HexRgb) style = """ QPushButton { padding: 2px; border: none; } QPushButton::hover { background-color: %s; } """ % (hoverColor) self.setStyleSheet(style) self.installEventFilter(self) def setState(self, state: SyncButtonState) -> None: self.setIcon(self.state_mapper[state]) self.icon_state = state def eventFilter(self, source: QObject, event: QEvent) -> bool: """ When the button is off (unchecked), change the color on hover """ if not self.isChecked(): match event.type(): case QEvent.Enter: self.setIcon(self.regularIconHover) return True case QEvent.Leave: self.setIcon(self.state_mapper[self.icon_state]) return True return super().eventFilter(source, event) class TemporalProximityControls(QWidget): """ Slider and button to control the Timeline """ def __init__(self, rapidApp) -> None: super().__init__() self.rapidApp = rapidApp self.prefs = rapidApp.prefs self.temporalProximity = rapidApp.temporalProximity self.temporalProximityView = rapidApp.temporalProximity.temporalProximityView self.source_scroll_bar_visible = False self.thumb_scroll_bar_visible = False self.setObjectName("temporalProximityControls") self.temporalValuePicker = TemporalValuePicker(self.prefs.get_proximity()) self.temporalValuePicker.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Minimum ) self.autoScrollButton = SyncButton(parent=self) self.autoScrollButton.setChecked(self.prefs.auto_scroll) self.autoScrollAct = QAction(parent=self.autoScrollButton) self.autoScrollAct.setShortcut("Ctrl+T") self.autoScrollButton.addAction(self.autoScrollAct) self.autoScrollAct.triggered.connect(self.autoScrollActed) self.autoScrollButtonShortcutTriggered = False self.temporalValuePicker.valueChanged.connect(self.temporalValueChanged) self.autoScrollButton.clicked.connect(self.autoScrollClicked) layout = QHBoxLayout() layout.setContentsMargins(0, 6, 0, 0) layout.setSpacing(0) layout.addWidget(self.temporalValuePicker) layout.addWidget(self.autoScrollButton) self.setLayout(layout) if self.prefs.auto_scroll: self.setTimelineThumbnailAutoScroll(self.prefs.auto_scroll) @pyqtSlot(int) def temporalValueChanged(self, minutes: int) -> None: self.prefs.set_proximity(minutes=minutes) match self.temporalProximity.state: case TemporalProximityState.generated: if self.autoScrollButton.icon_state == SyncButtonState.active: self.temporalProximity.setThumbnailToScrollTo() self.temporalProximity.setState(TemporalProximityState.generating) self.rapidApp.generateTemporalProximityTableData( reason="the duration between consecutive shots has changed" ) case TemporalProximityState.generating: self.temporalProximity.state = TemporalProximityState.regenerate @pyqtSlot(bool) def sourceScrollBarVisible(self, visible: bool) -> None: self.source_scroll_bar_visible = visible self.setAutoScrollState() @pyqtSlot(bool) def thumbnailScrollBarVisible(self, visible: bool) -> None: self.thumb_scroll_bar_visible = visible self.setAutoScrollState() def setAutoScrollState(self) -> None: state = SyncButtonState.regular if self.source_scroll_bar_visible and self.thumb_scroll_bar_visible: generated = self.temporalProximity.state == TemporalProximityState.generated if generated: if ( not self.rapidApp.sourceButton.isChecked() or self.temporalProximityView.canSyncScroll() ): state = SyncButtonState.active else: state = SyncButtonState.inactive self.autoScrollButton.setState(state) @pyqtSlot(bool) def autoScrollClicked(self, checked: bool) -> None: self.prefs.auto_scroll = checked self.setAutoScrollState() self.setTimelineThumbnailAutoScroll(checked) if not (checked or self.autoScrollButtonShortcutTriggered): # The mouse is hovering over the button # Change the icon color while hovered QCoreApplication.postEvent(self.autoScrollButton, QEvent(QEvent.Enter)) self.autoScrollButtonShortcutTriggered = False @pyqtSlot(bool) def autoScrollActed(self, on: bool) -> None: self.autoScrollButtonShortcutTriggered = True self.autoScrollButton.animateClick() def setTimelineThumbnailAutoScroll(self, on: bool) -> None: """ Turn on or off synchronized scrolling between thumbnails and Timeline :param on: whether to turn on or off """ self.temporalProximity.setScrollTogether(on) self.rapidApp.thumbnailView.setScrollTogether(on) def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) self.setAutoScrollState() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/qrc_resources.py0000644000175000017500007010750714562557501022131 0ustar00damondamon# -*- coding: utf-8 -*- # Resource object code # # Created by: The Resource Compiler for PyQt5 (Qt v5.15.2) # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore qt_resource_data = b"\ \x00\x00\x07\x7a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\ \x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\ \x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x4c\x61\x79\x65\x72\x5f\x31\x22\x0a\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3a\x6e\x65\x77\x20\x30\x20\x30\x20\x33\x32\ \x20\x33\x32\x3b\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x31\x2e\x31\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x33\x32\x20\x33\x32\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\ \x65\x72\x76\x65\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x73\x70\x65\x65\x63\ \x68\x2d\x62\x75\x62\x62\x6c\x65\x2e\x73\x76\x67\x22\x0a\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x30\x2e\x39\x32\x2e\x30\x20\x72\x31\x35\x32\x39\x39\ \x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x35\x34\ \x33\x22\x3e\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\ \x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\ \x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x20\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\ \x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x35\x34\x31\x22\x20\x2f\ \x3e\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\ \x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\ \x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x6f\x62\x6a\x65\x63\x74\x74\x6f\x6c\x65\x72\ \x61\x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x67\ \x72\x69\x64\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\ \x22\x0a\x20\x20\x20\x20\x20\x67\x75\x69\x64\x65\x74\x6f\x6c\x65\ \x72\x61\x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\ \x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\ \x3d\x22\x32\x34\x39\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\ \x67\x68\x74\x3d\x22\x31\x35\x37\x36\x22\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x34\x35\x33\ \x39\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\ \x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x34\x34\x2e\ \x38\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x78\x3d\x22\x31\x36\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\ \x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x36\x35\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x6d\x61\ \x78\x69\x6d\x69\x7a\x65\x64\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\ \x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x4c\x61\x79\x65\x72\x5f\x31\ \x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x39\x36\x20\x39\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x67\x34\x35\x33\x36\x22\x3e\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x2d\x38\x30\x2e\x30\ \x30\x31\x2c\x2d\x39\x32\x2e\x34\x37\x37\x20\x63\x20\x38\x2e\x32\ \x38\x35\x2c\x30\x20\x31\x35\x2e\x30\x30\x31\x2c\x35\x2e\x30\x38\ \x33\x20\x31\x35\x2e\x30\x30\x31\x2c\x31\x31\x2e\x33\x35\x33\x20\ \x30\x2c\x33\x2e\x35\x36\x39\x20\x2d\x32\x2e\x31\x37\x38\x2c\x36\ \x2e\x37\x35\x34\x20\x2d\x35\x2e\x35\x38\x33\x2c\x38\x2e\x38\x33\ \x36\x20\x30\x2e\x35\x30\x35\x2c\x31\x2e\x33\x34\x20\x31\x2e\x32\ \x35\x34\x2c\x32\x2e\x38\x34\x34\x20\x32\x2e\x33\x35\x32\x2c\x34\ \x2e\x34\x20\x2d\x32\x2e\x36\x32\x36\x2c\x31\x2e\x31\x33\x31\x20\ \x2d\x35\x2e\x36\x31\x35\x2c\x2d\x30\x2e\x35\x38\x36\x20\x2d\x37\ \x2e\x37\x32\x36\x2c\x2d\x32\x2e\x33\x30\x32\x20\x2d\x31\x2e\x32\ \x38\x36\x2c\x30\x2e\x32\x37\x31\x20\x2d\x32\x2e\x36\x34\x32\x2c\ \x30\x2e\x34\x31\x38\x20\x2d\x34\x2e\x30\x34\x34\x2c\x30\x2e\x34\ \x31\x38\x20\x2d\x38\x2e\x32\x38\x32\x2c\x30\x20\x2d\x31\x34\x2e\ \x39\x39\x39\x2c\x2d\x35\x2e\x30\x38\x33\x20\x2d\x31\x34\x2e\x39\ \x39\x39\x2c\x2d\x31\x31\x2e\x33\x35\x32\x20\x30\x2c\x2d\x36\x2e\ \x32\x36\x39\x20\x36\x2e\x37\x31\x37\x2c\x2d\x31\x31\x2e\x33\x35\ \x32\x20\x31\x34\x2e\x39\x39\x39\x2c\x2d\x31\x31\x2e\x33\x35\x33\ \x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x34\x35\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\ \x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6e\x6e\x65\x63\x74\x6f\x72\x2d\x63\ \x75\x72\x76\x61\x74\x75\x72\x65\x3d\x22\x30\x22\x20\x2f\x3e\x3c\ \x2f\x67\x3e\x3c\x2f\x73\x76\x67\x3e\ \x00\x0b\xb1\xd9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x04\xb0\x00\x00\x03\x20\x08\x03\x00\x00\x00\x04\x3e\x6b\x30\ \x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x02\ \xbe\x50\x4c\x54\x45\xff\xff\xff\xc5\xc5\xc5\xcb\xcb\xcb\xc4\xc4\ \xc4\xc9\xc9\xc9\xc8\xc8\xc8\xca\xca\xca\xf9\xf9\xf9\xc7\xc7\xc7\ \xc6\xc6\xc6\xc3\xc3\xc3\xc1\xc1\xc1\xc2\xc2\xc2\xcc\xcc\xcc\xc0\ \xc0\xc0\x1c\x1c\x1c\xbf\xbf\xbf\xf8\xf8\xf8\x1e\x1e\x1e\x1b\x1b\ \x1b\xbd\xbd\xbd\xbc\xbc\xbc\x1d\x1d\x1d\xbe\xbe\xbe\x1a\x1a\x1a\ \xcd\xcd\xcd\x1f\x1f\x1f\x20\x20\x20\x21\x21\x21\x19\x19\x19\xce\ \xce\xce\xbb\xbb\xbb\x18\x18\x18\x22\x22\x22\xba\xba\xba\xcf\xcf\ \xcf\x17\x17\x17\x26\x26\x26\xb9\xb9\xb9\x24\x24\x24\x23\x23\x23\ \x25\x25\x25\xb8\xb8\xb8\x27\x27\x27\xd1\xd1\xd1\x2a\x2a\x2a\x16\ \x16\x16\x29\x29\x29\x2d\x2d\x2d\x2b\x2b\x2b\xd0\xd0\xd0\xb7\xb7\ \xb7\x28\x28\x28\x2c\x2c\x2c\x2f\x2f\x2f\x15\x15\x15\x30\x30\x30\ \x2e\x2e\x2e\xb6\xb6\xb6\x31\x31\x31\x32\x32\x32\x33\x33\x33\xb5\ \xb5\xb5\x14\x14\x14\x34\x34\x34\xb4\xb4\xb4\xf7\xf7\xf7\x35\x35\ \x35\x36\x36\x36\x37\x37\x37\xd2\xd2\xd2\xb3\xb3\xb3\x13\x13\x13\ \x38\x38\x38\x3a\x3a\x3a\x39\x39\x39\x3c\x3c\x3c\xb2\xb2\xb2\x3b\ \x3b\x3b\x3d\x3d\x3d\x00\x00\x00\xd3\xd3\xd3\x40\x40\x40\xb1\xb1\ \xb1\x3e\x3e\x3e\x42\x42\x42\x3f\x3f\x3f\xfa\xfa\xfa\x43\x43\x43\ \xb0\xb0\xb0\x44\x44\x44\x12\x12\x12\x41\x41\x41\xaf\xaf\xaf\x63\ \x63\x63\x61\x61\x61\xd4\xd4\xd4\x66\x66\x66\x65\x65\x65\x64\x64\ \x64\x67\x67\x67\x60\x60\x60\x5f\x5f\x5f\x5e\x5e\x5e\x62\x62\x62\ \xd5\xd5\xd5\x46\x46\x46\x11\x11\x11\x45\x45\x45\x6b\x6b\x6b\x68\ \x68\x68\x5d\x5d\x5d\x58\x58\x58\x48\x48\x48\x5b\x5b\x5b\x69\x69\ \x69\xae\xae\xae\x47\x47\x47\xd6\xd6\xd6\x49\x49\x49\x59\x59\x59\ \x6a\x6a\x6a\x5a\x5a\x5a\x56\x56\x56\x4b\x4b\x4b\x5c\x5c\x5c\x54\ \x54\x54\xd7\xd7\xd7\x6d\x6d\x6d\x57\x57\x57\x4e\x4e\x4e\x4a\x4a\ \x4a\x52\x52\x52\x53\x53\x53\x50\x50\x50\x10\x10\x10\x55\x55\x55\ \x4c\x4c\x4c\x4d\x4d\x4d\x6c\x6c\x6c\x4f\x4f\x4f\x51\x51\x51\xd8\ \xd8\xd8\x6e\x6e\x6e\xad\xad\xad\x0b\x0b\x0b\xac\xac\xac\x6f\x6f\ \x6f\xd9\xd9\xd9\x0f\x0f\x0f\x70\x70\x70\xda\xda\xda\xf6\xf6\xf6\ \x71\x71\x71\xab\xab\xab\x72\x72\x72\xdd\xdd\xdd\xdc\xdc\xdc\xdb\ \xdb\xdb\xaa\xaa\xaa\x73\x73\x73\x74\x74\x74\x0e\x0e\x0e\x75\x75\ \x75\x8b\x8b\x8b\xde\xde\xde\x76\x76\x76\xe0\xe0\xe0\xe1\xe1\xe1\ \x9e\x9e\x9e\xdf\xdf\xdf\x77\x77\x77\xa9\xa9\xa9\x78\x78\x78\xe2\ \xe2\xe2\x94\x94\x94\x9a\x9a\x9a\x90\x90\x90\x98\x98\x98\x09\x09\ \x09\x9b\x9b\x9b\x0d\x0d\x0d\xa8\xa8\xa8\xe3\xe3\xe3\x79\x79\x79\ \x7a\x7a\x7a\xf4\xf4\xf4\x7b\x7b\x7b\x7c\x7c\x7c\xa7\xa7\xa7\x7d\ \x7d\x7d\xe4\xe4\xe4\x7e\x7e\x7e\x7f\x7f\x7f\xf5\xf5\xf5\xe5\xe5\ \xe5\xa6\xa6\xa6\xe6\xe6\xe6\x80\x80\x80\xa5\xa5\xa5\x81\x81\x81\ \xa4\xa4\xa4\x82\x82\x82\xec\xec\xec\x83\x83\x83\x86\x86\x86\x84\ \x84\x84\x85\x85\x85\xa3\xa3\xa3\xa2\xa2\xa2\xe7\xe7\xe7\x87\x87\ \x87\x8a\x8a\x8a\xa1\xa1\xa1\x8d\x8d\x8d\x9f\x9f\x9f\x88\x88\x88\ \x8c\x8c\x8c\xf1\xf1\xf1\xf0\xf0\xf0\x9d\x9d\x9d\xe8\xe8\xe8\x8f\ \x8f\x8f\xa0\xa0\xa0\x91\x91\x91\xe9\xe9\xe9\x93\x93\x93\x96\x96\ \x96\xfc\xfc\xfc\xeb\xeb\xeb\xfe\xfe\xfe\xf3\xf3\xf3\xee\xee\xee\ \x06\x06\x06\xe4\xd5\x8f\xd3\x00\x00\x20\x00\x49\x44\x41\x54\x78\ \xda\xec\xbd\xf9\x73\xa2\xd7\x9d\xef\x7f\x59\xc3\x26\x59\xd3\x9b\ \x2c\x77\x5b\xed\x5e\xe4\xee\xb6\x2c\x4b\xb2\x25\x22\x0c\xd8\xf2\ \x15\xb2\x2d\x24\x4b\x65\x2c\x14\x9a\x91\xc1\xec\x84\x61\xc7\x84\ \x9d\x61\x1f\xd6\xe0\x0a\x29\x72\x31\x99\x18\xbe\x10\x6e\x39\x98\ \x91\xa5\x52\xcd\x17\x0a\x86\x0b\xdf\xcc\x10\xc2\xb0\xcc\x14\x84\ \x3c\xcc\xcd\x55\x28\xa9\xa6\xee\xfc\x19\xdf\x43\xfe\x85\xfe\x55\ \x1f\x49\xf0\xf0\xf0\xb0\x48\x55\xe7\xc5\xeb\x7d\x9e\x73\x8e\xfe\ \xdb\x7f\xbb\xae\xeb\x7a\x81\xd2\x5a\x8f\x54\xbb\x44\xf9\x1e\xf9\ \x20\xb0\xb3\x4a\xd9\xdf\x58\x58\x5d\xa2\x6c\x2f\xdd\xb8\xf9\xf8\ \xf1\x6b\xef\x3f\x7e\xf5\xfd\xbf\x7e\xff\x01\x73\x7d\x65\xf1\xde\ \xca\xf2\x1a\x65\x89\xca\x5e\xd9\xd6\xef\x6f\xb9\xc3\xc7\x1a\xdf\ \x11\x4b\xef\xdb\xde\x57\x84\xbc\x56\xae\x44\x7e\x10\x60\xee\x06\ \x55\x5e\xb7\x48\x29\x38\x74\x4b\xdc\x32\xa3\x5f\xab\x4b\x2a\x8f\ \x4d\xce\x48\x95\xaf\x55\x6a\x45\x3c\xa6\x34\xc8\xb0\x07\x44\x51\ \x13\xcf\xa1\x09\x07\x03\xb6\x04\x2f\x5a\x84\x74\x2a\x07\xd7\x6a\ \x75\xf3\x45\x8e\x62\x89\x63\x8c\xb8\x3d\xaa\x72\x29\x61\x73\x08\ \x55\x12\x27\x27\x24\xd1\x89\x0a\xfd\x84\x30\x66\xe1\xf3\x39\xa6\ \x62\xb3\x9d\x37\x25\x8c\x76\x65\xa8\xd2\x2d\xd4\x79\x2e\x1e\x97\ \xc3\xa9\x96\x93\x02\x9b\xda\x2c\xe4\xdb\x55\x42\x29\x5f\x90\x2c\ \x3a\xf7\x2c\x66\xa3\x43\x91\x48\x99\x62\x5c\xb7\x59\xc6\xed\xa5\ \x73\x5d\xa8\x20\xf2\xdb\x65\x5c\x70\xac\xb2\x58\xd1\x39\xb5\x1e\ \x6d\xb9\x56\x88\x2b\x4d\x21\x9b\x3c\xac\x0d\x45\xb5\x36\x61\x94\ \xaf\x16\x04\x3c\x95\x46\x3a\x97\x4a\xf3\x6d\x02\xab\x86\xe7\xd0\ \x39\x12\x31\x5e\x40\xab\xd9\xd9\xd6\x33\xf6\x77\x98\x3b\x56\x8f\ \x6b\xef\xe0\xe0\x40\xcf\x3e\x64\xb8\xad\x47\x2e\x9b\x33\xac\x71\ \xfa\x8e\xec\x6a\xab\x5d\x1e\x70\xaa\xec\x16\x99\x57\xa2\xb6\x5b\ \x55\x5a\x95\xdd\x19\xb0\x5b\xdd\x91\xa0\x2f\xe2\xf5\x85\x7d\x3e\ \xad\x4b\x63\x0d\x5b\x83\x56\x99\x37\x18\xf6\x78\xec\x76\xbf\xd8\ \x66\xe3\x9a\xad\x1e\x89\xd6\xe3\x8b\x58\x4d\x66\x8f\x41\xc3\x60\ \xb2\xd8\x07\x8c\x03\x83\x55\x0e\xde\x26\xcb\xad\x71\xb3\x5d\x81\ \x88\xda\x62\xd5\x72\x73\x50\x35\x07\xb5\xa5\x62\x85\x8e\x1f\x12\ \x86\xd2\xbc\x68\x26\x95\x8e\xc7\x63\xe9\x44\x26\x13\x8b\x25\x1c\ \x21\x47\xd1\x11\xe7\xd5\xfb\xc5\x66\xb1\x98\xe9\xd7\x4b\xbd\x4a\ \xa1\x51\xc9\xc7\x53\xe5\x4a\xa9\x59\xae\x77\xa1\xd3\xec\xc5\xf0\ \xa2\x55\x18\x5f\x5d\x41\xe3\xe1\x00\x1a\x5e\x9e\x8d\x4f\xc6\x43\ \x68\x7c\x3a\xce\x66\x47\xa3\x61\x77\x70\x75\x7e\x7e\xf2\xdd\x97\ \xdf\xbc\xfb\xd1\x77\x9f\xcc\xce\x22\x90\xf0\x1f\xff\xcb\x0f\x7e\ \xfc\x6f\x7f\xf8\xee\xe1\xc3\xd9\xe7\x7f\xf8\xee\x9f\xbe\x7e\x08\ \xbf\x75\x7f\x06\x87\xc1\xc2\x50\xb8\x87\x78\x2c\x0e\x03\x43\xe0\ \x61\xb8\x69\x2c\x02\x8b\xc2\x4e\x63\x61\x58\x0c\x1c\x3b\x8d\x40\ \xc2\x90\x38\x0c\x1a\x8f\x85\x4f\x61\x70\x78\x1c\x0c\x86\xc3\x21\ \x91\x18\x14\x0e\x87\x06\x0f\x23\xe0\x08\x04\x1c\x0e\x81\x00\x3f\ \x70\x24\x8c\x00\x9b\x21\x20\x50\x53\xb3\xaf\x63\xf1\xd7\x2d\xee\ \xba\x5e\xa8\x54\x06\xa6\x7d\x93\xcc\x74\xef\xd3\x36\x96\xd7\x77\ \x19\x4b\x4f\x9f\x2d\x91\xb6\x57\x5f\xb9\xf3\xd6\xdf\x3d\x7e\xeb\ \x6f\x1e\x7f\xfc\x77\x3f\x7c\xba\xb7\xfc\x60\xf1\xe9\x3d\xca\xca\ \xf2\xc6\x16\x63\x75\x63\x77\x8f\x1d\x3e\xdc\x62\xb8\x35\xfb\x0c\ \x1f\xfb\xc0\xea\xd9\xdd\xb6\x70\xdc\x2c\x09\x7b\xd7\xaf\xf2\xf9\ \x55\x6a\x2d\xdb\x1a\x67\x6a\xb8\x36\x5d\x32\xa1\x63\x4b\xac\x87\ \x5c\x6d\x44\x1b\xd0\x49\x03\x36\xb3\xc1\xe7\x55\x89\x73\x49\x8e\ \xcf\x6f\xa7\xdb\x94\x02\x47\x51\x25\x12\x14\x24\x72\xb3\x94\xa7\ \x84\xc6\x75\xa3\x48\x6d\xf0\x87\x2a\x79\xad\x9a\xcb\xd3\x9a\x34\ \xdc\x68\x28\x9a\xa8\x37\x14\x52\x51\x38\x68\x14\x25\x33\x50\x11\ \x70\xc4\x66\x49\x68\x43\xd5\x66\x4b\x12\x56\x28\x24\xfc\x5c\x29\ \xc4\x37\x4a\x3c\x0a\x51\x90\x67\xf2\xdb\xb8\xf1\xbc\xd9\x13\x70\ \x8b\x43\xb9\x8c\xd8\xe6\x70\x79\xbd\x7a\x69\x29\xd6\xce\x94\x20\ \x5d\x48\x15\xd0\x75\xf2\x0e\x45\xba\x95\xb2\x68\xbd\x8e\x66\xb7\ \x6e\xe2\x16\x43\x00\x0a\xa2\x98\xc9\x68\x16\xa6\xa4\x5c\x9e\x47\ \x52\xc8\xc7\x13\xad\x96\x52\xca\x71\x46\x04\xb1\xbc\xaa\x98\x13\ \x9a\xed\x8c\x03\xf2\x81\x8f\xc5\x38\xda\x0d\xda\xf7\x18\x47\x8c\ \x7d\x39\x63\xff\x28\xec\xa2\xf9\x84\x36\xbb\xcd\x6f\xd0\x78\xed\ \x7e\xa7\xc5\x26\x8e\xd8\xdd\x5b\x6a\x95\x25\xac\x3f\x0a\xb8\x44\ \xfe\x80\xdf\x1d\x31\xe8\xd9\x66\x8b\x41\xef\x0b\x73\x3d\xe1\xb0\ \xdd\x65\x76\x86\x7d\x61\x57\xc0\x1a\x56\x6b\x6d\x5a\xad\x5d\xe5\ \xb5\x47\x64\x76\xb5\xd7\x2e\xb5\xf8\x22\x47\xb4\xc3\xa3\xed\xfd\ \xe3\x7d\xbd\xdc\x67\x77\x1b\x5c\x81\x20\xd3\xea\xf3\x18\x7d\x16\ \xa7\x40\x98\xab\xd4\x1b\xbd\xbe\xce\x15\x8a\x45\x0b\xb9\x54\x26\ \x93\x4a\x08\x4c\xc9\x4c\xb7\x54\x4c\xe4\xab\xe5\x4c\x22\xe9\xc8\ \x15\x52\x8d\x7a\xbd\xd5\x6c\xe7\xca\xad\x52\xbd\x59\x4f\xa6\x4a\ \xc5\x62\x32\x15\xcd\xd4\xaa\xfd\x36\x34\x1c\x0f\xb2\xe3\x7e\xad\ \x77\x75\xd5\x19\x41\x59\xe8\x0c\xba\xbc\xb8\x3a\xeb\x67\xbf\xbf\ \xb8\x18\x0f\x2f\x07\x83\xde\xf8\xea\xf7\x67\x57\x1f\x7c\xf4\xcd\ \xfd\x0f\xfe\xf1\x73\x3c\x01\x83\x9e\xff\xdb\x7f\xf9\xab\x1f\xff\ \xd3\xef\xbf\xba\x3f\xfb\xf0\x67\x5f\x7d\xfe\xd5\x27\x18\xd8\x47\ \xf7\x31\x68\x04\x1e\x89\x86\xe1\x71\xb3\x08\x04\x12\x85\xc5\x22\ \x66\x01\x97\xd0\x18\x3c\x16\x4b\xc0\x4f\xc3\x66\xee\x63\x50\xe0\ \x0b\x40\x09\x0f\x87\x63\x09\xb0\x69\x0c\x66\x1a\x87\x99\x7a\x84\ \xc6\x61\x01\xb9\x70\x08\x2c\x06\x45\xc0\x63\x91\x58\x1c\x12\x4b\ \x20\x20\xe0\x28\x3c\x16\x3d\x83\xc3\x13\xae\x5b\xdc\x75\xbd\x50\ \x39\xe9\x64\xfa\xea\xe6\xd1\xf1\x3e\x6d\x6d\x71\x61\x79\x6b\xed\ \xc9\xd2\xe2\x32\xe9\xc1\xdd\x1b\x8f\xff\xe6\xe3\x97\x1f\xff\xf0\ \xfd\x8f\xdf\x5a\x00\x77\x3c\x59\x58\x58\xa1\x90\x36\xf5\x1a\xf2\ \x06\x93\xb2\xeb\x0a\xca\xd9\xc1\xb0\x8c\x15\x38\x3e\x60\x6b\xf6\ \x59\x2c\x49\x70\xdf\x2e\x27\x3b\x85\x6e\xb7\x56\x65\xdc\xb5\x8a\ \x99\x11\xb3\x51\x51\xaa\xeb\x0c\x61\x36\x53\x6d\x37\xb8\x54\x39\ \x8e\xd5\x28\x77\x47\x33\x0e\x65\x39\xe9\x75\x71\xfc\x32\x2d\xcf\ \x6e\x51\x9a\xb9\xa2\x98\xd3\x2f\x15\x87\x6c\xd0\xd0\xe1\x34\x9b\ \x65\x2e\x8b\x94\x63\xe6\x26\x04\x91\xb4\xc5\xcc\x97\x48\xa3\xb5\ \x1a\x8f\x6f\xd7\xf8\x39\xe2\x74\x34\x59\x16\x9a\x72\x46\x7e\x2a\ \x19\x6f\x34\xdb\x1c\x8d\x28\xc2\xe6\xb5\xe3\x3c\xae\x4e\xe9\x92\ \x8a\xd8\xaa\xb8\xd6\x11\x52\x14\xc4\x9a\xb0\x5d\x90\xca\x87\xc4\ \x8e\x9c\x3a\xa2\xb6\x4a\x73\xa1\x56\xa3\xdd\x51\x6a\x8d\xde\x7c\ \x51\x21\x2c\x39\x52\x4a\x0b\x37\xa8\x68\x37\xcb\x1c\xa9\x56\xec\ \xb3\xc9\x39\x21\x93\xc5\x2b\x2a\x48\x6d\x22\xb3\x30\x93\xe6\x29\ \xbb\x39\x8e\xd6\x14\x31\x46\x4b\x8e\x68\x2a\x2f\x72\xba\x80\x35\ \x02\x8d\x94\x1d\xec\x1a\x2c\x01\xe6\x01\x73\x67\x6f\x8f\xac\xe1\ \xba\xc3\xb6\xa8\x58\xa5\x48\x38\x59\x46\xbf\x4f\x22\x11\x99\x2c\ \x62\xaf\xcc\x23\x09\x47\x02\x2e\xae\x5f\x68\x71\x09\xac\x72\xb7\ \x53\x66\x95\xeb\x7d\x16\xbb\xd9\x6e\x0c\xbb\xc4\x1c\x6e\xd8\x23\ \x76\x07\xd9\x96\x20\xd0\xae\x60\x58\x22\xf1\x59\xad\x1c\x9f\xcb\ \xa8\xb0\xeb\xfd\x86\x03\xf7\xde\x36\x83\x4e\x75\x45\x9c\x36\x6b\ \xc0\xe6\x61\xb9\xdd\x11\xa3\x4e\x65\xf1\x4a\x94\xf1\x72\xb5\x55\ \x6b\x24\xb8\x3c\x85\xa9\x90\x52\xe8\x1c\xba\xa8\x30\x97\x8e\x67\ \x1c\x51\x5d\x32\x5f\x2a\x3a\xf2\x75\x47\xa6\x3e\x6a\xd7\xcb\xa9\ \x66\xa3\xd5\x6c\xb6\x6a\xb9\x58\xb5\x9f\xae\xe7\x4a\x8a\x5c\xad\ \x56\xe8\x9c\x5c\x0d\xa1\xef\x87\xad\xea\xf0\xfc\x6a\x78\x71\x3a\ \x04\xf8\x1a\x9f\x40\xa3\xc1\xd5\x78\xb2\x1b\x1a\x77\xae\x4e\xc7\ \xdf\xfe\xee\x9f\x3e\xfb\xfa\xf3\x37\x3e\xf9\xfc\x75\x1c\x1a\x3b\ \xf5\xf6\xcf\xff\xcf\x0f\x7e\xfc\xe7\x7f\xff\xfa\xf5\x5b\xb7\x3f\ \xff\xec\xeb\xdf\xbd\x83\x46\xbc\x33\x03\x43\x03\x43\xc2\x60\xf1\ \xb0\x69\x02\x16\x89\xc1\xa2\x09\xb7\xf0\x18\x14\x6c\x72\x6b\xfa\ \x75\x0c\x1e\x01\xc3\x20\x31\xf0\x39\x00\x32\x0c\x0c\x33\x85\x41\ \x21\x60\x70\x34\x06\x35\x37\x05\x47\x00\x62\x3d\x42\xe1\x51\x18\ \x2c\x0a\x85\x04\x2c\x84\x23\xf0\x38\x04\x06\x3b\x83\x80\xc3\xc0\ \x91\xd7\x2d\xee\xba\x5e\xa8\x0e\x48\xaf\x3c\x7b\xb6\xb0\xbe\x4f\ \x5c\x7c\xf0\xec\xde\x93\x7b\xaf\x3c\xb8\x77\xf7\xe9\xd3\x1b\x37\ \x5f\x7e\xf9\xad\xb7\xfe\xe6\xad\x8f\xff\xfa\xe3\xd7\x9e\xd2\xd7\ \x57\x96\x48\xab\xab\x44\x0a\x91\x19\x5c\xa3\xd0\x9e\x6e\xb0\x0f\ \x5c\x4c\xab\xc1\x70\xb0\xba\x40\x3a\x72\xb9\x22\x16\x4b\x64\x2b\ \xc0\x22\x6b\xcd\x6c\x9f\x56\x12\x61\xb8\xac\xdb\x4c\xaf\x38\x61\ \x36\xa9\x35\xd6\x3d\x26\xcf\xcf\x95\xaa\x62\xbc\x23\xe3\x6e\x84\ \x93\x56\x79\x75\x22\x67\x50\x2c\x67\x26\x95\x7e\x69\x8c\xcf\x55\ \x63\x9e\x7b\x3d\x6a\xa3\xa4\x55\x32\xb1\x6c\x9e\x40\xc4\x93\xa8\ \xa8\x44\xa6\xb0\x85\x2b\x48\xa8\x02\xda\x7c\x29\x26\x52\xaa\xbc\ \x9c\x42\x88\xab\x0c\x95\xc4\x62\x8e\xd3\xc4\x53\x0a\x2a\x50\x51\ \x65\x53\xba\xc3\x82\x8a\xd8\xc3\xe5\x99\xbd\x52\x69\x50\x20\x34\ \x3a\x0a\xd1\x98\x46\x63\xd6\xf2\x72\xc5\x5c\x28\xa4\xb3\x78\xbd\ \xbe\x78\xaa\xde\x88\x57\x6a\x62\xb3\xd7\x12\xd7\x85\x0a\xad\x64\ \xd4\xe2\x0d\x18\x84\xc5\x8c\xc2\xa9\x14\x99\xfd\x5c\x0d\xc8\xa7\ \x12\xa7\x28\x27\x72\x0a\xb4\xbc\xb8\x29\x5e\x6e\x25\xb4\x5c\x89\ \x46\x99\x8b\x2b\xcc\xc2\x90\xd7\xa5\x3d\x3c\x0c\xc8\x18\x54\xe6\ \x21\xd3\xe6\x67\xcb\x59\x07\x7b\x87\x07\xbb\x76\xad\x46\x6d\x11\ \xdb\x83\x6a\x81\xc7\x6b\x36\x04\x55\x6a\xae\xc4\xcf\xf5\x7a\xc3\ \xcc\x03\xaf\x98\x27\xf0\xbb\x3d\x4e\xbf\xde\x1d\xd1\x8a\x35\x72\ \x86\xc5\x6b\x16\x07\x0c\x46\xb5\x45\xa2\xf2\xd8\x83\x6c\x9f\xdd\ \x1a\x0c\x47\xfc\x76\xaf\xca\x16\xb1\x87\xed\x16\xb1\x5a\x62\x0d\ \xb0\x77\xe8\x4c\xd9\x01\x6b\x73\x97\xed\xe2\x4b\x03\x56\x8b\x4b\ \xaf\x8f\x18\x5c\x36\xb1\x2d\x68\x74\xc4\x92\xcd\x5e\xaf\x9d\x4c\ \x28\x95\x9c\x72\x51\x11\x4b\x85\x42\x85\x52\x32\x9a\x8a\x85\xe2\ \xa9\x90\x32\x99\xe0\x67\xe2\x95\x93\xf3\xb3\x7e\x3d\x15\x8d\x3b\ \xd2\xbd\xd3\x4a\x3e\xdd\xea\xe4\x0b\xc5\x4c\xa9\x55\x29\x67\xba\ \x97\x27\xc3\xd3\x7e\x16\xaa\x5c\x5e\x5d\x0c\xb3\xd9\xfe\x55\x73\ \x74\x02\xb8\x75\x79\x52\xcf\x56\x2f\x4f\x7b\xfd\x8b\x13\x68\x7c\ \x7e\x7e\xf5\xfb\x7f\xfa\xfa\x9d\x0f\x80\xf6\xa0\x91\x9f\x7e\xf1\ \xf7\xff\xf9\xa3\x2f\xfe\xf0\xcd\x57\xb3\xb7\x66\xbe\xfa\xe4\x93\ \x4f\xd0\x73\xf7\x1f\x62\xb0\x18\xfc\xec\x0c\x6c\x7a\x1a\x45\x80\ \x61\x61\x38\x3c\x02\x81\x41\x10\x30\x20\x1e\x82\x4d\x1c\x16\x06\ \x78\x04\xc7\x20\x00\xb4\x30\x53\x20\xed\x61\x30\x04\x90\x2b\x31\ \x04\x1c\x40\x1b\x0c\x8b\x9a\x47\x23\xd0\x08\x1c\x0a\x3b\xc9\x94\ \x53\x08\xc4\x0c\x0e\x86\x25\x00\xc7\x42\x5c\x47\xc2\xeb\x7a\xc1\ \x5a\x5f\xb8\xf9\xf2\xd3\x07\x0b\x13\xa9\x7a\xe5\xce\xcd\xc7\x7f\ \xf3\xf8\xe5\x1b\xf7\xee\xbd\xfa\xc3\xc7\x6f\xbd\xf6\xf2\xdf\xfd\ \xdd\xc7\xff\xcf\x5f\xdf\x5d\x3e\x5c\x5a\x5f\x59\x03\xfa\xb5\xb8\ \x40\xdb\x7b\x70\xf7\xc9\x9d\xe5\xc5\xb5\xe5\x65\xe2\xf6\xca\xdd\ \xd7\x5e\x5d\xdd\x3f\xda\xa4\xc8\xf6\x0e\x48\x2b\xab\x2b\x0c\xd6\ \x21\xcb\x70\xb4\x45\xda\x5d\x23\x1d\xc8\xf5\x1c\x5f\x70\x93\xb8\ \x41\x91\x73\xec\x5c\x9e\x4a\xac\x66\x6a\xb6\xe5\x52\xb1\x5b\x22\ \xb6\x58\xe8\x1a\xb6\x31\xee\xb4\xe7\x74\x49\x7e\xfe\x5f\x7f\xce\ \x30\x9b\x0d\x22\x4e\x4e\xed\xb6\x59\xdd\x52\x85\x83\x1f\xe6\x48\ \x64\x6a\xbf\xcb\xc1\x93\x88\x85\xd1\x4c\x54\x65\x0f\x3a\x42\x26\ \x5e\xbc\xd0\xb0\x85\x8d\x4e\x3e\x57\x62\x2b\x5c\x34\x8d\x61\xb5\ \x59\x10\x8f\x89\xcc\xb6\x88\x56\xad\x73\xca\x4d\x26\xa3\x4b\x5c\ \xd3\xc9\x5d\x5c\x17\x2f\xc9\x8f\x99\x39\x4e\x83\xdd\xc7\x8c\x16\ \x9b\x95\x6a\x33\x66\x17\x7a\x2d\x3a\x95\x33\xdd\x4e\x44\x03\x4c\ \x79\x38\x54\xc8\x09\x44\xca\x90\xcc\x67\x34\xf2\xf8\x2a\xb3\x58\ \x10\x95\x9a\x03\xce\x38\x48\x5b\xf9\xa4\xc9\x16\x52\x9a\xd3\x35\ \x9d\x40\x12\x95\x04\xfc\xfe\x9d\x43\xb9\x9e\x4e\xd6\xef\xc9\x2d\ \xbe\x2d\xcd\xee\xc6\xbe\xcc\x70\x6c\xd0\x6a\x7c\x1e\xaf\xc5\x2d\ \xd3\xba\xfc\x3a\x9f\xdf\xe0\x92\x68\xed\x5a\x0f\x83\xb1\xb7\xef\ \xd3\x72\x83\x1a\xb9\xdd\x2e\x63\xa9\x45\x6a\xcd\xa1\x9c\x49\xb7\ \x7a\xd4\x0c\x9f\xd1\x02\xfc\xcd\xe9\x63\x04\x00\xd5\xc2\x01\x9b\ \x53\x2b\x95\x78\xed\x3e\x5f\x50\xad\xb0\x48\x8e\xe5\xf2\x3d\xb9\ \x6c\x6f\x6f\x7b\x87\xa6\x09\x70\xc2\x56\xb0\x3b\xe0\xf1\x18\xcc\ \x52\xad\x8f\xaf\xe2\xa4\xaa\xad\x12\x08\xa9\x12\x13\x3f\x14\x13\ \xea\xba\x49\x5d\x28\xe1\x88\xa5\xcb\xb9\x84\x4e\x99\x2a\x14\x32\ \xa6\x5c\x0e\x1a\x9e\x0f\x6b\xb9\x72\x2c\x59\x6e\x76\xbb\xd5\x4a\ \x3e\x9f\x69\x36\x0a\xbc\x44\xa6\x5c\xca\xf4\x47\x97\x67\xc0\xa4\ \x4a\xcd\xec\xd5\xe9\xe9\x70\xd4\x1b\x0c\xce\xc6\x27\x57\xd0\xf0\ \x04\x1a\x40\xa7\xe0\xfa\xea\xa4\x73\x7e\xf9\xe7\xf3\x7f\xfe\xf3\ \x47\x9f\x7c\xf6\x10\x83\xc3\x20\xe7\xff\xf6\xd7\xff\xfa\xa3\x1f\ \xff\xe1\xeb\x77\x67\x10\x0f\xdf\xf9\xec\xbd\x8f\xe6\xb0\xf7\x09\ \xf3\x70\x20\x57\x38\xc2\xcc\x2d\x1c\x01\x8d\x42\x4c\xdf\xc2\xc0\ \x10\x70\xc4\x34\x02\x3f\x83\x04\x9a\x05\x64\x09\x36\xc1\xd6\x2c\ \x0c\x50\x88\x00\x68\x44\x20\xe0\x91\x58\xfc\x0c\x01\x3b\x3f\x05\ \x3c\x0a\x03\x64\x6b\x82\xb6\xe9\x29\xc4\xa4\x3f\x6b\x9a\x80\x40\ \x11\x50\x58\x18\x7e\x1a\x77\xdd\xe2\xae\xeb\x85\xea\xc9\xda\xd3\ \xbb\xcf\xee\x4d\x70\x75\xe3\xb5\x97\x5f\xbe\x79\xf3\xad\x9b\xaf\ \xbd\x7c\xf3\xb5\xb7\xde\x7f\xeb\xe5\xc7\xef\xbf\xff\xf1\xc7\xef\ \xbf\xbc\xac\x21\x2d\x2d\x2d\x2f\x2c\x2e\x3e\x7b\xa6\x39\xbc\xf7\ \x74\x72\xfd\x60\xf9\xce\x83\xf5\x1b\x8b\x8b\x77\xd7\x96\x1f\x2c\ \x2f\x2e\x3e\x59\x5c\x78\xf0\xe4\xc9\xca\xe6\x06\x79\x75\x61\x7d\ \x7d\x75\xf9\x29\x99\x48\xdc\xda\x5c\x5a\x7b\xb6\xf0\x6c\x7d\x7f\ \x93\x41\xb7\x6a\xa8\xcb\xe4\x15\x2a\xd8\xda\x3f\xd0\x1c\xaf\x3f\ \xa1\xc8\xfc\x2c\x99\x3a\xe0\x32\x06\x3e\xcd\x10\x5d\x96\x03\xa6\ \xc6\xe3\xa1\x47\xd8\x4c\x95\xc8\x1f\xb4\x3b\xbd\x7b\x3b\xec\x70\ \x54\xc8\xb3\x49\x85\xc5\x90\x45\x1c\xe6\x85\xaa\x69\x65\xb1\x20\ \xe2\xda\xc3\xbc\x68\x92\x5b\xeb\xc7\xf7\x64\x61\x97\x32\x97\xe3\ \x45\xf9\xbc\xa8\x56\x12\xd4\x24\x2a\x7e\x8d\x39\x2f\xd4\x5b\xec\ \x7a\x2e\x4f\x29\x0c\x72\x9d\x2e\x71\x50\x1f\xab\xa4\x52\xa9\x3c\ \xc7\x08\xbe\x42\x5c\xa3\x36\x5e\x49\x18\xc2\x06\x89\x30\xe6\x00\ \x5e\xc4\xf7\x7b\x7c\xda\x98\x58\xae\xd6\xf2\x54\x1e\x6e\xd0\x53\ \x48\xc6\x43\xbc\x98\xc9\xc9\xf3\x7b\x15\x89\x90\x42\x2a\x54\x07\ \x04\x86\x3d\xb6\xdc\xc3\x3e\x96\x1d\xc9\xfc\x06\xfa\x31\x7d\xd2\ \xe1\xce\x62\xa8\x0d\xee\x80\xd9\xcb\xf0\xdb\x5c\x26\xa7\xd5\xa2\ \x76\x4b\xf8\x3c\xbe\xfe\xd0\xe7\x3e\xb0\xba\xb8\x56\xaf\x46\x66\ \x3d\xb6\x3a\x83\x11\x70\x2c\x2b\xe8\xb4\xa9\x22\x36\xa3\x51\x6b\ \xf3\x5b\x22\x16\x8f\x2b\xec\x09\x4b\x4d\x52\x9b\x5d\xe3\x14\x7b\ \xc2\x62\xa9\x99\xeb\x0f\xc8\xe5\xb4\xc3\xed\xcd\xa3\x6d\xea\xee\ \x51\x50\x6b\x90\xdb\x9d\xc7\x32\x76\x30\xa0\x55\xd9\xbd\x5c\xa9\ \x29\x5f\xaa\x55\x0b\xcd\x90\xc8\x24\xcc\x08\xd3\xe9\xbc\xd0\x91\ \xc9\x14\x95\xc9\x42\x0a\x7c\x15\x0a\xcd\x72\xb5\xda\x84\x5a\xa5\ \x68\x3e\x51\x8e\x37\x00\x8f\x7a\xdd\x5a\xbe\x07\xd5\xa1\xa2\xb0\ \x98\xae\x95\xaa\x27\xa7\xfd\xd3\x61\x7f\x30\xc8\x37\xfe\x08\x65\ \xbb\x10\x74\x71\x75\x32\x3e\x1d\x8c\xaf\x46\x17\x10\x34\x1c\xf6\ \x47\xd0\x70\xfc\xfd\xf8\xfc\x0f\x3f\xfb\xee\xbb\x5b\xcf\x3f\xb9\ \x35\x03\xdc\xe9\xc3\x5f\xfe\xeb\x5f\x7d\xf8\xe7\x7f\x7f\x17\x8f\ \xbb\x7f\xff\xbd\xcf\x08\x6f\xe3\xde\x9b\x45\x01\x00\x4d\x13\x6e\ \xe3\x09\x20\xcf\x61\x51\x30\x02\x02\x8f\xc5\x4e\x7a\xac\x60\x18\ \x38\x1a\x8b\x00\xcc\xc2\xc3\x66\x26\x42\x05\x4c\x0c\x83\x45\x60\ \xf0\x58\x24\x01\x0b\x47\x4c\xc1\x61\x28\x24\x12\x81\xc2\xa2\x91\ \x28\x24\x06\x31\x87\x22\x60\x50\x28\x14\x78\x10\x02\x8e\x44\xc0\ \xf0\xa8\xeb\x16\x77\x5d\x2f\x54\xcf\x9e\x3d\x79\x70\xef\xd9\xd2\ \x8d\xa7\x0f\xee\xde\x79\xed\xce\x4b\x77\x1e\xdf\x79\xe9\xe6\xab\ \x77\x5e\x7d\xed\x87\xaf\x7d\xfc\xd7\xaf\xbe\xfa\xc3\xbf\x7e\x6d\ \x81\x41\x5d\x5c\x23\x2e\x2e\x3d\x59\x23\x59\x77\x6f\xdc\x78\xb2\ \xb8\x48\x5a\x25\xdd\x7d\xba\xf8\xec\xee\x93\x67\xeb\x0b\x0f\x56\ \x96\x16\x9e\x2c\x2e\x2d\x6f\xac\x3c\x5b\x79\x42\x5a\x5d\x59\x5a\ \x5f\x7d\x02\x9e\x6e\x79\x6d\x79\x7d\x85\xb8\xb0\xf0\x8c\xb8\xba\ \xbc\xf8\xe0\xc1\x93\x85\xa5\x65\xe2\xd2\x2a\xf1\xd9\xd2\xd2\xea\ \xe2\xd3\xc5\xa7\xeb\x94\x4d\x0a\x99\x48\x5e\x26\x91\xa8\x24\x22\ \x91\xb2\x7f\xb0\x09\x30\xb7\x65\x3d\xdc\xd5\x1c\xc9\x64\x47\xdb\ \xdb\x07\x7a\x0d\x8b\x2d\x17\x8b\xd9\xcc\x03\xa6\xd1\x26\x16\xf8\ \xb9\xa2\xa0\x8f\x1c\xd0\xf0\xd5\x02\x65\xd2\xb1\xb9\x7f\xcc\x8e\ \x28\x04\x7a\x8b\xde\x63\x60\x87\x37\x0f\xb8\x66\x86\xdc\xc2\x71\ \x32\xf4\xdb\xbb\x5e\x9b\xc5\x1b\x91\xd8\xf7\xe5\x5b\x11\x61\x2c\ \x0a\x9a\xba\x4a\x63\x36\x78\xf9\x5c\xa3\x4a\x97\x92\x1c\x6b\xac\ \xaa\x5c\x86\xef\x89\x18\xf9\x42\xb5\xd6\x2a\xf0\x6b\xf9\x5c\xa5\ \x47\x2c\x60\xab\x43\x62\x33\x4f\xea\xb0\x05\x2c\x2e\x95\x40\x91\ \x2e\xe8\x94\xe1\x88\x38\x48\x3d\x64\xb9\x58\x2c\x19\xdb\xe7\xa3\ \x6f\xfa\x02\x6c\xb6\xec\x88\x11\x66\x5a\xdc\x1a\x89\x2f\x68\x33\ \xb0\xc5\x01\xb7\x5f\x2d\xe6\x88\xa5\x16\xd9\x01\x53\xa6\x89\xd8\ \x9d\x1c\xb5\x6c\x4f\xce\x32\x98\xf7\x22\x47\x0c\x56\xc0\x2e\x51\ \x7b\xdd\x7e\xa7\xc7\xaf\xb5\x5b\xbc\x6e\x8d\x47\x25\xb0\x8b\xd5\ \x32\x6f\xd8\x65\xf7\x59\xfc\x42\xb1\xc1\x67\x35\x07\x8f\xb6\x57\ \x28\x34\xf2\x36\x65\x8f\x6d\x51\x6a\x23\xc7\x2e\x90\x15\x3d\x5e\ \x8e\xd6\xc5\x17\x68\xe3\xf9\x46\xa5\xdf\x6e\x46\xa5\x3c\x87\x43\ \x10\xcb\x9b\x4c\xc9\xa2\x20\xa6\x2b\x46\x75\xfc\x52\x51\x98\x2e\ \xe4\x73\xc9\x76\xa3\xe6\xe0\x26\x4a\xa5\xea\x55\xb7\xde\xaa\xb4\ \x6b\xf9\x6e\xab\x5e\xa9\xe4\x0b\x35\x08\x6a\x64\x4f\x1b\xe3\x31\ \x34\xec\xf6\x2f\x01\xba\xba\xbd\xec\xd9\xc5\x70\x34\x1a\x5d\x9c\ \x74\xfa\xd0\x10\x1a\x5f\x5d\x64\x87\xe3\x6f\x7f\xf7\xa7\xf3\xdf\ \x7d\xf7\xdd\xfd\xcf\xdf\x7b\xf7\x8d\x69\x34\xfa\x8b\x5f\xfd\xe7\ \x5f\xfd\xfc\x9b\x7f\xfa\x68\x1a\x86\x7b\xe7\xf5\x0f\x90\xf0\xdb\ \xb7\x00\x87\x08\x04\xd8\x0c\xe0\x15\x0e\xf8\x13\x0c\x8d\x03\xd0\ \xc1\xdd\xc6\x60\x70\x93\x73\x87\x30\x14\x0e\x05\x38\x46\x00\x37\ \x41\xf2\x9b\x42\xcd\xcf\xcd\xdd\x42\xa0\x70\x78\x0c\x40\x16\x61\ \x0a\x8d\x85\x81\x78\x38\x85\x82\x21\x71\x68\x50\x30\x2c\x6e\x7a\ \xd2\xe3\x85\x85\xa1\x11\xd7\x9d\xee\xd7\xf5\x62\xb5\xf0\x6c\x6d\ \xf1\x95\xc5\x85\xa7\x77\x5f\xba\x7b\xf7\xb5\x97\xee\xbc\x7a\xe3\ \xc6\xab\x8f\x5f\x7e\xe5\xe5\x57\x3e\x06\xe1\xf0\xe6\xe3\xc7\x7f\ \xf3\xfe\xdd\x3d\xe2\xe2\xda\xd3\x27\xe4\xa5\xb5\x0d\xab\xfc\xee\ \x4b\x37\xee\x3e\x25\x2d\xdf\x5b\x7c\xf0\xec\xc9\xe2\xbd\xc5\xd5\ \xe5\x85\x27\xcb\xc4\xf5\xf5\xe5\x4d\x22\x65\x79\xfd\xe9\xf2\x06\ \x11\xa0\xea\xc9\xda\xea\x32\x48\x90\x4b\xeb\x94\x67\x8b\xa4\x95\ \x0d\x2a\x71\xf5\xc9\xf2\xea\xea\x22\x71\xe3\xd9\xb3\xa7\x24\x1a\ \x85\xb2\xf2\xe4\xde\x93\x85\xe5\x27\x4b\xe4\xa5\x75\xf2\x26\x69\ \xe1\xd9\xe2\xca\xca\xce\xfa\xfa\xd2\xdd\x95\x4d\x12\x79\x7d\x65\ \x75\x75\x65\x65\x8d\x4a\xa2\x6c\xac\x53\xf6\xd9\x94\x25\x22\x89\ \x46\x3f\x96\xd3\x99\xcc\x8d\x95\xf5\x95\xcd\xbd\xcd\x7d\x7d\xd0\ \xb2\xba\x40\xa6\xed\xb3\x76\xa8\x3b\xeb\xc4\x15\xe2\xc6\xea\xc6\ \x36\x85\x44\xdc\x67\x6f\xae\x53\x9f\x52\x82\x3b\x07\x87\xdb\x06\ \xfa\x2a\x79\x95\x6e\xf7\x9b\x0d\xbe\x30\x83\x7e\x4c\x39\x0a\x04\ \xe5\x0c\x83\x5b\xbe\x4b\x5b\x97\x6b\x8d\xda\xa0\xcb\xef\x67\xed\ \x1f\x1d\x44\xf4\x3e\x60\x34\xfa\x23\xc6\x96\xd5\xa5\xf1\xba\xc2\ \x66\xb7\xcb\x2a\x17\x73\x8d\x42\x3e\x4f\x72\xa8\x67\xd1\xe9\xbb\ \xd4\xfd\x03\xfa\x31\x6d\x93\x75\x70\x18\x71\xe9\xa9\x7b\xdb\xbb\ \x8c\xc3\x5d\x0a\xc3\xc8\xb2\x7a\xf6\xb6\xe4\x4c\xda\x91\xcc\xeb\ \x51\x89\x22\xf2\x9d\xa3\x7d\x2b\xf0\x25\xb5\xd1\x2a\x07\xcf\xe8\ \x0b\xfb\x58\x47\x1a\x4b\x24\x1c\x09\x7b\x8c\x11\x7f\x58\x1d\xf6\ \xbb\x64\x1a\x0f\xcf\x1b\x34\x9b\xc3\x61\x77\xc4\x17\xb6\xfb\xed\ \xf6\xa0\x2a\x12\xf1\xef\x2c\x2f\xae\x6e\x6c\x91\xb6\xf7\x58\x6a\ \xa7\x2b\x60\xd0\xfb\x22\x93\x94\xab\x71\x49\xc4\x1c\x7e\x01\x08\ \x53\xb6\x1e\xe2\xf3\xe3\xd2\x64\x28\x93\x0e\x25\x62\x82\xb8\x22\ \x9f\x17\xa6\x32\x0e\x45\x3e\x9a\x8e\x27\x0a\x95\x62\x81\xef\xc8\ \x55\xa2\xbd\x6a\x1b\xaa\xd5\x4b\xc5\x76\xb9\xd7\xac\x3a\xa2\xe5\ \x56\xb5\x3d\xba\x18\x5f\x8c\xc7\xe3\x7e\x2d\x3b\x6e\x77\x06\xbd\ \xd3\xcb\x0e\xb8\x35\x82\x7a\xa3\x5e\x76\x7c\x71\x79\x72\x31\xee\ \x35\x4e\x7e\xff\xc7\x7f\xfe\xee\xcb\xf7\x3e\xf8\xfa\xbd\x87\xcf\ \x67\xb1\x48\xf8\x87\xff\xf2\x3f\x7e\xf2\xcd\x97\xf7\x67\x61\x84\ \x37\xbe\xbc\xfd\x26\xe2\x0d\x02\x12\x24\x3d\x2c\xec\x36\x48\x71\ \x20\xca\xcd\xe0\x11\x30\xe4\xcc\x34\x16\x40\x07\x45\x98\x25\x00\ \xd3\x82\xe1\x67\xd1\x58\x40\x3a\x1c\x16\x07\xf2\xde\xfc\x1c\x02\ \x20\x09\x85\x40\x20\xa6\x26\xbe\x05\x47\xc2\xd1\xf3\x70\x38\x12\ \x83\x47\xcc\x3f\x42\x20\x61\x38\x04\x06\x81\xc5\x60\x81\x76\x5d\ \x03\xeb\xba\x5e\xac\x3c\x61\xb7\x6c\xf7\x70\x73\x83\x46\x23\x91\ \x56\xd7\x9e\xbd\x72\xf7\xde\x4b\xaf\xde\x7c\x70\xf7\xa5\x97\x6e\ \xde\x7c\x7c\xf3\xf1\xcb\x6f\xbd\x76\x57\xb3\xf9\x64\xe9\xce\xbd\ \xf5\x0d\xd2\x92\x55\xbf\xb9\xb5\xb1\xb9\xb5\x47\x5b\x25\x51\x37\ \x49\x94\x35\xd2\x32\x69\x65\x7d\x75\x7d\x83\x48\x26\x2d\x11\x17\ \xd6\x56\xd7\x80\x30\x6d\x02\x66\x2d\x3d\x58\x78\x76\xf7\x19\x91\ \xb4\xf0\x64\x1d\x70\x66\x89\x08\x52\xe3\xfa\x3a\x85\xf8\x64\x7d\ \x79\x9d\x42\x5d\x04\x88\x24\x2f\xaf\xae\x90\x57\xd6\xd6\x37\xc8\ \x4b\xcb\x9b\xe4\xa5\xc5\xa5\x95\xa5\x95\x15\xe2\x0a\x6d\x85\xb4\ \xf1\x6c\x63\x67\x87\xb8\x4d\x21\xae\x6e\xac\x93\x28\xcb\x64\xca\ \xca\x3a\x69\x8d\xb2\x41\xa2\x02\x1b\x5b\x59\x5d\xdf\xdc\xa0\xec\ \xac\x3f\x59\x24\x91\xc1\x2b\xae\xac\x2f\xaf\x00\xa5\x03\x4e\xb7\ \x4e\x5e\xd9\xdf\x26\xaf\x2e\xaf\x53\x0f\x37\x77\x37\xd6\xd7\x01\ \x42\x01\x0b\xd7\x8f\xa9\x1b\x54\xf2\x02\x99\x42\xd9\xde\xa1\x50\ \x8f\xb6\x77\x88\x2b\x2b\x9b\x74\x22\x95\x4a\x3d\xa2\xad\xdf\x5b\ \xa5\x53\xb6\x88\xc4\x9d\xfd\xcd\x65\x12\x65\x8b\x4a\xa4\xd1\x68\ \x6c\xe6\xfe\xe6\x16\x6b\x67\x9b\xe5\x72\xb1\x36\xb7\x69\x2b\x20\ \xe0\x6e\xec\x6f\xef\x6c\x50\x77\x29\x3b\x74\xda\x06\x9d\x4c\xa5\ \xad\xad\x2e\x2e\x6d\x1d\xec\x50\xb7\x89\xe4\x09\x5d\xb7\x8f\x77\ \xf6\x64\x7b\x1b\x94\xad\x15\xda\x11\xc8\xbe\xfa\x83\x1d\xca\x21\ \xed\x90\xb5\x73\x48\xdb\x67\xc8\x99\x06\xbd\x3b\x20\x73\x7b\x03\ \x0c\xb7\x81\x7d\x60\xb0\x6b\x80\x6c\x39\x7d\xfa\xb0\xc4\x6c\xb6\ \xaa\x5d\x9e\x70\x90\xed\xa6\x90\xb7\xb7\xa8\x14\x22\xf9\xd0\x2a\ \x72\xea\xdd\x7e\xad\x4c\x6e\xf7\x18\x8d\x2e\xad\x93\xaf\x13\xe6\ \x2b\xcd\x7a\xbb\x1f\x35\x29\xa3\xd1\x4c\xa2\x92\xe0\x25\x63\x4a\ \xa5\x32\x95\x09\x65\x92\x85\x4c\x23\x99\xaf\x17\x0b\xd9\x5e\x4a\ \x90\x6e\xa4\x6a\xf5\x6a\xbf\x5f\xe9\x76\x4b\xc5\x5e\xab\x5c\x48\ \xe4\x07\xfd\x4a\x7a\x74\x39\xbe\x3c\x1d\x43\x95\xcc\xf8\x2a\xdb\ \x1f\xf7\x7b\xe3\xec\x70\x98\x1d\x9d\x5c\xf4\xb3\x97\xe3\x93\x6f\ \x87\xc3\xee\xb0\x3b\x3e\x3f\xff\xfd\xb7\x9f\x7d\xf9\x8f\xdf\x3c\ \x7f\xe7\xdd\x37\xee\x23\xe1\x8f\xfe\xd7\x7f\xe1\xbe\x7b\xfe\x3a\ \x16\x37\x7b\xff\xe1\xdc\x87\xb7\x1f\xe2\x31\x20\xfc\xa1\x08\xf7\ \x67\x66\x81\x4b\x4d\xfa\xa6\xd0\xd8\x59\x2c\x48\x77\x38\x24\x02\ \x70\x0a\x0e\xb2\x22\x0e\x86\x82\x61\xb0\x48\x24\x61\x1a\x85\x99\ \x43\xe3\x50\xe8\x29\xd4\x14\x16\x81\x44\x62\xd1\x73\x48\xf8\xdc\ \xd4\x14\x06\x09\xc3\x60\x10\xc8\x79\xf4\x3c\xa0\x1c\x0c\x37\x07\ \x9b\xc1\xc2\x30\xd3\xd7\x2d\xee\xba\x5e\xa8\x2e\xfa\x17\x85\x7c\ \xde\x11\xcf\x94\x45\x4e\x91\xc4\xce\xd8\xa6\x50\x57\x56\x37\x96\ \x97\xee\x3d\x78\x70\xe7\xce\x6b\x2f\xbf\xff\x78\x49\xbe\x72\xf7\ \xd9\x02\x69\x6b\x6b\x8b\xa2\x4f\x94\x32\x25\x10\x42\x62\x09\x1d\ \x97\xab\xe0\x72\x75\x16\x4f\xc0\x16\x76\x79\x2c\xfe\x63\x86\xcc\ \x68\x0b\x33\x0c\x61\x19\x73\x1f\xb4\xff\x3d\xfa\xee\xc6\xce\xee\ \xe1\xce\xd6\xde\x3e\x85\xbc\xb1\xb4\xb5\x4a\x26\x2d\x53\x28\x9b\ \xdb\xc4\x0d\xe2\xf2\xcd\x07\x6b\xeb\x4b\x14\xda\x06\x19\xe0\x82\ \x4a\x5e\xdd\xa0\x91\x89\x1b\x2b\xab\xe4\xf5\x55\xca\x93\x55\xe2\ \x12\x75\x7d\x7f\x9f\x4c\x5e\x21\x6e\x93\x41\xbe\xa4\xd0\x76\x48\ \xd4\xd5\x8d\x55\xe2\xf6\xce\xfa\x32\x10\x9e\xd5\xf5\x67\x4b\x6b\ \x5b\xdb\x64\xf2\xfa\xd3\x55\xd2\x32\x8d\xb4\xbc\x4c\x21\x2f\x2e\ \xaf\x52\x36\x37\x88\x9b\xe4\xad\xcd\x0d\xf2\x2e\x83\xbe\xbd\x45\ \x01\xdb\x07\x5b\x34\xea\xca\xd2\x2e\x6d\x8f\x4c\xdd\xd9\xda\x9e\ \xbc\xda\xee\xee\x04\x4b\xe4\x2d\xc0\x07\xea\x2e\x99\xb6\x42\x5d\ \xdf\xa4\x6c\x6c\x6c\x92\xb7\x49\x44\xca\x2e\x15\xbc\xe2\xd6\xce\ \xfe\x0e\xe0\x29\x95\xc6\xa4\x6e\x6c\x50\x36\x88\xab\x8b\x13\x71\ \xdc\xa2\xd3\x88\x34\xfa\xe6\xe6\x0e\x71\xeb\x80\x46\x59\x59\x23\ \x6f\xd1\x0f\x36\xc9\x3b\xdb\xdb\x24\xca\x0e\x6d\x1b\x50\x8b\xb4\ \x4a\x24\x12\xa9\xe4\xb5\xa5\x8d\xc9\xaf\x47\xdb\x59\x5a\x21\x03\ \xe2\x2e\x6c\x51\xe8\x54\x0a\x89\x76\x78\xcc\xd2\xb0\x02\x6e\xa3\ \xd5\x6b\x34\x87\x25\x3e\x8d\xc7\xe3\x74\x69\x2c\x76\x49\xd0\xc3\ \x60\xcb\x8f\x68\x54\x12\x69\xef\x80\xb6\xc5\x34\xf3\xec\x76\xa7\ \xcc\x3b\x19\xd8\x65\xe3\x7a\xcc\x2a\x89\x84\x9f\xaf\x77\xbb\x8d\ \xb6\x4e\xaa\x2c\x24\xa3\x89\x44\x1e\x90\x2a\xce\xe7\xeb\x14\x95\ \xb4\x22\xd7\xad\xa6\x13\x3c\x5d\xaa\xd7\xca\x25\x0b\xb5\x4c\xbe\ \xd2\x19\xe5\xd3\xf5\x76\xb3\x58\xeb\x40\xe5\x5c\xa1\x05\x75\x1a\ \x9d\xb3\x3f\x9d\x9f\x8d\xa1\x5a\xab\x37\x1e\x0c\xa0\x46\xa5\x73\ \x7a\x3a\xea\x9e\x5e\x40\xad\xe1\x70\x70\x75\x36\xbe\x38\x6d\x37\ \x2f\xfe\xed\x9f\xff\xfc\xc9\x1b\x5f\x3e\xbf\xff\xd1\xbb\x20\xdb\ \xcd\xbf\xf9\xe3\x7f\xf9\x2f\xf8\xf3\x4f\x6e\xc3\x10\xb3\x0f\x11\ \x3f\x7e\xf4\xf0\x8d\x69\x18\x01\x89\x9a\xbe\x7f\x0b\x8f\x03\xe0\ \xc2\xcf\x20\xb0\x58\x14\x0e\x86\x81\x61\xc1\x6d\x14\x1c\x81\x20\ \xcc\x20\x90\x28\x14\x1a\x89\xc2\x60\x60\x68\xf4\xdc\x14\x06\x85\ \x44\xcd\xc1\x91\x68\x38\x16\xdc\x81\x9e\x9c\x3a\x9c\x74\x6a\xcd\ \x03\xbe\x81\x7b\x70\xb8\x59\x02\x08\x87\xd3\x93\x71\xa4\xd7\x2d\ \xee\xba\x5e\xa8\x46\x17\x57\x9d\x1e\xd4\x6b\x40\x5d\xa8\x53\x4c\ \x3a\x8c\xdc\x88\x2a\x28\x3f\xa6\xed\x51\x49\x6b\x77\x6f\xdc\xb9\ \xf1\xf8\x87\x64\xd7\xf2\xd2\x12\x10\x25\x22\x79\x9b\xdd\xfc\x7e\ \xfc\xa7\x3f\x9f\xff\xf1\xdb\xef\xcf\xae\x4e\xce\xc6\xe7\x27\xe0\ \x53\x3c\x0b\x8d\x2f\xbe\x87\xd2\x6d\xe8\xdb\xe1\xa8\xd3\x6c\x95\ \x8b\x19\x95\x31\x95\xc8\x97\xd2\x8a\x4c\x22\x96\xe7\x48\x38\xf1\ \xb4\x4d\xeb\x14\x6a\x83\x41\xbb\xc7\x15\x30\x07\xf6\x48\x74\x79\ \x98\x19\x31\x72\xbd\x06\x8d\x35\x18\xd1\xcb\x8e\x58\x47\x87\x3b\ \xdb\x87\x74\xca\xf6\xe6\xce\xfe\x16\x9d\x4a\x3b\xa0\x6e\x6d\xad\ \xef\x50\x37\x88\x44\xd2\xca\xf2\x12\x99\xb4\xb5\xb2\xb9\x42\x5b\ \x5f\x21\x51\x37\x56\x57\x36\x40\x2c\xa4\x51\x37\x48\xcf\x16\x28\ \xe0\xee\x85\x45\xca\x64\xdc\x18\x65\x65\x69\xf9\x01\x60\xe2\xd6\ \xe6\x12\x69\x63\x75\x7b\x8b\xb6\xbd\xb2\x03\x24\x70\x8b\xb4\xb1\ \x45\xdf\xde\xde\xa6\x6c\x12\xd7\xa9\x94\x9d\x4d\xfa\xde\x0e\x79\ \x77\x7b\x8b\x48\xdd\xdb\xdd\xdb\xdb\xa1\x90\x8e\x77\x69\xf4\x7d\ \x12\x95\x76\x48\x91\x6d\x13\x97\x57\x68\xdb\x7b\x47\x7b\xe4\x3d\ \xda\xde\xf1\x36\x6d\x93\x4a\xdd\xda\xa1\xac\x03\x5a\x81\xf7\xb4\ \x4b\x3b\xdc\x26\x1e\x1e\xd0\xb7\x0d\x5b\x3b\xf2\x63\xc6\xc1\xc1\ \xe1\x0e\xfb\x90\xb1\x43\x07\x87\xef\x32\x59\x9b\x9b\x07\xbb\x3b\ \x0c\xea\x16\x75\x93\xb6\x43\xa7\xd3\x27\xb8\xd2\x1f\xed\x6e\x1c\ \x6c\xec\x18\x8e\xe9\x47\x81\x40\xc0\x6b\x00\x19\xd0\xa8\x0e\x06\ \x98\x96\xb0\x9b\x11\xf1\x1d\xea\xf5\xcc\x80\x81\xa5\x0f\xee\x6e\ \x33\xe9\x1b\xd4\xbd\x7d\xe2\xbe\xdc\xe9\xf4\xb8\x22\x7e\x91\x44\ \xea\xe4\xf2\x44\x5e\xa7\xc8\x2c\x54\xe6\x20\xe8\xa2\x0a\xc5\x39\ \x4a\x87\x29\xaa\x2b\xa4\xe3\x8e\xa8\x50\x91\x49\xe6\xdb\xf9\x7c\ \x3c\x55\x4d\xc6\x92\x75\x08\x2a\xc6\x12\xbd\x6a\xaa\x32\x68\xd5\ \x4a\x85\x7a\x25\x53\xaa\x97\xa0\x4c\x3a\x97\xef\xd4\xba\xe7\x93\ \xce\xf5\x93\xb3\x5a\xad\x9e\x1d\x36\xfa\xc3\xd3\x7e\x7b\x0c\x9d\ \x5e\xf5\x9b\x60\xef\xc5\xc5\xe8\x6a\x04\xf5\x1b\xa7\x5f\x7f\xf3\ \xed\x97\x9f\xbc\x3b\x83\x9c\xc6\x4f\x7d\x88\x44\x3f\xfa\xf1\x3f\ \xfc\xf7\xbf\xfd\xfc\x33\x14\x1c\x03\x80\xf5\x21\xfa\xf6\xc3\x69\ \xfc\x2c\x86\x00\x9b\x79\xe3\xd6\xad\x69\x1c\x0e\x33\x71\x29\xd4\ \x5f\x86\x80\xa2\x50\x78\xfc\xfc\xa4\x13\x1d\x8b\x43\x01\x32\xe1\ \x31\xd8\x19\x18\x72\x7e\x1e\xf5\x08\x8d\x98\x42\x83\x4b\x3c\x16\ \x83\x40\x61\xe1\x73\x08\x18\x0c\xf5\x08\x8e\x84\x81\x10\x89\x00\ \x0f\xc3\x4c\x76\x4d\x63\xb1\x88\xeb\x16\x77\x5d\x2f\x54\xf5\x6e\ \xab\xdf\xcf\x0e\x5b\xf5\xee\x70\xdc\x9a\x8c\xf2\x29\x09\x54\x12\ \x8d\x81\x7a\xb4\x43\x7a\x76\xe7\xd5\x3b\x2f\x3f\x26\xba\x76\xd7\ \x96\xd6\x29\x6b\xcf\x96\x96\xf5\xdd\x93\x6c\xff\xf2\xec\xe4\x72\ \x00\x75\xae\x86\xc3\xe1\xd9\x60\x3c\x1e\x9e\x5c\x8d\xaf\x7a\x97\ \xa7\x67\x57\xdf\x7f\x3b\x3e\x3d\x19\x0e\xda\xc9\x42\x63\x9c\xfd\ \xbe\x39\xbc\xfc\x7e\x78\x0a\x8d\xfb\x67\x7f\x1c\x9e\x7f\x3f\x1c\ \x64\xeb\xdd\x8b\x16\x74\x55\xe3\x7a\x54\x89\x74\xb4\x0b\x8d\x26\ \x3d\x29\xad\xcb\x61\xbf\xd6\x2d\xc6\x52\x09\x45\xb4\x98\x4c\xe4\ \xe3\x0a\xa1\xc4\x23\x32\x7a\xd8\x81\x80\xcf\xe0\x09\xb3\x65\xac\ \xc9\x88\x4d\xbd\xf5\xe0\xe8\xe8\x60\x93\xb5\xb3\x77\xb0\x41\xdd\ \x22\x92\xd6\x57\x76\x40\x12\x05\x38\xa3\xae\x92\x41\xc2\xa3\x6c\ \x3e\x5b\xa7\x50\x88\x34\x90\xf5\x00\xbc\x80\xb0\x6c\xd0\x80\x46\ \x6d\xec\xee\x6c\xad\xac\x03\x75\x22\x53\xc9\xe4\xd5\xcd\x1d\x32\ \x15\x20\x85\xb4\xb9\x43\x21\x93\x76\x37\x41\xe2\x23\xd2\xf6\x8e\ \xa8\x2b\x34\xea\xce\x2e\xc0\xd2\xee\xd6\xca\x16\x99\xbc\x47\xda\ \x98\xe0\x70\x9f\x46\x3f\xa4\x90\x88\x5b\xec\xa3\xfd\xbd\x5d\xf0\ \x6c\x07\xc7\x9b\x1b\x54\x40\xd4\x9d\xa3\x83\xbd\xc3\xed\x23\x3d\ \x75\x97\xbe\x0f\x36\x36\xf7\x8f\x98\x72\xfa\xd6\xf1\xb6\x06\xbc\ \x2f\x3a\x03\x5c\xbb\xd8\x8c\x23\x86\x4c\xa3\x77\xc9\x26\x5d\x66\ \x87\x7a\xab\x86\x61\x0d\x1b\xed\x32\x99\xcf\x60\xd0\xe8\x8f\xe9\ \x11\xf7\x36\xd3\xca\x3c\xd4\xef\x85\x19\xc7\x6c\x96\x6c\x67\x5f\ \xbe\x4b\xa7\xd1\xd6\x77\xe5\x01\x63\xd8\x6d\x71\x1a\xa5\xa2\x88\ \x51\xc7\xd3\x5a\x6c\x5c\xa9\x48\x98\xa8\xd4\xdb\xed\x9e\x42\xe4\ \x48\x2a\x92\xc9\x44\x2e\x14\x2a\x26\x62\xba\x5c\x21\x53\x48\x86\ \x32\x09\x5d\xac\xde\x1d\xa4\xa2\x8a\x78\x05\x7c\xd6\xd4\x41\x12\ \x04\xc9\xb0\xd2\xa8\x97\xe2\x99\x42\xad\xd6\x68\x37\xc6\xe3\x51\ \xf7\x4f\x27\x97\x8d\x62\xb3\xd7\xe9\x0c\x2f\x4f\xa0\xfe\x08\x3a\ \x1d\x40\x83\x2c\xd4\x3e\x39\x19\x0f\xa0\x5e\xb6\x7c\xfa\xfb\xef\ \x9e\x7f\xf2\x8f\x9f\xcc\x62\x70\x38\x1c\xe2\xf6\x34\x7e\xee\x37\ \x7f\xf5\xab\x77\x5e\x9f\x7b\x34\x85\xb8\x8f\x46\xcf\xbe\x3b\x3b\ \xd9\x3d\x8d\x25\xfc\x85\x57\xd8\xc9\x08\x05\xcc\xe4\x74\x1f\x76\ \x76\x06\x83\x01\xe9\x0f\x05\xd2\x1d\x1c\x4b\xc0\x23\xf0\x68\x60\ \x5d\x48\xf8\x3c\x08\x8a\x78\x34\x1a\xd8\x14\x62\x0a\x05\x7b\x84\ \x01\x2e\x86\xc2\x00\xf1\x02\xc7\x4d\x61\x81\x93\xcd\xcc\x62\xd0\ \x70\xd8\x34\xe1\x7a\xe0\xe8\x75\xbd\x60\x0d\xb3\xc3\xab\x8b\xc1\ \xe9\x45\xa5\x59\xad\x17\xaa\xf1\x64\x3a\xa5\x12\x2a\x9d\xbe\x80\ \x8f\x4e\xd9\x58\x79\xed\xfd\x9b\x2f\x03\x60\x3d\x5d\x06\x21\x11\ \x04\x39\x7b\xad\x33\xc8\xb6\xb3\x57\xad\xf2\x10\x1a\x0d\x06\x57\ \xfd\xec\x64\x14\x62\x1d\xca\xd6\x4e\xae\xce\x2e\xaf\x86\xcd\xe1\ \xb8\x3e\x6a\xd5\x4f\x06\xd0\xd9\x19\x74\x31\xee\x8f\x4e\x86\x23\ \x08\x3a\x39\x39\x3f\xfb\xfe\x72\xdc\xeb\xb7\x86\x17\xe3\xef\x0b\ \xa1\x72\x35\x5a\x6d\x03\x43\xbb\xba\x1a\x9f\x9c\x7f\x7b\x76\x75\ \x76\xf6\xc7\x3f\xfc\xfe\x0f\xe7\x27\xdf\xfe\xf9\x8f\xe7\x7f\x3e\ \x85\xba\xad\x2e\xd4\xed\x82\x87\x0f\xbb\x50\xad\x5a\x8d\x35\x9a\ \xc5\x56\x2e\x91\x8a\xc7\x92\x21\xb1\xda\xe3\x0f\x3a\x19\x0c\x17\ \xdb\x6a\xd1\x68\x2c\x7e\x8f\x40\x60\x34\x6a\x39\x16\x9f\xcf\xa7\ \xd2\x06\x41\x22\x95\x6b\x0c\x56\xbd\x5e\xbe\xaf\x37\x58\x99\x72\ \x99\x5e\xb6\x77\x24\x63\xef\x6f\xb1\x0f\x69\x2c\x36\x83\x46\x67\ \xb3\xe9\x87\x0c\xda\xee\x21\x7d\x0b\x60\xed\x70\x8f\x04\x92\x1d\ \x6d\x1f\xc8\xd3\xce\xe6\x26\x7d\x77\x8f\xba\xbd\xbb\x73\xb0\xb5\ \xbb\x7d\x48\x59\xa5\xed\xef\x00\x21\x63\xec\x53\x99\xc7\xb4\x2d\ \x2a\x13\x1c\x4e\xfc\x4b\x87\x3f\x7d\x7f\x7b\x7b\x7f\x7f\xfb\xe0\ \x70\x9b\x4e\xdb\xa1\x52\xb6\xe4\x74\x22\x9d\xbe\x77\xb0\xc3\xa4\ \xd1\xf6\x18\x60\x1b\xc8\x18\x23\x70\x78\xc8\x3c\x66\xd2\x76\xd8\ \xf4\x08\xc3\x1d\x90\x07\xbd\x47\xb2\x43\x19\x43\xc6\xde\xd9\xd9\ \x02\xa8\x0a\x18\x18\x32\xf9\x51\x24\xec\x62\xba\x02\x1a\xba\xfc\ \xf8\x88\xbc\xbb\xc9\xf2\x05\xd5\xde\x48\xc0\x2e\xd5\x72\xb4\x8a\ \xba\xd4\xcc\xf2\x88\x14\x1c\x13\x48\x81\xd5\x5a\x5b\xc1\x35\x95\ \x53\x39\x87\xae\xa8\x88\x09\x43\xf9\x5c\xaf\x97\x4e\xa5\x0b\x89\ \x0c\x27\x99\x6e\xe6\xf9\x95\x58\xaa\xd6\x1a\x74\xf2\xcd\x6a\xa1\ \xd8\xa8\x57\xf2\x50\x33\xd3\xca\x37\xba\xf5\x4e\xb2\x7b\x35\x3c\ \x1f\x42\xfd\xa6\xae\xdc\xcd\x8e\x87\x43\x20\xd1\x50\xe7\xb4\xd3\ \xcc\x5e\x0d\xa1\xf1\x5f\xa6\x16\x42\xcd\xf3\x3f\xfc\xec\x83\xe7\ \xdf\x7c\xf9\x2e\x62\x66\x1a\x36\x8b\x85\xbf\xf9\xd3\xff\xfc\xd1\ \xcf\x1f\xbe\x83\x83\xc3\x71\x38\x38\xfe\xd6\xec\x2d\x04\x02\x7b\ \x1b\xff\xfa\x0c\x0c\x37\x0d\x43\xc3\xf0\x04\x14\x0e\x37\x83\xc2\ \x4c\xa6\xdf\xe0\xb1\x08\x34\x06\x4e\xc0\xa2\xa6\x80\x37\x4d\x92\ \x22\x0c\x4b\x80\xa1\x60\x93\x09\x87\x28\x34\x1a\x86\x84\xa3\x10\ \x08\x3c\x0e\x86\x83\x23\xa7\xc0\x26\x61\x1a\x85\xc3\x60\x90\x28\ \x34\x76\x7e\x8e\x00\xc8\x37\x75\xdd\xe2\xae\xeb\xc5\x22\xe1\xa8\ \x33\x1c\xf5\x3a\x5d\xa8\x51\xea\x14\x13\x0e\x61\x49\xe0\x34\x0a\ \xfc\x2a\xb5\xd1\xba\x45\x23\x3d\xb9\xf9\xf8\xad\xe5\x08\x95\xb8\ \x4a\x5e\x7f\xb2\x46\x59\x71\x15\x7a\xdd\x6e\xab\x3d\xce\x9e\x4e\ \x66\xaa\x5d\x76\x46\x57\x67\xa7\x27\xa3\xe1\x78\x78\x76\x76\x76\ \x79\x32\x3a\x1b\x5f\x5e\x9e\x0d\xcf\x4f\xae\x86\x27\xa3\xec\xc9\ \xb0\x77\x7a\x09\xd2\xc7\xe9\x65\xf6\xfc\x8f\xfd\xe1\xf9\xf9\x55\ \xaf\x56\x2c\x55\xa0\x5e\xbf\x99\x0b\x15\x21\x00\xb1\xd1\xe5\xc9\ \xd5\xd5\xc9\xf0\xfb\xf3\xab\xd3\xf1\xd5\x9f\xc0\x27\xff\xf9\xef\ \xcf\x4f\xce\xa0\xc1\xf0\xe2\xfc\x6a\x0c\x0e\x00\x8d\xee\x6c\x04\ \xf6\x0c\x4f\x4e\x7a\xc3\x93\xee\xd5\xe9\xf0\xb2\x5c\xcf\xa4\xcb\ \xa1\x68\x42\x57\xab\xe7\xfa\xdd\xce\xe8\x02\x50\x72\x34\x1a\x40\ \x99\x66\xb3\x96\x2f\x25\xaa\xf5\x66\x3a\x57\x28\x46\x0b\xf9\xa4\ \xb0\x90\x48\x27\x1d\xfc\x82\x22\xe5\x48\x26\xa5\x02\xa5\x52\xc0\ \x8b\x3a\xa4\x3c\x1e\x4f\xc7\x55\x71\x9c\x4e\x29\xcf\x69\xe6\xf2\ \xfd\x11\x89\x92\x13\xb6\x7b\xed\x52\xb3\x40\x68\xb1\xf8\xcd\x46\ \x89\xd6\x1b\x89\xc8\xad\x4e\x15\xd7\x67\x8d\xb0\x18\x5a\xa7\x2b\ \xec\xf1\xb3\x64\x86\x63\xab\xd7\xe0\xf2\x3b\xbd\x36\xa3\xd9\x2a\ \xd3\xb8\xad\x56\xb6\x53\xef\x92\xbb\x5d\xd6\xb0\x41\xce\xb0\xca\ \x02\xc1\x88\x9b\x25\xd7\xb3\x5d\x96\xa0\xcf\x1e\x08\xdb\xc3\x41\ \x99\x35\xe0\x55\x1b\x7d\x7e\xbf\xd6\x2f\xf1\x18\xdc\x3e\x59\xe0\ \x40\x66\xd8\x0f\xea\xe5\x3e\xad\x45\x6d\x0f\xe8\xad\xc1\x80\xf5\ \x48\xb3\xbd\xb9\xbd\x4e\xdb\x3e\x74\x9b\x55\x11\xb3\x24\x24\x94\ \x72\xa5\x51\x91\xdf\xab\xe6\x86\x4c\x46\x47\xaa\xd5\x2b\xd5\xf3\ \x1c\x7e\xb4\x5c\x0c\xc5\x92\xb1\x54\x3c\x11\x4b\x14\xd2\x99\x42\ \x21\x9d\x0e\xa5\x2b\xc9\x4a\x28\x0a\xc8\x95\xc9\x0c\xba\xa5\x46\ \xae\x90\x6a\xb7\xa1\x72\x7b\xd8\xa9\x64\xaa\xb9\x7a\x33\xd5\x01\ \x1f\x10\x50\x77\xdc\xcf\x37\xfb\xe0\xaf\xd3\xbd\x1c\xb6\x4f\xa0\ \xc1\xe9\xd5\xc5\xc5\xd5\x30\x0b\x81\x0f\x91\x7e\xf3\xfb\xdf\x7f\ \xf5\xd5\xf3\x37\x3e\xfa\xec\x3d\xdc\xec\xe4\x1c\xe1\xdc\xcf\xff\ \xe1\x3f\x7e\xf4\xf3\x0f\x5e\xc7\x4e\x4d\xc1\xe6\xdf\x24\xdc\x9e\ \xf8\x14\x02\x31\x7d\x1f\x37\x8d\x9d\xc6\xa1\x09\xb7\x70\xf8\x5b\ \x78\xe0\x4c\xd3\x88\xd9\x59\x18\x01\x38\x17\xea\x2f\x23\xaf\x70\ \x48\xe0\x4e\x58\x90\x01\x11\x68\x2c\x6e\x0a\x09\x9c\x0a\x86\x9a\ \x43\xa1\xe1\x48\x24\x60\x14\x1a\x8d\x46\x22\xe1\x58\x0c\x0c\x86\ \x9c\x9a\xc2\xa2\x27\xa1\x72\x72\x26\xf1\xba\xc5\x5d\xd7\x0b\x15\ \xcf\x2b\x16\xfb\xc4\xc2\x68\x4c\x60\x53\xcb\x25\xe6\xb0\x47\xac\ \x32\x1f\x1c\x07\xe8\xdb\xf4\xcd\x7d\xd2\xe2\x2b\xf7\xee\x2c\x59\ \xa9\xab\x6b\x8b\x0b\x4f\xd6\x96\x88\x61\x7e\x28\xc4\x4d\xd4\xf2\ \xf9\x5a\x3d\x54\x6b\x75\xfb\xb5\xd6\xb0\x0e\x75\x5a\xfd\x1e\xa0\ \x0c\xd4\x3d\x1b\xf5\x87\xe3\xcb\xab\xce\x70\x38\x3e\xbd\x3a\x9b\ \x33\x3a\x7d\x00\x00\x20\x00\x49\x44\x41\x54\xbd\x3c\xbd\x38\x39\ \xed\x74\xae\x00\x6f\x2e\x80\x6e\x8d\xce\x4e\xa0\x8b\x5a\xaa\x92\ \x49\x66\xca\xf1\x54\xee\xe2\x6c\x78\x75\x05\x9d\x9d\x8e\xff\x78\ \x79\x36\x3a\x9b\xb4\xa4\xcb\x3f\x9e\x8f\xc7\x20\x53\x66\xa1\xab\ \xde\x15\x20\xe2\xe9\xe9\xc5\xe5\xd9\xa4\x7f\xf8\xe2\x64\x7c\x39\ \x1e\x9d\x9e\x0f\xc6\xd9\x51\xfd\xa2\x07\xd5\x06\xcd\x54\xb5\x0b\ \xbe\x4f\x2e\xa0\xf3\x13\x70\xef\x09\x04\x5e\xb1\x3d\xea\xd7\xdb\ \x83\x6c\xb6\x3e\x6c\x36\xa1\xc1\x24\x03\xd5\x07\x17\x50\x6b\x54\ \x6f\x0f\x4b\xe3\x41\xa3\x77\x01\xac\xa2\x9e\x85\x06\x50\xb6\xdd\ \xaa\x35\xaa\xf9\x46\xbb\xd6\x69\xb5\xdb\xa5\x72\x21\xe1\x88\x15\ \x7b\x40\x14\xa1\x22\xc8\x60\xdd\x4a\x39\x53\xcd\xd4\xeb\xb5\x46\ \x3c\x96\x28\x16\x62\x85\x4c\x31\x97\x49\xe5\x14\xf1\x52\xaa\x08\ \x35\x2a\xcd\x54\xb1\x55\x2c\xe4\x33\xbd\x4c\x5a\xa7\x28\x97\x4a\ \xb9\x64\xba\x10\x2f\x64\x12\x29\x45\x25\x93\xa9\xe7\x13\xe5\x7a\ \xaa\x94\x8f\x47\x5b\x8a\x78\xa1\x92\x4c\xe6\x92\x89\x4a\xce\x51\ \xce\xe7\x01\x5d\x94\x2a\xbe\x4a\xe5\x8c\x72\xa3\xca\x64\xc6\x14\ \x4f\x29\x45\x1e\xef\x01\x43\xbe\xbb\xb9\x4f\xdd\x3d\x64\xb9\x45\ \x21\x27\x47\xc7\x11\xdb\x94\x62\x89\xc7\xc9\x57\x4a\xc5\x12\x55\ \xa1\x52\xac\x34\xaa\x09\x55\x22\xa9\x8c\xc6\x12\xd1\xb8\x52\x97\ \x8c\x55\x2b\xa9\x78\x3e\x93\x76\xa4\x5b\x8d\x44\xb9\x50\x2a\x27\ \x01\x90\x80\x19\x0f\xeb\x95\x0c\xd4\x2c\xd7\xfb\x95\x6e\x7f\xd8\ \xac\xb5\x8a\xc5\xda\x9f\x4f\x06\xc3\xd3\x0b\xa8\xd2\x19\x74\x87\ \x83\xf1\x68\xd4\x83\xfa\xfd\x71\xfb\x12\x1a\x75\x07\x10\x34\xec\ \x96\xc7\x5f\x7d\xf7\xd5\xf3\xe7\xef\x7c\xf2\xfc\xf5\x19\x02\x0e\ \x86\x99\xfa\xf0\x57\xff\xeb\x3f\x7e\xf4\x9b\x87\x33\x98\x79\x38\ \xe6\x0b\xf4\xad\x69\x18\xb0\xa4\x69\x1c\x7e\x06\x37\x03\xc3\xe3\ \xf0\xd3\x84\x49\xef\x3b\x16\x8f\x9d\xf4\x9f\x63\x27\x38\x42\x20\ \x66\x10\x08\x1c\x78\x28\x1a\x8b\x25\x20\xe0\x53\x53\x08\xcc\x14\ \xea\x2f\x7d\xee\x70\x24\x01\x5c\x02\xa7\x9a\x42\xa3\x26\xdd\xf0\ \x28\x80\x2d\xf0\x88\xc9\x90\x86\x29\x24\x40\xe3\x75\x8b\xbb\xae\ \x17\x2a\x2e\x53\xb6\xbb\xce\x54\xdb\x9d\x2a\x16\x93\x12\xd4\x50\ \xf7\xac\x11\xd9\xa4\xf3\x78\x93\xbc\xbc\xb8\xf8\xf4\xd5\x9b\xaf\ \x2e\x1f\xad\x3c\x5b\xa7\xae\xaf\x2d\xad\x6e\x04\x64\x1e\xa1\xe6\ \x50\x1d\xf1\x85\x7d\x46\x73\x30\x64\xdc\xe3\x99\x8c\x12\x9d\x58\ \x24\x8e\x26\xf9\x42\x61\x2c\x94\x4b\xc6\x94\x95\x46\x9a\x17\xcf\ \x0e\x2a\xb9\x52\xbd\x1d\xcf\x95\xfa\xbd\x56\x76\xd8\x2a\x35\xf3\ \x3d\x90\x4c\x32\xa6\x34\x5f\x19\xe2\x64\xba\xcd\x62\x76\x38\xba\ \x18\x80\xc4\x78\x36\x1e\x35\x4e\xae\xce\xcf\xcf\x00\x78\x4e\x4f\ \x4f\xbe\x3f\x19\x4f\x6a\x74\x71\x36\x1a\x5f\x8d\x2f\x07\xd9\xab\ \xf3\xec\xc9\x1f\x2f\x4f\x00\x92\x3a\x93\xf5\x51\x80\x0c\x5e\x9d\ \xd6\xa0\x68\xb2\x32\xe8\x67\x87\xfd\xfe\x64\x7c\xd1\xf0\xa2\x77\ \x92\xcd\x76\x4e\xc6\xd9\x93\x8b\x11\x34\x6c\x67\xcf\xa0\x31\x90\ \xb7\xfe\xe0\xea\xac\x78\x3a\xcc\xb6\x9a\x13\xd5\x83\xba\xa7\x50\ \x13\x1a\x43\x95\x51\xbb\xd3\xcc\x17\x7a\xb5\x66\xbd\x57\xee\x9f\ \x35\x8a\xed\x6a\xa5\x94\x1d\x76\xfb\xbd\x6a\x13\xb0\xb7\x5a\xa9\ \xd4\x2b\x0d\xa8\xdd\xac\x94\x0b\xb5\x56\x3f\x9f\x2b\xd4\xab\xf5\ \x5a\xb5\xde\x49\xd5\x5b\x8d\xde\xa0\xd8\xcb\xf6\xa1\x56\xab\x5f\ \xce\x41\x59\x70\xe7\xa0\x9c\x2f\xb7\xa0\x6e\x7d\xd8\xa9\xf6\x86\ \x4d\xa0\xaa\xed\x06\x34\xe8\xd7\xba\x05\xc0\x84\x6c\xa9\x01\x95\ \xbb\xdd\x66\xbb\x5c\x00\x01\x2c\x9d\x10\xea\x24\xe9\x18\xe0\x8e\ \xc9\x91\x54\xa4\x62\x5c\xae\xc6\xba\x2b\x93\xb9\xdd\xbb\x44\xfa\ \x91\x46\x62\xe6\x71\xf9\x4a\x9e\xc7\x26\x14\xf0\x6c\x22\xad\x4d\ \x28\x92\x88\x1d\x85\x6e\xb5\x58\xd7\x09\x43\x69\x47\x2a\x91\x88\ \x39\xe2\x79\x53\xa2\xda\x04\xc4\xaa\xe7\x75\x89\x7e\x3d\xd7\xcc\ \x55\x6b\xe9\x76\x3b\x56\xe8\xf6\x86\xbd\x42\xba\x50\x69\x34\x47\ \xc3\xce\x08\x6a\x75\xfa\xad\x66\x7f\x0c\x9d\x9e\x00\x0b\x4e\x81\ \xb8\x3e\x71\xe0\x93\x5e\xe7\x34\x0b\xf5\xb2\xd0\xe5\x10\x30\xbb\ \x59\xb9\xfa\xfa\xf3\xab\x7f\xfc\xe4\x83\xdb\xaf\x7f\xf5\x10\x47\ \xb8\x8f\x47\x4d\xfd\xf4\x37\xc0\xb0\x7e\x33\x03\x7b\x34\x87\x99\ \xff\x14\x7f\x9b\x80\x20\xcc\xdc\x9a\x45\xe0\x67\x61\x78\x10\x0d\ \x61\xb0\x29\xfc\x34\x02\x3b\x99\x36\x08\x20\x44\x40\x60\x08\xc8\ \xc9\xaa\x31\x04\x1c\xe0\x16\x6c\x32\xa1\x70\x1a\x05\xc7\x12\x30\ \x48\x38\x7a\x6e\x7e\x12\x15\x11\x70\x34\x06\x8b\x46\x82\xb4\x88\ \x46\xc3\xe7\x90\x30\xd8\x64\x82\x34\x06\x83\x42\x60\xe7\xe6\xd0\ \xd7\x2d\xee\xba\x5e\x0c\x58\x2c\x03\x73\xc3\xeb\x73\xba\x44\x72\ \x06\xfd\xe8\x70\x85\x41\xdf\xdd\x0e\x1a\xb6\x36\xa8\x1b\xf7\xee\ \xdd\x7b\xf5\xc6\x9d\xf7\x97\x58\xc4\xd5\xcd\xb5\x35\xd2\x32\x71\ \x49\xcf\x66\x88\x0e\xe8\x61\xa3\x48\xed\xb6\x04\x0d\xdc\xfd\x3d\ \x9e\x58\x2d\x12\x88\xb4\xf6\x84\x20\xa0\xb6\x5a\xbc\x22\xae\xc4\ \xab\x53\xe8\x83\xe2\x62\x22\x9d\x70\x3a\xf8\x2c\xb5\x58\xa9\x14\ \x46\xc7\x49\x9b\xd6\xab\x15\xd8\xf8\xe9\x82\x48\xcd\xe7\xa9\x45\ \x89\x9c\x34\xdf\x4a\x2b\xda\xc5\xa8\xc9\xd4\x29\xd6\x73\xf9\x42\ \xbb\x57\x2e\x40\xf5\x1e\x80\x0b\x54\x2b\xf7\x47\xed\x93\x8b\xc1\ \x30\x9b\x6d\x8d\x47\x27\x20\x77\x8e\x80\x1f\x8d\x2f\x46\xa7\xa0\ \xed\x8d\x4f\xc7\x20\x47\x0e\xdb\xad\x61\xa7\x7f\x9a\x1d\x4c\x86\ \x6d\xb7\xc6\x7f\x82\xa0\xab\xf3\xf1\xf0\xe4\xfb\xfe\xd5\xb0\x07\ \x9d\x9d\x9c\x0e\x47\xe7\x23\x08\xb4\xd3\x8b\x21\x60\xda\xe0\xf2\ \x32\x3b\x04\xca\x05\x72\xe5\xe8\x14\xea\x0c\x07\xf5\x4a\x31\x07\ \x92\x11\xd0\xb0\xce\x30\xdb\x68\xb4\x5a\x43\x08\x02\x6d\xbd\xda\ \x18\x8e\xfa\x50\xaf\xdd\x68\x83\x7d\xf5\x46\xf1\x12\xea\x81\xeb\ \x52\xa9\x59\x04\x14\x2b\xe5\x1b\xa9\x52\xae\xd5\xee\x55\x8b\x85\ \x56\xba\x13\x2b\xe7\x0b\x95\x54\xa9\x50\x4b\x17\xea\xfd\x6a\xab\ \x14\xab\xb4\xaa\xd5\x7a\xbd\x51\xca\xa5\x7b\xc5\x4a\x21\x03\xd5\ \x8b\xad\x6e\xb5\xda\xae\xd4\x1d\xb1\x72\xb2\xd2\x4c\xe6\x32\x05\ \x10\xdf\x1a\x85\x0c\x3f\xe6\x88\x3a\xa2\xa1\x84\x42\xad\x67\x6a\ \xe4\x72\x2b\x6b\x6b\x8f\xad\xe1\xa6\x38\x22\x71\x42\x61\x93\xd8\ \x1c\xd2\xa0\xdd\x67\x14\x0b\xc4\xce\x44\xa7\x5e\xa8\x15\xd3\xdc\ \x78\x5a\x95\x8a\x29\x1c\x89\x7c\x21\x59\xae\x26\x93\xc9\x6a\x2d\ \x1a\xad\xf5\x8b\xc5\x72\xb4\x06\x54\xb0\x98\xcf\x76\xc0\x9f\xac\ \xd3\x2d\x37\x2f\x9a\x8d\x8b\xd3\x66\x67\x30\xa8\x56\xb3\x40\x6c\ \x3b\xad\xe1\x49\xbb\x06\x75\x4e\x1a\xe3\x8b\xe6\xe9\xc5\xc5\x29\ \x04\x24\xab\x0f\xb4\xab\xd5\xa8\x8f\xff\xed\xdd\xdf\x9d\x7d\xf7\ \xfc\x67\xef\x7c\xf6\xf9\x2d\x24\x7e\x06\x33\xf7\xc5\xcf\x7f\xfd\ \xff\xfe\xef\x1f\xfc\x9a\x80\x40\x63\x60\x1f\xa2\x3e\x78\x67\x0a\ \x89\xc0\xe1\x61\xd3\xf7\x5f\xc7\x81\x10\x87\x01\xc8\x99\x81\x4d\ \xe3\xb1\x48\x1c\x62\x32\x33\x07\x8b\x9b\x4c\x86\xc6\xc0\x70\x53\ \x93\x53\x85\x93\xa9\xce\x30\x2c\x12\x0d\xc3\xcc\xcf\x63\xa6\xb0\ \x38\x24\x1c\x8e\x9e\xc2\xc0\xd0\x88\xa9\x29\xd4\x1c\x01\x33\x3f\ \x85\x81\x3f\xc2\x20\x91\x28\xec\x0c\x81\x00\x03\xb4\xbb\x6e\x71\ \xd7\xf5\x62\xc0\x3a\x74\xe9\xe9\x61\x77\x58\xad\x90\xcb\xb7\x77\ \x57\xd6\x0e\x76\x77\x19\x2c\x3d\x75\x95\xbc\x7e\xef\xa5\x07\xaf\ \xbc\x74\xf3\xe5\x35\x19\x95\xb4\xb1\xbe\xbc\xb4\xf0\x0a\xd1\x75\ \x6c\xe5\xb0\x58\x02\x05\x37\xec\x57\xb1\x7d\x7c\xba\x5c\x69\x93\ \x8a\xb9\x1c\x8f\xbd\x68\x96\x45\xfc\x12\xa3\xd0\x68\x94\xf1\xcd\ \xbb\x72\x4b\x49\x90\x2a\x69\x43\x5c\xbd\x88\x67\x52\xd8\x79\x7d\ \x15\xd7\x4b\x97\x08\xec\x2e\x69\x5a\xea\x71\x48\x59\xaa\xa8\xc0\ \xc2\x57\x88\xdd\x29\x8e\x45\x1d\x11\x84\x42\x42\x6e\x40\x6b\x0e\ \xdb\x0b\x42\x51\xdc\x94\x8a\x49\x1d\x2a\xa1\x13\xc4\xa0\x6a\xa9\ \x50\xc8\x55\x8a\x99\x64\xb7\x58\x1c\xf6\x0b\xd5\x5a\xae\xde\xab\ \x4d\x86\x71\xd7\xfa\xf5\x4a\xb9\x5a\x69\xd7\x9a\xc0\xab\x6a\x60\ \x47\x0f\x2a\x8f\x2f\xf2\xe5\xec\x45\x65\xd8\x1d\x9c\x5f\x9e\x5c\ \x0e\xb3\x3d\xa8\x35\xec\xb7\x4f\x86\x63\xa8\x9f\xcd\x8e\x86\x00\ \x58\xa3\x13\xe8\xb4\x7f\xd5\x1f\x8d\xa1\x61\xf6\x62\xd8\x07\x97\ \xc3\xc1\xc9\xb8\xd3\x06\x09\xa9\xd3\xcc\xf5\xba\xc0\xc1\xaa\xd0\ \xa4\xb7\xbf\xde\x07\xf7\xb6\x07\x8d\xce\x69\xbb\x0a\x75\xa0\x4c\ \x63\x00\xb5\x2b\xed\x5e\x77\xb2\xf4\xd4\x45\x6b\xd0\xeb\x76\x92\ \xd5\x6a\xb1\x59\xaf\xd5\xa0\x4a\xa5\xd7\x6e\x17\x8b\xd5\x5c\x1a\ \xa4\xe3\x46\xab\xe2\x48\xa5\x32\xfd\x42\x3e\x11\x07\x41\xb2\x5b\ \x4c\x95\x32\xf1\x4c\x26\x51\x05\xa8\xca\x97\x00\xde\xea\x20\xc9\ \x35\xa2\x02\x9e\x4e\xaa\xe4\x28\x38\x4e\xbf\xfb\xf8\xc0\x1f\x61\ \xed\xb2\x99\x56\x2d\x4f\x28\x14\x2b\x05\x1c\x05\x4f\xa7\x66\xfb\ \xd5\x7e\xae\xd6\x69\xa9\xb4\x1b\xe5\x4a\x5d\x17\x0a\x25\x43\x45\ \x5e\x3e\x93\x4a\xe5\x73\x99\x52\x3c\x57\x29\xc7\xa5\xa6\xc6\x69\ \x4d\x51\x49\xb6\xea\x99\x52\xa5\x5a\xee\x65\x2b\xa5\x76\xa3\xd3\ \x2a\x14\x6b\xd5\xd1\x84\xe1\xad\x56\x07\xb8\x2b\x74\x7a\x7e\xda\ \xa8\x36\xba\x17\x7d\x68\x00\xe4\xef\x62\x34\xcc\x76\xa0\xfe\x70\ \xd0\x2a\x41\x67\x5f\x3e\xff\xec\x0f\xff\xfe\xd9\xe7\x0f\x67\x6f\ \xdd\x22\x60\x40\xd0\x43\x7f\xf1\x8b\x5f\xfe\xc3\x7f\xfc\xe0\x7f\ \xe2\x66\x6e\x61\xd1\x6f\x23\xdf\x7d\x07\x31\x39\x1d\x88\x7b\xfd\ \x3e\x8e\x80\xc0\xdf\xc2\xa3\x70\xf7\x27\x3d\xf3\xd3\x13\x8a\x01\ \xdd\xc2\x4d\x3a\xcf\x61\x18\x20\x59\x38\xe0\x5d\x20\x50\x22\x27\ \x5d\xed\x20\x16\x22\x51\xc0\xbd\xe0\x48\x38\x6a\x0e\x83\x9b\x83\ \xc1\xe1\x93\x11\x0d\x98\x09\xaf\x26\x13\xa4\xb1\x13\xca\x11\xae\ \xc7\x61\x5d\xd7\x0b\x96\x6a\xd7\xec\xdd\x55\x9b\x39\x8d\x94\x53\ \x4e\xa1\x53\x56\x0e\xdc\x6c\x79\xd8\xcd\x20\x52\xd7\x6e\xde\x78\ \xe9\xc6\xe3\xf7\x6f\xec\xb9\x36\x56\x97\x49\x6b\xa4\x8d\x95\x2d\ \xad\xcc\xa5\xda\x0b\x2a\x0a\x42\xae\xc4\xe6\xb6\x08\x0f\x59\x22\ \xb5\x34\xe4\x30\x45\x7c\x69\xef\xa1\xd3\x2e\x30\x99\xfc\x1e\x5f\ \x2c\xa4\x71\x59\x92\xf1\x54\x54\x94\xd6\xba\xcd\xb9\x4a\x5a\x2a\ \x88\x46\xbc\x1e\x36\x5f\x29\xe1\xe6\x13\x5a\x97\xdd\xa2\xb1\xe8\ \xf2\x51\x1d\x9f\xe3\x72\xa8\xac\x5a\xad\xa3\x90\xaa\xc5\xfc\x62\ \x95\xde\x23\xd0\xf2\xd3\xa6\xb2\x24\x5d\x74\x0a\xa4\x0e\x1d\xaf\ \x9b\xb2\x39\xa3\x76\x5e\x32\xaa\x55\x86\xea\xa6\x54\x85\x6b\x16\ \xa5\xe3\xb1\x58\x5e\x18\xca\x65\x52\x09\x93\xdf\x28\x56\x48\x6d\ \x39\x81\x3f\x11\x13\x88\x52\xe9\x82\x44\xc2\x31\xe6\xc0\x73\xe5\ \xcb\x49\x81\x52\x12\xab\x94\xea\xdd\x5a\x2d\xa3\x34\x65\xa2\x95\ \x44\x2a\x5e\x28\x57\xd3\xa1\x1c\x48\x88\xbd\x5a\x1b\xca\xa7\x4a\ \x79\x40\xb1\x5c\xab\xda\xaa\x42\xb9\x66\x3e\x9f\x4f\xd4\x6b\xcd\ \x42\xad\x9c\x6f\xb7\xba\xcd\x6e\xbb\xdb\xab\xd5\xcb\x8d\x4a\xa7\ \x98\x6f\xa7\xeb\x75\xa8\x18\x2f\x76\x3b\xd5\x62\x35\x0f\x0d\x2b\ \x50\xab\x57\x69\x37\x9b\xfd\x66\xbb\x53\xaf\x35\xaa\xd5\x41\x25\ \x51\x28\xd7\x1b\xe5\x7c\xbe\xd0\x6a\xe4\xd2\xc5\x46\xbd\x94\x8b\ \xe5\x2b\xb9\x62\xbb\x56\x2f\xb5\xab\xc9\x5c\xbe\x5e\x49\x82\xf7\ \x94\xc9\x00\xb8\xb5\x2a\x9d\x6a\x35\xc1\xe1\x09\xf9\x6a\xa9\x25\ \x60\x0d\x1e\x1d\xcb\x83\x4c\xa6\x27\xec\x92\x98\xb8\xbc\x9c\x42\ \xc7\x89\x67\x38\x7e\xbb\xc7\xe9\xe5\x71\x6d\xe6\x62\xaf\xde\x1f\ \x74\xe3\x02\x61\x29\x11\x53\x2a\x33\xb9\x7c\x31\x91\xca\xe9\x92\ \xf5\x62\x2a\xc9\x4b\x8f\x6a\xa6\x4c\xb3\xdf\x4e\xf4\x5b\xc5\x6a\ \xb9\xd1\x82\x5a\xd5\xc6\xa8\x54\x19\x8e\x86\xfd\x1e\x94\xed\xb5\ \xfa\x27\xdf\x0f\x4f\x2e\xae\xc6\xd9\x72\xa9\x35\x3e\x1d\x42\xc3\ \x41\x23\xdb\xc8\x42\x00\xcf\xdd\x6e\xb9\x7e\xfe\xf5\x3b\x9f\x7f\ \xf6\xc6\x7b\x3f\x7b\x7d\xf6\x9d\x77\x66\xf0\x40\x82\x90\xb0\x0f\ \x7f\xfa\xf7\xbf\xfd\x8f\x1f\xfc\x66\xf6\x3e\x01\x33\xf7\x26\xf2\ \xf6\xad\x19\x02\x06\x01\x9b\xb9\x3f\x8d\x98\xc6\xe1\x6e\xe1\x71\ \xd8\x37\x66\x09\x33\x20\xd9\xe1\x67\x01\x80\x66\x1e\xe2\x40\x4a\ \xc4\x21\xfe\xd2\x2f\x05\x43\xa2\x26\x94\x9a\x9a\x9b\xac\xd1\x80\ \xc2\xa2\x11\x68\x14\x50\x2b\x34\x06\xfd\x08\x0e\x2e\x71\x04\x20\ \x5b\xa8\x79\x34\x7c\x0a\x85\xc2\x62\xd0\x38\x14\x02\x76\x0d\xac\ \xeb\x7a\xb1\x0a\x33\x93\xe2\x40\xcc\x2c\x88\x09\x5d\xbb\x24\x3a\ \xf9\xe9\x9e\x56\x15\x70\x6b\x0e\xa8\xfb\x0b\x77\x6e\xbe\xf5\xf1\ \xc7\xaf\xbe\x42\xf6\x12\x89\x9b\x2b\x24\x1a\x99\x76\xe0\x61\x07\ \x6d\x0c\x63\x4c\x2a\x90\x0a\x2c\x32\x6d\x92\x26\x77\xda\xa2\x3a\ \xb1\x22\x20\x8a\xca\x02\x1c\x6e\x2a\x61\xe1\xba\xec\x25\xbe\x3c\ \xa8\xc8\x45\x2b\x42\x63\xd5\xa6\x8f\x26\x95\xa6\x98\x90\xa3\x91\ \x38\xf7\x05\x1c\xad\x2e\x13\xb5\x45\xd2\xa2\xb0\x5f\x51\x6f\x16\ \x1d\x21\x0b\xc7\x63\x16\x6b\x0b\x19\x9d\x23\x66\xe3\xf1\xd4\x5c\ \x8e\x4d\xa5\xc8\xe5\x25\x42\x69\x50\xa9\x34\x19\x93\xed\x0b\x93\ \x54\xa8\xe6\x86\x38\x82\x74\xb9\x9e\x2c\x35\xa5\x76\x29\xe0\x40\ \xa1\x1e\x12\xa6\xa4\x8e\x34\x2f\x62\x57\x2b\xb5\x1e\xb5\xcf\x2e\ \x55\xf9\x39\xf1\x82\xd1\x1d\x66\xbb\x24\x12\x69\x26\x1a\x0f\x30\ \xbc\x3b\xea\x7a\xb2\x18\x2b\xa7\x8d\x06\xb3\x85\xeb\x48\x0a\x78\ \x8a\x90\x2a\x6c\x0c\xa8\x1a\x05\x29\x37\x5d\x50\x05\x5d\x22\x53\ \xb2\x6c\xe2\x29\x74\x96\x10\x3f\x92\xd2\xf1\x4d\xba\x54\x9e\xc3\ \x8b\xab\x13\x45\x45\x3c\xe4\x50\x4a\x8c\x22\xb3\xd9\x68\xe3\xab\ \xfd\x76\x8b\x44\xe7\x8b\x48\x78\x5c\x85\xd9\x28\x49\x3a\x42\x80\ \x94\x40\xaf\x1a\x51\x20\x3e\x22\x5d\x9e\xcf\x51\xd8\x54\x12\xae\ \x28\x2a\x14\xe8\x74\x19\x45\x5c\xa1\x13\x2a\x62\x26\x65\xda\xc1\ \x75\x64\x62\xba\xa8\x2e\x6a\x11\xf0\x15\x69\x69\x34\x26\x95\x2a\ \x4c\x69\x93\x89\x2b\x56\xf2\xb9\x2a\x95\x4f\x13\xd0\x1b\xd8\x1a\ \x57\xe0\xe0\xd8\xeb\x89\x04\x23\x16\x2d\x27\x5e\xcc\xc7\x93\x3a\ \x89\xce\xe8\x31\xda\xc5\x62\x11\xcf\x69\x4b\x96\x5b\xcd\x72\x37\ \x21\x09\xa5\x3a\xb9\x44\xcc\x91\xab\x84\xd2\xa1\x74\xbc\x5e\x08\ \x95\x43\xbc\x22\x54\xcd\x54\xaa\xdd\x6a\x3c\x9f\xc8\x75\xbb\xe9\ \x68\x01\x9a\x70\xb8\x5b\xee\x0f\x5b\x83\x66\xad\xdd\x85\x4e\xc7\ \x17\x43\xe8\x2c\x5b\x4c\x97\x6a\xe3\x76\xb7\x35\xba\x1a\x0e\xbb\ \xd9\xde\x10\xca\x02\xba\x5e\xfd\xec\xe1\x1b\xdf\x7c\x89\xb8\xff\ \xce\xbb\xf8\xdb\x33\xb7\x70\x28\xa0\x40\x8f\x7e\xf2\xab\xbf\xff\ \xed\xff\xfd\xd1\xaf\x11\xb3\xb0\xa9\xb7\x1f\xe1\x3e\x22\x20\x70\ \x18\x38\xec\xf6\x1b\x78\xc2\xec\x2c\x1e\x37\x8d\x47\xc3\x70\xb8\ \x59\x1c\x06\x39\x0d\xfb\x8b\x59\x11\x08\x58\x10\x02\x91\x58\x38\ \x6a\x0a\x83\x87\xc1\xa6\x61\x68\x34\x16\x8d\x42\x02\x53\x83\x03\ \xe3\xc2\x20\xe7\x30\x53\xc8\x47\x93\x53\x85\x38\x0c\x1a\xb0\x0c\ \xec\x07\xa1\x11\x81\x43\xcf\x12\x30\xd7\xc0\xba\xae\x17\x2c\x0d\ \xab\x22\xdd\x57\xaa\x22\x11\x9f\xf7\x78\x79\x87\xf8\x84\xe1\x32\ \x5a\x65\xae\xcd\xf5\x9d\xc5\x97\x3e\x7e\xed\xf1\xcb\x77\x16\xe8\ \xc1\xa5\x55\x22\x71\x15\x5c\x50\x0e\xe5\x5c\xe3\x81\x3a\xa4\x0a\ \x45\xa3\xdc\xb0\x96\xc3\x34\x70\x54\x00\x47\x0e\x97\x24\xc3\xf6\ \xc6\xf9\x15\x8e\x28\xed\x35\xa5\xbc\x34\x6b\xb3\x92\x80\x1c\xbc\ \xa2\xdf\x1c\x93\x08\x63\x62\x9d\x43\x2c\x70\xeb\xf9\x0a\xbf\x28\ \x63\xf2\xda\x47\x21\x0d\x3f\x51\x8a\x9b\x8a\x05\x41\x81\xa3\x32\ \xd9\x63\x05\xa9\x4e\xa0\xe5\x99\xcd\x1c\x7b\x48\xe8\xd4\xaa\xfc\ \x42\x9b\xdd\x11\xe7\xba\xf8\x8d\xbc\x23\x2e\xb4\x38\x14\x62\x47\ \xa5\x59\x88\x29\xa2\x7c\x41\xa2\x58\x6f\x56\x2a\x7c\x45\xd4\x51\ \x4c\x79\xd4\xc9\x88\xcd\x63\x8e\x87\xa5\x5c\xb5\x48\x18\x4b\x89\ \x18\x76\x83\x58\x61\x8b\xa7\xf2\xb1\x70\xd8\xee\x4d\x34\x73\x99\ \x74\x33\xa9\x16\xd8\x7d\x9c\x42\x5c\x61\xe2\xa5\x26\x13\xf8\xa2\ \xe5\x28\xc7\xc2\xe7\xf8\x2c\xec\x80\x31\x27\x91\x24\x26\x2b\x37\ \x58\x59\xc9\x04\x3f\xc4\x53\x98\x04\x31\x95\x56\xa9\x73\x24\x33\ \x0a\x5b\x58\xef\xa6\xef\x6a\xc2\x01\xf9\x21\x9b\x6d\xd0\x6f\xb3\ \xf6\x0e\x98\xb2\xc3\x5d\x67\xcc\x60\xb5\x47\xec\x82\x20\x47\xe5\ \xe3\x3b\x78\xdc\x90\x2e\xe8\xd3\xf8\x3c\xf2\xbd\x88\xc5\x69\x08\ \x5a\x24\x11\x7b\xc4\x6b\xb7\xeb\x45\x61\x89\x55\x6f\x97\x48\xac\ \x6e\xbd\x41\xe3\xf4\x6a\xcd\x41\x37\x5b\xa3\xf6\xb9\xfc\x7e\xbd\ \xdb\xe3\x31\x68\xfc\x5a\xab\x5e\xc6\x74\x1f\xf9\x8c\xb2\xc3\x03\ \x9f\xd7\x1d\xb4\x4a\xa3\x21\x47\x31\x27\x56\x38\x04\x49\x61\xc4\ \xe5\xe1\xf8\xf9\x4a\xa3\x36\xd4\xca\x36\x0b\x2d\x11\x2f\x1a\x8a\ \xa7\x63\x89\xb8\xa0\x52\x08\x09\xe3\xe5\x42\xc6\x14\x73\x08\xdb\ \xad\x7a\xbb\x52\x83\xf2\xb1\x8c\xb2\x51\x6a\x5c\x94\x33\x85\x1a\ \xd4\x6b\x36\x2a\x93\x4e\xaa\x7e\x1d\x82\x46\xe3\xd3\xcb\x93\xe1\ \xe0\xb2\x9e\xec\x0f\x87\xad\xe6\x60\xfc\xa7\x31\x04\xb5\xda\xed\ \x56\xb9\xd9\x19\x7f\xfe\xc9\x7b\x9f\x7c\x75\x1f\xf3\xf0\xbd\x8f\ \xf0\xaf\xdf\xbe\x8f\x47\x20\x90\xc8\x4f\x7f\xf5\xcb\xdf\x00\xc3\ \xfa\x25\x01\x83\xfe\xe2\x43\x2c\x02\x0f\xb0\x83\xc7\x13\xee\xcf\ \x02\x97\xba\x3d\x33\x7b\x0b\x87\x45\x80\x2c\x07\xec\x0b\x8f\xbf\ \x85\x80\x61\xa7\xf1\x18\xdc\x34\x61\xb2\xd4\x0c\x0c\x09\x9b\xc1\ \xa1\x70\x30\xf4\x1c\x1c\x89\x79\x1b\x8e\x45\x4d\x21\x61\x40\xaa\ \xe6\x01\xa1\xbe\x98\x87\x4d\x56\x7c\x9f\x8c\x6e\x40\xc2\x26\x73\ \xa2\xa7\x60\x53\xc8\xc9\xca\x59\xd7\x2d\xee\xba\x5e\xa8\x24\xc1\ \x82\x65\xc7\xe6\xf5\x59\xcc\x3e\x26\x91\xb9\xfb\xec\xd8\x65\xf7\ \x06\xd8\xd4\x35\xca\xda\xbd\xc7\xaf\xbe\xf2\xd2\x2b\xab\x6c\xc3\ \xe2\xfa\xfa\x2a\xf1\x95\x85\x25\x22\x5b\xee\x14\xec\xab\x1d\xd2\ \x52\x21\xaf\x54\xf1\xd2\xfb\x3e\x9e\x40\xc4\xe7\x25\x7c\xfe\x90\ \xdc\xa7\x15\x15\x6c\xb6\x94\x45\x17\xd7\xec\x04\x73\x8d\x4a\xc1\ \x14\x8f\xdb\x54\x19\xae\x92\xa3\x94\x2a\x54\x3a\xbb\x9e\xab\x30\ \xaa\x14\x62\x97\xb6\xa6\x55\x6b\x4d\x79\x85\xce\x21\x50\x16\x4d\ \x1e\xa1\x99\x93\xd2\x19\x45\xdc\xbc\xd6\x27\xe4\xc5\xd4\x1c\xad\ \x94\xe3\x50\x8a\xf3\x0e\x9f\x3e\xd1\x4c\x39\x62\x09\x01\x4f\x6a\ \x53\xe4\x40\x8e\x0a\x45\x39\xc9\x4c\xa5\x99\x49\x14\xb8\x8a\x6a\ \xa9\xab\xb3\xf0\x45\x61\x6d\x50\xa5\xf0\xea\xf2\x7e\x55\x54\x90\ \x51\x1b\xc2\x6e\x4e\x22\x91\x36\x85\x1c\x61\x83\x5d\x9c\x33\xf1\ \x2d\xb1\x8c\xc9\x22\x15\xf9\x85\xdd\x18\x4f\xa1\x50\xfa\xc3\x5e\ \x7f\xbe\x16\xd5\x59\x2c\x3e\xb7\x36\x60\xe3\x38\xf2\xe5\x7c\x49\ \x64\xd4\x1e\x86\x63\x42\x2d\x37\x5a\x70\x68\xc1\x1b\xcc\x24\xd2\ \xe0\x39\x82\x6c\x89\xfe\x20\x6c\x88\x1c\xd1\x35\x32\x99\xfb\xf0\ \xd8\xcd\x92\x79\xc3\x6c\x99\x29\x15\xf0\x89\x3c\x66\x7f\xc4\x6c\ \x95\x3a\x38\x2a\x7e\x82\xe3\xb4\xb8\x35\x1e\x43\xd0\x17\xb1\x32\ \x0d\x61\x0b\x90\x25\xa6\xd5\x67\xf0\x7b\xd5\x6e\xbd\xda\x6e\x94\ \xb8\x5c\x7a\x8f\x27\xe2\x75\xb1\xf5\x47\x56\xae\xdf\x75\x1c\xb1\ \x5a\x7c\xfa\xc0\x91\xcc\xe7\xd4\xb0\x82\x01\x43\x40\xcf\x62\x04\ \x35\xc1\x20\xcb\x2b\x0d\x75\x0b\xe9\x18\x87\x17\x02\xbf\x64\xd8\ \x65\x56\x1b\x75\x62\xad\xae\x34\x68\xf5\x7b\x6d\x05\x4f\xe2\x48\ \x26\xd2\x20\xd5\x16\x0b\xb9\x54\x0a\x88\x69\xca\xe4\x10\x16\x7b\ \xdd\x4c\x3a\xd1\xc8\x29\x00\xc1\xa3\xe5\x46\xa9\x9c\xcb\x55\x5a\ \x9d\x4e\xe7\x22\xdb\x86\x06\x9d\x4e\x1b\xe4\xc0\x31\x88\x87\xed\ \x52\x7a\x70\x09\x62\x6c\x73\x38\xee\x9f\x0c\xdb\x1d\xa8\x59\x69\ \x9e\x7f\xf6\xf0\xb3\x77\x3f\x7f\x08\xa8\xf4\xde\x1b\xb7\xde\xbd\ \x3d\x03\xb8\x33\xf5\xc5\xdf\xfe\xfc\x17\xbf\xfe\xed\xff\xfe\xc1\ \x2f\x6f\xcf\xc0\x3e\xfd\x14\x30\x0a\x8f\x23\xe0\xa7\x67\xdf\x01\ \x17\xb8\xd9\x69\xfc\x43\x18\x6e\x7a\x86\x00\xc3\xcf\xa2\x10\x20\ \xe5\xa1\x60\x78\x14\x12\x18\x17\x0c\x87\x9d\x99\x9d\x99\xc6\xcf\ \x4c\xc3\x30\xf3\x8f\x50\x93\x11\x0b\x53\x6f\x4f\xba\xb1\x50\x73\ \xf3\x70\x0c\xf2\xd1\xfc\x5f\xd6\x24\x45\x20\xa7\xe6\x3f\x9c\x23\ \x20\x60\xe8\xc9\xd4\x1e\x2c\x6c\xfa\x7a\x3d\xac\xeb\x7a\xb1\xe2\ \xb3\x84\x9e\x43\x95\xc5\x15\x30\x4a\x18\x14\x0d\x63\xfd\xd0\x1e\ \xf6\x04\x35\x2b\x5b\x07\xab\x4f\x6f\xde\x79\x72\xe3\xee\x93\x6d\ \xd9\x36\x91\xf8\x6c\x79\x71\x75\x65\xeb\x58\xcf\x15\x1f\x49\x42\ \xba\x94\x2e\x64\x71\x99\x0a\x3b\x11\x89\x59\x58\x29\x0a\x8d\xdc\ \x28\x43\x15\x4f\x82\x44\x68\x0b\x2a\x2b\x66\xb6\x3a\xaa\x88\x67\ \xa4\xb1\xa8\xd6\x56\x54\xda\xf8\x5c\xa1\x49\xd8\x33\xcb\x9c\x46\ \xa3\x37\x51\x14\x88\xd2\x22\x95\xa0\xd0\xb0\x49\xb5\x62\x91\xc8\ \x24\x9a\x30\x49\x63\x13\x48\x72\x62\x9f\x28\x99\xe7\xe9\xcc\x02\ \x1b\x4f\xa2\xea\x71\x03\x91\x78\x35\x97\x6c\x9b\x9c\xc2\x88\x86\ \x5f\x4c\xf3\x81\x68\x08\x6b\x79\x85\xc0\x54\x77\x88\x75\xdd\x6e\ \x21\x96\x12\x8b\x6d\x3c\xb3\x4e\x18\x8e\x26\xbc\x4e\x8e\xa8\xe0\ \x31\x18\x5c\x62\xa1\x49\x1b\xea\xe5\xac\x56\x8b\x56\x17\x52\x09\ \x15\x19\x85\x53\xc2\xf5\xe4\xcb\x19\x29\x8f\x2f\xd0\xaa\x3d\x46\ \x47\xa9\x1d\x53\x89\xb8\x5a\x5b\x40\x9a\x09\x09\x52\x22\xa1\x24\ \x60\xa1\x87\xa3\xc0\x01\x95\x35\xa9\x30\x14\x96\x36\x72\xd5\x5c\ \xc2\xe1\xf1\x78\x8e\x8f\xd9\x5b\x11\x19\x9b\xc1\xb6\x86\x0d\x1a\ \x9f\xd5\x60\xb5\x58\x59\x21\x8e\x41\xc5\x9d\x28\x94\x59\x9b\xcb\ \x8b\xb8\xb1\x84\x82\x6b\x09\x5a\x03\x56\x83\xd7\x15\x39\x94\x05\ \xc2\x1e\xaf\xd7\x62\x67\xeb\x3d\x42\x9b\xcf\xa7\xf6\x9b\x6d\x96\ \x88\xcf\x0f\x36\x3c\x56\x37\x5b\x6f\x34\x06\xdc\xae\x63\x97\x39\ \xe0\x8b\x04\x35\x16\xb7\x9c\xad\x0f\x87\x35\x2c\x83\x2c\x28\x67\ \x1a\x24\xa2\x68\xbd\x9a\x4e\x57\x92\x0e\x81\xce\x6e\xf3\x48\x24\ \x36\x29\x57\xa9\x50\xb4\x2a\xf5\xda\x65\x9e\x93\xd0\x39\x74\x99\ \x66\xb7\x92\x88\xa6\x1b\xc5\x9c\xa2\xc0\xc9\x24\xe2\xed\x61\xd7\ \x11\x05\xc1\x53\x57\x4e\x64\x32\x50\xaf\xd5\xe8\x74\x7a\x83\x1a\ \xd4\x6a\x66\xab\xdd\x6e\xbd\x55\x1f\x9e\x4e\x46\xd9\x5e\x0e\xab\ \xd1\xfa\x08\xca\xf6\xb2\xbd\xab\xfe\xe9\xb8\x37\x6a\x75\xba\x27\ \xcf\x3f\x7f\xf8\xee\x97\x9f\xbd\x77\x1b\x8b\xbf\xff\xde\xf4\xad\ \x77\x67\x90\xf3\x68\xe4\x9b\x9f\xfe\xe4\x17\xff\xf3\xb7\xff\xf5\ \xdf\x7f\x35\x83\x47\xbd\x8d\xc1\xcd\x62\x01\x9f\xf0\xd8\xd9\xfb\ \x28\x18\x02\x37\x73\x0b\x0f\x92\x1c\xfe\x16\x01\x81\x45\xa2\x10\ \xb0\x99\x99\xc9\x1c\x42\x0c\x76\x0e\x1c\x86\x98\x9e\xc6\xc3\x10\ \x04\x02\x02\xfd\x26\x40\x14\xb0\x28\xf8\xa3\x79\x34\x1c\x86\x43\ \xcf\xbd\x3d\x37\xf7\xd3\x29\x1c\x6e\xb2\xc0\x3b\x1c\x33\xf7\xe1\ \x3c\x16\x89\x40\x00\x13\xc3\xcf\x22\x10\xd7\x03\x47\xaf\xeb\xc5\ \x8a\xc7\x4d\x1e\xef\xcb\x5c\x4e\x51\x24\x72\x7c\xa8\x97\x53\x59\ \xb2\xc0\x01\x53\xb3\x4b\x5d\x5f\x7c\xe5\x09\xe9\xce\xe3\xa7\x0f\ \xa8\x34\x0a\x69\x6d\x75\x91\xbc\x7d\xb0\xb9\xcd\xd6\x1a\x19\x52\ \x85\x4e\x91\x10\x38\xd9\x7c\xc1\x9e\xd7\xe8\xe8\x75\xe3\xe2\x48\ \x48\xea\x56\xc5\x94\x65\x1d\x57\x18\x74\x34\xcd\x1a\xa3\x2e\x2a\ \x01\x11\x2e\x6f\x97\x0a\x75\x3c\xb1\x31\xce\x13\x55\x8d\x41\xaf\ \x52\x2a\xcd\xe4\xf9\xfc\x12\x5f\x96\x1e\x24\x54\x16\xa7\x48\x91\ \xe1\xd9\xa4\x66\x71\x8c\xa7\x12\x4b\x13\x00\x58\x51\x9d\x48\x22\ \x50\x09\xb4\x46\x7b\xcd\x21\xb2\xc4\x7b\x09\x61\x59\x2a\x8a\xdb\ \x99\xe2\x4c\x43\x21\x8d\x9a\xa4\xc5\xa8\xc8\xcc\xaf\x17\xd4\x8d\ \x6e\x31\x51\x8c\x4b\x74\x7c\xaf\x97\xe7\x74\x4b\xc4\x2e\x0b\xb0\ \x38\x8f\xd1\xef\x8f\xea\xb4\xc2\x44\x2d\x6e\x34\xf1\xb5\xf1\x58\ \xbe\x97\x32\x49\x3c\x21\xbb\xca\x11\x33\x2b\x4b\x29\xa1\x2a\xcc\ \x36\xa6\x6b\x05\x87\x2e\x94\x91\xaa\x2d\xfc\xb8\x8e\xa7\xf6\x48\ \x05\x46\x5e\x44\xa8\x34\x29\xd2\xb9\x90\x2a\x97\x94\xa8\x1c\x19\ \xa1\xa3\xae\xd0\x98\xad\xcc\xb0\x55\xe6\x61\xb2\x99\x87\x6e\xe7\ \xbe\x9b\x11\x08\xf8\x7d\x56\x86\x98\x6b\x8d\x78\xc5\x1c\x6f\x4e\ \xa8\x8a\x45\xa5\x3c\x45\x2c\xaf\xb2\xf9\xd5\x2a\x83\xdb\xc3\x75\ \x7a\xd5\x16\x95\xc7\xe3\x93\x47\x7c\x2c\x03\xc7\xa3\x75\x4a\x55\ \x2e\xb3\x27\xac\xf6\x38\x7d\x6a\xa7\x21\x60\x38\x72\xcb\x5d\xbe\ \xb0\x5b\xee\xf6\x4f\x96\x48\x0e\xbb\xdc\x7e\x40\x42\x3d\x8b\x1e\ \xf6\xc9\x64\x7a\x35\x3f\x51\xcc\x57\x32\xa6\x50\x32\x2a\x0a\x7b\ \xcc\x16\xb1\x56\xe2\x97\x70\x1d\x8d\x4e\xb7\xdc\x73\x08\x4c\xa6\ \x62\x3a\xda\x2e\xc5\xe3\x71\x65\xbe\x9e\x56\x9a\x1c\x69\x81\xa9\ \xd6\x28\x3b\x52\x9d\x62\xae\x90\xcb\x15\xab\x8d\x6c\xbf\x54\x6c\ \xb5\xb2\x50\xbd\x05\x8d\x5b\xed\xee\xe9\x70\x98\x1d\x77\xb2\xe3\ \xf3\xf3\xf1\xa8\xd4\x1e\x77\x4e\x47\x67\xd9\x61\x6b\x3c\xae\x17\ \x4b\x8d\x93\xcf\xdf\x78\xef\x83\xaf\xff\xf9\x9b\x37\x66\x11\xb3\ \xf7\xdf\x79\x88\x7f\x07\x31\xf5\xe8\xed\xb7\xdf\x9c\xfb\xf4\xa7\ \xbf\xfc\x87\xff\xfc\xff\x7e\xf1\xfa\x0c\x0c\x79\xff\x21\x02\x83\ \xc1\xce\xcc\xcc\xdc\x9f\x46\x4f\xd6\x3e\x26\xc0\x26\x45\xb8\x4d\ \x40\xc1\x08\x93\xf5\xdd\x61\x48\x40\x2c\xf4\xe4\x5f\x53\xa0\x50\ \x48\xd4\xe4\x84\x21\x16\xf5\xf6\x3c\x12\x83\x81\x81\x84\x38\x85\ \x86\x03\x46\xcd\xc3\x91\xc8\x9f\x4c\x4d\xe6\x3d\x3f\x9a\xc3\x20\ \x91\x53\x18\x14\xc8\x94\x93\xbc\x08\xbc\xee\xba\x0f\xeb\xba\x5e\ \xac\xe2\x91\x24\x7b\xdb\x1a\x96\xd8\x54\x6e\xfd\xc1\xd1\xe6\xaa\ \x9c\x25\x71\x1d\x1e\x30\x76\xf7\x77\x96\xa8\x6b\x8f\x5f\x7a\xfa\ \xca\xb3\x4d\xda\xe6\x2a\x71\x99\x44\xa3\xec\xed\x69\x38\x1e\xaa\ \xc5\x2c\x69\xa9\x94\x22\x6f\x4a\x7a\xa0\x06\x86\x94\x4a\x70\xc3\ \x02\x61\xc0\xe6\x14\x84\x1c\x5a\x7e\x44\x07\x31\x3d\x6a\x6e\x92\ \xcb\xe3\x71\x12\x1c\x95\x2e\x94\xd0\x49\x74\x62\xae\xcd\xeb\x17\ \xf0\x55\xf1\x8c\x43\xa5\x55\xd8\x39\xed\x0a\x87\x13\x33\x06\xa4\ \x05\x89\x3f\xaa\xe5\x39\x94\x5c\xb5\xa4\xae\x96\x0a\x55\x26\x9d\ \xb0\x96\x12\x4b\xc5\xca\x52\xd4\xa8\x28\xe6\xa4\xc2\x94\x59\x9a\ \xb3\xb2\xc5\xf9\x5c\x1a\xec\x12\xa6\x4b\x05\x5d\x2e\xa3\x14\x76\ \x92\xfc\x72\xc2\x6b\x76\xfa\x38\x1e\x8e\xd7\x15\x35\x39\xfd\x42\ \x85\x38\xa0\xd6\xab\x75\xa1\xa4\xb2\x58\xe4\x7a\x25\x01\x67\xaa\ \x90\x4c\x94\x15\x7e\x95\xc3\x2b\xae\x70\x44\x9c\x6a\x83\x63\x0f\ \x1b\x6c\xc9\x44\x32\x95\x31\xf9\x3c\x41\x4b\x2c\x2e\x32\x1a\x3d\ \x62\xa3\x39\xec\xd7\xf2\x4c\x51\x65\x2c\x6e\x4c\x4a\x05\xe9\xb8\ \x42\x2c\x0d\x09\xe5\x1a\xd7\xb1\x9c\xee\x75\xbb\xd5\xcc\x6d\xb6\ \x91\x65\x93\x03\x7b\x62\xbb\xc3\x6e\xb3\xdb\x63\x8e\xf1\x9d\x36\ \xb5\x40\x97\xe0\x2a\x1d\x42\x93\xda\xec\xd5\x73\xbd\x66\x00\x2b\ \xa7\x44\x1b\x8c\xa8\xbd\x81\xa0\x0a\x5c\xca\xc2\x5a\xa9\xd4\xea\ \x8a\x18\x02\x1e\x97\xc7\x6b\xf3\xcb\x23\xfe\x48\xc4\x23\x67\x45\ \x22\x32\x4f\x58\xab\xf2\xb2\x82\x2e\x03\x2b\x60\x65\xb1\x65\x2e\ \xb6\xdb\x17\xd0\xf3\xa3\x09\x53\x2e\x1f\x2d\x65\xe2\x66\xa7\x5d\ \xca\xe7\x78\xd4\x2a\xc9\x47\xdd\x66\xa6\x59\xec\xe4\x38\xc2\x72\ \x3c\x9a\xaa\xa4\x95\xd1\x98\xa3\x58\x88\x26\x52\xe5\x58\x3e\xd9\ \x1b\x75\xf8\xb1\x54\xb7\x1c\x8a\xe7\x1b\xb5\x72\xbd\xda\x2d\xe5\ \xab\xbd\x4e\x13\xba\x1a\x67\x5b\xcd\x6a\xe5\x14\x6c\x9c\x8c\xaf\ \x86\xa7\xad\x4c\x17\x6a\x03\xb9\xba\xec\x36\x46\xdd\x4a\xb5\x75\ \xf1\xdd\x47\x1f\x7c\xf6\xf9\xf3\xd7\x1f\x12\xf0\x88\x99\x99\x59\ \x90\x08\xe1\x6f\x7f\xfa\xe1\x9b\x8f\xde\xfe\xf4\x8b\xbf\xff\xf5\ \xff\xf9\xbf\x3f\xbe\x7d\x0b\x83\x9f\x7d\x03\x87\xc0\x20\x09\xf8\ \xf7\xde\x81\xa1\x51\x93\xa1\xee\x33\xd3\x40\xb7\x70\x78\x02\x1a\ \x89\x42\x03\x48\x11\x70\x93\x21\x5a\x18\x0c\x0e\x3b\x49\x85\x38\ \x0c\x12\x08\x17\x0a\x85\x85\x03\x7c\x01\x52\xbd\x39\x85\x9c\x42\ \x02\x6b\xc3\x7e\xfa\x08\x8d\x45\xe2\x70\x73\xa8\x79\xec\x14\x7c\ \x32\x70\x14\x45\x00\x3a\x06\x9b\x43\x5e\xb7\xb8\xeb\x7a\xa1\x12\ \x1b\x42\xb2\x0d\x96\x58\xe5\x54\xb1\x0e\x77\x0c\xb4\x75\xd6\x91\ \xd7\x78\xc8\xd0\xef\xcb\xb7\xd6\x16\xef\xbc\x76\x63\xe1\xe9\xb3\ \x2d\xea\xd6\xc6\xea\xf2\xe2\xd2\x32\x99\x61\x35\xa9\xf7\xb5\x5c\ \x87\x52\x64\x52\xf9\x13\xea\x5d\x55\x22\x0a\x02\x9f\xda\x2b\x96\ \xb8\xc4\xe6\x50\x2e\x6e\xe2\x87\x4d\x65\xbd\x8b\x9b\xa9\x96\x14\ \x9c\x64\x5c\x19\x4f\x15\xba\x4a\x45\x9e\x67\x53\x7a\x82\x9c\x04\ \x4f\x97\x91\x06\x94\x0a\x0b\x27\x53\x34\xa5\x80\x9e\xe8\x52\x1c\ \xaf\x96\xcb\x4b\x72\x41\x5e\x33\x19\x1d\x5c\x75\xc8\xe4\x54\x4a\ \x95\x75\x5d\xa3\xae\xb3\xa5\x2b\x05\x91\x20\x16\xd7\x39\xa4\xfe\ \x5c\xcd\xa1\x2d\xf7\xe2\x3c\x9d\x32\x56\x4a\x64\xcc\xc9\x5e\x4c\ \x1a\x17\x58\xc2\x06\xa9\xc8\xab\x73\xd9\x4b\x3a\xbe\x58\x18\x13\ \x84\x83\x16\x1b\x3f\x95\xe3\x47\x1d\xdc\xa0\x30\x18\x30\x95\x43\ \x8a\x34\xd7\x16\x96\x38\x79\xdd\xb8\x52\xd8\x2a\xab\xfc\x46\x83\ \x48\x1c\xca\x64\x84\x46\xb1\x4b\x63\x8c\x09\x82\x62\x61\x4a\x15\ \xb4\x7b\xbd\x52\x41\x34\x2d\x4c\x2a\xb8\x51\x97\x2d\x69\x12\x88\ \x4d\x46\xa7\xd7\xef\xdd\x63\xb0\x8c\xae\x80\x4b\xbe\xc7\x90\xcb\ \x35\x06\xa7\xdc\x6a\x8f\x84\xdd\x4e\xbf\x51\xa2\x0e\x1a\x6c\x76\ \xa7\x4e\x27\x48\xa9\x6c\x1e\xa1\xc9\xa8\xf1\xba\x3c\x66\xbb\xd7\ \xc3\x37\x07\xd4\xf6\x48\x30\x20\x0e\x1a\x7c\x06\x96\xd1\xee\x0a\ \xf8\x39\x12\xbf\x5d\xe5\x0d\xcb\x0d\xc7\x01\x8f\xdb\x63\xf4\x19\ \x8c\x5e\x7f\x60\x92\x16\xdd\x6e\xf7\xd1\xb6\x86\xb9\x2b\x3f\xf2\ \x68\x82\x06\xab\x44\x24\x75\xc4\xe2\xf9\x4c\x21\xa6\x90\x3a\xb5\ \x4e\x9d\xca\xee\x35\x9b\x3f\x2f\xd4\x9b\xa3\x46\x3b\xa3\x55\xb6\ \x13\xb9\x44\x34\x64\xe2\x87\x32\x85\x6a\x54\x98\x49\x15\xea\xf9\ \xf2\xb0\x1a\x8f\xc6\x4a\xc5\xbc\xa2\xd0\x48\x55\xba\xad\x6e\xbd\ \xdd\xac\xb6\x3b\xc3\x41\xaf\x5b\xef\x35\xbb\xfd\x5e\xf6\xfb\xf1\ \x60\x78\x76\x51\xaa\x76\x5a\x57\x50\x63\x34\xe8\x40\xd5\x5e\x7e\ \xf4\xed\xbf\x7f\xfd\xde\x27\xcf\x9f\x83\x54\x07\xc3\x62\x67\xa7\ \xa7\x1f\xe2\x66\x30\x73\x8f\x30\xf0\xa9\x2f\x7e\xfc\xe9\xaf\x7e\ \xfd\xdb\xff\xfc\x70\x76\x06\x86\x9f\x21\xc0\x6e\xdd\xc7\xcf\xbc\ \xf1\xee\x2c\x0e\x8f\x9d\xc6\xcf\xdc\x9a\x9e\x45\xcc\x60\xa7\x09\ \xb3\x30\x02\x0a\x77\x1b\xdc\x80\x01\xf4\x60\x30\x70\x24\x82\x30\ \x21\x16\x88\x8d\x58\xd4\x64\xfe\x0d\x16\x83\x45\xa3\xd1\x20\x05\ \xce\x63\xe0\x70\x14\xfc\xed\x39\xe0\x69\xa8\xc9\x92\x0e\x18\xf8\ \x23\xf4\x14\x01\x0e\x47\xc3\xa6\xf1\x78\xf8\x35\xb0\xae\xeb\x05\ \x3b\xdd\x9d\x3c\x3d\x5d\x66\xe1\xd9\x82\x96\x5d\x16\x3f\x4c\x3e\ \xd8\xdc\x0d\x1f\x18\xac\x3b\x74\xea\xd3\x57\xee\xde\xbd\xb1\xb8\ \xb0\x46\xa6\xec\x50\x96\x37\x16\x88\x44\x32\x43\x26\x70\x6e\x8b\ \x12\x39\xb1\xc4\xac\x16\x15\xb5\xc7\xf9\xa6\x50\x24\x55\xaa\xad\ \x1c\xa5\xbb\xa9\xd0\xa5\xa5\x26\x9b\x3e\x5e\xb6\xeb\xc5\xf5\x64\ \xb2\x51\x6c\x27\x6d\xa1\x9c\x24\x59\xab\xa4\x45\x02\x9b\xd5\x56\ \xa8\xf2\x63\x3a\x87\x4e\xcc\xf7\x2a\x63\xf5\x7a\xb9\x94\x10\xe7\ \x7b\x26\xae\xd6\x21\x14\xf0\x79\x16\x4e\x3c\xec\xe5\xf1\x42\x51\ \x81\xd8\x25\x48\x38\x6a\xca\xa0\x00\xa4\x37\x5e\xa8\xe8\x88\x99\ \x42\xc6\xd2\x38\xae\x8d\xd6\x4c\x89\x98\xa3\xd7\x6c\x94\xa3\x99\ \x46\x46\x99\xd1\x99\x23\x41\x9e\xd9\x22\xb0\x6b\x75\x52\xbe\x92\ \x17\xd2\xba\x82\x41\xa3\x40\x17\xd7\x99\xe2\x46\x79\x58\x1f\x8c\ \x15\x92\xb1\xa8\x58\xad\xb2\x87\x79\xb1\x44\x23\x5e\xc8\xa9\xec\ \x2e\x2b\xd7\x14\xe3\xab\xf9\x02\x9d\xd0\xe2\xe3\x7a\x03\x71\x93\ \x40\xa2\x55\x85\x6d\x4a\xa5\x84\x27\x48\x08\xf9\x0e\x9b\x22\xa5\ \xab\xc7\xa5\x02\x8d\xd5\xaf\x67\xb9\xf4\xcc\x80\x2b\xc0\xdc\x67\ \x18\xe4\x56\xa7\x4c\x6e\xb0\xfb\x5c\x16\x4b\x30\xe8\x73\x1b\xbc\ \x61\xa9\x48\xc8\x17\x08\xc5\x7e\x8b\x58\x1c\x16\xab\xad\x41\xb3\ \xd6\xe3\xd3\xda\x03\x7c\xb5\xcf\xeb\x8a\x18\x2d\xee\x88\x95\xe3\ \x67\x86\x75\xbc\x48\xd0\x65\xb1\xba\xc0\x63\xfc\x6a\xb5\xde\xeb\ \x0b\x84\x03\x2e\xa7\x33\xe0\xf6\x30\x99\x06\x19\xeb\x68\xef\xc0\ \xab\xd1\xab\xd4\xe1\x88\xd8\x94\x4c\xc7\x4d\x8e\x58\x28\x2f\xf0\ \xda\x22\x62\xb1\xd4\xec\xb3\xa8\x78\xf9\x4e\xb3\x35\x6c\xf2\x8c\ \x9c\x4c\x29\x93\x8a\xc6\x93\x3a\x91\x2e\x5f\x4d\xe8\x92\xb5\x7c\ \xab\x91\xe9\xb5\x8b\xf1\x4a\x2d\x91\xc8\xb7\x0b\x8e\x26\x04\xd5\ \x0a\x55\xa8\x37\x00\x3f\xa9\x4a\x6b\xd4\x2a\xb7\x07\xc3\xf1\x78\ \x7c\x71\xf6\x7d\xbd\x50\x19\x5c\x4d\x56\xcc\x18\x8e\x7a\x20\x0f\ \xfe\xfe\x9b\xcf\x3e\x79\xfe\xf9\x6d\xfc\x0c\x02\x3d\x85\x7b\xe3\ \xd6\x64\x8d\x05\x40\x94\x69\xf4\xdb\x6f\xbe\xfd\x93\x5f\xfc\xe4\ \x27\x7f\x8b\xc2\xbf\x8e\x27\x4c\xe3\x71\x93\x2e\xf7\xe9\xfb\xb7\ \x60\xb3\xf8\x99\xfb\xb7\x6e\x23\x67\x81\x62\xcd\x62\x67\x08\xd3\ \x20\x20\xce\x4e\x4f\x06\xb6\xe3\xb1\x48\x18\x82\x00\xc3\xa3\x30\ \x00\x54\x38\x34\x76\xb2\x74\xcc\x64\xe6\x0e\x62\x6a\x72\x8a\x10\ \x8e\x06\xb1\xf0\xc3\x39\xcc\x3c\x0e\x89\x42\x4e\xc1\x66\xd0\x00\ \x5e\x88\xc9\xd4\x9c\x49\xc7\xfb\x75\x1f\xd6\x75\xbd\x58\xb9\x7c\ \x79\x03\x2d\xa0\x0f\xda\x94\xde\x43\x26\x57\xbe\x79\xb4\x27\x93\ \xcb\x8c\xec\xdd\xad\x85\x07\x77\x5f\x7b\xe9\x95\xa5\xcd\x35\x12\ \x91\xb4\xba\x46\x5a\x5e\x21\x52\xe9\x6e\xae\x78\x5f\x15\x4b\x83\ \xa6\xce\xe5\x54\x7d\xec\x6e\x95\x2b\x70\x0a\x43\xb6\x34\x97\x55\ \x0d\x71\x52\xbc\x94\x38\x52\x19\x7a\xb5\xe9\x38\xa7\x50\xe7\x26\ \x1d\xea\x90\x43\x1c\x2f\x27\xf2\x92\xb4\x8e\xc1\x69\x77\x32\x3a\ \x45\x54\x51\x51\x46\x44\xb9\x6a\x2e\x99\x0e\xa9\x4a\x71\x71\x92\ \x67\x4b\xa6\x78\x1c\x9f\x82\x17\x16\xf1\xa5\x9c\x74\x34\x2f\x36\ \xc7\xb8\x52\x75\x38\x99\x68\xd5\x4d\xa9\x32\x3f\x5a\x51\x09\x95\ \xed\xaa\xa0\x94\x16\xe4\xe3\xd0\xa8\x9a\x07\xe0\x0a\xe9\xf2\x45\ \x93\x4a\x25\x92\xda\x85\x09\x36\x97\xa7\x96\xea\x6c\x3a\xa3\xcf\ \xee\x31\x3a\x25\xfc\x16\x9f\x63\x64\xb0\x76\xc2\x02\x41\x54\xc7\ \xd1\x59\xc2\x1e\x7b\x2c\x97\x88\x3b\x1c\x0a\x8f\xc9\x73\x64\x0b\ \x09\xb9\x22\x8e\x34\x21\x8e\xf8\x84\x46\x0b\x57\xa8\xd4\x5a\xfc\ \x56\xad\x80\xc3\x31\xf1\x75\x3c\x45\x52\xcc\x4b\x84\x72\x26\x87\ \xd0\xa3\xf5\xea\x0d\x86\x48\xc4\x1a\xf6\x1f\xb1\xf4\xc7\x6c\x8d\ \xcb\x6e\x60\xb9\x82\xce\x88\x41\x1f\x70\x69\xac\x41\xa3\x59\xaa\ \xe0\x99\xd4\x4e\x29\x97\x17\xb4\x2a\xc5\x4e\x97\xdd\xae\xf6\x89\ \x9c\x66\x5f\xd0\x15\xb6\x86\x9d\xc6\xc8\x51\xd0\x29\x76\x8a\x27\ \x6b\x1d\xfb\x99\xc7\x41\x79\xc4\xe5\x51\x7b\x3d\x3e\x9f\xdf\xcf\ \x0e\x06\x0d\x81\xa0\xcc\x60\x65\x33\xad\x9e\x23\xb6\x2b\xe8\x76\ \xb9\xc2\x2e\x1b\x4f\xe0\xc8\x84\x24\x3a\x85\x43\xe7\x73\x0b\xb9\ \x2a\xb1\x2d\xe2\x34\x85\x9a\xd5\x6e\x1b\xaa\xeb\x04\x8a\x68\x3a\ \x1d\x4b\x3a\x8a\x19\xa1\x20\x1e\xcb\x45\xab\x95\x78\xa7\x5e\x1e\ \x76\x53\xd1\x46\x23\x13\x2f\xf5\xf2\xe9\x0a\xd4\x6b\xd7\xeb\xbd\ \x5a\xaf\xdb\xea\x34\x72\xc3\x2e\xd4\x6c\x40\xed\xf1\xf8\xb4\x3e\ \x3c\xe9\x25\x32\xbd\x2e\x34\x6e\xd6\x4f\x2b\xf9\xca\xbf\x7f\xfd\ \xd9\x57\x5f\xfd\xf9\x67\x1f\xcc\x12\xee\x13\x70\x93\x85\xf9\x66\ \xa7\x67\x10\x98\x29\x38\xe6\xd1\x87\x6f\xa3\xdf\x7e\xfb\xed\x2f\ \xde\xc6\xe3\x67\xf1\x6f\xcc\x4e\xfe\x71\xf3\xec\xcc\xcc\xc3\x99\ \xc9\xff\xc5\x99\xc6\x4f\x23\x10\xd3\x30\x1c\x02\x7f\x0b\x37\xe9\ \x5f\xc7\x3f\x04\x94\x82\xe3\x71\x93\x41\xeb\x28\xe0\x5a\x18\x34\ \x1a\x8f\x44\xc2\xe6\xe0\xd8\x39\xe4\xdc\x3c\x12\x05\xc2\x20\xfc\ \x11\x1c\xa4\xc2\x9f\xbe\x09\xfb\xcb\xdc\x43\x10\x24\xe7\x27\x23\ \x49\x09\x04\x18\x02\x81\x9a\x26\xc0\xae\x5b\xdc\x75\xbd\x50\x59\ \x23\x59\x23\x29\xe8\xf1\x71\x8d\x91\x83\xfd\xe0\x26\x8d\xce\x72\ \xb3\x8e\x99\x6c\x22\x65\x75\x71\x69\xe1\xc1\xbd\xa5\xa5\xc5\x7d\ \x32\x99\x44\x22\x6e\x6e\x2d\x91\x18\x76\x9e\x5a\x26\x75\x9a\xe2\ \x0a\xbe\x5d\x58\x96\x1d\x94\x62\x2a\x91\x2a\xae\x73\x56\x38\x6c\ \x55\x28\x95\x0f\x09\x14\xf6\x6e\x9e\xcd\x4d\xf7\xf2\xe5\x8a\x58\ \x21\xb4\xf0\xa4\x92\x76\x49\x17\x0d\x25\x04\x06\xa1\xa2\x56\xc8\ \x39\xbc\xe6\x06\x3f\xf8\xff\xb3\xf7\x36\x3e\x6e\x9b\x77\xbe\x6f\ \xf5\x0a\xbd\x9f\x41\x77\x66\x67\x95\xf6\x8c\x6f\x3c\x37\x4e\xe2\ \xd8\x37\xb6\x1b\x1b\x71\x9d\x06\x59\x24\x69\x11\xdb\xb5\xbb\xae\ \xc7\x98\x0e\xa6\xe4\x52\x22\x25\x9e\xc1\xf0\x45\x62\x06\x12\x25\ \x51\x87\x7a\x85\x24\x4a\x87\x45\x08\xf0\x82\x55\x00\x93\xa0\x21\ \xe0\x80\x25\x72\x13\x04\x0b\x31\xd2\x0a\x12\x50\x68\x55\x61\x5e\ \xba\x18\x77\x2a\x03\x8b\xdc\xb4\xf9\x47\xee\x43\x77\xbb\xdb\x76\ \xdb\x6e\x5b\xef\xde\xbd\x67\xaf\x1f\xd8\x9a\x91\x48\xf1\xe1\x50\ \x7a\x3e\xf8\x7e\x1f\xfe\x9e\xdf\x0f\x21\x63\x24\xab\x60\xfc\x41\ \x97\x66\x78\xe9\x68\x6c\xc2\x9c\x10\x2b\xa6\x71\xc6\xd0\xba\x63\ \x56\xe0\x63\xe9\x2c\xa4\xb2\x83\x31\x33\xd0\x28\x6b\x44\xa7\x89\ \xe3\x43\x51\x55\x11\x6b\x61\x4d\x0c\x43\x17\xfa\x23\x41\xd1\x61\ \x2a\xab\xb0\xe9\x52\x32\xcf\x60\x99\x1d\x3a\xde\xa3\x6a\xf9\xed\ \x76\x1e\x56\xe3\x38\x9c\x69\x6e\xa5\x6a\xb9\x58\x7f\x88\x27\x68\ \xa4\x58\xd0\x07\x06\x38\xb5\x46\x16\x6d\xd4\x15\x1e\xe5\x13\x49\ \x85\xc1\xf6\x12\x30\x4c\xe1\x68\xbc\xd8\xac\x15\x51\x16\x82\x08\ \x64\x84\x70\xa5\x0e\x6b\xb0\x12\x23\xc7\x0a\xcd\xe2\xe6\x56\xa5\ \x9c\x4a\xed\x6e\xed\xdc\xb9\x73\xfb\x56\x25\x9d\xae\x6d\x6d\x97\ \x93\x99\x66\xb5\x53\xae\x14\x4a\x30\x9d\x45\x75\x49\xa6\xb2\x9d\ \x64\xab\x95\xee\x34\x52\x7b\x4d\x2e\x59\x6a\xa6\x8a\xc5\x0a\x4e\ \x37\x8b\x8d\x6a\xb3\x9a\xcd\x16\xeb\xb5\x42\x21\x5d\xea\x6c\x6d\ \xde\xc9\x54\x0b\x9d\x56\xbe\xd6\x68\xef\xb6\x8a\x60\x7b\xf3\xd6\ \x9d\x56\x61\xe3\xce\xce\xbd\x3b\xa9\x42\xbb\x9e\x69\x17\x93\x31\ \x0c\x47\x44\x55\x50\x4c\xae\x5e\x2b\x26\xb3\x20\x58\x5a\x22\x00\ \x00\x20\x00\x49\x44\x41\x54\x76\xad\x43\xa5\x3b\x9d\x3f\x5c\x0c\ \x4c\x5d\x64\x54\x89\x65\x99\x04\x70\xc7\x14\xab\xf6\x26\xaa\x60\ \xf4\x47\x0f\x4f\xc6\xa6\xa6\xa8\x56\x57\xec\x1b\xda\xe8\xe8\x78\ \x30\xee\x0e\xe6\x47\xa3\xe1\x62\xb4\xf8\xf0\x68\x61\xf4\xc7\x07\ \x9f\x3f\x5a\x3c\x38\x79\xd8\xef\x4e\xad\x83\x0f\x8f\x3e\x9b\x2e\ \x7a\x87\x3f\xfe\xf6\xb7\xdf\xfb\xfe\xf7\xbf\x79\xea\x54\xc8\x13\ \x09\x2c\x2d\x9f\x09\xac\xd8\x6b\x65\x3c\x76\xa9\x88\xf5\xaf\x47\ \xcf\xad\x9f\xfb\xef\x7f\xe5\x8a\x9c\x0d\x2e\x07\x5d\xae\xe5\x55\ \xb7\xeb\xec\x4a\xc0\xe5\x72\xd8\x4a\x6b\x25\xb0\x14\x59\x0d\x46\ \x56\x5c\x91\x65\x7b\xed\xa0\xcb\x13\x0d\x2c\x07\xec\x64\xee\x1e\ \xa7\xd3\x05\xac\xa1\x07\x00\xcb\xe5\x75\x47\xdd\xe1\x68\xd4\xe5\ \x5c\x03\x3c\x73\x46\x9d\xde\xff\xb1\xee\x09\xf8\xfc\x76\x0e\x3f\ \x67\xd4\xeb\xf7\x84\x7d\xc0\x3e\x06\x97\x82\xfe\xa7\xc0\x7a\xda\ \x9e\xac\xe5\x39\xb3\xb0\x57\xdc\xab\x43\x9d\xce\xf6\xcd\xd6\x95\ \x0b\x77\x76\xef\x6c\xd6\x6f\xbf\xf1\xea\xcd\xf3\x57\xae\xbe\xfa\ \xe2\xf3\x17\x9f\x79\xe9\xc6\xd5\x57\xae\xbc\x71\xe5\x9d\xb7\x2f\ \x9e\xdf\x8b\xf3\xad\xdd\x78\x3a\xc6\x8e\xf8\x8e\xdc\xdb\xde\xd4\ \x29\x2a\x6b\xc7\x51\x29\x8d\x56\x9c\x34\x75\x42\xe4\xd3\x07\xdd\ \xdd\x86\x34\xee\xeb\x03\x46\x12\x20\xb6\x90\xdc\x3f\xee\x32\x9c\ \x94\xdb\xc5\x78\xb3\xa7\x97\xd2\x31\x55\xaa\xf1\x2a\x4a\xc8\x03\ \x93\xb0\xc8\xa4\xc9\x93\xca\x50\xe6\xd2\xfb\xc9\x4c\x22\x21\x5a\ \xac\x2a\xa5\x7b\x6a\xb6\x51\x43\x4d\x59\x57\xf1\x11\xc9\x58\x31\ \x94\xe5\x4f\x90\xf8\x83\x09\x3a\x5a\x18\x96\x3e\xb7\xe4\xc1\x50\ \x02\x7a\x24\x41\x09\x02\x9d\x6d\xb4\x25\xa8\x5d\x2b\xb1\x6c\x99\ \xc8\x15\xe9\x74\x9c\xc7\xe4\x62\xa1\xbc\xd7\x4c\x42\x71\x43\x15\ \xa1\x2a\x5b\x6c\xf1\xba\x2a\xab\x48\xb6\x46\xd1\x59\x01\xea\xa9\ \x31\x5e\x42\xb9\x8e\x34\x80\x8b\x74\x29\x5e\xca\x71\xf9\x18\x8b\ \xc7\xe3\x71\x22\x89\x53\xc5\xfe\xbc\xaf\x09\x12\xde\xca\x37\xb6\ \xb7\xef\xb6\x52\xc5\xed\xad\xad\x37\x5f\xbd\xb5\x99\x4d\xa3\x18\ \xbd\x93\x8f\x43\xf5\xad\xdd\x56\xb9\x9c\x84\xb2\x49\xbe\xa7\x89\ \xf1\x76\x09\x38\xc7\x74\x9d\xcb\xd6\x9b\x30\x0a\x15\x32\x74\x83\ \xee\xb2\xa5\x7a\xa3\x99\xaa\x73\x38\xbd\xc3\xe5\xab\xd5\x62\x6b\ \x67\xa7\x56\xaf\xe5\xab\x7b\xd5\x7c\x29\x5f\xd9\xab\xb7\x0b\x60\ \x73\xa1\x52\xbe\x77\x67\xf3\x5e\xa6\xd2\x2c\x54\x5a\x2d\x28\x8e\ \x91\x12\xaa\x88\x04\x49\x76\x3a\xb1\x52\x16\x4d\x27\x92\x30\x2a\ \x0f\x1e\x9d\x1c\x0e\xc7\x06\x70\x8a\x0a\x0e\xc7\x71\x11\x17\x34\ \x46\xeb\xb2\xba\x36\xd2\xa7\xe3\x83\x87\x7a\xd7\x34\x0e\x65\x40\ \x30\x73\x76\x74\x38\x9b\x2c\x1e\x4e\xe7\xfb\xb3\x99\x75\xb4\x7f\ \xb8\x98\x4e\xa6\x27\x1f\x7c\xf6\xe0\xf8\xf8\xd3\xa1\x3a\x7c\x74\ \xb0\x38\x7e\x38\x35\x1f\xfd\xe4\xbd\x77\xef\x7f\xef\xdb\x5f\x09\ \xae\xac\x02\x4b\x17\x39\x0d\x70\xb4\xe4\xf2\x7b\x5c\xbe\x4b\x61\ \xc0\x99\xb5\xb5\xe8\xd7\xff\xdb\x5f\x47\x1d\xa1\x53\xcb\x40\x7d\ \xd9\x15\xe9\x5d\x00\x52\x7e\xb7\xcb\x17\x58\x5d\x59\x5e\x06\xaf\ \xb8\x82\xab\xab\x40\x7b\x79\x7d\x1e\x40\x28\xfb\xde\xa1\xcb\xe5\ \xf6\x84\xa3\x0e\x7b\x82\xca\xe9\x76\xf8\xbc\x0e\xb7\x2b\xbc\x1e\ \x75\x3f\x2e\x38\xe1\x0d\xaf\xaf\xfd\x9f\x97\xdc\xbe\x35\xb7\x1b\ \x1c\xdb\xed\x5b\x0f\x04\x9c\x3e\x9f\xdf\xef\x8b\x78\xa2\x4f\x03\ \x47\x9f\xb6\x27\x6b\x5c\x0b\xbe\xb9\x59\xcb\x55\xb2\x89\xd6\xf5\ \x54\xf6\xf6\x95\xb7\x77\x76\xf6\x76\x6e\x6f\xbf\xf1\xd6\x4b\xd7\ \x2e\xbf\xf0\xe5\x97\x9e\x7b\xf6\xcd\xd6\xab\xb7\xce\x5f\x79\xfb\ \xf2\x2b\x17\xcf\x6f\x96\xf8\xbd\x8c\x8c\x20\xf0\x50\xcc\x67\xa5\ \x6a\xd9\x8a\x4b\x49\xa6\x4b\xe5\x06\x3b\xbb\x7d\x15\x95\xa1\x51\ \xb7\x32\x26\xf6\xca\xc2\xc1\x60\x68\xf6\x66\xc3\x04\xdf\x68\x19\ \x3d\x13\xea\xb0\xc5\xf4\x83\xae\x3e\x94\x60\x91\xed\xa7\x6b\xa2\ \x91\xe6\xa4\xae\x18\x3f\x56\x50\x3d\x0e\xf3\x22\xdb\x48\xcc\xa1\ \x36\x43\x1a\x7d\xcb\x30\x51\x01\x4e\xc7\xca\x59\x5d\x57\x8d\xfe\ \x43\x99\xec\x42\x78\x7c\x3c\xcf\xca\x27\x16\xdc\x9b\x8c\x06\xfb\ \xe3\x61\xef\xf8\x90\xed\x77\x11\x0c\x4f\xd2\x45\xa1\x53\x25\xf8\ \x46\xa3\xdb\x63\x32\x54\xae\xd6\xe0\x08\xad\x2b\xd7\xb6\x8b\xa9\ \x1d\x28\xd1\x60\x2d\x06\xe5\x12\xb5\x2c\x64\xca\x39\x82\xe2\xe8\ \x46\xb1\x17\xc7\x51\x59\x60\x13\x48\xa9\x20\xcf\x48\x38\x6b\x87\ \x48\x15\x1b\x10\xc6\x10\xb5\x18\x47\xaa\x89\x22\xd4\x1d\x90\x1a\ \x52\x2d\x92\xad\xbd\x56\x2b\x56\xc2\x6a\x95\xd6\x8d\xcd\x26\xf0\ \x9e\x2c\x8b\xe6\x6b\xc9\x22\xb0\x85\xb9\x52\xa9\x4d\x27\xd8\xa4\ \x22\x51\xf9\x5c\xad\x92\x69\x70\x99\x3d\x98\x63\x18\x0e\xcf\xe5\ \x0b\x6d\x8a\xc4\x33\xe5\xf6\x6e\x25\x0d\x61\x89\x5c\x12\xcf\x76\ \x0a\xa9\x76\xb1\x5a\xcf\xc2\xed\x7a\xa3\x43\x97\xea\x99\x7a\x39\ \x93\xce\x15\x76\xda\x95\xad\x42\x79\xa3\xd6\xc9\xa7\x36\xeb\x8d\ \x38\x92\x8e\x49\x52\x0c\x95\xbb\x50\xa7\xcd\x25\x60\x3c\x96\x83\ \x71\x44\x1a\x1c\x4c\xcd\xd9\x44\xc6\x48\x41\x65\x87\x18\x06\x31\ \xb2\xa8\x76\xbb\x84\xa5\x49\xf2\xe0\xe0\xf8\xa1\xa1\x1d\x76\x67\ \xb2\x39\x99\x0f\x7b\x93\xa1\x71\xb4\x98\x8f\x1e\x3e\xb0\xe6\x8b\ \xa3\xc1\x83\xc3\xd9\x7c\x7a\xf4\xf9\x3f\x9c\x2c\xf6\x7f\xfa\x50\ \x35\x4e\x4e\x8c\xf1\xec\xe1\x47\x3f\x7a\xf7\xbd\xef\x7f\xfb\x3b\ \x67\x4f\x2f\x2f\xbb\xfd\x2e\x47\xe0\xf4\xca\xaa\xc7\x13\x70\xb8\ \x1c\x8e\x73\x6b\x6b\x6b\x6e\x87\xc7\x1d\xbd\xb4\xee\x0d\x06\x4e\ \x9d\x5e\x59\x72\x07\x56\x4e\x9d\x3e\xbd\xe4\x72\xdb\x79\xb0\x1e\ \xd7\xa0\x00\xaf\xdb\x13\x5b\x2e\x17\x90\x4c\x0e\x8f\x1d\xbd\xee\ \x77\x78\x1d\x1e\x27\xd0\x60\x3e\xaf\xc7\xe7\xf0\x3b\xbd\x9e\x40\ \xd4\xe7\x75\x3a\x2f\x9d\x03\xce\xd0\xe3\x0e\xbb\x9d\xff\x23\xea\ \xf7\x3a\x43\xde\xb5\xe8\x25\x87\xdf\xce\x8c\xe5\xf6\x7b\xed\x8a\ \xf6\x9e\xa7\x0a\xeb\x69\x7b\xb2\xd6\xc8\xf3\x1b\xe5\x74\xac\x93\ \xa3\xb9\xad\x2c\xf4\xd6\x85\xb7\x52\xd5\xcc\xad\x7b\x37\xde\x79\ \xf3\xc5\x97\x5e\xf9\xf2\x97\x5f\xf8\xf2\x33\x37\x9a\x77\xee\x5e\ \xbb\x72\xe3\xb5\x6b\x97\xaf\x6c\x17\xa5\x9d\x0e\xd9\x40\x10\x25\ \xde\xc2\x89\x54\xdb\x24\x91\x78\x2c\xd6\x8a\x13\xb7\xef\x58\x7d\ \xc3\xe0\x47\x4a\x4d\x27\x37\xa9\xee\x43\xb3\xcb\x48\x23\x21\x89\ \xb7\xb7\x29\x41\x64\x18\x21\x5d\x3a\x1c\xaa\x3a\xce\x29\xa2\x99\ \xa5\x4d\xb1\x01\xf1\x12\x25\x2d\x10\x58\x01\x03\x55\x65\x60\x6a\ \xc4\xb4\x30\x4e\xe9\x0f\x08\x45\x34\x48\xd1\x48\x62\xe2\x70\x32\ \x9e\x1e\x11\x45\xbd\x8b\xb3\xc6\x01\x8a\x4f\xfa\xda\x70\x36\x3e\ \x7c\x38\xef\x49\xf6\xfa\xe2\x78\x22\x99\x90\xe8\x76\x7c\x2f\x4f\ \x28\x50\x96\xd0\x92\x34\x55\xed\x94\x60\x02\x55\x25\x7c\x87\xd9\ \x6c\x18\x18\xa9\x76\x29\xaa\xd8\xde\x8c\x11\x28\x04\xc5\x18\x81\ \xc3\x8a\x2a\xcf\xb0\x31\x18\x87\xa5\x06\x47\x9a\x8c\x21\x89\x5c\ \x56\x4a\xe6\x7b\x58\x02\xce\x75\xb3\x08\x9f\x88\x69\xa8\x19\x63\ \xd5\xe6\x5e\xb5\x5d\x8c\x27\x09\x04\xc1\x9a\xa9\x4c\x05\xf8\x5a\ \x51\xe9\xc9\xb1\x4e\xb2\xd1\x68\xd0\xb9\xa4\x00\x91\x71\x91\xa1\ \x98\x6c\xba\x94\xca\x36\xb2\xb9\xcd\x9d\x2c\x0d\x61\xc9\x52\xa9\ \x56\x4d\x35\xf0\x7a\x1b\x2e\x96\xf3\x4c\x2c\x9f\xc6\x79\x8c\xae\ \x6c\xd6\xf2\x9d\x76\xa6\x5d\x2b\x34\xaa\xa9\x4a\xa3\x50\x6f\x36\ \x5b\x58\x3e\x53\xb7\xcb\x24\x6e\x35\x3b\x85\x72\x06\x28\xae\x04\ \x8a\x21\xbc\x40\xa0\x82\x98\x6f\xe5\x38\x02\x66\x20\x2e\x96\x10\ \x78\xf3\xd1\x6c\x74\x34\x53\xe1\x38\x61\x2a\x0c\x84\xe1\x7c\x2c\ \xc6\x4c\xfa\xba\xaa\x0f\x26\xb3\xa3\x9f\xff\x7c\x3a\x3c\xd4\xf4\ \xc1\x5c\x55\xf7\xad\xd1\xb4\x3f\x9b\x0e\xe7\xc7\x0f\xcd\xe9\x91\ \x9d\x4f\xd1\x98\x02\x85\xf5\xd3\x93\xcf\x8e\x3f\x9b\xc9\x87\xf3\ \xa3\x93\xc9\xf4\xc3\xff\xfb\xbd\x6f\x7c\xf3\x7b\xdf\xfe\xea\xea\ \xca\x8a\xc3\x1f\x89\x84\x5c\x91\x53\x67\x5c\x1e\xbf\xcf\x1d\x5e\ \x5f\x8f\xae\x5d\x72\x7a\x81\x89\x8b\x7e\x3d\xba\x0c\x50\x15\x08\ \x86\x96\x22\xc1\x53\xab\x21\xbf\xd3\xb1\xf2\xd5\x20\x50\x57\xae\ \xd5\x10\x30\x85\x21\xbf\xc3\xb1\xba\x14\x72\xd9\x0b\x9f\xdd\x0e\ \xa7\x7b\xcd\xe3\xbd\x14\x76\x02\x99\xe5\xf3\xbb\xa2\x6e\x17\xb0\ \x87\x0e\x00\xb1\x70\x74\xcd\xb3\x06\x4c\xa2\xd3\x13\xf5\xda\x2c\ \x03\xee\xf0\x12\x78\xdd\xe3\xb1\x53\xd4\x00\xeb\xe8\xf7\x3c\x8d\ \x74\x7f\xda\x9e\xac\xb5\x5a\xf2\x6e\x01\x85\x8a\xa5\x1a\xb5\x55\ \x69\xbe\xfa\xf2\x3b\x3b\xad\xcd\xad\xcd\x77\xee\x14\xce\x3f\x7f\ \xfe\xa5\xe7\xff\xeb\xff\xf1\x5f\xdf\x6a\xde\xbc\x7c\xe1\xea\x95\ \xaf\x7d\xed\xc2\x8d\xdb\x39\xf9\xcd\x2c\x49\x32\x0c\xcb\x77\x28\ \x2b\x15\xe7\x0d\x09\x81\xa0\x3a\xc4\xdc\xcb\x08\xa2\xa5\x6b\x63\ \x2e\x6f\x25\xcb\x65\x58\x06\x52\x67\x3c\x8d\x51\xf1\xce\x76\x5e\ \x34\xba\x08\x91\xcf\xab\x86\xd2\x35\x48\x8e\x52\xa9\x9c\xd8\x43\ \x24\xc1\x44\xfa\x33\x34\xae\x75\x91\x2c\xca\xc3\x84\x9e\xe6\x78\ \x58\x13\x59\x1e\x95\x7b\x49\x46\x97\x24\x93\x1f\x1f\x18\x0b\x21\ \x0e\xf4\x04\x33\x9a\x92\xdd\x91\x6c\xcd\xf7\x0f\x4e\xe6\x46\xbc\ \x3b\x52\xac\xa1\x04\x25\xe5\x61\x8e\x22\x77\x2b\x68\xc2\xc4\x58\ \x99\x2e\x09\xf5\x46\x2e\x07\xc7\x72\xaa\x9c\x8d\xdf\xa5\xad\x38\ \x2b\xcb\x68\x0e\x4b\xa4\x19\x5e\x10\x35\x4d\x26\x49\x09\x56\x19\ \xe0\x34\xe9\x02\x4a\xd5\x29\x0c\x61\x7a\xd6\x9c\xa8\x37\x8b\x79\ \x94\x85\x18\xb1\x0b\xa3\x70\x8b\xb3\x34\xc6\x42\x63\xf5\x5c\xb2\ \x8c\x30\x5a\x4f\x89\x25\x73\xf9\x7a\x2d\x8d\x93\x8c\x6e\xf1\x99\ \x7a\x96\xab\x36\xca\x54\x96\x93\xc9\xb8\x25\xe3\x4c\xbb\x45\xd5\ \xb3\x9d\x6c\x23\x93\xcf\xa6\xd3\xf1\x1c\x9d\x86\x72\xd5\x2a\x95\ \x4a\x15\xcb\x9d\x1a\x03\x63\x38\xca\x30\xc5\xc6\x6e\xaa\x6d\x57\ \x6d\x6d\x95\x8b\xf9\x3b\x5b\xed\x66\xbb\xd9\x6c\x67\xb8\xcc\xc6\ \xe6\xce\xed\x5b\x5b\xf5\x5c\x0b\x5c\xf0\x02\x17\xa3\x12\x22\x29\ \xb2\x0c\x24\xb4\x6b\x10\x9c\xcc\x62\x08\x45\x62\x71\x72\xf8\x60\ \x32\x3e\xe8\x8b\x30\x9c\x54\x62\x10\x1c\x03\x67\xc1\x48\xb3\xe1\ \x5c\xee\x4d\xf6\xe7\x07\x9f\x3f\x98\x8e\xc7\x96\x69\x8c\xe6\xd3\ \x07\x73\xfb\x26\xe1\xa4\x3f\x39\x7c\x34\xd4\x0c\x73\x36\x78\x60\ \x5a\x8b\xe3\x93\xcf\x1e\x7e\xf4\xf9\x07\x13\x63\xf1\xe0\xe1\xe1\ \xe2\xe4\x6f\xde\xfd\xde\xf7\xde\x7d\x6f\xc9\x11\x09\xb9\xc3\x91\ \xd5\x40\x24\xb0\x14\x88\xd8\xc9\xf7\x1c\x6b\xce\xb0\xd3\x1d\x5d\ \xbf\x74\xc9\x15\x8e\x7a\xa3\xbe\x48\x24\xe2\xf2\xaf\xae\x04\x42\ \x11\x4f\xc8\x05\x8c\xdf\x69\x57\x28\xe0\x09\xad\x04\x1f\x4f\xcf\ \x87\x96\x7d\x8e\x80\xcf\x07\x74\x97\x3f\xe4\x73\x86\x80\xda\x72\ \x7a\xdd\x97\x7c\x0e\x9f\x6f\xcd\x17\x0e\x03\x51\xe5\x75\x7a\xc3\ \x51\xf0\x3f\x7c\x29\x0a\x7e\xb8\x42\xae\xb0\xdf\x6b\x6b\x2b\x4f\ \x38\xec\x73\x02\x39\xb7\xb6\xee\xf3\x79\x9f\xde\x25\x7c\xda\x9e\ \xac\xed\xb4\x72\xf7\x9a\x12\x16\xcb\x97\xdf\xbe\x99\xbe\x73\xf5\ \xed\x4c\x7b\xeb\xfa\x8d\xeb\xaf\x15\x76\x5e\x7c\xe5\x85\x17\x9e\ \xfd\x8b\xff\xed\xcf\xdf\xba\x7b\xf9\xa5\xab\x97\x2f\xbe\xfc\xca\ \x95\xcb\xd7\xf3\xec\x76\x83\xd0\x18\x4e\xe9\x95\x54\x3d\x85\x99\ \x83\x5e\x0c\x57\x38\x0e\xad\xd4\xba\xa4\xa2\x32\x42\x06\x23\x72\ \x6d\x0a\xcd\x32\x52\xcf\x3a\x86\x6b\xb5\x4a\x16\xd3\x0f\x05\xa1\ \xdb\xc8\x49\x03\xdd\x5c\xf0\x6c\x6c\x82\xc0\xc2\x90\xb7\xfa\x7c\ \xbc\x67\x30\x89\xc9\x98\xe7\x59\x36\x17\x1f\x25\xc4\xa9\x3a\x90\ \xd8\x09\xd9\xd7\xb3\x50\x4f\xee\x4e\xd4\xcf\xe6\xdd\x39\x14\x1b\ \xe9\x6c\x6c\x30\x46\x87\x87\xf2\x74\x78\x70\x3c\xee\x31\xc4\xbc\ \x1f\x57\x78\xa4\xda\x48\x74\x29\xa1\xdf\xa2\xbb\x18\x12\x27\xba\ \xb9\x3a\x57\x2c\x10\x31\x0e\xaf\x61\x14\xd7\xba\xdb\x42\x20\x51\ \x54\x98\x4c\x22\x47\x33\x43\x41\x55\x79\x1d\x63\xa0\x18\xe8\xdd\ \x88\x25\xd2\x1c\x8c\x71\x02\x99\x8e\xeb\x22\x5d\x2a\x57\x30\xa6\ \xab\xc7\x19\x05\x35\xf8\x7c\x4c\x22\x79\x21\xc9\x36\x4b\x9d\x9d\ \x64\x0c\x25\xba\x32\x9a\x6f\x16\x3a\x38\xcc\x10\x72\x97\xca\x54\ \xf1\x52\xab\x50\x8e\xb7\xf2\x72\x1e\x91\xe0\x2e\x51\x2e\x54\xeb\ \xad\x22\x5d\xcb\x6c\x25\xb3\x39\x56\xa0\xf3\x09\x9a\xae\xb5\x3a\ \xa5\x54\xbb\x55\x65\x99\x4e\x2c\x59\x2d\xd1\x8d\xbb\x9d\x4c\x25\ \x5d\xdc\xcb\xd0\x9d\x72\xbd\x58\xab\x6d\x95\x8b\xd5\x66\xad\x52\ \x2d\x57\xde\x4c\x55\xb2\xf9\x56\xb3\x50\xeb\x70\x31\x21\x86\x10\ \xa4\x00\xb1\x42\xa3\x95\x07\x27\x29\xe0\x49\x1c\x26\xf9\xe3\x47\ \xb3\x99\xa5\xcb\x78\x8c\xef\x12\x71\x1e\x47\x58\x41\x51\x8c\xd1\ \xd8\x92\xc5\xc1\xe4\xc1\xc9\xc0\x00\x5a\x6a\xac\xcd\x46\xd3\xa1\ \x09\x8c\xf4\xf4\x61\x77\x3c\x7b\x74\x74\x74\x68\x2c\x0e\x17\x47\ \xd6\x62\xba\x78\xb8\x38\xf9\xe8\x03\x0b\xe2\xf7\x0f\xa7\xc7\x3f\ \xfe\xc9\x0f\xbf\xfd\xde\x77\xce\x84\x3d\x6e\x40\x93\xa5\x15\xd7\ \x72\x28\x12\x0a\xb9\xec\x30\xce\x73\xd1\x35\xb7\xdf\xe9\x5c\x5f\ \x77\xaf\xad\x39\x9d\x9e\xc0\xea\x29\x97\x1b\x60\x2d\x78\x26\xe8\ \x73\x9d\x0e\x07\x22\x67\x96\x96\x23\x5f\x59\x8d\xac\x04\x03\x2b\ \xcb\x01\xa0\xaf\xc0\x1b\xed\xb9\x78\xbf\x0b\x70\x0a\x1c\x01\xa8\ \x30\x77\xd8\xe3\x03\x62\xcb\xe9\x01\x72\xeb\xd2\x1a\x38\xd2\x1a\ \xf0\x87\x6b\x51\x40\x31\x8f\x3f\x0c\x1e\xbd\x6e\xaf\x2f\x7c\x29\ \xec\x71\x01\xd9\xe5\xf4\x84\xdc\x4f\xe7\xb0\x9e\xb6\x27\x0c\x6b\ \x28\x6e\xbc\xd3\xc1\x68\xbc\x56\x29\x6c\x76\x76\xaf\x6e\x65\x76\ \xee\xdd\xda\xbd\xfd\x76\x3b\xf5\xd2\xf9\x8b\x5f\x7a\xfe\x4b\x7f\ \xf6\x5f\x6e\x6c\xbc\x66\x97\x4c\xbe\x7c\xe1\xc2\xe5\xeb\x0c\xf2\ \x76\x8d\x40\xa5\x18\xdf\xdf\x13\xd1\xed\xdc\xa1\xc0\xb3\x68\xa9\ \x02\x34\x4d\xcb\xd0\x15\x05\x8d\x67\x39\x3d\xbf\x45\x93\x09\xc5\ \x34\x35\xab\x8a\x26\x3a\xcd\xa4\x3e\xe6\x04\xb3\xd0\x20\x8c\xfe\ \x64\x41\x20\x64\x17\x8a\xa9\x9a\xde\x25\x50\x64\x62\xa5\xb1\xe1\ \xbe\x00\xc9\xbd\x16\x36\xa8\x13\x26\xac\x8d\xac\xa1\xa0\xe9\x71\ \x43\x87\x08\x6b\x76\x64\x4e\x3e\x25\x31\x89\xa0\x7a\xfd\x6e\x52\ \xdb\x27\x0e\x07\x8b\xe3\x81\x62\xa8\xc3\x39\x2a\xb1\xc9\x06\xc7\ \xb1\x0d\x51\xcd\x53\xbd\x78\x2e\x29\xca\x39\xba\xb6\x59\x57\x35\ \x8c\x48\x36\x80\x07\xdb\x82\x61\x51\xed\x12\x5d\x2a\x46\x95\xba\ \x43\x41\x52\x08\x06\x46\x5a\x49\x45\xe4\x07\x82\x9c\xc8\x97\x3b\ \xd9\x1e\x8b\x33\x6c\x17\x6b\x17\x4b\x10\x8e\x48\xac\x42\x22\xba\ \x40\xe9\x4c\x12\x66\x29\x08\xc8\xa5\x7a\x03\x06\x54\x54\xe3\x74\ \x25\xd5\x49\xa0\x88\xaa\xc3\xa5\x62\x3a\x5e\xad\xef\xc1\x89\x66\ \x1a\x4d\x12\x78\x52\x47\x0b\x5c\x1d\x6b\x6d\xd4\xf2\xe5\x56\xad\ \x91\xe6\xaa\x1d\xae\xb8\x57\xa9\x94\x81\xdd\xe3\x36\x4a\xf1\x64\ \xbd\x91\xe5\x3a\xe9\x72\xb3\x5e\xad\xe5\x9a\x85\x4c\xbe\xd9\x6a\ \x56\x9b\x9d\xad\x22\x5d\xda\x2c\x97\x8b\xc5\xc2\xcd\xd4\x26\xdd\ \x28\x54\x3b\x99\x62\x23\x0e\x49\x32\x8a\x00\xf9\xc9\x83\x1e\x70\ \x38\x81\xd7\x72\x04\xc9\xa0\x93\x47\x27\x47\xfb\x7a\x82\x42\x49\ \x45\x94\x45\x0c\x45\xa5\xb1\x41\xf6\xf4\x9e\x44\x0c\x66\xa3\x93\ \x99\x39\x9d\x0d\x2d\xa3\xaf\x1f\xce\xb4\xee\x68\xb6\x7f\x34\x32\ \xe7\x0b\x6b\x36\x3e\x58\x9c\x1c\xe8\xc3\xcf\xe6\x27\x9f\x7f\xf4\ \xc1\x83\xc5\x84\xed\xcd\xa6\x0f\x3e\xfa\xee\xfd\x9f\xdc\xff\xde\ \x37\x57\x43\x21\x9f\x17\x90\xc6\xb5\xb2\xe4\x00\xfe\xce\xeb\xf5\ \x86\x9c\x97\x80\x67\xf3\xf9\x7c\x61\xb7\xf7\x5c\x38\xea\x0e\x00\ \x54\xb9\x02\x8e\xa0\x1f\x40\xca\x15\x5a\xf1\x85\x96\x4e\x03\x37\ \x08\x3c\xe2\xd2\xca\x6a\x60\x39\xe8\x07\xca\xca\x11\x01\x1e\xd0\ \x61\xdf\x2d\x0c\xb8\x9c\x1e\x87\xc7\xef\xf2\xfa\x7d\x2e\x9f\xd3\ \xe1\xf1\xae\x7b\xd7\xed\xc9\x2a\xe7\x5a\xd8\xed\xf6\x83\x1e\xfc\ \xd1\xb0\xdf\x1f\x06\x88\xf4\xda\xd6\x11\x74\x17\x76\x44\x96\x5d\ \x4f\x2d\xe1\xd3\xf6\x84\x93\xee\x95\xed\x7b\x1b\x25\x18\xcf\xb6\ \x8b\x77\x1a\x95\x37\x36\x8a\x95\xe6\xf6\xe6\xe6\x8d\xd4\xd6\xcb\ \x2f\x9f\xff\xd2\x0b\x7f\xf6\xcc\x9f\xbd\xd1\xba\x79\xf5\xd5\x2b\ \x97\x2f\xbf\xf5\xf2\xb5\x56\x4f\xd8\xcc\x12\x9a\xc9\x90\x46\x32\ \xc6\xef\x96\x8e\x18\x81\x81\xb0\x26\x3f\xb9\x59\x95\xba\x13\x34\ \x81\x97\xa9\x7e\x7d\xb3\x54\xe2\xd8\x71\x0f\x26\xe3\x3c\x4a\xd5\ \x4a\x07\x03\xd4\x94\x1a\xcc\xa0\x7f\xb2\x30\xb5\x64\x17\xe1\x78\ \x88\x31\x59\x30\x0a\x05\x0d\x8e\xb3\x28\x54\x42\xf0\x6c\x5c\xcb\ \xd7\xb6\x33\xc8\x68\x36\x94\x47\x7d\x7c\xa4\xc5\xf8\xe1\xec\x58\ \x1b\x0c\xe1\xc4\x10\xee\xf4\x27\x13\x55\x1d\xf4\x8c\xfe\xc1\xf0\ \x68\xa4\x21\xc3\x09\x21\x5b\x69\x0e\xcb\xa7\x81\x71\x2b\xa4\x91\ \x2c\x9d\x1c\xc8\x58\xb2\xbc\x25\x75\x49\x94\xe7\xe0\x6a\x33\x59\ \xd5\x18\x46\x93\x2c\x82\x93\x13\x09\xc3\x12\x45\x51\x4b\x90\x22\ \x8d\xe9\xba\x24\xc4\x48\x14\x06\xde\x91\x25\x50\xb5\x87\xe4\xf2\ \x79\x48\x8e\xb1\xf1\xa4\xd4\xcd\x4d\x18\xa1\x8b\x28\x7a\x3c\xc1\ \xd5\xb8\x5a\xa6\x5d\x6f\xe0\x70\xba\x91\xab\x6e\xed\x54\xee\x14\ \xb8\xc2\x56\xb3\x91\xc6\xb6\x5a\xf9\xb8\x88\xa0\x18\xcc\x27\x19\ \x1e\xea\x60\x89\x6a\x67\xaf\x5c\xca\x96\x77\x8b\xd5\xca\xde\x5e\ \x29\x5d\xd9\xb4\xf3\xf2\xc5\x12\x85\x22\x47\x35\xa8\x12\xd6\x49\ \x57\x53\x74\xbd\x44\xd5\xca\x8d\x5a\xba\x5d\xa8\x52\x7b\xed\x62\ \xa5\x54\xeb\x74\x3a\xc5\xed\x8d\x4c\xa6\xda\x06\xfd\x34\x69\x28\ \x09\x33\x31\x58\x20\xd8\x04\xd2\xaa\x26\x38\x32\x8b\x73\x2d\x18\ \x97\xcc\x87\x8f\x3e\x5c\x1c\x4b\x28\x47\x2a\x28\x82\xc1\xb9\x24\ \x43\x28\x83\xde\xa1\xc6\xea\xd6\x7c\x7e\xf0\x60\x6a\x8e\x0e\xc6\ \x47\xd6\x6c\xa2\x4d\xed\xda\x17\xa3\x85\xd9\x1b\x1f\x0e\x27\x47\ \x47\x9f\x3d\xe8\x4d\xa7\x47\x07\x87\x3f\xff\xe0\xf3\x93\xe9\xc0\ \x38\x18\x9f\xfc\xe4\xbb\xaf\x7f\xef\x6f\x7e\xf0\xcd\xaf\xac\x86\ \xfc\x8e\xd0\x57\x42\x6b\xe1\xa5\xa5\x90\xcf\x17\xf1\xb8\x7d\x0e\ \x5b\x0c\xad\xad\xfd\x95\x17\x80\xe5\xdc\xd7\xa3\xfe\x40\x64\x65\ \x29\x04\x60\xe4\x5b\x5e\x76\xf8\x23\x67\xfc\x91\xd5\x88\x2b\x08\ \xd4\x55\x64\xc9\xe7\x8a\xb8\x02\xf6\x02\x66\x5f\x24\xe4\xf2\x04\ \x56\xdc\x5e\x87\xc3\xef\x09\x78\x1d\x3e\x40\x23\xaf\xd7\x0d\x1e\ \x3c\x5f\xbf\x14\xb6\x4b\x4e\x78\xd6\xd6\xc3\x2e\x77\xf4\x12\xb0\ \x8b\xeb\x1e\xbf\x2f\xec\xf4\x78\x81\x8a\xf3\xbb\x5c\xde\xa8\xcb\ \xe5\x73\x3f\xb5\x84\x4f\xdb\x93\xb5\x6a\x66\xf3\x7a\x53\x57\xe2\ \x58\xfe\xe6\xdd\x46\xf3\xb5\xdb\x9d\x3b\x9b\x95\xcc\xf6\xad\xcc\ \xe6\x73\xcf\xbf\xf0\xc2\xc5\x67\x9e\xfd\xe2\xdb\x3b\xaf\xbd\xfc\ \xea\xc5\x57\xaf\x5d\x7e\xf9\xea\x36\x9b\xbb\x5b\x4b\x62\xac\xc8\ \x92\x08\x81\x6e\x51\x2a\xd3\x45\x20\xb2\x36\x9c\xdd\x6b\xc6\xf4\ \x09\x41\x15\x77\xb2\x6c\xad\x99\x2b\x32\x22\x4b\xc8\x66\x92\x24\ \x6b\x0d\xb6\xa7\xa2\x5d\x21\x8f\x18\x03\x73\x3c\x14\x13\xa6\x9c\ \x93\x87\x84\x8a\x18\x46\x5c\x1c\xe6\xe8\xea\x9b\x3b\x35\x22\x5e\ \x32\xd4\xf4\xad\x57\xb7\xd2\x92\x32\xee\x29\x12\xa5\x2b\x69\x68\ \x30\x3c\x54\x47\x7a\x1e\x12\xdb\x75\xe5\x70\x31\xb4\x34\x82\x18\ \x1d\xec\x9f\x7c\x36\x92\x26\x1a\x64\x8a\x25\x1c\x42\xb8\xa2\x4a\ \xec\xc5\xd1\x1c\x2c\x0d\xe2\x45\xa6\x51\x48\x68\x09\x43\x2c\xd5\ \xf2\xb9\xf2\x1e\xab\x98\xa2\xc4\x23\x71\xa3\x96\xb0\xba\x90\x6a\ \x1a\x98\xa4\x70\x84\xa9\xf5\x54\x00\x24\x96\x2f\xd4\x11\xc5\xec\ \xa2\x78\x8e\x2b\x41\x82\x26\x43\xfa\x84\x53\x0e\xd2\xa8\x25\xa8\ \x0a\x2f\xb7\x73\x48\x79\x67\x6b\x73\x6f\x23\xb5\xd1\xce\xef\xde\ \xba\x7b\xf7\xf6\xdd\x9b\xb7\x6e\xa7\x93\x54\xac\xd0\x48\xa4\x13\ \xc9\x7c\x1e\xe6\x19\x8e\xcc\x65\xab\x95\x46\x19\x48\xa8\x74\xae\ \x9c\x2b\xe6\xb3\xf9\x44\x76\x67\xbb\xdd\xd8\xad\x72\xd9\x26\x86\ \xd5\xf6\x8a\x5c\xc9\x4e\xcd\x50\xca\x64\x30\x0c\x30\x35\x9d\xab\ \x97\xb3\x2d\x1a\x6f\xb7\x6b\xcd\x72\xb3\x7c\xfb\x56\xb3\xd9\x6a\ \xd7\xaa\xc5\x4e\x09\x49\xb3\x04\x92\x86\x90\x5e\x36\x57\x6b\xa6\ \xd3\x3c\x0f\x73\x59\xb4\x84\x6a\xf3\xe3\xd9\x58\x45\x90\x38\x8a\ \x0a\xe9\x4e\x2c\x9f\x44\x95\xb1\x62\x18\x1a\xcb\x08\xc3\xde\xe4\ \xd3\x4f\x07\x07\x8b\xb1\x29\x8d\xfa\xe3\x99\x31\x9f\x8c\xf7\xf7\ \x07\xe3\x09\x78\xd8\x97\xf6\x07\xa3\xc9\x74\xb6\xff\xf9\x47\x3f\ \xff\xec\xd1\x81\x45\x76\xa7\x1f\xdd\xff\xee\xbb\x3f\xf8\xcb\xaf\ \x04\x22\x81\x40\x70\xe9\xcc\xca\x4a\x20\xb0\x1a\x74\xd9\xc5\x50\ \x3d\xee\x35\x6f\x28\xe0\x5c\x8f\x7e\x1d\x90\x0b\xb8\xb6\xb0\x7f\ \xc5\x8e\xbd\x02\xea\x28\xb4\xe4\xf2\x03\xd1\xb4\x14\x58\x3a\xb3\ \xb4\xb2\xb4\x14\x39\x7d\x66\x69\x69\x35\x18\xf2\x03\x5b\x18\x0c\ \x38\x03\x1e\x87\xbd\x10\xda\x6f\xaf\x8a\xb6\x45\x17\x80\x90\xc7\ \xe7\x73\x46\xc3\xd1\x75\xa0\xa6\xd6\x3c\xe1\x75\x7b\x32\x3f\x6a\ \x9b\x44\x27\xe0\x9a\xcb\x8e\x7f\x07\x52\x2c\x14\x00\x7b\xbb\x1c\ \x4f\x8b\x50\x3c\x6d\x4f\x38\xe9\x9e\xeb\xbc\xb5\x23\x28\x8d\x5c\ \xa9\x70\xad\x93\xbd\xf6\xe6\xce\xf6\x56\xb3\x90\xba\xde\xd9\x7a\ \xfe\xf9\xe7\x5f\x78\xfe\xd9\x2f\x3e\xf3\xf6\x8d\xf3\x57\x2e\x3f\ \x7f\xe1\xe5\xab\x2f\x5f\xdc\x20\xe8\xdb\x12\x4f\x0a\x10\x99\xab\ \x75\x63\x19\x9d\xd0\x15\x18\x4a\x50\xca\x38\x53\x8f\x25\xd4\x01\ \x4b\x34\xf1\x5e\xa3\x9e\xe8\x4b\x3d\x99\xe5\xd5\x04\x9f\xa3\x60\ \x56\x17\x61\x49\x29\xc3\xea\xe4\x90\x57\x10\x6d\x6a\x16\x15\x43\ \x27\x18\x4b\xe7\x0d\xb3\x9a\x2c\xbc\x79\xb7\x2a\xc1\x4d\xa1\x5b\ \xbb\xfe\x76\xa6\x2d\xe8\xc7\xbc\xa8\x64\x75\xb6\x9d\x9b\xf5\x79\ \xe8\x78\x9c\x4e\xa7\xb7\x9a\xfa\xc9\x03\x6d\xaa\x30\xbd\xe1\x87\ \xd3\x47\x0f\xbb\xec\x48\x13\xd4\x18\x21\x52\x24\x5e\x1c\x93\x29\ \x38\xd9\x61\xf5\x19\x44\xe9\xa5\xa2\xae\xc9\x7a\xac\x44\xa7\x63\ \x7b\x09\x41\x90\xd1\x78\x8f\xe4\xf9\x24\x27\xa9\xbd\xfd\x19\x4b\ \xa2\x4c\x56\x1a\xc9\x3d\x53\x80\x60\x16\x2e\x09\xc2\x70\xac\xf4\ \x59\x9a\xaa\xe7\x74\x5d\xd5\x25\x19\x23\x19\x18\x36\xfb\x2c\x17\ \xd3\x77\x60\x68\xeb\xed\x9b\xa9\xc2\xc6\xed\xed\x2d\xae\x79\x6f\ \x37\xd3\x69\xde\xd9\xae\xd2\x35\x21\x57\x4c\x24\x60\xa8\xd4\x68\ \x20\x28\x0e\xc7\xe8\x72\x49\xe1\xb6\xb6\x9b\x7b\x54\xb6\xdc\x66\ \xa9\x72\x03\x29\x97\xab\xc5\xf2\x6e\xab\xde\xae\x72\x78\xbe\xd3\ \xca\xc5\xe9\x5a\xa7\xbe\xbb\x9b\x6f\xb6\xcb\x09\x0a\xce\xd5\x4b\ \xd5\x0e\x06\xd7\xab\xad\x8d\x56\x79\xfb\xfa\x46\xbb\xd3\xda\x2d\ \xb5\x9b\x9d\x7c\xae\x86\xa1\x6c\x96\x61\xe2\x2c\x9e\x2e\xb3\x10\ \x78\x6c\x80\x67\x80\xff\x8b\x43\x29\xc6\xa1\x64\x9c\x8b\xc1\x50\ \x2c\x8e\x0b\xbc\xa9\x0f\x7b\xba\xd4\x95\x07\x93\xc1\xe2\x51\xaf\ \x67\x9a\x53\x5d\xeb\xcd\x86\xd3\xa3\xc5\x64\x31\x1b\x8c\xcd\xe1\ \x7c\xb2\x18\x0c\xec\xe4\xf2\xc7\x9f\x7d\xfe\xf1\x07\x0f\x1e\xce\ \xba\x71\xeb\xef\xdf\xfd\xfe\xdf\xbc\xf7\xcd\xa0\xc3\xb7\xea\xf7\ \x06\xbe\x72\x76\xc5\x26\x8f\xcb\x17\xb0\x83\xa5\xdc\xce\xb0\xdf\ \xe6\x96\xd7\xeb\x73\x7b\xd7\xed\x04\xa1\x11\xe0\x06\x23\x4e\x7f\ \xc4\xeb\x0e\x04\x9d\xc1\x55\xd7\xa9\xaf\x7e\x75\xc9\xbf\xba\x74\ \x16\xd8\xc2\xd5\x48\xc8\x6b\xe7\x79\xf7\xfb\x81\x6c\x72\xf9\x81\ \x79\xb4\x97\xf5\xf8\xec\x05\x85\x00\x48\xf6\xba\x1b\xa7\xd3\xe9\ \x8e\x9e\xf3\x3e\x36\x86\x00\x7f\x4e\xc0\x31\xef\x9a\xd7\xe3\xf5\ \x79\x2f\xd9\xf3\x5c\x3e\x9f\x2b\xb8\x14\xf0\x3c\x5d\x4b\xf8\xb4\ \x3d\x59\x6b\xd2\xed\x37\x0b\x09\x96\x4a\xd7\x6a\xd7\xf3\xd5\x6b\ \x7b\xb5\x46\xaa\x59\x78\xfb\x46\x61\xe7\xa5\x57\x5e\x79\xe1\x99\ \x17\xbe\xf8\x5f\x5f\xf9\xda\xd5\x6b\x2f\x3e\xff\xca\xe5\x2b\x17\ \xde\x6c\x4b\xf8\x76\x77\x61\x0d\x93\x69\xa8\x80\x52\xbb\xe3\xa9\ \xc2\xe5\x99\x56\x8d\xe1\xaf\x57\x61\x9c\x4f\xa0\xe9\xaa\x72\xd8\ \x2c\xc7\x06\x03\x43\xce\x0d\xba\x0d\x28\x5b\xef\x74\x65\x1c\x53\ \xd9\x32\xb9\x3f\x92\x34\x0b\x27\xa6\x44\x4d\x1b\x68\x96\x25\x8b\ \xea\xa2\x8b\xe3\x5b\xb7\xee\x16\x55\x32\x37\xc4\x32\x3b\xf7\x28\ \x68\x78\x32\x45\x07\x5a\x42\x53\xb3\x75\x61\x14\x57\x66\x7c\x1b\ \x65\xca\xe9\xc5\x43\xa2\xf7\x40\xd5\xf4\xc1\xe4\xe8\xc3\x7d\x49\ \x39\x20\x58\x0b\xc1\xd3\x31\x43\xc0\x99\x74\x59\x41\x81\xe0\xe9\ \xc7\x90\xa3\x34\x86\x20\xe6\x00\x86\xb3\x30\x5e\xc7\x04\x9e\x97\ \x54\x93\x64\x54\x2c\x26\x8d\xf4\xae\xc2\xe5\x44\x86\xeb\x4b\xe6\ \x64\xcc\x22\x68\xac\x88\x8d\xf4\x98\xd8\x37\x63\x74\x9c\x92\xfa\ \x88\x34\x26\x49\x2c\x8e\x52\xe8\x58\x27\x49\x1e\xcf\xc4\xf0\x54\ \x66\x6b\x77\x7b\x67\xaf\xd1\x6c\x64\x36\xee\x6d\xd5\x76\x2b\xe5\ \x76\x2d\xc7\x97\x2a\xc0\xe7\xd5\x12\x39\x18\xc3\x11\x22\x9d\xe0\ \x72\x2c\x5a\x2d\xd6\x53\xed\x42\x96\x02\x06\xb1\x46\x35\x3a\x9d\ \x56\xbb\xd5\x68\xd7\xf3\xf5\x74\xb6\x5e\xe7\x6a\xd9\xfc\x4e\xbe\ \xbc\x53\x01\x82\x35\x55\xca\x16\xe3\xf9\x54\x91\xcb\x53\xd5\x4a\ \xb5\x59\xdd\xbe\xb5\x57\x68\xed\x55\x3a\xe5\x26\x94\x4e\x27\x21\ \x42\x80\x92\x6c\x2c\x0f\x03\x2a\x32\x5c\x0e\xe3\xd2\x02\x6f\xc9\ \xa3\xc5\x2c\x06\x91\x3a\x11\x27\x59\x32\x9e\xa0\x04\xa5\xdf\xef\ \x4e\x15\xb5\x8b\x5a\xe6\xf4\xf8\xe7\x1f\xf6\x2c\x6b\x6c\x98\x03\ \x6b\xd4\x9b\x0e\x66\xd3\xf9\x60\x6a\x8e\xf7\x7b\xfd\xd1\xd0\x9a\ \x2f\x16\xe3\x83\x8f\x3e\x3e\xf9\x7c\xff\x68\x24\x0e\x7e\xfa\xa3\ \xf7\xde\xfb\xce\xd9\x88\xcb\xe3\x0f\x2e\x45\x4e\x2d\x2f\x9f\x5e\ \x76\xb8\xbd\x01\xbf\x3d\x15\xbe\xb6\xe6\x01\xd4\x72\xba\xbd\x6b\ \x40\x0d\x45\xd7\xd7\x9c\x7e\x57\xe0\x74\xd0\xe1\xf6\xac\x9e\xf2\ \xb8\xfd\x81\x40\xc0\x17\x59\x5d\x3d\x13\x5c\x8e\x44\x1c\xae\xa5\ \x50\x68\x19\x1c\xc4\xe1\x08\x04\x57\x7d\x9e\x60\xc4\xe5\x70\x45\ \x42\x0e\xaf\x33\x0c\xa8\xe5\xf5\x84\xed\x38\xf7\x90\x5d\x7f\x70\ \xed\xd2\x1a\xe0\x56\x38\xea\x74\x44\x1d\x7e\xdf\xba\x9d\x8b\x06\ \x74\x15\x8d\x3a\x7d\xb6\xd3\xf4\xbb\x42\x4f\x81\xf5\xb4\x3d\x29\ \xb0\xda\xd5\x5b\x45\x32\x17\x4b\xb0\xa5\x77\x6a\xed\xcb\xb7\x6a\ \xc5\x9b\x9b\x3b\x6f\xbe\xd9\xbe\xf9\xd2\x4b\x2f\x3d\xf3\xc5\x67\ \x9f\x7b\xf6\xea\xf5\xab\x57\xce\x5f\xb8\xf0\xea\xd5\x8b\x37\x6a\ \x23\xe1\x4e\xac\xb7\x18\xf3\x70\xae\xa4\xe3\xdb\xe2\x18\x21\xb4\ \x44\x2a\xa7\x08\xb7\xe8\x18\xab\xc5\xf9\x7c\x3d\x8e\x6c\xb6\x62\ \xd6\xa0\x6f\x11\x53\x35\x89\x33\xcd\x8e\xaa\x90\x62\x9c\xe2\xe2\ \xe0\x95\xc9\x9c\x88\x8f\x90\xb4\x3a\x56\xbb\xba\x49\x11\x33\x03\ \x27\xeb\x37\x77\xa0\x81\x8c\x4e\xb0\x72\x27\x87\x6b\x23\x4d\x87\ \x54\xb1\x61\x58\x5c\x21\xcd\x08\x22\xcf\x71\xaa\x0a\xf7\x17\x16\ \xd3\x7f\x30\x50\xad\xa3\xc5\xd1\xf4\xa1\xa4\x1e\xf5\xba\x32\x5d\ \xa2\x29\x04\x43\x8d\x0a\xad\x72\x54\x57\xe5\x31\x04\xcd\x77\xb1\ \xee\x48\xcd\xe5\x69\x0a\x6a\x27\x63\x8c\xde\x1b\x58\x49\x1c\x4f\ \xb3\xda\x90\x07\x83\x3c\x61\x92\x54\x4f\xd3\x46\x52\x0f\x47\x12\ \x79\x71\xaa\x59\xaa\x26\x31\xb1\x7c\x53\x18\x8a\xba\x3c\x54\x51\ \x53\xc9\xa2\xbc\xc8\x4b\x7c\xb6\x11\x4b\xb4\xef\xee\xec\xee\x6e\ \xa7\xca\x1b\xd5\xd6\xed\x77\xee\x54\x76\xee\x34\xf7\x80\x6a\x4a\ \xd6\xca\xcd\x6a\x8d\xc2\xf1\x24\x24\x1a\x4c\x36\xd1\x68\x24\x3a\ \x42\xa3\xd4\xa6\xe3\x71\x38\xdd\xc8\xa7\x3b\x1d\x3a\x9f\xd9\xeb\ \x50\xcd\x0e\x4c\x73\xcd\xdd\x8d\x42\xba\x59\xc0\x3a\xbb\xe5\x3c\ \xdd\x68\x15\xab\x9d\x12\x9d\xa2\x48\x1a\xee\x34\x0b\x9d\xca\xdd\ \xbb\x9b\x9d\x46\xaa\x50\xcc\xd4\x70\xaa\x5c\x8a\xc5\x98\x34\x0e\ \x01\xe7\x98\xc7\x44\x2c\x99\xe0\x8a\x59\x92\x30\x4c\x6b\x24\xc6\ \x79\x52\x21\x11\x14\xe2\xb2\xb9\xa4\x61\x59\x43\x5d\x36\x55\x7d\ \x68\x0c\xb5\xc5\xe7\xc7\xf3\xc1\x60\x34\xec\xaa\x63\xe0\xb4\x27\ \x87\xfb\x73\xeb\xc4\xec\x4d\x8f\x2d\x7d\xb0\x7f\x7c\x78\x30\xfb\ \xf0\xa3\x8f\x3e\xff\xf4\x41\x5f\xdd\xff\xe0\xfb\xdf\x7f\xef\x07\ \xa7\x42\x3e\x47\x70\x69\xf5\xd4\xf2\x4a\x30\xb2\x14\xb4\x43\xce\ \x9d\x6b\x00\x2a\x51\x60\xdd\x00\xa7\xa2\x6b\xd1\x68\xd8\xeb\xf4\ \x3a\xd7\x1c\xa7\xfc\x76\x1d\xfa\x53\x7f\xb9\x6c\x97\x9a\x00\x22\ \x2c\x14\x0a\x9e\x3e\x7d\x6a\x39\xe2\xf0\x9f\xf6\x2d\x9d\x5a\x72\ \x85\x96\x80\x5b\x0c\x04\xec\xca\xf5\x0e\x5b\x59\x39\xdd\x7e\xa7\ \xcf\x13\xf6\x3b\xdc\x76\xc9\x9c\xb0\xfb\xbf\x81\xa3\xd9\x05\xea\ \xbd\xde\x35\x9f\xdb\x1f\x76\x02\x6e\x01\x9a\x01\x3c\x82\x9f\x3e\ \xa0\xe9\xdc\x76\x48\xd6\xd3\x11\xf7\xb4\x3d\x51\xab\x67\x6e\x6e\ \x50\x4c\xa2\x43\xe3\xf9\xed\x62\xfb\xd5\x1b\x1b\x95\x9b\x5b\x5b\ \xf7\x6e\xb6\xde\x79\xee\xe5\x97\x5e\x78\xe1\x99\x2f\x3e\xff\xf6\ \xc6\x1b\xf6\x9c\xfb\x85\x37\x2f\x5c\x03\x03\x6a\x0f\x41\xba\x88\ \x68\xc6\x6a\x53\x2a\x25\x4a\x3a\x61\xe5\xea\xdc\xcc\xaa\xc4\x63\ \x71\x82\xe1\x8a\xb4\x82\xdd\xd8\x14\xf7\x87\x8b\x23\xf3\x51\x2f\ \xd1\xd5\x21\x5e\x94\xbb\x02\xd4\xa8\x20\xb2\x38\xfc\xf4\x50\x8c\ \x1b\x44\xbd\xc7\xc6\x06\xbd\xfd\xbe\x3e\x53\x28\x93\x6e\xb6\xc4\ \x59\x22\xdd\xe3\xca\xe9\x18\x3e\x39\x52\x48\x6d\x86\xc7\x34\xa9\ \x71\x8f\x4b\x40\xe6\x1c\x81\x26\xa3\xc9\xac\x0b\xc6\xee\x43\x93\ \x99\x7d\x68\xf5\xad\x45\x0f\x52\x2c\x53\x86\xd3\x58\x22\xdd\x82\ \x95\x4e\x7e\xc6\x40\x48\x17\x00\xab\x94\x67\xb5\xee\xd1\x90\xe0\ \xa9\x38\x5c\x84\x58\x4d\xb7\xf4\x74\x55\xcc\x27\x24\x41\x35\x74\ \x23\xc6\x28\x70\x5c\x1c\x5b\x9a\xa8\xa1\x0c\x96\xb6\x53\xb9\xa0\ \xbc\x24\xc4\x81\xb0\xd1\xb4\x1e\x3f\xec\xa6\x11\x88\xe8\xc9\x31\ \x44\x60\x4b\xcd\x6c\xb5\xd9\x4a\x65\x36\x6e\xdf\x4d\x75\xca\xe5\ \xb7\xef\xdd\xd9\xd9\xbb\xbb\xd3\x06\x82\xa9\x85\xd5\x32\x10\x6d\ \x27\x18\x64\x10\x1e\x4f\xe0\xa5\x2a\xdd\xc6\xa1\x7c\xb1\x96\x6e\ \xd3\xa5\x12\x55\xac\x35\xeb\xd9\x32\x30\x83\x99\x0c\x96\xdf\xdc\ \xed\x94\x6a\x8d\x66\x0e\x29\xd7\x13\x76\x39\x9f\x7c\xb5\x48\x75\ \x72\x18\x55\x6b\xa5\xb6\xea\xbb\xf5\x0c\xc0\x61\x6b\x73\xa3\xb3\ \x91\x8f\x53\x50\x0c\x17\x18\x1a\x4f\x53\xed\x18\x97\x87\xf0\x04\ \x55\xa2\x63\x9a\xa2\x28\xd3\x63\x91\x60\x51\x04\x62\x12\x30\x96\ \x44\x78\xfb\x96\xa0\x62\x0d\x8c\xbe\xa6\xcc\x8c\xf9\xe7\xf3\x89\ \xd5\xeb\x4f\xb4\xfe\xa8\x3f\x38\x9c\x1e\x9e\x4c\xe4\xfd\xc9\x04\ \xe8\xac\xd9\x78\x3a\x39\x98\x1f\x7e\xfa\x3f\x3f\xf8\xf9\x47\x1f\ \x5a\xe3\x0f\x7f\x70\xff\xfe\x5f\x7e\x23\xb2\x64\xa7\x64\x3f\x7b\ \x2a\x02\x78\xb5\x1a\x00\x7a\xc9\x11\x76\x3b\x9c\xe7\x6c\x46\x79\ \x9d\x97\x9c\x51\xf7\x7a\xd8\x4e\xc6\x1e\xf6\xb8\x02\x4b\xc1\xb3\ \x5f\x39\x1d\xb1\x33\xc9\xb8\xfc\x81\xd5\xe0\xd2\xca\xd2\x69\xd7\ \xca\xe9\x50\xc8\xbe\x55\xe8\x5b\x72\x05\x82\xbe\x80\x2b\x10\x70\ \x38\x22\x7e\xb7\x07\x78\x43\xb7\x0b\x08\x28\xfb\xb6\x61\xd4\xef\ \x5d\x5b\xf7\x01\x5e\x01\x67\xe8\x71\xba\xdd\xce\xe8\x7a\xd8\x19\ \xf6\x38\x3d\x1e\xff\xba\xd7\x11\x02\xaa\xce\xe1\x3d\xb7\x6e\x27\ \xf8\x7b\x0a\xac\xa7\xed\xc9\x1a\xc6\xef\x55\x50\x36\x97\x20\xd9\ \x52\xad\x74\xe7\x8d\xbd\x9d\xe6\xe6\x6e\x65\xf3\x5e\xe6\xf6\xab\ \x17\xaf\xbe\xf8\xd2\x0b\xcf\xfc\xd9\x1b\x77\x6f\xdc\xbd\x75\xe5\ \x6b\x57\xae\x5c\xb8\x52\x35\xf0\x3a\x11\xe3\xb1\xbe\x9e\x4c\xce\ \xf3\x65\x66\x22\x29\x2a\x4e\xa3\xfb\x54\x0a\x16\x49\x1c\x17\x73\ \x6d\x8b\xd8\xcb\xd0\xe6\xd4\xd4\x90\x43\x25\xaf\x1f\x0d\x44\x66\ \x2a\x53\xa3\x5c\x5d\xd6\x26\x47\xfd\x71\x16\xb7\xac\x12\xaf\xf6\ \xfb\x8b\xe3\xfe\xe0\x84\x48\x18\xa5\x16\xa2\x0f\x31\xd8\xc4\x62\ \x9a\x60\x2c\x8e\x66\x54\xb7\x87\xa8\x07\xfd\x5c\x51\x43\xc5\xe9\ \x5c\x16\x86\x96\x39\xeb\x0d\xf8\xf9\x07\xa2\x39\x1b\x98\xca\xf8\ \x64\xac\x4f\x65\x59\xeb\xb1\x58\x02\x6e\x43\x64\x07\xe9\x4b\x82\ \x28\xf2\x98\x82\x25\x09\x42\xb7\x4c\x5d\xad\x26\x73\xb4\x00\x34\ \x9c\x4a\x64\x8b\xbc\xa0\x68\xdd\xb8\x3e\x18\x12\x84\xc2\x31\x53\ \x73\x28\xc0\x12\x49\x65\x91\x84\x64\xc6\xd1\x41\x5f\x80\x50\x0a\ \x13\x55\x9e\xd4\x08\xac\x17\x07\xe8\x32\x74\x89\xe5\x8a\x10\x5e\ \x6e\xd3\xdb\x1b\xdb\x9b\xa9\x66\x2d\x73\x7d\xab\x99\x6f\x6f\xb5\ \x73\xad\x12\x5d\xe6\x8a\x5b\x54\x82\x46\xe9\x38\x02\x27\x6a\xf5\ \x4c\xb9\x53\xc2\xe1\x58\xa3\x5a\xee\xd4\x1b\x8d\x36\x97\x6f\xd6\ \xeb\x85\x54\x96\x2a\x54\x6a\xd9\xdc\xc6\x76\x36\x9b\x2b\xdd\x69\ \xc1\xa9\x4c\x6d\x33\x93\x2c\xa5\x5b\x74\xab\xc2\x71\x5c\x32\x5f\ \xcf\x00\xdf\xd8\x7c\xe7\xce\x6e\xb1\xb0\xd1\x4c\x51\x10\x9a\xa0\ \xe2\x49\x2e\x89\x35\xaa\x79\x28\x9e\xa4\x19\x28\x4e\xa1\x84\x2a\ \x10\xfc\x74\x64\x20\x24\xcf\x52\xf1\x78\x1c\x21\x24\xb3\xd7\xd3\ \x80\xa7\x16\xad\xc9\xd0\xec\xf6\xc6\x9f\x7f\x3a\x18\xf4\x7a\x7a\ \x57\x98\xf6\xe7\xe3\x51\x7f\x62\x59\x47\xe6\xf1\x7c\x3a\x02\xbe\ \xf0\xe0\xc1\xe1\xe1\x87\x1f\x7c\xf4\xf3\x07\xd3\xfe\xc7\x3f\xfe\ \xce\xf7\x7f\xf0\xee\xd9\xd0\x72\xd0\xe5\x76\x2c\x9d\x59\x5a\x5a\ \x0a\x06\x1d\x3e\x67\xd8\x0d\xa8\xe2\x75\x02\xdb\x16\x76\xb8\xa3\ \xde\xb5\xaf\xff\x95\xd3\xbf\xe6\x0b\x38\x00\xa2\x4e\xad\xbe\xfe\ \xd5\xb3\xab\x21\xe0\xde\xfc\xee\xd0\x8a\x6b\x69\xd5\x17\x5a\x5a\ \x06\xb4\xf2\xaf\x06\x02\x80\x7b\x0e\x9f\xcf\xe5\x05\x02\x6b\x75\ \x39\xe4\xf4\x80\x27\x5e\x87\x2b\xe8\x03\x6f\xf5\xaf\xfb\xa2\x6b\ \x40\x6b\xd9\x91\xed\xf6\xbc\x95\x7b\xed\xf1\xec\xfb\x5a\xd8\xce\ \xd7\x10\x75\xfb\x1c\x01\x0f\x00\xa2\x23\x00\x9e\x3c\xbd\x4b\xf8\ \xb4\x3d\x59\xeb\xf0\xbb\x77\x58\x60\x8f\x04\x28\x5f\xe9\x6c\x5c\ \xaf\xb6\xdb\x37\x52\xa5\xfa\xd7\xee\xbd\xf3\xea\x95\x17\xbf\xfc\ \xd2\x2b\x5f\xfa\xd2\xad\xdd\x6b\x6f\x5e\xbf\xf8\xea\xd7\xae\x3e\ \x7f\x11\x56\x4a\x65\x09\x42\x59\x85\xa5\xb0\xc3\x62\x46\xb1\x44\ \x8a\x19\x23\xd4\x90\xc9\x68\x28\xcb\x0b\x83\x7c\x41\x65\x76\xe8\ \x84\x71\x34\x96\xd9\x43\x06\x9e\x4c\x87\xaa\x2a\xb1\x49\x05\xca\ \x4b\x8a\x26\x49\x16\xae\x7e\x2e\x40\xa2\x89\x48\x3d\x95\x1c\x1c\ \xe3\xfc\x5c\x54\x27\x5d\x95\x54\x17\x74\x56\xca\xb1\xc6\xe0\x08\ \xd7\xc6\x90\x7a\x34\x64\x7b\x83\xbe\x36\x5c\xf4\x70\xd4\xb2\xf6\ \xcd\x31\x6b\x8e\x08\xd5\x32\xb5\xe9\xd1\x91\x34\x1e\x74\xe5\x84\ \xca\x42\x2a\x56\x67\x63\x15\xa4\xaf\xc9\xf0\xc2\xa0\x79\x32\xa9\ \xf4\xb4\x9e\xa9\x48\x31\x3c\x5b\xd3\x16\x26\x61\x90\x8d\x9c\x81\ \xcb\x66\x4f\x33\x1f\x1d\x8c\x78\x36\x2e\xf5\x79\x5d\x87\x71\x42\ \x8a\x65\x61\x49\x47\xe5\xb1\x14\x83\xa1\x2c\x6b\xe9\x8a\x24\xc5\ \x54\x05\xea\x76\x47\xb2\xda\x45\x3a\x34\x56\xba\xbb\x71\x6b\x73\ \xa7\x05\x80\xb5\x77\x6f\xbb\xb9\x97\x29\x6e\xee\x6d\x77\x12\x8d\ \x76\xb2\x7c\xb7\x56\x4a\x53\x69\x9a\xcc\x41\xe9\x02\x75\xfb\x66\ \x15\x8e\xb7\x73\x74\x33\x95\xa7\xda\xed\x66\xbd\x8c\x53\xc5\x06\ \x5c\xda\x2a\xe4\x63\xf4\xd6\x56\xa6\xc1\x51\x3b\x4d\xb4\x9d\xd9\ \xdc\xda\xc9\x83\xcd\xe9\x7c\xa5\x55\x2e\x03\x89\xd5\xaa\x55\xf6\ \xee\x5d\xdf\xa5\xeb\xc5\x6a\xb2\x93\xa4\x6b\x74\x31\x57\xeb\xd4\ \xe8\x46\x1a\x8f\x27\x13\x31\x2b\x01\x1e\xf9\x09\xab\x28\x13\xd9\ \xae\xf7\x1c\xe7\x29\x46\x96\x00\xa1\xcd\x9e\xca\x1b\x03\xb9\xdb\ \xd7\xba\xba\x30\xfe\xfc\x64\x6c\x98\x9a\x2a\x11\x93\xd9\x87\x47\ \xfd\x81\x6e\xf5\x8e\xed\xb9\xf6\xe3\xe1\x60\xfe\x68\x31\x5b\x9c\ \xfc\xc3\x47\x1f\x7f\x38\xfb\xe9\xfd\x1f\x7c\xfb\xdd\xbf\x5d\x09\ \x2d\xad\x86\x02\x1e\xff\x52\x70\x29\x18\x5e\x73\x03\x60\x79\x80\ \xe0\x01\x66\x6e\xcd\xb7\xe6\x76\x79\xdc\x1e\xa0\xaf\xa2\x97\xd6\ \x01\x6b\xdc\xa1\xe5\x53\xa7\xcf\xbe\x7e\x66\x65\xd9\x5e\xdc\xec\ \x8b\xac\xba\xce\x9e\x5d\x02\x4f\x1c\x8e\xa5\xd0\x6a\x30\xf0\xd5\ \x15\x3f\x60\x55\x30\xec\xb4\xb7\xd9\x93\x53\x76\x9d\xe7\x25\x3b\ \xd2\x3d\xe4\x73\xdb\xd5\x08\xdd\x76\x72\xe4\xa8\xd7\xe3\x5c\x8f\ \x02\x70\xd9\x29\x92\xd7\x80\x35\x0c\x83\x8d\x9e\x80\x6f\xcd\xe3\ \x70\x85\x3c\x80\x76\x4f\x47\xdc\xd3\xf6\x64\x77\x09\xc9\xcd\x3d\ \x88\xec\xa2\x30\x16\xdf\xd9\xdb\xbe\x4c\xd1\x9b\xcd\x56\xa1\xfc\ \x46\x66\xe3\xda\xc5\xab\xcf\x3f\xf3\xcc\xff\xfe\xcc\x3b\xb7\xae\ \x5e\xbc\x7c\xed\x8d\xd7\x2e\x7e\xed\x22\x3e\x4d\x36\x15\x42\x99\ \x0f\xe3\x69\xe1\xa8\x9e\x96\x05\x26\xc6\x13\x54\x62\x5c\x6f\x2d\ \xc6\xea\xa4\x67\xe5\x33\x12\x76\xb7\x9a\x18\xee\x6b\x92\xb2\x4f\ \x20\x63\x6d\x76\x2c\x4b\x31\x5e\x6c\x34\x24\x5d\x30\x07\x7d\x49\ \x1b\x64\x51\xa0\x98\x78\x43\x90\x2c\x2b\x0e\x19\xc3\xe9\x78\x3c\ \x63\x15\xb5\x8a\xc7\x21\x1c\x21\x07\x98\xf9\x69\x7c\xb8\x10\x87\ \x3f\x3f\xec\x99\x83\x09\x2f\x19\xca\x68\x38\x62\x70\xab\x2f\x4a\ \xa3\xbe\x79\x72\xc8\xc7\x06\x9f\x1f\xf4\x18\x18\x81\xd0\x12\x2d\ \xe5\x2a\xf2\x68\xc0\xcb\xc0\x16\x92\x74\x52\x9b\x68\x9a\xde\xcf\ \x71\x78\x9e\x13\x86\x12\xd1\xeb\xc7\x79\x21\xad\xf5\xe4\x69\xaf\ \x27\x91\x06\x5a\xe5\xbb\x82\xa8\xc0\xb0\x32\x26\x72\xd2\x10\x41\ \x24\x0b\x45\x08\x58\x51\xe4\xbe\x6e\x4d\x38\xa5\x1b\xef\x11\x31\ \x5d\x57\xf0\x52\xb6\xba\xd7\xac\x6c\xde\xda\xa9\xd7\x2a\x3b\x9b\ \x1b\xcd\x52\x89\xcb\x97\xeb\x85\x42\xbd\x5d\xa1\xda\xb7\x76\xda\ \x1c\x44\x52\x24\x96\x48\x54\xc5\xce\x56\xbd\x43\xe6\x13\xb9\x56\ \x2b\x57\x2a\xef\x35\xda\x65\x2a\x5b\x6b\x16\x4a\x54\x35\xcb\x94\ \xca\x1b\x3b\x74\x6d\x6f\x87\x86\xab\x85\x6a\xbb\x06\xde\x9e\x49\ \x24\xdb\x95\x6c\x35\xdf\x28\xb5\x3a\xdb\xf7\xae\xdf\xcc\x14\x0a\ \xc5\x62\x2b\x93\x68\x34\x1a\x5c\xb1\xd3\xa9\x77\xe0\x6c\x23\x0e\ \xe7\xb0\x38\x0c\xb1\x18\xd9\x15\x63\xa4\x24\x90\x2c\x2b\xf4\x51\ \xbe\xa7\x68\x9a\xd0\x35\x4d\x4b\x96\x49\x5e\x19\xe8\xca\xc8\x98\ \x7f\x70\x20\x4b\xbd\xb9\xd9\xef\x1a\x76\xe5\xd7\xf9\xd0\xea\x0f\ \x16\x0b\xe3\xc1\xd4\x9c\x4e\x1e\x2c\x4e\x8e\xe7\x9f\x7e\xfc\xf9\ \xfe\x47\xdf\x7d\xf7\x47\xef\xcc\x25\xe0\xa0\x00\x00\x20\x00\x49\ \x44\x41\x54\x7d\xe5\x1b\x11\x8f\xdf\x1f\x3c\x13\x02\xd0\xf1\xbb\ \x02\x0e\x8f\xc7\xe5\x8e\xda\x2b\x64\x7c\xe1\x73\x6b\x40\x58\x39\ \x5d\xe1\x73\xe7\xdc\x97\xfe\x7a\xdd\xe9\xf5\x3a\x5d\xab\xa7\xbf\ \xfd\xcd\xaf\x9e\xfe\xea\xeb\xb6\xda\x0a\x45\x42\x2b\x2b\xab\x00\ \x58\xab\x6e\xc7\xe9\x53\x2b\xab\x8e\x95\x80\xcb\xe9\xf0\x03\x74\ \x45\x42\x3e\x47\x28\x02\x44\x53\xd8\xef\x88\xd8\x71\x58\x41\x6f\ \x38\xea\xf5\xae\x83\xe3\x86\x81\xf5\xf3\x39\xcf\x01\x3f\xe8\x74\ \x47\x01\xb6\xbc\x51\xaf\xdb\x67\x67\x55\xf6\x84\xed\x95\x3c\x5e\ \x7f\xf4\xff\x63\x61\x0d\xdf\x02\xed\xdc\x1f\xbc\xf7\x39\x7b\xf7\ \xff\xc4\x2c\xf8\x37\xfd\xfb\xfe\xb8\x4b\xfb\x87\xb7\x62\xbc\xba\ \x41\xc8\x71\x8e\x13\xb8\xbd\xc6\xce\xdd\x4e\xa1\x9d\x2f\xd6\x36\ \x52\xe9\x3b\xe7\x5f\x7a\xf5\xb9\x67\xbf\xf8\xcc\x5f\x5c\xbc\x70\ \xfe\xca\x6b\x97\x2f\x5c\xbb\x78\xed\xb5\xdc\xb8\xd8\x81\x58\x59\ \x25\xe1\x0a\xd6\xaf\x56\xd8\x6e\x1c\x52\x28\x9a\xe9\x15\xaa\xea\ \x58\xd6\xc7\x03\x2a\x3d\x4b\xbc\x53\x88\x19\x8b\xb9\xda\x7b\xc4\ \xa3\x47\x92\x29\xb1\x43\x56\xed\xd2\xac\x46\xaa\xda\x74\xce\x8f\ \x67\x09\x71\x36\x9b\x0f\xfb\x43\x6d\xd0\xeb\x90\xc2\xd8\x60\x15\ \x8b\x27\x8c\x36\xa4\x4d\xfb\x12\x31\x46\x1e\x7d\x14\x87\x75\xf9\ \xf0\xe1\x58\x51\xe6\x32\x6a\xea\x7c\x77\x34\xc2\xd1\x19\x8a\x29\ \xfa\xf4\xe8\xe1\x88\x15\x8e\x0e\x7b\x8a\x9e\x88\x63\xb9\x2a\xd5\ \x2d\x96\xbb\x32\x82\x58\x96\xca\x71\xe5\xb4\xb5\xaf\x76\x51\x02\ \x4e\x26\xda\x69\x5e\x05\x6e\xa9\x8b\x49\x6a\x8c\x57\x75\x93\x10\ \xa4\x04\xaf\x60\xa8\x46\xf4\xd9\x2c\x8b\x20\x89\x58\x6c\x6c\x18\ \xba\xc1\xf2\x44\x5c\xb6\xc0\xc0\xef\xf1\x04\x0b\x0b\xba\x2e\x2b\ \x62\x2c\x5d\xa2\x1a\xad\x66\xb9\xb9\x5d\xee\x34\x0a\xcd\xbd\xdb\ \x4d\x0a\xaf\xb6\xef\x95\x1b\x8d\x5a\xa5\x5e\x69\xee\x6c\x96\xe8\ \x6a\x89\x43\x54\xac\x51\x4a\xd6\x76\xcb\x70\xbe\x98\xaf\x16\x1b\ \xd5\x6c\x2d\x93\x6f\x16\x80\xe5\xdb\x6b\x95\x8b\x68\x16\xc2\x4a\ \x4d\xae\x93\xb9\x59\xc9\xe5\x9b\x7b\xad\x6c\x96\xa2\xe9\x6c\xb6\ \xd9\x29\x96\x72\x85\x6a\x23\x55\xd8\xda\x4d\x65\x0a\x5b\x99\x76\ \x6b\x2f\x19\xcb\x35\xe0\x62\xb5\x56\x2e\xd5\xc4\x46\x07\x88\x2b\ \x06\x85\xf3\x49\x56\x23\x70\x20\x63\x55\x98\x46\x93\x2a\x23\x75\ \xbb\xba\xd1\xd3\x0c\xcd\x54\x35\x56\x12\xbb\x92\x62\xce\x4e\x3e\ \x98\x77\x79\x73\x22\xaa\x92\x3e\x9a\x6a\x83\x83\xa9\x31\x9f\x1d\ \xcd\x8f\x16\x47\x47\x87\x93\xf1\xe0\x83\xa3\x09\xf0\x84\xff\xf3\ \xbd\xd7\xff\xe6\x87\x7f\x09\xc4\x95\xcf\xe3\x5a\x39\x1b\x5a\x5d\ \x0e\x06\x96\x82\xc0\xbd\x01\xe1\xe3\xf5\xfb\x7c\x0e\xa0\x88\xbc\ \x0e\xf7\x7a\x78\xed\x92\x9d\xd4\xfd\x9c\xd3\xe7\xf6\x07\x56\x96\ \xbf\xf9\x97\xa7\x96\x96\x4f\xaf\x00\x0b\x19\xf0\x2f\x9f\x8e\xb8\ \x1c\xa7\xec\x09\xf6\xa5\xe5\x50\xd0\x0e\x14\x0d\x2d\xd9\x11\x0d\ \x81\xd3\xcb\xab\x11\xbf\x9d\xb5\xc1\xe1\x7e\x9c\x73\x34\xe4\xf7\ \x86\x1f\x57\x4d\x0d\x03\x3c\x39\x3d\x9e\xb0\x73\x1d\x60\xcb\xfd\ \x57\x61\x77\x18\xbc\x12\xf6\x02\x8b\xe9\x05\x3e\xd1\xfd\x38\xbe\ \xf4\x0f\xfc\x5a\x7e\x72\xff\x84\x20\x9e\xb3\xbf\xf4\xdf\xa2\x89\ \xfb\xef\x3f\xd1\x57\xfc\x13\xe2\x5b\x1b\xef\xff\x11\xa3\xea\x67\ \xff\xdc\x37\x71\x72\xf6\x93\xff\x00\x60\x7d\x72\xff\x3e\x41\x10\ \x8f\xcf\xe0\x5b\x1b\xc4\xc9\x13\xfe\xfd\xff\xb9\x80\xb5\x43\xb6\ \xde\x82\xb0\x74\x92\x13\x3a\x55\xac\xf9\x76\x69\xb7\x56\xea\x94\ \x33\x95\xc2\x8d\x97\x5e\x79\xe5\xf9\x67\xff\xcb\x9f\x3f\x73\xed\ \xea\xb5\x37\xde\xbc\x70\xe5\xea\x85\x37\x6e\xe6\xa4\x4a\xc7\xe0\ \x13\xc0\x40\x16\x89\x87\x9d\x9a\x86\xc6\x30\x19\x6b\xf0\xfd\x6c\ \xcd\xe4\x05\x81\x64\x72\xc9\x5e\x7a\xa7\x8d\xc8\x07\xa3\xf8\xe4\ \x38\x86\xcf\x26\x3d\x29\x76\x08\xa8\x55\xe5\x51\x52\x19\xcd\x87\ \xd0\x7c\x5c\x12\x8d\xb1\x0e\x86\x20\x33\xec\x73\x9a\xd5\x27\x54\ \x43\x20\x95\x09\xcd\x8d\x3f\x1b\xf4\x07\xe3\xb8\x31\x85\x20\x5e\ \x1a\x98\x96\x4a\x1c\xf5\x29\xc3\x18\xf4\xe7\x47\xac\xbc\x2f\xe5\ \xe2\xfa\x74\xba\x3f\xc1\xa1\x23\x43\x91\xba\x2c\x0b\xf3\x70\x2d\ \x7d\xaf\x60\x59\x18\x27\x8f\xcc\x58\xa2\x01\x77\x85\xa9\x85\xb2\ \x78\x12\xaf\x63\x5d\x88\x18\xc9\x12\x1e\x13\x71\x49\x1b\x12\xaa\ \x4c\x12\x74\x8e\xec\x0b\xb2\x95\xa3\xa0\x24\x57\x03\xcc\x1a\x59\ \x52\x57\x80\xb8\xbc\xa4\x4f\x2c\x4d\x8f\xf5\x4d\x1d\xed\x0b\x52\ \x97\x24\x6b\xed\x74\xae\x9d\x6a\x35\x33\xbb\xed\x9d\x9d\x64\xe6\ \xde\x4e\xa1\x5a\xd9\xba\x5b\xa8\x55\x4a\x77\xcb\x9d\xc2\x56\xa1\ \x01\x35\x30\x84\x27\x48\x88\x49\x94\x37\xdb\xe9\x5a\x36\x9d\xe5\ \x4a\xc5\x44\x2b\xd5\x00\xc0\x4a\xe7\x76\x0b\xb5\x3a\x57\xa2\xca\ \x75\x94\xab\x57\x6b\xa9\x76\xbe\xb2\x53\xcb\x16\xe9\x12\xdd\x6e\ \x65\x52\x60\xd7\x46\x69\x7b\xab\x7a\x6f\x6f\xf3\xd6\x5e\x6a\x73\ \x2f\x53\xeb\x14\x9b\xa5\x7c\x9d\xce\x53\x79\x20\xd9\x3a\x78\x36\ \xcd\x48\x70\x3c\x86\xa3\x76\xd5\x58\x81\x4c\x02\xc1\x05\x21\x92\ \xa6\x98\x66\x7f\xac\x0f\x7a\x03\x49\xee\xa9\x2c\x2a\xa8\x87\xe3\ \x93\xfd\xae\xd2\x1f\x8a\xf2\x00\xf8\xbf\xfd\x7e\xbf\x67\x4d\x0f\ \x1e\x4c\x46\xe6\xd1\xc1\x62\x38\x99\x1e\x4c\x1f\x7e\xfe\xf9\xc7\ \xef\x7e\xf7\xdd\x77\xdf\xfd\xc6\x12\x60\x8e\x7b\xf5\x8c\xc3\x77\ \x3a\x02\xd8\xe5\xf2\x7a\xfc\xf6\x9a\x3e\x20\x85\x1c\xfe\xa8\xcf\ \x56\x3c\x4e\xb7\x2b\x7c\xe9\xdc\xfa\xba\x3f\x10\x0e\x04\x96\x4e\ \x9f\x0e\x06\x57\x4f\x9f\xf6\x07\x82\x8e\x25\xd7\xea\x52\x24\x10\ \x8c\x04\xfc\x81\x48\xc4\x11\x08\xba\x1c\xab\x01\xc7\x6a\xd0\xe1\ \x5b\x0a\x02\xeb\x68\xcf\xd2\xbb\xbd\x9e\xc7\x2b\xa0\x1d\x2e\x8f\ \x6d\xfb\x7c\xb6\x1d\x74\xbb\xbc\x76\x9e\x99\x75\x8f\xdf\x5e\x57\ \xed\x88\x86\xc3\xf6\x4d\x43\xbb\x50\xbd\x5d\xb2\x7e\xcd\xf9\x07\ \x67\x6b\x38\xf7\xad\x5f\x6b\xc4\x93\x7c\xf5\x47\xe0\x00\xcf\xfd\ \x11\xa3\xea\x37\xfa\x3e\xf9\xd9\xff\xeb\xc0\xfa\x8d\x33\x00\xa7\ \xff\xf1\xcf\x9e\x02\xeb\x1f\xe7\xb0\x88\xda\xdd\x24\x8e\x67\x31\ \x6e\xb7\x80\x6d\xbd\xbd\xb1\x51\x2f\x57\xb3\xad\x3b\xa9\x37\xae\ \xbc\x79\xf1\x95\x3f\xff\xd2\x97\x9f\xbd\x7d\xe7\x9d\xab\x6f\xbd\ \xfa\xea\x6b\x5f\xbb\x91\xa1\xe4\x52\xd5\x4a\x6a\xbc\x06\x15\x7b\ \x93\x4a\x7e\xa2\x09\x28\x1f\xa3\x48\xab\xda\xd1\x48\x01\x12\x88\ \x62\x5a\x87\x5b\x79\x56\x57\x44\xc1\x38\x88\x27\xe6\x87\x96\x44\ \xcc\x20\x71\x52\xc3\x80\xf7\x1a\xf7\x4c\x58\xd6\x21\x71\x74\x30\ \x1e\x2c\xe6\xe2\xc4\x82\xc5\xe1\x40\x55\x64\x89\x90\x10\x2e\xcd\ \x5a\x13\x75\xde\xe3\xb5\x09\xd4\x95\xd4\xbe\xf6\x60\xd2\x7b\x44\ \x52\x6a\xef\xc8\x9c\x0f\x09\xfe\xa1\xc5\x98\xd3\xf9\xe4\xd0\x64\ \x26\xc7\x7d\xbb\x34\x33\x84\xc8\xf1\x8e\x98\x49\x13\x70\x33\x8b\ \x8f\x15\x3c\xd7\x14\x48\xa8\xc7\xc3\x64\xa2\x54\xac\x0c\x0c\x46\ \xb1\xc8\x6e\x42\x84\xa8\xde\xa8\xaf\x8d\x75\x09\x85\x63\xa2\xa4\ \x77\x7b\x04\x4f\xa2\x38\x15\x63\x48\x75\x30\xe8\x92\xb9\x66\x51\ \x99\xf4\x0c\xd6\x20\x38\x09\x49\x8a\x0a\x42\x22\xf9\x7c\xb9\xd4\ \xbc\xb5\xb9\x59\xd9\x6a\x65\xb6\xef\x74\x5a\x5b\xcd\x4c\x65\x33\ \x53\x12\x4a\xd5\x4e\x33\x8f\x15\xda\xc9\x06\x86\x0b\x08\xda\x23\ \x04\x01\xa7\xab\xf9\x74\xa3\xd3\x88\xe1\xc5\x42\x22\x57\xe3\x8a\ \xc9\x2c\x95\x4b\x37\x2a\x95\x52\x9c\x6b\x96\x48\xb8\xda\xa9\x6d\ \x95\x12\x85\x6a\xb9\xd3\x6e\x76\xda\x95\x44\xa5\x55\x2a\x67\xf3\ \xa9\xbd\xbd\xca\xee\xbd\xdd\xbb\xdb\x95\x4e\x2b\x55\x44\xb8\x56\ \x3a\x0f\x73\x14\xcd\x41\x89\x7a\x3d\x16\x4f\xe7\x90\x18\x96\x63\ \x31\x19\x8d\xa3\x6c\x2c\x41\xe6\x28\x94\x1f\xce\x86\xba\xd8\x33\ \x26\x47\x93\xa1\x29\x6a\xe6\xb0\x3b\x38\x9e\x3e\x58\x3c\x3a\x36\ \xba\x43\x45\xd1\x26\xd3\xc9\xdc\x32\x0f\x0f\x26\xc6\x60\x32\x9a\ \x7d\x6a\x97\x84\x3e\xb6\xcc\xe3\x7f\xf8\xbb\x1f\xfc\xf0\xc7\xdf\ \xfb\xce\x19\x57\xd0\x15\x8c\xac\x2e\x87\x5c\xbe\x90\x07\x18\x42\ \xfb\x16\xde\xd7\xbd\xd1\x30\x00\x8c\xcf\xed\xb6\x33\x29\xd8\xab\ \x6a\x9c\x6b\xde\xe8\xba\xd3\xe9\x89\x84\x22\xa7\x4e\xad\x9c\x39\ \xf3\xfa\x4a\x30\x14\x0a\x39\x02\x4b\xcb\xab\xab\xa1\x60\x30\xb4\ \xba\x12\x71\x2d\x39\x5c\xc0\x05\x3a\x42\x2e\x57\xc8\x15\xf0\x3b\ \x80\x1c\xf3\xd8\xd9\xfc\xd6\xdc\x2e\x87\x3d\xc7\xee\x74\x07\x3c\ \xc0\x53\xba\x7d\x6b\x1e\x77\xd4\x16\x55\x6e\xd0\x8b\x6f\xcd\x6d\ \xe3\xd1\xe3\x8d\x02\x85\x05\x76\x7b\x9c\xce\xc1\xf3\xa7\x0e\xd9\ \xfb\x4f\x36\x74\x7e\xc7\xd8\xf9\x43\x80\xf5\xad\xe7\x1c\x4f\x38\ \xa0\xdf\xff\xf8\x49\x81\x05\xda\xc7\x9f\x3c\x05\x96\xdd\x68\x23\ \xb1\x95\x57\xf9\x74\x8d\xdb\x6d\x56\x6f\xdc\x2c\x6f\x15\x1b\x99\ \xbd\xdb\xb7\x77\xaf\xbd\x74\xe3\xea\x4b\x2f\x3e\xff\x67\x7f\xfe\ \xda\x5b\xe7\xaf\xbd\x7a\xfe\xea\x6b\x6f\xbe\xb1\xc9\x1a\x95\xb8\ \xc5\x9a\x73\x33\x96\x56\x86\xf7\x3a\x40\xa5\x30\x22\x0a\xf7\x0f\ \x2b\x9c\xc2\x27\x39\x0d\x6a\x10\xe3\x92\x5d\x1b\xbe\x2f\xc7\xf5\ \x11\x8d\x9b\xfb\x8f\x58\x84\x80\x27\xc3\x1a\x3a\x36\xfa\xca\x50\ \x8f\x99\x7d\x4a\x1d\x0c\xbb\xda\xd1\x24\x3e\x93\xd2\x2c\x33\x38\ \x44\x09\x43\x8e\xe1\x71\x48\x1e\x8d\xba\xaa\xa9\x3c\x50\xd4\x47\ \x56\x77\xae\x5b\x13\x63\x9c\x88\x8b\xa2\x31\x9a\xcf\x7b\xe2\x84\ \x27\x47\xb2\x36\xea\x4f\xc5\x93\x0f\x14\xc5\x14\x38\x08\x47\x5b\ \x09\xa6\x40\xb3\xe5\x06\x07\xcb\x1c\x97\xd8\xc0\xf2\x1c\xc0\x9d\ \x4c\x97\xf7\x32\x04\x81\xa8\xbd\x2e\x8f\x27\x73\xb0\x32\x14\x0e\ \xf5\x38\x05\x30\x03\xc9\x3c\xaa\xf1\x5d\x05\x4d\x52\x82\x64\xe8\ \xa4\xa8\x89\x5c\x23\xa1\xca\x02\xab\x99\x10\xa5\xe4\xc1\x73\x91\ \x97\x63\x59\xba\x54\xb9\x7e\xf7\xfa\x9d\x1b\x95\x42\xab\x52\xd8\ \x4d\xed\x6c\xa6\x36\xef\xd0\xc9\x76\xa9\xdd\x2e\xd2\xd5\x4e\x36\ \x9e\x88\xa3\x71\x4d\x46\x25\x2a\x21\xdb\x79\xdb\xcb\x1d\x0c\xc6\ \x1b\xf5\x3a\x45\x65\xf3\x5c\x1c\x13\xe8\x9d\x22\x9d\xcc\x96\x72\ \x28\x52\xa9\x66\xca\x54\xa7\x5e\xae\x54\x2b\xcd\x5a\x26\x5d\xaa\ \xb4\xb6\x3a\xe9\x7c\xb9\x55\x6d\x6f\xdc\xbe\x73\xaf\x59\xec\xb4\ \x0a\x2d\xba\x5a\x4c\x76\xb2\x25\x1a\x2b\xd2\x54\xa6\x48\xf0\x50\ \x92\xc1\x71\x41\x8a\x73\x38\x2a\x71\x71\x05\xc1\x49\x81\x30\xf7\ \xc7\xbd\x81\xa1\x1a\x6a\x77\x68\x8e\xf4\xbe\xd5\xd7\x8c\xf9\xfe\ \xe1\x83\xe3\x83\x89\xa5\xf6\xb4\xc9\xf1\xf1\x50\x3f\x9a\xce\xf5\ \xde\xd4\x1a\x8f\x0e\x87\x0f\x47\xe6\x7c\xdf\x7a\xf8\xc3\x6f\xbe\ \xfb\xfd\x9f\xfe\xed\xeb\xa7\x43\x3e\xcf\xea\xa9\xd3\xa1\xc8\xd2\ \xa9\x40\x60\x7d\xcd\xe1\x75\xb9\xd7\x00\x9a\x00\x43\xdc\x6e\x7b\ \x65\x4e\xf4\xdc\xba\xc3\x17\x3d\xb7\xe6\x8f\xae\x01\x87\x17\x0c\ \xb9\xce\x9c\x3a\xfb\x3a\xf0\x7f\x11\xb7\x33\xe8\x70\x2c\x9d\x39\ \xbd\x12\x59\x3e\x13\x88\x04\x97\x82\x4b\x40\x6b\x2d\xb9\x02\x01\ \xbf\xcb\xef\x77\xb8\x1c\xf6\x7f\x07\x60\x91\xdb\xe9\xf5\x3b\xc2\ \xf6\x4d\xc7\xb0\x1f\x3c\x02\x25\x65\xcf\xbc\xfb\xd6\x6c\x34\xad\ \x5f\xb2\x79\x15\x06\x34\xbb\xe4\xf5\x03\xb9\x05\x20\xe6\x02\x54\ \xfb\x63\xc6\xce\xfd\x73\xa0\x39\xee\x6f\x3c\x1e\xb0\x67\xff\xf4\ \xaf\xb8\xfd\xf6\x9f\xfd\x91\xc0\xfa\x45\xdf\x1f\x6f\xfc\x2a\xed\ \xfe\xb4\x01\x3d\x7a\xee\x8f\x7e\xd3\x2f\xce\xe0\xf1\x29\x9c\x3b\ \xfb\x31\xfd\x8f\xde\xf0\xfd\xa7\xc0\xb2\x3f\xcd\x83\x76\x85\x50\ \x0c\x3c\xcf\x77\x5a\xcd\x9b\x5f\x6b\xb6\xe9\x8d\xd4\xf6\xe5\x3b\ \xad\xb7\x2e\x5e\xbe\xfc\xe2\x2b\x2f\xfe\xc5\x97\x6e\xbc\x79\xf5\ \x95\x8b\xe7\xbf\x76\xed\xd5\xab\x9b\xb0\x9a\x8f\x59\xdd\xfe\x4c\ \x64\x93\xdd\x71\xaa\xc4\x8f\x75\x34\x4e\x22\xbd\x11\xc7\xcf\x0d\ \x38\xae\xb0\x2d\x64\xd1\x68\x66\x79\x43\xed\xe3\xbd\xa3\x34\x2a\ \x8e\x1f\x4e\xa7\x12\x34\x51\x8b\x28\xce\x30\x03\x49\x49\x58\xbd\ \x9c\xd2\x5f\x74\xbb\xa2\xa8\x9d\x88\x49\x0d\x55\x25\x9e\x81\x59\ \x1d\xed\xe4\x55\x65\x30\x57\x14\xf1\x10\x25\x0f\x89\xd1\x68\x7f\ \x38\x33\x74\x11\x92\x34\xab\xb7\x3f\x95\x0c\x53\x10\x2c\x73\x06\ \x86\x25\xb4\x58\x88\xc3\x58\xae\x28\xe1\xa5\x0a\x15\x2f\xe2\x44\ \x3b\x9d\x2d\x29\x30\x95\xbf\x93\xe6\xba\x23\xa4\x2b\x17\x6b\xad\ \x3a\x2f\xeb\xaa\x32\x44\xf3\x58\x51\xb4\x18\x44\xd0\x61\xae\x01\ \xd5\x25\x34\x2d\x20\x04\x87\xe6\x62\x94\xa2\xe3\x70\xd7\x10\x09\ \x96\xa6\x86\x2c\xae\x2a\x42\x12\xee\x26\x24\x43\xe9\xf5\x11\x22\ \x99\x2f\x35\xef\x6e\xdc\xbb\x7b\xaf\x95\x4a\xd1\xf5\x6b\x5b\xb7\ \xaf\x6f\x96\x77\x77\x1b\xd9\x2c\x57\x2f\xd7\x4a\x70\x8e\x8b\xa5\ \xa5\x6e\x8c\xc0\x13\x71\x99\x6f\x24\xf3\xad\x06\x0e\xc7\x29\x24\ \x99\xea\xb4\x8b\x50\xa2\x24\xb2\xd9\x0e\x50\x49\x45\x09\x58\xd8\ \x74\xa7\x9e\xa5\x6b\xed\x44\xb5\x5e\xa5\xf7\xda\xed\x5c\xbd\x59\ \xae\x17\x3b\x7b\xe5\x9d\x56\xe1\xe6\xc6\xc6\x6e\xb3\xd0\x4c\x95\ \x92\xe5\x62\xb1\x98\x4c\xd4\x60\x18\xea\x6c\xa6\xc8\xb4\xc4\xb3\ \x34\x44\xa4\x61\xa4\x01\x31\x38\x2c\x77\x79\x44\x13\xb5\x89\xae\ \x6b\x7d\xb3\xdf\x1f\x8e\x2d\xcb\xe8\x4f\x14\x75\xa6\xcf\x17\xc7\ \xa3\xc1\xc0\xd4\x05\xd9\xfc\x7c\x5f\x1b\x1e\x4f\xe6\xe3\xe3\x47\ \x47\xfb\x87\x47\xa3\x83\xc3\xbe\x65\xec\x7f\xfc\xed\xfb\x3f\xfc\ \xbb\x6f\x7c\x75\xd5\xef\xf2\x3a\x5e\x5f\x5e\x8d\x7c\x75\xc5\xe5\ \x0a\xfa\xa3\x6e\xb7\x0b\x08\xaa\x4b\xc0\x05\x3a\x3c\x80\x58\x51\ \x2f\xb0\x6c\x6e\xe0\xdf\xa2\x6e\x67\xd8\xeb\xf1\x3a\x96\x1c\xcb\ \xa7\xcf\x9c\x0e\x2e\xdb\x36\xd2\xe9\xf7\x07\xce\x2c\x07\x57\x4e\ \xdb\x93\xec\x81\xa5\x25\x80\x31\xbf\x63\x29\xe0\x0f\x45\x3c\x91\ \x88\xd7\xe3\x58\xb2\x65\x96\xbd\x46\xd0\xe3\x04\x5a\xca\xce\xd0\ \x17\x7e\xec\x35\x9d\x76\x52\xac\xb5\x28\xc0\xd5\x7a\xd8\x1d\x74\ \x3a\x1d\xce\x73\x51\xef\xba\xdb\xeb\x8d\xae\xf9\xa2\x5e\x5f\xc0\ \xff\xa7\x8c\x9d\xb3\xcf\xfd\x6e\xe4\xfc\x21\x02\xe7\xb9\xdf\x89\ \xbb\xdf\x0d\xac\x5f\x3e\xb9\xff\x98\x15\x9f\x3c\xc1\x80\xfe\x13\ \xde\xf4\x1b\x1d\xfd\xec\xfe\xe3\x0b\xf0\xdc\xfb\x4f\x81\xf5\x85\ \x2f\xd4\x66\xad\xbb\xa4\xcc\xb3\xb8\x90\xd9\xdc\xdd\x7e\x73\x6f\ \xbb\xd6\xbe\x53\xbb\x9e\xea\x5c\x3d\xff\xb5\xcb\xcf\x3f\xf7\xc2\ \x33\x5f\xbc\x75\xf3\xd5\xf3\xef\x5c\x7b\xf3\xe2\x85\xab\xf7\x62\ \xb3\x76\x9c\x24\xc4\x21\x21\xc2\x13\xab\x55\x33\x80\x40\x81\x50\ \x5c\x1b\xd3\xac\x69\xf6\x2c\x95\x29\x13\x23\xbc\xd3\x55\x85\x98\ \xc8\x08\x4a\x03\x26\x8c\x63\x6b\xaa\xc6\x4c\x2d\x07\x91\x09\x92\ \x60\x25\x76\x08\xe5\xc9\xf1\xd1\x62\x22\x48\xf2\xa7\x64\x49\x56\ \x08\xc5\x4c\x26\xd5\x51\xb2\x5c\x60\xb4\xb1\x31\x60\xb4\x87\x8c\ \x32\xc8\xed\x2f\x80\xdc\x1a\xce\x18\x92\xd7\x8c\x69\xaf\xc7\x4e\ \x66\xd0\x70\x7c\xb8\x98\x3c\x20\xa8\xe9\x48\xb2\xe0\x24\x84\x32\ \xc5\x0a\x50\x58\x88\x84\xc1\x71\xa4\x4f\xc3\x0d\x8a\x47\x4d\x11\ \xa3\xf1\x0e\x5d\xa0\xf9\x9e\xd5\x1d\x58\x28\x45\xd1\xc2\x91\x28\ \xf6\x62\x06\x03\xc5\xcb\x09\x94\x42\x70\xa8\x91\x84\x72\x39\xa3\ \x87\x62\xdd\x61\x1c\x87\x2b\xc9\xa1\xd9\x03\xbe\x34\x9d\xec\x72\ \x4c\x5c\x20\xe4\x74\x69\xa7\x96\x6d\x6d\xec\x65\xee\x6c\x64\x76\ \x3b\x8d\xcd\xb7\xb6\x76\x6f\xdf\xcc\xdc\x2d\x34\xaa\x70\xa3\x52\ \xa2\x73\xf9\x6a\x2c\x09\x09\x08\x8e\xc6\x79\x01\xd9\x69\x67\x93\ \xd5\x2a\x4e\xa4\x5b\x54\xa9\xba\xd7\xea\xc4\x10\x52\x45\xe3\xcd\ \x22\x94\xac\xe6\x63\x9d\x26\x2c\xd4\x6b\x40\x5f\xe5\x2b\x85\x4e\ \x73\x6b\x2f\x41\x15\x0b\xad\x42\xa7\xd1\x6e\x54\x6e\xee\x6e\xdc\ \xde\xdc\x6a\x17\x36\x9b\x09\x3c\xd7\xea\xe4\xd2\x69\x0a\xe1\xf2\ \x95\x4a\x83\x82\x71\x16\x29\xe6\x61\x24\x86\xa4\x21\x7e\xb6\x38\ \xd0\x75\x85\x31\x64\x75\x60\x69\x4a\x7f\x68\x6a\x3d\x1d\xc8\xac\ \x81\xd1\x3b\x1c\x1f\x9c\xcc\x86\xa3\xfe\x70\x28\x4b\xc3\x87\x63\ \xe3\xf0\xf8\x68\xb4\x3f\x1d\x4f\x4e\x1e\x0e\x66\x8b\xe9\x81\x39\ \xf9\xfc\xbd\xef\xfe\xf4\x07\xdf\x5b\x59\xf2\x79\x7c\x9e\xe5\x08\ \x90\x45\x91\x80\x3d\x79\xe5\xf5\x00\x5a\xb9\x1d\x61\x80\x15\x5f\ \xd4\x63\x37\xef\x63\x54\xb9\x9d\xee\x30\xd8\xe8\x0d\xf9\xfc\x67\ \x56\x43\xa7\x56\x97\x96\x5d\x8e\xa0\x3f\x04\x84\xd6\xe9\x95\xb3\ \x67\x57\x03\x11\x97\x7f\x65\xc5\xb1\x1c\x58\x72\xd8\x21\xa3\x3e\ \x87\xc3\x61\x83\xc7\xed\xf2\x00\xa6\xf9\xbc\xce\xb0\x3b\xe0\x0e\ \x78\x5d\x0e\xf0\x8b\xd3\xed\xf4\xf9\xdd\x3e\xe0\x31\xbd\xeb\x97\ \xa2\x4e\x3b\x80\xde\xe1\x73\x7e\x1d\xc8\x3a\xd0\x7d\xd4\x01\xf6\ \x74\xf8\xfe\xa4\xb1\xf3\xfe\xe3\xb9\xa4\x27\x18\x89\x9f\x7c\xe1\ \x4f\x05\xd6\x17\xce\xfe\xb3\x21\xfd\x8f\x02\xd6\x17\xbe\xf0\xc9\ \xe8\x57\xb8\xf9\xff\x6f\x60\xe5\xd1\xdb\xdb\x71\x19\x8a\x73\xa5\ \xad\x2a\xb7\xfd\x46\x79\x7b\x6f\xb3\xd9\xbe\x5e\xaf\x7e\xed\xe2\ \xab\x17\x2e\x3e\xf7\xdc\xf3\x5f\xba\xb1\xf5\xd6\x95\xab\x97\xaf\ \x3c\xf7\xca\x9b\x3b\xb2\xb8\x9b\xce\x33\xfa\x68\xa0\x27\x15\xbd\ \x19\x37\x06\x9a\xa6\xa1\x31\xb3\x57\x86\xc9\xae\x78\xb2\xa0\xaa\ \x93\xfd\x72\x11\x33\xcc\xc1\x88\xb5\x74\x4e\x19\x1c\x1e\xa8\x33\ \x22\xad\x41\x09\x76\xd8\xd3\x74\x59\x50\x46\x71\x1c\x55\xa6\xb3\ \xe1\x6c\xa0\x1c\x93\x68\x0c\x07\x32\x07\xc7\xb5\x61\xb2\x4c\xc7\ \xe6\x86\xb5\x90\x94\x43\x6a\x6e\xec\xc9\x47\xfd\x81\x32\x9d\xa7\ \x61\x4d\xef\x0d\x0f\x11\x72\x2a\xa3\x53\x6b\x5f\xd3\xf7\x11\x61\ \x3e\xe8\x77\x51\x38\xd6\xc8\x92\x1d\xac\x94\x21\xe5\x5a\x29\xcb\ \x30\x9b\xd9\x34\x06\x25\x11\x9e\xa4\x69\x1a\x6e\x62\x16\x21\x09\ \xa4\x4c\x25\xf3\x55\x54\xee\xea\x2c\xa1\x4a\xc0\x14\x8a\x18\x67\ \xa0\x28\x8f\xc4\xda\x18\x4e\xa2\x09\xd5\x88\x13\x18\x4d\x0a\x8c\ \xa9\x0f\x91\x84\xd8\xa3\x51\x04\x63\x29\xa4\x56\x28\xd1\x9b\x77\ \xee\x16\x5a\xed\x7b\x9b\x9b\x5b\x77\xb7\x9a\x37\x77\x33\xf7\x32\ \x9d\x46\x09\xa1\xf2\x94\x6d\xf5\x6a\x6d\x9c\x67\x90\x64\x42\x40\ \x4a\x9b\x15\xb8\x9a\xcf\x36\x8a\x54\xba\x58\x29\x62\x5c\x9e\x83\ \x6b\x1c\x54\x2c\x6c\x62\x28\x59\xab\x36\xcb\x38\x55\xa2\x93\x40\ \x96\x75\x30\x0a\xa8\xb3\x58\x3a\xd5\xa9\xa6\x9a\xa5\x52\x32\xd7\ \xda\x79\xeb\xde\x6e\xa3\xdd\xac\xec\x20\x49\x26\x1d\xa7\xb3\x8d\ \x18\xd5\x28\xd6\x5b\xf9\x38\x8f\xa0\x4c\xad\x11\xe3\x51\x09\x4e\ \x9b\xb3\xc9\x89\x05\x49\xbc\xde\x53\x0d\x81\x05\xf2\xcf\xd2\xc7\ \xdd\x61\x5f\x1f\x8f\x0d\x45\x19\x3d\x7a\x38\x37\x66\x03\x93\x55\ \xc6\xd6\x74\x38\x32\x07\xc6\xcc\x18\x99\xd6\xfe\x58\x9f\x4e\x47\ \xd3\x0f\xfe\xf6\xfb\x3f\xf8\xfb\x6f\x9e\x0a\xd9\x73\x48\xc1\xd7\ \x43\x1e\x9f\x3f\x08\x40\xe1\x8c\x46\xc3\x97\xec\x70\x83\x30\x70\ \x72\xde\x73\x40\x52\x39\xfd\x76\x09\x8a\xb5\xe8\xa5\x4b\xeb\x6b\ \xe1\xc7\x21\xea\x81\xd5\x88\x6b\xf5\xf4\xd9\x53\x4b\x11\xe0\xfd\ \x42\xc1\x95\x65\x9b\x5f\xa1\x08\x40\x97\xcb\x1f\x72\x04\x3c\xb6\ \x1f\xf4\xfa\x3d\xe0\xa7\xcf\xbf\x14\xf1\xfb\x97\xfd\xe0\x05\xbb\ \xa4\xb3\x03\x88\xab\xa0\x27\x1c\xf6\xff\x62\x15\x74\x18\x88\xaf\ \x73\x6e\xbf\x7b\x6d\xcd\xef\x8e\x86\x01\x27\xc3\x40\xca\x45\xd7\ \xd7\x3d\x00\x61\x7f\xda\xd8\x39\xf9\xdd\xf3\xe6\xff\xf6\xa3\xea\ \x37\xfa\xb6\xef\xd6\xd1\xff\xc1\xc0\xfa\xc5\x15\x78\x12\x66\xff\ \xe7\x51\x58\xd2\xf6\x1d\x2c\xc1\xb0\xc0\x2d\x35\x4a\xef\x5c\xdf\ \xd8\xca\xee\xb5\x52\xbb\x3b\x99\xb7\xaf\x5c\x7e\xe9\xca\x85\x17\ \xbf\xfc\xc2\x3b\x85\x1b\xd7\x2f\xbc\xf4\xc6\xc5\xf3\xb7\xee\xc6\ \x7b\x9b\x9c\x40\xf2\xa6\x22\x26\xe5\x71\xb3\x37\x1f\x0f\x8d\x11\ \x9e\x9e\xc9\x3b\x08\xcf\xeb\xfb\x73\xa4\x31\x33\x1b\x1d\x56\x1d\ \xce\xfa\xdd\x89\x4a\xab\xaa\xd5\xb5\x46\x5a\x4c\x43\x8b\xb2\x26\ \x76\x47\x22\x84\x18\x72\x3e\x69\x2e\xac\xee\x5c\xd1\xe6\x90\x60\ \x1a\x04\x43\xc4\x30\xa2\x9b\xe3\xba\x24\x2c\x3d\x38\xd0\xc4\x19\ \x4a\x08\x90\xb9\x3f\x3e\x98\x7c\x30\xc8\x12\xa3\xc1\x78\x3a\x07\ \x6f\x85\x12\x23\x41\x23\x54\x1d\x25\x81\x3f\xec\x23\x2c\x83\x6a\ \x72\x85\x6a\x36\x25\x68\x2b\x9f\x95\xc5\x0e\x95\xa1\x3b\x94\x21\ \xa7\xf3\xc5\x1a\x7d\xbd\x21\x73\xaa\xc4\x30\x31\x8e\xe6\x58\x4b\ \x13\x24\x24\x99\x24\xa9\xbc\xd4\xc0\xcc\x18\xc5\xe0\xc9\x02\xa4\ \xc0\x08\x25\x8b\x28\x4c\xd5\xb2\x0c\x6b\x76\x39\x24\x21\x40\x09\ \x48\xa6\x10\xc3\xc4\x8b\xc9\x6a\x21\x75\xbb\x99\xd9\xd9\xdb\xbd\ \xbb\xb3\x73\xeb\xde\xcd\x7b\xf7\x76\x30\xba\xd0\x61\x81\xbe\xca\ \xe6\x68\x8c\xee\xc4\xa1\xa4\x44\xa6\x63\x62\xbb\xb9\xd9\xa9\xe6\ \xea\x80\x40\x02\x9b\xa7\x28\x8a\x6b\x57\xca\xf9\x6a\xaa\x98\xc5\ \xb0\x6c\x16\xcb\xe5\x93\x95\x3a\xd8\xda\x6a\x14\xb3\xc5\x5c\x0b\ \x68\xb1\x7c\xba\xda\x2e\x16\x6b\x9d\xcc\xed\xed\xd4\xf5\x8d\x72\ \xbb\xb5\x51\xc9\xd2\x58\x3e\x4b\x97\x10\x92\xc4\x72\x8d\x4c\x49\ \x4e\xe0\x42\xae\x51\x4c\xb2\x49\x9c\x2d\x09\x83\xa3\x07\xfb\x92\ \x04\xcc\xa0\x35\x10\x06\x53\x63\xbc\x3f\x98\x0c\xb5\xae\x32\xea\ \x89\x3d\xb5\x7f\xfc\xe9\xa4\x67\x4c\x44\x56\x9c\xcc\x66\x43\xab\ \x37\x19\x1f\x1e\x99\xe3\xe1\xd8\x9c\xf4\xf5\xd1\xa7\x7f\xff\x77\ \x3f\xfe\xfb\xfb\xaf\xbb\x1c\x2b\x7e\x97\xef\xd4\xe9\xa0\xc3\x0f\ \x84\x91\x07\xd8\xb6\xa8\x1d\xdf\xee\x76\xae\x3b\xed\xa5\x7f\x4e\ \x1f\xf0\x6e\x0e\xc0\xa9\xf5\x73\x6b\x51\xbb\xd6\x97\x77\xdd\xe7\ \x88\xae\xbe\xbe\x7c\x66\xf9\xec\x57\x42\x6e\x47\xc0\xe5\x72\xad\ \x9e\x3a\x13\x5c\x09\xae\xae\x9e\x0e\x05\x81\x4c\xf3\xda\xe5\x57\ \x5d\x40\x97\xf9\x6c\xe5\xe6\x75\x05\x3d\xae\xa0\x9d\x04\xd0\x0d\ \xcc\xa1\x7d\x6c\xa7\x07\xf8\xc0\x35\x07\xe0\x94\xc3\x9e\xcd\xba\ \xb4\x0e\xdc\xe2\x9a\xd3\x1b\xb5\x57\xea\x00\x6c\xf9\xc3\x9e\x4b\ \x61\x4f\xc8\xff\xa7\x8d\x9d\x73\x4f\xe4\x09\x9f\x0c\x58\x8e\x7f\ \x7a\xfa\x1f\x09\xac\xc7\xf7\x3a\xff\x5d\x08\xf0\xbf\x9a\xc2\x12\ \x52\x6f\x26\x73\xa8\x02\x91\xe5\x62\xeb\x8d\x3b\xe5\x56\xbb\xd3\ \xb9\x7b\xab\xdc\xbc\xf9\xea\xcb\x2f\x5f\xbe\xf8\xd2\x8b\xcf\xbe\ \x53\x7e\xe3\xe5\x0b\x57\xde\xb9\xf0\xdc\xcd\xad\x9c\x50\xe3\x07\ \xa2\x36\x50\x11\x72\xa6\xef\x00\x21\x24\x0e\x45\x24\x37\xd4\x77\ \x54\xcd\x34\x0f\x05\xa8\x26\xe9\x55\x0e\x46\x84\xa1\x2c\x5a\xf1\ \xac\xdc\xd7\x81\x93\x93\x99\x3e\xd5\x34\x34\x45\x1d\x0d\x05\x05\ \xa9\x49\xac\x31\x38\xe9\x19\xe8\xf0\x98\xc6\x55\x1e\x1f\x98\x02\ \xa5\x99\x14\x3a\x55\x61\xc3\xd0\x45\xe5\x00\x89\x2b\x87\xe3\xd9\ \xe1\x6c\x30\xb1\x93\x58\x19\x8b\xbe\x1d\x89\x4e\x70\xba\xca\x2a\ \xbc\xc1\xf6\x0e\xc6\x84\x8c\xc6\x50\x94\x21\x76\xb1\x76\x85\x20\ \x8b\x59\xb8\x47\x24\xb3\x65\x0e\xed\x5a\x32\x52\xda\x2d\x66\xeb\ \x38\x0a\xf7\xa4\x91\x51\x4a\x56\x33\x88\x28\xcb\xb3\x01\x96\x4c\ \xe6\xe1\x74\x09\xe9\xd6\x0b\xb5\x5c\xa2\x1d\x93\x70\x32\x0d\x49\ \xb1\x52\xac\x8a\xcb\xa4\x84\x65\xe9\x04\x94\x43\x14\x25\x26\x9d\ \x98\x8d\x1a\xdd\x48\x55\x37\xee\xdc\xde\xbc\xbb\xb9\xb5\x77\x73\ \x77\x27\xd5\xba\x9e\x49\xb4\xea\x74\xb2\x5a\x2f\xe7\x8b\x54\xa3\ \x83\x89\x6c\x3c\x1e\x6f\x71\x02\x96\x2c\xdc\xac\x51\xb5\x3c\x47\ \x25\xb9\x32\xc1\xb6\x4a\xa5\x62\xb6\xb9\xd3\xca\xb1\x24\x9e\x6f\ \x50\xc5\x6c\xb5\x4d\xc5\x5b\xd9\x72\xad\xde\xe9\x94\xf2\xb9\x6a\ \x8b\xea\xb4\x52\xed\x6a\xb6\xdc\xba\x75\x6f\xf7\xce\x46\xeb\x66\ \xa7\xd3\x4e\xe0\x18\x8d\x61\xe9\x58\x3a\x4b\xa6\xdb\x18\x8b\xa7\ \x71\xac\x81\x25\x92\x7c\xac\x58\x85\x7b\xd3\xc5\xc4\xd4\x49\x7d\ \xac\xeb\xa2\x3c\xd7\xd5\xc9\x84\xef\xf5\x24\xcd\xd6\x5b\x7d\x7d\ \x70\xf2\xc1\xc3\x07\x43\xad\xa7\x74\x0f\x26\xda\x64\x3c\xd5\xfa\ \xf3\xa9\x79\x38\x9c\xf4\x0f\xc5\xc3\x8f\xff\xee\x07\x7f\xf7\xa3\ \x9f\x7c\xef\xf4\x72\x28\x14\x59\x59\x5e\x5a\x75\x3c\x9e\x25\x77\ \x01\xeb\xf6\xd7\x6b\x61\x9f\xcf\x6b\x57\xf5\xf2\xba\x7d\x6e\xa7\ \xd7\xbd\x16\x06\x18\x5b\xfb\xef\x5f\x5f\x3b\x07\xd4\x8f\x33\xec\ \x71\x79\x23\x7f\xb9\x74\xea\xd4\xd2\x19\x97\x7f\xc9\x11\x74\x7a\ \x42\xa7\x5e\x5f\x5e\x5e\x3d\x15\x04\x0f\x81\x90\x37\x10\x0c\x3f\ \x8e\x4e\x70\x01\x33\xe8\xf3\x04\xed\x9a\x13\x21\x8f\x7b\xc9\xb7\ \x1e\xf5\x86\xfc\x51\xef\xe3\x1c\xc8\x5e\x80\x24\x3b\xe2\xc1\x07\ \x9c\xe7\x5f\x45\x3d\x6b\xc0\x22\x7a\x9c\x40\xd7\x01\x76\x79\xa3\ \x3e\xb7\xc7\x19\xf5\xfc\x89\x63\xe7\xdf\xe9\xeb\xff\x87\x00\xeb\ \x13\xfb\xe9\xfb\xff\xe1\xc0\xfa\xe4\xb9\x7f\x77\x89\xf5\xbf\x04\ \xb0\x62\xd6\x9d\x5b\xa5\x3c\x0c\x73\xf0\x5e\x2d\xf9\xda\xf5\x76\ \xaa\x99\xda\xdc\xdd\x2d\x94\x6f\x5e\x3b\xff\xca\xe5\x97\x5e\x7c\ \xf9\x4b\x57\xb6\x2e\x5c\xbd\x76\xeb\x8d\x8b\xaf\xdd\xd8\x4c\xc3\ \x2d\x4c\x9a\x58\x96\xc2\xc6\x67\x6c\x99\x9f\x0e\x12\x2c\x53\x2c\ \x3d\x30\xea\x9a\x35\x10\x7b\x3d\x92\x19\x28\x1d\xac\x27\x28\x0c\ \x60\x4f\x3c\x06\xa0\xd5\x27\x2d\xd1\x1a\x14\x49\x91\x17\x99\xa9\ \xc5\x8b\xa3\x24\xaa\xea\xc3\xc5\xd0\xc4\x8f\x4f\x92\x08\xc9\x76\ \xad\x39\x12\x9f\x9b\x59\xa8\xdb\x23\x8c\x2e\x49\x3e\x5c\x50\xdd\ \xfd\xe1\xe1\xe1\x81\xa1\x0e\x63\x34\x23\x8d\x1e\x4c\x49\x54\x52\ \x10\xce\x30\x0f\x2d\xa3\xdb\x10\x87\x5d\x23\x96\xcc\x67\xb9\x2e\ \x52\x41\x53\x75\x82\x83\xd8\xb4\x40\xb2\x58\x81\x4b\xa2\x7c\x8f\ \x4c\x97\xe9\x42\x53\xca\x41\x6c\x62\x2c\x54\x59\xae\x3c\x98\xcb\ \x69\x96\x27\xf1\x56\x1b\x61\x69\x86\xa1\xf3\xb9\x24\x94\x66\x48\ \x8c\x85\x71\xa4\xcd\xd1\xd5\x1c\x55\x84\xe3\xc9\x0c\xc7\x75\x58\ \x9d\x55\x17\x1f\x19\xb5\x4e\xa3\x71\x6f\x63\xfb\xf6\xde\xc6\x8d\ \x7b\xa9\xc2\x76\xea\x76\x65\x7b\x67\x8f\xae\xd2\x8d\x22\x30\x71\ \xb5\x7a\xbb\x94\xc2\x45\x92\x82\xb1\xdd\x36\x09\x15\xca\xc5\x76\ \x3e\x5b\xcd\x37\xe9\x72\x9b\x24\x3b\x35\x80\xc5\xd4\x56\xa1\x95\ \xa5\xaa\xd5\x62\xa9\x93\xaf\xb7\xe1\x44\xa1\xd8\xc2\x8a\x6d\xae\ \xd1\x68\x17\x0a\x99\x54\xad\x96\xa9\xa4\xf6\x32\x6f\x6f\xde\xbb\ \xb7\x5b\x4e\x55\x5a\x3b\x76\x7a\x79\x82\xc2\x61\x34\x97\xae\x95\ \x12\x08\xca\xf3\x40\x6a\x71\x62\x22\x59\x6a\xa3\xe3\xc5\x64\x66\ \xf0\x14\xaf\x49\xbc\x46\x5a\x4a\x6f\x3c\xed\xca\x96\xc5\xf2\xec\ \xa1\xd2\x57\xc7\x27\x8b\x47\xfb\xb3\xb1\x21\x12\xc6\xe4\x60\x36\ \x3b\xee\xef\x5b\xb3\xc9\x58\x1f\xcd\x17\xd3\x7f\xf8\xe9\x8f\x7e\ \xf8\xa3\xfb\xdf\x7b\x7d\x75\xe5\xf4\xd2\x99\xb3\x4b\x91\xa0\xcf\ \xe7\x0b\x05\x5c\x4e\xa0\x80\xd6\xd6\xd7\x81\xa2\x8a\x9e\x8b\xba\ \xbd\xce\xa8\xcf\x7b\x09\xc8\xad\xf0\x9a\x3b\xfc\xd7\xe7\xfe\xea\ \xd2\x1a\xe0\xd5\x25\x67\xc0\x11\x39\xf3\x8d\xd7\xbf\xb2\xec\x77\ \xbb\x22\x81\x80\xd3\xb1\xba\x74\xf6\xf4\xa9\xe5\xd3\xc0\x14\x86\ \xce\xad\x39\xfc\x1e\xaf\xdb\x5e\xf8\x1c\xf2\x2e\xb9\x96\xc0\x2f\ \x5e\x2f\x78\xc9\x17\x08\xd9\xa9\xe2\xdd\x6b\x40\x73\xb9\xfd\x7e\ \x8f\xc3\xe9\x72\xb8\x3d\x40\xa0\xd9\x93\x62\x1e\x87\x1d\x38\x01\ \xf4\x1b\xe8\xc5\xb3\x1e\xf5\xbb\xd7\xdd\x97\xfe\x4d\x80\xe5\xb8\ \x6f\x07\x76\x6e\x10\xf7\x7f\x45\x73\xdd\xff\xc7\x99\xa6\x9f\x7d\ \x6c\x5b\x38\xe2\x57\xe3\x96\x7e\xf3\x58\x8e\x93\x8d\x6f\x7d\x6b\ \x63\x74\xf6\x0f\x04\xd6\x3f\xef\xf4\xcb\x0d\x9f\xdc\x07\x7d\x6c\ \x9c\xfc\x96\x88\xd3\xd1\xc6\xe3\xce\xdf\xff\xb5\x29\xfb\x7f\x6a\ \xbf\x6f\xcf\x7f\x9d\x1c\x8f\x8f\xf5\xc9\xef\x3d\xc6\xc6\xaf\xc5\ \x7f\xfc\x0c\x3c\x1b\xfd\xfa\xcd\x52\xc7\x3f\x1e\xc7\x3e\xf5\xf7\ \x4f\xe8\xdf\xf8\x2b\xfe\x45\xb7\xbf\xeb\x34\x7f\xdb\x07\xf0\xaf\ \x5d\xda\x9f\xdd\xb7\x83\x71\x7f\xed\x50\xbf\x3c\x93\xb3\xf4\x1f\ \xc1\x36\x81\xb9\x7e\x2b\x43\xd3\xf9\x4e\xb6\x59\xa7\x6f\xde\xdd\ \xd8\xba\xbe\x97\xeb\x64\x76\xb6\xae\x5c\x7d\xed\x95\xf3\xe7\x5f\ \x7c\xf6\xd9\x77\xb6\xae\x5c\x79\xeb\xad\xd7\x2e\x5e\x7b\xe5\x9e\ \xce\xef\x64\xa1\xfe\x6c\xcc\xa2\xd4\x91\xb8\xa3\x49\xba\xcc\x12\ \x54\xec\x48\xb9\xdb\x1d\x5a\xd3\xb9\x8e\xe3\xc7\x5a\x91\x46\x79\ \x93\x45\x14\x11\x49\xaa\x3d\x55\x50\x34\x99\x91\x4a\x09\xa5\xab\ \x13\xd3\xc3\xb8\xf4\x69\x2e\x2e\x42\xe6\xd1\x40\x8a\x2f\x3e\x4d\ \x43\x93\x09\xd1\x1f\x09\x90\xa8\x62\x49\x56\x50\x15\x96\x97\x67\ \x56\x5d\x19\xf7\xa7\x83\x99\x60\x1d\xc3\x9c\x01\x86\xe9\xf8\xa8\ \x1f\xd3\xc5\xe4\x68\x38\x3f\x34\x08\x5c\x9f\x49\x33\xa6\x84\x23\ \xf5\x5c\x2b\x9d\xbc\x9b\x4c\xe4\x12\x62\x96\xe8\xb0\x6c\x8b\xc5\ \xe2\x7d\x81\xce\xb7\x6b\xcd\x3d\x86\x48\x30\xa8\x1c\x6b\x61\xe9\ \xf6\x64\xa0\x14\x63\x49\x32\x01\x65\x6b\x85\x0e\x4e\xd5\xed\x32\ \x3a\x65\x98\x95\xb8\x5a\x52\xc8\xe7\x68\xba\x94\xa6\xa9\x38\xd9\ \xe6\xb8\x3c\xc5\xea\x8f\xa6\x13\xbc\x5e\x4f\xb4\x6f\xed\x34\x2b\ \x85\xfc\x56\x2a\xb3\xb9\x51\xd8\x2a\x6c\x6d\xec\xa6\xdb\xf5\x46\ \xad\x05\x2e\x51\xbd\x90\x4b\x23\x4a\x16\x8e\x57\xb3\x59\xb4\xb8\ \xd3\x2e\xd5\xcb\xd5\x4a\x29\x47\xb5\x3b\x34\x57\x4d\x63\xa5\x66\ \x2b\xd5\x2a\xd5\x70\x9c\xab\x97\x8a\x65\xae\x53\x8e\x15\xb6\x3a\ \xc5\x66\xb3\x5e\x6e\x56\x3b\xd5\x5a\xaa\xdc\x6a\xb6\xda\xbb\x99\ \xbb\xdb\xdb\xed\x8d\xf2\x66\xa6\x96\xae\x25\x79\x92\xeb\xa4\xb1\ \x6c\x5c\xae\x66\x91\x18\x81\x71\x89\x5a\x07\x63\x92\x45\x8e\x86\ \x81\x17\x3e\xec\x77\x91\xae\xd9\x55\xfb\x82\x32\x1a\xf4\xac\xc9\ \xd1\x58\x94\x95\xee\x91\x69\x4a\xd6\xc9\x87\x07\xfb\xf3\xe9\x40\ \x92\x06\xf3\x7d\xcb\x1a\x5b\xb3\xf9\xe1\x4c\xed\xca\xc6\xd1\x8f\ \xdf\x7b\xef\xfe\x8f\xbf\xfd\xcd\x6f\x9e\x8e\x00\xa5\xe4\x5b\x5e\ \x0a\xb9\xfc\xfe\x88\xcb\xef\x5d\xf3\xd9\xb9\x60\x9c\xce\x73\x8f\ \xfd\x9c\xd3\xb9\xee\xf5\x46\x3d\x7e\xf7\x5f\x3b\xc3\x40\x00\xad\ \x47\xc3\x76\xa5\x88\xb5\x80\x2b\x72\xfa\xf5\xd7\xbf\xb1\x64\x27\ \xa3\x59\xb5\x2b\x40\x87\x5c\x91\xe5\x08\x38\xd2\xaa\x0b\xec\x0f\ \x20\xe4\xf4\x3b\x42\xa1\xa0\xdb\xe3\x73\x45\x80\xf1\xf3\xb9\xbc\ \xc1\xa0\xc7\xe3\xf0\x05\xdd\xb6\x76\x73\xd8\x91\x58\x8f\xcb\x16\ \x3a\xfd\x2e\x97\xc3\xe9\xf7\xbb\x6d\x5e\xf9\xdc\x6b\xae\xb0\x33\ \x60\x4f\xce\xdb\xa1\xf5\xbe\x27\x00\xd6\x2f\x06\xeb\x27\xbf\xb8\ \x65\xf6\x9b\xc1\x49\xe7\x1e\x8f\xd5\x4f\x3e\xfe\xe7\x4d\xbf\xe3\ \x58\xe7\x36\x7e\xb9\xc7\xc6\xfb\x7f\x1a\xb0\xfe\xe9\x04\x46\xbf\ \x36\x09\xfe\x2b\x7d\x7f\x8b\x78\xff\xf7\x01\xeb\xb7\xed\xf9\xaf\ \x03\xeb\xb1\xd2\x73\xfc\xde\x63\x7c\xfc\x6b\x88\xba\xff\x6b\x13\ \x7f\x9f\xfc\xf2\x12\xfe\xe3\x95\x1a\x7d\xeb\x5f\xfc\x15\xbf\x29\ \x2d\x7f\xfb\x69\xfe\x8e\x0f\xe0\xf7\x5f\xda\x4f\x4e\xbe\xf5\xdb\ \xfb\x3b\xf7\x85\x4f\xe8\x3f\x4a\x8c\x41\xd8\x9b\x19\x88\xce\xc7\ \x72\xf4\xc6\x5e\xe1\xd6\xdb\xb7\x2b\xe5\x4a\x65\xeb\xad\xca\xd6\ \xf9\xd7\xae\x5c\x78\xee\xf2\xb3\x7f\xf6\xdc\x8d\xea\xe5\xf3\x2f\ \xbd\x72\xe5\xed\xb7\xae\xdc\x86\xa1\x42\x42\x8c\x9b\x7d\x5e\x83\ \x16\x62\x5d\x52\x47\x73\x5d\xeb\xc6\x67\xdd\x2d\x6b\xac\x1a\x47\ \xdd\x06\x3e\x55\x2a\xad\xb8\x62\x99\xf1\x7e\x3f\x9f\x1c\x1c\x0d\ \x8d\x5e\x1c\x43\x46\xb1\x12\xd1\xed\x0d\x4e\xc6\xd0\x68\x48\x27\ \x44\xe1\xe1\xa7\x27\x71\x61\x31\xee\x24\xac\x11\x4f\x74\x09\xd5\ \xe0\x1b\x31\x9d\xd7\x14\x52\x8c\x7d\x6a\x64\xb8\xee\x78\x4a\x02\ \x1b\x38\xc1\x80\x76\x1a\x68\xf2\xb4\x0b\x6c\x91\x64\xce\x47\xc7\ \x96\xa2\x1c\xcc\xcd\x49\xa2\x4c\xc6\x1a\xed\x06\x0e\x35\x21\x0e\ \xaf\xe5\x4b\x68\x55\x27\x5a\x08\x96\xeb\x27\x6b\x5c\x3b\xd7\x2a\ \x33\x2a\x41\x10\x64\x2e\x0f\x37\x10\x43\x15\x69\x48\xc3\x72\xa5\ \x1a\x46\xe7\x20\xdc\xae\x51\x51\xcc\x91\x28\x01\x11\x32\x83\xc1\ \x1d\x41\x49\xc3\x14\x2f\xd2\x3c\x8f\xc9\x07\x47\xfb\x7d\x2d\x41\ \x43\xe9\xc2\xe6\x5e\x79\xf3\xde\xd6\xf5\xbb\x5b\x99\x8d\xca\xee\ \xf6\x3b\x77\xca\x89\x76\x91\xa2\x1a\xad\x9d\x0e\x9d\xce\x73\x39\ \x32\xa1\x08\x14\x92\xce\x35\xaa\xa5\x76\xae\x96\x28\x25\x13\x49\ \xba\x93\x4c\xd7\x1a\xc9\x6a\xb9\x9d\xaf\x15\xd3\x58\x35\x57\x2b\ \xb7\xa8\xdc\x6e\xb1\xda\x29\xd4\xb3\xf9\xbd\x56\xad\xc1\xd5\x8a\ \x5c\xe5\x5e\x3d\xdd\xde\xab\x94\xb7\x33\x5b\x7b\x3b\x85\x56\xa5\ \x98\x4d\x90\x71\x96\xa1\xeb\x79\x38\x97\xcc\xd3\xd9\x84\x9c\xcf\ \x53\x45\x26\x99\xc5\x8a\x79\x1a\x39\x36\xfa\x07\x13\x3d\x06\x2b\ \x32\xd1\xe7\x2d\x45\x22\x04\x73\x34\xe8\x0e\x26\xf2\xc4\x98\x1d\ \x8d\x3e\xfb\xe8\x64\xba\x18\x6a\xda\x50\x1b\xcd\x8c\xd9\x7c\x7f\ \xb6\x38\x1c\xc8\x93\xee\xf8\xff\xfa\xdb\xf7\xbe\xfb\x93\xef\x7e\ \xf3\xab\xdf\x39\x1b\x08\xb8\xec\xaa\xcd\x2e\x97\x0b\xb0\xc8\xed\ \x0e\x39\xa2\x76\x22\x19\x6f\x14\xc8\xa2\xf5\xb5\xb0\x9d\x07\xc6\ \xed\xf5\xae\x01\x97\xe8\xbc\xb4\xe6\xbc\xb4\x0e\x10\x76\x2e\x1c\ \x5d\x0e\x9d\x3a\x75\x3a\x18\x0c\x86\x82\x2e\x4f\xc8\x1f\x58\x76\ \x45\x56\x4e\xd9\x71\xa7\x8e\x08\xd0\x54\xfe\x80\xcf\xed\x0d\xb9\ \xec\xe8\x07\xc0\xa8\x60\xd0\xce\x8d\xec\x07\xfe\x30\xe0\x71\xfb\ \x7c\x61\x4f\xd8\x63\x07\x5d\x39\x80\xb3\x8c\xae\xdb\x9c\x72\xda\ \xd5\x08\xc1\x3f\xa0\xe6\x42\x2e\x7b\x1a\xeb\x92\xd7\x6d\x83\xf2\ \x4f\x03\x96\x3d\x8f\xb4\xf1\x2b\x77\xed\xfe\xa9\xd1\xbf\x06\xac\ \x4f\xe8\x5f\xdd\xf4\xc9\x6f\x0d\x91\xf8\xd5\x77\xbf\xff\x87\x00\ \xeb\x67\xff\x04\xcb\x5f\x6c\x38\xf9\x2d\x5d\xd8\x82\x65\xe3\xd7\ \x4e\xec\xec\xef\x06\xd6\x6f\xdd\xf3\x0f\xf0\x66\xc4\xaf\x60\xf8\ \xb7\x1f\xe3\xdc\xaf\x21\x8a\xf8\x35\xc2\x39\x7e\x09\xb3\x7f\x71\ \xa5\x7e\xfb\x85\xfa\x9d\xa7\xf9\x3b\x3e\x80\xdf\x7b\x69\xdf\xff\ \x9d\x1f\x8c\xe3\x93\x8d\x6f\xfd\x51\xc0\x22\x13\xef\xa4\x04\xb6\ \x9c\x47\xa4\x5a\xa1\xfd\xea\x3b\xf5\x4e\xa9\xbc\x73\xe7\xb5\xbb\ \xb7\x2f\x5f\x38\x7f\xe5\xc5\xe7\xbf\xf8\xe7\xe7\x77\x6b\x6f\x5e\ \x78\xe5\xf9\x17\xcf\x5f\xbc\xb8\x27\x40\x77\x63\x13\x53\xd6\x79\ \x65\xba\x48\x96\x14\xbe\x3f\x26\x24\x08\x7a\x48\x36\xff\x1f\xf6\ \xde\xfd\xb7\x8d\xeb\xde\x17\x2d\x9f\x20\x29\x52\x15\x76\xec\x38\ \x6c\xb2\xe9\x9d\xb0\xce\xc3\x51\x76\x6c\xb6\xf6\xb5\xb7\xed\x1e\ \x17\xb6\x55\xf8\x51\xb9\xd2\x96\x0c\x55\xd0\x9e\x31\x87\x9c\x19\ \x5a\xd0\x90\xc3\x99\xd2\x9c\xe1\xab\x1c\xbe\x40\x72\xc8\xb0\x28\ \x0f\xe6\x60\x4a\xdf\x6b\x0e\xc6\x20\x50\xb0\x44\x9a\xc0\xe8\x25\ \x43\x96\x20\x81\x0d\x96\x15\xf4\xe8\x81\xbc\x55\x19\x28\x72\x9c\ \xe6\x1f\xb9\x6b\xe4\xc4\x96\x1c\x5b\x71\xdc\x9e\x83\xfb\x43\xc7\ \xb1\x1d\x92\x8b\x6b\x66\xd6\x78\x7d\xf4\xf9\xac\xf5\xfd\x7e\xbe\ \x55\xa9\x25\xf2\x84\x0b\xff\xa8\x5f\x8c\xb9\x59\xb1\x54\x6a\xae\ \x7b\xc8\x95\x66\x4f\x68\x96\x58\xa9\x9a\x72\xd5\xe4\x7e\x77\xa5\ \x06\xad\xd6\xa3\xee\x4a\x67\xb5\xdf\x87\x4b\x43\x39\x56\x71\xd2\ \x22\x12\x77\x11\x1d\x0f\x20\x58\xbd\x5e\xc5\xe5\xaa\x6f\xc5\x0b\ \xa4\xa7\xd2\x2d\x7b\x2b\xcd\x21\x8b\x3b\x2b\x92\x10\x2f\x97\x97\ \x1b\xae\xf6\x96\xd0\xa8\x37\x44\x7e\xab\xcf\x3a\xe9\x62\x1d\x0b\ \x85\xc3\x68\x26\x89\x61\x04\x9d\x45\x51\x54\x74\x05\xf1\x98\xab\ \x81\x85\x12\x29\xbf\x1f\xf5\xb8\x44\x94\xad\xc2\x5e\x24\x5c\x6a\ \x09\x2e\x8a\x28\x21\x9c\x9f\x8b\xa3\x2e\xc4\xe5\x76\x93\xd9\xb0\ \x47\x2e\x09\x44\xc8\xe7\x72\x17\x12\xde\x76\x29\x8c\x94\x45\x06\ \xf3\xa0\x72\x9f\x87\x58\x01\x89\x56\x43\x0b\x93\x81\xdc\xe2\xa5\ \xab\x57\xaf\x91\xc1\xd9\xe0\xb5\x0b\x17\xa7\xb3\xcc\x74\x31\x5c\ \x88\x45\x7c\x21\x12\x42\xb9\x18\xe3\x76\xc3\xb4\x2b\x3d\x9f\x08\ \x61\xc5\x5c\x8a\x0b\xb9\xa8\x50\x3e\x2c\xc0\xb9\x7c\x38\x55\x88\ \x65\x42\x29\x57\x34\x96\xcc\x84\x19\x27\x9a\x2d\xe6\xfd\x01\x86\ \x63\xb8\x70\xcc\x07\x25\xf2\x24\x60\x5d\xc1\x40\x11\xa8\xc2\xab\ \xb3\x81\xa5\xf9\x48\x2e\xed\x72\x11\x4e\x0a\x25\x71\x98\x8b\xfa\ \x83\x79\x0e\x71\x63\xc5\x20\x17\x75\xa2\x3e\x2a\x93\x72\xae\xb7\ \xab\x8d\xb6\xe0\x46\xc5\xb2\xb4\xd6\x6c\x4b\x95\xba\xa4\x64\x5b\ \x4a\xb5\x7e\xaf\x5e\x6d\x6e\x6c\xdd\xd9\xe8\x02\xb4\x2a\xf1\xb5\ \x8d\xb5\xf5\xc1\x2a\xa0\x5b\x1b\xcd\x5a\x7d\xe5\xc3\xdf\xfd\xe1\ \x77\x7f\xb8\x7d\x60\xdf\xd8\x8f\x7e\xa0\xd2\x18\x54\x87\xdf\xdc\ \x7f\x40\x67\xd7\x03\x20\xb1\x29\x60\x61\xb1\x58\x8d\x8a\x05\x8c\ \x62\xa7\xa0\x58\x17\xdb\x2c\xf6\x29\x9b\x56\xed\xb0\xea\x2c\xf6\ \x71\xa3\x75\x7c\x5c\x3d\x3a\x36\x72\x78\x54\xb1\xcf\x32\x6b\xd4\ \x16\xcd\x81\x03\x9a\x91\x83\x6f\x1c\x38\x78\xc0\xa0\x35\x9a\x35\ \x07\x34\x46\x83\xc6\xac\x54\xd6\x31\xeb\x74\x56\xad\x56\xa9\xaa\ \x3a\x62\x54\x1b\x14\xe3\x51\x83\xca\x68\xd5\x4f\xe9\x8d\x2a\x13\ \x00\x47\x83\x15\xa0\x93\x4a\xad\xd3\x6a\x4d\x06\x8d\xc1\x64\x19\ \x1f\x37\x8c\x28\xf1\x59\x56\xc0\xec\xec\x0e\xcb\x8b\x01\x16\xf1\ \x58\xeb\x00\xa6\x40\xde\x1e\xff\xe4\x5b\x9f\xa8\xba\x3b\x89\xd4\ \xf6\x34\x24\x94\x24\x16\x25\xde\x73\x9b\x03\x74\x9f\xd2\xd7\xc3\ \x49\xb5\xa9\x1a\x1f\x57\xe2\x51\x0f\x3d\x0f\x60\x1d\x7e\x84\x02\ \x0f\xe3\x39\xc1\xab\xcd\xdb\xb7\x1f\xce\xc0\xcd\x5d\xc1\x5e\xe0\ \x94\x87\xc7\xc7\x0f\x6f\x3e\x9e\xe0\x9f\x8d\x8f\x6f\x7f\x69\x3b\ \x04\x74\x7c\xaf\x96\xcf\x01\x58\x0a\xfa\x11\x7b\xf7\x71\xe8\xcb\ \xe5\xb6\x2f\x29\xd5\x63\xa2\xb9\xf9\x65\xab\xed\x91\x22\x1f\xde\ \x05\xb1\xeb\x2e\x76\x9d\xf6\x99\x97\xf9\x8c\x07\xb0\xd7\xd0\x6e\ \x83\x12\x01\xb0\xf3\xb3\xc3\xb3\x3b\x40\x6e\xfb\x4a\xbe\xc0\xff\ \xe7\x06\xac\x50\xe8\xdc\x79\x0e\xcf\xe1\xb0\x27\x10\x8e\x9e\xb8\ \x10\x48\xa5\xf2\xf9\xc2\xec\xe2\xf9\x77\x4f\x9f\x3e\xf5\xce\xab\ \x6f\xbd\xfa\xde\x52\xf2\xe4\xf7\x8f\x9c\x3a\x7d\xec\xe8\xd1\x59\ \x2c\x93\x74\x97\xf9\x5e\xa9\x1c\x92\x3f\xc5\x62\x25\x89\x6d\xd7\ \xe0\x28\xb4\x05\x27\x2b\xcb\x6b\x42\x43\x44\x89\xcf\xcb\x33\x29\ \xb1\x5e\x72\x97\xda\x43\xd4\x53\xae\x0d\xba\x1d\x09\x96\xe9\xb4\ \xb7\x2c\xd5\x87\x5d\xa2\xb6\xd5\x85\x00\x2b\x88\xb7\xbb\x08\xd1\ \xe7\x7d\xdd\x13\x33\x3f\x1e\x00\x00\x20\x00\x49\x44\x41\x54\x06\ \xc1\x36\x5a\x1e\x6f\x13\xf3\x09\xf5\xfa\xa0\x51\xe5\x6a\x9b\x6e\ \x3f\x2f\xf4\xd6\x1b\x4e\xa4\xbe\xc5\x78\x2a\x62\x7d\xa3\x5a\x15\ \x3b\x75\xb8\xdc\x96\x45\x77\x85\x97\x7a\x15\x5e\xf0\x10\x0d\x0f\ \xc5\x14\xc8\x1c\x85\xe1\x15\x02\x66\x5d\x3e\x11\x86\xc9\xb4\xbb\ \x41\x10\xd1\x44\x2e\x88\xe1\x25\x9a\x66\x69\x18\x86\x53\xf5\x06\ \xe1\x12\x44\x18\x72\xcd\x93\x25\x2f\x29\xc0\xa9\x50\x08\xcd\x86\ \x45\x37\xa0\x35\x85\x7c\x62\x3e\x54\x93\xe2\x28\x2d\x62\x50\x3c\ \x4b\x48\x51\x0f\xe5\xab\xfa\x0a\xde\xd8\xc2\xe2\xec\xd2\xb5\xfc\ \xd2\x69\x7f\x6a\xee\xca\x74\x20\xb7\x30\x37\xcd\xa5\x42\x54\x30\ \x5c\xc4\xdc\x2e\xca\x93\x47\x5d\x21\xde\x0d\x31\xc5\x74\x38\xcc\ \x84\xf3\x64\x2e\x8f\xc3\x89\x34\x83\x87\xf9\x54\xb2\x58\x88\xc5\ \x12\x61\x08\x67\xa2\x1c\x44\xc1\x4c\x50\xc9\x70\xf2\x79\x30\x1f\ \x99\xe6\x8a\x18\x17\xf5\x15\x53\x4b\xfe\x42\xf1\x5a\x64\x76\x7a\ \x3e\x1d\xc8\xe7\x0a\x10\x87\x62\xe1\x64\x34\x9f\xa5\xb0\xe4\x35\ \x94\x88\x43\xe1\x74\x86\x74\x31\x21\x3c\xa3\x94\x71\x6c\x48\xab\ \x7d\xc1\xeb\xad\x35\x07\x4d\x59\x6a\x37\xc1\x50\x76\x3b\x75\xa9\ \xdc\x6a\x77\xaa\xfc\xea\xe7\x1f\xb5\x7a\xa2\x5c\x2d\x01\xca\x55\ \x1f\xac\xf4\xb6\x06\xcb\x2d\xa1\x36\xdc\xf8\xdd\x2f\x7f\xf1\xbb\ \xff\x3a\xbc\x7f\xc4\xf4\xc6\x1b\xa6\x51\x9d\xd1\x64\x3e\x60\x52\ \xa9\x6d\x56\xad\xcd\x6e\x53\x4a\x33\x6b\xad\x06\x95\x5d\x6b\x31\ \x58\x2d\x4a\x82\xb2\xde\x6e\x73\x4c\x58\x01\xb4\xa8\xb4\x8e\xa9\ \xa9\x09\xc7\x75\x87\x45\xf3\xe6\x3e\xf3\x9b\x6f\x1c\x30\x9b\x46\ \xc6\x8c\x3a\x80\x51\x23\xa3\xa3\xe6\x83\x63\x26\xbd\x41\xa3\xd1\ \x82\xee\x34\x5a\x95\xc5\xb8\x4f\x63\x04\x8c\x4d\x35\x3a\xaa\xc0\ \x93\xc9\x38\x02\x08\x96\xce\xa4\x58\x32\x00\x94\x52\x99\xb5\x3a\ \x35\x90\x97\x3a\xa3\xd1\xa0\xd3\xaa\x55\x66\x93\x5e\xeb\xb0\x59\ \x34\x40\x2a\x1a\xac\x56\x8b\x55\x0b\x78\xd7\x0b\x01\xd6\x36\x66\ \x7c\xf9\x73\xf9\xf6\xf8\xae\x29\xf2\xc9\x0e\x72\xf1\x48\x6f\x7c\ \x46\x3e\xc1\x3b\x7e\xb2\x83\x2d\x91\xbb\xf5\xda\xd7\x01\xd6\xec\ \xa3\x29\xfd\x45\xc6\xcc\xe6\x43\xba\xb5\x2b\x9a\x75\x7b\x4a\x1e\ \x1a\xdf\xc9\x4d\x6e\x3d\x7d\xd1\x7d\x8f\x96\x5f\x03\x58\x87\x1f\ \xd1\xcc\x67\xf6\xd1\xdd\xb1\x88\x05\x9a\xcf\x3e\xe2\xa5\x0f\x6f\ \xe3\xb3\x1d\x23\xf5\x94\xbb\xd8\x79\xda\x3d\x2e\xf3\xe9\x0f\x60\ \xaf\xa1\x25\x1e\xa3\xe2\x36\xb5\xdb\xf1\x60\x00\x5e\x1d\xba\xfd\ \x4d\xf6\x7f\xbd\xf0\xd5\x2b\x69\x38\x8d\x79\x12\xb3\xe1\xcc\x91\ \x2b\x73\xf9\x44\x24\x33\x77\xe6\xca\xe4\xf1\x93\x67\x4e\x1e\x3b\ \xf9\xfe\xeb\x6f\x5f\x39\xff\xce\xbb\xa7\x8e\x00\x49\x78\xe1\x72\ \x85\x26\x59\x42\x94\x6b\x40\x16\x6e\x85\xe0\x55\x19\xe3\x65\x28\ \x0b\xaf\xd2\x19\xa9\x26\x97\x5a\x22\x42\x6c\x42\x79\x48\x5c\x91\ \x91\xf8\xa0\x87\x85\xd8\x76\xa3\xb3\xd1\x41\x5b\xe5\xb4\xb7\x49\ \x57\x6a\x92\x5b\xea\xcb\x78\xb3\xde\x15\xe4\x9a\x40\x6f\x10\x5c\ \xa5\x59\xae\xc9\xbc\x87\xbf\xe7\xc9\x56\xeb\xbd\xb5\x26\x82\x0e\ \x96\x79\x4e\x96\x01\x17\xf3\xc0\xad\x1e\x49\x94\xdc\x9d\xf5\x32\ \x22\xae\xb7\xdc\x04\x4f\xd4\xfa\x5b\x72\x7c\xab\x25\xcb\x3c\x5b\ \xf2\xf9\xf0\x08\x4a\x65\x78\x12\xe7\x38\xc2\x93\x21\x33\x90\x3b\ \x1d\x47\x30\x88\x2b\x16\x03\x61\x9c\x2e\x79\xf9\x32\xc5\x60\x45\ \xaf\x24\xf1\xf1\x12\x0e\x93\x93\xe1\x4a\x0c\x72\xfb\x10\xd8\xe9\ \xe1\x30\xd6\xe9\x61\x11\xc8\x93\x4e\xa3\x72\x9c\x11\x4a\x65\x0a\ \x11\x32\x82\x00\x7b\xdd\x38\x1f\x8a\x84\xa9\xd9\xcc\xf4\xdc\xfc\ \xd2\xc2\xd5\x42\x2c\x75\x75\x66\xee\xea\xfc\x74\xd4\x1d\x13\x69\ \x0c\xce\x84\x01\x1b\x72\xf9\x9c\x24\xd1\x24\x60\x12\xe1\xd3\x14\ \xce\xc0\xe1\x6c\x21\xca\x84\x8a\x72\xa9\x90\x61\xd2\x1e\xcc\xc9\ \x64\x29\xdc\xe5\xf5\x96\x21\x8f\x8b\x49\x14\xa2\xe1\x3c\x46\xb3\ \x44\x2c\xc6\x90\x70\x89\x75\x61\xf0\xd2\xb5\x82\x7f\xe6\xca\xcc\ \x45\x7f\x62\x26\x13\x0e\x7b\x63\x78\x34\xea\x8f\x51\x59\x06\x4a\ \x66\x5c\x5e\x1c\x82\x43\xd9\xa8\x33\xcd\x65\x0b\x31\x84\x6f\x2f\ \xb7\xd7\xbb\x5e\x0f\x52\x96\x45\x51\x94\xdb\xe5\x65\xa9\x55\xed\ \xd2\xf1\x01\x51\xeb\xac\x0c\x56\x36\x57\xd7\x1f\xac\xcb\xbc\x57\ \x6a\x0d\x57\x86\x83\xd5\xc1\x46\xa7\x2d\xf6\xef\xfe\xf1\x77\x3f\ \xfb\x9d\x12\x30\x6a\xd2\x8c\x8d\x9a\x55\xc6\x91\x31\x1d\x50\x71\ \x36\xab\xde\xa2\xd7\xab\x6d\x0e\xab\x5a\x67\xd4\xa8\x6c\x16\xad\ \xda\x6a\xb3\x39\x1c\x5a\xfd\x84\x4d\x6b\x73\xd8\x15\xaf\xe4\x89\ \x9b\x8e\x71\xc7\xb8\xdd\x62\x3c\xb8\xdf\xfc\xc6\x7e\xe3\x88\xe2\ \x2a\x6a\xdc\x67\xd4\xec\x1b\xdb\x67\x3c\x60\xd6\x69\x55\x1a\x95\ \x41\xa3\x55\xca\xa6\x5a\x01\xf6\x68\x0c\xc6\x83\x07\x46\x4c\x2a\ \xc5\x56\x0b\x50\x27\x8b\x62\xc4\x60\xd5\x29\x74\x0a\x34\x19\x35\ \x29\x66\x5b\x3a\xa0\x38\x75\x26\x9d\x51\xab\x55\xf4\xa8\x52\xb7\ \xd0\x00\xf8\x9d\xde\xa8\x73\x68\x5f\x04\xb0\x6e\x3f\x2b\x35\x87\ \x78\x02\x95\x1e\x2f\xe0\x6c\xcf\xb7\xd9\xaf\xf4\x45\xec\x44\xbe\ \x2f\xa6\xd5\xd7\x00\xd6\xed\xc7\x6d\xc6\x77\xf1\x91\x5b\x3b\xf9\ \xc5\xe6\xae\x48\xf4\x6d\x76\x42\x3c\x1d\xb0\xf6\x68\xf9\x35\x80\ \xf5\xf8\xdd\x67\xf6\x71\x78\xc7\x18\x74\xb7\xd9\xe0\x97\x30\xf3\ \xd9\xee\x68\xb2\xa7\xde\xc5\xce\xd3\x3e\xcf\x65\xee\x7a\x00\x7b\ \x0c\xad\x6a\xe7\x93\xf9\xec\x89\x07\xf3\x4d\x03\xf8\x19\xfc\x62\ \x12\x42\xb3\x78\x38\x91\xf3\x64\x4e\xcc\xcc\x5c\x9b\xb9\x16\x5e\ \x38\x75\x6d\xe6\xe8\xd1\x33\xa7\x4f\x1c\x3d\xf4\xfa\xa1\xf9\x33\ \xaf\x9e\x38\x7b\xf4\xdc\x95\xf3\x27\x2e\xc4\xf1\x74\xd5\x2d\x49\ \xa2\x10\xaf\xaf\x61\x71\xb9\xcc\xd3\x15\x24\xec\x5e\x15\x32\x2d\ \xa7\xd8\x5c\x29\x23\x8d\xcf\xf1\x3c\xd2\xea\x76\x59\x79\x79\x1d\ \x61\x2b\xf5\x32\x2f\x37\x01\xa3\x8a\xd5\xa5\x1a\x8d\x8a\x52\xb3\ \x5b\xa6\xca\xcd\x76\xb9\x59\x66\x85\x15\x57\x38\xde\x97\xca\x3c\ \x02\xcb\xeb\x68\x56\xea\xac\x7d\x2a\x86\x5c\xad\x9e\xc0\xbb\xca\ \xb5\x6a\x95\x47\x37\xaa\x14\x24\x0d\x7b\xad\x0a\x5d\xaa\x7a\x9d\ \x82\x87\xef\xae\xae\x12\xf1\x7e\x0b\x91\xe3\x2c\x98\xe9\xa9\x05\ \x1f\x93\x2b\x01\x56\xe4\xa9\x78\x52\x61\x0a\xe3\x31\x6f\x34\x1b\ \x4a\x85\x96\x96\xb2\x25\x94\xa8\x10\x74\xc2\x19\xc2\x5b\x55\x41\ \xe4\xa9\xa8\xdb\x17\x23\x5d\x09\x27\x1f\x0d\x45\xb1\x74\xda\x5d\ \x26\x29\x9e\x15\x7c\xbe\x82\x0b\x46\xbc\x4d\x2f\xef\x14\xe4\x9c\ \x3b\xee\x2a\x73\x3e\x92\x03\x60\x9d\xbf\x72\x6d\x21\x35\x79\x69\ \x31\x35\x7f\xf9\xc2\x5c\xee\xda\x6c\x32\x1e\x0d\x57\x1a\x70\x22\ \x8c\xc1\x51\xa7\x93\x45\x43\x52\xbf\xc2\x43\x5e\x39\x0a\xd1\x18\ \xea\x83\x3d\x3e\x1c\xf2\xb0\x15\xc5\x24\x99\xc6\x04\x81\x02\x8a\ \x11\x69\x88\xac\x10\x0f\xe5\xc9\x2c\x86\xba\x4b\x2e\x37\x84\x31\ \x4c\x94\xa8\x54\x11\x6f\xc2\x9f\x5b\x58\x38\x7b\xec\x52\x70\xce\ \xcf\xa5\x61\xac\x18\xa5\xc2\x64\x88\x89\x45\x7d\xf9\x3c\x19\x22\ \x3d\xa8\x8b\x84\xa9\x10\x13\xca\xf8\x30\x74\x75\xa3\x73\xa7\xe7\ \x4e\xc3\x83\x8a\x5c\x6d\xd4\x37\x06\x55\x49\x16\x1a\x2c\x31\x24\ \x2a\xf2\x6a\x7f\x70\xff\xfe\xd6\x72\x6d\x8d\x46\xab\x2b\xdd\x56\ \x7f\x63\xb9\xbb\xdc\x90\xe5\x8f\x7e\xf1\x9b\x3f\xde\xfe\xd3\x4f\ \xf7\x8f\xbd\x71\x70\x0c\x30\xab\x7d\x26\xbd\xe2\xfd\x62\xd8\xf6\ \x5b\xb7\x03\x54\x52\x1c\x40\xf5\x00\x59\x94\x10\x52\x40\x92\x74\ \x7a\x87\xc5\x32\x35\xb1\x0d\x5e\x13\x8a\x5e\x99\x70\xd8\xb4\xe6\ \xc3\x9a\x91\x37\x01\x1a\x01\xd5\x67\x36\x1a\xf7\xed\xd3\x8c\xbd\ \x69\x32\x9a\x47\x46\x01\x97\x1a\x55\x01\x08\x54\x98\x93\x52\x32\ \x7a\xbf\xb2\x4d\xa8\xb5\x69\x8d\x5a\xb3\x12\xdb\x05\xe8\x97\xb2\ \x62\xa5\xb7\x19\x0d\x46\x85\x71\xe9\x54\x56\xa5\x42\xa1\xb2\x8b\ \xa8\x07\x9d\x82\xcb\xd0\x2a\x0c\x4b\xad\x38\x62\x7d\x13\xc0\x1a\ \x7f\x98\xcf\x77\xe8\x99\xa9\x84\x3b\xe6\xe7\xf6\x17\x1e\x4f\x98\ \x87\xaf\x0f\x3f\x31\x0f\x6f\xed\x5a\xd5\xf9\x62\x95\xe7\x39\x52\ \x73\x76\x9e\x83\xdc\x05\x3d\xe4\x0e\x7a\x71\xf8\x89\xe5\x9c\x5b\ \x4f\x03\xac\xbd\x5a\x3e\x2f\x60\x3d\xbb\x8f\xcf\x76\x2c\x62\x81\ \x61\x53\x98\xd1\xed\xdd\xbb\xa8\x5f\x74\x33\xbb\xeb\x2e\x66\x9f\ \x4e\x45\xbf\xee\x32\x77\x3e\x80\xbd\x86\x96\xdc\x15\x44\xb7\xf9\ \xa8\xa7\x87\x80\xf5\x0d\x3d\x1d\xd1\xec\xb9\x25\x5f\x3e\xed\x0b\ \x85\x16\xdd\xd4\xe5\x8b\x33\xd3\xc9\x6b\x81\xc9\xd3\x0b\xd3\xef\ \x1e\x3f\x71\xfc\xd8\x6b\xaf\xbe\xf3\xfd\xa5\x0b\xef\x9c\x3c\xfd\ \xde\x7b\x27\xdf\xbf\xb0\x40\x90\x45\xa9\x5e\xaf\xb0\x80\xf6\x6c\ \x14\xa9\x8a\xbb\x25\x97\xc9\x94\xd8\x4a\x86\xaa\x72\x4d\xea\x8b\ \xb8\x7c\x9f\x28\x62\x42\x47\x29\x41\xb1\xec\x2a\x8b\x44\xcd\xdd\ \xa8\x13\x2b\x90\xfb\x5e\x5f\xea\xe2\x65\x5a\xde\x60\x51\x31\xde\ \xef\x74\x7b\x74\x6f\x1d\xce\x7a\x3b\x35\x8f\xb7\x8a\x55\xa4\x14\ \xd5\x5a\xbb\xd3\x11\xbd\x94\x50\xf3\xb9\x51\xbe\xba\xc2\xf3\xb5\ \xa1\xc8\x0e\x9a\xd5\x95\xb2\xe8\xae\x0d\x08\x0c\x62\xcb\x7c\xb3\ \x42\x37\x97\x09\x67\x99\xf6\x40\x79\x4f\x31\x4d\x14\x32\xee\x00\ \xc3\xe1\x62\x8a\x73\x51\x2e\x00\x3e\xd1\x24\x16\x8b\x45\x42\x65\ \x11\x03\x58\x89\x17\x20\x92\x94\x87\x55\xb6\x5a\x4a\x84\x9c\xa9\ \x2c\x92\xf3\xc4\x0a\x08\x45\x25\x23\x58\x99\x89\x71\x6c\xcd\x07\ \x84\x1c\xc4\x39\x05\x37\xe1\xf3\x90\x45\x8a\xae\x8b\x51\x32\x14\ \x4b\x17\x82\x91\xa5\x59\x7f\x60\xf6\xda\xec\xdc\xe5\xd9\xab\xb9\ \xf9\xb9\xa5\x82\x13\x0b\x39\x69\xae\x90\x80\x89\x72\x3c\x4e\xc3\ \x69\xb1\xdd\x68\xc4\xf9\x38\x8a\x7b\x31\x4f\x19\x75\x79\x29\xc6\ \x27\xd3\xd9\x70\xd6\x45\x43\x78\x94\xe1\x20\xf0\x99\x8b\xa7\x69\ \x2a\x8d\xc4\x68\x14\xc3\xa0\x0a\xcc\x15\x63\x1e\x97\x28\xd4\xdc\ \xc5\x4c\x72\xf6\xda\xa9\x63\x17\xce\xcf\x2c\x24\x32\xe9\x0c\x45\ \xb9\x7d\x14\x57\xc0\x48\x72\x31\x53\x64\x18\x3c\x8b\x66\x49\x5f\ \x28\xc6\xe0\x1e\x8e\xee\xf6\x96\x57\x5a\x65\x27\xdb\x91\x85\x8a\ \xdc\x51\xb4\x75\xb7\x5e\x89\x57\x2a\x0d\x49\xac\x88\xdd\xbb\x7f\ \xbe\x33\xec\xac\xb2\x88\xd0\x5d\x5e\xdb\xea\xb7\x1b\xab\xa5\xee\ \x5f\x7f\xf9\xb3\xff\xf9\xc7\x5f\xfd\x78\xff\x81\x7d\x3f\x78\xe3\ \x80\x46\xf1\xea\x03\xc2\xcf\xac\xb7\xe9\x2d\x76\x8b\xce\xee\x50\ \x30\xcb\xa0\x9b\xd0\xea\x1c\x3a\xb3\x41\xed\xb0\x00\xe4\x51\x5b\ \xd4\x36\xfb\xc4\x94\x1d\xfc\x01\x08\x96\x63\x1c\xb4\x1f\x7b\x63\ \xf4\x8d\x83\x07\x0f\xec\x1f\xd1\x19\xc7\x0c\xaa\x83\x07\x95\xac\ \x9e\x11\xc0\xa6\x46\x2c\x9a\x11\x40\xa1\xcc\x3a\x8d\x66\x74\x3f\ \xe8\x7c\xff\xe8\x88\x41\x33\xaa\x32\xeb\x00\x42\x29\x3c\xcb\xa8\ \x53\xaa\xe6\xe8\x14\x7b\x77\x2d\x40\x25\x83\x01\xa0\x95\x56\xf1\ \x59\x56\x01\xc9\xb9\x5d\x6c\x55\xf1\xb5\xd1\x02\x6d\xf9\x8d\x76\ \x09\x1f\x1f\xb3\x4f\x5f\xe2\xb8\xf5\x18\x32\xc6\x9f\xb4\x74\x20\ \x1f\xcd\xa5\xc7\xf3\xf0\xee\xae\xa9\xfa\xc5\x34\x7c\x3a\x60\x6d\ \xbf\x7b\xeb\x61\xe2\xf5\xec\x27\x5f\x01\xc1\xdd\x11\xa5\xdb\x70\ \xb0\xb3\xe3\x6d\x01\x76\xf7\x69\x80\xb5\x57\xcb\xe7\x05\xac\x3d\ \xfa\x20\x1f\xa1\x81\x4a\x81\xae\xcd\x47\xe3\xd3\x7d\x04\x1a\xcf\ \xbe\x8b\xf1\xe7\xbb\xa1\xa7\x3e\x80\x3d\x86\xf6\xd6\xee\x00\x32\ \xd5\xa3\x9e\xb6\xcf\x47\x7c\xc3\x38\xac\x28\x37\xe3\x87\xb0\x42\ \x88\x40\xe7\xbd\x85\x53\xfe\xfc\xdc\xd5\xc5\xc8\xcc\xa5\xdc\xa5\ \x23\xe7\x8e\x1f\x3d\x72\xf2\xd0\xeb\x27\x96\x4e\xbe\x73\xfa\xf4\ \xc9\x13\x47\xce\x9c\x99\x66\xc9\x0c\x5f\xaf\x8a\x74\xdc\xb9\x72\ \x3f\x1a\x62\x79\xd6\x03\x39\x8b\xac\x38\x8d\x8b\x6c\xad\xbf\x51\ \xc2\x4b\xab\x1e\x3f\x5f\x6f\x0a\x72\xb5\x33\x8c\x97\x4b\x9d\x56\ \xa9\x0c\x48\x01\x12\x26\x86\xfd\x6e\xf7\xbe\xbb\xbf\xe5\xa5\x25\ \xa2\xde\x6c\x75\xa5\x41\x2b\xe4\x93\x7a\xed\xb8\x50\xc7\xcb\x75\ \x1f\xdc\x6f\x76\x3b\xcb\x6e\x74\xb5\xcf\x10\x0d\xa8\xde\x23\xca\ \xdd\x76\xd3\x29\x09\x6c\xbb\xe2\x86\xd6\xd6\x4b\x30\x5a\x6f\x35\ \xaa\x25\x57\x67\x05\x41\x9c\x3e\x14\xe5\xa2\xe9\x34\x9c\x24\xb1\ \xa2\x3f\x5a\x41\x8a\x1c\x13\x73\xc7\x62\x6c\x3a\x45\x65\xa8\x7c\ \x82\x87\x9d\xa8\x07\x80\x44\x38\x42\x4a\xed\x16\xe1\xe2\xc9\x62\ \x38\x9d\xe5\x66\xb9\x58\x11\x46\x5d\xe9\x84\x58\x77\xfb\xfc\x4c\ \x94\x0c\xc7\xd0\x70\x9a\x27\x30\xaa\xe0\x4c\x53\x95\x6a\xb9\x44\ \x7b\x79\xaa\x88\x15\xe6\xe7\x92\x0b\xc9\xc0\xb5\x64\x7e\xfe\xca\ \xb9\xc0\xf4\xd5\x24\xe7\x86\x50\x18\x41\x49\x8a\x06\x2c\xa6\x84\ \xb9\xa1\x72\x67\xb8\xde\xad\xd5\x9c\x10\x43\xd3\x65\x81\x17\x08\ \x3c\x8a\xba\xc2\x94\x8f\x85\x0b\x4c\x3a\x86\x42\x15\xd9\x03\x61\ \x5e\x3c\x93\x45\x71\x9c\xf3\xc1\xb8\x37\x5a\xe4\x22\x88\x87\xe6\ \x5d\xbe\x74\x24\x30\x7d\xf6\xdc\xcc\xe4\xe4\x4c\x32\x93\xc8\x14\ \xc3\x64\x9a\x22\x43\xe9\x30\x97\x4f\x80\x9b\xc8\xe2\x64\x34\x84\ \x93\x85\x0c\x8a\x96\x78\x69\x28\x75\xef\x48\x32\x1b\x6f\xd7\xab\ \x52\xa5\x26\x48\xf5\x4a\xb9\x25\x12\xf5\xb2\xd0\x68\xb4\xaa\xc3\ \x07\x1f\x6f\x6e\xad\x6e\xd6\xbd\xe2\x60\x6b\xe5\xfe\x4a\x4d\x96\ \x7b\x1f\xff\xec\x17\xff\xf9\x87\xdb\x3f\x18\xdb\x7f\xd0\x34\xb6\ \x6f\x14\xd0\x23\x20\xd8\xd4\x46\x95\x5a\x6d\xb7\x03\xb0\xd0\x3a\ \xac\x4a\xfc\x95\x41\x31\x31\x36\xea\xb5\x40\x9e\x01\xa2\x65\xb7\ \xdb\x1d\xe0\x97\x7d\xfc\xfa\x84\x7d\xca\x6a\x75\x68\xb5\xc6\xb1\ \x1f\x1c\x7c\xe3\x8d\x7d\x07\x0e\x9a\x94\x2a\x85\x23\xe6\xd1\x11\ \xe3\x3e\xb3\x49\xa3\xd4\x2b\xd4\x68\x94\xa8\x51\xc0\x9f\x0c\xe6\ \x11\xbd\xe6\x80\x52\x54\x47\x29\x59\x6f\x50\x0a\x4d\xa8\x95\x55\ \x77\x93\xcd\xaa\x35\x9a\xb7\x33\x73\x54\x4a\xdd\x43\xad\x46\xa3\ \x35\xe8\x95\xc8\x78\x9d\x12\xd0\x00\x1a\x59\x6d\x8a\x99\xc3\x0b\ \x01\xd6\xdd\xaf\x0f\xca\x1c\x7f\x92\x02\xdc\xde\xbd\x56\xfe\x68\ \x3a\xdf\x7e\x32\x52\xe0\x6b\xed\x65\xc8\xcf\x76\x7e\xf0\xc9\x6e\ \xb2\x74\xeb\x2b\x1b\x78\x4f\xce\xdf\xaf\x6e\x1f\x3c\xab\xe5\xf3\ \x02\xd6\x1e\x7d\xdc\x7d\x74\x87\x9b\x0a\x5e\x1f\x7e\x74\xc1\x87\ \x76\xf3\xa8\xcf\x9e\x76\x17\x4f\x68\xe7\xaf\xbd\xcc\x9d\x37\xb7\ \xc7\xd0\xde\xde\x4d\xa3\x3e\x79\x84\x52\xe3\x2f\xe2\xc2\x11\xc5\ \x8e\xcf\x7a\x61\x9c\x70\x92\x8b\xb1\xe4\x74\x3e\x1b\x2c\xe4\x93\ \x8b\x81\xe0\xd1\x23\xe7\x26\x01\xc3\xfa\xce\x2b\x27\x22\x67\x8f\ \x9c\x78\xf7\xfb\xc7\x4e\x9e\xbb\x7c\xc1\x19\x42\x2b\x44\xb9\xd3\ \xe6\xb1\x8d\x7b\x31\xc8\x0b\x21\x72\x39\x94\xa4\xeb\x7e\xb2\x56\ \x67\x85\x21\x81\x48\x6b\x48\xde\xdd\x1a\xf6\x6a\xf1\x4a\x4f\x96\ \xa4\xb5\x41\x5d\xe2\x4b\x75\x1f\x2a\xd5\xab\xcb\xf7\x36\x84\xe5\ \x1e\xca\x4a\x42\xad\x56\x2b\x23\x83\x4d\xb7\xa7\x5e\xed\x55\x2a\ \x5e\xbc\x39\x08\x01\xd6\x25\xb7\x3b\x4d\x69\xa5\x0a\xd3\xde\xea\ \xea\x3d\xde\xdb\x92\x6a\x50\x6b\x40\xcb\x2d\x09\xdf\x5a\x11\x3d\ \xa5\xf6\xbd\x52\xbc\x8a\x75\x5b\x6e\x3a\xce\xbb\x69\x9f\x98\x49\ \xb9\xf3\x1e\x2c\x32\x9b\x0d\x21\x0c\xff\x39\x09\x15\x28\x21\x0a\ \xbb\xc3\x29\x8e\x13\x7d\x90\xd7\x59\x0e\x45\xb9\x94\xab\x53\x75\ \x41\xb0\xc7\x93\x29\xa6\x9c\x74\x16\xc1\x80\x62\xf4\xa4\xd9\x6e\ \xdd\x0b\xa7\xe1\x44\x84\xcb\xf8\x7c\x38\xed\x82\xbc\x69\x9a\x2a\ \xf2\x1d\x16\x23\xd6\x85\x58\x28\x5b\x0c\xcc\x2d\x5c\xba\x7a\x75\ \x31\x97\x5f\xba\x08\xfe\x5e\x8a\x84\x9b\x15\x0f\x92\x0d\x25\xf1\ \x52\xbb\x25\x39\x7d\x14\xed\xe9\x6f\x6e\x0c\xef\x0d\xf0\x6c\x18\ \xaa\xbb\x69\xa1\x5a\xe5\x72\x1c\xc3\x3a\x21\x2f\xc2\xc2\x54\x0a\ \x09\xc1\x84\xc7\x1d\x67\xa3\x45\x2a\x97\x86\xc2\x99\x0c\x5a\xf2\ \x85\xc3\x18\x9e\x67\x61\x8e\xcb\xe4\x96\x2e\x9f\x99\x9c\x9c\x9c\ \x9e\x9f\x0b\x16\x22\x85\x48\xb8\x88\xe1\x9e\x68\x9a\x9b\x0f\xce\ \xa6\x38\x94\xc6\x20\x8a\x89\x16\xc3\xde\x92\x33\x5e\xef\xae\x35\ \xee\xf5\x4b\x88\xab\xac\x54\xca\xe9\xb7\xab\x0d\xa9\x24\xf0\xf1\ \x4a\xab\x31\xd8\x6a\xb6\x87\xeb\xf7\x3f\xde\x5c\xff\xb8\xe9\x11\ \x6a\xad\xe6\x9d\xb5\x7e\x79\xf0\xe1\x7f\xdd\xfe\xd5\xed\x5f\xfc\ \xe2\xdf\x7e\xf0\xe6\xbe\x11\x95\x49\x89\xdb\xd4\xdb\x74\x6a\x8d\ \xde\x62\xb1\x39\x0c\x5a\x25\x59\x50\x81\x2e\xab\xd5\x36\x65\xb1\ \x5b\x95\x5c\x67\xb5\xc3\x66\x53\xf2\xfb\x94\xb7\xec\x0e\x87\xcd\ \x3a\x31\x61\xb7\x5a\x0e\xfc\xe8\x80\xe9\xc0\xe8\xd8\xa8\xd9\xac\ \xd2\x1a\x95\x52\x86\x07\x4c\x00\x8b\x54\xa3\x46\x93\x51\xaf\x1a\ \xd5\xda\xf4\x2a\xf3\xbe\xb1\x51\xad\x76\x44\xa3\x98\xd1\x8c\x5a\ \xb4\xa3\x23\x5a\x9d\x4a\x03\x70\x08\x10\x28\xbd\x5a\xa7\x01\x1d\ \x5b\x2d\x46\x25\xd0\xc1\xaa\x55\xac\xb0\xf4\x7a\x25\x7e\x42\x65\ \xb1\x28\x4b\xf1\x76\xbd\xd6\xee\x78\x31\x86\x45\x3c\x91\xf6\xfb\ \xc9\xc3\xd0\xc5\x9f\x3c\x95\x1d\x3c\xf9\xc6\xe3\xff\xfb\x0a\x3e\ \x3d\x07\x60\x1d\xba\xfd\x1c\xd1\xac\x5f\xe9\x67\x47\xd3\xdd\x5f\ \xda\xab\xe5\xf3\xee\x12\xee\xd1\xc7\xad\x47\xbc\x72\x56\xc1\x82\ \xcf\x76\x6e\x0d\xde\xfd\xba\xbb\x78\xe2\xa2\xf7\xba\xcc\xaf\x3c\ \x80\x3d\x86\x96\x78\x22\xad\x6a\xf7\x4f\x92\x6f\x6a\x41\x81\x72\ \x67\x0a\x2e\x86\x82\xf0\x74\x90\x5c\x3c\xb7\x70\xf5\x1a\xe7\x8b\ \x5d\x9b\xcd\x5d\xf8\xfe\xb9\x85\x4b\x27\x0f\x7d\xe7\x3b\x67\x96\ \xce\x9d\x3e\xf1\xfa\xa1\xd3\xe7\xcf\xbe\x77\x8d\xcd\xe2\x6c\xc5\ \xd9\x6c\xa3\x70\xad\x1d\x62\xbb\x15\x2f\xeb\x25\xd3\xed\x5e\x8a\ \x6a\x94\xbd\x74\xaf\xea\x69\x37\x38\x0e\x5b\xeb\xd7\xe3\x52\xa3\ \xc6\xaf\x0c\xa4\x56\xb7\x51\xe2\xe3\xbe\x52\x4d\x00\x70\x34\x18\ \x74\x2a\x1e\x48\xaa\x76\x65\xa9\x1e\x6f\x0f\x31\x74\x45\xe8\x95\ \x68\x27\x7b\xaf\x99\x75\x89\xb5\x7e\x43\xa8\xc6\xb7\x4a\x38\x21\ \x08\xfd\x9e\xc4\x56\x7a\x10\x1c\xef\x75\x2b\x0d\x02\x59\xdb\x60\ \xd0\xf6\x60\x79\xb5\xeb\xa4\x07\x7d\x11\x41\xc4\x9a\xd3\x4d\xe4\ \x48\x6e\x8e\x72\x17\xb2\xd9\x58\x3c\xb1\xff\xff\x25\xa0\x14\x46\ \xc4\x5c\xbe\x62\x86\x42\x96\xe3\x8b\x38\x2f\x44\x31\x2c\x0c\x7b\ \x20\x1f\xee\xa3\xa8\x4c\x30\xcf\x4a\x21\x0f\x93\x86\xd3\x91\x45\ \xbe\x42\xe1\x61\x25\xea\x8c\x24\xcb\x8d\x78\x19\x2b\xc1\x5e\x1e\ \x77\x8b\x55\xde\x85\xb0\x4c\x8e\x4a\xcd\x06\x16\x2f\x25\x73\xd7\ \xa6\xe7\x16\x2f\xcd\xcc\x4f\xcf\x45\x92\x6e\x01\x8e\x22\x94\x8f\ \xc2\x1b\xfd\x26\xeb\x8c\x31\xce\x6a\x6f\xad\x3f\xd8\xea\xe4\x13\ \xd9\x68\xd9\x47\x97\xbc\x68\x16\xe3\xc3\x69\x26\x0d\xc9\x71\x21\ \x1c\xc3\xc9\x48\xc2\x9d\xcd\x72\x49\x32\x1c\x60\x48\x7f\x26\x92\ \x70\xc1\x0c\x97\xc9\x3a\xc3\x5c\x2c\x55\x2c\x5e\x3e\x79\xf6\xe2\ \x85\x2b\x93\xe7\x2f\xcd\xe6\x32\x85\x74\x91\xc4\x19\x8a\x4a\x25\ \xf3\x73\x0b\x29\x8f\x2f\xea\x81\x17\xd3\x99\x30\xeb\x72\xbb\x89\ \x6a\x77\x65\x65\xa5\xed\x46\xe2\x72\x53\xaa\xb7\x84\x9e\x24\x80\ \x51\xab\x96\x45\xb1\xd1\xe9\x00\x9d\x7b\xff\xc3\xcd\x0f\x3f\xfa\ \x70\xa3\x52\x5f\x97\x9a\xab\x52\xb9\xf1\x97\xdf\xff\xe7\x6f\x7e\ \xff\xa3\xef\xfd\xe0\xc7\x87\xc7\xc6\xb6\x59\x90\xd1\x68\xb3\xeb\ \x0d\x66\x95\xc3\xae\xb7\xdb\x6c\x7a\xab\xcd\x02\xb0\x43\x09\x66\ \xb0\x2a\xd5\x21\x74\x4a\x0d\xd5\x71\xa5\xc2\x8d\x5d\x21\x58\x53\ \x13\x37\xae\x3b\x6e\xfc\x7c\xca\xa0\x19\x79\x73\x1f\xc0\xa0\x37\ \x46\x8c\x06\x80\x30\x2a\xf3\x88\xca\x0c\x78\x16\xe8\xd2\xa8\xd3\ \x59\xc7\x4c\x66\x40\x94\xc0\x9b\x1a\xad\x51\x63\xd4\x1c\xd8\xa7\ \x03\x20\xa6\x32\xeb\x75\x00\xce\xd4\x7a\x95\x71\x04\x08\x44\x9b\ \xd5\x64\x34\x98\x81\x16\xd4\xab\xf4\x7a\x8d\x06\x40\x98\x55\x63\ \x01\x4a\x10\x20\x98\x5d\x6d\xb0\xd9\xd5\x36\xeb\x37\x5e\x74\x1f\ \xdf\x7c\x22\xdc\x07\xc8\x0d\xe2\xab\xd1\x4d\x5f\x9d\xe3\x5f\x09\ \x50\x7f\x48\x26\xbe\xf5\x4d\x00\xeb\x50\x77\x2f\x8b\xe4\x47\xdf\ \xfe\xec\x89\x20\xf4\x9d\xf9\x3c\xbb\x01\x6b\xcf\x96\xcf\x01\x58\ \xdd\xaf\xeb\xe3\xd0\x17\x68\x70\xeb\x21\x4a\xcc\x7e\xa1\xc6\x76\ \x2c\xbf\x3f\x0f\x60\x7d\xcd\x65\x7e\xf5\x01\xec\x35\xb4\xe4\x53\ \xec\x08\x5f\x3c\x15\x88\xa7\xaf\x70\x48\x88\x88\xa1\xe9\x39\xdc\ \x7f\x2e\x12\xf4\xa7\x82\xa1\x85\x99\xd9\x73\xc7\x2e\xcf\x9c\x3c\ \xfe\xf6\x77\x5e\x7b\xef\xea\x99\x33\x67\x8e\x5c\x38\x79\xf2\xdc\ \xa9\xa5\x52\x00\x47\xc5\x8a\x18\x65\x3d\xbd\x15\xa6\xb2\xda\xa3\ \xab\x3c\x42\x75\x1b\x09\xac\x2a\xca\xc3\x66\xdd\x7b\x07\x29\xa6\ \xa0\x7a\xb3\xc7\xb6\xba\x90\x47\x68\x0d\xe4\x7a\xc5\x45\xd7\x79\ \xb4\x26\x34\xba\xbd\xa6\xb4\x2a\x23\xe5\x56\xaf\xcf\xf7\x06\x95\ \xf5\x16\x2e\x75\x86\x62\xa9\x51\x29\x6f\xc5\x39\xb6\xda\x6c\xd4\ \xf9\x78\xa9\x45\x53\xde\x6a\xb3\xbf\xde\x8d\x0f\x7b\x18\x5f\xae\ \x76\x79\x9e\x67\x7b\x1d\xce\xdb\x93\xca\x83\x35\x88\x5e\xee\x47\ \x99\x90\xd7\xc7\x11\x50\x80\x70\x15\xc2\x78\xc6\x95\x8d\xba\x53\ \x9b\xbf\x89\x84\x8a\x08\x42\x96\x98\x44\x26\xe7\x21\x5d\x48\x14\ \xa2\x8b\x48\x28\xe3\xa1\xe2\x94\xd7\x05\x65\x8b\xb1\x30\x03\xd4\ \x96\x58\x62\x93\xc1\x08\x5f\xf2\x91\x09\x0a\xdc\xb0\x40\xb1\xce\ \x72\x18\x77\x85\x44\xc4\xd7\xf1\x3a\x37\x3a\xbd\xb6\x17\x82\x17\ \x23\x7e\x7f\x20\xbf\xb8\x10\x08\x06\xe6\xfc\x01\xff\xfc\xe4\xb4\ \x93\xf5\xa0\x68\x36\x4a\x3a\xe5\x4e\x3b\x4e\xe0\xb8\x87\xa7\xeb\ \xf1\xaa\xe4\xa2\xa0\x94\x0f\xf6\xb9\xbd\x9e\x74\x86\x84\x48\x38\ \xcc\x78\x04\x96\x4c\x64\x3d\x85\x58\x84\x4a\x16\x93\x81\x40\x21\ \x96\xf5\x25\x99\x54\x81\x62\x72\x70\xc6\xcf\x45\x8a\xc5\x54\x38\ \x77\xe9\xe4\x91\x93\x17\x2e\x9d\x38\x72\x29\x5d\xcc\x26\xc2\xd9\ \xa8\x8f\x44\x39\xd4\xef\xbf\x06\x44\x2a\x05\x65\x23\x85\x22\x53\ \x2a\xf1\x10\x02\x49\x72\x77\x6d\xb3\x4d\xbb\x2b\x42\xbb\x1a\x6f\ \x0a\x4d\x29\x5e\xed\xb5\x2b\x62\xbd\xd3\xa8\x35\xdb\xd2\x70\xf3\ \xb7\xf7\x57\xee\xdc\xef\x23\xb5\x95\x4e\xbd\x57\x5b\xf9\xeb\xef\ \x7f\xf5\xc7\x3f\xdd\xfe\xe1\x01\xa0\x05\x47\x35\xe6\xfd\x46\xc3\ \x88\x4a\x0f\x14\xe0\x84\x61\x54\x67\xb7\x39\xec\xe3\x5a\xc7\x94\ \xdd\x02\xe0\xc9\x62\x51\xfc\x3f\x1d\x0e\x20\x08\x75\x56\x00\x1f\ \x5a\x9b\xdd\xea\x50\x12\x73\xc0\xef\x0f\x6e\x5e\x07\x5a\xce\x70\ \x40\x35\xa2\x2c\x44\x59\x94\xa2\x83\x63\x4a\x41\x42\xcd\x18\x90\ \x83\x46\xbd\x41\x0b\x94\xa1\x4e\x67\x32\x9a\x46\xb4\x66\x95\x59\ \xa5\x03\xbf\x8c\x5a\xc5\xad\x41\x09\x20\x35\xec\x07\xfa\x4f\x67\ \x00\x4c\xcb\x30\xa2\xd9\xde\x36\x54\x92\xa4\xd5\x1a\x2d\x60\x79\ \x80\x80\xe9\x8d\x36\xad\x55\x0f\x3a\xd1\xdb\x5f\xc4\xad\x61\x7b\ \x8b\xea\x31\xcf\xb9\x45\x3c\xe5\xdf\xfe\x73\x01\xd6\xf8\x37\x00\ \xac\x6f\xdd\x7a\x14\x38\xf5\xfc\x39\x3b\xcf\x64\x5f\x7b\x41\xd1\ \x53\xae\xe1\xd9\x81\xa3\xb7\xbf\xae\x8f\x2f\x97\xb4\xef\x3e\x04\ \xf9\xbb\x5f\xe0\x17\xf9\x78\x31\xfe\x79\x00\x6b\xcf\x53\x3c\xed\ \x01\xec\x35\xb4\x3f\xf9\xbb\x02\x56\xc3\x1d\xc9\x28\x49\x22\xae\ \xd0\xbc\x2f\xb9\x90\x9c\x0d\x32\x14\x3a\x77\x75\xee\xc4\xb9\xc9\ \xf3\xdf\x7f\xeb\xd5\x43\x6f\xbf\x7f\xed\xd8\xf1\x33\x67\x27\x4f\ \x7f\xff\xcc\xb1\x4b\xb4\xcf\xcb\xd2\xcd\xa1\xc7\x09\xdd\x1b\x66\ \x44\xa0\xda\xe2\x3c\x1c\xeb\xf7\xaf\xb9\xbc\xf5\x6e\xad\xb5\xee\ \x5e\xab\x90\x3e\x77\xad\xd1\x92\xeb\x1b\x10\xe4\x96\xa4\x52\xb3\ \xe7\xac\xac\x7a\xa0\x6e\xb5\xbe\xb5\xdc\x2e\x0d\x9a\x18\xd1\x1d\ \xf6\xfb\xcb\xbd\xc6\x66\xdf\x5d\xa9\x0f\xfa\xe5\x06\xe2\x19\x38\ \x43\x71\xa1\xe4\xe4\x9d\x4c\x7c\x8b\xa5\xdd\xd5\xfe\xca\x87\xed\ \x72\x4f\xc2\x9d\x52\xb9\xd7\x14\xbd\xc8\xb2\x0c\xb9\xab\xcd\xb6\ \xdc\x14\x89\xfb\x5d\x1f\x97\xc9\x17\xd3\x98\x27\x56\x41\x8a\x51\ \xc0\x0b\x7d\x9c\x8b\xf3\xe5\x59\x3c\x8d\x32\x51\xa1\x90\x06\x3a\ \x2d\x83\xa4\x51\xc8\x55\x48\x91\x69\x2f\x84\xf1\x2e\x1e\xf2\x85\ \x31\x57\x38\x4a\x65\xbc\xb0\x2f\xc3\x90\xf1\x78\x1c\x09\xf8\x50\ \x38\x8e\xc2\x4e\x08\x56\x92\xbe\x6b\x71\x57\x7f\xa3\x7e\x7f\x75\ \xe5\x3e\x82\x71\x81\xd9\x60\x20\x58\x98\x5b\x9c\xcb\xce\x2e\x16\ \xe7\xf3\xa9\x64\xd2\x5d\xe3\xc2\xb1\x50\x98\xe3\xc1\xed\x46\x21\ \xa4\x24\xc2\x14\x93\xc7\xcb\x21\xc8\x4d\xfa\x10\x1f\x46\x12\x91\ \x04\x9a\x8e\xa4\xc1\x19\x58\x38\x12\xa1\x7c\x61\x3c\x4d\x85\xa3\ \x78\x26\x45\xa6\xf2\x99\x28\x8e\x15\xf3\x99\x08\x03\xe4\x63\x3a\ \x98\x5a\x8a\x2c\x5e\x3a\x71\xec\xec\xc9\xa3\xe7\x4e\xfb\x63\x64\ \x36\x15\x0d\x85\x38\x8c\xf2\xa1\xf3\xd7\x92\xe9\x54\x8e\xcb\x52\ \x05\xc6\xe7\x75\x79\x61\x2a\xee\x2a\xb5\xda\xdd\x3b\x32\xe1\x2c\ \xd5\x44\x02\x60\x55\xbd\x29\x09\x0d\x51\x6a\x37\xf9\x5a\xbb\x53\ \xa9\xad\x7d\xf8\xf9\x47\xcb\x77\x3e\xed\x12\x72\xb7\xd9\x6e\x6c\ \xdc\xfd\xd5\x6f\x7e\xf6\xab\x5f\xfd\x74\x1f\xd0\x67\x23\x66\xd3\ \xc1\x37\x35\x00\x54\x6c\x0e\x9b\xde\xa2\x54\x30\x55\x16\xac\x94\ \xba\xa6\xd6\x71\x8b\x56\x71\x4f\x18\xd7\x5b\xc7\xd5\x5a\x45\x04\ \xda\x2c\x3a\x35\xc0\xab\xa9\xeb\xe3\x36\xab\x7d\xea\x7f\xfc\xfc\ \xa6\x4d\x0b\xc8\x93\xd9\x3c\xaa\x78\x89\x1a\x55\x1a\xad\xc9\x34\ \xba\x5d\x7b\xc2\xa8\x53\x39\x14\xea\xa4\x32\x19\xc6\x46\x46\x34\ \x3a\x40\xaf\x8c\x00\xf1\xc0\x9f\xa3\x66\xab\x5a\x67\x00\x74\x6c\ \xd4\x6c\x34\xa8\x75\xda\x51\x23\x50\x85\x46\xbd\x5a\xaf\x31\x1a\ \x81\x44\x1c\xd1\x6d\xef\x51\x02\x65\xa8\xc4\xbf\x1b\x2c\x1a\xed\ \x8b\x25\x3f\xdf\xde\xb9\x01\xf8\x30\xa0\x71\x3b\x74\xf1\x2b\x6b\ \x58\x7f\x4f\xc0\xfa\x26\x09\x8e\xff\x47\x00\xeb\xd1\xaa\xd0\x9e\ \x7d\x1c\xfe\x02\xd5\xc8\x87\x12\x50\xf5\xf0\x83\x4f\x9e\x15\x1e\ \xfa\x02\x80\xf5\xd4\x07\xf0\x0d\x01\xeb\xd0\x8b\x03\x16\x1d\x5d\ \x48\xa6\x39\x4f\xb5\x17\x0a\xa0\xc1\x0b\xf3\x4b\xc1\x54\xae\x78\ \xf9\x5a\xfe\xc4\xa9\xcb\xa7\x8e\xbe\xfb\xfd\xf7\xdf\x3e\xb6\x78\ \xf6\xfd\x23\x67\xcf\x9c\x3a\x71\xf6\xdd\x2b\x71\xca\x25\x7a\x57\ \x1a\x71\x17\xb1\xde\xce\x54\x6b\x22\x2f\xf0\x69\xa6\xc7\xcf\xd7\ \x44\xb9\xb5\x3c\x10\x5d\xf7\xea\x3e\x1f\xd6\xed\xd4\xbd\xcd\xfb\ \x38\x4c\x94\xa5\x52\x7b\xad\xd1\xee\x85\xbc\xeb\xd2\xca\xb0\x53\ \x75\x0e\x05\xba\xb3\xda\x5b\xdb\xda\x68\x94\x3f\x5e\xf5\xd4\x7b\ \xed\x8d\xe6\x06\xdd\x1c\x50\xee\x3a\x51\x97\x4a\x34\xd2\x1a\x56\ \x9d\x6c\xef\xce\xe6\x46\xa7\x52\x77\x73\x68\x43\xae\x0b\x72\x3c\ \x5e\xad\xb8\x24\x80\x57\x74\x5f\x6e\x0c\xe4\x32\x0f\xe4\x6b\xd8\ \x89\x66\x05\x77\xde\x53\xa5\x7d\x54\xc9\x57\x24\x58\x17\x99\xc1\ \xbc\xae\x62\x46\x09\x35\xaf\x95\x59\x36\x5e\x8a\xa1\x21\x8e\xf6\ \xe0\xae\xb0\x0b\x0f\xc7\x32\x30\xee\xc5\xb3\x1c\xc2\xe4\xf2\xac\ \x2c\xbb\x33\xa4\xe4\xc9\x62\xa4\x18\xaf\x21\x28\xcf\xc2\x3c\x14\ \x12\x9b\xf1\x7a\xa3\xd5\x03\xea\xec\xea\x52\x2e\x93\xf7\x5f\x02\ \xa0\x75\xe9\x72\x70\x71\x31\x32\xbf\x58\x0a\x45\x3d\x9e\x60\xc4\ \xe9\xe6\x31\x2f\x8e\x12\xac\x4c\xd3\xae\x42\xce\x8d\xc6\xd9\x02\ \x4c\x91\x11\x3e\xbc\x90\x21\x73\x64\xcc\xa5\x98\x91\x06\x38\x37\ \x5e\xc0\xb3\x9e\x10\x84\x27\xf3\x85\x0c\xe0\x4b\x61\x38\x17\x29\ \x52\x45\x20\x57\x73\xfe\xa2\x7f\x3a\xb5\x70\xe9\xe2\x89\xf7\x0e\ \x9d\x3d\x3e\x9b\xe5\x52\x8c\x18\x25\x7d\x10\x84\x79\x16\xfc\x31\ \x86\xe1\xb8\x50\x2a\x1d\xe5\x50\x6f\x3c\x0e\xd3\x74\xaf\xb3\xd6\ \xef\x0d\x4a\x2c\x5e\x6e\x12\xf1\x5a\xbb\x21\x08\xb5\x76\xbd\xd4\ \x52\xcc\xe8\xab\x42\x6d\xfd\xc3\xbf\x3e\xf8\xf0\xc1\x56\x8b\x96\ \x97\x87\xd5\xe5\xbb\xb7\x7f\xf8\x8b\x5f\xfd\xe1\xc7\x3f\xdc\x37\ \xa6\x32\xed\x1f\x35\x1f\x18\x3b\xb0\x4f\xa3\xb6\x5a\xec\xe3\x0e\ \x2d\x50\x61\x36\xa5\xb2\xb3\xde\x6e\x30\x38\x74\x4a\xe9\x2d\x8b\ \xd5\x60\x51\xeb\xad\x13\x53\x56\xab\x56\xa7\xc4\x60\x39\xa6\x7e\ \x7e\x43\x29\x9b\x73\xe3\xe6\x94\x56\x67\x52\x3c\xe0\x81\x22\xd4\ \x6a\x54\x2a\x25\xf6\x73\xcc\x34\x0a\x40\xca\x08\x50\x4b\x67\xd0\ \x03\xf0\xd2\x18\xcd\x26\xad\x49\xab\xd3\x00\x10\x33\x68\x14\x93\ \x2c\x9d\x0e\x80\x9b\x5a\xad\x55\x69\x8d\x4a\x71\x7b\x03\x90\x83\ \x26\x20\x1c\x35\x16\x83\x51\x3f\x6e\x52\xf2\x73\xd4\x16\x83\xda\ \xa6\x35\x3a\x6c\xca\x6e\xa1\xfa\xc5\x92\x9f\x67\x1f\x2f\xce\x6e\ \x9b\x16\x90\xe3\x4f\x5f\x74\xff\xca\x8c\xf9\xec\xff\x0c\x60\xdd\ \xfa\xca\x37\x3e\x79\xbc\xb2\xfd\x55\x2b\xc2\x67\xb5\xdc\xfb\x0a\ \x1e\x45\xdc\xef\xd9\xc7\x27\x0f\x75\xe3\x67\x5f\x0a\xb8\x43\xdb\ \xc0\xa5\xda\xb1\xee\xfd\x3c\x80\xb5\xc7\x29\x9e\xfe\x00\xbe\x0e\ \xb0\x9e\x3f\xc7\xfb\x6b\x19\x16\x3e\x99\x8f\xbb\xaa\xd5\x68\xb6\ \x00\x25\x2e\x4f\xcf\x2f\x2c\xf9\x17\x26\x17\x32\x67\x8e\x4f\x5e\ \x3c\xf9\xce\xbb\xef\xfe\xd3\xfb\x8b\xe7\x8f\x1d\x3b\x71\xec\xd8\ \xd9\x6b\x27\xe7\xcb\x61\xb4\x4a\x10\x15\xb6\xde\x1c\x56\x63\x7c\ \xb9\x2c\x88\xee\x22\xbd\x59\x2d\xb6\x4a\x95\xf6\x5a\x2b\x84\x6e\ \xd6\xc2\x5e\xe4\x41\xb7\x54\x6b\xae\x51\x50\xb5\xdd\x23\xaa\x55\ \x69\x63\x00\xa3\x22\xa0\x07\xf5\x26\x22\x09\xd0\xaa\x5c\xb9\xf7\ \xd7\x5e\xb3\xf6\x79\xa3\xd4\x2e\xcb\xcb\x71\xd6\x35\x5c\x8e\x22\ \xd5\x52\xb9\xdd\x94\x7a\xf5\x61\x8d\x96\x6b\xf7\xee\x74\x25\x51\ \x6e\x30\x40\x20\x56\xe4\x41\x9d\x5e\x83\x42\xf2\x70\xab\xdf\xef\ \x95\xaa\x6b\x6b\xf1\x16\x85\xa0\x21\x6f\x3a\x89\x47\xf2\x50\x43\ \x88\x52\x2d\x8a\x82\xd2\xa1\x70\x20\xc4\xb2\xb1\x0c\x99\xe7\x58\ \x49\xea\xc8\xde\x54\x01\x0b\x63\xb0\x33\xcc\x64\x51\x04\x0b\x17\ \x20\x17\x83\x3a\xd1\x70\xba\xa8\x78\x4f\x39\x29\x84\x85\xf2\x31\ \x9c\x96\x58\x34\x0a\x24\x9d\x40\x52\x5d\xc1\xe7\xad\xd5\x3b\x88\ \x33\x06\x44\xe5\xbc\x7f\x3e\xb0\x94\x59\x9a\xb9\x36\x97\x9b\x99\ \x89\x04\x21\xb2\x80\x44\x73\x69\x39\x94\x82\x5d\x14\x2a\xbb\x10\ \x41\x42\xd3\x05\x2a\x86\xfb\x02\x4b\x78\x94\xf1\xe4\x26\x0b\xcc\ \x6c\x21\x4d\x32\x29\x9c\xa2\x90\x68\x38\xec\xc1\x83\x57\x7c\x29\ \x70\x4d\xe1\x6c\x20\x90\x26\x8b\x11\x8e\xca\x70\xb1\x62\xb0\x98\ \x48\x15\x2e\x5d\x9b\xbf\xfc\xde\x7b\xa7\xce\x9f\x4b\xe2\x21\x8e\ \x21\xa8\x30\x8c\x12\x4e\xdf\x64\xb2\x90\xcf\x71\x98\x27\xc5\xb9\ \x9c\x30\xdd\x94\xcb\x44\x7c\xb9\xd3\x5f\x5b\x6e\x7b\x5d\xa5\xb8\ \x54\x22\xea\xad\x46\xbd\x75\x67\xb9\x2e\x3b\xa1\x0a\xdf\x6a\x36\ \xab\x62\xf7\xc1\xe6\x83\x07\x9b\x7d\x06\x1a\xf4\x97\x7f\x7d\xfb\ \xf7\xbf\xff\xd9\x2f\x7e\xf4\xbd\x83\x23\x63\xa3\x6f\x1e\x3e\xb0\ \x6f\xbf\x51\x35\x6a\xb0\x2a\x71\x55\x0e\xb5\xca\xa8\xde\xf6\xa3\ \xb2\x8e\x2b\xa8\xa2\xd7\x2b\x5b\x86\x76\xc5\x62\xdd\x3e\x65\x03\ \x98\xe6\x98\xba\x0e\xb8\xd5\xcd\xeb\x53\x37\x1c\x80\x62\x7d\xa0\ \x33\x8c\x98\x0f\x9a\x8c\x80\x66\xe9\x4c\x5a\x9b\xda\x64\x1e\x19\ \xd5\x80\x3f\xcc\x66\x83\x5e\x65\x54\x29\xa5\x6f\x00\xa2\x8d\xe9\ \x4c\x2a\xad\x4a\x65\xd2\x1a\xc7\x94\x35\x2c\x25\xa1\x10\xa8\x41\ \xbd\xc5\x0a\xa4\x9f\xd9\x6c\xd4\x2a\x0e\x0d\x5a\x83\xd5\x06\xf4\ \xdf\xb8\x4a\xa9\x21\x0d\xf8\xdd\x94\xc5\xa4\x03\x12\x55\x89\x07\ \x7b\x31\x3f\xac\x1d\x49\xbd\xb7\x77\xa5\xf0\xfd\xef\x5b\x74\xff\ \x66\x16\x12\xff\x27\x16\xdd\x1f\x47\xdc\xef\xd9\x07\xb9\xbd\x9b\ \x77\xf8\xcb\x3d\xbd\xee\xb6\x34\xbc\xbb\xa3\xbf\xbf\x71\xd1\xfd\ \x19\x0f\x60\x8f\xa1\x25\x9f\xe5\x65\xf6\x62\x6b\x58\xbe\x2b\x61\ \x16\x85\xdc\x5c\x8c\x44\xae\x9d\x5e\x0a\x5e\x99\xf3\x4f\x4f\x5f\ \x0b\x9c\x3a\x72\xf9\xca\xb1\xf7\xbf\xff\xea\x2b\x87\x02\x97\xce\ \x1f\x7d\xef\xd4\x95\xf3\x57\xce\x4e\x3a\xe7\x7c\x65\xbe\xd4\x11\ \xe2\xe5\x6e\xd9\x27\x54\xa0\x12\x82\x65\xe3\xcb\xee\x04\xeb\x45\ \x1a\x35\x1f\xcc\x6f\x09\x0c\xc5\xae\xae\xc8\x44\xad\x82\xb1\xf5\ \x4e\x93\x97\x6b\xcd\x15\x29\x5a\x96\x1a\x35\x61\xb9\x57\xab\x95\ \x5c\xa5\xfe\xea\x9d\xad\x4a\xad\xbd\x51\x62\xab\x04\x1d\xaf\x95\ \xe8\x56\x1b\x22\x78\xa1\xbd\xde\x2d\x09\x83\xbe\xd0\x69\x56\xba\ \xf7\x4a\x4e\xb1\xde\xaa\xf7\xeb\x55\x20\x8c\x08\xf9\x41\xdc\x57\ \xee\xf5\xaa\xfd\x1e\x2f\x6f\x49\x42\x27\xea\x06\xca\x2c\x32\xcf\ \xa5\x32\x29\x88\xc9\x30\x42\x08\x72\x65\xb2\x91\x3c\xc0\x0e\x82\ \x8b\xe5\x42\x4e\x96\xa8\xd4\x88\x28\xe9\x49\xf0\x62\xbc\x84\x44\ \x61\x28\x1f\xe4\x5c\x09\x52\x14\x51\x04\x0f\x87\xf0\x12\xeb\xce\ \xc6\x2a\xce\xc5\x30\xe5\x66\xc3\x3e\x9a\xf6\x32\x4d\xaf\xef\xde\ \xc0\xe5\x96\xfa\x2e\xac\x94\xce\x2c\xc5\x66\x73\xe1\xf9\xab\x73\ \x4b\xd3\xf3\xd3\xc9\xc5\xc5\xab\x05\x77\x2a\xe0\xc9\x67\xc0\x97\ \xd3\x29\x32\x84\x53\x74\xa9\xe9\x44\x33\xb1\x44\x84\x0a\xe7\x62\ \x50\x18\x63\xb8\x40\x9e\xca\xa5\x52\xb1\x70\x36\x13\xc8\x47\x43\ \x0c\x0a\x93\x4b\xb9\x6c\x2e\x4f\xa5\xb8\x70\xd8\x9f\x4c\xc7\xc8\ \x5c\x38\xe7\x8f\xe4\x31\x2e\x11\x49\xcf\x46\x22\x57\xcf\x5d\xbc\ \x78\x25\x17\x28\xe0\x3e\xc4\xed\xf1\x41\x25\x8c\xce\x5e\x09\x02\ \x50\x23\x51\x2e\x12\x75\x3a\x3d\x1e\xb1\x44\x83\xf1\x68\xf4\xc1\ \x38\x7a\x7d\x4e\xbe\xdc\xea\xb4\x9a\x92\xd8\x18\x36\x3a\x71\x9a\ \x2f\x97\xc4\xee\x6a\x6d\xf0\xe0\xc1\x83\x7b\xf7\xee\xd7\x63\x1e\ \xe9\xfe\xc7\xbf\xfa\xd1\x2f\x7f\xf9\xb3\x7f\x1b\x35\xa8\x55\xaa\ \x37\x7f\x74\x60\xcc\x3c\xf2\x86\x4e\x41\x24\x87\xd5\x6a\x33\x9a\ \x94\x1d\x41\x80\x1c\xd7\x27\xd4\x46\xbd\x41\x65\x55\xab\x01\x68\ \x8c\x3b\x2c\x8e\x89\x71\xbd\xe2\x3f\xea\xb8\x6e\xb5\x4d\x4d\x39\ \xc6\x27\x26\x6c\x37\xff\x9f\xff\xe1\xd0\x9b\x8d\x6f\x9a\xf4\x16\ \xc0\x95\x8c\xca\x3a\xd4\x98\x49\x63\x1e\x1b\x35\x68\xc7\x74\xdb\ \x8e\xca\x5a\x40\xa1\xf6\x69\x4c\xa6\xb1\x11\xa3\x4a\x3f\x36\xaa\ \x51\x12\xa8\x55\x9a\x31\x83\x62\xb5\x0c\xa8\x94\x76\x3b\x10\x4b\ \xa9\x60\xaf\x44\x34\x18\x55\x00\xf2\x54\x1a\x95\x4d\x6b\xd3\x2a\ \xc1\x0f\x5a\x87\x4a\x67\xb3\x58\x6d\x2f\x14\xe9\xbe\xf3\xd5\xa1\ \x5d\x7b\xe4\x4f\x00\xd6\x27\x4f\x2c\x51\x3f\x69\x14\x3a\xfb\xfc\ \x61\x0d\xdf\x0c\xb0\xc8\xa7\x45\x01\x10\x4f\x03\xac\xbd\x5a\xee\ \x79\x05\xb7\x1f\xaf\x7a\xef\xd9\xc7\xed\x6d\x78\xe8\x7e\xd9\xe2\ \x61\x60\x03\xb9\x23\xd4\xfc\xb9\x00\xeb\xd9\xa7\x78\xc6\x03\xd8\ \x63\x68\xbb\xcf\x0a\x5e\x78\x31\x49\x98\x5d\x74\x7a\x39\x1f\x2c\ \x14\x03\xf8\xb5\x0b\xf9\x4b\x57\x82\x4b\x0b\x57\xfd\x8b\xe7\x4e\ \x4e\x9e\x3e\x7e\xea\xd8\xcb\xdf\x7d\x67\x72\xf2\xec\xfb\x27\xce\ \x5e\xb8\x78\xfa\xe2\xa2\x37\x88\x34\xd1\x78\x57\x24\xdc\x9d\x72\ \x6c\xb5\xe9\x1d\x34\xb2\x4b\xf0\x5a\xb9\x48\x97\xdd\x8d\x0a\x8d\ \xb9\xda\x84\xc7\x55\x19\x4a\x95\xea\x70\x8d\x65\xcb\xf1\x56\xbb\ \x24\xc7\x57\x2b\x50\xa3\xde\xeb\x77\xea\x25\x64\xd8\xf4\xac\xdc\ \xe9\x2d\xaf\x76\x4b\xad\xad\x32\x52\x8f\xcb\x7c\x55\xae\x2c\xf7\ \x50\x18\x6a\x77\x06\x32\x2b\x6c\xf4\xf8\x8e\xd4\xb9\xbf\xd9\xf0\ \xf2\x62\xad\xd2\xaa\x36\x08\xa1\x19\x6f\xac\x55\xbd\xcd\x72\x67\ \x99\x95\x3b\xc3\xad\x5a\x13\xc3\x08\x54\x66\x97\xb2\xde\x4c\x8c\ \x62\x91\x18\xec\x22\xdd\x50\x8a\x4c\xb8\xf8\x10\x89\x32\xc1\xa4\ \x2f\x04\xbb\x10\xc2\x99\xc6\x62\x9c\xbb\x1c\xf7\xa0\x5e\xa0\xdf\ \x0a\x94\xd3\x4b\x43\xa8\x8b\xc0\xdc\x30\xaa\xa4\xf6\x30\x08\x92\ \x0d\x25\x4a\x62\x94\x46\xe2\xd1\x74\x29\xe4\xea\x75\x61\x8a\xa8\ \x79\xa2\xa5\x68\x62\x2e\x37\x3d\x1f\x98\x9e\x8b\xa5\xe6\x67\x93\ \xe9\x60\x70\x3e\x0d\x4d\x67\xd9\x70\xc2\x85\x47\x0b\x45\x32\xc5\ \x30\x74\x8b\x75\xfa\x5c\x58\x61\x09\x49\x4c\x67\x51\x0a\x8f\x25\ \x72\xa4\x77\x3e\x47\xc5\x82\x91\xa5\x2c\x16\x8d\x06\x22\x1c\x97\ \x0a\x45\x23\x69\x28\x5b\x4c\xe7\x13\x31\x0e\x8e\x52\x85\x48\x66\ \x31\x97\x8e\xf9\x83\x69\x3f\x17\x59\xba\x72\xf6\xf2\xe5\x14\x83\ \x79\xa3\x18\x0a\xa8\x1e\x4f\xd0\xe9\xf9\x74\x36\xcc\xc0\x18\x07\ \xf4\xa1\x33\xce\x57\x08\x67\x59\xee\x0e\x87\xed\xe5\x36\x1b\x46\ \xdd\x42\xa7\x51\xad\x34\x25\x49\x6a\xb7\x00\xf3\x94\x84\x66\xbb\ \xdb\x5f\xbe\xb3\xf5\x60\xe5\xfe\xa7\x15\xcc\xdd\xfb\xf8\x8f\xff\ \xf9\xcb\x5f\xfe\x70\xff\x1b\x63\x7a\xd5\x98\xe9\xcd\xfd\x6f\x8c\ \x1a\xcd\xfb\x94\xc2\xce\xb6\x09\x8b\x55\xaf\xb6\xa8\x95\x92\x5b\ \x4a\x5a\x8e\x41\x6b\x05\x64\x07\x40\x86\x52\x8d\x19\x28\x42\xb5\ \xce\x76\x63\xdc\xaa\x9f\x98\x00\x60\x76\x03\x50\xac\xa9\x9f\x7f\ \x70\xd3\x62\x18\x33\x1f\x3c\x00\x64\xa1\xa2\x00\x15\xf7\x2b\xf3\ \xa8\xc9\x64\xd0\xeb\x34\x06\x83\x49\xa3\x55\x1b\x4d\x80\x63\x69\ \x54\x23\x63\x8a\xcf\xcc\x88\x12\xf7\x00\x88\x96\xce\x64\xb1\x98\ \x0c\x40\xf6\x59\x2c\x7a\x9d\xcd\xaa\x01\x02\x71\x44\x01\x4f\x93\ \xca\x04\xa0\x52\x89\x89\xd8\xde\x39\xd4\xe9\xec\x7a\x40\xf6\x8c\ \xba\x17\x74\x6b\xd8\x15\xca\xfd\x93\xdd\xb3\xe2\x5b\x4f\x8f\xe9\ \x21\x77\xc7\x27\x3e\x19\x9b\xfe\x75\x81\xa3\xdf\x0c\xb0\xbe\x12\ \xa5\xb4\x63\x9f\x60\xf7\x97\xf6\x6a\xb9\xd7\x15\xdc\xda\xe1\xdf\ \xb7\x67\x1f\xb7\xb6\xc7\xe1\xd0\x97\xe0\xf6\xc9\x36\xbe\xec\x1c\ \x9b\xe7\x02\xac\x67\x9e\xe2\x59\x0f\x60\x8f\xa1\xbd\xfd\x2c\xe7\ \xc1\x17\x02\xac\x38\x97\xa2\x59\x9c\x62\x09\x26\x4f\xe5\xe7\xa3\ \xb3\xe7\x97\x82\x93\x8b\x89\xe4\x91\x23\x17\x2e\x9d\x7c\xff\xad\ \x77\x5e\x7e\xff\xda\xd2\xa5\x53\xc7\x4f\x9e\x9e\x3c\x72\x91\x84\ \x52\xf1\xba\xd3\x83\x55\xb0\x78\x37\x1e\xaa\x57\xd8\x0e\x11\x48\ \xb2\x9b\x7c\xa6\x22\x95\x25\x20\xde\xe8\x65\x37\xe3\x95\xda\xed\ \x5a\xbb\x73\x4f\x90\x6b\xed\x6a\x73\xb0\xcc\x2e\x4b\xee\xba\xc0\ \xf6\xd7\xc4\x8a\xb4\x22\x7a\x2a\xbd\x95\xe5\xd5\x8d\x7a\xe3\xc3\ \x6a\xa8\x29\xb4\x84\x12\x02\xb5\x5b\x48\x83\x68\xca\xad\xf5\x5a\ \xad\xd3\x94\xd6\x3a\x2b\x0f\x3e\x1c\x02\x40\x93\xdd\x84\xd8\xed\ \x97\xaa\xa5\xde\x3d\x82\xef\x54\xfb\x1f\x49\xcd\xce\xd6\x96\x10\ \x77\x85\xe8\x72\x85\x5c\x0a\x85\xfc\x1e\x08\x71\x63\x21\x77\xaa\ \x5c\x63\xc2\x8c\xd3\x9b\x45\x52\x31\x37\x05\xf9\x18\xd4\x5d\x04\ \xdb\xdd\xdc\x00\x00\x20\x00\x49\x44\x41\x54\xf3\xfa\xb3\x51\x94\ \x76\xba\x71\x0f\x8c\xa2\xc1\x45\x1f\xcb\x84\x70\xc4\xed\x62\xe0\ \x79\x8c\x47\x42\x4c\x9d\xc7\xf1\x5c\xd6\x5b\xf1\x10\x9e\x1e\x8b\ \xb0\x64\xbc\xdc\x29\xe1\x82\xe4\x63\x6b\xf9\xb9\x64\xc1\x9f\x5f\ \x5c\x8c\x14\x33\xd7\x16\x26\xaf\x2d\x2c\x16\xc8\xa2\x1f\xaa\x32\ \x79\x1f\xe1\xc6\x98\x04\x17\xa2\x90\x16\xef\xcd\x2a\x39\x89\xe9\ \xc2\xfc\xb5\x10\x14\x23\x63\x89\x44\x2c\x97\x8a\x2e\x05\x03\x29\ \x26\x15\xa5\xc2\x54\x8c\xf4\xf8\x98\x44\x0e\xe7\x18\x4f\x36\x91\ \x49\xc0\x9e\x70\x66\x2e\x1d\x72\x2e\x65\x13\x79\x7f\x22\x97\xbc\ \x76\xe9\xe4\xd5\xdc\x22\x9c\xf5\x31\x14\xe2\xe5\xbd\x42\x05\x5e\ \xf4\xa7\x98\x4c\x26\x9f\xc0\xe3\xee\x78\x85\xa6\x4b\x7c\xa9\x44\ \x74\x3a\xeb\x83\x95\x5e\xd9\x4d\xd7\x9b\xed\x5a\xb5\xb1\xd6\x8a\ \x37\x6a\xbd\xba\xe0\xf4\xf2\x9d\x95\x7e\x6b\xeb\xd3\x8f\xef\x6d\ \x6d\x6d\x48\xde\xc1\x6f\xff\xf4\x1f\xbf\xfc\xc3\x8f\x00\x92\xa8\ \xc6\x7e\xf8\x4b\xe3\xc8\x9b\xfb\x4c\x2a\x8d\x4e\x6b\xd0\xdb\x27\ \xec\x4a\xee\x8d\xda\x68\x00\x30\xa1\xe4\xe4\x18\x0c\x76\xab\x4e\ \x6d\xb5\xdb\xc1\x67\x76\x25\xaf\x4f\xa7\xb3\xe9\x01\xb5\x9a\x72\ \xd8\xc7\x6f\xde\xbc\x69\x1f\xff\xf9\xff\xfd\x81\xda\x38\x3a\x32\ \x62\xd6\x99\x34\x40\xe7\xa9\x74\x5a\xdd\x88\x59\x03\x24\x9f\x55\ \xa9\xb8\xa3\x52\x5b\x8c\x1a\xb3\xb2\xee\xae\x31\x8c\x80\x77\x55\ \x66\x93\xd6\x00\xde\x30\x5a\x6c\x46\x83\x49\x65\xb0\x1a\xec\x36\ \xad\x76\x7b\x33\xd1\xac\xc0\x93\xe2\xdd\x67\x51\xeb\xd5\x46\x65\ \xcd\xdf\xa0\x55\xea\x5f\xd8\x26\xac\x80\xb5\xd9\x5e\x0c\xb0\x1e\ \x85\x25\x3e\xa5\x40\xc4\x53\xd3\x66\x76\xc6\xf8\x3c\xfe\x8e\xea\ \x89\x54\x90\xd9\xbf\x17\x60\xdd\x7a\x22\xce\xfe\xf6\x8e\x85\xa9\ \xdd\xd4\x6f\xaf\x96\x7b\x5c\xc1\x36\x5e\x1d\xfa\xec\x79\xfa\x50\ \x56\xad\x6e\x3d\x86\x1b\x02\xbc\x1c\xdf\x79\x09\xcf\x05\x58\xcf\ \x3c\xc5\xb3\x1e\xc0\x1e\x43\xfb\xd9\xb3\xc2\xad\x5e\x08\xb0\x84\ \xdc\x3c\x51\xe5\xf1\xaa\xcc\x44\x9c\x89\xab\x54\xf0\xea\x5c\x6e\ \x61\xa1\x10\x39\x7b\xe4\xe8\xb1\x77\xde\x7d\xf5\xed\xd7\x8f\x65\ \x9d\xf9\x53\x47\x8e\x9d\xba\x30\x79\x35\x8b\x64\xdc\x88\x00\xa8\ \x12\x1e\x12\xa5\x68\x35\x2e\xb4\x5a\x70\xae\xbc\x19\x4a\xf1\x83\ \x4a\xa5\x5d\xab\x23\x72\x2c\xda\x68\x49\xad\xbe\xb8\xdc\xa9\x56\ \x6b\xfd\x8e\xdc\x5d\x15\x64\x3a\x2e\x77\xe8\x76\x7f\xd0\x69\xde\ \xf1\x3a\xdb\x82\xd4\x04\x48\xb5\xbc\xea\xa4\x57\x87\xc3\x5e\x83\ \xf5\x09\x82\xb3\x54\xeb\xd7\x24\xb9\x5a\xed\xc6\x6b\x95\xb5\xcd\ \xcd\xfb\x1b\xf1\xe1\x80\x2f\x8b\x42\x6b\x65\xc5\x8b\x37\x3f\xf5\ \x96\x3a\x1b\xeb\xbd\x8d\x81\xb8\xb9\x25\x4a\xa1\x94\xd3\x89\x84\ \x83\xd1\x50\xc2\xe5\x4e\x38\xf3\x1c\xc2\x88\x25\x9c\xcc\x22\x28\ \xee\x81\x50\x67\x8c\xf3\x7a\xa2\x44\x8b\x0d\x15\x43\x58\x55\x46\ \xf9\x68\x14\x0f\x51\x19\x9f\x8b\x42\x9c\x82\x0b\x75\xe7\xd3\x55\ \x09\x00\x4f\x85\x8d\xa2\xb1\x94\xbb\x0c\xf1\xde\x3a\x94\x72\xb9\ \xe2\xcd\x7a\x4b\x2e\x89\xe1\x72\x27\xb6\xb4\x98\x2e\x04\xaf\x5c\ \xbe\x96\x08\x14\xfd\x97\x17\xfc\xe7\x53\x18\x19\x72\x79\x72\x79\ \x06\xf5\x38\x91\x4c\x34\x0a\x7b\x4a\x5e\xc8\x15\x0a\xa5\x9d\x64\ \x24\x46\x01\x1c\x0c\xbb\xd2\xf3\x99\x4c\x28\x96\xcb\x25\x38\xca\ \x1f\xc3\xf0\x30\x12\xc2\x48\xa6\x88\x62\xf9\x22\xee\x0a\xcc\x2d\ \x45\x48\x38\x95\xc2\xb9\x10\xbc\xb8\x54\xe4\x16\x63\xb1\xd9\x33\ \x97\x93\x8b\x19\xc8\x97\x0e\x3b\x9d\xac\x9b\x47\xdc\x99\xe9\x22\ \x49\x71\xc5\x48\x38\xe4\x72\xd1\xd5\x72\x5c\xa8\x4a\x65\x56\x1e\ \xae\x7e\xb4\xd5\x6f\xb0\x2e\xc0\x34\x2b\xd5\xfa\x70\xad\x59\xae\ \xb4\x5b\xac\xa7\x2a\x35\x07\x83\xc1\xca\xdd\xcf\x1f\xac\x36\x6a\ \xed\x7b\x7f\xfe\xf5\x9f\x7e\xf1\xa3\x1f\xbc\x69\x56\x19\x8c\x07\ \x6f\xff\xd0\xa0\x79\x73\x44\xa5\x31\x58\xd4\x3a\x9d\xd5\x61\x53\ \x6c\x8f\x81\x04\x54\xe9\x2d\x16\x87\x5d\x6b\xb0\xd9\xc6\xb5\x00\ \xba\x6c\x56\x9b\x4e\x0d\x10\x6b\xdc\xa2\x14\xa5\xb8\x01\x00\x4b\ \x3d\xf1\xc1\xcf\xaf\xdb\x1c\x37\xff\xfb\x0d\x9b\x5a\x33\x6a\xd2\ \x69\x35\x46\xc5\x49\xd9\x02\x74\xa0\x69\xcc\x64\xd0\xd8\xf4\x1a\ \xb3\xe1\x80\x41\x29\xdf\x6c\x06\x82\x70\x44\x03\x84\xa0\x4a\xaf\ \x44\xbe\x1b\x35\x36\xa3\x51\x0d\x74\xa4\x52\x91\x5e\x07\x40\x70\ \x7b\x1f\x52\x31\x37\x35\x19\xb5\x76\x80\x58\xe0\x00\xd7\xa1\x07\ \x8a\x50\xaf\x57\xeb\xec\x4a\xa8\xea\x8b\x49\xc2\xc7\x8b\x58\xb7\ \x76\xfe\xe3\x7f\x68\xa5\xb4\x33\x78\xea\xf6\xae\xe4\x67\xe2\x2b\ \x7d\xcd\xee\x4a\xb6\xdd\xfc\xc9\xdf\x0b\xb0\x1e\xa6\xfe\xde\x7a\ \x1a\x1d\x7a\xe4\xf4\xf9\xad\xaf\x6d\xf9\xec\x2b\xb8\xbd\x3b\x9f\ \x72\xcf\x3e\xc0\x5d\x11\xb7\x1f\x0b\xba\xdb\xca\x8e\xde\x4e\xd5\ \xf9\x5c\x80\xf5\xcc\x53\x3c\xf3\x01\xec\x31\xb4\x9b\x4f\x58\x87\ \xfd\x4d\x80\x85\x16\x22\xae\xb2\x1b\xa9\x94\x52\x09\x6a\x6e\xc1\ \x7f\x69\xa1\xe0\xbf\x72\x26\xc9\xcd\x9c\x3b\xf6\xce\x3b\x6f\x7d\ \xff\xd0\xeb\x47\xd0\xf8\xe4\x89\xf3\x17\x4f\x1c\x3a\x7d\x21\x86\ \x26\xe4\x8a\x50\xaa\x55\xa9\x18\x93\xf2\x48\x22\x52\xae\xc2\xc5\ \xf2\x7d\x1f\x2a\x0e\xaa\xe5\x0a\xc5\xf8\xe7\xaf\x65\x08\xb9\x25\ \x75\x2a\x1f\xad\x78\x3b\x4a\xc1\x84\x66\x57\x18\x54\xd0\x6e\x6d\ \xb9\x4d\xb4\x7a\xfd\x75\x57\xb9\xd7\x6e\xc8\xf5\xc1\x70\x75\xdd\ \x55\xda\xdc\x18\x4a\x04\x56\x6a\xc5\xcb\xfd\x5e\x5d\xaa\x0f\x4b\ \xf4\x72\x55\x80\xc5\xf5\xcd\x15\xc0\xb7\x6a\x7c\xad\xd7\x63\x6b\ \x75\x48\xda\x1a\x46\xf9\x7a\x5f\xee\xc6\xcb\xee\x95\xb5\x16\x4f\ \xc6\x72\xfe\xa8\xbb\xe0\x0b\x45\x52\xb1\x1c\x02\xbb\x43\x3e\xd6\ \x89\xa4\x18\x14\xe2\xa8\x10\xca\xa5\xbc\x3e\x4f\x98\x25\xb0\x08\ \x43\xa1\xce\x28\xe4\xc4\x71\x16\x8d\xce\xa3\x6e\x42\x40\x20\x8a\ \x71\xa5\x19\xb9\xe5\x8d\xc2\x25\xd8\x49\x87\x78\x96\x60\xdb\xf1\ \x12\x89\x85\xc2\xf1\xe6\x8a\x5c\x15\x44\x4f\x4f\x0e\x2c\x45\x02\ \x89\x48\x60\x3e\xe0\xf7\x4f\xcf\x4f\x07\x16\xe7\x43\x8c\xd7\x47\ \x7b\x22\x09\x8a\xf5\x62\x50\x86\x4b\xb2\xce\xae\x37\xc4\x84\xdc\ \x31\x18\x8d\x84\x53\xa1\x70\x28\x95\x9c\x63\xc2\xc9\xc5\x08\x83\ \x67\xd2\xb8\x3f\xed\x42\xd3\x40\x24\x32\xf9\x00\xe3\xca\x33\xd9\ \xfc\x6c\x31\x46\xa6\xf0\x54\x22\x37\x5f\x48\x2d\x65\x0a\xc1\x85\ \x22\x35\x77\x2d\x90\xf4\x73\x2c\x8d\x39\x3d\x74\x8d\x2f\x3b\x5d\ \xc5\x6b\x28\x9a\xc8\x04\xc2\x04\xe1\x75\x13\xb2\xdb\xdb\xac\xb3\ \x34\x5f\xad\x77\x07\x5b\x55\x17\xe4\x44\xaa\xb5\x92\x24\xd7\xe4\ \x2a\x51\xaf\x89\x34\x5d\x6e\xb6\xc0\x40\xd6\x37\x7f\xbb\xb5\x1e\ \xaf\xac\xde\xfd\xcf\x3f\xfd\xf9\xa7\xdf\xfb\xb7\x1f\x7e\xcf\x64\ \xd4\x1c\xfe\xf7\x37\xf7\x29\xfb\x76\x06\x65\x9d\x5b\xaf\x07\xe0\ \x60\xb5\x00\x4e\xa5\x14\xac\xd1\x6b\xad\x5a\xad\xc3\xaa\x44\x8b\ \x02\x40\xd1\xaa\xb4\x36\x8b\xcd\x61\xb1\x2a\xa9\x39\x8a\xab\xcc\ \xcd\xeb\xd7\xa7\x7e\x3e\x3e\xf1\xc1\x4d\x95\xd1\x3c\x66\x32\x1a\ \xc7\x94\x68\x04\xf0\x7d\x9b\x1a\x48\xbe\x11\x83\x51\x21\x54\x46\ \x15\xe0\x4a\xca\x26\xa2\xca\x68\xd1\xeb\x75\x80\x68\x69\x2d\x4a\ \x43\x8b\x41\x6f\xb3\x28\x59\x82\x4a\xb2\xb3\xe2\x09\x68\x01\x6a\ \xd2\xa4\xec\x18\x5a\x75\x46\x9d\xc6\x0a\xd8\x95\x4d\x0f\xa4\xa1\ \x49\x05\xb0\xca\x62\x31\x68\x5f\xd0\x22\x59\xf5\x68\x2b\x7c\x87\ \x6d\xc0\x17\x26\x74\xbb\xa2\x3d\xbf\x40\xac\x87\xf6\x32\x5f\x8d\ \x94\x54\xed\x48\x4c\x54\x3c\x37\xc9\xbf\x17\x60\x7d\x76\x68\x47\ \x89\x68\xd5\xa1\x9d\x71\x18\xdd\xdd\xd4\x6f\x8f\x96\xcf\x3a\xd1\ \x17\x71\x9a\x87\x9f\xaf\x8f\x6d\x6f\x84\xc7\xb7\xf5\xd9\x43\x0f\ \x97\xdb\xdf\x10\xb0\x9e\x79\x8a\x67\x3d\x80\x3d\x86\x76\xbb\xaf\ \x1d\xe9\xa0\xb7\xfe\x16\xc0\x12\x0b\xb1\xa8\x52\x19\xcf\x9d\x4a\ \xf9\xe6\x66\x17\xaf\xcd\xe5\x16\x93\x93\x81\xe0\x85\x0b\x67\xdf\ \x7f\xff\xd4\xf1\x43\x2f\x1f\x71\xa3\xa7\x4e\x5c\x3d\x75\x7c\xe6\ \xec\x31\x0e\x4f\x13\x32\x2d\x77\xe4\xd0\x42\x2e\x09\xf7\xdb\xee\ \xaa\xe4\x84\x06\xf7\xa2\x68\xb5\xd3\xaa\x94\xbd\xf9\x0b\xe7\x66\ \x32\xe2\xf0\xf3\xe5\x5a\xe7\xf3\x95\xf6\xf2\xb2\xdc\x59\xed\x35\ \x84\xa6\x54\x59\x6b\x03\xbd\x27\xf7\xef\xdd\xe1\xc5\x6e\xa7\xbd\ \x36\xec\xca\x0f\xd6\x4a\x35\xa9\x2c\xc2\x22\x5c\xef\xd7\x6a\x0f\ \xba\xab\xfd\x8d\x96\xd4\xdd\x18\x54\x58\xf9\xce\x9d\x55\xb9\x5e\ \xaf\x8b\xb5\xcd\x41\x53\x10\x91\xee\x9a\x04\x49\x25\xb9\x5f\xa9\ \x60\xc4\xfa\xbd\x9e\x10\x48\x7b\xc2\x18\xea\x87\x0b\x8b\x08\x9c\ \xf2\x64\x7d\x21\x4f\x1c\x8d\x66\x43\x30\xc5\x78\x7c\x30\x99\x86\ \x60\x14\x66\x45\x38\xe6\xf3\xb9\x5c\x18\xeb\x21\xcb\x2e\x1c\xa6\ \x08\x04\xa1\x09\x1a\x45\xf3\x81\x70\xb5\x44\x40\x4e\xd4\x8d\xa2\ \x1c\xe1\x82\xdd\xb4\x50\x77\x79\xf1\x04\xdd\x68\x78\xbd\xcb\x02\ \x31\x28\x5d\x9c\x89\x2c\xe4\xfc\x8b\xb3\x81\xe9\x05\xa0\x8c\x97\ \x0a\xf3\x1c\x45\x45\xbd\x44\x24\x4b\xa3\x64\x28\x15\x01\xac\xc8\ \x25\xf1\xae\x22\x07\x38\x66\x2a\xb0\x94\x67\xc2\xfe\x48\x30\x85\ \x22\xc1\x60\x12\x73\x96\xa8\x02\x50\xaa\x29\x2c\xc3\x05\x83\x91\ \x44\x96\x4a\xc3\xd1\x5c\x1e\x07\x42\x3b\x93\x59\x2a\x92\xe9\xc4\ \x64\x31\x38\xbb\x30\xcb\xcd\x06\x83\xa9\x7c\x94\xa6\x3c\x34\x5f\ \x06\x00\x54\x42\x66\x62\xd9\xd4\xb4\x3f\xc2\xb3\x2c\x2f\x57\xc4\ \x9a\xd0\x90\x4a\x65\xb9\xdb\x04\xda\x59\xf6\xb2\x6e\xa2\x2d\xd7\ \xd6\xdb\x55\x49\x14\xfa\xa5\x92\x40\xf0\x15\xa0\x11\x3b\xfd\x0f\ \xef\x6e\x0d\x3b\x5b\xbf\xfd\xcb\xff\xfa\x5f\x7f\xfa\xde\xe1\x83\ \x23\xa6\x11\xd3\xfe\x91\x37\xf6\x8d\x8d\x28\xe1\x4f\x5a\xa5\xbc\ \x8d\xd6\x36\x6e\x05\x24\x4a\xad\xb5\x8e\xdb\xac\xca\x5a\xb7\x5e\ \x0d\xb4\xa1\xd5\xaa\xc4\xbf\x5b\x6c\x76\xb5\x5d\x6d\xd6\x8e\x03\ \xc0\xba\x3e\x75\xe3\xc6\x8d\xeb\x0e\xdb\x75\xf0\x7f\x3f\x37\x1e\ \x18\x33\x8c\x8c\x2a\x11\x0b\xa0\x0f\x20\xf0\x0c\xe0\x3f\x13\x80\ \x28\x25\xc3\xd9\x6c\x32\xeb\xb6\x7d\xb1\xac\xc6\x11\x0b\xa0\x58\ \x3a\xab\x41\xaf\x35\x8f\x29\x21\x56\x56\x8d\xd9\x6a\x57\x3c\x4c\ \x95\xe8\x78\xcd\x36\x68\x69\xcc\x26\xbd\xda\x00\xae\x46\xe9\x4a\ \x67\xb4\x29\x09\x87\xe0\x03\x35\x78\xfd\x62\x80\xf5\x58\x55\x6c\ \x6b\x13\xc5\x0b\xee\x96\xc2\x3a\x0e\xed\x06\x2c\xc5\xff\xe9\xf6\ \xf8\xb8\x6a\x73\x17\x21\x79\xd2\x35\x45\xa1\x1c\xb7\x6f\x2b\x38\ \xd2\xbd\xfd\xf7\x02\xac\x2f\xec\xeb\x08\xc5\xef\x8e\xd8\x6d\x9a\ \xb2\xfd\xc9\x2c\x38\xa3\xea\xeb\x5a\xee\x3e\xd1\xe1\x87\x66\x15\ \xb7\xbb\x0f\x33\x60\x0e\x1d\x7e\x72\x85\xe8\x19\x7d\x7c\xb2\x23\ \xd2\xe9\x71\xa0\xf9\x67\xdf\x10\xb0\x9e\x79\x8a\x67\x3d\x80\xbd\ \x86\xf6\x8b\xbe\x6e\x7f\x59\xc9\xfa\xd6\xdf\x22\x09\x49\x1f\xc2\ \x71\x3e\x84\xa5\x62\x68\x64\x36\xe8\x4f\xe6\x13\xfe\xc5\xe0\xe2\ \xd9\x8b\xe7\x8f\xbc\x7b\xe2\x9d\x57\x5e\x3e\x8a\xe0\x67\xcf\x5d\ \x78\xff\xd4\x99\xe3\xe7\x8a\x54\x42\xa8\x48\x5d\x49\xca\x26\x7c\ \x94\x4f\x1e\x78\x2b\x65\x2e\xbe\xb9\xee\x89\xaf\xf6\xd6\x5b\x15\ \x57\xf2\x5c\x6e\x3e\x2d\x0c\x5a\x40\xc9\x6d\x36\xe5\xad\x7b\xc3\ \xd6\x70\xc0\x56\x7a\x74\x79\xb0\x55\x69\x6f\xac\xc8\x2b\x43\xb1\ \xb7\xd6\x6c\x7d\xda\x8d\xd7\x57\x1a\xae\xba\xc0\x56\x60\x77\xbc\ \xb3\xd6\xab\xad\x0c\x6a\x72\xb7\xd6\xa8\xad\x54\x4a\xf7\x9a\xab\ \x77\x1e\x54\x6b\xab\x65\x54\x6e\x94\x9a\x84\x28\x36\xda\x25\xaf\ \x28\x49\xad\x46\x19\x11\x3f\xed\x09\x6e\xcc\x57\xae\x76\xe1\x00\ \x57\xc8\x47\x71\x1e\x2d\xe0\x90\x1b\x61\x50\x2e\xe6\x8e\x92\x3e\ \x32\x9c\xa5\x08\x0f\x19\xf2\xc0\x30\x10\x89\x78\x59\x74\xba\x58\ \xda\xe7\x49\x17\x69\x1f\xe6\x6e\x79\x71\x0f\xcc\xc5\xeb\x58\x69\ \x58\x45\x4a\x2c\x90\x8a\xb8\x3b\xeb\x93\xc5\xb0\xdb\x07\x57\x04\ \xde\xd5\xed\x08\xe2\x1a\x7c\xe9\xf2\xcc\x95\xdc\xd2\xdc\x5c\x32\ \x30\xb9\x18\xf0\xcf\x45\x22\x64\x94\xa2\x2a\xce\x1c\x40\xc9\x34\ \x13\xf1\x73\x80\xf2\x38\xe9\x74\x0c\x4f\xf8\xd3\xc5\x62\x30\x51\ \x2c\x92\x5c\x2e\x96\xa2\x12\x49\x2a\x32\x87\x16\x8a\x1c\x17\x42\ \xd3\x40\xdf\x01\x6d\x18\x4b\x28\x3b\x87\xd1\x4c\xce\xef\x03\x40\ \x99\x0c\xa7\xe6\x02\xf9\x99\xcb\x97\xe6\x13\x85\x64\xa0\x90\x09\ \xbb\xd3\xb0\x9b\x2d\x45\x11\xda\x15\xf5\xa7\x53\x81\xc9\x9c\x0b\ \x41\xa4\xba\x54\xe2\xf9\x8a\x20\x57\xe2\xb4\xd4\xdf\x58\xdf\x5a\ \x15\x88\xba\x18\x2f\x95\x6a\xad\x76\x95\x17\x09\xc0\xbf\x6a\xbd\ \x7a\x5b\x31\x67\xd8\xf8\x70\x63\xf0\xe0\xee\xef\x7f\xf3\xb3\xff\ \xfc\xfd\x1b\x63\x07\x4c\x66\xf3\xe8\x9b\x23\x6f\x1c\xdc\x37\xa2\ \x54\xa7\x51\xd9\x34\x6a\xab\x63\x62\x7c\xc2\xa1\xd7\xa9\x6d\x16\ \xbb\xcd\xe1\x50\x03\x39\x68\xb0\xda\xad\x76\x8b\xa2\x06\xc1\x5f\ \x36\xbb\xdd\xa4\x9d\x72\x38\x1c\x13\x53\x3f\x9f\xb2\x5f\x9f\xb2\ \x8f\x4f\x4d\xdd\xf8\xc0\x62\xd0\x1c\x18\xd5\x28\xa2\x52\x71\x73\ \x30\x69\x15\x87\x76\x0d\x90\x87\x7a\x9d\x12\xbb\xa0\x31\x00\xb1\ \xa7\xb2\xe8\x01\xaf\xd2\x69\xb4\x6a\xf5\x88\xc9\xac\x51\x01\xf2\ \xb5\x5d\xe2\x4b\xad\xb3\x01\x84\xb2\x5b\x55\x4a\xbd\x54\x8b\x52\ \x93\x07\x90\x2f\x23\x68\x6f\xd0\x69\x95\xd2\xaa\x7a\xad\x1a\x74\ \xab\x38\xce\xbc\x18\x60\x3d\x5e\xc4\xda\xe5\x82\xbc\xed\x85\xb9\ \x73\xcd\xea\xd0\xd3\x3c\x7d\x77\xf5\xb5\xb9\xcb\xab\xf7\xef\x07\ \x58\x5f\x94\xa7\xde\x61\x6a\xfe\x08\x40\x1e\x59\xc0\x7f\x5d\xcb\ \x67\xa6\x5f\x3f\x72\x0d\xfc\xd6\xb7\x9e\xa3\x0f\x62\xb7\x17\xea\ \xdd\xa7\xad\xee\x7d\x3d\x60\x3d\xeb\x14\xcf\x7a\x00\x7b\x0e\xed\ \xee\xbe\xbe\xa4\x7b\x2f\x04\x58\xb5\x8c\x07\x11\x68\x1c\x72\xe5\ \x72\x58\x18\x4c\xd1\x48\xa6\x38\x7b\x35\x33\x7d\xfe\xf2\x85\xf3\ \xef\xbd\xf3\xda\xb7\x5f\x79\x2d\xbd\x78\xfa\xe8\xd9\xb3\x57\x27\ \x4f\x5d\xca\x41\xb0\x20\xd6\xab\x42\x3c\x40\xb7\x49\xb8\xd3\xaa\ \x95\x3d\x18\xb6\xdc\x43\x6a\x43\xa9\xd5\xe5\xc9\xc5\xc5\x60\xca\ \x29\xd7\xe0\xd6\xea\xd6\x5a\x1f\x5d\x59\xdd\xda\xea\x0f\x9a\xce\ \x2e\x51\x59\x6e\x0f\x7a\xcb\xcd\x46\x43\x28\x35\xea\x9d\x8d\xd5\ \xfe\xc0\x3b\x88\x33\x55\xa1\x2a\x78\x21\xa2\xd3\x2d\xe3\x8d\x95\ \x76\xbd\x39\x6c\xb5\x87\xa0\xa3\xce\xc6\xa7\x1d\x41\xaa\x55\x58\ \x2f\xed\x95\xea\x34\x50\x46\x72\x5c\xac\x4a\x95\x3a\xef\xec\x6d\ \x36\x50\x8f\x13\x85\x9a\xeb\x78\x00\x9f\xc3\x11\x27\x0b\x2d\xd1\ \x54\x39\x0e\x21\xf9\x50\x8b\x8f\x7a\x93\x61\x3c\xe5\x71\x87\x28\ \x96\x08\xa7\x32\x28\xdb\xa6\xf1\x72\x5c\x60\xc8\x04\x57\x8a\x57\ \xc5\x2e\x0c\x43\xbe\x74\xbb\x11\xaf\xb5\x4a\x15\x27\x8e\x61\x1e\ \x38\x4e\x63\x2e\x57\x48\x70\x79\x7a\x1d\x36\x24\x0c\xcb\x9d\x55\ \x66\xb6\x90\x0b\xce\xf9\xaf\x05\x98\xe4\x6c\x72\xae\x98\xcc\xcf\ \x84\xb8\x08\x26\xa0\x59\x8c\x8a\xb2\xbe\xf9\x5c\xc8\x19\x26\x5a\ \x02\x37\x9b\x8d\x16\xb3\xe9\xbc\x3f\x48\x15\x73\x91\xc5\x02\x93\ \x65\x52\x59\x7f\x20\x95\x4f\xb9\x00\x11\x4b\xc6\x72\xb1\x68\x9e\ \x83\xd3\x39\x7f\x38\x9a\xcd\x03\xfa\x14\x4d\x85\x93\xb9\xec\x7c\ \x24\x1f\xb8\x78\x71\x69\x31\x91\xf4\x27\x93\x38\x1d\x0b\x79\x08\ \x1f\x02\xa1\x9e\xd8\x7c\x04\x40\x19\xf8\xa9\xe1\xf2\x3a\xe3\x52\ \x55\x74\x56\x25\x9a\x28\xf5\xfb\x95\x95\xf5\x9e\x17\x71\xc7\xe9\ \x2a\x51\xa9\xca\x12\xdb\x14\x2b\xb5\x86\xdc\xae\x6d\xf6\xe5\xfe\ \xf2\xe6\xe7\x5b\x9b\x77\xff\xf2\x8b\xdb\xbf\xff\xc3\x8f\xf6\x8f\ \x1c\x3c\x78\x40\x65\x3e\x70\x60\x9f\x49\x59\xfc\xb6\x3a\x00\x70\ \xe8\x1c\x37\x26\x94\x02\xf4\x4a\x18\x83\xdd\x61\x9b\x02\xba\x50\ \x6b\x03\xe0\x65\xb1\xeb\xac\x36\x87\xd5\xae\x07\x48\x65\xb1\x4d\ \x38\x2c\xe3\x13\x53\x37\x27\x6c\xd6\xeb\xe3\x00\xb1\x6e\x7c\x00\ \xbe\xaa\x51\x8d\xa8\x34\x4a\x88\x96\xc5\x66\x51\x1c\x1f\xac\x4a\ \xc6\x8d\xce\xa2\x94\x4e\x35\x03\xd5\xa7\xd6\xe8\x8c\x80\xcf\x1d\ \xd0\x28\x95\xbc\xb4\x3a\x8d\xb2\xb0\x0e\x54\xa1\x51\x6f\x35\x19\ \xc0\x67\x7a\xbd\x5e\x6b\x30\x29\xfe\x58\x6a\x00\x57\x1a\x9d\x59\ \xa7\xec\x4e\xea\x8d\xca\x22\x97\x43\xad\x52\xec\x65\x54\x2f\x08\ \x58\x77\x1f\x4d\xba\x4f\x1e\x25\x86\x90\xb7\xbe\x75\xfb\x89\xc9\ \xf6\xd8\x3b\x7c\x87\x02\x79\xc2\x90\xef\xd0\x8e\x02\x0a\x7f\x47\ \xc0\xfa\xd6\x67\xc4\x33\x6a\x33\x7c\x09\xa3\xc4\xd7\xb6\x7c\x16\ \x60\xcd\xde\xfd\x4a\x1c\xd3\x1e\x7d\xdc\xde\xbd\xfe\x7d\xeb\x09\ \xbf\x8b\xe7\x05\xac\x67\x9d\xe2\x19\x0f\x60\xef\xa1\xfd\x8c\xf8\ \x7b\x01\x16\x9f\x99\xf7\xa1\x88\x8b\xf7\xf8\xe7\xc3\x81\x85\xc8\ \x52\x32\x57\x4c\x4e\xe6\x16\x4e\x9f\x38\x77\xea\xfd\xd7\xbe\xf3\ \x4f\xef\xbd\x9b\xb9\x7a\xfc\xfc\xc5\xb3\xe7\x2e\x5d\x3c\x1d\x89\ \xa2\xbd\x0a\x2b\xb5\xe5\x54\x75\x48\xf0\x8d\x2d\xc1\xe9\xc1\xe3\ \xcb\x4d\xa6\xf6\x79\x45\x1e\x7a\x29\x2c\xb6\x98\xe2\x85\xde\xa0\ \xdf\xbe\xb3\xd9\x1b\x34\xb6\xee\x6c\xd5\x37\x7a\xf1\x1a\xdf\x69\ \xf7\x37\x56\x57\xfb\x52\x4d\xf1\xc2\x6a\x6f\x0c\x97\xfb\xf2\xfd\ \x65\x6f\x55\x6c\x3b\x3d\x65\x67\xb3\xe1\xae\x0c\x86\x9d\x95\xf5\ \x8e\xdc\xea\xba\x87\xed\x8f\xfe\xfa\xd7\xb5\x72\x6b\xc0\x2a\x36\ \x34\xfd\xf5\x5e\xbd\xf6\xa1\x2c\x74\x4b\x5e\xb6\x5f\x75\xdf\xff\ \xa8\x4b\x23\xbe\xb0\x4b\x2a\xe7\x8a\xee\x02\x53\x61\x11\x2e\x4a\ \xe3\x2c\x8f\xb8\x29\xa7\xe8\x61\xe0\x62\x8c\x64\xe3\x22\x04\xd5\ \x90\x30\x05\xa7\x81\xc2\xa2\xe3\x6e\x08\x80\x46\x3a\x8e\x20\x3c\ \xc7\x39\x51\x26\x47\xf7\x3a\x12\x5d\xf1\x22\x5e\x16\x86\xda\x43\ \x1a\x77\xfb\xa2\x10\xe4\xae\x36\xdc\x29\x69\xcb\x2b\xf2\xfe\xc9\ \xa5\xe0\x6c\x62\xf1\xcc\x62\xe8\xd2\xe4\xfc\xe2\xfc\x92\x3f\xc8\ \x51\x39\x86\x87\x8a\x51\x92\x61\x59\x1c\x77\x41\x78\xa9\x46\xf8\ \x32\xe1\x7c\x16\x0e\x04\x16\xb3\xb1\x5c\x36\x9f\xf2\xe0\xfe\x7c\ \x2a\x15\x4e\x67\xc3\x45\xce\xc3\x14\x12\xe9\xc2\x12\x99\x28\x32\ \x00\x96\x48\x8a\x89\x26\xc8\x70\xd2\x5f\x4c\x25\x98\x4c\x30\x93\ \x9b\xbc\x34\x93\x0b\x87\x13\xf9\x88\x17\xc1\xdc\x84\xd7\xe3\xc6\ \x10\x9a\x0b\x72\x9e\xf0\x7c\x94\x85\x88\xb8\x97\xa8\x57\x45\xa1\ \x24\xc5\xe3\x48\xad\x39\xb8\xff\xa0\xea\x81\xd8\x78\xab\x2a\x94\ \x5b\xbd\x41\xad\x29\xd5\x85\x56\x9b\x16\x86\x83\xb6\x34\xf8\xf4\ \xee\xbd\x07\x77\x3f\xfc\xc5\x4f\x7f\xf1\xef\xfb\xc7\x0e\x8c\x7c\ \x6f\xbf\x51\xa5\x3a\xb8\xcf\xac\x94\x95\xd8\x96\x66\x5a\xeb\xcd\ \xeb\x37\xa7\xec\x13\x16\xa3\x1a\x10\x1f\xc5\x9f\x01\x60\x8a\x4d\ \xa9\x98\xaa\x24\xf9\x39\x26\x00\x03\x03\x30\x66\xb5\x5a\x26\x00\ \xb3\x1a\x1f\x57\xf0\x6a\xdc\x71\xfd\xc6\x14\x80\xa8\x51\x8d\x51\ \xa5\x06\x94\x48\xeb\xb0\xa8\x2d\x1a\x8d\xb2\xbd\x68\x34\x68\x2c\ \x40\x1a\x1a\x80\xdc\xd3\x18\x35\x26\xcd\xb8\x46\x05\xd4\x9d\x5a\ \x0b\x50\x48\xe1\x5f\x6a\x95\xc6\xa8\xb6\x98\x14\x67\x08\xc0\xdf\ \x4c\x46\xab\x1a\x60\x9b\xc5\xa1\x04\xca\x03\x40\x33\x02\x82\x06\ \xda\x6b\x6d\x13\x5a\xad\x49\x07\x28\xd7\x0b\x02\xd6\xad\x9d\x4e\ \xbe\x77\x89\x43\x3f\x21\xb6\xeb\x53\xdd\xfe\xca\x64\x3b\xdc\x7d\ \x54\x68\xea\x59\xf2\x72\xdb\xc9\x9c\xdc\xc6\x80\xc3\x4f\x0b\x11\ \x7a\x41\xc0\x02\x17\xa9\x5c\x18\x38\xf9\xed\x27\xbd\x25\xee\x6e\ \x6f\x01\xdc\xfe\xfa\x96\x8f\xd2\x25\x89\x2f\x91\x97\x24\xee\x3e\ \xc3\x41\xf8\x99\x7d\xdc\x7a\xa2\x4c\xf6\xec\xee\x4d\xba\xe7\x06\ \xac\x67\x9e\xe2\xa9\x0f\xe0\xeb\x86\xf6\x61\x99\xaf\x9f\xcc\x12\ \x77\x0f\x7f\xf2\xb7\xac\x61\x21\x39\x3f\x84\x62\x90\x8b\x59\xca\ \xc2\xe7\x2f\x00\x82\x91\xf3\x07\xe7\x33\xb3\xc7\xce\x1f\x7d\xef\ \xec\x5b\xaf\xbd\xfc\xed\x0b\xf3\x47\x8f\x9e\x3a\x7b\xec\xd4\xc5\ \xd3\x93\x89\x79\x48\x1a\x56\x5a\x6b\x0d\xb4\x5e\x09\xbb\x5b\xcd\ \x5e\xa7\x2a\x56\x36\x5b\xf1\xd5\x7b\xdd\xd5\x6e\x09\x22\x4a\x62\ \x1c\xad\x6e\xae\x2e\x57\x07\xbf\x6d\x36\xbb\xfd\xd6\x4a\xb7\x2b\ \xf4\xb7\x2a\xfd\x7e\x6d\x65\x73\x79\xd8\x6b\x48\xc4\xea\x5f\x07\ \xf5\xd5\xad\xf5\x4e\x9f\xa7\xdc\xa5\x41\xad\xd2\x75\x4a\x3d\xbc\ \x3e\xec\x02\xd5\x58\x25\xda\x8d\xe1\xa0\xd3\xdb\xbc\xbf\xee\x6a\ \xac\xd7\x84\x46\xbd\x06\xfa\xe8\x0d\xb6\x58\xb6\x5c\xae\xb7\xbb\ \x52\xf9\xd3\x8f\x86\x08\x42\xb0\x42\x99\xcf\x61\x02\x83\x20\x40\ \xf8\x61\x02\xe6\x63\x61\x1e\xc1\xcb\x0c\x84\x86\x53\x94\xaf\x44\ \x31\x94\x8b\x25\x11\x86\xac\x12\xcb\x0d\x9e\x75\xc6\xb2\xc5\x62\ \x09\x2e\x92\x14\xc9\xe5\x83\x59\xbe\x25\xd1\x08\xd0\x95\xde\x44\ \x91\x68\x49\x4e\x91\xc8\xa2\xb0\x5b\x6c\x09\x70\x2a\x7e\x87\x97\ \xe3\x8b\xf3\xf9\x64\x6c\xe1\xdc\xd5\xc0\xd2\xcc\xe5\xdc\xfc\xc2\ \xdc\x62\xba\x0c\x73\x59\x28\x55\xc4\x62\xf9\x45\x0a\x62\xa2\x4e\ \x2c\xee\x62\x52\x29\x3c\x9d\x4a\x24\x8b\x69\x84\x4a\x01\x16\x96\ \x0f\x2d\x05\x32\xc9\x74\x38\x04\xc7\x70\x5f\xc8\x07\x47\xa9\x54\ \x6e\xbe\x10\x48\x45\xc3\x5c\x62\x29\x1d\xcb\xc6\xe6\xe7\x97\xf2\ \xd9\x6c\xb8\x10\x59\x98\xb9\x7c\x35\x18\xf6\x65\x92\xc1\xa8\x27\ \xde\xf2\xc0\x6c\x59\x80\xb1\x5c\x84\x17\x42\x11\xa7\x1b\xf5\xd2\ \x6e\x49\x72\x96\x89\xaa\x97\x77\xcb\xbd\x76\x7f\x7d\xb3\x89\x30\ \xed\x92\x24\x36\xe5\xb2\x50\x6b\xb7\x5a\x65\xa2\x52\x6f\xf5\x5a\ \x83\x41\xbb\xf7\xe0\x2f\xbf\xfe\xcb\x6f\xfe\xe3\x7b\x3f\xfe\xc1\ \xc1\x31\xc0\x89\x0e\x98\x47\x47\xcc\x1a\x93\x52\xea\xc1\xa2\xd2\ \xea\x6c\x56\xad\x65\x62\x6a\xc2\x02\xa4\x99\xde\x6a\xd7\x29\xd9\ \xcf\x4a\x6d\x67\x80\x65\x56\x87\x45\xaf\xd5\xdb\x94\xf8\x06\x45\ \x2b\x5a\xd5\xd6\xeb\x13\x76\xa0\x0a\x7f\x3e\x31\x65\x71\xdc\xfc\ \xf9\x75\xb5\x66\x6c\x74\x4c\x89\x88\xd7\xea\xd5\x76\x25\xee\x54\ \xb5\x9d\xdc\x6c\xd2\x5a\x00\x65\xd2\x99\xd5\x06\x8d\x5e\x65\xd4\ \xa8\x00\xec\x68\x15\x0f\x2c\x25\x4c\x14\xbc\xa3\x55\x81\xbe\x54\ \x5a\xad\xd6\xb0\x9d\xf3\x6c\x77\x58\xf5\x56\x8b\xce\x60\xb3\xa8\ \xb5\x3a\xa3\xca\x64\x02\xe0\x06\x1a\x01\x0e\xa6\x1b\xd1\x18\xc6\ \xbe\xf5\xbf\xe9\xf8\xbb\x16\x01\xfd\xc7\xf1\xff\xdf\x83\x98\x0b\ \xe2\x3c\x54\xc6\x8a\xc9\xc4\xfc\xec\xb5\x53\xd7\x72\x89\xd4\x95\ \x8b\x81\x85\x33\xe7\xce\x9c\x38\xfa\xd6\xa1\x6f\xff\xf3\xf1\xc0\ \x91\xa3\xa7\xcf\x9d\x3c\x72\xe2\xfc\x4c\x36\xab\xd4\x9a\xea\xb4\ \x05\x64\xd8\xf1\x96\x9a\xbd\xad\x15\xb1\xde\xbe\xb3\x2c\x34\x9a\ \xd5\xcd\x65\x2f\xc3\x0e\xb6\x68\xba\xdd\x1e\xf4\x3b\x9d\xcd\x8d\ \xe6\xd6\x40\x5e\xe9\x74\x6b\xfd\xae\x24\xad\x03\xe8\xaa\x09\xcd\ \x8f\x86\xd5\x7b\x1b\x9d\x41\xaf\xb3\xb5\xd2\xa9\xb1\x74\x5c\x6c\ \x76\x04\x57\xa3\x1d\xaf\x0d\x7a\xad\x7e\x8f\x8d\xb7\x3b\xeb\xed\ \x35\x71\xb8\xbe\xd2\xa8\x6f\xc9\x65\xd1\xdd\xef\x77\xdb\xf2\xea\ \xba\xdc\x6d\xae\xb6\x5b\xed\x92\xf8\x60\xad\x0b\xb1\x80\xe1\xd4\ \x5c\x45\xc8\x9d\xc8\x46\xf1\x68\xd1\x07\x88\x55\x08\x73\xf9\xb8\ \x38\xbd\xee\x2a\x64\xb3\x51\x9f\x17\x43\x05\x36\xcd\xf9\x7c\x7c\ \xa5\x46\x79\x60\x1c\xca\x2c\xc4\xaa\xe5\x94\x87\x45\x30\x2a\x91\ \x12\x3a\x88\x00\x8b\xde\x18\x92\xf5\x55\x08\x97\xc7\xdb\x74\xa3\ \xbe\x68\xbd\x49\xa0\x88\x20\x12\x1d\xfc\xca\xec\xac\x3f\xbc\x34\ \xb9\x30\x13\xb8\x7a\xfe\x5a\x30\x9f\x9a\x0f\x7a\x7d\x31\x9f\x2f\ \x51\x70\x31\x01\x8e\x4b\x17\x42\x2e\xd8\xcb\xe4\x8b\x19\x74\x26\ \x51\xcc\x65\x7d\xc5\x58\x32\x83\x66\x0a\xf9\xd9\x4c\x22\x17\x08\ \x92\x05\x0e\xe7\xd2\x69\x5f\x3a\x92\x2c\x24\x03\x97\xd3\x69\x9c\ \xc9\x2e\x45\xc2\x99\x70\x26\xe0\x2f\x66\x94\x78\xf7\x4b\x0b\xc1\ \xf9\xb9\x58\x21\x96\x83\xbd\xbc\xa0\x78\x32\xc0\x10\xc4\xc5\x70\ \xa1\x0d\x65\x20\x18\x89\xd7\x08\x21\x5e\x26\x3a\x25\x8c\xf6\x96\ \xa4\xd6\x72\xab\x29\x7b\x3d\x15\xf0\x33\x21\xde\x6d\xca\xb2\xd4\ \x96\x6a\x72\x77\xd8\x6d\xf6\x1a\x3d\xf1\xde\xe7\x9f\x7f\xf8\xe7\ \xdb\xbf\xfc\xd1\xbf\x1f\xd4\xbc\xb1\x4f\x59\x75\xda\x77\xf0\xc0\ \xc8\xbe\x7d\x6a\x9d\x4e\xaf\xd1\xdb\x1d\x8a\xf7\x95\xcd\x31\x6e\ \x51\xfe\x1e\xb7\x5a\x01\x30\x59\xec\x6a\xf5\x94\x45\x6f\x9d\x52\ \x6b\xad\x0e\xe5\x33\x00\x5d\x4a\xe5\x7a\xfb\xd4\x75\xc7\xf8\xf5\ \x89\xeb\x37\x6e\xd8\xa6\xae\x7f\xe0\x50\x1b\x0e\x8c\x1a\xf4\x1a\ \xa5\x8c\xb3\x45\x3d\x65\x33\x02\xfd\x67\x50\x8d\x1a\x75\x16\xab\ \x46\xa5\x14\x6e\x56\xe9\x34\x06\xad\x69\xd4\x68\x30\x18\xac\x7a\ \x83\xd1\x08\x50\x4b\xa3\x54\xf6\x52\x56\xdb\xf5\x56\x8d\x46\xad\ \x78\x21\x1b\xd4\xdb\xe5\x26\x54\x4a\xb2\x0e\xa0\x5a\xa3\xfb\xf4\ \x3a\x20\x1e\xf7\xd9\xac\x06\x0d\xf8\xaa\xf9\x1f\x80\xf5\x8f\xe3\ \x6f\x3a\xf8\xf9\x82\xc7\xe3\x73\x45\xc9\x62\x28\x76\x21\x77\x75\ \x32\x98\x2a\x2c\x9c\x0e\xce\x1c\xbf\x74\xfc\xbd\x43\xef\xbe\xfe\ \xfa\x3f\x9d\x9c\x3f\x73\xec\xfc\xe9\xf7\x4e\x9c\xbb\x3a\x3d\x97\ \x75\xcb\xdd\x96\x5c\x2b\x11\xed\x6e\xb4\xdc\x1f\x2e\xaf\xb0\x8d\ \xb5\xb6\x1c\xef\xb4\xca\x6b\xcd\x38\x1d\xaf\x49\xee\x4a\xab\xd7\ \x59\xab\x01\xc9\xd7\x5a\xdf\xe8\x77\x56\xd7\x6a\xfd\x56\xad\xb6\ \xd6\xef\xb5\x1a\x72\xfb\x53\xa9\x72\xaf\xd7\xee\x54\x2b\xc3\xfa\ \xb2\x50\x5e\xc1\x18\xa2\x5b\x97\x7b\x3d\x28\xde\xe8\xf7\xeb\x52\ \xab\xd1\x68\x97\xba\xc3\xd6\xc6\xd6\xd6\x7a\x7d\x43\x68\xdd\x69\ \xf6\x36\xb7\x9a\x9d\xe5\x3b\xdd\xda\xbd\xcd\x07\xab\x32\xed\x1d\ \xf4\xca\x38\xce\xc4\xa5\x2a\x1f\xa5\x72\x45\x98\x0b\x61\x3e\x1e\ \x45\x44\x27\x0f\x47\xbd\xac\xb3\x0d\x27\x17\x73\x14\x05\x8b\x71\ \x12\x10\x20\x2e\x1c\xe2\x60\xac\x1c\x27\xa0\xdc\x02\x22\x52\x1c\ \x0a\x95\xb3\x45\x32\xda\xe0\x5d\x18\x45\xe3\x59\x86\xf3\x96\xdc\ \x34\xc7\x22\xde\x10\xeb\x74\x95\xbc\x68\x79\xa3\x86\x36\xa3\x4b\ \x73\x73\xfe\x48\x2e\x30\xbb\x38\x3b\xb7\x70\x29\x19\x48\x27\x17\ \xa3\xd1\xa5\x28\x9d\x58\x84\x7d\x64\x34\x9a\x0a\x93\x18\xec\xc3\ \x52\x4c\x31\x12\x28\xe4\x32\x4b\x91\xc5\x7c\x3e\x47\x25\x14\x5d\ \x58\x58\x5c\x8c\xa5\xd2\xd1\x58\x38\xec\x8f\xa5\x33\xe9\xa4\x3f\ \x9b\xcb\xa6\xa2\x5c\x6e\xb6\xc0\x60\x4c\x36\x18\xc8\x14\x72\x89\ \xf4\xc2\xc2\xfc\xcc\xc2\x3c\x10\xae\x31\x1c\xa1\x11\x1a\xdc\x0b\ \xe4\x41\xa3\xf9\x50\xb5\x1c\x5b\x84\xdd\x44\x89\xae\xca\x71\xb1\ \xec\x2d\xd3\xf1\x12\xcd\xf6\x37\x36\xd6\x06\x75\xa4\x1a\xef\xac\ \xb5\x3a\xdd\xae\x28\x77\xcb\xb5\x6e\xbd\x59\x6f\x55\x4b\xe5\xde\ \xe6\xc7\x9f\xff\xfa\xb7\xbf\xfb\xf1\x0f\x0f\xef\x1f\xdb\x37\xa6\ \xd8\xed\xed\x37\xeb\x0e\x18\x8d\x46\x8b\x01\x90\x19\x9b\xc2\x9c\ \xa6\x00\x73\x72\xa8\x4d\x5a\xeb\xb8\x1d\x68\x42\xab\xcd\xa1\x9f\ \x70\x68\xf5\xf6\x71\xf0\xdb\x31\xae\xd7\x3b\xac\xe3\x56\xbb\xcd\ \xa6\xb6\x8d\x4f\x01\xb4\xba\x39\xe1\xb0\x3b\xae\x7f\xf0\xdf\x1d\ \x06\xd5\xbe\x03\x7a\xb5\xce\x66\xb1\xe9\xf5\x40\x48\xda\xd4\x00\ \x99\x14\xbf\x76\xbb\x5d\xad\x52\x99\x55\x76\x65\x09\x5e\xa9\xd8\ \x05\xe8\x94\x45\x31\x6f\x57\x1b\x4c\x26\xa0\x0d\x01\x21\x03\x02\ \xd0\xa2\xf8\x9b\xea\xb4\x2a\xad\xde\xaa\x55\x1b\x8d\x40\x46\x2a\ \x1e\x59\x1a\x00\x6b\x3a\xbd\xca\x0c\x5e\x6a\x0c\xba\xb1\x51\xe3\ \x3f\x00\xeb\x1f\xc7\xdf\x74\x60\xfe\x30\xee\xcd\x84\x43\x74\x20\ \x1f\xbc\x30\x9d\x9b\x5d\x98\xbc\x74\xe9\xec\xf4\xf4\x99\x85\x53\ \x87\x8e\xbe\xf5\xed\x57\x5f\x3f\x36\x79\xe2\xd4\x95\x93\x47\x2e\ \x9c\x39\x77\x71\x26\x8b\xb4\x9b\x60\xda\x84\xd0\xb5\x35\x81\xad\ \xb5\x87\xbd\x6e\x43\xec\xf3\xd8\xc6\x6a\x77\xd0\x14\x1b\xd2\xd6\ \x56\x4b\xe0\x07\xcd\xc1\xc6\xe6\xbd\xde\x40\x5e\xeb\xd6\xbb\x43\ \x91\x2f\x57\x57\xee\xac\x6f\xae\x2f\xf3\x72\xaf\xd2\xdf\x04\xf8\ \xd6\xe7\x09\x71\xc3\x55\xdb\x22\x28\x57\x47\x94\x96\x07\x69\xb1\ \x5c\x19\x6e\xad\x95\xab\x77\xd6\x5a\x72\xa3\x73\x67\x6d\xf9\xce\ \x72\x97\x15\xbb\x83\xe1\xbd\x35\xbe\xfa\xf9\xbd\x65\xf9\xd3\xcd\ \x46\x07\xf0\xb1\x61\xd7\x89\x51\x00\xa4\xa4\x50\x86\x49\x67\x49\ \xa5\xa8\x1f\x9d\x26\x4b\x3e\x37\x19\x93\x6a\xd5\x12\x5c\x28\x04\ \xc3\x21\x3e\xce\x7a\x9d\xc5\x54\x06\x7c\x9c\x8d\x3a\x69\x67\x2c\ \x57\x64\x9c\x09\x2e\xee\x64\x52\xb1\x18\xd6\xa6\xb1\x42\x96\x87\ \x33\x4c\x06\x89\xe3\x28\xcc\x7a\xc8\x02\xe3\x71\x96\xc4\x0e\xd2\ \x25\xf8\x1e\x06\x10\x68\x66\x3e\x3b\xbf\x14\xb9\x32\x5d\x0c\xce\ \xcc\x4c\x2e\x06\xb8\x58\xd6\x45\x14\x33\x90\x37\x93\xe5\x32\x39\ \x2a\x4a\x90\x51\x8e\x59\x0a\x26\x12\x99\x44\x30\x39\x3f\x37\x5f\ \x4c\x15\x98\x60\x66\x2e\x9f\xc8\x86\x53\xd9\x42\x02\x87\x63\xd9\ \x0c\x83\x07\x99\x6c\x22\x93\x4f\x14\xc2\xb1\x7c\x96\xcc\x64\x8a\ \xf9\x60\x21\x1d\xcc\x17\x93\xf3\xb3\xf9\xb9\x7c\xb1\x10\xc3\x5c\ \x65\x89\xf5\x40\x08\x89\xfb\xb8\x10\x5b\x2f\x67\x17\x58\x2f\xdd\ \x25\x5c\x92\xd3\xdb\xa8\xd1\x82\xd8\x2b\xf1\x8d\x61\x7f\x55\x16\ \x2b\x82\x2c\x2b\xf2\xb0\x25\x01\x54\x6f\xf5\x6a\x72\xbd\x2b\x12\ \x6b\x9f\xff\xf6\x2f\xbf\xfe\xed\x9f\xfe\xf0\xd3\x83\xfb\xfe\x6d\ \xf4\x7b\xa3\xa3\x66\xcd\xe8\x88\xce\x38\xaa\x58\xc1\x18\x6c\x13\ \x80\x41\x69\x8d\x6a\xbb\xc5\x36\x6e\x1f\xb7\xe8\xed\xd7\x81\x10\ \xb4\x5b\x27\x6c\x06\xbd\xde\xa6\xd6\x5b\x8c\xe0\x85\x43\xf1\x68\ \xb0\x03\xc1\x06\x60\xca\x01\x38\xd6\xd4\xcd\x29\x20\xe3\x6c\x37\ \x3f\xb0\xa9\x4c\x1a\x13\x68\x08\x00\x0a\x7c\x5b\xa7\xb6\xe9\x81\ \x06\xd4\x5b\x8d\x26\xc5\x80\x0f\x00\x95\x7d\x9b\x62\xe9\x2d\x36\ \x9d\x4a\x6d\x57\xa9\x2c\x0a\x16\x19\x94\x4a\x87\x16\x8b\x51\x29\ \x3c\x08\xbe\x69\xb0\x28\x11\xef\x00\xc1\xac\x06\x0b\xa0\x69\x2a\ \x20\x13\xb7\x6b\x81\xe9\x8d\x5a\xad\xca\x6c\x1a\x33\xdb\xfe\x01\ \x58\xff\x38\xfe\xa6\xe3\xf8\xfb\x67\x2f\xce\x9c\x3b\x33\x33\x73\ \xe2\xd4\xfb\xaf\x9d\x38\x7d\xe8\xd0\xbb\xa7\x4e\x1c\x79\xeb\xd0\ \xdb\xef\xbf\xff\xce\xa1\xef\xbc\xfc\x2f\xff\x7a\x28\x71\xec\xd4\ \xb9\xa3\xc7\xbe\x7f\xe1\xd2\x95\x73\x93\x19\x67\x22\x8a\x7a\xb8\ \x8c\x27\x96\xc4\xdd\x1e\x9a\xf0\x42\x61\x27\x19\x6d\x35\x06\xab\ \x55\x58\xa0\xfb\x9b\x0d\xb9\xb1\xb6\x76\x6f\x65\x6b\xbd\xd2\x1a\ \x76\xd6\xb6\x96\x6b\x6c\x55\x74\xae\xae\x76\x06\xb5\x4e\xa5\x32\ \xf4\x56\x3a\xfd\x8d\x6e\xa9\x56\xee\x6e\x79\x3a\xcd\x0e\xd1\x94\ \x90\x52\xbf\x8a\x0f\xc4\x61\x63\x6d\xb9\x13\x5f\xe9\x0f\x5b\xed\ \x7e\x6f\xd8\x6b\x0c\x5a\xde\xb8\xd8\x5e\xeb\xf6\xe4\xe1\x47\xf7\ \x5b\x1b\x1f\x6f\xd4\x3b\x42\xb9\x3a\xa8\x17\x61\xaa\x42\x23\x2e\ \x2e\x83\x64\x72\x44\x99\x64\xbc\xd9\x22\x06\x67\xe2\xe1\x74\x45\ \xf4\xc1\x61\x2a\x11\x24\x7d\x1e\x0f\x0c\x64\x9b\x2f\x19\xa2\x51\ \x12\x77\x13\x59\x3f\x13\x23\x69\x17\xe2\xf2\x64\x39\x32\x8c\x4b\ \xa2\xa7\xe8\x73\xa3\x48\x2c\x81\xbb\x51\x70\xf9\xe5\x34\x59\x44\ \x68\x4c\x42\xa8\x32\xe6\x75\xfa\xaf\xcd\x27\x66\x16\x16\x67\xae\ \x4c\x1f\x9f\x8b\x5c\x3b\x73\xe1\xec\x62\x2a\x5d\xcc\x84\xf1\x50\ \xd4\x09\x87\xf3\x31\xa6\x98\x09\xc1\x58\x34\xc4\xe5\xf3\x09\x7f\ \x2a\x15\x58\x00\x94\x29\x53\x4c\x17\xe7\x83\x4b\x99\x0c\xb3\x34\ \xcf\xe5\x12\x3e\x24\xc2\xc4\x02\x85\x45\xd4\x97\x88\x65\xa9\x2c\ \xc5\xc1\xb1\x50\x64\xb6\x40\x52\x89\x64\x22\x5f\x9c\x5b\x9a\xf5\ \xcf\x2d\xe4\x33\x31\x9f\x1b\xe1\x9d\x2c\x15\xf5\xa0\x50\x96\x72\ \x97\xa5\x50\x24\xe4\x61\x6b\x7c\xb5\x14\x67\x2b\x62\x43\xa4\x87\ \x95\x26\x18\x88\xb6\x14\x77\xc6\xc5\x78\xb5\x21\xb5\xab\xb5\x4a\ \x75\xd8\xad\x35\xfb\xd5\x12\xdd\xfd\xe3\x87\x1f\xff\xf9\xbf\xfe\ \xf4\x87\x5f\xfd\xc7\xd8\xbe\xef\x8d\x8d\xee\x1f\xd3\x8c\x8c\x19\ \xd4\x46\x93\xc9\xa0\x55\x2b\x6a\xcc\xaa\xb5\x69\x75\x16\x8b\xe3\ \xc6\xd4\x38\x80\x2d\x80\x4c\x5a\xbb\xda\x31\xa1\x56\x3c\xdc\x6d\ \x8a\x79\x9f\x62\x86\x35\x7e\xdd\x6e\xb7\xeb\x6d\x13\xe3\x36\x1b\ \x80\xa6\xeb\x37\x27\xa6\xa6\x26\x26\xa6\x94\x64\xe5\x51\xc5\x25\ \x46\xa5\xd6\xaa\x2d\x80\x2c\xe9\x0c\x66\x93\x5a\x3f\x32\xa6\xd2\ \x5b\xf4\x8a\xc1\x95\x55\xc9\x89\x36\x1a\x75\x4a\xd9\x7b\x9d\xce\ \x04\x40\xca\xa4\xc4\x93\x6a\x75\x8a\xeb\x16\x68\xa2\xd2\x69\x6d\ \x0a\x86\x69\x0d\x8a\xab\x8c\xc5\xa4\xd1\x98\x6d\x80\x7c\xe9\x55\ \xe0\xb5\x51\x29\x7b\xaf\xbe\x31\xf1\x0f\xc0\xfa\xc7\xf1\x37\x1d\ \xdf\x7d\xe9\xf5\x43\xaf\xbd\xfa\xfa\x3b\xaf\xbe\xf4\xaf\xdf\xfd\ \xe7\xd7\xff\xf5\xa5\x97\x5e\x7a\xf7\xb5\x97\xbe\xfd\xf2\xb7\x5f\ \x79\xf9\x95\x6f\xbf\xf4\xca\x4b\xff\x72\x34\x77\xe4\xdd\x23\x67\ \x2f\x1d\x3f\x75\xf1\xfc\xb1\xf7\x4f\x5f\x38\x72\xfa\xdc\xa9\x13\ \x93\xc7\x4f\xbe\x7f\xe6\xda\xf9\x4b\x57\xaf\x9c\x3b\x7e\xe6\xfd\ \xe3\x8b\xd3\x57\x8b\xfe\x99\xd4\x42\x86\x09\xf9\x5c\x42\xbc\xc4\ \xd6\x05\x48\x6c\x34\x65\x49\x92\x09\x2c\xea\x6b\x96\xe4\xba\x5c\ \xf6\x78\x08\x94\xad\x8b\x1d\xa9\xc4\xf2\xe5\x68\xcc\xc9\xbb\x3d\ \x5e\x81\xf2\x56\x38\xac\x5d\x15\x85\xbe\xe8\x25\x4a\xa8\x50\xed\ \x36\xdb\xbd\x7e\x8b\xaf\x57\xea\x9d\x66\xbf\xdb\x69\x0f\xb6\x06\ \xd5\xfe\x56\xa7\x5b\x71\xe2\xe5\x0d\x99\x49\x87\xd8\x8a\x5c\xa5\ \x42\x04\x93\xa0\x5d\x21\x12\xca\xe0\x4e\xd6\x09\x68\x52\xb5\xa6\ \xe4\x21\xfb\x33\x10\x8a\x79\x81\xbc\x45\x7d\x69\x5e\x22\x9a\x34\ \x1c\x8f\xb1\xd1\x44\x14\x12\x7d\x3e\x2a\x9b\x29\x64\x5c\xe5\x32\ \x9c\xf6\xc0\x1c\x82\xc6\xdc\x18\xef\x74\x97\x60\x12\xa6\x68\x17\ \x83\x91\x98\x08\x5e\x03\xc4\x29\x04\x17\x83\x0b\xf3\xb9\xb9\xa5\ \xfc\x95\xcc\x74\xa6\x38\x1d\x03\x50\x94\x4e\xb8\x59\x2c\x8c\xf9\ \x42\x5c\x26\x12\x0b\x79\xa3\x14\x8e\xe5\xe1\x44\x22\x55\x2c\xcc\ \x2e\x16\x96\xa8\x42\x30\x92\xa4\x98\x60\x20\xcb\xe4\xd2\xd1\x42\ \x31\x1b\x26\xc9\x60\x2e\x13\x4c\x46\xc3\xd9\x44\x98\xcc\x2f\x15\ \x12\x31\x12\x0e\x14\xb9\x74\x72\x61\x6e\x2e\x11\xbc\x38\x5d\x08\ \xa3\x88\x93\xf0\x38\xa1\x90\x0b\xf7\xc4\xb8\x12\x4b\xe0\x19\x0c\ \xe8\xd2\x78\x4d\x06\x84\x54\x20\xbc\x25\xb1\x54\xdb\x58\xeb\x29\ \xf5\x19\x3d\x62\x6b\xa5\x59\xab\x37\xb7\x5a\xb5\x76\x4d\xea\xca\ \x6c\xa5\x7e\xff\xaf\x1f\xff\xcf\x3f\xff\xf6\xd7\xff\xf5\x83\x1f\ \x1c\xfc\xb7\x7f\xd3\x1c\x38\xa8\x14\x11\x04\x18\xb3\xed\x3c\x65\ \x53\x5b\xf4\x6a\x9b\xcd\x60\x1d\x07\x08\x64\x07\xd8\x64\x57\x20\ \x6a\x7c\x42\x89\x65\x98\xd0\xdb\x2c\xea\xeb\x0e\x9b\xdd\xe2\xb0\ \x00\x0d\x38\x65\xb5\x59\x6d\x13\xd7\xaf\xdf\xb8\x31\xf5\xc1\xcd\ \xeb\x13\x13\xe3\x13\xd7\xd5\x1a\xa0\x2e\x4d\xe6\x51\xa5\x7a\x21\ \x00\x3e\xb5\x41\xa9\x47\x68\x19\x31\x18\x54\x36\x1b\x80\x2f\xab\ \xd6\xaa\xc4\x9f\x02\x1e\x65\xd1\x9b\x01\x5b\xd3\x1a\x75\x56\x40\ \xb7\x2c\x3a\xf0\xda\x60\xd5\xab\xb7\x77\x0e\xad\x5a\x9d\xda\xaa\ \xac\xc7\xab\xf4\x40\x2b\xaa\x34\x6a\xb3\x51\x6d\xd0\xaa\x34\x3a\ \xd3\x1b\xa3\x3a\xdb\xf8\x4d\xfb\x3f\x00\xeb\x1f\xc7\xdf\x74\xbc\ \xf2\xca\x4b\xaf\xbd\xfc\xda\xab\x2f\xbf\xfd\x4f\x2f\xff\xb7\x7f\ \x7e\xf9\x5f\xff\xdb\xbf\xfc\xf3\x77\xbe\xfb\xd2\x4b\xaf\x7c\xf7\ \x5f\xbf\xfd\xcf\xaf\xbc\xf2\x7f\x7d\xf7\x5f\x8e\xe5\x2e\x9d\xbb\ \x78\xe9\xc4\x91\x13\x47\xce\x9d\x79\xfb\xf5\xb7\x8e\x7e\xff\xed\ \x77\xde\x79\xeb\x9f\xde\x7e\xfd\xf5\x57\xbf\xfd\xd6\x7b\xef\xbc\ \xf6\xda\xdb\xdf\x79\xfd\xe8\x5b\x2f\x1d\x7a\xff\x9d\x93\x6f\xbd\ \xf6\xf6\xb1\x73\x17\x95\x1d\x33\x04\x26\xb3\x4a\x1a\x5f\x2c\x9f\ \x9b\x9d\xbb\x12\x4c\xc5\x7c\x61\x5f\x2a\x38\xb3\x90\x4f\x07\xfd\ \x89\x99\xc5\xd9\xa5\x2b\x73\xd3\x97\xa7\x2f\x4c\xfa\xaf\x5e\xbc\ \x32\x93\x44\x31\x14\x0f\xc1\xa9\xa5\xcb\x89\xe4\x42\x3a\x8b\x73\ \x3e\x6c\x3e\x1f\x74\x79\x29\x56\xac\x39\x1b\xfd\x46\x89\xf6\xc2\ \xa2\xdb\x53\x70\xa1\x34\x84\xc6\x22\x8c\x8b\x5f\x5a\x4a\x05\x29\ \x67\x99\x08\xe3\xb1\x88\x1b\x4e\x43\xb9\x2c\xed\xf6\xe0\x89\x60\ \x3e\xe5\xcd\x52\x5e\x84\x8f\x7a\xbc\xd9\x30\x52\xee\xc6\x71\xde\ \x57\x28\x2e\x26\xdc\xe1\x94\x1b\x46\x15\x23\x3f\xb6\x5c\x73\x97\ \x9c\x19\x2c\x9b\xf7\x12\x6e\xb1\x2c\xe3\x3e\x92\x82\x9c\x04\x0f\ \xc1\x35\xac\x52\x49\xc5\xa8\x70\x34\x8c\x71\x7c\x34\xc2\x85\xb9\ \x42\x1a\x2e\x2c\x39\xa3\x68\xd6\x17\x66\x58\xb4\x80\x25\xa8\x5c\ \xda\xc7\xe0\xae\x64\x86\x09\x27\x0a\x79\x2a\xc4\xa0\x54\x64\x7a\ \x29\x14\xce\xcd\xe6\x91\x58\xa6\x18\x4b\x17\x62\x5c\x32\x48\x15\ \x38\x5f\x32\x38\x99\x2a\xa6\x42\x99\x60\x2c\x0c\xf8\x16\xa0\x81\ \x99\x7c\x2c\xcc\xe5\xaf\x44\x12\x4b\x97\x66\xfc\x05\x86\x24\x31\ \x4f\x14\x46\xb2\x70\x96\x8b\x46\x3d\x50\x9c\x89\xb9\x9c\x70\xa5\ \x29\x34\x24\x84\x77\x55\x44\x5e\x68\xc9\xab\xeb\x6b\x9b\xfd\x7a\ \xdc\x5b\xed\xb7\x84\x6a\x59\x5c\x6e\xac\xb4\xaa\x62\x23\xde\x5c\ \xfb\xf0\xee\xdd\xdf\x7e\xfc\xeb\xdf\xfc\xf4\xc7\x3f\xfc\xf1\x8f\ \x7e\xf6\x1f\xa3\xa3\x1a\xb3\x5e\x6b\xd4\x68\x75\xdb\xf5\xb5\xb4\ \x4a\xf1\x3f\x25\x83\x6f\x7c\xea\xe1\x2e\xa0\xdd\x32\x6e\x9f\x9a\ \x98\x1a\x77\x28\x45\x6b\x80\x58\x53\x2b\xee\xa2\x0e\x87\xda\x6e\ \xb3\x4d\x4c\x4c\x38\xac\xd7\xaf\x4f\xdc\xbc\x7e\xe3\xe6\x8d\xeb\ \x53\xe3\x53\x37\x6c\x06\xa3\x4e\xa3\x51\x99\x8c\x16\x80\x7b\x76\ \x3b\xd0\x78\x56\x93\xc1\x68\x36\x1b\xd4\x36\xa3\xca\x6e\xd1\x69\ \x74\x3a\xbd\x0d\x80\x14\x80\x41\x8b\x55\x0d\x48\x9d\x02\x5d\x56\ \x80\x92\xa0\xa5\xda\x60\x01\x12\x52\xc9\xfa\x51\xeb\x01\xb1\xb3\ \xfd\x7f\xec\xbd\xfb\x6f\x1a\x67\xda\x3e\x2e\x8e\x02\xdb\x64\xa3\ \x6e\xb2\x79\xd9\xe6\x43\xde\x96\x6f\xd3\x13\x51\x53\xda\x58\x76\ \x6d\x57\xae\x6c\xa8\x7c\x28\xc8\xae\x8d\x58\xcb\x3b\xe3\x19\x18\ \x06\x23\xcf\x70\x98\xc5\x9c\xf1\x80\x01\x01\x03\xa1\x2a\x11\x15\ \x8b\xde\x5d\x10\x11\x52\x45\x51\x1a\x2b\x5a\x81\x60\x11\x48\x95\ \xeb\x5a\x3e\xec\xca\x59\xd7\x91\x56\x59\x2b\xfe\x47\xbe\xcf\xe3\ \xfd\x13\xf2\xab\xef\x36\xb5\x83\x81\x21\x91\x9e\xab\xd7\x75\xcf\ \x7d\x5f\x17\x9f\x27\x94\x01\x05\x2a\x10\x48\x3c\x36\x63\x81\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\xd7\xa4\xb0\xa5\x35\x78\x43\x02\ \x08\x9d\x4a\x7c\x05\x58\x57\xf5\x5a\x75\xfb\xf7\xff\xef\x7f\x7e\ \xfb\x9b\x37\x7e\xf3\xe9\x1b\xff\xf3\xbf\xff\xfb\xff\x7e\xf3\xbf\ \xff\xdf\x6f\x7f\xff\xbb\xdf\xbc\xf9\x9b\xdf\xfd\xee\xf7\x6f\xbc\ \xf7\xc6\x6f\x7f\xf7\xc6\xbd\xa8\x7e\x62\x6a\x6c\xf4\xd3\xf1\x99\ \xf1\xf1\xf7\x3f\xbc\xf7\xce\xbd\xdb\xef\xbd\xf7\xfe\x7b\xb7\x6f\ \xbf\xf9\xee\x5b\xb7\xef\xdd\x7b\xf0\xfe\x47\x6f\x7d\x34\x32\xfc\ \xce\xc8\x83\x37\xdf\x7a\xf3\xad\x77\xef\x4f\x7e\x34\x3a\x39\xed\ \x4c\xda\xdc\xab\x9e\xed\xc4\xf6\x8a\x61\x7c\x46\x33\x3c\x31\x3a\ \x39\xa3\x5f\x99\x1c\x1d\x9e\x1e\x19\xd1\x4c\x4f\x7d\x3c\x31\x35\ \x0e\x54\xe7\xa7\xef\x7c\x3c\x35\x35\x7a\x6f\x62\x6c\xd8\xb8\x1d\ \x24\x3d\x1e\xf7\xdc\xa7\x53\x33\x23\x33\xb3\xba\xc9\xb1\xb1\xd1\ \x07\xc3\xd3\xb6\x18\x38\xd5\xae\x3c\xe3\x8b\xad\x78\xb2\xcb\x93\ \x33\x13\x1b\x13\x73\x46\xa7\x67\x7c\x62\x3b\xa5\x9b\xd2\x2d\x67\ \xd2\x89\x15\x77\x70\x4e\x6f\xdb\x5e\x8c\x2d\x6f\xe0\xa4\x23\x38\ \xb3\xe1\x89\xfa\x23\x61\x97\x0b\x4d\x3b\x97\x16\x9d\x19\x32\x61\ \x47\x51\xf7\x92\x7e\x72\xd1\x9f\x00\x7a\xd0\xe6\x88\x6f\x27\x42\ \x0e\xbb\xc5\x8a\x67\x9d\xd1\x0c\x96\x21\xcc\x14\xe3\x48\x92\x30\ \x58\x8c\x0c\xf8\xca\x64\xc3\xea\xb6\xa5\x33\xa1\x80\xdf\xe5\x70\ \xbb\xd3\xd9\x6c\x2a\x61\xf1\xa7\x2e\x7b\xe6\xd1\xa4\xdd\x11\x27\ \x8c\xfa\x55\x67\x36\xea\x4c\x05\x83\x1e\xe3\xd2\x86\x3b\x98\x71\ \xa7\xa3\xba\x55\x5d\x70\x63\x23\xb8\xe4\x01\xcf\x0f\x3a\x3d\xb6\ \x48\x38\x91\x4c\xae\x18\xe6\xf5\xba\x74\xda\x66\xdb\x70\x46\x52\ \x46\xe7\x4a\x3a\x99\x4d\xdb\xd2\xce\x40\xda\xe8\x5c\xb6\xa5\xd2\ \x91\x44\x22\x6b\xb1\x9a\xcc\x88\xdf\x1b\x41\xbd\x09\x8c\x36\x51\ \x88\x03\x33\xe1\xf5\x32\x96\xab\xe6\x0a\x4c\xb5\x8c\x95\x5b\xed\ \xc6\xd9\xe1\x5e\xdd\x07\x98\x58\xb9\x50\xef\xb6\x2a\xe0\x81\x52\ \x99\xad\xb6\x4f\x9e\xfc\xfa\xaf\x9f\xfe\xf3\xea\x0f\x9f\xdd\xbd\ \x75\xe7\xcb\x6f\x6e\xbe\x7d\x73\x00\x28\xb3\x21\xa9\x10\x86\xd4\ \x40\x4f\x06\x85\x1a\x6e\x1c\x6b\x95\x0a\xd8\x75\xd7\x2a\x2e\x53\ \x53\xb5\x6a\xa1\x5a\x09\xb8\x0f\xc4\x32\x85\x4a\xc1\x97\xab\xd4\ \x3c\x91\x4c\xa8\x05\x5a\x50\xab\x5e\x5b\x5b\x53\x02\x36\xa6\x5a\ \x50\x3f\x7c\xb8\xa0\x14\x0d\x0d\xca\x00\x40\x41\x3f\x76\x99\x8c\ \xaf\xe6\x4b\x80\x40\xe4\x0b\x06\x80\xc8\x14\x03\x91\xc8\x97\xf3\ \xb5\x72\x85\x58\xce\x03\x68\x76\x39\xc8\xae\xb8\x74\x60\x96\xa9\ \x45\xd0\x1a\x4b\x26\x06\x4a\x52\x0a\x2f\x0f\x90\x4a\xae\x02\x48\ \x36\x34\x08\x13\x2b\x84\xd7\x6f\x0d\x0e\xf1\xae\x0f\x8a\xe4\x30\ \xfd\xf0\xaa\x87\x75\x55\xaf\x57\x0f\xee\xbd\xf3\xd1\xed\xdf\xfd\ \xe6\xf6\x3b\xef\xfc\xe6\xf7\xbf\xf9\xfd\xed\xdb\xbf\xb9\xfd\xd6\ \xed\xb7\xde\x7c\xe7\xc3\xf7\xdf\x79\xff\xc3\x37\x81\x38\x9c\x0c\ \xae\x80\x13\x38\x39\x31\x3f\x3f\x36\xf7\xce\xed\xfb\xf7\xc7\xdf\ \x7b\x0b\x20\xd6\x47\x63\xef\x7d\xf8\xe1\x7b\x1f\xbd\x7f\x6f\x6c\ \xe4\xd3\xd1\xfb\xa3\x23\x9a\x7b\x1f\xdf\x7e\xf7\xc1\xd8\xdc\xe8\ \xc8\xbb\xef\x8c\x8d\x7f\x3c\x3b\x35\x3d\x3c\x39\x3d\xf6\xe0\xfe\ \xf8\xf8\xf8\xf0\xe4\xf0\xd4\xcc\xfc\xe2\xf4\xf0\xe8\xd8\xf8\x84\ \x7e\x62\x78\x78\x78\x64\x72\xfa\xe3\xf1\xe1\x07\x1a\xcd\xe4\xcc\ \xc7\x23\xd3\xfa\xf1\xd1\xb1\xa5\xc5\xb9\xc9\xd1\x8f\x1f\x4c\x4f\ \x4d\xcf\x0d\x8f\x7c\x3c\x3c\x3e\x3b\x3e\xa9\x5b\x5e\x86\x03\x4c\ \xb6\x94\x51\xa3\x9b\xbe\x7f\x6f\xf4\xdd\x4f\x3f\x9d\x18\x03\x3f\ \x9a\x18\x9d\x1a\x1e\x9e\x86\x5f\xef\x8f\x4f\x3e\x18\x19\xd3\xdc\ \x1b\x1f\x1e\x77\xce\x4d\x4f\x3d\x18\xbe\x37\x39\x3f\xa7\x9f\xd3\ \x4d\x4f\x8c\xdd\x9b\x5b\x9a\x98\x1c\x33\x18\x66\x01\x8f\xbb\x3f\ \xb1\x68\xb3\xad\xba\x67\xa7\x67\x67\x97\xb7\x01\xe3\x73\x65\x3d\ \xb3\xd3\x69\x7f\x3c\x12\x0b\x44\x8c\xcb\xb6\x48\xc2\x12\x5f\x5d\ \xc2\x88\x44\x68\x65\xc3\x13\xd4\x1b\x6c\xdb\x9e\xd5\xb9\x6d\xcf\ \x72\x2c\x98\xca\x64\xe2\x46\xa7\x37\xb1\xe8\x4c\x38\xbc\xc9\xa4\ \x4d\x63\x48\xad\x6c\xdb\x36\x56\x32\x1b\xab\xb3\x93\x93\x4b\xd1\ \xd5\xc5\xa5\x29\xbd\x61\x71\x69\xd6\x36\xb5\xe4\x71\x47\x3d\x86\ \xe9\x15\xdb\x76\x12\x28\x4a\xc3\xfc\x72\x2a\x93\x4e\x2f\x6f\x64\ \xb6\xdd\x1e\xf7\x46\xd0\x91\xce\x64\xc3\xe0\x09\x36\xb7\x7e\x76\ \x3b\x61\x77\xa6\x02\x16\x82\xb6\xfa\xc3\x0e\xc0\x42\x93\x56\xca\ \x8c\xbb\x62\xf9\x1c\x55\xac\x17\x73\x66\xae\x50\x60\x59\xa4\x40\ \x35\x0f\x0e\x9f\xf7\xda\x0c\x6e\x2e\x56\x8b\x95\x46\x9d\x6b\xb6\ \x9a\xb5\x82\xb9\x75\xfe\xe4\x62\xe7\x3f\x4f\x2e\x7e\xfd\xfa\xcb\ \x3b\x82\xc1\x4f\x3e\xfb\xe4\xfa\x35\x1e\x6f\x48\x3a\x30\xa4\x50\ \xa8\x85\x7c\xb9\x48\x28\x52\xaa\xf8\x4a\x19\xc0\x0e\xb5\x4a\xa5\ \x94\x03\x10\x83\x31\x81\x32\xf0\x00\xe0\x55\x2a\xd9\x7f\x7b\x58\ \x0a\xa1\x42\x09\x17\x0b\xc5\x62\xb9\x5a\xbb\xa0\x5c\x7b\xa4\x85\ \x4b\xd0\xda\x85\xef\x1e\x2a\x64\x03\x77\xaf\xc1\xd6\x15\x60\x66\ \x0a\x29\x00\x1f\x11\x4f\x24\x16\x8b\x64\xd0\x99\x5d\x2c\x92\x43\ \x92\xa6\x95\x2b\xa1\xd4\x03\xba\x12\xfa\x2e\xcb\x44\x7c\xe1\x65\ \x13\x5e\x24\x90\x42\xe7\x2d\x3e\x50\xa6\xd7\x24\xaa\x4b\x33\x3f\ \x28\x0c\x07\xaf\x09\x2e\x9b\x57\x37\xef\xf0\xa4\x00\x30\x01\x8c\ \xa9\xe4\x57\x80\x75\x55\xaf\x55\xb1\x4c\x60\x7b\xc3\x33\x35\xa9\ \xff\xe8\xe3\x4f\x47\xa6\x67\x27\x34\x63\x1f\xdf\x9f\xd6\x19\x27\ \xa6\x27\x67\xc7\xde\x79\xeb\xf7\x6f\x4d\xc7\x8d\x8b\x86\x99\xb1\ \x4f\x47\xc7\xe6\xf5\x73\x1f\xea\xf4\xfa\x89\x91\xa9\xe1\x89\x31\ \xcd\x8c\x66\x6e\x72\x66\x7c\xc6\xa3\x9f\x30\xea\xa6\xe6\x17\x37\ \x56\xe7\x75\x29\xe3\xf2\xa2\x66\x7a\x64\x09\x1c\xed\x15\xdd\xfc\ \xac\x61\x6e\x7c\x71\x56\xa3\x03\x5f\x47\x74\xba\xa5\xf9\xd9\x09\ \x83\x61\xce\xa0\x5b\x32\x4c\xcf\x4e\x4d\x69\x66\x97\x6c\x86\x55\ \xfd\x92\x66\x7e\x7e\x5e\xb3\xb2\x38\xaf\x59\x9e\x1a\xd1\xcc\x4f\ \x2d\x4d\x0f\x6b\xa6\x35\xe3\xb3\x1b\xfa\x7b\x80\x8f\x4d\x18\xa7\ \x87\xe7\xc6\x46\x46\x46\x26\x27\x46\xc7\x47\x86\x87\xef\x8f\x8e\ \x8f\x0e\x3f\x98\x19\x9b\x9e\x1e\xfd\xf0\xfe\xc8\xc8\xfb\xf7\x1f\ \xdc\x1f\x1d\x1d\xf9\xf0\x9d\xd1\x31\xcd\xc8\x83\x4f\x1f\x8c\x7c\ \x3c\x3e\x37\x31\x31\x39\x72\x7f\x74\x62\x6c\x54\x33\x3e\x05\xa0\ \x4d\x33\xfc\xe9\xc8\xc4\xd8\xc4\xc7\x53\xd3\x3a\x40\x12\x3f\x1c\ \x9d\x1c\xbb\x3f\x62\x9c\x7d\x30\x31\xa9\x5b\xf2\x68\x16\x27\x47\ \x34\x3a\x00\x9e\xe3\x9a\xe9\xb9\x4c\x74\xc3\x30\xa1\xd1\xad\xea\ \x0d\x4b\x1b\x06\x0d\xc0\x39\x9b\xc1\xb6\xb8\xb2\xa4\x4f\x19\x56\ \x97\xa6\x74\x33\xf3\x2b\xa9\x44\x52\x33\xae\x9f\x77\x2f\x2e\xce\ \x4d\xbb\xf5\xcb\xf7\xc1\x9f\xd8\xb3\xb1\xba\x38\x35\x37\x65\x9c\ \xc9\x26\xb6\x53\x1b\x73\x4b\xb3\x53\xc6\xed\xa5\x6d\xe7\xd2\xf2\ \x46\xd0\xe8\x49\xa6\x96\x6d\x1b\x09\xe7\xb2\x33\x9a\x76\x66\x53\ \xdb\xa1\x70\x3a\x93\x49\x1b\x16\x17\x13\x51\xbb\x37\xee\xcd\x93\ \x56\x2b\xe9\x20\xa3\xc9\x48\xd8\x41\x35\x58\x97\x83\xe3\xd8\x42\ \x8e\x2e\x14\x38\x26\x9f\xa7\x8b\xdd\x4a\x69\xaf\xb3\xfb\xbc\x99\ \x47\xd8\x62\x0e\x6e\x52\x76\xf6\xaa\xed\x66\xa5\x7e\x72\xfe\xec\ \xd7\x7f\x7f\xff\xef\x7f\x7c\xfb\x07\xc0\x5a\x78\xd7\xde\xbe\x29\ \x10\xdc\x12\x00\x19\x27\xe1\x0b\xe1\x14\x3b\x00\x15\x38\x8a\x00\ \xf8\x8d\x6c\x01\x92\x2c\x85\x58\xa1\x80\xa6\xee\xa0\x60\xd4\x17\ \x20\x57\x32\xb9\x56\x2b\x53\x80\x27\x00\x19\x27\x54\xc2\x55\x42\ \xed\xc2\xe6\xba\x76\x4d\xae\x5e\x5f\x58\x5b\x10\x4a\x79\x83\x52\ \x31\xf4\xa4\x01\x3f\x57\xc2\x90\x0a\xf0\x3b\xc0\xd2\xa0\x2b\x96\ \x08\x5a\xc8\xc8\xe1\x16\xb3\x4c\xcd\x17\xf1\xa1\x47\x83\xe4\xbf\ \x61\x60\x4a\xb1\x1a\x48\x44\x11\x60\x54\x52\xa1\x52\x28\x1e\x00\ \xaa\x91\x27\x82\x03\x5b\x62\xb1\x04\x26\xe8\x08\xae\x0f\x7e\x30\ \xa0\x12\x41\xc0\x52\x2f\x2c\xf0\xaf\x4e\xdc\x55\xbd\x56\x65\x93\ \x1c\x95\xf7\x59\x63\x71\xbd\x7e\x46\x97\x42\x70\x5f\x66\x25\x68\ \x0f\x39\xa2\xb1\x40\x7a\x59\x77\xef\xa3\x77\x75\x09\xe3\xf4\xc4\ \xd4\xdc\xa7\x40\xd1\x79\x12\xa9\x88\xd7\x6e\x09\x21\x21\x96\xa6\ \xd9\xd2\x6e\xb5\xdc\x6a\x36\xba\xfb\xb5\x6a\xd9\xcc\xd4\x0e\xaa\ \xfd\xb3\x46\xa1\x50\xa6\x98\x5a\xa7\xb7\x77\x92\xcb\x73\xd6\x2a\ \xe2\x33\xb3\xc5\x96\x8f\x66\x42\x4c\xde\x84\x53\xbe\x0a\x52\x2a\ \xd4\x6b\x39\x34\x57\xa8\x54\xca\xed\x46\x97\x22\x73\x79\x13\x19\ \xc2\xca\x79\xb4\x56\xc0\xcd\x21\x33\x8d\xba\x02\x81\x50\x24\x6c\ \xb7\xaf\xac\xa4\x13\xd9\x78\x24\x18\x4a\xb8\x8d\x4b\x46\x67\xca\ \xb3\x9c\xd6\xcf\x6a\x26\x00\xa0\xea\xc6\xe7\xc6\x1f\x7c\xf4\xe9\ \xf8\xe8\xfb\x1f\xbe\x3f\x3d\x33\x3c\x32\x3e\xfa\x60\x74\x72\xf8\ \xc1\xe8\xc4\xf0\xf4\xdc\xd8\xf8\xe4\xc8\xdc\xfd\xc9\x31\xdd\xd4\ \xa7\xb3\xb3\x23\x33\x4b\x33\xc3\x9f\x2e\xe9\x66\x75\xcb\x63\x23\ \x33\x93\x53\x1f\x4f\xe9\x74\xb3\x93\x23\x13\x23\x9a\x71\xcd\x8c\ \x6e\x76\x6e\x56\xa7\xd1\xcf\xdd\xbb\x3f\x71\x7f\x72\x66\xc4\xb8\ \xb4\xb8\xba\xa8\x77\xce\x68\x74\xf3\x4b\x2b\x46\xe3\xd8\xec\xe2\ \xd4\xe2\xf2\xcc\x98\x6e\x76\x7a\x7e\x6a\x6a\x06\xb0\x36\x63\x70\ \x63\x71\x4a\x37\xa7\x5f\x01\x50\x6c\x0c\xba\x35\x53\xcb\x46\xfd\ \xa2\xdb\x69\xd8\x5e\x9a\x35\x44\x83\x13\xee\xe0\xc6\x8a\x71\x65\ \x79\x63\x23\xb1\xb4\x94\xf2\xb8\xd3\x73\xc1\x58\x74\xc6\x18\xb4\ \x05\x33\x8b\xb6\xed\x65\x77\x3a\x1d\x0a\x64\x13\xa9\xb4\x6d\x39\ \x98\xcc\x6c\xc4\xbd\x14\x6e\xb1\xe3\xf9\x48\x22\x4e\xa2\x66\x36\ \x97\x8f\xf9\xb1\x72\xa9\x93\xb3\x62\xa5\x3c\xcb\x34\x6a\xf9\x4a\ \xa9\xd6\x3d\xd8\xed\xd4\x31\xc2\x57\xf7\xe5\x4b\x8d\x46\xb3\xde\ \x29\xef\xee\x1d\x3c\x3b\xfd\xc7\x4f\xdf\xfe\xfc\xc7\x0f\xbe\xfe\ \xec\xc6\xdb\x83\xd2\xc1\xbb\x5f\xdc\x1a\x1a\x12\x88\xc5\x52\xd1\ \x80\x48\x09\x98\x0f\x80\x8b\xcb\x86\x92\x5a\xae\x5e\xd3\x6a\xd5\ \x6a\xb5\x08\x86\xd3\xcb\xb4\x97\x6d\x77\xb1\x52\xa5\x02\x92\x0c\ \xa8\x39\xa0\x1a\xd5\x5a\x39\x80\x22\xe5\xc2\xfa\xfa\x1a\x40\xaa\ \xcd\x05\xb5\x6a\x73\x5d\xb5\x20\x13\x8a\x86\x06\x84\x00\xb0\x84\ \x97\xb7\x12\x21\x17\x13\xf3\x24\x00\x9c\x84\x03\x3c\xb1\x90\x07\ \x13\x70\x00\x77\x52\x29\x60\x9c\x84\x98\x2f\x93\x4a\x25\x72\xbe\ \x52\x04\xb0\x50\xa4\x90\xf1\x55\x0a\x81\x54\xae\xe0\x09\xe5\xd0\ \x47\x86\x2f\x11\x49\xa5\x83\x7c\x9e\x48\x38\x04\x57\xb3\x79\x00\ \xd0\x80\xc4\x54\x28\xb5\xeb\xea\xab\x13\x77\x55\xaf\x55\xa3\xfa\ \xa0\x15\x71\xb8\x12\x2b\x40\xbd\x8d\x2f\x65\x31\x02\x89\x21\x7e\ \x07\xb9\xb1\xba\x3d\xbf\x34\xfc\xce\xbb\xef\xcd\xc6\xf4\x93\x93\ \xa3\xe3\x63\x1f\xdd\xd7\x85\x1b\x16\x02\x2d\x1d\xbf\x38\x78\x7a\ \xf1\xbc\xff\xe2\xdf\x4f\x0e\x4f\x9f\xfc\x67\xe7\xe2\xd9\x8f\xe7\ \xe7\xaf\x2e\x5e\x7e\x7f\x71\x78\xf6\xf4\xec\xf4\xd5\xce\xf3\xf3\ \x8b\xf3\x9d\x27\xe7\x4f\x5e\x9e\xfd\xf8\x9f\xf3\xc7\xa7\xa7\xaf\ \x2e\x9e\x9c\x3f\x7d\x7c\xf1\xe4\xd5\xd3\x97\xe0\xbb\xf3\x27\x3b\ \xcf\x76\x9e\xfe\xfb\xfb\x67\xa7\xcf\xbe\xbf\x78\x75\xfa\xea\xe5\ \xf1\xf3\x93\xce\x8b\xf3\x97\x4f\x4e\x9f\xd6\xce\x5e\x9e\x9e\xed\ \x1f\x3f\x3f\x7e\x7c\xd4\xdb\xed\x9d\x95\xf7\x8f\xcb\xdd\x22\x57\ \xab\xd6\xda\x47\xb5\x7a\xa9\x54\xce\xa6\x22\x8e\x0c\x49\x7a\x33\ \x29\x77\xc0\xa6\x5f\x5d\x99\x5f\x9a\x59\x5c\xd4\x4c\x4c\x6b\x56\ \xe6\xe7\x66\x27\x46\x27\xa6\x34\xf3\x4b\x9a\xa9\xb9\x91\x11\xc3\ \xea\xfc\xfc\xa4\x6e\x12\x40\xd6\xf4\x1c\xbc\x95\x39\x37\xa3\x1f\ \x1f\xd1\x4d\x3d\xd0\xcc\xcd\x4e\x6a\x34\x33\x33\x4b\x4b\xfa\x99\ \x19\x20\x5a\xa7\xa6\x97\xe7\xe6\x27\x0c\x13\x86\x39\xdd\xf2\xf8\ \xa4\x7e\x76\x7e\x56\x33\xa2\xd7\x2d\x82\x1f\x01\xc4\x9b\xd5\x03\ \xfa\xb4\x3a\xb5\xb4\xaa\x01\xb4\x73\x74\xce\xb8\xb1\xa8\x99\x05\ \x54\x70\x4e\x3f\x35\x61\xf0\x2c\xcf\x4f\xcf\x01\x68\x73\xcf\x6f\ \x38\x0d\x9a\x65\xa7\x6e\x6c\x25\x9a\xf2\x80\xa7\xb8\xe7\xa3\xee\ \x8d\xe8\xca\xf2\x8a\x61\xd1\xe0\xdc\x58\x5c\x9c\xdf\x48\x2f\x2f\ \x1a\x75\x86\x78\x22\x15\x74\xbb\xdd\x00\x0a\x6d\x21\x47\x32\x4b\ \xf8\x68\xf0\xff\x04\x7b\x24\x64\x47\x51\x9a\x43\x2b\x2e\x07\x92\ \x2b\xd2\x5c\xde\x84\x96\xf3\xb9\x52\x05\xcf\x57\x5a\x67\x7b\xfd\ \xfe\x5e\x0e\x45\xf0\x52\xa3\x54\xdf\xcd\xb3\x79\xdf\x2e\xf8\x6b\ \xde\x39\x7f\xf6\xb7\x3f\x7c\xfe\xc1\x9f\x3e\x10\xdc\x1a\x10\x0d\ \xdc\xbd\x7b\x07\xe6\x2e\xcb\x85\x12\x81\x50\x0e\x64\x9e\x58\xa9\ \x06\x08\x02\x11\x07\xf6\xaf\xe4\x80\xf7\x28\x64\x5a\xb8\xed\x0c\ \x35\x1c\x50\x79\xaa\x05\xc0\x9b\xc4\x62\x15\x0c\x81\x56\xf2\x65\ \x00\xbf\x16\xd6\xd7\xd6\x16\xd6\xb4\x0a\x18\xf6\xb5\xbe\xa5\x95\ \x03\xe4\x13\x5c\x1b\x10\x8b\x61\x70\x05\x4c\x32\x14\x4b\x60\x0a\ \xaa\x4c\x2c\x50\x88\x25\xe0\xa5\x32\x1e\x1f\x46\x46\xcb\xa5\x32\ \x98\x69\x28\x19\x12\x02\x29\x2a\x86\xe8\x75\x79\x13\x92\x27\x91\ \x0b\x07\x25\x32\x15\x5f\x0a\x77\x82\xa4\xe2\x01\x91\xe8\xfa\xd0\ \xc0\x8d\x41\x9e\x42\x0c\x3b\x6b\x4a\x85\x9a\xcf\x57\x5f\x01\xd6\ \x55\xbd\x5e\xcd\xea\x3d\xc9\xe8\xb2\x66\xd9\x70\xff\x9e\x6e\x7a\ \x6a\xc6\xe0\x71\x46\x62\xe9\x45\x0f\x50\x70\x33\x70\x76\xf4\xf6\ \xc4\xf2\xd4\xd8\x87\x63\x1f\x4f\x4d\x8e\x4c\x07\x18\x8a\x62\x5b\ \x67\xa7\xbb\x7b\x7b\x67\xfb\xfd\xb3\xb3\xb3\x8b\xa7\xa7\xaf\x60\ \x04\xf1\xe3\xf3\xd3\xb3\x9d\x8b\x9d\xa3\xc7\x87\xaf\x9e\x9d\x9f\ \xbe\x3a\xbb\x38\x7f\xfc\xea\xf4\xfc\xf4\xe9\xf1\xf3\xc3\xdd\xc3\ \xf3\x97\x2f\x5f\x1c\x9f\xbf\x00\xb8\xf5\xf4\xd9\xf9\xe3\xe3\x8b\ \x9d\x57\x17\x67\x4f\x00\xba\x9d\x3f\x39\xbf\x78\x7e\xf1\x7c\xef\ \xc5\xc9\xc9\xf3\xc7\x87\xfd\x93\xb3\xfe\xc1\xf9\x93\xe7\xa7\x2f\ \xce\x1f\xbf\x3c\x7d\x7c\x08\xc0\x10\xba\x6a\xee\x9e\x9e\x9e\x82\ \x97\x9d\x1f\xb6\xfa\xad\x56\xad\xdd\x6b\x9d\x9d\xec\xd6\xfa\xbd\ \xc7\x87\xbd\xdd\x56\xbf\x4c\xe1\x3e\x0e\x41\x33\x16\x93\x29\x10\ \x77\x04\x01\xfd\xf3\x9b\x93\x29\x67\xd8\xef\x4a\x05\x12\xb1\x60\ \x3a\xba\x91\xb1\x66\xd3\xce\xed\x34\xa0\x36\x73\x4b\xc1\x55\xbd\ \x67\xc9\x66\xdb\x58\x9a\x9e\x9f\xdd\x30\xe8\x8c\xfa\x89\xb1\x55\ \xfd\xec\x92\x66\x69\xc9\x36\xbd\x62\x9c\x5a\x5c\xb5\x19\x57\x66\ \x56\x75\xcb\x36\xe3\xf8\xac\x66\xd1\x30\xbb\xa8\x9f\x9b\x5d\x1c\ \xd5\xcc\x4d\x4c\x4f\x4f\x03\x21\xeb\x9e\x9e\x9a\x5a\x9a\x9c\x32\ \x68\xa6\xa6\x67\x66\x0c\x93\x33\x93\xfa\xb9\xf9\xd5\xe9\xe9\xd9\ \x45\x1d\x90\xbe\x7a\xc3\xb2\x71\x6a\x49\xa7\x5b\xd6\x4c\xeb\xe7\ \x6d\xfa\x25\xdd\xea\x92\x71\x75\x75\x75\x5e\xe3\xdc\xd8\x30\x1a\ \x6c\x41\x67\x26\xea\x5e\x32\xc6\x3c\x4e\x5b\x82\x0c\xfb\x51\x86\ \x61\x19\x32\x6c\x32\x87\x50\x3b\x4a\x04\x7c\x45\x7f\xb6\x40\x97\ \x19\x8a\x31\xfb\x30\x33\x56\x28\x56\x8a\x85\xce\xde\x69\x77\xb7\ \x89\xbb\x70\x2a\x5f\x6e\xed\xf6\x8b\x14\x52\xbe\xf8\xf7\xc5\xc5\ \xab\x1f\xbf\xfd\xfb\xb7\x5f\x7d\xf5\xe5\xdb\xd7\x25\x3c\x21\xef\ \x93\x3b\xd7\x85\xff\xf5\xe4\xe3\xcb\x94\x2a\x40\x7f\x04\x4a\x05\ \xc0\x1a\xb9\x58\xae\x58\x7b\xa8\x82\x99\x5e\x0a\xb5\x1a\x40\x15\ \x20\x4a\x80\x57\x29\x64\x62\xa5\x42\x26\x97\x00\x8a\x24\x93\xab\ \x94\x0b\x6a\xad\x4a\xa1\xdd\xdc\x5a\x5f\xdb\x02\x04\x0b\xae\x40\ \x6f\x2d\x28\x85\x3c\xf1\xf5\x41\xc8\x90\x84\xd0\x3d\x54\xc6\x13\ \xf0\x86\x24\x52\xbe\x18\x6e\xe2\x88\x84\xa2\xcb\x80\x7b\x98\x6f\ \x28\x15\xf1\xe1\xae\xb3\x10\x90\x39\xa5\xe8\xd2\xba\x54\x0c\xc3\ \xc3\x44\x62\x81\x14\x08\x41\x50\x52\x31\x4f\x20\x00\x8a\x51\x32\ \x38\x28\x00\xd7\x92\xab\xe4\x0a\x95\x1a\x2a\x52\xbe\xfc\xea\xc4\ \x5d\xd5\x6b\x95\xd5\x4c\xe4\x51\x74\x69\x63\x7b\x76\xde\xa9\x9b\ \x9e\xd1\x18\xd2\x16\x32\x14\xf7\x06\x27\xf4\x86\xc5\xc5\x8f\xde\ \xbb\x3d\x39\x3f\x7c\xff\xe3\x09\x40\x53\x0c\x73\x61\x73\xc9\xcc\ \xee\x1d\x9f\x3e\xee\xee\x3e\x3e\x38\x3b\x04\x88\x74\x71\x76\xfa\ \xe3\xce\xd3\x0b\xc0\xa9\x00\xbe\x9c\xb6\x5f\xec\x1f\x1c\xbd\x7c\ \xf1\x64\xe7\xe2\xc9\x8f\xaf\xce\x4e\x77\x9e\x9c\x9d\x9d\xef\x9c\ \x9d\x9f\xed\x9d\x9c\x9e\x1e\x9d\xbe\xfa\xd7\xf9\xf9\xe9\xf9\xd9\ \xab\x97\x4f\x9e\x9c\xbe\x38\x3b\x7c\x7c\x7a\xf6\xf4\xf4\xf4\xec\ \xfc\xe2\xe5\xe9\x93\xd3\xf3\xc3\xd3\xa3\xe3\xf6\xee\xd3\x7e\xf7\ \xb0\x50\xe9\x3f\x7f\xb9\xbf\x7b\xf6\xec\xe2\xec\xe0\xc5\xe9\xcb\ \xb3\xd3\xe3\x8b\xa7\xc7\x67\x87\xbd\xbd\xdd\xa7\xa7\x9d\x93\x17\ \xe0\x62\x67\xcf\x77\xcf\x4e\x5e\x9c\x3f\x3f\xda\xed\xb5\xda\x47\ \x2f\x77\xdb\x9d\x3c\xc3\x15\x2a\x18\x87\xe5\x1a\x79\xd6\x6a\xb6\ \xdb\x4d\x4c\x08\x03\xea\x94\x29\xe6\x28\xae\x40\xd1\xcd\x0a\xc2\ \xd2\x0e\xce\xc4\x55\xbd\x11\xc4\x4b\xba\xa3\xe9\x64\x3c\x1c\x48\ \x6e\x67\xe3\xc9\xac\x37\x8a\xa1\xb4\x05\x8d\x27\x08\xbb\xcf\x41\ \xfa\xec\x81\x34\x45\x99\x50\x12\x25\x49\x7f\x82\x8c\x38\xb2\xe1\ \x84\x3f\x1c\x76\x84\xd2\x36\x63\x74\x55\x0f\xd8\xd4\x8a\x31\x9a\ \x89\x67\x82\xdb\xb6\x8d\x60\xc2\xe5\x4f\xa4\xfd\x2e\xab\xdd\x4e\ \x86\x50\xd2\x12\xb1\x5a\x5c\x89\xb8\xdd\xe9\xcc\xc6\x36\x32\xa1\ \x70\x2a\x19\x0e\x59\xc9\x10\xe1\x48\xc6\xb2\xa4\x3d\x12\x89\xa5\ \x0c\x1b\xcb\x41\x07\x19\xf0\x5b\xb8\x02\x0d\x38\x6c\xd2\x4e\xf8\ \xc9\x48\x88\xc4\x18\x32\x16\xf7\xe1\x4c\xbd\x9a\xcf\xfb\x8a\x79\ \xb6\x98\x6b\x72\x85\x3a\x75\x72\xd0\xda\xa3\x10\x04\xcd\xb5\xf6\ \x6a\xf5\x4a\xf5\xf8\xf9\xb3\x8b\x9d\x5f\xfe\xf1\xcf\xaf\xbe\xfe\ \xea\xeb\x2f\xdf\xbe\x71\x53\x2a\x54\xc9\x07\xaf\x5f\x13\x00\x46\ \xa3\x16\xc3\xce\x92\x42\xa9\x54\x29\xd5\x12\x3e\x1f\x30\x2a\x99\ \x58\xf5\x68\x0d\x48\x3f\xb1\x00\x32\x2a\x39\xd0\x6c\x2a\xb5\x52\ \xa9\xe0\xab\xd6\x15\x6a\xad\x04\x48\xc6\x05\x05\x4f\x09\x14\xa1\ \x42\xbb\xb6\xb9\xfe\x08\xe8\x42\x2d\xa8\xad\x47\xeb\x6a\x3e\xe4\ \x45\x30\xe8\x46\x29\x93\x49\xe0\xf8\x94\x0c\xa6\xdf\x48\xe1\xbe\ \x34\x00\x2c\x38\x2d\xaf\x92\x41\xb7\x63\x89\x50\x22\x56\xa8\xc1\ \x1b\x28\xe5\x97\x6e\x58\x6a\xa5\x04\x2e\x4c\x2b\xa0\xa3\x8d\x00\ \xaa\x3f\x91\x54\x3c\x34\x24\xe5\x0d\xdd\xe1\xc9\x81\x84\x84\xb8\ \x08\xd0\x10\xe0\x1b\x5f\x79\x75\xe2\xae\xea\xb5\xaa\x55\x44\x4b\ \x26\x06\x8b\xb8\xd2\x69\xcf\xec\x92\x7e\x2e\x13\x75\x79\x09\x24\ \xbc\xad\x5f\x59\x59\x1c\xbf\x7d\xfb\x7d\x8d\x7e\x72\xfc\xc1\xe8\ \xf4\xc4\xe8\xf8\x7c\xda\x42\xe4\x2c\xcd\xfe\xc1\xab\xe3\xe3\x93\ \x83\xce\xd1\xee\xce\x63\x88\x35\xa7\x3b\xe7\xe7\x17\x2f\x9e\x9f\ \xee\x9f\x75\xb8\x56\xfb\xf0\xec\xf1\xf3\x27\x17\x80\x41\x5d\x1c\ \xee\x1d\x01\x11\xf3\xea\xf4\xe2\x45\xbe\xde\xeb\xbd\x78\x7a\x7a\ \xf8\xfc\xe9\xd1\xfe\xd3\x57\x8f\x9f\x9d\x9e\xbd\x7a\x7e\xbc\x73\ \x7e\xfc\xf4\xc9\xc5\x8f\x40\x3b\x1e\x1d\xef\x9e\x74\x0f\x8e\x98\ \x56\x7d\xbf\x92\x2f\xe4\x2a\x74\xe3\xa8\xdb\x3f\x39\x3a\x6a\xed\ \xed\x9e\xb5\xcf\x5f\x76\xf6\x2f\x4e\x1f\x9f\x1c\x3e\x7d\xd1\xe9\ \x9d\x1c\xf4\x5f\x3c\x3b\x3f\x7c\xf9\xf2\xec\x08\xe8\xcf\x76\xb7\ \xda\xeb\x3c\x3f\xd8\xaf\x55\x4b\x66\x94\xa6\x8a\x26\xc4\xc4\x58\ \x50\x0c\xf1\x5a\x51\x8a\x41\x19\x6b\xa3\x53\x46\xca\x2d\x1f\xc7\ \xf9\x10\xda\xc4\x90\x56\x6b\xab\x56\x29\x3f\xee\xd4\x2a\x14\x91\ \x6f\xd7\x69\xd6\x67\xa6\xf3\xe5\x5a\x2e\xd7\xa8\x94\xda\x14\x46\ \x55\x7a\x8d\x4e\xbd\x71\x78\xf4\x1c\xa8\xd2\xd2\xfe\xf1\xc1\x71\ \xbb\xb1\x57\xe9\xef\x75\x0f\x0f\x4e\xda\xcd\x06\x9d\x2f\x71\x6c\ \xce\x47\x58\x51\x94\x29\xd6\xaa\xd5\x6e\xb9\xdc\xad\x17\x7b\xbb\ \x87\xad\xde\x51\xf3\xec\x0c\xfc\x6d\xec\x76\x8f\x1b\x95\x4e\xb3\ \x50\x6f\x16\x8a\xf9\x62\x25\xdf\x28\x17\x5a\xdd\x76\xb3\x54\xa6\ \x10\x53\x0b\x89\x05\x6c\x4e\x8f\x71\x39\x9a\x8c\xfa\xfd\x21\x1a\ \xb3\x86\xbd\x5e\x87\xd7\x6b\xb1\xf8\xed\x4c\xdf\xe7\xf2\x32\x2c\ \xc7\x52\x15\xca\x44\xfb\xb0\x32\x55\xe4\x2a\x9d\x5c\xb3\xdb\x6f\ \x14\x08\xbb\xb9\x52\x29\x53\x54\xad\xff\xe2\xc9\x7f\xbe\xdf\xf9\ \x09\xe8\xc1\xcf\x6f\xbc\x7d\xe7\xce\x8d\x01\xb1\x44\xad\x1a\xba\ \x2b\x92\xc0\xe4\x41\x19\x1c\x18\xd5\x42\xeb\x76\x25\x64\x57\x2a\ \x35\x00\xad\x05\x95\x5c\x0b\x6f\xd5\xa9\x54\x32\xd8\x45\x57\x42\ \x18\x93\x01\x70\x53\x69\xf9\x10\x38\x54\x42\xe8\xe7\x0e\xb4\xe0\ \xe6\xc3\xad\xb5\x47\x6b\xeb\x9b\x9b\x0b\x9b\x5b\x2a\xe8\xc5\x30\ \x34\x04\xdd\x8c\x95\x22\x85\x52\x04\x04\xa1\x6c\x50\x20\x92\xc0\ \x19\x2b\x91\x52\x24\x82\x6b\xd4\x0a\x09\x40\x4a\xfe\xe5\x88\x17\ \x6c\xcc\xab\x95\x00\x0e\xe1\x2d\x48\xa0\x3c\x45\x32\x11\x60\x60\ \xe2\xcb\xae\x3d\x0f\x70\x30\xc1\xc0\xcd\x1b\x80\x5f\xc9\xf8\x72\ \xf9\xda\x77\x8f\xb4\x0a\x19\xd4\x92\x57\x92\xf0\xaa\x5e\xaf\xb0\ \x18\xd6\x34\xa1\xe1\x90\x7d\x3b\x68\xd4\x6c\xaf\x04\x83\xc6\xd8\ \xe2\x92\x7b\x75\x49\x37\x37\xfe\xd1\xef\xde\xf8\x9f\xdb\x63\xb6\ \xf1\xb1\xe1\xc9\xb1\x91\xc9\x19\xbd\x4e\x1f\x0f\xa1\xb9\x42\xdd\ \x67\x66\x2d\x45\xab\x99\x6e\x74\x9b\x54\xa7\xca\xed\x9d\xe5\xf6\ \x77\x5b\xbd\x52\xaf\x92\xaf\x9b\x5b\xe5\x0e\x66\x47\x7d\x85\xea\ \x71\x87\xca\x33\xbb\x07\x95\xdd\x3c\x17\xf1\x63\x98\xb9\x95\xcb\ \x55\xc1\x21\xec\x76\xab\x95\x52\xb3\xd7\xac\x37\x3b\xe5\xe6\xc9\ \x51\xb3\xda\x02\x2f\x2b\x33\x74\xb1\xca\x75\xba\xed\x7c\xae\xca\ \x62\x34\x56\xaa\xf6\xfb\xed\x4e\xa7\xd8\x39\xdd\x7d\xd1\xab\x1f\ \x9c\x1e\x3d\x7d\x7e\x70\xf6\xb8\x75\xb6\xbb\x7b\xda\x7f\x7e\x74\ \xf6\xf4\xfc\xe4\x74\x7f\xf7\xe4\xb0\x9c\xab\xd6\x4f\x9e\x1e\xe7\ \x2b\x25\xce\x6e\x22\x5d\x68\x00\x23\x71\xbf\xc9\x4f\x32\x48\xc0\ \x81\x5b\xed\x6c\x3e\x87\xb3\xa6\x7c\x8e\xb1\x62\x98\x97\xc3\xec\ \xed\x7e\x77\xef\xf8\xf8\xb0\x0e\x9b\x42\xc7\xf5\x63\xa0\x43\xbb\ \x1d\x40\xdd\x8e\xf7\x4a\xed\x06\xf8\xb7\xbd\xbf\x7f\x76\xb8\xdf\ \xdc\x7f\x5c\x2f\xf5\x3a\xbd\xfd\x93\x17\xfb\xe5\x66\xab\xbd\x77\ \xd4\x68\xd4\x5a\xfd\x46\xf7\xa0\x01\xfe\xb8\x75\xb6\xde\xe5\x1a\ \xd5\xf6\xfe\xde\xfe\xf1\xd9\xd1\xe9\x09\xf8\x98\xfb\xf5\x6e\xb5\ \xd8\x7c\x7c\xbc\xdf\x3d\xda\xef\xf6\xfb\xc7\xbb\x07\xf5\xd6\x7e\ \xad\x53\xef\xf6\xba\x8d\x72\xa3\xca\x56\xca\xad\x3a\xc5\x24\xb7\ \xc9\x68\x66\x71\x3e\x15\xcc\x24\x2c\x21\xbb\xd9\x8c\x63\x88\xc5\ \x6b\xc9\x5a\x10\xc2\x4c\xe3\x15\x32\x45\xb1\xac\x19\x2f\x51\x5c\ \x1e\xf1\xf9\xaa\xe5\x5e\x73\xaf\x5b\x6d\xb4\xab\x38\x1a\xc1\xdb\ \x9d\x5c\x21\xdf\x3f\xbd\xd8\xf9\xcf\xce\xb3\x9f\xfe\xf4\xe5\xe7\ \x7f\xf8\x7c\x10\xf6\x85\x80\x78\x13\x5e\xbf\x3e\x24\x01\xe8\x03\ \x60\xe8\xbf\xb7\xf5\xe4\x7c\xbe\x0a\xa2\x82\x5a\xa6\x50\xa9\xb4\ \xf0\xce\x20\x40\x1e\x20\x05\x55\x4a\x31\x44\xab\x75\x95\x5a\xad\ \x14\x8b\xe4\x50\x1a\x02\xad\xb8\xa0\x55\xa9\x25\xca\xf5\xcd\xad\ \xbf\xfc\x65\x73\x73\x6d\xeb\xd1\xc3\x87\x5a\x39\x4f\x08\x6d\x8d\ \xc5\x42\x85\x42\xc1\x97\xf0\x85\x00\xad\x78\x40\x06\xf2\x79\x32\ \x99\x14\x9a\x88\x8a\x20\x72\xc9\x15\x12\x38\x43\x0f\x63\x9c\x15\ \x00\xa6\xc0\xbb\xc3\xb9\x88\xff\xfa\x1f\x4b\xa0\xea\x13\xf1\xc5\ \x52\x9e\x44\x2c\x11\x0c\x4a\xc0\x15\x17\x84\xca\x85\x2d\x50\x6a\ \xb5\x1a\x5c\x4f\x7e\x75\x97\xf0\xaa\x5e\xaf\x02\x36\x0a\xb3\x06\ \xbc\xe1\x48\x7a\xc9\x68\xcc\x6c\x7b\x6c\x6e\x98\xfc\x3c\xbd\xa8\ \x1f\xfd\xf4\xde\x7b\xff\xf3\xdb\xff\xd5\x6f\x8c\x8d\xce\xcc\x4f\ \x4f\x4c\xcf\x6a\x46\x47\x83\x49\x2c\x11\x0f\xd9\xc3\x21\x9b\x03\ \x45\x71\x9f\xaf\x14\x40\xb9\xa4\x3f\x64\xa5\xea\x74\xd2\xe5\x8a\ \x04\xf2\x31\xb7\xc3\xb1\x38\x6b\x70\x6e\xb8\x42\x88\x95\x74\x78\ \xc3\xae\x88\xc3\x1f\x0e\x90\x78\x38\x61\x21\x5c\xa4\x1f\xb1\x44\ \xc8\x18\x61\xf2\x5b\x30\x3f\x69\x36\xb9\x2c\x68\x3a\x90\xf0\x86\ \x90\x04\x8a\xa3\x05\xab\xcb\x64\xb2\x5a\xac\x11\x87\x89\x70\x99\ \xf0\x66\xdd\x82\xe7\x98\x72\x07\x48\xa4\x5a\xbb\xc6\x72\xa6\x72\ \xbe\xcf\xf9\x2a\xad\x5c\xb9\x5f\x69\xef\xb5\x77\x9b\xf9\xc3\x76\ \xb7\xdb\xec\xef\x16\xb9\x10\x65\xf5\x5a\x91\x00\x85\x58\x42\x66\ \x3b\x5e\x25\x71\xc6\x62\xc7\xec\x58\xb9\xda\x68\x55\x8a\x1c\xcd\ \x99\x19\x73\xc8\x4f\x97\x2b\x9d\x7d\x80\x96\xc7\x87\xbb\xad\xf6\ \xd9\x41\x6d\xff\x60\x77\x17\x10\xb4\xe3\xe3\xfd\xa3\xfe\x5e\xef\ \xf0\x6c\xef\x45\xe9\xe0\xb0\xbf\x5f\xef\xef\x1e\xf6\xfa\xbd\xe7\ \x7b\x47\x80\x2b\x55\xf6\x9b\xcd\x46\xab\xd7\xea\xbe\xda\xdb\x6d\ \x54\x4f\xf6\x9b\x9d\xfd\x52\xab\x59\x2a\x52\x0c\x5b\xe8\xef\xf9\ \xba\xb5\x6a\xb9\xd6\x2c\x77\xdb\xdd\x83\x5a\xab\x79\x70\xda\x2e\ \xd4\x2a\xfb\xbb\x30\x0b\xb6\xd5\xea\x94\xbb\x95\x7a\xa5\x56\xad\ \xb1\xbe\x3c\x4b\x5b\x13\xfe\xa4\x2b\xee\x9c\x0f\x7a\xec\x0e\x0b\ \x86\x33\x65\xf0\x97\xe3\xf2\x06\xc2\x26\x86\x31\x59\x19\x34\x90\ \x36\x95\x38\x86\x84\x93\x0d\x26\x26\x57\x2d\xd7\xd9\x46\x7d\xaf\ \x57\xa9\x51\x2e\x2e\x57\x6c\x14\x1b\xcd\x17\x4f\x7e\xfc\xdb\xb3\ \x9f\xff\xf1\xf7\x3f\x7d\xfd\xcd\xe7\x77\xef\xde\xb8\x0e\x97\x71\ \x80\x08\x1b\x18\x14\x41\x0d\x28\x57\xca\xe4\x22\x31\x9c\xbb\xe2\ \x2b\xf9\x62\x39\x74\xa4\x52\xa8\x16\x94\x6a\x2d\xf4\x43\xe6\xcb\ \xa4\x5a\x95\x0c\xc2\x93\x4a\xa1\xe2\x03\xf2\x24\x56\xab\x60\xfb\ \x5b\xac\x5c\x50\x2b\xe4\x70\x33\xe7\xbb\x87\x0f\xd7\xb5\xeb\xdf\ \xfd\xdf\x5f\x54\xd0\xc3\x18\x68\x3f\x81\x04\xbc\x21\x00\x2c\xbe\ \x44\x2a\x81\xab\x89\x22\x21\xb4\x83\x97\xcb\x45\x3c\xa9\x02\xe8\ \x45\x29\x50\x79\x10\xf6\x20\x9b\x12\xf1\x85\x32\x15\xa0\x5f\x32\ \xa9\x4c\xc8\x03\x10\x07\x7d\x65\xa4\x4a\xe1\xe0\xe0\xd0\x4d\xd1\ \x80\x54\xae\x55\x2b\xd6\xa0\x20\x5c\x5b\x7b\xb8\xa6\x96\x8b\x25\ \x62\xa5\xec\xea\xc4\x5d\xd5\x6b\x55\x24\x4e\xe1\x28\x8a\x24\xe3\ \x29\x77\xd4\xe3\x59\x4d\x2d\x7a\xd2\x1e\xdb\xb2\x61\x7e\x72\xe4\ \xde\xcc\x47\xb7\x6f\xff\xcf\x94\xfb\xe3\xc9\xf1\xb1\xd1\x8f\x26\ \x87\xe7\xa7\x36\xec\x2e\x4b\xc2\x43\xe2\xd6\xa2\x1f\xc7\x60\x76\ \x73\xc9\xee\xf3\x26\xc1\x91\xb3\xa0\xa6\x78\xc4\x02\x80\x29\x6b\ \x4b\x66\x03\xb1\xb8\x2b\x63\xe1\x18\xb3\x89\xf0\xc6\xbd\x59\x1f\ \x8a\x5a\xcd\x98\x3d\x60\x8f\xc7\xc3\x89\x54\x62\x05\x0f\x59\x7d\ \x31\x17\x6a\x25\x42\xf6\x90\x99\x8b\x84\x22\xa4\xc5\x65\xc1\x5d\ \x2e\x57\x1c\x3c\x8f\xa0\x8b\xf6\x08\x1e\x0a\x23\x39\xaa\xec\xb7\ \x9a\xcc\xb4\xc3\x6b\x0e\xa1\x79\x32\x14\xb0\x93\xa4\x3f\x13\x4e\ \x24\x88\x68\x2c\x9a\x09\x87\x33\x24\x62\x77\x59\x2d\x08\xd0\x56\ \xc1\x20\x61\xb7\x84\x19\x97\x2b\x1a\x8a\x11\xa8\x3f\x19\xb1\xdb\ \xfd\x76\xce\xe7\xf2\x71\x14\xce\x55\x10\xbc\xcc\x86\xed\x0c\x57\ \xca\x17\x76\xbb\x39\x9a\xd9\x6b\x54\x8a\x74\x65\x77\xbf\x79\x5c\ \x3d\xeb\x1e\x9c\xf5\x9e\x1f\x1e\xf6\xaa\x8d\x7e\xaf\xd2\xea\x1f\ \xf4\x9f\x9f\x1c\xef\x37\x0e\x8e\x4e\x1e\x1f\xb6\x3b\xcd\xfa\xc1\ \x6e\xa7\xd3\xee\x57\xdb\x9d\xb3\xd3\xc3\xdd\xe3\x66\xb3\xd2\xef\ \x75\xd9\x72\xa9\x58\xa0\xab\x9d\x66\x73\xb7\x06\x28\xdb\xf1\x69\ \x07\x48\xc6\xdd\x5e\xff\xa8\xd1\xeb\x56\x8a\xad\x56\xaf\xd3\x68\ \xb5\xab\x95\x66\xa7\x96\x87\xf3\x08\x07\x40\x85\x96\x2b\x26\x6b\ \x20\xec\xc8\xa4\x9c\x1b\x99\x64\xd2\x0a\xb4\x69\x81\x61\x1c\xde\ \x88\xd7\x14\x33\x33\x26\x2a\xcf\x52\x1e\x47\x35\x87\x9a\xf3\x39\ \x0a\xcf\x33\xbe\x12\x55\x2f\xe6\x7d\xad\xee\x7e\xbf\x42\x10\xbe\ \x62\xa7\x52\x69\x03\x91\x7d\xf1\xcf\x5f\x7e\xfa\xe5\x9b\x2f\x3f\ \xff\xea\xe6\xcd\x6b\x83\x00\xb1\x24\x80\x27\x89\xae\x0f\x40\x4f\ \x2b\xb5\x1c\xce\x86\x02\x61\x06\xef\xd6\xc9\x61\x67\x5d\x26\x97\ \xa9\x37\xb5\xea\xff\xf6\xc3\x95\x62\x95\x52\xa6\x94\x2f\xa8\xf8\ \xea\x05\x31\x78\x44\xae\x85\xf7\x08\x15\x32\xb5\x56\x26\x57\x69\ \x01\x92\x6c\x2e\xac\xaf\x6f\x3e\xda\xdc\xfa\x6e\x41\x2e\x82\x83\ \xed\xd7\x04\x80\xb7\x29\x54\x4a\x21\xa0\x4a\x72\x38\xc8\xc0\x83\ \xb0\x27\x96\x49\x01\x48\x2a\x15\x52\x98\x26\x21\x06\x6c\x0e\x1a\ \x9b\x82\xef\xe1\x8f\x60\xf2\xb3\x56\xf6\xdf\x9d\x68\x89\x80\xc7\ \x93\x5e\x1f\x1a\xba\x3e\x20\x83\x46\x11\x2a\xa0\x34\xb5\xda\xb5\ \x2d\xb8\xdb\x28\x84\x16\x82\x57\x27\xee\xaa\x5e\xaf\xe9\x9e\xc1\ \xca\x88\xcb\xe2\x45\x5c\x89\x65\x83\xc7\x63\x73\xa6\xd3\x1b\xb6\ \xe0\xec\xdc\xf8\xc4\xe8\xe8\xbd\x37\xff\xf7\x77\x93\xfa\xe1\x99\ \x59\xcd\xcc\xf4\x98\x66\x79\x25\x43\x32\x96\x78\x1c\xc7\xcc\x96\ \x2c\xe7\xcb\x21\x4c\x9b\x32\xe7\x92\x49\x13\x87\x98\xec\x66\x13\ \x4a\x6c\x84\x09\xaf\x09\x33\x45\x12\x0e\x8f\x0b\x40\x03\x47\xb8\ \xec\x9c\x3f\xc1\xf8\x68\x33\x41\xfa\xf0\x48\x24\x18\x77\x24\xfd\ \x11\x04\xa1\x7d\xb1\xac\xdd\x1a\x32\x9b\xed\x3e\xca\x92\x4a\xa1\ \xb8\x05\x63\x59\xd6\x67\xa7\x73\x40\x67\xe6\x42\x64\x8d\x01\xcc\ \xa3\x5c\x40\x71\x2b\x92\x73\x6d\xe3\x34\x8d\xe3\x84\x97\xb4\x13\ \x9e\xd4\xf6\x76\x22\xbb\x6d\x8b\xbb\xb2\x9e\x24\x86\x3b\x1c\xb1\ \x78\x6c\xc3\x9d\x70\x58\xf2\xb4\x35\x82\x11\x2e\x4b\xd8\x85\x31\ \x89\x58\x34\x15\xd5\xaf\x3a\x62\xcb\x6e\x6f\xd8\x1d\x70\x6d\x84\ \x2d\xd6\x10\x89\xe0\xa8\x9f\xa8\x54\xa8\xaa\xb9\xec\x25\x30\x12\ \x63\x7c\x16\x8b\xcf\x97\x2f\x52\x34\xc2\xd1\xbe\x7c\x23\x5f\xcf\ \xb3\x0d\xaa\x54\xad\x54\xb9\x76\xb1\x5a\xc1\x72\xd5\x2a\x4b\x55\ \x7d\x45\xa6\x59\xb0\x14\x1b\xf9\x52\x9e\xa1\xca\xed\x7a\xbb\xb7\ \x57\xaf\xd1\x54\xbd\x5d\xab\x77\xfb\xb5\x7e\xad\x51\xaf\x94\x2a\ \xcd\x62\xa5\xc0\xf6\x3b\xf5\x22\xeb\x6b\x34\x9a\xad\xfa\xc1\x7e\ \x93\xcd\x77\xdb\xad\xce\x5e\xef\xc5\x61\xbb\x7d\xba\x73\xd2\x41\ \xb3\x81\x90\x37\x4b\x6e\xa7\x32\x71\x97\x85\x21\x70\x8e\xe1\xac\ \xa4\xdd\x85\x05\x7c\x94\xcb\x9a\x2b\x53\xd9\x70\xae\x0c\x3e\x07\ \x43\xc1\x5c\xc2\x46\xbe\x56\xe4\xd8\xa3\x4e\xaf\x53\x2a\x02\x79\ \x5c\xcc\x9f\xbc\xda\xd9\x79\xf6\xef\x5f\xfe\xfc\xed\x57\x9f\x7d\ \xf6\xc9\xcd\xeb\xb7\xae\x0f\xdd\xb9\x0e\xa7\xa3\x94\xc2\x01\x38\ \x76\xa5\xd6\x2a\xa0\x75\x95\x40\xc2\x57\xa8\xb5\xd0\x38\x86\xaf\ \x54\xab\xe5\xeb\x9b\x80\x47\x49\x78\x22\x80\x56\xb0\x67\x25\x96\ \x68\x95\x6a\x00\x5c\x32\x99\x4a\xb1\x00\xb0\x46\xa1\x54\x0a\x65\ \x4a\x95\x72\x61\x6d\x13\x20\xd6\x43\x20\x09\xb7\xd6\xd7\x15\x32\ \xa1\x48\x0a\x73\x54\xf9\x40\xe7\x29\x2f\x27\x4e\x45\x52\x20\xf3\ \x24\x62\x99\x48\xc6\x87\x99\xf7\x00\xa8\x78\xbc\xcb\x15\x1f\x85\ \x0c\x4e\x4a\xc0\x3b\x7f\x0a\x38\x07\x2f\x16\xf3\x00\x56\x4a\x81\ \x82\x94\x48\x86\x04\xb7\x06\x05\x02\x31\xfc\xa9\x5c\xb9\xfe\xe8\ \xd1\xc3\xb5\x85\x4d\x35\x5f\xa6\xd5\x2a\x54\x6a\xf1\xd5\x5d\xc2\ \xab\x7a\xbd\xc2\x63\x35\x2a\xe4\x48\xba\x1c\x89\xa4\x6e\x3e\x9d\ \x70\x2f\xea\x0d\x1b\xfa\x15\xcd\xc6\xf4\xc8\xf8\xf8\xa7\xbf\xff\ \xdd\xef\x27\x57\x26\xa6\x34\x93\x9a\xa5\xd1\x91\xf9\xe5\x70\x06\ \xa7\x5d\x08\x67\x22\x1c\x51\xba\xc6\x99\x4c\x55\xb3\xbf\x18\x0b\ \x94\x28\xc4\x64\x62\x4d\x56\x5f\xc0\x4c\x80\x53\x18\xb3\x31\x78\ \x32\xc9\x98\x39\xcc\x6a\x89\x70\x99\x94\xdd\x04\xb4\x1f\x45\x3b\ \xc2\xe9\x38\xc7\x58\xb2\xd6\x8c\xb9\xc2\x24\x02\x2e\x92\xc4\x2d\ \xa4\x85\x76\xc4\x42\x26\x80\x5d\x3e\x3b\x53\x42\x29\xda\x55\x20\ \x09\xdc\xda\xc5\x10\x33\x5a\xa5\x03\x01\x3c\xe7\x73\xe0\x21\x14\ \xf7\x5b\x23\x24\xe1\x25\xe0\x8b\x2c\xb8\x9d\x2e\x71\xa4\x25\x5f\ \xc8\xe5\x29\xa0\x4b\x01\x5d\xe3\x0a\x27\xfd\xd6\xde\xd1\x11\x56\ \x65\x5a\xcd\x2a\x41\x04\xe2\xc6\xa0\x73\x71\x7e\x3b\xe6\x8f\xc7\ \x8d\x4b\x2e\x2b\x49\x30\x1c\x4a\x58\x02\x49\x2f\x6e\xa7\x58\x87\ \x19\xbc\x71\x38\x1a\xcd\xa6\x12\x40\xdd\x26\x13\xfa\xf9\x84\x0b\ \x47\x11\x9f\x89\xc8\xa6\xd2\xdb\x99\x2c\x81\xc7\xb7\xfd\x99\xac\ \xc3\x12\x0e\xc7\xc0\xe7\x47\xb7\xe7\x8d\x4e\x9b\x47\xb3\xb2\x92\ \x4c\x44\x63\xa9\x70\xc8\x1f\x5e\x76\xc4\x63\x1e\xa7\x05\x75\x10\ \x38\x1e\x4b\x7a\x23\x80\xcf\x45\xed\x4c\x2e\x9b\x42\x3b\x14\x61\ \xc9\x9f\xbd\x28\x3a\x6a\x9d\xd6\xc9\x5e\xe7\xf1\x37\x5f\x1f\x1f\ \x7e\xf3\xc7\xef\x9f\x3c\xaf\x84\x5d\x2e\xd2\xe1\x8c\x06\x62\x5e\ \x9c\x4e\x06\x48\x84\xc1\x43\xde\x90\x0b\x31\x57\x30\x86\xce\x9b\ \x22\x01\xdc\x4c\x53\xe5\x5c\x95\xcd\xd5\x00\x2f\xcb\x57\x73\xb9\ \xa3\x76\xa7\xdb\xc9\xb9\xec\x0c\xb5\xff\xe4\xe9\xc5\xb3\xbf\xfe\ \xe3\xef\xdf\xfe\xe1\xb3\xb7\xbf\xfc\x62\x68\xf0\xc6\x07\x83\xd7\ \x05\x32\x91\x80\x0f\x8d\x13\x64\x62\xbe\x52\x26\x86\x6b\x38\x72\ \x11\x5f\xa9\x80\x71\x39\xea\x85\x05\x95\x56\xb9\xa0\x52\xaa\xd6\ \x60\x04\x84\x88\x2f\x82\xb1\xa9\x32\x00\x70\x00\xdd\x94\x7c\xbe\ \x4a\x7d\x79\x23\x4f\x2e\x12\x01\xea\xb3\xb9\xa6\x5a\x03\x80\xb5\ \xa0\xde\xda\x5c\x03\xb0\xa7\x12\x0a\x15\x62\x35\x1f\x8e\x2c\x00\ \xa6\x06\xb7\xa9\xe1\x5a\x8e\x54\x22\x10\x2a\x80\xf6\x13\x8a\x2e\ \x57\x71\xe4\x90\xb0\xc9\x65\x00\x05\xc1\x7f\x64\x52\xe8\xaf\xa5\ \x96\xc3\xa4\x56\xc0\xb1\xa4\x3c\x00\x5a\xd7\xef\x08\xc4\x4a\xb8\ \xa6\xb8\xbe\xb6\xf5\x70\x6b\x0b\x08\x4e\x19\xb8\xb0\x0c\xbc\x3d\ \x60\x7f\x57\x27\xee\xaa\x5e\xab\xbc\x1b\x2c\xee\x37\xd9\x93\xf6\ \x8d\x54\x70\x65\x75\xc3\x98\x72\xeb\x9c\x1b\x9e\xf9\xf9\xf9\x89\ \xf1\x7b\x1f\xbd\xfb\x3f\x6f\x8c\x19\x47\xc6\x27\xc6\xc6\xa7\x86\ \xe7\x36\x36\xbc\x0e\xb3\x3f\xed\x47\xed\x26\x32\x49\xb7\xab\x74\ \x8d\xb1\xe3\xd5\x68\xa8\x4e\x71\x05\x7b\x1e\xb5\xfb\x12\x26\xc2\ \x9d\x88\x7a\x23\x08\xe5\x8f\xe4\x7c\x88\xc3\x6e\x27\x30\x4b\x10\ \xa1\x23\x0e\xb3\x99\x8c\x71\x0e\x53\x9e\xf0\xd9\x7d\x24\xc1\x11\ \x21\x32\xc9\x58\x30\x3c\x62\x2e\xf8\x51\x1c\xd0\x3b\x97\x99\x28\ \x61\x19\x02\xc7\x88\x1c\xe7\x67\xf6\xb8\x90\xcf\x6f\x86\x94\xa9\ \x64\xf2\x86\xec\x16\x8b\x99\x71\x39\x00\x2f\x42\x6a\x79\xac\x5e\ \xab\xb4\xda\x21\xc2\xd7\x6c\xe6\xaa\x7b\xb5\x12\x87\x14\x68\x5f\ \xab\xf7\xf8\xa4\xbb\x7f\xc4\x94\x81\x5c\x6b\x72\x65\xc6\x6e\xb7\ \xa2\xa4\xc5\x9a\x33\x79\x93\x91\x48\x89\xf3\x55\xfa\x79\x0c\xb7\ \x02\x01\xe6\xa3\xcc\x94\x2f\x47\xfb\xad\x80\x06\xa2\x26\x14\x65\ \x2c\x91\x44\xd8\xef\x0d\x99\xec\x08\x4e\x20\xb6\x74\x38\x14\x8c\ \xf8\xd1\x6c\xc2\x4f\x46\x32\x8e\x38\xe9\x0f\x87\x58\x87\x6e\x5c\ \x33\x37\x3f\xa7\x19\xd6\x18\x96\x74\xcb\x46\xcd\xf8\x94\xc6\x68\ \x9b\xb5\x19\x56\x32\x2b\xcb\x36\x77\x36\x63\x5b\xf6\x87\xe2\x0e\ \xcf\x36\x86\x1b\x56\x00\x75\x44\x71\xf6\xb4\x9f\x0a\xb4\x8e\x6a\ \xdd\xfd\xda\xbf\x06\xef\xee\xbd\xfc\xf3\x97\x5f\x7e\x72\xf7\xd4\ \xef\x20\x2d\xe1\x4c\x38\x9e\x89\xa0\x49\x12\x47\x8a\x26\xdc\x62\ \xc1\x42\x2e\xac\xc8\x10\x66\x13\x1d\x48\xa2\x79\x1c\x67\xcd\x45\ \x3c\x57\xc4\x91\x3c\x65\x62\x9a\xdd\xb3\x93\x06\x00\xe6\xb8\xb5\ \xf9\xe2\x97\x8b\x7f\xfd\xfa\x87\x3f\xff\xe1\xeb\xaf\x3e\xbf\x7b\ \xf7\xe6\xc0\xf5\x9b\xd7\x05\x02\x18\x5c\x2a\x93\x29\x85\x82\x21\ \x00\x18\xff\x4d\xf3\x92\x03\x3c\x91\x41\x87\x51\x99\x6a\x01\xf0\ \x27\xe5\x82\x9c\xaf\xe6\xcb\x85\x4a\x99\x90\xaf\xd5\x42\x73\x05\ \x91\x52\x2c\x53\xab\xa1\x0d\x83\x48\x20\x07\xac\x49\xc8\x07\x04\ \x6b\x73\x61\x61\xeb\xd1\xe6\xfa\xe6\xda\xda\x43\x00\x5f\x00\x7e\ \x44\x80\x2e\x09\x07\x14\x2a\x3e\x6c\x54\x09\x45\x72\x31\x5c\xcb\ \x11\x09\x20\x9f\x03\x98\x27\x07\xff\x91\x8a\xa1\x9b\x83\x0c\x46\ \x77\x2d\xa8\xe1\xac\x17\x9c\xd1\x12\x8b\xc0\xc5\x55\x22\x9e\x64\ \x68\x48\x30\xf4\xf6\xa0\x68\x7d\x4b\xab\x05\x42\x73\x6b\x6b\x73\ \x6b\x61\x4b\x25\x86\x06\x0f\x00\x5d\x01\x66\x5d\x8d\x35\x5c\xd5\ \xeb\x95\x23\xc8\xf8\x08\xc2\x8c\x66\x82\xf1\x84\x21\x96\x89\x07\ \x82\xc6\x95\xa0\x6d\x4e\x33\x71\x6f\x76\xf4\xfd\xdf\xfc\xf6\xcd\ \x91\xf9\xb9\xe5\xf9\xd1\xfb\xa3\x93\x9a\xf9\x8d\x00\xea\xf7\xba\ \x50\x92\x28\x85\xa2\x0c\x97\x47\x58\x8a\xb0\x36\xad\xde\x6a\xbe\ \x50\x05\x04\x26\xe8\x72\xd1\x11\x97\x39\x10\x0a\xd1\xfe\xac\xdd\ \xc4\xb8\x62\x99\xac\x9f\xf2\xb9\x49\x8c\xb5\x14\x31\x4b\x88\x4a\ \xa2\x28\x59\xcc\x03\xb9\xe7\xb3\xa2\xa8\xdf\x67\xe2\x70\xba\xc3\ \x22\x1c\x78\x85\x3f\x81\x9b\x0a\xac\xa9\x5b\x40\x7d\x48\x20\x48\ \xd5\x50\x06\x9c\x59\xc2\x6e\xc7\x0a\xf9\x08\x41\x86\x70\x9f\x3f\ \x63\x21\x5c\x49\xcc\x5c\xe2\xaa\xb9\x1a\x10\x8f\x8e\x7c\xbf\x51\ \x61\x69\x96\xc2\x4c\x5c\xb1\x73\x7c\x74\xf6\xb8\xb2\xd7\xf5\x59\ \xf7\x73\xe5\x76\x8d\xcb\x17\xc8\x52\x89\xeb\x1e\xf8\x38\x96\x44\ \xfd\xf5\x32\xdd\x2a\x17\xa8\x16\x4d\x52\xe6\x4e\x3e\xd7\x60\x4d\ \x66\x0b\x96\xcb\xb3\x98\xdd\x67\xf7\x33\x81\x00\xcc\x8d\x40\xcb\ \xbe\xb8\x3f\x96\x0e\x24\x63\x59\xaf\xcb\x15\x8b\xfb\xbd\x61\x07\ \xe9\xb5\x22\x5e\x94\x8b\xcd\xdf\x1f\x9b\xd5\x4d\x8e\x4c\x2d\xc3\ \x35\xc8\xb4\x67\x7e\x66\x2c\xb8\xbc\xbc\xb1\x68\x4c\x2f\x06\x75\ \xd1\xb0\x77\x39\x9a\xca\x38\xdc\x89\x10\x4d\x7a\x3c\x04\xcd\x95\ \x7d\xad\x57\x15\x4f\xa8\xb5\x7f\x78\x71\xb2\xff\x47\xde\xd7\x7b\ \x3f\x7d\xf9\xc1\x17\xd7\xaf\x9f\xa4\xd2\x96\x58\x2c\x10\x71\x24\ \x51\xc4\x15\x27\x48\x8e\xb0\x9a\x48\x8b\xd7\xef\x2b\x53\x24\xe5\ \xa3\x93\x04\x55\x60\x1a\xf5\x3c\x00\x5f\x33\xc3\xe4\xf3\x4c\xa1\ \xb1\x7f\x76\xdc\xae\x99\xb3\x96\xdd\xf3\x1f\xbf\xff\xf9\xdb\x6f\ \xfe\xf8\xcd\x9f\x3e\xf9\xfc\xc6\xdb\xb7\x6e\xdc\xbc\x76\xe3\xda\ \x9d\x3b\x52\x3e\x8f\x0f\x50\x6a\x68\xf0\x1a\x20\x3c\x72\x99\x04\ \x20\x01\x50\x69\x4a\xb5\x1c\x0e\x36\xa8\x55\x22\xb1\x5a\xa9\x02\ \x92\x50\xad\x5a\x5b\x57\xca\x16\x54\x30\x73\x42\x22\xd6\xf2\x2f\ \xef\x17\x42\xe9\x06\x04\xa1\x48\x22\x52\xca\x55\x00\xae\x1e\x01\ \x8e\xa5\x5d\x78\xb8\xbe\xb9\x2e\xbc\x36\xbf\x00\x00\x20\x00\x49\ \x44\x41\x54\xae\x54\x48\x07\x44\x43\xd2\x01\xde\x80\x0c\xc2\x9e\ \x5c\x22\x86\x86\x57\x22\xb1\x98\xff\xdf\x35\x42\x29\x4c\x16\x14\ \xc1\x44\x1d\xb9\x52\x2b\xe4\xc1\x0d\x45\x05\x50\x7d\xc2\x4b\x3d\ \xc8\x87\xee\x33\x43\x03\xd7\x6e\xc0\x99\x56\xd5\xe6\xd6\x77\x6b\ \xeb\xeb\xda\x85\xad\xcd\xcd\x47\x5b\x72\xe8\xa2\x05\xcd\x1e\x80\ \x22\x55\x5c\x9d\xb8\xab\x7a\xad\x32\xc5\x70\xca\x44\xe3\x56\xbf\ \x67\x5b\x6f\x4c\xd8\xa3\x1b\x46\xcf\x4a\x30\xe8\x74\x1b\x26\x46\ \xdf\x79\xf7\xdd\xb7\xde\x19\x19\x1d\xd6\xcd\x6a\x26\xc6\x26\x26\ \xc7\x57\x23\x5e\x70\xce\xb6\x13\xa6\x82\x37\x4b\x71\xdd\x2a\x89\ \xd9\x2d\x65\xbb\x6f\xd7\x42\x54\xaa\xe6\x50\xd2\x84\x58\x13\x11\ \x14\x25\x70\x9a\x8c\x9b\x0a\x05\xd2\x61\x71\x84\x0b\x96\x55\xbb\ \xaf\xd8\xe9\x37\x51\x1c\xb7\x54\x2b\xe1\x76\xad\xd9\x63\x8b\x18\ \xf7\xe2\xf0\xf4\x70\xaf\xc9\x99\x7c\x58\x89\x0d\x59\x50\xb2\xce\ \xd6\x4c\x9d\x67\x17\xfb\xad\x4e\x2c\x91\x67\x63\x96\x6e\xae\xd6\ \x68\xa0\xbe\xbd\x7c\x18\xfc\x4a\xa2\xa1\x18\xc1\xa0\x49\x5f\xb7\ \xd5\xde\xad\x17\x8a\x79\xda\x42\x1d\x9d\xd4\x3b\x65\xf3\x7e\x97\ \x2a\x77\x4e\x5e\xb4\x7a\x07\xcd\xfd\x62\xa9\xd4\x2e\x77\x8a\xb5\ \x12\x6b\x26\x72\xf5\x5c\x79\x37\x67\x2e\x58\x48\x14\xc1\xeb\xed\ \x76\xa1\x98\x43\xd9\x2e\xcc\x24\x2c\xb2\x45\x93\x95\x2d\xe4\xdb\ \x55\xbb\x19\xc7\x4d\x66\xd4\x8e\x94\x68\xc6\x6c\x89\x84\xfd\x8e\ \xb4\x27\x13\x0b\x21\xf6\xed\x8c\x3b\x4b\x98\x09\xbf\xd5\x9f\x0c\ \x99\x93\x1a\xfd\xea\xec\xb8\x66\xc6\xb8\xbc\x3c\x3d\x35\xe7\x59\ \xd1\xcd\xae\x18\x66\x75\xfa\xc5\xc5\xe0\x86\x73\x32\xe8\x08\x6e\ \xc4\xa2\x31\xc2\x1f\x31\xd1\xc9\x44\xdc\x9c\xf3\x16\xd8\xce\xd3\ \x7c\x02\x5c\x72\xff\xf8\xf0\xf0\x8e\xe2\xe7\xfd\xcf\x07\x04\x43\ \x43\x1f\x14\x57\x1c\xc1\x54\x30\xe9\xb7\x64\x63\x2e\x3f\x42\xe2\ \x39\x04\xf5\xbb\x7c\x35\x8c\xed\xe5\x28\x8e\x21\x23\x68\x9e\xe2\ \xd8\x06\xc2\xd1\x56\x80\xc7\x34\x95\xcb\x1f\x74\xce\x5f\xb6\x2a\ \x24\xd1\xdd\xd9\xd9\xf9\xe9\x87\xaf\xff\xf6\xf9\x27\x5f\x7d\x71\ \xf3\xe6\xcd\x5b\xb7\xae\x0f\x0e\xf1\x06\x6f\xc1\xb8\x79\xbe\x50\ \x09\xcd\x41\x95\x2a\x00\x2a\x7c\xf5\x82\x4a\x0d\xdb\xee\x3c\x00\ \x21\xd0\x4b\x81\x0f\x6d\x90\x21\x8a\x69\xb5\x80\x52\x49\xd5\x0a\ \xd8\x4f\x02\xd2\x8d\x0f\x59\x98\x5a\x2c\x56\x4a\x86\x44\x4a\xb5\ \x52\xb1\xbe\xfe\xf0\x3b\x40\xb2\xb4\xda\xff\xfb\x6e\x5d\xa1\x55\ \x49\x87\x86\x6e\x0e\x0c\xf1\x85\x22\xb1\x42\xbd\xa9\x14\xf2\xa1\ \x73\xa8\x02\x7a\xb2\xf3\x80\xd8\x54\xc8\xe4\x42\x01\x90\xa0\x30\ \x05\x0c\x7a\xd6\x28\x81\x20\x04\xe0\x27\x16\xca\x06\x06\x80\xe4\ \xe4\x4b\xae\x09\x85\x83\xbc\x81\x6b\x62\xa5\x6c\x4d\xb9\xf0\x7f\ \x6b\x9b\xeb\x2a\xe8\x23\xa8\x06\x57\x95\x43\x72\xa7\x56\x83\x8f\ \x24\xba\x3a\x71\x57\xf5\x5a\x85\xa6\x6a\x3e\x2c\x5f\xc1\x01\x51\ \x30\xe8\xdd\xb1\x68\x38\x1b\x5c\xdd\x48\x2e\x2d\xbb\x75\xc3\xf7\ \xde\x7f\xff\xbd\x7b\xf7\xef\x8f\x4c\x8d\xdf\x1f\x9f\x9a\x1a\xd1\ \xdb\xac\x64\x32\x19\x0e\x05\x10\x2a\x99\x44\x73\x2c\xee\x25\x4c\ \x48\x21\xe9\x6b\xd1\x48\x23\x0f\x73\xb7\xbc\x0c\x96\x75\x59\x02\ \x38\x87\x6c\xe0\x55\x47\x16\x65\x39\x3c\x17\x5f\xa5\x0f\x0e\x4a\ \x2f\x4e\x29\x96\xb3\x9c\xef\x17\x0f\xf2\x2f\x9e\x32\xbe\x50\xf3\ \xdf\x3f\xfe\xeb\x87\x9f\x2e\x9a\x35\xce\x74\xde\x0d\xb0\x67\xdd\ \xb3\x4a\x05\x3d\x7f\xfb\x97\x9f\x9e\x1d\x34\x69\x4b\xde\x9e\xe3\ \x1a\x87\x17\x3b\x14\x73\x52\xc2\xcf\x9e\x3d\x6f\x1e\x54\x22\x7e\ \xda\x4f\xd6\x7a\xf5\xde\x69\xb1\xd4\x3f\xea\xf6\x90\xe6\x49\x6f\ \xff\x80\x2a\x54\xf1\xb2\xa9\xf9\xaa\xdb\x02\x90\x58\x6d\xee\x75\ \x1b\x27\x70\x30\x94\xa1\xb8\x93\x46\xb1\x5e\x62\x0b\x0c\x85\x65\ \x3d\xdd\xf6\x7e\xd7\x62\xa6\x4b\xed\x5a\xab\xd2\x69\x37\xa8\x3a\ \xeb\xab\x77\x4a\xe5\x42\x9b\xa2\x08\x4b\x01\x40\x18\xc3\xe0\x04\ \x9d\x8c\xc4\x81\x12\xcc\x12\x88\xc9\x99\xca\xa4\x62\x00\x59\xac\ \x56\xc2\xce\x05\x67\x96\x56\x57\x66\xa6\xe7\xf4\x1e\xcf\x8c\x1e\ \x2e\x29\x2e\xea\xf5\x7a\xa7\xd1\xbd\x68\xdb\x5e\xd1\x87\xc3\x09\ \x7d\x2a\x93\x4d\x86\xa3\x0c\xed\x76\x3b\x0a\x45\x8e\x69\x9d\xee\ \x70\x8e\xdc\xc1\xd1\xd1\x5e\xeb\xc5\x80\x7c\xe7\xec\x73\xe1\x07\ \x37\x84\x7f\x20\x42\xb1\xa0\x33\xe5\x08\x84\x93\x8e\x80\xc5\x6c\ \x41\x5c\x0c\xee\x20\x9b\xbb\x96\x62\xcd\x84\x9b\x29\x53\x04\xa9\ \x63\x34\x56\xc9\x51\x39\xa4\xc0\xd2\x79\xb6\x52\x6f\x3d\x3f\x00\ \x3a\xd6\x5c\xbf\xb8\xf8\xf7\x3f\x7f\xf8\xea\xcf\xbf\xdc\xb9\xfb\ \xf9\x57\x77\x6f\xdd\x1a\xba\x73\xfd\xd6\xb5\x5b\xd7\xa5\x72\x21\ \xdc\x27\x86\x03\xa1\x22\xbe\x56\x0e\x08\x14\x24\x2f\x72\x89\x1c\ \x0a\x40\x05\x5f\xbd\xa6\x82\xcb\x36\x4a\xa5\x58\xc2\x57\xac\xc9\ \xf9\x70\x98\x53\x01\xb3\xea\x21\x72\xf0\xa4\xf2\x4b\xa3\x18\x29\ \x5f\xbb\x00\x29\xd0\x5f\x1e\xae\x7f\xb7\xbe\xa9\x7d\xf8\x68\x53\ \xa5\x56\x8a\x78\x52\x91\x4c\x24\x11\xca\xe5\x2a\xd5\x9a\x16\xd0\ \x22\xd1\x80\x48\x08\x68\x11\x0c\x37\xe4\x5f\xde\x1a\x14\xcb\xe0\ \xb0\x3b\x5f\x0d\x9d\x4d\x85\x72\x99\x16\x5c\x51\x28\x91\xc2\x9d\ \x43\x21\x4f\xca\x93\x0c\x0e\x89\x85\x42\x99\x72\x7d\x73\x01\x20\ \xe0\xda\x9a\x5a\x7d\xe9\x71\x03\xde\x0f\xfa\x31\x0b\x95\x40\xab\ \x5e\x9d\xb8\xab\x7a\x3d\xc0\x4a\x16\xf2\x45\x2a\x8f\xa5\x63\x76\ \x8f\xcd\x91\x49\x87\x13\xa9\x25\xf7\x32\xa4\x15\x0f\x46\x3e\x7c\ \xff\x8d\x37\x86\xc7\x26\x27\xe6\x46\x46\x86\xa7\x35\xd3\xf3\x76\ \x53\x9c\xb4\x7b\x33\x0e\x2a\xed\xef\x54\xc1\x51\xf3\x5b\x10\xcc\ \xc2\x72\x54\xa1\x53\xa6\x38\x94\x70\xd9\xcd\x61\x6f\xc6\x85\x51\ \xa8\xd3\x54\x70\x59\x0a\x64\x28\xd7\x42\xa8\x93\x8b\x27\xa7\x2f\ \xcf\x4b\x35\x86\x38\x3c\xdd\x7f\xb6\xf3\xd3\x81\x85\x89\x60\x67\ \x3f\xee\x5c\xfc\xf8\x7d\x2f\x47\xa3\x8f\x8f\xca\xdf\x5f\xfb\xea\ \xb4\x50\x34\x3f\xbb\xf9\xfd\x37\xdf\x3c\x7d\xca\x90\xf9\x50\x7b\ \x77\xff\xe8\x60\x7f\x9f\xea\x60\x74\xf3\x45\xe7\xec\xb4\xef\x08\ \xfb\x50\x53\xaf\xd9\x39\xd9\x2f\xe7\xea\xa7\x95\x52\xb5\xd7\xdb\ \x6b\x54\xd9\x62\x33\x9f\xaf\xf4\x7a\x9d\x5a\xa3\x0a\x30\xa8\xd1\ \x02\x80\x76\xbc\xdb\xaf\xd0\x95\xfe\x49\xb7\xda\x28\x55\x3a\x0c\ \x67\x8f\xe4\xab\x47\xad\x5c\xbd\xc2\x15\x4a\xed\xfe\x49\xbf\xdd\ \x2d\x73\xed\x5a\xb9\x58\x2b\x76\x8a\x1c\x65\xcd\x21\x2c\x57\x2c\ \xfa\x08\x86\x29\x53\x39\xbc\xe8\x8f\x26\x53\x46\x0c\x63\x19\xc4\ \xc4\x98\x50\x87\xdf\xb1\x31\x33\x37\x35\x6d\x18\x9f\xd5\x2f\x47\ \xe7\x74\x8b\xfa\x45\x9d\x6e\xde\xe8\xd4\xeb\x83\xdb\x1b\xe9\x6d\ \x77\x26\xed\x31\x04\xb2\xe1\x6c\x36\x42\x3b\x56\x9c\x2e\x96\x2b\ \x51\x95\x27\x4f\x30\xb2\xde\xec\x9d\x5f\x9c\xfd\x22\x93\x9c\x3f\ \xbb\x33\x78\x6b\x80\xff\x13\x12\x09\x27\x93\x0e\x7f\x3c\x10\xb1\ \xd0\x08\x8a\xc2\x71\x33\x8a\x64\x6b\x78\x85\xb2\xa0\x85\x22\x1d\ \xb0\x9a\x0b\x94\x19\x67\x70\xae\x5d\xcf\x9b\x7c\xa5\x56\xa1\x75\ \x7e\xb6\x9f\x67\xdb\xa7\xdf\xff\xf8\xeb\xcf\x7f\xfd\xea\xeb\x3b\ \x37\x3f\xf8\xec\x83\xbb\x77\xee\x5e\x7f\xfb\xe6\x67\x37\x86\x04\ \x7c\x3e\x4f\x2a\x13\x0b\x25\xbc\x01\x80\x19\x6a\x68\xf5\x29\x06\ \x6c\x48\x06\x3b\x56\x90\xea\xc0\xc5\x67\xa5\x72\x5d\xbb\x26\x02\ \xda\x70\x01\xfc\x86\x2f\x04\xaa\x0e\x32\xac\x4b\x27\x2c\xb1\x44\ \x24\x17\xa9\x15\x22\xed\xe6\x9a\x76\x4d\xbb\xb9\xb5\xf9\xe8\xe1\ \x3a\x74\xc5\xd2\x2a\x2e\x6d\xd9\x45\x32\x38\x13\xaa\x95\x29\xf8\ \x3c\xb8\x53\x08\x8d\xe2\x61\xd6\xbc\x48\x0e\x54\x24\x6c\x62\x49\ \x84\x2a\xb1\x92\x7f\xd9\x91\x07\x38\x09\xa4\xa2\x0c\x7a\xc8\x48\ \x44\x52\xb1\x74\x48\x2a\x10\x29\x45\x03\x7c\x95\x7a\x7d\xeb\xe1\ \x43\x2d\x40\x40\x85\x44\xc8\x97\xc1\x39\x54\xc8\xfb\x84\xe0\x53\ \x5d\x01\xd6\x55\xbd\x66\xd3\x3d\xd0\x30\x73\x45\x1c\xf5\xc6\x1c\ \xab\x9e\x48\x20\x65\x27\x03\xb3\x46\x8f\xce\x39\xff\x8e\x66\xea\ \x9d\xb7\xde\xfc\x2d\xc0\xaa\xfb\xd3\x53\xe3\x4b\x53\xf3\x9a\x8d\ \x88\x2b\x19\x63\x4d\x0e\x94\xb5\xb8\x1a\x14\x6b\xc5\x93\x11\x53\ \x35\xc0\xe5\xec\x56\xba\x90\x33\x93\x16\xaf\x09\x4f\x07\x62\x51\ \x82\x22\x62\x44\xc1\x57\xcd\x6f\xb8\x4c\x25\xb4\x78\x7a\x78\x7a\ \x72\xdc\x20\x58\x96\xac\xbf\x78\xfa\xaf\x7f\x9e\xa1\x61\x2c\x10\ \xc7\xcb\x2f\x2e\xfe\xb9\x93\x33\xf9\x88\x5c\xed\xfc\xeb\x2f\x4e\ \x59\x4b\xc1\xbf\x73\xe7\x3f\xdf\xff\xe9\xd9\x63\xa4\xc2\x45\x6b\ \x95\x93\x97\xb5\x72\xce\xdc\x67\xec\xf9\x62\x79\xef\xf1\x81\xd9\ \x0e\xce\x79\xa3\xbd\xdf\x69\xd5\xf3\xbd\x7e\x11\xe9\xf5\xea\xad\ \x6a\xb3\x7c\x5c\xb1\x10\x8d\x1e\x5b\x62\xd9\x7a\xd3\xdc\xc9\xf5\ \xda\xbd\xb3\x56\x69\xb7\x57\x6a\x9f\x81\x93\x7f\xb0\x5b\x2e\x9a\ \x8b\x39\xab\xab\xd5\xcc\x15\x3a\x54\x69\xaf\x56\xeb\x1e\x74\xdb\ \xdd\x46\xae\x91\xe7\xfa\xbb\xbd\x72\x89\xa1\x49\x8a\x35\x15\xba\ \xac\xdf\x4e\xd7\x8e\x5e\x3e\xdf\xed\xb0\x68\x3a\x80\xb6\x8f\xcf\ \x9e\xf7\x2b\x2d\x6f\x9a\xe4\x5c\x7a\xdd\x8c\x7e\x76\x75\xd2\x30\ \x3f\xb7\xba\xb4\x0a\x70\x7c\xd1\xb6\x1c\xdc\xd6\x2f\x7b\x36\xf4\ \x99\x44\xda\xeb\x0f\x06\xe3\x09\x7b\x28\x1a\x07\x80\x15\x06\x4a\ \x0f\x37\x57\x77\x9e\x93\xa1\x4e\x7b\xf7\xf4\xe5\xe9\x07\x6b\x92\ \x83\x9f\x07\x05\xb7\x04\xa2\x1d\x26\x62\x8b\x7b\xbd\x8e\x00\x02\ \x08\xaa\xcf\x0e\xd4\x32\x89\x26\x43\xcd\x7d\x7b\x89\xa3\xf1\x3a\ \xc7\x65\xbc\x8c\xb9\xc2\x9a\xed\x38\xd7\xe4\x38\x86\x29\x14\xa8\ \xce\xe9\xce\x59\xef\xe4\xfc\xe9\xf9\xb3\x3f\x7f\xf9\xc5\x07\x5f\ \x7d\xf1\xf6\xf5\xeb\x77\x6f\x7e\x70\xe7\xd6\xb5\x81\xeb\xb7\x86\ \xc4\x32\xa0\xd9\x06\xa4\x32\xd9\x10\x8f\x27\x56\xc9\x85\xfc\xcb\ \x76\x36\x9c\x61\x87\xc0\x20\x96\xc0\x4e\xb8\x4a\xa5\x55\x28\xd5\ \x7c\xf0\x55\x2e\x05\x48\x26\x15\x0a\xd5\xf0\x56\xa2\x50\x02\xdb\ \x52\x00\x43\xf8\x52\xbe\x5a\x0d\xfb\x56\x9b\x7f\xf9\xee\xd1\xd6\ \xd6\xe6\x9a\x62\x4d\x0b\x34\xe5\xc0\x90\x74\x40\x20\xbe\x04\x22\ \x38\x60\x05\x9b\xfb\xd0\xa2\x8f\x2f\x13\x41\x7a\x35\x00\x1e\xe4\ \x8b\x79\x4a\x68\x40\xa3\x92\xc1\x2c\x56\x00\x7e\x22\x68\x75\xca\ \x57\xc8\xc5\x02\x40\xb1\xa0\xad\xa9\x52\xbd\xb6\xb6\xa0\x96\x6b\ \x55\x97\x7d\x2f\x91\x58\xa6\x82\x73\x16\x6a\xa8\x51\x55\xca\xab\ \x1e\xd6\x55\xbd\x5e\x45\x22\x3e\xac\x5e\xca\xe3\x9e\xd5\xe8\x92\ \x2d\xb0\x98\x8c\xa5\x32\x13\xcb\xab\x33\xce\xf1\x7b\x73\xa3\xf7\ \xde\x78\xeb\xbd\xfb\xe3\x6f\x3d\x18\x9b\x35\x8c\xdc\x9f\xd3\xa5\ \xcd\x14\x61\x07\x87\xdc\xc2\x59\x08\x9c\xad\x5a\x38\xce\xc1\x31\ \x71\x9f\xcf\xc4\x7a\xab\x9c\x17\x09\xac\x58\xb1\x40\x3a\x12\xb7\ \x16\xb0\x84\x05\x2b\x61\x56\x7d\x1a\xc5\x12\x5c\xa5\x40\x17\x73\ \xb4\x3f\xef\x8b\x87\xba\x27\xc7\x27\xd6\xb0\x1f\x8f\x3b\x5c\xd6\ \xbd\xd3\x27\x7d\x94\x02\xd0\x55\x2d\xd3\x0e\x0b\x6a\xcd\x3b\xe8\ \xc7\x47\x07\xdf\x9f\x30\x11\x36\xec\xee\x16\xf3\xc7\x75\x7f\x0c\ \xd9\xb5\x04\xac\xd5\xdd\x5a\xa7\x48\x23\x48\x20\x5b\x3e\xea\x1e\ \xf4\x4b\xe5\xee\x51\xc5\x97\x3f\xe8\xd6\x5b\xb5\xea\x71\xcf\x6b\ \xda\xad\xd5\x6a\x65\xae\xd5\xa9\x74\xdb\xbd\xc3\xb3\x83\x6e\x61\ \xbf\x5f\x3d\xde\x2f\xd5\x1a\xbd\x46\xbd\x6c\x2e\x62\x96\x48\xa1\ \x0f\xf0\x09\xa7\xfb\xb5\x5e\xa3\xcf\xe6\x1b\xad\x5a\xa3\x75\xb0\ \xd7\xad\x14\x69\x96\xf6\x71\x0c\x4a\xd5\x39\xd2\x4e\x1c\x1d\xbf\ \x3c\xeb\xd7\x4a\xfe\x8c\xbd\xd6\x3f\xdb\x7b\xde\x6f\x94\x48\x6b\ \xb1\xec\x9f\x9f\x9e\x9f\x9b\x35\x2c\x4e\xe8\xa3\xfa\xd9\x19\xcd\ \x8a\x67\x71\x76\xd1\xe8\x9e\xdf\x80\xcb\xcf\x36\x47\x38\xed\x8c\ \xc6\x93\xe6\x68\x0a\x6f\x99\x52\x5e\x94\x2b\x30\x58\xeb\xd7\x5a\ \x9c\xee\xee\x3f\x3e\x3f\xd9\x19\x92\x7d\xf9\xf4\x2b\xa9\x94\xc7\ \x97\x9d\xb9\xd2\xd9\x74\x8c\xc4\xbd\xfe\xb8\x9f\x70\x20\x16\x02\ \xcd\x21\x04\x52\xed\x9a\xf2\x75\x53\x1e\x28\xbf\x24\x52\xa4\x2b\ \x25\x33\x43\x15\xea\x0c\x5d\x2c\x50\xc5\x52\xe7\xfc\x71\xb7\x73\ \xfa\xe4\xf4\xe7\x3f\x7d\xfe\xc1\x1f\xbe\xfc\xec\xb3\x9b\x83\xb7\ \x6e\xde\x19\xba\xf1\xd9\xb5\x21\xd1\xb5\xc1\x41\x89\xe4\xf2\xae\ \x9f\x48\x2a\x04\x28\xa2\x90\xab\xe4\xb0\xc3\x24\x86\xf1\xa8\x6a\ \x19\x9c\x6d\x50\xc8\x15\xaa\x35\x78\x07\x4f\xa2\x5c\x90\xc3\x1d\ \xc0\x4b\x13\x05\x85\x52\x26\x56\xa8\xd5\x12\x21\x8c\x8d\x00\x48\ \x02\x94\xdb\xfa\xc2\xda\xd6\x77\x5b\x5b\x6b\x5b\x5b\x5b\x40\x43\ \x8a\x64\x32\x38\x42\x0f\x6f\xf8\x29\x00\x39\x92\x01\x74\x13\x4b\ \x85\x12\x85\x44\x04\x87\x1a\x64\x42\xf1\x80\x5c\xa1\x90\xc0\x5e\ \x96\x48\xaa\xd0\x02\xf0\x93\x2b\xc5\xd0\x3d\x59\x2e\x86\x89\x3a\ \x03\x83\x42\xc8\xa1\xd4\x8a\x05\xed\xa3\x4d\x85\x9a\xaf\x94\x4b\ \xc4\x97\xce\x59\x32\xf0\x0a\xf0\xb8\x52\xbb\xa0\x5e\xbf\x1a\x6b\ \xb8\xaa\xd7\x95\x84\x51\x36\xc4\x92\x0c\x9b\x0e\xa2\x2b\x11\xd7\ \xbc\xdb\xeb\x9c\x9b\x0a\x6f\xcc\xad\xce\x69\xa6\x86\x3f\xbc\xfd\ \xde\x9b\x1f\x6b\x1e\x3c\xd0\x18\x66\xa6\xa6\x3f\x9e\x58\x41\x29\ \x02\xc3\x4c\x18\x99\x27\xc2\xb9\x1c\x12\xaa\x96\x93\xa5\x52\x14\ \x69\x15\xab\x14\x65\x4d\x98\x70\x70\x24\x89\x44\x22\x15\xe7\x70\ \x0f\x49\x15\xbd\x48\x38\x89\xe6\xb2\x2e\xaa\x8a\x02\xe1\xe5\xa5\ \x68\x77\x86\xb0\x86\x00\x41\xf3\x27\x22\x5c\xce\x5a\x24\x49\x87\ \xdd\xe4\x0f\xe1\x38\x16\x73\x59\x92\x38\x86\x63\x56\xfc\xe4\x9c\ \x48\x25\xe9\x98\xbb\x4c\xd7\x9f\x77\x82\xdb\x78\x33\xee\xf2\x15\ \xfd\x19\xd2\x1f\xc0\xb0\x58\x82\x6a\xb5\xba\xfd\x76\xa1\x7d\x58\ \xa1\x01\xa3\xaa\x1f\x9c\xe4\xf7\x8b\xc9\x7c\xb3\xdd\x2e\x35\x72\ \xfd\x76\xbe\x56\x69\x34\x0f\x0e\xfb\xb9\xfd\x8a\xb5\xd4\x6c\x55\ \xab\xc5\x66\xa1\x9f\xdf\x2d\x15\xab\xf9\x5a\xa1\xd3\xc2\xb8\x4a\ \xbe\xdb\x6b\x17\xc1\x8f\x4a\xdd\x72\xbb\x01\xc7\x41\x59\xaa\x86\ \x65\x09\x5f\x8e\x40\x10\xa4\xf4\xf8\x79\xaf\xbc\xdb\x73\x84\x4c\ \xf9\xd3\xd3\xd3\xf3\xbd\x02\x13\x4e\x98\x8a\x59\xdd\xdc\x92\xc7\ \x30\x3b\xa5\xcb\x24\x74\x3a\xa3\xc6\xe0\xd9\x36\xb8\x57\x66\xf5\ \x9a\x54\x64\xd9\xb8\xed\x8a\x2e\x66\xe2\x0e\xc2\x1b\x71\x71\x55\ \x57\xc6\x65\xf5\xe1\xad\xc2\xee\x39\x9d\x29\x3f\x3d\x7d\xb6\x73\ \xbe\x33\xc0\xff\xf7\x8b\x9b\x82\x5b\xf2\xcd\xa1\x8e\x3f\x00\x04\ \xa4\x37\xe9\x0c\x20\x2e\x04\xe1\x42\x04\xee\x43\x80\x64\xde\xb5\ \x96\xdb\x3e\x73\x9e\xb1\x26\xfc\x39\x8b\xb9\x92\x2b\xd2\x85\x86\ \x8f\xcd\x55\x76\xf3\x4c\xeb\xe4\xac\x7d\x70\x7a\xfa\x9f\x3f\x7d\ \x76\xf7\xe6\x27\x5f\x7d\x75\xe3\xce\x9d\xcf\xae\xdd\xfd\xe0\xe6\ \x2d\x1e\x80\x06\xe9\xd0\x75\x91\x48\xca\x83\xf1\x80\x52\x39\x5f\ \x2a\x51\xca\xd6\x00\xaf\x01\xe8\x01\x98\x8c\x4c\xa1\x14\xc1\x4d\ \x41\x95\x5c\xbb\x20\x87\x09\xce\x42\xc0\x8e\xf8\x4a\x11\xcc\xff\ \x12\x41\xf9\xa6\x04\xa8\x25\x11\x03\xc4\x12\x0c\xc8\x17\xb4\x9b\ \x9b\xaa\xad\xcd\x87\xeb\x9b\x9b\x9b\x0f\xb7\x94\x6a\xd8\x8a\x87\ \xa9\xce\x70\x88\x5d\xa5\xe0\xab\x24\x02\xd8\xb6\x87\x6e\xed\x22\ \x19\x6c\x5f\x29\xa0\x00\x04\x6f\x08\xa7\xbf\xe4\x5a\x3e\x4c\xab\ \x17\x48\x2f\xc3\x0a\xc5\x83\x02\xd1\x75\xb1\x4a\xa5\x56\xac\xad\ \x2f\x6c\x2d\xac\xad\xa9\x16\x60\x94\xa1\x18\x2e\x49\x03\xc5\x28\ \x17\xcb\x61\x06\xe2\xba\x5a\x25\xbb\x1a\x1c\xbd\xaa\xd7\x2b\x24\ \xc9\xe1\xb4\x99\x08\xa4\x13\xf4\x7c\xd0\xbb\xb4\x92\x76\xce\xcc\ \x59\x8c\xfa\x65\xc3\xec\xc4\x47\xef\xdf\x7e\xe3\xf6\x98\x7e\x52\ \xa3\x99\x1e\x9f\x9f\x19\x9b\xd0\xa5\x82\xc9\x2c\xc6\x59\x71\x2c\ \xea\xa5\x38\x32\x8e\xba\x02\x39\xd3\xaa\x03\xa3\xc0\x79\x47\x42\ \x44\x2c\x81\x06\xfc\x61\x07\x89\x37\xa9\x94\xd3\x5e\xf5\x9a\x4c\ \xf6\x7a\x3e\xe5\x60\xb8\x42\xad\xe8\x72\x54\xc2\x6e\xaf\x0b\xc1\ \x73\x95\xac\xdf\x1e\xc1\x4d\x84\xdd\x12\x4f\x58\x58\x4b\xc0\x82\ \x85\xd2\x96\x90\xcb\x62\x09\x11\x68\xbe\x5b\x74\x11\x04\xb1\x91\ \x65\xcb\xbd\xa7\x2f\xfc\xdb\x64\x31\xe0\x47\x30\xc7\x4a\xdc\x17\ \xb2\xda\x53\x58\xb7\xb3\xb7\xd7\x60\x99\xf6\x5e\x09\xf7\xf5\x3b\ \x5c\xa3\x59\xe8\x58\x42\x95\x76\xbf\x51\x6e\x50\x95\x46\x8d\x6b\ \xef\x96\x3b\x7b\xb5\x56\xab\xce\xb4\x2a\xa5\x46\xb5\xda\x68\x94\ \x0a\xe5\xd6\xd1\xe3\x4e\x31\x57\x2e\x53\xa5\x56\x83\xe5\xca\x45\ \x6c\xb7\x59\xea\x95\x2a\xbd\x82\xd9\x54\x2c\xa2\x80\xfa\xa1\x65\ \x96\xa6\x89\x5c\xb7\x73\x70\xd4\xea\xd5\x5d\x0e\xb4\xf4\xfc\xf9\ \xe3\xa7\x27\x45\x88\x29\x34\x00\xab\x25\xe7\xfc\xd8\xd4\xaa\xc7\ \x69\xd0\x2f\xdb\xb6\xe7\x27\xb7\x03\xab\x46\xc3\x8a\x13\x48\xc3\ \x68\x24\xbb\xac\x4f\x85\x03\x61\x97\xab\x9b\x4b\x87\xe9\x30\x52\ \x64\xf3\x2f\xce\x4d\x11\xee\xec\xec\xc7\x8b\xb3\x9f\x45\xda\x9f\ \xbf\xbf\x75\xeb\x86\x76\xeb\x8f\x26\x7b\x38\xbd\xed\x8c\xb8\x22\ \x49\x97\xc3\x8b\x61\x11\x2f\xcb\x98\x49\x22\xb7\x6b\x6d\x96\x73\ \x38\x63\xb6\x86\x03\x18\x97\x2b\x30\x66\x1f\x5b\x36\xd3\x66\xa0\ \x08\x99\x5c\xef\xf9\x8b\x8b\x27\x3f\xfe\xf4\xf9\x27\x5f\x7c\x70\ \xf3\xed\xbb\x6f\xdf\xbd\x71\x4b\xf0\xf6\x07\xb7\xae\xc1\xe9\xcd\ \x81\x21\xa1\x18\xc0\x01\x5f\x24\xe2\x49\x84\xb0\x73\x25\x80\xee\ \x9f\x52\xb8\x04\x2d\x87\xae\x54\x0a\x38\x92\xa0\x5e\x83\x1b\x38\ \x12\x89\x0c\x0e\x7c\x2a\x20\x72\x09\x45\x00\xc6\x00\xf6\x40\x08\ \x01\xaf\x14\x0d\xf2\xb5\xea\xf5\xad\xcd\xad\x47\x6b\x70\x39\x79\ \xfd\xd1\x9a\x4a\xa5\xe4\x4b\xa5\xe0\xbd\xf8\x8a\xcb\x88\x9d\xcb\ \xd1\x2d\xbe\x58\x2a\x80\xa9\xa8\xff\x35\x59\x06\x60\x07\x74\xa2\ \xec\x32\x3c\x0c\x8e\x56\x09\x85\x03\x3c\xe9\x80\x54\x2c\xbf\x76\ \x4d\x2a\x57\xa9\x14\x0b\x80\x5d\x7d\xf7\x10\x30\x3d\x85\x5c\x3e\ \xc4\x93\xf3\x20\x13\x94\x01\xe8\x83\x53\xf6\x22\xf9\x9a\x5a\x78\ \x05\x58\x57\xf5\x9a\xe5\x72\xe4\xa8\xb2\x29\x16\xb3\xc5\x2c\xb3\ \x9e\x44\xda\x1d\x8d\x2e\x4d\x3b\x67\x66\x53\xf3\x06\xcd\xc7\x1f\ \xbe\xf7\xc6\x5b\x1f\x4d\x4c\x4f\x4c\x4c\x3d\xd0\x8c\x4c\x4f\xce\ \x6c\x3b\x97\x23\xb4\x03\x10\xb2\xe5\x50\xce\x57\xa8\x9a\x3d\x8e\ \xbc\xcb\x90\x08\xd8\xd1\x90\x0b\x0f\x13\xa9\xed\x52\x97\xf1\xfb\ \x89\xbc\xd9\xe1\x8e\x5b\x4a\xac\xcb\x1a\xce\x11\x80\x7d\x58\x99\ \xa6\x29\x86\x16\x43\xdb\xdb\x0e\x92\xe5\x4a\x09\x2b\x1d\x42\x68\ \x0c\x2b\x59\xec\x96\x42\x20\x40\x07\xe2\xa8\x17\xd0\x0e\x24\xcc\ \x55\xda\x27\x94\x29\x14\x8c\x1b\x03\x18\x02\x8e\x32\x11\xa8\x96\ \x53\x09\x7b\x0b\x4b\xfa\xa8\x64\x32\xe2\x46\xfb\xed\xc7\xfb\xf5\ \x6a\xf5\xbc\xe5\xc3\x1a\xfb\xe5\x4a\xab\x58\xde\x43\xb0\x32\x56\ \xa8\x55\x28\x5f\x13\xee\xc9\x34\x5a\xa7\x47\xb5\x4e\x9d\xa3\x9b\ \xf5\x72\x0e\x90\xb0\xb6\x8f\xa6\xbb\x8d\xbd\x1e\x97\x2b\xef\x52\ \x54\x85\xcd\xb7\x2b\x39\xba\xc5\x72\x2c\x5d\xae\xd5\x7c\x40\x81\ \x21\x45\x4b\xc0\xe5\xf3\xfb\x5c\xb1\x72\xa3\x7c\xfc\xb8\xd3\x2f\ \x27\xb2\x2e\xf6\xb0\x7b\x70\xb2\x5b\xe7\x1a\x94\xd5\x6f\x98\x71\ \x2f\x07\xdd\x33\xb3\xab\xce\x8d\xd9\x65\x9b\x73\xde\xa0\x5b\xcc\ \xd8\x56\x0d\xee\x45\xf7\x4a\xdc\x11\xde\x06\x5f\xbd\x7e\x2f\x49\ \x96\x11\x77\x18\x77\xd0\x14\x5d\x7b\xf6\x98\xb2\xd7\x0e\x9f\xfc\ \xf2\xf3\xc5\x07\xeb\xea\x7f\xfe\x3a\x70\x4b\xa4\x7e\xf8\x67\x84\ \x8c\x3b\x33\x01\xaf\x25\xe4\xc0\x48\x33\x83\xda\xfd\xb8\xc9\x61\ \xb6\xef\x9d\x55\x5b\x85\x8a\x09\x2b\x5b\x23\x16\x96\x41\x7c\x25\ \x34\x5f\xe1\x6a\xe0\x53\x56\x60\x6c\xce\xf3\xc7\x3f\x9e\xff\xfc\ \xc5\x8d\xcf\x3e\xf9\xe2\xcb\x2f\x6e\xbd\x7d\xfd\xee\xad\x81\x21\ \xde\xd0\xb5\x01\xe9\xad\x5b\x83\x62\x18\x2a\x21\xe3\xab\x55\x30\ \xdb\x4b\xae\x06\xb0\x01\x37\x95\x15\xb0\x3d\xa5\xe0\x2b\xf9\x70\ \x53\x47\xb9\xb6\xa0\x56\xa9\x65\x3c\x00\x39\x40\xe1\xf1\xa1\x07\ \x1f\x60\x5a\x5a\x68\x34\x0a\xf4\xa1\x40\x0a\xb3\xe6\x15\x6b\xea\ \x4d\xed\xc3\xcd\xad\xcd\x35\xed\xfa\x77\x0f\x37\x37\xd7\x60\x23\ \x8a\xaf\x96\x0d\xf1\x00\x53\x02\xd8\x05\xbd\x44\x61\x3f\x4c\xc4\ \x57\x08\x79\x22\xd8\xc7\xd7\x2a\x81\x02\x15\x03\xda\x05\x6f\x19\ \x02\x84\x14\x4a\x79\x3c\xc1\xa0\x84\x2f\x1c\x90\xc0\xc9\x0a\x35\ \x90\x96\x6b\xeb\x9b\x0f\xe5\x52\x85\x58\x0a\x58\x9c\x10\xc6\x8a\ \x2d\x2c\x00\xd6\xa7\x82\xe3\xf1\x72\x98\x85\x78\xb5\x4b\x78\x55\ \xaf\xdb\xc3\xca\x9b\x68\x13\xb2\xbd\x98\xc4\x34\xce\x74\x2a\x16\ \xb1\xcd\x4f\x2e\x6a\x74\x8b\x73\xba\xfb\x1f\x0e\xbf\xf7\xfb\x77\ \xc6\xa7\x66\x3e\xba\x37\x3d\x7e\x7f\x78\x72\xc6\x96\x8d\x86\x5d\ \xde\x4c\x96\x70\xcc\x61\xb8\xbf\xd1\x73\xa5\x43\xe6\x88\x21\x9d\ \xcc\x46\x03\x8e\x64\x34\x12\xcc\x70\x56\x8b\x35\x1e\xc7\xcc\x8e\ \x2c\xc6\x98\x59\x16\x8d\x77\x4d\x1b\xde\x4a\x3c\x43\x10\x76\xb4\ \xe5\xf5\x44\xc9\xb8\x23\x5f\x0a\x59\xc0\x69\xf5\x59\x03\x0c\x4d\ \x10\x58\x9c\x28\x63\xc1\xed\x68\xd4\x53\xc6\x22\x3e\x02\xa0\x1c\ \x95\x8d\x92\xa9\x74\x84\xc4\x62\x9e\x64\xa4\xcc\xae\x26\x48\x06\ \x31\xb3\x68\x34\x10\x77\xa3\xa5\xc7\x07\xfd\x3a\x57\x7c\xda\xca\ \x97\xcb\xb5\x4e\xb1\x95\x2b\x1e\xb2\x78\xb9\xbc\x5b\xab\xe6\xb9\ \xdd\x3e\x10\x54\x6c\xa9\x77\x54\xae\xef\x33\x34\x6b\x65\x2b\x85\ \x52\xed\xb0\xc1\xf8\x29\x0e\x4e\x5f\xb5\x0f\xe9\x90\xb9\xbe\x57\ \xad\xd3\xbe\x5a\xc9\xdc\x2c\xb0\xb4\xaf\x82\x12\x14\x20\x37\x09\ \x17\x67\x0a\x79\x23\xc8\x6e\xb3\xb5\x57\x2a\x17\xe2\x21\x2a\xb7\ \xdb\x6f\x77\x5a\x7b\x47\x3d\x17\x6b\x35\x1a\xf4\x06\xa3\x7e\x7a\ \xc9\xad\xdb\x58\x36\xc6\x6c\x9a\x45\xbd\x73\x3b\xb5\xe8\xf4\xac\ \xd8\x92\x71\x87\xc3\xb8\xb4\x1c\x24\x63\x41\x17\xdb\x74\x84\xbd\ \x5c\x88\x6d\x20\xcd\x7f\x9d\x91\xe4\xd1\xe9\x7f\x76\x9e\x3d\xb9\ \xa1\x10\x3d\xfd\xdb\x35\x9e\x50\xa1\xfd\xab\x25\x90\x75\x46\x03\ \x16\x24\x16\xb3\x87\x18\x93\x99\xc2\x19\xbb\x3d\x42\x9e\x9c\x14\ \x1a\x35\x6b\xc1\x0c\x7e\x83\xe0\x18\x46\xd6\x4a\x0c\x6d\xca\x97\ \x0b\x2c\x53\x6c\x35\xda\xa7\x4f\x9e\xfd\xe3\xcf\x5f\xfe\xf0\xa7\ \x3f\xbd\xfd\xf9\x27\x9f\xdc\xbc\xfe\xe5\xad\x9b\x83\x03\x43\xd7\ \x06\xa5\x37\xae\x4b\x84\x42\xa5\x16\x8e\x29\x28\x04\x22\x00\x0b\ \x62\x38\x93\xa9\x50\x8b\xe1\x7e\x32\x64\x46\xd0\x55\x4f\x05\x64\ \xa0\x1a\x7c\xc7\x93\x29\xb5\x7c\x91\x82\xaf\x00\x0f\x88\x80\x34\ \x83\xee\x9f\x0a\xc0\xcc\x84\x70\xdb\x46\xb5\xa0\x5c\xdf\xfa\x6e\ \x4d\xfd\x68\x53\xab\x82\x0e\x7b\x0b\xd0\xf3\x41\xc8\x13\x0c\x09\ \xe4\x10\xf5\x14\x90\x20\xc1\x80\x54\xb5\x16\x8e\x90\x82\x6b\x28\ \xd4\x42\x88\x52\x22\x98\x1a\xcd\x53\xc0\x37\x04\x88\x24\x95\xf0\ \x07\x04\x00\x93\x84\x40\x0a\x6e\x01\x75\xb9\x05\x6d\x19\xe4\x62\ \x09\x64\x76\x40\x48\x2a\xe0\x28\xab\x0c\xf0\x31\xb9\x5c\xae\xdc\ \x5c\x53\x5f\xdd\x25\xbc\xaa\xd7\xab\x64\xda\x8a\x58\x91\xed\x31\ \x5b\xd2\x34\xeb\x4c\x6d\x93\xc9\x98\x6e\x7e\x63\x6e\x7c\x79\xe2\ \x9d\xf7\xef\x7d\xfc\xc6\x7b\x0f\x1e\xcc\xce\x7e\x3a\x3c\x39\x3e\ \xa5\xd3\xcd\xe8\xb2\x46\x4f\x36\x11\x24\x42\xfe\x55\x7b\x1c\xa9\ \x14\x09\x6b\x28\x10\xcf\x64\x6c\x2b\x4b\x4e\x9b\x33\x86\x67\x37\ \x70\x92\xb4\x3b\xb2\xe6\x72\xd8\x11\x42\x43\xa4\xc9\x11\x66\xc8\ \xa0\xd5\x14\x8a\x23\x39\x8a\xca\x45\xb6\x49\x93\xc9\x5a\xca\xd9\ \x99\x24\xd6\xc2\x2d\x69\xa4\x89\x23\x26\x97\x83\xb6\x46\xa2\x48\ \x3c\x93\x23\xa2\x91\xb0\xd3\x6f\x0d\x7b\xac\x58\xd6\x18\x0f\xf9\ \xb3\x69\x87\xab\xec\xdd\x26\xda\x3e\x34\x57\x76\x45\xec\x09\x4f\ \x81\x6b\x55\xea\xed\x5c\xf1\xa0\x88\x99\xd9\x7a\xa1\x58\x63\x0b\ \x75\x8e\xac\xb5\xeb\xed\x7a\xa5\x53\xae\x14\xa8\x7c\xa5\xd4\xa7\ \xcd\xad\x66\xc8\x85\x64\xa9\xdd\x7a\xa9\xda\x6b\xe0\x2b\x89\xfa\ \x7e\x03\x2b\x9e\x35\xad\x54\xb1\xda\x2e\x95\x0a\x00\xfd\xc8\x66\ \x91\x2e\x15\xad\xa6\x2a\x87\x60\x81\x28\x61\xc9\x5b\x11\x7b\x2b\ \xd7\xec\xb7\x4b\xb4\x29\x9c\xa4\xea\xad\xdd\x66\xb7\x5a\x6e\x94\ \x08\x8a\xd4\xcc\xeb\x8d\x33\x93\xb3\xcb\xcb\xab\x1b\x86\x65\xcf\ \x8a\x7e\xde\x98\x4c\x19\x96\xdd\xdb\x5e\x4f\x30\x0b\x30\x74\xc3\ \xe3\x89\x66\x63\x16\x2e\xe7\x5f\xb1\x97\xf3\x85\x0a\xd2\xfb\x7b\ \xdf\x51\x3e\xdf\xf9\x71\xe7\xd9\xaf\x22\xe5\x1f\x2e\x3e\x10\x00\ \xee\x23\x3a\x23\x2d\xd9\x4c\x2a\x1e\xb1\x47\x22\x44\xc1\x6a\xb5\ \x7a\x2d\x0c\x8a\x13\xe8\xd1\x39\xd3\x3a\x06\xe0\xe5\xe2\x42\x76\ \xa6\x8a\xf9\x0a\x79\xc6\x6c\xca\xb1\x2c\xcd\xed\xed\xb6\x0e\x2e\ \x7e\xfa\xf9\x6f\xff\xf8\xeb\x0f\x3f\xfc\x69\xf0\x8b\xcf\x6f\xde\ \x79\xfb\xb3\x1b\x37\xae\xdf\xb8\x31\x28\x1d\x18\xbc\xc6\xe3\x43\ \x38\x80\x31\x36\x02\xe8\xf3\x09\xbe\x88\xa1\xf2\x82\xd3\xee\xf0\ \x97\x12\xee\xf6\x41\x70\x02\xc0\x25\x82\x59\x14\x97\x6b\xcc\x62\ \x09\x4f\xac\xba\x9c\xa5\x12\x09\xf9\x03\x12\x01\x0f\xf6\xb6\x14\ \xeb\x9b\x6b\x9b\x5b\x5b\x0b\x6b\x70\x39\x47\xb5\xa6\x96\x09\xc5\ \x7c\x11\x5f\x02\xf7\x98\xe1\xa8\x84\x4c\xcc\xe7\x0d\x00\x89\x09\ \x04\x1e\xa0\x6f\x7c\x38\x47\x01\x2d\x6c\xd4\x7c\x99\x92\x27\x05\ \x0f\x5c\xfa\xbd\xf3\xc4\x22\xa9\x70\x4d\xa5\x55\x6f\x3d\x7c\xf8\ \x70\x4b\xbb\xa0\x92\xa9\x14\x3c\xbe\x5c\x2a\x11\xf3\x85\xf0\x9e\ \xa5\x5c\x0c\x5d\x05\xd5\x32\x68\x22\xaf\x55\x6b\xb5\x57\x27\xee\ \xaa\x5e\xab\x4c\x61\xd4\x4c\xe3\x96\xa0\x31\x19\xd1\xac\x38\xd3\ \xde\xe4\xb6\x7e\xca\x39\x3d\xbd\x34\x7b\xef\x77\xb7\xdf\x7f\xf3\ \x8d\xf7\x3f\x1e\x19\xb9\x37\xa5\x9b\x9c\x9e\x1e\x9e\x5a\xf4\xae\ \xac\xda\xa2\x71\x87\x9f\x5e\xc9\x38\x58\xd6\x5c\xb0\xd8\xc8\x8c\ \x7e\x7e\xd1\xb6\xb2\x11\x0d\x7a\xe3\xcb\x31\x9a\x74\x21\x84\x03\ \x2f\x24\x1d\x26\x7b\x28\x99\x74\x44\x28\xbb\xc3\x67\x2a\x15\x38\ \x26\x64\xa6\x83\x11\x1c\x41\xd8\x96\x2f\x6e\x4f\x9a\x0e\x70\xcc\ \x8b\xe5\x5d\x74\x39\x92\xf0\xfa\x2d\x3e\x64\xdb\x5b\xb5\x78\xe3\ \xa1\xac\x77\x3b\xbd\xe8\xa2\x3c\x04\x19\xa2\xc9\x44\x20\xe0\xb3\ \x07\xf0\xfd\xa3\x52\xc4\x1b\x8f\x93\xe9\x34\xd3\xdd\xad\xf6\x7b\ \x54\xe5\x15\x8b\x23\x5c\x29\x07\x00\xa8\xd3\xf5\x5b\x2a\x8d\x7e\ \xbf\x8d\xf9\x4a\xd6\xbc\x2f\x57\x6d\xe6\x7c\x64\xa3\x81\x06\xe3\ \xab\xf8\x6e\xa9\x58\xce\xe5\x03\x9e\x60\xa0\xd0\x20\xb0\x5e\xde\ \x54\xee\x1c\x17\x99\x6a\xb5\x52\xb6\xb2\x1d\xb6\x5e\xde\x27\x7c\ \x1c\x78\x95\x2b\x6a\x31\x63\x58\x14\x39\x28\x1f\x74\xaa\xb5\x0a\ \xc3\x64\xe8\x5e\xf7\xa0\x77\x56\xe1\x7c\x0c\x43\x46\x96\x96\x0d\ \xf3\xfa\x8f\xc6\x67\xf4\x46\xfd\x8a\x6e\xd6\xa3\x71\xbb\x83\x6e\ \xc3\xb4\x31\x48\x6e\x2c\xc5\xbd\x89\xec\x6a\x3a\x9d\xf1\x7b\x1d\ \x95\x82\x73\xde\x55\xa5\xcd\x14\x7d\xfa\x73\xd3\x55\xd9\x79\xb5\ \xf3\xeb\xbf\x7f\x92\x6b\xff\xf6\xec\xba\x58\x21\x14\x0d\xf6\x42\ \x56\x47\xc2\xef\x77\x60\x84\x1f\x47\x48\xbb\x89\x64\x48\xce\xd2\ \xd9\x3d\x39\xa6\x3a\xc7\x05\x86\x0b\xb9\x22\xfe\x12\x6b\x46\x11\ \xce\x07\x24\xac\xaf\x58\xeb\xf5\xda\x47\xaf\x7e\xfe\xf6\x97\xbf\ \x7e\xfb\xed\xb7\x7f\xff\xe3\xcd\xbb\x9f\x5d\xbf\xf3\xf6\xf5\x5b\ \x37\x06\xa4\x43\xd7\x44\xd2\x41\x29\x4f\xaa\xe0\x5f\x9a\xbb\x28\ \x04\x52\x3e\x34\x23\x96\x00\x02\x25\x91\x02\xa9\x26\x57\xc9\x79\ \x52\xbe\x5a\xa1\x90\xa9\x64\x80\x0a\x29\xe4\x02\x88\x35\x72\x20\ \x0b\xf9\x32\x81\x98\x2f\x07\xc4\x4a\x2c\x91\xf2\xc4\x62\xa9\x44\ \x06\x88\x90\x42\xbe\x06\x00\xeb\x2f\xdf\x6d\xae\x6d\xfd\xe5\xd1\ \x96\x1a\xba\xbe\x4b\xc0\x93\x44\x62\xbe\x54\x0e\xad\x00\xd5\x32\ \x70\x2d\x21\x44\x1e\xa0\x20\x61\x53\x6b\xe8\xba\x44\x02\xbe\x93\ \x41\x1f\x19\xf8\x19\x04\xd0\x02\x6b\x50\xa2\x85\x43\x14\xea\xad\ \x4d\xc0\xae\xd6\x17\x64\x32\x05\xcc\xae\x97\xc9\x54\x72\x78\x6b\ \x92\xaf\x96\x03\xfa\x05\xff\x91\x03\xd2\x27\xbf\x62\x58\x57\xf5\ \xba\x0c\x2b\x5c\xc7\x02\x66\x5f\x28\x93\xf2\xce\xc7\x88\x6c\xdc\ \x1b\x9c\x9d\x36\xce\x1a\xdc\xba\x4f\x1f\xbc\xfb\xc6\xed\x37\xde\ \xbd\x3f\xfc\xe0\xfe\xd8\xb4\x5e\x37\x7d\x7f\x7a\xd1\xe6\x34\xa6\ \xfc\x89\x14\x19\x00\xa7\x7c\x6f\x97\x35\x33\xb1\x40\x6a\xde\x30\ \xbf\x1a\x4f\x38\xe3\xfe\xb0\x2d\xe8\x42\x02\x76\x3a\xc0\xe5\x33\ \xb1\x22\x8d\x7a\x43\x01\xa2\x49\x78\x4d\x38\xd6\x66\xac\x64\xc4\ \x6c\x0b\x61\x01\x0c\x2f\xd1\x69\x93\xd7\x5a\x61\xe2\x24\x6e\x09\ \xe3\x5c\x38\xe9\xb7\x96\x98\x48\x24\x6c\xb1\x67\xad\x35\xdc\x6e\ \xdb\x5e\x46\xcd\x1e\x3c\x14\x74\x5a\x4d\xd6\x20\xc2\x39\xcc\x05\ \xc6\x91\x48\x86\x2d\xa1\x6c\x0c\x29\xd7\x5a\x47\x5d\xff\xe3\x9f\ \x73\x29\xd2\xda\xec\x96\x8b\xa5\xc3\xa6\x09\x69\xf4\xca\xcd\x16\ \x55\x6a\x73\x5c\xa9\x5a\xca\xb1\x14\xe2\xcb\xe1\x99\xd9\xf9\x70\ \xab\x86\x75\x0f\x58\x26\x3d\x67\x44\x9b\x58\xb1\x4e\x59\x49\xd4\ \x5c\x2e\x95\x73\xd5\x12\xde\x69\x30\x4c\x81\x2b\x54\x59\x32\x14\ \x41\xa3\x71\x06\x75\x44\x22\x85\x02\xd7\x3c\x3a\xa9\x59\xed\x81\ \x5c\xb5\xd1\x2f\x53\xb9\x72\x85\x0e\xf9\x83\x33\x86\x8d\x45\xdd\ \xf4\xdc\xec\xaa\x61\x7a\x75\x71\x6e\x75\x4e\x1f\xc8\x04\xe7\xf4\ \x1e\xaf\x23\xbd\x92\x24\x33\x1b\xee\x54\x20\x42\x30\x91\xbe\xd5\ \x18\xa7\x30\xac\x44\xf7\x7e\xf8\x57\x95\x3d\xb8\xf8\xf1\xd7\xbf\ \xff\xfa\xe5\xa6\xea\x6f\x3f\x08\x25\x42\x91\xfa\x46\xd5\x6a\x8f\ \xa7\xe3\x56\xd4\x67\x45\xfc\x04\x8a\x22\x71\xc6\x44\xba\xfe\xb8\ \xb3\xfb\x98\xed\xf5\x28\x1a\x81\xde\xee\xf9\x12\x82\xfa\xf2\x94\ \x99\xe6\x72\x4c\x77\xff\xf8\xe4\xf9\x2f\x3f\xfc\x1d\xd4\xe7\x7f\ \xfc\xeb\x57\x9f\xdc\xbc\xf6\xc1\x17\x83\x82\xc1\xc1\xc1\xeb\x37\ \x6e\xc9\x64\x52\x89\x50\x00\x1b\xe8\x4a\x89\x4c\x26\x1a\x90\x42\ \x33\x50\x40\x68\x94\x62\x80\x2b\x70\xd2\x0a\xc0\x12\xd0\x7d\x4a\ \x19\x74\x41\xe6\x6b\x01\xde\x08\xf9\x32\x38\x66\x0e\x08\x0e\xdc\ \x77\x16\xc1\x00\xae\x01\x1e\x50\x89\x6a\x95\x52\xa5\x58\xfb\x6e\ \x6b\x6b\xeb\xbb\xad\xcd\x75\xa0\x08\x55\x72\xbe\x5a\x36\xc8\xe3\ \xf1\x00\x00\xca\xd5\x22\x48\xd3\x80\xde\x94\x2a\x80\xa0\x83\xe1\ \xac\x62\xb5\x5c\x3a\x24\x16\x0c\xf0\x85\x7c\xbe\x44\x02\x87\xd7\ \x01\x6b\x03\xdf\xc0\xb1\x0a\xa5\x52\xbb\xb0\xfe\xe8\xe1\xd6\xfa\ \xfa\xda\x7f\x97\xb0\x45\x12\xa0\x3d\xc1\x15\x00\xef\x53\xcb\x95\ \x2a\xed\xc2\x02\xf8\xa2\x50\x2b\xaf\x00\xeb\xaa\x5e\xb7\x9c\x5e\ \x2e\x14\x63\xcc\x6e\x5d\x3c\x31\xef\xb4\x46\x9d\xdb\xa9\xa5\xd9\ \xcc\xd8\xa4\x7e\xf6\xa3\x0f\xdf\x7f\xff\x8d\xdf\xbd\x35\x31\x39\ \x39\x31\x32\xb5\xb8\x34\x35\x37\xed\x76\x2f\x2e\xdb\xb2\x59\xb7\ \xd7\xbb\x8d\x15\x4a\x2d\x2a\xee\xcf\xfa\x83\x7a\x83\x73\x23\x19\ \xdc\xce\x46\x8a\x84\xc5\x14\x49\xd9\xed\xd6\x52\x31\x82\xe1\x34\ \xe1\x0f\x45\x08\xab\x37\x82\x58\x1b\x80\x59\x99\xbc\xec\x76\x38\ \x6a\x25\xf1\x9c\x25\x63\x8e\x60\x05\x3a\x64\x21\x02\x5e\xdc\x9b\ \x45\x31\xb4\x46\x24\xd3\x7e\xf0\x21\x88\x9c\xc5\xef\xc8\xa6\xd1\ \xa4\x11\x29\x5b\xbd\xa4\x25\x99\x76\x24\x1c\xf5\xaa\xd5\x11\x0b\ \xbb\x4a\xa6\x44\xb6\xd8\xee\xed\xb7\xab\xc4\xd9\xb9\xdf\x65\x26\ \x0f\xf3\x2c\xed\xed\x14\xad\x4d\x40\x98\xaa\xe5\x7c\xb9\x41\x23\ \x2c\x46\xb1\x35\x1f\x6e\x35\x63\x71\x43\x1c\x2f\x56\xa8\x7e\xab\ \xcc\x06\x16\xe7\x91\x92\x89\x6d\xe3\x84\x5b\x17\xc4\xca\x39\x1f\ \xc5\x99\x6a\x88\x93\xac\xe5\x18\xb6\x46\xdb\xd1\x58\x80\xab\x23\ \x04\x89\xa2\x79\x33\x0b\x3d\x89\xc9\x84\x37\x5f\xee\x95\x7c\x18\ \x43\x11\x71\xd4\x38\x6d\x58\xd4\x4f\x69\xa6\xf4\x8b\xba\x89\x95\ \xc5\x25\xe3\xd2\x62\xc2\x96\xde\x58\xf1\xc4\x22\x49\x4f\x2a\x64\ \xd3\xac\x06\xb3\x11\x6b\x84\xee\x24\x3d\x0e\xd2\x97\x07\x08\xfa\ \xc7\x0b\x13\x73\xfe\xc3\xaf\xbf\xfe\xed\xd9\xd0\x5f\xc4\x17\x5f\ \x40\xa5\xb6\xf6\x19\x67\x09\x65\x82\x61\x1f\x6d\x71\xd9\x1d\x01\ \xaf\xc9\x4a\x90\xa4\xcb\x7e\xf3\xd9\xe1\x29\xde\xee\x33\x26\x93\ \x85\x48\xe2\x25\x1f\xc3\x71\xed\x3c\xc7\xb0\xd5\xf6\xfe\x8b\x27\ \x4f\xfe\xf9\xc3\x57\x7f\xfd\xe5\xe7\xbf\x7f\xf3\xcd\xd7\x5f\xbe\ \x7d\x57\xf0\xd9\x27\x6f\x0f\xf2\x24\x52\xe9\x20\x0f\x30\x2a\x85\ \x68\x90\xa7\x50\xaa\x61\x66\xcd\xd0\x75\xbe\x54\xc6\x17\xf0\x04\ \x3c\xb8\x77\xc3\x13\x8a\x45\x32\x05\xa0\x3e\xaa\xcb\x54\x79\x05\ \x80\x2e\x89\x10\x76\xe0\xc5\x62\xf0\x3d\x20\x3b\x12\xa0\xf8\x64\ \x92\x81\x81\x01\x99\x4a\x0d\xc0\x09\xf0\x31\x39\xc0\x98\x85\xcd\ \xf5\xb5\x87\x50\x12\x2e\xa8\xb5\xe2\x41\xa9\x40\xc2\x17\x88\x80\ \xf0\x83\xdd\x76\x18\xf2\xa5\x96\x5c\x9a\xf4\xc1\x6e\x3b\xd0\x81\ \x12\xb1\x48\x28\x85\xa1\x38\xe0\x29\x3c\x89\x58\x00\xc7\x51\x81\ \xee\x54\xa9\xd6\x36\x1f\x3d\x5a\x5f\xdf\x52\xf0\x2e\xfd\x1e\x60\ \xcb\x4a\xa1\x50\x6c\xa9\xe0\xc2\xe1\x02\x10\x8c\xf0\x96\xa5\x5a\ \xab\x56\x6a\xaf\x9a\xee\x57\xf5\x7a\x15\x0b\x94\x29\x1c\x27\x3c\ \xf3\x71\x8f\xc7\x9f\x8e\xaf\x38\xa3\x13\x06\xbb\xe6\x63\x83\x4d\ \xf3\xde\xfd\xa9\xf7\xde\xf8\xdd\x7d\xfd\xc4\xd8\xcc\xec\x8a\xee\ \xfe\xb8\x26\x10\xd6\x4d\xcf\xf8\x03\x36\x82\x5c\x71\x70\x3d\xcc\ \xe2\xa2\xe2\x71\xe3\xea\x72\x36\x1c\xdc\xde\x00\x82\x2f\x10\x42\ \xbd\x61\xbf\xcb\x5a\xca\x65\x92\x38\x66\xcf\x12\x2e\x0c\xcb\xfa\ \x51\x7f\x11\xad\xe7\x1c\x11\x26\x93\xf0\x58\x19\xd2\x1b\x76\x98\ \x49\xc2\xd7\xc0\x1c\x96\x70\xc0\x4e\x6c\xe7\xac\x54\x21\xeb\x4f\ \xd8\xab\xa1\xb4\xcb\x9e\xc5\x90\x48\x8c\x09\x64\x58\x8a\xae\xd0\ \xb1\x60\x94\xf0\x64\x18\x33\x13\xce\x59\x83\x66\x73\x2a\x54\xdc\ \x6b\xd5\x01\x37\xa2\x58\x2b\xc0\x44\x8e\xc8\xd7\xd8\xdd\x22\x51\ \x40\x23\x54\xb5\x5f\x29\x97\x2c\x34\x05\x30\x8c\x25\x49\x0a\x63\ \x62\x1e\x6f\xbe\x55\x2e\xec\x71\x18\x6b\x0e\x6d\xd3\x56\x14\x48\ \x3d\x26\x3a\x37\x69\xae\xe5\xfc\xf5\xb2\xd9\x97\x58\x8d\xe4\x38\ \xac\x5a\xb2\xa0\xc9\x74\x00\xa1\xe3\x68\xd1\x6c\x35\x47\xc8\x50\ \xc2\x61\xca\xc4\xfd\x56\x73\x21\x6f\xb5\xd0\xa1\x6c\x32\x12\x5d\ \x9c\x34\x2c\xdb\x0c\x73\x4e\xff\xea\xec\xd4\xe2\xca\xec\xaa\x7b\ \x7b\xc5\x30\xbf\x94\xf0\xa7\x8d\x6e\x87\x37\xb8\xe4\x8e\xa5\xc1\ \x9f\xa3\x70\xe8\x4d\x87\x4d\x25\xca\xdc\x3e\xfd\xfa\xd4\xd4\x7c\ \xf9\xec\xd7\x67\xff\xf8\x45\xf1\xdd\xe0\xf7\x1f\x88\x94\x7c\xf5\ \xc2\x3f\x28\x2c\x12\xf1\x3a\x72\x0c\x62\xf7\x73\x68\xc4\x4b\xe2\ \x68\x84\x64\x06\x9e\xed\x9d\x54\x3b\x4d\xb8\x9f\x4d\x44\xfc\x05\ \x9a\x2a\xb0\xf5\x5c\xa1\xde\x3c\x38\x3b\xd9\xfb\xf7\xaf\xff\xfc\ \xd3\x57\x7f\xfe\xf6\xef\x7f\xfe\xfa\xb3\x3f\x7c\x71\xf3\xce\x8d\ \x9b\xd7\x6e\x0e\x49\x87\xe0\xa2\x9e\x14\xae\x21\x43\x47\x51\x25\ \x5f\xa9\x94\x48\x05\x32\xa1\xf0\x06\xdc\xcf\xb9\x5c\x2b\xe4\x89\ \x54\x8a\x4b\x05\x26\x94\x2b\xe5\x52\xe8\xcb\x2e\x12\x42\x2b\x75\ \xd8\xc2\xe2\xf3\xe0\x10\x82\x58\x7e\x4d\x20\x11\xab\x15\xca\x05\ \xad\x42\xb6\xa0\x52\x2b\x61\x8e\xea\xfa\xa3\xbf\xc0\x20\x0a\x2d\ \x40\x31\x89\x54\x24\xe5\x0b\xa4\x22\x05\xb4\x2f\x15\x02\x29\xa8\ \x56\x89\x65\x22\x9e\x10\xf0\x2d\x19\xe0\x75\x72\x89\x5c\x21\x94\ \x08\x00\xc9\xe3\xc9\xf8\x12\xc1\xe0\x2d\xe9\xc2\x9a\x4c\x24\x54\ \x3e\xd4\xae\x2d\xac\x2d\x6c\xae\xa9\x15\x62\x85\x68\x48\x28\x17\ \x2b\x21\x74\x42\x97\x40\xbe\x50\x22\x53\x01\x7e\x05\x3e\x84\x52\ \xa1\x52\x6a\xaf\x00\xeb\xaa\x5e\xb3\xd2\xf6\x62\x89\x0e\x38\x1c\ \xee\x70\xc4\x13\xf5\x87\xd3\x89\xf4\x88\xcd\x38\x3e\x32\x3d\x37\ \xf1\xee\x83\x77\x3e\xfc\xf0\xf6\x87\xf7\x87\x87\x47\x26\x66\x66\ \xe6\x26\xc7\x83\x4e\xb7\x2d\x95\x46\x32\xae\xc4\x76\xd8\xdc\xaf\ \x26\x99\x92\xdf\x6f\xb4\x6d\x64\x93\xf6\xf0\x92\xdb\x1e\xca\x90\ \xde\xa4\xdd\x0b\xe8\x13\x93\x8d\x45\x08\x3c\x6d\x8d\x24\x51\xa7\ \x1d\x09\xa1\x44\x8e\x26\x19\x73\xca\x65\xf5\x9a\x51\x53\xc6\x19\ \xf6\x02\x2e\x62\xb7\x78\xbd\x2e\x2b\x92\xc0\xca\x75\x53\x36\xe1\ \x25\x18\x6f\x6a\x3b\xee\xf5\x05\x00\x13\x09\xb9\x43\xae\xb0\xd5\ \x9c\xdc\x48\xfa\x62\x89\x50\xd2\x1e\x61\xb0\x04\x16\x09\xa0\xed\ \xbd\x42\x2d\x6f\x31\xbd\xd8\x23\x42\x6c\x0b\x27\x19\xac\xd2\xa6\ \xed\x2e\x8f\xa3\x93\xcb\xd7\xc1\xc1\xa7\x72\x9d\x0a\x56\x66\x19\ \x16\xcb\xc6\xb2\x88\xa5\x52\xc0\xf7\x99\x9c\xb9\xe2\x8b\xd1\x1c\ \xe2\xcb\x97\x8a\x76\xa3\x0d\xcd\x7b\x4d\xfd\x1c\x52\xf4\xc7\xec\ \xb9\x02\x53\x61\xfc\x58\x22\x13\xb2\x9a\x11\x33\x6e\xca\x06\x33\ \xee\xed\x28\x61\xdf\x4e\x65\xbc\x08\x9d\x23\x7c\x05\xc4\x9b\x4a\ \xac\x2c\xcf\x18\x57\x3c\x06\x4d\x34\x99\x35\xcc\xac\xce\xb8\x97\ \xdd\xe9\x6d\xdb\xdc\xbc\xcd\xe9\x76\x06\x50\xc2\x66\x8b\x67\xfd\ \x49\x6b\xa8\xd2\x8d\x6c\x87\x31\x1f\x5b\xd9\x7d\xf6\xe5\x09\xb1\ \x7b\x71\xf1\xcb\x4f\xdf\x7c\xb6\xae\xfa\xdb\xbf\x6e\x89\xc4\xb2\ \x35\xf9\x85\x19\xf1\x26\x53\x16\x8c\xb5\x10\x56\x78\x1f\x15\xb5\ \xa0\x84\x85\x13\x3e\xd9\xeb\xe7\xbb\x39\x14\xa7\x48\xaf\x97\x2e\ \x57\x0b\x95\x52\x2e\x6f\xee\x1c\x9d\xbc\x7c\x7e\x76\xf1\xc3\xdf\ \x3e\xf9\xe3\x37\x5f\x7f\xfb\xc7\x6f\xbf\xf8\xe0\x8b\x6b\x43\x77\ \xef\x5c\x1f\xbc\xc6\xbb\x3e\x78\x0b\x7a\x50\x0d\x0a\xc5\x42\x25\ \x5f\xa0\x80\x4e\x7c\x02\x9e\x58\x29\x1b\x1a\x90\x8a\x00\x7f\x02\ \x40\x76\x39\xdb\xa9\x90\x00\x72\x03\x97\x8e\xe1\xe4\x83\x44\x00\ \xa0\x47\x2e\x82\x91\xa8\xe0\x17\x10\xa8\x02\x29\xcc\x4f\x55\x41\ \x37\xd0\xb5\x4d\xa5\x6c\xe1\xe1\xba\x6a\xfd\xe1\xd6\xc3\xb5\xb5\ \xad\x87\x9b\x5a\x95\x4c\x24\x05\x0c\x0b\x00\x92\x42\x01\xb7\x9b\ \xa1\x33\xb2\x9a\xaf\x80\x83\xa7\x4a\x39\x84\x20\xf9\xa5\x6b\x3b\ \x9f\x77\x4d\x0a\x98\x96\x68\x48\x0a\x6d\x6c\x80\xf8\x5c\xd8\x04\ \xef\xb3\xae\x56\xa8\x61\xcc\xaa\x1c\x1a\xbd\xc3\xa4\x1e\xb8\x69\ \x08\x05\x29\x9c\xc1\x57\x03\x91\x0a\x18\x96\x56\x79\x35\xd6\x70\ \x55\xaf\x59\x52\x8b\xf8\x02\x00\x00\x20\x00\x49\x44\x41\x54\xee\ \x44\xd5\x14\x32\x59\xb6\x57\xe2\x41\x5d\xc6\x19\x70\x45\x57\xe7\ \x3d\xc1\x11\xcd\x8a\x7e\xf8\xfe\xbd\x4f\xdf\xbc\xfd\xe9\x83\x07\ \x13\x23\xe3\xba\x89\xf1\x59\xdd\x84\xc7\x6d\xdc\x80\x49\xa0\x09\ \xbd\x3b\x1a\xf1\x15\x43\x8e\x88\x1f\x75\x06\x92\x2e\xbf\xd5\x9e\ \x8e\xe5\x5d\x31\x13\xed\x0d\xbb\xd2\xa1\x2a\x9a\xca\xb8\x4c\x26\ \xc6\xe2\x47\xf1\x30\x6a\x0e\x11\x21\x3f\x91\x28\xb0\x1e\x22\x92\ \x74\x58\x50\x87\x9d\x02\xe7\xd6\x9c\x73\xf9\x1d\x49\x97\x29\xeb\ \x35\x97\x73\xb1\x44\x1c\x01\x92\x2f\x14\x22\xac\x21\x4b\x34\x12\ \x0d\x5b\x23\x11\x4b\x22\x69\x31\xa1\x99\xa0\x37\x1e\x47\x98\x24\ \xca\x46\xa2\x74\xb3\xd7\xeb\x98\x69\xaa\xdb\x35\xdb\x99\x5e\x85\ \xc5\x10\xa6\xc2\xc6\x9d\x46\x6b\xaf\x50\xcc\x97\x31\x53\xa1\x58\ \xe0\x7c\x3e\xa6\x54\x33\xd9\x93\xb1\x0c\x4b\x9b\x4a\x5d\xd4\x9c\ \x6b\xfd\xff\xec\xbd\xfd\x6f\x1a\xe7\xda\x2e\x2a\x3e\x05\x18\x7c\ \xac\x77\x27\xaf\xc5\x7a\x97\x88\x96\x51\xd3\xae\x2e\xaa\xb6\x64\ \xb5\x6a\xd3\x26\x4a\xd4\x86\x28\xdf\xc2\x89\x7d\x5c\xcb\x99\x61\ \xbe\x07\xcb\xf3\xe1\x99\x18\x66\x18\x06\x0f\x18\x10\x30\x60\xa2\ \x60\x91\x4d\x59\x6d\x41\x74\xb3\x4f\x37\x45\x5d\x8d\xa2\xc8\x3e\ \x76\xbd\x6d\x9d\x2a\x4d\xb3\xf3\xd1\xa8\x59\x59\xa9\xd4\xbd\x9a\ \xbd\xb2\xa5\x73\xfe\x8c\xf3\x3c\x59\x7f\x42\x7e\xf5\x1d\x87\x84\ \x01\x66\x90\xa5\xb9\x74\x5d\xcf\x73\xdf\xd7\x85\x32\x7d\x13\x00\ \x9d\xc0\xf0\xda\x0a\xd9\xa0\xd5\x06\xd3\x68\xb1\x0c\x0f\x34\x58\ \xc3\x40\xe9\x62\x2a\x4f\x93\x2c\x43\xd1\x0a\x9c\x49\xd2\x44\x41\ \x28\xce\xe7\xf2\x3a\xab\x61\x2a\x92\xd5\x84\x99\xa9\xb3\x8b\x53\ \x00\xb2\xe6\x17\x2e\x24\x17\xe1\x24\x61\x5e\x4c\x4e\xaf\x2c\xad\ \xd4\x92\x95\x15\x2a\x9b\x5c\x9a\x2f\x08\x19\x84\xbe\xcb\x69\x0b\ \x4c\x7b\x73\xb0\xbb\xf9\xd3\xc5\x41\xf6\xf1\x8f\x8f\xfe\x76\xf9\ \xe8\xe8\x72\xe0\xab\x5b\x2e\x67\x60\xf9\x33\xdf\xcf\x98\x5e\x53\ \xaa\x58\xbb\xa3\x6a\x0c\x81\xca\x06\x85\xf2\xa9\x6a\xcb\xf5\xcb\ \xed\x7f\x76\x7a\x75\x1c\x1b\x90\xac\xc8\xb4\x7b\x75\x62\xc8\x71\ \xed\xcd\x07\x4f\x1f\x7e\xf9\x8f\x9b\x7f\xfb\xe4\xd0\xc9\xe3\x17\ \xaf\x1e\xbf\x7c\xf8\xe2\xa1\xfd\x07\xc6\xbc\x07\x0e\x78\x3c\xee\ \x11\x1b\xc0\x2b\x9f\x1d\x7a\x29\xc0\xdc\x54\xe8\x72\x6c\x85\xe4\ \x6a\xc4\x05\x94\x9a\xd3\x6d\xf5\x41\xc3\xbd\xa0\xcb\x0a\xc1\x01\ \xf6\x4c\xf9\x82\x76\x0b\x90\x6c\xa1\x00\x8c\x12\x84\x91\x81\x6e\ \x3b\xa0\x50\xbe\xa0\x0f\xd0\x26\x67\x34\x12\x0f\x01\x58\x5a\x4d\ \x44\x63\x09\x00\x56\xcb\xcb\xf1\x48\xc4\x1f\xb0\x78\x6c\x36\xbb\ \x77\xd4\x05\xa7\xa6\x9d\x76\x87\xeb\x45\xeb\x82\x3f\x0c\x20\x0b\ \x1a\x3f\x00\xd4\x73\x59\x2d\xd6\xa0\x0b\x90\x2b\x8b\xdd\x66\x87\ \xfe\x34\x40\x58\x46\xa3\xcb\x21\x40\xe4\xfc\xd0\x04\x19\xa0\xa2\ \x33\x10\xf0\xc1\xa5\x79\xb7\x35\x02\x50\x35\x1a\x80\x1d\xf4\x80\ \xca\x85\x63\xd1\x60\x38\xb4\x97\xfc\xbc\x57\x2f\x59\xe5\x42\x87\ \x47\x79\x2e\xb3\x52\x5c\x38\x35\x95\xce\xea\xa5\x99\xb3\xd3\x0b\ \x47\xce\x9c\x3f\xf3\xf6\x2b\x7f\x7c\xf5\x3f\xfe\xf8\xea\x3b\xc7\ \x8e\xbc\x7b\xe6\xa3\x23\xa7\xcf\x1e\x39\x31\x93\xcf\x27\xd3\x19\ \x3d\x29\xcd\x5c\x60\x54\xc4\xc4\xd9\x02\x4a\x4d\x6a\x05\x1c\x23\ \x3a\x24\xcb\xe6\xab\x64\x8b\xce\x57\x94\x4e\x97\xcc\x90\x1c\x5d\ \xef\xb6\x25\x14\x29\x33\x6d\x04\x25\x0d\x2d\xa9\xf2\x49\x49\xe5\ \x4b\x32\x96\x06\x02\x89\xc7\x68\x0c\x53\xd3\x25\x22\xa5\x19\x0c\ \x2a\xa0\x8c\x88\x50\x69\xd4\x54\x4d\x5e\xce\xe4\x94\xd3\x55\x1a\ \xa8\x40\x31\xab\x99\xfc\x6c\xb9\x48\xa7\x38\xa2\x88\xf6\xc5\x25\ \x6c\xbb\xdb\x7f\xda\x6c\xd4\xef\xf7\x69\x12\x46\x60\xb4\x85\xc6\ \x3a\x9d\x7b\x7f\x81\xdf\x5c\x6f\x0e\xb6\xdb\x8d\x16\x89\x93\x2c\ \x47\xb6\xbb\xba\xac\x95\x35\x9e\x54\x87\x7d\xa1\xdd\x50\x59\xa6\ \xd9\x94\xeb\x04\x6b\xf0\x42\x96\x50\xeb\x5d\x23\xd5\xe5\x88\x36\ \x62\x0a\x66\x97\x2c\x65\x24\xb1\xc2\xd3\x34\x43\xe1\x18\x9a\xcb\ \x95\xf1\x12\xdf\x2e\x69\x82\x58\x13\x53\x24\xdf\xd1\xd8\xec\x47\ \xd3\x93\x67\xce\xcf\x5c\x3a\x7d\x61\x72\xee\xec\xc2\x7c\x72\x6e\ \x52\x2b\x56\x57\x26\x67\x56\x8a\xb5\xd9\x12\x9b\x9f\x5b\xaa\x14\ \xb3\x52\x8a\x7f\xd2\x49\x17\x5a\xad\x4e\xb3\xf5\xf4\xf2\x2d\x19\ \xb9\xf1\xeb\xcd\x47\x5f\x7f\xed\x58\x0d\x7c\x37\x01\x58\x50\x64\ \xd5\xb6\x4e\xa2\xb4\x42\x93\xc3\x36\x95\x42\x31\x05\xe7\x30\x5d\ \xa6\xb4\x07\xa3\xf7\x77\xbe\xdc\xd8\xe0\x58\xbc\xd9\x61\x75\xaa\ \x25\x9b\x04\x0b\xe4\xe0\x97\x4f\x9f\x7e\xf3\xd3\xad\x1f\x7f\xb8\ \x7c\xf1\xf0\xa1\x4f\xbe\xfe\xe2\xca\xb9\xe3\xe3\xfb\xf6\x79\x46\ \x3c\x16\xb7\xdd\x6d\xb3\xf9\x9c\xae\x00\x1c\x04\x74\x3a\xe0\x54\ \x1e\x90\x7d\x80\xef\x38\x60\x27\x96\xcb\xee\xf2\xd8\x03\x76\x40\ \xa5\x82\x81\x48\xc8\xef\x07\x98\x15\xf6\x01\x76\x04\x9b\x1e\xec\ \xd6\x00\x78\x4b\xd8\xee\x70\x7b\xc1\x59\x7c\x70\x0a\x19\xc0\x4c\ \x62\x75\x2d\x11\x06\xa4\x27\x1e\x8d\x47\x56\x97\x13\xb1\xb5\x55\ \xd8\x0d\xe1\x1e\x03\x8a\x11\x22\xa3\xdf\x11\x09\xda\x7d\x16\x0f\ \xb4\x74\x0f\x45\xe0\x69\xac\x30\x15\xc7\xe6\x81\xad\x0c\x6e\x97\ \xc5\xe6\x70\x00\xaa\xe6\x0f\x87\x62\xa1\x70\x24\xb6\x1c\x86\x16\ \xcc\xfe\x60\x24\x1c\x71\x86\xfc\xd0\xd9\xc1\x0a\x1b\x19\x00\xfb\ \xf2\x07\x80\x20\x0d\x01\x49\x18\x09\x87\xc0\x4f\x68\x8f\x61\xed\ \xd5\x4b\x56\x95\x36\x55\x56\x27\x0b\x19\x74\x65\x32\x99\xaa\xe5\ \xab\x8b\x1f\x2c\x94\xdf\xfd\xe0\xc2\x91\x77\xff\xfc\xce\x1f\x4e\ \x3c\x2a\xbf\xf3\xfe\xfb\x6f\x1d\xb9\x70\xfe\xbd\x99\x4b\x1f\x2d\ \x96\xb2\x45\x25\xbd\x58\x53\x96\xce\x67\x39\x80\x0e\x6c\xae\xc9\ \x5d\xca\x0a\x38\xcb\x75\x79\x5c\xcf\xf0\xaa\x9c\xcf\x15\x4b\x32\ \x2f\xd4\x00\x25\x6a\x99\x52\x11\xe5\xd2\x79\x84\x44\x70\x46\x4a\ \x19\x58\x99\x96\xf1\x62\x51\x2a\xb2\x88\xc8\xa3\x38\x9f\xa7\xab\ \x62\x21\x53\x5b\x27\x44\x9d\x60\x0a\x32\x9d\xa3\xb3\x86\xcc\x93\ \xb8\x86\x56\x44\x8a\x65\x69\x9e\x49\x61\xc8\x7c\x3e\xcf\xea\x12\ \x33\x8b\xf0\x95\x4a\x6a\xb0\xbe\xbd\xb9\x33\x20\xb6\x38\xa4\xd9\ \xec\x34\xe4\x81\xd4\xb8\x8f\x0b\x67\x57\xe4\x3a\x8c\x6d\x50\x19\ \xa2\x96\xa2\xb0\x46\x63\xbd\x4d\x99\xa5\x64\x0a\x6b\x36\x9a\x03\ \xd6\xe8\xab\x5c\x4b\xae\xd7\x07\x7d\xae\xcd\xa9\x94\x31\x30\xb9\ \x0e\xdb\x6c\xe1\x5b\xcd\x8e\xc1\x75\xc8\x14\x42\x0b\x79\x94\x93\ \x71\x5d\xa2\x4b\x4a\x31\x4b\x63\x29\x1a\x65\x9b\x2c\x8a\x30\x4d\ \x53\xa9\x61\xd2\xd9\xb9\xd3\x53\xd3\xa7\x2f\x4c\x2d\xce\xcc\x7d\ \xb4\x30\xb9\x30\x39\x95\x29\xcd\xcf\xae\x4c\x67\x56\x32\x99\x1a\ \x52\x99\x29\x0b\x52\x81\x61\xd4\xa7\x9d\xaa\x32\xe0\xda\xdd\xe1\ \x93\xcb\x3f\xa8\xed\x9b\xbf\x7d\x71\xe5\xbb\x4f\x7c\x6b\x23\x3f\ \x39\xe0\x2c\x72\xec\x60\x8b\x80\xf2\x37\x3b\xc0\xb2\x28\x49\xe2\ \x75\x5c\x56\x59\x4a\xbf\x77\xe8\xe1\xdd\x1e\x7f\xb7\x29\x34\x58\ \xd2\x90\x58\x8c\x37\xfb\xdd\xed\x3b\x5f\x3e\x7e\xfa\xe5\x3f\x1f\ \x3d\xfa\xf1\xbb\x2b\x87\x26\xce\x5d\xbd\x7a\xf4\xe0\xd5\x73\xfb\ \x46\xc6\x47\x6c\x2e\x8f\xc7\x65\x71\xd8\x2d\xb0\xa3\xdc\x6f\xf3\ \x38\x02\xd1\x48\xd4\x17\x74\x79\x9c\x56\x27\x40\x23\x80\x27\x7e\ \x97\xdd\x6a\x05\x70\x14\x74\xd8\xc3\x01\x07\xec\x21\x88\x02\x89\ \xe6\xf3\xc0\x8c\x1b\xbb\x1d\xbc\x25\x1c\x74\xda\x6c\x6e\x68\x49\ \x1a\xb6\x07\x22\x31\xa0\x03\xff\xb2\x0c\x73\x54\x13\xcb\x6b\x89\ \xc4\xf5\xd5\xf8\x5f\x96\x5f\x0c\x00\x02\xe6\xe4\x71\xd9\x81\xc6\ \x74\x40\xff\x2c\xc0\xa2\xe0\xea\x95\x1f\x2e\xc0\x03\xc4\x72\xc1\ \xf1\x40\xa7\x6b\xc4\xea\x71\x7b\xdc\x91\xb0\x35\x02\xb8\xd5\xea\ \x72\x2c\x1a\x03\x78\xe4\xf7\xc1\xee\xd5\x50\x0c\x3a\xc7\xc3\xac\ \xfb\x00\xdc\x73\x0c\x44\x82\x4e\x18\x46\x11\x8d\x00\x36\x17\x00\ \x78\x66\xf5\xef\xb9\x35\xec\xd5\xcb\x55\x8d\xc2\x1b\x84\x26\x89\ \x8b\xd9\xfc\x42\x51\x13\x57\xd2\xb3\xef\x9d\x59\xfc\xf3\x99\x53\ \x67\x3f\x3a\xf3\xee\x1b\xa7\x5c\x8b\x7f\xfc\xe8\xc4\x3b\x7f\x7a\ \xfb\xd8\x91\x53\xa7\x67\x0a\x2b\x5a\x5e\xac\x65\x04\x7d\x6e\x3a\ \xc7\x20\x58\x6a\x45\x13\x90\xf9\xac\x88\x48\xdd\x6d\x3c\x83\xe8\ \x54\xa3\x2e\x26\x59\x53\xc5\xa8\xaa\x84\x73\xdd\x21\x51\xe2\xd9\ \x64\x46\x21\x49\x2d\x5b\xcc\xd4\xb3\xf3\x2c\x2e\x97\x17\xd9\x22\ \x81\x16\x31\x42\x50\x35\x20\x10\x99\x34\x95\xad\xe9\x84\x5e\x49\ \x19\xba\xa2\xd7\xcd\xa2\xa8\x67\x29\xb9\x26\x08\x1a\xa5\x31\xbc\ \x4e\xea\xe5\xbc\xc2\x16\x78\xe5\x82\xd0\x99\xaf\x1a\xeb\x5b\xdd\ \x9d\x4d\xb5\xfb\x50\xe6\xda\xd8\x70\xd8\x68\xc8\x1b\xdb\x1a\x3a\ \x93\xbe\x37\x24\x19\xe3\xbe\xaa\xe5\x2e\x55\xe5\xf5\xa1\xd1\x6b\ \xe0\x94\x96\x41\x07\x4d\xae\x23\x57\xe9\x16\x07\xb8\x18\x49\x74\ \xba\x72\x83\xef\x35\x9a\xeb\xd8\x10\x13\x49\xae\xd3\x37\x4d\x96\ \xe3\x10\x4a\xa3\x51\x54\xd6\x49\x26\x8b\x32\x79\xad\x2a\x92\x68\ \x26\x43\x73\x34\x6d\x52\x18\x41\x00\xc0\xaa\x7e\x7c\xe1\xf4\xc7\ \x73\x53\xf3\xb5\x1c\x10\x86\xd3\xa7\x56\x56\x2e\xd5\xca\x4b\x53\ \xb3\x93\x34\x93\xa9\x11\x72\x72\xa1\x96\xcd\xd4\x14\xa9\xf3\x34\ \x95\x33\x77\xd7\x6f\x0f\x36\x6f\x1c\xbf\x21\xb4\x7f\xfc\xe2\xd3\ \x73\x87\x0e\x04\x12\x07\xce\x41\xfa\x92\x48\x5c\xed\x1a\x38\x9f\ \x62\x08\x95\x13\x50\x84\x22\x1b\x3a\xae\xe2\x34\x7a\xf7\xf0\x9d\ \xe1\x03\xfa\x61\x93\x35\x10\x45\x56\x58\x84\xaf\xaf\xdf\xbe\x7d\ \x67\xfb\xe9\x37\xbf\xde\xfc\xe1\x6f\xdf\x7f\x71\xf1\xe8\xe1\x93\ \x87\x5f\x9f\x38\x79\xee\xf0\xbe\xfd\x23\x5e\x37\xa0\x3a\x0e\x97\ \xd3\x0a\xb7\x09\x83\x40\x94\xf9\xfd\x91\x10\x28\xbb\xcd\x69\x71\ \x84\x7d\x2e\x1f\x1c\xf1\x0b\x79\x7c\x56\x8b\x17\xfa\xf7\xd9\x5d\ \x0e\x00\x1d\xe1\x40\xc8\xef\x1c\xf1\x38\xfd\x61\xab\xd5\x01\xc8\ \x59\xd0\x3d\xe2\x0a\x84\x9c\x80\xec\xf8\x23\xb1\xc4\xf5\xbf\xc4\ \xd7\xe0\x7a\xfc\xea\xf2\x72\x2c\x18\x01\x9a\x70\xed\xfa\xea\x72\ \x38\xe4\x1b\x19\x73\x5b\x00\x32\xba\x82\x7e\x97\x2b\x00\x14\xad\ \xcf\x1e\xb6\x02\x06\x67\x77\xbb\x5d\xd0\x2a\x19\x88\x4b\x8f\xd5\ \xe3\x19\x05\x10\xe8\xf3\x05\xa2\xf1\xcf\xaf\xc7\x63\x89\x28\x34\ \x63\xf0\x01\xd4\x8c\x00\xfd\x19\x7c\x91\x65\xef\xb7\xfa\x02\x00\ \xea\x82\x40\x06\x5a\x81\x02\x8d\xc5\xe0\x4b\x81\x30\x10\x85\x7b\ \x0c\x6b\xaf\x5e\xae\x66\x11\x83\xc4\x75\xd5\x2c\xcb\xf9\xa9\x6c\ \xb1\x5c\x2c\x95\x8f\x4c\xcf\xbc\x73\xec\xcc\xd9\x53\xa7\xdf\x7d\ \xe7\xd5\x37\x7f\xf7\xce\x47\xc7\x3e\x7e\xe3\xa3\x23\x47\x4e\x1f\ \x3b\x9d\xad\xa6\x8b\x19\x39\xab\xd0\x73\x45\xb6\x9c\x12\x2a\x49\ \x89\x49\x2f\x60\x32\xc2\x77\x36\x4c\x05\x29\xcf\x09\xbc\x22\x02\ \x61\x88\xd6\x6a\x14\xc9\xb5\x5b\xb5\x9c\x4a\x94\xf3\x02\x23\x95\ \x52\x35\x8d\x44\x93\x94\x81\x54\x35\x2c\xa3\xb2\x69\xa2\x4b\xd7\ \x11\x01\xd5\xab\x39\x3d\xab\x90\xa5\xc2\x92\x60\xa0\x19\xb5\x43\ \x2c\xe6\xf4\x22\xc5\x6a\x98\x9e\x45\x45\xb9\x25\xb0\xd2\xbc\x22\ \x15\x6b\x48\x3e\xad\x6b\xe5\x1a\xb2\x33\xdc\x6c\x77\xb8\xfa\xed\ \x3a\xab\xf2\xbd\xde\x26\xd1\xb8\xd7\x48\x91\x05\x7a\x87\x6b\xa8\ \x9d\x0d\x84\x49\x56\x94\x6e\xbb\xae\xde\xe9\x6a\x6a\x93\xc7\x87\ \x4d\xb5\x6f\xe0\x80\x28\xf1\x2c\x66\x36\x77\x65\xb6\xd7\xee\x36\ \xef\xd6\x1b\x26\x45\xd7\xdb\x2d\xbe\xa3\x12\x9b\xaa\xa4\xa7\x75\ \x82\x68\x50\x0d\x82\x97\x44\x54\x4b\x0a\xa9\xac\x86\x92\x19\xa6\ \x89\x88\x19\x14\x2d\xd1\x78\xf9\xf4\x89\xd3\xe7\x2f\xcc\x00\xc0\ \xaa\x4c\x9e\xbf\x70\x76\xb1\x98\xac\xcd\x9e\x9d\x4b\x96\xb2\xda\ \x4c\xa5\xce\x6a\xb3\x05\x29\x83\x32\xfa\x83\xa7\xd5\x22\xd6\xd9\ \xf8\xf2\xde\xdd\x1f\xae\xdc\x63\x9f\x7c\xfd\xfd\x8f\x8f\xae\x4e\ \xac\x7e\x7e\xee\x6a\x30\x92\x58\xfb\x3c\xf1\xdc\xc0\x50\x8c\x91\ \x89\xba\x4a\x49\xac\x80\x20\xa8\x89\xd6\x49\xf2\xee\xd7\x77\xfb\ \xb7\xf1\xfb\x75\x95\x97\x31\x1e\x4d\xd3\x83\xbb\x9d\xfb\xf7\xee\ \x3e\x7d\xfa\xd7\xbf\xff\xf8\xd3\xad\xab\x57\x4f\x1e\x7c\xfd\xf8\ \xc4\xfe\x7d\x27\x3f\x39\x77\x60\xdc\xe2\xb0\xc1\xe8\x2d\xa7\xc5\ \x0d\xd3\x1e\x7c\x01\xd8\xae\x1e\x0d\x00\x39\x16\x02\x82\xcd\x02\ \xb7\xee\x82\xb0\x9f\xd3\x6d\x75\xd9\x1c\x2f\x2c\x92\x7d\x01\x40\ \x6a\x9c\xfe\xa8\x15\x48\x40\x3f\xf4\x94\x81\xed\x52\x56\x80\x6b\ \x91\x88\x0f\xa8\x54\xc0\xa8\xfe\xcb\x7f\xfb\x2f\x6b\x51\xbf\x0f\ \x0e\x3f\x03\x61\x08\x5b\x3e\xd7\xae\xc7\x13\x80\x10\x7a\x6c\x0e\ \xbb\x6d\xc4\x0d\x60\x0a\xd0\x34\x57\x18\xda\xf4\x41\x43\x3f\xa7\ \xcf\xea\x80\xc3\xd0\x30\x38\xd5\x62\xf1\x58\x82\x41\x40\xc0\x82\ \x71\x00\x44\x11\x00\x80\x00\xa3\x02\x2f\xe6\x7e\x02\x00\xb0\x7c\ \x76\x00\x56\x30\x17\x03\xd0\x32\x80\xa3\x01\xb8\x34\x16\x0e\xf8\ \x60\xc6\x57\x30\xea\xdb\x93\x84\x7b\xf5\x92\x75\x2a\x4f\x9b\x8c\ \xc6\xb2\x49\x25\x37\xb5\x22\xe5\xf3\x9a\x76\xfe\xec\x05\xe8\xfd\ \x74\xea\xc3\x37\x5e\x79\xed\xbd\x37\xde\x3b\xf3\xde\xb1\xf7\xce\ \x9e\x3a\x36\x39\x7b\x24\x63\x08\x28\x8b\x53\xa6\x3a\x9b\x32\x17\ \xe7\xb5\x45\x8d\x11\x6a\x53\x26\x06\x18\xc3\x10\x13\x88\xf2\x0a\ \xa6\x2b\x04\x5f\x65\x68\x21\x2b\x10\x1c\x4e\x94\x58\x12\x59\xaa\ \xc8\x85\x45\x96\x55\xb8\x9e\x52\xa4\x71\x1d\x50\x19\x71\x83\xc8\ \xe2\xa6\x41\x6a\xbc\x94\x4a\x49\x14\xc1\x18\x98\x92\xa9\x52\x52\ \x89\x60\xb5\x42\xba\x38\x29\x6a\x0a\x42\x31\x14\x55\xd0\x4b\x32\ \x95\x29\xad\xe4\x4a\x59\xa4\xa8\x97\x2a\x69\x63\xb7\xd7\x1f\xec\ \x34\x87\x9b\x75\x81\x6c\x3c\x18\xf0\x18\xfb\x78\xb3\x80\xb2\x9d\ \x8d\xf6\x36\xd6\xd9\xc1\xd5\x7c\x45\x68\x6d\x99\xeb\x3d\x4a\x90\ \xb1\x76\x77\x43\xe5\x1f\x34\x50\x11\x47\x49\x96\x67\xc8\x75\x1c\ \x6f\x75\x37\x3b\x03\xc2\x94\x69\xaa\xd1\xe9\x1b\x00\xcc\xba\x0d\ \x29\x25\xe4\x4d\xc0\xfb\xba\x2a\x53\x2a\xe9\xf9\x64\x3a\x27\x69\ \x55\x4d\xcb\x33\x4c\x51\xa0\xa9\x2c\xae\x2e\x9d\x5d\x9a\x9f\x9c\ \x9b\x5a\x59\x9a\x9d\x5b\x5a\x2a\xcf\x2e\x4e\x66\x32\xd5\xd3\x97\ \xaa\xb9\x5c\xbe\x52\x68\x4a\x39\x91\xe3\x69\x0e\x49\x3d\xbc\x57\ \x92\x8c\xad\xe1\xfd\x6f\x7a\x8f\x6e\x75\xe4\x5f\x6f\x7d\x71\xf5\ \xf2\xe5\xf1\xd5\xe5\x4f\xcf\x05\x56\x63\xab\xd7\x03\x3f\x9b\x00\ \xae\x24\x84\x31\x39\x12\xe5\x51\xde\x64\x09\x8e\x60\x5a\x37\xae\ \xdd\xdd\xf9\xa5\xb3\x55\x47\x71\x95\x24\x19\xa6\xbd\x7b\x77\xfd\ \xe1\x2f\xcf\x9e\x3c\xbb\xf1\xf7\x1f\x2f\x5f\xbb\x72\xf0\xe0\xc4\ \xa1\xa3\xaf\x1f\xda\x37\x71\xf4\xdc\xbe\x09\x9b\xdb\xe1\x06\x14\ \xc7\xe2\x80\x46\x0b\x0e\xd8\xfc\xe9\xf3\xc1\x9b\xdf\xef\x77\xb8\ \xac\xc1\xb0\xc3\xed\x06\x20\x66\x77\x02\x10\x81\x3b\x7b\x76\x7f\ \x00\x40\x51\x28\x00\x77\xe7\xec\x6e\xab\x33\xec\xb0\x01\xa8\xb1\ \x03\xc4\x0b\x5a\x81\x4a\xf4\x47\xe2\x89\xb5\xbf\xfc\xe5\xf3\x44\ \x24\x0a\xe4\x1b\x20\x80\x80\xf5\x00\x81\x08\x7b\xa8\x96\x43\x61\ \xbf\xc7\xe2\x72\x7b\xbd\x6e\x97\xcf\x35\xe2\x72\x82\xd3\xbb\xe0\ \x00\x73\x00\x08\x4d\x07\x74\xc7\x72\xf9\x2c\x36\xb7\x1b\x6e\x4a\ \xda\x61\xa6\x58\x30\x0a\x33\xa4\xfd\x10\x1e\x63\xe1\x00\xec\xa9\ \x0f\x43\xfb\x53\x7b\xc0\x0f\x84\xa0\x0f\x3c\x0f\x06\xa1\xe1\x0c\ \xa0\x78\x61\xd8\xe4\x05\xa7\xb1\xf7\x0c\xfc\xf6\xea\x65\x01\xab\ \xc9\x77\x74\x9d\xa3\xf3\x99\x62\x25\x2b\x2a\xb5\xf4\xd4\x85\xd3\ \x73\xe7\xcf\x4e\x4d\xbe\xf5\xf1\xb1\x3f\xbd\xd1\x2f\xbc\x7f\xfe\ \xd4\x3b\x1f\x7f\x7c\xec\xec\xa5\x95\x49\x66\x6b\x88\xf3\x1d\x1a\ \xc5\xcb\x79\x96\xca\x88\x85\x5a\x41\x9b\x9f\x92\xb2\x4d\x8a\xdb\ \x44\x34\x33\x4d\x73\x98\xc2\xa0\x94\x4a\x2a\x1a\x4f\xb4\x38\x5d\ \xc5\x64\x61\xbe\x9c\xca\xe7\x31\x52\x21\xcd\x95\x24\x89\xb2\x12\ \xc1\xd0\xaa\x41\xcb\x18\x56\xab\xe2\x4a\x56\xc9\x6b\x0c\x8b\x23\ \x4a\xb5\xaa\x17\x8a\x0d\x55\xe2\xf3\xa9\x72\x46\x2a\x22\x66\x9d\ \xeb\x23\x19\x7d\xc8\xad\x24\xcb\xa2\xda\xd0\x4a\xfa\xca\xec\x82\ \xf1\x70\xa3\x61\xf4\xc9\x8d\x0e\xcb\x1b\xdd\x41\xbf\x4f\x51\x9b\ \x2d\x81\x40\xf1\x41\x83\xa2\xfa\xeb\x29\xa9\x9a\x67\x1a\x66\xa3\ \xd9\xd6\xd1\x96\xbc\xb1\xb1\xc1\xa7\x06\x32\x8d\x64\x69\xc4\x34\ \x25\x6e\x00\xde\xd2\x69\x6d\xb5\x70\x7e\x8b\x95\xd5\x66\xdd\x30\ \x08\x8a\xc4\x4a\x79\x51\x44\x79\xd6\x94\x65\x21\x93\xc9\xcd\x2d\ \x12\x18\xba\x52\x55\x18\x41\xe1\x11\x94\xa6\xf2\x05\x65\xe6\xfc\ \xc2\xca\xc2\xec\xd4\x54\x79\xe5\xc2\xc2\x62\x75\x71\xe5\xf4\x7c\ \x21\x79\x66\x36\x93\x01\xb0\x9e\xe3\x4a\x33\x1a\x4a\xb0\x28\xc5\ \xfe\xdc\x2f\xa4\xda\xb7\x01\xe2\x0c\xbe\xfe\xcd\x94\x6f\x7c\xff\ \xfd\xf1\xe3\x57\x7c\x89\xe0\xad\x91\x50\x34\xbe\xfc\x17\xdb\x2e\ \x8e\x90\xac\x22\x60\xb8\x8c\xaa\x1d\x41\xe5\x71\x06\x27\x98\xf5\ \xbb\x57\x1f\x3f\x7e\xda\x59\xe7\xc8\x3a\x42\x8a\xc8\xfa\x97\x77\ \xb7\xb7\xee\x7f\xfb\xcb\xe3\x1b\x8f\xbe\xfb\xe2\xe2\xf1\xa3\x13\ \xa3\x13\xfb\x27\x8e\x1e\xda\x77\xfc\xd0\x84\xc7\xeb\xb1\xd9\xc3\ \x4e\x00\x3b\x30\x5c\x0b\xe8\x2d\x9b\x2b\xe0\xf3\x3b\xfd\x41\xd8\ \x66\x05\x65\x9a\xd5\xe3\x72\xc3\x9e\x85\x7f\x2d\x8c\x5b\xc3\x30\ \x38\x1e\xe2\x05\x80\x12\x9f\x0d\xe8\x32\xc7\x88\x07\x60\x90\xc5\ \x1d\xf4\xc3\x6d\x45\x20\x52\xd7\xd6\x3e\x4b\x84\x82\x89\xcf\x96\ \xe1\x02\x7d\x2c\xe8\x0b\x84\x00\x60\x2d\xc7\x57\x13\xb1\x88\xcf\ \x62\x75\x59\xbc\xe3\xd0\x7d\x0f\x7a\xf2\x39\xac\x21\xbf\x05\xa2\ \x94\x13\x80\x94\xcf\xed\xb0\xb9\xed\x36\x8f\x0b\x66\xe0\xd8\x83\ \xd0\x3a\x30\x12\x89\xc4\xac\x01\xd8\xcb\x1e\x86\xb3\x37\xe0\x4c\ \xe1\x17\xcb\x5d\x6e\x20\x09\x83\xce\x80\x35\x10\x0d\x46\x01\x13\ \x0b\x40\x33\x2c\x00\x6e\x21\x7f\x34\x1a\xdd\xbb\xe3\xf6\xea\xa5\ \x6a\x06\x37\x9b\x08\x0b\x34\x51\x76\xea\x52\xb6\x5a\xa9\xcd\xce\ \x9d\x99\x4e\xbf\x37\x97\xfe\xe0\xcf\xef\x7d\x78\xec\x4d\xe3\xc2\ \x91\xf3\x27\x8e\x1c\x79\xe3\xd4\xe9\xc9\xd9\xb9\x7c\xa7\x85\xb3\ \x58\x96\xc2\xa7\xe6\x99\x3a\x95\xd3\x67\x96\xf4\xca\x8c\x22\x72\ \x6a\xdb\xa4\x78\x44\x63\x18\x36\x57\xe4\x58\x8c\xc9\xe4\x69\xca\ \x20\x31\x01\xef\x52\xe9\x95\x4a\xb5\x26\xe8\x22\xdf\x5c\x49\x23\ \x04\x55\x63\x51\x84\x33\x50\x43\xe5\x75\x46\x2c\x53\xd2\x22\xe0\ \x59\x05\x41\xcb\xb3\xb4\x98\xa6\x00\x82\xe5\x57\xaa\xa2\x58\x35\ \x38\xb5\x51\x37\x8b\x54\x93\xc9\x6b\x3a\xd3\x20\x2b\x8b\x52\x7a\ \x2a\x7b\x6f\x9b\xdb\xea\x72\xc2\xd6\x0e\x89\xb5\xb9\xc1\x7a\x87\ \x6c\xf7\x4d\x6c\x9d\x6b\xb6\xba\x5c\x77\xa7\xa9\xa0\x25\x81\x6b\ \x37\xf8\x1e\x8f\xb4\x5a\xb0\xc1\x41\x53\x00\xc9\x33\x0d\xb9\xb1\ \xa1\x16\xda\x75\xa1\x6e\xf4\xfa\xdd\x06\x6b\xdc\x96\x08\x9e\x68\ \xf2\x1c\x89\xc9\x72\x25\x9d\x61\xf2\x3c\x4e\x62\x88\xa8\x15\x57\ \xaa\x39\x41\xa7\xf3\x69\x29\xc5\xe8\x82\x44\xd0\xd9\xbc\x92\x9a\ \x9e\x5f\x5a\x9c\x99\xba\xb0\xb4\x94\x4a\x4e\x26\x0b\xe9\xa5\xf9\ \x5c\x72\xfa\xd2\x52\xb9\x96\x29\x65\x10\xa3\x5a\xce\x94\x50\x89\ \x10\xda\x8f\x91\x54\x66\xf0\xed\xe6\xed\x8d\xdd\x03\x8f\x70\xf9\ \x6f\x3f\xfc\x70\xf5\x93\xcb\xc1\x65\xdf\xa7\xa3\xa1\x30\xe0\x2d\ \xaf\xf7\x09\x02\x91\x10\x81\x55\x68\xd4\xe4\x19\x20\x0b\x19\x9c\ \xed\x3c\x7a\xf2\xe9\xbd\x7f\xfc\xd2\xdf\x6c\xe0\x1d\x86\x41\xbb\ \xf7\x6f\x6f\x3d\xb8\x7f\xfb\xc9\xb3\xaf\x1e\x7d\xf5\xf5\x27\x5f\ \x5c\x3c\x79\x71\xff\xfe\x03\x87\x2e\x03\x86\x75\xe0\x90\xd7\x6d\ \xf3\x5a\x60\x68\x2a\xa0\x48\x0e\x57\xd8\xe7\x70\xbb\x82\x4e\x7f\ \xc4\x61\xf3\x07\xac\x16\x07\xb4\xd6\x7b\x11\x11\x0f\x67\x00\xad\ \x70\x77\xd0\x01\x88\x58\xd8\xea\xf3\x87\x03\xf6\x90\xd5\xe3\x05\ \x52\x71\xbf\xcd\xe3\x85\x61\xaa\xd0\xe4\x25\x12\x5b\xfb\xfc\xb3\ \xcf\x62\x41\x00\x52\x6b\x09\x00\x21\xd0\xd5\x3d\x14\x59\x5e\xbd\ \xfe\x79\x0c\x8a\x43\x3f\x00\x3f\x97\xcd\x03\x9b\x53\x01\xb7\xf2\ \x43\x5e\x66\x77\x5a\xdd\xa3\x0e\xb7\xc3\xe5\x72\x5a\x46\x6c\xae\ \x90\x0f\xda\x24\x5b\x03\x01\x37\x50\x7e\x70\xe7\x2f\x18\x02\x27\ \x80\x73\xd7\x70\xf7\x31\x18\x70\xc3\xcc\x68\x27\x6c\xc4\x0f\xbe\ \xc8\x5b\x0d\xc3\xce\x86\x90\x2f\x0c\xb7\x2e\xa3\x80\x17\xee\x31\ \xac\xbd\x7a\xb9\x9a\x47\x38\x19\xc7\x32\xfa\x7c\x76\x76\x4e\x29\ \xaf\x64\x17\xce\x4f\x4f\x9d\xf8\xe8\xc2\x85\xf7\xdf\x7c\xeb\xcd\ \x77\xc4\x5b\xa7\xdf\xbd\x74\xea\xcc\x89\x53\xe7\x4f\x9c\x9d\xbb\ \x54\x35\x51\xc1\x94\x14\x83\x38\x8f\x02\x3a\x44\x64\x2f\x14\xe5\ \x54\xb2\x94\x05\x37\x6f\xbb\x67\x72\x5a\x81\x46\x2a\x4b\xb8\x42\ \x72\xba\x82\x34\x36\xea\xa8\x64\x6c\xa0\x49\x5e\x2a\x96\x6b\x74\ \x8a\xed\xa6\x16\x35\x56\x57\x68\x5d\x63\x95\x8c\x3c\xe8\xd4\xf1\ \xf9\x62\x43\x58\x49\x69\x08\xaa\x25\xcb\x2c\x59\x10\x85\x5c\x46\ \x2f\x2e\x4a\x29\xad\xc2\x35\x30\xda\x40\xf3\x3a\x49\x65\x4c\x96\ \x31\xf1\xe4\x6c\x75\x76\x9e\xb9\xd7\xef\xf4\x55\x1e\xdd\xe8\x2a\ \x64\x63\x38\xdc\xe8\x23\xf5\xed\x3a\x7b\x47\xae\xdf\xe5\xc8\xd6\ \x6d\x03\xeb\x50\xba\xdc\xc7\xd5\xa1\x0a\x18\x93\xd1\xc2\x0d\x91\ \x18\x20\x42\x93\xaf\xf3\x3c\x9e\xda\x51\xf1\x5e\xb3\xdd\xec\xf3\ \x66\x63\x20\xa3\x66\x67\x68\xaa\x18\xcf\x09\xf3\x15\x49\xca\x90\ \x72\xa3\xa5\x6a\x69\x51\xcb\x64\x52\x4c\x6d\xa5\x0a\x70\xcb\x64\ \x08\xb5\xc1\x64\x6a\xc9\xe4\xf9\xe9\x99\xe9\xb9\x0b\x4b\xf3\x0b\ \x93\x17\x16\x6b\xe9\xe4\x2c\x5b\x99\x9a\x2e\x2e\x15\xb4\xec\x0a\ \x8e\x9d\x4d\x6b\x0c\x20\x4f\x68\xe7\x29\x96\x27\x86\x4f\xef\xdc\ \x5f\x7f\x72\xfc\xb9\xf2\xe0\xbb\xef\x3e\xfd\xe4\xd3\x93\x91\xc8\ \xe1\xaf\x6d\x40\x7d\xad\x2e\x1f\x06\xdf\xb6\x29\x30\x59\x8a\xd5\ \x25\x59\xa3\xb3\x05\x00\xe9\x2b\xb7\xc2\xbf\x7e\x7d\xf7\xde\x03\ \xf3\x4e\x87\x6f\xcb\xf2\xc6\xbd\xed\xf5\xdd\x07\x77\x9f\x7c\xf5\ \xb7\xaf\x6e\x5d\xbd\x76\xf1\xca\xb5\xcb\x87\xc7\x46\xbd\x13\x47\ \xf7\x8f\x8d\x8f\xee\xb3\xb8\x5c\x8e\x11\xe8\xaa\xee\x0e\xf8\x46\ \x5c\x30\xfd\xcf\x09\xb7\xf0\x2c\x00\x30\xec\x36\x38\xd1\xe7\x87\ \xa3\xc9\xf6\x40\xc0\xe1\x0c\xba\x5e\xb4\x5b\xc1\xd5\x23\x47\x20\ \x62\xb7\x86\x9c\x23\x56\x87\xdd\x32\xea\x71\xb8\x9c\x7e\x97\x1f\ \x70\xa1\xd8\xea\xea\x67\xd7\x13\xf1\x48\x2c\x16\x8d\xc4\x63\xfe\ \x60\x6c\x35\x12\x8d\xc4\x82\x89\xe5\xcf\xd7\x22\xd1\x50\x38\xe2\ \xb7\x00\xc5\x67\x73\xbf\x88\xc1\x71\x03\xfe\x66\x77\x43\x52\x67\ \x1b\x77\x78\xbc\x2e\x97\x6f\x64\xdc\x65\x8f\x01\x9a\x17\x82\xee\ \x80\xf0\xca\x80\x65\x41\xd0\x0b\x46\x82\x90\xbe\xf9\x00\xc5\x82\ \x8d\x1c\xe1\xd0\x8b\xa6\x8a\x08\xc0\x27\x27\xdc\x03\x88\x05\x02\ \x21\x70\xf6\x50\x22\x12\x8e\x84\xf6\x18\xd6\x5e\xbd\x64\x5b\x03\ \xde\xaa\xa3\xa8\x52\x9e\xae\x55\x97\xaa\xf3\x2b\x53\x85\x13\xd3\ \x8b\x67\x8e\x7c\x7c\xe6\xbd\x53\x6f\xbe\xf2\x07\xdd\xf3\xde\xdb\ \xd3\x2f\x00\x6b\x6a\x69\x72\x46\x44\x14\x1d\xa3\x25\xb1\x50\x56\ \x04\x4a\x4a\x29\xd5\x3c\xb2\xb2\x28\xe3\x12\x42\xe3\xa8\x48\x67\ \x25\x36\x93\xd1\x74\x45\x17\xc5\x5a\x4a\xe5\x78\x1c\x47\x07\x9c\ \x46\x60\xac\x98\x11\xf3\x44\x77\x25\x2d\xb1\x12\x5b\xca\x66\x37\ \x4a\x49\xae\x8d\xf1\x44\x92\x51\xc9\x69\x1a\x6f\xa3\x2b\xb9\x3c\ \xce\xe4\x4a\x04\xa5\x68\x5a\x1e\x6d\x31\x55\x42\x92\x85\x46\xa9\ \x80\xb4\xc4\x0c\xa9\x64\x11\x3d\x59\xad\x4c\xcf\x8b\xc6\x60\x77\ \xb3\xc1\xf5\x9e\xf6\x08\xb4\xd9\x69\xdc\xee\x89\xeb\x5b\x58\x6a\ \x6b\xd0\xd9\x34\x39\x7e\x28\xcb\x9b\x08\x85\xf3\x75\x73\xb3\x85\ \x01\xc2\x88\x30\x4d\x8c\xda\x64\x4a\x14\xc2\xa9\x2a\x22\xdf\x56\ \x45\x16\x51\x49\xb9\x65\x76\x7b\x88\x61\x34\x65\xda\x34\xba\x1b\ \x54\x4d\x17\x10\x8e\x25\xb0\x86\x24\x16\x45\x31\x97\x2c\x66\xcb\ \xe5\x74\xa5\xa2\x90\x75\xca\x34\x4a\x0c\x35\x99\x9c\x5b\x9a\x9e\ \x5a\x9a\x59\x48\x55\x66\xa6\x2a\xf3\xe5\x7c\xb5\x50\x58\x98\xd5\ \x8a\x85\xbc\x5e\x18\x30\xc5\x22\xcd\x60\x12\x41\xed\xfc\x03\x57\ \xcc\xe1\xed\xfa\xfa\xc6\xcd\x6b\x0f\xa4\x27\x3f\x7c\x77\xe5\xd0\ \xf1\xd1\x78\xec\xe4\x27\xd6\x70\x3c\x11\x0d\xfd\x84\x34\xbf\xdc\ \x4e\xa5\x28\x4d\xc7\x25\x4e\x58\x29\x52\x0a\xcd\x6b\xde\xff\xf6\ \xfc\xbb\xc7\x0f\x77\xb9\x6e\x1b\x31\xfb\xdd\xe1\xfd\x3b\xbb\x9b\ \x5f\x3e\xbf\xf9\xcd\xdf\x1e\x1d\xbf\x7c\xf5\xda\xd1\x83\xaf\x03\ \x86\x35\x3a\x32\xbe\x7f\x7c\xdf\x28\x04\x10\x20\xf9\xec\x7e\xab\ \x03\x80\x95\x7b\xc4\x6b\xf1\xbb\x9d\xbe\xb0\xdd\xe5\x84\x76\x57\ \xae\x00\x20\x5f\xa3\x6e\xbb\xdb\xe9\x80\x8e\xc5\x36\x00\x30\xd6\ \x40\xc4\xe9\x74\x01\x72\x03\x58\x90\x6b\xdc\x05\xf4\xa4\xc5\x12\ \xb4\xc2\x66\xd3\x50\x68\xf9\xf3\xcf\x97\xe3\x11\x80\x29\x89\x17\ \xcd\x08\x7e\x7b\x18\x3a\xcb\x2c\x2f\xaf\xae\x7d\xb6\x1a\x8b\x44\ \xc1\x19\x5d\xd0\xd3\xdd\x05\x9d\xd8\xed\x36\x8b\xd7\x66\xb7\x5b\ \x61\x0c\x85\xcd\xe1\xb0\xb8\x6d\x0e\x0f\x6c\x64\x87\xe1\x3b\xb1\ \x90\xdf\x1a\x84\x93\xd6\xb0\xc5\x2a\x14\x82\x6d\xa3\x11\x7f\x08\ \x26\x53\x04\x60\x47\x05\x00\x2a\xd8\x67\x1f\x08\x07\x82\xb1\x20\ \x9c\xc5\x86\xb1\x89\xfe\x68\xc4\x1f\x4e\xec\x8d\xe6\xec\xd5\xcb\ \x02\x96\xdc\x6f\x21\x0c\xca\x64\xd0\x95\x4b\xb5\x85\x72\x39\x7f\ \xf6\xf4\xe4\xe9\x23\x67\x3f\x78\xfb\xa3\x37\x5f\xf9\xd3\x1f\x3f\ \xfc\xb7\x77\x16\x26\x8f\x9c\x3f\x7f\xe6\xc2\xf4\xcc\x3c\xa2\xd6\ \x84\xba\x54\x2c\x29\x35\x59\xa0\x85\x85\xda\x52\x91\xce\x54\x0d\ \x83\x6b\x62\x32\x9a\x41\x04\x41\x94\x30\x31\x27\x1a\x7a\x45\x33\ \x64\x46\x50\x0a\xed\x21\x99\x4e\xe3\x1d\x56\xa2\x8b\xf5\xd6\x62\ \x29\x6b\xd0\x68\x49\xd1\x3b\x9a\xd8\xe0\x44\x24\x9b\x31\xdb\x52\ \x59\x21\xb0\x5a\x05\x26\xd7\xcf\xe4\x11\xb2\xd4\xa0\x8b\xd9\xfb\ \xcc\x62\x89\x57\x78\xbc\x5c\x63\xc8\xb4\x98\xaf\x65\x75\x51\x53\ \xf4\xf4\x14\x3f\xd8\xdc\xb8\x77\x1b\x41\xee\x99\xa8\x09\xc4\x5f\ \x8f\xd7\x8c\x4d\x8c\xdf\xdd\x69\xb4\x5b\x5b\x9b\x75\x12\xb9\xd3\ \x67\x9b\x2a\xcd\xf6\x00\x5d\x34\x48\xd4\x44\x08\xb3\x05\x44\x18\ \x4b\xca\x44\x4a\xed\xa3\xb8\xda\x21\xd6\xd7\x39\xa3\x2d\xb1\x3d\ \x1c\x50\xb2\x46\xa7\xdf\x26\x0a\x05\xb9\x2b\xf3\x46\x9d\x63\x72\ \xb5\x72\x3e\x95\x56\xa4\x42\x65\xa9\xa8\x28\x7d\x93\xe5\xd8\x42\ \x9e\x49\xce\xa7\x17\x56\x96\xce\xa7\x93\xe9\xb9\x99\x99\xe2\x62\ \x2e\x95\x97\xa4\x95\xe9\xa2\x88\x66\xb3\xc8\x50\x4a\x27\x35\x81\ \x24\xea\xe4\xb7\x0f\xf5\xec\xe6\xee\xee\x70\xa3\xf9\xe8\xe2\xae\ \x7a\xf3\xbb\xef\x3f\x39\x77\x71\xe4\x2f\x6b\x9f\x1e\x80\x16\x7a\ \xab\xd1\x5f\x28\xf3\xe9\x63\xbe\xa4\x27\x19\xbe\x49\x2b\xf9\x2c\ \x4a\xc8\xb8\xbc\xf6\xdf\x6f\x7c\xfa\xe5\xd6\x3d\x6e\xb7\x47\xb4\ \x87\x1b\xc3\xdd\xc1\x9d\x5f\x9e\xdf\xb8\xf1\xc3\xf7\x9f\x5e\xbe\ \x7a\xeb\xca\xc5\x7d\xfb\x0f\x8e\x4c\x1c\xf2\xee\x3b\x38\x36\x32\ \x3a\x6a\x77\xba\x5d\x56\x17\x74\x38\x76\xb9\x2d\x61\x87\x1b\x86\ \x6b\x85\x81\xe6\x73\x38\xa0\xa1\xb1\xc5\x61\x75\x8e\x7b\xec\x7e\ \xa7\x3d\xe8\x73\xc3\xed\x42\xb7\xdb\x1f\x76\x38\x60\x92\xa0\x03\ \xbc\x6c\x9b\xd8\x37\x62\x81\x6e\xa4\xbe\x70\x34\x12\x49\x5c\xff\ \xcb\xf5\xeb\x89\x70\x38\x16\x8f\xc7\x23\x90\xf5\x04\x22\xcb\xf1\ \xe5\xeb\x09\x80\x58\xcb\xab\x09\x20\x0f\xe3\x61\xcb\xa8\x0d\xa0\ \x93\xd3\x0f\xb8\x91\xdd\x0a\xc8\x9c\x1b\x80\x1f\x90\x83\x36\xb7\ \xc5\x03\xb4\x66\x08\x30\x28\x3b\x20\x50\x11\x9f\x15\x28\x4e\xbf\ \x35\x14\xf6\x03\x84\x82\xce\xcc\x50\x07\xfa\xfc\xb0\xf5\x1d\xda\ \xd9\x80\xa3\x7e\x20\x02\x43\xa1\x48\x30\x90\x08\x86\xe3\x61\x67\ \x20\x10\x03\x62\xd2\x1a\x89\xec\xb9\x35\xec\xd5\xcb\x55\x59\x24\ \x9b\x2a\x25\x64\xa8\xcd\xe4\x94\xa2\xe5\x8a\xc5\xe9\x53\x27\x4e\ \x1d\x39\xf1\xf1\xdb\xef\xbc\xf5\xbb\x57\x7f\xff\xda\x9f\x4e\xcf\ \x5f\x38\x76\xec\xd2\xe4\xf4\xc2\xe2\x22\x83\xb3\x2c\x51\xc8\xb3\ \x54\x4d\x55\x69\x5d\x2c\xe7\x33\x42\x51\xa9\x23\x46\xc3\xec\xcb\ \x06\xc6\xf2\x4c\xd1\x4c\xcf\xe4\x51\x61\xbe\x40\x70\x35\x45\x2b\ \x75\x36\x4b\x79\x5d\x36\x49\x94\x4e\xd5\x7b\xd5\x95\x14\x2f\xd3\ \x22\xab\xa8\x55\x05\x43\xb3\x94\x59\xc2\x4d\xad\x9c\x91\x98\x52\ \x8a\x27\xd1\x7a\x92\x95\x59\x92\xcc\x2e\x11\x3d\xa1\x2c\xa8\x25\ \x96\xc9\x32\x0d\x24\x5b\xaa\x55\x25\x81\xb9\x50\x95\x17\xa7\xb9\ \xf5\xf5\xe1\xd3\x4d\xba\x7e\x8f\x27\xeb\xcd\xd6\xd3\x7b\x43\xd1\ \x68\x6b\x8d\xc1\xd0\x30\xea\xbd\xf5\x81\x0c\xa0\x47\xee\xf5\x49\ \x63\x57\x15\x36\x5b\x04\xd5\x20\xb2\xa6\x4a\xad\x77\x95\x7e\xa7\ \xae\xcb\x2d\x9a\x57\x31\x03\xd0\x19\x4e\x25\x81\x1a\xec\x36\xeb\ \x26\x36\x90\xf1\x14\xd5\x6d\x36\xe5\x4e\x13\x63\x0a\xb5\x52\xa5\ \x3c\x9b\x13\x84\x6c\x21\x25\xf2\x2d\x1a\xef\xd1\xf9\x14\x5a\x3e\ \x75\xba\xb6\x32\xbf\x34\x95\x4b\xce\x4d\xcf\x2b\xb9\x42\xa1\xa6\ \x2d\x4e\x25\xb3\x94\x96\x97\xb0\x4d\x69\x2e\x87\x50\x94\x6c\xb4\ \x9f\x6c\xd1\xfa\xe6\xc6\x70\xfb\xde\x83\x2b\x57\x11\xfd\xe6\xc9\ \xaf\x5f\x3f\x7c\xc5\xbe\x16\xfa\x69\x1c\xdc\xb7\x91\xcf\xad\x0f\ \x71\x72\xfb\xc9\xa7\xfb\x6d\xb7\x4c\x83\xd3\x71\x59\xa0\x4c\x1e\ \xe5\xff\xe7\x7f\xff\xe7\x95\x6f\x9e\xde\x63\x37\x77\xdb\xbb\x77\ \xee\xec\xdc\xde\xba\xff\xed\xb3\x6f\xfe\xfa\xb7\x8b\x47\x2f\x7f\ \x72\xf1\xdc\xc5\x89\x89\x91\x83\x13\xfb\xf7\x4d\x1c\x1a\xb1\xec\ \x73\xc1\xfd\x38\xbf\x2d\x60\x75\xf9\xec\x0e\x37\x0c\x07\xb4\xf8\ \x7c\xd0\x3c\xcf\x0a\x48\xd6\x88\xdb\x1e\x0a\xf9\x6d\x5e\x8b\xc5\ \xe5\x77\x3a\x9d\xd0\xc6\xd8\xe9\x0b\xf8\xe0\x62\x56\x28\xe2\x87\ \xbd\xed\xfb\x3d\x0e\xb7\x1d\xae\xab\x07\x13\x6b\xcb\x6b\x89\xb5\ \x50\x2c\x11\x01\x15\x8a\x06\x03\xa1\x44\x18\x48\x42\x80\x5d\x71\ \x80\x58\x89\xe5\xd5\x58\x1c\xf0\x1f\x9b\xc5\xe5\xf5\x5a\x6c\xd0\ \x5f\x14\x86\xa6\xda\xdd\xd0\x43\x06\xe8\xc4\x51\x8b\xc3\x07\x1b\ \x48\x9d\x61\xc0\xa8\xa2\x50\x0f\xfa\xec\x80\xb2\x81\xb7\x05\xe1\ \x6c\x62\xd0\x0a\x1b\xef\x61\xf8\x45\xc8\x17\x04\x2a\x33\x10\xb4\ \xfb\x62\x91\x70\x22\x1a\xb0\x46\x01\x56\xf9\xfc\x76\xe8\xdd\x17\ \xf2\x85\x22\xa1\xbd\x3b\x6e\xaf\x5e\xaa\x92\x25\x11\xef\xb3\x0c\ \x93\xaa\x4e\x5d\xca\x67\xf3\x4b\x95\xe4\x89\x23\x1f\xbe\x3f\x7d\ \xea\xad\x37\xde\x79\xe3\x95\xff\xf8\xf7\xd7\x3e\x5e\x9c\x3b\xff\ \xd6\x99\xb3\x27\x16\xa6\x56\x50\x89\xa1\x53\x0b\x0b\x58\x5d\x22\ \x0d\xac\x90\x29\xcd\x17\xb9\x32\x25\xb7\x70\x9c\xe0\x71\x0c\xd3\ \x0c\x5e\xa1\x6b\x38\xab\xd2\x33\x55\x42\x64\x89\x14\xb3\xbe\x23\ \x89\x24\x49\x2a\x3a\x5f\xda\x32\xe7\xd3\x05\x04\x65\x52\x02\xd1\ \xc9\x64\x49\x53\x11\x78\x0d\xad\xd7\xd2\x2c\xa2\x73\x6a\x0a\x69\ \xa5\x92\x55\x8a\xe3\x31\x6d\x85\xab\x17\x4a\xb8\x24\xca\x6c\x06\ \x1b\x90\x4c\xb6\x58\x65\x88\xd2\x42\x4d\x5c\x4c\x33\xbb\x1b\xeb\ \xbd\x01\xd7\xde\x92\x53\x7c\x77\xeb\xfe\x36\x4f\xf7\xd7\xb5\x56\ \x7f\x63\xab\xde\x26\xc0\x41\x03\xa9\xb7\x87\x32\xdd\x1a\x70\x04\ \xa1\x72\x08\xcf\x08\x9c\x2c\xa8\x40\x23\xd6\xeb\x38\x09\x5e\x6c\ \x35\x5a\x66\xbd\x2f\xb7\x14\x4a\xde\xe8\x18\x0d\x04\x6b\x72\x54\ \x55\x6a\xca\xf2\xb0\x8b\x23\xc5\xa5\x74\x3e\x37\x55\x5e\x2a\x49\ \xd5\x32\x4d\x33\x0b\x22\xc3\x08\x39\x1d\xcb\x9d\x5f\x98\x9a\x5c\ \x2c\xcf\x14\xab\x4b\x4b\x93\xc9\x62\xae\x26\xd6\x26\xa7\x16\x05\ \x5a\x2f\xe5\xb0\x5e\x2d\xb9\x44\xf1\x98\xaa\x0e\xbe\x31\x32\xf8\ \xfa\x60\x77\x67\xf8\xcb\xc4\x4d\x74\xeb\xfb\x2b\x57\xae\x1c\xde\ \x1f\x5f\xf3\x5c\x75\x87\xa1\x31\xde\xbe\xad\xc1\x5d\xe2\xdc\x7f\ \xfe\xdf\xff\xfb\xff\xbe\x89\x34\x50\xd5\x44\x49\x19\x41\x07\xff\ \xeb\xff\xfa\xf6\xe4\x93\xa7\xbf\x60\xed\x8d\xfe\x6e\x6f\xd0\xdb\ \xfc\xf9\xd9\x8d\xaf\xfe\xfa\xfd\x27\x97\x3f\x99\x38\x7e\xe5\xda\ \xa1\x89\xd1\x91\x03\x23\x63\x07\xc6\x47\x0f\xd8\x3c\x0e\x9f\x03\ \x66\x79\x39\x1c\x76\x37\x90\x84\x5e\x97\xd3\x32\x0a\xdd\xa8\xac\ \x30\x5a\xd0\x3e\x0a\x23\x6c\xdc\xa3\x0e\x9f\xcd\xe2\x77\xd9\xc1\ \x23\x60\x5f\x41\x9f\xc3\x1d\x78\xc1\x71\xec\x3e\xcf\xeb\x63\x2e\ \x3b\x5c\x59\xf2\x85\x43\xf1\xb5\xeb\x6b\xf1\xb0\x2f\x90\x88\xc7\ \x42\x00\xbf\x02\x80\x0d\x45\xa3\xb1\xe5\x38\xd0\x86\x89\x44\x3c\ \x14\x8d\xae\x5e\x07\x10\x36\x36\x36\xee\xf5\x8e\x58\x3c\x56\x2b\ \x20\x54\x7e\xb7\xc5\xe6\x71\x01\x6e\xe5\xf3\x78\x2c\x8e\x50\x24\ \xe0\x0c\xc7\xa2\x3e\x17\x00\xa1\x90\xd5\x6d\xb7\xfa\x42\xd0\xcc\ \x34\x08\x93\x71\x80\x20\x04\xc4\x0d\x1a\xf4\x05\x00\xe9\x0a\x25\ \x02\xf6\x00\x0c\x66\x0d\xc5\x23\x40\x0c\x82\x07\xf0\x5f\x00\x66\ \x51\x68\x7f\xba\x77\xc7\xed\xd5\x4b\x55\x85\x67\xea\x86\x2c\xa2\ \xa9\xf2\xe9\xe9\x6a\x29\x37\xbf\x92\xfc\xe0\x8d\xb7\xff\xf4\xd6\ \x91\xf7\xfe\xfc\xe7\x0f\xfe\xfc\xc7\x7f\xfb\xc3\x64\xfa\xd8\x89\ \x77\x16\xce\x9f\x9f\x9a\xcd\x74\x59\xa2\x4b\x33\xa9\x56\x33\x27\ \x71\x25\xa6\xa8\x2c\x14\x5b\x12\xd6\xdf\x6a\xe1\x0d\x00\x0e\x44\ \x41\xa4\x29\x05\xe7\x05\x5e\x9f\x4d\x52\x29\x91\x45\xaa\xcd\xed\ \xe2\x12\xda\xef\x0b\x29\x41\xec\xc8\xf3\x5a\x86\x46\x51\x46\x60\ \x3a\xa5\x12\x21\xa2\xb4\x21\xa8\x58\x7e\x49\xa7\x14\xac\xad\xb0\ \x26\x5a\x4b\xd2\x75\x41\xd6\x2a\x1c\xc6\xd6\xd5\x12\x5d\xe7\x69\ \xad\x2d\x69\xf8\x7c\xa9\x31\x60\x8b\x42\x7e\xae\x34\xdc\x50\xcd\ \xe1\x3d\x13\x1f\x92\x48\x6b\xa3\xd7\xac\xab\x74\xb7\x9e\x33\x77\ \xb6\x9a\xed\x16\x3b\xe8\x90\x28\xdb\xc0\xfa\x18\x8d\xb6\x55\x74\ \xd0\x18\x1a\x3a\x2f\x37\x78\x9d\xc5\x80\xfc\x22\x89\xc1\x3a\x4f\ \xb4\x39\xb5\xdd\xe8\xb4\x55\x8a\x1a\xae\xd7\xcd\x4e\x93\x68\xd7\ \xb3\xb5\x0c\x49\x63\xeb\x2c\x82\x88\x95\xfc\xc2\xdc\x62\x2e\xa3\ \xe4\x73\x15\x8d\xa5\x2b\x45\x01\xa5\xf2\x34\x3b\x7b\xe1\xcc\xa5\ \xc9\xe4\x4a\xbe\x96\x4f\xd7\xaa\x4b\xc5\x95\x4a\xa9\xb0\x38\xb5\ \x24\x94\x44\x93\x52\x3b\xb5\x74\xa6\x29\x37\x8d\xc6\xce\x37\x1d\ \xca\x6c\xad\x6f\x3d\xdc\x7a\x3e\xf6\x37\xf2\xc9\xf1\x2b\x9f\x9e\ \x9b\x18\xbd\xbe\x7c\xf8\x6b\x00\x0d\xd1\xf8\xf2\xe5\x4e\xef\x61\ \xfb\x9b\xff\xef\x3f\xff\xef\xff\xf1\xac\xd1\xe9\x90\x3c\x05\xbe\ \x8f\xf6\xfc\x7f\x7d\xf6\xed\xc9\x3b\x0f\x7e\x69\xf7\xdb\xbd\x3b\ \xdb\x3b\xf7\xee\xdf\xff\xe6\x9b\x1f\x7e\xfd\xfe\xea\xb9\x73\x07\ \x0f\x1f\x3a\x79\xf2\xf5\x03\x07\x3c\x63\x1e\xaf\xcd\xed\xf5\xb8\ \xfd\x01\xab\xcd\xe2\xb6\x03\x2d\xe8\x72\xda\xdd\x0e\xa7\xc5\xe1\ \xb6\xba\x3d\x56\x67\xd0\x0a\x99\x96\xdd\xee\xf3\x79\xbd\x36\xff\ \x8b\x74\x1c\xa7\x17\xb0\x30\xbb\x0f\xe8\x44\xa7\x0b\xe6\x54\x58\ \x46\x2c\xd0\xc6\x21\xe8\xf7\x85\xfc\xe1\xf8\xea\xe7\x6b\xb1\xb5\ \x44\x28\x1a\x07\xfc\xc8\x1a\x7a\x31\xae\x1c\x0d\x24\xae\x5f\x8f\ \x46\x97\xc1\xb1\x30\x00\xaf\x98\x33\x62\xf5\x78\xdc\xe3\xd0\x81\ \xc6\x67\xb1\xdb\x7c\x41\xdb\xe8\x98\xc7\xe2\x05\x9a\x70\x04\x70\ \xae\x40\x34\x1a\x8e\x2c\x87\x03\x3e\x68\x3e\x6a\x87\x6b\x58\xe1\ \x60\x3c\x12\xb4\x06\x43\x70\x50\x28\x1a\x0a\x05\x22\x11\xd8\x53\ \x11\x89\x04\xa2\xa1\x20\xd0\x8d\xe0\x75\xc0\xaa\xc2\xe1\x08\x7c\ \x97\x3f\x12\x00\xd7\x08\xec\xad\x61\xed\xd5\x4b\x56\x0e\xd3\x65\ \xa4\x29\xe6\x6b\xc5\x53\xb3\xc5\x6a\xb2\xbc\x70\xfe\xad\x23\x7f\ \x7e\xf3\xad\x57\x5e\x7d\xf3\xb5\x3f\xbf\xfa\xa7\xd7\x5e\x5b\x5a\ \xfa\xe8\x83\x0f\x4e\x4d\x9f\xff\xe8\x44\x5a\xd0\x19\x85\x50\x19\ \x04\xd1\x69\x59\x41\x94\x5c\x49\xa4\x92\x48\x7d\x80\x36\xbb\x3c\ \xdd\x44\x25\xd4\x30\xd1\x54\x3e\xcb\xd1\x5a\x06\x15\x4a\xac\x91\ \x19\x6e\xa7\x73\xfc\xb6\x49\x66\x8b\x99\x81\x34\x99\xa2\xdb\x25\ \x4d\xa4\xe5\x46\xa9\x2a\x94\xf3\x0a\x5f\x20\x8a\x2b\x45\x85\x22\ \x31\x0c\xd7\x10\x32\x49\x35\xbb\x38\xaf\xe9\x2a\x2e\xf4\xb0\x7c\ \x99\x2d\x89\x08\xc9\xe8\x44\x59\xc3\xf1\xda\x8a\x92\x5b\x2a\x0d\ \xee\xf6\xb7\xb7\xbb\x78\xfb\x1e\x4b\x0f\x3a\xeb\xfd\x01\x8a\x0c\ \x39\x89\x1b\xf6\x07\xcd\x81\xdc\x5e\x57\xd4\xe1\x76\xa7\xdf\x00\ \x54\x8a\x10\xe5\x6e\x9b\xa3\x68\x8a\x23\x71\xb5\x81\x50\x86\x61\ \xf6\x5b\x3a\xcf\x61\xea\xa0\x61\x34\xb1\xac\xc0\x21\x64\x1b\x61\ \xf8\x06\x9b\x11\xc8\x56\xa3\x69\xb2\x94\x9e\xa9\x16\x4a\x8b\x2b\ \xd9\xa2\x56\x28\xe5\xab\x99\x9a\xa4\x70\x80\x16\x52\x85\xf3\x93\ \xc9\xd9\xd9\x0b\xe7\x4b\x8b\x8b\x33\xe0\xf7\x32\xbd\x94\xc3\xc1\ \xf3\xca\xa2\x56\xa3\xcc\x5d\x2e\x9f\x46\x30\x76\x5d\x95\x1f\x3e\ \x33\x52\xe6\xdd\xe1\xc6\xee\xce\x4f\xe3\xcf\xf1\xa7\x87\xc6\x8f\ \xee\x1b\xb5\x7c\x16\xf9\xe4\x64\x2c\x16\x5b\xbb\x1e\xff\xad\xd9\ \x1f\xdc\xae\x7f\xea\xf1\x7d\xdd\x37\x1a\x7d\x8c\x24\x70\x54\x15\ \xce\xfd\xaf\xc4\xcf\x57\xbe\x7c\xfc\xa4\xb1\xde\xef\x6e\x74\xee\ \xec\x3c\xfc\xf9\xaf\x37\x7e\xba\x7c\xf9\xe2\xf1\xfd\x87\x0e\xec\ \x3f\x38\xbe\xff\xf8\x88\xdb\xeb\xde\xe7\xb1\xf9\x1c\x36\x8f\xdd\ \xea\x04\x8c\x2a\xe2\x73\x41\x9f\x4f\xab\xd5\xe2\xb2\x07\xdc\x8e\ \x80\xdd\xef\xb7\x07\x5d\x36\x97\xdf\xe7\xf3\xb8\x61\x63\x28\x5c\ \xb3\x72\x82\xf7\x5a\x21\x76\x39\x1c\x41\x80\x38\x96\x51\x47\x38\ \x0c\xdd\xde\x61\xb3\xe8\xf2\xf2\x5a\x2c\xb4\xb6\x1a\x87\x59\x5e\ \x7e\x5f\x30\x0a\xfe\x06\xfc\xbe\xe8\x2a\x50\x88\xd1\x68\x22\x11\ \x8d\x45\x43\x61\x7f\xc8\xe9\xb1\xb9\x2c\x80\x53\x79\x9d\x6e\xbb\ \xc5\x6d\x73\x03\x66\xe5\xb1\x59\xe0\x30\xb4\xdd\x19\x0e\xf8\xc3\ \x3e\xc0\xa9\x42\x56\xdb\x8b\xc0\x8b\x20\xc0\x48\x00\x4d\xfe\x50\ \x24\x96\x00\x5c\x2a\x10\x74\x44\xc3\xbe\x88\xdf\x11\x04\xd8\x15\ \x89\x00\x84\x8a\x84\x01\x95\x0b\xc1\x75\xae\x30\x74\xc4\x02\xea\ \x31\x12\xda\x5b\xc3\xda\xab\x97\x65\x58\x22\xad\x1b\xa2\x9a\xae\ \x14\xe6\xa6\xaa\xe5\xd9\x99\xdc\xe4\x91\x77\xdf\x7b\xff\xfd\xc5\ \xf3\x5e\xcb\x00\x00\x20\x00\x49\x44\x41\x54\x37\x7e\xf7\xef\xbf\ \x7b\xe3\xd5\x3f\xfc\xfe\x95\xfc\x22\x60\x57\xc7\xa6\xe7\xa6\x8e\ \xa5\x53\x02\x56\xd4\x99\x4c\x6a\x87\x6c\x34\x07\x03\xa1\x9a\x2b\ \xea\xe9\x6a\x51\x61\x69\x95\xc7\x48\x44\xaf\x9b\x3a\x29\x69\x86\ \x49\x15\x4c\x89\xa6\x29\x55\xef\x6e\x96\xb3\x38\x2f\xf3\x72\x96\ \xed\x4b\x93\x3a\xc3\x53\x3a\x99\xa1\xb0\x4c\x56\xaa\xe6\x35\x0e\ \x67\xa5\x85\x6a\x8b\xc2\x90\x54\xb9\x84\xd0\x35\xb2\xc9\x6a\x92\ \x26\x72\x7a\x2d\xa5\xa7\x67\x05\x9c\x96\x89\x92\x26\x15\xcb\x1a\ \x5f\x9e\xd1\xd8\x42\xad\xb9\xde\x6f\xab\xc3\xf6\xee\x80\xe1\x5a\ \x6a\x6f\xb3\x2f\xd7\xb7\xeb\x05\xa3\x3d\xdc\x24\x55\x6a\xd0\x20\ \xeb\xdd\xcd\xcd\xba\xac\x36\xdb\x7c\xb3\xdd\xc6\x25\x14\xe1\xda\ \xac\xd6\x90\xf9\x66\x03\x15\x5a\xaa\x5c\x6f\x9a\xad\xb6\x89\x9b\ \x7c\x9e\xe8\xa9\x5c\x0b\x41\xda\x75\x1d\x6f\xb4\x30\xa1\xd7\x33\ \x78\x42\x49\xae\xa4\xb4\x74\x4e\x14\x99\x4a\xb1\x54\xa5\x72\x42\ \x1d\x4f\x15\xa8\xcc\xe4\x89\x85\xc5\x62\x72\x2e\xbd\xb8\xb0\x58\ \xc9\x55\x6b\x65\x11\x2f\xcd\x27\x0b\xb5\x54\x9e\x92\xef\xa8\x49\ \x91\xa4\xf1\x56\x8b\xbb\xf1\x4c\x2a\xf5\x77\x37\x86\xeb\x83\x47\ \xc7\xef\x73\x7f\x3f\xb0\xff\x80\xcb\x11\x5d\x0b\x5e\x3b\x18\x5f\ \x8b\xac\x7d\x1e\xbe\x71\xf7\xde\xe0\xee\xe0\x99\xf7\xc0\x2f\x8d\ \x3a\xd7\x06\xbf\x0b\x83\x23\x29\xcb\xff\x8c\x3c\x3f\x77\xbf\xb7\ \xbd\xd5\x6e\x75\x5b\xe6\xfa\xd3\x6f\x9e\xfc\xfd\xda\x95\x2b\xd7\ \xce\x9d\x3b\x7c\xf8\xf8\xa1\xa3\x13\x13\x47\x27\x46\x2d\x9e\xfd\ \xa3\x0e\xfb\xe8\xc4\x98\x1d\x86\x0e\x3a\x7c\x61\x17\xa4\x4e\x2e\ \x97\xd5\x62\x77\x7a\x9c\x6e\xab\x33\x60\xf7\xd9\x47\x2d\x4e\x07\ \x50\x8b\x7e\xab\xc3\xe2\x76\xb8\x1c\x0e\x8f\xc7\x61\x85\xc9\xcd\ \x76\xc0\xcb\xdc\x3e\xab\x3f\x08\xd4\x24\x6c\xb9\x5a\x5e\xfd\x6c\ \x35\x9e\xf0\x05\xe3\x00\x5c\xa2\xe1\x20\x0c\xc0\x81\x11\xa9\xc1\ \x40\x64\x75\x75\x79\x75\x39\x94\x48\x24\x42\xa1\x17\x90\x65\xd9\ \x37\xe2\xf0\xc2\xc1\xc1\x80\xd3\x65\x73\x8f\x5a\xdc\x23\xde\x31\ \x4f\x00\x08\x44\x5f\x30\x16\x70\xb9\x9c\xe1\x68\x38\x60\xb5\x03\ \xee\x04\x58\x5a\x28\xe0\xb4\x46\x81\x10\x84\xcd\xa7\x61\xe8\x55\ \x13\x0d\x38\x83\x4e\x00\xa5\xd6\x10\xf4\x91\x89\x84\x42\xf1\x50\ \x2c\xbe\x1c\xf2\x81\xcb\xc6\x21\xc1\x0a\x45\xf6\xdc\x1a\xf6\xea\ \x65\xab\xa0\xd1\x82\xc6\xa2\xf3\x17\x4a\x33\x4b\xd5\x85\x72\xa5\ \xfa\xee\x9b\x1f\xbc\xf7\xde\x1b\x6f\xbe\xf1\xca\x1f\x5e\xf9\xc3\ \x1f\xde\x7c\xb7\x30\x75\xe2\xd2\xd4\xd9\x4b\xa7\x2e\x1c\x99\x55\ \xd8\x0e\x81\x22\x2b\xec\x30\xcb\x60\x0d\x5c\x57\x44\x89\x9e\x25\ \x15\x06\x25\x54\x02\x6d\x15\x24\x86\x51\x58\x49\x21\x29\xa9\x26\ \xd0\x02\x86\xe3\x52\xcf\x04\x00\xd4\x41\x9a\xb4\x24\xf5\xf4\x39\ \x4d\xc0\x53\x59\x44\x50\x08\x38\x44\x88\x63\x12\xa2\x94\x66\xe6\ \xb5\x0a\xa6\x97\xf2\x79\x26\x2b\xc9\x2d\x04\xce\xf2\x71\x92\x28\ \x6a\x38\xc3\x9b\x0a\x82\x69\x95\x12\x4a\xd7\x89\x62\x11\x21\xf2\ \xa5\xfa\xfa\xe0\x76\xbb\xab\x0e\x37\xe4\x7a\xdb\x1c\x6c\xaa\x38\ \xdb\x96\x31\xb3\xdf\x5f\xef\x10\x7c\x1f\xc9\x36\xbb\x1c\xc0\x03\ \xaa\xde\x90\xfa\xdb\x7d\x8e\x24\x80\xf4\x62\xa9\x7a\xa7\xd1\x46\ \xab\x12\x4f\xf1\x6a\x7d\xa3\x8b\x11\x78\x8b\xad\x19\x75\x72\xd3\ \xc4\xd5\x2e\x97\x21\x7b\x3c\xc2\x6e\xee\x74\x5a\x7c\x6e\x6a\xb1\ \x94\x52\x34\x8d\x06\xff\xa4\x4a\x82\xc8\xb5\x30\xaa\xc0\x2c\x4d\ \x5e\x58\x4c\xe6\xa7\xa6\x4a\xf9\xe4\x42\xb1\x58\x54\x96\x28\x49\ \x48\xa6\xf3\xe0\x5b\xca\xbd\x87\x46\x41\x97\x71\x9e\x23\x8d\x1f\ \x37\x74\x62\xfd\xf6\xf6\xfd\x87\xdb\x27\x8f\xff\xbc\xf9\xc5\xbe\ \x03\xc7\x5d\xd6\x50\xc2\x75\xcd\x13\x81\x0b\xdd\xfe\x6f\xbe\x7d\ \xdc\x6b\x9a\xfc\xc1\x91\x4d\x13\xae\xa3\xc9\x24\x2f\x0b\x64\xec\ \xff\x09\xdc\xff\x65\xbd\xb5\x33\xdc\xe9\x98\xdb\x77\xee\x3f\xf9\ \xf6\x87\xaf\x7e\xf8\xfe\xda\xb5\x8b\x87\x4f\x1e\x3e\x7e\x00\xd4\ \xfe\x11\xaf\x6d\x74\xdc\xe3\x1b\xb1\xb9\xbc\x41\x48\x68\xec\x4e\ \x18\x94\x03\x3b\x0e\xac\x2e\x8f\xdb\x62\x05\x78\x15\x74\x86\x83\ \x40\x36\x5a\xed\x36\xbb\x1b\xa0\x0b\x90\x87\x70\xd9\xc9\xe7\x7e\ \xe1\xec\xe0\xf7\x07\xad\xae\x10\x50\x68\x81\x10\xa0\x57\xcb\x9f\ \x7f\xf6\x97\xb5\x78\x3c\x10\xb0\xfa\x01\xa8\x84\x82\x61\x38\x4d\ \x03\xe0\x2c\xe0\x8f\x26\x22\x89\xd5\x48\x64\x15\xc0\x4a\x30\x16\ \xf1\x45\xc3\x23\xfb\xbd\x00\xfb\x3c\x40\x03\xba\x1d\x16\xef\x88\ \xc5\x32\x3e\xe2\x0a\xfa\xed\x0e\x3f\x00\x20\x00\x4b\x61\x98\xcb\ \x03\x77\x01\xfd\x11\x7f\x10\x70\xac\x60\x24\x9a\x00\x30\x04\x8e\ \x3a\xad\xa1\xa0\x0f\x10\x28\x40\xac\x22\xe1\xf0\x8b\xc1\x41\x40\ \xe0\x00\xfd\x02\xcf\xa2\xc1\x20\x5c\xc0\x02\x7a\xd4\x67\xdd\x63\ \x58\x7b\xf5\x72\xb5\x24\x64\xb4\xbc\x58\x58\x3a\xbf\x72\xa6\x9c\ \x99\xaf\xcc\x4c\x1e\x79\xfb\xad\x77\xfe\xf0\xfb\xdf\xbf\xf9\xea\ \x7f\xbc\xf6\xda\x7f\xbc\x79\x24\xb3\x34\xf3\xf1\xd9\x4b\x93\x67\ \xcf\x4c\x2f\xe4\x50\x00\x28\xa5\xfc\x9d\xdd\xa2\x28\x11\x8a\x84\ \x2b\x2d\x7d\x06\x47\x51\x56\x56\x11\x96\xcd\x48\x26\xaa\xe1\x14\ \x2d\x99\x44\x9a\xca\xa2\x1b\x64\x36\xb5\x53\xaf\x21\x26\x87\x34\ \x28\x8d\x6a\x16\xca\xb2\x8c\x2a\x0c\x53\xd6\x89\x5c\x16\x47\xb3\ \x12\xcb\x49\x42\xa5\x42\x8b\x0c\x00\x0a\x85\x28\x15\x01\x71\xd2\ \x65\x9a\x50\xb5\x72\xa6\xa6\x37\x54\xb4\xd6\xef\x16\x2b\x05\x96\ \x97\x1b\x8b\xe9\xbc\xb8\x80\xdf\x19\xde\xbb\x6b\x50\xd4\x83\x0d\ \xb6\x3d\x1c\xb4\xdb\x43\x1c\x1f\xa2\xe2\x56\xbf\x77\xaf\xdf\x80\ \xbd\x0c\x9b\x77\x1b\xed\x66\x93\xec\xa1\xf9\x46\x6f\xc3\x18\x60\ \x12\x45\x91\x54\x4f\x35\xb7\x49\x81\x6d\xb1\xcd\x41\xaf\x45\x74\ \x36\xe8\x86\x9e\x23\xf9\x96\xdc\xec\x60\x04\x96\xaa\x37\xb8\x06\ \x79\x7b\xd0\x37\x4b\x99\x7c\x7e\xb1\x98\xcf\x17\xf4\x99\x74\x91\ \x96\x10\x9d\x6b\x53\x82\x48\x24\xa7\x2e\x54\x66\xe6\x66\xd2\x85\ \xe4\x5c\x6e\x36\xa7\x68\x05\xa0\x50\x17\x8b\x25\x45\x41\xe5\xde\ \xcf\x78\xb9\x40\x70\x77\x07\xf5\x07\x8f\x7e\xa1\x1a\x4f\xef\x3f\ \xdd\xde\xfe\xf9\xf8\xc4\x9d\x9d\xa3\x63\x87\x3e\xb1\x38\x96\x13\ \xfb\x0e\x01\x1a\x92\xf8\x7c\x6d\xf4\xe9\xaf\xdf\x34\x8c\x1e\xff\ \xeb\xe5\xdb\x46\xbb\xb1\x69\x92\xb2\x59\xa7\xef\x25\xfe\xeb\x81\ \xa6\x3a\xe8\x6c\xb4\x0c\xbe\xfd\xe4\x9b\xbf\xff\xf6\xd7\x6b\x97\ \x3f\xbd\x75\xf1\xe2\xeb\x07\x2f\x1e\x3e\x78\xfc\xe0\xc4\xfe\x51\ \x0b\xa0\x47\x5e\xc0\x98\x46\xe1\x60\x8c\xc3\xef\x83\xd6\xc5\xf6\ \x80\xc5\xe2\xf4\xfa\x2c\x30\x3e\xcb\x69\x79\x11\x97\x6a\xb3\xfb\ \x9c\x56\xa7\xc3\xe2\xb4\x3b\x1d\xb0\x91\x14\xf6\x6a\x01\x6c\x1b\ \xf1\x86\x83\x2f\x46\x00\x01\x66\x2e\x47\xe2\xab\x6b\xab\x09\xc0\ \x84\x56\xa3\x41\x9f\x2f\x1c\x87\x26\xca\xe1\x80\x2f\xec\x04\xa2\ \x30\x1c\x5d\x5b\x8e\x46\x23\xcb\x9f\x27\x96\x13\x89\x08\x78\xd5\ \xe9\xf2\x78\x47\x46\xdc\x23\x2e\xfb\xa8\xd7\x65\x1b\x1b\x1b\x87\ \x8b\xed\x41\x80\x83\xb0\x93\xc1\x1f\x8e\x00\x8c\xb2\x03\x24\xb2\ \x07\x60\x66\xd7\x8b\xa8\x69\xe8\xd6\x1e\xb0\x46\xa3\x76\xa8\xf7\ \x80\xb0\x04\x98\x06\x17\xb0\x00\x7d\x8b\xfa\xad\x00\xab\xc0\xb1\ \x70\x10\xa0\x55\x30\x1c\x58\x86\xd7\xde\xdb\x25\xdc\xab\x97\x6c\ \x6b\xa0\x33\xb9\x6a\x56\x5b\xbc\x94\x9f\xbe\xa4\x24\x81\xf4\x5b\ \x38\xf5\xfe\x9b\xaf\xbe\xfa\x87\x3f\xbe\xfa\xda\x1b\xff\xc7\xbf\ \xff\xe1\xd5\x13\x17\xce\xbf\x3b\x7d\xf6\xec\xdc\x85\x85\xb9\x0c\ \xcf\xa4\x54\xa9\xc2\x3d\x15\x31\xa2\x41\xd5\x99\x0a\xce\x54\x44\ \x9e\x6b\x50\x06\x8e\x31\x35\x1d\x47\x71\x8c\xcc\xd3\x2a\xa6\x90\ \xa4\xd1\x32\x44\xfa\xae\xbc\x50\x97\x69\xbe\x89\xa7\x8c\x5e\x3e\ \x4d\x70\x6a\x86\x50\x19\x3e\x53\x4d\xf5\xb2\x79\x22\xcb\x62\x68\ \x29\xcd\x42\xa8\x4a\x4b\x46\x09\xe0\x85\x24\xaa\xaa\x86\x64\x2b\ \xa2\x4e\xe0\x38\x26\xa8\xb2\x8e\xa1\x74\x8f\xa0\x2a\x35\xa1\xb0\ \xc2\xf7\x3a\x77\x80\x7c\xc3\x37\xbb\x4c\xbd\x77\xb7\x3b\x6c\x29\ \xf5\x21\x2b\xde\xde\x19\xf4\xee\xf6\x90\x1d\x9a\xba\xfb\x74\x7d\ \x30\x68\xe8\x58\x93\x56\x4d\xb3\x37\xe4\x29\x92\x93\x90\x96\x2c\ \x77\xeb\x04\x26\xeb\xc6\xa0\xdd\x51\x69\x13\xed\x6a\x14\x07\x08\ \x59\x7b\xd3\x68\xc8\x28\x02\x08\x1b\xd1\xdb\xae\x73\xd5\x62\x2e\ \x97\xab\xe4\x24\x46\xc8\x97\x15\x12\x57\x70\xb5\xc1\x2b\xa8\x56\ \x4e\x57\x2e\xcc\x4d\x2d\x26\x2b\x33\xb3\x0b\x4b\xc9\x62\x25\x4f\ \xd3\xf3\xe9\x94\x4e\xb3\x08\xbb\x3d\xc8\xe4\x75\x4e\xde\xbe\x6d\ \x3e\xf8\x6a\x1b\x33\xef\xec\x6e\xff\xbc\xf5\xf8\xc0\xe5\xdd\xdd\ \x31\xcb\xc8\x81\x11\x5b\x2c\x72\xf0\x9c\xdd\x1f\xfb\xec\xbf\x7e\ \x76\xf4\xc9\xf3\xc7\x9b\xdd\x81\x49\x3c\xec\x62\x3d\x59\xae\xa3\ \x08\x4e\x94\x9e\x47\xdc\x4f\xdb\x83\xc1\xa0\xc5\x71\xcd\xcd\x67\ \x37\x7f\xfd\xfa\x87\x2f\xce\xdd\xba\x76\xf2\xaa\xf7\xf5\x93\x07\ \x0e\x1f\xdd\x7f\xf0\xe0\xa8\x2d\x00\x53\x95\x01\xc9\xf1\x78\xac\ \x16\xb7\xd3\x07\x7d\x8e\x61\x32\x8e\xc3\xeb\xb0\x3a\xbd\x4e\xab\ \xc3\x19\x0c\xf8\xac\x56\x8b\xc5\xef\xfa\xd7\x40\xa1\xdb\x6a\x77\ \xfb\xa1\x5f\x1f\xc0\x30\x3f\x10\x89\x00\xd1\x62\xa1\x70\x20\xbc\ \xbc\xbc\x7a\x7d\x75\x35\x16\x0c\x07\x61\x77\xba\xcf\x0a\x7d\x3f\ \x83\x96\x80\x03\x10\xa5\xb0\x2f\x10\x8e\xfd\xe5\x7a\x2c\x1a\x8d\ \x47\x01\x6a\x45\x62\xe1\xb0\xd3\x3e\xe2\x19\x1b\xdd\x6f\x83\x14\ \x6b\xc4\xe2\x19\x1d\x71\x03\xe8\x03\xdf\x24\xb2\x1c\xf2\x83\x4f\ \x04\x81\x92\x74\xb8\xfd\x76\xb7\xcf\x0f\xe0\x38\x1c\x82\x01\xd1\ \xd0\xe7\x06\xda\x8e\x02\xd8\x0a\xc5\xe0\x13\x3f\x78\x1a\x00\x02\ \x30\x9e\x08\xc1\x4f\x44\xa3\xa1\x60\x20\xb6\x1a\x0f\x87\x60\xf3\ \x17\x50\x8e\x7b\x77\xdc\x5e\xbd\x54\xd5\x78\x46\x93\x4a\xb5\xf9\ \x15\xe5\xec\xe9\xf9\xa5\x0b\x73\xd3\x53\x1f\x7e\xf0\xfe\x1b\xaf\ \xbc\xfd\xca\xdb\x1f\xbc\xf6\x9f\x7e\xf7\xef\xaf\x4c\x9e\x3f\xf2\ \xf1\x99\xa9\x99\x23\x8b\xb3\xb3\x5a\x1d\x70\x25\xae\xd8\xd8\x4d\ \xb1\x25\x16\xd1\x53\x69\x0e\x4f\x4b\x0d\xa3\xc3\x35\x58\x5d\x29\ \xea\x18\x91\xd5\x11\x0a\x31\x52\x02\x8b\x9b\x8a\x82\x6c\xdc\x61\ \x17\x18\x4a\x35\x58\x41\xe2\x1a\x85\x02\xcf\x23\x22\xcd\x08\x0d\ \x5c\xd3\xa9\x2c\x23\x2b\x4a\x41\xfb\x28\x89\x57\x8b\x4a\x96\x4e\ \x75\x6b\x29\xbd\xac\x69\x0c\x93\x63\xe8\x1c\xa1\xe2\x8c\x2a\x89\ \x2c\x9e\x15\x44\xaa\x89\x96\x16\x6b\x99\xc5\x59\x75\xe7\xfe\xbd\ \x8d\x8e\x29\xec\x76\x24\xb4\xbb\xbb\xde\x35\x18\x72\x83\x1f\x0e\ \xb7\x3b\xf5\xba\x3e\x18\x32\x48\x6b\xb3\xbb\x3e\xd0\x91\x36\xaa\ \x20\x78\xbd\x55\xc7\xe8\x3a\x46\x51\x3d\xb3\xd9\x1e\xd2\x5c\x43\ \xe1\x07\xad\xee\x70\x9d\x07\xa7\x55\x8d\x16\xd9\x6f\x36\x3a\x03\ \x52\x93\x1b\xeb\x1c\xd1\xdd\x6c\x93\xba\x96\x29\x56\xab\x49\x94\ \x57\xf4\xa2\xc6\xb2\x04\x8f\x51\x84\x90\x2f\x26\xe7\x96\xaa\x4b\ \x93\x53\xb5\xb4\x54\x99\x2c\xd7\x2a\xb9\xa4\x24\x2e\x14\x0a\x15\ \x96\x32\xf8\x41\xbf\x94\x53\x87\x8d\xf5\xed\xd6\x93\xe7\xad\xd4\ \xf0\xfe\xcf\x0f\x7f\xb9\xff\xd5\xe8\xf7\x1b\xcf\x6d\x9e\xd1\x51\ \x57\x30\x16\x38\x77\x3c\x18\x8f\xae\x7e\x96\xb8\x76\xe3\x79\xbf\ \x79\x7b\xa3\x25\xa0\x84\xbc\x5e\x27\x09\xbc\x4b\xca\xea\xb3\x6b\ \x5b\xf2\xfa\xb0\x03\xe0\xb7\xde\xb9\x7f\xf3\xa7\x1f\x3e\x7d\x74\ \xf3\xd6\x27\x9f\x7c\x71\x6e\xe2\xc0\xa1\xd7\x27\xf6\x8f\xec\x3b\ \x70\x60\xcc\xe9\xf2\x3a\xa0\x99\x8c\xcd\x03\xa8\x92\x1d\xc6\xfc\ \x01\x19\xe8\xb0\xb9\x5c\x5e\x38\x53\xec\x7b\x91\xf6\x17\xf0\x8c\ \x00\x38\x83\xeb\xf2\x4e\xbf\xdd\x65\xf7\xd8\x47\x1c\x41\xa7\xdb\ \xe6\xb0\x80\x1f\x07\x14\x8d\x41\x6b\x34\x91\x58\x5e\x5d\x83\xcd\ \x05\x80\xfa\x04\xa1\xd5\x71\x14\xb6\x87\xc2\x75\x77\x00\x2f\xfe\ \x40\xfc\x2f\x40\x0d\x02\x20\x89\xc3\xee\x2c\x70\x4e\xab\xcd\x6b\ \x19\xdd\xe7\x75\x03\x46\x37\xea\xf5\x8e\xdb\x7d\x1e\x6b\xc8\xee\ \x84\xcd\xec\x70\x7d\xca\x1e\x88\xfa\x2d\x2e\x2b\x00\x4f\x70\xf2\ \x68\x38\x10\x81\xee\x0b\x40\x21\x06\x03\xf6\x60\x30\x68\xf7\x03\ \x84\xf2\x85\x61\xb3\x28\x74\xf2\x8b\x47\x83\x50\x45\x42\x49\x18\ \x0e\xc6\xa2\xf1\x44\x3c\x0a\xf8\x5d\x6c\x6f\x0d\x6b\xaf\x5e\x72\ \x97\x50\x10\x54\x3c\x9b\x3b\xbb\x52\xfc\x68\x71\x5e\x9b\xfa\x68\ \x7e\xfe\xad\x33\x1f\xbf\xf3\xc1\xfb\x6f\xbe\xf9\xf6\x5b\x6f\xbe\ \xfa\xbb\xd7\x16\x93\x1f\x9e\xb9\xb4\x78\xe9\xfc\x91\x13\x53\x26\ \xaf\xb3\xac\xa4\xdd\x7b\xcc\x22\x88\x2c\x55\xab\x85\x1e\x73\x9e\ \x6e\xab\x5c\x2a\xa5\x95\xe8\x1c\xca\x13\xac\x90\xc9\xe9\x84\x56\ \x62\x65\x54\xd2\x33\xad\x5d\xae\x92\x65\x51\x1c\x68\x28\x56\x2e\ \x64\x50\x42\x4c\x21\x25\xb1\x2e\xad\x64\x52\x79\xa2\x89\x8a\xb5\ \xea\x7b\x15\xbe\x20\x2a\x2a\x4f\x1a\xa2\x92\xca\xb0\xac\x5c\x2a\ \xa8\xa2\xc0\xe9\x84\x2c\x67\x75\x8e\xac\xa5\x52\x08\xa9\x4d\x5d\ \x22\x53\x33\xf3\xe4\xce\x4e\xb7\x85\x28\xe6\x5d\xa3\x68\xec\x76\ \xdb\xbb\x4d\xda\x1c\xd0\x83\xed\x87\x5d\xb5\x85\x34\x9b\x3a\x61\ \x74\xcc\x6e\x03\x43\x0c\x3a\x85\x75\xbb\x66\x5b\x90\x78\xb4\xc4\ \x0f\x7a\x3d\xbe\x8e\x6f\x6c\xb1\xed\x16\x6e\xd4\x3b\x98\x21\x0b\ \x48\x9f\x37\x80\x20\x24\x78\x2e\xdb\x68\xd6\x37\x1b\xdd\xdb\x0d\ \x33\x95\x5e\x99\x5f\xaa\x30\x22\x91\xab\x2a\x59\x91\x91\xf1\x75\ \x0e\xd7\x33\x95\x74\x6d\x66\x65\x71\x66\x41\xab\x56\xaa\x85\xfc\ \x52\xa6\x92\xc2\xb3\x79\x45\x62\x10\x9e\x31\x7f\x69\x8b\xd4\x7a\ \x67\x6b\xe7\xce\xf6\x8d\x1b\xb2\xb0\xfd\xcb\xd3\xe7\x4f\xee\x5f\ \xf3\xde\x6c\xfd\x38\x32\x31\x31\x6a\x89\xc4\xac\xc7\x3d\x30\xe6\ \xf8\xf3\xf0\x8f\x5f\x7d\x39\xec\xf6\xd4\xa6\x89\x37\xb1\x16\x47\ \xa0\x3a\xce\x11\x92\x21\xf7\xbb\xad\xa6\x49\x76\xd8\xdd\xed\x7f\ \xfe\xf0\xc3\xad\x1f\xbf\xba\x79\xf5\xf8\xb9\x43\xaf\x8f\x8f\x8e\ \x01\x39\x38\x3a\x6a\x01\x1c\xea\x05\x8b\xb2\x3b\x2d\x36\x3b\xe0\ \x4c\x3e\xbb\xc3\xee\xb7\x8d\x8f\x38\x7c\x76\x2f\x34\x7c\x81\xeb\ \xea\xa1\x70\xd0\x63\x1b\x81\x81\xaa\x1e\xc0\xb1\x1c\x30\x9c\xcb\ \xe6\xb6\x8e\x8c\x7b\x6d\x63\x40\xd1\xf9\xfc\x80\x96\x45\x96\xd7\ \x80\x1c\x8c\x85\x43\xd1\xd8\x32\x20\x59\x01\xb8\x0e\x1e\x09\xc1\ \xf5\x25\x7f\x30\x12\x04\xc8\x12\x8c\x26\x62\xb1\x78\x2c\x14\x8f\ \x25\xd6\xe2\x80\x81\x45\x7d\xfb\xf6\xed\xb3\x78\xdd\x6e\x87\xc7\ \xe6\x9d\xd8\xef\x0e\x04\x1c\xd6\x98\xdf\x17\x8d\xc0\x8e\x50\xf0\ \x1d\xe0\x02\x96\xd5\xe9\x0f\x04\x9c\xa1\x68\xe2\xc5\xca\x55\x2c\ \x04\xa4\x65\xd8\x07\xb7\x04\x83\x41\x20\x33\x83\x91\x98\xdf\x1e\ \x89\x46\x83\x90\xdf\xc1\x3d\xc4\x60\x1c\x8a\x46\x98\xf4\x05\x99\ \x57\x28\xb8\x97\xfc\xbc\x57\x2f\xb9\x4b\xa8\x0b\x5a\x4d\xc9\x4c\ \x97\x17\x8f\xcd\x2f\x95\x67\x66\xa6\x66\xcf\x9f\xfa\xf0\xfc\xf9\ \x8f\xdf\x7a\xeb\x4f\xef\xfc\xf9\x95\xff\xf8\xe3\xd9\x99\x4b\x1f\ \x9c\x3a\x7b\xfe\xfc\xe9\xb3\x97\x78\x66\x31\xc3\x24\x4b\x4f\x1f\ \x6a\x06\x5f\xd7\x95\x6c\x55\xd5\xca\x46\xbb\xd9\x4a\x21\x82\x42\ \x23\x0c\xcf\x6a\x8c\x52\x62\xda\x8a\x62\xa6\x18\x95\xa5\xcd\x2d\ \x3a\x97\x13\x1a\xba\x2e\xb2\x66\x67\x71\x51\xc0\x28\x46\xcc\x65\ \xb8\x42\x5a\xc9\x4a\x94\x42\x51\xa5\xf2\x4c\x49\x30\x19\xa4\x81\ \x20\x8d\x62\x56\xa7\x51\x8c\xcd\xa2\xdd\xb4\xc8\xca\x7d\x4e\xab\ \xe2\x0d\x69\x25\xaf\xe3\x3a\x33\xbf\x84\x64\xe7\x67\x01\x16\xdd\ \xed\xb2\x88\x79\x77\x48\xe0\x7d\xae\xd9\x37\xe9\xcd\x6d\xa6\xd9\ \xdd\x19\xd4\x87\x9d\x56\x1d\x27\x1a\x6d\x92\xc7\x70\x73\x93\xa6\ \x36\x00\xe3\x53\x45\xa3\xa1\x20\xed\xd6\xe6\xb0\xdb\x46\x36\x7b\ \x0c\x6e\x02\x80\xe0\x91\x86\x5a\xe0\xba\x43\x55\xee\xf1\x6a\x1b\ \x51\x3b\x1d\xb2\xd1\x69\xde\x79\xdc\x4e\x49\x19\x2d\xa3\x29\x08\ \x2f\xcd\xe6\x91\x46\x03\x13\x7b\x75\x44\x24\x8b\xb3\x39\xc0\xb2\ \xaa\x55\xb1\x38\x37\x0b\x08\x56\x5e\x60\x5b\x99\xe4\x92\x20\xe1\ \x04\xd3\xbb\xd1\xaa\x52\x9b\x5b\x1b\xf7\x77\x07\x7f\x7f\xd6\x30\ \x9e\xdd\xf8\xe5\xd9\xcf\xcf\x0e\x4e\xec\xec\x1c\xf5\x1e\xb8\x38\ \x3e\x1a\x59\xf3\x1f\xb2\x81\x7b\x33\xb6\x1a\xfe\xfb\xb7\x5f\xee\ \xac\xaf\xe3\x2c\x89\x03\x58\x25\xd4\xba\x2a\x93\x98\x2e\xab\xed\ \x6d\xb9\x55\xdf\xd8\xd8\xbe\xf7\xed\x8d\xaf\x7e\xba\xf8\xdd\xf7\ \x8f\xbe\x38\x7e\xe0\xf5\xe3\x07\xc6\x0f\x8e\xee\xdf\x3f\x36\xee\ \xb0\xbb\x00\x34\x00\x58\x82\x5e\xa1\x23\x5e\xb7\xc3\x0b\x03\x02\ \x3d\x6e\x77\xc0\xe7\x04\xe8\xe4\x76\xfa\xdd\x6e\x7f\xd0\x1f\x02\ \x74\x08\x48\x3f\xab\x3b\x60\x75\xbb\xfc\x01\x8f\xc5\x69\x77\xb9\ \xec\x00\xef\x3c\x70\x51\x1e\x28\xb4\xd5\xf8\xe7\x9f\xad\x45\x23\ \xbe\x58\x22\x1a\x01\xca\xcc\x0f\x7b\x17\x22\x80\x6a\x85\x03\x70\ \x27\x0f\x9a\x83\x86\x57\x63\x2f\x02\x73\xa2\x91\xc4\x72\x74\x35\ \x16\xf1\xd9\x46\x46\x2d\x36\x9b\xc7\xb2\xef\xc0\xa8\xcd\xe7\xf7\ \xb9\x1c\xfe\x08\xf8\x60\x2c\x0a\x27\x0d\x81\x30\x75\xc2\x54\xe9\ \x00\xb4\xb6\x82\x86\x32\x80\x5d\xc5\x22\x0e\x18\x7d\x18\x05\xb0\ \x16\x00\x1f\x0f\x42\x63\x51\x3f\x00\x46\xe8\x26\xe3\x7f\x61\xe3\ \x0e\xf7\x06\x63\x50\x37\x82\x43\xe0\xca\x7b\x0c\x6b\xaf\x5e\xae\ \x32\x05\x29\xa5\xe9\x52\x5e\xaa\x7d\xbc\x08\x53\x52\xcf\x9e\x38\ \x73\xea\xed\x0f\x3f\x7c\xef\x83\x3f\xbe\xf6\xca\xab\xaf\xfd\xdb\ \xbf\x5d\xa8\x9c\xff\xf0\xad\x0b\xf3\xe9\xe9\x13\xd3\x2b\x35\x20\ \xf4\xb4\xec\x7a\x5f\x6f\x23\x04\xa3\xe4\x93\x34\x5b\x10\xfb\xeb\ \x6d\x3a\x95\xc7\x54\x5c\x24\x53\xd5\x8c\x54\x92\x89\xf9\x62\x1d\ \x6f\xca\x2a\xde\x1e\x30\x69\x84\x20\x84\x36\x8f\x77\xfa\xc5\x34\ \x25\xe4\xf3\x52\x52\xc2\xab\x15\x94\xd1\x09\x92\x32\x4a\xc9\x29\ \x9d\x66\x08\x5a\x11\x33\x64\x3e\xa5\xf2\xac\xdc\xd6\x29\x75\x51\ \x37\x75\xbe\x91\x95\x78\x9c\x14\x53\x94\x50\x43\x95\x92\xc1\xe7\ \x92\xe6\x10\x6b\x0d\x9b\x52\xeb\x36\x4f\xe1\x00\x66\xd4\x2d\x6a\ \xb7\x93\xee\x6f\x0c\xea\xed\x46\x67\xb3\x55\x62\x1b\xdd\x2d\x5e\ \x15\x5b\x03\x11\x69\x51\xdd\x4d\x22\x4b\xee\xf0\x48\xbb\x6e\xf4\ \xdb\xf5\xf6\x0e\xaf\xc8\x9c\xdc\x5c\xe7\x10\x9e\x17\x49\x83\x87\ \x8b\xe0\xad\x07\x6a\x83\xdb\xee\xb6\xea\x77\xb6\x7e\x5e\xd7\x15\ \x46\x47\xab\x0c\xab\x57\x97\xc4\xf6\xdd\x01\x4d\x6e\xaa\x94\x48\ \xe5\xcb\xf9\x6a\x79\x61\x25\xa9\x67\x17\x93\x0b\x85\x6a\x49\x21\ \x1b\x73\x1f\x25\x75\x9e\xe3\xcc\xde\xb7\xdd\x5a\x7b\xab\xb7\x75\ \x7f\xe3\xe9\x6f\xdf\xaa\xfd\xe7\xdf\xfc\x76\xe3\xc6\x6f\xfb\x0e\ \x7d\xfb\xe4\xdc\xa1\xfd\x07\x46\xdc\xb1\xeb\xae\x2b\xfb\xc2\x80\ \xb7\xc4\x5d\xbf\x7d\xfb\x60\x67\xbd\x45\xe2\x58\xd3\x90\xeb\x75\ \x9e\x6d\x72\x66\xa3\x55\xef\x18\xad\x7a\x77\xf3\xde\xbd\xc7\x4f\ \x6e\xfc\x78\xf9\xbb\xcb\xd7\x7e\xfc\xe2\xe4\xe1\xc3\x13\x63\x07\ \x0e\x1f\x1a\xdb\xef\xdd\x37\xea\x71\x59\x03\x7e\x17\x34\x18\x75\ \xbb\xdd\x1e\x9f\xdb\x05\xc0\xcb\x69\x71\xb9\xdc\x56\x9f\xcb\x06\ \xd7\xd5\x7d\xbe\x11\x57\x30\x10\xb3\x1c\x18\x73\xb8\xfd\x3e\x67\ \x10\xe8\x47\xf0\x0a\xe0\x65\xae\x31\xdb\x88\x1b\x36\x17\xb8\x00\ \xbd\x59\x8d\xc7\x3f\x5b\x8e\xf9\x5f\xa0\xd5\x8b\x06\x74\x20\x0d\ \xc3\x91\x80\x15\x4e\x21\xbf\xc8\x65\xf6\x07\xa3\xab\x09\x38\x47\ \x18\x5f\x05\x3c\x0b\x68\xc3\x80\xdf\x61\xb3\x8d\xec\xb7\x8f\xed\ \x1b\x1b\x77\xfb\x82\x40\x69\x3a\x43\xb1\x30\x4c\xb6\x08\x38\xed\ \x4e\xbb\xdf\x6e\x87\x66\xc8\xce\x50\x04\x76\x4d\x84\x22\x7e\x7f\ \x00\x1a\x1f\x07\x7d\x3e\x88\x54\xfe\x30\x0c\xd1\x89\x40\x66\x05\ \x67\x0a\xc1\xb3\x78\x38\x0a\x13\xa6\xe1\x4c\x8e\x2f\x0a\xdb\x4b\ \x01\xc3\xdb\x03\xac\xbd\x7a\xb9\x62\xc4\x1a\xaf\x6b\xa9\x99\x62\ \xe9\x74\xb9\xb2\x32\x37\x3f\x35\x77\xe4\xcc\x7b\xef\x1d\x3b\xf3\ \xd6\xbb\x6f\xbd\xfa\xfb\x7f\xfb\x4f\xbf\x9f\x9b\xfd\xf8\xc8\xb1\ \x53\x97\xce\x9f\xbd\x30\x5b\x12\x50\x93\xd0\x85\x07\xeb\x74\x93\ \xd1\x49\x49\xcf\x63\x52\x15\xdf\xe9\xd6\x29\x36\x85\x0c\x19\xbe\ \xa1\x88\x1a\xc6\x74\xd8\xaa\xde\x20\x71\x2a\x8b\x76\x1e\x28\x65\ \xce\xc4\x24\x56\xca\x36\x77\x97\x32\x64\xa9\x50\xd5\x25\x5a\xc8\ \xe9\x4d\x12\x61\x29\x31\x25\x97\x57\x10\x81\xd2\x0b\xd5\x94\x4a\ \x95\x64\x8c\xcf\x88\x64\x4d\xc7\x72\x1a\x9f\x62\x10\x2c\x43\x61\ \xca\x42\x49\x29\xd4\x64\xaa\xc4\x31\x99\xc5\xa6\xa1\xf6\x86\x0d\ \x72\xb8\x6d\x32\xbc\xd1\xeb\x1a\x04\x3a\xe4\xc9\xad\xa1\x8c\xf4\ \x07\xdc\xba\x41\xc8\xdd\x06\xa0\x59\x7a\xcb\xc8\x34\xcc\x7e\xf7\ \x5e\x9d\x6d\xac\x23\x74\x43\x26\xd5\xcd\x8e\x89\xf0\x1c\x35\xa8\ \x73\x5b\xc3\xd6\xa6\xae\xab\x5c\x8b\x1b\xb4\xe5\xfa\x16\x6e\xf4\ \x9a\x94\x7a\xf7\xee\xbd\x2f\x8d\x5c\xad\x90\xca\xd6\x68\xa6\x92\ \xc9\x63\x46\xcb\xc0\x5a\x0f\x37\x58\x94\xae\x96\x33\xc9\xf9\x99\ \x6a\xa5\x56\x2b\xa7\x2b\xe5\x74\x46\xe7\x90\xf2\xf9\xb2\x6a\xc8\ \x6a\xf7\xc1\x37\x4d\x6a\xf0\xf3\xee\xf6\x4e\xff\xaf\xdf\x6f\x22\ \x1b\x5f\xfd\x70\xe3\xc6\x5f\xbf\xb7\x1f\xf8\xe6\xd9\xeb\xa3\x40\ \xb7\x59\x56\x97\xbd\x87\x9d\x31\xa0\xb6\x62\x23\xcf\xfe\xd1\x6f\ \xb4\x5b\x1d\x53\x6a\x60\x00\xa7\x54\x54\xee\xb4\xb9\x6e\xab\x85\ \xa9\x8d\x8d\xf5\xad\x27\x8f\xbe\x7a\xf4\xe3\xa3\xef\xbe\x38\xfe\ \xc5\xd5\x43\x13\x47\x5f\x1f\x7f\xfd\xd0\xfe\xb1\x11\xdb\xa8\xd7\ \x3b\x62\xf5\xbb\x2d\x6e\x9b\xdd\x62\x77\xc3\x01\x64\x20\xf6\x3c\ \x2e\xc0\x9f\xac\x3e\xc0\xb3\x2c\x8e\x51\xbb\xdf\xef\x72\x5a\xa3\ \x41\xc0\xbe\x5c\x36\x20\x09\x2d\x6e\x97\xc5\x35\x36\x66\x87\xbd\ \x9e\x16\x07\xb4\xd6\x73\x02\x15\xb6\xbc\xfa\x79\x62\x39\xe2\x0f\ \x01\xc0\x82\x06\x7a\x7e\xc0\xad\x9c\x21\x5f\x08\xca\x39\x40\x8f\ \x7c\xd0\x14\x34\x08\xa4\xe2\xea\xf5\x78\x3c\x1e\x8b\xae\x02\x78\ \x0b\x45\x9c\xe3\x36\xcb\xfe\x31\xcb\xbe\x7d\x8e\x30\x74\x44\x06\ \x27\x81\xd4\x09\x9a\x1d\x3b\x60\x16\x8e\x0f\x26\x0f\xfa\xac\x21\ \x38\xe8\x1c\x8e\xc3\x30\x57\x88\x58\xe0\x01\x70\xac\xb0\xcf\x07\ \xce\xee\x83\xe1\x83\x51\x18\x50\x11\xf6\x45\xa3\xd0\xcb\x21\x02\ \xe1\x32\x14\x4c\xf8\xc2\x41\x6b\x20\x1a\xdd\x93\x84\x7b\xf5\x92\ \xbb\x84\x62\x56\xa3\x68\xf4\xd2\xd4\xca\x85\x52\x7e\xa9\xb6\xa8\ \xcc\x9c\x3e\x73\xec\xd8\xf9\xc9\x23\x67\x3e\x7c\xfb\xcd\xb7\xfe\ \xe3\x8f\x97\xce\x03\xbc\x9a\x5c\x38\x36\x33\x35\x55\xa5\x10\x52\ \x40\x0b\x4f\x36\x74\x42\xe5\x5b\x80\x21\xd1\x4a\x55\xed\x11\x2d\ \x56\x50\xf0\x81\x86\x1a\x24\x93\x4b\xe9\x06\x56\x25\xeb\x3a\xe0\ \x4f\x68\xe7\x69\x31\x4d\xca\x75\x3a\x9f\x51\x86\xdc\x85\x34\x5d\ \xab\xb2\xa8\x84\x08\x65\xa6\xd5\x28\x28\x29\x1d\x63\xab\x29\x26\ \x83\xd3\x7a\x91\x96\xb1\x0c\x41\xd2\xd9\xa4\x9e\xc7\x55\x4d\x04\ \xff\x15\x90\x02\x81\xc3\xdd\x4b\xa5\x8a\x60\x05\x1c\x9f\x5f\x61\ \x5b\xeb\xdb\xc3\x4e\xa7\x7f\x17\x6b\x6f\x12\xad\x76\xbd\x81\x1b\ \x8c\x30\x18\x0e\x87\xdb\x6d\x94\xc3\x01\x98\xb5\xeb\x2d\x99\x18\ \xaa\x4c\xbb\xb5\xb3\x31\xd8\xe4\xa9\xba\xae\xd6\x49\x92\x6f\xe2\ \xac\x29\x10\xed\x4e\xab\xd7\xc4\x91\x06\x46\xb7\x7b\x8d\xee\xb0\ \x87\xf5\x3b\x3c\xda\x6c\xcb\xc8\xe0\xc1\xdd\x1d\x39\x93\x2b\x65\ \xca\x59\xac\x54\xad\x89\x68\xc3\xa0\x53\x77\x9e\x6c\xe3\xaa\x99\ \x9b\xab\x2c\x66\x8a\xe9\x6a\xbe\xba\x52\x64\x32\xa9\x82\xd0\xd6\ \x92\x4b\xd9\x3a\x69\x0e\x36\x1f\xef\xe0\xf4\xf0\x1f\x9b\xb7\x1f\ \x6c\xff\xfd\xa7\x0d\xee\xee\xad\x1b\xdf\xdc\xfc\xeb\x61\xeb\xd1\ \x9f\xaf\xd9\xbc\x5e\xcb\x98\xe7\x7a\x62\x74\xc2\x1a\x5b\x06\x08\ \xf1\xfa\x8d\xc7\xfd\x16\xd7\xe9\x93\xb8\x61\xf6\xdb\x26\x4f\x35\ \x3a\x1c\xa1\x36\x9a\xb2\xd9\x7d\xba\xf1\xf3\x5f\x7f\xbd\xfc\xe8\ \xd3\x2f\xbe\x38\x77\xf8\xea\xd1\x89\xe3\x87\x26\xc6\x0f\x8e\x8f\ \x1d\xf0\x8c\x38\xdc\x36\x2f\x74\x35\x76\xba\x6c\x76\xd7\xa8\xcd\ \x0a\x68\x96\xcb\x65\xb1\x80\x43\x40\x17\xda\x47\x6c\x16\x8b\x13\ \xf6\x43\x01\x21\xe6\xf0\x8e\x00\x02\x66\x87\xbe\x7a\x0e\x37\xf8\ \xb1\x8c\x8f\xd8\xed\xc1\xa0\xd5\x6f\xb5\x87\xa0\x83\x68\x02\x48\ \xb1\x68\xc4\x6e\x05\xf0\x04\xb8\x0f\x50\x70\x80\xb9\xc5\x22\x61\ \x67\x20\x02\xfd\x41\x83\xb0\x43\x0a\x8e\x13\x46\x83\x00\x47\x42\ \xcb\xb1\x68\x20\xe6\x3c\x38\x06\x08\xde\x01\x70\x2d\xbf\x35\x60\ \xb7\x47\x12\x91\x80\x23\x1a\x00\xd0\x06\x64\xa7\xd3\x0a\x67\x6d\ \x82\xb1\x80\x3f\x68\xb5\x07\x81\xda\x83\x71\x83\x56\x2b\x1c\x23\ \x74\x46\xac\x00\x96\x00\x83\x8a\x3a\x61\xa7\x17\x38\x6b\x34\x04\ \xa8\x59\x20\x1c\x83\x0a\x34\x02\x1e\x63\xb1\x70\x30\xe6\x0f\x2c\ \x47\xf7\x18\xd6\x5e\xbd\xe4\xa2\x3b\x26\x52\x02\x9a\x99\x9c\x3c\ \x7b\x2c\xb3\xb2\x94\x4f\xe6\x16\x4f\xcd\x9f\x3f\x75\xe1\xd4\x47\ \x1f\xbc\x7f\xec\x83\x3f\xfd\xfe\x4f\xa7\xa7\xce\x1c\x3b\x3d\x39\ \x7d\xfa\xc2\x89\x25\xa5\x5e\xc7\xd1\x2c\xf1\x98\x28\x70\x4d\x75\ \xc3\xc8\xd4\x3a\xf9\x42\x43\x6f\x0d\x65\x29\xc5\x35\x4a\x24\xc2\ \x88\x68\x1e\x1b\x76\x0b\x46\x9b\xe1\x0c\x5a\xdc\xd9\x4c\x57\x34\ \xb5\x4e\x61\x25\x76\x53\x9f\xad\x65\x99\x02\xcb\xe6\x04\x66\x89\ \x69\xd3\x35\x4d\x21\x64\xbd\xaa\x50\x62\x2e\x55\x2e\x50\x14\x2a\ \x56\x85\xbc\xa6\xeb\x92\xc1\xd7\x6a\x14\xcf\x12\x94\x2e\xae\x53\ \x45\x52\x6d\x2a\xb5\xd2\x0a\x4b\xe5\x4a\xf5\xad\xc1\x7a\xb3\x2f\ \x0c\xb7\xc5\xe6\x46\x7f\x00\x94\x9e\xb9\x63\x52\xbd\x8d\x46\x7f\ \xab\x5d\xdf\x22\x89\x4e\xaf\xde\xdf\xc0\xf8\x26\x86\x36\x76\x36\ \xda\x77\xfb\xfc\xc0\xd4\x1b\x44\x7f\xbb\xd1\x52\x4d\x42\x12\xbb\ \x7d\xd3\x6c\xf3\xdd\x3b\x06\xda\x6e\x81\xb3\xb7\x88\x0e\xd7\x69\ \x9a\x1d\x55\x6d\x6c\xde\xfd\x99\x2f\x6a\xb5\x5c\x3e\x2b\x88\xa5\ \x4a\x41\x12\x78\x26\xdb\xfd\x12\x11\x76\x6f\xa7\xb5\xa5\x45\x25\ \xb3\x50\xac\x26\x6b\x25\x96\xce\x96\x73\x24\xbd\x30\xa3\x34\x54\ \x7e\x77\xe7\x9b\xa7\x04\xf9\xe0\xf1\xe6\xfd\x3b\xed\x1f\xbf\x78\ \x48\x7c\x79\xf3\xc6\xa3\x5f\xff\x36\xee\xb8\xfc\xcf\xcb\xee\xe3\ \x1e\x8b\xd7\xbf\x1c\xdb\xef\x09\x46\x80\xc8\x72\x7e\x72\xf3\xe1\ \xd6\x3a\x4f\xf6\x4d\xde\xe4\xb8\x26\xd7\xe5\x5b\xcd\xb6\x4a\xd6\ \x5b\xdc\xfa\x60\xf7\xe7\x67\x37\x7e\xfb\xfa\xd3\xcb\x57\xaf\x4d\ \x1c\xbf\x78\x79\xe2\xe0\xf1\x43\x07\x0f\x1f\x38\xe0\xb5\x78\xdd\ \x16\x9b\xd5\x0e\xdb\xd4\x6d\x6e\xbb\xdb\xe2\xb1\xbb\xdd\x56\xb7\ \xdb\x61\x77\xba\x1d\x16\x0b\xa0\x58\x70\xcd\x3d\x00\xa7\x73\x00\ \xef\xf1\x8e\xb9\x80\x58\x74\x39\x9c\x36\xfb\x08\xcc\x13\x04\xa8\ \x16\x80\x89\x10\xc1\x50\x3c\x9e\x80\x50\x11\x8d\xc5\xe3\x80\xed\ \xf8\x7d\x10\xa6\x00\xc2\x05\x82\xf1\x10\x34\x58\x48\xc4\xc3\x3e\ \x20\xdd\xac\xc1\x58\x22\x14\x5f\x8b\xc6\x23\x00\xda\xc2\x89\x48\ \x34\x30\x3a\x71\x68\x0c\xc0\x65\x00\xfa\x9b\x86\xad\x7e\x70\xb9\ \x70\x10\x28\x50\xa0\x0f\xed\x6e\xb8\xb0\x96\x88\xc3\x7d\xc1\x17\ \xae\x32\x80\xaf\x41\x27\xac\x10\xb8\x0a\x6c\x23\x85\x6b\xf8\x11\ \xa0\x0d\x23\x21\x18\xad\x0a\x87\x75\x82\xc1\x70\xf4\x05\xe1\x5a\ \x5e\x06\x54\x2b\x96\x58\x0d\x87\x12\x7b\x92\x70\xaf\x5e\xb2\xf2\ \x2c\xc9\xd0\xa8\xb0\x72\x76\xe1\x7c\x79\x7e\xe1\xc4\xa9\xcc\xca\ \xd4\xa5\x8f\x66\xf2\x0b\x1f\xbe\xfb\xf6\x7b\xef\xfe\xe1\x77\x7f\ \x3a\x3b\x39\x3d\x79\x76\xee\xd2\xf4\xf4\xa9\x39\x06\x41\x01\x82\ \xc8\x5f\x1a\xd9\xce\x43\x7c\xdb\xcc\xeb\xcd\x4a\xb5\x8e\x0c\x3a\ \x26\x10\x87\x66\x41\xac\xcb\x04\x5f\xc9\x20\x54\x01\xe1\x53\x08\ \xa7\x11\x3b\x9d\x5a\x3e\x8b\x0c\x09\xa2\x94\xda\xa2\x67\x17\x15\ \x15\xa1\xe4\x3c\x2b\x94\x14\xb2\x92\xab\xa6\x5a\x32\x33\x57\x63\ \x0a\x45\xa1\x9a\x2f\x21\xb4\x46\x20\xd9\xb2\x90\xca\xe8\x78\x9a\ \x55\x79\x8e\xc5\x50\x8a\xc8\x66\x25\x96\xd7\x56\x66\x96\x52\x62\ \x9a\xe8\x1a\x7c\xa7\x3e\x60\x36\x87\x25\x15\x46\x40\x6f\xb0\xea\ \x40\xc2\xda\x6d\x4e\xdd\xea\x76\xfa\x04\x5a\xe7\x65\x73\xa3\xa7\ \x77\x78\xa6\x37\xbc\xd3\xef\xb2\x34\x52\xe7\xea\x26\xb7\x65\xf0\ \xed\x4d\x83\xc7\xbb\xdb\xcd\x7e\xbf\xd3\x6c\xe8\x78\x43\xee\xb5\ \xc8\x3a\xdf\x32\x9b\xdb\x1d\xa3\xd3\xee\xec\x7e\xfb\x33\x56\xd5\ \x4a\xe5\x0c\x21\x4a\x8a\x28\xe4\x19\x54\xca\xec\xde\xa3\xb1\x3b\ \xfc\x54\xad\x52\xcb\x67\x34\x56\xbb\x30\x93\xd3\xc5\x72\xa1\x44\ \x08\x0b\x8b\xa9\x7a\x6f\xcb\x58\xff\xfb\x7d\xc1\x78\xf6\xf0\xf1\ \xee\xe0\xf1\x6f\xb7\x1e\xb4\xbe\xf9\xed\xd1\xa7\xbf\xfd\xe8\xb5\ \xfd\xf5\xd9\x21\xe7\xb8\x77\x64\x14\xdc\xa0\xe3\x8e\x28\xe0\x16\ \xf1\xf0\x27\x37\x36\xbb\x6d\xa3\x4f\x60\x4d\x13\x95\x8d\xba\x21\ \xf7\x86\x3d\x14\x51\x9b\xbd\x07\x5f\x3e\xfe\xe5\xaf\x3f\xdd\xfa\ \xe1\xbb\x6b\x5f\x9f\x1c\x3b\x79\xe5\xd3\xfd\xaf\xbf\x3e\x36\x36\ \x3e\x3a\x6a\xb3\x00\x64\xb2\xd9\x1c\x56\x0b\x60\x4c\x4e\xcb\x0b\ \x07\x06\xcb\xbf\x64\xa1\x1b\x1c\x02\x47\x9c\x10\x39\xac\x0e\xa8\ \xb0\x9c\x6e\x97\xdf\xea\x07\x38\xe6\x76\x7b\xbd\xe3\xa3\x00\xe0\ \xac\xd0\xf5\xc5\x1e\x5a\x5d\x5b\x5d\x06\xb2\x2f\x12\x86\x1d\x0c\ \xd6\x70\x2c\xe8\x8f\x84\x2d\xfe\x28\xb4\xa4\x5a\x86\xd1\x36\x40\ \xa4\x05\x7d\xf6\x40\xd0\x1e\x48\x24\x42\x89\xeb\x80\x5c\xc5\x63\ \x91\xf8\xf5\x78\xc4\x3a\xf6\xfa\x21\xab\xd5\x1a\xf2\xb9\x1d\x80\ \x42\xb9\x83\x7e\xf7\xf2\xff\xeb\xdc\x0f\xf3\x26\xa0\x85\xbc\x15\ \xba\x3e\xfc\x2b\x74\x22\xec\x87\x0b\x56\xc1\x40\x04\x5a\x97\x42\ \xd7\x06\xb8\x1d\x08\xa4\x60\x04\xb6\x7c\xf9\x03\xe0\x52\x30\xcb\ \x15\x86\x53\xc0\xd0\xc2\x50\x7c\x19\x10\xb0\x68\x28\x11\xdb\x73\ \x6b\xd8\xab\x97\xac\xa5\xa6\x94\xe5\xb2\x4a\x21\x97\x9c\x9c\x9a\ \x49\x2f\x54\xab\xc9\x85\xc9\x63\x53\x95\xc5\x53\xd3\x1f\x7d\xf8\ \xe6\xab\xaf\xbd\xb9\x90\x9c\x9f\x3b\x3b\x37\x37\x37\x3f\x7b\xbe\ \x46\x53\x06\x95\x24\xff\xd9\x2a\xb1\x75\xac\x89\xd4\xaa\x52\x95\ \xe9\xe2\xbd\x75\x19\xcf\x36\x87\x5a\x0d\x53\x51\x84\xce\x22\x85\ \x3c\x46\x10\x2a\x2b\xd1\xb7\x5b\x73\x0b\x59\x8a\xc0\x29\xa0\xa6\ \xe8\x45\x41\x6a\xa1\x12\x99\xc5\x52\x33\x29\x4a\x2b\x65\x48\x0c\ \xd7\xe7\xb3\x0a\x9d\x49\x16\xc5\x12\x91\xcb\xab\x6c\x2a\x2d\x2a\ \xa2\x91\x55\x8c\x14\x86\x21\xbc\xda\x90\xa5\x3c\x63\x6a\x59\x22\ \xad\x21\x62\x09\xab\xb7\x1b\x26\xd7\xc3\xef\xf6\x6a\x24\xd5\xdb\ \x6c\xed\x62\x4d\x39\xcb\x9b\xcd\x4e\x6b\xd7\xe8\xc9\x68\xb3\xde\ \x20\xd1\x8d\x9e\xd9\xc7\x28\x6e\x7d\xd8\x34\x09\x56\xed\x88\x4d\ \x99\x30\x54\x44\x1e\xaa\xa9\xf6\xb0\x2f\xb7\xda\x48\xb3\x23\x61\ \xc3\x96\xdc\xe3\x79\xbc\x55\xe7\xfb\x8d\xee\xe0\xf6\x83\x67\xdf\ \x6c\x28\x62\x09\x68\x59\x05\xfc\x59\xcc\xea\x29\x89\x2e\xfc\x3c\ \xcc\xe0\xeb\xed\xc5\x9a\x58\xca\xe4\x14\x76\xbe\x5c\x4c\x49\xba\ \x90\xc3\xfb\x44\xb5\x4c\xb7\x86\xbb\x1b\xdf\xde\xec\xd2\xfd\xa7\ \x3b\xdb\xb7\x1f\xfe\xf2\xfd\xcd\xf6\xee\xa3\x5f\x1f\x7d\xf5\xd5\ \x27\xce\x91\x1b\x7f\x1f\x7f\x91\x32\xb3\xb6\x16\x1b\xf3\xad\x46\ \x96\x43\xf1\xc0\x23\x20\x2e\x09\xde\xc4\x8c\x16\x4b\x91\xcd\x21\ \x89\x0d\x86\x4d\x15\xad\x37\xee\x7d\xf9\xcb\xb3\xbf\xdf\xfc\xf4\ \xda\xc5\x93\x9f\x9c\x9c\x38\x3e\xf1\xc9\xd1\x03\xfb\x47\xc7\xc6\ \xdd\xa3\x8e\x11\xaf\x15\x20\xd5\x88\xc5\xee\xb7\x58\xfc\x56\xa7\ \xcf\x05\x50\xca\xe1\x70\x5a\x01\xd5\xf2\x5b\x2d\x61\xbb\x33\xe0\ \x70\xf9\x7c\x50\xf4\xf9\x9c\x4e\xef\x7e\xb7\xd7\x6d\xb7\xdb\x6c\ \xb6\x31\xaf\x65\xd4\xe6\x05\x6c\x2b\x1a\x00\x3c\x28\x72\x3d\x1e\ \x8f\x01\x7e\x03\x90\x04\xc8\x47\x00\x2a\x40\x01\x5a\x5d\x30\xa9\ \x39\x14\x8e\x46\x60\xa2\x8e\x1f\x82\x0d\x38\x0b\xb4\x00\x4d\x24\ \x96\x13\xf1\xe5\xd5\xc4\xf5\x55\x7f\xd8\xe9\x19\xb1\x43\xf5\x68\ \x77\x44\x60\x0c\x8e\x33\x68\xf9\x1f\xff\xe7\xb2\x03\x76\x52\x01\ \x5a\x15\x08\x84\x03\xd1\x20\xf8\x78\x2c\x06\x4d\x1a\xe0\xbc\x0d\ \x00\xbe\x78\xd8\x6f\x75\x00\x4c\x0a\xc6\x5e\xf4\x88\x06\xc0\x55\ \x9d\xc1\x48\x24\x1e\x81\x91\xd0\xe1\x58\x08\x7c\x89\x48\x00\xf0\ \x3a\xf0\x08\x17\xb8\x7c\x7b\x77\xdc\x5e\xbd\x54\x65\x65\x54\x13\ \x67\xb5\x54\x7e\x7a\xa9\xba\x50\xcb\x2d\x55\x96\xaa\x4b\xa7\x96\ \xaa\x97\x4e\x9f\x3d\xf1\xd1\x5b\xef\xbc\xf9\xa7\xa9\x99\xc9\x49\ \x80\x61\x67\x2e\x9d\x9e\xc9\xac\xa0\x86\x52\x33\x6f\xd6\x35\x42\ \x97\x08\xb3\x54\xe3\x97\x32\x9c\x6a\xb4\x3a\xb4\xd2\x36\x8b\x6d\ \x20\xf9\x32\x8c\x66\xf0\x59\x04\xe5\x11\x46\x61\x7a\xcd\x64\xce\ \x24\x09\x94\x4e\x12\x5d\xb6\x5c\x64\x08\x99\x60\x72\x78\x7e\x85\ \x21\x09\xaa\x02\x10\x4d\xcf\x65\xb3\xa2\x56\x13\xa5\x1a\x5b\x15\ \x05\x4a\x50\x19\x81\x52\xe9\x9a\x4a\xa0\x0c\xd5\x62\xcc\x26\x8b\ \x96\x10\x3d\x2f\xaf\x28\x74\x7a\x9a\x69\x74\xda\x1c\x42\xb1\x77\ \x71\x45\xa5\x88\xde\x7a\x83\x35\xd6\x29\xae\xd1\xdb\xd8\x1e\xb6\ \x7a\x9c\x48\xb6\x5a\x58\xa7\x8d\xb4\x76\x18\xa2\xd9\x1e\x6c\xf2\ \x24\xd5\x6f\xca\x5c\xd3\x94\x39\x0c\x69\xb2\x99\xde\x16\x4e\x62\ \xa6\xda\xec\x22\xdc\xfa\x7a\xdb\xe8\xa8\x3c\x8f\xf0\xf5\x66\xb7\ \x79\xef\xd9\xd3\xa7\x5b\xb5\x42\x56\xcb\x17\x44\x14\x63\x2b\x5a\ \xb6\x86\x61\xf8\xc3\x4d\xaa\x70\x87\x9d\xcf\xea\x4c\xb6\x2c\x6a\ \xf3\x9a\x06\x18\x68\x0a\xef\xae\x2b\x4b\x14\xd1\xea\x6d\x6c\x3c\ \x7d\xde\x49\xf5\xee\xaf\x7f\x79\xe3\x1f\xcf\xbf\x7f\xc6\x6d\xfc\ \xf8\xc3\x8d\x1f\xbe\x7e\x3d\x68\xfb\xea\x7b\xaf\xdb\xeb\xf3\x5b\ \x3f\xbf\xee\x1f\x0d\xad\x01\x55\xb6\x6c\xb9\xf6\xbc\x81\xb0\x34\ \xc6\x36\xd4\x56\xc7\xe0\x39\x53\x6d\xf5\x55\xdc\x18\xec\xfe\xe3\ \x9f\xdf\xfc\xfa\xfd\xad\x2b\x97\x8f\x1e\xba\x7c\x65\xfc\xd0\xf1\ \x83\x87\x0f\x1d\x1c\x9d\x18\x73\xed\x1b\x1b\xf3\xd8\x3c\x4e\xbb\ \xc3\x6d\xf7\x07\xec\x4e\x87\xc5\x31\xee\xf6\x39\x9c\x4e\xbb\xcb\ \xeb\xb2\xf8\xed\x9e\xb0\xdd\x63\x81\x2e\x33\x4e\x9f\xc5\xfd\x62\ \xbe\x70\x64\xd4\x63\xb1\xd8\x7c\xce\x31\xcf\xd8\xa8\x13\x5c\x1a\ \x86\x80\x05\x22\x40\xe0\x45\x60\x22\x4e\x24\x6a\x75\x39\x03\x40\ \xb7\x59\x83\x56\x87\xd3\x0f\xe7\x9d\xe3\xf1\x20\x80\x21\x00\x35\ \x00\xb1\x20\x02\x01\x30\x8b\xc6\xa1\x70\x5c\x8e\x26\x56\x83\x01\ \x27\x10\x8d\xd0\x94\xcf\x0e\x04\x26\x74\xb6\x09\xf9\x96\x57\xa1\ \x4d\x7b\x14\x36\xb2\xfb\x02\x51\x68\xd6\xf7\x62\xab\x11\x30\x37\ \x9f\x15\x50\x29\xc8\xad\xc0\xfb\x13\x80\x50\xc1\xf1\x67\xbf\x3d\ \x00\xd0\xcd\xff\xa2\x99\x01\x6a\x41\x40\xe6\x96\x23\x81\x7f\xb9\ \x6e\x85\xc3\x01\xb8\x93\xb8\x77\xc7\xed\xd5\x4b\x15\x2d\xf0\x7a\ \x75\x31\xb9\x94\x9b\x9a\xac\x54\x6a\xe5\x62\x7e\x7a\xea\xd2\x89\ \x99\x4b\x97\x4e\x7c\x74\xea\xdd\xf7\xdf\x78\xf5\x95\xd3\x33\x17\ \x26\x57\xce\x4e\x5f\xfa\x78\x72\x7e\x36\xc5\xa0\xa2\xd0\x7d\x2e\ \x13\x84\x89\x8a\x44\xb1\xa4\x57\xc5\x56\x5d\xe5\x4a\xa5\xda\xdd\ \x56\xaa\x85\x6a\x2c\xaa\xa3\xbc\x5a\x4c\x61\x32\x29\x50\xf9\x87\ \xc4\x0a\xd6\x41\x48\x9c\xc9\x91\x2d\x64\xb6\x82\xea\x0c\x2a\x64\ \xd0\x52\x01\xa9\x03\x70\x40\x05\xa9\x54\x60\x0a\x8b\x52\x16\x1c\ \xc4\xa5\x62\x89\x92\x74\x94\x55\xc9\x6c\x52\x40\x79\x99\x11\x01\ \xf0\x15\xf2\x19\x5c\xd1\x94\xf9\xf9\x4c\x2e\x4d\x18\xdd\x26\xde\ \x91\xc8\x4d\x55\xc0\x31\x7c\x7d\xd0\x54\x37\xeb\xd9\x6e\x5b\xed\ \x77\x3a\x5b\x46\x5b\x94\x0d\xa3\xd5\x62\x80\xe0\xd2\xb8\xdd\x4e\ \x6b\x63\xbd\xc7\x0e\x08\xa2\x37\x18\xb6\xda\x5c\xaa\x2b\x53\xdd\ \x66\xbb\x33\x68\xf2\x3d\x13\xe5\xee\x6f\x75\xb7\xd7\x31\xb3\xcd\ \x71\xad\x5e\xb7\x77\xff\xd9\xbd\x9d\x36\x93\xa9\xa6\xaa\x9a\xc6\ \xe8\x39\x51\xcf\x30\x8c\x82\x3c\x30\x45\x6c\x07\xcf\xe5\x6b\x85\ \x6a\x25\x5b\x28\xce\x66\x45\x41\x60\x69\xb3\x9d\xcd\xe8\x9d\xf6\ \x9d\xad\x8d\xe7\xbf\x36\x84\xd6\xc3\xc7\x4f\x9f\x7f\x79\xf3\xd3\ \xa7\xf5\x3b\x37\xbf\x7e\x74\xeb\xd6\x81\x50\xf8\xfb\x47\xfb\xbc\ \x1e\x40\x3c\xfe\x4b\xc2\xe3\x02\xc0\x10\x48\x2c\x7b\xbf\x78\x82\ \x93\x0d\xd2\x90\x5b\x8d\x8e\xda\xe6\x71\xa2\xdb\x34\x58\x79\xb8\ \xfb\xf0\xc6\xf3\x1b\x37\x7f\xfc\xe4\xf2\xd1\xc3\x17\x0f\x1f\x9c\ \x78\xfd\xf0\xd1\xc3\x63\x13\xfb\xbd\xa3\x5e\xaf\x17\x28\x3f\x97\ \xdd\xe5\x06\xbc\x28\x08\x9d\xd4\x81\xc4\x74\xbb\xad\x56\xa7\xc5\ \x05\x74\xa0\xc3\x36\xee\x76\xb8\xe0\xeb\x01\x20\xd9\x00\x0d\x8a\ \x85\xbd\x16\xb7\x0b\x4e\x1c\x02\x21\xea\x71\x87\x03\x4e\x97\xcb\ \x1a\xf8\x57\xa7\xd5\x8b\xc8\xad\x90\x13\x1a\xfa\xf9\xfc\x21\x98\ \x08\xe8\xf4\x47\xa1\xe3\xcb\xbf\x82\x6e\x00\x86\x85\x82\x51\x40\ \xc2\x12\xf1\x78\x02\x7a\xf8\xad\xad\x2d\xc7\xc3\x4e\xa7\xcf\xe1\ \x00\xa0\xe3\xb4\x5a\x6d\x36\x8b\xc3\x01\x5b\xaf\xdc\xfe\xd0\xbf\ \x02\x27\x60\x04\x4e\x04\xc0\x50\x18\xda\x3c\x04\xa2\x76\x7f\xd8\ \x1a\x85\x81\x39\x70\x26\x31\x1e\x05\x47\x22\x70\x6b\xd0\x0e\x49\ \x1c\x10\x8d\xe1\x50\x22\xb2\x9c\x80\xc9\x87\x40\x9a\x2e\xc7\xc2\ \x80\x69\x45\xa0\xbd\xdf\xde\x2c\xe1\x5e\xbd\x5c\x49\xaa\x89\x96\ \xf4\xd2\x42\x71\xe1\xcc\x4a\x71\xe6\x52\x21\x7f\x6c\xea\xcc\x47\ \x93\x73\xa7\x4f\x7c\xf8\xde\x91\x3f\xff\xa7\xdf\xfd\x7e\x7a\xee\ \xfc\xdc\x99\x4b\x8b\x0b\x67\x4e\xcc\xa5\x49\x44\xa7\x0a\xc3\xbf\ \x61\x0a\x45\xa6\x52\xa5\x29\xcd\xac\x65\x4d\x5a\xd7\x0d\x14\x7d\ \xc8\x55\x24\xdd\x94\xa4\x0a\xdd\x35\x6a\x08\xc7\xd6\x32\x05\x6d\ \x97\x59\xc4\x38\x81\xe4\x91\xac\xb2\x85\x28\x5a\x8a\x4e\xe9\xb9\ \x12\xa1\xcc\x6a\x48\x26\xdf\x64\xe8\x4c\xbe\x48\x89\x05\x1a\xe5\ \x28\x72\x2b\x5b\xcd\xb2\x40\x92\xd1\x79\xb2\x94\x64\x28\xa1\x54\ \xcc\x94\x5a\x72\xa5\x28\x88\x19\x4d\x59\x4c\xae\xd4\x14\x4e\x6e\ \x36\x3a\x5d\x0a\xdb\x54\x59\xa4\xda\xba\xdd\xe8\xd6\x37\x31\x6d\ \x6b\x30\xd8\x6d\x23\xf5\x41\x0b\x95\xb7\x36\xd7\x0d\x8c\xe8\xef\ \x4a\x72\xcf\xd8\xbd\xd7\x6f\xf5\xfb\x5a\x8a\x61\x96\x79\x05\x00\ \x00\x20\x00\x49\x44\x41\x54\x33\x38\xb5\x6f\xb0\x43\x82\x34\x90\ \xfe\x70\xf3\x5e\xa3\x49\x30\xf5\x9d\xfe\xfa\x7a\xc7\xec\x21\x7c\ \x73\x73\xbd\xdb\xbb\xf7\xfc\x97\xbb\x8d\x7c\xad\x94\xcf\x50\x08\ \x89\x8a\xa5\x7c\x8a\xa5\x04\xee\x2e\x4e\xf1\xed\x2c\x93\x2e\x48\ \x8b\x39\x3d\x3b\x93\xac\x30\x74\x29\x45\xe3\x8d\x4c\x56\xc4\xb9\ \x9f\x07\xdd\x7f\x7e\x49\xd0\xdd\xa7\xf7\x1f\xfc\xbc\xf3\xe8\xa7\ \xcd\xee\xe3\x9f\x6e\xdd\xfa\xf1\x53\x4b\xc0\xfd\xeb\xc5\x31\x8b\ \xcf\xea\xf2\xaf\x26\x6c\x96\x58\x08\xce\xbe\x8c\xff\x6d\x5d\xae\ \x03\xf1\x6b\x0e\x55\xb9\xd1\x54\x39\x4c\x6e\xc8\xe4\x9d\x9d\xfb\ \xdf\xde\xf8\xf5\xb7\x9f\xae\x5e\x39\x79\xfc\xf8\xe1\xd1\x03\xe7\ \x0e\x1f\x3e\xb0\x6f\xfc\x90\xdb\xed\x72\x3a\xfc\x56\xb7\xd7\xe6\ \x81\x69\x82\x7e\x2b\x94\x97\x8e\xd1\x91\x51\x40\x9a\xec\x30\x2a\ \xde\xe9\xb2\x59\x60\xd2\xb3\xd3\x6d\x0d\x07\x3d\x16\x87\xd5\x37\ \x3a\xe6\x1e\x71\xfb\x6c\xe3\x07\x6c\x6e\x87\xdd\xef\xb2\xf8\x7c\ \x40\xec\x45\xa3\x61\x98\x3f\x11\xb1\xda\x03\xfe\x17\xb6\xea\x3e\ \x18\x29\x61\x85\x76\xec\xf0\x25\x7f\x34\xb4\x1a\x05\xdc\xc9\x0a\ \x93\x04\x43\xb1\xd5\x44\x3c\x16\x4f\x24\x62\xab\x6b\x6b\xf1\x68\ \xc8\xe1\x72\xb9\xfc\x11\x87\xd3\x67\x75\x7b\x1c\x3e\xbb\xc3\xe7\ \x0c\x84\xad\xff\x3f\x7b\xef\xfe\x9d\xd6\x7d\xe6\xfb\x97\xeb\x80\ \x24\x84\x0e\xb2\xb1\xb8\x08\x1b\x63\x0c\x04\x64\x24\x2c\x29\x52\ \x24\x65\xc8\x11\x22\x47\x40\xd0\x82\x08\x4a\x18\x75\x23\xae\x1b\ \x71\xb8\x53\x2c\xee\xe6\xbe\xb8\x9a\xae\xd0\x45\x47\xa3\xe9\x54\ \x5a\xca\xd1\x4c\x47\xf5\xd7\x4d\x56\x56\xc6\x5e\x76\x3d\xf6\x9c\ \x8e\xe3\x66\x1c\xa7\xf9\xc6\x75\xdc\xb9\x34\x69\x32\x67\xce\xfc\ \x19\xdf\xe7\xa3\xf9\xfe\x07\xf9\xd5\xdb\x16\x42\x5c\xf6\x46\xc9\ \xda\x6f\xbf\xde\x9f\xfd\x3c\xef\x47\x60\x12\xa0\x78\x64\x01\x0a\ \xa5\x11\x99\x14\x64\x06\x05\xb4\x0b\xe1\x19\xdc\xa2\x4b\x8f\x0c\ \x95\x40\xa1\x55\x70\xe0\x08\x70\x3c\x0e\x1c\x11\x2d\xe8\x2b\x4c\ \xa8\x03\x48\x80\xa4\x92\xa3\x00\x3d\x04\x73\xb8\xa3\xe0\x88\x5e\ \x0a\xd6\xcb\xed\x3b\x5b\xc2\x6c\xad\x5b\x8e\xd9\x2b\x15\xcb\x9a\ \x25\x18\xb0\xc4\x6c\x6b\xb1\x75\x8d\xd1\xb8\xb1\xba\x24\x9f\x96\ \x8c\x0b\x67\x97\xd5\x1b\xf6\x65\x73\x33\x96\x34\xea\xcb\xa5\x6e\ \x36\x1f\xb9\xf9\xa1\xc7\x97\x72\x7a\xdd\x8d\x42\x2a\x54\x48\x45\ \xbb\xfe\x66\xa6\x84\xbd\x7f\xd3\x5e\x0b\x15\x1b\xf9\xa6\xff\xa0\ \x1a\x4b\xf9\x52\x8e\x48\x1e\xbb\x93\x09\x78\xfd\x4e\x07\xee\xc8\ \x60\x37\xb1\xdd\x86\xdf\x5d\x4a\xa5\x7c\xc5\x5a\xc7\xe9\xc8\xc4\ \xdd\x89\x54\xa3\x5a\xc3\x4b\x2e\x4f\x3e\xe2\x75\xed\x6f\x75\xfc\ \x25\x5f\x1d\x8b\xb8\xbd\xd1\x7a\xaa\xe6\x8b\xa6\x6a\xd5\x5e\xb8\ \xee\x70\x78\xdd\xd5\x26\x88\x96\xb9\x92\x76\xef\x87\x12\xee\xa8\ \xe7\x51\xa4\xd7\xaf\x87\x8f\x0e\x9c\xfe\x81\xa7\x70\x74\xff\xc9\ \x6d\x4f\x36\x71\xff\xd0\xe5\xbc\x79\xe7\xe0\x66\x6f\xaf\x7f\xc7\ \xdd\x3e\x3c\x7a\x74\x72\xbf\xd8\xeb\x47\x3c\xfb\x83\x44\x3f\xe4\ \x4f\xdc\x6d\xe3\xc0\x52\xfb\x87\x27\x27\xc5\x8e\xf7\xe9\xe0\xe6\ \xf1\xe0\x5e\xa2\xe7\x4a\xef\xdd\x3f\xda\xbb\xfd\xe2\xd6\x8b\xbb\ \x18\xde\xc8\x75\xba\x2d\x97\xdf\xdb\x68\xe1\x8e\x7c\x24\xb3\xf7\ \x08\xf3\x27\x7a\xdd\x42\x27\xe5\xcb\xc6\x53\x91\x72\x74\xb7\xd5\ \x89\x36\xf2\x45\x4f\xa4\x94\x0f\xdd\x7d\x78\x7b\xff\xd6\x0b\x1f\ \x7e\xe7\xc5\x93\x27\x4f\x3f\xf9\xc5\x97\x8f\x8a\x2f\xde\x79\xe3\ \x87\xef\xbc\x45\x23\xbe\xf5\xd5\xe5\x61\x02\x41\x45\x55\x5c\xdb\ \xa1\x30\x50\xcb\xcb\x0e\x67\xf4\x67\x77\x13\x6d\x3c\x1d\x2a\x1e\ \x87\x5d\xc7\xe9\x50\xd8\xed\xef\x1f\xdd\x7c\xf8\xf8\xbd\x5b\x5f\ \xfe\xee\xad\xd7\x7f\xf0\x8b\x37\x5f\xbb\xfa\xda\xe5\x73\xe7\xce\ \xbe\xf2\xca\x19\xd2\xf0\x10\xca\x75\x11\xd0\xc6\x28\x14\x02\x89\ \x08\x72\x45\x55\x30\x68\x04\xca\xf0\xd0\x30\x9d\x43\xa4\xa2\x2a\ \x2c\x12\x9d\x70\x8e\x34\x02\xe2\x45\x1b\xa2\x09\xc8\x20\x4d\xa2\ \xa1\x33\xa4\x33\xf0\xbe\xb3\x67\x86\x08\x60\xf4\x18\x04\x9a\xc8\ \x24\x50\x6c\x5f\x53\x51\x19\x0a\x93\x49\x80\xa6\x14\xa2\xcc\x62\ \x86\x8a\x43\x05\x09\x03\x5e\xd2\xc2\x8f\x26\xb4\x16\x2e\xa0\x92\ \x51\x88\x31\x07\xb5\xfc\xed\x6c\x83\x5e\x5d\xff\xf1\x35\x30\x91\ \x2a\xda\xc8\x30\x28\x23\x81\xc4\xa1\x0f\x53\xe0\x90\x54\x0e\xaa\ \xbd\x02\x5d\x03\x6c\x42\x19\x0f\x0a\x0e\x05\x8d\x17\x3c\x1d\xf9\ \x8c\xf6\x42\x44\xd1\xee\x44\xe4\x39\x15\x26\x15\x99\x83\xc2\x66\ \x54\x68\xe9\x1d\xb5\x0f\x6a\xb7\xd1\xf5\xc4\xd3\x62\x87\x6d\x54\ \xe3\x80\x1a\xa3\x55\x2a\x22\xf5\xe5\xa2\xfb\xcb\xed\xbb\x6d\x16\ \xbd\xc5\x12\x5c\x5b\x31\xea\x96\x74\x1a\xcd\xf2\xd2\xc2\xd2\xdc\ \xf4\xbc\x7a\x7d\x7d\x6d\x69\x75\x5e\xad\x5e\x58\x5a\x5c\xb7\xd8\ \x0d\x3a\x6b\xc5\xd2\xd9\xda\xac\x45\x0b\x78\x3e\x7b\xfb\x39\x96\ \xf0\xa7\xfd\x5e\x5f\x23\x12\xb1\xd5\x8d\xe6\xa4\x3e\x98\xf7\x7d\ \x7e\xd4\xdc\x6b\x38\xab\x78\x06\x77\x15\x9a\x8d\xa8\x33\xed\xcb\ \x44\xee\x76\x73\x79\x0c\xf3\xb9\xfc\xf5\xfc\x71\xb0\xd0\x77\xd7\ \x4b\x85\x42\xd4\x5f\x2d\xc7\x5d\x0d\x2c\xec\xc8\xfb\x3b\xad\x88\ \xc3\x99\x8e\x44\xeb\xa5\x4c\x2e\x1b\xf1\x15\xa2\x99\x8e\x0f\x2f\ \x64\x7d\x1e\x3f\x9e\x69\x25\x4e\x12\xdd\x4c\x66\xb7\x92\xcb\x55\ \x93\xbb\x9b\xb9\xf6\xd1\x93\x23\x97\x0b\x2f\x9e\xb8\x07\xce\x5c\ \xfb\xee\x9e\xdf\x7d\xe2\x2f\xdd\xdd\xbb\x7f\x18\xf7\x3b\x8f\xdd\ \x58\xa2\x7f\x38\x78\x38\xe8\x1f\xdd\xc5\xf7\x9e\xf4\x0e\xf7\x07\ \x71\xff\x49\xa2\x7d\xfb\x6e\xe8\x70\xef\xe6\xf1\x1d\xb8\x73\xef\ \x93\x93\x03\xf0\x87\xd9\xf4\x7d\xf7\xc1\x9d\xa3\x83\xde\xc0\x5f\ \x3c\xba\x93\x1e\xdc\xf9\xe6\xdb\xe7\x9f\xb9\xa3\x65\xb0\x7e\xd1\ \x70\xa2\xd1\x75\xec\xbb\x4a\xa9\x7c\xef\x8e\x23\x9e\xf0\x76\x1b\ \xb1\x72\x23\xe5\x2d\x39\x6a\xe5\x42\x09\xcf\xd7\x32\x69\x57\xb6\ \xeb\x38\x78\x70\xe7\xfe\xf3\x2f\x1f\xc6\xef\x3c\xbb\xfd\xe4\xee\ \xbd\x3f\xbc\xfb\xaf\xf7\x4f\x3e\xfc\xe8\xdd\x77\x3e\x7e\x8d\x41\ \xff\xe1\xc7\xe7\x86\x29\x44\x95\x60\xfb\x27\xa6\x51\x95\xf6\xda\ \x0d\xf0\x4b\xc3\x1f\x0c\xf6\x9d\xed\x62\xa8\xdf\x4b\xdc\x39\x18\ \x1c\x25\xfc\x8e\x7e\x7b\xff\xeb\x3f\x7c\xfd\xc1\x2f\x7e\xfb\xd6\ \x9b\x6f\xbe\xf9\xda\xdb\xaf\x9c\xbf\x7a\x71\x6c\x78\xf4\xf2\x39\ \xf2\xd8\x30\x89\x30\x44\x22\x91\x86\xe9\x64\x0a\x81\xc8\x21\x13\ \x4f\x5b\x95\xc9\x23\x74\x02\x05\xe5\xe7\x8d\x0d\x13\x69\x43\x43\ \x40\x5f\x74\x2a\x43\x84\x5c\x22\x07\x4d\x2a\x1c\x1b\x1b\x19\x39\ \x3b\x44\x20\xd1\x68\x74\x78\x13\x95\xa8\xda\x56\xa0\x94\x97\x1d\ \x14\x7f\xac\x38\xad\x41\xa7\x11\x88\xa0\x1b\x0a\x15\xea\xe2\x43\ \x1d\x33\x88\x7b\x90\xc0\x70\x80\xa6\x40\x7b\x54\xd7\x7f\xbc\x7d\ \x6d\x47\x2b\xda\xbe\x6e\x12\xc0\xb3\x14\x3a\x65\xe8\xfc\x18\x9d\ \x40\x22\x8b\xb6\x29\x20\x8d\x64\x01\xea\x1d\x14\x90\x81\xf8\x14\ \x88\xa4\xd0\x1e\x54\x26\x34\xc0\x0b\x65\x8f\x02\x43\x8a\x90\xbb\ \x44\x45\xee\x26\xd5\xe9\xb8\x2f\x2d\x4a\x6f\xd0\x9a\x76\x4e\x09\ \x0b\x5d\x26\xd5\x6e\x2b\x50\xca\xa9\xca\x64\x02\x93\x0c\x2a\x2a\ \x7a\x49\x58\x2f\xb7\xef\xb6\xad\x4f\xaf\x2c\x2c\x2c\xcc\x8a\x67\ \x95\xb3\xd3\x4a\xe5\xcc\xcc\xec\x94\x6c\x66\x6e\x79\x75\x79\x75\ \x71\x79\x79\x7a\x5a\xbd\x6a\xd4\x5b\x62\x1a\xdd\xa6\xd5\x62\xd3\ \xd9\x62\xd5\xdd\xf2\x6e\xf8\x24\xd6\xcd\xd4\x5a\xb1\xfa\x6e\xa5\ \x62\x8e\xa9\xa7\xd7\xd7\xed\x55\xff\x27\xbd\x5c\xaf\x59\x8f\x06\ \x77\xf3\xee\x68\xa5\xd0\xc0\xf1\x5a\x2d\x7d\x52\xad\x39\x8b\x7b\ \x6d\x57\xbc\xec\x3e\xb0\x74\x4a\x78\x34\x9a\xaa\xd6\x5d\xa5\xbc\ \x0f\x77\x7a\x8b\xe9\x12\x9e\x45\x83\xea\x53\xbe\x68\xb9\x55\x2b\ \xe1\xf5\x46\x21\x1e\x8f\xe7\xa3\xc9\x68\xc4\x5d\xca\xd6\x63\x0d\ \xa7\xa3\x9b\xf7\xe6\x0b\xc9\x58\x3d\xdb\xd9\xca\x7a\x8f\x9e\x9d\ \xf4\xda\xfe\x41\xc8\x17\x4e\x6d\xf9\xee\x79\x52\xf1\x3b\x58\xfb\ \x61\xfb\xee\x8b\x84\x7b\x2f\x81\xb9\x9d\x87\x27\xae\xc3\xfb\xe9\ \xc3\x76\xe1\x76\xff\xf0\xe6\xc1\x61\x2d\xf4\xd4\x75\xf0\xd9\x93\ \x3b\xc7\x21\xff\xfd\x43\x4f\xef\xe6\xcd\x9b\x07\x69\x90\x30\x6f\ \xf8\xe8\xb8\x78\x7c\xf7\xfe\xfe\xcd\xbd\xe2\xdd\xa3\xbd\xbd\xfe\ \x17\x7f\x78\x7e\x27\xe5\x2a\x65\x7c\x79\x37\xee\xcb\x16\xf2\x0e\ \x3c\xe2\xf7\xdf\xee\xc5\x23\x09\x6f\xb3\xdc\x6a\x74\x6a\x7e\xa7\ \xbf\xd6\xec\xe6\x9d\xd9\x46\xe6\x30\x14\xf7\x1d\xf4\x3f\xf9\xe4\ \xee\xe3\x6f\x07\xde\xbd\x3b\xf7\xee\x3e\x7a\xfc\xde\x57\x5f\xef\ \xdf\xff\xf6\xb7\x5f\x7d\xf9\xf1\x55\x2a\xf9\x47\xbf\x1e\x1b\x43\ \x49\x30\x26\x2d\xf9\x2c\xf1\x74\x11\x67\x7b\xf4\xeb\x9e\xb3\x58\ \x3c\x38\x38\x2a\x86\x4e\x06\xb7\x3f\xd9\x4b\x84\x07\xc5\xcf\x9e\ \x7d\xfd\xc1\xef\x7e\xf4\xd1\xeb\xaf\xbd\x72\xf9\xdc\x1b\x17\xcf\ \x5f\x1e\x1e\x1a\x1a\x3a\x3b\x02\xa0\x34\x42\x18\x1e\x19\xa1\x91\ \x4f\x73\xdc\x19\x44\x0e\x8a\x66\xe7\x80\x60\x8d\x0c\x51\xc8\x54\ \xd4\xfe\x3c\x02\xba\x44\x41\x8f\xa2\xe4\x06\x0a\x9a\x55\x38\x7c\ \xf1\xcc\xd0\xf9\x8b\x34\x1a\x91\x4c\x01\x28\x63\x98\xb6\x4f\xe5\ \x82\x48\xbc\x86\x3a\x9f\x05\x80\x53\x44\x01\x81\xa6\x38\xcd\x29\ \x16\x09\xa8\x2a\x24\x2d\x02\x34\xf3\x46\x24\x32\xa1\x39\x5e\x00\ \x58\x3b\xd7\xff\xf2\x1a\x1a\x41\x81\x2a\x1d\x40\xd0\xc8\xf4\xe1\ \xb1\xd1\xcb\x63\x68\x2e\x21\x91\x4e\xa4\x10\x89\x48\xb2\x44\xa7\ \xe3\x70\x54\x22\xd4\xcb\xa3\x35\xa1\x60\x06\xad\x4a\x64\x42\xf1\ \x7d\x28\x0f\xeb\xb4\x22\x15\xe5\xb8\x6b\xb5\x0a\x30\xa1\x48\x18\ \x4d\x60\x01\xaf\x03\x62\x9e\xc6\x9b\x2a\x04\x22\x44\x58\xc0\x5e\ \x0a\x91\x09\xf0\xeb\xe5\x20\xd5\x97\xdb\x77\xdb\xb6\x34\x2b\x4b\ \xd3\x73\xd3\x53\x73\xb3\x32\xd9\xa2\x7c\x7e\x7a\x6e\x71\x66\x46\ \xb9\xb0\xbc\xb2\x22\x41\x73\x73\x66\x16\x35\x1b\xb6\xad\xe5\x15\ \x7d\xc0\x6a\x33\xaa\x75\xea\x0d\xdd\xaa\xc1\x6c\xb0\x6e\xea\x57\ \xd7\x36\x34\xea\x35\xf5\xd2\xdc\x1c\xf0\xd8\x72\xc0\x96\x33\x6c\ \x6c\xd8\xed\x96\x0d\xb3\x41\x67\x2e\xd5\x9b\x9d\xa0\x39\x8f\x6d\ \x76\xea\x55\x47\x29\x5e\x00\x77\xa5\x89\xd5\x4b\x66\x7b\xa9\x9e\ \xab\xc6\x22\xfe\x78\xde\x9b\xc6\x23\xb5\x6c\xa5\xd4\x4d\x64\xf2\ \x51\x6f\xa1\xb6\xdb\xad\x46\xab\x8e\x62\xab\xda\x48\x36\xb3\xfe\ \x4c\xa1\x9a\x05\x3b\x56\x68\x14\x5a\xf0\x5c\xb5\xde\xdc\xdd\x0d\ \xed\x1f\x87\x8a\x7b\xf9\xf0\x51\xaa\xef\x6a\x3a\x71\x77\xcd\x7f\ \xec\x0a\x0f\xf6\xf6\xfb\x89\xec\x49\xaf\x1a\xed\xbd\xb8\x57\xec\ \x9d\xb8\x1f\xfb\xf1\x76\xbb\xf8\x60\xff\x1e\xee\x39\xc2\xd2\xfb\ \x77\x0f\xfa\x7d\xf0\x63\xd1\xc4\xe1\xcd\x43\xcf\xfe\x7e\xaf\x1d\ \x4d\x17\xf7\xee\x03\x69\xed\xf7\x43\xe9\xdb\x37\x8f\x0e\x0f\x9e\ \x7f\xf3\xe9\xcd\x0c\x56\x2a\x81\x8b\x05\xd4\xcb\x3b\xe2\xd9\xbe\ \x6b\xf0\x20\x1c\x77\x17\x1d\xe5\x6e\xb5\xdc\xcd\x45\xb1\x6e\x29\ \xd7\x29\xa1\x6e\xc9\xbb\x8e\x52\xef\xe0\xe8\xce\xf1\xf1\x67\xef\ \x1d\x47\xc2\xc5\x7b\x77\x8f\xef\x3c\xfb\xfc\x59\xe2\xce\xe7\x1f\ \x7e\xf8\xdb\x8f\xde\x1c\x7b\xe7\x83\x6f\xdf\xb8\xf8\xc6\x2b\x23\ \x23\x54\xfa\xeb\x57\x47\xc0\x51\x51\xb4\x8a\xb1\xe7\x3d\x2c\xec\ \x6f\x1f\xdf\x1f\xb8\xdb\xfb\xfb\x7b\x87\x83\x5e\x71\xff\x83\x9f\ \xff\xfc\x37\xbf\x38\x7f\xee\xed\xb7\xdf\xb8\x78\xee\xcc\x6b\xaf\ \x8c\x12\x46\xc7\x08\x67\x46\x46\xc1\x89\x11\x68\x64\x2a\x08\x11\ \x9d\x4e\x3d\xcd\x44\x20\x8c\x92\x28\xe4\x21\x3a\x99\x40\xe6\xa0\ \xd4\x76\x0a\x7d\x88\x76\x1a\xcd\x40\xa6\xd1\x39\x0c\x12\x81\xc8\ \x20\x12\xce\x9e\x19\x1d\x1d\x46\x19\xca\x34\xd2\xa9\xbd\x43\x35\ \x9d\x5a\x11\xd9\xa4\x15\x29\x18\xa0\x71\x22\x94\xfc\xc7\x51\x31\ \xc8\x54\x02\x55\x40\x04\x0f\x69\xda\x3e\x9d\xc3\xa5\x40\x65\x53\ \x68\x06\x2a\x00\xd7\x8f\x6f\x5c\x3b\x5d\x75\xd7\x82\x68\x29\x88\ \x43\xe7\xcf\x8c\x8d\xd0\x19\x54\x01\x95\x40\x41\xb5\xf6\x64\x32\ \x6a\x94\x16\x29\x54\x22\x22\xaa\x6d\x40\x2d\xd7\xa8\xda\x14\xd5\ \x61\xa1\x75\x2c\xd4\xe4\x03\xbb\x03\x41\x13\xec\x00\xd6\x01\x6f\ \xa1\x6b\x84\x20\x60\x3b\x3b\x02\x13\x2a\x27\x45\x62\x09\x2e\x11\ \xb4\xea\xba\x40\xa4\xa2\x6c\xbf\xac\xc3\x7a\xb9\x7d\xd7\x4d\xaf\ \xd3\x6b\x56\x0c\xd3\x33\x8b\x53\x53\x33\x4b\xf3\xb3\xb2\xa9\x79\ \xe9\x8c\x70\x5a\x32\xb3\xb0\x34\xa5\x5e\x5c\x9c\x99\xde\x5a\xd7\ \x2f\x4f\x9b\x2d\x9b\xad\x5d\xeb\xc2\xfc\xd2\xb2\x41\xaf\x5e\x5e\ \xd3\xaf\x1b\xf4\x56\xfd\xea\xea\xaa\x41\xbd\xb0\xba\xae\x56\xaf\ \x6f\xe8\xf4\x56\x9b\x66\x6d\x63\x45\xb7\xb2\xa2\x59\xb5\xb4\x36\ \x37\x8d\x06\xab\x71\xc9\x68\x5d\x33\xe8\x2c\xc1\x2d\xab\x7e\x3d\ \x19\x4b\xea\x37\xcd\x66\x8b\x66\xa5\x55\xb3\xd9\x0b\x8e\x60\x20\ \x68\x34\xc6\xca\xbb\xb1\x5c\xbd\x6b\x48\x1a\x72\xf5\x00\x30\xdb\ \x66\xb6\x6c\xb4\x47\xcb\xe5\x42\xad\xd6\x6a\x19\x62\x9d\x4e\x2b\ \x57\xb3\x27\x73\x96\x40\x35\xb4\xef\xef\x1f\x84\xf2\x0e\x2c\xe6\ \xf6\xe7\xf0\x63\x77\xc6\x17\xf2\xba\x6f\x1e\xa5\x7b\x8e\x12\x96\ \xe8\x64\x8f\x10\x32\xdd\xe9\xdd\x76\xb9\xf6\x8e\xf7\x4f\x1e\xdc\ \xf1\xe2\xb8\xcf\x39\x68\x1f\x1c\x79\x3c\xc7\x21\x6f\xe2\x76\xb8\ \xdd\x3e\xb8\x73\xe0\x6c\xf8\xd3\xc5\xc3\x3b\x7b\xbd\x9e\xab\xd4\ \x3e\x4c\x1c\x0e\xee\x3e\x7f\xf1\x22\xed\x88\x47\xbd\xd5\x14\xe6\ \xcc\x44\xe2\x1e\x50\x2a\x9f\x67\x50\xf4\xb6\xf7\x80\x25\xab\xe5\ \x72\xa0\x55\xe8\xc4\xb3\x91\x5a\x29\x93\x1f\x9c\x38\x71\x87\xeb\ \xf6\xcd\xfe\x83\xa7\x8f\xdc\x1d\xcc\x7b\xb0\xe7\x3c\x7a\xfc\x34\ \xed\x7d\xf8\xe9\xb3\xe7\x7f\xf8\xfa\xab\x1f\x7e\x71\xef\xf9\x6f\ \x3e\xfa\xcd\xcf\xde\x3a\x7f\x66\xe4\xa3\x77\xcf\x0c\x9f\x1b\x1a\ \xe3\xa8\x5e\x79\x52\x0c\x87\x8b\x58\x7f\xef\xa4\x9d\x4e\xb8\x07\ \x89\xbd\x9b\xb7\x9f\xfc\xfa\xdd\x77\x7f\xf4\xe6\x35\xd5\xeb\x57\ \xdf\x38\x33\x7a\xe6\xe2\xe5\xa1\xd1\x57\xce\x8c\x9e\x25\xd1\x69\ \x64\x10\x24\x14\x74\x8c\x32\x8e\xc9\x64\x24\x4d\x34\x32\xe5\xbf\ \xfe\xa2\x99\xcf\x04\x32\x03\xb4\x6b\x8c\x48\x47\x09\xef\x44\x06\ \xc0\x16\x81\x4c\x39\x3f\x4c\xa1\x90\xe8\x20\x62\x00\x3b\x26\x85\ \x48\x45\x25\x08\x14\x44\x06\x03\xe9\x09\x1a\x72\x4a\x54\x51\x51\ \x7d\xc4\xe9\x50\x54\x01\x4a\xd3\x43\x35\x9d\x02\x86\xf6\x9a\x82\ \x41\xe5\x20\x5c\x12\x11\x51\x3d\x3e\x7c\xa9\x76\x4c\x26\x95\x48\ \xcb\x21\x5d\x3c\x33\x36\x74\x96\x4e\x44\xeb\xf6\x70\x64\x2a\xbc\ \x05\xcd\x08\x13\x30\x44\x64\x15\x59\x84\x62\x1e\x90\x2b\x54\x00\ \x9f\x31\x10\xcc\x69\x45\x0c\x0e\x55\xb1\x7d\xda\x59\x8d\xd6\xad\ \x50\x15\x3c\xc8\x97\x0a\x8d\x56\x05\xe2\xda\xb9\xc6\x51\x6d\x03\ \x6f\x01\xe4\xed\x6c\x73\x38\x28\x3d\xeb\xa5\x25\x7c\xb9\x7d\xc7\ \xcd\x6c\x33\x6b\xf4\xc6\xf9\xa5\xe9\xc5\x85\xe5\xd5\xe9\x85\x79\ \xe5\x9c\x54\x3e\xb5\x38\x3d\xaf\x59\x06\xad\x52\xcb\xe5\x4b\x46\ \xc3\xaa\x7a\x63\x35\xb9\xb5\x65\x9c\x5e\x06\x79\x5a\x58\x5c\x5a\ \x5e\x5a\xd6\xd9\xd5\x6a\xf3\xba\x7e\xdd\x68\xd4\xeb\x37\xcc\x46\ \xa3\x6e\xc3\xb8\xb9\xb9\x65\x5c\xd6\x07\xad\x9b\x9b\x86\x4d\xbd\ \x2d\x60\x5c\xdf\xb4\x6e\x58\x92\x16\x5d\xd3\xbc\x61\x37\xc3\x1f\ \x4b\x50\x9f\x9c\xb7\x5a\xf5\xd6\x58\x70\xcb\x62\xd7\x68\x0c\x6a\ \xfd\xa6\xc1\xba\xb5\xa2\xdf\x5c\x5f\x5d\xb3\xeb\xf5\xb0\x37\x5d\ \xce\x68\x34\x6c\x55\x02\x1b\xbb\xe6\x0d\xfd\x5a\x25\x10\xb0\x6d\ \xd5\x37\x6c\x96\xd5\x75\xd4\xd1\x97\xca\xb8\x82\xd5\x7a\xb0\xb3\ \xa6\xab\xe6\xe3\xad\x42\xb4\x13\x77\x84\x43\x78\x29\xd6\x69\xb5\ \xf2\xa9\x90\xc3\xe1\x73\xb8\x7c\xad\x68\xdb\xeb\x49\xdf\xbd\xe9\ \xf5\x15\x2a\xfd\x44\xdc\xe3\xf1\xfb\x3d\xae\xae\x3b\x74\x9c\xe8\ \xb9\xc2\x6d\x67\xd6\xeb\xea\xdd\x1b\xa4\xd3\xc5\x74\xd7\x79\xd4\ \xdb\x3b\xfa\xf4\xeb\x6f\x9e\x0c\x32\xf8\x20\x1f\x6d\xd6\x31\x3c\ \x1b\xc1\xdc\xed\x41\xc4\x79\xc7\x5d\x77\xb8\x5b\xe5\x7a\xa5\x62\ \xcb\xd5\xb2\xa5\x46\xa1\xd0\xc8\xfa\x7c\x98\x3b\xe2\xf3\x7a\xf7\ \xf6\x4f\xbe\xf8\xc3\x53\x2c\xf4\xc9\xfd\x4f\x3e\x7b\xf1\xc5\xb7\ \xdf\xbe\x78\xfe\xd1\x2f\x7e\xf5\xf6\x1b\xef\x8c\x91\x2e\x9f\xa5\ \x9d\x2e\x40\x9b\xae\x5d\xff\xf1\x4f\xff\xf2\x6f\xff\xf6\xef\xff\ \xf8\x4f\x3f\x7d\xeb\xa1\x3b\xd4\xf7\x84\x13\x0f\x0f\x7b\xfb\x27\ \xe9\xf6\x41\xf1\xe1\xd3\xaf\xdf\x7d\xfb\x07\xaf\x5c\xe6\x9c\x7d\ \xe3\xdc\x1b\x67\xce\x0d\x9d\xbd\x78\xf6\xdc\xf9\x73\xaf\x9d\x1d\ \xa6\x0c\xd1\x86\x46\x68\xa8\x66\x81\x34\x44\x26\x00\x3f\xa1\xec\ \x76\x1a\x0d\x15\x17\x10\x49\x34\x2a\x8d\x86\x26\x05\xd2\x48\xa3\ \x44\x02\x9d\x86\xcc\x1c\x99\xc3\xa1\x12\x2e\x5e\x1e\x15\x80\xfb\ \x23\x12\x89\x82\x6d\x00\x1c\x74\x9d\x90\xc3\xa0\x52\x29\x44\x74\ \x0d\x0f\xb8\x0a\xfc\x1c\x19\xe4\x8a\x42\xa4\x71\x38\x44\xb8\xc7\ \xa0\x12\x45\x5a\x01\xba\xa6\x27\xe2\x50\x05\xa7\xe1\xc6\xdb\xd7\ \x15\x68\x6c\xfd\x35\x74\xb5\x70\x7b\x5b\xc0\x19\x1a\x3d\x3b\x3c\ \x44\x22\x82\xb2\x29\xc8\x28\x59\x14\xde\xce\xe1\x70\x04\x70\x48\ \xaa\xe8\xb4\xc0\x0a\x1c\x25\x15\x3c\x25\x83\xa1\x05\x43\x68\x3a\ \x5d\x92\xd7\x0a\x40\xfe\x90\xab\xe4\xa0\xf2\x77\x2d\xc8\x95\x09\ \x85\x63\xa1\xef\x08\xdc\x04\xdb\xd7\x14\xe8\x02\x21\x7a\x13\xe3\ \x65\x1d\xd6\xcb\xed\x3b\x6e\xae\x4c\x39\x69\x07\x33\x97\xdc\xb5\ \x97\x77\xed\x2d\x73\xc0\xba\xb5\x61\x98\x5f\x55\xaf\x2e\xaf\xaa\ \xf5\xab\x73\x52\xfd\xda\xfa\xea\xc2\xf4\xba\xb9\x69\xb0\xd9\xcc\ \xd6\x4a\xdd\x62\x0b\x26\x63\x95\x4a\xc0\x6c\xce\x6d\x19\x0c\xd6\ \xe4\xf2\x5a\xd2\xb6\x19\x8b\x99\xd7\xb6\x2c\x36\xa3\x2d\xb7\x65\ \x43\x96\xd1\x5e\xb7\x6d\x6a\xec\xc1\x4d\x8d\x2d\xb0\x61\xce\xd9\ \x72\xf5\x5d\xd8\xaf\xd9\x1a\x33\x6e\xd8\x2d\xfa\xa0\xcd\x68\x58\ \xd3\xd5\xcb\x1b\xc1\x58\xab\x96\x33\x04\xcd\x5b\xb6\x2d\x9b\x6e\ \xcb\xbe\x61\xb3\xad\x6b\xcc\x56\x8b\xcd\x9c\xdc\x8c\xed\x9a\x63\ \x36\x4b\x12\xee\x26\x2d\x66\x83\xbd\x63\xdf\x08\x56\xab\x81\x8d\ \x64\x33\x99\xcc\xe5\xca\xc1\xe4\x96\xc5\xbc\xdb\x8c\x05\xa3\x96\ \x8d\x60\x70\xc3\x16\xcb\x75\xb6\xec\x65\x7b\xb3\xb5\x15\xcb\xc4\ \xab\x55\x87\x37\x90\xdd\x0a\x74\x32\x85\x54\x39\xd5\x29\x54\x9a\ \xf1\x68\x2f\x9b\xc1\xc1\x59\x36\x13\x78\x23\x9a\x2d\xbb\x22\xa5\ \x02\x7e\x18\x71\xef\x3f\x7e\xf1\x49\xdf\x17\x71\x94\x52\xd1\x32\ \xbc\xb8\xdb\x2d\xb9\x0f\x52\xa9\xbd\x83\x5a\xcd\xeb\x68\xd4\x4a\ \xd1\x46\xa6\xd4\xa8\x55\x2c\x95\x26\x1e\x49\x65\x30\x47\x21\x12\ \xf7\x3e\xf9\xf8\x9d\xab\xaf\xbc\x7e\xf5\x95\x8b\xe7\x80\x80\x50\ \x8d\xe6\xf5\xeb\x3b\x37\xfe\xea\xa7\x37\x7e\xf2\x97\x7f\xfd\x37\ \x7f\xfb\xbf\xff\xed\x8f\xff\xf4\x9f\xff\xf2\xcf\xff\xf7\xbf\xff\ \xc9\x9f\x7c\xff\xfb\xdf\xff\xf7\x7f\xff\xc7\x5f\x1c\x27\x06\xbd\ \x5e\xb1\xf7\x78\x3f\xdd\x7f\x70\x38\xb8\x77\xf2\xf8\xeb\x2f\xdf\ \x7e\xe7\xf5\x57\xae\xbe\xf2\xda\xdb\x67\xce\x5f\x3c\x3b\x0a\xfb\ \x39\x3f\xc2\xb8\x78\x86\x4e\xa6\x10\x47\x68\xc3\x14\x3a\xe1\xb4\ \x0e\x8b\x84\xaa\x43\x87\x46\xe8\x04\xf2\x10\x81\x41\xa5\xa0\x89\ \xf1\x43\x40\x49\x68\x5a\x3c\x65\x04\x85\x20\x53\xe1\x61\xc2\x10\ \x81\x40\x20\x02\x7f\x51\x81\xad\x4c\xdb\x28\xe6\x0f\x1e\x65\x70\ \x28\xa8\x32\x14\xd4\x09\xf5\x14\x8a\x38\x2a\x01\x99\x8e\xc6\x46\ \x30\xa8\x22\x05\x05\x6c\x99\x80\x01\x52\x86\xc2\xb2\xe0\x3b\x98\ \x44\xd4\x48\x08\x10\x74\xe3\xba\x16\x8d\xfa\x22\xd2\x87\x2f\x9e\ \x3f\x47\x40\x99\xcb\x02\x22\x9d\x4e\xa6\x52\x19\x2a\x2a\x4a\x64\ \x37\x6d\x0b\xc0\x21\x12\x4f\x73\x46\x41\x04\x05\x26\x15\x91\x41\ \x45\xe9\x56\x88\xb9\xd0\xa4\x7a\x13\x38\xd2\xd3\x8b\x85\x68\x3e\ \x2b\x91\xb3\xb3\xad\x00\xfb\xc7\x51\x5d\xdb\x41\xab\x57\x26\xd5\ \xb6\x4a\x80\x1c\x28\x80\xd8\xcb\x88\xe4\x97\xdb\x77\xdb\xf0\x68\ \xdc\x57\x2e\x55\x1d\xce\x5c\xab\xe1\x76\xf9\xea\x99\x5c\xac\xb2\ \x6e\x48\xea\x35\xc6\xdd\x95\xd5\x95\x99\x29\x8d\x5e\xb7\xba\xb8\ \x62\x0c\xd6\x37\x83\x3e\xb7\xbf\x77\x3c\xf0\x7a\xc2\x21\x77\xa8\ \x18\x71\xa4\xf2\x91\x90\x03\xcb\x36\x12\x8d\x68\x17\x6f\x34\x22\ \x49\x5f\xa9\x19\x2d\xd8\x5b\xcd\x8a\xb9\x59\x2f\x94\x77\x83\xb1\ \x58\x30\x97\x6a\x94\x2d\x81\xae\xdd\xda\x6c\x6d\x58\xec\xbb\x16\ \xdb\xae\xdd\x62\xb3\x5a\x82\xc0\x56\x95\x80\x75\x23\x96\xd3\x6d\ \x6c\x6d\x99\xb7\x62\x46\x43\x30\x69\xb5\xed\x6e\x58\xcc\x01\x7b\ \x30\x60\xb7\x5b\x2d\xb1\x8a\x7d\x6b\xcb\x6e\x4b\x6e\xd8\xad\xb9\ \x4a\xab\x69\xed\x64\x0b\xd5\x40\x25\x19\xb4\x95\x0b\xc9\x58\xac\ \x53\x6f\xc6\x3b\xb5\x6a\x39\x67\xaf\x37\xba\xd5\x56\xb3\xd3\xaa\ \x56\xed\xf5\x4a\x2e\x9a\x6d\x96\xf1\x66\xa7\x56\x69\x16\x4a\xe5\ \x68\xcd\x91\xed\x96\xa2\x58\xda\xe9\xab\x95\xbc\x8d\x6c\x37\xe5\ \x8e\x34\x1a\xfe\xb6\x2b\x9a\x09\x1d\x16\xd3\xfd\x44\xf1\x61\xff\ \x64\xff\xc9\xc9\xc1\xcd\x9e\x67\xe0\x4e\x7b\x7a\xbd\x9b\xbd\xfe\ \xc1\xa3\xa7\x07\xa1\xa3\x47\xcf\x9e\x7e\xf1\xd9\xa7\x5f\xdc\x3f\ \xe9\xef\x7b\x06\xfb\x9f\x3c\xb8\x79\xe7\xd1\xbd\x93\xfb\xc5\xe8\ \x83\xd7\xc0\x10\x51\x15\x82\xed\x1b\xd7\x7e\xfc\xe3\x1b\x7f\xf9\ \xd3\xbf\xfe\x9b\xbf\xf9\xeb\xbf\xf9\x7f\xfe\xf1\x8f\xff\xf9\x2f\ \xff\xf7\xcf\xff\xfc\xbf\x7d\x1f\xe9\x14\xba\xf9\xfe\x9f\xfc\xc9\ \x9f\xfc\xb7\xef\xff\xf5\x57\x83\xfd\x76\xb1\xd7\xbb\xfb\x68\xbf\ \x7f\x70\xf3\xf0\xf1\xc1\xed\x4f\xbf\xfd\xe5\x0f\xde\x7e\xe3\xcd\ \xcb\x23\x67\xc7\x46\xcf\x9c\x1f\x3e\x03\xd6\x71\x6c\x8c\x80\x6c\ \x1d\x85\x34\x02\xdf\xe8\x20\x56\x43\x9c\x21\x82\x88\x42\x27\x13\ \xa9\x1c\x0a\x99\x02\x0e\x91\x4a\x27\xd1\x89\x34\x2a\x95\x30\x02\ \x4a\x46\x1e\x46\xe3\x9d\x89\x94\xa1\xa1\x33\xa3\x1c\x22\x89\x4a\ \x23\x0e\x11\x4d\x22\xe4\xee\x88\x1c\x78\x11\x8d\x02\x66\x90\x0c\ \xd8\xc5\xe1\x30\x68\x22\x80\x2f\xa4\x51\x1c\x34\x40\x02\xc1\x10\ \x48\x06\x15\x95\xa2\x03\x22\x69\x51\xc7\x9f\x4a\xb4\x73\x43\x8b\ \xe4\xe8\xb4\x98\xd4\x04\x4a\x43\x3a\x3f\x7a\x8e\x30\x8c\x22\x97\ \x29\x34\x2a\xec\x88\x88\x72\xdb\x55\xf0\x1c\x8d\x21\x02\x6f\x88\ \x66\xe5\x28\x50\x9b\x8e\x08\x0e\x8c\xbc\x20\x9a\x54\x8f\x28\x0c\ \x5d\x28\x14\x71\x38\x0a\x74\xa1\xd2\xa4\xa2\x82\x01\x44\x1e\x55\ \xab\xdd\xbe\x86\xe2\x1d\xd0\x70\x7b\x34\x3f\x07\x2c\xe3\xcb\x35\ \xac\x97\xdb\x77\xdb\x8a\x03\x3f\x16\xf1\xfa\xb3\x78\xa3\xd6\xcc\ \xc4\x51\x4f\x61\xcb\xa8\xdf\xb2\xea\x34\x5b\xe6\x75\xc3\xf2\xcc\ \xa2\xc6\xb0\xa9\x53\x2f\xe8\x92\xe5\x40\xdd\x91\x1f\xec\x25\x8e\ \xf7\x9d\xbd\x83\x83\x83\xdb\x87\x6e\x9f\x03\x2b\xb6\xfb\x7b\x79\ \xb7\x3b\x14\x49\x79\xfd\xad\x52\x03\x73\x39\x8a\x8e\x6a\x34\x5e\ \xee\x96\xf2\x1e\xef\xc0\x9b\xf1\xfb\xf7\x0f\x8f\xdc\x9e\x6c\x22\ \xe4\x75\x78\x42\x47\xbe\x5c\xa1\x0a\xca\x52\xad\xd7\xf3\xf1\x4e\ \xb9\xb3\x1b\x68\xd4\xba\xf5\x9a\xaf\xd2\xe9\x24\x77\x93\x9d\xdd\ \x56\x27\xd7\xad\x37\xbb\xdd\x2d\x4b\xa7\x62\xaf\x77\x63\xdd\x56\ \xad\x19\x08\x26\x77\xb7\x1a\x9d\x5a\xb9\x52\xdb\xcd\xe5\x4b\xf5\ \xce\xae\xa5\x95\xec\x44\x23\xf5\x5c\xab\x50\xca\x46\x1b\x0e\x47\ \xc4\xe1\xf2\x56\x33\xf9\x86\xb3\x50\x28\x25\xe2\x0e\x9f\x1b\xa4\ \xc7\x13\xf5\xa4\xfd\x98\xcf\x55\xc4\xdc\x9e\xfd\xc1\xc9\x71\xef\ \xa4\xdd\xeb\x1d\xa5\x8b\x7b\xed\xa3\x7b\x0f\x1e\xec\xdd\xb9\xf7\ \xe0\xde\x93\x47\x9f\x3e\x78\xfc\xf0\xf1\x67\x5f\xbf\xf7\xfe\x87\ \x1f\xdc\x7a\xfa\xf4\xf1\x93\xa7\xcf\x9f\xbf\xf7\xf8\xf9\xb3\x5b\ \x5f\xbf\xff\xfe\x07\x9f\xff\xf6\x57\x3f\xfb\xdd\xaf\x7f\xfd\xf3\ \x0f\x7f\xf9\xf3\x0f\x7f\xf3\xc6\xbb\x3f\xf8\x8b\x77\x7f\xf8\x83\ \x77\xde\xfc\xea\x6e\xe4\x29\x05\xce\x70\x11\xf9\xda\xff\xfa\xc9\ \x5f\xfd\xe5\x4f\xff\xf6\x7f\xfd\xdd\x1f\xff\xf9\xcf\xff\xe1\xcf\ \xbf\xff\xef\xdf\xfb\x8f\xff\xf8\x8f\x7f\xff\x8f\x7f\xff\xff\x37\ \xa0\x2b\xf8\xe1\x1f\x88\xdf\x1c\xf7\x3c\x89\xbb\xf7\x3f\x79\xd4\ \xeb\xdf\x39\xfc\xec\xb3\x93\x67\xdf\xde\x7a\xf7\xed\x77\x2e\x9e\ \x1d\xa3\x9f\x1f\x25\x9c\x3d\x7b\xf6\xf2\xd9\x8b\xc3\x43\x63\x23\ \xa4\x91\x91\x21\x22\x81\x8c\x7a\x6d\xa8\x02\x94\xcb\x30\x44\x63\ \x30\x14\xe0\x01\x09\x23\x74\x0a\x89\x46\xa7\x9c\x8e\xc4\xa1\x8d\ \xd0\xc1\x2e\x52\xd0\xc4\x54\xb2\x88\x48\x27\x91\x48\x88\xc9\x88\ \x22\x0e\x08\x09\xb2\x78\x02\x06\x87\x46\x23\x8c\x90\x89\x02\x06\ \x9d\x8a\x8a\xd3\xa9\xa8\x62\x1d\x5c\x18\x0a\xb4\x02\xaf\xca\x61\ \x68\x77\xc0\xa6\xc1\x0f\x70\x17\xe0\x4a\x01\x5e\x4e\x70\xed\x86\ \x69\xfb\xfa\xb5\x6d\xa4\x26\x26\xf8\x91\x43\x27\x8c\x8c\x9e\x1b\ \x13\xa1\xb2\x2e\x0a\xa8\x21\x19\xcc\x24\x55\xc4\xa0\x80\x74\xa2\ \x84\x1a\x14\x69\x85\xf6\xc4\x11\xa9\x88\x20\x43\xc0\x50\x1c\x34\ \xb6\x9e\x01\xb8\x25\x3a\x1d\x1d\xcd\xe0\x80\x60\x69\x4d\xf0\x12\ \x15\x47\x64\xd2\xa2\xaa\x51\x11\x1a\x01\x8d\x7a\x7b\xb4\x8a\x6b\ \x5a\x38\xe4\xcb\x33\xee\xe5\xf6\x9d\xb6\xde\xc1\xb1\xcf\xe7\xc3\ \xdd\xa5\xa8\xa7\x53\xe8\x76\xb3\xf5\x4a\x20\x66\xb7\xea\xad\x9b\ \xb9\x98\xc1\xa0\x54\x4e\xaf\xda\x2d\xab\x4b\xab\xcb\x96\x80\xb9\ \xb6\x1f\x2a\xba\x0f\x7a\x87\xfd\x62\x38\xbd\x77\xe7\x28\x9c\x6e\ \xa7\xd3\xfd\xbe\x0f\x0f\x7b\x22\xa5\x08\x16\x4e\xb8\x53\xae\x81\ \x2b\xed\xc2\xf3\xd9\x42\xbe\x13\xf4\x7a\xab\x79\x87\xbb\xed\x09\ \xf5\xf6\xbd\x9e\xbd\xfd\xd0\xe1\xfe\xf1\x81\x3b\xeb\xcf\xc6\xf6\ \x7c\x95\x9a\xcb\xe1\xf6\x67\x32\x1e\xdc\xef\x0d\x39\x5d\xed\x54\ \xc3\xe5\xc4\xbd\x8e\x72\x34\x55\xf3\x67\xf3\x58\x26\xde\x70\xe7\ \x6b\x85\x28\xe6\xf6\xba\xf0\x78\x1e\x77\xc5\x23\x99\x78\xb4\xe6\ \x8d\xa4\x4a\x38\xde\xad\xc5\x0b\x9d\x84\xd7\xe5\x4a\x37\x22\x1e\ \x77\x3c\xd1\x77\xe7\xfd\x1e\x67\x14\xa4\x29\x14\x72\x85\xfc\x61\ \x47\xa8\xef\xed\x85\xc2\xf9\xbd\x76\xa2\x78\xbb\xdd\xc6\xfa\x45\ \x14\x4b\x73\x38\xd8\xeb\xdf\x3e\xb8\x7f\x7c\x72\xfb\xfe\x8b\x27\ \x4f\x1e\x7e\xfa\xf8\xe1\x83\x07\xcf\xbe\xf8\xe4\xd1\xb3\xaf\xdf\ \x7b\xf6\xd9\x37\x9f\x7e\xf6\xec\xc9\xad\xa7\x2f\xde\xff\xf0\x9b\ \x4f\xff\xf0\xf5\xb7\xbf\xfc\xe0\xcb\xcf\x3f\xff\xf8\xc3\x8f\x3f\ \xfe\xdd\x97\xb7\x7e\xf5\xe5\xb7\xef\xff\xe2\xcd\x73\x67\x5f\x39\ \x7f\xf5\xcc\x28\x65\xe8\xea\x3b\xb7\x1c\x47\xef\x10\x48\x67\xcf\ \x0f\xd1\x87\xe8\xa8\xc6\x40\xf1\xbf\xff\xf3\xff\xfe\xe7\x7f\xfe\ \xf3\x3f\xfc\xcb\xff\xf9\x3f\xff\xf4\x9f\x7f\xfc\xc7\x7f\xfc\xfb\ \xbf\xfb\xb7\xff\xf7\x8f\xff\xf4\x6f\x7f\xf7\xf7\x3f\x1e\x52\x8c\ \x7e\xf0\xde\xa0\xb7\xe7\xec\x3f\xbe\x7f\x67\x70\x74\xf0\xe0\xf1\ \xb3\x6f\xbe\xf9\xf9\xe7\x6f\x9d\x7f\x73\x94\x4a\x27\x8e\x9c\xa1\ \x5f\x3d\x3f\x7a\xfe\xec\x18\x61\x64\x84\x3e\x34\x8c\xbc\x1e\x68\ \x0b\x83\x40\x51\x80\xe3\x22\x0c\xd3\x89\x1c\x11\xaa\x2d\x20\xd0\ \xe1\x28\xe0\x14\x41\x35\x80\xc1\x68\x04\x1a\x9d\xc0\xa0\x93\x18\ \x24\xd4\xac\x43\xa0\xd2\xc7\x68\x1c\xad\xe8\xb4\x4d\x99\x2e\xd2\ \x0a\xa8\x64\x0a\x79\x84\x44\x05\xe1\x23\x83\x1d\x64\x10\x15\x44\ \x1a\x87\x48\x24\x0b\x68\x00\x59\x40\x5a\x22\xd1\x8e\xe9\x34\x6b\ \x4f\x85\xd4\x8c\x88\x02\xde\x19\xaa\x9f\xfc\xd5\xf5\xeb\x3f\xbe\ \x61\xda\x39\xad\x42\x50\x89\x28\xc3\x67\x46\x47\xce\x11\x44\xda\ \xd3\xe5\x7e\x1a\x51\x45\x15\x90\xc9\x02\x94\xbc\xcc\x21\x13\x44\ \x0c\xd3\xb6\x02\x55\x8b\x8a\xb6\xb5\x02\xe0\x2d\x8e\x02\xf5\xf9\ \xa8\x18\x1c\x44\x5e\xa0\x63\x3b\x3b\x40\x6f\x0a\xe0\x36\x06\xca\ \xda\xa2\x20\xc0\x32\x09\x50\xd6\x96\x16\xb5\x48\x6f\x6b\x29\xd7\ \xb4\xa0\x70\x2f\xcf\xb8\x97\xdb\x77\x23\x2c\x77\xbb\x1c\x4d\x38\ \xd3\x58\x3c\xec\x2d\xd5\x62\xad\x72\xbc\x5c\xd9\x32\x80\x65\xb3\ \xc5\xac\x6b\x12\x89\x6c\xd5\x68\xd0\x01\x65\xc5\x1a\xb9\x66\xa2\ \xed\x4f\xf4\x7a\x83\xa3\xbb\xae\xfe\xe0\xb0\x18\xba\x19\x8a\x1c\ \xde\xb9\xe9\xce\xba\x9d\x38\xee\x49\x78\x5c\x29\xaf\xb3\x98\xd8\ \x0f\x67\x9c\xde\x88\x2f\x13\xcb\xf7\xdc\x7e\xdc\x99\x76\xbb\x42\ \xe1\xa2\x33\x51\x1c\x24\x5c\xed\xbc\x2f\x8e\x79\x22\xfe\x94\xb5\ \x1e\x2d\x78\x9d\x8e\x6c\x3c\xef\x8f\x46\x71\xa7\xaf\x54\x4d\xb8\ \x1d\x11\x3c\x15\xf1\x57\x1d\x19\x5f\x2a\xee\x71\xba\x4f\xa3\xfe\ \xbc\x1e\x0f\x56\xf5\x87\x41\x0d\xb1\xa2\xb7\xe4\x4e\x47\x80\xe9\ \xf2\x58\x3f\xe1\x49\xf8\x5d\x79\x2c\x9f\xdd\x77\x44\x8a\x8e\xb4\ \xcf\x91\xc0\xfc\xbd\x03\xa7\x3f\xed\x72\x86\x1d\x59\x97\x27\xe3\ \x1f\xb8\xfd\xe9\x74\x28\x14\xc2\x23\x3e\x67\xf1\x64\x2f\x14\x0e\ \x27\x1c\xce\x93\x83\xdb\xfb\xc5\xc1\xe0\xe6\x5e\xff\xe6\xdd\x9b\ \x77\x1f\x1e\xdf\xde\x3f\x3c\xb8\x7f\x72\xef\xee\x83\x7b\x47\x8f\ \x8f\xfa\x77\x1f\x3c\xb8\xff\xd9\xbd\xe2\x8b\xa7\x8f\x1e\x3d\x79\ \xf1\xc1\xad\xf7\x5e\x7c\xfb\xfc\xdb\x5b\xcf\x9f\x7f\x73\xeb\xeb\ \x5f\xfe\xe2\x8d\x8b\x6f\xfd\xc5\xdb\x6f\xbf\xf5\xc6\xdb\x97\xcf\ \x5c\x7d\x7f\xef\x93\x6f\xde\xff\xec\xbd\x67\x5f\x3c\x7d\xf4\xde\ \xf3\xdf\xff\xe1\xf1\xad\x5f\x7e\xfe\xc1\xcf\xff\xf5\xcb\xcf\x3f\ \xfa\xd9\x6f\xde\xfd\xf8\xab\x7f\xfd\xf0\xe3\xaf\x7e\xfb\xeb\xdf\ \x7e\xfc\xf3\xaf\x7e\x05\xd8\xf6\xf0\xa0\xb8\x7f\xd8\x2e\x3e\x7d\ \xf2\xe8\xe4\xe6\xbd\x07\x0f\x7f\xff\xe5\x57\x5f\xfe\xfa\x95\xd1\ \x31\x92\x60\x84\x02\xaa\x70\x79\x94\x32\x72\x96\x34\x42\xa2\x71\ \x08\xe7\x49\x0c\xea\x08\x99\x43\x22\xa1\x19\xa9\x44\x2a\x8d\x0e\ \xac\xc4\x21\x33\x50\x15\xd4\x10\x89\x4a\x02\x9f\x47\x65\x0c\x0d\ \xa1\xb5\x2d\x32\x85\x38\x34\xc4\x10\x50\x29\x00\x62\x1c\x1a\x6a\ \xdc\x33\xa1\xb1\xf0\x0a\x1a\x47\xc0\x20\x03\x14\xd1\xd0\xe0\x1c\ \x32\x19\xfc\x21\x95\x4a\x24\x93\x45\x02\x22\x19\x75\x16\x0a\x40\ \xfc\xb4\x68\x24\x04\x59\xc0\xa0\x6a\x4d\xa7\x4d\xcb\x54\x10\x2d\ \xd3\x8f\x7f\xf2\x93\x9f\x5c\x3b\x8d\x97\xb9\xb6\xa3\xd5\x72\x08\ \xa3\x17\xcf\x9d\x23\x8d\x90\x45\x74\x92\x80\x4a\xa5\x92\xd1\x12\ \x18\x83\x48\x55\x01\xbd\x51\xa9\x22\x81\x69\x47\xc4\x10\xa8\xa8\ \x44\x8e\x09\xad\xdb\x0b\x4e\x5b\x9c\x15\x02\xd8\x40\xc1\x18\x8a\ \xff\xca\xe8\x13\xa9\xb6\xc1\x27\xaa\xd0\xa5\x4a\x13\x6a\x89\x46\ \x91\xee\xa8\x28\x6c\x67\x9b\xa3\xb8\x0e\x6f\x7b\x79\xc6\xbd\xdc\ \xbe\xd3\xe6\xc8\x27\x70\x2c\x13\x48\x95\x6c\x95\x66\xa7\x12\xb0\ \xaf\x37\x77\x75\x3a\x0d\x08\x96\xc1\xa0\x9e\x91\xcb\x97\xd6\x8c\ \x4b\xeb\x6a\xfd\x86\xcd\x96\x4c\x36\x4b\x69\x4f\x68\x70\x18\xf6\ \xc4\x13\x89\xa2\xdb\x01\x76\x0b\xf3\x16\xd3\x91\x90\xc7\x1b\x76\ \x80\xfe\x60\x6d\xa7\xaf\x9f\xf6\x83\xbb\x74\xbb\x53\x7e\x47\xb1\ \xdf\xeb\x87\xf6\xbc\xa1\x22\xd6\x4b\xe7\xc3\x07\x58\xc6\x17\x76\ \x1f\xfa\xe3\xe1\xac\x27\xe5\xf3\xb8\x7c\x0e\xdc\x97\x8f\x67\xbc\ \xe1\xf4\xc0\xeb\xc2\xe0\x8f\x1b\xf7\xd6\xdc\x29\x5f\x3e\x1b\x4d\ \xc5\x9d\x6e\xb7\xcb\x83\x47\x52\xae\x78\x23\xe5\x4e\x14\xda\x89\ \x7c\x3f\x5f\x4b\x81\xc5\xcb\x3b\xe2\x11\xa7\x1b\xc3\x0b\xf9\x4c\ \xc4\x1b\xcd\xe7\xe3\x69\x77\x3e\x93\x4f\xa5\x23\xb8\x1f\x48\x2b\ \x1e\xc7\x7c\x3e\x20\xb7\x68\xd4\x9f\x29\x15\xaa\xbe\x72\x27\x15\ \x8d\xa4\x52\x9d\x52\x3c\xe5\xce\x44\xf1\x30\x9e\xf1\x26\xfc\xe1\ \xb4\x67\xcf\xef\x0f\xed\x7b\x7c\x5e\x17\x8a\xd1\xc2\x80\x14\x91\ \xa8\xf6\xdd\xbd\xe3\xc4\x11\x70\xe0\x71\x3b\x94\x48\xef\xf5\x6e\ \x03\x4b\x3e\x3c\x38\xd9\x3f\xb9\x7f\xf4\xf4\xf1\xe1\xbd\x4f\x3e\ \xb9\xfd\xe0\xe1\xf3\x67\x9f\xbd\xff\xec\xee\xfd\x27\x0f\x7f\xff\ \xe9\xb3\xa7\x2f\xde\x7b\xef\x8b\xf7\x9f\x7d\xf3\xed\x87\xb7\x7e\ \xfe\xbb\x0f\xbf\xfc\xdd\x07\x9f\xff\xee\x37\xbf\xfa\xf0\xcb\xdf\ \x7e\xf0\xbb\x5f\x7e\xf8\xbb\x0f\x3f\xfc\xf6\xd6\xa3\x67\x8f\xda\ \xbd\x62\xa8\x7f\xf8\xe2\xf7\x8f\xee\x1c\x3d\xfe\xec\xc5\x07\x9f\ \xff\xea\xf3\x5f\xbd\x3e\x7a\xe6\xcc\xd0\x65\x3a\xed\xec\x2b\xf0\ \x7d\x88\x44\x1f\x26\x91\x68\x43\x84\x21\x0a\x95\x80\xe6\x09\xd2\ \xd0\xc4\x79\x1a\x65\x88\x04\x9e\x8d\x44\xa0\x0d\x31\x50\x3b\x33\ \xea\x70\x26\x8c\x8d\xd0\x51\x94\x1f\x8d\x4a\x1c\x1e\x06\xea\xa2\ \x51\x29\x64\x0e\x91\xb3\xa3\x65\x98\x4c\x2a\xd0\x25\x91\x80\x43\ \xa2\x52\x86\x80\x86\x38\x0c\x1a\x09\x2d\x5d\x09\xc0\xfc\x11\xc1\ \xfb\xa1\xf0\x05\x0e\x19\x1c\xa3\x96\x83\xea\xab\xc0\x39\x52\x41\ \x3e\x28\x0c\xd4\xcd\x2c\xd0\xee\x5c\xbb\x7e\x43\x6b\xda\xd9\xb9\ \xae\xd5\x6e\x9b\x4c\x02\x32\x09\x3e\xd4\xe8\x10\x95\x03\xc2\x88\ \xea\x46\x69\x00\x6f\xe0\x05\x01\xc8\xe8\xa8\x1e\x0b\x54\x8e\xc8\ \x40\x52\x85\x50\x89\x88\xca\x24\x50\xc4\x0c\x3c\x8e\xae\x10\x2a\ \x50\xfd\x29\x98\x45\x95\xea\xbf\xc6\x3d\x03\xfb\x71\xb6\x51\x7b\ \x34\xe0\x16\x03\x15\xaf\x2a\xb4\xd7\xb5\x2f\x23\x92\x5f\x6e\xdf\ \x71\xcb\xc4\xc3\x8d\xa2\x2b\x56\x2b\x59\x5b\xf5\x7a\xcb\xba\xa1\ \xd1\x05\x56\x66\x36\x2c\x06\xab\x71\x66\x4a\xc6\x13\xce\xad\xea\ \x56\xf4\x1a\xdd\xda\xa6\xd5\xb6\x95\x4c\xe6\x32\x11\xe7\x91\xb7\ \xe3\x4f\x38\xd2\x58\x36\xe5\xac\xe5\xf2\x91\x48\xaa\x81\x35\xc2\ \x03\x5f\x26\xee\x8f\x47\xf2\x79\x3c\xd9\x75\xa4\xa2\x99\x6c\xa6\ \xe2\xdd\xf7\xb4\x43\xbd\xe2\x5e\xba\x17\x76\xbb\x07\xb8\xc7\x93\ \xc1\x0f\xdc\xe9\x70\xda\x95\x2f\xe3\x6e\xaf\x3f\x8c\xb9\x3c\xd1\ \x54\xc2\xe9\xdc\xdf\x0f\x3f\x2c\x7a\xda\xe1\x44\x22\x9e\x08\x87\ \x5d\xa9\xb0\xdf\x91\x86\xfd\x27\xdc\xe1\x6c\x24\x5e\xae\xc7\x71\ \x47\xc2\x8b\x39\xf2\x19\x97\xdb\x87\x65\xa2\x58\xb8\x18\xf7\x87\ \x9d\xf9\x68\xbe\xd4\x6d\x34\xdc\x11\x77\xbc\x95\xcb\xe6\xdd\x11\ \x00\xb2\x88\x33\x5b\x2f\x64\x5d\x79\x57\x0a\x38\x2d\xda\x2a\xd7\ \x6c\xf5\x4c\x29\x1f\x2d\x64\xeb\x55\x2c\x8d\xe1\x7e\xbf\x2b\xb1\ \x97\x76\x7a\x5d\x4e\x4f\xd1\x8b\x85\xdb\x51\x3c\xd4\xee\xa5\x5d\ \x9e\x04\x16\x77\xf4\xf0\x44\x2f\xe1\x19\xf4\x8b\x47\xa1\xf4\x71\ \xfa\xd1\xbe\xab\xdf\x0b\x0f\x42\xae\x41\xb8\x7f\x27\x71\x74\xb4\ \x97\xe8\xb7\xdb\xa1\x70\x7b\xb0\x77\x9c\x78\x72\xf7\xe8\xd1\xc3\ \xbb\x9f\x7d\xf2\xe0\xd9\xd7\xdf\xfc\xfe\xd9\x8b\xc7\xcf\xbe\x7d\ \xef\xf1\xb3\x3f\x7c\xf2\xd9\xb3\x17\x7f\xb8\xf5\xde\xad\xdf\x7d\ \xf0\xf3\x0f\xbe\xfe\xdd\x07\x7f\xb8\x75\xeb\x9b\xc7\xfd\xa3\xa3\ \x87\xc5\x62\xbb\xb8\x77\xfb\xf9\xdd\x7b\x77\x5e\x7c\xfd\xed\x87\ \x80\x5e\x1f\x5f\x1e\x7b\xf3\xdc\xd0\x55\xc2\xb9\x57\x2e\x9e\x1b\ \x19\x23\x0c\x81\xc7\x23\x93\xe9\x43\x84\x11\x34\x4a\x10\x90\x4a\ \x44\x1b\x22\x11\xa8\x04\x3a\x43\xc4\x00\x1f\x36\x04\xa6\x93\x3e\ \x44\x26\xd3\xc8\xe4\xd1\x8b\xc3\xc0\x5f\x54\x10\x36\x12\x9d\x48\ \xa1\x92\x47\x28\x34\x81\x8a\xa8\x52\xa0\xea\x75\x3a\x15\x5d\x38\ \x24\x53\x86\x46\x61\x0f\xc0\x3f\x28\x9b\x86\x81\x92\x42\xc1\x11\ \x72\xb4\x44\x0a\xc8\x96\x4a\x80\x26\x4a\xd0\xc8\x02\x54\xa2\x45\ \x15\x9d\xe6\xac\xa3\xd8\x19\xd3\x75\x40\x2b\xd5\xce\xce\x8e\xc9\ \xa4\xd8\x16\x81\x0b\x1c\x1b\x3b\x1d\x37\x8d\xac\x28\x03\xa4\x8a\ \x2c\x80\x07\x45\x60\x33\x29\xa8\x66\x5d\x45\x15\x31\x88\x0c\x01\ \x2a\x19\x45\x81\x10\x28\x60\x0b\xad\xb6\xa3\x29\x17\x2a\x34\xf1\ \x10\xcd\x3a\x44\x0d\x8c\x0c\x94\x24\xbf\x23\x50\x68\xaf\x99\x44\ \x0a\x2d\x91\x21\xda\xde\x41\xcb\xfa\x22\xc5\x8e\xf6\x65\x1d\xd6\ \xcb\xed\xbb\x6d\x85\x4e\xdc\xeb\xf7\x27\xb3\x79\x5d\xa7\xd1\xcc\ \x55\x74\x6b\x76\xdb\xdc\x8a\x2d\xb6\x69\x5c\x9a\x17\xf3\xa4\xe2\ \x85\xe9\x65\xcd\xaa\x5a\xb7\xb6\x5a\xb6\xed\x56\x72\xdd\x52\x36\ \x01\xaf\x75\x1f\x1c\x3a\x41\x33\x1a\x3a\x9f\x17\x0b\xe1\x71\x4f\ \xd7\xe3\xca\xe6\x0b\xb5\x94\xb7\x51\xc2\xaa\xb6\x7a\xae\xe2\x4f\ \x65\x3b\xee\x82\xb5\x04\xb2\x94\xf5\x45\x5d\x29\x5b\x36\xdb\x29\ \xa5\x22\x91\x46\xbe\x50\x2f\x74\x62\x19\x77\xbc\xd1\x8e\xbb\xf0\ \x54\xaf\xed\xc7\xfd\x0e\x57\xdf\x15\x0a\xb9\x22\x11\x4f\x28\x9f\ \xc7\xb0\x70\x08\x2b\x86\x40\xaf\xfc\x3e\x97\xd7\x9b\xf2\x15\x7c\ \x6e\x3c\x84\xe7\xf1\x68\x3b\xed\x4e\x37\x32\x51\x57\x3b\xe4\x76\ \x79\xa3\x58\x0a\xa0\xca\x15\x76\x87\x9d\x7e\xcc\x17\xc5\xd3\xae\ \x03\x67\x29\x9f\xea\x36\xb3\x25\x7f\xc4\xeb\xc5\xb3\xbe\x4c\xda\ \x51\x69\x78\x9b\x85\x50\x3e\xe2\x6d\xe0\x07\x11\x2c\xed\x4a\x0c\ \x9c\x61\xdc\x8f\x85\xc2\x29\x3c\x1e\x3e\x39\x08\xfb\xc2\x89\x74\ \xfa\x70\xcf\x1b\x69\x1f\x85\xb1\x70\xdf\x83\x0d\x42\x83\x9e\xb7\ \xd8\x4e\x0f\xc2\x47\xfb\x07\xfd\xbd\xbe\xa3\x57\x6c\xdf\x04\x4b\ \x79\xe2\x77\x85\x4e\x7a\x2e\x10\xdf\xdb\x27\xe9\xe3\x7b\x47\x83\ \xdb\xf7\x8f\x1e\x7c\x76\x72\xf2\xf0\xf1\x27\xcf\x7e\xff\xe9\xa3\ \xc7\x9f\xdc\xbb\xff\xfc\xc1\x8b\xfb\xf7\x1e\x7d\xf1\xe9\x8b\x17\ \xcf\x9e\x7f\xf1\xe2\x8b\xc7\x4f\xf7\xf6\xee\x9c\xdc\xdf\x07\x64\ \xbb\xfd\xe8\xf1\x83\x4f\x3e\x7b\xfe\xaf\x5f\x7d\xfc\x17\x3f\x78\ \xf3\xed\x33\x17\xdf\x38\x3b\x74\x79\xe8\xea\xd5\xe1\xd1\xb1\xb1\ \x11\x12\x81\x3c\x44\xa4\x02\x39\x91\xe1\x96\x4c\x20\x10\x69\x74\ \x32\x95\x30\x7c\x9a\xdd\x47\x1e\x21\x02\x50\x11\xc8\x04\x1a\x9d\ \x48\x1f\x19\x1e\x21\x20\x18\xa3\x0e\x9d\x23\x8c\x70\x04\x02\x34\ \xad\xd0\xb4\xbd\x23\xd2\x02\x4c\x31\xc8\x28\x5d\x8f\x41\xa6\x11\ \x50\x0c\x3c\x88\x1e\x5a\xb1\x47\x15\xa2\x2a\xb8\x45\x57\x08\xb5\ \xe8\xba\x26\x1d\x88\x48\x4b\x65\xec\x88\x68\xc8\xb1\x81\xcc\x51\ \x91\x5f\x34\xdd\x50\x5c\xfb\xc9\x0d\x2d\x90\x16\x18\x3c\x01\x08\ \x21\xe9\xcc\x30\x7d\x08\xe0\x8a\x08\x84\x25\x42\x2f\x01\x63\x48\ \x65\x50\xe9\x44\x2a\x47\xa5\x00\xaa\xa2\x12\x91\x20\xa1\x25\x75\ \x22\x55\xab\x15\x71\xb4\x40\x57\x22\x86\x02\x8d\x6a\xfd\xaf\x01\ \x62\x28\x72\xf4\xf4\xba\xa0\x49\x8b\x1a\xc0\xb7\xaf\xa3\xf1\x17\ \xd7\xb6\x4f\xa3\x48\x51\x0d\xb4\xd4\x2c\x1a\x00\x00\x20\x00\x49\ \x44\x41\x54\xe9\xcb\x33\xee\xe5\xf6\x9d\xb6\x7c\x06\x6c\x91\x2f\ \x17\xcb\xe8\xcd\x8d\x40\x30\x96\x33\x58\x37\x94\xba\x58\xd2\xbc\ \xb1\xaa\x9c\xe5\x09\xa5\x1a\x9d\x51\x67\x5c\xd5\xaf\x6f\xb4\x36\ \x72\x8d\x5a\x2a\xd3\xf0\xe4\x2d\x6e\xc0\x8d\x42\x2a\x90\xcf\xad\ \x17\x06\x83\x36\x9e\x71\x95\x13\xce\x58\xb4\x5a\xf0\xa7\x2a\x25\ \x4f\xbc\x5c\x68\xd4\xe3\xd5\x48\xc9\xdf\xb0\x37\x9a\xa9\x78\xde\ \x1d\x77\x44\x6d\x15\x6f\xd7\xbe\xeb\x28\x97\x01\xc0\xb2\x99\x6a\ \xd6\x9d\x29\xbb\x2b\x1d\x0c\x8f\xd6\x3b\x38\x5e\xca\x77\x33\x3e\ \x5f\xc9\x99\xca\xfa\xbc\x85\xb8\xd3\x9f\x28\x64\x1a\x51\x6f\xb4\ \xe5\x42\x4d\x85\xb5\x8e\x37\xd3\xf5\xed\x17\x7b\xae\x70\x28\xda\ \xf7\x38\xb1\xe2\xa0\xef\xf6\x7a\x9d\xde\xac\xdb\xb3\xdf\xdb\xeb\ \xfb\x23\x98\x03\x6f\xe3\x0e\x2f\x16\x89\xe6\xa3\x99\x02\xc0\x55\ \xa4\x94\x29\x45\x6a\x11\xb4\xb8\x95\x6e\x94\xdc\xed\xb6\x0f\x8d\ \x96\x70\x17\x5d\x0e\x3f\xe6\x09\x7b\xf7\x7a\x89\x04\xee\x2f\xee\ \xed\xf5\xd3\x27\xc7\x27\x61\x97\x2f\xdc\x3e\x74\x86\x7b\xfb\x83\ \x10\x20\x96\x6f\x90\xf0\xf4\x5d\x47\x87\x8e\xc4\x5e\x08\xe4\x30\ \xd1\x4e\xf7\xef\xef\x7b\x0e\x3d\xc5\xfd\x93\xbd\xc1\x41\x28\xb4\ \xdf\x6f\x1f\x1c\xf7\xda\x27\x77\x1f\xdd\x7c\x70\xb0\x77\xfb\xfe\ \x93\xc7\xfb\xf7\x8f\xee\xdd\x1e\x3c\x78\xba\xef\xec\xb9\xd3\x4e\ \x67\x7b\xef\x60\xbf\x77\xe7\x6e\xba\x8f\x85\x4e\xf6\x8f\xc2\x07\ \x0f\x1f\x3f\xbd\xff\xe4\xfe\x8b\xcf\x9e\x7f\xfb\xf9\x3b\x57\x7f\ \xf8\xf6\xeb\x17\xcf\x5e\x7c\xe5\xec\x6b\x23\x97\xcf\xa3\x69\x12\ \xa8\xfc\x8a\x4c\x61\x8c\x80\x1c\xa0\xca\x75\x14\xce\x4e\x43\x7d\ \x36\x04\x02\x95\x21\xa0\x92\x04\x74\x3a\x28\x1a\x05\x0c\x20\x69\ \x68\x78\x68\x04\x6e\x47\xc9\x24\x1a\x05\x2d\x6e\xd1\xc0\x96\x5d\ \xdb\xd1\x52\x55\x0c\x3a\x48\x14\xea\x97\x11\x11\x50\x17\x34\x11\ \x3d\x0d\x3a\x05\xb4\xc6\xa1\x0a\x50\x01\x17\x91\x0c\xd6\x8c\xaa\ \x12\x10\x68\x1c\xad\x82\x81\x42\x60\xfe\x2b\x29\xe6\xb4\xa5\x99\ \x81\x26\x12\xde\xb8\xb1\x7d\xed\x27\xd7\x4d\x68\xa9\x4b\x45\x1f\ \x1d\xa1\x8f\x0d\x03\x9b\xc1\x1b\x29\x0c\x40\x39\x3a\x9d\x03\x68\ \xc6\xa0\x11\x51\x6b\x0f\x95\xa8\x25\x9e\x36\x41\x03\x57\x71\x38\ \x9c\x6d\x2d\x1a\x1d\x66\x12\xa1\x3a\xaf\x9d\x6d\xb0\x83\x44\x14\ \x6f\x73\x4d\x85\x2e\x03\x08\xd0\xa2\x16\xec\x1c\xf9\xc4\x6d\x54\ \x00\x81\x52\x1b\x18\x5a\xd1\xcb\xc2\xd1\x97\xdb\x77\xdb\x4a\xf5\ \xb6\xdf\x15\xb1\xb5\xea\x6b\xc1\x92\xdd\xd6\x4d\x9a\xcd\xf6\x99\ \x4d\x73\x45\xb3\xbe\xb1\x3c\x23\x9e\x9d\x5d\x30\x6c\xae\xaf\xe9\ \x57\x35\x76\xbb\xa5\xd1\xed\xf8\x3a\x05\xb7\x37\x16\x77\x61\x91\ \xb8\xa3\xe0\x70\x06\xba\xae\xe2\xa1\xcf\x19\xef\xde\xf5\x34\xb3\ \xb5\x58\xd4\x11\xe8\x62\x99\x56\xb4\x62\x6f\xe2\xa5\x5a\x23\x16\ \xf0\xe0\x11\x10\xb9\x68\xb6\x11\x6c\x74\xfd\xbb\xb9\x48\xcd\xe7\ \x08\x56\x43\xce\x42\xc4\x1b\xcf\xba\xba\x81\x78\x1f\xf7\x15\xdc\ \x99\x88\xaf\xe3\x73\xbb\xfd\xee\x46\x2b\xea\xcf\x0d\xd0\x90\xfb\ \x68\x23\x9b\xca\xb8\x4a\x05\x30\x9d\xcd\xbc\xb7\x54\x69\x86\xd2\ \xee\x83\xc7\xce\xc2\x21\xde\xf5\xf7\x0e\x3c\x99\x46\x15\xcb\x17\ \x1c\x5e\xd7\xa0\x1d\x8e\x84\x06\xf5\x7c\xdb\xef\x75\xb9\x23\x3e\ \x57\x24\x1e\xc6\x71\xd7\x20\x9d\x4f\x95\x7c\xfb\x60\x44\x43\x85\ \x94\x2b\x1e\xc1\xb0\x74\x3f\x14\xcf\xf8\xa3\x29\x78\xd1\x20\xe1\ \xf3\x79\xc3\x29\x9f\xfb\xd0\xdf\x3b\xee\xdd\xbf\xef\x71\x14\xba\ \x69\x67\xb4\x0a\xa6\xb3\x94\x29\x86\x12\x91\xac\x17\x4b\xa5\x5d\ \x99\x4c\x24\xeb\xca\x44\x53\x6d\x8f\xc3\xd9\xdf\xbf\x93\x3e\xee\ \x0d\x42\xf1\x70\xc8\x13\x0e\x85\x3d\xae\x44\xd8\xe7\x0e\x1d\x85\ \x07\xbd\xbb\x87\xbd\x41\xa2\x77\x72\x7c\x70\x74\x70\x00\xb0\x17\ \xee\xf7\xfa\xc7\xa1\xa2\x2b\xe2\xec\x61\x05\x5f\x7a\x70\x1c\xf2\ \xbb\xee\xdd\xbf\x7f\xfb\xe8\xe4\xfd\x0f\x6f\xfd\xeb\x57\xbf\x7e\ \xe5\x07\xef\x5e\xbd\x78\xf9\xcc\xd8\xe5\xcb\x97\xc7\x00\xaf\xe8\ \x74\x3a\x0a\x3a\xa6\x83\xcb\x13\x08\x00\xa5\xc8\x34\x22\x09\x28\ \x89\x42\x23\xc1\xe3\x14\x90\x16\x32\x1d\x05\x1f\x83\x72\x8c\x0c\ \x11\x89\xc3\x74\x11\x85\x70\x6e\x08\x44\x4d\x40\xa5\xa3\x81\xf1\ \x00\x45\xe0\xff\x44\x64\xca\xa9\x7b\x63\x80\x2d\xa4\x8c\xd0\xc1\ \x33\xa2\x49\x5c\xc0\x4f\x64\x22\x0a\x7c\xa1\x10\x00\xa7\x38\x54\ \x0e\x70\x12\x85\xc6\xa0\x0a\xd0\x88\x40\x54\xa4\xa5\xa2\x22\xf8\ \x62\x08\x76\x4c\x02\x54\x87\x65\x32\xed\x5c\xbf\x66\x12\xd0\x55\ \xe4\xb3\xe7\x48\x23\xa3\x74\x34\xc4\x99\x4e\xa2\x52\xd1\x05\x00\ \x11\x9a\x2f\x46\x39\x4d\x8b\x47\x83\x08\x51\xb7\x20\x9a\x97\xaa\ \xd2\x0a\x04\x5a\x90\x42\xaa\x0a\x05\xd6\x88\xb4\x28\x6d\x54\xa1\ \x15\x11\x51\x04\x96\x40\x81\xe6\x5c\x98\xb6\x39\xaa\x1d\x54\xfe\ \x0e\xf7\x04\x14\xc1\x69\x5f\xb6\xea\xe5\x1a\xd6\xcb\xed\x3b\x0a\ \x56\x3e\xef\x28\xe4\x03\x85\x86\x21\x57\x49\x06\x5a\x1d\x90\xa6\ \x95\xe0\xae\x4d\xa3\x59\x98\x9e\x53\xce\xce\xea\x74\xeb\x2b\x06\ \x83\x7a\x63\x2b\x10\xec\x46\x3a\x91\x7c\xed\xf0\xb0\x52\x0b\x39\ \x5c\x29\x7f\xc4\xe7\xb3\x17\xf0\xa3\x93\xd0\x61\xb8\xe6\xf1\x6f\ \x65\xb2\x8d\x92\xa3\x16\x0d\x57\x9b\x78\x75\x2b\x95\x2f\x34\x1c\ \xc9\x5c\x36\x12\x76\xb9\x30\x50\x8d\x32\xee\xab\xb5\xb2\xf5\x66\ \x34\xb3\x5b\xf0\x76\xb2\xa5\x52\xb3\x9c\x2a\x07\xe3\xfd\x44\x22\ \x12\x89\xba\x1d\xe5\x38\x96\xc9\x3b\x9a\xa5\xbc\xdf\x71\xd8\x77\ \x87\x3d\x4e\x3c\x93\x8e\x47\xf2\x4e\x47\x1b\x8b\x02\xd5\xc5\x71\ \x7f\x1e\x1f\xec\x7b\x9c\x77\xdc\xbb\x20\x64\xe0\xe3\xea\x29\x57\ \xe1\x70\xe0\x0f\xef\x79\x32\x11\x4f\xcb\xb3\xbf\xd7\x4e\x17\x53\ \x0d\x0c\x77\x60\xce\x5e\xbb\xed\xc8\xf8\xeb\x78\x18\x38\x68\xbf\ \x56\x4a\x83\xc2\xc6\x51\xd1\x43\xa1\xe1\x4f\x39\xbc\x89\x62\xda\ \x1b\x0e\x67\x23\x45\x67\x18\x6b\x3f\x29\xbe\x77\x1b\xab\x45\x53\ \x51\x3c\xd5\x4c\x95\xb2\x8d\xa6\xcf\x19\xce\xd8\x0b\xae\x94\xb3\ \x50\xde\x6d\x34\x1a\x58\x1e\x0e\x1d\x0f\x0f\x0e\xef\xdc\x3c\xf6\ \x62\x89\x94\xc7\xe9\xce\x16\x3a\xe5\x52\xbe\x84\x17\xe2\xa9\x9a\ \x0f\x1c\xb0\xc7\x95\x4e\x1c\xde\x4c\xf8\x13\x2e\xcf\xc1\xc9\x81\ \x3b\x71\xd8\x8e\xb8\x1c\x6e\xb0\xb5\x0d\x3c\x9c\xee\xf5\xdc\x8e\ \xde\xe0\xe6\xc3\x87\xef\x7f\xf0\xdb\xaf\x3e\xfa\xc5\x8f\xde\xf8\ \x8b\xd7\xce\x8f\x8e\x9c\x19\xbe\x7c\xf5\xe2\xe8\x39\x70\x7a\x43\ \x54\x32\x60\x11\x8d\x43\x1e\x23\x12\x39\x34\x12\x0d\x80\x8a\x0e\ \xb7\x54\xd2\x30\x81\x82\x6a\x2c\xc9\x14\x32\x8d\x36\x84\xd2\xf4\ \x68\x02\x78\x8a\x46\xa1\x10\x08\x04\x94\xf0\x8e\x66\x70\x11\x05\ \x0a\xc6\x08\x95\x2a\x02\x33\xc9\xa0\x53\x04\x54\x0a\x1a\xd4\x0c\ \x7c\x45\x66\xa0\x85\x76\x05\x58\x45\x15\x85\xc8\x80\xd7\x31\x88\ \x44\x85\x82\x41\x26\xd2\x51\x18\xbc\x0a\x04\x8b\x80\x4a\x41\x51\ \xcd\xba\x48\x20\xda\x01\x4b\x78\x0d\x04\x6b\x07\x95\x51\x6d\x53\ \x28\x44\x70\x84\xc3\x04\x02\x83\x81\xea\xed\x51\x2c\x17\x99\x0a\ \xbb\x85\x3d\x72\x38\xa8\xf0\x02\xb5\x37\x23\x99\x02\x1f\x28\x40\ \xdd\x37\x5a\x2d\x83\x0c\xfa\xb5\x2d\x20\x9a\x44\x70\x30\x11\x4a\ \x1e\x15\x01\x56\x99\x80\xae\xd0\x38\x44\x11\xba\x7e\x08\x2f\xde\ \x16\xd1\x39\xa7\xdd\x8c\x26\xd3\xf7\x26\x98\xcc\x4b\x97\x26\xf9\ \x4a\xd9\xc4\x04\x53\xc8\xbe\x74\xe9\xd5\x09\x89\x98\x37\x2b\x64\ \xf3\x58\x42\x26\x77\x9c\x39\x7e\xe5\x12\x97\xcb\xe6\xb1\x99\x42\ \x89\x90\x3f\x39\xce\x65\xc9\x27\x98\x13\xe3\x72\x29\xeb\x02\x7b\ \x4a\xce\x67\x8d\x4f\x6d\x26\x2d\x8b\x8b\x2c\xae\x50\x22\x19\x97\ \xce\xf1\xa5\x2c\x16\x5f\x2a\x87\x77\x48\x84\x93\x3c\xe1\xf8\x15\ \x29\xeb\x55\xee\xec\x8c\xec\xc2\x05\x19\x93\xcd\xe7\xca\xb8\x62\ \x31\x93\x29\x95\x72\x61\x7f\x17\xc4\x0b\xb3\x7c\xd8\x29\x8f\x29\ \xe3\x33\x85\x17\xd8\x32\x1e\x5b\x22\x93\x88\x95\x8b\xe2\x71\x9e\ \x52\x2e\x95\x33\x2f\xc9\x94\x42\x36\x53\x22\x67\x4f\x70\x95\xd6\ \xe5\xb9\xe9\x25\xbe\x90\xc7\xe7\xcb\x85\x92\x71\x26\x9b\xc9\x93\ \x8e\xb3\x98\x7c\xa5\x58\xc8\x92\xc8\x64\x3c\x89\x54\x22\x96\xcd\ \xc2\x17\x7c\x64\x19\x5f\x2c\xe6\x71\xe5\x73\x52\x99\x04\x7e\xe0\ \x5d\xe2\xca\x95\xb3\xe3\x6c\xa1\x4c\x28\x11\x0b\x85\x7c\xae\x10\ \x3e\xdf\x94\x94\x3b\xc7\xe7\xc9\xc5\x62\xe1\xc2\x8c\x5c\x3e\x35\ \x25\x91\x5e\x60\xf2\xe7\x96\xd6\x35\x0b\x53\x9a\xc5\x19\x39\x5f\ \x0a\xaf\x64\xf2\x78\xe3\xc2\x29\x99\x4c\xc6\xe4\xb2\xb9\x7c\x16\ \x9b\xab\x59\x51\x1b\xcd\x06\x7b\x45\xb3\x69\x36\x2e\xb2\xd8\xcc\ \x2b\xe2\x05\xb1\x5c\x26\x5b\x10\x4a\x94\x73\xfa\xa5\x85\xd9\xd9\ \xc5\x29\xde\x94\x7e\x75\x56\x39\xb3\x38\x3f\x33\x37\x23\x5b\x54\ \xce\xcc\x4c\x29\xc5\x73\x52\xa9\x4c\xaa\x9c\x65\x89\x37\x0d\x2b\ \x4b\xf3\x66\xfd\xa2\xd5\xb6\xb2\x19\xdb\x58\x5b\x5c\x51\x2b\x97\ \x34\x6a\xa3\x6d\x7d\x71\xc3\x6e\x5b\x5f\xd8\x5c\xb3\x4c\xcf\xa9\ \xd5\xeb\xcb\x73\x7a\x63\x30\x59\xd9\x58\x31\xaf\xdb\xd6\x75\x9b\ \xc1\x4d\xfd\xbc\x52\xb9\xb0\x30\x3b\xad\xae\x1b\x66\x95\x0b\x86\ \x75\xdd\xe2\x72\x20\xa6\xd3\x1b\xd5\x1a\xf5\xf2\xfc\x7a\x29\x68\ \x53\xaa\x17\xd4\x86\x75\x4d\x2d\x7d\x68\x8f\xd9\x92\xd9\x92\xab\ \x5e\xe9\x36\x83\x3e\x4b\xb9\x0b\x3f\xb4\x92\xd5\x52\x37\xd7\xad\ \x35\x8d\x4b\x95\xc0\x72\xb5\x0a\x18\xb3\x6e\xad\x96\x2c\xbb\x76\ \x7b\xb7\x65\xcb\x6d\x19\xcc\x1a\xa3\xcd\xba\x5b\x2e\xc7\x2c\xb1\ \xcd\x92\xd7\xd7\x30\xa2\x20\x18\x6b\x2e\x12\xad\x96\xa2\x0d\x4b\ \xb5\xde\xb1\xd6\x3a\x66\x6b\xa5\xdc\x6a\x94\x2d\xad\x7c\xd1\x9f\ \x2e\x59\x4a\x79\x6b\xd9\x93\x4e\x87\x7a\xe9\x5c\xbe\xac\xab\xb8\ \xfd\xc5\x7c\x75\x6b\xb7\xb0\xa5\x0f\xee\x66\xeb\xc1\x0d\xe3\xc6\ \xbc\xd5\x6a\x31\xae\xce\xcd\x2d\xce\x4b\x24\x5b\xba\x75\xf5\xfa\ \xba\x1e\x7e\x9b\x8d\x4e\x23\x87\xb9\x7d\xa1\xfd\x60\x0e\xbf\xd9\ \x73\xba\x4a\x4e\xdc\x86\x1d\xf8\x43\x9e\x44\xbf\xb2\xe7\x0a\xa6\ \x7c\x8d\x60\x2a\x93\x70\x95\x1a\xfe\x78\xcb\xeb\x68\x16\xda\xad\ \x72\x24\xea\xf0\x7a\xb1\x6a\xcf\xb3\xe5\xcb\xe2\x8d\x52\x60\xb3\ \x19\xd9\xdc\xb5\x77\x5a\xb5\x52\x37\x13\x6e\x26\x0b\xfe\x86\x23\ \xef\xca\xf8\x33\x95\x2e\x16\xa9\xf5\x5c\x31\x4f\x36\x82\xf5\x7d\ \x8d\x70\xdb\x97\x1f\xd4\x0a\xf9\xfd\x28\xe6\xec\x34\x4a\xb1\x6a\ \xbc\xe8\x4e\x24\x06\xd8\xe0\xe9\x20\x13\x71\x78\x42\x03\x4f\xc9\ \x59\x68\x25\xda\xa9\xf6\xbd\x76\xc9\x1d\x09\x3a\x0e\x4e\xd2\x61\ \x3c\xdf\xc0\x33\x9e\xb4\x2b\xe4\x88\x78\x13\xbd\xbc\xdf\x8d\x25\ \x5c\xfe\x52\x08\x6b\x44\xbc\x0e\xdc\xd1\x0f\xa3\xc2\xad\x44\xdc\ \x7d\x18\x76\xf8\xdd\xc0\x73\x69\x77\xfa\xe8\x76\xfa\xb3\xdb\x19\ \xdc\xef\x2d\x44\xe3\x5d\x5f\xad\x0c\x00\x19\xcf\xc4\x3b\xa9\x70\ \x06\xef\x76\xfc\x78\xa1\x9b\xa9\x16\xbc\x29\xef\xcd\xfe\xed\x7b\ \x5f\xdc\x8d\x7a\x5c\x71\x67\x21\x53\x28\xb4\x72\x8d\x6e\xbd\x54\ \xc2\xe3\xad\x42\xbe\xdb\x72\x86\x12\xbd\xc4\x51\xc2\x71\x90\x4e\ \x27\x0e\xd2\xce\x8c\xdb\x97\xc1\xfc\x09\xaf\x3f\xec\xc4\x7a\x27\ \xa1\x5e\x38\xfd\xe8\xde\xa3\xaf\x9f\xdd\xfa\xcd\x2f\x7e\xfd\x8b\ \x1f\xbd\x76\xf9\x8d\x73\x97\x2f\x9e\x1d\x39\x37\xfc\xca\x6b\x97\ \x47\xcf\x9d\x1b\x39\x2d\xe5\xa2\x89\x18\xf4\x11\x2a\x28\xd1\x10\ \x89\x00\x82\x34\x4c\x20\x0d\xd3\x46\x46\x28\x1c\x01\x95\x41\x41\ \x85\x57\x74\x0e\x98\x45\x22\x58\x41\x3a\x69\x8c\xce\xa1\xa2\xb5\ \x25\x86\x40\x80\x8a\x09\x54\xc4\x31\x3a\x59\x84\x0a\x1c\x28\x44\ \x95\x08\x55\x7a\xd2\x80\xb2\x68\x34\xd4\x51\xc3\x40\xc3\x04\x51\ \xe6\xa8\x48\xc5\xa1\x51\x4e\x23\x8e\x51\x48\x3b\x9a\xa1\x23\xd8\ \x16\x71\x90\x75\xd3\x32\x54\x0c\xd5\x8d\xeb\xd7\xaf\x81\x62\x81\ \x5c\x99\xb6\x77\x6e\x08\xa8\xb4\x53\x4b\x48\x07\xb1\x03\x7b\x4a\ \x14\x51\xc8\x74\x91\x82\x21\xa0\x80\x75\x65\xa0\xb5\x2c\x05\x2a\ \x51\xd8\x46\x2d\x36\x28\x5f\x4b\xc5\x38\x65\x26\x14\x36\x8a\xca\ \x69\x4d\x54\x01\xca\x64\x40\x11\x0e\x5a\xb4\x70\x85\x68\x8c\xb1\ \xbd\xb3\xa3\x55\x69\xaf\x6b\x39\x20\x5a\x0a\x81\xc8\x24\xfa\xde\ \xab\xec\x4b\x13\x13\x13\x2c\x9e\x98\x79\xe1\x4f\x27\x98\xe3\xaf\ \xfe\xcf\x2b\x7c\x10\x22\xb6\x54\xc8\x83\x93\x96\x3b\x71\xe1\x7f\ \x8c\xb3\xb9\xac\x09\x26\x77\x42\x3c\xcb\x7e\xf5\x0a\x93\x09\x7a\ \xc5\x95\xcf\x4f\xb1\x58\x12\xb1\x94\xcf\xbf\x22\x37\xd8\xb6\x56\ \x17\x95\x20\x25\x12\xae\x4c\x2e\x64\x8d\x4b\x26\x58\x4a\x1e\xf3\ \x12\x0b\x1e\x00\x71\x12\x8e\xff\xe9\xa4\x52\x06\xc2\xc3\x62\xf1\ \xa4\xdc\x71\xb6\x8c\xc5\x1a\x9f\xe0\xf3\xf9\xcc\xc9\xf1\x29\x1e\ \x0f\x0e\xc0\x83\xbd\x48\xc7\x61\xe3\x8d\x4f\xf0\x40\x77\xe4\xb3\ \x52\x9e\x58\xc8\x95\x89\xb9\xb2\x39\xe1\x9c\x4c\x02\x3a\xc6\xe6\ \xcd\x6c\x6c\xce\xcd\x6b\x64\xe3\x2c\x9e\x50\x36\x23\x65\x8d\x8f\ \x4f\x4a\x64\xdc\x59\x36\x57\xc2\x1f\xe7\xc9\x67\xc5\x52\x1e\x5b\ \x0a\xaa\xc7\x66\xf1\x58\x2c\x16\x57\x2e\x93\xb0\x78\x72\xa5\x4c\ \xcc\x67\x8f\x2b\x85\x13\xe3\x12\xa1\x84\xcd\x9e\x14\x2f\x80\xe0\ \x8a\xc5\xca\x69\x16\x9f\x27\x14\xb2\x66\xe5\x62\xb9\x78\x86\x2d\ \x5e\x02\x49\x99\x97\xb0\x58\x42\xe1\xcc\xe2\xdc\xcc\xd4\xca\xca\ \xd4\xac\x54\xca\xe3\x73\xd9\xfc\x0b\x13\x13\x62\xa9\x4c\x0e\xbf\ \xf0\xc4\x04\x7b\x82\xcd\x46\xea\x62\x58\xdd\xd8\xd4\x6d\xe8\xed\ \x73\x6c\xe6\xa5\x3f\x9d\x94\xcb\xc4\xf3\xab\xab\x3c\xe1\xdc\xc2\ \xaa\x72\x41\x3d\xb3\x34\xcb\x5f\x32\x6b\x16\xe6\x17\xe7\x57\xd4\ \x0b\xd3\x92\xa5\x19\xa5\x72\x4e\x22\x96\xb0\x85\xf2\xa9\x39\x21\ \x4f\xa6\xb6\xaf\x28\xa7\x35\x7a\x8d\x41\xbf\x10\x28\x2f\x83\x00\ \x2d\xcf\xcf\x6b\xf4\x1b\xbb\xd3\xd3\x56\xc3\xaa\x71\x75\x75\xc5\ \x66\x9e\x9b\x9b\x5f\x9a\xb2\x1a\x97\x83\x95\x0d\x50\xa4\xd5\xa5\ \x65\xfd\xa6\xc1\xa2\x5b\x9b\x33\x4e\xe9\xd7\xa6\x35\xbb\xba\x79\ \xe5\xca\xba\xda\xb8\xb8\xd6\x0a\xea\xe1\xad\x86\x95\x39\x8d\xa6\ \x16\x08\x2c\xac\x2e\xcc\xe9\x56\x17\x63\xed\x03\x7b\xae\x55\xe9\ \xba\xe2\xbb\xbb\x51\x9b\xb9\xd1\x2a\xd7\x3a\xdd\x54\x39\x1b\xec\ \x64\x03\x81\x64\xbd\xa3\xdf\xd8\x5c\xcb\x95\x77\xb7\x92\x9d\xdd\ \x82\x7b\x6b\x37\x50\x4f\xf9\x0a\x81\x8d\x60\x70\xd3\x9a\x2c\xb7\ \x72\xea\x4d\x43\x2c\xe0\xdd\x8f\xd8\x6d\x56\xcb\x96\x4e\x17\xc4\ \xcb\xad\x58\x34\xb2\xd5\x0a\xd8\xca\x85\x5d\x5b\xb2\xe9\x8d\x5a\ \x2a\xeb\x96\x48\xde\x11\x8e\x07\x4b\x8d\x64\x2a\x95\x6e\x17\xfb\ \xce\x0e\xb6\x99\xf4\x45\x32\xbe\x78\xbe\x13\x6d\x18\xec\x01\x7b\ \x2c\x97\xb3\x6d\xae\x2f\x19\xf4\x81\xad\x75\xdd\xfc\xe2\xc2\x2c\ \xfc\x3a\x0b\xcb\x4b\x4b\x1a\xdb\xa6\x7d\x29\x56\x28\x45\x32\x05\ \x0c\x4f\xe6\x42\xb7\x0f\x22\xe1\x6a\xa4\x94\x74\x78\xf2\xf1\xb8\ \x3f\xdd\xd9\x2b\x76\x4b\xcd\x6e\x27\x55\x73\x7a\xb3\x85\x56\x38\ \xdf\x2d\x04\xeb\xe1\x6e\x33\x85\xe3\x6d\x7f\xbe\x84\x45\x2d\xa9\ \x5a\x3d\x95\x6f\x55\xb3\xf1\xdd\x6c\x2e\x8f\x8a\x3f\x53\xee\x56\ \x17\xdb\xc3\xe2\x98\x37\xea\x8c\x56\x22\xde\x54\x67\xdf\xd5\x48\ \xb4\x3a\x38\x56\x8d\x3a\x07\x4e\x57\xb8\xe6\x0e\x67\x1b\x58\xcb\ \x62\x6b\xee\x16\xe2\xce\xfd\x93\xe3\x3d\xcc\x73\x9c\x2f\xb9\xf6\ \xdc\xce\x48\xa6\x54\xac\x95\x3d\x61\x77\xf1\xee\x7e\x09\xcf\x94\ \xe3\xfe\xa2\x7f\xaf\x87\x3b\x22\x78\x7f\x90\xc1\x3c\xde\xd4\xde\ \x5e\x2a\x9f\x49\xfb\x13\xbe\xb8\x3b\xde\x8d\xfa\x22\x4e\xe7\xc0\ \x11\xe9\xe7\xc1\x5d\x86\x13\x7d\xbf\x03\x6b\x64\x5c\xe9\xf6\xc1\ \xcd\xc3\xe2\x17\x7b\xdd\x54\x3c\x1f\xad\x95\xe2\xee\x46\xad\xda\ \x6c\xc4\xf3\x80\x72\x9e\x48\xaa\xde\xc8\xb4\x0a\xb5\x6a\x39\x8f\ \x47\xfa\x7b\x7b\x83\x93\x47\x45\x6f\x38\x9d\xc0\x22\xbe\xb8\xa3\ \x53\xb3\x55\x3a\xd1\x52\xaa\xd0\xec\x94\xca\xb5\x6c\x3a\xe2\x71\ \x79\xdc\x98\xc7\x1d\x81\x03\x7b\x12\xf9\x7c\xda\xef\x28\x15\x00\ \xcc\xfc\x87\xc5\xc4\xe1\x5e\xfb\xe1\xa3\x27\x2f\xbe\xfd\xf2\xf3\ \x5f\xff\xec\x9d\xcb\x6f\x5c\xbe\x7a\xe6\xfc\xc5\x73\xaf\x5d\x1c\ \x3d\x7f\x99\x7e\x76\x98\x4c\xa2\x83\xd7\x23\x90\x55\x02\xca\x08\ \x8d\x4a\x1b\x1e\xa2\x93\x39\x20\x55\x68\x2c\x21\x0a\x70\xa7\x82\ \x88\xa1\xd5\x2a\x50\x2d\x3a\x6d\x84\x40\x1b\xbb\x38\x4c\xa3\x11\ \x29\xa7\x9d\x82\x20\x08\x22\x86\xc8\xc4\x19\x26\x10\x81\x85\xe8\ \x04\x01\x9a\xba\x0c\x0a\x47\xa6\x70\xe8\x34\x32\xaa\xb6\x02\x04\ \xa3\x51\x89\x5a\xad\x40\xc5\x40\xe3\x27\xe0\x11\xb4\x3c\x76\x5a\ \xe7\x40\x11\xa9\xc0\xe2\x01\x63\xa1\xe9\x5c\xd7\xae\x6d\x9b\x6e\ \x5c\x43\x09\x7b\xdb\x8a\x1d\x10\x23\xd2\xb9\x91\x33\x63\xa3\xe0\ \x52\xe9\x24\x06\xf8\x42\x3a\x9d\x28\xe2\xd0\x45\x74\x34\xa8\x9e\ \x21\x40\x39\x0c\x5a\xad\xc9\xa4\x42\x55\x13\x00\x78\x1c\x30\x89\ \x02\xad\x0a\x6e\x50\xfe\xb2\x42\xa5\x50\xec\x88\x50\xd1\x83\x40\ \x0b\xd6\x53\x84\xea\xdc\x51\xf3\x21\x5a\xf2\xda\xbe\x6e\x52\xed\ \x70\x88\x22\xd0\xb9\xef\xb1\x26\xc6\xe1\x8c\x64\x4a\x67\xa5\x13\ \x7f\x76\x65\xfc\xd2\x15\xf8\xba\x00\x8f\x8d\x03\x34\xf1\xd9\x2c\ \x26\x7b\x92\xc9\xe4\x4f\x4e\xc0\x43\x2c\x80\x24\xc0\xb1\x89\xc9\ \x4b\x4a\xf9\xec\x2c\x9f\xc7\x13\xcb\xf8\x12\xb6\xd2\x12\xb0\xaf\ \xcd\x88\xc5\xb3\x7c\xd0\x22\xf1\x2c\x97\xc9\xe5\xb2\x84\x6c\x29\ \x8b\x29\x93\xf0\x78\x7c\xe1\xa5\x2b\x97\x26\xb9\x5c\xc0\x33\x3e\ \x73\x9c\x09\xcc\x26\x66\xb1\xa4\x5c\xa9\x44\x38\x31\x31\x3e\x2b\ \x65\x4f\x8c\x4f\x72\x25\x42\xa1\x44\xca\xe7\xf1\xd9\x40\x32\x08\ \xe3\xc6\xd9\x13\x42\x99\x58\xc2\x67\x49\x66\x64\x53\x7c\x78\x42\ \x2a\x94\x2a\x8d\x46\xe5\xec\x9c\x8c\x25\x65\xc9\x24\x92\x45\xc9\ \x24\x4f\xca\x03\x41\x95\x02\xd5\x71\x25\x53\xf0\x4d\xcc\x13\x4a\ \x65\xec\x49\xbe\x5c\x2a\x15\x32\x65\x72\xb1\x74\x5c\x22\x9f\x95\ \xc9\x26\x79\xca\x69\x1e\x9b\x0f\x0c\xc6\xe7\x4b\x95\xc0\x66\xf2\ \xc5\xd9\x45\x9e\x90\xb5\x2c\x91\xcc\xca\x94\xb3\x33\xb3\xd2\x99\ \x05\xb1\x50\x09\x00\x05\x1f\x62\x51\xbf\x32\x3b\xbd\xbc\xba\x28\ \x91\xce\x4a\xd0\x7f\x90\x0b\x6c\x2e\x6f\x9c\x2b\x65\x5f\xba\x72\ \xe1\xd2\xc4\x85\x0b\xec\x15\xb3\xc6\x06\x7c\xb3\xa0\xde\x58\xb3\ \x4e\xf3\xb9\xcc\xf1\x09\x96\x70\x76\x7e\x61\x9e\xcf\x15\x2b\x97\ \xa7\x17\x34\x1a\xf5\xca\xdc\xbc\x59\xbd\xa0\x59\x58\x05\xbd\x92\ \xcf\xc1\xc9\xaa\x14\x4f\x4d\x2d\xf2\x85\x73\x53\x4a\xa9\x54\x3a\ \x9b\xd4\x4d\x29\x97\xd4\x36\xab\x5a\x6d\xac\xeb\xd6\xd4\xc6\xe5\ \x95\xc5\xd5\x55\xa3\x71\x55\xa9\x59\x9b\xdf\xd0\xa9\x97\x2c\xba\ \x85\xf9\xe5\xb5\x85\xad\xd5\x15\x63\x2e\xa0\x59\x37\xcc\xcd\xa8\ \x97\xd6\xb7\xac\x1a\xcd\x92\x61\x6e\x71\x71\x4a\x6d\xd7\x2c\xcf\ \xad\xae\x2f\x2d\xce\x69\xec\x5b\x86\x35\x0d\x68\x99\x75\x7e\x05\ \x6f\xea\x96\x74\x3a\xbd\xc5\xbc\xd4\x1c\x1c\x06\x9b\x85\x92\x1f\ \xcb\xf8\x2a\xdd\xad\x0a\xba\x62\xd7\x68\x35\x92\x5d\x5b\xb7\x13\ \xce\x6c\x75\xca\xf6\x98\x5d\x9d\xab\x16\x52\xb9\x6a\xb0\x59\xb5\ \x76\x02\x01\x7d\xbd\x9a\x0c\x04\x6c\x9b\xba\x96\xa3\x60\xb7\x6e\ \xac\x05\xd7\x2b\x85\x42\x26\x5f\xce\xd9\x92\xeb\xc1\x54\xb7\xd5\ \x32\x5a\x0b\x2d\x83\xae\xbc\x9b\xaa\xef\xee\xb6\xea\xb1\xe0\x4a\ \xc5\x53\xc3\xfc\x99\x7a\x23\xb5\x95\x49\xf8\xe3\xde\x84\xa3\x15\ \x89\x35\x5d\x5e\x00\x89\x66\x23\x52\xd5\x68\xb6\xcc\x96\xa0\x3d\ \x59\xb7\xaf\xc2\xde\xac\xab\x7a\xfd\xf2\xca\xac\x58\x1d\xd4\xcc\ \xab\x97\xd5\xc6\x4d\x9b\x66\x33\xef\x49\x55\x32\x77\xf2\xc1\x92\ \x33\x8d\x37\x1d\xbe\x68\xd5\xd6\x75\xc2\xc9\x9a\x77\x44\xfd\xa9\ \x4e\xde\x11\xe9\xfa\x9a\x09\xd7\x6e\xae\x9a\xc9\x66\x6a\xd5\x86\ \x33\x5e\x2b\x44\xfa\xe1\xa2\xa3\xe0\x8b\xeb\x52\xa9\x7a\x36\x5a\ \x6b\x39\x0b\xa0\x89\xa5\x02\xe6\xa9\xe2\xae\x4e\xb7\x9b\xce\x74\ \x1d\x0e\x4f\xda\x8b\xe5\x0b\x05\xcc\x5d\xca\x84\xeb\xf1\xbe\x23\ \xe3\xc2\x3c\xf9\x44\x28\x95\xca\xe0\xbe\x4c\x13\xbc\x6a\x6a\x37\ \x7f\x13\x0b\xef\x3d\x72\xba\xf6\xdd\xd9\x50\x3a\x54\x74\x66\x32\ \x61\x77\xa6\x8f\xbb\xc3\x77\x06\x58\xda\x1f\x71\xb4\xc3\x83\x62\ \x38\x32\x88\x64\xf7\x43\x40\x58\x1e\x9f\xb3\x5a\x00\x47\xe6\x1c\ \x78\xbc\x2e\x67\xad\xef\x74\xe1\x77\x8f\x71\x87\x37\x0a\xb6\x33\ \x52\xf2\x78\xf3\x89\x82\x23\xbc\x07\x82\xed\x3a\xfc\x34\x14\x8f\ \xc4\xb3\x51\x47\xb9\x14\x29\xf8\x52\x91\x6a\x21\x9b\x0d\x7b\xc2\ \x29\x3c\x18\xac\xc3\xff\x0a\x6f\x26\xe3\x6a\x74\x32\x19\xac\x57\ \xf4\xb6\x22\x19\x77\xba\xd5\xa9\xd6\xb3\xcd\x6e\xab\x9c\x49\x75\ \x6b\xdd\x7a\xb0\xe5\xcd\x46\xbb\x35\xcc\x15\x71\x65\xb1\x88\x3f\ \xe1\xcf\xe6\x33\x0d\xb7\x3f\x5e\x88\x82\xf2\xb9\x8a\x61\xff\xde\ \xc9\xd1\x93\x5b\xdf\x7e\xf0\xd1\xc7\x1f\xfd\xf0\x87\x3f\xf8\xd1\ \x6b\x17\x7f\x78\xf5\xfc\x9b\x67\x2f\x8e\x5e\xbe\x88\xc6\x46\x90\ \x80\xb0\x48\xc0\x4b\x02\xc6\xf0\x59\x0a\x15\xc8\x8a\x44\x04\xff\ \x46\x20\x10\xe9\xa3\x68\x4c\x2a\x01\xe5\x8a\xa2\x56\x68\x32\x28\ \x12\x7d\x6c\x74\x94\x42\x61\x50\x87\xa8\x34\xc0\x27\x81\x88\xa1\ \x55\x11\x55\x3b\x22\x02\x1d\x65\xe6\x11\x91\xeb\x03\xe0\xa2\x0a\ \xd0\xdc\x0a\x22\x85\x4a\xa1\x80\xdd\x63\x08\x88\x64\x91\x80\x84\ \xb2\x1d\xa8\x44\x74\x81\x0f\xf5\xec\x30\x90\x39\x44\x09\x80\x88\ \x8d\xb4\x02\x0e\x67\x07\x65\xba\xef\x98\xb4\xda\xed\xeb\x37\x76\ \x14\x54\xc1\xc8\xe8\xe8\x28\x69\x98\xce\x40\x63\xc5\x54\x1c\x0a\ \x18\x51\x01\x83\xa8\x15\xa1\xa2\x2d\x00\x39\xd5\xf6\xf6\x35\x24\ \x55\x22\x01\x32\x78\x20\x9a\x68\x65\x8a\x81\xa6\x82\x51\x45\x5a\ \x01\x03\xa0\x0b\x8d\x0e\x43\xd7\x1b\xc1\x2c\x82\x38\x89\x54\x0c\ \x54\x99\x45\x24\x33\x14\xda\xd3\x12\x52\x24\x58\x13\x13\x93\x6c\ \x1e\x93\xc9\x95\xf3\x2f\x5d\xba\x74\x85\xc7\x9d\x64\x5f\xb8\xc0\ \x05\xda\xe1\xcd\xf0\xc0\x12\x8e\x8b\x99\x13\x57\x26\x27\xaf\xb0\ \x98\x57\x78\x62\x2e\x1f\x5c\x23\x17\x70\x44\x36\x0b\x7a\xc0\x96\ \xf2\xb9\x12\x9e\x70\x05\xce\x1b\xf5\xb4\x14\x00\x89\x39\x29\x99\ \xe5\x83\xfb\xe2\x4d\x80\x66\x4d\x02\x19\x31\xd9\x62\xa0\xaa\x0b\ \xa0\x61\xe3\x4c\x3e\x97\xc5\x67\xf3\xb8\x7c\xf8\x23\x14\x4f\x71\ \xb9\x7c\xa6\x44\xc9\x9f\x18\xe7\x82\x7b\xe4\xb3\x65\x88\xd0\xe0\ \x13\xbc\xca\x04\x35\x9b\xe5\xb2\xc4\x73\x62\x36\x48\x20\x5f\xca\ \x9e\x04\x43\x08\x28\xa7\x5b\x9b\x92\xc8\x01\x91\x58\x5c\x70\x78\ \x12\x36\x58\x3f\x96\x54\xc2\x92\x4d\x4b\x90\x9c\xb1\xd0\xbe\x41\ \xb6\xb8\xf2\x85\x39\xa9\x5c\xcc\xe6\x4d\x49\xd8\x3c\x3e\xbc\x9c\ \x2d\x5b\x90\xcb\xc0\x9d\x01\x4c\xb1\x26\x64\xf3\x20\x5b\x92\x45\ \x39\x8f\xc5\x5d\x14\xf3\x94\x7c\xa9\x74\x5a\x2e\x9f\x99\x9f\x63\ \x09\x2f\x09\x85\x3c\xd6\xd4\xdc\xf2\xd2\xac\x06\x8c\x8c\x52\x29\ \x46\x42\x3d\x2e\xe1\x23\xb0\x64\x01\x60\xb1\x59\x93\x93\x17\x2e\ \x2d\x80\x48\x68\x74\x6b\x86\xcd\xd5\x8d\xc0\x22\x1f\x7e\x4f\x89\ \x78\x5e\x39\xbd\x3c\x2f\x03\xe1\x9b\x9e\x9b\x56\xaf\x02\x02\x4a\ \xe0\x3c\x5d\x11\xcb\xe6\xe6\x66\x66\xe4\x33\x92\xe9\x69\x09\x82\ \x2b\x84\x74\xf2\x39\xc9\x74\x76\x45\x3a\xb5\xbe\xb6\xbc\x65\x34\ \x04\xec\x96\x35\xfd\x8a\xce\xb0\xba\xbe\xbe\x6e\x85\x3b\x9a\xb5\ \xad\xcd\x85\x15\xb3\x7a\x7e\x66\xd9\xa6\x59\x33\x2e\x59\xca\xbb\ \xf3\x0b\x6b\x33\x4b\xeb\x2b\x0b\x06\x0b\x18\xbe\x15\xb9\x52\xbd\ \x68\xa8\x6c\xa8\xe7\x97\xd5\xeb\x46\xd9\x8c\xde\x90\xd4\x69\x56\ \x8c\x1a\x83\x41\xe7\xeb\x6e\x4c\x59\x35\xc1\x2d\xc3\x4c\x37\xed\ \x33\x6e\xd9\x9b\x20\x27\x4e\x6f\xa4\xbe\xd9\x2d\x77\xcb\xad\x4e\ \xbc\x5c\xb7\x36\xe3\x45\x57\xb6\x60\xb1\x37\x93\xab\xd9\x4c\xb5\ \x63\x30\x04\x4b\xb5\xcd\x46\x60\x59\x57\xe8\x9a\xb7\x8c\x1b\xeb\ \x7a\x8b\x3d\x99\x49\x05\x93\x36\x8d\x61\xb3\xd9\xe9\x96\xb2\x5d\ \xab\xc1\xdc\x69\x14\x7c\x39\x4d\x33\x19\xd3\x75\xea\xa5\x56\xa3\ \xb3\x69\xd9\xb2\x2e\xe4\x7a\x6e\xcc\xed\x68\xe1\x7e\x5b\xc6\xe1\ \x2b\x79\x8e\xfd\x55\x2c\xd6\x8c\xe0\x58\x04\x8f\xee\x46\x9a\x6b\ \xfa\xa6\x7d\x77\x37\x17\x08\x9a\x97\x74\x1b\xab\x6b\x7a\xf5\xfc\ \x94\x52\x28\x5c\xb3\x59\x34\x6a\xcd\x9a\xda\x6a\xb0\x6c\x95\x53\ \xad\x54\xef\xb1\x27\x97\x75\x24\x5c\x58\xb6\x9b\xc8\x24\xf3\xc7\ \x87\x37\xd3\x7e\xac\x9a\xae\x75\xf1\x7c\x34\x8e\xa7\xfc\x58\x30\ \x50\xaf\x75\x3b\x85\x9a\x2b\xd1\xe8\xe2\xfb\x7d\x67\x21\x12\xf5\ \x17\x2a\x05\x87\xb3\xdb\x00\x1f\x15\x48\xc6\xcb\xad\x4a\x64\x80\ \xe3\xf9\x7a\xd5\x9b\x2a\x44\x30\x47\xa9\x1d\x8f\x3a\x9d\x58\xc2\ \x93\xc5\x3c\x0d\xef\xc0\xe7\x09\xf9\xc3\x25\x47\x29\x85\x39\xfc\ \xb8\x2b\x5b\x8b\xbb\x7c\xa5\x92\xfb\xf0\x20\x5d\x8c\xba\x42\xf1\ \xec\xe1\xf1\x41\x3a\x14\x29\x0c\x6a\xfe\xb4\xbf\x74\x70\xd7\x93\ \x4d\x64\xb3\xd8\x31\x8e\xa7\xbd\x7e\x67\xa3\x94\xe8\xf7\xf6\x4f\ \x3c\xb5\x78\xac\x76\xd0\xee\xef\x1d\x86\x70\x67\xd1\x79\x38\xc0\ \xda\x03\x90\x93\x48\x3c\xed\x8b\xba\xdd\x59\xdc\x75\x18\x69\x87\ \xc2\xfd\xbd\x50\xef\xf6\x83\x74\xcd\x1d\x8d\xfa\x9d\xd9\xa8\x33\ \xd3\xcd\x7b\x7d\x19\xb7\xcb\x9b\x88\x62\xe1\x7a\xac\x13\x6b\xc5\ \x4b\x8d\x7c\xa4\xd1\x88\x66\xe3\xf9\x6c\x27\xd0\x71\xfb\x1c\xcd\ \x5a\x21\x90\xeb\x74\x5a\xf5\xa4\xbd\x5c\x2b\x34\xea\xd5\x2a\x18\ \xf6\x54\x2a\x8f\x27\x1c\x05\xbf\xaf\xed\x75\xba\xa2\x29\x97\x2f\ \x5b\xcd\x63\x98\x37\xdc\xf6\xf4\x8b\xed\x47\x5f\xbc\xf8\xed\xaf\ \x7e\xfd\xd6\x8f\xde\x7e\xeb\x8d\x9f\xbd\xfe\xf6\xdb\xaf\x9d\x7f\ \xe3\x8d\xb3\xa3\xaf\x9c\x1b\xa1\x8c\x8c\x8d\x8c\x91\x48\x34\x22\ \x87\x43\x64\xd0\xce\x8f\x0c\x91\x28\x23\x04\xb4\x30\x4e\xa3\x10\ \x09\xc0\x53\x54\x95\x80\x8a\x26\x11\xc2\x5d\x70\x8b\xa3\xa4\xd3\ \xca\x07\x0a\x87\x0c\x5a\x44\x45\x8b\x45\x0a\xaa\xea\x86\x49\x45\ \x46\x97\xee\xc0\xab\x11\x88\x28\xb6\x8a\x88\xec\x21\x72\x6f\x54\ \x02\x4a\xa0\xd1\x82\xa8\x10\x87\x48\x54\x2a\x59\x60\x12\x9d\x5e\ \x18\x44\x6b\xe6\x1c\xea\x29\x1d\x11\x45\x64\x14\x6c\xaa\xba\xfe\ \x53\x13\x2a\xc2\x42\x5f\xdb\x28\x4e\x81\x34\x7c\x6e\x94\x40\x02\ \xb3\x88\xd6\xc9\x88\x68\x28\x06\x91\x4a\x11\x09\x50\x89\x03\x9d\ \xa3\x10\xa0\x89\x39\x54\xb4\x8e\xc5\x51\xa8\xc8\x22\x54\x37\x41\ \xa6\xa2\xd5\x30\x06\xe7\x14\xba\x40\xd6\xb6\x19\x2a\x93\x56\xa5\ \x00\x23\xb8\x63\x52\x71\x4c\x02\x93\x4a\xab\x80\x4f\x0c\x62\x76\ \x1a\x1f\x68\x52\x7c\x6f\x7c\xf2\x12\x8b\x0d\x67\xa8\x8c\x37\x7e\ \x85\x35\xce\x66\x4d\xfc\xe9\xa4\x04\xce\xef\x71\xf0\x74\xdc\x71\ \xf0\x5a\x92\x89\x0b\x7f\x76\x81\xcb\x63\xfe\x4f\xa0\x16\x21\x9b\ \x25\x9e\x00\x7d\x00\x26\x9a\x9b\x95\x48\xb9\xfc\x19\x21\x7f\xc9\ \x62\xb5\xae\xaf\xcb\x25\x4c\xe6\x05\x30\x7b\x42\x1e\xda\x1b\x48\ \x04\x5b\xca\xbc\x70\x09\x1c\x1a\x7f\xfc\x12\x53\xc2\xbb\xf0\xea\ \x84\x54\x38\xc7\x67\x4f\x4c\x82\x6d\x03\x71\xe2\x0b\xc7\xb9\xc2\ \x29\x70\x56\x20\x35\x5c\x36\x13\x8c\xd3\x04\x8f\x25\x61\x4a\x79\ \xc0\x37\xd3\x3c\xb4\x2e\x05\xd8\xc4\x56\x2a\xc1\x1b\xca\xf9\x72\ \x2e\x4f\x6d\x9e\x9a\x9f\x9b\x92\x4c\x89\x65\x42\x19\x9f\xc5\x14\ \x4a\x79\xc2\x05\x29\x77\x61\x51\xca\x9d\xe4\x71\xc5\x20\x38\x7c\ \x9e\x98\x0f\x6f\x96\x4d\x81\x1d\x64\x2b\xc5\x2c\x36\x0b\xf6\xcc\ \x04\xa3\xc8\x96\x2d\xca\x81\xcb\x26\x61\x47\x12\xf6\x24\x0f\xbd\ \x79\x56\x29\x1c\x97\x4f\x89\xc5\x7c\xc0\x3d\xe5\x2c\x82\x38\x21\ \xff\x55\xa9\x64\x45\x2f\x9e\x5a\x5c\x59\x96\xc2\xb1\xf9\xdc\xc9\ \x49\x36\x73\xe2\xc2\xb8\x84\x0d\x16\x76\x52\x78\x61\xe2\xc2\xc4\ \xcc\xd6\xca\xda\xd2\xfa\x86\x55\xbf\xbc\x6a\x9e\x1b\x1f\x7f\x95\ \x29\x17\x2f\xcc\xa1\x54\xe0\x29\xfd\x92\x52\xbe\x02\x9e\x6e\x5e\ \x22\xd5\xeb\xd7\x56\x40\x1e\xe7\xe7\xc4\xc2\x19\xb9\x54\xcc\x9f\ \x5b\x5e\x5c\x9a\xe2\x5f\x62\x49\xa4\xbc\xd5\xa8\x46\x3a\xa5\x83\ \x73\x77\x63\xad\x1e\x0d\xae\xcf\xad\x03\x3a\xe9\x8d\x9a\xad\xa5\ \xa5\x35\xab\x6e\x63\x71\x59\xa3\x5b\x9d\x56\x4e\xaf\x81\x9d\x5a\ \xd9\xdc\xb4\xae\x4f\xab\x35\x1b\xab\x0b\xc0\x51\x9a\x69\xf5\xca\ \xb2\x7e\x7d\xcd\xd8\x08\xac\x4e\x4f\xab\x37\x56\x17\xd5\x66\x83\ \x7d\x0d\x1e\x5b\x5d\x5a\x5c\x0b\x75\xcd\x2b\x9b\xd3\xbb\xbb\x6b\ \x2b\xe6\x90\xdf\x90\xb4\xb4\x5a\xc1\x9a\x37\x12\xa9\x6d\x76\x0b\ \x1b\x39\x6b\x25\xd7\xb5\xad\x58\xcb\x69\xac\x65\x6f\xa2\xbc\xa9\ \x4a\x39\x56\x09\x5a\x8c\xcd\xfa\xa6\xad\x65\x0e\x46\x4b\xb5\x75\ \xbd\x71\x63\xcb\x6e\xdf\x2a\x5b\xd7\x6d\xbb\x1a\x6b\x2c\x90\x0c\ \xd4\x02\xeb\xe6\x4d\xcd\xd6\x6e\x2a\x9a\xdc\xb0\x95\xcc\xba\x5c\ \x27\x52\xdb\xb0\xd9\x0b\x49\x8b\x21\x75\x33\x91\x0e\x39\x9b\xf1\ \xc8\x56\x3d\xeb\x70\x27\x42\xb5\x52\xa2\x86\x37\x30\x57\xaa\x17\ \xaf\x7b\x62\xcb\xf6\x68\x29\x66\x6e\xd6\xca\x1b\x4b\x41\x83\xd5\ \x6c\xd4\x2f\xc2\xbf\x19\x92\x25\x8d\x5e\xbd\xb2\xba\xb2\x6e\xdd\ \xb5\xed\xe6\x72\xb1\x8e\xe3\x6e\xa8\xe9\x2d\xfa\xf2\x58\x34\x87\ \x79\x93\x4f\xf6\x06\x4e\x4f\xd8\x55\x70\x56\xcb\x51\x3c\x92\x6f\ \xe6\x9d\xfe\x1c\xf8\x4f\x1c\xce\x59\x87\xa7\xd9\x48\xb9\xb0\x90\ \x13\x77\x27\x1a\x15\x3c\x5a\x02\x0f\x9b\xc9\x67\xc1\x3a\x66\xa2\ \xbe\x70\xbd\xe4\x29\x80\x83\xf5\xba\xe3\xde\xf8\xa0\xd4\xcd\xf8\ \x42\x45\x57\xc3\xed\xe8\x14\x9d\x3e\x77\x1e\x73\x7a\x9d\xf1\x82\ \xcf\x17\x8d\x44\x30\xb0\x83\xb9\xa4\x2b\x7c\xe7\xc8\xdd\x8a\x79\ \xfb\x35\xfc\xa4\x87\x87\x3d\xa9\xb8\x23\xef\x77\xe3\xb5\xf6\x91\ \x2f\xeb\xac\xa6\xbc\x03\x87\xd3\xe9\x8b\x60\x79\xdc\x87\x87\xbd\ \x1e\x77\xc9\x9d\x4d\xed\x87\xb0\x7d\x90\x98\x41\x18\xdf\x3f\xe8\ \xa5\x1d\x58\xa6\xed\x8d\x84\xbd\x0e\x50\xb6\x78\xa2\x88\x45\xd2\ \x3e\x77\xef\xb8\xfd\xf4\x8b\xd4\xae\xc3\xe3\x77\x34\x5b\x91\x30\ \x1e\xa9\xe1\x09\x5f\x28\xef\xc4\x40\xb5\xf2\xb9\x4a\x25\x8f\xe1\ \x35\x3c\x53\xc9\xa6\xb2\xd1\xe6\xae\xad\x55\x40\xf1\xd0\xb6\x58\ \xa5\x10\x8d\x46\xab\xcd\x8d\x72\xb6\x53\x8d\x46\x9b\x8d\x42\x1e\ \xfe\x11\x71\x86\x06\x18\xee\xcb\x67\x33\x60\x1a\x7d\x79\x5f\x23\ \xe2\xf4\xfa\xc3\x89\xfd\x41\xf1\xfe\xa3\xe7\x1f\x7e\xf4\xd1\xcf\ \xde\xfe\xe1\xeb\xef\xbe\xfd\xfa\xc5\xd7\x5e\x3f\x7f\xfe\xad\xf3\ \x63\xe7\xce\x9c\x1b\x19\x19\x01\xd7\x05\x0a\x45\x26\x92\xd0\xbc\ \x1b\x2a\x1a\x8c\x83\xe6\xa6\x92\x08\x14\x06\x61\x18\x1c\xa1\x49\ \x41\x1a\x1e\xa1\xd1\x87\xe9\x64\xda\x08\x78\x34\x0a\xca\xca\x82\ \xbf\x44\x60\x15\x0a\x91\x4c\x55\x89\x50\xc4\x0b\x85\xa8\xe0\xd0\ \x18\x64\x1a\x99\x0a\x38\x75\xba\x44\x2f\x00\x2a\x22\xa2\x84\x64\ \x04\x66\x68\xf2\x0e\x81\x08\x8f\xa8\x88\x44\x22\x9d\x80\x24\x4b\ \x84\x7a\x00\x19\xa8\x7e\x9d\xa3\x50\x08\x38\xaa\x1b\x7f\x75\x63\ \xe7\xfa\xf5\x9d\x6b\xd7\x55\x2a\xc5\xf5\x6b\x5a\xf2\xf9\x73\xe7\ \x87\x87\x86\x4f\x55\x91\x8c\x0a\x1f\x40\x97\x68\x14\x13\x87\x8c\ \xd4\x52\x80\xda\x06\x51\xb7\x8e\x00\xf8\x0c\xbc\x25\x32\x7e\x02\ \x80\x3c\xd4\x7d\x8d\xf2\x20\x54\xe0\x38\x15\x3b\x37\x40\x14\x89\ \xda\xeb\xd7\xd0\x5c\x2f\x05\x07\x6e\xb4\xf0\x3c\x91\x03\x06\x11\ \x05\x26\x23\x4b\x78\x69\x52\xc8\x1c\x1f\x67\x73\x85\xcc\x3f\xe5\ \xf2\x2f\x4c\x4e\xbe\x7a\x49\x2a\xe5\x32\x27\x99\x13\x3c\xfe\xe4\ \x38\x53\xc8\x9e\xbc\xf0\x3f\x26\xc7\x5f\x9d\x98\x98\x50\x4a\xb8\ \x17\x98\x42\x1e\x62\x28\x09\x18\x3e\x21\x93\xc9\x04\x79\x58\xdd\ \xd0\x6f\x59\x97\xe0\xec\x14\xb2\x98\x2c\xb1\x4c\x32\xce\x03\xa0\ \x90\xf3\xc1\x42\xf2\xd9\x12\x78\xf1\xa5\x4b\x5c\x19\x38\x4b\xe6\ \x04\xd0\xd1\x85\x2b\xa0\x49\x7c\x39\x93\xcf\x67\x03\x72\xc9\xa7\ \xa4\x32\x26\x20\x9c\x10\x64\x91\xcd\xba\xc4\x64\xf1\xb8\x42\x78\ \x4e\xce\x92\x28\xa7\xe5\x70\x1f\x20\x88\x0f\x3c\x04\x52\x24\xd5\ \xd8\xe7\x96\x16\xa7\x25\x53\x00\x5b\x5c\x36\x8f\xc5\x56\x4e\x8c\ \x03\x61\x49\x94\x62\x21\x97\x0d\x16\x4e\x2a\x95\x81\x3f\x05\x22\ \x03\x86\xe2\x4b\x24\x4a\x2e\x17\xad\x9a\x2b\x85\x13\x40\x79\xfc\ \x39\xf9\x0c\xb0\x0e\x5f\x22\xbc\xc0\x93\xca\x59\x3c\x1e\x77\x8a\ \x2f\x9c\x14\xce\x4b\x67\x79\x72\xf1\x14\x62\x39\xf0\xc3\x52\xf8\ \x10\x2b\x46\xd9\xd4\xfc\xd2\xf4\x94\x58\x2a\x61\x33\x79\xcc\xf1\ \xc9\x0b\xf0\x8d\xcd\x63\x5f\xf9\xb3\xf1\xf1\xf1\x4b\x93\x8b\x9b\ \x60\xfb\x96\xd7\x74\xcb\x9b\xfa\x0d\xf5\x85\x2b\x57\x2e\x4c\xcd\ \x0a\x95\x4a\xf9\x8c\x8c\x3f\x37\x2b\x5d\x9c\x9e\x9f\x5a\x5f\x10\ \x8a\xf5\x2b\xd3\xd3\x33\x0b\xf3\x73\x52\x31\x6f\x4e\x09\x0c\x36\ \xb7\xa2\x56\x32\x85\x62\x89\x6c\x56\xb8\x5c\x52\xcb\x65\x4b\x73\ \x86\x55\xdd\xb2\xbe\xaa\x9b\x9b\x52\xab\xd7\xcd\xba\x69\x8d\x6e\ \x65\x61\xcd\x6a\x58\xdb\x54\x2f\x5a\x74\x8b\xd3\xcb\x8b\x73\xcb\ \xc6\xb9\xcd\x66\x52\xb7\xb4\xae\x5c\x5a\xd8\x30\x06\x73\xc6\xc5\ \xd5\xe5\xc5\xd5\xf5\x35\xb5\xdd\xb8\x22\x5e\x9c\xd7\x2f\xae\xaf\ \x5b\x8c\x81\x75\xe3\xfa\xe2\x92\x5e\xb7\x80\x35\x96\x66\xd6\x97\ \xf4\xb6\x55\x75\x20\x1e\xb7\x34\x03\xc1\x6a\x3d\x0a\x7e\xa6\xbc\ \x61\x6d\xb5\xac\xe6\xa0\xc5\x16\xd8\xb5\x9a\x33\x21\x9b\x3e\xb6\ \xbc\xb9\xa5\x87\x7f\xde\x1b\x35\xdb\x66\xac\xaa\x57\x07\xed\xb6\ \x4a\xd0\x6c\x09\x58\xd6\x2d\x9a\xac\x3d\x00\x2a\x99\x5c\x35\x58\ \x5b\x95\x52\x34\xa8\x4b\xda\xcd\xf9\x4c\xad\x61\xdf\xb5\xd5\xb7\ \x36\x4b\xad\xec\xee\xda\x96\xb9\x9a\xdc\x50\x37\x71\xcc\xeb\x73\ \x59\xf2\x99\xcd\x3a\xe6\xf1\xfb\x1c\xfe\x02\x1a\xbe\x97\x8f\x62\ \xd1\x66\xa5\x64\x5f\xdb\xe8\xd4\x0d\x5b\xc9\xad\x4d\xb3\xce\xb8\ \x66\xb1\xe8\xf5\x8b\xea\x05\xb9\x64\xd9\x6c\x33\xac\xac\x2e\xad\ \x5a\xb6\xec\x95\x5c\xd9\x55\xf5\xfe\x7e\x2f\xe3\xc4\xdc\x78\xa3\ \x12\xcf\xd4\xec\xfb\x7b\x99\x6a\xfe\x8e\xcb\xd1\xeb\x36\x52\xa9\ \x2a\x9e\x2a\x79\x1c\x41\x73\x34\x51\xaa\xe1\x39\x37\x56\x8d\xc6\ \x9d\x60\xe5\x42\xa9\x78\xa1\x8c\x45\xbb\x60\x3d\xb3\xa9\x40\xd6\ \x57\x29\xc7\xd3\x58\xc1\xe5\xe8\xba\xd3\x29\x1f\x96\x88\xfb\xb1\ \x56\xa3\xe1\xf5\x84\xb2\x4d\x6f\xb8\x52\xc2\x22\x98\xdf\x81\xa7\ \xdd\xa5\xc6\xdd\x7d\x77\x06\xcf\xa6\x6a\x81\x68\xd5\xe9\xed\x63\ \xd1\x7a\xb7\xed\x29\xb9\x9c\xa9\xb0\xcf\xe3\xf3\x14\x23\xfd\x36\ \x9e\xe9\x1d\xf8\xf1\x5e\xa1\x06\x92\xe8\x71\x67\xb3\xed\x14\xe6\ \xc1\xd2\x6d\xdc\xd1\xf0\x76\xa3\xe9\xbb\xce\x30\x10\xda\xbe\xaf\ \x11\xc6\x5c\x98\xd3\x1f\xf5\xfb\x1d\x5e\xf0\x6e\xe0\x19\x0f\xbc\ \x19\x57\x1b\x73\xbb\x0e\xda\x5f\x7c\xe1\x4d\x45\xbc\x99\x72\x29\ \xeb\x0a\x45\x4a\xf5\x88\xb3\xe6\x28\x25\xb0\xb8\xbf\x56\xe8\xee\ \x76\x53\x78\x0a\xf3\x65\x77\x53\x85\x42\xb5\x95\x29\x17\xaa\xb9\ \x66\xa9\xdc\xed\x54\xbb\xbe\x6c\x37\xd9\xcc\xc6\x01\x66\x1b\xdd\ \x7a\x24\x13\xad\x95\x3a\x59\x5f\xcf\x15\xe9\x14\xf2\x98\xdb\x99\ \xf1\x97\xf2\xf1\x48\x1e\xef\xed\x1d\x17\x5d\xc7\x9f\x7c\xfa\xc1\ \x87\xbf\xf9\xd5\x0f\x7e\xf0\xa3\x37\xaf\xbe\x75\xf5\xe2\xd5\x77\ \xde\xb8\x7c\x71\x64\x8c\x3e\x72\x16\x05\xb4\xa3\x50\xe4\x21\x2a\ \xe8\x08\x63\x84\x86\x8a\xd0\x29\x0c\x22\x79\x68\x78\x88\x40\x1b\ \x39\x33\x02\x58\x04\x0a\x83\x12\x19\xa8\x04\xda\x10\x65\x98\x0e\ \xf0\x45\x19\xa1\x88\x38\x0c\xb4\x60\x2e\x22\x02\xd6\x08\x00\x7a\ \x48\x0c\x11\x03\x70\x87\xc1\xa0\x22\x19\x62\x90\xe9\x04\x0e\x95\ \x46\x21\xa3\xe4\x2a\x90\x36\x32\x45\x80\x0a\xe9\x19\x1c\x14\xef\ \xc0\x01\x2b\x49\x46\x93\x52\xa9\x14\xc1\x36\x4a\x6b\x10\x9c\x06\ \x88\x9a\xd0\xd8\xe7\xed\x9d\x6b\x26\xf0\x6c\xd7\x76\xa8\x44\xc2\ \xd9\x91\x11\xfa\x59\xba\x88\x48\x47\xf3\x5b\x29\x74\x06\x72\x82\ \x28\x4c\x8b\x42\x41\x73\x28\x18\xaa\xd3\x02\x2c\x85\x96\x48\xe5\ \x08\x40\x80\xe0\x59\x54\x46\x0a\x7a\x49\xe5\x28\xd0\x82\xbe\x00\ \x3e\x0f\x38\x4e\x93\x76\x67\x07\x45\x36\x08\xb4\x2a\x93\xc2\x04\ \x6f\x46\x55\xa3\x68\x18\xab\x40\xf5\x3d\xee\xa5\x49\x16\xf3\xd2\ \xe4\x84\x44\xc2\xbc\xc4\x14\xb2\xd8\x97\x26\x81\x1d\x58\x93\xe3\ \x17\x58\x5c\x29\x13\x40\x05\x4e\x56\xa0\xa5\x09\xde\xe4\x05\xa9\ \x58\x3e\x09\xb2\x33\x0e\xe4\x30\xa3\x04\xbd\x1a\x97\x8f\xb3\xd8\ \xcc\x45\x83\x7d\x6b\x6b\x6d\x56\x0a\xf4\x35\x29\xe4\x8b\x67\x99\ \x68\x75\x89\x79\xe5\x02\x5b\xc8\xe5\xcb\xc5\x60\x23\xd9\x42\x89\ \x1c\x2d\xac\x9f\xae\x88\xb3\x66\x27\x26\xc0\x4a\xb2\x00\xc3\xf8\ \xc8\xfe\x09\xd9\xfc\x53\x9f\x08\x6a\x26\x45\x4b\xe8\x60\x32\xb9\ \x62\xf0\x58\xf0\x6f\xb3\x44\x0e\x86\x0a\x1d\x4e\x2e\x11\x2f\x6e\ \x18\x96\xe7\x74\x33\xb2\xa9\x19\x19\xeb\x82\x6c\x4a\xaa\x1c\x67\ \x89\x67\x64\xbc\xe9\x25\x2e\xd8\x50\xd0\x21\x99\x4c\x39\x2b\x01\ \xec\x03\x6e\x12\x0b\x81\xd1\x26\xd0\x7e\xe5\x62\x90\x0a\x2e\x3c\ \x33\x07\x2e\x8f\x2b\xe4\xf1\xe4\x72\xb9\x0c\x0e\xc6\x12\x4f\x31\ \xd9\x52\xa1\x52\x32\x2b\x03\x77\xaa\xe4\xf2\x85\x32\xae\x84\xcd\ \x57\xeb\xc5\xb3\x8b\x0b\x12\xa1\x4c\x2a\x63\x73\xa5\x3c\xf6\xc4\ \x15\x26\x17\x04\x70\xfc\x12\xe0\x21\xeb\xd2\x85\xa5\x8d\x15\x83\ \xd9\x6a\xdd\xdc\xb4\xac\x6f\x2e\x4c\x5c\xba\x32\x39\x3d\x27\x5e\ \x9e\x99\xd2\xc8\x79\x42\xf1\xec\xbc\x72\x7e\x1a\x08\x6b\x6a\x73\ \x65\x6a\x61\x61\x66\x61\x79\x5e\x2e\x5b\x9c\x52\xce\x8a\x67\xa6\ \x97\xc0\x55\xcf\xc9\xa6\xe7\x95\x2b\xb5\x5d\xb5\x7c\x65\x7d\x2b\ \x69\x9c\x37\xb4\x36\x57\xe7\xcd\xfa\x19\x0d\xa2\x35\xe3\xd2\xaa\ \x61\x6d\x3d\x60\x58\xd0\x2f\x4d\x4f\xaf\x2c\x2d\xab\x57\x57\xf5\ \x99\xe0\xf2\xc2\xb2\x7a\x7e\xd5\x62\x86\xa3\xa9\x57\xf4\xfa\x95\ \x35\xdb\x9a\x7d\x63\x6d\x0e\x20\x4f\xb7\xa9\x37\xe4\x02\x56\xbd\ \x6e\x65\x6d\xa5\xb3\xe9\x2d\x18\xd4\xba\xad\x25\x43\xd0\x60\x76\ \x66\x74\xc6\xa4\x2d\xdb\x68\xe5\xba\xde\x6e\x2c\x16\xb4\x05\xb6\ \x36\xb7\x02\x3c\x41\x0a\x25\x00\x00\x20\x00\x49\x44\x41\x54\x2d\ \xfd\x56\x33\x95\x2a\x98\xb7\x74\x9d\x80\xae\x56\xae\x17\x6c\x41\ \x73\x2c\xa0\xcb\x55\xcc\x3a\xb3\xd9\xb8\x99\xd4\xaf\x6f\xd8\x32\ \x8d\xa0\x15\x3e\x82\xb9\xb2\x5b\x33\xc6\x72\x6b\x96\x8c\x21\xe9\ \x77\xd7\x6d\xb6\x9c\xa5\xba\x66\xf1\x96\x7c\x4d\xbb\x25\x66\xaf\ \xd9\xd6\x2d\xf1\x48\xc8\x85\xe5\xba\x59\x9b\x63\x70\x18\xf6\xde\ \xc3\x6a\xbe\x72\x29\x92\xc2\xc2\x99\x72\xd5\x1d\x4d\x9a\x73\xb9\ \xdd\x5a\x73\xcb\xa0\x5b\x5a\xb1\x76\x76\x75\xa8\xac\x41\x39\xbb\ \xbe\xb5\x01\xbf\xb0\x66\x3d\x66\x9d\xb1\x65\x9c\xf1\xe8\xc1\x33\ \x7f\xca\xb5\x77\xe7\x28\xed\xc9\xef\x77\x82\x9e\x04\xa8\x40\xbb\ \xe5\x3b\xc8\x95\x0b\x91\x92\xcf\xdb\x2a\x77\x5a\xe5\x68\xaa\xdc\ \xc8\x76\x22\x58\x37\xed\xf6\xb9\xb2\xed\x42\x1c\xab\x94\x3c\x2d\ \xaf\x23\xd5\x00\x1c\xca\x66\x77\x6b\x1d\x57\xc8\xef\xc8\x34\x6e\ \x86\x71\xdc\xed\x0a\xf7\x1d\x99\x24\xf8\xbb\xdb\x11\x7f\x2f\x1c\ \x8f\xdf\xdc\x2b\x34\x7c\x0e\x77\xb8\x14\x69\xef\xb9\xbc\x61\x90\ \xb9\x8e\x2f\xe2\x77\xe5\xe3\x58\xab\x1b\xf6\x64\xc0\x37\x1e\xee\ \x87\x91\x69\x73\x7a\x5c\xce\xde\x11\x96\x71\x96\x52\xb8\xcb\x8f\ \xb7\x4b\x91\x50\xca\xe7\x47\xa8\x95\xf2\x3b\xba\x91\x50\x78\xcf\ \x1f\xf2\xb9\x1d\xbe\x78\xa6\x5a\x4b\xb7\xc3\x71\xf8\xa8\xf7\x9c\ \x59\xd7\xcd\x13\xe7\x9e\x33\x0a\xaf\xbf\xd9\x7f\x72\xe7\xeb\xcf\ \x60\xd7\xee\x6a\xdc\x59\x0b\xf9\x32\xd1\x52\xc6\x95\x71\x24\xfa\ \x2e\x4f\x3c\x55\xaa\x66\xdd\x85\x78\x03\x4f\x65\x4b\xd1\x4c\x25\ \x93\x6d\xd5\x3a\xb5\x7a\x19\xfe\x96\xc0\x09\x76\x6d\xb9\x6a\xa6\ \x5a\x4f\x39\xa2\xe5\x12\x08\x6c\x23\xef\xf6\x82\x59\xc5\xf1\x0c\ \x1e\x6d\x60\xee\x78\xa6\x84\x39\x9c\x6e\x4f\xff\x41\xff\xf0\xd1\ \x8b\x5b\x5f\x7d\xfc\xee\x5f\xbc\xfb\xc3\x37\x5f\x7f\xe5\xdd\x77\ \xdf\x78\xed\xcd\xb7\x5f\x1b\x26\x91\x08\x63\x04\x1a\x8d\x46\x66\ \xd0\x49\x43\x88\xb1\xc8\xa8\x38\x94\x46\x05\x4a\x12\xd1\x87\x86\ \x45\x40\x45\xc3\x54\x22\xd8\x2d\x01\x6d\x64\x88\x32\x36\x3a\x34\ \x36\x02\xe2\x45\x05\x78\xa2\x51\x04\x00\x39\x0c\x1a\xf5\x74\xad\ \x5b\x21\x52\x30\x48\x0c\x8e\x4a\x04\x42\x85\x16\xa5\x50\xec\x15\ \x1d\xed\x97\x0c\x7b\xa6\x72\xc8\x20\x5d\x34\x8e\x8a\x42\x16\xd0\ \xa8\x1c\x0a\x4a\x4f\x86\xa7\x68\xa8\x84\x9d\x83\xfa\x95\x29\x0c\ \x81\x56\x04\x0a\x04\x78\x75\xe3\x3a\x1a\x4c\xa8\xdd\xde\xb9\xb1\ \xc3\x51\x0d\x5d\x3c\x33\x42\x1f\x01\x9d\xa2\x31\x04\x54\x05\x91\ \x40\x27\xd2\x91\x2d\x04\x4c\x03\x8d\x04\x50\x42\x8a\xa9\x65\xa8\ \x14\x02\xb4\x36\x85\xb2\xe6\x41\x3f\xb5\x60\x38\x01\xc5\x14\x00\ \x69\xa6\xd3\x2e\x20\x85\xc2\xc4\x40\x51\xca\xa7\xb1\xa3\xf0\xf0\ \x36\x83\x0a\xee\xf1\x34\x86\xd4\xa4\xfa\x1e\x6b\xe2\x55\x26\xf3\ \xd5\x2b\x13\xf2\xb9\xf1\x2b\x7f\x76\x85\x79\x69\x82\x39\xc9\x92\ \x03\x10\xb1\xb9\xe3\x32\xee\xc4\x04\x97\xcd\x07\xb7\x06\x3f\x4f\ \x5e\x10\xce\x48\xd8\xe3\x93\x52\x90\x9d\x49\xbe\x7c\x9a\xcf\xe4\ \xf1\x2f\x31\xb9\x4c\x96\xb1\x99\x5c\x5a\x9a\x15\xb3\xc6\x85\x3c\ \xee\x24\x0b\xad\x6b\x81\x1b\xbb\x72\x01\xcc\xa0\x10\xc0\x09\x5d\ \x80\x94\xc8\x58\xe3\x7c\x10\x43\x96\x50\x38\x2e\x64\x5e\xe0\x4a\ \xf9\x2c\xbe\x8c\x0b\xf4\x32\xc1\x16\xca\xc0\x9a\xf1\x98\xd2\x09\ \x00\x33\xb4\x50\x0e\x74\x36\x3f\x35\x2b\x17\x03\x18\x89\x65\xca\ \x79\x39\x9b\xc7\x94\xaf\xcc\x88\x17\x0c\xea\xe9\x69\xdd\x3c\x4f\ \x39\xc5\x93\xb1\x58\x52\xc0\x39\xe0\x28\xa0\x31\x25\x8b\xab\x9c\ \x03\x42\x13\xce\x4a\xa6\x66\xd9\x53\x73\x1a\xdd\x2c\xbc\x5b\x08\ \xc7\xe6\x09\xa5\xe0\xf6\x84\x4a\xf1\xdc\xe2\xf4\x94\x4c\x3e\xc1\ \x83\xe3\x09\xe5\x93\x52\xb1\x58\x29\x94\x2f\x4b\x98\x42\x35\x6a\ \x75\x63\x4a\x16\x96\x24\xb3\xb3\xa0\xca\x52\xe1\x12\xdc\x5b\x9b\ \x93\x2a\x25\xf0\x81\x26\x5e\xbd\xc4\x85\x8f\x3a\x81\xc0\x10\xfd\ \x97\x60\x4d\x4e\xf0\xd5\x2b\xe6\x0d\xc3\x96\x25\x68\x5d\xb4\x1a\ \x99\xe0\xa3\x97\x56\xc5\x72\xae\x54\xbd\x28\x85\xcf\x2d\x96\x4c\ \xad\xa2\xf9\x0b\x53\xf3\x92\xb9\x29\xf9\x8c\x5a\xcd\x97\x4e\x29\ \xe1\x74\x9d\x9d\x9a\xe6\xb2\xc5\x4a\xf9\xc2\xf4\xec\x42\xc7\xbc\ \xac\x5c\x5a\x37\x2e\xac\xeb\xf4\x36\xa3\x65\x6d\x63\x7d\x7e\x65\ \xd3\x00\x28\xb2\x34\xbd\x06\x32\x04\x5e\xd2\xb0\x32\x35\xab\x5e\ \x59\xd4\xaf\x19\x6b\xad\xcd\xc5\x85\xb5\x75\x43\x65\x73\xc3\x30\ \xbf\xb0\xa4\x5b\x5d\xdd\xdc\x54\x5b\x34\x06\xc0\xaf\x35\xcd\xda\ \xa6\x39\x59\x36\xae\xaa\x17\x34\xea\x55\x8b\xaf\x6a\x5c\xd0\x6d\ \x2d\x2c\x2d\x69\x36\x31\x97\xc6\xd8\x0c\xec\x76\xeb\x8d\x40\xa1\ \x63\x76\xec\x96\xed\xad\xa4\xad\xda\x5c\xb3\x27\x3b\xe5\xe0\x56\ \x30\xe8\xc9\x6d\x56\x3a\x01\x7b\x20\xb6\xd1\x69\xe9\xba\xc1\xe4\ \x6e\xb5\x6e\xb3\xd4\x76\xd7\x72\x95\x4c\xbc\x19\x58\x35\xb6\x6c\ \x1b\xb9\x80\x7a\xd9\x6c\xdc\x2d\xaf\xd9\xf2\xd1\x6a\xa7\x92\xac\ \x74\x03\xea\x4a\x6d\x3f\xda\xd1\xac\x35\x92\xc6\x8d\xae\xc3\x81\ \xe1\x91\x40\x36\x6f\x2f\xf9\x13\xbd\xf4\x91\xbf\xe9\xca\xd5\x7c\ \x79\x47\x1b\x8f\xd9\xb2\xc9\x5c\x2e\x97\xac\xb4\x92\x1a\xdb\xfa\ \x9c\x31\x68\xde\xb0\x2e\x2c\x4d\xc9\x24\x53\x6b\x3a\x83\xd1\xbc\ \xb1\xae\x37\x58\xe7\x75\xa9\x7c\x19\x3f\x79\x94\x6f\x78\xc3\xfe\ \xf4\x5e\xaf\x14\x2d\xc4\xdb\x89\xfd\x63\xcc\xd5\xf8\xff\x68\x7a\ \x17\xdf\xc4\xee\x34\xcf\x3b\xb6\x01\x81\x6d\x0a\x0b\x52\x14\x70\ \x8e\x1d\x13\x4c\xe0\x04\x53\x80\x03\x14\x04\x48\x88\x00\xa7\xb9\ \x04\x64\x0a\x10\x61\x09\xc7\xdc\x29\x96\xeb\xa1\x5d\x1c\xae\x65\ \xae\x02\x0c\xe5\xd6\x38\x72\xab\xda\xd3\x3d\x55\xca\x4c\x69\x5b\ \xb5\xb5\x3d\xbb\x1a\xcd\x9b\x28\x3d\x51\xb7\xb4\xdb\x9d\x6d\xcd\ \xce\x6c\xab\x7b\x7a\x7a\xa4\xd1\x4c\xf4\xce\x3f\xf2\x3e\x3f\xb7\ \xde\x4e\x75\x5d\x30\x1c\x8e\x91\xce\xc7\xdf\xcf\xef\x3c\xbf\xe7\ \xa1\x2b\x31\x80\xcb\xeb\x3c\x3d\x59\x34\x9b\x93\x74\x6a\x30\x1d\ \x8e\x5b\xb3\x6e\xa5\x76\x41\xa6\x52\x74\xa1\x32\x6b\x93\x74\x75\ \xd5\x1f\x53\x95\xc4\x60\x3a\x1a\xaf\x52\x89\x5a\x63\x32\x4a\xa6\ \xab\x64\xa3\x5c\xc9\xe4\xa8\x4e\x22\x73\xd1\xa8\x16\x2e\x2a\x3d\ \xaa\xd2\x18\x54\x73\xe4\x2c\xd9\x1b\xb4\x2a\xe7\x15\x9a\x1e\x24\ \xbf\x82\x08\xf8\xbc\x45\xbe\x5a\x2d\x6f\xae\x67\xa9\x2c\xf9\xd5\ \xf3\xf6\x34\x99\x6a\xa6\xf2\xb9\xca\xab\x57\xe3\x42\x3b\x40\x67\ \x2b\x64\xf6\xd9\x45\xeb\x2a\x4f\x3e\x4f\x50\xd5\x6a\xad\x90\xa6\ \xe8\xfe\x2a\x7b\x5e\x4e\x93\x64\x26\x31\x5b\xa4\xa9\xf3\xcc\x62\ \x30\xe8\x97\x3b\xad\x5c\x23\x93\xca\xa6\x7a\xe7\x69\xf2\xf9\xc5\ \xeb\xc6\x1f\xbf\x01\x29\xed\xa5\x92\xd9\x3e\x99\x9c\xf4\xdb\x54\ \xe6\x32\x95\xa3\x2b\x99\x46\xae\x03\x60\x9d\xb6\x7b\xed\xe4\x8c\ \x9a\xf6\x11\xc5\x63\xc3\x49\x7d\x34\x1b\x0c\x8a\xc5\x49\x1f\x7c\ \x7d\xd5\x6d\xe6\x6a\x79\x6a\x4a\xf7\xe9\xcc\x80\xee\x24\x92\xa9\ \x1e\x40\xb5\xd0\x03\xbc\xd1\x68\xf8\x75\xa2\x71\x71\x79\xf1\xea\ \x57\xbf\xff\xee\xa7\xbf\xfe\xf5\x0f\x7e\xf0\xfd\x4f\x3f\x79\xff\ \x83\x77\x3f\xf8\xfe\x47\xef\xbf\x77\x6f\x6d\x1b\x0d\xc9\x59\x03\ \xb4\xac\x6f\x6c\x6f\x6c\x1e\x81\x09\xb2\x37\x37\x90\xcf\xa1\x96\ \x7d\xcc\x9d\x0d\x10\xbb\x0d\xb0\x37\x16\x03\x02\xd6\xd6\xc6\xbd\ \xb7\xb6\xdf\xdc\x60\x32\x19\x1b\x77\x38\xeb\x10\x8c\xc4\x47\x2c\ \xf6\x3a\x13\x38\x85\xe2\xd1\xc9\xe1\x6d\x0b\xe3\x75\x26\x07\xf5\ \xc4\x92\x71\x37\x6f\x8b\x1e\x80\x28\x6c\xd6\xd1\xa1\x6c\x7d\x8d\ \xcd\x42\x53\x9a\x8f\xd6\x36\xd6\xd9\x90\x91\x36\x18\xcc\x4d\x26\ \x6a\xdf\x80\xb6\x4d\x03\x56\x18\x68\x27\xb3\xec\xf4\xc7\x4f\x3e\ \x7f\x82\xba\x23\xa3\x5d\xd0\x4f\x8e\xc5\x5b\x6f\x6d\xa1\x51\x63\ \xeb\x32\x06\x9a\xc4\x83\xce\x88\x01\x67\x02\x72\xc8\x94\x41\x00\ \x64\xa1\x52\x55\xee\x1e\x5b\x8c\x76\x56\x83\x01\x6e\x33\xc4\xa0\ \x7f\x27\x88\x99\xe8\x1e\xe1\xde\xfa\xde\x6d\x7f\x86\x47\x47\xc7\ \x7f\x6a\xd3\x70\xfc\x58\x76\x8c\x16\xe8\xd1\x80\x9e\xdb\x11\x15\ \xe2\xd3\xa3\x37\x04\xa2\x03\xd1\xc1\x87\x70\xc5\xf2\x85\x82\x7d\ \x91\xe8\x40\x08\x91\x0b\x25\x27\x30\x2f\x4c\x28\x10\xf0\x15\x22\ \xd1\xfd\x03\x01\xff\x40\xb0\xcb\x03\x00\x3d\xe0\x09\x85\xbb\x82\ \xfb\x22\x42\x0e\x29\x06\xdb\x17\x61\x18\x11\x0f\xfa\xed\x6a\x9d\ \x91\x2f\x90\xe0\xf7\x85\x10\xb3\x0e\x44\x70\xfd\xef\x0b\x84\x4a\ \x78\xb1\x48\x82\x01\xf3\x24\x20\x6e\x2a\x25\xc8\x98\x10\x03\xc7\ \xc3\xa4\x12\x89\x10\xc2\x0b\xa4\x37\x11\xae\x56\x69\xe4\x84\x12\ \x82\x90\x44\xa9\xd1\x99\x75\x6a\x33\x01\x78\x51\xe8\x94\x12\x95\ \x4e\x22\xd7\x98\x09\xa1\x52\x02\xe1\x45\x6a\x8e\x85\x34\x36\x97\ \x11\xbc\x10\x12\x14\xc4\x35\x90\x2c\x42\xa5\x56\x4b\x55\x72\x5c\ \xa3\x56\x48\xcd\x18\xa6\x31\x28\x84\x06\x9d\x25\xa0\x31\xaa\x21\ \x67\xe1\x1a\x70\x40\x42\x0a\xd9\x47\xa9\x32\x1b\x0d\x3a\x15\x9c\ \x27\x00\x52\x2f\xc1\x8d\x6a\xb9\x02\x53\x48\x85\x3a\x9b\x46\xa9\ \xd0\x28\x14\x66\x3d\x06\x47\x54\x62\x7c\x85\xd1\x67\x52\xe8\x71\ \xb0\x44\xe9\x01\x86\x62\x27\x9c\xef\xfe\x7d\xc8\x7c\x3c\x9e\x40\ \x28\x3c\x10\x48\x8d\x66\x0f\x5a\x1e\x0f\xd8\xdc\x3e\x2f\xba\xbd\ \x69\xd1\x11\x10\x26\x35\x66\x10\x57\x03\xae\xb4\xd8\x5c\x0e\x88\ \x54\x4a\xc2\xa4\x56\xa8\xb5\x46\x29\x90\x58\xca\x83\x4c\x6a\x52\ \xe2\x2a\x3d\xb2\x50\x63\x3f\xaa\xd7\x3b\xdd\x9e\x88\xd7\x64\xeb\ \x46\x02\x46\xaf\x1b\xd2\x93\xcb\x57\x0a\xb8\x2c\x4e\x5b\x3c\x70\ \x16\x0a\x85\x54\x84\xd1\xe3\xb0\x3a\xbd\xb1\xe1\xc8\xe7\x75\x7b\ \x9c\xf6\xa0\xdb\xe7\xd6\xd9\x8c\x46\x87\xcd\x61\xb2\xc5\x7c\x5e\ \x9d\xd6\xe4\x73\x7a\x9d\xb1\x7e\xd1\x6f\xb1\xdb\x6c\x7e\x5f\x84\ \x1a\xc7\x2d\x36\xf0\x4a\x9b\xcb\x47\x26\x3c\xf6\xb3\x70\x78\xd8\ \xce\x86\x97\xfd\x40\x7f\x3c\xa9\x83\x81\x74\xa6\xf5\x40\x38\x16\ \x8b\x45\xbb\xb1\x6c\xd3\xd6\xad\x47\xeb\x8b\x98\x3b\x06\x4e\x32\ \x9e\x14\xc7\xc9\x92\x73\x19\xf5\x8c\x27\xe3\x60\xb7\x1e\x39\x0b\ \xba\xfc\xd1\x7a\x30\x0c\x4f\x59\x95\x7c\xcb\xfa\x68\x3e\x9c\x7a\ \x96\x63\x77\x73\x01\x36\xb5\xf0\x96\xce\x02\x91\x5a\xbe\x96\xeb\ \x8d\xe7\xd9\xce\x7c\xda\xcf\xa5\xae\xa8\x55\xbe\x52\x1f\x64\xba\ \xbd\x0c\x19\x29\x2e\xe3\x7e\xcf\x3c\x32\x0a\x06\xbc\xc5\xa0\xc5\ \x1f\x8c\x00\xb0\x6c\x3a\xa5\xca\x60\xf5\x78\x3c\x6e\xa3\xc9\x1b\ \x8a\xda\x02\xa5\x4a\x71\xf4\xf2\xab\x49\xb5\x91\xca\x64\xae\xc8\ \x4e\x66\x11\xbe\x29\x37\x32\x8d\xf3\x59\xb2\x31\x4f\x16\xe0\xd2\ \x5f\x4d\xb3\xd5\x61\xaa\x4d\x8f\xeb\x63\xea\x59\x7a\xd9\x28\x27\ \x13\xc9\x8b\xd4\xb3\xe7\x9d\x7c\x72\x30\x5e\xd5\xaa\x9d\x2b\xba\ \xd6\xeb\x77\xb2\x95\x76\x9b\x5a\x76\x2a\xbd\x64\x3a\x57\xc9\xa7\ \x2b\xbd\xdc\x45\xa2\x9c\xcd\x50\xad\x6c\x22\x75\x5e\x4e\x50\x95\ \x64\x35\x57\x18\x50\xf9\x4c\x03\x84\x2d\x75\x35\xeb\x17\x2a\xc9\ \xf3\x8b\x59\xf5\x26\x31\x49\xf6\x0a\xd7\xd9\xf6\x34\x47\x8e\xcb\ \xd9\x41\xf9\xeb\xc6\x24\x3b\x98\x16\xca\xa9\x46\x0d\x8d\x92\x47\ \xed\x6d\x1a\x64\x2f\x4f\x65\xf3\x89\x42\x35\x75\xd3\xc8\xf7\x6e\ \xc6\x83\x74\xb6\x95\x2a\x77\x66\xf9\x5e\x27\x93\xb8\xbc\xac\x64\ \x13\xcf\xca\x59\xb2\x91\xb8\x78\xf6\xb2\xfc\xdd\xe5\x72\xdc\xce\ \x55\xc7\xb3\x5a\xa5\x02\xf8\xed\xa5\xc0\x01\xd3\x9d\x5e\xaa\x47\ \xf7\xc9\xe1\x2c\x47\xa5\x2e\xab\xd3\x52\x7d\x34\x5d\x94\x16\xab\ \xda\x68\x55\x9f\x0e\x4b\x75\xb2\x0f\x3f\x2b\x16\x8b\x68\x67\xda\ \xcf\xd2\x54\xae\x9d\xcf\x53\x54\x81\x22\x33\xb3\x2a\x55\x1b\xb7\ \x5b\x85\x6a\x2e\x91\x2d\x27\x2b\xcf\x5f\x7f\xf1\x7f\x7e\xf7\xdd\ \x4f\x7f\xfa\x83\xbf\xfd\xe4\xe1\x27\x1f\xbd\xf7\xce\x07\xef\xbd\ \xf7\xce\xdb\x6f\xdd\xbb\xb7\xb3\xb5\xbd\xb5\xcd\xd9\x58\x63\x32\ \x18\x5b\x9b\x1b\x9b\xcc\xb5\xed\x0d\xe6\xf6\x16\x7b\x1d\xf2\x10\ \x9b\x0d\x31\x08\x95\x8f\x6e\xde\x41\x15\x08\xdb\x60\x78\x1b\x6f\ \xbf\xbd\xb1\x71\x67\x6d\x8d\xb9\xcd\x16\xb3\x8e\xb9\xeb\xa8\x9b\ \x3a\x8b\x89\x06\x6b\xa1\xc6\x53\x08\x56\x7b\x5c\xd4\x4c\x86\xc1\ \x12\xcb\x50\xb9\xd5\xba\x98\xcb\xdc\x63\xa0\x5d\xc9\x10\x69\xe0\ \x20\x08\x61\xc8\x17\xe1\x95\xe0\x8a\x9b\x90\x74\x38\x9c\x75\x31\ \x1b\xdd\xb5\x13\x33\xd8\xa8\xeb\xfa\xe7\x8f\x1f\xa3\x29\x14\x8f\ \x4f\x4e\x0f\x51\xcb\xaa\x3b\x77\xb6\xef\xdc\xd9\x81\x48\xc5\xd9\ \x66\x33\x37\x36\x98\x60\x9d\x7b\x68\xce\xd8\x3a\x8b\xbb\x0e\xdc\ \x3c\x04\xce\x22\xfd\x63\x71\x59\xa8\xa1\x0d\xea\x71\x03\xfa\xc9\ \xda\x83\x03\x43\x7c\x42\xc3\xc0\xc4\x87\x7f\xaa\x97\x40\xdb\xa9\ \x8f\xf7\xd0\x50\xd5\xc3\xdb\x0e\x82\x62\x80\x19\x48\xe1\xe9\xc9\ \x1b\x07\x07\x3c\x6c\x7f\x57\xc4\xc3\x77\x85\xfb\x22\x9e\x60\x57\ \x04\xff\xe1\x10\x5a\x84\x42\x81\x08\xae\xd5\x7d\x70\x3d\x78\x64\ \x1f\x22\x93\x08\x53\x0a\x76\xf7\x45\xbb\xbc\xfd\xfd\x5d\x8d\x41\ \x8b\xf3\xe1\x59\x38\x8e\xbb\xba\x21\x87\xc6\x66\x51\xe1\x2a\x29\ \x4f\x81\x63\x84\x44\x2a\xd7\x60\xc2\x5d\x9e\x44\x82\x81\x5e\xe1\ \x52\x3d\xae\x50\x48\x79\x52\xbd\xda\xa2\x51\x42\x56\x11\x0a\xa4\ \x1a\x1c\x0e\x0d\x92\xc8\x17\x28\xec\x6a\x9b\x46\x6b\x24\xe4\x12\ \xbe\xca\xa0\x53\xe8\x2c\x26\x1d\x58\x9f\xd2\xa0\x45\x0c\xd1\x9a\ \xf4\x6a\x3e\x5f\xae\xb5\x5a\xf5\x86\x61\xcc\x65\x77\xc7\xed\x5e\ \xb7\x59\xa3\x91\x4a\x15\x1a\x3d\xa1\xd6\x43\x38\x53\x68\x08\x8d\ \xc5\x4e\x98\xd0\x30\x3c\x15\xa6\x77\x68\xdd\x0e\xb7\x5e\xab\xd6\ \xe3\x06\x83\x46\x27\x57\xc3\x93\x54\x6a\xb8\xde\x2d\x10\x83\x08\ \x14\xe1\x70\x29\x2a\xfb\x52\x0a\x94\x4a\x80\x99\x44\x80\x8b\x40\ \x24\xf9\x42\x85\x4a\xa3\xd8\xc7\x74\x26\xb4\x80\xa5\x91\xeb\xf0\ \x7d\x4c\x22\x11\x40\x76\xc4\xe1\x3b\xc5\xa5\xc0\x6e\xde\x3e\x8f\ \x2f\x31\x99\xdd\x41\x8f\x2b\x14\x40\x0d\xc5\x15\x90\xcd\x2c\x66\ \x9c\x10\x62\x5a\xbb\x4a\xae\x90\xcb\xb5\x6a\x93\xd6\xa8\x57\x9a\ \x35\x72\x8d\x1e\xd7\x79\x2d\x0a\xad\x4a\xad\xd3\x4b\xb5\x1a\xb5\ \x12\x23\xb4\x0a\xb9\x52\xa5\x59\x8d\xb4\x98\xc5\xef\x77\x04\xac\ \xde\x5a\xd3\x0f\xf9\xc8\x1f\x74\xbb\xdd\x7e\xab\xc9\x66\x32\xfb\ \x42\xa5\x80\xdf\x6d\x31\x19\x4d\x66\xbb\xdf\xef\x3b\x3b\x0b\xda\ \x9d\x46\x9b\xd9\xef\x75\xc5\xdd\x3a\xb5\xc3\x69\x35\x5b\x8c\xc1\ \xa8\x5b\x6f\xd6\x39\x42\x4e\x67\x18\x50\xe2\x80\xc0\x07\x31\x86\ \x9a\x75\x2d\x76\x8b\xc9\xeb\xf4\x15\xcf\xcf\xe3\xa6\xf9\x38\x5f\ \x1d\xd4\xe2\xd3\x45\xb8\x53\x9d\x06\xeb\xe3\xc9\x62\x1a\xf6\x47\ \xc3\xae\xd8\x02\x3c\x24\xe0\x8a\x8d\x26\xf4\xb8\x19\x0d\xaf\x4a\ \xd3\x59\xd4\x1d\x69\x34\xfd\xf5\xa2\x3d\x5a\x8f\x79\xfc\xee\xd0\ \x02\x94\x77\x54\x0a\xe7\xeb\x9e\xba\xd3\x3c\x1f\x9f\x51\x1d\x38\ \xf4\xaa\xeb\xee\x2c\xd0\x2e\xc0\x78\xb7\x1b\xf1\x57\x6b\x14\x45\ \xa7\xa7\xb5\x76\xb8\xd0\x4e\xe4\x49\x72\xd0\xc9\x4f\xe8\x6c\x9f\ \xee\x4c\x8a\xc3\x71\xa0\xde\xec\x4c\x83\x91\x6e\x38\x18\x36\x04\ \x9b\x71\xbb\xd3\x6e\xb4\xaa\x2d\x6a\x6b\xd3\xe9\x0d\xf9\x5d\x9e\ \xb8\xd7\x19\xec\x24\x07\xa3\x97\xbf\x49\xd4\x92\xad\xcb\xd6\x75\ \xad\x93\x5d\x2e\x9f\x7f\x59\xcd\x3f\xbb\x58\xb6\x1b\x9d\x6a\x7b\ \x51\xa5\xfa\xa3\x46\x79\x75\x3e\xed\x4c\x7a\x6d\xfa\x3a\x9b\x6d\ \x55\xf3\xed\xd6\x79\xe1\xea\x65\x77\x52\xa0\x12\x74\xbb\x4b\x25\ \xa8\x4e\xaa\xda\x27\x0b\x74\x2e\xdb\x4f\x5f\x34\x12\x54\xed\xa2\ \xd2\xca\xe5\x5a\x24\x99\x4a\x00\x3e\x6b\xab\xdc\x55\xb9\x91\xce\ \x56\xca\xf9\x16\x80\x26\x9d\xcc\xad\x12\x95\x5e\x7b\x90\x3b\xcf\ \xf4\x40\x87\xcb\xe9\x59\xb5\x75\x9e\x49\xaf\x66\xad\xf4\xf0\x82\ \x2c\x34\x32\xe7\xf9\x46\x67\x9e\xa3\x5b\x8d\xdc\xb2\x9d\x22\xc7\ \x99\x4c\xa2\x51\xcd\x40\xf4\xe9\xa7\x33\x95\xf2\x2c\x3b\xad\xb6\ \xaa\x89\x67\xa9\xcc\x39\xb8\x5e\xb6\x47\xa7\xdb\xa9\xd6\x65\xb2\ \x70\x9e\x4b\xa7\x33\xc9\xea\x37\x5f\xdd\xfc\xe5\x0d\x45\xb5\x29\ \x72\x59\x6f\xe7\xc8\xde\x80\x6e\xe7\xc9\x6c\x3b\x9d\xaf\xbc\x48\ \x96\x6b\x54\x07\xbe\xd2\x4b\x0d\x26\xc3\x51\xb7\x5f\x8c\xf7\xa8\ \xd2\xb0\x3f\x9f\xcd\x3a\x67\xbd\xda\xbc\x3e\x5f\x50\xb5\xe1\x84\ \xaa\x8e\x3b\xed\x7e\x87\x5a\x75\xc8\x5e\x21\x57\xed\x4d\x06\xb5\ \x5e\x35\x53\xc8\x57\x7b\xd4\x45\xe5\xc5\x97\xdf\xfe\xec\x67\xff\ \xf1\x3f\xff\xee\x93\xcf\x1e\x3e\x7c\xf8\xee\x7b\x9f\x7e\xfa\xd9\ \xc7\xef\xbf\xf3\xd6\xdd\xb7\x77\xb6\x80\x47\x3b\x3b\x6b\x2c\x0e\ \x9b\xb9\x0d\xdc\xe2\xdc\xfe\x89\xa6\xd1\x33\x19\x5c\x10\x44\x0e\ \x04\x9a\x8d\x6d\x84\x15\x06\x90\x6b\x93\xbd\xc3\x04\x5f\xdc\x64\ \x71\x00\x39\x40\x08\x16\x6b\x0f\xd5\xb8\xa3\xc2\xd1\xa3\xe3\x93\ \x43\x06\xda\x65\xc3\x02\x38\xed\x31\xf6\x50\xbd\x02\x93\xb9\xce\ \x58\x63\xa1\x06\xa0\xb7\x9b\xa6\x41\x2f\xd7\x50\x1a\xe2\x72\xb8\ \x6c\xd4\x1b\x1e\x4d\xd0\xd9\x64\xaf\xaf\xa3\x8a\x2d\x2e\xbc\x0e\ \xf2\x10\x9a\xf1\x05\xe1\xea\x14\xfe\x7c\xf4\xe8\x54\xc6\xdc\xb8\ \x77\x17\x95\xaf\x32\x98\x6b\x4c\xd6\xe6\x06\xbc\x1b\x8b\x05\xcc\ \xe3\x88\xd9\x68\x89\x8c\x8d\xf6\x26\xa2\xf1\x61\xeb\x90\xb0\x90\ \xe5\xb1\xd1\x98\x0a\x2e\x9a\x19\xc6\x45\x95\xf9\x27\xa8\x51\xfc\ \xe9\xa3\x23\x31\xba\x91\x78\xfc\x18\x15\x98\xa2\xac\x75\x72\x74\ \xc2\x62\x71\x0f\xd1\xa6\x9e\x13\x00\xd6\x87\xe0\x6c\xa8\x8c\x41\ \xc5\xdf\xdd\xdf\x85\xff\x7d\x78\xc0\x13\x48\x44\xb7\x15\xee\x22\ \x01\x4f\xc0\x43\xf5\x9e\x1f\x4a\xf6\xff\xf3\x7d\x20\x95\xe4\xbe\ \xe0\x01\x88\x1d\x6f\x5f\x88\x2b\x35\xa8\x4e\x4b\x20\x12\xe0\xfe\ \x78\xd8\xa6\x35\x18\x9d\x56\x09\x5f\xae\x53\x40\x78\xc2\xa5\x3a\ \x3d\xa4\x1b\xc0\x9d\x52\x47\x48\x35\x3a\x0d\x86\x0b\x79\x2a\xb9\ \xce\x66\x32\x11\x38\x1f\xdd\xd0\x53\x48\x54\x72\x4c\xaf\x52\x61\ \x6a\xb3\xc1\x6a\x34\x98\xe4\x7a\x0b\x26\xd7\x19\x74\x0e\xab\x4a\ \xaf\xb1\x12\x98\xca\x42\x28\x25\x72\xab\x45\x67\xc4\x35\x1a\x83\ \xd9\xa5\x31\x34\xe3\x56\xf7\x99\x5f\x8b\x2e\x69\x8b\x8a\xaf\xb1\ \x9a\xcc\x56\xf8\xbf\x99\xd0\x2b\xb5\x2e\xad\xde\x08\x76\x46\x00\ \x37\xd4\x3a\xbb\xcf\xa4\x22\x54\x84\x44\x6f\x50\xe9\xe1\xea\x37\ \x40\x14\x33\x69\x20\x8c\x29\xe0\x2f\x7c\xbe\x10\x17\x62\x84\x94\ \xaf\x40\x41\x0f\x07\x82\xf1\x15\x3a\xa3\x1e\xa4\x57\xa9\x57\x49\ \x70\xf8\xbb\xc9\x00\xf6\x68\x96\x0a\x04\x18\xef\x40\x28\x38\x80\ \xbc\x78\x00\x31\xf0\x7b\x00\x72\x4c\x2a\xb4\x9b\x5c\x21\xbb\x3f\ \x6c\xb7\x07\xdc\x56\xe1\xbe\xc4\x64\x71\x12\x04\x0a\x64\x0a\x42\ \xab\x91\xab\x34\x66\xa7\xd7\x80\x9b\x35\x3a\x42\xa5\xd3\x18\x4c\ \x66\xe0\xa9\x54\x81\xa9\x4c\x56\xb9\x44\xa9\x50\x48\x08\xbd\xee\ \x2c\x68\x56\xc8\x9d\xfe\x58\xc0\xec\x18\xce\x63\x06\xb5\x37\x1e\ \x0b\x3a\x1d\x5d\x9f\xc9\x62\xb3\x86\xc2\x61\x97\xdf\x63\x57\xab\ \x4d\x56\x83\xdb\x1b\x6c\x36\x83\x36\xf8\x4e\x4d\x76\xad\x2f\xe6\ \x54\xab\xdc\x6e\x87\xc3\x61\x39\x2b\x59\x35\x3a\x83\xd3\xea\xf1\ \x9f\x15\xeb\x5e\xab\xd7\x73\x36\x2f\xfa\xe8\xdc\xd4\xe9\x8c\xb8\ \xb5\x16\x6f\x3d\x9f\x38\xf3\xd6\x07\xb5\x5c\xa7\x1d\x6c\x17\x4b\ \x9d\x7e\xd7\x5f\x9c\x2e\xfa\x8b\xb0\xb7\x5b\x0c\x07\x57\x54\x68\ \x19\xf7\x2c\xea\xf3\x55\x3b\xe2\x39\x1b\xd9\xfc\x67\xa1\xe8\x70\ \xe8\xf3\x44\x03\xd6\xb3\x51\x78\x54\xf2\xd4\xeb\x01\xbb\x7d\xda\ \x8d\xce\x86\xde\x51\xd0\x12\x3b\xab\x4f\xf2\x1d\xca\x57\x8c\xfb\ \x62\xa3\xb3\x40\x2c\x18\x2a\x86\xdd\xce\x45\xae\x3f\xe8\xd0\xf5\ \xfc\xa2\x5b\xcd\xf4\xf2\xe9\xdc\x92\x1e\x84\xe9\x41\xbe\xd9\x49\ \x8e\xce\x06\x67\xa5\xc5\xe2\xac\x58\x3c\x0b\x04\x1c\x96\x68\xd0\ \x17\x04\x23\x34\x6b\xe5\x12\x6f\x37\xe0\xf6\xdb\x4c\xce\xa0\xcf\ \xde\xcd\x37\xbb\xe3\x5f\xfc\xa6\x3d\x4b\x3c\x3b\x6f\x50\xed\x5e\ \x83\xee\xbd\x2c\x5f\x5c\xa4\xf3\x9d\x6a\xb5\x9f\xa3\xfa\xc9\x0e\ \x55\xbd\xce\x36\x6b\x1d\x3a\xdf\x5f\x26\x2e\xfa\xe0\x7c\x24\x75\ \xfe\xac\x7d\x7e\x3d\xea\x57\x27\xf9\xda\xaa\x4e\x9e\x93\xc3\xcc\ \x72\x9e\x5d\x4e\x53\xbd\xfe\x34\x43\xe5\x07\x4d\x1a\xd2\x50\xbe\ \x4c\x56\x92\x8d\x2c\xd9\xea\x64\xab\xed\xf4\xf9\x65\xb9\x7c\x55\ \xed\x65\x73\xe9\x46\xb6\xba\xaa\x35\x3a\xcb\x6a\xbb\x5c\x18\xe4\ \xc6\x54\x9a\x5a\x66\xca\x99\x42\x81\xec\x83\xca\xde\x24\x7b\xd9\ \x5f\xb4\x3a\xf9\xc1\x22\x41\xe6\xaa\xf9\x1a\x9d\x4a\x75\x72\x8d\ \x04\x79\x75\x45\x93\x13\xea\x8a\xcc\x5d\xe6\x12\xc0\xa1\x5c\x32\ \x3f\x48\x5e\x36\x06\xbd\xc1\x6a\x92\xa1\x6a\xe9\x14\x99\xcd\x25\ \xd2\x99\x72\xb9\xf2\xf3\x17\x2f\xfe\x7b\x25\xf7\x2c\x57\x4b\x37\ \xa3\x59\x72\x32\xcc\xd1\x35\xfa\x8a\xaa\x36\x72\xc9\x56\x81\xa2\ \xe9\x42\xbb\x33\xa0\x0b\x9d\x4e\x1f\x22\x56\x74\x5e\x8d\x75\x97\ \x83\xc1\xd9\x7c\xd4\xa4\xd3\x7d\xd0\xc5\xfa\x74\xd5\xc9\x75\x16\ \xf3\x5a\x67\xb5\x1c\x50\x09\xf8\x51\x50\xcd\xad\xc6\x54\x21\x99\ \xc9\xb7\x0b\xa9\xc2\xd5\xab\x57\xbf\xfb\xc3\x7f\xfc\xf4\xb7\x3f\ \xf8\xaf\xdf\xff\xec\xd3\xcf\x7e\xf4\xc1\x7b\x9f\xfc\xd9\xc7\xef\ \xdc\x7d\xf7\xdd\xf7\x36\xef\xdd\x5b\xdb\xbc\xcd\x30\x6b\xcc\xcd\ \x2d\x36\x93\xc3\x60\x73\x98\x5b\x6b\x40\x16\x54\xd4\x8e\x4a\x17\ \xd8\x2c\xf6\xda\x1a\x07\x22\x0d\x68\xe3\xce\x16\x9a\x56\x88\xd6\ \xdc\xd1\x60\x2d\xb4\x2a\xcf\x61\x30\x80\x3d\x4c\xd9\xc9\xe1\xc9\ \xc9\x09\x97\xc3\xe4\xb2\xd1\xf6\x66\xb4\xcf\x0f\xd5\x76\xb2\x98\ \xa8\xe2\x14\xb9\x1b\x5a\x1b\xdb\xe3\xee\xad\xaf\x31\x50\xc5\x14\ \x73\x1d\x2d\x7c\xc1\x83\x47\x32\x26\xe7\x4f\xad\x18\xe0\x6b\x10\ \xc6\x50\xad\xe7\x93\x27\x4f\x1f\x9f\x3e\x7e\xf2\xc3\x9f\x3c\x7a\ \x72\xb4\xf1\xe6\xdd\xb7\xdf\xdc\x7c\x7b\x0d\x5c\x90\x05\x80\xbb\ \xed\xba\x25\x46\x73\x78\x50\xf3\x2c\x70\x55\x06\x3a\x24\x10\x4a\ \x8c\x08\x8b\xea\x15\xf6\xd8\x70\xa6\x47\x62\xe6\xed\xed\x47\xd9\ \x0f\x4f\xf6\xf6\x4e\x4f\x8f\x65\x5c\xd9\xd1\xc9\x23\xb4\x29\xe7\ \x08\xf5\x8d\x47\x9d\x03\x51\x09\xc5\xde\xf1\xde\xe1\xe9\xa3\x37\ \x44\x1f\x1e\x80\xfb\x41\xf4\x91\xc3\x55\x7a\x7f\x17\x2d\x67\x89\ \xa4\x4a\x15\x26\xe0\xf3\x20\x60\xf0\xa5\x7c\xfc\xe0\xbe\x48\x22\ \x82\xaf\xec\x1f\x48\xe1\x01\x9e\x8a\x2f\x39\x90\x80\x4d\xed\x0a\ \x95\x3c\x9e\x50\xc2\x53\xc7\x8b\x56\xbb\xd3\x63\xf7\x29\x94\x0a\ \xb3\x4d\x29\xe4\x63\x1a\x54\xe4\x2d\xe7\x1d\xf0\xa5\x5a\xb9\x5c\ \x6f\x95\x0b\xa4\x12\x29\xa1\x97\xe3\x4a\x93\xdc\x60\xe0\x0b\x85\ \xe0\x7b\x6a\xb5\x52\xa3\x50\x0a\x31\x9d\xda\xe6\xb4\x6a\x84\xcd\ \x9f\x9d\xe3\x1a\x95\xce\xe1\x36\xaa\xd5\x56\x95\x54\x63\xd2\x03\ \x64\x8c\x56\xbb\x4e\x88\x99\xd5\x06\xab\x4a\xe7\x6f\x06\x22\xf3\ \x90\x5e\xab\x33\x58\x4c\x6a\x1c\xf8\x60\xd3\x3b\xcd\x6e\x23\x21\ \x80\xf7\xb4\xe8\xcd\x06\x8d\x54\x43\xe0\x0e\xad\xc5\xed\x75\xa9\ \x95\x12\xa9\xc6\xe0\xb6\x99\x4d\x2e\x87\x51\x2e\x95\x6a\xb5\x52\ \x93\x11\xe4\x0d\x42\x93\x14\x57\x62\x4a\x39\x8e\x13\xb8\x14\xd7\ \x5b\xf4\x10\xcf\xb4\x46\x95\x46\x09\x54\xc4\x24\x6a\xb9\x5a\x65\ \xb6\x1b\xf4\x72\x80\x29\xa1\x17\x3c\xd8\xdd\x7f\x40\x60\x02\x91\ \x12\x07\xa7\x85\xc0\x28\x90\xfb\x6d\x46\x83\x35\x10\x35\x39\xa3\ \x51\xab\xe4\x40\x19\xb7\x06\xb5\xb7\x8b\xfd\x4a\xa5\x5a\xa7\x90\ \x6b\x4d\x46\x8b\x4a\xa2\xb1\x58\xf4\x06\xab\x5a\xa5\x55\x1b\x34\ \x72\x85\x54\xaa\xb3\x59\x4d\x04\x06\x24\x05\x3a\x37\x8b\x46\x9e\ \x2a\x14\x08\x9b\xed\x66\xd7\x3c\x66\x0a\x38\x8d\xce\x80\x33\xd4\ \x8d\xdb\x4d\x7e\x8b\xc3\xe5\x36\xc5\x83\x2e\x95\xc6\x64\xb7\xd9\ \xbd\xce\x62\xbd\x6b\xb6\x87\x6c\x5e\x87\xd3\x1b\x09\x99\xd4\xee\ \x90\x1b\x50\x1e\x2f\x99\x54\x6a\x93\xd1\x11\x0a\x4d\xc6\x21\x93\ \xd6\xe2\x8f\xce\xa7\x81\xc1\xac\xae\xb5\xbb\x7d\x26\xb7\x3d\x34\ \x58\x46\xac\xb1\xd5\x04\xae\x9c\x7a\x9b\x02\xed\x58\xd5\x5d\xde\ \x40\x7b\x1a\x1f\x4f\xe8\x59\x7c\xdc\x8c\x0c\xc3\xa3\xda\x70\x55\ \x1d\xf8\x03\xcd\xa9\xab\xd8\x8d\x14\xdb\x93\xc0\xb0\x1b\x70\x7a\ \x47\xf5\x62\x34\xda\x2d\x45\x83\xdd\x5a\x71\x38\x0f\xc5\x87\x21\ \x6b\x60\xee\x5f\xa6\xc6\xe3\xc5\x59\x3c\xe0\x8c\x15\xc3\x91\x98\ \x2b\xba\x0c\xc6\xbb\xa8\x08\x3b\x3f\xab\x2c\xa3\x93\x34\x55\x29\ \x0c\xda\xe4\xd0\x9b\xa0\x0b\x34\xf9\x62\x56\x9a\xc5\x83\xfd\x59\ \x74\x5a\x8f\x05\xba\x21\x67\xc8\xe3\xb6\xd9\x4d\x26\xb5\x55\xa1\ \x30\x96\xe2\x0e\xaf\xc3\xe2\x89\x07\xfc\xdd\xf6\xb2\x96\xfb\xd5\ \xd7\xb5\x1a\x88\x55\x25\x95\x27\x0b\xcd\x65\xaf\x93\x6e\xa5\x2a\ \xdd\xf6\x6c\x94\xcd\xb6\x93\x59\x32\x9f\xe8\x2d\xfb\x74\x36\x39\ \x5b\xd0\x57\xf9\x61\x32\x9d\x20\x1b\x95\xc1\x4d\xa3\xd6\xef\x4f\ \xb2\xb9\x4e\x37\x7d\x93\x25\x7b\xc3\xf8\x6c\x36\xae\x0e\xa6\x9d\ \x7c\x6e\x99\x2a\x40\xd8\xca\xf7\x1a\x89\x02\xd9\xa3\xb3\xe5\x6a\ \x2d\x4d\x65\x1a\x19\xb2\xdf\xca\x8f\x7b\xed\x42\xb5\x00\x19\xeb\ \xbc\xbf\xca\x90\x95\x5c\xee\x66\x72\xf1\xbc\x52\x6d\x24\x5f\x3e\ \x6f\xe4\x52\xe4\xb2\xfa\x75\xa1\xf6\xfc\x8b\x64\xad\xd2\xa6\x07\ \xed\x41\x8f\x1c\x50\x95\xde\xaa\x9a\x2b\x53\xad\x64\x3b\x41\x25\ \xc8\x72\xa2\x91\x38\xef\x67\xdb\xf9\x44\xae\x91\xa9\x24\x0b\xe9\ \xca\xb4\x97\xcd\x8c\x2b\x39\x2a\x57\x49\xbe\xbe\xf9\xe2\x59\xeb\ \xef\x7f\xf1\x87\xff\x51\xa1\xe8\x71\xf6\xbc\x5f\x4c\xa4\xbb\x35\ \x80\x23\x9d\x4c\x16\x52\xb9\xf3\x4b\xba\xd6\x4e\xb7\xab\x74\x8d\ \xac\x4d\x47\xc5\x61\x6d\xdc\x1c\x53\x8b\xe9\x94\xec\x2f\xc7\xcd\ \x25\xda\x93\xd3\x5f\x80\x26\x8e\xab\xd5\xc9\x98\x2a\x8e\xe0\xc9\ \x03\x6a\x31\xe9\xf7\x6a\x85\xe5\x2c\x9b\xae\xa6\x13\x97\xad\x8b\ \xaf\xbe\xf9\xee\xbb\x7f\xff\xa7\x7f\xfd\x0b\x48\x56\x0f\xdf\xfb\ \xe0\xa3\x87\x1f\x7d\xfc\xde\xbb\x77\x3f\x78\xeb\x1e\x67\x73\x0d\ \x82\x13\xda\x43\xc3\x60\x6c\xbe\xb9\xc1\x40\x76\xc8\xd9\x66\x32\ \xf7\xc4\x9b\x3b\x1b\x9b\xeb\xa8\x93\xe8\xfa\xf6\xda\xda\xa6\xec\ \x70\x7d\xed\xde\xf6\x9d\x6d\x54\xfa\x0e\x01\x0b\x2e\x7d\x19\x97\ \xc9\x14\xaf\xaf\x6d\xb1\x65\xdc\xbd\xe3\x93\x53\x34\x96\x06\xe2\ \x0f\xaa\x90\xe2\x32\x20\x52\xa1\x79\xf6\x28\xa4\xa1\x85\x26\x40\ \x1b\x17\x1c\x13\x6d\x6e\x46\x8b\xe5\xa8\xc5\x3b\xd0\x4c\x8c\xa2\ \xd5\x3a\x58\x23\x83\x8d\x56\xf1\x0f\xd7\x51\x6b\xe3\xd3\xa7\x40\ \xab\x27\x8f\x9f\x3e\x7d\x72\xf2\xe8\xc9\x8f\x4f\xd8\x77\xb6\xdf\ \xbe\xbb\x76\x6f\x03\xd0\xc6\x85\x88\xc6\xe0\xb2\xd9\x47\xa8\x33\ \x3c\x6b\x7d\x0d\x74\x95\xcb\x5c\x67\x1d\x32\x99\x1c\xee\x21\x1c\ \x0b\xd1\x0f\x4d\xe0\x61\x43\xde\x03\x3c\x1e\x41\x0c\xdb\xfb\x09\ \x6a\x68\x83\xda\xd8\x9c\x70\xd1\x14\xd5\x53\x50\xd3\x63\x20\xd5\ \x21\x2a\x6b\xb8\x5d\xc3\x3a\x3c\x3e\x7c\x83\x7f\xff\x43\xc1\x2e\ \x9f\xbf\xcb\xc3\x08\xbe\x40\xc8\x13\xc1\xa5\x2a\xc2\xa4\x8a\xdd\ \x07\x7c\xc8\x53\x12\x0c\xc3\x24\xf7\x1f\xdc\x17\x0a\x30\x95\x64\ \x57\x20\x14\xe0\x0a\x74\x77\x0d\xc3\x55\x16\x25\x06\xb6\xa4\x00\ \x60\x11\xa5\x33\x97\xcd\x12\x73\x7a\x34\x1a\xa5\x5e\xc7\xc3\x31\ \xdc\xac\x57\xc2\x45\xaf\xc0\x79\x70\xa9\x6a\x08\x39\x5a\x25\xe2\ \x1f\xa8\x1d\x3a\xb9\x0e\x2d\x58\x09\x04\x88\x08\x52\x02\x72\x0e\ \x5f\x24\xc7\x15\x36\x9d\x1a\xb3\x7e\xf7\xaf\x84\xca\x60\x76\x40\ \x5a\xc2\x74\x1a\x95\xd5\x82\x9e\xa8\x36\x5b\xcd\x66\x5c\x25\x91\ \xeb\xb4\x3a\xc7\xd0\xe7\x9f\x9f\x39\xac\x46\xad\xc6\x6e\x90\x08\ \xa5\x16\xad\xc6\x62\xd0\x1a\xf4\x10\xe2\xd4\x26\x9b\xd9\x08\x06\ \xa8\xe2\x81\x97\x9a\x0d\x36\x83\x94\x50\xe9\xad\x6e\x8f\xd3\x66\ \x52\x5b\xbc\x66\x85\x42\xa3\xb3\xe8\x0c\x80\x28\xa1\x44\x8a\x01\ \x46\x74\x7a\x25\x21\x91\x68\x21\xd1\xc9\x35\x3a\x9d\x9c\x20\x54\ \x16\x23\x88\xa0\xd5\xed\x36\x69\x35\x0a\x85\x92\xd0\xa8\xd4\x4a\ \x1e\x04\x2c\x11\x5f\x84\x36\x4f\x8a\x44\x42\x0c\xfe\xc0\xc1\xf9\ \x6c\xce\x90\xd7\xe9\x8d\x15\xed\x12\xc2\xda\x34\xd9\x2d\x6a\x83\ \xdc\x64\xd3\x0b\x75\x1a\x85\xc6\xac\x31\x58\x0d\x70\xca\x0a\x83\ \x55\xab\xd6\x98\x91\x26\xc2\xf7\xa8\xd6\x69\xd5\xb8\x0a\x0e\x4f\ \x10\xfa\x51\x57\x2d\xb5\xf8\x83\x46\x43\x3c\x16\x8d\x85\xac\x5e\ \x2f\x0a\x56\xde\x51\xcc\x66\xb2\xb8\x5c\x2e\x87\xc7\x1e\xb6\x6a\ \xb4\x16\xa3\xd5\xe2\x72\x4e\x3a\x73\x87\xcb\x69\x75\xbb\xe2\xc5\ \xa0\x57\xab\x35\x78\xbd\x0e\xb7\xad\x18\x36\x6b\xec\x25\xb7\xcb\ \xe5\x1f\x76\xce\xbc\x56\xa3\xcd\xd7\xf4\x39\xe6\xf4\x52\x6e\x75\ \xba\x7c\x2e\xad\xb3\x57\x08\x87\xe1\x07\x77\x78\x59\x0d\xad\xa8\ \x78\xbd\xd8\x8c\x3a\x83\xf1\x41\x36\xbe\x84\x8b\x68\x52\xeb\x74\ \x21\x42\x75\x96\x0b\x6a\x72\x16\x2a\xc5\x3c\x93\xce\xa0\x54\x69\ \x2d\x46\x5d\x2f\x20\xb4\x57\xef\x0f\xba\x8b\x91\x35\xd2\x89\x45\ \xc3\xd3\xe0\x74\xe1\x8a\x8f\x23\xd3\xf2\x64\xda\xec\xac\x2c\xb1\ \xfa\x59\x37\x36\x74\xc7\x87\x11\xef\x98\xec\xd4\xd2\xd5\x65\xa1\ \x1f\xa2\xab\xe4\x20\x73\x31\x48\xf7\xdc\xc3\x2a\x59\x4e\x9d\xcf\ \x3a\x64\x90\xae\x2e\x82\xc3\x51\xd8\xb3\xf4\xb9\xc3\xfe\x50\xc4\ \x01\xac\xd6\xe0\x0a\x4b\x30\x14\xf2\x3b\xac\x7e\xbf\xcb\x17\x1b\ \xd7\xc3\xc1\x57\x3f\x9f\xd0\xa9\x67\xe5\x6c\x25\xd5\x19\x8f\x73\ \xe9\x72\x39\x95\x4d\xf5\x13\xbd\x3c\x35\xa8\x56\x6b\xcd\x5a\x25\ \x1f\xee\xd0\x34\x39\x1d\x53\x17\x83\x6e\xa1\x93\x4d\xbd\x6e\xcd\ \x5e\x5d\x2c\x07\x34\x68\xdf\x6a\x44\xa6\xfb\x99\x64\xbe\x4a\x52\ \xe3\x5c\x85\x6e\x27\xfa\x83\x67\x2f\x0a\x89\x2c\x1d\xce\x67\xd1\ \x20\xfb\x5e\x25\x3d\xac\x26\xae\xd3\x8d\x0a\x99\x01\x79\xcd\x24\ \x5a\x83\xde\x55\x39\x93\x9d\xb6\xc9\x4b\xb2\xf1\x9c\x6a\x7c\xdd\ \xeb\xa5\x3a\x57\x2f\x2f\x26\xfd\xce\x88\xbc\x4a\x4d\xc8\x8b\x4a\ \xbb\xd5\x99\x41\xc2\xba\x4c\xe5\x6b\xe5\x76\x9d\xaa\x76\x2a\x64\ \x62\x91\xaf\xe6\x5f\x26\xcf\x53\x89\x56\xf2\x8b\x4e\x2e\x3b\xa8\ \x36\x2e\x2a\x54\xa3\xd0\xce\xa4\xf2\xa8\x42\xfe\xa2\x9c\xa0\x32\ \xad\x42\xeb\x0f\x5f\xfd\xc3\x77\xe5\x74\xbf\x4f\x27\x3b\x9d\xe4\ \x45\x27\x9f\xed\x5d\xa6\xca\xf9\xcb\x2f\x6f\xae\x5f\xa6\x67\xc8\ \x60\xab\x74\x62\x30\x1c\xcd\x17\x67\x8b\xd5\xb2\xb6\x1a\x36\x57\ \xfd\xf1\x32\x4c\x67\xf2\xc3\x69\x67\x3c\x5b\x2d\x56\xa9\x1e\xdd\ \xa1\x66\x93\x41\xbb\xdb\x4f\x80\x3f\xf6\xdb\xd5\x76\xbe\x9d\xca\ \xb4\x32\xa9\xf3\xe7\xdf\xfc\xf1\x67\x7f\xfd\xcf\xbf\xfe\xf5\xa7\ \x0f\x7f\xf0\xfd\x87\x1f\x3f\xfc\xe4\x83\x4f\x3f\xb9\x7b\x67\xe7\ \x9d\x37\xdf\xdc\xd9\x66\xb1\x36\xd7\x36\xb7\x51\x05\xfa\x1a\x6a\ \x1b\x03\x56\x05\x09\x8a\x03\x51\x65\xed\xb6\xd2\x0a\xbe\xc4\xe1\ \xec\x6c\x83\xfd\x71\xee\xdc\x11\xa3\x26\x59\x80\xab\x3d\x19\x9b\ \x7b\xc4\x41\x81\x67\x83\x7d\x2b\x84\x27\xa7\x4f\xb9\x27\x8f\x1e\ \x71\x21\x8d\xa1\xa8\x84\x3a\xf8\xad\x73\x37\x80\x5e\x7b\xb7\x1b\ \x09\xd9\x6b\x62\x88\x54\x62\x0e\xc4\x24\xc0\x1c\x93\xc1\x3a\x3a\ \x82\x60\xb6\x01\x5e\x09\x0a\x77\x88\x8a\xb2\xd8\x0c\xd4\xcf\xe1\ \x50\x76\xfa\xf9\xa3\x47\x4f\x7f\xf8\xf4\xf3\x27\x4f\x1e\x3f\x79\ \xf2\xe7\x4f\xc4\xeb\xec\xed\x7b\xdb\x6b\xeb\xc7\x8c\xdb\x9e\x7f\ \x2c\x20\xa4\x0c\x35\x00\x84\xb7\x66\xad\x43\xba\xdb\x03\xdc\x31\ \x38\x7b\x32\x04\x45\x19\x6a\x61\x83\x5a\xd5\x00\x32\xc5\x80\x34\ \xb1\x58\xf6\x88\x83\xfa\xca\xc8\x64\xa7\xc7\x47\x0c\xee\xa3\xd3\ \xd3\x13\xd4\xcd\x6f\x0f\x12\x17\x03\xb5\xc9\x12\xdf\x4e\xd4\x79\ \x43\xf4\xe0\xe0\x81\x08\x3b\x00\x36\x29\x15\x3c\x9e\x80\x8f\xa1\ \xa5\x77\x1e\x5f\xb4\x0f\x9c\x7a\x20\x3a\xc0\xf9\x52\xc1\xbe\x70\ \x97\x27\x14\x81\x12\x12\x18\xcf\x40\x28\xc1\xab\x30\x42\x4b\x60\ \x52\x9c\xaf\x14\xe1\x42\x4d\x20\xea\xb1\xdb\x4a\x4e\x87\x5e\xa5\ \xd0\xcb\x41\x22\x35\xf0\x83\x15\x41\x43\x2e\x14\x11\x38\x66\x50\ \xa9\x09\x5c\x81\xef\x2b\x35\x06\x83\x9c\xcf\x93\xf0\x40\xb4\x20\ \x72\xe0\x7c\x10\x31\x89\x84\x50\xf2\xd0\xa2\xb4\x52\x8e\x61\x4a\ \xbd\xde\x8e\x76\xc6\x98\xa5\x12\xc2\x2c\xd5\x68\x14\x3a\xbb\xd9\ \xa4\x51\x01\xd2\x8c\x56\xb3\x2f\x16\x8e\xfb\xbc\x5a\xaf\x19\xac\ \xcf\xaa\x12\xc8\x41\x1d\xb5\x66\x2b\x04\x2b\xb9\xc1\x66\xb4\x6b\ \x0d\x6a\xa3\x4d\x2e\x50\x3b\xf4\x06\xb5\x5a\xad\x37\xc8\x55\x06\ \x5f\xc0\xe2\xb4\xca\xe5\x6a\xad\x04\x08\x65\x80\xaf\x62\x04\x48\ \xac\x11\xac\xcb\xa0\x94\xe2\xf0\x32\x9d\x59\x03\xde\x28\x41\x0e\ \x6a\x55\x9b\x74\x5a\xbb\xd5\xe7\x44\x05\x60\x12\x9d\x16\x97\x83\ \xc3\xf2\x94\x18\x0f\x3e\x0b\xf8\xbe\xe1\xf3\x10\x81\x1d\xab\xd5\ \x46\x4f\x30\x1c\x84\x4b\x2f\xec\xd2\x69\x7d\x51\x8b\xd7\x04\xa0\ \x72\x58\x95\x7c\x25\x04\x28\x8d\x0a\x04\x4e\x22\xd5\xa9\xb5\x6e\ \x93\x5c\xeb\xd0\x4b\xa5\x84\x04\xc8\xad\x52\xa9\x14\x2a\xa3\x79\ \x17\xf0\x1c\x98\x6b\x09\x6d\x24\xa8\x83\x18\x58\x9a\x85\xcd\x3a\ \xaf\x2d\xe2\xf0\xc7\xbb\x21\xab\xd9\x62\xf7\xd8\xad\x7e\x87\x03\ \x48\x67\xb7\x19\xb5\x6e\xff\xa2\x1f\xf3\x3b\x2c\x21\xa3\xd5\x55\ \x2a\xc6\x5d\x5a\xb3\x2f\xea\xf3\xba\xba\x51\xa3\xde\x16\x08\x7b\ \xac\x8e\x61\x13\x55\x79\x98\x9c\xc5\xb0\x73\x36\x0e\x5b\x7c\x5e\ \xbf\xcf\xa2\x76\xb5\xe9\xe2\xd9\x30\xbe\x6a\x76\x57\xa5\x61\x27\ \x36\x2c\x86\x43\xfe\xf8\x34\x41\xfa\xc6\x99\x29\xa4\x8f\x69\xa8\ \x53\x0a\x05\xbb\xb9\xc9\x3c\xee\x8f\x85\xdd\xa1\x71\x69\x95\xa4\ \xe2\xf1\x7e\xd8\x15\x8e\x7b\xeb\xc5\x99\xdb\x57\x8c\x74\xaa\xab\ \xe1\x70\x7a\x16\xed\x86\xce\xa6\xd3\x6e\xbd\xb9\xec\xf6\x27\xd6\ \x6e\x7f\x50\xad\x8f\x42\xb1\x91\xd3\x3a\xab\x51\xd9\x76\xa7\x9e\ \x9c\xd5\xdb\xad\x46\xa6\xfc\x6c\x45\xf5\x9b\x64\x39\xf7\xaa\x75\ \xb1\x18\xb4\xe7\xab\xd9\xa2\x14\x99\x94\xc2\x81\x80\xf7\x76\x12\ \xbd\x2f\xe8\x36\x10\x52\xfb\x99\x0b\x34\xd7\x11\x0e\x38\x9c\x45\ \x38\xa7\xe1\x8b\xbf\x9f\xf4\x5f\x5e\x5f\x66\x5b\x85\x1c\x78\xd1\ \xe5\xf3\x46\x7e\x42\xd3\xad\xdc\x24\x95\x22\xf3\xd9\x76\xe2\x3a\ \x37\xa6\x73\xb5\xf1\x6a\xd4\x4f\xf6\x97\xed\x5c\xb6\xf0\x4d\xb9\ \xf7\xd5\xf5\xa2\xde\x6f\x67\xaa\x83\x71\x03\x30\x85\xf6\x21\xe7\ \x26\xf9\x74\x2f\x5d\x18\xd4\x12\xed\x7e\x36\x3b\x19\xa5\x0b\xb9\ \x5a\x61\x95\x3f\x2f\x0c\x48\x38\xb1\x74\x65\x50\x4b\x8e\x07\xe5\ \x4c\x6a\x30\xab\x56\xd2\xd4\xd9\xa0\x57\x69\xb7\x0b\x53\x32\xb9\ \x6a\xd3\xab\x44\x32\x39\x5e\x65\xdb\x74\x25\x5b\x4b\x5c\xa5\x86\ \xd5\x21\x80\x65\x9c\xcf\xa4\xda\xe5\xda\xea\xa6\x41\x95\xc9\xf9\ \x2a\x9f\x4a\xb7\xb2\xad\x74\x2a\xdb\x69\xd4\x06\x43\xb2\x03\x48\ \xae\x51\x64\xbf\x92\xad\x9c\x93\xe5\x6c\xba\x35\xa0\xab\xe7\xc9\ \xc2\xab\xcb\x7f\xf8\x97\x76\xb2\x91\xcc\x24\x06\xf9\x4a\xae\x9d\ \xcc\xf5\x9e\x7f\x5d\x21\x0b\x57\xd7\xaf\xcf\x53\x80\xb1\x7e\xad\ \x33\xbe\x18\x9f\xcd\x3b\xb3\xd5\xac\x47\x0f\xe1\xb3\x5c\x75\x97\ \xc3\x2e\x99\x9c\x0e\x87\xdd\x65\x76\x7c\x36\x6b\x17\x97\x34\x35\ \x58\xb5\xb3\xcb\x55\x6f\x4e\x8f\x57\xd3\xe9\xa4\x97\xc8\xa6\x00\ \x7b\xcf\xbe\xfd\xe3\xdf\xfc\xf3\x6f\xff\xfd\xb7\x7f\xf7\xb7\x3f\ \xfa\xe8\x47\x9f\x7e\xf4\xf0\xe1\x07\x1f\x7f\x72\x6f\x6d\xeb\xde\ \xbd\xcd\x9d\x7b\x80\x29\x0e\x83\xb3\xb1\x8e\x2a\x9d\xd0\xb2\xba\ \x58\xb6\xb7\xbd\xb3\xc6\x45\x0d\xb1\xb6\x36\x41\x09\x39\x1b\x3b\ \x77\x76\x98\xdc\xa3\xf5\x8d\xed\x4d\x26\xaa\x86\xba\xb3\xce\x92\ \x1d\x6e\x6e\x1d\x01\xc2\x98\xcc\x0d\x06\x18\x1f\x4b\x26\x3e\x7e\ \x8c\xee\xc2\xb1\x01\x4b\xeb\x2c\xd4\xb0\x0a\x4d\xf6\x92\x89\xd1\ \x48\x1d\x36\xd8\x1e\x13\xcd\xd9\x11\xaf\x6d\x32\xf6\xf6\xc4\x6b\ \xa0\x93\x10\xb8\xd6\xd9\x3b\x2c\x19\x04\x1d\x19\x9a\xa6\xc3\xd8\ \x3b\x46\x13\x56\x39\x5c\xd9\xa3\xd3\x23\xd0\xc1\xe3\x27\x8f\x1f\ \x3f\xfd\xfc\xc7\xff\xcf\x8f\x0f\x39\x1b\x77\xd7\x18\x1b\x8c\x53\ \x08\x45\x90\xe7\xb8\x2c\xe6\x1a\xca\x64\x1c\x36\x18\x27\x07\xcc\ \x13\x5e\xce\x42\x0b\xed\x1c\x2e\x5b\x0c\x19\x6c\x83\x2b\x16\x1f\ \xb3\x36\xd6\xd9\x8c\xa3\x23\xb1\x98\x7b\xf2\x18\xe0\x05\xa7\x85\ \x7a\xd7\xa0\x01\xab\x10\xad\xd0\x3c\xe8\xc7\x00\xb4\xdb\x2e\xce\ \xc7\x68\xd2\xce\x1b\xbb\x08\x4f\x42\xc1\xfd\x5d\x8d\x92\x50\xee\ \xf3\x44\xca\xdd\xdd\xdd\xef\x3d\xd8\x07\x1d\x84\xdf\x78\x02\x09\ \x30\x4c\x24\x10\xee\xde\xe7\xe1\xbb\x02\x1c\x3f\x10\x2a\xf9\x10\ \xb5\x24\x52\xa1\x14\x47\xdb\x6a\x80\x64\x8a\x50\x2c\xee\xb4\xd8\ \xcd\x46\xb5\x04\x15\x94\x0a\xf8\xa0\x43\x84\x10\xa2\x8a\x1e\x13\ \x60\x42\x4c\xa1\x57\xe1\x12\x0d\x21\x10\x48\x15\x7c\x5c\xb2\xab\ \x20\xf8\xbb\x42\x1c\x0c\x14\x87\x57\x0a\x78\xb7\x5b\x09\x41\xd2\ \xf8\x4a\x85\x10\xe3\x81\xb7\x29\xa4\x2a\x33\xc8\x23\x48\x14\xa1\ \x22\xec\x36\x14\xa1\x08\xa3\x19\xf7\x76\xbb\x61\xab\x4d\x6d\x51\ \x1b\x8d\x06\x93\x4e\x4a\x58\xcc\x84\x52\xa9\x93\xaa\x55\x1a\x85\ \xd3\xa0\xd7\x20\xd2\xa8\x94\x06\x9b\x0e\x32\x93\x0a\xde\x5f\x02\ \xb1\xc3\xa0\xd7\x12\x84\x01\xc7\x74\x16\x10\x35\xb3\x44\xaa\xf2\ \x98\x6d\x5e\x9d\xd1\xa0\xc2\x95\x1a\xbd\x42\xa2\xd6\xab\x75\x66\ \xb3\x5c\xa3\xd1\x58\xd0\x8e\x65\xab\x51\x6d\x77\x1b\x0c\x2a\x42\ \xc0\x47\x92\x87\xef\x1f\x60\x82\x03\xe5\x83\xff\xf4\x3d\x21\x2e\ \x3c\x38\x80\x0f\x80\xaf\xd3\xaa\x3c\x8e\x70\xd7\x1b\x89\x47\x6c\ \x26\x6b\xd8\xac\xb0\x18\x01\xad\xe0\xb8\x3c\x4c\x69\xd0\xca\x95\ \x5a\xb3\x4e\xa9\xd4\x2b\x00\x5d\x66\xb5\x56\x87\x2b\xf4\x52\x1d\ \xa8\xaf\x55\x85\x13\x66\x03\xa1\xe2\x2b\x4b\x03\xbf\x4a\xed\x8b\ \xf8\x6d\x5a\xab\xaf\x1b\x35\xa9\x5c\xb6\x40\xc0\xed\x0f\x79\x6c\ \x90\xa9\xfc\x3a\xf0\xba\x88\xd5\x64\xf1\x1a\x5d\x2e\xbb\x6b\x19\ \x0d\x9b\x0d\x21\x9f\xc7\x61\x0b\x14\xfd\x2e\xa3\xd3\xe2\xf0\x78\ \xb5\xb1\xba\x5d\xef\xb5\xbb\xbd\xd6\x40\x69\x18\x75\x3a\xec\x11\ \x93\x1b\xb4\x6e\x36\xb7\x6a\x6d\x6e\xad\xcd\x11\x26\x5b\x5d\xc9\ \x8d\x6c\xa3\x00\x00\x20\x00\x49\x44\x41\x54\x6f\xb8\x3e\x8f\x0d\ \x63\xd1\xd9\x6c\xd4\x9c\x46\x47\x91\xe8\x64\xbc\x0a\x0e\x1b\x54\ \x95\x1c\x2f\xfc\xed\x45\xa0\x14\xa3\x3b\xd1\x60\x34\x50\x8a\x53\ \x4b\xdf\x3c\x37\xf4\xd5\xa7\x6e\x6f\x37\x1c\xea\xfa\x9b\x67\x41\ \x7f\x38\x97\x20\x33\xe5\xf6\x22\x12\xf3\x75\x2a\xb5\xc1\xaa\x1b\ \x9e\x2e\xba\xc1\xe2\xb4\x9d\x99\xc5\x42\xa1\xb8\xcd\x4b\x25\xfa\ \xd9\x42\x6f\xd4\xa6\x42\x60\x47\x8d\x6a\xae\x9f\x9b\x07\xa9\x64\ \x3e\x97\x29\x4c\xa3\xb5\xfa\x60\xda\x3c\x73\x77\xeb\xb1\xa8\xd3\ \x1d\xf0\x39\xcd\x46\x8f\xd5\xaa\x32\x28\x4d\x81\x90\xd3\xea\x0d\ \x46\x42\x6e\x7b\x7c\xbe\x5c\x0c\xbe\xfd\x59\x67\x90\xbc\xbc\x4c\ \xe6\xa9\x5e\x3a\x4e\xbf\x7e\x99\x6b\xd7\x3a\x54\x6e\x45\x55\x52\ \xfd\x76\x8a\x2e\x9c\xd7\x17\x83\x02\x49\x8f\x7b\x29\x72\xb4\xa2\ \x0b\xd9\xec\x4d\x8e\xfa\xfa\x7a\x5e\x4d\xe7\x2b\xad\x1e\xa4\xa2\ \x52\x2e\x55\x19\x66\xa9\x65\x2e\xb7\xa8\x26\x1b\x03\x32\xbd\xea\ \x15\xfa\xb5\x2c\x99\x4a\xa6\x06\xf9\x2c\x5d\xa7\xf2\xe7\x17\xc9\ \xd6\xa0\xd3\x9e\x4c\x33\x17\x09\x9a\x6c\xbf\x20\xe9\x65\xf2\xa6\ \x3c\x59\x51\xb5\x67\xcf\xfb\xb5\x4a\xf6\xd9\x20\x5b\x58\xb6\x81\ \x6e\x39\xfa\xf2\x0b\xb2\xdd\xc8\x0d\x69\x7a\xb6\x4a\x95\x33\xe7\ \xcd\xde\x17\x8d\x4a\xe6\x22\x37\xcf\xa6\x1a\xad\x42\x25\xdd\xc8\ \x4f\xb3\x54\xae\x40\x55\xb3\x69\xc8\x69\x85\x76\x92\x4e\xd2\xbd\ \x64\xad\x3a\xce\x5d\x7f\xf1\x65\xa6\xf2\xf2\xc5\x77\x5f\xd3\x9d\ \x56\xba\x91\x19\xcc\xae\x53\xed\x7c\xf9\xd9\xcd\x2f\xcb\x15\x90\ \xd8\xd7\xad\xda\x74\x5a\xab\xb6\x97\xdd\x24\x3d\x2e\xd5\x27\xcd\ \x7e\x7f\x3c\x1e\x0f\x27\x8b\x71\xf3\x6c\x3c\x4b\x55\xa7\xc3\x25\ \xea\x3c\x58\xa3\xe1\xa4\x52\xd4\x1c\x00\x4d\x75\xe8\xfe\xac\xbf\ \x58\xa6\xf2\xa9\x44\xe6\xfc\xf2\xe6\x17\xbf\xf9\xee\xdf\x7f\xfb\ \xd7\x7f\xf1\xa3\x4f\x1e\xfe\xe8\xbd\xb7\x3f\xfa\xb3\x4f\x3e\xfe\ \xf4\xfd\x77\x3e\xda\xbe\xf7\xd6\x9b\xa8\x71\xe8\x06\x2a\xaa\x62\ \x00\x7c\xd8\xdb\x6b\xac\xdb\x0e\xc9\x9c\x3b\x4c\x36\x87\xb3\xb6\ \xb9\x01\xb4\x5a\xe7\x6e\xb2\x59\xdb\xdb\x6b\x68\x52\x3d\x63\xf3\ \x76\x11\x9e\x09\x31\x89\xb1\x26\x3b\x62\x31\xe1\x95\xa8\x89\x16\ \x5a\xcb\x46\x7d\x89\xc5\x1b\x2c\xee\x6d\xdd\x01\xaa\x87\x82\x07\ \xe1\xeb\x80\x38\xc8\x43\x1c\x78\x0d\x90\x8d\x83\x36\x2c\xa3\xd6\ \x30\x7b\x20\x9a\x32\x26\x1b\xc8\x86\x3a\xf0\x1d\x8a\x99\xcc\x43\ \xc8\x48\xdb\x6b\x6c\xd9\xd3\x47\xa0\x85\x8f\x4f\x4f\x9f\x3e\x7e\ \xfa\xc3\xff\xf2\xbf\xfe\x9c\xb1\xc5\xbe\xbb\xc9\x01\x85\x94\xa1\ \x06\xf1\x5c\xd6\xe6\x06\x9c\xad\x18\x2d\xbc\x33\x81\xa8\x1b\xf0\ \x17\x24\xa1\xa8\x06\x95\x01\x47\x06\x4c\x72\xf7\x20\x62\x01\x42\ \x51\xa7\x77\xd6\xc9\xa9\x98\x85\xca\x18\x0e\x59\xa8\x9f\x32\xea\ \xea\xc0\x05\x68\x9d\xc8\x50\x91\xaa\xf8\x76\x11\xfe\xf4\x04\x94\ \x50\xb4\x8b\x49\x04\x3c\xa1\x94\x8f\x5a\xca\x08\xf7\xf9\x98\x74\ \x5f\x28\xc4\x21\x73\xf1\x79\x02\x29\x26\x90\xf2\xee\xef\x0b\x04\ \xbc\x03\xb0\xc6\x7d\x11\x0e\x08\x53\x4a\x15\x52\xa5\x50\x62\x95\ \x63\x92\x5d\x11\x4f\xc2\xe7\x39\xba\x7e\xb7\x4d\x0f\x0f\x43\xde\ \xc2\xf8\x3c\x91\x42\x29\xd7\x62\x42\xa9\x06\x13\x12\x12\x4c\xc0\ \x97\x83\x24\x0a\x30\x5c\xa1\xe0\xed\x03\x03\x30\x3d\xb6\x0b\xb8\ \xe3\xe3\xb8\x48\xa0\x90\x48\x14\x72\x29\xaa\xd1\xc4\xf5\x66\x29\ \xbc\x03\x5a\x66\xc2\x74\x6e\xa5\x50\x21\x37\x63\x2a\x5c\x0e\x14\ \x11\x60\x3a\xb9\x56\x2e\x30\x34\x87\x2e\x8b\xdf\x64\x04\x13\x32\ \x99\x41\xd8\x4c\x0e\x02\xb8\x60\x02\x25\x93\x6b\x95\xb8\xd6\xaa\ \x25\x34\x72\x89\xc2\xe4\x74\xaa\xe4\x5a\xb5\x56\x8b\x2b\x0d\x06\ \xa4\x8c\x26\x9d\x1e\x53\x58\x5d\x6e\xb3\xc5\x88\x63\x84\x54\xee\ \xf7\x5a\xd1\x12\x96\x1d\xac\x50\x4f\x10\x26\xb3\x4a\x6b\x56\x13\ \x36\xb7\xc9\xa4\x36\x6b\xb5\xb1\x88\x4e\x8b\x49\xa4\x72\xa5\x52\ \x0a\x67\xbc\x8b\xed\xa2\xb6\x10\x42\x29\x68\x32\x0e\x67\x2a\x31\ \xb8\x71\x73\xd0\x13\x41\xd5\xe3\x76\x8b\x33\x6e\x13\xc9\xed\x7a\ \x8d\x06\x28\xa5\xd7\xa3\x0d\x43\x3a\x9d\x45\x2f\xc5\x55\x5a\x83\ \x5c\xaf\x30\x9b\xf4\x4a\x39\x2e\xd1\x2b\x14\x5a\xa7\x1a\xa2\xa3\ \x5c\xa1\x26\x94\x91\xb6\x57\xa5\xb5\x99\x7d\x91\xb8\xd5\x1f\xf7\ \xab\xe5\xee\xa0\x3f\x14\x77\x45\x83\x01\x17\xf0\xc8\xe0\xf4\x94\ \xe2\x16\xb5\xd5\x6b\x6d\x9e\x19\x9d\x9d\x79\x48\xeb\xf4\x7b\x7c\ \x5e\xb7\x2f\x1a\x71\xd8\x1d\x6a\xaf\xcd\x64\x72\xc7\xdc\x2a\xa7\ \xd3\x1c\x77\x3a\xa3\x9d\x65\xc4\xe1\x0c\x04\x02\xc3\xe0\x7c\xb0\ \xb2\xda\x3c\x1e\x97\xdd\x5e\x4c\x5f\x82\x03\x8e\x73\xc3\x45\x38\ \x34\x19\x15\x27\x33\x57\x38\x1c\x9e\xf4\xc3\xce\xc0\x6c\xdc\x1f\ \xd1\xbd\xd0\x30\xe2\x9f\xc2\xd3\xc7\xc3\xa2\xc7\xe3\xcc\xa5\x43\ \xc5\x51\x37\x7a\x36\x0c\xc6\x57\xa5\x7a\x61\xd5\x9d\xc7\x22\xfe\ \xf6\xeb\x16\xfd\xc5\x15\x5d\x1a\xb9\xe2\xd9\x5e\x71\x39\x1e\x4d\ \x17\x31\xcf\x62\xd1\xac\xe4\xba\x9e\xd5\xd0\xe9\xaf\x26\x06\xd5\ \x54\x76\x9a\xcd\x75\x07\xc9\x44\xf6\xb2\x50\xab\xf5\x43\xd5\x5a\ \x25\xd5\xab\x74\x86\x99\x12\x44\xac\xd1\x59\x1d\x95\x35\x38\x4c\ \x7e\x8f\xc7\xed\xfa\x53\xff\x0b\x1f\x20\xd6\xea\x76\xfa\x8a\xc1\ \xb3\xe6\xb0\x3e\xfa\xdd\xff\xdb\x5f\x5d\x5e\x9c\x17\x72\x63\x8a\ \x3c\x6b\xbf\xbc\x2a\x64\xc7\x74\x21\x49\xcf\x92\x49\xb2\x92\xac\ \x26\x2e\x67\xf3\x5c\xa6\x9d\x03\xc5\x4c\x74\x0a\xbd\xc1\x78\x9c\ \x9f\xa4\xbe\x99\x2d\x73\x49\x92\x4c\x90\xbd\x6f\xe8\xb3\x42\x21\ \xdb\x5c\x66\x52\xa9\x42\x98\x2e\x67\xd2\x99\x67\xd9\xec\x55\xbb\ \x97\x9f\xd6\xda\x74\xe3\xe2\x32\x3f\x26\xf3\xe5\x4c\xb9\xda\x6e\ \x83\x2d\x5e\xa5\x2b\xf0\xef\x4a\x21\x3d\x29\xdc\x34\xe8\xfe\xb2\ \x9f\xbd\xce\xb5\xf2\xb3\x4a\xbf\x3c\xee\x4e\x96\x95\x74\xfe\xe5\ \x57\xcf\x6b\x54\xba\x43\xb6\xe8\xda\x70\x96\xb8\xb8\x5a\xcd\x92\ \xf4\x79\xa6\x56\x4d\x25\x3b\xb9\xcb\x64\xa3\x9d\x1d\x34\x2a\xd5\ \xe4\xf9\x64\x9c\x2e\xa7\xc9\x4c\x9b\xcc\xd3\x54\xee\x3c\xdb\xbe\ \x4e\x66\x6e\x9e\xbf\x78\xfe\xe5\x2f\xbe\xf9\xee\x26\xbd\x4c\x43\ \x0c\xeb\x8f\x53\xd5\x65\x27\xdb\xb8\x48\x96\xcf\x6f\xae\x5f\xdc\ \x24\x6a\xd5\xc2\x72\x39\x98\x92\xd9\x4e\x33\x5a\x1c\x4d\x26\xf3\ \x71\xb5\xbf\x2a\xd6\xfa\xc3\xe2\xaa\xda\xa1\xfa\x93\x19\x95\x1f\ \x2e\x32\xd4\x6c\x51\xa3\x87\xf4\x78\x99\x4c\x93\xd3\xc9\x62\xba\ \x9c\x80\x22\x37\xae\x6e\x5e\xfe\xe2\x77\xdf\xfd\xc7\xaf\xff\xf6\ \x9f\x3e\x7b\xf8\xe9\xa7\x0f\x3f\x7d\xfb\xd3\xcf\xee\xbe\xfd\xe9\ \xc7\x6f\xbf\xf5\xd6\x3b\x77\xb6\x76\x36\x39\xec\xad\x2d\xd6\x06\ \x9b\xbd\xc1\x02\x01\xdc\x66\x30\x20\xc3\x6c\xa0\x36\x56\x68\xdc\ \xe0\x2d\xc4\x36\x37\x37\xc5\x1b\x6b\x4c\x36\xeb\x4f\xeb\xef\xf0\ \x25\x31\x93\xb3\x89\xca\xdc\xd7\x59\x9b\x6c\x34\xb9\x8b\xcd\xe5\ \xee\x9d\x42\x32\x3a\x95\xdd\xb6\xfa\x13\x33\xc4\x7f\xea\xcd\x70\ \x24\xe6\x6c\xb0\xb7\x98\x7b\x2c\x0e\x07\x92\x17\x24\x2d\x08\x3a\ \x10\xc6\x58\x40\x15\x38\x3c\xfc\xe2\xb0\xd0\xed\xbd\x75\x90\xc8\ \x75\xd9\xfa\x11\xa0\x6d\x7d\xef\xc9\x93\xd3\x9f\x80\x0e\x3e\xfa\ \xe1\xc9\xf1\x4f\xfe\xdb\xff\xfa\x6f\xdc\xb5\xad\x9d\x77\x76\x36\ \xd6\x80\x4a\x62\xd6\xa1\x8c\xb5\x81\xd2\x14\x9a\xf7\xb5\xce\x40\ \xed\xb8\xb8\x2c\xd4\xf7\x6f\x9d\x75\x04\xa2\x89\xd6\xad\x40\x2b\ \xc1\x18\x65\x70\xbc\xbd\x63\x34\x06\x51\x2c\x3b\x3e\x05\x3d\xe4\ \x32\xf6\x0e\x51\xaf\xac\x63\xd9\xa3\x93\xa3\xa3\x53\x34\x96\xe2\ \x76\x18\xab\xf8\xf8\xc9\xa3\xbd\x37\x78\x82\xfd\x5d\x91\x40\x04\ \x0e\x84\x29\x85\x00\x29\xb4\x90\xc5\xdb\x85\x84\x75\xb0\x0b\x40\ \x92\xf2\x05\x80\x21\xb4\x11\x46\x05\xd0\xc2\x14\x12\x6c\x5f\x22\ \xd5\x48\x21\x21\x99\x08\x1c\x3d\x1d\x5c\xd1\xbb\xf0\xf8\xdd\x46\ \xa9\x40\x28\xd9\xe7\xe1\x42\xa1\x08\x5e\x88\x8b\x78\x22\x1e\xae\ \xc0\xa4\x20\x81\x10\xd2\x24\x7c\xa5\x80\xcf\x87\x63\x03\x93\x08\ \x1e\xfa\xb2\x48\x22\xda\x55\x68\x70\x3e\xba\x45\x27\x12\x48\xf8\ \x84\x4a\x29\xe2\xa3\x8d\xd1\x3c\x01\xda\x2d\xa3\x54\x2a\x74\x04\ \x5f\x61\x36\xc8\x25\x72\xb9\x9e\x50\x10\xba\xc1\x99\xd5\x14\xb7\ \x18\xe5\x36\x87\x51\xa5\xc1\x25\x46\xa7\x16\x68\xa1\x22\xe4\x16\ \x25\xa8\x1d\xba\x21\xa5\x53\x61\x52\x87\xdb\x65\xb2\x69\x54\x56\ \x1d\x1f\xb7\x18\x75\x3a\x93\xd9\xaa\x92\x48\xf5\x5a\x8b\xd3\x68\ \xb0\x13\x2a\x89\x50\x65\xd6\x98\x20\xbb\x29\xb5\x72\xa9\x5c\x85\ \xf1\x35\x7a\x8d\xd1\x65\xd5\x19\x35\x16\x93\x01\x17\xe8\x5c\x21\ \xc2\x88\x6e\x2b\xa2\x5d\xd6\xe0\x84\x20\xaf\x60\xc3\x07\x3c\xc1\ \x81\x00\xd3\xa3\x4f\xc7\xae\xb2\x39\x6d\xf5\x3a\x64\x17\xbb\xc7\ \xe7\x31\xed\x2a\x4c\x5a\x48\x64\x0a\x5c\xa9\x40\x2b\x72\x6a\x95\ \xd5\xa0\xc2\x34\x60\xb1\x1a\xc2\xea\x04\x9a\x13\x0a\xb9\x90\x0f\ \x02\x2b\xdf\x55\xea\x74\x10\xc1\xc2\x7d\x37\x2a\x1c\x0d\xd8\x43\ \xae\xd8\x22\xa8\xd1\xda\x2d\x16\x6f\xd8\x15\x08\xb8\x74\x36\xaf\ \xdd\xea\x71\x3a\x9a\x6e\xbd\xc6\xee\x70\x39\x5d\xc1\x58\x37\x64\ \xb1\x9a\xbd\x36\xa7\xd3\xe9\xb7\x00\xa4\xac\x7e\x9f\xd5\xe4\x6b\ \x7a\xcc\x96\x90\xc7\x13\xb4\xd6\x97\xf3\x98\xc1\x1b\x0d\x4f\xc7\ \xa5\xde\xa0\xe3\xf6\x44\x3c\x01\x9b\x31\x3a\x4d\xf7\x43\xb3\x55\ \xbe\x96\x03\xdb\x28\xc5\xfa\xf3\x88\xc7\x1a\x9f\xf6\x3b\x45\x5f\ \xa9\x34\x6e\x17\x7a\xde\x33\x8f\xb3\x38\x59\x8d\xf3\x67\xa0\x6c\ \xfe\x1e\x59\xec\x4c\x26\xdd\xe8\x34\x1c\xcb\xd7\x7d\xb1\xfa\x7c\ \xd8\x5d\xd9\x96\x5f\x96\x57\xc9\xcb\x78\x60\xee\xf2\x07\x3b\xd3\ \x5a\x67\x11\x5a\xc4\xfc\xd9\xc1\xa4\x16\xad\x47\xdb\x75\x63\x30\ \x49\x0e\x2e\x52\xb5\x59\xae\x5f\x9a\x5c\xe4\x0b\x2f\x6f\x66\xb5\ \x76\xa8\x9d\x3d\x4f\xd5\x2a\x9d\x44\x2a\x3c\x5e\xf5\x46\xdd\x33\ \x9f\x3f\xec\x34\xb8\x02\x4d\x57\xc8\x6b\x31\x98\x8d\x46\x63\xc8\ \xe7\xb4\xdb\x5d\x56\x8f\xc7\xdb\x0c\x87\x8b\xf4\x3f\xfe\xa1\xb7\ \x20\x3b\xbd\x41\xae\x9d\xae\x2e\xf3\x89\x67\x97\xd5\x72\x8a\x1a\ \xd0\xb3\x54\x2e\x57\x20\xf3\xe9\x97\xbd\x59\xbf\x4f\x15\x56\xa3\ \x56\x6b\x38\xcd\xcf\x3a\x1d\xaa\x97\x7a\xd9\x2f\xb5\x27\xb3\x32\ \x99\x4f\xbd\x4c\x8c\x2b\xd5\xf6\xa0\x9f\xba\x68\x17\x66\x85\x72\ \x9e\x4a\x7c\x51\xa9\xb4\x67\xe5\x04\x5d\xbe\x24\x53\xcf\xcf\x7b\ \x64\xe6\x59\x2a\xfd\xba\x5d\x4b\x57\x0b\xa9\x1a\xbc\xcb\xa0\x70\ \x91\x9c\x0d\x2e\x1b\xf9\x6a\xa1\xdb\x7f\x7d\x5d\xbb\xcc\x50\xa9\ \x5a\x66\xd6\x19\xb4\x93\x99\xec\xcf\xbf\x4c\x75\xfa\xd5\x51\xb5\ \x50\x9b\x15\x6a\x83\xf4\xcb\xfc\x8a\x1c\x0c\x92\x49\x9a\xac\xd0\ \xf9\xec\x75\x23\x53\x1b\x53\x95\x1e\xd9\x4a\xe6\xbe\xbc\x6c\x51\ \x85\x59\x36\xdf\xa3\xab\x99\x5c\xf9\xc5\xb2\x77\xde\x48\x5d\x7e\ \xfb\xf5\x57\xff\xf6\x32\x49\x57\x92\xf4\x75\xa1\xd2\xa2\xa7\x83\ \x14\x78\xe2\xf9\xf5\xcf\x6f\x5a\xcf\xab\xfd\x54\x7b\xba\x1a\x37\ \x97\xb3\x71\x74\x19\x1d\xf5\x67\xc5\x69\xa7\x3b\x8f\x82\x0b\xae\ \x26\x9d\xde\xb4\x36\xa9\x0e\xe1\xd3\x25\x73\xf4\x04\x75\x1d\x1b\ \x50\xe0\x94\xb3\x7e\xae\xd6\xce\xb6\xa9\x8b\x8b\xcb\x57\xd7\xff\ \xf2\xfb\x7f\xfb\xe7\x4f\x3f\xfb\x8b\xcf\xfe\xec\x47\x1f\xbf\xfb\ \xe9\x7b\xef\x3c\xfc\xe8\xa3\x77\xdf\xba\x7b\xf7\xad\x9d\x37\xef\ \xbd\xb9\xb3\xb5\x76\x87\xb3\x85\x96\xab\x18\x90\x9e\xb6\x59\x68\ \x6a\x20\x83\xc9\xd9\xd9\x84\xd0\xb2\xb1\xcd\x66\xb0\x11\xd0\x20\ \x84\x31\xd6\x19\x6b\x9b\xe2\x75\x34\x38\x95\x01\x20\xe3\x6c\xa3\ \x3e\x7f\x0c\x26\xba\xeb\xc7\xe2\xa0\x10\x03\x26\xf7\x68\x7d\x67\ \x0d\x42\x92\x6c\xfd\xf0\x08\x15\x63\x01\xd8\xb6\x50\x5f\x18\x16\ \x20\x83\xc3\x86\xe4\x06\xc9\x0a\x6d\xad\xde\x3b\x62\x6c\xa0\xd2\ \x75\x48\x46\xeb\x47\x47\x7b\x0c\x31\x03\x4d\x89\x58\x47\xd3\xeb\ \xd9\xe2\xc7\x8f\x8e\x7f\xf2\xf9\xc9\x53\x54\xdd\xf0\x93\xcf\xff\ \xea\xbf\x1c\xb2\x76\xee\xbd\x73\x6f\x8b\x7d\xc2\xe6\xae\xcb\x8e\ \xd6\xd7\xd8\x5c\x06\x8b\xb5\xc9\x61\x30\x50\xdf\xc0\x0d\x54\x6f\ \xb5\xce\x15\x33\xd9\xeb\xcc\x5b\x59\x5c\x47\x63\x5f\x81\x93\x68\ \xec\x2a\x2a\x28\x45\x6b\x54\xc7\x32\x19\x1a\xc8\x0a\x56\x78\x78\ \x0c\x8f\xec\xed\xa1\x46\x7e\xc7\xeb\x32\xd4\x6f\x46\x76\x78\x78\ \x72\xfa\xc6\x3e\x6f\x17\x03\x68\xdd\xe7\xab\xa4\xc0\x92\xdb\xca\ \xcf\xfd\x5d\xb8\x5a\xef\x7f\xf8\x80\x8f\xed\xef\x1f\xec\x63\x4a\ \xc1\x7d\x08\x19\x52\xd1\xae\x80\x20\x00\x3f\x7c\x00\x1a\x30\x48\ \x85\x76\x2c\x8b\x44\x02\xc0\x44\xac\x18\x30\xca\x21\x76\xf1\x0e\ \x78\x12\x8c\xcf\xdf\xff\xf0\x40\xaa\x84\x84\xa2\x52\xf2\x51\xe4\ \x12\x49\x6f\xdb\xb4\x80\x08\xf2\x44\x04\x21\x50\x49\xf7\x41\xb3\ \xf0\x5d\xc8\x6b\x4a\x25\x9f\xb7\x2b\xe5\x03\x08\x79\x1a\x0d\xff\ \x40\xaa\xe0\x29\xf4\x42\x4c\x63\x37\x4a\x31\x29\xa4\x12\xbd\x52\ \x67\xd5\xe2\xc8\xf7\x54\x72\x4d\x77\x6e\x37\x79\x8d\x84\x54\x49\ \x48\xf5\x1a\x4c\xa0\xd7\x1a\x31\xa9\x5a\xa1\xb7\xa9\xd1\x0d\x3a\ \xad\x45\x29\xd7\x59\x41\xe5\x2c\x2a\xa3\x19\x5c\x52\x8f\xe3\x7a\ \xb5\x46\x6d\xd0\x4b\x55\x90\xc6\xcc\x1a\x8d\x11\xa8\x87\xb6\x21\ \x12\x98\x5e\x81\xc2\x9e\x12\xc3\xe5\x12\xa1\x42\x67\x50\x1a\xad\ \xc0\x3f\xbd\x5a\xaf\x55\xf0\xd4\x76\x8d\x99\x90\x4b\xa4\x84\x06\ \xb5\x2a\xe4\x01\xb6\x51\xa7\x06\x91\x00\x6d\x56\x42\xad\xbc\x6c\ \x16\x9b\xd3\x3f\xea\x4e\x83\x5e\xfb\xa8\x64\x91\xec\x2b\x9c\x7a\ \x85\x52\xad\xc3\x71\x95\x1a\x62\x22\xa1\xb2\xfb\xe5\xb8\x06\xc4\ \x9a\x50\x1b\xad\xe8\x51\x1d\xce\xe3\xcb\x23\x31\xb5\x52\x6f\x33\ \x5b\xb5\x9a\x51\xd5\x65\xd0\xd8\x82\x61\x9b\x3f\xd2\xed\xba\x22\ \x6a\xb3\x27\xe0\xb4\xb9\x83\x21\x0d\x3c\xea\x0c\x05\xcc\xbe\xb0\ \x45\xae\x32\xda\x3d\x7e\xbf\x7f\x56\x8c\x79\x1c\x26\xaf\xd6\xe1\ \xf4\x37\x23\x10\x2b\x1d\x0e\xa7\xd5\x12\x1e\xd9\xcc\x46\x9f\xc5\ \xe6\x73\xa1\xdb\x84\x16\x93\x3d\x00\xe7\x32\x9c\x2e\x2d\x56\xa7\ \x37\x62\x76\xfa\x9a\xb9\xc1\x62\xb1\x1c\x75\x07\xfd\x68\x27\x16\ \x1b\x76\x47\xfe\x50\xac\x3e\xe8\x44\x7d\x3d\x6a\xd6\x1f\x8f\x5c\ \x43\xbf\xa5\xe9\x5f\x90\x93\xb0\xff\x2c\x6a\x59\x66\x57\x40\x2f\ \xb4\x5d\xb0\x9e\xec\x46\xdc\xee\x6e\x34\x36\xf5\xcd\xd2\xd9\x46\ \xb6\x50\x0f\x15\x03\xdd\xfa\xa8\xda\x0d\x37\x57\xe0\x9e\xdd\xc5\ \x62\x1a\x0f\x47\x97\x13\x6f\x8c\x1a\x2c\xb3\x8d\x5a\x97\x9e\x2f\ \x0a\x89\x5e\x35\xf3\x32\x57\xeb\xcd\x9f\x57\xe1\x3a\x4e\x4f\xc6\ \x83\xe8\x74\x3a\x9f\xcf\xa3\xee\x00\xfc\x58\x89\x87\x3d\x4e\xb7\ \x5d\x03\x59\x57\x6f\x0c\x78\xbd\x71\xbf\xd6\xe4\x0b\x84\x86\xf5\ \x55\x93\xfe\xfd\xef\xe9\x59\x2b\x93\xc8\x26\x6a\x05\x72\x46\xbf\ \x68\xcc\x52\xd7\x33\x3a\xb3\x5a\xe6\x7a\xf0\xe0\x32\x9b\x5c\x4c\ \x66\xd3\xf6\x68\x35\xce\xe5\x26\x7d\x7a\x45\xb7\xc7\xe9\xf3\x4b\ \x6a\x9e\xef\x65\xb3\xc9\x09\x55\xbe\x1a\xd3\x8b\x44\x2e\x7b\x01\ \x71\xab\x96\xa2\x73\x54\xf9\x3a\x57\xcd\x76\x73\xbd\x4e\xfe\xd9\ \xb4\x9f\xba\x1a\xcd\x5e\x65\x12\xe5\x72\xbb\x76\x4e\x66\x5a\x74\ \xaf\x40\x36\x0a\x74\x76\x41\x5f\x67\xce\xaf\xaf\xfa\xc3\x97\x99\ \xe9\x8b\x46\x1e\x14\xb4\x44\x97\xe7\x64\xfa\xfc\xab\x9f\xb7\x7a\ \xf9\xd5\x7c\x90\x00\xa9\xad\xf4\x5b\x95\x55\xaf\x3f\x69\x65\x5e\ \x54\x3b\xe7\x89\x64\xfe\xfa\x65\xe6\xa2\xd7\x6f\x43\xec\x4b\x97\ \x53\x8d\x44\x21\xdb\xae\x65\x7b\x95\x4c\x26\x9b\xbe\xce\xf5\x5e\ \x66\xf2\xa9\x7f\xfc\xcd\xd7\x7f\x59\x49\xfd\xaa\x92\xa9\x9c\x93\ \xd9\x34\x49\x5f\xbc\x6c\x5d\xde\xbc\x78\x76\x91\x7c\x71\x51\xa1\ \x86\x20\xe5\xcb\x21\x49\xd1\xb3\xe5\x74\xb6\x5c\x0e\xf3\x9d\xf1\ \x68\xbc\x1a\x2e\xc7\x63\x6a\x30\x4d\xf7\x56\xb5\x76\xb5\x5d\xc8\ \xe7\x3b\x9d\x15\x4d\x4d\xab\xe9\xda\xb8\x3d\x19\x0c\xce\xab\xbd\ \x97\x29\xb2\xf5\xd5\x3f\xfc\xf1\xbb\xbf\xfe\xed\xdf\x3d\xfc\xdb\ \xcf\xfe\xe2\xbf\x7e\xfa\xf0\x07\x0f\x3f\xfe\xe8\x3d\x54\xe2\xfe\ \xee\xdd\xcd\xb7\xef\x70\xb6\x37\x19\x9b\x90\x9a\x36\x21\x4e\x01\ \x8b\x50\xef\x18\xd6\xfa\xda\xe6\x36\xaa\x2d\x67\x6e\xdc\xd9\x5c\ \xdb\xd9\xba\xdd\x4f\xb8\xb1\xb5\xc6\xd8\x66\xde\x4e\x28\x04\xe7\ \x03\x62\xb0\xc5\xdb\x8c\x0d\xc6\x3a\x7b\x83\x8d\xb4\x4c\xb6\x77\ \x78\x8a\xe6\xa0\x6e\xc3\x71\xd8\x5c\x31\x0b\x54\x0c\x51\x8d\xb9\ \x01\x8e\x89\xa6\x18\x72\x01\x30\xdc\x3d\x2e\x13\xc8\xc1\x66\x1e\ \xaf\xaf\x8b\x39\xdb\xb7\x45\x5c\xeb\x10\x7d\x50\x83\x76\x00\x96\ \x18\xed\x56\x96\x71\x9f\x3c\x3e\x7c\xf2\xf4\xe4\xc9\xe3\xd3\xcf\ \x3f\xff\xfc\xf0\xe9\xd3\x43\xf6\x5b\x6f\xb2\xc1\x4d\x65\x60\xad\ \x9c\xbd\xbd\x75\xb0\x4d\xb0\x51\x36\x12\x4c\x54\xf4\x8e\x8a\x1d\ \x64\xb7\xf5\xf4\x7b\x32\x36\xda\x29\xb4\x07\xd2\x89\x9c\x13\x85\ \xaa\x23\x2e\x5a\xbe\x3a\x01\x37\x3c\x39\xe1\x1e\x1f\xae\xb3\x51\ \x35\x3e\x77\x4f\x06\x8f\x70\x19\x68\x93\x0e\x9a\xa0\x73\x7c\xf8\ \x86\xe8\xc1\x87\x07\xbb\xbb\x02\x01\x5f\x2a\x51\x40\xb2\x52\x48\ \x77\x05\x98\x08\x57\x41\x08\x02\x41\x14\x61\x18\xa6\xc4\x0f\x0e\ \x84\x12\xbe\x60\x97\x87\xca\xd3\x45\xe8\x21\xd4\x29\x4a\xa5\x51\ \x40\x26\x02\x3e\xe9\x4d\xf1\x92\x4b\x6b\xd6\x60\x7c\x30\x44\x3e\ \xc1\x17\x09\xf7\x85\x0a\x1c\xe7\xa1\x36\x08\x3c\x91\x44\x41\xf0\ \x51\x4f\x2d\x29\x0f\xf9\x26\x4f\xce\xc7\xf9\xf0\x6e\x38\x26\xe4\ \xe1\x60\x4d\x68\x3d\x8b\xc0\x44\xbb\x3c\xbd\x56\x29\xf8\xff\xf7\ \x2e\xdb\x6d\xb8\x50\x01\x29\x47\x2a\xd5\x59\x8d\x2a\xe0\x09\x41\ \x10\x96\xb3\xbe\xd7\x6c\xd1\x69\x8d\x84\x44\xaf\xc6\xf9\x3c\x89\ \x5e\x8b\x4b\x15\xb8\x9c\x00\xc3\xc3\x08\x9d\x4e\xc2\x43\x3b\x6a\ \x0e\x30\xa5\x9c\xc0\xd5\x56\x35\x01\x67\x06\x42\x26\x57\x68\xf4\ \x00\x2d\x0c\x20\x2b\x55\x2a\x75\x1a\x25\x6a\x0c\xc8\x93\x10\x5a\ \x82\x87\x63\x52\x9c\x30\x29\xf8\x66\x07\xe8\xa1\x8e\x10\x68\xb0\ \x5d\xb9\x49\xa9\x52\xab\x00\x6d\x2a\x74\xfa\x42\xa5\xf0\x01\x9f\ \x2f\x94\xab\x10\x6a\x31\x0c\x60\x6b\x77\x69\x1c\xb1\x52\xb8\x0b\ \x52\xe6\xf3\xab\x71\x9e\xc6\xaf\x53\x12\x1a\xb5\x04\xbf\xbd\xab\ \xa0\xd0\xfb\x3d\x7a\x88\x94\xc0\x2b\x42\x6d\xd1\x29\xe5\x1a\x85\ \x4a\xaa\x90\x7b\x63\x46\x85\xc5\xe1\xd0\x4a\x55\xcd\xe7\x25\x85\ \xdc\xe2\x8d\xbb\x03\x67\xa3\x91\xd5\x8b\x72\x95\xd1\xe8\xf1\x07\ \xe1\xbb\x32\x05\x7d\x6e\x83\x3f\xea\x36\xaa\x0d\x81\x90\xd3\x02\ \x6f\xe1\x76\x84\x3c\x3e\xad\xdf\x63\xf4\x45\xac\x10\x20\xad\x16\ \xab\xbb\x39\xb7\x69\xec\xde\x40\xc0\x67\x89\xc4\xa6\xc1\x68\xdc\ \xe9\x8d\x37\xc3\x67\xe3\xa9\xdb\xed\xf3\xb8\x6c\x4e\x4f\xd4\x5b\ \x6c\x76\x87\x23\x6b\x30\x16\xee\xba\x4d\x8b\xe1\x30\x58\x9c\x36\ \xab\x35\x5f\xb4\x90\xcd\xd2\xf9\x8e\x67\x10\xf6\x05\xed\xb1\x49\ \x9b\xf6\xc7\x9a\xfe\x55\x7d\xda\x1d\xd3\xd3\x40\xd4\x1a\x4e\x0f\ \x46\xf6\x68\xd4\x12\x6c\x5a\x46\x54\x2f\x4b\x51\x73\xa7\xd3\xba\ \x5c\x2c\xea\x83\xe9\x7c\x59\x8a\x85\x57\xf3\x45\x67\x19\xad\xc7\ \xe7\xc1\x52\x3b\x51\x28\x5c\xe7\x9b\xd9\xf9\x38\x35\x1d\x64\xd3\ \x37\xb3\x45\xbf\xdb\x4a\xf7\x66\x64\xb5\xbb\xe8\x47\x67\xe3\xb3\ \x66\x31\xea\xf6\x97\x9c\xf6\x52\xc8\x63\x33\x1a\x74\x76\x9b\x82\ \x30\x39\x5d\x01\xab\xc3\x69\x8c\xf8\x22\xc5\x59\x2e\x5a\xfd\x97\ \xaf\xa6\x64\xa3\xfc\x2c\x31\x1e\x66\x5a\xc5\x9b\xdf\xa5\xc7\xb9\ \x6c\x2d\x99\x19\x4e\x6a\xe5\x4c\xa1\x37\x4e\x34\x00\xc1\xa3\xce\ \xb0\xbf\x02\x4d\x03\x07\x1b\x53\xd5\x04\xf9\xbc\xb2\xa4\x48\xb2\ \x03\xd8\x2a\xaf\x86\xab\x5e\x03\x0d\x07\x2c\x53\x33\x34\x89\x10\ \xac\xf0\xf2\x6a\x72\xd1\x9a\xcd\x7a\x9d\xd4\x45\x72\x3e\x2b\x14\ \x7a\xb3\x5c\x82\xcc\xd5\x2a\xd7\xb5\x45\x3e\x97\xa8\xd4\x80\x04\ \xa9\xf2\x17\x37\x57\xed\xc1\x55\xa6\x93\xe9\x14\xce\xa9\xf6\xf8\ \xea\x66\x92\x9d\x55\xbe\x7c\x95\x1c\x77\xc6\x63\xf2\x15\x50\x2c\ \x31\xcb\xd5\x3a\x83\x0c\x59\x78\x56\x1e\xcf\xae\x6a\xb9\xe7\x97\ \x85\x6c\xa3\x43\x53\x55\x3a\x9f\xb8\x4e\x9e\xa7\x0a\xf9\x5c\xbe\ \x97\x68\x25\x32\x99\x67\xc9\x42\xa2\x90\xbe\xfe\xe2\x1f\xff\xf1\ \xd5\x2f\x9e\x3f\xfb\xfb\x8b\xcb\x17\x37\x95\x5e\xbe\x9d\x3c\xbf\ \xfc\xf2\xcb\x6f\x7e\xf9\xc5\xcb\xf4\x97\x57\xe9\xce\xf0\x6c\xda\ \x5d\x0d\xb3\xd5\xd9\x60\x55\x5f\xd4\xbb\xe3\x6c\xbb\xbb\x6a\xc2\ \x0f\x97\xfa\x2c\x3f\x9c\x14\x0a\x83\xc1\xa0\x3a\x20\x21\x6e\x65\ \xd3\x1d\xf8\x76\x93\x54\xbb\x40\x8e\x7b\xe5\x74\xf5\xa2\xf2\xe2\ \xf9\x1f\xff\xe3\x6f\xfe\xfd\x7f\x7f\xff\xfd\x0f\x3e\xfd\xec\x47\ \x9f\x7d\xf0\xde\xbb\x1f\xff\xe0\xe3\xb7\xdf\x7f\xff\xed\x9d\x3b\ \xf7\xb6\xb7\x37\x18\x1b\x6c\xc6\x26\x28\x20\x5a\x27\x02\x41\xe3\ \xae\x6f\x6e\xa0\x7a\x4f\xd4\x12\x86\x8b\xe8\xb5\xbd\x79\xef\xce\ \xe6\xf6\x1a\x6a\xeb\xbe\xc6\x58\x67\x42\xa2\xe2\x70\xd7\xd9\x77\ \xb7\x41\xc7\x36\x77\xd6\x98\xeb\x0c\x06\x08\x1f\x20\x62\xef\xf8\ \x10\x92\x0b\x97\xc3\x39\xe4\xae\xb1\xd7\xd6\x8f\x6f\xeb\x0e\xd0\ \x02\x3c\x03\xcd\xac\x60\xa0\x7d\xd0\xb2\xa3\xcd\x35\xd4\x59\xf4\ \xe8\x64\x0d\xed\x02\x62\x33\xd1\xad\x48\xa4\x83\x68\x58\xbd\xec\ \x18\xcd\x93\x38\x3a\x91\x3d\xfa\xfc\xf1\xd3\xcf\x9f\x3c\x7e\xfa\ \xe4\x27\x4f\x4f\x1f\x3d\xfd\xfc\x68\xed\xee\xbd\x6d\x88\x6d\x70\ \xa8\x75\x34\xa3\x62\x1d\xe4\x94\xc9\x59\x5b\x43\x6d\xe2\x41\x0a\ \x81\x9b\x47\xeb\xc0\x2d\x2e\xaa\x9e\x40\x35\xa4\x2c\x34\x62\x9a\ \x05\x6f\x88\x06\x13\xc2\xbf\x4f\x8e\x1f\x9f\x42\x74\xdb\xe3\xca\ \xd0\x5b\x9d\x1e\x1f\xa1\x62\xd1\x23\xb4\xd8\x7f\x78\x7a\x7a\x22\ \x46\xd3\xbe\xde\xc0\x20\xe5\xf0\x76\x81\x1c\x18\x1f\xed\x48\xe1\ \xf1\x44\x7c\xc1\xf7\x04\xe8\x1a\xe5\x0b\x44\x0f\x44\x2a\x4c\xa9\ \xc4\xef\x7f\x0f\xa2\x97\x44\x89\x1a\x8f\x0a\x05\x0a\x1c\x32\x96\ \x00\x33\xab\x09\x39\x06\x17\xb3\x10\xb3\x17\x8b\x1e\xab\x42\x87\ \x0b\x31\x30\x41\x0c\x43\xb5\x00\x00\x0b\x0c\x7e\xc1\xd3\x30\xbe\ \x9c\x2f\xda\xc7\x70\x42\x28\x15\x02\x38\x24\x84\x46\xa5\x10\x81\ \x70\xf2\x15\x3a\xd4\xef\x0f\x93\x08\x25\x98\x08\x68\x62\x20\x78\ \x72\x29\xf8\x1b\xa8\x94\xc1\x0c\xec\x94\x2a\xd5\xa8\x5b\x8c\x1a\ \x57\xcb\x81\x05\x72\x63\x70\x06\x17\xa5\x41\xaa\x20\xa4\x7c\x15\ \x81\xc3\x29\x03\x37\x15\x42\x85\x5a\x8e\xa1\xde\x32\x4a\xc1\xf7\ \x24\x98\x50\x28\xc0\x55\x70\x78\x85\x4a\xa1\xe7\xa1\x87\xa5\x4a\ \x3e\xdf\x66\x44\x5b\x79\x70\x9c\x40\x77\x0c\x09\xd4\x49\x02\x93\ \x4a\xd4\x6a\xa5\x02\x0e\x0d\x51\x4d\xa2\x37\x03\x10\x15\xa8\x3b\ \x2a\x0e\x40\x52\xeb\x54\x2a\x95\x5e\xc9\x23\x44\xbb\x12\x10\x62\ \xc9\xbe\x48\x22\xe4\x63\x0a\x4c\x22\x3a\xe0\xa9\xfd\x5e\xb5\xc3\ \x09\x09\x22\x16\x70\x59\xcc\x52\xa9\x50\xee\x85\x94\x29\x85\xb3\ \xc1\xf4\x06\x42\x8a\xab\x8c\x5e\x8b\x90\x2f\x57\x12\x5a\x5c\xe5\ \xd3\xf2\x71\x3d\xd0\x53\xa5\xb2\x87\x4c\x0a\xad\xc9\x2c\xd7\xa8\ \x63\xb9\x89\x46\xe9\x8b\x04\xdd\xae\x40\xb7\xe8\x44\x5b\x07\x6d\ \x2e\x8d\x35\xe2\x75\xbb\x3c\x10\x92\xc0\x05\x43\x6e\xbd\xda\xee\ \x0b\x45\x83\xc5\x71\xd1\xe7\x76\x44\x02\x56\x9b\xd7\x11\xf2\x5b\ \x1d\x36\x9b\xcd\xee\xd6\x06\xbb\x0e\xb3\xdd\xe9\x00\xc3\x8a\x4c\ \xa7\xa5\x40\x24\xe2\x89\x47\xc3\xf3\x7e\xc0\x04\x27\xe4\xf0\x3a\ \xbd\xfd\x28\xbd\x08\xce\xfb\xc1\xd0\x99\xaf\x1b\x09\xb4\x3b\xcb\ \xd8\xd9\xa8\x39\xe9\x87\xa3\xbd\x54\x3a\xd3\x99\x7a\xd2\x21\xbf\ \xc7\xbb\x2c\x76\x32\x67\x11\x00\x50\x73\x31\x4b\x4d\x46\xf1\xba\ \xcd\x3d\x1c\x17\xe3\x67\x71\x7f\x38\x66\x3b\x9b\x4d\xd2\x85\x6c\ \xd3\x33\xf7\x35\xdb\xb5\x59\xa5\x3d\x1a\x06\xe2\xc1\x58\xb3\x14\ \x2c\xf9\xa3\x91\xb0\x27\x46\x36\x2a\xbd\xe7\x9d\x79\xb2\x3d\x85\ \xeb\x6d\x92\x2e\x4f\xb2\x83\x71\x6d\x55\xa5\x7a\xe4\xb2\x38\xb6\ \x14\x97\xa3\xc0\xd9\x2a\xe2\x76\x18\x6c\xbe\x78\xd0\xa1\x33\xa8\ \x4c\x5a\x9d\xda\x64\xb2\xb9\xac\x2e\x6f\x3c\x1a\x8d\x4c\xfb\x93\ \x61\xfe\x0f\xbf\xa1\xf2\xb3\xc6\xeb\xf1\xb0\xd7\xa8\x34\x53\xaf\ \x2e\x13\xe5\x4a\xbb\xf0\xbc\xd0\xef\x5d\x0c\xe8\x24\x78\x5a\x7f\ \x98\x1f\xd4\xaa\xcb\x2e\x99\x5c\x54\xb3\xcb\x42\x25\x93\x3f\x7f\ \x59\x6d\x56\xa9\x7e\x96\x5c\xa5\xbf\xc8\x75\xe9\x46\x32\x9d\x4c\ \xe7\x2f\x72\xed\x2f\x6e\xc8\x5e\xe1\xd9\xf3\x8b\x8b\x7e\x9a\xca\ \x65\x7b\xb9\x6c\x32\x4d\x25\xc8\x74\x36\x7b\x91\xc8\x5f\xe6\x06\ \x95\x0e\xa4\x99\x1e\xd9\x1e\xd2\x54\xa1\xdc\xaa\x80\xb0\x7e\x91\ \x68\x74\x7a\x99\x46\x36\xb7\x48\xf5\xfa\x19\x3a\xff\xec\xa2\x05\ \xd0\xe8\xe6\x5f\x3c\xa3\xd2\x79\x1a\xf2\x4e\xe1\x3a\x7d\x79\x9d\ \x9c\xb5\xf3\xf4\xf9\x75\xfa\xaa\x02\xc9\xb1\xdc\xa3\x72\xf9\x4c\ \x2a\x4b\xb6\xaa\x85\x36\x7c\x9f\x8d\x0c\x9d\x48\xa7\x73\xe4\x97\ \x2f\x5b\xdf\xbe\xfe\xc5\xd7\x5f\xfd\xfc\x57\x5f\xdc\xa4\x53\xf9\ \x4e\x35\xd5\x3a\x4f\x3f\xff\xea\xf7\xbf\xfc\xe5\xf5\xf3\x57\x85\ \x1e\xdd\x5f\xd2\x9d\xc9\xa2\x53\x9d\x4e\x96\x8b\x70\x3d\xdc\x2f\ \xf7\x86\x8b\xc5\xa2\x38\x1d\x4d\xab\xb5\xd5\x98\x86\xef\x66\xda\ \x86\x6c\x38\x99\x25\x07\xfd\x59\xae\x47\x77\x72\xf9\x2c\x59\x68\ \xbd\xfa\xe6\xf5\x2f\xbe\xfd\xd9\xff\xf8\x9b\xff\xf9\xf0\xe3\x3f\ \xfb\xe0\x83\x4f\x3e\xf9\xf4\xef\x3e\xfa\xf4\xe1\x47\xef\xbf\xf5\ \xd6\x5b\xdb\x9b\x5b\xdb\x9c\x9d\x8d\x8d\xad\x4d\xce\xd6\x06\xd0\ \x8a\x09\xd1\x65\x9d\xb1\xc1\xdc\x44\x95\x51\x9c\x35\x26\x67\x9d\ \x8b\x6a\x44\x77\xb6\x37\x37\x39\x6b\xa8\xb2\x01\xb2\xd5\x1e\x03\ \xfe\x0d\x11\x6c\x6d\x67\x13\x2d\xc8\x6f\x80\xeb\x01\xd3\xd0\xfd\ \x3f\xf1\xe1\x23\x34\x36\x0b\x18\x27\x43\x2e\xc8\x46\xad\xa8\x80\ \x59\x2c\x31\x17\x19\x24\x93\x8b\xfa\x90\x72\x59\x20\x96\x0c\x26\ \xb0\x83\xbb\xc7\xd8\x00\x94\xb1\xd1\x0e\x45\xae\x8c\x29\x86\xd7\ \xc8\x50\x0b\x2b\xd4\xab\xe6\xc7\x7f\xfe\xc3\x27\x4f\x8e\x4f\x3f\ \x7f\xfa\xf4\xc9\x93\xd3\xc7\x4f\xb9\x1b\x77\xb6\xee\xbc\x7d\x77\ \x8b\x0b\x6c\x5b\x3f\x42\x25\x12\x4c\xce\x1e\x50\x6b\x13\x4d\x94\ \xde\xd8\x60\x6d\xa3\xcd\x3f\xac\x35\x06\xa4\xbe\x75\x08\x60\x62\ \xc8\x60\xeb\x10\xf2\xd0\x93\x8f\x18\xdc\x23\xb4\xa1\xf0\xf0\x18\ \x95\x5d\x9c\xa0\xf6\x7d\x68\xd2\xea\x13\xd4\x52\x66\x0f\x18\x7b\ \x2c\x7e\x7c\x7c\x72\x72\x7a\xfc\x06\x4f\x08\x57\xe6\xbe\x08\xc2\ \xc9\x81\x80\x2f\x94\x48\x71\xbe\x08\x35\x44\x06\x86\x61\xbc\xfd\ \xfb\xbb\xfb\x18\x2a\x77\x10\x88\xa4\x90\x9e\xf8\x00\x35\x09\x5c\ \xff\x08\x38\x98\xce\xa4\xd6\x28\xc0\x94\x70\x89\xd4\x5e\x0f\x58\ \xcd\x72\x3e\xb0\x40\xb0\x8f\xa3\x38\x03\x8c\x11\x49\x94\x0a\xec\ \xc1\xf7\x30\x85\x00\x90\x24\xc4\x95\x4a\x9e\x42\x80\xb6\x15\xf2\ \xf5\x2a\xe9\xc1\xf7\xe0\x31\xd4\x40\x99\xd0\x2b\x78\x70\xcd\x4b\ \xe4\x84\x92\x90\xef\x62\x42\x42\xa5\x54\x0a\x84\x46\x07\x06\x19\ \x4d\xa2\x50\xf1\x55\x4e\xad\x14\x35\xba\x02\xd9\x8b\xf6\xe2\x1e\ \xaf\x49\xa2\x54\x03\x01\xa5\x0a\x21\x9c\x1d\xce\x93\xf0\x55\x20\ \x1d\x12\x25\xc0\x69\xff\x40\xae\x91\xf0\x20\xae\xa1\x16\xef\x84\ \x4e\xc3\x07\xf4\x29\xf4\x38\x4f\x61\x32\x08\x76\x01\x63\x84\x52\ \x89\xa9\x8c\x72\x25\xea\x9e\xac\x94\x28\x55\x72\x89\x5c\x2f\x95\ \xaa\x25\x26\x97\x5c\xaf\x92\x2b\xe5\x7a\x0d\xa8\xa6\xd3\xa8\x57\ \x03\xec\x14\x10\xad\xa4\xf0\x09\x08\x05\xbb\x40\x2b\x09\xba\x8b\ \x20\x80\x8f\x82\x30\xda\xac\x6e\xab\x3b\x10\x74\x05\x9c\x6e\x02\ \x12\xa0\xc6\xaf\x02\x26\x1a\xf4\x0a\xb9\xda\xa1\x52\xcb\x15\x66\ \xb3\x04\x43\x9b\x73\xf4\xb8\xcd\xa5\x15\x0a\xf5\x84\x41\x2f\xd7\ \xb9\xdc\x72\x35\x98\xa7\x44\x65\x6e\xce\x42\x06\xb9\xd3\x55\xb2\ \x43\xdc\xe8\xfa\x3d\x6a\xa7\xdf\xa2\x56\x19\xe3\x21\xb4\xc2\xa3\ \x77\x05\xfd\x9e\xa6\xd3\x68\xf1\xf8\xdc\x1e\x9f\x33\x1c\x08\xda\ \xbd\x7e\xbb\x1d\x80\x15\x88\xd8\x0d\x4e\x93\xda\x1b\x76\x78\xba\ \x2e\xb3\xd7\x66\x01\x3f\x8c\x8e\x17\x21\x7b\xc0\x69\xf7\xc5\x8b\ \x4b\x2a\x6c\xf1\x79\x1c\x0e\xbb\xc7\x33\xab\xd5\xe6\xa3\x79\xa7\ \x9f\x2b\x96\xa6\x4d\x6f\xaf\x1a\x9e\xd7\xc3\xcd\x65\x3f\x56\x9a\ \x94\x5b\xd5\x78\xd1\x3b\x09\x6b\x8c\xb1\xd9\x62\x92\x2d\x2d\xda\ \xc5\xe0\xb0\xbb\xec\x74\x02\xee\x90\xd3\x33\x9a\x07\x82\xc1\x60\ \x74\xe8\x73\x80\x10\x4e\x1a\xad\x62\xbd\xe4\xaf\x27\xda\xc3\xce\ \xa8\x5b\x74\x19\xe3\xab\x52\x69\x5e\xf2\xf8\xa7\x67\xce\x58\x8d\ \x24\xc9\xe4\xf8\x8c\xce\x9f\xf5\xae\x72\xed\xe4\xf5\x59\x6f\xd8\ \xcf\x0d\x07\xb9\xf4\x45\xb8\x39\x0b\x9e\x0d\xeb\x81\xd8\xb8\xe4\ \x0b\x9a\x4c\xb1\x90\xdd\xe4\xb2\x28\x0c\x7a\xad\xcd\x6a\xb2\xda\ \xdc\x5e\x4f\x24\x56\xf2\x8e\x96\xc5\xc5\xe0\x57\xdf\x8c\xfb\x74\ \xea\x9c\xec\xf4\x93\xa9\x28\x99\x6a\x14\xfa\xb5\x7c\xfe\xba\xdd\ \xa1\x12\xad\xfc\x20\x93\xa4\xea\xf4\x8c\x2a\x64\x6b\xd3\x67\xe9\ \xd9\x80\x1e\x5f\x5e\x25\xd2\xa9\x9b\xf1\x3c\x55\x01\x20\xcd\x72\ \x5f\x56\xfb\x3d\x32\xdf\x23\xcb\x64\xa6\x52\xcb\x15\x52\x85\x8b\ \x9b\x56\x2a\xdd\xc9\xb6\x1b\xd9\x76\x3a\x55\x79\x91\xab\x91\x57\ \xad\xf3\xc4\x79\xe1\x75\xbb\x96\x5c\x2d\x52\x39\x32\x91\x1f\xce\ \xc8\x9b\x54\xf2\xab\xea\x32\xff\xb2\x91\x4b\x66\x12\xa9\x2c\xe0\ \x01\xed\x47\x4c\x3d\xbb\xca\x92\xa9\x4e\x2d\x9f\xc9\xa4\xcf\xe1\ \xc1\x1a\x95\xbf\xec\x55\x93\x54\x35\x35\x6b\xa7\xae\xbf\x78\xf1\ \x2c\x53\x6d\x64\xab\xd7\x17\xbd\x7c\x2f\x59\x4b\x8d\x0b\x99\x44\ \xa1\xfa\x0a\x72\xda\x15\xbc\x3e\x71\xf9\xf2\xcb\x97\x7f\xff\xea\ \xfc\x59\xeb\xea\xbc\x01\xe7\x42\x25\xcb\xd7\xe5\xab\x9f\xff\xe6\ \xe5\x37\x95\x56\x66\x56\x03\x0f\xec\x57\xbb\x93\xfc\x74\xb8\x8c\ \xc7\xce\xe6\xd3\x71\x7f\x5a\xa3\x87\xcb\x69\xb4\x34\xc8\x0f\xfa\ \xab\x4e\x9f\xec\xb7\xc7\xed\x29\x9d\x9d\xf4\x7a\xbd\x09\x9d\xc9\ \x0d\xe8\x74\x2e\x91\xaa\xbc\xfa\xf6\xab\x6f\xff\xcf\x77\xff\xf7\ \xa7\xbf\xfd\xe4\xe1\xf7\x3f\x7d\x67\xf3\xe3\xf7\x3f\x7a\xff\x83\ \xf7\xdf\x7e\xfb\xce\x3b\xef\xec\xbc\x79\x67\x6d\x6b\x67\xe3\xee\ \x1d\x48\x58\x77\x20\xb6\x88\xd7\xb6\x21\xa6\x6c\xb3\x51\xf1\xc0\ \xe6\xf6\xe6\x1a\x47\x0c\xe6\xc5\x06\xa8\x71\xd8\xec\x0d\xf8\x27\ \x93\x89\x06\x0b\x22\x05\x84\x58\x73\x67\x83\xb5\xb9\xc6\xd8\x58\ \xe3\xa2\xd9\x13\x6c\x06\x1a\x25\x71\xf2\xe8\xe4\xe8\x04\x20\xb5\ \xb6\x89\xaa\x1a\x64\xeb\xac\xbd\x23\x88\x5f\x2c\x96\x98\xb5\x89\ \xc6\xe7\xb0\xd6\x51\xf3\xac\x63\x36\x4a\x63\x10\xa7\x80\x31\xe8\ \x4e\x23\x4a\x72\x7b\x9b\xf0\x8e\xb2\x23\x99\x98\xc1\x06\x7e\xc9\ \x7e\xf8\x57\x7f\xf5\x04\x8d\x67\x7e\x72\x88\x8a\xdd\x7f\x78\x74\ \x67\x67\x73\x67\xe7\xcd\x2d\x06\x1c\x15\x75\x79\x60\xc9\x58\x4c\ \x19\x2a\xbd\xe2\x30\xd0\xe6\x42\x31\x13\x32\xd5\xb1\x98\xc9\x64\ \xc2\x3b\x71\x0f\xb9\x62\x94\xc2\xd8\x9b\x6c\x2e\x1a\xed\x2c\x83\ \x37\x3a\x91\x9d\xec\x1d\x1d\x72\x51\x1f\x19\x80\xd8\x31\xbc\xcf\ \xe9\xe1\xd1\xd1\xe3\x13\x16\x9c\xf1\xf1\x63\x10\xc2\x93\xa3\x37\ \x24\x82\x07\x07\x70\x3d\x8a\xe4\xd2\x7d\x9e\x40\xb8\x8f\x29\x85\ \xbb\xfb\x90\x13\x30\xb4\x9f\x46\x08\x0f\xf0\x94\x3c\xec\x80\x07\ \xfe\x25\x44\xa3\x25\x20\x35\xed\xa2\xb6\xee\x22\x1c\xd3\xc9\xf9\ \x20\x76\xf0\x04\x89\x23\x1e\x70\xd8\x14\xf0\x64\x09\x4f\x40\x10\ \xca\x5d\x11\x2e\xe1\xef\xc2\x0b\x14\xd8\x7f\x02\x0a\x29\x84\xc0\ \x1f\xb5\x52\x8a\x36\x54\xf3\x14\xf0\x4b\x2e\xe1\xf3\x05\xfb\x3c\ \xc8\x4a\x12\xc8\x6f\x1a\xbd\x5a\x4e\x00\x9c\x40\x2e\x05\x4a\x5c\ \x20\x27\x30\x94\xb0\x08\x05\x44\x3a\xa1\xdc\x61\xc4\x95\x2a\x9c\ \x90\x48\xa4\xee\xf1\xc8\x2e\x57\x48\x30\xa9\x80\xa7\xd0\x28\x79\ \xbb\x12\x21\x0f\xdc\x55\xa9\x50\x69\x15\xe8\xc6\x00\xce\x97\x1a\ \x25\x07\x02\x78\x44\x20\xd1\xe0\x2a\x2d\x88\xa9\x10\x17\xee\xe2\ \x10\xa0\x40\x53\x31\x5c\x05\xe2\x29\x21\x04\x90\xdc\xf8\x68\x91\ \xdc\x2c\xe5\x01\xa6\x50\x2c\xf2\xfb\x0c\x52\xa0\x14\x22\x9d\xda\ \xa1\x54\x69\x30\xa9\x5e\x4b\xdc\xbf\x2f\xd9\xdd\x17\x02\xa6\x84\ \xf0\x00\x26\x91\x4a\x01\xb4\xbb\x7c\x30\x33\xab\xc9\xee\x72\x83\ \x11\x7a\x74\x2a\x88\x97\x16\xad\x44\x4a\x80\xa4\xaa\x70\x8d\x4a\ \x2e\x57\x42\x60\x53\x2a\x55\x66\x15\xc1\xd7\x78\x4d\x52\xa1\xce\ \xa4\xc3\x35\x46\xb3\x4d\xab\xd5\xeb\xad\x7a\x89\x65\x9e\x28\xca\ \xe5\x1a\x6f\x30\x6e\xb7\xb9\xcf\xdc\x1e\xb3\x16\xd8\xe3\x77\x05\ \xed\x4e\x9b\xdb\x6a\x0c\x04\x9d\xf1\xa8\xc7\x66\x0d\x34\xfd\x46\ \xa7\x33\x18\x8f\x39\x2c\x01\x3f\xb0\xcc\xd2\x8d\x5b\xad\x1e\x9b\ \x23\xe0\x77\xc4\xbb\x71\x93\x55\x6b\xf4\x78\x43\xb1\x69\x28\xae\ \xf3\x1a\x2d\xae\x70\x70\x98\x6b\x6a\xd5\x16\x93\xdd\x61\x73\xe6\ \x7b\xf3\x7a\xbd\xb4\xa0\xa7\x8b\xf0\x59\xd8\x37\x2d\x84\xc2\xb1\ \x65\x38\x3f\xf0\x79\x4b\xbd\xfc\xac\x38\x6a\x0e\x43\x46\x53\x64\ \x35\xcd\x0d\x9d\xb1\x85\x6f\x31\xe8\x8c\x97\xd4\xb2\x18\x0d\x78\ \x9a\xc3\xe2\x22\xe2\xf6\x86\x9b\x71\xba\x97\xc8\xe6\x56\xc3\x68\ \xd4\x15\x58\x15\x87\x91\xe2\x72\x1e\x75\xf8\xba\xa5\x22\x5d\xf2\ \xc7\xc8\x61\x24\x96\xcc\xf6\xc8\x54\xb5\xde\x9e\xcf\x0b\x95\x6c\ \xa3\xf5\x72\x59\x9d\x2c\x13\xfd\x49\xbb\xbd\x88\x56\xf3\xd6\xd5\ \x38\x18\x2d\x06\xa3\x91\xa8\xd5\xe9\xf6\x46\x1c\x4e\x27\xda\xb5\ \x64\xb0\xba\x1d\xce\x78\x28\xe2\x8a\x87\x3c\x45\x7a\x58\xaa\xfe\ \x5b\xca\x1b\x9f\xa6\x1b\xc9\xec\x30\x97\x1e\x5d\x25\x13\x89\x74\ \xa5\x36\xae\xe4\x3b\x95\x8b\x54\x2f\x9f\x7d\x91\x0b\x0c\x72\xbd\ \x1a\x59\x68\x0f\x12\x54\x27\x9d\x2b\x97\x2f\xd2\xe9\xeb\xc9\x24\ \x51\xeb\xe5\x06\xcb\xcc\xc5\x6a\x52\x26\xa9\xda\xcd\x4d\xa2\x0c\ \x8f\x91\xad\xf3\x4c\x83\x2c\x77\x06\x93\x45\xad\x47\xa5\x72\x97\ \x85\xd5\x6c\x5a\x4e\x66\x2f\x5f\x9f\x27\x27\x79\x32\x41\x55\xc9\ \x2a\x49\xb6\xdb\x34\x59\xb9\x7e\x9d\xaf\x26\x2f\x1a\x54\xae\xd7\ \x2f\xe7\x16\x83\x74\x67\x40\x5e\x5c\x7e\xfb\xba\xd6\x6f\x8f\x6a\ \xc9\xc4\x64\x90\x69\x91\x74\x7f\x4e\x5e\xb7\x1a\x89\x41\x17\x54\ \x34\xfd\xec\xd5\xb3\xf3\x46\x96\x4c\x53\x85\xab\x6a\x35\xf1\xac\ \x55\x5d\xd4\x5a\xed\x4a\xee\x59\x82\xaa\xdc\xa4\x2b\x97\xd7\x17\ \x37\x5f\xff\xf2\xdb\x5f\xb6\x5a\xa9\xe7\x95\x64\xba\x4d\xa5\x92\ \xe5\xd7\xaf\xbe\xf8\xd5\xef\x9f\x97\x2f\xaf\xce\xab\xb5\x62\x7d\ \x38\x9a\x4f\x86\xd5\x71\x3c\xda\x5c\x35\xbb\xb3\xe9\x74\xdc\x9c\ \xc0\x03\x35\xaa\x37\xeb\xcf\x9a\x83\x69\x8e\x9a\xa6\x7a\xa3\x41\ \x35\x57\x9b\xe4\x56\xf9\x74\xa1\x97\xeb\x25\x32\x97\xe5\x8b\xdf\ \x7c\xfb\x1f\xff\xf7\x9f\xff\xf5\xdf\x7f\xfd\x83\xf7\xdf\xfd\xb3\ \x4f\xee\x7d\xf0\xde\xdb\xef\xbe\xfd\xc1\x07\x3b\x77\xdf\xdd\x79\ \xf3\xcd\xed\x8d\xad\xb7\x99\x77\x36\x39\x68\x0d\x6b\x8d\x03\x74\ \x42\x49\x85\x8b\x96\x86\xb6\xb6\x36\xd0\xef\x9c\x9d\xcd\x7b\x6f\ \xa2\xcd\x30\x9c\x8d\xb5\x2d\x20\xd8\xa1\x0c\x62\xce\x26\x1b\xcd\ \x46\xdd\x64\x6d\x40\x3a\x5b\xe3\xa2\x89\xd0\xdb\x2c\x31\xa8\xdf\ \xd1\xa1\x58\x76\x7a\xb2\xc1\xd9\xe4\x30\xd1\x2d\x40\x54\xbb\x8e\ \x26\x09\x32\x6e\x37\x3a\xdf\x1e\x17\x4d\x0d\x13\xa3\x5d\xcf\x68\ \x58\x33\x87\xc9\x02\xd1\x64\xad\xb1\x8f\x00\x5e\x4c\x54\x3e\x8a\ \x56\xe0\x8f\x8f\x64\x3f\xfe\x2b\xb4\xfb\xf9\x11\xc0\x44\xf6\xe4\ \xf4\x27\x3f\x3c\xe4\x80\xb7\x6e\x6e\x41\x64\x62\xa3\xf2\xad\x3d\ \x2e\x1b\xc0\x87\xd2\x19\x38\x2c\x9c\x33\x73\x9d\x03\xd4\xda\x63\ \x30\xd9\x87\x32\x16\x5b\xc6\x62\xb1\xb9\x32\xce\x9e\x78\x8b\xb3\ \xb7\x27\x83\x24\x27\x86\xc3\x1c\x8a\x0f\x8f\x65\xe0\x80\x32\x19\ \x60\x10\x4d\xcb\x38\x3d\x3a\x7a\x74\xbc\x77\x0c\xae\x78\x7c\xf2\ \x58\xbc\x77\xf4\x86\x14\x2d\xa9\x43\x70\x22\x20\x43\xe1\x07\x1f\ \xa2\xba\x4e\xf8\x8b\x5c\xaf\x57\xf2\x79\xe0\x5a\xc0\x28\x3e\x86\ \x0a\x1b\x76\xd1\xaa\x39\x04\xa0\x7d\xd4\x23\x99\xaf\x04\xf0\x40\ \xb2\xe1\x0b\x78\x7c\x21\xdf\xdd\x8d\xb8\x4d\x84\x48\x24\x94\x2a\ \x31\xbe\x0a\x7f\x20\x12\xa2\x32\x54\xc9\x2e\xb6\x7b\xf0\x40\x24\ \x90\x88\xd0\xc6\x3d\x5c\xa8\x54\x49\xa4\x2a\xc9\xbe\x50\x83\x83\ \x62\x11\x7a\x5c\xa2\xe0\x61\x04\x70\x47\xa8\x07\x88\xc8\x95\x90\ \xf4\x30\x10\x39\xa5\x94\xb0\x9a\x08\xa1\x5c\x8e\xd6\xb0\x54\x3a\ \xb3\x59\x81\x49\x15\x40\x4a\x3b\x5d\xb4\x28\xa4\xf0\x1f\x1f\x72\ \x95\x5c\x22\x52\xf2\xe1\x2d\xf8\x84\x04\x54\xf4\xfe\xee\x01\x5f\ \x09\xc7\x56\xf2\xa5\x0a\x0c\xf5\x41\xd6\x9b\x0c\x98\x00\xa2\xa0\ \x00\x4c\xd4\x60\x92\x0b\x15\x04\x6e\x92\xf3\xa4\x68\xc5\x8d\x07\ \x72\x88\xf1\x75\x0e\x35\xa6\x24\xe0\x25\x72\xbe\x35\x68\x52\x12\ \x1a\x39\x5a\x33\xb3\x18\x94\x52\xb9\x5e\xad\x03\x6c\x0a\x44\xf7\ \x45\x80\x6f\xd4\x81\x42\xa1\xd2\xc3\xe7\x43\x48\xf8\x52\x9d\xd1\ \xa8\x36\xa2\x26\xec\x66\x8f\xd7\xa6\xc3\xc1\x8a\x55\x72\x95\xc6\ \x84\x9a\xe4\x18\xd5\x52\x25\x61\x34\xca\x55\x7a\x95\x49\xa3\x10\ \xaa\x5c\x26\x95\x44\x6d\x85\x64\xa9\x57\x7b\x2c\x1a\xa9\xc2\x4c\ \x68\xf4\xfe\x6a\xd4\xa0\xb2\x06\x82\x01\x57\x30\x3e\x8a\x46\x4c\ \xe6\x10\x64\x0f\x93\x3f\xec\x36\x5a\x2d\x10\x91\xdc\xf6\xa0\x2f\ \x60\x0e\x94\x02\x26\x77\x28\x36\x2a\xd9\x6c\xbe\x70\xc0\xe3\xb7\ \x9f\x79\x6d\xce\x90\xcb\xe3\x0b\x78\xe3\x61\x9b\xd1\x86\x54\xd2\ \x1f\x29\xba\x01\x6b\xee\x80\xc3\xef\x6c\x4e\xa6\x56\x7b\xc0\xe7\ \xf6\x9a\x6d\xd3\xaa\xcf\xdb\x8c\x0f\xa7\x67\xb1\xee\x30\x1c\x5e\ \xc6\x82\xa1\x70\x70\x51\x9d\x06\xfd\xc1\x76\x25\x39\x05\x5b\x8c\ \x3a\xcc\xa1\x69\x35\x51\xf4\x47\xa2\xa1\x79\xad\x3a\xac\x0d\x22\ \xa5\x92\x3b\x04\x30\x5b\x36\x4b\x3e\x67\xd0\x57\x9a\xf6\x2e\xfb\ \x67\x81\x70\xdc\xef\x6b\x2e\xc6\x23\x6a\xda\x8c\x44\xe2\xb1\x66\ \x77\x3c\x0a\xc7\x6b\x4b\xdf\xa8\x51\xc9\xe5\x5e\xd1\xd3\xf2\x7c\ \x9e\xcd\xce\xb2\x97\x17\x5d\xc8\x09\x99\x4e\x9d\xbb\x48\x51\x00\ \x00\x20\x00\x49\x44\x41\x54\x71\xd5\xee\x05\xc7\x54\x29\xb1\x08\ \xf9\xdc\xf3\x48\x38\x62\x73\xfb\x6d\xcb\xb0\xd7\x6a\x82\x44\xab\ \x33\x85\x5d\x96\x88\xcb\x02\xc0\x0a\xf4\x27\x8b\x3e\xfd\x2a\x19\ \xab\xe7\xd1\xfe\xbf\x05\x49\x9d\x5d\x7f\x99\xe8\xbd\xbe\xee\xa7\ \x7e\x3e\xa8\xa5\x12\xa9\x72\x22\x57\xee\x97\x3a\xd5\x5c\xbf\x4b\ \xf7\xb3\xe9\x44\xad\x4a\x35\xd2\x85\xe9\x55\x66\x4c\x02\xd8\xf2\ \x1d\xc0\x4a\x2d\x43\xa5\x32\x99\xc4\x92\x3e\x5f\x8d\xcf\xc9\x72\ \x23\x97\x87\xef\x6d\xbc\xec\x2f\x20\xa2\x90\xcf\xd3\xb5\x6c\xe2\ \x2a\xd5\x4e\x24\xcf\x07\xd3\x76\x3e\xd7\xcb\x55\x2e\x20\x24\x75\ \x12\x95\x6c\xa2\x9c\xaa\xe6\xab\x74\x35\x43\x56\x2e\xd2\xcb\x5e\ \x65\x4e\xbd\xa8\xbc\x68\x9c\x17\xc6\xab\xe1\x30\x5b\xeb\xb4\x73\ \xb9\x42\x81\x1e\xb4\x12\xc9\x3c\xd9\x5b\x74\x68\xc8\x6b\x99\x4a\ \x6a\x38\x1c\x0c\x66\x85\x67\x8d\xe7\x2f\xcf\x1b\xf9\xd9\x8a\x1e\ \x94\x9f\x5f\x5f\xd4\x2e\x2f\x92\x5f\xbc\x7e\x95\x79\xfe\xab\xdf\ \xfc\xf2\xe7\xd9\x74\x2b\x95\xaf\xa5\x67\x54\xad\xf6\xfc\xea\xcb\ \x57\xcf\x5f\x7f\xf1\xec\xaa\x71\x95\xaa\xd5\x43\xbe\xfa\x72\x36\ \xab\x75\x9b\x8b\xd5\xb8\x5f\x9f\xae\xfa\xf5\xe2\x78\x4c\x77\x17\ \xb9\xc1\xbc\xb3\x5c\x8c\xa9\xc4\xb4\x5e\x9d\x75\xc7\xd3\x7e\x7b\ \x42\x75\x6b\x95\x6a\xbe\x95\xcd\x67\x5f\xbd\x7a\xfd\xdd\xbf\x7d\ \xf7\xeb\xff\xfd\x4f\x3f\xfa\xf8\x93\x8f\x3e\xfa\xe4\x83\x0f\x3e\ \xf8\xe8\xfd\x77\x76\x1e\xde\xdd\xbc\xfb\xde\xce\xbd\xed\x37\xef\ \xed\x6c\x71\x50\x2d\x13\x07\xdd\xc2\x43\xdd\x64\x58\x2c\x74\x63\ \x10\x4c\x6b\x7b\x8b\xb9\xb9\x75\x77\x67\x87\xc3\xdc\xbc\xb3\xcd\ \x04\x41\x64\xb1\x99\xa8\xa7\x28\xd0\x67\x6b\x6b\x13\x5e\xb5\xc1\ \x80\x9c\x05\x10\x62\xc3\x97\xd6\x65\xcc\x75\x54\xe3\x24\x03\xd7\ \x62\xae\x6f\x80\x53\xc2\x9f\xe8\x80\x68\x02\x18\x44\x30\xc6\x11\ \x8b\x01\xaf\x67\x03\xc8\xb6\x01\x5c\x6b\x68\xff\x32\x73\x8d\xcd\ \xda\xe4\x6c\x72\x59\x32\x14\x7c\xd0\x9e\x65\x24\x69\xe2\x3d\xd9\ \xf1\x8f\x7f\xf2\xf8\xf4\xc7\xa8\xae\xe1\x31\xf0\xe5\xf3\x9f\x1c\ \xdd\x79\x7f\xe7\xce\x36\x6a\x70\x8a\x46\x82\x41\x34\x63\x6e\xec\ \x30\xb9\x6c\x34\xcb\x95\xbd\x8e\x86\x40\x33\xd8\xb7\x77\x21\xd9\ \x32\x2e\xe4\xaa\x0d\x06\xe0\x10\x8d\xf3\x01\x1e\xae\xa3\x96\x58\ \x27\xc7\x68\xe3\xa0\xec\xe8\x88\x85\x36\xe5\x9c\x80\x1a\x1e\xa3\ \x61\x39\x40\xd7\x3d\xf1\xd3\xe3\xa3\x93\xc7\x47\xb2\x43\x00\x16\ \xea\xf5\xb9\x7f\xdb\xbe\x58\xbe\xff\xe1\x01\x78\xdf\xc1\x3e\x1f\ \xb5\x4c\x3f\x38\xe0\x81\xc3\x49\x70\x3e\xef\xc3\xff\x2c\x12\xec\ \xde\x87\x4b\x5e\xa1\xc0\x85\xfb\x68\x24\x97\x60\x97\x30\x2b\x21\ \x51\x61\x18\xc6\xe3\x69\xbb\xc3\xa0\x89\xe0\x3f\xe0\x03\x1a\x20\ \x50\x1d\xec\x3f\x38\x10\x2a\x45\x3c\xa9\x46\xb2\xcf\xc7\xe4\x18\ \xda\xa9\xa8\x50\x7d\xc8\x97\x02\x40\x20\x67\x09\x85\xfb\xbb\x38\ \x5f\x2f\x17\xf2\xee\xf3\xf8\x92\x3f\xd5\x3b\x48\x84\x7a\x1e\x2e\ \x7c\x20\x54\xe2\x84\x54\xa9\xb1\x99\xe1\x77\x39\x81\xab\x94\x7a\ \x9d\xf6\xd6\x0d\x01\xa0\x93\xae\x53\x0a\xf6\xa5\x87\x97\x10\x6a\ \xb5\x14\x52\x93\x04\x13\x60\x52\x42\x45\x08\xd0\x2d\x3d\x11\xc0\ \x46\x8a\xa9\x50\x7b\x77\x4c\x6a\x30\xa2\x6a\x2b\xc5\x3e\xae\x56\ \x98\x6d\x2a\xc0\xae\x5e\xa1\x56\xdd\x9e\x89\x08\x93\xc3\xc1\x71\ \xb5\x1c\x8e\xa2\x50\x68\x78\x98\xb5\xe4\x91\x1b\x20\x46\xe1\x7a\ \xbd\x4e\x23\xc7\xf5\x52\x15\x01\xc9\x8a\xcf\x87\x4f\x43\x20\x81\ \x20\xc7\xc7\xa4\xa8\xb7\x04\x9c\xa6\xd0\xe4\x32\xab\xd5\x66\xbb\ \x4d\xad\x77\x86\xed\x68\x14\x90\x5c\xaf\x35\x83\xee\x49\x09\x85\ \x4e\x41\x18\x4d\x56\xb5\x1e\x0e\x6c\x50\x12\x98\xc6\xe1\xd0\xcb\ \xe5\x2a\xd0\x65\x89\xce\xab\xc3\xd5\x20\xcc\x06\xb3\x8f\x3a\x53\ \xa9\xec\xa8\x4c\xe9\xcc\x1f\x0c\x86\x4c\x4e\x17\x04\x2c\x63\x7c\ \x14\xb3\x18\x35\x6a\xbb\x2d\xe2\xb2\x3b\xcd\xf6\x52\x10\x8c\xb0\ \x14\x8d\x96\x8c\x4e\x5f\x34\xe4\xf7\x47\x7c\x8e\x80\xd3\x62\x71\ \xf8\x43\xbe\x58\xd3\x69\xd3\xda\xa2\x4e\xb3\xcf\x13\x0b\x41\x6c\ \x09\x78\x03\x1e\xc7\x2c\xbb\xb4\x04\xe3\x7e\x8b\xcd\x65\x1d\xaf\ \xe6\xc6\x78\x6c\x76\x16\xf3\x2e\xfa\xe1\xe0\x24\x16\x8a\x84\xa2\ \xe3\xee\x64\x74\x36\x9c\x50\xab\x71\x29\x34\xf6\x79\xfd\xd1\x1a\ \x35\x58\x44\xa2\xc1\xf8\xa2\x5b\x5f\x51\xfd\x80\xd7\xa3\x8d\x0c\ \xcf\x86\x83\x5a\x31\xec\x0b\x9b\xa2\xcb\x6a\x7a\x5a\xf3\x45\xeb\ \xb6\x92\xaf\xbe\x6a\xf6\x83\x6e\x8f\x37\x50\x3a\xeb\xc6\x22\x67\ \x9e\x29\xed\xed\xa6\x73\xbd\x6a\x61\xd2\x27\x97\x75\xaa\xd2\x9d\ \xb5\x2a\xcb\xde\x6a\xd9\xa2\x3b\x54\xb6\x13\xac\xd5\x42\x8b\x79\ \x69\x14\x0a\x04\xdd\x71\x77\xc0\xe3\x8a\xd5\x7d\x16\x8b\xd1\x20\ \xd5\x59\xc2\x3e\xbf\xc3\x66\x33\xdb\x9c\x96\x69\x38\x3e\x2e\xfc\ \xa2\x31\x49\x36\xd2\x9d\x5c\x76\x95\x9f\xd9\xb2\x37\xf9\xf6\xcd\ \x57\xbd\xe4\xcd\xa0\xda\xce\xb7\x5e\x15\xaa\xd9\x55\x6c\x94\xae\ \xe4\xfb\xb3\xce\x4d\xb5\x4f\x51\xed\x64\xa2\x4d\x9f\x5f\x4f\x0a\ \xd9\xec\x65\xa6\x33\xbe\xbc\x19\x26\x0a\x8d\x5e\xb9\xd1\xcc\xa6\ \x86\xb9\x17\x85\x3c\x58\x54\xa2\x92\xea\x55\x41\xac\x32\xe7\xd7\ \x5f\x9d\x93\xe7\xad\x7c\x23\x9d\x1c\x3c\x07\x04\x91\xcb\x36\x55\ \xad\xdc\xb4\xc9\xc9\x38\x79\x4d\x26\xfb\xd3\x74\xaa\x9a\x6d\xb5\ \xaf\xaf\x32\x8b\x7c\x72\x7a\xf1\xea\xd9\xb3\xab\x2f\x32\xf3\xb3\ \x55\xbf\xd3\x48\x9e\x97\xf3\x13\x6a\x96\x7d\x9e\xab\x54\xb2\xfd\ \x41\x06\xad\x5a\x65\xf2\x95\x5a\x67\x36\xea\x5f\x9e\x27\x2f\x13\ \xb9\xda\x60\xd1\x29\xf4\x2a\xbf\xf9\x4d\x99\x3c\x6f\x5c\x7e\xf9\ \xe2\x75\xea\xd9\x17\x5f\x7f\xfb\x55\xaa\x95\x1b\x64\x29\x32\x87\ \xd4\xf1\xea\xeb\xaf\xbf\xfc\xf6\xe6\xe2\xe2\xfa\x25\x3d\x1d\xce\ \x47\xf5\xe5\x98\xa2\xa8\xd5\xa4\x7f\xd6\x5b\xcd\xc7\xbd\xe8\x72\ \x36\xa0\x86\xf5\xd5\x98\x6e\xce\x97\x74\x7b\x36\x20\xd3\xf4\x8a\ \xea\x0c\x7a\x9d\x5e\xae\x5a\xc8\xf6\x52\xe9\xe4\xf5\xcb\x5f\xfd\ \xe5\x1f\x7e\xf6\xd7\x3f\xfd\xbb\xcf\xbe\xff\xee\x3b\xef\x3d\xfc\ \xd1\x47\x1f\xbf\xfd\xee\xc3\x77\xdf\x03\x1b\xbc\x7b\xef\xcd\xad\ \xb7\xde\x7d\x13\x88\xc4\x61\x6f\x72\xc5\x10\x56\x50\xf7\x76\x06\ \x97\x21\xe6\x40\x76\x82\xc7\xee\x32\x36\x36\xef\xec\xac\x31\xd8\ \xdb\x9c\x0d\x86\x18\xe4\x8e\xc5\x64\xa2\x96\xa1\x2c\x2e\x67\x1b\ \xf0\x06\xc8\xda\x44\xfb\x9b\xd7\xd7\x00\x1c\x68\xf7\xa0\xec\xe8\ \x44\xc6\x78\xf4\x68\x6f\x9d\xb9\xb1\xc9\x64\x01\x7a\x58\xf0\xf4\ \xf5\x8d\x0d\x16\x04\x9d\x35\x26\x2a\xa3\x42\xf7\xf5\xd0\xaa\xb8\ \x18\x62\x16\x07\xed\x23\x04\x64\xa1\x3e\x0d\x8c\xdb\xa9\x60\x6b\ \xdc\x23\xb4\x46\x2e\x16\x1f\xfd\xf8\xf3\xd3\x63\xd4\xaf\xe1\xf4\ \x29\x90\xe5\xd1\xe7\x87\xdb\xef\xec\xac\xdd\xdb\xde\x60\x70\xd7\ \xd8\xdc\xc7\x87\xb7\xc3\x77\x80\x96\xeb\xf0\xd6\xa8\x7b\x0d\x93\ \xbd\xb6\xbe\x86\x2a\x22\x20\x73\x6d\x70\x20\xf5\x89\x51\x57\x79\ \x26\x9c\x32\x12\x42\x99\xec\xf8\x98\x09\x7f\x11\x8b\xd1\x26\x47\ \x34\x2b\xe3\xf8\xf4\x54\x86\x72\x1a\x10\x4b\x8c\x26\xd7\xa3\x15\ \xae\x37\xc0\xce\x44\x18\xce\x93\xe2\x1f\x3e\x00\x9e\x88\x04\x10\ \x79\x44\x42\xa0\x16\x26\x10\x8a\xf8\xa8\x06\x1e\xed\x19\x3c\xd8\ \x15\xee\x0a\x14\x7c\xc0\x88\x82\x87\x8a\x4c\x81\x35\x84\x51\x8d\ \x11\x42\xa1\x5c\xc5\xe7\x99\x4b\xcd\x80\x5b\x8d\xf3\x78\x7c\x85\ \x54\x82\x89\x04\x52\x1e\x64\x27\xa5\x92\x30\xa8\x50\x02\x93\xe0\ \xe0\x7f\x4a\xc9\x7d\x91\x44\x0e\x6a\x86\x0b\x31\x35\x86\x86\x71\ \x19\xf8\x60\x59\x80\x2d\x9c\x7f\x9f\xc7\x13\x48\xe5\x2a\xc9\xee\ \x2e\x8f\x0f\x9c\x92\x4b\x9d\x5e\x1c\x30\x05\x28\xc2\x75\x1a\x8d\ \x44\x2f\xd7\x63\x12\xbd\x2a\x4a\x07\x6c\x46\x4c\xae\x83\x1c\x25\ \xd7\xdc\x56\xa4\x12\x70\x82\x4a\x50\x46\x3d\x8e\xa3\x26\x10\x12\ \x29\x1a\x3f\x01\x74\xc2\x79\x0a\x3d\xae\xd2\x48\x94\x70\x0a\x6a\ \xad\xc9\x04\xda\xa8\xc6\xe5\x52\xd4\x49\x4b\x49\xe0\x10\x0c\x31\ \x85\x41\xa7\x37\x4a\x94\x72\x20\xe2\xff\x47\xd2\xbb\xff\xa8\x79\ \xe6\x69\x9f\xe1\xb8\x40\x1d\x28\x81\x8d\x39\x96\xeb\x71\x15\x01\ \x42\x61\xa0\x02\x04\x02\x24\x58\x40\x45\x1c\x02\x32\x01\x44\x58\ \x02\xc5\x19\x23\xce\x04\x73\xc6\xc5\x51\x40\x41\x68\x75\x45\x15\ \xd5\x54\x77\x4f\x95\xdc\xe3\xd6\x3b\x6e\xcf\xec\x3b\x1a\xb5\x6c\ \xc5\x89\x1c\x6d\xaf\x27\x93\xed\x4e\xf7\xa8\x7b\x7a\xd2\xda\xd1\ \xfb\xb6\xde\xde\x1f\xf6\xcf\xd8\xef\x5d\xa3\x24\x8e\xab\x0a\x1e\ \x6e\x2c\x71\xf9\xfa\xdc\xcf\xf7\xbe\x2e\xb3\xdd\x28\x53\xe8\x19\ \x3c\x31\x4f\x22\xbc\xde\xc0\x92\x09\x79\x77\xe9\xdc\x6b\xad\xe2\ \xf2\xc0\x1b\xf2\x98\xa0\xba\x4c\xd0\x2b\x96\xd2\xae\x31\x98\xcc\ \x4e\xad\x41\xa7\x77\x58\xd4\x32\x1e\x5d\xa9\x13\x8a\x78\x52\x91\ \x48\x22\x96\x4b\xc5\xf0\x4a\x06\x09\x2c\x4d\x01\x74\x28\x51\xea\ \xa5\xa8\xac\x4c\xab\xc3\x34\x6e\x13\xf8\x44\x85\x42\x28\x36\x95\ \x3a\x42\xae\xc1\x19\xb4\x1b\x2c\xee\x10\xfc\x4f\xab\x75\x06\xdc\ \x7a\x93\xaf\x6e\x30\x5a\xe4\x36\xbb\xd5\xea\xd0\xca\xb5\x21\xb7\ \xcd\x6e\xb7\xba\x3c\x6e\xa3\xdb\xed\xb6\x9a\x3a\x01\xa7\xc5\x64\ \x73\xb9\x2d\x66\xab\x2d\xe4\xf3\x58\xad\x76\xaf\xcf\x59\x0e\xb4\ \x26\x6e\x6d\xd9\x6e\x06\xe3\x15\xea\xd7\x8d\x0e\xbb\xdd\xa0\x50\ \xeb\x96\xfd\x40\xd0\x9d\x5d\x76\x66\x33\xe7\xc0\x63\xef\x75\x7c\ \xfe\x5c\x36\x3b\x9b\xf9\xfb\xf1\x41\xb7\x32\x59\x78\x96\x73\xf7\ \x60\x36\x6e\x4d\xc7\xe5\xdc\xc0\xb6\x2c\xf5\x16\xcb\x41\xc8\xe9\ \x34\xd8\x8b\x45\xcf\x00\xd8\xa5\xe3\xd3\x7b\x82\xed\x76\xb0\xec\ \xae\xcd\xf5\xf5\x50\xb6\x3e\x5e\x84\x40\x3f\x03\xb9\x5c\xa8\xe3\ \x2f\xfb\xb3\x43\xef\x32\xd5\xc8\x54\x62\xe3\x4e\xbc\x33\x4a\xc5\ \x7b\xa3\x44\xb5\xd3\x1a\x0c\x2b\x8b\x58\xba\xb8\xcc\x56\xa6\x80\ \x9e\xb5\x7a\xce\x61\x33\xdb\xed\x21\xb7\x2f\xe8\x74\x9b\x74\x52\ \xb9\x4c\xa8\xf4\xdb\x4d\x06\xbd\x29\xe8\x08\xf9\x07\x81\xf2\xb2\ \xf5\xf5\x45\x16\x88\x2c\xd6\x6b\x37\x62\x63\x77\x21\x71\x9c\x3a\ \x7d\x96\x4c\x46\x2b\xf1\x56\x2b\x1d\x5d\x75\x5b\xa5\x60\x6b\x15\ \x4b\xf7\x3a\xe3\xea\x20\xdb\x2d\xa6\x32\xd1\xc8\xa8\x50\xed\x15\ \xd2\xc5\x2f\x0b\xe3\xd6\xe5\x55\xab\x52\x8a\x27\x0b\xc5\x7e\xb5\ \x39\x5c\x9e\x87\x27\xcd\xd3\xe3\x54\x26\x96\x1a\x17\x00\x0f\x53\ \x85\x8b\x7e\x23\x51\xc8\x14\x4e\x22\x99\xe3\x68\x11\x0c\x16\x80\ \x16\x3a\xfd\x5c\x0f\xc6\x5f\xac\x22\xbd\x6e\xfa\xb4\x9a\x29\x86\ \x2f\xf3\xe9\x7e\xfa\xa4\x7a\xfa\xea\x49\xe1\xc5\xf3\xc8\x78\x30\ \xa9\x14\xe2\xa7\xb1\x8b\x4a\x3f\xd9\x8b\xfc\xb6\x79\x9c\x2a\x4e\ \x0a\x67\xe9\xf0\xe5\xd3\xc7\x2b\xf0\x5f\xa9\x45\x09\x9d\xbf\x3e\ \xad\x4e\x27\x83\x62\x21\x1e\x7e\xfe\x32\x9c\xbc\x48\x36\x9b\x85\ \x68\xfe\xf8\xf8\xe5\x1f\xce\xc2\x67\x67\xc9\x78\x26\x7e\xb6\x2a\ \xae\x56\xa0\x60\x4f\x9f\x3f\xae\x1e\xaf\xce\x06\xf5\x5a\xbb\xbe\ \x9c\x77\x16\xa5\x46\x79\xd2\x19\xb6\x07\xd3\xe9\x6c\xb9\x9c\xf5\ \x7a\xf5\xe0\xac\x17\x2e\xcd\x7a\xed\xd1\xb4\x17\x09\x87\x27\xbd\ \x46\xa9\xd8\x5b\x76\xa3\xab\x76\x32\x71\x7c\x75\xf5\xea\x2f\x7f\ \xf9\xcb\xbf\xff\xcd\x2f\xff\xfd\x6f\x3f\xbe\xfd\xd6\x27\x1f\x7d\ \x7c\xef\xbd\xb7\xdf\xba\xf3\xc1\x87\x37\x6e\xdd\xdc\x5a\x5f\xbb\ \x79\x7b\xf3\xc6\xe6\x3a\x8d\x8c\x5b\x87\xcf\x3e\x08\x16\xb8\x25\ \x90\x2c\xda\x3a\x69\x1b\xbf\x4e\x5d\xbf\x01\xce\x89\x88\xdb\xdc\ \x40\xdb\xed\x78\x3c\xb8\x98\x1b\xd4\x8d\xeb\xb4\x19\x0e\x1e\x4f\ \xa2\x10\x28\x38\xc2\x1a\x20\xde\x06\xd8\x28\xf4\x25\x8e\x73\xb8\ \x0d\x38\x77\xff\xd1\x11\x1e\x35\x6d\xe1\xc9\x1b\xbb\x88\xff\x50\ \xcd\x33\x71\x1b\x41\x1b\x6d\x1f\x8f\x46\x52\x01\xd2\x90\x96\x90\ \x29\xdb\x28\x60\x19\x6c\x1d\x07\xcf\xd9\xa6\x82\x96\xa1\x8e\x66\ \xd4\x67\xbf\x41\xde\x7f\xf4\x10\x8d\x60\x5d\x8f\xba\x3f\x3c\x78\ \xf0\xd3\x83\xb5\x1b\x5b\x34\x1a\x8e\x8a\xea\x53\x39\xfb\x68\xf2\ \x6b\x83\x4c\xc5\xa3\x62\x55\x12\x15\x4f\xa1\x70\x28\x04\x58\x28\ \x60\x2b\x95\x4a\x20\xed\x5e\x57\x68\x80\x46\xe2\x39\xc4\x5d\xb0\ \x6e\x28\xbc\xe6\x00\x56\x81\xe6\xae\x88\x28\x99\x06\x8f\xdf\x3d\ \x7c\x74\x80\xdf\xde\x3e\x7c\x70\xb0\xbd\xcd\xd9\x47\x65\x62\x87\ \x87\x6f\xf0\x59\x74\xa0\x1f\x26\x9b\xbb\x23\xe0\xf2\xc5\x02\x14\ \xde\xc7\x12\xdc\x65\x62\xa0\x3f\xa8\x36\x47\x00\xc8\x27\x11\x32\ \x98\x20\x5e\x2c\x26\x93\x2b\xe1\x33\x59\x62\x8c\xce\xd8\xdb\xe1\ \xaa\xf5\x2a\x34\x67\x25\xa0\x0b\x24\xf6\x89\xd3\x62\x11\xb2\xee\ \x82\x1a\x61\x60\x9c\x98\x7c\x3e\x3a\x36\xcd\xc0\xf8\x02\x3a\x7b\ \x8f\xbe\xc3\xe3\xb2\x24\x7c\xf6\x5d\x01\x13\xc5\xba\x70\x85\x06\ \x35\xc6\x15\x89\xc5\x5c\x31\x4b\xa6\x95\x61\xe8\xa4\x8f\x08\xa4\ \x4b\xc2\xdd\xe1\xf2\xf9\x00\x59\x62\xb5\xcd\xc0\x93\x30\x00\xdc\ \x74\x7c\x89\x44\x23\x92\xea\x81\x25\x45\x58\xae\x91\x33\xe9\x55\ \x12\x54\xd9\xc5\xe7\x73\xd1\x88\x3d\x17\x9e\xcb\x65\xc8\x79\x68\ \x8f\x0c\xdd\x0d\xe0\xb3\x59\x7c\x70\x56\x4c\x1e\x13\x74\x84\x27\ \xe4\x4a\x84\x3c\xa9\x54\x84\x36\xd9\x41\xf1\x80\x62\x51\x0f\x2b\ \x77\xe7\x1d\x26\x48\x89\x50\x29\x92\x2b\x84\x52\x29\x1f\xd3\xdb\ \x1c\x52\xb9\x8e\xcf\x63\x49\x54\x3a\x23\x3c\x58\x28\x16\xf3\x40\ \xbd\xc5\x8c\x77\xf6\x04\xe0\xfd\xd0\xde\x1e\x82\x55\x2e\x0b\x7e\ \x67\xd0\xdb\x9d\x76\xbf\xc6\x6c\xd4\xea\x0d\x2a\x21\x97\x69\xb2\ \xca\xa5\x42\x09\xa8\x94\x16\x5e\x56\x28\x51\x03\x18\x4a\xd5\x2a\ \x99\x5a\xa6\xb2\xda\x44\x7c\x15\xc0\xac\x5e\xa3\x34\x18\x85\x98\ \x48\xae\x94\xa9\x14\xc5\x85\x5e\x64\xcf\x79\x9c\x76\x83\xd5\x19\ \xb2\x5b\x74\x36\x4f\xce\x61\xf2\x03\xf3\xd9\x3c\x21\x87\xdb\x6a\ \x73\xd8\x64\x56\x9b\x3e\x14\x72\x99\x9d\x7e\xbf\xd3\xee\x72\x7b\ \x03\x35\x0f\x98\x29\x83\x39\x67\x36\xa8\x4d\xce\x5c\xd0\xa1\xd1\ \x7a\xfc\x16\xab\xa7\xef\xf3\xbb\xad\x66\x8b\x15\xa4\x6f\x5a\x06\ \xa0\x74\x59\xcd\x7a\xf9\xa0\x1b\xf0\x67\xbd\xb3\xfa\x70\x3c\x19\ \xd6\xed\x83\x5a\x2e\x14\xc8\x06\x06\x43\x5f\x67\x9a\x6c\x95\x87\ \x0b\x4f\xd0\x6a\x72\xd8\x46\xf5\x45\x28\x90\xf3\x58\x2b\xb1\x72\ \xd0\xee\x59\x04\xdd\x46\x5f\xbd\x9d\x2b\x87\x42\xa6\x5a\xd6\xe3\ \xeb\x2c\x8a\x41\x0f\x78\x2a\xa3\x1f\x7e\x37\x0f\x84\xfc\x21\x9f\ \x2b\xeb\xf6\x7a\xbd\xc1\x72\xce\xa2\x1f\x16\x01\xb0\x22\xa5\x49\ \x77\xb8\x68\x14\xaa\xc9\x70\x64\x98\x5e\x84\xda\xe1\x52\xb2\x9d\ \x59\xa6\x67\x9e\xc9\xd0\xe7\xab\x5b\x75\x06\x80\x59\xa7\x27\xe7\ \xf2\xe9\x35\x16\xbd\x52\x62\xb5\x99\x6d\x66\x93\xce\xd4\xf1\x65\ \xdb\xbd\xa1\x6f\xfc\x6d\x7c\xd4\xed\x75\x9b\xf9\x65\xf8\x69\x65\ \x58\x2a\xb5\xbb\x60\x9d\x8a\xd5\x58\x3a\x0c\x1f\xfe\x58\xbf\xd9\ \x1d\x75\xab\xb1\x4c\x63\x36\x59\x4d\xe7\xc9\x42\xa4\x11\xad\x46\ \x4e\x57\xe3\xc2\x69\xfe\xea\x24\x12\xab\xe6\x53\x8d\x52\xa5\x98\ \xc8\x54\x57\x20\xc2\xc7\x8d\x7e\xfc\x32\xd6\x6c\x26\x4b\xe9\x78\ \xb1\xd5\x1b\xe4\xcf\x53\xbd\x14\xda\x1d\x4b\x9e\x16\x92\xc5\x62\ \x2b\x5c\x01\x2b\x97\x3a\x69\x4f\xc2\xa7\xa7\x57\x31\xd0\xaf\x42\ \x33\x1c\xbb\x3a\x8f\xf5\x50\xfb\x43\xfe\x24\xd3\xfc\xf2\x71\xa4\ \x53\x1e\xc4\x2f\x52\x8b\x46\x35\x1e\x89\x15\xc3\xcf\xce\xaa\xf9\ \x34\x0a\xc6\x6a\x5e\xbc\x78\xf5\xa4\xda\x8a\x87\xdb\xe9\x6a\xb3\ \x94\xca\xa7\xfa\xa5\x70\xb2\x1a\x5b\xe5\xaf\x8e\x33\x97\xc5\xc2\ \x6f\x1e\xe7\x8f\xcf\x9e\x7d\xf9\xaa\x50\x49\x9e\x25\x9f\x9e\x67\ \x12\xd5\x55\xe1\xf2\xfc\xea\xe5\x65\x35\x1f\x7d\x5e\x6d\xcd\xb2\ \xd9\xf9\xa4\xb7\x18\x34\xd2\xf5\x79\x7d\x52\x9f\x74\xa6\x91\x62\ \xbf\x3c\x5a\x4c\x46\x8b\x79\x65\xd9\x9e\x2e\x27\xdd\x6e\x0b\x54\ \x7b\x0a\x6e\x6e\xda\x4d\x56\x9f\x5c\xc5\x5b\xa9\xe8\xea\xe9\x9f\ \xfe\xe9\x7f\xfd\xfe\xf7\x1f\x7d\xf0\xe9\x47\x6f\xdd\xb9\xf7\xde\ \xbd\x0f\x6f\xdf\xb9\xf9\xe6\xbd\xf7\x3e\x58\xdb\x7c\x9b\x4a\xd8\ \xbc\xb9\x86\x5b\x5f\x5f\x43\x41\xee\x64\x32\x0a\x73\xc7\x91\x69\ \x14\x1a\x2a\xa6\xdf\x25\x51\x09\x37\xc1\xd6\xe0\x50\xad\x33\xf8\ \x2b\x0a\x81\x80\xe4\x00\xb5\x2e\x6f\x50\x88\xdb\x54\x2a\x69\x8b\ \x00\xbf\xe0\x28\x80\x5d\x1b\x44\x02\x28\x13\x05\x35\x06\xee\xdf\ \xdf\x3f\x3c\xdc\x26\xac\x83\xe1\xd9\xa0\x02\x45\x6e\xac\xa3\xed\ \xad\x9b\x6b\xd7\x39\x7b\x78\xd2\xf5\xb6\x3b\xc8\xe2\xc6\xf5\x21\ \x67\xa4\x8d\xc4\x6d\x1c\x2a\xc0\x01\xd1\x03\x09\xb9\x76\x77\x07\ \x44\xdc\xc6\x21\xe8\xd4\x67\x8f\x1e\x1e\xed\x1f\x3d\x38\x7a\xf4\ \xc5\xcf\x7e\x06\x08\x7a\xe3\xe6\x0d\x14\x2c\xbf\x71\x78\xb8\xbb\ \x8d\x47\xc7\x1e\xc9\xb4\x35\x1a\x09\x47\x23\xc2\x1a\x50\x72\x3c\ \x89\x8a\x6e\x70\xc2\x52\xa9\x68\x83\x0b\xcc\x1d\x1e\xcd\x40\x90\ \xb7\x39\xbb\x1b\x70\x15\x94\xd5\xb0\xbd\xbb\x4d\xc0\x91\x0f\x0e\ \x0f\xaf\xa7\xc5\xee\x1f\x1c\x3d\x7a\xb8\x8d\x64\xeb\xe1\xf6\xfe\ \xc3\xfd\x83\x37\xe8\x6c\x14\xaa\x77\x97\x05\xff\x63\x88\xf8\x77\ \xc1\x61\x31\xd8\x7b\x77\x51\xd6\xe8\xce\x5d\x36\x0f\x63\xbf\xcf\ \x66\xf3\xc5\xec\xbb\xef\x08\x58\x98\x78\x47\xc0\x63\x21\x5a\x44\ \x96\x4b\xa2\xb4\xca\x99\xa8\x23\x4c\x20\xe0\xb9\xfa\x1d\xa3\x42\ \x46\xa7\xef\xa0\xc9\x51\x30\x27\xa8\x75\x06\x94\x0c\x45\x8c\xb2\ \x05\xcc\x1d\x1e\x26\xe6\x32\x76\x98\xdc\x3d\xba\x98\xc7\x45\x23\ \xe0\x3c\x64\x3f\xe8\x42\xbe\x5c\x28\xc6\x30\x11\x93\x2b\xe2\xf2\ \x00\xfb\x00\x30\xf9\x32\x89\x4c\x2e\x34\x29\x45\x22\x3a\x86\x49\ \x64\x98\x4c\xa7\x52\x2a\x41\xcb\xe8\x02\x9e\x67\x1c\xd0\x09\x75\ \x32\x30\x53\x74\xbe\x1c\x84\x95\x05\xf2\xc6\x60\x83\xae\xf1\x51\ \xf6\x20\x93\xc5\xe2\x8b\x98\x3b\x5c\x29\x58\x3c\xf0\x81\x42\x29\ \x13\xe0\xf0\x3a\xac\x19\x83\x0b\x4b\xb9\x08\x4b\x79\x68\x2a\x16\ \x44\x17\x5e\x4a\xa5\xe7\x8b\xd5\x22\x29\x82\x48\xb3\x43\xc5\x95\ \xf2\x40\x5f\x64\x0a\xa5\x4e\x24\xe4\x01\x27\xf2\xf9\x2c\x2e\x1b\ \xed\xda\x33\xde\x17\xd0\xd1\x38\xec\x1e\x13\x58\x97\xcd\xb2\x28\ \x6d\x0e\xa7\x59\xa1\x33\xdb\x4c\x3a\x54\x09\x2d\x33\xca\x95\x62\ \x9e\x1c\x93\xea\xe0\x1d\x61\x98\x4c\x26\xe2\x4a\xe1\x33\xaa\x56\ \x4a\xf5\x1a\x11\x43\x24\xe1\x03\xb0\xaa\xf5\xe8\x34\xa1\x58\x22\ \x17\xa9\x47\x65\x93\xca\xef\xb7\xe9\x1d\x3e\x40\x2d\xa7\x41\x6f\ \xb0\xda\x9c\xb6\x79\x40\xaf\x08\x95\x7d\x76\x8d\x25\x14\x72\x6a\ \xcc\x66\x17\xf8\x28\x87\xcf\xeb\x0c\x84\x3c\x65\x9f\xc7\x5d\xab\ \x99\xad\x56\x83\xcd\xe4\x70\xe8\x9d\x9d\x80\x41\x63\xb4\x18\x4c\ \x1e\x67\x39\xe4\xb0\x3b\x94\x1a\xbd\xdb\x13\x98\x07\x8d\x5e\x87\ \xcb\xe1\x50\x9b\xb3\x6d\xaf\x77\x96\x5d\x0e\xc1\x0f\x8d\x03\x8e\ \x6c\xd9\xb9\x00\xc9\x9a\x76\x9d\xa1\x5c\x3f\x52\xf1\xba\x6c\x6e\ \x9d\x39\xeb\xae\x17\x17\x9d\x90\xcb\x65\xec\x0d\x82\x21\xf7\xb0\ \xe3\xf1\x1a\xbc\xc1\xe5\xcc\xe7\x0b\xf8\x7d\x26\xff\x70\x56\xee\ \x4d\xeb\xe6\xa0\xcf\x10\x8c\x74\x3a\x73\xbb\xc7\x09\xf2\xea\x70\ \xa2\xb3\x87\x2e\x87\x56\x33\xac\xf4\x5a\x95\x71\xaa\xd4\x08\x05\ \x1b\xbd\x44\x3c\x1d\x59\xc4\x1b\xbd\xde\x74\xdc\x4f\x27\x67\xfd\ \x5e\x76\xec\xcd\x7a\xe6\x1e\x8d\xd5\xa6\xb6\x1b\xed\x41\x7f\xdd\ \xa6\x34\x02\x42\x9b\xbc\x56\xad\xd5\xa8\x33\xfb\xeb\xc3\xc5\x78\ \xe6\xed\x7e\x7f\x11\x2f\xcd\xe2\xf1\x58\x2b\x15\x1e\x05\x1a\xcd\ \x52\xb8\x99\x28\x86\x33\xdd\x71\x34\x9a\x0f\x2f\x46\xa7\xad\x7e\ \xb2\x18\xad\xb4\x06\xa9\x68\xae\x9c\x08\x47\x22\x91\x54\xf1\x69\ \xbe\x9b\x0f\x17\xe2\x27\xa8\x49\x70\x9a\x8c\x9f\xa4\x32\xf9\x68\ \x3e\xd3\xc9\x44\xa6\xd1\x62\xb1\x92\xaa\xa6\x07\xd3\xca\xbc\x52\ \x2a\xe6\xcf\x80\xcf\xc2\x99\x69\x25\x9a\x3c\x6d\xc4\x23\x95\x41\ \x29\x76\x9a\x3f\x39\x1e\x35\xce\x2e\x56\x97\xf9\xf6\x24\x9a\x89\ \x57\xc3\xa7\xd1\x0a\x3a\x8b\xdc\x8f\xe6\x57\xf1\xd3\xd3\xde\x64\ \x56\x3a\x29\x96\x06\xa9\xb3\x1e\x9a\x70\x7f\x5a\x68\x56\xd3\xed\ \x52\xa5\xd4\x4c\x87\x5f\x14\x52\xa3\xf8\x71\xa3\xfa\xbc\xd8\x45\ \xeb\x4b\x77\x9b\x27\xdd\xb3\xb3\x17\x4f\xcf\xf2\xe9\xfc\x8b\x8b\ \x6a\xf8\xea\xe4\xe9\xeb\x55\x04\x96\xf8\xe4\x32\x11\xc9\x37\x4f\ \x5e\x3e\x6d\x5e\x1c\x37\xf3\xe1\xe6\x2a\x36\xc9\xd5\x86\xa3\xde\ \x62\x91\x6e\xd5\x66\x9d\xec\x64\x54\xea\x97\x1a\xfd\x5e\xbb\x5c\ \xae\xd7\x4b\x8d\x59\x69\x32\x1d\xf5\x4b\xb3\x52\xb1\x54\x6a\x8c\ \xfb\x8d\x74\x34\x7f\x9a\xaf\x24\x4e\xce\xcf\x7f\xf8\x1f\xff\xf3\ \xdf\xfe\xed\xab\x8f\x3f\xfe\xe0\xcd\x77\x3f\xfc\xf0\xde\x5b\xef\ \xbd\xf9\xe1\xbb\x6f\xde\xba\x7d\x87\xb6\x7e\x07\x47\xb8\x89\xb8\ \x70\x1d\x34\x87\x4a\xbb\x4e\xe8\xa3\xad\xa1\x14\x77\x02\x09\xec\ \x11\x81\xb8\xf6\xe6\xcd\xeb\xa0\xf7\x0d\x32\x01\x94\x85\x44\xda\ \x20\x00\xd6\x51\x40\x79\x10\x80\xe1\xa8\xb7\x68\x84\x5b\x14\x0a\ \x0e\x1c\x12\x19\xf5\x42\x10\x81\x1c\xc9\xbb\x87\xf7\x51\xba\x27\ \x6e\x8d\x4c\x02\x47\xb6\x41\x41\xc1\xcb\x1b\x70\xd5\xcd\x0d\xb0\ \x50\xa8\xf4\x14\xed\xbe\xe3\xa9\xb8\x6d\xe0\x42\xc0\x45\xf4\x44\ \x32\x1e\xe5\xc5\xe0\xd1\x7d\xc3\x0d\x2a\xc2\x36\xe0\xc6\xdd\xc3\ \xcf\x8e\x0e\xef\x3f\x78\x04\x3c\x78\x74\xf8\xe0\x67\x3f\xfb\x7c\ \x03\xdd\x1c\x78\xeb\x36\x5c\x77\x17\x7c\xd1\x7d\x3c\x81\x84\xdb\ \xde\xa0\x11\x00\x4c\x71\xeb\x38\x12\x7e\x83\x40\xe0\x90\xc9\x38\ \x02\x9a\xa3\xc7\xe1\x60\xed\x04\x0e\x9e\x48\xdd\xe0\x1c\x6c\xa0\ \x14\x41\xe0\xd4\x5d\xf2\xc1\x7d\x3c\x32\x75\x14\x1a\x91\xb3\xbf\ \x7b\x04\x6b\x7c\x70\x04\xd7\xd9\x46\xbc\xf8\xf0\x3e\x2a\xfa\x7a\ \x83\x85\x5a\x09\x19\x74\x01\xc0\x9b\x80\xcf\xc3\x04\x7b\x74\x89\ \x80\xcd\x60\x00\x16\x32\xff\x77\xb6\x98\xb5\x87\x6e\xf9\xf1\xb9\ \x77\xdf\xd9\x41\x59\xee\x98\x18\xcd\x92\x82\xb0\x81\x23\x03\xa7\ \x24\xe7\x32\xe9\x74\x31\x8b\x1e\x6c\xd5\xed\x6a\xc9\x0e\x9d\x87\ \xca\x52\x31\xa0\x48\xb8\xa0\x88\xbd\x03\x8f\x63\x03\x09\x82\x9a\ \xf0\x58\x82\x9d\x77\xb8\x3b\x4c\x09\x86\x81\x7f\x11\x72\x59\x62\ \x3a\x78\xb7\x3d\xae\x0c\x03\x18\x44\xb3\x58\x98\x90\x4e\x07\x91\ \xe3\xf1\x45\xc0\x6d\x3a\xad\x0c\xdd\x3e\x44\xed\x10\x1a\xa9\x90\ \x21\x54\x29\xc4\x0c\x51\x6e\x99\x75\xa8\xa5\x72\x15\x0f\xa3\xf3\ \x91\xeb\x51\x49\x78\x22\x1e\x8b\x2f\xbd\x8e\xb9\x61\x4a\xe0\x4d\ \x20\x8a\x15\xd1\x59\x3c\x89\x5c\x25\x07\x29\x42\x89\xf2\x20\x3d\ \x4a\x11\x5f\xa2\x92\x4a\x85\x74\xb1\x14\xc3\x04\x28\xf9\x58\xc4\ \x90\xe8\x74\x4c\x9e\x0c\x98\x93\x2e\x95\x3a\x6c\x4a\x91\x54\x25\ \xe7\x49\x34\x3a\x83\x49\x2c\x93\x4b\x24\x62\x3e\x9b\x2e\x61\x30\ \xe8\x3b\x7c\x06\xea\xb8\x67\xa1\xa8\x68\xbe\x78\x67\x87\x67\xd4\ \x2a\xed\x36\xbd\xdb\xec\xd0\xea\x4d\x72\x31\x9d\xab\xd6\x28\x54\ \x2a\x15\xd8\x34\xb9\x5a\x2e\xc1\xf8\x5a\xbd\x54\x2a\x35\x6b\x84\ \x7c\x31\xd7\xea\x92\xb0\x24\x00\x98\x52\xa1\xce\x69\x16\xd2\x45\ \x52\xa5\x9a\x2f\x4c\xc4\x3d\x22\x97\xcf\xa1\x37\xf8\x9d\x7e\x6f\ \x56\xef\xd4\xd8\xac\x16\x5b\x2e\x64\x50\x1a\xc0\x24\xe9\x75\x6e\ \x8f\x4b\x21\x37\x84\x6a\x3e\xa7\xc7\xe5\xcf\xb9\x9d\x7e\xbb\xdd\ \x69\x0e\xf9\x40\xac\x2c\x3a\xa3\x23\x6b\xb5\xdb\x5d\x3a\x9b\xd3\ \x6a\xb3\xfb\xad\x83\x90\x5b\x6b\xb3\xfa\x5d\xee\x40\x6e\x10\x72\ \x95\x5d\x76\x87\x59\x67\x5a\xb6\x10\x95\x35\x5a\xed\x60\x70\xea\ \xb5\x96\x5d\x66\x5f\xd0\x33\xec\xa6\x6a\xb5\x61\x31\xdc\xaa\x05\ \xf5\x21\x8b\xab\xee\x0a\xb6\x86\x83\x7a\xdd\x65\xaa\x4f\x06\xb5\ \xfa\xb8\xe6\x98\x59\x9d\xb9\x01\x90\x8a\xcf\x5b\xb7\xda\x83\xe5\ \xde\x6c\x19\x52\x0e\xda\xc6\x4e\xa3\x03\xd6\xa0\xe6\xf1\xd9\x1c\ \x01\xbf\x3f\x54\x1b\x58\xdd\x36\x73\x28\x99\x69\xf4\x8a\xc9\xd1\ \x34\x3b\xea\xd6\x4b\xc9\x54\x6b\x9e\x59\x2c\x23\xa5\xe2\xb4\x1f\ \xeb\x64\xfa\xf3\x88\x3f\xe0\xa9\x0d\xfc\x43\xbb\xce\x99\xf5\x87\ \xfc\x75\x87\x41\xa7\x14\xc9\x9c\x21\xb3\xc1\xae\x77\x98\xec\x5e\ \xef\x30\x5d\x0b\x1d\xff\xf7\xab\x76\xb7\x74\x72\xd9\x9e\x8d\xd3\ \xc1\x7a\xe6\x59\x37\x76\xf5\x24\xd3\x6a\x2c\x23\x95\xd2\xc9\x68\ \x38\x3a\x1e\xd7\xd2\xf1\x70\x2b\x3c\xea\xb7\x02\xf3\x52\xab\x19\ \x9f\x26\xd3\x67\xd1\x49\x2c\x91\x39\x39\x4e\xb7\x4f\xaa\xe3\x2e\ \x88\x55\xb2\x3a\x0d\x9f\xf6\x4f\x56\x85\xc2\x38\x16\x6f\x46\xd3\ \x99\x49\xa6\x97\x8a\x82\xed\xea\xf6\x32\xe1\xb3\x02\xf0\xe1\x71\ \xa9\x9f\xe9\xa2\xdc\x86\x54\x22\xba\x18\x45\x01\xd5\x4e\x93\xf0\ \xa2\x4f\x9a\xcd\x68\x32\xd6\x1a\xe4\x81\x6c\xab\x5f\x3e\x7e\x7c\ \x91\x88\x2c\xc7\x60\xd0\x92\xe1\xe3\x46\x21\xdf\xca\x9f\x45\x8f\ \x57\xb1\x52\x1c\xb0\x32\x9e\xcf\x57\x13\xa5\xea\xe3\x42\xf5\x69\ \xfe\xea\xc9\xaa\x1b\x2f\x8c\x4f\x56\xc9\xf8\xf1\xe9\xaa\x5a\x28\ \x5e\xbd\x38\x3f\x39\xbb\x38\x7e\xfe\x6d\x38\xd5\x8c\x27\x33\x57\ \xc7\xe9\xb3\xd3\x93\x6a\x3e\xbc\x3a\x0e\x67\xce\x0b\x17\xf9\xfe\ \xbc\x53\x5f\x94\xa6\x95\x70\xab\x33\xed\x01\x5a\x8f\x5a\x8d\xf2\ \x68\x98\x9e\xd4\x3a\x9d\xc5\x74\xd6\x98\x56\x26\xd3\x92\xaf\x91\ \x9e\xb6\x87\x43\x94\x26\x71\x91\x8f\x14\x0b\xe7\xaf\x5e\xfc\xf1\ \x7f\xfe\xfe\xd7\xff\xfa\xaf\x1f\x7d\xf8\xf1\x07\x1f\x7d\xf2\xf1\ \xa7\x1f\x7f\xf2\xd1\x07\xf7\x6e\xdc\xda\xba\x7d\xe3\xcd\x75\xdc\ \xfa\xe6\xe6\xed\x2d\x1c\xb0\x1f\xaa\xee\xc2\x93\xd0\x09\xc0\x35\ \x12\x09\x3c\xcf\x1a\x01\x1d\x7d\x59\xa3\x6e\xae\x23\x17\x85\x27\ \x71\xc8\xe8\xd0\xce\x3a\x89\x8c\x43\x5d\x5d\xbb\xf8\x0d\x1c\x81\ \xb0\x4e\xa5\x50\xc1\xe0\x50\x36\xd1\x80\xfc\x06\x32\x4f\x1c\x80\ \xae\x23\xd0\xac\x0d\x1a\x0e\x99\x26\x0e\xea\x51\x5d\x23\xa2\x83\ \x39\x40\x7f\xc0\x94\x68\x82\x9e\x88\x6a\x72\x48\xdb\x68\xa7\x6a\ \x9b\x4c\x21\x20\xc4\x43\xdb\xf6\x1b\x78\x22\x81\xb3\x0f\xcf\xc2\ \xdf\x47\x45\x37\x0f\x80\x08\xf7\x1f\x7c\xf6\x19\xfc\xe6\xb3\xa3\ \x07\x3f\x7b\xc4\xd9\x5a\xdb\xba\xb5\x49\xa3\xd1\xc8\x87\xff\xe7\ \x3f\x7c\x7e\xb4\x4d\x42\x07\x7a\x90\x43\xa3\x90\x69\x04\x54\x02\ \x4d\xa3\xac\xe3\x76\x01\x52\xc1\x17\xa2\x54\x40\xfc\x2e\xca\x4c\ \x3e\xe0\x50\xae\xa1\x10\xf4\x6a\x63\xfb\x3e\x19\x7f\xc8\xa1\x12\ \xb6\x68\xf8\x6d\xf2\x01\x07\xcd\xa9\x1e\xdc\xdf\x46\x09\xa4\x87\ \xfb\xfb\x47\x47\xe0\xb0\x58\x18\xb8\x13\x16\xb6\xc3\xa0\x33\xd1\ \xe0\x02\x78\x2d\x09\x97\x7b\x97\x81\x6a\x22\x98\x40\x5c\x74\x26\ \x32\x4d\x3c\x34\xbe\x8e\x36\x74\x18\x52\x34\x1a\xc0\x93\x88\xb8\ \xe0\x1e\x74\x42\x16\x0b\x54\x89\x47\x57\x0c\x7d\x0e\xb3\x0c\x1e\ \x86\x2a\xea\xd1\x26\xd2\x0e\x03\x9d\xc3\xc3\x50\x55\x34\x88\x17\ \x98\x20\xfa\x3b\xf0\x3b\x09\x13\xf5\xa8\x8a\x30\x2e\x40\x27\x1d\ \x7c\x10\x83\x21\x94\x33\xf8\x62\x3a\x2a\x4b\xc5\xc4\xf4\x1d\x14\ \xf1\x20\x06\xe4\x94\x29\x79\x3c\xd4\xc3\x8a\xa9\x54\x36\xbb\x94\ \xcd\xe2\xa2\xe9\x29\x7b\x69\x1e\xd0\xc9\xe9\x98\x44\xa5\x00\xdc\ \xdc\x43\xe7\x6b\x30\xb8\x86\x5c\xca\xe3\x0b\x79\x6c\x54\xd5\x2a\ \x92\x5c\x6f\xf1\x4b\x50\x7c\x8d\x10\x64\x47\xc5\x55\x4a\x99\x12\ \x19\x03\x10\x55\x2c\x96\x49\xc4\x62\x90\xaf\x3d\x36\x58\x3a\x36\ \xa6\x51\x83\xb7\x92\xa9\x54\x7c\xa9\x14\x28\x4c\xce\x97\x62\x22\ \xbd\x46\xae\x53\x08\x55\x72\x2e\x57\x29\x66\xa1\x9e\x20\xd6\x5d\ \x54\x65\x06\x5c\x0b\x14\x8a\xd2\xa0\xf7\xc4\x66\x9b\xc2\x12\x74\ \x7b\x75\x26\x83\xdd\xad\x51\x61\x74\x95\x55\x26\x94\xcb\xd5\x40\ \xac\x6a\xa1\x94\x21\xd1\xda\x64\x2c\x4c\x28\x57\x82\x5e\xba\x1c\ \x42\x14\x0d\x2d\x97\x8a\xe5\x26\xa7\x0a\xc8\x54\xae\xe4\xc9\x46\ \x11\x9f\xca\x1f\x44\x07\x03\x83\xf5\x50\xce\xe2\x72\xd5\xcc\x7a\ \x47\x36\x60\xd1\x5a\x1d\x1a\xbd\x41\x67\xac\x39\x65\x0a\x4d\xc0\ \x17\xa8\x9b\x3c\xf3\x8e\xd3\xed\x74\xd9\xbd\x26\x87\x3d\x64\x55\ \xd8\x34\x4e\x7f\xc7\x3e\xf0\x6b\xa4\x5a\x87\xc6\x1b\xb4\x80\x7d\ \x0a\x29\xb4\x4e\xdf\xc4\xed\xcc\xcd\x06\x4e\x87\xdd\xe3\xb6\x9b\ \x74\xad\x91\xc3\x39\x5b\xcc\x3b\x7e\x4f\xae\x34\x37\x81\x20\x65\ \x73\x56\x6f\xbf\xe2\x1c\xd4\xa6\xb1\x51\x3b\xe8\xee\xd8\xad\x3e\ \x9b\x77\xb8\xec\xe6\x6a\x06\x53\xa0\x31\x0b\x95\x17\x0e\xe7\xd4\ \x52\xeb\xe4\x66\xe3\x45\xd9\xef\xb3\xd8\x3b\x9d\x5a\xa8\xec\x32\ \x0e\xe7\x8e\x40\x2e\x57\x9e\x06\xb3\xee\x9c\xdd\x3c\xce\xf9\x02\ \x8e\x99\x27\x68\x31\xd4\x2e\xa3\x27\x91\x6a\x7b\x99\xca\x0d\xba\ \x8d\x62\xb7\x10\xeb\xf5\x3b\xb3\x6a\x21\x1d\xae\x94\xda\xe1\xd0\ \x38\x5a\x0e\x04\xbc\x43\x7b\xc0\xad\xf0\xc0\xfb\xf3\x58\x4d\x7a\ \xa5\x52\x06\xcb\x35\xbb\x8d\x46\x9b\xcf\xaa\x1d\x86\xc3\xed\xe1\ \xe3\x9f\xe7\x27\xc5\xe8\x69\x2c\x38\xee\x66\x3a\xf5\xf8\xb3\x27\ \xd1\x70\x6c\x91\xc9\xf4\x93\xb1\x4c\x33\xd5\xcb\x9c\x2e\xfc\xa9\ \x4c\xaa\xdf\x87\x15\x05\xda\x99\x93\x64\xa3\x90\x48\x5d\x54\x3a\ \x89\x54\xfa\x2c\xd9\x4b\xc6\x92\xa3\xc8\x69\xe2\xe2\x2c\x39\x6a\ \xc4\xc1\x9b\x44\xe2\x20\x6e\x17\xc9\x49\xbf\xd8\xcd\x8f\xd2\x8d\ \xd8\xaa\xd5\x2d\x35\xab\xf9\x58\x32\x1e\x6d\x55\x22\xa5\x6e\xaa\ \x71\x95\xbc\xe8\x8e\x93\x67\x97\x97\x11\xb0\x49\xcf\x57\x27\xa7\ \xd1\xc4\xea\xd4\xd7\xa8\x76\xfb\x89\xfc\xe9\xe5\xab\xd7\xdd\xca\ \x74\xb6\x8a\x24\x33\xcd\xb3\x71\x61\xd5\x6d\x16\x0a\x17\x27\x17\ \xdd\xe3\x78\xfa\x2c\x7f\x15\xb9\x88\x8c\x9f\xaf\x32\x89\xe8\xc5\ \xe5\xb3\x7c\xfa\x2c\x32\x8a\x84\xbb\xf9\xa7\xe7\xf9\xe3\xe3\xf4\ \x45\xfe\xec\xe2\xd9\xf3\xb3\xef\xbe\x4d\x56\xe2\xe1\x7c\xac\x7a\ \x7e\x75\x5a\xa9\x1e\x3f\xb9\x3c\x7f\x02\x42\xb6\xca\x87\x5b\xf3\ \xf9\x02\x74\x6a\x9a\x6c\xcf\x7b\xdd\x76\x6d\x30\xac\xf4\xc7\xc3\ \xf2\xa0\x5b\x5e\xcc\x4a\xd3\x71\xa5\x37\x59\x76\xa7\xf3\x4c\x64\ \xd4\x68\xf7\xd2\xad\x4c\xf4\x1c\x00\xf6\xe4\xcb\xef\xff\xf8\xd7\ \x7f\xfd\xfd\x27\xbf\xfc\xd1\xa7\x9f\x7c\xf4\xab\xbf\xbd\xf7\xee\ \x47\xf7\x3e\xfa\xe8\xdd\x77\xef\xdc\xba\x75\x73\xed\x26\x8e\x46\ \xd8\xdc\xba\x41\xa1\x82\x0e\xd0\x36\xc1\x32\xad\xe3\x29\x04\x1c\ \x0d\x8f\x07\xa1\x59\x5f\x5b\xc3\x6d\xae\x51\xa8\xeb\xeb\x44\x14\ \xd8\x80\xc7\xef\x13\x49\xd4\x4d\x14\x2b\xba\xb1\x0b\x56\x08\x35\ \x49\x00\x82\x91\xd6\x80\x1d\xf1\x34\x90\x2f\x94\x48\x03\xd4\x07\ \x82\xf5\xf0\xf0\xe1\xc1\x06\x8a\x5d\x27\x90\xd1\x68\xd4\x36\x0a\ \x6a\xa0\x51\x09\x1c\x78\x26\x28\x16\xca\x52\x06\x41\x42\x67\x70\ \x00\x0e\x69\x70\x61\x80\x43\x0a\x1e\x75\xd8\x93\xf0\x9c\x6d\xd0\ \x39\xe2\xee\xc1\x06\x71\x63\xfb\xf3\x9f\x7d\x71\xff\xe1\xe7\x8f\ \x8e\x8e\x3e\x7f\xf0\xe8\xe1\x4f\x7e\xb2\xbb\x7e\x67\x6b\x0d\x47\ \xc5\xed\xe2\xff\xef\x37\xfe\xdf\x5f\x1c\xa1\x76\x09\x30\x76\x14\ \x50\x29\xb0\x65\x34\xc4\xaa\xc0\xb4\xbb\x28\x35\x02\x47\x3c\xc0\ \x03\x15\x1e\xa0\x20\x2e\x34\x7a\x8f\x46\xe8\x0f\x0f\xc8\x1c\xf0\ \x54\x64\x94\x6b\x8a\x27\xc0\x7a\xaf\x4f\xe4\x6c\xef\xde\x7f\xc0\ \xe1\xec\x6e\xef\xef\x1f\x3c\x38\x3c\x3a\x78\x83\xcd\x02\x17\xc4\ \xe6\x33\x05\x7b\x77\xd9\x0c\x30\x3e\xf4\xf7\xd9\x3b\x74\xf0\x54\ \x68\xbe\x1b\xec\x10\xe0\x16\x43\xf5\x5f\x9f\x60\x3a\x0f\xe3\x8a\ \xe4\x0c\xd4\x63\xcf\x44\xd3\x98\x22\x25\xc6\xe6\xee\xb1\x25\xac\ \x3d\x91\x6f\x18\x34\x29\xd1\x84\x03\xda\xb3\xe7\xd2\x99\xc8\x81\ \xb1\xd9\x77\x45\x0c\x26\x1a\x98\x42\x95\xa4\x4c\x36\x1d\x8c\xd7\ \x0e\x13\x18\x0d\x0c\x17\xc6\xe6\x81\x7a\x30\x98\x22\x15\x8a\x05\ \x04\xdd\xc1\xc4\x22\xc6\x5d\xae\x08\x5e\x56\x88\x49\x55\x0a\x4c\ \x25\x41\x13\x05\x4a\xb5\x41\x28\xe2\xc9\xf9\xa8\x0a\x4c\x3b\x5c\ \x38\x65\x62\x10\x3b\x26\x5f\x82\x2a\x99\x31\x39\x0f\xe3\x83\x3d\ \x94\xd2\x85\x42\x11\x9b\x89\x50\x13\xe0\x50\x0a\x34\x07\x18\x87\ \x09\x19\x52\x58\x97\x18\xd8\x52\x28\x01\x07\xc7\x64\xf3\x44\x5c\ \x86\x04\xdd\x5b\x60\x88\x51\xaf\xa1\x51\x21\x01\xff\x23\x12\xf1\ \x85\x1a\xa3\x51\x26\x95\x49\x34\x1e\x85\x10\xf5\x09\x0a\x85\x3c\ \xba\x80\x01\x6f\x55\x80\xf6\xe9\xe8\x3c\x15\x3c\x91\x8b\x61\xa0\ \x5c\x6c\x86\x56\x6f\x73\xd6\x3c\x6e\x40\x34\xab\x4f\x01\x8f\xc3\ \x34\xc0\x80\x52\xb5\x94\x0e\xfc\x07\x5a\x2e\x33\xab\xde\x67\x0b\ \x35\x32\x25\x26\xb2\xb8\xe1\x17\x0c\xb5\xf6\xc8\xf5\x66\x21\x98\ \x3d\x85\x14\x93\xf7\xa3\x7e\xa1\xbe\xe6\x00\x9a\xf3\xd7\x42\x06\ \x23\x80\x99\xda\xe8\x00\x35\x30\x3a\xb3\x16\xa5\x55\x6b\xf1\xda\ \x2c\x96\xd0\x22\xe4\xb1\x9b\xfc\x95\x8e\xd5\xd7\xc9\x82\xb9\xb2\ \xe7\x72\x20\x58\x4e\x7b\x70\xe8\x77\x79\xbc\x5a\xb5\x5d\xaf\x35\ \x68\x6d\xf5\xb2\xd5\xe1\x34\x19\x80\x28\x43\xb5\xb9\xdd\x1e\xb4\ \x3a\xed\x1a\xfd\xac\xe4\x71\x2d\xda\xd9\x89\x2f\x97\x9b\x75\x7c\ \xcb\x89\x3f\xe0\x34\xd5\x52\x4b\x5f\x67\xba\x98\x87\x86\x33\x5f\ \xce\xe4\xee\x2c\x3c\xd9\xda\xd4\x6f\xaf\x19\x72\xa3\x46\x20\x17\ \xf4\x78\x3c\xb6\xc0\xb4\x3f\x59\x74\x82\x60\xa6\x0c\x8b\x69\xc0\ \xef\x1d\x78\x7c\x4e\x63\x28\x0b\x2e\xca\x63\xb3\xb8\xed\x86\x89\ \xd7\xe3\xf1\x0e\xbd\xb9\xa0\xb9\x86\xfa\x11\x56\xb3\x7a\x33\xd0\ \x8b\xc4\xc3\xf1\xea\x6a\x59\x09\xf6\x4e\x12\xd3\x56\xaf\x94\x8d\ \x2f\xfc\x6d\x57\xd6\xef\xb6\x1b\x43\x76\xa9\xd9\xe7\x36\x29\x8d\ \x46\xab\x41\x29\x57\x1a\xea\x2e\x9f\xde\xea\x00\x79\xce\x66\xc6\ \x41\xdf\xf1\x9f\xd2\xdd\x48\x33\x53\x09\x0c\xc6\xb1\x72\x25\xda\ \x4f\xc4\x4b\xa3\x65\x24\xda\xeb\x9f\x5e\x25\x7b\xd3\x64\x61\x5c\ \x8b\x87\x7b\xbd\xfe\x2c\xdc\xcf\x0e\x22\x91\x56\x2f\x5a\x69\x24\ \xfa\xad\x7c\xbc\x0d\x44\x56\xc8\x57\x46\xa9\x66\xfe\x38\xd1\x48\ \xad\x9a\xcb\x74\x32\xd9\x48\x55\xa3\xed\x44\xa3\x32\x6a\xb7\x8a\ \xed\x4e\xec\xbc\x91\x29\x94\x00\x29\xbb\x89\x6e\xac\x70\xda\xeb\ \x37\x0a\x91\xab\x8b\xe8\x32\x7c\x7a\xd2\x1c\x95\x52\xc9\x67\xab\ \x68\xa2\x54\x5a\x9d\x8f\xfb\xa5\x76\xe2\xfc\xf4\xa4\x70\xf1\xb4\ \x37\x2a\x0d\xf2\xc7\x27\xc9\xe3\x6a\xba\x09\x94\x78\x7a\xf1\xec\ \x38\xd2\x0c\xf7\x2b\x97\x7f\xb8\x3c\xfb\xfa\xa2\xfa\x6d\xaa\x72\ \x5e\x4d\x36\x9f\x36\xc7\xfd\xf9\x32\x9a\x7e\xf1\xf8\xbb\x7c\xbc\ \x19\x5b\x9d\x9e\x45\x4e\xcf\x5e\xbd\xf8\xcd\xe3\x68\xe2\xf4\xf8\ \xf8\xb4\x70\xfe\xfc\x2c\x11\x8d\x5e\x5d\x5d\x46\xcf\x33\xb1\x4c\ \x74\x39\x1f\x96\xa7\xd9\xec\x60\x1c\xa9\xe5\xa6\xe3\x81\xd7\x35\ \xcf\xa4\x46\xb9\xc1\x60\xb4\xa8\x2d\x1a\xa5\xc9\xac\x3d\x1f\x8d\ \xda\x93\xd4\x74\xda\x6b\x37\xd2\xf1\x78\x34\xda\x4c\xac\x7e\xf7\ \x87\x7f\xfa\xcb\x5f\xff\xdb\xbf\xfc\xed\x2f\xbf\xfa\x97\x1f\xdf\ \xfb\xf8\xd3\x7b\x1f\x7c\x78\xe7\xde\x27\x77\xee\xbd\x7d\xeb\xc6\ \x1a\x89\xb0\x46\xc5\xdd\xba\x73\x83\x00\x60\x85\xa3\x52\xd0\xfe\ \x10\x9e\xb6\x49\xc5\xe1\x77\xc9\x64\xc2\x1a\xd0\x21\x0e\x87\xdb\ \xba\x4d\x05\x60\xc3\x93\xc9\x6b\x14\x32\x8e\xb6\x85\x62\x8c\xc1\ \x38\xe1\xd1\xde\x10\xc8\x15\x8d\xb6\x4e\x41\xd1\xef\x20\x43\x40\ \x66\x78\x60\xc6\x6d\xd4\xa6\x7a\x74\x88\x72\xb0\xf0\x28\x53\x6b\ \x83\x08\x0e\x0c\xf4\x8e\x84\x5a\x55\xa9\x24\xe0\x3d\x22\xba\x0d\ \x88\x1a\xe4\x0f\x88\xdb\x44\xf2\x2e\x07\xdd\x1b\x24\x92\x0f\x48\ \xe8\xee\x23\x99\x03\x74\xb7\x8e\x07\x27\xb4\xcf\xb9\xff\xf9\xe7\ \x8f\x7e\xfa\xe0\xc1\xe7\x47\x8f\x1e\x7d\xf1\xd9\x4f\x7e\xf1\x90\ \x76\xfb\xe6\x0d\x02\x8e\xba\x7b\xf8\xbf\xbd\xf1\xc6\xff\x85\x3a\ \xe8\x09\x9b\x04\x2a\xfc\x02\x8b\x5b\xbb\x73\x8b\xca\x21\xd1\xe0\ \xfa\x78\x0a\x1e\xd0\x95\x48\x44\x37\x06\xa8\x64\x2a\xba\x2b\x08\ \x36\x8b\x8c\x07\xeb\xb6\x7d\xff\xfe\x2e\x01\x1d\x8b\x26\xdd\xde\ \xc4\x91\xd1\x09\x68\xf0\x5f\x07\x87\xf0\x8d\xdd\x07\x8f\x8e\xee\ \x1f\xdd\xe7\xbc\xc1\x60\x30\xde\xdf\x61\xf2\x58\x74\xe6\x0e\x9d\ \x85\x92\xeb\xee\xee\xed\x31\x31\xb6\x80\xcd\x06\x99\xb9\x4b\xe7\ \xb1\x99\x74\x31\x1f\x6d\xc8\x80\x53\xc2\x58\x74\x95\x98\x2e\xd8\ \xb9\x2b\xe0\xc1\x17\x5a\xa5\x44\xb0\x23\xa0\x33\x76\x58\xb2\xdc\ \xc8\x63\x52\x22\x47\xc6\x62\x72\xc5\xf0\x0d\x0c\x65\xa2\x33\x98\ \x12\x3e\x13\x7d\x0f\x04\x10\x50\x6c\x0f\xe1\x22\x9a\xec\xe2\xa3\ \x93\x7a\x5c\x60\x49\x3e\x93\x21\x62\xde\x05\xaa\x14\x49\x45\x62\ \x2e\x4b\x00\xd2\x84\x81\x3f\x13\xc9\xf5\x7c\x95\xe8\xfa\xd4\x0b\ \xc6\x02\x5d\x11\x4b\xc4\x52\x39\xc3\x91\x1e\xfb\xb5\x2a\x3e\xda\ \x88\xe2\x0a\x31\x06\x17\xcd\x83\x81\x42\x21\x3a\xe5\xf3\x51\x1f\ \x17\x8f\xc7\xdd\x83\x15\xb2\x77\x04\x5c\x90\x1d\x70\x6b\x74\x9e\ \x58\xa4\x42\x71\x5c\x62\x2e\xda\x4e\x02\xf7\x23\xe3\x63\x42\x16\ \x1a\x88\x37\xe8\x25\x5c\x21\x1f\x04\x96\x27\x33\x19\xac\x0a\xb9\ \x54\xe9\xd1\x2b\x35\x76\x21\x4f\xaa\x92\xf0\xb9\x6c\x16\x4f\x24\ \xde\xe3\xd2\xef\xb2\xf7\xf8\x3c\x58\x3c\xc8\x1d\x97\x0d\xb2\x2b\ \xd5\x48\xd5\x4e\x97\xcf\xad\x37\x6a\x9c\x4a\xf8\x16\x57\x01\x8b\ \x15\x8a\x44\x3c\xb1\x58\x84\x31\x58\x6a\x19\xc6\xa5\xcb\xb4\x42\ \xb9\x44\xa1\xb1\x68\xb8\x98\x4c\x24\xa6\x4b\x95\x1a\xa5\x5a\xa4\ \x93\x48\x84\x22\x59\xbc\xe9\x10\x5a\x7c\x5a\x9b\xc5\x64\x1e\xce\ \xfd\xa6\x90\x59\x69\x0f\x98\x2c\x01\x87\xc2\xec\xf4\x19\x4c\x2e\ \x93\x59\x61\xb4\xd4\x67\x03\x87\xd7\xee\x1f\x67\x5d\xc1\x80\x3d\ \x17\x0c\x5a\x72\x65\x97\xcd\x8b\x4e\x10\x1a\x8c\x73\xbf\x5a\x6b\ \x77\x58\xbd\xa1\x50\xbd\xe6\xf6\xe7\x0c\x66\xa3\xd7\xe1\x1c\xf4\ \xd4\x5a\xaf\xdd\x69\xd5\xd9\xda\x3d\xa7\xa5\xbe\x0c\x7a\xe6\x41\ \xef\x64\x68\xf2\x78\x82\x56\xb3\x7d\xde\x9e\x38\xe6\xb1\xd6\xa4\ \x56\xee\x85\xb2\x76\x47\x76\xd6\x18\x4c\x06\x56\x4f\xc8\x1c\x1c\ \xd5\xb3\xbe\x90\xdb\x33\xb7\xf9\x67\xbd\xa1\xdb\xe1\x73\xd5\xca\ \x5a\x67\xa7\x16\xf4\xd7\x01\x34\x3d\xf5\xe9\x7c\x58\x0b\xb8\xfd\ \x4e\x87\x3f\x68\x09\xce\x87\x59\xad\x27\x27\x73\x14\xa7\xa5\xca\ \xe9\xbc\x1f\xb6\x03\xc9\x34\x66\x4a\x63\x64\x00\x00\x20\x00\x49\ \x44\x41\x54\xc2\x67\x99\x36\xa8\xca\x09\x48\x4a\xbb\x53\x4e\x75\ \x3c\x69\x87\xd7\x17\x0c\x18\xbc\x3a\x89\xb9\x66\xb4\x38\xac\x36\ \x85\x4e\xa6\x51\xa2\x91\x58\x87\xcb\x62\x75\xdb\x6d\xc1\xf1\x68\ \xf4\xec\xe7\xc9\x6e\xaa\x5a\xed\xb6\x67\xed\x54\xb9\xdd\xe8\xf6\ \x26\xd3\xd4\xa2\x9a\x9a\x14\x4e\x5b\x91\xd8\x22\x52\x5d\xfa\xaa\ \x67\xa3\x65\xd9\x93\xea\xd7\x06\xe9\x6e\x37\x9f\x88\x80\xf3\x9a\ \xa7\x9b\xb1\xd3\x48\x3a\xff\x34\x32\xad\x24\xc2\xa3\x48\x31\x5e\ \x2d\xb4\x12\x17\x91\xe6\xc9\x49\xab\x19\xed\xc7\xda\x7d\x10\xa1\ \xd6\x2a\x36\x4c\x66\xe2\xc9\x46\xb8\x95\x4e\x35\x1a\x85\x69\xb7\ \x92\x89\xe4\xcf\xfb\x75\x50\xb7\xe2\xa8\x15\x4d\x9c\x34\x8f\xab\ \xb1\xe3\xe3\x42\xa4\x57\xe8\x47\x57\xc7\xaf\xce\x5e\x9e\x8c\x2a\ \xa5\xc6\xd9\x93\xaf\xf3\xf9\x6e\xf5\xec\x24\x7f\x9a\xff\xe6\x0f\ \xc7\xdd\x56\x3f\x5c\x2c\xbc\xfe\xf2\x8f\x3f\x3c\x2b\x36\x23\xd5\ \xcb\x6a\xfe\xea\xea\xb8\xb4\x1c\x4f\x9b\xcd\xab\x6f\x7e\xb8\xac\ \x14\xfa\x85\x33\x58\x54\xb5\x7a\xf5\xe2\x2a\x9d\x4a\xa6\x22\x89\ \x58\xf3\xec\x38\x1e\x4e\x57\xcf\xf3\x29\xc0\xd5\x4c\xa2\x55\x2f\ \x8f\xfa\x8d\xd2\x78\x39\xaf\x87\xda\x59\xcf\xbc\xbc\xcc\x4f\x46\ \xe5\xc9\xa8\x36\x1c\x2e\x22\xed\x41\xbd\xb7\x28\x2f\x96\x8d\xe8\ \x72\x59\x2a\x16\xe3\xc7\x99\x62\xec\xac\xfa\xf8\xf5\x9f\xfe\xed\ \x9f\xbf\xfa\xea\x93\x1f\xfd\xf8\x47\x1f\x7e\xf8\xe9\x2f\x7f\xfc\ \xde\xdf\x7e\x7a\xfb\xcd\x4f\xee\x6c\xdd\xbb\x73\xe7\xf6\x3a\x61\ \x9d\x86\xbb\xb9\x06\xaa\xb5\x49\x20\xd0\xd0\xb6\x3a\x0e\xc9\x0c\ \x0e\x4f\xdc\xbc\xb5\x09\x2a\x83\x36\x97\x88\xe8\x6c\x31\x99\xb4\ \x4d\xa5\xa1\x1c\x07\x1c\x79\xf3\x16\x9a\x76\x42\x37\x00\x29\x04\ \x12\x15\x95\x52\xe0\xd0\xae\x10\x89\xb4\x86\xac\x0e\xb8\x27\x60\ \xad\xdd\xa3\x47\xfb\x68\x20\x1d\xe5\xbc\x20\x74\x03\x00\x24\xc3\ \xb3\x89\x24\x14\xbb\x87\x6e\x0b\x12\x71\xa8\xb1\x90\x83\x12\xdd\ \xf1\x54\x70\x73\x6b\xe8\xa6\xde\x06\x99\x88\x8c\x1b\x65\x03\xc5\ \x2f\x80\x45\x3b\x40\x47\x08\x1f\x3c\xfa\xec\xc1\xfd\xfd\x87\x47\ \x9f\xff\xf4\x3e\xf5\xcd\x9b\x37\x40\x42\x89\xe0\xb0\xde\xf8\x07\ \x3c\x87\x48\x42\x89\xce\xeb\xeb\x20\x58\x9b\x5b\xb4\x75\x32\x95\ \x40\x40\x93\x58\x44\xd4\x33\x4d\x21\x02\xdc\xe2\x51\x37\xc6\x01\ \x87\x7c\x78\xb8\x0d\x7a\x05\xe6\x6a\xff\xd1\xd1\x36\x85\xb8\xcd\ \x21\x82\xd0\xad\xad\x6d\xa0\xe3\xd6\x1b\xe4\x43\xa0\xc7\xdd\xfd\ \x07\xfb\x47\x87\xbb\x9c\x37\x00\xbd\x40\x4d\xb8\x2c\x2e\x53\x00\ \xcc\xc4\x66\x60\x77\xd9\xe0\x56\x04\x80\x77\xcc\xf7\x05\x6c\xae\ \x00\x4c\x13\x53\x24\xc1\xc4\x62\x96\x04\x9c\x8e\x4a\x29\x61\x81\ \x98\xd1\xc1\x65\x61\xa8\x3c\x1e\x94\x68\x67\x87\xae\x0d\xf4\x3c\ \x28\x2b\x18\x6c\x15\x13\xdb\x01\x30\xe4\x5e\x37\xea\x08\xe8\x3c\ \x96\x00\x94\x88\xcb\x45\x93\x4d\x80\x96\xa0\x1b\x98\x84\x2b\xe6\ \x73\x59\x28\x82\x8b\x81\x32\xdd\x59\x00\x9d\x4c\x86\x90\x0e\xde\ \x87\xbf\xc3\x65\xf2\x31\x01\x93\xab\x53\xb3\x80\xf3\x24\x62\x11\ \x5f\xcc\x50\xab\xa5\x18\x0a\x35\x16\x9b\x8b\x49\x97\x42\xcd\x65\ \xf0\x78\x74\x1e\x1a\x7e\x62\x82\x55\x12\xa3\x5b\x80\x74\x1e\x88\ \x0a\x57\x04\xfa\x21\x42\xfd\xac\xa0\x93\x5c\xa9\x42\xc7\xe7\x8b\ \x61\xcd\x72\xa9\x5c\x0d\x98\x89\x9a\x97\x85\x7c\xa5\x14\x70\x10\ \x13\xa2\x56\x20\xa9\x5c\x84\xa9\x40\xb9\xb8\x6a\x95\x53\xa3\xe5\ \x89\xa5\x0a\x0d\x7c\xb6\x1c\x0a\x2e\xbc\x25\xb9\x98\xcb\x95\x32\ \x18\x3b\xf0\x2f\x0f\xc4\x91\x87\x31\x41\x03\x19\x3c\xfa\x5d\x81\ \xd0\xa8\xf7\xdb\x6d\x1e\x97\xc3\xed\x70\x2b\x40\xef\x78\x6a\xb1\ \x04\xe4\x09\x93\x08\x55\x12\x1d\x8f\x77\xdd\xc9\xaa\xd4\x89\x80\ \x0f\xe5\x1a\x19\x26\x97\x71\x95\x3c\x95\xc2\x65\x55\x4a\xd0\x6a\ \x44\xca\x62\xde\xa7\x30\x04\xfc\x6e\xad\xd9\xd9\x29\x9b\x14\x5e\ \xbb\xd9\x99\xb3\x3b\xea\x4e\xb5\xc9\x65\xd3\xdb\xb4\x96\x90\xd1\ \xaa\xf3\xd5\x5d\xc1\x79\x30\x10\x0a\x39\xfc\x2e\xab\x23\x18\x50\ \x87\xfc\x76\x87\xd1\xed\xb0\x5b\x44\xbe\x51\xc8\x6c\x45\xa7\x70\ \x3c\xb9\x71\xdd\x6b\xb6\x59\x9c\x66\xbb\x63\xd2\x1f\xdb\x8c\x1e\ \x4f\xa7\x63\x0a\xb5\x47\x7e\x53\x30\x97\x5b\x54\xca\xb6\x72\xcf\ \x62\xf3\x96\xed\x7a\x67\xb6\x55\xa9\x0d\xc6\x8d\x8e\x77\x98\xf3\ \xfa\x3c\xee\x60\x6e\xba\x68\x4c\x83\x1d\xaf\xa1\xbc\xac\x65\x07\ \x7e\x8b\xc3\xa3\x75\x97\x73\xf5\x81\xc7\xdf\x99\x78\x0c\xb5\x8e\ \x6f\xee\x33\xaa\x6c\x36\x47\xc0\x1d\xf2\x64\xfd\x5e\x74\x7f\x70\ \xe8\x0f\xb5\xed\x76\x7f\x2d\x20\xf3\x15\x97\xdd\x76\xbc\xd3\x2a\ \x7a\x06\x85\x4a\xe3\x34\x16\x99\x17\x27\xe5\x78\xbb\xdf\x2a\x4e\ \xcb\xad\xfa\x60\xe9\x0d\xd5\x80\x47\xe7\x1e\xa1\x37\x64\x06\xa3\ \xe5\xd0\xeb\x0c\x5a\x95\x1c\x04\xd6\x67\xf0\xd8\x2d\x3e\xfb\x2c\ \x9e\x6e\x3c\x7f\xdd\xcd\x44\x53\xc9\xc8\x55\x64\x59\xa9\xcf\x93\ \xd1\x6e\x29\xd3\x9e\x9f\xa6\x2a\x85\xa7\x89\x70\x7c\xd9\x5d\x8d\ \xcb\xe9\x78\x2b\x59\x19\x55\xc6\xe5\x41\x24\x1e\x69\x96\x5a\xa9\ \xc7\xdd\x5c\x38\x55\xc8\x8f\x2b\xd5\xcb\xe4\xa2\x18\x6b\x95\x5b\ \xf1\xca\xf1\x71\x2a\x16\xeb\x86\x33\xc5\xd4\x49\xbe\x94\x8e\x57\ \x2b\x95\x70\x35\x5e\xea\x37\xe2\x89\x70\x38\x1f\x4f\x47\xd2\xb1\ \x48\x37\x7c\xd2\x4b\x15\x9a\x95\x5e\xe5\xf2\x71\x2c\x9e\x38\xbd\ \x7c\x7c\x12\x6d\x9e\x56\x9f\xbc\x7e\x51\x8c\x96\x0a\x4f\x5e\xfc\ \xf6\xcb\xf3\xcb\x7e\x61\x79\x75\xf5\xec\xfc\x71\xac\x12\x79\x8c\ \xfa\x0f\x7f\xf3\xdb\x97\xa7\xf1\x55\xf2\xf8\xf8\xe5\x8b\xdf\x3d\ \xef\xa6\x8e\x8b\xe7\xcf\x9e\x7f\xf7\xe5\x37\x17\xe1\x54\x3b\xfa\ \xfa\xf2\xfc\xd5\x0f\x4f\xd3\x89\xc4\xf9\xc5\xe9\x2a\xd6\x4c\x25\ \x9e\xbe\xe8\x16\x23\xc9\x44\xfe\xb2\x0a\xdc\x0a\xc6\xef\xf1\xc9\ \xc9\xf9\x49\x24\x55\xe9\xf6\x96\xb3\x65\x6b\x3c\x4e\x35\xe7\xa1\ \x65\xd9\x37\x59\x8e\x93\xe3\xc1\x62\x19\xca\x2d\x66\x95\x93\xf9\ \x62\xd2\x6b\x97\x52\xd3\x70\x78\xb4\x48\x16\x32\x89\x4c\xf3\xe4\ \xf4\xf1\x8b\xd7\xbf\xfb\xc7\x7f\xff\xcf\x5f\xfd\xea\xc7\x1f\xbc\ \xf7\xd1\x07\x1f\x7e\xf8\xc1\x7b\x6f\x7d\xf0\xc1\x9b\xb7\xde\x7a\ \x73\xeb\x0e\x7c\xd6\x6f\x11\xa8\x37\xb6\x68\xf0\xcb\xda\x1d\xd2\ \xda\x16\x61\x9d\x42\x43\xf2\x03\x1f\x7b\xc2\xe6\x9b\x34\x2a\x3a\ \x32\x03\x44\x48\xbe\xbe\xd5\x47\xa5\xa2\x89\xcf\x0d\x2a\x95\xb4\ \x4e\x41\xdd\x38\x87\x78\x32\x0d\xc5\x28\x03\x80\xa1\xdb\x83\x24\ \x02\x68\x17\x61\x03\xb5\xa6\x6e\x1f\x80\xc0\x3c\xbc\xbf\x41\x42\ \x59\x2f\x28\xab\xfd\xbf\x50\x11\xf4\x6d\x9d\x80\xc2\x1d\x88\x20\ \x2d\x44\x94\xd4\x87\x76\xb2\x10\x57\x82\xfe\xad\xa3\x41\x09\x0e\ \x4a\x6b\x27\x83\xe6\xac\x51\x40\xca\x38\x1b\x87\x0f\x8e\x8e\x1e\ \x3c\xf8\xec\xfe\xfd\xc3\xfd\xa3\x07\x3f\xfd\xd9\x21\x69\x8b\x40\ \xa3\xa1\x0e\xb2\xfb\xff\xcf\xff\x77\x84\xa2\x91\xf1\x68\x96\x82\ \xb3\x49\xc1\x6d\xe1\x88\xb0\x2e\x1a\x38\xba\x4d\x54\x70\x41\x41\ \x91\x0d\x68\xa0\x1d\x5c\xd8\xc6\xf6\xf6\xc1\xee\xc1\xe1\xfe\xee\ \xc1\xee\xee\xc6\xa3\xcf\x1f\x6d\xd3\x36\xae\x5f\x64\x0d\xc4\x93\ \x74\x70\x7f\x97\x73\x80\x92\x04\x0f\x40\xaf\x0e\x50\xa6\x3b\x4b\ \xc4\xba\x0b\xc4\xc6\xe3\x73\x25\xe8\xcc\x20\xb8\x1f\x86\x08\x99\ \x25\x26\x86\x6e\xbe\xed\x30\x40\x11\x18\x5c\x06\x13\x25\xee\xed\ \xed\xf0\xa5\x32\xc5\x0e\x7c\x43\xf0\x8e\x80\x21\xb7\x18\x31\x3a\ \x4a\xff\x63\xca\x43\x4b\xb7\x59\x03\xfe\x05\xe3\xc1\x87\x97\xcf\ \x78\x87\x8e\x1c\x07\xfd\x1d\x31\x1f\x5c\x1b\x2a\xb8\x40\xf1\x7f\ \x74\xa6\x80\x25\x45\x43\x09\x4a\x3e\x6a\x3e\xe5\x03\xa1\x09\xb8\ \x0a\x3e\x1d\x1e\xb1\x23\xe2\xb3\x30\x09\xf3\x1d\x40\x53\x11\x50\ \x9e\x0c\xae\x83\x5e\x52\x8c\xf1\xc5\x3a\x99\x94\xcb\xe3\xf1\xe5\ \x2a\x5d\x67\x1a\xd2\xcb\x84\x42\x70\x7a\x7c\xa1\x14\x63\x88\x55\ \x98\x48\x24\x66\xc9\x24\xe0\xb9\xb8\x74\x0c\x45\x3e\xf0\x81\x60\ \x19\x20\x37\x98\x5c\x61\x04\x7f\x05\x22\xc1\xe0\x8a\xb4\x42\x90\ \x1d\x4c\x29\xe2\x61\x98\x10\x63\x89\x24\x12\x16\x0b\x63\xaa\xf5\ \x2a\x89\x18\x1d\x7a\x54\x48\xcd\x36\x85\x94\x2b\xb7\x9b\xe5\x52\ \x9d\xcd\x81\xf1\x84\x62\xbe\x02\x93\x2a\x51\x9c\x97\x00\x54\x9b\ \xcf\xe3\x4b\xb8\x02\x78\x17\xb0\x7a\xbe\x5a\x6f\xd0\xbb\xfd\x36\ \x97\x49\xa1\x74\x6a\xd5\x20\x7e\x72\x25\x0a\x95\x60\x71\x25\x4a\ \xb5\x1c\x9e\x6a\x50\xf3\x44\x5a\xbd\x50\xaa\x94\xaa\x5d\x46\x89\ \x42\x21\x91\x30\x24\x0a\xb7\x49\x2d\x91\x60\xa0\x95\x58\xbd\x19\ \x74\x68\x5d\x0e\xb3\xc9\x9e\xab\xe7\xfc\x6a\xab\xc7\x6f\x75\x78\ \x5d\x8b\xac\xde\xe5\xb6\x6a\xec\x16\xbd\xc7\x61\x53\xd9\x66\x5e\ \x6f\xd9\xef\xf0\x78\xfc\x41\xbf\xd1\xec\xf6\x6a\x82\x36\x87\x56\ \x6f\x31\xfa\x5c\x32\xef\xdc\x2e\xb3\x6b\x6d\x36\x83\xd5\x57\x0f\ \xf8\xf5\x21\x97\xde\x64\x32\xd8\x47\x0b\x73\x68\xe6\xf4\xda\x0d\ \xb6\x52\xc9\xad\x9f\xcd\xb2\x6d\x8f\xa7\x56\x9f\xb8\x1c\x9d\xa1\ \x2f\xe4\xaf\xc3\xdf\xed\xbe\xf2\xb0\x9d\xf5\xd9\xcc\x1e\xa3\xb3\ \xee\x0d\x4e\xfb\xf3\x5a\xc8\xa3\x1f\x8d\x16\x01\x80\x3d\x7f\xce\ \xef\x6a\x2f\xfd\xb9\xa0\x7f\x3e\x0f\x69\x7c\xad\xac\x2f\xe0\xb7\ \x99\x5c\xf6\x5e\xd0\x1e\x0c\x06\x86\x9d\x49\xd0\x57\x9b\xe4\xe6\ \x4e\x78\xc9\x90\x6c\x92\xec\x85\x2b\xd1\xf1\x64\x99\x2b\xb5\xe2\ \xcb\x74\xbe\xbd\x48\x97\x27\x95\x52\x65\x9a\x8c\xd6\x22\xf3\x5c\ \x4e\xe3\x9d\x0f\x83\x40\xab\x5a\xb3\xc3\xe9\xb2\xdb\x5d\x4a\x9d\ \xc6\xa8\xd0\x97\x87\x8d\xac\xd3\x15\x32\x39\xfd\xe3\x52\x7f\x7e\ \xfe\x7d\x2c\x9c\x88\xae\x40\x8b\x66\x29\xcf\xe4\xf4\xa4\xd2\x4e\ \x56\xe6\xa7\xe1\x76\x21\x7a\x76\x71\xdc\x4f\x3d\xeb\x4d\x8a\xa7\ \xfd\xde\x74\x31\x0a\x04\x3a\xe9\x0c\x48\x46\xbf\x71\x9e\x5c\x56\ \xe3\xe1\x52\xaa\x98\x39\x69\xd7\xbb\xc5\x74\x23\x5f\xc8\x44\x5a\ \xdd\x56\x3c\x33\x8d\xb7\x8a\xf1\xd2\x38\x3f\x9d\xf4\xbb\xe3\xe2\ \x79\xa6\x14\x89\x24\x63\xf1\x46\xbc\x78\xdc\x8d\xc5\x4b\xc5\x70\ \xb2\x18\x69\xa2\xc3\x7f\x2f\x9f\x9f\x3f\x7b\x91\x7f\x7e\x9c\x2a\ \x16\xae\xbe\x7c\x5a\x00\x9d\x7b\xf9\xf2\xdb\x1f\xfe\xfc\xfd\xe3\ \x7e\xaa\xf8\xec\xcb\x42\xe1\x32\xd6\xbf\xbc\x04\x36\x3b\x7f\xf2\ \xec\xf5\x2b\xc0\xcc\x97\x2f\xff\xf0\x8f\xdf\x9c\x87\x2f\xa3\xcd\ \x2f\x7f\xf3\xe7\xd7\xbf\x79\x91\xe9\x9e\xa5\x2e\xbe\xaf\xc6\x7f\ \xf8\xcb\xe3\x54\xa2\x79\x76\x71\x71\x06\xf8\xd9\x7c\x99\xef\x36\ \x56\xd1\xd8\xd9\x49\xb4\x10\x4f\x45\xe2\xc9\x48\x74\x75\xf1\xec\ \xb4\x5f\xed\x65\xe1\xef\x82\xc1\xac\x78\xd2\xcf\x96\x07\x93\x5c\ \x60\xd8\x4b\x0f\x16\xb3\xf1\x78\x30\x5e\x76\xf3\xe3\x51\x76\xd1\ \x6a\x8d\x46\xc9\xee\xac\x92\x89\x57\x12\xcd\xe4\xd5\xf1\x8b\xef\ \xff\xf4\x4f\xff\xf9\xaf\xff\xf9\xcb\x8f\x7e\xf4\xc9\xdb\xef\x7e\ \xf4\xf1\xc7\x1f\xdc\xb8\xf9\xf6\x9b\x37\xb7\xde\xbd\xb1\x79\xfb\ \xd6\x3a\xe1\xce\x16\x69\x6b\x6d\xed\xd6\xda\xcd\x5b\x37\x89\x6b\ \xeb\xeb\x04\xdc\x1a\x69\x9d\xb0\x49\x23\x51\x69\x9b\xeb\x38\x1c\ \x61\x8d\xb2\x49\xdc\x00\x63\xb4\x8b\x32\x48\x91\x68\x11\x00\x11\ \x71\x44\xb4\xbf\xc4\xe1\xec\x72\x28\x38\x22\x85\x80\xee\xcb\x51\ \x29\x44\x10\x32\xb0\x67\xd7\x2e\x89\xb3\x8b\x62\xa6\xb6\x49\x38\ \x32\x58\x20\xd4\x08\x41\x26\xa1\xa0\x62\x0e\x89\x40\x46\x9b\x4e\ \x44\x0e\x95\x40\x22\x81\x7a\x00\x0d\x92\x51\x4e\x16\x0e\x34\x0e\ \xd0\x94\x48\x45\xc7\x91\x39\x6b\x04\x12\x79\x1d\x7e\xcc\xe1\xe0\ \x51\x4b\xfd\x67\x0f\xd0\x1c\xd6\xd1\xd1\xfd\x9f\xfe\xdd\x36\xe1\ \xd6\x9d\x37\x6f\x6c\x11\xa8\x9c\xa3\x47\x0f\xc0\xbd\x81\x40\x12\ \x28\x20\x49\x60\x13\xa9\x04\x50\x5d\x14\x8d\x43\x26\x71\xd0\x59\ \xc4\x8d\x6d\xd2\xc6\xc1\x01\x91\x83\x6a\x12\xc1\xf5\x81\x74\xed\ \xe3\xf7\x77\xf1\x9c\x83\x47\x9f\x7d\xb1\x4b\x45\x67\xae\x41\x76\ \xe1\x67\xbb\xfb\xbb\xa4\x7d\x0a\x99\x73\x84\x66\xdf\xe1\x8b\x37\ \x58\xe8\xde\xd9\x3b\x74\x36\x58\x1d\x1e\x1b\x5c\x83\x60\x0f\x4c\ \x85\x88\xc9\x04\xe7\xb5\xc3\x46\x1b\x39\x3c\x26\x5f\x24\x02\x68\ \x64\xee\xf1\x77\xf6\x76\x76\x44\x52\xf0\x38\x7c\x2e\x5d\xc0\xe4\ \x6b\x8d\x8c\x3d\x9e\x52\xce\xe2\x73\x1d\x83\x99\x4f\x89\x7a\xe0\ \x45\x40\x5e\x5c\xb8\x98\x04\xa3\x73\x05\x4c\x29\xd8\x35\x24\x56\ \x18\x73\x07\x55\x86\x61\x5c\x1e\x8b\xcd\xd8\xc1\xa4\x62\x01\x57\ \xc4\x97\xc8\x99\x7b\x5c\x21\xef\xee\x1e\x83\x27\x54\x09\xe1\x35\ \x78\xec\x3d\xe0\x44\xf8\x4a\x2a\x53\x32\xa4\x12\x09\x57\x2a\xe5\ \x89\xb5\x72\x21\x18\x24\xb9\x42\xa5\x9e\xcd\x7d\x7a\x1d\x8a\xbb\ \x51\xaa\x24\x60\xd7\xb8\x7c\x31\x6a\xb5\x01\xe5\x13\xa0\x5b\x02\ \x6c\xa6\x80\x29\x44\x93\xf9\x62\xb1\x50\xae\xd0\xe8\x30\x26\x8b\ \x21\x15\x81\xb8\xa9\x41\x13\xaf\xbb\x72\xd8\x2c\xb1\x98\x2f\x10\ \xa1\x5b\x92\x6c\x99\x0e\x1d\x2a\xe4\x62\x42\x85\xca\x6a\xb4\x88\ \xb9\x1a\x9b\x43\x2c\xd5\x06\x0d\x20\x4f\x22\xa9\x12\x96\xc9\xe4\ \x32\xe8\xef\xb3\x78\x18\x1a\x8c\x60\xb1\xd9\x5c\x06\x80\xad\x40\ \xa4\xd1\x1a\x5c\x39\x87\x57\xab\x33\xe9\x15\x7c\x96\x18\x53\x6a\ \x84\x42\xa5\x8c\x41\x07\xc7\x06\x52\xad\x32\x6a\xc5\x62\x9d\x46\ \x29\x57\xeb\x0c\x39\xab\x0c\x96\x09\xc6\x50\x1b\x70\x1b\xd1\x09\ \x1e\x4c\x22\x0f\x25\xfa\x0e\x85\xc1\x04\x44\x98\x1b\x7b\xad\x3a\ \xb3\xd9\xe1\xf6\xba\xcd\x59\xb7\xc5\xe7\xd6\xfa\x43\x7e\x83\xd1\ \x6a\xd1\xd6\xdb\x59\x7f\x76\x19\x2a\xbb\xcd\x39\x8f\xdb\x1b\x70\ \xbb\x43\x2e\xaf\xc3\x66\x0c\xb9\x6c\x66\x6b\xdd\x63\xb6\x9a\x9c\ \x6e\x93\x27\x34\x19\xfa\xb4\x7e\xa7\x3d\x17\xb0\x05\x83\x3e\x7b\ \x6d\xd1\xc9\x69\xb5\x86\x6e\xca\xaa\xcb\x96\x03\x35\x5f\xc8\x5a\ \x1e\x6a\x1d\xd3\x74\x2d\x97\x9d\x2c\x4b\x21\x4f\x67\xd0\x1e\x2f\ \x6c\x56\xa7\xd5\xe2\x0d\x05\x6b\x95\x91\xc3\x64\xb1\x4c\xea\xf3\ \x40\x3d\x90\xf3\x05\xed\xae\xd9\xb8\x53\x0b\x04\x6b\x01\xbf\x36\ \x57\xb3\x3a\x9d\x01\x9b\xde\xee\x2a\xd5\x1d\xbd\xd9\x30\x98\x75\ \xd9\xad\x81\x85\xdf\x65\x72\x05\x87\x1d\xf5\xa4\x92\x68\x8d\xd2\ \xc5\xca\xc8\x52\x2f\xc5\xa7\xc9\x7c\x71\x1c\xf6\xf7\x8b\xb1\x52\ \x70\x9c\xae\xf5\x86\xa5\x8a\xaf\x56\xf7\x84\x02\x1e\x2d\x18\xd0\ \xac\xd7\xe2\xb6\x99\x75\x32\x85\xd6\xe4\x0b\x04\xe7\x6e\xb3\xc5\ \x62\x72\x56\x02\xb9\xce\x0f\xbf\x1d\x4c\x92\x91\x54\xbf\xdb\x1b\ \x56\xdc\xf5\x44\xa2\xdb\x8f\x24\xeb\x89\x65\x29\x53\x8d\x9f\xc4\ \xfb\x85\xa7\xb3\x45\xf3\xb2\x3b\x99\x8d\xcb\xe5\xe0\x34\x7a\x3c\ \x8a\x34\x53\xf1\xcb\xe2\xb2\x10\x0f\xf7\x93\xe1\x93\xf3\xd4\x24\ \x13\x01\x09\x8b\xc4\x0a\xe9\x46\xec\x14\xc4\xa9\xdb\x8d\x36\x16\ \xbd\x79\x39\x9a\x1a\xf5\x93\xc9\x52\x24\x1f\xcb\xb4\xfa\x91\xd3\ \xf8\xa4\x92\x6c\x2c\x96\xad\x4a\xba\xd9\xcf\xfc\xe1\x87\xdf\xfd\ \xe6\xdb\x3f\x3f\x7e\xf6\x34\xdd\x4d\x44\xae\x4e\x33\xe1\x46\x38\ \xfe\xfc\xf1\x77\x7f\xf8\xee\x87\xd3\xc9\xb8\x5b\x38\x3e\x7b\x72\ \xb1\xca\x9c\x9f\x9d\xc5\xe3\xcd\x67\x2f\x5e\x3d\x4e\x14\x0a\xaf\ \x5e\xfd\xe1\xbf\x7f\x79\x15\x89\xb5\x56\xcf\xff\xf2\xf3\x27\xdf\ \x3e\x3b\x0e\xc7\x5b\x67\x2f\x9f\x5f\x3c\x7f\x92\x09\x17\xc0\x59\ \x3d\x7e\xba\x7a\x9a\xac\x3e\xaf\x76\xc7\xf1\x7c\xa1\xba\x4a\x25\ \x62\x99\x64\xa3\x99\x88\x95\x32\x4f\xf3\x89\x6a\x7b\xb2\xe8\xcf\ \x3a\xfe\x4a\x71\xd6\xe9\x00\x0a\x4e\x6a\x25\x70\xa0\xe5\x79\xbf\ \xd7\x6e\x45\xd2\x83\x65\x6d\xdc\xed\x36\x2a\xe1\x5e\x31\x9e\x49\ \xc5\x33\xb1\xea\x37\x17\x5f\xff\xf9\x0f\xff\xfc\x1f\xbf\xfa\x9b\ \xaf\x3e\xf8\x97\xbf\xf9\xf4\xd7\x6f\xbf\xf7\xc9\x47\x6f\xbf\x79\ \xef\xd6\x8d\x0f\x6e\xdf\xba\x75\xfb\xe6\xe6\xfa\x3a\x05\x8f\xa3\ \xd2\x08\xeb\xb7\xee\xdc\xc0\x21\x3a\x5c\xa7\x52\x50\xd6\x0b\x8d\ \x48\x59\x5f\x43\x63\x4e\xeb\x24\x14\xd4\xf0\xd9\xc3\x0d\xd4\x9f\ \x43\x43\x45\xf5\x6b\x60\xab\x50\x93\x2a\x91\xb2\xbd\x0b\x46\x09\ \xb7\x06\xff\x6c\xe2\xd0\x71\x3e\xf0\x3b\xf8\xc3\x5d\x3c\x89\xb8\ \x7d\x70\xf0\x10\x34\x03\x25\x90\x22\x84\xe4\xa0\x47\x10\x91\x0d\ \xa3\x72\xc8\xeb\xff\x15\x31\x43\x44\x95\x5c\x44\x22\x07\xe5\xbe\ \xaf\x6d\xe2\xb7\x0f\x68\x34\xca\x75\x1b\xd8\x36\x7a\x71\xda\x26\ \x11\xc5\x28\x6c\x80\x5a\xdd\x3f\x7a\xf8\x08\xb5\x86\x3d\x7a\xf8\ \x8b\x9f\xec\x52\x6e\xde\xbb\x75\xf3\xc6\xda\x5b\xd7\xcd\x61\x07\ \x07\x64\x2a\x2a\x7b\x05\x1a\x25\xd0\x28\x44\x02\x85\x4c\x21\xa3\ \x7d\x7f\xd4\x37\x8d\x0a\x28\xf0\xfb\xfb\x9c\xfb\x1c\x20\x41\x60\ \x4d\xe2\xc1\xee\x21\x79\x83\x42\xda\xdd\x3e\x7c\xf8\x93\xcf\xe1\ \xcd\xec\xee\x73\x50\xc8\x04\x71\x1f\xf8\x70\x77\x9b\x42\xde\x3e\ \xbc\xff\xe0\x73\xd4\x9a\xc3\x42\x3b\x53\xf0\x79\x67\x70\xd9\x7b\ \x2c\x34\x93\x40\xe7\x32\xee\xb2\x31\x1e\x5d\xc8\xe2\xee\xed\x81\ \xb3\x00\x63\x24\x14\xf3\xc0\x33\xed\xd1\xf9\x4c\x01\xa6\xd3\x88\ \xe9\xbc\xeb\x21\x52\xa9\x55\xcf\x67\x89\xe4\x6a\x3e\x5f\xe6\xc9\ \xf9\x5c\x4e\x19\x20\x21\x1f\xa0\x0c\x2e\xb8\x07\xd0\xc7\xdc\xd9\ \x11\xd0\xd9\x6c\xc1\x5d\x26\x0b\x1d\xef\x01\xc5\x13\x71\x45\x42\ \x26\x8b\x4d\x17\xed\x08\xd0\xc1\x64\x09\x08\x96\x5c\xcc\xa0\x33\ \x44\xe8\x74\x8b\x4a\x84\x44\x10\x54\x53\x22\xe0\x59\xcc\x22\x31\ \x70\x29\x57\x22\x51\x68\xd4\x7c\xae\x48\xa5\x90\x73\x75\xe5\x92\ \x5b\xab\x54\x4a\xc1\x16\x49\xd4\x62\x26\x4b\x24\x93\x02\x76\x72\ \x79\x6a\x09\x80\x27\x1a\x9d\xc0\x30\x2e\x13\xed\xc3\xd3\x99\x7c\ \x9e\x5c\x05\xa2\x2a\x56\x4a\xe9\x62\xb1\xd2\x00\x0b\xc2\x76\xc4\ \x60\x1a\x55\x62\x24\x3f\x5c\x11\x6f\x87\xab\xe2\xb3\x98\xfc\xeb\ \xb1\x4f\xb3\x49\x87\x69\xad\x5e\x0f\x68\x49\xc8\xa6\x40\xd3\xf1\ \x4a\x11\x00\xaa\x90\xc5\xba\x0b\x2e\x4f\xc0\x05\x09\x63\xa0\x48\ \x77\x1e\xd0\xb2\x5c\x63\x72\xda\xcc\x2e\x9b\xcd\x66\x35\x89\x78\ \x72\xb1\x4e\x2f\x57\xc9\x65\x2a\x91\x44\x2d\x14\x49\xe5\x7a\x83\ \x59\x2a\x96\xeb\x64\x5a\x85\x4c\x61\xb6\xf1\xc5\x7c\xa1\x5a\x21\ \x14\x7a\x9d\x06\xb1\x90\xcb\x95\xab\xf5\xde\xc8\xd8\xe6\xb0\x87\ \x9c\x2e\x97\x77\x36\x00\x89\xb1\x18\x9c\x16\xa3\x37\x67\xd7\xd9\ \x02\x6e\xbb\x27\xe8\xb5\xa3\x43\xc3\xed\x5e\x07\x24\x6b\x08\x40\ \x58\xf7\x39\xc1\xaa\xe4\xea\x7e\x9d\x46\xeb\xf2\xf9\x5c\x6e\xb7\ \xc9\xa0\x70\x7b\x40\xe5\x3c\x33\x60\x48\x8f\xc3\x55\xf6\xbb\xea\ \xa5\xa0\xad\x5c\xeb\xe4\x2c\x66\x7b\x3a\xed\xd4\x4e\x66\xc1\x79\ \x76\x91\xf3\x65\x6d\x9e\x49\x19\x28\xb0\xd6\x2f\x5a\xcc\x9d\x54\ \xa6\x99\xf4\x04\x82\x60\xb1\xb2\xf0\x83\x80\xcd\xe1\x36\xd6\x3c\ \xe5\x6c\x6d\xe8\xf3\x38\xcd\xd6\x40\x2e\x90\x9b\x2f\xcb\xa0\x34\ \x4e\xaf\xd9\xef\xf3\xf9\x9c\xde\xd0\x64\x31\x99\xe7\x5c\xb5\x90\ \x45\xef\x18\xf5\x3a\xf6\xac\xbf\x9c\xcb\x99\xc7\x89\x4c\xaf\xd4\ \xe8\x4c\x7b\xce\x69\xb1\x18\xaf\x5e\xc6\x17\xb1\x5c\x2f\x85\xc6\ \x3f\x23\xa3\xe6\x62\x92\xf6\x66\x97\xb5\x41\xd0\xe7\x70\xbb\x7d\ \x41\x87\xc3\xa1\x33\x6b\xb4\x7a\xbd\x3e\x54\x06\x40\x74\x7a\xbd\ \x7a\xef\x3c\x10\x98\xbe\x3a\x9b\xb6\xaa\x95\x56\x6a\x5c\x6a\x27\ \x03\xad\x66\xb3\x30\x2e\x75\x83\xf1\xf1\x32\x93\x4a\x66\x92\xb3\ \x7c\x75\x38\x0a\x37\xa3\xd3\xd2\x78\x00\xf2\x99\xc9\xe7\x13\xe7\ \xfd\x67\xcd\x62\xe3\xb4\xd7\x48\x1d\x3f\x59\x9d\x0f\x7a\xad\x55\ \x33\x1d\x4f\xa4\xf3\xfd\xc6\x49\x3e\x13\x4d\xa6\x92\x89\x74\x31\ \xd6\x00\xf7\xd5\x2d\xe6\x33\xc7\xcd\xb3\x70\x2c\x19\xcb\x64\xa2\ \xed\x70\xa3\x3b\x9d\x8c\x4b\x89\x62\x27\xfc\xc7\xdf\xfd\xf0\xf2\ \x9b\x2f\xaf\x63\x98\xaf\xae\x1e\xaf\x2e\x5e\x9e\x15\xe2\xdf\x7d\ \xf7\xbb\xef\xaa\x5f\x26\xba\xdd\x64\xfe\xfc\x9b\x3f\x5c\x3e\x6f\ \xa6\xce\x23\xc5\xf3\x27\x5f\xbe\xfa\xee\x45\x22\x9c\xff\xf6\xc5\ \x0f\xaf\xbf\x7f\x79\x92\xcf\x47\xcf\xbe\xff\xee\xfb\x6f\x9f\xa5\ \x13\xcd\x6e\xea\xea\xfb\x17\x67\x4f\xf3\x17\xcd\xd4\xd9\xd7\xbf\ \x79\xfe\xfc\xc5\xf1\xd3\x17\xb1\x4c\x29\x85\x56\xb3\x3a\x29\x86\ \xc3\x95\x44\x21\x7a\x92\x7f\xd2\xbc\x8c\xb5\xfb\xd3\x7e\xa5\x37\ \x4f\x15\x67\xf3\x59\xbf\xdf\x5e\xd6\x16\xa5\xfa\x64\x30\x5f\xcc\ \x8a\xfd\x62\x63\x39\xed\x2f\xc7\xad\x41\xab\x51\xe9\x95\x9a\xd1\ \x93\xf0\xf1\xf9\xf3\x3f\xfe\xe5\xff\xf8\xa7\xff\xfc\xea\x47\x7f\ \xfb\xeb\xf7\x3e\xfc\xf1\x2f\x7f\xfc\xc1\x47\x5f\x7d\xfc\xf6\xbb\ \xef\xdd\xbe\xf3\xf6\xdb\xb7\x69\x5b\x9b\x6b\x34\xc0\x28\x0a\x85\ \xb2\x86\xa3\xdd\xda\x44\xbe\xea\x06\x98\x22\x02\x81\xba\xb6\x85\ \x2a\xe9\x49\xeb\x6b\x38\xc2\xc6\x36\x60\xdc\xe1\x36\x05\x87\x43\ \x55\xcb\x78\x32\x69\xf3\x06\x1a\x40\x20\x83\xe0\x90\xf0\x54\x1c\ \x8a\xa1\xa2\x12\x49\x54\x34\xeb\x40\xa5\xae\xa3\x3a\x08\x0a\x0e\ \x55\x2a\x73\xf6\x0f\x69\x24\x34\x86\xb5\x46\xc5\x13\x70\x64\x22\ \x4a\x93\x21\x6c\x70\x28\x04\x90\x30\x50\x29\x3c\xba\x5b\x88\x66\ \x51\xff\x6b\xe3\x0a\xdc\x16\x01\xb0\x93\xc3\xa1\xa2\x96\x54\x78\ \xc4\x36\xca\x14\xe5\x3c\xfc\x29\x10\x21\xa2\xcb\x07\xfb\x0f\x1e\ \xfe\xe2\x17\xdb\x84\xcd\xdb\xb4\xf5\x5b\x37\x36\xd1\x79\xc6\x6d\ \xfc\x06\x99\xc0\xb9\x3e\xf9\x8c\xae\x47\xc2\xa1\xbd\x36\xd4\xf6\ \xbc\xcd\x21\xc2\xcf\xf7\xb7\x49\x68\x46\x94\x88\xf6\xd0\x76\x77\ \xd1\x9d\x4b\xf0\x4f\x1b\xbb\x20\x83\x8f\xfe\xfe\xb3\x7d\x74\x46\ \x9b\x4a\xa5\x6d\x01\xcf\xa2\x4d\x7f\xe2\xee\x01\xda\x26\xbb\x7f\ \x1f\x09\x16\xa8\x09\x48\x95\x04\x43\xb3\x57\x22\x16\xb8\x2c\x26\ \x9b\xc9\xe3\x01\x32\xf1\x98\xac\x3d\x3a\x43\x4c\xc7\x18\x0c\x3e\ \x1b\xf5\xc7\xd0\xd9\x4c\xa1\x4e\x26\x42\x7b\x52\x40\x6f\x4a\xb3\ \x4d\x0e\xbc\xa6\x13\xf2\x65\x8e\x90\xcf\xa5\x16\xa2\x79\x2e\x16\ \x08\x0a\x3a\xcd\xc2\xe2\x71\x59\xef\x33\xc1\x6c\xd1\x77\xf8\x3c\ \xd0\x3c\x2e\x08\x20\x93\x2e\x94\xbc\xc3\xe5\x63\x5c\x2e\x9a\x90\ \xa0\xa3\x9d\x2c\xa9\x0a\xe8\x8f\x2e\x02\x45\x14\x8b\x58\x3b\x74\ \x4c\x2c\x92\x4a\x05\x5c\xb5\x5a\xc6\x07\x15\x13\x49\xc5\x7a\x83\ \x8c\xc1\x95\x2a\x0d\x72\x91\x2a\xdb\x76\x18\x94\x6a\x2e\xc6\xd8\ \x61\x49\xa4\x4a\x3e\x53\x82\x6e\x09\x62\x22\x15\xa8\x12\x2a\x28\ \x63\xf0\xb8\x3c\xb0\x4f\x20\x5b\x62\x3a\x53\x2c\x17\x32\x50\x1a\ \xe0\x0e\x97\xaf\x54\xb0\x78\x3c\xa9\x18\x55\xe5\xa8\xc4\x2c\xb4\ \xe5\x05\xde\x4a\xa5\x04\x4a\x93\x08\xe1\xb1\x32\x63\xc8\xa6\xb4\ \x58\x1d\x4e\x8f\x45\x6f\xb4\x1b\xe1\xf5\x65\x72\x95\x98\xc7\x50\ \xf3\xd9\x18\x88\x1c\x9b\xcb\x93\x80\x46\xa2\x41\x32\x40\x55\xb3\ \x51\x6d\x73\x3b\x8c\x16\xab\xd9\x6c\x51\x71\x25\x7c\xb9\x4e\x2a\ \x81\x87\x8b\x24\x0a\x99\x4c\x2e\x96\x1b\xb5\x52\x21\x5f\xa2\x92\ \x4b\x24\x1a\x87\x19\x10\x5b\x63\x53\x4a\x54\x76\x83\x4c\xcc\x07\ \xfb\xa5\xd2\xd6\x12\x23\x1b\x6a\x6e\x77\x65\xbd\xb5\x41\x47\xa1\ \x00\xba\x74\x84\x42\x6e\x9b\x5c\xe1\xf0\x98\x1d\x76\x47\xce\xa9\ \x97\xf9\xe7\xa3\x69\xd0\xe8\xf0\xd7\xbc\xf6\xc0\xc0\x65\x35\xd8\ \x72\x3e\x8b\xd5\x60\xf5\xfb\x72\x35\xaf\xdb\x68\xb2\xdb\x1d\x66\ \x67\x27\xe4\xee\x58\x4c\x7e\xb3\xd7\x6a\x76\x87\xaa\x7d\x93\xc5\ \x6e\x71\x6a\x8c\x8e\x76\xd2\xae\x2f\xcd\xed\xd9\xe0\xa2\x3e\x2c\ \x87\xbc\xed\x54\x2e\x9b\xf3\x4e\xea\x0e\xdf\x24\xdd\xec\xd6\x6c\ \xc1\xf2\xdc\xe8\x19\x66\x27\xc1\x72\x70\x3e\xd7\xb8\x83\x96\xd0\ \x2c\xe4\x76\x2f\xfc\xce\xf2\xb8\x32\xf4\xe4\x72\xbe\xa1\x3e\xe8\ \xf5\x78\x72\x75\x8b\x1b\x48\x71\x3c\x9b\xcd\x73\xde\xba\x4f\xe1\ \xca\x4e\xe7\xf5\x6e\xcd\x3b\x09\x99\x2b\x17\xa9\x69\xaa\xd1\x1b\ \xa7\xea\xad\xd8\x49\x2c\x92\x2f\xfa\xfa\xf5\x41\xb2\x3d\xe9\x85\ \xdb\xed\xe3\x7e\x27\x52\x76\x86\x16\xe0\xea\xec\x16\xbb\xcb\xef\ \x9c\xbb\x34\x3a\x93\x4c\x2e\x77\x0c\x5d\x1e\xab\x3d\x1b\xf2\x6a\ \x5c\xc3\xd9\xb2\xf2\xf4\xe5\xb2\x94\xaf\x54\x22\xa9\x51\x3b\x35\ \x6c\x1f\x67\x5a\x91\x68\x66\x1e\xed\xa6\x62\xe9\x78\x77\xd0\x8b\ \x47\xca\xfd\xe2\x45\xa2\x9a\x6e\xbb\xed\xae\x51\x29\x1e\x4e\xb6\ \x32\x2f\x4f\xc3\xf1\x6a\x23\x99\x3e\x79\x52\x38\xee\xf6\x4e\x56\ \xd1\xe8\x71\xa5\x12\x4f\xa6\x13\xe7\xdd\xcc\xd5\xa8\x17\x49\x87\ \xf3\xa9\x56\xbb\x5f\x8a\xbf\x6c\x2e\xab\xa9\xea\x69\xa1\x90\xbc\ \x88\xcc\x9b\xe1\xde\xa8\xd5\x48\x87\x23\xdd\xf3\x3f\xfd\xe5\x87\ \xdf\x7c\x73\x5e\xec\x2e\x9b\x4f\x9e\x5f\x5e\x9d\xbd\xc8\xa7\xc3\ \xd5\xa7\xaf\x5f\xbf\xb8\xfc\x3a\xd1\x06\x93\x73\xf6\xfd\xab\x17\ \xaf\x9f\x84\x13\xc7\x17\xaf\x5e\xff\xe1\xfb\x57\xa7\xa3\xc8\xe9\ \xd5\xd3\xef\xfe\xc7\x0f\xbf\x39\xed\xb6\xd2\x57\x97\xe7\x2f\x2f\ \x2f\xe2\xb1\x70\x3f\xfe\xf8\xe5\x65\xf1\xec\x74\x95\x6c\x9f\x3f\ \xbf\x78\xf6\xf5\x2a\xff\xf8\xeb\x7c\x37\x72\x76\x51\x38\x6e\x15\ \xe2\xfd\x7e\x22\xdc\x8c\x65\x1e\x9f\x3c\x4d\xac\x22\x00\xa8\xb3\ \x59\xaf\x91\x4c\xb6\xa7\xb3\xd9\x64\x34\x18\x8f\x26\x65\xf8\xfb\ \xa1\x3d\x1f\x0d\x46\xa5\x76\x77\x34\x99\x8e\xeb\x8b\xf6\x74\x92\ \xaa\xc6\x56\x99\xfc\x37\x3f\xfc\xf9\x7f\xfd\xb7\xff\xf8\xfd\x8f\ \x7f\xfd\xeb\xaf\x6e\x7f\xfc\xcb\x7b\xf7\x3e\xfa\xe0\xed\x9b\xf7\ \xde\x7e\x1b\xb5\x3c\x6f\x82\x65\xa2\x6e\x6e\xe2\xa8\x38\x12\x69\ \xed\xd6\xad\xb5\x75\xdc\x26\x69\x7d\x0b\x1d\x26\xc6\xe1\xd6\x68\ \x78\xd4\x93\xb3\x45\x43\xd5\x5b\x48\x43\xd6\x50\xda\x02\xd8\x99\ \x1b\xf0\x05\x67\x93\x40\x00\x88\xe3\xec\x6e\x70\x68\x04\x3c\x69\ \x1d\x40\x11\x6d\x4c\x01\x7c\x91\x40\x8c\x08\x24\x90\x9f\x03\x10\ \x2c\xce\x36\x81\x08\xa6\x07\x9d\x54\x06\xd9\x02\xd4\x24\xe1\x70\ \xc0\x86\x48\x62\xf0\x1b\x44\x10\x18\xfc\x36\xe5\x3a\x6e\x6f\x17\ \x4d\xa8\x82\xb9\x42\x91\x81\x1c\x22\xea\x94\x5e\x07\x27\x86\x06\ \x12\xc8\x9f\x7f\x71\xf4\x39\x78\xac\xcf\x8e\x1e\xc1\x7f\x3f\xfd\ \xc5\xe1\xda\x9d\x37\x6f\x6d\xdd\xb9\x01\x7a\x8a\xa3\x81\x1a\x51\ \x41\x77\x50\xa8\x29\xee\xda\xf4\x11\xd7\x09\x54\x78\x0f\x9c\x6d\ \x12\x48\xf0\xe1\xfe\x36\x85\xb3\x41\xe1\x70\x08\x64\x3c\x08\x17\ \xfe\x10\xd4\xea\x60\x1b\x7f\x1f\xd6\xb5\xff\xb3\x2f\x7e\xf2\xd9\ \x06\x95\xb3\x0b\x0b\xa2\x81\x0e\x6f\x1c\xec\x6e\xa0\x06\xe8\x07\ \xf7\x77\x0f\x77\xdf\xe0\xb3\x90\x78\x30\x30\x3e\x1f\x7c\x05\x8f\ \xcf\x04\x77\xc5\xe0\x5d\xef\x0b\xd1\x51\xaa\x0a\x17\x15\x43\x2b\ \x85\x22\x54\xaa\xca\x12\xec\x30\x45\x06\x21\x7b\x87\xb1\x23\x78\ \x67\x4f\xa0\x32\x99\x85\x74\x2e\x1d\x98\x4d\xa9\xcf\xcd\xad\x26\ \x3d\x83\xc9\xa7\xa3\x14\x17\x0c\x1e\xc7\x67\x03\x55\xbe\xc3\x47\ \x69\xee\x02\x16\x4b\x80\xb1\xf8\xc2\x9d\xbb\x00\x7c\x7b\x4c\x9e\ \x44\x82\xe6\x52\xb9\xcc\xeb\xf3\x3b\xa0\x82\x7b\x74\x4c\xc9\xa5\ \xf3\x55\x0c\x70\x79\x7c\x15\x26\x61\x8a\x94\x06\x11\xac\x81\x27\ \x67\xf0\x54\x1a\xbd\x54\x25\x92\x2b\xe4\x42\x89\x7f\xee\xb7\x28\ \xb0\xf7\x25\xdc\xeb\xd1\x50\x80\x57\x50\x0c\x2e\x6a\x3e\x04\x1a\ \x43\x72\xb2\x47\xe7\x89\xf8\x7c\x8c\xce\x07\x42\x04\x0f\x46\x67\ \x08\x31\x94\xc4\xa5\xd3\xab\x80\x49\x79\x22\x58\x83\x44\xcc\x13\ \xa9\x30\xb0\x7a\x2c\xa9\x5a\x0e\x4f\xc5\x40\x1f\x85\x32\x97\x49\ \x29\x52\xa8\x8d\x0e\x27\x58\x1c\x2d\xea\x40\xd4\xa8\xc4\x42\x0c\ \xe3\xed\xb1\x45\x62\x06\x3c\x15\x6d\xb5\x89\x45\x00\xba\x4c\x95\ \xc5\x60\xb6\x39\xed\x7a\x93\x57\xab\x35\xc9\xe5\x18\x1d\xcc\x18\ \x5f\x2c\x05\x34\x54\x08\xc5\x42\x9e\xca\xa8\x10\x4b\xa4\x0a\x99\ \x58\xab\xd6\x59\x74\x7c\x4c\xa2\x34\xc8\x30\xa1\xc3\x22\x16\x89\ \xc1\x84\xca\x15\xd9\xf8\xdc\x06\x3c\xe7\x0c\xba\x14\xc1\x61\xcd\ \xa8\x30\xda\x83\xe0\xb6\x9c\x7e\x9d\xc1\xe6\x70\xa2\x9d\x1f\x93\ \x41\x5e\x9f\x66\x7d\x7e\xb0\x55\x65\x57\x2e\x10\xf0\xf8\x0c\x96\ \x9c\xd3\xeb\x32\xd8\xdd\x01\x83\xd3\xd7\xf1\xea\xcd\x6e\xb7\xd3\ \xee\xf3\x0d\xa7\x7e\x93\x41\x63\x85\x1f\xf9\x22\x53\xbb\xdb\x63\ \xf7\x9a\xf5\xfe\x24\x5c\xbe\x34\xaa\x85\xda\xe5\x9c\x6f\xe0\xf4\ \x8d\x3b\xee\x90\xc3\x3e\x5f\x98\x2c\x48\x22\xca\x4e\x67\x3d\x64\ \xf7\x0d\x1a\x9d\xe5\xcc\xe5\x9a\x58\x66\xe5\x6c\xdd\xe9\xf3\x18\ \x5d\x66\xef\xa2\x97\xcb\xfa\x3d\xd3\x89\xdb\x30\xa9\xd4\x9d\x9e\ \x80\xd3\x5b\x73\x05\xca\xcb\xd1\x74\x12\xec\x94\xbd\x9e\x5a\x3d\ \xe7\x9b\x05\xca\x03\xb7\x69\x9a\x4c\xf7\xa3\xd1\x74\xbb\xe8\x9d\ \xc4\xa2\x89\x93\x4c\xab\xd6\x2d\x57\x5a\xfd\x7e\xfa\xa4\x57\xef\ \x8e\xc6\xfd\x40\x70\x38\x9b\xf9\x3c\x36\x9b\xc9\x6f\x77\x0c\x1d\ \x32\xb3\x50\x6a\x52\xaa\x7d\x66\x3f\x58\xca\x90\xdf\x62\x9b\x8f\ \x96\xc5\xdf\x3d\x9e\x4f\xab\xd5\x78\xb2\x31\x99\x86\x17\x91\x44\ \x3b\x97\x88\x55\xca\xf1\x58\x2a\x9d\xae\x96\x82\x8d\x42\x3c\xd7\ \xea\xc7\xd3\xc9\x5e\x39\x67\x5f\xa4\x53\xad\x48\x38\x15\x3d\x59\ \x65\x8a\xd1\x64\x2b\x95\x4f\x9e\x3f\xab\x57\x4e\xc3\x91\x62\x14\ \x9c\xcf\x34\x91\x0f\xc7\x93\x99\x74\x6b\x54\x1f\x54\xa2\xa9\x68\ \x34\xd2\x7c\xbc\x4a\x3f\x5f\x9d\x5c\x1c\x47\x8e\x9f\x9d\x64\xa2\ \x55\x00\xc4\x4c\x31\x15\xed\x5d\xfc\xe9\x7f\xbc\xfa\xf9\xcf\x9f\ \x56\x2f\xe2\xe9\x8b\xe7\x91\xcb\x64\x62\x36\x4e\x26\x5f\x3c\x79\ \x76\xfa\xfc\x65\xba\x55\x29\x56\x4e\xbf\xfd\xee\xc5\x55\x35\x92\ \x6c\x5e\x7d\x73\xf5\xac\x5a\x4d\xa7\xd2\xb1\xf0\xea\xcb\xd7\xcf\ \x4e\xa2\xfd\x4a\x2a\x1f\x8f\x44\x0a\x85\x58\x34\x59\x0a\xc3\x85\ \x5b\xed\x6e\x6b\x5a\xac\x26\xf2\x27\x57\x89\xd5\xab\x97\x27\x89\ \x68\x22\x96\x48\x44\x92\x85\x56\x3a\x9c\x49\xa5\xc2\xa7\x2f\xae\ \xe2\xd5\x78\xbb\xb3\x5c\x8c\xe7\xad\x64\x6a\xb9\xa8\xcf\x17\xb5\ \xe9\x74\x30\x1a\xd4\x5a\xcb\x79\xaf\xde\x6b\xc3\x1f\x5e\xb7\xd6\ \x29\xcd\x06\xc5\xcc\xb4\x94\xca\x83\x1e\xbe\xfe\xc7\xbf\xfe\xd3\ \x57\xbf\xfe\xf0\xa3\x7f\xff\xd5\xbb\xef\x7e\xfa\xcb\x4f\xde\x7c\ \xfb\xe3\xf7\xee\xdc\xbb\xf9\xe6\xcd\x3b\x37\xd6\xd7\xb7\x36\xd7\ \x6f\xdd\xda\xc4\x11\x09\xb7\xd6\xd7\x08\x34\xc2\x0d\x22\x8e\x06\ \xdf\x24\x50\xd0\xde\x15\x11\x44\x0b\x6c\x0a\x8a\x07\x05\xcb\x85\ \x70\x8f\x46\xba\x49\xa3\xa0\xdf\x91\x49\xeb\x38\x0a\x09\xa5\x29\ \x6c\x6f\x6f\x50\x40\x89\x80\x20\x51\x2e\x0d\x19\xcd\x62\x81\x65\ \xda\xa0\x50\x39\x28\x8a\x18\xb5\xa4\x82\x9e\x80\x7e\x01\x7c\x11\ \xd7\xc9\xe4\x8d\x6d\xd4\xb4\x43\x21\xa1\x39\x4f\x0a\x91\x74\x9d\ \xe7\x77\x9d\xf6\x8e\xa3\x5c\xc7\xb1\x13\x77\x41\x02\xd1\xf6\x3b\ \xbc\x3e\x80\xe8\x36\x71\x63\xe3\xe1\x17\x47\x9f\x7d\xf6\xd9\xa3\ \x2f\xc0\x67\x3d\xfa\xe2\xa7\x7f\x77\x9f\xf0\xf6\x8d\xad\xdb\xb7\ \xc0\xf7\xad\x6f\xde\xa6\x92\x89\xeb\x54\x2a\x1e\x2e\x4d\xb9\x9e\ \xbd\xc7\x83\xdf\x22\xc0\xea\xb6\xb7\x29\x20\x83\xfb\xfb\xdb\x20\ \xa9\x64\xf2\x2e\x85\x4a\xde\xde\x3f\x44\x9b\x6e\xa8\x7a\xe2\x11\ \x87\x0c\x56\xeb\xf0\xef\xfe\xe1\x8b\x0d\x1c\x07\x8f\xae\x80\x23\ \xe1\x41\xd4\x0e\x40\x64\x1f\x3e\xd8\xdd\xdd\x7e\x03\x19\x27\x1e\ \x28\x16\x9f\x27\xd8\x63\x83\x26\xed\x09\x18\x7c\x74\xea\xef\x1d\ \xe0\x44\x8c\x2b\x60\x31\xe8\xa0\x01\x92\xbb\x6c\x01\x0f\xe3\xb2\ \x01\x8b\x8c\x80\x6e\x28\xf4\x8f\xb9\xc7\xd0\x6b\xc5\x74\x2e\x17\ \x4d\x34\xd9\x83\x3d\x97\x42\xcd\x63\x31\x98\x18\x0f\x93\xf0\xe8\ \xef\xec\x08\x76\x58\x28\x97\x94\x85\xb1\x76\x40\x87\x18\x48\x01\ \x05\x02\x80\x41\x26\x9f\xcf\x03\xf3\xc5\x10\xf3\x04\x6c\x16\x9d\ \xcb\x17\x03\xa7\xf1\x40\x1a\x59\x3c\x15\x3a\xb4\x27\x54\x62\x3c\ \xb6\x48\xa7\xe1\x81\xa6\xa9\xa4\x18\x9b\x61\x36\x6b\xd4\x60\x4f\ \xc4\x52\x43\xa8\x11\xb2\x3a\x55\x02\xd0\x20\xa6\x18\x03\xa1\xc4\ \x24\x68\x5a\x4c\x2a\xe2\x8b\x60\xc5\x28\x52\x81\x89\x6e\xdc\x49\ \x00\x40\x05\x3c\x89\x0e\xcd\x35\x48\x18\xa0\x49\x7c\xbd\x86\xcb\ \xdd\x01\xcb\xb8\xc3\x94\x2b\xc5\x42\x15\x9d\xc5\x12\x61\x12\xbd\ \x19\x16\x7a\x1d\x6d\x6c\x0c\xd8\x94\x4a\x89\xd0\x60\x31\x6a\xb4\ \x46\xa5\x52\x21\x51\x2b\xc5\x0c\x3e\x5d\x8c\x0e\x78\xf3\xe8\x02\ \x4c\x48\x67\xb2\xf7\xf8\x68\xa6\x9f\x29\x34\x29\x1d\x46\x93\xd3\ \xee\x32\x19\x8d\x16\xa5\x0a\x7b\x5f\x28\x87\xf7\x2e\x53\xb1\x44\ \x6a\x31\x48\xb2\x44\xab\x55\xf1\xe4\x0a\x25\x5f\x2a\x16\x1a\x34\ \x12\xa1\x1a\xe8\x99\xcf\x33\x6b\x54\x12\xa1\x5c\x2c\x53\xeb\x1c\ \xdd\x8e\xdf\xe0\x76\x5b\x2c\x0e\x73\x36\xe8\x96\x68\x1d\x26\xd4\ \xf2\x55\xb3\xab\x74\x16\x74\xfb\xcf\xe1\x35\x99\x34\x8e\x79\xcd\ \x19\xf0\x85\x06\xc3\x5c\x76\x61\x0f\xb9\x3c\x96\x90\xdd\xad\xb7\ \xf9\xdc\x5e\xad\xcd\xb7\xac\x59\x14\x6e\xa3\xde\x33\xaf\x4d\x66\ \x33\xb3\x51\x6f\xb0\x79\x2c\xfe\xd9\xd2\x62\x2c\xdb\x6d\x36\x4b\ \x28\xde\x0a\xaa\x83\x1d\x5f\x70\x36\xf1\xd7\x96\xe6\xc0\x22\x00\ \xba\x61\x9b\x0d\xac\xfe\xce\xbc\x52\x4d\x4d\xb2\x7e\x6d\x76\x3e\ \x98\x04\xe6\x59\xbf\xd1\xec\x2c\x67\x07\xf3\xe5\xd0\x6d\x76\xb8\ \x82\xb9\x72\xa0\x9e\xb5\x06\xeb\x7e\xcf\x70\x3c\x18\xd6\x43\x6e\ \x9f\xc7\x94\x0d\x75\x46\xe5\x59\x7d\xe1\xb3\x85\xb2\xee\x41\xc0\ \x1e\xf4\xf9\x1c\xf6\xd4\xb0\xd2\x68\x5d\xf4\xfb\xa5\xc0\x28\xd2\ \x8a\x27\x92\x93\x46\x3a\x57\xe9\x2e\x8b\x95\x42\x7f\x96\x28\x57\ \xc2\xf3\x72\xc0\xeb\xf1\x9b\xf4\x76\xb7\xdd\x91\xf5\x3b\x74\x36\ \xbd\x44\x26\x55\xda\xbd\x01\x9f\xc3\xef\xb7\x98\xcc\xf5\x74\xaa\ \xf2\xc3\x8b\x79\x3f\xff\x24\xdd\x4d\xf6\x2a\xc5\x40\x37\x1e\x9b\ \x8f\x32\x81\x65\xa2\x52\x4a\x97\xd2\xad\x65\x31\x9e\xf4\x2f\xd2\ \x91\x58\x1c\x3e\xd6\x93\xc1\xa4\xd2\x88\x66\xa6\x99\x67\x57\x85\ \x38\x68\x04\x68\x5a\x2c\x39\x88\xe7\x8b\x8d\x56\x26\x75\xf9\xac\ \xd7\xa8\xa4\xa3\x4f\xab\xb1\x6e\xa9\xdc\x8d\x84\xc3\x85\xe3\x42\ \x3e\x9c\x0c\x87\x9f\x24\x0a\x20\x6c\xf1\x54\xbc\x9d\x4c\x16\xd3\ \x6d\xb0\x39\xa5\xf6\xe9\xcb\x6f\x4e\x9f\x55\xa3\xcd\x66\xf4\xb8\ \x1a\x4e\x16\x2b\xe3\xe2\xa8\x9f\x8f\x46\xa7\xe7\xd1\x76\x6b\x3e\ \x8d\x87\x1f\x5f\x9e\xe6\x93\xb1\x62\xf8\xec\xe9\x45\xa4\xd8\x1d\ \xc7\x2b\xdd\xd5\xb3\xcb\xd5\xaa\x5a\x2a\x82\x64\xf6\x23\x8d\xd8\ \x49\x71\x95\x29\xa5\xe3\xb1\xc6\xa4\x37\x89\x56\xfa\xdd\xf8\xf3\ \x68\xbc\x59\xfc\xfa\x8f\xf9\x42\xa1\x9a\xa8\x56\x62\x99\x4a\xbf\ \x55\x0c\xa7\x12\xa7\x67\xaf\x9f\xa5\x41\x5e\xfb\xcb\x7a\x7b\xd2\ \x69\x76\x7d\xa1\x1a\x38\xe9\xd9\x74\x39\x9d\xcf\x17\x93\xc5\xbc\ \xd3\x3b\x6b\xb4\x4b\xa5\x4e\xa7\x58\xef\x5e\xc4\xe3\xad\xd5\xc5\ \xd3\xab\x6f\xff\xf1\xaf\xff\xf1\x6f\x5f\xfd\xeb\xaf\x7e\xf4\xe9\ \x2f\xdf\xfb\xf8\x57\x1f\x7f\xf0\xf1\x9d\xb7\xdf\xba\xf3\xd6\xad\ \x37\x6f\xbe\xb9\xb5\x46\xdd\xa4\x50\x36\xa9\xb4\xb5\x75\x70\x59\ \x6b\x37\xb6\xd0\xb1\x16\x14\xe2\x87\xc3\x6d\x12\xb6\x70\xa0\x3c\ \x5b\x94\x0d\xd2\x06\x79\x9d\x44\xa2\xa1\x62\x1c\x2a\x09\xbf\xb6\ \x86\x86\x1e\xa8\x5b\x34\xda\x26\x10\xd8\x36\x19\xf8\x8d\x44\x80\ \x9f\x83\x68\xa1\xc4\x17\xd0\x98\x35\x3c\x8d\x4a\x02\x9d\xda\xde\ \x7f\xb0\x7b\x70\x70\x48\x20\xe0\xc9\x64\xf8\xd9\x06\x65\x13\xb8\ \x90\x74\x40\x04\xb1\x42\x31\x7e\x54\x74\x34\x91\x0a\xbc\x78\x5d\ \x55\x08\x46\x0a\xa8\x92\x72\xed\xaa\xd0\x28\x3d\x0e\xed\xa1\xc3\ \x33\x29\x1b\xfb\xdb\x87\x9f\xef\x1f\xfe\xf4\xf3\x07\x9f\x1d\xed\ \x7f\x0e\x3e\xeb\xb3\x03\x84\x83\x80\xae\x14\x60\xc3\x9b\x37\x71\ \xe8\xbe\xe4\x26\x81\x7a\x13\x35\x25\xd2\x88\x28\x05\x15\xdd\x04\ \x40\x9d\x61\x80\x93\xdb\x64\x30\x72\xc8\x20\xa2\xce\x9c\x03\x22\ \xc8\x15\x8a\xf4\xdb\xde\xe6\x6c\xec\x92\xf1\x8f\xfe\xfe\x17\x8f\ \xc8\x00\x8f\x24\xea\x16\x81\x46\xc4\x53\x77\x0f\x76\x0f\x81\x63\ \x77\xf7\x0f\xde\x10\xbc\x03\x9f\x48\xd6\x5d\x3a\x1d\x7c\x04\x9f\ \xc9\xe3\xa2\x5e\x09\xc1\x8e\x88\x71\x97\xc9\x60\x33\x40\xa5\xe8\ \x7b\x0c\x3a\x9d\x27\x10\x70\xf9\x68\x9b\x8b\x8b\x2a\xe1\xf9\x6c\ \xc6\x3b\x2c\x78\x94\x44\x23\x62\x88\xf9\x12\xb5\x94\xaf\x2d\x2f\ \x1d\x3a\x15\x83\xce\xe3\x02\xb2\xf1\x58\xec\xbb\x7b\xef\xec\xb1\ \x78\x4c\x1e\xc0\x1a\x9d\xce\xbc\x2b\x10\x00\x55\xb1\x59\x02\x3e\ \xc6\x62\x89\x79\x3b\x22\x21\x0b\x45\x6e\xd1\x81\xb7\x30\xb5\x10\ \x63\xb0\xb8\xc8\xc7\x48\x45\x4c\x64\x85\xc4\x60\x80\x74\x70\x49\ \xa6\x50\x24\x02\x31\xd2\xbb\x0c\x32\xa9\x56\xa2\xc2\xd4\xf6\xee\ \xc0\xe2\xd4\x63\x48\x2d\x31\x0c\x35\x4e\x0b\x31\x34\x52\xcf\x17\ \xf1\xe0\x42\x62\x16\x2c\x0e\x6c\x10\x9b\xc9\x15\xa2\xa3\xd5\x72\ \x31\x58\x1e\x20\x50\x90\x42\x0d\x1a\x80\xe5\x02\xa8\xd2\x35\x3a\ \x11\xe8\xa4\x18\xae\x2b\xd5\xa1\x53\xd7\x0a\xb1\x54\xca\xd5\x5a\ \xcd\x32\x74\x86\xc4\xac\x97\xe8\x9c\x6a\xb1\x88\x2b\x95\x88\x85\ \x32\x2e\x76\xbd\xdf\xc5\x16\x60\x52\x3a\x53\x80\xc6\xd4\xd0\x1f\ \x90\x46\xab\xd3\x98\xfd\x66\x8b\xd9\x68\x74\xc2\x73\x04\x72\x8d\ \x08\x53\xc9\xe4\x2c\x96\x0a\xc8\x51\x28\x52\x9b\x84\x3c\x99\x56\ \x8d\x9a\x5c\x0d\x2a\x89\x5c\x26\x95\xc9\x44\x74\x85\x5a\x26\x54\ \x2b\x95\x5a\x8d\xc2\x1f\xee\xd9\x65\x2e\x9f\x41\xaf\x75\xf8\x6a\ \x41\x9b\xcb\xa5\x57\x78\xbc\xb6\x90\x19\x10\xd3\xe5\x34\x3a\x5c\ \xe0\x93\xd4\xa6\x5a\x39\x54\xab\x67\x27\x43\xbf\x63\x9e\x1d\xda\ \xdd\xae\x5c\xcd\x6d\x72\xd9\x7d\x41\x9b\xd3\x37\xcb\x01\x08\x5a\ \x4c\xd6\x5c\xad\x93\x5d\x38\x9d\x46\xad\x5e\x6f\xf4\xd4\xe7\x16\ \x7b\xcd\xe5\xb0\xeb\x0c\xfd\x6e\x5d\x1d\x1a\xd5\xe6\xcb\x29\xc0\ \x97\xb5\x1c\x9e\x3b\x03\xde\x72\x7f\x61\x76\x55\x26\x93\x45\x3b\ \xe8\xc9\x19\xac\xd9\x49\xd9\xef\xf7\xf8\x5d\x59\x7f\xce\xe5\x0d\ \xf4\x26\x0e\xbf\xc7\xe9\xf7\x05\x6a\xe0\xc6\x02\x36\x93\x21\x3b\ \x1b\xc4\x06\x3e\xb3\xcf\x68\xca\x95\x6b\x39\xe0\xca\x9a\xc7\x37\ \x2b\xcf\xa6\xed\xb2\xdb\x5b\xb3\xba\x8b\xa3\x71\xa9\xd8\xf5\x67\ \x5a\xb6\x5a\xb8\x55\xc9\xc7\xfa\xe3\x62\xb9\x9b\x1a\x24\xfb\x91\ \xc5\xa0\xea\x19\xcf\x1b\x03\xaf\xc3\xe1\x76\x3a\x8c\x66\xb3\xbf\ \x6e\x33\x1b\x6e\xa0\x1d\x46\x00\x00\x20\x00\x49\x44\x41\x54\x0c\ \x0a\xf8\x83\xd5\x38\x43\x21\xa7\xc3\xe5\xf5\x2a\x74\x8e\x69\xe6\ \xec\xe7\xaf\x7a\xcd\xfc\x69\xa2\xd4\xe8\x14\xbb\xb3\x4e\xbf\x30\ \x4e\x44\x4a\x99\x93\xd2\xb0\x97\xcf\x27\x96\x93\x78\xcf\x3f\x6b\ \x27\xce\x12\xd5\x54\x33\xd5\xe9\x9e\x24\x2e\x22\xed\xcc\x93\xf3\ \x58\x37\x59\x88\x47\x8b\xf1\x93\x6e\x23\x9a\x8a\x35\xe3\xf1\xe8\ \x49\x7e\x99\x29\x64\xf2\x89\xcb\xb3\x44\x6b\x1a\x2f\xa4\xaa\xc9\ \x7e\x2c\x9c\x89\x27\x1e\x5f\x1d\xaf\x32\xa9\x26\xd8\x9c\x74\xac\ \x70\x56\x2d\xae\x8e\xc1\x82\xa5\x62\x57\x97\xf9\xf4\xea\xc9\x69\ \x18\x5c\xe1\x34\x19\x5e\x46\xa6\xa3\x48\xa4\x75\x7c\x16\x69\x64\ \xda\x8d\x70\xbe\x79\xd2\xbc\x5a\x35\xe3\x89\x27\xd5\x55\x2b\x92\ \xe8\x16\xa3\xad\x42\xe2\xe2\x78\x15\x9e\x34\xda\xe9\x54\x3b\xd5\ \xad\x36\xa7\xe7\xe1\x56\xb5\x19\x2b\x80\xb9\xbb\x2c\xf6\xc3\x2f\ \x9e\x86\x13\x67\x57\x2f\x9e\x65\x62\x91\x78\x2b\x95\x29\x16\xa7\ \xc5\x54\x24\x59\x4d\x9d\x3d\x7b\x7d\x9e\xcf\xf7\xc7\x83\xc1\x78\ \x50\x2b\x37\xc2\xe5\x45\xd9\x37\xaf\xd5\xcb\xd3\xca\x62\x39\x02\ \xc6\xae\xb7\x22\xdd\xfe\xb8\x3b\x9b\x8c\x4b\x95\x66\x33\xb5\x7a\ \xf2\xf4\x9b\xdf\xfe\xe5\x2f\xff\xf1\xcf\xff\xf2\xa3\x5f\xfd\xfe\ \x57\x3f\x7e\xef\xdd\x0f\x3e\xf8\xf0\xbd\x1f\x7f\xfc\xd6\xcd\x2d\ \xf8\xd4\xaf\xbd\x75\x8b\xb6\xb6\x46\x84\x0f\x3c\xee\xd6\x2d\x02\ \x8d\x06\xa2\x05\x22\x41\xa0\x6d\xdd\xbc\x41\xa3\x80\x88\x5d\x6f\ \x08\x01\x58\xa1\x0a\x2d\xd2\xf5\x66\x3a\x30\x22\x95\x40\xa5\x82\ \x40\x81\xc1\xa1\x70\x50\xcf\x16\x91\x43\x01\x3b\x46\x41\x27\x08\ \x71\xd7\xcd\x15\x24\xea\x06\x89\x83\x82\xdd\x0f\xf7\x39\xdb\x47\ \xbb\x1c\x1c\xa8\x19\x7c\x89\xee\x0b\x52\x37\x88\x24\x0a\x18\x2d\ \x90\x0f\x3c\x09\x9c\x1a\x72\x56\x24\x74\x4a\xe7\xda\x76\xc1\x63\ \xa8\x54\x1a\x8a\xd9\x42\x5b\x53\x04\x02\x95\x80\x27\x52\x09\x94\ \x03\xce\xc1\xc3\xc3\xc3\x87\x87\x47\x0f\xf6\xb7\x8f\x1e\x1c\x7c\ \xfe\xb3\x5d\xca\xcd\xdb\x04\xda\x26\x3c\x63\x8d\x40\xb8\xb3\xbe\ \x4e\xa2\xad\xdf\x5e\xa3\xde\x5a\x87\x15\x13\xc9\x04\x12\x6a\x9e\ \x46\xd0\x89\x18\x90\xb3\x81\x46\x31\x88\x28\x49\x70\x17\xac\xd5\ \x3e\xbc\x30\xe7\x68\x9f\x48\x06\x4d\x42\x27\x71\x1e\x7c\xf1\xf7\ \x9f\x6d\xe3\xc1\x84\x81\x3a\x12\x48\x68\xa8\x01\x35\x3f\xdf\xe7\ \x1c\xbc\xc1\x06\x07\x84\x86\xdd\xe9\x68\x88\x01\xac\xd6\xce\x0e\ \x38\x23\x36\x9d\x2d\x60\x62\x82\xf7\xf7\x78\xdc\x1d\x01\x1f\xa5\ \x8f\x0a\xc0\x6d\xa0\xe9\x52\x16\x9f\xcb\xda\xe3\x02\xfa\x09\xf8\ \x62\xa5\x46\x28\x12\x32\xe4\x52\x89\x44\x15\xcc\xb9\x7d\xc0\x71\ \x5c\x16\x0b\x63\x83\x84\xc0\x43\xd9\x02\x2e\x83\x8e\x42\x3d\x81\ \xe1\x40\x4e\xe8\x28\xb2\x85\xc7\xa6\xab\x01\xc9\x30\xb4\x0b\x86\ \x89\xe8\x3c\x06\x5f\x2e\xc1\xe8\x3b\x74\x26\x43\xaa\x02\x01\x61\ \x32\x25\x2a\x90\x2c\x1e\x57\x61\x95\xd1\xd9\x40\x6f\x22\x85\xd0\ \x6a\x53\x88\xe5\x56\xad\x52\x2c\xb3\xe4\x5a\x21\x85\x4e\x04\x02\ \xc7\xe0\x8a\x91\xd1\x12\x61\x28\x4c\x41\x28\x15\x31\xe0\x82\x20\ \xb1\x98\x4a\xc4\xdc\x01\x1c\x64\x08\x45\x62\x9d\x94\xcb\x60\xf1\ \x79\x12\x36\x4b\xa8\x16\xc3\xa5\x31\xa9\x48\x8c\xc9\x65\x42\x3a\ \x8b\x2d\x44\x03\x0e\x3a\x00\x3a\x4c\x05\xcc\xcb\x95\x5b\xcc\x5a\ \x54\x67\x2d\xd1\xa8\xcd\x0e\x9b\x48\x88\x00\x4e\x2c\xe6\x09\x25\ \x02\x78\x9b\xa8\xa7\x9a\x4e\x67\xb0\x05\x74\x06\x63\xef\x7d\x86\ \xcd\x60\xb0\x3a\xed\x36\x8b\xd1\xae\xb1\x49\x44\xbc\xbb\x5c\xe0\ \x3f\xa5\x52\x2c\x11\xab\x54\x22\xa9\x58\xaa\xd0\x4b\x31\x89\x46\ \xa9\x55\x48\x84\x46\xb3\x04\xad\x42\x27\x16\xe9\x75\x52\xa5\x5e\ \xae\x51\xa8\xa5\xc3\xe7\x65\x9b\xd1\xe9\x75\x5a\xad\x46\x8f\xcf\ \xee\xb6\xd9\xbd\x2e\xa7\x23\xd7\x71\xd8\x8c\x36\xaf\xc3\xe0\x32\ \x3b\xbd\x06\x9d\xb5\x3e\x1b\xf9\xea\xf5\xdc\xbc\xe6\x0d\xd4\x3b\ \x59\xbb\xdd\xe3\xb5\xa8\x5d\x5e\xcf\x22\x60\x71\xf5\x43\x06\xc3\ \xdc\x69\xf3\x07\x5c\xb3\x79\x50\x61\x72\x0d\x6d\x1a\xad\x35\x1b\ \x70\x5b\x81\xe2\x1c\x3a\x7d\x3a\x15\xd4\x67\xc7\x83\x72\x67\x60\ \xcf\xba\x74\x86\xde\xc8\x5f\x0b\xd6\x47\xcb\x90\x75\x5e\x1b\x8c\ \x97\x59\x4b\x30\xe0\x98\xd4\x96\xc1\x7a\xd0\x3b\xac\xd9\x3c\x01\ \xb7\xbb\xb2\xb4\x78\xbd\x8e\x5c\xb1\x32\x0a\xa7\xeb\x36\x9b\xde\ \xdb\xb9\x4a\x14\xea\x01\x93\xc3\x6a\x1f\x47\x9b\xc5\xc1\x20\x97\ \x9b\xb9\x06\x93\x52\xb1\xd8\x9e\x04\x6b\x66\xe3\x7c\x3c\x1f\xf7\ \x1b\xd9\x6e\xdf\xb2\x6c\x24\x53\xf9\x66\xbb\xd4\xf5\xa6\x4b\xa9\ \x7e\xa9\xb4\xec\xb4\xea\x93\xca\xc2\x1d\xe8\xf8\x02\x59\xaf\xc9\ \xec\xab\xf9\xbd\x46\xad\x4c\x0d\xfa\xae\xc8\x79\x3d\x01\xa3\x2d\ \xe4\x76\x58\xe7\xcb\x41\xf3\xcf\x97\xdd\xc4\xf9\xf9\x45\xb4\xd5\ \x2d\x26\x67\xcb\x70\xa2\x1d\x8e\x55\x62\xf9\xf1\xb2\x95\x88\x1e\ \x4f\xd2\x57\xd3\xd0\x2c\x7a\xfe\xe2\x2c\xde\x48\x94\x6a\xd5\x2f\ \xbf\x49\x46\x52\xf1\x17\xf9\x62\xba\x90\x69\xc6\xaa\xc7\xf9\xe4\ \x34\x9d\x09\xe7\xa3\xf1\x4c\x34\xdf\x8a\x36\x57\xe1\xc2\x59\xbc\ \x79\x1c\x3e\x7f\xfc\xf5\x93\x4c\xbb\x18\x4f\x25\x9a\x17\xa7\xa7\ \x99\x68\xe4\xf4\x38\x9c\x59\x5d\x5e\x7e\xf7\xe4\x2c\x7f\xda\x98\ \xd6\x3b\xe7\x67\xd5\x93\xb3\xc2\xe9\x55\x22\x72\x9e\x06\xa2\x1d\ \xf6\x47\xb3\x7e\xb8\xf4\xfa\x65\xba\x18\x4e\x97\x46\xd1\xf3\xc7\ \xab\x2f\x13\x67\xc5\xfc\xd7\x17\xab\x48\x32\x1a\x99\xf6\xbb\xb1\ \x58\xf3\x34\xd6\x9a\xf6\x16\xa5\x74\xb1\x71\x72\x5c\x41\x59\x80\ \xe9\x54\x32\x1d\x2e\x45\x8e\x9b\x85\x7c\x26\x1d\x79\xf6\xe2\xf1\ \xcb\x8b\xe3\x6a\xba\x95\x89\xb4\x52\x91\xfe\xb2\x9b\xee\x9e\x9e\ \x9f\x5e\xbe\x8c\xc5\x23\x40\x8d\xe3\xc1\x72\x31\x0a\xa7\x90\x49\ \x6d\xd5\x67\x83\x41\x6f\x59\x99\x4e\x96\x93\x52\xa4\xd0\xcd\x8e\ \xfa\x9d\x56\xb7\x52\x58\x45\x33\xd5\x2f\x5f\xfc\xf6\xaf\xff\xfc\ \x9f\xff\xf2\xcb\x7f\xff\xd1\x8f\x7f\xf9\xf6\x27\xf7\xee\x7d\x70\ \xf3\xed\x4f\xde\xfb\xf0\xce\x4d\xc2\x26\x7c\xd4\x6f\xdc\x5c\xc7\ \x11\x36\x09\x9b\xeb\xe8\xe3\x4e\xa2\xdd\xda\x44\x5b\x58\xeb\xb7\ \x70\xb8\x75\x1a\x00\xd9\x26\x0a\x3a\xd8\xc0\xe1\xc8\x94\x4d\xdc\ \x01\xf9\xba\x5a\x15\x9d\x76\x21\xe3\x09\xeb\xeb\x04\x70\x4b\x6b\ \x24\x0a\x9e\x0a\x88\x87\x47\x13\xee\x60\xb3\x50\x65\x21\x38\x32\ \x32\xf8\x27\x3c\x05\x7f\x40\xde\x45\xa9\x78\xdb\x44\xc2\x75\x63\ \x20\xf1\xba\xa9\x9e\x8a\x43\x29\x10\xe8\xb0\x33\x87\x0a\xaf\x08\ \xf2\xb7\x46\x21\x92\xa9\x9c\x0d\x34\xe3\x49\xb9\x76\x59\xc8\x7e\ \x81\x01\xe3\x10\x69\xb8\x4d\xdc\x06\x1e\x9d\x13\x3c\xfc\x1c\x55\ \x73\x3d\x7c\x70\xb8\xff\xf0\xc1\xd1\x17\x7f\x77\x9f\x72\xe3\x2d\ \x54\x92\x41\x58\x43\x5b\x6e\xb0\xfe\x5b\x20\xb2\xa0\xb4\xd4\x2d\ \x74\x67\x93\x40\x45\x7d\x3a\xa8\x00\x11\xc8\x12\xc5\x76\x71\xe0\ \xc5\x0e\xb6\xf1\x1c\x0e\x07\x30\x90\xb3\x8f\x32\x24\xf6\xef\xe3\ \xd1\xed\x80\x6d\xfc\xfd\xbf\xff\xbb\xcf\x8f\x48\x1b\xfb\x44\x2a\ \x0a\xc8\x21\x00\x3e\xa2\xc4\xf7\xc3\x8d\x37\x18\x2c\xf0\x50\xc0\ \x6d\x6c\x4c\xb0\xc3\x60\x30\xd9\xfc\x3d\x3e\x3a\x42\xb3\x03\x9f\ \x53\xc6\x3b\x00\x73\xec\x3d\x34\x89\x45\x07\xb8\x61\xd3\x19\x28\ \xb2\x53\x85\x21\x96\xe3\x31\x04\x7c\x8d\x82\xc7\x93\x4b\x65\x2a\ \x99\x42\x1e\x1a\xda\xf5\x5a\x09\x9d\x49\xa7\xef\x31\xb9\x62\x26\ \x97\xc1\xdd\xd9\x03\xd6\xc4\xa4\x80\x89\x3c\x86\x54\xc8\xe2\x09\ \xe8\x5c\x01\x83\xce\x94\x80\xbe\xa0\xfc\x4e\xf4\x4d\x89\x08\x98\ \x8d\x21\x60\xa1\x0d\x71\x2e\x4f\x24\x65\xec\x60\x42\x80\x34\xbe\ \x54\xa2\x95\x83\x75\xe3\x83\xcc\x48\x4d\x5a\xad\xd2\xa8\x56\xe8\ \x30\x89\x62\xde\x0a\x39\x1c\x62\xa9\x18\x54\x4e\x02\x7e\x8f\x27\ \xa1\xf3\x19\x7b\x62\x89\x9a\xcf\x50\xa9\xc0\x42\x81\x19\x92\x30\ \xe9\xa0\x61\xa8\xfe\xc1\x22\x13\x33\x24\x32\x99\x4a\xaa\x11\x2a\ \x55\x20\xb3\x60\xad\x40\x3b\x95\x18\x17\xa5\xfd\x09\x55\x0c\x99\ \x46\x04\xf6\x0f\xcc\x1d\x4f\x69\xb6\x6b\x64\x2a\xa5\x12\x33\x6a\ \xdd\x26\x9d\x42\x2d\x52\x2b\x65\x3c\x86\x48\x09\xe4\x8b\x36\xf1\ \xb9\xa8\x9c\x9a\xce\x02\x2e\xe6\xbe\xcf\xd2\x6a\x8c\xe6\x50\xd6\ \x67\xd3\xda\x6d\x5e\x9b\x90\xc7\x66\x69\x55\x42\xa5\x5c\x8c\x89\ \x64\x18\x13\xbc\x96\xde\xa1\xc6\xa4\x3a\xa9\x50\x2d\x97\x6a\x34\ \x22\x91\x52\xa2\x16\x0a\x95\x6a\x9d\x50\x26\x97\xaa\xd4\x66\x75\ \xee\x37\xe1\xa0\xd5\xed\x75\x59\x6d\x0e\x10\x1d\x83\xc3\xe7\xb0\ \xd9\x5c\xd6\x90\xd3\xe5\x05\xc1\x32\xfa\x4d\x2e\x93\x4b\x66\xed\ \x64\x6b\xb5\xfa\x2c\x00\x82\x95\x0d\xf9\xb2\x1e\x6b\x19\x1e\x1f\ \x70\xd9\x03\x81\x80\xd3\x17\xb0\xbb\x73\x7e\x93\xd3\x66\x18\x2c\ \x82\x0e\x9d\xdb\x6d\x32\x39\x7d\xf5\x80\xcb\x8f\xf6\xb9\xd5\x8a\ \x51\x2b\xa0\x1c\xb6\x3a\xf3\xc1\xdc\x1a\xb4\x0a\x0d\xa1\xac\xbf\ \xdc\x59\x2c\xba\x65\xd0\xbf\x51\xa3\x52\xce\xb6\x6b\xce\xde\x64\ \x56\x9e\x77\x7c\x33\xa7\x34\xd7\xc9\xe6\xe6\x1d\xb3\xdf\x65\xc8\ \xb5\xf3\x67\xc7\xc7\x49\xb3\xcd\x5a\x3e\x7e\xbc\x8a\x2d\xb3\x36\ \xa3\xd9\xfb\xea\xf5\xe3\xd4\x60\x1e\x19\x4f\x3c\x8b\xe5\xbc\x5b\ \x6c\x94\x16\x65\x97\x6e\xd2\xef\x4f\x4a\xc9\x5e\x7b\xea\x1c\x24\ \xbb\xe9\xe4\x69\xb1\x15\x0b\x8c\xe3\xed\x4c\x61\x39\xeb\x37\x67\ \xa3\xe4\x78\xe1\x0b\xf8\x3c\x5e\x83\xd9\x5d\xaf\x2d\xfc\x7a\xb5\ \x4e\x22\x95\xc9\xf5\x1e\x97\xdb\x6a\xf3\xbb\x6d\x01\x7b\x69\x58\ \x4b\xfe\x71\x35\x4a\x5c\x36\xab\xa7\x95\x74\xbe\x5a\xeb\x87\x53\ \x93\x7e\x6b\x12\x5f\xf5\xfb\xa9\xe3\x56\x71\x91\x6c\xf6\x3b\xa9\ \xf0\x45\x74\x95\x1a\xc7\x5a\xa5\xb3\xea\x79\xf8\x49\xb3\x75\x7e\ \xd9\x8d\xa7\x22\xe0\xa2\x22\x27\x19\xf0\x27\x95\x74\xf8\xb4\x1f\ \x6f\x56\xa3\xc7\xe7\x99\x70\x01\xd8\xac\xfa\xec\xc9\xeb\x6f\xaf\ \xaa\xc5\x93\xe3\x54\xf2\xcb\x8b\xf8\x65\x7e\x54\x58\xf5\xc3\xcd\ \x6f\x9e\xbd\x7a\x09\x42\x55\x4c\xf5\xc7\x68\xd4\xf3\xe2\xf2\xf4\ \xfb\x42\x23\x1a\x19\xa7\xc3\x89\xf3\xf6\x14\xac\x4e\x32\x5e\x88\ \x44\x2b\xa3\x56\xf4\xc9\xf9\xd3\x42\x1c\x90\xb2\x79\x7a\xd2\x2d\ \x25\x53\x95\x4a\x7c\x95\x2f\x9c\xad\xd2\xa9\xfe\x60\x50\x2a\x24\ \x8b\xbf\x39\xeb\xe5\x2b\x99\x54\x3a\x1c\x89\x66\xe0\x05\x53\xab\ \x44\x32\x73\xf1\xfc\xc5\xf7\x67\x89\x7c\x22\x15\xbd\x28\x66\x52\ \x91\x66\xb7\x58\x09\x9f\x5d\x3e\x7b\x9d\x3f\x4d\x77\x7b\x8d\x69\ \x7b\x34\x98\x9c\x34\x02\xb5\xe0\x75\xa6\x4c\xba\xd8\x19\x4e\x96\ \xbd\xce\xbc\xdf\xed\x4d\x5a\xbd\x65\x35\x39\x6d\xc4\x62\xe1\xc7\ \xdf\xfe\xfc\x1f\xff\xfa\xd5\x8f\x3f\xfd\xf8\xd3\x4f\x7f\xf4\xe9\ \xbd\x4f\x3f\xbe\xf7\xe1\x27\x6f\xbe\xfb\xf6\xbb\x6f\x6f\x6e\xdd\ \xb8\x03\xfe\x64\x9d\xb6\x45\xd8\x22\xdc\x58\xdb\xc4\xad\xaf\xaf\ \x6f\xd1\x48\xf0\x91\x5f\x03\x36\x24\x13\x36\x49\xa8\x54\x62\x13\ \xdd\xfe\xc3\xd1\xc0\xf2\xec\x1e\x50\x69\x34\xe4\x5e\x00\xb1\x90\ \x22\x81\x23\x21\xac\x93\x91\xf3\x22\x71\xc8\x84\x75\x94\x86\x47\ \x20\x91\xd0\xc0\x15\x6a\xd2\xd9\x25\x13\x80\xbd\x38\xbb\x0f\xee\ \x1f\x1d\x1d\x5d\x5b\x26\x1c\x3a\x6c\x43\x46\x05\x62\x64\xc2\x1a\ \x81\x86\x2e\x41\xc2\xa1\x89\x2e\x74\x42\x06\xc5\x9a\x72\x76\x29\ \x54\x50\x35\x80\x46\xd4\x55\xb8\x01\x0f\x47\x1d\x17\xd7\xf0\x48\ \x3a\xfa\xc9\xf5\x58\xc3\x83\xc3\xed\x07\x0f\x0f\xbe\xf8\xc9\x23\ \x3c\xed\xce\x16\xbc\x38\x99\x80\xd2\x19\x28\xc0\x91\xa0\x9e\x84\ \x1b\x9b\x84\x35\x22\xb8\x2e\xe4\x17\x41\x20\x51\xf0\x28\x78\xba\ \x6d\x22\xe8\x16\x91\x8c\x06\x25\x76\x81\x04\xf7\x77\x1f\x1d\x1e\ \xa1\xc2\x54\xce\x01\x87\xb8\x7b\x7f\xff\xe0\xf0\x27\xbf\x78\xc4\ \x21\x6c\x1f\xec\x93\xd7\xa8\x38\x1a\x05\x96\xb1\x0d\x56\x8c\xfc\ \x06\xea\x3f\x65\xf1\xf6\xd8\x4c\x36\xfb\x1d\x16\x4b\x08\xb6\xe8\ \x1d\x01\x93\x2f\x60\x83\x27\x62\xdf\x15\xf0\xd8\x0c\x3e\x9f\x2e\ \xc0\xf8\x42\x2e\x9a\x7a\x62\x32\x04\x0c\x19\x9f\x7f\x97\xc1\x43\ \x07\x56\x24\x1a\x19\x97\xaf\xd1\xc8\x14\x0c\xee\xff\xcf\xd2\xbb\ \xf8\x26\x7e\xdf\x79\xbf\xe1\x2a\xae\xc6\x02\x1b\x63\xc0\x1e\x33\ \x36\x03\x0c\x66\x00\x07\x18\x08\x90\x12\x01\x6e\xb9\x14\x34\x04\ \x10\xe1\x10\x18\xee\x0c\x87\x3b\x65\xb8\x33\xdc\x0f\xd7\x38\xaa\ \x23\x47\xae\x37\x5b\x8f\xbc\x3b\xab\xee\x34\xea\xd9\xaa\x8a\x12\ \x65\x12\x25\x52\xd4\xa4\x55\xdb\xa7\xd5\x9e\x6d\xf3\x48\xab\xa7\ \x8f\xce\xfe\x23\xe7\xf3\xf5\x9e\x38\xf1\x78\x30\xfe\xf1\x63\xa2\ \xdf\x7b\xde\xaf\xef\xef\xf3\x7d\xbf\x6d\xa3\x9a\xdd\x68\x40\x8f\ \xa1\x76\x55\xb1\x80\x0b\x08\xc5\x46\xd5\xc9\x07\x07\x47\x3c\x31\ \x87\xcf\x65\x1d\xb0\xd8\xa8\x89\x06\xbc\xcc\x1e\xdb\xc8\xff\x3f\ \x8f\xf6\xf8\x2a\xbe\x98\xcb\x93\xa3\x09\x4f\xb4\xb9\x85\xa9\x92\ \x32\x91\x4a\x49\x04\x12\xae\xca\x26\x17\x49\x45\x0c\x06\x72\x58\ \x2e\xad\x5c\x69\x90\x6a\x24\x22\x79\x2f\x1c\xd2\x9b\x51\x46\x83\ \x80\x69\x50\xc1\x79\x82\xd7\x13\x48\x24\x22\xa9\x80\xa9\xe4\x0a\ \xf8\x7b\x7b\x2c\xb1\x90\x2d\x80\xc7\x50\x67\xb4\x0d\xce\x49\xca\ \x97\x82\x9e\xb0\xa5\x7a\x1e\x4a\xf4\xe3\x71\xf8\x12\xa1\x58\xcc\ \x05\x45\x15\x48\x04\x5a\xbd\x4e\xc8\x17\xca\x98\x02\xb1\xd4\x61\ \xd3\xf0\x44\x42\x89\xcc\x69\xb5\xd9\xb4\x0a\x29\x5f\x24\x53\xf1\ \xe1\x61\x35\xd0\xf1\x1e\x13\x4e\x9c\x2b\x04\xd0\x04\x25\x66\x8a\ \xa5\x32\x9d\xdc\x19\x08\x5a\x5d\x66\xad\xde\xa9\x97\xa8\xf8\x12\ \x1d\x57\x22\x55\x2b\x59\x02\x81\x9c\xcf\x13\x2a\x0d\x36\x15\x5b\ \x66\x30\xc8\xf4\x0a\xa5\x56\x27\x95\xa3\x44\x40\x93\x4c\xa5\x55\ \xc8\xe5\x2a\xb5\xdc\xa8\xaf\xdf\x24\x7c\x6a\x97\xc3\xea\xb4\x98\ \x42\x35\x9f\xc1\x62\xb3\x6a\x42\x1d\xbd\xd7\xa7\xb5\xfa\x34\x26\ \x6b\xc8\xed\x34\x5b\x8d\xc6\xe0\x7c\x98\x6b\x67\xcb\x3e\xb8\xc2\ \x3d\x39\xbb\xd3\xef\x74\x9b\x6d\x7e\xbd\xcd\xd1\xc9\xd9\x02\x3e\ \x93\x2d\x04\x48\x67\x77\xae\x46\x01\xbb\xcd\xec\x72\xd9\x4c\xfe\ \x46\xc8\x66\xcf\xb9\x0c\x06\x47\xa8\xd5\x0a\xea\x86\xc5\xd0\x6c\ \x18\xb2\x94\x7d\x52\x87\x3b\xe0\xb3\x07\x6a\x83\xae\xc7\xb4\x18\ \x4d\xc6\xa9\x45\x6d\xe1\x70\x4e\xe7\xb3\xc9\xac\xe6\xf2\x06\x0d\ \xde\x59\x2d\x38\x04\x97\xe5\xb4\x74\x5a\xb3\xea\x59\x3a\x1c\xf0\ \x5b\x7c\x2f\x5e\xc5\x52\x95\x90\x3b\x10\xc8\xfe\xfb\x4d\xbe\x10\ \xf2\xac\xa6\x39\x67\x32\x5a\x4d\x14\xd7\x9e\x5a\xc9\x2d\x9f\xa7\ \xbb\x8d\x46\x69\x3e\x58\x7b\xd2\x85\x76\xaf\x7b\x19\x6b\x47\x82\ \xb3\xd2\xa0\x55\x48\xf6\x16\x31\xeb\x2a\x3c\x1a\xd7\x43\xce\x50\ \x56\x6f\xaa\x4f\x83\x23\xb3\x1c\xfe\x96\x51\xe8\x0d\x1a\x87\xa3\ \xe6\x74\x04\x4d\x81\x9a\xab\x53\xea\x36\xff\x78\x81\x02\xff\x8a\ \xd5\xd8\x2a\x3e\xce\xce\xda\xbd\xfa\xb8\x3d\x8f\x37\x67\xb3\xd2\ \x05\xf8\x94\x49\x77\x90\x4b\x75\xcf\xae\x62\xb1\xfc\x59\xbc\xdd\ \x7f\x75\x76\xf5\xaa\x9a\x79\x19\x9f\xc5\x0a\x97\x89\xc4\x45\x64\ \xb9\xcc\x80\xa9\xeb\xa7\xab\xe1\xf3\x65\xfc\x22\x11\x47\xe3\x0d\ \xcb\x62\xe4\xc5\xab\xab\x2f\xaf\x12\xc5\xdf\x5e\x0e\xaa\xf1\xea\ \x32\xfa\xf1\xd9\x75\x74\x70\x76\xf9\xf5\xf5\xf5\x55\x24\xdc\x9a\ \x0d\x12\xf1\xfe\x75\x3f\x95\xf8\xfc\xf9\xe7\x4d\x50\x95\x4a\x72\ \x52\xcc\xaf\x26\x95\xd6\x24\xb3\xec\x56\x12\xd3\x74\x37\x76\x75\ \x56\xa8\x34\x12\xf1\xe8\x59\xb3\x10\x45\x01\xa2\x8d\x70\xb5\x1a\ \x5f\xb6\x2a\xb3\xe1\x30\xd5\xed\x57\x33\x5f\xf5\xc7\xc9\x4a\x35\ \x13\x2b\xe5\x9b\x83\xc4\x79\x2b\x7d\x96\x48\x5d\xfc\xf6\xcb\x4f\ \xff\x70\x15\x0f\x57\xcf\x2f\xaa\xb3\x41\x34\x96\x2f\x9e\x77\x4b\ \x91\xab\x4f\x5f\xe4\x97\x89\x78\xad\x54\x1c\x4c\x87\xab\x64\xa5\ \x9c\x5b\x97\x16\xbd\x45\xaf\x58\x1a\x8f\x41\xa7\x56\xab\x54\x64\ \xbd\x28\x4d\xc3\xc9\x46\x24\xdf\x2f\x7c\x7c\xf3\x87\xef\xbf\xff\ \xf5\x6f\xbe\xf9\xe2\x17\xef\xbe\xfd\x93\x77\x7f\xf9\x93\x77\xde\ \x7c\xeb\x9d\x37\xde\x7e\xfd\x8d\x1d\xf2\xeb\x6f\x6e\xdd\x01\x3b\ \x05\xe6\x8a\x82\xd9\xc4\x00\x55\xe1\xc8\x00\x87\xe0\x58\xa8\x9b\ \x38\xb0\x54\x34\xb4\xe2\x8d\xbb\xad\x14\x24\xa3\x2d\x79\x20\x36\ \x44\x1c\x89\x8e\xa1\x61\x51\x57\x21\xe8\x15\x9d\x42\xa3\x6e\x00\ \x33\x82\x6b\x41\x63\x0c\xfb\xc4\x5d\x40\x38\x80\x31\x3c\x01\xed\ \xe3\xc1\x12\x0f\xf7\x89\x87\xa7\xa7\xa7\x8f\x1e\x3d\xc5\x53\xc9\ \x24\x12\xda\xf6\x8c\xa6\xb1\xa8\x24\x02\x28\x23\x2a\x33\x24\x92\ \xf1\x24\x0c\x1a\x84\x40\x75\x5d\x18\xf8\x41\x32\x96\x80\xa7\xe3\ \x08\xbb\xb7\x2a\x88\xee\xfa\x11\xe1\xb4\x48\xa8\x12\x07\x04\xeb\ \x14\x14\xeb\xf8\xc9\x93\xa7\x8f\x0e\x3f\xfc\xd7\x0f\xf1\x9b\x3b\ \x6f\x6c\xa1\x35\x77\x3c\x85\x84\x01\xd5\xa2\x6c\x6d\x50\x29\xa0\ \xb7\x44\xd4\x44\x81\x41\x31\xa8\x44\xfa\x2e\x89\x0c\xee\x10\x4b\ \xde\x3d\xa1\xa3\x84\x41\x54\xc0\x03\xb6\xed\xe4\xf1\xfe\xfe\xe9\ \xfe\x6d\x75\xfd\x2e\x20\x2b\x9c\xf5\x7b\xff\xf0\xe1\x53\x22\xf9\ \x64\x1f\xc4\x13\xd5\x9b\x1d\xee\xef\xef\x3f\xa5\x9f\xbc\x26\x38\ \x60\xb3\xb8\x07\x0f\x39\x70\x1d\x73\xd1\x4c\xc3\x83\xbd\x87\x07\ \x0f\xd8\x28\x57\x54\xc4\x47\xf3\x4d\x52\xb1\x68\x8f\x83\x6e\xe7\ \x31\xe5\x40\x76\x2c\x06\x47\x02\xb8\x08\x1f\x68\x37\xa1\x4e\x26\ \x11\x2b\x65\x52\x31\x43\x65\xee\xac\xbd\x26\x15\x03\x85\x91\xb2\ \x24\x0c\xe6\x1e\x83\xc3\x66\xa3\xae\x54\x54\x1c\x06\x4a\x85\x6a\ \xef\xe5\x8c\x23\x1e\x8f\x25\xe6\x89\xd9\x3c\x19\x73\x0f\x01\x28\ \x87\xcb\xe7\xa1\xe1\x09\xd4\xcd\x2a\x38\x92\xea\xe0\xf5\xf8\x5c\ \xa9\x9c\xcd\x12\x1a\x34\x7c\xb6\x58\xc4\x13\xaa\x95\x56\xbb\x46\ \xaa\xd0\xf0\xa4\x72\xad\xb9\x56\xcc\x29\x15\x2a\xae\x9c\xcf\xd9\ \x13\xca\x04\xdc\x03\x16\xeb\x48\x29\x14\x89\x84\xe0\x87\x18\x0c\ \xb1\x94\xcd\x95\xcb\x99\x28\x74\x59\xaa\x94\xa0\xdb\x8a\xb7\x24\ \xcb\x67\x32\x24\x4a\x38\xa8\x8a\xc7\xe7\xa9\x74\x32\x80\x40\x34\ \x6c\x2a\x65\x2a\xf4\x22\xa1\x1c\xcc\x22\xd8\x35\xab\xdb\xa4\x16\ \x4b\x14\xf6\x80\xdd\xe1\x37\xab\xd9\x62\xae\x50\xa9\x14\xb2\xb8\ \x52\x60\x64\x50\x55\x26\xbc\x77\x26\x5a\x85\x3f\x60\x4b\x40\x81\ \x24\x26\xaf\x47\x63\xf5\x5b\x0d\x76\x05\x5f\xc8\xe7\x48\xa5\x12\ \xbe\x56\x2b\x05\x27\x28\x13\x2a\xa5\x5a\x9b\x98\xa1\xd3\x98\x0d\ \x06\xb9\x44\x21\x53\x69\x24\x68\xc4\x5d\xa8\xd6\x2b\x05\x70\x78\ \x83\x7b\x35\xbe\x49\xb9\xcd\x66\x8b\x2d\x58\x36\x7a\xa6\x1e\x87\ \xd9\xe2\x56\xda\xdd\x46\x8b\x5b\xa3\xb6\x28\xdc\x26\xbb\xc1\xe5\ \x37\x18\xcd\xeb\x50\xc0\xb3\x0a\x7a\x02\x2e\x87\x37\x18\x32\xbb\ \x02\x5e\x8f\x59\xe3\xd0\x3b\xb2\x8b\xba\x35\xe4\x37\xb8\x6d\x0e\ \x57\xb0\x93\xab\x87\x6c\x46\x8f\x21\x14\x74\x9b\x2c\xd3\xa0\xc9\ \xe6\xb1\xc9\x4d\xbe\x40\x65\x6c\x97\x77\x6a\x9e\xd9\x74\xe5\xd0\ \xeb\x55\x36\xab\x3b\xe8\x59\x64\xdb\x6b\xa7\xab\x16\x0c\x4d\x46\ \x1d\x9f\x4d\x6f\x5c\xac\x27\xd1\xf8\xc8\xbf\xe8\xb8\x6c\xc3\x71\ \x60\x3c\xa9\x7b\xdd\x8e\x4e\xc9\x33\x9b\x35\xce\x1c\x0e\x73\xe0\ \xd5\xef\x9f\x27\xea\x66\x5b\xcd\x53\xfb\x34\x7a\x11\xcf\xd9\xd5\ \x7e\xbb\xbf\xfa\x7c\x19\x6d\x8f\xb2\x81\x9c\x49\x37\x9a\x2d\x52\ \x6d\x70\x07\xf3\x79\xbc\xd1\x6a\x17\x0b\xb3\x76\xa6\x96\xea\x26\ \x27\xe3\x76\x3b\x38\x35\x0e\x3b\x2e\xdf\x6a\xe4\xf5\x97\xe1\x0c\ \xd1\xda\xbb\x01\x78\x50\x6f\x90\xca\x0c\xd6\x91\xcf\x6a\xb7\x5a\ \x1c\xd6\x61\xaf\x1d\xfe\x3a\x36\xb9\x2a\x86\xc3\x99\xf8\x78\x34\ \xac\x97\x62\xc5\x75\xaf\xb4\xc8\x64\x4a\x83\xe2\x4d\xb4\x35\x4f\ \x36\xea\xbe\x59\x26\xdf\x4c\x26\x8a\x67\x99\xe2\xc5\xab\xf3\x17\ \x5f\xa7\x06\x17\x89\x56\x35\x1f\xcf\x14\x13\x91\x6a\xb2\x12\x19\ \x24\x22\xcb\x4a\xf1\xc5\x32\x79\x16\x89\x16\x12\x91\x52\xbc\x35\ \x88\x5e\xe5\x7f\x7b\x53\xe8\xe6\xcf\x93\xfd\x68\x38\x95\xbe\x3e\ \x7f\xd9\x1a\xc7\x13\xd5\x70\xb8\x9f\x4f\x34\x5b\xeb\x4c\x3c\x73\ \x5e\x2d\xf4\x3f\xfb\xfa\x6a\x59\xa8\xa6\xdb\x95\x55\x37\x1d\xea\ \x80\xc9\xc9\x5f\x14\x93\xd1\x76\xa4\x5b\xbd\x8c\xc5\x2b\xc9\x42\ \x24\x79\xd6\xee\x45\x0a\x83\xc1\x62\x38\x29\x36\xaf\x2f\x13\x9d\ \x71\xa9\x07\x5a\x94\x38\xfb\xb8\xdb\x2a\x4d\x9b\xf1\x44\x34\xdc\ \x07\xb1\x2b\x55\xaa\xc9\xee\xc5\xe7\xbf\xfd\xea\x4f\xe7\x95\x54\ \x12\x2c\x69\xb7\x98\xe9\x46\xd2\x89\xb3\xf8\xf9\x67\x2f\xfa\xcd\ \xf3\x62\x69\x31\xab\x8f\x07\x93\xd5\xa4\x3b\xe9\x4d\x4b\xc3\x45\ \x1d\x0d\xba\xcf\xd6\x68\x76\x34\x13\x99\xaf\x67\xed\x6e\x37\x12\ \xbe\xc8\x5f\xbc\xf8\xd3\xff\xfa\xeb\x7f\xfd\xbf\x7f\xfe\xe6\xdb\ \x2f\xde\xfd\xf9\x27\x6f\xef\x6c\xbf\x7b\xef\xad\xd7\x5f\xff\xe1\ \x1b\xef\xdc\xd9\xb8\x77\xef\xce\xe6\xce\x36\x1a\x13\xdd\x24\x51\ \xa8\x34\x1a\xf8\xa7\x0d\x3c\xf5\xce\x0e\x85\x42\xc6\x92\x68\x54\ \x0c\x11\xed\x9b\x01\xd2\x42\x19\xed\xa0\x28\x28\x8f\x01\x8b\x21\ \x51\x28\x24\xb4\x42\x0e\xaa\x86\xdf\xa4\xd2\x36\x68\x54\xfc\xa3\ \x13\x3c\x6e\x9b\x82\x52\x43\x77\xd1\x4e\x41\x12\x8e\x46\xc6\x62\ \x51\xa5\x04\x16\xa5\x0f\x9f\x1e\x1e\xee\x62\x36\xd1\x2a\x18\x16\ \xa8\x0b\xc5\x02\xe2\x89\x28\xb1\x14\xd9\x9f\x0d\xb4\x9b\x87\xbc\ \x81\x1e\xde\x3d\x44\xf9\x7f\xc4\x7d\x12\x1e\xbc\x11\x0e\x8f\xfa\ \xe9\xb1\x34\x1a\x12\x40\x2a\xd8\x24\xcc\xe9\x3f\x7f\xf8\xf4\xd9\ \xd3\xa7\xc7\x1f\xbc\xf7\xde\x93\x93\x67\xff\xfc\x94\x7c\x87\x86\ \xf6\x0f\xed\x50\x81\x55\x09\xb8\x2d\x0a\xba\x41\x40\xa5\x60\xe0\ \x25\xc8\x18\x74\xe6\x27\x74\x2c\x81\x8c\x72\xb6\x28\x58\xb0\x5c\ \x68\x3d\x1f\x29\x24\x96\x84\x22\xe2\xb1\xc8\x43\x3d\x3e\xdc\x3d\ \x39\xd9\x3d\x3d\x79\xb4\x7b\x08\x98\xf9\xe1\x07\x58\x12\x05\xde\ \x1d\x65\x13\x15\x45\xd3\xc1\x1b\x9e\xbc\xc6\xda\x7b\xc8\xda\xe3\ \x30\x1e\x00\x2a\xb1\xb9\x9c\x07\x68\xa6\x09\xed\x49\x41\xd9\x56\ \x72\x06\x8b\xc9\xe3\xa2\x02\x79\x34\x16\x8e\x36\xbd\xf0\x99\x7b\ \x5c\xb1\x00\xdc\x12\x2a\xd9\x62\x4b\x15\x5a\xa5\x48\x20\x55\x4b\ \xf8\x0a\x53\x70\x9e\x33\xab\x98\x2c\x1e\x8f\xfd\xe0\x88\x7f\x70\ \xc0\xe6\x73\xf7\x18\x8c\x3d\x06\x13\x7d\x82\x03\x82\x94\x81\x8c\ \xb1\x59\x07\x5c\x10\x12\x90\x01\x70\x6a\x9c\x3d\x34\xdf\x25\x50\ \x09\xd8\x1c\xd4\xa7\x7a\x20\x92\x21\x94\xe4\x00\x14\x32\x85\x3a\ \x3e\x97\xc1\x44\x77\xd7\x54\x06\x93\x41\xa6\x96\x69\xb5\x32\xb5\ \x33\xdb\x9b\xfa\xf4\x42\xc4\x76\x4c\xb1\x4c\x29\x15\x71\xb9\x3c\ \x29\x97\xad\xd2\x89\xf6\xf8\x3c\xb6\x90\xcf\x12\x88\x55\x5c\x0e\ \x1f\x4c\x14\x9c\xad\xc6\xac\xe2\x82\xf6\x3c\xdc\x83\xa7\x8a\xc1\ \x82\xa1\x3d\xcd\x4c\x15\x5c\xc8\x7c\x36\x87\xc5\x95\x08\x35\x46\ \xa9\x98\xab\x34\xea\xf4\x42\x99\xd5\x69\xd3\x2b\x34\xae\x9a\xd3\ \x65\x45\x11\x99\x32\x8e\x08\x9c\x99\x98\x2f\x10\x32\xd9\x28\xd8\ \x94\x2b\x94\x1e\x09\x00\x71\xb9\x0c\x11\x4b\xaa\x35\x19\x1c\x4e\ \x8b\xd3\xaa\x35\x5a\xbd\x6a\x89\xf8\x40\xa5\xe4\x0a\xc1\x52\x89\ \x75\x32\x20\x43\x91\xca\x24\x61\xe8\xa4\x7a\x93\x57\x27\x55\x28\ \x85\x2a\x29\x9f\x2b\x96\xcb\x15\x46\xb5\x5c\x28\x51\x7a\x6a\x93\ \xc8\xe7\xb1\x9c\xc3\x6d\xb3\xab\xad\x5e\x4f\xc8\xaf\x77\x79\xec\ \x16\x83\x5e\xef\xf6\x2b\x84\x66\xa3\x5f\xeb\x70\x79\x82\x46\x9d\ \xc5\x37\xf4\x84\xa6\xc3\x80\x23\xa4\xf3\x96\x01\x0a\x2d\x46\xb7\ \x45\xeb\x72\xdb\x82\x39\x9f\xc3\x53\x37\x99\x1c\xe5\x9a\x7f\x54\ \xf6\xcf\xe7\x56\xb3\xcb\x17\xf0\xba\xbc\xbd\x85\xd7\x17\x72\x82\ \x1c\x98\x2a\xa5\x91\xcc\xd7\x71\xb6\x2b\x73\x67\x28\xa4\xf2\x76\ \x86\xc1\x5a\x30\xb0\x9e\x84\x3c\x1e\xef\xbc\x01\x8a\xe1\xb1\xeb\ \x43\xed\x40\x25\x0f\x76\xa9\x66\xae\x37\x16\xe5\xac\xdb\xee\xcf\ \xda\x42\xe5\x45\xb7\x0c\xcf\x0c\x6a\xb4\xeb\x76\xba\x15\xf2\xf8\ \x6b\x3e\x5f\x3a\xbc\x6c\x36\xe7\x36\xab\xd9\x96\xaa\x2e\xcf\xfa\ \xad\xa9\xcf\xef\xd6\xcd\xa3\xed\xc1\x72\xd0\x99\x8d\xb2\xad\x4c\ \xa5\x08\xd7\x7c\xab\x31\x2c\xa5\x0a\xd3\x59\x0f\xbc\x84\x7f\x3a\ \xce\xf9\xca\x40\x41\x35\xb7\xd1\xed\x71\x05\xac\x56\x95\x42\xa9\ \x04\x63\xe9\x77\xf8\xfd\x26\x85\xd9\x6e\x31\x8f\xd3\xd3\xcb\x7f\ \xcb\x4f\xf3\xb1\x58\x3a\x39\x9d\x4f\xb2\xc1\x41\x31\xd2\x6b\x4d\ \x16\xe1\x6a\xab\x9b\x8c\xe5\x23\xf5\x52\xca\xe6\x9b\x45\xa2\xe7\ \xfd\x7e\x26\x9f\x6e\xbc\x8c\xc5\x9e\x7f\xd9\x4f\x55\x0b\x93\xf3\ \xb3\x66\x26\xd2\x6a\xc5\x22\x93\x48\x78\x59\x8d\xc7\x33\x17\xd1\ \x46\xa6\x59\x68\x45\xaa\x95\x74\x2c\x7d\x71\x06\x97\x7f\x21\x71\ \x56\x3d\xfb\xaa\x9f\x8a\x45\xab\xcd\x54\xaa\x98\xcf\x14\x22\x83\ \x7e\xbe\x9f\x4c\x57\xc2\xf1\x44\xfc\xba\xd8\x7c\xf9\xf2\xd3\xe8\ \xf3\x6e\xa7\xd8\x2b\x83\x10\x55\xa2\xad\xc6\xc7\x9f\x37\x52\xb3\ \x45\xba\xf9\xf5\x9f\xa2\xf1\x62\xaa\x91\x3a\xeb\x47\xba\xe9\xf8\ \x6c\xde\x68\xcd\x56\x8d\xfc\x57\x9f\x15\x2b\xf1\x59\x29\x16\x4d\ \x25\x97\x99\xe2\xb4\x97\x2a\x82\x86\xa5\x0a\xd7\xd7\xb1\x46\xfa\ \xc5\xd5\xcd\xef\xfb\xff\xe3\x8f\xe9\x42\x3c\xdd\x8f\xc4\x93\xad\ \x54\x23\x9a\xac\x26\xe3\x67\x17\x1f\x5f\xc5\xcf\x4a\xc3\x76\x0f\ \x5c\xe7\xac\x9d\x9c\xae\x87\x9d\x69\xb9\x3c\x1d\x55\xe6\xed\x76\ \x6f\x34\x99\xb7\x92\xc0\xb4\xd3\x41\x37\x1d\xce\x57\xcf\xbf\xfb\ \xea\xaf\xbf\xfa\xd5\xdf\xfe\xe3\xdb\x9f\x7f\xf3\xc5\xcf\xde\x79\ \xfb\xfd\xf7\xdf\xfe\xf1\x1b\x3f\xfe\xe9\x7d\xca\x9d\x7b\x77\xb7\ \x77\x76\xb6\xa8\x5b\xdb\x1b\xd4\x1d\x0a\x86\x40\xa0\xed\xc0\x07\ \x95\x0a\xc8\xb6\x8d\xdb\x42\x61\x31\x80\x6a\x68\xf2\x9d\x80\x76\ \x0d\xe2\xc9\x78\x1c\x01\xb3\x8b\xea\xe5\x69\x54\xc4\x83\x64\x22\ \x91\x82\xc3\xe0\x89\xa8\x9a\x1e\x69\x13\x01\x4c\xda\x2d\x29\xa2\ \xd5\x72\x1c\x72\x63\xa8\x6b\x67\x17\x25\xcf\x9c\xee\xc2\xb7\x29\ \x1b\x14\xf4\x20\x09\x4f\xc1\xe0\x40\x31\x70\x24\x32\x18\x37\x30\ \x52\x14\x02\x15\x83\xb9\x5d\x22\xa7\x9f\x80\xb5\x42\x37\x0c\xc9\ \x18\xf0\x62\x64\x24\x59\x04\xcc\x1d\x32\x96\x4c\xc4\xe0\xb0\xbb\ \xc4\xf7\x3e\x7a\xf2\xe1\x93\xc7\xe0\xaf\x9e\x3c\x7e\xf6\xf8\xa3\ \x0f\x9f\x60\xee\xec\x6c\x6e\x6e\x6e\xd0\x70\x24\x2a\x3c\x7f\x83\ \x4c\xdd\xdc\x40\xa5\x63\x18\x0a\x0a\x9a\x20\x10\x48\x87\x70\x74\ \x00\x4b\x2c\x01\x47\xa3\xe3\x09\xc4\x93\x7d\x64\xb8\xb0\x87\x20\ \x9e\xc7\xa0\xa3\x27\x74\x22\x9a\x46\xc5\x12\xe9\x8f\x1f\x9f\xa0\ \x9e\x8b\x47\x1f\x3c\x21\x82\x34\xe3\xa8\xe0\xf2\x28\x40\xbf\xa0\ \x68\xaf\xb1\xb8\xc8\x30\x3d\x78\x78\xb0\x87\x36\xfc\x81\x1e\x71\ \xb8\xec\x07\x60\xa0\xc0\x89\x48\xc1\x7d\xf1\xb8\x62\x26\x5b\xa0\ \x12\xb2\x58\x4c\x39\xaa\xa2\x61\x0b\x65\x32\x15\x5a\x95\x67\x1c\ \x70\x55\x1a\x99\x98\x21\x90\xa8\xd5\x52\xa9\xc2\x33\x75\x5b\xd4\ \xb7\x11\xe8\x47\xc0\x6a\x2c\xde\xed\xd8\xfa\x0f\x50\xc3\xfd\x8f\ \x18\xa8\x8c\x94\x09\x8e\x0d\xdd\x6c\xdb\x63\x8a\x04\xb7\xf9\x07\ \x6c\x31\x83\x2f\x64\x1d\x30\x05\x6c\xa6\x08\xcd\x51\x08\x44\x4c\ \xf6\x9e\x84\xc7\x90\xa2\x10\x3f\x99\x4c\x24\x56\x0a\x15\x2a\xa1\ \x50\x65\x37\xab\x44\x42\xb1\x4e\x21\x33\x07\xd3\x23\x9b\x49\xc8\ \x62\x83\xcc\x89\xe4\x62\xa5\x88\x2b\x97\x88\x25\x3c\x81\xd2\x28\ \xe6\xb1\x24\x52\xee\x01\x87\x2f\x12\x49\xa4\x4a\x11\x88\xaa\x44\ \x01\x3f\xcb\x14\x82\x39\xe2\x8a\xd5\x6a\xa1\x58\xad\x50\x0a\x00\ \x17\xe5\x4a\x15\x93\x07\x62\x2b\x17\xaa\x6d\x66\x89\x48\x63\x34\ \x99\x0c\x4a\xbd\xcb\xa4\x50\xb8\x9c\x21\x3b\xfc\xc6\x02\xbe\x8b\ \xa9\x92\x81\xbc\x89\xe5\x52\x70\x97\xec\x23\x36\x47\x24\x7a\x08\ \xa4\xcc\x97\xf0\xe0\x8f\xc2\xe0\x36\xeb\xd4\x72\x9b\x41\xad\x32\ \xda\xe1\x6a\x14\x5a\x64\x62\xa9\x5c\x2a\x94\xcb\xc0\xbc\xb1\xf9\ \x3a\x8b\x90\x21\x16\xe9\x34\xc0\x42\x72\x99\x50\x24\x96\xa0\xb2\ \x76\xb5\x41\xa3\xd6\xa8\xd5\xc1\x8e\x27\x70\xd5\xef\x78\x3c\x01\ \xb7\xc6\xe4\xcc\x0e\xb2\x36\xad\x4d\xeb\x34\x6b\x8c\x5e\xbb\x5e\ \x6d\x75\x81\x74\xd9\x03\x7e\x93\xc6\xec\x9d\x97\x72\x6b\x5f\xae\ \x1e\xd4\xb8\x3a\x9e\x72\xce\x6c\x05\x35\x72\xba\xcb\x3e\x8f\xd7\ \xbf\xa8\x1b\x55\xce\xda\x34\xe8\xca\xd6\x87\x41\x8b\xd9\xef\x31\ \x3b\x2c\xfe\x76\xc7\x96\xf3\xba\x03\x0e\xbb\x7d\x54\x5c\x38\xb2\ \x73\x5b\x32\x36\x33\x07\xca\x8a\x5a\xab\x31\xcd\xf9\xfc\xc3\x9e\ \xdf\x38\xf2\xf8\x56\xab\x8e\x73\x54\x37\x7a\x7c\xc1\x41\x7a\x1e\ \x28\xd7\x74\xb6\xd5\x62\x31\xb6\x19\x2d\x1e\x63\xad\xe4\xeb\x64\ \x7d\x9e\xda\xd4\x6e\xab\xf4\xc7\x3e\xbb\xdf\x54\xf7\x78\x16\xe3\ \xd6\x74\x3d\x76\xfb\x66\xee\x5c\x70\x9d\x2a\x84\x57\xb5\x80\x5e\ \xbd\xae\x36\xca\x95\x48\x27\x5d\xcc\x96\xda\xa5\xe4\x4d\xbc\x5d\ \x8e\x4f\x8a\xe3\x46\xaa\x37\xe8\x95\xe2\xd9\xd5\x3c\xe4\x1d\xae\ \x7c\xfe\x90\x15\xc4\x3c\xe0\xf3\x83\xf4\xcb\x64\x0a\xa9\xd6\x07\ \xac\x6b\xb5\xba\x9d\x76\x7f\xa3\xdb\xfa\xfc\xfb\xc2\x2c\x93\xa8\ \xae\x33\x8d\xc9\xac\xb5\x9e\x4f\x22\xbd\x4a\xaf\x14\x0e\x4f\xc2\ \x89\x48\x2c\xb1\x18\x24\x2d\xfe\x68\x3a\xdc\x8c\x66\x62\x1f\x37\ \x1b\xd1\xb3\xcb\xcb\x65\x3c\x7c\x93\x18\x44\x33\x2f\x0b\xd1\x48\ \xe4\x3a\x93\x29\xc4\x0b\xd5\x78\xab\x70\xdd\x6f\xaf\xdb\xe1\x64\ \x31\x1c\x3d\x2b\xa4\x2e\xfb\x99\xeb\xcb\x7e\xf4\x2a\x92\xbc\xb9\ \x8e\x7e\x7c\x79\xd9\x8c\xc4\xe3\xcf\x2f\xf2\x91\xe5\xa7\xf9\x4c\ \xb8\x34\x39\xff\xfc\xba\x00\x14\xf6\xd9\xd7\xf9\x54\x3e\x39\x4c\ \x0e\x66\x83\x62\x39\x9d\x68\xc5\xbf\x7b\x19\xad\x4f\xa7\x83\x38\ \x68\x50\xb3\xd4\xae\x54\xce\x9b\xf9\x54\x38\x9f\x4c\x17\x5b\x85\ \x76\x27\xfc\xf1\x79\xbb\x19\x1b\x65\x92\xe1\x52\x2b\xdc\x6e\xcd\ \x01\x43\xcf\x96\xcd\x42\xbf\x0f\x6a\x59\x3c\xaf\x7e\xfe\x87\xb3\ \x57\xff\x9e\x3c\xeb\x37\xab\xe1\x48\x26\xd1\x6f\x25\x93\x57\x67\ \xe1\xc2\xf3\xef\xfa\x2f\x3e\x3f\x2f\xcd\x06\xab\xce\x7a\xd5\x2d\ \x2d\x3a\x73\xdf\xbc\xde\x5e\x0d\xa6\xf3\x05\xbc\xd0\x3c\x57\x6f\ \x54\x16\x8b\x76\x2c\x9d\x6a\xc6\x7f\xfb\xe5\x3f\xfd\xcf\xdf\xff\ \xfa\x17\x7f\xfe\xcf\x6f\x7e\xfc\xfe\x2f\x7f\xfc\x93\x9f\x7c\xf1\ \xee\x1b\x77\xef\xdd\xdf\x7e\x63\xeb\xde\xf6\xe6\xdd\x2d\xda\xc6\ \xc6\xd6\x16\x99\xfa\xfa\xce\x0e\x6a\x9f\xa7\x6e\x81\xab\x42\x33\ \x59\x64\x1a\x05\x75\x0b\x02\x69\xe1\x49\x58\x32\x2a\x7a\xc6\x60\ \xe9\x24\x1a\x06\x1c\x10\x19\x55\x67\xe1\x01\x03\xc9\x38\x1c\x0e\ \xb3\x01\x22\x85\xa7\x83\x9b\x21\xa0\x10\x3e\x12\xe9\x84\x4e\xa6\ \x12\xd0\x6e\x66\x2c\x38\x34\x34\xbc\x45\x3a\xa4\xc3\xa5\x7f\x7c\ \x4c\xc4\x61\x90\x26\xdd\xce\x2a\xd0\x70\x44\x3a\x09\x54\x88\x8c\ \xee\x13\x82\x51\xc3\xa1\xaa\x42\x32\x69\x1f\x70\x0d\x0b\xaf\x40\ \x27\xa3\x06\x2f\x1c\x81\x0e\x9e\x8e\xb2\x89\x21\xd2\xb0\xc4\x4d\ \x12\x71\xf7\xd9\x07\xc7\x1f\x7c\xf0\x0c\x95\x3f\x3f\x79\xf4\xe8\ \x5f\xfe\xf9\x11\xa8\x2b\xed\xde\x36\x89\xb4\xbb\x4b\xdc\x25\x51\ \x36\x36\xb7\x36\xa9\xa0\x36\x20\x9b\xa0\x5a\x1b\x1b\x54\x12\x9d\ \x84\xe6\x5e\x49\x24\x1c\x06\xce\x01\xbf\x7f\x88\xc5\xee\xd3\x49\ \x58\x80\x40\x02\x4a\x90\x38\xdd\xa5\xe2\x40\xbc\x0e\x4f\xf6\x77\ \x8f\x4f\x51\x57\xe1\xf1\xe9\x07\x78\x2c\x9d\xb6\x89\x6e\x33\x82\ \x1c\xa3\x54\x52\x10\x2c\x2e\xf7\x80\x7b\x84\x8a\x8e\xd1\xa6\x16\ \x31\x88\x0a\xef\x88\x71\xc4\x61\xb2\x00\xca\xd0\x0d\x3c\x10\x08\ \x06\x4f\xca\xe0\x70\x24\x68\x82\x8a\x05\xae\x41\x84\x02\xde\x19\ \x0c\x30\x17\x16\x15\x4f\x2c\xd6\xa9\x85\x6a\xad\x67\xe4\x33\x6b\ \x45\x3c\x11\x17\x0d\x5b\xb2\x1e\xa0\x38\x74\x31\x6b\x4f\x00\x3e\ \x65\x8f\xc5\x65\x20\xea\x13\xf3\xd9\x42\xb4\x25\x8f\x23\xe2\xb1\ \xf8\x1c\x38\x2a\x8f\x2d\x78\xc0\x95\x8b\x19\x2c\xf0\x58\x5c\x2e\ \xf3\xbf\xfb\x2b\xf8\x2c\x89\x58\x20\xd1\x2b\x65\x4a\x05\x00\xa1\ \x84\x29\xb3\x9b\xc1\xc8\xe9\xd4\x16\x8b\x73\x98\xcc\xfa\xf5\x1a\ \x10\x0e\x16\x17\xd5\x50\xa0\x50\x50\xae\x98\xcd\x15\x6b\xc4\x0f\ \xb9\x12\x39\x1c\x0d\x45\xf9\xc1\xd9\x69\x04\x7c\xa6\x54\x26\x55\ \xf1\xa5\x60\xe0\x84\x5c\xa5\x5e\xc1\x17\xeb\xf8\x4c\x3e\x4b\xa4\ \x56\x89\x05\xc8\x31\x4a\xc5\x12\xb3\x56\x2e\x33\x1b\x40\x74\x64\ \x66\xa7\x46\xa5\x35\x18\x6b\x1e\x93\xdd\x6a\x15\x4a\x95\x6a\x89\ \x48\xaa\x12\xa8\x40\xf8\x6e\x33\xdd\x59\x12\x09\x93\x03\x7e\x92\ \xc7\x06\x9e\xd5\x18\x9c\x5a\xa5\x4e\x6f\xd0\x18\x8c\x26\x78\x09\ \xb1\x46\x28\x96\x2a\x40\xb8\xa4\x6a\x95\x5c\xcc\x53\x99\xa5\x3c\ \x89\x4e\x67\x33\x29\xd4\x26\xb3\x48\xa4\x93\xcb\x85\x22\x19\x88\ \x95\x4a\x2b\x0f\x4e\xb2\x6e\x47\x62\x59\xd3\x7b\x51\xd6\x8a\xc9\ \xbd\x08\x38\x75\x46\x73\xc0\xa2\x32\x79\x9c\x1a\xa5\xc3\xa2\x30\ \x58\x6d\x81\x90\x55\xaf\xf6\x8f\xa6\x81\x80\xbf\x9c\xad\xf9\xdd\ \xc1\xac\x37\xeb\x31\xf9\x42\x56\x8f\xd9\xeb\x72\xb8\xad\xed\x9a\ \xc1\x1a\xb2\x65\xe7\xce\xc0\x7a\x65\x37\xb9\x02\x6e\x87\xd3\x6d\ \x9f\x4c\x8d\x8e\x60\xd9\x62\x74\x18\xe6\xf3\x80\xab\x36\xf2\x74\ \x33\xf1\x75\x36\xa4\xc8\x55\x66\x93\x79\xb9\xbc\x5e\xfb\xdd\xab\ \xd1\x68\x36\xae\xe5\xb2\x8e\x6c\x2b\x3e\x2a\xb7\x82\x76\x7b\x48\ \x63\x08\x2d\x32\x33\xa7\xc9\xe1\xd5\x96\x83\xbe\xa0\xbb\x36\x0a\ \x04\x1c\xfe\xd8\xd8\xef\xb0\x98\xdd\x41\x9f\x37\x3d\x2e\xa1\x90\ \xd1\xd5\xc7\x3e\xcf\x6a\xba\x9e\xd4\xdd\x43\x9f\x42\xd6\x4b\xa4\ \x5b\x83\xca\x22\xb5\xb2\x97\x5a\xa9\xe4\xd9\xe5\xbc\x58\xec\xb4\ \x8a\xc5\xc4\xa0\x34\x1c\x57\x86\xab\xb9\x3b\xb4\x0e\xb8\x73\x23\ \x07\x9c\x6a\xae\xee\x56\xc8\x75\x3a\xb5\x56\x6a\x08\xf9\xdc\x41\ \xab\xd5\x65\x73\x86\x4a\x8d\xf9\xcb\xef\xd2\xe1\x42\xf2\x65\xb7\ \x99\x5a\xb4\x17\xf5\xd4\xa4\x58\xba\x8e\xad\x12\xa9\x40\xa1\x1f\ \x8b\x26\x07\xb1\x8a\xbb\x0e\xa2\x11\x06\xeb\x72\xd5\x6b\x35\xfb\ \xd5\x78\xac\x5a\x38\xcb\xa4\x8a\x85\x68\x21\xda\x8d\x7c\x16\x2f\ \x16\x8b\xd1\x6a\xb5\x14\x7f\x19\x2d\x5e\xe4\x8b\xf1\x4c\x33\x7e\ \xd5\xee\x36\x5f\x26\xae\xae\xaa\xd1\xf3\x68\xa6\x9f\xcf\x54\x23\ \xd5\x6e\xb1\xdb\xf8\xf4\x3c\x0e\x8c\x16\xcb\x2f\xc7\x8d\xfe\xd9\ \xcd\x79\xb5\xdf\xfc\xfd\xc7\x17\xa9\xe8\x73\xb0\x52\xe3\x4a\xdb\ \x57\x5c\x16\x4b\xc5\x7c\xaf\xd5\xeb\x0c\xa2\x89\x70\x38\x1e\x2e\ \x95\xba\xcb\x70\x3c\x92\xb8\x2a\x8d\x93\xad\x48\xa4\x12\x8b\xcd\ \xd7\x91\xee\xe2\x79\x22\x9d\x6c\x17\x8b\xe1\x42\x2f\x11\x19\x54\ \x5b\xa9\x14\x68\xe6\x4d\x62\x19\xbf\xfa\xf2\xf2\xeb\xaf\xe2\xc5\ \x65\xb8\xdb\x6e\xc4\xf2\x89\x48\x6a\x50\x38\x5b\x5e\x3e\x7f\xd9\ \x5c\x5e\x66\x26\xe5\x61\xa3\xb5\x5e\x77\x81\x02\x1b\xc3\xc5\xb0\ \x54\x6c\x8f\xc6\xbd\xde\xa2\xd1\x19\x96\x32\xa5\xee\x20\x1d\xef\ \x46\xa2\x17\xaf\xbe\xfe\xeb\x3f\xfd\xe6\xef\xbf\xf8\xe2\x2f\x5f\ \xbc\xff\xf3\x9f\xff\xfc\x67\xef\xbc\xfb\xf6\x9b\x1b\xb8\xd7\x77\ \xee\xbf\x75\x7f\xf3\xde\xbd\xed\x0d\x1a\x2a\x9e\xd8\xdc\xa6\x6d\ \xdc\xd9\xde\xa4\xde\xdd\xa6\x52\xe1\x6b\x0a\x30\x16\x05\x47\x06\ \x61\xa2\x12\x40\x78\xfe\x3b\xb9\x1d\xb4\x87\x4e\x00\x91\x21\x02\ \x5b\xd1\x48\xa8\x46\x99\x8c\x16\xa4\x70\x18\xf8\x2e\x69\x17\x7c\ \x0c\x06\x4f\xa0\x01\x90\xc1\x13\x69\x34\x3a\x11\x95\x3b\x93\x50\ \x11\x04\x4a\x57\x78\xf4\xe8\xe9\x6d\x3a\x15\x01\x4f\xd8\xb8\x1d\ \x97\x42\xd1\x34\xe0\x64\x88\x18\x94\xb0\x40\xc0\xa0\x5b\x87\x00\ \x71\xa8\xa3\x9e\x40\x44\x59\x30\xc0\x80\xbb\x58\xb0\x62\x44\x94\ \x52\x43\x23\xc1\x0b\x92\xb0\x4f\x3e\x78\xfc\xde\x7b\x4f\x9f\x3e\ \x7a\xfc\x04\x6d\x7e\xfe\xe8\x98\x72\x7f\x6b\xe7\x0e\x38\x22\x78\ \x79\xb4\x5b\x7a\x73\x93\x86\xdb\xa4\xc0\x49\x61\x70\x04\x24\x99\ \x38\x34\x85\x45\xba\x5d\x78\xbf\xcd\x87\xa0\xe3\x41\xc2\xc8\xc7\ \xa8\xef\xe2\x70\x9f\x00\x16\x0b\x18\x74\xf7\xf1\x3e\xf6\x98\x48\ \x3c\x06\xc1\x3a\x39\x3e\x3c\xde\x3f\x3d\x41\x53\x14\x58\x2a\x81\ \x42\xc1\xee\x9f\x9c\xbe\xf6\x90\x05\xb8\x76\xbb\x51\x66\x8f\x21\ \x66\x0a\x38\x60\x79\xf6\xd8\x02\x0e\x68\xd2\x43\x0e\x7b\x8f\xb5\ \x87\xd6\xb6\xb9\xfc\xdb\x00\x63\xbe\x80\x2b\x62\x72\xa5\x22\xbe\ \x80\xbf\xc7\x63\xb2\xb8\x72\x99\x45\x2f\x92\xcb\xb5\x5a\xa5\x49\ \x61\x0b\x85\xcc\x66\x70\x4b\xb7\xc9\x50\xc0\x7a\x07\x7c\xd1\xc1\ \x03\xb4\x0d\x87\x71\xc0\x3c\xe0\x72\xc0\xd6\x08\x41\x9e\xd0\x74\ \xc4\x81\x58\x88\xe6\x05\x24\x20\x2e\x68\x6c\x4b\x2a\xe2\xa1\xb2\ \x40\xd4\xfb\xc0\xe7\x30\x04\x28\x0c\x46\xcc\x53\xcb\x45\x22\x91\ \x5c\x2f\x93\x88\x54\x7a\x93\x5e\xac\x54\xe8\x6d\x2e\x47\xb9\x51\ \xf1\xeb\x6d\x2a\x9e\x00\xf0\x4e\x26\xe3\x01\x57\x8a\xa4\x7c\x29\ \x57\x00\x86\x4e\x8a\x66\x53\xc5\x6c\x89\x5c\xc4\xe4\x01\x64\xf2\ \x78\x72\x85\x9a\x8f\x5e\x95\xc5\xe6\x2b\xa5\x20\x39\xe0\x78\x84\ \x4c\x89\x51\xc9\xe0\xb2\x40\x4f\x45\x42\xa1\x42\x23\xd1\xa9\xe1\ \x5b\x02\x81\xde\xe2\x30\x2a\xf4\x5e\x4f\xce\x06\x5a\x62\x00\x13\ \x26\x94\xf0\xe4\x42\x99\x0a\x94\x9b\xcb\x66\x8b\xf6\x04\x62\xee\ \x03\x36\x0b\xed\xd2\x11\xaa\xf5\x16\x83\x43\xa6\xd7\x69\x64\x6a\ \x83\xd1\x60\x52\xb3\x54\x06\xa1\x18\xe8\x4f\x2a\x55\x09\x65\x52\ \xbe\xc9\x61\x10\xea\x34\x1a\x87\x56\xad\x92\xe9\xe5\x12\x85\x51\ \xa5\x54\x0b\x35\x0a\x83\x5a\x22\x77\xac\xeb\x36\xd7\xc5\xe5\xc8\ \x62\x76\x7a\xdd\x7a\xa3\x39\x64\xd1\x9a\x35\x2e\xbb\xd9\x6a\x09\ \xf9\x9d\x16\xaf\x5b\xe7\xf1\x5b\x87\x7e\x87\xd6\x98\x1d\x8d\x03\ \xae\x60\x2d\x3b\xf4\x4e\xeb\x73\x5f\x30\xa4\x77\xd8\x75\x7a\xa7\ \x31\x94\xf3\x18\xeb\x65\xa3\xa6\xe3\xcc\xe5\x6a\xb5\xd1\x2c\xe7\ \x70\x66\xdd\x26\xa7\xc3\xba\x2a\x99\x4c\x21\xb3\x7f\xe4\xb3\x4d\ \xa6\x6e\xfd\xdc\x53\x9f\xa4\x63\xd3\x60\xd6\xd0\x4b\xa6\x26\xf3\ \x9a\xaf\xb7\xb0\x0f\x33\x8b\x61\x67\x14\x08\x4d\x6b\xae\x4a\x78\ \x52\x6e\x77\x7c\x0e\xb7\xce\x56\xf6\x4f\x3b\x6e\x6d\x20\xe0\xaa\ \xa7\x47\xe0\xb1\x3a\x3e\xa7\x49\xed\x9e\x8d\xfc\xb7\x1b\x01\x1c\ \x02\x71\x18\x00\x00\x20\x00\x49\x44\x41\x54\x5d\x01\xe7\xbc\xe3\ \xf3\x5b\xea\x51\x20\xd9\x1c\x58\x3d\xe7\xac\xec\xd7\xf7\xe2\xc5\ \xd5\xb8\x58\x8e\x8c\xdd\x89\x78\xa4\xd0\x4a\xae\xd6\xeb\x5a\xa5\ \xd2\x6b\x94\x5a\xc3\x59\x32\x58\x29\x7b\x7c\xbe\x5a\x3d\x37\xb1\ \xba\x42\x1e\x5f\xd9\xab\xd7\x9a\xc1\xaa\x6a\xf4\x0e\x97\x2f\xe7\ \xcc\xb9\xea\x9e\xd0\xb0\xb5\xbe\xfc\x3a\x1a\x49\x24\x97\xe1\xc8\ \x7a\x5d\xaa\xad\xe1\xcb\x74\x2c\x39\x6b\xa6\xb3\x8d\x17\xcd\x46\ \x7a\x90\x48\x8c\x16\xc5\xd8\x4d\xf1\x3c\x12\xbb\x8c\x54\x5e\xe4\ \xf3\x28\x2d\xe6\x6a\x99\xc8\x24\x62\xa5\x44\x2c\x76\x59\xe9\xf6\ \x8a\xb1\x42\xbf\x14\xb9\x89\xf5\x5e\xdc\xcc\xc0\xdf\xc4\xce\x53\ \xdd\xfe\xe5\x79\xfe\x26\x01\x48\x19\x4e\xc4\x97\x89\xfe\x79\xb7\ \x5f\x2a\xf5\x9b\xcd\xeb\x4c\x35\x7f\x1d\xa9\x77\x2f\x6e\xfa\x85\ \x42\xb2\xff\xc7\xcf\xf3\xa0\x5f\x89\x4a\x65\x31\xef\xd6\x4a\x99\ \x49\x24\x56\x68\xc5\xd2\xf3\xd4\x79\xa6\x1b\xb9\x48\x95\x26\xdd\ \x8b\x42\x2a\x95\x58\xae\x4b\xad\x46\x31\xba\x8c\x85\x63\xdd\x4c\ \x38\x12\x4d\xb5\x7a\x0d\xa0\xc5\xd6\x20\x96\x8c\x26\x8a\xa9\xf6\ \xab\x65\xf4\xfa\xd5\xab\xf8\xe5\xcb\xcf\x3f\x5f\x26\xbb\x89\xd9\ \x59\xac\x58\x69\xb6\xe2\xa9\x06\xd0\xe4\xe5\x8b\x8f\x2f\x2e\xaf\ \x1b\xeb\xd2\x6c\xdc\x5e\x0d\x7b\xdd\x75\xab\x34\x1e\xa2\xd2\x8c\ \xd4\x64\xd1\x1b\x4f\x16\xb5\x5e\x3b\xd3\x8a\x17\x0a\xfd\xfc\xf2\ \xe5\x5f\xff\xed\x57\xbf\xfa\xf6\xdb\xdf\xfd\xc7\x2f\xdf\xff\xe9\ \x37\x3f\xfd\xe4\xfd\x1f\xbf\xfd\xd3\x37\x41\xaa\x5e\xbf\xf7\xd6\ \xfd\xed\x6d\x10\xac\x4d\x1c\x15\xb3\xb1\xb3\x41\xdd\x06\x87\x45\ \xa5\xd0\x68\xd4\x8d\x4d\x0a\x65\x87\x84\xf6\xc6\x00\x5a\xd1\x90\ \xd5\x01\x4d\x02\xcb\x01\xea\x43\x26\x52\xc1\xff\xa0\x12\x54\x12\ \x4a\xc4\x03\x37\x83\xb2\x49\x01\xfc\x50\xc1\x3b\xda\xbb\x83\x21\ \x60\x48\xb4\x7d\x3c\x85\x0c\xa8\x05\xee\xea\x36\x99\xfd\x14\xe5\ \xb9\x9c\xec\xe3\x70\x24\x0a\x09\xcd\x0d\xec\xd2\x30\x78\x0c\x95\ \x72\x3b\x7a\x80\x72\xfb\x6e\xab\x9a\x6f\xb3\xdc\xc1\x02\xa1\x12\ \x1c\x32\x9e\x8a\x03\x21\xdb\x07\xa3\x85\xc7\xe3\x28\x5b\x70\x58\ \x0c\xe6\xf0\x10\x0b\x40\x78\x0a\x72\x75\xfc\x08\x59\xac\xf7\x3e\ \x7a\x4c\xb9\x7b\xf7\xce\x1d\x2a\x99\x82\x25\xdf\x05\xa0\xa5\x51\ \x00\x09\x31\x38\x3c\x80\x2c\xca\x99\x41\x67\x07\x5e\x0e\xc4\x8b\ \x48\xdc\xdf\x47\xd1\x35\x44\xfa\x3e\xba\x0b\xb9\xbf\x8b\xb6\x3e\ \xa3\x74\xf9\x43\xd4\x43\x0d\xee\x0c\xfe\x3d\xde\x05\x9b\x85\xda\ \xe9\x9f\x3e\xa2\x63\xe8\xc7\xbb\x78\x2a\x19\x2c\xd9\xfe\x6b\x0f\ \xc1\x2c\xa1\x74\x2a\x36\xda\xf1\x8c\x52\xd5\xe1\x3a\x67\xb3\x98\ \x07\x2c\x26\x0b\x4d\x90\xa2\xd9\x04\x24\x67\xdc\x07\x07\x3c\x2e\ \xea\xff\xe2\x8a\x50\x25\x2a\x8b\xc3\x97\xc0\x87\x4e\x25\x16\x29\ \x55\x72\x85\x56\xa1\xa9\xcf\xcd\x5a\x95\x84\xcd\xe3\x03\x37\xf2\ \x44\x20\x7b\x12\x0e\xeb\x01\x8b\xcf\x7d\xf0\x60\x8f\xc5\x3f\x40\ \x9d\x11\xdc\x07\x2c\x11\x9f\xab\x42\xfb\xfd\xf8\xfc\x23\x96\x90\ \xc1\x40\x5b\x79\x34\x22\x1e\x13\xc5\x22\x08\x24\x62\xb4\x73\x0f\ \x40\x0a\x54\x51\xaa\x13\x09\x99\x22\x05\x1a\xb2\xd2\xfb\x35\x02\ \x89\x59\x61\x31\x19\xbc\xa5\xb5\xc7\x65\xe3\xb3\xf9\x5c\xbe\xd8\ \x00\xd4\x06\x47\x82\x1f\xe4\x83\xb5\x41\xfd\x3e\x22\xe6\x03\xa6\ \x4e\x8e\xfa\x58\x01\x40\x51\xfd\x29\x17\x05\x09\x22\x65\x54\x28\ \xc5\x52\xa5\x50\x00\xc7\xd2\x00\x51\x82\x86\x31\x04\x6c\xb5\x03\ \x39\x24\x05\xfc\x80\x48\x6f\xd2\x69\x44\x42\xb7\x27\x64\x41\x21\ \xea\x42\x15\xe2\x50\x8d\x40\xa8\x95\xf2\x41\x79\xc5\x7c\x2e\x8a\ \x7c\x06\x3f\x09\x06\x54\xa0\xd5\x1a\xb4\x5a\x95\x5a\x6f\xd6\x6a\ \x8c\x46\xa3\x5d\xce\xd0\x6a\x25\x5c\x99\x42\x25\x45\x7d\x8a\x22\ \xa9\xc5\xae\x95\xa8\x54\x4a\xa3\x59\xa7\x53\x68\xe4\x72\xa9\x46\ \xa1\xd4\x2a\x8c\x26\x85\x4a\xa2\xb2\xf8\xc7\x01\x7f\x35\x51\x37\ \x98\x83\x21\x87\xdf\x67\x09\xf8\xac\x7a\x97\xde\xae\x07\x5b\xa5\ \x70\x3a\x8c\x26\x83\xcd\x3e\xaa\xe7\x2c\x1a\xe3\x68\x5a\x76\xd4\ \x3b\x9e\xd1\xd0\x3a\x1a\x75\x6c\x41\x8b\xd5\x99\xd5\xa2\x22\x07\ \x9f\x5b\x37\xee\x98\x65\xa1\xa0\x33\x1b\xf2\x05\xc7\x1e\x67\x36\ \x1b\xb4\x3b\xf4\xa6\xc1\xd0\x69\xf4\xdb\x2d\x7e\x8b\x79\xde\x2a\ \xeb\x6a\x59\x8b\xbf\xd5\x0a\xfa\x67\x9e\x7a\xbb\x5b\xf2\x7b\x17\ \xeb\xa2\xcd\xdb\x48\x77\xca\x83\x81\x6f\x0c\x80\xd8\x68\xc5\xe2\ \x6d\xef\xbc\x6d\xcc\x4d\xb3\x81\x90\xc3\xec\x1d\x9b\x26\x2f\xc7\ \xf9\x9a\xdf\xeb\x0f\x69\xb4\xd9\x79\xd0\xeb\xb2\x7b\x46\x1e\xd7\ \xa8\x5e\xea\x78\xcc\x16\x7b\x2f\x50\x6b\xf5\xea\x81\xba\x6f\x36\ \xb3\x39\x2b\xcb\xf8\x6a\x95\x5e\xb4\x27\x20\x7c\xe1\x65\x2b\x3f\ \x0f\x36\x6a\x95\x55\x3b\xdc\x4b\x4f\x57\xed\x72\x63\xb4\xc8\x0e\ \xeb\x39\x37\xd8\x36\xff\xa8\x36\x0a\x19\x8c\x52\x99\x56\x0d\xff\ \xd7\xec\x3e\x9f\x35\xeb\xcb\x05\xe1\x48\xad\x2f\xff\x90\xea\x55\ \x33\xe9\x49\x77\x3a\x6b\x79\xe6\x99\x74\x73\xd9\xba\x68\xa4\xf2\ \xeb\xf4\x8b\x42\x32\x39\x6f\x74\xfd\xe5\xd8\x59\xbf\xfa\x32\xd6\ \x3f\x6f\x45\xce\x5f\x34\xa3\x97\x99\x46\x3e\x16\xc9\x17\x2a\x68\ \x7d\xe9\xa2\x32\x99\xa5\x22\xcb\x44\xa7\xfb\x55\x66\x9c\x58\x16\ \x13\x17\xcb\x59\x37\x99\xf9\xf4\x72\x79\x73\x99\x8f\x5f\x44\x93\ \xf1\xe5\x45\xa1\xd0\xed\x26\x92\xa9\xd8\x79\xfe\x3c\x9c\xbf\x28\ \x8c\x47\xfd\x3e\x78\x9f\x48\xba\xf9\xc7\x3f\x5c\xb6\xe3\xe1\x42\ \xb7\xb8\x6e\x35\x46\xeb\x70\x38\x56\x98\x25\x9b\x40\xb3\xc9\x6a\ \x2a\xda\xef\x0d\xe6\xed\x58\x3f\xda\xa8\x9e\x2f\xda\x8d\x74\xab\ \xb4\x4c\xa7\xa3\xc3\x68\x74\xd8\x98\xe4\x53\x99\x42\x3a\xd5\x18\ \xc4\xab\x67\xe1\xb3\x66\xe2\x3a\xd2\x7f\x7e\x7d\x71\xfe\xf2\xf9\ \x77\x37\xfd\x6e\x71\x52\x29\xa6\xd3\x91\x48\xab\xdb\x4e\x46\x0b\ \xf1\xf8\xd5\x4d\xf3\xaa\x5a\x6f\xcd\x66\xbe\xc5\xba\x57\x9c\x8d\ \x56\xc3\x79\xbb\x34\x9e\xa4\x1b\xab\x5c\xab\x34\x59\x4c\xd2\xd1\ \x48\x31\xb1\x8c\xf6\x6f\xbe\xfa\xe3\x7f\xfd\xea\xbf\x7e\xf1\x97\ \xff\xfb\x9b\x6f\x7e\xf7\xf3\x2f\x7e\xf2\xcb\xff\x7c\xe7\x9d\xb7\ \xdf\xda\xba\xb7\x45\xb9\x7f\x77\x63\x7b\x8b\x0a\x7a\xf5\x36\x0d\ \xb7\xb3\xbd\x41\x05\xe6\xc2\x51\x37\xa9\x80\x82\x54\x2a\x75\x1b\ \x15\x27\x1f\x12\x70\x78\x30\x2d\x44\xca\x0e\x06\x43\x21\x60\x36\ \x41\x82\x70\x74\x22\x09\x2d\x87\xe3\x30\xc4\xdb\x59\x29\x0a\x4a\ \xf5\xc3\xe1\x01\xef\x08\xc4\x7d\xa4\x6f\x24\x12\x95\x84\xa7\x51\ \xd1\x0d\x3e\x0c\x9d\x4c\x23\xa1\x94\x4f\x80\x2e\x00\xaf\x5d\x38\ \x06\x1e\xcd\x35\xe0\x71\x20\x27\x44\xd0\x2b\xcc\x06\x3c\x9f\xb0\ \x4b\xc7\x81\x2f\x03\xfa\xa4\x10\xc1\x0b\xe1\x37\xd0\xa6\x1a\x3c\ \x48\x1b\x78\x2a\x3c\x0e\x74\x0f\x8d\xde\x93\x41\x3f\x09\x87\x87\ \x8f\xde\x7b\xfc\xf8\xe9\x53\xb0\x6b\x4f\x9f\x3c\x7b\xf2\xec\x1f\ \x4e\x37\x5f\xbf\xbb\x73\x7f\x07\x47\x25\x62\x7e\x88\x23\x92\xb6\ \xb7\x36\xb6\xe0\x6d\x90\xc9\xa8\xdf\x9e\x4c\x42\x93\xad\xf4\x5b\ \x4b\x87\xc5\x12\xd0\x1a\x3b\xf6\x11\xf6\x18\x8f\x66\x27\x50\xa2\ \x29\xfd\x90\x84\x45\x53\xa4\x24\x3c\xa2\xc1\x5d\x34\x2b\xf6\x84\ \x88\x7d\xb2\xbf\xff\xec\x1f\x1f\xd1\xf7\x4f\x0f\xb1\xb7\xf4\x4a\ \x7f\x6d\x0f\x45\x78\x72\x0f\xf6\x1e\xb0\xf9\xfc\x03\xb6\x0a\x2c\ \x0a\x1a\x1d\xe5\xb0\x7e\x80\x72\xb1\xf6\x0e\x0e\x18\x68\x57\xdf\ \x03\x00\xaa\x3d\x34\x99\x85\x82\x61\xc4\x62\x09\xf3\x88\x29\x41\ \x6b\xdb\x0a\xa5\x5c\xaa\xe7\x0b\x44\x7c\xa9\xb0\xbc\xf2\xe9\x64\ \x3c\x14\x26\xc3\x00\x6d\xe2\x08\x50\xbb\xe1\x01\x87\x2f\x47\x77\ \x08\x8f\x0e\xd0\x76\x69\xc6\x1e\x1b\x0d\x99\x8b\x6e\x13\x98\xf7\ \xf6\x94\x00\x71\x02\xa0\x4d\x34\x33\x8f\xea\xc1\xb8\xc0\x8c\x7c\ \xa9\x48\x22\xe4\x0a\xc4\x2a\x83\x5c\x2a\x53\x08\xc5\x32\xa9\x54\ \x6b\x51\x0a\x94\x6a\xb5\x5a\xc9\x33\xad\x26\x35\x8b\x84\x01\xf2\ \xc6\xe0\x21\x03\xc4\x63\x3c\x80\x53\xe2\xaa\xc4\x0c\x1e\xba\x97\ \xc7\xe3\xf2\xe5\x28\x9d\x59\xc9\x61\x8a\xc5\xe0\x91\x78\x0c\x0e\ \x1b\xa5\x3a\xcb\xf5\x6a\xb1\x84\x2d\xe2\xf1\x80\x11\x75\x0a\x01\ \xfc\x30\x9c\xb9\x48\xa3\x10\xcb\x75\x26\x95\x0c\x5c\x93\x59\xa3\ \x56\xa8\xb4\x0e\xbb\xc3\xe9\x71\x9b\xa4\x12\x80\x3c\x95\x84\x25\ \x33\xca\x51\x94\x17\x6a\x34\x03\xca\xe5\x71\x99\x9c\x3d\x0e\x57\ \x69\x32\x2b\xad\x1a\xa3\x4e\xaf\x37\x98\xf5\x36\xb3\x4c\xac\x31\ \x09\x24\x0a\x9d\x5a\x02\xae\x50\x20\x53\xc9\xa4\x32\xb6\x54\x28\ \x30\x03\x32\x2a\x8c\x4a\x9e\x5c\x6a\xd4\xcb\x65\x56\x8b\x5c\xa5\ \x54\xda\xb3\x83\x52\xfb\xe2\xe5\x10\x9c\xa8\x2d\xe4\x72\x7a\x83\ \x5e\xbb\xc1\xad\xd0\x6a\x1c\x21\x8f\xcd\xe2\xd5\xeb\x2d\x5e\xb3\ \xcf\xed\xb5\xaa\xf5\xf6\xc5\xc2\x9f\xab\x75\x3a\x23\x5b\xce\xe7\ \xd1\x78\x6d\x2e\x77\x50\xe6\xf0\x18\x2d\x56\x64\x7a\x2c\xd6\x51\ \x30\x64\x07\xaf\xb9\x18\x78\xbc\x1a\xaf\xd9\xa9\x37\x4d\x16\x36\ \x8d\xcb\x0a\x9e\x4d\xed\xed\xd9\x55\xb9\x86\xb5\x96\x5d\x94\xa7\ \x23\xbd\x75\xd4\x29\x79\x9d\xbe\xe2\xc0\x10\x98\xae\x7d\x93\x52\ \xaf\x96\x75\x74\xd6\xf6\x4c\x2a\xda\x34\xd7\xa7\x5a\xcf\xa4\x94\ \xf3\xfa\x1c\xbe\xb9\xb1\x36\xb3\x5f\xbe\x1c\xda\x9d\x21\x63\xb6\ \x63\xcf\xf9\xad\x9e\x5a\xd9\x69\x9d\x77\x66\x73\x5f\xc8\x58\x5b\ \x38\xed\xdd\xb3\x95\xcb\xe3\xf5\xf5\xcc\xfa\xee\xa0\x52\x8c\xb6\ \x6a\xe9\x7a\xa8\x52\x5c\x0f\x5a\xc9\x5e\xa9\x55\x2b\xa5\x8a\xed\ \xc9\xac\xd3\xee\x95\x67\xf5\xf9\x7a\x95\xf5\x3a\xfc\xb6\xe0\x22\ \x67\xf4\x39\x4c\x46\xa5\x54\x03\x36\xcb\xe9\x74\x7a\x5d\x2e\xa7\ \xdb\xe9\xac\xa4\xda\x7f\xfa\xb7\x79\xf8\x22\xd1\x9e\x4c\x06\xf5\ \x4a\xad\xde\x18\xaf\xd3\x85\xe7\xdd\x62\xa1\x37\x0b\x47\xf2\xdd\ \xf9\xa0\xda\x19\x17\x9a\xe1\xcc\x79\xf4\xf2\x6c\x16\xeb\x37\x51\ \x7d\x7d\xe5\x3a\x1d\x5e\x9e\x15\x53\xb1\x54\x38\x99\xee\xa2\x48\ \x84\x78\x2f\x76\x93\x29\xbd\xac\x16\xf2\x17\xcd\x42\xb1\xdb\xbc\ \x49\x55\xa3\xe1\x70\xa6\x10\xcb\x74\x0b\xcb\xf0\x20\xd3\xa8\xb4\ \xd2\x67\x00\x81\xdd\x44\xb5\x59\x9a\xa6\xf3\xcd\xc2\xe5\x8b\xc8\ \xd5\xf7\xdf\x15\x1b\x8d\x75\xfa\x3a\x5d\x6f\xcf\x6a\x8d\xcb\x69\ \x23\xdf\x9b\xb4\x6b\x8d\x6e\x29\x91\x8a\x9c\x77\x8b\xad\x4a\x23\ \x7f\x1e\x8d\xa7\x17\xa5\x36\xda\xf5\x93\x5f\x02\xbe\x15\x8a\xed\ \xcc\x67\xe1\xab\xf3\x48\x61\xda\x28\x5c\x15\x92\x99\xd4\xf2\xba\ \x1a\x7f\xf5\x32\xd6\xbc\x7c\x79\xf3\xf1\x32\x5d\x5c\xa7\x2b\xa5\ \x74\xbc\x90\x89\xb5\x32\xc9\x48\xfc\xc5\xd5\xb2\x79\x93\x28\xb6\ \x06\xed\x69\x7a\x50\x6c\x0d\x7b\xa3\x51\x78\x30\xac\xb5\x66\xad\ \x79\x79\xde\x6e\x4f\x67\xb1\x64\x3b\x12\xed\xbf\xec\x7f\xfa\x6f\ \xbf\xfa\xf5\xaf\x7f\xfd\xb7\xbf\x7f\xfb\xc9\xcf\x7f\xf2\xb3\x9f\ \xdd\x16\xe5\xbc\xf5\xf6\xfd\xed\x9d\xcd\xfb\x5b\xb8\xd7\xdf\xda\ \xde\xa2\x6c\xdc\xdb\x21\x61\xc8\x34\xea\x16\x95\xb6\x45\xd9\x02\ \x3a\xc4\x6d\x6d\x80\xa9\xc2\xa3\x01\x04\x1a\x11\x87\x82\x62\x08\ \x24\x94\x0e\x8a\xa1\xd3\x31\xa4\x5d\x3a\x1e\xe5\x37\xa0\xec\x74\ \x1a\x8e\x4a\x42\x0b\x3e\x40\x8d\x24\x0c\x22\x3c\x94\x2d\x83\xdd\ \x00\x7c\x23\x11\xd0\x12\x38\x99\x8e\x1c\x15\x8a\x4a\xd8\xdd\x3d\ \x3d\x3c\x39\xc4\x62\xb0\x00\x80\x24\x0a\x76\x03\xed\x9e\x06\xd1\ \xc0\xa0\x68\x40\xf8\x75\x13\x3e\xa1\x2f\xe8\x74\xf4\x83\xa8\x2d\ \x0c\xbc\x1d\x01\xd0\x0c\x07\x0f\x52\x37\xd0\xee\x20\x1a\x98\x40\ \x60\xba\x27\x4f\x9e\x3d\x7b\x72\x7a\x08\x0e\xeb\xe9\xc9\xe3\x8f\ \x4e\x31\x77\x5f\xbf\xbf\x89\xd9\xd8\x00\x31\xc2\xe2\x29\x70\xd6\ \x3b\xb4\xcd\x1d\x0a\x15\xf0\x14\x2d\x97\x81\xfb\xc3\xdf\x72\x2b\ \xb2\x87\x60\xae\x88\x8f\xf6\x51\xcd\x34\x11\x7b\x72\x88\xe6\x53\ \xb1\xbb\x60\xfc\xe8\xb7\xf1\x33\xc7\x87\x78\x14\xe4\xbc\x4f\x7c\ \x72\xb2\x7b\xfa\xe1\xb3\xc3\x7d\xda\x2e\xc8\x2b\xb0\x29\xfe\x35\ \x26\xe7\x01\x1a\x73\xe7\x3c\x04\x17\x71\x80\x42\x8c\xb9\x0f\x7e\ \xc0\x00\x75\x79\xc0\x64\x82\x57\x61\x71\xd8\x07\x8c\x03\x0e\x43\ \xc4\x64\x80\x21\xe2\x72\x79\x6c\x74\xcf\x90\xcb\x65\xed\x3d\x00\ \x4a\xe2\xeb\xb5\x32\x81\x88\xc7\x95\xca\xd5\x5a\x8f\xc7\x6d\x54\ \x0a\x40\x73\x78\x4c\xbe\xe8\x68\x8f\xcb\x3b\x02\x77\x86\xc6\x97\ \x98\x1c\x01\x97\x89\x72\x66\x04\xa8\xac\x19\xad\x70\xed\x31\x40\ \xa8\xd8\x42\x39\x3c\x99\x8f\x44\x0b\xa5\x9b\xb2\x99\x7b\x12\x29\ \x03\x05\xc9\xa3\x41\x73\x85\x49\x21\x91\x2a\x25\x52\x9d\x4a\x69\ \xd0\x01\x60\xa9\x94\x68\x7e\xa0\x36\xf2\xab\xc5\x60\xd5\xc4\x02\ \xa6\x40\xc6\x63\x71\x19\x5c\xc9\x1e\x4b\x22\xd1\x30\x59\x70\x58\ \x3e\x73\x8f\x09\x44\x78\x24\x50\x32\x05\xc0\x9a\x32\x29\x0a\x66\ \x17\xf2\xf8\x3c\x99\x4d\xc1\x65\xa3\x10\x42\x1e\x4f\x04\x3a\x07\ \x3e\x11\x45\xc4\xcb\xb4\x52\xa1\x3d\xa0\x50\x89\x64\x46\xb4\x1c\ \x25\x97\x5a\x8c\x06\x99\xd6\xa2\x17\xaa\x85\x52\x19\x3c\x5f\xae\ \x17\x32\xf6\x0e\x90\x9a\xb3\xe1\x1d\xb2\xc0\x83\x82\x00\x0b\x34\ \x26\xb3\xc2\xe6\xb0\xdb\xf4\x16\x9b\xc9\x69\x54\x8b\xa4\x7a\x85\ \x44\x24\x51\xa1\x76\x6a\x11\x7c\x21\x06\x2f\xa5\xd1\xa9\x64\x6a\ \xa5\xdc\xa2\xe4\xeb\x64\x7a\xb3\x54\x2c\x33\xc8\x04\x72\x83\x23\ \xbb\x18\xb5\xf2\xa9\xb1\x23\x68\x32\xba\xec\x41\x4f\x2e\xe8\x00\ \xd5\xd3\x68\x2c\x76\x57\xc8\xea\x30\x1a\xcc\x6e\xab\xc5\x11\x72\ \x58\x8d\xce\x40\x2f\xe0\x6b\x07\xa7\x35\xa7\x21\x97\xcd\xb9\x83\ \x3e\x5f\xd0\x62\xb4\x98\xec\xd9\x9a\xb7\x53\x77\xbb\xcc\x76\x6f\ \xc0\x69\x2b\x8f\xca\x66\x83\xdc\xee\xf6\xf9\xfd\xa3\x95\x41\x0d\ \x86\xcf\xea\x90\xd7\x27\x41\x93\xab\x16\x9c\xf9\xa7\x65\x5f\x40\ \x17\xc8\x75\xa6\x8b\x5a\xa0\x92\xb6\x79\x86\xd9\x55\x25\x33\x0d\ \x8e\x82\x65\xd0\xc2\x4a\xb1\xe9\xf1\xd7\x64\xf6\xfa\xc0\x3f\x1e\ \xd8\x42\x1d\x9d\xd3\x1d\x0a\xa7\x46\xce\x50\xce\x61\xce\x66\xeb\ \xf6\xfa\xc4\x35\xee\xe9\x1d\xab\x99\x77\xba\xb6\xd6\x87\x7a\xeb\ \xaa\xb2\xaa\x7b\xac\xa1\xb6\xd3\x92\x49\x4f\x87\xdd\xd2\xb4\x38\ \xf1\xf5\x7a\xe3\x52\x2b\x3f\x4b\xa6\x86\xb3\x55\xb8\xd8\x6e\xad\ \xc6\x83\xe0\xa2\x3d\xcf\x96\x6b\x2e\x87\xcf\xea\xcb\x7a\x9d\x0e\ \x97\xcd\x62\x96\x48\xe0\x6f\x03\x57\xd0\x3f\xf2\xf8\xbd\x35\x4b\ \xb6\x17\x1e\x7e\xf9\xfb\x46\xeb\xb2\x5b\x6c\x0c\x07\xed\x56\x28\ \xdb\x98\xb4\xaa\xfd\xe4\xac\x30\x2b\xa6\xaa\xe1\xcb\xd6\x2c\x19\ \x2d\xcf\x33\xd1\x64\xa4\xd9\xba\x3e\x4f\x2d\x0b\xf1\xf3\xe5\x65\ \x2c\x9d\x88\x24\x53\x09\x30\x37\xe1\x7c\x33\xb9\x2e\x2c\xab\x89\ \xcc\x34\xd3\x4c\x80\x85\x2a\xc6\xfa\xc5\x48\xa1\x1b\xa9\xa6\xba\ \x99\xf3\xea\x59\x14\xcc\x63\x2c\x15\xaf\x44\x4b\xed\x4a\xf4\xac\ \x7f\x11\xbb\x6a\x5e\x9c\xb7\x2a\xd5\x68\xf5\x1c\x7e\xfa\xf9\xbf\ \x7f\x9e\x4a\xcd\x26\xcd\x66\x6f\xd0\xab\x77\x0a\xcb\x52\x3e\x36\ \x1f\x2c\x86\xa5\x42\xb1\x5a\x4a\x67\x1a\xb1\x62\xf1\xbc\x9b\x8f\ \x46\x2a\xa8\x7b\xab\xd7\x88\x9c\x5d\x44\xd0\xaf\xcd\x42\xb2\xd5\ \x8f\xb5\x62\xbd\xd6\x59\xbe\xdb\x6a\x5e\x9d\xdf\xc4\xfa\xd7\x2f\ \xf2\x2f\xff\xf0\xe5\xe7\xe7\xf1\x64\xa6\xd5\x8e\x47\x1a\xc9\xb3\ \x58\x2c\x5d\x48\xa5\x97\xe7\x97\x85\xb3\xf3\x02\x88\xf1\x70\x35\ \xcc\x95\x8b\x8b\xe1\x64\x54\x2a\x8f\x42\xeb\x41\xa5\x37\x9e\xb7\ \x3b\x83\x46\x64\x19\x06\x54\x7d\x79\xfd\xf1\xf7\x7f\xfb\xd5\xbf\ \xfd\xe6\x17\x7f\xfe\xe2\x17\xdf\xbc\xfb\xf6\x27\xef\xbe\xfb\xe3\ \xf7\xdf\xfe\xf1\x0f\x37\x36\xb6\xb7\xef\xdc\xbd\x77\xff\x8d\x9d\ \xed\xed\xbb\x9b\x1b\x44\x32\x75\x03\xb7\xb5\x09\x56\x66\x93\x4a\ \xdd\xa0\x50\x36\x08\x70\xb5\x12\x28\x34\x3c\xea\x68\xc6\x10\x6f\ \xbb\x25\xd0\xbe\x1c\x54\xd1\x0c\x9f\x41\x6d\xd0\xdd\xc3\x1d\x2a\ \x38\x2a\xca\x26\x8e\xb4\x81\xa1\xa1\x8a\x42\x74\x53\x11\x47\xa2\ \xdd\xce\x81\x12\x48\xa0\x6a\xbb\x44\x0a\x2a\xd8\x22\x12\x01\xc1\ \x8e\x8f\x0f\xd1\x3e\x1b\x2c\x18\x38\x02\x38\x2d\x10\x03\x1c\x06\ \x64\x0e\x74\x86\x82\xb8\x6f\x17\x55\x08\xd2\xd1\xb4\x01\xf1\x16\ \x45\xb7\x36\x09\x38\x1a\x8e\x46\xa0\x50\xa8\x34\x60\x4e\xda\xfd\ \x7b\x3b\x18\x40\xb4\x27\xe8\x1e\xe1\xe3\x47\x8f\x1f\x3f\x3a\xde\ \x7f\xfa\xd1\x23\xfc\x16\x9c\x3f\x95\x46\xdd\x3d\x3c\x21\x60\x28\ \x54\x00\x44\xca\xe6\x0e\x0e\x0d\xd1\xc3\xfb\x41\x93\x60\x38\xd2\ \x2e\x01\x4e\x1a\x2c\x14\xba\x5f\x49\x3f\xa4\xe2\x41\x09\xe9\x24\ \xfa\x09\x01\x70\x10\xad\xff\xef\x3e\xde\x47\x9b\xb6\xe9\x68\x35\ \x8b\x78\x78\xfc\xe8\x31\x4a\xc8\x7a\xf6\x84\x48\xd8\x45\x77\x31\ \x09\xe4\xd7\x18\x7c\x14\x1c\xc3\xe7\xfd\x68\x8f\x7d\xf0\x90\xc3\ \x00\xaf\x72\xf0\x90\xc9\x01\x5b\x04\x56\x86\x23\x06\xa6\x63\x1c\ \x71\x50\xf9\xb1\x80\xc3\x95\x30\xd1\xa6\x65\x9e\x04\x81\x1f\x88\ \x1b\x8f\x2d\x35\x4a\x05\x62\x09\xe8\x8e\xc6\xa8\x0a\x4c\xbc\x76\ \xa3\x8e\xcf\xe6\xb1\x0f\x38\xf0\x1f\x57\xc8\x66\xf0\xf7\x40\x46\ \x8e\xf6\x8e\xf8\x42\x36\x98\x15\xa6\x58\x24\x62\xb1\x39\x0f\x39\ \x5c\x3e\x43\xcc\x01\x11\x94\xf2\xd9\x07\x2c\x06\x5f\x28\x64\x80\ \x24\x70\x0e\x58\x72\x60\x4f\x3e\x93\x2b\xe6\x4a\xc4\x3a\x03\x1a\ \x0c\x50\x1a\x8c\x1a\xad\xc5\xa6\x53\x69\xc4\x22\x29\x5b\xac\xf1\ \xcc\x73\x28\x0f\x4b\x24\x65\x31\x85\x52\xc9\x03\xa1\x48\xc4\x84\ \x83\x83\x4e\x30\xd1\xce\x3f\x2e\x17\x94\x82\xb9\xc7\xe7\x73\x25\ \x5c\xb6\x4a\x2f\x87\x2f\x44\x06\x29\x53\x24\xd4\xca\xd0\x24\x05\ \x17\x0e\x0e\x7e\x90\x2b\x16\xf0\x45\xfc\x23\x8e\x5c\x21\x94\xd8\ \xbc\x4a\x83\x52\xa2\x31\xd9\xe0\xc5\xe4\x0a\x8d\x55\x63\x76\xc9\ \xa4\x26\x21\x57\x23\xe1\xb1\x25\x32\xc1\xc1\xde\x1e\x1b\x98\x95\ \x29\x11\xb3\x8f\x18\xa8\x89\x82\xc5\xd7\xaa\xc1\x3b\x39\xf4\x56\ \x9f\xd9\xe2\xf2\x1b\x0d\x02\xb5\x49\x09\xe8\x27\x17\x73\x35\x22\ \xb6\x50\x04\x38\x29\x51\x2b\x74\x1a\x9d\xce\x6c\x77\x28\x44\x72\ \xb9\x44\xad\x91\x4a\x0c\x26\xa1\x46\xaf\x56\x1b\xac\xee\x46\x6b\ \xee\xb4\x3a\x3d\x39\x67\xd0\xb9\x72\x98\xe4\x0a\xa3\xdd\x6b\xb3\ \xdb\x2c\x3a\x83\xcb\x68\xd0\xb8\x34\xe6\x9c\x4d\xa7\x77\xa2\x8d\ \xc6\x9d\xec\x34\x67\xd4\xd8\xeb\xd9\x9c\x37\xe4\xf2\xb8\xf5\x7a\ \xbb\x3d\x34\xb5\x0f\xe7\x4e\x87\xd3\x1a\x72\x58\x7c\xf5\xe1\xdc\ \x61\xd2\xfa\x5d\x3e\xa7\x71\x3e\x37\xa9\x9d\x6e\xa3\xd3\xa4\x0d\ \xd6\xed\x1a\xef\x7a\x34\x2a\x8f\x3d\xe3\x95\xd3\x0d\xc8\x97\x1d\ \x75\x56\x9d\x4e\x6d\xdc\x9e\xcd\x0a\x15\x4b\xcd\x6f\xcf\x8d\x46\ \xa1\x5e\xd7\x97\xf3\x9a\x9c\x95\x85\xb1\x34\xf2\x87\xec\x9a\xda\ \x54\x5f\x0b\xba\xad\xb9\xb6\x43\xe7\x19\xe4\x5c\x01\x9f\x6b\x52\ \x37\x78\x46\x0b\xdb\xbc\x67\x1e\xcd\x6c\xb5\x74\xb7\x52\xf6\x59\ \xdd\x15\x8f\xab\x52\x9d\x35\x22\xeb\x62\xa2\x31\x8f\x80\x6d\x08\ \x67\x06\xdd\x79\xb9\x9a\x6c\x84\x8b\x89\x79\xaf\x9b\x1b\xce\xba\ \x8b\xda\xca\x55\x9e\x2a\x6d\x75\x67\x28\xe0\xb6\xba\x75\x1a\xb9\ \x42\x1b\xc8\xd5\xe0\x55\xac\x16\xaf\xdb\x9e\xcd\x74\x7f\xfb\xff\ \x24\x92\xf9\xe9\xa4\x34\x5b\x24\x2a\xd9\x62\xac\x70\xbe\x8c\x67\ \xda\x91\xe1\x22\x7f\x79\x16\x6b\x0d\xd6\xc9\x55\xba\x3a\x6b\x17\ \x33\x99\x9b\x66\xa4\x9f\x0f\x17\xa2\x37\xf1\xfe\x75\x78\xdc\xaa\ \x56\x2a\x8d\xb3\xf8\xf3\x7e\xa5\xdb\x4c\xc4\x23\xed\x78\xb5\x12\ \x39\x8b\xa4\x12\xc9\xe8\x65\xaa\xd8\xec\x03\xe9\x9d\x37\xc3\x89\ \x78\xfe\x65\xe4\x26\x7a\xde\x2a\x76\x1b\xc5\xab\x26\x70\x64\xe1\ \x22\xd6\x4a\x2d\x9b\xe1\x68\x3f\x1a\xfe\xec\xd5\x4d\x2c\x16\x8e\ \x5f\xe5\xd7\xcd\xcb\xd9\xb4\x15\x85\x77\xd1\x9b\x0c\xa6\xed\xe6\ \x79\x32\xd6\x2d\xc5\xfa\x70\xb4\x6e\x32\xd2\x2d\xf6\x5a\x93\xf4\ \x65\xaa\x12\xcd\x47\x1b\xbd\xc6\x20\x1c\x0d\xa7\xbb\xeb\x41\x71\ \xba\x5e\xc6\xbb\xe7\x67\x97\x85\x17\xf1\xf0\xe5\xab\xe8\xd9\x6f\ \x5f\x7d\xf5\x59\x06\x2d\xef\xa7\x23\xa5\x4c\x3f\x12\xaf\x66\x52\ \xb1\xab\xcb\x97\xcf\xfb\x57\x99\xd9\x70\x36\x4e\xd5\x6b\xb3\x49\ \xaf\x5d\xaa\x4d\x26\xeb\x69\xaf\xd1\x68\xaf\xe6\xeb\x59\xb4\x0f\ \x6a\xb5\x3c\x8b\x7d\xfa\xdd\xff\xf8\xeb\x9f\xff\xfc\xeb\xdf\xfc\ \xf2\x93\x9f\x7e\xf3\xed\xdf\xbe\xf9\xf3\xfb\xf7\xdf\x7a\xfd\xfe\ \xf6\x3d\xb8\xa0\xef\xdd\xb9\xff\xc3\xb7\xee\xd2\x36\xb6\xee\xde\ \xdd\xda\x40\xdd\xf3\x80\x5e\x24\xdc\x36\x82\xaa\x2d\x2a\x86\x0a\ \x66\x68\x93\x86\x46\xda\x89\x18\xd0\x12\x12\x01\x5c\x13\xaa\x24\ \xdd\xc5\xa2\xcd\xc8\xbb\xf8\x4d\xb4\xae\x4e\xc5\xe0\x91\xf9\x01\ \xb9\x42\x75\xa8\x28\xf9\xea\x36\x22\x19\x87\x26\xaa\x08\x24\xd4\ \xc4\x0a\x0f\xa1\xf6\xd2\xc3\xd3\x47\xef\xbd\x77\x48\x40\xf7\x1a\ \xc9\x38\x0a\xf6\x76\xdd\x0a\x0b\xc6\x0c\x87\x47\x4f\x23\x83\xf3\ \x3a\x24\x62\x8f\x89\x58\x3a\xea\xb7\x47\x45\xaa\xc4\x1d\x1c\x89\ \x8a\xc3\xa2\x79\x85\x0d\x38\x9d\x9d\xad\x37\x5e\xa7\x62\x0f\x77\ \x0f\x3f\x78\xfa\xf8\xf8\x83\xd3\x67\x8f\x8e\x0f\x0f\xf7\x1f\x7f\ \xf4\x98\x74\x7f\x9b\xb2\xb9\xb5\x81\x7a\x2c\x48\x14\x1a\x95\xba\ \xb5\x41\xd9\x21\x63\x69\x34\x3c\x60\x2d\x8e\x78\x88\x27\xe3\x89\ \x20\x47\x28\xb3\x06\xa5\xd2\x63\xf1\x87\xa8\x91\x90\x8e\xb4\x8b\ \xb0\x7b\x3b\x7a\x75\xf2\xe8\xf8\xf8\x14\xad\xc9\xd3\x1f\x9f\xd2\ \xd1\xc6\x1d\x50\x42\x2c\xf9\xf8\xd9\x07\x27\x68\x04\x0c\x43\xa3\ \xbe\xc6\x78\xc8\x62\x72\x1f\x08\xf8\x3f\xf8\x11\x03\xb5\x74\x49\ \x38\x40\x6b\x07\x0f\x8e\x38\x07\x22\x3e\x97\xcb\x01\x59\x42\x53\ \xa2\x4c\xbe\x44\xfa\x40\x24\x64\x30\x59\x62\x16\x53\x2a\xe4\x31\ \x59\x0f\xd9\xc8\xe7\x18\x94\x4c\x89\x54\x2a\x11\xa8\x2d\x42\xe7\ \xc4\x6f\xd2\x08\xf9\x07\x00\x83\x47\x4c\xee\x01\x5b\xc4\xe7\xa3\ \xf0\x52\x1e\xe0\x25\x5b\x80\x7a\x9a\x85\x6c\x8e\x94\xc9\x01\x0f\ \xc5\x14\xa0\x45\x77\x2e\x53\xc8\xe5\xee\x1d\xf0\x45\x42\xf8\x5a\ \x08\x2f\xca\x44\x8d\xf3\x20\x8c\x02\x89\x4a\xae\x91\xcb\x0d\x2a\ \xa5\x10\xd4\xc1\xa0\x33\xe8\x05\x02\xa1\x5a\x26\x60\xaa\x5d\xab\ \xb2\xd3\x20\x61\x08\x85\x6c\xbe\x02\x0e\x25\x90\x49\x78\x7b\x2c\ \x96\x08\xc5\x0f\x0b\x40\x88\xb8\x3c\xb1\xf4\xb6\x47\x47\xce\x64\ \x08\x74\x5a\x78\x08\xb8\x90\x25\x02\xd5\x42\x46\x4e\xc2\x60\xf3\ \x14\x66\x05\x9f\x05\xef\x05\xa5\x85\xea\xb4\x32\x8b\x4f\xa1\x91\ \x0a\x15\x26\xaf\x46\x2b\x57\x09\xd5\x6a\x85\x2b\x60\x91\x28\x24\ \x1c\xb9\x46\x29\xe1\xab\xf8\x1c\x78\x93\x40\xc2\x6c\x99\x8c\xcf\ \x3f\x42\x73\xae\x1c\xa6\x4a\x61\x31\xdb\xcc\x0a\xa7\x5d\xaf\x33\ \x9a\xb5\x46\x89\x4a\xab\x12\xf0\xd5\x4a\x01\x53\x29\x65\x8b\xe4\ \x0a\x9b\x54\x60\x52\x80\xaf\xd2\x2b\xd5\x56\x25\x57\xa4\x16\x8a\ \x54\x20\xbe\x26\x9d\x88\x2f\xd1\x6b\x14\x96\x6e\x37\xa8\x77\x3a\ \xad\x3e\xbb\xce\x35\x74\x9a\xf5\x26\x83\x4d\x6f\x0b\xb8\x3d\x06\ \x83\xdb\x61\xd0\xdb\x1c\x2e\x9f\xc5\xac\xf3\x7b\xfc\x73\xab\x23\ \x57\xb3\x9b\x9c\xae\x40\x79\x5a\x0b\x58\x02\x21\xa3\x49\xeb\x76\ \x4f\x42\xc3\xb2\x5b\x63\xf3\x8f\xac\x3a\x7f\xb0\xe3\x76\xfa\x82\ \x20\x5e\x16\xc7\xca\x67\xd2\x18\x6b\x1e\xb7\x59\x1f\x1c\xba\x15\ \xb5\xf5\xb0\x33\x9c\x94\x87\x53\xad\xc5\x3f\xae\xcd\x4b\xa1\xfa\ \xc8\x59\x9f\xac\x56\x93\x5e\xc7\x32\x32\x07\xeb\xa1\xf9\xa8\x93\ \x75\x78\xea\x96\xfa\x68\x9d\xb5\x87\xec\x01\x9f\xdc\x96\xcd\x0d\ \xc6\x3e\xaf\x7f\x61\xf6\x96\xe7\xe5\x71\xce\xed\x0e\x7a\xf4\xb5\ \x41\xd9\xe5\x9f\x18\x9d\x0b\x4f\xa3\x38\x49\x74\xbc\x26\xcf\xd8\ \x62\x29\xc6\x97\xe9\xe8\x64\x91\xe9\x76\x5a\xad\x34\xb0\xe0\xb4\ \x91\x1d\x3d\x9f\xa4\x1b\xc9\xe8\x2c\xdd\xb6\xb7\x07\xab\xec\x68\ \xe8\xca\x76\x94\xce\x49\x28\x58\xd6\x5b\x5c\x5a\xa5\x4c\xaf\xb3\ \x95\x3d\x76\x47\xd0\x6b\xb0\x7a\x6d\xc3\xe6\xe5\xf7\x2f\xcb\xd5\ \xfe\x20\x15\x4b\xcf\x66\x99\xfa\x3c\xfa\x2a\x96\x48\x74\xc7\xc0\ \x6a\x97\x97\x17\xfd\xe2\x22\x13\x1e\x35\xba\x8d\x55\xaa\x1b\xbf\ \x8a\x01\xf7\x25\xa3\xd5\x58\xa6\x7a\x3d\x28\x81\xc5\x0a\x87\xab\ \xe1\xfe\x32\x9d\x09\x3f\xcf\x9c\x87\x23\x85\x46\xba\x14\xcb\x9f\ \x65\xd2\xcd\x70\xa5\xfa\xe9\x67\xd5\xd4\x8b\xcb\x6a\xa6\x91\x8f\ \x16\x6e\x96\xfd\x52\x3b\x3c\x4c\xdf\x9c\xf7\xf3\xf1\x58\x3a\x99\ \x0f\x47\x93\x89\xf3\x70\xaa\xfa\x87\xcf\x5e\x64\x22\xe7\xcd\xd8\ \xb2\xd1\x88\x8e\x17\xa9\xb3\x5e\xa5\x32\x2f\x66\xca\xd1\x4c\xe2\ \xac\x90\x5a\xf5\x62\xa5\x74\x3e\x1e\x8e\x83\x65\xaa\x96\xf2\x67\ \x89\x78\x3c\x1f\xcb\xa7\x26\xe1\xe4\x3a\x1d\xab\x0c\x26\x91\x48\ \x3c\x9c\x4c\x5c\x46\x97\x37\x67\xd5\xd8\x97\x5f\x2d\x0b\xbf\xfd\ \xea\xfb\x2f\x0b\xa8\x44\x22\x99\x82\x73\xcb\x24\xfa\xb1\xf4\xcd\ \xd5\xf9\xc7\xf9\xf0\xb2\xd9\x58\xaf\x57\xe5\xce\xaa\xd1\x18\x8e\ \x4b\xe5\x6c\x69\x10\x89\x14\x33\xe3\xe0\x74\xd0\x28\xa6\x12\xf1\ \x6e\xb8\x7f\xfe\xe2\xf7\x7f\xfd\xdf\xdf\x7c\xf3\xe7\xdf\xfd\xfa\ \xcf\x3f\xfd\xf9\xfb\x3f\x7d\xff\xe7\xef\xbf\xf5\xf6\xbd\x7b\x9b\ \x9b\x77\x28\xb8\x7b\x6f\x6e\xdc\xd9\xa1\x6e\xde\xd9\xda\xde\xde\ \xda\xa4\x50\x77\x5e\xbf\x4b\xd9\xa2\x6e\x6c\xef\xd0\xee\xdc\xa3\ \xec\x6c\x52\xd1\xe4\x38\x8e\x06\xd2\x81\xa7\xed\xef\xde\x0e\x45\ \x61\xc1\x64\x11\xd1\x3e\x64\x0a\x8d\x80\x62\x8c\x89\x78\x0a\xee\ \x10\x0c\x12\x06\xa4\xe2\x90\x48\x27\x61\xf1\x40\x51\x78\x2c\xca\ \xc0\x02\x71\xa3\xd1\x10\x48\xee\xd3\x28\x14\x02\xca\xcb\x7b\x74\ \x7a\x72\x88\x07\x9d\x00\xef\x83\xb6\x22\x62\xc0\x6c\x11\x71\xb4\ \x0d\x90\x38\x0a\x7c\x10\xe0\x37\xf4\x13\x32\x09\x5e\x83\x80\xd6\ \xd7\x09\x3b\x24\x2c\x79\x93\x8a\xdd\xdc\x02\xb7\xb6\xb3\x4d\xbb\ \x7b\xff\xde\x26\xa8\x19\xf1\xf0\x5f\xfe\xf9\xbd\x27\xa7\xb7\x0d\ \xcd\xc7\xd8\x27\xff\xf8\x84\xfe\xd6\x26\x6e\x67\x63\x1b\x83\x3d\ \x3e\xc1\xd1\x68\x3b\xf7\x77\xc8\x98\x0d\x2a\x91\xba\x89\x16\xd7\ \xa9\x68\xfc\x14\x0f\xf6\x0a\xce\x0b\xb3\x8b\xb6\x5c\x63\xb0\x87\ \xc7\x27\x64\x0a\x1a\x95\x38\x41\xc5\x62\xa8\x3b\x75\x9f\x7e\xfc\ \x88\x84\xdf\x3f\x3e\x7e\x74\xb2\x7b\x82\x3d\xde\x3d\x3d\x3d\xc1\ \xd3\x76\x9f\x7d\xf8\x0c\x74\x7a\x17\x47\xc1\xbd\xb6\x77\x20\x10\ \x30\xd8\x62\xf6\x83\x03\x90\x2a\xb0\x43\x28\xbc\x8f\x71\xb0\xf7\ \x80\x81\x56\xcf\xf7\xf6\x38\x00\x7e\xcc\x23\x16\x98\x1f\xd0\x19\ \x01\xb0\xd2\x1e\x58\x20\xce\x01\x9b\x2d\x10\x83\x15\x92\x83\x16\ \xc8\x55\x2a\x25\xf8\x0c\xef\xd4\x23\xd7\x09\x19\xb7\xf4\xc4\xe6\ \x3c\x60\xb0\x01\xd9\x0e\x1e\x32\x1e\x30\xb8\x07\xf0\x6c\xce\x83\ \x5b\xf6\x63\xec\xb1\x25\xa0\x2e\x7b\x68\x04\x61\x0f\xd5\x52\xa0\ \x7a\x53\x78\x41\x26\xf8\x2f\x09\x78\x24\x16\x47\x28\xe0\xc9\x84\ \x42\xa5\xc6\x20\x53\x6b\x84\x42\x89\x4c\x26\x94\x89\x45\x7c\x9d\ \x41\x2e\xe2\xca\x1c\xb5\x90\x03\x25\xef\x89\xb9\x5c\x99\x08\x94\ \x42\x2a\x56\x4b\xf8\x22\xb5\x18\x40\x13\x25\x32\xb0\x59\x12\x15\ \x1c\x04\x8c\x17\xe8\xa1\x5c\xc9\xe5\x0b\x45\x62\x3e\x9b\xcb\x10\ \x8b\x59\x12\xb9\x4a\xc4\xe6\x31\xe5\x26\xa1\x88\xb1\x07\x27\xc2\ \x16\x09\x8d\x7a\x95\xd1\x6b\xd2\xa8\xa4\x6a\x93\x59\x29\x53\x01\ \xbb\xc9\x74\x7e\xa7\x56\xa6\x14\xb3\xc1\x53\x31\x39\x4c\x36\xba\ \x47\x00\xac\x0c\xa0\xc9\xba\xed\xcc\x78\x78\xc0\x92\x99\xf5\x06\ \x9b\xc1\xe6\xb6\xe9\xd4\x46\x8d\x5c\xf7\xdf\x6b\x6e\x5a\x99\x58\ \x2c\x11\xb1\x99\x22\xb9\x5a\x23\x56\xe8\xe5\x7a\x85\x4c\x21\x95\ \xe9\x44\x4c\x20\x4d\x19\x53\xa0\x53\x8a\xe4\x32\xb9\x46\x25\x76\ \xa5\x2a\x5e\xa5\xdf\xa2\xf5\xdb\xac\x5e\x9f\xd9\xa8\x35\x69\x2d\ \x06\x93\xdb\x13\xb0\x2a\x4d\x06\x93\xd9\x6f\xf4\x3a\x3d\x0e\xa5\ \x2b\x50\x5f\x85\x1c\xb5\x80\xc3\x92\xcb\x75\x02\x9d\xa0\x27\x18\ \x70\x1a\xac\x5a\xab\x69\x64\xeb\x04\x6c\x3a\x67\x30\x6b\x71\x39\ \x83\x80\x91\x2e\x87\xdf\xe1\xb0\xda\xa6\x41\x8b\xd7\x94\xad\x95\ \x43\x86\x51\x25\xa8\xf0\x2c\x82\xf5\xfa\xa8\xbc\xc8\xda\xfc\xc3\ \xc1\x62\x34\xac\xcd\x73\xce\x5c\xce\x53\xeb\xad\x47\xfe\xa0\xc3\ \xda\xf6\xf8\x06\xf3\xa0\xc9\x33\xf2\x8e\x42\xc3\xa0\xdd\x6e\xf6\ \x7b\x15\xbe\xc2\x72\xd1\x48\x4f\x72\x35\xb3\x23\x6b\x0b\xb5\xd2\ \x1e\xa3\xdf\xa9\xef\x56\x83\xa1\xf5\xcc\xe6\x2d\x87\xba\xd1\x51\ \xd6\x63\xf6\x34\x92\x56\xd3\x20\x75\x96\x4a\x15\x47\xe9\x52\xae\ \x11\x0e\x67\xd2\xb1\x41\xb2\x97\x4c\xac\x67\x8d\x56\xb7\xd2\x5d\ \x7b\xd7\xed\xf5\xb0\x95\x33\xd5\x42\x0a\x4b\x20\xeb\x2f\xd7\x2c\ \x7a\xa3\xd2\xa8\x54\xea\xfd\x8e\x80\xd7\xe8\xf5\x86\xec\xde\x56\ \x2c\xfd\xc7\x57\xa5\x70\xa6\x93\x3c\xbf\x1a\xac\x06\xf3\x72\xa9\ \x50\x2a\x46\xa7\xe5\x4c\xa4\x14\x4d\xa5\x12\x95\xee\xd5\x24\xd7\ \x02\x09\x68\xe5\xc1\x16\x75\xd3\x85\x48\xf3\x2c\x1f\x69\x36\xd7\ \x25\xb0\x50\xa0\x3e\xcb\x44\x34\xbd\xcc\x74\xdb\xe1\x46\x25\x39\ \x29\x64\xce\x5e\x86\xd3\xb1\x58\xaa\x7d\x76\x55\x58\x9e\x9f\xc5\ \x97\xd5\x54\xe6\xf2\x22\x7e\x5d\x4d\xc4\x93\xdd\x68\xaa\xfa\x3c\ \xdd\x8c\x26\xfa\xc5\x49\x7f\x99\xf8\xb8\xd0\x5c\x7e\xf7\xea\x66\ \xda\x8e\xa7\x32\xcb\xde\xba\x97\xad\xb5\x3b\xb3\x52\x26\x15\x49\ \x66\xc7\x99\x68\x3c\x1a\x9e\xcc\xd2\xb3\xc1\xf2\xfa\x2c\x3d\x48\ \x15\xc2\xbd\x44\x61\x10\x4d\x65\x1a\x37\xe9\xde\x2c\x95\xea\x5f\ \x5f\xae\xe3\x99\x62\x7a\xd6\xce\x5c\x16\x12\x37\xfd\xea\x9f\x3e\ \x3f\xaf\x36\xbf\x7b\xf5\xa7\x7c\x38\xd3\x48\xa7\x7b\xe3\x68\x3e\ \x5f\x4c\xe6\x97\x67\x37\x97\xe7\xcf\xf3\xd1\x66\x62\xb8\x1e\xd6\ \x46\xeb\x62\x3f\x3c\x6b\x8d\x3b\xc3\x75\xa7\x17\x2d\xb6\x27\xab\ \x52\x7b\xd2\x05\x3f\x18\x0d\xdf\xbc\xfa\xd3\x5f\xbf\xff\xcd\xcf\ \xff\xfe\x9b\xbf\x7c\xf2\xf7\xdf\xfd\xe2\x2f\x6f\xff\xf0\x93\x9f\ \xbe\xfb\xe6\xdb\x3f\xde\xd9\xda\xa4\xee\x80\xb1\xc2\xdc\xc3\xdd\ \x7b\x03\x54\x8b\xb6\x4d\xdb\x00\x27\x43\xdd\xa4\xd2\x70\x77\xb7\ \x40\xb0\x28\x9b\x14\xd0\x2b\x22\x09\x1c\x0a\x40\x1a\xd8\x1e\x0c\ \x01\x83\xf6\xe0\x00\x67\xd1\xf7\xe9\x38\x34\x37\x80\x23\xe0\x71\ \x20\x4e\xa0\x38\x18\x32\x96\x4a\xdf\xdd\x3f\xc4\x1f\xee\xa3\x88\ \x1a\x2a\x01\xe5\xf6\x01\xcc\x21\x2e\x24\x01\x33\x62\xb0\xfb\xbb\ \x8f\x1f\x1f\x9e\x9e\xa0\x7c\xbc\xdb\x99\x29\x32\x99\x44\xdc\x87\ \x43\xee\xd0\x80\x21\xe1\x60\x28\xf9\x85\x8e\x3a\x24\x40\x10\x09\ \x64\xca\xce\x06\x19\x43\x22\x6e\x6e\xa3\x30\x51\x1a\x79\xf3\xce\ \x9b\x6f\xdc\xbf\x83\x7d\x74\x8a\x25\xe0\x4f\xff\xe5\xc3\xc7\x4f\ \x51\xc1\xe9\xa3\xa7\x4f\xf6\x9f\x7d\xf4\x84\xb8\x41\xd9\xb8\x03\ \x9e\x10\xb7\x8f\xc5\xed\xdc\xdd\xdc\xdc\xb8\x8d\x20\xdc\xd9\x24\ \xec\xe2\x50\xbc\x0d\xba\x1f\xf0\xff\x6f\xf5\xd9\x25\x82\xb7\xc3\ \x02\xf9\xa1\xd5\x36\x1c\xfe\x10\x4b\x44\x41\xc9\xfb\x8f\xe8\x87\ \x68\x1d\x6b\x1f\x8c\xd6\xee\xfe\xa3\xc3\xc7\x74\x54\x4d\x41\xd8\ \x3f\x7e\xfc\xde\xb3\x7d\x10\x5c\x3c\xe9\x35\x06\x10\x1a\x38\xa1\ \xa3\x87\x7b\x07\xec\x23\xce\xd1\x83\x1f\x1c\xa0\x1e\xc1\x07\x07\ \x2c\x16\x5c\xb8\x3c\x26\x5b\xc0\x61\x1d\x1d\x09\xe0\xe2\x3f\x40\ \x3d\x15\x0c\x0e\x87\x25\xe0\xf1\x58\x20\x32\x48\x09\x78\x32\xe0\ \x38\xb1\x44\xad\x13\xaa\x8c\x73\x9f\x45\x2f\xe5\x80\x72\xb0\x59\ \x7b\xac\x1f\xec\xc1\xf5\xce\xe4\x1d\x1d\x30\x0f\x7e\xf4\x83\xbd\ \x23\x31\x97\x01\xc7\xe5\xa3\x82\x56\x2e\x53\xc0\xff\xd1\x1e\x17\ \x30\xf3\x01\x0b\x21\xe0\x01\x98\x2b\x91\x52\xcc\x17\x88\x85\x62\ \x2e\x6a\x20\x14\xc8\xd5\x3a\x15\x9a\x6d\x92\x08\x55\x62\x89\x54\ \x69\x52\x09\xe4\x0a\xa5\x58\xce\x67\x99\x6a\x1e\xb3\x98\x2d\x56\ \x81\x15\x13\x29\x15\x0a\x81\x8a\x27\x11\x0a\x44\x32\x91\x88\xc7\ \xe0\x0a\x18\x62\x10\x41\x40\x43\xbe\x52\x2a\x14\xb0\x98\x32\x09\ \x5b\x2c\x54\x2b\xf8\xb7\x15\xd0\x0c\x21\x0a\x66\xe0\xb0\xc4\x5a\ \xa9\x54\x24\x10\x49\x79\x6c\xb6\xca\xa0\x95\x1b\x8d\x5a\x85\x4c\ \x25\xd7\x6b\x50\x54\x32\x5f\x20\xd7\x9b\x14\x2a\x15\xd0\x2b\x70\ \x2d\x9c\xea\xd1\x03\x96\x80\x09\xf6\xf0\x88\x2f\x66\x0b\xa4\xf0\ \x2e\x05\x47\x1c\xa9\xcd\xeb\xaa\xb9\x4c\x06\xb7\xd1\x80\xd2\x53\ \x84\x22\x8d\x4c\xa6\xd5\xa9\xd1\x48\x96\x04\x25\x98\xaa\x14\x26\ \x95\x5a\xa2\xd5\xab\x2d\x72\x95\x4c\xa1\x91\x49\x85\x42\xb1\x5c\ \xc5\x93\x01\xf6\xe9\x94\xea\xf9\xc2\xaa\x76\x83\x9d\xd3\x9a\x3d\ \x36\xa3\x4d\xa3\xb1\x82\xe8\xe9\xbd\x1e\x9b\x0a\x2c\x9b\xdd\x2b\ \xd3\x64\x01\x12\x03\xeb\x91\x6f\x14\xac\x8f\x02\x66\x93\x2b\x98\ \x9d\x8e\x7c\x76\xaf\xd3\x61\x33\x5b\xcc\xf6\x40\xbd\x63\xb4\x66\ \xdd\x3e\xbf\xd7\xee\xae\xd5\x6c\x66\xb5\xde\xe6\xd2\xd9\xcb\x23\ \x6b\x39\x98\xf5\x06\x9c\x8e\x51\xc3\xad\x74\x4c\xea\xc3\xb2\x2f\ \xb0\x58\x18\xbd\xa3\xfa\x70\x5c\xcf\x0e\xd7\xd6\xd0\x68\x5d\x1f\ \x57\xc6\xfe\x95\x43\x5f\x2b\x7b\x27\xe3\x80\xd5\xec\x30\xba\x56\ \xc3\x40\x7d\xe2\xce\x06\x55\x8e\x75\x3b\xb4\xae\xce\x7c\x65\x6f\ \xb0\xee\x1e\x25\x8b\x59\xb7\xc7\x61\x98\x56\x5c\x2e\x7f\xcd\x09\ \xe6\x2e\x98\x19\x59\x4d\x66\x4f\xaf\x68\xb2\x34\x1a\xdd\x4a\x34\ \x33\x2f\xb4\xa6\xe1\x4a\xaa\x12\xee\x8f\x63\xe3\xda\x79\x21\x0d\ \x0a\xb2\x2e\x56\x6a\x9d\xf9\x6a\x30\x0d\xb9\x43\x0e\x85\xd9\x13\ \xb2\x78\x42\x36\xbd\x5a\xa5\x36\x68\x8d\x1e\xb3\xd7\x19\xf2\x5a\ \xec\x56\x67\xbd\x3b\xf8\xf2\xd3\x5e\xb8\x35\x9d\xb6\x63\xa3\x56\ \x65\xde\xe9\xf5\x06\x8d\xf8\x64\x5d\x19\x34\xba\x89\xca\x64\x5c\ \x8a\x4d\x1c\xd3\x6e\x38\xd6\x6d\x15\x07\x93\x4c\x72\x59\x6d\x01\ \xb0\x9d\x7d\x5c\x99\xf6\x62\xe1\xc8\x4d\x3f\xd2\x2c\x35\xc3\xa9\ \x56\xb7\x5d\x0a\xf7\xdb\xad\x70\xb4\x90\x89\xa4\x7a\xe9\xf8\xf9\ \x79\x3c\xdd\x3c\x0f\xf7\xbb\xad\xcb\x17\xe7\xcf\x5f\x82\x89\x5a\ \xb6\x2e\x52\x85\x7e\xb3\x7a\xb9\x3c\xaf\x14\xae\xf3\x37\x37\x57\ \xaf\xaa\xbf\x7f\xf5\xb2\x12\xab\xcc\xda\xd1\xf5\x6c\x36\x4c\xa5\ \x67\xeb\x59\xb2\xd8\x28\x85\x16\xc5\x7c\xa6\x9d\x4e\x57\x0b\xeb\ \xb3\xf3\x68\x63\x96\x49\xa5\x2b\x93\x6e\x35\x1c\x49\xa4\xda\x85\ \xca\x7a\x96\x8a\x36\xf3\xf9\x41\xa2\xd3\xca\x14\x07\x91\xe5\xe7\ \x70\xc4\xfe\xa7\x37\xcf\xab\xcd\xab\xb3\x3f\x25\x8a\x67\xd1\x78\ \x38\xda\x1a\x9c\x9d\xc7\xc2\xf9\x65\xfe\xe6\xab\x8f\x9f\x37\xab\ \xe1\xf6\xb4\x35\x00\x06\x2f\x55\x23\x8d\x72\xb9\x33\xea\xcd\xa7\ \xe9\xd2\x78\xdc\x1b\xa7\xe2\xe9\x65\x33\x71\x79\xf5\xd9\xf7\x7f\ \xfd\x9f\xff\xf9\xeb\x2f\xfe\xfe\x1f\xdf\xfe\xec\xdb\x9f\x7d\xf1\ \xcb\xbf\xbc\xff\xc5\x27\xef\x6e\xbf\xf9\xc6\xeb\x6f\x6c\x6d\xde\ \xdf\xd9\xdc\xda\xda\xdc\xb8\xfb\xce\xeb\x20\x5f\xaf\x83\x82\x61\ \x28\x77\xef\xed\x6c\x6f\xe3\xd0\x46\x1b\x44\x65\x24\x70\x58\x78\ \xec\xfe\x09\x1d\x5c\x16\x2a\x1a\x04\xad\x41\x93\xec\x27\xbb\x64\ \x0c\x91\x82\xe2\x49\x51\xb8\x1f\x01\x0d\x6c\x61\x0e\x89\xbb\x44\ \x94\x3f\x8c\x25\x50\xf0\xe8\x16\x20\xda\xbc\x8c\x03\x3a\xdc\x05\ \x1a\xa3\x11\x30\x58\xd2\x3e\xaa\xbb\x41\xd8\x06\x3a\xb8\x0b\x2e\ \x8b\x42\x05\x61\x22\xd0\x29\x18\x22\x80\x21\x86\x8c\x07\x15\x44\ \xfd\x84\x64\x1c\x10\x25\x89\x80\xa1\xe2\xe8\x34\x1a\xe8\xe7\xbd\ \x4d\xda\xe6\xce\x5d\xb0\x80\x1b\xa4\x27\x68\x79\x9c\x74\xf8\xcf\ \x1f\x3d\xfd\xe0\xd9\xd3\xa7\x4f\x1e\x1d\x9f\x60\xdf\xfb\xd7\x67\ \xd8\x3b\x77\x37\x36\x37\x77\x28\x68\xc0\x14\xb3\x81\x76\xe5\x50\ \xc0\xb6\x51\x51\x17\x2c\x0d\xbb\x8b\xc1\x11\x30\x70\xf2\x88\x32\ \x49\xe0\x00\xe1\xfc\xe9\x68\xc7\x0f\x70\x2d\x86\x86\xc7\x13\x4f\ \x8e\xb1\x58\x3a\x0a\x09\xdc\xdf\xc5\x1e\x03\x39\xa2\xfc\x06\xf8\ \x0a\x3c\x16\x1d\x7f\xf2\xe8\xc9\x87\x27\xa8\x80\xe7\xb5\x87\x7b\ \x0f\xe0\x12\x45\xab\x41\x07\x7b\x47\x7c\xc0\x39\x3e\x83\x79\xc4\ \xe1\xb2\xf7\xf8\x80\x6f\x4c\x50\x2f\x16\x83\x8f\x56\xdc\xd1\x96\ \x16\x60\x46\x86\x90\x81\x8a\x62\x38\x07\x3f\x60\xf1\xd0\x68\x27\ \xca\xc1\x53\x89\x55\x32\xa5\x69\xe4\xb7\x6a\xa5\x4c\xe0\x48\x01\ \x97\xc1\x43\x4d\x60\x0f\x41\x92\x58\x6c\xee\xd1\x8f\x98\x68\xa9\ \xfd\xe0\x21\x78\x16\x36\x97\xc5\x83\x43\xfd\xe0\x08\x25\xc5\x33\ \xc1\xfd\x80\x74\x08\x41\x48\xd4\x72\x3e\x43\x28\x60\x08\x58\x07\ \x6c\xa9\x4a\x25\xe1\x71\x41\x42\x84\x72\x81\x4a\xc6\xe4\x29\x8d\ \x7a\x36\x17\x40\x51\x25\x13\x69\xbd\x76\x8b\x52\xc8\xe0\x8a\xf8\ \xa8\x46\x47\x0e\x04\xf9\x40\xcc\x05\x35\x41\xb5\x3a\x4c\x14\x5f\ \xca\x47\xa8\x09\xda\x21\x60\xf3\x05\x02\x11\x53\x08\x5a\x21\x95\ \x48\x45\x22\x01\x30\x27\x5b\x24\x61\x09\x84\x62\x95\x98\xc9\x67\ \x8b\x38\x0c\xb5\x52\xc6\x07\xe7\x23\x13\x82\x16\x2b\x79\x5c\x91\ \x40\x29\x90\xb0\x79\x12\x99\x94\x7b\x1b\xe0\xce\x13\x33\xb9\x62\ \x9e\x08\xbe\xa9\xe2\xb1\x25\x7c\xa9\x90\x09\x2e\x8a\x25\x96\x99\ \xad\x06\xc0\x54\x8b\x4b\xaf\x37\x5a\x0c\x22\xb1\xd8\xa6\x50\xcb\ \x54\x0a\x85\x49\xab\x32\x48\x34\x0a\x8d\xd2\x60\x04\xd5\x53\x68\ \x8c\x1a\xb5\xc1\xa4\x30\xa3\xed\x74\x6a\xad\x5c\x29\xd3\x2a\x35\ \x2a\x99\xd6\x64\xb6\x58\xcc\x16\x85\x54\xa7\x57\xdb\x6d\x56\x99\ \x56\x6f\x56\x8a\xf4\x0a\xa3\x4e\x65\x30\x1b\x6d\x26\xb4\x88\xa6\ \x34\xe5\xdc\x76\x57\x2e\xe7\xf2\x3b\x75\xa6\x80\xdf\xe5\x0a\x59\ \xbc\x21\x97\xd9\x60\x74\x3a\xcc\x6e\x5f\xdd\xa2\xf3\xda\xcc\x7e\ \x97\xa3\x36\x76\x99\xed\x66\xbb\xd1\x6c\x77\x0e\xcb\x26\x43\xd0\ \xef\xd5\x28\x0c\x81\x8e\x45\x6d\x9d\x4e\x51\x99\x57\x60\x6c\x32\ \x05\xbc\xc1\x11\xc0\x49\xc0\xed\x28\xaf\xe6\xc1\x7a\xae\x3e\xcd\ \xda\x7d\xbd\xe0\x74\x0e\x52\xe4\x57\x64\x3d\x3d\x9f\x27\xeb\x70\ \xdb\x15\xe3\x86\xd3\x6d\x5d\x4c\x43\x1d\x93\x13\x78\xd1\x97\xf5\ \x87\x3a\x6e\x4b\xa8\x9c\xed\xcc\xcb\x0e\x9f\xc7\x9a\xed\x4d\x6b\ \x1e\x57\xb0\xdb\x31\x7a\xa3\xc5\xd9\x24\x02\xfe\x68\x38\x5a\x45\ \x06\x91\x6a\x7c\x58\x5c\xe7\xc2\x99\x44\x25\x92\x5e\x8d\x7b\xf3\ \xd6\x30\x17\x9c\x87\x7c\x41\x9b\xc5\x61\xcb\xc3\x28\xcb\xba\x00\ \x00\x20\x00\x49\x44\x41\x54\xba\x03\x01\xa3\xc3\xa8\xd1\xe9\x4d\ \x76\xab\x25\xe8\xcd\x96\xfd\x26\xa7\xa7\x56\x1f\xbf\xfc\xb2\x5e\ \x69\x4d\x87\xeb\xd5\xbc\x94\xce\x0e\x2a\x8d\x4a\xb1\xd1\x4d\x87\ \x27\xbd\x78\x61\xd6\xf1\x4f\xdb\x03\x4f\xba\x52\x4c\x17\x4b\xa9\ \x70\x23\xdc\xaf\x56\xd2\xe7\xe1\xd9\x45\x62\x3d\xac\x14\x8a\xf1\ \x54\x25\x1d\xaf\x84\xc3\x89\xfc\x75\x69\x5c\x68\x36\x86\x91\x76\ \x33\xd3\xcc\xa7\x23\xc9\xd4\xf5\x72\x59\x88\x27\x2e\xf2\xeb\x66\ \x34\x5a\xed\x17\x56\x85\x68\x2b\x5d\x4d\x57\xe2\x85\x6a\xe4\xac\ \x57\xfd\xf2\xfc\xfc\xfc\xea\xf9\x67\x5f\x7f\x59\x0d\x27\x33\xc9\ \xd2\x60\x32\xef\x75\xd3\xcb\x64\xf2\xf9\x59\xb3\x3b\xed\xc6\xd3\ \xd1\x4c\x2b\x91\x4a\x4f\x66\xb1\x52\x35\x56\x4a\xb4\x5b\xa5\x35\ \xd8\xb9\x78\x26\xd2\x4e\x37\xa6\x85\x22\xb0\x60\x38\x9c\x1e\x34\ \x96\x28\xdf\xef\xa6\x7a\x7d\x5d\xb8\xea\xe7\x0b\xd7\x17\xd7\x9f\ \x37\x9b\xf9\x64\x32\x9e\x6e\xc5\x3f\xaf\x26\xd2\xa9\xf8\xf2\xf9\ \xef\x3f\xbd\x8c\x9f\xf7\x7b\xab\x55\x69\x31\x0f\x8e\x07\x95\x41\ \x7b\xd1\x1b\x81\x88\x77\x67\xad\x5e\xb2\x01\x18\x7b\x71\x75\xf3\ \xe5\xd7\x7f\xfd\x5f\xbf\xfa\xf5\x7f\xfe\xf9\xe7\x7f\xff\xfb\x7f\ \x7c\xf2\x1f\x7f\xf9\xdb\x4f\x7e\xf9\xed\x27\x6f\xde\xbf\x7f\xff\ \xee\xdd\x7b\xb4\xad\x7b\x1b\xa0\x56\x1b\xd4\xfb\x3f\xb9\xb7\x7d\ \x67\x73\x9b\x4a\xa3\x61\x70\x9b\x3b\xd4\x3b\xdb\x18\xda\xc6\xdd\ \x1d\xdc\x0e\x06\x4f\xa2\xe0\xb0\xa8\xa8\x9e\x44\xc2\x23\x0a\x04\ \xc6\xc2\x93\x50\x84\x27\x86\x42\xc4\x92\xa9\x04\x40\x3e\x0c\x5a\ \x2f\x47\xe5\x7f\x28\xb9\x9d\x8c\xdf\xa5\x83\xcc\x50\x41\x7d\x90\ \xda\x91\x50\x47\x05\x01\x0f\xb2\x86\x80\xef\x70\xff\xf0\x64\xff\ \xf8\x10\x8d\x26\x20\x42\x23\xe1\xe9\x1b\x04\x0c\x01\x4f\xa5\xa0\ \xa9\x53\x2c\x9e\x88\x26\xa7\x08\xbb\x00\x6d\x84\x5d\x2a\x1c\x8e\ \x4c\xa5\xdd\xa1\x52\xc8\xd4\x0d\xea\x9d\x37\x76\x76\xc8\x74\x84\ \x72\x27\xa8\xa2\x79\xf7\x5f\x3f\x7a\xf6\xec\xf1\xe9\x23\x60\xc2\ \x67\x27\x4f\xff\xe1\x18\x77\xff\x3e\x75\x6b\x63\x07\x35\x48\xc3\ \x01\xb6\xef\xdc\xdf\x24\x13\x29\x68\x2a\x03\x0f\xce\x0d\xd0\x73\ \x9f\x48\x00\xc6\x24\xec\x62\x41\xaa\xd0\x28\x03\x50\x2d\x98\x46\ \x0c\x4a\x49\xa5\xef\x1f\xef\xc3\xc9\x9c\xec\xef\x9e\x3c\x42\x01\ \x34\xc7\x24\xc2\xfe\xc9\xe1\x31\xf6\xf4\xf8\xf4\xf8\x64\x1f\xce\ \xf6\x83\xa7\xc0\xb0\x27\xaf\xf1\x8e\xfe\xaf\x23\x16\x67\x0f\xb5\ \x10\x02\xa3\x09\xd8\x2a\x1e\x38\x2e\x20\x3e\x36\x8b\x23\x92\x72\ \x39\x0c\xf8\x05\x15\x4b\x70\x40\x6d\x50\x40\xdf\x03\x06\x47\x24\ \xe4\x0b\xf9\xac\xff\x03\xa0\x91\x27\x54\x0b\x98\x2c\x81\x5c\x00\ \x97\xbe\x61\x64\x31\xc1\xcf\xa2\x68\x03\x2e\xda\x36\xb8\xc7\xdc\ \x3b\x60\x31\x19\xa8\x31\x47\x84\x60\xf0\xe8\x07\x0c\xc1\x43\x34\ \x2f\xc1\x66\x33\x8e\x38\xfc\xbd\x23\x50\xc0\x23\x06\xfb\x40\x20\ \xdd\xe3\xf0\x91\x6c\x08\x05\x6c\xf6\xc1\x81\x58\xa4\x12\xa2\x8c\ \x3f\x09\x97\xc3\x13\xf3\x85\x3c\xa9\x56\x6b\x95\x8b\x6e\x8b\x07\ \xf9\x3a\x9b\x51\x21\x17\x32\xf6\x00\xfb\x14\x12\x31\x1b\x45\x73\ \xa1\xb8\x52\xa9\x10\x64\x90\xc5\x14\xdd\xd6\x4e\x83\xd6\x88\xf8\ \x02\x20\x4c\xb9\x80\xc1\x43\xb1\xee\x5c\x39\x17\x8e\x2e\xd8\x63\ \xf0\x25\x12\x80\x58\x05\x42\x43\x16\x1f\x20\x4d\x2a\x16\x48\xe4\ \x42\x2e\x1f\x0c\x1b\xd8\x23\xb9\x42\x21\x67\x1f\xdc\xce\x64\xb0\ \x38\x0c\x24\x52\x20\x8b\x02\x50\x3a\x85\x0e\xad\xd5\x29\x84\x52\ \xa9\x58\x69\x80\x0b\xd0\x60\xd6\x5a\xcc\x1a\x9d\xd7\x60\x94\x4a\ \xf5\x22\xb3\x59\x2f\x17\xaa\x8d\x5a\xa5\x41\xa3\x54\xeb\x35\x68\ \xf2\xca\xe8\x34\xe9\xd5\x6a\xbd\xd3\x6c\x36\x6a\x8c\x7a\xa5\xcd\ \xa4\x37\xe8\xb4\x1a\x83\xc2\x64\x32\x84\x3c\x0a\xab\xd1\xa8\x56\ \x3a\x14\x3a\x8b\x4d\xab\x37\x1a\x4d\x12\xbd\x51\xa5\x51\x6a\x35\ \x26\xab\x4e\xe3\xb2\x18\x95\x7a\xab\xcb\x6d\xb1\x5b\xf4\x66\x85\ \xcc\x8f\x72\x1d\x8c\x56\xab\xcd\x24\x77\x18\x94\x7a\xa3\x35\x10\ \x70\x01\x63\x29\x8d\x06\xbd\xaf\x66\xd7\x1b\x2c\x36\x8b\xdc\xe8\ \xac\xd4\x4c\x36\x97\xdf\xa5\xd0\x9a\xfc\x1e\x9b\xc1\xe3\xf7\x78\ \x9c\x59\x4f\xae\x6c\xb0\xf8\x6b\x39\x7f\x30\x34\x0e\x3a\xec\xb5\ \xb2\xbb\x8c\xe6\x0a\x6a\x9e\x45\x2d\x50\x0f\x5a\xdd\x35\x9f\xd5\ \xe6\x1a\xc4\x7d\x06\x8d\x4a\x63\x98\x57\x42\xb9\xac\x77\xe4\x75\ \xea\xdd\xed\x56\xd0\x92\xf3\x78\xbb\x65\x8d\xd6\x61\xf1\x81\x5c\ \x65\xbd\x96\x4e\xcd\xeb\x59\xdb\x9d\xc9\xbc\xc7\x15\xbe\x98\x0c\ \x1b\xa9\x69\xa5\xb6\x68\xb5\xc0\xc8\x14\xcb\xad\x61\x2d\x32\x4c\ \x15\x67\xdd\x7a\x63\x3d\x48\x57\x86\xee\x60\xd0\x64\xf7\xa0\x9a\ \x0d\x78\x2d\x9d\xc5\x68\x74\xa2\x4c\xd4\x75\x67\xda\xad\x64\xad\ \xfe\x72\xd6\xd3\xfa\xc3\xb2\xd7\x4b\x67\x92\xc9\x76\x64\x90\x2c\ \xb7\x8b\x8b\xf6\x60\xd5\x68\x25\xdb\xc5\xf3\x65\x72\x34\x1f\x57\ \xd6\x9e\x79\xfb\x3c\xbe\x6e\x27\x62\xdd\x5e\x21\x96\x6a\xbe\x4c\ \x94\xae\x63\xf5\x76\x38\x11\x09\x77\x67\xb1\x33\x30\x48\xd1\x58\ \xa9\x51\x3c\x8b\xa5\xe3\xe9\x49\x23\x12\x4b\xc1\x59\x74\xfb\x91\ \x54\x69\x0c\x7e\x2c\x9e\x38\x8b\x26\x2f\xa2\xbd\x7c\xb2\x1b\x2f\ \xc4\x93\x99\xab\x66\x3f\xbf\x88\x5e\x45\x13\x57\x9f\x85\xcf\x3f\ \xfb\xba\x9f\x4c\xa4\x23\xa5\x75\x70\x98\x59\xb4\x2b\xa5\xb3\x8f\ \xab\xdd\xc9\xb4\x53\x4c\xb6\xc6\xf9\x17\x91\xc9\xaa\xd5\x0a\x9f\ \x65\x1a\x83\x49\x3b\xdd\xad\x14\x2a\xd1\x5e\xa4\x14\x06\xd1\x0c\ \xc7\x07\xc3\x0a\x30\x6f\x25\x5a\xcc\x5c\x7c\xfd\xf9\xd5\x79\x22\ \xf1\x79\x3e\x55\xbd\xfa\x3e\xbf\x5c\x36\x23\xa5\x56\x3a\x9d\x3c\ \xff\x6d\x3c\xd2\x8c\x47\x80\x09\x5f\x7c\x1e\x2e\x34\x07\x95\x5e\ \x05\xa8\x33\x30\x98\x0d\x01\x96\x17\xf5\xf1\xb8\x34\x9b\xa6\x22\ \xe7\x95\x4a\x38\x7a\xf6\xe2\xb3\xef\xff\xf7\x6f\xfe\xf6\x8b\xdf\ \xfc\xf2\xdb\x6f\xe0\x03\x3e\xff\xe4\x9d\x9f\xbe\x71\xff\xad\xed\ \x7b\x5b\xf7\x5e\x27\x6c\xdd\xa5\xdc\xd9\xdc\xd8\xdc\xda\xb9\xbf\ \x43\x7d\x73\x7b\x83\x4a\xdd\xc0\x6d\xde\xc5\x50\x37\x76\x68\x9b\ \xe8\x66\x21\x98\x2c\x0c\x4a\xd2\x23\x91\x37\xa9\x68\xc8\x9d\x00\ \xda\x42\x83\xcb\x9a\x4e\xc7\x03\x80\xa1\x12\x9d\x1d\x1c\x19\x54\ \x61\x93\x40\x42\x95\xcd\x54\x10\x15\xf8\x2e\x89\x02\xf4\x48\x21\ \x10\x88\x38\xd2\xed\x76\x3e\x34\x96\x45\x06\xe1\xd8\xa7\x63\x4f\ \xe8\xbb\x27\xc8\x78\xed\xa2\xf4\x76\x3c\x9d\x8e\xba\x70\xe8\xf0\ \xa2\x18\x1a\x2a\x28\x24\x93\x29\x38\x22\x78\x33\x0c\x8d\x4c\x45\ \xfb\xab\x49\x94\xed\xfb\x68\x8f\xe3\xce\x0f\xdf\xa0\x81\x8e\x00\ \x97\x1e\x82\xb8\x1c\x9e\x3e\xfa\xf0\x1f\xdf\xfb\xf0\x31\xea\x8f\ \x78\xef\xbd\xd3\x67\xff\x78\x4a\xdb\xde\xde\x02\x77\x48\x03\xcd\ \x03\x9c\x04\x79\xbb\xb3\x49\xde\xde\xc4\x51\xa9\x68\x97\x35\x8d\ \x40\xd8\x3f\x45\xe3\xf4\x74\x3a\xf0\x1f\x1e\xcd\x5f\x61\x77\x09\ \x38\x14\x36\xbf\x8b\xa7\x3f\x39\x01\xad\x22\x62\x0e\x4f\xf1\x00\ \x82\x87\x8f\xb0\x87\x58\x40\xc2\xc3\x63\x10\xad\x47\x60\xb0\x1e\ \xef\xef\xa3\x81\x2f\x22\xf6\x35\xb8\xd4\xc1\x96\xc0\x95\xcf\x42\ \x45\x7e\xa8\x88\x0f\x04\x0a\x55\xbb\x73\x50\x41\xbb\x48\xc2\x64\ \x88\x90\xa3\x01\xc3\xb2\xc7\x53\x49\x45\x0c\x01\x57\xa2\x54\x88\ \xf9\x1c\x89\x80\x21\x44\x0b\x4f\x28\x12\x59\x88\x36\xdf\xe9\x0d\ \x20\x2f\x12\xae\x08\xed\x65\xe6\x31\xf9\xa8\xdc\x90\xc9\x3b\x60\ \x89\xd1\x4a\x10\x83\x07\x74\x29\xe0\x70\x78\xbc\x03\x36\x9b\x25\ \x11\x33\x44\xac\x3d\x26\x13\x0d\x26\x08\x50\x32\x3b\x20\x18\x4f\ \x20\x12\xa1\x1a\x0b\xa1\x50\x28\x11\xc9\xd0\xfe\x66\xa9\x52\xce\ \x16\x0b\xa4\x3a\xad\x5c\xc4\x13\x4b\x45\xa8\x8c\x50\x20\x50\x4a\ \xb8\xa8\x3c\x95\x8d\x66\x08\x18\x2a\xa9\x5a\xca\xe7\x33\xd4\x22\ \x34\xa7\x20\x42\x01\x56\x62\x9e\x54\x2e\x12\x49\x24\x72\x9e\x58\ \xc8\xe3\xab\x24\x12\x19\x88\x9e\x90\xcf\x43\xf3\xf3\xe0\xda\x78\ \x42\x89\x54\x28\x52\xf3\x19\xa8\xee\x50\xa5\xd4\x2a\xe1\xc5\x6e\ \x5b\x7f\x54\xc0\x77\x32\x11\x3c\x5b\x28\x12\x29\xb9\x22\x89\x4e\ \x22\x53\x8a\x04\x0a\x85\x4a\x29\x56\x6a\x85\x32\x10\x1c\xbd\x53\ \xa3\xb3\xba\xc1\xeb\xd8\xdd\x26\x2d\x00\xa1\xdd\xac\x54\x01\x13\ \xea\x83\xa3\x4e\x6f\x36\xee\x65\xe7\xf3\x5c\x7d\xe4\xf1\x85\x42\ \x7e\xd4\x10\x63\xd2\xba\x6d\x4e\xbf\xc3\x69\x37\x99\xed\x16\x8b\ \x5b\xa3\xb3\x28\x4c\x16\x33\xba\xe3\x69\xb0\x98\xc0\x59\x69\xad\ \x6e\xa3\xc2\x08\x50\x68\x32\xd8\x14\x2a\xb5\x4e\xab\xb3\x98\x34\ \x76\x9b\x59\x63\xd2\x98\xf4\x16\xbd\xc6\x0d\xc6\xcc\x09\xe6\xc4\ \x64\xb7\xa8\x4d\x46\xa3\xcd\xa0\xd2\xa2\x4e\x1b\x93\x5a\x61\x36\ \x9a\x8d\x5a\x90\x44\x83\xd5\x08\xd2\xa5\x33\xba\x8c\x86\x9c\x45\ \x6f\xf7\x3a\x8c\x46\xbb\x59\x6f\xf7\x98\x43\x6e\x8f\xd9\x6c\xd0\ \xeb\xbc\x41\xb7\xdd\xee\x0f\xda\x14\x56\x97\xc3\x9e\x75\x7a\x8c\ \x26\x93\xb3\x6c\x0d\x85\xec\x56\xbd\xc9\xac\x35\xb8\x1c\x0b\xa7\ \xd7\x21\x52\x19\x5c\x81\x6c\x7a\xd5\x09\xd9\xec\x26\x5f\xd7\x6d\ \x33\xf8\x82\xb9\x32\x70\xa2\x4b\xef\xb2\x66\xad\x06\x97\x3d\xe7\ \x0d\xf8\x9d\xbe\x5c\xe5\xd7\x56\x6d\xaf\x3d\xef\x74\x06\xc1\xba\ \xcf\x12\x2c\xa5\x86\xbd\xca\xa8\x13\xc8\xb6\x66\x95\x5e\x6d\x18\ \x98\xd6\xe7\xf5\x5a\x68\x34\x0f\x39\x2d\x36\x83\xd6\xe2\x72\x59\ \x8d\x7a\x9d\x48\xa8\xf7\xe6\x7c\xa3\x3c\x70\x64\xa2\x63\xb7\xd9\ \x73\xb9\xd9\x59\x2a\x18\x4d\xae\x9a\xf1\x6e\x6f\x32\x5e\xcc\x2a\ \xab\xd5\xa0\x34\x9b\xf4\x56\xdd\x58\x26\x3c\x99\x04\xb3\x75\x5b\ \x7d\x58\x69\xa7\x1a\xb1\x7c\x69\x10\x4f\x87\x13\xcb\x7e\xfe\xac\ \x17\xec\xa6\x62\xc9\x54\x24\x3d\x1b\x4c\x5a\xe1\xe2\x78\x32\x88\ \x37\xc3\x93\xee\xbc\x15\x4d\x27\x5b\xc9\xe2\x24\x72\x79\xd6\x4a\ \xc4\xa3\xdd\x70\x23\xdd\x4c\x8d\xe3\x83\x62\x64\x3c\xad\x34\x63\ \x91\x78\x3a\x1d\x06\xa8\xbc\x8e\x27\x5e\xbd\x48\x9c\xbd\x78\x75\ \xd3\xcd\x24\x07\x95\x36\x2a\xf9\x58\xb4\xe2\xf0\xfd\xde\xa2\x97\ \x6d\x94\x1a\x95\x61\x66\x3d\xc9\x00\x9b\x46\x5b\x99\x78\x29\xde\ \x1e\x37\x22\x2d\xb4\x49\x39\x3d\x49\x27\x92\x95\x6e\xa5\x32\x2b\ \xb5\xbb\xdd\x71\xfc\xea\xab\xaf\x3e\x5e\x86\xaf\xae\x53\x91\xca\ \xf9\x75\xf4\x45\xb5\x15\x69\x55\x8b\x99\xf8\xd5\xb2\x00\xbf\x3f\ \x2f\x84\x2f\xbe\x7a\x91\x89\x66\x06\xe3\x4a\x6f\xda\xab\x4d\x1a\ \x83\xf9\x70\x9c\x2d\x4f\x57\xe3\xce\x64\x9c\x1e\x24\x53\x83\x46\ \xf8\xd5\x77\xff\xf4\x5f\xbf\xfa\xdb\x6f\xfe\xf2\xb7\x9f\x7d\xf3\ \xbb\x5f\xfe\xe5\x77\x9f\x7c\xf1\xc5\x3b\x6f\xbc\xf3\xfa\xfd\x1f\ \xde\xdf\xda\xb8\xbb\xbd\x71\x6f\x0b\xb3\x75\x77\xe7\xfe\x36\x65\ \x63\x6b\xf3\xde\x9b\x3b\x34\xda\xf6\xe6\x0e\x86\x42\xc6\x6d\x6f\ \x01\x21\xd2\x70\x34\x2c\x8e\x8a\x41\x4b\xd6\x70\x89\x63\xd0\x84\ \x14\x30\x16\xda\x7d\x8c\x7a\x94\x31\x54\x40\x2c\xe0\x2e\x3c\x79\ \x03\x10\x0c\x35\x96\xa2\xf2\x89\xe3\x7d\x2c\x9d\x8c\xa3\x93\x49\ \x68\x92\x14\x8c\x15\x0e\x47\xa6\xe3\xe1\x13\x1e\x47\xdb\x25\x62\ \x8f\x51\xa1\x03\x85\x86\x56\xb4\xc0\x4e\x91\x41\xeb\x28\x04\x1a\ \x69\x03\x4f\xa2\xd2\x08\x48\xa0\x76\x09\x68\x2b\x0e\x9d\x40\x05\ \x58\x03\x72\xc4\xed\x50\xc8\x68\x5b\xf3\xeb\xf7\x70\x80\x6d\xbb\ \x44\x32\xfd\x10\xe5\x61\xed\xee\xbe\xf7\x8f\xa7\x4f\x1e\x3d\x7b\ \xba\x7f\xf8\xde\xb3\xfd\xa7\x1f\x3d\xc5\xdf\xfb\x21\xf0\x22\x8e\ \x82\x27\xa2\x4a\xaf\xad\x37\x76\xa8\x54\x0a\x60\xe4\x16\x15\xe5\ \x69\x91\xc8\x18\x1c\x9d\x40\x03\x6e\xc5\xed\xdf\xce\xb8\x12\xf6\ \xf1\x74\x2c\x89\x8c\x25\xe1\x0f\x89\xfb\xa8\x1a\x67\xf7\x04\x0f\ \xe6\xea\xe4\x94\x70\x72\x42\x3c\x46\x2d\x3a\x68\x44\x0b\xd8\xf3\ \xf0\x18\x85\x8d\x9e\x3e\x7d\x7c\x42\x78\x8d\x2f\x50\x49\x54\x72\ \xb9\x5c\xa8\x55\xa8\x55\x5c\x9d\x42\xa4\x96\xaa\xd4\x20\x0d\x62\ \x95\x42\x08\xd7\xb9\x94\x2f\x95\x69\x84\x2a\x95\x4c\x0a\x57\xbe\ \x50\xa7\x52\xaa\xa4\x2a\xa1\xf4\x80\x27\x51\x8a\x24\x7a\x99\x4a\ \xa4\x56\x2b\x54\x72\xb5\x56\x01\x1e\x05\x8c\x96\x52\x74\xc4\x17\ \x8b\x41\x36\xb8\x20\x7d\xe0\x9b\xb8\x5c\x9e\x0c\x8d\x81\xa3\xc5\ \x26\x30\x6d\x02\xb0\x51\x5c\x06\x5b\x28\x11\xa3\x7f\x44\x20\x26\ \x2a\x35\xda\x25\xcc\x62\xab\x74\x12\x50\x28\x11\xf7\xd6\xa9\xc8\ \x64\x72\xa5\x50\x29\x55\x28\x25\x40\x53\x72\x15\x47\x2c\x95\x09\ \x65\x5a\xb5\x0e\xc0\x53\x2d\x43\x1b\x8d\xc1\x11\x09\xc1\xd7\xc9\ \x45\x4a\x95\x58\x2a\x56\xc1\x3b\x90\x4a\xe0\xa0\x2a\xb3\x54\xa2\ \x52\x88\x85\x72\x19\x60\xa0\x50\xa2\x14\xab\xe4\x28\x7e\x46\x2f\ \x56\x1b\xe5\x68\xd3\xb2\x5a\x66\x54\x0b\x75\x3a\xad\x50\x05\x30\ \x26\xd7\x59\xb4\x70\xdd\x6a\xad\x7e\x9b\xd7\x12\xb2\x59\xd5\x32\ \xad\xc5\x68\xf1\xbb\xdd\x2e\x4b\x2e\xe4\x01\xe0\xd2\xa8\xed\x26\ \x1b\xa8\x8b\x46\x0e\xc2\xa0\x37\xb8\x95\x0a\x93\xcb\xa8\xb1\xf8\ \x1d\x16\x8b\xd3\x00\x2a\x60\x55\x2b\xa5\x5c\xa6\x1b\x2d\x96\x9c\ \x5f\x14\xce\xf2\xd5\x7c\x3a\x9a\x6e\x35\x56\xab\xf2\x7c\x3a\x0a\ \x66\xbd\xf6\x8e\x2f\x10\x1a\x2d\x7c\x9e\xa0\xd9\xe2\x33\x1b\x1c\ \x5e\x9f\x13\xbc\x90\xc3\xea\xb6\x99\x6d\x66\xaf\xc5\x66\x34\x68\ \x0d\x0e\xab\xc1\xad\x75\x58\xed\x26\x8d\xd1\x65\xf7\x5a\xc0\x94\ \xa8\x6d\x36\xf0\x65\x0e\x99\xdc\xe1\xb2\x98\x8c\x60\xe6\x0c\x1e\ \xad\x25\x64\xf6\x5b\x0d\x26\x9b\x4e\xa9\x33\x5a\x4d\x56\x78\xa2\ \xde\xe5\x34\x99\xac\x36\xa7\xce\x62\xd6\xc9\x4c\x3a\xb3\xd6\x64\ \x32\xeb\x41\xa6\x6c\x66\xb9\x51\xa7\x51\x68\xd1\xcd\x55\x9b\x5e\ \x67\x34\xd9\x75\x7a\xb3\xc5\x60\xb5\x1a\x91\x86\x99\x6c\x06\x87\ \xdb\xeb\xd7\x18\x8c\x06\xb3\x45\x6f\x35\xf9\x0d\x0a\x3d\x9c\x81\ \x1d\xd4\x0a\xf4\x44\x3f\xf2\xb9\xfd\x46\xb7\xc9\x24\x34\xea\x2d\ \x46\x97\xcd\xee\x76\x38\x1d\x56\x07\xa8\xae\x11\xbe\x1b\xd4\x9b\ \x5d\x1e\x2d\xfc\x39\x81\x9e\xaa\x5d\x2e\x8f\xc9\x12\xb0\x6b\x75\ \xf6\x9a\x33\xe8\x71\x3a\x4d\xc0\xb4\x6a\xad\x09\xce\xcd\xaa\xd5\ \xea\xe0\x8f\xc9\x6c\x32\x1b\x95\x22\xa9\xca\x52\xce\x8e\xea\x81\ \x6c\x3d\xbb\xf6\xd6\xfd\xb9\x9a\xc7\x17\x0c\xd4\x43\xc6\xce\xc0\ \x0f\x72\xea\x0e\xd5\xcc\x21\xdf\x64\x11\x28\x07\x43\xb9\x55\xae\ \x5e\xf3\x06\x02\xbe\x51\x2d\x97\x9b\x2f\xe6\xf3\x6c\x39\x38\x6f\ \xcc\xe7\xf3\x60\xc7\xe9\x2b\xcd\x16\x93\xf9\x6a\xd1\x59\xaf\xda\ \x99\xc1\xaa\x5d\x9f\x2e\xa6\xae\xfa\x62\xd2\x1a\x80\x0f\x9b\xce\ \x1b\xe1\xcc\x3a\xd9\x2c\x01\x8b\x2d\xd6\xad\x75\x7a\xd0\x2e\x8f\ \x00\x39\x07\xc9\x5e\x65\xd0\x5b\xac\x8a\xb1\x62\xfa\x79\x21\x9d\ \x4a\x44\x4b\xb3\x52\xba\x31\x1c\x07\x56\x0b\xdf\x7c\x5d\x29\x65\ \xd2\xbd\xf6\x24\x58\x6f\xaf\x92\x9d\xd9\x74\xba\xee\x0c\xc2\xe9\ \x76\xb1\x31\x5d\xac\x87\xdd\xc5\x22\x96\xea\x96\xda\xd3\x71\x6d\ \x3e\x9e\x55\x2a\xad\x56\x23\x93\xca\x5c\x7d\xf6\x71\xfe\x3c\x92\ \xfa\xfa\xea\x2a\x5f\x8a\x46\xba\xd1\x48\xaf\x01\x0f\x27\x13\xd5\ \x78\x32\x11\x8f\x35\x0b\x57\xd7\x37\x17\xcb\x8b\x54\xbb\x3d\x1b\ \x05\x26\xeb\xc9\x6a\x32\xa9\x0c\x1a\xad\x71\x3b\xd5\xeb\x26\x8b\ \xa5\x64\x32\x12\x3b\xff\xfe\xbb\x3f\xfe\xd7\x6f\x7e\xf1\x9b\xdf\ \xfd\xfd\xdb\x2f\xfe\xf2\xb7\xbf\xfc\xec\x93\x6f\x7e\xf6\xce\xd6\ \x3b\x3f\xbc\x77\xef\x2d\xe4\xb0\xb6\xef\x60\x36\xef\xdc\xbd\xfb\ \xf6\xf6\xce\xf6\xdd\x9d\x1d\x34\x4a\x75\x67\x07\x43\xc3\x6c\x52\ \x36\xee\xfe\x7f\x24\xbd\x8b\x6f\x62\xe9\x99\xee\xdb\xdc\x2c\xee\ \x46\xd8\x06\x1b\xb0\x5d\xd8\x45\x01\x85\x69\xc0\x05\x04\x0a\xa8\ \x59\xad\xb5\x70\xf6\x5a\xd0\x6b\xa9\x08\x20\x9a\x4d\xa0\x30\xe6\ \xd2\x08\x9b\x8b\x9b\x06\x73\x6b\x73\xdd\x80\x21\x6e\xb5\x47\x8e\ \x2a\x95\xa4\xab\x54\x3b\x35\x1a\x75\x6a\xcf\xec\x51\xd4\xa7\x5b\ \xdd\x69\x25\x3a\x51\x6e\xca\x9c\x93\x9c\x39\xd1\xe4\x48\xd1\xcc\ \x68\xcf\x3f\x72\xde\xaf\x76\xb7\xaa\xca\x36\xb0\x2e\x98\xf5\xac\ \xe7\xf7\x7d\xef\xf7\xbc\xef\xb0\x58\xf7\xc4\x42\x34\xcb\xb7\x85\ \xda\x41\xf0\xf8\x2c\x89\x80\x25\x41\x09\xc9\x70\xcd\xaf\xa3\x1a\ \xa9\x95\x1d\x36\x1f\x45\xb8\xf0\xf9\x7c\x36\x4b\x24\x04\x69\xe3\ \x08\x78\x12\x50\x16\x70\x46\x3c\x1e\x07\x45\x1e\x0b\x57\x56\x00\ \x05\x05\x28\x77\x01\x05\xd3\xec\x1f\x1c\x00\xcf\x89\x64\xbc\x37\ \x95\xf2\x12\xd4\x82\x15\xd5\x2c\x08\x59\x1c\x91\x18\x75\xfc\xe2\ \xa3\x56\xf4\x12\x3e\x20\x1b\x7a\xb1\xf8\x01\x18\x3d\x25\x48\x8f\ \x92\xb5\x83\xb2\x8c\x77\xb6\xf8\x20\x27\xfb\x02\x2e\x6f\xe7\x7b\ \x3f\x01\x20\x7c\xff\x60\xeb\xf1\xf7\x3e\xda\xfa\xe8\xfb\x07\xac\ \x7b\xf7\x36\x1e\x48\x59\xec\x43\x36\x57\xc4\x79\x70\x7f\x4f\x2c\ \x43\x25\x63\x62\xd4\xf1\x50\x08\x96\x8b\x85\x5a\x1e\xc2\x41\xa2\ \x6a\x30\xb6\x00\xe1\x21\xaa\x26\xe3\xb0\x78\x3b\x12\x1e\x0a\x77\ \x97\xec\x08\x76\x90\xb1\x42\x49\x59\x07\x47\x47\xfb\x92\x83\x9d\ \xc7\x8f\x25\xa0\x63\x28\x8b\x74\x5f\x72\xf4\xbd\x0f\xf7\xdf\x0a\ \xc0\x07\x90\xf2\x39\xdd\x36\x0b\x86\x13\x16\x37\xee\x86\xaf\xdc\ \x56\xf8\x78\xfb\x5c\x5a\xab\xcf\x62\x73\x38\x6d\x16\x9b\xc7\x6d\ \x74\x5b\x5c\x56\x93\x17\x4c\x87\xcb\x66\x33\xcb\x5d\xa4\xc3\x41\ \x12\x4e\xb3\xc5\xe2\x82\x4b\xc5\x61\xf1\x78\x1d\xb8\xdb\x6b\xb6\ \x38\x4c\x26\x9d\xcd\xe3\x20\x11\xbb\x38\x5c\x16\x9d\xc5\x8e\x99\ \xed\x66\xbb\x49\x6e\x56\x9b\x1c\x46\x97\xc9\xe5\xd0\xd8\x1c\x5a\ \x0d\x68\x86\x1f\x04\xc2\x62\x31\x7b\x40\x8b\x6c\x2e\x87\xcd\x61\ \x31\x3a\xdc\x46\xab\xcb\x61\xd7\xd9\x5c\x20\x7e\x66\x9b\x05\x64\ \xc2\xea\xb6\x9a\x5d\x72\x93\x0b\x2e\x36\x0a\xf3\xd8\x60\xbb\x7e\ \xcc\xe9\x22\x30\xaf\xdb\x6d\xb5\x39\xac\x2e\x0b\x66\x85\xab\xd8\ \x64\xb5\xbb\x1d\x5e\x5f\x80\xf0\xda\xdc\x0e\xcc\xe9\x77\x79\xcd\ \xf0\x24\xab\xdb\x85\x81\x33\xb2\xba\xe3\xd1\x00\x18\x9d\x60\x24\ \x88\x51\x7e\x97\x27\x10\xf4\xb9\x48\x02\x2c\x4a\xac\x58\x8c\xd4\ \xeb\x81\x48\x29\x11\x8e\xd6\x8b\x71\x2c\x10\x29\x32\x9d\xc1\xac\ \x14\xf1\xc7\xa2\x51\xd2\x45\x93\x4e\x90\x2a\xb3\xd7\x6b\xb3\x82\ \x4a\x62\x2e\xab\x1b\x36\xec\x74\x27\xfc\x34\xe6\x0f\xc2\xe6\x09\ \x12\x4e\x76\x55\x85\xdd\x5c\x67\x2e\x33\xc9\x4c\x37\x77\x9e\x4e\ \xb5\x1b\x45\x30\x28\xd5\x48\x63\xe8\xc3\x49\x8c\x61\x28\x3a\x1c\ \x23\x83\x44\x34\xd1\xc0\x02\x4e\x9a\x4a\xf8\xfd\x41\x8a\xa2\x30\ \xba\xd8\xa9\x86\xc2\x34\x19\x09\x06\x3a\x09\x3a\x5a\x05\x94\x2a\ \x85\x1a\xa1\x62\x20\x11\x87\x6b\x36\x82\x27\x86\x24\xe1\xa7\xbd\ \x01\x6f\x98\xf2\xd1\x44\xc0\x03\x00\x17\xc6\xe8\x04\xed\xb5\x04\ \x02\x64\x28\x16\xf5\xb9\xdc\x20\x98\xa4\xcf\xe7\xc2\x02\x38\xe1\ \x02\x5d\xf2\x58\xad\x04\x8e\x01\x5a\xe2\x2e\x38\x65\x4f\x90\x74\ \x99\x5d\xb8\xd7\xc5\x60\x20\x8a\x38\x66\xf5\x62\xb8\xd7\x89\x5b\ \xfd\x51\xc2\x83\xfa\x8c\x05\xfd\x1e\x3f\xee\xf4\x12\x00\xae\x34\ \x3c\xdd\xef\x75\x13\x81\x80\xdb\x15\x0d\x53\x34\x4d\x63\x2e\xbb\ \x9f\x22\xa8\x60\x8c\x00\x50\x0d\x11\x94\x2b\xd0\x20\x6d\x4e\x0f\ \x45\x84\x29\x2c\xe0\xf1\x80\xc2\x11\xde\xa0\x87\xf2\x79\x83\x6e\ \x10\x61\xd0\x56\x32\x40\x92\x94\xd7\x6b\x72\x92\x2e\x2b\xc8\x9e\ \xdb\x61\x25\xbc\x3e\x8f\xd5\xe9\x82\x4f\x92\xaf\x51\xa5\xc2\xc1\ \x78\xa4\x14\x1b\x0e\x4a\xa5\x79\x2c\x90\x60\xe8\x70\xa8\x51\x8d\ \xe2\x21\x2a\xc0\xd0\x58\x8c\x8a\x24\xe2\xc1\x30\x03\x6e\x74\x1e\ \x8b\x2f\x1b\xc5\x49\xb0\xd8\x29\x06\x13\xf5\xe1\x00\x34\xbf\x04\ \x4c\x1a\x4d\x44\x22\xa5\x68\x75\x9e\x88\xcc\x16\xb1\xd8\x6c\xb8\ \x18\x2c\x41\xcd\x02\xf0\x8b\x9a\x74\x2b\xf3\x58\x24\x36\x1e\xf5\ \x27\xdd\x45\xb5\xb6\x5c\x8c\xaa\xb3\x65\x6f\x39\x5c\x8c\x46\xa5\ \x68\x03\x94\xb2\x5e\x5a\x56\xfa\x95\x79\xa3\x3d\x19\x4e\x06\xb3\ \xce\x62\x34\xee\xc4\xeb\xd5\xe1\x70\x58\x1d\x56\x86\xa5\x04\xdd\ \xa8\x0f\xeb\xf5\x49\xa5\x53\x5c\xcc\x82\x8d\xe5\x74\x38\x9f\xf7\ \x4b\xf1\x62\x73\x50\x05\xd5\x5a\x4e\x22\x83\x71\xa3\x34\x19\x0d\ \x7a\x60\xc2\x6a\xd9\xf4\xd3\xe3\xab\xf4\xd3\x7c\x3e\x3f\xcd\xe4\ \xd2\xe9\x72\xae\x3b\xea\x96\xd3\xdd\xd4\x59\xbe\x5c\x6b\x5f\xe7\ \xa7\xe9\x64\xa1\x05\x0e\x2e\x5d\xce\x36\x0b\xbd\xde\xc9\x59\xab\ \x70\x96\x2c\x37\x47\xb9\xc2\x71\x32\x7f\x92\x4a\x9f\x5f\x9f\x3f\ \xfd\xc3\x57\xff\xf6\xbf\xfe\xe3\x77\xff\xfe\xab\x4f\x7f\xf5\xc1\ \x4f\x3f\xf9\xf4\x93\xcf\xdf\xfd\xe9\xbb\x1f\x3c\x7a\xb0\x77\xff\ \xd1\xbd\xfb\xeb\x7b\xbb\x1b\x62\x25\x7f\x5d\xb4\xf7\x60\x7d\xe3\ \xe1\xde\xfa\x3d\xa9\x40\xcc\x12\x28\xa5\x42\x11\x17\xd8\x50\xb0\ \x2e\x93\xdd\x17\x72\x64\x7c\x94\x79\x85\x52\x17\x38\xac\x15\x99\ \x48\xc0\x41\x6b\x89\x05\x28\x71\x8f\x0b\x10\x28\x00\x71\x63\xa3\ \x95\x85\xac\x37\x9d\x9f\x45\x02\xd6\xca\x9b\xda\x4f\x31\x78\x34\ \xb1\x40\x8a\xc2\xae\x38\x42\x21\x87\x03\xfc\x87\x56\xe9\xec\xec\ \xec\x1c\x1c\x1d\xac\x88\x77\xd1\x08\x93\x94\xc3\x17\xa0\x6a\x51\ \xa1\x52\xc6\x83\x7f\xf8\x4a\xb1\x54\x80\x92\x98\x57\x50\x0b\x1e\ \x2e\x9a\xd7\x53\x3e\x5c\x17\x6e\xac\xf3\x51\x3e\x20\x6a\x14\xc1\ \xdd\x39\xe4\xf1\x51\xef\xb0\x7d\xfe\xd6\x8f\xbf\x7f\x70\xf8\x04\ \xad\xa2\x39\x78\xcc\xfe\xf0\xfb\x12\x29\x1c\xfd\x23\xa5\x12\xc4\ \x87\x2f\x56\x7e\xfb\xfe\x86\x4c\xc4\xe2\x71\x84\x6f\x02\xb4\x50\ \xe5\xfd\x0a\x08\xe0\x16\x9b\x25\x41\xc9\xee\xa8\xbb\x17\x5a\xa3\ \x23\xe1\xb1\x04\x3c\xf0\x57\xa8\x13\xa2\x04\xe5\xf9\x1d\x1d\x1c\ \x1c\xb0\xd9\xfb\x3b\x2b\x3b\x5b\x3b\x4f\x8e\x8e\x3e\x3c\x38\x44\ \xf1\xc8\xa8\x33\xd9\xce\xe3\xf7\x8f\xde\x0a\x44\xc3\x16\xc6\xeb\ \xf5\xe1\x78\x20\x18\x76\x91\x98\x1b\x23\xac\xae\x00\xe5\xf7\x86\ \x9c\x6e\x5f\x34\x4c\x78\x09\x9f\x17\xb0\xc2\x89\xe1\x98\x1e\x77\ \x38\xcc\x06\x93\xd3\x63\xb3\x11\x91\x12\x72\x19\x34\x4e\xf9\xc3\ \x09\x0a\x0f\xd0\x3e\x4f\xd0\x47\xf9\x03\x38\x13\x22\xc0\x0b\x60\ \x04\x06\x0e\xc0\x87\x31\x01\xdc\xef\x73\xbb\x68\xcc\xe9\x71\x10\ \x34\x88\x8d\x0f\x64\xcc\xed\x23\x31\x60\x26\x82\xa1\xbd\x4c\x22\ \x90\xf0\x47\xc3\xe1\xb0\xdf\x0b\x36\x80\xa4\x29\x9f\xd5\x62\x22\ \x49\xd0\x3f\x9f\x35\x11\x0c\xc6\x13\x64\x98\xa2\xbc\xe1\xd0\x3c\ \xc4\x60\x74\x2c\x12\x4c\xc4\xe2\xc1\x52\xb4\x18\x64\x1a\xb1\x50\ \xac\x54\xad\x33\x0c\x46\x86\x63\xe1\x10\x9d\x60\xc2\xc5\x58\xac\ \x5e\xf2\xc1\x1d\x7f\x36\x2c\x46\x82\x60\x95\x88\x40\x34\x5e\xf5\ \x7b\xfd\xf1\x48\x30\x56\x0c\xc5\x18\xb8\xa9\x87\x41\x36\x28\x2a\ \x10\x0e\xb8\x69\xba\x5e\x6a\x74\xa6\x9d\x58\x35\x54\x8a\x30\xd5\ \xce\x24\x1c\x89\x77\x22\xb3\x6a\x68\x51\x27\xa3\x09\xc6\xe7\xf0\ \x39\xcc\x56\xe0\x44\x8f\x55\x6f\xb1\x69\xc0\xf4\x58\x09\xa7\x17\ \x64\x3d\x16\xc0\xe0\x3c\x5c\x84\xcd\xe9\x35\x5a\x4c\xab\x0a\x7f\ \xf7\xf9\x55\x3e\x53\x9e\x16\x26\xed\xc1\x6c\x18\x2b\x85\x40\xa3\ \x8a\xd1\x30\x49\x32\x34\x6a\x36\x08\x07\xe7\x0f\x51\x41\x02\xf3\ \xbb\x31\x9f\xd5\xe0\xf0\xbb\x80\x24\x31\x86\xc4\x68\xdc\xea\xf5\ \x3b\x83\x61\x9a\x20\x22\x24\x80\x64\x02\x2e\xe6\x78\xa4\x3a\xba\ \xae\xc6\x8b\xd5\x45\x04\x44\xd7\xe1\x71\x35\xc2\xa1\x21\xbc\x07\ \xd5\xf8\x68\x48\xcf\x5a\x0d\x38\xa7\x79\xa7\x1a\x0f\x36\x22\x74\ \x3c\x01\xe7\x5b\x8f\x44\x88\x68\x28\x11\xf2\x87\x8a\xa1\x2a\x13\ \x0d\xd1\x51\x26\x02\x67\x8d\x07\xc8\x12\x13\x05\x07\xe5\x0f\xf9\ \x09\x92\xa2\x81\x06\xc9\x68\x90\x76\x81\x45\xf2\xe3\xa4\xd7\x4b\ \x33\x7e\x77\xc8\x49\x92\x78\x00\xf3\xe0\x70\x62\x28\xd4\x94\x00\ \xfc\xc3\x08\x1f\x19\x08\xc3\x27\xc0\x17\x08\xb9\xe1\x17\x12\xf0\ \x92\x60\xe4\x5c\x70\x2e\x1e\x9f\xc3\x09\x1f\x11\x6b\x08\xac\x19\ \x46\xc2\x67\xc3\x47\x78\xa3\x31\x1f\x1e\x8e\x7a\x19\x78\xa2\xcf\ \x13\x0e\x63\xa8\x36\xc3\xe9\x85\x3b\x9d\xd3\xe6\xf6\x04\x30\xf8\ \xd8\x58\xec\x6e\x0c\xde\x89\x28\xd8\xaa\x52\xb5\x18\xaa\x47\xe6\ \xc1\x44\xc4\x5f\x2a\x96\x1a\x70\x43\x08\x31\x3e\x8a\xae\xc6\x4b\ \xd1\x68\xc3\x4f\xd1\x4c\xa2\x11\x8b\x96\x8a\x8d\x78\x35\x16\xa9\ \x16\x1b\x91\x79\x31\x31\x07\x8d\x0a\x4f\x66\xc3\x44\x31\xc2\xc4\ \x8a\x95\x68\x69\xbe\xa8\x0f\xe2\xa5\x61\xb5\xd1\x98\xce\x13\xc5\ \xf9\x82\x19\x54\x3b\xcb\xd1\x7c\xb2\x1c\xd7\x1b\x93\xe5\x7c\x8e\ \xfa\xff\x81\x9c\x2d\x96\x8d\xc5\x60\x30\xe8\xf5\x16\xf3\x11\xd8\ \xae\xf6\x72\x11\xef\x14\x47\xd3\xc5\x70\xb6\x98\x0c\xe2\xc5\xd1\ \xa4\x53\x2f\x76\xc6\x20\x68\xa1\x44\x67\xd8\x28\x56\x41\x95\x40\ \xe2\x3a\x83\x61\x63\x38\xa8\x94\x86\x93\x2a\x7c\x2c\xaa\x83\x6a\ \xb5\x37\xaa\x76\x3a\xd3\x5e\x7b\xd8\xeb\x1d\x37\x0b\x27\xc9\x64\ \x2a\x77\x71\x9a\x4a\xd5\xda\xfd\x54\xbe\x99\xcf\xb5\x0a\xa9\x73\ \x14\xf4\xd0\x4a\x26\x5f\xe6\xb2\xb7\x37\x17\xad\xcb\x72\x3a\x57\ \xb9\xc8\x5c\x64\x73\x17\x17\xf9\x5a\x26\x97\x3a\xce\x76\x53\x85\ \xcb\xf3\x8b\xcb\xb3\xc2\xc5\x67\x5f\x80\xbd\xfa\xc7\x3f\x7d\xfe\ \xab\x4f\x3f\xf9\xf9\xa7\x1f\x7c\xfc\xe9\x4f\x3f\xfe\xce\xa3\xfb\ \xf7\x36\xee\xef\xbd\xfb\x40\xba\xf7\xf0\xc1\xae\x4c\xb8\xb1\x21\ \xdc\xd8\xdb\xdb\xdd\x93\x6d\xec\xde\x93\x89\xa4\x42\xf1\x2e\x47\ \x2c\x12\x8a\xd0\x80\xf5\xfa\xde\xba\xf4\x4d\xa8\x94\x54\x2c\x5a\ \xe1\x8b\x04\x3c\xa0\x3c\xb1\x54\x2c\xe5\xf0\xf8\x22\x11\x58\x2e\ \xa5\x00\x65\xaf\xa0\x48\xe2\x37\x68\x27\xe6\xc3\x13\xf9\x5b\xec\ \x1d\x30\x49\x68\x15\x0f\x4f\x20\x93\xb2\x84\x3b\x5c\xa1\x88\x83\ \xea\xdf\x59\xe0\xa3\x00\xe6\x76\xf6\x8f\x76\x44\xeb\x22\x99\x58\ \xc8\x47\x23\x57\x42\x19\x1b\x76\x06\x9e\x4d\x2c\x05\x06\x05\x83\ \x27\x64\xf1\x64\xe0\xc8\x44\xeb\x60\xf3\x36\x36\x1e\xc8\xd6\xef\ \xf1\x50\xba\x02\x6a\xaa\x2a\x00\x39\xe2\x0b\x94\x22\xf8\x66\xe5\ \x47\xdf\x07\x27\xf4\xe4\xf1\xd1\xc1\xe1\x91\xe4\x7b\x3f\x61\x8b\ \x95\xeb\xf7\x36\x36\x36\x04\x1c\x16\x57\xbc\xb1\x0b\x74\xb8\x27\ \x5d\x97\x0a\x85\xa8\xff\x33\xea\xbe\xca\x79\xb3\x10\x7a\x05\x15\ \xa6\x72\xc1\x23\xa2\xe5\xcf\x7c\x24\x5a\xff\xdb\x22\x82\xe7\x12\ \x6c\x1d\x1e\x4a\x0e\x9f\x70\x79\x68\x90\x6c\x1f\xcd\x13\x1e\x1e\ \xc0\x17\x12\x00\xd8\xc3\xfd\x27\x8f\xd9\x92\xf7\xdf\xf2\xfb\xc2\ \x94\x97\x62\x70\x2c\x8a\xe2\x30\xe1\xd3\xe7\x87\x8f\x20\x5c\xe1\ \x41\x0c\x87\x0f\x5b\x00\x6e\x82\x34\xee\xc5\x83\x04\x01\xee\xc4\ \x63\xf3\x04\x3d\x3a\x2f\x6e\x32\x61\x89\x62\x34\x1a\x2f\x61\x84\ \x1f\x7d\xdc\x70\xdc\x4f\x04\x3a\x61\x10\x97\x30\x4d\x93\x56\xb8\ \xb0\xb1\x20\x28\x1f\x5c\xd7\xc1\x38\xe5\x73\xfb\x70\xc2\xe6\x75\ \x3b\x7d\xd1\x80\x15\x3e\xff\x5e\x67\x82\x71\x52\x38\xdc\xd4\xa3\ \xd1\x50\x35\x04\x56\x25\x4c\x84\x19\x1a\xa7\x13\x01\xb8\x38\xbc\ \x6e\xb3\xc7\xe7\xf1\x10\xa8\x85\x68\xb4\x33\x8c\x86\x1b\xf3\x39\ \x7c\xf4\x8a\x21\xba\x13\x4a\x14\x67\xd5\x6a\x35\x16\xaf\x37\xe2\ \xdd\x7a\x74\xde\x1e\x15\x61\xf3\x64\x62\x5e\xa2\x67\xf5\x78\xb1\ \x88\xda\x87\x52\xf5\x61\xa8\x53\x6f\xcf\x62\x78\x94\xa6\xfc\xfe\ \x48\x35\x4a\x63\x14\x13\x8d\xd0\x41\xa6\x54\xaf\x83\xbf\x61\xe8\ \x12\x09\xf7\xec\x00\x89\x97\xe6\x95\x46\xa3\x34\x1a\xcd\xc6\xa3\ \xe8\xa2\xd9\x09\x55\xeb\xc5\x62\xb1\x1e\x89\x32\x74\x67\x4e\x53\ \xe0\xf5\xdc\x0e\x9d\xc1\xea\xf6\x38\x8c\x40\xa6\x36\x87\xde\x66\ \x31\x69\xb5\x26\x06\x27\xc2\x51\x8f\x17\xe8\xcb\x6f\x54\xeb\x14\ \xdb\xf8\xf4\x38\xd5\x6a\x0f\xda\x8b\x46\xbe\x5f\x9d\x95\xa2\xfe\ \x28\x33\x1f\x75\x42\xe1\x68\x31\x9e\x00\x07\xe5\xf7\x79\x29\x87\ \xd5\x66\x72\x99\x31\xc2\xae\x37\x5b\x3c\x16\xbb\xd3\x66\xf7\x50\ \xe0\x50\x5c\x84\xce\xe6\x75\xf9\x7c\x56\x8f\x1f\xe4\x82\xa0\x80\ \x02\x23\xb3\x51\x3a\x3f\x49\x44\x63\x00\x83\x6e\x9b\xc9\x4e\x7a\ \x3d\x34\x4e\x32\xc1\x70\xbd\x11\x49\xcc\x62\xc1\x59\x23\x1e\x9a\ \x0f\x87\x95\x4e\x68\x10\xa1\x22\xa5\x10\x13\x47\x85\xe4\xc3\xe0\ \x70\xd4\x49\x94\x9a\xcb\x76\x6f\x36\x5a\x56\x63\xd5\x58\xa2\xc3\ \x44\x42\x33\xaa\x14\x67\x50\x37\xd4\x71\x23\x10\x98\xd5\x1b\x25\ \x3a\x10\xa5\x8b\x74\x3d\x3e\xe8\x8c\x4b\xb1\xea\x2c\x31\x9b\x0f\ \x5a\x23\x30\x77\x8d\x61\xa9\xbe\x5c\x56\x47\x89\x65\x7f\x10\x89\ \x74\x62\x89\x79\x7c\x38\x07\x4f\xd2\x6d\x2e\x27\xa3\x71\x65\x14\ \x81\xcd\xcf\x67\x93\x46\x67\x1e\x5f\xf6\x47\x93\xf9\x78\x3a\x6f\ \xcc\x07\xd5\xc5\x62\xd6\x5e\x4e\xf2\x83\x41\x73\x39\x6f\x27\xe3\ \xf1\xe1\xb0\xb7\xe8\xc4\x86\xd5\x7a\xbc\x4e\x27\xe0\x16\x44\x51\ \x74\x22\x42\xbb\xc8\x60\xbc\x98\x68\x00\x07\x33\xc5\xf9\x2c\xbb\ \x9c\xf5\x5a\x37\x99\xde\x60\x99\xed\x57\xc6\x8b\xc1\xb8\x9b\xea\ \x36\xdb\xf9\xe5\xa4\x32\x6a\x9f\x8f\xeb\xb5\xd4\xbc\x32\x6e\x2d\ \x07\xf5\x66\xab\xdc\xcf\x75\x73\xb5\x6c\xaa\x5f\xab\x15\xfa\xcb\ \x5a\xa6\xd7\x4f\x96\xcb\x17\xad\x54\xfa\xa4\xd9\x3c\xe9\x76\x53\ \xa9\x4c\xb6\x99\x3c\xc9\xd5\x92\x17\xc9\x42\x3e\x95\xcf\xe5\x52\ \x2f\xaf\x52\xf9\xf3\x67\xc9\x7e\xb3\x8b\x86\xa8\x0a\x27\xa9\x6e\ \x39\x93\x2d\x64\xc0\x13\x65\x27\xe5\x93\xf4\x79\xbe\x59\x6d\x77\ \x96\xad\x7c\x39\xd3\x44\x6b\x93\xbb\x93\x11\xdc\x68\x0a\xe3\x6e\ \xb2\xd0\x3d\xcb\x27\xf3\xb5\x72\x7f\x7c\x9c\x82\xdf\x66\x2d\x9d\ \xce\x67\x8e\x6b\xdd\xcc\x49\xb6\x9f\x39\xbe\x3c\x3b\xbf\x7e\x79\ \x73\xf6\xfc\xd7\xcf\xaf\xae\x9e\xdd\x5e\x5e\x25\x33\x2f\x6f\x5f\ \x3c\xbd\xbd\x79\xfe\xf2\xd9\x73\x78\xe4\xfa\x79\xfa\xfc\xe5\xd3\ \xdb\x67\xa7\x37\xcf\x9f\x5e\xbe\xbe\x05\x32\x7c\x7e\x9b\xbe\x79\ \xf6\xfa\xf2\xf2\xe5\x67\xb7\xe7\xd7\xe9\xcb\xa7\xd7\x17\x2f\x5e\ \xbf\xf8\xf5\x5f\xfe\xed\x1f\xfe\xe1\xaf\x3f\xff\xf4\xe3\x0f\x3e\ \xff\xe0\x57\xbf\xfb\xe4\xdd\x9f\xbe\xf7\xf1\x7b\xef\xdc\x57\x0a\ \xf7\x1e\xbc\x73\x5f\xb6\x77\xef\xde\x83\xfb\x32\x34\xa4\x2d\x5a\ \x7f\x70\x6f\x03\x75\xf9\x92\xc2\x7f\x22\x0e\x6b\xfd\x9e\x92\x23\ \xdc\x15\x89\x65\x42\x31\x47\x0a\xc6\x49\x88\xca\x47\x85\xa8\x54\ \x4a\x20\xe2\xf0\x78\xac\x15\x96\x58\xca\xe3\xb2\x51\x44\x1e\xea\ \x21\x21\x40\xb6\x0b\xf5\x2e\x65\x09\x59\x5b\xc8\x04\x09\xd0\xf0\ \x39\x8f\xcd\x63\xc1\x2b\xf8\x20\x1a\xa8\x47\x21\xd2\x24\x0e\x5a\ \xbe\x77\xb4\x73\xc8\x97\x8a\xa4\xa8\xb3\x8d\x18\xf5\xb3\x41\xaf\ \x07\x3b\x06\x62\xb7\xae\x14\xa1\x38\x08\x16\x67\x05\x0d\x37\xb1\ \x04\xa2\xfb\xef\xdc\x17\x09\xb8\x60\x7a\x78\xfc\xc3\x1d\x94\xf7\ \x80\x6a\xe7\x79\xec\xc3\xc3\xfd\xfd\xef\xff\xe8\xc3\xc3\x27\x8f\ \xf7\x1f\x3f\x7e\x72\xb4\xf3\xd1\x8f\x0e\x38\xbb\x0f\x76\x41\x6a\ \x25\x87\x3c\x01\x6f\xef\xc1\xbd\x75\xa9\x48\x0c\x27\x22\x42\x8b\ \x73\x38\x7c\x19\x17\xe0\x55\x02\xfb\xe3\xa3\x6a\x32\x38\x07\x21\ \x6f\x85\xc3\xe3\x88\x59\xfc\xc3\x2d\x01\x82\x58\x01\x60\x2e\x1a\ \xcc\xda\xdf\x3a\x00\xf3\x76\xb0\x83\xac\xd5\xce\xfe\xe3\x43\x00\ \x4c\xf6\xe1\x93\x43\xd8\xd1\xce\xd1\x5b\x34\x66\xf6\x38\x41\x77\ \x7c\x41\x3a\x80\xb9\x6c\x4c\x10\x23\x5d\x60\xb6\x50\xf9\x4f\x80\ \x62\x50\x93\x98\x38\x20\x06\x86\x56\xa2\xd0\x98\xcf\xe3\xd2\x99\ \x4c\x34\x81\x45\x62\x44\x8c\x4c\xc4\xc3\x24\x7a\x95\x17\x6b\x44\ \x48\x7f\x38\x5e\x0f\xd3\x0c\x9d\xc0\x1d\x3e\x1f\x11\x80\xcf\x2b\ \xe9\xf4\x38\x3d\x5e\xd2\xe3\xf2\xbb\xfc\x4e\x70\x3a\x18\x1e\x02\ \x92\x02\x9b\x45\xfa\x19\x22\x14\x24\x3c\x74\x62\x18\xa5\xeb\x5e\ \x07\x16\x8a\x07\x23\x0c\x16\x08\x04\x83\x24\x69\x75\x3b\x3c\x44\ \xd0\xe5\x63\x1a\xa3\x4e\xa4\x98\xa0\xfb\xcb\xe2\x32\xe2\x74\x39\ \x3c\xd1\x70\xa0\x31\x9f\x80\xe7\x00\x5a\x88\x2f\x07\xe1\xda\xa2\ \x3e\xa4\x43\xe1\x62\x24\x00\xc8\xd1\x48\x94\x4a\x91\x46\xbd\x14\ \x03\x87\x14\x6f\x0c\x66\xb3\x08\x19\x0c\xfb\x83\xd1\x60\x22\x48\ \x35\x06\x55\x90\xb5\x60\x38\x14\x2d\xc6\x82\x81\x28\x1c\x75\x24\ \x02\xe7\x17\x8e\x2c\x66\xf1\xe5\x12\x6c\x51\x91\x60\xe6\x8d\x68\ \xa4\x04\xa7\x4d\x24\x02\x5e\x70\x8d\x66\x8b\xd6\x4e\x98\xd5\x28\ \x5a\x47\x23\x47\x4b\xb4\x57\x15\x5a\xfd\xa6\x66\xf3\x6d\x53\x80\ \x48\x50\x3e\x9c\xa6\x30\xaf\x4d\xb1\xad\xd0\x98\xa8\x08\x86\xa0\ \x8d\xf6\x78\x48\x0a\x8e\x12\x5e\x1c\x0e\x57\x87\xe0\x0c\x4b\xd5\ \x50\x94\x0a\x00\x6e\x01\xa0\xda\xcc\x66\xbd\xce\x62\x36\x13\x2e\ \x97\xd9\xe2\xf6\x39\xf4\x98\xc7\xe2\x73\x79\xed\x16\x07\x30\xb8\ \xd7\x8d\x7b\x9c\x24\xe1\x73\x9b\x4d\x6e\xbc\xd4\xa9\x07\xf1\xc4\ \xac\x37\xf4\x7b\x6d\xa8\x3b\x98\x1f\x8c\x56\xa8\x14\xa4\x42\x21\ \x8c\x8c\x87\xe3\xd3\x68\x64\x12\x8c\x14\x29\x2c\x48\x38\x2d\x66\ \x97\xcf\xe1\xc1\x08\x0f\x80\x2e\x09\xf7\x8d\x7a\x89\xa0\x80\xb8\ \xfc\x24\x88\x61\x80\xc2\xc0\xc3\x91\x36\x6b\x34\x1a\x08\x06\x68\ \xa7\x35\x40\xfa\x31\x8f\x29\xec\xa3\x49\x26\x1c\x2c\x35\xe6\xd1\ \x00\x15\xa0\x27\xb5\xf1\xb0\x44\x32\x7e\x3f\x13\x03\x17\xd3\x00\ \x15\xa3\x70\xba\x4a\x32\xf1\x6a\x3c\x9e\x98\x95\xbb\xc3\x59\x67\ \xdc\xab\xf5\xfb\x9d\xe1\x70\x3c\x9d\x34\xaa\xf0\x46\x96\x3a\xcd\ \x5c\xaa\x9b\x6f\x2f\x07\xc3\x62\x77\xd4\x5e\x1e\x17\x2a\x9d\xde\ \xb0\x3f\xae\x8d\xcb\xe3\x5e\xa4\x32\xe8\x8c\x46\x43\x54\xc4\x80\ \x47\xc2\x51\xd0\xeb\x40\x10\x6c\x73\xa2\x58\x8a\xc2\x6e\x89\x6a\ \xe1\x2c\xdb\xce\x57\x32\xd7\x2f\xca\x99\xab\xe3\x64\xf9\x2a\x77\ \x92\xad\x9d\xe7\xaf\x2f\x4f\x0a\xb9\x5e\x2d\x8d\xca\x14\x2e\xd2\ \x97\xcf\x52\x4f\xbf\x49\xe5\x6e\x2e\x6f\xae\xd3\xcf\xae\x5e\xff\ \xf2\x9f\x7f\xf1\xd5\xaf\x6f\x6e\x5f\x7d\xf9\xcf\x7f\x39\xc9\xbd\ \x78\xfd\xc5\x4d\xe6\xe4\xfc\xd9\xaf\xbf\x7a\xf1\xd9\xf5\xf9\xcd\ \xc5\xb3\x2f\x5e\x3f\x7d\xf5\xf2\xc5\x65\xfa\xfa\x59\xa6\x70\xfc\ \xf2\xe9\xd3\x6f\x5e\xbd\xfc\xe6\x9b\xaf\x9f\x5e\x9e\x9e\xbf\x3c\ \xbf\x7e\x76\xfd\xd9\xb3\xe4\xf1\xd9\x49\x21\x75\x72\x99\xca\x5c\ \x9d\x9d\xe4\x33\xdd\x66\xee\xe4\xf6\xf2\x59\x61\x59\x38\x2e\x5c\ \x9c\xbf\xba\x2e\x9c\x1c\x5f\x5e\x15\xae\xce\xd2\xe7\x97\x37\x97\ \x67\xc7\x99\xcb\xe7\x57\x17\xdd\xab\xaf\x9f\xdf\x9c\x1d\x5f\x9d\ \x7e\xf3\xfb\xa7\x9f\xbd\x38\x7b\xf6\xdb\x97\xff\xfc\x97\xcf\xbe\ \xfe\xfd\xef\x9f\x7f\x79\xfb\xf5\x37\x5f\x7e\xfd\xe2\x8b\xdb\x93\ \x57\x9f\xfd\xe2\xb7\x9f\x7d\xf5\xc5\x8b\x2f\xbe\x7e\x79\xfd\x12\ \x24\xe9\xb3\x6f\x2e\x4f\x9f\xff\xf2\xf5\xd3\xeb\xcb\xcb\xcb\x2f\ \x7f\xf1\xe5\xd7\x7f\x79\xfa\xe2\xd5\x8b\x2f\x5e\xc1\x51\xbc\xbe\ \x79\xfa\xf4\xf9\x2f\xae\x5f\xff\xe1\x3f\xfe\xe9\xef\xff\xfa\x9b\ \x4f\xbf\xfb\x9d\x8f\x7f\xf0\xe9\x7b\x1f\xff\xfc\x83\x1f\x7c\xe7\ \xdb\xdf\x7e\xf8\xed\x87\x20\x4e\x1b\xf7\x64\xf7\xa4\x4a\x25\x58\ \x98\x5d\x00\x28\xe9\xbd\x8d\x7b\x60\xa7\x40\xbc\x64\x32\xbe\x40\ \xc4\x12\x3d\xd8\xe3\xc8\x80\xd0\xd6\x65\x52\xb4\x80\x19\x40\x4d\ \x2c\xe0\x8a\x95\x2c\xc9\x0a\x9f\x23\xdb\x00\x77\x25\x14\x00\xb8\ \x89\x45\x3c\x09\xd8\x26\x36\x2a\x78\xe2\x73\xc4\x28\xcc\x8a\x85\ \x06\xbb\x40\x02\x44\x20\x52\xa8\x46\x01\x14\x08\x8c\x0e\xe8\x99\ \x50\x08\x1a\x24\xe0\x1e\x82\xc1\xda\xdf\x11\x28\x37\xf8\x42\xf0\ \x66\x42\x40\x48\x3e\x97\x2f\x64\x81\x74\x01\x0b\x4a\xe1\x0f\x0f\ \x54\x86\xcb\xe5\xc2\x5e\x94\xbb\xca\xdd\x3d\xd1\x9b\x46\xac\x3b\ \x7c\x96\x44\xc2\xe3\x70\x44\x3b\x48\x72\x24\x2b\xec\x95\xfd\x9f\ \xfc\xdd\xfb\x87\x07\x87\x8f\x1f\x1f\xbd\x7f\xb4\xf3\xe4\xc7\xef\ \x73\x1f\x3d\x92\x0a\x44\x22\x90\x27\x40\xd9\x75\xe5\xde\xc3\xbd\ \x0d\xb1\x40\x04\x48\x0a\xa7\x21\x44\xf1\x80\xa8\x6f\x34\x07\xb5\ \xc7\xe0\xa1\x64\x2c\x3e\xaa\x9c\x10\x72\xd0\xea\x6c\x36\xea\x69\ \xf1\xa6\x51\xeb\xe1\xca\x16\xca\x43\x05\xf2\xdc\x07\x49\x94\xec\ \x1f\x3d\x46\x35\x59\x12\x30\x72\x07\x87\x12\xf6\x5b\x94\xdb\xe2\ \xa2\x48\x3f\x6e\x05\x90\xb3\xba\x5c\x00\x59\x1e\x27\xe6\x25\x03\ \x14\x4d\xf8\x5c\x01\xaf\x0f\x3c\x00\x05\xaa\x15\xa6\x9d\x1e\x17\ \x16\xf5\xb9\x9c\x4e\x9c\x20\x41\x09\xfc\x01\xb0\x23\x4c\x90\x8c\ \xf9\x28\x2a\x14\xc1\x43\x01\x0f\x11\x0b\x45\x18\x1a\xb3\x9a\xb1\ \x20\x09\xb2\xe7\xf1\xbb\x82\x01\x0a\x38\xc1\x8d\xe3\x0c\xee\x20\ \x02\x04\x11\xa3\xfd\x00\x98\x18\x5d\x4c\x04\x7c\x51\x9c\x88\x84\ \xab\x34\x1d\x07\x33\xe1\x8b\xc7\x22\x01\x1a\x23\x71\x74\xf5\x92\ \xe1\x40\x78\xe8\x21\x3c\x91\xde\x74\x50\x1a\x36\x46\xad\xf9\x82\ \xb4\x18\x7c\x74\x90\x8c\xd6\xe3\xc1\x50\xbd\x38\x8a\xc6\x13\xc5\ \x01\xdc\xe2\x1b\xa5\x48\x1c\x5c\x4d\x24\x48\x03\x4c\x74\x80\x10\ \x8b\xf5\x50\x75\x31\x9b\x0f\xeb\x9d\x79\x75\x10\x09\x25\x62\xb1\ \x19\x98\xa6\xe0\xb8\x1a\x20\xe0\x16\x1f\x24\xc8\x10\x15\x88\x7a\ \x70\x60\x1f\x3b\x49\x80\x88\x61\x98\x87\x8c\xf9\xa9\x28\x72\x74\ \x4e\xdc\x03\xdc\x43\x11\x26\xb7\xc5\x6d\xd6\x1a\xb4\x5a\x97\x4e\ \xb5\xba\xb6\xa6\x5a\xdd\x54\x6b\x57\xe5\xaa\x35\xf9\xea\xdb\xab\ \x6f\x6f\x3a\x82\x74\xdc\x1f\x20\x70\x0a\xc3\x71\xf9\xa6\xdc\xe0\ \x8d\xb9\x57\xe5\x66\x30\x43\x76\xbd\xd1\xa8\x42\x2d\x84\xf0\x98\ \xd7\x4b\x91\x54\xd8\x62\x34\xd9\xdc\x6e\x8b\xc3\x6e\x76\xea\x8d\ \x2e\x24\x58\x36\x6f\x22\xea\xf7\xa2\xb5\x86\x66\x92\xf2\xa0\x30\ \x2e\xb7\x1b\xa9\x55\xc0\xea\xa1\xfd\x3e\xbb\x13\xf5\x31\x34\x3b\ \x3c\x5e\x07\x1d\x0e\xfb\x50\x81\x84\xc7\xe9\x66\x9c\x2e\x8f\x3f\ \x12\x8b\x86\x29\xb0\x8f\x44\xb8\x17\x25\x4a\x45\x86\x20\x5c\x4e\ \xaf\xc5\x8a\x46\xdc\x5d\x0e\x33\xe6\xc0\xa9\x40\x20\x82\x4a\x36\ \xdd\x6e\x27\x81\xfb\x9c\x4e\x9f\x0b\x55\x7c\xe1\x68\x34\xd2\x85\ \x63\x66\x97\xd9\xea\x23\x70\xb3\xcd\x4d\x93\x98\xcd\xe5\x67\xa2\ \x40\x7e\x40\x75\x54\x3c\x00\xbc\x4d\xd0\x1e\x6f\x38\x00\xcf\x27\ \x69\x3c\x4c\x10\x34\xfc\x8e\x18\xcc\x8d\x07\xa9\x18\x83\xbb\xc9\ \x68\x78\x0e\xc6\x0a\x5c\x36\x1d\x89\xc7\x69\x94\xd8\x1c\x9d\xf5\ \x12\x31\x3f\xdd\x68\x0c\x97\x78\x53\x72\x1e\x00\x00\x20\x00\x49\ \x44\x41\x54\xed\x52\x3d\xd6\xe8\x4d\x41\xbc\xda\xa9\x4a\x26\xdf\ \x89\x2c\x6a\x83\x59\xa5\xce\x50\x4e\x2b\x45\x54\x03\xb4\xdf\xec\ \xa6\xa2\x03\x8c\x00\xb0\xa4\xe0\xd7\x37\x4c\x37\x6b\x93\x72\xae\ \x9b\xcf\x8f\x06\xcb\xea\xb4\x04\xdc\x36\x1a\xe7\xca\x8b\x29\x18\ \xb5\xc9\xa4\xb6\x08\xa5\x50\x18\xd5\xb3\xee\xf1\x49\x2e\x5f\x6b\ \x57\xce\xce\xce\x9f\xfe\xfa\xab\xd3\x93\xe4\xcd\xc9\xab\xeb\x17\ \xd7\xcf\x8f\x0b\xed\xc2\xc5\x65\xe6\xec\xea\xd5\x8b\x2c\x4a\x52\ \x48\xbd\xf8\xea\x69\xfa\xf9\xb3\xe7\x67\x67\x4f\xf3\xb7\xcb\x76\ \xb3\x77\x75\x73\xfd\xcd\xcb\x2f\x5f\x7f\x73\xf3\xbc\x3c\xed\x8d\ \x5a\xe5\xca\xf1\x71\x36\xd9\x05\x80\x6b\xf6\xc0\x2c\xb6\x0a\xe5\ \x76\x25\xff\xf2\xc5\xf5\x25\x10\xe0\xf4\x3c\x9f\x6c\x65\x9a\x20\ \xc6\xdd\x7e\xa5\x39\x6d\x1d\x37\x5b\xed\xd1\x45\xb2\x5c\xbb\xa9\ \x94\x5b\xe7\xcf\x0b\xc9\xcc\x59\xe1\xe6\xf5\xab\x67\xe7\xd3\xec\ \x67\x5f\x7c\xf6\xfa\xe9\xe9\xf5\x8b\xf3\x57\x5f\x5d\x7d\xf5\xfc\ \x45\xe1\x24\x7d\x76\xf9\xf4\xd5\x17\xcf\x9f\xbd\x78\xfe\xc5\x55\ \x3a\x97\x3b\x3d\xcf\x5e\x7e\x96\x3a\x49\xa6\x9e\xdd\x9e\x3c\xbf\ \x3a\x7d\xf5\xea\xb3\xaf\x5f\xa6\x33\xaf\x5e\xdc\xe4\x53\xe5\xab\ \x9b\xdc\xe5\xf5\x0b\x50\xb5\xe7\x7f\xf8\x8f\x9f\xfd\xf9\xe3\x9f\ \xfd\xf5\x4f\xbf\xfb\xfc\xe3\xcf\x7f\xf0\xd3\xef\x7e\xf0\xf9\xc7\ \x8f\x76\x1f\x3d\x7a\xf8\xe0\xdb\x7b\x7b\xca\x8d\xfb\xeb\xeb\xb2\ \xfb\x22\xb1\x72\x77\x03\x28\x51\x04\x00\x26\x13\xee\x6e\xb0\x56\ \x84\x8f\x44\xeb\xef\xec\x0a\x50\xe2\xb0\x4c\x06\xd0\x26\x14\xcb\ \x00\xb5\xf8\x5c\x31\x9a\x08\x44\x71\x0e\x62\x30\x57\x3c\x9e\x18\ \xe4\x01\x45\xbc\x0b\x00\x16\x59\x2c\xae\x50\x28\x5a\x07\x0f\x03\ \x86\x08\x05\xb8\x8b\x95\x22\x11\x6a\xff\xc0\x11\x82\xb5\x42\x05\ \x55\x62\x21\xf8\x31\xb6\xe0\x10\x10\xeb\x70\x47\x2a\x53\x0a\xd8\ \x3c\x3e\xea\x23\x8f\x16\x3e\x8b\x84\x1c\xa9\x4c\x2a\xdd\x95\xa2\ \x18\x53\x8e\x48\x04\xd2\x27\x44\x4b\x85\x58\x62\x3e\x9b\xc3\x91\ \xec\xec\x4b\x50\xb7\x42\x40\x3a\xbe\x04\xf5\xb9\x39\x3a\x90\xb0\ \x0f\x7f\xf8\xc3\xc7\x07\x47\x40\x6d\x07\x20\x27\x1f\xfd\xe8\x7d\ \xee\x3b\xdf\xde\x03\x55\x5d\x59\x61\x09\x58\xca\x5d\xd9\xc6\x83\ \x75\x2e\x07\xe8\x95\xc3\x55\xae\xf3\xf8\x3b\x42\x0e\xf8\x3c\x1e\ \xef\x10\x65\xff\xbd\x89\xdb\x62\x49\x78\x3c\x21\x1b\x8d\x9c\xa1\ \x3e\x8b\x5b\xa8\x51\xd9\xca\x16\x6c\x17\x75\xa2\x40\x11\x38\x92\ \xc3\xfd\x95\xfd\xc7\x47\x02\xc9\x3e\x1b\x84\x6c\x07\xf4\x6b\xe7\ \x2d\x9b\xd9\x62\xd2\x9b\x1d\x16\xbb\xc9\x68\xd1\x3a\x6d\x2e\xcc\ \x6e\x07\x6c\xf1\x9a\xbd\x98\xde\xe5\xb0\x3b\xe0\x1a\x34\x3b\x9d\ \x2e\xaf\xdb\x6e\xb7\xd9\x5d\x56\xa7\xcd\x00\x7c\x64\x76\xb8\x00\ \xdb\xe0\x1e\x4e\x05\x30\x0a\x77\xe1\x11\xd2\x0a\x8a\xc6\x04\x28\ \x1c\x1c\x05\xe6\x77\x39\xe1\xaa\x71\x59\x51\x59\x92\x9b\xc0\xdc\ \x16\xbb\x39\x00\xdf\x3b\x41\x1d\x08\x2f\x66\x45\xfd\x8d\xad\x04\ \x11\x86\x7f\x08\x84\x9f\x26\x87\x05\x23\x09\x8f\x0b\x3c\x06\x01\ \xb0\xe5\xf3\xe2\x61\x8c\x30\x5b\x5d\xd1\x30\x3d\x8f\x84\xe6\x31\ \x30\x44\x41\x9d\xcd\x8d\xe1\x41\xb8\x6d\xc3\x2e\x30\x9f\x63\x18\ \x99\xd7\xc3\xd1\x28\xe9\x25\x23\x4c\xd1\x17\x62\xd0\xc4\x19\x1d\ \x8a\x80\xd1\xc0\x98\xb0\x1f\xbc\x4b\x08\x54\x2f\x40\x7a\x40\x2f\ \xad\x7e\xc6\x4d\x3b\x3c\x68\xf4\xdd\xa0\x77\x18\x75\x6e\x93\x5d\ \x67\xd4\x99\xf4\x26\x47\xc0\x6c\x37\x9a\x75\x5e\xcc\xee\x70\xa1\ \xc0\x50\xbd\xdd\x01\x67\x87\x79\xed\x6e\xa7\xd9\x06\x57\xba\xd6\ \x6d\xd0\x1b\xe5\x1a\xa3\x7a\x5b\xa5\x5d\x45\x51\x10\x06\x85\x4a\ \xa1\x30\xc1\xe1\xd0\x8c\xd7\xef\xb7\x7a\x5d\x2a\xb9\x5c\xe3\x61\ \x9c\x26\xb3\xc5\xa8\xb7\x98\x4c\x20\x49\x6e\xb7\xf5\x8e\x23\xe4\ \x0f\xf8\x71\x78\x13\x0c\xf0\x6e\x3a\x74\x5a\x23\xec\x50\x67\xd2\ \xda\x4d\x2e\xa7\xbf\x37\xf3\x7b\xbc\x1e\x3b\xee\x21\x8a\xa1\xb0\ \xc3\xe1\x75\x79\x2c\x66\xb8\x96\x1d\xde\xa0\x13\x73\x7a\x75\x5e\ \x86\x70\xc1\xc1\x23\xad\xf1\x93\x7e\x32\xec\x61\xc2\x61\x27\x86\ \x61\x14\x11\x0c\x06\x07\xe1\x84\x2f\x4c\x92\x74\x08\xa7\xbc\x00\ \xd7\x7e\x27\xe1\xf3\xe9\x1d\x7e\xb0\x56\x8e\x00\x6c\x28\x1c\x0a\ \xf9\x31\xbf\xcf\xcd\xf8\x31\xda\x8f\xe3\x74\xa9\x44\x12\x76\xcc\ \xec\x67\xe8\x28\x6c\x0e\xde\x36\xb7\x2b\x41\x85\xc1\xe9\xf8\x99\ \x52\xd4\x15\x0e\xba\x18\xc2\x4d\x90\x7e\x82\x49\xe0\x58\x34\xc1\ \xf8\x09\xbc\x44\xd3\x01\x5f\x38\x1e\xc0\x68\x3a\x8a\x3a\x08\x45\ \x89\x20\x88\x5a\xa2\x5d\x2f\x75\xa2\x9d\x48\x74\x58\x04\x32\xc5\ \x49\x9a\xa1\x22\x0c\xb8\x54\x2a\xbc\x6c\xf6\xc7\x40\x78\xa3\x41\ \x6a\x31\xce\xf7\xdb\xdd\x72\xb6\xd5\xab\xf5\x7a\x8d\x65\xd8\x1b\ \x08\x07\x08\xa7\x09\xc3\xe1\xde\x04\xe7\x04\xbf\x87\x70\x2c\xca\ \x50\xe3\x42\xab\x9c\x49\x9d\x9c\x67\xbb\xb3\xc1\x38\x32\x9b\xf6\ \xda\xbd\x4a\xfb\x14\x55\x27\xd4\xc0\x34\xc7\x96\x8d\xe6\xa8\x9f\ \x4d\x65\x9b\xa9\x7e\x3e\x99\x4c\x03\x63\x3d\x7d\xf9\xeb\xd3\x5c\ \xb7\x52\x4b\xa6\xda\xcf\x52\xb9\xc1\x6c\x98\x6d\xa6\xcf\x53\xb9\ \x4c\x2a\xd7\xee\xe7\x92\xb7\x4f\xbf\xfc\xe2\xf4\x2a\x7d\x72\xfd\ \xc5\xab\xdb\x93\x76\xf2\xfc\xe4\x8b\x7f\xf9\xed\x1f\xbe\xfe\xf2\ \xb3\x5f\xdf\xa6\xd2\x37\xa8\x35\x4f\x21\x95\x1f\x8f\xbb\x93\x6c\ \xbb\x55\x19\x8c\x96\x67\x37\xa9\x71\xf6\xea\xe5\xd7\x2f\xce\x9a\ \x85\xb3\x71\x76\x9c\xc9\x95\xe1\xef\x62\x6e\xd6\x98\xf6\xc6\xcd\ \xe6\x74\xba\xa8\x8e\xf2\xbd\xfe\xf1\xe9\xe5\x8b\xb3\x72\xb6\xbb\ \x4c\x1d\x5f\xdc\x9e\xa6\xc0\xa5\xdd\x5c\x5c\xbd\x4e\x9f\xa7\x33\ \x2f\x7f\xf9\xec\xab\xeb\xaf\x5f\x5f\x3d\xfd\xf2\xab\xdb\x6f\x5e\ \xde\x7c\x76\xfd\xea\xf4\xe9\xf9\xe5\xf1\xf5\x29\xa0\xdf\xc9\xf5\ \xc9\xed\xcb\xcb\x17\x97\x17\xbf\x78\xf1\xf2\xe6\xcb\x2f\x5f\x3d\ \x7b\x7a\x96\x4e\xe6\xfb\xd3\x64\xea\xfc\xfc\xaa\x75\xf3\xd5\xff\ \xf7\x2f\x3f\xfb\xa7\xbf\xff\xf9\xcf\xfe\xf1\x8f\x9f\x7c\xfe\xf1\ \x4f\x3f\xfd\xf4\xa7\x9f\xbc\xf7\xe8\x11\xd0\xa0\x72\xef\xd1\xc3\ \xdd\x0d\xd9\xee\x83\x0d\xa5\x68\x43\xa0\x14\x6e\xac\x4b\xef\xef\ \xde\xdf\x7b\xd3\xbb\x41\x0a\x1c\x28\xdb\x53\x72\xd0\xd2\x16\x04\ \x88\x2c\xa1\x18\xcd\xd7\x71\xb9\x3c\x21\x6a\x99\x23\x00\x5f\xc4\ \x43\x25\x0b\x6c\x2e\x1f\x1e\x78\x33\x15\x07\x6e\x8a\xb5\x87\xd2\ \x88\xf9\x62\x2e\x8f\xc7\x03\x39\x61\xb3\xd0\x94\xa1\x40\xf0\x26\ \x42\x8f\xcf\x13\xf1\xc5\xfc\x37\x7d\x49\xd9\x07\x07\x8f\x8f\x0e\ \xd9\xe2\x15\x54\x42\xbf\xc5\x65\xb1\xf9\x52\xd6\x0a\xf2\x41\xe0\ \xb1\x94\x22\x80\x38\xa1\x50\xb8\x01\x26\x49\x2c\x16\xdd\x97\x89\ \xb8\x48\xad\x80\x31\x77\x50\x70\x03\x6f\x45\x02\x76\xea\xa3\x0f\ \xbf\xf7\xf8\xfd\x27\x07\xdc\xc3\x1f\xfd\xf0\xc3\xa3\x03\x34\x87\ \xf7\xe1\xfb\x5b\x7f\xfb\x3f\x9e\x08\x1e\x3e\x7c\x28\xdb\x90\xb2\ \x51\xcb\xe7\xbd\x87\xf7\x00\x08\x65\x62\xa4\x82\x2c\x80\x42\xae\ \x50\xc6\xe5\xad\xb0\xc1\x56\x49\x04\x62\xee\x0a\x38\x2a\x54\x7d\ \x0f\x47\x8a\xa6\x30\xe1\xa8\xd9\x5b\x40\xb9\x7c\xd0\xbe\x27\x07\ \x07\x5b\x8f\x77\xd8\xb0\xc3\xfd\xc7\x07\x92\x03\x54\x45\xba\xb5\ \x75\xf0\xe4\xc9\x16\x20\xe8\xd6\x5b\x80\x3c\x8a\xff\x7a\x67\x7b\ \xdb\xa0\x01\xf2\x41\x71\xa2\x1a\xb9\x51\xab\x5e\x45\xc1\x7d\x5a\ \xf5\x1d\xbd\x76\x6d\x7b\x53\x63\x30\xa2\x68\x61\xf9\xaa\xfc\xee\ \xf6\xf6\x9a\x5d\xa3\x51\xa9\x0c\xab\x3a\x3d\x0a\x6a\xb7\x06\x3d\ \x2e\x23\x16\xc4\x41\xcf\x9c\x04\xe1\x34\x5a\xf4\x36\xbd\xc6\xad\ \xd7\x82\x39\xd1\x6a\x35\x5a\xb5\x42\x6e\x30\x69\x56\x15\xa8\xa3\ \xbc\x46\xab\xd2\x68\xf5\x46\x8d\x49\xab\xd0\xe8\x51\x55\x82\x56\ \x67\xb1\xeb\x75\xa8\x91\x96\xc6\x80\x62\x21\xe4\x1a\x83\x0d\x14\ \xc2\x6e\x77\x18\x8d\x0a\xb3\x4e\xb7\xaa\x36\xd9\x31\x8f\x4e\x67\ \x77\x99\xcd\x6e\xbd\x51\xb7\x6a\x88\x46\x42\x5e\xb7\xc7\x2e\x37\ \x39\x9d\x66\x9f\x17\x05\x67\x19\xb5\xc0\x6a\x66\x9d\x16\xfe\xf7\ \x58\xd5\x6a\x3d\xc8\x06\xda\xbc\x41\x67\x37\x59\x0c\x06\xb3\x56\ \x71\xc7\xe8\xb0\x39\x6c\x5a\x9d\xc9\xa2\x53\xdc\x59\x35\xd9\x2d\ \x72\x1d\x08\xb4\xda\x60\xf4\x85\xbc\x3a\xa3\x0d\x8c\x85\xd5\x61\ \xb3\x7a\x2c\x36\x0d\x38\x10\xc2\x6a\x71\xaa\xf5\x01\x9f\xdb\x6a\ \xb1\x9a\xed\x7a\x38\x5e\x35\xea\x9b\xa8\xd3\x28\x36\x57\xe1\x20\ \x37\xd7\xe4\xf6\x58\xbd\x14\xc5\x03\x01\xaf\xc5\x6c\x75\xe8\xe5\ \x66\x2f\x61\xd1\xfb\x74\x9b\x70\xae\x26\xb7\xc9\x64\x0f\xb8\x15\ \xf6\x60\x89\x22\x69\xb3\xcb\x6b\xd2\xb9\xdd\x0e\x93\xc2\x6c\x02\ \xc7\xe6\x72\x5a\x9d\x5e\xbc\xde\xaf\x33\xfe\x10\x86\x85\x31\x6f\ \xb8\x91\xf0\x13\x7e\x87\xc7\x41\xfa\x03\xa4\xd5\x1b\xc5\xfc\x7e\ \xdc\xe7\x0f\x05\x30\xd2\x87\x11\x24\x15\x62\x70\x17\x16\x4f\x0c\ \x3a\x41\xd0\x1f\xb8\x4d\x30\x2e\x3f\x40\x9c\x2f\xe0\x0c\x84\x08\ \x0b\xe5\xf6\xd4\xe3\x34\xee\x0d\xfa\xcd\x36\x0f\x0d\xda\x42\x78\ \x40\xe4\xfc\x4e\x8c\x41\xa5\xa3\x61\x72\x58\x04\x4b\x56\x8d\x95\ \xe2\x1e\xd2\x1f\x8b\x37\x42\x20\x32\xa5\x18\xe6\x74\x44\x1b\x21\ \x40\x34\x06\xe8\x9b\x20\x8a\x91\x12\xe9\x0e\x30\x94\xcb\x1f\x0b\ \xf8\x8b\xd1\xa8\x9b\x08\xc4\x22\x91\x44\xbd\xda\x89\x7a\x63\xf5\ \x78\x24\x44\xf8\x03\x58\xbc\xd7\x19\x8e\xca\x95\xde\x2c\x5e\x6a\ \x44\xaa\x55\x70\xad\xf3\x78\x35\x58\x5f\xce\x23\x81\x10\x53\xed\ \x8d\x96\xa3\xf6\x6c\xd6\x99\x77\x2b\x27\xe9\xfc\x28\x77\xd3\xaf\ \xdd\xf6\xc7\x83\x18\x3d\x88\x05\xa9\xe0\x10\xec\x3a\xe1\x74\x92\ \x4e\x8c\x0a\xd2\x70\x43\x89\x86\xb1\xfe\x60\x54\xeb\x57\x7a\xd3\ \xec\x75\x76\x5a\xac\x37\x7a\x95\xd4\x72\xd1\x6c\x15\xf2\x99\x7c\ \xb2\x17\xa9\xcf\x17\xa1\x59\x75\x59\xce\xf5\xa6\xfd\xea\x7c\x30\ \x18\x24\x8f\xb3\xbd\xfc\xf1\xc9\x59\x25\xdf\xbf\xcd\x9e\x7c\x95\ \x4e\x8d\x17\xd3\x79\xbb\xdc\x1d\xb5\xf2\xb9\x49\x2f\x95\x4c\xbf\ \x3e\xbe\x78\xd6\x5a\x1e\x97\x73\xd7\x2f\x6f\xcf\xc0\xba\x65\x2e\ \xff\xe5\x97\xbf\xf8\xec\x17\x5f\xdc\x14\x9a\xc7\x2f\x7f\x7b\x91\ \xb9\xee\x9e\xbc\x4a\x96\xbb\xbd\x69\xf7\x2c\xdd\xca\xe5\x0a\xc9\ \x6c\x7b\x9a\xbd\xbc\xca\xa5\xda\xcd\xe7\x27\xe7\xa9\x72\x2e\x3f\ \x49\x2d\x16\xbd\xf6\xb8\xd5\xec\x67\xb2\xb5\x69\x7b\xdc\x3e\x39\ \xb9\xbc\xbd\xfc\xe6\xd9\x59\xb9\x97\x4b\x1d\xe7\xd3\xe9\xd3\xcb\ \xe7\xbf\xff\xea\xec\xe4\xe9\xeb\x2f\x5e\x03\x78\x7e\xf5\xfa\xe9\ \xd3\xb3\x8b\xeb\xdb\x2f\x9f\xa6\x5f\x9e\x80\x44\x25\x33\xb9\xe3\ \xca\xc5\xe9\xf9\xeb\xcb\xb3\xcc\xe9\xed\xd5\x79\xe1\x34\x79\x72\ \x71\x72\xd6\x3e\x3e\xb9\xfa\xec\x45\xfa\x2c\xd3\xbb\x38\x4d\x1f\ \x9f\x5c\x3e\x3b\x7b\xfa\x87\xff\xf9\xd7\xff\xfc\xcd\x3f\xfe\xfd\ \x1f\x7f\xf5\xf9\xaf\x3e\xf8\xdd\xa7\xbf\x79\xef\x07\xdf\xfd\xf6\ \x3b\x0f\x65\x8f\xee\x6f\xac\xdf\xbb\xff\x40\x06\x04\x28\x5a\x07\ \x3b\x22\xe3\x4b\x65\xac\x07\xf7\xee\x6d\x28\xa5\x22\x99\x4c\x2c\ \x62\xf1\x00\xae\x36\xa4\x52\xa1\x6c\x57\xb9\x81\x4a\xc5\x65\x7c\ \x96\x10\x11\x15\x5a\xa1\x2c\x13\xc9\x04\x70\x95\x6f\x00\x4d\x49\ \x04\x1b\x02\x8e\x92\xcb\x86\x47\x57\x56\x44\x52\x19\x6a\x1a\x81\ \xe6\xf0\xb8\x68\xfc\x49\xc0\xe5\xc0\x2b\x57\xb6\x50\xd3\x7b\xc1\ \x0a\x5f\xc4\x11\xb3\xa4\x02\x81\x60\x07\xf5\x00\xe4\x4a\x57\xd8\ \x48\xa4\x90\x66\x48\xa5\x5c\x96\x90\xb5\xce\xe2\xa0\x61\x78\x31\ \x0b\x94\x6e\x43\x24\x52\xee\x6d\xec\xc9\x50\xa6\x3b\x0b\x85\x53\ \xf1\xe0\xf5\xdc\xc3\xfd\x83\x9d\x27\x3f\xfa\xd1\xdf\x7e\x08\x7a\ \x75\xb8\xc5\x66\x7f\xff\xef\x3e\x7c\x7c\xf4\xe4\xc9\xd1\x21\x30\ \xe1\x8f\xff\xc7\x87\xbc\x47\x7b\xf0\x1a\x11\xaa\xad\x12\xef\xdd\ \xdf\x55\x0a\x79\x1b\xeb\x1c\xb0\x6c\x3c\x8e\x8c\xb5\xc5\x42\xad\ \x31\x40\x94\x58\x6c\x94\x2b\xbf\x82\xe4\x89\x87\x72\x22\x58\x42\ \x2e\x38\x2d\x3e\x17\x74\x49\xc2\xde\x5f\x41\x81\xee\xfb\x8f\x81\ \x0e\x25\x28\x04\x07\x35\xa8\x3f\x44\x85\xf9\x40\x9e\x87\xc0\x86\ \x6f\x6d\xde\x59\x5d\xfb\x9b\xcd\xed\x55\x85\x5e\xaf\x58\x45\xeb\ \x63\x56\x51\x27\xd5\x6f\xad\x6e\xaf\xaa\xe5\xdb\x68\x89\xce\x9d\ \xbb\x9b\xdb\x0a\x94\xa3\x7c\x77\xf3\xbf\xac\xad\x6e\x6b\x14\x72\ \x94\xe3\xb9\xad\x55\xaf\xc9\xd7\xb6\x15\x60\x00\xf4\x8e\x00\x5c\ \xe9\x36\x9d\xd5\xe9\xd6\xbb\x74\x70\x59\x2b\x56\xdf\x56\x6d\xde\ \x85\x97\xac\xbe\x59\x7f\x08\x3a\xa8\x58\x55\xac\xdd\xb9\xab\xd6\ \xc3\x76\x14\x5a\x85\x7c\x75\x7b\x6d\x4d\xb1\x7d\x17\xb5\xac\x58\ \x53\x29\xd6\x40\x07\x37\x15\x77\x57\x51\x5e\x83\x11\xb5\x98\x50\ \xab\xb5\x2a\xb9\x45\xb3\xa6\xd7\xda\x1c\x56\x14\x2e\x65\x36\xeb\ \x6d\x3a\xf5\xb6\x16\x2b\xcd\x50\xa3\x1b\x95\xdc\xac\xd2\x98\xcc\ \xab\x2a\x8b\x76\x6d\xf5\xee\xaa\xc2\x66\xd2\x6c\xdf\x5d\x55\xaf\ \x81\x17\x52\x19\xf4\x26\x8b\x46\xae\xd0\xab\x8d\x0e\xb5\xc9\xac\ \x33\xc8\x35\x3a\x9d\xd5\xac\x30\xea\xcc\x9a\x4d\x85\x42\x6b\x37\ \xea\xdd\x76\xa3\xd1\x60\xd0\x38\x30\x87\x8d\xc2\x29\x8f\xcb\x83\ \xf9\x68\x9b\xd9\x0d\x36\xc8\xeb\xb3\x79\x48\x30\x5a\xb8\xd3\xa9\ \x83\xbd\x9a\x40\x68\xd5\x6b\x6f\xc3\x9b\xa0\x57\xad\x6a\x14\x2a\ \x74\xe0\x7a\x22\x42\x83\xb3\x03\x84\xb4\xfa\x9c\x1a\x33\x15\xf3\ \x99\xec\x0e\xbb\x41\xa3\x36\xea\x9c\x2e\x9b\xd1\x6b\xd5\x19\x7d\ \x04\xc8\x90\xdb\x8a\x69\x35\xe0\x48\x35\x5a\x87\x5e\x6f\xd2\x61\ \x3e\x1b\x30\xf6\x20\xb9\x08\xf8\x69\x92\xb4\xe2\xe1\x78\x3c\x48\ \x32\x01\x17\xe6\xa4\x7d\x78\xc0\x66\xc1\x18\x1f\x98\x56\x5f\xd4\ \x65\x46\x2e\x95\x01\x23\x19\xf0\xa0\x64\x96\x62\x38\xc6\x78\x48\ \x0f\xd0\x75\x22\x40\x12\x74\xc0\x4a\x85\x48\x9c\xc1\x68\x26\x44\ \x93\x6e\x12\x73\xbb\x7d\x11\xc2\x69\x71\x7a\x42\x8c\xcb\xec\x09\ \xc5\xc0\xf4\x46\xc2\x71\xe0\xec\xa1\xdf\x43\x57\xeb\x41\x9a\x0e\ \x26\x68\x5f\xb0\x51\xec\x94\xc2\x34\xe1\x0f\x45\x67\x11\xa2\x33\ \x0f\x12\x7e\x9f\xbf\x1a\x65\x02\x60\x4b\x29\x02\x51\x72\x24\x4e\ \x3b\x09\x2a\x32\x9f\x0f\xe2\xd5\x52\x3c\x41\x87\x8a\xb1\xe8\x24\ \x52\x0a\x57\x46\xf1\xc6\x12\xa8\x9c\xc1\xeb\xf5\x20\x3e\xeb\x34\ \xc0\x52\x05\xcb\x83\x46\x7f\xd4\x9e\xf4\x06\x83\x51\xa3\x3a\xad\ \x64\x6b\x93\x5a\xbf\x70\x36\xad\xf4\xda\xed\xd1\xac\x34\x88\x82\ \x3a\x32\x18\x9a\x12\x76\xfb\x4c\x7a\xf0\xd0\x51\x54\x05\xc6\x04\ \xc0\xd9\x25\xfa\x27\xbd\x52\x75\x92\x4b\x65\x16\xcd\x76\xa3\xd2\ \xeb\xf6\xe6\x4d\xb0\x67\xe9\x76\xbb\x3f\x1d\x2f\xe6\xb3\x51\x67\ \x9e\x6f\xe6\xa7\xcb\xf9\xbc\x3d\x0e\xcd\x2b\xe3\x51\xad\x97\x4b\ \x4f\xda\xd3\x5c\xad\x9c\xcd\xa5\x52\xa5\x51\x33\x3f\x5a\x9c\x00\ \xaf\xd5\xfa\xd9\xfe\x49\x2a\x75\x9a\xad\xf5\xbb\xcd\x42\xf2\xf8\ \xb4\xd9\xae\xb4\x46\x97\xbf\xcd\x9e\x5d\xdf\x64\x5a\x85\x93\xcc\ \xed\x17\x67\xe7\xc7\xb9\x5a\x2a\x77\xfe\x34\x9d\x7b\x7a\x9e\xbc\ \xca\x4f\x67\xe5\xd6\x28\xb7\x00\xe2\xcb\x57\x46\x85\xf3\xb3\xf3\ \x45\xa3\xd9\x1a\xcc\xe6\xb1\x49\x7b\xd0\x6b\x37\x53\xb9\x5e\x1f\ \xa5\xc5\xa4\x53\xd3\x66\x25\xd7\x1c\xb5\x5b\xd3\x6e\xb3\xd6\xcc\ \x5f\x3f\x7f\x7a\x7b\x7a\xfe\xf2\xc5\xd3\x67\x4f\x8f\x0b\xc9\xb3\ \xab\x69\x39\x75\x91\x69\x9d\x9c\xa2\x98\x86\x72\xb2\x9c\xcf\x5f\ \x14\x2a\xb9\xd3\xe3\x17\x57\xe9\xcb\x53\xd0\xa8\xfc\x04\xde\x87\ \xc5\xbc\x7b\xd6\xef\xc1\x29\x65\xd3\xc9\x93\xdc\xcd\x57\x5f\xfd\ \xe1\x3f\xfe\xd7\x3f\xfe\xfd\xc7\x7f\xfe\xfc\x57\x7f\xfe\xf9\xef\ \x3e\xfd\xf4\xcf\x9f\xbe\xf3\xde\x77\x1f\x3d\xba\x7f\xff\x21\x40\ \xde\x3a\xd8\x11\xa5\x54\xb9\xbb\xb7\x27\x14\x2a\x01\xd0\xa4\xbb\ \xf7\x1e\xac\x83\xa1\x5a\xdf\x58\x47\x63\xd5\xa2\x0d\xd9\xc6\xae\ \x52\x2a\x5e\x5f\x47\x3e\x09\xb5\x88\x47\xc1\x57\x1c\x11\x5a\xa3\ \x2c\x42\x0d\x04\x05\x28\x8f\x81\xc3\xe1\x0a\x05\x42\xde\x0a\x5f\ \xbc\xc2\x17\x48\xc5\x42\x91\x52\x28\x13\xb2\xb7\x38\x22\x21\x4b\ \xc9\xe7\xf3\x59\x62\x19\x97\x25\x02\x1a\x13\xf3\x59\x3c\xb4\xc0\ \x87\x2f\x58\x41\x6d\xe1\xf7\x25\x22\xe1\x8a\x10\x75\x3b\xe4\x73\ \xf6\x80\xdb\x50\xfd\x02\x4f\x26\x15\xbd\xe9\xd7\x23\x96\x8a\xd0\ \x02\x21\xa1\x0c\x58\x8c\xbd\x05\xcf\x3f\x90\xf0\xd9\xc0\x99\x5b\ \x47\x1f\x1e\x6c\x01\x9b\xb1\xf9\x3b\xfb\x6c\x0e\x77\xe7\x6f\x7f\ \xf2\x11\x0a\x6b\x38\x7a\x72\xf4\x64\xff\x7b\x3f\x7a\xcc\xdf\x7d\ \x77\x63\x5d\xcc\xe1\xa3\x54\x2d\xd1\xde\x83\x0d\x99\x00\xf4\x56\ \x29\x65\x01\xf9\xf1\x25\xa8\xd6\x1d\xc4\x92\x0f\xaa\xbb\x82\x32\ \x08\x85\x20\x5a\x20\xa7\x7c\xd4\x8a\x1e\xfe\x63\xb3\x77\x50\x8e\ \x9f\xe4\x09\x20\xe1\xd1\xd1\xd6\xa1\x04\x20\x14\x76\xb2\x7f\xb0\ \xbf\x23\xd9\x3f\x3c\xd8\xdf\xda\xdf\x3f\x94\xec\xbc\xb5\x7d\x67\ \x7b\xf3\xae\x06\x84\x03\xad\xa2\xd3\x6c\xaf\x1a\xd0\x2a\x64\xf9\ \xb6\x11\x3c\xd2\xe6\x9d\x4d\xb9\x62\x7b\x7b\x13\x0c\xc4\xb7\x36\ \x55\x6a\xed\x9d\x55\xf9\xea\xb7\xe4\x28\x69\x4f\xbb\x2a\x07\x61\ \x32\x6a\x35\x72\x97\xdf\xe2\xb5\x5a\x7d\x9e\x88\xcb\xe2\xf2\xb8\ \x4c\x4e\x8b\x59\x03\xb6\x6a\xd5\xa4\x02\xe5\xd9\x34\x80\x18\x6d\ \xa3\xe6\xab\x8a\x6d\x0d\xec\x07\x3c\xdc\xf6\x9d\xcd\xd5\x55\x95\ \x76\x6d\x13\xe5\xc8\xcb\xf5\xfa\xd5\x3b\x77\x40\x29\x37\xe5\x6b\ \x46\x8d\x5a\xab\xd6\x68\x34\x6b\x6a\x13\x6a\x26\x01\x56\xcc\xa8\ \xd5\x1b\xc0\x61\xb9\x09\xaf\xcb\xaa\x53\x03\xa7\xea\x34\xae\x61\ \x35\xe4\xd6\x59\x8c\x76\x83\x5e\x6f\x31\xc2\x5f\x26\x23\x0a\x43\ \xd5\xbb\xe1\x78\x56\x15\xab\xdb\x9b\x6a\xad\x49\xa7\xd1\x99\x0c\ \x3a\xa3\x4a\x6d\xb1\xa3\x0d\xc8\xb5\x7a\xb9\x0b\x47\x3c\xab\xb5\ \x58\xf4\x46\x8b\x51\xe3\x30\x19\xb4\x5a\x15\x18\x42\xab\x37\x11\ \x25\xdc\x80\xbd\x78\x10\x9c\x95\xc9\x60\x77\x3a\x6d\x7e\xda\xe9\ \xf6\xe0\x6e\x33\xee\x56\xdb\x1d\x5a\x83\x66\x15\x7c\xa6\x56\xf1\ \x66\x41\xb4\xe2\x4d\x2e\xb4\x0f\x80\x29\xc4\x50\x7e\x8f\xd3\xe3\ \x54\x3b\xe2\x21\xcc\x01\x88\x69\x80\x63\x72\x90\x76\x8b\xc3\x6e\ \x34\x59\xdd\x66\x8b\x45\x27\x37\x81\xdf\x33\x3b\xdd\x3a\x8f\xc7\ \x68\xb7\xe9\xed\xa8\xfe\xc9\x1f\x4a\xb5\x43\xce\x20\xe9\xf4\xba\ \xa9\x68\x3d\xe2\x0f\xb8\x9d\x24\xe6\x73\x7b\x19\xaf\xc7\x1f\xc5\ \x3d\x4e\x7f\xa0\x4a\x98\xbd\xc1\x52\x9c\x0c\x87\x63\x84\xd3\xc7\ \x74\xea\xf1\x44\xb5\xe4\x25\x09\xcc\xe9\x09\x86\x99\x68\x95\x76\ \x05\x83\x5e\x7f\x88\x21\x4a\x51\x2f\x5a\x3d\x4d\xe0\xc1\x18\xe6\ \xb3\x63\x7e\x9a\x8a\x12\xbe\x40\xd1\x1b\xaf\xc7\x62\xf5\x28\x11\ \xa9\xfb\xf0\x78\x3d\x1c\x2e\x85\xa3\x0d\x97\x2b\x3e\xaa\x2f\x97\ \x94\x3f\x1c\xc1\x98\x41\x68\xd6\x1b\x06\xe3\x73\x92\x98\x33\x78\ \xa3\x1e\xc4\xfc\xb0\xbf\x44\xa3\xca\x04\x31\x0c\x0f\xc7\xea\xf3\ \x48\x30\x12\x8f\x06\xe9\x2a\x15\x9e\xce\x06\x81\xda\x38\x30\x58\ \x0e\x22\xf5\x61\x7d\x14\xf7\xd2\xe5\xe6\xa8\x36\x2e\x4e\x93\xa5\ \xc0\xa4\xdb\x2f\xd7\x16\x93\xda\x30\x32\xee\x2e\x5b\xed\xca\xa0\ \x32\x9c\x34\x97\xf5\x65\x98\x0e\x95\x02\x9e\xc6\xd0\x47\x52\x2e\ \xc0\x7c\xab\x49\xef\xb2\xbb\x99\x30\x43\xe2\x74\x20\x54\xec\xc4\ \x9f\xfd\x72\x54\x6a\xb7\xce\x73\x93\x4a\x25\xb3\x8c\x2e\xdb\xe3\ \x71\xbb\x3f\xee\x35\xe3\xed\x5c\xae\xd9\x6a\x8c\x46\x83\x22\x28\ \xcf\x72\x31\x9b\x4c\x97\x8d\x7e\xbb\x96\xed\xb6\x4e\x32\x83\x79\ \xa5\xd3\xef\x8e\xdb\x99\x54\x63\x70\xd1\x9f\x8e\xf2\xa7\xfd\x5c\ \x6a\xd4\xbd\x2d\x54\xda\xc9\xda\x59\xe5\xfa\x3a\x99\xcb\x56\x72\ \x97\x97\xf9\xc2\xe9\xe5\xf9\xed\x69\x2b\x79\xda\xed\xa6\x4f\x8e\ \x5f\x5c\x54\x2a\x85\xda\xf1\x79\x21\x73\xf6\xf2\x18\xf4\x68\xb9\ \xe8\x2d\xba\x8d\x6a\x63\x32\x1c\x54\x17\x85\x76\xf3\xa2\xd2\x1b\ \x2d\x66\x39\xf0\x6d\x35\x10\xce\x7e\xb7\x35\x9d\x94\x4f\x17\x95\ \xfe\xb2\x38\xac\x74\x17\xcb\x61\x6f\xb1\x3c\x6e\x16\xb2\x67\xe9\ \xf2\xe5\xd5\x69\xf3\xf8\xb2\x99\x4b\xe5\xfa\xfd\x72\xa1\x90\x2c\ \x37\x0b\xaf\x5e\xe6\xca\xb9\x66\x32\x95\xad\x1d\x1f\x57\x6e\xcf\ \x4f\x9f\x82\xc7\xbb\xbe\x7c\x76\xd9\xca\xf6\x96\x85\xf2\x74\x5c\ \x28\xf7\xc6\x69\x38\xc7\x56\xed\xfc\xc5\xd3\xd7\xff\xf2\x9f\x7f\ \xfd\xd9\xbf\xfe\xf1\x4f\x7f\xfd\xf7\x1f\xfc\xe6\xa7\x9f\x7c\xf0\ \xf1\x27\xef\xdc\x7f\xf7\xdb\x1b\x0f\xee\x6d\x3c\x14\x8a\x1f\xec\ \xae\xcb\xd6\x1f\xec\x2a\xc1\x6b\xc9\x44\xd2\x5d\xd9\xfa\xfa\xee\ \xc6\xfa\xc6\xde\xae\x18\x4d\xd3\x09\xc1\x67\x29\x45\xca\x5d\x54\ \x65\x20\x63\x71\xc0\x21\x71\x78\x5c\xb8\xf4\x11\xfd\xa1\x01\xf2\ \x37\xcd\xbb\x58\x3c\x96\x68\x9d\xb3\x85\x42\xd3\x85\x62\x80\x2b\ \xbe\x80\x27\x96\xb2\x84\x52\x9e\x04\x9e\x2a\x40\x15\x0c\x3b\x62\ \x29\x5a\x1a\x2d\x13\xa3\x80\x63\x8e\xe4\x4d\x24\x3c\x9f\x8d\x32\ \x11\xb6\x38\x7c\x91\x8c\x85\x92\xfb\x44\x1c\x2e\x4f\x24\x12\xa2\ \x6a\x78\xd1\x06\xec\x4f\x04\xaa\x25\x5d\xdf\x13\x72\x57\xc4\x12\ \x36\xea\xbc\x25\x91\x6c\x09\xa5\x28\x01\x02\x34\x65\x7f\x9f\xc5\ \xdb\xdf\x79\x23\x2e\x3b\x8f\xff\xf6\xc7\x1f\xee\x1f\xa0\x0a\xa9\ \xc7\x47\x07\x3f\xfe\xc9\x13\xbe\xf2\xc1\x3d\xd4\x41\x63\x85\x0b\ \x3b\x54\xde\x57\x8a\x95\xeb\x02\xb1\x68\x03\xcc\x14\x0f\x7c\x14\ \x6f\x07\xa5\x4a\x70\x94\x6c\x36\xff\x4d\x42\x17\xea\x3f\x86\xba\ \x5d\xa0\x9f\xa3\xf6\xd3\x3c\x89\x80\xcf\x66\xa3\x71\xab\x03\xc9\ \x8a\x64\xff\x08\x76\x88\x42\x93\xf7\xd9\x28\x40\xf9\x68\x6b\x0b\ \xad\x36\x7c\xeb\xed\xff\xb6\xaa\x42\xcb\x89\xd5\x9a\xed\xcd\x35\ \x10\x2e\x14\x2e\x8c\x7a\x1e\x6f\xca\xdf\x5e\x93\xcb\x57\xd7\xee\ \x68\x50\x77\x2f\xb5\x66\xcd\xa0\xbe\xb3\x06\xea\xb3\x76\x77\x13\ \x85\xf6\xdd\xdd\x34\x99\x6d\x46\x80\x22\x37\x0e\xd7\x1d\xe3\x09\ \x7b\x75\x41\x06\x77\xda\x2c\x0a\x05\x3c\x71\x55\x8d\x62\x8f\x15\ \x06\xd5\xf6\xdb\x6f\xdf\x45\x2b\xa7\xb5\x46\x20\x3f\xf9\x1a\xea\ \x0f\xb6\xa6\x56\xe8\x37\x15\x28\x7b\x5d\x61\xd0\xdc\xd9\x5c\x53\ \x83\xac\xa9\x0d\xea\x4d\x39\xa8\x8e\x46\xaf\x56\x18\x8d\x6a\x95\ \x5e\xa7\x07\xae\x03\x4a\x33\x1b\x75\x56\x17\x66\x34\xd8\xac\x36\ \xbb\x4b\x63\x8f\x0e\x28\xb3\xdb\xa6\x42\x99\x0c\x66\xad\x01\xa0\ \xcf\xad\x97\xab\xd4\x3a\xd4\xf9\x59\xa5\x32\x6a\xb7\xe5\x26\xaf\ \x5d\xaf\xd6\x6c\xea\x1d\xc0\x83\x66\xa3\x5d\x8f\x32\xe7\x57\x2d\ \x18\xae\x57\x6b\x51\x58\xbc\x1d\xb5\x0e\xb3\x98\xac\x26\x95\xd1\ \xe3\x77\x9a\xe8\xb0\x15\xd4\xcd\x49\xfa\x40\xf3\xec\x26\xad\xd1\ \x89\xf9\x43\x5e\x0b\xf8\x16\xab\xcb\xa5\x30\xd9\x4c\x60\xe0\x36\ \x35\x6a\x8d\x11\x0e\xd6\xb0\x06\xc4\xba\xa6\x31\x82\x50\x24\x86\ \x70\x0d\x3a\xdd\x01\xdb\xaa\x33\x41\xe1\x66\x15\x50\xb0\xde\x61\ \xb3\x19\x8c\x0e\x2b\x12\x2e\x20\x38\xd2\x66\x73\x39\xd4\x06\x33\ \xe3\xf3\x79\xd1\xca\x70\x95\xde\x49\x92\x18\x11\x3b\x6d\x85\xf1\ \x52\x15\x23\x3c\xbe\x40\xa2\x84\x3b\x30\x27\x15\xc0\xf0\x00\xe6\ \x73\x85\x13\x1e\x8f\x8f\x8c\xc6\xbc\x6e\xd0\x22\x2a\x08\x48\x45\ \x51\x9e\xc8\xb8\x58\x0f\x85\x63\x51\x9f\xcf\x9f\xa0\x48\x30\x45\ \x89\x88\xc3\x1b\xa9\x33\x4c\xd8\x4f\x7a\x5d\x3e\x1c\xac\x1c\x46\ \x84\x8b\x94\xc9\x11\x60\xe8\x30\xee\xa1\x63\xde\x50\xb4\xd3\x28\ \x05\xbd\xa1\x84\x3b\xd1\x1b\xc5\x48\x1c\x67\x86\x41\x82\x29\xf6\ \x5a\xed\x44\x24\x01\x12\x19\x1b\x0c\x66\x31\x2a\x58\xb2\xc6\x23\ \x14\x15\x8b\x11\x44\x9c\xc0\xea\x83\x59\x35\x91\x08\xe0\x34\x9e\ \x18\xc4\x13\x4c\x27\x5a\xa4\x7c\xc3\x78\xa7\xb8\x9c\x07\x1a\x4c\ \xa8\x31\x1a\x47\x16\x93\xd9\x28\xe8\x08\x1e\xb7\x5a\xed\xc5\x72\ \x99\x2d\x0d\x93\xfd\x4e\x26\x35\x2e\xb6\x66\x91\x79\xbb\x3a\xe9\ \x8d\xeb\xc5\x7a\xbf\x52\x8e\x4f\x1a\x71\x66\x1c\x76\x05\x3d\xa4\ \x97\x66\x30\x8f\xc7\x69\xf3\x7a\xe0\x10\xc0\x2e\x92\xa4\x27\x94\ \x98\xd5\x6f\x7e\x3d\x18\x9d\xf5\x2b\xad\xc9\xb8\x96\x59\x36\xfb\ \xd9\x4a\xaf\xd0\xea\x4f\x27\xf3\x56\x6a\x9c\xcd\xc7\x97\x93\x4e\ \xaf\x32\xe9\xf6\x9a\x8d\x7c\xa1\x3e\x3a\x49\x95\x81\xda\x52\xdd\ \x4e\xbb\x35\xca\x66\x5b\xdd\x7c\x79\xdc\xce\xb6\xcb\x85\x7c\x65\ \x9c\x69\x8e\x93\xd5\x59\xbe\xd5\x7a\x76\xdc\x2f\xa4\x2e\xbb\x95\ \x64\xe1\xf8\xa4\x99\x7e\xf9\xb2\x90\xf9\x32\x95\xb9\xaa\x95\x8f\ \x0b\x17\x57\xa8\x06\x3d\x7f\x7e\x39\x4d\x5f\x9e\xe5\x7a\x8d\x49\ \xbd\x9d\x99\x34\x9b\xc5\x68\xa7\x58\xef\x00\x8b\x76\xf3\xd3\xde\ \x6c\x3e\xce\x4f\xc1\xa0\x55\xb2\xa3\xce\x49\x2a\x3f\x6a\x1d\x57\ \x96\x9d\x51\x65\x3a\xce\xcf\x17\xcd\x5e\xbc\x76\x9e\x3e\x49\x67\ \xaf\x6e\x2f\x53\x67\xad\x76\xae\xdc\x6e\x9d\xf5\x9a\xb5\x64\x37\ \x3f\xae\x15\x4e\x5f\xa7\x2a\xcd\xf4\x79\x25\x93\x07\x41\xfc\xe2\ \x65\xe1\xac\x70\x7a\x75\xf5\x3c\x7f\x9b\x5b\x8c\x06\xb9\x5c\xb7\ \xb7\x4c\xb6\xb2\xa9\x42\xb9\x3b\x3e\x7b\xf1\xcb\xff\xfb\x9f\xfe\ \xe7\x3f\xfe\xeb\xbf\xfe\xee\xf3\xcf\x7f\xf3\xbb\xef\xfc\xe6\x93\ \xcf\x3f\xf9\xf9\x07\x8f\x1e\x7c\x67\x43\xf6\x68\x57\xa4\xdc\xb8\ \xff\xe8\xbe\x0c\x0d\x7c\x8b\x84\xd2\x7b\x7b\xeb\xca\xf5\x75\x14\ \x3a\xba\xf1\x60\x7d\x57\xca\x11\x49\x05\x7b\x32\x99\x88\x23\xdb\ \x93\x8a\x38\x52\x91\x98\xb3\x2e\x16\xf0\x44\x28\x46\x54\x8a\x26\ \x06\x59\x4a\x90\x2f\xa9\x90\x0f\x26\x4b\x29\x66\x09\x76\xd8\x20\ \x6f\xa8\x48\x54\x02\x6e\x09\x58\x52\xba\xbe\xf2\x26\x95\xf4\x4d\ \x83\x68\x2e\x1f\x8d\x77\x49\x45\x02\xc9\x0e\x17\x70\x4f\xc9\x67\ \xb1\x56\xb6\xf6\x1f\x3f\xde\xdf\x17\x72\x59\x40\x6b\x3c\x96\x54\ \x29\xe2\x8b\x85\x40\xa1\x68\xea\x91\xa5\x94\xf1\x39\x1b\xbb\x0f\ \x77\x85\x42\xc9\x0a\x7f\x6b\xe5\x4d\xdb\xc0\x7d\x16\xaa\x3d\x05\ \x67\x05\xdf\xf2\xb6\xb6\x78\xfb\x07\x68\x55\x10\x8f\x7d\xf0\xa3\ \x1f\x3f\x39\x7a\x7c\xb0\x7f\xf4\xd1\x87\x87\x4f\x7e\xf8\x93\x27\ \x82\x8d\xbd\x77\xc0\x13\x0a\x80\x6e\x85\x70\xf8\xf7\x44\x2c\x34\ \x7a\x25\x13\x22\x38\x95\xb0\x59\x60\xb2\x24\x7c\x94\xb3\xcc\xe7\ \xf2\xb9\x22\x14\x0d\x28\xe1\x0b\x51\x85\x03\x10\xeb\x0a\x9b\x0b\ \x5b\x45\x73\x8f\x87\x92\x43\xb0\x5c\xec\xa3\x1d\xf8\x7b\x1f\xcd\ \x18\x72\xb7\x76\xde\x3f\xdc\xda\x3a\x38\x7c\xbc\x05\x48\x78\x77\ \x55\xbb\xad\x06\xe0\x51\xcb\xd5\x48\x90\x14\x70\x8d\x1a\xe4\x0a\ \xb4\x0e\x10\xdc\x10\x98\x0c\xb0\x17\xea\x6d\x95\x42\xa3\x05\x0b\ \x03\x5f\xaf\xde\xf9\x96\x4a\x67\x94\x2b\x74\x36\x93\xd9\xae\x35\ \x38\x3c\x01\x97\x0e\xaf\x07\x68\xd2\xe9\xf2\x27\x08\xbb\x5b\xf5\ \xf6\x5d\x95\x0a\xa5\x2a\xaf\xa9\xe5\x5a\xb8\xe2\x15\x0a\xb9\x7a\ \x53\x8d\x46\xc0\x54\x6b\xab\x68\x27\x0a\x03\x88\x9e\x62\x55\x7e\ \xe7\x6d\xb9\x51\xb1\xaa\x95\x03\xa9\xad\xca\xb5\x6a\x15\xa8\x82\ \xd1\x66\x53\xac\xa2\xa5\x7f\x46\x8b\x0e\x75\x4c\xb5\xba\x4d\x1a\ \xbd\x95\x0c\xfa\x1c\x56\x8b\xd5\xe2\xb2\x5a\x1b\x8b\x92\xce\x69\ \xd6\xa3\x95\x82\x76\x8f\xce\x60\xd6\x99\x9d\x46\x2d\xea\xc2\xa3\ \x51\xe8\x55\x76\x8b\xce\xa0\xb7\x80\x5e\x19\xb4\x46\x52\x67\xb0\ \xe8\x54\x66\xe0\x3c\x8d\x46\x65\x42\xdd\xb8\x8c\xf0\x80\x4e\x87\ \x54\xcc\xe2\xc5\x4c\x60\xc5\x5c\x5e\x87\xcf\x6d\xd0\x39\xf4\x1e\ \xca\xab\x35\xd8\x6c\x00\x85\x04\xe9\xc7\xcd\x58\xd0\x4a\xbb\x2c\ \x26\xa3\x4e\x27\x97\xaf\x81\x76\xab\x35\x8a\xed\x55\xe0\x5b\xad\ \x0e\x2c\xa8\xda\x61\xc3\x13\x41\xa6\x51\xc5\x3c\xb8\x59\x4b\x44\ \xfc\x1e\xbb\x06\xcc\x9f\xc5\x46\x85\xbc\x7e\xdc\x6d\x32\x19\xdd\ \x11\x26\x4c\x77\xea\x6e\xab\xc5\xe2\x02\x6f\xc2\x38\x4c\x7a\xa3\ \x5c\xed\x74\x61\x84\x3f\x98\x6d\x12\x24\x1d\xf2\x93\x34\x19\x9d\ \x27\xc2\x58\x9c\xb0\x3a\x9c\xc0\xa4\x6e\x47\x20\x61\xf5\xf8\x3d\ \xc1\x22\xe1\x08\xc4\xe9\x80\x87\x2a\xc5\xe2\x7e\xb2\xd3\xec\xcc\ \x62\xa1\x28\x19\xc0\xb0\x10\xe5\xb5\x31\xa0\x45\x5e\xd0\x13\x3a\ \x14\x24\xe3\x14\x19\xc7\xdc\xa4\x0f\x8b\x36\x8a\x1e\xb4\x52\x39\ \x1e\x0d\x0c\xe3\xb1\x68\x8c\x99\x14\x4b\x61\xff\xac\xe1\x8f\xf6\ \x07\x89\x10\x1e\x08\x55\xa2\x81\xfa\xac\x93\x88\xd1\x91\x88\x9f\ \x8e\xc7\x13\x9d\x49\x3d\x4a\xd1\xf8\x90\x09\x05\xea\x09\x5f\x94\ \xf6\x81\x9e\x8d\xe7\x8d\xa2\x9f\xc4\x4a\xc3\x52\x22\x90\xa0\x23\ \x33\x1f\xdd\x2e\xce\xab\x31\x90\x98\x44\xac\x3b\x1f\x94\xaa\xa1\ \xf8\x68\xe0\xa7\xc7\xfd\x6e\x63\x3e\x99\x64\x1a\x93\x64\x21\x5f\ \x4b\x2d\x06\xad\x6a\xa7\x92\x9d\x8c\x7a\xc3\x6a\x27\x31\xee\x37\ \xa7\xf3\x59\x91\x29\x81\xfd\xf4\x21\x66\x0e\xe0\x98\x0b\x33\x99\ \x28\x12\x2f\x11\x36\x67\x80\x49\x90\xf3\xd9\xe5\x3f\x2f\x5a\xd7\ \xc9\x4a\x6e\x3c\xae\x74\xc7\x93\xca\x71\xfe\x3c\x93\x6f\x9e\x8f\ \x9a\xb9\xe3\x5e\x77\xb9\x1c\xcd\x86\xc3\x54\xae\x36\x3a\x69\x35\ \xfb\xf3\xf6\xc5\xc5\x59\xa1\xdd\x3f\x4e\x76\xbb\xfd\x71\xaa\x32\ \x5e\x76\x2f\x16\x93\x69\xf3\xf8\x2a\xdf\x5c\xd4\x8e\x33\xa9\x7e\ \x25\x53\xeb\x66\x53\xcd\x64\xf6\xbc\x09\x52\x73\x9e\xce\x7f\xf6\ \xf5\xb3\x9b\x8b\xd7\xe0\x87\x92\xa7\x2f\x6f\xbf\xba\x38\xcd\x5c\ \xe5\x6a\x37\xcf\xce\xca\xc9\x64\xbb\x3d\xae\x0e\xb2\xe5\x51\x67\ \x39\x8f\xcf\xea\xf3\x59\x3d\xdb\x9b\x2c\x06\xe3\x45\xaf\x56\xc9\ \xf7\x5b\xd3\xd1\x7c\x5c\xb9\xbe\x19\xb7\x47\xbd\x49\x73\xba\x98\ \xf6\x73\xb9\x5e\x1e\xd5\x96\x3d\x7f\x76\x79\xfe\xfc\xe2\xe2\x32\ \xd9\x4a\x55\xca\xa3\x5a\xb3\xd2\x19\xf7\x41\x3b\x93\x27\xd9\x97\ \xaf\xca\xcd\x64\x2b\x97\x3c\xb9\xba\xb8\xe8\x5f\x1c\x67\xcf\x5e\ \x5c\x27\x6f\x5f\x3c\x7b\x96\x59\x74\x9a\xb5\x7c\x6f\x34\x4d\x16\ \x72\x99\x6c\xfa\x38\x77\xfb\xcf\xbf\xff\xcb\xcf\xfe\xfd\x3f\xff\ \xfc\xc7\xdf\xfc\xea\x83\x87\x7f\xfc\xf8\x83\xdf\xfd\xfb\x27\x8f\ \xde\x7d\xf4\xf0\xd1\x3b\x1b\x4a\x10\x22\x30\x53\x80\x5d\xf7\x39\ \x28\x57\x66\x03\xe8\x49\xbc\x2e\x92\x3d\x78\xf8\xce\x83\x7b\x60\ \xb3\xa4\x62\x3e\x9a\x31\x04\x5a\x54\x8a\xa4\x62\x90\x12\x94\x77\ \x07\xd2\x24\x04\xdd\x42\x45\x58\x28\xc5\x5d\x28\x5d\xd9\xe2\x82\ \x78\x89\x05\x5c\xd4\xea\x4f\xc0\x97\x89\xb9\x3c\x29\xc8\x96\x0c\ \x9e\xb4\xb5\x0f\x0e\x86\x2b\x44\x49\x7f\x1c\x14\x96\xb5\x82\xdc\ \x17\xea\x67\x21\x95\xf0\xc4\x3c\x36\x8a\x48\x3e\x10\xa0\x91\x7d\ \x96\x94\x05\x8a\x28\x12\xa1\xfa\x09\x50\x16\x0e\x07\x2d\x66\xbc\ \x0f\x87\xc3\x45\x8d\xed\x77\xb6\x78\x6c\xf6\xd1\xc1\x0a\x17\x15\ \xa9\xf3\x76\x0e\xd9\xac\x1d\x2e\x8b\xcd\xe3\xa2\x86\xaa\x2b\x2b\ \xdc\xf7\x7f\xf4\xfd\x27\x87\x8f\x1f\x3f\xfe\xe8\xa3\x0f\x3f\xfc\ \xe8\xc7\x3f\x7c\xcc\x5f\x7f\xf0\xf0\x1e\x30\xa1\x78\x77\x4f\x06\ \xe4\x2a\x42\xd3\x07\xf0\x1d\x47\xc9\xe5\x8a\xd0\x2a\xeb\x15\xb6\ \x50\xb8\xc3\x12\xee\xf0\x45\x4a\x11\x9a\xe0\x44\x11\x12\xa0\x7f\ \x02\x14\x24\x8f\x92\x50\x25\x2b\x3b\x68\x4d\xf5\xe1\x01\x5a\xab\ \xc3\x96\x70\x25\xc0\xa3\x47\x3b\x82\x1d\xf0\x76\x12\x94\x97\x73\ \xb0\xff\xd6\xe6\xda\xb6\x4a\xbd\xb9\xb9\x66\xb0\x19\xb7\xd1\x48\ \x90\x51\xb5\xad\xd5\x6c\xae\x6d\xaa\x34\x9b\x8a\x3b\x9b\x5a\x23\ \x58\x23\x00\x43\xb9\x5a\xbf\xba\x7d\x57\xb1\x0d\x3f\x52\xc1\x43\ \x7a\xf5\xb6\x16\xa8\xcc\x6e\xb3\x38\x71\x8b\x41\xe5\x09\x91\x3e\ \x8a\x70\xd9\xc9\x80\xd5\xb2\xb6\x7a\x07\xe5\x21\xcb\x35\x20\x7a\ \xab\x6a\x15\x92\x0f\xed\x9a\x06\x25\xc2\xcb\xd1\x10\x93\xfc\x0e\ \x4a\x6d\x59\x35\xe8\xb4\x77\x55\x46\xf5\xaa\x6a\x73\x55\x6d\xd7\ \x28\xe4\x26\xb5\x5c\xa5\x30\x5a\x1c\x20\x58\x28\xdd\x54\xa7\xd1\ \x98\xf4\x2a\x9d\xdd\xa9\x33\xea\xc0\x46\x78\x4d\x36\x87\x49\x67\ \xb3\xfa\x26\xa5\xb0\xd5\x61\xb3\x68\xec\x1a\x95\xdd\x67\xd4\xeb\ \xc0\xf3\xa0\xa1\x7c\x35\x72\x88\xdb\x1a\xa3\x66\xf3\x2e\xec\x43\ \x0b\x18\x68\xb1\x83\x74\x29\x0c\x06\xab\x05\x1c\x98\xcd\x0b\xaa\ \x62\xd7\x19\xb4\x66\xa3\xd5\xa1\x37\x78\xbc\x56\x87\x41\xae\xf3\ \xd0\x1e\xb3\xd1\x68\x04\x19\x0c\x92\x66\x9b\xc5\x62\x33\xea\xbc\ \xa4\xdf\x6a\xc1\x98\x18\xe6\xb2\x1a\x0c\x26\xb3\x46\x0e\xa4\x0c\ \x36\x53\xae\x00\xc9\x02\x91\x54\xdc\xb9\xa3\xb2\x7a\x48\xca\x4d\ \x95\x86\x3e\x3f\x81\x39\x62\x01\x93\x1d\x50\xd2\x64\xd2\x53\xc5\ \xd1\xbc\x9a\x70\x9b\xec\x3e\x62\xd0\x2c\xc6\x86\x45\xc2\xa3\x77\ \x56\x4a\x9d\x7e\x35\x88\x3b\xdc\x28\x7e\xc7\x8d\x47\x87\xe9\xfc\ \xd0\x4f\x51\x78\xc0\x4b\x60\xf3\xba\xdd\x41\x33\x01\xc2\xc9\x50\ \x2e\xbb\x3f\xc1\xf8\x3c\x0e\x1c\x83\xed\x79\x12\x45\xc2\x47\x46\ \xea\x1d\xdc\x59\x6a\xc7\x1b\xc3\x06\x13\x08\x62\x94\x0f\x8f\xf8\ \x99\x70\x29\x88\x05\x69\x54\x6e\x40\x0f\x63\x24\x48\x98\x8b\x09\ \x85\x96\x8c\x0f\x77\xf8\xa2\x84\xc7\x49\x0d\x17\x4c\x20\x56\x8d\ \x07\x49\x57\x7d\x82\x81\x87\x2b\x56\x71\x7f\x7d\x96\x60\x06\xf3\ \x62\x27\x16\x8c\x76\x28\xff\x64\x3a\xed\x75\xaa\x43\x10\x93\x62\ \x64\xde\x58\xc6\x43\xb3\x92\xd3\x45\x96\x1a\xf3\x69\x1c\x15\x08\ \x57\x67\x71\xdc\x1f\x0f\xf5\xc2\xc4\x72\xd4\xeb\xc4\xc2\xd1\xca\ \xd0\x37\xa9\x36\x4a\xa5\x58\xa2\xd6\xc1\x03\xcd\x41\x7b\xda\x1c\ \x36\x2f\x26\xad\x5c\x2d\x5f\xcb\x4e\xdb\xe7\xd5\xe2\xb8\x37\x3b\ \xcb\xcd\x23\xa3\xc6\xa4\xd5\x9d\xc7\x96\x71\x70\x7f\x4c\x94\x09\ \x3b\x1d\x56\x7f\xd8\x4d\x38\x2d\x26\x2f\xe1\x0b\x91\xb4\x97\x0e\ \x53\xcc\x62\xf2\xfa\x2f\xe3\x65\xae\x5c\x49\xe5\xba\xf9\xe6\xbc\ \xd7\x5e\xf6\xce\x32\xd9\xfe\xcd\x78\x98\x39\x3f\x86\x0d\xe6\x0b\ \xd5\x51\xba\x3d\x6a\x74\x9a\xe5\xda\x38\xd7\x2d\xb4\xb3\x27\xdd\ \x93\x64\x1f\x24\x6c\xd4\x6e\xa7\x92\xa9\x7a\x2b\x9b\x3b\x3e\xee\ \x26\x5b\xb5\x6c\xf2\x34\xd3\x3d\x3e\xeb\x36\xbb\xa9\xeb\xe7\xe7\ \xd9\xd6\x38\xf7\x2a\x79\x76\xfd\xe2\xb3\xa7\xe9\xe7\x85\x8b\x76\ \xf2\xfa\xf4\xf5\xb3\x93\x8b\x8b\xf3\xf6\xf8\xea\x17\x37\xd9\xee\ \x34\x97\x9a\x76\xa6\xf3\x45\x6f\xbe\xe8\xc4\xe3\x8d\xd9\xa2\x9e\ \x9f\xe6\x41\x30\x17\xf5\x6e\xb7\xd9\x2b\xc3\x61\x4c\xb2\x2f\x8f\ \xdb\xdd\xd1\x14\xc1\x61\x03\xe4\xb0\x35\x5a\x96\x47\xcd\xdb\x67\ \x5f\xdc\xbe\x3a\x3f\x3f\xcd\xe6\xbb\x67\xc7\xdd\x65\xbb\xd5\xaa\ \xe5\x52\xdd\x6c\x3f\x9b\x7c\x75\x9b\x9f\x96\x9b\x70\x24\x17\xc7\ \x99\x76\x3e\x5f\xb8\x39\x3f\x3b\x79\x71\xf9\xf2\xc5\x74\xbc\x4c\ \xb5\xb2\xcd\x5e\xf7\xa2\x7c\x96\x4a\x67\x2e\x5e\x7c\xf3\x7f\xfd\ \xf7\x7f\xfb\xd9\x4f\xff\xf8\xe9\xc7\x9f\xff\xe6\x07\x1f\xfc\xe9\ \x57\x3f\xff\xd3\x7b\x9f\x7e\x7b\x6f\xef\x9e\x52\xa9\xdc\x50\xa2\ \xd5\x79\x52\x8e\x54\x2a\x95\xed\x6d\xec\xad\xbf\xc9\xeb\x7b\x08\ \x8a\xb5\x7b\x6f\x43\x2c\x92\x6d\xf0\xc5\xa2\x5d\xe5\x2e\xb8\x9e\ \x75\xe5\x86\x50\xaa\x14\x0b\x04\x5c\x09\x8b\x05\x86\x45\xc0\xe5\ \x03\xba\xad\xf0\xc4\x4a\x94\x23\x0a\xf6\x08\x00\x11\xb0\x90\x2f\ \x59\x61\x81\xc9\x12\x71\xe1\x31\x34\x61\x28\x58\x01\xab\xc5\x17\ \x71\xf8\x62\xf0\x38\x62\x25\x48\x94\xec\xfe\x06\x8b\xc5\x67\xc1\ \x63\x3c\x60\x31\x94\xab\xb5\xcf\x5a\x07\xf4\x14\x8b\x58\x22\x54\ \xfd\x00\xe4\xa8\x14\x8b\x59\x3c\x11\x30\xea\xee\x3a\x6f\x4b\xc2\ \xe7\xad\xec\x4b\xd8\xfb\x3b\x00\x85\x5c\x2e\x07\x2d\x77\xe6\xbd\ \x69\x4b\xc1\xe6\x70\xb9\xa8\x6d\x34\x97\x27\x94\x3c\xf9\xe8\x7b\ \x1f\x1e\x3d\x7e\xfc\xe1\xf7\xde\x7f\x7c\xf4\xfe\x8f\x7f\xf2\x3d\ \xd6\xc3\x77\xef\xed\x89\x04\x42\x8e\x68\x5d\x26\x05\xe3\xa8\xe4\ \x70\x44\x4a\xa1\x90\xcd\x65\x09\x44\x62\x3e\xa8\xdd\x0a\x8b\xc3\ \x03\x0d\x45\x93\x97\xa8\x3a\x9f\xc3\x03\x97\x05\x3f\x90\x6c\x6d\ \x71\xd9\x5b\xa8\x09\x19\x90\xea\xd6\xc1\x16\x0b\xb5\xf5\x61\x1f\ \x1e\x1e\xac\x6c\x1d\x1d\x02\x41\xc2\x97\x28\x90\x19\x7c\xd7\x5b\ \xf2\x3b\x20\x2c\x6f\xf8\xcd\xf6\xf6\xb7\xb6\x57\x8d\x76\xad\x5a\ \xab\xd8\x56\x83\xa6\x18\x0c\xdb\x7f\xb3\xb9\xaa\x37\xa8\xc1\x00\ \xa9\x0c\xc0\x77\x9b\xdf\x7a\x1b\xb0\xd1\xa0\x95\x6b\xd4\x28\xc9\ \xca\x60\xf7\x62\x56\xd0\x0d\x05\x5c\x70\x5e\x8f\x1f\xf3\x38\xc9\ \x00\x65\xd3\x6b\xc0\xa3\x6d\x2a\x0c\x26\x14\x24\xa3\x46\x93\x85\ \xda\x6d\xb8\xec\xb5\x6b\x2a\xc5\xff\x16\x31\x94\x25\xb3\xba\xaa\ \x53\xaf\x02\x6a\x21\x43\x27\x37\xca\x57\xd5\x16\x15\xea\x2d\xa6\ \xb1\xd8\x55\x0a\xb5\x41\x8e\x0a\x01\xcc\x7a\x95\xde\xa8\xb3\xd9\ \x2d\x0e\x92\xf6\x5b\x75\x7a\xad\xd1\x6a\x31\x2f\xc6\x38\x1d\x30\ \x01\x11\xea\x74\x7a\xd4\x87\x4b\xbd\xb6\x8a\xbe\xb1\x18\x36\xd5\ \xa8\x5e\x0a\xd4\x4f\x8f\x9a\x1e\x1a\x8d\x3a\xa3\x11\x25\x39\xcb\ \xd5\x28\x98\xd4\xed\xd2\xc3\x21\x5b\x6c\x7a\xa3\xcf\x85\x69\x14\ \x56\x8b\xdf\xa1\x56\xeb\x74\x1e\x97\xc3\x61\xd3\xdb\xed\x66\x37\ \xe1\xb3\x9a\xcd\x6e\x93\xd5\x63\x46\x6d\x50\x7d\x0c\x69\xb7\xe9\ \x8c\x56\xa7\x4a\xb5\x79\x57\xa1\x55\xab\xf5\x06\x70\x8c\x2a\x95\ \x49\xbf\xb9\x69\x30\xb9\x30\xd2\x43\x53\x7e\xb7\xc7\x19\x4d\x54\ \x3d\x1a\xb3\x5b\x6b\x32\xe9\xec\xd5\xd8\xa2\x3e\xa3\xbc\x24\xe5\ \x0b\xf5\xda\xcd\xca\x30\x46\x11\x66\xac\x3a\x9f\x44\x69\x3f\x6e\ \x43\xb5\x0d\x66\x1b\x8e\xd3\xb9\x45\x8c\x0a\x07\xc8\x80\xc7\x17\ \xaa\x52\x0e\x3c\xea\x27\x43\x81\x48\xd8\x85\x93\x24\x8e\x05\xcd\ \xbe\x60\xc9\xe5\xc1\x29\x8c\xb6\xba\xa2\x74\x8c\xc0\x12\xad\xe2\ \x70\xd0\x88\x85\x83\x3e\x92\x60\x22\x8d\x50\x31\xc1\x10\x01\xca\ \x9b\xa0\xfd\x74\x30\x16\x0a\xe0\xa1\x30\x56\x24\x3a\x1d\xcc\xe9\ \xf3\xfa\xbc\x7e\x07\x3c\x27\xd6\xa0\x23\x09\x10\xd2\x41\xc9\x4a\ \xc6\x26\x8b\x04\x43\x0f\xc7\x09\x3c\x1e\x1f\x17\x07\xa5\x78\x95\ \xc6\x07\xb9\xc2\x20\x1e\x05\xbb\x85\xc7\x87\xf3\x62\x71\x1e\x8e\ \x55\x49\x9c\x8c\x87\xab\xf5\x44\x94\xc1\xa8\x46\xa4\x1a\xaf\x56\ \xc3\xc3\x68\x78\x32\x9d\x47\x7a\xd5\xf8\x68\xe9\x4c\x8c\x86\xcb\ \x51\xa2\xde\x8b\xfb\x8a\xc7\xed\x6c\xb6\xdf\x19\xa4\xe2\x93\x64\ \xba\xdc\xec\x2f\x46\xcd\xd2\xb4\x37\x6f\x16\xa6\xcb\x79\x6b\xb6\ \xcc\x77\x67\xcb\x62\x94\xe9\x51\x7e\x66\x10\x72\x86\xc1\xcf\x39\ \x1c\x2e\xb7\x79\x6e\xc5\x14\x00\x00\x20\x00\x49\x44\x41\x54\x93\ \x22\x3b\xe1\x60\x98\x20\xc3\x81\xf8\x3c\xf3\x8b\x9b\xc5\x0c\xfc\ \xcc\x49\x26\x5b\x6e\x0d\xa6\xe5\x4a\x33\x79\x55\x1b\x16\x5a\xc3\ \xe3\xeb\xf2\x79\x65\x91\xac\x2c\x2e\xba\xe5\xe1\x62\xd8\xcb\x25\ \xab\x67\x85\xdb\x4c\xb7\x3b\xba\xcd\xcf\xb2\xf9\x59\xa5\x3c\x48\ \xa6\x33\xe3\x7c\x3b\x97\xcb\xd6\x40\x09\x72\xb5\x93\x72\x12\x0e\ \xe6\xe2\x26\x97\xb9\xbc\xca\xa7\xd3\xc7\x17\xe9\xdc\xd7\xbf\xbf\ \x7c\x76\x59\xc8\x5f\x94\x73\x97\x37\x57\xf0\x83\x74\x76\xdc\x7e\ \xf9\x22\x79\x9a\xca\x5d\x67\x32\xfd\xd1\x7c\x39\xe8\x8c\x26\x83\ \x61\xa9\x3e\x9d\x8f\x27\xc7\xf9\xc1\x62\x36\x9c\x5e\x64\xa6\x99\ \x7e\x1f\x08\xf3\xec\xba\xd0\x03\xeb\x95\x6a\x77\x6b\xc9\x5c\xb7\ \x3d\x6c\xb4\x93\x97\x37\xaf\xbf\x7e\x7e\x73\x99\xcd\xe5\xd2\x99\ \xe3\xd3\xf2\xb4\x96\x6d\x36\x93\x95\x64\x1e\x74\xf4\xcb\xb3\xee\ \x49\xae\x5f\xc8\xf7\xae\x2e\x53\xfd\x93\xfe\x65\xfa\x26\xf3\xec\ \xe4\xe4\x22\x39\xad\x24\xb3\xb5\x65\xa1\x52\x38\x2b\xc3\xab\x2e\ \xae\xbe\xfe\xa7\xbf\xfc\xc7\xef\x7e\xfe\xbb\x9f\x7f\xf2\xc1\x27\ \x9f\xff\xe0\xd3\x8f\x1f\x7c\xfe\xde\x77\x3e\x79\xf8\x68\x57\xc6\ \x41\x73\x82\xca\x8d\x5d\xb1\x58\x2a\x5a\x47\x55\xa2\xbb\x52\x99\ \x6c\x4f\x79\xef\xbe\x94\x25\x5a\x5f\x7f\x20\x05\xbd\xe2\x6f\xc8\ \xf6\x44\xbb\xe0\x87\xde\xf4\x51\x5d\x07\x69\x13\xb3\x05\x02\x21\ \x6b\x9d\xc3\x47\xad\xea\x45\x62\x34\x24\xc5\x43\xc5\x4c\x1c\x96\ \x92\x23\x46\xed\x1d\x24\x22\x19\x17\x75\x9a\xe0\xac\x88\x50\x8d\ \x28\x6a\xe6\x2c\x96\xb1\x40\x3d\x64\x52\xa9\x92\xcf\xd9\x95\xad\ \xb3\x56\x38\x1c\xb4\x1e\x91\xc3\x5d\x41\x5d\x0b\x77\x84\xc0\x9c\ \x2b\xc2\x75\xf1\xae\x48\xc0\x51\x8a\x58\xc2\x0d\x25\xe8\xa7\x70\ \xfd\xe1\x83\x5d\xf1\x16\x6a\xf0\x85\x4a\x0f\x76\xf6\xd9\x3c\x3e\ \x7b\x87\xbf\xf5\x04\x15\x4a\xf0\x59\x07\x5c\x3e\x58\xb7\xc3\x15\ \x94\x74\xb3\x72\x78\xf0\xe1\x0f\x9f\x1c\x1e\x1c\x3d\x7e\xff\xc3\ \x27\x60\xb3\x7e\xfc\xbe\x60\xfd\x3e\x5a\xf2\x2c\x16\x0b\x85\xc2\ \x75\x19\xb0\x20\xaa\x73\x47\xb3\x8e\x02\x29\x4a\xed\x7b\x93\x19\ \x0f\x46\x0d\x36\x0e\xaa\xcb\x82\xed\x72\x78\x28\x75\x9e\xc3\xe6\ \xb2\x57\x58\xa0\x57\x7c\x09\x4a\xa9\x67\x4b\xd8\x87\x47\x60\xaa\ \xb6\xe0\x18\x8f\x1e\xef\xb3\x57\x50\xa0\x1f\x00\xe9\x3e\x3c\xf6\ \xd6\x9d\xb5\x4d\xc5\xdd\xff\x72\x17\x98\x10\xcd\xd9\x29\xf4\x16\ \xd4\x67\x5e\xb5\xa6\xd1\xeb\x4c\x46\xad\x5a\xa1\x40\x3d\x05\xd5\ \xea\x3b\xc0\x5c\x06\xd5\xdf\xdc\x51\xc9\xdf\xe0\x97\xfa\x8e\x5c\ \xaf\x37\x28\x74\x3e\xdc\x66\xb6\xe8\xf5\x04\xed\xf1\x79\xec\x56\ \x3c\x40\xba\xdc\x86\xb5\xb5\x3b\x6f\x64\xe8\x8e\x42\xad\xdd\x5e\ \x7d\x33\x74\x75\x57\xa5\x01\xd3\x05\x42\x07\x66\x6a\x53\xbd\xa6\ \xd0\xae\xde\xd1\x1a\xb6\x57\x15\x5a\x8d\x01\xc4\xcd\xa0\x07\xcb\ \x66\x84\x47\xe5\x72\x33\x30\x24\x7c\x6d\xd4\xd8\x6c\x68\x68\xdc\ \x8d\x39\xdc\x4e\x3b\xee\x25\x6c\x26\x93\xda\xec\xf3\x78\x8a\xe3\ \x90\xc3\xeb\xd6\xc1\xf1\x19\xad\x1e\xbd\x5e\xbf\xa6\x55\x1b\x34\ \x2a\xa7\xd3\xac\x32\x19\x14\xa0\x8c\x5a\x33\xf0\x97\x49\x63\x46\ \x68\xe8\xf6\xc0\x4f\xd4\x28\x6d\xc6\x6c\xd5\x6f\xcb\xe5\xc0\x82\ \x06\x67\x00\x37\x19\x8d\x0e\x3b\x60\xa7\xdd\x66\x37\xfb\xfc\xa8\ \xe6\xca\x41\x85\x9d\x26\x8b\xcb\x04\xaf\xb0\x58\xec\x56\x2b\x19\ \xa6\xd0\x12\x70\xc0\x53\x80\x62\xb5\x56\xaf\x31\xea\xf4\xab\x6f\ \x3a\x86\x81\xb2\xda\x9c\xa8\xa7\xab\xcb\xe6\xc4\x89\x58\x28\xe6\ \x06\x39\xb4\x99\xf5\x72\x3d\x3d\x9b\x45\x00\xd6\xbc\x44\x80\xee\ \x03\x68\x34\xc2\x7e\xcc\x6e\xc6\xf0\x28\x69\x36\x79\xdd\xe0\xe3\ \x4c\x16\xb7\x9f\x08\x65\x6a\x25\x3a\x16\xa4\x12\x14\x19\x9c\x33\ \x2e\x17\xe5\xc4\x00\x0e\x8b\x01\x97\x03\x27\x83\x8c\xd5\x43\xc4\ \xfc\x5e\x4f\x78\x18\x61\x82\x91\x12\xf8\x93\xe9\xb4\x5d\x8c\x15\ \x17\x51\xda\x15\x88\x51\x91\x58\xbd\x5a\xc2\x1d\x31\x0a\x27\x6d\ \x58\x10\x2d\x1c\x24\x60\x2b\x20\x34\x71\xdc\xeb\x22\x42\xf0\x0d\ \x99\x88\xc5\xdb\x54\x29\x18\x71\x05\xab\x01\x6b\x38\x52\x9c\x93\ \x89\x50\xac\x4a\x07\xaa\x83\xce\x60\x1a\x8d\x87\x82\xe1\xf0\xb4\ \x1b\x2a\x86\x22\xe1\x44\x62\x39\x69\x44\xe7\x11\x6a\x08\x2f\x44\ \x7d\xe5\xc3\x8d\x70\xd0\x4b\x31\xc5\x41\xbc\x1e\x89\xce\xc9\x7a\ \x75\xb6\x88\x34\x12\x20\x73\x74\xa3\x51\x2c\x8d\xe3\x4c\xa4\x4e\ \xc4\x9b\xb5\x5c\xe6\xb8\xd7\xbb\x68\xcc\x9a\xb5\x76\xf2\x64\xda\ \xe9\x4e\xc6\xb5\x6a\x7b\x9c\x2a\x77\xfa\xa5\x71\x77\x54\x59\xd4\ \x03\x78\x89\x89\xd2\x0c\x15\x03\x8c\x0d\xb8\x1d\x16\x78\x9b\x28\ \x8a\x09\xba\xbc\x9e\x60\x90\x5a\x26\x8f\xcf\x2b\x83\x45\xf3\xa2\ \x90\xac\x1d\xe7\x87\xb5\xd3\x72\xed\x3c\xd9\xce\x26\x7b\x73\xd4\ \xb3\x74\x1c\xcb\x74\x97\xad\x5a\xb3\x5f\x59\x2e\xb2\x99\x65\xf2\ \xf9\xcd\x57\xa7\xed\x7c\xa6\xdf\x6b\xb6\xdb\xb5\x5c\x2b\xd5\x4a\ \xd6\x92\x99\x5a\x2e\x77\x75\x7a\x71\x92\x2d\x4c\x6f\x33\xb5\xe6\ \xf8\x38\x9d\x3f\xb9\xbc\x3c\xcb\xb5\x93\xe7\xd9\xe4\xf5\x8b\x17\ \xcf\x2e\x53\xc9\x42\xe1\xf2\xe6\x39\x58\xac\xd3\xf4\xd3\x6e\xef\ \xf5\x67\x67\x17\x37\xe7\x2f\xb3\xc9\x42\x65\x32\xab\x8e\xdb\x73\ \x66\x58\x6f\xb4\x27\xb5\xfe\x71\xb9\x53\xed\xf4\x72\x79\xb0\x47\ \xd9\x71\xab\xd5\x3a\xa9\x4c\x87\xf3\x49\xaf\x32\xc9\xde\xa6\x9a\ \xc7\xb9\x11\xd8\xa8\xeb\xa7\xaf\x52\x57\x37\xc7\xb5\xf2\x34\x79\ \x7e\x96\x04\xc8\xeb\xd7\xca\xc7\xcd\x93\x6c\x3e\x75\xfd\xe5\xd5\ \xc9\x71\xea\x22\xd5\xcf\x67\xcb\xd3\xcc\x45\x37\x97\x3a\xfd\xfa\ \xe5\x6d\xfa\xfa\x24\x79\x9c\x2b\x24\x0b\xfd\xe6\xe5\x53\x90\xd3\ \x8b\x2f\xbe\xf8\xc3\x7f\xfe\xe9\x67\xff\xfa\xe7\x4f\x7f\xf7\xd3\ \x3f\xfe\xfc\x07\x9f\x7c\xf7\xf3\xef\x7c\xfc\xc9\x07\xef\xbe\xbb\ \x71\xff\x1e\xe8\x10\xc2\x40\xb0\x34\x4a\x34\xb8\xbd\x21\xda\x10\ \x81\xe5\x12\xad\xef\xca\x80\x00\xa5\xf7\xee\xad\x4b\x65\xca\x75\ \xb1\x10\xb5\xcd\x11\xef\x82\x9c\xb0\xe0\x1b\x99\x40\x20\x03\x35\ \x12\x20\xf3\xc4\x93\xca\x58\x2c\x16\x9b\x05\xd4\xc4\x11\x72\xb9\ \x52\x99\x94\xc3\x46\xcd\x4b\x51\x41\x02\x28\x92\x58\xc0\x01\x21\ \x42\x3c\x86\x96\xbd\xa0\xe4\x05\x29\x47\xa0\x7c\xb3\x80\x47\xca\ \x63\x89\xd7\xa5\x1c\xd4\x1b\xec\x70\xeb\x10\x18\x52\xcc\x53\xee\ \x3e\x80\xd7\xb3\x38\xa0\x63\x62\xf1\xfa\xba\xf2\xc1\xa3\x75\x16\ \x5a\x3b\xbd\x75\x28\xe1\xb2\x77\x24\x28\xe6\x73\x65\x87\x07\x50\ \x26\x14\xb2\xb6\xc0\x23\xed\xb0\xf9\xbc\xad\xc3\x15\x40\x42\x1e\ \x7f\xeb\xf1\xdf\xfe\xf0\x7b\x6f\xda\x48\x1f\x1d\x1c\x1d\x7d\xff\ \x27\x8f\xc5\xb2\xf5\x7b\xef\x3d\x10\xf1\x79\x42\x0e\x4f\x24\x93\ \x09\x58\xac\xf5\x5d\xa9\x90\x8f\x8c\x94\x80\x07\x8a\x8b\x96\x67\ \xb3\x78\x2b\x7c\x01\x47\xaa\xe4\x0a\xd1\x88\x16\xca\xda\xe2\x01\ \x7b\x82\x7b\xe3\xc2\xfe\xd8\xa8\x23\xe1\x91\x44\xb2\xbf\x22\xd9\ \x3f\x10\x48\x76\xe0\xab\x83\x7d\x38\xda\xad\x43\xb4\x5e\x07\xbe\ \x7c\x0b\xdc\xcf\x9a\xfa\xce\x7f\x5d\x03\x6f\xa5\x5e\xdb\xd4\x00\ \x5f\x69\x8c\x5a\x23\xc0\x1f\xea\xdf\x8c\x9a\x0b\x02\x10\xaa\xe4\ \x6a\xf8\xc2\xa0\x58\xdb\x36\xe8\x34\xdb\x72\xa3\x46\x03\x8e\x45\ \x8e\xca\x9b\x9c\x6e\x07\xc8\x8b\x95\x20\x6c\x16\xa3\xc7\x13\x0d\ \xd8\x6c\x3a\xd5\xaa\x66\xf3\x0e\xe0\x1f\x6a\x3d\xba\xa9\x00\x7b\ \x22\xdf\x7e\x7b\xf3\x5b\x2a\xf5\x9a\x5e\xb1\x06\x02\x78\x17\x35\ \x8b\x50\xdd\x51\xa3\x52\x09\x14\xc5\xb5\xa6\xd2\xa3\x81\x2b\x23\ \x98\x20\xf9\x2a\x6c\x6b\x5b\x65\x30\xa8\x54\x06\xa3\xc3\xa4\x30\ \x11\xb8\xdd\xe1\xb5\x38\x3c\x94\x4b\xef\x36\xa9\xed\x2e\x67\x74\ \x54\x72\x3b\x3c\x76\xbd\x5e\x65\x44\x55\xe4\x72\x90\x39\xd0\x44\ \x50\x24\x9b\x5d\x8f\xe2\xb5\x56\xb5\x26\x33\xe0\xa6\x19\x4c\x8f\ \xd1\xe6\x95\xeb\xe5\xab\xa8\xa7\x8d\xde\x61\x46\xe5\x5a\x28\xe9\ \xcf\xe1\x76\xc8\x0d\x7a\xa3\xc5\x60\xd0\xbb\x6c\x5a\x9b\xdb\x61\ \xb2\x98\xbd\x61\x94\x5b\xe0\xb0\xd9\x3c\x3a\xab\x17\x64\x8b\x2e\ \xd2\x84\xdf\x67\xd6\x68\xb5\xf2\x35\x3d\x80\xb1\x1a\x35\xb8\x90\ \xa3\xc9\x82\xb5\x3b\x2a\x8f\xd3\x84\xca\xc6\x6d\x56\x9c\xa1\xa2\ \x61\xab\x56\x6e\x77\xea\x75\x36\x8d\xab\xd3\xac\xc4\xe2\x11\x3f\ \xee\xa3\x26\xf5\xe1\x24\x46\x63\x3e\xab\x09\xfc\x92\xc5\xa0\x73\ \xbb\x3d\xc0\xb6\x56\x17\xe8\x4b\x6a\x1c\x03\x1c\x63\xfc\x14\x46\ \xc5\x80\x3b\x31\x3c\x48\x39\xe9\x84\xdb\xef\xf5\x7b\x19\x9f\x2b\ \x40\x33\x7e\x0b\x11\x08\xd5\x43\x64\xac\x18\xf4\x12\xd5\x37\x0d\ \x6e\x12\x25\x06\x23\x3b\xf5\x08\x1e\x2a\x85\x30\x6f\x9d\xa2\x13\ \x0e\x33\x1e\x43\x0b\xa7\x7c\x21\xa6\x13\x6e\xc4\xa3\x24\x38\x2e\ \x9c\xc6\x9c\xfe\x40\xa0\x53\x5c\x56\xeb\x34\xc6\x44\x40\x28\x8a\ \xf1\x68\x24\xdc\x68\x84\xe8\xea\x20\xde\xea\x30\x4c\x3c\x12\x4a\ \x0c\xbb\x9d\x60\x68\x56\x84\x8d\x34\xc2\xf3\x18\xe5\x8d\xd6\x19\ \x86\x89\x84\xf0\x22\x5a\xb0\x6d\x1d\xe4\xbb\xf1\x7a\x29\xda\x63\ \x22\x93\x59\x73\x52\x8c\x86\xaa\x0d\x6c\x34\xa9\x46\x63\x54\xb4\ \x1e\x0f\x15\xc7\xcd\xca\xf2\x7c\xdc\x4f\x95\xe6\xa9\xee\x20\x97\ \x6b\x25\xa6\xf5\x5e\x6f\x34\x2e\x9c\x2d\x27\xe3\x4e\xb9\x30\xa9\ \x4d\x63\xf1\x28\xed\x65\xc2\xa0\x59\x36\x1f\x11\xb6\x99\x4d\x0e\ \x37\x45\xe2\x54\x98\x49\xd0\x51\x8c\x2c\x96\x5f\x5d\x4c\xa7\xcd\ \x34\x98\xa3\x4a\x6d\x12\x1a\x3f\xff\x45\xb3\x5f\x48\x95\xd3\xe3\ \xd9\x6d\xfa\xf2\x64\x3a\x4d\xf7\x9a\xb5\x66\x73\xba\x58\x2c\x52\ \x19\xf0\x5e\x37\xe7\x99\x5e\xa1\x9b\xed\x75\xbb\xa9\x56\x2d\xd3\ \x6e\x96\x73\x85\x5c\x0f\xf4\xaa\x9d\x3f\x6b\x16\x00\xd2\xda\x97\ \xe7\x85\xda\xe9\xd9\xb3\x4c\x6e\xd0\x3e\x7f\x95\x4c\xbf\xf8\xf2\ \xab\x57\x57\xd7\x95\x93\x4c\xe6\xa4\x70\x7c\xfd\xfc\xf6\xf5\xd3\ \x5c\xeb\xc5\xf3\xdb\xd3\xe3\xeb\x6b\x40\xce\x54\xb2\x39\x6b\xf7\ \xf2\x8d\x41\x64\x38\x2a\x1f\xe7\xfb\xed\xc5\xb2\x38\xea\x2f\xdb\ \xfd\xdc\x02\x90\xb0\x96\xed\x0f\xaa\xc3\x7e\xb3\x3b\x6b\x5f\xd4\ \x92\xa7\xd7\x27\xe7\xd9\xfc\xe5\xe5\xd3\xeb\xd7\x4f\xf3\xa7\xa7\ \x93\xd1\xe9\x65\x3a\x9f\x4c\x9d\x77\x6b\x99\xf2\x79\xb7\x70\x72\ \x76\x93\x19\x75\x0b\xe9\x4c\xb9\x99\x86\x9f\x83\xb9\xcb\x5d\x3d\ \xff\xe2\xe6\xfc\xe4\x36\x7d\xd2\xcd\x96\x4f\x6a\xe9\xd7\xe9\xe3\ \x97\xe9\xab\xcf\x7e\xff\xdf\xff\xfa\xc7\x7f\xff\xd7\x4f\xbe\xfd\ \xde\xe7\x9f\xfe\xe0\xd1\x77\xde\xfb\xf4\xa7\xdf\x7d\xb4\xbb\xfb\ \xe0\x9d\xf7\xf6\xa4\x22\xf1\xde\xfa\x06\xea\x95\xba\x0e\x38\xb8\ \x71\x5f\x29\xdb\x45\x03\x5a\x40\x7f\x4a\xb1\x50\xba\x81\x96\x15\ \xca\xa4\x6f\xea\xc4\x95\xb2\x8d\x3d\xa9\x94\x0b\xc2\x85\x96\x10\ \x8b\x91\xb9\x92\x4a\x45\x3c\x70\x4d\x80\x55\xe2\x15\x54\x44\x2a\ \x11\x2b\x25\x9c\x5d\x34\x7b\x08\xa6\x46\x80\x62\x14\xd0\x78\x3c\ \x2a\xc2\xe2\xc8\x76\xf7\xa4\x2c\x14\xe8\x27\x12\x09\x05\xa0\x4a\ \x5c\xbe\x98\xcd\x47\x65\x5c\xdc\xc3\x43\xc9\xd1\xca\x0e\x4b\xcc\ \x12\xa1\x51\x7f\x99\x40\xb9\x2b\xdd\x45\xe5\x5f\x7b\x0f\xd1\x2b\ \x50\x7b\x0b\x2e\xea\x4a\xc1\xdb\x3a\x58\x11\xf3\x77\xd0\x78\xf8\ \x0a\x67\x4b\xb0\x0e\xa0\xb9\xc5\x06\x1d\x5b\x41\x41\xc7\x3c\x89\ \x50\x78\xf8\x04\xf4\xea\xfd\x83\xfd\xc7\x47\x4f\x0e\x1f\xff\xdd\ \xff\x79\x24\x7b\x74\x0f\xce\x88\xb3\xc3\x55\x72\x56\xc0\x17\xf2\ \x79\x4a\x8e\x6c\x5d\x09\x3b\xe4\xbd\xe9\xc7\x2a\x00\x8b\x05\xaf\ \x06\x25\xe5\xb1\x51\x69\x96\x60\x05\x3c\x9b\x58\xc8\x42\x2b\xa1\ \xd1\xea\x20\xee\x0a\x6f\x87\xcb\x46\xd9\x83\x28\x20\x19\x4c\x15\ \x17\x6c\xd5\xfe\xce\x8a\x50\x20\x39\xdc\xe1\xc2\x9f\x83\x9d\xb7\ \xd4\x8a\x3b\xdb\x9b\xdf\x02\x9f\x25\x37\xc8\xd1\x34\x9e\x4a\xa5\ \x06\x3f\xb0\x76\xf7\xee\x9a\xda\xa8\x80\x9f\xae\x2a\x50\x4b\x79\ \xc0\x44\x04\x47\x9b\xa0\x35\x77\x15\x9a\x35\xb9\x71\x0d\xd8\x50\ \xa3\x45\xa4\xa6\xd3\x68\xed\x2e\xab\xdd\xae\x37\xe3\x51\xc2\xe2\ \xd5\x01\x04\xae\x6a\x8d\x06\xed\xea\xda\xda\xda\xdb\x77\x36\x75\ \x86\x55\xc5\xe6\xdb\x6b\xe0\xe3\x34\x6a\x0d\x50\x21\xc0\xa5\x47\ \x6f\x5f\x03\x51\x53\x59\x34\xa0\x4f\x5a\xa3\x46\x67\x50\xa8\x50\ \x1c\xb1\x02\x0d\x8e\x69\x0c\x72\x84\x75\x76\xb3\xc7\x64\xc4\xad\ \x06\x30\x30\x36\x3f\xed\x36\x58\x54\x06\xb3\x4e\x1f\x1e\x24\xc2\ \x1e\xa7\xc5\x62\x51\xa3\x8a\x51\xb3\xc6\x64\x37\x1a\xf4\x1a\xb9\ \xde\xf0\x26\x1e\x14\x5c\xa1\xc6\x04\x87\x63\xd0\xdb\x2c\x06\x07\ \xee\x33\xa0\x11\x7e\x38\x18\x1d\x4a\x84\x77\x68\xe5\x6a\xb9\xde\ \x0a\x5b\x35\x99\x2d\x36\x9b\xd1\xe4\x72\xea\xf4\x6e\x17\xe6\xb6\ \x11\x60\x71\xcc\x16\xbb\x13\x73\x99\xec\x60\xb8\x40\x8b\x08\x1f\ \x6d\xb1\x98\x0c\x00\xa7\x46\xed\xe6\xdd\x6d\xad\x45\xad\xd1\xc3\ \xfb\x02\x27\x2f\x77\xa1\xe4\x27\x97\x1f\xb3\xf9\x5c\x16\x27\x63\ \x07\x44\x74\xeb\x6d\x76\x85\xcd\x8b\x87\x83\x18\x4e\x79\x3d\x76\ \x2a\x48\xf8\x28\x9f\x85\x0c\x6b\x4d\x2e\x9b\xc5\x65\xb5\x38\xbd\ \x6e\xd8\xa1\xdd\x1f\x21\x9b\xe5\x04\x05\x4f\x23\x49\x2a\x10\x8b\ \x45\x31\x80\xb8\x70\x14\x0f\x5a\xdd\x01\x26\x1c\xc3\xfc\x71\x86\ \x26\x2d\x38\xc3\x24\xc2\x91\xf8\x2c\x14\x0c\x55\xc7\xa3\x52\x88\ \x00\x9d\x22\xa9\x52\x22\x40\x04\x50\x7b\xae\x50\x28\x12\x74\x3a\ \x7c\xf1\x80\x2f\x0a\xcf\x0e\xc7\x98\xc6\x32\xa2\xb3\xc5\x18\x06\ \x77\xe1\xa5\x10\x1e\x26\x16\x73\x2a\x4a\x30\x41\x7f\x24\xd1\x9e\ \x07\x29\x7a\xd8\x29\x05\x3b\x8b\xc5\xbc\x11\xf2\xd7\x43\xd4\x7c\ \xb6\x98\x2c\xe7\x45\xc2\xeb\xa2\x8b\x8d\x62\xb1\xce\x44\x16\xb0\ \xb7\x52\xa8\x4e\x93\xf1\x78\xdc\x39\x4f\xf7\x51\xec\x4a\x27\x1c\ \x1d\x56\x27\xe3\x52\x9d\x70\x31\xc4\xb0\x9a\x88\x87\x71\x7f\xbd\ \x58\xaa\x37\x67\x8b\xfc\xcd\xa2\x7f\x55\x9d\x27\xaf\x52\x99\xcb\ \xca\xbc\x12\x69\xf7\x97\xb3\x74\x6e\x50\xca\xd4\xc7\x99\xf1\x78\ \x1a\xa2\xdd\xa8\xae\x2c\x0e\x0a\x85\x52\x3a\x70\xb7\xd9\x46\x53\ \x78\x22\x48\xc0\xff\x4c\x7c\xd1\xfb\xea\x6a\xda\xea\x45\x96\xb9\ \xe9\xa2\x35\x8d\x5f\xfd\xe5\x17\xa9\xe3\x97\xf9\x65\xab\x57\x39\ \xbd\xfe\xe2\xfc\xa4\x56\x1b\xcd\xb3\x67\xfd\x72\x7b\x96\xad\x65\ \x2b\x99\xec\xf1\xcd\xf1\xe8\xf8\xa4\x3c\xce\xa7\xf3\xdd\xd4\x71\ \xae\xdc\x2c\x1f\x27\xbb\xcd\x9b\x6c\x25\x37\xcd\x1f\xd7\x4e\xb2\ \x80\x84\xe5\x6c\x33\x77\x9c\xcf\xa7\xca\x99\xdb\xc2\xcd\x17\xcf\ \x6e\x41\x2a\x52\xcf\x32\x27\x17\x37\x57\xa7\x27\x67\xd7\x17\xad\ \xec\xc5\xe5\x37\x9f\x9d\x3f\xbd\x4d\x01\x2a\xe6\xa7\xcd\xf2\xe9\ \x72\x52\x2a\x95\x06\xe5\x51\xb9\xdb\x19\x35\x97\xc7\x67\xe5\xde\ \xfc\x1a\x84\x70\x58\x4b\xb7\x47\xad\x36\xd8\xb8\xc5\xa8\x90\x03\ \x93\x96\xce\x56\x5a\x97\x67\x57\xcf\x6e\xd2\x95\x74\x6f\x51\x2b\ \x9c\x26\x53\xd9\x5c\xb3\x5c\xc8\xb5\x8e\xdb\x67\xe7\xb9\x74\xad\ \x96\x2c\x74\x73\xfd\xe4\xd5\x49\x2e\x75\x72\x92\x3e\x3b\xbb\x7e\ \xf5\xfc\xea\xfc\xf9\x55\x65\x50\xce\x9e\x5f\xbf\x7a\x5a\xc8\xbc\ \xf8\xec\xeb\xdf\xfe\xe5\x1f\xfe\xfd\x37\x9f\x7f\xfe\xdd\x77\x3f\ \x78\xef\x3b\xdf\x79\xef\xdd\x87\x3f\x7d\xef\xe1\x77\x76\x37\xd0\ \x82\x60\x21\x80\xe0\xc6\xee\xee\x3d\xa9\x70\x77\x6f\x7d\x7d\x0f\ \xf4\x4a\xc6\x92\x2a\x77\x51\xb3\x67\x96\x00\xdc\xd7\xc6\xc6\x2e\ \x1f\x95\x05\x48\x39\x1b\xca\xdd\x7b\xbb\xa8\xca\x80\x27\x7e\xb3\ \x82\x06\x3c\x93\x50\x24\x04\x00\x14\x73\xf9\x4a\xa0\x3d\x21\x7f\ \x85\x2d\x52\xbe\x41\x30\x19\xca\x47\xe6\x70\xa4\x40\x5e\x9c\x8d\ \x5d\xb0\x33\x68\xc1\xb1\x12\x24\xef\x4d\x79\x83\x48\xc8\x11\x82\ \x5a\xf1\x44\x40\x7e\xa8\xc9\xfc\x8e\x04\xa0\xef\x4d\x15\xbd\x72\ \x57\x28\x15\xec\xed\x3e\xd8\x13\x49\x37\xf6\xf6\xd6\x45\xa8\x02\ \x1d\x45\xf4\x81\x46\xad\xa0\x95\xd5\x28\x0f\x82\x27\xd9\xe2\x73\ \xb8\x62\x11\x6c\x07\x1e\xe3\x73\xb7\x24\x3c\xde\xd6\xce\x16\x87\ \xc3\x7b\xfc\xd1\x47\x8f\x9f\x1c\x3d\x39\x7a\xff\xc3\x8f\x1e\xff\ \x1f\xff\xcf\x47\xa2\x47\x7b\xbb\xb2\x7b\x1c\xb6\xf0\xbe\x58\xb0\ \x21\x03\xa3\x25\x63\xa1\x36\x85\x22\xb0\x86\x60\xb1\x50\x83\x44\ \xa0\x3e\x96\x14\xd5\x5f\xf1\x85\x5c\xc4\x9d\x68\xd9\x21\x48\x29\ \x17\x9d\x1d\x5f\xc2\xe5\x6d\x01\x82\xbe\x99\x97\x7c\x72\x78\xb8\ \xb5\xc3\x7e\x93\x34\x28\x11\xb0\x0f\x25\x12\x09\x7b\x5f\x72\xb4\ \xf5\xd6\xea\x9d\x6d\xb5\x0a\x75\x19\x34\x58\x14\x6b\x0a\xc5\xf6\ \xf6\x1d\x34\x65\x27\xdf\x04\x85\x59\x5d\x03\xb3\xa5\x58\x5d\x05\ \xa1\x59\x55\xc3\x3f\x5a\x34\xb7\xff\xf6\xe6\xe6\xf6\x36\xf8\xa5\ \x35\xa3\x51\x87\x4a\x05\x2c\x7a\x93\xda\xe0\x30\x2b\x74\x06\x9d\ \x93\x20\x70\x54\xcb\xb9\xa9\x93\x5b\xf4\xab\xdb\x6f\x23\x8e\xd2\ \xe8\xe5\x5a\xdd\xb6\x02\xc4\x68\x53\x0d\xde\x4d\xa3\x51\x29\xf4\ \x5a\xb0\x5e\x6a\x15\x1a\xd1\xd7\xc0\x9e\xef\x00\x12\x6e\xab\x54\ \x1a\xa3\xde\x6e\x04\xd9\xb2\x98\xac\x6a\xd4\x4b\xd5\x4c\xb9\x0d\ \x68\x69\x90\x5a\xed\x20\x1d\x4e\x10\x29\xb3\xd3\xed\x2d\x76\x62\ \x34\x4e\x58\x57\x41\x9e\x54\x7a\x1d\x00\x9c\xc5\xa2\x33\xa1\xfe\ \xd0\x2a\x8d\xd6\x68\x01\x3b\xa3\x36\x59\xb4\x26\xd4\x14\xc2\xa1\ \x33\x59\x54\x72\xa3\x41\x6d\x81\x3f\x76\x87\x43\xa7\x53\x19\x74\ \xa0\x50\x0e\x9f\xc3\xa6\x33\xa2\x65\x7b\x98\xdd\x62\x24\x7d\x7e\ \xd2\x85\x7b\xad\x5e\x83\xd6\xe4\xb5\xdb\x7c\x18\x5a\x88\xe7\x0b\ \x10\xbe\x00\x66\x33\x18\x8c\x3a\x23\x60\xb2\x56\x05\xe0\xa9\xb1\ \x99\x51\x07\x59\x8b\xc6\x04\xce\xce\xe7\xc2\x7c\x16\x38\x1a\xc2\ \xa8\x57\xe8\x1c\x0e\x1b\x66\x53\xdb\xbc\x2e\x20\x20\xa7\xcd\xe3\ \x55\xdb\x3c\x66\x9b\xc9\x62\x27\xdc\x6a\xbd\xc9\xea\xf6\x20\xef\ \x69\x37\x5b\xbc\xce\x40\xc8\x9f\x6d\x0e\x29\x86\x26\x08\x60\xba\ \x62\x27\xe0\x63\x98\x20\x85\x07\x1a\x94\xd3\x83\xc7\x23\xf0\x37\ \xc8\xb1\x1d\x8f\x06\x17\xf1\xe1\x68\x90\xf0\x33\xa3\xea\x30\xde\ \x88\x86\x4a\xd5\x20\x11\xf0\x51\x55\x6f\x7c\xc8\x78\x03\xed\x76\ \x9d\xf6\x06\x8b\xb1\xb0\x7f\x48\xe0\xc1\x04\x31\x1a\xf8\x8d\x9e\ \x10\x18\x31\x7f\x60\xb1\x8c\x26\xc2\x45\x86\xa1\x83\x89\x18\x51\ \x9c\xcd\x86\xe1\x68\xa2\xda\x89\x50\x75\x3a\x54\x5a\x84\xfc\xb1\ \x44\x67\x36\x19\x4c\x67\x9d\x78\x22\x11\x0e\xcd\x87\x40\x7c\x0c\ \x55\x0a\x47\x12\xd1\xf0\x80\xa6\x00\x0a\x03\xcb\x4a\xbc\x18\xf2\ \x30\xb3\x30\x31\x9f\xf5\x27\xf3\x79\xac\x14\xa4\x66\xf0\x7c\xaf\ \x27\xd0\x18\x50\xb3\x42\xa6\x59\x3e\x99\xe4\x2e\x47\xf5\x7e\xea\ \x38\x7f\xd6\x9e\xb4\x43\xfd\x56\xaf\x9f\xcc\x15\x23\x15\x7f\x27\ \x37\x5e\x76\x17\x11\x6f\x94\x09\x45\x87\x4c\x28\x41\x60\x5e\x2b\ \x61\xb6\x9b\xfd\x0c\x16\x24\x71\x38\xe3\xd2\xbc\x37\xff\xc5\x8b\ \x5a\xb7\x9f\x6f\xf7\x07\xe3\x5c\x7f\x99\xfb\x7f\xbf\x3c\xcb\x3c\ \xaf\x94\x6f\xc7\xbd\xf3\x57\x17\xf9\x76\x36\x93\xf9\xff\x39\x7a\ \x17\xdf\xc4\xd2\x2b\xdd\xbb\xb9\x8a\x9b\x01\x61\x2e\x36\x60\x63\ \x5c\x85\x37\xdb\xd4\x6e\x36\x55\x40\x43\x01\x1d\x4a\x40\x95\xb8\ \x04\x54\x34\x20\x1a\x11\x68\xee\x34\x87\x3b\xa1\xb9\x3b\x60\x6c\ \x0b\x1b\x1c\x47\xf1\x91\x47\x15\x9f\x33\x6d\xab\xf2\xf9\x9b\x51\ \xa5\x74\xce\x44\xad\xa8\x5a\xdd\x13\x25\xfa\xa2\x4c\x66\x94\x64\ \x32\xca\xc9\x4c\x46\x8a\x26\xd1\xc9\x3f\xf2\xad\xd7\x55\x2d\x37\ \xc6\xb0\xf7\xa6\x4a\xef\x53\xbf\xe7\xdd\x6b\x3d\xeb\xb0\x58\x6e\ \x17\x26\xfd\x61\xbf\x3d\xa9\xa5\x0b\xa9\x49\xa9\x76\x9b\x6a\xa6\ \xfa\x83\x6c\x71\x36\xac\xf7\xfb\xb9\x5c\x29\x5d\x2c\x35\x66\xe3\ \x93\x51\xba\x0c\xa2\xd9\xc8\xe4\x8a\x99\x49\x67\x9a\x5e\xd5\xae\ \x46\xb9\x8b\x5a\x1f\xe0\xa7\x53\xaf\x97\x97\xb7\x99\xab\xda\xf4\ \x32\x5f\xe8\xfc\xfa\xf6\xf6\xa7\x57\xb7\xa9\xda\xcd\xab\xec\xb0\ \x7f\xdc\x28\xb5\xaa\x95\xf3\xc3\xd3\x54\xa1\x78\xb2\x3a\xeb\x9f\ \xad\x86\xf5\x7a\x3b\xd5\x1e\x95\xda\x9d\x4e\x76\x96\xce\x2f\x46\ \x60\x40\x27\xed\x61\x71\xd8\xe8\x1f\x4f\x86\x85\x8b\xdb\x01\x68\ \xd5\x64\x32\xcd\xd4\x32\xe5\x52\x7d\x30\xe8\x17\xb2\x37\x97\x83\ \x74\xfd\x6d\xb6\x5d\x2e\x17\x6b\xb9\xcc\x65\x27\x0b\x44\x97\xae\ \xe7\xaf\x6f\xae\xde\x75\x6e\x27\xa3\x76\xa3\x99\xe9\xe4\xa7\x57\ \x37\x97\xef\xfe\xe5\xaf\x7f\xfa\xf3\xbf\xfd\xe2\x27\xff\xf4\x93\ \x6f\xfe\xe8\x7b\x2f\x7e\xf4\xd1\x8b\x0f\x3f\x7a\xf1\xcd\x17\x4f\ \xf7\x77\x85\x7c\x0a\xd8\x3e\x19\x38\x33\x58\xca\xe8\x76\xa0\x8c\ \xcf\x97\x71\x55\x7c\x3e\x5f\x22\x94\x80\x41\x54\x49\x76\xb9\x42\ \x19\x17\x7e\xa9\x76\xc1\x27\x0a\xf7\x55\x6c\x3e\x87\x47\x07\x79\ \xa1\xa0\xc2\x50\x0e\xda\x79\x67\x31\x68\x2c\x9e\x98\xc3\xe5\xc9\ \x40\xa2\xe8\x28\x51\x94\x4e\x05\x9b\xc5\xe2\x71\xe8\xa8\x13\x90\ \x2f\xe6\x02\xa9\xb0\x28\xe8\xf6\x1f\x8a\x8c\x01\x53\xc6\x64\x31\ \x18\x60\xc7\x40\x37\x40\xb2\x50\x8c\x1e\x65\x73\x9b\x4e\xe3\x52\ \xf8\x62\x19\x8f\x25\x93\xed\xf1\xb9\x2a\x89\x6a\x9f\x87\x0e\x0d\ \x7a\xc8\x44\xe3\xc3\x50\xd0\x1e\xa8\x26\xba\x33\x89\x52\x92\x37\ \xe9\x34\x16\x95\x85\x22\x61\xa8\xd4\x4d\xd0\x96\x6d\x26\x83\xc2\ \xdc\x7e\xfe\xf2\xd3\xe7\xdf\xfd\x2e\x08\xd6\x27\x7f\xfb\xdd\xbf\ \xfb\xff\x3e\xe5\x7e\xf8\xe4\x29\x5f\xc6\x59\x13\xab\xc4\xa0\xc7\ \x14\x3e\x97\xc5\xe2\xf3\x90\xd0\x72\x58\x28\xc6\x59\x82\x6a\x1a\ \x50\x76\x17\x07\xa5\x76\x51\xc0\xd1\xf2\xb8\x54\x06\x9a\xad\x01\ \xd6\x90\xb9\xc9\xa4\xa2\x81\x84\x68\x8e\xea\xf6\x83\x47\xdb\x60\ \x11\x1f\xdf\xc7\xf9\x3d\x07\x79\x5c\x7b\xf0\x78\x9b\xf9\xe0\xc1\ \xe3\xc7\xef\x61\x1b\x1b\x72\xb9\xe0\x83\x9d\x0d\xb9\x52\xf1\xfe\ \x0e\x2a\x16\x15\x6c\x7d\xf0\xc1\xce\xce\xba\x40\xb0\xb5\xb3\xa1\ \x55\x2b\xc1\x17\x8a\xb4\xa8\x30\x73\x5d\x01\xfe\xeb\xfd\x87\x4a\ \xf9\x43\x01\xa2\x2d\xd4\x5f\x03\x9c\x05\x44\xb4\xa5\xd4\xa9\xd7\ \x95\x98\x0e\x56\x9b\x0b\x8d\x90\x10\x6c\xad\xeb\x70\xc1\xc6\xba\ \x40\x84\xe3\x0a\x0d\xa6\x37\x6e\xad\xcb\xa5\x8a\x8d\x8d\xf7\x05\ \xe8\x38\x68\x16\xf4\x86\x48\xa3\x16\x28\x44\x82\x2d\xe9\xc3\x87\ \x02\x4c\x8f\xc1\xbb\x31\x25\x4e\x02\xaf\x61\x0a\x2d\xa1\x56\xe8\ \x80\x89\xdc\xe0\xdb\x34\xa4\x4b\x6b\xb2\xf8\x3d\x76\x82\xb4\x13\ \x46\xab\x3e\xd0\xf3\x92\x0e\xaf\x61\x47\x0e\x47\xd5\xe1\x16\xbb\ \x8e\xd4\x18\xb5\x72\xbd\xd5\x8e\xeb\x48\xb9\x9a\xc4\x30\x1d\x06\ \x50\xa5\x53\x6b\x70\x13\x68\x23\x6e\xd0\x68\xb5\x06\xb0\x8f\x26\ \x8b\x46\xa9\xd0\x63\x26\x8d\x9e\xb4\xdb\xad\x46\xbd\xd1\x84\x61\ \x26\xb7\x11\x27\x49\xab\xc3\x04\x12\xe6\xad\xe0\x7a\x2b\x41\x58\ \xec\x4e\xa7\x01\x8c\x5c\x38\xe8\x71\x38\xf5\x08\xfc\xa4\x0f\x05\ \x02\xa4\xb8\x28\xc8\x19\xd8\x4f\x0a\x96\xd3\x4c\x5a\x2d\x66\x8b\ \x81\x24\xac\xee\xa8\x09\xd7\x69\xdc\x2e\x8b\x95\xc4\x70\xc2\x6c\ \x26\xf5\x5a\x9d\xc3\x2a\x52\x93\xf0\xd0\x69\x33\x19\xf5\x26\x1d\ \xa6\x37\x3b\x70\x83\x01\x6c\xad\xdf\x6b\x77\xfb\x9b\x3d\xbf\x3b\ \xe6\x8b\xbb\xad\x66\x6f\x3c\xe0\x73\xc6\x43\xae\xb0\xaf\xe2\x0d\ \xa2\x88\x51\xbf\x53\x6f\x4e\xc6\x63\x16\x5b\xa2\x5a\x8d\xb6\x4e\ \xbb\xa1\x88\xb7\x7a\xd0\x8c\x25\xe2\xfe\x60\x02\x8d\x40\x74\x9c\ \xc5\xa3\x2b\xb7\x3d\x74\xb8\x68\x85\xdd\x96\xf8\xbc\x12\xf2\x5b\ \x3c\xd1\xae\x23\xdc\x4f\x9a\x3d\xf3\x44\xa2\x17\xf2\xc6\x7b\xf1\ \x5e\xf5\x2c\x11\xae\x06\x03\x09\x67\xf4\x28\x1c\x0b\xfb\xdc\xfe\ \xd3\xb0\x2f\x1a\xeb\xf6\x86\xad\x50\xb4\x12\x18\xf7\xc6\x89\x56\ \xd4\x13\x49\x46\xbc\x47\xbd\x5e\x2f\x91\x8c\xc7\x03\xc1\x78\x6f\ \x7e\x1a\x0f\xd8\x93\x0e\x5f\x2f\x14\x19\x1d\xda\x13\x8d\x6a\xf5\ \xe4\x10\x5e\x17\xf1\x55\x62\x9e\x56\xab\x1a\xf5\x5b\x6c\x51\xaf\ \x25\x5c\x2a\x9f\xf4\xcb\xf3\xfe\x4d\xf7\x6c\xd8\x99\xe4\x3b\x47\ \xab\x46\xf5\x70\xd4\x5c\x0c\x9b\x91\xa3\x4c\xf0\x00\x2d\xf6\xa3\ \x56\xa2\x4a\xa2\x48\x2d\x14\xf4\xe5\x50\xea\xad\x66\x83\xbf\xe2\ \x45\x5b\x6e\xfe\xa4\x77\x7c\xb8\xf8\x69\xad\x7f\xd4\x6c\x14\x8b\ \x67\xb3\x72\xf7\x34\x75\xf9\xf6\xaa\x50\x6f\x36\x87\xe3\xe1\xd5\ \xb2\x30\x3c\x6f\x64\x86\xc7\x93\x46\xbf\x5d\xef\x2f\xf2\x00\x53\ \xfd\x5c\xbb\xdc\xcf\xbe\x1b\x9e\x94\xd3\xcd\x54\xbe\x3d\xca\x96\ \x16\xc5\x74\x7b\x52\x9c\x64\x2e\x17\xa5\xfc\x20\x75\x79\x55\x2f\ \x0f\xda\xc5\x62\x21\x33\xec\x17\xea\xcb\x51\x69\x70\xf3\x2a\x3d\ \x98\xde\x5c\x75\x3a\x77\xb9\x57\x3f\xbb\xba\xb9\x59\x4e\xeb\xef\ \xee\x7e\xfe\x9b\x5f\xdf\xa4\xd2\xcb\xdc\x70\x78\x76\x98\x9a\x55\ \x56\xc3\xe6\xc9\x49\x69\x78\x34\x3b\x18\x1f\xa1\x00\x9d\xf4\x41\ \xb9\x7c\x7c\xdc\x5e\x96\x17\xc7\x8d\x76\x7a\xd2\x3e\xca\x4d\x86\ \x99\x76\x71\x52\x3a\x98\x76\xb2\xb5\x69\xb6\x70\x89\xa2\x96\xcb\ \x8d\x5c\xba\x9f\x5b\x02\x61\x01\x5e\x15\x73\xd7\x3f\x4b\x1d\xe5\ \xfa\xa3\x7c\xaa\x98\x4b\xb5\x17\xb5\xab\xf2\xf2\xf5\xe5\xcd\xed\ \xf4\xa6\xd4\xec\x4f\x0b\x8d\xab\x57\xf9\x8b\x9b\x37\x3f\xff\x3f\ \xbf\xfe\xbf\x7f\xfd\xd3\x2f\xfe\xf4\xa7\xdf\x7d\xff\x5b\x7f\xf8\ \xc5\xe7\xfb\x4f\x9f\x3d\x7b\xfa\xed\x17\x7b\xb2\xdd\x5d\x15\x9f\ \xbe\xbb\x27\x11\xab\xf8\x3c\x2e\x8f\x43\x63\xca\x64\xa8\xfd\x46\ \xb5\xff\xa1\xf8\xd9\x0b\x95\x4a\x2c\x83\xff\x80\x63\x54\xfc\x5d\ \x78\xfe\x19\xe8\x1a\xa8\x16\x8f\x2b\xdb\x43\x52\x03\xa0\x84\x6e\ \xea\x71\xd8\xa8\xbb\x8f\x26\xe3\x6e\xa3\x6c\x2c\x06\x9a\x29\x08\ \xd6\x10\x34\x80\xc7\xe5\x53\x98\x60\x27\x59\x1c\x9a\x10\x65\x57\ \x51\x28\x5c\x09\x8d\xb9\x46\x45\xa5\x56\x60\xf1\x40\xab\xd0\x24\ \x69\xa1\x0c\xc5\xc3\x53\xa8\xcf\x99\x6b\x14\x78\x82\x2f\x13\x0a\ \x3f\x7c\x82\xc6\xf5\x00\x65\xa1\x99\xd1\x2c\x1a\x8f\xca\x04\x81\ \xe1\x8b\xd9\x6c\x1e\x9f\xc7\xd9\xa4\x72\xd0\x1c\x8b\x35\x94\xaf\ \x80\x7a\x6e\x98\x14\xc6\xfd\x76\x3c\x95\xc5\x61\xb1\x36\x5f\x7e\ \xf6\xe9\xa3\xe7\xdf\xfd\xec\xe5\xa7\x9f\xbe\xfc\xee\xff\xfb\x77\ \x8f\x59\xaa\x8f\x55\x62\x50\x52\x19\x97\x29\x11\xa2\x4c\x64\xb8\ \x66\x94\x8e\xc3\xe1\x00\x3c\xa2\x31\x62\xf7\x05\x11\x6c\x2e\x9b\ \x49\xa7\x71\x58\x28\x1f\x19\xdd\x43\xb8\x9f\x9e\xc3\x44\x93\x76\ \x50\x18\x04\x7d\x93\xb5\xb6\xb9\xf6\x60\x8d\x41\x7f\xfe\x7c\x9b\ \x89\xe6\xff\xd0\x39\x20\x8d\x0f\x1e\x6c\x3e\x78\xfc\x68\xed\x3d\ \x2d\x58\x37\xc0\x29\xc1\xfb\xeb\x4a\xe9\xc6\xc6\xc3\x87\x1b\x4a\ \xc5\x86\x74\xe7\xfd\x87\xef\x2b\x36\x3e\xf8\x60\x0b\x74\x4a\xbd\ \xbe\x25\x95\x0a\xb4\x0a\xa9\x52\xab\x58\x07\xf2\x7a\x5f\xaa\x04\ \x75\x13\xa1\x49\x15\x02\xc5\xce\x43\x24\x74\x1a\x33\x1a\x06\xa8\ \x34\xbb\xec\x56\x12\xcc\x21\x9a\xc4\x8c\x89\x94\x82\xf5\x1d\x81\ \x56\xa9\x90\x6b\x50\xbf\xcd\x3a\xaa\x95\x10\x89\xc0\x54\xa9\xb7\ \xd6\x05\x72\x2d\x8e\x09\x36\xe4\xd2\x1d\x05\xbc\x46\x89\x5b\x70\ \xa9\x5a\x2b\x52\x82\x6e\x59\x31\x81\x16\x57\x12\xa0\x32\x46\x0b\ \x61\xd2\x83\xf0\x18\xf4\x7a\xbb\xdf\x82\x9b\x4c\x56\x97\x01\xf7\ \x9e\xb4\x1c\xa1\xb0\x51\xa4\xc5\x15\x4a\x2b\xea\xda\xd6\xc1\x23\ \x11\x66\xb3\x82\x56\x00\xff\x18\x71\x23\xae\xd6\x08\xb4\xf0\x03\ \xa3\x14\xa4\x4c\x6f\x54\x6a\x8d\x80\x7e\xde\x90\xce\xa8\x57\x12\ \x66\x0d\xbc\xcc\xa8\xd3\x62\x1a\x8d\x16\x37\x3a\x7d\x26\x93\xde\ \x63\x33\xd9\x9d\x36\x9f\xdb\x4c\xc0\x7b\x49\xb0\x9f\x84\xc1\xa8\ \x01\xaf\xa5\xb7\x19\xd4\x46\x9b\x48\xae\xdd\x92\x6b\xd1\x8e\xde\ \xba\x52\x29\x55\x28\x44\x0a\x85\xd1\x17\xb2\x59\xec\xa4\xc1\x64\ \x45\x61\x32\x26\xb9\xd6\x65\x31\x9a\xc0\x89\x1a\xb4\xa4\x91\x34\ \x3a\x83\x66\x2d\x41\x12\x26\xbb\x8d\x30\x9b\x48\x50\x35\xf4\xcb\ \x6e\x35\x1b\xad\xa4\xcb\xe2\x8d\xad\x2a\x16\x5b\xc4\x1f\x0f\x98\ \xdd\xf6\xf9\x38\xe2\x8c\x78\xad\x5e\x7f\x34\xec\x33\xb9\x5c\xb6\ \x80\xdd\xec\x76\x46\x42\x7e\xb3\x2b\xe4\x8d\x46\x42\xd1\xb8\xcb\ \x7f\x7a\x7a\x70\x32\x8f\x86\x92\x01\x8b\xd7\xec\xb0\x7b\xc3\x89\ \x88\xdb\xe9\x0f\xf5\xc6\x31\x67\xc8\x9d\xf0\x47\x22\xd1\x79\x6c\ \x1c\x0e\x9f\xc6\x1c\xb1\x4a\xc5\x9f\xf4\xbb\x22\x49\x67\x37\x7e\ \x7a\x16\x4b\x06\xa2\x41\x67\xe5\x24\x14\x0e\xd8\x3c\x95\x56\xd4\ \x19\x1e\x1f\x4d\x9a\xf3\x50\x2c\x9c\x0c\x1d\x1e\xb4\xe2\xa0\x90\ \x2b\x5f\xa4\x1a\x1f\xcf\x63\x5e\x77\xd4\x1e\x4a\xc6\xba\xfd\x96\ \x27\x90\xb0\x78\x5a\x95\xc5\xe1\x59\xd2\x37\x4e\x76\x4f\xa2\x95\ \x70\x60\x15\xea\xb5\xdc\xbd\x70\x20\x19\xf3\xb9\xbd\x4e\x7b\x2c\ \x5d\x3a\x3b\x3c\x5c\x35\xb3\x91\xf1\x55\xf1\xe4\x2a\x7d\x32\xcb\ \xc5\x2b\xa3\xd9\xa8\x5c\x3e\x5c\x35\x7a\x47\x07\xcd\xc9\xea\x30\ \x9c\xe8\xba\x50\xa8\x8e\xdb\x1b\x0d\xb9\x75\xf0\xb7\xa1\xf7\x44\ \xec\xe1\x00\xf8\xdf\x50\x34\xb4\x28\xbd\xcb\xb4\x0e\x4b\xc5\x4e\ \x7e\x34\x9a\x84\x8f\x0e\xae\x7f\x75\x53\xe8\x94\x46\x9d\xf3\xe2\ \x20\x5d\x1c\x2d\x96\xd3\xd9\x78\x54\x18\x1e\x64\x72\xf3\x54\x16\ \x14\x62\x38\x19\x1e\x67\x6b\x47\xbd\x4e\xbd\x33\x2d\x0c\x3b\xcb\ \xd9\x79\xbd\xd8\xaf\x35\xa6\x93\x34\xb8\xb1\x62\xb6\x50\x2a\x4c\ \x86\x93\x62\x79\x32\x4c\x65\x2f\x5e\x4f\x9b\xa5\x4e\x6a\xf0\xe5\ \x55\x36\x9d\x59\x96\x2f\x33\xf9\xeb\xd7\x57\x57\xb7\xd9\xcc\xd5\ \xf2\xed\xef\x7f\xf5\xd3\xcc\x4f\xeb\x83\x4c\x71\x36\x1b\x35\xba\ \xdd\xd9\xaa\xbf\x28\x37\x8f\x46\x93\xfe\x49\x6b\x3c\x1f\x36\x3b\ \xb7\x47\xa0\xba\xa9\x54\xbf\x34\xe9\x4c\x26\x85\x61\xad\x7c\x57\ \x4f\x67\x32\x93\x51\xfa\x6d\x3d\x97\xbf\xcc\x16\x0b\x43\x70\x7d\ \xfd\x54\x33\xbd\xac\x95\x72\x37\xd3\xdc\xb2\x76\x50\x7b\x97\x19\ \x16\xce\x67\x20\xae\xb5\x41\x7f\x78\x79\x71\x7b\xf7\x7a\xf9\xe5\ \xb2\x76\xdd\x98\x8c\x0e\x96\xb9\x46\xe9\xf2\xe6\xf5\xdb\x9f\xfe\ \xfe\xaf\x5f\xfc\xe5\x4f\x7f\xf8\xdd\x2f\x3e\xfe\xf0\xe9\x8f\x7e\ \xf2\x6f\xdf\xfa\xe8\xd9\x93\x17\xcf\xd0\x78\x86\x3d\x2e\x85\x8b\ \xc6\x10\xee\xee\xf2\x29\x1c\x0e\x9f\xa7\x42\x77\x08\xb9\x32\x95\ \xf0\xe9\x9e\x50\x2c\x94\xc0\x57\x21\x9b\x26\x94\xf0\xf8\xe0\xce\ \x54\x7b\x3c\x9a\x0c\x94\x04\x1e\xf3\x10\x58\x71\x29\xe0\x0b\xe9\ \x0c\x1e\x9d\x86\x2a\xb2\x84\x42\x3a\xea\x1b\xa6\x73\xb9\x6c\x10\ \x31\x3e\xda\x70\xa7\xaf\x31\x41\xfe\xb8\x7c\x84\x52\x6c\x36\x80\ \x9b\x44\xc6\x40\x31\x33\x5c\x19\xea\xc8\x61\xf1\x28\x3c\x1e\x0d\ \xec\x23\x8d\xc3\xa0\x51\x1f\x6f\x32\x84\xe0\x18\xb9\x2c\x0a\x1a\ \x89\x28\x51\x89\x85\xaa\x3d\x21\x8d\xcb\xa1\xa2\x00\x1a\x16\x95\ \xc1\x97\x70\xee\x77\xc8\xd9\xa8\x49\x99\x01\x7c\x86\x18\x89\x46\ \xb9\x9f\x21\x4d\xa1\x3f\x46\x39\x0b\x3c\xfa\x83\x4f\x3e\xd9\x7e\ \xfc\xfc\xe5\xe3\x47\x9f\x7e\xfa\xc9\x77\xff\x9f\xbf\xfb\x8c\x29\ \x7b\x26\xdc\xdd\x65\xf3\x38\x4f\x68\x1c\x19\x5c\x31\x87\x0f\x86\ \x10\x95\x55\xc0\x43\x90\x24\x3e\x17\x6d\x5c\xa1\xdc\xae\x4d\x34\ \x35\x87\xce\xa2\x51\xe9\xa8\xb8\x95\x81\x06\x91\xd1\xd7\xa8\xe0\ \x35\x59\xcc\x35\xfa\xe6\x83\xb5\x6d\x36\xa0\x1c\xea\x77\x5c\x7b\ \xb4\x49\x5d\x63\x71\x18\x8f\x1e\x3c\x7f\xc4\x64\x6e\x33\xdf\x53\ \x80\x54\x7d\xb0\x2e\x92\xee\x48\x95\x0a\xc5\xce\x37\x36\x44\x5b\ \x1b\x22\xf9\xc6\x86\x74\x1d\xdf\xd8\xd9\xd9\xda\x90\x6f\x89\x44\ \x02\x80\x28\xa9\x12\x56\x2b\xa8\x8b\x74\xeb\x1b\x3b\xd2\xf5\x87\ \xeb\x0a\x58\xc3\x18\x2e\xdf\x11\xc9\x71\x5c\x8b\x03\x70\xe9\x08\ \x91\xd5\x63\xf7\x3b\x8c\x18\x8e\x26\x56\xa0\x82\x2e\x54\x6e\xa9\ \x50\x3e\x5c\x17\xbd\x2f\x95\xae\x6b\x94\x1b\xe0\xe3\x94\x1b\x5b\ \xeb\x68\xea\x1f\xd8\xb7\xf5\x8d\xfb\xd8\x16\xc1\xba\x82\x70\x20\ \xb5\xd2\x0a\xa4\x4a\xb9\x56\xaf\x36\xea\xe5\x68\x10\x85\x8e\xd4\ \xeb\x6c\x60\xee\x4c\x16\xbd\x3d\x62\x56\x6a\x09\x34\x16\xde\x73\ \x7c\x00\x0e\x4a\xa3\xc4\x8c\x18\xf0\x90\x46\x8d\xa3\x51\xaa\x5a\ \x5c\x67\x35\xa1\x79\x37\x72\x4c\x6d\x34\x62\x1a\x4c\xad\x51\x00\ \x11\x99\x2d\x46\xa3\x4e\x21\xd2\x8b\x94\x06\x47\xd8\x82\x6b\x14\ \xa4\xc1\x6a\xd4\x18\xf4\x6a\x83\x0e\x78\x4e\x67\x32\xd9\xcc\x04\ \x69\x33\x99\x50\x9c\xba\xc5\xa4\xc3\x75\xf7\x4d\x8b\x26\xab\x1e\ \x85\xa1\xba\xc0\x82\x5a\x0d\xa8\x2b\x47\x2d\x27\xf4\x72\xf0\xc5\ \xb8\x76\x03\x5c\xb3\x51\x63\xf7\x93\x36\x33\x78\x4c\xd2\x80\xd2\ \xa3\xd5\x22\x13\x89\x19\x4d\x28\x18\x86\xd0\x9b\xac\x4e\xbb\x11\ \xb7\x78\x08\xab\xc5\x6a\xb7\x9b\x70\x0d\x69\xb2\x98\x30\x4d\xd0\ \x6f\x01\xd1\x32\x78\x7c\x96\x6e\xd7\x6c\xf5\xfb\x3d\x1e\x9f\xdf\ \x05\xba\x61\x45\x99\xc4\xfe\x58\xdc\x6b\x76\xba\x48\x9f\xc7\x4f\ \x38\x83\x09\xa7\x39\x18\xed\xfa\xfc\x89\x5e\xc4\x13\x18\xa7\x17\ \xbd\x55\xb5\x9a\x00\x77\xe5\xb0\x58\x9c\xa1\x78\x0f\x64\x2b\x19\ \x9d\x77\x7d\xbe\x18\x1a\xea\x10\x0a\x04\x62\xd5\xc5\xb9\xcb\x15\ \x89\xbb\x82\x31\xa7\x2f\xe0\xb7\x7b\x7a\x2d\xaf\x29\xec\x09\x06\ \xad\xb1\x70\xf7\x34\xec\xf6\xcf\x13\x31\x67\x72\x7e\x38\xec\x57\ \xdd\xb1\x48\x78\x71\x02\xa6\xb0\xe2\x8c\x26\xbc\x47\xc9\x50\x25\ \xd9\x05\x94\x0c\xc6\x5a\x11\xcf\xe9\x59\x20\x12\xf1\x7b\x7b\xf3\ \xb8\x17\xed\xf2\x83\x2a\x26\x93\xab\x6e\x2b\xd8\x48\xfa\x8e\x4f\ \xe3\x95\xc3\x40\xa4\x15\xf3\x8f\xfb\x8d\x5c\xfb\x74\x7e\xdc\x0e\ \x9f\x1d\xa7\x9a\xf5\xda\xc1\x28\xd7\x5b\x9d\xcc\x16\xb3\xe1\x61\ \x32\xdb\xeb\x1f\xad\x9a\x60\x42\xbb\xa7\x4e\x34\xfd\x22\x90\xf0\ \xf9\x2c\x3a\xbb\x55\xa1\xf3\x44\xe0\x73\xfb\x83\xf1\x70\x25\xb2\ \x2a\xfd\x71\x79\x0a\x48\xd6\x1f\x9e\x56\x4e\x92\x67\xa5\x77\xcb\ \x6c\xa3\x50\x3e\x98\xa0\x3d\xb1\x5c\xfb\xac\x9c\x4f\x9d\x34\x8a\ \x27\xc5\xfc\xac\xbf\x38\x2a\xd4\xfb\xc5\xd2\x00\x7e\x3c\x3a\x6c\ \xd6\x8b\x9d\xe1\x28\x77\xd9\x2f\xb5\x1b\xa3\xd2\x45\x7a\x58\x1c\ \xa5\x8a\x93\xf4\x64\xd2\xcc\x0f\x72\xc5\x6c\x7a\x99\xe9\xe4\xea\ \x99\x62\xfe\x75\xe6\xd5\xf5\xeb\xd1\x28\x55\xa8\x5f\xd6\x3b\x57\ \xb5\xfa\x12\xb4\x30\x5f\xbf\xfa\xed\xaf\x7e\xde\xf9\xed\x6d\x2d\ \xd3\x68\x1e\x34\xd2\x47\xc7\xc7\x07\xb3\x59\x66\xd2\x2f\xcc\x86\ \xa3\xb3\xb3\x83\xc2\xe2\xe2\xed\xd9\xa2\xbd\xe8\xa4\x0e\x0a\x68\ \x98\xf5\xf1\x24\x95\x2e\x2f\xdf\x80\x1a\x36\x9b\x37\xd7\x29\x70\ \xbe\xc5\xe1\xe8\xea\x6d\xaa\x59\x28\x76\x06\xe5\x46\xf6\x62\x70\ \x77\x93\x6d\x80\x18\x0e\x9a\x45\xf0\x8c\x85\x6c\xba\x5d\xbe\xbc\ \xbc\xb8\xa9\x0d\xbe\xaa\xbd\xea\x14\x9b\xa3\x73\x34\x9f\xf5\xf6\ \xf6\xcd\xbb\x5f\xfd\xd7\x5f\xbf\xf8\xf1\xef\xfe\xf9\x47\xdf\x7b\ \xf6\xd1\xf7\x7f\xf2\x83\x17\xdf\xfb\xf6\xb3\xbd\xa7\xfb\xfb\x7b\ \x42\x60\x05\xe1\x2e\x88\x96\xf0\x09\x90\x0e\x8d\xbb\xaf\x92\x49\ \x64\x60\x00\xc5\x62\x1a\x3c\x04\xc8\x51\x81\xa1\x02\x0a\xda\xe3\ \x8b\xf7\xc5\x12\xd9\x2e\x28\x1b\xda\x93\xe7\x8a\x85\x2c\xb6\x0a\ \xe5\xc9\x70\xf9\x2c\xa4\x1c\x3c\x2e\x9b\x06\xc6\x8f\x42\xe3\x31\ \x58\x3c\x21\x8d\x82\x9c\x17\x8f\x82\x26\xd3\x88\xc1\x07\x0a\x29\ \x74\x8a\x10\xa0\x06\xc0\x0d\x04\x69\x93\xa6\x02\xc8\x41\x5b\xf1\ \x60\xc4\x84\x1c\xa1\x44\x8c\xc2\xb2\xd6\x1e\x30\x28\x42\x99\x44\ \x48\x43\x47\xdf\x7f\xb2\x27\xa6\x73\x01\xe5\xf8\xa0\x58\x2c\x16\ \x93\xc2\xa3\x83\xb1\x44\x05\xab\x2c\x14\xf7\xc7\x46\x01\xca\x68\ \xdb\x8c\xce\xa3\xb1\x51\x3b\x22\x40\xcf\xda\x26\x93\xc6\x66\x31\ \xff\x3b\x88\xd5\xf3\x47\x2f\x1f\x3c\xf8\xf4\xb3\xbf\xfd\x1f\x7f\ \xf3\x09\xeb\xc9\x93\x0f\x77\xf7\x28\x6b\x34\x89\x98\xc7\x85\xeb\ \x93\x89\x51\xfa\x28\xf8\x5e\x0e\x6a\x2b\xe2\x72\x19\x2c\x21\x05\ \x95\xe7\x53\xd8\x80\x54\xa8\x12\xf6\x01\x1d\xfc\x21\x87\x41\x65\ \xf3\x98\x1c\xfa\xfd\x00\xb3\xc7\x54\xc6\x26\x13\x65\x63\x6d\xa3\ \x69\xf5\x74\xe6\xe3\xfb\x1d\x79\xd6\xf6\x23\xd0\x2b\xea\xe3\xed\ \xf7\x94\x1b\xdf\xf8\x60\x5d\x2a\xdf\xda\x91\x62\xf8\xce\xd6\x07\ \xeb\x38\x10\x0f\x1a\xc1\x0c\x3c\x24\x05\xed\xc2\x30\x50\x14\x5c\ \x09\x7e\xee\x7d\x5c\xaf\x78\xb8\x23\x15\x6c\x08\x04\x20\x53\xca\ \x87\x0f\x31\x0d\x42\x0f\xb5\x51\xab\x16\x01\x4f\xe1\x84\xda\x11\ \xf1\x84\xcc\x88\x79\x40\xc8\x40\xf2\xde\x57\x88\x44\x3b\x4a\x2d\ \x1c\x64\x7d\x6b\x0b\x35\xf8\xdc\xcf\x84\x06\xd7\x09\xcf\x4b\xe5\ \xd8\xc6\xc3\x8d\x75\x2d\xe0\x14\xae\x23\xcc\x7a\x70\x98\x5a\x1d\ \xe0\x10\x4e\xe8\x74\x84\x4e\xaa\x15\x19\x41\x6f\x0c\xa4\x59\x47\ \x92\x7a\x53\x28\xa0\xd3\x69\x08\x07\xae\xd0\x79\x27\xe3\xb1\xc7\ \x66\xc4\xb4\x5a\x34\x25\xd5\x60\x20\x8c\xa4\xc6\x80\xab\x45\x24\ \x40\x1d\x86\x2b\xd4\x1a\x4c\x67\xc0\xa5\x52\xad\x5a\x0b\x2c\x64\ \x33\xe0\x98\x06\x3d\x36\x9b\x83\x0e\xc2\xa2\xd3\x18\x8d\x46\x87\ \xdd\xae\x31\x9a\x71\x1c\x5c\xa2\xd5\x6e\xc4\x0c\x7e\x42\x6f\xf1\ \xda\xe3\x41\x52\x89\xe3\x56\xbd\x5a\x6f\x30\xeb\x31\x5b\xb7\xe2\ \x77\xd8\x70\x83\x83\xc0\x74\x6a\xb9\x1a\xb5\x2c\xaa\x95\x4a\x8c\ \x90\x83\x9c\xea\x51\xfa\x0c\x11\x04\x80\x42\x13\x21\xcc\x06\x1c\ \xb7\x1b\x45\xa4\x05\x34\x10\x65\x33\x10\x66\x9b\x42\xe9\xf0\x9b\ \x4d\xae\x90\xc3\xae\xc3\x00\x14\x75\x3a\x5c\x61\xb7\x9a\x48\x60\ \x32\xb7\x59\x13\xed\xe9\x4d\x11\x0f\xe9\x89\x55\xec\xee\x90\xd3\ \x62\x0b\xd9\x23\xde\x60\xc4\x67\x32\x58\x5d\xf1\x56\x20\xd8\x4d\ \x44\xed\xf6\x60\x22\x10\x8b\x9e\x9f\x27\x1d\xd1\x52\x23\x7d\x16\ \x6a\x75\x57\x5e\x9b\xcf\x63\xf6\x86\xe2\xce\x4a\xc8\xee\x06\x21\ \xe9\x7a\x49\xef\x69\xcc\xed\x0b\x45\x2c\x01\xef\x3c\xee\x73\x44\ \x83\xfe\x4a\xa4\x12\x89\x45\xbd\x36\x4f\xc2\xeb\x0c\x47\x62\x09\ \x67\x24\x7e\x7e\x12\x22\x3d\xbe\xaa\xc7\x1e\x3d\x3d\xee\x1d\x26\ \x51\x0e\xf5\xe9\xe2\x70\x58\x38\x0e\xf6\x92\xee\x68\x35\x11\xef\ \xc6\x62\x95\x98\x23\x3e\xef\xc5\x22\x55\x67\x6f\x0e\xea\x96\x4c\ \x8c\xc7\xfe\xd8\x30\xee\xaf\xb6\x7a\xa3\xc3\x80\xbd\x37\x4f\x9e\ \x56\x62\x89\xc5\x7c\xdc\xef\x25\x43\xa3\x54\xaa\xd1\xe8\xb5\xfb\ \xf3\xc3\xf3\x54\xfd\x62\xd9\x98\xf7\x9d\xa3\x72\x73\x52\x6f\xe5\ \xfc\x40\x73\x00\x00\x20\x00\x49\x44\x41\x54\xb4\x86\xcb\xca\xa4\ \x71\x32\xf2\x24\x63\x89\xb9\xc5\x1b\x39\x05\xc9\x73\x7b\x0c\x46\ \x9b\x09\x37\x78\x92\x6e\xa7\xdb\x17\xf3\x05\x83\xbe\x56\xff\xeb\ \xfa\xf9\xa4\x74\x3c\x1e\xf7\x56\xa9\x56\x34\xff\x66\xd9\x2f\x66\ \xfa\xfd\x7e\xf4\x3c\x9b\x2f\x9f\x37\x1b\xf9\xc6\xe1\x79\x63\xd6\ \xe8\x0c\xf2\xf9\xcc\xf4\x76\x5a\x6a\x4f\xfa\xa9\x4e\x73\x92\xce\ \xa7\xaf\x97\x8d\xd1\xb4\xd5\x1c\xe4\x73\xed\x54\x23\x9d\x1d\x16\ \x33\xc5\xe2\x49\x3f\xd7\xb9\xec\x37\xd3\xb5\xeb\x72\xbd\x5c\x2f\ \xb6\xb3\xd7\x99\xab\xaf\x6f\x47\xaf\xbe\x2c\x4f\x07\x6f\xf2\x9d\ \x7c\x67\x3a\x2b\x5c\xbc\xbe\xf9\xd7\x5f\xff\xe6\xf5\xab\x9f\xdf\ \xe5\x16\xfd\xfe\xe9\xa2\x30\x69\x9e\x2c\x16\xb9\x74\xba\x59\x1c\ \xce\x86\xcd\x54\x3b\x9b\xc9\x94\x46\x88\xe4\x2e\xdb\xad\x51\xaa\ \x5c\x5f\x80\xa8\x7d\x39\xad\x17\x6a\xe5\x46\x67\x59\xbf\x2a\x0c\ \x46\xfd\x62\x7b\x70\xd9\x87\x8b\xc8\x74\x32\xed\xdb\x57\xcb\x9b\ \xc1\x72\x5a\xbb\x2e\xa2\x60\xf7\x52\x3b\x0d\xd6\xf4\xea\xee\x26\ \xb7\x9c\x0c\x7e\xfb\x7a\x59\x1f\x4e\xfa\xe5\x7a\x3a\x7f\xf9\xab\ \xb7\x6f\x7e\xfb\x9f\x3f\xfe\xe2\x2f\x5f\xfc\xe8\xa3\x6f\x7d\xfe\ \xd1\xb7\xbe\xf7\x83\xcf\x9f\x7e\xfc\xb1\x44\xb6\x07\xd2\xc3\xe3\ \xa1\xb2\x05\x40\xa6\x5d\x99\x98\xbf\xcf\x17\x3e\x11\xcb\x50\x9a\ \x8c\x50\x42\x13\x3e\x7d\xb6\xfb\x64\x77\x5f\xc5\x05\x8f\xc8\x13\ \xee\xef\x3e\xdd\xe5\x72\x85\x34\x30\x54\x28\x34\x19\xf5\xe7\x30\ \xd8\x42\xf0\x63\x34\x2e\x18\xae\x35\x34\x80\x90\x83\xda\x5e\x68\ \x6c\x26\x57\xc5\xe3\xd0\x81\x5d\x50\xe0\x28\x85\x26\xe6\xca\xd0\ \x0f\x50\x54\x1e\x8f\x27\x14\x0a\x39\xf7\x92\x04\xd2\xc8\x61\xb3\ \xe1\x25\x34\x99\x4c\x02\xb8\x06\x30\x03\x7a\x41\x83\x93\xcb\xd8\ \x5c\x2e\x47\xb6\xfb\x44\xc6\xe5\xdc\x57\x41\x30\x18\x7c\x1e\x9b\ \x09\x32\x25\x16\xb3\x41\x60\xd0\x6c\x30\x06\xda\xe6\xa7\x49\x80\ \x81\xa8\x32\x15\x7b\xfb\x01\x8b\xc2\x67\x3c\xa6\xae\x3d\x60\xd2\ \x19\xac\x35\x40\xab\x47\x9f\x7c\xf2\xe9\x27\xcf\x3f\xfd\xce\xff\ \xfc\xdb\xbf\x59\xa3\x3d\x7b\x22\x7c\x21\x66\x31\x51\xc6\x84\x18\ \xa8\x6a\x5f\xc6\xe7\x51\xc4\xbb\x1c\x54\xcf\xc0\x13\x72\xc1\x06\ \xa2\x40\x2c\x36\xe7\xbe\xaf\x91\x06\x8a\x88\x2a\x1d\x28\x62\x50\ \x43\x94\x9a\xcc\x84\x63\x6e\x3f\x06\xdd\xa2\x32\x98\x14\x14\x91\ \xbc\xbd\x09\x1c\x46\xd9\xde\x5c\x03\xa5\x7a\xf4\x88\xba\x4d\x5d\ \xa3\xbe\x47\xae\x7f\xb0\x23\x78\x7f\x63\xfd\xe1\x8e\x42\x23\x58\ \x47\x75\x0c\x28\x01\x4a\xbe\x03\x20\x25\x7d\xb8\xb5\x83\xe9\xb5\ \x3b\x82\x1d\x35\xaa\xf5\xd6\x02\xf7\x6c\x08\x40\x7a\x04\x5b\x52\ \x4c\xbb\x23\x02\x51\x10\x69\x45\x52\x8d\x0e\xd3\x62\x52\x8c\x30\ \x12\x16\x97\xdf\x6d\xb7\x29\xd7\xd5\xf2\x0d\x34\xd5\x54\x2a\x92\ \x4b\x15\x72\x85\x40\x01\x80\xa2\x10\x49\xd7\x95\x02\x11\xda\xc4\ \xd6\x6a\x95\x40\x70\x4a\xad\x48\x04\xce\x51\xad\xd5\x62\x7a\xa3\ \xde\xa4\x95\x03\xfb\x28\xb5\x26\x93\x52\x2e\xc2\xd5\x60\xc3\x8c\ \x0e\x9b\xc5\x82\xe1\x04\x41\x92\xe6\x58\xc4\x40\xea\x74\x36\xe0\ \x1f\xdb\xe9\x51\x25\x62\xc7\x34\x3a\x83\x5e\x63\x20\xd4\x6a\xdc\ \x8c\x1b\x6d\x5a\x5c\x6f\x36\x83\xa0\xa8\x95\x98\x5a\xab\x33\x69\ \x8d\x06\xb0\x75\xa4\x06\x0d\x8b\x87\x2b\x56\xea\x94\x7a\xa7\xc5\ \x60\xb5\x02\xef\xe0\x46\x8b\xdd\xa9\xd6\x91\x16\x5c\x04\x5f\xdd\ \x0e\xc2\xe4\x22\x70\x20\xa3\x64\xcb\xa2\xc5\x8c\x36\xb3\x19\x10\ \xcc\xaa\x77\x44\x92\x5e\xe0\x28\x9d\xc3\xaa\xc6\x01\xb2\xe0\x23\ \x18\x34\xf2\x75\xad\x86\x44\x9f\x43\x69\x33\x3b\x1d\x7e\x1b\x58\ \x47\x9d\x3b\x68\x31\xc9\xd5\x56\x02\xd7\x1b\xb4\xb8\xe6\xfe\x9a\ \xcc\x16\x85\xd6\xec\x89\xd9\x6d\x76\x9b\xd5\x65\x04\xf4\x42\xed\ \xd6\x0e\xbb\x59\xaf\x71\x81\x54\x9a\xc6\x3d\x3d\xe9\xf2\xd8\xfc\ \x21\x8f\xa7\x3a\x77\x39\xa2\x31\xa7\xd3\x16\x8e\xba\x51\x94\x74\ \xbc\xe5\x75\xfb\xc2\x5e\x9f\x2b\x10\xeb\xc6\x82\x87\x47\x2b\x6f\ \xa4\x3b\x2c\x0f\xab\xc1\xde\x22\x41\x06\x3d\x16\x5f\x10\x14\x2d\ \xe0\xf3\x45\xc7\xdd\xaa\xdf\x11\x3e\x8d\x3a\x7c\xbe\xa0\xd9\x12\ \x5c\x1d\xc4\x2c\xa1\xa4\xb7\x1a\xee\x79\x82\xbe\xd0\x3c\x12\x4e\ \x26\x62\x81\x50\xcb\xe1\x4f\x9c\xc6\x03\x81\x64\x22\x1c\x8a\x54\ \x7b\xa7\x95\xc3\xc3\x68\x2c\x96\xec\xf5\x4e\xba\xbd\x7e\xec\xac\ \xeb\x74\xc6\x93\x95\x80\x27\xd9\x8b\x58\x7d\xce\x64\xa2\x1b\x8d\ \xb4\xc6\x16\xef\xb8\x1a\x8d\x8f\xfd\x8e\x93\x56\xa5\x7b\x76\x78\ \xda\x8d\xb9\xa2\x95\x40\xab\x77\x18\x3d\xa9\xac\x40\x45\xab\xa9\ \xd9\xaa\xde\x3c\x1f\x4d\x2a\xcd\xdc\xa4\x50\xea\x1c\x75\x9b\x91\ \xd9\x72\x52\x4c\xa5\xcf\x66\xa3\xd6\x41\xbb\x7f\x36\x3f\x4c\x24\ \xa2\x9e\x64\xa0\x17\x09\x85\x9d\x56\x23\x09\xa2\xae\x0b\x9d\xfa\ \x02\xb1\x40\x24\x18\x70\x55\x66\x93\xdf\x2e\x5b\xc7\xcd\xf2\xf8\ \xf0\xb4\x59\x08\xf7\xb2\xb5\xcb\xf2\x60\xb0\x28\x35\xc6\x8d\x69\ \x6a\x34\x6a\xa7\x6e\x32\x27\xa5\x4c\x29\xbb\x5c\x96\x6a\x8d\xe1\ \xeb\xdb\xec\xac\x50\xcf\x95\xda\xe5\xf4\x30\xd5\x28\x8f\x1a\xaf\ \xda\xc5\x57\xcd\x7a\xb9\xd8\xc8\x64\xfa\x07\xe5\xd4\x9b\x41\xba\ \x9c\xbb\x28\xd4\xea\xb5\x54\x31\x3f\x78\x95\x99\x95\xef\xae\x07\ \x37\x83\x61\xae\x0e\xc7\x7d\x5d\xce\x0e\x2e\xeb\xf9\xf2\xed\x74\ \xf0\xe5\x9b\x37\x97\x57\x5f\xdf\xdc\x5e\xa6\x0e\x66\x93\xd9\xf1\ \xf8\xf8\x7c\xd2\x49\x67\x86\xb9\xdc\xf1\xf9\x70\x52\xe8\x17\xda\ \xa5\x76\x7f\x36\xca\x4e\xd3\xc3\xd9\xa8\x9f\x6a\xb7\x33\x9d\xaf\ \x07\x8d\x62\x61\x92\xb9\x4b\x8d\xc0\xbd\x16\xb2\xb5\x52\x39\x35\ \x2c\x15\x72\xf5\x9b\xeb\xf2\xf2\xee\xd5\xf4\xe6\x32\xff\xf6\xa6\ \xd4\x86\xd3\x1f\x94\x52\xb7\xa5\x51\xe6\xf2\xf5\xf5\x45\xe6\xf5\ \x57\x17\xd3\xd7\xe5\x83\x62\x26\xd5\x2f\x2e\x7f\xf8\xb3\x5f\xfe\ \xc3\xff\xfa\xcb\x17\x5f\xfc\xee\xf3\x6f\xfd\xe8\xf3\x8f\xbe\xfd\ \x8f\xdf\x7a\xb6\xbf\xbb\xb7\xfb\x44\xa2\x12\x72\xc4\x40\x38\x32\ \x2e\x5f\x28\x16\x8b\xf7\xb9\x7c\x2e\x90\x92\xf0\xa9\x84\xc6\xe7\ \x8b\xf9\x62\x31\x57\x0c\x32\xc6\x97\x08\xf7\x54\x34\x19\x4f\x88\ \x02\x1a\xee\x7f\x2e\xe1\x48\xf6\xf8\x3c\x19\x85\xb1\x86\x52\x8b\ \x29\x3c\x3e\x8d\xb2\x49\x47\xf2\xc3\x63\xd0\xf8\x5c\x0a\x95\x23\ \xe4\xd3\x38\x34\x3e\x05\x25\x38\xd0\x58\x32\x19\xbc\x8a\x0b\x06\ \x92\xc3\xe2\xa2\xf3\x08\x59\x68\x0c\x05\x8b\x07\x7a\x24\x04\x96\ \xe1\x52\xd0\x66\x12\x95\xb5\x86\xfa\x6b\x58\x32\xb8\x20\x2e\x87\ \xbf\x0b\x96\x0d\xac\x27\x15\x04\x0b\x04\x04\xdd\x08\xa0\xd1\x79\ \x42\x3e\x15\x2c\x24\x4d\x06\xe6\x0d\x65\x3f\xb0\xb9\x28\xe8\x8f\ \x2f\xe3\x31\x98\x68\x96\x04\x6a\x48\x7e\xcc\x04\x07\xba\xf9\xdd\ \xef\x7c\xf2\xc9\xf3\xe7\x9f\x7e\x06\x5f\x3f\xfd\xdb\x6d\x8e\x44\ \x2c\x7c\x2a\x66\xb3\x39\x7c\xa1\x6c\x97\x4f\x67\xef\x0a\xf9\x08\ \x0f\xb9\xa8\x42\x0c\xd4\x12\x98\x8c\x41\x43\x81\x0d\x54\x1a\x85\ \x89\x78\x8b\xbe\x86\xea\x46\x29\x14\x3a\xba\xa9\xc0\x66\x52\xd9\ \x0c\x94\x30\xb3\xb9\x89\x82\x1b\xb6\x99\x8c\xed\x6d\x26\x8a\x0d\ \xdc\x5e\x63\xa3\xec\xbe\x47\x0f\x98\x9b\x0f\xde\x53\xa3\xad\xaa\ \x75\xd1\xfa\x37\xd0\xf8\xd0\x75\xa9\x60\x67\x67\x7d\x07\x25\x2d\ \xbc\xff\xc1\xc3\xf5\x9d\xf7\x11\x71\xbd\xff\xdf\x76\x74\x98\x7c\ \x47\x00\xb4\xa5\x81\x1f\xc0\x6b\xd6\x37\x44\x0a\xe9\xc3\x75\x0c\ \x43\xba\xa4\x23\xb5\x0a\x5c\x6b\x25\x49\x9d\xc6\x1a\xf0\xfb\x09\ \x70\x51\x82\x0d\x34\x3a\x19\xf4\x4a\x89\x9c\xde\xba\x7a\x43\x20\ \x95\x2b\x45\x6a\xf9\x96\x5a\x8d\x42\x65\x94\xd2\x1d\x91\x06\x69\ \x1d\xea\xd5\x53\x60\x46\x8d\xce\xa8\x33\x5a\x49\xb5\x54\x6b\xd0\ \xac\xbf\x0f\x4c\x84\xc9\xf5\x0a\xc2\x1b\x44\x77\xfd\x30\xc2\x61\ \x72\x45\xed\x7a\x83\xd3\x62\x31\x6a\x6c\xbd\x83\x84\xcd\x86\x93\ \x26\x8d\x96\xb0\x82\xd6\x01\xc4\xe8\xcd\x98\xde\xe4\x32\x08\xb4\ \x6a\xb5\x41\xa1\xc3\x74\x66\xa5\xda\xa0\x07\xfd\xd0\xe8\x49\xa3\ \xda\x82\xb0\x4d\x81\xb2\xb1\xc0\x8e\x9a\xf4\x72\xa3\xd1\x42\x2a\ \xb4\x5e\x9b\x7c\x5d\x6e\x34\x7b\x4d\x98\x95\x74\xc0\xcb\x2c\x31\ \x9f\xd9\x6c\x04\x00\x33\x61\x06\x50\x3a\x73\xc0\xe3\x74\x7a\x08\ \x5c\x67\x14\x09\x30\xb9\x08\xbc\xb0\x16\x03\x4f\xac\xd3\x3c\xfc\ \xc6\xba\x5c\x67\x37\x9b\x2c\x36\x8f\xd5\x6a\x30\x9b\xec\x06\x13\ \xa6\x24\x80\xf7\x08\xa3\x11\x3e\xa9\x1e\x44\xcb\xa6\xd3\x38\xdd\ \xf6\xa0\xd9\x4a\x9a\x2d\xea\x75\xad\x49\x0d\x24\xe8\x76\x20\x1a\ \xb3\xd8\x6d\x44\x32\x41\x92\xce\x6a\xc0\xe1\xb7\x9a\xe3\x2d\xbf\ \x29\xd4\x8b\x3b\xdd\xe1\x84\x03\xc5\xaf\x74\xdd\x41\x4f\x38\xec\ \x0f\xb9\x2a\xd5\x33\xa7\x33\x3a\xef\x79\x0c\xc9\xa3\x83\x71\xc5\ \xd3\xeb\x25\x2c\x5e\xab\xc3\xe7\xaf\x56\xba\x7e\x8b\x33\x1a\x8c\ \x57\xd0\xac\xfa\xb0\xc3\xe1\x0a\x7b\xed\x87\xc7\x4d\x8f\x3b\x1a\ \xf6\x55\x7b\xd5\x6a\x34\x14\x3b\x4a\x26\xaa\x91\x80\xab\x1a\x0e\ \x84\xcf\x2b\x3d\xbf\x33\x96\x8c\xfa\x9c\xdd\xe3\xd6\x71\x3b\x11\ \x40\xd9\xca\xf1\xd3\x93\x68\x32\x94\x6c\xd9\xbd\xe1\x6a\x34\x1c\ \x88\x77\xfd\x3a\x67\xb4\x1a\x49\xf8\x83\xe1\xa4\x2f\x19\xee\x06\ \xd1\x64\xc5\x84\x3f\x76\xd6\x6a\x35\x4e\x2b\x2e\x54\xae\x9a\x88\ \xc7\x5b\xbe\x5e\xd0\xef\x48\xa6\x46\x07\xb3\x46\x65\x74\xbc\x28\ \x4e\x8e\xe7\xe9\xfa\xf1\xf1\x28\x79\x9e\x4d\x15\x86\xb9\xa3\xd3\ \xc3\x56\x71\xb4\x3a\x1b\xb7\x7c\x89\xa8\x13\x58\x2e\x00\x2f\x77\ \x3a\xbc\x36\x87\x41\xef\x0e\xc7\x92\xde\x58\x34\x10\xf1\x47\x1a\ \xed\xbb\xc6\xea\xf8\x3c\x9f\x3e\x4a\x74\x8f\xe2\x95\x5c\x7a\xb8\ \xca\x2c\xcf\x8a\x8b\xf1\x68\x92\x5e\x9d\xcf\x87\xaf\x87\x87\xfd\ \x42\xb9\x73\x51\x1c\x4e\xd3\x99\xc1\xab\x4e\xfe\xb6\x33\x6c\x1c\ \x36\xf3\xb3\x66\x3b\x5d\x4a\x95\x66\xa5\x42\xa9\x50\x6c\xd7\x4b\ \xfd\x51\xbe\x54\xba\xce\x14\x57\xd9\x9b\x52\xa9\x90\x5d\x66\xd3\ \xfd\xbb\x72\x2e\x3f\xad\x77\xae\x81\xac\xda\xa9\xc1\xe5\xa0\x36\ \x9d\xbe\xcd\x16\xd2\x97\xd3\xcb\xbb\xdb\xbb\xeb\x9b\xb7\xf5\x41\ \xbd\xb1\x18\x1d\x9d\x75\x8f\x4f\x56\xe7\x99\x5c\x7f\x94\x9e\xcd\ \x93\x87\xd9\xc6\x30\x3b\x1c\x9e\x0c\x8f\x8e\x1a\x8d\xf6\x0c\x34\ \xb3\x5c\xca\xe6\x97\xf5\x7c\x6d\x0a\xe7\xc9\x8e\x52\xa5\x4c\xad\ \x94\x5d\x4c\x0a\xed\x7e\x61\x98\x5a\xbe\xbe\x2a\xd5\xa7\x9d\x7a\ \x36\xd3\x79\x75\x31\xcc\xce\x66\xc3\x45\x31\x3b\x18\x55\xda\x17\ \x5f\xde\x5c\x77\xee\xde\xbe\x79\x7d\x9d\x1a\x4d\x8a\xe9\x69\xe6\ \xe6\x5f\xff\xf5\x87\x7f\xfc\xf1\x9f\xfe\xf0\xf7\xff\xfc\xfd\x17\ \x3f\xf8\xc7\x9f\x7c\xfc\xfd\x6f\xed\xef\x89\xf7\xf7\x9e\xee\x09\ \x51\x94\x01\x4f\x82\x6e\x05\x72\xb9\x32\x09\xac\x61\xee\xbe\x18\ \x9c\x21\xd0\x92\x8a\xbb\xf7\x44\x2c\xdc\x55\xf1\x55\xaa\x3d\x89\ \x8c\xb2\x4b\xe3\x71\x55\x42\xe1\xfd\xee\x16\x87\x47\xe3\xd1\xc5\ \x62\x21\x83\xc5\x47\x76\x91\x2d\x44\x99\x0a\x28\xba\x13\xdc\x22\ \x30\x10\x8d\x27\x94\xf0\x50\xb9\x02\x8f\xc3\xe7\xf3\x69\x40\x5b\ \x5c\xb6\x98\xc3\x43\x1d\x86\x20\x53\xe0\x0e\x69\x74\xae\x8c\x27\ \x06\x55\x40\x2c\xb5\x2b\xe4\xf1\x65\x7c\x1a\x8b\x49\xa7\x30\xd9\ \x3c\xce\x9e\x58\xa5\x7a\x02\x17\x25\x16\x73\xf6\xf8\x1c\x1a\x4d\ \xbc\x07\x08\xf8\xf4\xa9\x90\xbd\xc6\x11\xa3\x7b\x8a\x00\x53\x1c\ \x1a\xf2\x6c\x34\x1a\xe8\x0d\x93\xc3\x97\x88\x01\xb8\x50\x92\x0d\ \x05\x0d\x95\x00\x2b\xf7\x00\xcd\xdf\x62\x7e\xf2\x29\xea\x54\xfe\ \xf4\x7f\x3c\x12\xee\x3d\x43\x9b\xee\x34\x1a\x98\x4c\x3e\x88\xa8\ \x58\xbc\x07\x72\xac\x92\xc9\xe0\xad\x42\x0a\x8f\xc5\x66\xf0\x85\ \x7c\x0e\x03\x25\xe4\x30\x50\xe2\x17\x0a\xbc\xe1\xa1\x2d\x2d\x36\ \x85\xce\x61\xb2\xa8\xdb\x0c\xfa\x26\x03\x05\x8e\x52\x99\x6b\x6b\ \x54\xfa\xf6\x1a\xf3\xc1\x36\x93\x4a\x65\xd3\xd6\x50\xe1\xe8\xa3\ \xed\xe7\x0f\xde\x93\xae\x3f\x14\xc8\x81\x76\x04\x4a\x35\x26\xf8\ \xe0\x83\x8d\xad\x1d\x64\xe7\xe4\x02\xe9\xc6\xd6\xc6\xce\xd6\xfb\ \xeb\xb0\xb6\xb7\xb6\x8c\x0a\xa5\x48\xb0\x2e\xd2\xa8\x15\x52\x81\ \x72\x4b\x09\x06\x12\x13\xc9\xe5\x18\xa6\x50\xe8\x31\xb3\x81\xc4\ \xd5\x06\xd2\x64\xd3\x19\x9d\xc9\xb0\xdf\x84\x69\xb0\x87\x1b\xd2\ \x75\x91\x5c\x84\xe2\x19\x50\xbf\xb3\x08\x96\x3d\xa2\x2e\xb9\x5c\ \xa9\x95\x4b\xd7\xd7\x31\x85\x5c\x2e\x90\x13\xca\x1d\xb9\x02\x15\ \x79\x01\x81\x6d\xa9\xcd\xa8\x4b\x59\x0f\xe6\x52\x20\x37\xa1\x7d\ \x6e\x8d\xd6\x05\xf4\xa3\x31\x60\x26\xc2\x60\x86\xd5\x69\x72\x7a\ \x2c\x84\xd3\x11\x5f\x9d\xc5\xcd\x3a\x03\x66\x26\x4c\x56\x93\x59\ \x6b\xc0\xc1\x86\x99\xb4\x1a\x27\xa9\x16\xe9\x2c\xa4\xce\xa4\x31\ \xe9\x0d\x7a\x93\xc6\x88\x2b\x34\x26\x0b\x8e\x61\xa4\x41\xa3\x01\ \xec\x32\x18\x94\x84\x8e\x24\xf4\x04\x2a\xaf\xd2\x99\x71\x83\x4e\ \xad\x47\x46\xce\xa0\x23\xe1\x6d\x64\x30\x69\x76\x19\x70\x03\xfc\ \xd0\xa8\x27\x71\x67\x38\xe8\x05\xff\x86\x1b\x31\x25\xda\xd7\x53\ \x2a\x30\x0d\x48\xb9\x42\xb7\xb1\xa1\x58\xc7\x70\x93\xd5\x62\xb7\ \xd8\x6c\x66\xd2\x62\xf1\x93\x66\x5c\xaa\xd3\xeb\x0d\x3a\x1c\xc7\ \x8c\x70\x38\xcc\x6a\x36\x12\x26\x9b\x37\xe2\xb3\x5b\x3c\x56\x0c\ \xf4\x57\xab\x51\x2a\xac\x7e\xa7\xd1\xac\x33\xdb\xed\x84\x6d\x6c\ \x33\x78\x43\x7e\x9b\xcb\xe1\x08\x54\xe3\xf6\xd0\x18\x38\xc9\xeb\ \x0a\x05\x2c\x6e\x47\x32\xe4\xf5\x04\xfd\x56\xab\x63\x7e\xd8\x73\ \x7a\x22\x47\x31\x6f\x60\x3e\x9e\x45\xab\xc1\xf9\x3c\xe9\x0a\xf8\ \x1c\xa1\x6e\x65\x71\x6e\x77\xf8\xa3\xbd\x4a\x22\xec\xee\x75\x03\ \xae\x50\xcc\x6f\x0f\xf8\x8e\x1b\x71\x57\x3c\x18\x8c\x76\x83\xa1\ \x5e\xd8\xef\xf6\x24\x47\xf0\x5d\x6b\x1e\xf6\x25\xa3\xa1\xb8\xdb\ \x15\xee\x79\x1d\xc9\x4a\xf4\x70\x1c\xed\x75\xc3\xe1\x6a\x17\x35\ \xea\x04\xc2\x21\x57\x3c\x16\x8f\x86\xdc\x49\x34\x96\x31\x59\xf5\ \x27\xc3\xb1\x60\xdc\x13\x5b\x9d\x06\x12\x5d\x70\xa1\xfe\x6e\x65\ \x3e\x6f\x9c\x24\x83\xad\x58\xb8\xd7\x3a\x9d\x47\xbd\xbe\x64\xc5\ \x3e\x2e\xcd\xda\xed\xe1\xc9\xf1\xa8\x3b\x3f\x2d\x17\x72\xef\x8e\ \x9b\xc7\xd1\xa3\x59\xaa\x50\x4a\x47\xc7\x27\xe3\xd1\x0a\xe4\x60\ \xee\x0b\x8f\x9d\xc1\xc3\x56\xdc\x15\xf4\x59\x6d\x66\xc2\x46\x58\ \xe2\x8b\x40\xc8\xeb\xf3\x85\xbc\x8e\x68\x75\x76\x9b\x9e\x9f\xaf\ \xc6\x27\x27\xad\xe8\xc9\xb8\x77\x7c\x31\x9a\xa7\x3b\xfd\x45\xf9\ \x60\x56\x9c\x14\x66\xb3\x45\x71\x94\x69\xb4\x73\xf9\x65\x06\x4c\ \x60\x76\x98\xcb\xbe\xca\xa6\x87\xa5\x5e\xb3\x74\x2f\x18\xc5\xe6\ \x01\x60\x51\xa1\x56\x42\xb7\x0b\x73\xc5\xd9\x74\x94\x1a\xa6\x72\ \x85\xf4\x6d\xa6\x5e\x2f\x74\x72\xf5\x7a\x7d\x7a\xf9\xe6\x4d\x39\ \x53\xaf\xf5\x73\x37\x37\x97\xc3\xfe\x64\x9a\xee\x5f\x7c\x79\x79\ \xf7\xf5\xd5\xf4\xea\x37\xaf\x0a\x99\x1c\xa8\xed\xac\xd7\x3f\x3b\ \x2b\xd7\x06\x93\x49\xba\xb9\xa8\x9e\xe6\xda\xa5\xd2\xb0\xb1\x3a\ \x69\x1d\xa5\x53\xe5\xc1\x6d\x3a\x9b\x5a\xa4\x2e\x06\x9d\x5a\x2a\ \x33\xc8\x0e\xf3\x99\xab\x5a\xa9\x53\xae\xe7\xfa\xb3\x54\x71\x50\ \x6c\x2c\xaf\xcb\x93\x6c\x3d\x97\x2e\x0f\x6a\x37\xf5\x54\xbe\x5e\ \x2a\x35\x4b\xb5\xd4\xac\x51\x7a\xf5\x26\x73\x75\xf1\xf6\xdd\x9b\ \x9b\x65\xbd\x53\x28\x64\xa6\xb5\xe9\xbf\xff\xe5\xaf\x5f\xfc\xef\ \x3f\xfc\xe3\x9f\x7f\xf4\xe4\xd9\xf7\x3f\xff\xe6\x47\xdf\x7b\xfa\ \x42\x22\x54\xa1\xfa\x81\x5d\x89\x84\x23\x04\x33\x08\xa6\x4c\xb8\ \xcb\xdb\x03\xf2\x00\x4f\x86\x42\x5d\xd0\x46\x16\x58\x35\x31\x2a\ \x72\x57\xed\x22\x2d\x13\x83\x78\xf1\x38\x5c\xb1\x6a\x57\xb5\xcf\ \xa1\xa0\xea\x2d\x96\x50\x02\x4c\x82\xda\x97\x29\xbc\x7b\xd4\x42\ \x2d\x2f\x08\xc2\x38\x14\x3e\x85\x85\xba\x9c\x41\xbd\x68\x42\x36\ \x1a\xf5\x85\x46\xfd\x31\x29\x80\x68\x5c\x1e\x52\x0f\x99\x98\x4d\ \x05\x89\xe3\x80\x43\xe4\x81\x51\x14\x73\x58\x4c\x38\x00\x6b\x0d\ \xdc\x29\xf2\x9e\x2a\x50\x31\x3e\x0a\x74\xe7\xab\xf6\x81\xec\x78\ \x1c\xda\x1a\x8b\xc3\x07\x51\xa2\x50\x50\x47\x0d\x97\x4d\x13\x83\ \x34\xa2\x1e\x6a\x9e\x8c\x86\x8a\xbf\x50\xca\x0d\x0d\x15\x3a\xb0\ \x37\x3f\x79\xfe\x60\xf3\x31\x0a\xd7\xfa\xf4\x93\xcd\xef\xfc\xcd\ \x63\xee\xde\xb3\x0f\xf7\x77\x39\x54\x9a\x50\x22\xe4\x80\xe8\xa1\ \x2e\x45\xf8\x3f\xb0\x9f\x90\xc7\x91\xc9\x28\x3c\x04\x58\x34\x26\ \xe8\x20\x85\x2e\xa3\xb1\xf8\xa8\xbf\x88\x0e\x04\xc7\xa0\xf3\x79\ \xcc\x6d\xfa\xe3\x4d\x36\x9d\xba\xb6\xb6\xf9\x18\x35\x3b\x6e\xa3\ \x16\x9d\x47\x0f\xe0\x7b\x26\x90\x18\x0a\xfd\xa3\x3e\x7f\x40\x7f\ \x4f\xa3\x96\x6e\x3d\xdc\x12\xc8\x05\x4a\x05\x8e\x2b\xb6\x04\x8a\ \x8d\x75\x30\x73\xc0\x48\xeb\x0a\x94\x79\x85\x3c\xa0\x5c\xae\x16\ \x68\x30\xf9\xba\xd2\xa8\xd5\x68\x77\x74\x02\xa5\x40\xaa\x24\x70\ \xd1\x96\x00\x53\x0a\x94\x5a\xb3\xdf\x8c\x69\x4c\x56\xbd\xcd\xa8\ \x31\x78\x63\x01\x92\x50\xca\x95\x20\x3e\x1b\x70\x5c\x39\xd8\x47\ \xa5\x14\xd5\x03\x6c\x29\x36\xc0\x4b\x6a\x81\x55\x3e\x10\x6c\xe1\ \x3a\x91\x72\x4b\xaa\x91\x4a\x95\x1a\xad\x52\x21\x92\xaf\xe3\x0a\ \x38\xa7\x56\x2b\x37\xca\x95\x1a\xb9\xc8\xa0\xc4\x09\x03\xae\x75\ \xfb\x2d\x84\xc8\x64\xb2\x90\x56\x5f\x22\x69\xc3\x2c\xa0\x58\x26\ \x32\x7a\xd0\x8c\xfa\x48\x14\x9a\x07\x3c\xe4\xc0\x40\x61\xb4\x46\ \x54\xf3\x60\xc5\x0d\x84\x83\xd0\x62\x0a\x0b\x69\x30\xda\x35\x5a\ \x39\xae\xb4\xc1\xcb\x94\xb8\x91\x30\x6a\x31\x02\x00\x4a\x87\x61\ \x06\x3d\x69\x77\x7a\x71\x93\x01\x8c\xa3\xc9\x80\xfb\xbd\x26\x9d\ \xd2\x0a\x32\x4b\x04\x12\x56\xbb\xd9\x49\x12\x84\x51\xad\x36\x12\ \x0e\xf0\x54\x1e\x87\x46\x47\x1a\xb5\x4a\x35\x1a\x3a\x8d\x81\xdb\ \x5b\x17\xa9\x15\x02\x74\xa5\x04\xb8\x5e\x3d\x69\xb5\xf9\xf5\x66\ \xaf\x81\xc4\x94\x66\x90\x36\xa5\x5a\x07\x94\xa8\x37\x1b\xf4\x76\ \x83\x86\xf0\x38\xed\x16\x23\xe9\xb6\x90\x6a\xc2\x48\x9a\xf4\x6a\ \x47\x95\x04\x26\x74\xfa\x43\x8e\xc8\xc8\x67\xb4\x79\x2d\x3e\xbf\ \xcb\x13\x0a\xba\xcc\xce\x48\x37\x16\xf0\x3b\xfd\x36\x6b\x28\xec\ \x0b\x04\x1c\x68\x62\xb3\xd3\x1f\xa9\x1e\x87\x7a\xbd\xb8\x27\x78\ \x74\x72\x3a\xae\x54\xaa\xc9\xa4\x37\xd8\x75\x38\x2b\xf1\x6e\xa5\ \x1a\x0f\xce\x83\x11\x4f\x72\x7e\x36\x8e\xfb\xaa\x01\xbf\x2f\xe9\ \xec\x17\xe2\x76\x5f\x35\x16\xaf\xf8\xc1\x55\x26\x5b\x2e\x7b\x35\ \x18\x0a\x76\xbb\x6e\x9b\x07\x54\x28\x12\x0d\xc7\x3c\x96\xea\x38\ \x78\x56\x09\x55\x5b\x00\x66\xbd\x5e\x24\x9e\x4c\x46\x92\x91\x79\ \xb5\x3a\x8f\x47\x62\x11\x8f\x33\xda\xab\xba\xc7\xbd\xa0\x3b\xea\ \xf6\x9e\xad\x12\x68\x84\xe0\x22\x71\x7a\x70\xda\x5d\x9c\xcd\xfd\ \x89\x60\xac\x75\x78\x3e\x07\x1d\x9a\x1d\x79\x63\x8b\xf6\xac\x99\ \x69\x37\x67\xa7\x67\x8d\x62\x63\x78\x7b\xda\x6e\xb7\x56\xa7\xfd\ \x45\x23\x1d\x6e\x1f\xf5\x1a\xe9\x42\xfb\xa4\xe7\xf2\x04\xfc\xa1\ \x4a\x3c\x19\x0b\xda\x3c\x16\xbd\xc9\x66\x72\xb9\xba\xa1\x40\xdc\ \x15\x0a\xf9\x03\x27\xd5\xf2\xdd\xd0\x3b\x2e\x34\x5b\xe5\xc9\x49\ \x7f\xd4\xeb\x81\x09\xab\x67\x27\xf9\x8b\xd9\x02\xd6\x7d\xb9\x5d\ \x4a\x15\x40\xaf\x8a\xcb\xd2\x70\x02\xc2\x58\x2f\x67\xca\xa3\x52\ \xfd\x70\x05\x27\x6d\x34\xd3\x60\xf5\x8e\x8f\xcb\xd3\x4c\x26\x7b\ \x52\x6e\xae\x3a\x99\x4e\xae\x94\x3f\x6a\x17\x8a\xd7\x97\xd9\xd4\ \x75\x36\x3b\x5d\x1e\xe7\x2e\x5f\xdf\x5d\xe4\x3a\xc5\xfc\x71\x26\ \xd3\xa9\x75\xea\xc5\xce\xb4\x5c\xbb\xba\x5d\xbe\xc9\x2e\xdf\xfe\ \xf1\x5f\x2e\xf2\xb3\xb3\xf3\x7a\x76\xb1\x48\xc5\x67\xa5\x41\x6a\ \x58\x3c\x38\x5e\x1d\x35\x67\x85\x72\xbe\xd4\x6f\x34\x16\xd9\x5c\ \x63\x56\x1b\x96\x1b\xc5\xc1\x34\x9b\x9b\x66\x97\x97\xf9\xe2\xb4\ \x70\x97\x9f\x96\xfb\xcb\xd2\x79\x3a\x9d\xaf\xd7\x8a\x37\xef\x96\ \x48\x42\x5f\x5d\x65\xf3\xf9\x74\x7d\x79\x05\x9a\x96\x2a\x67\xdb\ \xe9\xda\x97\x57\xd9\xbb\x9b\x77\x17\x37\x5f\xdd\xe4\x8b\xfd\xe5\ \xf2\xf5\x57\xff\xf9\xbf\x7f\xfc\xe3\x2f\x7e\xfc\xf7\x7f\xf8\xfe\ \xe7\x2f\x3e\x7a\xfa\xd1\x0f\x3e\xda\xff\xf0\xa3\x7d\x50\xa4\x3d\ \x19\x85\xcf\xe5\xf1\xb8\x00\x4c\xbb\x42\x9a\x4a\x0c\x40\x74\x5f\ \x81\x85\x82\xfb\xf6\x78\xe0\x9a\x64\xbc\xfd\x27\xfb\xfb\x6c\xd5\ \x2e\x98\x42\xb1\x4a\x86\xd4\x0a\xc9\x98\x70\x4f\xc2\xdb\xa7\x08\ \xc1\x04\x0a\xef\x67\x43\x00\xe1\xa8\x18\x68\x06\x8d\x84\x23\x46\ \x43\x0a\x79\x6c\xbe\x0a\x75\xe0\xd0\xc1\x6e\x71\x91\x39\x44\x49\ \x5a\x28\x3f\x94\xa6\xe2\xee\xa2\x7d\x24\x3e\xe5\x5e\xd9\x84\x68\ \x3c\x2b\x8d\x4b\xe3\x03\x50\xb1\x1e\x71\x51\x1b\xb4\x0a\xa4\x53\ \x05\x5a\x09\x20\x06\xfa\x04\x2a\x24\x44\xd5\xf6\x42\x3a\x8b\x05\ \xd6\x91\x4e\x43\x9d\x35\x6c\x1e\x95\xcb\x40\x53\xa6\xc1\x83\xf2\ \x51\x7b\xb5\x8c\xbe\x86\x6e\x1c\xa2\xfd\xf1\x4d\x06\x7b\xfb\x93\ \xcf\x9e\x7f\xfa\x08\xa5\xba\xbf\xfc\x04\xdc\xe1\x23\xf6\xde\xc7\ \x2f\xf6\x25\xec\x6d\xbe\x70\x6f\x97\x4b\xa1\x53\xd8\x9c\x0f\xe1\ \xe2\xc4\xf7\x39\x13\x20\x78\x32\x1e\x5c\x38\x8d\x8f\x86\xf4\x50\ \x50\x8b\x0e\x9f\xc2\xa4\x23\x76\xe3\xb0\xe8\x2c\xc6\x1a\x95\x4d\ \xa5\xb0\x36\x37\xb7\xb7\x1f\x6c\xb2\x19\xec\x07\x8f\x51\x9d\xc3\ \x26\x75\x73\xed\x11\x88\x30\x95\x8e\x0a\x2b\x36\xe9\x6b\xef\x29\ \xd5\x0f\xbf\xb1\x03\x6b\x11\xf4\x47\x63\x54\x0a\x14\x6a\x29\x90\ \xd0\xba\x48\xfa\x81\x00\xd3\xc8\xb7\x36\x36\x94\x4a\xd1\xba\x5a\ \x2d\xc2\x71\xe0\x1e\x13\xa9\xc1\x94\x7a\xa9\x40\xa4\x55\xea\x8c\ \x5b\x0f\xb5\xa8\x31\x98\xd0\x05\xec\x06\x8c\x24\x0c\x36\x1d\xe9\ \xb6\x7b\x7c\x0e\x9d\x5c\xad\xd4\xea\xe4\xb8\x4e\x2a\xc5\x70\xad\ \x5a\x2b\xc7\xc0\x0b\x4a\x51\x10\xb2\x54\xad\xd4\xc9\x1f\xae\x6f\ \x68\x31\xc1\x8e\x40\x2e\x97\x82\xa1\x54\xe3\x22\xb4\x37\xa6\xd4\ \xa2\xb2\x4c\x2d\xca\x95\xd1\x62\x46\x35\x66\x34\xe8\x35\xae\xa8\ \x8b\x44\x99\xf2\x66\x6f\x20\x1c\xb3\x6a\x2c\x76\xbb\xd9\x60\x8b\ \xb4\x9b\x1e\x17\xa9\x21\x74\x40\x34\x6e\x72\x5d\xa4\x37\xe9\x2d\ \x06\x02\xfe\x29\x27\xac\x1a\x9d\x46\x83\x69\xed\x84\x51\x67\xb2\ \xa8\x8d\xe0\xc2\x0c\x1a\x4c\xa7\x31\x5a\x8d\x1a\xb3\xde\xe1\xc2\ \xc1\xb7\x6a\x30\xa3\xc3\xe5\xc6\x70\x02\x8e\x6a\xb2\x9b\x6c\x0e\ \xc2\xa2\xb7\x58\x9c\x6e\xa7\x3f\xa9\x27\xdd\x6e\x9d\x5e\x03\x87\ \xc5\x35\xd6\x84\xdf\x03\xc6\xcf\x63\x24\x74\x5a\xb5\x5c\x21\xd7\ \xe2\x76\x33\x2a\xc1\xc2\xd1\xbd\x42\xb5\xce\x61\x31\x5b\x2c\x36\ \x80\x30\x67\xc0\xa0\x33\x61\x98\x15\x57\x82\xa3\xc5\x94\x46\x93\ \xc6\x6c\xb4\xea\x30\x13\x98\x3f\xbb\x41\xe7\x0a\x92\xb8\x9e\xb0\ \x92\x84\xc6\x9d\x74\xe9\x35\x84\x35\x1a\x0f\xf7\x8e\x3d\x84\xd5\ \xe5\x88\xdb\x9c\xee\xea\xd7\x55\xbb\xdf\x1b\xf5\xd9\x3c\xce\x80\ \xcb\x11\x0c\x3a\x63\x2e\x5b\x34\xe6\xf2\x04\x43\xee\xee\x38\x18\ \x9d\x77\xdd\x91\xde\xb0\x1a\xaf\x26\x46\x81\x68\xb8\x1a\x0a\xf9\ \x02\xae\xd3\x55\xc2\xeb\x89\x7a\x7b\xd1\x58\x22\x1e\x49\xb8\x63\ \xc1\xa4\x27\x1a\x3d\x3b\x8a\x38\xfd\x51\x97\x3d\xd1\x4d\x9e\x27\ \x62\x27\x89\x48\x78\x1e\x70\xfb\x92\x1e\x4b\x38\x11\x8a\x25\x03\ \xde\x58\xd8\x31\x5f\x74\x7b\x07\x91\x58\x34\xea\x8a\x9f\x26\x2a\ \xe7\x09\xf8\x57\xc5\x1b\x38\x19\x85\x2b\x51\xcf\x3c\x69\x0e\x9d\ \x8e\x63\xc9\x58\x24\x1e\xf5\x1f\x1e\x36\x57\xf3\xae\x27\x71\x1e\ \x88\x9d\xb4\x7a\x93\x79\x2b\xba\xaa\x06\x7b\x47\x89\xd5\xca\x5b\ \x39\x6f\x99\xfd\x07\xcd\x83\xd4\xdd\xc9\x2c\x5d\x99\x15\x67\xed\ \x42\xfe\xec\x70\xd8\x9a\x0d\x67\xe9\x6c\x66\xbc\x38\x0a\xcd\x8a\ \x8b\xe3\x93\xaa\x27\x1e\xf2\x47\x83\x3e\xc0\x35\xa7\xc3\x44\x9a\ \x4c\x7a\x34\x4f\x16\x44\x39\x14\x0f\xc5\x4e\x13\xc3\xfa\x49\xa2\ \xdb\x68\x9f\x1f\x0d\x8f\x8f\x5a\xbd\xb3\xf9\x61\x73\x90\x2b\x66\ \xee\x0e\x8a\x99\x66\x7a\xd2\xee\x97\x0f\x56\x07\xe9\x74\xba\x30\ \x9a\x64\x73\xa0\x38\xf9\x46\x36\x53\x98\x1c\xb6\x1b\x93\xe1\xc5\ \x75\x33\x9b\x19\xd6\x97\xaf\x27\xcb\xcb\x5c\x2d\xdd\x2c\xd4\x53\ \x93\x7c\xbd\xdf\xc9\x95\x6f\xb3\xaf\xea\xf5\x74\x71\x50\xce\xa5\ \x96\x57\xaf\xa7\xb3\x42\x73\xd8\x48\xa7\xde\x94\xa7\xd9\x41\xa1\ \x9e\xbf\x68\x64\xf3\xaf\x72\x17\x77\xbf\xff\xed\xc5\x74\x74\xd2\ \xee\x0c\x4e\x4a\xfd\xea\x51\xae\x9e\x4e\x0f\xce\x66\xe7\x07\xcd\ \x55\xff\x70\xd1\x5e\xa6\x8f\x47\xed\x66\xbb\xd9\x1f\x4e\x27\x85\ \xda\xe5\x5d\xed\xcd\x9b\x9b\x5a\xad\x74\x33\xc9\xe4\xcb\x8b\x61\ \x27\x3d\x49\x0f\x3a\xd9\x7a\xe7\xd5\x5d\x3d\xfb\xb3\xb7\x9d\x7c\ \x27\x95\xcb\x4d\x0a\x99\xd7\xb5\xfa\xa4\x9c\xcb\x14\x0b\xcb\xeb\ \x5a\xed\xfa\xee\xed\xd7\x6f\xde\xbe\x9a\x76\x52\x83\xd4\x4f\x7f\ \xff\x5f\x7f\xf9\xe2\x8b\xbf\xfe\x02\x7e\xfd\xe8\xa3\x0f\xbf\xf7\ \xf4\xe3\x17\x1f\xbe\xd8\xdd\x03\xa0\xe2\xab\x90\x92\x50\xd0\x10\ \x08\xd9\xfd\xed\x38\xf4\x9b\x22\x14\xef\x82\x5a\xec\xf2\x24\x7c\ \x3e\x97\xfb\xe1\xd3\xdd\x5d\x9e\xf8\xc9\x1e\x2a\xd7\x12\x0a\x85\ \x3c\x09\x72\x68\xc8\x18\x0a\x39\x80\x23\x0c\x21\x1f\xf9\x28\xb0\ \x83\xe0\xc6\x18\x2c\x16\x8f\x25\xe4\xb2\xe8\x5c\x2e\xff\x09\x4a\ \xb3\x92\x01\x0d\xd1\x01\x84\xf8\x80\x5c\x42\x1a\x9a\x9e\x8a\xa6\ \x57\xf0\xee\xcb\xb7\xd8\x20\x7e\xa8\x40\x95\xc7\xe7\xc1\x41\xf7\ \x79\x1c\x16\x15\x05\xb6\xf3\x9f\x8a\xc1\x08\x8a\xef\x43\xb7\x84\ \xe8\xfe\x1f\x47\x28\x06\x06\x53\x01\xfe\x00\xa5\xa1\xc8\x1a\x44\ \x59\xa8\xd6\x9d\xcd\xbb\x9f\xa8\xc3\x46\xed\x81\x4c\x14\x03\xf8\ \x80\x46\x67\x6e\xae\x71\xd9\xcc\xe7\xdf\xf9\x9b\xe7\x8f\xd1\xaf\ \x47\x8f\xa9\x9f\x7c\x67\x93\x27\x51\x3d\x91\x70\xd6\xa8\x14\xee\ \xde\x3e\x07\x2c\x24\x17\x0c\x30\x0f\x2e\x08\xed\xba\x83\x03\xe6\ \x02\x1d\x0a\xd9\xa0\x64\xe8\x56\x27\x9b\x4d\x65\xb3\xe8\x6c\xc4\ \x5c\x14\x3a\x4a\x4a\x46\x09\x5e\x8c\x4d\xe6\x26\xfd\xc1\x1a\x03\ \xa4\x6a\x9b\x85\xfa\x78\x18\x0f\xd6\xe8\x70\x62\x16\x95\xbe\xb6\ \xb6\xc6\xa2\xd3\xdf\x23\xd4\xa8\xd9\x66\x03\x1c\xa0\x80\xb0\xad\ \xff\x37\x80\x29\x91\x42\x2d\x37\x8a\xb6\xbe\x21\x52\x6e\x7c\xa0\ \x44\x59\x05\xeb\x22\x10\x1a\xad\x52\x8b\x69\xcc\x84\x08\x85\x31\ \x28\x8c\x04\x61\x91\x2a\xad\xa8\x7c\x54\x60\xb2\x59\x70\x9d\xd6\ \x68\x30\x5b\x09\xb3\xcb\x1d\x02\x8d\x01\x3e\x13\x28\x8c\x38\x18\ \x4b\x85\xdc\xa8\x06\xfe\x10\xec\x48\xd1\xdb\x1e\x62\x6a\x25\x78\ \x4a\x91\x42\xb0\xb1\xb3\x0e\x42\xa6\x15\x29\xd5\x46\xc5\x06\xc8\ \xd4\x86\x52\xa3\x57\x08\xf4\x98\x02\x33\xa1\x76\x66\x50\x2c\xbd\ \xd1\x15\xf3\xea\x4d\xb8\xde\x60\xf6\xf7\x8e\xe7\x0e\xab\xcd\x69\ \xb3\x9a\x34\xc1\xfe\x2a\xe4\x20\xd0\x84\x7b\x33\x2c\x75\xe0\x2f\ \x03\x61\x02\xaf\xe7\x27\x35\x7a\x35\xa1\xd1\xe1\x0a\x34\x71\x1a\ \xa8\x8c\xd4\x5b\xcc\x1a\xa3\x86\x34\x93\xfa\x0d\xa5\xd9\x4e\xda\ \xf4\x1a\x0d\x0e\x76\xd0\x64\x36\x59\x4c\x26\xb3\x15\x10\xcb\x62\ \x33\x5b\x4c\xa0\x28\x4e\x93\xc5\x11\x76\x5b\x9d\x3e\x9b\x1d\x3e\ \x82\x4e\xa7\xb3\x7a\x42\x61\x27\x06\xef\x05\x00\xd3\x6b\xb5\x02\ \x91\x86\x34\x88\x00\x06\xd5\x38\x38\x5b\x35\xd0\x9a\xd7\x61\x77\ \xc7\x9c\x2e\xab\x93\xb4\x19\x00\xaa\x34\x1a\xb3\x46\xae\xd3\x88\ \xf4\x24\x5c\x85\x76\xdd\x68\x0b\x90\xa4\x15\xc5\xce\x13\x06\x8d\ \x0e\x4c\xab\x27\x68\xc1\xb4\x7a\x5b\x37\x91\x38\x3c\xb3\x1b\x2c\ \x1e\xbf\xdb\xea\x72\x47\xfe\xbe\x40\x78\xbc\x49\x97\xcb\x12\xf0\ \x39\x3d\x36\x4f\xa4\x1b\x72\x8d\xe3\x7e\x93\xb3\x95\x3c\x8e\x47\ \x82\x67\xf3\xa8\x27\x59\x98\x8d\x02\x91\xf3\x79\xcc\xdb\x8a\x45\ \xdc\xfe\x60\xe2\xb4\xe7\xa8\x26\x42\xd5\xae\x3d\xd8\x43\x13\x6a\ \x6d\x70\xd1\xad\xd9\x69\x38\x14\xef\x45\xa3\xe7\x07\xbe\x70\xc0\ \x7d\xb6\x8a\x56\x2b\x6e\x87\x2f\xea\xf7\x06\xbd\xfe\x58\x20\x18\ \x4e\xb8\x3d\xbd\x93\x78\xf5\xec\x34\xd1\xf3\xdb\xa3\xd5\x68\x72\ \x7e\xd4\xeb\x7a\x03\xbe\x83\xb3\x40\x34\x11\xec\x56\xbd\xee\xc4\ \x69\xd5\xe7\x4f\xcc\xbb\xa1\x79\xf7\x64\x95\x88\xfa\xa2\xa3\x4a\ \x6c\xd6\x9a\x8c\xc2\xf3\xca\x31\xa0\x18\x9c\x7d\x1e\xaa\x1c\x83\ \x4f\x1c\x2f\xe6\xd9\xcb\xde\x51\xb3\x3a\xa9\xdf\xb4\x2f\xea\xfd\ \x93\xf4\xf9\xa2\x54\x68\x64\x4b\xab\xd1\x41\x72\xd4\x49\xf5\xfb\ \xbd\x08\x60\x5f\x34\xe0\xab\xb6\x1c\x66\xbb\x19\xfe\x14\x4c\x60\ \x87\x1d\x01\x7b\xac\xe7\xf5\x01\x1c\x1e\x17\xe3\xe1\xee\xd9\xc9\ \xe8\x68\x38\x3c\x6d\x9d\x17\xe7\xee\x28\x9a\x12\x58\x38\x2e\x37\ \x0a\xa5\x5a\x7b\x96\x5b\x4c\x52\xc5\xd9\x55\x3a\xdd\x6e\x80\xe8\ \xf4\xeb\xf9\xf4\x61\xba\x70\x9c\xcd\x96\x8b\xd9\x5c\x71\x92\x6f\ \xa4\x3b\x83\x7a\x36\x9b\x6a\x94\x17\xa3\xcb\xc1\x72\x59\x5e\x5c\ \x15\x67\xe5\x62\x61\x7a\x91\x9f\xa4\xfa\x85\xf4\xf5\xeb\xe5\x65\ \x7a\x79\x97\xaf\x75\x96\xf5\xf2\x32\x77\x53\xaf\x65\x1b\xed\xce\ \xcd\xd7\xb9\xfa\xe5\xaf\x7e\x9e\xae\x17\x27\xb9\xe1\xc1\x49\xe9\ \x64\x56\x2c\x0c\x4f\x27\xe9\xd1\xf1\xf9\xe8\xaa\x33\xeb\x37\x17\ \x85\xc9\x79\x2a\x93\x9d\x0c\x32\xb9\x65\x36\x9d\xba\xbd\x78\xfd\ \xd5\xcd\xab\x0c\x90\x5a\x3b\x5d\xb8\xa9\x5f\xde\xd4\xcb\xd9\x72\ \x76\x32\x1b\xdc\x5d\x2f\x52\x97\xef\xf2\x57\xe5\xdc\xdd\x74\x38\ \xc9\x77\xb2\xc3\x62\x21\x97\xcf\xe4\x33\x77\xaf\xde\xd4\xbe\xfe\ \xf5\xcf\x7e\xfa\xe6\x4d\xbe\x5c\xb8\xbc\xfb\xe9\x3f\xfc\xee\xef\ \xff\xf0\xc5\x7f\xfc\xe3\x8f\xfe\xfc\x83\x6f\x83\x1f\x7c\xfa\xed\ \x67\x2f\xbe\x29\x96\x31\x50\xe9\x02\x6f\x57\xcc\xa0\x70\x64\x40\ \x29\x34\x95\x50\xb6\x0b\x56\x10\x6d\x8b\x83\x21\xe3\x3e\xd9\xdd\ \x17\x73\x55\x62\xf1\xfe\xfe\xee\xde\x93\x27\x7b\x62\xc9\x2e\x0f\ \xb5\xff\xf1\x54\x62\x78\x9b\x04\x5e\xb6\xc7\x41\x6d\x39\x88\x94\ \x68\x68\x92\x20\xf0\x0d\xac\x7c\x19\x78\xc0\x35\x16\x1c\x11\x88\ \x88\xc6\x15\x73\x39\x0c\xae\xe4\x7e\x4b\x8c\x02\x5a\x40\x65\xb2\ \x40\x03\x85\x32\x1a\x9d\x01\x9e\x51\xcc\x43\xbb\x66\xfb\xa8\x86\ \x9e\x2f\xd9\xe7\xd2\xe8\xa0\x3d\x3c\xbe\xe4\xe9\x0b\x15\x0f\xc1\ \x1d\x8d\xc6\x47\x49\xec\x5c\xf0\x9b\x5c\x1e\x57\x42\xe3\xa0\xac\ \x40\x36\x83\x49\xa5\x03\x11\x52\x68\x6c\x94\x5c\xcc\x66\xb1\x84\ \xa8\x02\x83\x42\x91\x49\xd6\xb6\xd7\xe8\xdb\xcf\x37\x19\x1c\x36\ \xfd\xd1\x67\x0f\xb6\x5f\xbe\xdc\x7e\xfe\xe9\x36\xf5\xe5\x7f\xa7\ \xf2\x54\x2a\x89\x90\xbf\xc9\xe6\xef\x8a\x9f\x70\xd7\xd6\x28\xe0\ \x0a\x29\x28\xd4\x4b\xc2\x66\x73\x50\x9b\x10\x1f\xdd\x79\x04\x05\ \x13\x33\x50\x69\x03\xbc\x1d\xd0\x91\x06\x9c\x85\x12\xfd\x38\x0c\ \xc6\x1a\x85\x4d\x67\x6c\xae\xdd\x67\xd7\x30\xe9\xec\xfb\xd1\x3f\ \x9b\x60\x0f\xa9\x1c\xf6\x1a\x93\xc9\x61\x6d\xd3\x39\xef\xe9\xb0\ \xad\x0f\x1e\xee\xac\x2b\x15\x1b\x4a\x92\x10\x3d\x94\xe3\xc0\x47\ \x0a\x0d\xda\xd0\xd2\x82\x51\x13\xe9\xe4\x18\x81\x89\xa4\xb0\x52\ \x31\x85\xd6\x66\x15\x6d\x6d\x00\x30\x01\xac\x68\xb4\x80\x46\x4a\ \x4c\xb3\x21\x35\xda\x1c\x20\x56\xc8\x26\xe9\x9c\x2e\x73\x02\x8c\ \xd4\x96\xe0\xfe\x66\x23\x7c\x91\x2a\xf4\x72\xa5\x08\x93\xbf\x8f\ \x02\x86\x3f\x90\xe2\x0a\x14\xfd\xa7\x90\xca\xb7\x3e\x10\x00\x5d\ \x89\xd6\x45\x98\x7a\x43\x8d\xa9\x8d\x70\x1e\x38\x2d\x6e\x25\x75\ \x76\x5c\xae\xc6\x30\x13\xae\xd5\x58\x93\x26\x85\xde\x6c\x32\x93\ \xc1\x64\xaf\x6a\x36\x1a\x9d\x01\xbf\xd9\x18\x3e\x6e\x26\x22\xa4\ \xd1\x0e\xaa\xa4\xf7\xba\x09\x52\xa7\x06\xc9\x30\x5b\x40\xc3\x74\ \x7a\x42\x4f\xa0\x9d\x6f\x8b\xc9\x40\x12\x7a\x9b\xd3\xe8\x20\x41\ \xcf\xcc\x7a\xdc\x68\x76\x04\xed\x26\x13\x81\x5b\xcc\x56\xb3\xc5\ \x6b\xd5\x3b\x3c\x36\x0b\xa1\x03\xc2\x72\x18\x71\xd2\xec\x34\xe9\ \xdd\x15\x17\x61\x27\x49\x82\xc4\xd4\xc8\x37\x7a\xc2\xb1\x90\xdf\ \xe6\xf4\x3a\x0d\x28\x48\x50\xa3\x36\x59\x8d\x84\x02\x27\x70\x4c\ \xa1\x50\x48\x09\x8f\xc5\x4c\x90\x0e\xbb\x55\x6f\x09\xdb\xf4\x26\ \x8d\xce\xaa\xd5\x2a\xe4\x1a\x03\x21\x32\x18\x49\xd2\x4e\x8a\x70\ \x53\xd0\x66\xb2\xab\x41\xb8\x31\x30\xb9\x3a\xb5\xd6\xec\xb0\xe8\ \xd4\x56\x5f\x34\xe2\x4c\x4e\x2c\x5a\x9b\xc7\xe1\x70\x78\xfd\x2e\ \xaf\xdd\x19\x0e\xa2\xda\x86\x80\xd3\x6d\x33\xbb\x23\x61\xa7\x63\ \x5e\x09\x39\x2c\x89\x50\x38\x16\xef\x9e\x1d\x46\xbc\x07\x85\xe2\ \xf1\xbc\x75\x16\xf7\x46\x02\x16\xbf\x33\x12\x8e\x24\xe3\xbe\x48\ \x28\x14\x08\x45\x62\xe3\x48\xd2\x17\xf3\xfa\xfc\x66\xd0\xb3\xa8\ \x3b\x10\x05\xe3\xe8\xf6\xb7\x7c\x56\x6f\x34\xde\xf2\x54\xbd\x91\ \x04\x1a\xe6\xec\x1e\xcf\x03\xa7\x89\x88\x7f\xb5\x3a\x8b\xb7\x2a\ \xad\x78\x28\x32\x5e\xad\x5a\xc7\x87\xa8\x96\x7e\x36\x5b\x55\x5a\ \xb1\xe8\xd9\x59\x28\x9e\x3c\x4b\xf6\xc6\x5e\xd0\xb0\x50\x38\x5a\ \x39\x1b\x45\x42\x87\x95\xee\x3c\xba\x3a\xec\x25\xba\x07\xdd\xe0\ \x6a\x7e\xb4\x9a\xc7\xba\xe3\x63\xef\x71\x2e\xdb\x28\xd6\x57\xa5\ \x61\xaf\x9c\x2e\x15\x6b\xe9\xb3\x52\x7a\x5c\x1a\xa5\xfb\xa3\x66\ \xaf\xd4\x88\x8c\xd2\xc3\xfe\x38\xe1\xf2\x27\xc3\x67\x81\xc8\x69\ \x2b\xe1\x4f\x80\xac\x5b\x6d\x46\x8f\xc7\x12\x70\x86\x22\x16\x47\ \xcb\x5b\x99\x64\xce\x5b\x89\x93\x7e\xf3\xe0\xe0\xb0\x7d\xde\x1b\ \x36\x0f\x82\xbe\x63\x80\x9a\x62\x7e\x99\x2f\x4d\x0e\x72\xbf\x3a\ \x01\x83\x95\x2a\x16\x1a\x8b\x5a\xb1\x50\x4b\x2f\xcb\x8d\xd1\xb2\ \x34\x2b\x95\x3b\xa9\x7a\xa9\xbf\xac\x1f\xa6\xf3\xb7\xd3\x45\xbb\ \x9f\x29\xce\x26\x99\x52\x31\x3b\x6a\x97\x9b\xb9\x65\xa1\x70\x95\ \xce\x0e\x6e\xf2\xfd\x5a\xe7\xea\x55\x6d\x3a\x78\xd5\x69\xe6\x5f\ \x5d\xe5\xcb\x99\x4e\xb9\x93\xad\x15\x53\x57\x97\xa9\xd2\xab\xdf\ \xff\x4b\x3e\x9b\x4e\xdf\x64\x4a\xc3\x45\xab\x99\x1d\x94\x26\x80\ \x42\xed\x52\xf3\xb2\xd8\xcc\x17\x72\x17\xed\x61\xe7\x72\x99\xce\ \x95\x1a\x9d\xfc\xe4\xdd\x2f\x2f\x52\x5f\xdd\x96\xfb\xe7\xe5\x8b\ \x4e\x7a\x3a\x05\xb2\x6a\xb4\xdb\x9d\xcb\x5c\xe3\xe6\x6e\x99\xcb\ \xde\xbd\xbe\x9b\x66\xb3\xb7\x57\xb9\xec\x72\x39\xcd\x81\x79\xbc\ \x48\xa7\x72\x83\xcc\xf5\xd7\x77\xbf\xb9\xbe\x7d\x57\x4f\x37\x3a\ \xef\x7e\xf8\xb3\xbf\xfc\xf9\xdf\xfe\xfc\xe3\xff\xf8\x8f\x3f\x7c\ \xff\xa3\x8f\xbf\xff\xf4\x99\xea\x43\x14\x21\x8a\x4a\x0b\x58\x28\ \x8f\x8f\x27\x54\xc9\xb8\xbb\x2a\xa1\x98\x2f\x13\xf3\x58\x20\x46\ \x5c\xe1\x93\x7d\x78\xf2\xe9\x53\x00\x2c\xa1\x50\x02\xcf\xec\x3e\ \x93\xc8\xd0\x00\x08\x95\x4c\x2c\x11\x73\xd0\x36\x17\x8d\x2f\x43\ \x65\x0a\x20\x4d\x1c\x0e\x97\xc6\x02\x4f\xc5\x67\xf1\x84\x12\x21\ \x9b\x2d\x46\xc5\xf2\x68\x9b\x9e\x43\xa1\x49\x68\x28\xe0\x98\x8f\ \x3c\x21\x9b\x45\x81\xa5\x0e\xaa\xc8\x55\xc9\x68\x14\xe4\x3b\x51\ \x94\xa8\x64\xf7\x43\x15\x9f\xa7\x92\x49\xd0\x0b\x38\x4f\xc4\x20\ \x8a\x42\x3e\xd2\x0c\x1a\x3a\x1c\x87\x0f\xac\xc3\xe2\xb0\x40\x50\ \x39\x20\x66\x54\x2a\x9b\x47\x63\xb2\x84\x1f\xee\xc2\xc1\x78\xa0\ \x27\x7c\x1e\x77\x17\x4e\x26\x04\x5c\xe3\x30\x37\x1f\x6c\x32\x1f\ \x3f\x5e\x63\xb0\x36\xb7\xbf\xf3\xf2\xf1\xcb\xe7\x9f\xbd\x7c\xf4\ \xfc\x93\xb5\x47\x9f\x6d\xd3\x54\x1f\x7e\x28\x83\x4b\x50\x81\xc6\ \xca\xe8\x34\x9e\x70\x77\x0f\x3e\x30\x8f\x2b\xa3\x71\x50\x95\x84\ \x10\x55\xbf\x72\x58\x42\x1a\x70\x20\x38\x54\x0e\xba\xbf\xc9\x11\ \xf3\x19\x6b\xe0\x6d\xd1\x0c\x9d\x4d\x1a\x1a\xa4\x01\xc6\x8f\xb9\ \xb6\x86\x5a\x87\xe8\x28\x6c\x06\x6d\xcc\xf3\xd9\x6b\x6b\xdb\x2c\ \xf6\x1a\x83\xfa\x9e\x5a\xa9\xfe\xc6\xfb\x5b\x52\xa9\x48\x2e\xd0\ \xeb\xb1\x1d\x39\x78\x38\xf5\xba\x4e\xa9\xc3\x51\xf8\x8b\x76\x03\ \x5c\x9c\x51\x2f\x92\x02\x78\x6d\x28\x51\x4d\xa7\x52\x49\xaa\xe5\ \x20\x64\x5a\xa3\x12\x2c\xa1\x12\x03\xa9\xb1\xe9\x31\x83\x89\x0c\ \xd9\x4d\x7a\x9f\xdf\x1d\xf3\x90\x5a\xb9\x42\x0a\x5a\x84\x06\x4e\ \x28\xb4\x5a\xb9\x40\x8a\x2b\x05\x22\xd4\xf9\x0c\xdf\xa1\x10\x77\ \xd4\x53\xfd\xbe\x5c\x8a\x61\x22\x0c\x2c\xa8\x1c\x10\x0c\x33\x2a\ \x04\x02\xcc\x24\xd7\x1a\xf5\x56\x42\x01\x0e\x94\x50\x82\x40\xc5\ \xf4\x46\x1b\xac\x68\x8b\xcf\x13\x8b\x58\x34\x0e\x58\x0b\x1e\xb3\ \xb7\x7f\x16\x76\xfb\xb1\x90\x99\xd4\x18\xcc\x16\x02\xdf\x50\x83\ \x6f\x23\x2d\x36\x52\x0b\x82\xa4\xd3\x9b\x08\x13\x0a\xa4\x31\x19\ \x15\x06\x27\x40\xa0\xc9\x60\x45\x77\xff\xac\x16\xa7\xcb\x80\xe6\ \x94\xda\x48\x97\x23\x46\x82\x82\x38\x2d\x84\x5c\xe3\x36\x6b\xf4\ \x20\x6c\x7e\xaf\xab\x95\x70\x10\x76\xbd\x96\x30\x49\x51\x6d\xa8\ \xc5\x1b\x8f\x05\x9d\x36\x0b\x58\x50\xb5\x46\x23\xd5\xe8\x35\x0e\ \x92\x94\x63\x38\x88\xa8\xf6\xe1\x3a\x66\x20\xcc\x7a\xb3\x8e\xb4\ \x92\xa1\x98\xdb\x60\x30\x2a\xcd\x7a\xa9\x12\xc3\xf4\x26\x2d\xa6\ \x03\x3b\x69\x52\x3a\x1c\x60\x00\x2d\x3a\x83\xc7\x84\x11\x7a\x52\ \x87\xab\x4d\x76\x70\xd2\xb6\xd8\x3c\xe2\x49\x34\x3c\xb8\x35\x14\ \x6b\x25\x93\x2d\x9f\xdd\xa6\x4f\xc4\xdc\x4e\x9b\xdd\xee\xf6\x98\ \x23\x7e\x07\x3c\x48\x8c\x43\xfe\x60\xcf\xef\x49\x24\xc2\xa7\xbd\ \x50\xfc\x70\xd6\x1f\xc6\x7d\x67\x73\xbf\xd3\xeb\x0a\x76\xfd\xd1\ \x6e\x32\x61\x77\x56\x02\xc1\x58\x25\xd6\x0d\x07\x82\x3e\x6f\xc8\ \xef\x39\x6b\x9c\x04\x1d\x01\x6f\xa4\x12\xf0\x25\x5b\x01\xd2\x9d\ \x88\x56\xa2\xad\x98\x2f\x02\x90\xe8\x4b\x46\x5a\xd1\x44\xc4\x1d\ \x99\xb5\x0e\x03\xb1\x64\xa5\xdb\x8b\xcc\xc7\x47\xa3\xd5\x2c\x11\ \x8d\x25\xcf\x16\x8d\x71\x2f\x19\x1f\x57\xc3\xbd\x00\x1a\x20\x6f\ \x01\xdc\x8a\xc6\x2b\xf1\x5e\x22\x18\x5b\xc5\x2b\xa3\x83\xea\xec\ \xa4\x72\xd6\xf0\x44\xcf\x16\x20\x89\xa1\x68\xab\xea\x4a\x16\x32\ \xc5\xdc\xf2\xa4\x36\xac\xf6\xeb\xe5\x7c\x69\x74\x3e\x6b\xc6\x86\ \xf9\xd2\xd1\xe2\xfc\x34\xbb\xea\xb6\x87\xfd\x93\xd3\x8a\x3d\x10\ \x0a\x84\x5b\xee\x68\x25\xec\x8e\xb8\xec\x01\x93\xc6\xea\x71\xd9\ \x23\xc9\xa0\x3b\x12\x0f\xc6\xba\xe9\xd4\x6a\x1c\xaf\x80\x58\x81\ \xf5\x3b\xed\x2d\xd2\x37\xcd\x64\x37\x5d\x1a\x0e\x61\xe5\xe7\x56\ \xab\xf2\x60\x9c\xca\x15\xf2\xe9\x83\xf3\x61\x2e\x3d\xb9\x18\x4c\ \x33\x27\xf9\xeb\xc5\xea\x3e\xcd\x6a\x34\xc9\x54\xa6\xbd\x0f\x00\ \x00\x20\x00\x49\x44\x41\x54\x4c\xce\xca\xd7\xf5\xce\xac\x9c\xbe\ \xe8\x17\x4b\xf9\x51\xba\x33\x3b\xc9\xf7\x4b\xa9\x65\xa1\x9e\x2b\ \xa7\x2e\x72\xe5\xb7\x83\xd4\x60\x30\x81\x23\x0d\xf3\x60\xdb\xf2\ \xf5\xfc\x72\x79\x71\x5b\xcb\x5e\x4d\x33\xb9\xaf\x7e\xf3\xdb\x6c\ \xb9\x50\xba\xca\xce\x56\xc3\x93\x55\x23\x53\x6c\x4f\x8a\xd9\xe2\ \xb0\x94\xa9\x17\xd2\xf9\xc6\xe5\x45\x7b\x90\xce\xe5\x4b\xd3\x7a\ \xbd\x9e\xea\xe4\xae\xde\x7e\x59\x6f\x9d\x1f\x2c\x5f\x5d\x4f\x97\ \x85\xe2\x60\x3a\x9c\x0d\x72\x83\x5a\xfa\xea\xee\x6d\xfe\xe2\xf6\ \x06\x25\x90\xbe\xbe\xb8\xb8\xb9\xfc\xe9\xd5\x45\xbd\x50\x5f\xa6\ \xae\x6a\xa9\x32\x3c\xf5\xf3\xbb\xaf\x6e\xd3\xc5\x8b\xdf\xfe\xf1\ \x57\x7f\xfc\xaf\xff\xf8\xe2\x9f\x7e\xf2\xa7\x7f\xfb\xc1\x0f\xbe\ \xff\xe1\x47\xdf\x04\x91\xd8\xdb\xdd\xa5\x50\xf8\x42\x2e\xfd\x7e\ \x43\x89\xc7\x07\x29\xda\x17\xee\xa1\x21\xf1\x34\xc0\x1e\x2e\x50\ \x14\x97\x2f\xdb\xdd\x13\x73\x24\xc2\xfd\x8f\x24\xc2\xa7\xfb\x20\ \x40\x7b\x32\x1e\x1d\xcd\x29\x04\xe3\x88\xf6\xc9\x25\x3c\x94\xe3\ \x8e\xc6\xbd\x8b\x25\xf7\x1e\x8e\x41\x83\xe3\xb0\x99\x34\x31\x1f\ \xed\x2c\xed\x49\xd0\xde\x15\xf8\x46\x00\x36\x0e\x9f\x81\xac\x23\ \xca\x24\x16\x02\x4f\x89\xc5\x68\x9c\x3d\xe8\x13\xda\xc2\x42\x52\ \x05\xa7\x7b\xf6\x0c\xdd\xa6\x7b\xa1\x12\x72\x40\x1f\x69\xe8\x9a\ \x84\x42\x99\x0c\xed\x8f\xd1\x99\x70\x9d\x42\x1a\x95\x8f\x92\xb3\ \x78\x0c\x3a\x9a\x54\x4f\x59\xa3\x50\x84\xf7\x33\xc5\x54\x00\x5b\ \x2c\x0e\x1f\x8d\xb5\xa0\x6e\x82\x9e\x6c\x82\x2f\xdc\x7c\xfe\xe9\ \x27\x2f\x3f\x7b\xf0\xe8\xe5\xcb\x4f\xbe\x43\x67\x3e\xa7\xca\x5e\ \x80\xad\x15\xf2\x78\x62\xa6\x18\x74\x88\x2f\x03\x57\x0b\x6e\x53\ \x08\x74\x09\x3c\xc7\xe1\xf0\xa9\x34\x99\x8c\x45\x13\xb3\x18\x68\ \x2a\x06\xda\xd3\xe2\xcb\x64\x42\x2e\x9a\xa3\x41\xd9\x64\xb1\x59\ \x54\x74\xec\xb5\x4d\xea\x26\x85\xfd\x80\xca\xa4\xc3\x07\xa6\xae\ \x6d\x3f\x40\xd3\x17\xd7\xb6\xe9\xdb\x54\x3a\x4b\xcc\x7c\xcf\xa0\ \x94\xef\x6c\x7d\x43\xaa\xc5\xb5\x52\x11\xd0\x95\x60\x03\xe5\x85\ \x2a\x95\xc8\x00\xa2\x6f\xe5\xb0\x84\x75\x4a\x84\x5c\x6a\x91\x56\ \x6f\xc0\x05\x6a\x13\x80\x86\x51\x27\x32\xaa\x05\x5b\x5a\x0d\x86\ \x4b\x95\x86\xfb\xdc\x23\x87\x4e\x67\x76\x7a\xbc\x5e\x8f\x19\x17\ \xa9\xa5\x72\x34\xa5\x62\x63\x4b\x4d\xe0\x22\x85\x48\x24\xd2\x62\ \x6a\x91\x5c\x24\x95\x6a\x40\xa2\xb6\xe4\x1b\xeb\x02\xb5\x52\xaa\ \x54\x02\x7f\x60\x4a\x70\x89\x98\x68\x5d\x2a\xd7\xa8\xf1\x75\x11\ \x2e\x32\x82\x34\x18\x34\x84\xc1\x88\x03\x00\xe1\xd6\x88\xd9\x6b\ \x71\x07\x1d\x21\x8f\x1e\xf7\xfb\xc3\x41\x8f\x6f\x3c\x3a\x4e\x38\ \x5d\x36\x23\xaa\x4c\x27\x50\x08\xbc\xd2\x80\xbb\x82\x6e\x12\xc3\ \x8d\x46\xb7\xcd\x48\x18\x2c\x7a\xa3\xd9\x6a\x05\xa5\xd0\xeb\x9d\ \xa0\x2b\x04\x4e\x38\x70\x1c\x78\xcc\x6e\x26\x34\x36\xab\x9b\x74\ \x91\x98\xcd\x60\xb1\xea\x71\x83\xd9\x46\x1a\x0c\x36\x93\xc1\x62\ \x09\x26\xed\x3a\xc2\xa2\x25\x08\xad\x00\xcc\xa8\xd3\x0d\x78\xe2\ \x72\xea\xe1\x5d\xc8\xcf\x82\x76\x9a\x09\xad\x02\xf0\x10\xc7\xb4\ \x52\x9d\xc6\xe2\x45\xb7\xbf\x6c\x76\x6b\x30\x16\x32\x1b\x70\x39\ \xa1\xc3\x40\xe1\x8d\x06\xe0\x2c\x4c\xe7\x74\xde\x9f\x92\x24\x15\ \x84\x13\x24\xd0\x44\x68\x2c\x98\x23\x62\xd4\x1a\x92\xf3\x56\xc0\ \x9b\xe8\xfb\x4c\xce\x60\xab\x3d\x4a\xf4\x92\x91\xa0\x39\xd9\x8b\ \xd8\x1c\x2e\x50\x64\x67\x32\x9e\x70\x79\x7c\xc1\x9e\xc3\x12\x4e\ \x44\x7a\x91\x78\xfc\x2c\xee\x8e\x9e\x9c\xcc\x4a\xd1\x56\x37\x14\ \xb0\x84\x82\xee\x44\xb8\xda\x3b\x9d\x7b\x9d\x89\x50\xd0\x73\x7e\ \xb8\x8a\x80\xa9\x0c\xc6\x83\x81\xc5\x49\xcb\x63\xf7\x59\x5c\x81\ \x50\xc2\xef\x8b\x39\xc3\x55\x7f\xd2\x17\x72\x77\xcf\x7d\xa1\x44\ \xc0\x07\x2a\x55\x3d\x77\x27\x5a\x89\xee\xfc\x2c\x1a\x5f\x25\x5b\ \x5d\x60\x9f\xb3\xd3\x8a\x3f\x14\x5c\x1d\x1d\x24\x2a\xb1\x68\x2b\ \xec\x8e\x47\xbb\xdd\x48\xa5\x12\x88\x07\x02\xf3\xf9\xf8\xf0\x34\ \x5a\x69\x1c\x46\xce\x4b\x27\xd5\x71\xef\x3c\x1d\x75\x1f\xf7\xc6\ \x5d\x8f\xbd\x72\x98\xf0\x57\xfb\xc3\xdc\x65\xfe\xb4\x30\x0a\x97\ \x8a\xe9\x61\x27\x3b\x3a\x5f\x80\xaf\x3b\x3b\x4f\x1f\xb4\xca\xa3\ \xe4\x61\xbb\x91\x04\xd8\x0b\x46\x62\xd5\x68\xc4\xe7\x8b\x45\xc6\ \x31\x6f\x10\xc7\xcd\x3e\xa7\x3d\x54\x89\xd8\x5c\x31\x4f\xb2\xb5\ \x9c\x9c\x46\x4e\x46\x9d\xc9\xf1\xe8\xb4\x78\xdc\xae\x1d\xe5\xd2\ \xb3\xf3\x83\x76\x31\xdb\x59\x82\x9e\xf4\x87\xfd\x7e\x29\x9d\x03\ \x98\x19\x15\x27\xc3\x4e\xbb\x5f\xcc\x95\x4a\xd9\x51\x72\x52\xc8\ \x5f\xe6\xda\x83\x42\xaa\xd0\xc8\x64\x9b\xe9\x62\x76\x99\x3d\x2e\ \x67\x72\xcd\x7e\xb3\xd1\xec\x97\x33\xc5\x51\x39\x0d\xfc\x53\xae\ \xd5\xc0\xd1\xd5\x0b\x8d\x4e\xbb\x90\x4f\x75\xa6\x37\x97\xa9\x69\ \xaa\xf0\x2a\x3b\xfd\xba\x96\x49\xbf\xfd\xe1\xf5\xcd\x34\x57\xae\ \xd7\x4a\xe3\x59\x6f\x3c\xbc\x6a\x0c\x6a\x47\xa7\xe3\xc5\x28\x9f\ \x1b\x8e\xda\xa9\x65\xed\x20\xdb\x58\xa6\x1a\xd3\xd4\xe5\x00\x8c\ \xe5\xdb\xaf\x5e\xb7\x27\x8d\xf4\xe0\xe7\xd9\x4e\xfe\x2a\x57\x7b\ \x55\x3a\x6f\xa7\xf2\xaf\x06\xe5\xdb\x9b\xec\xf5\x55\x3e\x93\xed\ \x4c\xdf\x5c\xb6\x6b\x17\x57\xb9\x4c\xbb\xb1\xcc\xa5\x3a\xf9\xf6\ \xd5\xa0\xf6\xf3\x7f\x79\xf3\xf5\xbb\xec\xf2\xf2\x37\xff\xfe\x9f\ \xff\xf0\xc5\x3f\xff\xc7\x3f\xff\xdb\x3f\x7d\xf1\xcf\x1f\xbf\x10\ \x3f\xfb\xf0\xd9\xfe\xbe\x8c\x2f\x66\xd0\xc0\xff\x71\x54\x32\x58\ \xef\x2a\xbe\x4c\x02\x92\x23\x7e\xca\xe7\xd3\x58\xbc\x5d\x09\x88\ \x12\x80\xd2\x1e\x68\x94\x90\xcb\x55\xed\x8b\x9f\x82\x23\x14\xee\ \x4a\xc4\x3c\x36\x13\xe5\xcc\xec\xf2\x85\xfb\xbb\x12\xde\x7d\x7d\ \x02\x47\xc8\xa6\xf1\xd9\x68\x66\x3d\xb0\x99\xf0\x3e\x85\x41\xc8\ \x65\xf1\xe0\x88\x7b\x32\x0e\x7a\xc0\x05\x65\x60\x70\x99\x3c\x34\ \x7e\x47\xc2\x01\x25\x10\xef\xcb\x24\x0c\x16\xa8\x06\xa8\x1a\x0a\ \x60\x96\xec\x82\xbf\x14\xde\x8f\xeb\x01\xeb\x28\xe4\x22\xc2\xd9\ \xdb\xdf\x93\xa9\xc4\x12\x21\x87\x41\x05\x04\x92\x71\xf9\x62\x21\ \x85\x47\xdf\x66\x33\xa8\x68\x37\x9c\x2f\x63\x31\xd0\x84\x56\x26\ \x17\x6c\x27\x1a\x4a\x01\xa4\xc5\x60\x50\x81\xad\x58\xf4\xb5\x6d\ \x0a\x8d\xf5\xfc\xd3\xe7\x8f\x1e\x83\x60\x3d\x7e\xfe\x92\xf1\xe0\ \x3b\x2c\x36\xef\xc9\xb3\x0f\xc5\x70\x20\x36\x5f\xc2\x67\x50\x24\ \x62\xa1\xec\x09\x10\x17\x67\x0f\xc5\x25\xb3\xb8\x14\xaa\x58\x2c\ \x44\x18\x48\x65\x80\xfa\xc1\x9f\x09\x0d\x2e\x96\xc7\xa5\x52\x41\ \xbc\x19\x14\xe6\x03\x2a\x9b\xc1\x66\x33\xc1\x70\x32\xd8\x6b\x14\ \x16\x63\x8d\x89\x82\x56\x1f\xaf\xc1\x73\x9b\x74\x2a\x9a\x7b\xcd\ \xa1\xbf\xa7\xc5\x89\x2d\x54\x4e\x85\xad\x6f\x68\xac\xb8\x42\x8a\ \xa6\x04\x0a\x14\x28\x50\x4f\xab\xdb\x12\xdc\x8f\xc6\x52\xca\x95\ \x26\xa5\x5c\x2d\xdd\xc0\x80\x15\x94\x3a\x30\x83\x20\x61\x7a\xe0\ \x2f\xbd\x0e\x56\xab\xce\x6a\x26\xf4\x18\x68\x0c\xea\xc4\xf3\xc5\ \x7c\x66\x9d\x54\xa1\x84\x17\x6f\x08\xd6\x45\x6a\x23\x81\x29\xe5\ \xf2\x8d\x0d\x91\x42\xa0\x45\xe9\x31\xb8\x11\x87\xb7\x8b\x94\x46\ \x3d\xb6\x2e\x82\x97\xe1\x3a\xb0\x9b\xb8\x46\xad\x10\x29\xd7\x45\ \x22\x25\xae\xd4\xe8\xd6\x35\x04\x8e\x6b\xb4\x6a\xa3\xdd\xa6\xb3\ \x47\xcc\x36\x33\xa9\x73\x54\x7c\xe0\xd0\x82\x49\xaf\x37\x7c\x54\ \x1e\x27\x6d\x84\xd1\x41\xc0\xa1\x83\x24\x8e\xa1\x8d\x12\xbf\xcf\ \x6b\xc1\x8d\x84\x88\xb0\x1a\x08\xd2\xac\x33\x5a\xad\x80\x2b\x26\ \x83\x1e\xcc\x9b\x5e\x0f\xdf\xa0\xa1\x35\xa4\x19\x40\x47\xef\xb0\ \xe1\x26\x0b\x66\x35\x59\x50\x19\xbd\x81\xd0\x8b\x70\xa3\xc9\x81\ \x12\x3f\x3d\xb8\xc9\x06\x96\xd1\x40\x5a\xcd\x0e\x9b\x27\x16\xf0\ \xba\x03\x26\xcc\xac\x53\xe8\xd0\xc8\x44\xf4\x40\x2a\xc5\x40\xc4\ \x41\xb9\x35\x26\x38\x28\x69\x76\xbb\xdd\xb1\x60\x50\xa7\x53\x6f\ \xe9\x8d\x18\x81\x2b\x8d\x24\xa6\xc1\xf4\x84\x9d\x00\x81\xd3\x1b\ \x8c\x1a\xad\xc5\xa9\xd7\x82\x4b\x35\xeb\x30\x93\xcb\xa5\xc7\x03\ \x67\x70\xdd\xe1\x13\xab\xc6\x31\x8f\x1e\x8c\x5b\xbd\xb0\xbb\x9b\ \x4c\x26\x12\x81\x78\x32\x69\x27\xc1\x33\x45\x42\x2e\xb7\xbb\xe5\ \xb1\x44\x56\xe3\xa4\x3f\x54\xe9\x26\x63\xe1\xb3\xf1\x70\x34\x9e\ \x27\x22\x2e\x7f\x34\x16\x07\x49\x8b\xc5\x7b\xb6\x40\x24\x19\x49\ \xcc\x7b\x07\x91\x48\x30\x12\x4c\x24\x7d\x81\xde\xdc\x6d\x4f\xc6\ \xfc\xe1\x78\xb0\x5a\x4d\x78\x22\xbd\x78\x32\x9c\xb4\x84\xc6\xe1\ \x58\x75\x1e\xf0\xcd\xab\xf3\x83\x44\xb0\x35\x3f\x3f\x3a\xae\x04\ \xcf\x93\xdd\x96\xe3\x34\x71\x7a\xd4\xf5\x87\x5d\x27\x67\x95\x60\ \xcf\x17\x6a\x55\x3d\x89\xc0\xf8\x10\xfe\x00\x9d\xa8\x8c\x74\x7c\ \x7c\x18\x8f\xb8\x67\xe1\x50\xf3\x7c\x74\x7e\x78\x5a\xec\xb7\x12\ \xa3\xd9\x61\xd4\xef\xaf\x94\xce\x5c\xe3\xc2\x6c\x54\x2f\x55\x9a\ \xe3\xc8\x71\x31\xb7\xc8\xd5\x47\x47\xf3\xe8\x51\xf2\x34\x9b\x5a\ \x9c\x67\xe2\xb1\x93\xe2\xc9\x6a\x51\x09\xb6\x92\xa1\x84\xcf\x5b\ \x89\x57\x63\x27\x1e\xf8\xab\xd3\x03\xcc\x7a\xbc\xa1\x40\xd2\x1d\ \x8e\xc4\x5a\xe5\x83\x71\x77\x96\xbb\xbb\x69\x2e\x4e\x66\x95\xf3\ \xf4\x64\x79\x39\xec\x1d\x66\x1b\xe5\x9b\x37\xf9\x62\x3f\x55\x5e\ \x4e\x8e\x1a\x85\x72\xb6\x50\x6e\x16\x66\xb9\x4c\x7f\x52\x28\x9d\ \xf5\x67\x67\xe9\x42\xae\x98\x81\x13\xb7\x57\x8b\x59\x3b\x33\xa8\ \xd7\xf3\x8d\xf3\xa3\x4c\xa9\x91\x2d\x15\xcb\xc3\xf2\x5d\xaa\xdd\ \xe8\xa4\xa6\xaf\xfb\xc5\x65\x29\x5b\xcf\x95\x5e\x75\x1a\x8d\x25\ \xaa\x72\xc8\xdc\xde\x0c\x1a\xb3\xa3\xcc\x74\x3a\x7d\xf5\xd3\xdf\ \xdf\xbd\x1d\x64\x3b\xbf\xbc\x6e\x9f\x1f\x35\x27\xe9\xec\x24\xbd\ \x5c\x9d\x1f\x9c\x17\xd3\x47\xa3\x72\x2e\x3b\x68\x9f\xa7\x72\xd3\ \xd2\x24\x93\xbe\xbe\xc9\x67\x2e\x6e\xde\x5e\x94\x32\xf0\xdf\x65\ \x16\xe4\x30\x77\x37\x2d\x34\x26\x9d\x69\xbd\x90\xff\xb2\x73\xf1\ \xee\xe2\xfa\xa6\x50\x7f\xf3\xa6\xd6\x28\xd5\x2e\xcb\x93\xf2\x24\ \x9b\xcf\xd4\x6a\xd9\x8b\xab\xf2\xbb\xaf\xdf\x7e\x79\xfd\xea\xdd\ \xcf\xff\xf8\x5f\xff\xfe\xc3\x2f\x7e\xf1\xc5\xe7\x3f\xf9\xf6\x0f\ \x7e\xf0\xcd\xfd\xbd\x27\xfb\x4f\xc0\x10\x09\x77\xd1\xd0\x1a\xa1\ \x44\x4c\x63\xf3\x78\x32\x9a\x44\xa2\xda\x55\xed\x4a\xf8\x5c\xa0\ \x18\xf1\xbe\x58\xf5\x84\xcf\xe3\x8b\xc5\xaa\x7d\x40\x27\x3e\x5f\ \xa8\x7a\xb2\x8f\x26\x50\x88\x79\x14\xbe\x98\xc3\x97\xa9\xf8\xa8\ \xf8\x93\x2f\xbe\xdf\x15\x47\xe9\x55\x14\x9e\x0c\xd8\x45\x28\x44\ \xee\x8d\xc5\x05\xde\x02\xdf\x07\xb2\xc0\xa1\xb0\xc4\x40\x32\xb0\ \xf8\x55\x40\x59\x32\x78\x92\x85\x5a\x74\xe0\x34\x74\x2a\x97\x2b\ \x91\xec\x4a\x84\xa8\xac\x4b\xb5\xcb\x11\x8a\x51\x25\x3d\xbc\x83\ \xc9\x91\xa0\x0d\xa6\x8f\xf6\x76\x85\x7c\x9a\x0c\xce\xc3\xe2\xed\ \x81\x0b\x05\x10\xe2\x03\x39\x51\xe0\xa2\x64\x68\x36\x18\xd0\x99\ \x70\x8f\xcd\x11\xa2\x71\x5c\x2c\xe6\x1a\x9f\xcb\xa0\xd3\xa9\x9b\ \x2c\x06\x9d\x0a\xaa\x46\x61\xaf\x7d\xf6\x00\x85\x28\x3c\x7a\xf0\ \xd9\x73\xfa\xe6\x67\x0c\xce\xfe\xb7\x3e\x7a\xc1\x59\x63\xf3\x79\ \xbb\x2f\x76\xd9\x20\x7e\x42\x3e\x9c\x8d\xc5\x97\x71\xd0\xfd\x51\ \xc0\x29\xbe\x4c\xc8\x97\xa0\x4d\x36\xf0\x88\x60\x70\x51\x5b\x11\ \x8f\x83\x72\x08\xc1\x31\x0a\xd7\x36\xd9\x0c\x3a\x83\xfe\x80\x4a\ \x05\xcb\x49\xa7\xd0\x37\x1f\x6f\x32\xd8\xf0\x43\x3a\x93\xc6\x62\ \x53\x19\x3c\xf6\xf6\xf6\xe6\x7b\x18\x61\xbc\x77\x76\x6a\x60\x25\ \x82\x50\xca\x51\xad\xa4\x54\xa1\x51\x2b\xb7\xc0\x24\x2a\x45\x5b\ \x28\x2d\x19\x2c\x8f\x56\xab\x54\xcb\xd1\x6d\x42\x29\xa6\x53\x02\ \x40\xa9\x09\x13\xea\xe8\x03\x17\x24\xd7\x13\x00\x1a\x6a\x8d\xc5\ \x6c\x37\xba\xbb\x61\xb3\xd1\x80\xeb\x34\x6a\x80\x33\x34\x67\x90\ \x34\xe2\x6a\xb5\x56\xb0\x23\x05\xab\x65\x54\xe3\x22\x9d\x5a\x24\ \x00\x3a\x42\xd1\x55\x52\xa5\x40\x8a\xf2\x90\x31\x42\xa1\xc5\x45\ \x98\x49\xa1\x03\xcf\xa5\xd1\xc9\xb5\x20\x3b\x1a\x1d\x48\x80\xcb\ \x62\x30\xb9\x6d\xa4\xc6\x48\xb8\xab\x61\x8f\x23\x10\xf0\x75\x63\ \xb1\xd3\xf6\xec\x30\x68\x32\x98\x2c\x7a\x13\x69\xb3\x92\x16\xd2\ \x44\x10\xa0\x4c\x70\x1d\x7a\x4c\xa7\xb7\x1a\xac\xa4\xde\x80\xd8\ \x09\x48\xca\x68\xd0\x59\xcc\x56\x27\x0a\xac\xb2\x1b\x09\xbd\x13\ \xb5\xc8\xd8\x08\xb3\x47\x6f\xb0\x59\x4c\x56\xb7\xc3\x66\x35\xe3\ \x98\xd5\x01\x0c\xe0\xf1\x38\x0c\x46\xab\x23\x1a\x89\x78\xfd\x2e\ \x8f\x23\xe4\xb6\xb9\xec\x41\x33\xe9\xd1\xe0\x5a\x44\x55\x00\x86\ \x08\x11\x95\xb8\x48\xae\xd5\xe2\x4e\x8b\xcd\x60\xb5\x3b\x82\x6e\ \xb7\xcb\x43\xaa\x15\x4a\xd2\x6a\x35\x80\x9d\x34\x12\x3a\x91\x56\ \xe3\xb4\x69\x45\x3a\xd4\x95\x48\x3a\x7c\x46\xb5\x99\x04\x19\xc4\ \x3d\x5e\x07\x66\xb4\x57\x82\x26\xbb\x67\xe4\x31\xda\x4f\xa3\xd5\ \x58\x25\x1c\xf7\xfb\x9d\xc1\x70\xe0\xac\x17\x8f\xfa\xdd\x1e\x57\ \x2c\xea\x72\xd8\xe2\x51\xaf\x77\x3c\x9b\x57\x23\x87\xe3\x70\x37\ \xe6\x58\x01\x57\xb4\x0f\xa3\xa7\xf1\x60\x32\xea\x0b\xc4\xc7\x00\ \x69\xc1\xd6\xea\xb0\x35\x99\x9d\xcc\x2b\xc9\x60\x24\x39\x3a\x49\ \xba\x4e\xe6\x41\x7b\xb7\x72\x5a\x3c\x1c\x1f\x9f\x76\xc9\x60\xd7\ \xe7\x8b\x46\x5c\xa1\x8a\x2f\xd1\x4b\x78\x43\xb1\x48\xa5\xea\xf7\ \x74\x13\xe3\x78\x7c\x15\x5a\x8d\xa3\xf1\xd8\xe8\xb0\x9a\xe8\x56\ \x62\x20\x41\xad\x58\x20\x1c\x0c\x57\x5d\xbe\xca\x59\x22\xe4\xf5\ \xb9\x92\x8e\x68\x72\xd5\x3d\xec\xc6\x22\xa7\xee\xf0\x49\xfa\xa0\ \x39\x4c\xb4\xf2\x67\xb1\xc3\x45\x3f\xec\x8d\x8c\x4f\xe2\xae\xe3\ \xd9\xf1\xbc\x3d\xac\x4c\xda\xfe\xe6\x74\x32\xa9\x5f\x2f\x46\xa5\ \xc4\xfc\x68\xd6\x2e\x14\xce\x4b\xe7\x67\x8b\x93\xd5\xea\x78\x54\ \x5d\xc4\xc3\xd5\x50\xd4\xef\xf5\x26\x0f\x1c\x04\x69\x73\x3b\xc0\ \x98\xc6\xfc\xf6\x58\x08\xa5\x9a\xe6\x4b\xe3\xd5\xe4\x28\x5b\xea\ \x9d\x37\xfa\xdd\x46\xa1\xf4\x6e\xda\xe8\x37\x17\xc3\x6c\xa6\x96\ \x2e\x36\x9b\xc5\xf2\xd1\x79\xbe\x34\x48\xcd\x8e\x67\xc5\xc5\x2c\ \x73\x93\xc9\x34\x1a\xed\xe6\xe1\x51\xae\x79\x92\x2e\x67\x32\xa5\ \xc5\xa2\x3d\x4c\xe5\x6f\x53\x85\x51\x7f\x94\x3a\x2e\x64\xd2\xd9\ \x8b\x6c\xf6\x0a\xbe\xcf\x2d\x3b\xd7\xe9\xe2\xdd\xf2\xe2\xfa\x55\ \xf1\xe6\xe2\x55\x3a\x97\xed\x64\x53\xcb\x5c\x3e\x5d\x9e\x16\x2e\ \xae\xae\x2f\x6e\x7f\xfe\xc3\xbb\x37\x6f\x1a\xe9\x9b\xdb\xe1\xf9\ \xc9\x6a\x94\x4d\x95\xb2\x9d\xf9\x71\xbb\x99\x29\xd5\xb3\x57\xe9\ \xc2\x60\x38\xbc\xad\xa5\x27\xd3\xc2\xbb\xbb\x1b\x70\x85\x5f\x2e\ \xcb\xa9\x54\xae\x9c\xaf\x5f\xa4\xd2\xb9\xce\xd5\xab\xce\xf2\xd5\ \xb4\x9e\x99\x5e\x5c\xbc\x7a\x75\x7b\xb9\xbc\x9b\x2e\x2f\xde\xd4\ \x0a\x85\x54\x2a\x95\xee\x14\x26\xa5\x46\xf1\xf2\xee\xfa\xaa\xf3\ \xf6\xe6\xee\xab\xbb\xbb\x3f\xfe\xfe\x5f\xff\xef\x17\xff\xeb\xc7\ \x7f\xfe\xc5\xe7\x1f\x7f\xf4\xcd\xbd\xa7\x4f\x54\x92\xbd\xa7\xc2\ \x7d\x16\x5b\x26\xe1\xb1\x40\x95\xd8\x14\x1e\x1a\xcf\xc0\xe7\x8a\ \x85\x48\xb0\xf8\x1c\x0a\xaa\x21\xdd\xdd\x05\xd6\xda\x45\xf5\x05\ \x32\x89\x64\x5f\x82\xd2\x65\x50\xd9\x3b\xea\x1a\x96\x48\xc4\x7c\ \x30\x6e\x5c\x21\xf7\x7e\xd4\x2a\xac\x6f\x2e\x80\x12\x57\x88\x5a\ \x94\xd9\xe8\x7e\x20\x1b\x0d\x61\x15\xa3\x5b\x82\x1c\x0a\x85\x86\ \xa2\x17\xd8\x34\x89\x98\x8b\x62\x20\xc0\xd0\xd1\xf8\x3c\xa4\x92\ \xa8\xad\x4f\x2c\x01\xa5\x40\x01\xf1\x80\x74\x4f\x9e\xa8\x68\x6c\ \x15\x6a\xbd\x41\x77\x0e\x25\x4f\x78\x70\x3d\x70\x7d\xa8\xdf\x1a\ \x8c\x1b\xf8\x39\xae\x98\x83\x72\xd6\x29\xf7\xcd\x3a\xf7\x19\xc7\ \x2a\x1e\x9c\x8b\x8a\xc4\x84\x8d\x64\x8b\x4d\xa7\xd2\x36\xd7\x98\ \x4c\x06\x93\x46\x61\xbd\x7c\xbc\xfd\xe8\xf9\x83\x47\xcf\x5f\x3e\ \xa2\x3e\x78\xc9\xe4\x3d\xfd\xf8\xc5\x37\x01\x93\x64\x7b\xa8\x90\ \x0c\xce\x4a\xe1\xa1\xda\x7c\x94\x5d\x0f\x8f\x85\x48\x5a\x85\xf7\ \x0e\x55\xc6\x41\xb9\x5d\x08\x15\x51\x84\x17\x7c\x10\xf8\x40\xa0\ \x5a\x74\x26\x93\x85\x7e\xb3\x18\x54\x2a\x13\xd8\xee\x01\x8a\x50\ \xa6\xd0\x68\xc0\x66\xf0\xcc\xe6\xcb\x97\xcf\xdf\xb3\x19\x0d\x4a\ \x54\x72\x85\x26\x33\x13\x26\xf5\xfb\x5b\x02\x81\x4e\x2d\xc7\x94\ \x1a\xb9\x16\x20\x4b\xb9\x2e\x87\x45\x2a\x55\x4b\x31\xb9\x02\x15\ \x73\x9b\x95\x52\x0c\xd6\xad\x02\x53\x13\x7a\xa9\xc2\xa8\xc5\xc1\ \xd5\x19\x63\x16\x3d\x66\x70\x59\x49\xd2\xe4\xae\xfa\x5d\x24\xa1\ \x27\x49\xb5\xde\xa8\x10\xad\xcb\xb5\x3a\xdc\x0a\x87\x52\xef\x48\ \x45\x26\x52\x0f\xef\x20\x30\xf9\xba\xde\x4b\x1a\x45\x02\x58\xe4\ \x02\x29\x61\xd4\xeb\x34\x26\xbd\x5a\x2e\x55\x87\xac\x7a\x33\x49\ \x92\x3a\x4c\x6f\x21\x48\x27\x01\x06\xcf\x63\x23\x70\xa7\xdf\x64\ \x06\xf1\x88\xfb\x2d\xfe\x56\x28\x72\x5e\x19\x2f\xf2\xe9\x6a\xd8\ \xeb\x26\x09\xab\x51\x47\x68\xd4\x98\x09\x0c\x98\x11\xc3\x0d\x06\ \xb5\x09\x2e\xc0\xe0\x20\x1d\x1a\xdc\x86\x72\xcd\x63\x6e\x83\x05\ \x53\xa3\x9a\x28\x9b\xc9\x64\xb0\xd9\x1c\x11\xbb\x2f\xe0\x75\x11\ \x2e\x1f\xe1\x0d\xfa\x23\x8e\xa8\xcb\xee\x32\x1b\x0c\xde\xa8\xcf\ \x4e\xda\x93\x5e\x7b\x10\x4d\x03\x0c\x7a\x03\x5e\xbb\xdd\xe7\x37\ \x9b\x9d\x26\xa3\x96\x30\xa3\x41\xd2\x72\x4c\x4b\xe8\x0d\x5a\x91\ \x42\xab\xc4\x44\x5a\x05\x1e\xf4\x90\x26\xa7\xd7\xe5\xb7\x1a\x82\ \x6e\xc2\x84\x6b\xad\x26\x23\x5c\x2d\x80\x97\x09\x23\x08\x97\x5d\ \x67\xb4\x69\x0c\x3a\x83\xdd\xe2\x42\x52\xeb\x30\xe8\x6c\xb6\x88\ \x5f\xa7\xd3\xe9\x49\x2b\xe9\x58\x9c\x9a\x6c\x81\x6a\xb8\x92\xf4\ \x56\x2a\x3e\x97\xbf\x15\xa8\x54\x6d\xbe\xa8\xc7\xe9\x1d\xc7\x43\ \xc9\x48\xb7\x15\xf5\xfb\x82\xf1\xf3\xb3\x56\xa5\x1a\x0e\xfb\xba\ \xb3\x52\x33\x7d\xd6\x3d\xaa\x84\xa2\xdd\x50\xb0\x7a\x78\x38\x39\ \x0e\xad\xd2\xe9\x79\x7b\x72\xde\x3a\xed\xc5\x80\xd3\x0e\xbb\xe1\ \x51\xb4\xe7\xf6\xb4\x46\xc3\xee\xf1\x71\xbf\x62\xb7\xfb\xc3\xb1\ \x48\xd0\x17\xad\x7a\xa3\xf3\x50\x08\x6d\xdf\x9f\x39\x02\xab\xd8\ \x61\x25\x7a\x18\xed\x01\x75\x81\x42\x8e\x12\xd1\x78\x38\x14\x9f\ \x9f\x05\x13\x31\x6f\x34\xe8\x0c\x85\xcf\x63\xbd\x6a\x24\x1e\x89\ \x45\x0f\xc7\xf1\xc3\xb1\x2f\x7a\x98\x4c\xac\x16\x67\xe7\xc7\xd5\ \xb3\xf6\x79\x2c\xd1\xed\x45\x0c\xee\xea\x30\xee\x1c\xc3\xf2\x6c\ \xa4\x0e\x27\xed\xd6\xac\x93\x9f\xe4\x07\x47\xfd\x5c\xf4\xe8\xa4\ \x5d\x4f\xf7\x93\x93\x7e\x72\x34\x39\x3e\x9e\x1d\xfa\xc6\x51\x5f\ \x38\x3a\x0e\x07\xe6\xb1\x84\xdf\x1d\xb2\x9b\xed\x96\x6a\x12\x09\ \x27\x5c\x52\x64\x75\xd9\x4c\x74\x27\xc3\xa3\xee\xf9\x71\xb3\x3f\ \x3b\x40\xcd\xcb\xf9\x66\x6b\x38\x58\x74\x1a\xb5\x7c\x63\x96\x1b\ \x2e\x86\xa9\x76\xa1\x76\xd0\xce\x36\xfa\xfd\x62\xba\x3d\xbc\x2c\ \xd4\x4f\xce\xd2\x83\x61\xba\x59\x68\x4c\x73\x07\xed\xfa\x20\x55\ \x48\x95\x0a\xd9\x7e\xa6\x5c\x3c\x49\xe7\x4a\x99\x66\xfd\xf6\xd5\ \x20\x9d\xb9\x1e\xdc\x75\x96\xbf\x2c\x64\xae\x32\xe9\x41\xa3\x38\ \x59\x16\x32\xd9\xcc\x30\x3b\x28\x14\x2f\xde\x4d\xf3\xe9\xaf\x5e\ \xff\xf2\xf7\xd7\x17\x57\x93\xe3\xf6\x6d\xb3\x34\x49\xb4\x2f\xcb\ \x99\x69\x79\xb1\x3a\xe8\x67\x26\x99\x66\xe6\x55\xaa\x96\x29\x5e\ \x97\x8a\xf5\x5c\xae\xf6\xd5\xb4\x70\x7b\xf1\xee\xb2\x03\xe6\x73\ \x98\xb9\x7d\x97\xb9\xac\xa5\x5e\x5f\x95\x6b\xef\x72\xe5\xe9\xf5\ \xf5\x6b\xb0\x95\xd3\xda\xe5\xf4\xdd\xdb\x9f\x0d\x4a\xb7\x77\x97\ \xb7\xd3\x41\x71\x98\x5d\xd6\x07\x6f\x6f\xae\x7e\xf9\x2f\xbf\xfd\ \xf9\xff\xf9\xd5\xcd\xd7\xbf\xfe\xe3\xef\x7e\xf7\x87\xcf\xbf\xff\ \xf9\xc7\xdf\xfa\xf0\x5b\xcf\x54\xfb\x2a\x10\x0b\x70\x81\x0c\x54\ \x7d\x4e\x01\x51\x00\x07\x07\x2b\x95\x26\x93\x70\xf7\x77\xf7\xf9\ \x28\xf9\x0a\x64\x02\xd4\x44\x26\xe6\x3e\x55\xed\xee\x02\x57\x3d\ \xdb\x45\x75\xa3\x4f\xc5\x00\x62\x42\x1e\x9a\x27\x08\x30\x25\x11\ \xee\x0b\x29\x68\xb4\x20\x87\xcf\xe1\xb0\x78\x32\x06\x8d\xcb\xe3\ \xb1\x79\x08\x7a\x50\xb1\x38\x0f\x55\x64\xa2\xc2\x51\x0a\x45\x45\ \x13\xf2\x39\xa8\xfc\x81\x87\xc6\x37\x83\x26\xb0\xc5\x92\x3d\x31\ \x62\x3c\x3e\x0f\x6d\x78\x73\xc4\x92\x27\x4f\x01\xc0\xb8\x1c\x9a\ \x04\x94\x8a\x26\xdb\xdb\xdb\x43\x29\x82\x6c\x2e\x97\x0b\x10\x45\ \x11\xde\x6b\x13\xe8\x1a\x9f\xc2\x5d\xdb\xa4\x33\xd7\xd6\xd8\x1c\ \x2e\x8d\xcd\x10\x73\x19\xf7\x25\x07\x6c\x10\x2b\x3a\x9d\x81\xa2\ \x96\x69\x0c\xd4\xa1\xcc\x12\x32\xb6\x3f\xfd\x64\xf3\xf9\x63\x54\ \xef\xfe\x9c\x81\xfa\x75\x9e\x7e\xfb\x43\x3e\x9b\xc9\xd9\x13\xf2\ \xf7\xc1\xfb\xc1\x07\x01\x9d\x02\x51\x62\x83\x2a\xcb\x38\xe8\x63\ \xf0\x39\x5c\x26\x93\x8b\x46\xf5\xb0\x58\x3c\x3a\x50\x16\x0f\xd5\ \xde\x73\x59\x34\x0a\x2a\x6f\x60\xac\xa1\xfc\xe4\x35\xf0\x7f\x4c\ \x26\x85\x4e\x17\x52\x19\x74\x14\xe4\x75\xdf\x0c\x84\xa6\xf6\x7c\ \xf2\xb7\xef\xb9\xd5\x46\xf9\xc6\x3a\xea\x47\x56\xe2\xa4\x5d\xbb\ \x25\xda\x02\x8d\x42\x41\x7b\x72\xa5\x68\x67\x07\xb9\x34\x42\xbf\ \x25\x57\xca\x45\x0a\x85\x54\xa1\xd6\xa0\x0e\x41\x25\x3c\x92\xe2\ \x68\x28\x8d\x56\xa4\x56\x23\xd2\x21\x94\xb8\xd1\x0c\xc2\xa3\x89\ \x87\xed\xc0\x45\x46\x8d\x86\xb0\x93\x20\x76\x4a\xdc\x4a\xaa\x31\ \xb9\x72\xe3\x03\x80\x15\x30\x56\x18\xa1\x55\x4b\x71\xa7\x5b\xe3\ \x30\x19\x75\x52\x81\xc8\x46\xe2\x1a\x8b\xc1\xac\x53\x0a\x94\x1e\ \x2b\xe1\xb0\xb8\x0d\xa0\x43\x66\x50\x19\x07\x49\x82\x86\xe0\x26\ \xaf\xd7\x1f\xf0\xfa\x3c\x41\x8f\xc5\x13\x9f\x87\xab\xa7\x8b\x52\ \x7a\x78\x18\x73\x19\x08\x1b\xa9\xd0\x93\x06\x23\x61\xb9\x2f\x0a\ \x35\x1b\x94\x6a\xbd\xc9\x62\xb0\xdb\xec\x5e\x8d\xc6\xd5\x42\xa3\ \xfc\x02\x4e\xbb\xd7\xe7\x74\x58\x3c\xbe\xa0\xd3\x6c\x35\x7b\x62\ \x7e\x97\xcb\xed\x42\x76\x71\x1e\xef\xb6\x42\x89\xb0\x0d\x1e\x5a\ \x3d\x7e\x9f\x8b\x08\x06\x9c\x7e\x7b\xd0\x13\xf1\x39\x80\xb7\x5c\ \x4e\x4f\xf2\xff\x27\xe9\x5d\x9c\x12\xbf\xf3\x74\xff\x20\x62\x71\ \x13\x28\x04\x51\x40\x11\x6c\x6e\x22\x0d\x28\x10\x10\xe8\xa5\x0b\ \xb0\x97\x4b\x7f\xa9\x26\x40\xd1\x2c\x81\xe6\x4e\x73\xb8\x13\x82\ \x80\xd8\x28\x62\xa9\x68\x48\x8d\x29\x52\x8e\x67\x12\x2d\xe7\x78\ \xce\x6e\xc7\x93\x99\xa9\xa9\x39\xdd\x95\x4c\x2a\xa9\x9d\x9a\xcb\ \xd6\x5c\x6b\x76\x93\x4c\xd5\xd4\x66\x6a\xe6\x1f\xf9\xbd\x3f\xfe\ \x4c\x62\xb7\xdc\xa1\xf2\x7d\x7c\x3d\x9f\xef\xfb\xf3\x3c\x2e\x8b\ \x43\x6d\xd4\xea\x94\x68\x29\x9f\x3b\xcb\x37\x8a\xef\xe2\x4c\x55\ \x5a\x3e\x4f\xc8\xb4\xf8\x01\x86\x8c\x56\xb3\xd9\xe0\x34\x80\xdd\ \x14\x8a\x55\x32\x8d\x12\x6d\x2f\xd2\xe9\xf4\x26\x80\x29\x99\x06\ \x54\x58\xa6\xb4\x60\x06\x39\xa0\xa2\x5e\xac\xb7\x05\x1d\x1a\xb9\ \x56\xab\x56\x8b\x95\xa7\x55\xa5\xd1\xe9\x00\xc1\x0a\xba\xf2\x41\ \x93\xf3\x24\xdf\xd8\xee\xfb\xc3\x0e\x4d\xe4\xf0\x74\xbb\x50\x68\ \x1e\x57\x83\x6e\x6f\x63\xaf\xd0\xdc\x3e\x09\xf4\x23\xd5\x4a\xa2\ \x9c\x06\x72\x89\xb8\x22\xf9\x70\xa8\x79\xda\xa9\x1f\x06\x43\x5b\ \xd9\xfd\xd3\x83\xe3\x50\xa0\x71\xb4\xd3\x6f\x36\xe1\xe2\x46\xc1\ \xec\x08\x75\xba\xdb\x7b\x27\x27\x21\xb3\x05\x34\xca\x16\x70\x07\ \x22\x2e\x53\x28\xe4\x77\xf9\x03\xbe\x90\xc1\xd5\x3c\x89\x04\xf2\ \xfd\x42\xb0\x8f\x1d\x85\xbd\xfd\xed\xe3\xa3\xbd\xb0\xa5\x51\xc8\ \x3b\xb0\x88\x2f\xd0\xf4\xa0\x24\x86\x60\xde\xef\xf5\x39\xdd\xfd\ \xea\x29\x58\xba\xc6\x31\xca\xfd\xcb\x6f\xf7\x8f\x9a\x9d\x42\x75\ \xd0\x6c\xfa\x9d\x16\xff\x61\xdf\x75\x1a\xdf\xad\xc5\x62\x81\xda\ \x4e\xa8\x0c\x5e\x29\x91\x3c\x38\xdd\x0d\xef\xdc\xd5\xdc\x04\xca\ \xed\xed\x4c\x65\x70\x0c\x32\x1b\xf2\x7b\x3c\x3e\x67\xf8\xb8\x5f\ \x2d\x60\x26\xb3\x06\x04\xdc\xe9\xf5\xbb\x3c\x2e\x2f\xe6\x72\x55\ \x87\xc5\xe3\xdd\x74\xb9\x73\xb0\x5f\x38\xea\xe4\xf7\xb6\xc1\xd6\ \xa5\x63\x27\xe5\xf4\x6e\xaa\x55\x1c\x95\x77\x8a\x99\x6e\xa6\xdd\ \x1e\xb6\xea\xe5\x4a\xab\x92\x89\x75\x01\x80\x32\xe9\xfd\x93\x18\ \xc8\x4f\x37\x1a\xcd\xa4\x77\xa3\xf1\x6e\x34\x59\x2f\xc7\xb6\x76\ \x46\x89\xfa\x6e\x36\x79\x90\xca\x24\x86\x57\xe9\xd6\xc5\xd9\xe8\ \x2c\x5d\x2f\x16\xc7\xc9\x4c\x37\x07\xde\xb1\x14\x6d\xa5\xe2\xe5\ \xe2\xb0\x5d\x8b\x15\x93\xa9\x78\xfd\xfc\xeb\x3f\x94\xea\xf5\xf2\ \x60\xa7\x55\x2b\x97\x3b\xb1\x52\x32\xd7\xca\x55\xa2\xed\x4a\x27\ \x35\x4e\xf6\xa2\xf1\x61\x39\x7a\x7e\x7d\x1b\xbb\x3a\x6b\x5d\xd5\ \x5b\x57\xb7\xd7\xd1\xf6\x56\xa9\x58\xcb\x5c\xf6\xce\xae\x5a\xb9\ \x52\x29\x5d\xaa\xb7\x8a\xd7\x99\xcf\x7f\x3d\x7c\xd5\x1b\x5d\xc6\ \x87\xa3\xaf\x7e\x59\x1f\xbe\xfe\xfd\xef\x5f\x8e\x8a\xb9\x71\xef\ \xf6\xe6\xfa\xe5\x67\xb7\x2f\x7f\xff\xed\xef\x7e\xff\xdb\x6f\xbf\ \xfd\xdd\xa7\xdf\xfc\xd7\x2f\xde\x7f\xfc\xc9\xc7\x8f\x1f\xbf\xf3\ \x40\x84\x96\xa7\x70\x28\x68\x80\x82\x92\x3a\x69\x1c\x34\xf9\x04\ \xb6\x48\xc4\x00\x60\xa1\xa1\x99\x50\x00\x10\x96\x48\x02\x06\x91\ \xfd\x40\x44\x93\xb0\x39\x22\xd0\x38\xa0\x2c\x0e\x1c\xcd\x0c\x01\ \x9a\xa5\x62\x71\xf0\x24\xf0\x78\x12\x01\x18\x3f\x1a\x91\x4a\x22\ \x02\x65\xa1\x38\x77\x1a\x0d\xf0\x8a\x82\xc7\x51\xa8\x04\x32\x05\ \x71\x18\x19\x8f\x03\x8b\x89\x36\xd3\xc0\x75\x00\x45\x20\x13\x48\ \x6b\x28\x6c\x11\xb8\x44\x06\x0b\x0d\xd1\xaf\x70\x04\x80\x3c\x0f\ \x19\xc0\x2b\x00\x52\x28\x83\x8b\xc3\x59\x47\xdf\xc1\x7d\x92\x41\ \xf3\x04\x34\x3c\x0b\x61\x18\x8d\x86\xc6\x21\xc8\x68\xab\x33\xda\ \x41\xc3\xa6\x11\x00\x7c\x48\x24\x2a\x1e\x45\x18\x03\x61\x91\xe6\ \x91\x88\xc0\x3f\x13\x13\xd3\xe8\xa7\x17\x4f\x08\x8b\x28\xaf\x01\ \x2c\xe1\xf2\x26\x88\xdb\xa3\x47\x2b\x38\xa2\x44\xc0\x90\xac\x83\ \xa4\xb2\x51\xdb\x06\x9e\xca\xe6\x50\xd1\x68\x3e\x2a\x10\xa3\x20\ \xd7\x49\x26\x11\x68\xd4\xbb\x21\xfd\x49\x74\x7e\x10\xe5\x4c\x00\ \x78\x81\xdd\x05\x1d\x9e\x44\x6b\xff\xc4\x69\xb4\x7b\x88\x34\x45\ \x22\x12\xd0\xd0\xd8\xe4\xe2\xe4\xe6\xbb\x4f\x16\x27\x71\xf8\xa9\ \x27\x6f\x98\xf5\x72\x19\x73\x86\xbe\x74\x9f\xbe\xc0\x57\x8a\x65\ \x33\x0b\xb3\xbc\x05\x3a\x7f\x0e\x55\x14\xf2\xe6\x16\x84\x0a\xa1\ \x50\x88\x06\x3c\xa5\x3c\x99\x74\xee\xbe\x54\x87\x9a\x45\x75\x52\ \x1e\x5d\x81\x66\xaa\xd0\x7e\x9d\x05\xa9\x56\xa8\xd4\x72\xc5\x4a\ \xa5\x4e\xa5\x34\x04\x23\x76\x85\xd9\x22\xe4\x89\xe1\x20\xe6\xd3\ \xc5\x3c\xbe\x56\x4c\x17\x2a\x54\x5c\xba\x4c\x2b\x15\x6b\x55\x62\ \x20\x0d\xa6\xd8\xe0\x10\xeb\xe0\x90\xe6\x32\xc1\x33\xa9\x54\xa0\ \x3a\x62\xb5\x8c\x6b\xd1\xe9\x4c\x41\xbb\xe1\xae\x26\xc7\xe5\x00\ \x89\x31\xd8\x82\x06\x9d\xd7\xe9\x0b\xb9\xac\x70\x1c\x60\x5e\xb7\ \xd7\xed\xe9\x37\xda\x07\x07\xcd\x60\xc1\x66\xd6\x1b\xd5\x26\x8b\ \x5e\xa3\x87\x5f\xe2\x0e\xa5\xde\xa9\x92\xeb\x2d\x26\x9b\xdd\xe7\ \xb7\xe9\xf5\x7a\xd7\x71\xc4\xac\xb7\x3b\xd4\x06\x15\x96\x40\x63\ \x9e\x76\xa7\x5a\x2c\xb6\xfa\xc2\x76\x8b\xc3\x61\xb7\x19\x0a\xa7\ \xe5\xdd\x42\x28\x50\xf0\xb9\x8d\x0e\xbb\xd9\x16\xf1\x98\x00\x71\ \xdc\x36\xb3\xcb\x65\x05\x71\x34\x18\x74\x7a\x4f\xd0\x0a\x06\xd7\ \x68\x52\xcc\x2a\x95\xda\xd9\x59\xae\x50\xc3\x67\x2a\x50\xe1\x34\ \x5d\x36\x2b\xb5\x7a\x30\xb3\x4e\x63\xb1\x99\x1c\x06\x93\xcb\xa8\ \x52\x80\x27\x35\x6a\x64\x52\x15\x4f\x6a\x94\xcb\xad\x16\x05\x30\ \xa7\x5c\xa9\x36\x98\x6c\x1a\x95\xcd\xc8\x03\x47\x6c\xf5\xbb\xb5\ \x6a\xa1\x56\x23\xd4\x5a\xcb\x03\x9b\xce\x1f\x88\x78\x22\xa1\xc2\ \x51\xc0\xee\x3a\x3e\xee\x6f\xed\xe6\x9b\x7d\xb5\x6f\x50\xdb\xf6\ \x60\xf9\xa6\xd9\x87\x79\x23\xfd\x40\xa3\x3b\x28\x78\x1c\xbb\xe9\ \x1e\x9a\x36\x3a\x0c\x39\x4e\x0f\xfa\x9d\x93\xa3\x9d\x74\x25\x3c\ \xc8\xee\x0f\xb6\xb7\xf7\x0a\x8e\x66\x33\xe0\x8a\xb8\x7d\x7b\x7d\ \x6f\xc0\x7e\xbc\x75\xb8\x77\xb4\xb3\xd7\x88\x18\x75\x0d\xcc\x1e\ \xf0\xfa\x8f\x0f\x3d\x3e\xbf\xcb\xed\xf7\xf9\xfc\x79\xab\xde\x57\ \xf5\x9e\x34\x7d\x91\x90\xcf\x11\x3e\xcd\x57\x7d\xfd\x40\x20\x62\ \x09\xfa\x22\x7d\x5f\xb5\xd1\xd8\x73\x62\xd5\x48\xd8\x11\xf0\x60\ \x11\x6b\x61\x7b\xef\x38\xef\xf4\x16\x42\xa1\xea\x5e\x7f\xaf\x1a\ \xc4\xdc\x7b\x7d\x7f\x3e\xe4\x72\xb8\x1d\xd5\xed\x86\x77\x90\xdb\ \xed\xd6\x4a\x8d\xc1\x61\x65\xa7\xdc\xae\xe4\x7a\x83\x9d\xc3\x7c\ \x6d\xb0\xd5\xed\x76\xfb\x99\xbd\x4e\x74\xf7\x64\x70\x70\xe0\xab\ \xfa\xad\x26\x37\x16\x8a\xb8\x1b\x55\xab\xd1\x64\xd0\xd8\xbd\xc1\ \x42\x24\x1c\xf1\x9d\x38\xf5\xce\x42\xaa\x78\x7a\x90\xcd\x1e\xa4\ \xbb\x7b\x95\xdc\x51\xb4\x52\xab\x27\xba\x07\xbb\x99\x68\x25\x5e\ \x2f\x8d\x6b\xb5\x7a\x7c\x27\x9b\x4e\x5d\x9c\xa5\x76\xbb\xdd\x83\ \xc3\x5a\xaf\x3d\xe8\xd6\xda\x3b\x95\x74\x36\x77\x58\x49\x17\x87\ \xbb\x83\x54\x79\xa7\x3c\x1a\xb6\xd3\xa7\x37\xa3\x72\x66\x18\xcb\ \xc4\x8b\xe5\x58\x22\x9e\xee\x15\x6b\xc5\x8b\x6c\x69\x88\xe6\xa8\ \x92\xad\xb3\x6c\x31\x95\xcc\x9d\xef\xc6\xce\xb3\xed\x52\xbd\x57\ \x2a\xb7\x8a\xf5\x5f\x7f\x3b\x1e\xe6\x3a\xfb\xb9\x78\x79\xb7\x5d\ \x39\x89\xc6\x76\xd2\xf1\x6e\x2e\x57\x49\x5e\xd4\xa2\x99\x58\x69\ \x9c\x2c\xe7\x3e\xbf\x49\x5f\x25\x72\xaf\x4a\xa0\x7d\xe7\xe5\xd3\ \xce\xcb\x6b\x00\xb5\xd1\xed\x4d\xeb\xfc\x65\xa9\x75\x5d\x8a\xc6\ \xc7\xc5\x1b\x24\x60\xd7\xb7\xaf\x5b\x57\x5f\x7e\x7e\xf6\xfa\x97\ \x7f\xf8\xf5\xeb\xcb\x71\xef\x7c\x74\x7d\x73\xf3\xdb\xaf\xbe\xba\ \xfe\xf2\xeb\x6f\xff\xfe\xfb\x1f\x7e\xfa\xf5\x37\xff\xf8\xf9\x5b\ \x6f\x7d\xff\x9d\x07\x1b\x92\xf5\xf5\x95\x75\xb4\xc0\xcc\x61\x11\ \xf1\xa0\x03\x34\x06\x68\x16\x48\x12\x7b\x0a\xf7\x50\xb4\x2e\x40\ \x99\xee\x38\x01\x1b\xcf\x16\xb0\x58\xa8\x1d\x59\xb0\x22\xe1\x30\ \x18\x80\x5a\x0c\x0e\x4a\x7c\xa1\xe0\x28\x0f\x18\x38\x22\x38\x47\ \xc9\xca\x3a\x05\x75\xfc\x31\x38\xe8\x18\x06\x99\x22\xc3\x01\x8e\ \x67\xb0\x04\x68\x2f\x33\x03\x3f\x41\x44\xe0\x45\xa3\x02\xa5\xa0\ \x55\x78\x0a\x0b\x4d\x0a\x70\x28\x34\xf6\xff\xbf\xb5\x90\xb3\x21\ \x62\xad\x00\xa3\xc1\xf3\x53\xa9\x2c\x06\x7b\x45\x84\xa3\xde\x11\ \x1f\x0e\xac\x1f\xaa\x3f\x64\xd3\x70\x64\x0e\x5e\x00\x78\x46\x5d\ \x67\xa3\x20\x2d\x14\x0d\x48\x83\x57\x84\x9f\x42\x49\x7b\x14\xea\ \x04\x05\x6c\xe3\x24\x28\x1a\x91\x84\x42\x61\xf0\x14\x3c\x15\xc5\ \xb0\x13\xa7\xa7\x26\x70\x28\xa2\x9d\x36\xfd\xe4\xf9\xe2\xf4\xea\ \xf3\xd5\xe7\x9b\x8b\x13\xab\xef\xce\x13\x05\x0f\xd7\x1f\xe1\xa7\ \x69\x02\xd6\x53\x36\x08\x2e\x08\x33\x40\x25\x1b\xb8\x91\x4c\x16\ \x00\xbe\xb1\x68\x12\x78\xc3\x20\xa6\x64\x0e\x71\x91\xc1\x86\xef\ \x93\x60\x6d\x29\x9c\x49\x12\x07\xb4\x96\x48\x42\xd9\xa4\xc0\x56\ \x04\xfc\x3c\x18\xcf\x69\xfc\xc4\x24\x8e\x40\xa5\x12\x97\x57\x51\ \x72\x03\x91\x38\x8f\xa3\x52\x27\xdf\x70\x6b\xf9\xb3\x4b\xf7\xe8\ \x73\x4b\x5c\xd9\x92\x58\x21\xa7\x33\x97\x66\x17\xb8\x73\xb3\x5c\ \x99\x74\x86\x3e\xcb\x94\x72\xe7\xb8\x74\xbe\x98\xc9\x53\x28\x64\ \x33\x4c\xae\xd4\xc6\x9d\xe1\xce\x31\xe9\x20\x60\x72\xee\xbd\x7b\ \xcc\xb9\x19\xae\x90\x2e\x13\x4a\xa5\x7c\x20\x2a\x90\x1e\x83\x37\ \xe2\xd1\x69\xd0\x0a\x3d\x5c\xc6\x44\x4b\x3e\x5a\x05\x5f\xa3\xd4\ \xc8\x99\x33\x3c\x29\x17\xac\x92\x5c\x8a\xf6\x25\xcb\xe5\x68\xbb\ \x8b\x58\xac\xd1\x6a\xf5\x66\x30\x72\x62\x2e\x73\x46\x6f\xb5\x1a\ \xd1\xff\xe2\xe0\xab\xd4\x36\x8b\x41\xa3\xd1\x59\x30\xb5\xd6\xef\ \x70\x38\xdd\xc1\x80\xdf\x6d\xb1\x78\x50\x99\xba\x63\xaf\x92\xdc\ \xc7\x1a\x27\x41\x8b\xc5\x60\xb1\x6a\x34\x26\xa7\xde\x6c\xb5\xa9\ \x9d\x1a\xa3\xc3\x13\x0e\xda\xf4\x66\x1d\x9a\x5d\xf0\xf5\xb3\xbd\ \xf1\x67\x5f\xfd\xf9\x47\x7f\x14\xfc\xe8\x37\x7f\xff\xed\xe7\xe7\ \x99\xee\xbe\x3f\xec\xf7\xda\x40\x93\x9c\x7a\x43\x60\x6f\xcf\xe3\ \x8b\xdc\xf5\x11\xeb\xec\xee\x80\xdf\xe8\x71\x98\x8d\x5a\xa3\xd1\ \x6a\x04\xda\x53\x2b\xd5\x4e\xb7\x13\x33\x1b\x5c\x4a\x50\x52\xbe\ \x4c\x2c\x17\xa2\xb6\x31\xad\x5c\xce\x17\xa2\x48\x7b\xad\xc1\xe3\ \xd0\x1b\x8c\x1e\x8f\xde\x02\xdc\x66\xd4\xf2\x35\x40\x57\x52\x21\ \x4f\x85\x9a\x0f\xc5\x68\x3f\x23\xc0\xa3\x4e\x61\x30\x39\x74\x72\ \xbd\x52\x2a\x96\x4b\x95\x2e\x37\x62\x41\x00\x2c\x5b\xe5\xd0\x29\ \x35\x07\xbc\xe1\xd3\x83\x3c\xb0\x88\x3f\x52\x08\xf7\x5d\x58\x23\ \x82\x81\x20\x04\x9a\xfe\xe3\x5a\xd0\x61\xf5\x04\x0b\x7b\xfb\x9d\ \x3e\xbc\xa4\x93\xd8\x79\x2a\x93\xcd\x6c\xe7\xed\xdb\x83\xc2\xce\ \x76\x33\x7c\xb2\x5b\x1d\xa4\x4f\x0f\x9a\xfb\xcd\xa3\xed\x7c\xb8\ \x51\x68\x84\x8f\xba\xdd\x66\x24\xb0\x5b\xee\x9e\x6c\x9f\xf4\xf3\ \x4d\x8d\xad\x8a\x59\xfa\xa1\x40\x35\x64\xf2\x47\x1c\x98\x3f\xe4\ \x8a\x9c\xe4\xdd\x41\xac\x7a\xe4\x69\x04\x42\x01\xac\xda\xf0\xfb\ \x42\x61\x2c\x1f\xf1\xf9\x9a\x8d\xe6\x76\x28\xe0\x0b\x5b\xb0\xed\ \x6a\x33\x1c\x86\x8f\xc6\xec\x3d\x0d\x87\xf2\x3e\xbb\xef\xb8\x00\ \x1a\xb3\xd7\x0c\x39\xf2\x87\x40\x6f\x0e\xb7\xdd\xae\xf2\x35\xfc\ \xea\x93\x68\x29\xb7\x05\x6e\xe9\x70\xbb\x02\x22\xd5\x2a\xef\xa4\ \x73\xf9\xdd\x9d\xfd\xf6\x30\xdb\x28\x1f\x04\x0e\x3a\x47\x07\x3b\ \x4d\x7b\xc8\x61\x73\xba\x7c\x4e\xaf\x33\x18\x70\x5b\xbd\x26\xad\ \xdb\xe3\xdb\x1b\x1c\x14\x42\x07\x7e\xb3\xf7\xa8\xb6\xef\x3f\xcd\ \xc6\xb6\x32\xf1\x83\xdc\xd6\xf6\xee\xd6\x6e\x3a\xd6\x1d\xec\x6e\ \x55\x3a\x89\x68\x37\x13\x8d\x8e\x33\xb5\xcc\xb0\x75\x51\xca\xb4\ \x47\x5b\x3b\xd1\x5a\x34\xb1\xd5\xcd\xa4\x0e\xb3\x99\xf4\xd6\x69\ \xa2\x96\x28\x65\xa2\x87\xe5\x6e\xfb\x0a\xb0\xac\x12\x4d\x44\x33\ \xc9\x54\x2e\x9d\x3e\x28\xa5\x13\xd1\xd4\x28\x56\x6f\xa5\x4b\xe3\ \xb3\x54\x3c\x95\x00\xb1\x2a\xb5\x62\x89\x51\x32\x35\x2a\x65\x5b\ \xa9\xd6\x78\xb7\x93\xee\x7d\xf1\xdb\xeb\x51\x6b\xab\x78\x1d\xdd\ \x3d\xcc\x1d\xb5\x73\xc9\x6c\xb4\x9c\xec\x34\xca\xbd\x5e\x16\x3c\ \x5d\xf4\x32\x9d\xbb\x28\xc5\x63\xf5\xdc\xe8\xf3\x52\xbc\x78\x19\ \xdf\x8a\x75\x6e\xaf\x2a\xc5\x44\xf9\xe2\xe2\xf6\xe2\xba\x95\xa8\ \x97\x4b\xc5\xf1\xf9\xc5\x65\x31\x79\x7d\x3d\x2c\xf5\x46\xaf\xce\ \xcf\x7f\xfd\xed\x2f\xbf\xfa\xe2\xd5\xf9\xd9\xc5\xe8\x7a\x7c\xfd\ \xcb\x3f\xfc\xfd\xcb\xdf\xfe\xe7\x0f\x7f\xfc\xbb\xbf\xfd\xe3\xaf\ \x3f\xfd\xee\x4f\x7f\x7a\xff\xf1\xfb\xef\x3c\x7e\xe7\x11\x98\x2d\ \x2a\x19\x8d\x5b\x01\x13\x4d\x4d\x92\xf1\x80\x10\x34\x16\x1b\x34\ \x4a\x72\x37\xb7\xc0\xe6\x70\xe0\x2a\x36\x9b\xc2\xa1\x50\xe1\x47\ \xc9\x06\x0b\x85\x53\xa1\xf5\x71\x01\x48\x0b\xc0\x13\x89\x42\x62\ \xe3\x18\x6c\x91\x48\x22\x12\x81\x96\x90\x09\x64\xd0\x28\x1a\x58\ \x33\x50\x89\x75\x16\x58\x4d\x01\x3c\x30\x95\x02\x1e\x91\x03\xb4\ \x46\x45\x0e\x92\x86\xfe\xa4\x4d\xa0\xf1\x51\x3c\x1e\xa4\x0c\x85\ \x2c\xd3\xd8\x0c\x1a\x1b\x6d\xad\x41\xe2\xc5\xa6\xa1\xf4\x29\xc2\ \x24\x0e\xc7\x62\x0b\x36\xd8\x0c\x44\x7c\xac\x0d\x74\x36\x12\x3d\ \x38\x0a\x96\x47\xa1\xca\xec\x15\xb0\x9e\x84\xe9\x09\xb0\x91\xc4\ \x49\x06\x0d\x0f\x28\x48\x22\xa0\xcd\x35\xf8\x3b\xdb\x46\x42\x33\ \x0e\x13\x54\x10\x16\xe0\x47\xe2\xda\xe6\xe6\xe6\xea\xea\xda\xe2\ \x93\xb5\xa9\xe5\xe5\x17\xf3\x04\xf6\x3b\x6f\x3f\xc6\x6d\x82\xb1\ \x7d\xb4\xc1\x06\x29\x42\x21\xf1\x0c\xb6\x84\xc6\x59\xa1\x89\xd8\ \x34\x09\x65\x0a\x9e\x91\x03\x22\x8b\x13\x51\x51\xdc\x0c\xda\xaa\ \x84\xe6\xbe\x70\x38\x06\xe0\x13\x91\xc4\x01\xa2\x22\x2c\x4f\xa2\ \x33\x90\x93\x24\x3c\x69\x6a\x62\x71\x1e\x75\xb9\xc2\x93\xcc\x13\ \xe0\x75\x70\xd8\x6c\xf2\x1b\x41\xa3\x58\x7a\xef\x9f\x67\x50\x9e\ \xfb\x12\x4f\xa5\x9c\xa5\x2f\xa1\x03\x93\x37\x2b\xbc\xeb\xb1\x99\ \x59\x5a\xe2\x02\x09\xcd\xd1\xb9\xbc\xd9\xb9\x39\x60\x25\xe1\xdc\ \x12\x1d\x55\x35\x33\xe9\xb2\xb9\x05\x14\x65\x20\x93\x49\x81\x22\ \xa4\x7c\x38\x56\x75\x72\x35\x76\xe4\x36\xa8\x78\x42\xe4\x20\xb9\ \x3c\xd9\x2c\x7f\x8e\x2b\xe6\xcb\x99\x0a\xb9\x6c\x01\x0c\x24\x9d\ \xcb\xd7\xa2\xc4\x2b\x90\x37\x14\x86\xac\x10\x33\xf9\x74\x85\x42\ \x23\x45\xbd\xac\x5c\xbd\x45\x2d\x95\x6a\x15\x1a\xb9\x52\xa6\x31\ \xda\x0c\x52\xa5\xd1\x65\x51\x49\xd5\x66\xab\xde\xe4\xf7\xfb\x03\ \x5e\xb5\xd3\xef\x74\x44\x82\xa1\x4a\xba\x13\x09\x45\x1a\x41\xb7\ \xcb\x7b\x12\x54\xea\x6d\x6a\xbd\xda\x24\x34\xea\x54\x5a\x83\xdb\ \xa1\xd1\x58\x9c\x76\x4b\xfe\xfc\x4f\x0f\xc8\x44\x20\x4c\x22\x6e\ \x72\x75\x75\xf9\xd9\x93\xe7\xef\xbd\xfb\xe2\xdd\x09\xdc\xca\xf7\ \x7e\xf5\xbd\x77\xbe\xf7\xc7\xcf\x8f\x6c\x3a\xb3\xce\xe1\x30\x05\ \x3d\x76\xa5\xcd\xee\x80\xc3\x4a\xe9\xb3\xeb\x54\x16\xab\xce\x64\ \x50\x68\x4d\x76\x23\x56\xf0\xbb\x02\x56\x97\x55\xac\x57\x8a\x8d\ \x68\xa0\x55\xa7\xd1\x08\x41\x7c\x79\x4c\x21\x9f\x29\x36\xba\x4d\ \x3a\xb3\xc3\xe9\xb7\x2a\xcd\x16\xa3\x59\xaf\x55\xea\x55\x0a\xb1\ \x56\x2e\xd5\x2a\x85\x0a\xb1\xc9\xac\xe2\xa9\xd5\x5a\x95\x54\x69\ \xf5\x1a\xc4\x42\xad\xd6\x20\x96\xca\x1c\x66\xbd\x4a\x2a\x93\x6b\ \x0d\xb6\xdd\x2d\x8c\x6f\xf0\x86\x9d\x4d\xf0\x82\x61\xd0\x8e\x7c\ \x78\xdb\x0e\xda\x69\x77\x84\x3c\xa6\xa0\xbf\x79\x50\xb5\x3b\x3c\ \xfb\x07\xe5\x93\x60\xc8\xe7\xb5\x1e\x97\x07\xa5\xc3\xca\xf1\x76\ \xd5\x1d\x69\x06\x01\xbf\x22\xfd\xdd\xfe\x5e\xae\x1e\x3b\xe8\x34\ \xd3\xdd\x66\x20\x0f\xb6\x36\x1f\xd8\x2e\xfb\xf2\x5b\xc5\x4c\x35\ \x3f\x38\x6d\x06\xd4\xa6\x7c\xd0\x93\x77\x7b\xf2\x61\xb5\x2d\xec\ \x43\x65\x80\xf9\x23\xbf\x27\xec\x0f\x34\x7c\x79\x6f\x3f\xe0\xed\ \x1f\x47\x02\xe1\x48\xa0\x1f\xb2\xe6\x4f\x8e\x1b\x47\x4e\x57\xd0\ \x6d\x74\x36\xbd\x47\x7d\x8f\x13\xf5\x21\x86\xbc\x66\x7f\xc8\xed\ \x1f\xe4\x5d\xfd\x66\xb8\xda\x84\xd7\x03\xaa\xe7\x76\xc1\x47\xe5\ \x3b\x0c\x98\x0f\x2b\xfb\xb5\xde\x59\xad\xd8\x09\x1d\x6e\xb5\xd3\ \xc3\xcc\x7e\x05\x64\xb4\x7c\xd0\x8e\x9d\x86\xf7\xf7\x0a\x87\x9d\ \xda\xe1\xce\x51\x30\x14\x0e\x9f\xe4\x7d\xa1\xa0\xd3\xe5\xf7\x1a\ \xf4\x16\x8b\xd9\x1c\x39\x8e\xd5\x8e\x77\x7c\x1e\x07\x56\xed\xee\ \xf6\xdb\xf1\xee\xd6\x5e\xe2\x38\xb1\x77\x02\x54\xb8\x1f\xbd\xd8\ \x29\x54\x76\xa3\xe7\xb7\xa3\x5d\x9e\x8d\x11\x00\x00\x20\x00\x49\ \x44\x41\x54\x7a\x36\x73\xd6\x4e\xc7\xc6\xc9\x51\x6e\xff\x38\x91\ \xd9\xcd\xa5\x3b\x83\xc3\x44\x22\xba\x73\x00\x54\xb4\x5f\xd9\x4d\ \x95\xda\xed\x9d\x6e\xbc\x95\xca\xd6\x76\x6b\x99\x64\x66\x9c\x4a\ \xc4\xa3\xb9\x6c\xb2\x08\xc2\x54\x4e\xd7\x5b\xb9\x68\xe9\x1a\x75\ \x45\x5f\x8f\xb6\xea\xaf\x7b\xad\x5e\x79\x2b\x5e\x4a\xc4\xe2\x2f\ \x6f\x63\xfb\x99\xcf\xbe\xba\x38\x2b\x9e\x27\x8a\xb7\x89\xd3\xfd\ \xdd\xe3\x9d\x68\x69\x54\x6b\x57\xb2\x7b\x5b\xd1\xd6\xcb\x58\xa9\ \x78\xfb\xc5\xf0\xe2\x3c\x97\xbc\x8c\xc6\xae\xae\x6b\xc5\xd6\x38\ \xd1\x6b\xc5\x5f\x8e\xcb\x99\x64\x29\x17\xbf\xbc\x02\x29\x4b\x24\ \x2f\x6e\x4a\x17\xd7\xe7\xf1\xdb\xab\xf3\x9b\x8b\xd1\xcd\xcd\xab\ \xc4\xd9\xab\xcf\xbf\x7c\xf5\x2a\x95\x1b\xb6\xc6\xad\x4b\xf8\xfb\ \xcb\xff\xf8\xc3\xd7\x3f\xfe\xfa\xc7\x9f\xfe\xe4\x6f\xbf\xfa\xfe\ \x2f\x3e\x5e\xdf\x78\xeb\x81\x44\x22\xe2\x50\x00\x08\xa8\x54\x14\ \xa4\xc7\x20\xe1\x51\x19\x0e\x1e\xc7\xa1\x89\x04\x02\x34\x6e\x80\ \x36\xac\xac\x3f\x44\x26\x0d\x5c\x19\x20\x17\x67\xfd\x21\x8b\x86\ \x86\xd5\x41\xe1\xf0\xec\xbb\x85\x1d\x2a\x45\x42\x13\x80\xc6\x71\ \x56\x1e\x32\xc8\x38\x34\x8a\x89\xe6\xab\x38\x78\x32\x72\x4f\x64\ \x3c\x85\x21\xa0\xe0\xd1\xc8\xa7\x04\x9d\x89\x43\x39\x34\x24\x34\ \x8b\x89\xee\x88\xba\x51\x01\x60\x38\x04\x12\x00\xdb\xba\x88\xc3\ \xa2\xb0\x29\x8c\x95\x47\x1c\x12\x4a\xa6\xc2\x91\x50\xc7\x2a\x0b\ \x84\x0c\x98\x8e\xc2\x60\xa1\x91\x30\x90\x2e\x0a\x5a\xf6\xc2\x53\ \x56\x40\x60\xd8\xeb\x54\x34\x1f\x4f\x20\xa3\xae\x68\x91\x08\x29\ \x0c\xe9\x6e\x7a\x93\x4a\x24\x10\xa8\xa4\x29\x64\x0d\xa7\x10\x08\ \xc1\xdf\x08\xcb\xef\x3d\x07\x35\x99\x07\x04\x9a\x9f\x9f\x7a\x6f\ \x7e\x6a\xfd\x93\x47\xeb\xf3\x8b\xf0\x76\x00\x30\x71\x64\x1a\xbc\ \x23\x78\x16\xd4\x85\xc1\x62\x23\x73\x0a\x52\x4c\x16\xb0\xd0\x0e\ \x23\x1a\x30\x21\x02\x43\xc0\x2a\xb4\x2f\x9c\x46\xa2\x91\x27\x09\ \x2c\xdc\xf4\x24\x40\x24\x61\x62\x0a\xd5\x60\x4c\xc1\x77\xe2\xf4\ \x04\x8e\x34\x35\x49\x40\x4c\xba\xb2\xf2\x80\x83\x7b\xc3\xad\xd3\ \x4a\xe9\xf7\xe7\xe8\xcc\x7b\x6f\xce\x0a\x75\x46\x31\x53\x28\x9d\ \xa3\xcf\x2e\xa0\x42\x3e\x3a\x77\x81\x3e\xb3\xc4\xe7\x09\x67\xe6\ \xb8\x42\xee\xcc\xcc\x0c\x5d\xa8\x11\x2f\xcc\x80\x4c\x89\xf9\x33\ \xfc\xbb\x3e\x7a\xee\xcc\x3d\x85\x9c\x27\x54\x70\xe7\x14\x4a\xa9\ \x4e\xa5\x56\x7b\x30\x87\x96\x2b\x53\x80\xc4\xd1\xf9\xfc\x99\x59\ \x3a\x6f\x66\x4e\x38\x2b\xe5\xf1\xb8\x42\xde\x02\x0f\x30\x4b\xad\ \xd4\xca\x84\x7c\x25\x4f\x26\x54\x99\xb8\x73\x52\x78\x16\x99\x54\ \xa6\x10\xcf\xaa\x50\xbf\x21\x57\x0a\x07\x36\x00\x9b\x58\xad\x03\ \x0d\xb0\xfa\x35\x32\x05\x58\x33\xbb\xc5\xd6\x38\xf0\x89\xdd\x26\ \xa7\xd9\x6c\x3f\xca\x26\x63\x79\x6f\x64\xfb\x30\xf6\xbb\x3f\xff\ \x63\x63\xe3\x17\xdf\x7c\x1e\x4f\x9c\x9e\xee\x86\xb6\xf7\x0f\x63\ \xf1\xab\x57\xb7\x17\xad\xaf\x3e\xde\x78\xc0\xc0\x13\x25\x22\x1c\ \x99\x3c\xb1\xb6\x89\x2a\x69\xdf\xfd\xe0\xc5\x93\x17\xef\x3d\x7f\ \xf1\xe1\x87\xa8\x52\xfb\x09\xf9\x17\x75\x97\x82\xaf\x0e\x7b\xed\ \x16\x33\x98\x4a\x8d\x58\xed\xc2\x3c\x6e\xbb\x4e\x07\x4f\x2b\x55\ \x5a\xf4\xea\x46\x13\x14\x32\x68\xf3\xba\xf9\x0a\x39\x0a\x6b\x10\ \x2b\x15\x60\x8b\x79\x62\xe6\xec\x1c\x18\x3f\x3b\x66\x35\x98\x9d\ \x56\xbd\xc1\xea\xb6\x3a\xed\x42\x85\x4e\xa5\x50\x28\xe4\xaa\x59\ \x8d\x4e\xae\xb5\xda\x15\x5c\x80\x4d\x9d\x55\xa3\xb0\xdb\x15\x42\ \xb9\x41\x2f\x57\xc9\x4d\x4e\xa5\x58\x6b\x54\xf2\x75\x96\xc3\x61\ \x41\xe7\x88\xd8\x1c\x9e\x40\xa4\x51\x0d\x04\xb0\x48\xc1\xeb\x0e\ \x05\x1a\x7e\xb3\xcf\x67\xf1\xfb\x3c\xe1\xed\x80\x2b\xbf\xb5\x3b\ \x38\xf5\x07\x03\x1e\x7d\xf5\xa4\xd3\x8d\x1f\x1f\x57\x7c\x56\xb4\ \xe8\xd5\xd8\xcf\xef\xd7\x22\x47\xd1\x78\xa2\xba\x17\xda\x69\xf8\ \x0b\xa1\xe6\x76\xd3\xe5\x3e\x3c\x08\xfb\x3a\xa3\xdd\x6a\x30\x70\ \x14\xc6\x4c\xd6\xbd\xb0\x3a\xe2\x0e\xe6\xf7\xfc\x91\x3d\x97\xc7\ \x1a\xc4\x0a\xa7\x7d\xab\xc7\xdb\xf0\xe7\xb7\xab\xa7\x05\x6f\x67\ \x67\xb7\x93\xf7\x79\xc3\x36\xd7\xd1\x76\xf5\x18\xf5\x11\x36\x6c\ \x0e\x7b\xb0\x1a\xf2\xa2\x32\x9f\x40\x13\x8b\xf8\x1a\xae\xe0\x96\ \x1f\x3b\x08\x35\xbc\x79\x6f\xa1\x03\xbf\x2a\x82\x4e\x7f\xc4\x3b\ \xe8\x04\x4c\xbb\xdd\xca\x79\x71\x6b\xbf\x3c\x08\x0e\x72\xd9\x76\ \xba\xdc\x6f\x1f\x37\x6a\xa7\x87\xb5\xf6\x69\x64\xab\x93\x8f\xa2\ \x8e\xf6\x82\xc3\xe7\x72\x00\x0e\x07\x0a\x9e\x48\xd8\xaa\x30\x58\ \x6d\x0e\x7d\xd8\xdf\xec\xfb\x7c\x58\x28\x14\x18\xd4\xa2\xfb\x83\ \xe8\x7e\x26\x79\x5c\x48\xb7\xb7\x77\xe3\xb5\x61\xb4\xdd\x6d\xec\ \xb4\x53\x37\x9f\xf7\x2a\xed\x8b\x68\x34\xdb\x1a\x45\xa3\xad\xf2\ \x56\x62\xab\x93\x8c\xa5\xdb\xc5\x5e\x22\x51\x3d\xc9\xe5\xda\x5b\ \x27\xfb\x89\xde\xe1\x56\x39\x1a\xcd\xd5\x6b\xed\x6c\x36\x55\x4c\ \x16\x93\x23\x10\xa5\x74\x3c\x91\x88\x01\x24\x5d\x9d\xd7\xd2\xbd\ \x9b\x7a\x2c\x5e\x1a\x95\x06\xa0\x38\xad\xf3\x6c\x74\x9c\xeb\xb6\ \xd3\x67\xe7\xad\xe1\x67\xad\xd7\xaf\x93\xf1\x56\x19\xf5\xfc\xa4\ \x12\x83\x58\x6c\x78\x03\x1a\x17\xcf\xa4\x77\x62\xdd\x4e\x2d\xf1\ \xd9\x65\x34\x77\x96\x88\xdd\xf6\x62\xf1\x5c\x3a\x91\xaa\x17\x87\ \xe9\xc4\xcb\x44\xf2\xec\x72\x34\xbe\x3c\xbf\xb8\x19\x8d\xe2\xad\ \xe2\x68\xb4\x7b\x79\xfd\xf2\xf2\x97\xc0\x55\x97\xbd\xaf\xae\xba\ \xa9\xd6\x45\x72\x04\x4a\x96\x4e\x21\xc1\xbc\x7e\xf5\xe5\x9f\xff\ \xfb\xd3\xbf\xfd\xe5\x47\x7f\xfd\xc9\x9f\x7e\xf6\xf8\xe9\xca\xfa\ \xe3\xc7\x20\x40\x02\x11\x15\xbf\xc2\x20\xd2\x68\x93\x78\x0e\x83\ \x74\xd7\xd0\xcc\x26\xd3\xa8\x2c\xb4\xaa\xcd\x58\x07\x97\x46\x65\ \xb1\xa8\xeb\x2c\x86\x00\x4f\xe5\x08\x44\x1b\xa2\x75\x06\x28\x16\ \x9e\xca\x16\xe0\x40\x80\xc8\x44\xbc\x88\x4c\x66\x89\x90\x84\x51\ \xd9\x0c\xf0\x45\x8c\xbb\xc1\x00\x34\x8e\x40\x42\x13\xf2\x1c\x2a\ \x9e\x85\xd0\x84\x4c\x62\x50\x40\xd9\x58\x54\x0a\x79\x03\x3c\x18\ \xda\xd2\x2c\xa2\x90\xa8\x78\x34\x0d\x2a\x22\xe3\x01\xe9\x58\x14\ \xc1\x0a\x5e\xc4\xba\xab\x1e\x64\x31\x50\xcc\x0c\x71\x8a\x8a\xdc\ \x28\x15\x3d\x1d\x99\x8c\x23\x4f\x92\xd9\x34\xc6\x9d\xbc\xd2\x40\ \x49\xc1\xaa\x6e\xac\x4b\xa8\x93\xe0\xce\x28\x20\x58\x70\x39\x42\ \x1d\x12\x1e\x37\x49\x62\xe1\xa9\x93\x1c\xca\xfc\xf4\xe4\xe4\xe2\ \xe2\xf4\xf2\x5d\xc9\x05\x79\xf3\xd9\xea\xe6\xda\xe2\xf2\xea\x93\ \xe5\x35\xdc\xe4\x87\xcb\x44\xc1\xa3\xa7\xac\xa9\x29\xd1\x06\x6b\ \xe5\x11\x8d\x40\x13\x30\xa8\x38\x00\x2b\xda\x8a\x84\x4c\x93\x50\ \xc1\x01\x33\x26\xa7\xf0\x0c\x12\xbc\x2b\x3c\xbc\x4b\xfc\x5d\xc9\ \x0f\x8a\xa2\xc7\x73\x38\x38\x16\x99\x40\x42\x6b\xfa\x04\x32\x89\ \x38\xbf\xfc\x7c\x6d\x79\x73\x93\x40\x9c\x9a\x9a\xc7\x73\x26\xc8\ \x02\x2a\xa0\x27\x47\x22\x99\x5c\x9e\x7a\xc3\xa7\x54\xf0\xef\xcd\ \xf1\x66\xe5\x68\x3b\x8d\x46\x2c\x9f\x9b\xa5\xff\x8f\x7b\xdc\xb9\ \x7b\x52\x2d\x7f\x66\x81\x39\x73\xff\x1e\x93\xc7\x97\xc1\x71\xca\ \x43\x49\x58\x42\x99\x7a\xe9\x3e\xfa\x83\x7f\x6f\x89\x3e\x73\x6f\ \x86\x29\x44\x6d\x80\x73\xa8\xbb\x70\x96\x29\x54\xc9\x14\x46\x87\ \xd3\x0c\x6a\xc4\xe7\xa1\x69\x77\xee\x5d\xc6\xcc\x02\x13\x05\x32\ \x08\xc5\xa0\x69\x74\x3a\x5d\xae\x92\x82\xfa\x01\xa3\x71\x85\x62\ \x54\x03\x2d\x9b\x15\x8b\xa5\x6a\x9d\x59\x29\x67\xca\xb4\x42\x9e\ \x58\x01\x10\xa3\x02\xa7\xa5\x52\x5a\xf5\x0e\x1b\x0f\x20\x47\x6f\ \xb4\x1b\x23\x55\xbb\xde\xef\xb1\x3b\xed\xee\xfc\x69\x6a\xe7\xf4\ \x28\x9f\xbb\xf9\xf6\x1f\x3f\xfe\xdb\x4f\x7e\xf2\x14\x95\xb8\x3d\ \x78\xf4\xf8\xe3\xdf\xfc\xea\x6f\xbf\xfb\xb2\x95\x3a\xed\x27\x62\ \xc3\x5f\xff\xf4\x1d\xc0\x5f\x32\x7c\xc0\x14\xf2\xc4\xe2\x14\x7c\ \xa2\x4f\x16\x71\x6b\x4f\xd6\x80\xb4\xde\x5d\x7d\xf2\x62\x6d\xed\ \xc3\x1f\xac\xbe\x9d\xf4\x3b\xec\x06\xb5\xdc\xec\xd5\x5b\x74\x2a\ \x97\xcf\xa5\xb6\x18\xc4\x0a\x85\x18\xec\x9e\xc5\x14\xf0\x5b\x5d\ \x7e\xb7\xd5\x63\x9e\x51\x69\x84\x3c\xa9\x4a\xa1\x92\x6a\x84\x33\ \x74\x31\x8f\x0b\xf8\xa9\x36\x58\x4d\x16\xb4\x9f\x46\x6b\x36\x5a\ \xcc\x7a\xa9\x50\x25\x15\x9b\x55\x62\xbd\x56\xa5\x91\x09\x15\x06\ \xb1\x4c\xab\x02\xa2\x52\xca\x4d\x7a\xed\xac\x58\x6d\x30\x28\xc4\ \x7e\xb7\x9c\xab\xd5\x6a\xb4\x46\xc3\x51\xc5\xa3\x73\x05\x5c\xfe\ \x60\x38\x12\xf6\x39\xcc\xb6\xa0\xd7\xe4\xf5\x05\xc2\x36\x35\xca\ \x72\xc0\x82\x85\xed\x80\x35\x10\x68\x54\xf7\xc2\x21\x5b\x48\xbf\ \x3d\x38\xe9\x66\x9b\x3b\x07\x0d\xbf\xbb\x11\x70\xfa\xc0\xe9\x0d\ \x9c\xfe\x6c\xa7\x56\xdd\x0f\xee\x1d\x07\x31\xab\x17\xf3\x01\xcf\ \xec\x84\x0a\xdd\xdc\xe0\xd8\xe3\x2d\x54\x3d\x3a\x5b\xd8\xa5\xf7\ \xfa\x9c\x68\x7d\xea\x28\x12\x02\x1f\x1d\x09\x7b\x8c\xfe\x70\x28\ \x10\x6a\x16\x8e\xfc\xb6\x7e\xbf\x70\xe4\xf1\x15\x0a\x58\xe0\xe8\ \x24\xef\xcf\xef\x39\x5c\x3e\x9b\xcf\xe1\x69\xe6\x3d\x7e\x4f\x10\ \xc3\x42\x79\xbb\x1d\xfe\xb2\x13\x70\x37\x30\x6b\xf8\xc8\xdb\xd8\ \x69\x78\x9c\x1e\x93\xdb\x6e\x3d\x08\x79\xb0\xad\x6c\xaa\x94\xab\ \x85\xe2\x9d\x50\x3f\x17\xcd\xe6\x6a\x83\xce\xee\xf6\xd6\x5e\x39\ \xb3\xbb\x1b\x3c\xec\xe7\x2b\x9d\xc3\xa3\x66\xd5\xe3\x6d\x3a\x22\ \x01\x6f\x04\x60\x38\xe8\x70\x58\x2c\xa6\x88\x15\xbd\xc5\x80\xd7\ \xe2\xf2\x86\xb7\x92\xf1\x93\xfc\xf1\xd1\xee\xee\xe0\xa8\xbc\x1b\ \xde\xdd\xcd\x5e\x15\x93\xa5\xe3\xad\x4a\x37\x09\x4a\xb4\x93\x4d\ \xa5\x2b\xa5\x9b\xad\x78\x39\xbb\x15\xcf\xd6\x52\xe3\x72\xaa\x17\ \x3d\xc9\x75\x8e\x41\xbb\x72\x3b\x3b\xad\xeb\x5a\x2c\x13\xed\xe5\ \x62\xdd\xc3\x6c\x2d\x5a\x02\x1b\xd8\x85\x1b\xd5\x47\xbd\x7a\xe9\ \x2c\x51\xee\xd5\xe3\xf5\xf1\x30\xde\xbb\x49\xd5\xe3\x95\x38\x58\ \xc3\x5c\x6a\xeb\xac\x94\x8c\xb6\x63\x99\xdc\xd5\xeb\xf1\x17\x5f\ \xd4\x13\xc9\x72\x39\x71\xdc\x2e\xee\xb7\x63\xbd\xf3\x51\x3c\x56\ \x4e\x94\x07\x80\x57\x95\xda\xd5\xe5\x55\x2c\xfd\x32\x19\x3d\x8f\ \x47\x53\xb9\xe4\xf9\x55\xa9\x95\x8c\x5f\x9d\xbd\x44\xdd\x86\xc3\ \x71\xbd\x77\x16\x2b\x65\x6e\x86\xe3\x61\xf2\xd5\xc5\x70\x74\xf5\ \xfa\x97\x17\xc3\xd4\x7f\xdc\xb6\x53\xa3\x61\x2b\x1d\x1f\xf5\x5a\ \xc9\xf3\x5e\x2b\x71\xf1\xe5\x1f\xfe\xfe\x93\xaf\xff\xf8\xd3\x4f\ \xbf\xfb\xe6\x5f\x7f\xfe\xf1\xe3\xf5\xf5\xa7\x8f\x1f\xaf\x6f\x80\ \x47\x9b\x04\xd8\x61\x51\xd1\x12\x36\x95\x8c\x6a\xbb\x04\x6c\x0a\ \x7e\x05\x48\x09\xe0\x08\x88\x43\xc0\x12\x00\x6c\xd0\x56\xc0\xe8\ \x50\xc9\x22\x16\x0b\x45\x27\xc0\x31\x49\xa5\x0a\xf0\x64\x2a\x89\ \xb4\xc2\x22\xe3\x04\x6c\x60\x2a\x1c\x07\x8e\x6e\x16\x9a\xe1\x24\ \x83\x63\xa4\xe0\x89\x0c\xb4\x30\x0e\xea\x22\x42\xfb\x70\x40\xee\ \xc0\x63\xa2\x14\x76\x34\x34\x8f\x28\x06\x8d\xc6\xa3\x62\x0a\xd0\ \x47\x0e\xeb\x21\x10\x94\x44\x40\x13\xad\x80\x08\x4e\xe2\xa8\x04\ \xd0\x3d\x32\x07\x9e\x13\x9d\x4f\x84\xdb\x71\x00\xbd\xc8\x24\x09\ \x1b\x8f\x4e\x34\xc2\xeb\x02\xc1\x04\xef\x06\xc4\x87\x9f\x22\x4d\ \xe2\x49\x93\x04\x32\x9a\xc4\x00\x65\x99\x62\x20\x19\x9c\x00\x05\ \xc3\x4f\x10\x49\xb8\xe9\x89\xe9\x79\x3c\x6e\x8a\x48\x9e\x7c\xb6\ \xb9\xb9\xb8\xf9\x6c\x19\x10\x6b\x8d\x34\xf1\xc1\x33\x22\xfb\xad\ \x47\x94\x29\x22\xeb\xad\x47\x40\x43\x28\x0b\x10\x6c\x28\x8a\xe5\ \x12\xd1\x38\xeb\x12\xd0\x4b\x16\x9e\x30\x4f\xa3\x00\x6d\x92\xa8\ \x22\x1a\x4a\xbc\x41\xe8\x09\x12\x4e\x61\x11\x11\x1e\x02\x4f\xa1\ \x29\xf7\x89\xb5\xe5\x69\xc2\xc4\xf2\x14\x58\xce\xc9\x49\xb4\xe8\ \xc5\x16\x70\x24\x00\x6c\x8b\x9b\x8b\x13\x6f\x6c\xbb\x85\xa8\xe5\ \x6b\x06\x24\x67\xe1\x9e\xd0\xc8\x7b\xf3\xfe\x3f\xfd\xcb\x3f\xcd\ \xcd\xcc\xf1\x41\x5e\x40\x89\x66\xc0\xfd\x09\x15\x32\xbe\x58\x48\ \x9f\x7b\x73\x96\x8f\xf2\xaa\x50\x05\x85\x94\xfb\xe6\xd2\xc2\x0c\ \x1d\x7d\xf1\x16\x16\x80\xb4\xa4\x4b\x80\x61\x5c\x9e\xde\xe4\x36\ \x1b\x15\x4c\xa9\x50\x8b\x1c\x25\xea\x1f\x95\x31\x99\x4b\x0b\x42\ \x94\x8f\x35\x83\x5a\x07\x85\x4a\xfa\x3f\xcf\xf0\xf9\x7c\xb9\x98\ \xaf\x43\x11\xa1\x60\x27\xf9\xb3\x5a\x50\x28\xa9\x42\x67\x54\xe9\ \x95\x3a\x8d\x52\xae\x35\x2b\x75\x0a\x9e\x18\x9c\x94\x4c\x69\x34\ \x99\x31\x97\xcb\x1e\xf4\xba\xdc\x5e\xaf\x1d\xc3\x3c\x83\x93\x90\ \x27\x74\xf0\xfa\xb7\x7f\xf9\xf4\x47\x5f\x7f\xf6\xd9\xed\x70\xd0\ \x8e\xee\x56\x23\xf9\xa0\x41\xa5\x51\x48\xd1\x89\x3a\x57\xe7\xe6\ \xc7\xdf\x93\x7c\xf2\x0e\xfe\xee\x57\x00\x7c\xea\xf3\xc4\x29\x02\ \x8e\x00\x1f\xf1\xfc\x26\xea\xa7\x7d\xf6\x64\x73\xf3\xc9\xbb\x1f\ \x7d\xb4\xb9\xf2\xc3\xb3\xb0\x42\x6b\x37\x1b\x8d\x6a\x9b\xcb\x6e\ \xc6\xec\x1a\xb1\x4a\x8d\x04\xcb\xe2\x73\xd8\x30\x87\x19\xcc\xa6\ \x4c\xa1\x95\x29\x35\x5a\xa9\x4a\xa5\x90\x4a\xc5\x5a\x14\x4f\xa1\ \xd5\x39\x0c\x3a\xad\x53\x6d\x32\x88\x0d\x0e\xb7\xc1\x6e\x94\x8b\ \xe5\x4a\xa3\x5a\xae\x14\xeb\x00\x0e\xe5\x66\xf8\x59\x2b\xd7\x68\ \xd4\x5a\x83\x49\x21\xd6\x19\x75\x06\x8b\xd9\xe9\x14\xcb\x55\x7c\ \x95\x45\xaf\xcd\xc7\xf2\x5a\x9b\x07\xf3\x81\x64\x61\x41\x0b\x4f\ \xe3\x74\x79\xe1\x68\x0e\xf9\x95\x2e\x8f\xdf\x6f\x75\xe7\x43\x61\ \xbb\xbf\xd1\xec\x9f\x7a\xbd\x7d\x8f\xe5\xb8\xbf\xb7\x95\x68\xef\ \x54\x31\x87\x05\xf3\x36\x7c\xfe\xd0\x49\x3f\xec\xdd\x1f\x64\x4f\ \xb7\x03\x83\x83\xa0\x15\xf3\x98\x1c\xe1\xc0\xf6\x51\x08\x3b\x6d\ \x65\x1b\xfb\x3e\xb3\xcf\xa9\x37\x07\xf3\x01\x8f\xc7\x11\x6a\x60\ \x58\xc1\x53\xf0\x63\x58\xe4\xc0\x28\xb5\x86\xab\x27\x07\xfb\x61\ \xb7\x2b\x10\x04\x39\xf4\x78\x5d\x11\x87\x17\x6c\x9b\x33\xdf\x70\ \x36\xf6\xdc\x21\x5f\xb0\x51\xf5\x79\xd1\xa6\x9a\x60\x20\xe0\xc3\ \xac\xc1\xd3\xa3\x3e\xa8\xd9\xf6\x49\xf8\xf8\xa0\xe0\xf6\x7a\x30\ \xbb\xde\xe6\x0a\x79\xcc\xa7\xe5\x44\xb2\x53\x39\x8e\x96\x4f\xd3\ \xbd\xd8\x30\x5a\x39\x48\x1d\x34\x77\x1a\x07\xe5\x6c\x25\xb8\x13\ \xea\x6f\x75\x6a\x3b\x05\xbb\xb3\x51\xf0\xe7\xbd\xce\x08\xe8\xbd\ \x1f\xa4\xce\xa0\x75\xb9\x7c\xf0\xc4\x9e\x08\xe6\x89\xf4\x6b\x99\ \xdc\x89\xef\x34\x3b\x38\xc8\x75\x32\x07\xfe\xda\x5e\xee\xbc\xd8\ \xad\xed\xb4\xb7\x6a\xf5\x04\x0a\x5a\x8f\x97\x73\xc5\x44\x37\x9b\ \x49\xd7\x72\xdd\xfd\x76\x3c\x16\xeb\x66\xba\xe9\xc1\x69\x34\x95\ \xcc\x56\xba\xbd\x71\xbb\x5b\xab\x24\x51\x1e\xd5\x6e\x3b\xd9\x3a\ \xbf\x19\x67\xdb\xb5\x78\xb2\x58\xec\x25\xc7\x89\x1c\xf0\x58\x69\ \x18\x8f\x0d\xc7\xbd\x9b\x64\xf4\x26\x56\x8a\x96\xea\x83\xb3\x62\ \x6c\x50\x8e\xc6\xca\x37\xad\xe1\xe7\x37\xad\x78\xbc\x94\x1e\x1c\ \xec\xe7\x4e\x0e\x4a\xa3\x44\xba\xdc\xdd\x8d\x56\x76\x13\xe3\x51\ \xbc\x38\x7c\x75\x51\x1f\xdf\x0c\x2f\x7a\xa9\x62\x2f\x97\xb8\x3d\ \x2f\x16\xcb\xe5\x8b\x71\xa2\x1c\x3b\x2b\x15\xeb\xb7\xaf\x8a\xd1\ \xe1\xf8\xf2\x75\xa9\x77\xf1\x65\xbc\xf8\xfa\x76\x74\xd3\x2a\xb6\ \xbe\x4a\xb6\x87\x97\xbd\x58\xbd\x38\xbe\xce\x15\xcf\x2e\xcf\x2f\ \xbf\xfa\xf3\xdf\x7e\xfa\x93\xbf\xff\xed\xbb\xef\xfe\xf8\xc7\xff\ \x7a\xff\x93\x47\x1b\x22\x9a\xe0\xf1\x43\x01\xca\x24\xc6\x93\xd1\ \xee\x40\x32\x6a\x8d\xe7\x80\x87\x63\xad\x30\xf0\x34\xa0\x19\xd4\ \xca\x00\xda\xc2\x78\x00\xc7\x33\x4b\xc4\x00\x16\x13\x88\x24\x1c\ \x0e\x30\x04\xeb\x9d\xc7\x12\xd4\xfc\x05\xbe\x4f\x80\x42\xd5\xd1\ \x2a\x3c\x81\xc5\x00\xbf\x46\xa2\xa0\x93\x79\xc0\x50\x04\x22\x99\ \xc1\x11\x90\xc0\x52\x09\xf0\x2c\x94\xd5\xc9\x58\x67\xb1\x88\x20\ \x60\xe0\xbf\xc0\x71\xa2\x91\x06\x84\x4b\x13\x53\x54\x02\x5e\xf2\ \xe0\x01\x45\x24\x01\xd1\x10\xb0\x28\x12\x0e\x0e\x25\xbb\xe3\xf1\ \x64\xfc\xca\x53\x01\x9a\x34\x60\xa1\xd9\x28\xc1\x03\xb6\x40\x22\ \x81\x57\x89\x03\x9b\xc6\x01\xe5\xa4\xe0\x38\x2b\x28\x20\x66\x92\ \x04\x36\x0d\x45\x2a\x23\x63\x4b\x9c\x07\xc5\xc2\x11\xd1\x17\x0a\ \x3b\x06\x46\x43\x89\x5c\x24\x90\xc5\xe7\x6b\x6b\x6b\x4f\x9e\x03\ \x13\xac\xad\x12\x56\x3f\x7a\x8e\xdf\x78\xfb\x37\x1c\x02\xf5\xc1\ \x5b\xa2\x87\x02\x32\x71\x92\x84\x06\x64\x01\xe5\xd8\x1c\xd0\x68\ \x09\x98\x4e\x1a\x7c\x24\x1c\x78\x99\x6c\x2a\x1a\xc7\x40\xa7\x01\ \xc1\x10\xc2\x93\x20\x41\x47\xc3\x1c\xc4\x69\xe4\x2e\xd7\x48\x38\ \xf6\xba\x80\x02\x6f\x0e\x0c\x23\x38\x47\x81\x44\x04\xba\x39\xfd\ \x0c\xcd\xa8\xbe\x51\x75\xa8\x15\xb3\xf7\x17\x98\xcc\x7b\x4b\xf7\ \xe6\xf8\x3a\xe6\x9b\xff\x63\x61\x6e\xe1\x9f\x16\x98\x0a\x25\x97\ \xbb\xb4\xb4\x34\xc3\x17\xd2\xe5\x72\x21\x1d\x0d\x97\xce\x72\xef\ \x31\xd1\xba\xd6\xdc\x12\xf3\x2e\xc7\x8a\x7e\x1f\x6e\xba\x30\xb3\ \x44\x5f\xe2\xc9\x00\x99\x96\x78\x62\x9e\xc1\x67\x37\x98\xc5\x72\ \xf9\x7d\xa6\x90\xaf\x95\x72\x67\x99\x62\xf9\xcc\x2c\x97\xa7\x91\ \xd2\xf9\x5c\x1e\x57\xca\xd3\x08\xc5\xbc\x85\x19\x60\x39\x85\x92\ \x2f\x43\x0a\xa3\x94\xf1\xa4\x5c\x85\x03\x0e\x73\x10\x04\x9d\x5e\ \xad\x34\x69\x64\x7c\x95\x46\x87\x12\x3d\x5d\x0e\x9d\xc5\x20\x37\ \xd8\x9d\x9e\xf0\x71\xc8\xaa\xf3\x56\x23\xe1\x41\xd5\xaf\xf7\x7b\ \xc3\xdd\x57\xbf\xfc\xfa\xdb\xbf\x9c\xc5\x92\xb5\xea\xb6\xc7\x64\ \x36\xb8\x34\x5a\x15\x28\x84\xc6\x62\xd1\x29\x75\x46\x6f\xfb\xe2\ \x0f\xdf\x88\x58\xa4\x49\xe2\xea\xe4\x34\x71\x9a\x48\x9d\x9a\x58\ \x9b\x26\x4d\xad\xad\x3e\xdf\x9c\x46\xdb\x2a\xd7\xde\x5d\x5d\xdc\ \x5c\xdb\xfc\xf0\xdf\xfe\xcf\xbb\x8c\xff\x1e\x80\x5d\x33\xf9\x22\ \x56\x8b\x0d\xd3\xeb\x94\x20\x34\x0e\xbd\x1e\x73\x99\x30\xbb\xc5\ \xa2\xb1\x2b\xf9\x62\xb9\xce\xaa\x93\xaa\x78\x3c\xa1\xd6\x28\xe7\ \x49\x67\x99\x32\x13\xe6\x70\x1a\xd0\xb0\xbc\xc5\x6c\xb7\x19\x2c\ \x6a\x10\x34\x95\x46\xae\xd2\x70\xa5\x4a\x15\x53\x6a\x51\x69\x54\ \x2a\xa9\xce\xaa\xb6\xdc\xb5\xc0\x1a\xb4\x7c\x54\xbc\xaa\xe4\x83\ \xd5\x54\x69\x8c\xa7\xd9\x53\xb5\xcf\x8b\x79\xbc\x3e\x30\x5b\x16\ \x95\x45\x6d\xc1\x1c\xe1\x88\x4b\x6f\xf6\xf8\x02\x05\x83\x29\xd2\ \x28\xb8\x31\x7f\x33\x12\xf2\x86\xf7\xb7\x2d\x7b\xd5\xc0\x71\x37\ \x76\x52\x6e\x38\x2c\x1e\x5f\x30\x9c\xf7\x1e\x47\x22\x91\xdd\xca\ \x41\x10\xcb\x37\x9a\x98\xc1\x63\x37\xfa\xbc\x8d\x6a\xdb\x67\x0b\ \x75\x0e\xc2\xdb\xbe\x60\x3f\x68\xd4\x34\x8e\x5d\x21\x1f\x16\xde\ \xc3\xaa\x79\x78\x16\x6b\x20\x1c\x32\xc8\xed\xfe\x70\xa0\x1f\xf1\ \x7a\xf4\x6e\x47\xc0\xd7\x38\xf6\x3a\x82\x1e\x70\x8a\x55\x6f\xc4\ \xe5\x6c\x1e\x98\x23\x60\x87\x8f\xab\x7b\x4d\x9f\xcb\x5d\xed\x9f\ \x9e\x54\x5d\xfe\xd3\xed\xbd\x9d\xc3\xbd\xaa\xd7\x77\x94\xf7\x44\ \x9a\x6e\xb7\x51\x6f\x0c\x1c\x62\xba\xd3\x62\x31\x55\xda\xcf\x77\ \xfa\x27\xad\x5e\x3d\x55\x3b\xf5\x97\xda\xdb\xed\xca\xf1\xfe\xfe\ \xde\x69\xfc\xa8\x59\xeb\x76\xdb\x95\x46\xa4\xe0\x0e\x63\x2e\x87\ \x2b\xe0\xf3\xe7\x51\x68\x9f\xc6\x14\x0e\xb8\xf3\x6e\x7b\xc4\xd3\ \x0c\xb8\x2a\xa9\x4e\xe4\xb4\x9c\xcb\xb6\x92\x07\xf1\xee\x5e\xb6\ \x56\xbb\x4c\x76\x3b\x9d\x52\x76\xb7\x1b\x8f\xa6\x0f\xb6\x86\x5b\ \x99\xdc\x56\xac\xdc\x2a\xc6\xea\xed\xad\x68\xae\x58\xca\x64\xb2\ \xfb\xdb\x87\x80\x75\xb1\x4c\xad\x5c\x3f\xcc\x65\x52\xa9\x58\xa2\ \x8c\x22\x15\xb2\xe5\x52\x2f\xb5\x95\x4a\x77\xcf\x46\xb9\x76\x32\ \x9e\x4e\x97\x62\xc5\x5e\xaf\x5e\x8f\x8f\x2f\x93\xad\xab\xd2\xf0\ \x2c\x9d\x8e\x7e\x56\x4a\xb7\x73\xc3\x78\xe2\xd5\x59\xeb\xea\x26\ \x1a\x1f\xc7\x7b\x95\xa3\xc2\xe9\xe1\x20\x71\x93\xab\xec\xef\x74\ \x2a\xfb\xb5\x4c\x36\x1b\x1f\xbf\xfe\xf2\x3a\x9d\x18\x0e\x47\x9f\ \xf5\x32\x67\x99\xc1\xb8\x78\x75\x7e\x96\x18\x0d\x53\xa9\xf3\xab\ \xb3\xd2\xf8\xe5\xef\x6f\x72\xc5\xdb\xeb\xde\x75\xaf\x34\x1e\xb7\ \xc6\x57\xc3\x73\x94\x24\x93\x48\xd6\x2f\x47\xa9\x5e\x62\x58\x4c\ \x9c\xbf\xba\xba\xba\xfc\xec\xf7\x3f\xf9\xc5\x1f\x7f\xf5\xa7\xef\ \x7e\xfa\xdd\x2f\xde\x79\xfa\xf6\xdb\x8f\x57\xd0\x08\x83\x88\xcd\ \x9a\x44\x7f\x82\x0d\x02\x70\x20\x51\x41\x53\xc8\x78\xb0\x45\x70\ \x78\x4a\x36\xf0\x0c\x0e\x8d\x83\xfa\xbb\xee\x4a\x9e\xc1\xf7\x09\ \xd8\x02\xa4\x53\xec\x95\xa7\xa8\x7a\x99\x45\x46\xac\x04\x0e\x89\ \xcc\x16\xd1\x40\x15\x40\xb0\xe0\x60\x27\x81\x84\x90\x69\x0c\x54\ \x60\x43\x22\xe3\xc0\x3f\xe2\x48\x38\x06\x07\x47\xc0\xaf\x70\x58\ \xa8\xbe\x4b\xc0\xe6\x90\x25\x0f\x48\x34\x70\x87\x60\x00\xe1\x4a\ \x1c\x7b\x83\xf5\xf0\x81\x84\x46\x63\x83\x77\xa4\xd2\x38\x04\x24\ \x56\x68\x52\x41\xb0\x22\x02\x77\x4a\xc6\x73\x44\x40\x75\x1b\x1b\ \xc0\x6d\xeb\xe0\x5c\xc1\x9b\xb1\x01\xfc\x70\x24\x30\xa2\x12\xc6\ \xd4\xfc\xd4\x34\x71\x92\x4a\x66\x83\x39\xa4\x50\x48\xf3\x53\x60\ \xd4\x70\x94\x49\x1c\x70\x10\x89\x02\xd2\x89\xe6\x0f\x40\x3c\xa7\ \xc1\xb3\x2c\x2e\xaf\x01\x02\xac\x6e\x12\x36\x3f\xdc\xc4\x0b\x1e\ \x3e\xa4\x70\x28\x6f\x49\xc8\x2b\x1b\x2c\x60\x3a\xb4\x37\x11\x2d\ \xa0\x49\x40\x8d\xd7\xe1\x65\x82\x1c\x0a\xd0\x0e\x6a\x74\x4a\x13\ \x47\x96\x90\xd1\x1e\x45\x16\x85\x4a\xc4\x21\xc3\x4a\x20\x4e\xc2\ \x03\x3d\x79\x32\x3d\x81\x07\xd3\x0b\xec\x87\x26\x37\x04\x0c\xf4\ \xf2\x09\xa4\xc5\xe5\x27\x4f\x56\x17\xd7\xe6\xdf\xc8\x3b\x14\x4a\ \xde\xc2\xbd\x99\xd9\x85\xa5\xa5\x7b\x52\xb5\x6c\x66\x81\x3e\x47\ \xbf\x37\x37\xa7\xd5\x33\x17\xb8\x33\xa0\x5c\xb3\x7c\xb9\x4e\x3a\ \x27\x93\xd1\xd1\x9e\x1a\x19\x3a\xf7\xb7\x30\x23\x64\xce\xcd\x09\ \x79\x08\xbf\xe8\x33\xf0\x23\x8a\x14\x9d\xe5\xd2\x79\x42\x9e\x32\ \x0f\xda\x21\x56\xa9\x98\xb3\x1a\xa1\x82\x07\x57\x32\xd1\xf2\x15\ \x57\x8f\xba\xed\xbd\x41\x26\x88\x98\x70\x16\x6c\xa2\x90\x2b\xd3\ \x8a\x75\x6a\x05\x5f\x05\xf4\xa2\xd4\xaa\x8c\x3a\x9e\x58\x29\xe6\ \x31\x15\x0a\xa3\xc1\xa2\x91\x99\x54\x77\x11\x10\x0e\xab\xd2\x6a\ \x45\xa1\x7b\x96\xc8\x69\xc1\x16\xcc\xef\xd4\x1a\x4e\x93\xc9\xe8\ \xb4\x14\xb2\xad\x8b\xdb\x2f\x62\xe5\xfd\x8a\x2f\xe8\x31\xeb\xd4\ \x7a\x9d\x46\x8b\xa6\x0b\x50\xef\x8d\x06\xf4\xc3\xa2\xb5\x1e\xfe\ \xfa\x9b\xc7\x54\xc0\xca\xf9\xc5\xc5\xf9\x69\xf8\x0e\xbf\x01\x36\ \x37\x3f\x78\xbe\xbc\x38\x4f\xc4\x4d\x2e\xaf\xa1\xe1\xff\x67\xcf\ \x57\xdf\xfb\xe8\xdf\x3e\x20\xff\x68\xe8\x30\x3b\x8c\x1a\xf0\x78\ \x6a\x8d\x54\x6f\x77\xdb\x1c\xae\x02\xf8\x2d\x07\x66\x45\x99\xa4\ \x2a\x8d\x09\xd4\x54\x21\x9d\xe5\x8a\xb5\x52\xa9\x50\x28\x55\xdb\ \x2c\x76\x27\x66\x32\x5a\x00\x65\x74\x1a\x33\xdc\xc5\xa8\x30\xab\ \xd1\xec\x95\x94\x2b\xd5\xea\x34\xa0\xbc\x3a\x9d\x51\x69\xf4\x2b\ \xb9\x4c\x70\xb4\x72\xbd\xc1\xe4\x96\xf2\xe5\x1a\xa5\xc6\x68\xf6\ \x8d\x76\x4c\x16\x47\xd0\x8d\xb9\x5d\xd5\x80\x46\x6b\x71\x58\x9c\ \x06\xa7\x17\xb3\x6a\x5c\x01\x67\xd0\x8f\x85\xb6\xc3\x0e\x9b\xb7\ \x59\x40\x79\x7a\x55\x67\xb0\xda\x3c\x39\x69\x14\xda\xfb\x98\xc3\ \xe1\x0b\x6f\x87\xbd\xa1\x48\xd0\xd5\x39\xc5\xbc\x21\xc7\xe9\x89\ \xdd\xe8\x74\x81\x7d\x73\x85\x3a\x3e\x4b\x7f\xeb\x28\x6c\xc3\xfa\ \x7d\xbf\x51\x53\xf0\x45\x42\x79\x47\xfe\x18\xc3\xf2\xe1\x88\xc3\ \x66\x0d\x46\xcc\x4a\x9f\xcf\x1f\x0c\xe4\x83\x3e\x87\x0b\xd0\xa9\ \xe1\x77\x05\xc1\x90\xf6\x0b\xf9\x50\x04\xa0\x15\x73\x14\x9a\x01\ \xdf\x69\xd5\xe7\x3b\x0e\x7a\x42\xc1\xed\xc1\xc0\xef\x3e\x69\x1c\ \xf4\x77\xf7\x1a\x85\x48\xf8\x34\x5c\xe8\x47\x02\x3e\x8f\xb3\x30\ \x08\x3a\xb6\x32\xa3\x62\x76\x67\xbf\xdc\xf4\x0f\xd2\xc9\x4c\x3d\ \x96\xaf\x1f\x6e\xef\x0c\xb6\xda\xb5\xd3\x66\xaa\xbb\x07\xe4\xb7\ \x77\xec\x73\x7b\x83\xa1\x46\xd8\x8f\x39\xad\xe1\x90\xd9\x69\x30\ \x1b\xad\xd6\x48\x23\xe0\x33\xb8\x9d\xfe\x40\xb8\x9f\xaa\xed\x1f\ \xb6\x33\xc9\xfa\x6e\x75\x6b\x7f\xbb\x3e\x28\xf7\xa2\xad\xed\x4a\ \xec\x70\xb0\x95\x2d\x67\xf6\x6b\xad\xdd\x5a\x32\x11\xcd\xf4\x92\ \xb9\x78\xba\x9c\xab\x97\xe2\xa5\x9d\x4c\xb4\xba\x9f\xc9\x26\x40\ \xba\x86\xb1\x72\x27\x5e\x4f\xd7\x52\x5b\xb5\x68\xb4\x96\xcb\xf6\ \x46\xdd\x78\x69\x2b\x71\x7e\x91\x8c\xc6\x63\xd1\x56\xa9\x52\x8a\ \x27\x87\x3d\xc0\xa8\x78\xbd\x7e\x7e\x59\x8e\x17\x53\xc3\x7a\xb9\ \x9d\xeb\x5d\x8d\x7b\xa9\xab\xcf\x2f\x77\x92\x99\x9d\xed\xf6\xee\ \xc1\xce\xfe\x69\xf1\x22\x3e\xc8\xec\xc4\x40\x2b\x73\xbd\xf6\x56\ \xf1\xf5\xeb\x5e\x7c\x14\x6d\x97\x8b\xc5\xdc\x45\xae\xd7\x1b\x25\ \x47\xe7\xa3\xab\x71\x6c\x38\xba\xb9\x6c\x0d\xcf\x5e\x0d\x8b\x67\ \xc9\xd6\xcd\xcd\xc5\xd5\x70\x94\x7c\x79\x76\xf9\xf9\x55\xeb\xd5\ \x6f\x7b\xe0\x3f\xaf\xc6\xc5\xb3\x8b\x5c\xfc\xe2\xcb\xdb\x2f\x7e\ \xf9\xdb\xdf\x7d\xf7\xa7\x6f\xbe\xf7\x8b\x6f\x7e\xf6\x9b\x9f\x3d\ \x7c\xf0\xf8\x7b\x8f\x05\x1c\x36\x8b\xb2\x22\xc0\x93\x48\x64\xb4\ \x98\x0d\x62\x81\x43\xfb\x62\x80\x9a\xc8\x2b\x40\x53\x38\x9a\x08\ \xfc\x1b\x95\x85\x1c\x20\x83\xc3\x10\x51\xc0\x92\x31\x50\xf5\x20\ \x8b\xba\xf2\x60\x85\xb3\x82\x12\x62\x68\x34\x54\x36\x41\x23\xa3\ \x46\x3f\x1c\xa0\x19\x15\x25\xc1\xa3\xee\x66\x1c\x15\x3f\x89\xc7\ \x13\x71\x77\x15\x14\x44\x92\x80\x83\x07\x51\xe3\x80\xba\x51\x89\ \x14\x0e\xdc\x17\x35\xcf\x0b\x40\xba\x68\xa8\xf1\x90\x4d\x13\x08\ \xd6\xc1\x71\xd2\x70\xf8\x15\x1c\x9e\x83\x62\x1e\xd8\x20\xa4\x22\ \x11\x8a\x83\xc0\x93\x89\x54\x16\x83\x21\x02\xed\x64\xb0\x38\x68\ \x99\x1e\x2f\xa2\x90\x37\x24\x6c\x94\x69\xca\x26\x83\x3d\xb9\x6b\ \x32\x64\x53\xa6\xa6\x18\x0c\xe2\xd4\x5d\x1a\x3c\x89\x30\x05\x0a\ \x83\x4e\x18\x4e\x4c\x11\x89\x13\xc4\xa9\xc9\xc5\x0f\x9e\x2d\xae\ \xad\x2e\x2e\x22\xd7\xb2\xfc\xe2\x7f\x3d\x21\x3f\x7c\x2c\x01\x51\ \x5a\x97\xa0\x19\x06\x3c\x09\x6d\x13\x62\xc3\x5d\x19\x6c\xce\x8a\ \x44\xc0\x60\xa1\x40\x0a\x34\x36\x86\xa3\x88\x04\x1c\x32\x81\xc3\ \x99\xc4\x4d\x10\xd9\xa0\x7f\x14\x3c\x1e\xc7\x06\xd5\x7b\xf2\xfc\ \xf9\x1a\x89\x42\x20\xa3\x1c\x78\x0e\x08\x3e\x99\x25\xa2\xd1\x08\ \x6b\x88\xe0\x96\xd7\x96\x57\xc1\x7a\xbe\xe1\xf1\x28\xe5\x3c\xfa\ \xec\x9b\xe0\x02\x97\x78\x52\x1d\x8f\xb9\x30\x3b\x3b\xbb\x74\x6f\ \x89\xa7\x64\x2e\xcd\xd2\x81\xbc\x16\x78\x62\xb5\x8c\x0f\x96\x8e\ \x3e\x07\x90\x24\xe7\xdd\x5f\xa0\x33\xb9\xb3\x33\x73\x74\xe6\xcc\ \xcc\x9b\x70\xfd\x8c\x8c\xcf\x47\x69\xc8\x42\xb1\x98\xa9\x50\x59\ \xfd\x06\x85\x46\xcb\x93\x09\xc5\x52\xad\x18\x60\x8c\x3e\xcb\x64\ \xca\xc5\x62\x1e\xef\x1e\x7d\x8b\x94\x9b\x99\xe5\x29\xa4\x0b\x4c\ \xad\x7c\x76\x46\x28\x14\x9b\xf4\x5c\x1e\x53\x28\xe6\x9b\x55\x70\ \x03\x21\x4a\xac\xd2\x6a\xf5\x60\xb5\xd0\xc8\xb8\x1e\xcc\xa0\xd3\ \x61\x02\x8b\xa5\xf3\x38\x9c\x81\xd0\xc0\x1f\xb2\xda\x2c\x56\x40\ \x2e\x83\xce\xe0\x2a\xec\xed\x35\x2b\xfb\x7b\x05\x8f\x09\x0d\x43\ \x80\x5e\x89\xf9\x2a\xbd\x5a\xa5\x14\x2b\x94\x0a\x83\x51\x03\x77\ \x37\x61\xb1\xaf\xff\xeb\x9d\x15\x12\x69\x62\x7e\x79\x75\x71\x75\ \x1a\x40\x73\x75\xf1\xc9\xda\x3c\xb8\x60\x22\x61\x7a\xf9\xc9\x04\ \x09\x47\x9c\xd8\x84\xaf\x17\x1f\x7d\xf4\x83\xa9\x3f\xdd\x86\x35\ \x32\x83\x5e\xa9\xd4\x9a\xdc\x1a\x2b\x16\x09\x7b\x3c\x98\xcd\x6a\ \x70\xa8\x75\x62\x05\xb8\x5b\x19\xe8\xaa\x4c\xac\xd4\xa8\xa4\x3c\ \xa1\x4c\x68\x73\x9a\xcd\x28\xb0\xdc\x64\xf4\x9a\xac\x6a\xa9\xd6\ \x28\xd5\xd9\x50\x90\x9f\x46\xad\x43\x1b\xaf\x65\x62\xbd\x41\xaf\ \x31\x88\xf5\x3a\x85\xd4\x28\x57\xa8\x95\x56\x83\x55\x89\x22\xbe\ \x14\x0a\xf3\x51\x2e\x80\xd2\x27\x9c\xfe\x90\xdb\xe6\xb2\xa9\xdd\ \xd5\xbc\xcd\x60\x6c\x04\x8d\x66\x3f\x66\x07\x25\x0b\x1d\x60\x3a\ \x83\xbd\x1a\xca\x07\x83\xd5\xb0\x2b\xd0\x38\x0e\x15\x9a\x85\x9d\ \x3d\x0b\x66\x35\x07\x2c\xc7\x85\x66\x04\xf3\x9e\x9e\x86\x23\x21\ \xd3\xfe\xc0\xae\xf7\xfb\xdc\x98\xd7\xeb\xdb\xcd\xdb\x0a\xdb\x27\ \xa1\xa0\x33\xdc\x84\x3b\x6f\x87\x7d\x8e\x83\x40\xa1\x6a\xd7\x47\ \x3c\xbe\x48\xd0\x89\x85\x5d\xa6\x42\x7f\x3b\xef\x08\x87\x02\x5e\ \x67\x30\x52\x68\xe4\xc3\xa1\x23\x70\xa1\xc1\x60\xc0\xeb\xf7\xfa\ \x22\x9e\x42\x30\x1c\xc2\xc2\x41\xaf\xd7\x11\xf6\x55\x1b\x85\x6a\ \x38\xd0\x28\xf8\x8e\xf6\x77\x0e\xf6\x22\x58\xe5\x08\x3b\x69\x16\ \x82\x1e\xc7\x5e\x27\xe4\xac\x25\x2b\xd1\x83\xce\x49\x79\xbf\x5a\ \xce\xa6\x12\x99\xcc\x69\x65\x77\x7f\x7f\xbb\x13\xeb\x1c\x1e\xed\ \xee\xf4\x4f\x07\x47\x83\xc3\x7e\x38\xec\x0b\x62\x47\x79\x2c\x10\ \x8a\x44\x3c\x6e\x90\x2b\xbb\x13\x28\xcd\x63\x71\x60\x11\x67\x77\ \x90\xec\x9d\xf4\x2b\x89\x4c\x6d\xab\xbd\xd3\xdd\x2b\x75\xb2\xe9\ \x61\x74\x2b\x9b\x6b\xee\xb6\x92\x3b\xb9\x5a\x22\x71\xd2\x1d\x76\ \x33\xe9\x68\xb9\x9c\x4e\xc4\x7a\x17\xbb\x00\x6f\xc9\x5a\xa7\x1d\ \x8b\x15\x13\x5b\xb9\x61\x66\x37\x1d\x2b\xc7\xc6\x20\x94\x5b\x5b\ \xf5\xe8\x30\x3a\x2a\xd5\x12\xa9\x76\x39\x39\x4a\xe4\xe2\x57\xd7\ \x80\x5c\xb9\xf3\x8b\x44\x7c\x34\x8a\x97\x8b\xa5\x52\xba\x88\x5a\ \xb9\x3a\xb9\xd1\x05\xd8\xbc\xf8\xf9\xc5\xcb\xd2\x45\xfa\x28\x93\ \xdc\x4b\x8c\xf7\x77\x0e\x8b\x89\x76\x37\x9b\x04\xae\x1b\x8e\x6a\ \xe7\xd7\xbd\x57\xc3\x68\x7d\xd8\x6a\xc5\x93\xbd\xde\x30\x19\x1f\ \xbe\xbc\x3e\xaf\x9c\x5f\x17\x47\xf1\xd1\xeb\xb3\xab\xd6\x45\x2b\ \x36\x4a\x9d\xf5\x32\xc5\xdb\xf3\xb3\x97\xb7\x57\x97\xa3\xab\xcb\ \x9b\x2f\x32\xa0\xaa\xb9\xc4\xd5\x28\x35\xbe\x38\xbf\xf8\xea\x97\ \xbf\xfb\xe1\xd7\xdf\x7c\xff\x67\x9f\xfc\xf1\xe7\x6f\x7f\xfc\xf4\ \xfd\x9f\x89\x9e\xd2\x36\x58\x0c\xd0\x05\x0a\x99\x81\x5c\x16\x1e\ \xec\x1e\x99\x76\x17\x56\x0c\x42\x26\x10\x09\xf0\x0c\x0a\x0b\x8f\ \xd6\x8b\xd8\xeb\x68\xa3\x0c\x0a\x38\x16\xac\x4b\x56\xd8\x54\x20\ \x9f\x75\xc6\x0a\x58\x32\x01\x4b\x80\xd6\xa1\x09\x64\x1a\x87\x41\ \xc6\x13\xf0\x02\x01\x0b\x05\xbe\x10\xf1\x77\x83\xe1\x78\x14\x93\ \xcc\x21\x4f\x51\x38\xe0\x04\xd1\xb6\x43\x8e\x80\xc3\x61\x10\xc0\ \x32\x21\x69\x60\x09\x68\x0c\x36\x11\xc0\x0e\x37\x41\xe2\x88\x68\ \x1c\x50\x48\x3c\x03\xed\xae\x01\x0d\x04\x5b\x88\x72\x21\xe0\x41\ \xd7\x59\xc8\x57\xa2\xb3\x8e\x68\x8c\x82\x72\xb7\xa7\x8f\x05\xc8\ \xc7\x00\x89\x44\xa3\x13\x0c\x0e\x91\x34\x39\x4d\xa2\xe1\xa6\xa9\ \x6c\x94\xe7\x4e\x21\xa2\x46\x1d\x22\xca\x37\x26\x12\x48\x68\x7c\ \x74\x0a\xe4\x6a\x1a\x05\x09\x02\xf5\x00\x62\x3d\x79\xf6\xe4\xd9\ \x8b\xcd\x0f\xfe\xf7\x2a\x69\xe5\xe9\x3b\x1c\x12\x6d\x63\x65\x05\ \x1c\x2e\x5a\x68\x03\x95\x42\x79\x14\x14\x10\x43\x36\x5a\x37\x07\ \x9c\x13\x50\x41\x61\x59\x68\x0b\x11\x9e\x32\x39\x81\xce\x46\x52\ \xd1\x64\xd8\xc4\xe2\xb3\xcd\xb5\xe9\x29\xa4\xf3\x88\x12\x05\x0c\ \xd0\xbd\x87\x12\x1a\x7e\x7a\xf1\xd9\xea\xe2\xc4\xda\x22\x28\xe2\ \xe2\xd4\xf4\xf2\x1b\x58\xc1\xac\x97\xd2\x97\x90\x21\x7c\x93\x0e\ \x87\x25\xf3\xcd\xfb\x73\xdc\xfb\xf7\x97\x40\x51\xe6\xde\x5c\x42\ \x35\x85\x73\x32\xb1\x9a\x3e\xc7\x47\x2d\x83\x5c\xbe\x8c\x0f\x7c\ \xc5\x9f\x9d\x15\xf2\x85\x32\xfa\x0c\x8f\x3f\xb3\x74\x0f\xcc\xa2\ \x4a\xc1\xe7\x83\x69\x04\xcf\xa4\x76\xda\x5d\x00\x19\x70\x03\xa9\ \x4c\xab\x9c\x99\xe1\xf2\x80\xbf\x14\x5a\x15\x8f\xce\x9b\xab\x4c\ \xbc\xe4\xd2\x75\xda\x59\xbe\x56\xa3\x65\xf2\xb8\x7c\xb9\x58\xab\ \xe2\xf3\xe8\x4c\x80\x2b\x85\x5e\x2a\x37\x2a\x8c\x0a\x8d\xd2\x68\ \xd1\x28\xf8\x28\x97\x53\x63\x89\xc0\x61\x34\x68\xd5\x76\x77\x9a\ \x0e\xb3\xc5\x6a\x33\x69\x14\x5a\xb1\xc9\xa2\x74\x78\x5d\x91\xfc\ \x49\xc8\xeb\xb2\xd8\x4d\x46\x93\x55\x6f\x54\xe9\x34\x3a\xa5\xd9\ \x6e\x06\x03\xa6\x17\x6b\x2d\x7a\x95\xd2\x62\x75\xe8\x6d\xcd\x83\ \xdc\xcb\x9f\x7e\xf7\xe8\xe9\x43\x50\x6b\xdc\xc4\x24\x91\x80\xc3\ \x13\xe6\xc1\x23\x2f\x4e\x11\x48\xd3\xcb\x8b\x13\x14\x02\x0a\x64\ \x7d\xb6\xb9\xbc\xfc\xfc\x83\xff\xfd\xec\x93\x96\x4b\xad\x35\xe9\ \x9d\x6e\xab\xc6\x64\x0f\x7a\x6d\x66\xb3\x59\x63\xb6\xaa\xb5\x0a\ \x14\x80\xac\x55\xc8\x64\x52\xb1\x4c\x2e\x85\x77\xa6\x70\xdb\xac\ \x3a\xab\xcf\x60\xb7\x28\x1c\x0e\x83\x4e\xa8\x37\xab\x0d\x1e\x9d\ \x54\x26\x94\xca\x0d\x46\xa5\xcb\xa6\xd1\xa8\x35\x66\x95\x5c\xaa\ \xb2\x28\x95\x6a\x95\x42\x2c\x33\xda\x0d\x3a\x85\x50\x06\x40\x69\ \xd8\x39\x2b\x58\xcd\x76\x8b\x1d\x8b\xd8\x0c\x9e\xb0\xc9\xe1\xf7\ \x7a\x9c\x26\xbb\xdd\xa2\xf6\xba\xdc\x36\x9b\xd1\x12\x36\xab\xec\ \x58\xf8\x28\x14\x71\x7b\x1c\xd6\x6a\xbf\xe0\x2d\x84\x43\x83\x63\ \xf8\x48\xd5\x7e\x4b\xc3\xdb\x0c\x3a\xbc\x3b\x83\x6d\x7f\xc3\xb5\ \x77\xe4\x31\x84\x0b\x01\x80\xa0\xc6\x01\x0a\x63\x3f\xf1\x7a\x5d\ \xd5\x7e\x48\x6d\x86\xcb\x5c\x07\x8d\x50\xd3\xe7\xc8\xdb\x40\x9d\ \xdc\xd5\x5d\xcc\x5a\xd8\x19\xec\x87\xfd\xc0\x67\x66\x0b\x2a\xd1\ \x09\xfb\x9b\x60\xd6\xfa\x0d\xbf\xc7\xe7\x0f\x1d\x59\x0a\xe1\x7e\ \x1e\xcb\x5b\xbd\x0e\x43\xd8\x1b\x6c\xfa\x03\x81\xfc\x51\x7e\xbb\ \x73\xb2\x3b\xa8\x6c\x47\xaa\x91\xe0\x7e\xc0\x16\xb1\x1a\xf2\x7b\ \x01\x7b\xa7\xb2\xd3\xcd\xd6\xf6\xb2\xdb\xdb\x3b\xc3\x7a\x29\x11\ \x6d\x56\xf6\x8e\x0e\x01\xc9\xda\x3b\x7b\x47\xf9\xfd\x74\x6c\xe7\ \x70\x27\xe0\x03\xcf\x59\xf0\x38\x1d\x91\x50\x18\x88\xcd\x6d\x31\ \x63\x76\x0f\xe6\x74\x7b\xc3\x91\x88\x77\xfb\xa0\x5d\x3a\xec\xc4\ \xc0\xa0\xe5\xda\x95\xf2\x69\x26\xbb\xd5\x1a\xd7\xbb\xe9\xd8\x69\ \xec\xec\x26\x97\x8c\xa6\xce\x3a\x83\x41\x36\x1d\x4d\xa7\xd3\x99\ \x4a\x3b\xd1\x2a\x0f\x62\x99\xad\xcc\xfe\x20\x5a\xab\x45\x93\xd1\ \xd2\x4e\x36\x1e\x2b\x67\x12\xd9\x44\xb7\xbd\x35\x6a\xe5\x52\x57\ \xa3\x62\xb1\x1e\xab\x5f\xa5\x5a\xb1\xd2\x45\xa9\xd8\xba\xb8\xba\ \x2c\x25\xe3\xa9\x71\x26\x76\x16\x4f\x15\x01\xc2\xc0\x52\x26\xc6\ \xaf\x47\xbd\x52\xaf\xf8\xcb\x57\xe7\xd7\xd1\x44\x71\x78\xb2\x3b\ \xcc\xe4\xe2\xf1\x44\x39\xde\xed\x76\x4f\xcb\xa3\x64\xe9\xf2\xb2\ \x3e\xbe\x4c\xc4\x5b\xd1\x44\xbc\x93\x1c\xa5\x5a\xc5\x8b\xd1\xe8\ \x3c\x3a\xbe\x29\x25\x7b\xad\xdb\x8b\xf3\xde\xed\xab\xd6\xab\xd6\ \x45\x14\x68\xaf\xd7\xfa\xec\xbc\x37\x3c\x8f\xf7\xbe\xfc\x2c\x15\ \x2d\x25\xd2\xe7\xbd\x64\xfc\xfc\xec\xec\xfa\xd7\xdf\xfe\xf8\xc7\ \x5f\xff\xeb\xf7\x7e\xfe\xf8\x9b\xef\x7f\xfc\xf4\xe9\xf7\x3f\x59\ \x01\x74\x40\x3b\x69\x50\x55\x20\x70\x15\x83\x80\xa7\x92\x48\x53\ \x60\x7d\xc0\xc4\x81\x77\x43\xd3\xeb\x1c\x01\x83\x4c\x02\xcf\x23\ \x5a\x01\xc5\x22\x13\xf1\x2c\xc6\x63\x74\xce\x9f\x22\x11\x70\xa8\ \x1c\x11\x83\x08\x60\xc6\x61\xa0\x69\x50\xc6\x9d\x86\xa0\xa0\x50\ \x74\x92\x8f\x88\x38\x04\x47\x64\x80\xda\xa1\xc4\x62\x32\x85\xc6\ \x26\x53\xd1\xde\x62\x04\x64\x54\x1a\x90\xd3\x5d\xde\x28\xe2\x30\ \x74\xe9\x24\x11\x25\x2c\xa3\x04\x3f\x0a\x85\x32\x39\x85\xc3\xe3\ \x05\xec\x15\xb8\x46\xc2\x21\x4d\xa2\xfd\x87\x70\x31\x48\x96\x84\ \xc5\x5e\x97\xa0\x78\x2a\x9a\x80\x45\xa5\xb2\xd0\xb0\x01\x8d\x83\ \xc6\x43\xf1\x77\xa3\x04\x53\xc8\xc4\x22\x1e\x24\x11\x08\x93\x93\ \xa8\x61\x15\x9e\x69\x92\xc0\x00\xb3\x87\x23\xcd\x93\x50\x65\xf3\ \xf2\xe6\xd4\xe2\x3c\xfc\xe2\x7f\xf2\xe2\xc9\x0f\xfe\xef\xb3\x09\ \xc9\x5b\x4f\x45\x93\x14\xc9\x86\x04\x5c\x26\xda\x1f\x44\xa1\xa0\ \x4d\x91\xa2\x07\xeb\x34\xb0\x7e\x34\x64\x11\xc9\x0c\x11\x7a\xdf\ \x38\x78\x56\x0a\x83\x34\x85\x9a\xeb\x29\xf8\x09\xc2\xf4\xf3\xd5\ \xe9\x49\x78\x8f\xeb\x64\x12\x0e\x3e\x04\x02\x47\x04\x92\x4c\x9a\ \x5a\x5e\x5b\x5d\x7b\xb2\xb9\x8c\xe2\x91\x57\xe1\x6b\x7a\xe2\x0d\ \x6b\xd8\x6e\xe4\x32\xef\xcd\x81\x29\x04\x5e\x12\xaa\x78\x0b\x4b\ \x74\x54\xfb\x35\xc7\x93\x31\xef\xcf\xfc\xd3\xd2\x1c\x7d\x66\x56\ \x25\xe6\xd2\xa5\xb3\x33\x33\x74\x1e\x9f\xc7\xe7\xd3\x99\x73\x4b\ \x73\x3c\x39\x9f\x4e\xa7\xcf\xce\x70\x65\x73\xb3\x5c\xa1\x8c\xaf\ \x98\x5d\x60\xaa\xb8\xb3\x5a\x6b\xd0\x63\xd1\xe8\xb8\x40\x69\x00\ \x4f\x5c\xfa\xd2\xc2\xcc\x2c\x28\x93\x14\x0e\x7b\xa6\xc9\xe0\x79\ \xf0\xb3\x74\x55\x31\xcb\x94\x33\xa5\x52\xfe\xac\x50\xa7\x15\xf3\ \x65\x06\x2d\x77\x66\x56\xae\x95\xce\xf2\x65\x52\x50\x04\xa3\xd2\ \xa6\x91\xab\x35\x46\x93\xcb\x86\xf9\x77\x13\xc9\xee\x7e\x48\xad\ \xb7\xb9\x2d\x4a\xa3\xdd\x04\x52\xa0\x37\x58\x74\x7a\xbd\xc1\xe9\ \x74\xd9\xac\x7a\x8b\x5a\xc5\x37\x6a\x34\x3a\xb5\x5c\x28\x07\x31\ \xd3\x18\x75\x46\x9d\x56\x6d\x53\xc8\x75\x16\xa3\x52\xa3\xd7\xe8\ \xfd\x18\x76\xd8\xba\xfd\xef\x4f\x3f\x79\xfa\xce\x5b\x0f\x18\x24\ \x32\x7e\x12\x47\x05\x30\x07\x3f\x38\xb5\xb8\xb9\x36\x3f\x3f\x49\ \x22\x92\xc1\x80\x2f\x3e\xdf\x7c\xfe\xe2\xc5\x87\xcb\xef\xdc\xe4\ \x55\x6a\x87\xd1\xec\x0e\x82\x0d\xb2\xd9\x41\xbb\x0c\x20\x3e\x42\ \x99\x56\xca\x54\xf0\x99\x72\xa1\x4a\x26\xd7\xca\xf8\x72\x9b\xd9\ \xa8\x71\x7b\x9c\x76\x9b\x03\x73\x28\xe5\x2a\xa3\x43\x21\x75\x5a\ \x65\x1a\xab\x56\xac\x56\x19\xad\x66\x44\x55\x36\x60\x44\x93\xd3\ \x28\xd6\xa8\x65\x6a\xb1\xc6\xa6\x96\x4b\xe5\x32\xae\x5c\x29\x8e\ \x44\x9b\x26\x0b\x66\xf6\x86\xfd\x6e\x6f\xc8\xa5\x07\xc0\x71\x7b\ \x2c\x56\x8b\x59\xe7\x09\x61\xf6\x88\xde\x1e\x31\x68\x81\x8d\x02\ \x21\x9b\xcd\x04\x42\xb1\xe7\xf3\x37\x82\xe1\x3d\x14\xc6\x6e\xc1\ \xfc\xc1\x48\xc0\xee\xab\xee\x6d\x7b\xbc\x3e\x5b\xe0\x20\x60\xf1\ \x06\x42\x6e\x4f\xa4\x39\x88\xe8\x23\x27\x27\x05\xaf\xa3\x50\x6d\ \xea\x35\x85\x60\xd0\xe7\x72\x87\x1a\x2e\x2c\xef\x09\x84\xed\xde\ \x70\xc3\xea\x08\x9d\x1e\x1d\x1f\xf9\x5c\x61\x9f\xd9\x19\x0a\x15\ \x3c\x41\x67\xde\x6b\x8a\xe4\x83\x4e\xaf\xcf\xe3\x3a\x72\x01\xe5\ \x05\xfc\x41\x9b\xc7\x67\xf6\x46\x22\x47\x4d\x2f\x16\x8a\xf8\x3a\ \xa7\xc7\xfe\xc0\xde\x4e\x73\x27\xdc\x3f\x09\x82\x8e\xb9\x9a\x55\ \xbf\xfd\x74\x2b\x9a\xcb\x1d\x46\xda\xdb\xf9\x5a\x3c\xb7\x15\xcd\ \x1e\x77\x0f\x03\x87\xd5\xed\x4c\xf1\xb4\x19\x3d\xaa\x6c\xed\xef\ \x97\xdb\x05\x94\x2e\x1f\x8a\x6c\x9b\x3d\xfe\x42\xc4\xe5\x0a\x1a\ \xf5\x98\xd5\xe5\x71\x7a\x3c\x41\x4f\xc4\x51\xdd\x8f\x55\x9a\xed\ \xca\x56\x66\x5c\x3b\xdc\x3f\xd8\x4b\xb6\xd3\xc5\x68\xac\x9c\xac\ \x1d\xef\x26\x35\xc2\x84\x5d\x00\x00\x20\x00\x49\x44\x41\x54\xa3\ \x5b\xa5\xad\x76\x69\x77\x70\xda\x6e\x47\x53\xd1\x4c\xbc\xdc\xae\ \xc4\xb2\x99\x72\xb9\xd8\xa9\x1e\xe5\xba\xd1\xfd\x7a\x2c\x93\xec\ \x64\xb2\xb9\x5d\x20\xad\x74\xb1\x53\x2f\xd6\x72\x17\xa5\x44\x3c\ \x35\xba\xec\xd5\xeb\xb9\x78\xaf\x95\x4d\xbe\x44\xba\x93\xaa\x97\ \xa2\x89\x44\x22\x1e\x8f\xd6\xd2\xc9\x44\x6c\x3f\xfe\x2a\xd6\x1a\ \x5f\xbd\xfc\xec\x36\x97\x18\xc6\x33\x08\xd2\x76\x2a\xc5\x56\xba\ \x74\x76\x58\x8b\xc5\x52\xb9\xf2\xa8\x98\xca\x7c\x59\x6c\x9f\x9d\ \x47\x8b\xad\x4c\xfc\xac\x38\x6a\xc5\x8b\xe3\x51\xec\xe2\xe2\x2a\ \xf5\xe5\xe5\xd5\xab\x5a\xf4\xf3\xdb\xfa\xa8\xdb\x1a\x8d\xea\xb7\ \x37\xbd\xab\xb3\xab\x8b\x97\xe3\xab\x2f\x3e\x2b\x5d\xd4\x13\x67\ \xc5\x54\xea\xfc\x72\x74\xfe\xed\x57\x7f\xf9\xf4\x47\xff\xf8\xaf\ \xef\x7f\xef\xe9\x77\x4f\xdf\x79\xf4\xbe\x48\x22\x62\xc0\xbf\x93\ \x60\xaa\xf0\x28\x13\x18\x7f\xb7\xd7\x8f\x3a\x01\x12\x80\x5f\x41\ \x07\x30\x15\x64\x41\xc0\x06\x0b\x27\x59\x67\x4b\x1e\x8b\x24\xe0\ \xe0\xee\x7e\x96\x50\x09\x77\x24\xc6\x60\x50\xd0\xb4\x01\x0b\xdc\ \x1c\x75\x92\xca\x22\xb1\x58\x40\x3e\x68\xe5\x9e\xc3\x01\x39\x41\ \x21\xa4\x14\xd4\x9b\x43\x21\x10\x26\xd8\xa8\x1f\x90\x03\x8f\x4e\ \xe5\x3c\x40\x81\xc8\x64\x32\xe7\x4e\x6f\x88\x14\x01\xdc\x05\x14\ \x8d\xb5\xc1\x41\x9b\x6d\xd8\x68\xc1\x8c\x44\xa2\x21\xd8\x41\x2e\ \x10\x04\xed\xae\x7a\x0b\x4f\x43\x61\xf2\x2c\x11\x88\x22\x40\x17\ \x59\x42\xa3\xb0\x24\x1c\x60\x3e\xb8\x8e\x4c\xc5\xe3\x08\xd3\xf0\ \x2e\x26\xf1\x12\xf2\x14\x08\x25\x1b\x09\x0b\x07\x8f\x86\x33\xd0\ \x40\x3a\xf5\x0e\xb4\x26\x49\x93\x13\xb8\xc5\xcd\x45\xc2\xd4\xc4\ \xda\xe6\xb3\xf7\x9e\x3f\xff\xc1\xff\xfd\x80\xb0\xfe\xf6\x63\xd6\ \x14\xf9\xa1\x80\x2d\x22\x83\x1a\xa2\xa1\x7c\xd0\x3f\xc0\x34\x36\ \x9b\xcc\x41\x9d\xd6\xeb\x6c\x22\x63\x83\x82\x24\x97\x86\x36\x57\ \x13\xa7\x48\xa8\x5f\x9a\x40\x9c\x5a\x9e\x22\xe1\xa9\x68\x07\x13\ \x0e\xc8\x90\x4a\x66\xb1\x39\x24\xc2\xda\x93\xc5\xc5\xe5\xe5\xc5\ \x27\xcf\x97\xd1\x9c\xd7\xc4\xe2\xf2\x22\x10\x96\x21\x60\x95\x29\ \xe6\xee\x2f\xbd\x39\xc7\xbd\x77\x8f\xae\x31\xc8\xe9\x4b\xdc\x99\ \xfb\x0b\xdc\x05\x74\x29\xc8\x0d\x73\x8e\x2b\x56\x2a\xe4\xcc\xd9\ \xbb\xaa\x76\xae\x8c\xc7\xbd\xc7\xbd\x2b\x9d\xa7\x73\x17\xee\xdf\ \x5b\x98\xe5\xcf\xcc\xcd\x71\xb9\x4c\x9d\x70\x96\xc9\xe7\x32\xc5\ \x56\x87\xdf\xa8\x55\x70\x99\x7c\xba\x90\x39\xbb\xc0\xe7\x2d\xcd\ \xce\xd1\xe9\x52\x2e\x4f\x2e\x13\xd6\x83\xf7\x74\xec\x7f\xe7\xf4\ \x02\x46\x74\x76\x50\xca\xe3\x4a\xc1\x43\x29\x95\x2a\xb1\x42\x83\ \x82\x45\x2d\x9e\xd0\x7e\x67\xab\xbd\x87\x0a\x8d\x1b\xdd\x46\xd8\ \x82\x39\xd5\x66\xb3\x14\xfe\xb3\x79\x5c\x66\xb0\x7b\x20\x08\x46\ \xa9\x4a\xab\x14\xcb\xdc\x36\xb3\x43\x03\xfa\x64\xd2\x89\x95\x7a\ \x85\xc5\xa1\x03\xc2\xd3\x6a\x15\x3a\x95\x45\x2d\x57\xaa\x8d\x62\ \xa3\xd1\xac\x32\x18\xd4\x4a\x84\x69\x4a\x9d\x3b\x9c\xfd\xf4\xf1\ \xe3\xb7\x7e\xc6\xa6\x4e\x6e\x4e\x12\x27\x08\x77\xc5\x1c\x53\xc4\ \xc5\x65\x14\x0e\x36\x39\x3f\x0d\x12\x0e\x26\x79\x71\xf5\xc5\xbf\ \xfd\xe0\x05\xe9\xb7\x55\xa5\xd8\x84\xf9\xdd\x56\xab\xd3\x6b\x83\ \xfb\x1b\xc1\x14\xea\xc4\x5a\x54\x91\x28\x06\xc0\xe3\x4b\xc5\x72\ \xab\xcd\x6c\xb7\x63\x2e\x3b\x06\x9e\x55\xad\x55\xa9\x0d\x80\x77\ \x3a\xbe\x58\xad\x10\x2a\x14\x46\x95\x5a\xa3\xd0\xe8\x34\x5a\x8d\ \xce\x66\xb5\xf0\xc5\x46\x31\x6a\xe8\xd0\x08\x55\x46\xa9\x5c\xaa\ \xd5\x04\x2a\x05\x3d\xd0\x1b\x3a\x86\xbd\x41\xa7\xde\x6c\x77\xd8\ \xdd\x98\x3f\x64\xd6\x87\xf3\x5e\x0f\x40\x57\xc0\xa4\x32\x38\x43\ \xd5\xbc\x2f\xd2\xf0\x3a\x30\xac\x79\xb4\x1d\xf6\x1e\x0c\x1c\x58\ \xc0\xe1\xf4\x60\xe1\xe3\x80\x27\xb4\x93\xf7\x20\x2d\x3f\xc2\x0c\ \x76\xbf\xd7\x6c\xf1\xf9\x2a\x79\xa3\xe7\x74\x3f\xec\xb6\x57\x8f\ \xe1\x56\xfd\x42\xd0\xeb\x00\xc1\x72\x36\xb7\x3d\x3e\x4f\xd0\x11\ \x2a\xf8\x1d\x27\xd5\xed\x66\x3e\x14\x3a\x72\xd8\x9d\x1e\x5f\xc8\ \x1b\x70\xf8\x43\xfa\x7c\xc3\x15\x0a\x14\x9a\x8d\x80\x3b\x84\x79\ \x8e\xf3\x2e\x4b\x28\x64\x75\x6d\x7b\xab\xc7\x3e\xff\x71\xc0\xd5\ \xdf\xaf\x36\xb1\xa6\x2f\xbc\x1f\x3c\x19\x84\x02\xf9\x80\x2b\xdf\ \xf0\xda\x0f\xea\x27\xc9\xb3\xd3\x93\x4c\xf5\x30\x1b\x2b\xe5\xe2\ \xbb\x47\x9d\x7e\xb3\x32\xd8\xab\x65\xfa\x47\x99\x2a\xf8\xf3\xdd\ \x6e\x3b\x18\xf0\xdb\x42\x5e\x5f\x48\x6f\x75\x84\x6d\x6a\xbb\xcd\ \x60\xb6\x46\xfc\x56\x4f\x21\xe2\xb4\x7b\x7c\x83\x4e\x76\x10\x3a\ \x1e\xc4\xba\xbb\x95\xe6\x60\xaf\x0a\xb2\x31\xae\xb5\xf7\xb7\xb6\ \xfa\x3b\xb9\x7a\xb7\x72\xd8\x8d\x77\xb6\x62\x89\x6e\x26\xd5\xdd\ \x8a\xb6\x5b\x99\x6c\xa7\x12\xcd\xc6\xd3\x95\x5c\x74\x37\x91\xe9\ \x94\x47\xb5\x9d\x0c\x0a\xa8\x4a\xd5\x6a\xe9\x6c\x3c\x91\x1d\xa2\ \xb5\xf1\xad\x6e\x31\xda\xea\xa5\x32\xbd\x51\xba\x7c\x9d\x8b\x17\ \xeb\x5b\xad\xb3\x64\x2e\xde\x1a\xd7\x72\xad\x5c\x2e\x79\x78\x98\ \x2c\xa6\xca\xa5\xeb\xf3\xdb\x52\x02\xa0\x2d\x96\x1d\xec\x1f\x36\ \x0e\xc6\xa5\x78\x36\x9b\x4e\xd6\x13\x89\x54\xab\x7c\xd6\x8a\xbe\ \x4e\xb6\xcf\x6e\xe0\x41\xb2\xc3\x31\x2a\x0f\x2b\x25\x87\x67\xd7\ \x17\xd1\xd4\x17\xe3\xe2\x55\xb9\xf4\xd9\x97\xc5\x8b\x5e\x3d\x1d\ \x1f\x5f\x5e\xb7\x46\x17\xb7\xd7\xe7\xc5\xd1\xeb\xdb\xd4\xe5\x30\ \x31\x3c\xab\x7f\xf1\xf2\xd7\x5f\xfe\xfe\xd7\x7f\xf9\xc7\x8f\x7f\ \xfa\xab\x4f\xde\x79\xfa\xe8\xe3\xb7\x1f\xbd\xff\xfe\xc6\x86\x84\ \x05\x8e\x6f\x02\x07\x8a\x45\x81\x83\x12\x07\x6e\x8d\x26\x61\x4f\ \xd2\x10\xce\xa0\x58\x17\xf2\x3a\x28\x0c\x98\x37\x06\xfb\x21\x1b\ \xb7\x22\x11\x3c\x00\x76\x02\xc7\xc7\x16\xb0\xc0\x9b\x21\x24\x12\ \x70\x90\x1b\x84\x5b\x32\xd0\x26\x3b\x16\x88\x94\x80\x0d\xd8\x04\ \x5c\x45\xc2\xa1\xf9\x53\x2a\xc8\x14\x03\x75\xc6\x53\xc0\x6f\x51\ \xc8\x38\xb4\x32\x85\x6a\x24\xd8\x6c\x12\xdc\x9a\x43\x66\xb1\x48\ \x14\x06\x45\x04\x9e\x11\x27\x62\x81\x0d\x24\x12\xef\x86\xac\xa8\ \x2c\x90\x51\x94\x75\xc5\x60\x81\x01\xe4\x30\x58\xc8\xa6\x71\x28\ \xf0\x3a\x04\x02\x32\xdc\x9f\x86\x67\x51\x70\x68\x43\x0f\x1a\xe0\ \x04\x2c\x9b\x44\x81\x57\x04\x02\x3c\x36\x82\x43\x12\xb0\xd5\x24\ \x95\x44\x45\x71\x10\x93\x60\x4a\x49\xc8\x31\x4e\x01\x65\xc1\xef\ \xfb\x17\x8b\xa8\xe5\x06\x1c\xe1\x7b\xab\x2f\xfe\xfd\x23\xdc\xfa\ \xd3\x87\x64\x02\xed\xa1\x48\x22\x00\x7b\x49\x21\xe0\x25\x68\x88\ \x43\x44\xa5\xad\x3f\x00\xd5\x5d\xa1\xd1\x24\x64\xb4\xd4\x0f\x78\ \xc7\x40\xcd\x19\x68\x09\x8b\x4c\x78\xbe\x4a\x24\xc0\xd3\xe0\x51\ \xc1\x0e\x1b\x5e\xf3\xfa\x06\x7b\x85\x81\x5b\x7b\x0e\xc7\xe4\xda\ \x22\x78\xc1\x67\x4f\x36\x17\xe7\xc1\x79\x4e\x4f\x2c\xae\xad\xbe\ \xa1\x76\x9a\xe5\x6a\xde\x3f\x2f\x80\x32\xcd\xcc\xc8\x74\x46\xfe\ \xec\x1c\x73\xf6\x3e\x7d\x46\x28\x17\x32\x97\xe8\x0b\xb3\x4b\x0b\ \x5c\x9e\x52\x8f\xc2\x62\xe8\x20\x58\x62\xad\x96\x7b\x1f\x9d\xf7\ \x13\xce\x08\x55\xb3\x77\xf7\x11\xce\xdd\x13\x8a\x67\xd0\x4a\x3a\ \x8f\x29\x93\xea\xec\x56\x83\x42\x06\x96\x90\x27\x95\x2d\x80\x6a\ \xf1\x66\xe7\x16\x96\x78\xc8\x4f\x06\x33\x3c\x2e\x4f\xf5\xcd\x8f\ \x8f\x6e\xcf\x4e\xe2\x3f\xfc\xd5\xaf\x3e\xcf\x66\x6f\xff\xf6\xe9\ \x0f\x7f\xf9\xed\x8f\x7e\xf4\xab\xf7\x7f\xf5\xb3\xdf\xbc\xf5\x08\ \x5c\xed\x24\xe3\xaf\xaf\x5a\xe5\xbe\xcb\x65\xd1\x69\x34\x16\xb5\ \xc1\xac\x47\x1b\xd2\x74\x0a\x9d\xce\x2e\xd5\x8a\x85\x72\xb5\x45\ \x2f\x16\x1b\x4c\x56\xb3\x45\x63\x30\x5b\xcc\x6a\xb1\xca\xa8\x97\ \x2a\xf4\x4a\x8d\x49\xa9\x50\xe9\xe4\x7c\xb5\xd2\x60\xd0\x5b\x34\ \x2e\x83\xc5\x6e\x84\xbb\x5a\x4c\x66\x31\x18\x3b\x83\x7f\xf4\xfe\ \xc3\xef\xbd\x25\xc2\x4d\x4f\xaf\x3d\x59\x06\xb4\x05\xc9\x9a\x24\ \x4c\x2f\x4e\xcd\x4f\xcd\x4f\x10\x26\xd0\x82\xfc\x93\xb5\x27\xab\ \xcf\x56\x37\x3f\xfa\x70\x95\xf6\x69\x2c\xec\x04\x76\x71\xd8\x1d\ \x7e\x97\x56\xa9\xd6\xea\x6d\xe0\xfb\x94\x62\x54\xa8\x21\x47\xce\ \xd0\xe0\x36\xdb\x6c\x80\x31\x4e\xab\xde\xae\x86\x97\x63\x32\xeb\ \x6d\x26\xa0\x2f\x9d\x5e\x2e\xd5\xeb\x8c\x68\xa8\x41\x2b\xd6\xa8\ \xf4\x3a\xad\x8c\x67\x44\xdd\x62\x3a\x85\x58\xae\x33\xeb\x94\x1a\ \xad\x23\x1b\xd2\x58\xdd\x7e\xbb\x39\x08\xf0\x67\xd5\x98\x2d\x6e\ \xb7\xc9\x84\x39\x55\x6a\x0c\x03\xfe\x31\x7b\x82\x16\x93\x15\xf3\ \xf5\xb7\xfd\xfe\x08\xa0\x51\xbe\x1a\x29\x78\xfc\x7b\x5b\x7e\x0f\ \x8a\xc8\x0a\xd9\xf2\x48\x58\x9a\x98\xcd\xeb\x74\x37\xec\x36\x1b\ \x90\x96\x17\xf3\x77\xfa\x96\xc0\xfe\x51\xd8\xed\x6a\xd6\x7c\x4a\ \x43\x3f\x1c\x2e\x34\x43\xd5\x63\x97\xc3\x87\x01\x7e\x81\xc8\x85\ \x6d\xcd\x7e\x18\x2b\x04\xc3\x98\xdb\xbf\xbd\xd7\x70\x47\xbc\x5e\ \x6f\x10\xcb\x3b\xfc\xd5\x90\xcf\xe9\x0b\xd8\xfc\x05\x20\x2b\xa7\ \x25\x80\xf6\x2d\x79\xf7\xfa\xf9\x48\xbe\x1a\xc2\x4e\x1b\xed\x9d\ \x90\x6b\xb7\x1c\xe9\x1f\x94\xf3\x05\xaf\xf7\x78\x2f\x68\x2f\xa7\ \x33\xa5\x51\x2d\x5c\x6b\x1e\x65\x77\xda\xd9\x6c\x6e\xbb\xd2\x3f\ \x1a\x1c\x1e\x56\x72\x9d\xc1\x96\xef\x14\xc5\xa5\x9f\x84\xab\x4d\ \x67\x3e\xe8\x76\xb8\xcc\x06\xa7\xc7\x6c\x35\x1b\xdc\x4e\x67\xc8\ \x11\xc2\x5c\x0e\xa7\xb3\x99\x8d\x25\x4f\x8f\x1b\xbb\x89\x52\x3d\ \x77\x32\x38\x3d\xce\x95\x73\xb1\x51\x72\xb0\x5b\x3f\xcc\xa5\x5a\ \xd9\xce\x4e\xaa\x7c\xb4\x1b\x4b\x67\xeb\xbd\x4e\x2c\xb5\x1b\xaf\ \xb4\x6b\xa5\x72\xb2\x15\xeb\x74\xa3\x99\x56\x2e\x1d\x3d\xcf\x0e\ \xea\xc3\x5c\x09\x94\xb2\x08\x04\xd5\x4d\x8e\x12\xb1\x7a\x2a\x8a\ \xe2\x44\x6b\xbd\x54\xab\x94\x01\xd0\xca\x15\x93\xa9\xf3\x62\x6e\ \x1c\x6f\x8d\xce\x6b\x99\xe1\x28\xd1\x8e\xb5\x8a\xd1\x74\xef\x7c\ \x7c\xd5\xeb\x8d\x93\x99\xd8\x68\x67\x7f\xb0\xd7\x19\x16\x53\xed\ \x5c\xe2\xe6\x3c\x97\x3c\xeb\x25\xe1\xc5\x9c\x25\x53\xa9\x54\x0d\ \x9e\xba\x95\xca\xb6\x2e\x47\xc5\x7a\x32\x56\x6f\xb5\xcf\x6e\xc7\ \xe7\xa3\x54\xf1\xba\x55\xbc\x7a\x75\xd6\x1a\x8e\xce\x5f\x5d\x5f\ \x7f\xf6\xd5\x75\xbd\xfe\xfa\x77\xe7\xa5\xab\xb3\xd1\xcb\x57\xa5\ \xd2\x97\x5f\x7c\xfe\xe5\xb7\x3f\xfe\xf4\xa7\xdf\xfd\xf1\xed\x47\ \x6f\xbf\xfd\xf4\xed\xb7\x1e\xac\x3f\x78\x6b\x1d\x35\x09\x92\xf1\ \x53\x70\x04\xe2\x41\x39\x48\x0c\x16\x8e\x05\x82\x84\xc3\xa1\x0d\ \x81\x34\x16\x18\x37\x0e\x0a\xf8\xa4\x48\x24\x2b\x2c\xb2\x00\x7d\ \xb1\x1e\x3e\x40\x59\x7b\x02\xe0\x1e\x36\x5a\xaf\xc7\xd3\xd8\xe0\ \xd7\x38\x6c\xb8\x3b\x1b\x45\x61\xa1\x15\x74\x94\x83\x8e\x27\xd3\ \x70\xf0\x45\x04\x03\x45\x41\xca\x85\x56\x7e\x80\xbd\xf0\x77\xda\ \x83\x4e\xec\xa1\x4d\x30\x68\x1d\x7f\x05\x45\x8b\x82\x85\xe3\x80\ \xdf\xa4\xb1\xf0\x04\x2a\x81\x88\x72\x68\x44\x14\xd4\x30\x41\x44\ \x93\xf0\x28\xdf\x5d\x00\xba\x24\x11\x51\xd0\xc4\x05\x03\xac\x28\ \x5c\xc5\x42\x73\xab\x68\x23\x22\x0d\xcf\x41\x2d\x84\xa8\x81\x50\ \xc0\x46\x5b\xaa\xf1\x64\x38\x66\xe0\x02\x0a\x75\x82\x80\x23\x4c\ \x82\x5b\x24\x4d\xc1\xb1\x43\x22\x91\x08\xcf\x9f\x3f\x99\xd8\x9c\ \x9f\x9f\x5f\x7e\xf2\xee\xea\x47\xff\xfe\x01\xf1\xc1\xfb\x1b\x34\ \x22\x89\x2d\x58\x91\xa0\xc9\x54\x1a\x1b\xc4\x15\x2d\x97\x01\xf4\ \xad\x70\x68\x6c\xb6\x88\x43\xe1\x6c\x80\x2c\x8b\x50\xcf\x2a\x91\ \x4c\x9a\x5f\x25\xd2\x26\xe0\x20\x04\x47\x2b\xa0\xd0\x56\xd0\xe9\ \x82\x8d\x07\x0c\x0e\x11\x59\xc1\xd5\xc5\x09\xc2\xda\x22\x5a\xd0\ \x5f\x9e\x9f\x07\xa9\x9a\x98\x9f\x58\x5d\x7d\xef\x0d\xbd\xcd\xac\ \xd6\x0a\xdf\xbc\xc7\x95\xdd\xa3\x2f\xcd\xaa\xd4\xea\xd9\x39\xfe\ \x2c\xa8\x16\x8f\x27\x5c\xf8\x67\xba\x70\x6e\xe9\xde\xc2\x02\x5f\ \x25\xe5\x33\x67\xef\xf6\x06\xde\x8d\xbd\x83\x07\x9c\x7b\x93\xa9\ \x52\x80\x18\xdd\x43\x25\xf4\x42\x21\x1d\xb5\x0e\xc2\x3d\xb9\x0a\ \xb5\x41\x8f\x66\xb0\x66\xa5\x5a\x39\x2a\xc6\x91\x89\xf9\xb3\x60\ \x0a\x97\x66\x5c\x07\x06\x21\x77\xf6\xbe\xea\xed\x4f\x93\xfd\x80\ \x2b\xd2\xfd\x98\xf5\xce\xdb\x2c\xd1\x9f\xde\xfa\xe3\xcf\x1f\xac\ \x3f\xfc\x19\x7b\xf5\xc1\x27\xbf\x7a\xb0\xf2\xc9\x1f\x5e\xc7\xb7\ \xfa\x3e\x0c\x80\xca\x68\x54\xa8\x4d\x26\xb5\x4d\xad\x50\xea\x34\ \x3a\xb3\x10\x54\x49\x29\xd3\xda\xcc\x26\x85\x52\x65\x75\xd9\xad\ \x26\xab\x1e\xd4\x4c\xa5\x53\x1a\x84\x0a\x9b\x19\xec\xa1\x51\xaf\ \x56\xc8\xc4\x3a\xab\xd9\xe4\x50\xa9\xcc\x6e\xb3\x4e\x6f\x05\x3e\ \xb2\xaa\x15\x2a\xa5\xd9\xe8\xeb\xfd\xfc\x9d\xef\x3d\x66\x11\x36\ \x9f\x7f\xf8\xee\xe6\xda\x04\x72\xdd\xf3\xab\xf0\x21\x4c\x91\x26\ \xe7\xa7\x16\x09\xa0\xdd\xab\xef\xad\xa2\xf3\x10\x13\xab\x1f\xfe\ \xaf\x1f\xac\x7e\x9c\x74\x99\x2d\x4e\x43\xc4\xab\x71\x68\xd4\x46\ \x05\x8f\x6b\xb1\x6a\xb5\x3c\xb9\x50\x2a\x16\x82\x84\xd9\x3d\x6a\ \x17\xe6\x72\x9a\x2d\x56\x80\x30\x2d\xd7\x60\xb5\x04\x0d\x7c\xbe\ \xd4\x60\x53\xa9\x8c\x5a\xb1\x56\x6e\xd2\xc9\xe5\x26\x03\x48\x1d\ \x8f\x2f\x36\xab\x35\x06\x1d\x58\x57\x85\xce\x60\xd0\x28\xb1\x5c\ \x44\x69\x0c\x15\x42\x26\xa7\xc5\x1c\xc6\x94\x28\xec\xdc\x6e\xf1\ \x79\x0d\x46\x97\xc1\x66\xf5\x37\xdc\x6e\xa7\xda\x8f\xf9\xf7\x5c\ \x76\x9b\x27\x64\xc3\xfa\x81\x93\xa6\xdf\xdf\xdf\xf2\xda\xf7\x7c\ \xa1\xe6\x9e\x2b\xd0\x74\x3b\xf6\x9b\x1e\x97\xcb\xec\xae\x62\xde\ \x08\x66\x73\xfa\xab\x8d\xec\xb1\xc3\x9b\x2f\x04\x23\xde\xbd\xc3\ \x63\x95\xfe\x38\x9c\xdf\x6e\x1c\x47\x0e\x31\x7d\xc1\x93\x0f\x6f\ \xbb\xb0\xa3\x80\x23\x1c\xce\xa3\xe6\xd2\x88\xcb\x50\xe8\x6f\x57\ \xab\xdb\xce\x46\xc0\x19\x8c\x84\x7c\xe1\x40\xde\x66\xc7\x9a\x07\ \x01\x6f\x1f\x0b\xf8\x7c\x7a\x8f\x3d\x14\x08\x86\x83\xa1\xa3\x90\ \x37\x5f\xed\x34\x0b\xf9\x4e\x26\x12\xda\x3e\x3a\x6e\x1e\xf5\x1b\ \xa7\x91\x60\x2e\x16\xaf\x94\x0f\x7c\xd1\xa3\xbd\xc3\x5a\xa7\x96\ \x8c\x1e\xa5\x76\x22\x87\x20\x5d\x9d\x9d\xbd\x9d\xa3\xed\xd8\x4e\ \x0e\x04\xeb\xa8\x13\xf4\xd8\x31\x8b\xdd\xea\xf4\x61\x3a\x8b\x5d\ \x6f\xc1\xb0\x2a\x7c\x50\x11\x9f\xcb\x92\xcf\x76\xca\xdd\xed\x9d\ \xd3\x0c\x60\xcc\x7e\xe7\xa8\x9f\x2d\x77\x4a\xc3\xdc\x60\x70\x7a\ \x9a\x1b\xe7\xca\x5d\x54\xcb\x9c\x6c\xed\xc4\x62\xe0\xfb\x6a\xed\ \xf8\xa0\xdd\x8a\x67\xb7\x4a\xc9\xe3\x4a\x22\x1d\x4f\xd7\xeb\xa3\ \xd8\x56\x3c\xd5\x2a\xc6\x12\x99\x44\xac\x95\xea\x66\xea\xa0\x5c\ \xf1\x32\xd8\xbb\x6e\xf2\xac\x55\x4c\xa6\xe3\xaf\x6f\x86\xad\xe4\ \xf9\x65\x31\x73\xde\x6b\xa5\x5e\x56\x76\x87\x97\xe9\x6c\xa2\x38\ \x4e\x65\x87\xc9\xde\x17\x17\xa5\x61\x7a\xab\x55\xef\x64\x0e\xbb\ \xbb\xb9\x68\x22\x9a\x8d\xb6\xea\xe9\x97\x17\xad\xfa\x38\x7d\x36\ \xee\x26\x2f\x52\xf0\x08\xa5\xeb\xb3\x54\xfd\xf2\xea\xe5\x6d\xa9\ \xfb\xb2\x17\xfb\xf2\x76\x74\x79\x5d\x7a\x79\x09\x76\x73\x5c\x1f\ \xdf\x7c\x79\x7d\x76\x35\xfa\xfc\xf3\xeb\x2f\x5a\x37\x3f\xfc\xf5\ \xcb\x8b\xf3\xb3\xde\x28\x39\xfe\xc3\xef\xbf\xfd\xf3\xa7\x9f\xfe\ \xe4\xbb\xef\xde\x12\xbc\xf5\xf8\xd1\xf7\xdf\x7e\xf4\xe8\xc1\x83\ \x07\x60\xc0\x08\x68\x52\x7d\x82\x88\x08\x86\x41\xa2\x92\xf1\x2b\ \x22\x1a\x0a\x9e\x62\x73\x38\x12\x10\xa4\x0d\xce\x24\x4a\x2c\x60\ \x48\xee\xf6\x3b\xa3\x71\x06\xc1\xdb\x2b\x0c\x22\x45\xc4\x96\x6c\ \xb0\x68\x22\x84\x61\x1c\x3c\x15\x0d\x8c\xae\x48\x50\xc5\x3c\x08\ \x0b\xee\x6e\x70\x8b\x4c\xa3\x82\x8a\xe0\x89\x53\x77\x61\x2c\x64\ \x1c\x85\x8c\xc7\xb1\x36\xa8\x22\xb4\xc4\x4f\x63\xb0\xd8\x02\x40\ \x20\x16\x3a\xe9\x88\x07\xdd\x42\xe5\x61\x54\xd4\x35\x28\xa2\x92\ \x28\xe8\x6c\x1d\xd8\x3a\x11\x9b\x86\xa3\x51\x38\x12\x0a\x81\xc8\ \x81\xc7\x40\x73\x03\x2c\x16\x9a\xb3\xa0\xb2\x19\x54\x16\x0d\xc7\ \x60\xe0\x50\x39\x2b\x07\x87\x27\x52\x40\x71\x27\xa6\x49\x94\x49\ \x0e\x87\x4c\x40\xd1\x30\x13\x34\x2a\x5a\xf5\x27\x4e\x4f\x82\x54\ \x4d\x12\x26\x40\xb8\x96\xa7\x27\xa6\x89\x53\x6b\xab\xf3\x13\x4f\ \x9e\x2d\x2f\x2e\x3e\x7b\xb6\xfc\xd1\xff\xfb\x88\xf4\xe0\xd1\xdb\ \x2c\x02\xe7\xf1\xca\xc3\x3b\x4f\x07\xaa\x45\x9c\xa2\x52\x57\x50\ \x0c\x34\x9b\xb3\xf2\x40\xc2\x96\x50\xd0\x89\x4b\xd6\x06\x8b\xc1\ \x92\x10\xa7\x71\xf3\xf3\x77\x2e\x98\x4c\x41\xde\x91\x26\x79\x00\ \x62\xbb\xc2\x22\x2e\x3f\x79\xb1\x3a\x3f\xbd\x06\x26\x10\x8e\xd1\ \xcd\x67\xab\xf3\xab\x20\x5f\x84\x29\x50\xc5\xf9\x8f\xde\xe0\x9b\ \x6c\x4a\x19\x73\x81\x7e\xff\xcd\x37\xe7\xee\xbf\x29\xd4\x6b\xe9\ \xf7\xe9\x73\x4c\x3a\xda\x87\x23\x9c\x5b\x00\x6a\x5a\x98\xe3\x83\ \x02\x81\x4e\x31\x85\x74\xe6\x82\x8c\xc7\x5f\xe0\x02\x39\x2d\xdd\ \x5b\x12\x6a\x67\x67\x66\x17\xe0\x06\x20\x64\xbc\xb9\x59\xa1\x90\ \xc7\xa3\xf3\x64\x06\xcc\x68\x50\x02\x88\xf0\x50\x63\x16\x7f\x8e\ \xab\x60\x72\x99\x42\xbe\xdc\x12\x52\xf1\xa4\x4c\xa1\x6e\xa1\x8a\ \xfb\xab\x5d\xef\xc4\xb6\x0e\x76\x7f\xb3\xb2\xbe\xf2\xf6\xc6\xc6\ \x5f\xff\xf2\xd6\xc3\x6f\xfe\xf4\xab\xf5\x5f\xfc\xe4\x0f\xff\xf9\ \xdb\x7a\x6c\x10\x52\x1a\xdc\x60\x14\x01\xae\xcc\x28\xc3\x58\x63\ \xb1\x1a\x15\x60\xac\x84\x06\xbd\xc9\x28\x36\x78\x94\x06\x93\xd1\ \x8c\xce\x04\x82\x0e\x89\x35\x1a\x95\xce\x6d\x41\x5d\x60\x98\x52\ \xa9\xd0\x88\x35\x2e\x37\x28\x9a\x4a\xa7\x46\xad\x2d\x1a\xab\x46\ \x6b\x30\x38\x8d\x7a\xa1\xd8\xe8\x0e\xdc\xbe\xf5\xf0\xfb\x2b\xf8\ \xc5\xe7\x6b\x9b\xcf\xdf\xfb\xe0\xc9\x93\xb5\xb5\x77\xdf\x7b\xb2\ \xb6\xb9\xba\x48\x20\x2e\xc3\xef\x0a\x1c\x15\x6c\xe2\x32\xfc\xb6\ \x40\xfb\x2c\xd7\x9e\xfc\xe0\x05\xf1\xe3\x5b\x9f\x58\x6f\x30\x99\ \x8d\x1a\xa9\x52\xaa\x36\xda\x54\x06\x94\x99\xac\xe5\xab\x14\x4a\ \xab\xc7\xef\xb0\xb8\x7d\x4e\xab\xc5\x67\x33\x88\xb9\x1a\x83\xc9\ \x03\x9f\xa1\x1a\x0c\xaa\xda\xa4\x37\x2a\x81\xad\x74\x4a\xad\x52\ \xae\x57\xc8\x8c\x5a\xa3\x4d\x6f\x74\x59\xf5\x3a\xb1\x50\xaf\x56\ \x2a\xfd\xa5\x86\x55\xed\x74\x05\xdc\x76\xa7\x2d\xec\xd1\xd9\x9c\ \x4e\x6b\xc4\xed\x36\x1b\xac\x6e\x9d\x19\x03\xda\x0a\x78\xf5\x98\ \xb7\xb0\x0d\x7f\xc5\xfc\xce\xa0\xaf\x70\x52\x75\xba\x8e\xb7\x30\ \xfb\x71\xc5\x13\x0c\xfb\x1b\xdb\x4e\xc3\xe9\x91\xc5\x5d\xf0\x9d\ \x54\xb1\x88\xcb\xe9\xb3\x07\x03\x8d\xe3\x82\x2e\x58\xf5\x3b\xdd\ \xf6\x46\xfb\xc0\x62\xc8\x7b\x9b\x7b\x55\x4f\xe1\xc4\xe1\x2a\x60\ \x5e\xbf\xd3\x15\x39\xf2\xda\x8f\x9b\x8d\xe3\x50\xc0\xb7\xe7\xc3\ \x1a\x2e\x8f\xbf\xd1\x0c\x1d\x05\xcc\xc1\x41\x3f\xe8\xad\x36\xf6\ \xc2\xb6\x42\x20\x70\xdc\xb0\x7b\xab\x80\x71\x47\x85\xfc\xf6\xb6\ \x3f\xbc\xe3\xb4\x07\x4e\x7c\x85\xed\x66\xff\xd4\x71\x72\x90\xaf\ \x36\x8e\x40\x17\xfd\x91\x4a\xb2\x9e\xee\x76\x8f\xe3\xd9\x7e\x65\ \xb7\x95\x1a\x95\xab\xdd\x7e\xff\x30\x99\xe9\xec\x9c\xec\xe7\xfa\ \x83\xca\xc1\xc1\xc1\x49\x28\x7f\xe2\x68\x44\xc2\x11\x87\x3e\x10\ \x70\xa3\xf3\x17\x16\x0c\x40\xcf\xe1\xf4\x01\x91\xfa\x4e\xb7\xea\ \x9d\x41\xbb\x7b\x56\x8e\x26\x0e\x4a\x87\x83\x5c\x36\x97\x4e\xec\ \x0e\x2a\x9d\xc3\xf3\xab\x52\xa6\x3b\x48\x44\x73\xed\x58\x3b\x5b\ \x4c\x0e\x62\xc9\x6e\xb6\x92\x89\x25\x13\x60\x15\x0f\x2b\x5b\x83\ \xf8\xa8\xd4\x4d\x8c\x76\xa3\xa9\x54\x3d\x9e\xca\x96\x92\xe9\x6c\ \x72\x7c\x96\x48\xb6\xa2\xb5\xe2\xf8\xf6\x22\x77\xfe\x32\x97\xea\ \x82\x61\x4b\x44\xa3\xa9\xb3\x7a\xad\x07\xc2\x76\x8d\xc2\x17\x12\ \xd1\x52\xbc\xdb\x8d\x5d\x8c\x5f\x7d\x76\x9e\x4a\x67\xda\xc5\x68\ \xb7\x52\xd9\xea\xb4\x73\xc5\x52\xbc\x9e\x28\xe7\xae\xcf\x5b\xa3\ \xd4\x6e\xf1\x22\xd9\x1a\x16\xc7\xa3\xcf\x7b\x17\xe7\xd1\x44\xfd\ \xfc\xf2\xe2\x6c\xfc\xaa\x77\xf5\xfb\xcb\xde\xe5\x4d\xeb\xe5\x28\ \x3d\x04\x19\xbb\xbd\x1a\x8d\xcf\xce\x47\xe7\x67\xe7\xbd\xcc\xd9\ \x9f\xff\xe3\xf6\xe2\x72\x7c\x7e\x76\xd5\xfb\xfa\x3f\xff\xfe\xf7\ \xbf\xff\xf4\x9d\x9f\x7f\xf3\x74\xfd\xe9\x3a\x58\xa1\x8d\x47\x0f\ \x24\xa8\xec\x94\x8c\x8a\x96\x09\x38\x1c\x40\x16\x48\x08\x95\xc2\ \xe1\x50\x71\xe0\x10\x29\xeb\x1c\x09\x40\x06\x0d\x4d\x80\x52\x08\ \x8c\x15\x96\x04\x4d\x40\xb1\x19\x2c\x80\x0d\x34\x8c\x0e\x3e\x88\ \x4a\x14\x81\x83\xa2\xe2\xc0\xd5\xd1\xf0\xb8\x15\xb4\xec\x23\xe2\ \xdc\x9d\xf4\x27\xa3\x28\x2d\x2a\x9a\xc0\x9a\x98\x02\xe3\x86\x66\ \xa2\xd0\x7e\x6a\x01\x8d\x44\x59\xe1\x08\xd6\xa9\x04\x60\x2c\x16\ \x01\x8e\x79\xb0\x8f\x34\x16\x38\x4d\x2a\x20\x17\x8d\x45\x9a\x20\ \xa0\x29\x79\x32\x6b\x1d\x9d\x3f\xc4\x53\x01\xaa\x58\x1c\x2a\x59\ \x40\x65\xb0\xc9\x02\x90\x43\x1a\x8d\xf1\x60\x1d\x2d\x33\x91\x51\ \x92\x0d\x9e\x03\x1c\x35\x89\x32\xe4\x59\x84\x45\xe2\xe2\x14\x8e\ \x44\x44\x30\x47\xc2\x53\x70\x24\x0e\x87\x08\x22\x4a\x00\xa8\x9b\ \x44\x0a\x38\x4d\xc2\x4d\x4d\x80\x67\x24\xdc\xcd\x62\x7f\xb0\xf9\ \xee\xea\xf3\x0f\x9e\xff\xcf\xff\xf3\x1e\x7e\xe3\x9d\x87\x54\x3c\ \x6b\x5d\xb2\x02\xcf\x40\xc1\x0b\x58\x2c\x40\x42\x34\x56\x8f\xc6\ \x45\x19\x1b\x1b\x68\xb8\x1e\x0d\x66\x31\xf0\x68\x21\x6e\x9e\x38\ \x31\x85\xc2\xfc\x58\x70\x3d\x6b\x1d\xe8\xf3\xe1\x0a\x95\x34\x0d\ \x36\x68\xf5\xc5\xda\xd4\x04\x48\xd6\x93\xd5\xa9\xc5\xe5\xf7\x80\ \x2d\x50\x93\xce\xc4\xd4\xe6\xea\xf2\xbb\x6f\xcc\x18\x4c\x1a\x85\ \x94\x7e\xef\x5f\xde\xbc\x4f\xe7\xcd\xf1\x75\x8a\x7b\xb3\x73\x33\ \x4b\x4b\x4b\xb3\x5c\xa1\x51\x21\x03\xef\xc7\x9c\xe3\x49\xc5\x72\ \xfe\x2c\x9d\x4f\xe7\xce\xca\xb9\x72\x39\x18\x43\x94\x44\xba\x04\ \xdf\x66\xff\x69\x86\xcb\x9d\x99\x93\xc9\xc5\xe2\x7b\x33\x48\xda\ \x98\x32\x87\xd3\x6f\x57\xca\xb8\xb3\x74\xee\x0c\x5f\xcc\xfd\xe7\ \x05\x3a\x7d\x6e\x8e\xae\xf3\xe8\xfe\xe5\x4d\x9e\x46\xc1\xd7\xe8\ \x66\xfd\xbf\xf8\x71\xde\xde\xfe\xf3\x2b\xab\xed\x87\xdf\x7c\xf2\ \x9b\x3f\xfe\xf4\x87\x9f\x88\xde\xff\xc7\x4f\xff\xf3\x1f\xff\xf8\ \xdd\x97\x5f\x96\xb6\x5d\x0e\x93\xd1\x60\x52\x6b\x15\x4a\x85\x5e\ \xad\xd5\x81\x11\x53\x58\x51\x74\x83\x06\x4d\x0b\x18\x75\x16\x83\ \x4e\xab\xd6\xab\x14\xe0\xd3\xd4\x2a\xab\x50\xa5\x92\xa3\x0b\xd5\ \x0a\x9d\xcd\x64\x44\x33\xe6\xf6\xbb\xf2\x08\x34\x07\x65\x36\x0a\ \xb5\x62\x83\xd3\xe1\x56\xab\xc4\x0a\xb1\xc9\x9f\xfd\xf5\xe3\xf7\ \x9f\x32\x58\x9b\x6b\xf0\x31\x7c\xf0\x2e\x7c\xce\xef\xbe\xfb\xc1\ \x7b\xef\x3e\x7f\xb6\x3c\x31\x3f\x39\x3f\x41\x42\x19\x63\xf8\xc5\ \x67\x9b\x4f\xe0\xb3\x59\x5c\x7d\x3e\xff\xe4\xa3\xff\xb9\xf9\xa7\ \x94\x5b\xcc\x93\xe9\x00\xec\x5c\x46\xbb\x42\x61\x32\x2a\x4d\x5a\ \x9e\x4a\xa3\x76\x5a\x2c\x36\xb7\x3d\xe2\xf2\xb8\xc2\x11\x83\x58\ \x68\x36\x98\xf4\x16\xb9\xcc\xa8\xd2\xf0\xc4\x7a\xbf\x47\xc5\xd5\ \x88\x65\x4a\xa5\x56\x63\x83\x97\xaa\xd5\x2b\xb5\x72\xab\x46\xa3\ \x94\xf1\xe0\x9b\xda\x3a\x28\x58\xa4\x0a\xab\xaf\x1a\x74\x63\x3e\ \xb7\xc5\xe9\x37\x5b\xec\x16\xa7\x4f\x6f\x01\xe2\x32\xb8\x3c\x1e\ \xbf\x4d\x6d\x71\x60\x55\x7f\x04\x6b\x54\xed\xbe\x48\xb5\xd1\x0f\ \x34\x9a\x7b\x4e\x97\xb7\xef\xf0\x47\x22\x47\x7d\x87\x7d\x3b\x6f\ \x32\xf8\x3d\xfd\x53\xaf\x35\x82\x79\x9c\xce\x60\xf8\xa0\x61\xc7\ \x4e\x3c\x4e\xcc\x1e\xea\x06\x1d\xe6\x3d\x6f\xbe\x1f\x06\x93\xe7\ \x89\x78\x23\x81\x6a\xde\x19\xac\xfa\x0c\x03\x97\xa7\x9a\xdf\x6b\ \xee\xef\x05\x5c\xfe\x48\x28\xe0\x0a\x36\x31\x77\xb8\xd1\x2c\x78\ \x3c\x8e\xe6\x91\xc3\xeb\x09\x56\x03\x3e\x3b\xf8\x43\x77\xb8\x1a\ \xd9\xef\xbb\x43\xdb\x0e\x5f\x20\x14\x6e\x16\x1a\xa1\xa6\xab\x79\ \xea\xab\x06\xb6\x83\x7b\x0d\xcc\xd3\xd9\x8d\xd6\x0e\xa3\xed\xda\ \xde\x71\xb6\x94\xc8\x8e\xba\x07\xc5\x93\xbd\xee\x71\xa5\xdd\x1e\ \x34\xd3\x81\x41\x0e\xc8\xf8\x28\xd4\xf0\xd9\x82\xf6\x6a\xd8\x80\ \x85\xbc\x01\xaf\xdf\x04\x94\x6b\xf7\x61\x11\xbf\xd7\x83\xd9\x22\ \xc7\x3b\xed\xfd\x41\x2d\x15\x3b\x1a\x66\x3b\x87\xc7\xfd\x7a\x2b\ \xbe\xd3\xd9\x3d\x8c\x1e\x6f\x25\x8a\x97\xad\xf8\x61\x37\x37\xe8\ \x44\x6b\xad\x68\x7a\xd0\x2d\xb7\xe3\xf1\x56\x3a\x97\x2e\x0f\x3a\ \xed\x64\x2e\x06\xe8\x94\x2a\xe6\xba\xf1\x72\xb4\x54\x1c\x26\xba\ \x95\x74\xbc\xd4\xbb\x4a\xe5\xce\x63\xdd\xd8\x67\x57\x97\xa5\x71\ \xf1\x2c\x1e\x8d\x67\x5b\xf5\x64\x1d\x7c\x62\xfb\x2c\x15\x4f\x8c\ \x52\xe3\x56\xa2\x95\xa8\x8f\x5f\x27\xdb\xc5\xc4\x67\xff\xd1\x4b\ \xb6\x40\xa1\x2a\x87\x89\xbd\x93\x68\xf6\xfc\xe6\x0a\x44\x2d\x91\ \xc9\xa5\x5b\x17\xdd\x58\xf1\x2c\xdb\x6a\x75\x8b\xc3\xdb\xb3\x51\ \x62\x37\x75\xfe\xfa\xbc\xd5\xba\x3c\xef\x8d\x4b\xc3\x97\x9f\x8d\ \xeb\x67\xc5\x33\xe0\xb5\xab\xcb\xdb\xf1\xc5\xf8\xcb\x61\xf1\x72\ \x7c\x33\xba\x7d\xfd\xea\xb2\x7e\x51\xac\xbf\xfc\xcf\xdf\xfd\xf7\ \x7f\xff\xed\xaf\xff\xfa\x8b\x8f\xdf\xfe\xaf\xa7\x82\xf7\x45\x1b\ \x8f\x57\x36\x58\x12\x50\x84\xc9\x29\x1c\x98\x42\x3c\x91\x83\xa3\ \x08\xa6\xc8\x34\x01\x8d\x8a\x26\x9c\xc8\xa8\xb8\x0b\xb4\x89\x02\ \x07\x2e\xf8\xb1\x87\x8c\x95\x15\x8a\xe4\xa1\x48\x20\x90\x6c\x00\ \x75\xbd\xf3\xce\x0a\x05\xcf\x59\x67\xa0\x5e\x2e\x06\xea\x93\x21\ \xa3\x21\x24\x11\x0b\x85\x14\x73\xd0\x3e\x69\xd0\x28\x1c\x5a\x4b\ \x22\x4c\x10\x27\x80\x92\x80\xd8\x08\xac\xbb\xa5\x78\xe0\x2d\x11\ \xf0\x8a\x00\x87\xf2\xd8\xef\x92\x5a\xee\x46\x50\x19\x6c\x2a\xaa\ \x33\xa4\x82\xc0\x81\x0f\x23\xa1\x15\x75\x09\x87\x44\x46\xa7\x1c\ \x05\x1c\x34\x51\x2e\x7a\x80\x1a\xe3\xf1\x78\x86\xe4\x01\xd8\xb3\ \x15\xf0\x7e\x02\x12\x8e\x4d\x63\x51\x19\x24\x12\x8d\x23\xa0\x10\ \xa7\x26\xa6\x09\x04\xb0\x8b\x14\x1c\x11\x47\x13\xc0\xc3\x90\x71\ \x38\x12\x1a\x2d\x65\x4c\x4f\xa2\x79\x2c\x32\x91\x38\x01\x8a\x34\ \xb9\x06\x4a\xf5\x2e\x1c\x46\xcf\x5f\x7c\xf8\xe2\xc5\xbf\xbd\x20\ \x3e\xd8\x78\x9b\x42\x20\xaf\xa3\xf5\xfe\x49\x02\x15\xa4\x89\x82\ \xce\x43\xc0\x63\x4b\x36\xc0\x19\x52\xd7\x01\x06\xc9\x44\xb4\x29\ \x1c\x19\xd1\xff\x8f\xa4\x77\x71\x4a\x3b\x4f\xf7\x3f\x1b\x01\x8b\ \x9b\xc0\x41\x6e\x02\x8a\xa0\xdc\x25\x80\x5c\x02\x02\x0e\x16\xa0\ \xc3\x25\x50\x12\x60\x09\x43\x50\x2e\x02\x72\x00\x45\x42\x10\x6f\ \x41\x51\x4b\x45\x43\x36\xf4\xda\x6b\x3b\x3d\xad\xeb\xf9\xb9\x3b\ \xbf\x4c\xd7\x5c\x6a\x6a\x36\xd9\x64\x52\xdd\xb5\x5d\x3d\x7d\xa6\ \xe6\xcc\xcc\xd9\x99\xe9\xc9\xd4\x9e\x9a\xe9\x3a\xbd\xb5\xb5\x7f\ \xc6\x3e\x9f\x9c\x98\x78\xe1\xf2\xe5\x0b\xe6\xfb\xe6\xf5\xfe\x7c\ \x9f\xe7\xfd\xc0\x4b\xa4\x64\x71\x28\xd4\x19\x31\x53\x38\x35\x37\ \xc7\x24\x31\xc9\x04\xf0\x82\x03\xfd\x7d\x63\x80\x0d\x43\x43\x00\ \x11\x13\x23\x23\xb3\x28\xd0\x7d\x60\x6c\x60\x00\x3f\x36\x39\x32\ \xf0\x01\xcd\x13\x30\x6a\x14\xec\xe1\xef\xfd\xe0\xee\x30\x48\x8f\ \x59\xcd\x1e\x1c\xe7\x31\x18\xa3\x3c\x91\x80\xcf\xe3\x71\x07\xef\ \x00\x46\xf1\x45\x22\x36\x5b\x8e\x46\x4b\xb0\x55\x1a\x05\x8d\xa7\ \x12\x09\xb8\x77\x06\x69\x0c\xb8\x92\x2f\x60\x0c\x8e\xb3\xe5\x06\ \x03\xc8\x12\x97\x2b\x97\x0b\x74\x41\x97\x1a\x8d\x9a\x60\x8f\xb2\ \xd1\x69\xc2\x61\xda\xe8\xf0\xb8\x28\xa1\x1d\x1e\xe7\xca\x74\x0a\ \x34\x95\x54\xa0\x28\xfe\xeb\xf4\x9b\xcc\x55\x49\x26\xcf\xcf\xfc\ \xf1\xdf\x7e\xfa\xf3\x4f\xff\xfe\xcb\xfb\xdf\xbd\x7b\xd1\x7d\x75\ \x59\x38\x88\x3b\x2d\x16\x83\x11\x0d\xe7\x32\x2b\x74\x26\x8b\x4e\ \xae\x70\x58\x4c\x16\x99\x51\x24\xd1\xea\xb4\x6a\x15\x00\x8f\x51\ \x6e\xd1\x6a\xd5\x56\xb5\xc5\xac\x41\xcc\x22\x53\x69\x4d\x66\x8d\ \xdd\x68\x31\x6a\x1d\x06\x95\x16\x65\x24\x5b\xc0\x83\x99\x6d\x6e\ \xa7\x4c\x63\x31\x5b\x5c\x06\x15\x68\x9a\xca\xec\x5b\x5d\xfa\x56\ \x7c\x8f\x42\x1f\xf9\xe4\xc9\xe2\xe3\x27\x8f\x17\x17\x17\x1f\x4f\ \xa0\xcf\x13\xcb\x80\x9f\xb3\x63\x23\xfd\x44\x12\xfc\x42\x89\x03\ \x63\x63\x93\x43\xfd\x43\x13\x13\x43\xb3\x13\x13\x9f\x7c\x34\xf2\ \xec\x26\xac\x92\xcb\x01\xec\x8c\x6a\x9e\x01\x76\x80\x2f\xe0\x1b\ \xac\x1e\x9b\xd5\xeb\xf3\xfa\x43\x41\x6f\x22\x62\x35\x88\x8c\x66\ \x8d\xd5\xa4\xd0\xd8\xcc\x5a\x85\x46\x6b\x0f\xe9\xe4\x3a\xf0\xa9\ \x2e\x8b\xc9\x64\x56\x28\xd4\x3a\x83\x4e\x05\xbb\xa7\x56\x48\x14\ \x2a\x91\xc4\xbe\x11\x96\x48\x2c\xce\x48\xb8\xed\x09\x7a\xdd\xe6\ \x80\xdf\xe6\x0c\xda\x82\x75\x9b\xca\x69\xf6\x5a\x1d\x3e\xaf\x2f\ \x64\x75\x58\x3c\x67\xd1\xa8\xab\x58\x0a\xc4\x23\xe1\x68\x3d\x5e\ \x3c\x88\xb9\x4d\xe1\x84\xdf\x5d\x5a\xaf\x36\x1c\xce\x52\xdc\xe3\ \x0d\xfb\x22\xc7\x75\x67\x20\xe2\x0b\x07\x42\xc5\xb3\x90\xd3\x13\ \x4b\x84\x02\x8e\xf0\x66\x44\x6b\x2f\x95\xa2\xf1\xd2\x7e\xa0\xe4\ \xa9\xc7\xc2\xbe\x6a\x3d\xe4\x2d\x46\x5d\x7b\xf5\x78\xa9\x7a\x58\ \x0a\x39\x63\x89\x70\xb4\x7a\x16\x8b\x25\xe2\xa5\xe2\xe1\xd9\xd9\ \x71\xc8\x19\x8e\x38\x43\xbe\xba\x37\x1a\xf6\x85\x82\x4e\x77\x34\ \x12\x29\x9d\x04\xe3\x8d\x30\x58\xc8\x46\x7c\x7f\xeb\x6c\x27\xda\ \xde\x6c\xef\x9f\x46\xe2\x7b\xab\xed\x62\x7e\xa1\xbb\xb0\xb9\xba\ \xde\x3a\xad\x1e\xd4\x36\x16\x16\xd6\x4f\x8f\x4e\xcf\x16\x36\x8f\ \xb6\xb7\x0f\x1a\x2b\xf5\xed\xa5\x85\xd5\xbd\xb3\x7a\xa4\xee\x0d\ \x26\x8e\xe3\x7e\xd8\x90\xd7\x17\xb4\x9a\x1d\xc6\xf0\x71\xc9\xe7\ \xf6\xf9\xdd\xc1\x40\x7b\x7f\x63\x6b\x7f\x69\xe3\xa0\xd0\x5c\x39\ \xab\x47\xcf\xba\x3b\xeb\x2b\xdb\xb9\x9d\xfc\xce\x4e\xfa\xbc\x53\ \xc9\x6e\x54\x96\x0e\xd7\x17\x96\xce\x16\x16\x96\xd2\x0b\xab\x0b\ \x6b\xd9\x4e\x72\x6d\x2d\xb7\xb1\x91\x2b\x74\xae\xca\x9d\x42\x37\ \xb9\x9d\xca\x14\xf2\x99\xd6\x65\x67\x7d\xad\x7b\x95\xad\x01\x5f\ \xad\x6c\x66\x2f\xc0\xc5\x9d\xf7\xd0\x80\x89\x64\xb2\x9b\x6d\x2d\ \xa0\x53\x80\xe5\x6c\xba\xb7\xd2\x6c\xde\xae\xec\x14\x3a\x6f\x93\ \xdb\xd9\x9b\x17\xaf\xb2\xe0\x29\x33\xdd\xa5\xa5\xe6\xe6\xf6\x4a\ \xb3\x77\x9d\xcc\xa5\x5f\x34\x73\xbd\x5a\x25\x93\x49\x9f\xbf\x2e\ \xa4\xca\x17\xcd\x5a\xb2\x53\xc9\x24\x5b\xa9\x2f\xae\x5a\xad\xec\ \x65\xf6\xbc\xf5\xe6\xfa\xf2\x2a\x73\xfe\x59\xb6\x73\x93\xee\xdd\ \x7e\xde\xe9\x5d\xb5\x6e\x2f\xde\x5e\xf7\xae\x5f\xfc\xe1\xb7\x5f\ \x5f\x9d\xbf\xbe\xfd\xec\xcd\xdf\x7f\xfa\xf3\x6f\xbe\xfd\x8f\x3f\ \x3e\xff\xf2\x5f\x1f\x4a\x85\xcc\x99\x39\x96\x98\x8e\xca\x36\x89\ \x38\x3a\x2a\x71\xe2\x90\x48\x74\x3c\x86\x48\x12\x82\xba\x10\x89\ \x52\x30\x6b\x1c\xe0\x19\x21\x8a\x3d\xe6\x88\x95\x53\x4a\xea\xb4\ \x50\xaa\x14\x2a\xa7\xe6\xee\x09\xc5\xd3\x73\xd3\x62\x10\x26\x25\ \x93\x09\x57\x52\x06\x50\x97\x34\x05\x04\x0e\x4d\xb7\x87\x6f\xc8\ \x58\x0c\xe8\x16\x9a\x43\x81\xe9\x1f\xc2\x13\xd0\xac\x67\x3a\x15\ \xcd\x34\xe4\xa0\x6e\x19\x92\x90\x35\x8d\xa6\x77\xa1\x34\x2b\x2c\ \x15\x19\x4f\x80\x34\x12\xa2\x3a\x14\xc6\x87\xa3\xa0\xc8\x19\x21\ \x96\x89\xa1\xea\x85\x20\xa4\x74\x2a\x5a\x78\x07\x9b\x4a\x45\x41\ \xee\x44\x20\x21\x21\x48\x28\x06\x4d\x99\xa6\x02\x65\x91\x89\x28\ \x5e\x01\xb0\x08\x8b\x25\x8d\x0d\x11\x31\x70\x3b\x3a\xec\x3d\x81\ \x82\xf2\xe3\x51\x78\x1f\x5c\xc9\x41\x73\xea\xf1\x04\x4c\x3f\xb1\ \x6f\xa8\x9f\x32\xf0\x78\x62\xf2\xc3\xa7\x8b\xb3\xf8\xc9\xe5\x0f\ \x01\x04\x66\x89\xcc\xb9\x47\xe4\x3e\x92\xf0\x1e\x4b\x4a\xc1\x13\ \x48\x24\xa6\x90\x29\x15\x22\x9b\xca\x14\xeb\x91\x27\x05\x8b\x49\ \x41\x9d\xcf\x4a\xa1\x50\xa9\x84\x57\x40\x8c\x3a\x83\xc4\xd3\xe2\ \x99\x87\x8f\xf4\x1c\x54\x22\x89\x1f\x19\x01\xec\x9a\x9c\x1c\x1b\ \x9a\x1c\x41\xa3\x79\x26\x06\x88\x7d\xc0\x5a\xfd\x63\x93\xa0\x59\ \xf3\x93\x23\x93\x1f\xd0\xd4\x76\x9d\xc1\x20\x60\x73\xef\xde\x19\ \xe7\x0e\x32\x0c\x2a\x11\x9f\x36\xcc\xbd\xf3\x3d\x54\x66\x00\x52\ \xc4\xe0\x0d\xf2\x18\xc3\x12\x03\x63\x98\x3f\x38\xc8\xa7\xb1\x79\ \x32\x05\x90\x14\x0f\x5c\xe1\x30\x5f\xc4\x06\xac\x62\xf0\xf9\x5c\ \xae\x44\x2b\xe0\xf2\xf9\xbc\x41\x86\x42\x66\x72\x39\x2d\x32\x1e\ \x5a\x99\x67\x30\x04\x22\x1a\x2a\x6a\x57\xd8\x34\xc3\x83\x34\xb6\ \x44\x86\xea\x1f\x86\x45\x6c\xae\x39\xfb\xdd\x5f\x53\x76\x95\xca\ \x78\xf6\xeb\xef\xde\xbc\xfc\xd9\xef\xdf\x7c\x73\xfe\xfa\x32\x9b\ \xdc\x2a\x06\x83\x4e\x50\x05\x95\x55\xeb\x36\x68\xcc\x06\xad\xce\ \xac\x95\xeb\x64\x46\xb5\x55\x2b\xd1\x69\x40\x0d\x34\x16\x87\xc9\ \x6a\xd0\x01\x82\x19\x6c\x66\xb5\xd6\xa7\x93\x18\x25\x36\xa3\x4e\ \x67\x51\x4b\x40\x9c\x44\x6a\x0b\xe0\x8c\xc5\x2a\xd3\x3a\x2d\x5a\ \xb9\xd6\x64\xb7\x9b\x8c\x1a\xdd\xb0\x4c\xad\xd5\x3a\xdd\x96\xc8\ \xd2\x6f\xc5\x7a\x31\x65\xec\x47\x9f\xfc\xf0\xbf\xff\xb7\x1f\xfd\ \xe8\xa3\xa7\x1f\x21\x98\x9d\x9d\x5d\x7c\xfc\xf8\xe9\xe2\xc4\xc4\ \xe4\xe4\x24\xae\x8f\x48\xe9\x43\x61\x19\x60\xce\x27\x96\x27\x71\ \xa8\x90\x6d\xf9\xc3\x89\x8f\x2f\x63\x1a\x85\x5c\xa3\x93\x68\x8d\ \x60\xec\xd4\x5a\x83\x36\xe0\x72\x78\x5c\x2e\x5f\xd8\xef\x71\x39\ \x1c\x66\x78\x68\x5b\xc0\x2a\x57\x69\x2c\x56\xd0\x5a\xb7\xcd\x20\ \xd1\x4a\x8c\x6a\xf0\xb3\x3e\xb5\x4a\x62\x50\xeb\x34\x1a\x8b\x47\ \x27\x31\xbd\x3f\x75\x69\xdb\x0d\x48\x6c\x7e\x6f\xcc\x55\xf4\xf9\ \x3d\x26\xa3\xa7\x11\xd5\x04\x1c\xde\xa2\xdb\xea\x0e\x46\xcd\x26\ \x87\x27\x1c\x34\x39\x7c\xd1\xd5\xa2\x3f\x16\x4a\x38\x1c\xfe\x78\ \xe9\x38\xe2\xaf\xee\x27\x8c\x91\x50\x2c\x9c\x38\x8c\x86\x02\xc1\ \x78\xa8\xed\x28\x46\x8f\x4f\xe3\x60\x1d\x9d\xe1\x58\xbb\x7d\xd6\ \xf6\xf9\xb7\x4e\x13\x0e\xbf\xbf\xb1\x65\x31\xd5\xd1\x10\xe7\x60\ \xe0\x24\x0a\xb7\x8d\x26\x82\xa5\x48\xd5\x63\x2d\xb5\x4f\x12\x07\ \x5b\x91\x88\xd9\x1b\x09\x45\xf7\xd6\xda\x51\x7f\xb5\x5a\x6a\xec\ \xc7\x4a\xd1\x44\xa2\xe8\xdc\x2b\x95\x4a\xde\x28\xca\xdc\x8b\x04\ \xdd\x8e\x90\xdf\x5f\x6f\xa0\xb2\xf4\xc4\xf1\xf1\xfe\xe1\x6a\xac\ \x78\xb4\x7f\x00\x46\xef\xf0\x38\x1a\x3c\xcc\x25\x93\x17\x1b\x27\ \xb9\xb3\xe3\x8d\x5a\xaa\xb3\x7e\x74\xba\x1d\xab\x9e\x1c\xad\x1d\ \xe4\xdb\x7b\xeb\x27\xbb\x07\xc9\xd5\x9d\xbd\x58\xfb\x34\xec\x8a\ \xd7\x13\xd5\x53\xe0\xb2\xa0\xd7\xe6\x33\x3b\x9d\xa1\x78\xb4\x0e\ \x54\xe7\xf5\x6f\xae\xee\x1c\xef\x74\x36\x16\xca\xad\xa5\xfd\x74\ \xfd\xa8\xb6\x99\xeb\xd4\xf2\xa7\x87\x47\x07\xc0\x42\x85\x64\xad\ \x70\xb4\xb1\x7e\xbe\xb1\x94\x49\x25\x33\x47\x9b\x6b\x95\x8d\x64\ \x21\x59\x28\xac\x9e\x14\x32\x9d\x16\x10\x57\x6b\x29\x77\x9e\xc9\ \x9e\xa3\xa9\x0f\x85\xd5\x4e\xaa\x93\xbd\xca\x6c\x64\x72\xe9\x5b\ \xa0\x9d\xde\x52\xf3\x7c\xa5\x53\x6e\x65\xf2\xbd\x6e\xa5\x59\x6e\ \x75\xd2\xa9\x72\xbe\xd2\xaa\x6d\x6c\xa4\x9b\xe5\x85\x66\xb7\x7b\ \xfd\xd5\x79\x7e\xb7\xd0\xbc\x58\x5b\xbf\x4c\xef\x2e\x9d\xa7\xcb\ \xeb\x99\xee\x75\xfa\xe2\xf3\x37\xad\x54\xe6\xa2\x7b\x9d\x6d\x76\ \x2e\xb2\xbb\xad\xda\xeb\xdb\xc2\x2b\x94\x7c\x5c\xab\x7d\x51\xbe\ \x78\xf1\xb2\xd9\xea\xf4\xba\xe7\xe5\xcb\xdb\xcb\xdb\x57\xd7\xdd\ \x4e\x27\xfb\xe2\xb7\x37\x17\x9f\xbd\xf9\xfd\x9f\x5e\xf5\xca\xe5\ \xb7\xaf\x7f\xff\xfb\x6f\xbe\xfd\xc5\x7f\xfe\xec\xd7\x8f\x1e\x3d\ \xb8\xa7\x9c\x56\xc2\xa1\xaf\x97\x72\x38\x68\xd8\x32\x2a\x30\x40\ \x11\x4f\x14\x0e\xe0\x0a\x09\x03\x5e\x0b\xfb\x3e\x9c\x8f\x03\xb4\ \x01\x92\xc5\x64\xb1\x58\x28\xda\x4f\xa8\x64\x2a\xa9\x42\x32\x4b\ \xcf\xd2\xdf\x9f\x02\x28\x9a\x66\x52\x99\x4a\x3d\x9a\x27\x2f\x45\ \xb3\x56\x51\x64\x0c\x96\x25\xa6\x82\xbf\xa4\x10\xb1\x20\x28\x64\ \x3c\x05\xfb\xbe\xc0\x1d\x47\x40\x87\x3c\x93\xc4\x21\xa2\xc1\xa4\ \x28\x1f\x4f\x8f\xb4\x0b\xe1\x18\x38\x48\x26\x15\x83\x01\x5b\xc8\ \xa4\xe2\xc9\x24\x22\x1a\x01\x08\x12\xa8\xe4\xd0\x99\x62\x3a\x09\ \xa9\xa8\x18\x8c\x20\x41\xc8\xc2\x92\x08\x24\x0c\x5d\x3c\xf5\x88\ \xc5\xa4\x50\xf1\x78\x12\xc2\x1e\x0c\xfa\x4c\x47\x27\x1f\x09\x64\ \x0c\x86\x49\x40\x6b\xea\x03\x54\x26\xaa\x82\x80\x2b\x91\x05\x45\ \xd5\xef\x08\x18\xf1\x7d\x58\xdc\xc8\x50\x7f\x3f\xc8\x1a\x01\xde\ \xfb\x67\xe7\x97\xe7\xd1\xa2\xfb\xd8\xf2\x0f\xe7\x89\xca\x87\x33\ \x44\xb0\xa9\x9f\xfc\x6f\x20\xdb\x60\x39\x41\xca\xa9\x74\x29\x0b\ \xc3\x02\xf5\x44\xcb\x69\x2c\x8c\x50\xac\x64\xb2\x94\x2c\x31\xf2\ \xc1\x42\xfd\x14\x8b\x25\x9c\x06\x43\x4d\x07\x2c\xeb\x1b\x23\x12\ \x87\x86\x66\x07\x70\x13\x93\x78\x26\x13\xd8\x61\xa0\x7f\xa4\x7f\ \xb2\x1f\x4c\xe1\xc4\x10\x0e\xd9\xc1\xb1\x31\x38\x50\x3f\x18\xd5\ \x05\x4c\x2a\x39\xe3\xce\x0f\xee\x8c\x8e\x0f\xf3\x14\xa0\x47\x02\ \x1a\x77\x7c\x74\x94\x21\x97\xa9\x79\xc3\xc3\x32\x1e\x63\x70\x90\ \xab\x36\x88\xd8\x7c\x3e\x2a\xbc\x12\x18\x00\xbc\x04\x3c\x06\x7b\ \xf0\x0e\x4d\x30\x3e\x3a\xc8\x1b\xa5\xfd\x57\xee\x3b\x8f\x01\xfa\ \xc5\x63\xb3\x65\x4e\x8f\x53\xa6\xe0\x0f\xf2\xd8\xc3\xe3\x83\xdc\ \x41\x1e\x58\x26\x13\x9b\x21\x60\x0f\xd3\x14\x34\x94\x43\x23\xe2\ \x8b\xf8\x3a\x8d\xfa\x78\xb7\x6a\xd6\x59\x34\x89\xe6\x75\xb2\xfc\ \xea\xdd\x4d\x67\x7b\x61\x7f\x6f\x2b\xee\xf5\x9b\xd5\x02\xb5\x5a\ \xa7\x32\x18\x0c\x1a\x83\xca\x6c\xb1\xa8\x01\x5b\x0c\x3a\x89\xd5\ \x62\x14\xe9\x6c\x56\x10\x27\x97\xd6\xa3\x32\xe9\x24\x3a\xbb\xd9\ \x6a\x31\xe9\x8c\x5a\x9f\x0d\xc5\x26\xe8\xb4\x0e\x30\x82\x26\x19\ \x78\x45\xbb\x42\xa1\x03\xd1\x03\x20\x93\xa8\x74\x46\x0d\x5b\x61\ \xd4\xa8\xed\x6a\xa3\x6d\xf3\xc5\x2f\x95\xf7\x85\xfd\x1f\x7e\x02\ \x7f\x3e\xfa\xe4\x93\x0f\x3f\x04\x88\x9d\x5d\x04\x96\xfd\xaf\x4f\ \xcb\x8b\xa8\x2e\xad\xbf\x7f\x6c\x04\x37\x39\x36\x3b\xb2\x38\x30\ \x32\x30\x30\x86\x27\x61\x06\x96\x3f\x79\x2a\xfd\x76\x3d\xa0\x45\ \x93\xa3\x55\x06\xb5\x46\x67\xf0\xda\x3c\x2e\xbf\xdb\xef\xf2\xa0\ \xb2\x4f\x93\xce\xa0\xb6\x5b\x2d\x0a\x8b\x01\xe4\xd5\xa8\xb2\x68\ \x8d\x6a\x87\x1d\x8d\x10\x52\x7b\x2c\x12\x83\xd6\xa2\x82\x0b\x74\ \x32\x9e\xc4\x68\x77\x69\x6d\x96\x93\x84\x41\x65\x0a\x06\xbd\x41\ \xb7\xb7\xea\x35\x05\x76\xbd\x76\xaf\xd9\xd6\x08\x98\xcc\x41\xb7\ \xd9\xe4\xf6\x26\xdc\x76\xaf\x27\x98\x48\x54\xdb\xfe\xa0\x4d\x13\ \x2d\x6d\xc5\x13\x8d\xad\x8d\xb8\x11\x95\xa8\x37\xe2\xde\x40\xc8\ \x11\x3b\x89\x00\xc4\x9c\x1e\xb8\x6c\xa1\x68\xdd\xe3\x0c\x85\x67\ \x21\xf6\xcd\x00\x00\x20\x00\x49\x44\x41\x54\x37\x8f\xc2\xbe\xad\ \x86\xdf\xeb\x89\xed\x54\x9d\x96\xb6\xcd\xe6\xdb\x0a\x45\x8a\x61\ \xa3\xcf\x59\xad\xfa\x03\xa1\xa8\xc9\x5e\xaa\x47\x62\x25\xf0\x65\ \xee\x40\xc4\x1b\xd8\xdf\x6a\x44\x5d\x4e\x77\x31\x1c\x88\x14\x63\ \xc1\x50\x23\x10\x0f\xc6\xda\x89\x7a\x34\x56\xf5\x86\x8a\x51\x4f\ \x22\xec\x28\x1e\xf8\xa3\xa5\x93\x76\x28\x11\x8a\xed\x57\x8b\xfb\ \x67\x87\xb1\x58\x68\xf3\x2c\x18\x3c\x3a\x2a\x97\xd3\x3b\x87\x7b\ \xbb\x47\x99\xce\x46\x26\x9d\x39\x4b\xc7\xeb\x6b\xbb\x6b\x85\xcd\ \xea\xc1\xce\xe9\xce\xea\xee\x7e\x71\xcb\x17\x2d\xda\xad\x89\x93\ \x48\x7b\x2b\x56\x75\x38\x83\x6e\x77\x20\xec\x6b\xf8\x00\x28\xfd\ \xa1\x00\x40\x58\x7e\xe7\xf4\x6c\xa7\xd0\xbd\xb9\x58\xc9\x16\x0f\ \x73\xe5\x15\x30\x7d\xfb\xed\xb3\xd5\xda\x55\xaf\x59\x5e\x6a\xe6\ \x37\x0e\x52\xd9\x72\x6e\x23\xb7\xb6\xb6\xba\xbd\x9b\x5d\x4b\xd5\ \x32\x40\x58\xc9\x2b\x34\x8c\xab\x52\x5b\x38\xca\x34\x73\xb5\x5c\ \xb2\x96\xc9\x74\xba\xe5\x85\xda\xe5\x76\xae\xbc\x5e\x78\x79\x73\ \x5b\x5b\x4a\x5e\x83\xa5\xec\x66\xf2\x85\x56\xa7\x95\xad\x5d\x5f\ \x5f\x74\xb2\xad\xe4\x4d\x76\x63\x35\x99\x4d\x26\x93\xf9\xda\xed\ \x9b\xde\x4a\x61\xff\x70\x73\x35\x97\xdd\xd9\x4a\x77\xe1\xa2\xc2\ \xcd\xf5\x46\x13\xdd\x29\xdb\xbd\x68\x16\x2e\x3b\xdd\x6e\xb3\x96\ \xba\xe8\x2d\xdc\xdc\x7e\xfe\x19\xc8\xd3\xf5\xd5\xc5\x17\x97\xcd\ \xdb\xde\xd5\xab\x8b\xda\xcb\xab\xcb\x9b\x54\x39\xfb\xb6\x79\x7e\ \xf5\x45\xf7\xe6\xea\xe6\xdd\xdf\xbe\xbe\xbc\x7c\xf1\xc5\x1f\xfe\ \xed\x67\xdf\x7c\xf7\x97\x5f\x3d\xff\xf4\x37\x1f\x4f\xeb\xa7\xa4\ \x33\x52\xbd\x10\x75\x9e\x08\x51\x45\xe6\xfb\x62\x4e\x3c\x08\x04\ \x96\xce\x04\xe9\xa2\x23\xda\xc1\x63\x91\x46\x81\xa4\x90\xc5\x2c\ \xf2\x14\x93\x29\x9d\x7e\x30\x3d\x25\xa4\x83\x25\xd3\x4f\x8b\xa7\ \xe6\x66\x58\x20\x58\x2c\xf8\x00\x4c\x22\x50\x29\x42\x21\xd2\x1c\ \x3a\x4b\xca\x41\x77\xc7\x62\xb0\x58\x16\x85\x80\x47\x73\x54\xdf\ \x27\x6b\x11\x41\x79\x58\x28\x7b\x14\x03\x3e\x0b\xb4\x48\xc8\xe1\ \x80\xe1\xa4\xa2\x55\x2b\x1c\x96\x43\x91\x32\xd1\x78\x68\x84\x60\ \x40\x63\xc0\x59\x52\x21\x15\xa5\x5f\x91\xa7\xc4\x42\x12\x1a\xd3\ \x43\x55\xa2\x92\x7b\x29\x85\x4e\x9f\x42\xe7\x08\x84\x18\xd2\xfb\ \xa2\x77\xe4\xf7\x50\xcd\x3b\x5a\x31\xa3\x92\xfa\xc7\x70\x44\x3c\ \xb1\x0f\xd8\x0c\x15\xac\xf6\x63\xd0\x94\x1b\x22\x05\x54\x97\x44\ \xec\xc7\xbf\x9f\xc9\x3c\x80\xc3\x61\x31\xfd\xcb\x8f\x9f\x3e\x19\ \x59\x7e\x2f\x5b\x23\x4f\x3e\x5a\x26\xc2\xf3\xa2\xe0\x38\xc4\x0f\ \xfe\x69\x84\x80\x86\x66\xd0\xf5\x48\x99\xc5\x54\x10\x4a\x2a\x55\ \xca\x02\xa2\x43\xcf\x4a\x0a\x4f\x96\x23\xbe\x47\x9f\x99\x56\x4e\ \x3d\xfa\xf8\x81\x92\x8a\x9f\x9f\xe8\xc3\xe2\xfb\xd1\x18\xc2\x89\ \x3e\x1c\x9e\x39\x37\xc3\x21\xf6\x0f\xe0\xc1\x75\x82\x2b\xc4\x81\ \x5e\xe1\x47\x26\x47\xc0\x27\x2e\x2e\x8f\x7c\xf0\x03\x99\xc7\x6a\ \x54\x09\x86\xbf\x37\xcc\x1d\xe6\xd3\x06\xe5\x06\x1e\x63\x74\x10\ \xd0\x8a\xc6\xa6\xc9\xf8\xa3\xe3\x5c\x36\x7b\x98\x3b\x28\x7f\x3f\ \x8e\x0b\xcc\x1f\x4d\xa1\x16\xf1\xd1\xd9\x3f\x01\x08\x16\x9b\x26\ \x62\x8c\x8e\xa3\x6c\x3f\x9a\x5c\x26\x93\xb3\x19\xe3\xc3\xe3\x02\ \x93\x45\xcb\x13\xa8\x04\x83\xa0\x4e\xa2\x41\xee\x1d\xae\x42\x2e\ \x13\x30\x18\x0c\x19\x1b\xd5\x9a\x32\x18\x22\x05\x98\x2a\x63\x3c\ \x61\x37\xc4\x0a\x7b\x12\xa3\x42\x73\xb6\xb2\x7e\xd1\xbc\xce\xd5\ \x43\x7e\x77\xac\xe4\xb5\xab\xad\x0a\x89\xc0\x20\x01\xf3\xa5\xd2\ \x98\xac\x0e\x9b\xce\xa0\xd1\xea\x8c\x2a\x99\x51\xa2\x31\x81\xb9\ \x32\x81\xd6\x59\x41\x8e\xd4\x46\x93\x13\x85\xd2\x68\x74\x76\x9b\ \xdd\x62\x31\xaa\x5d\x36\x87\x0a\xcd\xcd\x91\x19\x9d\x2a\x8d\x1a\ \xc0\x4b\x05\x76\xd1\x60\xd2\x4a\x54\x6a\x8b\x55\xa7\xd0\xc8\x9c\ \xf1\xb5\x6f\xf4\xd3\x2c\x60\xd7\xc5\xb1\x0f\x3f\x7a\xbc\xfc\xe4\ \xc9\x93\xa7\xf0\x3a\xcf\xa3\x21\x90\x93\xf3\x8b\xf0\x2e\x31\xbb\ \x08\xd6\x10\x3c\xf9\xe2\xc4\x10\xb0\x55\xff\xc0\x00\xaa\x89\x23\ \x80\x53\x84\xb7\x8e\xc7\x13\xd2\x6f\x56\x6c\x0a\x81\x5c\xa7\xb1\ \x68\xbc\x36\x97\xd5\x11\x88\xba\xbd\x5e\xbf\xc7\x6c\x02\xff\x09\ \x1e\xd6\x2a\xe7\xab\xd4\x66\xb3\xc1\x68\x77\x68\x8d\x66\xb5\x5a\ \xa1\x76\xb8\x2c\xa2\x51\x8d\x03\xb4\x54\xeb\x33\x0a\xc0\x35\xeb\ \x64\x2a\x77\xdb\x63\x37\xd9\xfc\x11\xbf\xdf\xe6\x0d\x05\x4c\xfe\ \x58\xd0\x0f\x82\x15\x2d\x39\x1c\x21\xd8\x9a\xcd\x11\x74\x5b\x5c\ \x81\xb0\xc7\x5b\x8c\x97\x4a\xe0\xf4\x42\xfe\x52\x34\x78\x1a\x09\ \x98\xc2\x91\x52\x24\x52\x4c\x94\xdc\x2e\x7f\x3b\xee\x4e\x44\xf7\ \xea\x09\x6b\xc0\xe7\x73\xfb\x1d\xee\x83\x46\x22\xda\x40\x91\xac\ \x91\xbd\xb6\xdf\x74\xe2\x75\xbb\x1b\x51\xdf\x61\xcc\x11\x70\x17\ \xdb\xe1\x44\x30\xec\x72\x45\x4b\xc5\x6a\x3d\xe1\x76\xfb\x3c\xc5\ \x68\x30\x11\xde\xab\xfb\xa3\xe1\x7a\x03\x24\x30\xe1\x89\x6d\xf9\ \xbc\xc1\xb0\xd7\x17\x71\xfb\x23\x36\x5f\x35\x11\x09\x27\x1c\x27\ \x7b\xbe\x44\x7b\xaf\x7d\x1c\x4b\x1c\xe5\x62\x27\xeb\x27\x8d\x78\ \x29\x7e\x54\x0a\x25\xf2\xcd\xe6\xd1\xc6\xee\xf1\xce\xde\x5e\x2e\ \xbd\xb6\x92\x59\xd8\xca\xb6\x4f\x37\xf3\xeb\x3b\x2b\x3b\xa7\xab\ \x07\xfb\x47\x47\x87\xc5\xa0\xbb\x58\x37\x45\x83\xe1\xd0\x69\xe3\ \xf8\xd8\xe1\xf2\x7b\xe0\x39\x85\xc2\xee\xb8\x3f\x1c\x31\xda\xab\ \x85\x95\xd5\x93\xcd\xa3\xcc\xd6\xd1\x76\x61\xe7\xd4\x7f\xba\x9a\ \xe9\xe4\x77\xf6\x36\xd2\x9b\x4b\xe9\xeb\x5a\xb7\x9b\x2e\xe7\x36\ \x97\x72\xd9\xec\x52\x6e\x67\x77\xa1\x90\xdf\x4d\xae\xe6\xb3\xcd\ \x85\xa3\x95\x8b\x6c\xae\x93\x4c\xa6\x32\xfb\xbb\xe5\xf4\xe6\x6e\ \xba\x56\xeb\x15\xb2\x99\x64\xb7\xd6\xcd\x25\x9b\x3b\x0b\xa9\x8b\ \x54\x2b\x95\x4e\xa6\x53\x70\x9b\x4a\xb9\x57\xee\x15\x96\x9a\xe5\ \x74\xa7\x7c\xd3\xbc\xe9\xac\x64\xd3\xe9\x5a\x7e\xbb\x75\xfe\xea\ \xa6\x92\x5c\xd9\x2e\xac\x66\xb7\xb3\xeb\x47\xad\xdf\xb6\xb6\x73\ \x95\xec\x75\x7e\x25\x95\x4c\xd5\xd2\xc9\x66\x2f\x75\x79\x7d\xd9\ \xca\x5e\x7c\x76\x9e\xab\x34\x3b\x6f\x7f\xfb\xd5\xab\x66\xaf\xfb\ \xd9\xe7\xa9\xda\x65\xf3\x8b\xf3\x72\xeb\xfa\xe6\xfa\xfc\xf2\xfa\ \xfc\x55\xeb\xed\x9b\xeb\xee\xcb\xd6\xeb\x3f\xfd\xcb\x6f\x6f\x5f\ \x7f\xfd\x87\xbf\xfd\xf9\x17\xdf\xfd\xe5\x3f\x7e\xf3\x93\x5f\xa1\ \x71\x5e\x4a\xce\x0c\x07\xc5\xa6\x13\xb0\x42\x26\x09\x83\xc6\xb9\ \x93\x81\x8b\x30\x18\x96\x98\x8c\x01\x3f\xc7\x44\xc3\x98\x29\x54\ \xb1\x14\x70\x89\xa5\x7f\xc4\x24\x4b\x95\x74\x25\x5d\x3a\x3d\x35\ \x2d\xa4\xeb\xe7\x50\x3a\x32\x6b\x86\x85\x2e\x65\x01\x9e\x61\xf1\ \x54\xb2\x50\x28\x66\x12\x40\xea\x50\xcd\x02\xe7\xfd\x92\x38\x95\ \x45\xc5\xe0\x40\xb7\xf0\x40\x2f\x44\x32\x81\x0e\x46\x8e\x8c\x23\ \xa2\xf2\x05\x12\x87\x33\x8d\xa0\x05\x34\x10\xec\x20\x4a\xf9\x13\ \x4f\xd1\xc9\x24\x14\x29\x2a\x44\x9d\xd3\x14\x26\xb8\x3f\x26\x99\ \xc2\x02\x91\x62\x8a\x51\x6a\x27\x28\x1b\x09\x85\xde\xd0\xc9\xfa\ \x19\xbd\x14\x0d\x1e\x43\xb3\x4d\xc1\x70\x82\xc2\x91\x31\x52\x32\ \xaa\xe7\xa2\x23\x41\xc2\x63\x10\xd9\x61\x49\x18\x16\xa6\x8f\x0c\ \xfa\x07\xac\x45\x86\xc7\xef\x1f\x20\x10\x30\x00\x5f\x38\x7c\x3f\ \x85\xd0\x8f\xd6\x56\xe0\xf0\x79\x3c\xb1\xbc\x3c\x3b\xff\x74\x99\ \x30\xfd\xe0\x1e\x6c\x61\xe4\xff\xf9\xa7\x11\xe2\x10\x11\x1e\x4b\ \xc8\x51\x2a\x49\x14\xf1\xfb\x99\x65\xd3\x7a\x16\x53\x28\xe6\xcc\ \x08\xa7\x40\xc8\xc4\x8f\x1e\x88\xa5\x8f\x66\xf4\x2c\xe0\x30\x12\ \x69\x64\x04\x8b\xeb\xc3\x0f\x8c\x8d\x0d\x4c\x8e\x90\x1e\x3e\x9f\ \xd6\x73\xee\x0d\x51\x30\x44\x1c\x0e\x37\x32\x3b\x36\x3f\x31\x34\ \x39\x36\x30\xd6\x87\x9b\x5c\x5e\xee\xfb\x80\xab\x70\x3a\x4d\x6a\ \x03\xc2\x21\xb6\x08\xfc\x9b\x4d\x06\x0a\x35\x3e\x48\x03\x7f\x87\ \x14\x87\x06\x82\xc4\x1d\x14\x28\x14\xc3\x3c\x70\x75\x3c\x91\x48\ \xae\x90\xd1\x18\x7c\x01\x7b\x70\x98\x26\xe0\xd1\xd8\xc3\x83\xa3\ \x7c\xbe\x40\x80\xea\x40\x69\x68\x55\x8b\xab\x51\x6b\x35\x32\x85\ \x44\x21\x93\x8b\x00\xbb\xd8\x6c\xb9\x80\x31\xa8\x10\x89\x14\x3c\ \x06\x8d\xcf\x37\xc8\x24\x0a\xb6\x0a\x36\x68\xce\x74\xa2\xa1\xde\ \xae\x85\xc6\x93\x4b\x42\xbd\x8d\xcd\xe4\x9e\xd7\x6c\xb6\xbb\x6c\ \x26\xa3\x9a\x27\x92\x18\x55\xa8\x60\x41\xa5\xd6\xda\xf8\x02\x8d\ \x55\x67\xb1\x9a\xb5\x12\xad\x09\x98\xc9\xe4\xb6\x6a\xe0\x1b\x83\ \x4e\x6b\x03\x1d\x33\x6b\x34\x76\x9d\xdb\x64\xd2\xe8\xb4\x2e\xb3\ \x56\x67\xb0\x5a\xad\x5a\x85\xc2\x02\x18\xa6\x32\xa3\x72\x79\x93\ \x44\xed\x36\x1a\xb5\x26\x0d\x58\x35\xab\xd5\x7e\xf8\xf3\x47\x73\ \x33\x62\xb0\xe3\x43\x8f\x97\x47\x86\x86\xc6\x9e\x3c\xf9\xf0\x43\ \x90\xa9\xd9\xe5\xc7\x8b\x8f\xe7\xc7\x66\xe7\xe7\x97\x27\xde\x77\ \x59\x2e\x3f\x59\x7c\xba\x3c\x3b\xd4\x37\xd0\x87\x23\xbd\x0f\xd4\ \xea\x87\x57\x72\xe2\xf1\xd3\xa7\x43\x7f\x59\x53\xf1\x25\x2a\x89\ \xd3\xe9\x45\x0d\x78\xfe\x80\xcf\x15\x8e\xd9\x24\x40\x56\x1e\x8b\ \x56\x2d\xd7\x98\x60\x2f\x1c\x6e\xb3\x46\x6b\xb1\xb8\xb4\xe8\xd4\ \x81\x5c\x66\x74\xd8\xec\x1a\xa3\xc3\x2a\x57\x6b\x8d\x26\x83\xce\ \xb7\xbb\xef\x34\x7b\xfc\x7e\x57\x34\xe8\x0e\x07\xec\x76\x87\xdd\ \xe8\xf6\x7b\x02\x61\xb3\x37\x6c\xb3\x5a\x5c\xbe\x84\xd3\x08\x56\ \x33\xe8\x6f\x44\x4b\x71\xb7\x35\x1a\x28\x9e\x36\x62\xc7\x67\x7e\ \x4b\xc2\xef\x72\x3b\x23\x8d\x88\x3f\x54\x8f\x46\xe2\xc5\xd0\xe1\ \x71\xc9\x1f\x70\x03\x8e\xb9\xfc\xdb\x45\x57\xa0\x5a\x07\xdc\x8b\ \xed\xd7\x7d\xda\x46\x29\x04\x1c\x55\xac\x46\xbd\x2e\x9b\xdf\x1f\ \x49\x78\x13\xc0\x38\xed\x46\x30\xb2\x55\x0d\x3a\xbd\xc1\x78\x35\ \x78\x7c\x12\x02\x78\x4a\x14\x13\x89\x88\xdf\x7b\xb2\xe7\x2d\xc5\ \x5c\x91\x7a\x0c\xfe\xda\x3c\xb1\x62\x20\x1e\xf1\x04\x63\xde\x44\ \x23\xb6\xb5\x5f\x2f\x1d\x16\x22\x27\x1b\x5b\x27\x91\x7a\xb5\x5d\ \x0f\xc4\xd6\xd3\x4b\x3b\x6b\x07\xd5\x5c\xe3\xe0\x20\x57\xc8\x67\ \x73\x8d\xcd\xe8\xc9\xfe\x66\x61\x29\xbd\x77\xb6\xd6\x3e\xdd\x5a\ \xd9\x8e\x99\xfd\xc7\x7b\x7e\x6f\x3b\x9e\xa8\x96\xe2\x71\xb7\x27\ \xe8\x74\x98\x1c\xfe\x48\xc0\x13\xb1\xd9\xfd\x9e\xe3\x66\x61\xfd\ \xf4\x38\xb9\x74\xb4\xbe\xb1\xb0\xb9\x15\x3f\x6c\x96\xcf\x3b\x5b\ \x7b\x07\x85\xfd\xc2\x79\x33\x05\x60\xb5\x90\xdb\xc8\xaf\xae\x67\ \xb2\xa9\xd5\xec\xea\x51\x36\xb5\x7d\xba\xb4\xb0\x50\x58\x5f\xa8\ \xe4\x16\x9a\xcd\x85\x4e\x67\x7d\xb5\xdb\xab\x55\x16\xb2\xad\xcc\ \x69\x21\xd3\x6d\x36\xaf\xcb\xcd\x4c\xb2\x75\xd5\xab\xb4\xae\xce\ \x33\x85\xed\x5e\x33\xdb\xe9\x24\xcb\xad\x54\xaa\xd3\xea\xb5\x7a\ \xe9\x4c\xa7\xbc\xb4\xbd\x92\x6d\x65\xaf\xbe\x48\xbd\xbe\xae\x64\ \x32\x4b\x6b\x95\xd4\x5a\x65\x33\xd7\xba\xbc\x6a\x56\x5a\x9d\xf3\ \x64\xbe\x59\xcb\xe7\xd3\xa9\xf3\xd6\x46\x79\x29\x73\xfe\xe6\xed\ \xed\x75\x67\x25\xf3\xf2\xdd\xbb\xdf\xdf\x5e\x76\x53\x37\x97\xe5\ \xab\x5e\xf7\xf2\xfa\xba\x95\x6c\x7e\x7e\xf3\xfa\xe2\xfa\x8b\xee\ \xe7\x5f\xbc\xb9\xba\xbd\xbd\xfd\xfa\xcd\xeb\xeb\xcf\xdf\x7d\xf1\ \xb7\x6f\x7e\xfa\xe3\x7f\xfc\xf1\x2f\xbf\x7a\x70\xef\xd1\xfd\x39\ \x21\x07\x7d\x50\xf0\xc4\xf7\x65\xdd\x80\x2a\x80\x11\x44\x12\x1d\ \x83\x4e\xc4\x61\x50\x22\x30\x16\xad\x31\x93\xe9\x1c\x2a\x4b\x2c\ \x16\x03\x0e\x09\x39\x7a\x16\x5d\x0a\x1f\x54\x34\xc9\x1d\xfc\x91\ \x54\xcc\x42\x63\xbe\x50\x97\xb3\x70\x4a\x2f\x66\x71\x94\x64\x12\ \x85\xc3\xe2\x30\xc1\x5e\x32\x59\xb0\x49\x21\x1d\x87\x43\xb3\x1b\ \x88\x28\xd3\x1d\x8f\xc5\x90\x51\x93\xe2\x8c\x14\x85\x98\xa2\x7a\ \x05\x12\x48\x21\x0b\xc8\x0b\x34\x09\xe5\x3c\xa0\x05\x2d\x3a\xb8\ \x31\x3a\xea\x88\x06\x7a\x02\x3f\xca\xa1\x52\x60\x1f\xc5\x4c\xf0\ \x8e\x1c\x90\x52\x0a\x15\x25\x09\x72\x50\x58\x3c\x89\x04\xca\x04\ \x32\x48\x45\xf1\xf2\xa8\x28\x14\xf6\x9b\x85\x83\xe3\x83\x80\xea\ \x38\x41\xfb\x40\x18\x51\x2c\x32\x05\x8f\x4a\x29\x30\xc4\x81\x09\ \x3c\x01\x0b\x4a\x82\x96\xb8\x70\x03\x8f\xe7\x27\x17\xd1\x3b\x3d\ \xc0\xcf\xd8\xc8\xe3\x31\xd2\xd4\x83\x87\x58\xb0\x71\xff\xf3\xff\ \x81\xef\xff\xbf\x96\x39\x1c\xa9\x52\x0a\x60\x49\xa4\xb3\x84\x74\ \x3a\x3c\x4d\x8e\x92\x23\x15\x8a\xc5\xf7\x66\xa4\x8f\xe6\x9e\x3f\ \xbb\x0f\x48\xd7\x3f\x32\x84\x27\xe1\x09\x43\xef\xd3\x9f\x26\xe6\ \xc7\xfa\x49\x14\xd6\x8c\x5e\x38\xf3\xab\xbe\xff\x8f\x25\x25\xf7\ \x0d\x11\x71\xe0\x04\x07\xfa\xfa\x07\x46\x26\xc6\xf0\x13\xcb\xf3\ \x93\x1f\x8c\x8b\x9c\x0e\xab\x44\x33\x08\x58\x35\xc8\x1e\xe4\x89\ \xd4\x6a\xb0\x86\x77\x68\x83\x7c\x3e\x6a\x19\x64\xf0\x46\xf9\xc3\ \xc3\xc3\x02\x99\x60\x90\x31\x78\x97\x36\xcc\x97\xa9\x64\x83\x6c\ \x2e\x8f\xcd\xbd\x33\x4c\xe3\x31\xee\xdc\xe1\xf2\x51\x01\x3c\x5b\ \x2e\x17\x80\x86\x71\xb9\x40\x56\x5a\xa7\x51\xae\x95\xa0\xe8\x2b\ \x9a\x5c\x20\x42\x43\xa4\xc1\x31\x8a\x78\x3c\x01\x77\x98\xcd\xe7\ \xa9\x14\x3c\x1a\x83\x4b\x53\x28\xcc\x3e\xbb\xa7\x58\xb2\x82\x8c\ \x19\x7c\xed\xdd\xa5\x95\xcc\x41\xc4\x6a\x50\x48\x74\x0a\x99\x40\ \x2d\xe7\xa9\x8d\x66\xad\x4a\xa6\x16\x71\xd1\xcc\x30\x87\xcf\x6c\ \x50\xa9\xed\x5a\x3b\xa8\x0e\x28\x83\x4e\x8b\x02\xfe\x54\xe8\x26\ \x3a\x9f\x43\xa3\xb6\xe9\x5c\x56\xad\xce\xa2\x50\x6b\x0d\x3a\x85\ \xc9\xa8\x32\x6b\xd5\x0a\xa3\xce\x61\xd2\x48\x24\x1a\x17\x6a\xd2\ \x91\x1b\x2c\x46\xa7\xc9\xd2\x7e\xfb\xe9\xc3\x07\x4a\xf8\x1d\x4e\ \xb1\xb0\x28\xb3\x7a\x6c\x62\x72\x64\x71\xf9\xe9\xe3\xc5\xa7\x8b\ \xf3\x93\x63\x93\x13\x88\xb6\x26\x27\x26\x07\x26\x41\xc2\x66\x81\ \x70\x47\xc0\x39\xa3\x21\x43\x43\xa0\xed\x38\xb8\x6a\x7e\xfe\xf1\ \x87\xe4\xbf\xef\xea\x04\x56\xb3\xd9\x1d\x28\xc6\x3c\x66\x07\x70\ \x92\x43\xa6\x75\x18\x1d\x0e\xb9\x42\xa7\x05\x97\xaa\x33\xba\x75\ \x3a\x83\xd6\xa4\x35\x9b\x60\x7f\x54\x72\x93\x1d\xf6\xc0\xe4\x31\ \x1a\x2c\x5a\xb3\xcd\x62\x73\xec\x95\xbc\xe6\xb8\xdb\xe6\x0d\xbb\ \xcd\xd1\xb0\xdd\xe1\x54\x5b\x8b\x81\x68\xc0\x6b\x70\x79\xcc\x46\ \x8b\x27\xd0\xf6\xa9\xad\x21\xb0\x70\xde\x40\x34\x64\xd7\x39\x42\ \x89\x70\x24\x5c\x3f\x46\xf9\xc5\x26\x53\xe2\x24\x74\x5c\xf7\x03\ \x03\x81\x56\xee\x9e\x45\x9d\xbe\x70\xc0\xe3\x0b\xc7\x37\x8f\x6d\ \xbe\x46\x31\xe1\x8d\x85\x4f\x23\x2e\xe3\x69\xc8\x85\xba\x98\x8b\ \x51\x87\x2f\xe0\x4f\xec\xf9\x3d\xa5\x70\xe8\x24\xe6\xf7\x86\xaa\ \xa5\x52\xd0\x17\xb0\x47\xea\xc7\x67\x91\x48\x28\x02\x52\x56\x3d\ \xf1\xdb\x03\x3e\x7f\x22\xde\xf0\x97\x42\x1e\x7f\xd8\x17\x0f\xf9\ \x63\x51\xa7\x27\x12\xab\xef\x1d\x37\x0e\x4e\x00\x93\x8e\x22\x5b\ \xfb\x27\x67\x5b\xc5\x7a\xe2\xcc\x17\xca\x95\x7b\x9d\xa5\x7c\x71\ \xe9\x6c\x7f\x69\x7b\x33\x53\x59\xa9\x6e\x14\xeb\x7b\x87\x0b\xc9\ \xfc\xda\xc1\x9e\xe7\xe4\x28\xbb\x51\x2f\xc6\xe2\x45\x34\x72\xba\ \xde\xde\x8b\x87\x02\x66\x8f\xdb\x65\x0b\x78\x62\xa5\x80\xc7\x09\ \x14\x57\x5f\xdf\xdd\x6e\x9c\xd6\x32\xd9\x56\x3a\xbd\x92\x39\xdc\ \xcf\x5d\xb4\xce\xd7\xab\xa7\xf9\xad\xe3\x6c\x37\x7d\x7e\xb0\xb3\ \x9d\x5e\x07\x0c\xca\xe7\x8e\xf2\x6b\x87\xeb\xb9\xf5\xcc\x66\x25\ \x5b\xcb\xe6\xd7\x73\x6b\xc9\xde\xd2\x4a\xf9\x62\xff\xb0\x99\xaa\ \x95\xd3\xd9\x54\xae\x9d\x4f\x77\x72\x2f\x2f\x2b\xdd\xca\xd2\x45\ \x17\xa4\x07\x7c\x64\x25\xdb\xbb\xe8\x64\xd2\x47\xd9\x8b\x4a\xe7\ \xfc\xfc\x45\x07\x1e\xa2\xd3\x5c\x39\xda\xce\x54\x76\x6a\xdd\xca\ \xeb\x5e\xbe\x9b\xda\x5b\x03\xd3\x57\xdb\xdc\xae\xa5\x40\x89\x5e\ \x74\xf3\x2b\xb5\x4e\x6b\xa3\xd0\x6a\x9d\xa7\x32\xc9\x5e\xeb\xc5\ \x75\x26\x7b\x5b\x4b\x5d\x9f\xbf\x7c\x59\xeb\xde\xbe\xae\x64\x5f\ \x9f\x83\x3e\x66\xaf\xaf\xbb\x95\xce\xe5\xf5\x6d\xf3\xc5\x8b\xee\ \x0b\x80\xaf\xab\x37\x2f\x7f\xfb\x6f\x9f\xbf\x7d\xf7\xfb\x9f\x7e\ \xfb\xdd\x7f\xfe\xe3\xcb\x5f\xfd\xea\xd9\xb3\xe7\x73\x73\x60\x77\ \x48\x1c\x29\x8b\x4c\xc7\x61\x38\x4a\x3a\x93\xfa\xbe\xca\x1d\x75\ \x29\x53\x99\x64\x2c\x15\x43\xa1\x52\xe8\x18\xb0\x79\x1c\x32\x56\ \x2f\x05\x08\x42\x25\x50\xf0\x59\x2f\xe5\x30\x39\xfd\xfd\x58\xe5\ \x94\x90\x05\xa6\x49\x39\x27\xd6\x4f\x81\x7c\x31\xa7\xf5\x52\x22\ \x15\x0e\x6c\x14\x9d\xac\x44\xa1\x0a\x74\x26\x52\x0b\x70\x80\x1c\ \xd4\x41\x8d\xc1\x01\xfe\xbc\x1f\x48\x48\x9d\x9e\xa1\x52\x41\x7c\ \xa8\xe2\x99\x29\x34\xc9\x0b\x65\x0e\x93\xe0\x2b\x3a\xd9\x37\x45\ \x47\x45\xed\x04\x54\x4a\x2a\x24\x52\x99\x54\x16\xec\x93\x90\x09\ \xda\x45\x86\x9b\x73\x48\x18\x0c\x5d\x0c\x4a\x82\xfa\xf5\x84\x52\ \x54\xd5\xc5\x61\x52\xb0\xa8\xce\x1e\xcf\x61\x0a\x59\x24\xb4\xc6\ \xdf\x37\x44\x40\xbe\x8f\xc3\x41\xe3\x4e\x39\x14\x02\x0e\x0d\x9d\ \x46\x81\x0d\x94\xfe\x7e\x70\x84\x44\xe0\x2b\x1c\x09\x87\x1f\x78\ \xfc\x78\x71\x62\xfe\x09\xbc\xef\x8f\x2d\xcf\x4e\x2c\x8f\x10\xe7\ \x9e\xcf\x51\x71\x98\xb1\xff\xf7\x9f\xfa\x30\x3f\x1c\xa0\x32\xc5\ \x62\xbd\x5e\xc8\x94\x32\xe1\x29\x73\xe8\xf0\xad\x98\xae\x14\x4e\ \xb1\x58\x8f\x3e\xfe\xf4\xd1\xa3\x19\x72\xdf\xe2\xe4\xc0\x00\x9e\ \x84\x1b\xe8\x1f\x1b\x03\xad\x9a\x9c\xe8\x9b\x1c\x98\xfa\xf4\xe1\ \xcc\xc7\x0f\xf4\x8f\x70\x3f\x9a\x56\x62\xfb\xfa\x40\x39\xfb\xe0\ \x40\x84\xe3\x6f\x6c\x04\x37\xbf\xf8\x64\xf1\x83\x7f\x66\x58\x83\ \x66\xb5\xfc\xce\x28\x97\x4d\x1b\xa5\xb1\xf9\x26\x15\x83\xc6\xbd\ \x43\x03\x5f\x08\x54\x84\xd6\xd6\x87\xb9\x77\x18\x06\x00\x26\xc1\ \x30\x17\x94\x09\xe0\x8a\xc7\x1e\x65\x70\xc1\x3d\x8e\xb2\x01\xba\ \x04\x68\x61\x9d\xc6\x93\xa8\x46\x47\x87\x79\x77\x47\x79\x0c\xb9\ \xd7\x0c\x4a\x01\xdb\x18\x46\xb5\x5c\x68\x2e\x16\x9a\x6b\x08\xd8\ \xc4\xa7\xc9\x45\x83\x6a\xb9\x48\x74\x67\x90\xcb\x57\x19\x24\xe3\ \xa3\x7c\x95\x33\x6a\x11\xb1\x0d\x46\x67\xb5\x54\x84\x43\xc8\x6c\ \x57\x58\xb4\x72\x85\x42\xcd\xd7\x6a\x75\x0a\x85\x48\xab\x91\xc8\ \x25\x26\xbb\x5c\x67\x35\xc0\xb7\x46\xa3\xc5\xaa\x36\x81\x32\x19\ \xcc\x68\x14\xa0\xc5\x6a\xb5\xd8\x6c\x4e\x93\xd9\x66\xd2\xd8\x74\ \x6a\x83\xdd\x60\x35\xeb\x74\x6a\x8b\xda\xae\x31\xab\x24\x32\xad\ \xc9\x6c\xd6\x6a\xec\x08\xcb\x8c\x0a\xb3\x45\x63\x76\x38\x43\x2f\ \x7f\xf1\xd7\x4f\xf5\xe2\x39\x3d\xfc\xee\x88\xf8\x89\x49\x02\x96\ \x38\x34\x3b\x32\x36\x31\xb1\x3c\x3b\xbb\xb8\x38\x3f\x3b\x81\xa2\ \xfd\x26\x06\x86\xc6\x40\xc8\x17\x27\x66\x17\x27\x67\x17\x87\xd0\ \xb4\x47\x02\x66\x04\x37\x30\x04\x1e\x7b\x60\x68\xe2\xe9\x27\x1f\ \xf5\xfd\x39\xae\xd3\x59\x7c\x61\xbf\xdb\xe3\x77\x78\x1c\x46\x9d\ \xd1\x28\xb3\x3b\x55\x46\xbb\xc9\xa1\x33\x6a\xdd\x1e\x0b\x43\x66\ \x32\x69\xd5\x4e\xa3\xcd\xa9\x31\xd9\xd5\x6a\xb0\xb1\x6e\x83\x46\ \x61\xb5\x38\x80\xbd\x0e\xaa\x0e\x7b\xcc\xe3\x88\x7a\xc3\xfe\x58\ \xdc\x6a\x0b\xdb\x5c\x89\x80\x3b\xea\xb1\x69\x51\xc0\x8d\xc3\x1b\ \x8f\xeb\xac\xee\x20\x40\x49\xd8\x5b\x74\x5b\xdc\x31\xd0\x26\x5f\ \xdd\x6f\xb3\xf8\x5d\x76\x94\x60\xec\x8b\x58\xdd\xfe\x90\xc7\xe3\ \x3f\xdc\x0f\x59\x7c\x2e\x7f\xd0\x1b\x3a\x3d\xa9\x06\xab\xf1\x7a\ \x3c\x11\x2a\x6d\xed\xb9\x6c\xc7\xd5\x58\xb8\x14\xf4\x17\x23\x76\ \x9f\x2b\x11\x6f\x07\x02\x61\x9f\xa7\x7d\x9c\x88\xec\x35\x82\xb1\ \x40\x28\x12\x4b\xec\x9d\xb4\xa3\x11\x10\x95\x52\x24\x1e\x72\x85\ \xeb\x6e\xf8\x87\xe2\x6b\x7c\x91\x98\xbb\x14\x09\xf9\xbc\xe1\x68\ \xbb\x14\x8e\x54\x8f\xce\x36\x1a\x89\xf6\x69\xe9\xe0\xec\x24\x1e\ \x3f\x29\x1d\x37\x3c\xfe\xed\x6c\xba\x96\xca\xed\x2d\x2c\x1c\xe6\ \x0b\xab\x9b\xbd\xf4\xd9\xda\xde\xfa\xd1\xe1\xc6\xd1\xd2\xfa\xf1\ \x7e\xb1\x71\x90\x3b\x58\x5f\xa9\x83\xc3\x8d\x16\xab\xfb\x5b\x7b\ \x00\x88\x2e\xbf\xd6\x60\x8b\x78\x02\xa5\x48\xd8\x1f\x09\x05\xa2\ \x5b\x9b\xdb\xd5\x83\xa3\x4e\x79\x3b\x9f\xdb\x5e\x6a\x9c\xe6\x6a\ \xd9\x74\x7e\x77\xad\xd0\x58\xc8\x76\x3e\x2b\x6c\x2c\x25\x5b\x85\ \xda\xf6\xc6\x65\x61\x37\xb3\x79\x9a\xcf\xa5\x9b\x6b\x1b\x4b\xcd\ \xda\xda\x5e\x66\x33\x57\xdb\x2d\xd4\x7a\x7b\x85\x54\xad\xb0\x92\ \x59\x2a\x6c\xef\xe4\x32\x95\xa5\xf3\x5e\xab\xd9\x5c\xaf\x5c\x75\ \xbb\xa9\x72\xb7\xbb\x54\x39\x2f\x37\x73\xb5\xcb\xeb\x5a\xe1\xe2\ \xbc\x7c\x79\xd1\xeb\x16\x2e\x6b\xdb\x85\x4c\x2a\x9b\x03\xea\xfa\ \xfa\xbc\xb6\xb2\xbe\x9a\x2b\x64\x0a\xd9\xc2\xcd\xe5\xed\xd5\x45\ \xab\x75\x59\x5b\x6f\xbe\xa8\x2c\x94\xcb\x95\x4e\xbe\x7c\xd1\xcd\ \x77\x6e\x6b\x3d\x90\xad\x17\x9d\x14\x80\xda\x55\xab\xf5\xf2\x55\ \x32\xfb\xd9\xab\xde\x4d\xb3\xd6\xe9\x9d\x5f\x77\xcf\xcf\xdf\x5e\ \x9d\xbf\xfa\xdd\x9b\x97\x6f\x5e\xff\xe9\xdd\x17\xbf\xfb\xf6\x9b\ \xef\xfe\xe3\xc7\xbf\xfc\x74\x6e\xee\x5f\x7f\xfd\xec\xf9\x7d\x50\ \x06\xc0\x1e\x70\x63\x20\x0f\x62\x31\x11\x21\x0d\x91\x8a\xa1\x33\ \xb1\x1c\x24\x32\xa8\xec\x0a\x07\x87\x2a\x6a\x34\xc6\x72\xc8\x70\ \x33\x8e\x7e\x8a\xc9\x9c\x12\xce\xe8\xf5\x64\xec\xfc\x08\x0b\x8d\ \xd7\x51\x92\x95\xd3\xe2\x69\x21\x9a\x4f\x01\x16\x51\x8c\x21\x03\ \x87\xa1\xd9\x58\x4c\x94\xda\x89\x41\x31\x7f\x80\x5f\x58\x0e\x1a\ \xc4\x0a\xf8\x86\x41\x13\x57\x39\x88\xce\x40\xa3\xa4\xf4\x69\xe5\ \xdc\x14\xe2\x37\x16\x6a\x81\x46\x99\xc8\x52\xb1\x92\x4a\x02\x78\ \xc1\xa2\x3e\x68\x2a\x59\x2a\x04\xd5\xe3\xa0\xe9\xac\xc8\xab\x52\ \x98\xa8\x39\x87\x82\x96\xd4\x48\x54\xa9\x98\x4a\x65\x61\xf0\x04\ \x2a\x99\xf4\xbe\x4d\x87\x49\x17\xbe\x1f\x36\x4d\x41\xd1\x97\x44\ \x02\xfc\xe7\xc7\x00\x73\x61\x71\xb0\x1d\x0a\x1d\x8b\x96\xf2\xc9\ \x24\x42\x3f\x9e\x00\xae\x10\x83\x56\x9c\xf0\xc4\xbe\xa7\x1f\x2d\ \xc2\x9b\xfe\xf2\xd8\x18\x38\x95\x27\xcb\x7d\x38\xfa\xa3\xe7\x1c\ \x3c\x79\xfe\x83\xff\x61\x84\xaa\xa4\x50\x01\xab\xc0\xff\x4a\x51\ \x87\x11\x1d\x85\xd9\xb3\xe6\xee\x29\xa5\xca\x7b\xfa\x99\x07\xd3\ \x2c\x6c\x1f\xdc\x7d\x00\x47\xc4\xe3\xe0\xe8\x1a\x02\x88\xc2\x0d\ \xa1\x5e\x6a\xe6\xd4\xcc\xfd\xa9\x87\xf7\xc4\x9f\xfe\x5a\x3f\x4d\ \x86\x07\x1b\x99\x18\x1a\x9a\x1f\x81\xe3\x75\x6c\x16\x18\xec\x93\ \xd9\x0f\xfe\x17\x9a\x29\xaa\x33\x28\xd8\xe3\x77\xb9\x8c\xc1\xc1\ \x51\xb9\x59\xce\x1f\xbd\x43\xe3\x82\x7e\xf1\x45\xc8\x1d\x0e\x8f\ \x8f\xd3\x46\x45\x5a\x89\x80\x2f\xe0\x33\x86\x79\x6c\xbe\x04\x9c\ \xe0\xf8\x30\x8d\x4d\xbb\x4b\xe3\x33\x04\x6c\xae\x88\x46\xfb\xbe\ \x5c\xc2\x10\x0d\xff\x33\x48\x1e\x9f\x2d\x93\x68\xb5\x5a\xf9\x28\ \x0f\xa4\x8d\xcd\xa6\x71\x19\x22\xee\xe8\xe0\x1d\x3e\xe8\x14\x9b\ \x27\xe3\xb1\xe1\xb3\x02\x15\xd1\x1b\x24\x06\x39\xb8\x4e\x9e\x25\ \xa0\x31\x18\x81\xaa\x1c\xe1\xa2\xcf\xa6\xd6\xc9\x54\x26\x99\xda\ \xa2\x11\xa9\xe5\x6a\x8b\x41\x66\x32\xc8\x18\x12\x9d\x15\x4d\x1e\ \xb4\xaa\x8d\xa8\xdf\x10\x8c\x95\x59\x67\x33\xa9\x25\x2a\xa3\x4e\ \x6d\xb4\xe9\x34\x06\x83\x0e\x70\xcb\x66\x46\xdc\x65\x31\xab\x2d\ \x26\x93\xcd\xa7\x56\xab\x2c\x12\x9d\x51\x6d\x54\xb9\xec\x1a\x05\ \xa0\x19\x80\x8c\xda\xa8\xb1\x35\x9a\x7f\xf8\xf9\xcf\xee\x4f\x7f\ \xcc\xa4\x10\x29\xa8\x16\xae\x9f\xd0\x0f\x7f\x08\xa4\xfe\x3e\xa0\ \x2b\xb4\xe2\x3e\x36\x3b\x86\x2a\x1a\x46\x90\x39\x9c\x80\x7f\x28\ \x90\x66\x76\xa4\x9f\x3c\x27\xa6\x72\x58\x8f\x30\x18\x22\x7e\x6c\ \x64\x72\x71\xf1\xbf\x2d\x3f\xec\xd8\x0c\x20\x9f\x36\x87\xdf\xa9\ \x05\x69\x34\xaa\xcd\x41\x13\x1a\x8a\x68\xd6\xa8\xc2\x4e\x33\xf8\ \x5e\xab\xdd\x6a\xb3\xfa\x40\x2b\x2d\x32\x89\x4e\x67\x75\x1a\x54\ \x72\xb5\xc3\x2e\x51\x9b\xb6\x4e\x6d\x56\x0f\xc0\x91\xc3\xef\xf3\ \x25\x0c\xc1\xb8\x35\x18\xf5\xb9\x5d\x1e\xad\xc6\x63\xb5\x9a\x3c\ \x81\xe3\x08\x1a\xb4\x1a\x2b\xf9\x02\xa1\xaa\xdb\x12\x8f\xd5\x4b\ \x61\x47\xb5\xea\xb2\x07\xc1\x30\xc2\x91\xef\x8f\x1a\xfd\x61\x7f\ \x28\xe8\x3f\xdb\x09\x99\x3d\xf6\x68\xdc\xe6\x08\xad\x9c\xba\x13\ \xa7\xc7\x5e\x53\x20\x72\x5a\x32\x9a\x1b\xd5\x44\x28\xd8\x0e\x9e\ \xf8\xbd\xc1\xf0\xc9\x49\xa2\xee\xa9\xfb\x7c\xf5\x93\x98\x17\x5d\ \x1c\x0c\x14\x0f\xea\x2e\x70\x97\x89\x48\xb4\x14\x89\x45\x1c\x2e\ \x60\x21\x67\xbc\x1a\x03\x7b\xe9\x8f\x9c\x84\xa2\x71\xaf\xc7\x17\ \xf4\x46\xab\x1e\xe4\x01\x23\x5b\xa5\xc3\xd3\xad\x83\xc3\x93\xd2\ \xd9\x61\xe2\x24\xe6\xa8\xae\xad\xae\xe5\x72\xdb\xfb\xb9\xe2\x5e\ \x26\xb7\xba\xd2\x5a\x3d\x5a\xa8\x2f\x6d\x6e\xee\x9e\x2d\x9c\x9c\ \x6d\x46\xf6\xcf\x0e\xf7\x36\x77\xe0\x6d\x27\xdc\x3e\xda\xaa\xef\ \x6f\x85\x1c\x51\xbf\xcb\x61\xd4\x7a\xbc\x5e\x90\x4a\x9f\x3f\x1c\ \x0d\xaf\x2e\x1c\xd4\x57\xf6\xf7\x0b\x7b\xbb\x6b\x7b\xa7\xd1\xad\ \x8d\x64\x33\xbb\x74\x5a\x69\x36\x0a\x99\x5e\xa7\x97\x49\x2d\xe4\ \xd7\xb6\x37\x73\xcd\xb5\x55\xb0\x84\x1b\xe9\x5a\xfa\x70\x33\x53\ \xcb\x6e\xae\xed\xaf\xe5\x3b\x4b\xb5\xcb\xee\x7e\x39\x59\xce\x76\ \x72\xd9\x72\xfe\x2c\x97\x2a\xa4\x2e\x92\xb5\xcb\x64\xbe\x55\x7b\ \x71\xd1\xa9\x74\xcb\xc9\xce\x67\x9d\x56\x2d\xd7\x69\xb5\xd2\x99\ \x73\x10\xa1\x4a\xb2\xdc\x4b\xed\x14\xd6\x53\xe7\x2f\x2a\xd9\x57\ \xb7\xb5\xeb\x1e\x08\x5d\xb9\x5b\xc8\xac\xa4\x2e\x7b\x95\xf3\x6c\ \xb6\x77\xd9\xdc\x4c\x97\xb3\x85\xf3\x1e\x18\xc4\x9b\xec\xf6\xf5\ \xed\xf9\x9b\x37\xa9\x6c\xeb\xb2\x7b\xdd\x4c\xbd\xf8\xac\xd0\x4d\ \x5d\xdc\xbe\xbc\xb8\xbd\x59\x4a\x5f\xf6\xca\x9d\xce\x65\xeb\xd5\ \xed\x9b\xaf\x5e\x5e\x7c\xf1\xe2\xd5\xbf\xbd\xfc\xdd\x9f\xbf\x79\ \x87\x1a\x9e\x9f\x3f\xfa\xd5\xc7\x3f\xf9\xf8\xd1\xdc\xb4\x98\x48\ \x27\x62\x30\x48\x13\x84\x4c\x21\x2a\x9c\x02\xad\xa0\xb3\x80\x63\ \x28\x1c\x2c\xaa\x4f\xc0\x60\x38\xcc\x29\x31\x48\x17\xb8\x32\xf8\ \x9f\x44\xbd\xa7\x44\xb3\x70\x1e\x80\x86\xe1\x67\xe9\xca\x39\xbd\ \x70\x4e\xcc\x62\x49\x59\x53\x48\xb9\xa6\x94\x54\xc0\x2a\x96\x54\ \x4a\x67\xea\x85\x4a\x40\x2f\x0e\x85\x2a\x46\xa6\x10\x9d\x63\xc4\ \x62\x28\x08\xb6\xc0\x05\xa2\x5c\x61\x96\x54\x8c\x16\x86\x38\x70\ \x27\x54\x9b\x80\xa5\x83\xd4\x30\xa9\x18\xa6\x58\xca\x14\x02\xe7\ \x51\x59\x1c\x29\x07\x6e\x47\xa6\x08\x29\x00\x50\x28\x85\x06\x8b\ \x25\x10\xe0\x12\x3a\x72\x98\x74\x25\x55\xc8\x9a\x42\xf5\xa9\x04\ \x26\xc0\x15\x19\x0d\xa1\x20\x73\xa6\xe1\x8e\x04\xf8\x4a\x07\xbd\ \xea\xc3\xf5\xf7\x91\xa8\x42\x32\x38\x3f\x3a\x81\x84\x05\xa9\xa4\ \x60\x09\x14\x4a\x7f\x1f\xaa\x69\xc0\x63\x90\x66\x11\xb1\x7d\x4f\ \x9e\x2c\xce\x2f\xce\xa2\x9e\xbf\xe5\xc7\x4f\x9e\x0e\x61\x59\xcf\ \x1e\x31\xa9\x9c\xbe\xff\x7b\x9e\x43\x02\x01\x44\x65\xf3\x4c\x32\ \x5c\x80\x5a\x71\xa6\x59\xcc\x39\xd6\xf4\xa3\x47\xf7\x66\x84\x54\ \xb0\x9e\xb8\x49\x0c\x93\x88\xe6\x59\x0c\x0c\x90\x70\xfd\x58\x32\ \x9e\x42\x24\x10\x46\x86\x88\xcc\xb9\x87\x73\x8f\x1e\x3c\x98\xd6\ \xeb\x67\x00\x30\x89\xfd\x68\x1c\xcf\x48\x7f\xdf\xc8\xc8\x04\x6e\ \xe8\xe9\xff\x3e\xff\xc1\xf7\xc7\x0d\x61\x9b\xc9\x24\x1a\x1f\xe7\ \x8e\x8e\xd3\xf8\x22\x8d\x06\x04\x8b\x3b\x7c\x97\xcb\x96\xa9\x34\ \x8c\xbb\x83\x5c\xda\xb0\x60\x94\xc6\x13\xb0\x79\x72\x06\xca\xc7\ \xd2\x28\x14\x7c\xb8\x6c\x14\x10\x8a\xc1\x53\xb0\xef\xb0\x45\x40\ \x52\x6c\xc5\x28\x77\xf8\x7f\xfa\x1e\xf8\x4a\x36\x5f\x65\x33\x19\ \x68\x34\x19\xd8\x3f\xb6\x40\x36\x0e\x22\x06\x34\xc6\x15\x29\x44\ \x5c\x81\x82\x8f\x26\x87\x29\xd8\x02\x50\x2c\x39\x83\xc1\x66\x0f\ \x32\x68\x26\x93\xd9\x65\x91\x2b\x0c\x12\xb3\xd6\x66\xe2\xcb\x65\ \x32\xa3\x4e\x22\xb7\xeb\x54\x1a\x8d\x4c\x22\x73\x98\xd5\x3a\xa3\ \x4c\xa3\x33\x99\xdd\x6a\xbb\x55\xa7\x30\xa8\xdd\x20\x4d\x2e\x0b\ \x28\x99\xce\x61\x73\xdb\x0c\x06\xa3\xc2\xe6\x31\xa9\xb4\x0e\xb3\ \x59\x62\x02\xcb\xa8\xb1\x98\xc0\x35\x1a\x74\x12\x9d\xca\xa8\x96\ \xc9\xac\x0e\xb3\x49\xa2\xd5\xd8\x9c\x76\x81\xd6\x64\x6d\xb4\xae\ \x3f\xff\xe6\x1f\xbf\x7e\x34\x87\xc1\xc0\x8b\x8f\x32\x86\xa8\x2c\ \x94\x27\x44\x82\x77\x48\x22\x61\x08\xf5\x85\x83\x5b\x1e\x01\x51\ \x9a\x1c\x40\xf1\x86\x43\x13\xf3\x13\xa0\x64\x93\xb3\x8f\x87\x70\ \x14\x96\x72\x06\xdb\xdf\xdf\x87\xea\x70\xe7\x17\x3f\xfa\x51\xdf\ \xb7\xbb\x31\xb7\xd1\xea\x73\xc8\x18\x32\xb3\xc3\xac\xf5\xb8\x04\ \x12\xb7\xd3\x62\x32\xfb\xad\x06\xa3\x8c\xaf\xd3\x1a\x4d\x70\xa5\ \x45\x6b\x32\xd8\xb4\x06\x93\xdd\xa9\x93\xf0\x8d\x16\x8d\xce\xdd\ \xa8\x7b\x7c\x0e\x38\x7a\xbd\x7e\x97\x2f\x20\x71\x85\x3d\x3e\xaf\ \xcb\x63\x33\x4b\xac\xde\x80\x3f\xe0\xf5\xb6\xa3\x36\x6f\x22\x1a\ \x6f\x44\xed\xde\x08\x4a\xb1\xaf\x1f\xc6\xbc\x7b\x71\x97\xd9\x1f\ \xf4\x85\x13\xc1\x58\xd0\xef\x8b\x05\x63\xf1\x80\xa3\xd8\x0e\x05\ \xbc\xbe\x68\xd8\xe5\xf3\x35\x8e\xb6\xe2\x91\x6a\xd0\x19\x0e\xee\ \x35\x9c\xb6\x46\x3d\x51\x2c\x56\x4b\xe0\x22\x03\xfe\x62\x35\x52\ \x8c\xc6\x42\xce\x62\x3b\x76\x72\x5c\x8a\x7b\xbd\xe1\xe2\xde\x49\ \xe0\x38\xee\x09\x55\x23\xd1\x44\xbb\x5a\x72\x79\x83\x31\x6b\x28\ \x1c\x8d\x07\xfd\x56\x4f\xc3\xe7\x89\x27\x12\xd5\x80\x23\x52\xf5\ \xc5\xab\x3b\xc7\xfb\xeb\xed\xea\x46\x7d\x6f\x7f\xff\xe0\x60\x2f\ \x92\x28\xf9\x4b\xe9\xed\x83\xfc\x79\xfe\x74\x25\x71\x90\xac\x24\ \x6b\xcd\xdd\xf8\xc1\xd6\xd9\xe1\xf6\xda\xda\xc6\xfe\xee\x5a\xe9\ \x70\x6d\xe3\xb0\x71\x10\x3b\x38\x8e\xee\xb4\xc3\xa5\x93\x90\x3f\ \x54\xf5\x68\x9d\x66\xa3\xd3\xee\xf1\x01\x08\x16\x43\x7e\xef\x4a\ \xea\xa4\x78\xb4\xb0\x76\xb6\x77\xb0\x5e\x3f\x88\x1f\x6c\xb7\xba\ \x0b\x95\xa5\xec\x46\x0c\x95\x83\xa6\xf2\x0b\x9d\xf5\x95\xe6\xf6\ \x51\xee\x2c\xb7\x54\xc9\xa7\x41\x77\x72\x1b\x95\x42\x7a\x61\x61\ \x77\x65\xa3\x55\x2b\x34\x0b\xb9\x54\x39\x95\x5a\x5a\x4a\x5d\xd7\ \xd6\x52\xbd\x54\x2b\x9b\x3d\xef\x2c\x64\x6e\xae\xca\x2b\x95\x5e\ \xb9\xd7\xec\xbe\xbe\xcc\xe4\xc0\x0d\x5e\x57\x16\xae\xd2\xcd\x56\ \xa7\x95\x2c\x17\x76\x93\xcd\xda\xcd\xeb\x56\xea\xfa\xb3\x4c\xf7\ \xb6\x90\x6c\x76\x9a\x99\xc2\x46\xf6\xf6\xa6\x53\x2b\xa4\x5b\xb5\ \xab\x95\x8d\xab\xca\xca\xf9\xcd\xd5\x42\xf9\x6d\x0f\x3c\x69\xf7\ \xfa\xba\x52\x68\xbd\x68\xf5\xd6\xaf\x6f\x6a\xe9\xcb\xe6\xcd\xc5\ \x8b\xde\xcd\x55\xaa\x72\x75\xde\xb9\xbe\xba\xbe\x78\x0d\x7f\xdf\ \xbd\x7b\xfb\xf2\xfa\x9b\x6f\xde\xfd\xf9\xef\xef\x7e\xfa\xd7\x3f\ \xfe\xf1\xf9\xb3\x7f\xff\xf8\xfe\xf4\x94\xf2\xe1\x14\x4b\x8c\x05\ \x02\xa1\x32\x99\x60\xfe\xe8\x18\x0e\xa0\x04\x86\x4a\x16\x63\x08\ \x2c\x25\x2a\xdb\xa4\x12\x84\x42\xb2\xfe\xbe\x5e\x2c\xa5\x83\xa6\ \xd0\x39\x9c\x69\x0e\x53\xaa\xd4\x8b\x99\x78\x32\x99\x33\xa3\x97\ \x4e\xe9\x01\xb8\xa4\x4c\xfd\xdc\xb4\x74\x4e\x3c\xc7\xe2\xd0\xd1\ \x00\xc1\xe9\x19\xa5\x9e\x43\x21\x93\x50\x90\x30\x15\xc1\x11\x16\ \x8b\x3a\x58\x88\x24\x26\x89\x88\xc7\x90\x98\xac\x29\x32\x96\x2e\ \xa4\x83\x66\x49\x51\x00\x31\x89\x8c\xce\xc3\xd1\x99\x42\xd4\x85\ \xc3\x92\x72\x50\x75\x39\x93\xc9\x61\x12\xc1\xab\xa2\x96\x17\xd0\ \x2c\xb8\x35\x87\x8c\xc1\x92\x49\xb0\x37\xb0\x41\x31\x40\x13\xec\ \x28\xf0\x1f\x90\x20\x1d\x76\x96\x44\x66\x62\x88\x54\xe4\x10\xd1\ \x80\x1a\x02\xa6\x0f\x83\xef\x03\xe7\xc9\x24\xe3\x09\x58\x0a\x1e\ \x8d\x41\xc4\x62\xf1\x04\x32\x01\xa8\x0b\x10\x0b\x95\xb0\x12\xfa\ \x31\x4c\xfc\xe3\x8f\xe6\xe7\x17\xe7\xe7\x27\x97\xe7\x3f\xfc\x70\ \x76\x8c\x42\x99\xfe\xf8\x1e\x07\xc3\xd2\x4b\xe7\x50\xa1\xbd\x74\ \x06\x05\x41\xeb\xa9\xcc\x39\x34\xc9\x4c\x49\x17\x7f\x7a\xef\xf9\ \x6f\x1e\x31\x41\x37\xfb\x88\x70\x30\x61\xb1\x68\xde\xfd\x00\x1e\ \xec\x66\x3f\x91\x84\x43\x09\x75\x78\xe2\x00\x56\xfc\xf1\xb3\x87\ \xcf\x1f\x3e\x50\xea\xd1\x4b\x86\x01\xe1\x04\x98\x00\x1f\x34\x31\ \x84\xeb\x5b\xfc\xef\x93\x1f\xfc\xe0\xae\x24\xe0\x37\x6a\xf8\xdf\ \xbf\x3b\x3a\x3a\x88\xa2\x64\x2c\x32\xda\x9d\x3b\xc3\xa3\x83\x5c\ \x91\x5c\x80\xda\xa0\xd9\xe0\x0b\xd9\x48\x64\xe4\x22\xf4\x8d\x4c\ \x25\xa7\xd1\xf8\x02\xa4\x37\x6c\x54\x3f\xca\x60\x73\xc7\x19\x0c\ \x85\x5c\x34\x3c\x2a\x18\x1d\x65\x73\x79\x6a\xad\x45\xc1\x1b\x64\ \x0b\x80\x9f\x68\x83\x0c\xae\x48\xc4\x13\xa0\xf6\x43\xf0\x8d\x22\ \x06\xfc\xc0\x55\xc9\x19\x5c\x36\x9b\x21\xe7\x8b\x44\x68\x9d\x6b\ \x98\x26\xb1\xea\xcc\x06\x11\x30\x93\x46\x66\x50\xa8\xd1\xfc\x79\ \x85\x4e\x0b\xae\x4e\x65\xb2\x1a\x35\x16\x8d\x46\xa1\xd3\x18\xb5\ \x68\xab\x32\xb5\xd1\xa7\xd2\x89\x14\x32\x9b\xd9\x89\xdc\xa1\xca\ \x2e\x01\xcf\x67\x57\x6b\xd4\x6a\xb3\x49\x63\xd1\xa9\x75\x06\xa3\ \x46\x67\x31\x69\x8d\x1a\x15\x7c\x05\x33\xe6\xb4\xa3\x80\x5f\x9b\ \x51\x67\xd2\x2a\xb4\x07\x47\xc9\xdb\xdf\x7f\xf3\x8b\x07\x53\x28\ \xbf\x83\xcc\x64\x4e\xb3\xe6\xf4\x53\x74\x16\x19\x8f\xfe\x4b\x90\ \xc8\x14\x32\x11\x3f\xb9\x38\x36\x46\xc4\x81\x62\x2d\xce\xa3\x58\ \xfd\x11\x14\xfb\x37\xb9\x08\xac\xbb\xfc\x18\x33\x25\x64\xe1\xf0\ \x54\x32\x7e\x04\xd0\x6b\x72\xfe\xe9\xd3\x89\xfb\xd7\x25\x87\x86\ \x2f\x53\xa3\x44\x1a\xb7\x59\x60\x30\xab\x55\x56\x53\xc0\x6b\x33\ \x88\x40\x44\xcd\x26\x9d\xd7\xa5\x33\x48\xe4\x06\x95\xc9\x68\xf7\ \xa8\x35\x3a\xb5\xd5\x64\xd2\x15\x0f\x5c\x76\x8f\xcb\xe7\x2e\x1d\ \x94\x42\x61\x9b\x33\xec\xb4\x3a\xc3\x0e\x5f\xc0\x62\xb2\x7b\xfc\ \xc1\x80\x2f\x5c\xf2\xba\xab\x55\x77\xc2\x13\xf0\x57\x41\x9d\xa2\ \xc1\xf6\xa1\xbf\x1e\xb3\xdb\x83\xd1\xd0\x56\x1c\x90\x2a\xe2\x29\ \x79\x4d\xa1\xa8\xbd\xbd\x15\x0e\x38\x9c\x4e\x5f\xcc\x53\xcc\x34\ \xa2\x6d\x6f\x35\x12\xa8\xfa\xf7\x1a\x26\x6d\xb5\x11\x2b\xd6\xc3\ \xe1\x78\xd0\xe5\x8d\xc4\xc2\x11\xd4\x1b\xe8\x3b\xd9\x2a\x36\xce\ \x8a\x91\x13\x77\xa0\xbd\x57\x8f\xd7\xfd\x7e\x3f\x5a\xac\x2a\x45\ \xda\x31\x10\x37\xd4\x24\x0d\x17\x05\x3c\x89\x60\xa4\x54\xf4\x6f\ \x85\xbc\xf5\x78\xb4\x7e\xda\x3e\x58\xda\x3d\xa9\x9e\xc4\x41\x89\ \x4e\xb7\x0e\x63\x8d\x52\x20\xb8\xb0\xb2\x96\xeb\x1d\x15\x77\x1b\ \x47\x2b\x85\xcc\x45\xab\x50\xda\x3f\x5e\x39\xd8\xce\xad\x2e\x1c\ \xad\x6e\x87\x76\x0e\x8f\xf6\x0f\x37\x1b\x25\x70\xa7\xf5\xe0\x29\ \x18\xd9\x48\xd4\xe9\xf6\x58\x2d\x25\x0f\x80\x5d\x20\xea\xf7\xf9\ \x3d\x5b\xa7\xd5\xfd\xd3\xdc\x46\xba\x50\xcb\x9d\x6d\xef\x6f\x66\ \x52\xe7\x80\x4b\x87\x3b\x3b\x0b\xbd\x4a\xb6\xbc\x96\x5c\x58\x5d\ \xaa\xe4\x32\xa9\x8d\x64\xab\xb5\xb6\x96\xc9\x17\x6a\x9d\x4a\xaa\ \xb2\xb1\xb3\xb6\x96\xac\xdc\x5c\xa4\x76\xce\x9a\xbd\x4a\xa6\xb2\ \x9d\x06\x6d\x6b\x2e\x6c\x67\xaf\xbb\x85\xce\x42\xfa\xa2\x5b\xb9\ \x4a\xde\x94\x2f\xf3\xdb\x9d\x5e\xf6\xba\x95\xee\x55\xf2\xb7\x57\ \xe5\x5e\xed\x45\x3a\x05\x4c\x95\xbc\xb8\x3a\xef\x56\xca\xcd\xdb\ \x7c\xee\x72\x33\x9b\xca\x26\x9b\xad\xed\xe6\xe5\x65\xef\xe6\x3c\ \x93\xbd\x58\x28\x74\x6b\xd9\x54\xe5\xe2\xfa\xe2\xb3\x56\x26\xdd\ \xbb\x5c\xba\xec\xb6\x0a\xbd\x66\x26\x9d\x6a\xbe\xa8\x65\xbf\x3a\ \xaf\x5c\x5d\xf6\x2e\xcb\x95\x9b\x5e\xfa\xe2\xe2\x3c\x7b\x79\xfb\ \xe6\xc5\x17\x5f\xbc\xb9\x7c\xf7\xa7\x9f\x7f\xf3\xee\xdd\x7f\xfe\ \xed\xbb\x7f\x7c\xf9\xaf\xf7\xe7\x7e\xf2\xe9\xdc\xb4\x52\xac\x14\ \xc3\x11\x88\x41\xa6\x0a\xa5\x22\xd0\x29\xa8\x1c\x8a\x42\x27\x03\ \xd4\x88\x41\x4e\x94\x1c\x26\xbc\x21\x72\x90\xd5\x42\x73\x71\x98\ \x52\xa6\x78\x4e\x39\x4d\x15\x4e\x53\x70\xb3\x24\x0e\x53\xc9\x12\ \xce\xb0\x84\xca\x29\xf8\xa7\x67\xe9\x81\xaf\x38\x1c\xa0\x91\xf7\ \x59\x7f\x42\x26\x05\x36\x08\xfa\x81\xaa\x23\x38\x28\x43\x94\x4c\ \x1a\x82\xed\x63\x09\x78\x32\x47\x0c\x90\x42\xa5\x52\x67\xa6\x50\ \xba\x01\x5a\xd1\x9e\x06\x5d\xc2\xb2\x84\xfa\x29\x14\xd4\x2e\xe6\ \xa0\x45\x30\x26\x58\x38\x92\x18\x00\x0d\x8d\x40\x04\xc3\x27\xa6\ \x03\xf4\x50\x31\x54\x31\x95\x0e\x62\x47\x42\xcb\xf0\xb0\xeb\xa8\ \x5c\x94\x09\x24\x03\xb6\x11\xd4\x89\x82\xa2\x1a\x38\x42\x56\x3f\ \x16\x05\x60\x11\x88\x68\x4e\x21\x3c\x29\x2c\x58\x92\xf7\x19\xf5\ \x14\x12\x40\xd1\x10\x72\x25\x7d\x38\x3c\xec\x11\x61\xf1\xe9\xe3\ \xf9\xe5\xf9\xc9\x91\xe5\x0f\x7f\xf4\xe1\xe2\x08\x06\x2f\x7c\x78\ \x5f\x48\x64\x2a\xa5\xf7\xef\x73\x50\xbf\x24\x47\x2f\x9d\x96\x4a\ \xc1\xfe\x4e\xcf\xcd\xcd\x4d\xcd\xdd\x17\xcf\x09\xf1\x68\xab\x18\ \x02\x01\x87\x23\xa1\x51\x61\x44\x30\x9c\xf0\x03\x86\x80\xf2\xdb\ \x31\x70\xf0\xf5\x31\xa5\xfa\x7b\xf7\xa6\x94\xd3\xca\x87\x33\x42\ \x12\x05\x65\xbc\x4f\xcc\x0e\x4d\xa2\x50\x88\xa1\xbe\x27\x63\x1f\ \xfc\x8f\x77\x44\x01\xaf\x4c\xa5\x1a\x1e\x1c\xbc\x3b\x4e\xbb\x33\ \x28\x53\xf1\x06\x69\x3c\x2e\x6d\x1c\xb0\x89\xcf\x00\x0d\x03\x34\ \x02\xba\x52\x29\xd8\xe8\xac\xe1\x30\x5b\xae\x90\x8f\x8f\x33\x44\ \x82\xf7\xd3\x70\x40\x78\xd8\xa3\x5c\x01\x97\x26\xb7\xc8\x04\xc0\ \x57\xc3\x0c\xda\xa0\x44\x67\x91\xc9\x04\x80\x57\x3c\x1e\x83\xc1\ \x18\x14\x0d\x8e\xf2\xf8\x0a\x86\x4c\x4d\x13\x28\xb8\xc3\x22\x01\ \x5b\x25\xe2\x8d\x8e\x8f\xf2\x68\x7c\x9e\x84\x37\x2c\xe0\x0e\x72\ \x87\xd9\xc6\xa8\x43\xe7\x30\x1a\xd5\x2a\x8d\xd6\x82\xc6\xbe\x8b\ \xb4\x1a\xb5\x5d\x83\x2a\xd9\x15\xe0\xec\x8c\x6a\xad\x01\x24\xc9\ \xa8\xd2\xa9\x4d\x46\x91\xc6\xaa\xd5\x1a\x6d\x66\xa3\x5a\xa2\x36\ \x7b\x4d\x56\xab\xc6\xa8\x30\x6a\x25\x1a\x70\x68\x3a\x0d\x18\x43\ \xb3\xdd\xa2\x51\x5b\xb5\x0a\x9d\x49\x03\x97\x19\xb4\x4e\xa3\xc9\ \xe2\x40\x4d\x35\x76\x57\xb1\x7a\x92\x79\xf1\xbb\x77\x7f\xfd\xf8\ \x1e\x13\xde\xda\x1e\xcc\x29\xef\x7f\xf9\xe0\x37\x3f\x79\xfe\xe9\ \x8c\x92\x29\x9c\x53\xb2\x98\x80\xe4\x53\x42\xec\xc4\xc8\x08\x5a\ \x60\x1f\x41\xc4\x35\x39\x36\x34\xb1\x38\x39\x36\xff\x78\x79\x79\ \x72\x80\x88\x9a\xd5\x09\x52\xe5\xe4\x63\xb0\x8c\xb3\x38\xd0\xac\ \x8f\xe6\xa5\xff\x12\x03\x0b\xec\x33\xbb\x9c\x26\x8b\x55\x23\x51\ \x3b\xcd\xe6\x80\xcf\xa2\xd5\xd8\xed\x20\xa7\x26\xa7\xd1\x68\x00\ \x95\x35\x69\x03\x66\xb5\x06\xbc\xac\xc6\xec\x8c\x9c\x44\x7d\x41\ \xbb\xdb\xe6\x6b\x87\x5d\x2e\xad\x35\xee\xf1\xca\x55\xd5\xa8\x00\ \x00\x20\x00\x49\x44\x41\x54\x78\xbc\xb6\x84\xc7\xaa\x75\x39\xbd\ \x4e\x7f\x34\x1a\x73\x87\x8b\xd5\x40\x3b\x58\xf4\x45\x7c\x3e\x6f\ \x34\xb1\x55\x0f\x1c\x57\xad\x9e\x04\x38\xab\xb3\x46\x22\xee\x77\ \x45\xc2\xce\x40\xc2\x71\x76\xe6\x37\x68\x83\x11\x47\xc4\x57\x2d\ \x54\x03\xe1\xc3\xbd\xb8\x7f\xcb\xdb\xa8\x5b\x4d\x8d\x78\x2c\x71\ \x18\x3d\x2e\x85\x5c\x91\x68\xac\x04\x20\x55\xf4\xb9\x63\xb1\xbd\ \xd3\x48\x62\xab\x58\xf7\xc4\xda\xf5\xc6\x21\x68\x4f\xd4\x1f\x6c\ \x1c\xc7\x22\xf1\x46\x24\xe4\x73\x85\x02\xf5\x50\x1c\xd4\xcd\x15\ \xda\xdb\x0a\x1d\x14\x23\xd5\x3d\x77\xe9\xb0\xd1\x38\xde\x39\x3b\ \xdd\x2f\xd6\x4f\xda\x5b\x27\xed\x60\xa2\x11\x0e\xad\x27\x57\xb6\ \x17\x76\xda\x47\xed\xd8\x4a\x6a\x29\x9d\xdc\x68\x2c\x15\x37\x0e\ \x56\xb7\x57\x8f\xce\x76\xf3\xde\xd8\xf1\xf6\xfa\xda\x6a\xe2\xa4\ \x1d\x49\xb4\x8f\x63\xce\x68\xc2\x1f\x76\x85\x03\x3e\x67\xd0\x13\ \x8a\xa2\xe1\x86\xa1\x44\x28\x7e\xb8\x7a\xb6\x9f\x5b\xcb\xd6\x3a\ \xeb\xbb\xa7\x07\x5b\x85\xcc\x67\xd9\xf2\xd1\xee\xe6\x6e\xaa\x59\ \x4e\x55\x16\x96\x0a\xeb\x1b\x85\x5c\xb2\xb0\xba\x92\x4f\x6f\xe4\ \x93\x9d\x6e\xf2\x26\x73\xdb\xdd\xcd\xa5\xc1\xa8\xd5\x0a\xad\xe4\ \x4e\xaa\x95\xbe\xca\xd4\x6a\xdd\x95\x85\x56\xb7\x53\x2e\x77\xd2\ \xcd\x54\xbe\x53\x6b\xf5\x6a\x4b\x0b\xcd\xf4\x42\xf7\xbc\xdc\xb9\ \x68\xe6\xb2\xb5\xf2\xc5\x4d\xaf\x5c\xab\x15\xce\x93\x3b\x2b\x49\ \xd0\xc4\x4c\x26\x7b\x95\x4b\xa6\xd0\x6a\x7b\xaa\x97\x2b\xb4\x40\ \xd9\x2e\x16\x5a\xd9\x42\xb6\x52\x7b\xf3\xe6\xa2\x93\xba\xa8\x5d\ \x81\xd6\x5d\x74\xd2\x57\x97\x2b\x9d\x8b\x6e\xa6\xd5\xcb\xde\xbe\ \xe8\xbc\xbe\x7a\xf9\xc5\xf9\xf5\xf9\x6d\xfe\xe2\x1a\x29\x56\xf7\ \xe5\x57\x57\x17\x6f\xae\x5f\xbe\xfe\xd3\xbf\x7c\xfb\xdd\x37\xbf\ \xfc\xc5\xcf\x7e\xfc\xaf\x5f\xfe\x7a\xee\xfe\xa7\x73\x4a\xa9\x90\ \x05\x47\x34\x61\x80\x48\x45\xb5\x52\xe8\x4c\x1b\x6a\x5f\x26\xa0\ \x2a\x51\x3a\x68\x8c\x74\x0e\x8d\xa5\xa7\xa0\x01\xf5\x62\xf0\x5c\ \x62\x96\x52\x4c\x17\xeb\xc1\xfc\xb1\x58\x98\x3e\xb8\x95\x74\x4a\ \xa9\x9f\x03\x77\xc6\x54\x8a\xa7\xa6\xe0\xa8\x9e\x02\xeb\x28\x46\ \xcb\xed\x40\x47\x7a\x16\x8b\x89\x26\x07\x92\x48\x70\x1c\xa3\x0c\ \x4e\xb0\x74\x20\x1f\x1c\x12\x91\x8c\x25\x0b\x61\x93\x68\xde\x0e\ \x13\x7c\x26\x8b\x4a\xd7\x0b\xc5\x4c\x26\xf3\x9e\x9e\x4e\x66\xc1\ \x9b\x2f\x99\x25\xd6\x53\xe0\x1d\x99\xca\x21\x83\x9b\xa4\xcf\xa0\ \x66\x1c\x0e\x3a\x81\x88\x46\x60\x90\xa9\x74\x21\x16\x04\x0c\xa5\ \x02\x82\x50\xa1\x15\x38\x02\x86\x84\x3c\x27\x95\x89\x86\xa5\xf6\ \x83\xb9\x65\xd2\x31\x18\x2c\x01\x8b\xc5\xf5\x93\xa8\xa4\x3e\x0c\ \x07\xec\x20\x15\xd5\x46\xa0\xb9\x5c\x78\x22\x11\xf5\x49\x62\x29\ \x04\x5c\x3f\xdc\x6a\xfe\xf1\x93\xc9\xe5\xd9\xf9\xf9\x27\x4f\x3e\ \x7c\xba\x38\x82\xef\x17\x3e\x7b\xc8\xc4\x4a\xef\xdd\x9f\xbb\x77\ \x5f\x28\x64\x31\xa5\x53\xa0\xc4\x0f\xa6\x84\x33\xbf\x7e\xf6\x60\ \x4e\xca\xc4\xe0\x70\x44\x2a\x8e\x80\xc5\x90\x30\xd8\x3e\x3c\x9e\ \x08\x3f\x83\x6e\x01\x2a\x10\x28\xa4\x7e\x32\x1e\x25\x11\xf4\x8d\ \x50\x94\x33\xf7\xee\x3d\x98\x9b\x7a\xf8\x70\x86\xa3\x64\x0e\xa1\ \xc0\x06\xd0\xaa\xb1\x21\xb0\x3d\xb3\x8f\xe7\x3f\xf8\xe7\x1f\xc8\ \xdc\x5a\x83\x42\x30\x08\xd2\xc3\x18\x1d\xe7\x4a\x8c\x3c\xda\xf8\ \x1d\x1a\xef\x7b\x83\x3c\x11\x9f\x37\x38\xcc\x63\x8f\x0f\x0f\xb3\ \x15\x46\x09\xe8\x18\x97\xcb\x16\x31\x24\x72\x1a\x8a\x7d\xe7\x33\ \xc0\x11\x6a\xf8\x8a\x61\x34\x83\x95\xc1\xd7\xa0\x62\x85\xd1\xbb\ \x77\x06\x07\x15\x76\x30\x72\x32\xc6\xe0\x20\x9f\xcf\x67\xc3\x5d\ \x07\xb9\x68\x4a\x8e\x46\x84\x66\x7a\xf1\x04\x32\x39\x90\x1a\x6d\ \x14\x2e\x05\x24\x43\x92\xc6\xa6\x8d\x8f\x72\xd5\x68\xe6\x8c\x42\ \x63\xb1\x18\xed\x0e\x8b\x4c\xa1\x52\xa9\x78\x32\xbe\xc9\x08\x80\ \xa2\xb3\x58\xb4\x22\x83\x4a\x61\x70\x9a\xd4\x46\xa7\x4b\xcb\x37\ \xea\x90\x18\x88\x00\xa7\xcc\x16\x9d\x49\x85\x2a\x44\xad\x56\xb3\ \x4e\xab\x06\x51\x73\x5b\xd4\x76\x07\x7c\x6b\xb7\xa9\x40\xb2\xcc\ \x2a\xb9\x5a\xe7\xb4\xda\x0d\x5a\x8f\xdb\x66\xf7\x5b\x83\xb6\xbd\ \x95\xdc\x9b\x3f\xfd\xdb\x4f\xbe\x7c\xfe\xf1\x97\x5f\xfe\xf1\xbb\ \xef\xfe\xfe\xed\x9f\xff\xf6\xcd\xbb\xdf\x7e\xfd\x9f\xdf\x3e\x83\ \xdf\xb7\x52\x0c\x1c\x3f\xc5\xa2\x10\xfa\x26\xfb\x07\x86\xfa\x86\ \x26\x67\x47\xfa\x16\xc7\x06\x26\xfb\xfa\x96\x1f\x7f\xf8\xf8\x23\ \xd4\x41\x4e\x24\xf4\x11\x70\x63\xb3\x93\x70\xe5\x18\x08\xdb\xe4\ \xd8\xe2\x27\x4f\xff\x7d\xd7\x6b\x51\xdb\xc2\x6e\x23\xf8\x1f\xab\ \xd6\xe1\xf0\x7b\xb5\x46\xb5\x09\x76\xca\xa8\x75\x82\x31\x05\x46\ \x54\x99\x9d\x36\x8b\x40\x61\x32\x1b\x8c\xce\xbd\xd3\x80\xdb\x15\ \xf0\x03\x3c\x81\x22\x59\x9c\x5b\x40\x42\xf6\x60\xdc\x65\x34\x7b\ \x5d\x41\x9f\xd3\x1e\x0c\x6a\x83\x0d\x5f\x3c\x12\xaf\x07\x4a\x11\ \x57\x20\x14\x2f\x6e\xb9\x1b\x51\x4f\xb1\x6a\x77\xc6\xdb\x8d\x7a\ \xdc\xe2\x70\x7b\x50\x14\x5f\xfb\xa0\xa8\x73\xbb\xc3\xd1\x44\x28\ \xb0\xbb\x1f\xac\x6f\xed\x55\x4b\x61\xff\x5e\xd5\x67\xaa\x16\xe1\ \xce\x89\xc4\x59\xc4\x16\x88\x46\x81\x99\xea\x0d\xaf\xd3\x57\xda\ \x8a\x87\xfd\xd1\x62\xd8\x15\x69\x57\xb7\x0e\x4b\x89\xa0\x35\xb4\ \xe7\x8f\x6f\x86\x22\x91\x70\x2c\x50\xdc\x8b\x45\x13\x71\x6f\x2c\ \xee\x0f\xc7\xb6\x8e\x23\xc5\xd8\x56\xdb\x57\xdf\xdc\x2b\x1e\x6c\ \x95\xf6\xb7\xb7\x8e\x97\x42\xa1\xe3\x93\x90\x2f\xe2\x0e\xe5\x0b\ \x87\xc9\xd4\x7e\x63\xa5\xba\xbf\x94\x3d\xda\x58\x39\x3a\x5b\x38\ \x5d\x59\xc9\xaf\xec\xac\xac\x6d\x6d\xc6\xb6\xea\x47\x47\x9b\x07\ \xa5\x83\x46\x7b\xef\xe4\xc8\x5b\x8a\xf9\x12\x41\x8f\x27\xe4\x32\ \x9b\x6d\x5e\x5f\x3d\x0a\x68\x18\x8e\x17\xf7\xda\xb1\xdd\xcd\x54\ \x76\xa9\xb2\xba\x71\x12\xcf\xd7\x2a\xcd\xb5\xc2\xd1\xc6\xc2\x56\ \x12\xd8\xa7\xb2\x94\x5a\x5a\xdb\xce\x94\x53\x3b\xc9\x7c\x25\xb5\ \xb6\xb0\xb2\x0e\xee\xaf\xd3\x4c\xe5\x56\x6a\x95\xf3\x8b\x4c\xba\ \x90\x5f\xaf\x94\x17\xb2\x99\x66\xad\x96\x5f\xea\x76\x2f\x5f\x6d\ \xe4\x52\x99\x7c\xa6\x73\x7e\x75\x7e\x5d\xcb\x76\xf2\xdd\xde\x45\ \x33\x9d\xe9\xb4\x9a\x4b\x17\x57\xad\xf4\x65\xa5\xd9\xec\x6e\xec\ \x6f\x34\x53\x4b\xdb\x2f\x7b\xe5\x17\x4b\xa9\xd6\x42\xb6\xdb\xcd\ \x74\x2a\xe9\xe6\xc2\xca\x4a\x33\x55\x4b\x26\xe1\xb1\x6a\xaf\x5f\ \x94\x2b\x6f\x6f\xb3\xdd\xcf\x2e\x3a\x37\x97\xaf\xae\x2a\x2f\x2e\ \x7a\xcd\xab\x66\xef\xab\xcb\xda\xf5\xe7\x9f\xbd\x7a\xdb\xb9\xbd\ \x4e\x9d\x97\xd3\xa9\xcf\x5f\x5c\x7c\xf5\xbb\xd6\xf5\xab\xcb\xcf\ \xfe\xf0\xdd\xbb\x9f\xff\xf2\xef\xbf\xf8\xeb\xcf\x7e\xfc\xe9\xa3\ \x5f\x3f\x9f\x79\x34\xad\x07\x62\xe2\x10\xf0\x7d\xfd\x64\x16\x2a\ \x5f\x40\xe7\xc2\x98\xef\x07\xe2\x80\x3a\x11\xa9\xa8\x15\x8f\xf5\ \x7e\xe6\x29\x99\x83\x1a\x71\xa4\x60\x8d\x28\x4c\x3d\x53\xfc\xfe\ \x2b\x15\x30\x82\x75\x7f\x46\x0a\x5a\x26\xd6\x4b\x95\xe2\x19\xbd\ \x52\x39\xa5\x47\xa3\x55\xa5\x7a\x0a\x45\x29\x16\xc2\x2d\xe9\x28\ \xf9\x5d\x0c\x9a\x44\xe1\x50\x08\x54\x0c\xca\x1c\xa6\xd0\x01\x9c\ \x50\x88\x15\x4b\x89\xca\x4c\xa9\x33\xa0\x4e\xc0\x46\x54\x21\x95\ \x7c\x4f\x48\x87\x7d\xa0\x83\xdb\x64\x71\xa8\xa0\x4d\x42\x0e\x53\ \x08\x18\xa6\x07\xbc\x12\x8a\x41\xc1\xc4\x14\x3a\x0b\x0d\xa2\x66\ \x51\x40\x55\x59\xfa\xf7\x2d\xc7\x2c\x3a\x16\xbd\x13\x93\x85\x4c\ \x22\x2a\xc5\xc2\x52\xb1\x18\xb0\x89\x4c\xd0\x25\xb4\xac\x8e\x23\ \x53\x88\x14\x3c\x96\x4a\xa4\xa0\xb3\x95\xef\x53\xdd\x09\xd8\x7e\ \xf0\xa6\xb8\x7e\x32\x38\x43\xd0\x99\xf9\x1f\x3d\x9d\x47\xb5\x58\ \xcb\x8b\x8f\x9f\x2c\x4f\x0c\xe0\xa7\x9e\xdf\x63\x31\x85\xd3\xcf\ \x9f\x4d\x49\xf5\xe2\x69\x31\x6a\xbe\x11\x2b\xa7\x84\x68\x1a\x10\ \x16\xad\xe4\x13\x51\x81\x1a\x0a\xff\xc5\x0d\xc0\xfd\x49\xef\xe7\ \x12\x52\x99\x20\xca\x64\x14\x05\xd1\xd7\x8f\xba\x06\xc9\xd3\xca\ \xb9\x99\x8f\x67\xa4\x8f\x1e\xdd\x9f\x21\xe1\x91\xe1\x99\x9d\x1c\ \xeb\x07\x82\x98\x7c\x3c\x39\xf9\xc1\xdd\xbb\x02\x93\x5d\xa3\x16\ \x0c\x8f\x8e\x7e\x8f\xcb\x1d\x1d\x96\xa9\x64\xbc\xf1\x71\x36\x97\ \x4b\x13\xf0\x44\x06\xc1\x20\x8d\x76\xf7\xee\xb8\x40\xa2\xe2\xd2\ \x80\xc1\x7e\x30\xcc\x10\xc9\x01\x8c\xc0\x3e\x72\x19\x00\x5f\x06\ \x06\x8d\x2b\xa2\xdd\x19\xe6\x31\x64\x22\xee\x1d\x36\x2a\x97\xe7\ \xa9\x1d\x66\x95\x4e\x40\x03\xed\x1b\xe5\xa1\x8a\x77\x01\x4f\x26\ \x78\x3f\x84\x94\xcf\x56\x49\x0c\x02\x06\x8d\xad\x93\x03\xca\x81\ \x7d\x04\xa5\x1b\xa4\x31\x78\xb4\xe1\x71\xae\x40\x2d\x13\x28\xf8\ \x1a\x05\xea\x6f\xd1\x89\xd0\x0a\x94\xc4\xa4\x35\xa1\xce\x61\x89\ \x42\xa6\x53\x2b\xd4\x0a\xb3\xd3\x62\x06\xf3\xa5\xd6\x98\xb5\x46\ \x9d\x4e\x6e\x57\x5b\x0d\x1a\x93\x86\xaf\x02\xb3\x88\x92\x1b\x0c\ \x6a\x93\xcf\x6e\x42\x84\x06\xd2\xa6\xb3\x68\x4d\x0e\x04\x66\xef\ \x57\xc6\x8d\xa0\x82\x26\xbb\xcf\xe5\xf1\x05\xb7\x4e\x92\xcd\x3f\ \xff\xfd\x8f\xff\xf8\xf6\x5f\xfe\xf6\xee\xed\x6f\x5f\x5d\xbd\x78\ \x7b\x71\xd9\xc9\x5e\xdd\xfe\xfe\x37\xf7\x85\x18\xf8\x2d\xe0\x06\ \x06\x06\x88\xb8\x01\x0c\x71\x00\x33\x82\xba\x09\x67\x27\x27\x07\ \xfa\x07\x16\x27\x66\x9f\x7e\xf2\xd1\x87\x8b\xb3\xa8\x7c\x6d\x72\ \x6c\x72\x12\x4f\xc1\x0d\x2d\x03\x7a\x0d\x8d\xf4\x8f\x7d\xf8\x21\ \xfe\x5d\x5c\x6d\xb2\xeb\xd4\x16\x8b\x5a\x67\x75\x38\x4d\x1a\x83\ \x05\x48\x4b\x63\x75\x06\x4d\x72\xad\x49\xa1\x11\x18\x2c\x36\x93\ \xd1\x62\xf2\x38\xcd\x9e\x93\x88\xcb\xe4\xf0\xfb\xdd\x70\x14\xbb\ \x6c\x1a\x67\x3b\x61\xf3\x68\xc1\x2e\xd9\x9d\x36\xbb\x39\x60\xb2\ \xb8\x43\x56\x9b\x2f\x08\x34\xe2\x4d\x44\xbc\x0e\xbf\x27\x7e\xd6\ \xf6\xc6\x4b\xd1\x62\xdb\x1f\x8d\x15\x8f\xb7\xe2\x6e\x70\x91\xd1\ \x52\x3c\x7e\xb2\x13\x75\xda\xdd\xbe\x20\xb0\xd2\xca\x5a\xb0\x01\ \x84\x15\x77\x04\xaa\x45\xbb\xa9\x1e\xf1\x47\xe3\x87\x87\xbb\x51\ \x8b\xc7\x11\x88\xee\x45\x83\x31\xbb\x2b\x16\x0a\x27\x82\xd1\x2a\ \xaa\x13\x2d\x15\xdb\x8d\x44\xf4\x24\xec\x6d\x14\x03\xc1\x76\xa8\ \x54\x8a\x5a\x83\xfb\x2e\xb0\x9e\x9e\xe3\x86\xbf\x1d\xf5\xc3\x1d\ \x12\x89\x76\xec\xf4\x6c\xbf\xb8\xb3\xb7\xb5\x7b\x10\x0b\xae\x6c\ \xc1\xd6\xa3\xb1\x3d\x77\x30\x99\xcb\x2f\xa4\x0e\xdb\xeb\xd5\xcd\ \x95\xed\xd5\x85\xcc\xca\xfe\x46\x7b\xf3\x70\xf3\xac\x7e\x7a\x78\ \xb4\x19\x3a\x3e\xdc\xdf\x69\x6c\x6d\xc5\x63\xa1\xad\x48\x1c\xb6\ \x61\xf5\x05\xdd\x01\xb3\x5d\xeb\xb6\xba\xbc\xae\x68\xa4\xe4\x77\ \x95\xbc\x87\xa7\xf5\x93\xea\x4a\x26\xb7\x7a\xb8\xb6\x7d\xd8\x6c\ \xa5\xc0\x8a\x1d\x6c\x6e\x9f\x56\xb2\xb9\xca\x5a\x2a\x93\x59\xd8\ \xce\x2f\xed\xe6\x2b\x0b\x85\xfc\xce\xfa\xf6\x6e\x01\xbe\x56\xf2\ \x6b\x28\x5d\xa6\x93\x6f\xb6\x76\xf3\x85\x54\xa6\xd9\xec\x5d\x5d\ \xa6\x57\x3a\xb5\xab\xcb\x8b\x54\xa5\xb3\x74\x71\xdd\x2c\xd4\x5e\ \x74\x41\xed\xd2\xe5\x5a\x39\x7d\xd9\xe9\xe5\x36\xae\x5a\xd9\x64\ \x07\xcd\x8c\x58\xdf\x5d\x2f\x5f\xde\x74\x5f\x64\x6b\xbd\xf5\x64\ \x65\x21\x55\xab\xd4\xae\x6a\x0b\x97\xad\xf5\x54\xf7\x32\xdb\x5a\ \x48\xe7\xaf\xcb\x57\xdd\xab\xec\x65\xab\xd0\xec\xbd\xb8\x04\xc1\ \xca\x5e\x5c\x24\xbb\x9f\xf7\x6a\xaf\x5e\xd4\x9a\xe9\x9b\x57\x2f\ \xae\x16\x5a\x6f\x6e\xcf\x9b\xdd\xde\x57\x57\x97\xaf\xde\x76\x7b\ \x7f\xba\xf9\xd3\xbb\x6f\xbf\xfd\xf1\x4f\x7f\xf6\x97\xbf\xfc\xfb\ \x4f\x9e\x7d\xfa\x68\x4e\x0c\x62\x25\x15\x4b\x39\xfd\x78\x22\x87\ \x3a\x4d\xd1\x8b\x29\x54\x50\x03\x2a\xe8\x92\x90\x4c\x7e\xbf\x7e\ \x04\x36\x4d\x39\x0d\xf0\xc2\x02\x00\x22\xcd\x88\xa7\xd0\x58\x05\ \xe5\x14\x99\x4c\x7f\xc0\x9a\xd2\x83\x2e\x3d\x50\x4a\xa7\xa6\x58\ \x73\xd3\xd3\xf7\x84\xac\x69\xa5\x70\xe6\xfe\x9c\x58\x8c\x13\x0a\ \xe9\xd3\x42\x70\x84\x2c\xa9\x98\xc3\x12\x2b\x95\xc0\x46\xe0\xe2\ \x28\x14\x12\xea\xf0\x23\x83\xe2\xa0\x00\x76\x2c\x9d\x4c\x06\xd3\ \x08\x16\x4e\xc8\x81\xfd\x20\x91\x58\x62\x32\x09\x64\x49\x28\x05\ \x34\x13\x53\x85\x74\xd8\x09\xb1\x18\xb9\x54\xe6\xd4\x1c\x1d\x84\ \x0c\x4f\x62\x81\x01\x94\x72\x40\x9a\xc4\x1c\x10\x50\x26\x1a\x03\ \x41\x61\x02\x0e\x82\xcd\x63\xa2\xa6\x43\x12\x45\xca\xc4\xa3\x3e\ \x20\x26\x93\xc8\x22\xe1\xe8\x94\x01\x1c\x01\x47\x96\x12\x99\x68\ \xdd\x1c\x4f\x00\x73\x0a\x37\x21\xf4\xe3\xe9\x04\x1c\x16\x9d\x46\ \x04\xd4\x22\x62\x09\x8b\x3f\x5a\x9e\x7f\x8c\xba\x9f\xe7\x17\x9f\ \x7c\xb4\xdc\xc7\x9a\xf9\xf2\x63\x25\x47\x2c\x7e\xf0\xe5\xdc\xb4\ \xfe\xc1\xdc\xfd\x7b\xd3\xca\x47\x0f\x94\xcf\xa7\x84\xef\x4f\x73\ \x11\x29\x20\xe2\x7d\x38\x14\x93\x83\x23\x50\xc9\x04\x34\x68\x91\ \x84\x10\x92\x84\x05\xf1\x1b\x20\x62\x89\x24\xe2\xd0\xd0\x04\x8e\ \x35\xfd\x7c\xe6\x81\x54\xfa\x50\xf9\xe0\x81\x9e\x45\x1c\x98\x1c\ \x03\xbc\x02\xc0\x42\x29\xc1\x23\x1f\xdc\xfd\x3e\xd7\xe9\x54\xab\ \xe5\xe3\xdf\xfb\xfe\xf0\xe0\x30\x6d\x50\xa1\x53\x0c\x8e\xd2\x18\ \xdc\xe1\x41\x06\x5f\x41\x1b\x1f\xe7\xde\x1d\x06\xa3\xc8\xa7\xa1\ \x30\x07\x19\x63\x78\x9c\x07\xf4\xc3\x00\xbf\xc7\x96\x73\x87\xf9\ \x8a\xc1\x7f\x1e\x1c\x16\xb0\xb9\xbc\x41\x9e\x9c\x4f\x1b\xfd\xfe\ \x1d\xee\x20\x4d\x61\xb6\xab\x8d\xb2\x71\x36\x6f\x50\xc0\xe0\x89\ \xd0\x4d\x79\x40\x61\x32\x86\x88\xcf\x57\x08\xf8\x5c\xb0\x97\x3a\ \xde\xf0\x3f\x8f\xc3\xad\x87\xf9\x34\x1e\x1f\x4d\x88\x16\xa0\xfe\ \x1f\x99\x8c\x01\x3c\xc5\x57\x29\xcc\x1a\xb0\x7e\x06\x3e\x3a\xef\ \xe6\x33\xc8\x75\x6a\x95\x1a\xa8\x49\x65\xb1\xd8\xcc\x5a\xb3\xc3\ \x6c\x36\x6a\x65\x1a\x03\xdf\x6c\xb1\x48\xd4\x16\xb5\xd1\xec\x54\ \x83\xb0\x99\x2c\x80\x68\x26\xab\x0b\xe4\x4a\xab\xf2\x99\x8c\x26\ \x9d\xc6\x62\x90\x81\xb6\x99\xb4\x1e\xbb\xd5\x6c\x73\x98\x4d\x5e\ \x8f\x33\xe6\x31\xc7\xf6\x77\x2f\xdf\xfe\xf9\xf7\x3f\xff\xdb\xbf\ \xbc\xfb\xf3\xbb\xb7\x2f\xaf\x6e\x93\x6b\x87\xa5\xdd\x8b\xd7\xdf\ \x3e\xa0\xf7\xf5\x03\x38\x8d\xcc\x4e\x0c\xf5\xe1\x06\xc6\xc6\x70\ \x7d\xa8\x62\x6d\x72\x76\x11\x49\x16\xbc\x54\xf3\x8b\x4f\x9f\x2e\ \xce\x4f\x4c\xf4\x11\xc6\x26\x87\x26\x9f\x4e\x0c\xf5\xcf\xce\x83\ \x9c\x0d\xf5\x4d\x4c\x3e\xfd\xe1\xfc\xfd\x8b\xb6\x82\x01\x16\x54\ \xa7\xb5\x9b\x9c\x3a\x93\xd9\xa2\xb5\x83\x07\xf5\x69\x0d\x26\x8b\ \x4c\xa2\xd1\x5a\x5d\x56\x8b\x29\x60\x75\x98\x2d\xf1\xa8\xdd\xec\ \x8a\xb8\xec\xfe\xb8\xd7\xe7\xd1\xf9\xab\x01\x8b\xc9\xe7\x8b\xda\ \xac\x26\xa7\xdf\xa5\x75\x04\x62\x5e\x97\xcd\x1d\xf4\x87\xbd\xee\ \x78\xc4\xea\x74\xf8\xeb\xc5\xb6\x2b\x14\xf5\x07\x22\xf1\xa2\xb3\ \xd4\xde\xf2\x79\xa2\x4e\x8f\xab\x18\xf7\xad\xee\x87\x5d\x81\xa8\ \x27\x14\x0a\x78\x76\x56\xc3\x27\xdb\xa7\xed\x48\x29\xd6\x28\x7a\ \xcc\xed\xe3\x68\xac\xd1\x68\xaf\x16\x5d\x56\x4f\x38\x16\xab\x46\ \x4b\x61\x5b\x22\xe4\xf2\x97\xfc\xf1\x6a\x3d\x1a\x8e\x6c\xd5\x23\ \x8d\x48\xa4\x18\x0e\x84\xa2\x6d\x30\x6b\xf5\x78\x20\x1a\xab\x57\ \x23\xd1\xd2\x56\x29\x1e\x84\x4b\xc3\xc5\x44\xb5\x9d\x38\x2e\xae\ \x55\x0f\x77\xf7\x23\xed\x62\x7d\x77\xf7\xa0\x7e\x12\xaa\xb6\xed\ \xc1\xd6\xee\xda\xfa\xc2\xc6\xe6\x6a\xb8\x9d\x39\x3b\x4a\x35\xb7\ \xf7\xce\xdc\x87\x47\xeb\x47\x07\x2b\xd5\xd3\xd5\xf8\xc9\xc1\xe1\ \xe1\xce\x59\xfb\x24\xe8\x29\xc5\x5d\x3e\x50\x64\xab\xcf\x62\xb7\ \xfa\xdc\x36\x53\xd0\x1b\xf0\x86\x02\x89\x52\x34\xdc\x6e\x9c\x6d\ \x64\x92\xe9\x42\x72\x75\x77\xe1\x04\x20\xa8\x93\xcc\xae\xd4\x0f\ \x76\xb3\xc9\x66\x36\xbb\x9d\xa9\xec\x6e\xe4\x32\xbb\x95\xd4\xd1\ \x52\x66\x6b\xb3\xd6\x5a\x2a\x64\x33\x0b\x99\x8d\x42\xb2\x75\x9e\ \x6e\x96\x5f\x64\x76\x32\x49\xf0\x74\x95\x6e\xb7\x92\xac\xf4\xae\ \x2f\xb2\xbd\x64\x25\xd9\xba\x4e\xdd\x5c\x9e\x2f\x5c\x5d\x2c\x65\ \x6b\xcd\x4e\xae\xd3\x6d\xd6\x32\xd7\xaf\x6b\xb7\x57\xcd\x54\xaf\ \x93\xce\x2c\xf5\x9a\xe5\xd7\x5f\x2f\xe4\x33\x9b\xdb\x97\xb5\x4e\ \xa7\xdc\xbb\xae\xe4\x6a\xe9\xda\x65\xb3\x7c\x99\xca\xa4\x2e\x3f\ \x6b\x9d\x37\x7b\x6f\x5f\x2e\x01\x7b\xdd\x5c\xdf\x5c\xff\xfe\x3a\ \x9b\xbd\xbc\xad\xb5\x5e\xbd\xfd\xba\xd5\x6c\xbd\xbd\xba\x79\xd5\ \x6d\xde\x2c\xf5\x2a\x57\xb7\x9f\xbf\x7e\xf5\xd9\xf5\xcd\xdb\xdf\ \xbf\xfe\xf3\xb7\x7f\xf9\xe9\x2f\xff\xf1\x97\x5f\xfd\xe4\xc1\x4f\ \x1e\x7d\x7c\x5f\xff\xf1\x03\x21\x73\x9a\x49\x27\xe1\x51\xf7\x0d\ \x5a\xbb\x9a\x16\x82\x3e\x90\x85\x54\x2c\x9d\x43\x56\xb2\xc8\x54\ \x10\x1b\xba\x50\x4f\xa7\xa3\x92\x50\x32\x53\xc9\xe4\xd0\x95\x40\ \x1c\x4a\xf2\x00\x47\xa9\xd7\x4b\xc5\x80\x37\x62\x31\x6b\x66\x6e\ \x7a\x6e\x7a\x06\x3b\x3d\x0d\xae\xf0\xf9\x0c\xa8\x9e\x74\x7a\x0a\ \x64\x50\x4c\x95\x4a\x59\x62\x16\x42\x34\x50\x39\xe4\xfd\x40\x04\ \x51\x99\x02\x60\x15\x9d\x23\xa4\x80\x55\x44\xc3\x1d\x58\x4c\x0e\ \x16\x94\x89\x0e\x76\x8e\x89\x32\xd3\xe9\x53\x52\x2a\xfc\xa5\xa3\ \x3d\x02\xb8\xa3\xbe\x4f\x00\xa4\x4b\xc1\x28\x62\xc9\xac\x19\xa5\ \x10\xc9\x28\x32\xab\x54\xd8\x35\xf8\x03\xee\x93\xca\xc2\x52\xa9\ \xa4\xf7\xf3\xff\xe8\x54\x22\x06\x0d\xf7\xe1\x50\xe8\xc8\xf5\x0d\ \xe1\x08\x44\xa1\x94\x42\x24\x81\x27\x24\x12\xd1\xf0\x1b\x02\x89\ \x02\x66\x0e\x84\xec\xfd\xb2\x3b\x0e\xbc\x1d\x6e\x62\xf9\xc9\xf2\ \xe4\xc4\xec\xe2\xc4\xe4\xe2\xec\xe3\x49\xb2\xfe\xf9\x97\xcf\x58\ \x98\x99\xe7\x8f\x7e\xfd\xec\xbe\x70\x6e\xfa\xbe\xfe\xd9\xb3\x8f\ \xa7\x50\x7b\x22\xd0\x15\x30\x27\x95\x84\xef\x27\x00\xad\x61\xb0\ \x18\x14\x3a\x43\x01\xbe\xa3\x82\x54\x11\xf0\x40\x56\x20\x57\xe0\ \x4d\x89\x7d\x84\x91\x21\xfc\xfd\xfb\xd3\xd3\x53\xf7\x9e\xcd\x3d\ \x7a\xa8\x14\xe3\x06\x46\xc6\xc6\xfa\xfb\x11\x29\xcc\x8e\x0c\xf5\ \x7d\x30\x3a\x2a\x8a\xb9\x1d\x46\xcd\x9d\xbb\x77\xee\x30\x68\x83\ \xe3\x06\x87\x02\x74\x84\x4d\x43\xaa\xa4\x91\xdf\xe1\x8e\xde\x05\ \xc6\xe2\xf2\xe4\xc3\xe3\xe3\x7c\x09\x97\xc6\xe5\xa9\x8d\x2a\x34\ \xa2\xfe\xbd\xba\xb1\xf9\x77\xd9\xec\x51\x36\x9f\xc1\x65\x0b\x40\ \xd7\xbe\x3f\x0e\x17\xab\x1d\x5e\x64\xe6\xc0\x64\x0e\xa2\x54\x65\ \xd8\xd4\xe8\x30\x83\x21\x43\x75\xf0\x0a\x3e\x8f\x3d\xcc\x56\xa9\ \xf9\xdc\x71\x2e\xf7\xfd\x8c\x56\x81\x80\x3d\x0a\x1e\xf1\x0e\x43\ \x30\x38\x2a\x93\x08\xb4\x02\xb6\x4e\x62\xb4\x2a\x8c\x26\x8b\x4e\ \xa5\x51\xa9\x81\x9d\xe4\x00\x52\x5a\x9b\xd9\x60\x31\x68\xad\x00\ \x4a\x6a\x9f\x59\x6d\xd1\xca\x24\x26\x93\x41\x67\x52\x4b\x74\x3a\ \x83\xd1\xed\xd2\x06\x1c\x1a\x70\x84\xa8\x09\x5a\x61\x54\xd8\x75\ \x36\x9b\x51\x2e\x91\x28\x2c\x0e\xb3\xc3\x6e\xb7\x3a\x8d\x36\x93\ \xc4\xe5\x76\x5a\x3c\x7e\x57\xf4\x6c\xb5\x90\x6a\x5d\x7f\xfd\xd5\ \x57\xbf\xfb\xdb\x57\x9f\x67\x0b\xf9\xea\x66\xa8\x7e\x9c\x2f\x7f\ \xf3\x33\xe6\xc8\x00\x6e\x6c\x62\xe2\xc9\xe2\x64\x3f\x2a\x83\x1f\ \x1b\xe9\x1b\x19\x40\x91\x61\x93\xf3\xf3\x80\xaa\x43\xfd\x13\x4f\ \x1f\x3f\xf9\xe4\xf1\xec\x2c\xa6\x6f\xa0\x7f\xf2\xc3\xa7\xf0\xda\ \x3d\x7e\x3a\x8b\x82\xc5\x46\x70\x13\xb3\x60\xe0\xa7\x5f\x6d\xc9\ \xf8\x3a\x17\x8a\x0f\x44\x4e\x15\xad\xf5\xfb\xac\x26\x9b\x13\x08\ \xcf\x64\xd5\x82\x9e\xba\xd0\x30\xb2\x78\x3d\x6c\xb6\xda\xcc\x80\ \x34\xce\x84\xc7\xe2\xf0\x3a\xec\x26\x9f\x27\xe8\xb5\xda\x7d\xf1\ \xb8\xce\xe5\x8c\xb9\xd5\xce\xb0\xc7\x5b\x72\xfb\x41\xa9\xec\x9e\ \xd2\x66\x69\xcf\x11\xa8\xfb\x6c\x9e\x40\x38\x52\xaa\x96\xaa\x3e\ \x5f\xd0\x16\x08\x86\x5d\x87\x27\x70\xab\x70\xc0\xdf\xf0\x07\xb7\ \xf6\x9d\xe8\x44\x61\x34\x06\xaa\x12\x31\x1f\xee\x24\x02\xa5\xd3\ \x58\xdb\xe3\xf0\x05\x43\x89\x52\x28\xd1\x70\x68\x7d\xd1\x50\x2c\ \x16\x2f\xc5\xc2\xe1\x6a\x2c\x1e\xf2\x14\xdb\xa5\x60\xb1\x18\x89\ \xc5\x82\xe1\x60\xb1\xed\xf3\x97\x4a\xed\x48\xc0\x53\x8c\x05\xe3\ \xb1\x48\x23\x1e\x89\xc6\xda\x81\x6a\xfd\x6c\x6b\x65\xa5\x1d\xd9\ \x0b\x36\x76\x8e\x0f\xe2\x5b\xf5\x52\x3c\x5a\xcf\x6d\xe6\x8f\x92\ \x6b\xa7\x4b\x91\xf6\xfa\xea\x52\x77\xfb\x60\xf7\x30\x74\xb8\xb3\ \x74\x74\x70\x52\x3c\xda\x6d\xaf\x1d\x9d\x1d\x1d\x25\x82\xa7\x89\ \x60\x6c\xcb\x13\x74\x5b\x01\xac\x0c\x76\xaf\xdd\xae\x35\xfa\x82\ \x11\x7f\x20\x1c\xf7\x56\xb7\x16\x2a\x5b\xf9\x95\x95\xdd\xce\xcb\ \x85\xdd\x9d\x93\xa5\x74\xaa\xb2\x92\xdf\x3a\xc9\xef\x94\x33\xdd\ \x1c\x78\xbe\xd4\xea\x66\x2a\xb5\x54\x28\x24\x53\x9d\xf5\xb5\x64\ \x61\xe9\x30\xd5\xcd\xae\x6c\xa7\x96\xba\xa9\x6e\xa7\xd0\x59\xda\ \x6b\x35\x93\xa9\x6e\xb9\x59\x5b\x49\x76\x6b\xd9\xca\xf9\xf9\xed\ \x35\x40\x57\xb6\x92\x6d\xb5\xba\xaf\x16\xb2\xb7\xd7\xb5\x5e\xb9\ \x92\x29\x54\xae\x6b\xe5\xab\x4a\xf7\xe2\x45\xb3\x8c\x66\xe3\xa4\ \x6e\x5f\xe4\x92\xe5\x4c\xee\xe5\xf9\xf9\xdb\x5e\x32\x9b\x2d\x5c\ \x77\x33\x97\x9d\x72\xa1\x56\xc9\xb7\xba\xa9\xf2\x55\xf6\xd5\xcb\ \x4c\xa7\x9b\xbd\x7e\x75\x7d\xf5\xdb\xcb\x4e\xfa\xf2\x75\xb7\x57\ \x7e\x79\x59\x2b\x94\x5f\x7f\xd6\xba\x6e\xde\x5e\x57\x32\xd7\xb7\ \xbf\xfb\xc3\xd5\x45\xef\x65\xf3\xf5\x17\x7f\xfe\xf6\xdb\x7f\xfc\ \xf1\x1f\x7f\xfd\xcd\xa7\x1f\x7f\xfa\x93\xfb\x0f\xf5\xf4\x7b\x73\ \x2c\x31\x93\x40\x17\xf6\xe3\x91\xff\x02\x04\x01\xb5\xc2\xe1\xc9\ \x1c\x38\x0c\xc5\x1c\xa1\x50\x48\x65\x4a\x29\x40\x3f\x58\x34\x30\ \x55\x28\x9c\x56\xb2\x90\x1d\x64\x52\xe9\x43\xff\xeb\x98\x50\x3c\ \x35\x33\x37\x07\x26\x51\xac\x7c\x74\x6f\x4e\x3c\x77\x7f\xee\xfe\ \xb4\x74\xe6\xc1\xd4\x3d\x3d\x8b\xa9\x9c\x9a\x01\xba\x22\x83\xce\ \x70\x98\xc0\x58\x4c\xb1\x14\x4b\x62\x32\x31\x2c\x32\x96\x42\x46\ \x61\xe7\x42\x26\x8b\x82\x46\xf0\x50\x59\x28\x0b\x8f\xca\xa1\x82\ \x16\x0a\x41\xd0\x40\x78\x10\x32\x61\x99\x4a\x31\x05\x76\x0c\xcd\ \xb4\x80\xfb\x63\x59\x64\x12\x07\xc8\x4b\x0c\xce\x13\xae\x13\xa3\ \xa4\x2d\x96\x12\x65\xcc\x60\x89\x68\x51\x9f\x8e\xe1\x28\x99\x28\ \xa1\x0b\x83\x7a\x6f\xd0\x42\x3e\x01\x0b\x2c\xd5\xff\xbe\xca\x8a\ \x88\x25\x4f\x63\x31\x78\x32\xb0\x1d\x46\x48\xa0\xa0\xec\x2a\x0c\ \x99\x84\xc3\xc3\xc7\x00\x9e\x42\xe8\x03\xdb\x38\xf9\xe1\xe3\xd9\ \xf9\xa1\xd9\xf9\x89\xe5\xa7\x93\x8f\x17\x49\xf4\x67\x7f\x9c\xa1\ \x53\xa4\xcf\x9e\xcd\x4c\x4f\xdd\xbf\xff\xf0\xd1\xc3\x7b\x62\x16\ \xb6\x7f\x04\x8b\x02\xb8\xf0\x43\x00\x52\x14\x0c\x87\x4a\xc7\x60\ \xc8\x44\x78\x34\xf0\x97\xef\x07\xc0\x92\x88\xfd\xfd\x04\xc2\xfb\ \xf8\x1c\x34\xbc\x63\x68\xa0\x9f\x3c\x73\xef\x9e\x7e\xe6\xd1\x3d\ \xbd\x7e\x9a\x85\x19\x00\x2d\x44\xe5\xdb\x63\xf8\xb1\x79\x10\x2c\ \x91\xce\x6a\xb7\x39\x74\x8a\xd1\xef\xdd\x1d\xe6\x32\x18\x77\xf8\ \x4e\x03\x03\x15\xb1\x33\x06\xef\xa0\x3a\x51\x01\x4a\x64\xf8\xfe\ \x1d\xbe\x44\x41\xe3\xca\x14\xa8\xfe\x8a\x6f\x90\xb1\xef\x72\xd9\ \xb4\xef\x81\x29\x94\x8b\x06\xd9\x34\xee\x28\x9f\x0d\xc0\xc4\x1d\ \x1c\xbc\x83\x7a\x0f\x65\x0e\x87\xd6\xae\x56\x89\x46\x19\xb2\x61\ \x81\x80\x4f\x63\xb3\x45\x8c\x61\x9e\x80\x31\xfa\xfd\x41\x85\x82\ \x47\x1b\x94\xcb\x64\x60\x3a\x41\xb2\x18\x0c\xa0\x38\xc6\x38\x78\ \x45\x01\x57\x64\xe4\xf3\xe4\xc0\x5e\x06\x81\x5c\x62\xb1\xc8\x45\ \x1a\x89\x51\xfd\x3e\xeb\x5d\xab\x02\x4e\xb2\xea\xec\x26\xa3\xca\ \x6b\x37\x98\x3c\x16\xab\xd9\x64\x54\x5b\x8d\x2a\x9b\x49\x01\x0a\ \xa5\x93\xf1\x0d\x5a\x9d\xcd\xeb\xb0\x5a\x0d\x22\x9d\x56\x63\xd0\ \x39\xb5\x1a\x89\xd9\xa9\xd5\x29\x8c\x36\xbb\xc9\x04\x62\x65\xb0\ \x38\xdc\x7e\x87\x41\xeb\x09\x7a\x12\x11\x97\xa3\xb1\xbd\x99\xeb\ \x5c\x7e\xf6\x45\xb7\x52\x5e\xa8\xac\xe5\x37\xce\x0e\x8a\xc7\x3b\ \xc7\x6f\x7f\x36\xfd\xbe\x3c\x6d\x60\x64\x76\x76\x76\x72\xfe\xc9\ \xe2\xc4\xd0\xc0\xf2\x10\x06\xd4\x7d\x64\x76\x60\xb6\x0f\x4b\xc1\ \xa0\xfe\xc2\x1f\xfe\x10\xae\x5a\x9e\x25\x0c\xa0\x5e\xcf\x81\x21\ \x50\xab\xc9\x7e\x20\xb0\x3e\x10\xfe\xe5\x1f\xfe\x70\xf9\x51\xc6\ \xa3\x91\x58\x8d\x6a\x9d\x09\x2c\xaa\x56\x63\x72\xd9\xe0\x19\x58\ \xec\x72\x89\x4d\xab\x32\xd8\xd4\x16\x8d\xda\xe6\x0d\x3b\xb5\x0e\ \x8d\xd5\x15\xb0\x27\x7c\x7e\xab\xc5\x11\x36\x9b\x9c\xda\xa0\xc7\ \x68\xb0\xdb\x1d\x8e\xa8\x2d\xec\x56\x7b\x42\x4e\x7f\xc9\xed\x0d\ \x46\x4d\xd6\x70\x69\x3f\x76\x6c\x0f\x6d\x59\xc1\x2a\x82\x2f\x3c\ \x68\xd7\xa3\x66\x9b\xcb\x66\x6e\xc7\xe2\xd5\x98\xd3\xec\xf5\x87\ \x3d\xa1\x62\xfb\x34\x1c\x0f\xc5\x4b\x55\x73\x28\x56\xf7\x9a\x23\ \x87\xb1\xe2\x49\x34\x0c\xb8\xe6\x4d\xc4\x02\x5e\x6f\xe9\x38\xa8\ \x0e\x96\x1a\xf5\x40\x7c\xab\xea\x74\xec\x6c\x15\xeb\x7e\x6f\xb4\ \x9e\x48\x6c\xc5\x12\xa5\xe3\x44\x34\xe0\x0e\xc4\xdb\xf1\x88\x37\ \xe8\xad\x47\xcc\xfe\x44\x70\xab\x1d\xf6\xc4\x97\xaa\x7b\xf5\xe2\ \xe1\xe1\x61\xbb\x51\x0d\xee\xee\xaf\x6f\x36\x0e\xf6\x82\x55\x57\ \x31\x99\xcc\xaf\xad\x1c\x1c\xef\x94\x0e\x73\x9b\xdb\xb5\xa5\xe3\ \x8d\x7c\x31\x7f\xbc\xb2\xb9\xbf\x02\x98\x15\x8d\x9d\xc5\xdb\x9b\ \x71\x7b\xdd\xef\x49\xd4\x8b\x21\xab\xcb\x66\x73\x99\xed\x16\xab\ \xc9\xea\x0e\x79\x51\x18\x56\x30\xd1\x88\x67\x6a\x91\x85\xf4\xce\ \xe9\x42\x67\x77\x65\x73\xb5\xb0\x5e\xe8\xa5\x4e\xa3\x8d\xdd\x95\ \x5c\xba\x73\xd5\x49\x56\xb2\xbb\xf9\xb5\x85\xa5\xec\xfa\x66\x66\ \x69\x37\x55\x58\xab\x64\x6a\xbd\x74\x25\xbf\x94\xee\xa4\xb3\xc9\ \xec\xf9\xc6\xfe\x52\x1a\x94\x2a\x97\x2b\x54\x6a\xa9\x56\xf7\xea\ \xb2\x5c\x6b\xa5\x6b\xe9\x8b\x66\xae\x5b\xbe\x6e\xae\xd7\xae\xae\ \xbf\xbe\x5a\xe8\xa0\xd2\xac\xf3\x66\xa7\xd2\xcc\x5e\xf5\xca\x68\ \xb6\xe1\x52\xb7\x96\xaf\xa4\x50\x94\x72\xe7\x55\xa5\xdc\xbb\x6c\ \xbd\xf8\xac\x7b\xdd\x4b\xe7\xbb\x17\xe9\x5e\xaf\xd9\xb9\xbe\xf9\ \xfc\xba\x55\x48\xde\x7c\xdd\xed\xa5\xaf\xcf\x33\x95\x54\xaf\x7b\ \x53\x7b\x7b\xdb\xea\x96\x6f\x2e\xb3\xe5\xec\x57\x9f\xd7\xce\x53\ \xdd\xcf\xbe\x78\x73\x79\x5e\xeb\x7d\xfe\xdb\xef\xbe\xf9\xe6\x8f\ \x7f\xf9\xf7\xbf\xfc\xea\xe1\x83\xe9\x67\x0f\x1e\x88\xef\x3f\x64\ \x91\x38\x62\x02\x56\x8a\x01\x36\x17\xb3\x70\x74\x10\x17\x14\x11\ \xca\xba\x4f\xa5\x82\x5b\x03\x3d\xc1\x90\x59\xac\x29\xf0\x3c\x52\ \x31\x18\x3c\x16\xf0\x14\x6b\x4e\x4f\xa4\x93\x1f\xff\x9f\x93\x73\ \x53\xa8\xb4\x9d\x05\x28\xa5\x17\xce\x3c\xd0\xdf\xbf\x07\xbe\x89\ \x79\x4f\x3a\x83\x22\x58\x98\x60\xa6\xf4\x4c\x16\x38\x3b\x30\x9c\ \xc0\x6b\x64\x29\x81\x2a\x45\x59\x07\xb0\x35\x50\x27\x21\x8b\x8c\ \x5a\x03\xd1\x02\x16\x55\x8a\x5a\x6b\xd0\x9a\x19\x68\x0e\x4b\x89\ \xa7\x30\xc9\x1c\xaa\x90\x4a\xd4\x73\xc8\xe0\x34\xa5\x42\xba\x52\ \xa9\x64\xa1\x7c\x2c\xb4\x31\xa6\x94\x25\x45\xeb\x6b\x1c\x0c\x91\ \xfa\x5f\x6b\xf5\x1c\x50\x54\x69\x3f\x99\x82\x15\x2b\x31\x04\x2c\ \xc8\xa1\x90\xd2\x4f\x24\xa1\x25\x79\x60\x39\x0a\x81\x04\x56\x17\ \x47\x9f\x41\x29\x7f\xe4\x01\x02\x9e\x49\xa5\x10\xa8\x14\xb8\x33\ \xb6\xbf\x1f\x87\xed\x9f\xc4\x10\x29\x7d\x00\x5a\x8b\x1f\x2d\x8e\ \x0c\x4c\x3c\x5d\x9e\x98\x7d\xba\xf8\xf4\xc9\x00\x56\xff\xc7\x29\ \xd8\xec\x83\x87\x3f\x79\x7e\xef\xf9\xc7\xd3\xa8\x00\x9f\xcc\xc1\ \x0c\xf4\xa1\x3a\x0b\xfc\x00\x1a\x19\x46\x21\x83\x20\x52\x00\xe6\ \x80\xb8\x30\x7d\x58\x16\x10\x1c\xa5\xbf\x0f\x76\x60\x00\x43\x01\ \x72\xc3\xd0\xf1\x23\x23\x03\x04\xe5\x8c\x72\x46\x3f\xfd\x4c\xff\ \x68\x8e\x43\xc6\xe3\x86\x86\x30\x7d\x63\x43\x93\xfd\x03\xb3\x93\ \x23\x1f\xc8\x7d\x71\xb7\xcf\x62\x94\x71\xef\x8c\xb2\x07\x07\x79\ \x34\x81\xd1\x20\xe7\x8e\x8e\xb3\x07\x87\xbf\x37\x8a\xca\xd8\xc1\ \x0a\x0e\xdf\xfd\x3e\x4d\xc4\x97\xc3\xb5\xe3\x34\xc6\x30\x43\x8e\ \x9a\x70\x78\xfc\x41\xda\xf0\x20\x9f\x31\x0c\xa2\xc3\x1d\x1f\xbf\ \xc3\x87\x8b\x68\x77\x07\x81\xa6\xd8\x6a\x8b\x55\x24\xa7\x0d\x8f\ \xd3\xf8\x83\x0c\x34\xdc\xf0\xfd\xf0\x55\x81\x68\x70\x7c\x50\x63\ \x90\xcb\x47\x69\x5a\x19\x6a\x44\x1c\xa4\x71\xf9\x32\xb8\x37\x9a\ \xb5\x2a\x10\xc9\xd8\x00\x58\x68\xcb\x32\xa3\xd9\xc0\x67\x48\xac\ \x06\x9e\x01\xec\xa0\xc5\xac\x30\x58\x75\x5a\x9d\x4e\xa3\xb3\x5b\ \xc1\x18\x1a\x6d\x0e\xad\xd3\xa3\x53\xa9\xb5\x06\x8b\x86\xc1\x57\ \x59\x34\x3a\x09\x58\x42\x83\x51\x67\x45\x43\x4f\x6d\x36\x30\x8d\ \x76\x8b\x41\xa1\xb5\x59\x2d\x3a\xb7\x56\xa2\x73\x19\xcd\x40\x39\ \x5a\x97\x55\x65\x34\x1b\x1d\x56\xa0\x99\x70\xe3\x74\x21\x5f\xb9\ \xbd\xe8\x64\xb3\xc9\xcc\xfa\xd2\xf6\xce\xfa\xfe\xf1\xe9\x41\xe5\ \x5b\x78\x61\x96\x87\x46\xfa\xfb\x07\xc6\x26\xd0\x28\xfb\xc7\x8b\ \xa0\x49\x93\x28\x44\x63\xa4\xaf\x0f\x83\xc3\x62\x01\x65\xa7\x1e\ \x31\x49\xc4\xb1\xe5\xd9\xb1\x91\x31\x20\xae\x89\x7e\xfc\x10\x4a\ \x19\x03\xd3\x38\x86\x12\x30\xc6\xc6\x9e\x7c\x38\xf0\xe3\x1d\x23\ \xec\xaa\xdb\x66\x34\xdb\x8c\xb0\x63\x56\x0b\x70\x9f\x48\x63\xd1\ \xaa\x4c\x5a\xad\x51\x07\x6a\xe3\x71\x98\xad\x46\x9d\xc3\x67\x73\ \xa3\x08\x68\xad\x55\xa3\x41\xdd\x3b\x6e\x9b\x41\xab\x36\x83\x8f\ \xf2\x59\xcc\x46\x5b\x28\x6c\x75\x38\xdd\x36\xb7\xd7\x9f\xf0\xd4\ \x7d\x61\xbf\xcf\xec\x0b\x24\xec\xd1\x48\x3c\x1a\x45\xae\xd8\x19\ \xf4\xfa\xea\xf6\x84\x23\x18\x73\xa1\xd3\x8e\x67\x81\x48\x10\x6c\ \xa2\xd3\x17\x0b\x7a\x2d\xfe\x92\xaf\xde\x0e\x26\x50\x3b\xb5\x37\ \x96\xf0\xf8\xfc\xed\xa0\xd9\x59\x6c\xb8\x5d\xc5\x68\x30\xe8\xdb\ \x8a\x7a\x1b\x01\x90\x6f\xbf\xaf\xbd\xe5\x69\x57\xe3\x5b\x89\xa0\ \xa7\xd1\x88\x78\x13\x75\x78\x00\x47\xf0\xf0\xb4\x51\x74\x07\x4e\ \x4a\xde\xfd\xfd\xd8\x5e\xfd\xa4\x71\xb8\x53\x3a\x3d\x3e\x3e\xd8\ \x3f\x8c\x6c\xed\xd9\x62\xa7\xf9\xf5\x83\xb3\xf6\xde\x7e\x63\x7b\ \xed\x28\xb3\x72\x74\x5a\xda\x28\xad\x9d\xed\xac\xef\x6c\x6c\x9d\ \x6e\x81\x0f\xdd\x8b\x87\xb6\x02\x55\xaf\x23\x92\xf0\xfb\x3c\x1e\ \x93\xca\x0a\x24\x6e\xb1\x78\x62\x1b\x09\x10\x31\x00\xc4\xb0\xff\ \x70\xa7\xb8\x90\xdf\xd8\x28\x2c\xac\x1d\x1c\x1c\x2d\x1d\x80\x9e\ \x24\x77\x56\x77\xb7\x33\xcd\x7c\xfa\x45\x65\x69\xe1\x70\xed\xa0\ \xd6\xbb\x6e\xad\x6f\x1f\x9d\x65\xce\x93\xe0\x17\xd3\x1b\xe9\x4a\ \x61\x03\x4c\x5c\x2f\xdd\xdc\xdc\xa9\x74\x41\xb8\x6a\xb5\xf3\xff\ \x9f\xa5\x77\x71\x4a\xf4\x4e\xd3\xfe\x83\x1c\x8a\xb3\x94\x82\x88\ \x22\x28\x36\xa8\x20\xcd\x99\xe6\x1c\x28\x40\xc3\x41\x28\x11\x28\ \x64\x69\x94\xa3\xca\x72\x10\x69\x04\x3c\x35\x88\xfa\x13\x0f\x6d\ \x57\x9b\x9f\x29\xe3\xce\x44\xcb\x59\xf7\xd0\xe9\x77\xb2\xa9\x54\ \xaa\xbb\xd2\x93\xea\x54\x4d\x65\x92\xa9\x4c\x66\xa7\x76\x27\x9b\ \xa9\x9a\xda\x49\x6d\xfe\x91\xf7\xfe\xf6\xbe\x76\xb5\x07\x78\x10\ \x7d\xf0\xb9\x9e\xeb\xf3\x7d\xee\xfb\xba\x0b\xc9\x4a\xe5\xae\xd0\ \x84\xf3\x4d\xfc\xa6\x79\x7b\x51\xdf\xbe\x6c\x54\xce\x6e\x0a\xdb\ \xc5\xc4\xd2\x71\x6a\xf3\xb0\x72\xd5\x2c\xa2\xa9\x5f\xa9\xc4\x36\ \x98\xb3\xe6\x59\xf3\xac\xd1\xc8\x36\xae\x53\x85\xdb\x4a\xb1\x52\ \x2c\xbc\x3c\x2e\x34\x0b\x89\xf4\x59\xaa\x95\x28\x6c\x1c\xdf\x5d\ \x5e\x17\x8e\x0b\x57\xe7\x2f\x6e\x6f\x9a\x5f\x5f\x54\xae\x92\xcf\ \x5f\xbf\x48\x1f\xdf\x55\x2e\x5e\xbe\x28\x16\xcf\x12\xaf\x2e\x2a\ \x67\xc5\x37\x67\xcf\x8f\x6f\xbf\xbb\x7b\xf3\xfd\xaf\x7e\xf8\xef\ \x4f\x7e\xf3\xed\xc7\x4f\x1f\x7d\xfc\x68\xe6\xe9\xc3\xcf\x55\x60\ \x1d\xc0\x4d\x91\x80\xba\x08\x68\x5e\x04\x0a\x9a\x62\x89\x58\x4c\ \x03\x13\xb5\x0b\x32\xc1\xdd\xa0\x91\xa6\x6c\x81\x8d\x2f\x60\xf1\ \x2d\x22\xa6\x48\xc5\xa0\x5a\x6c\x4c\x2a\x19\xcb\x99\x65\x59\x6c\ \x36\xbe\x8a\x0f\x1f\x44\x7c\xe6\xcc\x9c\x4d\x34\x63\xb1\x08\x98\ \x36\xc3\xc7\xcf\x44\x0c\x8b\xc8\xc2\x52\x09\xc0\xfb\xf0\xa7\x45\ \x28\xfe\x98\x8c\xc7\x50\x44\x02\x0c\x05\x58\x52\x44\xc1\xd0\x41\ \xf8\x90\xf9\xa2\x0a\xf8\xa0\x5a\x22\x3e\x05\x4d\x1a\x14\x51\xb1\ \x2c\x06\x5f\xcc\x27\x33\xc9\x44\xd0\x44\xea\x34\x9f\x32\x8d\x82\ \x44\x51\xe5\x3c\x45\x6c\x60\x8b\xd8\x48\xb3\xde\x66\xcf\xa0\x45\ \x7c\x34\x05\x87\x4c\x64\xf2\x51\xd8\x1f\x95\xc4\x17\x60\x99\x80\ \xad\x14\x34\x1b\x03\x8b\xea\x52\xd1\x88\x30\x36\x19\xcd\xb0\x01\ \x3a\xc4\xa1\xe4\x06\x0a\x16\xec\x14\x1d\x8d\x3f\xa5\x13\x71\x58\ \x34\x40\x1e\xc7\xa3\xa1\x39\xf5\x54\x1c\x6e\x71\x11\xb0\x64\xf1\ \x09\x0a\x3c\x59\x59\x9c\x24\x30\x44\x1f\xcd\xb1\xd9\x96\x67\x9f\ \xff\x6e\x7e\x1a\xbc\x25\x1a\x2c\xc1\x66\x60\xba\xd0\x82\x15\x9d\ \x42\x16\x90\xd1\xa0\x45\x3a\x00\x26\xfc\x34\xa8\x4d\x1c\x24\x96\ \x0c\xc6\xaa\x0b\xb1\x20\x07\xd8\x93\x88\xc7\x62\x41\xb0\x38\x04\ \xd6\x1c\xdf\x30\x3f\xfd\x74\x66\x5e\xcc\x67\xe0\x71\xa8\x02\x7e\ \x94\x87\xde\x68\xca\x77\xdc\xb9\x83\x40\x28\x68\x9c\xe8\x7f\xf0\ \x6e\x7f\xef\xe0\xc0\xbd\x3e\xb9\x6e\x70\x68\xe8\xfe\xbd\x9e\xee\ \x7b\xf7\x7a\x25\x83\xf7\xde\xed\xef\x7f\xf0\xe0\xfe\xbd\x91\xe1\ \x7b\xdd\xdc\x21\x78\xeb\x19\x98\x40\x02\x04\xd2\x76\xaf\xb7\x7f\ \x70\x60\xb8\xb7\x7b\xb0\x7f\xa8\x7b\x88\xdb\x7d\xaf\xbb\xff\x41\ \x0f\xc2\xc0\x71\xb9\x66\x60\xa0\x1f\x90\x11\xdc\x96\x94\x7b\x0f\ \xc9\xe0\xb8\x10\x5d\x31\xbc\x27\x9c\x18\x1b\x80\x47\x0e\x02\x21\ \xa2\x6a\xf9\x1e\x61\x5f\x3f\x6c\x3f\x36\xd2\xd7\xd3\x0f\xbc\xa8\ \x19\x1b\x1c\x19\x1c\x90\x8c\x0b\x65\x1a\x34\x5e\x55\x22\xd5\x19\ \x8d\x46\xd3\x84\x4e\x2e\x17\xca\xb4\x46\x93\x47\xa3\xd0\x82\x1a\ \x69\x75\x46\x94\x8e\x60\x37\x6a\x41\xa2\xa4\x0a\x99\xde\xac\xd7\ \xcb\xb4\x3a\xbd\xce\xac\xd3\xe8\x8d\x0e\xb5\xcc\x64\x96\xaa\x8d\ \x56\x97\x19\xb0\x72\x5c\xa6\x50\xeb\x4c\x46\x3f\xba\xcb\x29\x97\ \x1b\xcd\x3a\x97\xcf\xef\xf1\xd6\x56\x4b\xf5\x42\x3a\x7d\x01\xc8\ \xb1\xb6\x73\xd4\xda\xdb\xc9\x2d\xbf\xf8\x8b\x4d\x2c\xc2\xa3\x26\ \x1d\x1e\x0d\x0d\xc5\x9e\x7a\x32\xa5\x9c\x5c\x84\x2f\xd1\x7e\x9a\ \xed\x22\xd1\x94\x38\x81\x8a\xfa\xf9\x0f\x9f\x91\x17\x1f\xc3\xc9\ \xa4\x0b\x45\x66\x11\x78\x78\xdc\xd4\x54\x17\x61\x74\x76\x12\x5c\ \x18\x5a\xf1\xe2\x71\xde\xff\x25\xe6\x87\x9c\x49\xe7\x8f\x54\x83\ \x11\x87\xd1\xe1\xd2\xcb\xb5\x66\xbb\x11\xec\xa0\xcf\xeb\x30\xc9\ \x41\x3b\x7d\x3e\x85\xd1\x28\x35\x9a\x7d\x7e\x30\x20\x6a\x50\x31\ \xbb\x5e\x21\xd7\x3b\xcc\xf0\xeb\xc8\x27\xf4\xa6\x09\xa1\xc4\xa4\ \x0b\x86\xb5\x6a\xb9\x50\x6f\xd2\x19\xdd\x66\x23\xfc\xba\x52\xf8\ \x68\x35\x99\xcd\x3e\x3b\xd0\xae\x5e\x6a\xf7\xaa\x75\x41\x27\x68\ \xb2\xd9\xe9\x70\x7a\xdc\x27\x0e\xaf\x47\xeb\x31\xeb\xdc\x65\xaf\ \x56\xee\x8a\x39\x5d\xfe\x88\xcf\xeb\x34\x05\xcc\x5e\x97\xdf\xe4\ \x8c\x85\x9d\x9e\xb0\x47\x63\xf7\xfa\x3d\x3e\x5f\x20\x18\xf5\x7b\ \x02\x21\x9f\x33\x58\x3d\x08\x07\x62\x76\x4f\xc0\x6d\x8f\x81\x31\ \x8b\x7a\xfc\x2e\x87\xce\xb7\x9b\x0f\x95\xdd\xa6\xe0\x56\xac\xdd\ \x3e\x3a\x3a\x3d\x89\xe6\xda\x81\x83\x93\xc3\x5a\x20\x0a\x72\x64\ \x8a\x75\xf6\x0e\x77\x36\x62\x27\xab\xb5\xcd\xd3\x8d\xc3\x9d\xd2\ \x41\xa8\xe6\x8b\x1c\x6d\x54\x0f\xb6\x22\x7b\x5b\xb9\x5a\x0c\x98\ \x33\xe0\x73\xf9\xac\x0e\x37\xfc\xc2\x0e\x8d\xd1\x04\x4e\x52\xa2\ \x37\xfb\xb3\xb1\x72\x34\xe0\xf7\xfb\x1d\xd6\xd8\x6e\xbe\x73\xd0\ \x4a\x56\xd2\x87\x3b\xb5\xc3\x34\x88\x48\xba\x58\xdb\xdc\x3f\xbc\ \x69\xa4\x2e\x2f\x32\xcb\xdb\x87\xe9\x85\x4c\xb6\x72\x13\xcf\x64\ \x4f\xd7\x96\xd2\x1b\x6b\x1b\x99\x8b\x44\x2a\x91\x2a\x35\x36\xb2\ \xf1\x74\x7d\xaf\xbe\x9d\x4e\x27\xe3\xc7\xe7\x0b\xe9\xe3\xc2\x75\ \xa1\x90\x68\x34\x8a\x67\x2f\x1a\x99\x74\xf1\xf8\x6a\x69\xf9\x0a\ \xa4\xac\x78\xdc\x48\xc5\x97\x12\xe9\x65\x40\xbc\x4a\x33\xb5\x96\ \x8c\x37\xe3\xc5\x17\xc5\xd4\xcb\xc4\xc2\xe5\x1d\x48\xd8\xc5\xf9\ \x79\x3c\x91\xde\x88\x67\xd3\xdb\x95\xe4\x42\xba\x18\x2f\x7c\xf3\ \x87\xcb\xdb\xdb\xe6\xab\xbb\x37\xd7\xe9\xe7\x17\x37\xe9\xcb\xe7\ \x67\x77\x67\x67\x8d\x74\x61\xed\xfc\xd5\x55\xf3\x3c\x5d\xb8\xbc\ \xa8\x7c\xf9\xe3\x97\xbf\xff\xfe\xf6\xea\xc5\xf3\x3f\xfc\xf4\xc3\ \xdf\x7e\xfa\xe4\xb3\x8f\x3e\xff\xed\xc7\x4f\xe7\x66\x6c\xe2\x87\ \x2a\x16\x99\x4a\x65\x93\xd9\xcc\xb7\x31\x07\x0c\x32\x9d\x05\x12\ \xc4\xa6\x50\x05\xac\xb7\x65\x4f\x02\x3e\x5a\x7b\x06\x26\x14\x60\ \xb0\x38\xac\x4d\x04\x50\x48\xe6\x93\x89\x04\x72\x17\x91\x6f\x99\ \x16\xd9\xe6\x2c\x16\x36\x43\x35\xa7\x9a\x11\xa9\x98\xaa\xf9\xb9\ \x87\x33\x36\x14\xe4\xf7\x50\x65\x31\x58\xc4\x7c\x15\x5a\xcb\x67\ \x00\xe8\xf1\x2d\x4c\x16\x51\x49\xe6\xb3\xa8\x64\xbe\x8d\x29\x66\ \x60\xd0\xa2\x15\x8b\xcf\x16\x53\x50\x13\x33\x99\x25\xc2\xb0\xb1\ \x7c\x70\x5e\x64\xb2\x4d\xc4\x40\xab\x53\x60\x9d\xe0\x3d\xe5\xed\ \xf8\x1d\x11\x8b\x8d\x06\x86\x09\xd8\x20\x7b\xa8\xf6\x94\x4e\x46\ \x9f\x0a\xd8\x28\x40\x9d\xcc\xb4\x88\x99\x82\x19\x10\x34\xd6\xdb\ \x00\x9b\xb7\xb6\x07\xee\x78\x0b\xb4\x64\x32\x83\x01\x9e\x07\xb5\ \x2e\x76\xa1\x19\xac\x2c\xb4\x72\x45\xc4\x90\x70\x24\x34\xf3\x14\ \xa8\x83\x86\x21\x11\xd0\x65\x44\x2a\xa6\x6b\xe5\x7d\xe5\xe4\x0a\ \xbc\x01\x93\x4c\x3d\x9e\x24\x32\xc5\x4f\x6d\x7c\xe6\xc3\x47\x36\ \x3e\x83\xc4\xa6\xbc\x4d\x00\x23\xb3\x01\x45\x51\xc2\x33\x85\x08\ \x74\x49\x27\x92\xa8\x44\x0a\x52\x78\x3a\x96\xcf\x60\x61\x49\xf0\ \x1f\x1c\x18\x86\x04\x4f\x80\xa7\xe1\xd1\x47\xa0\x3f\x1e\x5e\x64\ \xb3\xcd\x3c\xb4\x4d\x5b\xe6\x66\x58\x60\xf4\x68\x78\x1e\xca\x99\ \xc1\x8d\x2a\x27\xdf\xa9\x55\xb7\x9c\x5e\xa7\xa2\x07\x0c\x53\xcf\ \xd0\xbd\xe1\x07\xbd\x52\xd9\x38\xe0\xdd\xbd\xde\x81\xbe\x09\x24\ \x24\x43\xc3\xdd\xc3\xc3\xf7\xdf\x1d\x1f\x1c\x1e\xee\xee\xed\x43\ \x63\xbd\x06\x07\x46\xc6\x7b\xd0\x84\xfa\xbe\xde\xc1\xbe\xe1\xa1\ \x61\x50\xa9\xa1\x9e\x9e\x07\xe0\xd0\x86\xe0\x81\xdd\x7d\x23\x8a\ \x09\xa1\x02\x58\x70\xa8\xbb\x1f\x84\x6a\x68\x18\xde\x7a\x01\x2d\ \x41\xb8\x46\xb8\x7d\xdc\xb7\x5d\xd1\xbd\x68\xe8\x21\x70\x22\xa8\ \x17\x5a\xdb\x1f\xec\x47\xd1\xa4\xdc\x91\x09\xc9\xc4\x80\x0c\x0d\ \x50\x06\xdb\x05\x62\x67\x94\x33\xb3\xdb\xc5\x00\x00\x20\x00\x49\ \x44\x41\x54\xea\xe5\xe3\xe0\x9d\x24\x5c\x99\x16\x8e\x53\xbb\x4e\ \x67\x34\x99\xf4\x32\x0d\x82\x2e\x38\x72\x85\x5c\xa1\x51\xab\xd7\ \x39\x35\x32\x93\xcc\xa8\x75\x99\x9d\x1a\xbd\x0c\x40\x44\xae\xd0\ \xcb\xc7\xa4\x7a\xb5\x5a\x2d\xd1\x99\x26\x64\x66\x97\xdd\xe9\xb4\ \xeb\xac\x26\xa7\xdd\x63\xd5\xeb\xf5\xfe\x7c\xec\x70\x1b\xfe\x9a\ \x6f\x52\x6b\xaf\xee\x5e\x7c\xf5\xfc\xfb\xe5\xcd\x42\xa9\x74\xf5\ \xab\xcf\x9e\x3d\xa3\x60\x70\xbc\x29\x1e\x9d\x38\xcb\x43\xc5\x58\ \x3c\xd4\x10\x3d\xb9\x82\xac\xd3\x0a\x8f\x47\xc4\x12\xc9\x2c\x36\ \x6e\xe6\x87\xbf\x72\x56\x68\x4c\xe2\xe4\x28\x9c\x09\xba\x28\x9c\ \xc5\xc7\x2b\x34\x2a\x7e\x72\x7d\x11\x20\x91\x37\x3b\x4a\xeb\xe2\ \xc0\x4b\x67\xf9\xea\xb0\x5a\x3b\xd8\xdb\xd9\xdc\xdf\x2a\x1f\x1c\ \xb5\x8f\xda\xb1\x7c\xe8\xa0\xde\x0e\x78\x5d\x56\xab\xb3\x1a\xf3\ \x06\xc2\xce\x68\xc8\x13\x8d\xe5\x03\x3e\xbb\x33\x17\x72\x3a\xdd\ \x21\xaf\xcb\xeb\x72\x68\x5d\x61\xb3\xdb\x85\x64\x4a\x6b\x74\x3b\ \x1c\x56\xb3\xdf\x8a\x82\xed\xcd\x5e\x87\xcb\xe7\xb6\xea\xec\x2e\ \x93\x4c\x63\x74\xc3\xaf\x6a\xd2\x3a\xad\x76\xad\x51\x61\x35\x99\ \xec\x76\xab\xc9\xae\x11\x82\x99\xd3\xfa\xad\x52\xad\xdc\x24\xd5\ \x5a\x9d\x3a\xad\x4e\xea\x70\x38\x61\x1f\x01\x91\x02\x9f\x6a\x15\ \x31\x80\x4e\x07\xec\x81\x58\xd8\x63\xb6\x9a\xed\x66\x9f\xc7\x1a\ \xf4\x2a\x84\x4e\xd8\x7d\x5e\x97\xc7\x6e\xf6\x9a\x8d\x1e\x77\xd8\ \xed\x32\xbb\x7d\xd6\xb0\xdd\x93\xf3\x59\x83\x28\x34\x22\x18\xce\ \x85\x7d\x76\x77\xc0\x1f\xd4\xbb\x8f\xca\xb1\x40\x2e\xea\x2b\xeb\ \x42\xd5\x76\xf5\x64\xb7\x1d\x6c\xc3\x6f\x11\xea\x74\x4e\x22\x6d\ \x9f\x3b\x1c\xd8\xf2\xf8\x63\x1e\x30\x86\x8e\xa0\x47\x27\xb7\x9b\ \xe0\x07\x97\x8c\x4b\xa4\xe6\xa3\xb5\x50\x35\x1f\x31\x05\xbd\xe1\ \xf0\xc1\x46\xb9\x76\x7a\x58\x4f\x56\x0e\x6a\x5b\xb5\xa3\x56\x23\ \x59\x3a\x68\x83\xf8\x65\x32\x67\x97\xc7\xa5\xb5\xe5\xa5\xf3\xc4\ \x66\x36\x91\xce\xa4\x52\xa7\x1b\x0b\x67\xc9\x85\x8d\xd2\xf2\x66\ \x6a\xb9\x94\x2a\xee\x27\x1b\x67\x1b\xdb\x87\x1b\xd9\xc4\xd9\xd5\ \xc5\xc5\x31\xaa\xe6\xbc\x4c\xaf\x36\x1a\x8d\xf4\xcd\x45\xb3\x98\ \xc8\x34\xd2\xa5\x74\x33\x51\x49\xa4\x8e\x2b\xcb\xad\xed\xb7\x83\ \x9c\x13\xc7\x85\x7a\xb6\x71\xfb\x87\xdb\xcb\xe6\xc2\x45\x21\x7d\ \x7d\xd9\x3c\x4b\x27\xae\x93\xa5\x78\xb2\x70\x97\x49\x37\x8f\xd3\ \x8d\x57\xaf\xff\xf8\xeb\x9f\x7f\xba\x3d\x3b\x3e\xff\xfd\xcb\x57\ \x2f\x4a\x67\xcd\xab\xf4\xe5\xc5\xdd\xf9\xf5\xcd\xe5\xf3\xbb\xe3\ \x8b\xd7\xe7\xc5\xcb\x9b\x64\xe3\xe2\xfc\xe5\xf1\xdd\xf9\x8b\xe7\ \x85\xab\xaf\xbe\xfc\xc3\xf7\xbf\xfa\xcb\xa7\x7f\xfe\xcd\xb3\xcf\ \x3f\xb6\x3c\xfc\x70\xc6\xc0\x56\xa9\xa6\x55\x6c\x2a\x99\x4c\xc7\ \xd2\xb1\x44\x2c\x03\xd5\x79\xb2\xd8\x28\x35\x01\x43\x67\xd2\x41\ \x6c\x98\x2c\x50\x0c\x03\x85\x81\x25\xe3\x47\xe9\x60\x14\x98\xf0\ \x86\x2a\x02\xc0\xaa\xa0\x21\x5b\x7c\xb1\x18\x15\x6e\xaa\x54\x0f\ \xe7\x2c\x22\xd5\x34\xe8\x14\xe8\x97\x08\xfe\x19\xe6\x58\x74\xac\ \x61\x1a\x10\x4e\xc5\x62\xa9\xf8\xa2\xd1\x49\x12\xcb\x00\xba\x25\ \xe2\x93\x51\x43\x34\x19\xc3\x37\x00\xd7\x81\xb0\x50\xd8\x4c\x10\ \x48\x96\xcd\xc2\xa2\x32\x05\xe8\x8a\x24\x85\x82\x86\xd2\x08\x44\ \x0c\x31\xdc\x65\x31\x20\x00\xa4\xa0\x28\x08\x26\x2a\x60\x40\x9e\ \x8f\x4d\xa6\xab\xe0\x3d\x08\x9a\x40\xc0\x62\x61\x55\x36\x31\x0a\ \xd9\x23\x91\x41\x5a\x48\xe0\x10\x41\xf0\x48\x60\xdc\x50\x78\x3c\ \x96\x81\x25\x11\x88\x78\x1c\x01\xcf\xa7\x62\x89\x18\xd0\x14\x22\ \x1e\x65\xcb\x50\x31\x04\x34\x92\x10\x8b\x6a\xd2\xf1\x54\x52\x17\ \x15\x3f\xf5\xc1\x14\x6f\x72\x74\x6a\xfd\xc9\xfa\xd4\xfa\xa2\x12\ \x47\x15\x7f\xfe\xb1\x08\x1c\x20\x1e\x4f\xa2\x53\xd1\x62\x17\x2a\ \x1a\x63\xb0\xc5\x22\x16\x5a\xaf\x87\x43\x08\xa5\x10\x02\x0b\x92\ \xc8\x74\x80\x45\x94\x47\x48\x26\x93\x70\xca\x51\x3c\xdc\xcc\xc0\ \xe0\x70\xa8\x80\x9e\x36\xca\xa1\x4d\xe2\x45\xd3\x8f\x40\xba\x59\ \xf3\x73\x00\xda\x44\x0e\x88\x19\x8f\x86\xe3\xf0\x68\x9c\x77\xda\ \xbb\x5e\xa3\xc3\x3f\xd1\x37\xd8\x0b\x72\xf5\x2e\x9a\x2d\x31\x38\ \xd1\xff\xee\xfd\xf7\xba\xfb\xfb\xfa\x7b\xfa\xdf\x7b\xef\xfe\xf0\ \xfd\xfe\xee\xe1\x77\xb9\x13\xbd\x7f\x37\x34\xd8\x37\x32\xd2\x0f\ \x52\x35\x38\xde\xdf\xd7\x33\xd0\xdd\xdb\xdb\xd3\xdb\x33\xfc\x6e\ \x3f\x6a\x82\xee\x1d\xee\xbf\x37\x7c\xff\xfe\x30\xb2\x4c\x5a\xf5\ \xf8\x88\x70\xa8\xbb\xef\x41\x5f\xff\x78\xff\xdf\x81\xa4\x0d\x0d\ \xf5\xf5\xf4\xa0\x31\x16\xa8\x5f\xa7\x97\x3b\xd6\xcd\xed\x87\x2f\ \xb9\xbd\xbd\xc3\xf7\xc1\x86\x8d\x8c\x8d\x0f\x8c\x0d\xa8\xc7\x26\ \x26\x06\x25\xb2\xf1\x81\x7e\x70\x19\xe3\x13\xe0\xa9\x46\xc6\xe5\ \x6a\x69\x8f\xd1\x3e\xae\x93\x03\xed\x81\xe1\xb0\x4a\xe4\x4e\xb7\ \x42\xaf\x46\x16\x4b\x2d\x95\x9a\xf4\x7a\xd4\x54\x68\x32\x82\x73\ \x91\xa9\x75\x0e\xad\x5c\xab\x53\xa3\xb4\x51\xa1\x54\x62\xd4\xeb\ \x4d\x26\xa1\xde\x6b\x92\xea\x1c\x2e\xa7\xd3\xea\x33\x6a\xad\x70\ \xb7\x5c\xe1\xc9\x9d\xe4\x72\x1b\x85\xeb\xe3\x97\x57\xa5\x8b\xd7\ \xbf\xff\x9f\x5f\x7f\xfa\xbb\x3f\xfc\x3e\x9e\x78\xfd\xe3\xaf\xff\ \x36\xcd\x64\xb2\xb1\x1c\x3c\x8d\x80\x53\x4e\x29\xc1\x38\x29\x69\ \x34\x34\xb6\x90\x07\x76\x77\x71\x91\x83\x72\x16\x45\x0f\x3f\xfd\ \xe9\xe7\x4f\x67\x46\x7f\x27\xea\xc2\x92\x95\x93\xfc\x79\x2c\xd8\ \xb0\xf7\xd7\x39\x44\x22\x6a\x4f\x98\x54\xae\xbf\xaf\xe4\xd1\x08\ \x53\xef\xff\x62\x72\xfa\xf9\x41\xbe\xb4\x94\x49\x97\xd6\xf6\x37\ \xf6\xf7\x5b\x07\xbb\xd5\xbd\x80\x3f\xe4\xf2\x02\x91\xc2\x51\xdb\ \xae\xe6\x8e\x8e\xf6\x42\xb9\xbd\x6a\xae\x5d\xde\xdf\xc9\x77\x72\ \x27\xd1\xa3\x93\xdd\xfd\xf2\x5e\x76\xa7\x75\xd2\xaa\xed\xb6\x73\ \x9d\x93\x72\x2c\x52\x2e\x47\xa2\xe1\x50\x39\xe2\x6d\x6f\x45\x03\ \xb1\x9a\x37\xb4\x65\x35\x05\x22\xc1\x40\x34\x68\x8a\xd6\xa2\x7e\ \x97\xc7\xe7\xf2\x38\xcc\xf6\xa0\xdf\xe7\x32\x9b\xac\x0e\x9f\x53\ \xeb\xf4\x68\x34\x56\xbd\x51\x0f\xfb\x04\xe9\x92\xdd\x88\xe6\x4a\ \x9b\x65\x5a\xa7\x0f\x58\xd9\x0d\x9c\xe9\x32\xca\xe5\x60\x42\xcd\ \x5a\x9d\xc7\xa1\xd7\x2b\x4c\x66\x87\x0b\xf6\xa3\x35\x60\x35\x79\ \xac\x6e\x3f\xdc\x18\xf1\x1b\x35\x5e\xaf\x5d\x0f\x0f\xf7\x87\x5d\ \x0e\xa7\xce\x64\xf7\x78\x41\x47\xe5\x76\x47\xc4\x97\x8b\xa1\x69\ \x8a\xde\xb0\x03\xec\x99\xd5\xef\x09\x06\x5d\xc1\x50\xbb\xec\x70\ \x5b\x4d\x5e\x9f\x31\xe8\xd4\x39\x8c\x46\xa7\xd1\xa9\xd5\xc8\xfd\ \x0e\x85\x4e\xa8\x96\x9b\xb4\xde\x0d\x7f\xbe\x1c\x72\xc6\xa2\x81\ \x50\xbe\x1a\x8d\x82\x87\x5b\xab\x85\x43\xa1\x48\xed\x60\xbf\xb4\ \xb9\x55\x2e\x97\xdb\x07\x9d\xa3\x93\xd6\x6a\xb9\x9a\xdb\x5f\xd8\ \xdb\xde\xd9\xdb\xd9\x6f\x9f\x1c\xee\x1c\xd6\x37\x76\x5a\xab\xed\ \xf6\xd2\xde\x4e\x69\xa9\x5a\x3f\xdc\x6c\x95\xf6\x96\xcf\x2e\x4a\ \xa9\x46\x26\xb1\xda\x2c\xc6\xe3\x99\xd2\x6a\xb2\x79\x73\xde\xdc\ \xd9\x5c\x38\x5b\xaa\x6f\xa6\x2a\x89\x44\xab\x9e\x58\x6e\x2d\xc5\ \xb7\xb3\x9b\x68\x0a\x4e\x29\xdb\x3c\x7b\x51\x48\x25\x8b\x85\xd5\ \xe6\xcb\xd7\x2f\xae\x4b\x95\x0c\x4a\xb0\x49\x5f\x5f\x2d\x2c\x83\ \x0d\xbb\x7a\xf9\xe3\x1f\x5f\x25\x32\xc5\x78\xb6\xf8\xc5\x37\x17\ \x0b\xc9\xc6\x42\x06\x88\x71\xa9\x58\xb9\x48\xc5\x13\xf1\x06\xbc\ \x74\x97\xd7\xc9\xd5\xc4\x17\xe7\xe9\xe5\xe3\xc4\xf5\xf7\xaf\x5f\ \xbf\xf9\xf1\x0f\x3f\xfc\xcb\x27\x7f\xfb\xfc\xd9\xb7\x9f\x7f\xf4\ \x0c\x95\x06\xd0\x6d\x73\x62\x3a\x8b\x49\x66\xb0\x18\x58\x2a\x4b\ \x2c\xa0\xd0\xf1\x4c\xb6\xc0\x82\x5c\x0d\xf8\x20\x81\x18\xcd\xf4\ \x12\x33\x29\x24\x3e\x96\x2c\x10\xd1\xc5\x62\x91\x81\x2d\xa0\x18\ \x90\x80\xb0\x40\x30\xc4\x62\xbe\x81\x09\x4e\x4d\x65\x30\xa0\x6a\ \x25\xcb\x23\x8b\x4a\xcc\x9f\x9e\x61\xb1\x04\x16\xb1\x81\xa1\xb2\ \x30\xc4\x2a\xcb\xbc\x08\xb4\x69\x9d\xc7\x62\x83\xf6\x81\x7a\xb1\ \xe8\x2c\x91\x80\x41\x65\xb0\x59\xe0\x5b\x98\x28\x2e\x46\x8c\xda\ \x91\x45\xe0\xa4\x50\xe7\x0d\x2a\x9a\xe0\x83\x0b\x03\x39\x42\x4d\ \x7c\x7c\xd4\x55\xcd\x44\x0b\xf2\x4c\x95\x18\x2d\x74\x31\xf9\x06\ \xfa\x5b\x82\x44\x83\xc8\x58\x22\x03\xaa\xc2\x12\xa1\xd1\xa5\x54\ \x2c\x9f\x0e\x56\x08\x2b\xa0\x93\x71\x64\x36\x1f\xa0\x10\x4b\x65\ \x50\x89\x5d\x5d\x68\x5c\x3a\x9b\x49\xc2\x10\xc0\x57\x11\x89\x80\ \x73\x74\x6a\x17\x07\x8f\xc7\x63\x80\xeb\x70\x80\x8f\x6c\x32\x06\ \xb7\xfe\x0f\xbf\x7c\xa2\x24\x8c\xae\xac\x4c\xad\x3c\x19\xe5\x91\ \x40\x05\x6d\x14\x90\x9c\xb7\xab\x54\x24\x0c\x96\x44\x41\x72\x49\ \x07\x05\x25\x73\x90\xb5\x62\x13\xc9\x60\xbb\x28\x18\x0c\xc2\x45\ \x3a\x09\x47\x24\xa1\xbe\x1f\x02\x09\xd5\x3c\x90\x49\x78\x1c\x8f\ \xa3\xa4\x71\x78\x80\x2a\x38\x0a\xec\xa0\x69\x1b\x6b\x06\x34\x5d\ \x4c\x21\x92\xba\x38\x18\xde\x24\xba\xeb\x9d\x9c\x43\xdd\xeb\xae\ \xca\xfa\xb9\xbd\xc3\xc3\x03\x7d\xdd\xdd\xf7\x7b\xc6\xc7\xfa\xde\ \xed\x01\x29\x42\x73\xe8\x7b\xfa\x87\x87\xee\xf7\xdf\x7b\xd0\x3d\ \x02\x8e\xa8\x7f\xf8\xc1\xbd\xfe\xde\xfb\xe0\xb4\xe0\xee\x21\x50\ \x1b\x34\x65\x75\x18\xad\x77\xf5\x76\x77\xf7\x82\xbd\x1a\x7c\xf0\ \xde\xe0\xbd\xbe\x9e\xb1\x9e\x31\x6e\x0f\x18\xaf\x61\x78\xf0\xbd\ \xa1\xbe\xfb\xfd\xbd\x3d\x7d\x43\x92\xc1\x21\x40\xc8\x91\xc1\xc1\ \xa1\x11\x19\x40\x60\x2f\x7c\x39\xd8\x87\x56\xb2\x7a\x7a\xc6\xfb\ \x06\x7a\x06\x15\xe3\x68\x60\xa9\x6c\x4c\x32\x38\x00\xef\xc6\xc7\ \xe4\xd2\x11\x8d\x5e\xa2\xd3\x4b\xd4\x23\x72\xb8\x41\x02\xce\x4b\ \x2f\x47\xa2\x64\x97\x98\x35\x2e\xed\x98\x51\xab\x75\x18\x65\x5a\ \xad\x49\xe3\xd1\x79\x35\x70\x36\x57\xeb\xc7\xd5\x6a\x85\x53\x2b\ \x75\xa2\x9a\x28\xb9\x0e\x36\x95\x2b\xec\x1a\x19\x28\x17\x6c\xab\ \x77\x58\xad\x0e\x85\xdb\x17\xa9\x56\xcb\x9b\x4b\xcb\x1b\x57\x8d\ \xe4\xd5\xf1\x8f\x9f\xce\xfd\xd7\x4f\x86\xcf\x7f\x7e\xd5\xbc\xbe\ \xf9\xfd\x9f\xe6\x1f\xfd\x56\x85\xa1\x92\x71\x53\x1c\x62\x97\x72\ \x14\x76\xdd\xec\xd4\x14\x8d\xc4\xe1\xa0\xe6\x4e\x0e\x6f\x56\xc9\ \x1b\xc5\xe1\xc5\x9f\xde\xc4\x13\xff\xc6\x60\xce\xab\x88\x28\x24\ \x1f\xb8\x71\x92\xb3\x88\xd2\x69\x26\x67\x57\xd6\xa7\x26\x9f\x3c\ \x7e\xac\x84\x53\x01\x67\xf2\xfd\x27\xca\x5f\xb7\xa2\x4b\xa9\xcc\ \xe6\x69\x6b\x7f\xe3\xb4\xdd\x2a\xef\x97\xdb\xf5\x93\x76\xbe\xbc\ \x53\xdb\xef\xb4\x23\x39\xf8\xb2\xec\x2d\x77\x50\x2f\xcb\xf6\xc1\ \xfe\xc9\xce\xc1\xe9\x5e\xbb\xb5\xd0\x69\x9f\x46\xf6\xc1\x61\x2c\ \xb5\xd6\x76\x77\x8f\x50\xae\x55\xd8\xea\x3f\xf2\xb8\xf7\xb7\x0e\ \x6b\xb5\xbd\x40\xa8\x0d\x56\x26\x1f\xd9\x2b\xef\xd6\x0e\x56\xf7\ \x51\xc1\xc1\x41\x2b\xd7\xd9\xaf\x76\x76\x63\xb9\xdd\xfa\xe9\xee\ \xc9\xd1\x6a\x34\x14\xad\xed\xe7\xa3\xf9\xfc\xe9\x49\xa4\x7c\x72\ \x78\x94\xcf\xd5\x42\xfe\xa3\x76\x60\xf7\x24\x18\x38\x38\x3d\xca\ \xed\x76\xca\x9b\x91\xd3\xc8\xee\xee\xc1\xc1\x41\xa0\xbd\x1b\x73\ \x55\x73\xd1\xfc\x6e\xb9\xb3\xd3\xf6\xe7\x8f\x42\x5b\xf9\x48\x3e\ \x10\x69\xe7\xdb\xb5\x93\x9a\xb7\x5d\xee\x80\x3d\xdc\x6c\x57\xc1\ \x52\xed\xee\x86\x6b\x81\xa3\xce\x41\x2d\x14\xcc\xd7\xf2\xd5\x70\ \x2d\xe8\x73\xe7\xf2\xa1\x68\xce\xeb\x0a\xc5\x62\x5e\x8f\xc7\xef\ \x89\x04\x5d\x3e\xa3\xc3\xea\xb5\xfa\x3c\xa0\x53\xe0\x6b\x4d\x0e\ \xbd\xce\xde\x59\x0e\x86\xfc\x11\xbf\xdf\x15\x84\x0d\x22\xb5\x48\ \x79\x2b\x12\x6a\xd7\x72\x47\x5b\xfb\xbb\x9d\xfd\x5a\xb5\x1c\xee\ \x1c\x94\xdb\x5b\x3b\x7b\xa7\x9d\xa3\xfc\xc1\xe1\x7e\x6b\x33\xbb\ \xb9\xd7\x3a\x6c\x1d\xee\x1f\x6c\x9d\xac\x6d\x6e\x6c\xb7\x56\x37\ \xd1\xfa\xff\xe1\x76\x7c\xbf\x15\x2f\x55\xb7\x17\x50\x29\x7c\x7c\ \xbf\xb4\x76\x7a\x54\x3f\x5c\xcb\x24\x16\xb6\xb7\x37\x56\x93\xa5\ \xcc\x76\x7c\xf9\x20\xbe\x71\x98\xd9\x28\x1d\x2e\x6d\xaf\x6d\x6c\ \x2f\x1c\x1e\x6c\x96\x32\x4b\x3b\x3b\xa5\xed\xd4\x42\xe9\xea\x2a\ \x99\x5a\xde\x69\x1d\xac\x65\x37\xea\xcb\xab\xfb\x3b\x6b\xd9\x52\ \x22\x13\x2f\x6c\xef\x6c\x67\xe2\xc5\xbb\x8b\x54\x76\x29\x5b\xcf\ \x2c\x94\x32\x89\x54\xbc\x90\xc8\x64\xe2\x8d\xe5\xe5\x7a\xf2\x0c\ \xbc\x5b\xf1\xa2\x82\x22\x71\xbf\xfb\xe6\x8f\x7f\xf8\xf9\xaf\x9f\ \xfc\xfc\xb7\x0f\x3f\x9c\xf9\xfc\x23\xdb\x0c\x05\x68\x89\x2f\x7a\ \x1b\xeb\x89\x61\x32\x29\x64\xaa\x88\xc2\x04\x93\x05\x42\x25\xa6\ \x32\xe0\x48\xe6\xa3\x61\x38\x68\x59\x9c\x25\xa0\x52\x49\xa8\xc9\ \x8f\x81\xca\xd1\x51\x17\x9f\xe0\x6d\xca\x39\xf9\x6d\xee\xa6\x58\ \x00\x90\x86\x1a\xef\xc4\x96\xf9\x87\x8f\x58\x2c\x8b\xc5\xc6\x16\ \xcc\xa9\x9e\xce\xf3\x45\x22\x20\x2b\x03\x38\x0c\x96\xc8\xc2\x12\ \xa3\x5c\x2a\x0a\x1a\x64\x0f\xf2\x43\xa1\xd2\xf9\x74\xac\x4a\x04\ \xe8\x06\x96\x4d\x20\x60\x88\x54\x02\xbe\x88\x8f\x50\x90\xc2\xa6\ \xd3\x45\x7c\x06\x45\x25\xc2\xa2\xe5\x2a\x14\xa7\x85\x4a\xb6\x54\ \x36\x95\x8a\x25\x50\xf1\x05\x2c\xf8\x21\xf1\x58\x70\x63\xa0\xa6\ \x68\x10\x06\xdb\x36\x47\x47\xed\xd1\x14\x36\xaa\x64\x67\x60\x89\ \xa0\x4f\x68\x31\x0c\x65\xc9\x93\xb0\x60\xa2\xb0\x24\x12\x8b\x85\ \xc6\x62\x30\x89\x64\x22\x03\x03\x4e\xac\x8b\x46\x26\x75\xd1\x08\ \x44\x12\x01\x87\x23\x52\x49\x78\xc2\xfa\x3f\x7e\x30\xcb\x5b\x7c\ \xbc\xb8\x3e\x85\x0a\x13\x09\x14\x01\xa8\x0f\x8a\x69\x46\x39\x5b\ \x54\x2a\x0b\xb4\x98\xcf\xa7\xa2\x38\x7b\x16\x19\xac\x19\xec\x29\ \xd0\x31\x06\x13\x95\x35\x30\x18\x54\x70\x73\x78\x3c\x3c\x15\x1a\ \x01\x4d\x25\x11\xd0\xe0\xaa\xc9\x51\x25\x81\x36\xcb\xeb\xc2\x91\ \xd8\x06\x81\xf8\x37\x7c\x95\x60\x5a\xcc\x66\xe0\xf0\x1c\x1e\x91\ \x48\xec\x22\xcc\x4e\xbd\xe3\x1c\x7c\xef\xbe\xd5\xa7\x1e\xd7\x68\ \x64\xb2\x01\xae\x42\x2e\x19\x53\x1b\x25\x12\xb9\x50\x21\x1c\x01\ \x58\x9b\x00\xb8\x12\x4a\x64\x5a\x9d\x44\x28\x11\x2a\xc6\xc0\x05\ \xa9\x25\xe3\x23\x63\xdc\x71\x2e\xd8\x22\xf5\xb8\x4c\x28\x1c\x1f\ \x1b\x54\x8f\x8c\x09\x81\xea\x06\xd5\xc2\x89\x31\xa1\x5a\x3a\x82\ \xae\x03\x4e\x4c\x08\x85\x03\x52\x35\x48\xd0\x00\x97\x3b\x3e\x31\ \xae\x90\xc8\xf4\x92\x31\x8d\x4c\x2b\x9f\xd0\xe8\xad\x42\x9d\x5e\ \x3b\x38\xfc\x60\x88\x3b\xd0\x73\x6f\x0c\x00\x73\x64\x62\x70\x4c\ \x38\x3e\x2e\x53\x0b\x81\x0f\xb9\x32\x8d\x62\x1c\x3e\x0e\x8d\xc0\ \x53\x4a\xd5\x12\x85\x5c\x36\xa1\x31\x9a\x8c\x1a\xb9\x5e\xa7\xd3\ \x8d\x69\x84\x52\xa9\xd6\x6c\xb4\x2b\x84\x72\xb5\xdc\xe8\x71\x81\ \xcc\x99\xdc\x56\xb9\x54\xa6\x95\xf6\x49\xad\x0e\xb7\x46\xaa\x91\ \x79\xac\x5a\xb3\x5e\xaf\xd6\xcb\x4d\x0e\xb9\xdc\x0c\xfe\xcc\x1e\ \x34\x8e\xe9\x15\x72\xbb\xd1\x1d\x0b\x2c\x25\xcf\x5b\x0b\xcb\xe5\ \xa5\x3f\x7e\xf9\xfd\xcf\x1f\x7f\xf6\x1b\x78\xf5\x3e\xff\xef\x6f\ \x5e\xbc\xf8\x9f\x8f\x2c\x2a\x91\x48\x40\x9a\x5c\xc4\xa1\x9e\x1c\ \xde\xe8\x14\x67\x72\x56\x39\x0b\x9f\x29\x71\xa8\x35\x1a\x24\x69\ \x65\x76\x76\x16\xfb\x49\xaa\x9d\xb1\xe1\xa9\x34\x3c\x9d\xc4\x51\ \xe2\x47\x17\x69\x9c\xd1\xa9\xc7\x2b\x2b\x28\xc6\x0c\xa4\xeb\xf1\ \xfa\x68\x17\x8e\xa7\xe4\x60\x66\xff\xf5\xf1\xb7\x1b\x26\x77\xd0\ \x17\x8d\x85\x7c\xd1\x7c\x27\xbb\x73\x78\xb2\xb4\x15\x8c\xb4\x6b\ \x91\xfd\x9d\xad\x72\x3e\xd2\xa9\x96\x0f\x4e\xaa\x5b\xd5\xf2\xee\ \xc1\x56\xed\xf4\x14\x05\xe6\xb5\xf6\x6a\x27\xed\xcd\xad\xf6\x7e\ \x7b\xfb\x68\x77\x2b\x6c\x0f\x45\x02\x51\x9f\xd7\x65\x8e\x95\x23\ \xf9\x76\x74\x37\x5a\x8e\x3a\xc3\x79\x6f\xa4\x5a\xee\x94\x23\x07\ \xd1\xea\x6e\xbe\x8d\xa6\x99\x1e\x81\xe7\x0a\xb6\xeb\x1b\x1b\xbb\ \xa7\xf5\x4c\x7d\xfb\xa8\xb3\x7f\x18\x2d\xef\x95\x52\x9b\x47\x3b\ \x27\x3b\x3b\xfb\x87\x1b\x95\x85\xd6\xce\x5e\x36\x9b\xcd\x2c\x03\ \x90\x15\x13\xa5\xb5\x4c\xfc\x78\x29\x9d\xc9\x64\xe3\xc5\x64\xb2\ \x71\x7c\x91\x4a\x16\x12\xcb\x0b\xe7\xc9\x62\xea\x66\x69\xb9\x54\ \x4c\x36\xeb\xcd\xe6\x75\x33\x55\x41\xf1\xd5\x95\x52\xa1\x12\xdf\ \xdf\xd8\x5e\xab\x97\xb6\x13\xa9\x55\xf0\x42\xa9\x52\x7c\x61\x61\ \x69\x3b\x15\xcf\xae\xee\x9f\x6c\xd4\x37\x92\x99\x43\xd0\x88\x3d\ \x50\x5d\xf8\x15\x8e\x4e\x4e\xf2\xd5\x6a\xcc\xe1\x70\xd9\x1d\x0a\ \xa1\x5e\x67\x0a\xdd\x45\x22\xd1\x10\x28\x9a\x33\x72\x9a\x5d\xc8\ \xac\x6e\x2f\xb5\x96\xd2\x4b\x07\xd9\xed\xd5\x9d\xa5\xcc\x72\x2a\ \x5e\x2a\x95\xb2\x9b\x9b\xd9\x64\x71\x75\x39\x13\xaf\xb4\x0e\x2b\ \x95\xc4\x45\xbd\x52\xcc\x2e\x2d\x2f\xa4\x8a\xc5\xc4\xc2\xf9\x31\ \x08\xc8\x72\x2b\x7d\xdc\x48\xc7\x13\xad\x8d\x74\x36\x9e\x6c\xa4\ \x52\xc9\x74\x66\x39\x5d\x28\x34\xd2\xcb\xcb\x1b\xe9\xc2\x5e\x65\ \x7b\x21\xb1\x9c\x5d\x4d\x1d\x2e\xa5\xb2\xc5\x62\xfa\x3c\x99\x5d\ \x4d\x14\x36\x96\x4b\x0b\xc5\xc4\x6a\xaa\xf8\xea\x25\x6c\x5b\x2a\ \x14\x2a\xa9\x42\xf1\x3c\x95\x6a\x1c\x9f\x15\x6f\x0b\xc5\xc4\xf9\ \xf3\xeb\xe2\xf1\xf9\xd5\x59\xba\x59\x4c\x2d\x24\x6e\x33\xcd\xc2\ \xd9\xf9\x59\xe2\x22\xf1\x22\xf1\xfc\xd5\xc5\xcb\xb3\x62\xf3\xbc\ \x78\xf3\xfc\xfa\xee\xf5\xeb\xcb\x57\xdf\xff\xf4\xd3\x4f\x9f\xfe\ \xf5\x5f\x3e\xfc\xed\xf4\xa3\x69\x30\x39\x28\xef\x05\x1c\x15\x06\ \xbc\x07\x81\x88\x41\xcd\xc8\xa8\x51\x05\xac\x0a\x85\x41\x26\x11\ \x59\x14\x12\xc0\x19\x16\x68\x07\xf5\x14\xd2\xe9\x54\x32\xb2\x57\ \x14\x3a\x05\xac\x0d\x48\x8e\x0a\x5d\xd4\x63\x93\x05\x14\x3e\x5f\ \x24\x50\x59\x54\xd3\x06\x91\xcd\x32\x63\x11\x3d\x9d\x11\x88\x6d\ \xd3\x06\xf0\x52\x33\x02\x0b\x5d\x30\x33\xc3\x44\x5c\x87\x86\xab\ \x32\xf8\x4c\x0a\x9b\x42\x06\x11\x62\x32\x54\x0c\x14\xdd\x47\x01\ \x40\x04\x21\x60\xc3\x0f\x42\x61\x89\x99\x70\xec\xb3\x58\x14\x16\ \x1b\x2b\x12\xd3\xc5\x82\xb7\xd9\xa2\x06\x31\x6a\xdc\x60\xb0\x50\ \x2d\x18\x1b\xa5\x52\x31\x00\x1d\xc9\x58\x36\x90\xa9\x18\x35\xed\ \x80\x2c\x09\x18\x74\x01\xbc\x53\x81\xb4\x60\xd8\xc0\x96\x54\xd4\ \x61\x28\x62\x52\xd9\x2a\x78\x46\xd4\x14\x49\x20\x51\x39\x24\x36\ \x09\x4b\x21\xd3\xc1\x18\x51\xb1\xa8\x13\x9b\x37\x8a\xc5\x82\xc7\ \x22\x12\x68\x18\x1c\x91\x46\xc3\xe0\xa7\x7e\xa9\x9c\x04\x18\x5c\ \x81\x53\xf5\xec\xfa\x93\x2e\x3a\x16\xc3\xc1\x61\xb1\x18\x94\xe7\ \xcc\x9c\x37\x88\x99\xe0\x3f\x59\x74\x06\x95\xc9\x10\x51\xf8\x58\ \xb0\x83\x2c\x3a\x91\x08\x5e\x94\x4c\x04\x49\x83\x9d\x84\xc5\xc1\ \x1e\xc3\x90\x50\x2f\x21\x81\x40\xc0\xf3\x70\x5d\x93\x9c\xae\x51\ \x25\x0e\x47\xa2\x31\xf8\x16\xc0\x6e\xd6\xb3\xf9\x69\x26\x03\x83\ \x85\x43\x12\x47\xe3\x71\x16\x95\xef\x8c\x3c\x78\x77\x58\xe2\xf1\ \xda\x25\x72\xb9\x5d\x2b\xd5\x99\x9d\x7a\xa3\xdb\xea\xf3\xb9\x5c\ \x2e\x87\xd0\x1a\x74\xfa\x42\xe1\xa0\x0e\x28\xc0\xea\x37\x59\xed\ \x70\xe2\x74\x1a\xc3\x41\xad\x51\xeb\x30\x3b\x51\x25\xb6\xcb\x61\ \xb6\xba\x74\x76\xaf\xdd\x6d\x52\x03\x92\xf8\x03\x3a\x97\xdd\x8a\ \x12\x3e\x25\x72\xa3\x5a\x2b\xf5\x18\x8d\x41\x87\xc4\x65\x37\x5b\ \x8d\x1e\x87\x5d\xe7\xf4\xb8\x7d\xa8\x3a\xd1\xe7\xd5\x47\x03\x01\ \xcd\xf0\xfd\x41\x49\xf7\x30\x0a\x83\x18\x18\x1f\xe7\x0e\x8e\x49\ \xb8\x63\x6a\xc5\xd8\x08\x88\xdd\x98\x70\x6c\x7c\xa4\x47\x2e\xef\ \xe6\x4a\xe5\x4e\xa3\x42\x28\x1d\x1b\x51\xe8\xb4\x5a\x85\x4c\x66\ \x96\xf5\x8d\x21\x57\x25\x57\x08\x8d\x76\xa3\x4c\xaa\x08\xba\x24\ \x1a\xa9\xde\x6a\xd2\x68\x51\x68\x9e\xc4\xee\x30\xcb\x35\x20\x4c\ \x61\x85\xd1\xa8\xd5\x98\x9c\x76\xb5\x56\x67\xd5\xe9\xf5\x76\x1d\ \x30\xa4\x1d\x60\xc9\x13\xa8\xb5\x36\x2a\xad\xad\x4e\x75\xfb\xdf\ \xfe\xfc\x3f\x3f\xfd\xee\xb3\x6f\x6d\x22\x3e\x9d\xff\xf3\x37\x7f\ \xfc\xe9\xe7\x6f\xb1\xb6\x6f\x55\xf0\xea\x50\xba\x56\x40\xe6\x47\ \x95\x78\xb4\x93\x08\x3c\x0e\x0d\x4b\x04\x93\x0a\xb6\x77\x72\x52\ \xb9\xf8\xf8\x09\xe1\xe3\x1f\xff\xc5\x40\x9e\x9c\xec\xc2\xc1\xd9\ \x93\x36\x3b\xa5\x1c\x5d\xfc\x60\x7d\x1d\x90\x70\x72\x72\x65\x76\ \xf2\x31\xf8\xad\xa9\xa9\xd9\x51\x5c\x17\xef\xf1\x63\x43\x4a\x2b\ \x35\xb9\xcc\x72\x93\xcf\x1c\xcc\x39\xcc\x5b\x7b\x6e\xb7\x37\xe6\ \x8d\x00\x25\xc5\xaa\x60\xb4\xf6\xd7\x76\x5b\x6b\xa7\x27\xb9\xd8\ \xd1\x69\xf6\x20\x17\x0a\x45\x63\xd5\x93\xdc\x16\xb8\x9b\xf6\xe9\ \x4e\x2e\xe0\x0a\xa0\x48\x07\xab\xd3\xef\xdf\xf2\x46\x80\x12\x43\ \xb9\xa3\x48\xcc\x17\x8a\x46\xcb\x47\xa1\xc8\x56\xdb\xe5\xdf\xea\ \x1c\x1d\x75\x76\x03\x60\xa7\x22\xc1\xd0\xc9\x76\x3d\x5f\x3b\x3a\ \x58\xad\xb7\x0e\xeb\xdb\xf5\xfd\xd3\x52\x6b\xe3\x14\x34\xb2\xb2\ \x71\x72\xb8\xb4\xb4\x94\xce\xee\xd5\x37\x96\x4f\xb7\xd6\xf6\xb7\ \x4b\x7b\x9b\x0b\xc9\xc4\xf2\x45\xe5\x74\x33\xbb\xb4\x5d\xaa\xa4\ \x13\xe9\xe4\xe6\x6e\x29\x11\xdf\xdb\xda\xa9\x2f\x34\x36\x4a\xcb\ \xa7\xa7\x9b\xe9\x85\x74\xb3\x70\xbe\xdc\x4a\xac\xee\xd7\x77\x36\ \x8f\xf6\x4b\x7b\x3b\x9b\x27\xf5\xb5\x8d\xce\x61\x66\xf5\xb0\xb8\ \x54\x5f\xdd\x68\x25\xb7\xe3\xdb\xab\x7b\x9b\xa5\x44\xb2\xf1\xa6\ \x81\xc0\xb7\x56\xde\x3b\x3d\x5c\xd8\xe9\xec\xd5\xc2\x76\xb7\xd7\ \x64\xb5\xca\x64\x46\x7b\xed\xcb\xb0\x33\x16\xb6\xbb\xc0\x83\xb5\ \x2b\xe7\xc7\xc9\xe3\xc3\xd6\xcb\xe3\xcd\xca\x5a\x26\x5d\x68\x5e\ \x5e\x2d\x5f\xbc\xba\x7b\x71\x7d\xdd\xb8\xfd\xb2\xf1\xe2\xcd\xf3\ \x37\xdf\xdc\x5c\xff\xf1\x0f\x5f\x3d\xbf\x6c\xde\x35\xcf\xbf\xff\ \xa2\x72\xd6\x78\x7e\x9b\xb8\xbc\x49\x97\xb2\x89\xf3\xeb\xf3\xb3\ \xcb\x66\xe3\xf9\x1f\xd2\xcf\x5f\x7d\xf5\xdd\x17\xbf\xff\x8f\xd7\ \xcf\xef\x6e\x5e\xbd\xba\x3d\x2f\x24\xef\x2e\x0b\x6f\x5e\xbf\x3a\ \xbf\xbe\x79\x71\xf1\xfa\xab\xbb\xeb\xe3\xe7\xdf\x7d\x79\x05\x88\ \x77\xf5\xa2\x70\x7e\x7c\xf3\xe6\xf5\xe5\xdd\x97\x77\xb7\x95\xf3\ \xe6\xf3\xaf\x9b\x8d\xab\x97\x97\x2f\x2f\x9b\x89\xeb\x2f\x5f\x26\ \xce\x5f\x5c\x3f\x3f\xbb\x78\xfe\xe5\xf7\xe7\x2f\x6e\x5f\x1e\x17\ \x2e\x2e\x1b\xcd\x2f\x41\xb1\xee\x5e\x9d\xdd\xbc\xba\xa8\x34\x9a\ \x37\x57\x5f\x5e\xdf\x5d\x5c\x57\x7e\xff\xe6\x8b\x57\x7f\xfc\xf1\ \x9b\x1f\xfe\xfb\xb3\xcf\xfe\xf4\xed\x87\xf3\xbf\x99\x03\x3f\xc3\ \x06\x9e\xb3\x89\xb1\x58\x2a\x96\x80\xc3\x50\xf9\x08\x6b\x00\xd0\ \xc0\x49\xb1\xb1\x78\x94\x23\x4c\x65\xc2\x7d\x04\x32\x58\x0c\xf8\ \x5b\xa2\x60\x19\x18\x81\x98\x4f\xa5\xa0\x24\x04\xc0\x32\x81\x58\ \xc5\x62\xb2\x51\x79\xfa\xf4\x34\x5d\x65\xe0\x0b\xf8\x2c\x95\x6a\ \x66\x7e\x6e\xce\x00\xda\x25\x16\x5b\x58\x06\xb1\xc0\x22\x52\xcd\ \x5b\xe0\x18\x17\x18\x04\x60\x84\xc8\x2c\x15\x93\x8f\xa2\x20\xa8\ \x6f\xd3\xd9\x29\xa8\x8e\x9d\x8f\x17\xa0\x5e\x66\xd4\x09\xc8\x36\ \xf0\x51\xd9\x3b\x5b\xc0\x62\xd8\x54\x20\x62\x22\x32\x0b\x15\xb1\ \x8b\x0d\x06\x36\x58\x3d\x81\x40\x40\x11\x33\x55\x60\xa3\x98\x00\ \x7e\x0c\x78\x36\x31\x98\x2c\x36\x5d\xc4\xa4\x50\x0d\x62\x03\x15\ \x6e\x01\xa1\x65\x31\x29\x0c\x2a\x4a\x75\x47\xb3\xa6\xe1\x7b\xb2\ \x28\x64\x22\x15\xd7\x85\xc1\xd0\x55\x60\xbc\x50\x38\x3c\x83\x42\ \x62\xd3\xb1\x04\x3c\x81\x8e\x05\x99\xc1\x10\x30\xa0\x4a\x5d\x44\ \x22\x76\xf2\xfd\xc9\x45\xf8\xe3\xff\xe0\xf1\xfa\xca\xd4\xe2\xfb\ \x34\x2c\x06\x8b\xc3\xe3\x88\x44\x0c\x51\x60\x53\x59\xd8\x6c\x32\ \x1d\xc4\x86\x8e\xa5\x33\xd8\x02\x2c\x9d\x45\xa5\x0a\x28\x20\x7c\ \x44\x34\x3e\x11\x0d\x72\x45\x93\x16\x61\x4f\x11\x49\x1c\x1a\xba\ \xe2\x3e\xc9\xe1\x8c\xf2\x68\x40\x37\x1c\x1a\x0f\x4f\xa3\xf1\x0d\ \x2c\x83\x45\x65\x98\x11\x33\x40\x88\xc1\xd2\xe1\xa7\x46\xbb\x94\ \xca\x77\x86\x1e\xfc\xdd\x90\x26\xe0\x36\x2a\x34\x72\xb7\x5b\xe1\ \x73\x79\x75\x5e\x1f\x4a\x74\xcb\xfb\x3d\x7e\x6f\x24\xec\xf4\x38\ \x83\x0e\x8f\xd3\x0f\xce\x24\x1c\x8c\xf9\x9d\x61\xbf\x27\xec\xf3\ \x05\xcb\x5e\x37\xa0\x80\x2f\xe8\x0f\x7a\x5c\xa6\xa0\xd7\x14\x06\ \x11\x42\x17\xd6\xf5\x7e\x97\xdd\x24\xb3\x4b\x34\x28\x4f\x5d\xaf\ \x7b\x3b\x89\xd4\xe7\xf0\x58\xcd\x3a\xbb\x49\xe3\xf0\x79\x83\xe1\ \x6a\x3b\x17\x0b\xc4\xc2\xae\x7c\x80\xdb\x87\x0a\xdc\xb9\x7d\xc0\ \x87\xdd\x03\xbd\x83\x23\xdc\x11\x99\x50\x32\xa1\x9f\xe0\x82\x66\ \x49\xd4\x63\x63\xe3\x32\xc5\xf8\xc0\x84\xde\x24\x57\x28\x24\xc2\ \x09\x09\xc8\xd5\x88\xce\xa1\x1b\x1b\x93\xc1\x1d\x5a\x50\x2d\xa7\ \x43\x2f\xf7\xd8\xf5\x0a\x35\x78\x2e\xb9\x46\x33\x21\x77\xda\xb9\ \x63\x12\xa9\x49\x2e\x57\xf8\xbd\x72\x78\x93\x3a\x4c\x5a\xbd\x5c\ \x6a\x02\x76\x54\x38\xad\x7a\x8d\xd4\xac\x41\x4b\x5b\x6d\x40\x0c\ \x5f\x20\xd6\x4e\xfc\xf8\xd3\x5f\xff\xeb\xd3\x3f\xcf\x51\xf8\x2c\ \xe2\xf4\xcf\x7f\xfd\x9f\x7f\xfb\x78\x86\x2f\x50\xc1\xeb\x8d\x25\ \xad\x4f\x8e\xd2\x38\x38\x1c\x07\x8f\xa1\x82\x64\x71\x48\xe0\xa5\ \x68\x38\x1e\x0d\xe5\x37\x28\x57\x66\x95\xb4\xd1\x45\x82\x12\xc7\ \xc0\x4d\x12\x18\x44\x9e\x12\x84\x0c\xd7\x35\x85\x32\xb4\x26\xd7\ \x51\x49\xc4\xd4\xd4\xfa\xca\xfb\x4a\x1e\x0f\x1e\xf2\xe4\x03\xfc\ \xd7\x11\xf8\x79\x4c\x56\x8d\xd4\x21\xd5\xfa\x9c\x31\xaf\x46\x61\ \x35\x6b\xcd\x7e\xb7\xd9\xb7\x1b\x8d\x05\xa2\xb5\x5a\xa7\x9a\x8b\ \x94\xa3\xed\x76\xd9\x9d\xf7\x84\x8d\x21\x4f\x20\x12\x3b\x3c\xda\ \xda\x6d\xb7\xa3\x5e\xa3\xdf\xe3\x72\x85\xfd\xde\x1c\x6c\x12\xc9\ \x45\x83\xe1\x80\xc7\x9b\xf3\xe6\x6b\xb1\x40\x7b\x73\x23\x1c\xc9\ \xc5\x42\x5b\xe5\x5d\x77\xe4\xe8\x28\x17\xc8\x21\x8f\xb6\x97\xab\ \xb5\x4e\xab\xf9\xfc\x66\x7d\x69\x27\xda\x5a\x5d\xeb\x6c\xae\xa5\ \x4a\x9b\xa5\x74\xe9\x64\x67\x7f\xe3\x60\xb7\xd5\xae\x46\x8f\x0e\ \x0f\x8f\x8e\x36\xf7\xeb\xd9\x8d\xc3\xbd\xd3\xe4\xe6\xd2\xd2\x61\ \x3d\x5d\x29\x64\xf6\xea\x7b\x3b\xad\xd5\xbd\xf4\x71\x31\xb3\x7a\ \xb1\xb7\xb7\x75\x08\xe6\xe7\xfc\xac\x51\x3c\x3e\x6c\xef\x1d\xd6\ \x6b\x9d\x93\x5a\x38\x14\xdd\xac\xaf\x9e\x1e\x2c\x6d\xee\x6c\x6f\ \x96\xb2\x99\x9d\xd5\xc3\xcd\x46\x36\xde\x5a\x2d\x5d\x5c\x1e\x5f\ \x5c\x27\xcf\xae\x57\xeb\xab\xad\xdd\x6c\x66\x69\xf3\xa4\x1d\x08\ \x79\xe4\x2e\xab\x4b\xa1\x73\x54\x8f\x3d\xae\x40\xc0\xee\xf6\xe7\ \x73\x27\x89\x66\xa1\x94\x4c\x2c\x54\x0a\x6b\x97\x89\x54\x6a\x09\ \x9e\xa0\x54\xb8\xbc\x3e\xbe\x7e\xf5\xf5\x17\xaf\xae\xae\x2e\x6e\ \xbe\xfa\xf1\xf7\x3f\x7c\xf3\xc3\xeb\xef\xbe\xbf\xb8\xfc\xe2\xe5\ \xed\xed\xc5\xcb\x97\xdf\x7c\x75\xf7\xfa\xcd\x9b\x37\x77\x2f\xef\ \xde\xdc\x7c\xfd\xe3\xed\xcd\xc5\xdd\x57\xb7\x57\x2f\xbf\x7e\xf5\ \xc5\x57\xb7\x37\xd7\x57\x57\xe7\x57\x77\x67\x5f\x7e\xf5\x55\x3a\ \x7d\x5b\x48\x9c\x37\xd2\x89\xc2\xef\xbf\xbf\x3e\x7f\xf9\xea\x79\ \xf3\xa2\x90\xa9\x80\x41\xcb\x5c\xdc\xbe\x2e\xd4\xd3\xb0\xe1\x71\ \xf3\xe2\xf6\xf2\xec\xbc\x59\xbc\xbc\xae\x34\x12\x17\x37\xc5\x4a\ \xf3\x0e\x05\xc9\x37\xaf\xce\x9b\x37\xaf\x1a\xd7\xd7\x57\x17\xcd\ \xeb\x42\xb1\x79\x9d\x6a\x5c\x9e\x17\x1a\x99\xd4\xc5\xe5\xf3\xc4\ \xd5\xed\xed\xf5\xab\x37\xaf\xbf\xfb\xe6\x87\x3f\xfe\xf4\x3f\x9f\ \xff\xed\xbf\xbe\x7d\xf4\xec\xc3\xb9\xa7\xd3\x96\x19\x34\x71\x9e\ \x8f\xf4\x02\xcb\x42\x93\x16\x50\x86\x28\x1d\x05\x22\x50\xd0\xba\ \x15\x13\x5d\xcb\xa7\x50\xc0\x48\x00\x15\x31\xa9\x44\xe4\x31\xc4\ \x36\x36\x93\x8c\x3a\x9b\x59\x20\x58\x02\xd0\x3c\x96\x41\x25\xb0\ \x4d\xf3\xa7\xc5\x7c\x83\x41\x35\x67\x9b\x9b\xff\xc8\x62\xb0\x59\ \x0c\x4c\x8a\x61\x1a\xf8\xd0\xc0\x14\xa0\x32\x77\x01\x86\xcf\x67\ \x09\x6c\x02\xbe\x0a\x14\x4b\x80\xa2\xb1\xb0\x6c\x01\x9d\x21\x78\ \xdb\x1c\x0d\x27\x56\x54\xa5\xc0\x62\x8b\x10\x11\x8a\x98\x7c\x16\ \x86\xc8\x12\x58\x0c\x2a\x11\x13\x9e\x80\x8e\x05\x75\x63\xbc\x5d\ \x46\x13\x81\xe3\x32\x08\x18\x58\x81\xcd\x06\x96\x4f\x04\x22\x82\ \x05\xc1\x64\x89\x28\x6c\x14\xb7\x4e\xe7\x0b\x28\xa8\xd2\x0a\x35\ \xe9\x20\xa7\x86\xfa\x64\xc4\xb0\x39\x11\x43\x27\x61\x30\x54\xb2\ \x4a\x80\xc5\xf2\x45\x18\x16\xba\xcc\x07\x2e\x0b\x4b\x42\xe1\xf2\ \xe8\xc2\x27\x9e\x8a\x4a\x4d\x89\xa3\x8f\x17\x57\xd6\xd7\x27\x57\ \x26\x67\x1f\xcf\xce\x3e\x56\x12\x71\x38\x1a\x1e\xb4\x13\xa5\x7b\ \xf1\x81\x37\x29\x14\x06\x8a\xa8\x61\x33\xd8\x68\xf6\x21\x89\x4c\ \x11\xb1\xb1\x24\x0a\x1a\x24\x86\x32\x01\xa9\x60\xb7\x50\xbb\x0f\ \xc0\x1e\x1e\xe5\xb6\x77\x81\x45\xe8\x42\x6b\xee\x3c\x34\x81\x90\ \x2a\x16\xd9\x44\x62\x34\xb1\x43\xcc\xc2\x62\x70\x5d\x44\x7c\x57\ \x17\x87\xf7\x4e\x6f\xff\xdf\x0f\x8d\xdb\x63\x4e\xbd\x90\xab\x77\ \x59\xfd\x5e\xa7\x3b\xe2\xc9\x45\xfd\xc1\x50\x00\x2d\xd3\x6e\xb9\ \x9c\x3e\x9f\x5f\xe7\x46\x17\xd0\xed\x76\xaf\x3b\xb0\x15\xf1\xd8\ \xcd\xc1\x20\x1c\x3b\x7e\xa7\xd9\x89\xa6\xa5\xa3\xc1\x31\xc6\x68\ \xc0\xe3\xf6\xc0\x11\xe7\x71\x68\x8d\x3a\x93\xce\x61\x1f\x53\xd8\ \x5d\x60\x6b\x24\x26\xa9\xd4\x68\x32\x79\x7d\x32\xab\xdb\x0d\x2c\ \xe8\x0d\x84\x72\xfe\x7c\x20\xea\xaf\xb5\x77\x63\xbd\xbd\xdd\x28\ \x40\x6b\xa2\xaf\x67\xa0\x7f\x44\xc1\xe5\x0a\x27\xb4\x32\xae\x04\ \xb5\x0f\x0a\xa5\x6a\xc5\x48\x77\xcf\xd8\xe0\xd0\xdb\x72\xac\xf1\ \x11\x85\x56\xa8\x96\x18\xf5\x46\xab\x5c\x28\x15\x72\xa5\x7a\xb3\ \x51\xaf\x95\xd9\x9d\x0e\x9d\x54\xa8\x71\xc9\x64\x42\xe9\x20\x77\ \x4c\x61\x1d\x1b\x1b\x91\x99\x8d\x66\x85\x46\x6b\x02\x43\xa7\xd0\ \x68\x34\x3a\x97\x5c\xae\x95\x3b\xd5\x66\xbb\x5d\xaa\xd3\xa1\x18\ \x65\x70\x87\xd1\x68\xd8\xe7\x8c\xae\x9e\x9c\xfd\xe5\xeb\x4f\x66\ \xe6\x05\x33\x6c\x3a\x13\x27\xf8\xf7\xdf\x7d\xfe\xf4\x11\x4b\xcc\ \x12\x93\x31\x14\x16\x6e\x76\x71\x91\x83\xa3\x75\x75\xa1\x26\x26\ \x25\x07\x47\x02\x69\xe7\x29\x79\x53\x28\x55\x59\x39\x3b\x39\x4a\ \x98\x5a\x79\x7f\x96\xc8\x20\x2b\x71\x58\x52\xd7\x28\xa1\x0b\x76\ \x33\xa9\x6b\x76\x94\x37\xf9\xbf\x97\x78\xd7\xdf\xff\x60\x11\x4e\ \x38\xb0\x1d\xe7\x97\xbf\x18\xfd\x36\x6e\x96\xc9\xc6\xc7\xa5\x28\ \x78\x22\xd6\x71\xca\xac\x7e\xd8\x61\x76\xa7\x27\xec\xd5\x9b\xdd\ \x6e\xad\xd5\xea\x8e\x19\x35\x5a\x8d\xc7\x64\x47\x85\x5b\x42\x8f\ \x57\xe7\xf2\x85\x23\x5e\x38\x1b\x84\x62\x56\x93\xd1\x11\x74\xc9\ \xfd\x1e\x87\xd9\x6b\xb7\xfb\x3c\xa6\x48\xcc\x11\x74\xc6\xf2\x5b\ \xfb\x65\x5f\xc4\x13\x74\x45\xaa\xb1\xb0\x3b\xb4\x75\xd4\xde\xad\ \x82\x22\x9c\x54\xcb\x5b\xf9\x48\x2c\x76\xd0\xae\x96\x23\x87\xdb\ \xed\xd3\xf6\x61\x26\xbe\xb9\xbd\x7f\xba\x7f\x50\xce\x9e\x76\xa2\ \xe1\xda\xc1\xce\x76\xab\x7a\x70\x94\x3d\x59\xdd\x3e\x38\x59\x5a\ \x68\xb5\x76\xf7\x52\xe9\x46\x73\xa3\x93\xdf\xdf\x2a\x6d\x6f\x24\ \x5e\x35\xe2\x07\x6b\x1b\xd9\xfa\x76\x29\x5b\x59\x3a\x3f\x2b\x24\ \xeb\x47\xb9\x7c\x2e\xb6\xe7\x73\x47\x82\xfe\xfc\x56\x34\xd4\x5a\ \x4d\x6c\x1e\x1c\xd6\x17\x4a\x68\x0e\xd7\x52\xaa\x95\xaa\x37\xff\ \xf0\xfa\xb8\x08\x0e\xe5\xa2\x92\x4a\x6c\x1c\xd6\xe3\xf5\x83\xd5\ \x4e\xb8\xe6\xf2\x84\x62\x41\xaf\xdf\xbd\x97\x88\xf8\x5d\x3e\x7f\ \xd8\x77\xb4\xbb\xb3\x74\x59\xc9\x1e\x27\x77\xb2\xc5\xc3\xcc\x61\ \x62\xa1\x7e\xd0\x3a\xae\x97\x96\x4b\xa9\xf8\xf1\x17\xcd\x97\xb7\ \x77\x77\x2f\xee\x6e\x9e\x7f\xf5\xe6\x9b\xb3\x17\xaf\x5f\x5e\xa7\ \x2b\x4b\xd9\x85\x4a\xb1\xd2\x38\x7b\xf5\xf2\xf6\x3f\x7f\xfc\xe3\ \xdd\xeb\xaf\xbf\x7c\xf5\xfd\x77\x67\xc9\xe4\x45\xe3\xfc\xee\xfa\ \xe5\x59\xf3\xf2\xf9\xf1\xf1\xdd\xd5\x8b\xab\x2f\xbe\xba\x4e\xbf\ \x8c\xa7\x12\xc5\x34\xa2\xbb\xd7\x60\x9c\x2e\x16\x6e\xbe\xbe\xbe\ \x3e\x6b\x66\x13\xf5\x54\x73\x61\x23\x9b\x6c\xa6\x93\x4b\x0b\xa9\ \x85\x42\xe6\x38\xbd\x50\xa8\x24\x8f\x1b\x8d\x78\x26\xbe\x56\x38\ \x4b\x25\x9b\x17\x2f\x6e\x6e\xaf\xae\x2a\xd7\xc7\xe7\xf1\x44\x25\ \xd1\x4c\x24\x40\x4f\x33\xf1\xe4\x5a\xa2\x78\x73\x79\xf9\xe5\xed\ \xcb\x57\x5f\xff\xdb\x57\x3f\xfe\xf7\x0f\xff\xf9\xe3\xa7\x7f\xfe\ \xf7\x3f\x7d\xf8\xd1\x6f\xe7\x9e\x3e\x14\x83\x06\xd0\x05\xa0\x21\ \x60\x1c\xd8\x0c\xe0\x33\x26\xea\xfc\x63\x0a\x98\x7c\x32\x89\x25\ \xb6\xf0\x19\x20\x26\x4c\x91\x45\x40\xa7\x82\x16\xb0\x04\x6c\x15\ \x4a\x69\x10\x88\x51\x80\x8c\xca\x20\xe6\x8b\x0c\x2c\xd5\x0c\x9f\ \x6d\x13\x1b\xe6\xe6\x01\x01\x6d\x0f\x55\x96\x99\xa7\x36\xc1\xd3\ \x0f\x1f\xda\x54\x2a\x36\x55\x65\x78\x08\x42\x06\x96\x6c\x86\x25\ \xb2\xa1\x70\x77\x01\x5f\x6c\x61\x83\x49\x62\xa1\x19\xf6\x18\x2a\ \x13\xe5\x04\xb2\xa9\x4c\x04\x5b\x22\x70\x43\x02\x15\x88\x95\x88\ \xaf\x62\x32\xb0\x14\xba\x81\xcf\xb2\x59\x44\x28\xf0\x46\xc4\x67\ \x03\xa2\x8a\x54\x54\x92\x08\x59\x1d\xd5\x34\x5b\x04\xcf\xc6\xa7\ \x00\xca\x32\x50\x6c\x0d\x1b\x38\x53\x84\xc2\x22\xf8\x2c\x40\x49\ \x0a\x03\x14\x8b\x85\x2e\x24\x52\xba\x30\x64\x06\x9d\xcf\xa7\x60\ \x91\x3c\x51\x30\x98\x69\x16\x91\x8c\xa7\xb3\xa9\x34\x2a\x99\x8c\ \x05\xe3\x04\x66\x09\x4b\xc6\x10\xe1\x14\x4e\xc6\x77\xe1\xc9\x5d\ \x93\xeb\xb3\x68\xfe\xc4\x14\x9a\xa7\xfa\xf8\x1f\x80\xe5\x28\xe0\ \x0e\x55\x20\x89\x62\x16\x9d\x85\x26\x9c\x01\x3e\xd3\x81\x90\x19\ \x16\xd8\x47\x28\x5b\x19\x4b\x22\x62\xd9\xc8\xc6\x51\xc8\x04\x1a\ \x9d\xc8\xa3\x61\x08\x34\x32\x86\x80\x05\x94\x51\xf2\x70\xb4\x45\ \xf8\x16\x3c\xa5\x72\x72\x65\x94\x86\xa3\xa0\x4b\xa5\x2a\x11\xec\ \x0b\x30\x8b\x38\x2c\x91\x88\x47\x48\xd8\x3d\xf4\xf7\x7f\xd7\xe3\ \xae\xb9\xcc\x63\x6a\xb5\xd9\xeb\x01\xfa\x8b\xc6\x7c\x6e\xa7\xd9\ \x13\xf3\x39\x7c\x56\x8f\x0b\x4c\x91\x43\x03\xb8\xa7\xd3\x79\xfd\ \x7e\x8f\x3b\x17\x8d\xba\xcd\xce\x30\x4a\xd3\x45\x6f\x5e\x87\x17\ \xac\x93\xd4\xed\xce\x69\x4d\x3a\xbd\xc3\xe9\x94\x4b\xb5\x28\x29\ \x46\x32\xa1\xb1\x9a\xf4\x1a\xbd\xdc\xae\x9b\xd0\xab\x3d\x0e\xa3\ \x35\x68\x95\x22\x3d\x2c\x07\xcb\x7e\x7f\xec\x60\xeb\xa8\xd3\xae\ \xab\xef\xf7\xf4\xa3\xde\xc2\x91\x71\x2e\x57\x23\xe5\x72\x27\xf4\ \x66\xd9\xc4\x78\xcf\x80\x44\xab\x36\x6a\x65\x9a\xbe\x91\x31\xae\ \x5a\x2d\xef\x1b\x1f\xd3\x9b\xb9\xbd\x32\xbd\x71\x44\x28\x14\x72\ \x07\x65\xc6\x31\xa1\x49\x2a\x57\x8f\x6b\xac\x32\x9d\x79\x62\x62\ \x5c\x3f\x61\x34\xc9\x00\x07\xf5\x3a\x85\x4e\x2f\x07\x5c\xd4\x99\ \xa5\x0a\x9d\xd4\xe4\x90\xe9\xb5\xe0\x66\x74\x3e\xad\xd3\x28\xb7\ \xda\x51\x9c\xb2\xde\x69\xd4\xe8\x35\x1a\x4f\x30\xe6\x8b\x9c\x2e\ \x1c\x5e\xff\xf4\xf1\x87\x7f\x7d\xf6\x8c\x81\x61\xd2\x31\x94\xf9\ \x47\xd3\x33\x73\x18\x0c\x1f\xce\x5d\x18\x22\xec\x19\x1a\x07\x44\ \x9f\x46\xc2\x13\x51\x72\x58\x17\x19\x4f\xe8\x9a\xe4\xbd\xdd\xa9\ \x04\xce\x2c\x87\x36\xf5\xf8\xf1\x14\x8f\xd0\xd5\xf5\x76\xca\x63\ \x17\x4f\x39\x89\xa6\x12\xc1\x43\xd0\xed\xeb\xe0\x91\x57\x16\x95\ \xf0\x7f\x05\xb6\x54\xfe\xe2\x1f\x58\x5f\x1d\x48\x25\xb2\x71\xb9\ \x49\xeb\xcf\xfb\xad\xa8\xb0\xc0\xe9\xb2\x47\xda\x61\x9d\x35\x17\ \x76\xda\xcd\x61\x50\x2d\x97\xce\xe4\x72\xda\x9d\x4e\xa3\x2e\xe0\ \x35\x3b\x63\xb9\x6a\xd8\xa1\xd7\x06\xab\x1e\x6f\x00\x30\x5c\x0b\ \x40\xed\xb0\xdb\xb5\x61\xb7\x33\x68\xb4\x56\x3d\x6e\xd7\x56\x4e\ \xab\x41\xc1\xc9\x70\x36\x89\x58\x4d\x9e\xaa\x2f\xe0\xd2\x38\xca\ \xb0\x61\xde\x11\xf0\xb9\x83\x6e\x57\xcc\x9d\xcf\x39\xcb\x7e\x14\ \x88\x15\x89\x44\xe1\x55\xab\xd5\x63\xe0\xc3\xb6\x02\x81\x50\xf5\ \xe8\x28\xb6\x55\xae\x46\xc2\xed\x58\xae\x9d\x8f\xc6\x72\x3b\x39\ \xf0\x6a\x9d\x6a\xc7\x57\x3b\x29\x1f\xed\x6d\x1e\x54\xa3\x87\x27\ \x9b\xc9\xcd\xd6\xda\xe1\xd6\x41\xad\x16\xf0\xfa\xbd\x6b\xdf\x98\ \xed\xb1\x60\x7b\xab\x06\x27\x9a\x60\xed\x28\xd7\xde\xdb\xdd\xdb\ \x6d\xed\xec\xac\xc6\xe3\xd9\x74\x33\xbe\x50\xef\x1c\x1d\x6c\x1e\ \x95\xa3\xe5\xdd\xf6\xc1\x56\x20\xe2\x70\xba\x7d\xf9\xe8\x6e\xcc\ \x6b\xf7\xe4\x37\xcb\x3e\x2b\x98\xf5\x6a\x14\x4c\xed\xc1\xea\xce\ \xce\x6e\xbe\x5d\xf5\x9f\x56\x4f\x4f\x77\x77\x5b\x9d\xda\x56\x74\ \x77\x15\x08\xf4\x64\xab\xb4\xb4\xb1\xb0\x90\xbe\x5c\xd8\x5b\x58\ \xdb\x81\xaf\xf7\x4e\xf7\xda\xfb\xdb\x7b\x27\x3b\x3b\x95\xec\xc6\ \xd2\xf9\x5a\xb1\x50\x59\xa8\x5c\xa4\x8e\x5f\x14\x1b\x95\xc4\x71\ \xb6\x51\x29\x16\x37\x36\xb7\x33\xe9\xcc\xe6\xd2\xda\xe1\x5a\xe1\ \x78\x21\x53\x58\xb8\x5c\x5b\x2a\x25\x33\xd9\x85\x52\x69\xed\xec\ \xec\xee\xaa\x90\x4c\x1d\x64\xb7\xf7\xd6\xb6\xeb\xdb\xbb\x3b\xad\ \xfd\xcd\xa3\x8d\x9d\xd2\xc2\xde\x52\xbd\x14\xdf\xde\x8e\x27\x13\ \xf5\x9d\x4c\x22\x79\x77\xf1\xfc\x55\xb3\x91\xcd\xae\xd6\x97\x97\ \xb7\x0f\xd7\xe2\xc9\xfa\xc6\xe9\x52\x26\xbb\xb6\x54\x4c\xa6\x9b\ \xc7\x17\xcd\xab\xe7\x5f\x7e\xf9\x9f\xff\xf9\xe9\x67\x3f\xfd\xe5\ \xb3\xbf\x3d\x7b\xf8\xd1\xc7\x33\x16\x81\xcd\x62\xb1\xa9\x90\x19\ \x61\x88\x05\x2c\x3e\x19\xcb\x62\x93\x19\x16\x9b\x81\xc5\x34\x18\ \x00\xd8\x04\x06\x11\xf0\x99\x48\x25\x06\x8f\x44\x01\x11\x13\xa3\ \x7a\x4f\x11\x53\x05\x02\x07\x46\x68\xda\x30\x6d\x13\x88\x67\x6c\ \x73\x2a\xfe\x34\x68\x95\x4d\x3c\x6f\x9b\x79\x66\x99\x31\x18\x44\ \x0f\x67\x66\x50\x81\x3b\x9f\x3d\xfd\x50\x34\x6d\x11\x03\xe0\xcd\ \xa8\xd8\x2a\x11\x18\x2c\x34\x63\x02\x4b\x47\xc5\xa1\x38\x8a\x4a\ \x20\x12\x93\xd9\x2c\x36\x80\x1c\xc8\x01\x43\xcc\x62\x4e\x8b\xc4\ \x6c\xd6\x8c\x81\x4a\x67\x80\x13\x41\xce\xca\x30\xc3\x64\xaa\x44\ \x06\x91\x80\x2d\x60\xa0\x7a\x55\x94\xeb\x27\xa2\xdb\xc4\x6c\x50\ \x3f\x3e\x1b\xdc\x19\x93\x82\xb2\xdd\xa9\x2c\x15\x90\x25\x1b\x95\ \x9f\xa2\xca\x2c\x2a\xea\x17\x44\x59\x13\x74\x26\xba\xe2\x28\x60\ \x92\x50\x3e\x1c\x0d\x0f\x66\x88\x82\xc2\xe9\xdf\xce\x71\xa5\x12\ \xf0\x20\x58\xf0\x70\x12\x9e\x82\xed\xe2\xa0\xc6\x1d\x2c\x66\xe5\ \xc9\xfa\xca\x0a\x6f\x71\x16\x3e\x4e\x3e\xfe\xc7\x29\x2a\xc8\xa3\ \x6d\xc6\xc6\x62\xd0\x59\x22\x26\x19\x4f\x22\x33\x40\x1a\xe9\x18\ \x06\x96\x89\x26\x6c\x50\x31\x74\x32\x06\x25\x11\xa2\xb6\x6d\x0c\ \x8d\x06\xcf\xdb\x05\x04\xd9\x45\x1c\xe5\x61\x39\x78\xb4\x4e\x3c\ \x89\xae\x59\x29\x79\x9c\xd9\x15\x0e\x6e\x94\xc7\x07\xab\xc6\x9e\ \x99\xe3\x4f\xdb\x58\x14\x3c\x1c\x68\xb4\xc5\xc5\xd1\x77\x7a\x86\ \x1e\xdc\x1f\x78\x38\xbf\x8b\x00\x00\x20\x00\x49\x44\x41\x54\x30\ \x07\xcd\x42\xa1\x5e\x6a\xf4\x3a\x25\x32\x6d\x20\x6a\xf7\x98\x8c\ \xc1\xa0\xcb\xe7\xd6\x69\x74\x3e\x87\xcb\x0c\xef\x4d\x46\xc0\x44\ \xa3\x19\x8e\x7c\xa7\x33\xea\xd4\x83\x25\x70\xd9\x1d\x4e\x97\x5b\ \x6b\x1e\x97\x00\x6f\xd9\xc1\xf2\x00\x80\x99\xac\x5a\xb9\x5f\x6e\ \xd4\xa9\x15\x12\x04\x63\x52\xab\x49\x66\x54\x98\xf5\x72\xa3\xc6\ \x0d\x7e\xcb\xa3\xd1\xbb\xc0\x57\x68\xbd\x5e\x90\xc3\x68\xb9\xac\ \x1d\x7a\x5b\x18\xd1\x37\x20\x19\x19\x9b\x18\x99\x50\x0c\x6a\xd1\ \xb4\xb0\xf1\x41\x99\x4e\x2a\x93\xca\x34\x32\x69\x7f\x8f\x42\xab\ \xe9\x11\xca\xd4\x52\xcd\x18\x9a\x05\x2f\x95\xc9\x06\xa5\x68\xde\ \xb3\x71\x4c\x21\x95\x82\x30\x4d\x8c\x49\xe4\x3a\xad\x42\x21\x77\ \x3a\xf5\x83\x0a\x89\x62\x4c\x28\x37\x6b\xe0\xd8\x96\x29\x8c\x7a\ \x10\x27\x87\x4e\x8f\x96\xb0\xac\xf6\x71\x89\x55\x6b\xd4\xf8\x75\ \xe0\xf9\x50\xf9\xa6\x55\x67\xf6\x58\x03\xf5\xe2\xeb\x8b\x7f\x03\ \x67\xcf\x02\x92\x67\x88\xa9\x2c\x11\x6b\x7e\x1a\xec\xf3\x34\x03\ \x87\xc7\x13\x46\x89\xa3\x84\xd1\x49\x1e\xa7\x8b\x40\xe3\x80\x30\ \xe1\xc9\x98\x2e\x02\x8e\xd0\x85\x9b\xe2\x11\x69\x84\xc5\xa9\x51\ \x0e\x8e\x30\x39\x39\x3b\x45\x20\x50\x29\x78\x02\x4d\x89\x47\x99\ \xca\x1c\x4e\x17\x9e\x07\xc4\xb8\xb8\xf2\xf8\xc9\xfa\x13\x34\x60\ \xfa\xfd\xd9\xd9\x29\x0e\x9c\x7c\x3e\x58\xe4\xbf\x3e\x52\x4c\x68\ \x84\xae\x68\xc0\x1b\x76\x47\x5d\xda\xa0\xdd\xeb\x35\x2a\xbc\x31\ \x77\xc0\xed\xce\xa3\xfd\xec\xb1\xba\x5d\x66\x57\xde\xe1\x0a\x3b\ \xf3\xee\x60\x04\x94\xc9\xe4\x0e\xd4\xca\x6e\x87\xc9\xe4\x0c\xfa\ \x4d\x56\x67\xd8\xed\x08\x84\xed\x3e\xbb\xbf\x06\xc7\xfe\x49\x4e\ \xab\x73\x44\x42\x0e\x38\x9f\x84\xdc\x76\x5f\x38\x60\xb5\x3b\x3c\ \x39\x8f\xc6\x01\xfa\xe2\xb2\xbb\xbd\x46\xa9\x35\x1c\xf4\x97\x9d\ \x2e\x97\xd9\xec\x8b\x06\x9c\x11\xa3\x3d\xe0\x71\x98\xdc\x56\x6d\ \x18\xce\x3b\x7e\x77\x30\x87\x0a\xe5\xad\x11\xbf\x36\xec\x74\x04\ \xbc\x70\x6e\xca\x85\x03\x5e\x77\x34\x1c\x70\x06\xb6\xcc\xa1\x88\ \x3f\xd0\x89\xb9\x02\x91\x40\xb0\xd3\xd9\x0a\x84\xcd\xb5\x8a\xcf\ \x7f\xd2\x5a\x8d\xb7\xfd\xed\x9c\xe3\x64\x69\x6f\xa7\xbe\xdb\x39\ \x88\xc5\x5a\xf5\xd5\xc3\x9d\xdd\x58\x2d\x12\xda\xdb\x8a\x46\xb6\ \x22\xe1\x40\x24\x1c\x2c\x5b\x3d\x6e\xab\x1b\xce\x73\xbb\x01\x3f\ \x8a\x87\x08\x85\xfc\x79\x4f\x10\xf4\x31\x12\xca\x9d\x1c\x1c\x6d\ \x6c\xd6\x8e\x3a\xb9\xf2\xe6\xe9\x76\xba\xb2\x76\xd2\xca\x9d\xd4\ \x77\x5a\x3b\x07\xa5\xe3\xc3\x9d\xd5\xed\x7a\xaa\x5e\xde\x3b\x69\ \x9f\x64\x37\x4e\x13\x1b\xa5\x54\x76\x23\x1d\xcf\x2c\x95\x36\x97\ \x32\xa5\x62\x6a\x7b\x63\xbb\x74\xb8\xd4\x84\xaf\x8a\x95\xc3\x8d\ \xf8\x6a\x3a\x1b\x5f\x48\xa5\xe3\xe9\xf8\xda\xe6\xe9\x7e\x7c\x61\ \x3b\xbe\xba\x56\x2a\x64\x4b\x68\x85\x6e\x7b\xbf\xb5\x51\x4f\xc5\ \x1b\xe9\xd2\x52\x61\xed\x30\xb3\xd0\xcc\xa2\x05\xfe\xcd\xcc\xd2\ \xd2\x65\x29\xbb\xdc\x6a\xa0\xcf\x17\x40\xb8\x12\x4b\xcb\xa9\xcc\ \x71\xe6\xb4\x51\x5a\xde\x48\x65\x96\xea\xdb\x00\x88\x95\xf8\xd2\ \xf9\xc2\x79\x36\x7d\x7e\xf5\xbc\x79\x7d\x7b\xf7\xea\xf7\x6f\xfe\ \xf8\x1f\x7f\xf9\xf5\x4f\x7f\xfd\xf7\x0f\x9f\xf2\x1f\xce\x3d\x35\ \x50\xc4\x2a\x11\x28\x08\x99\x8e\x05\x52\x41\x93\xaf\xd8\x02\x0a\ \xc3\xc0\x56\x81\x29\x52\x59\x6c\x68\x34\x0e\x40\xd9\xbc\x85\xc5\ \x64\x5b\x98\x02\x31\x50\xa0\x40\x80\x8a\x41\x01\x90\xc4\x7c\xa6\ \x81\xce\xb2\xb1\x0c\x16\xdb\xfc\xf4\x8c\xe5\xe9\x9c\xed\xd9\xcc\ \xa3\x99\x99\x87\xf3\xcf\xe6\xf9\x22\x9b\x61\xe6\x23\x50\x2f\xd5\ \xcc\x43\x95\xf8\x99\x58\x25\x60\x89\x67\x54\xa8\xaf\x07\xb9\x29\ \xe0\x3b\x3e\x85\xcf\x02\xd0\x12\x80\x0c\x61\xc0\xaf\x01\xbf\x61\ \xe8\x7c\x11\x8b\x2a\x30\xc0\xf3\x8a\xc5\x68\x70\x04\x93\x82\x6a\ \x26\xa8\xa0\x72\x4c\x03\x40\xa8\x8a\xc9\x32\x88\x28\x60\xeb\xc4\ \xe8\x12\x1d\x08\x28\x08\xaa\x00\x43\xb7\x50\xe8\x20\x78\x74\x06\ \x99\x2f\x26\xab\x50\x48\x16\xf8\x34\x01\x19\x50\x91\xc2\xc0\xe0\ \xc1\xc4\x31\x05\x0c\x3a\xd8\x36\x11\x2a\x3e\x07\xd3\x83\xa7\x8a\ \x30\x64\x54\xf9\x00\x8a\x86\xc5\xa2\x09\xae\x18\x1c\x85\x41\xc4\ \x53\x48\x60\xaf\x28\x78\x2c\x9e\x06\x42\xf5\x78\x72\x74\x11\xde\ \xaf\x4f\xad\xfc\xeb\x14\x55\xf4\xb1\xe0\xd1\x9c\xe5\x21\xd0\x27\ \x06\xa8\xf3\x6d\x88\x20\x9d\x8d\x65\xb1\x80\x63\xe9\x68\x26\x06\ \xa8\x16\x7c\x13\x22\x99\x43\x04\x2c\xc1\x93\xb0\x38\x94\x34\x83\ \xe3\x70\x88\x44\x12\x0e\xce\xf7\x8b\x53\x3c\x25\x81\x06\xc7\x9c\ \x92\xc8\x99\xe2\x50\xd9\x2c\x31\x63\xee\xa1\x4a\x65\xb3\xa0\xe4\ \x4c\x1e\x6f\x76\x52\xf9\x0e\xe0\xd8\x7b\x7d\xe6\x80\x76\x5c\x3d\ \xd2\x3d\x31\xc8\xed\x19\xec\x51\xcb\x64\xea\x41\xae\x70\x64\x00\ \x54\x41\x26\x07\x3d\x92\x0a\x81\xb5\xe4\x32\x75\x1f\xf0\xd9\x84\ \x6c\x42\xa6\xd1\x8e\x73\xd5\x32\x39\x57\x28\x94\x82\xbc\x8c\xa9\ \x27\xd4\x23\x63\x63\x72\x8d\x5c\x36\x21\x1d\x07\xa2\x93\x68\xcc\ \x4e\x9d\xd1\x2a\xe4\x72\x25\xda\xf1\x41\xa9\x54\x3d\xc2\x9d\xe0\ \x2a\xa4\x92\x09\xb5\x1a\x78\x4e\x36\x38\x3c\xa6\x50\x2b\xa4\x5a\ \x93\x76\xa2\x77\xa0\xa7\xbb\xaf\x9f\xdb\x33\x21\x01\xe3\x24\x93\ \xf6\x0d\xf5\xc1\x77\xe8\x91\x28\x8c\xb0\xb5\x7a\x64\x64\x4c\x28\ \x1b\x97\xaa\xc1\x9a\x28\xb4\x5a\xb5\x7a\x64\x7c\x8c\x8b\x66\xd6\ \x6b\xd0\x35\x47\xb7\x4e\x27\xe1\x8e\x2b\xe4\x12\xad\x16\x88\x74\ \x42\x6e\x94\x4b\x34\x42\x99\x46\x23\xb3\x9b\xe1\x06\xad\xd1\x6c\ \x77\xfb\x1c\x4e\xb9\x5c\xaa\x73\x19\x81\x74\x25\x0e\xad\x02\x95\ \xc8\xdb\xad\x52\x2d\x3c\xb3\xc2\xaa\x0f\x3a\x03\x47\x27\xd9\x4f\ \x1e\x91\x98\xf0\x97\xc4\x66\x30\x2d\x68\xc6\x08\x1b\xce\x0c\x60\ \x7c\x09\x64\xda\x28\x8d\xc4\xc1\x01\x50\x83\x7d\x52\x82\x0c\x75\ \xf1\x46\xe1\xf4\x42\xc2\x76\x11\x39\x3c\xce\x14\x8f\x43\xfc\xdf\ \xaa\xd2\xd9\x45\x84\xdb\x5d\xca\x51\x1a\x1e\x8f\xe7\xcd\x7e\xf0\ \x64\x71\x8a\x36\xb9\xbe\xb8\x38\x39\x39\x05\x9a\xf5\x64\x76\x71\ \xfd\x09\xb0\xe1\xe3\x51\x4e\xd7\xec\x93\x27\x4f\x28\xdf\x1d\x68\ \x15\x3e\x87\xdb\xeb\x72\xfb\x3c\x61\x47\xcc\xa7\x16\xda\xbd\x4e\ \xaf\x3f\x10\xf4\x68\x7d\x1e\x97\xc3\xef\xf1\x39\x22\xa8\xa4\x29\ \xe4\x30\xe9\xc2\x39\x9f\xce\x1d\x8a\xc2\x71\x6e\x76\xba\x9d\xfe\ \xa8\xce\xeb\xb5\x07\x1c\x7e\x77\xd5\xeb\xc9\xc7\x3c\xde\xdd\xb6\ \xc7\x14\x0a\xc7\xdc\x56\x87\xb7\x13\x30\x99\x41\x02\x3d\xfe\x68\ \xc8\xa9\xd3\x9d\xe6\xec\x2e\x87\x37\x1c\x36\x39\x03\xed\x50\x20\ \xe4\xaf\xc6\x1c\xed\x76\x35\xe2\x37\xe9\xa2\x51\x67\x2c\x00\x7a\ \x67\x87\x13\x91\x39\xda\x76\x7a\x63\x56\x77\xb4\xaa\x0d\xc7\xfc\ \x31\x5f\xf5\xc8\x1f\x0e\xe6\x56\x43\xb5\xad\x2d\x6b\xfb\xc4\x85\ \xca\x20\xb6\x42\xc1\xa3\x8e\x37\x74\x04\x26\xc8\xef\x3a\x02\x47\ \xba\xb7\xba\xb6\x71\xd2\x39\xd9\x8a\xb6\xf6\x5b\x47\xf5\x85\xad\ \xd3\x76\xa4\xb5\xd7\x29\xef\x1c\xd4\x36\xf3\xb9\xd3\xd3\x5a\x7e\ \x67\xb7\x53\xae\x79\x3b\x55\xbf\x33\x14\xf5\xc0\x8f\xeb\x74\x59\ \x43\xa8\xbb\x28\xd4\xf1\xe7\xa3\xb9\xc8\xe6\xe9\xe1\xc9\xce\xde\ \x72\x66\x13\x1e\x19\xed\x94\x12\xcb\xa9\x4a\x66\x6b\xe3\xb0\x95\ \xc8\x54\x03\xee\xd6\xc2\xe6\x66\xba\xbe\x9d\x59\xdd\x8b\x67\x0e\ \x97\x33\xcb\xf5\x46\xa1\x9e\x5d\xce\x6e\xaf\xad\xa6\x12\x57\x95\ \xa5\xc4\xd2\x59\x25\x93\x59\x6d\x2d\xa4\xb2\x6b\x0b\xd7\x67\x89\ \xd4\x0e\xa0\x5b\xaa\x70\x89\xa2\xff\x1a\xa5\x64\xe3\x3c\x9d\x2a\ \x9c\x27\x8f\xcf\x37\xb6\x9b\x85\xe4\xcb\x9b\x64\x22\xbe\x11\xbf\ \xbd\x28\x56\xce\x2e\x0a\xcd\xca\xd9\xd5\x79\xba\x71\x9d\x5d\x38\ \x4f\xde\x3d\xbf\x3d\x3e\x4b\xc4\xaf\x2f\xea\x85\x44\xea\x3c\xb1\ \x9c\x4e\x66\x97\xae\xce\xb6\x17\x96\xe2\x89\xc6\x59\x26\x99\x68\ \x9c\x37\x9a\x2f\x0a\xc7\xc9\x37\xaf\x2e\x9e\xbf\x39\x6f\xbe\x69\ \x7e\xf1\xfa\xc7\xef\x7f\xf5\xf3\x27\x7f\xfa\xe4\x77\x1f\x4f\xcf\ \x4f\xcf\xd9\x9e\xf2\xd1\x22\x94\x8a\x8a\x3a\x4b\xd0\xaa\x31\xb8\ \x2b\x26\x9d\x0d\x36\xc6\x60\xf8\x48\x80\x26\x01\xa2\x59\x13\x33\ \x36\x3a\xb8\x29\x11\x52\x30\x15\x9d\xa5\xe2\xdb\xc4\x33\xe0\xca\ \x66\x2c\x68\xcc\x31\x38\x2e\x3e\x1d\xf4\xc8\xf2\x74\xde\x66\xfb\ \xcd\x8c\x65\xe6\xe1\xa3\xb9\xb9\x87\x96\xb9\x8f\x66\x1e\x89\xa6\ \xa7\xc5\xcc\xdf\x7e\x6e\x50\xcd\x19\xc0\x2d\xa9\x1e\x32\x98\x48\ \x74\xf8\x40\x53\xe8\x62\x20\xf8\x30\xb4\x76\xc5\x62\xa0\xc1\x5c\ \xa8\xd9\x86\x4d\x11\xa0\xa8\xe5\x79\x0b\x5a\xed\x82\xff\x02\x34\ \x1e\x95\x42\x67\x58\x0c\xa8\x56\x42\x30\x2d\xa0\xa3\x20\x52\x26\ \x5b\x64\x79\x5b\xc5\x25\x62\x83\x88\xb1\x99\x2c\x60\x31\xf0\x39\ \x68\x18\x35\x1d\x5d\x0a\xe0\x93\xd1\x1a\x16\x8a\x6e\xa0\x53\xb0\ \x60\xd8\x0c\x0c\x3e\x99\xc9\x82\xed\x31\x24\x1a\x89\x00\xa7\x62\ \x06\x05\x47\x64\x53\xb1\x4c\x32\x06\xec\x14\x96\x4c\x22\xc0\x83\ \xd1\x32\x3a\x91\x46\xa5\xe2\xa8\x9c\xae\xc9\xc5\x15\xb0\x58\xeb\ \x8b\x8f\xd7\x1f\xaf\xac\xff\xf3\x93\x2e\xd6\xd3\x8f\x7e\x6b\x00\ \x09\xa5\xd3\xa9\x4c\x26\x9f\x0a\xca\x0e\x07\x17\x93\x29\x62\x12\ \x51\x5a\xb4\x88\x09\x6e\x8d\x42\x67\xe2\xbb\xd0\xb8\x7b\xce\x28\ \x8e\x47\xc0\x62\x30\xb4\xb7\x63\xbe\x70\x78\x1a\xf1\x6d\xc5\xf6\ \xa8\x52\x49\xe0\xd1\x48\x24\x9a\x92\x46\x05\x62\xb5\xcc\xf1\x55\ \xa8\xa4\x96\xda\x35\x4a\xe0\x8c\x8e\xbe\x33\x36\x70\xef\xef\x07\ \x74\x31\xc5\xb8\xa4\x6f\x9c\x3b\x3c\x34\x34\x74\xaf\x7f\xa0\xef\ \xde\xfd\xde\xfe\xa1\xfb\x0f\xfa\xba\x25\xdc\xbf\xbf\xd7\xff\xff\ \xf5\x0f\xf4\xa3\x4a\xd1\xe1\xfb\xbd\xbd\x7d\x3d\xbd\x0f\x86\x7a\ \xfb\x7b\xd1\x84\xd5\x77\x87\xfa\x86\xfb\xee\xf5\xf5\x0d\x0f\x0f\ \xf7\x0f\xf5\x81\xd4\x0d\xa3\x9c\xd2\xde\x7e\x2e\xf8\x22\x8d\xbc\ \xbf\xb7\xff\xfe\x50\xdf\x38\xdc\xdb\x7f\x0f\x94\x89\xdb\x37\xd8\ \xdb\xdd\x3b\xd8\xd3\x33\x74\x0f\xcd\x10\x1b\xe3\x0e\xf6\xf6\x0d\ \x8c\x8d\xa1\x3c\x87\x71\xd9\xf8\x08\xe8\xde\xc8\xc4\xe0\xa0\x7c\ \x4c\x38\x38\x2e\x44\x09\x32\x32\x35\xe8\xa1\x02\xec\x96\x4c\xaf\ \x56\x68\x65\x63\x56\xad\x6c\x50\xa6\x19\xd1\xcb\x26\xb8\x03\x23\ \x63\x1a\x50\xa8\x09\xa1\x62\x5c\x28\x91\xc8\xd4\x5a\x89\xc3\x28\ \x54\x68\xf5\x3a\xbd\x4e\xa7\x35\x99\x5c\x2e\xbb\xc9\xe8\x70\xe8\ \xa5\x52\xbd\xc3\x2c\x0d\x3a\x51\x47\x8b\x51\x6e\xd2\x6b\xa5\xa0\ \x5d\x66\xa3\x54\x6d\x35\x3b\x9c\xf9\xdc\x4e\xfb\xec\x5b\x11\x4b\ \x64\x98\xe1\xb3\xd9\x18\xaa\x88\x01\x36\x9f\x4f\xc5\x93\xb1\x28\ \x9d\x6c\x92\x46\x46\x97\x2e\xba\x70\x38\x2c\xec\x40\x0e\x91\x86\ \x76\x2e\x2a\x65\xa6\xc1\x4b\x34\x8b\xc6\xd8\x2b\x95\xca\x51\x50\ \x27\x25\xb8\x58\x14\x3a\x83\xb0\x91\xa0\x5c\x59\x7c\xf2\x04\x37\ \xba\x82\xea\xb2\x46\x67\x57\x66\x27\xdf\xc6\x5d\x3f\x46\x81\x8c\ \x1c\x02\x6d\x76\xfd\x17\x1f\x60\x7e\x6a\x84\xc1\x2c\x81\x38\x85\ \x63\xe1\xa0\x59\xeb\xf4\xf8\x9d\xf9\xb0\xdb\x6a\x35\x87\x42\x5e\ \xb7\xc9\xe1\xaf\xe6\x8d\x8e\xa0\xcf\x1d\xb2\x87\x43\x5e\xb3\x35\ \xe0\xef\x54\x43\x4e\xbf\xd7\xe3\x0e\x5b\xd1\xac\x2c\x5f\xd0\x03\ \x2c\x9e\x2b\x7b\x4d\x47\x61\xa3\x3f\x14\x08\x3a\x41\x96\x4e\x82\ \x3a\x14\x40\xe5\x74\x78\x03\x7e\xab\x69\xcf\x65\x8a\x44\x3b\x91\ \xa8\xc7\x13\x8a\x86\xaa\xd5\x7c\xb8\x1a\x0e\xd7\xdc\x4e\xd0\xb6\ \x70\xce\x0d\x66\xcc\x6d\xf7\x78\xc3\x0e\x73\xb5\xec\x0f\x87\x3c\ \xde\x50\xce\xe1\xeb\x04\x42\x9e\x50\x39\xb7\x1b\x2c\x47\x4f\xaa\ \x39\x64\x83\xaa\x7b\x5b\xc1\x9d\xc3\xfd\x48\x7b\x37\xb0\xb9\xba\ \x57\x45\xab\x8e\x79\x5f\xfe\x70\xa3\xbe\x79\x12\x39\x38\x28\x6f\ \xee\xad\x06\xdb\xdb\xf5\x83\x93\xe8\x52\x6a\xb3\xd5\x3a\x39\xd9\ \xeb\x44\xda\x3b\x3b\xa7\xfb\x9d\x4e\x07\x4c\x5a\x3e\xea\x44\xf9\ \x0c\x01\x57\x38\xe6\x70\x1a\xad\x61\xe0\x6f\x93\xdb\x13\x8e\x6d\ \xed\xef\x9f\x1c\x64\x36\xf6\xea\xf1\xb5\xdd\x83\x9d\xed\xe3\xa5\ \xc2\x75\xa9\xb4\xbd\xbb\x74\x91\xe8\xb4\x4b\xad\xbd\xcd\xd6\x72\ \x2a\xbb\x9a\x3c\x5c\xa8\xef\x6f\x6f\x94\x32\xcd\x4a\x73\x69\x61\ \x0d\xac\x4f\xfa\x32\xb1\xb0\xbc\xb0\x70\x75\x1e\xaf\x34\x2a\x4b\ \xe9\x4c\x71\x39\x75\xbe\x5c\xc9\xb6\x36\x53\x85\xbb\x57\xa0\x46\ \xc9\xa5\x62\x3a\x79\x71\xd6\xb8\xb8\x4e\x1c\xa7\x16\x1a\x17\x85\ \xca\x72\xb6\x74\x7c\x95\x4e\x9f\x9d\x15\xbe\x7c\x73\x71\x96\x28\ \x2c\x9c\x5d\x1e\x5f\xc5\x17\x36\xd0\x92\x58\x7c\xfb\xb8\x11\x3f\ \xbf\x4e\x5e\x5c\x9c\x15\x13\xcd\x4a\x71\xbb\x78\x76\x9d\x88\x27\ \x53\x8d\xc4\x65\xb2\xd9\x6c\x1e\xd7\x17\xae\xde\x9c\x35\x9f\xdf\ \xbc\xbc\xba\x6e\x5e\x5e\x7d\xf9\xdd\xaf\xfe\xf2\xdf\x3f\x7d\xf2\ \x2f\xff\xf5\xed\x47\xcf\x58\x86\xa7\x33\xa8\x67\xd9\x62\xb0\x09\ \xc8\x7c\x14\x19\xc3\x26\x52\xa6\xd9\x02\x0b\x95\x4c\x66\x89\x05\ \xa2\x39\x8b\x0d\xcd\x7e\xb0\xa0\x63\x0b\x6e\x66\xcd\x08\x44\x02\ \x91\x05\x4d\x1c\x04\xc6\xe3\x8b\x2d\x4f\x6d\x33\x73\x62\xf0\x50\ \x16\x60\x4a\x96\x6a\x7e\x1a\x35\xca\xc1\xc1\x08\x82\x05\x37\xda\ \xe6\x0c\x8f\x1e\x1a\x0c\xd3\xe2\xcf\xe7\x3e\x7c\x68\x9b\x11\x58\ \xc0\xa5\x80\x73\xa3\xc0\x91\x4a\x01\x86\x62\xd2\xc5\xd3\x06\x0b\ \x9b\x8e\x46\x83\xf1\x51\xd9\x02\x88\x91\x80\x81\x96\xef\x0d\x22\ \x94\xef\x00\xa2\xc9\x17\x08\xa8\x78\x50\x51\x38\xc4\x99\x4c\x3a\ \x5f\x6c\xa0\x02\x19\xf2\x55\x20\x58\x7c\x3e\x5f\xc5\x87\x2d\x00\ \x00\x05\x0c\x34\x79\x15\x98\x15\xbc\x95\x08\x90\x52\x85\x66\xfb\ \x88\x28\xa8\x93\x90\xc9\x47\x79\x35\x28\xa1\x19\x4b\x41\x25\x17\ \x6c\x0a\x6d\x94\x80\x43\x09\xc9\x68\x8c\x2b\x19\x0b\xb7\x92\x48\ \x24\x36\x16\x87\x4a\xe0\x31\x58\xf0\x43\x2c\x16\x95\x3a\xda\xc5\ \x53\x4e\xad\xaf\x3f\x79\xc2\x43\xeb\x1f\xbf\xf8\x3f\x1f\xf0\xa8\ \xa0\x58\x00\x71\x40\xc1\x22\x30\x57\x0c\x06\x99\xfe\xff\x2a\xc4\ \xa8\x4c\xf4\xdc\x64\xf4\xdd\x00\x3b\x31\x0c\x38\xd2\x88\x44\x02\ \x87\x84\x27\x60\x89\xf8\x51\x1a\x01\x98\x05\x90\x70\x05\x5d\xed\ \x1a\x9d\xe2\xf1\x90\x82\x71\x46\x89\x7c\x81\x68\x7a\x06\xd8\xd5\ \x66\x11\xb0\x09\x34\xd8\x4a\xf9\x0e\xb7\xfb\xdd\xf7\xfa\x35\x61\ \xe3\xb8\x62\x68\x78\xe8\x5e\xef\xbd\x07\xdd\xdd\x13\xe3\x43\xfd\ \x40\x6b\xbd\x43\xef\x8e\x70\xc7\x7a\xfa\xef\x3d\x00\x51\x1a\xec\ \x1b\xec\xee\xbd\x77\x0f\x3e\xef\x7d\xef\xdd\xc1\x7e\x94\x38\x73\ \xff\xdd\xe1\xde\xde\x07\xa8\xbc\x1d\x1e\xd5\x7b\xaf\xb7\x9b\xdb\ \xdb\x33\x00\xdb\x74\x73\x75\x1a\x85\x9e\xdb\xdd\x77\xaf\xf7\x7e\ \x1f\x2a\x87\x1f\xba\x3f\xde\xd7\x3b\x3c\x2e\x1b\x19\x1a\xea\xee\ \xe9\xbf\x7f\xaf\x9f\xcb\x1d\xe0\x4e\x8c\x0f\x0e\x72\xfb\xc6\x41\ \x9e\x06\x46\x26\x84\x23\x43\x63\x92\x9e\x09\xed\x98\xa2\x77\x1c\ \x64\x68\x5c\x33\xa6\x10\x0e\x9a\x25\x1a\xfd\xa0\xd4\x69\x37\x6a\ \x34\x7a\x93\x5c\xa7\x90\xea\x84\x1a\x99\x46\xad\x36\xeb\x4d\xe3\ \xe3\x92\x09\x99\x4e\xaf\xe0\xaa\xf5\xc2\x71\xb9\x46\x0a\x5e\xca\ \x2a\x34\x3b\xe4\x6a\xd4\x99\xa3\x43\x4b\x57\x0e\xbb\x50\xa2\x08\ \x9a\xec\x52\xaf\xdc\xac\x57\x80\xd3\x92\x5b\xad\x72\x87\xce\xe5\ \xb0\x3a\xec\xee\x70\x38\xb8\x91\xba\xb9\xad\xfc\xc7\x5f\x9e\xd9\ \xde\x8e\x69\x63\xa1\x46\x78\x22\x09\xec\x15\x15\x0b\xaf\x0b\x11\ \x45\xe4\x63\xc0\xf5\x12\xf0\x44\x5e\x57\x17\xa8\x0d\xd8\x55\x1c\ \x09\x47\x22\x8e\x4e\x8e\x4e\xcd\x3e\x59\x5f\x54\xa2\x41\x21\x93\ \x38\xb4\x6b\x79\x53\x53\x34\xce\xd4\x28\xaf\x8b\x44\xe8\x02\x81\ \x7a\x3b\xec\x70\xf6\xf1\xec\x0a\xec\x7d\x25\x58\xdc\xf7\xd7\x47\ \xd7\xd1\x80\x69\x0e\xa1\x0b\x44\xec\x9f\xfe\x09\xff\xeb\xac\xcf\ \x68\xb5\x7a\x3d\xce\xa0\x5b\x6f\x75\x77\x3c\x00\x68\x51\xbb\x35\ \xea\x8a\x79\x83\x3e\x4f\x2e\x06\x30\xee\x09\xb4\x83\xf9\x98\xdb\ \xe5\x0f\xe4\x4f\xaa\xde\x10\x48\x8b\x2f\x16\x8e\x44\x02\x47\x1d\ \x97\x36\x10\x88\x85\x43\xa1\xda\x7e\xce\xed\xb6\x06\xd0\xd8\xd3\ \xd0\x69\xc8\x17\xc8\xfb\x7d\x61\x8f\xaf\x16\x35\xb9\x4f\xa2\xa1\ \x08\x08\x4e\x2e\x1c\x0d\xfb\x5c\x01\x87\x23\x1c\x75\xc7\x1c\x46\ \x4f\x79\x0b\xbe\x8b\xd1\x6b\x36\xe9\xd1\x95\x13\x9f\x37\xb7\xdb\ \xce\x1d\xb9\x7c\x5b\x39\x67\x7e\x2f\x16\xca\xd5\x82\xed\xb0\xaf\ \xdc\x39\xe9\xc4\xec\x9e\x68\x38\x96\xe9\x94\xdb\xa7\x9d\x76\xbb\ \x16\x3a\xdd\x38\xc9\x75\xdc\xb5\x83\x23\x5f\x74\x7b\xa9\x5e\xaf\ \x97\x4f\x3a\xf9\xd3\xec\x66\x68\x73\x79\xa7\x75\x94\xab\x6f\x96\ \x5a\x87\xad\x60\xbb\x16\xd8\x5b\x45\xcb\x57\xe5\x30\xba\x9c\x1c\ \x8c\x85\xfd\xee\x9c\xcb\xe5\x71\x38\xfd\x0e\x47\x20\xe2\xf1\xfb\ \x3c\xbe\x50\x28\xb0\x17\xdd\x2b\x6d\xae\xed\x94\x36\x4e\x0e\xca\ \x4b\x0b\xb7\xc9\xe4\x59\x72\x6d\x61\x2b\x7b\x76\xbc\xb0\xba\xbd\ \xb7\xb6\x53\x5f\xab\xac\xb6\x12\xf5\xc3\x76\x6d\x75\x21\x95\xa9\ \x54\x12\xd9\x62\xba\xb4\x9c\x38\x3b\xde\xc9\x1c\x27\xea\xcb\xcd\ \xf3\xeb\x97\xdb\xe7\xc7\xcb\x85\xe3\xeb\xeb\xab\x66\xab\xbe\xbf\ \x76\xf1\xfa\xf8\xf6\xf6\x32\x5d\x89\xaf\x66\xae\x2f\xce\xcf\xb2\ \xcd\xdb\x66\xe2\xec\xa2\x78\xfe\x12\x38\xef\x55\x23\xfd\xfc\xf9\ \x55\xf3\xea\xab\xe3\xc6\x45\x62\x79\xed\xfc\x6c\xb9\xb2\x50\x48\ \x6e\xc7\x1b\x77\x57\xc7\x0b\x67\xc5\x54\x32\xbd\x9d\x6d\x34\x96\ \x93\xcb\x95\xca\xe5\x71\xf3\xb8\x59\x49\x67\x1a\x6f\xbe\x4c\x25\ \x1b\x89\xc6\xf3\x64\x22\x79\xd6\x7c\x71\xdd\xb8\xbc\x7c\xfd\xd3\ \x5f\x7e\xfa\xe9\x93\x9f\xff\xf4\xed\x6f\x7f\xf7\x08\x40\xce\x30\ \x27\x62\x22\x93\x44\x66\x60\xd1\xda\x0c\x83\xce\xe4\xc3\x71\x49\ \xa1\x90\xe9\x28\x40\xc6\x86\x0a\x12\x98\x36\xb1\xc0\x20\x9e\x66\ \x0a\x6c\x0f\x45\x16\x9b\xc8\x62\x99\x66\xf3\x0d\x16\x50\x33\xb1\ \x05\x40\xcf\x36\x6f\x99\x56\x19\x66\x40\xaf\x0c\xaa\x87\x4f\xe7\ \xe7\x1f\xce\xcf\xa8\x3e\x9c\x17\xcd\xcf\xcd\x1b\x2c\x73\xcf\xc0\ \x63\x7d\x3c\x3f\x03\x60\x68\x9b\x66\xcd\x59\x50\x3a\x3b\xea\x47\ \x64\x90\x99\x02\x04\xa2\x6c\x36\x89\x0e\x60\xc4\xb7\xa0\xf9\x81\ \x20\x28\xa8\x92\x1e\x7e\x08\xd1\x0c\x6a\x6d\xc6\x32\x51\xfd\x3b\ \x6c\x49\x65\xa3\xb1\xa9\x58\x06\xe8\x0e\x0b\x60\x0c\x0d\x88\x67\ \x01\xe1\xb1\x58\xa0\x51\x0c\x60\x54\x31\x53\x20\x10\xf1\xa9\x4c\ \xb1\x8a\x49\x62\xf0\x45\x06\x11\x9d\x0f\xe4\x08\xd0\x86\x44\x0b\ \x05\x6f\xd1\xc9\x28\x73\x59\x2c\x06\xde\xeb\x22\x11\xb1\x64\xd4\ \x1d\xc9\x14\x09\x30\xe0\x8b\x48\x08\x84\x89\x54\x32\x15\x0f\xe7\ \x76\x1c\x89\x4a\x67\x10\x69\xf0\x37\x3d\xbb\xb8\xb8\xbe\x3e\xf5\ \x78\x71\x7d\xf1\x83\xff\xf3\x8b\x51\xbc\x60\xc6\x30\x0d\xca\xcb\ \xa4\xb3\x88\x14\x32\x0b\xbe\x19\x62\x42\x36\x3c\x0d\x0b\x43\xa7\ \x60\x18\x28\x80\x95\x42\xa6\x52\xb1\x28\x6c\x99\xc0\xc1\x90\x38\ \x78\x2c\x81\x84\x23\xf0\x78\xca\xae\x59\x25\xea\x88\xe3\xf1\xba\ \xe0\x60\xea\x02\xcd\xa2\xd1\x68\x78\x26\xb2\x57\x22\x81\xc1\x20\ \x62\xe2\x69\x34\x12\x8d\xf3\x4e\x5f\x37\x08\x8f\xc4\xa1\x11\x8e\ \x8c\xf4\x0d\x0f\xf5\x76\x0f\x0f\x03\x7b\xf5\xdf\x1b\xba\x87\xc6\ \x13\xf6\x8f\xa0\x46\x41\xb0\x57\x83\x7d\x3d\x7d\x43\xa8\x36\xfd\ \xc1\xd0\xf0\xf0\x7d\xe1\x00\x9a\x50\x3f\x8c\x3a\x72\xfa\x7a\x60\ \x43\xa4\x4a\x23\x68\x64\x61\xff\xbd\xbe\x6e\x10\x3c\xab\x5e\x2f\ \x9f\x80\x5b\x51\xa0\xe8\xd0\x70\xff\x08\xb7\xa7\xbf\x1f\x1e\x30\ \x3e\x3e\xd0\xdf\xc7\x1d\x1c\xee\x96\x4b\xfa\xba\xb9\x13\x63\x12\ \xb5\x64\xa0\x7b\x68\x02\xc4\x67\x60\xb8\x9b\xab\x9e\xe8\x96\xa8\ \x85\xdc\x09\x19\xdc\xac\xd1\x08\x27\xa4\xf6\x09\x21\xb8\x27\xab\ \x59\x27\x54\x68\xcc\x28\x58\x54\xa1\x50\x6b\xd5\x63\x6a\xf8\xd4\ \x3a\xa1\x00\xfc\x03\xe2\x93\xbb\xf4\x0a\xcd\x18\x60\x9e\xde\x2a\ \x05\x55\xd3\xfa\xf4\x12\xa3\x54\x6e\xd4\x99\x9d\x46\xa9\xcc\x14\ \xf0\x3a\x64\x76\xab\x5c\x6f\x94\xcb\xb4\x3a\xab\x47\xa7\x30\x6a\ \xf4\x55\x7f\x74\x2b\x26\x37\x39\x15\x72\x7f\xa0\xd6\xd9\xbb\xfd\ \x56\xd4\x35\xca\xc1\xe2\xfe\xb7\x7a\x17\x43\x45\x0d\x03\x44\x14\ \x51\xd6\x85\x07\xc5\xc2\xc1\x0e\xed\xc2\x03\x14\x12\x38\x78\xd4\ \xef\x49\xe5\xad\x8c\x2a\x51\x80\xf5\x13\xa0\x3f\x25\x87\x48\x00\ \x6a\x04\x5f\x05\xa6\x4a\x39\x39\xc5\x23\xd0\x26\xa7\x26\xd7\x3f\ \x58\x7f\x3b\x89\x15\x34\x6b\x71\xf1\xc9\x2c\x4a\x80\x9f\x5d\x81\ \xd7\x73\x96\xd7\x85\x9f\x9c\x9a\x5a\xfc\xe5\x3f\xfe\x12\xf3\x1f\ \x1b\x3e\x9d\xce\x15\xf5\x19\x5d\x9d\x1d\xaf\xd1\xe3\x8b\x78\x83\ \x1e\x87\xc3\xee\x73\x85\xab\x76\xb9\x26\x1c\x70\x57\x03\xb9\x68\ \xc0\x95\xaf\x55\xf7\x4e\x6a\xc0\x73\xb9\xb0\x2b\x10\xf5\x56\xcb\ \x3e\x00\xc8\x98\x3f\x92\xf3\x54\xdb\x55\xb7\x35\xe2\x0d\xb8\xa3\ \xbe\x7c\xab\xed\xf5\x45\x02\xf9\xdd\x68\x64\x37\xa0\x73\x97\xcb\ \xb1\x5c\x79\x7f\x2b\x17\x3b\x45\xf9\xc9\x31\xbb\x3f\x62\xcc\x85\ \xbd\x91\x68\x3e\xe8\x8d\x39\x1d\x21\x9f\xd6\x17\x0e\x6e\x05\xad\ \xe1\xaa\xaf\xd3\x09\x45\x4e\xa2\x8e\xfd\xb5\x50\xa8\x7a\x50\x0e\ \x84\x43\xad\xe5\xb5\x4e\x35\xb7\x15\x08\xfa\xab\xb5\x1d\x60\xbf\ \x5a\xbe\x96\x3b\x38\xd8\x8f\x1c\xc5\xf2\xa7\x47\x91\xf2\xe1\xf2\ \xc6\x66\xbc\x5e\xed\xe4\x8f\x4a\xf1\x6a\x2b\xb5\x73\xb8\xd7\x5e\ \xda\x8c\x57\x96\x4a\xed\x9d\x5c\x2e\xda\x3a\xd8\x3b\xe9\xec\xd6\ \x02\xd5\x68\x2c\x0f\x1c\x1b\x08\x75\xbc\xe5\xbc\x3f\xec\x8a\xb8\ \x7d\x9d\x70\xd8\x1f\x0e\x38\x43\x47\x5b\xed\x78\x7c\xb5\x74\xb8\ \xbf\x76\xb8\x5b\x2a\xc4\x97\xc0\x10\xd5\x4a\xdb\xc9\x62\xe5\xe6\ \x6a\x69\xe3\x38\x79\xba\xb0\x94\xc9\x26\x96\x32\x47\x7b\xa7\x4b\ \xa5\xab\xf3\xcc\x6a\xbc\x04\xd6\xe7\xe2\xea\xba\x95\x6c\x56\xe2\ \xc5\xca\xf9\xf3\x57\x89\x42\x25\x55\x04\xc1\x3a\xce\x2e\x14\x9a\ \xb7\xb7\xb7\xd7\xe9\xe3\xe2\xd2\xe5\xd9\xc6\x42\xb3\x72\x71\x96\ \x89\x5f\x17\x32\x67\xe7\x8d\xdb\x97\x89\xe4\xf5\xc5\x55\xf2\xab\ \x57\x5f\x5d\x9e\x5f\x37\x92\x5f\x96\x16\x2e\x2f\x53\x57\x85\xf4\ \x55\x36\xde\x28\xbc\x7c\x75\x91\x4a\x24\x37\x52\xf1\xe5\x24\xd0\ \xe3\x1d\xdc\x9a\x88\xdf\x5e\x5e\x9e\x17\x37\x1a\x5f\xdf\x24\x96\ \x2f\x41\xbf\x1a\x17\x2f\xce\x41\x09\x9f\x7f\xfd\xdd\xd7\xbf\xfa\ \xcb\xaf\xbf\xfd\xaf\xbf\xfe\xf9\x4f\x9f\x3f\x45\xeb\x28\x2c\xb1\ \x41\x44\x15\x59\xf8\x18\x36\x13\x43\x02\xb3\x02\xce\x85\x8e\x3a\ \x4f\x58\x4c\x86\xca\xc0\x64\x83\x5b\xe7\x0b\x1e\x1a\xd8\x06\x0b\ \x2a\x89\x82\x2f\x05\x22\x91\x45\xfc\xb6\x6d\x70\x7a\x1a\x14\xeb\ \xa9\x58\x30\x33\x67\x13\x1b\x2c\x7c\xc3\xdc\x3c\x7f\x1a\x5c\xd4\ \xa3\xf9\x47\x33\xe2\xe9\xf9\xa7\xcf\x9e\x7e\x34\xa7\x9a\x7e\xf8\ \x91\x41\x05\x64\xc8\x9e\x7f\x08\x56\xcc\xc2\xe7\x33\x54\x36\x03\ \x8b\x8d\x65\x1a\x6c\x06\x50\x3d\x15\x13\xcb\x10\x31\xd0\xe4\x7a\ \x14\x87\xc5\xa0\x8b\x19\x4c\x70\x49\xcc\x69\x15\xbc\x57\x81\x20\ \x90\x05\x68\x26\x0f\xb0\x24\x80\x22\x08\x02\x93\xc5\xc7\x92\x89\ \x28\xe0\x8a\x02\x26\x0b\xe5\x6b\xb1\x29\x14\x15\xff\xed\x25\x45\ \x20\x56\x81\x8a\x8e\x61\x00\xde\x82\x92\xa9\x50\x46\x0d\x86\xca\ \xe7\x83\xd3\xa2\x52\xf1\x58\x34\x3a\x9a\xaf\xc2\x12\x70\x58\x2c\ \x8e\x83\xa3\x03\xdb\xa1\xe1\xf5\x14\x2a\x16\x43\xa4\x30\x50\x65\ \x3a\xb6\x0b\x83\x22\xdf\xc1\xb4\xc1\x21\x31\xf9\xfe\x63\x20\x8a\ \xd9\xa9\x27\xeb\xef\x23\xc1\x9a\xc5\x3f\x9a\x99\x16\x89\x0c\x40\ \xa5\x20\xb8\xa0\xec\xa8\xfd\x10\xd4\x9d\x89\x56\xce\xc0\x4a\xe1\ \xe9\x40\x89\x4c\x16\x86\x88\x12\x98\x51\x0a\x20\x9e\x40\xc0\xe1\ \x89\x38\x7c\x57\x17\xca\x19\x18\xa5\xd1\xde\x46\x90\x13\xd0\xd0\ \xbd\xc5\x49\x1a\x81\x84\x12\x30\x58\x06\x9b\xcd\x82\x72\xe6\xc9\ \x58\xc2\xe4\x3b\x23\xc3\xc3\xef\xfd\xff\x83\x9e\xa0\x70\x4c\x3a\ \x78\xbf\xbf\xa7\xaf\xff\x7e\xdf\xa0\x70\xec\xde\xbb\xf7\x07\xfa\ \xfa\x87\xde\xe3\x72\xb9\x83\x40\x88\xc3\xf7\x40\xb7\xfa\x00\x08\ \x07\xfa\x07\xfb\xfb\xbb\xc7\x40\xcc\xba\xfb\xff\x1e\xac\xd3\x7d\ \x94\xd2\x30\xd4\x8d\xc2\x1d\xfa\x47\xfa\xe0\xc1\x83\x7d\x43\x03\ \x42\xad\x49\x2b\x95\x0c\x0e\x0e\x0f\xa0\x29\x15\x03\x03\x63\xb2\ \x11\x35\xb7\x67\x62\x5c\x36\xd8\xd3\xdb\x2d\x19\x1b\xe0\xca\x24\ \xc0\x7a\xe3\x12\x85\x62\x84\x8b\x66\xd8\x8f\x0d\xf6\x0d\x70\xc7\ \x85\x6a\xd9\x88\x5c\xa1\x46\xb5\xf2\x6a\x8d\x42\xa6\xd5\xc8\xf4\ \x83\x12\x9d\x51\x17\x74\x00\xde\x69\x8c\x52\x89\x51\xa3\x93\x2a\ \x7a\xa4\x0e\xad\x4e\x6d\x92\x4c\x18\xb9\x7a\xb3\x42\xa6\x31\x9b\ \x3c\x2e\x99\x54\x3d\x38\x3e\x02\xfa\x25\xd3\xe8\x4c\x46\x97\xd6\ \x68\x92\x99\x8c\x26\xb3\xc6\xea\xb5\x1b\xa5\x66\xaf\xc2\x6c\xf4\ \x48\x8c\xc0\x54\x52\x7b\xc0\xe9\x0e\x98\xad\x4e\xbd\x5c\x0a\x90\ \xa9\xb0\x9b\x9c\xba\xc3\xef\xbe\xfd\x2d\x9b\x48\xe3\x75\x71\x50\ \xcd\x2d\x4a\xc7\xc7\x93\x09\xa3\x5d\xa8\x0f\x00\x0c\x15\x09\xcd\ \xf6\x00\x65\xe7\xe1\xe1\x33\x12\x8d\x47\x22\xe1\x39\xa3\xca\xc9\ \xc7\xa8\x17\x61\x7d\x45\xc9\x53\x8e\x72\x38\xbc\x59\x0e\x67\x72\ \x94\x37\xb5\x08\x78\xc8\xe1\x80\x8b\x02\x45\x9b\x7d\xac\x5c\x79\ \x7f\x6a\x0a\xb8\x7e\x65\x16\xe8\x70\x7d\x92\xa7\x04\xf9\x52\x2e\ \xa2\xd1\xd2\x93\x8f\x3f\xf8\xa7\x5f\xd0\x7f\xbc\x74\x02\xc7\xf9\ \x22\xfb\x65\x8f\xd7\x1e\x74\x7a\x02\x41\xab\xc7\x6e\x8a\x46\x5c\ \x46\xb7\xdb\x1d\x2d\xc7\xda\x21\x54\xd5\x1e\x3a\x3a\x39\x08\x84\ \xc3\xae\x8e\x37\x72\xe8\x3d\xda\x2c\x1f\x05\x3c\x3e\x7f\x28\x9f\ \x3f\xd8\x0a\x68\xb5\x1e\x17\x6c\x12\x0e\x6d\xe6\xed\xb5\x83\xd8\ \x56\xa7\x9c\x3b\xf2\x69\x1c\xbb\x47\x26\x97\x31\x98\x8b\xf9\x73\ \x91\x68\x38\xd8\x76\x79\x4f\x5c\xe5\x4e\xa8\x56\x03\x18\xdc\xb5\ \xfb\xd1\x8a\x7c\x30\x54\x73\x39\x7c\x5b\x47\xf5\xa3\x58\x28\x94\ \x0f\xb4\x63\xfe\x58\x2e\x57\x8b\x05\x82\xa7\x4b\xbb\xb9\x4e\xd5\ \xeb\xda\xf5\x6e\xed\x6f\x57\x77\x73\x7b\x7b\x47\x41\x30\x43\xd1\ \x7c\x28\xd2\xe9\x84\x0f\x96\x37\x5a\xdb\xe9\xdd\xa3\xa8\x77\x33\ \xb9\x10\x3e\x6d\xed\x9e\xac\xed\xee\x67\x33\x9b\x99\xcd\xfc\xe6\ \x7e\xfe\x60\x75\xbf\xb3\xbb\x5b\x8d\x86\xfd\x91\x5a\x34\x92\x0f\ \xe6\xdd\x80\xbc\x76\x9d\xcf\x57\x8e\xb8\x63\x79\x97\xcf\x1f\x88\ \x05\x8f\xda\xd1\x6c\x36\xbb\xb7\xbd\xb3\x96\xd9\x4b\x35\xaf\xc0\ \x15\x6d\x9f\x24\xd6\xb6\x8b\x8d\x17\x97\xc9\xb5\x74\x62\x75\x79\ \x75\xa7\xbe\x04\x96\xaa\xb5\xd3\xda\x48\xa4\x37\x97\x1a\xe9\x35\ \x70\x42\x57\xc0\x78\x49\x20\xbd\x8b\xdb\xcb\x4c\xa6\x94\xd8\x5c\ \xbb\xbb\x7e\xf9\x65\xe5\xe6\xc5\xd5\xf9\xcb\x9b\x8b\xe6\x71\x71\ \xa3\x98\x39\x5c\xae\x5c\xa6\x9a\x95\xec\x59\x32\xfd\xaa\x90\x6c\ \x5e\xa4\xce\x9f\x17\xce\xce\xbe\x6b\x9e\x5f\x5e\xde\x25\x1b\x67\ \xc7\xc5\x9b\x78\xea\xae\x91\x49\x2f\x9c\xdf\x5e\x3d\xbf\x7b\x5e\ \x4c\x5c\x65\x96\x93\xe7\xf5\xe4\x4d\xba\xb9\x90\x3d\xbb\xbe\xb8\ \x5e\x6e\x14\x93\xc9\xe3\x44\xea\xb8\x71\x75\x76\x5b\x6c\xde\x7d\ \xf1\xfa\xc5\xdd\xf3\xaf\x7f\xff\xcd\x0f\xdf\xff\xf4\xe9\x9f\x3e\ \xfb\xf6\xd9\xb3\x6f\x9f\xaa\x66\x40\x8d\xde\x16\x19\x08\x28\x22\ \x03\xaa\x86\x34\x18\x58\x74\x70\x32\x2a\x95\x8a\x0e\x22\x40\x15\ \xa1\x2b\x82\x74\x95\x58\xc0\xb2\x59\xd0\x4c\x08\x96\x65\x46\x2c\ \xb2\xcd\x31\xd9\xa0\x37\x86\x39\x9b\xc8\xc6\x7f\x6a\xe0\x4f\xcf\ \x58\xe6\xe7\x0c\x73\x96\x79\x03\x1c\xd4\x0f\xa7\x1f\xda\x40\xc0\ \xc4\x73\x73\x4f\x2d\x33\x0f\xa7\x1f\x7d\xf4\x54\x05\x86\x09\x0e\ \x77\xd5\xcc\xd3\x87\x22\x74\xa0\xda\x0c\x2a\x3e\x9b\x6d\x41\xa9\ \x35\x7c\x91\x80\x0e\x16\x89\x49\x21\x53\x98\x24\x26\x83\xce\x17\ \x88\xb1\x18\x26\x15\x25\x6f\x89\x44\x22\x50\x45\x70\x54\x36\x31\ \x5f\x4c\x17\x33\x19\x40\x81\x02\x3a\x19\x8d\xab\x67\x90\x58\x02\ \x3a\x8b\x3d\x87\x4a\xc7\x44\x7c\x11\x9f\x4d\x17\xd0\x99\xa8\x62\ \x9e\xc5\x62\x60\x29\x68\x50\x0f\xaa\xf4\x12\x50\x41\x7f\x55\x22\ \x2a\xca\x9e\xc7\xb2\x99\x14\xa6\x60\x46\x44\x26\xe2\x30\x14\x12\ \x8d\x80\x22\xb8\x80\x04\xe1\x99\x40\xa4\x40\x01\x31\x38\x32\x99\ \x40\xc6\xe2\xd1\x33\x63\xb0\x18\xfc\xe4\xfa\xfb\xef\x4f\xce\xae\ \x3c\x7e\xf2\xc1\xfb\x8b\x8f\xff\xe9\x5f\x67\x09\x7c\x40\x66\x15\ \x1f\xdc\x14\x38\x2b\x11\x13\x43\x45\x19\x32\x74\x3c\xe8\x27\x95\ \xc2\xc2\xa0\x62\x5b\x0a\x96\xc2\x02\xd9\x23\x12\xe1\x60\xc2\xe3\ \xf0\x80\x2f\x44\xe0\x19\x38\x4a\x80\x42\x94\xbc\x51\xa0\x3e\x25\ \x8e\xf3\x78\x05\x8e\x28\x14\x49\x4e\x17\x08\xc4\x2c\x81\x61\x7a\ \x6e\x4e\xc4\xa2\x12\x46\x09\x9c\x77\xb8\x7d\x00\x75\x83\xde\xa0\ \x74\x6c\xa2\xf7\xde\xd0\x50\xcf\xfd\xfb\xdd\xe3\x32\xd9\xd0\x7b\ \xef\xf5\x0e\x0e\xf4\xf4\x8e\xab\xfb\xc0\x5f\xdd\x1b\x1e\xee\x41\ \x4d\x82\x3d\x7d\xa0\x42\xc3\x23\x03\x03\x13\xbd\xef\x82\x73\x7a\ \x70\xef\xde\x70\xdf\xf0\xbd\x01\x00\xc1\xfb\xfd\xfd\x5c\x4d\x4f\ \xcf\xd8\xd0\x00\xdc\xde\x8f\x72\xd7\xc7\x41\xbe\x86\x81\x01\x7b\ \x87\xba\xbb\x7b\x60\x93\x91\x31\x89\x70\xb0\x9f\x2b\x81\xef\x0a\ \x08\x38\x2e\xe4\x0e\x4c\x8c\x70\x15\x13\x83\xea\xb1\x6e\x6e\x5f\ \xef\xc0\xc4\xb8\x70\x44\x22\x14\x0a\x47\x84\x3a\xa9\x44\x22\xe4\ \x02\x2a\x4a\xa5\x13\x63\x28\x97\xc1\x28\x95\xa2\x0c\x64\x89\xd1\ \x28\x87\xaf\x50\x67\xaf\x54\xa3\x98\x90\x8f\x68\xe5\x7d\x20\x6f\ \x12\xb5\xba\x47\x66\x04\x3d\x54\x6b\xd4\x7a\x87\xc6\xa9\xb7\x0b\ \x61\x13\xb5\x02\xcd\xcf\xb1\x6a\xf5\x32\x85\x1c\x8d\x30\x04\xd1\ \xf3\xba\x1c\x76\xbb\xdd\xe8\x94\xcb\xe4\x1a\x8d\x42\x31\xa1\x91\ \xc3\x56\x6a\x53\xed\x3f\xff\xfd\x43\x16\x4d\xa9\x9c\xe2\x81\xd8\ \x77\xc1\x3b\x12\x16\x43\x42\x48\x08\x98\x8e\x47\x55\x72\x74\x2c\ \xaf\x8b\x88\x21\xa1\xd5\xf5\xae\x2e\x1a\x89\x33\xcb\x9b\x5c\x07\ \xc5\x7a\xfc\x04\x5e\x2b\xde\xec\x22\xa0\xf7\xd4\x8a\x12\x94\x6a\ \x6a\x14\xfc\xd5\x64\x17\x4d\x39\xba\xfe\xfe\xca\x93\x15\x24\x5c\ \x93\xb3\x8f\x9f\xac\x4c\x82\x9c\x4d\x12\x00\xca\x41\xe5\xa8\x02\ \xec\xd4\xd4\xec\xe4\xe2\x07\xbf\xf8\xc7\x0f\xf8\xdf\xe4\xf4\x3a\ \x40\x25\xbf\xc7\xea\x75\xf8\x6a\x31\x77\x20\x88\xc2\x85\xf5\x0e\ \x5f\xbe\xbd\x15\x03\xcd\xf2\x87\xdc\x5b\x81\xd3\x23\x97\x2b\xe0\ \xad\x45\xc1\x72\x55\xab\xb9\xb2\xdb\x7f\x14\xf5\xd4\xc2\xa1\x4e\ \xc0\x63\x77\xfa\x63\x61\x57\x2e\xbf\x1b\xb4\x77\xfc\xf6\x58\xd9\ \x13\x6e\x45\x85\xba\x9a\xdf\x1e\x31\x39\xc0\x5c\x85\xab\x21\xb0\ \x4d\xee\xd8\xaf\xf2\xfe\x5d\x94\xd5\x67\x77\x7a\xe5\xae\x58\x2c\ \x97\xf7\x56\x8f\x22\xce\x5c\x2d\xbf\xdf\xf1\x3a\xdb\x65\x97\xcb\ \xdd\xde\xda\x8a\x04\x62\x1e\x47\xad\x95\x3b\x3a\x8d\xd9\x3b\x07\ \xb1\xdd\x0c\x60\xdb\xfe\xe6\xe9\x5e\x60\xaf\xb5\xd1\xa9\xfa\xdd\ \x07\x6d\xff\x76\xf2\x70\xbb\x54\xec\xec\x9f\x46\x23\x07\xab\xb1\ \xd5\xe5\xf6\xfe\x7e\x67\x2f\xbb\xba\xb6\xbd\xba\xbb\xdf\xd9\xd9\ \x3c\x59\x5a\xcb\x85\xca\xb0\x69\xd4\x19\x0b\xa3\x91\x61\x61\x87\ \xc3\xe4\x74\xd7\x76\x80\x69\xed\x5e\xa7\x1d\x38\x76\x33\x1a\xde\ \x43\x45\xf3\x87\xdb\xab\xe5\x8d\x9b\x9b\xdb\xcb\xab\xa5\xc3\x9b\ \xb5\xd2\x71\xe1\xac\x50\xcc\x96\xf6\xeb\xad\x8d\xfa\x52\xab\xd5\ \x4c\x1c\x66\x13\xc9\xa5\xb5\xf4\x46\x2a\xd1\x88\xc7\xd3\xe7\x09\ \x90\xab\x54\x1a\xd9\xb0\x85\x7a\x32\x51\xdc\x78\x79\xfe\xea\xf9\ \xf1\x59\xe5\xf2\xec\xae\xb2\x70\x7b\x7d\x71\x76\x5e\xac\x17\xae\ \xce\x13\x67\xe9\xed\x66\xb6\x72\x56\x4a\x5c\x34\x4b\xc5\x9b\xca\ \xf6\xf1\x75\xf1\xec\xe2\xea\x2e\xdd\x8c\x37\x5e\xde\x64\xb3\xc7\ \xa5\xe5\x54\xeb\xec\xf8\xc5\xcd\xc5\x6d\xba\x98\xcc\x9e\x9f\xa3\ \x09\xa9\xc5\xb3\xe4\xc2\xc5\xab\x57\x85\x66\x62\x3b\xbd\xbc\x50\ \x28\x5c\xde\xdc\xc4\xcf\xae\xd2\x17\xd7\xaf\x5f\x7c\xff\xcd\x77\ \xbf\xfa\xe1\xc7\x1f\x7f\xfe\xe4\x4f\x1f\x7f\x64\xf9\xf0\xe9\x43\ \xdb\xb4\x8d\x45\x05\xc9\xe2\xbf\x4d\xc7\xe3\x93\x70\x0c\x01\xaa\ \xb6\x44\xca\x64\xa3\x93\x6d\xd3\x4c\x10\x33\x54\xc4\x4e\xb7\xb1\ \x44\x73\x4f\xa7\xf9\xfc\xe9\x39\x60\x3e\x9b\xc0\xc0\xe0\xcf\x3c\ \x7b\x34\xc3\xe7\x8b\x59\x06\xd5\xf4\x87\x86\x0f\x1f\x5a\x2c\x73\ \xf3\xcf\xe6\x1f\x3e\x9a\x9b\xfe\xcd\x87\xcf\x66\x9e\xce\x59\x50\ \xb0\xe6\xd3\x19\xd1\xa3\x79\x20\x1f\xb1\x68\xda\x30\xaf\x9a\x9b\ \x9b\x9b\x99\x61\xa1\x6a\x78\x3e\x38\x32\x40\x22\x11\xf0\x9f\x00\ \x2d\xa1\xa3\x3a\x4c\x2a\x60\x9d\x80\x4d\xff\xdf\x96\x67\x94\x68\ \xc0\xa4\x83\xf5\x62\xa3\xe4\x78\xfe\xdb\xba\x04\xb0\x76\x62\x06\ \x6b\x9a\x49\x45\x3d\x8b\x06\x11\xcb\x30\x2d\x82\xbb\x90\xac\x82\ \xef\x11\xa9\x6c\x2c\x31\x03\xa5\xa3\xb2\x80\xb3\x66\xf8\x20\x7e\ \x20\x3c\x18\x64\x13\x99\xa0\x2d\x22\xe0\x4c\xb6\x48\x84\x62\xaa\ \x50\xb1\x03\x09\x05\x52\x90\xe1\x2b\x70\x75\x18\x22\x81\x08\xd6\ \x88\x49\x41\x71\x0d\x24\x32\x93\x41\x84\x53\xfc\xec\x07\x1f\xac\ \x3f\x7e\x1f\xcd\xcc\x79\xf2\xf8\xc9\x3f\xff\xf3\x22\x9e\xa5\x02\ \xa5\x06\x19\x25\xd0\xd9\x18\xbe\x85\x85\x9a\x15\x19\x28\x8b\x8b\ \xca\xc6\x62\xe9\xa0\xb7\x34\x1c\x09\x03\x50\x89\xba\x30\x71\x38\ \x14\x7f\x45\x22\x82\xc7\xc2\x77\x71\x46\x27\x47\x47\x27\xd1\x98\ \xe7\x29\x1e\x6f\x72\x76\xea\xed\xc8\xaa\x49\x25\x86\x2d\x86\x5d\ \x38\xaf\x62\x02\x36\x33\xf0\x34\x9c\xf2\x9d\xb1\xee\x07\xef\xfd\ \x5d\xb7\xce\xac\x56\x4f\x0c\x22\x89\x01\x1a\xe4\x4a\x47\xba\x7b\ \xdf\x1d\x18\xe8\xef\xef\x1f\xe4\x02\xd3\x0d\xf5\xa2\x3b\x86\x51\ \xf3\x32\x00\xdd\xbd\x81\x41\x2e\xf7\xdd\x77\x1f\xf4\xf7\x02\x11\ \x76\x0f\xf6\x02\x46\x0e\x0a\xbb\xfb\x7b\xc6\x27\x26\x06\x7b\xfb\ \xd1\x65\xbf\x5e\xae\x54\x87\xa6\xec\xa0\x32\xf6\xbe\x5e\x34\xaf\ \x62\x78\x08\xad\x94\x4f\x0c\xf7\x0d\x0c\x0c\x8d\x74\x0f\x01\x3c\ \x4e\xf4\x71\xc7\x07\xa4\xb2\x09\x19\xa0\x64\x0f\x17\x84\x72\x44\ \x28\x04\xdf\x35\x06\xb2\x36\x26\x14\x02\x2e\x0a\x15\x76\xa9\x9c\ \xab\x56\xc8\x4d\xc0\x8c\x0a\x8d\x5c\x37\xa1\xd5\x2a\x40\xa9\x14\ \x3e\x87\x54\x6d\x36\x4a\xb4\x76\xa1\x5c\xad\x31\x4d\x4c\x8c\x4d\ \x70\x15\x3a\x0d\x38\xb4\x09\xbd\x1d\x64\x4a\xa3\x31\x6b\x4d\x7a\ \x9d\xd3\x8c\xc6\x9a\x6a\xe1\x06\x89\x11\x5c\x97\xd9\xe9\x0f\xb9\ \xdc\x66\x8d\x56\x6b\x55\xa0\x39\x16\x3a\xad\xc6\x24\x34\xa1\x78\ \x3d\x4d\xe2\x6f\x9f\x3d\x25\xa3\x35\xc3\x95\xd1\x51\xde\xa4\x52\ \x49\xc0\x01\x3e\x2b\x39\x28\x65\x1a\x87\xda\xc5\x48\x18\x34\x2a\ \x04\x3c\x2b\x8e\x8e\x05\xd8\xc6\xc2\x5e\xe3\xad\x4c\x21\x26\x9c\ \x5c\x9f\x9a\x82\xbd\xab\x5c\x84\x7d\x3c\xb5\xb8\xc2\x53\x4e\x2d\ \x3e\x99\x24\x11\x78\x93\x53\x8b\x20\x4b\xb3\x68\xa7\xaf\x3f\x01\ \xa3\x05\xe6\x6b\x65\x05\x3c\xef\xec\xe2\x3a\x8f\x44\x7c\xb2\x38\ \x3a\xab\x9c\x5c\xff\xe5\x3f\xfe\xeb\xe2\x9f\x37\x74\xe6\x48\x2c\ \xe8\x0d\x7b\x5d\xc1\x7c\xd4\xe7\xb5\xfb\x02\x7e\x53\x38\x56\x05\ \xa3\xe3\x72\xf9\x3c\x56\xdf\x96\xff\xa4\xe3\xf4\xe4\x82\x41\xb7\ \x3f\x16\x8d\x04\x82\xd1\x60\xac\x5c\x76\xed\x44\x62\x9d\xa3\xa0\ \x31\x16\xf1\xf8\xa3\xed\xc8\xee\xae\xdb\x17\xae\xf9\x83\xe1\x40\ \xcd\xa7\x91\x97\xa3\xde\x80\x53\x1b\xf0\x1b\xfd\x5b\xb9\x5a\x28\ \x18\x70\x1e\x04\x72\x27\xe1\x70\x34\x62\x0c\x7a\xec\x61\xdf\x49\ \x24\x16\xd9\x8a\x44\xc2\xfe\xdc\x56\xad\x1c\xb3\x47\x43\x9e\x5c\ \xbe\x1c\x2d\x77\x02\xa0\x97\x3b\x1b\x5b\x9d\xbd\xd3\x50\x2d\xe6\ \xab\x1e\xa0\x7a\x85\xd3\x93\xcd\xdc\xde\xe9\x5a\xad\x1d\x0a\xec\ \xed\x45\xca\xf1\x4a\x71\x39\x79\x74\x5a\xab\xee\xae\x2d\x97\xb6\ \xd3\xd9\xd5\x76\x34\x7a\xd2\xaa\x9f\xfe\x5f\x92\xde\xc5\x29\xb1\ \x3b\xcf\xfb\x0f\x17\x29\x6e\x22\x85\x20\x2a\x28\x82\x02\x0a\xd2\ \x80\x5c\x9a\x8b\x10\x29\x45\xe2\x05\x2c\x11\x28\x64\xf0\x82\x78\ \x65\x01\xa5\x11\x11\x45\xc5\xeb\x0a\xa8\x58\x62\x61\xd9\x5e\x5a\ \xcb\x6d\x93\xf4\x25\xd9\x4d\xa5\x12\xbb\x3a\xc9\x24\xb5\xb3\x9b\ \xd9\x79\xe6\x99\x99\x9d\x9d\xc9\x64\xaa\xf6\x99\xc9\xcc\x53\x4f\ \xd5\xef\xcf\xf8\x7d\xbe\xbd\xa6\x9b\x1c\x0f\x87\x03\x0d\x9c\xf7\ \x79\xbf\xbe\xe7\xf3\x7d\x7f\xd6\x76\xb6\xdd\xe9\xdd\x27\x3b\xdb\ \x07\x3e\xf7\xb6\x2f\xe4\x0c\x27\xfc\x03\x56\x6f\x12\x25\x0f\xba\ \x3a\xb6\xb7\x1c\x03\x3d\x1e\x4f\x87\x23\xec\x3b\xd8\x8a\xed\xcd\ \xef\xc7\xd6\x26\xd7\x17\x92\xe1\xd5\xf9\xcc\x54\xe1\xfc\xc9\xc2\ \xd8\xce\xca\x5a\x26\x55\x9c\x7d\xb2\x3c\xbf\x1c\x8f\xce\x8f\xc5\ \x67\xe2\xf1\x27\x81\xe0\x74\x20\xb3\xba\x3c\x39\x33\x19\x8f\xbe\ \x0e\xae\x4c\xa7\x66\x83\x40\x82\x53\xc1\xe8\x58\x61\x72\x6a\xad\ \x94\x4a\xa5\x26\x16\xe2\x99\xe8\xc5\x6d\xbe\x74\x73\x11\xb9\x8f\ \x2f\xbc\xce\x8c\x06\xee\xa2\x2b\x85\xbb\x89\x60\xfc\x3c\x5e\x98\ \xcd\x14\x53\xf3\x85\xbb\xbb\x87\xf3\x7c\x06\xbc\xd9\x54\xe9\xe6\ \x49\x3c\x13\x1c\xbb\x99\xb8\xc8\x64\xee\x0a\x20\x8f\xb3\xa5\xcc\ \x6c\xa9\x74\x5e\x88\xe4\xf3\xf1\xd2\x4d\x7c\x32\x5f\x98\x9d\x9c\ \x49\x95\x6e\x2f\xf2\xa5\x42\xe6\x75\xe9\x57\xbf\xfa\xea\xe6\xee\ \xe1\xd7\xff\xf2\xe3\x0f\x7f\xfa\xeb\xc7\xdf\x1f\x3f\x7b\x75\x72\ \x62\x17\x99\x55\x22\x9a\x08\x1d\xd5\x2c\x16\xcd\x8c\x68\x07\x34\ \x83\x47\xb7\x18\x98\x34\xaa\x44\x62\x19\x36\xd3\xed\x3c\x81\xc8\ \x6c\x51\xd9\x55\x43\x2a\xf3\x30\x4b\x65\xb3\xa9\x54\x12\x8b\x05\ \x25\x4e\x0d\x5b\x54\x22\x50\x3c\x24\x7a\xcf\xbe\x18\xb1\xdb\x24\ \xc7\xc3\x8b\xb6\x67\x36\xc9\xc9\xf0\xf1\x17\x27\xf6\x91\xe1\x61\ \x96\xed\xd8\x76\x32\x32\xac\x32\x18\x54\xe6\xa7\x43\x76\x0b\xcf\ \xae\x32\x9b\x59\x28\xf8\xcf\x20\x61\x8a\x40\x6e\x78\x54\x36\x8d\ \x0d\x68\x29\x02\x47\xc4\xe6\x31\x25\x22\x2a\x99\x0a\x28\x28\xa2\ \x83\xbe\x31\x41\xad\x0c\x6c\x3a\x9d\x45\xa5\x89\xc8\x18\x26\x0b\ \xcd\xca\x61\x92\x51\xc9\xbd\x80\xc9\xa3\x81\x33\xa3\xf3\x58\x6c\ \x89\x04\x15\x8c\xa3\x20\x3f\xd8\x19\x40\x23\x4d\x25\x42\xd3\xca\ \x49\xcf\x1e\x00\x00\x20\x00\x49\x44\x41\x54\x09\xc1\x13\x0a\x50\ \xf2\x03\x99\x86\xa3\xf0\x98\xb4\xff\xe9\xfa\x43\x43\x75\x0f\x14\ \x12\xb5\x8c\x04\xa7\x70\x1a\xea\xaa\x83\x4a\x45\xc9\x6c\x14\xe9\ \x8e\x2b\xc3\x90\x01\xe7\xc8\x64\x12\x9d\x8c\x03\x42\x2b\x9b\x03\ \xb1\xda\x40\x45\x0d\xb0\x70\xf5\xf3\xe7\x83\x98\x21\x03\x4f\x45\ \x07\xe7\x06\x8c\x09\x6e\x8f\x05\xc2\x47\x21\xa3\xf4\x78\x0a\xb9\ \xac\x9e\xcd\xc2\x60\x48\x44\x2a\xec\x13\x43\x42\xd5\x11\x8d\xe5\ \x48\xb5\x30\x8d\x8d\xa4\x9a\x32\x38\xa5\x13\x00\x4f\xca\xb1\x8d\ \x28\x3d\xa0\x11\xd0\x05\x9d\xfb\xdb\xca\x89\x2c\xd4\x34\xda\x6c\ \x03\x3c\xe6\xd1\xf0\x84\xb6\xf7\xd4\xfc\xc7\x0d\x1f\x54\xeb\x4c\ \x72\xa5\x94\x53\xd5\x50\xc9\x41\x41\xeb\x7a\x90\xa5\x2a\x4e\x35\ \x83\x5b\xc9\x07\x41\x02\xfa\xab\x10\x37\xd5\x89\x9b\xab\x2b\x38\ \xb5\xe2\x0a\x7e\x6d\xb3\xb2\xa5\xaa\x0a\x08\x11\xd8\xb1\xb9\x0e\ \xe9\x93\x5e\x28\x15\x36\xb7\xf0\xc5\xe2\x66\x3e\x18\x2b\x86\xb8\ \x59\xaf\xed\xd0\x73\xdf\x31\x24\xec\xa1\xa9\xba\xa2\xaa\x4a\xd8\ \xc2\x97\xb7\x80\xb4\xd5\x36\x00\x39\x72\x15\xfc\x26\x21\x88\x5f\ \x8b\x52\x23\x43\xd5\xec\xb5\x7c\x46\x25\x72\x60\x0a\x8e\x50\x06\ \xc2\xa3\x50\xab\xb9\x4a\xd4\x9b\x5e\xca\xd5\xa0\x29\xcc\x7a\xa1\ \xdc\xa4\x35\x89\x85\x46\x8d\xa6\xab\x4b\xd7\x21\xd7\x2a\xba\x00\ \x19\x4d\x28\xd3\xb3\x45\xaa\x54\x68\x84\xfa\x3e\x23\x57\x2e\x97\ \x75\x18\xb5\x56\x8d\xa2\xa7\xdf\x68\xed\x35\x0d\xf4\xf5\x39\x8c\ \x5d\xfa\x0e\x75\xa7\xcc\xa8\xd5\x3b\xac\x8e\x8e\x76\x99\x5e\x2d\ \x55\xb6\xb4\xc8\xf4\x0a\x87\x55\xa1\x41\xb1\xc5\x0a\x0d\xd8\x37\ \xed\xed\xab\xef\x79\x83\x47\xdd\x4b\x4b\x80\x78\x65\xf5\xef\xca\ \xda\x09\x68\xd0\xaf\xbe\xa6\xbe\x15\x3e\x36\x02\x72\x5e\x80\xd9\ \x24\x12\xd8\x2d\x40\x7b\x6a\x19\x8a\x18\x6d\x1d\xdf\x40\xed\x42\ \x36\xc0\x55\x21\x6f\xd5\xb6\xd4\x3a\xfe\x0e\xfe\xc0\x55\x01\x34\ \xce\x8d\x03\xfb\x75\xb7\x81\x2e\x2d\x6d\x9c\xcd\xb5\xcd\x6d\x80\ \xad\x82\x4f\xa2\x71\x1c\x5b\xde\x5d\x3e\xbe\x04\xda\xd8\xbd\x04\ \x3e\xfa\xfa\x9a\x55\xea\xd2\x39\x7a\x93\x21\xab\xd7\x1f\x0e\xf7\ \x74\xf9\xb6\x63\xc0\xae\x2e\x47\x32\xd7\x99\xf5\x1b\x7d\xfe\x58\ \xc2\x1f\xf2\x7b\x62\x5e\x6f\x5f\x4f\xcc\xef\x48\x27\xdc\x3d\xfe\ \x64\x36\x16\x76\xf5\x25\x73\x7e\x6b\xd8\xd5\xe3\xcc\x86\xbc\xb9\ \x30\xd0\x57\xcc\xdb\xef\x72\x25\x7a\x94\x5d\xdb\xde\x1e\x4f\xd7\ \x80\xc7\xe1\xe8\xdb\x4e\xef\x86\x7b\x06\x12\x5b\x2e\xb0\x4b\xeb\ \x87\xae\xde\x3e\x50\xc5\x3e\x77\x22\xe9\xf7\xf5\xc6\x3a\x43\x9e\ \xed\x1e\x67\xba\xcb\x9f\x76\xa4\x0f\x73\xe9\x70\xac\xdf\xef\xee\ \x8b\x6d\x85\xb7\x77\x0e\xd2\x03\x3d\x1d\xd9\xed\x83\xfd\xbd\x85\ \xbd\xd0\x4e\xe8\x70\x7d\x6d\x6b\x27\xe6\x3e\xd8\x4b\xc6\x66\x47\ \xa3\xf1\x99\xec\xfc\x76\x7a\x79\x6d\x26\x13\x9f\x5f\x9f\x4d\xf8\ \xd7\xc6\x66\x76\x37\x77\x0e\xd7\x0e\xf6\xf6\xd7\xa6\x77\x57\x7d\ \xa8\x57\xd8\x76\xd6\x9f\x4b\xf4\xc7\x72\x2e\x90\xd0\x0e\x53\x6e\ \xc7\xe3\xf2\x0e\x80\x01\x74\x27\xdc\xbb\xfb\x07\x13\xd3\xd9\x95\ \xd9\xcd\x89\xf9\xe4\xee\xda\x68\xe0\xe6\x6e\x76\x22\xb0\xb6\xf6\ \xa4\x30\xf3\xe4\xc9\xe6\xfc\x93\xf9\xe5\xd1\x99\x89\x60\x30\x32\ \xb5\x1b\xc8\x44\xa2\xc5\xb1\x99\xd9\xb1\xd9\x62\xfe\x26\x1f\x44\ \xb5\xe9\x13\x99\x0c\x28\x57\xf4\xbc\x34\x3d\x7f\x71\x1b\xc9\x47\ \x02\xf3\xa9\x4c\xf1\x4d\x3c\x53\x8c\x4c\xbe\xce\xa4\xee\x47\x47\ \x23\xb7\x81\x40\xfe\x3e\x58\xc8\xbc\xcc\x97\x52\x13\xf7\x99\x9b\ \xc2\x9b\xe2\xeb\xf3\xc9\xbb\xe0\xcd\xcd\xfc\x7d\xfe\x22\x75\x01\ \x76\xac\x94\xba\xbb\xf8\xea\x26\x3f\x3f\x3d\x19\x98\x2c\x14\x66\ \x23\xc5\x40\x2a\x32\x19\x49\xc5\xc7\xa6\x03\x81\x4c\x26\x53\x78\ \xf9\x55\xa1\x90\x07\xe3\x77\xf7\xf0\x3a\xf3\xd5\x9f\x3f\xfd\xe9\ \x0f\x7f\xff\xdd\x5f\xff\xe3\xe9\xc9\xd3\xe3\xc5\xa7\x36\xb3\x85\ \x2e\x40\xd3\x9b\xa9\x18\xa6\x00\x50\x10\x3c\x07\x8f\x49\x51\x09\ \x0c\x6c\x16\x8b\x89\x52\x0f\x24\xa8\xdb\x20\x68\x02\xe0\xa2\x88\ \x69\xb1\x1b\x86\x6c\x12\x8a\xc5\x20\x19\x1a\x41\x93\x63\x58\x06\ \xfb\x90\x41\xb5\xb8\xb8\x68\x83\x5d\x99\xc1\x42\x8d\x7c\x61\x31\ \xbf\x1a\x1a\xb1\x18\x8e\xbf\x18\x1a\xb1\x59\x24\x60\xa8\x16\x8f\ \x6d\x96\x61\x8b\x1d\x71\xe4\xd7\x76\xd5\xa2\xc4\x2c\x60\x81\x5a\ \x81\x3f\x02\xcd\x41\x1d\x08\x69\x40\x7a\x6c\x09\x9a\xe7\x02\xa6\ \x8a\x87\x9a\x1c\x32\x29\x3c\x03\x85\x65\x53\x01\x6d\xb1\x54\x02\ \x10\x1a\x36\xa5\x0c\x35\x2b\xa4\xb1\x0c\x34\x22\x86\xc5\x66\x83\ \xb6\x51\x41\xc0\x28\x28\x23\x10\xa5\x2e\x80\x86\xa1\x39\xd2\x20\ \x58\xa8\x25\x05\x93\x69\x47\x45\x16\x66\x1e\x0d\xd5\xb4\x53\x44\ \x22\x36\x0d\x5e\x3c\x95\x8e\xa1\xd8\x59\xe0\xd3\x48\x14\xd4\xea\ \x8b\xc0\x46\x01\x56\x74\x50\x2d\x0a\x1b\x43\xc6\xd0\x68\x44\xf8\ \xfe\x63\x89\x65\x28\x17\x06\xcf\xa6\xe2\x1b\x91\x58\x9d\x9e\x0e\ \x8e\xcf\x9d\x82\xd3\xfa\xfd\x8b\x36\x2c\x10\xb1\x44\x82\x8a\x51\ \x69\x28\x01\x9e\x8e\x12\x4b\xf1\x44\x94\x1d\x41\xc5\x96\x51\x30\ \x64\x1a\x95\x88\x41\xb5\x43\x34\xd8\x2f\x16\x8f\x27\xe0\x89\xe5\ \x44\x52\x79\x79\x5b\x3d\xa1\xbe\x1c\x8b\xae\x64\xa1\x20\x3a\x34\ \x3b\x07\x8b\x72\x7d\xcb\x6a\x48\x04\xf8\x47\x83\xc3\x32\xdb\x6c\ \x16\xf0\x67\x20\x58\xcd\x8c\x86\xa6\x86\x0a\x6d\xa7\xbe\x85\x5f\ \x05\xd2\x52\x5b\xc5\x69\x11\x1a\x5b\xb8\x95\xb5\xcd\xb5\x95\xd5\ \x5c\xbe\xb4\xe1\xfd\x0a\x2e\x6a\x46\xc8\xaf\xac\xe2\xb7\x34\x73\ \xf9\x2d\x6a\x2e\x9f\xcb\xa9\x78\x54\x59\x2d\xae\xe2\x4a\xa5\xd5\ \x15\x95\x1c\x85\x42\x8b\x6a\xdb\xd5\x2d\x32\xd4\xa6\x59\x26\x57\ \xb6\xc8\x94\x0a\xbd\x10\xc5\x8e\x3e\x62\xc0\xb6\x5c\x8e\xb8\xb6\ \x82\xc3\x90\xd7\x82\x70\xd5\x8a\x6b\x5b\xc0\x46\xe9\xb9\xdc\x5a\ \x35\x57\xac\x91\xe9\xb4\xb5\x0c\xb5\x54\xce\x95\x72\x91\x57\x92\ \xca\x5a\x9a\x5b\xa4\x7c\xae\x54\xe8\xd0\x2a\x3a\x95\xdc\x66\x0d\ \x60\x9b\xbe\x5d\xad\x00\xdd\xe2\x2b\x65\x9d\xa6\x4e\xb9\x51\x83\ \x66\xe2\x48\x95\xe0\x91\xd4\xf2\x0e\x99\x42\x26\x95\x83\xc4\x29\ \xf4\x2d\x32\x99\xbc\xbd\x4b\xa9\x31\xca\xda\xfb\x4d\xa6\xae\x2e\ \x87\xc6\xd8\xa7\x30\x19\x3b\xfa\x3a\xba\xf4\xd6\x3e\x5d\x67\x9f\ \x4c\xd3\x21\x45\xcf\xa7\xef\xd1\x6b\xb5\x72\x59\x8f\x0e\x45\xbf\ \x6b\x15\x4a\xb1\xff\xf3\x13\x09\xbe\x7b\xae\x75\xb0\x0c\x70\xaf\ \xbe\xad\xad\x06\x8f\x1a\xa4\xd5\x60\xb1\xe3\xe5\x8d\x04\x42\x79\ \x19\xb0\x20\x86\x88\xad\x21\xd2\x49\x65\x78\x12\xea\xfe\x48\x24\ \xd4\x83\xf4\xb7\x8e\x83\x0a\x81\x6a\xb5\xd6\xa0\xfe\x39\x73\xe3\ \xdd\x1b\xf0\xb1\xcd\xa1\x89\x84\x70\xb2\x39\x5d\x02\x83\x85\x26\ \x2c\x2c\xc1\xba\xf1\xb9\x25\x24\x5d\x8d\xe5\x73\x73\x4b\x1b\x1b\ \x83\x8d\xe3\xb0\xb2\x1b\x6e\xc1\x48\x5f\x7e\x88\xbb\xe9\xd1\x86\ \x5d\x1d\x56\x87\x6b\xc0\x13\x72\xa7\xbd\x3d\x5e\x4f\x9f\x2f\x1d\ \xea\x09\xfb\x3a\x5c\x4e\x9f\xbf\x3f\xe7\x81\x63\xbd\xdf\x3a\x10\ \xee\xef\x4a\xfa\x7c\xbe\x81\xfd\xf5\xbe\xb0\xc7\x9f\x4e\xf6\x3a\ \xdc\xbd\x1e\xa7\xaf\xd3\x97\x0e\xf7\xf9\x9c\x09\x97\xd7\xe3\x88\ \xf5\xc9\x3a\xfc\xe1\x4e\x87\x03\xf8\x11\x2c\xd4\xd6\x5e\xce\xdd\ \x1f\x0b\x85\x56\xf6\x92\xdb\xe0\x92\x92\xa1\x3e\x57\xcc\xe5\x8e\ \x6d\xfb\x1c\xb1\x4e\x57\x2c\x97\x48\xc6\x7a\x9d\x5b\x7d\xce\xf4\ \x7e\xe2\x60\x2b\xec\xf3\xf6\x6d\x27\xdd\x5b\x69\x77\x47\xaf\x63\ \x20\xec\x0c\xed\xcf\xef\xfb\xf6\x72\xde\xd5\x83\x85\xd5\xcd\x55\ \xdf\x6a\xd2\x9d\xcb\x07\xf2\x0f\xf3\x2b\xbb\x6b\xde\xd1\xd1\xfd\ \x89\xbb\x78\x76\x62\x3d\xb7\xb6\x3f\xb6\x3f\xbf\x93\x3b\xdc\x3a\ \xd8\x59\xde\xdf\xdd\xf5\x86\x93\x8e\xfe\xe4\x81\x3b\x1b\xee\xf2\ \x3a\x06\x1c\xbd\x3d\x1d\xd6\xd8\x4e\xda\xe7\x0a\x0d\x38\x9d\xd6\ \x84\x6f\x7b\x67\x79\xb6\xb0\x9b\x9d\x0a\x06\xd7\x9e\xcc\x02\x97\ \x45\x6e\xc6\xa6\x67\x77\x82\x13\xc5\x7c\x3c\x3f\x3a\xb9\x9c\x19\ \x9b\x99\x2e\x8e\x4e\xa7\xa6\xd7\x8a\xb7\xe7\x0f\x6f\x8b\x53\x81\ \xc9\xe9\xc9\x7c\x06\xfc\x57\x24\x35\x3f\x16\x00\x65\x49\x15\x5f\ \x46\xa6\xd7\xce\x8b\x81\xbb\x4c\x74\x6a\x36\xf2\x55\x21\x38\x59\ \x88\x44\x6e\x26\xd6\x4a\x93\xf1\x52\x71\x3f\xfe\x90\x99\x88\xcc\ \xde\xdc\xe4\xe3\xc5\xd7\xf9\x59\x78\x89\xf1\xd2\xb7\x0f\xc5\xef\ \xf2\x20\x57\xe7\xdf\xdc\x16\x27\x0a\x91\x87\xbb\x6f\x8a\x2f\xcf\ \x33\xf9\x4c\x30\x52\xc8\x4c\xbe\xbc\x4f\x15\x27\x53\xb7\xf1\x54\ \x2a\x1a\x98\xcd\x07\x0a\x91\xdb\xdb\xf3\x8b\xfb\x97\x2f\x33\xa0\ \x58\x2f\xff\xe9\xb3\x1f\x3e\xfd\xe9\xd3\x3f\x7e\xf6\xbd\xd9\x62\ \x33\x1f\x0f\x2d\x5a\xcc\x00\x4b\x4c\x1a\x81\x4a\x11\xb0\x30\x70\ \xc0\x91\x05\xa8\x97\xf2\x08\xac\xe5\x89\x68\xa8\xc3\x04\xcb\x26\ \x30\x98\x0d\xef\xb2\x8f\x45\xb6\x13\x8b\xc5\x26\x22\xf3\x80\xf3\ \x24\x2a\xde\xf0\x90\x65\x78\x44\x64\x91\x80\xe9\x1a\xb2\x8d\x3c\ \xb3\x9b\xed\x36\xdb\xf0\xb0\x64\x64\xd1\x62\x19\x19\x01\xfc\x63\ \x1b\x00\x10\x47\x9e\x3e\x1d\x01\x94\x12\x08\x54\x06\x89\xc0\x66\ \xb1\x88\x16\x0d\x2a\x8b\x19\xcc\x0a\x85\xcd\x44\x2d\xee\x51\xb1\ \x17\x18\x25\x30\x4c\xa8\xc8\x9d\x49\x07\xb1\x52\xd1\x2d\x02\x64\ \xb3\x78\x6c\x0a\x68\x22\xf8\x22\x36\x38\x2e\x91\x41\x20\x30\xb0\ \xe8\x14\x3a\x32\x59\xf0\x88\x77\x97\x08\x25\x28\xfd\x8f\x4c\x13\ \x08\x60\x7f\x54\x10\x26\x0a\x45\x45\x43\x57\x08\x78\xa8\xb3\x2b\ \x93\x0d\xcc\xc7\xc3\x89\x50\x68\x96\x88\x2d\x10\xd0\x58\x02\x1a\ \x19\xb8\x0f\x43\x44\xcd\xe3\x55\x6c\x12\x11\xcc\x1d\x6a\xb4\x4a\ \x20\x90\x70\x48\x85\x70\x40\x70\xc4\x72\x02\x1b\x07\x86\xa7\x7c\ \x63\x63\x6e\xfc\xf2\x74\xa3\xbb\x75\xfc\xec\xe8\xe8\xdf\xbe\x9c\ \x2b\x93\x98\xed\x06\x09\x2a\xfa\xa7\xd1\x28\x54\x16\x4b\x80\x1a\ \x11\x12\x45\x40\x85\x24\x34\x7c\x45\xa6\x10\x50\x97\x1c\x00\x42\ \x12\x2c\x02\xc5\x10\xb0\xe5\x78\x2a\xb8\x2b\x38\xe9\xd7\x0c\x0e\ \xa2\x2b\x83\x84\x1a\xf0\x58\x70\xba\x07\xd8\x19\xaf\x27\x90\xea\ \xc9\xe0\x09\x6d\xe6\x61\x11\x15\x60\x1c\x53\x03\x0e\x8b\x5b\xf9\ \xc1\xe3\x2a\xbe\xda\xa4\xe6\xd6\xa2\x8e\xf2\x0d\x55\x42\x7e\xb3\ \xb4\xb9\x9a\x2b\xac\x68\xae\x95\x73\x18\xfc\xca\xa6\x2a\x31\x88\ \x91\x14\x70\x4e\xae\x30\x1a\x7b\xb4\x0a\x71\x2d\xea\x52\x5f\x55\ \x55\x51\xc9\x6d\xe1\x33\xf8\x5c\x99\x52\xd9\xa3\xd0\xc8\x64\x8c\ \x2a\xbe\x4c\xa8\xec\xd5\x82\x6e\x69\x64\x42\x7e\x05\x38\x36\x86\ \xba\x96\x5b\xcb\x69\xae\x65\x70\xe1\x4e\x71\x45\x75\x15\xbf\x19\ \x1e\x03\x0a\x55\x5b\x51\xd1\xa2\x10\x0b\x6b\x5b\x8c\xcd\xcd\x68\ \x1a\xa1\x50\x0d\x24\x28\xe6\x6b\x84\x55\x5c\x10\xc7\x5a\xa5\xa9\ \x43\xa6\x51\xeb\xb9\x72\xb1\xc2\xd4\xae\xd5\xe9\x4c\xed\x7d\x0a\ \xb9\x5c\xaa\xef\xd5\x29\x15\x0a\xa9\x4c\x27\x57\x68\xe4\xcd\xed\ \x1d\x1a\x23\x88\xa5\x5c\xa6\x6e\xd1\xa0\x5c\x64\x10\xae\x16\x9d\ \x43\xdb\xef\xd6\x99\x8c\xf2\x76\x9d\x0c\xa0\xb0\xcf\xd4\xee\xe9\ \x52\x74\xb5\xeb\xda\xf5\x4a\xbd\x11\xcc\x96\x42\xd7\xd5\xa3\x6d\ \x37\x69\x94\xda\x77\xcd\xed\x8d\x6a\x71\x7b\xff\xc3\xd7\x4f\x69\ \xe5\x80\x69\xf0\x6e\x75\xb7\x95\x13\xda\xea\xcb\xdb\xc0\x25\x91\ \x48\x35\x58\x6a\x59\x23\x01\xb5\x35\x22\x63\xda\x08\x65\x58\x0a\ \x13\x43\x42\x19\x8a\x54\x12\x16\x80\xbb\xa6\x75\x70\x0e\x40\x70\ \xe3\xfa\x6c\x69\x1c\x60\xef\x0c\x30\xfe\x74\xe3\xe8\x0c\x0d\x3f\ \xc2\xc9\x06\x3e\xc7\x33\x94\x46\x03\x14\xd8\x86\xa6\xeb\xa0\xda\ \x86\xab\x8d\xc1\x6e\xd0\xac\xb3\xa5\xd6\x46\x10\xb2\xf1\x8d\x23\ \xd8\x68\xee\xec\x43\xcc\xb7\x61\xbd\xbe\xb7\xd7\xe9\x80\x03\xde\ \x09\x26\x28\xe6\x74\x87\xfd\xa1\x6c\x58\xe7\xf0\x3b\x43\x03\x69\ \x9f\x33\xe4\xef\xed\xf7\xb8\xba\x06\x62\xb1\xdd\x98\x3f\xbb\x9b\ \xd8\x71\x0f\x24\x72\x2e\x93\xb5\xcf\x11\x72\x5b\x43\xab\xe9\xf6\ \xfe\x98\x33\x14\x1e\xf0\xee\xf5\x75\x74\x0c\x78\xfb\x3d\x39\xaf\ \xcf\x6b\x0a\x2d\x8c\x4d\xed\xb8\x43\xd9\x01\x6b\x22\x81\x28\x30\ \x9c\x0c\x0f\x24\x7d\x00\x82\x5e\xb7\x3b\x34\xb0\x7d\xe8\x73\x66\ \x77\x5d\xa1\x74\x7f\x6c\x73\x7d\x0b\x5c\x57\xc2\x6b\x0a\xfb\x3c\ \xfb\x5b\x7d\x8a\x84\x2b\x74\x10\xcb\xc5\xe6\x9f\x38\x63\xfb\x8e\ \xf5\xfd\x83\xbd\x27\x07\xfe\xb5\x64\xc7\x7a\x64\x26\x12\x1c\x5d\ \x48\x3f\xc9\xad\x4d\x4c\xed\x2e\xa4\xd6\x57\xb6\xf6\x96\xd7\xd6\ \x52\xd3\xfb\xc9\xcd\xad\xd5\xb1\xad\x83\xdd\x99\xad\x03\x6f\x9f\ \x67\xfb\xc0\xdb\x9f\xf0\x03\xd3\xfa\x5d\x20\x7d\xde\xbd\xfe\x70\ \x7f\x28\x3d\xe0\xdf\xca\x25\x17\xb2\xbb\xf1\xfc\xf4\xc2\xec\xf4\ \xee\xfc\xf4\xfc\xe8\x28\xaa\xc3\x0a\x4c\xec\x4e\x6f\xe6\x81\xeb\ \x96\x27\xd6\xe6\x83\xf3\xb3\xe7\x99\x27\x91\xe9\xd5\x4c\xbc\x74\ \x97\x89\xe7\x23\xa9\x40\x21\x1e\x2d\xdc\x45\xd7\xa6\xc7\xa6\x33\ \x93\xc1\xfc\x7d\xbc\x18\x9f\x9d\x08\x82\xb6\x14\x33\xb7\xaf\x23\ \xb7\x37\xf1\x42\x69\x34\xff\x26\xbf\x9f\x8f\xc4\xa3\xa5\xd4\xed\ \xeb\xc0\x72\xe4\x1e\x8d\x6d\x95\x0a\x93\x13\xf3\x37\x0f\xc5\xdb\ \xd7\xa5\xf8\xc5\x0c\xe8\xdf\xb7\x0f\x71\x20\xc5\xe0\xcb\x8b\x78\ \xa1\x78\x7f\x51\x9c\xcc\x4f\x07\x6e\x6e\x22\x93\x29\x40\xc1\x8b\ \x48\xa6\x50\x0a\xcc\x66\xa2\x05\x10\xb6\xd2\xeb\x8b\xf3\xdb\xc2\ \xf9\x2f\xdf\x7e\xf7\xe7\x7f\xf9\xf3\x4f\x9f\x7e\xf6\xbb\xef\x5f\ \x3d\x1b\x5e\x1c\x7e\x76\x62\x81\x43\x99\x42\x11\x30\xa9\x38\xd4\ \xbf\x0b\xf5\x9e\xe1\x31\xc9\x66\x11\x73\x64\x84\xc9\x04\xd0\x32\ \xdb\xc0\xc7\xb0\x0c\x20\x30\x3c\x34\x07\x87\xc6\xb3\x0d\x2f\x02\ \xc2\xa0\xe4\x18\x8b\x81\x67\x16\x01\x34\x8e\x8c\x98\x0d\x43\x6c\ \x89\xcd\x32\x64\x31\x1f\x8f\x0c\x19\x0c\x23\xc7\x2a\x8b\x5d\x34\ \x3c\x0c\xbf\x9c\x2c\x8e\x8c\x8c\x3c\x1d\x19\x52\x81\x1a\x01\x16\ \x82\xa4\xd9\x59\x66\xd4\xfc\x58\xf2\x6e\x36\x21\x93\xc7\x64\x33\ \x25\x48\xa8\x78\xb0\x4f\x89\x04\x35\x74\x66\x32\xcd\x76\x91\x01\ \x35\xff\xa2\xb1\xa8\x4c\x36\xcf\x00\x6e\x8b\x22\x01\x75\x52\xa9\ \x50\x46\x33\xf0\x18\x99\xc2\x16\xd0\xe9\x02\x34\xfb\x19\xe5\xc9\ \x08\xd8\x40\x81\x22\x26\x09\x11\x21\x58\x41\x9e\xc8\x22\x42\x2f\ \x5d\x20\xa2\xd3\xd0\xc4\x6d\xd4\x5f\x95\x49\x17\xe1\xd0\x2c\x67\ \x90\x43\xa0\x44\x2a\x09\x47\x45\x49\xec\x38\x9a\x08\x25\x70\x31\ \x99\x14\x02\x89\x42\xc1\x80\x35\xc2\xa3\xbe\xcf\x44\xd8\x17\x1e\ \x87\x45\x2d\x09\x2f\x8f\xba\x8f\xe6\xda\x96\xce\xce\x7e\xff\xc9\ \x11\x4e\x64\x00\x9b\x69\x07\x33\xc4\x52\xa1\x26\xb2\x34\x78\x6e\ \x12\x99\x4a\xc3\xd0\xc9\x94\x32\x02\x50\x0a\x81\x08\x36\xed\xdd\ \x22\x1e\x85\xf3\xc0\xc9\x1f\x8f\xa9\xe9\x26\x8c\x8f\xb7\x61\xcb\ \x6b\x50\x8f\xe7\x7a\x2c\x1e\x5b\x8f\x46\x59\x1a\x1b\xdb\x6a\xb0\ \x98\x46\x34\xdd\xc7\x60\xe3\xa9\xc8\x2c\x1b\x8b\x8c\xad\x79\x4f\ \xd7\x52\xfb\xc1\x3f\x36\xc9\x7b\xfa\xe5\x46\x69\x15\x98\xa7\xea\ \xda\x66\x00\xbf\xaa\xc7\x00\x83\x5c\xae\x14\xa4\xe9\x51\x65\x2d\ \x97\x2f\x93\x89\xe1\xa7\x59\xdf\xeb\xf6\x5b\xad\xe2\x5a\x75\x2d\ \xa3\x85\xc1\xe0\xf0\x51\xdc\x71\x0b\x97\xaf\xd4\x98\xf4\x20\x51\ \xe2\x5a\xae\xb2\x45\x6a\xd4\x0b\x95\x52\x69\xb3\x14\x75\xf8\xfa\ \xa0\x42\xcc\xa8\xac\xad\x62\x30\x2a\x6a\xb9\xea\x66\x10\xb9\x0a\ \x0e\x87\xcb\xe5\xf3\x35\x1a\x50\x30\x06\x9f\x2f\xe4\x72\x35\x0a\ \x6e\x55\x75\x35\x48\xa2\x18\x64\x0d\xfe\x0a\x95\xea\x16\x75\x87\ \x56\xa9\x55\xab\xb5\x5d\x72\xbd\x42\x89\xe6\x39\xcb\x34\xfa\xf6\ \x3e\xb5\xae\x1d\x45\x00\x6b\x14\x9a\x0e\x8d\x0e\xc9\x14\xc8\x58\ \xbf\x58\xab\x51\x2a\x4c\x0a\xb9\xbe\x5f\xc3\x6f\x6e\x11\x4a\xad\ \x0a\x6d\x97\x49\x6b\x44\xc9\x26\xda\xf6\x76\x6d\x67\x97\xb5\xdf\ \x6a\x34\xf5\x28\xa4\x1a\xc4\x7f\x56\x6b\x5f\x17\x8a\xd1\x69\x57\ \xe8\xda\xdb\x75\x46\x71\x8b\x52\xa8\xb6\x5a\x67\xff\xfe\x31\x99\ \x88\xad\xdf\xe8\x2e\xc7\xd7\xa0\xa6\x8d\x68\xf0\xbc\xbc\xa6\xac\ \xbc\x11\xad\x40\xa0\x4e\xad\x21\x94\xf1\x30\x74\x36\x85\x42\x25\ \x63\xe8\xa8\xf3\x38\x8b\xd4\xd8\xdd\x36\x0e\x32\x74\x3a\xbe\x81\ \xb0\x0f\x44\xea\xe8\xe8\x74\x70\x70\xe9\xfa\xf4\x68\xfc\xf4\xea\ \x1a\xb4\x0b\x16\x37\x10\x22\x36\xd6\xd7\x0c\x2e\xb5\xd6\xcc\xcd\ \xb5\x6d\x1c\x0d\xa2\x9a\xd2\xcb\xcb\xd3\xb9\x9a\x41\x24\x56\x4b\ \x83\xdd\xe0\xb3\xae\x5f\x34\xfe\x4b\xb2\xdd\x68\xf2\x3b\x1d\xbd\ \x03\x9d\x3d\x7e\xcf\x80\xcb\xe5\xec\xf7\x3a\x07\x5c\x89\x70\x6c\ \x2f\xeb\xf5\x38\x1d\x21\x57\xbf\x37\xec\x77\xe7\x42\x59\x4f\x2c\ \x9d\x88\xf5\x26\x92\x21\x97\xb5\xd7\xd5\x31\x60\x8d\xad\x2d\x84\ \x51\x1d\x56\xce\x67\x75\x6f\x7b\x3a\x7a\xfd\xa1\xb0\xd3\xe3\x4a\ \x78\xb5\xdb\x6b\x4f\x72\x09\x80\x47\x87\x75\x7b\x7f\x1f\xd6\x0d\ \x84\x7b\xdc\xde\xdd\xd5\xb4\xb5\xcf\xe3\x0c\x7b\xbc\x9e\xed\xcd\ \xc3\x90\x33\xb1\x65\xdd\xdb\x5c\x0b\xae\x7b\xba\x3c\x8e\x0e\x77\ \x28\x96\xe8\xef\x33\xba\x93\x03\x0b\x07\xc9\xc3\x85\xcd\xdd\x95\ \x55\xff\xc2\x68\xb6\x77\xc7\xe3\xd9\xda\x31\x66\xd7\x56\xe6\xa7\ \x83\xcb\xbb\x2b\x9e\x83\xb1\xb5\xf5\x89\xb1\x9d\x85\xbd\xed\x79\ \x54\xe3\xb9\x99\xde\x8f\x4d\x67\xdd\x9b\x0b\xd9\x6c\xd8\xed\x89\ \xc5\x42\x49\xb7\xdb\xd3\xdb\xef\x0f\x7b\x1c\xae\xde\xf5\x6c\x78\ \xc0\xe1\x07\x01\x0d\x79\x13\xd9\x83\xbd\xb5\x89\xe5\xdc\x4c\x60\ \x66\x77\x7d\x7e\x7e\x02\x90\x6c\x6c\x79\xe5\x20\x18\x8d\x14\xf3\ \xa9\x99\xe8\xfc\x28\x38\xac\xd1\xc8\x6c\x21\xb8\x95\x09\x4c\xce\ \x4f\x6d\xc2\x52\x20\x9a\x9f\x88\x94\xa6\x22\x85\xd1\x60\xe0\xbc\ \x00\x3e\x68\x22\x05\xd0\x97\x2a\x94\xde\x4c\x46\xde\x4c\x16\x6f\ \xee\xa2\x99\x52\xe9\x36\x35\x53\x88\x07\x4a\x85\xbb\xcc\x45\x60\ \xf6\x3c\x75\xfb\x55\xa9\x70\x53\xcc\x64\x40\x91\xbe\xba\xb8\x29\ \x06\x32\x53\x81\x52\x09\x54\xa9\xf8\x64\xea\xe2\x65\x31\x9a\x2f\ \xbe\x29\x14\x40\xb1\x6e\x02\x81\xa9\x42\xe1\x36\x90\x2f\xc4\x8b\ \xb7\x40\x9c\x79\x10\xb2\xe8\xc5\x77\xdf\x4c\x96\xee\x26\x5f\xff\ \xef\xd7\x3f\xfc\xfd\xc7\x9f\xfe\xf2\xf9\xef\x4e\x9e\x7d\xf1\xea\ \x15\x08\x83\xc1\x02\x87\x36\xca\x75\x62\x51\x25\x02\x8a\xd9\x40\ \x61\xa3\xab\x6f\x66\x83\xc1\x6e\x06\x79\x21\x33\x79\x12\x26\x4f\ \xc5\x64\x0a\x2c\x2c\x1e\xea\x89\x6a\xe0\xd9\x54\x20\x14\x4c\x9b\ \xcd\x30\x3c\x6c\xa6\xb3\x78\x8b\x2c\x9e\x0a\x16\xed\x22\xf0\x1f\ \x22\xf3\x90\xfd\xd9\xf1\xb0\xfd\xd9\xf7\x76\xf3\xe2\xd0\xf0\x89\ \x6d\xe8\xe9\x90\xc4\x3e\x34\x3c\x64\x97\x98\x87\xcc\x82\x61\x8b\ \xca\x60\x3e\x06\xa7\x66\x11\x0d\x8f\xf0\x24\x36\x83\x01\x5c\x1c\ \x05\x14\x49\x80\xb0\x0a\x9e\x09\xc9\x95\xc8\x40\xa5\x83\xb9\x42\ \x1c\xc8\xa2\x8a\x04\x2c\x2a\x5d\x04\xb2\x03\xb6\x8a\x8e\x86\xb8\ \x60\x03\x64\xae\x48\x14\x26\x95\x42\x47\x8b\x38\x10\x30\x89\x44\ \x04\x2f\x99\x09\x54\x68\xb0\x30\x91\xf6\xf1\x50\x9b\x1f\xd4\xb4\ \x9e\x07\x5a\x44\xc1\xa1\x5c\x50\x2a\x8f\x8e\x42\x07\x41\xce\x78\ \x18\xb2\x00\x43\x22\x13\x89\x2c\x1e\x05\x90\x94\x4d\x2a\xa3\xd2\ \xe9\x68\x4c\x17\xc5\xc1\xc0\x09\x1c\x87\xa3\xb2\x45\x24\x1a\x0d\ \x8b\x66\xa1\xc1\x19\x78\xae\x11\x8d\x7e\x7c\xf9\xe5\x29\xde\x62\ \xb7\x18\x40\xab\xc8\x78\xba\x81\xcc\x66\x93\xc8\x28\x22\x0c\x07\ \x50\xc9\x66\x91\xcb\xf0\x65\x64\x5c\x39\x01\xc5\x31\x53\xb1\x78\ \x4c\x19\xda\x0f\x15\x53\x4e\xc0\x11\xdb\xb0\x35\xad\xf5\x35\xf5\ \xe5\xf5\xf5\xad\xf5\x28\x6d\x00\x35\x7b\x46\xb0\x83\x46\x94\xe1\ \x48\x14\x98\x55\x74\xfb\xb0\x79\x44\xc5\x26\xd6\xbc\xd7\x2b\x6d\ \x78\xfc\xfe\x63\x8e\x56\x2b\x6c\x46\x2d\xb9\x80\xe3\xb8\x32\xb5\ \xb8\xb2\x9a\x51\x5d\xcd\xe1\xd4\xf2\xa5\x8c\x6a\xae\x5a\xdd\xa2\ \x97\x89\x39\x2d\xea\xe6\xe6\x1e\x53\xbb\xd1\x28\x17\xea\x19\x75\ \xc0\x77\x0c\x0e\xb7\x8a\x51\xc5\xe5\x54\x49\x8d\xbd\x72\x75\xb3\ \xb8\xb9\x52\xac\x45\xd9\x7d\x8c\x66\x21\x68\x59\xa7\x94\x5f\xf5\ \x7e\x65\x95\xb8\xa2\xb2\x85\x5b\x57\xc5\xa8\xa8\x80\xcd\xb9\x62\ \x2e\xba\x12\xc8\x15\x2a\xe5\x1c\x61\x0b\xa3\xa5\xb9\x59\xa8\xe9\ \x60\x54\x73\xb8\xcd\x6a\x7e\x8b\x54\x29\x83\xff\x89\xe5\x62\x8e\ \x54\xa7\x94\xf1\x51\xd6\x82\x52\xa9\x95\x6a\x15\x42\xa3\xae\x4b\ \x03\x74\xd7\xee\xe8\xea\xe9\x50\x9a\xe4\x6a\x19\x5f\xae\xd0\xea\ \xc1\xef\xc9\x95\x4a\x05\x58\x25\x85\xce\x64\xd2\xc9\xf9\x1c\x85\ \x5c\xaa\xd3\xe8\x3b\xbb\xc0\x3e\x09\x7b\x74\xed\x3a\x53\x6f\x6f\ \x5f\xa7\x4e\xdb\x61\x92\xcb\x64\x52\x69\xbb\xd5\xa9\x68\x1f\x30\ \x29\x15\xc6\x0e\x5d\x97\xa2\xb3\xd3\xa8\x91\x6a\x8d\x42\x71\x47\ \x7b\xe4\xd3\xcf\xe8\x4b\x65\x84\xd3\x41\xc2\x52\x63\xfd\x5c\x23\ \xaa\x4d\xa8\x27\x94\xe3\x49\xe5\xdd\xad\xd8\x32\x42\x39\x89\x4e\ \x6c\x6c\x84\x37\x0e\xce\x0b\x65\x65\x14\x2a\x0e\x35\x0e\x3f\xb6\ \x0d\xb1\x6b\xe0\x1c\xd0\x3a\x3e\x88\x3a\x86\x9c\x5d\x2f\x1d\xcd\ \x1d\x81\xa5\x3a\xbd\xbc\x5e\x1a\x5c\xda\x98\xdb\xb8\x3c\x9b\x3b\ \x3d\xdd\xd8\xb8\x5e\x6a\xc5\xd7\x9f\x75\x6f\xa0\x10\x9a\x7a\xc2\ \xc6\xd1\x78\x37\x9a\xc6\x70\x7a\x7a\xd4\xb6\xd4\x3a\xd8\x7a\x76\ \x36\x37\x87\xaa\x58\x96\x9e\x5f\x7f\x7d\xa0\x1d\xc8\xf6\x39\x7c\ \x03\x5d\xfd\x3d\x7d\xde\xad\x10\x58\x9e\xce\x01\x77\x16\x75\x92\ \x07\xd3\xe4\x02\x87\xe4\xeb\xf5\x6f\x83\x32\xa5\xb3\xce\xed\xd0\ \xc1\xc1\xba\x57\xd7\xd7\xdb\xe7\xe8\x1c\xd8\xdd\x4c\x38\x3c\xc9\ \x90\x27\xe7\x0f\xed\x6c\x9b\xdc\xe1\xb0\xc7\xd3\xd5\xe3\x75\xb4\ \x87\xd3\x69\xdf\xee\x9e\xcb\xed\xe9\x5a\x5e\x9b\xf6\xc5\xb6\x62\ \x31\xa7\xd5\xbb\xbe\xe0\xed\x72\xf4\x25\x63\xe1\x50\xef\xea\xfa\ \xb6\xdf\x11\x4b\x38\xd2\x4f\x76\xb6\xb6\x13\xce\x9c\xd7\x98\xc8\ \xf5\xba\xb6\xfd\xfe\x98\xd7\x9b\xf3\xef\x2f\xac\x6c\xa5\x0f\xb6\ \xfb\x72\xab\x5b\xdb\xe1\xb0\x6b\xf7\x89\x3b\x34\x3f\xbf\xf0\x64\ \x7f\x67\x37\x1d\xda\x9f\x5d\x9d\xc9\x17\x66\x37\x0f\x93\x5b\x5b\ \x4f\xf6\xb3\x4f\xd2\x2b\xb1\xd0\xe6\xfa\xca\x41\xce\x17\xce\xb9\ \xf7\x13\x5e\x57\xbf\xd3\xd5\xd1\xef\xcd\x39\x8c\xa6\xce\xad\x5c\ \x2c\xed\xf7\xbb\x13\xdb\xc9\x2d\xef\x81\x27\x38\x1a\x5f\x5f\x8f\ \xce\x4f\x3d\x59\x9e\x9c\x4e\x45\x8b\xa9\xd5\xa9\xe5\x79\x50\xa7\ \x68\x3e\x3e\x39\xb5\x1f\x28\xce\xcf\x44\xa7\xa2\xa9\xe0\x66\xf0\ \x36\x1a\xcc\x3f\x19\x2d\x4c\x8c\x9d\x97\x32\x93\x91\x68\xb4\x38\ \x11\x89\xa6\x46\x33\x53\x53\x99\x9b\xe9\xe2\xf9\xc5\xe4\x4d\x29\ \x7f\x71\x91\xba\xb9\xbf\x7b\x59\xba\x7f\xfb\x10\xc9\x04\x52\xe0\ \x8f\xa6\x52\x6f\x33\xd1\xbb\xfc\xeb\xcc\xcb\xfc\xdb\xb7\xe7\xb3\ \x85\x37\xdf\x9c\x4f\xdc\xdc\xe5\x6f\xc7\x0a\xf7\xc5\xf3\xfb\x52\ \x71\x66\x3a\x7a\x5b\xc8\xc7\xbf\x7a\x1d\x9f\x28\xc4\xef\xc0\x57\ \x05\xf2\xb3\x37\xf9\x62\x3c\x72\x53\x7a\x7b\x9e\x87\x9b\xd7\x0f\ \xdf\xfe\xf6\xf5\xfd\xdb\xd7\xa5\xd7\x7f\xfe\xf1\x0f\x7f\xfa\xbf\ \x9f\xff\xe7\x67\x27\x92\xdf\x8d\x0c\x5b\x04\x28\x31\xe0\x5d\x5f\ \x08\x1a\x55\x40\x26\x52\x41\x93\xcc\x12\x15\xdb\x20\xe2\xd1\x45\ \x2a\x26\x1d\xfc\x8b\x05\x4c\x14\x6b\x08\x5c\x94\x84\x25\x32\xab\ \x0c\x36\xf3\xa2\x05\xac\x8b\x45\x72\xa2\x32\x2c\x3e\x03\x5f\x63\ \x7f\x3a\x62\x1e\x19\x06\x79\xb3\x99\xed\x12\x96\x65\xe4\xfb\x2f\ \x98\x23\x92\xa7\x4f\x6d\x36\xf3\x17\x2a\xb3\x7d\x71\xc8\xb6\xf8\ \x0a\xb4\x8a\xa7\x32\xab\x24\x22\xf3\xb0\xc5\x2c\xb1\x03\x52\xaa\ \x78\x16\x3b\x4b\x62\x93\x48\x0c\x28\x0c\xe2\x5d\x35\x82\x41\x04\ \x26\xea\x7f\x02\x93\x29\x2a\x1e\x5d\x60\x46\x0c\xc9\x46\x97\xe1\ \x50\x31\x3a\x9d\x86\xda\xaf\xa2\xc6\xf0\xa8\x4c\x94\x46\x85\x17\ \x86\x52\xd4\x41\xc9\xe8\x02\x00\x45\x54\x76\x01\xb6\x10\xec\x95\ \xdd\x0c\x1e\x0c\x55\xbc\xd2\x55\x54\x1a\x0d\xd9\x37\x15\x1d\x47\ \xc5\x09\xc8\x38\x01\xea\xa6\x41\x82\x1d\x02\x45\x60\xca\x48\x34\ \x12\x56\x45\x2f\x43\x85\xf1\x44\x34\x98\x55\x86\xc5\x61\x30\x60\ \x96\xc0\x31\x11\xd1\x30\x3c\x0e\x35\x91\xda\x40\xa7\xea\xb3\x8d\ \xf1\xf1\xb3\xd3\xeb\x7f\xfb\xe4\x88\x30\x6c\x18\xfa\x5a\x64\x33\ \x50\x68\x74\x54\x1c\x06\x2a\x88\x03\x5f\x06\xf6\x94\x2a\xa0\x94\ \x95\x63\x98\x54\x12\x1c\x46\x58\x94\x2f\x50\x86\xc7\x93\x70\xec\ \x1a\xc0\x1a\x5c\x79\x7d\x2b\xb6\xb1\xbb\x06\xf5\xcb\x23\x94\x97\ \xd7\xc3\x49\x1e\x4d\x21\x29\xc7\x76\xc3\x52\x0d\xbe\xad\x86\x89\ \x1a\xce\x8e\x18\xec\x06\x01\x0e\xff\x5e\x97\xb0\xe2\xd1\x07\xef\ \xd7\x29\x01\xb1\x2a\x39\x55\x95\x7c\xd4\x3a\x87\x2b\xae\x6c\x16\ \x32\xc0\x09\xf1\x5b\x90\xef\x01\x52\xd4\xa8\x6b\x6b\x65\x80\x74\ \x52\xb5\x4e\x28\x93\x83\x95\xe1\xa3\xc6\xce\xe2\xda\xca\x2a\x3e\ \xa7\xb6\x45\x2d\xd3\xa9\x3b\xa4\xb5\x8c\x8a\x47\x55\xb5\xa8\x88\ \x81\xcb\x61\x48\xd5\x0a\xed\xbb\x1e\x5f\xea\x8a\x4a\xb4\x0e\x6c\ \x14\xec\x0e\xd4\x8d\x53\xd1\xd2\xa2\x69\x91\x4a\x85\x72\x10\xc8\ \x0a\x8e\xba\xb3\x5d\x2c\x56\x73\x41\xa4\xa4\x1a\x65\xb3\x4c\x2a\ \x17\x83\x3d\x93\x8a\x35\x0a\xa1\x4c\xab\x77\x9a\x34\xa8\x0b\xa9\ \x4e\x2b\x53\xca\x34\x52\x5d\x97\xcc\x68\x52\xeb\x65\x4a\xb5\xb0\ \x96\x8b\x46\x9f\xda\xfb\xa4\x42\x8d\x1a\x80\x51\xa7\x07\x14\xd5\ \x2a\xe5\x1a\xb9\x5e\x0e\x4e\xca\xa8\x53\xb7\x6b\xfb\xb5\x32\xad\ \x29\xd4\xe7\x70\xa9\xf5\x52\x99\x5c\xa6\x53\x76\xf4\x58\x4d\x5a\ \x93\xa3\x43\xd1\xd9\x61\x34\xb6\xcb\x95\x42\x78\x0a\x63\xbb\x06\ \x5e\x67\xea\x2f\x7f\x3d\xa9\x21\x61\x07\x37\x5a\xeb\xb1\xa8\xcf\ \x17\x9e\x58\xde\x0d\x6a\x85\x5a\x40\xd7\x94\x95\x8d\x13\xf0\x35\ \xe5\x35\xad\xe5\x40\xee\x54\x14\x72\x26\x82\x4f\x95\x39\xfc\xec\ \xfb\x21\x52\x77\x77\x63\x4d\xf7\xd2\xe9\xdc\xd2\xc6\xe9\xf5\xbb\ \x52\x94\xb3\xeb\xab\xeb\x8d\xb3\xeb\x39\x34\x48\xb5\x31\x37\x77\ \x0a\x2b\x50\xa8\xc3\xc6\xd2\x60\x7d\xf7\xc6\xd9\x52\x0d\xbe\x66\ \xb0\x6d\x69\xbc\xb5\x7b\x69\xe3\x72\x69\xe9\xaa\x8d\xd8\x78\xf5\ \x11\x38\xb1\x25\x40\xcb\xee\xab\xb3\xa1\xfb\x7f\xea\xed\x09\x39\ \x1d\x7e\x97\x23\xb6\x9d\x44\xc1\xed\x03\x5e\xbf\x2b\x3c\xb3\xe5\ \xdc\xb6\xba\x72\x59\xa7\xdf\xe5\x0e\xfb\xc0\xb7\xf4\xfb\xb7\xd3\ \x9e\xe4\xa6\xc7\xe4\xec\xe9\xeb\xe9\xed\x0c\x1d\x7a\xda\x07\xb6\ \xb2\xd6\x64\x97\xeb\xd0\xeb\xf2\xf9\x5c\xed\x7e\x4f\xaf\xcf\xdb\ \xdf\x97\x5c\x4d\xcc\xcc\xb7\xfb\x43\xce\xb1\xe5\x74\x62\x6f\x27\ \xb1\xd3\xd7\xee\x72\xa3\x89\x3a\xae\x6d\x6f\x22\xe7\x4d\xa7\xfd\ \x89\x2e\x77\x87\xf7\x70\xd5\x0b\x38\x19\xda\xf3\xf7\x2c\x6f\x3a\ \xfb\xc2\x59\xdf\xba\x3f\x71\x70\xb0\x9d\xf5\x7a\x3d\x5b\xbb\x03\ \xee\x5c\x2e\xbb\x9e\xf0\xec\xec\x7b\x93\xcb\x99\xcc\x93\xc0\xce\ \xe6\x4e\x2e\x3a\x39\x36\x33\x11\x5c\xdf\x3f\xf4\x6d\x6e\xae\xae\ \xef\x1d\xae\xae\x27\x0f\xa7\x36\x0f\x66\xd6\xb6\x9c\x4e\xc7\x6a\ \xa8\xdf\x0f\x3b\x74\x25\x43\xbe\xde\x70\x8f\x36\xbc\x33\x30\x00\ \x0e\xd1\xef\xcd\xc6\xfc\x3b\xbe\xb1\xc9\xc9\xf9\x99\xa9\xf9\xd1\ \xfd\x9d\xb1\x48\x21\x90\x49\x25\x56\x57\x66\x27\x23\x37\xc5\x95\ \xcd\xc8\x57\x53\xb3\x13\x81\xe9\x27\x81\xe5\xd9\xb5\xe5\xf3\x78\ \xb4\x18\xb9\x89\x9e\x47\x26\xef\xcf\xc7\x82\x91\xd1\xd4\xcd\x64\ \x26\x38\x96\xca\x07\x66\x01\xf5\x6e\x22\xc5\xf3\x42\xf1\x26\x93\ \x9f\x8a\x47\x26\x5f\x3f\xe4\x33\x91\x40\x61\x2a\x30\x11\x2f\x44\ \x6e\x8b\xf1\xa9\xbb\x87\x89\xfc\xcd\xf4\xdd\x2f\x4b\x85\xc0\x5d\ \x29\x75\x7e\x1e\xbf\x2d\xe5\x03\xf1\xcc\x58\xea\x22\x18\x3f\x2f\ \x9c\xcf\xe6\x1f\x5e\xdf\x65\xee\x66\x52\x99\xdb\xb5\x42\x26\x12\ \xb9\xcd\xdf\xdf\xdc\xff\xb2\x90\x9f\x8c\xc7\x83\xf7\xaf\x6f\x2e\ \xbe\x0b\xdc\xfd\xfa\x9b\xef\xbe\xfd\xe1\x7f\xff\xd7\x67\x5f\x7c\ \x7c\xfc\xa7\x13\xcb\xf0\xa2\xdd\x3c\x32\x34\x24\x61\x9d\x88\x28\ \x74\x34\x49\x8f\x8a\xa3\x08\x24\x54\x83\x88\x85\x9c\x09\xfb\x5d\ \x17\x2f\x11\xd3\x0c\x30\x27\x01\x45\x52\x99\xcd\x22\xf3\xb1\x4a\ \xc0\x44\x0b\xac\xe1\x11\xbb\x59\x24\x92\xb0\x80\xe6\x24\xc3\xc7\ \xf6\xe3\x67\xb6\xe3\x45\xbb\xdd\xa2\xb2\x8d\x7c\xf1\xb5\xcd\x22\ \x7a\xf6\xb5\x9d\x69\xfe\x7a\xd8\x6e\x1f\x32\xdb\x5e\x3d\x3d\x3e\ \x11\x19\x80\x07\x87\xcd\x6c\x1a\xda\xd1\xb1\x4d\x65\x03\xaf\x25\ \x51\x49\xd8\x34\x36\x1b\x98\x90\x2c\x90\x30\x51\x31\x13\x9d\xce\ \x32\xa0\x59\x81\x2a\x1e\x86\x6d\x40\xcd\xc4\xc0\x0d\xa9\x6c\x22\ \x11\x99\x29\x62\xb2\x61\x7b\x44\x64\xa0\x6f\x12\xf0\x47\x2a\x9e\ \x48\x40\x22\xb3\x29\xa0\x55\x6c\x1e\x8b\x45\x96\x58\x40\x75\xd9\ \x14\xb3\x84\x45\x47\x35\x18\x74\x22\x6c\x66\x50\x31\x55\xc0\xba\ \x3c\x12\x15\x45\x38\x90\x45\x20\xbf\x2c\x12\xec\x54\xc2\x62\x13\ \x41\x49\x88\x78\x01\x8b\x48\x42\xa5\x5f\x24\x2a\x1d\xe0\x90\x89\ \x23\x51\x99\x04\x2c\x95\x4a\x27\x95\x91\xc1\x3d\x61\x6b\xba\xaf\ \xe0\x3b\x7f\xf5\xfc\xf2\x7a\x63\xe9\xe8\xe8\xf7\x5f\xce\xe1\x55\ \x43\x8b\x4f\x81\x36\xc1\x83\xd1\x44\x94\x32\x32\x9d\x09\x37\x2c\ \x36\x28\x20\x9a\x89\x83\xc1\x62\xc8\x44\x0c\x0d\x43\x41\x33\x7e\ \xf0\x24\x22\x9e\x8e\x01\x04\x24\x61\x6b\x06\x09\x20\x57\x80\x83\ \xe5\xf8\x72\x6c\x5b\x77\x23\x9a\xa0\xd3\x0a\x87\x63\x6b\x6b\x23\ \xb6\x11\x3c\x19\x9c\x2d\x2c\x16\x16\x8b\x2e\xa2\x12\xde\xb3\x72\ \x2b\x1f\x3f\xfe\xa0\x5a\xa6\x94\xab\x19\xd5\x75\x0d\x95\xf0\x87\ \x51\xd1\xfc\xe8\x11\x9f\x5f\x81\x5a\x72\x31\xf8\xd5\x8f\x50\xb3\ \x41\x30\x41\x7a\x35\xa3\xb2\xba\x82\x51\x05\xac\x27\x16\xf2\x39\ \x1c\x06\x68\x55\x15\x9f\xcf\xad\x6c\x46\x11\x7c\xdc\xda\x66\x46\ \x5d\x5d\xd3\xe3\x8a\x66\xf4\x40\x14\x6b\x25\x15\x37\x57\x34\x08\ \xf9\x8c\xea\xa6\x5a\x7e\x55\x6d\x55\x03\x07\x34\x8e\x23\xe4\x54\ \xf3\xab\xc0\x8d\x09\x41\x95\xb8\xcd\xfc\x66\xb1\xae\xbd\x99\xab\ \x11\xc2\x2e\x5a\xb8\x0c\xd0\x44\xa5\x50\x0e\x66\xad\x45\xdd\xa9\ \x91\x6b\x80\x0a\x35\xa8\xaf\x84\x54\x0d\xfa\xa5\xd7\xc9\x14\x72\ \x19\xfc\x6e\x95\xb5\x70\x5b\xe4\xed\x26\x85\x54\x67\xd5\xc8\xe4\ \x0a\xb5\x42\xa9\x33\x02\x3b\x76\x19\xf9\xef\x9a\x0f\xb6\x2b\xa4\ \x32\x65\x57\x47\xaf\x1e\x30\xd2\x0a\xf6\xaa\x43\xaf\xd0\xe9\x14\ \xba\x2e\x30\x5b\x3d\x26\x87\xc9\xaa\xe8\x50\xb6\xa0\xc2\x2e\xa1\ \xa6\xbd\xa7\xa3\x5d\xae\x55\x74\x06\xff\xe5\xe3\x3f\x8a\xc0\x99\ \x12\xc0\x8c\x62\x89\x24\x22\x96\x48\x2d\x2f\xc7\xb7\xb5\xd6\xb4\ \xa1\x14\x0d\xec\x52\x23\x06\x5f\x0e\xd2\x85\x21\x51\xe1\x84\x44\ \x23\x81\x35\x26\x49\x6c\x4f\x4f\x6c\xdd\x73\xc0\x8e\xe3\xa7\xa7\ \x73\x40\x84\x68\xfc\xea\xf4\xea\xea\xec\x0c\x3e\xb7\xa3\xa3\xf1\ \x8d\xee\xd6\x41\x38\xf1\x5c\x9d\x9d\x6e\xcc\x2d\x01\xfa\xe1\xeb\ \xe7\x8e\x36\xc6\xcb\xb1\xad\xe3\xad\x4b\x00\x92\xdd\x73\xd7\xe3\ \xcf\x8f\x36\xda\x1a\xcf\x36\xe0\xf3\x86\x73\xd4\xdc\xe0\xe0\xf3\ \x4b\xc2\xc7\xf1\x6c\xaf\xa9\xab\xbf\xd7\xdb\xe3\x4a\xf8\xd2\x0e\ \x3f\x8a\xee\xdb\xdd\xf3\x84\x7a\x3b\xfc\xde\x04\x60\x5d\x22\xe1\ \xf3\xfb\xe1\x2e\xb7\x23\xb1\xe5\x68\xdf\xd9\x76\xc4\x42\xfe\xfd\ \x55\x77\x8f\x63\xdb\xdf\xe5\xf1\x79\x93\x60\x6c\x06\x5c\x8e\x9c\ \xd7\xed\x76\x3b\x3c\x07\xeb\xa1\xcd\x2d\x53\xff\x81\x7f\x77\xfe\ \xc0\xb5\xb7\xef\xd8\xce\xb9\xdc\x60\xc0\xdc\x8e\x90\xcf\xe7\x3e\ \x88\xf9\xb6\xd3\xe1\x81\x5e\xab\x0b\xdc\x96\xf7\x60\x3b\xb6\xe3\ \xe8\xdb\xdd\xf3\x79\x7d\xa1\x8e\xad\x5d\x7f\xd8\x99\xdd\x4b\xa4\ \xfd\xeb\xdb\x3e\xcf\x6e\xd2\x9f\xf0\x3b\xb7\x63\xce\xc3\xd9\x51\ \xe0\xb3\xdc\xfa\xee\xd6\x74\x60\x66\x39\x3f\xb3\x3d\x7d\xb8\xb3\ \x12\x98\x5a\x38\xdc\xf4\x27\xc3\x7b\xa3\x6b\xfb\x0b\x4f\x36\xb7\ \x43\xde\x50\x36\x9d\x08\x25\x9c\x31\x7f\x7f\xff\x80\xb3\xc7\x91\ \x0c\xf7\x5b\xad\x03\x09\xb7\xc7\x9b\xf5\x6f\xa5\x67\xd6\x66\x47\ \xd7\xa6\x96\x17\x96\x73\xd3\xb3\xd1\xd4\xf9\xec\xde\xc4\x4a\x36\ \x30\xfd\x90\x59\x89\xcf\x5e\x8c\x46\xcf\x2f\xa2\x91\xc9\xd1\x95\ \xb5\xb5\xd4\x4d\x64\xb9\x74\x1e\xb9\x98\x01\x0e\x9c\x1e\x4d\x9d\ \x97\x8a\xf1\xc9\xe8\xf4\xf4\xeb\x40\xa0\x34\x3b\x1a\xc9\x5f\xbc\ \x2c\x01\xdb\x81\x86\x5d\xa4\x6e\x53\x53\xb7\x91\xf8\xf9\xcb\xc2\ \x58\x26\x3f\x99\x2f\x44\xa2\x37\x5f\xc5\xc7\x8a\xf1\xc2\x5d\xa4\ \x18\xb8\x8b\x97\xde\x3c\x80\xb4\x05\x67\x53\x37\x13\xc1\x89\xcd\ \xdb\x37\xa9\xd2\xf4\xd8\xeb\x87\x73\xd8\xa0\xf4\xa6\x10\xc9\xdc\ \x94\x0a\x6f\x4b\x5f\xa1\x62\xf8\xd1\xb1\x48\x3e\x7f\x53\xb8\xc8\ \x44\x2e\xbe\xfb\xf1\xbb\x6f\xff\xfc\xe3\x0f\x3f\x7d\xfe\xf1\x9f\ \xfe\xf4\xc5\xc8\xf0\x53\xbb\xe5\x78\x11\xdc\x8f\xea\x5d\xae\x27\ \x88\x06\x05\xbc\x8a\xd9\x40\xe5\xa9\x54\x74\x96\x44\x24\xb1\xf3\ \x98\x23\x68\x6c\xbc\x8c\x04\x47\xaa\xcd\x6e\x1b\x1a\x06\xb4\x13\ \xb0\x58\x60\xca\x50\x95\x93\xcd\x42\x57\x19\x86\x16\x87\x0c\x76\ \x3b\x28\xd6\x2f\xbe\x18\x32\x0f\x83\x3c\x59\x4e\x16\x51\xeb\x54\ \x40\x44\xd5\xf0\x89\xdd\xc0\x1a\xb1\x9d\x3c\x1b\x3e\x19\xb6\x88\ \x78\x8b\x16\xd8\x19\x58\x2c\x83\x0a\x79\x2d\xe4\xb4\x0c\x20\x1e\ \x34\x9e\x48\xc4\x36\xa8\x80\xd5\x04\x64\x10\x13\x1b\x8d\xa6\x62\ \x4b\x24\x6c\x15\x93\xc7\x12\x48\x44\x06\x95\x45\x20\x40\xb3\xad\ \xd9\x2c\xe0\x42\x0b\x6c\xc4\x64\xb3\x58\x06\x32\x0d\x94\x8b\x49\ \x95\x30\xd9\x60\x4f\xc8\x6c\x81\x8a\x02\x7a\x26\x42\xd9\x11\x12\ \x0c\x8e\x0e\x8a\x44\xa7\x8a\xa8\x14\x11\x8b\x8d\x7a\x20\x32\x51\ \xbb\x08\x64\xc5\xe8\x4c\x9e\x0d\xc7\x66\xf1\xcc\xb4\x72\xd0\x25\ \x0c\x19\xc7\x63\xe3\x68\x3c\xf8\xd2\x53\x29\x54\x2a\xea\x6b\x46\ \x21\x33\x31\x04\x1c\x9b\x0e\x4c\x08\xac\x41\x25\x9c\x5d\x9e\x5e\ \x3d\x07\xc9\xba\xba\x86\xef\xf3\xbf\xfd\x7e\x09\x4b\x15\x19\x4e\ \x86\x2c\x06\x94\xb6\xca\x04\x82\x44\x89\xce\x4c\x1a\x06\x8d\xbc\ \x93\x30\x60\xac\x70\x60\xab\x68\x4c\x26\xaa\x99\x00\xe2\x2c\x2b\ \x23\x61\x09\x78\x3c\x1e\x5b\x5e\x4e\x28\x03\x20\x24\xd4\x94\xd5\ \x94\x13\xea\xeb\x81\x70\xda\x6a\xc6\xdb\xea\xc1\x69\xa1\x46\xc5\ \x58\x1a\x08\xd6\x22\x48\x33\x6b\x18\xf7\x9e\x55\x58\xf5\xb3\xa6\ \x86\x0a\xa5\x5e\x26\x6f\xa9\xac\xaa\x7b\xd4\x84\x66\x38\x37\xd7\ \x7d\xf0\xa8\xba\xf2\x31\xaa\x15\xad\x80\x9f\xba\x8a\x06\x46\xb3\ \x58\xcc\xaf\x6b\xaa\xac\x6c\xaa\xab\xac\xe6\xa2\x41\x79\xf1\xbb\ \x79\x82\xcd\x1c\x46\x25\xa7\x09\x64\xad\xa1\xb6\xb2\x12\x35\xda\ \x69\xae\xe2\x57\x35\x73\xf8\x32\xbd\x5c\x8c\x24\xa8\x8a\x51\xcb\ \x01\xb4\x04\x7c\xac\x6e\x11\x23\x5b\xd6\xcc\xe1\x34\x73\xd5\xf0\ \x57\xd9\xc2\xe7\xc2\x36\x5a\x6d\xb3\xd4\x28\xd7\xca\x9b\x19\x8c\ \xda\x0a\x8d\x58\xac\x95\x82\xc5\x92\xcb\xb5\x60\xdb\xc4\x6a\xb0\ \x4f\x1a\x94\xe9\x2e\xd3\x77\xa2\xc4\x3e\xad\x4c\xa1\x90\x19\x15\ \x4a\xbe\x58\xa1\xef\xd0\x6a\x95\x0a\xa5\x46\xa9\x15\x2a\x15\x3d\ \x0a\x99\xac\x45\xa1\xd7\xcb\x41\xd5\x64\x3d\x9d\x32\x8d\xde\xd1\ \xa9\xb0\x76\xb4\x6b\xf5\x1a\x4d\x07\x38\x31\x14\x89\xd5\xde\xd5\ \xe3\xe8\xd0\x69\x3a\x7b\x8d\x7a\x14\x98\xa5\xeb\x32\x89\xe5\xfa\ \x77\xc1\xcb\xde\xe2\x4f\x9f\x3f\x33\xd3\xcb\x6b\xd8\x35\x6d\xe3\ \xad\x65\x18\x62\x7d\x19\x1e\x8b\xa2\xdc\xeb\xbb\xeb\x09\x04\x12\ \x76\xbc\x06\xcd\x28\xc4\x13\x49\x78\x22\xb2\xc4\x54\xf8\x14\x68\ \x2a\x96\xe8\x77\xc7\xa4\xb3\xa3\x8d\x8d\xa5\xb9\x23\x90\xac\xc1\ \xb9\xeb\xeb\x33\xd0\xa7\xa3\xab\xa3\xa3\x53\x50\xac\xeb\xd3\x39\ \xa0\xc3\x8d\xa3\xeb\xb3\x2b\xd8\xe6\x68\x03\x95\x8b\x0e\x1e\x9d\ \xce\xb5\x0e\xa2\x82\xad\xa5\xc1\x71\x58\x7b\x79\x79\x79\xda\xdd\ \x7a\x74\x7a\x86\x6c\xd9\xd1\xf8\xdc\xd2\xd9\xdc\x88\xed\xb3\x5d\ \x60\x36\xa7\x1f\x14\xc7\x6f\xf5\x77\xf5\xc7\xb2\x5b\xd9\xde\x81\ \xfe\x3e\x97\x3b\xed\xf6\xce\xef\x26\x3d\x89\x6d\x7f\x2e\xed\xf2\ \xe6\x62\x2e\x93\xcb\xe7\x75\xb8\x5c\xde\xc3\xb4\xb5\x27\xec\xf2\ \xfa\x3d\x1e\x8f\xc3\x03\xbf\x77\x26\xfc\xb1\x5c\xac\x3d\xbc\xb5\ \x97\x8b\x85\x3a\xb7\x43\x5d\xa1\xbd\xc3\xd8\x40\xd8\x97\x0b\xf7\ \x3b\x43\x5b\x61\xab\xc3\xbb\x1d\xca\x66\x5d\x9e\xbd\x74\xc2\xe4\ \xf4\xeb\xdc\xdb\xb1\x70\x76\xbb\xcf\xe7\x75\xc5\x42\x39\xbf\xcf\ \xd9\xb3\xf7\xc4\x3f\xe0\xdd\xdb\xd9\x4f\x67\xf7\xb7\x12\xfb\x3b\ \xdb\x03\x5e\x9f\xdb\xe7\x4f\xa7\xe7\x37\xa7\x67\x46\x73\xbb\x07\ \xe1\xa9\xb5\x60\x6a\x74\x33\xb7\x76\x90\x5e\x98\x9a\xcd\xad\xee\ \x26\x43\xa1\x85\x31\x50\xb2\xfd\xdd\xdc\xa1\x3f\xec\x05\x61\xf2\ \x27\xb7\xfb\x1d\xce\x5e\x57\x7f\x6f\xe8\xd0\xe5\xf0\x84\x92\x61\ \x3f\xc8\xe9\xda\xd6\x4a\x70\x66\x7e\x6a\x61\x7e\x73\x7d\x7a\x74\ \xac\x70\x5e\x98\x4c\xcf\x4e\xac\x8e\x4e\x5c\x8c\x8e\xce\x46\xf2\ \x2b\xa3\xd1\xd1\x8b\xdb\xd1\xb1\xe8\xf4\x7e\x3e\x7f\x7e\x7b\x1b\ \x0d\x5c\xc4\x83\x93\xd1\xb1\xdb\xc8\xc4\xc5\x6d\x60\x06\xa4\x0c\ \x4d\x24\x9c\x4c\x05\x8b\xaf\xcf\x6f\x6e\x03\x93\xf9\xe0\xed\xed\ \xeb\xd4\xd8\x64\x34\x1e\x9d\x8d\x94\x2e\xf2\xd1\x48\xf4\xe1\xae\ \x04\x98\x58\xbc\x4b\x15\x27\x8a\x77\xd1\xe2\xcd\xc5\xcb\x87\x37\ \x6f\xcf\x11\x3a\xbe\xbe\x09\x04\x0b\xa5\x62\xe4\x4d\x3e\x50\xca\ \x97\x6e\x27\x22\x37\x77\xd1\xe5\xf8\xec\xf9\x7d\xea\x2e\xbe\x10\ \x2c\x4e\xa6\x5e\x9e\xc7\xf3\xf7\xe7\xb7\x37\xb7\xdf\xfc\xe6\x57\ \x3f\xfd\xfd\x2f\x7f\xf9\xfc\xf3\xbf\xfe\xf5\xe3\xef\x2d\xf6\x21\ \xcb\xa2\xca\xa6\xb2\x48\xd8\x54\x36\x1c\xad\x74\x60\x27\x11\x9b\ \x69\x19\x42\x95\x0b\x2a\x1e\xf2\x27\x4c\x90\x2d\x26\x6f\xe4\xf3\ \x6f\x7e\xfc\x14\x47\xb6\xc0\xcf\x90\xc5\x62\x07\x13\xc3\x13\xd9\ \x46\x78\x22\x83\x84\x29\xb1\x4b\xec\x5f\x9b\x6d\xc3\x8b\x36\xcb\ \x10\x12\xa8\x45\xb3\x19\x80\x6f\x68\x08\x54\x6b\xf1\xf8\xf8\xd8\ \x60\x33\xb0\xed\x43\xc7\x5f\xab\x9e\x0e\x59\x54\x2a\x3b\x98\x34\ \x95\xc5\x6c\x07\xfa\x31\x0b\x58\x66\xb3\xd9\xd2\xa5\xe8\x40\x00\ \x00\x20\x00\x49\x44\x41\x54\x02\xd0\xc7\x42\xe3\x50\x12\x33\x8f\ \x6d\x96\x30\xc9\xe8\xe2\x1e\x08\x98\x1d\xc8\x50\x44\x87\xd5\x22\ \x33\x52\x21\x36\x1b\x96\x44\xa0\x51\x3c\x9e\x48\x65\x03\x1b\x85\ \x8a\x48\x01\x00\x99\xc8\xdb\x48\x50\x07\x1f\x3a\x0e\xb9\x2c\x94\ \x3b\x63\xe0\xe1\x58\x6c\x1e\x4d\x00\xbb\xa1\xa2\x68\x41\x0a\x6a\ \x1b\x4d\xc4\x50\x98\x22\x16\x15\xcd\xa1\x41\x93\x0e\x69\x68\x62\ \x0f\x86\x50\x86\xa3\xd2\x79\x64\x32\x93\x47\x23\x92\x89\x2c\x26\ \x58\x22\x94\x17\x4a\xc4\x92\x58\x65\xa8\xae\x94\x88\xa3\x90\x37\ \xae\x8e\xae\x3f\x84\xf3\xf4\xe5\xe5\x87\x67\xd7\xff\xf6\xfb\x8d\ \x36\xe6\xd0\xd3\x45\xcb\xd0\x30\x93\xf6\x2e\xa3\x14\xfd\xc0\xb3\ \xe2\x69\xd4\x32\x1c\x0d\x8f\xff\x9f\x4e\x3a\x20\x7c\x40\x32\xc4\ \x77\x73\xdf\xca\xf0\xe5\xe0\xbc\xf0\x44\xa0\x41\xd4\x24\xaf\x11\ \xdf\x58\x8f\x6f\x23\xd4\xd7\xd4\xa3\x70\xac\x56\x34\xe8\x52\x4e\ \x68\x6b\x25\xf2\xde\x05\xf4\x80\xe2\xd2\xde\x6b\x57\x8b\x2b\xea\ \x1e\x57\x73\xb4\x0a\xbd\xb0\xa2\xe1\x67\x0d\x8f\x2a\xab\x1a\x2a\ \x6b\x2b\xab\x1b\xaa\x9b\x9a\xaa\x2b\x3f\xe0\x70\x39\x15\x1f\x7c\ \x80\xaa\x43\xab\xab\xaa\xaa\x41\x92\x2a\x1b\xaa\xeb\xaa\x19\x1c\ \xd0\xae\xba\x8a\xa6\x47\xd5\xcd\x60\xc3\xaa\xab\xab\x2b\x50\x07\ \x55\x78\x10\x70\x22\xa7\xb6\xb6\x82\x2f\x54\x2a\xb5\xe2\x5a\x7e\ \x0b\x9f\x23\xe7\xd6\x31\x00\x2b\x41\xba\xb8\x32\x65\x2d\x83\x23\ \x6d\xe6\x8a\xb9\x62\x78\x52\xad\x90\xc3\x57\xf2\x85\x26\x8d\xb4\ \x59\x23\x95\xa9\x65\xd2\x77\x83\x68\x52\x29\x9f\x2f\x93\xb6\xc8\ \xf4\x52\xb5\x1a\xb4\xc6\xd8\xac\x35\xb6\x2b\x5a\x50\xad\x67\x8b\ \xa2\x4b\xa6\x40\x32\xa3\x55\xca\xda\x8d\x1a\xa5\x42\x6f\x94\xc9\ \x4d\x7a\xb9\x50\xa6\xef\xeb\x51\x0a\xa5\x7c\xb9\x46\xaf\xd7\xea\ \x64\x9d\x7d\x0a\xa3\xb5\xa3\x47\x6b\xec\x34\x9a\x8c\x32\x85\x49\ \x03\x6a\xa7\x30\xb9\x7a\x3a\x74\x4a\x65\x7b\x67\x7f\xaf\xae\x5d\ \xd6\x0e\xc6\xab\xbd\x4b\xa9\x6c\xd6\x80\x52\x2a\x3d\xf3\xbf\xfd\ \xec\x9f\x7f\x41\xa5\x61\x49\x18\x80\x67\x3c\x15\xd3\x8d\x45\x83\ \xef\x83\xad\xe3\x6d\x60\x4d\xf1\xe5\x8d\xd8\x72\xec\x1c\x11\x83\ \xad\xa9\x21\xe2\x68\x04\x3c\x06\x43\x43\x53\x45\x59\x86\xef\x79\ \xa7\x97\x1b\x47\x47\x4b\xd7\xa0\x51\x68\x92\xf3\x11\xf0\xdf\x29\ \xd2\x2d\x30\x4d\xd7\x57\xa0\x46\x57\xd7\x4b\xa7\x67\xd7\x97\xa7\ \x4b\x4b\x88\xf3\x97\xc6\xbb\xe7\x36\x96\xea\x6b\xc6\x07\xbb\xbb\ \xc7\x51\x23\xc3\xa3\xeb\x17\xcf\x2f\x37\x1a\xeb\xcf\x2e\x61\x7b\ \x70\x66\x4b\x1b\x57\xe3\x7f\x3a\xb7\xa9\xdc\x26\xaf\xa7\xbf\x77\ \x20\xd9\xe3\xf8\xd5\xb6\x67\x3b\x0b\x88\xe8\x71\x6f\xa7\xf7\xdc\ \xde\xcc\x74\xd6\xe7\x0c\x27\x93\x7b\x87\x5e\xdf\xbe\xdf\xda\xe3\ \xf1\xa2\xf2\xf7\x83\x70\xa7\xbb\xa7\xdf\xbd\xe5\xf4\x86\xc3\xe9\ \xbd\x3d\x4f\x6f\xd8\x93\x0e\x65\x7b\xb7\x96\x93\x07\xfb\x6e\x77\ \xda\xeb\x4f\xaf\x2e\xcf\xba\x13\xe1\xa4\xb7\xb3\x2b\xe9\xee\x75\ \xe7\x7c\x69\xbf\xc9\x1b\x0a\x1d\x24\x12\x3d\x03\x03\xa6\x50\x6e\ \x61\x6b\xd5\xd3\xe5\xf0\xf4\x7b\xb7\xf6\xc0\x6a\x85\x0e\xd2\x3d\ \xbe\xc4\xe8\x72\xcc\xe7\xcb\x6d\x1e\xac\x6f\xc5\x12\xd9\xb0\x2f\ \xe6\x48\x1e\x8c\xc5\x27\x56\x66\xb6\x9e\x6c\x5b\x67\xc7\xf2\xd3\ \xfb\xfb\x07\x53\x07\xee\x65\x90\x9f\xa9\xd5\xc3\xec\xc0\xea\xea\ \xe1\xe1\xe1\x56\xce\x9f\x86\xe7\xf3\xa5\x43\x61\x20\xdb\x01\xaf\ \xdb\xda\xd7\xeb\x39\x0c\x39\x80\x66\xbd\x21\xb7\x2f\x39\xbb\xb2\ \x30\x3d\x3a\x9f\x4a\xad\x05\xd6\xf6\xc7\x22\x91\xe9\xfb\xdb\xd9\ \xa9\x85\xd9\x68\xb0\x90\x99\x58\x8e\x5f\x44\x02\xf9\xc0\x79\x70\ \x62\x3a\xbf\xbc\x12\x0f\x06\x66\x33\xd3\x13\xf9\xe8\xec\x7d\x74\ \x76\x76\x2a\x78\x5f\x9a\x0c\x46\x11\xfb\x05\xa2\xa5\xf8\x4d\xf1\ \xfe\xfc\xe5\xdb\xfb\xf8\xe4\xc4\x6d\x3c\x70\x57\x9c\x8c\xbe\x4e\ \x4d\xa3\x29\x84\xf0\xf2\xbe\xbb\x39\xbf\x79\xb8\x7d\xf9\x32\x55\ \x28\x15\x6e\x6f\x5e\x5f\xa4\xee\xcf\x6f\x8a\x5f\xe5\x6f\x6e\xdf\ \x7c\x7b\x5e\x88\x5f\x5c\x20\x1d\xcc\x64\x4a\xa9\xd7\x99\xe9\x7c\ \x31\x1a\x7f\x79\x11\xbf\x8b\xcf\x66\xe2\x99\xc9\xd2\x4d\xe6\xf5\ \xf9\xe8\xcd\xdb\xaf\x7e\xf5\xeb\x37\x6f\x7e\xfb\xcf\x7f\xf9\xf8\ \xe3\xbf\x7e\xfe\x1f\xdf\x8f\x3c\x3b\x31\xab\x58\x14\x9b\x79\xf8\ \x58\x80\xa1\xf0\x88\x18\xfa\xbb\xce\x35\x2c\xd4\xa1\xcb\xa6\x32\ \xd0\x54\x2a\xa0\x42\x01\x1c\xff\x82\xef\xb6\x57\x7f\xf3\x5d\xe4\ \x3e\xfe\xe9\x30\x8b\x67\x3f\x19\x41\x13\x70\xec\x3c\x90\x2e\x30\ \x48\xe6\x21\x83\xcd\x62\x1b\x1a\x5a\x1c\xb1\x99\x61\x4f\x92\x91\ \x21\x9b\x44\xa5\x42\x6b\xcc\x2a\xb3\xcd\x0e\xeb\xcd\xc7\x27\xe0\ \xcb\x0c\xa8\xcf\xa1\x4d\x32\x62\xb3\x81\xc9\x7a\x6a\x03\xad\x12\ \xf0\x54\x02\xd8\x06\x24\x09\xcd\xbc\x41\x53\x7d\xd0\x24\x40\xb6\ \xc0\xcc\xa3\xf3\x2c\x2a\x96\x04\x9c\x91\x80\xc9\x12\x88\x54\x22\ \x30\x44\x2a\x1a\x13\xa4\x49\x00\x90\x08\x2e\x90\xa5\x42\xb1\x32\ \x60\xb7\x98\x74\x36\xca\x62\x07\xbb\x87\x8a\x32\xe0\xc5\xf2\x68\ \x80\x7a\x6c\x0a\x4d\x42\x27\x61\xe8\x74\x33\x98\x1f\x03\x5d\x04\ \xe4\x46\x23\xd3\x0c\x22\xa6\x80\x2d\xc0\x31\x79\x14\x90\x3f\x0a\ \xc8\xb3\x88\x8c\xca\x1a\x70\x2c\x26\x05\x28\x98\x46\x22\xe3\xc9\ \x14\x12\x93\x55\x56\x46\x27\x96\x91\x68\xb8\x32\x3c\x19\x47\xa6\ \x92\xf0\x40\x08\x97\xcf\x4f\x01\x0a\x3f\x04\xe5\xfa\xdb\xff\x39\ \x2d\xe7\x8d\x1c\x83\x90\x4b\x24\x64\x36\x1d\x51\x26\x15\x55\x7d\ \x51\x70\x2c\x2a\x06\x65\x6a\xa1\x50\x2d\x80\x42\x2a\x01\x43\xc6\ \x63\x48\x48\xa5\xf0\x04\x38\xd6\x90\x9f\x7a\x97\x84\x49\xa8\x2f\ \xaf\x6f\x6d\xab\xaf\xa9\x79\xd7\x16\xb4\x15\xf5\x58\x6f\x6b\xac\ \x19\x6c\xad\xa1\x82\xb1\x5c\x14\x48\xe0\x45\xbe\xa7\x14\x32\xb8\ \x95\xff\xf0\x3e\x43\xa1\xd3\x08\x19\x68\xfc\x1d\xa8\x90\xcb\xaf\ \x62\x34\xbd\xff\xf8\x51\x55\xe5\x07\xb5\xe2\xca\xaa\x47\x8f\x1a\ \xea\x1e\xd5\x81\x62\x35\x34\xd4\xd5\x22\x3d\x6a\x40\xcd\xbe\x1e\ \x3d\xaa\x42\x2d\xe7\x1b\x2a\x1f\xbf\x5f\xc1\x78\xff\xfd\xca\x0a\ \x06\xa7\x12\xa4\xae\x82\xc1\xa8\x06\xbc\xe3\x0a\xe5\xfc\xe6\x16\ \xf8\xbf\x94\xcf\xe0\xc2\xfe\x10\x11\x4a\x85\xb5\x1c\xa1\xba\x45\ \xac\xe1\xd6\x72\xe5\x2d\x5c\xa9\x90\x0f\x5e\xaa\x43\xc7\x69\x91\ \x6a\xd4\x80\x66\x5a\x29\xa7\xaa\x8a\x21\xe5\x2b\xd4\x52\xbd\x54\ \x2a\x14\xb7\xa8\x85\xed\x7a\xb5\x58\x26\x14\x6a\xac\x0a\xad\x5a\ \xd7\xa1\x13\x2b\x4d\x5a\x85\x42\x2d\x34\xa2\x36\xf4\x32\x50\x23\ \x94\x2c\x0a\x6c\xd7\x65\x54\x08\x85\xc2\x16\x99\xa2\x5d\xa3\x51\ \xe8\x3a\xf4\x6a\x4d\x17\x88\x9d\xac\x43\x27\x97\xca\x3b\x3b\x7a\ \x1d\x5a\x6d\xbb\xa3\xb7\xbd\xd3\x65\x05\x38\xd4\x6b\xad\x42\x99\ \xce\xd8\x65\xed\x05\x10\x95\x69\x34\x72\xa3\x7b\x3f\xfa\xf7\xff\ \xb4\xd3\xcb\x40\xf8\x89\xd8\x72\x3c\x8e\x4c\x20\x94\x95\x35\xd6\ \x10\x1a\xe7\xe0\x5d\x1b\x6c\x6c\x03\xa5\x2a\x9f\x2b\x23\x00\xd0\ \xb5\xe1\x89\x84\x72\x7c\x3d\x9a\x52\x00\xf6\xd6\x26\x58\xfa\x10\ \x3e\xae\xeb\x53\xf0\x48\x57\xd7\x60\x99\xc6\x41\x99\x36\xe6\xce\ \xae\xaf\x9f\x3f\xdf\xb8\x7e\x7e\x79\x0a\xa4\x78\x7d\x09\xbf\x9e\ \x1e\x5d\x5d\x6d\xc0\x5e\xba\xbb\xe7\x5a\xc7\x89\xc4\xee\xa5\xc1\ \x9a\x72\x54\x77\x3a\x77\xf6\x1c\x94\x6a\xbc\x7b\x03\x76\x72\x89\ \xf4\xee\xec\xea\x13\xe6\xd4\xe7\x98\xc5\xb0\x1e\xb1\xda\x80\xe9\ \x2f\x9b\x89\xd5\x58\xc8\xdb\xef\xed\x77\x6f\x1f\xfa\x5c\x3b\xdb\ \xc9\x58\x3a\x91\x4d\xc6\xb6\x5c\xe1\xb4\xab\xb7\xb7\x3f\x9c\xdb\ \x1e\x48\xf4\x0f\x0c\xc4\x9c\x7d\xfd\x31\x77\x2c\xe6\xec\x4f\x0f\ \xf4\x27\xd3\x4e\xf0\x53\xfe\x85\x31\x7f\x6e\xdb\xeb\x74\x6f\x5b\ \x93\xe9\xed\x85\x5c\xc2\x9b\x8d\x75\xba\x07\x9c\xde\x64\x2e\x91\ \xf4\x39\x5d\x7e\x9f\xdb\x95\xee\xd0\xa1\xa6\xf5\xe9\xdd\xbd\x81\ \x3e\x4f\xc8\x95\x4c\xc7\xc2\xc9\x84\xd3\xe1\x32\x25\xb3\xeb\x80\ \x87\x9d\xeb\x6b\xb1\xf5\xa4\x73\x7b\xd7\x97\x70\x0f\x24\xd3\x13\ \x77\x99\xf8\x6a\x6c\x79\xcf\x3f\x31\x39\x36\x3d\x3f\xbb\xb5\x70\ \xb8\xbd\xbe\x39\xbd\x3a\xb3\xb6\x37\x13\x5a\xde\x5b\xdd\x5f\xdd\ \x0d\x03\x06\x6e\x6f\x26\x93\xe1\x84\xb5\x77\x60\xc0\x6a\x02\x56\ \x4d\x6e\x79\xfc\x59\x4f\xbf\xdf\x9b\xcb\x26\x0e\x73\x4f\xc6\x56\ \x22\x81\xc9\x95\xd4\xd4\x42\x70\x22\x30\xbb\x0c\xff\x4d\x4d\x3d\ \x09\xdc\x9d\x07\x02\xe7\xf1\xd5\xd1\x7c\x6a\x26\x7e\x3f\x3b\x3a\ \x3d\x0b\x82\x73\x5f\x00\x1d\x99\x9f\x8a\x4e\x4e\xcc\x4c\x83\xf5\ \x89\x04\xa2\x17\xd1\x40\x6a\x32\x9e\x99\xcd\x9f\xdf\x4c\x66\x6e\ \x82\x63\x17\xf9\x8b\x52\xf0\xb6\x18\x9c\x2c\xa4\xa6\x67\x8b\xa9\ \xb7\xa9\x42\x66\x34\xfa\xe6\x22\x7f\x77\x7b\x9f\x29\x15\xa3\xa9\ \xcc\xeb\x9b\xbb\xdb\x52\xea\xe6\xae\x74\x71\xfe\xe6\x2e\x1f\x09\ \x66\xf2\x91\x97\x19\x58\x13\x99\x78\x78\x39\x79\x11\x48\x15\xbe\ \x8d\x14\x0b\xa9\xdb\xcc\x44\x21\x75\x7e\x3b\x9b\x2f\x94\xbe\xf9\ \xf7\xdf\xfe\xf2\xab\xb7\xbf\xfa\xcd\xa7\x9f\xff\xdf\xaf\xff\xf4\ \x9f\xdf\xbf\xfa\xc5\xb1\xc5\x6e\x33\x33\x55\xf6\xa1\x11\xd4\x04\ \x87\x06\xb6\x43\xc2\x34\x90\xc9\x22\x54\xe6\x6e\x39\x79\xf5\xdf\ \x5f\xab\x68\x54\xba\xe5\xe4\x37\x7b\xd2\x9e\xd1\x99\x4e\x63\xdf\ \x93\xe5\xdb\x1f\x5f\x31\x55\xc3\x16\xdb\xf1\x89\xcd\x22\x10\x99\ \xed\xa2\xc5\xe3\x45\x8b\xfd\x78\xc8\x62\x53\x99\xff\x03\x6e\x9f\ \x0d\x0d\x8d\x58\x78\x8b\x36\xfb\xb0\x45\x45\x35\x0f\xdb\xec\xf6\ \x45\xf3\x88\x6d\xe8\xd5\x53\xf3\x88\xd9\x00\x74\x67\xb3\x09\x78\ \xf6\xe3\x63\x91\x79\x91\x27\xb0\xc0\x51\x0f\x34\x07\xd2\x84\x82\ \x95\x69\x2a\xdb\x89\x8a\x8e\xa8\x10\xb5\x29\xe4\xd9\xe9\x66\x16\ \x1d\x31\x9e\xc8\xcc\x06\x93\x24\x12\x50\x58\x12\x36\xcb\x6c\x61\ \x09\xc8\x34\x01\xdb\x00\xc0\x87\xaa\x1f\xd0\x30\x1b\x0d\x85\x5c\ \xa1\xc8\x66\x10\x38\x36\x9a\xa8\x2d\x90\xd0\xe9\x22\x16\x85\x48\ \x97\x30\x69\x38\x14\x00\xaf\xc2\x80\x14\x63\x50\x42\x0d\x6a\xd7\ \x0c\x7a\xf8\xae\x91\x06\xaa\x11\x25\x52\x48\x74\x09\x9a\xfb\x07\ \x9e\x0b\x47\xc2\xe3\x70\x12\x26\xb1\x8c\x0c\x32\xc6\x66\x63\x48\ \x74\xb8\x9b\x50\x7f\x74\x76\xfd\xe2\x05\x1a\xc7\x7a\xfe\xfc\xfa\ \xf4\xff\xfc\xed\xaa\x86\x8d\x66\xe6\xb0\x00\x20\xa9\x14\x1e\x40\ \x24\x8b\x4d\xc1\xe1\x30\x94\x77\xcf\x8d\xea\x4e\x31\xd8\x72\x2a\ \xad\x0c\xd5\x94\xe2\x50\xc6\x00\xaa\xc3\x6a\xed\x26\x94\x97\x63\ \xf1\x40\x33\xe5\xf8\x32\x50\xaa\x41\xb0\x55\x6d\x83\xdd\x83\xdd\ \xe0\xad\xba\xeb\x1b\x37\x5a\x07\x07\xeb\xcb\x28\x4c\x09\x78\x57\ \x91\x41\xf0\x9e\x47\x51\x55\xd9\xf4\x0f\x1f\x54\x74\x1a\x5b\x84\ \x9c\xca\xba\xc7\x8f\x1f\xd5\xd5\x55\x36\xd7\x36\xbd\xdf\xd0\xf0\ \xa8\x0a\xa4\xa9\xa1\xa2\xba\xe9\x71\x43\xd3\xa3\xc7\x1c\x6e\x55\ \x75\x13\x6c\xc1\x68\x40\xd7\xfc\x1a\x9a\x3e\xa8\x6e\xa8\xab\xa8\ \x6a\x60\x54\x3d\xae\xab\xe6\x57\x36\x55\x3c\x6a\xa8\x6a\xaa\x14\ \x73\x2a\x2b\xf9\xb5\x55\x9c\x5a\x8e\x58\x2e\x94\xd6\xc2\xa2\x10\ \xe5\x5d\x31\xf8\xdc\x0a\x0e\x07\x35\x08\x93\x71\x4d\x4a\x79\xb3\ \x4c\x2c\x56\x57\x70\xd5\x72\xbe\xa6\x45\xa1\xd1\x2a\x18\x32\x19\ \xbf\x4a\xd3\x6e\x54\x02\x29\x8a\xa5\x4a\x71\xad\x5c\x2e\x54\xf2\ \x19\xa8\x15\xa1\xa9\xab\x19\xfc\x96\x09\x4c\x52\x47\xbb\x42\x29\ \xd5\xb5\x2b\xe4\x5c\x8e\x5a\x2f\xd7\x82\xc4\x21\x5a\x44\x73\x0b\ \x51\xe4\xa8\x5e\xd9\x02\x70\x68\xb4\x2a\x8d\xb2\xf6\x76\x63\x7b\ \x4f\xa7\x4e\xc8\x97\xab\xd5\x1a\x65\x4f\x4f\xbf\x55\xab\xe8\xed\ \x85\x95\xbd\xd6\x76\x4d\xa7\xc9\xa1\x95\x5b\x3b\x3b\x3b\x4c\x4a\ \xa9\x4c\xa1\xd5\x6a\xf5\x03\xbd\x13\x6f\xff\x74\xa2\x32\xc0\x39\ \x80\x2e\xa0\x13\x09\xf0\x6e\x92\xea\x71\xf5\xd8\x9a\xfa\xee\xc1\ \xc1\xf2\xb6\x56\x3c\x58\xd4\xee\x71\x6c\x3d\xb8\xaf\x23\x2c\x1e\ \x53\x83\xc7\x0e\x36\x62\x01\xbb\x01\xf7\xb1\x2f\x3e\xfa\xe4\xa3\ \x17\xd7\x57\xf0\xe7\xa3\x17\x1b\x67\x73\x1b\x1b\xa0\x5b\x40\x84\ \x67\x47\xa7\x57\x2f\xae\xce\x2e\x5f\x5c\x5e\x82\xdf\x3a\x43\x2e\ \x6b\x63\x8e\x78\x52\x73\x74\xb5\xb4\xd1\x4d\xa6\x95\x0f\x02\x16\ \x62\xd1\x70\x3d\x6c\x7a\xfd\xe1\x51\xdb\xd2\x15\x52\xb6\xb9\x41\ \xb8\xfb\xe7\x67\x17\x61\xf6\xd1\x3f\x79\x14\x9e\x9c\xa7\x3f\x1a\ \xe9\xc9\x85\xc0\x46\x79\xac\xa1\xc4\xc1\x81\x7b\x20\xe4\x4b\xc7\ \xb2\x89\xc4\xbe\xdb\xe1\x76\xba\x7b\xc3\xbd\xbd\x4e\xbf\xcb\x97\ \xee\x1f\xf0\x79\xfb\xdc\xb9\x70\x72\x21\xdc\x33\xe0\x49\xc6\xfc\ \x39\x5f\x0c\xd4\x6d\xdf\xe9\xce\xf9\x8d\x5b\x39\x6b\xd6\x1b\x5a\ \xd8\xca\x85\x3c\xee\xfe\x5d\x67\xaf\x2f\xb6\x1f\x8a\x39\x9d\xe1\ \xf4\xc1\x7a\x6c\xcb\xda\xe5\xeb\x8c\x79\xc1\x13\x79\xdc\xbe\xc4\ \xc0\x56\x18\x5d\x4c\x1c\x48\xfa\x7a\x97\xb7\x3d\x7e\x4f\xd8\xb1\ \x72\xe0\x5b\xd9\xf6\x1e\xec\xb8\x42\x31\xb7\x63\x6b\x65\x62\x66\ \x36\x98\x3b\x0c\x6d\xef\x6e\x16\x02\xa3\xab\xe9\xf5\x64\xe8\xc9\ \xc4\xd4\xf4\xd4\xda\xde\xea\x41\x7a\x7f\x65\x6f\x7d\xdd\xe7\xc9\ \xfa\x5c\xe1\x03\x8f\x6b\xab\x2b\xe1\x72\xf5\xf7\x25\x7b\x7a\x62\ \x21\xcf\xa1\xbf\xc7\x13\x4a\xf8\x92\xae\x85\xad\xdd\x60\x30\x10\ \x5c\xd9\x9f\xdc\xca\xcd\x94\x4a\x99\x42\x6a\x61\x74\x6d\x21\x9e\ \xba\x28\x66\x4a\x99\xe2\x68\x74\xa6\xb4\x06\x68\x38\x15\x8c\x06\ \x02\xc5\x54\x30\x7f\x31\xb9\x30\x7d\x3e\x91\x9f\x98\x4d\x3d\xe4\ \x61\xf5\xf9\xcb\xc0\x79\xa4\x90\x5a\x8e\x5e\xbc\x7d\x99\x9a\x88\ \x17\x33\x05\xd0\xa6\xcc\xcc\xe4\x68\x34\x53\x2c\x8c\xce\x97\x02\ \xc1\xbb\x52\xe4\xf5\x43\xe9\xf6\xfe\xe1\xe6\xfc\x22\x30\x9a\x7a\ \xb8\x28\xbe\x7d\x28\x5e\xbc\x3c\x2f\x3c\x5c\xdc\xdc\x64\x8a\x2f\ \x33\x2f\x5f\xa7\x4a\xa5\xc8\xdb\x52\x61\x36\x72\x17\x8f\xdc\xbc\ \x9c\xbc\xc9\xc7\x6f\x23\x63\x20\x69\xf7\xf1\xfb\x42\xf1\xdf\xbf\ \x79\xf8\xe6\xed\x6f\x7f\xfa\xa7\x7f\xfe\xe3\xef\xfe\xfa\xf5\xc9\ \xe2\xc8\xf1\x53\x89\xc0\x6e\x37\x1b\x04\x2a\x33\x4d\x45\xa3\xd3\ \xa8\x66\x9e\x80\x8d\xa3\x2e\x7e\xfd\xdb\xbb\x97\x7f\xf8\xfc\x95\ \xf9\xeb\x57\xbf\xfb\xfe\x0f\xdf\xfd\xf7\xaf\x57\x34\x95\xbd\x07\ \xd1\x55\x8e\x5a\x57\xdb\x22\x33\x4e\x2f\x52\x98\x06\x30\x59\xf6\ \x21\x95\xf9\x0b\x15\x38\x28\xbb\xcd\x32\x32\x7c\x3c\x74\x7c\x6c\ \x63\xd9\x8e\x47\x54\x96\x61\xf3\xf0\xe2\xc8\x88\x0d\x90\x71\xd1\ \x32\xfc\x6a\x88\x67\x31\xd8\x86\x00\x18\x5f\x49\x44\x2a\x15\x8f\ \x2a\x52\x1d\x2f\x0e\x99\x0d\x8b\x2a\xba\x41\xc5\x62\x59\xec\x14\ \x33\x58\xb9\xe3\x61\x64\xe5\x44\x22\xf0\xf5\x6c\x8b\x81\xce\x16\ \x01\x20\x82\xf7\x63\x53\x40\xe2\x24\x28\x83\x18\x8c\x1f\x0f\x05\ \x51\xc2\x56\x2a\x16\xfa\x23\x60\xa2\x5e\xaf\x68\xcc\x55\x60\xb1\ \x80\xea\x81\xdd\x11\xc1\x46\x6c\x44\x92\xa8\x1d\x99\x0a\xf5\xfe\ \xa2\xa8\xe8\x12\x8c\xc8\xc2\x23\xe2\xe8\x18\x22\x15\xa5\x81\x52\ \x48\x40\x72\x2c\x1a\xec\x97\x47\x25\x12\x49\xd8\x32\x3c\x5b\x82\ \x29\xa3\xf1\xd8\x44\x0c\xc0\x22\x15\x05\x26\x93\x51\x0f\x2f\x36\ \x0b\xd1\x21\x0e\x47\xc2\x2c\x3d\xbf\xbe\xba\x82\xef\xfb\xf3\xe7\ \x2f\xce\x40\xb0\x8e\xba\xd9\xa0\x2b\x64\xa6\x8a\xca\x44\xd7\x07\ \x31\x14\x16\xea\x7d\x46\xa4\xb1\xa8\x6c\x90\x3c\x32\x2a\x0b\x22\ \x51\x29\xa0\x54\x98\x72\x02\xbe\x8c\x80\x21\xa1\x40\x5f\x2c\xa1\ \xac\xa6\xac\x0c\x00\xb0\xa6\xbc\xb1\xbe\x1c\xcd\xcb\x69\x6b\x3b\ \x9a\x6b\xec\x6e\x6b\x6c\x1b\xaf\xa9\x1f\x5f\x6a\x1b\x1c\xc7\x32\ \x25\x94\x63\xb3\xc8\x7c\x62\x79\xaf\x47\x23\xe7\x37\xbd\xdf\x54\ \xa1\xd3\x33\x38\x9c\xa6\xa6\x47\x8c\x3a\x14\x5a\x5c\x5b\xfd\x7e\ \x75\xdd\xa3\xa6\xaa\x86\xaa\x0a\x44\x7e\xb5\x4d\x8f\x39\x9c\x2a\ \x46\xe5\xfb\x4d\x8f\xdf\xaf\x7c\x54\x57\xc9\x61\x3c\x06\x32\xac\ \xab\xac\x6c\x02\x4f\x54\xc7\x69\xa8\xa8\xa8\xad\xab\x83\x2d\xea\ \x18\xb5\x95\x95\xb5\xb5\xdc\xca\xca\x66\xae\x49\xcd\xe1\xd6\x55\ \xd4\xb5\x54\x35\x54\xb4\x70\xab\x2a\x60\x9f\x2d\x40\x88\x5c\x86\ \x52\xca\x61\xc8\xb4\xcd\xb0\xa2\x59\x29\x05\x74\xec\x94\x0b\xe5\ \x52\x29\x10\xa1\xb1\xb3\x4b\x21\xd7\x28\xe5\x72\x40\x42\xf0\x4b\ \x6a\xb9\x5e\xa3\x16\x5a\x07\x14\x3a\x85\x4e\xa9\xd5\xa3\xb8\x06\ \xa3\x14\xb8\x0e\xee\x35\x76\xa9\xc1\x68\xc9\xfa\xf4\xba\x4e\x6e\ \x67\x97\x5e\xad\xd6\x1a\x65\x6a\xb5\x52\xd6\x22\x54\x48\x75\x5a\ \x7d\xbb\x5e\x0e\xdf\x1c\x10\x3a\x65\xbb\x49\xdf\xd3\xab\xd5\x76\ \x75\x75\x18\xdb\x75\x7d\x46\xb9\xb1\xc3\xa8\x30\x75\xf6\x59\xb5\ \x7d\x1a\x59\x55\x8b\xa6\x5d\xa3\xef\xb4\x76\x84\xbf\xf9\xec\x6b\ \xc3\x2f\x7e\xf1\x85\x84\x88\xe3\x49\x28\x60\x9f\x28\x44\x22\xbc\ \x69\xe3\x73\x83\x20\xf0\xa4\x9a\x46\x6c\x2b\x96\xd0\xda\x38\x3e\ \x58\xdf\x7d\xdd\xdd\x58\x4e\x6c\xdc\x98\x03\x1f\x86\xc1\x8b\x58\ \x22\xdc\xe5\x27\x3f\xff\xf9\x27\x2f\x3e\xfc\xe4\xc5\x73\x38\xc1\ \x5c\x82\xa9\x3a\x02\x53\x05\x8e\x0a\x24\xea\xf9\xd5\x19\x02\xc3\ \x33\x04\x85\x67\xd7\x68\xcc\xaa\x1c\x07\x1f\xc3\xf5\x52\x23\xb6\ \x0c\x25\x36\xc0\xc7\xb0\x31\xd8\x36\x0e\xde\x0b\xd5\x39\x1c\x1d\ \x5d\x5e\x1e\x01\x15\x1e\x9d\x9d\x7d\x72\x92\xfe\xd3\x8b\x8d\xdb\ \x0e\x6b\xe7\xc0\xfc\x6f\x7b\x77\xd2\xa1\x58\xcc\xd3\xe5\x4f\xa6\ \xd7\xd3\xd9\xbd\x2d\x9f\x3f\x0d\x34\x17\x73\x26\xd2\x61\xd3\x80\ \xc7\x67\xcd\xee\xee\x6e\x85\x3a\x81\xb8\xd2\xfd\xa6\x9d\xf5\x90\ \x69\x20\xec\x74\x85\x7c\x21\x4f\xba\x6f\x77\x65\x3d\xb9\x9f\xed\ \xdb\xf6\x5b\xf7\xb6\x9e\xec\x6e\xc5\xdc\xae\x3e\x57\xc2\xea\xde\ \x0e\xe5\x12\x09\x6b\x97\x33\x9c\x75\xbb\xdd\x2e\x77\x9f\x27\xeb\ \xef\xd5\x85\xbc\xbd\xfe\x3d\x57\xd8\xdf\xef\xcd\xb9\x7b\x57\xc2\ \x3d\xde\xad\xad\x2d\xef\x42\x62\x7f\xab\x03\x88\xf0\x20\xbd\x07\ \xcf\xd4\x11\x9b\x9f\x08\xce\xe7\xfd\x6e\x9f\x77\x6d\x3a\x3e\x31\ \xb3\xb2\xb9\x9e\x7b\x12\x9f\x99\x5d\x38\x9c\x3f\xdc\x8d\x6d\xaf\ \x2f\xec\x6c\x6e\xc5\x42\xee\x01\x57\x6c\xcb\x9d\xdd\x75\x24\x5d\ \xce\x01\x6f\x62\xc0\xb9\x7d\xe0\x09\x27\xfa\x63\xbd\xfe\xa4\xd7\ \xbb\xb9\x37\x1f\x5f\xdb\x59\x7b\xb2\x3b\xbd\xbb\x33\x3b\x95\x4a\ \xa5\xa6\xd7\xa7\x27\xd6\x40\x78\x22\xc5\xfb\x60\x2a\x70\x11\x0f\ \x8c\x4d\x06\x53\x13\x93\xc1\xf3\x8b\xe8\x64\x34\x33\x1b\x05\xc3\ \x35\x91\x0a\x4e\x44\x0a\xf7\x85\x68\xea\x6e\x32\x1a\xcf\xdc\x45\ \xf3\x91\x8b\x37\xf7\xe7\x99\x78\xbe\xf0\x80\x0a\xd6\xf3\x6b\xc0\ \x94\x93\x81\x42\x2a\xf5\xf6\xe6\xfe\x21\x55\x7a\xfd\xf6\xe5\x57\ \xa9\xe8\xeb\x78\x66\x2c\xfa\xa6\x70\x71\x11\x9f\xbc\x7d\x99\xbf\ \x7b\xb8\xbd\xff\xea\x3e\x55\x98\x28\xdd\xfc\xe6\xf5\x45\xa1\x14\ \x8c\x16\x46\x41\xaf\xee\x0b\xa3\xf9\x7c\x34\x9a\xca\x5f\x4c\xdd\ \xdf\x7c\xf5\xf2\xe5\xc3\xcd\xdb\xfc\x9b\x3f\xfc\xf0\x2f\x9f\x7f\ \x0d\xdf\x85\x21\x89\xcd\x3c\x84\x46\x4d\x78\xa8\xa7\xb3\x81\x65\ \x30\x30\xc1\xb4\xd0\xc8\x82\xdf\x1c\x76\xc8\x75\x9e\xe0\x9b\x9b\ \xf3\x1f\x9e\x31\x9f\x7e\x37\xb1\xb9\x92\x33\xf6\xf0\x35\xc2\xf5\ \x99\xcd\x68\x98\x5b\x51\xcb\x55\xac\xfe\xf4\x94\xc6\x1b\x12\x48\ \x54\x23\xf6\x61\xbb\xc8\x66\xb6\x9f\xd8\x0c\x40\x83\x36\xcb\x90\ \x61\x68\x78\x64\xd8\x62\x59\x5c\xb4\x9f\x00\x2a\xbe\x3a\x19\xb6\ \xd9\x46\x8e\x47\x44\xc3\xc7\x8b\x27\xc7\xc3\x8b\x06\x91\x61\xd1\ \x06\xfe\xcc\x2c\x91\x9c\xa0\x18\x1a\x89\x88\x2d\x52\xd9\x44\x60\ \x57\xcc\x02\x09\x19\x35\x31\x54\x09\x58\x64\x70\x58\x74\xd8\x02\ \x95\xd9\xf3\x98\x64\x96\x88\x27\x60\x09\xd8\x3c\x83\x84\xcd\x56\ \xd9\x51\xfd\x94\xca\xc0\xa4\x48\xe8\x3c\x11\x05\xd8\x8e\x6e\x28\ \x43\xf3\x7a\x54\x12\x96\x48\x25\xb1\xf0\x04\x4c\x1a\xcf\xc0\xa6\ \x4b\xe8\x2c\x3a\x19\xbc\x9a\x84\x85\x66\x6e\x03\x5d\x82\xa2\xb0\ \xb0\x34\x15\x0b\x88\x17\x44\x90\x84\x43\x55\x10\x23\x4c\x0c\x89\ \xd4\x08\x5f\x73\xc0\x3e\x1a\x8d\x0a\x1a\x57\x46\xa1\x60\x08\x6c\ \x36\x99\x85\x12\x47\xe9\x04\x0c\xea\xfb\x4c\xc2\x12\x37\x5e\x9c\ \x1d\x5d\x9f\x5e\x9d\x5d\xbd\x78\x71\x7d\xf9\xb7\xbf\xbd\x58\x62\ \x2d\xda\xed\x28\x7a\x15\x4c\x18\x91\x84\x23\xd3\x29\xef\xec\x1a\ \x13\x83\x4a\x4e\xe9\xa8\x90\x0b\x5f\x86\x29\x2b\xc3\x10\xca\xde\ \x15\xd2\x13\xca\xeb\x1b\xcb\x28\x58\x62\x39\x96\x84\xaf\x41\x61\ \x0c\x58\x7c\x4d\x79\x5b\x5b\x7d\x79\xf7\x5c\x7d\x7d\xeb\x46\x23\ \x16\x5b\xde\x36\xd8\x06\x6c\x88\xb7\x88\x04\x00\xd7\xe0\xb0\x7a\ \x74\x52\x6e\x75\xd3\x07\x8f\x64\x0a\xa1\x14\x2c\x52\x5d\x75\x65\ \x43\x75\x6d\x65\x45\xc5\x07\x75\x60\xae\x18\xe0\xbe\x3e\x00\x5d\ \xaa\x6a\x82\xf5\x15\x55\xef\x3f\xaa\x7e\x54\x81\x72\xb1\x6a\x9b\ \x9a\xaa\x9b\x2a\x18\x4d\xff\xd8\x54\x05\xe2\x84\xc4\xa8\xba\xae\ \xaa\x16\x4d\x1e\xe4\x54\x71\x9a\x1e\xc1\x2f\xd2\xe6\x66\x29\xa3\ \xa2\xa9\x82\xdf\x22\x64\x3c\xae\x15\xca\xc4\x5c\x46\xad\x5a\xd3\ \x0c\x5a\xd8\x2c\xae\x60\x70\x35\x52\x0e\x47\x88\xa6\xe3\xa8\x4d\ \x8e\x76\x79\xbb\x49\x69\xe2\xf2\xb5\xa0\x24\xca\xae\x1e\x85\x50\ \x8d\xea\xe4\x65\xd2\x76\xa5\xa6\x59\x63\x04\x86\x93\x4a\x15\x26\ \x23\xba\x28\x20\xe6\x1a\x8d\x6a\xb5\x1c\x35\x97\x51\xa0\xcb\x88\ \x8a\x3e\x9d\x5a\xd3\xa7\x35\x69\x3a\xdf\x5d\x2d\xec\xd4\x75\x1a\ \x35\x62\xb5\x54\x81\xc6\xf4\x9b\x51\x49\x96\xbb\x47\x6e\x02\x9c\ \xd4\x59\xf5\x72\x65\x9f\x4b\xa7\x45\xa1\xf4\x3a\x99\x5c\xad\xd0\ \x69\xb5\x5c\xa9\x42\xdb\x6c\x52\xe8\x63\xbb\xb7\x3f\x2d\x8a\xfe\ \xf8\x87\xbf\x1a\xc8\x8d\x66\x9e\xc8\x4c\xc4\xd3\x80\xf8\x80\xa5\ \x51\xbc\xfe\x06\xc0\x61\x79\x2b\x4a\x8f\x01\x9e\xde\xb8\x46\x9d\ \x88\x6a\x06\xeb\xdb\xca\x6b\xf0\xe5\xf0\x75\xc1\x1c\x7d\xf4\xd1\ \x97\xff\xfa\xc9\x47\x9f\x7c\x78\x79\xf9\xfc\xc3\x0f\x9f\x7f\xf8\ \x02\xec\xf1\xd5\xe5\xe5\xf5\x11\x68\xd6\xe5\x0b\xc4\x78\xa7\x57\ \x97\x57\xd7\x67\x47\x4b\xe3\xa7\x97\x67\x6d\x3c\x4c\x37\xb8\xb1\ \xc1\xd6\xb9\xa3\xf1\xa5\xd3\xa5\xa5\x8d\x8d\xb6\xd6\xb6\xd3\xa5\ \x8d\xeb\xcb\xab\xb3\x8d\x8d\x2b\xe0\xca\xd3\x2b\xe0\xc8\x8f\x88\ \xbe\xb1\xc1\xdf\x37\x7e\x1c\x71\x85\x7f\x70\xed\x1e\x84\x72\xc9\ \xa4\xdb\x91\x4c\xee\x86\x97\x0f\x72\x9e\xf0\xce\x42\x36\xe6\xee\ \x75\xee\xf9\x1c\x61\x87\xc7\x97\xde\xf6\xed\xee\xe9\x1c\x7e\x6f\ \xd8\xa9\x48\x4c\xe7\xda\xbd\xc9\x01\x67\xc2\xbb\xb5\xed\xf6\xef\ \x3d\x59\x58\xdd\xf2\xb8\x7a\x3d\x26\x14\xf7\x17\x4a\xf7\xf6\xba\ \x7b\x12\x89\x44\xbf\xc3\xe7\x4b\x0f\xb4\x0f\x38\x9d\x3d\xbe\xde\ \xce\x01\x93\x75\x7b\xdd\xef\xcf\x65\xad\x61\x9f\x23\xd4\x6f\x05\ \xa3\xe5\x8e\xf9\xfb\xbc\x5b\xbe\xad\x6c\x36\x96\x8c\xf9\x9e\xec\ \x66\x73\x4e\x5f\x22\xe4\xee\xc8\x3e\x49\x3d\x89\x04\x0e\xf6\x63\ \xe9\xa9\x27\xd3\x81\xcc\xca\xd6\xda\xde\xc1\xe6\x4a\x60\x73\xff\ \x70\x67\xca\x79\xb8\x17\x5c\xce\x6e\x6e\x27\x93\x1e\xa7\x3f\x39\ \x90\xf5\xf5\x67\xc3\x59\x4f\x1a\x5c\x96\x77\x21\xe9\xdc\xf2\x6f\ \xf7\x58\xc3\x61\xcf\x6a\x7a\x61\x7a\x21\xb7\xb9\xb0\x32\x39\xba\ \xb7\x3a\x3a\x16\x7d\x5b\x5a\x5e\x9b\x98\x5c\x98\x9d\x8a\x07\x46\ \xd7\x17\xf6\xcf\x1f\x52\xb3\x91\x89\x60\x2a\x38\x9d\xb9\x09\x44\ \x8a\xa5\x4c\x70\x6d\xea\x22\x12\x2f\x04\x67\xee\x6f\x83\x85\x62\ \x04\xa0\xae\xf0\xeb\x62\x6a\xf6\xee\xdb\x54\xf1\x26\x32\x11\xc9\ \xdf\x80\xbc\x4d\xce\x04\x61\x93\x54\xfe\xfc\xee\xa2\x70\xff\xb6\ \x58\x2c\x9d\x3f\xdc\x4e\x04\xbf\x2b\xa6\x46\x6f\xce\x53\xc5\xd2\ \xc5\x6d\xf1\xb6\x70\x03\x7b\x79\x78\x39\x11\x19\x8d\x5e\xdc\x45\ \x26\xbe\x9b\x98\x9e\x88\x5c\xdc\xdf\x3e\x5c\x8c\x46\xf3\x37\xb3\ \xe0\xd5\xa6\x02\xf7\x13\x93\xf9\xf3\x6f\x7e\xf9\x9b\xdb\x5f\xfe\ \xf8\xe9\x4f\xff\xf7\xeb\x5f\x7c\x3d\x72\x32\x3c\x64\x30\xd8\xe1\ \x80\x16\x81\x6e\xa0\x9e\xcd\x74\x9e\x8a\xce\x63\xe2\xfe\xeb\x36\ \x1a\xdf\x5f\xce\xef\xcc\xfc\xd7\xdf\xdf\x94\xfe\x2b\xd4\x1e\xf2\ \xef\x5b\x9b\xd5\xe2\xb4\x4b\x1e\xea\x33\xf9\xfc\x7d\xbd\x32\x6d\ \x87\xae\xef\xee\x17\xf0\x98\x93\x13\x33\x98\x2c\xb3\x41\x25\x19\ \x06\x43\x05\x5c\x68\x1f\x19\x36\x0c\x7f\x7d\x62\x3f\xb1\xdb\x9f\ \xd9\x87\x9f\x3e\xfd\x05\x38\x29\xdb\xc9\x33\x8b\xca\x62\x1e\xb1\ \x4b\x50\x59\x3b\x98\x31\xc3\x33\xbb\x9d\x35\x34\x2c\x00\x02\xb2\ \x19\xd8\x02\x89\xc4\x80\x7a\x46\x9b\x05\x14\x81\x08\x88\x0d\x7c\ \x0a\x8d\x42\xe3\x49\x04\xa0\x21\x02\x11\x95\xa6\x62\xa2\xb6\x39\ \x74\x9a\xc8\x2c\x51\xa1\xfe\x5e\x2c\xf0\x53\xa0\x65\x74\x1a\xaa\ \xbb\xc0\x31\xcd\x54\x1c\x93\x09\xcf\xcf\x14\x49\x04\x68\x68\x9d\ \x05\x72\x26\x12\x80\xde\x89\x98\x34\x95\x05\x0d\xe2\xb3\x04\x4c\ \x01\xb0\x21\x8f\x80\x31\xb0\x98\x80\x99\x3c\x10\x68\x3a\x9d\xa9\ \xb2\xd0\x48\x38\x38\x77\x93\x48\x3c\x1e\x99\x4c\xa6\xd1\xff\xe7\ \x06\x43\x13\xe0\x48\x44\x32\xb1\x8c\x4a\xc2\x63\xe8\xe0\x95\xea\ \xcb\x36\x5e\x5c\xbf\xb8\xbc\x82\xaf\xed\xd5\x87\x67\x57\x7f\xfb\ \xdb\xe5\x38\xd5\x02\x56\x92\x86\x46\xaf\xc8\x65\x54\x2a\x8e\x0c\ \x3e\x8c\xf9\xae\x3f\x23\x91\xfa\xae\x65\x0e\x1e\x6e\x30\x04\x02\ \x96\x82\xc3\x90\x30\xf5\x65\x65\x78\x02\x11\x47\x44\xcd\x3f\xcb\ \xf0\xf5\x68\x2e\x21\x2a\xc1\x6a\x2c\xaf\xaf\x9f\x2b\xc7\xd6\xb4\ \x8d\xd7\xd7\x0f\x76\xc3\x41\xd2\x36\x58\x4f\x83\xd7\x0c\xe2\x6b\ \x79\xcf\xd4\xc3\xe5\xd4\xbe\xff\xb3\x26\x59\xbb\x98\xcf\xaf\xfe\ \xe0\xd1\xfb\xd5\xd5\xd5\x4d\xcd\xdc\xda\xf7\xab\xab\x2a\xab\x9b\ \xaa\x1f\x57\x57\x37\x54\x3f\x02\x15\x7b\x5c\x59\x5d\x59\x09\xbf\ \xd5\x55\x35\x21\xcd\xfa\xa0\x01\xa5\x87\xfe\xac\xa1\xa1\x82\x5b\ \x59\x5d\x2d\xe6\x56\x56\x55\xf0\xf9\xfc\xca\x5a\x0e\x87\x51\x59\ \xc5\xad\x66\xc8\x5a\x38\x4a\x2e\x58\x2d\x86\x42\xcc\x60\x54\xa0\ \xba\x85\xca\x4a\xb9\xba\x9a\xc3\xe1\xf2\xc5\x4a\x79\x8b\x5e\x2e\ \xe5\xf0\xa5\xd2\x16\x05\x47\xe3\xd4\x4a\xc5\x4a\x99\x52\xad\xd1\ \x74\xf6\x18\x35\xba\x7e\xa1\x5c\xcc\x97\xeb\xa5\xcd\x3a\x70\x58\ \x32\x8d\x46\xa1\x97\xcb\xf5\xc8\x36\x75\xc8\xf5\x5a\xb5\x5a\xca\ \xe7\x2a\x3b\x15\x32\xa3\x51\x23\x54\xa3\x46\x17\x3a\x59\x87\x5e\ \xa3\x69\x57\x6b\x4c\xed\x5d\x1d\x9d\xc6\x3e\xab\x0c\x44\x0b\x58\ \x92\x2f\x57\x74\x3a\x74\x9d\x9a\xf6\xde\xae\x5e\x58\x8f\x1e\xdf\ \xa9\xd3\x5b\x3b\x94\xed\x7a\x0d\x88\x9e\x42\x2f\x6b\x51\x83\xbd\ \x93\x69\x14\xeb\xdf\xfe\xf3\x8f\xbf\xb1\x7c\xfe\x67\x15\xbd\x8c\ \x4e\x97\x0c\x0d\x01\xc8\xe3\x89\x78\x6c\x39\xa1\x06\xde\x2a\xd4\ \xa0\x10\xe0\xad\x1e\xcd\xcb\xdc\xb8\xda\x18\xc4\x02\x11\xce\xb5\ \x61\x51\xbd\x08\x8d\x25\x62\xcd\x7d\xf4\xd1\x8b\x2f\x3f\xfa\xf2\ \x13\x50\xaa\xcb\xcb\x2f\x7f\xfe\xd1\xe5\x47\xff\x0a\x8b\xcf\x2f\ \x2f\x4f\x4f\x81\xea\x41\xad\xae\x4e\x2f\x81\x15\x3f\xbc\x04\xd7\ \xf5\x1c\x2c\x54\xf7\xd1\x06\xf6\x74\xa3\x71\x10\x96\x06\xe7\xc6\ \x97\xce\x8e\xd0\xf4\x1e\x90\xc5\xcb\xe7\xd7\xa7\xe3\x1b\x20\x73\ \xa7\x47\x70\xfb\xc9\xd2\xd6\x3e\xef\xcb\xdf\x7f\xd8\xf8\xea\xbf\ \x63\xdb\xdb\x5e\x5f\x12\x70\x2e\x11\x4e\x1e\xce\xc7\x3c\xfd\xbe\ \xc4\xde\xca\x76\xac\x77\x2b\xeb\x72\x75\x75\x26\xd3\x21\xb7\x7b\ \x2b\xd4\x6e\x74\x6e\x3b\x13\x6e\xe7\x8c\xcf\xe4\x72\x3a\x42\x89\ \x58\x2e\xd6\xd5\x99\xde\x4a\x64\xb3\x2e\xab\xa7\x5f\xd7\x1f\x4a\ \x66\x43\x4e\x87\xd7\xed\x74\x0e\xb8\x3a\x1d\x9e\x5e\xa7\xcb\xea\ \x73\xfb\xfd\xeb\x0e\x87\x6f\xd7\x14\xf2\xe6\x72\x3d\x49\xaf\xd3\ \xd7\xe1\xdd\xf6\xa5\xe1\xb9\xd0\xdc\xc4\xad\xed\xd5\xf4\x81\xf7\ \x60\xdf\xb9\x73\xb0\x1d\x73\x0e\x24\x62\x9e\xce\xf5\xc9\xa9\xe5\ \xb1\xe0\xee\x41\x6c\x6b\x65\x73\xec\xc9\xc4\xe6\xc1\xe4\x6e\x6e\ \x62\x7e\x73\x2d\xb6\x85\x82\x1a\x66\xe7\x67\x56\xb7\x73\xb9\xb4\ \x0f\x65\x4a\xc4\xe0\x09\x7b\xb3\x39\x47\x6f\x8f\xcb\xb5\x92\x75\ \x27\x63\x20\xad\xc9\x3e\xcf\xf4\xe1\xde\xd4\xf4\xca\xec\xe8\x66\ \x66\x7f\x3b\x3e\x1b\xb8\xb9\x2f\x1e\x8e\x06\xa7\xd7\xc7\xe2\xf9\ \x60\x60\x7e\x6a\xa7\x98\x2f\x16\x27\xa3\xd1\xc8\xea\x7e\xea\x62\ \x76\x22\x92\x0a\x16\x26\xf6\x0b\xe7\x93\x28\x79\x34\x32\x9b\x07\ \x6b\x95\x29\xc6\x03\xf9\x89\x0c\x48\xd9\x4d\x21\x38\x96\x2f\xe4\ \xa3\xa5\x54\x3e\x13\x99\x19\x8b\x97\xce\x5f\x17\xef\x6e\xdf\x16\ \xcf\xcf\x4b\xf7\x37\x77\x85\xc8\x8f\xc5\xe0\xf4\x4d\xfc\xf6\xb6\ \xf8\xd5\x4d\xf1\xf6\xa2\x14\x88\x44\x5f\x8e\x06\x5e\x07\x66\xdf\ \xbc\xfc\xea\xe1\x22\x5a\xbc\x38\x2f\xe6\xef\x6f\x33\xf1\xe0\xf9\ \xc3\x64\xe4\xf5\xf9\xe4\xcd\xf9\xe8\xed\xc5\xfd\xbf\xff\xfa\x0f\ \xbf\xfa\xf1\xbf\x3e\xff\xf8\xbf\x7f\xf1\x8b\xc5\xe3\x11\xb3\xcd\ \x20\xb2\xa9\x54\x06\x33\x9d\x06\xb7\xa8\x7b\x0b\x8d\x2e\xe0\xd9\ \x7f\xf7\xf5\x67\x36\xcb\x4f\x3f\xfe\xf8\x4d\x66\x6b\x37\x26\x7d\ \x24\x86\x33\x1f\x4a\x45\x5a\x0f\x6b\xb2\x2d\x0d\xfc\x2a\x0e\xbf\ \x23\xeb\xf3\xf7\x2f\xb8\x26\x59\x92\x93\xe1\xc5\x45\xb3\x88\x75\ \x62\x60\xd9\x16\xed\x60\x0e\xc0\x65\x59\x2c\x43\xcf\xcc\xf6\x57\ \x76\x1e\x6a\x77\x0f\xfa\xa5\x12\x8c\x0c\x99\xc1\x3a\xa1\xc9\x39\ \xc3\x43\xc3\x76\xc3\x88\x99\x22\xb0\xd9\x05\x06\xfb\x88\x8d\x29\ \x32\x58\xcc\x2a\x91\xdd\x22\x41\xf3\x03\x45\x68\xdc\x49\x82\xfa\ \x9d\x1a\x78\x2c\x9a\x04\xb5\x4a\x95\xd0\xd1\x60\xbc\x44\x24\x60\ \x1b\xe8\x54\x01\x6a\x34\x86\xa2\xcf\x69\x3c\x26\x9d\x6d\x90\x98\ \xed\x16\x3a\x85\xc2\x04\xc4\x83\x4d\x87\x98\x34\x36\x9b\xa5\x42\ \x85\xa7\x22\x9e\x08\x3c\x9b\x01\xf0\x10\x08\x52\x84\xd2\x96\x79\ \x2a\x09\x93\x2d\x29\x27\x49\x78\x74\x96\x84\x22\xa2\xb1\x59\x4c\ \x9a\xc1\x6c\x91\xe0\xca\x68\x24\x0c\x1e\x0f\x4c\x47\x05\xd3\xc5\ \x23\xd3\x59\x24\x0a\x4d\x40\x27\x91\x71\x64\x02\x8e\x2e\xa1\x10\ \x59\xf4\x32\x22\xb6\x6c\xfc\xf9\x8b\xcb\xb3\x4b\x34\x04\xf2\xfc\ \xe8\xe8\x6f\xff\xef\xb2\x9b\x37\x34\x7c\x82\x5a\xb6\xa2\xd6\xa7\ \xe8\xa1\x24\x5c\x19\x05\xe5\xe2\x90\xa8\x34\x02\x89\x46\x22\xe1\ \xcb\xb0\xa4\x32\x2c\x81\x40\x22\x96\xe3\x30\x8d\x35\x64\x70\x58\ \x04\x22\x76\x10\x5b\x86\x50\xb0\x11\xb5\xcc\x2b\xc7\x12\x6a\x6a\ \x6a\x80\x3f\x1a\xbb\xc7\x81\x0e\xbb\x01\x0e\x6b\x08\x6d\x44\x8a\ \x4a\x30\x64\x37\xf0\xde\xeb\xd4\xc9\xc5\x9c\xba\xa6\xc7\xc2\x5e\ \x85\x98\x03\xba\xf4\x41\x53\x25\x4a\x76\xaf\xae\x6b\xa8\x66\x54\ \x56\x54\x3e\xaa\xa8\x7d\x5c\x5d\xd7\x04\x2b\x51\x85\x56\x25\x03\ \x50\xb1\x92\xc3\xa9\xae\xfa\x87\x9f\x3d\xae\x68\x6a\xaa\x7b\x54\ \xfd\x4e\xa1\x5a\x18\x60\xbb\x2a\xb8\xe2\x86\x86\x06\x10\x33\xbe\ \x90\xc1\x50\x37\x57\xf0\x85\x2d\xdc\x0a\x8e\x86\x8b\xf2\x1f\xaa\ \x2a\x9b\x6b\xeb\xb8\xb2\xaa\x0a\x2e\x83\x2b\xd6\xb7\x34\x8b\x9b\ \x95\x2d\x72\x2d\x50\x9c\x50\xd3\x67\x12\x32\x84\x0a\x34\xb1\x4f\ \xdf\x6b\x4c\x47\x53\x46\xb5\x54\x2c\xd5\xca\x84\xb2\x16\xa9\x56\ \xab\x44\x61\xa3\x0a\x85\x4e\xa7\xd6\x2b\xd5\xed\x4e\x85\x56\x2e\ \x15\xea\xc0\x34\xe9\xf4\x42\xb5\xd6\xda\xae\x91\xab\x65\xba\x4e\ \x45\x8b\xb4\x43\xa1\x17\x2a\x14\x32\xb9\xd1\x61\x54\x6a\xad\xc6\ \x4e\x1d\x18\xb4\x0e\x87\xae\xbd\xdd\xd4\x69\xea\xec\xb2\x02\x6c\ \x6a\xf4\x9a\xce\x2e\x9d\xa2\xb3\x53\xab\xd6\xca\xa4\x8a\x0e\xa3\ \x5c\xa6\x90\xe9\xd5\xfa\xae\xa9\x9b\xd4\x57\x3f\x7d\xfa\xc3\x2f\ \x00\x04\x45\x6c\x9c\xe4\xd9\xd7\x74\x14\xd0\x83\x27\x60\x6a\x06\ \x97\xc6\xc7\xc1\x8f\xce\xb5\x6e\x1c\xd5\x6f\x9c\x2e\x1d\x1d\x2d\ \x2d\xd5\x97\x13\xb0\xad\xdd\x18\xf0\xa9\xad\x38\xf8\x4e\x0d\xbe\ \xf8\xe4\xa3\x17\x1f\x7d\xf9\xe1\x87\x1f\x81\xbd\x02\xe1\x7a\xf1\ \xe5\xbf\xbe\xf8\xe8\xc5\x27\x2f\x3e\xba\x3c\xdb\x38\x3d\x43\x23\ \xef\x67\x67\xcf\x4f\xcf\x9e\x7f\xf4\xe2\xea\x14\x3e\x59\x80\xfd\ \x0d\x7c\xe3\x46\x1b\x7e\x7c\x63\xee\x68\x63\xee\xf4\x14\x50\xf0\ \x74\x69\xbc\xbe\x7b\xe3\xea\x1a\x08\xf2\xe8\x6c\x63\xe9\xec\xf2\ \xfa\xf2\xfa\xa3\xc1\xbd\x85\xff\x3e\xfd\xe8\xe7\x2f\x4e\xb1\x7f\ \x0c\xf4\xf7\xb8\xba\x06\xbc\x3b\xe9\xe4\x7e\x34\xb9\x1d\x0b\xed\ \xa4\xf7\xbd\x03\xd9\xec\x4e\x3a\x16\xf6\xf9\x42\x31\x14\x9c\x05\ \xc0\x98\x4c\x24\x9c\x9e\xf5\x2d\xbd\xd5\x1d\xf2\xa6\xdd\xb1\x50\ \x5f\x47\xfa\xc0\xd3\x9b\x0e\x79\x5c\x9d\x46\xef\x76\xf2\x70\xcf\ \xe7\x0a\x3b\xfa\x5d\x6e\x8f\xd3\x63\xd5\xbb\xfb\x07\xb2\xb0\x27\ \xb7\xdf\xe3\x3a\xe8\xf4\xed\x3b\x9d\xb9\x70\x8f\xd3\xef\x4a\x24\ \xdd\x3e\x67\xac\xd7\xe7\xed\x4b\x1f\xec\xcd\x8f\xee\x0f\x64\x57\ \x93\x63\x07\xd9\xec\x5e\x97\x33\xe7\xef\xda\x59\x5e\x0e\x8c\xc6\ \x57\x57\x72\xc9\x85\xf8\xc4\xda\xf4\x4e\x76\x7a\x3f\x16\x5c\x3e\ \x5c\x58\x5f\xd9\xdf\x0a\xad\xc4\xc7\x76\x57\x42\xee\x83\x6c\x9f\ \x77\xdb\x9d\x3c\x4c\xa7\xb3\xce\x58\xd8\x33\x60\x1d\xf0\xad\x84\ \x3c\x7e\xaf\xa3\x2f\x9d\x4e\xc4\x76\x42\xa1\x95\xe0\x7c\x74\x7f\ \x21\xb0\xb9\x39\x3b\x1d\x9d\x3f\x8f\x6f\xae\xae\x8d\x4e\x4f\x4d\ \x44\x66\x03\x81\xd1\xa9\x68\x3e\x3e\x35\x16\x49\x5d\xcc\x4f\x45\ \x8b\xa5\x9b\xc0\x4c\x21\x90\x19\x0d\xe6\x33\xf1\x4c\x26\x1f\x0f\ \x14\xa2\xa3\xd1\xfb\x4c\x61\x3a\xf8\x12\x0c\xd3\xfd\x7d\xa1\x58\ \x38\x2f\x64\x02\xc1\x60\x3e\x3f\x99\x29\x5d\x14\xbe\x2d\x7d\xf3\ \x12\xe4\x2a\x73\xff\x15\x38\xad\xc9\xe2\xed\xeb\xfc\xe8\xe4\xdd\ \xcb\xd7\x0f\xaf\x2f\xce\xe3\xb7\x6f\xdf\x9c\x4f\xdc\xe4\x23\x0f\ \x80\x8d\xc5\xf3\x97\x85\xd1\xf3\xe2\x44\x3e\x73\x5b\x78\x78\x88\ \x06\x40\xaf\x6e\xe6\xdf\x7c\x75\xf3\xf2\xe6\xee\xab\x5f\xff\xd3\ \x0f\x3f\xfc\xf0\xd9\x67\x9f\xff\xf1\x78\xd8\xf6\x6a\xc4\x82\x1a\ \x9b\xb2\x58\x3c\xd4\x6c\x42\x64\x97\x50\xc9\x14\x2a\x4b\xa2\x32\ \x8c\xfc\xf4\xe7\xef\x7e\xfa\xdd\x57\xc5\xe2\xfc\x64\xd2\x5a\xd9\ \x54\x5d\x09\xc7\x49\x43\x65\x55\x38\xb4\xb3\xa3\xe4\x88\xeb\x9a\ \x7b\x4d\x03\xcb\x99\x9b\xa9\x9c\x37\xff\x94\x6d\x18\x56\x99\x45\ \xa8\xbd\xd6\xe2\xd0\x33\xcb\xa2\xc8\xf6\xf5\xb3\x11\xfb\xb3\x11\ \x83\xe5\xd9\x88\xe4\xd9\xab\x11\xd1\x90\xe5\x95\x19\x55\x9b\xda\ \x47\x9e\x8e\xd8\x46\x5e\xa1\xb4\x77\xfb\xb0\x40\x24\x01\x6b\x35\ \x24\x1a\x12\xb1\x04\x12\x83\x9d\x05\x26\xcb\xc6\x63\xd2\xa8\x2c\ \x1e\x1b\x4d\x99\x41\x71\xc7\x06\x16\x0d\x9c\x94\x8d\xce\xe6\x49\ \x98\xe0\xa9\x98\x34\x96\x0a\x85\x44\x00\x76\xd1\xff\xe7\xb2\xa0\ \x81\x65\xb1\x88\x50\x36\x03\x28\x1c\x05\x67\x18\x01\xbb\x24\xa2\ \x53\xe9\x16\x11\x45\x22\x91\x98\x29\x20\x51\x70\xaa\x05\x01\x12\ \xa0\x26\x60\x12\x16\x1b\x25\xc2\x13\x31\xa8\x85\x0e\x8e\xc2\x66\ \x32\xd9\x4c\xd0\x3f\x0b\x9b\x8a\x23\xe2\xca\xca\x48\x4c\x16\x95\ \x0c\x78\x27\xa0\xe0\x48\x65\x44\x0c\x4b\x82\x01\x90\x2b\x83\xb7\ \x02\x47\xa0\x52\x08\x24\x12\x61\xfc\xf2\xc5\xe5\x8b\xe7\x67\x97\ \xcf\xd1\x65\xa7\xbf\xfd\xaf\xb3\x36\xfa\xb1\xcd\x4c\xa5\x4b\x78\ \x64\x7c\x39\x89\xc8\x46\x89\xf4\x24\x22\x8d\xc6\x46\x8e\x0d\x35\ \xb0\xa0\x12\x88\xe5\x64\x12\x05\x68\xb1\xa6\x86\x48\xc2\x62\x71\ \xa4\xc6\xb6\x7a\x22\xb6\x1b\x75\xca\xa9\xc1\x96\x37\x96\x97\x95\ \xb7\x82\x57\x40\xb3\x09\x51\x07\xf5\xb6\x36\x14\x15\x30\x5e\x5f\ \xd3\x76\xda\x2a\x32\x80\xd3\x14\xbd\xd7\xab\xad\x6d\x7a\xf4\xf8\ \xfd\x06\xad\x5e\xc9\xa9\xac\x6b\xaa\x7b\x1f\x8d\xb0\x83\xee\x54\ \x3e\x6e\x60\x34\x35\xc0\x3d\x4d\x1f\x34\x55\x7f\xf0\xb8\xee\xfd\ \xf7\x1f\x3d\x7e\xc4\xe0\x54\x3f\x7e\x5c\x57\x57\x51\x57\x05\x1a\ \x56\x5b\x5d\xfd\xb3\xba\x0a\x3e\x43\xc6\xa8\xaa\xaa\xe2\x54\x54\ \x37\xd5\xd6\x56\x56\x3e\xaa\xe3\x70\x9b\xab\xaa\xb9\xb5\x75\xb5\ \x72\x7e\x75\x03\xb7\x45\x5c\x59\x5d\xcb\xa8\x45\xd9\x7f\xcd\x55\ \xcd\xdc\xca\x0a\x86\x58\xd8\x0c\x3f\x5c\xb1\x4c\x28\x97\x35\xeb\ \x94\x52\x9d\x55\xd6\x2c\x95\x55\x68\xf8\x42\x61\x4b\x72\x7d\x40\ \xaf\xe4\x36\xb7\x70\xbb\x40\x4b\x4c\x1a\x9d\x5c\xaa\xee\x34\xca\ \xf8\x5a\x9d\x52\xd3\xa1\x11\xea\x3b\x75\xda\x16\xa5\x56\xae\xf1\ \x28\x85\xa8\x8d\x73\x57\x87\x11\xd4\x47\x6d\x52\x80\x3f\x93\x6a\ \xe5\xc6\x76\x85\x5a\xc6\x15\x8b\x6b\x75\xed\x32\xa1\x5a\x2e\x53\ \x6b\x7a\xba\x7a\xc1\x54\xe9\x3a\x4d\x1d\xda\x76\xa3\x49\x63\xf5\ \x0b\xb5\xba\x8e\x0e\xa5\x5e\xd3\x22\x33\x69\x4d\x5a\x85\xb0\x45\ \x21\x73\x24\x52\xf1\x9b\xfb\x5f\xff\x61\x04\xde\x57\xe6\xab\xa7\ \x96\x91\x67\x43\xac\x72\x1c\x0d\x5c\x6a\x6b\xeb\x11\x8a\x3e\x9e\ \x5b\x6a\xdc\x38\xea\xc6\xd6\x0f\x82\x9a\x6c\x6c\x34\x36\xd6\xd4\ \xd7\xd3\xc9\x1b\x1b\x83\x78\xfb\xa2\x80\x3e\xf7\xe5\xbf\x7d\xf2\ \x09\x38\xac\x8f\x5e\x7c\xf8\xc9\x97\xff\xfa\xf3\x4f\xbe\xfc\xf2\ \x4b\x58\x04\x19\x7b\x7e\x75\x74\xf5\xe2\xc3\xe7\x67\x67\xa0\x51\ \xa8\x36\x14\xce\x40\xb0\x0c\xa7\xa2\x6b\x40\xc0\x71\x42\x6b\x37\ \xa5\x7b\xe9\xe8\x74\x63\x6e\x6e\x69\xee\x68\x6e\x6e\xbc\x75\x1c\ \x3c\xd8\xf5\xf3\xa5\x6e\x20\xc4\xd3\xa5\xab\x4f\x4e\x27\x7b\xfe\ \xd2\xf6\x09\x7c\x0b\x3e\x7a\x81\xfb\xcd\xa6\xa9\x27\xb6\x9d\x3e\ \x9c\x19\x3d\xf0\x27\xb7\x77\x73\xe1\x90\xdf\x97\x4c\x27\x06\x0e\ \xfc\xe1\xed\x58\x8f\x7f\x27\xdd\x87\x06\xe3\xbd\xce\x81\xfd\xac\ \xdc\x13\xee\x77\x26\xc2\x5e\x9f\xd7\x91\xed\xef\x4c\x2c\x6c\xc6\ \x7a\x1d\x40\x7b\x7b\xfb\xfb\x5b\xfd\x61\xbf\xb6\xdf\xed\xe9\xef\ \xb7\x02\x26\xc6\x92\xce\x83\x5c\x72\xcf\xe1\x75\xb4\x87\xf6\xb3\ \x89\x5d\x7f\x7b\x62\xa0\xc7\x1b\x4a\x78\x07\xfa\xba\x7c\x6e\x5f\ \x78\xc0\xe7\x71\xee\xa5\x27\x72\xde\xac\x2f\xfb\x64\xd7\xeb\xd9\ \x72\xf7\xef\xec\xe7\x53\x91\xa9\xdd\xfd\x03\xef\xe6\xf4\xde\xcc\ \xe8\x72\x22\xb0\x9f\xdb\xcd\xae\xcf\x14\x67\xb3\x7b\xde\xd5\x99\ \x9d\xc3\x27\x2b\xc9\x9d\x43\x67\x7f\x68\x77\x2b\x99\xf3\xed\xad\ \x02\x99\xba\xfa\x8c\xe9\x15\x77\x18\x25\xa7\x6e\xf9\x3a\x43\xdb\ \xb9\xad\xf5\xe0\xc2\xfe\xfc\x7f\x41\x3d\x7a\x00\x00\x20\x00\x49\ \x44\x41\x54\xca\xfc\xf6\x42\x70\x1e\x2c\xd6\xec\x72\x74\x7d\xba\ \x18\x4c\x15\x66\x67\x52\xf1\x27\xd1\x60\x2a\x35\x31\x51\x1a\x2d\ \xc4\x67\x27\x0b\x91\xd9\x54\x64\x76\x2a\x10\x2c\xcd\x02\xb6\xc5\ \x23\xa3\x01\xc0\xb7\x8b\x62\xf0\x26\x5a\x38\x8f\x67\x4a\xdf\xde\ \x4f\x66\xee\x23\x80\x8d\xa3\xc5\xdb\x54\x21\xf2\x70\x7e\x73\xf1\ \xcb\xd7\x85\x97\xb7\x85\x37\x2f\x5f\x9f\xc7\x27\xf2\x85\x87\xcc\ \x58\x21\x05\x62\xf5\xb2\x54\x3c\xbf\x8b\x16\x4a\x13\x0f\x6f\x52\ \x2f\x83\x37\xa5\xfc\x4d\xf1\x9b\xdb\xd1\x52\xf4\x2e\x5f\x8c\xa4\ \x4a\x91\xd1\xa9\xe2\xaf\x8b\xa5\xbb\xfb\x87\xfb\x87\xd2\x9b\x6f\ \x7e\xfa\xf4\xd3\x8f\x3f\xfb\xf4\xf3\x63\x70\x3b\xc3\x06\x95\x7d\ \xc8\x66\x43\x3d\xb1\x24\x28\xd3\x00\xc8\x50\xa0\x62\x19\x70\xf6\ \xd9\x83\xc3\xf9\x75\x30\x8f\x7c\xae\x42\xda\xf0\x8f\xff\xf8\xb3\ \x9f\x55\x56\x54\x35\x54\x73\x3b\xfd\x69\x71\x73\x8b\xcb\xbf\xdf\ \xd5\xd9\xa0\x7e\x98\xcc\xbf\xf9\x31\x78\xff\x8c\xc5\xa3\x51\x70\ \x6c\x11\x9b\xc7\xb3\xd8\x17\x9f\x19\xcc\x27\x4f\x9f\xd9\x0d\x2a\ \x81\x7d\x68\xe8\xf8\xd9\xd3\x91\xe3\x67\x8b\x66\xd5\xf0\xd3\xe3\ \xe1\x91\x13\xfb\xc8\x88\x6a\x78\xc8\x6c\x51\x0d\x9d\x58\x44\xaf\ \x46\x46\x86\x80\x06\x6d\x3c\x89\x85\x6d\x30\xf0\x78\xc0\x84\x66\ \x33\xa8\x96\x08\x50\xcd\x8c\x62\x02\x6d\x4c\x26\xd5\x0c\x9e\x85\ \xaa\x32\x1b\xa8\x74\xa6\x19\xc5\xb9\xf3\x58\x02\x32\x53\x82\x12\ \x1a\x0c\x6c\xf2\x30\xc0\x23\x0b\x75\xda\x11\xf0\x44\x54\xb2\x85\ \x27\xb0\xa3\x52\x2b\x0a\x4f\xc0\x34\xa8\x0c\x06\x32\x53\x20\x81\ \x7f\x14\x8d\x45\x83\xfb\x51\xe2\xa8\x0a\xa8\x90\x49\x02\x31\x02\ \x61\xc4\x60\x58\x2a\x89\x80\x42\x05\xbf\xc6\xa2\x13\x51\x8d\xbb\ \x84\x8e\x83\x07\x32\xa9\x74\x8a\x00\xa4\x8b\x4e\xa5\x61\xc8\x6c\ \x2a\x89\x4d\x26\xa1\xd8\x06\x4a\x79\xcd\xdc\xd5\xf3\xab\xe7\x68\ \x1e\xed\xe5\xf3\xcb\xe7\xff\xeb\xff\xbb\x24\xf0\x9e\x49\xe8\x34\ \x9e\x88\x87\x23\x10\x69\x58\x22\x0e\x83\xa3\x12\xe1\x61\x54\x4c\ \x19\x89\x48\x22\x51\x29\x64\x20\x45\x0c\x91\x42\x29\x07\x48\xc1\ \xe1\xf1\x18\x12\x9e\x80\x27\x95\x37\x36\xe2\xf1\x35\xa8\x7c\xb4\ \xbc\xbc\x06\xdf\x56\x5f\x5e\x43\x68\xec\xae\x47\x71\x58\x68\xfc\ \x7d\xbc\x71\xae\x1b\x8f\x5f\xaa\x57\x89\x44\xc3\x06\xcb\x7b\x5a\ \x8d\x02\x14\xeb\x51\x85\x52\x2f\x66\x54\xa1\x81\x76\x30\x53\x8f\ \x2b\x6a\xe5\x55\x8f\x80\x08\x1f\x55\x55\xff\x03\xba\x2a\x58\x51\ \x57\xdd\x00\xf7\x54\x54\x3c\x7a\xfc\xb8\xe2\x71\x43\x45\x15\x03\ \x1c\x57\x55\xe5\x3f\x3e\x46\x65\x0e\xfc\xba\x86\xda\x16\xf0\x50\ \xb0\x16\xfe\x54\xa3\x41\x30\x86\x9a\x51\x27\x14\xa2\x6c\x2c\x3e\ \x17\x40\x91\xc1\xe1\xf0\x6b\x39\x2d\x7c\x19\xbf\x81\x2b\x66\x88\ \xb9\x2d\x52\x35\xb7\x96\xcf\x90\x6a\x6a\xc1\x30\x75\x98\x34\x42\ \xae\x58\xad\x69\x69\x96\x85\xd3\xbd\xfd\x21\xdd\x23\xbe\xba\x19\ \x18\x51\x2e\x03\x30\x14\x2b\xdb\x3b\x8c\x4a\xa9\x5c\x23\x35\x76\ \x80\x1d\x6a\xe7\x34\xe9\xc1\x8c\x75\xc9\xd4\x9d\xfd\xf2\x0e\xa5\ \x54\x6b\x04\x1a\x6c\x97\x8a\x65\xa8\xa8\x54\xa6\x96\xf5\x3a\x7a\ \xbb\xfa\xac\x26\x2b\x48\x97\xbc\xa3\x47\xdf\xd7\x61\xea\x6a\xef\ \x90\xca\x65\x9a\x0e\xa3\x4e\xd1\xd5\xfe\xff\x93\xf4\x26\x5e\x89\ \x9e\xe9\xda\x6f\x1c\x3f\x19\x04\x16\x83\xe0\x80\x20\x2a\x2a\x0e\ \xa0\x88\x22\x28\xc2\x52\xc4\x09\x58\xa2\xb8\x91\xc2\x19\x27\x0a\ \x54\x54\x44\x14\x15\x45\x8d\x8a\x4a\xed\xc2\xe8\xa2\x50\x4b\xdb\ \x76\x88\x46\xd3\xc9\xa9\x1d\xcb\x63\xa5\xac\x2c\x53\x99\x3a\x49\ \x27\xe9\xee\xa4\xf2\xed\xf4\xd7\xb5\x77\xce\x5e\x67\x9f\xff\xe2\ \xdc\x8f\xdb\x32\xca\xf0\xbe\x60\x80\xf7\x7a\xaf\xdf\xf3\xdc\xcf\ \x75\x57\x64\x14\x15\xc2\xc3\x89\x4a\xe0\x27\xfc\x7f\xe7\x17\xe6\ \xcb\xc5\x65\xee\xad\x89\xbe\xad\xef\xff\xa4\x22\x51\x25\x0a\xf5\ \x6f\x8f\x9e\xa8\xc1\xc8\x93\x22\x62\x08\x11\x0d\x1d\x28\x9c\xec\ \x68\x7b\xa0\xaa\xa3\x21\xb5\x23\xa7\x61\x63\x6f\x6f\x03\x7e\x0d\ \x9c\x0d\x44\x45\x34\x34\xc4\x27\xc7\x34\xb2\x38\xc9\x57\xb7\x20\ \x58\xaf\x4f\x8f\x4e\x41\xab\x5e\x83\x78\xdd\xde\x5d\x9d\x9c\x5e\ \x9e\x5c\x5d\x5e\x9e\xc1\x5b\xb9\x7b\x04\xd6\x6a\x13\x84\x6a\x7b\ \xef\xe8\x64\x67\x67\x63\x1b\xd1\x22\x2a\x74\x68\xd8\x88\x27\x0c\ \x80\x07\xdb\x18\xdf\x1c\x18\xd8\xd8\x98\x4d\x8e\x6a\xe8\x00\x31\ \x83\xb3\x14\x90\xe1\xc6\xf6\xde\xe9\x51\x67\xe5\x35\x66\xe7\x6c\ \x77\x07\xce\x60\xdb\x2d\x73\x5a\xa5\x54\xbf\x38\xe9\xa8\xd1\x34\ \xb9\x57\xa6\x56\x8c\x7a\xcb\xa2\xb3\xc2\xdb\x64\x9a\x37\x68\x35\ \x0b\x0e\xa5\xb5\x59\x6f\x71\x2e\x34\x2d\x19\x04\x5a\x7d\xb3\x41\ \xa7\x33\x58\x57\x4d\x5e\xe3\x5c\x7f\xcf\xa4\xd3\xea\xac\x5d\x6a\ \x5b\xb2\x2c\xba\x95\x06\xbd\xa6\xc9\xd8\x6c\x6a\xd2\xd4\x5b\xb5\ \x3a\xbd\xa1\xc9\x68\x37\xd6\xcf\xeb\x6b\xd6\xa7\xdc\xab\x0e\x43\ \x85\xd1\xde\xb4\x3a\x65\x31\x19\x4a\x2a\x9c\x7a\x71\xd3\xea\xf4\ \x8c\x7b\x66\x65\x7a\xb5\x49\xb7\xbe\x30\x61\x35\x5a\xdd\x76\xe5\ \xda\x44\x57\x9b\x79\xc8\x31\xb3\xee\xed\x99\xea\x99\x76\xf5\xae\ \xcd\x2d\xcf\xaf\xcd\x4c\xb5\xf7\xaf\xcc\x4f\x3b\x86\x17\xd7\x67\ \x26\x87\x2c\x6b\xab\xa6\xba\x1a\xbd\x61\x1e\xcd\x52\x36\xeb\xf5\ \x15\x75\x5a\xe7\xe2\x1a\x00\x6d\xbd\xce\x58\x6b\xb0\xba\x57\x87\ \xd7\x46\x86\xa6\x86\x27\x27\xbd\x6b\x8b\x43\xdd\x5d\xe7\xed\xcb\ \x07\x8b\x73\xed\xb6\x7e\xf3\xe4\xa0\xbf\xb3\xfd\x00\xa4\xab\xc7\ \x67\x9b\xe8\xed\xf1\xf9\x3a\x6d\xa3\xfd\xae\xf6\x41\x5b\x8f\x7f\ \xb4\xb7\xdd\x37\x3a\x68\x0b\x7a\x3a\x03\x5b\xbe\xce\x50\xdb\xa0\ \xdf\x63\xf3\xdd\xd8\x6c\x6d\xfd\xe6\xf6\xe3\x97\x9d\x5d\xbd\x87\ \x5b\xfd\x17\x2f\x03\xd7\x37\x07\x9d\xa1\xeb\xfd\x8b\x03\xd7\xf9\ \xf9\xe0\x81\xf9\xc0\xdc\xef\x31\xfb\x0e\x3a\x8f\x83\xc1\xeb\xef\ \x0f\x82\xa1\xfd\xc3\xe7\xcf\x5f\x75\x77\x5e\x5c\xbb\x5c\x17\xe0\ \xdc\x6c\xc1\x50\xd7\x60\xd0\xd7\x67\xde\xf7\x7d\x0f\xc6\xec\xfa\ \xf9\xf5\x77\xdf\x7f\xfb\xd1\xef\x1f\x7f\xfc\xfe\xfb\xbf\x7c\xdd\ \x22\x53\x8f\xa9\x1a\x79\xb2\x46\x34\x84\x8d\x22\x3a\x49\x5c\x2c\ \x5d\xa8\xe6\xb0\x24\xaa\x37\x96\xe1\x97\x7f\xfd\xe3\x5f\x26\xb3\ \x01\x41\xd8\xe5\x0f\xab\xff\xf0\x5e\x1a\x39\x31\x33\x21\x4b\x39\ \x32\x25\x62\x30\xb3\xd7\x0d\xde\x26\xbb\x28\x6b\xff\xf0\xf8\xe2\ \xed\x2f\x5f\x74\x8d\x35\xfe\xf0\x4d\xa7\xb5\xc9\x31\xf7\xd9\x6f\ \xa0\x45\x2a\x95\xba\xa5\xa5\x45\x05\xb0\x27\x69\xfd\xbc\xa5\x75\ \x0c\xb0\x53\xc8\x6b\x54\x3f\x6e\x55\xab\x85\x2a\xf0\x62\x1c\x0e\ \xaf\x51\xa6\x56\xab\x1a\x15\x2a\x89\xba\x05\xdd\xf8\x98\x23\x93\ \x70\x39\xf0\xc5\x43\xdd\xe8\x51\x13\x64\x3a\x17\x44\x90\x4b\x42\ \x5d\x9a\xe9\x34\x02\x4d\x46\x0d\x23\x29\x14\x32\x94\x34\x8f\x43\ \x69\x12\x32\x19\x96\x83\xea\x5a\x25\x74\x1a\x87\x23\x03\xcd\xc1\ \x71\xe8\x34\x85\x50\xa6\x26\x00\xd4\xa2\xd6\x50\x80\x80\x42\x1c\ \x0e\x47\xa7\xd1\xb1\x04\x2e\x81\x24\xe3\x50\xc1\x9c\xa9\x79\x60\ \xde\x62\x63\xe0\xb1\xd1\x20\x19\x8e\xc4\xa1\x62\xe9\x1c\xd4\x62\ \x23\x06\x25\xc1\x10\x84\x38\x14\x5d\x03\x0e\x0e\xc7\x42\xa1\x30\ \x78\x2a\x97\x84\x89\xa6\xe1\xa3\x22\x81\x11\x31\x55\xd1\xe3\x7b\ \x3b\x9b\x7b\x47\x9b\xe3\x9b\x47\xa7\x27\x97\x7f\xfe\xdf\xa7\xe1\ \xd4\xc7\xa8\x9b\x22\x8b\x46\xc5\x86\x61\x63\x62\xb0\x20\x54\x78\ \x12\x6a\xce\x13\x89\x67\xc5\x44\x61\x90\x51\xc3\x63\xa2\x50\x1c\ \x79\x4c\x64\x74\x2c\xfc\xc0\x44\x87\x47\x44\xc6\x27\xc3\xe5\xd8\ \x82\xe4\x9c\xe8\x54\xd0\xa9\x9c\xf0\xe8\xe4\x82\x9c\xd4\xd4\xaa\ \x1c\x90\xac\xe4\xaa\x81\xa8\x9c\x1c\x50\xb2\x02\x82\x0c\x4d\x58\ \xbc\x23\x28\xe5\xa7\x24\x30\x8b\xcb\x53\xc4\xfc\x04\x50\x2c\x22\ \x05\x34\x8b\xc9\x4e\x4a\x27\xa6\x31\x19\x71\x69\x70\x4f\x31\x23\ \x8d\xc1\xac\x66\x92\xd9\xe4\x14\xf2\x7d\x80\x32\x91\xc8\x26\x66\ \x52\xca\xf3\x18\xcc\x72\xd4\xdc\x2b\x0e\xb6\x4b\x42\x85\xa1\x68\ \xd1\x21\x91\x42\x4e\x2a\xae\x66\x27\x91\x33\x33\x0b\x13\xc8\x49\ \xe9\xa8\xb4\x3d\x33\x83\x92\x00\x3c\xc8\x4f\xc9\x14\xe7\x26\xf2\ \x33\x33\xb3\x33\xd2\xc9\x99\xfc\x04\x4a\x56\xbe\x80\x41\xce\xcc\ \xae\x30\xf1\xc9\x19\x65\xf2\xdc\x6c\x51\xdb\xd3\x1f\xdb\xa5\xce\ \x15\x69\xa6\xa0\x28\xbb\x24\x17\x14\x4c\x2c\x17\x95\xe5\x8a\xc5\ \xf2\xec\x2c\x7e\x21\x7c\x81\xab\x82\xbd\x00\x0b\x05\xd9\x25\xf9\ \x82\xb2\x4a\x69\x66\x56\x65\x7e\x3e\xbf\x90\x5f\x98\x2d\x2e\xc9\ \xcf\xca\x15\x14\x96\xd6\xc9\x2b\xb4\x3a\x79\x65\x45\x4d\x45\x89\ \xbc\xb4\x02\x7c\x15\xaa\x1f\xad\x90\x8a\x8a\xea\x6a\x2a\x74\x95\ \xca\x5c\x91\x58\x5e\x92\x9d\xcd\x17\x28\x8b\x44\x19\xb9\x72\xb4\ \x30\xba\xb6\xae\xf3\xe3\xfe\x83\xbf\xbd\xf9\x27\x57\xc1\x52\x53\ \xa9\x5f\xff\xf2\xf8\x99\x4c\x18\x15\x16\x99\x1a\x1d\xbb\xbd\x39\ \x8b\x66\xef\x00\xd4\x36\xc0\x07\xed\x8c\x77\x00\xc3\x75\x54\x8d\ \x9f\x6c\x8c\x17\x74\x34\x44\xc5\x47\x46\xd0\x64\xac\xdb\xd7\x80\ \x80\x97\x27\xb7\xff\xb8\xbb\x03\x63\x75\x75\x7b\x77\x79\x77\x7a\ \x75\x77\x7a\x7a\x79\x77\x77\x79\xb4\xbd\x7b\x04\x0a\x75\xb2\xb7\ \xb1\x73\x74\xb4\x07\xb6\xf9\x04\x04\x68\x6f\xf6\xe8\x64\x17\x94\ \x69\x77\x20\x72\x63\x6f\x73\x73\xb6\xa0\xaa\xa1\x01\x85\xfc\xa5\ \x36\x74\xcc\xee\xed\xa1\x32\x2e\x78\xbe\xcd\xcd\xb3\xab\xb7\xf9\ \x3d\xb2\xb3\x53\x50\xb7\xbd\xbd\x9d\x5d\xee\xef\x6f\x3f\x3b\x1f\ \x6e\x72\x6a\xf5\xf3\xab\xcd\x0e\x8b\xd6\x30\x65\x92\x37\xe9\x51\ \x94\xb2\x7e\x69\xb5\xc6\x62\xa8\xb7\x2c\xd8\xb5\x16\x5d\xa9\xd2\ \xb0\x60\xd1\x68\x4d\xa0\x5b\xf6\xa5\xfe\xe3\xc1\x11\x53\xb3\x5b\ \xbb\xb0\x66\xd7\xb9\x57\x4c\x7a\x4d\x45\xb3\xde\xd8\xac\xd5\xd6\ \x5a\xd7\xea\xdd\xa6\x55\xbb\xb1\x4e\x63\xd2\x69\x75\xd6\x5a\x83\ \x77\xd5\x69\x91\xd6\x1a\x4d\xd6\x15\xa3\x49\xb7\x66\x90\x37\xad\ \x0f\x2f\x2f\x2c\x19\x86\x81\x0a\x87\xd7\xbc\x0b\xa0\x57\x4d\xba\ \x85\xd1\x69\x97\x79\x74\x7d\x49\x3f\x3f\x3d\x35\xd3\xdb\xd9\x37\ \xb3\x3f\x31\xdc\x3f\xdc\xdb\xd5\x3e\xef\x9d\x5e\x9e\xee\x5f\x59\ \x18\x59\x72\x2c\x5a\x9a\x0c\x0e\xb7\x63\xdd\xaa\xb1\xda\x0d\x56\ \x4b\xb3\xb2\x79\x61\x11\x9c\x9c\x49\x5f\xab\x6d\x6e\x32\xac\x4f\ \xf6\x2d\x8c\x8c\x4c\xf4\xad\x0c\x2f\x4f\x6e\x75\x9a\x43\xc7\xed\ \xc0\x85\x9d\xa8\xbd\x44\xc8\xb5\x05\x56\x6a\xd4\xdc\xd3\x16\x70\ \xb5\x8f\x8c\x6c\x85\x02\x01\xd7\xf4\xe0\x21\x38\xa3\xee\xf6\xee\ \x49\xd7\xb9\xbf\xd3\x16\x0a\xd9\xba\xbb\xcc\x5d\xae\x50\xc8\xff\ \xe2\xe0\x70\xeb\xc6\xdc\x6d\xf3\x0d\x76\x75\x77\x0e\x5e\x87\x06\ \xfd\x81\xeb\xe7\x37\x07\x87\xe7\xc7\x81\x8b\xe3\x76\xdb\x75\x67\ \xc0\xd6\xdd\x36\x18\x3a\xdf\xda\x0f\x04\x3c\xfd\xc7\xa1\x57\xe7\ \xdf\xbc\x3a\xbc\xf6\x79\x42\x81\xf3\x6f\x9f\xdb\x8e\xb7\x82\x01\ \xd0\xc3\x41\xb3\x27\xe8\x0f\x7c\xf1\xd9\xb5\xff\xf0\xe0\xe5\xc1\ \xf3\x2f\x6e\xfe\xfa\xdb\xfb\x7f\x7a\xfb\xf7\xcf\x5b\x5a\x9e\x3c\ \x55\x7d\xda\xca\xe5\xca\x38\x2c\x2c\xab\x85\x8e\x22\x0c\xb8\x8d\ \x42\x96\x82\x86\x53\xb9\x2a\x2a\xbd\xc3\xed\xed\x33\x82\x14\x66\ \x39\x23\xae\xb8\x3c\xaf\xfa\xdd\x6a\x72\x4a\x65\xae\x78\xd9\x1a\ \x97\x96\xc6\xce\xad\x4b\x21\x17\xf2\xb3\xb3\x7f\x3e\xfe\xa3\x51\ \xee\x39\xfc\xf9\x8f\x1f\x2f\xad\xbb\xf5\x93\x23\x93\x7d\x81\x37\ \x63\xbc\x47\x2d\x12\x50\xc2\x47\x5f\x7e\xa0\xe6\x36\xaa\x14\x8d\ \x4f\x55\x0a\x45\xeb\x93\x31\x05\x97\xa3\x56\xb4\x8c\xa1\xf2\x76\ \x2e\x4f\x25\xe4\x49\x80\x0b\xd5\xea\xc6\x47\x2d\x3c\xae\xea\x91\ \x9a\xc0\x93\xb1\x48\xe0\x83\xf0\x2c\xd4\xd3\x50\x22\x21\x21\x32\ \xc4\xd2\xd0\x4a\x1c\x1a\x89\x84\xc5\xd3\x51\x55\x96\x82\x0b\x7b\ \x71\x41\x92\x70\x5c\xb4\x6a\x90\x2a\x64\xf1\xb8\xa8\x8f\x6b\x0b\ \xec\xca\x45\x8f\x4a\x67\xa1\x60\x52\x15\xea\xe1\x85\x8b\xc4\xe2\ \x00\x30\xf1\xa0\x5a\x42\x1a\x5e\x46\xe3\x08\x41\x0e\x65\x74\x3c\ \x2b\x36\xf6\xbe\x85\x05\x96\x47\x13\x4a\xb0\x2c\x9a\x84\x47\xc2\ \x84\x63\x48\xa0\x50\x28\x27\x10\xf6\x68\x54\xe1\xe8\x38\x0c\x86\ \x84\xa8\x11\x1f\x85\x89\xa0\xc5\x44\xb1\x22\x62\x62\x92\xe3\x07\ \xd0\xb0\xc7\x2e\x9c\x95\x4f\xae\xae\x6e\xff\xeb\xdf\x6f\x0b\xc2\ \x38\x60\xd5\x78\xb0\x0d\x3e\x02\x1b\x19\x86\x32\xdc\xf1\x68\x41\ \x23\x9d\x8a\x07\x05\xc3\xc5\xc4\xc4\x84\xe1\x51\xf8\x78\x0c\x98\ \x2e\xd4\x99\x38\x36\x22\x3a\x36\x36\x12\xd8\x30\xb5\xe3\xbe\xd5\ \x57\x47\x01\x9a\x24\x4c\x06\x53\x55\x85\x8a\x47\x41\xbe\x3a\x3a\ \xa2\x93\xc1\x6f\x35\xcc\xc6\xaa\x15\x24\xae\xec\x9d\x8a\x7c\x41\ \x12\x23\xad\xb8\x3a\x41\x9c\x05\x5e\x2a\xad\xbc\x9a\xc9\x66\x32\ \x28\x89\x64\x66\x1e\x9b\x48\x41\xe1\xc6\x44\x62\x1c\x58\x30\x40\ \xf5\x34\x38\xad\xc0\x2f\xb8\x56\xcc\x4c\x61\xe6\x51\xe0\x3d\x82\ \x2d\xe2\x50\xb3\x1d\xb4\x5c\x87\x99\xc6\x48\xc9\xca\x22\x83\xc4\ \x01\x2e\xa2\xf6\xa8\x89\x71\x99\x29\x44\x62\x42\x52\x42\x26\x88\ \x5a\x5a\x62\x61\x26\x4a\x98\x01\x7b\x95\x59\x92\x41\x04\x15\x4b\ \x97\x56\xa6\xc3\xef\x04\x41\x9d\x34\xb7\x02\x98\x4d\x69\xc3\x92\ \xfe\xf9\xc2\xc2\x77\x38\xc4\x85\x62\x7e\x49\x7e\x7a\x61\xa5\x58\ \x2a\x45\x85\xa2\xb9\x99\x02\x51\x49\x59\x52\x02\x5f\x2a\x22\x66\ \xa6\x17\x96\x15\x49\xa5\x22\xb8\x25\x3f\x2b\x25\x5b\x20\xc8\xcd\ \xcd\x17\x14\x95\x0a\x4a\x41\xe1\x2a\x4a\x35\x15\x15\x15\x02\x65\ \x5d\x8d\x34\x5f\x5e\x24\xce\x2e\xe4\xe7\x97\xc8\x35\x59\x65\x20\ \x4b\xe9\xb9\x82\x32\x65\x45\x69\x89\x08\x8c\x95\x00\x2d\x30\x2c\ \xca\xca\xc8\x2f\x92\x6b\x2a\xed\x4b\xa5\xce\xee\x36\x73\xe7\x37\ \xbf\xd0\x54\x04\x8c\x8c\xfb\xdb\x6f\x7f\xff\xe0\xf3\x16\x6e\x58\ \x74\x55\x4c\xec\x0e\xf8\x9b\xdd\x9d\xa3\xbd\xf1\x4d\xa4\x55\xbb\ \x9b\xa0\x3d\x67\xe3\xb3\xbb\x27\x1b\x55\x91\xe3\xd1\xe0\x5c\xc3\ \x23\xa8\xdc\xab\xff\xba\xbd\xbd\x3d\x3b\xba\xba\x83\xaf\xcb\xcb\ \xcb\xd3\xab\xd3\xd7\x97\x60\xb7\x7e\xfa\xe9\xee\xf5\xdd\xe9\xc9\ \xd1\xd9\x11\xec\xb3\x0b\x5a\xb5\xbd\x07\x06\x0d\x5c\xd6\x2e\x2a\ \x59\x81\x87\x05\xad\xea\x48\x1d\xdf\xd9\xde\x6c\x48\x1e\x47\xce\ \xaa\x63\xa0\x03\xce\x25\xa8\xae\x61\x77\x77\x7b\x60\x63\x77\x73\ \xef\x56\x56\xea\xfa\x63\xf4\xc9\xe6\xf6\xd9\xde\xc6\xe6\xc9\xed\ \x06\x1e\x13\xf9\xcc\x59\xa6\x71\x2c\x78\x75\x16\xfb\xcc\xb2\xb5\ \xb6\x4e\x63\x74\x1b\xbd\x8e\x75\x47\x8d\x41\x5b\xa3\xb5\x37\x01\ \xbf\x95\x35\x39\xd0\xd2\x63\x87\xd7\x60\x32\xce\x4c\x76\x1f\xf6\ \x19\x9b\x6b\x6b\xe6\xed\x86\xa6\x26\xbb\xde\xa1\xa9\xb4\x1a\xac\ \xa6\x1a\x4b\x8d\xd5\xae\x35\x82\x3a\xe9\xb4\x15\xfa\xb5\xfa\xd5\ \x95\x5a\x93\xd7\xaa\xb7\xea\xea\xeb\xad\x8e\x99\xf9\x95\xba\x75\ \x4b\x85\xc6\x60\x59\x9b\x5f\xd2\xcf\x0c\xd7\x3b\x2c\x7a\x77\x73\ \x93\x6e\xc6\xa0\xef\x39\xe8\xee\x1d\xea\x5b\xf5\xea\x56\x26\xda\ \xa6\xfa\xdb\x86\xd6\x6c\x33\xf3\xbd\x93\x8b\xdd\x9d\xde\xc5\x85\ \x99\xde\xb9\xb9\xb9\xbe\x75\xc7\xbc\x55\xbb\xb4\xe4\x70\x7b\x8d\ \x4d\x76\xab\x56\x6f\x32\x18\xca\xec\xcb\x7d\x2b\x76\x6f\x53\x5d\ \x6d\x53\x93\x7e\x7e\x6e\x72\x69\xae\x67\xd9\xbd\x38\xec\x5e\x18\ \xb5\x75\xf7\xb4\x75\xf7\xf7\x8c\xb4\xf5\xb8\xba\xfa\xfd\x9d\xfe\ \xc3\x21\x5b\xa7\x6f\x30\x74\x78\xde\x3e\x63\xee\xb4\x99\xdb\xfa\ \x47\x07\x7d\xbe\x60\x57\x6f\xd0\xdf\x33\x64\x1e\x0c\x78\xb6\x40\ \xa9\x3a\x7d\x3e\x9b\x2d\xf8\xdc\x17\x72\xb5\x07\xda\x7d\xdd\xa3\ \xfd\xfd\x6d\xb6\xc0\xf1\xf1\x45\x20\xf0\xe2\xe6\xe0\xfa\xe6\xc6\ \x1c\x7c\x1e\xec\xf1\x0f\x0e\xba\x42\xdd\xa1\xc1\x97\x2f\x60\xc3\ \x83\xad\xad\xd0\xf3\x50\x60\xf4\x18\x7e\x0c\xd9\xb6\x8e\x0f\x5d\ \x9e\xfd\xc0\xb5\xad\xff\x70\xcb\xe5\x19\x0d\xd8\x42\x37\xd7\xfb\ \xc7\xfe\xaf\x2e\x9e\xbf\x78\xf3\xdd\xfb\x1f\xff\xfd\xc7\x0f\x3f\ \x05\xa5\x50\xa9\x25\x2d\x2d\x2c\x2a\x38\x9a\x28\x3c\x1d\xf5\xa6\ \xa1\xf3\xc6\x58\xe0\xaf\x08\xff\x44\xeb\x31\xea\x9a\x94\x14\x36\ \xb3\xf8\x61\x35\xe5\x01\x1c\x20\x69\xd5\x94\x4c\x51\x52\x12\x3f\ \xef\xe1\xbb\xff\xc6\x4e\xcf\xa7\x88\xa5\x99\x09\xd3\x5f\xf8\xec\ \xc3\x13\xd3\x13\x2f\xbf\xfb\xfc\xe3\xeb\x1b\xcf\xc1\xcb\xeb\xeb\ \x37\xbf\x7e\xf5\xf1\x0f\x12\x96\x04\xd5\x9f\xf3\x14\x2d\x9f\x8c\ \xb5\x7e\xf0\x44\xdd\xd8\xa2\x78\xda\x32\x26\x64\xa9\xd5\x8f\x3f\ \x6d\x95\xf1\x64\x12\x99\xaa\x55\xa1\x00\x2f\xd6\x3a\xd6\xa2\xe6\ \xd1\xa8\xe0\xaf\x14\x8f\x25\x42\x9e\x10\x75\xf3\xe2\xb4\x48\x50\ \x6c\x0d\x8f\x4a\x62\x85\x11\x68\x20\x53\x54\xa4\x5c\x5c\xba\x4a\ \xc1\xe3\xb2\x84\x34\xa1\x1a\x80\x91\x45\x95\xa8\xc0\x42\xd1\xe8\ \x2c\xae\x90\x43\x53\xb4\xa0\x12\x07\x0e\x1a\x94\x92\x70\x68\x3c\ \x80\x5a\x3c\xca\x7d\x0f\xc3\x13\x24\x12\x02\x8d\x84\xb6\xa1\xb2\ \xc0\xc2\xdd\xf7\x8d\xa6\x61\xa2\xc0\x15\x81\x27\x03\xe6\x8c\xc0\ \xd2\x59\x0a\x09\x15\x1b\x15\x89\xda\x71\x11\x50\xe0\x56\x18\x96\ \xa3\x66\x51\xe9\x11\x31\x2c\x16\x06\xcf\x52\x91\x22\x78\xbc\xa8\ \x70\x3a\x3e\x26\x3a\x36\xaa\x6a\x73\x6f\x73\xfb\x68\x6f\x67\x07\ \x08\xe3\xf2\xbf\xfe\xfd\x2a\x95\xae\x96\x49\xe0\xef\xc4\xc7\x10\ \xa8\xf8\xf0\x30\x54\x14\x11\x16\x46\x42\x9d\x77\x70\x68\xa9\x4e\ \x38\x8e\x1e\x81\x12\x7c\x63\x63\x30\x61\x31\xe1\x51\x61\xb1\xa8\ \x7b\x34\xf8\xac\xb0\xe8\xd8\x9c\xe4\xd8\x70\x4c\x32\x0a\x9a\x8b\ \x8f\x4f\x4e\xee\x88\x4f\xce\x89\x4f\x4d\xcd\xa9\x1a\x18\x18\x88\ \x8f\x4f\x8d\x4e\xdd\x6e\x48\xa5\x29\x58\x54\xe1\x3b\x95\x25\xf2\ \x4c\x4a\x75\x71\x35\x53\x2a\x20\x02\xfa\xe5\xe5\x81\xa7\x62\x83\ \x61\xa2\xb0\xf3\x98\x69\x70\x0b\x05\xf5\xf7\x8a\x8b\xcb\x63\xc7\ \x15\xa3\x91\xab\x62\xa0\x40\x26\x85\x49\x61\xa7\x25\xb2\xd9\x14\ \x00\xc0\xcc\x2c\x32\x31\x2d\x21\x11\x05\x69\x25\x90\x53\x00\x2a\ \x19\x71\x44\x22\x23\x21\x93\x98\x90\x91\x8d\x4a\x48\xb3\x13\xef\ \xa7\x1b\x13\xd3\x99\x09\xd9\x85\xe9\xa0\x6f\xe9\x60\xb1\x32\x33\ \x0a\xb3\x53\x72\xf3\x29\x71\x99\xfc\x0c\xbe\xb6\x4e\xab\x14\x48\ \xc5\x35\xfb\x05\x0d\xf4\x1f\x8f\x51\x1c\x49\x85\x3c\xb1\x50\x5c\ \x98\x5d\x54\x5a\x21\x4f\x11\xc8\xb3\x32\x04\x62\x65\x89\x28\x9d\ \x2f\x95\x67\xc5\x81\xd7\x12\x17\x89\x34\x62\x7e\x45\x49\x99\x20\ \x0b\xcd\x13\xe6\x66\xe4\xcb\x05\x62\x69\xa9\x48\xaa\x15\x4b\x2b\ \x2a\x94\xca\x52\x31\x38\x27\x6d\x1d\xea\xed\x55\x22\x92\x8b\xc5\ \x9a\x22\x51\xa1\x28\x5f\x24\x28\x14\x97\x4a\x05\xf9\x95\x22\x69\ \xae\x40\x54\x54\x5a\x92\xcf\x17\x54\x16\x55\x0e\xaf\xc8\x6b\xd7\ \xfb\xfc\x3f\x7f\xf7\xe1\xdf\xbf\xc4\xc4\xe2\x85\xbf\xbd\xff\xcf\ \x47\x9f\x36\x8e\x45\x27\x8f\x57\xa1\x52\x04\x24\x2e\x3b\x60\xac\ \x66\xf7\xce\x4e\x2f\x2f\x8f\x4e\x90\x51\xda\xdd\x44\x09\x40\xc9\ \x51\x31\x54\x16\x49\x38\xf0\x1f\xaf\x7f\x02\x4f\x75\x0b\x6f\x17\ \x5c\xb8\x3a\xbd\x3d\x45\x23\x59\x27\xaf\xff\x71\x77\x79\x0a\x60\ \x88\x06\xe4\xcf\x60\xd7\x93\x3d\x54\x49\xba\x89\x16\x49\x83\x5a\ \xa1\x89\xe0\xed\xcd\xcd\x3d\x94\xf5\xb7\x39\x5b\xb5\x31\x00\xbe\ \x6d\x63\xa0\x61\x76\xb3\x63\x1c\x71\xe1\x2e\x3c\xc5\xec\xf6\xc6\ \xeb\x48\xdd\x54\x6b\x3c\x28\x18\x7c\x1c\xe0\x3c\xb6\x17\x2f\x89\ \x4e\x7d\xa1\xb4\xac\x39\xbd\x2b\xab\xee\x45\x4b\x5d\x93\xc9\xd2\ \x6c\x77\x7a\x57\xbd\xf5\xc6\x15\x8d\xdb\x52\x33\xef\xd4\x29\x9b\ \xb5\x26\xb7\x45\xe7\x5c\xd2\xd5\x3b\x27\x46\xdb\xfb\x26\xd6\x6a\ \xf5\xfa\xb5\x35\xad\xd3\xed\xd5\x18\x6b\x6b\x4c\x46\x24\x4b\x00\ \x84\xca\xd5\x25\xbb\xde\xd2\x5c\xd3\xe4\xd6\x18\xd6\xe7\x8d\x26\ \x87\xc3\xa0\x75\x18\x40\xf2\xd6\x40\xd8\x94\xb5\xf6\x29\x8b\xd6\ \xed\x74\xac\x8d\xe8\xbd\x46\xc7\x8a\xdd\x38\xb7\x52\x5f\x37\xd1\ \xbd\x35\xda\x3d\x63\x5f\xb2\x2f\x76\x75\xb6\x75\x8e\xf6\x80\x71\ \x5a\xea\x5b\x9b\xb0\xf5\xae\x2c\xce\x39\x57\x17\xba\xfb\x26\x16\ \xac\x43\x46\x8d\x75\xc1\xbb\xea\x30\x1a\x66\x74\xf5\x26\xab\xb3\ \x59\xb3\xbe\xd4\xee\xd6\x95\xd6\x68\xec\x06\xbd\x63\x6e\x79\x66\ \xa4\x67\x68\x7e\x7e\xae\xcf\xbe\x36\x33\x32\x04\x6e\x6a\xca\xd7\ \x37\x3d\xd8\x3e\x38\x34\xe8\x32\xdb\xda\xfc\xa3\xdd\xb6\x40\x6f\ \x7f\xfb\xc8\x60\x5b\xbf\xa7\xdd\x65\xee\x37\x77\x76\x1f\x9a\xf7\ \x7b\xdb\xfb\x3b\xfd\xc1\xfd\x60\xd0\xef\xdb\x32\x8f\x7a\xcc\xfb\ \x17\x5d\x87\xfb\x6d\x9d\xb6\x2e\xdb\x81\xcd\x7c\x70\xbd\x7f\x60\ \x1b\x0d\x79\xbe\xfd\x2c\x70\x73\x70\x13\x0a\x86\x82\xbe\xad\x8b\ \xae\xee\x2d\x9b\x07\x84\x6c\xff\x38\x10\x7c\x79\xec\x3f\xbc\x38\ \x0e\xf9\x82\x2e\x73\xb7\xef\xe2\xc6\x75\xf1\xe2\xa2\xd3\xbc\xe5\ \xf1\xd8\x02\x3e\x9f\xcb\x76\x11\x3a\xf8\xec\xab\xc3\xe7\xaf\xbe\ \xfd\xe6\xcd\xdb\x0f\x9f\x7d\x0e\x5f\x9f\x48\x1a\x5b\x80\x92\x84\ \x74\x12\x9a\x5e\xa3\x13\x08\x58\x54\xce\xd9\x48\xe3\xb1\x84\xac\ \xef\xd0\xa9\x2e\x9d\xcc\xce\xcb\x2b\x4e\x7b\xf8\xa0\x9c\x4d\x24\ \x53\x80\x30\x0a\xb3\x88\x94\xc4\x94\xbc\x7f\x2b\x07\x00\x29\x66\ \xe4\xa5\x38\xff\x26\x96\x66\x74\x96\x0d\xf5\xb5\xbf\xf9\xe8\xeb\ \x63\xab\x73\xad\xe7\xf0\xc5\xcf\x1f\xff\xf6\xe4\xfd\xa7\x1c\xd6\ \xef\x13\xce\xae\xcf\x3e\xa5\xb5\x28\x5a\x3e\x1f\x53\xc9\x9e\xaa\ \x25\xea\xd6\x47\x8d\xaa\x0f\x1e\x35\xb6\xb6\xb2\xb8\x8a\xc6\x96\ \xc6\x46\x9e\x5a\xd6\x0a\x77\xc9\x84\x3c\xb5\x42\xcd\xe3\x35\x0a\ \xe1\x99\xb9\x32\x16\x82\x2c\xaa\x9a\xcb\x21\x11\xd0\x00\x92\x90\ \x8e\x03\x87\x85\x47\xcd\x0a\x69\x42\x96\x90\x0b\xd6\x48\x88\x8d\ \xa0\x93\x78\x00\xae\x11\x12\x16\x16\xb4\x96\xc3\x93\x28\x48\x60\ \xc4\xc0\x65\x81\x67\x22\xf1\xd4\x11\xa8\x7f\x29\x88\x9a\x90\x4a\ \x10\x72\xf1\x68\xf1\x33\x4d\xc2\x11\x22\x6b\xa6\x00\x12\xa4\xc6\ \x60\x50\xef\x09\xd4\x02\x5d\x42\x42\x6b\xa0\x85\xac\xb0\xb0\x88\ \xb0\x48\xd4\x78\x07\xb4\x86\x44\xc7\xd1\x70\xa8\xeb\x05\x95\x17\ \x09\xfb\x62\x30\x54\x42\x7c\x38\x87\x06\xc8\x18\x3b\xbe\x8d\x86\ \xaf\xce\x76\xe0\xe8\x38\x7d\xfd\xe7\xff\x3e\xed\xa0\xa9\x85\xa8\ \x28\x0c\xfe\x64\x4c\x04\x88\x6a\x3c\x89\x8e\xc5\xdc\x87\xcc\xa0\ \x96\xd1\xa8\x20\x22\x0a\x1b\x8d\x9a\x7d\x45\xc6\x46\x46\x85\xc7\ \x46\xc7\x44\x45\xc7\x46\x47\x26\xc7\x83\xf5\x8a\x8e\x8a\x8c\xcc\ \x89\x44\x01\xc9\x51\xb1\x05\x03\xc9\x05\xf7\xc1\xa3\xa9\x55\x55\ \xa9\xb1\x39\x0d\xb1\xf1\xe3\x0d\x05\x51\x12\x09\x4d\xf1\x0e\xd0\ \x53\x0a\x39\xad\xfa\x3d\xa2\x88\x9f\x92\x14\xc7\x7c\x58\x0c\x27\ \x90\x44\x0a\x31\x31\x11\xfc\x13\x83\x41\x21\x53\x28\x68\x1a\x84\ \xc2\x2c\x4e\x8c\x63\x30\x8a\x19\x44\x26\x11\x0c\x18\x93\xcd\xc8\ \x4b\x2b\xa6\x24\x25\xc2\xb6\x40\x91\x71\xc4\xe2\xb8\x84\xac\x14\ \x4a\x0a\x91\xfd\x6e\x39\xc8\x53\x42\x52\x76\x7a\x42\x52\x6e\x7e\ \x46\x4a\x22\x5a\x8b\x98\x16\x97\x92\x09\x50\x48\x49\x49\x4f\x4f\ \x4c\x17\x24\x91\x29\x49\x29\xe9\xfc\xa4\x94\xfc\xfc\xb8\xa4\xec\ \xa2\xfc\xb2\x7a\xad\x52\x5e\x06\x80\xd7\x6c\xfe\x7b\x74\xc1\xa3\ \x8b\x09\x8b\x36\x9f\x9f\xc2\x2f\xcb\xcc\x17\x49\x8b\x44\x49\x02\ \x41\x51\xba\x40\x24\xc8\xaf\xc8\x10\x55\x16\x82\xc9\x2a\xcd\x15\ \x08\x44\x65\xd2\xfc\x92\xa2\x42\x65\x19\xbf\xa4\x30\x3b\x23\x3f\ \xbb\x54\x24\xce\xaf\xac\xd4\x68\x4b\xf3\x73\xa5\xf9\xb5\x1a\xbe\ \xb4\xa9\xb9\x4e\x59\x2a\xd2\x48\x2b\x72\xf3\xf3\xa5\x62\x41\x61\ \x09\x0a\x73\x00\x85\x92\x8a\x33\xca\xc4\xd9\x70\x5b\x96\x40\x24\ \xae\xa9\x10\x54\x54\x56\x2a\x6b\x56\xac\xd3\xa1\xaf\x3e\xfa\xf5\ \x77\x2e\x2e\x9c\xf7\xe3\x07\x4f\x7e\xfe\x74\xec\x47\x6e\x54\x64\ \xf2\xe6\x78\xd5\xde\xed\xe5\xce\xee\xe9\x29\xc8\xcb\x0e\x40\xde\ \xc9\xe9\x19\xfa\x77\x72\xb2\xd7\x71\xba\x51\x30\x10\x9b\x4a\x1d\ \xe3\x09\xab\xae\x5e\xbf\xbe\xbd\xfb\xe9\xf5\xdd\xed\x3f\x6e\x01\ \x08\x6f\x81\x0e\xc1\x6d\xdd\x5e\x5e\x82\xeb\xba\x42\xc3\x5a\x77\ \x97\x27\x68\x9c\xeb\xf4\xe4\x6c\x07\xd0\x6e\xef\x08\xe4\x68\x13\ \x14\x08\x7c\xf4\x36\x22\xc2\xbd\xdd\x5d\xb4\xc2\xb0\x21\x79\x60\ \xb3\x6a\xf6\x04\x0c\xd7\x2c\x08\x24\xdc\xbb\xb9\xb3\x39\x7b\xfa\ \xe9\xca\xb3\x56\xea\xe5\xde\x06\x08\xdc\xd1\xf8\xec\xd1\x59\x34\ \x36\x99\xf0\xcc\xaa\x75\xce\x59\x75\xcb\xf3\xcd\x3a\x1d\x58\x29\ \xa3\x7d\x71\xa5\xc2\xb0\xd4\x64\x74\xd4\x5a\xbd\x8e\x22\xad\xc6\ \x01\x9a\x62\xb7\xeb\x6b\x0d\x0b\xbd\xa3\xab\x8b\xee\x35\x7b\xf3\ \xc2\x9a\x65\xdd\xbe\x56\xaf\xd5\x68\xb4\xce\x3a\xab\xa6\xce\x60\ \xa9\xad\xb3\x7a\xd7\xad\x4b\x06\x79\xbd\xa9\xb4\xde\x62\x9d\x47\ \x5d\x56\xbd\x86\x79\x9d\xd5\x54\xab\x69\xf2\xea\x4c\xab\x8b\x16\ \xaf\xd3\xde\x3c\xb7\xa0\x73\xac\xcc\xb8\x2d\xa0\x59\x0e\xfb\x64\ \x9b\x6d\x70\x62\x78\x75\xc1\xb9\x3c\x37\xe1\x9b\x1b\x9e\x9c\xef\ \xb1\x2f\xf5\xce\x2c\xf5\x4c\x4e\x8d\x4c\xad\x01\x1d\xf6\xcf\x2c\ \x58\x56\x34\x8e\x35\xaf\xc1\xe8\xb6\x6a\xdc\x76\xb7\x52\xaf\xb3\ \xea\x2d\x6b\xab\x7a\x71\x69\x73\xbd\xc6\xb8\xb4\xb4\xb0\xb8\xd8\ \x3d\xb1\x3e\xd4\x3b\x39\x37\xbf\x30\xd1\xd7\xb5\xef\x99\x1e\x9e\ \x19\xee\x69\x37\x07\x8e\xfb\x7d\x5b\x6d\xfd\xa1\x51\xdf\xa0\xc7\ \xdc\xdf\x33\xd4\xef\x77\xf9\xfd\xae\x36\x97\xc7\x35\xea\x0b\x86\ \xba\x47\x47\x6d\x5d\x9d\x2e\x5f\x77\x77\x70\xcb\xbc\xef\xb7\xdd\ \x1c\xf6\x07\x7c\xb6\x69\xbf\xdf\xbf\xff\xbc\xf3\xfc\xc0\x75\xf8\ \xfc\xe5\xc5\xcb\x6f\x2e\xce\xcf\x0f\x82\xc1\x40\x57\xe8\x3c\x70\ \x3e\xda\x3f\xda\x6f\x3e\x3c\x0f\xee\x7f\xb1\x7f\x7e\x1c\xf4\x05\ \x40\xae\xf6\x3b\xcd\xcf\x5f\x04\x0e\x6e\x02\x87\x9e\xe0\xa8\xef\ \x70\xff\xc5\x41\x60\xf0\x20\xb0\xf5\xf2\xf8\xf9\xf5\xc1\x5f\x5e\ \xbd\x79\xf3\xe6\xe7\xb7\xef\xff\xf8\xe9\xd8\x7d\x8d\x94\x42\x48\ \xe2\x4a\x68\x1c\x19\x97\xce\xa1\xd3\x31\x20\x0d\x1c\x59\x0b\x07\ \xd8\xa9\xb5\x27\xbd\x50\x90\x91\x98\x42\xce\x03\xb4\x40\xe3\x25\ \x70\xb8\xe4\x11\xc9\xe4\xec\xa4\x84\xdc\x74\xc6\xbb\xe8\xfc\x5e\ \xcd\x8c\x13\x4c\x6a\xde\x63\x18\x7b\xd9\x94\xc1\xfd\x17\x3f\x7f\ \xf9\xb7\xa9\xb9\x76\x8f\xd9\xff\xed\x17\x9d\x76\xcd\x8a\x77\x7f\ \xec\x6b\x73\xe6\x7b\x06\x35\xeb\xd1\x63\x15\x4f\x21\x93\xb5\xaa\ \x5b\xc1\x4d\xa9\x1a\x55\x2d\x63\x9f\xb4\x48\x1a\x1b\x1b\xb9\x32\ \x89\x4a\xf5\x44\xad\x92\x49\x38\x2a\x99\x4a\xc5\x95\xa9\x64\x74\ \x19\x95\x27\xa1\x13\x84\x54\x3c\x87\x47\x10\xaa\x58\xa8\x2f\x3d\ \xea\x8f\x43\x07\x21\xa0\x29\xb8\x74\x99\x84\x4a\xe3\x11\xd0\xf2\ \x66\xd0\x88\xfb\x48\x52\x16\x41\x88\xf2\xb9\x58\x2a\x1e\x8e\x27\ \x43\x09\xca\x32\x09\x0d\xcf\x85\xdd\x25\x42\x21\x95\xa4\xe0\x11\ \xf0\x58\x02\x8b\x47\x20\x70\x01\x23\x55\x12\x0e\x57\x21\x03\xe4\ \x8b\x8e\x21\x51\x49\x04\x09\x8e\xc3\xe1\xe2\x40\xa9\x59\x5c\x30\ \x56\xc0\x6c\xe1\x58\xfa\xfd\x88\x3b\x9d\x4a\x8a\x20\xd1\xc3\xc2\ \x38\xc2\x98\x08\x0e\x15\x8b\xe1\x12\x62\x22\xe9\x61\x18\x6c\x74\ \x6a\xc3\x2e\x1a\x6d\x3f\x3a\x3a\x3b\x3d\x45\x82\x75\xd6\x41\x68\ \x95\x34\xa2\x7e\x42\xc0\x97\x78\x14\x78\x09\x5b\x47\xa0\x7e\x3c\ \x74\x2c\x36\x86\x86\x8d\x8c\x8a\x8d\x8c\x44\x7d\xd6\xa3\x62\xa2\ \x62\xab\x72\x00\x06\x51\xc3\xd4\xd4\xf0\xf0\x48\x94\x2f\x03\x38\ \x18\x8e\x6a\x49\xe3\x53\xc7\x81\x5f\xe0\x7a\x43\x41\x41\x55\x43\ \x78\x41\x6a\x41\x7c\x72\x43\x43\x7c\x3c\xbc\x0c\xb2\x77\x2a\xcb\ \x2a\x13\x33\x90\xb1\xca\xca\x4e\x61\x53\x1e\xb0\xf3\x1e\x96\x3f\ \x44\xbd\x09\x51\x93\x1c\x76\x35\x03\x35\x6b\xce\x4b\x63\x24\x50\ \xf2\x88\x6c\x00\xc7\x6a\x26\x13\xee\x4c\x7b\x40\x61\x30\xd2\x50\ \x9c\x43\x5a\x31\x11\x35\x4f\x65\xa6\xa1\xb2\x77\x66\x42\x22\xa3\ \x9c\xcd\x4c\x60\xc7\x31\x89\x29\x49\x94\xf4\xcc\x94\x14\x72\x12\ \x39\x2b\x89\x48\x81\x0b\x8c\xb8\xf4\xc2\x8c\xec\xac\xfb\x2e\x13\ \x99\x64\x72\x56\x3a\x98\xac\x44\x34\x4a\x5e\x24\x92\x4a\x2b\x2b\ \x72\xa5\x25\xa5\xcd\x83\xb8\xdd\xd4\xc7\x07\xf3\x06\x43\x21\x31\ \x29\x3d\xab\x54\x50\x29\x2f\xe1\x2b\xe5\x85\x85\xf9\x59\xb9\x99\ \x45\xe9\x99\x82\x6c\xb2\xa0\x48\x94\x2b\x28\x12\x54\x94\xa0\x3e\ \x5d\x65\xa0\x45\x72\x41\x56\x05\xe0\xa1\x3c\x5f\x69\xaa\x11\x57\ \xe6\x8b\xf9\xd2\xb2\xb2\x12\xb9\x58\x59\x29\x46\x6b\x79\x6a\x8a\ \x72\x73\x4b\xa4\xa2\xfc\x1a\x79\x76\x65\x69\x6e\xba\x58\x5c\xc4\ \x2f\x13\x14\x4a\x45\x29\x89\x19\x7c\xb9\x46\x20\x35\xd6\x97\x95\ \xd5\xeb\x9a\x95\x5d\x6f\x5e\x7d\xfb\xbe\xa4\x45\xf1\xe4\x4b\x35\ \xeb\x87\xa7\x4f\x15\x1c\x09\xca\xf3\x4b\xdd\x3b\x3d\x3d\x02\xbb\ \x73\x82\xa4\xea\x04\xce\x21\x27\xf0\xae\x80\x97\xda\x99\x3d\xe9\ \x28\x68\x88\x24\x10\x5a\x30\x92\xd4\x53\x38\xb3\x5c\xdd\x9e\x5e\ \x5e\xfd\x74\x77\x74\x7a\x77\x05\x6e\x0a\x7c\x15\xd8\xac\xb3\x1d\ \x24\x58\xf7\x98\x78\x8a\x48\x11\xbe\xee\xe1\x10\x45\x71\x9c\xc2\ \x9b\xbc\x7b\x76\x5f\x0b\x8f\x96\xee\xcc\xce\xe6\xc4\x74\x24\xa3\ \x6a\xd2\x8d\x3d\xf0\x6e\xe3\x03\xa0\x56\x1b\xb3\x9b\xb0\x6d\x1f\ \x7f\xf1\x53\x56\x07\xfa\x4c\xec\xa0\x75\x89\x67\xbb\xd1\xaa\xd8\ \xd8\x4e\xb9\xd7\xe8\x9e\x77\x34\x5b\xf5\x5a\xf7\x8c\x63\x75\xc6\ \x52\xa1\x5b\xb5\x18\x1c\x26\xed\x8c\xb3\xcc\xe4\x75\x7a\x87\x57\ \x56\x0c\x4e\x65\xf3\xca\xca\xe2\x8c\xbb\xd9\x80\x28\x6d\x61\x78\ \x69\xca\xa0\x6b\x2a\x43\x33\x88\x1a\xab\xce\x58\xa7\x74\x5a\xf5\ \x46\xbd\xa6\xd6\x69\x2a\xab\xd1\xce\xaf\xd5\xd7\x36\xbb\x2d\x26\ \x2f\x70\xa1\x46\xab\x5d\x5d\xd2\x19\x0c\xde\xc5\x55\xe3\xf2\xcc\ \x92\x7e\xc9\x68\x74\x02\x3e\x5a\x74\xd6\xa9\xe9\x41\xdf\xd0\xdc\ \xea\x9a\x61\x6d\x70\xaa\x7d\xba\x7b\x6d\x6d\x72\xc9\x3d\x35\xbc\ \xe4\xec\x5b\x98\xef\x71\x2c\xf5\x4d\xcf\x0f\x0d\x5b\x56\x56\x8c\ \x76\x6d\x7d\xd3\x92\x46\xef\x36\x39\x9b\x4c\x5a\x8d\xd2\xbe\x62\ \xb1\x28\xa5\x46\x77\xb3\x69\xc5\x8d\x7c\x61\xff\x74\xf7\xc2\xc4\ \x9c\x7b\x7a\xd4\xec\xb2\xd9\x96\xa7\xba\xba\x7b\xfd\xa3\xfb\xc7\ \xfb\xed\x21\xf3\xe0\xa8\xdf\x67\xdb\xea\x9a\xee\xef\xf1\x78\xfa\ \xda\x3b\xcd\x20\x5e\x7d\xbd\x83\x5b\xdd\xfd\x5b\x5d\xfb\x7e\xbf\ \xb9\x73\x64\x18\xf6\x08\x05\xfc\x07\x2e\xd7\xab\xfd\xe0\xe0\x68\ \x67\xc8\x73\xe1\xf7\x9d\x1f\x9c\x1f\x1e\x5f\x9f\xbf\x0a\x6e\xbd\ \xf4\x03\x0c\xfa\x8e\x0f\x42\x41\xb3\x07\xa4\xcd\x7c\x73\x1d\xb8\ \xf9\xf5\x95\xef\xa0\xcb\x13\x08\x84\x0e\x5d\x83\x87\xe7\x21\xdf\ \xf1\x61\xc8\x7f\x30\xea\x77\x8d\x6e\x99\x5d\xfb\x37\xa3\xcf\xaf\ \x0f\x5f\x7d\xf5\xc5\x57\xdf\xfe\xed\xd7\x5f\xff\xfe\xcb\x6f\xbf\ \x7d\xa2\x12\xf2\x3e\x18\x13\x22\xe2\x62\xd1\x15\x04\x92\x82\x10\ \xc3\x42\x93\xff\x5c\x1a\x47\x48\xe5\xf2\x7e\x9c\xcf\xcc\x24\xa3\ \x40\x12\x36\x22\x0c\x66\x1e\x1b\x8e\x8f\x62\x46\x4a\x22\x9c\xa5\ \x13\x12\x8b\xdf\x7b\xef\xc1\x43\x36\x9c\xda\xc5\x4b\x89\xe5\xec\ \x8c\x24\x32\xdf\xfb\xc5\xd6\x07\xbf\xfc\x69\xf2\x62\x6a\x69\x6a\ \xd2\xc8\xa7\xf0\x8d\x95\xcc\x07\x83\x54\xfc\x47\x09\x96\x96\x48\ \xf5\xd3\xb1\xd6\xb1\x46\x75\x6b\xa3\x5a\x2d\x43\x03\xee\x4f\x9f\ \xb4\x50\xb9\x6a\x90\x30\x5e\x8b\x4c\xa6\x1a\x6b\x6d\x04\x54\x13\ \x36\xa2\xa7\x96\x48\x14\x3c\x14\xaf\xa5\x02\x96\x14\x22\xc3\xc4\ \xa2\x0b\xc7\x1a\xc1\x54\xd1\x69\x74\xb4\x6c\x99\xc3\x43\x91\x10\ \x04\x12\xaa\xc3\x07\xb4\x93\x70\x25\x1c\x12\x9d\x2b\x69\x51\xa3\ \xac\x06\x3a\x4b\x48\x20\xa1\x4e\x89\x34\x2c\xf2\x8b\x3c\xba\x84\ \xc7\x13\xa2\x0a\x7a\x1a\xea\x0d\x86\xc4\x0b\x7c\x98\x9a\x4a\xa2\ \x45\xe0\x62\x30\x2c\x70\x51\x42\x30\x65\x38\x24\x70\xe0\xcb\x08\ \xb8\x98\x88\x68\x4c\x18\x49\x46\x8f\x22\xc0\x37\x28\x24\x2a\xf5\ \xa4\x12\xd0\x6a\x10\x02\x98\x3c\x2c\x97\x1e\x11\x11\x1d\x5b\x85\ \x0e\x10\x38\xa1\x1f\x9d\x5c\x5e\xde\xfd\xf9\xdf\x4f\x3a\xb0\x63\ \x8f\x5a\x40\xf5\xa8\x0a\x3c\x06\x54\x2e\x8c\x04\xea\xc8\xe1\xb2\ \xc2\xe8\x04\x52\x04\x9d\x1e\x86\x85\x87\x89\xc2\x60\x70\x78\x94\ \xd6\x90\x13\x1d\x8d\xc1\x83\xbd\x8a\x8e\x8a\x0e\x8f\x8f\x05\xdd\ \x42\x5d\x3e\x51\x4a\x72\x47\xc1\x40\x43\x6a\x7c\x2a\xea\xf7\x59\ \x50\x90\x13\x9b\x9a\x53\x50\x85\x06\xe4\x93\xc3\x15\x63\x92\x77\ \x2a\x2a\xca\xf2\x53\xf2\xaa\x19\xd5\x29\x62\x4a\xf5\x03\xf0\x4d\ \x79\xc5\xd5\x6c\x06\x85\x98\x47\x21\xa2\x0a\xd1\xb4\x34\x06\xb1\ \xbc\x9a\x59\x9c\x76\xbf\x2a\xa7\xf8\x5d\xb8\x19\x44\x8c\x09\xd8\ \xc7\x64\xb0\xd3\xd8\x79\x69\x49\x80\x7c\x71\xa8\x1c\x05\x04\x8d\ \x99\xc2\x84\x7d\x13\xd3\x28\x71\x4c\xa4\x54\x19\x19\xe9\x29\xa8\ \x63\x74\x42\x0a\xca\xd0\x4a\xcc\xcc\xca\x4f\x22\x27\x64\xe4\x66\ \x65\x24\xa6\xa7\x64\xa5\xa0\x8c\x98\xe6\xfa\x3a\x69\xa1\xa0\x54\ \x5c\x5f\x52\x54\x63\x9f\x3a\x57\x8d\x9f\x9c\x74\xa8\x5d\x7a\x6b\ \x65\x7e\x42\x26\x3f\x37\xb7\x8c\xcf\x2f\x12\xd4\x2b\x4b\xd2\x33\ \x32\x73\x05\xb9\x59\x59\xc4\x84\x5c\x41\xa9\xa0\xa4\x44\x5c\x2a\ \x02\x25\x12\x65\x17\x4a\xb3\xf9\x45\xa5\x28\xd4\x8a\x2f\x10\x94\ \x48\x01\xf9\x9a\x4b\xc0\xac\x01\x4a\x8a\xc4\x15\x65\x45\x52\xa5\ \x94\x2f\xc8\x2f\x01\x48\x54\xe6\xf3\xf9\x82\x5c\xa9\xb8\x50\x24\ \x2a\x12\x94\x14\x96\x66\x27\x64\x17\xc9\x8b\xca\xea\x34\xf2\x32\ \x71\xa9\xbc\xf7\x8d\xeb\xfb\x5f\xbe\xfb\xe8\xe9\xef\x38\x2e\x47\ \xf8\xe8\xd3\x9f\x9f\xb2\x1e\x7d\x89\x6f\x00\x3e\x03\x81\x3a\x39\ \xd9\x3c\xba\x3c\x39\xbb\x7d\x7d\x7b\x7b\x7b\x85\x96\x0c\x82\xfa\ \x6c\xef\xee\x0c\x44\xc7\x63\xb9\xd8\x4f\x62\x48\xb1\x1b\xe0\x96\ \xce\x4e\xe1\xfd\xfa\xe9\xf5\xe9\xd5\x4f\xb7\x47\x57\x97\xc8\x4f\ \xdd\xdd\x9e\x1c\x01\x28\x5e\xde\x01\x2a\x5e\xde\x03\xe3\xe9\x09\ \x3c\xcc\xe5\xd9\xfd\xca\x42\x54\x66\xba\xb7\x89\xfe\xdb\xde\x3d\ \x42\xa3\x59\x91\xf1\x55\x1d\x0d\x39\xf7\x49\x80\xb3\x55\x0d\xb3\ \xe3\x7b\x7b\x7b\x1b\xe3\x68\xc6\xf8\xd7\x83\xbf\x7c\xf3\xf3\xc6\ \xc9\xd1\xf6\x26\x7c\x28\xf6\xb6\x77\x77\x8f\xa2\xab\xf6\x7e\xac\ \x2f\x9b\x59\x34\xd6\x19\xe7\x57\xe7\x97\xad\xeb\xf3\x2b\x56\xbb\ \xdd\xe0\xad\xb4\xcc\x2f\xae\x94\x56\x58\x2d\x26\xf7\xda\x8a\xb1\ \x59\xe7\xb0\xac\x3b\x67\xdc\x80\x79\x75\x46\xf7\xe2\x9a\xdd\xa1\ \x69\xae\xa9\xb4\x3a\xe7\x1d\x15\x06\xad\x4e\x53\xab\xd3\xd6\xeb\ \x2c\x16\x79\x93\xae\xc4\x62\x70\xaf\x79\x9d\x86\x55\xb8\xc5\xb8\ \xb2\xec\xae\x6f\xaa\xa9\x37\x78\x2d\xc3\x13\x56\x93\x7d\x09\xcc\ \x95\xb6\x76\x71\x45\x6f\x32\x19\x0c\x0b\xc3\xdd\xe6\xd1\x69\xd8\ \x62\x75\xd2\x33\x34\xd9\xb6\x64\x99\x01\x9b\xb7\xb0\x3e\xbd\xbc\ \xb6\x62\x5e\x1a\x1a\x99\x9e\x9e\x9e\x5b\xb2\x78\xed\xf5\x3a\xfd\ \xea\x52\x6d\xfd\x8a\x4e\x03\x9e\xcf\x54\x6f\x74\xda\xf5\xca\x3a\ \x8d\xa3\x49\xdf\x5c\xbf\xb4\xb4\x38\x0c\x3c\xb9\x3a\x39\xb2\xb6\ \xee\xea\x9a\x1a\xe9\x5b\x5b\xf6\x2d\x0f\xfa\xdb\x7b\x06\x03\xa3\ \x9d\x93\xfd\x5b\xc1\xae\xbe\xfe\xde\x36\x4f\xa7\xc7\x3c\xd9\xe6\ \x73\xb9\x46\xbb\xfb\x06\x5d\xc7\x66\xb3\x3f\x68\x73\x1d\x8e\x76\ \xf5\x8d\xb6\x0f\xfa\xba\x43\x81\xce\xad\x83\xc3\xeb\x80\xaf\x6b\ \x34\x14\x3a\xbf\xb9\xf0\x6f\x1d\xf8\x0f\xb7\x0e\x5f\x05\x0f\x82\ \xa1\xad\x41\x57\xe8\x70\xf4\xdc\xe5\x39\x7c\xe5\x0f\x79\xb6\xb6\ \x82\x83\xe7\x2f\x6c\xc1\x50\xe0\xd8\x73\x18\xf2\x99\x43\x83\xae\ \xeb\x40\xe8\xf8\xe0\x60\xd0\xd6\xe6\x09\x5c\x9c\x1f\x1f\x06\x42\ \x5b\x07\xc7\x7f\xfd\xea\xdb\xef\xff\x13\x95\x5f\x7d\xfe\x69\x2b\ \x1c\xbf\x2a\x1e\x97\x47\x42\xb3\x65\x1c\x2a\x49\x46\xa2\x13\xb8\ \x11\x04\x55\x23\x07\x68\xac\x51\x26\xfc\x59\xc0\x60\xa6\xa1\xea\ \x44\x76\x31\x1c\x1b\xe5\x64\x62\x1c\x2a\x4d\x4c\xab\x7e\xf8\x2e\ \x23\xef\x0f\xef\x55\x57\xff\x6b\x1e\x83\x99\x5d\xa1\x23\xa6\xbc\ \x57\x9c\xc8\x4c\x5a\x9a\xfc\xf5\xed\xcd\x47\xdf\xfd\x3a\x54\x94\ \x95\x52\x4c\x29\xb1\x96\x31\x1e\xfc\x7f\xd2\x8f\x7f\xf3\xc8\x5f\ \xc2\xa1\xcc\x79\x0c\xe0\xa7\x50\x3d\x6d\xf9\xe0\x03\xa1\xea\xd1\ \x93\x16\xb4\xc6\x50\xad\x68\x55\x73\xd4\x8a\xc7\x8d\x2a\xd4\xd8\ \x90\xa7\x50\x80\x5d\x52\xab\x84\x12\x80\x45\x80\x41\x16\x81\x43\ \x45\x15\xee\x74\xaa\x50\xc1\x93\x71\x58\x68\x78\x9d\xc6\x05\x7c\ \xa3\xc5\xc8\x78\x24\x3c\x0d\xd8\x0f\xa4\x8a\xc7\x62\x71\xf0\x34\ \x1a\xe8\x1e\xb7\x91\xc3\x95\x51\xe9\x74\x3c\x4b\xc8\xe1\xd0\x51\ \xb5\x15\x0f\x81\x24\x87\x87\x06\xe2\x09\x54\x54\xad\x41\x55\x00\ \xbe\x21\x49\x06\x19\x8c\x8a\xc4\x53\xd1\x05\x12\x8d\x46\xe0\x71\ \xe0\x69\x68\xd8\x30\x4c\x44\x14\x16\x0b\x12\x15\x13\x41\xa5\xe1\ \x58\xf8\x18\x10\xad\x08\x2e\x01\x2b\x6b\xe5\xe1\x23\x38\x34\x34\ \x30\x15\x13\x83\x99\x05\x64\x38\x3b\x3a\x82\x53\xfa\xd9\xe5\xdd\ \x7f\xfc\xf7\x69\x15\xa9\x45\xf5\x58\x46\x85\x07\xa2\x63\x09\x11\ \xd8\x68\x30\x6a\x04\x90\xbf\x28\xd4\x78\x07\x25\x68\x45\x60\x71\ \x31\x51\x58\x5c\x18\x26\x3a\x3a\x2a\x1c\x7e\xc4\x84\xdf\x17\x60\ \x45\x85\x87\x25\x17\x44\x62\x62\xc3\xe3\xd1\x4a\xc2\x2a\x24\x55\ \xb1\xd1\xa9\x40\x85\xf1\x80\x88\x68\xb2\x10\x6e\x0e\x4f\x0d\xe7\ \x3e\x52\xbc\x53\x54\x53\xc3\xcf\x00\xc5\xa1\x08\x8a\xb2\x13\xd8\ \xec\x3c\x76\x5e\x02\x23\x2d\x2f\x8f\x8c\x96\x15\x52\x28\x69\xe5\ \x60\xb2\xf2\x8a\x41\x9b\xc0\x66\x31\x18\xe5\x69\xcc\xb8\x14\x38\ \xbb\xc4\x91\xc1\x68\xa1\x38\x99\x72\x78\x03\xc9\x94\x3c\x4a\x62\ \x02\x91\x48\xa4\x30\x93\x40\xc6\x12\x19\x14\x46\x62\x4a\x02\x39\ \x21\x9b\x9f\x99\x42\x26\xc7\x81\x52\x25\x66\x65\x32\x88\x85\xd9\ \xd9\x22\xd4\xe6\x59\x20\xcd\x2d\x2c\xca\xca\x4e\xcf\x2e\xa9\x54\ \x1a\x34\xc6\x99\xe1\xb6\xae\xde\x36\xbd\xbb\xe7\xdb\x83\x6f\xfe\ \xf8\xa1\x6c\x7c\x67\x03\x7b\xb3\xea\xac\xcb\xca\xcd\x2f\x14\x14\ \x0a\x4a\xc0\xf6\x97\x96\xa5\x00\x00\x20\x00\x49\x44\x41\x54\x4e\ \xa5\xe7\xf2\xb3\x32\xf3\x4b\x33\xf8\x7c\x72\x21\x5f\x54\x51\x21\ \xe6\x17\x82\xca\x96\x48\xe5\xf9\xa5\x35\x22\x81\x34\x4b\x24\xcf\ \x2f\x2b\x29\x29\xca\x2a\xab\x29\x14\x4b\xe5\x95\x4a\x79\x69\x65\ \xad\x5c\x5a\x04\x76\xaa\xa2\xc2\xa4\xa9\x14\x4b\x8b\x2a\x2b\xd2\ \xf9\xb9\xa5\xd9\x45\x52\xbe\xa8\xb4\x44\x94\xcf\x17\xe5\xf2\x4b\ \x50\xec\xb2\x38\xb7\xb4\xb2\x2c\xd7\xfa\x9f\x9f\x7f\xf6\x8c\xfa\ \xc5\x9f\x84\x4f\xb9\x9c\xf8\xd6\x4f\x9f\xfd\xfe\xe5\x23\x96\x9a\ \x35\x30\xb0\x7d\x74\x87\xc8\xee\x6c\x17\xb9\x2a\xb8\xf8\xfa\xf5\ \xd9\xf8\x25\xf0\xde\xd5\xd1\xe6\x46\x47\x7c\x84\x50\x41\x7a\x12\ \x81\x8f\xca\x19\x18\xd8\xdc\x3d\x3a\xda\xdd\x3d\xb9\x1f\xb4\xba\ \x02\xc9\xba\xba\xbb\xbd\x7a\x7d\xba\x73\x79\x05\xc6\xea\xf6\xee\ \xee\x12\xa4\xee\x12\x4e\x40\xa7\x97\x08\x19\x77\xf6\x8e\x4e\x4e\ \xae\xce\xd0\x79\x69\x07\xed\x05\x3f\x8e\x76\xc6\xc7\x37\x37\x37\ \x07\x66\x67\x37\x77\x37\xee\xab\xb3\xc6\xc7\x37\x50\xa5\xea\xf8\ \xf6\x65\xf4\x64\xd1\xe2\x87\x31\x27\x7b\x3b\x60\xcc\xd0\x22\xd3\ \xdd\xed\xd9\x81\xd9\x67\x8b\xf5\x0b\x7a\xd3\xbc\xc5\xee\xb0\xcc\ \x4d\x2d\xcf\x18\x75\x6b\x06\xbd\xa9\xd9\xe1\xb5\x2b\x0d\x0e\xef\ \xaa\xc5\xab\xd7\x6a\x6a\x74\xce\xa9\xb5\x25\xbb\x1e\x4d\x02\xda\ \x0d\xeb\xab\xc6\x5a\x7d\x4d\x89\x56\xb3\x68\x37\x95\x36\x6b\x9b\ \x8c\x3a\xab\x76\x05\x84\xc8\xe8\xad\x31\x5a\x56\x17\xc0\x74\x39\ \x96\xea\x2d\x1a\xad\xd5\x5b\x57\xab\xd5\x69\x57\xbc\xeb\x76\xa3\ \xc9\xd4\x37\xa7\x5d\x5a\x30\x81\x19\xb3\x2f\x3a\x74\xeb\x81\xae\ \xa1\x9e\xe1\x95\x89\x95\xd5\xe1\xa1\xee\xbe\xe5\x75\xd3\xb2\x51\ \xb7\xb0\x3e\xb9\x38\x63\x18\xee\x5f\x1d\x9a\x99\x9a\x1e\x9e\x9e\ \x5b\x75\x38\xd7\xdc\x06\xfb\x9a\xc6\xba\xd6\xec\xb0\x6a\x35\xc6\ \xda\x15\xf8\x73\x2a\x9b\xad\xcd\x46\x63\xd3\xfa\xd4\xba\xb9\x7d\ \x64\x79\x7a\x65\x78\x62\x69\x6a\xd0\x3c\x68\x9e\x58\x1f\xf5\x8d\ \x78\xfa\x7b\xa6\x5d\x9d\x36\xd4\xc7\xcb\xd6\x65\x36\x8f\x74\xd9\ \x96\x47\x43\xfe\x2d\xf3\xe8\xbe\xb9\x7b\x30\x64\x0e\xb8\x7c\xbd\ \x1e\xb3\x2d\x68\x36\x1f\x0e\x76\x8d\xba\x3a\xcd\x9e\xc1\xc0\xfe\ \x56\xa8\x73\x0b\x45\x5f\x1d\xec\x07\x9f\x9f\xbf\xbc\x39\xbe\xfe\ \xe2\x9b\x17\x9e\xe0\xf5\x75\x20\xf8\x1c\x1c\xd8\x56\xf7\x71\xc0\ \xe7\x1b\xfd\x7e\xff\x30\x14\xd8\x0f\xf8\x5d\xa1\x83\xe3\xad\xce\ \x4e\xcf\x56\xa7\xdf\x1f\xf0\xef\x5f\x3f\xb7\xed\x77\x77\x86\x00\ \x24\x5f\xba\x7c\x5b\x9d\x2f\xbe\xf9\xcb\x9b\x37\x6f\x3f\x7e\xf6\ \xfe\x8f\x8f\xc6\xd4\x42\x15\x17\xd5\x11\xe0\x38\x74\x0e\x3e\x0c\ \x35\x35\x85\xe3\x94\xce\x11\x4a\x24\x9c\xc6\x2f\xdf\xfc\xfe\x66\ \x2a\xed\x01\x03\xad\x44\xa3\x30\x8b\xf3\xd2\xf2\x18\x44\x66\x1c\ \x2a\xb3\x2e\xaf\x7e\x50\x5d\xfe\x20\xaf\xba\xfa\xc1\xc3\xbc\x62\ \x62\xba\x26\xbf\x44\x07\x27\x78\x62\x46\xdd\xd2\x3f\xdf\x8e\x7e\ \xd8\xfa\xe8\xbb\x8c\x34\x22\x5b\x54\xcf\x7f\xef\x61\xda\x43\x51\ \xc8\x5b\x79\xfc\x7e\x2b\xca\x65\x6f\x6c\x81\xaf\xc6\xc6\xc7\x12\ \xaa\xa2\xf1\xd3\xcf\xc7\xb8\x40\x6e\x8f\x1f\x3f\x6e\x51\x29\x9e\ \xa8\x59\x42\x30\x12\xdc\x56\x99\x02\xee\x63\xfd\x4f\xd3\x67\x12\ \x5d\xc6\xe2\x29\x84\x34\x19\x9d\xcb\xa3\xdf\xd7\x2b\xb0\x50\xdd\ \x3b\x4b\xc8\x95\x01\x22\x72\xe9\x24\x16\x09\xe5\x59\xd1\x70\x58\ \x12\x4d\x48\xa0\x82\x9c\x71\x79\xa8\xfd\x04\x4f\x42\x12\x72\x68\ \x3c\x92\x4c\x48\xe3\xa1\x32\x58\x1a\x47\xc1\xc1\x83\x54\xc1\x4e\ \x40\x96\x2c\x5e\x63\xa3\x5a\x82\xc5\xc3\x05\x4c\x34\x6a\x6e\xcf\ \x01\xc9\x42\x3d\x2f\x58\x2c\x2a\x09\x87\x0d\x8b\x8c\xc0\x44\xe0\ \xe9\x18\x3a\xaa\xf4\xa2\xa2\xf6\x85\x38\x3c\x35\x8c\x4e\x23\x91\ \x30\x24\x19\x36\x19\x47\x47\x8b\x6b\xaa\xf6\x76\xd0\xc7\x18\x8e\ \x80\x93\xab\xd7\xff\xf8\xef\x93\x02\xac\x5a\xd5\x28\x44\x43\x58\ \x74\x3c\xc2\x4a\xb0\x65\xe0\xc9\x38\x24\x14\x31\x4a\x0a\x8b\xc0\ \x62\x30\x31\xd8\x48\xd4\xbf\x1e\xf5\xa0\x88\x87\x9f\xb1\xc9\x28\ \xc2\x2f\x1a\xd5\x63\x27\x87\x47\x45\x15\x00\x04\xa6\x26\x87\xc7\ \xc3\x35\x24\x54\x68\xa2\x10\x84\x2a\x27\x07\xae\x17\x14\xc4\xc6\ \x70\x78\xef\x94\x88\x95\xd9\xd9\x89\xe4\x34\x86\xa0\x88\xcf\x66\ \x17\xbf\x5b\x5c\x4c\x04\x3f\x55\x8c\x12\x1a\x28\x89\x69\x4c\x0a\ \x9b\x1d\xc7\x66\x03\xb5\x97\x33\xe2\xc8\x8c\xf2\xbc\x62\x36\x05\ \x2d\x88\x66\x82\xb4\x3d\x60\xb0\xd9\x0c\x66\x5c\x52\x06\xa3\x9c\ \x92\x00\xea\x95\xc7\xa4\x24\xa5\x10\xe3\xc8\xe5\x00\x93\x44\x90\ \xad\xfc\xfc\x84\x0c\x72\x61\x56\x62\x4a\x1c\x31\x31\x25\x89\x5f\ \xc8\xcf\xce\xc8\x4d\x48\x14\x88\x40\x49\xb2\x05\x85\x85\x85\x99\ \xe9\xb9\xa5\xb5\x5e\x77\xd7\xf7\x1f\xff\xe7\x61\xbb\xc7\xf3\xac\ \xe5\x93\xcf\x3f\x7e\xfb\x94\x14\xbb\x37\xcb\xfd\x6c\x89\x9f\xcd\ \x2f\xc9\x2e\xcc\x92\xf2\xb3\x0a\x45\x7c\x51\x76\x56\x76\x36\xec\ \x4e\x16\x81\xbe\x88\x44\xa2\xba\xb2\x5a\x79\xbe\xb8\xa4\x48\x2c\ \x10\x14\x69\x04\xa5\xa5\x65\x95\xa5\xd2\x5a\xb9\x58\x50\x94\x2b\ \x17\x57\x54\x48\x6b\xad\x15\x22\x40\xbf\xd2\xfa\x8a\x4a\xaf\x12\ \x2c\x57\x85\xa6\x94\xcf\x17\x97\x24\xa1\x66\x15\x02\x3e\x3f\x53\ \x94\x9e\x2e\x95\x8a\x95\x65\xa5\x45\x72\x7e\x56\x49\xe9\xd0\x23\ \xe1\xcd\x87\x9f\xff\xf6\xc9\x07\x2c\x55\x74\xbc\xac\xe5\xeb\x9f\ \xdf\x3e\x22\xb5\x3e\x0e\x1f\xd8\xdc\xbc\x3d\x05\xfe\x03\x93\x75\ \xfb\x8f\xd7\x3f\xfd\xf4\x1a\xb4\xe7\x08\xcc\xd2\xe9\xc9\xdd\xd1\ \x76\xd5\x46\x55\xeb\xcf\x54\x61\x15\x9d\x1a\x1d\x93\x3a\x00\x28\ \xb7\x01\xb6\xeb\xf2\xea\xec\xe8\xe4\x0e\x8d\xb6\xdf\xde\xfe\x74\ \x0b\xd7\xce\xc0\x5d\xdd\x9d\x5e\xde\xfd\x84\x26\x0e\x5f\x83\x62\ \xa1\x91\xb0\xcb\xa3\xb3\x13\x84\xfd\xe0\xb2\x4e\x76\x76\x77\x4e\ \x4e\x4e\x76\xce\x4e\x50\xf2\xe8\xf8\xf8\xc0\x2c\xb8\x2e\x94\x10\ \xbf\xdd\xd1\x50\xb5\xb1\xbd\x3d\x3e\xbe\x7d\xba\xf3\x56\xb3\x3c\ \xfa\x76\x7c\xf7\x3e\xc4\x66\x67\x77\x7c\x63\x67\xaf\x60\xb6\xea\ \xfb\xa6\x66\xad\xc1\xe2\xb4\xcc\x0c\x2f\x0f\xd9\x0d\x46\xb7\xc3\ \x6e\x58\x5b\x59\x5f\xa9\xb5\x3a\x2d\x76\x10\x32\x4b\x6d\x85\xd5\ \x6b\x02\xfd\xb1\x37\x9b\x34\x06\xeb\xcc\xc4\xcc\xaa\x5d\x5f\x2b\ \xaf\xab\xf7\x36\x9b\x6a\x0c\xcd\xf5\x5a\xdd\x9a\xdb\xde\xac\xa9\ \xd1\x1b\x4d\x8e\xf5\x55\x4b\xb3\xc9\xaa\xab\xac\x9b\x37\x28\x6b\ \xdc\xba\x1a\x83\xa9\x42\xbf\x8e\x52\x43\x9d\x23\x93\x3a\xef\xa2\ \xa5\xd9\xdd\x64\x9c\x77\x2b\x27\x47\xda\xda\xbb\xfb\x56\xfa\x9d\ \x4b\x3d\xeb\xed\x9d\xc3\x6b\xde\x11\xfb\x42\x9f\x67\x78\x6a\xca\ \x3b\x3f\xb7\xd6\x3e\x38\xb9\xde\x3d\x33\xbf\xac\x77\xba\x75\x5e\ \x83\xb3\x69\x69\xb5\xde\xea\x75\x3b\xb4\x65\x5a\xcb\xca\xaa\xdd\ \xe2\xac\xaf\x73\x34\xaf\x2d\xbb\x47\x3a\x7b\x16\xa7\x2c\x23\x83\ \xce\xb9\xbe\x09\x57\x5b\x60\x69\xd2\x35\x3c\x32\xea\xf3\x79\xda\ \x47\x3d\x6d\x66\xc0\xb9\xad\x41\xcf\x56\xff\x90\xcb\x7f\xd1\xdd\ \xe5\xf2\x07\xdb\x7a\xf6\xb7\x82\xa1\xc1\x9e\x80\x67\x74\xa8\x2b\ \xb4\xef\xf3\x8c\xda\x7c\x7d\x6d\xfe\xd0\xa1\xc7\xe3\xf1\x9d\x1f\ \x07\x9e\x5f\x5f\x6c\x1d\x9f\x1f\x3f\xbf\x39\x78\x1e\x3a\x0e\xdc\ \xdc\x5c\xd8\x2e\x0e\xfc\xcf\x43\x1e\x9b\x6d\xdf\xe6\x3f\x3f\xb8\ \x0e\x7e\x7f\x78\x11\x3a\xec\x3c\xbc\x08\xb6\xd9\x2e\xce\xcf\xb7\ \x7a\x82\xb6\xd0\x4d\x20\x78\xb0\x6f\xf6\x05\x43\xfe\xe3\xeb\xc0\ \xd6\x81\xeb\xcd\xf7\x6f\x3e\xfc\xf0\xc3\x8f\xbe\xfe\xe4\x69\xa3\ \x42\x88\xda\x53\xf1\x68\x2c\xb5\x10\x87\xa7\x61\xf1\x20\x57\x38\ \x2e\x97\xca\xa1\x4a\x54\x5c\x5e\xcb\xef\xe6\xac\x77\x8b\xf3\x28\ \x94\x44\x46\x31\x70\x48\x71\x71\x5a\x5c\x02\x9b\x51\xfc\xb0\x38\ \x2d\xad\xbc\x38\xed\xe1\x1f\x98\x44\x62\x79\x79\x79\x35\x25\x25\ \xbd\x74\xd8\x5e\xcc\x26\xe6\x91\x95\xf2\xa0\xf0\xfc\xe9\x18\xf5\ \x07\x3b\x3b\xa5\x44\x9e\xf4\x7f\xfd\xeb\x43\x26\x51\xec\x70\x78\ \xfe\xf8\xf6\x9f\xbf\xfc\xfe\x25\x35\x8a\xf7\xb4\x71\x8c\x86\x66\ \x04\x1f\x2b\xd4\xaa\xc7\x0a\x89\xa2\x51\xd1\xca\x69\x69\x15\xb6\ \xb6\xb4\xa0\x39\x3e\x19\x4d\xd6\x22\xa3\x2a\xd0\xc4\x20\x81\x8a\ \x7a\x71\xd1\x00\x12\xa9\x5c\xb0\x47\x78\xa0\x41\x3a\x87\xc4\x12\ \x22\x1a\x14\xca\xe8\x38\x19\x17\xf5\x6a\xbe\x6f\xff\x05\xa4\x08\ \x2c\x87\x03\x2d\x12\x4a\xa8\x42\x2e\x0d\x44\x86\x23\xe3\x70\x50\ \xf1\x14\x47\x8d\x56\x0e\xf2\x38\x38\xac\x84\x45\x93\xb0\x70\x74\ \x2e\x81\xc0\x69\x51\x71\x65\x12\x21\xe0\x61\x54\x0c\x89\x86\xa7\ \x29\x58\x28\x22\x0f\x87\x3a\xd9\xd3\x71\x80\x6f\x40\x8a\x04\x09\ \x06\x4f\x8f\x20\xdd\x67\x02\x92\x70\x04\x4e\x58\x18\xb0\x27\x81\ \xd3\x48\x8f\xc5\xb2\x40\x8d\x62\x3a\xb6\xd1\xd8\xc6\xd9\xce\xd1\ \xe9\xed\xeb\xbb\x7f\xfc\xef\x3f\xcf\x46\x4b\xc6\x9e\xde\x17\xd0\ \x83\x10\xe2\x70\x54\x3c\x96\x80\x43\xab\x1b\xf1\xe1\x74\x2a\x3e\ \x2a\x36\x2c\x02\x8f\xc5\xdd\x37\x36\xc4\xa2\xf1\xac\xa8\x98\xc8\ \xf0\xe8\xb0\x98\x98\xe4\x54\xb8\x04\xfa\x15\x9b\x1c\x9d\x93\x1c\ \x89\x92\x07\x00\x10\xa3\x41\xa2\x1a\x0a\x92\x41\xc0\xa2\x01\x0d\ \x73\xe2\x53\x3b\x72\x92\x59\xea\x77\x94\x35\xca\xec\x94\x04\x26\ \x33\x2f\x49\x54\x48\x46\x95\xee\xe5\x14\x06\x03\x85\x62\xe5\xb1\ \x51\x27\x68\x54\x74\x95\xc7\x46\xf9\xa3\x8c\x04\x46\x0a\x00\x63\ \x02\x85\xcd\x60\xe4\x11\xc9\x20\x62\x14\xe0\x78\x40\xc4\xc4\x3c\ \x54\x96\x42\x04\x4a\x4c\x24\x13\x29\x64\x22\x93\x42\x49\x20\x27\ \xa6\x30\x13\xf8\x09\xd9\x29\xd9\x49\x99\x19\x19\xec\x94\x8c\x92\ \x92\xec\xc4\x94\x0c\x7e\x66\x62\x49\x89\x54\x90\x9b\x9f\x9b\x99\ \x92\x18\x97\x9e\xc5\x97\xd6\x34\xd7\x9b\x2c\xdd\x87\x81\x9f\xcf\ \x5f\xfd\xfa\xa8\x15\xd8\x5a\xc5\xc2\x24\x6f\x8e\x47\xbe\x4d\xa7\ \x54\xf2\xc1\x0b\x15\xe5\x82\x33\xcb\x48\x48\x2a\xc9\xcd\xcc\x2c\ \x49\x2f\x14\x48\xf3\x0b\x0b\x2b\x94\x52\xa9\x28\x4b\x8c\x62\x93\ \x81\x09\x05\xa2\xba\x4a\x69\x6d\x11\x7c\xe7\x57\xd4\x29\x6b\x4b\ \xcb\xea\x50\x05\x56\x3e\x68\x9b\x5c\xa9\x91\xcb\x2b\xa5\xf9\x82\ \x52\x29\x6a\x62\x28\xc8\xca\x2a\x2d\x04\xb4\xe4\xf3\x4b\xf2\x0b\ \xc1\x81\x65\xd5\x34\x57\x88\xf3\x05\x4a\xe3\x8b\xdf\x87\x8f\x3f\ \x8c\xf9\xdb\xe3\x31\x4e\xcc\x6e\xc1\x8f\x92\xdf\xbe\x79\xdb\xaa\ \x50\xe3\xc1\x99\x82\xb4\xa0\x82\xaa\xbb\x9f\xee\x90\xb1\x3a\xb9\ \x02\xab\x74\x72\x75\x77\xf5\xfa\xee\x2c\xaa\x6a\x16\xf7\xec\x9f\ \x51\x0d\x34\x0c\xbc\xf8\xb1\xc9\x03\xe3\x9b\x60\x8d\xee\x8d\xd6\ \xe9\xe5\x25\x1a\x7d\xff\xe9\xea\x0a\x2d\x31\xbc\xbb\x67\x42\x74\ \xc3\xd5\xe9\xd9\xd5\x15\xdc\x79\x79\x7b\xba\xb3\x8d\x34\xeb\xec\ \x0c\x91\xe1\xee\xd9\x19\x98\xac\xb3\x5d\x54\xf5\xb0\x59\x85\x06\ \xb1\xb6\x37\x0b\x66\x67\xc7\x3b\x1a\x06\xc0\x64\xed\x6e\x6e\x1c\ \xdd\xc9\xfa\xe7\x46\xb8\x7b\x7b\xb3\xb3\xbb\xdb\xe0\xaf\xb6\x77\ \xf6\x36\x3a\xb6\xb7\x49\xbf\x7a\xa5\x56\xc7\xca\xe4\xaa\x75\x71\ \xc9\x62\x74\x2e\xcd\x1b\x9b\xbd\x53\x2b\x4a\xab\x7b\xad\x7e\x75\ \x46\xef\x35\xea\x74\x76\x8d\xa9\xa9\x49\x5b\x5b\xaf\xd4\xad\x34\ \x5b\x57\xac\x5a\x7d\x6d\x93\x46\xa3\xab\x50\x2a\x35\xfa\xfa\x1a\ \x83\xc5\x6b\xaa\xd5\xeb\xbd\xce\x1a\xaf\xd7\xdd\xac\x59\x37\xe9\ \x4d\x65\xc6\x05\x8b\xc5\x6d\x34\xad\xe8\x9b\x1c\x70\xcf\x8a\x45\ \xbf\x66\xad\xb5\xce\x1b\x9d\xe0\xba\xf4\xee\xba\xa9\xb6\xee\x9e\ \x9e\xa9\xa5\x11\xe3\x42\xef\x44\xaf\xad\x77\xc2\x31\xbf\xda\x36\ \x7c\xd1\xe9\x6a\x5f\xeb\x6e\x5b\xeb\xf3\x0f\xcd\xf4\x8d\xac\x7a\ \x0d\xc6\x79\xa3\x5b\xef\x6e\x72\xeb\xb5\x75\xcd\x76\xa7\x5e\x53\ \x0b\xcf\xec\xf4\x5a\x41\x3b\x9d\x96\xa5\x89\xe1\xf6\xf6\xd5\x35\ \x7b\xef\xfa\xda\x48\xdb\xc2\xc8\xe8\x45\xff\x44\xfb\x52\x2f\xd0\ \x1b\xd0\x9f\xbf\xd7\xdc\x15\x0c\xd8\xfa\x3a\x47\xfb\xda\x6c\xbe\ \xb6\x50\x57\x97\x3f\xe0\x72\x1d\x84\xba\xda\x6c\x81\xd0\x7e\x57\ \x97\x2d\x14\xb0\x1d\x6c\xf5\x5c\xb4\x8f\xda\xce\x0f\xfd\xa1\xd1\ \x7e\x8f\xcb\xf6\xf2\xfa\xe0\xe0\x9b\x9b\x8b\x83\xe3\xd0\x3e\x6c\ \xb3\x6f\x3b\xef\x74\xf9\x6c\xe7\xdf\xec\xf7\xdb\xbe\x6d\xeb\x0a\ \x5d\xdc\x1c\x5e\xbf\xb0\xc1\xa3\x3f\x3f\xf0\x78\xce\x47\x7d\xfe\ \x50\x9b\xed\x38\x14\x0c\x1d\x0c\xbe\x08\x05\x42\xc1\xe0\xfe\xbe\ \x2b\xf8\xfc\xfa\xe5\xdf\x3e\x7c\xf6\xf1\xfb\xef\x8f\x81\x9f\x51\ \xd1\xb9\xac\x46\x94\xd5\x82\xe7\x71\x22\x70\x58\x02\x09\x35\xd6\ \xe2\xc2\x31\x2d\x94\xf1\x54\xbc\x2f\x43\xb9\xef\x32\xd2\x98\x79\ \xf7\xb5\xd3\xc5\x6c\x26\x25\x8d\x5d\x0c\xdf\x79\xc5\x69\x79\xef\ \x95\xb3\x1f\x30\x53\xc8\x94\xf7\xaa\x89\x09\x71\x69\xb9\x7d\x16\ \x76\xa6\x9c\xf1\x50\x94\xb5\xa8\xfa\x8d\x6a\x7b\xff\xef\xbe\x34\ \x7e\x2e\xe3\xc1\xbf\x3d\x60\x53\x88\xe2\xa9\xae\xe0\xdf\x7e\xff\ \xee\xcd\xcf\x7f\xfa\x45\x42\xe2\x3d\x7e\xac\x7e\xd2\xd2\xfa\xc1\ \xd8\xd8\x18\xad\xf5\x83\xc7\xad\x2a\xf8\x13\x5a\x50\x10\x4d\x0b\ \x98\x21\x54\xf6\x2e\x11\xb2\x64\x3c\x6a\xa3\x10\x55\x4b\x51\x69\ \x6a\xd0\x27\x2a\x09\x85\x37\xf0\x58\x78\x19\x97\xc4\xe5\x80\x08\ \xf1\x58\x32\x16\xb7\x91\x8b\xb2\x1c\xb0\x04\x02\x89\x2b\xa4\xb3\ \x08\x04\x90\x36\x19\xab\x51\x4d\xa7\x72\x25\x74\x3c\x87\x23\xe4\ \x02\x0d\x72\x24\x74\xb0\x4f\x3c\x05\x0d\xd5\x9f\x0a\x79\x70\x8d\ \x45\x65\xd1\x84\x32\x0e\xc0\xa3\x8c\x47\xe3\x44\xc7\xb0\x84\xf7\ \x8d\x78\xa8\x84\x08\xc0\x47\xb0\x95\x98\xb0\xb0\x48\x3c\x2e\xe6\ \x3e\xfd\x4b\xc8\x02\xb3\xc4\x12\x92\xe0\x19\x68\x54\x0e\x0b\x47\ \x20\xa8\x58\x78\x50\x74\x4c\x4c\x74\x15\xca\x73\xdf\x39\xdb\x81\ \xcf\xfd\x3f\x6e\xff\xe3\x5f\xfe\x65\x37\x5e\xc8\x11\x82\x09\x23\ \x71\x08\x34\x1a\x1e\x8b\x27\xdc\xf7\x9f\xa6\x46\xd0\xa3\x70\x58\ \x16\x5a\x58\x18\x83\xba\xee\x84\x85\x03\x4d\xde\x47\x33\x60\x22\ \x01\x0c\x23\x63\xa3\xa2\xa2\xa3\x31\xd1\xb1\xa9\x39\x51\xa8\x91\ \x42\x6a\x6c\x15\x10\x60\x74\x7c\x72\x4e\x41\x55\x78\x72\x7c\x3c\ \x20\x61\x78\x4e\x6a\x6a\x43\x72\x6a\x3c\xe7\x9d\x12\x69\x65\x7e\ \x3a\xf8\xa3\x87\x94\xa2\xf4\x8c\x04\xb4\x0e\x07\xcc\x6e\xf1\x03\ \x84\xeb\x71\x4c\x14\xd3\x47\xcc\xcc\x63\xa6\x15\x93\x51\xba\x4c\ \x26\xaa\x70\xa0\xa4\x81\xbd\x02\x0c\x44\xab\xa2\x99\x69\xe4\xa4\ \x8c\x38\x26\x1b\xad\x8b\x66\x03\x18\x32\x28\x69\xc4\xcc\x94\x2c\ \x54\x87\x45\x4c\xcc\x12\x65\xa7\xe7\x66\xb0\x33\xd3\xb3\x53\xb2\ \xd2\x93\x72\xf9\x49\xe9\xa2\x92\xfc\xec\xf4\x12\x51\x6e\x7e\x4a\ \x62\x61\xba\x38\x5b\x2e\x95\x5b\x75\x53\x35\x86\x25\xcf\x5f\xff\ \xf2\xb2\xe7\xed\xd7\x4f\x7e\x7f\x2a\x53\x4b\x48\x0a\x99\x90\x94\ \xd3\xf0\x4b\x6e\x36\x0a\x3c\x16\x89\x72\xb3\xf2\x4b\x04\xb9\x02\ \xb0\x5b\xb9\xd9\x22\x41\x4a\x61\x89\xa0\x54\x9e\x9e\x99\x9f\x29\ \x15\x00\xdd\x95\x15\x15\xc9\x05\xe2\x8a\x6c\x79\x3e\xaa\x6d\x00\ \x1e\x54\xd6\xa0\x22\xab\x8a\x92\xca\x32\x9d\x94\x5f\xaa\xac\x2d\ \xab\xad\x11\x8b\x4b\xe5\xa5\xf9\xb9\xf9\x20\xcc\x19\x45\x7c\x7e\ \xae\xa8\xe6\x7f\x72\x66\x8a\xea\x95\x02\x65\xb3\x73\xbe\x7b\x45\ \x39\xf2\xf1\x87\x34\xf5\xd3\x47\x9c\x88\x3d\x4c\x4b\xf8\xd7\x1f\ \xff\xf2\x09\x89\xc5\xc2\x74\x74\x6c\xdf\xdd\x9e\x9c\x9d\x1e\x01\ \xca\x9d\x02\xa4\xef\x82\x74\xbd\xbe\xba\xfb\xc7\xdd\xeb\xd3\xcb\ \xcd\x82\x8d\xf0\x67\xcf\x1a\x52\x49\xc9\x31\x78\x80\xed\xd4\xaa\ \xd9\xf1\x4d\x10\x93\xcd\xed\xbd\xd3\x3d\xb0\x4d\xb7\x97\x27\x27\ \xa7\x77\xaf\xef\xae\x76\x2e\xd1\x72\x1d\x94\xe9\xf0\x8f\xcb\x13\ \x34\x69\x88\x86\xb4\xd0\x4c\xe3\xc9\xe9\xc9\xd9\xd1\x0e\xca\xe4\ \x40\x0e\xeb\x0c\xa5\xd3\x9c\xed\x9c\xa1\x91\xab\xa3\xdd\x1c\x54\ \x44\x3a\x30\x3e\x00\xb0\xb9\xb3\x0b\x0f\x89\x39\xec\x0f\x7c\xbe\ \x0d\x34\xb8\x77\xb6\x03\xbf\x76\xb6\xf7\x66\x1b\xc6\x53\x1f\x77\ \xd7\x2e\xcf\x0f\x5b\xbd\x8b\x0b\xcd\xe0\x69\x9c\x06\xc7\xe2\xd4\ \x8a\x09\xf8\xcf\xe4\x5e\xad\xb1\x1a\x75\x0e\x6b\x6d\x73\x53\x53\ \xad\xb2\xb9\xc2\x62\xaa\xa9\x33\xd5\xd6\x9b\x9a\x94\xda\xa6\xa6\ \x26\x5d\x19\x08\x99\xbc\xce\x64\x35\xda\x4d\xc6\x15\x53\x99\x65\ \x1e\x7e\x4d\xd5\xd7\x9a\x94\x1a\x87\x55\x67\x32\x18\x56\x74\xba\ \x05\xbd\xc3\xbd\xe6\x5c\x5b\x73\xda\xd7\xe7\xe6\x2d\x2b\x26\x83\ \x63\x4d\x3b\x31\x39\xd1\xd3\xd3\xbb\xb4\xe0\x58\x9c\x9c\x6b\x0b\ \x9a\x7b\x96\x7b\xd6\x07\x47\xda\xdb\x46\x7d\x73\x7d\x3d\x8e\x99\ \x91\xb6\x89\x29\xaf\x77\x7a\xd5\x68\x59\x58\x33\x4e\x1a\x4d\xf3\ \x3a\xbd\xc3\x5b\xab\x93\x83\x4e\x59\x9a\x9c\x76\xaf\x43\xaf\xf5\ \xae\x7a\x87\x16\x96\xa6\xd6\x97\xa6\x0c\xf3\x13\x3d\x23\x7d\x36\ \xd7\xf0\xd4\xd0\xb4\xcf\x17\xd8\xb2\xf9\xda\x47\xbb\x06\xdb\x7d\ \x83\x5d\x5d\x83\x5d\x9d\x6d\xb6\x1b\x5b\x6f\x67\xdf\xf4\x54\xdb\ \x16\x0a\x34\x0e\xa0\x66\x11\xbe\xc0\x41\xd0\xd5\x3f\xe8\x0a\xa1\ \x88\x19\xdf\xc1\xbe\xdf\x76\x08\xae\xea\xe6\xf8\xc5\x8b\xf3\x9b\ \x1b\x9b\x67\xeb\xfc\xb9\xcd\x33\x12\xec\xda\x0a\xf8\x43\x81\x97\ \x83\xfb\xd7\xdd\x5b\x07\xc1\xe0\xb9\xe7\xa5\xcd\x75\x1c\x08\x7e\ \xe1\xb3\x1d\xb8\x5c\xcf\x6d\x7e\xdb\xf9\x8d\xcb\x67\xb6\xbd\xd8\ \x3a\xdc\x3f\x7e\x7e\xfc\x45\xf0\xf9\xcb\x6f\xfe\xfa\xf6\xe3\x1f\ \x3f\xfc\xf1\xeb\xa7\x3c\xe1\x53\x05\x89\x23\xe4\x91\x08\x2d\x54\ \xac\x42\xc1\x42\x6b\x88\x51\xb1\x13\x15\xfc\x44\x23\x47\xf8\xe8\ \xf1\x93\x37\x45\x44\x36\xf3\x3e\xaf\x12\x1c\x56\x1e\x1a\xbe\x7d\ \x50\x8e\xb2\x96\xd2\xd8\xd5\xc5\xc4\x84\x04\x72\x1e\x23\xad\x9c\ \x4d\x7e\x90\xe7\x74\xad\x51\x86\x5d\xf9\x8c\xb8\xa2\x9e\x8f\x84\ \x31\x3f\x9f\xff\xe7\xb3\xda\xa4\xe2\xf7\x1e\xfe\x5b\x1a\x39\x3d\ \xab\x76\xa6\x7d\x34\x18\x74\xdd\xbc\xf8\xdb\xb3\xcf\x15\x18\x9a\ \xea\x83\x27\x2d\x6a\x59\xab\xe2\x51\x6b\x0b\x28\xa6\x50\xa6\x00\ \x42\x6b\x51\x49\xc6\x1e\xa3\xfa\xd1\xc6\x96\x46\x0e\x8d\xa5\x00\ \x07\x24\x1b\x03\xce\xe3\x09\x25\x5c\x21\x0b\xcf\x91\x50\xa9\x08\ \xe7\x40\x97\xc0\xf5\x70\xa9\x54\x54\xd0\x0e\x1e\x8c\x0a\x7f\x2c\ \x6c\xc5\x05\xf3\x45\x95\x34\x72\x55\x2c\xb5\x4c\x46\x12\xd2\xf1\ \x34\x90\xaa\x46\xd8\x81\x2e\xa4\x81\xe2\x70\xc0\x31\x72\xe1\xb1\ \x48\x54\x02\x4b\xa5\x68\xe1\x71\x50\xcd\xa9\x1a\xf6\x65\x45\xc5\ \xd0\x54\x42\x3a\x3c\x22\x01\x47\x47\x35\xaa\x5c\x6e\x0c\x9e\x8a\ \x01\xf2\xc4\x01\x79\x82\x55\x22\x90\xb0\x11\x28\x76\x54\x28\x8c\ \x20\x11\x22\xb0\x12\x19\x3d\x02\x47\xc7\xe1\xb1\x31\x55\x7b\x7b\ \x3b\x68\x7a\xe8\xe4\xf6\xea\xa7\xff\xf8\xf3\xbf\xfc\x3f\xa7\xb1\ \x3c\x2e\x0b\x87\xc7\xb1\x24\x24\x3a\x15\xa5\x1e\x46\x60\x51\x58\ \x43\x64\x0c\x06\x4f\xc0\x61\xc2\x48\x61\xa4\x88\xf0\x88\x30\x5c\ \x4c\x4c\x64\x41\x54\x44\x34\x06\x13\x15\x19\x1d\x1b\x1e\x1b\x8e\ \x8d\x0e\x8f\x2f\x88\x8f\x8d\x0e\x8f\x05\xd5\x42\x3d\xbe\x72\xa2\ \xc3\x81\x10\x93\x51\xb7\xaf\xf8\x70\x70\x5c\xa0\x5d\xf1\xf1\x51\ \xc9\x0d\xf8\x77\xc4\x25\xa5\xe2\x24\x36\x33\xaf\x3a\x4e\x9e\x15\ \x47\x4c\xcb\x03\xde\x8b\x4b\x7b\x50\x0d\x48\xc8\x8c\xcb\xa4\xe4\ \x55\x17\x33\xe2\xe2\x50\x96\x3b\x19\x85\x5b\x31\x19\x28\xb9\xaf\ \x98\x41\xa4\xa4\x91\xef\x23\x94\x19\x4c\x32\x99\xc8\x28\x66\x82\ \x35\x4b\x4b\xcb\x20\x27\x51\x8a\x99\x89\x29\x89\x09\xa0\x7a\xe4\ \x94\xac\xdc\xc2\x14\x51\x46\x1c\x25\x23\x3d\x3d\x33\x85\x91\x90\ \x99\x94\x99\x22\xe2\x27\x26\xca\x05\xa0\x63\xf9\xca\x3a\x8b\xbe\ \xd9\x3e\x3f\xb5\xbc\x30\xe2\x7f\xfb\xe6\xf7\xf7\x7f\x78\x3b\xd6\ \xfa\xe3\xc5\xb9\x1a\x1f\x4d\x1f\x63\x71\x81\xbe\x07\x3e\xaf\x24\ \xe7\xe6\x97\x88\xb3\x41\xf0\xd2\x33\x72\x93\xb2\x04\x65\xfc\xa4\ \xc2\xfc\x2c\x91\x20\x23\xb7\x24\x2b\x25\x43\x54\x26\x2f\x15\xf1\ \xa5\x9a\xb2\xd2\xd2\xfc\x7c\xbe\xbc\x54\xa9\x2d\x15\xd4\x15\x09\ \x2a\xea\xe4\x75\x35\xa5\x45\x95\xca\x0a\x53\x4d\x99\xb2\xa8\x54\ \x59\xd7\x2c\x2d\xab\x29\x2a\xab\x29\x91\xcb\x4b\xb2\xc9\xa0\x75\ \x19\xfc\xd2\xfc\x6c\x51\x6e\x86\xa8\xb2\x44\x5a\x2a\x5f\xfd\xec\ \x62\xce\xd9\xfc\xed\xb3\x37\xb2\x88\x1f\x5a\x59\xb4\xa8\xb0\xd6\ \x88\xc7\xaa\x8f\x3f\x14\x72\x23\xf0\x05\x03\x1d\x00\xe8\xa7\x48\ \x6d\x7e\xba\xdd\x01\x75\xb9\x7c\x7d\x77\x89\xe6\x03\x4f\x4e\x77\ \xc7\x37\x53\x63\x9f\x3d\x49\x8d\xc2\xc5\x63\x48\x98\xa8\x54\x30\ \xae\xa9\x03\x9b\x05\xb0\xc7\xc0\xec\xee\xee\x1e\xa0\x20\xe8\x1b\ \x1a\x87\x3f\x3b\xb9\x3c\x05\xa0\xbc\x82\x7d\x41\xb8\x40\xbc\x40\ \xca\xae\xd0\x50\xfe\xe5\x19\x0a\xa4\x39\xbd\x84\x13\xd4\xe9\xc9\ \x1e\x00\xe2\x19\x9a\x38\xdc\xdd\xd8\x40\x85\x0f\x1d\x03\x9b\xb3\ \x0d\xb3\xa8\xad\xc5\xe6\xf6\xf8\xe6\xde\x49\xcb\x7e\x9b\xe9\x87\ \xd9\x93\xbd\xdd\x23\xd4\xd6\x62\x7b\x6f\x6f\xbc\xa1\x8a\x14\x79\ \xfa\x61\xe5\x9a\xd1\x69\xf4\xce\xd9\x97\x57\x0c\x86\x79\xc3\xca\ \xf2\x5a\x45\x99\x41\x6f\x74\xb8\x75\x76\x67\x53\x9d\x49\xa7\xb7\ \x37\x69\x2b\xea\x95\x16\x83\xb2\xb6\x4e\x69\x32\xea\x6a\xeb\x35\ \x35\xba\x7a\x53\x9d\xbe\xae\xbe\xd6\xe1\x6d\x5e\x03\x51\x29\x2b\ \xd2\x37\xd7\x80\x74\x35\xe9\x1d\x00\x91\xf3\x06\x8b\x16\xdc\x51\ \xb3\xd5\xba\xea\x35\x3a\x97\x17\xd7\xdc\x4b\x46\xab\x7b\xc1\xbd\ \xba\xe6\xac\x59\x9a\x1a\x9d\xee\x1c\x5d\xec\x5a\x5b\x1b\x9a\xeb\ \xf2\x9b\x27\x16\xfa\x0d\xfd\x83\xcb\xc3\x6b\x6d\x73\x43\x13\xfa\ \x19\x7b\x5f\xdb\xdc\x82\x73\xd1\xab\x33\xac\xae\xcc\x0f\x7b\x8d\ \x6e\x8b\xd1\x61\xa9\xd1\xd6\xcd\x9b\x9c\x6e\x8d\x45\x67\x5d\xb2\ \x6a\x9c\xab\x8e\xb9\x91\xf6\x99\x95\xb9\xf6\x65\xcb\xf0\x90\x79\ \x64\xb0\x73\xba\xad\x6d\x62\xc2\x1c\xf0\xdb\x82\xa3\x01\x7f\x77\ \x5b\xc0\xec\xe9\x36\x77\xb7\xb5\x79\x6c\x6d\x83\xbe\xe9\x5e\xb3\ \xab\xbb\xcd\xd5\x19\x00\x4f\x65\xf6\xf4\xdb\x7c\xae\x6e\xdf\xbe\ \x39\xd8\x7d\x73\xbe\x7f\xbc\x15\x0a\x1c\x86\xae\x6f\x5e\x5d\x5f\ \x5c\x1c\x82\x6b\xda\x02\x0d\x3b\x0e\xda\xcc\xa3\x81\x8b\x83\xc3\ \x80\x7f\xdf\xb5\x15\xec\x39\xdc\xf2\x3c\x3f\xdc\x7a\xbe\xef\x39\ \xf7\x1f\x7f\x11\x72\xd9\x06\x03\xae\xd1\xad\xc3\x97\xfe\xa0\xcb\ \x77\xf0\xd2\xf7\xf2\xc5\xf5\xd6\xc5\x8b\x17\xdf\xbe\xfa\xe6\xe7\ \x8f\xde\xfe\xf3\xf3\x27\x2d\x8d\xbc\x96\x47\x2a\x94\xf0\x22\x24\ \xd1\x50\xbb\x54\x1c\x89\xc3\x62\xa1\xa0\xcd\x31\x96\xa4\xb1\x45\ \x28\x19\x53\x70\x9f\xe5\x03\x65\x90\x51\x95\x0f\x38\xac\xf2\xb4\ \xe2\xb8\xc4\xf2\x87\xe5\x79\x6c\x46\x5e\x5e\x71\x39\x1c\x19\x79\ \xe5\x7f\x28\xcf\x2b\x7e\xf0\x07\x8a\x6e\x49\x9b\x68\xeb\x2b\x13\ \x3d\xc8\xb8\x09\x71\x9e\x7e\xe6\x7b\xf3\x17\xd7\xbf\x3e\xa8\xae\ \x8e\x4b\x4a\xe1\x67\x96\x9a\xdc\x3d\xed\x43\x9d\x2e\xcf\x9b\x7f\ \x3e\xfb\xbc\x11\x13\xf6\xe8\xcb\x4f\x55\xa8\x8f\xea\x53\xc9\x63\ \x45\xe3\x23\xc9\xe3\x27\x28\x5f\x86\xfb\xa8\x51\xc8\xe3\xa0\xac\ \x08\x16\x15\x35\xb5\x69\x44\xdd\xbf\x78\x5c\x1a\x8f\xca\x42\x4b\ \x0b\xef\xbb\x1f\x72\x09\x2c\x0e\xf2\x30\xa8\x1f\x0e\x8f\xcb\x05\ \x65\xc5\x29\xb8\x2c\x09\x87\x24\x04\x7f\xa3\x96\x28\x58\xe0\xa7\ \x54\xa8\x35\x19\x15\x07\x4e\x0d\xb6\x40\x99\x59\x1c\x34\x02\xc6\ \x41\xa5\xef\x04\x30\x5e\x1c\x78\x26\xb8\x5d\x28\x53\xb1\x48\x11\ \xc2\xb0\x48\x92\x8a\x43\x22\xe1\x69\x24\xd4\x3c\x43\xa6\x40\x4d\ \xeb\x41\x6a\x22\x22\x70\x0a\x70\x4b\x00\x89\x68\xed\x22\x6a\x25\ \xcb\xc1\xcb\x64\x20\x6a\xa4\x08\x1c\x49\x46\x03\x64\xac\x42\x67\ \xd1\xcd\xcd\x5d\xc0\x87\xbb\x7f\xfc\xf9\x7f\xfd\xcb\x69\x8c\xe4\ \x49\x0b\x17\x94\x0e\xd5\x50\x44\x10\x00\x2c\xc3\x58\x34\x24\x55\ \x11\x11\x54\x1c\x21\x02\x1f\x86\xfa\x12\x83\x60\x45\x46\x27\xc7\ \x86\x25\x87\x45\x01\xf9\x45\x45\x35\x24\x47\x45\x45\x85\x83\x6e\ \x61\xc2\xe3\xc3\xe3\x63\x52\xe3\xa3\xa2\x0b\x50\x8b\xc2\xa8\x02\ \xc0\x40\xd0\xb1\x1c\x94\xe3\x30\x10\x8e\x46\xde\x63\xdf\x11\x64\ \xf1\xf9\x64\x06\x3a\x79\xf0\xf9\x99\x94\xb4\x34\x26\x70\x60\x75\ \x39\x93\xcc\xc8\x2b\x66\x24\xc6\xa1\x75\x85\xc4\x34\x06\xca\xc4\ \x62\x53\x50\x50\x72\x5c\x79\x1a\x9b\xc8\x04\xc1\x62\xa6\x95\x33\ \x51\xf1\x3b\x93\x8d\xf6\x26\xc2\xf6\x6c\x32\x33\x31\x81\xc1\x84\ \x77\x95\x48\x8e\x8b\x4b\xcc\x4c\x04\xa1\xca\x48\x4a\xa0\xa4\x27\ \x65\xc5\x31\x8b\xe3\xb2\x12\x13\xd3\x4b\xa5\x89\x22\x69\x49\x49\ \xa5\xa9\x42\x2e\xaf\xd3\x1a\x9c\xee\xb6\xb6\xe0\xf9\xef\x1f\x7f\ \xfc\xec\x87\x4f\x7e\xfc\xed\x2f\x0b\xc6\xce\x5f\xbf\x8c\xcd\x11\ \xd2\xb8\x11\x61\xe1\x1b\xb3\xb4\x91\x74\x72\x6e\x49\x6e\x6e\x46\ \x61\x46\xb6\x80\x5f\x98\x59\x98\x9d\x25\xe2\x67\x8b\xca\x32\x0b\ \xe5\xe2\xc2\x2c\x7e\x85\x54\x24\x10\x57\x56\x54\x6a\xc4\x52\x69\ \x46\xbe\x16\xd0\xb6\x49\xab\xad\xad\x90\x96\xd5\xd6\x8a\xa4\xa5\ \xf5\xd2\x5c\x81\x52\xab\x94\xd7\x88\x6a\x34\x75\x25\x25\x45\x15\ \xd2\xda\x5c\x51\x61\x4a\x7a\x45\x59\x12\x31\xab\x50\x5a\x97\x59\ \x24\xad\xac\x90\xd7\x35\xbb\xcd\xed\xdd\x2b\xab\xa1\x1f\xb6\x3e\ \x89\xfc\xa1\x11\xb0\x7b\x00\x27\xc4\x71\x3e\xfc\x45\xfd\x94\x84\ \x4b\x6d\x88\xca\x41\x82\x73\x72\x72\x74\x79\x77\x7b\x79\xb6\x77\ \x72\x79\x77\x84\xd2\xfa\x76\x4f\xf7\x1a\x76\x72\x22\xd5\xb8\x0e\ \x4c\x44\x2c\x30\xf9\x7d\x82\x3e\xaa\x27\x89\x6f\xa8\x42\x3d\xa0\ \x37\x8f\x8e\x8e\x60\xb3\xb3\x4b\xb0\x53\x97\x27\x68\xac\xfd\xf5\ \xfd\x64\xe1\xd5\x4f\xb7\x60\xb8\xce\xc0\xa0\xdd\xbb\x2e\xb0\x5a\ \x27\x57\x67\x47\x9b\x9b\x67\x9b\x9b\xa7\x57\xb7\x68\xd8\x72\x67\ \xef\x0c\x55\x89\x6e\xa7\xee\x9e\x6c\x26\xa3\x26\xd2\x1b\xb3\xa0\ \x5b\xbb\xa7\x2a\xff\x68\x45\x30\xfa\x08\x54\xf3\x64\xf7\x0c\xd8\ \x11\x54\xb1\x23\xb6\x63\xe7\xff\x98\xec\xcb\x53\xf3\x93\x0b\x6b\ \xd6\xd5\x95\x05\x93\x7b\x66\x4d\x2b\xaf\xb1\x36\xcf\x5b\xf4\xeb\ \xeb\xf5\x00\x7c\xf3\xee\xba\x0a\xad\xb5\xae\xae\xc2\xb4\xa4\x43\ \xed\x0e\x9b\x8c\xba\xba\xe6\x7a\xab\x41\xab\xd1\x18\xed\x5a\x9d\ \x53\x53\xa7\xab\xd1\x68\x9a\x0c\x96\x26\x9d\xd7\x5e\x6f\xd2\x69\ \x9c\x0e\x7b\x33\x08\x5d\x53\x9d\xc3\x68\xb1\x5a\x16\x87\xbc\x06\ \xef\xf2\xbc\xc3\x5d\xe7\x9c\xb1\xd6\x1a\x7a\x47\xdb\xdb\xba\xbd\ \x83\xcb\x93\x5d\x43\x5d\x43\xfb\xd3\xee\x75\xe7\x50\xef\x44\x7f\ \xbb\x6b\x7d\x68\xd1\xde\x37\x3c\xd7\xbb\xb4\x38\xbf\xbe\x6a\xb1\ \xbb\x1d\xf3\x8e\x7a\xc7\xa2\xc1\xe0\x70\xe8\x6b\xb5\x33\x06\x30\ \x6a\x0e\xe7\x8a\x43\xbf\x60\x5d\x75\x4e\xb5\x75\xf6\xce\xcc\xf4\ \x4d\x2e\x77\x0e\xf5\x4c\xb7\xcd\x0d\xbb\x3a\xe7\xba\x3c\xc1\xb6\ \xe0\x61\xf7\x68\xe7\x56\x57\xbf\xa7\x6b\xd2\x15\x6c\x3b\xe8\xee\ \x9d\x0e\x6c\x0d\xf5\xbb\x0e\xba\xcd\x7e\x73\x20\xe4\x09\xf8\x5d\ \x1e\x5b\x60\xb4\xcb\xd7\xe5\xf3\xfb\x3d\xa3\xd7\xaf\xb6\x46\x07\ \x9f\x1f\xbe\xb8\xf9\xec\xe6\xb3\xeb\x8b\xe0\x45\x00\xc8\xd1\xf5\ \xe2\xc2\x7f\x1c\xec\xba\x38\xf6\xd9\x0e\x8f\xbb\xcc\x37\xed\x2f\ \x42\x6d\xfb\xcf\xcf\x0f\x07\x0f\x3f\x0b\xf9\x0f\xae\x0f\x0f\x7d\ \x3d\x07\xc1\x50\x68\x74\xff\xf8\xf0\xc0\xbc\xef\x7f\xf1\xeb\xf1\ \xf3\x17\xaf\xae\x7f\xfe\xf9\xbb\x9f\x9f\xfd\xe9\x87\xcf\x3f\xf8\ \xa4\xa5\xb5\x91\x4b\x1f\x53\x71\x49\x24\x34\x90\x4c\xa7\x45\xc0\ \xc1\xca\x63\x01\x68\x35\x4a\x24\x12\x45\xa3\x44\x35\xa6\xf8\x3d\ \xa3\x3c\x2f\x2d\x33\x11\xa8\x30\x8d\x11\xc7\x2e\xcf\x63\x24\x02\ \x21\x16\x3f\xc8\xa3\x3c\x78\xb7\x9c\x0d\xf6\xea\x41\x71\x75\x71\ \xf5\xbb\x6c\x72\x4a\x7a\x62\xcd\x88\x76\xa6\x8e\x58\x7e\xf1\xe6\ \x77\x8f\xb7\xe7\x8f\x75\xe7\xde\xf2\xbc\x87\xb0\x71\x62\x96\x40\ \x59\xbf\xb6\x34\xe2\x1b\xf5\x5c\x7c\xf3\xa7\xaf\x5b\x65\x34\x7c\ \x63\xa3\xea\xc9\xa3\x47\x8f\x3f\x68\x6c\x69\x01\x91\x68\x1c\x83\ \xe7\x1a\x53\xc8\xc6\x64\x12\x75\x0b\x5a\x91\xa3\x90\x71\x48\x5c\ \x05\x87\x8a\xaa\x3b\x41\xa3\x58\xa0\x30\x08\xc9\x58\x42\x19\x09\ \x87\xa7\xf3\x30\x00\xb1\x34\x02\xca\x10\x25\x51\x69\x1c\x3a\x81\ \xc7\x25\xd0\xd4\x24\xd0\x2a\x05\x35\x42\x2d\xa3\x71\xe9\x0a\x16\ \xc8\x54\xe3\x18\x08\x9f\x82\x86\xa3\xd2\x00\x08\x69\xc0\x8b\x0a\ \xa4\x62\xc0\xbe\x32\x8e\x42\x46\x27\xd1\x5a\xb9\x34\x3c\x0b\x87\ \x05\x41\x44\x15\xf1\x5c\x2e\x0b\xcb\x6b\xe5\x71\x38\xf4\xa8\x68\ \x30\x59\x20\x6d\x38\x02\xf0\x23\x4d\xc6\xc2\x2b\x50\x8b\x56\x2a\ \x8a\xd0\x22\xd1\x14\x18\x92\xaa\x55\x41\x08\x8f\xaa\xda\xdc\x46\ \xa7\xda\xdd\xa3\xdd\xab\xab\x93\xd7\xff\xf7\xff\x3b\x8b\xe1\x35\ \x0a\x51\x4f\x0c\x70\x87\x68\x65\x22\x01\xad\x5c\x24\x90\xc0\x64\ \x45\xd0\xf1\x78\x4c\x0c\x1e\x17\x19\x13\x11\x1e\x1e\x16\x95\x1a\ \x1e\x11\x99\x1c\x13\x15\x15\x1b\x1b\x8f\x7a\xeb\xc5\xc7\x46\x46\ \x45\x87\x87\x45\xa7\xa2\xa6\x39\xa9\xe1\xa9\x39\xf1\x91\xf1\x39\ \xe0\xba\x0a\xc2\xc1\x0d\x74\xa4\x46\xdd\x27\xfa\x35\x0c\xe4\x24\ \xbf\x03\x98\x56\x18\x97\x07\xda\xc3\x48\x2f\xe2\x27\x56\x17\xa7\ \x91\xe1\x32\x9b\x49\x26\x16\xe7\x11\xe3\xd8\x69\x94\xbc\xbc\x38\ \x46\x02\x13\x38\x11\x1c\x57\x02\x90\x60\x31\x11\xf4\xa9\x3c\x0d\ \x68\xb0\x38\x0d\xa4\x8c\x41\x49\x60\xa4\xc5\xa5\xc1\xc5\x34\x0a\ \x99\x49\x49\x8c\x23\x16\x53\xe0\xc6\xa4\x94\xc4\x44\x62\x46\x3a\ \x91\x9c\x90\x90\x92\x99\x90\x42\x66\x16\x83\x10\x52\xb2\xc4\x85\ \xd9\xa5\x65\x62\x65\x45\x69\x76\xa1\x48\x63\xf2\xbc\xb8\xf8\xdb\ \x9b\x37\x1f\xfd\xf2\xe1\x87\xbf\x7c\xf9\xf7\x0f\x1e\xb3\x7e\xef\ \xee\xfb\xec\xf0\xf0\x83\x70\x0c\x2f\x2a\xaa\x6a\x60\xf7\x6c\xfc\ \x0d\x3f\x45\x9a\xc5\xcf\x28\xcc\x14\xa4\xa3\x76\xad\x29\xf9\x85\ \x59\x49\xfc\xb2\x8c\xec\x7c\xb9\x88\xcf\x17\x8b\x45\x25\xa2\x92\ \x92\xfc\xd2\x8a\x52\xb9\xb2\x4e\x2e\xad\x50\x6a\x75\xb5\xca\x5c\ \x65\x51\x59\x61\x99\x52\x2c\x2f\xab\x90\xca\x4b\xa5\x4a\x60\x46\ \x25\x6c\x59\x98\x2e\x2d\x85\x7f\xb9\xe9\xe2\x12\x7e\xb6\x20\x3d\ \xab\x54\x5c\xa4\xac\xa8\xab\xd0\x78\xb7\x26\x17\xba\xcc\x86\xc5\ \x67\xbd\x92\x64\xaa\x30\x2c\x2c\x66\xa0\x80\x84\x55\x7c\xca\x8b\ \xa2\x47\x85\x77\x54\xa5\x86\x8f\x1f\x81\xe4\xec\xa2\x8a\x04\xb4\ \x0e\xf0\x04\xd0\x10\xcd\xf0\x9d\x80\x31\x1a\x20\x91\x0a\x06\x62\ \xb1\xf1\xa4\x30\x54\x4a\x72\x3f\x1b\x1b\x1f\x5f\x35\x50\x50\x55\ \xd0\x30\xbe\xb1\xbd\xf7\x3f\x85\x56\x7b\xa7\xb7\xaf\xd1\x5c\x21\ \x2a\x52\xb9\xbb\xbd\xbb\x42\x43\x61\x68\xce\x11\x4d\x1b\x5e\x5d\ \xe6\x44\x8f\x9f\x5d\x1e\xed\x0c\x1c\x5d\x6e\xee\x5c\x5d\x1d\x81\ \xb4\xed\x9c\x9d\x5c\xa1\xd6\x14\x9b\x03\x47\x47\x03\xa9\x68\x29\ \x23\xca\x85\xdf\xdd\xb9\x8c\x7f\xfc\xd7\xa2\xa5\xaf\x37\x4f\x01\ \x1d\xf7\x36\xef\x3d\xf8\xf6\x78\x47\xf2\x0e\x61\xc2\xba\xb0\x38\ \xe7\x58\x5a\xb5\x18\x8d\x16\x67\xef\xbc\xb2\x69\xc5\x61\x6a\xb6\ \xeb\x27\x1c\x3a\x8b\xd1\xb2\xa2\xab\x69\x6a\x6e\x2a\x05\x97\xd9\ \x54\xd7\x6c\xaa\x2d\xab\xd7\x6b\x9a\xf5\x16\xbd\xde\x62\xaa\xd7\ \x6a\x9a\x4c\x16\xaf\x51\xab\xab\x5f\x5d\x75\x58\xed\xf3\x5e\x83\ \xa1\xa9\x49\xa3\x73\xb8\x2d\xf5\x3a\xab\x5d\xd7\x6c\x5c\x70\xae\ \xac\xcf\x59\x35\x8b\x7d\x53\x0e\xaf\xdd\xed\x36\xea\x86\x7b\xfd\ \xe7\xfd\x33\x6b\x13\xf6\x61\xf3\x48\x6f\x9b\xaf\x6f\x66\xd9\xdd\ \x3d\xd3\xe9\x71\x1d\x8c\xcc\xb8\x57\x7b\xba\x87\xe6\xe6\xd6\xdc\ \x8b\xf5\xf5\x4e\xbb\x73\x69\x55\x6f\x5c\xb4\x68\x4d\x4e\x6d\xbd\ \x7e\x05\xbe\xe7\xbd\xf3\xab\x26\x8b\x73\x66\x71\xa9\x6f\x62\x71\ \x78\xd5\xdb\x3e\xb2\xdc\x3b\xd9\xd7\xd5\xd3\x3b\xb5\x3c\x34\x34\ \xe8\xdf\xef\xdc\x0f\x9a\x03\xbe\xd1\x6e\x4f\x9f\xa7\xcd\xe7\x19\ \x35\x0f\xf5\x75\xfa\xa6\xfb\xda\xfd\x07\x6d\x7d\x6d\x2e\x4f\xd0\ \xb5\xe5\xea\x35\xfb\xba\x5d\xdd\x9e\x2e\x9b\xa7\x2d\x18\x00\x77\ \x04\x0c\xb8\xff\xc5\xcd\x2b\xff\xc5\xe1\xfe\xe1\x57\xc1\xc0\xf9\ \xbe\xb9\xdf\xf3\xe2\xf9\x45\x5b\xe8\xc5\xb5\x3f\x68\x6b\x43\x1d\ \x27\x0e\xb7\x3e\x3b\x0f\x1c\x87\x5e\x7c\x16\x3a\x34\x0f\x06\xf6\ \x6d\xae\x60\xc0\x36\xb8\xb5\xdf\x79\x3e\x78\x11\xe8\x02\xa0\x3c\ \xf8\xfe\x8b\x17\x7f\xfb\xe3\x87\xbf\x3d\xfb\xfa\xfd\xb1\x0f\xc6\ \xb8\xad\x8f\x14\x24\xd4\x35\x21\x82\x40\xc0\x60\x48\x2c\x02\x0a\ \x68\x50\x91\x08\x04\xa1\xaa\x51\x21\x01\xfd\x50\xcb\x7a\xb3\xc8\ \x6c\x4a\x12\x13\xd5\x1b\xc2\xf1\x50\x9d\x87\xa6\xa3\xf2\x1e\x16\ \x33\x29\x69\xe5\xc5\x80\x87\x6c\x06\x31\xad\xfc\x41\x31\x33\x2f\ \x8e\x92\x20\xcd\x2f\xb3\x35\x27\xfd\xa1\xbf\x65\x72\xc6\x7e\xf8\ \x6a\xf9\xaf\x1f\x67\x15\xc3\x39\x3f\x8f\x9c\x94\x95\xcf\xaf\xd5\ \xba\x7b\x7d\x9e\xad\x6f\xbf\x7d\xfb\xe9\xd3\xa7\xac\x08\x9a\xba\ \xb1\xb1\xf5\x93\x4f\x5b\x1f\x8d\xa9\x54\xbc\x31\x19\x4b\xd6\x08\ \x9a\xf5\xb8\x55\xc5\x53\xa0\x71\x75\xb5\x84\x4b\x55\xcb\x58\x74\ \x16\x40\x2a\x07\x4b\x63\xb1\x14\x42\x05\x4d\xc2\x21\xb0\xe8\x24\ \x02\x96\x4a\xc5\xa0\xa4\x05\x16\x87\xd5\xc8\x85\x1d\x79\x31\x24\ \xae\x8c\xc6\x51\x08\x49\x74\x1a\x98\x26\xa1\x90\xcb\xe2\xa9\x55\ \x1c\x9e\x90\xc3\xb9\xaf\xbd\x8a\xe0\xd2\x58\xad\x3c\x89\x5a\x48\ \x22\x48\x78\x6a\x14\x13\xaf\x60\x29\x54\x3c\x1e\x4f\x21\x03\xd7\ \x46\x00\x71\x92\xdd\xe7\x63\xc9\xc0\xb8\xf1\xc0\xcb\xe1\x50\x98\ \x15\xc8\xa3\x8a\x4b\xe7\x81\xf7\x62\x71\x25\x1c\x09\x81\x44\xe2\ \xc2\xcb\x14\x46\xe2\xf0\x08\xa4\x16\x19\x07\x0b\x1f\x7b\xf8\x78\ \xc2\x47\x74\x73\x73\xe7\xe4\xf4\xe8\xee\xbf\xae\x0a\x62\x38\x34\ \x0e\x87\xc5\xc1\xe3\x51\xcb\x44\x7a\x04\x16\x47\x23\xd0\xee\xfb\ \xe7\xe0\x22\x30\xd8\x18\x5c\x44\x44\x0c\x26\x22\x32\x2c\x3c\x32\ \x0a\xd5\xb8\x83\x4a\xc5\xc3\x6f\xa0\xbf\xf8\x54\xd0\xac\x18\x4c\ \x64\x38\x5c\x89\x4d\x0e\xcf\x49\x45\xfd\x54\x23\x63\xe3\x73\x52\ \xab\x0a\x0a\x1a\x62\xa3\xd1\x92\x9d\xd4\xaa\xd9\x86\xd8\x77\x0a\ \xb3\x73\xc5\xc4\x3c\x66\xda\x03\x72\xa1\x98\x9f\x48\x86\x17\x9e\ \x41\x26\xb3\xab\xf3\x88\xe0\x9e\x18\x89\x68\x3e\x84\x91\x97\x46\ \x24\xa2\x26\x3a\xec\x38\xa0\x45\x00\xc1\x38\xe6\xc3\x72\x22\xa5\ \x3a\x0f\x74\x88\x41\xc9\x63\xa4\x90\x13\xca\x99\x8c\x3c\x72\x42\ \x5e\x1e\x6a\xc5\x5a\xce\x20\x27\x92\x13\x33\x93\xc8\xcc\x42\x3e\ \x23\x21\x2b\x0e\xf8\x3e\x2b\x25\x3d\x93\x98\x49\x66\x66\xcb\xb3\ \x0b\xb3\x0b\x33\xf8\xf9\x45\x85\xf2\x4a\xa5\xee\xfc\xed\x9b\x8f\ \x3e\xfa\xed\xfd\xdf\xde\xfe\xfe\xcb\x0f\x32\xce\xe7\xb8\x30\xda\ \x5f\x9e\x7c\xeb\xee\xa6\x0e\xc4\xe4\x44\x0d\x84\x47\x6d\xdf\x9d\ \xd0\x66\x0a\xe3\xb2\xd2\xb3\x92\x44\x59\xfc\x14\x80\x42\x71\x7e\ \x66\x46\x2e\x3c\x42\x21\xbf\xb0\xa8\x28\x1f\x35\x9b\x17\x28\xf9\ \x45\xe2\x2c\x8d\x41\x5f\x2a\x45\x9d\x71\x2a\xb5\xcd\xf5\xc8\x63\ \x69\x6b\x94\x95\xb9\x22\xb9\xa6\x09\x20\xb1\x54\x5c\x59\x94\xcb\ \xaf\xa8\x14\x89\x8a\xea\x4b\xd0\xf2\xc2\x8c\xa2\xfc\x74\x51\x0d\ \x08\x99\x43\x5b\xab\x3d\xfc\xe5\xcd\x17\x17\xf3\xdd\x9f\xfe\x12\ \x51\x40\x8d\x86\x57\x75\x20\x9e\x13\xc6\x79\x04\xef\x55\xcc\xe6\ \x46\x78\x41\xc7\xc0\x40\xd5\xde\xc9\x2e\x50\xe1\xc9\x1e\x68\x15\ \x5c\x3a\xdb\x41\xe9\xa2\x7b\x47\x9b\x03\x24\x7c\x55\x6a\x32\x3e\ \x2a\x02\x8f\x8b\x4a\x6d\x48\x06\xdb\x5a\x90\x9c\x5a\x95\x9a\x0a\ \xf8\x3d\x9e\x93\xd3\xb0\x71\x04\x3e\x68\x1b\xc5\xce\xa0\xfd\x00\ \x04\x5f\xbf\x06\x95\x82\xef\xd7\x68\xd1\xe1\x29\x90\xe5\x65\x47\ \xf2\xd1\xd9\x26\x2a\xa4\xaf\x3a\x3d\xe9\x38\x3a\x83\xed\xf6\x36\ \x8f\xe0\x89\x76\x4f\x8f\x2e\x77\x3a\x40\xaf\xef\x3b\x5c\xa0\x82\ \xd1\x23\xb8\xaf\xe0\xc9\x9c\xfd\x59\xf4\x25\x00\xe3\x2c\x1a\xb3\ \xdf\xd9\xdc\x9d\xad\x2a\xd8\xdb\xfe\x4c\x39\x34\x67\xd1\x7b\x57\ \x2d\x7a\xfb\xfc\x8c\xbb\x6e\x7e\xde\xae\xd7\xea\xad\xab\x7a\xd3\ \x2a\xdc\x60\xac\x33\x9a\xb4\x95\x4d\x65\xb5\x9a\x26\x77\xad\xb4\ \xb4\xb4\xae\x49\xae\x37\x18\xc0\x73\x19\xeb\x35\xfa\x5a\x8b\xc9\ \x64\xd1\x49\x1d\x16\x43\xf3\xca\x8c\xd1\xa4\xab\x71\xcf\x68\x9b\ \x35\x0e\x87\x7d\xd5\x68\xb1\xaf\xba\xbd\xab\x4b\x8b\x4b\xee\x89\ \xa5\x25\xe7\xfa\xd4\xca\xfa\x8a\x73\x19\x24\xc4\xd7\xe6\x1d\xf6\ \xf6\xb6\xf7\xf4\x9b\x7b\xa6\x86\xfb\x1d\x3d\x6b\x73\xfd\x9d\x23\ \xab\x43\xab\x8b\x73\x93\xae\x89\xde\xd5\xd5\xb5\x26\x4b\x9f\xd3\ \xe2\x5e\x35\x19\xe6\xec\x26\xe3\xaa\xc1\xa8\xb5\xd6\x9a\xd6\xd7\ \x97\xe7\x0d\x6b\xf3\xcb\xf3\x53\xeb\xd3\x23\xc3\xd3\xde\xe5\xd1\ \xe9\xb5\x99\xf6\xee\xce\xc1\xfd\xb5\xa1\xe1\x39\x9f\x6d\xb0\xcd\ \x65\x33\x77\x76\xda\xba\x7c\x83\xae\xc1\x6e\xdb\xdc\xb2\xaf\x6b\ \xba\x17\x9e\xcc\xd5\x3e\x68\xee\xe9\xf2\x8f\x9a\x8f\xf7\xcd\x07\ \xfe\x2d\x8f\xc7\xef\x3b\xde\xf2\x1f\x9c\xbf\x3c\x38\x0e\x1d\x5c\ \x04\xaf\xbf\xf8\x62\x3f\x08\x58\xf8\xd2\x15\x08\x7a\x5c\x68\xf0\ \xea\x38\x70\x11\xd8\x3a\xf0\x7b\x06\x83\xe6\xce\xc3\xe7\xdf\x7e\ \x16\xdc\xb2\x5d\xef\x07\xfc\x5f\x7c\x71\x71\x7c\x7c\xf3\x7c\x6b\ \xff\xfa\x85\xad\xf3\x66\x1f\x6e\xf6\x9c\xdb\x8e\x2f\x5e\x7d\xff\ \xed\xef\x1f\xff\xfc\xc3\xe3\x47\x1f\x3c\x7a\xac\x6e\x91\x70\xc1\ \x2f\xd0\xc1\xa2\xa0\xac\x4c\x3a\x16\xec\x08\x80\x12\x81\x4a\x12\ \x4a\x14\x8f\x1b\x65\x8a\x56\xda\x93\x12\x0a\x48\x51\x1c\x85\x99\ \xc9\x60\x16\xe7\xc1\xa7\x3e\x8f\xc1\x48\x2b\x47\xb1\x4b\x6c\x22\ \x60\x61\x79\x1a\x13\xf5\x3d\x28\x7f\xc0\x26\xc7\x51\x18\x71\x86\ \x7e\x9d\x94\x31\xf7\x9f\xfd\x95\x01\xd9\xa7\x6f\x3f\x0e\x99\xd8\ \x70\x7c\x3d\x60\x24\x65\x64\x24\x89\xb5\x96\x89\x29\x57\xe0\xc5\ \x37\xbf\xff\xf0\xcb\x07\x8f\x65\x18\x9e\x5a\xf8\x48\x36\x36\xa6\ \x52\x8f\xa9\xd5\xaa\xb1\xc6\xd6\xc7\x6a\x94\xa7\x2c\x03\x99\x10\ \x4a\xd0\xb2\x1b\x8e\xfa\xbe\x3c\x41\xd5\xc8\xa1\xf3\x64\x28\xfe\ \x8a\xce\x42\x3d\x74\x70\x11\x31\x54\x1c\x1a\xa1\xa2\x72\x79\x99\ \x5f\xed\x98\x00\x00\x20\x00\x49\x44\x41\x54\xe0\x66\x40\xb8\xc2\ \x30\x2c\x19\x8b\x06\x28\xc9\x92\xc8\x58\x04\xaa\x42\x85\x8a\x4e\ \x51\x73\x31\x12\x8d\xcb\x95\xa8\xa8\xa0\x62\x38\x2e\x4f\x22\x41\ \x0f\x41\xe2\x49\x48\x2c\x1a\x4e\xd1\xd8\xd8\xc8\x91\x3d\x06\x8d\ \x23\xd0\x31\x51\x2c\xd8\x93\xc6\xe3\xc0\x63\xc2\xf3\xb5\x80\xb1\ \x42\xf5\xea\x38\x9e\x4c\x42\x27\x60\x09\xa0\xe0\x24\x89\x82\xc0\ \x92\xd1\x71\x2c\x1e\x09\xcf\x91\xd0\x80\x07\x63\xf0\xd8\xe8\xaa\ \x6d\x34\xb8\xba\xb1\x8d\xb2\x72\x4f\xfe\xf1\xd3\x59\x6a\x98\x42\ \xd1\xa8\x62\xf1\xd0\xf8\x9f\x84\x05\x38\x09\xf0\x48\x23\x60\x71\ \x60\x5d\xc3\x08\xd8\x30\x1c\x26\x8a\x14\x81\x8f\x8c\x49\xc5\x60\ \xc2\x93\xa3\xa3\xc3\x63\x62\x70\x20\x4f\xb1\xc9\x91\xb1\xc9\xe0\ \xb4\x92\x73\xee\x45\x2c\x19\xcd\x17\x86\xc7\x16\xc4\x47\x86\x03\ \x03\x16\xc4\x47\xc7\x03\xbd\xe4\xc4\x16\x20\x33\x10\xff\x4e\x5c\ \x96\x48\x9a\x92\x06\x7a\x44\x4c\x4a\xe7\x27\xb2\x89\x6c\x76\x39\ \x33\x81\x9d\x56\x1e\x97\x00\xb6\x2b\x2e\x8e\xcc\x06\x44\x2c\x4e\ \x43\xa6\x0b\x29\x18\x6a\xf2\x85\x30\x1e\x76\x88\x4b\x48\x24\xe6\ \x51\x60\x9b\xa4\xb8\xb4\x62\x80\x40\x66\x22\x11\x20\x3f\x05\x75\ \x02\x43\xeb\x70\x12\x52\x12\x0a\xb3\xd8\xec\xc4\x44\x4a\x76\x76\ \x02\x39\x33\x89\x9d\x9e\x9d\x92\x54\x58\x54\x29\x97\x96\x69\xb4\ \xf6\xf9\xca\x7a\xb7\x75\xeb\x07\xd5\x27\xbf\x3c\x6e\xfc\xf4\xb7\ \xcf\xc7\xb8\x9f\xff\xf2\xd1\xaf\xbf\x3d\x7d\xf3\xf8\x93\x47\xdf\ \xff\x69\x3c\xa7\x21\xf9\x28\xb2\x05\xb7\x7d\xb2\x53\xf5\x74\x26\ \x83\x91\x99\x95\x95\x9e\xc1\xcf\x4a\xc9\x4c\x2f\x2c\x11\xa5\x64\ \x16\xe5\x16\x0a\x0a\xc5\x25\x65\x25\x25\xd9\x45\xc0\x3b\xd9\xf9\ \x62\x8d\xa6\xbe\xac\xa2\x46\xa4\xac\x15\xd7\x2b\x2b\x6b\x4a\x2a\ \x2b\x6b\x6b\x6a\x95\xfc\xd2\xb2\xb2\xfa\x5a\x65\x6d\xa5\x54\x5c\ \x94\x0d\x2a\xa6\x2c\xc9\x95\x8b\xc0\x94\x95\xa2\xd6\xd2\x15\x72\ \x65\x85\xdc\x58\x23\x56\x7a\x1f\xbd\x9d\xec\xf6\xbf\xfc\x3a\x26\ \x1e\x4b\x8a\x2c\x68\x28\xe8\xd8\xc4\x2b\x24\x61\x31\x31\x12\xc2\ \x6c\x0e\x26\x26\xb9\x6a\xa0\x6a\x76\x67\x6f\x67\xfb\xec\x6a\xe3\ \x0a\x30\xfd\xbe\xac\x77\x7b\x07\xd5\x4d\x55\x25\xc7\x24\xc7\x62\ \xe0\x2d\x89\x89\x28\xa8\x42\x05\x6e\xf1\xf0\x7a\x86\x47\xc6\x57\ \x35\x00\x17\xe6\x14\x0c\x6c\xa3\xee\x5f\x28\xd4\x7d\x7b\x07\xc8\ \xef\x74\xf7\xf4\xf5\xe5\xe5\x3f\x5e\x9f\x9e\xbd\x3e\x39\xbd\xbb\ \x3c\x01\xba\xdc\x9b\xbd\x04\x2a\xdc\x3b\x39\x3b\xed\xd8\xb9\x83\ \x77\xfb\xec\x72\x33\x76\x17\x2c\xd6\xce\xc6\xd5\xe5\xce\xd5\xf6\ \xce\xd5\x5e\xc7\xce\xd9\x11\x2a\xc0\x02\xb3\xb6\x39\x7b\xf4\xf4\ \xcd\x81\xe6\x2f\xe3\xa8\xf4\xfe\x7e\xbd\x29\xdc\xb5\xb7\x91\xbc\ \x79\xf2\x83\x63\x61\x65\xc9\x6d\x01\x1e\xf4\x2e\xac\x54\xac\x38\ \xec\xf6\x85\xa6\xda\x35\xa3\x76\x65\xcd\x0e\x6e\xc9\x54\x57\xaf\ \xd4\xd4\xd6\xd5\x35\xe9\x4c\xba\x7a\x69\x8d\xae\xbe\x59\x6f\xb4\ \x1b\x34\x95\xca\x7a\x87\xd1\xe0\x30\x5a\x95\x35\x7a\x87\xdb\xe4\ \x74\x1a\x2c\x56\xfd\xaa\xd3\xd1\x6c\xb4\x37\xaf\x68\x6b\x0d\x96\ \x79\x43\x93\x65\x7e\x6a\xa5\xc9\xbe\xb2\xee\x5e\x72\x1b\x9c\x7a\ \xfb\x64\x57\x4f\x97\x6f\x6e\x7d\x72\xa5\xc7\xdf\x19\x08\x8c\xce\ \xd9\x67\x1c\x6d\xd3\x3d\xfd\xcb\xc3\x13\xed\xed\xc6\x61\xf3\x34\ \xca\xf4\x6b\xf7\x2e\x38\x1d\x6e\x87\xd3\xbb\xba\x58\xaf\x35\x3a\ \xbc\x86\xfa\xd5\x7a\xcb\xda\xf2\xc4\x82\x73\xd5\xbd\xea\x9c\x9f\ \xe8\xe9\xe9\xec\xf1\xba\xfb\xfa\xe7\x87\x06\x27\xa6\xfa\x03\xf3\ \x6d\xfd\x0b\x13\x43\x41\xff\x7d\x40\xdf\xa0\xbf\xcb\xd6\xd9\x7f\ \x18\x68\x6b\x1f\xb4\xb9\xda\x46\xbb\x3a\x03\x83\xe6\x41\x1b\x5a\ \xfd\xbc\xb5\x65\x1b\x3c\x3f\xf6\x8f\xba\x6c\xe7\xa1\x90\xaf\xcd\ \xff\xfc\x0b\x9f\xeb\x06\x94\xe7\xfa\xab\x63\x9f\xff\xfc\xc0\x76\ \xb0\x3f\x18\xf4\xbb\x6e\x80\x1d\xcf\x03\x3e\x9f\xff\x10\x14\x69\ \xf4\xe2\xd5\xcd\xf9\xd6\xf9\xa1\x6d\x7f\x7f\xff\x9b\x97\xcf\xcf\ \xbb\xfc\x37\xa1\xc3\x83\x83\xe0\x56\xe8\xf9\xfe\x8b\x73\xff\x81\ \xe7\xab\x6f\x3f\xfb\xf5\xcd\x3f\xff\xfe\xdb\x0f\x9f\xff\xf8\x54\ \x31\xc6\x93\xf0\x14\x12\x0e\x0b\x47\x63\xe1\xa8\x24\x42\x44\x18\ \x16\x55\x32\x81\xb1\x91\xa9\x55\x32\xde\x18\x6a\x1c\x21\x6c\x63\ \xc6\x51\xc8\x70\x82\x06\x9a\x60\x17\x3f\x20\x56\xa7\xa1\x6c\x00\ \x0a\x1c\x22\xa8\xb6\xe1\x41\x39\xb3\x9a\x52\x5e\x0c\x8a\x05\xc7\ \xc9\xc3\xea\x3f\xe4\x4f\xc8\x17\xc5\xf9\xee\x5a\x9b\xfb\x47\x9c\ \x82\xca\x15\x9b\xc4\xe5\xcc\x87\xef\xa6\x81\xc5\x4a\xc9\x2d\x2d\ \x6d\x76\x8e\x04\xbf\xff\xf9\x3f\xdf\xfe\xfa\xfb\x07\x7f\x97\xc5\ \xc8\xc6\x3e\x91\x3d\xfa\x44\xd8\xf2\xf4\x13\x05\xaf\xa5\xf1\xd1\ \xe3\x56\x85\x42\xa6\x90\xc9\x24\xe0\x75\x58\xa8\x58\x9d\x44\xa3\ \x0b\x01\xed\xa8\x8d\x5c\x16\x17\x88\x0d\x47\xa0\xca\x64\x1c\x2a\ \x8e\x84\xe7\x4a\x70\x78\x1c\x8d\xca\xa3\x81\x91\xc1\x71\x78\x34\ \x2c\x1d\x0c\x21\x8f\xa5\x40\xad\x2b\xa8\x2c\x05\x4f\xc2\xa5\xd3\ \x25\x8d\x5c\xa1\x84\x07\x40\x29\x53\x53\x79\x1c\x40\x3b\xe1\x63\ \x1a\x81\xc7\x23\x48\x14\xa0\x4a\x2c\x1e\x1a\xe6\xe7\x34\xaa\xb9\ \x78\x2c\x36\x8c\xa6\x90\xb0\x78\x5c\x2a\x09\x58\x0e\x4c\x9b\x50\ \x42\x60\x11\xb0\x78\x50\x26\x2e\x07\x70\x8e\x2b\x11\x72\x70\x42\ \x10\x42\x35\x8d\xd7\xaa\xe0\xf2\x50\xdd\x57\x18\x06\x17\x16\x81\ \xe9\x40\xe5\x36\xc8\xf0\xef\xec\x6d\x9f\xdd\xdd\xed\xe5\xe0\x55\ \xa0\x95\x2c\x0e\xaa\x12\x03\xf1\xc4\x61\xa3\xc3\x68\x28\x59\x02\ \x83\x89\x40\x2a\x0b\x8a\x85\xc1\x62\x23\xc3\xc1\x61\x85\x47\x46\ \xc6\x44\xa2\x32\xf7\xf8\x28\x4c\x64\x6a\x4c\x4e\x4e\x78\x44\x74\ \x4e\x0c\xe8\x55\x44\x54\x72\x4e\x72\x34\x08\x56\x4e\x2a\x6a\xba\ \x7e\xdf\x54\x27\xb9\x21\xb5\x60\x00\x1c\x41\x6a\xc1\x3b\xc4\xac\ \x12\x41\x62\x1e\x93\x51\xcc\x4e\xc9\x95\x26\x10\xc1\xdc\x16\xb3\ \x19\x6c\x0a\x91\x48\xae\xae\x66\x24\x32\x29\x0f\xc1\xfb\x82\xc5\ \x62\x96\x33\x12\xe2\x98\xe4\x3c\xc4\x88\x0c\xd4\x4b\x07\x94\x2b\ \x89\x08\x28\x9f\x86\xf2\xdc\xe1\x06\x36\x40\x25\x10\x60\x22\x39\ \x8f\x4d\x89\x4b\x80\xfb\x88\xd9\x85\x64\x4a\x5c\x62\x02\x31\x25\ \x25\x29\x31\x21\x23\x5b\x5e\x5a\x5a\x56\x22\xad\xa9\x91\x96\x14\ \x29\x9b\xeb\xea\xe4\x4b\xcb\xe6\xaf\x79\x28\xd4\xec\x73\x75\x44\ \x41\xd8\xe7\x3f\xfe\xf1\x9b\xc7\x4f\x2f\x6c\x8f\xe2\xe3\x9f\x45\ \x0f\x44\x6d\xff\x34\xfb\xf4\xf7\x27\x98\xdd\xa3\x9d\xd8\x8f\x97\ \x05\xa8\x9b\x61\x7e\x6e\x36\x99\x9d\x9e\x9b\x9d\x94\x5d\x98\x22\ \x46\xc1\xc9\xf9\xf2\x32\x65\x4d\xa9\x54\x27\x97\xea\x40\x9f\x2a\ \xea\x34\xb5\x95\x25\x35\x5a\x8d\x54\x50\x2b\xad\x69\x6e\x6e\x36\ \x29\xe5\x4a\x79\x59\x8d\xae\xae\xb2\x54\x5e\x59\x22\x90\x16\x95\ \xe5\xe7\x83\x2b\x6b\x12\x94\x88\xf9\xd9\x75\x46\xa5\xb8\x42\x6f\ \xac\xd0\x2f\x57\x7e\x11\x5a\x9c\x6c\x6b\x89\x8c\x08\x03\xc5\x8a\ \x1f\xdf\x2d\x98\x1d\x88\x8e\xc4\x0a\x5b\xa9\xe0\x46\xab\xa2\xc2\ \x62\xa3\x1b\x3a\xc6\xcf\xb6\x37\xce\x4e\x37\xcf\x36\x4f\x4e\xce\ \xb6\x8f\x4e\x8f\x66\x8f\xae\x8e\x50\x72\x68\x4e\x55\x7c\x0c\x58\ \x5e\x2a\x0e\xd3\x31\x10\x8f\x49\x4e\x4e\x2e\x00\xd5\x02\x97\x95\ \x13\x9f\x5c\x55\x35\x30\xbe\xb9\x39\xb0\xb9\xb1\x8b\x3a\x80\x1d\ \x9d\x6c\xa3\xcc\x77\x54\x45\x8a\x46\xaf\xee\x90\xd3\xba\xbb\x3a\ \xba\x45\x94\x78\x79\x7a\x77\x75\x32\x7b\x77\xb9\x7d\x7b\x76\x3a\ \x70\x74\x7b\xb5\x77\x79\x75\x74\xf4\xfa\xf2\x74\x67\xf3\xf5\xe9\ \x00\xd8\xb4\x33\xb8\xb8\x37\xbb\xb9\xbb\x73\x34\xee\x61\x7d\x5d\ \x3b\xca\x03\xe7\xbd\x7b\xb4\x39\x8b\xe6\x0c\x77\x76\x06\xaa\xaa\ \xae\x62\x56\xec\x4b\x33\xd3\x4d\xf6\x75\x30\x2c\xf5\xf3\xab\x4d\ \xf6\xa5\x75\x6b\xb3\xc5\xb8\x62\xb5\x18\x1d\x7a\x93\x71\x45\x6b\ \x34\x98\x2c\xcd\x4d\xf0\x5d\x59\x67\x5c\x31\xd5\x34\x6b\x34\x75\ \xf2\x5a\xfd\xea\x5a\xb3\xc9\xe0\x46\xdd\x6c\x50\xfd\x82\xc6\xeb\ \xd4\x5a\xbc\x16\xeb\x8c\xd1\xb8\xee\x50\x1a\xd6\xec\x46\xd3\xea\ \x9c\x77\xde\xb4\xb6\x62\xd7\x9b\x80\x14\x1d\xcd\x53\xfe\xe3\x41\ \xf3\x92\x77\x71\x72\xa4\x6f\xca\x7f\x68\xeb\x5b\x9c\xb3\x4e\x4e\ \xfb\xba\xe7\xba\x97\xe6\xa6\xd7\xa7\xa7\x47\xa6\x86\x17\xdc\x0b\ \x96\x75\xa7\x5b\xbb\xe6\xb6\x2c\x4d\xea\xed\x96\xf5\xd5\x66\xb9\ \xa6\xb9\x7b\x64\x65\xd1\x6b\x77\x38\xe6\x97\x56\x97\x47\x7a\x87\ \x17\x17\xe6\xfb\x87\xd7\xfa\xda\x7a\xfb\x07\x8f\x87\xda\xcc\xfd\ \x83\x2e\xdf\xe8\x61\x28\x14\x0c\xf8\x03\x81\xc1\xc1\xc1\xb6\xfd\ \xce\xfe\xd0\xa8\x0b\x28\x6e\x6b\xb0\xd3\x1c\x38\x7e\xbe\x35\xda\ \x7d\x1d\xf4\x0c\x8e\x76\x76\x7a\x0e\x82\x3e\x5b\x57\x9b\xef\xe0\ \xe2\xfc\x62\xeb\xb3\x17\x07\xaf\xbe\xfa\xfe\xf8\xdc\x3c\xea\xb1\ \x1d\x86\x3c\x9f\xb9\x7c\xc1\x57\xd7\x36\xdf\xf1\xc1\xb7\xc7\x66\ \xd7\xcb\xfd\xf3\x37\x37\x2f\x0e\xb6\xae\x3f\x0b\x5e\x87\x6c\x7f\ \x79\xb9\xef\xda\xf7\x6d\xbd\x0c\xbe\x7c\xee\x3f\x3c\xfe\xca\x73\ \xf3\x55\xf0\xd5\xab\x2f\x7e\xfe\xe8\xbb\xff\x19\x3b\xfd\xa0\x95\ \xde\xd8\x22\x11\xf2\x68\x24\x96\x8c\x4a\xc0\x70\x48\x18\x12\x16\ \xc5\x0c\xd3\x79\x74\x1a\x47\xad\x10\x02\x14\xca\x54\x92\xd6\xda\ \xbc\x38\x34\x40\xc2\x60\x33\xf3\xca\x89\xa0\x55\xc5\xc5\x0c\x0a\ \x25\x2d\x8f\x99\x07\xe7\xee\xb8\xbc\xf2\x62\x34\x42\x52\x5d\x9c\ \x57\x5e\x0e\x57\xd8\xe2\xdc\x94\x35\x41\xfd\x6a\x86\xed\xb3\xdf\ \xc7\x7e\xa1\x47\x75\x96\x7c\xc3\x4f\x43\xa3\x2b\x89\x89\x71\xb9\ \x82\x8a\x5a\xdd\x94\xf9\xd5\x5f\x5e\xbc\x7a\xf5\xdd\x9f\xfe\xcf\ \xe3\x30\x89\xe2\x89\xfa\x91\xec\x71\x8b\xa2\x45\x06\x5a\x25\x04\ \x66\x13\x72\xff\x7f\x96\xde\xc4\x2b\xed\x2c\xdd\x1a\x2e\xc6\xc5\ \x0c\x8b\x79\x90\x51\x44\x45\xc5\x01\x07\x44\x45\x59\xa2\x38\xa1\ \x4b\x50\x17\xe0\x10\xe7\x29\x4e\xa8\x68\x8c\x46\x8d\x53\x9c\xf5\ \xaa\xad\x1f\x4e\x91\x6b\x39\x94\x46\xab\x3a\x6f\xde\xa8\xaf\x26\ \x26\x9f\x9d\x74\x55\x75\x8d\xa9\xea\xdc\xd4\x7d\x3b\xd5\x95\xaa\ \xd5\xeb\xde\x3f\xe3\x7b\x4e\xee\x47\x56\xa1\xfc\x00\xa1\xf8\x71\ \xf6\xd9\xfb\x9c\xe7\xd9\xdb\xc8\xe5\xea\x81\xf0\xd0\x50\x96\x3c\ \xf0\x3e\x2e\x17\xf0\x41\x0e\xca\x8e\x2a\xb7\xea\x79\x26\x80\x01\ \x60\x4d\x7a\x3d\xda\x18\xa4\x6a\xb9\x72\xbd\x80\xca\x10\x70\x81\ \x93\xf1\x90\xfd\xa8\x43\xab\x92\xcb\x6d\x72\x39\x03\x87\x3c\xb4\ \x34\x2c\xae\x56\x6f\x35\x31\xa8\x1a\xbd\x89\xca\x32\x99\x8d\x46\ \xb4\x0e\x85\x63\x21\x5b\x64\xab\x5c\x6f\xb2\x99\x35\x3c\xb3\x86\ \xca\xe2\xe2\xb8\x66\x2d\xf2\x2e\x95\x1b\x29\x18\x80\x1b\x15\x43\ \x80\x44\x21\x55\x2e\x37\x72\x19\x5c\x81\xc0\x66\x86\x8f\xc7\x24\ \xe0\xda\xb4\x0e\x93\x9e\xa5\xe1\x72\x59\x2c\x78\x13\x64\x11\xb1\ \x72\xa8\x09\xb5\x6c\x0c\x01\x6a\xad\x1d\x22\xc0\x22\xe9\x1d\x5a\ \x8d\x51\x0b\x6f\x1a\x3e\x3f\x54\x25\x41\xa6\xc9\x35\x0c\x1e\x0d\ \x43\x61\x51\xa8\x18\x2a\x85\x46\xc0\x10\x00\xad\x90\x57\x03\x9d\ \x40\x24\x11\x03\xe1\x57\x54\x3d\x4a\x0f\x94\x61\xe1\x12\x83\x7e\ \x0f\x14\x89\x62\xc2\x81\x6f\xc9\xc2\xe9\x85\x20\x5a\x00\xa8\xe8\ \x81\xa2\x98\xca\xca\xcc\xc2\x98\xcc\x4f\x98\x21\xe9\x51\xa1\x80\ \x49\xb7\xd5\xc1\x51\x41\x01\x01\x30\x4f\xa8\x81\x52\xe9\xa4\x4c\ \x89\x4e\xcd\x17\x2b\xf9\xd2\x54\x38\x45\x3a\xbe\x50\x2d\x0d\x40\ \x75\x28\xa9\x4c\xb6\x10\x95\x90\x0a\x85\x1c\x64\xea\x27\x95\xea\ \x00\x94\xd8\x8a\x54\xb8\x05\x60\xa5\x0c\xe6\xb3\xf9\x6c\x31\x1c\ \x0c\x90\x08\x95\x41\x41\xa8\xca\x9d\x2f\x66\x4a\xf8\x21\x41\x71\ \x49\x49\x11\x92\x90\x50\x85\x54\x92\x9e\x1f\x87\xdc\xac\x0c\xf6\ \x0b\x7c\xa6\xf1\xe1\xaf\xaf\xff\xa9\x11\x64\x8a\xf4\xc6\xf5\x3f\ \xb8\x78\xd3\xc9\x40\x07\x63\x6d\x6f\x0b\x1b\x78\x76\xd8\xd3\x7d\ \x75\xf9\x57\x4c\x53\x4c\x53\x38\xf1\x22\x34\x38\x36\x32\x4a\x29\ \x94\x04\x87\x85\x49\xc2\x42\xf9\x91\x11\x89\x68\xfd\xdd\x62\xb1\ \xa4\xc5\xe5\xe4\x24\xc7\x17\x58\xd2\xd2\x52\x8a\xec\x06\x4b\xae\ \xd3\x92\x9b\x96\x97\x9b\x9b\x9c\x94\x92\x6e\x49\x03\x6e\x95\x9e\ \x6c\x48\x89\x8a\xb7\xe4\x04\x89\x43\x22\xf2\xed\xf1\x89\x49\x19\ \x19\xf1\x96\xb8\xd8\x94\x74\x60\x5e\xce\xc6\xae\xea\xc9\x22\xef\ \x6e\xeb\xdb\x87\x3d\x98\x67\xf2\x18\x01\x45\xd4\x44\x07\x52\x94\ \xb9\x42\xd0\xb8\xb8\x80\x3a\x1f\xab\xd7\xb0\x85\x99\xf3\xf3\x6b\ \x67\x6f\xe6\x0f\xd6\x7a\x50\x57\xf2\x11\x88\xb1\xb3\xb5\x9e\x42\ \x0c\x69\x28\x93\x44\x26\x92\x59\x3c\x06\x56\x16\x88\xc7\xc1\xe7\ \x1d\x83\x0f\x8f\xc1\x62\xe9\x20\x08\x2b\x87\xe6\x9b\x86\x50\x4a\ \x21\xf2\xba\xda\x5e\x39\x9a\x5f\x43\x45\x0c\x5b\x9b\xa7\x20\x2e\ \x51\x97\xcf\xe1\xc1\xe9\xf5\xf5\xf5\xcd\x35\xaa\x45\x7d\x7f\x73\ \xbd\x7d\x7a\x0a\x48\x78\x30\x0f\xa0\x76\xb0\x76\x76\xb6\x76\x7d\ \xb6\x77\x38\x7f\x7a\x7a\xb4\xb6\xb5\x82\x3c\x98\x0f\x90\x65\xc4\ \xd6\x66\xe1\xc9\xd0\x62\x54\x17\xf7\xf0\x0c\x59\x46\x6c\xaf\xad\ \xcc\xaf\x21\x4b\xc1\xcc\x4d\xd9\x40\xf6\xd4\x9d\x89\xde\xf6\x8e\ \x89\xb9\x6c\xcf\x68\x8e\x73\xa0\xa3\x39\xaf\xac\x64\xd4\x39\x71\ \xdf\x5b\x64\xcf\x2b\x48\xf7\xa2\xc8\xae\x5c\x7b\x9e\x3d\x3b\xa7\ \xc5\x03\x10\x9f\xef\xf6\xa4\x97\xd9\x07\x46\x8a\x3d\x1f\x33\xe4\ \x7b\xdd\xcd\xbd\xee\xbc\x82\xa2\xdc\xe6\xa9\xb2\x3c\xbb\xbd\xc8\ \x5d\x92\x51\x32\x59\x3c\xe6\xf5\x36\xdf\x07\xf8\x29\x29\x1b\x71\ \x17\x8f\x8c\x7b\x5a\xee\xb4\x75\x0d\xfb\x2b\xbc\x77\xc7\x2a\xda\ \xdb\x6a\x1a\xbb\x66\x3b\xea\x9b\x1b\x66\x36\x6a\xfb\xef\x4e\xce\ \xd5\xcf\x35\xd4\x56\x35\xb4\x8f\xb8\x01\xe2\x46\x5a\x00\xed\x9a\ \x67\x3b\x46\x9d\x39\x4e\x77\x49\xfe\x74\xd9\x64\xff\xf8\xec\xc0\ \xc0\xc4\xa8\xdd\x33\x71\xa7\xbf\xb3\xba\xb3\xe3\x7e\x05\x68\xc3\ \xb6\x5b\x35\x33\x0b\xf7\x86\x17\xee\xd6\xb6\xf5\xf5\x55\x2d\x5c\ \x0d\xb7\xd5\xb6\xfa\x76\x57\x7d\xcb\xcb\xb5\xfd\x7d\xd5\xed\xb5\ \x75\x35\xb5\x3b\x5d\x0b\x33\x1b\x3b\x3b\x15\xad\xe7\xe7\x7d\xbe\ \x7d\x5f\xcd\x89\x7f\x79\x75\x66\x79\x75\x79\xc1\xbf\xff\xc2\xd7\ \x76\x71\xfc\xe9\x8b\xd7\x5f\x5f\x76\xf5\x1d\x77\xf9\x6b\x37\x7c\ \x33\x0b\x1b\xfe\xe1\x9d\xda\xae\xdd\xd7\xe7\x7d\xad\x17\xfb\x5d\ \xc7\xfe\xab\xdd\xe5\xfd\xd7\x97\x1b\xfb\x80\x0d\xc3\x3b\xc7\xad\ \xc7\xbe\x8d\xda\xaf\x2f\x7c\x2f\x2e\x87\x8f\x2f\x4f\x2e\xaf\x3e\ \x7d\xfb\xc5\xdb\x4f\x1f\x7f\xb6\x6e\x5b\x7f\x66\xd2\x58\xd1\x6a\ \x0e\x0f\x98\x85\x86\x8b\x63\x30\xe4\xc0\x37\x78\x2a\x8d\x40\x23\ \xd7\xab\x1c\x66\xad\x06\xc0\xe4\xa1\xfc\xb9\x38\x15\x10\x2a\x81\ \xc3\x41\x29\x9d\xa8\x09\x4d\x9d\xca\x41\xbb\xe3\x59\xa5\xa5\x59\ \x30\x2a\x60\x92\xce\xba\x9d\x7a\xfb\xb6\x54\xad\x63\xa2\xe8\x74\ \x76\x50\x12\xd3\x52\x16\xf7\xfa\xed\xee\xc5\xf9\xef\x3c\x5f\x3c\ \x35\x4f\x18\x89\xf4\x09\x3f\x38\x28\x32\x34\xc2\x3d\x5e\xd7\xf7\ \xcb\xd7\x5f\x5f\x7c\xff\xf6\x57\x3d\x4b\x6b\xee\x5e\xec\x76\x58\ \x35\xb6\x67\x0e\xdb\xba\xd9\x04\xd2\xd4\x64\x06\x49\x07\x38\xa2\ \xd7\x02\xca\x68\x8d\x3c\x95\x4a\x0b\xa4\x88\x0a\x4c\x09\x6d\x0b\ \xea\x8d\x1a\xe4\x24\x03\x9a\x15\x19\x06\x53\x1c\x5a\xad\x8a\x45\ \x63\x31\x3e\x96\x11\x68\xb4\x3c\xad\x11\x40\xc7\x66\x32\x01\xac\ \xa8\xcc\xa8\x0b\xd2\xaa\x31\x77\xab\xf4\x00\x37\x5a\x8d\xc0\xa8\ \xe1\x69\x54\x5c\x54\xbd\x01\xbc\x0c\x99\x05\xea\x6d\x2e\x2d\xd7\ \xe6\xb2\xea\x55\x74\x96\x55\xcf\x55\x09\x68\x2a\x33\x0e\xa7\x57\ \x19\xcd\xa8\xb4\x9d\x21\x60\xf1\x78\xdd\x46\xe4\xa9\x6c\x32\xd1\ \xb8\x1a\xbd\xd6\xba\xae\x45\x71\x18\xc0\xfa\x70\x14\x9a\x40\x80\ \xa3\x93\x63\xb6\x57\xb6\x51\xe8\xf3\xfc\x50\xcf\x10\x5a\x80\xcd\ \xa4\xeb\x9f\xb9\xcc\x56\x15\x43\xc3\xc3\x01\xc8\x6a\xa8\x54\x0a\ \x4b\x6e\xa4\xaa\x40\x57\x92\x70\x2c\x96\x80\x46\x26\xd3\x89\x24\ \x3c\xb2\xef\x23\x63\x30\x04\x20\x52\x81\x78\x3c\x88\x3f\x22\x1d\ \xa0\x8b\x48\xc4\x87\x07\x06\xa2\x85\x2c\x91\xa8\x49\x84\x07\x39\ \x98\x99\x19\x1e\x2e\xa3\x93\x44\x70\xa1\x07\x06\x86\x87\xc7\xc4\ \x7c\xc2\x8f\x4c\x8c\x0c\x93\x72\xd4\xa5\xea\x80\x20\xa5\x44\xac\ \xd3\xa9\x13\x12\x38\x52\x54\x60\x85\x5c\x18\xa4\x1c\xb6\x82\xc3\ \x49\xf8\x53\xaa\xf4\x63\x8b\x3a\x50\x60\x8e\x94\xc9\xe4\x48\x50\ \x65\x2f\xf0\x2a\x35\xaa\xa0\x53\x8b\xf9\x7c\x0e\xcc\x3a\x01\x01\ \xd2\x00\x25\x27\x81\x1f\xca\x16\x2b\xb2\xd4\xa1\xc1\xc1\xca\x68\ \xb1\x30\x20\x34\x40\xc2\xe1\x84\xb2\x39\xcc\x60\xb6\x50\x19\x20\ \xd4\x05\xc4\xe5\x27\x29\x23\x0c\x51\xc9\x25\xb3\xcf\x55\x5a\xfc\ \x96\xf9\x53\xb9\x60\xc9\x8c\xb6\x3a\xb4\x26\x4c\xe1\x1a\xef\xc9\ \xf1\x57\xa2\x95\xcc\x98\xbd\xed\x95\x42\xd5\x97\x75\xe7\x0e\xa3\ \xfe\xaf\x6f\x7f\xef\xec\xb4\x07\x48\xc5\x7c\x65\x48\x24\xd2\xad\ \xca\x88\x68\x38\xf1\xf9\xb1\xd1\xb1\x69\xe9\x71\x79\xd9\x49\x19\ \x79\xd9\xf6\x34\x43\x52\xb6\x21\x2f\xc5\x52\x04\x22\x31\xde\x90\ \x92\x92\x6c\x30\x24\xa7\x20\x17\x3f\x43\x64\x48\xb4\x21\x42\xc2\ \x8e\x70\xe6\x27\xc5\xc5\x27\xa7\xa5\xc4\x45\xa5\x45\xa7\x24\xa7\ \xe7\x16\x8f\x9f\x57\x8c\xb9\x1b\xea\x87\x5f\xca\xb7\x2a\x7f\xf8\ \x14\xc3\xa5\x12\x33\x2b\x63\x0e\xcf\x0e\x8f\xb6\xe8\xda\x72\x3c\ \x59\x14\x8e\xfa\xc5\x65\x2c\x51\xe1\x10\x0a\xb6\xdd\x3e\xd8\xea\ \x69\xda\x3c\xea\x59\x03\xa8\xd8\xec\xa9\x0c\x27\x01\x63\x95\x51\ \x28\x24\x32\x83\x41\x0f\xc7\x53\x30\xb2\xca\x40\x1c\x26\x13\x3e\ \x5d\x7a\x61\xcf\x50\x4c\xcf\x76\xcf\x50\xe0\x0a\xa0\x56\x53\x78\ \xe5\xda\xda\xde\xe6\x76\xcf\xf6\xc1\xe6\xda\x16\x6a\x3c\x44\x45\ \x0d\xa8\x56\xe2\xf0\x14\xa0\x0b\x54\xe6\xff\x04\x85\xed\x6d\x1d\ \x1c\x6e\x02\x9a\x1d\xae\x6c\x5d\x6f\xc1\xcd\x9b\x3d\x78\x20\x2a\ \xce\x3a\xfd\x9f\xbe\xe9\xbd\x83\xad\x03\xfd\xdb\x37\xbc\x36\xdf\ \xb1\x68\x13\xfd\x99\x83\x3d\x54\xfc\xbe\xb7\x39\x94\x79\x5a\x38\ \x5b\x34\x3a\xee\x1d\xe9\x9f\xf3\xb8\x3d\xcd\x53\xee\xb2\xb2\xbc\ \xde\xb9\x5c\xcf\xc0\xc8\xb8\xd3\x9d\x57\x64\x4f\xce\x2b\x2e\x73\ \xe6\xa4\xe4\xe7\xa4\x24\x19\x8a\x9d\x69\x69\x69\xf9\xde\x9c\x7c\ \x4b\x49\xc1\x68\x33\xca\x11\xcc\x2f\xf2\x36\x97\x14\x14\x3b\x5b\ \x9c\x25\xc0\xc7\x46\xa6\xf3\xf3\xca\xdc\x16\x8f\xd7\x3e\x69\x77\ \x8e\xf4\x8f\xc1\xb1\x11\x7b\x51\x8b\x7b\xa0\xd9\x5b\xdf\xda\xd1\ \x3a\x53\xd3\x5f\xe3\xbc\xdf\x5e\xd5\x5a\x3b\x3c\xee\xbc\xd7\x52\ \x77\xeb\x6e\xe3\xbd\x76\x6f\xdd\x60\x6f\xe7\x4c\x45\x63\xdd\xd4\ \xc0\x58\x49\x71\xaf\x73\x6e\x6e\xb0\xa4\x78\x60\xa2\x25\xaf\xa0\ \xb7\x79\x6a\x24\x67\x72\x6e\xa2\xb7\x77\x72\xcc\x53\x3c\x31\x3b\ \xd8\x50\xdb\x70\xaf\x7f\xba\xae\x6e\xaa\xae\xed\x4e\x6b\x55\xcd\ \xbd\xea\x5b\xfd\xad\x6d\xad\xb5\xad\x77\x7d\xcb\x8d\xcb\x33\x7d\ \x1b\x6d\x33\x7d\x0b\x0d\x55\x35\x0d\xc3\xd5\x15\xbe\xbe\xe1\xba\ \x8a\xda\xda\xd5\x99\x2a\x7f\xd7\x71\xcd\xee\x42\x6b\xdb\x4e\xeb\ \x4c\xdf\xea\xaa\x7f\xf5\xe4\xea\xf2\xdd\xfe\xf9\xd7\xbe\x2f\xbf\ \xbe\x68\xed\xf3\x9d\x6f\x54\xef\xbf\x7e\xbe\xbf\xb3\x7b\x7c\xb5\ \xe0\x7b\xbe\x3b\xb3\xb1\xb1\xdc\xee\x3b\xaf\xf9\xfe\xcb\xe3\xcb\ \xe3\xe5\x8b\xbe\x19\x78\xe6\x0b\xe0\x6f\xd5\xc3\xb5\x7d\xcb\xfe\ \xe7\xbb\x27\x2f\x7c\x27\xfb\xbb\x57\x5f\x7e\xff\x8f\xc7\xbf\xff\ \xf6\xd9\x62\x77\xf9\xd3\x75\x40\x00\x18\xe4\x2c\x95\x9e\xcb\x02\ \x6a\x03\x52\x88\xc6\xa0\xca\x79\x02\xb9\xd5\xaa\xd1\x9a\x54\x26\ \xa3\xad\xdb\x5a\x2e\xaf\x48\x4d\x55\x2b\x40\x7b\xc0\x77\x5e\xaa\ \x43\x8b\xb9\x30\x63\x2b\x4a\xa5\x30\x4e\x12\x1e\xdc\x4e\xc8\x52\ \xe8\x14\xa5\x0f\xfe\x94\xa5\x80\xfb\xb3\x80\x79\x81\xec\xe0\xe8\ \x42\x2d\x6d\xbf\xe4\x55\x5c\xed\xff\xa3\xe7\x1f\xcd\xd4\x81\x38\ \x36\x0a\xfa\xcc\x42\x5d\xb1\xd1\xb9\x73\x0d\xd5\xab\x3b\x1b\x6d\ \xfe\x9f\xbb\xad\xb6\x72\xb9\xd9\xb5\x54\xbe\x64\xb2\xb9\x5c\x7a\ \xd7\x92\x4b\x65\xb3\x96\x3b\x34\xa6\x72\x1b\x90\x3e\x40\x52\x10\ \x67\x5c\xbd\xde\xc4\x42\x71\x14\x5c\x8d\x0a\xa8\x1f\x28\x37\x1a\ \x4f\x23\x00\x4e\x05\xc2\x8c\xca\x52\x51\xb9\x00\x60\x2e\xab\x95\ \x87\x43\xbb\x71\x72\x23\xda\x53\x34\xca\xb9\x28\x11\xcb\x66\x53\ \x19\x4d\x68\xf1\x4a\x6b\x04\x91\x29\xb7\xc2\x9d\x1a\x93\x56\x6b\ \x56\x59\x91\x67\xbc\xad\xbc\x7c\x69\xd1\xf6\x50\x6f\x72\x81\x28\ \x64\x11\xa9\x80\x6c\x5a\x16\x45\x23\xa7\xd0\xac\x5a\xbd\x0b\xe5\ \xb4\x0a\x90\xd3\xa8\x55\xcb\x33\x9a\x54\x36\xc0\x38\xab\x43\xc5\ \x63\x61\x70\x1a\xbd\x5c\x60\x94\x0b\x78\x48\x31\x92\x44\x95\x5b\ \xa8\x84\x10\x25\x02\xcf\xaf\xcc\x6f\x1f\x6d\x87\x93\x6d\xdd\x4b\ \x2e\x8d\x4a\xff\xb1\x02\x83\xa1\xd1\x08\x40\x5d\x03\x5c\x71\xe5\ \x28\x3e\x95\x46\xc1\x10\xf1\x18\x2c\x89\x40\x25\x83\x16\x24\xd1\ \x48\xc0\xac\x44\x74\x02\x29\x30\x86\x48\x27\xa0\x9a\x51\x22\x32\ \xf5\xc3\xa3\x7d\x43\xd0\x83\x58\x02\x31\x86\x20\x8a\x11\x11\x03\ \x65\x44\x22\x12\x30\x31\x30\x1e\x3f\x41\x19\xef\xd1\x6c\x49\x6a\ \x82\x4e\x1c\x17\x1b\x20\x54\x20\x57\x77\x26\xf0\x25\x36\xd2\x78\ \x1c\x66\x02\xb2\x69\xd0\xa5\xde\x46\xc4\x17\x70\x4c\xc1\xe7\xe8\ \x4a\x81\x0e\x0b\x99\x48\x28\x72\x50\xe4\x97\x90\xa9\x66\x83\xbe\ \xe7\x84\x88\x15\xea\x00\x36\x47\x2a\x11\xa7\x0a\x41\x2b\x82\x3c\ \x0c\x09\x61\xf3\x03\x42\x42\x82\x82\xc2\x02\xd8\x88\x5a\x45\x1b\ \x62\x0d\x49\x29\x30\x44\x72\xec\x79\x9e\xbc\xe4\xb4\xd5\x6f\x06\ \xb2\x9f\x84\x07\x56\x66\xc6\x30\x58\xac\x67\x2e\x19\x16\xd3\x33\ \x34\x3f\x4f\x7d\xb9\xe0\xf8\xfb\x57\x81\x31\x99\x58\xb2\xe3\xf7\ \xf5\xaf\xee\xdd\xaf\xe8\xfb\xe9\xed\x6f\xbf\xb7\xc7\x2a\xd9\x21\ \x61\x51\x11\x41\x28\x01\x2c\x22\x0c\x18\x5b\x62\x5c\x7a\x46\x5a\ \x4e\x6e\x4b\xb2\x25\x3f\xb9\x00\x18\x42\xb6\x21\x3b\x3f\x2e\xc5\ \x92\x94\x9c\x92\x9c\x11\x91\x9e\x6e\x31\x24\xa6\xe5\x26\x25\xa7\ \x1b\x82\x22\x0c\xca\xf8\xc8\xf8\x9c\x28\x43\x76\x7a\x62\x58\x54\ \x52\x74\x76\x64\x6e\x59\x81\xb3\x65\x72\xc6\x77\xf5\xd9\xbb\xaf\ \x6b\x7e\x6d\x2a\xec\xf9\xe7\x0f\xdd\x7a\x92\x11\x1b\x9e\x79\x74\ \x06\x6c\x28\x9c\xab\x27\xe2\x88\x95\x18\x52\x60\x61\x38\xa6\xa9\ \xb0\xa9\x27\xa6\x70\xb3\x67\x1b\xf0\x67\x1e\x99\xb2\x6f\xad\x00\ \xaf\x69\x22\x56\xd2\x49\x54\x06\x19\xd9\xc6\x62\x45\x58\x3c\x85\ \x5e\x18\x43\x60\x88\x62\x88\x31\xd8\xcc\xa1\x4c\x11\xfc\x57\x39\ \xb4\xdd\x14\xd8\x04\xa2\x0d\x19\x2f\xac\xa1\xf2\x2a\x54\x54\x0a\ \x92\x12\x2d\x5b\x01\x48\x1d\x1e\x9c\xbd\x7a\x73\xf3\xea\xe0\xe8\ \xfa\xf4\x70\xef\x14\xd9\x3c\xa0\xfe\xd1\xeb\xc3\x35\x80\xa7\x9b\ \xc3\xeb\x83\x95\xb3\xd3\xcd\x95\xb3\x33\xe4\xbe\xbc\xb9\x77\x74\ \x78\xb6\xb5\xb9\xfd\x07\xeb\x66\xf3\x37\x77\x3d\xee\x70\x6f\x65\ \x0f\x25\xb8\x6e\xa3\x42\x87\xed\xf9\x43\xfa\xac\xd7\x3b\x3b\x7b\ \xaf\x62\xcc\x69\x6f\x19\xf3\x4c\x4f\x15\x14\x8f\xe5\x16\x0f\x80\ \xda\x2b\x2a\xce\x2e\xc8\xf0\x0e\xd8\x5b\xbc\x39\x65\x76\x7b\x5c\ \xb6\x33\x39\xdd\x5e\x56\xe6\x4c\xc9\xcd\x73\xa6\x97\x14\x78\xca\ \xbc\x05\xcd\xee\xd9\x16\x8f\x13\xe8\x58\x41\x5e\x73\x6f\xcb\x68\ \xf3\x28\xda\xdc\x9b\xea\x9d\x9e\x9b\x1a\x6d\x1e\x1b\x73\x36\x7b\ \xa6\x9a\x8b\x3d\x9e\xe6\xb2\xa9\xae\xba\xb6\xe5\xda\xea\x89\xc1\ \xb9\xf1\xa9\xc1\xba\xe1\xd6\x7b\xd3\x93\x53\xfd\xb7\x66\xaa\x6f\ \xdd\x1d\xab\xe9\x98\x1a\x9f\xec\xac\xbb\x3b\xe7\x19\xf4\x16\x8f\ \xdf\x9f\x6d\x1e\x45\x41\x39\xde\x29\x8f\x7d\xba\xa5\xa0\xac\x7d\ \x76\x64\x74\x64\xac\x64\x6c\xba\xb9\x78\x70\xb2\xe3\x6e\x45\xe7\ \x40\x7d\xe7\x44\x5f\x57\x6d\xdb\xcc\x42\x7b\x6d\xdf\xbd\xe7\x20\ \xfa\xfa\x6a\x17\xf6\xab\x57\x5b\x5b\x87\x1b\xab\xaa\xbb\x6a\xab\ \xdb\xaa\xba\xba\x6e\x55\xf5\xad\x56\xa1\xa5\xa9\xda\xb6\xae\xbe\ \x99\x99\xd6\xaa\x99\x8d\xe5\xae\xd6\xfd\x99\xd6\x8d\xfd\xd7\x17\ \xe7\x2f\xbf\xfc\xee\xe4\xe4\xc5\xf9\x46\xfd\xea\x86\xcf\x7f\xf5\ \xfa\xe5\xc5\x8b\xf3\x8b\xdd\xe7\xfb\xad\x57\xc3\xc7\xcb\xbe\x85\ \x9d\xe5\xd7\xc3\xdf\x7c\xe9\xbb\xda\xdf\xbd\xf4\x57\xed\x57\xb5\ \xbe\xf4\xef\xc0\xf5\x7e\xcd\xd5\x8b\xef\x5e\x83\x94\xfc\xe6\xf8\ \xcb\x9f\xbe\xff\xe3\xf1\x1f\x3f\xfe\xe3\xab\xee\xf5\x72\xb4\x44\ \xac\xd5\xea\xb9\x1a\x64\x7f\xc0\x00\x6a\x03\x00\x60\x02\x06\x23\ \x50\x69\x90\x9f\xba\x75\x09\xb4\x97\x6b\x91\x31\x99\x05\xba\x42\ \x9d\x20\x55\xe8\xd8\x4c\x4e\xaa\x98\x23\xe5\x83\x1c\xcc\x02\xf1\ \x91\x50\x9a\x50\xfa\xa7\x04\x35\x5c\xa5\xa6\x96\x2a\x6e\xff\xe9\ \x4f\x59\x30\x89\x4b\xd5\x42\x76\x48\x7a\xc5\x44\xa4\xa5\xf6\xb2\ \x56\xaf\x62\xf4\x11\x77\x25\xa5\xf0\x5c\x9d\x22\x84\x2f\x8d\x8e\ \x8b\xcd\x1d\x9c\x6b\x68\xab\x59\xfe\xe6\xf3\xa7\x3f\xd9\xe4\x36\ \x40\x96\x87\x56\x93\x59\x65\xee\x76\x38\xb4\x46\x8d\x19\xb9\xbe\ \x58\xe1\x28\x2a\x64\x40\x66\x56\xa8\x58\x5d\xa5\xd1\x9a\xd1\xaa\ \x3b\x50\x27\x81\x9c\x2b\x97\xa3\xfe\x18\x01\xcb\x04\x94\x88\x22\ \x90\x1b\x35\x0f\x01\x4b\x18\x18\x0a\x05\x98\x13\x03\x45\x93\xc9\ \x41\xd5\xc9\xb5\x5a\x00\x2e\x8d\xbe\x1b\x50\x4f\x0e\x90\xac\xfd\ \x98\xbf\x63\x33\x6b\x4d\x56\xae\xca\xa8\xe2\xa9\xca\x6d\x0e\xcd\ \x92\x4d\xbf\x5e\x6e\x54\x69\x79\x18\x0c\x5a\xa5\xe7\xb2\xe4\x5a\ \x16\x46\xaf\x02\x80\xa2\x92\x29\x5a\xd0\x94\x46\xa3\x55\x65\xd4\ \x68\xff\x5a\x5e\xae\x02\x61\xca\xe3\x92\x51\x49\x2d\xf0\x3f\x1c\ \x4a\x71\x66\x90\xf0\xe1\x7b\x9b\xf3\x5b\xdb\x43\x30\x8b\xa3\x7e\ \xd8\xa3\xb5\x18\x92\xf5\xa1\xcd\x28\x90\xa3\x4c\x6b\x1e\x4f\xc0\ \xe3\x72\x55\x54\xf8\x41\x65\x09\x78\x18\x1c\x05\xc7\x42\xf9\x5e\ \x44\x12\x09\x83\xc7\x52\x31\x44\x2a\x8b\x4c\xc0\xe3\x65\x58\x64\ \x8c\x4c\xc7\x12\x09\x31\xe1\x24\xb8\x15\x18\x48\x24\x62\x65\x31\ \x31\x22\x3a\x1a\x58\x74\xba\x48\x14\x1e\x23\x92\xc5\x10\x64\xa0\ \x0d\xe9\x81\x9f\x44\x05\x28\x99\x62\x54\xff\xc6\x8e\x4e\x0a\x0e\ \xf9\xb8\x67\xcb\x91\x08\x01\x73\x98\x01\xc0\x6f\x81\x1d\xb1\x91\ \x35\x83\x0e\x20\x09\x18\x30\xe7\xe3\xc6\x2e\x3c\x96\xc3\x16\x0b\ \x13\x40\xd6\x0b\xd1\x1a\xbc\x90\xcd\x66\x2b\xd9\xc8\x5a\x86\x83\ \x76\x7d\x39\x7c\x36\xca\x5d\x15\x33\xc5\x62\x26\x53\x12\x26\x0e\ \x0e\xe2\x28\xc2\xa2\x83\x23\xe3\x83\x62\x23\xb2\xef\x7b\x5a\x26\ \x3b\xc6\xbe\x79\xfd\xe7\x7f\x7c\x9a\xf1\x6d\x65\x55\x46\xca\xce\ \x4f\x7f\xc7\x0c\xad\x35\xf5\xd0\x18\xe1\x64\x7a\x13\x9e\x84\x0f\ \xfc\x63\xac\x63\xee\xfe\x1f\x2e\xdb\xa3\x67\xd6\x3f\x6f\xd4\x3c\ \x7f\xf7\xf9\xa7\xbf\xfd\xf9\xd7\x77\x9f\xff\xbc\xeb\x64\x33\x23\ \x50\x42\x85\x24\x34\x34\x14\xb5\x41\x27\xc6\x27\xe5\x27\x67\xe4\ \xa7\xc4\x1b\xe2\x92\xe3\x33\xd2\xa2\x32\x32\x90\xed\x55\x41\x76\ \x46\x41\x74\x72\x36\x6a\x34\xcc\xb0\xe4\xe5\x64\x67\x47\xc4\x27\ \x87\x45\x26\xc5\x27\x27\xa6\x64\xa4\x44\x25\xc6\xc7\x67\xa4\xa4\ \xe4\x7a\x73\xa6\xcb\x46\x87\xff\x58\x7c\xd7\xfa\x69\x2d\xb7\x67\ \x93\xf5\x05\x43\x45\x24\x52\x69\x84\xcc\x42\x20\x3a\xa7\xdb\x74\ \x22\x8d\x41\xaf\x24\x90\x09\x4d\x22\x56\x66\x65\xcf\x0a\x3d\x66\ \x73\x7e\x6d\x73\x68\x7e\x7b\xef\xa3\x8d\x55\x60\x61\x61\xa1\xa8\ \x10\x4b\x10\xe0\x70\x64\x02\x81\x14\x43\xa4\x62\x81\x58\xc9\x88\ \x24\xac\x0c\x0f\xb2\xbb\x12\x4b\xac\x2c\x84\xa7\xad\x35\x55\x36\ \x65\x36\xcd\x0f\x0d\xa1\xa6\xc0\xad\xad\xb5\xa1\xad\xa1\x6d\xa4\ \xef\x0e\x56\x86\x0e\x80\x3e\xa3\xe6\x9d\xb3\x57\xc0\xb3\x4e\x0f\ \xb7\xce\x0e\x37\x6f\x6e\x8e\xf6\xe0\xc6\xd9\xd6\xe1\xf5\xd6\x21\ \x02\xae\xb3\xeb\xd3\x6d\xe4\x59\x7a\x70\xbd\xb7\xb5\x09\x92\x72\ \x6f\x13\xf3\xe7\xa1\xeb\xeb\x47\x39\x77\x58\x87\xa0\x10\xb7\xb7\ \xb6\xe6\x57\xfe\xc7\xf2\xe1\x80\xe6\xf6\xd4\x0f\xcc\x75\x8e\xa5\ \xbb\xdd\x6e\x7b\x71\x7e\xee\x68\x49\x7a\x89\x67\x6a\xa2\xd7\xeb\ \x06\x5c\x2a\xb0\xe7\xb9\x8b\x8b\x46\x9d\xee\x64\xf8\xb0\x80\x76\ \x16\x14\xe4\xe4\x17\x4f\xd9\xdd\xce\x62\x77\x4b\x7a\x99\xa5\xac\ \xd9\x5b\x30\xd2\xec\x2c\xca\xeb\x9d\x68\x2e\x19\x99\x6d\x69\x29\ \x19\x75\x37\x0f\x0c\x14\xf4\x8e\x8d\x4c\x4c\xcd\x7a\x3d\x9e\x89\ \xd9\xde\x01\xef\xc8\x70\xfd\xc2\x42\xcd\xad\xfe\xe9\x81\x8a\x81\ \x3b\x27\x8d\xc3\xf7\x26\xef\x8f\xdf\x6d\xb8\xd3\x7e\xbf\xae\xbf\ \x66\xae\xa5\xfd\x4e\x45\xe3\xdd\x91\xde\x89\xe2\xe6\xb1\xc9\x91\ \x81\x91\xe6\x16\xe7\xe8\xf4\xdc\x40\xcb\x68\x41\xb6\xbd\x77\xb4\ \x79\xca\xd3\xdb\x32\x3d\x30\x31\x3e\x59\x57\xd7\x30\x76\x7f\xbc\ \xbd\x73\xb4\xe2\x56\xe7\xad\x65\xdf\xc4\x70\xdd\x44\x5b\x5b\xed\ \xce\xc5\x6a\xeb\x71\x5d\xd7\xcc\x72\xeb\xad\xda\xae\xd5\x9a\x3b\ \xfe\xd5\xda\xbe\xb6\xba\xd5\x8d\x9a\xda\x99\xe1\x9a\x9a\x8d\xc6\ \x2a\xdf\xb0\x6f\x7f\x61\xa6\x62\xb8\x6b\x75\xa1\xcd\x77\x7e\xb5\ \x70\x72\xb1\xe3\xf7\x5d\xbd\xbc\xf0\xd5\xec\xef\xf8\x5b\x77\x7c\ \x97\xab\xb5\xc7\x57\xc7\xaf\x97\x97\x4f\x00\xb0\x36\xaa\x56\x77\ \xce\x57\x2f\x56\x37\x2e\xfc\x97\x17\x33\xe7\xe7\xd5\x0b\x2f\x8f\ \x77\x2f\x7c\xbe\xe1\xae\x17\x97\x6d\xab\xfe\x8b\x93\xef\x7e\xfe\ \xf5\x8f\x9f\xfe\xfc\xf8\xc7\x27\x5f\x7d\xd5\xfd\x14\x86\xaf\x19\ \x2d\x19\xd1\x34\xa8\x98\x5b\x40\x85\x31\xa6\x51\xa9\x18\x2a\xb4\ \x8b\xc6\xd3\xcb\xb5\xa6\x6e\x6d\xb9\xc3\x66\x96\x4f\x21\x17\x38\ \x54\xfc\x2c\xe5\x7c\xf4\x97\xe1\xb3\x13\xd4\x9c\x84\x2c\x1d\xca\ \x3f\x2f\xd5\x95\xaa\xd1\x3e\xa1\x0e\x2e\xb7\x53\x1f\xa8\xd5\xa5\ \x0a\x8e\x32\x31\x28\x2a\xfa\xdf\xe2\xec\xd5\x2d\x25\x8b\x8f\x31\ \x57\xbc\x3f\xc2\x4a\xb3\x50\xd1\x96\x10\x06\x44\x68\xf6\x94\x67\ \xb6\x63\xb0\xee\xfc\x9d\x83\xdc\x6d\xe3\xca\x55\x46\xeb\x23\x7d\ \xf7\x12\xbc\x8c\x46\xe5\xb0\x39\xba\xcb\xf5\x5a\x7d\xb9\x09\x14\ \x1f\xb0\x1a\xbd\x4a\xc3\xa3\x00\xf4\xc8\x8d\x0e\x81\xca\x61\xe2\ \x71\x55\x2a\x94\x8c\x2a\xa7\x59\xcd\x3c\x9e\xc6\x04\x0c\x4a\xab\ \x97\x1b\xe5\xdd\xa0\x13\xd1\x56\x81\x5c\xef\x30\xaa\xe4\x2a\xbd\ \x11\x44\xa4\x5e\x05\x20\xa8\xd2\xaf\x77\x97\x3b\xb4\x72\x53\x37\ \xd7\x65\xd2\x02\x8a\x59\xe5\x02\xab\x56\x5e\xfe\xd4\xa8\xb7\xba\ \xe4\x26\xd5\xe2\xa2\xcb\xb5\xe8\x00\xe9\x46\xa3\xc0\xdb\x70\x31\ \x18\x3c\x3d\x8e\x68\xd6\xeb\xf5\x46\x2e\x19\xfe\xef\x01\xe5\x1c\ \x66\xb3\x7e\x7d\x09\xa4\x29\x8d\x8a\x02\x10\x69\x14\x16\x88\x4b\ \x2a\x91\x4e\xc1\x61\xa8\x5c\x0c\xbe\xf2\x68\xad\x69\x0d\xb8\xfe\ \xf6\xda\xfc\xfc\xd6\xd1\xe1\x50\x20\xc6\xf1\xc8\xaa\x65\xb0\xac\ \x40\xf1\xa8\x1f\x0d\x71\x04\x2c\x8c\x40\x4e\x03\x65\x88\xfc\xdd\ \x29\x44\x8c\x00\x79\x36\xe0\x09\x78\x32\x81\x42\x23\x02\x4a\x11\ \x88\x22\x00\x28\x24\x0b\x09\x32\x19\x19\x1b\x48\xc3\xd3\x51\xb3\ \xb3\x0c\x64\x22\x8a\x2b\x44\xb9\x14\x18\xa0\x59\xa2\x40\x6c\x4c\ \xa0\x2c\x50\xf6\x49\x30\x93\xad\x96\x66\x71\x84\xd2\x80\xa8\xe4\ \xc4\x58\x31\x8a\xa2\x07\xf6\x94\xc5\x11\xb3\x03\x74\x09\x42\xa6\ \x50\xca\x66\xf2\x81\x46\x81\xa6\x03\x2e\xac\x64\x26\xa8\xf9\x7c\ \x7e\x02\x47\xc1\x0c\x0e\xd0\x49\x99\x7c\x21\x28\x42\x0e\x9f\xaf\ \x66\x33\x81\x68\x71\xc4\xa5\x0a\xb6\x98\x03\xa7\x15\xfe\x9c\x24\ \x28\x20\x38\x44\xcc\x16\x87\x72\x98\x7c\x3e\xf0\x1b\x7b\x5a\x46\ \x5a\x62\xa4\x61\x0e\xbe\xf7\xf7\xeb\xbe\xb9\xf8\xfe\xf9\x1f\xed\ \xf7\xcb\x1d\x8f\x2f\xca\xe6\xc6\xaa\x66\xaa\xfb\x1b\x77\xce\x7f\ \x3e\xa9\x1d\x70\x97\x79\xc7\xe7\x3a\x3a\xdd\xf7\xef\xd6\xd4\xde\ \x9b\x9d\x9b\xec\xbf\xd3\x37\x7c\x7e\xf9\x8d\xff\xcb\xef\x7c\xdf\ \xfe\xf2\x76\x26\x45\xc2\x0e\x52\x2a\xc3\x42\x42\x82\x43\xc3\xc2\ \x12\x83\x0c\xb9\x69\x29\x29\x29\x06\x4b\x4a\x5c\x5c\x4a\x8a\x25\ \x2d\x31\x2d\x2a\x3d\xde\x92\x18\x9a\x92\x9f\x64\x29\xc9\x8e\x8f\ \x8a\x8a\x8b\x4f\xcc\xb6\xc4\xc5\x27\x45\x27\x26\xc5\xa7\xa4\xa7\ \x24\x46\x25\xe5\x82\x2e\xca\xce\x99\x4c\x29\x2b\x71\xd6\x74\x7d\ \xc7\xfd\xec\xf3\x2f\xbe\xfb\x02\xb7\xad\x7a\x14\xb8\xa5\x67\x11\ \xa8\x94\x9e\xbd\xa6\x83\xbd\x95\x9e\x42\x02\x11\x83\x3a\x3b\x65\ \x31\x85\x81\x82\x42\x19\x7d\x88\x40\xea\x81\x53\xb2\xdd\xd3\x74\ \xb4\xb5\x77\xb4\xbd\x16\x23\x2a\x0c\x07\xee\x4a\x20\x10\xb8\x20\ \xc6\x33\xc3\x49\x2c\x20\xb5\x85\x58\x1a\x16\x0e\x06\x8a\x02\xc3\ \x09\xa2\xca\xc0\xcc\xa1\xa1\xa1\xf9\xb5\x95\xf9\xca\x26\x20\x65\ \x2b\x43\x95\xdb\x6b\x4d\x43\x40\x9b\xd7\x50\xdf\xe0\x1a\x32\x3d\ \x3b\xb8\x39\x43\x51\x3b\x5b\xaf\xde\xdf\x5c\xa3\xfe\x9c\x57\x1f\ \x6e\x4e\x6f\x00\xc6\xf6\xe0\xfa\xf0\xe6\xec\xfa\xe8\xf0\xd5\xd9\ \x01\xaa\x00\x3b\xbc\xf9\x1f\x2f\xae\xd3\x83\xb5\x67\x94\xd3\x9b\ \x43\xeb\x80\x77\x71\xfb\x6c\x13\x65\x5c\x6c\xcf\xa3\x7d\xc8\xed\ \x9e\x3d\x9e\x7b\xcc\x3d\x3e\x3e\xe1\x75\x03\xfc\xb4\x78\xb3\x9d\ \xc5\x79\x79\xbd\x23\xf9\x06\x4f\x71\x7e\x51\x7a\xde\x68\x4b\x99\ \x25\xa7\xd9\x6b\x49\xcb\x2f\xce\x2b\xc9\xcd\xe9\x2d\x29\xb2\x14\ \x8c\x8e\x7b\xbc\xd3\xc5\x03\x2d\xee\x92\xe2\x91\xfb\xce\x01\x6f\ \xbe\xdd\xed\x1d\xe8\x2d\x98\x6a\x01\xb8\xcb\x2d\x19\x1f\xed\x1d\ \x9d\x1a\x70\x7a\x3d\x73\x93\x83\xb3\xee\xe6\xb9\xb1\xbb\x03\x0d\ \x15\x00\x27\x8d\x83\x63\x53\x77\x3c\xb3\xb5\xb7\xfa\xda\xeb\xfa\ \x27\xda\x2a\x06\xfb\xeb\x57\xc7\x3a\xc6\x26\xab\x6b\xee\x36\x8e\ \x8d\x8e\xf5\x03\x57\xf3\x4e\x4e\x8e\xe4\xf4\x8e\xd8\x01\xa9\x5a\ \x5a\xd0\xa2\xd9\x80\x77\x7a\xd4\x33\x3e\x3e\x36\x36\xd7\xdf\xd9\ \x55\x3f\x58\xd7\x70\x6f\xb2\xe5\x5e\x43\xcd\x70\x9f\x6f\xae\xf1\ \x4e\xe7\x70\xfd\x4c\xdb\xf1\xf1\x4c\x6d\x63\x4d\xf5\xf0\x6a\xdb\ \x4c\x75\x5f\x67\x6d\xd7\xf2\x42\xdf\x42\xed\xad\x9d\x85\xe1\xda\ \xd6\xda\xea\x56\xe4\xb4\xb7\xb3\xbf\xd1\x37\x53\xd5\xb7\xbc\xda\ \x37\xbc\xb1\xbb\xf1\xfd\xf2\x8b\x4b\xff\xee\xeb\xcb\xb6\xd6\xbe\ \x9d\xe3\x85\x19\xdf\xfe\xf1\xf1\x3e\x20\xd8\xfe\xea\xf1\xc5\xaa\ \x6f\x77\xb8\xd6\xbf\x51\xfd\xe5\xe5\x71\xf5\xe5\x4f\xcf\x97\xbb\ \x86\x97\xaf\x5e\xbf\xde\x68\xeb\xdb\x58\xd8\xb8\x7a\x71\x75\xe5\ \xf3\xfb\x2e\xde\x7d\xfd\xdb\xaf\x8f\x9f\x3c\x7a\xfa\xc3\x23\x94\ \x22\xaf\xe1\xf1\x54\x02\xb2\x80\xca\xe2\x6a\xb9\x64\x1a\xf0\x16\ \x39\x8b\xf5\x91\x8d\xe8\xb9\x2e\x47\xb9\x03\x60\x64\x5d\x6f\x72\ \xf4\xc6\x46\x48\xd8\x6c\x98\x99\x61\x1e\x56\x23\x17\x4b\x66\x69\ \x82\x4e\xa7\xd6\xa9\x13\xd4\x0a\xe0\x54\x42\x1d\x92\x8c\x09\x0f\ \xe0\x58\x2a\x00\x13\x27\x34\x98\x1f\x2c\x29\x35\xdc\xb3\x64\x84\ \xd9\x9f\x3c\x5b\x5f\xb6\x3d\x89\x53\xa4\xfe\xaf\x52\xb5\x54\x28\ \x89\x88\x8c\x4a\xce\x73\x8f\x8e\xdf\xad\x58\xfd\x6c\xeb\xfd\xe9\ \x3c\x8f\xa2\x31\x23\x98\x72\x2c\xad\x2f\x59\xb9\xfa\xa5\x25\xc7\ \x52\xb9\xdc\x04\xac\xc7\x64\x44\xa6\x09\x02\x86\x43\xa5\x12\xc8\ \x35\x2c\xa3\x16\x6d\xbe\x31\x34\x72\x0d\xe0\x9a\x1e\xde\xa2\x80\ \x07\x24\x0c\xa8\x97\x49\x25\x37\x99\xca\x35\x14\x22\x0e\xdd\xd2\ \x02\xf8\xc0\x31\x87\x71\x91\xcb\xb5\x2d\x02\x74\x59\x4d\x8f\xac\ \x02\x9e\x06\x74\xa0\x5c\xa5\x52\x95\x2f\xca\xb9\x46\x78\xbe\x43\ \x6e\x72\x3d\x33\xea\xd7\x41\x4b\xda\xd0\xea\x96\x86\x4c\xed\x56\ \x69\xcc\x3c\x12\xcd\x4c\x22\x9b\x97\x34\xbc\x72\x01\x19\xf0\xcf\ \x6a\xb6\x3e\x7a\xd8\xad\x85\xf7\xa7\xe5\x71\x29\x5c\x06\x4d\x2b\ \x47\xf9\xd7\x0c\x1a\x8e\x05\x5c\x8b\xc1\xa0\x8b\x0a\x37\x57\x90\ \xd3\x08\xcc\xe2\xf3\x2b\x7b\x5b\xa7\xdb\x99\x94\xf2\x67\xa0\x21\ \x8d\x2a\xbd\x00\xd4\x27\x17\x1e\xcb\xe5\x09\x68\x34\x86\x0a\x26\ \x04\x16\x8e\xc2\xc2\xb1\x70\x74\x2a\x03\x48\x16\x11\x0b\x08\x45\ \x22\xca\xb0\x28\x4a\x95\x4e\xa7\x91\xe9\x78\x2c\x91\x8e\x27\x11\ \x89\x74\x2c\x96\x88\x4a\xaf\xf0\x74\x1c\x36\x9c\x2e\x8a\xa1\x03\ \x92\x05\x66\x06\x86\x63\x09\x81\xa8\xd2\x3d\x58\xcc\x51\x0b\xa5\ \x8a\x90\xd8\x94\xe8\xe8\x44\x89\x4e\xc7\xcc\x2a\x65\xa2\xa0\x2f\ \xe4\x32\xca\x91\x04\xa0\x86\x42\x21\x53\xcc\x04\x01\x0f\x47\x60\ \x46\x81\x7b\x98\x00\x4f\xea\x00\x05\xea\x29\x54\x80\x06\xe4\xb0\ \x01\xb3\x84\x12\x8e\x5a\xc7\x16\xa3\xe4\x1c\x31\x53\x28\x16\x4a\ \x85\x4c\xbe\x32\x56\x1c\x60\x88\x0f\x09\x08\x8d\x8b\xcb\xcd\x4e\ \x8f\x4b\xb2\x58\xd2\x93\x5a\x2e\xde\xce\xec\xff\xc7\x0f\x5f\x6c\ \x54\x9c\x5c\xed\xbe\xfe\xc9\xdf\x97\x96\x64\x08\x8e\x94\x84\x46\ \x86\x49\xa2\xa3\xa2\xe1\x71\x49\xe9\xf1\x88\x23\x25\x19\xdc\x03\ \x73\x2d\x65\xe9\x49\x80\x30\x69\x69\x69\xc5\x30\x43\xd7\xb5\x57\ \xd4\xe6\x04\x87\x06\xb0\x01\xb1\xc4\xec\xc8\xe8\xa8\x24\xd0\x7c\ \x79\x89\x69\xe9\x49\x80\x48\x86\xa8\x5c\x78\x85\x94\xdc\xa4\xb4\ \xf8\xb8\xdc\x8c\x9c\x34\x4b\xba\x05\xa1\x59\x7a\x49\x72\x7a\x4a\ \x6e\x76\x9c\x21\x2e\x2a\x3a\xc3\x90\x93\x11\x17\x97\x91\x9e\xd8\ \x78\x6e\xe9\xf5\xde\xfd\xee\xf3\xdf\xbb\xbf\xfa\xfb\xbb\xc7\x7f\ \xd1\x52\x79\xe1\x85\x74\x23\x26\x06\x4f\xa1\x81\x26\x9f\x8f\xc9\ \x24\xd0\x45\x2c\x2d\x96\x0a\x1f\x38\xad\x89\x40\x27\x12\x02\xc3\ \xe9\x44\x40\x9b\xcc\x9e\xf0\x3d\xe0\x33\x3d\x43\x4d\x43\x99\x68\ \x63\x16\x87\x42\x70\x59\x58\x3a\x96\x45\xc1\xd3\x03\x2b\xb1\x58\ \x2c\x0e\x87\x11\xc9\xc2\xc3\x09\xf4\x21\x94\x69\x38\x8f\xce\xe5\ \x7c\x4f\x26\x60\x56\x65\xe5\xe6\xde\x50\xcf\xd0\xda\xca\xf6\x1e\ \x2a\x8b\x38\xf8\x68\xd1\x78\xba\x07\x80\xb5\x7d\x8d\x42\x0d\xaf\ \xaf\xf7\x4e\x5f\xbd\x3a\x40\xf6\xca\x9b\xa7\xaf\xce\x4e\x6f\x5e\ \x5d\x83\x30\xbc\xb9\x3e\x78\x83\x40\x0b\xe1\x15\xaa\x40\x3d\xa0\ \x95\x6f\x1d\x1c\xbe\x21\xb5\x97\x3c\x09\x07\xb8\xdb\xde\x3c\xda\ \x5b\x19\x1a\x42\xe6\x7e\xef\x7f\x72\x8f\x4c\xd7\x8c\x35\x7b\xbd\ \xce\xde\x96\x96\xe2\x02\x4f\x5e\x7a\x4e\x73\xda\x53\x35\xed\x00\ \x00\x20\x00\x49\x44\x41\x54\x7a\x72\xd1\xa8\x3d\x3b\xc3\x33\xd0\ \x52\x52\xd4\x52\x5c\x62\xb1\x14\x38\xf3\x4a\x4a\x0a\x8a\xec\xce\ \x02\x2f\xa8\xb6\xb2\xe2\x7c\xaf\xbb\xa8\xb7\xb9\x78\xba\xd9\x5b\ \x52\x9c\x5b\x3c\x7b\x7f\x36\x67\xc0\x59\xec\x74\x16\x0c\x8c\x8e\ \x8f\xf7\x7a\x27\xa6\xed\xf6\xe6\xfb\x53\x05\x1e\xbb\x77\x6a\xb6\ \xac\xb1\xa1\xb1\xab\xa2\xbe\xe3\xce\xc4\xe0\xf8\xe0\xbd\x7a\xdf\ \xdd\xc6\x71\x77\x5d\x67\x03\x88\xb7\x91\xd9\xa9\xd9\x8a\xfe\x8a\ \xc6\xc9\x81\xd1\x01\xef\xd8\xc4\x68\xef\x58\x47\x91\x67\xa0\xcc\ \x3b\x30\xeb\x75\x67\x14\x4f\x0d\x4c\x7a\x3c\x73\x13\xe3\x73\x73\ \xd3\x63\x83\x63\x8d\xfd\x75\x23\xe3\xad\xb7\x7a\x27\xfb\x6f\x55\ \x2d\x2f\xdc\x69\xa8\x6e\xbc\xd8\xa9\x5d\x5d\x5e\x5d\x6d\x6b\xeb\ \x1a\x9e\xa9\xbd\x55\xdf\xb9\xba\x5c\xd5\xd7\xd5\x35\xd3\x56\x75\ \xab\xa6\x6d\xb8\x7a\x61\x78\xb5\x6b\x61\xb7\xcd\xb7\x7c\xe1\x3f\ \x59\x6e\xaf\xad\x5d\x5d\xdd\xe9\xda\xf8\xf9\xa5\xff\xf8\x72\xd7\ \xff\xf2\xf9\xc6\xc2\xee\xf0\x0e\x5c\x9d\x2c\xec\xec\xbf\xde\x05\ \x5c\x3b\x3f\xf1\x9f\xf8\x8f\x17\x6a\x7d\xfe\xd7\xbb\xfb\xab\xbb\ \x5f\x3e\xf7\x6d\x6c\xf8\xfd\xe7\x97\xad\x7d\x33\xfe\xcb\xfd\x2f\ \x5f\x7f\xf7\xc2\xff\xf2\xe2\xe7\x9f\x7e\xf9\xfc\xf3\xc7\x5f\x95\ \xaf\x3f\x5b\x5f\xd4\x9a\x8c\xa8\x2c\x80\x8b\x14\x21\x8d\xab\x17\ \x08\x18\xa0\x7a\x60\x78\xb3\x5c\x0e\x95\x56\xa0\xd5\x5b\xbb\x1d\ \x56\x3d\x30\x94\x47\x05\x86\xdc\x50\xd4\xe2\xa1\x10\xf2\x39\x1c\ \x85\x90\xa3\x90\xc2\x30\x40\xe6\x25\xa5\x0f\x40\x71\xa4\x66\xdd\ \x96\x0a\x53\x6f\xdf\x7e\x70\x3b\x41\x57\xaa\x7b\x90\x95\x00\xc3\ \x04\x66\xec\xda\x49\xe1\xed\x88\x85\xd7\x8b\xdd\xd5\xeb\xff\x88\ \x94\xa2\x56\x36\xa0\x69\xec\xb0\xd0\xf8\xc4\x1c\xe7\x54\xed\xea\ \xe3\xf0\xc2\x57\xff\xfd\x37\x0c\xea\x22\x2c\x7f\x6a\xd3\xea\x5d\ \xdd\x7a\x9e\xc9\xe6\x32\x01\xe7\x5b\x5a\x34\x1b\xe5\x3c\x54\x79\ \x69\x44\xb5\xa0\x3c\xd4\x7f\x23\x07\xea\xa7\xe7\xa9\x60\xfc\x03\ \x0a\x69\x54\x3c\xae\x51\x25\x40\xd9\x63\x5a\x13\x72\xc8\x93\xab\ \x88\x54\xb4\x10\xa7\x35\xf2\x4c\xf0\x3f\x65\xb4\x69\x04\x5c\xbd\ \x63\x49\xa5\xd5\xdb\x6c\x56\x78\x84\xc9\xa8\x47\xae\x80\xdd\x2e\ \x2d\x0f\x48\x1a\xcf\x24\xe7\xa1\x6c\xa0\x47\x56\x8d\xde\x61\x05\ \xc9\x67\x14\x11\x34\x26\x93\x4d\x4e\xd5\x77\x53\x48\x3c\x93\x9e\ \x6b\x44\x09\xd3\x0e\x9b\xb1\xfc\xaf\x56\x39\x8f\xc5\x93\x6b\xb8\ \x34\x80\x73\x1a\x32\x3b\xc5\x81\x28\x45\x0e\x3c\x54\x2a\x8e\x8c\ \x0f\x5f\x5b\x5b\x41\x49\x50\xf3\x68\x9b\x69\xfe\x68\x9b\x4e\xd2\ \x98\x17\xbb\x6d\x66\x2b\xbc\x84\xca\xaa\xe7\xea\xb9\x0c\x50\xd7\ \x0c\x0a\x8d\x41\x91\x33\x68\x34\x1c\x95\xc5\x82\x91\x83\xc1\x10\ \xf1\x80\x4d\x64\x1c\x11\x4f\xc6\xe3\x71\xc4\x18\x11\x89\x04\x88\ \x45\x0c\xc4\xe3\xe8\x20\xfc\x88\xb2\xf0\x4c\x64\x87\x45\x17\x01\ \x9c\x01\x6d\x00\xfd\x02\x84\x4b\x46\x20\xd1\x65\xd8\x4f\x82\x85\ \x52\x7e\x2a\x87\x19\x95\x98\x9e\x96\x18\x24\x06\x6e\x95\x00\x04\ \x57\xa1\x13\x8a\xf9\x3a\xb5\x30\x20\x8c\xc9\x06\x45\xce\x14\x4b\ \x51\xdd\x02\x93\x2f\xe6\xab\x1f\x00\x12\x49\x52\x11\xf7\x42\x0e\ \x59\x7c\x60\x5e\x12\x10\x92\x6a\x26\x5a\xbf\x4a\x10\x4b\x14\x9c\ \x00\x21\xe8\xc4\x04\x65\x80\x5a\xc1\x8f\x35\xa4\x24\x27\x06\x07\ \xc5\xf1\xa3\xc2\xa2\x22\xd2\x93\x2d\xf6\xde\x91\xf3\x97\xfe\xcf\ \xad\x3f\x7c\x5d\x3b\x97\x3f\xe5\x8c\x0e\x0b\x08\x08\x0d\x0e\x8b\ \x8a\x8d\x8c\x08\x8a\x8c\x96\xc4\xc6\xc7\x17\xa4\xc4\xa5\xc5\x27\ \xe7\xc4\x45\x44\x27\x46\x04\x47\x64\xe4\x64\x5b\x92\x33\xf2\xa2\ \x43\x25\xca\xb0\x34\x4b\x64\x54\x64\x74\x7a\x51\x58\x18\x5b\x29\ \x09\xe1\x33\x83\x43\xa3\xc2\x12\x23\x62\x0d\x49\x91\x29\x19\xb9\ \xf1\x91\x89\x89\x86\xfc\x8c\x74\x8b\xc1\x60\x48\xc9\x48\x32\xd8\ \xf3\x0b\xf2\x13\x93\x12\x93\x73\x2d\x05\xe9\x06\x7b\xb2\xc5\x92\ \x92\x68\x49\x89\x88\x4d\x4a\x8e\x8c\x88\x4e\x49\x8b\xaa\x6f\x68\ \x1e\x6b\xee\x5c\xff\x87\xeb\xe1\x93\x1f\x7f\xfc\xed\x1d\x4b\xd0\ \x43\x07\xec\x09\x8f\xc1\x52\x18\x8c\xc2\xc3\x23\x59\xcf\x56\x0f\ \x4f\x00\x12\xbd\x1c\x26\x2a\x59\x20\x09\x4b\xc6\x55\x56\xd2\x7b\ \xb6\xe6\x03\x0b\x2b\xe7\x51\x10\xd7\x7c\xd3\x3c\x00\x3e\x19\x43\ \x26\x90\x60\xae\x01\x4e\xab\xc2\x60\x02\x2b\x33\x49\x99\x78\x32\ \x4e\x43\x40\x7b\x8d\xf4\xca\x9e\xca\xcc\xa6\xa1\xa1\xcc\x9e\xa1\ \x9e\xed\x42\x38\x93\xf3\xdb\x9b\x28\xbd\xad\xb2\x67\x73\x0b\xa5\ \xe0\x1c\x1e\x20\x4b\xd9\xa3\x83\xeb\xd3\x3d\x50\x7d\x87\x6b\xc0\ \xa2\x8e\xce\x8e\x00\xa7\xae\xcf\x0e\xb7\x5e\xbd\xba\x39\x7c\xf3\ \xe6\xe6\xf4\x08\x50\x6b\xf3\xfa\x14\x15\xc6\xdf\x1c\x1d\xa1\x86\ \xc6\x53\xd9\xfa\xda\xab\x9b\xb3\x37\x6b\x5f\xe7\xfd\x2c\x3b\x3b\ \xdd\x3c\x38\xdd\x9b\x5f\x99\x3f\x3a\xda\x9a\xdf\x1a\xf2\x7a\x46\ \x5b\xef\x15\x15\x7b\xf3\x9d\x4e\x8f\x67\xda\x9d\x93\xe7\x19\x19\ \xc8\xf3\x8c\x7a\x46\x2c\x65\x73\xc5\xa3\x2d\xc5\xa3\x65\x45\xb9\ \x69\x65\x1e\x67\x71\x59\x59\x76\x76\x71\x7e\x5e\x41\x81\xb3\x38\ \xdd\xee\x71\x8f\x17\xb7\x0c\x94\x39\xcb\x0a\xf2\xb3\xa7\x47\xa6\ \x9b\x07\x8b\x41\xbe\x95\x35\x4f\x4d\x01\x57\xeb\xef\x6d\x29\x1e\ \x9b\xcb\x2f\x69\x29\xb1\x17\x17\xd8\x3b\xab\x6b\x56\x7d\x1d\xed\ \xf7\x46\x6e\xb5\x57\xd7\xaf\x76\xd5\x37\xdc\x1f\xb8\xd3\x78\xab\ \xb1\xa6\x6a\xae\x7d\x7c\xb6\x6e\xa6\xad\xa3\xc3\xd3\xd2\x5e\xe0\ \x1c\x1f\xec\x9f\xee\x70\x8e\x8c\xd9\x07\x3c\x13\xde\x96\x51\x7b\ \xde\xec\xb4\xbb\xcc\x03\xaa\x70\xb6\x79\xf0\xce\x6c\x7d\x67\x7b\ \x7b\x7d\x6d\x7b\x4b\x7b\xc3\x5c\x75\xdf\xf2\xdd\xc6\xba\x8a\x8d\ \xe3\xe1\xe5\xf3\x99\xbe\xf3\xd6\xda\x9a\xae\xd6\x99\xaa\xda\xae\ \xe1\xfa\xe1\x8a\xfa\x85\x56\xc0\xac\xba\xd6\xae\xd5\x99\xae\xcb\ \x99\xaa\xd5\xb6\xbe\x9d\xb6\x99\xd6\xda\x8d\x5d\xdf\xf3\x2f\xf7\ \x8f\xbf\x7c\xf7\x7c\x67\x7f\x75\xf5\xe2\xe5\xeb\xe3\xfd\xea\x85\ \xfd\x85\x93\x2b\xdf\xce\x8b\x8b\x8d\xfd\xb6\xbe\x2b\xd0\x8c\xb5\ \x35\x6d\x5d\xb5\xdf\xff\x74\x71\x7c\xbc\xba\x7a\xb9\x73\xb1\x51\ \xeb\xdb\xd8\x3f\xf6\x2d\xec\x1e\xfb\x5f\x6f\x1c\xbf\x7c\xf7\xee\ \xdb\xcf\xff\xf8\xf3\x8f\x4f\x7e\xec\xee\x06\x31\xf4\x10\xc6\xac\ \x43\x6b\x63\xb0\xe4\x7a\x39\x1e\x47\x35\x72\x55\x2c\x9e\xca\x64\ \x52\xf1\x80\x7f\xa0\x0d\x39\xb9\xcb\xa1\x37\x9b\xd7\xcd\xda\x1f\ \xa6\xd5\x71\x41\x4c\x0e\xea\x01\x61\xea\x50\xcc\xb0\x4e\x21\x85\ \x21\x80\x82\x84\x13\xa4\x6a\xc5\xed\xdb\x6a\x35\xb2\x7a\xbf\x5d\ \x9a\xca\x14\x82\x50\x7c\xf0\xbf\xb3\x52\xb3\x82\x17\x7e\xee\x8b\ \xcd\x3f\x7e\xfd\xcb\x93\x47\x97\xbf\xad\x37\xa3\x80\xcf\x07\x3a\ \x10\x2f\x92\xa0\x08\x4b\x62\x51\xfb\xbb\x45\x33\x83\x70\xfa\x5f\ \xff\x67\xfe\x1f\x4b\x2e\x50\x6d\x56\xab\xd6\x64\x35\xd9\xba\xcd\ \x00\x30\x46\x8d\xab\xdc\xa5\x47\x91\x81\x5a\x80\x2a\x9e\x4d\x05\ \xaa\x0f\xc5\x12\xf2\x90\x8d\xa8\x5e\x63\x72\x71\x01\x96\x18\x66\ \x00\x5a\x9a\xde\xe8\x70\x98\x90\x1d\xb1\xd6\x48\xa2\xa9\x78\x7a\ \x33\xe0\xaf\xcb\x6c\x96\x6b\x1c\x8b\x40\x9e\xba\xd7\x19\x02\x7d\ \xb7\xc9\x65\x05\x04\xe3\x6a\xf4\x1a\xa3\x59\x0b\x4a\x92\xc7\xe3\ \xf2\x34\x1a\x9c\x06\xc4\x9e\xcd\x04\x9f\x80\x55\xcf\x32\x3b\x30\ \x38\x78\x49\x17\x8b\xac\x5f\xa2\x10\x8d\x46\xb3\xb1\x1b\xfe\x58\ \xf9\xc3\x72\xbd\x1e\x34\x24\x03\x87\xd2\x29\x28\x2c\x06\x83\xc4\ \x92\x0b\x58\x54\x20\x64\xf3\x47\x3c\xd4\xd8\x4c\xc0\x87\xa3\xbd\ \xea\xbd\xcd\x4d\xf8\xa2\x0f\x35\x6d\x1e\xae\x15\x62\x8c\x2e\x80\ \x53\xab\xd6\x48\xa5\x9a\xcc\xc0\x12\x35\x5c\xb9\x80\xc6\x60\x50\ \x08\x38\x16\x55\x40\xe3\x52\x71\x34\x06\x1e\xc3\xa2\xe1\xf1\x64\ \x0c\x8e\x42\xa0\x63\xf0\x18\xac\x2c\x30\x5c\x84\x0c\x67\x40\x0b\ \x12\x89\x68\x37\x30\x30\x26\x50\x44\x0c\x0f\xa7\x13\x50\x09\x29\ \x19\x18\x01\x1d\x8f\x0f\x04\x75\x08\xb4\x80\xf8\x49\x34\x53\xc2\ \xd7\x31\x13\x8b\x0b\x52\x92\xa2\x62\xc3\x24\x4c\x9d\x42\x21\x54\ \x27\x24\xe8\x24\x62\xb4\x9e\x25\x91\x22\x50\xe2\xf3\x85\x09\xa9\ \x3a\xbe\x94\xad\xe4\x24\x94\x66\x29\x24\xc8\xab\x41\x21\x95\xa6\ \x72\xd8\x21\x7c\x38\x71\x42\x21\x5b\xc1\x91\x2a\x39\x52\x66\x00\ \x20\x1e\x3c\x4d\xc1\x97\x48\xa4\x01\x92\xd0\xb8\x58\xc0\x1d\x71\ \x68\x74\x48\x68\x54\x9a\x21\xcf\x5e\xe4\x6d\xf7\x55\x8d\xf5\x0e\ \x8e\x25\x07\xeb\xd4\x01\xa1\x09\xe2\xa8\xb0\xe0\xd0\x90\x80\x44\ \x43\x48\x7c\x7c\x64\x58\x58\x58\x40\x74\x94\x32\x29\x25\x31\x3a\ \x3e\x36\x22\x2a\x2e\x2a\x2e\x32\x25\x29\x31\x2a\x3b\xcf\x5e\x60\ \x89\x88\x33\x44\x46\x86\x45\x04\x84\xc4\x45\x46\x4a\x82\x03\xd8\ \x21\x1c\xbe\x24\x20\x38\x08\x50\x2a\x36\x31\x25\xd2\x9e\x5b\x92\ \x92\x92\x91\x93\x14\x9d\x96\x92\x9b\x96\x9b\x61\xc9\x48\x4f\x4e\ \x32\xa4\x44\xa5\x47\x26\x19\xd2\xd3\xf3\xb2\x33\x12\xb3\xb3\x93\ \xb3\x73\x90\xe1\x68\x72\x62\x62\x7a\xb2\x21\x22\x63\x66\xb0\xd8\ \xdd\xf1\x44\xee\xb0\x3e\xfe\xed\x17\xbd\x46\x40\x24\xb1\x28\x5a\ \x6a\x0f\xb6\x92\xe4\x10\xac\x5c\x1f\xac\xad\xed\xad\xe1\xad\x04\ \x12\xb6\xfc\x0f\x07\x8b\x18\xa8\x05\x60\xa2\x67\x12\x50\x9a\x6a\ \x61\x0f\x10\x9a\x4a\xd1\xca\x50\x21\x3d\x30\x9c\x84\xc1\x20\xcb\ \x45\x3a\x09\x4b\x50\xe1\x08\xa2\xc2\x4a\x32\x99\x47\x25\xf3\xf0\ \xb4\x98\x4a\x8c\xac\x30\xb3\xa7\x12\xce\x60\x53\xe5\xda\x76\x53\ \x60\xcf\xda\xd6\xfc\xfc\x3c\x32\xfa\x1b\x42\x6b\x59\x9b\x28\x32\ \xf5\x00\xb9\x2f\xef\x9d\x1e\xf5\x6c\x1f\x1e\xed\x55\x1e\x1e\x9d\ \xed\x5d\x1f\xa0\xce\x9d\x37\xf3\x67\xef\x3f\x00\x60\xdd\xbc\xba\ \x01\xc0\xba\xd9\x43\x95\x0f\x6f\x50\xb9\xd6\x1e\xc0\xd7\xf5\x9a\ \xb1\x10\xee\xbc\x7e\x73\xf3\x55\xc7\xd8\xd3\x83\x1b\xd4\x42\x7d\ \xb0\x87\xdc\x6a\xd6\x6e\x7e\x6a\x19\xa9\x6b\x70\x4e\xb8\xdd\xb3\ \xd3\xce\xde\xa9\x82\x62\xcf\xdc\xc0\x48\xb1\xbd\xa0\xd8\x9b\xeb\ \x19\x2d\x72\x8e\x02\xc9\x2a\xc9\xb7\x94\x00\x95\xb2\xa7\x15\x94\ \xe4\x94\x95\x4d\x8d\x14\x14\xe5\xb7\x0c\x38\x3b\x7a\xdd\x1e\x6f\ \xf1\x54\x49\x51\xde\x88\x67\xaa\x77\xca\x9d\xd7\x52\xe6\x6c\xee\ \xbf\xd3\x9b\xe3\xb9\xe7\xc9\x76\xf7\x0f\x38\x47\x3d\x39\x6e\x20\ \x6d\x0d\xf5\xe3\xc3\x5d\x0d\xe3\xb7\xc6\x6b\xc6\xeb\x7d\xc3\xcb\ \x15\xb7\xda\x9d\xf7\xdb\x17\xfa\xda\xf7\xc7\xef\xce\xcd\x35\xce\ \x2c\xb4\x75\x94\x38\x3b\xc6\x72\x81\x9b\xdd\x9f\xca\x71\x02\x69\ \x03\x79\xd9\xdb\x92\x53\x34\x3d\x37\xdb\x3b\xd2\x3b\xe0\xf1\xd4\ \xf7\x8f\x37\x76\x01\x45\x1b\xbc\x3f\x36\x7a\xaf\xf6\x7e\xc3\xc2\ \x46\x7d\xdb\x58\x63\xeb\x42\xdf\xee\x70\x45\xf5\xc6\x4c\x57\x4d\ \xed\xf0\x72\x7d\x7b\x5f\xc5\x70\x5f\x75\x75\xdf\x6e\xc5\xae\xaf\ \x76\xd9\xb7\xdc\xb8\xb0\xd0\x7a\xbe\x3a\xdc\xba\x8a\xca\x42\xfd\ \xfe\x9d\xcb\x93\x5d\xdf\xf1\xd7\x40\xa3\x4e\x7c\xaf\x8f\x77\x8e\ \x2f\x16\x56\x37\x7c\x17\xc7\xe7\xe7\xad\x27\xad\x27\x3b\xcf\x67\ \x86\x7d\x3e\xa0\x67\xbb\x5d\x9f\xbe\x7b\x0e\xea\xef\xf5\x72\xd7\ \xd5\x6a\xdb\xf1\xe5\xd5\xf2\xfe\x8e\xff\xa2\xf5\xdb\xe3\xe7\x57\ \xaf\x7f\xfd\xf4\x97\x5f\x3f\x7b\xf6\xc3\xb3\xf5\xf2\x72\x95\xcd\ \xa5\xb5\x39\x34\x20\x76\x00\x1c\x04\x24\x0c\x15\x55\x01\x68\x68\ \x1a\x13\x8f\xca\x63\xd9\xac\x7a\x93\x8d\xa5\xd5\x0a\x1c\xeb\xe5\ \x2a\x93\xeb\x5d\x64\x2c\x08\x07\x21\xea\xf3\xd0\x65\xa5\xaa\x85\ \x68\x3f\x10\x71\x26\x54\xab\x90\x9a\x70\xfb\x7f\xa7\x4a\x75\xea\ \xd4\xd4\x3f\x3d\x78\xa0\x66\x32\x85\x1c\x66\x08\x5b\x9d\xea\xbe\ \xfc\x74\xb1\x6b\xfc\x65\xd5\xaf\xef\x7e\xff\xf3\xee\x4f\x77\x91\ \x17\x4d\xaa\x8e\xa3\xe6\x28\xe3\x13\x53\xca\xfa\x5e\xfc\xf9\xb1\ \x55\x4f\x3e\xfa\xcf\xff\xe7\xc3\xd3\x87\xe6\x25\x53\xf9\x62\xb9\ \x19\x04\xea\xd3\x6e\xd0\x5f\x8b\x66\xb3\x79\xf1\xe1\xc7\x30\x42\ \x9b\x9c\xa5\xe2\x32\x6c\x26\x94\x0c\xa8\x02\x49\xf7\x31\x5d\xc2\ \x6a\xe5\x1a\x05\x2a\x9e\x89\x57\xae\x12\x08\x78\x5c\x13\x17\x71\ \x44\x0d\x8f\x40\xe3\x72\xe5\x5c\xad\x56\x6b\xe5\x9a\xb5\x4b\xe5\ \x66\x64\xd8\x6e\xe4\x0a\xf4\x7a\x93\x59\xc0\x73\xe8\xb9\x26\x93\ \xde\x88\xd8\x9b\xd6\x66\x52\x19\x1d\x28\xfa\x0b\x55\x98\x3d\x35\ \x39\x1c\x46\x96\xb5\x9c\x24\x80\x8f\xc2\x6a\xc3\x70\xbb\xa9\x24\ \x64\x25\xf8\xd4\xc8\xb5\x2e\x9a\x50\x19\xbd\x91\x47\x15\xa0\x00\ \x55\x32\x8a\x1a\xd4\x02\xba\x21\xa7\xe3\x83\x26\x2e\x9e\x05\xc7\ \x48\x99\x68\x51\x77\x13\x14\xe1\x36\x88\x89\xa3\x83\x1e\x19\xd1\ \xb4\x04\x92\x14\x34\x21\x03\xa5\x54\x9b\xb8\x0c\x3d\x8b\x4a\x01\ \x61\x08\x50\x87\x61\x21\x93\x77\x0c\x8a\x7d\xa6\x11\xc8\x54\x0c\ \x9e\x4e\xc4\x91\x48\x78\xb4\x39\x48\x86\x1f\x38\x0c\x40\x13\x11\ \x87\xc5\x06\xa2\xf0\x67\x42\x78\x20\x11\x43\xc0\xd2\xc9\x64\x11\ \x56\x86\xd6\xb7\xd0\x16\x21\xe8\x97\x4f\xc2\x14\x7c\xb6\x32\x22\ \x3d\xd7\x90\x1c\x1d\x16\x19\x22\x4d\xf8\x58\xd1\x2e\x95\x72\x14\ \x70\x82\x38\x62\x36\xca\xf0\x92\xb0\xd5\x59\x59\x6a\x29\xf2\xba\ \x62\x32\xd5\xc8\xef\x8a\x29\x95\xf2\x85\x42\x89\x4e\xc1\x66\x33\ \x91\x0b\x69\x28\x20\x98\x54\x18\xc0\x66\xb2\xd9\x7c\xb6\x4e\x07\ \x3f\x85\xcc\xb0\xb8\xa8\x48\x10\x79\x01\xf0\x33\x22\x32\x39\xd9\ \x90\x9c\x6c\x49\x2e\xcb\x0b\x13\x87\x8a\x99\x4c\x65\xa4\x90\x89\ \x42\xc4\x42\x24\xec\xe0\xe0\x90\xa0\xb0\x10\x20\x51\x91\x69\xc1\ \xd1\x89\xa1\xc1\x41\xa1\x11\x89\x86\x60\x65\x5c\x50\x5a\x9a\x21\ \x3e\x38\x3a\xcd\x10\x91\x18\x11\x9d\x67\x89\x0f\x4a\x4a\x8e\x42\ \x39\x39\x21\x80\xa2\x4a\xa6\x38\x24\x4c\x1c\x92\x08\x0a\x30\x2a\ \x2f\xbe\x20\x3a\xaf\x2c\x3f\x23\x25\x23\x2a\x3d\x23\x25\x27\x39\ \x39\xb9\x20\x23\x3e\x3d\x2e\x2d\x39\x3d\x2e\x31\x3e\x39\x3b\x37\ \x3e\xc2\x10\x9b\x11\x67\x31\x44\x27\xe5\x25\x26\xc5\xc7\x47\x83\ \x32\x4d\x19\x1e\x9f\xaa\xe9\xaa\x7e\xe4\x60\x94\xff\xd1\x4d\xa4\ \xea\x59\x4f\x55\xd6\x25\x15\x55\x1f\x68\xfd\x27\xe1\xe0\x6c\x6f\ \x73\x7b\x6d\xbb\x10\x68\x6a\x8c\xfe\xdd\x1f\x0c\xf2\x10\xf7\xa9\ \x99\x21\x93\xc9\x89\x99\xf3\x04\x72\x53\x53\x66\x4c\x38\xa0\x51\ \x4c\x60\x53\x38\x9e\x4e\x66\x69\x88\xd8\x70\x7c\x20\x89\x08\xb3\ \x03\xb1\x89\xca\xe0\x51\xa8\x44\x22\x2b\x3c\x86\x5e\x58\x19\x93\ \x59\xb9\x8d\x3c\xad\x7a\x86\x0a\x03\x0b\xb7\x91\x17\x72\x0f\xd0\ \x33\x80\xaa\xcd\xb5\xcd\xed\x8f\xde\x0c\x68\x83\xef\x08\x81\xcd\ \x11\xfc\x9c\xdf\xdb\x46\xed\xd0\xa0\x0a\xb7\xcf\xce\x3e\xbc\x39\ \x78\xff\xe6\xcd\xab\xad\xb3\x57\xef\x0f\x4f\xdf\xbf\x7a\xf5\xe1\ \xcd\xcd\xc7\x9e\x9e\xd3\xb3\x79\x8c\xec\xec\xfa\xe0\xd5\xab\x37\ \x7f\x63\xf4\x3b\x7f\x1f\x7a\xff\xb1\xa7\xfa\x68\x08\x39\x6a\xcb\ \xc6\xfa\xeb\x07\x5b\x66\xbd\x9e\x91\xe6\x12\xe7\x84\xa7\xc4\xd9\ \xdc\xd2\x3c\xd6\x92\x96\x53\x92\x33\xe0\x99\x06\x8e\x54\x9c\x67\ \xb1\x24\xd9\x8b\x8a\xed\x39\xb9\x4e\x67\x86\xdd\xee\xf6\x14\x95\ \x35\x3b\x5b\xa6\xc7\x9d\x76\x80\x37\xbb\xbb\x2c\x69\xa4\x77\xae\ \xa4\xa4\xd7\xed\x75\x3b\x47\xef\x4f\xb8\x8b\xdd\xb3\xde\x92\xb2\ \x3b\x13\x2d\x1e\x6f\xd9\xe8\xc8\xb8\xbd\xf3\x56\x43\x55\xe3\xdd\ \xce\xfa\xb9\x8a\xfb\x93\xbe\x99\xd5\x5b\x9d\x93\xbd\x35\xed\x35\ \x3b\x7d\xc3\x77\x86\xef\xf7\x0f\x37\xde\xaa\xae\x99\x9d\x9a\x1c\ \x98\x9b\x1a\xed\x68\xf7\xd8\x47\xa7\xca\xfa\x4b\x9a\x07\x9c\x05\ \x40\xf1\x0a\x06\x26\xe6\x8a\x5b\xc6\x47\xef\x8e\x4d\x4c\xd6\x55\ \x54\x0f\xde\xeb\xf4\xce\xf6\x57\xb7\x55\x2f\xf4\xd5\xd7\xd6\xd6\ \x6f\xb4\xd5\xce\xec\x54\xd4\x2e\xd7\xad\xfa\x97\xfd\x35\x5d\xb5\ \xc3\xd5\xd5\xd5\xc3\x7d\x35\xfe\x8d\xbe\xd5\x7b\x75\xc7\xe7\x15\ \xab\xfb\xc3\x1b\x3b\xad\xfe\xe5\x56\xdf\xfe\x8b\xd5\xcb\x97\xfe\ \x2b\xdf\xc5\xfe\x79\x9b\x7f\xa7\xeb\xc2\x7f\x3e\xbc\x7a\xb1\xfb\ \xfa\xa2\x76\xff\x7c\xf5\xfc\xf8\x7c\xc3\x7f\x72\xdc\xda\xe6\x9f\ \x39\x5f\x38\x7f\xbd\xf3\xfd\xdb\xef\xbe\xbd\xd8\x39\x39\x5f\xfd\ \x7a\xf5\xfc\x85\x7f\xc7\xff\xcd\x46\xeb\x82\xef\xfc\xe5\xeb\x93\ \x97\xef\xbe\x7d\xfc\x1f\x9f\x7f\xf6\xf4\xc7\xee\x45\x9b\xd9\x56\ \xce\xb2\x1a\x51\x46\x32\xaa\x12\x42\xed\xce\x5c\x9e\x59\xaf\xe7\ \x76\x1b\xb9\x0c\x95\xd5\xac\x12\x68\x90\xf9\x81\xa3\xdc\xe5\x78\ \xb8\x44\xab\x4e\x14\xea\x80\x57\x21\xaf\x51\x85\x0e\xa5\xa3\x2b\ \xf8\x52\x18\x15\xa9\x6a\xb6\x30\xf5\x41\x69\x56\xaa\x42\xad\xe6\ \x33\x13\x80\x66\xe9\x60\x60\x84\xc4\x31\x25\x01\x69\x9d\xdf\x77\ \xda\xef\xbc\x7b\xf7\xd8\x6a\xfc\xf1\xcb\x3b\xcd\xf1\x52\xdd\x9f\ \x84\x01\xfc\x2c\x71\x50\x70\x86\xe7\xde\xbd\x93\x6f\xdf\x9a\x29\ \xe1\x3d\xff\xfa\x7f\xff\x53\xf5\x95\xd5\x55\x5e\x0e\x4a\x10\x99\ \x90\x96\x97\xdb\x1c\x68\x6f\x12\xe8\x8e\x59\x0e\xe0\x82\x1c\xda\ \x05\x7a\x97\x89\xaa\x32\x09\x04\x2a\x81\x9e\x0b\xda\xcf\xa8\xe1\ \xe9\x31\xbc\x8f\x7d\x34\x1a\xb3\x16\x65\x26\x7e\x34\x43\x16\x71\ \x4d\x2a\xab\x51\x60\xd6\x82\x76\xb4\xfe\xc5\x04\x04\xcd\x44\x63\ \x21\x5b\x06\x8d\x89\x26\x70\x98\xb9\xc6\x8f\x75\x5d\x02\x73\xb9\ \xd5\xa6\xd5\xb8\xb8\x38\xab\xcb\xd4\xfd\x97\xbf\x3c\x75\x75\xaf\ \x9b\x80\x7d\x11\xa9\x36\x6b\xf9\x92\x95\x48\x5d\xa4\x88\x4c\xcf\ \x1e\xda\x96\x6c\x46\xbd\xc6\xca\x63\x51\xf4\x46\xd0\xc9\x14\x8a\ \x1c\x43\x65\x51\xe5\xbc\x6e\x13\x83\x82\x61\x60\x30\x5a\x33\x17\ \x83\x3e\x33\x8a\x6c\x05\xf0\x0a\xc5\x12\xcc\xaf\xac\x35\xad\x6c\ \xce\x8b\x48\x5c\xab\x80\x86\x5a\x18\x51\x99\x88\x86\xc7\xc5\x01\ \x8e\x52\x51\xe9\xab\x40\x80\xa5\xc2\x00\xa1\x10\x61\xa2\xc7\x10\ \x51\x63\x09\x89\x80\xc3\x61\x50\xf1\x82\x0c\x8f\xc1\xe0\x91\x67\ \xb2\x0c\x4f\xc4\xcb\x02\xe9\x70\x0f\x1d\x8b\x25\x61\x45\x1f\xad\ \xfe\x08\x22\x14\xac\x43\x97\x05\x12\x45\x24\x0c\xf1\x93\x58\x8e\ \x22\x20\x3d\x3d\x37\x27\x25\x4c\xc2\x89\x0c\x95\x08\x41\x91\xa7\ \x26\xf0\xf9\x1c\x84\x5a\x0a\x8e\x58\xac\x10\xa2\x89\x25\x15\x70\ \x8a\xc9\x07\xb4\x02\x24\xe2\x27\x20\xfd\x8e\x96\xdc\x13\x1e\xe8\ \x14\x7c\x61\x96\x38\x24\x54\xc8\x91\x00\xc1\x12\x73\xf8\x40\xb2\ \x14\x7c\x26\x70\xac\xe0\xe8\xe8\xc4\xa0\x68\x94\xe6\x15\x1f\x91\ \x16\x1a\x1a\x22\xce\x4a\x7d\xa0\x0b\x8d\x54\xb0\xe3\x82\x42\x23\ \x43\x82\x95\x21\xb1\xc1\x01\xca\x60\x71\x40\x74\x6c\x40\x48\x30\ \x30\xb2\xe0\x58\x25\x9b\x1d\x0a\xc0\xc5\x0c\x95\x44\x29\x23\x43\ \x43\xa3\xd3\x22\xe2\x22\xa3\xe3\xa2\xe3\x23\xa3\x33\x40\xae\x46\ \x46\xa7\x18\x2c\x19\x89\x49\x69\xb1\x92\xa8\x20\xa5\x30\x36\x34\ \x94\x0d\x78\x18\x15\x11\x95\x12\x1f\x11\x66\xc8\x05\x56\x95\x1c\ \x95\x63\x29\x30\xe4\x66\xa7\xa5\xa5\xa4\x03\xa9\x32\x58\xe2\x11\ \x72\x45\xc6\xa5\x47\x66\x24\xe7\xc7\x47\xa5\xa5\xc7\x45\x24\x46\ \xc6\x45\x18\x72\x2c\xaf\xef\x0f\xf4\xb7\x7e\x21\x97\x15\x16\xca\ \x05\x02\xab\xf1\xd1\x57\xe5\x3f\xfe\xa1\xb5\x1a\xcd\x9f\xff\x6e\ \xcb\x5c\x5b\x3b\x38\xda\x6c\x12\x89\x64\x95\xe1\xaa\xdd\x9f\x78\ \x31\x6b\x32\xfd\x17\x3f\xe2\x63\x58\x5a\xd1\x96\x88\x4a\x10\x65\ \xc6\xc4\x84\x67\x66\x82\xb0\xc6\x62\x08\x64\x13\x8f\x84\xcf\x24\ \x13\xb0\xe1\x04\x16\x95\x50\xa9\xd2\x6a\xe9\x02\x1c\x8d\x1c\x23\ \x22\xd0\xe9\x81\x99\x95\x6b\x43\x95\x43\x43\x43\x2b\x4d\x99\x81\ \x3d\x85\x28\xfe\xb9\x07\x26\x21\x14\xee\xb5\x09\xa2\x70\xeb\x60\ \x6b\xfb\xe0\xe8\xe0\x60\x05\x30\xeb\x74\x6f\xeb\x70\xab\xf2\xf0\ \xe6\x0c\x00\xeb\x68\xfe\x06\xd5\xbf\x1f\xdc\x7c\xf8\x70\x70\xf4\ \xfe\xfa\xfd\xf5\xe9\x9b\x57\x6f\x00\xb0\x6e\xce\xce\x5e\x21\x0f\ \xc1\xcc\xcc\x9b\x57\xe8\xb7\x37\x1f\x56\x5e\xd4\x7f\x5a\xf9\xe1\ \xe6\x0c\x1e\x73\xb4\x75\x70\x70\x70\xf6\xe5\x58\xc7\x74\x41\xfe\ \x84\x73\xb4\x08\x64\xe1\x6c\xb1\xbd\xb7\x73\x70\xba\xb8\xc0\x53\ \x6c\x07\x58\x6a\xc9\x4b\x03\x48\xcf\xce\xcd\x03\xb2\x94\x57\x3c\ \x9a\x97\x5d\x64\xcf\xb7\x67\x3b\x3d\x63\x4e\x7b\x73\x73\x49\x6f\ \x4e\x99\xb7\xd9\xe3\x1e\x18\x1f\x77\x0f\xd8\x3d\xcd\x03\x9e\x41\ \x6f\xef\xa0\xa7\x6c\x7a\xaa\xd9\xeb\x9d\x9a\x1e\x1b\x99\x72\x02\ \x49\xbb\x5b\xd5\x5e\xd5\x3a\xd5\x70\xa7\x77\xf9\xce\x9d\xd5\xc6\ \xb6\xc1\xc9\xd9\x91\xda\xba\xe1\xb6\xaa\xce\x3b\xb7\xe6\xee\xd4\ \xdc\x69\x6d\xac\x19\x6c\x1e\xeb\x85\x57\x6c\x1e\x6c\x18\x9d\xea\ \x6d\x1e\xf1\x8c\x0c\x36\xe7\x4e\x17\xcf\x8e\x3b\x47\xa7\x8a\x9c\ \xcd\x13\x13\x63\xfd\xed\x75\x77\x3a\xeb\x1a\x6e\xf5\x8f\xd5\xb7\ \xcf\x34\x56\xd7\xf5\x2f\x54\x74\x56\xd4\x1c\xf7\x01\xca\x1c\x57\ \xb7\xfa\x5a\x57\xfd\x6d\xd5\xbe\xbe\x9a\x2e\xbf\xbf\x6d\xb7\xba\ \xb1\xb5\x61\x78\x78\x78\xb5\x76\x66\x77\x67\xb9\x6b\x63\x61\xd7\ \xb7\xb1\xb3\xb3\xff\xd2\x7f\xb1\xba\x70\x72\xb2\xb3\x30\x7c\x71\ \x71\x79\x32\xb3\x7f\xbe\xf3\xf5\xe5\xf0\x89\x6f\xf9\xe4\x9b\xab\ \xab\x8d\x9d\xcb\x0d\x1f\x88\xc6\x8d\xbe\xe3\xdd\x6f\x7f\xf6\x5f\ \xee\x1f\xef\xae\x36\xce\x2c\x5f\x5d\x0e\x83\x60\xbc\xe8\xdb\xb9\ \xd8\x7f\x7d\xfe\xf6\xed\x2f\xef\x3e\x7f\xf2\xf9\xc3\xee\x87\x2e\ \x1b\x00\x84\x4a\x5b\xbe\xa4\xd7\xe8\xf5\x1a\x0a\x89\x42\xa1\x72\ \x81\x54\x59\xb9\x0c\x01\x95\xab\x65\x68\x50\xc6\x8c\x91\x6a\x5a\ \x5a\xb7\x95\x2f\xb9\x96\xcc\x94\x5d\x98\x90\x51\xd7\xbf\x50\x07\ \x53\xb3\x1a\xbe\xca\xf0\x53\x98\x0a\x7a\x23\x35\x35\x2b\xb5\x54\ \x7d\x5b\xa1\x4e\x95\x72\x6e\x97\xfe\xe9\x7f\x65\x81\xc6\x08\xe0\ \x4b\xc4\xe2\xb8\xbb\xd9\xd9\x8d\x6f\x17\x79\xf8\xaf\x1f\x7d\xfe\ \x8f\xe3\xb1\x38\x14\x97\xa0\x14\xea\xd8\x71\xce\xfb\x63\x61\x05\ \x7e\xff\x67\x54\x42\x61\xcc\xd9\x7f\xfe\x1f\xc2\x0f\x8b\x4f\x1d\ \x26\xd5\xe2\x23\xb3\xf9\x91\x59\x6b\x72\x75\xa3\x8a\x29\x95\x55\ \xcf\xd3\x02\xe6\xb0\x34\x5c\xab\x0d\xe8\x8a\xd6\x6c\x46\x55\x02\ \x26\x9e\x1c\x95\x71\x1a\x61\xf8\xab\xf4\xc6\x8f\x1e\xc8\x1a\x81\ \x0a\xf5\xe3\xe8\x05\x22\x0c\x90\x2b\x23\x72\xc5\xb2\x0a\x34\xb6\ \x6e\x1b\xc8\x40\x13\x4d\x0e\x02\x52\x6f\x93\x3b\xba\x97\x6c\x5a\ \xae\xd1\xc6\xd5\x68\xcc\x66\x9e\x49\xa3\xb7\x52\x49\xb6\x25\xc7\ \xa3\xa7\x4b\x4f\x9f\x2d\x39\xf4\x26\x95\x8d\x48\x79\xf8\x70\x7d\ \x71\x89\x4c\x5b\x92\x13\x6c\x7f\x59\x72\x2d\x1a\x35\x9a\x8f\xb5\ \x56\xa8\xf3\x19\xa8\x15\x03\x59\x45\x6b\x79\x46\x1c\x91\x06\x4a\ \x10\x07\xef\x84\xc1\x05\x7a\x44\x23\x82\xe8\xd8\xda\x5e\x5b\x19\ \xea\x69\x2a\x0c\xdf\x3e\xda\x96\xe1\xb5\x56\x9b\x9e\x27\xd7\x00\ \x73\x85\x07\xf1\xb8\x2c\x0a\xcf\xac\x15\xd0\x68\x5c\x00\x3f\x0c\ \x03\x47\x95\x33\x70\x0c\xe0\x6b\x04\xe4\x19\x4f\x26\xe2\x30\x14\ \x22\x81\x00\xfa\x90\x40\xc7\x23\x8f\x19\x02\xb0\x2d\x0c\x5e\x46\ \xc4\x06\xc6\x60\x89\x70\x8c\x5e\x48\x27\x8a\x44\xe8\x16\x56\x04\ \x48\x47\x24\x62\x3f\x89\x0a\x0d\x89\x4b\x2b\x4e\xce\x0e\x82\x33\ \x12\x12\x2b\x11\x2b\x12\x38\x30\x5b\xe8\x38\x7c\x21\x47\x98\x20\ \x0c\x01\x41\x28\x95\x32\x91\xc9\x22\xb2\x75\x97\xaa\x11\xad\x55\ \x08\x13\x12\xb2\x12\x38\x62\x69\xe9\x9f\x52\xf9\x7c\x66\x2a\x27\ \x00\x15\x62\xb1\x51\xdb\x27\x1b\xd1\x31\xa9\x54\x19\x95\x14\x11\ \x19\x16\xc9\xd4\x09\x03\x42\x42\xc3\x42\x83\x42\xc4\x01\xc1\x21\ \xea\xd2\x52\x76\x28\xfc\x25\x21\x33\x18\xc5\xe9\x24\x46\x04\xc5\ \x86\x45\x84\x89\x83\x90\x89\xb2\x24\x08\x14\xa1\x32\x24\x44\x19\ \x1a\x1c\x1c\x1a\x14\xcc\x56\xc6\x46\x44\x07\x45\xc4\x46\x84\x06\ \xc7\x87\x29\x83\xa3\x22\x0d\x89\x49\x71\x91\x11\x96\xa4\x44\x4b\ \x4a\x62\x6c\x44\xb0\x24\x20\x34\x20\x58\x99\x92\x18\x6a\x88\x96\ \x84\xc4\x46\x29\xd3\xf3\xb3\xe3\x93\xec\xb9\x06\x4b\x7e\x4a\x4e\ \x5e\x62\x5a\x50\x54\x72\x7a\x6e\x74\x6e\x5c\x7c\x4a\x5a\x46\x54\ \x92\x25\x2a\x0e\x00\xcf\x92\x62\x89\x4f\x06\xbd\x99\x91\x18\x91\ \xfc\xba\xeb\x7e\xc3\x63\x62\xa1\x6c\x7e\xb3\x27\x86\x40\xc2\x5b\ \xf5\xf2\x1f\x6d\x34\x19\x41\xb3\xc4\xa0\x62\x62\x56\x56\x0a\xe7\ \x03\x09\x31\x99\x99\x32\xd2\xc5\xc6\x0f\xf4\xa1\x15\x6c\xf7\xbb\ \xcf\x70\xa2\x45\xfc\x76\x21\xf0\xd6\x70\x3a\x29\x33\x5c\x46\x8d\ \xa1\x53\x88\x24\x8c\x8a\xca\x22\x12\x31\x5c\x99\x8c\xc5\xe0\x91\ \xe7\xbb\x7f\xb4\x12\x4c\x38\x1c\x8d\x2e\xa3\x13\xc8\x31\x95\xd8\ \xcc\xca\xcc\xa1\xca\xf9\xa1\x4c\x59\xe5\x5a\x78\xf8\x7c\x53\xe5\ \xf6\xde\x1a\x4c\x42\xa8\x78\x6a\x0d\x5d\x6d\xed\xad\xc1\x11\xe4\ \xe8\xb0\x75\x74\x88\x2c\x49\xd1\xba\x56\xcf\xe1\x2b\x50\x84\xaf\ \xae\xb7\x4f\x3f\xc0\xe5\xe6\x1a\x00\xeb\x0d\xb2\x67\x7e\x75\x73\ \x0d\xbc\xea\xec\xb0\x32\xf3\xfa\x03\x70\xae\x37\xaf\x6e\x3e\x1c\ \xfd\x3e\x5a\x4d\x78\x05\x37\x50\x82\xeb\xc1\xd1\x07\x6a\xfe\x78\ \x67\x49\xd9\xa4\x7b\x34\xdf\x33\xe2\x1c\x28\x69\x19\x98\x9b\xf5\ \xe4\xa7\x97\x78\xf3\xec\x4e\x7b\x4e\x51\x7e\x51\x41\x76\xbe\x25\ \x3f\xdf\x9e\x93\x9e\x53\xe0\x2c\xb3\x8f\x96\xb5\x4c\x79\xca\xa6\ \xbc\xce\xd1\x59\xbb\xd3\xe9\xee\xed\x75\xbb\x47\x47\x00\xb6\xbc\ \x6e\xcf\xc0\xd4\xec\xc8\xdc\xd4\xd4\xd4\xf4\xfd\x51\x00\xb0\x09\ \xcf\xd8\xa8\x77\xc4\xe3\xbe\x57\x5f\x51\xb3\xdc\xde\x31\x39\x39\ \xdc\x5e\x71\xb5\x33\x3c\x39\x3e\xd6\xdc\xe8\xab\xef\xe8\xaa\x9b\ \xaa\x1f\x98\xab\xbb\x5b\xd3\x31\xe7\x2e\x1e\xec\xf5\xb6\xcc\xf6\ \x4f\xd4\x7b\x46\xc7\x8b\xdd\x73\x53\x23\x9e\xe2\x96\x8c\xe9\xfe\ \x01\x4f\x8b\x7d\xda\xdb\x7b\xb7\xfa\x4e\x5b\xdb\xfd\xb9\xc9\xc9\ \xea\x8e\xba\xda\xc6\xfa\xc6\xaa\xda\xea\xda\xf6\x8e\x5b\x5d\xcb\ \xf5\x3b\xd5\x55\xad\xc3\x33\x5d\x8d\x55\xc7\x33\x00\x4f\x7d\x6d\ \x3b\xc3\xad\x35\x75\xbe\xda\xaa\xfd\x99\xda\x99\x8d\xbe\xd6\x99\ \xe1\x0d\xff\x4c\xeb\xc2\xee\xee\xe5\xb1\xff\xe4\xe5\x89\xef\x78\ \x67\xd7\x37\x73\x7e\x79\xf9\xfa\x62\x7f\x77\x7f\x77\x63\xff\xeb\ \x1d\xff\xc2\x37\xe7\xfb\x7e\xdf\x82\x6f\xe1\x7c\x77\xa6\xaa\x6d\ \xd8\xff\xd3\xdb\x7d\x40\xb4\xdd\x65\xff\xea\xc2\xf9\xf1\xea\xc9\ \xc9\x8b\xe3\xea\x85\x93\xef\x9f\xbf\xfe\xe5\xdd\x9f\x7f\x7e\xf2\ \xd9\xd3\x72\xdb\xba\xc9\x6c\x2d\x37\x69\x79\x1a\xe4\x5e\x07\xb3\ \x16\x4d\xc0\xc2\xd0\x04\x3c\x9e\x9e\x47\xe1\xca\xd1\x1a\xb7\xca\ \x5c\xae\xd5\xc8\xcd\x2e\x9b\xcb\xaa\x75\x18\xe5\x8c\x9d\xdb\x1c\ \x98\xb9\x75\x6a\xd4\xe2\x2c\x65\x66\x25\x28\x12\xd4\x4c\x61\xaa\ \x5a\x77\x3b\x21\xab\x14\x88\xd6\xed\x07\xb7\x53\x1f\x64\x49\x13\ \xa7\xf2\x6e\xdf\x96\x4a\x13\xa4\x6c\xbe\xb0\x25\x39\x78\x7a\xf9\ \x47\x5a\xcf\x9b\x1f\x9e\x3e\x5d\xfa\x76\x22\xa0\x14\xc4\x63\xa9\ \x42\x1c\x9f\xef\x4e\x8a\x93\xe6\x8e\x15\xfb\x1e\x11\x02\xe7\x0f\ \xff\xf5\x5f\x85\x7f\x05\x40\xd4\x2e\x3e\x72\x18\xbb\x5d\xae\xc5\ \x6e\x97\xde\x05\x10\xa5\x31\x69\x58\x20\xe7\x34\x0c\xd4\x3d\xa3\ \xe5\x31\x4c\x40\x94\xe0\x5d\xe9\xe5\x46\x93\xd6\xac\x45\xd2\x50\ \x45\xd5\x6a\xd1\xea\xb9\xde\x88\x22\x70\x40\xb7\x91\x04\x72\x50\ \x7f\x46\xd0\x87\x7a\xad\x55\x8e\xaa\x4e\xbb\x55\x00\x2b\x26\x9b\ \x51\xa5\xb2\xe9\x8d\x80\x78\xc0\x99\x34\xfa\xf2\x72\x6b\x39\xcb\ \x68\x23\x93\xb5\x8b\x56\xd7\xa2\x79\xf1\xaf\xae\x72\x97\x91\x67\ \xc6\xcb\xe0\x13\x59\x77\x51\x55\xdd\x2e\x94\x73\x6f\x35\x6b\xf4\ \x2c\xfd\xc7\x18\x59\x0a\x17\xb8\x15\x4d\x65\x46\x29\xf7\x0c\x1c\ \x85\xc4\x60\x91\x30\x24\x9a\x15\x47\x43\x01\x38\x24\x60\x58\x3d\ \x68\xa3\x7a\x6b\xbe\xb2\x30\x66\x65\x73\x25\x06\x6f\xee\x76\xad\ \x1b\xb5\x68\x8b\x50\xa5\x35\xe9\x55\x54\x9e\xd1\xaa\x62\x50\x59\ \x5c\x2e\x83\x41\x80\xbf\x80\x5a\x7a\x08\x34\x2a\x86\x86\xa7\x00\ \x66\x51\xc8\x78\x22\x05\x47\x26\x90\x51\x1d\x16\x1e\x8f\x25\x89\ \xf0\x18\x12\x1d\x95\x39\x10\x89\x22\x2c\x81\x4c\x88\xa1\x8b\x02\ \x33\x0b\x45\x78\x18\x53\xc8\xcb\x21\x86\xf8\x49\x74\x5c\x44\x51\ \x6e\x76\x7c\x00\x9b\x9d\xc0\x8c\x35\x04\xf1\x39\xa9\x68\x71\x51\ \xa1\xe6\x73\x98\x1c\x71\x00\x5f\x8c\xd2\x9e\x39\x09\xc8\xca\x3d\ \x41\x91\xc5\xe1\xa0\xf6\x67\x05\x1b\x79\xbc\xf3\xf9\x59\xa9\x4c\ \x35\x9b\x93\xaa\xe6\x30\xd5\x1c\x7e\x48\x80\x90\xc9\x86\xb9\x85\ \x23\x94\x44\x14\xd7\x9c\xec\x37\x8e\xbb\xe3\x22\x82\x01\x77\x62\ \x03\x82\x24\x41\x4c\xa1\x54\x2c\x56\xc6\x06\x2b\x74\x8a\xd4\xd2\ \x52\xa9\x50\xc2\x67\x8b\x95\xa1\xca\xa0\x24\x60\x56\xd1\xec\x90\ \x50\x20\x4c\x41\xa8\x5c\x41\x22\x0e\x8e\x0d\x0e\x41\x70\x14\x15\ \x11\x1d\x12\x1d\x12\xa0\x8c\x56\x02\xa2\xb1\x03\x22\xa2\xa3\x52\ \x24\x92\x88\x08\x43\x7c\x74\x64\x6c\x08\x93\x2d\x09\x0e\x09\x8d\ \x8e\x8f\xc8\xb0\x44\xf0\x83\x0c\x51\xf9\xd9\x49\xc9\xe9\xd9\xe9\ \x69\x49\x19\x49\xf1\xc0\xb0\xe2\xa3\x93\xd2\x72\x40\x52\x02\x33\ \x4b\x89\xcd\x88\x8f\x37\xc4\xa7\x27\xc7\x59\x52\xc2\x92\x13\x13\ \x13\x0d\x71\xe9\x89\xf5\x5f\xff\xd3\x26\xdb\x96\x35\x6d\xad\x34\ \x15\x36\xbd\x82\x09\x62\x4d\x40\xe2\xd9\xfe\x62\x32\x59\x69\xa0\ \xfc\xf6\x36\xf7\x86\x64\x20\xfe\x30\xbc\x7f\x7c\xfa\x85\xa8\x67\ \x7b\x9e\xf4\xe4\x1b\x97\xf9\x3f\x28\x4d\xa8\x1f\x53\x46\xa2\x17\ \x66\x52\x30\x81\x44\x42\x26\x9e\xa6\xc2\x91\x64\x22\x15\xaf\x87\ \x42\xe1\xf2\xb0\x4d\xeb\x8f\x5d\xdc\xc7\xf0\x35\x23\xca\x58\x22\ \x4c\x4c\xa1\x2c\x33\xbc\x70\xa8\x69\x68\xbe\xa7\xb0\xa7\x69\xa5\ \x10\x58\xf3\xd6\x1a\x2a\x58\x59\x59\xd9\xdb\xdb\x3e\x3a\xd8\xda\ \xda\xdb\x1c\x82\x17\x3e\x3c\x05\x75\x78\x78\xf4\xb1\xc6\xe1\x60\ \xab\xe9\xe0\x7f\xc0\xe8\xfd\xf5\x4a\x65\xcf\xd0\xf6\xd6\xe1\xf5\ \xf5\xfb\x0f\xef\xdf\xbc\x07\xd0\x3a\xbb\x79\x03\xe4\x6a\x3e\xe6\ \xec\xc3\xfb\x0f\xaf\x10\x88\xfd\xed\xfd\x57\x83\x15\xeb\x47\x1f\ \x6f\x00\x01\x7b\x73\x33\x30\xdd\x3e\x3d\x37\x31\x51\x3c\x35\x51\ \xe2\x29\x28\x70\x4f\x15\x4f\x0d\xb8\xf3\x8b\xca\x9c\x03\x03\x2d\ \x25\xa3\x05\xee\xfc\xbc\xdc\x8c\xe2\xa2\x66\x37\xa8\xc3\x8c\x02\ \x8f\x3b\xaf\xd9\x9e\x53\x3c\xda\x5c\x32\x06\xd4\xaa\xa5\xac\xd8\ \x5e\xe2\x1c\x98\x6e\xe9\xf5\x14\x0f\xcc\x4e\xcd\x76\x0c\xde\x75\ \xb7\x94\xf5\xf6\x8e\x0e\x4c\x0f\x4c\x4d\xcd\xb6\xb8\xdb\x07\x5a\ \x1a\xaa\xdb\xab\x2f\x1b\x3a\xda\xc6\x16\xea\x46\x56\x77\x5a\xdb\ \xfb\xef\x4f\xf4\x55\x4c\x8e\xdf\x6a\x98\xae\xb8\x3f\x51\x5d\x51\ \x51\x73\x6f\xa4\xac\xdd\xeb\x1c\x99\x9d\xeb\x18\xcd\x01\x5a\xd5\ \xeb\x1d\x18\x1c\x2c\x02\x86\x35\xeb\x71\x7a\xe6\xa6\x9b\x9d\x77\ \x6a\x6a\x36\x6e\xd5\x75\x76\xf4\xdf\x1b\xef\xb8\x57\x5b\x53\xdb\ \x55\xd5\x50\x71\x07\x08\x54\x5f\xed\x4e\x45\x57\xed\xcc\xf2\xf9\ \x42\xdf\xc2\x72\x6b\x6b\xd5\x49\x55\xf5\xea\xc6\xbd\xae\xe5\xd6\ \x5b\xfe\xbe\x9d\x9d\x8d\xcb\x99\xf3\xbe\xaa\x93\xcb\x99\xdd\xdd\ \xfd\x8b\x17\x17\x27\xfe\xef\xcf\x87\x4f\x16\x56\x37\x4e\xfc\x57\ \xbb\xfe\xe3\x4b\x9f\xcf\xb7\xf1\xdd\xb7\xe7\xfe\xf3\x9d\xe5\xe3\ \xe5\xd5\xfd\xf3\x93\xe3\xdd\xe5\xfd\x5d\xdf\xf7\x7f\x7e\xfb\xf5\ \xf1\x86\xff\x3b\xff\x45\xf5\xce\xc2\xcc\xc5\xf1\xf3\xe1\x99\xd5\ \x93\x9f\xbe\x7d\xf7\xf6\xf7\xc7\xff\xf1\xe3\x57\x3f\x2e\x9a\x6d\ \x28\xbd\xa1\x5c\xaf\x31\xf1\xb8\x0c\xb9\x40\x4b\xa5\x0a\x28\x64\ \x2e\x15\x86\x3c\x0a\x67\xa6\x51\x78\x68\x47\x8e\xab\xe7\x6a\xcc\ \x0e\xbd\x0b\xfe\x23\xe1\x26\x50\xaf\x33\x07\x59\x61\x49\x13\x52\ \x81\x2c\x49\x61\x5e\x17\xaa\x13\x4a\x1f\xc0\xa8\x28\xd5\x3d\x78\ \x90\xa0\xcb\xd2\xf1\x43\x46\xff\x7a\xf4\x22\x01\xd5\x20\x72\xa4\ \xd1\x8d\xd1\xf7\xeb\xeb\xbe\x63\x6c\xfe\xed\xec\x69\xc5\xa7\x6f\ \x3b\x38\x59\xc8\x15\x20\xae\x20\x43\x09\x5f\xf6\xe0\xfc\xb1\xce\ \xdf\x3e\x53\x61\xd7\xf6\x6e\xfe\x6b\xaf\x7b\xa9\xdb\x5c\xee\x72\ \x39\xac\x2e\x87\x6b\x69\x49\x6f\x95\x03\xd5\x03\x74\x31\xb3\x34\ \x36\x0d\xd5\x68\x93\xf3\xd0\x62\x16\x55\xa5\x32\x9a\x81\x1f\x01\ \xf3\xd3\x3a\x54\x2c\x54\x3e\x2e\xb7\xe9\xb5\x26\x64\x54\x6a\xd4\ \x1b\x41\xbc\xe2\x18\x1a\x86\xdc\xfa\xf1\x96\x51\x6f\x55\x99\x40\ \x52\xaa\xac\x26\x10\x63\x72\xad\x5e\xab\x37\xeb\x6d\x0e\xb3\xc6\ \x0c\xb8\x05\xc8\xc5\x92\x1b\x19\x04\x6d\xb7\x79\xfd\x99\xe3\x91\ \x63\xd1\xac\xd7\x68\xbb\x29\x38\xd7\xa3\xf5\x47\xdd\x26\x40\x35\ \x01\xcf\x08\x32\xd3\x6a\x04\xd8\x63\x20\x97\x05\x80\x73\xd4\x3a\ \x48\x92\x53\x28\x0c\x01\x86\x8c\x61\x90\x09\x34\x81\x9e\x44\xa2\ \xe0\x30\x34\x02\x7e\x65\x7b\x0d\xd5\xd7\xac\xac\x34\xf5\x64\xae\ \x6d\xcd\xcb\xf0\xc6\x1f\x1e\x95\x23\x6b\x53\x01\x0e\xd9\x42\x70\ \x59\x66\x0d\x4b\x4e\x01\xb8\xa2\xf1\x78\x00\x57\x70\x10\x47\x23\ \x91\x71\xa8\x35\x87\x85\x21\x92\x44\x22\xd4\x59\x48\x26\x91\x30\ \x22\x3a\x1d\x24\x20\x96\x40\x40\xf5\x0e\x58\x22\x99\x28\x22\xca\ \x40\x09\x02\x74\x61\x33\x49\xf8\x18\x19\x5a\xf2\x02\x91\xf8\x49\ \x62\x6c\x74\x98\x21\x2e\x56\xc8\x54\xe8\x98\x41\xc9\xb1\x59\x59\ \xba\xd4\x00\x25\x93\x93\xaa\x60\x33\x99\x52\x4e\x00\xe0\x8f\x5a\ \xca\x91\xaa\x99\x12\xb5\x44\xaa\x96\x0a\x91\xe7\x3e\x93\x1d\xcc\ \x84\x0f\x1f\x59\xf8\x71\xf8\x3a\x05\x1b\x24\x20\x9f\xc3\x0f\x45\ \x01\x60\xec\x00\x09\x27\xb8\x96\x1a\x18\x23\xc2\xfd\xf3\xdb\x9d\ \xe5\xde\xec\xb2\x94\x60\x38\x9c\xfa\xef\xff\xf6\x6f\x09\xba\xdb\ \x9c\x60\xa1\x30\x58\xa9\x53\x00\x3f\x53\x80\xd4\xe4\x2b\x98\xa1\ \xec\xe0\x00\xb6\x38\x20\x32\x3a\x32\x92\x2d\x89\x8d\x0c\x03\xad\ \x18\x14\xac\x4c\x04\xb9\x18\x1c\x16\x11\x1a\x1b\x17\x2c\x89\x8c\ \x0d\x0d\x03\xc9\x18\x1a\x16\x06\x08\x65\x88\x88\x4f\x4c\x8a\x08\ \x8d\x8c\x0f\x60\x86\x8a\x85\xa1\x71\x69\x89\x11\x96\x88\xa8\xc8\ \xf8\x24\x83\xc5\x62\xc9\xce\x2d\x31\x58\x52\xd2\xd2\xd2\xd3\xf2\ \x53\x52\xa2\x40\x15\x82\xa6\x34\xa4\x18\x22\xe3\x52\xf2\xe2\x73\ \x92\x92\x0c\x29\x89\x51\xf1\xc9\x71\x51\x86\x0c\x83\xc1\x3e\xc1\ \x7b\xb5\xd6\xb4\xd5\xd4\x14\x4e\xa7\xf7\xec\xed\x6d\x9d\x1e\x6c\ \x56\x52\x1c\x1a\x54\x7e\xd7\x73\x74\x73\xb8\x3d\xd4\xb3\x56\x98\ \x89\x5d\x7a\xf2\xe9\x3b\x41\x66\xd3\x1a\x56\xf3\xee\xf1\x5f\x7f\ \x5b\x6c\x8a\xa1\x93\xc2\x45\x94\xc2\xca\x70\x9a\xa8\x10\x8b\xc5\ \xaa\xcc\x5c\x42\x66\xa1\xec\x91\x26\x93\x4c\xf9\x8b\x35\x46\xd4\ \xfd\xbb\x7e\xf1\x33\x98\xa3\x49\xe1\x2c\x02\x2e\xb0\x30\x30\x50\ \x14\x43\x0f\x1f\xaa\xac\xec\x09\x1f\x42\xe5\x0d\xdb\xdb\xf3\xf3\ \xc8\x2d\x66\x1e\x4e\xef\xd6\xd1\xe6\xd1\xe1\xe9\xf6\xd6\x0a\x2a\ \x55\xef\xd9\xbc\x3e\xd8\x3b\x3d\x3b\x45\x38\x76\xf6\xea\xd5\xfb\ \xeb\xeb\x37\x00\x51\xd7\xa7\x9b\xf3\x6b\xaf\x5e\x5d\xbf\x01\xc0\ \x7a\xf3\xfe\x03\x90\xac\x57\x37\x6f\xce\x9a\x0a\x11\xf5\x02\x16\ \xf6\x01\x70\xeb\x5f\xf3\x9d\xf7\x55\x5b\x1f\xfe\x85\x24\xe2\xab\ \x9b\xff\x7e\xeb\xbd\x03\x18\x33\xe6\xf1\x0c\xd8\x3b\x7a\x9d\xbd\ \x03\x53\x23\xcd\xde\xb2\x62\x77\x41\xf1\x48\x6f\x41\x46\xbe\x3d\ \xd7\x62\xc8\x6e\xce\xf3\x0c\x14\xd9\xed\x25\x16\x37\x5a\x5d\x2f\ \x29\x76\x36\xe7\x4c\x4f\xce\xd9\xdd\xee\xb2\xde\x16\xd0\x7d\x53\ \xa3\xee\xf1\x89\x91\x3b\xcd\xa3\x53\xa0\x0b\x8b\x46\xbd\x13\xee\ \x91\xde\x8e\x41\x67\xb3\xb3\xb7\x7f\x6c\xa6\xf1\x4e\xdf\xe5\x78\ \x67\xfd\x40\xf5\xfd\xa9\x85\x9a\x85\x3a\x50\x74\xcb\x7d\xb5\x1d\ \x15\x15\x63\xf7\xbc\x73\xb5\x55\xd5\xfe\xd6\xc1\x91\x3b\xe3\x63\ \x9e\x91\xbb\x93\xcd\x53\x1d\xf7\xe1\xc9\x77\xef\xce\x15\x8d\x96\ \x4d\xf4\x7b\xa7\x47\x66\xa7\x41\x7e\xd6\x35\xb4\x57\x54\x75\xd6\ \xdd\x5d\x68\xb8\xdf\x59\x71\xab\xba\xaf\xaf\x7d\xb9\xba\xa1\xb5\ \xb6\x75\xe3\xa5\x6f\x78\xb9\x7a\x79\x63\xb9\xa6\x66\x66\xa6\xad\ \xaf\x6a\xf8\x78\xa6\xab\xa6\x6e\x67\x63\x66\x67\x78\x61\xb8\xeb\ \x7c\x18\x55\x2f\xf8\xf6\x2f\x36\x00\xb0\x7c\xfe\xd7\x27\xc7\xc7\ \x57\x5d\xfe\x2b\xa0\x5d\xe7\x5f\x5f\xec\x2c\x9f\xbc\x7c\x71\xf9\ \xfc\xfc\xbc\xcb\xff\xcd\x49\xd5\xc9\xd5\x0e\x90\x29\x1f\x40\xdf\ \xf9\x97\xe7\x97\x1b\x97\xaf\x01\xd3\x76\x16\x8e\xcf\xf7\xaf\xbe\ \x3c\xde\x3f\x7e\xfd\xed\xdb\xcf\x9f\xfc\xf3\x8f\x3f\xbe\x7a\xf6\ \xf4\x2f\x0e\xa3\x56\x2b\x00\x16\xc0\x32\xab\x90\x07\x3a\x8f\x85\ \xba\x9d\xa9\xa8\x85\x10\x14\x96\x5e\xcf\xd2\x58\x81\xe1\x68\xe5\ \x2a\xbd\x63\xa9\x7c\xc9\xc6\xfa\xed\x37\xd5\x94\x4e\xcd\x56\xdc\ \x4e\xb8\x2d\xe5\xa8\x61\xce\xe5\xa4\x72\xb2\x12\x74\x8a\x2c\x05\ \x48\x42\xb5\xba\x34\x55\x21\x94\x26\xa8\xf9\xd2\xdc\xf1\xf6\x2f\ \x9a\x9c\x52\x31\x47\xa1\x08\x88\x6f\x2e\xf9\xb2\xee\xee\x77\xa4\ \xb3\x7f\x7d\x78\x72\xf2\xe4\x6a\x00\xf4\x05\x33\x32\x36\x2c\x3e\ \x2c\x28\xba\xa4\xac\x20\xbe\xb9\xed\xf1\x0f\x7f\xa1\x37\xed\xdd\ \xfc\xdf\xcd\xa5\x87\xeb\x28\xa1\xde\xbc\x68\xd6\x6a\x5c\x2e\x8d\ \xc3\xa4\xb1\x39\x5c\x02\x10\xac\x56\x2d\xd7\x64\x34\x22\x7f\x51\ \xa3\x56\xa5\xe2\xe9\x81\xb5\xe8\x4d\x26\xaa\x4a\x2f\x57\x69\x3f\ \x56\xa1\xab\xb4\x7a\x8d\xa0\x7b\xd1\xcc\x45\xd5\xa0\x24\x9c\x0a\ \x94\xa4\xd1\x25\x57\xc1\x7b\x37\xea\x81\x87\x59\xb5\x20\x26\x4d\ \x72\x13\xc8\x4b\xd0\x91\x0e\xb3\xc9\x6a\x84\x1b\x08\xb3\xb4\x56\ \x16\xd6\xb6\x5e\xbe\xf8\xf0\xab\x6e\xeb\x92\xcd\xac\x37\x2f\x71\ \x55\xeb\x0e\x1b\x12\x73\x56\x80\x44\x01\x0b\x78\x9c\x5e\xc3\x62\ \x30\xb8\x72\x0d\x4f\x00\xa8\xc5\xd5\x12\x30\x3c\x20\xa1\x1a\x1c\ \x01\x85\xcd\x03\x07\x53\x11\x49\x14\x12\x0d\x27\x1b\xda\x1e\xfa\ \x68\x49\x32\x04\x97\xb5\xa3\xb5\x18\x91\x79\xd1\xe6\x28\x37\x99\ \x61\x32\x27\xd2\x68\x1a\xad\x4a\x6f\xd3\xc0\xa4\x80\xd0\x8e\x47\ \x03\x82\x06\x54\x96\x8b\x0a\x22\x30\x64\x2a\x0d\x47\xc2\xe0\x64\ \xc0\xab\x28\x58\x2c\x9e\x8c\xa7\x03\xc1\xc2\x07\x62\x89\x24\x3c\ \x19\xb9\x8d\x8a\x64\x40\xbb\x40\x05\xca\x40\xd7\x60\x65\x22\x22\ \x5a\xc6\x02\x59\xf8\x89\x21\x07\x4a\x1a\xde\x00\x00\x20\x00\x49\ \x44\x41\x54\xda\x62\x88\x8e\x0b\x52\xb2\x85\xa9\xd2\xd0\x8c\x20\ \xb4\x07\x02\xbc\x8a\x8d\x0c\x1b\x38\x3a\x94\x3b\xcf\x17\x86\x48\ \x98\x62\xe9\x03\x9d\x92\xa9\x40\x11\x13\x3a\x5d\xaa\x30\x00\x28\ \x16\x5b\xf8\xd1\x69\x54\xca\x57\x08\x83\xc4\x4c\x71\x30\xe8\x3a\ \xa1\x9a\x1f\xa6\x0c\x2a\xbe\xf3\x18\x4f\x34\x3a\x7e\xfc\xb9\xaf\ \xa2\xae\x24\x51\xad\x16\x0a\xb3\xfe\xbd\x54\xf7\xef\x59\x3a\x09\ \x9f\xaf\xe0\x8b\x25\x12\x38\xf3\x0f\x52\x15\xa0\x22\xc5\x0a\xb5\ \x18\x55\xc9\x2b\xc5\x92\x80\x60\xb1\x32\x24\x36\x44\x19\xa2\x10\ \x87\x44\x44\x28\xd9\x12\x25\xc8\x3e\x64\x82\x15\x1d\xa7\x0c\x8d\ \x0c\x0e\x0e\x0a\x0a\x0e\x88\x8d\x4d\x8c\x0b\x0a\x8a\x8d\x00\x2d\ \x19\x2a\xe4\x8b\xc5\x21\xa1\x51\x11\x21\x00\x61\xf1\x11\xe9\x39\ \xd9\xb9\x89\xd1\x49\x51\x71\x51\x29\x69\xc9\x29\x79\x29\x69\xb9\ \x71\x49\x51\x28\x9b\x35\x1a\x85\x81\x15\x25\x1a\x52\x60\x6a\x4b\ \x4f\x4b\xfb\xb8\x2c\x66\x77\xc7\xc7\xf2\xe3\x7f\x23\xe3\x2b\xb7\ \x32\x89\x44\xae\x9e\xb7\x8d\xca\x41\x0f\x9b\xf0\xb2\x26\x52\xe5\ \x3c\x4a\x3b\x5d\xa3\x67\x6e\x06\x62\x30\x34\xd6\xf3\xef\x6d\x81\ \x2b\x2b\x54\x33\xeb\xe7\x8b\xfd\x72\x19\x60\x7d\xa1\x28\xb0\x90\ \x88\x0f\x9c\x0f\x97\x89\x64\xc6\x75\x1b\x4e\x54\x49\x78\x67\x94\ \x11\x70\x3f\x3e\x6a\xa2\x7f\xf5\x9c\xf7\x1f\xcf\x16\xad\xdd\x58\ \x82\x83\xc5\xa0\x04\xf6\xd0\xe9\x74\x62\xe1\x76\x65\x0c\xfc\x43\ \x8b\x59\x4d\x3d\x2b\x3d\x28\x49\xa2\x67\x6d\x6b\xfb\x00\x05\x4f\ \x9c\x82\x36\x3c\xda\xde\x0e\x6f\x3a\xfc\x18\x2b\x7d\xba\xb6\x7d\ \x8d\x52\x76\x5e\x5d\x5f\xdf\x00\x50\x01\xd5\xfa\xf0\xe1\x5f\x67\ \x67\xaf\x80\x5e\x7d\x40\x14\x0b\x2e\x37\x87\x6b\xf3\xd7\xff\xfa\ \xd7\x87\x37\x48\x2f\x02\x8a\xfd\xf7\xda\xfe\xdd\x2b\xfc\xdf\xfe\ \x05\xb7\x5f\x5d\x7f\x20\x8e\xdd\xf1\xda\xe7\x46\xbc\xc5\xde\xb2\ \x11\x6f\x7e\xd1\xd8\xf8\x88\x77\x76\xba\xc4\x93\xee\x76\xe6\xb6\ \x94\xe5\xe4\x3a\xf3\xd2\x4b\xdc\xb9\xd3\x39\x19\xee\x66\x4f\x4e\ \x71\x6f\x5e\x7e\xc9\x6c\xef\xc0\x74\xfa\xc8\x58\x8b\xbb\x77\x2e\ \xdf\xde\x9b\x53\x6c\xf7\x36\xdb\xa7\x8b\x8b\x67\x9b\x07\xfa\x07\ \xdd\xee\x69\xe7\x60\xaf\xdd\x3d\x3a\xd7\x59\x50\xd0\xe2\x1e\x6d\ \xbe\xd5\xda\x35\xb3\xd0\x75\xef\x8e\xa7\xb6\xde\x3b\xd3\xb6\xd3\ \xd0\x50\x3f\xd6\x59\xbb\x70\xbf\xbd\x7e\xa0\x62\xb0\xa5\xae\xbd\ \xb1\xaf\xca\x33\x3b\xe7\x1c\x07\xcd\x77\x77\xce\xd9\x3f\x39\x3d\ \x31\x37\xd7\x30\x39\x3b\x67\xef\xed\x1b\x9c\x6d\x19\x1f\x9d\x9e\ \xa8\xbb\xd5\x59\x51\x51\xdf\xd0\x37\x5d\x3f\x31\x56\x51\x5b\x73\ \xab\x6f\x79\x70\xb8\xa6\x6d\x63\x63\x61\x61\x78\x63\xf9\xbc\xab\ \xe2\x56\x45\x55\xdf\xee\x42\x5b\x7d\xc3\xf2\x46\x6b\x15\xe0\xd8\ \x42\xd7\x72\x6d\xdb\x7e\x6b\xeb\xb2\x6f\x66\x63\xf7\xbb\xab\x8b\ \x8d\x5d\x04\x42\xdf\xac\xfa\x86\x57\x77\x77\xfd\x1b\xc7\xc7\xab\ \xcf\x2f\xcf\x8f\x2f\xce\x17\xfc\xe7\xfb\x17\xc7\x27\x17\xab\xb5\ \xbe\x6f\x77\xcf\x7f\xda\xaf\x18\xde\x5d\xfd\xee\xa7\x56\x64\x29\ \xba\x0c\xcf\xf7\xfb\x7c\x3b\x17\x27\xc7\x97\x1b\xdf\xfd\xf4\xf6\ \xb7\x2f\x7e\xfc\xe7\x3f\x7e\x58\x04\xc9\x25\x37\xca\xf5\x2e\x0d\ \x10\x08\x01\x55\xa0\xd1\x6a\x70\x14\x06\x43\x0f\xbf\xf1\x50\xf6\ \xbb\x1c\x24\x94\xc9\xe4\x50\xd9\x54\x2a\x95\x95\xb7\xa4\x67\x34\ \x08\x75\x62\xb1\x4e\x21\x56\xdc\x06\x01\xa8\x2e\x4d\x60\xea\x12\ \x1e\x24\x64\x65\x95\x96\xa6\x26\x7c\xb4\xc6\x4a\xb8\xfd\x6f\x52\ \xa9\x2e\x44\x39\x52\x91\xa8\x48\xfd\xa5\x53\x08\x23\x49\x18\x6d\ \x49\xcf\xe9\xbb\x53\xf5\x24\x1c\x26\x9c\xd6\xb2\x7b\xbb\x61\x71\ \xe3\x5d\x16\x8e\x2e\xac\x2c\x2e\x22\x22\xde\x12\x92\xed\xf7\xfd\ \x5d\x85\x6c\x34\x4f\xff\xf3\x6c\xb1\xfc\xd9\xba\xd1\x6a\x34\x39\ \x6c\x2e\xa0\x47\x26\x57\xf7\xe2\xa2\xcb\x28\xd7\x58\xbb\xad\x2a\ \xbd\x59\x65\x34\x81\x6c\xd5\x6a\xcc\x2a\x95\xd9\x0c\x42\x0d\x6d\ \x0f\x9a\x55\xc8\x0c\x47\x6b\xb6\x99\x40\x1b\xf2\xb4\xeb\x36\x1e\ \x42\x5a\x32\xea\xc5\xd1\xa8\x4c\x08\x9a\xf4\x2c\xab\x5c\x00\xda\ \xcc\x08\x34\xa9\x5b\x83\x42\x58\xf5\xaa\x72\xad\xd1\xc4\x35\x97\ \xcb\xf5\x56\x87\x4d\xff\x50\x20\x53\x75\x2f\xda\xba\xd7\xad\xe6\ \x67\x8b\x5f\xd9\x34\x36\xc4\xdc\x5c\x66\x9b\x9e\xe5\x42\x0e\x58\ \x2a\xbd\x16\x45\x7e\xb1\xe4\x5a\x23\x0a\xe3\xe1\x51\x58\x5c\x3a\ \x51\xcb\x22\x60\xa8\x14\x0c\x55\x4e\x22\xa2\x15\x7c\x12\x85\x4a\ \x26\xd1\xe8\xdb\x7b\xf3\x2b\xc8\xab\x01\x04\x44\xcf\xf6\x66\x21\ \x3d\xc6\xf8\xd4\xe6\xb0\x69\xf4\x7a\x90\x8e\x2c\x15\x83\xab\x41\ \x46\xcc\x40\xcd\x04\x54\x32\x85\x42\xc1\x63\x30\x02\x16\x97\x81\ \x27\xe2\xf0\x18\x0a\x01\x38\x16\x1e\x94\x20\x9d\x42\xa1\x61\xf0\ \x18\x3a\x09\x8b\xa7\x91\x48\x78\x7a\x20\x82\x26\x51\xa0\x88\x4c\ \xa3\x91\xe9\x22\x3a\x11\x83\x41\x91\xf6\x58\x10\x8a\x74\x3a\xf9\ \x93\xc8\xd8\xf8\xa4\x94\xa8\xb0\x00\x29\x93\x29\x0e\x49\x44\x26\ \xc9\x30\x77\x20\x17\x51\x05\x9f\x9f\xa0\x90\x4a\xd9\x1c\xb6\x84\ \xa3\xe3\x33\xb3\xa4\x12\x25\x93\xaf\x46\x89\x84\x42\x76\x80\x4e\ \xcd\x0f\x08\x91\xb2\x85\x4c\xb8\x48\x94\xa1\x00\x43\x7c\xa1\x42\ \x0d\xa4\x2c\x38\x2e\x7b\x60\xae\xa3\x71\x79\xb7\x6a\xb8\xd5\x3f\ \x33\x1b\x91\x9a\x80\xba\xab\x52\x4b\x6f\x97\xea\xb2\xa2\xc2\x84\ \xa8\x4d\x91\x1d\x02\xb4\xfa\x36\x13\x98\x15\x1b\xd5\x97\x32\x43\ \x50\x1d\x68\xb0\x18\x88\x16\x3f\x20\x2c\x54\xc8\x09\x0d\x8a\x8b\ \x50\x32\xd9\x62\x66\x6c\x90\x52\x8c\x8a\xae\x84\x92\x90\xe0\x30\ \x65\x48\xa8\x92\xad\x14\x8b\xc3\xc4\x12\x65\x48\x82\x5a\xc7\xe6\ \x07\x30\x43\xc4\xb1\x61\x41\x41\x29\x16\x43\x52\x54\x34\x30\xab\ \xf8\x5c\x4b\x54\x92\x21\x2d\x11\xd9\xc8\x18\xe2\x92\x92\x92\x33\ \x32\xd2\x0c\x96\xa8\xb4\xf8\xa8\xc4\x88\xa0\x9c\x64\x83\x25\xdd\ \x10\x1b\x9d\x18\x9f\x1c\x91\x3c\xea\x2c\x4b\x6e\xfe\x83\x1b\xde\ \x24\x23\x11\x31\x0f\x7f\x10\x15\x6e\x0d\xcd\x1f\x15\x12\x37\x57\ \x0a\x63\x02\x33\x33\xb7\x57\x88\xd8\x95\x70\xee\x12\x9e\xfe\xdd\ \xe7\x56\xee\xca\x16\xf9\x87\xcf\x7f\xb9\x5c\xf8\x27\x5e\x44\x05\ \xfe\x9a\x29\x22\x92\xe6\xb7\x02\x45\x44\x9c\x63\x5d\x0e\xd3\x02\ \xe1\x52\x35\x84\x67\x3d\x59\xcc\x24\xfe\xfa\x35\xe5\xe9\xef\x8e\ \xee\xff\xc0\x9b\x9f\x75\xc3\x3c\x12\x4e\x17\x11\xf1\xc0\xb0\x64\ \x95\x32\x42\x13\x4a\x1a\x5c\x41\xce\xc6\x4d\x2b\x3d\x43\x43\xf3\ \x07\x7b\x43\x6b\x7b\x9b\x5b\x85\xc8\xc3\x01\xb5\xe0\x1c\x1d\x80\ \x28\x3c\x38\xbc\xb9\xfe\x98\xaf\x73\x03\x80\xf5\x1e\x30\xeb\xe6\ \xcd\x7b\x04\x5f\x20\x11\x3f\xbc\x47\x90\xf5\xfe\xe6\x68\x6b\xf3\ \x15\xc0\xd8\x47\xc0\x02\xad\xf8\xe1\xbf\xdf\xfc\x91\x5d\x27\xfb\ \xf0\x2f\xb8\xf5\xea\xfd\x61\x7f\x5d\x8b\x67\xba\x64\xbc\xb7\xa5\ \x65\x7a\xbc\xc5\xde\x0b\x5a\x6e\xd6\x9d\x6c\xb7\xf7\xf6\x3a\xdd\ \xde\xb2\x66\xbb\x3d\x3f\xa7\xa8\xa4\x37\xc7\x5e\x52\xe0\xcc\x9f\ \x6a\x29\x2e\xb3\xb7\xb8\xe7\x9a\xf3\xdd\x9e\x3c\xe7\xc8\x68\x89\ \x37\x3f\xbb\xb7\xcc\x3e\xe0\x29\x28\x6e\x19\xb5\x7b\xef\x8e\x4d\ \xcf\xb9\xed\xa0\x16\x47\xa6\x5a\x50\x2b\xe2\xa8\xbd\xa8\x71\xa6\ \xaa\xeb\x56\x6b\x6b\xa7\xa7\xfe\xce\xf4\xfe\xea\x55\x63\x7f\xff\ \xe0\x64\x63\x63\x43\xcd\xf2\x48\xf5\xbd\xe9\x9a\xea\x5b\x5d\xb7\ \x46\x06\x3b\xa6\xc7\xe6\xa6\xa7\x06\x27\x5b\x26\xc7\x7b\xfb\x81\ \x57\x0d\x78\x3c\xf6\xfe\xae\x91\xa9\x91\xb9\xe6\xde\xc1\x8e\x86\ \x5b\xed\xb3\xf5\xf5\x7d\x77\x3a\xc7\xef\x57\xdc\xad\xae\xe8\x5a\ \xe8\x68\xbd\xdb\xb0\x3c\xdc\xe7\x1b\x9e\xf1\xb5\xd6\xb5\x55\x77\ \xae\xee\x77\xb5\x2d\xd7\xdd\xed\xda\x68\xf0\xfb\x87\x57\x5b\x17\ \x66\x96\x37\xfc\xbb\xfb\xc7\x3b\xad\xcb\x3b\xbb\x5f\x7e\xed\xf3\ \x6f\x0c\xfb\x5f\xee\x9e\xf8\x56\xfd\xab\xfe\x99\x9d\xf3\xf3\x17\ \x2f\x9e\x3f\xf7\x03\x5e\xed\x5e\xbd\xbe\xb8\xb8\x6a\xed\x1b\x5e\ \xbd\xf4\x9f\xbf\x38\xdf\xf0\xed\x9e\xbc\xfb\x7a\xff\x62\xf7\xe2\ \xea\x62\x15\x50\xce\x7f\xf2\xe2\x6a\x77\xe1\xc5\xc9\xcb\x77\x9f\ \x7f\xf6\xc3\x3f\x9f\x3d\x5b\x34\x81\x3c\x02\xca\x62\x76\xf1\xb8\ \xc0\x21\x30\x1a\x10\x3e\x20\x57\x34\x1a\x9e\x5c\xcb\xe2\x01\x91\ \x31\xca\x05\x2a\xb9\xc9\x66\x34\xa1\x0b\x17\x5b\xde\xac\x4b\x10\ \xb2\xc5\x6a\x5d\x42\x56\x6a\x6a\x2a\x7c\x8f\x75\x09\xba\xd4\x07\ \x6a\x64\xd4\x90\xa0\x2b\x55\x4b\x51\xad\x7b\x02\xc8\x05\xc9\xe8\ \xbb\x11\x45\x56\xf0\x46\x3a\x53\x21\x61\x2a\x73\x3c\x69\x65\xed\ \xc3\x2f\x1d\xdb\x6f\x3e\xbc\x9a\xcc\x0a\xc8\x4d\xf7\x8e\x7d\x23\ \x9f\x63\x1b\x52\x94\x89\xce\x82\xe8\xc8\xd9\xe7\x9f\xbb\x28\x85\ \xf3\x07\x6b\xdb\xff\xf9\xc1\xb1\xb4\xb8\xb4\xf4\xcc\xe4\x02\x9c\ \x2a\xef\x56\x01\xa7\xb3\x95\xab\xf4\x56\xa3\xde\x65\xe3\x99\x6c\ \x00\x50\x7a\x0d\xea\xb5\x01\x9d\xa7\x35\x3d\xd4\xab\x80\xad\x80\ \x5c\x33\x6b\xb9\x46\x13\xcf\x68\x34\xda\x5c\x0e\x60\x43\x1a\x40\ \x10\x0a\xd0\x28\x00\x38\x9e\xc9\x61\xd2\x9b\x51\x5f\xa0\xca\x01\ \xbf\x09\x80\x2a\xd9\x78\x1a\xa3\x59\x6f\xd4\xd8\xca\xad\x26\xd0\ \x8c\x8b\x4f\x41\x46\xd2\xc2\xb9\xdd\xf0\xba\xae\xa7\xcf\x7e\xf8\ \xfb\x5f\x1c\x2a\x17\xcf\xc6\x35\x2e\x99\x4d\x7a\x15\xa0\x96\xd5\ \x64\x94\xf3\xcc\x7a\x60\x72\xc8\x84\x95\x4c\xe5\x0a\xb8\x1a\x2e\ \x1e\xcf\xa2\x62\x58\x72\x0c\x9e\x22\xa7\x20\xcb\x51\x8d\x40\x8e\ \xc3\xb1\xc8\xc4\xb5\xa3\x95\xf9\x95\xf9\xb5\xb5\xa1\x95\xf9\xc0\ \xa1\xb5\xf0\x98\x18\xde\xa2\xd9\xa5\x02\x9c\x62\x60\xc8\x0c\x2d\ \x97\xaa\x92\x73\x4d\x72\x06\x8d\xca\xa2\xe0\x78\x34\x1a\x03\x3e\ \x61\x0a\x86\x4b\x26\x11\x88\x38\x64\xa8\x85\x27\x60\x48\x78\x11\ \x81\x84\xc1\x10\x08\x20\x08\xf1\x38\x3c\x85\x00\x34\x0a\x0f\xe0\ \x45\xc7\x10\x09\x14\xba\x8c\x8e\x27\xc0\xa3\x45\x38\x51\x20\x96\ \x80\x0d\x04\xc0\x8a\x0e\x16\x47\xa7\x24\x07\x2b\x51\xd4\x7c\x50\ \x44\x08\x9f\xaf\xcb\xca\x52\x30\x25\x28\x17\x55\x21\x55\x07\xa4\ \x2a\x42\x38\x42\xb5\x1a\xb8\x16\x93\xa3\x44\x65\xa2\x42\x0e\x40\ \x8d\x44\x1c\x00\xe2\x8f\xad\x60\xb3\x15\x09\x70\x40\x0c\x8a\x10\ \xed\x0c\xb2\x99\xc2\x90\xa8\x0c\xef\xdc\xe4\xc2\xb9\x7f\x7c\xc0\ \x33\x9b\x13\xc6\x51\x4b\xa5\x91\xa1\x7c\x4e\xd6\xed\xdb\x7c\xbe\ \x18\x29\x4b\xa9\x5a\x01\x84\x5a\x87\xca\xb5\x38\xa9\x20\x2a\x95\ \x42\x65\x10\x4a\x5f\x95\x88\x83\x81\x33\x49\x24\x42\xa9\x12\xfd\ \x7d\xa9\x92\x2f\xe5\x4b\x02\x02\x98\x0a\x21\xda\x27\x56\x86\x00\ \x16\x2a\x85\x6c\x5d\x82\x92\x29\x65\x87\x72\xa4\x7c\x8e\x42\xc8\ \x94\xb0\x41\x41\x46\xa7\x65\x47\x46\x19\xa2\x92\x52\x92\xe2\xf3\ \x0c\xd1\x89\xc9\x49\x16\x4b\x4a\x4a\x89\x25\x39\x0d\xa8\x57\x5a\ \x6e\x6e\xb2\x21\x36\xcd\x12\x9f\x0e\x24\x32\xce\x90\x68\x88\x0e\ \x8a\x88\xcb\x1e\xdb\x5f\x18\xb9\xd7\xd9\x9b\x33\xdd\xf7\x1b\x23\ \x9c\x8c\x53\x7d\x23\x9f\x8f\x21\x50\xae\x4f\xff\xee\x12\x51\x54\ \x94\x21\xd1\xd6\x50\x61\xd3\x4a\x13\x46\x1f\x13\xfe\xe3\x17\x2e\ \x6c\xcf\xc1\x3c\xef\x8b\x2f\xdf\x3d\xf9\x7b\x8c\xc8\x44\x92\x05\ \x06\x66\x92\x0a\x0f\x86\x64\x81\x32\xea\xba\x95\x5a\x48\xa0\x51\ \x6a\x05\x9b\xe4\xf2\x5f\x04\xf4\xa5\xdd\xf2\x1f\xdf\xfe\xb6\xf8\ \x6b\x39\xce\xfc\x0b\xe8\x76\x63\x0c\x83\x42\xe5\xe2\x2b\x57\x88\ \x81\xe1\xe4\xf0\x9e\xa1\x35\x38\xa9\x80\x59\x95\x5b\x3d\x95\x2b\ \xdb\x28\x1a\x69\x7b\x3b\x33\x73\x73\xef\x60\xef\xec\xfa\xe0\xf4\ \xf0\x6c\x6f\xef\xec\xe0\xf4\x0d\xb2\xcc\xba\x3e\xbb\x41\xa4\xea\ \x03\x08\xbd\x8f\x4b\xed\x1f\x65\x21\x20\x12\xaa\xc7\x3a\x3d\x3a\ \x43\x6a\x10\xdd\x7c\xf5\x11\xb3\xfe\xf6\x86\x31\x7b\x9f\x77\xf8\ \xb7\x1b\x44\xb8\xfe\xdc\x5e\xd4\x3c\x30\x30\x3a\x32\xdd\x3b\xd6\ \xef\x29\xeb\x9d\x1a\x9c\xeb\x18\x6d\x99\x2d\x71\xf7\xf6\x96\x35\ \xbb\x3d\xc5\x25\xe9\x29\x39\x05\xc5\xd9\x16\x4b\x81\xbd\xc0\xed\ \x74\xda\xed\x73\xce\xe6\xb2\xa2\xde\xe6\x66\xcf\x94\xd7\xd3\x52\ \x96\xdf\x32\x35\x01\xa2\xb0\x79\x74\x0e\xae\xa7\x07\x01\xf7\x46\ \x46\x9c\xa3\xbd\xce\x02\xcf\x40\xcb\x5c\x9e\xb3\xa1\xad\xab\xb1\ \xe6\x5e\x7b\xdd\x74\x6b\x67\xcb\x6b\x7f\x45\xff\x60\xc7\xec\x42\ \x57\xdd\xad\xc6\xc6\xf1\xaa\x91\x89\xb6\xc6\xaa\xd6\xba\x3b\x83\ \xf7\x3d\x1d\x1d\xf7\x27\x06\xe7\xbc\x73\xa3\xee\xde\xa9\xfb\xde\ \x96\xbc\x91\xbb\x83\xf5\x13\x5e\x6f\xcb\x80\xa7\xec\x5e\x75\x63\ \x75\x67\x6b\xab\xaf\xb1\xa1\x73\xb2\xab\xae\xbe\x7e\x78\x61\xa2\ \xaa\xa3\x7e\xa3\xaf\xab\xb5\xad\x6d\xb5\xad\x6b\x77\xb9\xe6\xcb\ \xe5\xbe\xbe\xd5\xaa\xfa\xe5\x93\x5b\xad\xcb\x0b\xad\x1b\xd5\x3e\ \xdf\xf9\xf9\xea\xc5\xcb\x13\xbf\x7f\xf7\xf8\x6a\xdf\xef\x3b\x59\ \xf5\xa1\xc4\x66\xdf\x86\x6f\x63\xf7\x64\xff\xbb\x2f\x2f\x5e\xee\ \x5c\xbc\x5c\x40\xda\xf0\x7c\xf5\xea\xf9\xbe\x7f\xe7\x72\x78\xe3\ \xf8\xb5\xff\xc2\x7f\xfe\xeb\xcb\x5d\xff\xc9\xfe\xeb\xaf\x7d\xbb\ \xaf\xdf\x5d\xbe\xde\xdf\x7f\xf1\xfa\xe7\x4f\x7f\xfd\xe3\xc9\xe3\ \xbf\x7e\xf5\xd7\x47\x46\x18\xcd\xe5\x20\x8e\x34\x28\xf1\x5d\x0e\ \x63\x12\x85\x24\x08\x78\x5c\x18\x50\x3c\x06\x8b\x85\xa1\x02\x40\ \xa8\x10\x34\x68\xa8\x34\x12\xf5\x8b\xba\x58\x54\xb0\x10\xc2\x91\ \xa2\x89\x1c\xae\x52\x51\x09\x16\x90\x2b\x9d\x42\x97\xf5\xa7\x04\ \x75\xd6\x9f\x4a\x4b\x3f\x06\xb7\x84\x95\x0c\x3e\x49\x17\x8a\xe7\ \x7a\x95\xc1\xca\x78\x05\x33\x69\x74\xba\x7d\x64\xf6\x17\xda\xf6\ \xd9\xfb\xcc\x74\x85\x38\xbf\xa5\xac\x20\xe2\x82\x14\xa5\x88\x4a\ \x0a\x4a\x2f\x49\xb2\x9f\xfc\xf6\xd7\x75\x6e\xf8\xd6\xe9\xc1\xf5\ \xff\xfd\x60\x73\x2d\x3d\x32\x77\x97\x3b\xca\xcd\x8f\x16\xbb\x17\ \x1f\x3a\x34\x46\x9e\x7c\x49\x6b\x35\xdb\x6c\x1a\x87\x55\xa0\xb7\ \xc9\x81\xae\xa8\x78\x1a\xbd\x4a\x6e\xb3\x81\x72\x44\x8d\xd1\x20\ \x15\x55\x1a\x10\x80\x26\x13\xc8\x3b\xb8\x03\x05\xc0\x62\xb4\x8b\ \x36\xad\x16\x64\xa4\x51\xaf\xd2\xa2\x9d\x45\x39\xe0\xb2\x00\x67\ \xb5\x99\xad\x26\xf9\xc7\x6a\x2d\x40\x37\xd4\xd7\xa3\xb1\xa9\x6c\ \x36\x96\x4c\xdf\x6d\x2b\x7f\xf8\xe8\xb3\x67\x4f\xad\xe5\x46\x97\ \x0d\x20\xd1\x64\x34\x81\x28\x34\x1b\x6d\x2a\x2d\x4f\x0e\xdc\x13\ \x70\x0a\x03\x58\x4e\xc6\xa1\x2e\x4b\x16\x15\x24\x1c\x86\xc6\xa3\ \x10\x71\x02\x1a\x85\x41\x31\xa3\x5d\x42\x32\x81\x24\x9a\x47\x79\ \x99\xf3\x43\x9b\xf3\x3d\x4d\x81\x85\xdb\xf3\x99\x22\xae\xcb\x64\ \xe5\x71\xcd\x5c\x1c\x82\x38\x2e\x97\x21\x40\xc1\x3e\x72\x1e\x4e\ \xa0\xd1\xc8\x59\x3c\xad\x0a\x87\xa1\xc9\xc9\x38\x0a\x99\x26\xa0\ \xfc\xff\xb1\xaa\x78\x2c\x9d\x48\xa1\xe3\x01\xa7\x44\x14\x1c\x09\ \xb1\x29\x22\x01\xee\x21\x05\x12\xf0\x81\x44\x02\x91\x4e\xc4\x11\ \x45\x24\xba\x08\x60\x0c\xfe\x7d\x92\x14\xc0\x8c\xb2\x58\xd2\x82\ \x95\x09\x09\x8a\xc8\x20\x00\x0d\x8e\x1a\x55\x56\x31\x99\x42\xa1\ \x8e\xcf\x97\x72\x40\x1e\xa2\x6c\x2f\x14\x2d\xf1\x91\x0f\xa9\x15\ \xd2\x10\x89\x92\x1d\x2a\x0e\x10\xf3\x51\x5b\xa1\x54\xc1\x64\x02\ \x78\xa9\xe1\x8c\x06\xb3\x25\xec\x48\x43\xbe\xb7\xbd\x73\xba\xae\ \xbf\xbf\xa2\xf3\x56\x6f\x70\x42\x82\x94\x13\xa4\x04\xb6\xa6\x04\ \x4a\xad\x94\xf0\x43\xf8\x3a\x4e\x42\x69\xa9\x22\xf5\x76\x16\xe8\ \x44\xa0\xd5\xf0\xf4\x00\x25\x5f\xa8\x43\x7d\xd6\x7c\xb6\x24\x08\ \x80\x09\x39\x45\x70\x90\x31\xbc\x5a\x11\x2c\x44\x5e\x43\x09\x8a\ \x04\x66\x80\x04\x08\x1c\x47\xca\xd1\xa9\x39\x1c\x40\x35\x8e\x42\ \x07\xec\x4f\x57\x2a\x09\x0a\x8d\x8e\x0d\x4a\x8c\x8c\x8a\x4f\x8f\ \xcb\xb6\x64\x58\x52\x0c\x49\x39\x89\x96\xe4\x0c\x2f\x0a\x03\x4b\ \x8c\xcf\xb1\x44\x18\xd2\xa3\xe2\x92\xe2\x01\xb6\x22\xd3\x93\x53\ \x92\xd2\x22\x93\xa2\x8b\x7f\xeb\x9b\x2b\x72\xd7\xb6\xdd\x01\x54\ \xb3\xd7\xff\xf2\xe4\x8f\xc7\x2c\x5a\xf7\xc9\x77\xc4\xc3\x42\x5e\ \x78\x21\x96\x34\x94\xd9\x13\x5e\x39\xbf\x22\x33\x77\x87\x67\x9a\ \x9f\xd2\x04\xdd\x87\xdb\x8e\x1f\x7e\xfb\x63\x91\x41\xc2\x32\x58\ \x58\x91\x88\x4c\xfe\xff\x68\x3a\x0f\xa7\x34\xb3\xbe\xef\x2f\x02\ \x0e\x4d\x60\xe8\x52\xa4\x88\x88\x18\xb1\xa0\xa2\xa8\x20\xa3\x06\ \x2c\xe8\x1b\x51\x07\x44\x34\xb6\x68\xb0\xc4\x82\x31\xd6\x28\x56\ \xec\x25\xea\x58\x12\x35\xae\x26\x1b\x35\xc9\xa6\xca\x58\xa2\x93\ \xc4\x98\x9e\x6c\xea\xde\x4f\xb2\x29\xce\xce\xbb\xf7\x7f\xf1\x9e\ \xe3\x3e\x2f\x26\x08\x02\x17\x26\xd7\xe1\x7b\x3e\xdf\x73\x7e\xe5\ \xfc\x90\x07\xea\x18\x4d\xc7\x17\x19\xa6\xd4\x7c\x5c\x03\x76\x8e\ \xf8\x69\x03\xeb\xf6\xf3\xf3\x87\x83\xbd\x3b\x4f\x7e\xaa\x71\x9f\ \x16\x3e\x49\x44\x76\x2f\x23\x8d\x29\xc1\x7b\x5d\x22\xb8\x9d\x25\ \x20\x3d\x3c\xce\xc2\x44\xe5\xb3\x67\x4f\x5f\x3a\x7f\xfc\xc2\xb5\ \x65\xe0\x41\x01\x60\xcd\x5d\x82\x9d\x9f\xaf\x5f\xbb\x76\x15\xb6\ \x05\xbb\x72\xfd\xf1\xd5\x2b\x0f\xae\x3f\x78\x78\xfd\xe1\x57\xe0\ \x07\xbf\x7e\x3d\x0a\x60\x78\x00\xc8\xea\xf1\x43\x20\x4f\x00\xb1\ \x1e\x3f\xbe\x7e\xff\xc8\x11\xfe\x0d\xbe\x1e\x7f\xfd\xfb\xc7\x73\ \xf0\x2c\x8f\x96\x95\xdf\x43\x60\x64\xfc\xd7\x9b\xc3\xb6\xa4\x9c\ \x9c\xee\xb4\xf2\x8e\xd6\xd6\xea\xfa\xe6\xfa\xd6\xe6\xce\xbe\x7a\ \x47\x32\x60\x2e\x58\x50\x34\x35\x25\x2d\x21\x39\xa9\x23\xed\xa8\ \xc7\x6a\x72\x7d\x9d\xa3\xbc\x03\xb0\x58\x52\x47\xb6\xb3\x39\xcb\ \xd4\x6c\x4b\x4d\xaf\x73\xf4\x65\xd7\xd7\x64\x3a\xea\x1c\x75\x9d\ \xad\xbd\xbd\x8e\xae\x5e\x53\xe6\xa9\xe6\xba\x9c\xee\x81\xec\x81\ \x8c\xcc\xbc\xdc\xda\xc5\xc9\xf6\xa6\xc6\x8e\x86\x33\xf5\x93\x1b\ \xc3\xbd\x95\x67\x5a\x0b\x0a\x8b\x4b\x4a\xf3\x9d\xf9\x8e\xe6\x82\ \x82\x53\x79\x05\x5d\xad\x8d\x03\xed\x5d\x83\xbd\xcd\x35\xb6\x73\ \x5d\xb6\x2e\x67\x5d\x4e\x66\xf2\x99\x33\xce\xc2\x73\xd5\xd5\xb6\ \x4e\x9b\xa3\xb1\xe0\x54\x45\x41\x7e\x69\x5e\x55\x69\x65\xd5\x6c\ \x61\x67\xff\xf8\x78\x4d\x2e\xa0\xa8\xe1\x8a\xe9\x59\x80\x58\x35\ \x0b\xc3\x79\xe3\xc3\x45\x6d\x4b\x0d\xa5\xd3\x93\x95\x2b\xae\xc2\ \xf1\x82\xfc\x85\x95\xe1\xfe\xa5\xd9\x4d\xd7\xfa\xd2\xe2\xe2\xea\ \xe2\xd6\xf4\xd2\xc6\xec\xc2\xfa\x96\x6b\x61\x61\x71\x67\xc5\xb5\ \xe9\x7a\xb1\xb2\x35\xfd\x6a\x63\x76\x67\x71\x65\x65\x7d\x69\x73\ \x63\xa5\xc1\x75\xb0\xb2\x0a\x33\x09\xd7\xc7\x77\xb7\xd6\x17\xdb\ \x3e\xbf\x5a\xdd\x5c\x5c\xfc\x73\xcb\xe5\xda\x5c\x79\xfd\xe7\xc7\ \x6f\x87\x87\x37\xb7\xd7\xc6\xcc\x2a\xb3\x42\x27\x93\x18\x24\xc0\ \x52\xe9\xc8\x78\x3e\x99\xc0\x67\x32\x81\x6a\x49\x08\xb0\x0c\x82\ \x0a\xdc\x32\xd0\x65\x74\xc5\x8c\x8c\x69\x7d\x63\x7d\x9d\xc1\x92\ \x73\x38\x14\x29\x55\x49\x65\xb0\xf4\x02\x1e\x4b\x09\xa9\x4a\x09\ \x48\x4b\x6c\x11\x6b\x7a\x2c\x60\x4a\x17\xc0\x7e\x07\x2c\x2a\x25\ \x29\x6d\x23\x89\x41\x4a\xea\x0b\xa3\x30\x38\x52\x76\x70\x62\xdd\ \x62\xde\xc0\x2b\xfe\xb1\x8b\xf7\x7f\x3c\x62\xb3\x9b\x4d\x61\x59\ \x89\xfe\xb1\xd8\x7c\x52\x44\x57\x7a\x78\x4c\xff\xf0\xd2\xe1\xcd\ \x47\x12\xaf\x6b\x73\xd7\x9e\xff\xe7\xab\x41\x6b\x9c\xb1\x2a\x54\ \x66\xab\x7a\xc6\x60\xd4\xcd\x5b\xf9\x6a\x99\xcc\x0e\xcd\x9c\xf6\ \x28\x70\x5d\xab\x85\xcd\x72\xa0\x3f\x15\xa9\xf8\x32\xbb\x44\x6d\ \x30\x2a\xc0\x7d\x83\x82\x29\x01\x16\x91\x46\x06\xfa\x23\x53\x19\ \x65\x44\x80\x41\x76\xb3\x0c\x3c\x97\x6f\x34\x03\x13\x08\xeb\xcb\ \x68\x81\xf6\xca\xd4\x63\x06\x9a\x44\xcb\x54\xf0\xe9\x2a\x19\xb0\ \x7d\x7c\x26\x4d\x35\x62\x36\x33\xdd\x98\x6b\x4f\xd6\xd6\xc0\x1b\ \xaa\x75\xc6\x91\x19\xb3\x44\xa4\x15\xc1\xc8\x52\x9a\xc4\x28\x11\ \x01\xc9\x03\x90\x46\x57\xc3\xf4\x5a\x1c\x11\x03\x84\x9c\x4e\x23\ \x78\x90\x31\x9e\x38\x02\x1f\x07\xf4\x8b\x88\x23\xcb\x44\x78\x3a\ \x0e\x89\xc0\x84\x4c\x5d\x98\x9a\x9a\xba\x70\xe1\xe2\x85\xd3\x43\ \x27\xc1\xf5\x31\x37\xd1\x88\xce\x4c\x97\xe8\xd4\x08\x34\x06\xb0\ \x99\x82\x49\x87\x15\xb8\x60\x5c\x3c\x9d\x8c\x97\x81\xf9\x01\x81\ \x05\x07\x41\xe0\xf1\x18\x3c\x91\x80\x06\x44\x85\xc0\x62\x60\xb8\ \xc2\x31\x77\x02\xce\xd3\x0b\x87\x74\xf3\x74\x47\x7b\xb8\xbb\xbb\ \x23\xc0\x97\x07\x90\x2b\x84\x07\x2c\xa0\x8c\x72\x77\xf3\x24\xb8\ \xa3\x11\x5e\xee\xbf\x04\xf9\xb0\x03\xa2\xe2\x82\x18\x1c\xaa\x5e\ \x23\x0c\x94\x1e\x85\x85\x02\x65\xa0\xb0\x61\x7f\x67\xbd\x80\xcd\ \x61\x33\x78\x3e\xb0\x2e\x9f\x10\xa6\xa3\x53\xa8\x80\x88\x59\x6c\ \x12\x44\x2e\x30\xeb\x70\x58\x70\x29\x8a\x42\x65\x73\x80\x85\xa3\ \x0a\xb9\x2c\x4e\x44\x72\xbc\x0d\x78\xc2\x9a\xfa\xf6\xae\xd4\x8e\ \xee\x70\xb1\x46\x7f\x59\x03\xc4\x05\xd8\x7e\x0a\xc5\x97\x24\xe7\ \xb0\xe4\xa3\x65\xb0\xa9\xb7\x46\xa9\xd1\x97\x69\xe4\x3d\x4a\x25\ \x95\x02\x18\x0d\x60\x17\xf0\x94\xe0\xcc\xb3\xd8\x2c\x36\x03\x98\ \x45\x01\x38\xb0\x00\x48\x27\x9b\x07\x70\xcc\x72\xd7\xa2\xd4\xcb\ \xa9\x3c\xbd\x9e\xd7\x53\xa6\x07\x2f\x11\xcb\x2d\x54\x81\x52\x2e\ \x2f\x2b\x63\x01\x0a\xf3\x0b\x8f\x09\x88\x88\x8e\x0c\x0f\x8c\x4d\ \x8e\x8b\x8f\x0d\x0b\x0e\x8f\x4e\x89\x08\x08\x4b\x8a\x8d\x8c\x49\ \x49\x8a\x4b\x4c\x4a\x08\x0a\x8a\x49\x8e\x08\x8e\x8e\x8c\x8b\x4a\ \x0c\xf6\x8f\x8e\x0a\x4e\x48\x4a\xec\xc8\x1e\xec\x6e\x77\x46\x05\ \x85\x07\x47\xc5\x84\xf7\x7d\xbf\xb9\xd0\x54\x8b\x38\x7f\xfd\xc1\ \x95\xa9\xfb\xc0\xb4\x9d\x3f\x79\xfc\xd8\x85\x29\x0f\x9a\x97\x9b\ \x5d\x75\x82\xf9\x65\x6a\x6e\xe6\xd7\xa7\x76\x0c\x16\x29\x63\x92\ \xdd\x3d\xdd\x69\xc7\x2f\x85\xb8\x79\x78\x8b\x98\x84\x2f\x8a\xb3\ \x8f\x50\x5f\xa6\xbd\xa6\x70\x37\x66\x11\xcc\x8f\x4f\x1a\x5e\xff\ \xfe\xf4\xce\x37\xb2\xe2\xa0\xe1\xa6\xf9\x8d\x8e\xf8\x88\x3e\xbf\ \x2d\xa2\x5f\x20\xa2\x4e\x12\xb1\x48\xd4\xc9\x4b\x67\x2f\x9e\x87\ \x7b\x86\x21\x21\xe7\xe7\x96\x2f\x5c\x58\x06\xb6\x7f\x6e\x0e\x16\ \x89\xbf\x06\xe3\x19\x96\x97\x97\xaf\x3d\xb8\x7a\xf5\xca\xb5\xeb\ \xf7\x1f\x82\xef\xd7\x1f\xc2\x35\xab\xc7\x70\xcf\xf0\x31\xb4\x83\ \xe0\x2e\x30\x89\x5f\xef\x2f\x3f\x80\xfe\x0f\xa8\xd5\xd1\x1a\x16\ \xb8\xf5\xf5\xe1\x3f\xd7\xb7\x72\xc6\x31\x3f\xfe\x78\xf0\xcf\x8d\ \xec\xdf\x9a\x6c\xcd\xdd\xa6\x8c\x94\xcc\xe6\xec\x4c\x67\x1f\xac\ \x92\xd0\x6c\x8a\xad\xab\xcf\xb2\x65\xdb\x6c\x59\x69\xe9\x19\xf1\ \x49\x83\x59\x29\xa9\x26\x5b\x76\x7d\x47\x46\x4a\x6b\x73\xda\xa0\ \x2d\xb9\x7a\xb0\x7e\xb0\xab\x3a\x31\x35\x25\xdd\x59\xdd\xe5\xe8\ \x1d\x48\x48\xca\xb0\x35\x75\x3a\x9c\x9d\xd5\x99\x5d\x75\x59\xdd\ \xcd\x1d\xd9\x39\x7d\xdd\x4d\x1d\xb6\xa2\xc2\xca\xe9\xb6\x73\xb9\ \xa5\x59\x25\x95\x8e\xe1\xa5\xd9\x73\xa7\x6a\x9a\x2a\x17\x8a\x6d\ \xad\xf9\xad\x05\xdd\x7d\xb9\xb9\xf9\x05\xf9\x7d\x55\xbd\x8e\xfa\ \xea\xde\xce\xae\xc1\xea\xde\x46\x53\x7d\x33\x70\x94\xe9\xe7\x6a\ \x9a\x5b\xda\x1d\x99\xd5\xd9\x75\xe5\x55\x95\xc5\xb9\x8d\x67\x0a\ \x5b\x8a\x4b\xbb\x9a\x2a\x5a\x9a\x8a\xf2\x6b\x06\xfb\xf3\x1b\x16\ \x0a\xc7\x2b\x86\x0b\xfa\x6b\x0b\x36\x56\x4a\x6a\xfb\x87\xfb\xdb\ \xda\x72\x2b\x6a\x27\x97\x66\x57\x86\x4f\x15\x56\x2c\xf6\x17\x54\ \xf4\xaf\xef\xad\x2e\xee\xec\x6d\xed\x00\xc6\x5a\x5f\x98\x5c\x9c\ \xdd\x73\x1d\x0c\xaf\x7f\x5e\xdd\x7a\xfd\x6c\x7d\x77\x7d\x77\x31\ \x77\x69\xb1\x72\xd8\x35\xb9\xbb\xb8\x3a\xf9\x62\x75\x73\x63\x67\ \x69\x65\x67\x71\x78\x6b\x7f\x61\xdd\xf5\x72\xa3\x62\x7a\x72\x78\ \xd5\xe5\xda\xdb\x79\xfd\xee\xfd\xef\xb7\x6e\xdc\xda\xde\xde\xb6\ \xaa\x8c\x06\x95\x8a\xa9\x02\x9f\x29\x80\x14\x80\xaa\x88\x64\x05\ \x19\x21\x62\x4a\x14\x34\x3a\x9e\x4e\x20\xca\x8e\x0a\x00\x2b\xe8\ \x3a\x89\xea\xcc\xdd\xff\x6a\x60\x23\x61\x0e\x09\x96\xec\x23\xb1\ \xc0\x34\xce\x13\x68\x78\x24\xa5\x46\xce\x83\x2d\x72\x26\xca\x2c\ \x02\x98\xc3\x06\x14\x8d\x4d\x0d\x4c\x5f\x4c\x11\xf8\xc4\xc4\x84\ \x73\x85\x54\x0b\x2f\xc0\x66\xea\x98\x1e\xdc\xf8\x84\xb9\x30\xf7\ \xf8\x7a\x3b\x2b\xa6\xd3\x2f\xb1\x57\x6a\x89\x1f\xa9\xe0\x85\xa6\ \x26\x06\x77\x6f\xee\xd6\x1e\x7e\x7f\x4b\x46\x01\x50\xff\xf1\x9f\ \x1f\x86\x91\xed\x31\xab\x4a\x32\x6f\x37\x8e\xa9\xec\xc6\x11\x33\ \x5d\x65\x34\xab\x0d\x0a\x83\x71\x44\x66\xa5\xab\x55\x32\xab\xce\ \xa8\xe5\xab\x81\x7c\x01\x5b\xc8\x87\xd9\x2e\x0a\x70\x53\x01\xb3\ \x1d\x25\x66\x40\x8b\x66\x1d\x5f\xa6\x50\xc1\xb2\x57\x0a\xfb\x8c\ \xc1\xa0\x95\x81\xe7\xc0\x45\x79\x09\x59\x61\x94\x89\x8e\x6a\xd5\ \x90\x45\x66\xa3\x41\x06\x8e\x6b\x04\xd8\xa6\x10\x59\x47\xd4\x66\ \x05\x96\x6f\xd6\x01\x57\xa9\x35\x9b\x65\xc6\x31\xbb\x4e\xc6\x04\ \xdc\x69\x66\x2a\x8c\x2a\xbb\x4e\xad\xa0\x31\xc9\x5a\x95\x4a\x82\ \x47\x13\xf1\xc0\xff\x29\xe8\x32\x3e\xf2\xb8\x17\x1f\x8f\xa2\x31\ \x81\xb5\xc3\x13\x88\x44\xbe\x02\x87\x40\x22\x88\x48\x74\xc8\xd0\ \xa5\x4b\xe7\x61\x65\x80\xa3\x7a\x92\xcb\x97\xce\xa2\xb5\x23\x46\ \x09\x59\xad\x52\x10\x30\x68\xa6\x4a\xa4\x13\x01\x5b\x8d\x57\xe0\ \x68\x12\x82\x8c\x4e\x13\x81\xb9\x01\x08\x16\x0d\x81\x61\x12\x08\ \x48\x3a\x13\x89\x01\x16\x85\x80\xc2\x02\xa2\xf2\x40\x60\x51\x28\ \x04\x01\xed\xee\xe9\x86\xc3\xa0\xb1\x28\x84\x3b\xca\x1b\xf6\x83\ \xc6\xa0\xdd\xdc\x80\x73\x84\x6b\x5d\x58\x1c\x1a\xe5\xfe\x4b\xa0\ \x9f\xd0\x27\x3a\x2a\x2a\x50\x4a\x91\x5b\x84\x51\x80\x70\x04\x6c\ \x80\x4d\x62\xd8\xef\x86\x0b\x30\x07\xa6\xe3\x08\xd8\xbe\x54\x12\ \x89\x2b\xa0\x72\xc0\x29\xe3\x09\x04\x1a\x2a\x43\xa3\x11\xb0\xa5\ \x30\xf2\x8a\xc3\x26\xfd\x8b\x43\xe0\xf9\x6c\xaa\xaf\x5f\x60\x58\ \x74\x76\x66\x4e\x63\x79\x68\x86\x29\x31\x33\xc9\x97\xc5\xd2\xdc\ \xb6\xc8\xa9\xc0\x53\x82\xc9\x48\xc3\xe1\xb2\xa9\xac\xb2\xdb\x16\ \xbd\x92\x22\xd0\xc3\x92\x1c\xe0\x9c\xcb\x05\x40\x2b\x81\x01\x85\ \x55\x1c\xe5\x54\x86\x90\x0d\xcd\x25\x2c\x3f\xcb\x53\xc2\xe6\x3c\ \x24\x98\xa3\x35\x31\x7a\x7b\xf4\x32\x50\x2a\x8d\x45\x0e\x3b\x26\ \x8a\x05\x60\x8a\x83\xe5\x88\xe4\x72\xcb\x65\x8d\xaf\x0f\xd5\x27\ \x32\x22\x3e\x28\x22\x2c\x32\x31\x3a\x22\x36\x22\x34\x26\x39\x26\ \x28\x38\x36\x3c\x28\x35\x28\xbe\x2e\x21\x3c\x26\x2e\x2a\x22\x25\ \x31\x25\x3a\x2c\x20\x3c\x2e\x36\x2e\x3c\x38\x28\xcc\x27\x38\x2a\ \x35\xb3\xb9\x2f\xdd\x66\x8a\x8f\x89\x8c\x8a\x88\x0b\xf7\x4f\x19\ \x28\x2d\x98\xbc\x70\x7f\xee\xca\xc5\xe3\x08\xb5\x41\x84\x19\xbb\ \x65\xbf\x73\x0b\xe9\x7d\xf2\x38\xdd\x1c\xa2\x3b\xf4\x1e\x32\xbe\ \xd5\xa1\xf8\x04\xf4\x3d\x26\x0e\xe3\x8d\x21\x9f\x3e\xed\xe5\xe6\ \x41\x34\xb8\x79\x7e\xf7\x60\xae\xa1\xf6\x7f\x3d\x7f\x4c\x72\xf0\ \x13\x61\xfe\x74\x50\x58\xf1\xf3\xcb\xa1\x95\xf8\xea\xcf\x5b\xaf\ \x5d\x37\x74\x3f\xdf\xaa\xbf\x7f\x50\xe3\x86\xf8\xcc\x93\x04\x91\ \x04\xe7\x7d\xfe\xc4\xd9\xf3\x17\xce\x9e\x05\x76\xf3\xfc\x59\x18\ \x3a\xba\x7c\xf1\xd2\xc5\x0b\x40\xad\x2e\x02\x5b\xb8\x7c\xe5\xca\ \xf5\xeb\x57\x60\xf3\xaf\x2b\xf7\xef\x5f\x87\xed\x75\x1e\x03\xc8\ \x82\x4a\x05\xff\x3e\x06\xfc\x04\x57\xd9\x1f\x02\x02\x7b\xf8\xbf\ \x96\x10\xa0\xd5\xf3\xa3\x6f\x7f\x7c\xfd\xe7\xca\x5f\x99\x9d\x23\ \x57\x7f\xfc\xcf\x4c\xd2\x99\x85\xba\xfa\xba\xcc\xba\x34\x53\x75\ \x79\x76\x75\x87\xa9\x2f\x3b\x35\x21\x23\xc5\x96\x69\xeb\xa8\xaf\ \xcb\x2a\x4f\x4d\x48\xcb\x32\x75\xa4\xa7\xc7\x64\x99\xb2\x9c\x4e\ \x53\xb9\xc3\x96\x03\x28\xc8\xe4\xec\x74\xf6\x0e\xa4\x64\x99\x80\ \x88\x35\xa7\xd7\x75\xa6\x64\xa4\xd5\x35\x75\x77\xd5\xd7\x39\x7b\ \x1d\xa6\xec\x3e\x5b\xb3\xd3\x59\x5d\x5e\xd0\xec\xa8\xad\x2c\x00\ \xc6\xad\xf8\x4c\x73\x5b\x5e\xe7\xe2\x7a\xc5\xb9\xe2\xaa\x73\xe3\ \xfd\x55\x4d\x55\x8d\x55\xb9\x8e\xde\xb6\xc6\x33\x2d\xb9\xd5\x83\ \x8d\xce\xee\xde\xe6\xde\x33\xbd\xd9\xf5\xe5\xe9\xd5\xe5\x7d\x55\ \x4d\xb6\xc1\x92\xe6\xde\xde\x8e\xf4\xc1\xee\xee\xd6\xfc\x82\xfe\ \xb6\x9a\xc2\x8a\xe2\x9a\xbc\xaa\xbe\x53\xb9\x05\x85\x45\x85\x67\ \x2a\x72\xab\x86\x17\xfa\x17\xc6\x8b\x67\x73\x2b\x56\x97\x0a\x72\ \x87\x0b\x0b\x1a\x0a\x6b\xdb\x16\x17\xda\x16\xf3\x6b\x1b\x8a\xda\ \xda\x86\x87\x17\x17\x37\x57\xd7\x5d\xbb\x3b\xeb\x7b\x3b\xbb\x4b\ \xeb\x6d\x5b\x0b\x3b\x5b\x5b\x5b\x1b\x9b\x5b\x15\x93\x7b\x40\xa3\ \x66\x57\xd6\xc7\x37\x17\xd7\x37\x57\x67\x57\x81\x57\x5c\x3d\x58\ \x58\xdc\x9b\x6c\x5b\x19\xef\x5f\x75\x6d\x1d\xec\x1c\x2c\x2d\xac\ \x6f\x2c\xbc\xdc\x70\xed\x3e\xfb\xfc\x62\xf7\xe3\xcf\x3b\x9f\x7e\ \x5b\x33\x6a\x69\x3a\xd8\xa0\x46\xc5\x27\x80\x4f\x92\x44\x44\x24\ \xe2\x89\x32\x26\x51\x46\xa3\xd1\x44\x00\x05\x08\x08\xba\x5a\xa1\ \x06\x4e\x51\x6b\x54\x13\xfb\xfd\x4a\x39\x72\x12\x4f\x20\x86\x44\ \x2f\x87\x43\x5f\x08\xa6\x69\x01\x2c\x86\x0c\x6b\xef\xc2\x7a\xc8\ \x72\x8d\x80\xc5\x25\x01\x63\x41\x4a\xe8\x2f\x61\xf8\xf9\x47\xf8\ \x49\xc1\x88\xd7\xfb\x27\x34\xe5\xed\x7d\xff\x64\xd0\xe2\x2e\x0e\ \x3d\xb4\x53\x48\xa6\x64\xff\xd2\x0a\x3f\x71\xca\x5e\x36\x29\x3c\ \x40\x18\xed\x98\x7c\xb9\x75\xf3\xd9\x77\x26\xe6\xf8\x89\x90\xfb\ \xff\x5c\x57\xaf\xcd\x18\x54\xf6\x35\x83\xd6\x6c\xd0\x8d\xd8\xc7\ \xac\x4c\x3e\x6c\x00\x2d\x53\x19\x64\x4c\xa8\x3c\x86\x19\x85\x4c\ \x07\x1b\x16\xaa\x24\x06\xbe\x8c\x0e\xa0\x8b\x0c\x6c\xa0\x4a\x6b\ \x80\x99\xce\x0a\x91\x6e\x64\xcc\x08\x63\x4b\x15\x80\xac\x74\x80\ \xc6\x0c\x0a\xb5\x4a\xa5\xa0\x1b\x00\xa6\x19\x46\x00\x69\x19\x54\ \xc0\x2f\x02\x20\xd3\x02\x7e\xd2\x1a\xed\xba\x11\xc3\xcc\x98\x6e\ \xec\x83\x15\x76\xd3\x11\xd1\x01\x60\xa9\x14\x63\xe0\x51\x95\x8c\ \x2f\x52\x19\x15\x46\xfb\x98\x9a\x08\xdb\xec\x11\xc8\x0a\x2d\x1f\ \x48\x93\x02\x88\x38\x9d\x29\xa3\x21\xce\x7a\x91\x99\x18\x14\x0d\ \x8f\x24\x12\x09\x08\x04\xdf\x88\x46\x30\x09\x64\x04\x2e\x04\x8e\ \xe3\x4b\x80\xb2\x2e\x0c\x5d\x1a\xba\x78\xf5\xd2\x10\x4a\xa6\x1d\ \x51\x81\x63\x2b\x68\x38\x1c\xdc\xda\x00\x46\x90\x29\x61\x12\xe8\ \x6a\x60\x49\xc1\xc1\x08\x78\x3c\x81\x2c\x23\x13\xe9\x30\x4a\x14\ \x0d\x33\x9f\xf1\x38\x2c\x02\x85\xc2\x11\xd1\x6e\x58\x34\x12\x81\ \x72\xc7\xa2\xdc\x81\x5a\x61\xd1\x08\xac\xb7\x17\x1a\xd6\xce\x42\ \xa3\x51\x5e\x5e\x1e\x9e\x9e\x18\x2c\xc6\x0b\x85\xf9\x25\xc2\x27\ \xd0\x2f\x22\x3c\x2a\xcc\x4f\xc8\x95\xb3\xa3\x03\xfd\x59\x65\x3c\ \x12\x80\x2c\x96\x18\x16\xd2\x60\x90\xa8\x42\x0a\x40\x23\x0a\x89\ \x0a\xce\x1c\x50\x26\x1e\x49\x78\x94\xb9\x03\x38\x18\xae\x65\x09\ \x28\x0c\x0a\x15\xe8\x0d\xe4\x30\x0e\x8b\x22\x0d\x0a\x0b\x0b\x08\ \x8b\x88\xcd\xec\xe8\x8c\xf2\x8d\x49\x8f\x06\x92\x46\xe2\x4d\x5c\ \xa6\xb2\xc4\x1a\x16\x43\x4e\xa2\x52\xb8\x24\x3f\x70\x28\x65\x99\ \xf2\xee\xed\xdb\xa3\xb7\xc1\xdf\xcb\x3d\x65\x72\x0a\xf0\x7c\x40\ \x8a\xe4\x62\xf0\x64\xb8\x6f\xc8\x85\x8d\x59\x81\x0b\xd5\x88\x01\ \x72\x09\x04\x62\x30\x97\x09\xee\x8e\xea\x81\xcc\x01\xe2\xd2\x1c\ \x65\xc2\xeb\x61\x8c\x7d\xd9\x5d\xa5\x52\xd3\x53\xc6\xe2\x91\x48\ \x3e\x01\xd2\x80\xd8\xb8\xf8\xe0\xa0\x80\xe4\xa4\xc8\xd8\xa4\x88\ \x98\xe8\xf0\xd8\xf0\x28\xa0\x4b\xe9\xb1\x61\x51\x81\x81\x51\xd1\ \x51\xb1\x31\x31\x11\x30\xfc\x3d\x35\x36\xcc\x3f\x20\x2a\x25\x27\ \x35\x2d\xad\x23\x2d\x33\x21\x21\x2a\x3a\x21\x29\x2a\x34\x34\x32\ \x3c\x51\x71\xe9\xfa\xd5\xe5\x10\xe0\xae\xbd\x2f\x79\x61\xdc\x45\ \xe6\xf9\x3b\xdf\xf8\x78\xf7\x13\xc7\x50\x43\x67\xdd\xb0\x7c\x37\ \x2d\xee\xd1\x27\xbc\x8a\x88\xa5\xd1\xd1\x6e\x44\xd4\x71\x95\x02\ \x85\x7e\x77\x72\x7e\xfe\xd8\xce\x97\x29\x8f\xa7\xfb\x37\xf1\xb2\ \x2f\x45\x05\x2f\xd5\x1f\xcc\xfc\x85\x0d\xd5\x9d\xdc\x9a\x3f\x75\ \x87\x8a\x6f\xcf\xbe\xdd\xb2\x5f\xf8\x26\x09\x41\x28\x0c\x04\x42\ \x08\x30\x9a\xe7\xcf\x03\xb1\x1a\x3a\x7f\xf2\x24\x6c\x3f\x79\x69\ \x6e\x0e\xd6\x99\xb9\x30\x77\x1d\xd8\x43\x58\xf2\x1d\xf6\x84\xfe\ \x97\xb1\x1e\xc3\xa8\xab\x3f\xe0\x4a\x15\x20\x2b\xb8\x7a\x05\xbe\ \xff\x78\x0c\x7b\x83\x41\x3f\x08\x0c\xe1\x73\xa8\x56\x7f\x83\xcb\ \xd7\x87\xe0\xce\x0f\x62\xcd\xe0\xd3\x2b\xff\x57\x95\x1e\x97\x33\ \x90\x9e\x52\xde\x59\x5d\xd7\x61\x4a\x6b\xed\xc8\xaa\xcf\x34\x25\ \xa6\x67\xa7\x39\xeb\xeb\xfa\x1c\xe5\x19\x89\x71\x31\x89\xf5\xcd\ \x69\x19\xa9\x59\x89\xe9\xd5\xce\x41\x67\x5f\xa6\xad\x6b\xa0\x63\ \xb0\xaf\x7a\x70\xc0\x99\xe9\x4c\x4f\xe8\x18\xb0\x65\x76\x74\xa4\ \x67\xd4\x75\xb6\x9c\xe9\x1c\x70\x74\x56\x39\x1c\x1d\xe0\x81\xfa\ \x56\x67\x7c\x6f\x73\x47\xd1\x6c\x7f\x45\x45\x71\x43\x6e\x57\x5b\ \xdb\x40\xc5\x62\xdb\x99\x53\x79\xad\xa5\x0d\xad\xa6\xc1\xc1\xce\ \xdc\xaa\xda\x86\xfc\xaa\xc5\xe1\x81\xc6\xd6\x9c\xce\xa6\x66\x47\ \xef\xa0\xad\xb0\xc9\xd4\xdd\xda\xd2\x3d\x58\xde\x57\x32\xd0\x54\ \x62\xeb\x33\x75\x0d\x76\x14\x14\x54\xe6\x15\x16\x9f\xa9\x6c\x2a\ \x2a\x3e\x77\xae\xb1\xaa\xa8\xb2\xa2\xbf\xad\xa4\xb8\x61\xa1\x6d\ \x63\xa1\x61\xb6\xa2\x62\x71\xba\xbf\xa8\x36\x3f\xbf\xb8\x26\xb7\ \x68\x7c\x72\x7c\x35\xbf\xa8\xb4\x6a\x78\x69\x65\xdd\x35\xbe\xb3\ \x3a\xbd\xff\x6e\x6f\x73\x75\xd3\xb5\xb5\x51\x30\xbd\xb2\xb4\xb5\ \xb3\xb1\xb0\xb3\x34\xfb\x62\x67\x78\xe1\x60\x75\xd5\xb5\xb9\xb1\ \xbe\xba\xb8\xbe\x71\x30\x39\x3d\xed\xda\x69\x1b\x5e\xdd\x68\xdb\ \x80\xbb\x87\xfb\xaf\x5c\x2b\x9b\x1b\xaf\xf6\x16\x3e\xbf\x7a\xf1\ \xf1\xdd\x5f\x07\x3f\x0f\x7f\x1b\x1b\xdb\x36\x1b\x01\x78\x18\xcc\ \x80\x33\xd4\x7c\x68\x98\x54\x4c\xf0\x19\x41\x60\xc9\x70\x05\x8b\ \x40\x16\xe1\xdd\x3c\x50\xde\x1e\x04\x0c\x19\xb8\x27\x22\x2e\x80\ \xd2\xcb\x16\x53\xc1\x08\xe4\x50\xc1\x1f\x25\x49\xcc\x02\x63\x12\ \xf8\x00\x01\xb0\x84\x72\x81\x5e\xc9\x53\x6a\xc0\xc8\x25\x81\xcf\ \x09\x95\xc4\xc9\x2a\xf5\x11\x8b\x29\x3e\x24\x36\x10\x38\x86\xbf\ \xa9\xb5\xf6\xe3\xe1\xbc\x02\xeb\x35\x74\xfd\xaa\x43\x1f\xd0\x1b\ \xd8\xb8\x18\xc4\xa6\x64\x0e\x86\xf2\x42\xc3\x28\x41\xa6\xdc\xc3\ \xed\x27\xef\x5e\xbe\xb1\xeb\xc8\xe7\x7f\x3c\xf0\x94\x99\xb5\x6a\ \xc3\xcc\x23\xc0\x51\x5a\xbb\x61\x04\xb8\x43\xdd\x3d\xa0\x5e\x70\ \x45\x9c\xaf\x50\xa8\x54\x66\xb3\xce\x28\x52\x6b\x65\x32\xb3\x48\ \x2b\x23\xd0\xd4\x5a\xbe\x48\x42\x17\x69\xe9\xc0\x16\xca\xb4\x5a\ \x89\x51\xc5\x5f\x33\x2b\xe0\xd6\x1e\x13\xee\x1b\x02\x7c\xd4\xea\ \x80\x55\x5c\x03\x74\x05\xbc\xa4\x04\x00\x96\xcc\x60\x87\xfb\x9d\ \x46\x30\x15\xab\x47\xb6\xe7\xd5\x66\x83\x5a\x37\x63\x04\xa2\x21\ \x91\xa8\x8d\xf3\x06\xb5\x48\x2b\x31\x18\x61\xc5\x06\xf0\x2c\xf3\ \x98\x82\xe8\xed\x06\x34\x91\xcc\x67\x8a\x54\x22\x02\x92\x4c\x27\ \xd3\x44\x30\xb2\xf6\xa4\x07\x9d\x86\x41\x31\x91\x1e\xe0\xbf\x09\ \x8b\xe6\x9b\x89\x18\x32\x0e\x89\x23\x78\x5f\x5c\x1e\x9a\x9a\xba\ \x38\x37\x75\x61\xee\xd2\x85\xb9\x2b\x97\x4e\x60\x44\x33\x33\x40\ \xfe\xd4\x22\x1c\x19\x78\x47\xbc\x5a\xa1\x50\xc3\x20\x58\x11\x91\ \x46\x87\x25\x12\xf1\x12\x30\x2b\x10\x99\x38\x1c\x02\xb8\x3d\x04\ \x06\x81\x40\xc1\x95\x2c\x77\x0f\x24\x12\xd6\x78\x77\x73\x43\x63\ \x11\x18\x77\xb4\x27\x2c\xe5\x80\x71\xc7\x20\xf0\xee\x6e\xe0\xa9\ \xee\x1e\xb0\x64\x16\x12\x89\x06\x28\xf6\x8b\x90\xcb\xf1\x49\x8c\ \x8b\x08\x08\x65\xb0\xc5\x4a\x69\x90\x1f\x4b\x4c\x05\x90\x23\x90\ \x2b\x49\x7e\xc0\x9a\x01\xfa\xa1\xc2\x05\x71\x06\x03\xa6\x26\xb0\ \xd8\x5c\x36\x4c\xc1\x21\xb1\xf5\x02\x16\x8f\x4d\x02\x0a\xc3\x00\ \xa2\x42\x62\x00\xc7\x48\x65\xb3\xfd\x83\x03\x43\xd9\x52\x9f\xe0\ \xd4\xf2\xec\xbe\x38\x5f\x4e\xa0\x94\x01\x8e\xa4\x54\xea\x61\x9d\ \x78\x39\x09\xcc\x4e\x6c\x92\x94\x43\x12\xf3\xf4\xa3\xb7\xff\x0b\ \xf5\x6a\xb4\xe7\xf6\xdd\x32\x0d\xd0\x1c\x3d\x10\x20\x9e\x5e\x0e\ \x4b\x6d\xc1\xee\x62\x54\x58\x65\x0b\xb8\x48\x98\x26\x44\x05\x9a\ \xd4\x33\xd1\x03\xc6\x87\x06\xf6\x24\x91\x6b\x7a\xf4\xc0\x08\x02\ \xa7\x69\xd1\x94\x95\x95\x4d\x4c\xf4\x80\x0b\xc5\x07\xbc\x46\xe8\ \x1b\x06\x9b\x43\xfb\x46\x05\x25\x45\x86\xc7\xc5\x47\x07\x45\xc4\ \xc6\xc6\xa7\x45\x85\xc5\xc5\x86\x05\x05\x45\xa7\xc6\x24\xc5\x46\ \xc5\x47\x47\xc6\x87\x85\xc7\xc6\xfa\x07\x84\xc5\x44\xc5\x99\x12\ \xd2\x63\xa3\x12\x23\x12\x63\x93\xe3\x23\x02\xa2\x23\x7b\x3f\x60\ \xae\x1f\xc3\x9f\x7d\x38\x77\x0c\xff\xfd\x06\xd9\xed\xf4\x09\xec\ \xc9\x90\xe3\xc7\xf0\xf7\xac\x12\x9c\xa7\x8a\x78\xfe\xd2\xd9\x21\ \x0f\xbc\xbb\x4e\x47\x27\xbb\x1f\xf3\x42\x78\x78\x7b\x23\x51\xba\ \xb5\x93\xdb\x66\xd4\xc2\xa7\x8b\x84\x1b\x87\x77\x30\x86\x97\xed\ \x9d\xf6\xed\x27\xc8\xe9\xce\x5b\xcc\xad\xce\x92\x1b\x6f\x9e\x9a\ \x5d\xab\xb7\xd6\xed\x5e\x6f\x55\x34\xac\x42\xc1\x24\x63\xbc\x4e\ \x4c\x9d\x3e\x79\xcc\xfb\xe4\x85\xf3\x67\x61\xe7\xc2\x4b\x17\xae\ \x5d\xb9\x74\x11\x4c\x4b\xcb\x57\x2f\xc1\xde\x61\x80\xb1\xae\x5e\ \x7d\xf0\xf8\xca\x32\x54\xac\x23\xd0\xfa\x0a\x5c\xe1\xd7\x87\x8f\ \xff\xc5\xac\x3f\xfe\x78\xf0\x10\x3c\xfe\xf7\x73\x28\x53\xcf\xff\ \x3e\xc2\x2b\x28\x69\x7f\x80\x3b\x8f\x9f\x5f\x69\xb3\xdd\x58\xf6\ \x74\xac\xb7\x44\xa4\xa7\xa7\xdb\xd2\xeb\xba\x52\x53\xab\x9b\x33\ \x6d\x7d\x75\xcd\x99\xa9\xf5\xad\x03\xb6\x01\x47\x5a\x72\x4e\x42\ \x74\x7c\x9a\xb3\x3c\xc7\x54\x57\x97\x06\xeb\x66\x35\x3b\x4d\x03\ \x40\xca\xb2\x9d\xf5\xd9\xa6\xb4\x8c\xb4\xd8\x4e\x47\x47\x23\x40\ \xb1\xce\xba\xcc\xce\xc1\x74\x67\xd7\xc0\x60\x97\xc3\x31\x90\x53\ \x5e\xd7\xdb\x97\xdd\xda\xda\x59\x30\x5c\x70\xa6\x20\x37\x37\xb7\ \xa9\xa1\xb6\x6a\x76\x67\xba\xa0\xa8\xc5\x39\x9e\xdf\xdb\x38\xd0\ \x5e\x53\xd4\xe4\x68\xc8\xad\x9d\x3e\x55\x77\xa6\xbd\xce\x91\xdb\ \x55\xde\xd4\x9d\xd5\xe8\x34\x35\x0f\x36\xf5\xd5\xdb\xba\x2b\xfb\ \x9a\x2b\x9b\x3b\x3a\x06\xab\x3b\x8b\x72\x4b\x1b\x86\x87\xf3\x16\ \x6b\x0b\x1b\x7b\xf3\xf2\x4b\x6b\x4a\x6a\x0a\x0a\x0b\x87\xc7\x8b\ \x86\x67\x73\x2b\x77\x00\x17\x15\x16\x56\xe4\xe7\xd7\xae\x9e\x29\ \x2d\x18\x5f\x55\xfa\x2a\xd9\x00\x00\x20\x00\x49\x44\x41\x54\x6d\ \xeb\x1f\x5e\xed\x2f\x05\x82\xb5\xe8\x5a\xd9\x5f\x1a\xde\x59\x5f\ \xda\x59\x5d\x5a\x5f\x70\xed\xc2\x44\xe7\xad\x8d\x8d\xcd\xe1\xa5\ \xbd\x9d\x9d\xdd\x8d\x17\xfb\x1b\xd3\x2b\xbb\xeb\xb3\xe3\x93\xd3\ \x2b\xb5\xb5\x3b\xae\xd5\x8a\xe9\xf1\xca\xa5\x85\x82\xbd\x17\xaf\ \x80\x19\xdc\x5d\xd8\xdc\x7c\xf5\x7a\x73\xf7\xd7\xd7\xdf\x3f\x7e\ \xf8\x34\xf2\x08\xc6\x5f\x19\xf8\x86\x11\x95\xd6\x3a\x02\x03\x08\ \xf8\x74\x26\x91\x46\x26\x02\x77\x42\x60\x22\xd0\xc7\x91\x23\xdb\ \x7f\x2e\xe6\x76\x0e\x74\x76\xc7\x84\x45\x67\x64\xb4\x4b\x27\x46\ \x2f\x6b\xf4\x02\x12\x15\xd8\x02\x12\x15\xa0\x3d\x18\xff\x52\xb8\ \x26\x52\x56\xa6\x67\x59\x34\x0c\x36\xac\x2c\x4a\x82\xa3\x9f\xcd\ \x0a\x3f\xb5\x20\xb5\xb0\xa4\xbe\x1c\x12\x70\x1f\x0c\x3f\x53\xc1\ \xce\x8d\x3f\x99\xe7\x65\xe8\xe3\x3f\x9e\x90\x48\x71\x35\x11\x4b\ \x41\x4a\x0e\x25\xc2\x87\x24\xe0\xb1\x83\x32\xa2\xdb\xef\x98\xb5\ \x6f\x6f\xbc\xdb\xd2\xa1\x2e\xfe\x81\x23\x33\x67\x8c\x40\x39\x46\ \xb4\x06\xb3\x61\x46\x65\x98\xd1\x19\xac\xba\x91\x11\xf3\x8c\x0e\ \x18\x43\x91\x4c\xa7\x90\xf1\xed\x76\x89\x56\x27\xd1\x32\xb5\x56\ \x03\x5d\xa5\x15\x29\xb4\x2a\x11\x8c\x59\x37\xf0\xb5\x56\xba\xc1\ \x60\x10\x49\x14\x2a\x18\x18\x05\xf3\x77\x8c\x23\x80\xb0\xe6\xb5\ \x22\x89\xd9\xac\x96\x18\xb5\x60\xf0\xd2\x8c\x33\xf3\x80\x28\xb5\ \x3a\x95\xfd\xd1\xda\xfc\xd8\x88\x59\xc6\x57\x1b\xcc\x56\x11\x19\ \x4f\xb7\xeb\x54\xc6\x19\x18\xfd\x05\x04\x53\xad\x56\xe8\x80\xe3\ \xa4\x8f\x18\x65\x5e\x9e\x0a\x26\xcc\xe1\x51\xe8\xf8\x18\x32\x0d\ \xc6\x4f\x91\x99\x6a\x1a\x1a\xc9\x24\x23\x10\x04\x1c\x9a\xa8\xa6\ \x21\x10\x44\x11\xd2\x03\x47\x40\x12\x69\x5e\x60\x08\xcf\x4d\x5d\ \xbc\x08\x63\x47\xc1\x50\xbe\x78\xdc\x43\xf1\x54\xab\x02\x4c\xc6\ \xc7\xe2\x71\x2a\x15\x5d\xa1\xe0\x8b\x98\x0a\xb2\x08\x70\x9b\x88\ \x4e\xa6\x33\xf1\x4c\x1a\x96\x48\xc0\x62\x80\x0c\x11\x70\x48\x0c\ \xd0\x2a\x14\xd6\x0d\xed\xee\x81\x40\xb9\x21\x01\x54\xb9\xbb\xa1\ \x50\x68\x77\x77\x77\x14\x1a\xe6\xb7\x21\x89\x10\xc1\x50\x68\x2c\ \xd6\x13\x96\xf3\x0b\x01\x66\x11\xf3\x4b\x40\x70\xa4\x4f\x42\x62\ \x4a\xa8\x0f\x4b\x2c\x66\x07\xc4\xf8\x8a\x81\x54\x09\xc5\xe2\x32\ \x1e\xd0\x2a\xf6\x51\x31\x52\xa1\x10\x9c\x26\x40\x52\x0c\x12\x85\ \xe7\x1b\xc8\xe5\xc0\x06\x47\x02\xb1\x58\xca\xa6\x70\xb9\x2c\x0a\ \xec\x3a\xc1\xe5\x52\x38\x1c\xae\x10\x28\x9b\x3f\x17\x3c\x25\x2c\ \x21\x25\x2b\x96\xa7\xb7\x50\xc2\xa5\x02\x92\x45\xac\x57\x42\x0b\ \x07\x14\x87\xc7\x90\xb2\x59\x2c\xbd\x58\x3f\x3a\xfa\x5f\x80\x57\ \x1a\x4b\xd9\x5d\xcb\x28\x70\x7b\x3d\xa3\x65\x2c\x39\x4f\xc3\x22\ \x51\x7c\x61\xab\x37\x80\x5b\x3c\x01\x09\x76\x45\x04\x57\x80\xc6\ \x94\xf2\x09\x8b\x12\x2e\x74\x0a\x80\x44\x59\x60\x31\x0f\x20\x5a\ \x3c\x96\x78\xc2\x52\xa6\x9f\xd0\xdf\x1d\x9d\x80\x9c\x47\x62\xf8\ \x4a\xa3\x63\x03\xfc\xa5\xa1\xe1\xfe\xc0\xf4\xc5\x47\x24\x27\x87\ \x87\x47\xc7\x45\xc4\x87\xc7\x46\x45\xc5\x46\x45\x03\x4d\x8e\x08\ \x8a\x89\x8c\x88\x0e\x4c\x8e\x09\x8f\xf0\x11\xc6\x45\x46\x47\xa4\ \x65\x25\x65\x80\xdf\x34\x39\x2e\x22\x2a\x2e\x26\x93\x3f\xc7\xdc\ \x5c\x7a\x22\xfb\xd9\x30\x50\x33\x78\xae\x2a\x33\x33\x73\xfa\xf7\ \x79\x83\x3b\x1f\xed\xe9\x81\x39\xe6\x75\x1a\x4d\xf6\xc6\xcd\x7c\ \xf7\xf0\x0e\xe1\x63\x89\x9f\xee\xdc\x78\x77\xcb\x8a\xe4\xe3\x24\ \x87\x74\x7c\xad\xfd\x82\xe8\xd3\x3d\x19\xf9\x4b\x6d\xdf\x1e\xff\ \x2f\xcc\xcd\xc0\x36\x83\x64\xd2\x34\x30\xa6\x7a\xfa\xbe\x74\x6f\ \xbc\x5f\x8d\x3f\xbc\xf3\x94\x36\xa6\x36\x6b\xb5\x78\x8f\x13\x21\ \xde\x1e\x9e\xde\xe7\x4f\x9f\x38\x71\x7a\xee\x2c\xec\x10\x7d\x05\ \xa0\xf4\xd4\xdc\xd5\x6b\xd7\x8e\x7a\x1e\xde\xbf\x02\x5b\x41\x83\ \x7b\xc0\x11\xde\x5f\x5e\xbe\x7e\xff\x0f\xc0\x56\x0f\x81\x15\x3c\ \x8a\x1b\x85\x89\xce\x0f\x1e\x7c\xfd\xfb\xef\x23\xc6\x82\x80\xf5\ \xe3\x2b\xa4\xac\xe7\x70\xe5\xfd\xf9\xd5\x8d\xea\xd5\x63\xf4\xe3\ \x84\x5b\x8b\x89\xe9\x1d\xd5\x83\xf5\x49\x19\xf5\x36\x53\x66\x7a\ \x46\x96\x2d\xdd\xd9\x5c\x57\x0f\xb0\x2a\x3d\x21\x3e\xc3\x94\x99\ \x99\x5d\x9e\x9a\x66\x4a\xee\x74\x9a\xb2\x07\x06\x33\xab\x9a\xe3\ \xab\x06\x5a\x73\xea\xab\xd3\xea\xd2\xd3\x9d\x75\xe9\xd9\xd9\x7d\ \x9d\x55\x1d\xbd\xc5\xe7\x3a\xcf\x9d\xeb\xad\x6a\xcd\xac\x6e\x75\ \xb6\x37\xf7\xd9\xfa\x06\x06\x06\xfa\x0b\x9a\xf2\xf2\x4f\xe5\x0d\ \x9f\x6b\xe8\xef\x05\x36\xac\xa6\xb4\xa5\xa9\x3f\xaf\xa4\xc9\x31\ \xd0\x5b\x59\x35\x50\x52\x5c\x5a\x54\xd1\xdc\x5e\x33\xd0\xd5\xd5\ \xd5\xdb\xee\xac\x1f\x18\x1c\x1c\xc8\x76\x34\x57\x65\x0c\xd6\x38\ \x9a\x8a\x3b\xea\xd3\xbb\xbb\xfb\x72\x0b\x00\x5d\xb5\x34\x0c\x17\ \xb6\xb5\x37\xf7\x16\xd7\xb6\xe4\x9d\xaa\xc9\x2d\x2e\xdc\x6f\x1b\ \x1f\xae\x2d\xae\x58\x1c\xdf\x00\x96\xb1\x68\xba\xa2\xbf\x72\xba\ \x21\x6f\xb1\xa2\xb6\xad\xa1\xad\xc1\xd5\x3f\xeb\x7a\xf9\xe7\xec\ \xf0\xec\xee\xfe\x6c\xdb\xd2\xd2\xee\xca\xe4\xe4\xee\xb3\xd5\x67\ \xeb\xeb\x2b\x4b\xeb\xae\xd5\xd7\x5b\xbb\x93\x4b\xae\x85\xca\x95\ \xd9\x1d\x70\x7f\x75\x61\x63\xf7\xd9\xc1\x6c\xe5\xd2\x70\xc5\xca\ \xf0\xc2\xd6\xb3\xdd\x9d\xd5\xdd\xf5\xdd\xfd\xf7\xaf\x76\xb7\x5e\ \xfc\x79\xf8\xfd\xf0\xe6\x17\xc0\x57\xd6\x19\xa3\x75\xc4\x6c\x54\ \x59\xf9\xc0\x6a\xe0\xdc\x09\x08\x0c\x16\x7c\x36\xb0\x08\x4f\x6f\ \x77\xeb\x8b\xaa\x54\x7f\x98\x6b\x33\x01\x1c\x1f\xac\x14\x73\x57\ \x23\x95\xc3\x22\x32\xca\xa3\x0a\x58\x72\x8d\x92\xc4\x60\x69\xa8\ \xbe\x14\x60\x34\x2e\xf7\x88\x01\x4d\xb1\x19\x3c\x81\x9c\x05\xeb\ \xbf\xb1\x85\xac\x7a\x47\xde\xa9\x32\x4e\x79\x30\x07\x4c\xb1\x02\ \x4d\x44\x47\xfb\xaf\x8a\xd7\x4f\xaf\x1d\x7a\x5e\xbd\xdf\x2d\xa6\ \x06\xb6\x3b\x73\xb9\x24\x0d\xaf\xbc\x2d\x5c\x2f\x10\x44\x9b\x3a\ \x2a\x0f\x65\x48\xfe\x93\x95\x3b\xaa\x6b\x7f\x84\x58\x45\x66\xa0\ \x28\x8a\x91\x7b\x06\xf5\xb6\xd5\xbc\xa6\x95\xcd\x98\xad\xda\x19\ \x03\xc0\x2d\x95\x76\x4c\x76\xd4\x77\x5e\x07\xe4\x4c\xa6\xa0\x89\ \x46\x66\xb4\x6a\x19\xb8\x63\x10\x89\xec\x74\x9a\x42\xab\x18\x01\ \xda\xa6\x30\x8f\x69\x25\x63\x3a\x85\x4a\xa2\x53\xeb\x64\xba\x31\ \x9d\x5a\x06\xa4\x4b\x61\x86\xa1\x64\x46\x2d\x0e\xcb\x04\x5e\x52\ \x27\xd3\xaa\x25\x23\xf7\xe6\xad\x46\x1d\x18\x87\x3a\x9d\x5a\x61\ \x27\x93\x75\xb0\x6a\x15\x80\x4d\xad\x41\x01\x1c\xa3\x84\x4f\x13\ \x89\x80\x0f\xd6\x19\x14\x18\x4f\x1a\x9e\xa6\x80\x2d\xa6\x09\x48\ \xbc\x8c\x8e\x97\x10\xd1\x78\x1a\xc1\xfd\x38\x8a\xe0\x8e\xe4\xcb\ \xc8\x38\x3c\x12\x49\x90\xd1\x99\x68\x3c\x01\xaf\xa2\xbb\x5d\x80\ \x85\x24\xa7\x60\xaf\xaf\x8b\x43\xcb\x57\xae\x9d\x08\xa1\xd9\xef\ \xa9\xf1\x44\x11\x9f\x4e\x03\xce\x9a\x4e\xa3\x8b\xc8\x4c\xd9\x51\ \x33\x44\x1a\x6c\x45\xc1\x94\xe0\x69\x44\x37\x24\x81\x08\x66\x09\ \x02\x12\x07\x17\xde\x3d\xdc\x00\x38\x21\x09\x38\x0c\x12\x8b\x87\ \xeb\x58\x58\x0f\x14\x19\x89\xc4\x84\x78\x62\x31\x08\x0c\x06\x48\ \x19\x06\x05\x73\x77\x01\x78\x01\xee\xc2\xfd\x12\x1e\x16\xe9\x17\ \x9e\x96\x2e\xf4\x65\x53\x28\x9c\xe0\xf8\x20\xd8\xcc\x88\xc2\x02\ \x3c\x25\x64\xb3\x28\x4a\x12\x97\x04\x63\x47\x49\x5c\x96\x98\x2d\ \xa5\x92\xe4\x24\x36\x89\x23\x05\x73\x0a\x97\x25\x60\x73\x85\x54\ \x39\xc3\xcf\xcf\x87\x01\x19\x8b\xe2\xc3\x66\x28\x2d\x52\x7f\x06\ \xa0\x31\x61\x40\x54\xa4\xaf\x52\x2f\x27\x71\xc5\xc0\xe5\xcb\x49\ \x4a\x3d\x0c\xb7\x93\x4f\x68\x7c\x01\x59\x6b\x94\x77\x7b\x6e\x8f\ \xfe\xf7\xbf\xa3\x16\xcd\xed\x51\x88\x5a\x16\x65\x99\x45\x29\xa6\ \x82\x23\x2a\x49\x1c\x86\x40\x20\x87\x2b\x99\x3c\x06\x9b\x2a\x06\ \x37\x29\x02\x3d\x83\x2a\x50\x5a\xe4\x7a\xb1\x5c\xcc\x2a\xd3\x03\ \xe0\x9e\xd0\x28\xf5\x4a\xb9\xd2\x02\x64\x4b\x63\xb9\x3c\x31\xaa\ \x91\x5f\x2e\x03\xc7\x67\xb1\x7c\xe3\xfc\x43\xb9\x30\xc2\xd4\xcf\ \x3f\x30\x28\x2a\x3e\x2e\x3a\x3c\x3c\x22\x3e\x3e\x38\x16\xfc\x36\ \x51\xe1\x91\xb1\x71\xc0\xf6\xc5\x04\xc7\x44\x25\xc4\x07\x47\x25\ \x87\x25\x44\x47\x46\xc6\x24\xa7\xc7\x27\xdb\x80\x3b\xac\x28\x69\ \x2a\xfa\x7e\xe2\x6d\x65\x45\x57\x5f\x4d\xee\xe2\xde\xc1\xce\xfe\ \xad\x97\x25\xeb\x95\x2d\xed\xad\xb6\xf4\xaa\xbe\xce\xee\xbf\xbc\ \x2f\x3d\xfc\xfa\xf0\xfa\x89\xa7\x33\xdb\x2f\x6a\xeb\xba\x99\x0f\ \x97\xbd\x7e\x9b\xdf\xdb\x7d\x82\xe1\xbb\xaf\x6d\x78\x86\x18\xde\ \xea\x44\x33\x2f\x7b\x1b\x6e\x19\x98\x92\xa6\xc0\xf7\xc8\x0f\x4b\ \x5d\x95\x66\xed\xa7\xb6\xd2\xc9\x73\xbf\x1a\xdf\xfc\x3a\xbd\xf7\ \xe4\x93\xee\xcb\xe1\x23\x03\xf6\x24\xda\x3b\xc4\xc3\xfb\xf8\xf1\ \xe3\x1e\x27\x2e\x9d\x3c\x76\xe1\x3c\xa0\xac\xa1\xa1\x0b\x17\xaf\ \x2c\x03\x47\x08\x37\x09\x1f\x5c\xbd\x78\xf1\xda\xf2\x95\x2b\xc0\ \x1c\x5e\xbf\x0f\xbc\xe1\x83\xc7\x57\x61\xf4\xc2\x1f\x40\xb8\x1e\ \xff\x01\x9b\xec\x3c\x78\x7c\x24\x56\xff\xfa\xc1\x1f\xff\x2e\x67\ \x81\xef\x50\xb8\x7e\x18\x33\x6b\xac\x43\xa7\x87\x4e\x45\xd5\xe5\ \xd8\xea\xfb\x4c\xc9\xa6\x7a\x53\xa6\x29\x3d\xcd\x96\x9a\x59\x6e\ \xcb\xae\x4e\x4a\xcd\x88\x8d\x8f\x4d\x4c\x4a\x49\x4f\x4d\xcf\x4c\ \xcd\xa8\x73\x34\x57\xf7\x75\x57\x57\x77\xa4\x0f\x38\xba\x72\x4c\ \x9d\xd9\xf5\x59\x99\xad\x8e\xbe\xe6\x76\xe7\x60\x97\x73\xb0\xa5\ \xa6\xa9\x7b\xb0\xca\x31\x58\x5d\xdd\x3a\xd8\xdd\xe5\xa8\xab\xb6\ \x35\x0f\xf4\x57\x16\xcd\x36\x9c\xa9\xaa\xac\xae\x98\x1c\xac\x18\ \x6e\x38\x55\x75\x6e\xa0\xa9\xb6\xa1\xb3\xba\xbe\xab\xb6\xbe\x78\ \xb6\xa2\xa4\xbf\xd2\xd9\x5b\x5c\x0f\x5e\xd3\x5e\xd5\xda\x5d\x5c\ \xd5\x51\xd7\x51\x5d\xd5\x9b\xd9\xda\xd4\xec\x6c\xee\x70\x74\x57\ \x37\xd7\x14\x16\xf6\xd6\xb4\x14\xe7\x57\x75\x97\x76\x35\xe5\xb7\ \x14\x14\x4d\x17\xe6\x17\xd5\xe4\xce\xee\x2f\x9d\x29\xce\x9f\x9e\ \xae\x5c\xcc\x3d\x95\x5f\xb9\x54\x59\x58\x50\x59\xbb\x7a\xb0\x38\ \x39\xdc\x96\x57\x3b\x39\xbb\xb1\xb2\x7f\xe0\x3a\x18\xdf\xd8\x5f\ \x99\x5e\x98\x5e\x3f\x58\xad\x98\x5c\x1f\x7e\xb6\xbb\xb1\xbe\x07\ \x40\x6b\xe7\xd5\xea\xc6\xe2\xea\xf0\xe2\xfa\x8b\xd5\x95\x95\x85\ \xd5\x95\x85\xd9\xad\x95\xc5\x85\xfd\xb6\xc9\xe9\x8a\xe1\x17\xbb\ \x7b\x2f\xf7\xd6\x57\xf7\xf6\x3e\x6e\x7d\xff\xf5\xfd\xfb\x2f\x87\ \x87\x9f\xde\xcc\xcf\x18\xb6\xed\x06\xfb\xc8\x88\x5a\x86\x50\x7d\ \x6e\xb4\x75\x1e\x7c\xfb\xf6\xf1\xf3\x77\x70\xf9\x66\xff\xdc\x1d\ \xca\x66\x91\xd8\x7e\xfe\xc1\x41\x01\x7e\x42\x21\x83\xc7\x93\x83\ \xe9\x5b\xcc\x02\xf3\xb2\xa5\x87\xc4\x06\x0e\x01\x06\xd2\x50\x78\ \x72\xaa\x0f\x87\x27\xb7\x58\x04\x0c\xb1\x52\x20\x80\xb5\x19\xa8\ \xe0\x63\xc1\x11\x6a\x5a\x7a\xa5\xb9\x94\x68\x07\x87\x0b\x4c\x87\ \x30\xc1\xd1\xb5\xfa\x59\xd7\xf6\xf1\x22\xf6\xec\xf3\x8b\xa9\x62\ \x81\xb0\xb5\x6d\x1c\xcc\xaf\xac\x6a\x7b\x29\x43\xce\x8b\x0b\x6a\ \x3d\x98\x39\x76\x1a\x71\xe7\x00\x39\x74\xed\x8a\x76\x1b\xc8\x90\ \x4e\x6b\x37\xbf\x31\x8b\xe6\xbf\xd9\xe7\x47\xcc\x63\xe6\x19\x33\ \xa0\x9b\x91\x11\xab\xd9\x40\xa7\xab\x65\x56\xb5\x4a\x01\x13\x6a\ \x54\x12\x91\x56\xad\x55\xa8\xc7\xb4\x22\xe0\xe6\xb4\xda\x31\xad\ \xcc\xa8\x33\xc2\x2e\xaf\x40\xda\x8c\x3a\xb8\x44\x25\x32\x9a\x0d\ \x40\x8f\x15\x6a\x3b\xb0\x91\x32\x89\xd5\xb8\x46\x43\x4b\x8e\x3a\ \x49\x03\x5a\x83\xd5\xb6\x8c\x5a\xb3\x55\x01\x54\xce\x3c\x26\x92\ \x18\x00\x8f\x59\x8d\x46\xeb\xbc\x51\x4b\x17\xa9\xc9\x28\xa6\x4e\ \x62\xe0\xe3\x55\x63\x32\x4f\x2f\x32\x6c\xc9\x41\xa7\x69\x89\x58\ \x1c\xc0\x22\x1a\x13\x81\x67\x22\xe6\x96\x71\x4c\x0f\xa0\x3e\x48\ \x2c\x12\x87\x40\x89\xc0\x0d\x02\xdc\xaf\xf0\x98\x3a\x3f\x75\xf6\ \xc2\xa5\xa1\x0b\x17\xc0\xd5\xf2\xd5\xa9\x90\xe3\x32\xeb\x8c\x5d\ \xa5\xa6\xd3\x10\x12\x3e\x4e\x21\x22\x03\xf5\xd4\x49\x98\x4c\xa0\ \x73\x44\x20\xb2\x48\x1c\x2c\x5c\x8a\xc4\x13\x91\x18\x04\x0e\x87\ \xc7\xd1\xf0\x78\x1c\x06\xae\x62\x21\xdd\x60\x2e\x34\x06\x8d\x40\ \x90\x31\xc7\xd0\x78\x22\x78\x0f\x80\x61\x78\x08\x5e\x04\x24\x16\ \xe5\x19\xe2\x05\x6e\xb9\xbb\xa3\x31\xbf\xf8\x84\x06\xf8\x87\xa7\ \xa4\x05\x4a\xfd\x84\x54\x86\x5f\x44\x28\xec\xe5\xcc\x90\x83\x33\ \x25\x94\x92\x28\x2c\x70\x06\xc0\xf9\x03\xfc\x04\xab\xc3\xc2\x38\ \x52\x1e\x10\x24\xc0\x52\x0c\x2e\x83\x47\xe2\x50\x35\x6c\xa1\x1f\ \x97\xcb\x66\x51\xb9\xc0\x3e\xea\x27\x94\x7e\x14\x12\x85\x01\x66\ \x1f\x21\x5b\xca\x80\x0d\xa4\xe5\x4a\xaa\x80\xc2\xa1\x96\xf1\x78\ \x00\xb0\x46\x49\x14\x01\x00\xa8\xb2\xbb\x77\x6f\x4f\xdc\x2d\x03\ \x78\x05\x04\xeb\xff\xdc\x2e\x53\x52\x38\x10\xd5\x00\x54\x51\x60\ \x35\x65\x2a\x24\x6f\x92\x18\x48\x97\x46\xc9\x63\xf9\x52\x00\x89\ \x0b\x80\x47\x2c\x53\xca\x81\x20\x6a\x60\x0d\x5a\x9e\x9e\x57\xa6\ \x11\x2b\x81\x53\xb4\x28\x2f\x5f\x2e\xb3\xc0\x1e\x19\x96\x32\x0d\ \xd7\x8f\x03\x7e\x57\x5f\x3f\xae\xaf\x7f\x58\x40\x54\x54\x5c\x64\ \x4c\x52\x42\x52\x62\x4c\x5c\x5a\x72\x4c\x42\x62\x44\x54\x7c\x54\ \x4c\x5c\x78\x54\x44\x4c\x5a\x6c\x4c\x4c\x74\x74\x42\x74\x42\x78\ \x6c\x56\x56\x6a\x72\xa2\xad\xb7\x24\x7f\xa3\xa3\xbc\x34\xb7\xb0\ \x77\x30\x27\x20\x3c\x31\x2d\xa7\xab\x64\xb8\xa0\xb1\xa9\xe6\xa3\ \xe2\xcf\xb8\xa8\xde\xf7\xeb\x7d\x75\x36\x93\x6d\x60\x7c\x71\x7c\ \xef\xce\xaf\xfb\x93\x8d\x5d\x7d\x83\x1d\xfb\x2f\x57\x6e\x84\x9c\ \x47\xfe\xb9\x70\x53\x25\xc2\x9f\xd6\x7e\xb9\x67\x78\xf2\x73\x77\ \xa9\xf4\xd0\x8c\x9a\x4c\x6e\x68\xa3\x63\x1f\x75\xee\x1b\x6f\xdd\ \x98\x76\xd6\xf4\x7e\xfb\xad\xf4\xb0\xa8\xf6\xd7\x3b\xb7\x5e\x6d\ \x7c\x3f\x64\x7a\x61\xdd\xdc\x71\x08\xb7\xe3\x9e\x5e\x1e\x21\x5e\ \xc7\x60\x99\x46\x58\xa9\x71\xea\x1a\xb8\x5c\xb9\xba\x3c\x35\x77\ \xfa\xe2\xf2\xf5\xc7\xd7\x80\x5c\x3d\xb8\x7a\xfd\x01\x80\xae\x87\ \xc0\x07\x3e\x86\x78\x05\x17\xb4\x1e\x5c\xbf\xff\xf8\xf1\x8f\xe7\ \x50\xaf\x9e\x1f\x6d\x10\x42\x63\xf8\x37\xfc\xc1\xbf\x71\xa4\xff\ \x41\xda\x72\xef\x80\xcf\x41\x6f\x56\x4e\x7a\x79\x77\x4e\x56\x7a\ \x5f\xb5\xad\xbb\xbe\x7e\x10\xf6\x54\xad\xaf\xcf\x4c\x4e\x2d\x4f\ \xc8\x4c\x2f\xcf\xc9\xcc\xc9\xce\x4c\x4b\x49\x6f\xee\x1e\x68\xed\ \xe8\xe8\xeb\xce\x1e\x18\xe8\x2a\xcf\x6e\xaa\xce\x49\x4a\xae\xcf\ \xb4\xb5\x76\x9a\x4c\x83\x4e\x5b\xeb\xa9\x41\x67\x6b\x55\xb3\xc3\ \x51\x5f\xd5\x5b\xd7\x5c\x97\xd3\x34\x38\x30\x90\x9b\x9b\x57\x5b\ \x51\x7c\xa6\xb2\x7b\xb8\xb2\xbe\xa0\xbf\x21\xef\x4c\x57\x55\x6e\ \x7f\x71\x5f\xaa\xa3\x2a\xb7\xb7\xb1\x36\x2f\xbf\x36\xaf\xb7\xbd\ \x37\xbb\x6e\xa0\xbc\xbb\xb5\xcb\x54\xd5\x9e\x5e\xdf\xe1\xec\xed\ \x48\xeb\xec\xb6\x55\x77\x3b\xc0\xfb\xb7\x0f\x9c\xaa\x6c\x2a\xa9\ \xc8\x2f\xee\x6c\x39\xd3\xd5\x52\x5b\x5b\x5a\x50\x54\x58\x5a\x50\ \x58\x39\x3d\x3b\x5d\x3a\xde\x50\x59\x5a\xba\xd8\x5f\x9c\xdf\x5f\ \x31\x5b\x5b\x50\xb8\x54\x51\xbb\xb8\xb0\x3e\x3c\x3e\x3c\xb9\xbb\ \xbe\xb9\xb2\xf2\x7a\x7f\x69\x69\x6b\x7f\xcb\x35\xbb\xb5\xe8\xca\ \x9f\xdc\x99\x7e\xf5\x7e\x71\x72\x77\xd5\xf5\x72\x7f\x73\x65\xf3\ \xd5\xfa\xe4\xf8\xe2\xab\x55\xe0\x17\x9f\x2d\x4d\xba\x76\xc6\x17\ \x17\x16\xa7\x27\x17\x56\x1a\x9e\xbd\xdb\x79\xf7\x79\xff\xe0\xf3\ \xcb\x97\xaf\xbe\x7f\xff\x79\x78\xe7\xcb\xdb\x6f\x6f\xad\xe0\xb3\ \x69\x55\x99\x75\x34\x9a\xbd\xd8\x6f\xf4\xee\xe5\xdb\xfa\x88\xf4\ \xba\xce\xc1\x4e\x9b\xa9\xaf\xda\x79\x6a\x75\xa5\x72\x7c\x75\x65\ \xef\xe3\xe7\x5d\xe0\x3c\xfb\xb3\x23\x43\xc5\x72\x12\x4b\x69\x11\ \x53\x7b\x2c\x3c\xb8\x7d\xcd\x13\x53\xc5\x3c\x92\x80\xe1\x13\xa1\ \xd4\xf7\x28\xe5\xb0\x75\x8e\x98\x0a\xdb\x3f\x73\x7c\x39\x5c\x12\ \xcf\xb4\xe2\x78\x79\x2e\x3b\x96\xcb\x91\xb2\x39\x3e\xc9\x7d\xe3\ \x1f\x3f\x7f\xf9\x6c\x3e\xe6\x8e\x3d\xfb\x70\xb0\x87\xc7\x6d\x6e\ \x5a\xe4\x95\xdd\x15\x3b\xad\xb5\x5c\x01\xcf\x2f\xbc\x6f\xcf\x78\ \xec\xca\xb1\x31\xe4\xfd\xa9\xb3\x21\xb2\x91\xed\xf9\xb1\x35\xab\ \xca\x3a\xb2\x36\xb2\x36\x63\x9e\x99\xd9\x1e\x03\x86\xcd\x6c\x50\ \xc1\xb2\x2f\x12\xa3\x84\x26\x51\x80\x6f\x3a\x09\x5f\x02\x20\x4a\ \x27\xd2\x19\xe8\x7c\xad\x96\x26\xd1\x1a\x60\xdd\x3d\xa3\x1d\x68\ \x16\x5f\x62\x18\xd3\x49\xe8\x76\x11\xd4\x2d\x99\x41\xa2\xb0\xab\ \x75\x70\x1f\x50\xc4\x37\x1a\xed\x5a\x9c\x68\xc6\x0e\xec\xa1\x0e\ \x28\x9e\x11\x36\x86\x00\x86\x13\x3c\xcd\xa0\x96\xd0\xe9\x4c\xc5\ \x1a\xd0\x2b\xb5\x42\x76\x54\xf7\x18\x0b\x1b\xdd\x30\xf9\x74\x35\ \x3f\x24\x04\xd0\x95\x82\x48\xd7\x1a\x44\x58\xa2\x02\x8b\xe4\x33\ \x69\x44\x05\xf3\xc1\x55\x04\x11\xc5\x94\xc0\x6c\x1a\x1a\x4c\xb0\ \x21\x22\x89\x7c\x3a\x9f\xec\x7e\x69\xea\xfc\x59\x58\x0e\xeb\xd2\ \xd0\xd0\xe9\xe5\x6b\xcb\x27\xbd\xd4\xbf\x3d\x05\x1e\x56\x86\x44\ \xd3\x99\x34\xba\x02\xa0\x9d\xd1\x4c\x23\xd3\xc9\x04\x24\x64\x2d\ \x0c\x5e\xcd\x64\xd2\xe9\xc0\x5c\x92\x71\x44\x18\xe7\x06\xb4\x8a\ \x00\x3b\x42\x23\x30\x28\x2c\x1a\x03\x64\xca\x0d\xe8\x14\x02\x87\ \xc0\x20\xf1\x38\x14\x16\x87\x43\xa3\xd0\x18\xc8\x5c\x28\x6f\x6f\ \x0f\x77\x6f\x14\xce\xed\x97\x50\x3f\x29\x27\x2e\x23\x3c\xd0\x4f\ \xc8\xe1\x50\x39\xe1\xe1\x0c\x1e\x98\x3c\xc4\x2c\x06\x83\x25\xa7\ \x52\x61\xb9\x63\x0e\x87\xc2\xe2\xf1\x80\x96\xc0\x0e\x83\x6c\x86\ \x2f\x95\x0a\xce\x0a\x85\x47\x55\x52\xa5\x54\x01\x0f\xf8\x41\x29\ \x78\x1d\x89\x45\x2a\x9b\xb8\x2d\xf7\x01\xc6\x90\x01\xcb\xcc\xb0\ \x80\x7c\x70\xa4\x3c\x40\x4b\x02\x7f\x29\x47\x30\x2a\xa7\xe8\x35\ \x65\x0c\x8a\x52\x23\xd0\x8c\xf6\x00\xa8\x62\x59\x6e\x03\xc8\x52\ \x8e\xde\xbe\x0c\x38\x8c\xeb\x4b\xa1\x28\x05\x24\x12\xe9\xa8\x24\ \xbc\x5c\x4e\x12\x32\xf4\x1a\x16\x83\x43\xe1\xf1\xd8\xb0\x8d\x98\ \x45\x49\xe5\xb1\x34\x1a\x18\xca\x2a\x80\x75\x4e\xe5\x4a\x58\x2e\ \xcd\x32\x61\xb1\x5c\x1e\x2d\xe3\xf5\x28\x35\x3d\x96\x09\x86\x0f\ \xa5\x67\x42\xc9\x03\xef\x26\xf4\x0d\x0d\xe0\xf8\xf9\x06\x44\xc3\ \xa4\xc2\xe4\xf8\xa4\xd4\x84\xa8\xd8\xd8\xf0\xe8\xa8\xf0\xe8\x00\ \x9f\xa0\x98\x88\xc4\xd8\x88\xd8\xe4\xd4\x98\xc8\xc4\xe0\x94\x4c\ \x1b\x50\x33\x5b\x73\x46\xbd\xa3\x7d\xb0\xb3\xa5\x2f\x26\x2a\x38\ \xb1\xb7\xa6\xcd\x55\xe3\x30\xa5\xe5\x94\xaf\xc8\x66\xd3\x22\xaa\ \x56\x27\xfb\x3a\xaa\x4e\xe5\x36\x96\x9e\xca\x6f\x6b\x3b\x58\xaf\ \x2c\xcf\xd8\x7f\x72\xb8\xd3\xff\xae\x28\x3d\xb5\xc8\xec\xe5\xb6\ \xb6\x5f\xf1\xf9\x11\x52\xa4\x9a\xff\xf8\x6c\x31\x65\x61\x8c\xf9\ \xdd\xb9\xfe\xfa\xb3\x0c\x19\x9d\xf2\x51\x6d\x9c\x59\x6a\x77\x4c\ \xdf\xfa\xb5\xf1\xcf\xc3\xf9\xc3\x8f\xb7\x5e\xb8\x3e\x7f\x9e\x41\ \x61\xc9\x74\x24\x99\xe8\x85\x44\x22\x60\xae\xd4\x49\x58\xf5\xfd\ \xd2\x14\x80\xea\xe5\xe5\x29\xaf\xd3\x9e\x76\xd4\xc5\x07\x0f\x1f\ \x02\xc0\xba\x7f\x7d\x19\x0a\xd6\xc5\x6b\x8f\x1f\xc3\x66\x60\x5f\ \xbf\x1e\x25\xe6\x80\xc7\x8e\x92\x08\x21\x5c\x3d\x3f\x92\xab\x7f\ \x2f\x47\x82\x05\x5c\xe1\xff\x9c\xbe\xd1\x3c\x33\x87\xc1\x96\xa4\ \x66\xa4\x38\x3b\x32\x07\xcb\xd3\x3b\x3a\x73\x32\xea\x33\x3a\xba\ \x9a\x33\x73\x32\xd2\xea\x1d\xe9\xa9\x59\xb6\xea\x44\x5b\x46\x5a\ \x46\x52\x9a\xb3\xdb\xd9\x5e\xef\x6c\xed\xec\xee\xea\xeb\xcc\xee\ \x02\x04\xe4\x48\x4c\xaf\x36\x65\x3b\xea\x3a\x9a\x5b\x3b\xba\x06\ \x5b\xbb\x06\xc0\x95\xad\x63\xa0\x2a\x33\xa3\xb9\xbb\xbd\x2a\xbb\ \x7a\x7a\x25\xbf\x20\xaf\xb7\x38\x6f\x20\x3f\x37\xb3\xa1\x3f\xb7\ \xbb\xa5\xb7\xbb\x3f\x37\xf7\xdc\xa0\xe3\x5c\x7e\x55\x6b\x5e\x6d\ \x51\x5e\x6d\x77\x57\x5d\x66\x5f\x57\xf9\x80\x29\xb3\xb9\xbb\x37\ \xab\xc3\x36\xd8\x99\x95\x39\x30\xe0\xac\x1e\xe8\x04\xef\xd5\x5b\ \x5e\xdd\x52\x94\xdf\x92\xdb\x5f\x5a\x92\x57\x55\xd5\x99\x57\x39\ \x59\x54\x9a\x37\x5c\x9c\xbf\xb0\xb4\xba\x38\xdd\x50\x54\xd0\xbf\ \x3a\x39\x3c\xbc\x38\xbb\x34\x59\x3a\xd9\xd6\xb6\x30\xbc\xe0\x5a\ \x5f\x69\x98\xdc\xdd\x7d\xb6\xbe\xf9\x0c\x80\xd4\xc6\xc1\xfe\x7a\ \x7f\xdb\xe2\xc2\xea\xea\xde\xc1\xfe\xab\xc5\x8d\xa5\x8d\xe9\xcd\ \xf5\xdd\xc9\x75\xc0\x54\x3b\xeb\x9b\xae\xd5\x2d\xd7\xee\xb3\x0d\ \xd7\xd6\x30\x8c\xc6\x6a\xe8\xdf\xd8\x7b\xb6\xef\x7a\xf5\x62\x6f\ \xf7\x60\x7f\xef\xe3\x8d\x9f\x77\x9e\xde\xfa\xf6\x74\xfe\xed\xd8\ \x88\xdd\xa0\x9b\xe1\x23\xed\xa5\x52\x3d\x44\x74\xd8\x7b\x33\x34\ \x26\xbb\x70\xbc\x7f\x65\xb7\x74\xb0\xaa\x72\x7c\xf7\xc6\xc7\x37\ \x1f\xee\xdd\x79\x72\xf8\xfe\xe3\xe1\xfb\xcf\x15\x5d\x59\xe5\xa6\ \x30\x30\xec\x80\x55\x60\x89\x81\xc9\x60\xf5\x68\xe0\x56\x90\x2f\ \x47\xae\xd4\xf0\x80\x27\xd0\x50\x48\x82\xa3\x8a\xc9\x0c\x12\x85\ \x14\xf4\xf1\xcd\xfb\xbc\x20\x2e\x8c\x70\xf0\x89\xea\x38\xf5\xd7\ \xa1\x7a\x66\xc1\x18\xa2\x75\x5b\x1e\x72\x82\x09\xb9\xa3\xa5\x3a\ \x38\x22\x87\x93\x7d\x23\xc7\x07\x4c\xf0\xfe\x39\x2d\x9f\x98\x53\ \x53\x6e\x57\x1e\x9c\xb8\x7f\x7d\x6c\xc4\x3a\x3f\xa3\x35\x6b\xed\ \xd0\xab\x9a\xad\xf6\x7b\xc0\x1e\x1a\xac\x06\x18\xc3\xa0\x1b\xb1\ \xaa\x54\x32\x26\x40\x14\x83\x51\xa5\x82\x42\xa3\x52\x03\xa5\xe1\ \x9b\x67\xac\x06\x85\x5a\x67\x16\x49\xb4\x66\x95\xd5\x0a\xc5\xc8\ \x28\x93\x19\x99\x2a\x03\x0d\xa6\x3e\xd3\x81\x07\x34\xce\x1b\xac\ \x32\xd9\x98\xd9\xac\x10\x29\xc0\xd1\xc1\x3f\x7c\x6d\xcc\x60\x80\ \x2d\x0a\x65\x2a\xbb\x41\x6d\xd5\xd2\x68\x74\x1c\x90\x28\x85\x71\ \x5e\xad\xd5\xaa\x61\x33\x56\x9c\x91\x46\x96\xd1\xf8\x48\xba\xea\ \xd8\x71\x02\x80\x21\x3a\x6c\x7e\x4d\x64\x8a\x54\x04\x3e\x9f\x4f\ \x90\x49\x2e\x0c\xe1\xc8\x47\xbd\x08\x51\x58\x89\x08\x89\x67\x12\ \x60\x1b\x30\x26\x0e\x79\xfa\xc2\xe9\xa1\x8b\x17\x4e\x02\xdd\x3a\ \x71\xfc\xe2\xd5\xab\x67\x8f\xd1\xc6\xac\x76\xbb\x4a\x47\x40\xc1\ \xea\x17\x2a\x9d\x44\xa1\x52\xa8\xd4\x64\x32\x81\x4c\x26\x33\xf1\ \x40\xe5\x64\x44\x1c\x6c\x01\x8d\x44\xa1\x99\x34\x24\x02\x49\x46\ \x60\xe0\x5a\x16\x8e\x89\xc1\x20\x91\x58\x9c\x3b\x06\x85\x43\x02\ \x17\x08\x1e\x41\x79\x78\x60\xb1\x48\x8c\xbb\x87\x07\x1a\x8b\x76\ \x73\xf3\xf0\x46\x7b\xa1\x91\x98\x5f\x02\x7d\x18\xc2\xa8\xf8\xc4\ \xe8\x40\x1f\x36\x95\x44\x95\x4a\x8f\xe2\x09\xa8\x54\x21\xac\x2a\ \x4a\x81\xbb\x7c\x3c\x8a\x80\x45\x85\xa9\x33\x42\xa1\x0f\xb8\x03\ \x9c\xa3\x9f\x2f\x85\xc1\x63\x88\x79\x42\x92\x58\x20\x20\xf9\x31\ \x8e\x62\xb0\xa8\xfa\x9e\xcb\x02\x9e\x54\x28\x64\xf1\x80\xb0\xf8\ \x01\xd2\xa1\xfa\xfa\x08\x26\x34\x02\x20\x26\xf2\x51\x3d\x47\x70\ \xbb\x87\x2a\x1f\xbd\xab\x04\x50\xa4\x51\x92\xc4\x3d\x97\xcb\x2e\ \x8f\x8a\x2d\x7a\x25\x89\x22\xe5\x31\x8e\xe2\x54\x19\x54\x38\x2c\ \x94\x72\x01\x1b\x96\xbf\xa6\xf8\x30\xd8\x3c\x20\x95\x40\x33\xa9\ \x60\xa6\x63\x69\xca\x34\x7a\x8b\x80\xab\x57\x8a\x05\xbc\x32\xa5\ \xd2\x72\x34\xe8\x2e\x5f\xee\xb1\xf4\xc8\xcb\x6e\xeb\xc5\xa1\xc1\ \x0c\x80\x6e\x13\x65\xe0\x77\x17\xfa\x0b\x61\xd9\xf7\xf0\x88\xd0\ \xa8\xf0\xf8\xe4\xd4\xf8\x98\xc8\x88\x00\x61\x64\x6a\x70\x5c\x6c\ \x5c\x62\x60\x50\x68\x44\x62\x54\x5c\x42\x56\x74\x4c\x50\x7c\x7c\ \x62\x44\x62\xf5\x40\x4e\xf3\xa0\x29\x3e\x2d\x2e\x3d\x2d\x3e\x3e\ \x25\xdd\x91\x92\x61\x4b\x8b\x4a\x4d\x9f\x9e\xff\x3e\x90\xd4\x3e\ \x3b\x59\x95\x5e\xb0\xd7\xdf\x62\xab\x19\xfe\xf3\x30\xdf\x61\xca\ \x2c\x1f\x3f\xb8\xf9\x79\xb0\x7d\x61\x6b\xb5\x21\xaf\x3b\xbb\xf1\ \x4c\x71\xd3\xfb\xb7\x3f\x57\x1f\x21\x4f\x3c\xad\x8d\x77\xbc\x78\ \xfb\x69\x71\xf7\x65\xf1\xd8\xb7\x9b\xd3\xaf\x6f\x8c\xf0\x15\x87\ \x86\x2f\xbf\xaf\x9a\x12\xce\x99\x4a\xef\x8c\x3d\xda\xfe\xf5\xe9\ \xad\x57\x74\x9a\x0a\x0c\x01\x85\x88\x48\x60\xe2\xd1\x1e\x21\xde\ \x27\x4f\x0c\x9d\x0c\x39\x7e\xc2\x1b\xd0\xd6\xf9\x10\x0c\xca\x1d\ \x19\x72\x62\xf9\xc1\x35\x58\x4c\x79\x6a\xee\xca\xdc\xb5\xf3\x43\ \x0f\x20\x6e\x7d\xfd\x0a\x00\xeb\xa8\xee\xe8\xe3\xa3\x45\x2b\xe8\ \xff\x7e\xfc\xab\x55\x7f\xff\xfd\x0f\xd4\xad\xbf\x9f\x43\x7b\xf8\ \xf8\xfa\xcf\xdd\x0e\x97\xf7\xa5\xc2\x8c\x8c\xac\xec\xc4\x2c\x53\ \x46\x66\x57\x6b\x8e\x69\xd0\x64\x72\x64\xc5\x25\x25\x67\x95\xd7\ \x25\x26\xa5\x66\x25\x66\xd4\xd7\xa5\x64\xa5\xa5\x3b\xb2\x6d\xf5\ \x83\xdd\x4d\x5d\xdd\xad\xed\xf5\xe5\xf5\x03\x19\x69\x99\x39\xce\ \xcc\xe6\x6c\x53\x79\x47\x67\x67\x67\x55\xf5\x40\x47\x73\x57\x73\ \x6f\x73\x26\x40\xae\xf4\x9c\xf2\x8e\xc1\x6c\xdb\xe4\x70\x65\x71\ \x49\xe7\x99\x82\xbe\xfc\x8a\xc1\xdc\x85\x9a\x81\xda\xde\xdc\xda\ \xe9\xa2\xf6\xd6\xc1\xce\xa2\x81\xa6\xa2\xa2\x82\xc2\x53\x5d\xbd\ \xa7\xea\x5a\x9b\x3a\x3a\x6c\xad\xcd\x55\x7d\xd5\x5d\x9d\x5d\xdd\ \x5d\x99\xb6\xc1\xba\xa6\xc1\xd6\xfa\xfa\xee\xc1\xec\xfa\xee\xb6\ \xc9\xd6\x9a\xca\xc2\x73\x8d\x9d\xbd\xe7\x4a\x8a\x67\x1b\x6a\x6b\ \x1b\x6b\xfa\x57\x0b\x27\x57\x57\xda\x86\x2b\x1b\x56\x5c\x2b\xb3\ \xeb\x6d\xd3\x1b\xc5\x95\x85\x0b\xbb\xeb\xd3\x0b\x4b\x2b\xb3\xab\ \xae\x85\xad\xf5\x9d\x9d\xd5\xc9\xc5\x85\x57\xd3\x6d\xd3\xb5\xab\ \x2b\xab\x1b\xeb\x2f\x77\x5e\xbc\xdc\x5a\x5d\xdc\x72\x0d\x6f\xad\ \xd7\x0e\xaf\x4f\x2f\xbd\x9a\xde\xdc\xdf\x7c\x31\x0c\x5e\xb3\xb3\ \xff\x6a\x69\xa3\xa1\x6d\x7a\x72\xe9\xcf\x77\xab\x7f\xee\x1d\xbc\ \xff\xfc\xf1\xd7\xef\x87\x37\x6e\x7d\xf9\xf4\xc6\x3a\xf3\x46\xa7\ \xd2\x59\x15\xf8\xed\x2a\xe1\x5d\xb9\x45\xae\x91\x6b\x7a\xe4\xc0\ \xe2\xb1\xa4\xcd\xf9\x2b\xab\xbf\xdf\x5a\x69\x1d\x58\x9c\xfd\x7c\ \xe3\xc9\xb7\xed\x35\xfb\x6f\x1f\xbe\xff\xfa\xf1\xcf\x97\xb7\xde\ \x7e\x79\xff\xbe\xd8\x8f\xa7\xec\x91\x0b\x39\x3c\x2a\x4f\x50\x36\ \x01\xf7\x85\xd8\x81\x2c\x30\x2f\x5a\x60\xe7\x60\xd8\x92\x93\x2a\ \x87\x41\x39\xf2\xb0\x9d\x37\xdd\x24\xb9\x8f\x90\xca\xf1\x93\x86\ \xd5\x4f\xde\x32\x63\x64\x35\x77\xde\x22\xb1\x27\xde\x06\xb3\x7c\ \xb8\x71\x93\x41\xdc\xa4\x27\xdf\xfa\x4b\x22\xb9\x3e\x81\x5c\xbf\ \xd8\xf2\x8f\xc6\x90\xb9\xd3\x8f\xef\x5f\x7f\xfe\xb7\x6e\xcc\xa8\ \x32\x68\xef\xdd\xd3\xa9\x8d\x76\x83\x76\x64\x64\xcd\x6e\x55\x48\ \x14\x5a\x95\xd5\x0c\x30\xc9\x0e\x80\x47\x6d\x90\xc8\x0c\x5a\x83\ \xce\x3a\x6f\x30\x8e\xcc\xcc\xab\x24\x56\xfb\x88\x81\x0e\x33\x0d\ \x15\x22\x99\x55\xab\x53\x5b\xed\x06\x05\xb4\x76\x32\xa6\x4a\x0d\ \xeb\x4f\x18\x25\xd6\x11\x95\xd6\x3e\x06\x7c\x9f\xd5\xae\xe5\x1b\ \x0c\x92\x6d\xbb\x51\xa4\xd3\x01\x28\xb3\x8e\x99\x45\x2a\xf3\x98\ \x04\x88\x1d\x9f\x86\xc0\xe3\xe9\xda\xf9\xb5\x11\xc9\x8c\x9a\x8c\ \x15\x21\xdd\x64\x0a\x91\x4e\x45\x40\x8b\x64\x27\xce\x32\xc9\x4c\ \xbe\x44\x0d\x9c\x1c\x86\x09\x97\xcc\x69\x04\x3c\x53\x84\xf1\x24\ \x8a\x70\x18\x32\xa0\x21\x1c\x1d\x46\xac\x23\xf1\x74\x1c\x91\x80\ \x23\x1c\x3b\x3f\x05\x1b\x17\x0c\x4d\x9d\x3e\x71\xfa\xe2\x83\x6b\ \xa7\x4f\x93\x55\x23\xe0\xbd\xed\x98\x10\x1c\x5f\xa2\xe2\x8b\x0c\ \x40\x7a\xd5\x66\x3a\x19\x4f\x46\x32\xe1\x0b\x00\x5d\x91\xf1\x58\ \x04\x9d\x88\x44\x88\x90\x48\x1c\x92\x8f\x43\x23\xf1\x28\x24\xb0\ \x90\x18\x4f\x37\x14\x96\x86\x45\xb8\x13\x88\x70\x25\x0b\x87\x41\ \xa3\x81\x07\x84\x6b\xf2\x48\x84\xfb\x31\x37\x34\x1a\x03\x1e\x47\ \xfe\x12\xe6\xc3\x95\x26\xc5\xc5\x47\x47\xf9\xb2\x58\x62\x56\x70\ \x14\x47\xce\x00\xe7\x02\x88\x0e\x87\x42\xa5\x52\xd9\xb0\xe4\x3e\ \x8b\xc4\x05\x92\x42\x11\xb0\x39\x3c\x01\x9b\x01\x88\x48\xca\x05\ \x06\x91\x41\x21\x09\xa9\x02\xc0\x32\x1c\x8a\x40\xcf\x0a\x94\xeb\ \xf5\x16\x3d\x8f\xc1\xf6\xe1\x52\x29\x6c\x69\xa0\x1f\xc3\x97\xcb\ \xe1\x59\x26\x78\x02\x6a\x99\x5c\x39\xda\xc3\xe0\x5d\x06\x63\x04\ \x86\x31\x94\xc9\xd9\xf2\x89\xd1\x09\x0b\x95\xc4\x63\x68\x60\xf7\ \x24\x12\x95\x4a\x61\x40\xa4\xe3\x0a\x29\x52\x12\x47\x4c\x01\x6f\ \x0c\xac\xa6\x1f\xc9\x47\x18\xc8\x91\xc2\x82\x35\x62\x80\x73\x14\ \x01\x49\xc9\xe3\x02\xed\x92\x6b\x34\x65\x4a\xcd\x65\x7d\x0f\x98\ \xe9\x2c\x3d\x9a\xb2\x32\xfd\xdd\xbb\xfa\xd0\x24\x4e\xcf\xe5\x89\ \x89\x09\x4d\x8f\x5e\x29\xa0\x72\xb8\x5c\x2e\x87\xe4\x1b\x18\x97\ \x92\x14\x9b\x10\x15\x11\x9e\x10\x17\x1e\x1b\x1b\x93\x14\x15\x14\ \x19\x1c\x15\x1c\x93\x14\x1b\x14\x17\x1f\x11\x9d\x1c\x95\x5a\x97\ \x61\xab\x4f\x8b\x8f\x0e\x8f\x8c\x48\x49\xcd\x89\x09\x0f\x08\x8f\ \x4b\x33\xf5\x9d\xcb\xef\xb2\x39\x96\x36\x0b\x67\xa7\x8b\x06\xea\ \xdb\x2b\xda\xfb\xba\x8b\x5d\x3f\x6f\xbc\xbd\x79\xb0\xb9\x58\x53\ \xf5\xfe\xd3\xdb\xf5\xfa\x73\xab\xb5\xf9\x7b\xa7\xf2\xa6\xbb\xe2\ \x03\x02\x03\xe3\x0a\x67\xf3\x4b\xce\x3c\x7b\xd7\xdf\x72\xa6\xf0\ \xd5\xec\x8d\xda\xea\xa2\x4f\x37\x3e\xfc\xfe\xe9\xd3\xb7\x11\x0c\ \xea\x18\xcd\x4d\xf1\xc4\xb8\xf6\xc2\xb9\xf4\xe9\xe3\x5f\x6a\xeb\ \x6f\xb7\xee\x8c\xc9\x14\x76\xc5\xfc\xb6\x56\x36\x82\xc7\x7a\x84\ \x9c\x3e\x8e\x23\xd3\x25\x74\xef\x0b\xd7\xa6\x4e\x7b\x1e\x9b\xbb\ \xe8\xe6\x01\xab\x30\x5f\x3c\xbb\x7c\x7f\x79\xee\xca\xf5\xab\xe7\ \xa7\xae\x2e\xdf\x7f\x70\x24\x56\x8f\x1f\xc0\x0c\xc3\xaf\x8f\xa1\ \x54\x1d\x6d\x13\xfe\x73\x64\x07\x9f\x1f\xa1\x16\x54\x2e\x78\x7b\ \x6e\xf3\xd9\xe7\xd2\xbf\xbc\xcf\x7f\xbb\x95\x36\x60\xaa\x77\x56\ \xd7\xd5\x0f\xd4\x65\x76\x64\xa7\x3b\xe2\x92\x72\x6c\x99\x99\xa9\ \x51\x09\x09\xe5\x29\x29\x19\xd9\xa6\xf4\xb8\x6c\x53\xe6\x60\x6f\ \x77\xb5\x33\x7b\xb0\xb5\xd9\x66\x4b\x6f\xcd\xc9\xcc\x4e\x81\x9d\ \xeb\x1d\xbd\x7d\x35\x8d\x75\xdd\xd5\x75\x8d\x0e\xc7\xb9\x81\xf2\ \xec\xc1\xe6\xf2\x2c\x47\x77\x73\x63\x5d\x6f\x65\x45\x5e\xde\x74\ \x49\x61\x63\x53\xee\x7a\x7b\xc3\x64\xfe\x60\x65\x55\x63\x69\x43\ \x43\x6e\x77\x5d\xf7\x78\x53\xe7\x70\x5b\x65\x5b\x6e\x7b\xcd\x99\ \x9c\xae\xee\xf2\xf2\xee\xce\xd6\x9a\x6e\x67\xb6\xa3\xa9\xb3\x39\ \xc7\xd4\x51\xe7\x1c\xe8\xea\xac\xee\x70\x3a\xda\x8b\x1b\x96\x2a\ \x8a\x6b\xaa\x72\xab\xce\x34\x36\x9d\x3a\xb5\xd0\x56\x70\xa6\xb5\ \xaa\x68\xbc\x28\x7f\x76\x65\x61\x71\xbc\x7f\x76\x7c\x7c\x7a\x78\ \xba\x6d\xa9\xa0\x61\x76\x72\x73\xb1\x7f\x7c\xbd\x76\x7a\x77\xc7\ \xb5\xf5\x6a\x77\x6f\x71\xb1\xcd\xb5\x3b\x0d\xe8\xe9\x60\xb6\x7f\ \x67\x6b\x6b\xe3\xdd\xbe\xeb\xd9\xc6\xca\xc1\xfa\xfe\xd6\xe6\xfa\ \xd6\xee\xc1\x8b\x95\xd5\xa5\xa5\x83\x2d\x17\x70\x8c\xbb\x2e\xd7\ \x5e\xff\xf0\xe6\xee\xde\xde\xce\x8b\x83\xfd\xbf\xbe\xbf\xfb\xf8\ \xfb\x97\x3b\x3f\x9f\xdc\x7b\xb4\x3d\xf6\xe8\xc9\x8c\xd5\x4e\xa7\ \x55\x90\x46\xa9\x3c\xf9\x5d\x30\xfb\x41\xc2\x62\x89\xf5\x1a\xdf\ \x9c\x82\xd9\xf7\x6b\xf3\xd3\xcd\x03\x67\x36\xff\xba\xb5\xad\x9b\ \x9f\x57\x8d\xdc\xfa\xf8\xf9\xe3\xfb\x4f\xe0\xf2\xe5\xc3\x42\x2c\ \xf7\xb2\x85\x1b\xcc\xa2\xf2\x78\x3d\x7a\xb1\x45\x4e\xa1\x04\xfa\ \xc0\xfd\x42\x16\x49\xc0\xd3\xf0\x58\x72\x36\xb0\x0d\x3c\xb9\x86\ \xd5\x9d\xc7\x2d\x63\x87\x86\x52\x84\xa1\x81\xb1\x59\x93\x33\x38\ \x8f\x1b\x15\x1f\x11\x9e\xf6\x72\x06\x9b\xc1\x0d\x0e\xed\xcc\x8d\ \x75\xbd\x72\x99\xc2\xc3\x43\x7d\x7d\xa5\x41\x31\xa6\x77\xe6\x63\ \x73\xa7\xbf\xfe\xf8\xcf\x3f\xff\x21\xbe\x9d\x37\xce\xdb\x0d\xdb\ \x63\xd6\x91\x7b\x33\x46\xe3\xcc\x88\xd5\x6a\x57\xab\xb4\x12\xab\ \x51\x6b\x57\xd9\xcd\x46\x85\x0e\x48\x97\x59\x0d\xbb\xde\xa8\x8d\ \x3a\x20\x53\x86\x79\x95\x56\x4b\x1f\xd1\x6a\x75\x66\x60\x24\x15\ \x12\x00\x50\x46\x89\xd1\xa0\x35\xe3\x89\xc0\x34\x9a\xed\x76\xbb\ \x71\x64\xde\x30\x06\x17\xd7\xad\x46\x99\x0e\xbc\x5e\xa4\x56\x58\ \xad\xe0\x99\x5a\x85\x4e\x61\x84\xba\x65\x06\xac\xa5\x3a\x5a\x3a\ \x9f\xf9\x6d\xc6\x0c\x5b\x8a\x21\xe9\x44\x84\x42\x25\x51\x48\xdc\ \x3c\x14\x06\xaf\x93\x22\x32\x4e\x45\x3f\xaa\xb9\x45\xa6\x31\x65\ \x38\x2c\x9e\x2c\x11\x79\x78\xbb\x6b\x89\xee\x78\x18\x94\x40\x97\ \xa0\x99\x0a\x24\x0e\xcf\x94\xe0\xf1\xa8\xf3\x17\xce\x5e\x18\x1a\ \x1a\x82\x21\x86\xa7\x2f\x5d\x5b\x3e\xe1\x46\x9b\xd9\x7e\x63\x36\ \x8c\xe0\xbc\x08\x74\x3a\x8d\xa0\x52\x2b\x98\x12\x05\x9d\x8f\x04\ \xce\x4f\x82\xc3\x32\x61\x05\x55\x3a\x01\xf0\x13\x13\x0f\x5e\x8c\ \x41\xa3\xc0\xf1\xc8\x04\x1a\x01\x0d\x4b\xf9\x21\xf0\x18\x02\x19\ \x89\x02\x7f\x50\xee\x30\xb1\x10\x8f\x85\x2d\x60\xbc\xe0\x56\x22\ \x2c\xe2\x80\x42\xa1\xd1\x6e\xbf\x44\x86\xf9\xf9\xc5\x83\x19\x38\ \x98\xcb\x61\xb1\x28\x41\x41\x7e\x3c\xe0\xc9\x58\x72\x01\x87\xc3\ \x95\x02\x9b\x26\xa6\xfa\x71\x48\x0c\xb6\x50\xcc\x60\x28\x8f\xda\ \x86\x30\x00\xc1\x70\xe0\x0e\x22\x27\x2c\xd0\x87\xc7\x20\x51\xb9\ \x40\x52\xe4\x72\xb8\x82\x25\x97\x33\x28\x3e\xfe\x51\xa1\x14\x8a\ \x90\xcb\x11\x02\x8b\xa7\xe4\xdd\xd5\xb3\x18\x3c\xbd\xfc\x72\x0f\ \x8b\x4a\x55\x1e\x15\xbd\x2e\xe3\x91\x26\xee\xde\xbe\x3d\x21\xa0\ \x52\xfd\xd8\x24\x9e\x58\x40\x01\x44\x2d\x04\x4f\x07\xae\xd3\x4f\ \xe8\xe7\xc3\xe6\x91\x78\x14\x1e\x85\x1b\x2a\x04\xde\xce\x4f\x2a\ \xf5\xf3\x11\x72\x05\x54\x3d\x0f\xc8\xa9\x40\x09\x2b\x10\x01\xb5\ \xd2\x8b\x95\x7a\x41\x99\x65\x42\x3c\x61\x91\x97\x8d\x8e\x6a\x7a\ \x94\xe1\x31\xfa\x32\x60\x3a\x27\xc4\xf2\x9e\x89\xb2\x9e\x1e\x18\ \x02\x4f\x15\xfa\x46\x46\xc6\xc7\x46\x46\xf8\xc5\x24\x67\x24\x06\ \xc5\xc4\x25\x67\xa6\xc5\x26\x27\x44\xc7\xc6\x46\xc7\xc4\xc6\xa4\ \x06\xc7\xc7\xc4\x26\x46\x87\xc5\x04\x87\x47\x07\x85\x25\xc6\x07\ \xc4\x24\xc4\x86\xc5\x94\xd7\x35\x0d\x1f\xf4\x0f\x38\xba\x2a\xf3\ \x4b\x9c\x69\x09\xad\xe7\x1c\x99\xc9\x19\xb6\xaa\x67\xaf\xbb\x52\ \x03\x52\xaa\x84\x6c\x80\x9f\x2d\xe3\xb6\x2c\x69\xfa\x8b\xe9\xf6\ \xc9\xb7\x37\xcd\x92\xed\x8f\xd3\x05\x35\x45\x6f\x0d\xef\x5e\xfe\ \xf5\xe4\xe6\xa7\x27\xd6\x47\x23\xdf\x8c\xb4\xdf\xef\xad\x7d\x5f\ \xdc\xb3\x7b\xcf\x7f\xfc\x7d\x1e\x85\x41\xd0\xf1\x64\xdd\xd8\x9b\ \x9f\x40\xaa\x66\x3e\xdd\xb8\xf3\xe8\xd6\x27\xf3\x3d\xbb\xd9\x40\ \xc4\x2b\x88\x04\x3c\x12\x11\x72\x1c\x81\x45\xe0\xb1\xde\x17\xaf\ \x5e\xb9\x76\xe1\xc4\x31\xec\x71\x2f\xc4\x89\xf3\x73\x0f\x96\xaf\ \x5f\x9b\x3b\xe9\x79\xec\xd2\xd5\x87\xb0\xc4\xe8\x1f\x0f\x1f\x3c\ \xf8\xe3\xf1\xd7\xbf\xbf\xfe\x00\x7f\x7e\x3c\xff\x71\x24\x52\xff\ \x1f\xb3\x20\x61\x3d\xff\x0a\x4c\xe1\xfd\x33\x99\x2e\xeb\x8d\x0d\ \xdc\x57\x44\x76\x46\x7a\x79\x56\x79\x79\xb5\xa9\xdc\x69\x4a\xaa\ \xaf\x4e\xce\x48\x8e\xcb\x4c\x4c\x8d\x06\x98\x95\x93\x1a\x9d\x94\ \x92\x99\x53\x57\x5d\xdf\x34\x98\xdd\x51\xdf\xe1\x68\x77\xa4\xa7\ \x65\x65\x03\x3b\x58\x5e\xdd\xd7\xee\xec\x3c\xd7\xed\x68\x1a\x38\ \x55\x07\xae\xba\x5a\x5a\x4d\xed\x4e\xa0\x56\xce\xce\xce\xc1\x1c\ \xc7\x64\x65\x51\x61\x45\xe9\x64\xa3\xa9\xb0\xa4\x7b\x76\x76\xb6\ \xb1\x30\xbf\xb7\x68\xb6\x65\xb0\xba\xba\xaa\x74\xb0\xa6\x74\xa5\ \xa8\x28\xaf\x2b\xaf\x6a\xf0\xd4\x19\x27\x70\xa0\xce\xc2\xae\xe6\ \x7a\x67\xbb\xa3\xda\xd4\xe1\xac\x73\xb4\x36\xb6\x3b\x5a\x3b\x07\ \x5a\x0b\x2a\x2b\x4a\xcf\xd5\x14\x9d\x3a\xd7\x5a\x52\x94\xdb\x5e\ \xb2\x34\x5c\x90\x5f\x52\x31\x3c\xde\xbf\xd3\xd6\xe6\xca\x9f\x1d\ \xcf\x1f\x5f\x59\x58\x5a\xdf\x5c\x99\x9c\x1e\x9e\xdc\x72\xcd\xee\ \x4d\x4e\x6f\x6d\xce\x2e\xec\xee\x7f\x7f\xbd\xb7\xb0\x3a\xbe\xb9\ \x30\xb9\xb4\x31\x5c\xbb\x79\xb0\xb9\xe1\xda\xdc\x7d\xb7\xb2\xf5\ \x6a\xd6\xb5\xbb\xb5\xb1\xb8\xb0\xb1\xb3\xb1\xb4\xb0\x7e\xe0\xda\ \x5c\x59\xdc\x5d\xdf\x5a\xdd\x9d\x5e\xd9\xda\xdc\xdd\xfa\xf3\xc5\ \x9f\x7b\x37\x6e\xfc\xbc\xf5\xe7\xad\x37\x4f\xe7\x9f\xde\x5b\x9b\ \x31\xd8\xe7\x1f\x91\xbf\x07\x8d\xca\x01\xa7\xf7\x5c\xbe\xab\x17\ \xf3\x04\x62\xa5\x1c\xcc\x8c\x14\x69\x52\xd1\xeb\xdf\x44\xf6\xf5\ \xde\xc4\xbe\x85\x5f\xbf\x49\x74\xdf\x46\x24\x8f\xbe\xff\xfc\xf3\ \xfb\xf7\x4f\x7f\x6d\xaf\x7d\xfa\xb0\x92\xe3\x2f\x17\x84\x05\x73\ \x05\x2c\x81\x5c\x0c\x26\x60\x96\x5f\x1a\x45\x09\x2c\x87\x40\x2f\ \x50\x6a\x28\x14\x06\x09\x3c\x50\x26\x06\x1f\x17\x39\x43\xc8\x15\ \x52\x7d\xc3\x84\xb1\xa6\x82\x6d\x0c\xe6\xe6\x93\x13\xb4\x5b\x91\ \x4a\x0a\x9b\x4d\x0a\xf6\x89\xda\xf8\xf5\xf5\x6e\x76\xa8\x7f\x42\ \x0c\x89\xeb\x13\x1a\x64\x2b\xf8\x0b\xbd\x3c\xf7\xe3\xf9\x3f\x3f\ \xfe\xc7\x1d\xfc\x6e\x5a\xa3\x71\x6d\x6d\x0d\x88\x8c\xe1\x9e\x42\ \x0b\x74\xd5\xa8\x56\xe9\x54\x74\x85\x4e\x07\xc3\x3a\xb5\x0a\x83\ \xc2\x3c\x36\x36\x02\x58\x4a\xa6\x50\x8f\x68\xd5\xf6\x19\xa3\x41\ \x65\x07\x3e\xcb\x68\x56\x19\x54\x7c\xb3\xc1\x0e\x34\x4b\xa5\x33\ \xf0\xf9\x32\x18\x44\x0a\xfb\x48\x9b\x8d\xd6\x6d\x9d\xcc\x6e\x90\ \xa8\xed\x3a\x80\x56\x0a\xb5\x56\xa2\x30\xeb\x54\x2a\x00\x3e\x76\ \x05\x93\x39\x6f\x16\xc9\x54\x78\x02\x5d\x62\x5f\xbb\x33\x2f\xa2\ \x2b\x14\x32\x1a\x13\xef\x49\x96\xd0\x44\xe4\xe3\xde\x2a\x95\xbb\ \xb7\x02\x88\x8c\x0a\x8c\x57\xe0\xf8\x08\x78\x1a\x06\xc7\x27\xd2\ \x98\xc7\x87\xdc\x25\x38\x77\xb2\x04\x48\x0a\x81\x88\x24\x6b\x69\ \x04\x09\x5f\xcb\xc7\x61\x2f\xcc\x1d\x3b\x3b\x74\xfa\xfc\x45\x48\ \x59\xd7\xe6\x2e\x9e\x46\x8b\xde\xac\xdd\xdb\x1e\x31\x22\xbd\xf0\ \xb0\xff\x33\x5d\x42\xe0\xcb\x80\x14\x92\x11\x48\x1c\x19\x38\x0b\ \x3e\x13\x46\xbb\xe3\x10\x6e\xe0\x1e\x12\x4f\xc0\xe1\xc8\xb0\x95\ \x0e\x1f\x8b\x23\x10\xb0\x64\x77\x14\x12\x83\x27\xa0\xb0\x08\x14\ \x02\xe3\x8d\xc1\x62\xf1\x68\x37\x8c\xdb\xb1\xff\xad\xed\x07\x4c\ \xa1\xbb\x3b\x02\xf9\x8b\x7f\x60\x98\x4f\x50\x42\x56\x86\x8f\x2f\ \xab\x4c\x19\x1a\x19\x19\x2a\x97\x2b\x29\x3c\x0e\x89\xc4\xe6\x08\ \xa9\x2c\x01\x97\xc4\x01\x1a\xc2\x09\x85\x4b\x8e\x30\x21\x9a\x47\ \x61\x08\x03\xfd\x85\x0c\x98\xb2\xe0\x03\x40\x4b\xca\x66\x0b\x01\ \x91\x89\x19\x02\x1e\xc5\xd7\xdf\x4f\xc8\xf5\xf3\xa1\xf8\x49\x03\ \x43\xfd\x23\x7d\x49\x54\x96\xde\x02\xab\xf3\x8b\x2d\xa3\x97\xa9\ \x02\x8a\x78\x74\x74\xb4\xa7\x67\x42\x43\x9d\xb8\x2c\xb6\x50\x9f\ \x83\xcb\xf7\x00\x00\x20\x00\x49\x44\x41\x54\x35\x0c\x3f\x8a\x52\ \x40\x61\xc8\x29\xbe\x01\x6c\x36\xcc\x07\x62\xf1\xc4\x0c\x0e\x18\ \x18\x24\x29\x3b\x90\xcd\x95\x86\x06\xf8\xb2\xfd\x7d\xfc\x7d\x22\ \x82\xfd\x80\xae\x01\xeb\x08\x43\xdb\xf5\x16\x71\x59\x8f\xdc\x22\ \x06\x70\x2e\x96\x03\x85\xd2\x97\x4d\x5c\x9e\xb8\x3b\x61\xd1\x28\ \x7b\x2c\xac\xd1\x89\xcb\x4a\x25\x10\x2c\x0b\x60\xbd\xcb\x16\x4d\ \x0f\xc3\x5f\x18\x94\x92\x90\x18\x17\x9b\x92\x12\x17\x17\x1f\x9f\ \x94\x9a\x18\x17\x11\x1b\x1d\xed\x17\x16\x17\x14\x9e\x12\x1f\x19\ \x16\x17\x1e\x1e\x1c\x1a\x10\x1e\x10\x13\x14\x16\x13\x19\x16\x13\ \x93\x9e\xd5\xd1\x51\xdd\x9d\x93\x10\x67\x6a\x2d\x29\x8f\x48\xec\ \x48\x8c\x49\x0e\x07\xff\x90\xee\xea\x94\xb0\x80\x98\x8c\x73\x25\ \x75\x36\x5b\x6a\x42\x81\xeb\xd7\xb1\x95\xda\x19\x3a\x82\xe0\xe6\ \x7e\x1c\x49\xc4\xe0\x3c\x50\xe8\x90\xd3\xde\xee\x08\xc5\xfc\xbd\ \xa7\x87\x87\x3f\x6f\xbd\xa6\x11\x0f\xc7\x24\x46\x2d\x66\xe8\x84\ \x97\x27\x19\x9c\x75\x3e\x20\x71\xf3\xa3\x3f\xb7\x75\x33\xdf\x81\ \x9d\x39\x30\x3f\x79\x74\xf3\xce\x9d\x35\xfb\x87\xef\x6f\x08\x28\ \x77\x04\xda\xe3\xb8\xf7\x69\xe4\xfc\x93\x27\xdf\xbe\xe9\x4e\x0c\ \x9d\x47\x21\x3d\x51\x3a\xec\xf1\xe3\x27\xbd\xc9\x1e\x53\x27\x4f\ \xe8\xe8\x21\x57\xfe\xf8\x71\x54\x6e\xf4\x8f\xa3\xbd\xc0\x1f\x50\ \xa6\x8e\x16\xdc\x7f\x40\xaa\x02\x52\xf5\xcf\x3f\xff\xfc\xcb\x58\ \x7f\xff\x58\x88\xce\x9e\x71\x9b\x3e\xe3\x75\x95\xfc\x2e\x3e\x3d\ \x33\x3d\xbd\xc3\x99\xed\xec\x30\x55\xa7\xa5\x64\x26\xc4\xd7\xdb\ \xd2\x53\x52\xd3\x9d\x29\x89\xe9\x19\x99\x75\x59\x26\x5b\x7d\x47\ \xb3\xad\xb9\xaf\x39\x6b\xb0\xcb\x99\x55\xdd\x6c\xaa\x2f\xcf\xcc\ \x6e\xae\xef\x1e\xa8\x76\xb4\x77\x77\x34\xb6\xd6\x77\xf6\x75\x9c\ \x73\xe4\x64\x66\x82\x1f\x39\x9a\x3b\xbb\x3a\x9c\x0d\x95\x0d\xf9\ \xb3\xb9\x0d\x05\x7d\x05\x95\xed\x15\x3b\xd3\x8d\xe3\xb9\xbd\x05\ \x35\x55\x25\x5d\xf5\x79\x25\x5d\xa5\xbb\xae\xfe\xd2\xc2\xae\x73\ \x2d\x1d\x25\x67\xea\x1c\x9d\xcd\x83\x35\x03\x55\x67\xba\x07\xea\ \x33\xea\x7a\x3b\x1d\x8e\xde\x9a\x73\xdd\xad\x25\x7d\x83\xf9\x2b\ \x45\x35\x35\x0d\xc5\xbd\x35\x9d\xa5\xf9\xa5\x79\xa5\x2b\xb3\xc5\ \x93\x8d\x15\xab\xc3\xd3\x8b\x45\xa5\xab\x6d\x6d\x0b\x0b\x1b\x9b\ \xe3\xbb\x8b\xb3\xfd\x0d\xeb\x15\x2b\xab\x2f\x5e\xec\x6e\x2e\x02\ \x82\x5a\x5c\x77\xed\xec\x4d\x2e\x6e\xba\x16\x0e\x56\x16\x36\x56\ \x80\x15\x7c\xf1\x79\xef\xe0\xdd\xde\x8b\x5d\xd7\xea\xfa\xde\xe7\ \x1d\xd7\xca\xc6\xc1\xc6\xd6\xc2\xc2\xc2\x81\x6b\x76\xfd\xf5\xd6\ \xfa\xc2\x3a\xe0\xac\xad\x15\x00\x58\xef\x7f\xff\x74\xe3\xd6\x9b\ \xc3\x4f\x6f\x67\xee\xcd\x8f\xac\xcd\xc3\x08\xee\xc3\xe0\xdb\x16\ \x81\xa5\x4c\xae\xb1\x58\x2c\x02\x0a\x5c\x5f\x65\x30\xb8\xbe\xac\ \xa8\xaa\x92\xe9\x7b\xc4\xb1\xd9\xcc\x8c\xbc\xc5\x8f\x5a\x91\xea\ \xd1\xbd\x5b\x9f\x3f\xdf\x78\x7a\xf8\xf6\xd1\xf7\xdd\xd7\x9f\x3f\ \xbc\x6e\x08\x9a\x08\xc8\x66\x33\x38\x14\xd8\xec\x99\xe5\xc7\x4e\ \x4e\xd0\x00\x53\x08\x43\xde\x61\xd7\x15\x06\x98\x45\x7b\x04\x4a\ \x58\x3b\x8e\x4b\xa2\x50\xc0\x07\xc8\x3f\xb2\xfd\x33\x5f\xa6\x9d\ \x43\x35\xa6\x30\xb8\x3e\xdc\x50\xff\x40\x3f\x6e\xd6\xe1\xb7\x5a\ \x57\x28\x37\xcc\x87\xe3\x23\xf4\x8d\xa8\x6e\x6d\x14\xcd\x5d\xfd\ \xe3\xea\x8f\x2b\x3f\x8e\xbd\x7d\x7a\x14\x9c\x30\xb2\x3d\x32\xaf\ \xb6\xbe\x1d\x33\xae\x99\x55\x0a\x98\x40\x63\xd5\x02\x4a\xb2\x6a\ \x25\x32\x95\x4a\x02\xa4\xc9\xba\x36\x3f\xa2\x32\x8c\x19\x46\x8c\ \x40\x77\xd4\x3a\xad\xd9\xaa\x16\xa9\x54\x06\x9a\x56\x66\x84\x55\ \x4a\xf9\x56\xad\x9a\xb6\xb6\x6d\x7e\x04\xb3\x7b\xec\x2a\xb5\x68\ \xcc\xae\x33\x6a\xd5\x33\x63\x63\x06\xb3\x0c\xf8\x47\xba\xc4\x3c\ \xa3\xd6\x6a\x25\x6a\x35\x0d\x85\x94\x48\xc8\x2a\x3e\x92\xa0\xa5\ \x29\x8c\xd6\x11\x05\x4e\xad\xa0\x13\xc9\x58\x2f\x82\x5a\xa6\x12\ \xb9\xb9\xf3\x65\x04\x0f\x02\x8e\xa9\x82\xa5\x20\x68\xc0\x0a\x22\ \x89\x38\x32\x0c\x47\x38\x79\x11\x21\x43\xa3\x8f\xba\x3f\x13\x08\ \x08\xbc\x4c\x82\x24\x48\x44\x74\x3c\xf2\xfc\xa5\xb3\x53\x53\x17\ \xce\x5e\xba\x34\x75\xf6\xec\xdc\xa5\x4b\xc7\xdc\x69\xdb\x6b\x8f\ \xc6\xc6\xec\x48\x0f\x0c\x51\xa4\x93\x69\x65\x34\x09\x50\x5a\x15\ \x11\x41\x40\x60\x30\x44\x32\x8d\x86\x45\x12\xe1\x15\x1e\x42\x16\ \x12\x01\x7e\x80\x27\xd2\xe9\x58\x98\x63\x8d\x43\xa1\x70\xee\x68\ \x26\x16\x0b\xed\xa7\x97\x1b\xe0\x2f\x04\x40\x2a\x37\x77\x37\x0c\ \x50\x2a\x8f\x63\xb0\x24\x16\x06\xfd\x4b\x68\xb0\x90\x12\x10\x9f\ \x1e\x13\x20\xe5\x81\xff\xf6\x80\x68\x29\x03\xf8\x3f\x8a\x94\x45\ \xe2\xf8\xb2\x49\x3e\x14\x06\x23\x94\xcd\xf0\x81\x11\xef\x3c\x21\ \x97\x4d\x25\x31\x84\x52\x8a\x3f\x89\xc5\xf1\x61\xf1\x28\x1c\x7f\ \x1f\xa9\xaf\xd4\x4f\x08\xe6\x1e\x12\x87\xcd\xf6\xf5\x09\x0c\x25\ \xb1\x85\xfe\x00\x6c\x82\x02\x22\x83\x43\xa5\x54\x86\xb8\x4c\xa3\ \x91\x5f\xd6\x50\x04\x16\x9e\x5c\xc0\xfb\xef\x7f\x47\x27\xf4\x54\ \x16\x47\x4a\xe5\x01\x1a\x93\xb3\xa9\x2c\x39\x89\xe2\xc3\xa6\x70\ \x39\x02\x21\x17\x38\x4b\x0e\x83\xe4\x4b\x61\xf8\x82\x63\xfa\x04\ \xf8\x0a\xfd\x02\x81\xf5\x94\x86\x86\xfa\x53\xb8\x3c\x98\x55\x48\ \x81\x57\xb0\x3d\x38\xa0\x2c\x8b\x5c\x0e\x0e\x51\x66\xb9\x6b\x81\ \x91\xa3\x77\x95\x96\x1e\xfd\x84\x46\x79\x57\xdf\x03\xd4\xac\x0c\ \x78\x43\xe5\xdd\x1e\x81\xe0\x6e\x99\xa5\x47\x2e\x4d\x88\xcd\x88\ \x4d\xcd\x48\x88\xcb\x88\x8e\x8d\x8a\x8b\x0f\x8a\x4e\x8e\x09\x0d\ \x0f\x0c\x8f\x8b\x8d\x8d\x88\x49\x48\x4b\x00\xb8\x15\x17\x95\x66\ \x4b\x48\xcd\x8a\xcd\x48\x88\x0f\x4f\x4d\x8a\x8b\x89\x8f\x8d\x8a\ \x8a\x49\xcd\x88\x8a\xe4\xfa\x71\x39\x4a\x76\x4c\x5f\xff\xfa\xf7\ \xef\x37\xef\xcc\xd8\x75\x2a\xf3\xda\x53\x3a\x11\xa3\x98\x37\xae\ \xe9\x44\x18\xec\xc8\x9d\xb7\x66\xad\x82\x89\x44\xe0\xe9\x2a\x98\ \x08\xea\xed\x79\xcc\xdb\x0b\xcd\x7f\x77\x47\xb5\xb5\xf3\x7a\xcb\ \x55\x59\x52\xfa\xf9\xc6\x08\xde\xe3\xec\xd0\xd0\x59\x4f\x34\x18\ \x61\xc6\x7b\xb7\x6e\xbc\xb1\x3f\xba\x47\xd6\x59\x7f\xfb\x7d\xcc\ \x70\xef\x50\x67\x56\x69\xad\x64\x20\x51\xee\xd6\x19\x2d\x59\xf7\ \xd7\xce\x9d\xf7\x77\x98\xee\x44\xd1\x85\x10\xbc\xd6\xe3\xe4\xd4\ \x59\xf4\x95\xc7\x8f\xaf\x9f\x26\x12\x50\x57\xff\x80\xd9\x84\x30\ \x51\xe7\x7f\xc3\xdc\xa1\x50\xfd\x7f\xbe\xfa\xe7\x9f\xa3\x38\x52\ \x68\x16\x9b\x12\x52\x5f\xf0\x47\xbe\xd8\x47\xbc\x2f\x16\xa4\xa6\ \x54\x94\x27\x26\x65\xa4\x65\x56\xd7\x67\x67\x9a\xb2\x52\xe3\x6d\ \xd5\x99\xa9\xc9\xd9\x39\xd9\xe9\xa9\xc9\xf1\x29\x99\xa6\x0c\x9b\ \x63\x20\xdb\x59\x9d\xd5\x34\x50\x9d\x6e\xcb\xe9\xee\xeb\xcb\x30\ \xd5\x75\x37\x0e\x74\x0d\x0c\x76\xb4\xb7\x3a\x9c\xad\x8e\xce\xae\ \xf6\xe6\x74\x9b\xb3\xae\xde\x56\xde\xd4\xd8\x7c\x6e\x78\xbc\xb6\ \x70\xa1\x38\xbf\xb0\xb7\xb6\xdf\x51\xb1\x3b\xdc\xd2\x52\xd5\x91\ \xdf\xb0\xb4\xda\x58\xdf\x32\xde\x55\x54\xb9\x54\xd8\x92\x77\xaa\ \xbb\xb7\xef\x4c\x55\x6b\x77\xfb\x40\xeb\xa0\xb3\x63\xa0\xbc\xd7\ \x91\x55\xde\xda\xeb\x74\x76\xf7\xf5\xf6\x0d\x34\x97\x77\xb7\x16\ \x2c\x34\x14\x37\x34\x9d\x6a\xe9\x6c\xa9\x19\x28\x2c\xaa\xc8\x2f\ \x28\xc8\x2b\xcc\x2f\x72\x2d\x4d\x56\xee\xaf\x4f\xbb\xb6\x36\x56\ \x17\x9e\x2d\x2d\xe5\x57\x6e\x2d\xad\xae\xec\x6e\x8e\x6f\x6e\xbd\ \x78\xf9\x6c\x07\xc8\xcf\x6a\x91\x6b\xff\xe0\xd9\xd6\xd6\xec\xd2\ \xfe\xca\xfe\xab\xdd\xcd\x03\x20\x4e\x1b\x8b\xfb\x07\x2b\x1b\xcf\ \xb6\x76\x56\x96\x76\x17\x16\x5f\xef\x6e\xac\x6f\xac\xaf\xbe\xdf\ \xdb\x5d\x1d\x5f\x58\xdc\x9b\x3d\xf8\xfc\xee\xf7\x8f\x37\xee\xfc\ \xfe\xe5\xc3\x9d\x0f\x1f\x1e\x6d\x8f\x8c\xad\xcd\xdf\xb3\x8b\xa6\ \x29\x7a\x18\xd3\x77\x57\xce\x92\x2b\x27\x78\x3c\x00\x4c\x72\xa5\ \x58\x29\xe0\xa5\x7f\xee\x8b\x79\x46\xa3\x1d\x76\x26\x54\xbb\x7e\ \x7f\x24\x23\x88\xb6\xef\xdd\x79\xf9\x62\xdb\xf0\x71\x72\xf6\xa3\ \x75\xcd\xf0\x61\x31\xae\xcc\xb7\x28\x26\x10\x4c\xd2\x62\x0d\x8b\ \x1d\xe7\x13\x36\x20\xd5\xf3\x04\x1a\xd8\xe8\x8e\xca\x81\x59\x1c\ \x7a\x0d\x98\xad\x19\xc0\x92\x80\x09\xdd\xd7\x1f\x10\x55\xd7\x77\ \xc3\xfc\x89\xeb\x1f\xfd\xcb\x78\x0c\x2e\x9b\xe3\xe3\x1f\x16\x18\ \xda\x62\x25\xe6\x52\xc0\x88\xe2\x0a\xd9\xbe\xa6\xf2\xba\x3c\xf5\ \xd4\xfd\x6b\xa7\xcf\x7a\xfe\xf0\x7a\x0b\x24\xc5\x38\x06\x00\x70\ \x6c\xc6\x6c\x9e\x31\x02\x12\x92\xa9\x65\x3a\x83\xd1\x68\x98\xd7\ \x1a\xb5\x06\xad\xd6\x6a\xe5\xeb\xa0\x97\x33\x18\xd4\x23\x76\x18\ \x54\xa5\x06\xb6\x51\x06\xb0\x49\x66\x50\x1b\xd4\x56\xfb\x1a\x60\ \x2c\xa3\x1a\xe2\xd8\xd8\x3d\x83\x41\xa5\x18\x33\x9a\x25\x32\xb5\ \xf6\xd1\x98\xd1\x38\x62\xd0\x19\x15\xe0\x28\x63\x66\x26\x94\x3f\ \xa3\x8e\xae\x53\x1b\xb0\x34\xab\x88\x29\x02\x6e\x4e\xa1\x16\x29\ \x74\x23\x22\xa2\x4c\x4d\x23\xaa\x68\x1e\x7c\x85\x56\x2b\xc2\xa1\ \xf9\x6a\x3c\x86\x4e\x24\x02\x8d\xa2\x8b\x64\x38\x02\x11\x4d\x00\ \xfa\xc2\x67\x92\x4f\x5f\xc4\x28\xb0\x04\x02\x8d\x4f\x97\x29\x68\ \x38\xbe\x08\xd8\x3a\x60\x1d\x88\x98\xf3\x43\xe7\x2f\x4d\x9d\x3f\ \x39\x34\x05\x38\xeb\xd2\xf2\xb5\x13\x5e\xc4\x91\x6d\x60\x70\xad\ \x7c\x14\x5e\x21\xa1\x2b\x54\x5a\xb5\x88\xc9\x97\xc9\x88\x44\x32\ \x1d\x4f\x04\x76\x92\x08\xbc\x20\xf0\x16\x44\x26\x91\x48\xc7\xe3\ \xf0\x38\x2c\xf8\xc2\x93\xf9\x44\x02\x0e\x0b\x98\x0a\x83\x76\x23\ \xd2\xf0\xc0\x11\x62\xbc\x60\x63\x55\x34\x20\x2b\x77\x2c\x12\x83\ \x76\x87\x4d\x56\x89\x28\x4f\x77\xb7\x5f\x84\x3e\xd2\xe0\xa8\x84\ \x9c\x94\x50\x40\x38\x1a\x6a\x58\x84\x2f\x4c\xb6\x11\x72\x78\x14\ \xaa\x50\xea\x2f\xe4\x90\xa8\x1c\xa9\x10\x68\x89\x2f\x95\xc4\x66\ \x51\x48\x52\x12\x49\x48\x61\x51\x01\x80\x71\xd8\x5c\x7f\xa9\x9f\ \xd4\xc7\x8f\xeb\xef\xc3\xa6\x72\xa5\xc1\x52\x1f\x12\xcf\xd7\x2f\ \x3c\x3c\x3e\x21\x3c\x3a\xbb\x2f\xde\x97\xc2\x95\x53\x79\xb0\x7d\ \xf7\xe8\x65\x31\x83\xa7\xe9\x99\x10\xc8\x7b\x2e\xcb\x35\x62\xb1\ \x98\x4a\x81\xad\x5b\x35\xc0\x65\xb2\x19\x52\x21\x05\x68\x1d\x83\ \xe3\xeb\x47\xa1\x00\xf3\xe7\xc7\xf6\xf1\xf1\x15\x06\x06\x06\x4a\ \xd9\x54\x29\x55\xea\xeb\x1f\x1a\x2b\x64\x08\xd8\x6c\x20\x4f\x54\ \x31\xeb\x32\x4b\x7e\xb9\x8c\x4b\x92\x5b\xe4\x4a\x8d\x18\x86\xbe\ \xeb\xe1\x66\x0f\x50\x2b\x18\xe8\xd7\x03\xc4\xcb\x32\x71\x57\xa9\ \x04\x5e\xb1\x47\xc3\x63\x4d\x58\x7a\x7a\x2e\x8f\x4e\xf0\x38\xd1\ \xc0\x11\x86\x03\xc9\x8a\x4b\x0e\x0f\x8c\x0a\x0f\x80\xe9\x43\x81\ \x11\xf1\xb1\xa9\xb1\x31\x09\xf1\x89\x41\xc9\x89\x71\xe9\x59\x69\ \xe9\x75\x19\xd5\x31\x81\x3e\x61\xbe\xd2\xb0\x70\x06\x83\xc4\xe0\ \x04\x07\xf9\x85\x86\x86\xa6\xe5\xbf\xc5\x9f\x3e\x81\x72\x53\xdd\ \xf8\xb4\xbf\xfb\xfd\xf3\xe1\xe1\x1d\x83\x4c\xf1\xe8\xc6\xe1\x5b\ \x94\x1b\x76\xec\xfb\xe1\x97\x79\x33\x06\x23\x52\x8d\xa9\x60\xd6\ \x00\x5e\x3b\xa3\x92\xcc\xcf\xe8\xdc\x46\xbe\x61\x89\xa7\xa7\x2e\ \x9c\xa7\x8d\x3c\x4b\x8a\x09\x48\x48\xe9\x5e\xfa\x8d\x7c\x7e\xf9\ \xe2\x25\x6f\x0f\x0f\xd1\xd3\x5b\x5b\x07\xbb\x37\xee\xac\x19\xee\ \x68\xf9\x2a\x09\x91\x4e\x06\x93\x07\x96\xc8\x04\x13\x25\x18\x4e\ \x4c\x22\x82\x66\x54\xd3\x7f\x9b\x79\xa3\xfe\xf6\xf6\x29\x13\xe5\ \x86\x0a\xb9\x34\xf7\xe0\xc1\x1c\xfa\xf8\x95\xeb\xf7\x1f\xc0\x54\ \xe8\x1f\xff\xae\x56\x1d\x25\xe6\x00\x47\xf1\x2f\x61\x3d\xff\xfb\ \x08\xb2\xbe\x5e\xfd\x31\x98\x61\x5a\x58\xd3\x1e\x7b\xd2\x58\x7c\ \x1a\x99\xbd\xf1\xa5\xe0\xe3\xb9\xe4\x0e\x47\x9d\xb3\xd9\x94\x95\ \x90\x90\x94\x99\x13\x97\x9e\x69\x4a\xca\xc8\x4e\xc9\x48\x4a\x4c\ \xcc\x1c\x68\x1e\x68\x76\x3a\x4d\x75\x9d\xe5\xe5\xa6\x6c\x87\xa3\ \xa9\x39\xc5\x56\x37\xd0\x59\xd5\xd5\xd4\xd9\x51\xdd\xd5\x5e\xd5\ \xd8\x39\x50\xd2\x6e\xcb\xee\x74\x36\x0f\xd4\xd7\x9f\x6a\xc9\x2e\ \x81\x89\xc4\xb5\xed\x6d\x05\xbd\x4b\x93\x9d\x79\x4b\x6d\x83\x95\ \xa7\x4a\x8a\xf2\x87\x0b\x5b\xfb\x5a\x0a\x9c\x05\xa5\xc5\x85\xfd\ \x15\x9d\xc5\x4d\x03\x8d\x67\xce\x9d\x6b\x6a\x77\xb6\x74\x76\x36\ \xdb\xaa\x7a\x9b\x9b\x9d\x75\xed\x83\xbd\x9d\x55\xcd\x9d\x4d\x9d\ \xad\x79\x25\xc0\x53\x16\xf5\xe7\x15\xb4\xe7\xd6\x36\xb4\x2d\x2e\ \xe5\x15\xe7\x35\x2d\xba\x16\xd6\xd7\x2b\x27\x57\x16\x17\x37\x97\ \x66\x5d\xb3\x4b\x8b\x93\xe3\x4b\xb3\x8b\x2b\xb3\x2b\xab\x0b\x5b\ \x5b\x07\xcf\x5c\xaf\x5f\xec\xbd\x72\xb9\xf6\x56\xf6\x76\x5c\x9b\ \xeb\xab\x95\x0b\xbb\x2b\x1b\x7b\x5b\x7b\x4b\xd3\xb3\xcf\x3e\x6e\ \xac\xec\xaf\x2c\xec\xba\x16\xa6\x17\x96\xde\x7d\xde\x99\x5d\x19\ \x5f\x7f\xbd\xb4\xf3\x6c\x77\x03\xbc\xe0\xd5\xc1\xbb\x8f\xb7\xbe\ \xdc\xfa\x72\xe7\xed\x9d\xb7\x33\x4f\xde\x8e\x59\x81\x5e\xf1\xf3\ \xe5\x70\x99\x15\x4c\x6f\x65\x60\xa6\x83\x99\xad\x72\x31\x10\x1a\ \xb9\x46\xc3\xb2\x2d\x9c\xca\xfe\x8e\x37\x17\x04\x25\x14\xde\xfa\ \x3e\x82\xc4\x28\x9e\x7c\x3b\xdc\xd9\xd9\x7d\xb5\x7b\x6b\xec\x9b\ \xd5\x20\xfa\xd4\x9f\x76\xb7\xb7\xbf\x39\xd6\x97\xcb\x03\x43\xd7\ \x14\x49\xc9\xee\x05\x33\x21\x4c\xfa\x17\xf0\x04\x0c\x81\x1c\x0c\ \x65\xbd\x40\xc0\x63\xb3\xfd\xc4\x3c\x9e\x98\xc3\xa6\x44\xb6\x6c\ \xdf\xe3\x3f\xb0\x66\xc3\xb4\x58\xae\x10\x60\x55\x78\x24\x37\xa8\ \xb7\x57\x48\xe1\xb2\x29\x3e\xbe\x61\x51\xbd\xdd\x49\x0b\xf7\xce\ \xfe\x38\x8f\xd4\xba\xfd\x73\x72\xde\xac\x85\x04\x38\x63\x35\x58\ \xe7\xc7\xee\xad\x01\xa9\x32\xe8\x0c\x56\xc0\x5c\x46\xad\x4c\xa5\ \x35\xaa\xb5\x6a\x60\x0b\xd5\x66\x23\x5d\xad\xd6\x5a\x55\x3a\xab\ \x56\x6b\xd6\x19\xcd\xf3\x46\xab\x7d\x6c\x04\xdc\x18\x59\x93\x19\ \xec\x63\x63\x63\xf3\x63\x56\x68\x2b\x45\x7c\xdd\xcc\xbc\xc1\x30\ \x32\x26\x53\xc1\xd9\xd0\x00\x8e\xa4\x35\x6b\x55\x7c\x91\x42\x06\ \x7b\xd2\x43\xf5\xc2\x11\x45\x64\xba\x51\xc6\x24\xf0\x45\xba\x99\ \xb7\x46\x3e\xdf\xac\xc5\x13\x25\x74\x0f\x85\x8a\xaf\x53\xe1\x90\ \x12\x03\x1d\xcd\x97\x10\xd5\x5a\x1a\x59\x45\x47\xe0\xf1\x04\xa4\ \x08\xf6\x9b\x56\x9f\xb8\x7f\x8c\x8f\x40\x13\x65\x74\x1c\x70\x8e\ \x48\xbe\x08\xc7\xc4\x91\x99\x04\x1c\xfe\xe4\xd4\xa5\xa9\x8b\x43\ \xc7\x60\xc5\xb7\x93\x73\xd7\x97\x8f\xbb\x33\x9f\xac\x19\x0c\xf7\ \xc6\x24\x44\x95\x44\xa2\x52\xf0\xa1\x36\x8a\xe8\x34\x11\x0c\xbe\ \x62\x02\x34\xc3\xd1\x15\x30\xb3\x80\x80\xa0\x11\xf0\x38\x1c\x9e\ \x49\x60\xe2\xdc\x60\x8e\x35\x12\x8b\x42\xa3\x31\x68\x3c\x1e\x46\ \x32\xc0\x12\x0e\x1e\xee\x18\x0c\x0a\x96\x9a\x71\x43\xbb\x79\x78\ \xa0\xdc\xc1\xc3\xb0\x8c\xc3\x2f\x0c\xa9\x8f\x6f\x64\x52\x56\x56\ \x18\x07\x4c\x40\xdc\xb0\xf8\x30\x18\xf5\xc4\xf3\x91\x52\xd8\xbe\ \xc1\x52\xe0\xff\x00\x68\xf9\x01\xe4\x11\xc2\x0d\x12\x2e\x45\xc8\ \xe1\x50\x48\x40\x48\xe0\x66\x2e\x8b\x43\x61\x50\x03\x43\x61\x13\ \x09\x29\x27\xd2\x8f\x43\xf1\x0f\x8f\x4f\x8d\x0a\x8f\x4d\x8f\x09\ \xb7\x95\x44\x09\x39\x02\x31\x8f\x2a\xa4\x08\x94\xb0\xaa\x82\x1e\ \x70\x8f\x9c\xe2\xc7\x63\x91\xf4\x4a\x8a\x94\x53\xa6\x64\x51\x8f\ \x0a\x5a\x09\xfd\xa5\xa4\x40\x29\xc5\xd7\x37\x94\x23\x64\x91\xb8\ \x01\x7e\x7e\x3e\xfe\x14\x7f\x9f\xd0\x80\x60\x0e\x85\xc7\xf2\x03\ \x80\x05\x80\x8b\x1b\x1c\x20\x86\x4b\x08\x1a\x1e\x3c\x16\x43\x6c\ \x11\x88\x2d\x3d\x3c\x0d\x8f\xc1\x53\x8a\x01\x6f\x95\x41\xfd\xd2\ \x97\x59\x34\x9a\x9e\x51\x79\xd9\x65\x20\x64\x3d\x97\xcb\xca\x60\ \x67\x80\xcb\x30\x77\xe7\xae\x85\x12\x11\x95\x92\x10\x9e\x9a\x95\ \x1c\x1d\x95\x10\x9e\x14\x11\x1e\x16\x19\x01\x10\x2a\x3d\xbe\x3c\ \x21\x34\x3e\x35\x28\x30\x29\x92\x01\xe4\x97\xc2\xba\x3c\x3a\x7a\ \x57\x2f\x65\x6b\x34\x96\xbb\xfa\x80\x84\xb0\x00\x4a\xf4\x33\x82\ \xd7\xf9\xe3\x48\xab\xf5\xf7\x67\x3b\xb3\xfb\x4f\xec\x8f\xbe\x7d\ \xd9\x70\x7d\xb9\xe9\xea\xbe\x83\xa3\xab\x6e\x6d\xdc\x78\x24\xf1\ \x94\x68\xed\x3a\x11\x01\xe1\x81\x46\x23\xe8\x32\xd5\x93\x97\x9f\ \x54\x04\x6f\x2f\x1c\x81\xe9\xee\x89\x47\x7b\x0f\x0d\xb9\xcd\xff\ \xfe\x66\x64\xbe\x22\x5c\x1a\xdf\x5b\xf9\x8d\x76\x72\xea\xfc\x69\ \x2f\xdd\x9b\xcf\xdf\x7f\x7e\xbb\xf3\xf3\xc3\xd3\x1b\xb0\x1d\x8b\ \x56\xb4\x26\xc2\xd1\x70\x9e\x5e\x9e\x6e\x64\xb2\xee\xe9\xef\xfb\ \x2f\xd6\x6f\xee\x94\x7e\x7f\xfd\x26\xef\xfd\xb6\xdd\x8a\xf0\x3c\ \x31\x37\x74\xed\xf1\xd5\x0b\x53\xd7\x1f\xff\xf1\xe0\xf1\x1f\x50\ \xac\xfe\x5d\xc0\x3a\x5a\x78\x87\x7c\xf5\x2f\x64\x81\xcb\xb5\xb9\ \x2b\xcd\x69\x83\xdf\x6f\xdc\xfc\xf2\xe1\xcb\xa7\x37\x21\x57\x5e\ \x37\xac\xd9\xb3\xe3\xcb\x3f\x76\xe6\x64\xd6\x67\xe4\x98\x92\x6d\ \x99\xf1\xa9\xe5\x39\xa9\xb6\xe4\x1c\x5b\x46\x4e\xaa\xb3\xbe\x6e\ \xb0\x3b\xb3\xaf\x33\x67\xb0\x2e\x3b\xbb\xbc\xba\x2f\xd3\xd6\xd7\ \xdd\x7a\x66\xa0\xce\xd9\xd7\x52\x9f\xe9\xec\x3b\xd7\xdb\xde\x5d\ \xd5\x52\x57\xdf\x9d\xd2\x5c\xee\x6c\xad\x1e\xac\x6f\x6f\x5b\x19\ \xcf\x6f\xa8\xa9\x2c\xec\x6a\x9b\x2c\x29\x98\x5d\xc9\x2b\x3c\xd7\ \x52\xd2\xd2\x56\x74\xae\xb9\x24\xb7\xb7\xa4\xb0\xa0\x74\xbc\xc5\ \x01\x9d\x64\x57\x47\x67\x49\x7b\x79\x6f\x57\x47\x5f\x57\xaf\xa3\ \x3a\xad\x77\xc0\xd1\xd5\xe7\x1c\xac\x6a\x1f\xec\x3e\x93\x97\x5f\ \x51\x0a\x88\xaa\xb6\xb2\xb1\x60\xbc\xa1\x78\x7c\xb1\xb1\xb1\xbd\ \x60\x76\x77\x7d\x65\xa1\x61\x78\x69\xda\x35\x3d\xbb\xba\xb8\xda\ \xdf\x56\x39\xbb\xb9\xb7\xea\xda\x77\x01\x78\x7a\xb5\xff\x6c\xc3\ \xf5\x6c\xf7\xd5\xb3\x9d\x77\xeb\xbb\x9b\x9b\x7b\xbb\x93\x1b\xfb\ \x0b\x2b\xbb\xbb\xcf\x96\xd6\xd7\x57\xf6\x5e\xbb\x56\x76\xb7\x36\ \x37\x5e\x6c\x2e\x6d\xec\xed\x6d\x6c\xb9\x76\x17\xa6\xf7\xd7\x77\ \xde\xb9\xb6\x5e\x7f\xde\x59\x3d\xf8\x7c\xe7\xd3\xcd\x0f\xbf\xdf\ \x9a\x7f\xfa\xf4\xde\xbc\x75\xc6\xbc\x46\x13\x75\x4f\xe8\x95\x62\ \x31\x18\x26\x3d\x16\x39\x18\x2a\xd4\x7f\xeb\x74\x93\x04\x3c\x16\ \x20\xfa\xd6\x7c\x17\x13\xfb\x31\x3e\xb2\xf1\xe5\x6f\xb7\x8c\x6e\ \x08\x89\xee\xce\x99\xd8\x42\x60\x6d\x0e\xdf\xff\xa6\x23\x10\x7f\ \x6d\x63\xc5\xbd\x6a\xcd\x08\xf7\x61\x68\x58\x8c\xce\x1c\x76\xd8\ \xb4\x8f\x9c\x0a\xe6\x77\x2a\x8f\x2a\x66\x90\x2c\x1a\x9e\xa6\x4c\ \x2f\x60\x51\xb9\x7e\x60\x50\x33\xa8\x1c\x6e\xd4\xb8\xfa\x9e\xf7\ \xd7\x5c\x25\x97\xc3\xa2\x70\x19\x1c\x2e\x27\x92\x4b\x85\x0b\x66\ \x24\x1e\x37\x34\x34\x30\xb4\xbc\xad\xa8\xa0\x6d\xe4\xda\x63\x26\ \xe1\xbb\xfa\xf9\xf2\x5b\xbb\x7a\x6c\xcd\x3e\x63\x36\xc2\x6e\x80\ \x4f\x9e\xd8\xad\x56\xbb\xce\x0e\x6c\xde\x9a\x4a\xad\x55\x18\x65\ \x2a\x99\x5a\xa7\x50\x6b\x8d\xf3\x46\xbe\x41\xa5\x55\x19\xac\x5a\ \x1d\x80\x2e\x3b\xb0\x86\x46\xb3\x4e\x6d\xb7\x8e\xad\x69\xd7\xe6\ \x01\x64\xcd\xd8\xb5\x23\x63\x63\x0a\x09\x20\x33\xa3\x15\xe0\x18\ \x2c\xee\xae\x33\xcc\xcf\x8f\x19\x25\x70\xf1\x4a\x01\x6b\x53\xa8\ \x80\x27\x34\xe0\xb1\x64\x00\x3d\x0a\x3e\x2c\x4c\xa3\x36\x6e\x1b\ \x69\x34\xd8\x6f\x82\xcf\xf4\x10\x49\x44\x32\x3e\x81\x60\x54\xd0\ \xd0\x12\x3e\x81\x26\x02\xc4\x45\x26\x60\x71\x44\xba\x42\x44\xa3\ \xa9\x8c\xe7\x1f\x1c\x93\x20\x31\x34\x2d\x8d\xae\xe6\x93\x71\x4c\ \x1d\x19\x47\x94\xe0\x71\x04\xdc\xf9\xe5\xa9\x4b\x43\x17\xce\x9e\ \x3c\x3b\x75\x3e\x64\xee\xfe\x9c\x37\x56\xf6\xe4\x83\x56\x6d\x50\ \x90\x69\x0a\xbe\x42\x21\x93\x29\x80\xec\xf2\xe9\x74\x11\x02\x87\ \x27\xd0\x71\x38\x22\x19\xc1\x24\x10\xe8\x34\xe0\x08\x11\x64\x98\ \x63\x0d\xfc\xa0\x3b\x16\xc8\x95\x1b\x16\x8f\x41\x11\xe0\xbe\x21\ \x0a\x85\xc6\x10\x90\x38\x0f\x77\x98\x14\x8d\x45\x20\x91\x6e\x9e\ \x1e\xee\x28\x6f\x37\xc0\x5d\x1e\x58\xd4\x2f\xbe\x81\x01\x01\x61\ \x19\x49\xa9\xe1\xe1\x81\x02\x3d\x23\x30\x22\x02\x2e\x23\x72\x28\ \x7e\x3e\xd0\xb5\x53\x00\x02\x85\xfa\xb2\x61\x7b\x67\xd8\xc1\x8b\ \x43\xe2\x00\x43\x28\xe0\x71\x85\x14\x0a\x97\x25\x15\x72\x39\x80\ \xb0\x22\x03\x02\xfc\x7d\x38\x7e\xc2\x00\xbf\x54\xa0\x08\x7e\xa1\ \x61\xb1\xa1\x5c\x2a\x1b\x20\x58\x28\x85\x24\x14\x32\xc4\x7a\x01\ \x70\x6a\x97\x27\xca\xca\xe4\xe0\x7c\x52\x79\xb0\x48\xcd\xe5\xdb\ \x1a\xa1\x14\x16\xeb\xa3\xb0\x61\x2b\x0a\xae\x30\x50\xea\xcf\x91\ \x0a\x38\x54\x9f\x20\x29\x8f\x41\x95\xfa\xf9\xfa\xf9\x53\x49\x5c\ \xb6\x94\x23\x0d\xf0\x0d\x0d\x0e\x08\x88\x64\x58\x34\x24\x71\x0f\ \x95\x2a\x27\x89\x19\x54\x98\xc8\x08\x88\x1e\xfc\x46\x65\xb0\xa8\ \x36\x4b\xa9\xef\x81\x01\x0d\x72\x8b\xa5\x07\x8c\x47\xbd\x1e\xfc\ \xe0\xee\x68\x8f\x05\x4c\xa7\x1a\xf0\xc0\xe5\x89\x51\x3d\x23\x28\ \x25\x3e\x28\x21\x3c\x2c\x29\x25\x3a\x30\x3e\x28\x32\xd4\x37\x2c\ \x4c\xe8\x23\xf4\xe5\x52\x95\x13\xb7\x19\xfd\x2d\x8d\x95\xbb\xaf\ \x1c\xac\xb2\xbb\x77\x49\x59\x59\x1c\x0a\x35\x30\x36\xb3\x3c\x81\ \x2a\xec\x7d\x84\x3d\x26\xda\x9e\x9d\xbe\x75\xb8\xf1\xea\xe7\x3d\ \xf5\xcc\xc8\xbd\x5f\x1b\xf3\x6e\x3e\xbd\xb5\xf3\xf9\xad\xc2\xf0\ \x65\x72\xe0\xc6\xd8\xbc\x56\xb5\xad\x05\xb3\x00\x16\x81\x63\xf2\ \xe7\xdf\xfe\xf5\x4e\x15\xe2\xe1\xe1\xe9\x81\xc3\xa2\xf9\xc0\x26\ \xca\xac\xdf\x3f\x7e\x96\x60\x51\xc8\xb3\x21\xe6\x8f\xa5\x75\x31\ \xfe\x19\xd5\x15\x6f\xbd\x2f\x2c\x2f\x9f\x46\xd2\x61\x09\x49\x3e\ \x51\x24\xfb\xf6\x49\x05\x46\x17\x8d\xaf\x35\xd3\xb0\xb0\x7a\x06\ \x52\x36\x7f\x68\x56\x18\x9f\x7e\xfe\xb4\xf6\xed\xcf\xdf\x6f\xda\ \xe9\x32\xd4\xf1\x93\x57\xaf\x2d\x9f\x3d\x76\xe5\xf1\xd7\xa3\x05\ \xab\xe7\x47\x3b\x84\xff\xfc\xbb\x76\xf5\xf7\x3f\xff\xf3\xcf\xd1\ \x4d\xa0\x5a\x27\xff\x40\xd5\xa7\xae\xdf\xc9\x6a\xa8\xcd\xff\x69\ \xfe\x75\x1a\x71\xd2\xeb\xe3\xe0\xeb\xf4\xc6\x8a\xe8\x94\xfa\xec\ \xec\xd4\x9c\xff\x47\xd2\x7b\x38\xa5\xb5\xae\x7f\xdf\x1b\x50\x47\ \x8a\xc0\xd0\xa5\x48\x91\x4e\x68\x02\xa2\xa8\x10\x26\x05\x93\x48\ \x32\x4a\x92\x09\x1a\x34\xf6\xde\xb1\xf7\xde\x0d\x41\x63\x46\xcc\ \x0e\x1a\xdd\xee\x9d\x88\xc7\x24\x3b\x61\xeb\x58\x1e\x9d\xe3\x63\ \x7b\xad\x27\xc6\x98\xe7\xe4\x49\xfc\x25\xf3\xce\xfb\x3b\xff\xc5\ \x7b\xaf\xfd\x73\x12\x04\x5c\x2c\x94\x75\xad\xef\xf5\xf9\xde\xeb\ \xbe\xaf\xeb\xea\xad\x7b\x77\xee\x42\xbd\x29\x0a\x92\x0b\xee\x5f\ \x4d\x68\xef\xee\xe8\xed\x68\x2c\xeb\xe8\x6f\x6a\x2f\xaf\xea\xe8\ \xae\x2a\x2a\xbf\x5f\x30\xd8\xd5\xd7\xd8\xd5\x5d\x51\x3e\xd8\xd0\ \xd0\x35\xd8\x3c\xd8\x59\x01\x7c\x5d\x79\x41\x72\x55\xef\x60\x7d\ \x5f\xdb\xe3\x81\xf9\xd6\x91\x8a\xf4\xf4\xfa\xba\x81\xd2\xb1\x8d\ \xb1\xda\xdc\xb2\x8a\xba\xd4\xac\xac\x8c\xa6\xfa\x01\xa0\x45\xa5\ \x25\xa9\x79\xb9\xb9\xf5\x15\x4d\x65\x43\x83\x6d\x65\xbd\x5d\x55\ \x7d\x5d\x43\x65\x43\xfd\x49\x15\xdd\xed\xcd\x55\x7d\x6d\xb9\xb5\ \xed\xe5\x8d\x15\xbd\x19\x03\x19\x19\x8f\x33\xeb\xfb\xd2\x27\x2b\ \x5b\xeb\xc6\xd3\x32\x8a\xf3\x26\xd6\x27\x27\xa7\xc6\xe6\x06\x66\ \x27\x5a\x27\xb7\xe6\xa7\x16\xe7\x4b\x80\x78\xad\x6d\xac\xef\x7f\ \x9c\x99\x3f\x5c\xdc\x9f\x9f\x5f\xde\x39\x9f\x1b\xd9\x00\x58\xb5\ \xbe\xbe\x33\xbb\x3c\x3f\x7d\xb8\xbe\xb2\x37\x05\x1e\xee\x1f\x6d\ \xcd\x4e\xaf\x4c\x4f\x1e\x6d\x6c\x7c\xdc\xdb\x3f\x98\x9b\x5f\x3f\ \x5f\x5a\x59\xf9\x78\xbe\x35\xb1\xbf\xb1\x7c\x7a\xf1\xf3\xdd\xb7\ \x9f\xef\x3f\x7f\xf2\x7d\xb7\xbb\xbc\xd6\x13\x9b\x90\x3a\xf4\x21\ \xa5\x07\xba\x86\xdc\x53\x58\xf8\x32\x85\x03\x4d\x56\xc7\x51\x68\ \x7c\x10\x45\x2c\x1a\x2d\xb6\x23\xf6\xa6\x71\x95\x74\x5c\xa4\xab\ \x9a\x5b\xf5\x1a\x51\x81\x58\x5f\x71\x43\xe3\x9c\x19\x6b\xb5\x2f\ \x7c\xb6\x04\x46\xac\xbe\xbd\x4f\xb9\xf8\x58\x71\x23\x46\x06\x04\ \xaa\x3f\x5d\x24\x2a\x69\x56\x70\xf8\x34\x0e\x45\x41\x67\x82\xf4\ \x99\xa2\x88\x07\x0a\x48\xa3\x73\x19\x34\x26\x83\x4f\x11\x33\x0b\ \x16\xa4\xd4\xdf\xff\x77\xa6\x89\x42\xe4\x02\x0b\xa8\x94\x81\xd3\ \x83\xcf\xa2\x53\xa0\x55\x1b\x31\x51\x82\xb8\xe6\xa9\xfd\xf4\x2f\ \x2f\xfe\x6b\x78\xf5\x05\xf5\xfd\x5f\xff\xda\xf5\x9a\xbd\x6e\xa8\ \x51\x8e\xc3\x6d\x71\xad\x3a\x56\x81\x86\x00\x3a\xb2\x99\x1d\xd0\ \x44\x4f\x83\xd5\x62\x21\x69\x84\x76\x9b\xcb\x61\xb3\xf3\x34\x9b\ \x2e\xbb\xcb\x60\x77\x9a\x8d\x4e\x83\x07\x3c\x01\xf8\xca\xea\x74\ \x1a\xec\x2e\xbf\xdd\xbe\x69\xe3\x59\xa0\x19\x04\x16\x9f\x81\x24\ \xb4\xbb\x5d\x40\x9f\x6c\x66\x9b\x4b\x63\x71\x18\x57\xfd\xc0\x23\ \xda\xad\xe0\x9e\xc1\x29\x34\x06\x06\xa1\x7d\xab\x66\x1e\x1b\x8b\ \x42\xf0\xa4\x3c\x83\xd3\xfc\xf7\x0c\x07\x21\x35\x98\x44\xa2\x9a\ \x49\x24\x3c\xdb\x00\x43\x92\x79\x24\x36\x8f\x2c\x35\xf2\xb0\x30\ \x3c\x56\x88\x07\x8f\xc8\xbc\xfc\x3f\x42\xa9\x40\x73\x30\x81\xd8\ \xbf\x0b\x31\x48\xc1\x96\x42\x2c\x16\x11\x9c\xff\xfc\xc5\xb3\xea\ \xfc\x96\xd1\xd1\xe1\xe1\x4b\xbf\xfe\xe3\xb7\x4b\x68\x2a\x40\x40\ \x2a\x26\x40\x6a\x00\x51\x2d\x35\x02\x15\xe4\x09\xc9\x42\x29\x06\ \x8d\x41\xe3\xa9\x08\x34\x86\x8d\xc0\xa0\xd1\x42\x21\x2c\x00\xea\ \x78\x8f\xa6\xe2\x03\xb0\x68\xe0\x09\xd1\xa8\x10\x34\x3a\x24\x00\ \x58\x4c\x24\x02\x89\x01\xde\x10\x0e\x74\x0b\x8b\x0c\x0b\x08\x02\ \x0e\x04\x19\x08\x83\x7a\x7d\x85\x5e\x0a\x09\x41\x04\xff\x22\xd1\ \xaa\xe4\x82\x1b\x49\xb7\xe3\x64\x0c\x05\x9f\x15\x75\x55\xc9\x25\ \x10\x69\xc0\xa6\x71\x89\x5c\x01\x05\x27\x12\xe3\xe8\x32\x2e\xe4\ \xcc\xf9\xc0\x1c\x32\x00\x4d\xe1\x80\xd2\x70\x71\x44\x09\x13\x6a\ \xc8\x45\x27\x30\x95\xb1\x97\xd5\x74\xf9\x15\x15\x5d\x24\x06\xa0\ \x25\x11\x47\xca\x80\x4b\x67\xd2\x81\xb8\x41\xd5\x69\xe8\x44\x45\ \x3c\x30\x6f\xfa\x14\x00\x68\x12\x3a\x31\x3e\xa5\xf0\xe9\x4b\x68\ \xba\x54\x0a\x1f\x58\x7e\x26\x54\x9d\x86\x09\xde\x49\x0c\x42\x01\ \x47\x10\x8b\xf9\x74\x2e\x9d\x05\x1c\xa8\x44\x27\xe7\x70\x18\x62\ \x0a\x91\x86\x93\xd0\xe5\x71\x5a\xb5\x4e\x0c\x15\x20\x62\xe1\x28\ \x7c\xf0\xbd\x50\xaf\xe7\x88\xf9\x26\x68\x99\x29\x87\x13\x9f\xc2\ \x82\xae\xf7\xe8\x53\x3e\xf4\x14\x02\xcc\x7a\xd2\x13\x0f\x9c\xa2\ \x22\x1e\xc8\x54\xca\x93\x97\x4f\x9f\xfe\xf9\xb2\x07\x82\x2c\xf0\ \x34\x85\x45\x60\x51\x94\x5a\x3a\x8b\x0f\x44\x4e\xad\x84\xaa\xd1\ \x43\x97\x7a\x14\x4f\x24\x9f\x7e\x6e\x78\x66\xda\xe9\x80\xaf\xe8\ \xb7\x62\x75\x44\x7a\xff\xf2\x58\x55\xb4\xae\x79\x01\x79\x1d\xfe\ \xad\x35\x77\xc1\xb5\x9c\x96\xf1\xc5\x42\xa5\x1a\x8d\x9b\xa5\xa9\ \xd0\xc8\xf9\xd9\xe9\xb1\xff\xfb\x72\xd6\xa2\x85\x6c\x97\xa2\xf1\ \xd0\xb5\x8c\x40\x8d\xd0\x7d\x72\x71\xf8\xde\x10\x12\x16\x16\xac\ \x71\x38\xa4\x1a\x64\x30\xd9\xe1\xff\xee\xe0\xc1\x02\xc8\x52\x36\ \x19\x13\x1c\x06\x0f\x05\x59\x3b\x46\x2b\xd6\xe6\x8e\xfc\x08\xf8\ \xfd\xf7\xfc\xb0\xf0\x60\x34\x4f\x68\x74\x00\x77\x8f\x47\x91\x34\ \xb6\x63\x33\x02\x6b\x58\x38\xb5\x9b\x79\x56\xbf\x0d\x22\xad\xd3\ \x8d\x6d\xe7\xaa\x07\x4f\x36\x23\x50\xb6\xaf\xef\xa5\x3c\x72\xe8\ \xa3\xd1\xe1\xd1\xd7\x7f\xfd\xf3\x7f\x41\xd7\x09\xff\x47\xa7\x20\ \xa9\xfa\xf7\xff\x68\xd7\xbf\xff\x19\xf1\xaf\xba\xf2\x5b\x3f\xa7\ \x5b\x97\x8a\xee\x8d\xef\x5b\xa6\x6b\x8f\x9e\x61\x62\x7b\x0f\x8f\ \x26\x2e\xba\x1f\x26\xdd\xee\xbb\x73\xe3\xc1\xc3\x6b\xc9\x0f\x2f\ \x27\xdc\x29\xa8\x2a\xba\x1b\x03\x0d\xba\x77\xf7\xd5\x74\x54\x15\ \x0c\x96\xf5\xdd\xbf\xd7\x57\x75\xaf\xe0\x41\x55\xc1\xc3\xa1\xf6\ \xae\xc1\xb4\x9a\x8e\xb6\x8a\xce\xc6\xc1\xae\xda\xb2\xa4\x9a\xfe\ \xee\x8e\xc1\xc6\x82\xae\xae\xf2\xee\xe9\xd6\xb1\xf9\xe2\xec\xc7\ \x15\x83\x63\xad\xcd\x99\x4b\xb9\xfd\x99\xf5\xcd\x23\xe3\x95\x75\ \x59\x5d\x15\xc5\x8d\xe9\x95\x69\x19\xe9\xa9\x4d\x99\xb9\x43\xa5\ \xdd\x0d\x35\x8d\x9d\xb5\x65\x65\xfd\xa5\x6d\x43\xfd\x7d\xfd\x5d\ \xed\xfd\xcd\x9d\x4d\x6d\x65\x9d\xed\xa9\xed\xcd\x95\xf5\xe9\x25\ \x59\xa5\x95\x19\x35\xd9\x25\xe9\x23\x25\xe9\x19\x75\x8f\x53\xe7\ \xd6\x07\xea\xd6\x07\x96\xc7\x07\x1e\x8f\x8f\x4f\xce\xcd\xcd\x0e\ \x4c\x65\x2f\x2d\xae\x9f\xef\x2c\xaf\xed\xaf\xcc\x6f\xad\x6c\xcd\ \xcd\xcd\xaf\xcd\xd6\xad\xac\x2d\x1f\x1c\xec\x6d\x2d\x6f\x2c\x4e\ \x4e\x4f\xcf\x2f\xb6\x6e\x1c\xae\x1c\x1e\xad\x4c\x54\x4e\x8f\x4d\ \x1d\xae\xcf\x6d\x8d\xef\x4d\xcf\xad\x4d\x1f\x2c\xcf\xef\xed\x1d\ \x1d\x6c\xad\xed\xac\xbf\x85\x26\xb7\x03\x57\xfd\xde\xbf\xed\x30\ \xaf\x7a\xdd\x64\x76\x79\x8a\xa9\xa7\xa7\x27\xc5\xf4\xd4\xf4\xf4\ \x09\x84\xfb\x50\x11\x3e\x22\x43\xaf\x07\x68\xc4\x62\xc5\xe3\xaa\ \xe6\x4b\x7c\x3b\x1b\x05\x71\x0d\xa7\xbb\x4e\x61\x08\xc2\xfa\xe3\ \xe0\x6d\x6a\x9e\x17\x6d\xd6\x00\x76\x21\x5d\xc7\x7a\xc6\xfe\x93\ \xe1\xfa\xd8\x7c\x47\x47\x53\xb0\x12\x0e\xe5\xf4\xfe\x53\x11\x8b\ \x43\xe7\xd0\x59\x44\x26\xe5\x29\x08\xed\x1e\x05\x8b\x08\x6c\x07\ \x93\xc6\x22\x10\x28\x62\x59\xbd\x17\x39\xfa\xc7\x6f\x19\x20\x42\ \x05\x5c\x02\x57\x17\x27\x67\xb0\xf4\x38\x22\x81\xc8\xc5\xc9\xb4\ \x51\xba\xb6\x9c\xdc\x8d\x33\xec\x1f\xff\x8d\x2f\x4b\xfc\x2f\xcc\ \xf0\xff\xb5\x03\x75\x81\xd6\xb2\x98\x7d\x7e\x97\xd9\x61\xdf\xf6\ \x1c\xfb\x80\x5a\x59\x6c\xc0\xf1\x99\xcd\x56\x83\xd3\x2f\x25\x5b\ \xac\x2e\x87\xc3\xb6\x69\xb5\x7b\xbc\x76\xb7\xd5\x01\x52\xa7\xc7\ \xea\xdb\x75\xee\xfa\x4f\x76\xcd\xc0\x3c\x5a\xec\x9b\x5e\xef\xb6\ \x15\xa8\x1c\xb4\x48\xd0\xe9\x30\x4b\x3d\xab\x5e\x8d\xd4\x2c\x35\ \x5b\x1c\x42\xab\x05\x78\x00\x20\x7c\x0e\xb0\x53\xaf\xc5\xca\x16\ \x06\x87\x92\xfc\x4e\x9b\x59\xc3\x46\xe0\xa9\x52\xa9\x0b\x48\x9a\ \xd9\x00\x43\x19\x84\x08\xac\x94\xa4\xb1\x50\xb1\x42\x07\x16\x45\ \xc5\x63\xa5\x3c\x92\x54\x83\x26\x91\x35\x40\xc3\xcc\x54\xb6\xd4\ \x90\xf8\x57\x28\x19\x06\x23\xb1\xf1\x68\x2a\x0f\x8b\x26\x19\x49\ \x54\x32\x95\x84\x40\xc1\xaa\xa1\x42\xba\xc3\x8f\xaa\x9f\xb7\x0c\ \xff\xf6\xc7\x1f\xaf\x5b\x82\x10\x54\xb2\x10\x8d\xc7\x40\x5d\x3e\ \xac\x78\x36\x9b\x4a\x86\x0a\x78\x91\x80\xb7\xc4\x22\x61\x18\x2a\ \x09\x4f\xc5\xa2\x31\x78\x48\xbf\xa0\x47\x58\x32\x16\x83\x17\xa2\ \x60\xe0\x49\x18\x0c\x02\xad\x20\x38\x3c\x00\x6a\x64\x1f\x84\x00\ \x74\x07\x0b\x86\x07\x05\x23\xa0\x56\xd1\x81\x61\x21\x08\x78\x62\ \x68\x10\x20\x2c\x3a\x37\x4a\x1e\x95\xd0\xf7\xf0\xb2\x8c\xc2\x52\ \xe0\x04\x57\x54\xc0\xcb\xd1\x98\x74\x3a\x45\x26\x01\x8a\x43\x10\ \x30\xc4\x4a\x31\x85\x22\x13\x13\x80\x5a\x11\x98\xd0\x75\x40\x02\ \x9f\xc2\x15\x8b\x28\x74\xa8\xb5\x4d\xac\x00\xca\x21\x31\x31\x37\ \x62\xc5\x7c\xa8\x8d\xb3\x2e\x52\x27\x13\x8b\xc5\x12\x2e\x85\x86\ \xe3\x80\x83\xc4\xe5\xe8\x9f\xa6\x40\x6d\xee\xa1\xf6\xf2\x7c\x88\ \xb5\x52\x7a\x9e\x3c\x51\x70\x52\xf8\x04\xb1\x0c\x47\x60\x48\xc0\ \x96\x4c\x8a\x44\xab\x25\xd2\x19\x14\xba\x04\x5a\x59\x03\xde\x4e\ \x16\xcd\x04\xa9\x0f\x27\xa1\x31\x99\x02\x9d\x56\xa6\x8c\xe6\x2a\ \x09\x2c\xe0\x20\x89\x2c\xda\xdf\x75\xb5\x80\xde\x29\x14\x4c\x93\ \x9e\x46\xa7\xe9\x4d\x34\x60\x14\x81\x61\x8c\x87\x0a\x65\xc5\x43\ \x85\x1f\x52\x0a\x41\x6c\x9a\x40\x6c\x16\xf6\x3c\xed\x79\xaa\x4f\ \xe9\x01\xd0\xf5\xf4\xc3\x87\x27\x4f\x9e\xa4\xc4\xbf\x04\x16\x92\ \xf5\x34\x9e\xa0\x93\x8b\x58\x50\x27\x58\xbe\xe9\x4f\xa5\xf1\x6c\ \x36\x43\xfd\xe1\xe5\x93\x42\x81\x44\x2c\x92\xc5\x2e\x9e\x65\x74\ \x0d\x2c\x1e\x18\xd0\x24\xdb\x4a\xde\xda\x89\x3f\xfd\xe6\xbd\x05\ \xa7\xd4\x40\xc6\xbe\x2f\x99\x5c\x35\x6f\xbe\xfa\x79\x76\x61\xf3\ \xcd\xd7\xed\x7c\xb6\x93\x48\xd2\x40\x04\x9a\x8d\x42\x4b\x57\xfd\ \x9f\xbf\x2e\xbc\xc2\xc3\x82\xd1\xf6\x9f\xaf\x36\x85\x54\x0b\xda\ \xb0\x7d\xfc\xf9\xd3\x99\x1f\x8f\x92\x3a\xa9\x4e\xbb\x75\xf5\xed\ \x77\x2b\x12\xc1\xc6\x1f\x97\x56\x5c\x91\x09\x3a\xa6\xbe\xec\xc2\ \x1e\x85\xa2\xf1\xe0\x70\x51\xc1\x11\xd3\x00\xba\x87\x2a\x4c\x1e\ \x4e\x19\xd8\x6c\xcd\xae\x8f\x8c\x14\x52\xc9\x52\xe0\xfd\xb1\x56\ \xb3\xc3\x8d\x20\x6f\x5a\x56\xb7\x7d\x1e\x1e\x4f\xe3\x30\x58\x9c\ \x2e\x8b\xd3\x82\x08\x69\x79\xf4\x07\x10\xaa\x7f\xff\xf7\xbf\xff\ \x0d\x41\xd6\x7f\xff\xfb\xff\x1b\xfd\xeb\xeb\xfd\x84\xfb\x3f\xbb\ \x6a\x6b\x3a\xfa\xcb\x87\x26\xbe\x1e\x25\xe5\xb5\x04\xdd\x6c\xbe\ \xf4\xbe\xbd\x08\xaa\xcb\x70\xff\xc6\xc3\x07\x37\x93\xca\x1f\xdc\ \xbd\x7d\x27\x39\xe9\xe6\xe5\x9a\xa2\x87\x43\x1d\x1d\x8d\xe5\xc9\ \x8d\xed\x35\x50\xa3\xe6\xaa\xaa\xaa\xa4\x7b\x45\xc9\x55\x35\xfd\ \x9d\x4d\xfd\x35\x8d\x8d\x0d\xbd\xdd\x6d\x65\xf5\x05\x0f\x06\x07\ \x07\xfb\x1a\xab\x06\x7b\xfb\x7b\xa7\x27\x8a\x73\x5b\x73\x8a\xcb\ \x92\x2b\xc7\xb3\x6b\x67\xd3\x73\x32\x1b\x9a\xc6\x5b\xc7\x1e\x67\ \x96\x66\xa7\xf7\x67\x16\x43\xb5\x17\x7a\xeb\x72\x9b\x7b\xdb\x3b\ \x9b\x9a\x1b\xcb\x6b\xbb\x06\xbb\x7b\xfb\xbb\xba\xfb\xba\xfb\xfa\ \xeb\xeb\x1b\x7a\x3b\x6e\x75\x36\x54\x94\xd5\xd5\x55\x34\x34\x65\ \x16\x67\xe4\xe4\xe6\xd4\x55\x0e\x54\x66\xe6\x66\xa6\x3f\x5e\xca\ \xca\x1a\x6b\x2d\x9e\xce\x18\x5b\x99\x1d\x98\x9c\x9e\x9d\x9a\x9d\ \xdb\xda\x58\x5b\x5f\x87\x26\x56\x8d\xec\x6d\x1d\x2d\xaf\xac\x6f\ \xed\x4c\xac\x01\x2d\x3a\x58\x9a\x3e\x5a\x9f\x3b\x3f\x5c\x5b\x5c\ \x3e\x58\xde\x5f\x9c\xdf\x3f\xda\xdb\x07\x96\x70\x6a\x1f\x6c\xf9\ \x71\x79\x79\x7c\x76\x76\x63\xf1\xe3\xf2\xce\xfa\xcc\xde\xd2\xde\ \x8f\x8b\x57\x9f\xb7\x5d\xab\xbb\xbb\x76\xbb\xd4\x62\xb3\x4a\xcd\ \xf7\x5e\x7e\x88\x7f\xa9\x87\xaa\x7c\x14\x16\xf6\x98\xe2\x81\x31\ \x64\xb1\x52\x4c\x7c\x3d\xd4\x55\x22\x05\x24\x41\xd3\xad\xb5\x35\ \x5f\xa6\x5c\x9b\xb9\xcb\x33\x5b\x35\xec\x40\xe3\x9b\xf5\xf6\xbe\ \x63\x8c\xd9\xff\x13\x58\xc2\xc4\x08\xe4\xab\xc2\x04\xc3\xbb\xd9\ \x64\x9d\x40\x44\x94\xcf\xdc\xa2\xe9\xde\x77\x73\x58\x7a\x16\x8e\ \x81\x63\x11\x14\x26\xa8\xea\x11\x05\xa4\x69\x81\x96\xc9\x64\x10\ \x71\xf2\xa4\x65\x76\xc4\xeb\x96\xc4\x07\x44\x09\x34\x00\x2c\xd7\ \xc5\xca\x09\x7c\x05\x05\x47\x07\xc1\x2c\x11\x70\xa3\x72\x5a\xd7\ \x4f\x77\x43\xff\xd7\xff\x63\x2d\x92\xfe\xd7\x70\xf8\x1f\x6e\xb7\ \xd3\xed\xb0\x03\x51\x71\x7d\xdf\x5c\x05\xe6\xd5\x0f\x38\xcb\x05\ \x04\xcb\x6a\xb5\x68\x0c\x06\x83\xdd\x2d\xd5\x78\xa0\xa5\x3b\x40\ \xaa\xcc\x0e\x9b\xd5\x6b\xb3\xbb\x3d\x1e\x60\x05\x9d\x6e\xab\xd3\ \x6a\x77\xda\x5d\x36\x0b\x34\x7b\xcb\xea\x94\x9a\xdd\x0e\x29\x60\ \x31\xbf\xcf\xe3\x36\xd8\xad\x66\x29\x5a\x63\xb1\x18\xed\x60\x2b\ \x9b\x01\xf8\x48\x0d\xcf\x00\x2c\xa6\x46\x4a\xc6\x58\xec\x3c\xa3\ \x94\x4a\x85\xca\xbf\xf0\xc0\xcb\x84\xe0\x43\xa2\x5a\x84\x30\x8c\ \x0d\xaa\xbe\x4e\x12\x1a\xa1\x98\x24\xb1\xa9\x24\xb2\x41\x08\x0d\ \x95\x93\xc8\x64\x36\x59\x63\x09\xff\x67\x35\x29\x08\x09\x4d\xd8\ \x22\x49\xa9\x58\xaa\x05\x4b\xe6\x61\xf1\x18\x3c\xb2\xfa\x45\x3e\ \x54\xe1\xad\xfa\xd9\x8b\x67\xcf\x5f\xff\xf1\xc7\x70\x22\xd2\xe3\ \x34\x1a\x80\x5e\x3a\x80\x25\x64\x1b\xa5\x6c\xe8\x42\x21\xb0\x95\ \x68\x0c\x0c\x11\x8c\x00\x11\x8f\xc5\x92\x31\x90\x56\x91\xa1\xa9\ \xa4\x64\x32\x48\xc5\x30\x24\xa0\x2f\x3c\x1a\x05\x0b\x08\x0b\x83\ \x07\x04\x22\xb1\x54\x2c\x0a\x90\x16\xd8\x1c\x15\x0c\x87\x86\xdd\ \xe1\xa1\x01\x21\x70\x58\x68\x68\x08\x3a\x00\xb2\x84\x31\x57\xd5\ \xd1\x77\x6b\x12\x64\x12\xa2\x89\xc3\xb8\x1f\x2d\xa6\xd3\x28\x4c\ \x20\x59\x62\x09\x4e\x89\x33\xd1\xc5\x32\xae\x4c\x40\x61\x00\x7c\ \x92\x33\xe9\x44\x70\x50\x24\x4c\x0e\x81\xce\x07\x82\x26\x88\x51\ \xc9\x65\x04\x3e\x4e\x7b\xf5\xd6\xed\x28\x0a\x9d\x48\x20\xc8\x75\ \x31\x57\x25\x4c\x19\x00\x2d\x1a\x81\x45\x23\x50\x24\x62\x31\xb0\ \x67\x7f\xf6\xb0\x4c\x0c\xba\x02\x6a\x94\x63\x32\x29\xf8\x1c\x13\ \x47\xaf\x67\x31\x70\x22\x1d\x17\x02\x31\x22\x34\x9f\x9e\x19\xc5\ \x65\x50\xb8\x5c\x70\x40\xe9\x74\x09\x85\x29\x13\xc8\x28\x62\x2e\ \x91\x48\xc0\xd1\x59\x22\xad\x56\x20\xd3\x89\x65\x4c\x0a\x40\x78\ \x0a\x81\x48\xd0\xd3\x68\x40\xfb\x70\x7a\x22\x34\xe2\x6e\x2a\xe4\ \xb0\x38\x1f\x0a\xf5\x29\xd0\xb8\x7b\x8f\xbe\xd0\x04\x9e\x89\x7f\ \xfa\x9f\x9e\xf8\x94\x14\x3e\x0d\xc0\xbf\x9e\x00\xa2\xd3\x04\x84\ \x0b\x5a\x78\xa8\x00\xb8\xa5\xe0\x10\x54\x32\x9d\x92\x46\x51\xc4\ \x2b\x88\x7a\x10\x76\x1f\x04\xa7\x6d\x2a\xd3\x9f\x4f\x5f\xf2\x25\ \xe0\xaf\xc4\xa9\x32\xd2\x6f\x97\x2d\x1e\x6f\x2e\x78\xc9\xc6\x8b\ \xa9\xef\xd2\x6f\xbd\xea\xbb\xbb\x1e\x0f\x02\x4d\x3a\x59\x3a\xd8\ \xf6\x78\x8f\xdf\x2e\x7d\x71\x7f\x1d\xab\xa8\x3b\xfd\x0a\x51\x34\ \xdb\x8c\x46\x4b\x3d\x9e\xf7\x7b\xcb\xc0\x93\xa0\x02\x51\x9e\xb7\ \x67\x3e\x68\x3c\x42\xea\x44\xa0\xec\x3c\xaa\xc3\x26\x44\x86\x05\ \x19\xbe\xfb\x4f\xd0\xc1\x46\xb3\x93\x07\x0f\xc4\x20\x11\x98\x2f\ \x05\x12\x0e\x77\x60\x9b\x3a\xfa\xfc\x59\x04\x55\x63\xa7\xc2\x82\ \xa9\x42\xa1\xd5\xe6\xb1\xf0\x4e\x3e\xb1\xcd\x0b\x0b\xa8\x30\x38\ \x16\x46\x76\xd9\x57\xbd\xd6\xdd\x63\xf2\x36\x89\x6d\x75\x69\x34\ \x9b\x4e\x0d\x4f\xc3\x13\x52\x0d\x42\xa3\xd9\x66\x73\x6a\x3c\x36\ \xaa\x01\x1f\x90\x38\xfc\xeb\xf3\x7f\xfd\x3d\x21\xeb\xf7\xe0\xe8\ \x5b\x65\xa9\x63\x57\x1e\x16\x34\xe6\xde\xbc\x96\xd4\x6f\x70\x36\ \xf4\xc1\x10\x17\x70\xd7\xbd\x87\x5d\x8d\x55\x1d\x05\x45\x7d\x35\ \x0f\x1e\x26\x25\x55\x3d\xe8\x1a\xaa\xea\xb8\x9c\x7c\xef\x66\xd1\ \x60\x4d\x55\x6d\x59\x41\xd7\x83\x82\x07\x77\x1f\x36\x16\x15\xd5\ \xdc\x7e\x50\xd5\x51\xd3\xd1\x57\xdf\xd9\xdf\xd0\xdc\x50\x36\xd8\ \x5e\x5f\xd6\xd9\x57\x51\xd4\x51\xde\x5d\xd0\xdb\x90\xdc\x34\x09\ \x74\x65\x39\x3b\xb3\xa4\x2d\x6f\xa0\x6e\x7a\x39\x23\xaf\xa2\xa9\ \x69\x62\x60\x72\xaa\xb2\x3e\x73\xbc\x2c\xab\x35\x2b\x33\x23\xad\ \xac\xb9\xb4\x39\xa7\xa9\xa9\xa2\xac\xb9\x3d\xbb\xad\xad\x7e\xa8\ \xaf\xbb\xb3\xaf\x06\xec\xa6\xbe\xa3\xb1\xb6\xbd\xb1\xa3\x3b\x7b\ \xa0\xb8\x2e\xb7\x75\x64\x20\xa7\xb4\x32\x33\x6b\x2c\x67\x22\xa3\ \x24\x2b\x7d\x71\xaa\xb8\x6e\x79\xe0\xf1\x62\xc9\x18\x8b\x52\x00\ \x00\x20\x00\x49\x44\x41\x54\xeb\xfc\xc4\xec\xec\x12\x10\x9f\xb1\ \x91\xf9\x9d\xd9\xc5\x8d\xf5\xe9\x8d\xb5\xad\x8d\x95\x9d\xe9\xb5\ \xc3\x83\x89\xc9\xc3\xa5\xf5\xe5\xa3\xf3\x9d\xc5\xd9\xc9\xb5\xe5\ \xc5\xa5\xf5\x8d\xa5\xbd\x8d\x9d\x8f\x6b\xcb\xcb\xe0\xde\xd4\xe1\ \xf9\xfa\xde\xe2\xe2\xde\xf2\xfa\xd2\xda\xe2\xc1\xda\xfa\xd6\xd6\ \xfa\xf9\xc2\x8f\x9f\x6f\x76\x8f\x4f\x5c\xe0\xe4\xf6\x6a\xac\x06\ \xbc\xed\xee\x9f\x3d\x7f\xf6\x98\xa0\xa6\x11\x50\x9b\xe6\x78\x40\ \xe0\xf1\x7a\x16\xb4\xc4\x8b\xcf\x37\x99\x52\x0a\x01\x93\x17\xaa\ \x06\x36\xd7\xb2\x86\x3a\x3e\xbb\xbf\x6f\xe2\xd1\x24\xac\xf5\xa8\ \xfb\xf2\xc7\x60\xbc\xd1\x7b\xe2\x30\x06\x5e\x0f\x91\x8a\x28\xef\ \x3f\x6d\xa4\xde\x8b\x92\x49\xb4\x07\xbd\x0a\xc6\xd6\x19\x9f\xc2\ \x60\x99\xe8\xd0\x15\x28\xa8\x44\x1b\x54\x41\x9c\xa9\x8e\xe4\x8a\ \x64\x5c\x49\x54\xe3\x26\xea\xd2\x1f\xbf\x85\xca\x28\x50\xc9\x38\ \xad\x32\x36\x5a\xcb\x62\x31\x69\x04\x91\x04\x6a\x77\x1e\x59\x94\ \x91\xba\xf3\x7e\xb7\xfa\x9f\xff\x1d\x51\xf6\xf9\xaf\x7f\xbc\x88\ \x70\x6d\x7a\xad\x36\x9b\xd7\x6e\xf3\xbc\x77\x78\xfc\x7e\xa7\xd7\ \xee\x74\x58\x81\x8d\xb2\x39\xcc\x46\xab\x1b\x5a\xb4\x23\xe5\xd9\ \x1c\x16\xa0\x4f\x16\x2b\x88\x2c\xf0\x63\x8b\x6b\xdb\xe2\x77\xdb\ \xdc\x6e\x97\x73\xd5\xee\x06\x7e\xcf\x6d\x37\x6a\x1c\x36\x8b\xd0\ \x62\xff\x9f\x32\x0f\x16\x87\xd3\x69\x33\x00\x7d\xa2\x92\x2d\x1e\ \xb7\xc6\xee\xb3\x0a\x85\x1e\xa3\xd0\xc0\xb6\x49\xad\xd0\x1a\x44\ \x9b\x15\x68\x0d\x0a\x83\x82\x63\xb1\x06\x8d\xc6\x08\xf4\x8a\x04\ \x2c\x21\xda\x66\x33\x0a\x01\xf2\x90\xc9\x50\xb7\x67\x21\x0f\xa4\ \x4c\x1e\x9e\x4c\xc5\x50\x79\x06\xc8\x03\x5c\xff\x57\xb5\x06\x05\ \xb5\xcd\x09\x36\x1a\xc9\x18\xac\x01\x68\x19\x86\x8a\xe7\x05\x0e\ \x8f\xfe\x36\x7a\xa9\x65\xb8\x65\x78\xf8\x45\xf5\xaf\xbf\xff\x35\ \x1a\x8a\x39\xd9\x34\xf3\x0c\x1a\xa3\x85\x6d\x31\x93\xad\x3c\x21\ \x78\x5f\xa1\xd9\xc0\xc3\xc0\x90\x88\x60\x3c\x09\x48\x13\x06\x8b\ \x41\x92\xc9\x60\x4f\x68\x2a\x19\x0d\x70\x0e\x16\x18\x8c\xa1\x02\ \xab\x02\x87\xda\xd6\x23\x60\x30\x34\x95\x1a\x00\x83\x05\x03\xbd\ \x82\x05\x04\x5d\x8a\x80\x07\x20\xa1\x32\x59\x01\x80\xba\x22\x02\ \x83\x83\x7e\x51\xc5\x5e\x56\xca\xef\x80\xcc\x2b\xe7\xe2\x58\x2c\ \xf1\xe5\x38\x19\x30\x62\x14\x26\x41\xac\x24\xe2\x24\x44\x70\x24\ \x98\xd0\x58\x15\x60\x1f\x80\x42\x62\xf0\x80\x46\x67\xe2\x70\x40\ \x8b\x24\x62\x99\x48\x20\x62\x12\x45\x62\xad\x4e\xa9\xd2\x81\xe3\ \xaf\xe7\x0a\x74\x51\x4a\xe0\x0b\x99\xe0\x25\x74\xba\x98\xa0\x14\ \x10\x71\x44\x1c\xce\x44\x61\xf5\xf4\xe8\x3f\xa4\x00\x80\x8b\x07\ \x92\xc8\x4f\x51\x50\x18\x4c\x22\x9d\x40\xa1\x73\x29\x2c\x31\x83\ \x05\x2d\xf6\x51\x8a\xc0\x5e\xa0\xc5\x3f\x5c\x0a\x8e\xab\x12\xc8\ \x94\x20\x00\x18\x34\xad\x96\x40\x63\x46\xab\xc4\x32\x95\x4e\x09\ \x34\x90\xa6\xc7\x51\x28\x7c\x00\x54\x50\x6f\x5d\x26\x08\x37\x85\ \x9e\x68\xa2\x15\xea\x7b\x68\x7c\xa8\x76\xc3\x07\x90\x3a\xe3\x9f\ \xa6\xc4\xc7\x43\xf0\x1f\xff\xd2\x14\x9f\x02\xb2\x27\x07\xf0\x1d\ \x20\x30\x68\x61\x4f\x7c\xe1\x4b\x05\x8b\xae\x7e\xf0\xa0\xa6\xad\ \xfe\x96\x44\x41\x49\xd1\x33\x89\x2c\x1c\xab\xb1\x4d\xc4\x31\xe9\ \x15\xd0\x24\x7d\x06\xf7\x76\xf2\x9d\xdb\x5f\xbe\x3b\xbc\x0b\x3b\ \x1e\xc3\xf7\x1f\xaf\xbe\xff\x2c\xd5\xdd\xfc\xb9\xbd\x2f\x85\xe3\ \xb7\x8f\x4e\x7f\x3a\x85\xb6\x85\x8d\x33\xe3\xab\xd4\xa5\xd9\xf9\ \x3d\x07\x1a\xef\xdd\x25\xa1\xe1\x28\xff\xf6\x8f\xf5\x73\xf3\xa7\ \xaf\xfb\x64\xf2\xce\xf8\xfe\xcc\x2b\xbf\xd3\x69\x11\x6a\x40\x06\ \xe2\x01\xb4\x0d\x40\x60\x11\x18\x2a\x3c\x04\x8b\xe6\x39\x2c\xd4\ \x60\x14\x32\x24\x18\x15\x1e\x61\x9e\x8d\xe4\x30\x63\x92\x37\xac\ \x8f\x5e\x0f\x87\xf3\x9c\x06\x83\x6d\x53\xa3\xf1\x83\xff\x3c\x2c\ \x49\xea\x08\xc4\x98\x79\x40\xef\xec\x0e\xa7\x7b\xe6\xeb\xfb\xa3\ \x4f\xdf\xdc\x64\xa1\x45\xe3\xf2\x92\x35\x76\x83\x51\x88\x12\x52\ \xa9\x24\x12\x55\xe8\xf1\x3a\xcd\x42\x2c\x99\x8d\x46\x9b\x8d\x18\ \x18\x2c\x54\x68\xa4\x52\x3f\xff\xdc\xab\xb8\x7d\xaf\xa0\xa8\xf1\ \xe1\xb5\xf4\xa3\xbc\x92\xdc\x2d\x61\x84\xe3\x5d\x7a\xf6\xfd\xd4\ \xe4\xab\x49\x0f\xcb\x0b\xee\xde\x9d\x5e\x7c\x58\xd1\xd6\x58\x74\ \x2f\xb9\xbc\x77\xa8\xaf\xb7\xb1\xa1\xb9\x63\xb0\xa3\xb3\xe3\xf6\ \x83\xe4\xf2\x84\xe4\x87\xed\x8d\xdd\x83\x43\x0d\x4d\x9d\xb5\xb9\ \xf5\xc9\x35\xbd\xdd\x65\xcd\x5d\xed\x0d\x7d\x43\xed\x9d\xe5\x83\ \x83\x77\xca\x26\xeb\x1e\x0f\x8c\xd4\xe6\xe4\xf6\x65\xb6\x36\x15\ \x8f\xe5\x65\x67\x36\xd4\x4e\x0d\x54\x16\x67\x34\x55\xa4\x36\x36\ \xb4\xa6\x57\x96\xa4\xe5\xe6\x94\x75\x94\x65\x15\xb7\x95\x55\x34\ \x96\xf5\xb7\xb7\xe5\x36\x94\x75\x16\xb4\x77\x75\x77\x35\xf4\xb5\ \x37\x74\x75\x76\xe5\xe4\xa6\x8e\xa7\xa7\x4f\x95\xe4\x65\xd4\x02\ \x67\xd8\x5a\x32\x51\x99\x5e\x52\x39\x30\x3d\x57\xbc\xf4\x38\x73\ \x6c\x60\x60\x7c\x76\x69\xaa\x78\x71\x71\x71\x7c\x7a\xff\x70\x71\ \x7d\x0b\xfc\x3b\xff\x78\xb0\xb7\x38\xbb\xb1\xb1\x3e\x35\xbd\xf7\ \x65\x1f\x88\xd9\xda\xdc\xfe\xfa\x06\xe0\xaa\xf5\x8d\xc3\xb5\xe5\ \xb5\xa5\x99\xfd\xe5\xc5\x95\xf1\xe5\xd3\x95\xb9\xe5\xc5\xb9\xf5\ \xfd\xf9\xb5\xa3\xad\xb5\x95\x99\xc3\x2f\x33\x3f\x2e\x2e\x3e\xaf\ \xfa\x3f\xf9\x5c\x36\x8f\xd3\x6e\x66\xbb\x13\x9e\xa6\x14\xfe\x09\ \x42\xa2\xb0\x10\xe4\xae\xc2\x94\xc2\x78\x05\x34\x70\x40\xe4\x88\ \x70\x7a\x68\x3d\x3d\x00\x7f\x8e\xc2\x24\xaa\xfd\xd6\xbb\x52\x37\ \xb0\x07\x8c\x98\x30\x22\xdf\xf0\xad\x3d\x7a\x3e\x04\x4e\xe6\xb9\ \x7c\xbc\xf0\x88\xf0\x90\x84\x27\xad\xe4\x2f\x03\xd9\x57\x04\x74\ \xca\xfc\x1e\x8b\x98\x83\x96\xb1\x70\x7c\x0e\xc8\x9b\xd0\xc5\x23\ \x93\x82\x80\x23\x70\x23\x6f\x47\xca\x25\x4a\xe5\xb5\xb6\x35\x21\ \x75\xf4\xc5\x3f\xdf\x8b\x44\x74\x99\x08\x98\x87\x48\x1d\x17\x9c\ \x33\x7c\xa6\x48\x2c\x17\x88\x23\xef\xb4\x65\xcf\x9d\xbe\xc7\x3c\ \xff\xd7\xff\xf9\xbf\x67\x1b\xbf\xfd\xef\x70\xb7\xcb\xef\x07\x88\ \x64\x77\xba\x9c\xbe\x6d\xdb\x31\x30\x77\x3e\x07\x84\xd5\xe0\xe8\ \xfb\xac\x46\x8f\x1b\x2a\x61\x0c\x20\xc8\x66\xf0\xf8\x6c\x0e\xcf\ \xae\xcf\x65\x75\x1a\x5d\x7e\x87\x0d\x5a\xa0\x63\xf3\x82\x17\x79\ \xac\x6e\x0d\xcf\x0e\x39\x48\x8d\xd3\x03\xe0\xca\x6e\xb4\xb9\x1d\ \x40\xcd\xa4\x52\x0d\x99\x67\x70\xfa\x7c\x3c\x97\x1f\xaa\x1a\x6f\ \x85\xea\x99\x1a\xa4\x0e\x33\x4f\x68\xb5\x1b\x85\x3c\x3c\x86\x8c\ \xc1\x03\xb6\xd7\x48\x1d\x06\x21\x49\x43\x85\xb1\xcd\x64\xb6\x81\ \x0d\xc2\x16\xfc\x84\xca\x33\x4b\xc9\xe0\x83\xc0\x06\x02\x03\x80\ \x05\x32\x86\x62\x5f\xfa\xe3\x3a\x1e\x81\x08\x00\x2e\x50\x28\x24\ \x21\x48\x46\xaa\x94\x84\x05\xfe\x2e\x38\x7f\xf4\x45\x4b\x7e\x4b\ \xfe\xf5\x6a\xa0\x59\xcf\x5f\xff\xf5\x2c\x98\xe4\x5f\xb5\xda\x9c\ \x0e\x8d\x91\x67\x30\x92\x2c\x40\xaf\xa0\xae\x86\x58\x1e\x15\xf8\ \x4c\x2a\x1b\x0d\xc3\xe3\xb1\x08\x04\x4a\xca\xc3\xa2\xf0\x40\xf1\ \xb0\x81\xc1\x88\xbf\x6b\xcd\xa0\xf0\xc1\xc0\x02\x42\x7d\x74\x50\ \xc8\x60\x04\x3c\x00\x8b\x42\xc0\x02\x91\x81\x81\xb0\x00\x38\x1c\ \x09\x8c\x22\x2c\x28\x38\x30\x34\x2c\x14\x10\x96\x5a\x1e\x79\xfb\ \xca\x9d\xa2\xe4\x18\xad\x80\xa3\x60\x6a\xa3\x22\x19\x38\x22\x9f\ \x88\xe3\x72\x45\x0c\x09\xd4\x52\x4b\x22\x96\x30\x45\x12\xa0\x24\ \x12\xb9\x80\xa9\xd4\x72\x58\x0c\x11\x8e\x19\x23\x17\x13\x08\xc4\ \x78\x8a\x5c\x29\x52\xcb\x05\xba\x48\x59\xbc\x89\x45\x63\xc8\x22\ \xa3\x65\x4a\x9c\x98\x2b\xc1\xd1\xb9\x5c\xa2\x1c\xdc\xe0\x68\x38\ \x16\xc7\x44\xe1\x28\x08\x50\x99\x76\x10\x17\x1c\x1a\x43\x5f\x88\ \xe3\x72\x68\x5c\x3a\x34\x15\x5e\x00\x2d\xb9\x96\x10\x18\x4a\x25\ \x43\x12\x29\x90\x33\x05\xd0\xda\xe5\x18\x35\x17\x1a\xc5\xa7\xeb\ \x64\x40\x23\x45\x72\xd5\x55\x65\x5c\xb4\x58\xc4\x25\x30\x28\x1c\ \x3a\x47\x81\x03\x36\x10\xe8\x28\x40\x38\x10\x32\x2c\xa8\xf9\x52\ \xa1\x89\x4f\x34\xa5\x40\x69\xb3\x50\x61\x32\xbd\xe4\x28\x9e\x80\ \xc0\x34\xbd\x4c\x49\x81\xde\x38\x3e\x85\x46\xe1\xf0\x39\x60\x1b\ \x3e\x00\x2e\x05\x4b\x96\x54\x74\x87\xa9\xbb\x7b\x57\x4e\x8c\xbb\ \xfa\xe0\x6e\x34\x81\xfb\x60\xb9\x5b\x2b\x06\xf2\x4a\xa4\xc7\x10\ \x70\xe2\x48\xd5\xb5\x83\xec\x86\xbd\xa9\x91\x8b\x85\xd5\xb3\xf7\ \xdf\x2f\x2a\xaf\xdd\xcf\x3a\x9d\xff\x14\x8a\x5a\x58\x38\x79\x73\ \x42\x36\x2c\x9c\x7e\x33\x9f\xec\x78\x2f\x56\x4e\x17\x34\xee\xaf\ \x27\x2e\x44\x00\xd2\xf3\xe3\x70\x6c\xdd\x18\x4c\x0a\x0c\x41\x2f\ \xa4\xcf\x9c\x9d\xff\xf8\xf9\x6d\xd7\xe3\x75\x38\x0d\x6c\x0c\x35\ \x20\x2c\x11\x6e\x20\x61\x30\xc1\xc1\x68\x10\x02\x24\x36\xb8\x87\ \xc4\xe3\xf1\xe4\xb0\x7c\xd4\xf9\x90\x98\xc5\x10\x0c\xae\xd9\xc2\ \x87\xab\xf1\xe0\xb8\x9a\xa1\x56\x27\x46\x36\x02\x6f\x16\x9a\xd9\ \x24\x9e\x94\x6c\xd9\x74\xb9\x3f\x7f\x77\x7f\x3e\xb5\xaf\x3a\x8c\ \x1a\xab\x71\xf5\x95\xe7\x98\x87\xb0\x6a\x42\xf0\x64\xcd\xdf\x59\ \x8b\x4c\xe2\x41\xe5\x66\x2d\x24\x2a\x2c\x24\x3c\x34\x22\xb1\xa5\ \xa5\x65\xf4\xc5\xe8\xa3\x80\x4f\x39\xed\x49\x37\x92\xee\xd7\x4c\ \xbc\x9f\x8d\xdb\xff\x6d\xf3\xec\xe7\x74\xf6\x8e\xb7\xb9\xe6\xc1\ \xfd\x8e\xf2\xf2\xc7\xc9\x45\x6d\xb9\x05\x37\x6f\x25\x55\xf5\xd5\ \x40\x65\x5f\xfa\x1b\xdb\xab\x1e\x54\x5d\xbb\x75\xf7\x76\xf2\xfd\ \xaa\xfe\xbe\xf2\xda\xb6\xa6\xde\xe6\x9a\xa1\x9a\x9a\xa1\xce\xee\ \x86\xee\xf2\xee\xee\x7b\x9d\x00\x8e\x06\xdb\xab\xda\x73\xda\x8a\ \x5b\x1f\x67\xd5\xa5\xf5\x0d\xcc\xb7\x66\x3d\xae\xcb\x4b\x6d\x28\ \x9b\x9c\x9a\x9f\xad\xcc\xa8\xaf\xed\xae\x7f\x5c\x51\x96\x5d\x52\ \x5a\xd6\x3d\x34\x58\x56\xd1\xd9\x90\xd3\xd9\xd0\xdf\xdb\x9c\xfc\ \x60\x70\xa8\xbc\xb1\xbe\xb9\xb7\xbe\xb1\xa1\x61\xa8\xbd\xb9\xb7\ \x34\x73\x2e\x2b\x7d\x22\x23\x3b\x35\xb7\x15\xdc\x4c\x3e\xce\x4b\ \xcf\xee\xad\x5c\x9a\x9b\x5a\x9c\x1a\xab\x9b\x9b\x9c\x5c\x9e\x1d\ \x9b\x58\x9f\x7a\xbc\xbc\xb8\x76\x34\xbf\xb5\x7c\x08\x78\xea\xcb\ \xce\xc6\xfe\xce\xda\xce\xfa\xfe\xc6\xb7\x99\xa3\x8f\xd3\x4b\xeb\ \xf3\x7b\x5b\x3b\x87\x8b\x1b\x93\x1b\x33\x73\x7b\x2b\xcb\xfb\x01\ \xa8\xa5\x8d\xc7\xcb\xf3\x73\x2b\x1b\x53\xb3\x6b\x87\x47\x1b\x33\ \x47\x87\x87\xe7\x33\x6f\x2f\x16\x16\xde\x7f\xf7\xb8\x37\x2d\x16\ \x8b\x5d\x6a\x43\x1b\x6e\xff\xc7\xf4\xf7\xc8\x15\x08\x89\x97\x4f\ \x81\x07\x04\x01\xa3\x4f\xe9\x01\x08\xce\x8d\x13\x98\x52\xfe\xae\ \x13\x63\xea\x89\x27\xc8\x3b\x37\x72\x53\xf7\x26\x8e\xbd\x78\xf8\ \xf5\x67\xb0\x8b\x46\xf5\x08\x2a\x14\x45\x32\xba\x8c\xf0\x4b\x41\ \xe1\xbd\xff\xb9\x85\xf5\x1d\x8c\x17\xc9\x08\x84\x01\x3f\x9d\x10\ \x8b\x1d\xc2\x31\x88\x04\x2e\x13\x5a\xbe\xa6\x07\xf4\x24\x8b\x8e\ \x6d\x2c\xbd\x1a\x2d\x50\x45\x16\x9c\xfe\xb8\x08\x81\x05\xbf\x48\ \x66\x68\x05\x02\x99\x5c\xa5\x94\x13\x7a\xf8\x14\x0a\x4e\x20\xd0\ \x69\x95\xea\x07\x5d\xe9\xd9\xcb\x3b\x16\x6c\xf5\xbf\xfe\xf5\xab\ \xc1\x8e\x36\x6f\x7b\xdd\xc7\x76\x83\xcb\xed\x3c\xf6\x98\x1d\x3e\ \xc0\x4b\x3e\x87\xc7\x69\x01\xb7\x4e\xbf\xd9\xee\x06\xe7\xbd\xc3\ \x6b\x33\x3a\xa0\xce\xd0\x6e\xaf\xdb\x6d\xb3\x3b\x6c\x36\x97\x7b\ \xd3\x6d\x07\x50\xe6\x74\x00\x75\x63\x3b\xfc\x06\x2f\x34\x57\xcb\ \xe8\xf3\xdb\x77\x7d\xd6\x55\x20\x58\x52\xa7\xcd\x0e\x15\x78\x61\ \x43\x25\xfd\x56\xfd\x66\x87\xd7\x28\x75\x58\x0d\x4e\xa3\xc6\x6d\ \x14\xba\x1c\x1a\x83\xc5\x08\xf8\x0b\xe4\x38\x14\x95\xcd\x33\x9a\ \xed\x16\x87\x14\x03\xf5\x13\x33\x0a\x35\x52\x21\x49\x6a\xa4\xa2\ \xa4\x52\x12\xc8\x8d\x06\xa0\x6a\x01\x58\x12\xe2\xef\xe9\xe9\xc6\ \xc0\x17\x70\x2c\x12\x09\x24\x87\x24\x64\x93\x30\x3c\x1b\xc0\x23\ \xa8\x95\x3d\x36\xff\xf9\xb3\x96\xe1\x5f\x9f\x0d\x3f\x6b\x19\x7d\ \xf6\xfa\x8f\xbf\x7e\x4d\x44\x6c\x3a\x81\x2d\x75\x08\x6d\xb6\xbf\ \x8b\x4a\x68\xec\x52\x32\x4f\x8a\xc7\x53\x79\x42\xb2\xc6\x41\x26\ \x53\xb1\x68\x3c\x16\x05\xd4\x8e\x8d\xa7\xe2\xc9\x64\x14\x86\x84\ \x85\xa1\x10\xa8\x40\x2a\x0a\x0b\x43\x06\x62\x10\x28\x7c\x40\x30\ \xd4\xe0\x0b\x03\x87\x7a\xd3\x43\xed\xbf\x02\x00\x57\x05\x06\x83\ \x47\x70\xa8\x14\xe9\x2f\x31\x51\xba\xab\xb1\xb1\x09\x37\x2f\x0b\ \x28\x2a\xd9\xb5\xb8\xa8\x58\x01\x54\x78\x1d\x07\x08\x0a\x9a\x12\ \x45\xa7\x71\xc5\x02\x31\x1d\xe8\x86\x48\x20\x96\x89\xb5\x0c\x22\ \x83\xab\x54\xab\xe4\x5a\x3a\x50\x01\x9a\x20\x4a\x20\x13\x80\x87\ \x5a\x26\x01\x00\x98\x5c\x19\x25\x27\x50\x98\x50\xd3\x79\x11\x01\ \xe0\x99\x00\xc7\x64\x50\xe8\x0c\xa8\x85\x20\x8e\xd5\x63\x52\x3c\ \x8d\x57\xa4\x98\x68\x44\x2e\x45\xab\xe5\xb3\x08\x50\xeb\x1d\xae\ \x5c\x27\x12\x29\x19\x62\xba\x48\x2b\x91\x29\xd5\x32\xb9\x4e\x2b\ \x11\x45\xcb\x44\x5c\xb9\x28\x26\x52\x1e\xcd\xe2\x03\x59\x8b\x8c\ \xbc\x2c\xd3\x02\xef\x89\xa3\x03\xed\x53\x50\x14\x34\x8e\x5e\x81\ \x63\xd0\xa0\x32\x5d\x38\x68\x86\xbd\x9e\x05\x20\x9f\xff\xf7\x8c\ \x52\x90\x2c\x59\x8a\x0f\x34\x5a\xfc\x07\x7e\x7c\xe1\x87\x97\x26\ \x16\x34\x5e\x61\x82\x3a\x94\x11\x68\x2c\x0e\x07\x48\x1b\x51\x35\ \xd4\x55\x10\x95\xd4\x2e\x96\x3c\x68\x1e\xe8\xbe\x91\x7c\x59\x95\ \x39\xd0\x79\x1b\xf8\x4c\x1c\x81\x71\x25\x8a\x06\x75\x31\xbb\x37\ \x12\x29\xb9\x19\x39\xf2\xfe\xfc\xdd\x74\x71\x56\xed\x83\xf4\xa3\ \xa9\xe9\xfd\xaf\x27\x17\x3b\x07\xef\x4e\xad\xce\xb3\xaf\x67\xce\ \x93\x4a\x8b\x6f\xf6\xe2\xfc\xfb\xd9\x8f\x63\x6b\x44\x3e\xcc\xf9\ \xe3\xe0\xfd\x9b\x6d\x0d\x15\x19\x28\x3c\x5b\x58\xb8\xf8\xf4\xf3\ \xdb\xab\xe3\x37\x6f\x5f\xbd\x7f\xb7\x6a\x41\xc3\x43\x2f\x85\x86\ \x86\x86\x85\x80\x03\x4d\x76\xe0\x91\x24\x32\x15\x48\x16\x8c\x64\ \x14\xa2\xa5\xbc\x88\x40\xe1\xe7\xc5\xdc\x1b\x4c\x59\xfb\xf9\x71\ \xd8\xf5\x60\x21\x34\x11\xcb\xa0\xb1\x92\xa8\x1a\x0d\x48\x5c\x20\ \xc1\x39\x6c\x9f\xce\x4e\xf6\x72\xd7\xec\x7e\xef\xe6\x27\xa9\xd0\ \x60\xf6\x0a\x0d\x56\x33\x16\x8e\x8c\x80\x1f\x3b\xa5\x46\x3c\x16\ \x2d\x15\x6a\x2c\x16\x0c\x2a\x30\xec\x52\xf0\xf5\xc4\x47\xf9\x8f\ \xc2\x22\xc2\x12\x87\xf3\xab\x5f\xbc\x88\xf8\x59\x92\x7c\x6d\x30\ \x75\xe0\x38\x3d\x75\x3c\xf4\x91\x3d\xe0\xeb\xed\x74\x4f\x51\x4d\ \xd2\xed\xab\x39\xe9\x0f\x6b\x32\x07\x92\x6f\x5e\xbb\x56\xd5\x5d\ \x33\x94\x5c\xd5\x51\x54\x35\x54\x94\xdc\xfe\x30\xf9\xee\xb5\xfb\ \x49\x05\xf7\x6f\x5f\xeb\x6b\x18\xaa\xef\x6b\xef\x6a\x1c\xac\x19\ \x84\xa6\x25\x40\x73\xe1\x07\x1b\x6b\xda\x6b\xfb\xca\xb2\xeb\x46\ \x5a\xa7\x4a\x06\x52\xbb\xb2\x46\xa6\x07\x5a\x33\x81\x69\xcc\xce\ \xa8\xab\x6c\x2d\xc9\xac\xc8\x1d\xec\xcd\xc8\x7d\xdc\x9a\xda\x5c\ \x5a\x56\x5b\x51\x9b\xd3\x59\x56\x56\x91\xda\xdc\xdc\xf9\x20\xb9\ \xa6\xbc\xa0\xa3\x0c\x30\xd6\x60\x7b\x59\x6f\x43\x43\x6e\x69\xdd\ \xdc\xe3\xe2\xac\x9c\xcc\xbc\xda\xcc\xcc\xca\x9c\xf1\x89\xac\xd4\ \x8c\xb2\x91\xb1\xc7\xd3\xc5\x03\x53\x4b\xd3\x1b\x8b\x23\x53\x53\ \x2b\x87\x4b\x13\xcb\x7b\x7b\x87\x3b\x93\xfb\x4b\xc0\x10\x2e\xaf\ \x1d\x1e\x1e\xed\x9c\xee\x7f\xdc\xfa\xb8\xbe\x77\x30\xbf\x76\xb0\ \xb2\xb5\x7f\xbe\x06\xad\x23\xfc\xb8\xbc\x32\xb7\x36\xed\xf0\xcf\ \x03\xbd\x5b\x5f\x5a\x07\x2f\x3c\x3a\xfd\x78\xbe\xb1\x77\xf6\x11\ \xc8\xd5\xcf\xcf\x27\xef\xfd\xbb\xab\x4e\x9e\xc5\x02\xce\x14\xe1\ \xbd\x27\x4f\x53\x14\x3d\x2f\x3f\xf4\x80\x60\x80\x8a\x7c\xe8\xf9\ \xf1\xd0\x3c\xe3\x42\x13\x87\x7e\xb5\x37\x0a\x3c\xe4\xd0\x38\x26\ \x53\xa1\x42\x12\xd3\x39\x91\x97\xf3\xf3\x8d\x34\x14\x89\x8a\x08\ \x9c\xb9\x2f\x2f\x23\x0d\x87\x61\x49\x4e\x07\x35\x3c\x3c\x7f\xe4\ \x3f\x1c\x2f\x66\xf3\x5b\xaf\x84\xa1\xad\x33\xc6\x11\xb5\xee\xef\ \x5c\x2d\x01\x78\x03\xba\x18\x20\x3f\x81\xc2\x10\x24\xe5\x4d\x35\ \xaa\xd4\xa2\x3b\x25\x17\x17\x07\x01\x7f\x48\x5f\x18\x44\x32\xb5\ \x18\x00\x17\x50\x2c\x42\x0a\x3f\x1e\x07\x36\x11\x70\x63\xee\xf5\ \xe6\x54\xa6\x96\xf8\xad\xef\x9e\x05\x51\x85\x6c\xd7\x2b\xbf\x6f\ \xd7\xbf\x2b\x75\xd8\x1d\xc7\x9b\xbe\x55\xbf\x73\xd3\x67\x77\x59\ \xed\x4e\x9f\xd3\x6c\x30\x3b\xed\x56\xb3\x11\x72\x82\xab\x76\x2b\ \xa0\x29\xbb\x1d\x10\x92\xd3\x62\xf7\x01\xdd\x02\xfe\xd1\xe1\x76\ \xda\xbc\x4e\xfb\xae\xc6\xee\x77\x01\x97\xe8\x95\x1a\xed\x0e\xa3\ \xd5\x6c\xf1\xda\x81\x9f\xd4\x38\x2d\x50\x05\x51\x21\x9a\xcd\x36\ \xee\xfa\xec\xd0\x62\x44\x9b\x11\x88\xb7\xc3\x6e\x27\x6b\x6c\x06\ \xa9\xdb\x62\x36\x92\x11\x54\x14\x02\x4f\xb6\x58\xa4\x40\xd7\xa9\ \x68\x9e\x11\x18\x40\x12\x09\x28\x88\xd9\x4e\x46\xb2\xcd\x30\xb2\ \x81\x04\xe0\x14\xe4\x44\x03\x15\x8f\x67\x03\x7f\x10\xfc\x02\x2e\ \x44\x05\x02\xb7\x08\x92\x29\x0a\x41\xb2\xe2\x81\x78\x81\x5d\x60\ \x5b\x7e\x7b\xf1\x6c\x34\x7f\xb8\xa5\x65\xf8\xd1\xe8\xeb\x3f\xfe\ \x31\x1a\x82\x75\x00\x1f\x6a\xb5\x5b\x2c\x64\x12\x34\x30\x2b\x34\ \x08\xb1\x3c\xb2\x90\x04\xf6\x2e\x95\x5a\x35\x52\x36\x19\x8b\x61\ \x4b\xd9\x58\x24\x78\xad\x90\x8a\x46\x06\x63\x31\x28\x2c\x50\x31\ \x1e\x0a\x1f\x08\x43\x22\x83\x81\x49\xc4\xc2\x02\xb0\xf0\x00\x38\ \xd4\x74\x22\x28\x20\x2c\x00\x19\x12\x12\x0a\xf5\x00\x43\x41\x05\ \xfc\x82\x7e\x29\x6a\x4c\xb8\xad\x8a\x4e\x28\xbf\x1f\x25\xb9\x97\ \x90\x70\xa7\xe6\xaa\x98\x40\x07\x42\x41\xd0\x0a\xc4\x4c\xad\x88\ \x20\x61\x72\xa1\x56\x5a\x51\x6a\xae\x18\x07\x6c\xa1\x44\x2e\x97\ \x0b\x24\x22\x31\x03\x38\x78\x1c\x51\x12\xa9\x53\xca\xb4\x5a\x81\ \x96\xcb\xd5\x8a\x19\x5a\x35\xc8\x29\x4c\xae\x48\xcb\x05\xa6\x10\ \x6c\x2a\x13\x81\x14\xc4\xa4\xbf\x7c\xc2\xa4\xc8\x24\xb8\xf8\x97\ \x7f\x7e\x48\x79\xf9\x52\x4f\x61\x72\xc5\x1c\x86\x40\xc6\x10\x2b\ \xe9\x12\x9d\x4c\x1b\x25\x97\xa9\xd5\x5a\x35\x93\xc1\x10\x89\xc5\ \xca\x68\x9d\x52\x49\x24\x30\xb4\x22\xa6\x40\xcc\x65\xd1\x44\x5a\ \xb1\xf6\x8a\x0e\x6c\x11\xa5\xd6\x4a\x24\x0c\x8e\x42\xc0\xa0\x29\ \x38\x7a\x1a\x8d\xc1\x14\x51\xf4\x38\x48\xb8\x88\xd0\x13\x7a\x16\ \xe7\x03\x84\xe7\xfa\xc2\x9e\xa7\xf1\x34\x85\x89\x0f\x3c\x28\x88\ \xcd\x9e\x0f\x26\x45\x0a\x90\x21\x06\x27\x45\xa1\x50\x40\x8d\xaa\ \xef\x66\x2b\x25\x8d\x25\xb7\x98\x43\x4b\x15\x82\xe8\xd2\xc6\xa4\ \x8c\xa3\xb6\xfb\x02\xc0\x6a\x04\xdc\xe5\x7b\x4a\x31\x53\x4c\x21\ \xb4\x35\xca\x75\xba\xa1\x81\xf5\xe9\xf3\xe9\xe6\x72\x59\xd1\xcf\ \xbd\xf1\xf9\xad\x93\xcf\x25\x23\x8b\xe7\xfe\x4f\x0b\x8b\x1f\x2f\ \x8e\xb7\xce\x3e\xad\x7f\xd9\xfb\x71\x94\x3a\xf1\x35\x78\x18\xee\ \xfa\xfe\xfe\x8d\x8d\x4c\x42\x5e\x0f\x75\x9c\x6d\xfc\xf0\x7a\xde\ \xcd\x7c\xfe\xfc\xee\xec\xe4\xeb\xd7\xcf\x7e\x07\x16\x19\x1c\xf1\ \x28\x31\xf4\x7a\x78\x00\x89\x0a\xb5\x9f\xc4\x40\x1d\x92\xc8\x78\ \xb4\xf3\xb3\x77\xdb\x42\x12\x86\x24\x02\xe6\x95\x96\xe2\x24\xba\ \xf6\x49\xcc\x75\x18\xdc\xbe\x69\xb4\x5a\x41\x8a\x23\x91\x6d\x2e\ \x0d\x06\x86\xff\xee\x0e\xb0\xbe\xfa\xfc\xe3\x93\x87\x14\x84\x7f\ \x05\x4d\x49\x06\x90\x66\xa0\xc2\xd0\x41\xb0\xaf\x27\x88\x10\x38\ \x15\x23\x15\x7a\x5f\x69\x60\xf0\x88\x80\xd0\xeb\x61\x21\xe1\x21\ \x50\x91\xad\x88\xf0\xd1\xc4\xb0\xb0\x17\xff\x78\x9e\xe8\xa9\x1f\ \x2b\xef\x7c\xbc\x5e\x7f\xd7\xfe\x1c\xbb\x7d\x79\xe9\xf3\xbd\xa2\ \xbb\xb1\x59\x47\xef\x6e\x5c\x2b\x68\xbc\x97\x90\x7c\xbf\xa8\xab\ \x3b\xb9\xa8\xa0\xad\x3f\xa9\xa6\xa6\xe8\x4e\x41\xf9\xc3\x84\x5b\ \x55\x0f\x12\x12\xee\xb6\x77\x36\x54\x75\x75\xe6\xd6\xa6\xe6\x64\ \xa7\x65\xa5\x77\x77\xf4\xf7\x15\xd5\x94\x77\x27\x77\xd5\xd4\x0e\ \xd4\x65\x8c\xcf\xa5\x65\x8e\x37\x66\x8d\x97\xd4\xcd\x8d\x35\x95\ \xa4\xb7\xe5\x15\xe7\x64\x8e\x34\x95\x15\x77\x75\xd5\xa6\xa5\x67\ \xe4\x55\xa4\x0d\xa5\x56\x94\xa6\x37\x95\xd5\xb6\xd7\x57\x34\xf4\ \x77\xb4\x01\x45\x1c\xea\xab\xed\x1d\x6c\x6b\x6e\xc8\x2e\xad\x6d\ \xc8\x29\x19\xc9\x48\xcd\x2c\x4e\xcb\x6d\xcb\x18\x18\x99\x9e\x9a\ \xae\x2b\x49\xcb\x9c\x9c\x98\x9c\x1b\x7b\x7c\x38\x5d\x37\xbd\xbc\ \xbe\x31\x3f\xb7\xb4\xbe\x7f\xbe\xbe\x77\xb4\xbf\x7e\xbe\xb5\xbe\ \xb2\x03\xbe\x96\xb6\x0e\xbf\x9d\x7e\x9c\xd9\x3b\xdc\x3a\x3a\x5a\ \x5f\x9c\xde\xda\xdb\x07\xfa\xb4\xb6\xb2\xb1\xb4\xb4\xbe\xb3\x43\ \x5d\x58\x5a\x9b\x7d\x3c\xb3\xbf\x36\x3b\x7b\xb4\x72\x78\x70\xf8\ \xe5\xe3\xf9\xcc\xf9\xc2\xfb\x77\x6f\x3e\x9d\x38\xfd\x76\x21\xdb\ \x22\x85\x5f\x42\x15\xfc\xd9\xf3\xb4\x27\xa5\xa7\x90\x9f\x62\xe2\ \x43\xb5\x21\x4d\x1c\xbe\x02\x78\x43\x45\x0a\xf8\xc2\xe5\x4e\xde\ \xe7\x9b\x38\xf1\x26\x13\xb4\x30\x90\xab\xbe\x36\xbf\x27\x9c\xe1\ \x3d\x62\x53\xaf\x87\xbc\xea\x93\xd5\x58\x9e\x27\x06\x50\x2d\x6e\ \xd4\xf5\x47\xa3\x17\x85\x7f\x0e\x84\x5a\xdf\xa5\xaa\x68\xdc\x0a\ \x4c\xb9\x9e\xb0\x17\xa4\x03\x61\xca\xa4\xe0\x98\x5c\x1a\x83\x41\ \x64\xde\x28\xcd\xaa\x89\x8e\x56\xb7\xcf\x9d\xd5\x9d\x0d\x27\xfe\ \xbf\xcf\xff\xb5\x4c\x10\x88\x04\x4a\x09\x43\x16\x2d\x51\xd0\x70\ \x1c\x02\x97\x21\x8f\x96\xdd\xec\x2a\x6d\x6d\xeb\x9e\x31\xd6\xa1\ \x5d\x19\x3f\x1c\x54\xdf\xfb\xcd\x6d\x9f\xd9\x61\x75\x58\x57\x3d\ \x4e\xc7\xaa\xcf\xb5\x6a\xb7\xbb\xad\x36\x87\xc5\x6b\x35\xbb\x6d\ \x64\x0b\xe0\x20\xa0\x54\x66\x9b\x0b\x20\x93\x1b\x38\x40\xb3\xc5\ \xe2\xf7\x7b\xad\xbe\x5d\xb7\xdf\x6d\x73\x39\x9c\x1e\x8f\xd3\xe6\ \xf1\xf8\x5c\x46\x3b\x90\x05\x97\x0b\xaa\xcc\xe0\xb1\xb8\x3c\x46\ \xc0\x52\x36\xa3\xd0\x40\x22\x83\x84\x06\xb4\xc3\x0a\xb0\xca\x61\ \x30\x98\x81\xa5\x74\x93\x0c\x36\x1e\x7b\xd5\x67\x04\x89\x91\x84\ \x45\xe0\x35\x0e\x07\xf0\x93\x0e\x0b\x5b\x68\x44\x91\x00\xe3\xbb\ \x85\x54\xb6\x54\x88\xe2\x19\xa9\x54\xc0\xfc\x16\x32\x16\x4f\x92\ \xb2\xd1\x6c\x32\x12\x8d\x0d\x7a\x16\xaa\x41\x04\x21\xa8\x54\x0c\ \x59\x43\xa6\x0a\x1d\xd0\xfa\x42\x2c\x15\x43\x4d\x1c\x6e\xa9\xae\ \x1e\x7d\xf4\xa8\xba\xa5\xfa\xd9\xeb\xdf\xff\xf1\x2c\x10\x60\x23\ \x54\xe9\x19\x5a\x05\x09\x35\xbc\xa7\xf2\xd8\x3c\x21\xd8\x9b\x86\ \x04\x10\x0e\xcb\xd3\x08\xd9\x64\x0c\x9b\x44\x85\xea\x52\xa3\xf1\ \x54\x2a\x02\x8b\x21\xa1\x31\x64\x12\x09\x13\x00\x43\x21\x83\x90\ \x78\x74\x30\x0c\x01\x83\xc1\x42\x82\x03\xe1\x81\x61\xf0\xe0\x50\ \x38\x32\x28\x1c\x1e\x14\x02\x0f\x01\x5f\x01\xd0\xd2\x9c\xb8\x9a\ \x9a\x8a\xae\xaa\x8e\xf6\x2a\xdd\xed\x6b\x09\x71\xb7\xaa\x86\xae\ \xd0\x89\x7c\x0a\xa0\x1f\x09\x54\x2a\x83\x01\xac\x18\x5d\xa7\x93\ \xa9\x64\x12\xae\x48\x10\x29\x50\xea\xc4\x4c\xa8\x1c\x23\x87\x43\ \x20\x02\x0f\x28\x93\xcb\x74\x72\x79\xf4\x15\x39\xb0\x70\x2a\x89\ \x98\x29\x13\x8b\x04\x32\x35\x53\x24\x50\x03\x63\x08\x92\x0f\x43\ \x46\xc0\xf5\xbc\xa4\x11\x38\xc0\x91\xa5\xbc\xfc\x53\x9f\xf2\x32\ \x45\x8f\x63\xd2\x4c\x04\xad\x8a\xc1\xa4\x73\x05\x51\x72\x9d\x5a\ \x09\xf2\x90\x1a\xb8\x7f\xad\x40\x14\xa9\x16\x01\x3d\xa4\xf3\xa1\ \xe9\x5d\x04\x7a\xb4\x9c\xab\xd4\xaa\xd5\xd1\x71\x5a\x41\x54\x54\ \xb4\x4e\xc6\xa4\xd3\x59\x20\x06\xe8\x38\xe0\x46\x39\x44\x31\x85\ \x46\x23\xd2\x38\x38\xa8\xac\x2d\x87\x45\x63\xc5\xa7\xf0\xa1\xc9\ \xf0\xa6\x14\x05\x25\x85\x18\xdf\xf3\x14\xba\x22\x14\x6f\x2a\xd4\ \x3f\x65\x31\x69\xd0\x9c\x3d\x10\xac\x38\x2e\x81\xc8\x67\xdc\xcd\ \x2b\x4f\x68\xee\xea\xd0\x15\x55\x3c\x2c\x48\x2d\xee\xbf\xaf\x12\ \xd1\xe9\x74\x82\xfa\x5a\xb4\x8e\xce\xd5\x72\x63\xfb\x62\xb5\x4c\ \x79\xc3\x69\x5d\xc9\x6c\x5e\x93\x5a\x9b\xfd\xbe\x24\x77\xe5\xe2\ \x64\xb9\xbe\xbe\x66\xcb\x73\xf1\x78\xe2\xcd\xab\xf1\x8b\x9f\x13\ \x4b\x5b\x67\x5b\x5f\xc6\x06\x66\x3c\xc6\x37\xdf\x1c\xaf\x16\x6c\ \x76\x54\x38\xe6\xdd\xc5\x97\x6f\x3e\xf3\xee\xb7\xc3\x13\xff\x8f\ \x85\x77\xdf\xdf\xbd\xb3\x62\xc8\x08\x24\x32\xfc\x51\xe2\xa3\x20\ \x14\x86\x8a\x44\x61\x85\x42\x20\x57\x52\xb6\xd4\x6e\x33\x1b\x60\ \x1a\x90\x14\x31\x06\x12\x22\xec\xc5\x2b\xf5\x4b\xc6\x8d\x1b\x4d\ \x6f\x91\x3c\xa1\xc1\x63\xb1\x42\xe3\x59\x5e\x10\x46\x8e\x9f\x0e\ \xf8\xf7\x1f\x0e\xc7\x7b\x17\x38\xe8\x41\x48\x97\xd3\x4d\x45\xa1\ \x0c\x00\xc0\x60\x81\x21\x08\x40\xcf\x97\x42\x91\x64\x9e\x15\x19\ \x1c\x7c\x3d\x3c\x3c\x3c\x28\x08\x0d\x70\x2e\xbc\x3a\xbf\x3a\xbc\ \xfa\xd1\x70\x10\x3c\xf1\x7a\xf5\x8b\xd1\xd1\x4f\xeb\x9f\xbf\x2f\ \xce\xb5\x7f\xc2\x62\x56\x0e\xf6\xf6\xda\x23\xb3\xce\xc7\xd2\x2e\ \x27\x77\xf4\xf6\xd6\x54\x95\x3e\x00\xa6\xaf\x22\xb7\xbb\xad\xa8\ \x7f\xb0\xaf\xa0\xe0\x61\xc2\x9d\xfb\xf7\x1b\x3b\x73\xb2\x32\xd2\ \x32\x73\x7a\x9b\xc7\x33\x46\x80\x9a\xd4\xcd\xb7\x0f\x35\x34\xe5\ \xd4\x0e\x94\x94\xe5\x16\xd4\x66\x66\x65\x0f\x4c\x54\xd4\xe5\xb4\ \x97\x2c\x65\x95\x64\x4d\xa7\xb7\xd6\x37\x17\x8f\xe5\x65\xb5\x56\ \xd4\xe7\x75\x65\x96\x14\x67\x65\xe5\x35\xe5\xd6\x96\xb5\xa5\xa5\ \x35\x77\xa5\xb5\xe5\x0d\x76\x37\x76\x37\x97\x55\x14\xd5\x54\x75\ \x97\x36\x34\x67\xd7\x0e\x35\x77\x66\xe6\x8d\x57\x66\xa5\xa5\xa5\ \x97\xd4\xb7\xa5\xa7\xb7\x16\x4f\x2c\x0f\xa4\x96\xd6\x67\x3d\x5e\ \x1a\x99\x1f\x9b\x1e\x1f\x99\x9d\xdc\xff\xb8\x32\x35\x3f\xb5\x73\ \x74\xbe\xbf\x7c\xbe\xb7\xb4\xb3\x3e\x75\x70\xb1\xb7\xb6\x71\x7a\ \x76\x7a\xba\x71\x76\xbe\xb7\x33\xb3\xb1\x3e\x37\x7f\x74\x7e\x70\ \xba\x77\xb0\xbe\x72\x7e\x30\x77\xbe\x7c\x81\xdc\x9b\x05\x64\xb6\ \xb3\xbf\x72\xbe\xb4\x72\x76\xb6\x72\x78\x3a\xf3\x76\x61\xe1\xc7\ \x8f\x57\xc7\x5f\x3d\x76\x8b\x01\x1f\x18\x44\x5a\x98\x7a\xc8\xe2\ \x32\x89\x20\x07\x03\x53\xa6\x50\x10\x40\x7a\x63\x81\x1c\x56\x08\ \xc0\xfb\x43\x4a\xca\xd3\x94\xcb\xa7\xdf\x6e\xb2\x3e\x28\xf8\x2c\ \x68\x9c\x93\x65\x12\xe7\x5d\x6c\xee\x9a\x43\x2f\xbe\x86\xe5\x5b\ \x1b\x04\x37\xbe\xb7\x44\x20\xd9\xce\x55\x74\xe2\xf0\x8b\xaf\xfc\ \x27\x09\x41\x58\xc7\xfe\x6d\x9a\xa8\x16\x53\x52\x48\xac\x1f\xee\ \x52\x30\xa1\x20\xa5\x43\xa5\xc1\x99\x71\xdd\x23\xe5\x51\x92\x84\ \x92\x8c\xbe\xe4\xcd\xfc\x9d\xfe\xc4\xff\x7a\x9e\xc0\xe4\x4a\xc0\ \xa9\x00\x4e\x0f\x31\x83\x45\xa3\x03\x0f\xc2\x88\x49\xe8\xc8\x3b\ \x98\x4d\xca\xf2\xe7\xfc\xbc\x9e\x97\x75\xba\x2d\xf5\xbd\xfa\xbc\ \xbb\xe9\x72\x01\x82\x5a\xf5\xfb\x77\x1d\xab\x5e\x87\xcf\x6d\x77\ \xad\x7a\x84\x4e\xbb\x73\xd7\x66\x35\xd8\x6c\x0e\xab\xc7\xeb\xb4\ \x02\x45\x73\xbb\xdd\x46\xa7\xd7\x03\xe4\xc9\x63\x75\xfb\x77\x4f\ \xec\x0e\x8f\xc7\xe1\xb2\x3b\xed\x36\xa8\xfa\x94\xc3\xac\x71\x9a\ \x35\x16\xb2\x46\x03\x0d\x4f\x19\xdc\x46\x97\x1d\x6a\x03\x21\x05\ \x00\xee\xda\x34\xbb\x9c\x2e\xb3\xcf\xae\xb1\xd9\xcc\x3e\x1b\xd9\ \x65\x27\xf1\x3c\x6e\x29\x9b\x8d\x45\xe1\x31\x24\xe0\x15\x85\x76\ \xb7\x51\x63\xd0\x68\x02\xd1\x0e\x60\x24\x49\x54\xa8\xb1\xbc\xd0\ \x4c\xe6\xb9\x0c\x1a\x29\x34\xe7\x00\x8d\xc0\x52\xa1\x6e\xa8\xa8\ \xdf\x12\x79\x28\x38\xd2\xc8\x43\x53\x79\x64\x14\xca\xc8\xa6\x82\ \x9f\xf1\xa8\x98\x88\xd1\xfc\xea\xd1\x17\x8f\xf2\x5b\x86\x47\x9f\ \x3f\x1b\xfd\xe3\x45\x28\xc2\x06\x7e\x47\x8b\xdd\xaa\xb1\x18\xa1\ \xe6\xd4\x42\xf0\x77\x68\x0c\x78\xb2\xd0\x08\xad\xa7\x66\xa3\x79\ \x42\x20\x96\x6c\x2a\x02\x01\xf4\x14\x8d\x86\x21\xf1\x42\x23\x16\ \x01\xb5\xd6\x41\x04\xa3\x60\xc1\x78\x3c\x06\xc4\x36\x2a\x08\x01\ \x0b\x0c\x40\x22\xc2\x22\x82\x03\x90\x7f\xcf\xc1\x0a\x81\x07\x04\ \x07\xc0\x83\x42\xc3\x43\x7f\x49\x88\xb9\x5c\x30\x94\x97\x39\x54\ \x13\x7d\x4d\x0d\x52\x06\x47\x7b\x43\x2e\xe1\x52\x80\x62\x48\xe8\ \x12\x91\x4c\x47\xa1\x08\x94\xd1\xea\x68\x5d\x74\x54\x94\x2a\x56\ \x20\xa1\x33\x14\x34\x70\x70\xf9\x2c\xa8\x81\x60\xa4\x4a\x20\x90\ \x44\xdf\x88\x8c\x8c\x89\x51\x8a\x64\x91\x32\xe0\x00\x45\xc0\xb9\ \xcb\x25\x22\x70\x8c\xb8\x5c\x1c\x45\xa4\x24\x10\xb5\x04\x26\x2b\ \xbe\xe7\xc9\x07\xa8\x3d\x21\x1f\x88\x08\x47\x11\x6f\xa2\x33\x99\ \x60\x4f\x2c\x9d\x56\xa5\xd2\xea\x24\x32\x89\x40\xa5\x94\xc8\x55\ \x6a\x79\x94\x4e\x1e\x2d\x90\xd3\x71\x4c\xb5\x98\x46\x97\xeb\x22\ \x81\xf7\x94\x47\x41\x53\x53\xe3\x74\x2a\x81\x48\xc4\xa0\xd3\x65\ \x12\x3a\x97\x41\x67\x40\x53\xc5\x08\x74\x80\xe2\x50\xd3\x0a\x05\ \x9f\x02\xb5\xe2\x01\x2a\x9a\x62\xe2\x98\x80\x78\xc5\xc7\x43\xf1\ \x97\x92\x12\xdf\xc3\x07\xf8\x4f\x63\xd0\x15\x34\x26\x81\xce\x24\ \x00\x2e\xc7\xd1\x22\xaf\x5e\x8e\x4c\x2e\xba\x9d\x50\x96\x76\xb3\ \x21\xbb\x39\xef\x66\xb4\x88\x42\x27\x48\x24\x37\x6e\xaa\x54\x0c\ \xe0\x86\x63\xa2\x64\x5c\x4a\xcc\xe4\x61\xc1\xd0\xe2\xd8\xad\x98\ \x82\xd6\xb5\x8c\xf3\xfd\xc5\x99\xa3\x81\x82\x86\xef\x3f\xea\xa6\ \x16\xf7\x5a\x8f\x2e\x5a\xc7\x26\xc6\x76\x8a\xdf\xae\x9d\xfe\x58\ \x5d\x38\x9c\x38\xb0\xd9\xd8\x01\xe1\xbc\xaf\x23\x17\x2e\x9b\x65\ \xf3\x9b\xdb\xff\xe9\xe2\xd3\xd9\xfb\x8b\x77\x5e\x0c\x35\x10\x89\ \xc7\xc2\xe1\xe1\xd7\xc1\xe7\x8d\x82\xb8\x97\xca\x76\x7a\x7d\x66\ \x33\x38\x78\x3c\xab\x51\x1a\x8c\xe5\xb1\xb1\x4e\x1b\x6c\x18\x91\ \x29\x56\xd0\xb4\x45\x77\x7a\xed\x21\x58\xa1\xc6\xe1\xf7\x00\xc5\ \x3a\x59\x70\x1c\xbb\x76\xbd\x0e\x8b\xd4\x28\x74\x38\x8c\x98\x70\ \x38\x12\xd8\xc8\x60\xac\x85\x4a\xc6\x07\x84\x5f\x87\x87\xc2\xe0\ \x52\x27\x1e\x86\x08\x0b\x0a\x19\x4e\x0c\x0f\x43\xc0\x82\xe0\x41\ \x11\x8f\x1e\x5d\x7f\xd6\x12\x76\x09\xe4\xba\x70\x38\x60\xae\xc4\ \x96\x4b\x48\xe1\xc7\xad\xed\xf9\x3c\x44\x4b\x72\xc5\x5b\x4d\x71\ \xeb\xf4\x60\x72\x57\xce\x40\x6b\xea\x58\x77\x66\x49\x56\xc6\xf8\ \x44\x7d\x7a\x43\x5f\x76\x46\x66\x65\x59\x7f\x77\x67\xe7\x50\x69\ \xce\x48\x71\xf1\xe3\xb4\x95\xac\x81\x89\xcc\xd6\x8c\xd6\xba\xcc\ \xf9\xce\xec\x09\xe0\xff\x4a\x2a\xc7\xa6\x3b\xf3\x46\x4a\xa6\xb2\ \xb2\xfb\x2b\xda\x06\x27\x8b\x73\x26\xa6\x96\x1b\x72\xea\x1b\x46\ \x46\xb2\x1e\x97\xe4\xe4\x55\x0e\x65\xe6\x64\x55\x8e\xa4\xe5\x54\ \x8e\x34\xd7\x37\xe4\x56\x94\x96\xa6\xe5\x75\x74\x65\x57\x34\x97\ \x95\x0e\x36\x77\xb6\xd7\xd6\x37\x37\x0d\x75\xf6\x76\x77\xe5\x8e\ \xb7\xa6\xe5\xb6\xa6\xe6\xd6\xa7\x66\x67\x65\x56\x4e\x8f\x67\xa6\ \xb7\x66\x55\xb6\x2e\x4f\x4f\x2f\x2f\x4e\x66\x8d\xcd\x4e\x4c\xcd\ \x4f\xcf\x2e\xcf\xcf\x1f\x6c\xac\xaf\x2c\xae\x00\x88\x3a\xdf\x3b\ \xdb\xda\x3a\x7b\xbb\x73\xb0\x7f\xf1\xe3\x23\x10\xad\x8d\xe5\xb5\ \xa3\xb3\x99\xa3\xf9\xa9\x83\x95\x8d\x95\xa9\xa5\xb9\x55\xea\xfc\ \x39\x00\xab\xf3\xb5\xf5\x9d\xad\x2f\x3f\xbf\x6c\x1d\x5e\xcc\xfc\ \x5c\xf8\xf1\xf9\xd5\xf1\x89\xc7\x65\x40\x87\x61\x7f\xd4\xeb\x18\ \x57\xe9\x3d\x85\x4f\x4d\x2c\x1c\x8e\x29\xd0\xc5\x45\x8b\x24\x5c\ \x3e\x54\xa6\x5d\xaf\xd0\xf7\x3c\xe9\x29\x04\x89\xae\xfb\xf8\x2c\ \x59\x4c\xa4\xe8\xf5\x7f\xf7\x90\xc3\xdd\xfb\xe1\x95\x06\xf0\x76\ \x7e\xc2\xf3\xd9\x39\xea\xe8\xf3\xfc\x70\x2c\xe9\x93\x8f\x1a\x9e\ \xff\xcc\xc2\x8d\x67\xb0\xc3\xc9\xef\x0b\xc4\xba\x22\xe3\x0f\x16\ \xee\x61\xe8\x4f\x9c\x4a\x40\x23\x00\x43\x41\x10\xeb\x62\x1e\x0e\ \xb6\x47\xab\x3b\x32\x12\xe4\x39\x01\xf6\x04\x56\x92\xe5\xff\x04\ \xcb\x40\xe8\x72\xc5\x71\x57\x62\x74\x3a\x1d\x13\x27\xd6\xca\xe4\ \x02\xe5\xcd\xb6\xe9\x85\xa6\xae\x99\x9a\xc1\x10\xa4\xd3\xec\x31\ \x98\x37\x8f\xfd\xdb\xbb\x1e\xa7\x1b\x58\x34\xab\xc7\xef\xdd\xfe\ \x04\x0e\xbc\xd3\xeb\x06\x37\xbe\x4d\x8f\x79\xd5\x68\xf4\xb9\x7c\ \x40\xc8\x00\x5f\xb9\xdc\x7e\x9f\x13\xdc\x5a\xa0\x39\x0f\x6e\xd7\ \xa6\xdf\xe3\x70\xbb\x1d\x5e\xa7\xc1\xe7\xf4\x7a\x01\x44\x39\x84\ \x52\x03\x56\xa3\x01\x36\x50\x6a\xe3\x09\x9d\x1a\xb3\x53\x68\x31\ \xb2\xd9\x52\x83\xd4\xe1\x92\x1a\xec\x1e\xb3\xdd\x0e\x44\xcc\xe7\ \x93\x92\x0d\x5e\x29\xdb\x08\x00\x48\x68\x20\xc3\xb0\x64\xb2\xc1\ \x20\xdd\x74\x5a\x85\x58\xb3\x11\x4b\xb5\x38\x0c\x42\x21\x96\x6d\ \x25\xe3\x35\x1a\x34\xd9\x0a\xfc\x9c\x10\x0b\x31\x10\x0c\x38\x43\ \xb2\x01\xfb\xdb\x23\x36\x2a\x08\x66\xe1\xc1\x40\x08\xa2\xb1\x52\ \x76\x30\x9c\x44\xc6\x93\xf0\x21\xa3\xa3\xc3\xcf\xf2\xaf\x8f\x8e\ \xbe\xc8\x6f\xb9\x94\xff\xfb\xb3\x50\x94\xdd\xe7\x10\xf2\xd8\x50\ \xb3\x1c\xa9\x01\x0f\x9c\xaf\x59\x2a\xb4\x91\xf0\x3c\x29\x0f\x83\ \x67\x03\x9a\xa2\x0a\xa5\xc0\x17\xe2\x31\x3c\x3c\x8f\x2c\xc5\x42\ \x8b\x0b\x31\x24\x0d\x0a\x1a\x78\x0f\xc4\xa2\x10\xc1\x30\x90\x97\ \x31\x01\xc1\x48\x18\x32\x10\xa0\x56\x60\x20\x02\x50\x55\x58\x58\ \x50\x60\x70\x40\x60\x68\x40\x68\x40\xc8\x2f\x19\x0d\x71\x4a\xb5\ \xba\xaa\xf1\x56\x15\x90\x03\x01\x70\x76\x5c\x81\x56\x00\x4e\xe1\ \x68\x39\x50\x12\x99\x56\xac\x94\xc8\x54\xba\x98\x28\x35\xd0\x14\ \x26\x85\xa6\xff\x7b\x05\x4c\x21\x8b\xaf\x37\x71\x08\xca\x9b\xb7\ \x6e\x45\x15\x5c\xd1\x46\xaa\xe2\x62\xe4\x4a\x31\x57\xc4\x64\x02\ \x0d\x21\x2a\x05\x5c\x2e\xb4\xcc\x2a\xbe\x87\x42\x97\x51\x98\x14\ \x3a\x11\x78\xb2\xc2\x27\x4f\x3e\xa4\x98\x58\x44\xa0\x2c\x1c\x85\ \x48\x05\x34\x2d\x52\x10\xad\x15\x0b\xd4\x12\xb5\x28\x5a\xa5\x13\ \xc9\x80\x62\xc9\xe3\xae\xca\x75\x2a\x31\x4d\xac\x95\x88\x41\x88\ \xc5\xc6\xc4\xde\x8c\x11\xcb\x45\x6a\x9d\x2a\x52\x27\x53\x0b\x62\ \x64\x74\x2d\x34\x3a\x46\xa1\x11\xa0\x36\xbc\xc0\xbf\xb1\x18\x40\ \x82\x58\x14\x85\x82\xc5\xe2\x73\x88\x26\xbd\x89\x0f\xc8\x1f\xdc\ \x7f\x1a\x0f\x54\x0c\x2a\xa0\x1c\x0f\x04\x8c\x0f\x24\x10\x5a\xfd\ \x48\x67\xe0\xf8\x74\x60\x52\x23\x23\x75\x72\xf5\x83\x8e\x07\x91\ \x69\x69\x55\xdd\x57\x95\x02\x81\x98\xc1\xd4\xde\x4c\xb8\x77\xf3\ \xb2\x52\x1b\x15\xa3\x8c\x8a\x92\x88\xe2\xb2\xaa\xe2\x0a\xf2\x3a\ \xa3\xb4\xc9\xa9\xa5\xf3\x87\x2b\x6d\x93\xa5\x1d\x09\x69\x63\x63\ \x47\x5f\x4e\x53\x97\xbe\xcd\x56\x2c\x4e\x15\x17\xe7\xd5\x8d\x8f\ \x5c\x7c\xfe\x7a\xb1\x72\xf8\x8a\x84\x62\x4b\xbf\xbe\x7a\xeb\xb1\ \x6c\xbe\xdf\xdf\x60\xbb\x77\x3d\xae\xf7\x6e\xc7\x2b\xaa\xd4\x0c\ \x23\x21\xc2\x43\xd1\x21\x61\xe1\x41\x00\x82\xf1\x68\x34\xc8\x32\ \x3c\xdf\x67\x8d\x4d\xea\x3b\xb1\x02\x6b\xef\xb6\x18\xa4\x68\x2a\ \x3c\xf4\xfa\x28\xfe\x5d\xbd\x0c\x27\x89\xab\xca\x71\x86\x41\xcb\ \xec\xad\x36\xe7\xf1\xf1\xcf\xaf\x9f\x4f\x5e\x39\xd8\x1a\x1b\x48\ \x9f\x58\x2c\x0c\x2a\x26\x2b\xc5\x20\x85\x4e\x03\x22\x28\xec\x52\ \x70\x58\x08\xd5\x6d\x25\x05\x5f\x82\x23\x43\x82\xaf\x47\x84\x22\ \x82\xc3\xf2\x81\x6e\x85\x47\xb4\x0c\xe7\x87\x3f\x7a\xf6\xac\x3a\ \x04\x0e\x6f\xc9\x0f\x47\xc2\xae\xe7\xff\x24\x2f\xe4\x99\x79\x3c\ \x14\xc9\x68\x5b\xfe\x63\xa4\xbe\xb4\xb2\x78\xe2\xdb\x59\x72\xeb\ \xd6\x54\x71\x5a\x5d\xd3\x50\x47\xd7\xd8\xf4\xd2\xe3\x92\xf1\xec\ \xb1\xd2\xb6\xd9\xd6\x89\xc7\xad\x59\x99\xeb\xe3\xd9\xd3\x53\x8b\ \x1b\x4b\x75\x63\x93\x39\x23\xad\x59\x63\xd3\x75\x69\x75\x69\xb5\ \x25\xb9\xb5\xf5\x59\xb9\x05\xf5\x5d\x05\x4d\x79\x19\x65\xe3\xf3\ \x9d\x63\x5d\x6d\xd9\xd3\x03\x63\x03\x0d\x5d\x79\xdd\x39\x39\xb9\ \xf5\x39\xd9\x15\x59\x39\x8d\x69\x15\x39\x79\xb9\x79\x8d\x4d\x9d\ \xf5\xf5\xf5\x6d\xa5\x83\x55\x9d\x15\x83\xfd\xcd\x5d\x65\x15\xb5\ \x4d\xf5\xb5\xa5\x95\x15\x69\x99\x03\x69\xad\xb5\xb5\x79\x13\x99\ \x59\xf3\xb3\x59\x59\x75\x79\xd3\x73\x53\xd3\x63\xad\xb3\xf3\x95\ \x13\x1b\x2b\xf3\x8b\xfb\xcb\xeb\xeb\xe3\x8b\x07\xfb\x5b\x3b\x33\ \x6b\x1b\xb3\x3b\x87\xa7\xe7\xfb\x17\x17\xfb\xa7\x47\xe7\x3f\x2e\ \x7e\x7e\x39\xdc\x59\x5e\xfe\x78\x76\x70\x0a\x0c\xe1\xfc\xd6\xdc\ \xce\xf2\xe4\xe6\xf1\xf4\xcc\xce\xd2\xc7\x83\xc3\x9d\xa9\xf5\x83\ \xb3\xad\xfd\xfd\x85\x85\x9f\xef\xdf\x6f\x7f\xda\xf6\x39\xf0\x08\ \xf3\x74\x1c\xbf\x87\x72\xaf\x29\xe6\xe9\xd3\x42\xa8\xc1\xd2\x53\ \x3d\x8d\xab\xd3\x45\x5f\x96\x10\x28\x2c\xa8\x83\x6f\x3c\x54\xa5\ \xdb\xa4\x90\xcd\x5b\x17\x8b\x28\x1c\x7d\xfc\x53\x05\x94\xf1\x2e\ \x6f\x06\x91\xc2\xd8\x7b\x6f\x90\x11\x96\x7a\xa5\x7c\x3a\x71\x18\ \x41\x5d\xfd\x84\x09\x7b\x34\x1a\x1a\xf5\xf4\xc3\x61\x35\x7e\x37\ \x33\x92\x1b\xf7\xc9\x2e\x16\xc9\x5c\xd7\xe5\x4c\x2e\x88\x2a\x10\ \x3c\xf2\xd8\xcb\x49\x37\x74\xb2\xf4\x5e\x59\xec\xc5\x23\x73\x27\ \x83\x1f\x6b\xfb\xef\x73\x6e\x9c\x5c\xae\x55\xdf\xb8\x72\x39\x46\ \x27\x03\xc1\xce\x55\x47\x2b\xb5\x37\x72\xeb\x3e\x56\x8e\xf4\xdd\ \x38\x80\xff\xfa\xcf\x4b\xf6\xd5\x4d\xcf\xea\xa6\xcf\xfb\xd9\x63\ \xf7\xd8\xac\x6e\xaf\xcb\xeb\x83\xca\xb2\xf8\xfc\x3e\xaf\x0b\x30\ \x91\xdf\xb6\xb9\x0b\xf4\x6a\xd3\x6d\xf1\xba\x9c\x1e\xe8\xda\x21\ \x54\xd0\xc1\xb3\xe9\x37\x5b\x3c\x2e\x8f\xc7\x6d\xb7\x38\x9c\x3e\ \x87\xcb\xeb\xf7\x58\x9c\x90\xe3\x23\xbb\x78\x6c\x8b\xc1\xed\x34\ \x1a\x6d\x66\xb7\x0f\x28\x97\x5d\x4a\x25\xf3\x8c\x6c\xef\xa6\xd9\ \xe2\xb4\x00\x3b\x68\xf7\x40\xe9\x2f\x50\xb3\x0a\x9c\xa3\xc1\xe2\ \x10\x0a\xc9\xa8\x60\xb4\xd0\xc6\xa6\xda\x3c\x4e\x0d\x4f\x6a\x80\ \x6a\x05\x4a\xbd\x3c\x92\xc1\x4d\x06\x0e\x0d\x58\x01\x32\x70\x8f\ \x58\x2c\x0a\x0d\x43\x91\x81\xa8\xb0\x61\xaf\x1f\x91\x50\x41\x28\ \x2a\x15\x06\x8d\x38\x91\xd8\xa4\x60\x18\x49\x0a\xd0\x2b\xe4\xd9\ \x68\x35\x70\x85\xf9\xd5\xc3\xd5\x8f\x42\x1f\x3d\x1f\x0e\x45\x7b\ \x56\xb7\xad\x40\x82\x1d\x0e\x29\x50\x2d\x36\x90\x3d\x60\x0a\xd1\ \x52\x0d\x99\x8c\xa6\xb2\xd9\x42\x2a\x9e\xcc\xb3\xf3\xa8\x64\x14\ \x9a\x8d\x46\x4b\xd9\x24\x12\x09\x0f\x5c\x26\x34\xd9\x81\x1a\x88\ \x82\xde\x0f\x8d\x41\x42\x85\x46\xa1\x49\x0d\x40\xa5\x22\x82\x82\ \xe0\xa8\xa0\x80\xa0\x90\xc0\x70\x40\x58\x41\x01\x81\xbf\x28\x07\ \x1b\xb5\x34\x6e\x42\xd5\x95\x18\x75\x74\xe4\x8d\x1b\x51\xaa\x68\ \xa6\x84\x40\x10\x73\xe5\xd1\x22\xae\x5a\x2b\x93\x31\x65\x91\x3a\ \xad\x5c\x2d\x00\x34\x4d\xe7\x43\x93\x84\x4d\xb8\xf8\x97\x3d\x40\ \x1f\x44\x97\xe3\x1e\x26\x5d\x8e\x8a\x86\x4c\xa1\x56\xa5\x16\x33\ \x19\xa2\x68\x31\x53\xc4\x14\xfd\x73\xd2\x8b\x00\x00\x20\x00\x49\ \x44\x41\x54\x08\x64\x02\x3a\x85\x00\x15\xeb\xa7\x31\x25\x5c\x0e\ \x34\x6d\x14\x88\x8b\xe2\xcf\xc2\x0f\xa6\x78\x0e\xc5\x24\x11\xd1\ \x63\x55\x5a\x91\x4c\xad\xd5\xca\x44\xd1\x6a\x75\xa4\x2c\x5a\x25\ \x88\x52\x6b\xa3\x55\x31\x37\x6f\xc7\x45\xc9\x44\x7c\x40\xd9\xc0\ \xff\x89\xd5\xb7\xaf\xc6\xa9\xd4\x4a\xb5\x2e\x32\x26\xf6\x9a\x4a\ \x12\x1d\x2d\x00\xf6\x94\xcb\x24\x88\xe8\xe0\x77\x21\x12\x09\x44\ \x02\x85\x42\xa1\x11\xf9\x44\x1a\x85\xcf\x81\x2e\xf6\x28\x68\x8a\ \x42\x93\x9e\x4f\x87\xea\xda\xf2\x15\x29\x7c\x7e\x61\x4a\x0a\x5f\ \xc4\xe4\x72\xc5\x62\x99\x1a\x00\x19\x83\x26\x01\xf2\x24\x11\xe8\ \xb4\x51\xb1\x72\xe6\x83\xda\x87\x83\x37\xae\x68\x25\x12\x11\x91\ \xae\x4b\xae\x6a\x4f\xb8\x19\xa5\x56\x0b\x24\x71\x57\x64\x91\xbd\ \x83\x77\x54\x45\x5d\x37\x2f\xdf\xec\x2a\xdf\xf9\x71\x78\xd4\x54\ \x55\xf4\xb0\x26\xa7\x79\x6c\xe3\x00\x00\xc7\xfa\xd9\xde\xf4\xe4\ \xd4\x6c\x5b\x5f\xee\xc1\xea\xbb\x99\xbd\xc9\x85\x6f\xdf\x85\xdb\ \x33\x5f\x16\x0e\xcf\xcf\x0e\x0e\xc7\xdf\x1e\x2c\x7f\xfb\x79\xfc\ \xfe\xfb\xfb\xcd\x60\x04\xca\x80\x0f\x81\x6a\x8f\x45\x04\xc0\xc8\ \x1a\x7c\xb0\xd4\x6e\xb0\x4b\x0d\x54\x29\x49\x6a\x21\x81\xd0\xd9\ \x74\xdb\x79\x66\x2a\x1b\x1f\x80\x66\x5b\x78\x81\x81\x98\x77\xb5\ \xd1\xe2\xe4\xce\x19\x3b\x9c\xe4\x07\x99\x13\x4d\x76\x78\x5d\xaf\ \xb6\xbf\xbe\x77\x78\x48\x6c\x3c\x32\x10\x85\xc4\x20\x90\x24\x03\ \x26\xc8\xe1\x42\x84\x84\x02\x7b\x4f\x42\xc3\xa8\xb0\x47\x21\xc1\ \x41\x21\x97\xc2\x2e\x5d\x82\x5f\x0a\x85\x87\x05\x05\x5d\xaa\x4e\ \x6c\x19\x7e\xd1\xd2\xf2\xdb\xeb\xe7\xd0\x6a\x89\xe7\xbf\xe6\x07\ \xe5\x5f\x0f\xc0\xf3\x9c\x5f\x2f\x1e\x51\x53\x27\x8c\xfb\x03\x25\ \x73\x87\xe7\xf3\x5d\x65\xf7\xeb\xa6\x33\x06\x73\x87\xba\xef\xdd\ \x2d\x2a\x6d\x4a\x4f\xcb\xce\x6a\xaf\x68\xef\x9b\xab\x4c\x6b\x4f\ \xcb\xae\xcd\x1a\x4a\x3b\x9a\x98\x1a\x9b\x5f\x2e\x2e\x2d\x2a\x6b\ \x4a\x4d\xcf\xaa\xef\x6b\x18\x6a\x48\xef\xca\xee\x2c\x2d\x2b\x6a\ \xa8\xea\xcc\xa9\x6d\xee\xaf\x9c\xcd\x1b\xeb\x18\xcc\xad\x1c\x98\ \x1f\x68\xab\xcd\xe9\xae\x9d\xcd\x4b\x4b\xcd\xcd\xa9\x2f\x6b\x6f\ \x4a\xcd\xed\xcd\xa9\xe8\x2c\xeb\x6f\xeb\xea\xac\xe8\xed\xe8\x6f\ \xee\xed\x6b\x6b\xe8\x6e\x6a\xa8\xed\xad\x18\x2a\xad\x2b\x2e\x29\ \x4b\xab\xab\xac\x68\xce\xc9\x4b\x9f\xdc\xd8\xaa\x1b\x28\xcb\x1b\ \x9f\x68\x1d\x79\x3c\x3e\xbb\x52\x32\xb9\x7e\x74\x38\x77\xb4\xb7\ \x38\xbb\xb6\xb7\xb3\x77\xb4\x77\xba\x7f\xb8\x3e\xf3\xe5\xcb\xb7\ \xb7\x0b\xef\x7e\x9c\x1d\x9e\xef\xec\x7c\x3b\x9f\x39\xfd\xb8\xbe\ \x7f\x7a\x30\x73\xf0\xed\x68\x7d\x7d\x65\x6b\x6f\xcf\x7f\xbe\xfc\ \x71\x6d\x65\x6d\xe7\x70\x79\x6d\x7f\x66\x66\xed\xec\x0c\x7c\xf2\ \xbb\xab\x00\x78\x0d\xce\xb7\x65\x12\x7d\x3c\x1f\xa7\xac\x78\x7c\ \x23\xfe\x49\x4a\x0f\x08\x87\x42\xe8\xd2\x20\xc8\x5d\xb1\x2a\x19\ \x81\x05\x15\x1c\x05\x98\x05\x0d\xc3\x3f\x34\x9e\x8c\x17\x69\x19\ \x1c\x3d\x0b\x32\x8b\x49\x06\x98\x45\x68\xfc\xe9\xa7\xa2\xdc\x1d\ \x02\x79\x1a\xf6\xd7\x20\xd2\xee\x2b\x44\x10\xf0\xd9\xed\xff\x79\ \xd9\xd9\x82\x77\x2f\xdf\x61\x5e\x7b\x15\xac\x23\x32\xd6\x9e\x57\ \xe0\xc4\x14\x1c\x85\x40\xc3\x11\x80\x4b\xe0\xc6\x54\xb6\x13\x6f\ \x1a\xd8\xf9\xa4\x2a\x22\xab\x3f\xec\x7a\x5c\x94\x2e\x46\x24\x8b\ \xba\xda\x98\x74\x45\x2e\x53\xca\x81\x2b\x90\x5f\x8e\xbd\xdc\xbb\ \xf8\x63\xe3\xbe\x28\xf6\x0b\xe9\xf9\x7f\x69\x4e\x80\xc1\xfb\xf4\ \x69\x7b\xd3\x0f\xf5\x78\x76\x1c\xbb\x01\x5b\x1d\xfb\xbc\x5e\xbf\ \xcf\xed\xf6\xf9\xdc\x06\xaf\xcb\xed\xb0\xb9\x9c\xab\x4e\xb3\xd3\ \xee\x06\x7c\xe5\x03\xac\x6d\xdb\xfd\xfe\xe9\xd8\x63\x71\xbb\x9c\ \xfe\x4d\x1b\xb0\x83\x56\x83\xdf\xeb\xb1\xb3\x8d\x4e\xa7\x55\xca\ \x06\xbf\xb7\xd1\xe2\x34\x5b\x8d\x0e\xa8\x15\x8e\xd1\x68\xb5\x18\ \x80\x07\x33\xf8\xbc\x1e\xa7\xc3\x68\xb4\x03\x7b\xe9\x71\x19\x8d\ \x28\xb2\x15\x58\x3d\xab\x83\x47\x12\x92\x81\xd9\x23\x59\xed\x06\ \xb3\x15\xea\x5a\x61\x60\x43\x85\x6c\x2c\x6c\x8c\xd9\x46\xc6\x4b\ \x0d\x24\x9e\xd0\x6c\x60\x4b\xf1\x60\x13\x34\x1e\xd0\x91\x10\x8b\ \x1a\x0e\x31\x52\x91\x18\xa1\x10\x43\xa2\x62\xf1\x6c\x1e\x09\x46\ \x65\x93\xd9\x64\x5e\x38\xd0\xab\xd1\x96\x7c\x10\x6e\xd7\x43\x12\ \x87\x7f\x1d\x0e\x45\x78\x4e\xb6\x7d\x6e\x27\x09\x30\xa4\xcd\x66\ \xd1\x58\xcd\x6c\xb6\xd9\x20\xd4\x98\x35\xc0\x08\x82\x34\x2d\x64\ \xa3\x84\x40\x16\x31\x48\x12\x96\x44\xe6\x91\x49\x42\x29\x9e\x04\ \x52\x39\x70\x98\xb0\x80\x20\x18\x8c\x8a\xc7\x60\xc0\xa9\x83\x09\ \x0e\xc6\x02\x53\x88\x44\x86\x06\x00\xdd\x02\xa1\x1d\x12\x10\x06\ \x8c\x4a\x68\x60\xc0\x2f\x7a\xba\x88\x48\x63\xc6\x25\x80\x34\x00\ \x8c\xbe\x98\x88\x33\xf5\x10\x59\x0c\x19\x97\x20\x10\xab\x74\x97\ \x23\xe5\xda\xc8\x48\x95\x04\x1c\x50\x68\xe2\x02\x0b\x60\x33\x0b\ \x47\xd3\xc7\xd3\x18\x82\x28\x55\xd4\x95\x1b\xd7\x80\x89\x13\x00\ \x34\x52\xca\xc5\x62\xad\x92\xc1\x55\xd2\x05\x0c\xb1\x5c\x2b\x63\ \xd2\x14\x0c\x02\x05\x47\xc7\x89\x45\x5c\x3a\x70\x67\xf1\x00\x84\ \xf8\x14\x56\x8f\x89\xce\xd7\x0b\x64\x51\x2a\x31\x57\x06\x94\x42\ \x2e\x50\x47\x46\xab\xe4\x91\x3a\x95\x5a\x20\x97\xc9\x94\xea\x6b\ \xb1\x32\x79\x34\x97\x46\xe1\x12\x28\x32\xb5\x5a\x1e\x7b\xed\x9a\ \x9c\x10\x13\x2d\xb8\x11\x79\x25\x52\x22\x13\x88\xc4\x22\x1c\x91\ \xab\x65\x72\x01\x62\xe9\x09\x14\x0e\x1d\x84\x0b\x85\x4f\x63\xe9\ \x59\xe0\x96\xaf\xe0\x98\xa0\xe2\x6c\x7c\x3e\x1f\x1a\x85\x4f\xd1\ \x43\xf3\x03\x39\x1f\xe2\x15\x14\x31\x90\x24\xa5\x4a\x26\x8a\x22\ \xb0\xe8\x5c\x91\x44\x2c\x8a\x91\x09\x80\x0f\x8c\xba\x1f\x73\xaf\ \xe0\xaa\x4e\x2e\x61\x50\x58\xcc\x98\x7b\x0f\x8b\x6e\xdf\xb8\x22\ \x61\x10\x24\x51\xb1\xb2\xab\x65\x31\xb1\x09\x49\xb1\x71\x91\x37\ \x07\xb3\x57\xcf\x1e\xaf\x94\xde\xe9\xec\x2c\x6b\xeb\x6d\x9d\xd8\ \xc9\xa9\x5b\x38\x5b\x59\x1e\x19\x3f\x3b\xaa\xa8\x19\x3b\xf8\xea\ \x3f\x4b\x1f\x3b\x2f\x5e\x7f\x73\x76\x70\xb6\x70\xb4\x35\x33\x3d\ \xbf\x72\x31\x7f\xb0\x67\x3f\xf1\xbe\x3a\xb1\x91\xd1\x46\x6c\x38\ \x15\x1d\x8e\x0c\x0a\x0f\xa4\xfa\xec\x18\x94\xc5\x6e\xb7\x7d\xfd\ \xe1\xd8\x5e\x5f\xc0\x0a\x8d\xfe\xcd\x13\xa3\x46\xa3\x11\x52\x35\ \x36\x23\xcf\xb6\xf0\x63\x57\xf3\xa8\x25\x68\x2f\x56\x74\x2b\x77\ \x03\x1b\x00\x36\xc7\x5b\x3e\x2f\xec\x6e\x6f\x7e\x7a\xe7\x10\x92\ \xc8\x58\x14\x4a\x88\x82\x1a\x83\xb3\x9d\xd8\x96\x00\x2b\x26\x18\ \x0e\x9e\x80\xa1\x13\x87\x43\x22\x50\x11\x61\xc0\xd8\x57\x47\x84\ \x85\x62\x50\x11\x21\x8f\xf2\x87\x47\x87\x5f\xfc\x9a\x5f\xfd\x6c\ \x74\xb4\x65\x18\x6a\x20\x5e\x7d\x1c\xfa\xd7\x0b\x63\xe0\x8f\xcc\ \xb1\x10\xb2\xb3\x44\x9e\x25\xcc\xeb\x28\xab\x1c\xec\x48\xc8\xe8\ \x7d\x98\x5c\xd4\x9f\x54\x5e\x90\xd4\x9e\xd3\x5d\xd3\xdd\x78\xbf\ \x3b\xa9\xa6\xb3\xa6\x26\xf9\x56\x79\x4d\x51\x55\x67\x5e\x57\xff\ \xc3\x8e\xd6\x86\x7b\xe5\x05\x0d\xfd\x83\xcd\xbd\x8d\xed\x55\x8d\ \xb9\x4d\x25\x6d\x55\x6d\xcd\xc5\x8d\x43\x69\xf5\x15\x4d\x75\x5b\ \xb5\x25\x55\xed\xd9\x25\x23\x53\x03\x0d\xc0\xed\x55\x54\xa6\x67\ \x57\xe6\x36\x67\xf7\x76\xe4\xa6\x66\x65\x66\xd5\x77\xe6\x0e\xf5\ \x27\xb7\x57\x0d\xf5\x0e\x0e\x76\xb6\xf7\xb7\x35\xd4\x36\xd7\x37\ \xe7\x75\xf6\x56\xb6\xe6\x35\xe5\xa6\xa5\xe7\xd6\x56\x56\x16\x8f\ \x8d\x4f\xb6\x0e\xa4\x0e\x00\xbd\x1a\x9b\x9f\x5e\x5a\x7e\x3c\xff\ \x78\xea\x7c\x6b\x69\x7d\x79\x71\x7a\x67\x6f\x7f\x6b\x6f\xe3\xf0\ \x7c\xfd\x70\xe6\xe2\xe7\xd9\xc2\xc2\xf9\xf9\x8f\xb7\x5f\x66\xce\ \x0f\xde\x5e\xbc\xfb\xf6\x65\x7f\x06\x38\xc4\xa3\x8d\x95\xb5\x83\ \xf3\x1f\xef\x2e\xce\x0e\xb7\x66\x4e\x0f\xbe\xfc\x58\xb8\x38\x3b\ \x98\xf9\xf9\xc6\xb5\xbd\xfb\xfd\xe4\xed\x42\x6b\xbb\x9a\x6f\x32\ \xc5\xc7\xf3\x45\xb7\x07\xf3\xae\xe8\x3f\xc4\xa7\x00\x96\xea\x01\ \xd8\xdd\x93\xa2\x80\x24\x4b\x8d\xd3\x9b\xe2\xf5\x7a\x9c\x02\x3c\ \xfb\x41\xed\xa3\x9e\xb5\xdd\xd3\x41\xca\xc3\x22\xd2\xb3\x91\xe6\ \x1f\x80\x05\xc0\x67\xbe\xd0\x18\x1b\x93\x47\xfd\x0d\x6e\x7e\xb7\ \x40\x85\x46\x94\x4b\xfe\x53\x18\x15\x7e\x09\xf5\xa6\x5c\x70\xe5\ \x22\x22\x49\x4f\x18\x7a\xf6\x99\x2e\xa2\x73\x19\x4c\x16\x8d\x19\ \x8d\x23\x46\xa6\x77\x33\xba\x91\x0b\x03\xe1\xf9\x0d\x0f\x95\x65\ \x8f\x72\xe3\x6e\x00\x5f\x20\x8f\x6a\xcc\x2e\x8a\x66\x8a\xc4\x32\ \xad\x52\x2d\x89\xbd\x76\xa7\xa2\xee\x60\xeb\x9a\x2c\xf9\x2b\xe6\ \xaf\x61\xb7\x63\x13\x28\xd3\xea\x89\xcf\xbe\xeb\xb4\x69\xec\x6e\ \x83\x7f\xfb\x78\xd3\xed\x74\x7b\xbd\xc7\xdb\xab\x5e\xcf\xb6\xc7\ \xe3\x01\x1e\xce\x03\xee\xba\x1c\x3e\x3f\x74\x63\xf6\x00\x1e\xdb\ \xde\xde\xf5\x3a\x1d\x4e\x97\x1d\x58\x42\xab\xcb\x6e\x77\x79\xac\ \x0e\xb3\x75\x1b\xa8\x82\x59\x6a\x97\xb2\x79\x52\xab\xd3\x25\xb4\ \x58\x1c\x3e\x9b\xcd\x48\x12\x9a\xa5\x1a\x8f\xd3\xe8\xf2\x5a\x84\ \x36\x97\xcd\xe7\xb0\x3b\x84\x48\xb6\x4b\xc3\xb3\xbb\xad\x1a\x2c\ \x89\x0a\x03\xea\x23\x04\xe2\x26\x05\x22\xa2\x71\x90\xa5\x46\xbb\ \xd5\xc6\x23\x99\xc1\x5e\xa8\x24\xa9\x99\x67\x90\x6a\x78\x68\x14\ \xd6\x0c\x40\x88\x4c\x06\x72\x72\x09\x69\x24\x05\x52\x49\x42\x14\ \x89\x84\x82\xa1\x35\x24\x24\x9a\x0d\xde\x81\x1d\xf1\xbc\xa5\x7a\ \xb4\xfa\xd1\xf0\xe8\x68\x75\xc4\xa3\xfc\x67\x2d\xe1\x78\xd7\xf1\ \x89\xd7\x6c\xb5\x99\x81\x68\x3a\xad\x56\xbb\x86\xcc\xd6\x48\xd9\ \x06\xb6\x41\x63\x96\x9a\x35\x24\xb6\x46\x43\x36\x40\xb5\x48\xb1\ \x64\x2a\x5a\x4a\x06\xaa\xc7\x83\x2a\x62\xa1\x81\x1d\xa4\x06\x22\ \x61\x98\x00\xa0\x59\x68\x24\x2c\x30\x20\x10\x8e\x86\xc1\x03\x90\ \xb0\xe0\x80\x80\x30\x38\xd4\xaf\x30\x04\xd2\xab\xa0\x5f\xf4\x04\ \x01\x1d\x27\x8b\x56\xb3\x98\x38\x85\xe9\xc3\xd3\xa7\x4f\x5f\x3e\ \xd1\xa7\x70\x25\x04\x25\x53\x24\x62\x68\x63\x74\x22\x95\x4c\x42\ \xd0\x9b\xa0\x25\x30\x50\x19\x63\x0a\x90\x0b\x0e\x45\xa9\xbb\x7a\ \xfb\xca\xd5\x58\xad\x3c\x5a\x07\x4c\x5c\x94\x56\xab\x8d\x54\x2b\ \x65\x62\x8a\x4c\x22\xe6\xc8\xb4\x72\x11\x97\xc8\xe5\x4a\xe8\x0c\ \x31\x5d\xac\x24\xd2\x0a\x53\x0a\x81\x15\x13\xf3\x71\x50\x1a\x53\ \x50\x20\xad\x62\xca\x55\x3a\x81\x1c\x80\x4e\xd4\x95\x58\x89\x5c\ \x17\x7b\x25\x2a\x4e\xae\xd5\xa9\x94\x72\xed\x15\x89\x84\x22\x10\ \x31\x38\x22\x79\x4c\x74\xf4\xc3\xcb\x6a\x71\x6c\x94\x36\xf6\x8a\ \x48\xa7\x03\x4c\xc6\x10\xd3\x64\xc0\x97\x32\xc5\x80\xad\x38\x14\ \x0e\x11\x00\x16\x9f\x20\x61\x02\xde\xe2\x70\x58\x44\x68\xf5\xbd\ \x82\x02\x52\x29\x8b\x48\x83\xd2\x2b\x9f\xa8\xe8\x29\x7c\x42\x14\ \x48\xc4\xd1\x6a\x99\x56\x16\xa9\x92\x45\x6b\x81\xb1\x64\x6a\x65\ \x04\x31\x8e\xc2\x55\x5f\x51\x25\xdd\xbe\x1d\xa3\x24\xe8\x89\xe2\ \x1b\xdd\x05\x97\x13\x62\x62\x2e\xcb\x09\x5c\x99\x5a\x22\xb8\xff\ \xf0\x8a\xfa\xc1\x9d\xb8\x38\xf5\xe5\x07\x93\x3f\xd6\x97\xb3\x1e\ \xde\x2b\x2f\x6f\x1b\x5b\xab\x6f\xea\x6d\x4b\x2b\x7d\x5c\x9c\xd5\ \xba\xb6\xb8\x93\x5a\x7b\x70\xb1\xbd\xed\x3f\x5b\x39\x7a\x77\xb6\ \xf1\x2d\xa3\x6e\x64\x6a\x6e\x2c\x3d\x67\x6b\x7f\xec\xe7\xf9\xe6\ \xf9\xc2\xde\x26\x0a\xe6\x94\x22\xa9\xc8\x90\xa0\x90\x90\x00\x0c\ \x20\x74\x83\x54\xea\x36\xec\xbe\x5b\x7d\x77\xbe\xff\x66\x17\x9a\ \xbe\x40\xf2\xec\x3a\x76\x0d\x28\x0c\x62\xf3\x84\x6d\xa5\x86\x05\ \x21\xe0\x61\xf9\xe1\xc7\xc9\xe2\xa8\x26\x3f\xe2\x92\xeb\xf3\x67\ \xd7\xd7\x8d\x0d\xf7\xf1\xee\x1b\xbb\x10\x4d\x35\x20\x90\x28\xab\ \x10\x1b\x18\x84\x40\x23\x02\xbd\x56\x24\x15\x00\x57\x44\x58\x78\ \xe2\xf5\xb0\x60\xd8\xa5\x30\x78\xc4\xa3\xea\x70\x4c\xd0\xa5\xeb\ \xd7\x2f\x0d\x0f\xb7\x0c\xff\xfa\xa2\x1a\x08\xd7\xf3\xe1\xeb\x89\ \xa3\xbf\x3f\x7f\x0d\xa7\x26\xbe\x48\xfc\x47\x60\xe5\xfd\xac\xa0\ \xe7\xd4\xf9\x8a\x77\xab\x27\x4d\x59\xc9\x7d\x55\x6d\xbd\x8d\x1d\ \x37\xca\x93\x8a\xee\xc5\xb5\xa7\x25\x17\x94\x57\x3d\xe8\x48\x7a\ \xf8\xe0\xfe\x83\xc6\xbe\x87\xf7\x92\x6f\x97\xd7\xa7\x36\xdc\x2b\ \x98\x6b\x7b\xf8\xa0\xad\xa9\xa8\x7c\xb0\xac\x61\xf0\x5e\x63\x55\ \x45\x7a\x57\x4e\x4e\x6f\x5d\x4d\x63\x76\x65\x46\xea\xe2\xdb\xcc\ \xca\xfe\xe6\xf4\xcc\xc7\x23\x99\xe9\x4d\xd9\x39\x39\xf5\xf5\xd9\ \x25\xd9\xcd\x93\x4d\xa9\x79\x65\x79\xad\x19\x65\xbd\xa5\x1d\xcd\ \x9d\x43\xb5\x6d\xbd\xfd\x6d\x9d\x43\xdd\x15\x65\x9d\x9d\x9d\x5d\ \x39\x1d\xd9\x73\xad\x93\x69\x75\x59\x79\x19\xa9\x95\x59\xe9\x8f\ \x97\xe6\xb3\x27\x8a\x5b\x27\x66\x27\xe7\xa6\x27\x27\xc7\x5b\x01\ \x25\x9d\x1f\xee\x2f\x8e\x4f\xec\xad\x7c\x3c\x5f\xfa\xfb\x6a\xe1\ \xd6\xd9\xbb\x85\x6f\xe7\x5f\x2e\x16\x3e\x7e\x01\xf7\x2e\x2e\x16\ \xce\xf6\xcf\x8f\x2e\xbe\xcc\x1c\x7e\x39\x5b\x3f\x3f\x3f\x5f\xf8\ \xf9\xf3\xed\xe9\xd9\x37\xc0\x55\x17\xef\xde\x5c\xac\x7a\xfc\xab\ \x3b\x5d\x1d\x77\x1a\x6f\x46\xe9\xae\xaa\x08\x20\x96\x4d\x84\xcb\ \x83\xa9\xa9\xb7\x58\x7f\xcf\xb9\x52\x98\x0a\x7b\xe2\x41\xd2\x05\ \xac\x85\xd3\xc6\x6a\xf9\x34\xa8\x0b\x05\xd4\xeb\x52\x72\x81\x39\ \x79\x5c\x1f\x2b\xa2\x10\x71\x34\x9a\x7a\xa1\xc5\xb3\x86\x30\xf3\ \x84\x6c\xcb\x45\x6f\x6c\x74\x13\xfb\xb7\x7c\xd2\x9b\x2f\xc6\x96\ \xb0\xc4\xdf\x36\xfe\xd3\xa3\xdf\x7c\x0e\x5f\x4d\x97\xcb\xf7\x86\ \x8b\xf9\xb8\x2b\xbc\x60\x01\x97\x29\xa2\x40\x85\x97\x08\x38\x66\ \x6d\xa7\x76\x9a\xd4\xc7\x8c\x9b\xcc\x6f\xee\xdd\xb9\xd8\xaa\x6f\ \xbb\x2f\x97\x68\xa3\x1e\x14\xaf\x24\xab\xe5\x6a\x55\xa4\x2a\xfa\ \x4a\xa4\xf2\x4a\x79\x57\xee\x46\x46\x74\xe4\xc8\xf6\xf5\x4b\x1a\ \x83\xd4\xe1\x75\x5a\x5c\xee\x13\x80\x84\x4e\xa3\xdd\xe9\x04\xae\ \xcf\xbb\xea\xb3\x7d\xf6\xfb\xfc\x76\xbb\x63\xf5\x78\xd3\x65\x75\ \x00\xe8\xfa\xb4\xeb\x01\xc6\xcf\xe9\xb2\xb9\xdd\x9e\xcd\xd5\x5d\ \xb7\xcb\xe5\xf0\x40\x2b\x9f\x3d\x76\x97\xdd\x03\x0d\xb8\xbb\x37\ \x57\xcd\x1e\x80\x30\x66\x8d\xcd\x66\xb0\xda\x2c\x2e\x9b\x03\x6a\ \x8f\x03\xcd\x80\x12\xe2\xd9\x1a\x97\xcd\xe5\x81\x06\xe4\x1d\x56\ \x9f\xdd\xba\xca\x0e\xe6\x59\x35\x66\xb7\x99\x2d\xe4\xe1\xf1\x54\ \x21\x1e\x6d\xb0\x90\xec\x36\x83\x01\xa0\x0f\x52\x63\x30\xda\xbc\ \x42\x9e\xc6\x69\x26\x1b\xcc\x64\x2a\x59\xc3\x33\xf2\xc8\x6c\x21\ \x09\x85\x21\x4b\xb1\x64\x32\x2c\x1c\x25\xa4\x06\x92\x49\x78\x14\ \x4f\x8a\x85\xa1\xf0\xe6\x60\x2c\x16\x86\x26\xe1\x2f\xfd\x96\x9f\ \x38\xfa\xa2\xba\xa5\xfa\xc5\x68\x62\x7e\xcb\x8b\xea\x30\xac\xc7\ \x7f\xec\x01\xd8\x67\x05\x8a\x07\xb4\x89\xca\x33\x18\x81\x20\x6a\ \x00\xb0\x81\xf7\x01\x1e\x12\x6f\x64\x93\xb1\x46\x36\x1a\x0b\xf6\ \x4a\x42\x83\x48\xc6\xa0\x31\x30\x18\x86\x8c\x85\xba\xd3\x07\x06\ \xc3\x83\xb1\x28\x0c\xb4\x7c\x10\x11\x88\x84\x5f\x82\x07\xc0\x30\ \x81\x61\xa1\x61\x21\x81\xc1\xb0\x80\x50\x78\x20\x3c\xe8\x17\xc1\ \xed\x1b\xf2\x28\xa5\x88\xa3\xe7\x73\x4c\x85\x1f\x3e\xf4\x3c\x2d\ \x7c\x99\x52\x08\x75\x79\xc6\x51\x38\x1c\xc1\x15\x11\x20\x16\x13\ \xdf\xc4\x97\xa9\x81\xf4\xa4\x98\x80\xf5\xe2\xeb\x19\x4c\x66\x6c\ \x64\x9c\x2a\x32\x2e\x26\x5a\x2e\x00\x6c\x24\x12\x44\xca\xaf\x2a\ \xb5\x22\x81\x80\x22\x01\xd6\x8b\x4e\x11\x11\x88\x4c\x39\xc3\x44\ \x03\x06\x51\x4c\x67\xe9\x0b\x5f\x12\x4c\x1c\x3a\x8d\x43\x23\xd0\ \x4c\x7a\x85\x38\x5a\xa0\x95\x88\xe5\x12\xb5\x4c\xa5\xbb\x7a\x2d\ \x52\x2e\x50\xdd\x50\x45\x5f\x8d\xd2\x5d\x89\x8c\x51\x69\x75\x91\ \x5c\xb1\x48\x4b\xe4\xd0\xc5\x31\x91\x91\x90\x66\xc9\xc4\x32\x89\ \xfc\x7e\xcc\x55\x39\x8e\x29\xd2\x12\x18\x5c\x06\x03\x9a\x26\x4f\ \xc3\x81\xdd\x71\x88\x50\x21\xc1\xff\xb9\xf0\x03\xad\x90\xe0\x43\ \xd7\x0b\x69\xfa\x1e\x40\x57\xd0\xdc\xab\x78\x90\x59\xf5\x7c\x0a\ \x90\x50\xae\x4e\xad\x8c\x56\x31\xc4\x97\xb5\x4c\x99\x84\x4e\x03\ \x94\x45\x67\x88\x24\xf2\x2b\xd1\xba\xb8\x28\x26\x85\xce\xbd\x5c\ \xd3\x57\x74\x4b\x05\x50\x51\x42\xe1\x0a\x54\x5a\x81\x4e\x7e\x55\ \x77\xe5\xd6\x2d\xe0\x76\x6b\x1e\x2f\xe5\xe5\x3d\xbc\x75\xe5\x56\ \x52\x67\xfa\x50\x72\x4e\xc6\xc8\x54\x46\x59\x7b\xf9\xd0\x58\x71\ \x7d\x5f\xd6\xc5\xdb\x9f\xdb\xfe\xcf\x3f\xcf\xde\x7c\x99\x19\xcb\ \xcc\x9a\x5c\xcb\xe8\xed\x1b\xac\x2b\x99\xba\xf8\xf2\xed\xc7\xfa\ \x9b\xdd\xcf\x1a\xb7\x11\x81\xc6\x92\x42\x02\x90\x3c\x3c\x52\x6a\ \x86\xd9\xdd\xde\xf7\xc7\xbe\xcf\xe7\xa7\x1f\x2b\x4b\xaf\xa5\x83\ \x24\x8e\x31\xb8\x5c\x42\x44\x10\xcc\xf2\x1d\x98\x7c\x64\x08\x9a\ \x8c\x41\x21\x43\x2f\xb9\xaa\x64\x0f\x36\x48\x2d\x81\x9f\x4e\x7e\ \xbc\x3a\x7e\x77\xfa\xce\xb7\x69\x45\x62\x85\x58\xa9\x95\xcc\x0e\ \x82\x05\x85\x84\xa1\x8c\xd7\xc3\x0c\x24\x80\x59\x11\x2d\x89\x41\ \x8f\xc2\x23\x82\x02\x43\xe0\x21\xe1\x97\xae\x27\x3e\x4a\xbc\xf4\ \xa8\xa5\xfa\xd7\xe1\x5f\x9f\x55\x8f\xbe\x7e\xfd\xfa\xd7\x5f\x9f\ \xb5\x3c\x83\x1a\xf0\xfc\x9a\x3f\xfc\xfa\xf5\x5f\xbe\xee\xf2\x71\ \xf8\x8b\xb1\xa8\x8b\x77\x6d\xb5\xed\x57\x62\x6e\xdf\x2e\xef\xb8\ \x73\xe3\xda\xc3\x84\xab\xaa\x84\x07\x40\xa3\xee\x27\x25\x5f\x8d\ \x4d\xb8\x9d\xdc\x5d\x73\x3f\xe9\x16\x20\x81\xb6\xfe\xfb\x05\xad\ \x39\xdd\x45\x45\xbd\xf5\x4d\xcd\x40\xb0\x1e\x74\x74\xb4\x97\x36\ \xe5\xb4\x35\x56\x54\xd5\xa4\xd5\xb7\xd5\xcf\x9d\x56\x66\x0d\x55\ \xa4\x67\xd5\x8d\xe4\x35\x94\xa6\xf7\xa6\x67\x67\x8e\xa5\xd5\x65\ \x67\x0d\x76\x81\xdb\xb6\x9c\xe6\xee\x86\xa1\x8a\xfa\xae\xfa\xee\ \xda\xc6\xc1\xe6\xa1\xce\x8c\xfa\xa1\xce\xce\xe6\x86\xde\xdc\xc9\ \xc9\xba\xd9\x92\xac\xbc\xde\xd2\xde\xfa\xbc\xe2\x8d\xc9\x8a\xd4\ \xca\xd4\xf4\xe9\xf9\xf1\xf1\xb1\x91\xc5\x89\xf9\xe9\xd9\xf9\xd9\ \x8d\xe9\xba\x89\x9d\x95\x9d\xf3\xe9\xfd\xbd\x9d\x95\x8d\xe9\xb9\ \xc3\xbd\xb5\xa5\x8d\xa3\x9d\xd9\xb9\xf9\x99\x8f\xa7\xcb\x8b\x1b\ \x4b\x8f\x27\xd7\x27\xa7\x5b\xe7\xd6\x57\xc6\xa6\xb6\x3e\x9e\xed\ \x1c\x7e\x99\xd9\x3a\x38\x3f\xbb\x38\x7b\xf3\xc6\xfb\xb9\x0c\x24\ \x33\xf5\xe5\xbb\x05\x77\xef\xc7\xa9\x05\x22\x3a\x9d\xa0\xbb\x3a\ \x94\x55\x5c\x20\x4e\x89\x7f\x59\x58\x08\xc1\x37\xd4\x74\x00\x04\ \x07\x07\xa7\x8d\xe6\x12\x89\x29\xf1\x34\xc8\x13\x8a\xd7\xf0\xbb\ \xfb\x0d\x37\x75\x14\x0e\x8d\x25\x1a\x22\xe5\xaf\xac\xe1\xb7\xbf\ \x47\x84\x7a\xa7\x3b\x6f\x74\x4f\x08\x7f\x7b\x81\xf8\x7e\x66\x1e\ \x0e\x0f\x79\xfe\xee\x83\xfe\x43\xdd\xef\x89\xe4\xd3\x3b\xba\x92\ \x88\x77\x7a\x22\x63\xfd\xf7\x21\x05\x8d\x4f\x27\xe2\x98\x1c\x86\ \xa8\xa8\x31\xe6\xac\xe5\x3e\x8d\x2b\xbe\x65\x75\x12\x19\x8c\xbe\ \x9d\x24\x9d\x52\xad\x8e\xea\x3e\xdc\xef\x56\x29\x63\xaf\x5d\x89\ \x54\xa9\xd4\x71\xea\xa4\xda\x8c\x91\xab\x92\xf2\x4f\x30\xb8\x73\ \xd5\x6e\xf3\x39\xb7\x37\xb7\xbf\x1e\xef\x02\xae\xf1\x7b\x6d\xee\ \xcd\x4d\xaf\x7b\xf7\xc4\xbb\xba\xea\x3a\x06\x46\xcf\xeb\xf2\xd9\ \x8c\x16\x8f\x07\x82\x30\x2f\x04\x54\x36\x97\xdf\xe1\xfe\xb4\xeb\ \xff\xe4\xfb\xe4\xf1\x39\x2c\x4e\x40\x56\x3e\x9b\xcf\x6a\xb5\xf8\ \x6d\x2e\x83\xdd\x63\xd7\x68\xec\x06\xbb\xd9\x61\xb3\x98\x2d\x6e\ \x9b\xcb\xed\xb5\x9a\x0d\x64\x34\x19\x30\x8e\xd3\x65\x35\xdb\x2c\ \x0e\x07\x54\x63\xcb\x81\x45\xf0\x0c\x80\xb0\x8c\x46\xa3\x94\x87\ \xc0\xe0\xd9\x68\xab\x5b\x4a\x72\x09\xb1\x42\xb7\x19\x0d\x5e\xe1\ \xda\xb4\x93\xa4\x50\x73\x1d\x36\x96\xac\x31\xe3\x2d\x66\x2c\x06\ \x8d\x46\xe2\x81\x73\xe3\x49\x91\x61\x68\x23\x15\x86\x27\xe3\x91\ \x08\x12\x36\x28\x18\xcd\x46\xe0\x49\x30\x18\x8f\x0c\x5d\x25\x7c\ \x36\x9c\xff\xa8\x7a\xf4\x19\x48\x91\xbf\x56\x87\x20\xb7\xfd\xab\ \x1e\x8d\xc5\xc6\x93\xda\xa4\x58\x9e\xd5\x02\x74\xca\x2a\x85\xda\ \x4a\x43\x75\x4b\xc1\x8e\x81\x8f\x0c\x08\x20\x69\xd8\x42\x32\x19\ \x8f\x0e\x82\x0a\x6e\xa1\x31\x6c\x36\x9e\xc4\xc3\x07\x22\xd0\xa8\ \x40\x18\x54\x32\x19\x83\xc1\x04\xa0\x90\xc0\x55\x40\x55\xb0\x02\ \x42\xc2\x82\x02\xe0\xf0\xa0\x80\xa0\x30\xa0\x5d\xbf\xa8\x62\xd4\ \x44\x5d\x8c\x4c\x51\xf8\x41\x1f\xff\xf4\xc3\x93\x78\xa8\x9a\x82\ \x9e\xc6\xe2\x28\x38\x38\x91\x48\x42\xa4\xb0\x4c\x7c\x1a\x97\xc1\ \x95\x6b\x19\x80\x58\x5e\x3e\x7d\x0a\x92\x14\x57\x4b\x97\xa9\x75\ \x5a\x6d\x4c\xa4\x2c\x41\xa5\xd2\xc9\x04\xba\x68\x75\xac\x56\xa0\ \x55\x4a\x44\x12\x95\x8e\xc1\x05\x59\x47\x40\x10\xe1\xfe\x2c\xc4\ \x29\xa1\xba\xa1\x74\x22\x54\x23\xf4\x65\x21\x4e\xc0\x60\xb1\x98\ \x1c\x81\x2e\x52\xa9\x56\x32\xc4\xba\xb8\x5b\x31\xca\x58\x95\x3c\ \x46\x15\xa3\x02\x9c\x1e\x29\x8f\x8a\x16\x5d\x53\x8a\x64\x72\xa5\ \x96\xc5\x88\x8a\x56\x47\xc7\x6a\xd5\xd1\x71\x6a\x8a\x36\xee\xc6\ \xfd\x6b\x71\xd1\x4a\x80\x81\x74\xa6\x58\xcc\x10\x73\x99\x74\x9a\ \x18\x64\x44\x68\x3d\x34\x41\xce\xa0\x40\x2a\x08\xd5\x8f\xc7\x29\ \xf4\x34\x3d\xbf\x10\x90\x1c\x8b\x03\x4d\x24\x35\x01\x17\x2b\x63\ \xe0\x00\x92\x45\xc7\xca\x63\x75\x5c\xb9\x5a\x24\x11\xa8\xd5\x14\ \x31\x9d\x2e\xd7\xe9\x24\x72\xb5\x58\x7d\x55\x8d\xe3\x2a\x95\x31\ \x05\x77\x62\xaf\x82\x67\x80\xe9\x04\x38\x26\x8f\x92\x5f\xbe\x1a\ \x7d\x2d\x36\x36\x4a\x26\xbb\x95\xd9\xd9\xd4\x76\xf9\xe6\x8d\xa4\ \xa2\xe6\x7b\x09\x77\xda\x7b\xa7\x52\xb3\x8b\x33\x5b\x33\x4a\x3a\ \x8b\xaa\xf6\xf6\xe6\xde\x7d\x3b\xfb\xf9\xfd\xfd\xf7\xb3\xf3\xc3\ \xc7\xd9\x13\x87\x73\x19\x23\x63\x79\xa5\x73\x1b\x4b\x6f\xe7\xce\ \x3e\x1b\xde\x2e\x9c\x38\xc8\x64\x67\x40\xa8\xd3\x8c\xc1\x0b\x1d\ \x18\x9e\xcb\xea\xda\x74\x1f\x1c\x9e\x2c\xcc\x9c\x35\x0d\xbc\xb9\ \xf8\x86\xc7\xba\x40\x68\xf1\xfe\xee\x30\x89\x09\x02\xa1\x85\xe7\ \x69\x78\x64\x72\xe2\xa3\xcd\x58\x55\xe5\x97\xd0\x17\xa4\x8b\x77\ \x0b\xe7\x17\xef\xbd\x16\x0d\x0f\x46\xf5\x58\x49\x3c\x0c\xe0\xe2\ \x90\x44\xf8\xf5\x20\x44\x10\x16\x43\xb6\xc3\x5a\x5a\xaa\xc3\x2e\ \x85\x25\xe2\x43\xc3\xc2\xc3\xc2\x2f\x45\x54\x0f\x8f\x5e\xbf\xfe\ \x2c\xff\xd9\x8b\xe7\xcf\x7f\x7b\xfd\xdb\xf3\xd7\xbf\xbf\xfe\xed\ \xf5\xeb\x3f\xfe\xf1\xfb\x3f\xfe\xf8\xfd\x8f\xdf\x5e\xff\xcb\x5c\ \x52\xd1\xf9\xf6\xf9\xfb\xf3\xd6\xcb\xf7\xae\x26\xd5\xaf\xdd\xa9\ \xba\xfb\xf0\x4e\x42\xd5\xfd\x3b\x49\x1d\x09\xc9\x05\x45\x37\xee\ \x74\xdc\xbe\x92\x54\x70\xbf\x31\x21\x21\xe9\x4e\xc2\xbd\x82\x82\ \x1b\x0f\xef\xf7\x26\x77\xdc\x4c\x4a\xae\x29\xef\xee\x1f\x2a\x78\ \x78\xa7\xb1\xbc\x63\xa8\xa3\xa1\xbd\xb3\xa6\x13\x6a\xab\x53\xb2\ \x58\x5b\x5b\xd0\x9d\x36\x90\x93\x97\x5b\xd5\xd0\x5c\xdf\x54\x9b\ \x5d\x92\x96\xd6\xd4\xd9\x50\x56\x56\x5a\x91\x56\x3f\xd4\xd5\xd6\ \x55\xd1\xdc\x58\x3a\x34\xd4\xd7\xdf\xdd\x57\xd6\x90\xd3\xd9\xdb\ \xdb\x51\x9a\xdd\x50\xd6\xd6\xd8\x50\xdf\x54\x5a\x96\x5d\xdb\x9c\ \x9b\x96\x91\x95\x91\xd7\x50\x9b\x9a\x31\x35\x36\x50\xf7\x78\x72\ \x7c\x6e\xba\x38\xb3\x78\x72\x7a\x12\xa8\xd7\xfa\xd6\xce\xce\xd1\ \xc7\x8b\xaf\x5f\x6d\x42\x04\x8a\x0a\x2d\x8b\xe5\x91\x82\xe1\x81\ \x81\x41\x28\x58\x10\x3e\x18\x49\x16\x92\x7f\x9e\x9d\x7d\x5b\x59\ \x5b\x9c\x5e\xde\xf9\xb8\xb7\xb4\xf6\x71\x6f\xff\xfc\x6d\x5d\x34\ \x91\x06\x72\x99\x48\x15\x79\xf3\xee\xb5\x68\xa5\x84\xcb\x15\x28\ \x6f\x65\xd6\xe5\x24\xd1\x9f\xf6\xc4\xa7\x98\x14\x7a\xce\x4b\x68\ \xd1\xd6\x53\xfd\xdf\xf7\x81\x7f\xe0\x28\xf8\x2c\x85\x3e\x45\xfe\ \xcd\xe0\xfd\x3c\xd0\x06\x72\x24\x43\x76\x6d\x1a\xc9\x2b\x58\xde\ \xfd\x62\x7d\x16\x76\x91\x77\xbf\xa6\x64\x01\x39\x3a\x8a\x3f\x59\ \xb7\x8c\xb6\x84\x8e\x6e\xb2\xf4\x9c\x9b\xa3\x2f\xe0\x27\xd9\xd1\ \x5d\x54\x18\x5d\xcc\x28\x7b\xfd\x8e\x06\x40\x9f\x48\x24\xe8\x09\ \x31\x37\xe4\x7b\xff\x7c\x9f\x42\xe3\x4a\xb4\xc5\xbf\x65\xf4\x50\ \x1e\x7e\xb9\xc9\x14\x29\xaf\x3d\x58\xf9\xbe\x93\x7a\xef\x8a\x3c\ \x36\x52\x0d\xb5\x21\x8f\xbc\x91\xdc\xd0\x1b\xab\x4e\xb5\x86\x63\ \xbc\xaf\x7c\x76\xb7\x6b\xd5\xe6\xd8\x75\x9f\x00\x24\xb2\x3b\xbd\ \x90\x39\xf4\xb8\xfd\xdb\xc0\xee\x6d\xae\xae\x42\x75\x17\xc0\x69\ \xef\x34\x5a\xbd\x80\x90\x56\xfd\x36\x8f\x75\xdb\x6b\xf5\xef\x6e\ \x7b\x57\x9d\x5e\xb0\xbd\xc3\x03\xb6\x73\x59\x9d\x76\x80\x67\x50\ \xc9\xbf\x63\x87\x01\x20\x95\xd5\x60\xb6\x7b\x1d\x16\x8b\xd5\xee\ \x30\x9a\x5d\x36\xa0\x58\x24\xeb\x36\x78\x17\x97\xcd\x68\xb5\x43\ \x55\xfe\x1c\x68\x98\xc6\xce\xe3\x39\x8c\x06\xb6\x11\x8b\x45\xc0\ \xc8\x1a\x9b\xc3\x00\xf4\x4b\xc8\x36\xdb\xa9\x6c\x8d\xd5\x68\x31\ \x92\xa5\x56\x29\xde\x20\x05\x5a\x27\xc4\x6b\x8c\xd8\x00\x2a\x54\ \xbb\x41\x83\xc5\x9a\x31\x81\x48\x23\x15\x81\x32\x90\x61\x48\x2c\ \x36\x24\x10\x8b\x45\x63\xc8\x98\x00\x24\x3a\xf1\x19\x54\xcd\x7d\ \xf8\x12\xf8\x7e\xfd\xd2\x8b\x5f\x87\xe1\x18\xf7\xfb\x13\xb7\xd1\ \xe2\x32\xf3\xec\x06\xb2\xc1\x62\x34\x9a\xd9\x78\x29\x59\xaa\x31\ \x43\x5d\x2d\xa4\x24\x2c\xf8\x0f\x27\x51\x01\x79\x41\xf7\xd9\x42\ \x23\x16\x8d\x02\x1a\xc5\xc6\x02\x53\xf8\x77\x2b\x68\x14\x2a\x38\ \x18\x83\x42\x21\xa1\x2b\x85\x40\xd1\x42\x2e\x05\xc1\x90\xc1\xc1\ \x21\x41\x41\xf0\xa0\xd0\xc0\xa0\xc0\x5f\x98\x85\x1c\x96\xec\xea\ \x6d\x5c\x0a\x11\xa7\x2f\xfc\x33\xe5\xc3\x9f\x1f\x9e\x98\x98\x2c\ \x70\xc2\x2b\xa0\x02\x7c\x0c\x81\x92\xc5\xd2\x29\xa3\xa2\x05\x38\ \x0e\x27\xa5\xe7\x09\xd4\x56\x12\xa7\x12\x29\x19\x5a\x95\x5a\x42\ \x07\x4e\x10\x1a\xc2\xd2\xc9\xa2\xe4\x2a\x01\x57\x16\x2d\xa0\x4b\ \xc4\x5c\x91\x5c\xc0\x60\xa8\x98\x12\x09\xe0\x1e\xa6\x56\x27\x8f\ \x64\x10\xa0\xfa\x78\xfc\x42\x1a\xee\xff\xe7\xe8\x4c\xfc\xd9\x5c\ \xf3\xbf\x7f\x08\x1e\x84\xc8\x13\x59\x90\x90\x48\x65\x6f\x24\x91\ \x45\x76\xc9\x63\x89\x2d\xbc\x08\x7e\x82\x58\xaa\x76\xb5\xc6\x52\ \xfb\xbe\x06\x39\xa1\x4c\x63\x09\x55\x4b\x49\x69\x7b\x7a\xb4\x1d\ \xa5\xfa\xab\xa3\x65\x94\x76\xda\xaa\xce\x9c\x69\x4d\xbd\xe6\x75\ \xce\xfc\x17\xcf\x75\x37\x25\xb2\xe7\x56\x77\x3e\xd7\xfb\x73\xdd\ \xdf\xeb\xfb\xf1\xef\xf7\x47\x79\x51\x24\x14\x06\x97\x27\x92\x08\ \x81\x8d\xa4\x48\x14\x8c\x88\x08\x21\x10\x2d\x89\x9c\x27\x94\x09\ \x24\x12\x9a\x84\x23\x91\xd3\x29\x8a\x08\x81\x2c\x02\x0c\x4e\x0a\ \x2e\x47\x52\x1e\x1b\x2f\x96\x47\xc4\x53\x68\x34\x14\x5d\xc0\x0d\ \x44\x11\xf0\xd8\xc0\x1f\x07\xfd\xbc\x7c\xc0\x38\xea\xe7\x83\xf5\ \xf7\x0b\x8d\x26\x81\x9d\x07\x60\x3e\x60\x7d\x12\x01\xeb\x4f\xc2\ \xa2\x48\xb7\xa2\xc3\x42\xbd\xb1\x50\x4a\xa1\x48\xc0\xa2\xd0\x19\ \x2c\x31\x97\x27\xe3\x96\x27\x06\x0a\xe9\x0c\x9e\x84\xeb\x47\x67\ \xf9\x81\xb7\x63\xe1\xb9\xf2\xc8\x08\x36\x27\x5c\xa8\xc2\x83\xcd\ \x05\xb4\x28\xe0\x29\x54\x92\xf0\x70\x1e\x87\xc1\xe2\xc4\x36\xa7\ \xb5\x95\x8a\x55\x29\xb1\xf1\x09\x29\x5d\x0b\x9d\xc5\x55\xa6\xea\ \xee\x81\x9a\x6b\x6d\xc9\x5d\x35\x8f\x97\x1b\x87\xb7\x9f\xdf\xbf\ \x38\x5b\xbc\x7d\xbd\xf9\x4b\xed\xd3\x8e\xd6\x8e\xdb\x0b\xf9\x63\ \x93\x4f\xa7\x6b\x4b\xef\x6f\x5a\x0f\x1e\xf3\x99\x3b\x87\x7a\x98\ \x4e\x43\xc6\x18\xf9\xce\x38\x32\x52\xaf\xc1\x3c\x3a\x78\xb8\xf9\ \x36\x7f\x7d\xf3\xd3\xeb\x0f\xdf\xce\x74\xc6\xfd\x7d\x68\xda\x81\ \x4f\xf4\xf4\x74\x27\x6b\xec\x7c\xad\x1a\x4e\x26\x1a\xa9\xf5\x9e\ \x95\xbc\xbe\x73\xc4\x68\x80\xf1\xec\x62\xe7\xeb\x67\xb3\x59\xa9\ \xe5\x2b\xad\xfb\xee\x4e\x1e\x1e\xbe\x57\x5d\x3d\x1d\x9d\xaf\x86\ \x5c\x19\x75\xb6\xe4\x8e\x86\x04\x00\x5b\xd8\x1e\xe5\x74\x35\xea\ \xca\x95\xa8\xfa\xf6\xd1\x2b\x51\x49\xa3\x60\x9c\x5b\xdb\x58\x01\ \x78\x05\x54\x6b\x65\x63\x16\xc8\xd6\xca\xc6\xda\xd5\x99\xd5\x95\ \x17\x01\x1d\xdd\x7d\x8f\x72\xaf\x4c\xa6\xb6\xbc\xbd\xbf\x5c\x9d\ \x55\x9d\x5c\x1a\x1f\x13\x1f\x9f\x91\x35\xd2\x50\x5d\x5e\x5e\xda\ \x50\x9a\x5c\x5a\x3d\x54\x6d\x4a\x8c\x4c\xa8\x2b\x4f\x48\x4e\x6d\ \x69\x28\x2d\xad\x4e\xaf\x1e\x6c\xe9\xeb\xae\x1e\x4c\x4f\x49\xcd\ \xa8\x6e\x49\x19\x69\x69\xee\xae\x4b\x4f\xee\x1c\x18\xa8\x6e\x6e\ \xec\x69\xcc\xe8\x69\xab\x69\x1b\xe8\x4b\x6d\xea\x6e\x1b\xaa\xee\ \x6d\x6c\x6b\xee\x6b\x1b\xec\x1b\xe9\xed\x6a\x1c\xea\xaa\xee\x34\ \x55\x0f\x0d\xf6\x74\x97\x97\x17\xb6\x9a\x0a\x06\xda\x5a\x73\x9a\ \x87\xb2\xaf\x35\x57\x15\xd6\x14\xdf\xb8\x71\x7b\x7e\x7c\x78\xec\ \x7a\xc1\x8d\x8e\xb1\xe5\xdb\x15\x63\x37\x6e\xd4\x8e\xdf\x98\x7e\ \xbe\x38\xfe\xf4\xd9\xc9\xb3\xf9\xa7\xcf\xf6\xf6\xde\x6c\x6e\x3e\ \x7a\x7c\xcf\xe0\x94\xbb\x04\x75\x52\xfd\xf3\x9f\x7f\xfd\xe3\xaf\ \xff\xf8\xe7\x3f\xff\xf8\xe3\x8f\x7f\xfc\xf9\xb7\x7f\x42\x3d\x75\ \xfe\xfc\x77\xfd\xe3\x8f\x8f\xf6\x5e\xbe\x3d\x38\x3a\x7f\x7b\x74\ \x7e\xf6\xf8\xed\xe6\x97\xb4\xa0\x20\xf0\xe7\xe3\xd0\x09\x78\x06\ \x41\xc0\x00\x00\x4d\xc7\x32\x28\xc9\x85\x63\x05\x0d\x1c\x30\x72\ \x05\x05\x87\x05\x47\x47\x87\x65\xde\xfa\xb5\x2c\xba\xbf\x1f\x0a\ \x12\xf7\x0f\xa4\x7b\x41\x3d\x92\x83\xb9\x93\x06\xeb\xc5\xdb\x26\ \xae\x4f\x10\x8a\xd3\xbd\xef\x69\x17\x14\x4a\x4f\xd0\x8e\xf0\xef\ \x8d\xc2\x86\x8f\xfc\xab\xb3\xa3\x1e\xef\x4f\x98\xf5\xa3\xb9\x73\ \x68\x7c\x66\x10\xd6\x36\xe7\xab\xd9\xeb\x8d\x7d\x30\x2a\xf1\xf6\ \x2e\x0d\x80\x11\x18\x84\x60\x14\x9e\xee\x17\x28\x8a\xfb\x3a\x37\ \x11\x41\x02\x06\x03\xdf\xe7\xea\x4a\x0b\xe5\x9d\xc4\xf8\xd1\x24\ \x8a\xaa\x77\x9b\xe7\x1d\x03\xa6\x38\x0e\x4f\x2e\x12\xc7\xc4\xcb\ \xc5\x71\xbd\x5d\xb2\xe4\x03\x47\x47\xf0\x97\xdf\x31\x1a\xb6\x80\ \x0f\x34\x6f\xbd\x33\x4a\x75\x3a\x9d\xd6\x60\x3e\xdc\xfa\x6c\x7f\ \x67\xdb\x3a\xb4\x02\x31\xb2\x1a\x0c\x16\xed\x8e\x41\x0d\x48\x48\ \xa7\xb7\x43\xb3\x59\x1a\xa3\xd9\x08\xe8\xcb\x6a\x36\x1e\xda\x00\ \x7e\x69\xb4\x76\xb3\x45\xa3\x34\xdb\x00\x69\x69\x0d\x6a\x1d\x95\ \xa9\xd1\x50\xc9\xcc\x2d\xe0\x00\xf9\x64\xb5\x99\xcc\x94\x1a\xf4\ \x4c\x32\x86\xa9\xb6\x19\x5f\x5b\x2d\x7a\xb4\xd2\x66\xdb\x32\x18\ \xb5\x08\xa4\x52\x43\x46\x28\xa5\x7a\xa3\x0e\x0d\xc5\x2f\x63\xa0\ \x14\x7b\xa6\x94\x8f\x54\xea\x70\x44\xa5\x52\x6a\x33\x33\x81\xd2\ \xc1\x98\x1a\x0c\xf5\xc7\x3c\x39\xda\x0d\xee\x8e\xa3\x62\x70\x68\ \x9c\x9e\xe8\xe6\x26\x85\x0a\x49\x3d\x1c\x10\x7c\x0f\x57\x9c\x94\ \xef\x01\xd0\x0b\x90\x50\x40\x7d\x49\xee\xc4\xdc\x54\x48\xee\x14\ \x18\x41\x67\x97\x46\x3d\x11\xb6\x4f\x06\xb0\xe5\x5b\x5a\xb5\x52\ \x8f\xa1\x02\x5c\x53\x92\x99\x4a\xbe\x14\xd8\x53\x32\x8e\x4c\xe4\ \x63\x90\x64\x26\x46\x2a\x45\xa2\x31\x54\x9c\x03\x91\x89\x06\x9e\ \x13\x87\x73\x75\x77\x77\x87\xc3\xe1\x30\x68\x1d\xa1\x03\x02\xe8\ \x97\x07\x12\x06\x83\xbb\x3a\xff\xe8\x91\xec\x08\xe4\xca\xd7\xd7\ \xd7\xd1\x15\x5a\x4e\xe8\xf2\x13\xbe\x3f\x14\xb0\x8b\x88\x41\xc2\ \x06\xf9\xe0\x49\x99\xbf\x00\x7c\x26\x60\x51\x50\xa5\x4a\x59\xe6\ \x2f\xbf\xfa\x07\x32\x68\x14\xb6\x40\x20\x24\x44\x07\x87\x85\xf5\ \xff\x12\x1d\x04\x6c\x3b\x8b\x23\xe3\xb0\xd8\x6c\x2c\x30\x50\x0c\ \x1a\x87\xc3\x63\x09\x79\x74\xf0\x47\x11\xf2\x08\x0c\x14\x0b\x1f\ \x18\xe8\x07\x80\x8c\xc0\x00\x1a\xe1\x8f\x67\xa3\xe8\x2c\x3c\x83\ \x4e\x07\xd6\x30\x1a\x8b\x25\x61\xfd\x58\x12\x9e\x80\xc2\x92\xb0\ \x23\x28\x72\x19\x5b\x42\x01\xb2\x05\x60\x4a\x11\x23\x96\x27\xc8\ \x44\x0a\xb1\x40\xc4\x12\xf3\x54\x62\x05\x87\x23\x8a\xa7\xf8\x49\ \x64\x72\x91\x4a\x35\x52\x19\x9b\x15\x9e\xa2\x82\xb2\x28\x80\xc3\ \xc4\xd3\xe9\x28\x2c\x94\x75\x81\x0d\x64\x60\xb1\xd0\x60\xe9\xe5\ \xed\x8d\x0d\xca\x0c\xf3\x26\x04\x01\x8d\x85\x62\x78\xbc\x42\x49\ \x61\xd0\xf2\x68\x60\x0e\xfd\x08\xac\xc0\x40\x3c\x8f\x47\x09\x04\ \xcf\x64\x08\x28\x81\xde\x81\x6c\x36\x5b\xc8\x11\xb0\xc0\x46\xfa\ \x01\x7d\x62\xf0\x28\x2c\xb9\x5c\x84\xa5\xd0\xc0\x63\x50\x04\x16\ \x4f\x80\x22\x80\x9b\xc4\x42\xae\x98\x43\xe7\x28\x14\x29\xa9\xa9\ \x0a\x79\x62\x8c\x4c\x1c\x9f\x98\x57\x58\x90\x5d\x35\x94\x9e\x98\ \xd0\x65\x4a\xce\x8a\xed\xbc\x9d\x77\xf2\xec\x74\xfc\xe9\xde\x8d\ \xf5\x0f\xf3\xc3\x47\x8b\x2f\xf3\xc6\xce\xc6\x6e\x3e\x3b\xbe\x7f\ \xfa\xa8\xe0\xfa\xcb\xf5\xa1\xaa\x1d\xdd\xfe\x67\xcb\x97\x4d\x23\ \x9a\x4a\x25\xeb\xb6\x9c\xd1\x1a\xea\xe1\xfd\xa3\x6f\x8f\x1e\x9d\ \x17\xb7\x6e\x6a\xdd\x9c\x5e\xdb\xf4\x7a\xf3\xa7\xc7\x76\xa3\xc6\ \xa6\xa1\x62\x7c\x71\x60\x74\x44\xa3\xa1\x80\x5f\x37\x58\xee\x94\ \xb2\x93\x13\x79\xe1\x32\xab\x7f\x7d\xf6\xfb\xa3\x7d\xbb\x6e\x47\ \xef\x4e\x36\xbc\x56\x3a\x7a\xba\x39\x39\x87\x24\x5d\x85\x5d\xad\ \x9f\x9a\x0b\xf0\xcd\xcd\x0d\xa9\xcf\x75\xf4\x9c\x08\xf1\x0c\x09\ \x88\xca\x0d\x19\x6d\xcf\xbd\x9a\x04\xcd\xb4\xcf\x6c\x00\xc5\x9a\ \xf9\x11\x78\xbf\xb6\x36\xb1\xf4\x62\x65\x65\xa9\x64\x66\x63\xf5\ \xd5\xe8\xe5\x40\xc1\xb6\x47\x2e\x53\xdd\x13\x23\x4f\x89\x48\x8b\ \x4f\x4f\x4b\x48\x4f\x8e\x8d\x4b\xce\xca\x8a\x8d\x48\x48\x4f\xab\ \x4e\x4e\xcd\x4a\x6f\xc8\x90\x45\x26\x24\xc4\x67\x65\xb5\x98\x06\ \x86\x12\xca\x1b\xd2\xb3\x32\xaa\x87\xfa\xca\x93\x1b\x9a\xbb\x5b\ \xea\x06\xcb\x4d\xbd\x5d\xd5\xd5\xcd\x9d\x9d\x55\x35\xf9\xf9\x95\ \x05\x39\x85\xb5\xd9\x85\x45\xa5\x9d\x95\x37\x3b\x4d\x55\xad\xc5\ \x55\x8d\xd9\x00\xb6\x9a\xab\xba\x4c\x7d\x7d\x9d\xcd\x4d\x3d\x5d\ \xdd\x55\xd7\x7a\x9a\xfb\x1a\x0b\xdb\xda\x1a\x47\x06\x7a\x9a\x0a\ \x6a\x2a\xf3\xf2\x6e\x0c\xdf\xb8\x3d\x5e\x71\x33\x67\xac\x63\x78\ \xfa\xcd\xb3\xc9\xe9\xda\xe9\xfb\xc3\xf3\x4f\x97\x97\x17\x9e\x3d\ \xdb\x7e\xb6\xbb\x5d\x3b\x79\x7a\x76\xf9\x70\xf3\x9e\x05\x99\xb4\ \xf1\x1b\xd0\x2b\xa8\x79\xce\x1f\x7f\xfc\xef\x1f\x90\x5c\x81\xd3\ \x3f\xff\xf9\x4f\xe8\xfc\x6f\x1b\x98\x97\x47\x2f\x8f\x8e\xde\x9e\ \x7f\x39\x7b\xf8\xf0\xee\xc3\x07\x0b\xb4\x5b\xc0\x9b\xe1\xa1\xa5\ \x18\x04\x3f\x14\xcd\x0f\xea\xe5\xe2\xe7\xcd\x48\x2c\xba\x71\xad\ \x39\x16\x4b\xca\x04\xfb\x6e\xd9\xad\x60\x52\x66\x70\xd9\x9d\xcc\ \x7e\x68\xd1\xe9\xad\x68\x1f\x02\x0a\x15\x0d\xe5\x9b\x77\x2d\x5e\ \x7e\x38\xaf\x88\xc1\xfa\xfb\xf0\x2a\x94\x9e\x67\x5e\xa5\xbe\x3b\ \x66\xdb\xe7\xe7\x35\xb2\x96\x53\x44\xc0\x54\x09\xec\xfb\x5b\x74\ \x40\x54\x48\xbb\x83\x20\x33\xf8\x97\x82\xd9\x5c\xdf\x77\x0b\x69\ \xcf\x47\xab\xc3\xb0\x11\xf0\x7a\x5e\x20\x54\xc2\x4e\xa0\x28\x22\ \xbf\xd4\xcf\x9c\xf1\x08\x6c\x0a\x1d\x55\x2a\x5d\xaa\x89\xc6\x3f\ \x35\xa1\xd8\xb2\xf2\x03\xc3\xe7\x7b\x17\x9f\xde\x74\x3c\xba\x56\ \x9e\x22\x4e\x48\x8e\x54\x35\x34\x74\xa7\x26\x1f\x3a\x5b\x6c\x5b\ \x46\x83\x45\x67\x31\xdb\x77\x3e\x59\x8c\x7a\xad\x91\x6f\x34\xeb\ \xb4\x4a\xab\x59\x6d\x34\xbf\xb7\x1e\xda\xed\x5b\x5b\xc6\x4f\x66\ \xb3\x41\x67\xd3\x68\xcd\xd0\x02\x42\x83\xcd\xa2\x31\x1e\x6e\xbd\ \xd3\xeb\xb7\xcc\xc6\xfd\x6f\x36\x88\x96\x8c\xc0\x26\xf2\xcd\x06\ \xcb\x8f\x4e\x7e\x4a\xa8\x7f\x0c\x20\x24\xbd\xd9\xaa\xa3\x6a\x95\ \x6a\x2d\x1f\x4a\xa8\x97\x32\xd5\x6a\x8b\xd5\xb8\x6f\x34\xe3\xa8\ \x56\x8b\x55\x2d\xd5\x33\x3d\xa8\x5a\x0d\x06\xa9\x56\xab\xf5\x7c\ \x0f\x07\x18\xc2\x83\x6f\x65\x32\x75\x50\x20\x0f\x15\xc3\xd4\x9b\ \xa5\xc0\x0e\x32\x8d\x1a\x77\x0c\x5f\x49\x95\x2a\xa5\x54\x26\x06\ \x81\xc0\x21\x99\x00\xc8\x10\x52\xaa\xa3\x33\x90\x2e\x38\x99\x8c\ \x83\x13\x71\x70\x1c\xdf\xc3\x13\x86\x61\x7a\xa0\x3d\xa2\xea\xa3\ \xda\x67\x27\x26\x4a\x4a\xa6\xa6\x72\xeb\xa7\x96\xe6\x7c\x3d\x8c\ \x8f\x0d\x1a\xa2\xda\x42\x65\xa2\xd5\x4c\x26\x1f\xd8\x4f\xa9\x01\ \x68\x22\x11\x0d\x68\x0a\x6a\xae\xcc\x24\x12\xf9\x50\xfb\x53\x32\ \x06\x8d\x84\x41\x4b\xa2\x91\x38\x04\x82\x88\xc4\xb8\x23\x11\x80\ \xa3\x11\x6e\x70\xb8\x3b\xd2\xd1\x19\x6c\x9c\x03\xdc\xdd\xcd\xd9\ \x05\x0a\xb0\x77\x74\x73\xf5\x74\x76\x87\x39\xba\x78\x7a\x3a\xfe\ \x04\x25\xf8\xe1\x05\xec\xf2\x8c\xf0\x86\x06\x95\x8c\x47\xc3\x07\ \x05\x61\xf1\x41\x61\x28\x28\xc3\xe1\x4e\x19\x81\x02\x3e\xeb\x2c\ \x86\x00\x0b\x06\xa3\xfe\xb0\x3b\xb7\x82\x82\xc0\x18\x26\xe0\x72\ \x69\x5e\x5e\x34\x46\x20\x0d\x05\xee\xa7\xb3\x25\x2a\x3c\x85\xcd\ \x48\x10\x52\x38\x6c\x16\x83\x46\xf0\xa2\xd3\x05\xd0\xd4\x38\x96\ \x82\x15\xb0\xf0\x74\x2f\x36\x9d\xe0\x07\x64\xc6\x1f\x60\x0e\x1b\ \x2f\x56\xc9\x38\xb1\x22\x61\x38\x87\x21\xa3\x13\x24\x62\x39\x27\ \x3c\x41\x2e\x51\xb0\x65\x0a\x99\x42\x01\x48\x07\xc5\x10\x73\x81\ \xf2\x89\x44\x1c\xb1\x48\x10\x09\xa4\x2c\x2e\x62\xb0\x25\x35\x43\ \x1e\x23\x53\x09\x68\x50\x35\x3c\x18\xd5\x18\x02\x01\xc1\xdf\x9b\ \x04\x94\x13\x0b\xc5\x5f\xf8\x79\x03\x34\xf7\xee\x8f\x0e\xf2\x0e\ \xcd\x24\xe1\x43\xcb\xfc\xfd\x82\x43\x01\x73\x85\xf9\x67\xf6\x87\ \x79\x61\x03\x05\x40\x54\xb9\x32\x0e\x57\x20\x04\x76\xd2\x9b\xce\ \xe6\xc9\xa1\x28\x1e\x0a\x8b\x81\xf2\x62\xb0\xb1\x3c\x0a\x5b\xc4\ \x4b\xe0\x60\x69\x02\x16\x9d\x11\x48\x0f\x64\x50\xf0\x02\x01\x03\ \x48\x29\x8f\xc2\x61\x09\x24\xe1\x71\x11\xe1\x72\x55\x44\x62\xb8\ \x50\x96\x38\x38\x94\x95\xd2\x35\xd4\xd0\xd0\x55\x9a\x98\xde\xdc\ \x99\xd7\x93\x95\x9f\xdd\x31\xf6\x65\xf7\xe9\xf4\xd1\xdd\xd3\xc5\ \x2f\xeb\x93\x7b\x8b\x8b\x93\xe7\xd3\xf7\x1f\x9d\x4f\x3e\x5f\xce\ \x1f\xaa\x38\x7b\x76\xa4\x56\xb7\x5e\x3e\x3e\xfc\xa4\x95\xee\x48\ \x3d\xe1\xca\x47\xb5\x6f\x1e\x3f\x3a\x5e\x5c\x5c\x5e\xd8\xf4\x75\ \x45\x1b\x76\x8c\x54\xad\x85\x69\x78\xfd\xc9\x6a\x87\xaa\x8f\x11\ \xee\x70\x67\x67\xb4\x92\x0f\xa8\xd8\xd1\xd9\xa5\xde\x63\x91\xd7\ \x82\x4c\x82\xd9\xf6\x37\x37\xcd\x48\xad\x1a\x87\xc1\x21\xb7\x2c\ \x80\xad\x5c\x1c\x93\x4a\x4a\x72\x4b\x66\x96\x66\x6d\xf0\xa8\xdc\ \xa9\xb5\x2b\xcc\xab\x4e\x01\x9e\x8e\xf5\x25\x49\xb9\xed\x40\xb2\ \xda\xa7\x66\xa7\xa6\x96\x56\x66\x66\xa6\x56\x37\xe6\x96\x56\xd7\ \x80\x2d\x5c\x9d\x5d\xda\x98\x6a\x9f\x59\x9b\x79\xf1\x42\x53\xf4\ \xb2\x43\x37\xf7\x59\x91\x56\x57\x1d\x97\x5e\x9d\x5a\x5a\x9d\x9c\ \x90\x92\x9e\xe5\x11\x79\x05\x00\x00\x20\x00\x49\x44\x41\x54\x55\ \x9d\x91\x98\xd6\x9d\x98\xd5\xd6\x3d\x58\x5e\x9a\x9c\xa0\x48\x4e\ \x8b\x2d\xaf\x2b\x6f\x69\x68\xac\xcb\x68\xc9\x32\x35\xd7\xf5\x95\ \x96\x96\x37\x8c\xb4\x0d\x66\x94\xd7\x75\xd5\xb5\x35\x97\x96\x0f\ \xb4\x35\x37\xd5\x34\x36\xd5\xd4\x5c\x6b\x1c\x28\x2a\x6a\x6d\xea\ \xcc\x2b\x28\xa8\x6a\x6c\xae\x1c\x69\xae\x6a\xbc\xf6\x63\x9e\xab\ \xb3\xaf\xa0\x29\xdb\xd4\x5c\x69\x2a\xee\x1e\xaa\x01\x74\x55\xd0\ \x3a\xd0\xd8\x5c\x58\x53\x70\x0d\x08\xd6\x58\xf1\xed\xda\xe1\xbc\ \xb1\xf1\xb1\xdb\xb7\x17\xa6\xf3\x76\x17\x17\xe7\xe7\xa7\xd7\xb7\ \x97\x9f\x1d\x3f\x3d\xd8\x5e\x18\x7f\xba\x7d\x71\xf7\xfb\xa6\xc5\ \x23\x77\xe3\x6f\x7f\xfe\x09\xb4\x09\x88\xd5\x5f\xfe\xfa\xbf\x7f\ \xf9\xdf\xff\xfd\xeb\x5f\xc1\xd7\x1f\x7f\x85\x64\xeb\xcf\xbf\xbd\ \x1a\x25\x5e\x9c\x9c\x1c\x9c\x7e\x7f\x78\xf7\xf2\xfb\xc5\x83\xcd\ \x46\x2c\xd6\xdb\x9f\x14\xed\x83\x82\x56\x77\x11\xfc\xc0\x78\x0b\ \x2e\x81\xf1\x88\x5b\x5e\xb3\x5e\x33\x24\x09\xea\x87\x1a\x60\x95\ \x05\x85\xfd\x1c\x5d\xf6\x33\x60\xac\xcc\x30\xf0\x15\xfa\x23\xd2\ \x39\x2c\x38\x88\x3e\x54\xf1\xe1\xf2\xed\x20\xc1\x8b\x90\xf8\x01\ \xed\xf4\x14\x2b\x74\x86\x6d\xde\xff\xf8\xe8\x76\x75\xbe\x2d\x20\ \x77\x76\xd4\xf9\xe1\xb6\xc6\x73\xea\xca\xd5\xdc\x98\x5f\x83\x7e\ \xe6\x04\xcc\x96\x60\xee\xf6\xde\x9e\x5b\x2c\x0b\x8c\x34\xcc\x74\ \xd3\x59\x58\x2f\x6f\x76\x42\xc3\x1e\xac\xdd\x58\xc7\x13\xd0\xe9\ \x81\x94\x94\xdf\x57\x36\xa3\x7f\x6e\x1c\xa7\xb1\xd3\x3a\xec\x1a\ \x1d\xd1\x32\x40\x1b\x79\x62\x37\x32\x5b\x2b\x6f\x36\x36\x0e\x2c\ \xec\x2e\x5e\x20\xa5\x3b\xef\x8d\x06\xa3\x0e\x38\x3b\xb3\xf9\xb5\ \xcd\xaa\xd6\xe9\xb5\xb6\x1d\xbe\x54\x63\xd1\x69\xb4\x46\x8d\xd4\ \x6c\xb0\xbd\x7b\x67\x39\xb4\xe8\xf5\x7a\x35\x50\x1d\x9b\x5e\x67\ \x37\x68\xad\x5b\x3a\xc3\xce\x96\xfd\xfd\x3e\x94\x68\x7f\x08\xd4\ \xc7\x68\xdf\x51\x6b\x95\x66\x9d\xd1\x62\xd4\x1a\xb5\x6a\xbd\xf6\ \x47\x9a\x97\x12\xfc\x20\x6b\xf7\xed\x46\x25\x8e\xaa\xd5\x2a\xf9\ \x44\xa9\xd9\xa8\xb5\xd8\x6d\x7c\xb5\x51\x6d\x93\xf2\xb7\x94\x48\ \xb5\x81\xea\x4e\xb4\x18\xa0\xf0\x67\x1c\x1c\x8d\xa6\xea\x99\x54\ \x28\x1e\x87\x4a\x46\x32\xf5\x7c\xb5\x9a\x4a\x56\x03\xf6\xf2\x00\ \x4a\x87\x56\xea\x90\x54\x60\xc8\xd1\x08\x26\x12\x47\xc6\x40\x75\ \x57\x48\x2a\xdc\x41\x8d\x70\xf1\x40\x42\x0d\x1d\x10\xce\xc0\x9c\ \xbb\x7b\x20\x93\xa6\x20\xac\x9f\x9a\xaa\x1f\x9d\xaa\x6f\x5f\x5a\ \x9a\x08\x70\xd0\x7f\xdb\x32\x6b\xd5\x46\x0d\x93\xac\xd4\x19\xa1\ \xbe\xee\x52\x1d\x50\x3f\x32\x11\x27\xd5\x50\xa5\x1e\x4c\x26\x11\ \x81\x26\xa2\xf9\x4a\x70\x03\x06\x47\xc6\x01\xc7\x8f\x84\x63\x30\ \x18\xa8\x21\x96\x07\x0c\x46\x06\x83\xb2\x03\xec\x0a\xf0\x9a\x2e\ \x9e\x0e\xc0\x1a\x3a\xb9\x3a\x5f\x71\x72\x71\x70\xf1\x75\x82\x39\ \x3b\x3a\x39\x03\xc1\xe2\x28\x62\xd8\x12\x0e\x27\xa6\xad\x6d\xc0\ \x14\x2f\x8e\x01\x23\x69\x4c\xac\x90\xee\x4d\xf7\x02\xbc\xe2\x47\ \x10\x71\x25\x40\x7a\xd8\x12\x6c\xf0\x8f\x39\xa1\x68\x1f\x60\xd9\ \xc4\x42\x82\x1f\x8d\xc5\xa2\x48\x78\x78\x0e\x9e\xcb\xa2\xb3\x69\ \x12\x16\x83\x0b\x4c\x15\x85\xc3\xe3\xd0\x21\xb2\x22\xa0\x08\x81\ \x42\x16\x9e\x43\x13\x70\x44\x84\x40\x06\x0a\x38\x33\x06\x2a\x50\ \xc2\xa0\xc8\x24\x6c\x21\x97\x1d\x21\x54\x88\x78\x62\x39\x8f\xc1\ \xe6\xaa\x24\x91\x72\x71\x8c\x4a\x21\x8f\x97\xc5\xc7\x85\xab\x04\ \x80\x7d\x84\xe0\xae\xf0\xf0\x08\x19\x0b\x92\x16\xb6\x44\x18\x99\ \xd1\xd2\x10\xc9\x12\xb3\x04\x04\x5a\xa0\x98\x81\xc7\xfb\x31\x04\ \x2c\x2f\xac\x0f\x70\x99\x81\x28\x3c\xde\xcb\xdf\x0b\xa8\x17\x0a\ \x1b\xe6\xef\x15\x14\xe4\xef\x43\x0a\xed\x0f\x0a\x0a\xf3\x89\x0e\ \x0a\x83\x22\x57\xb1\x78\x3f\xc0\x87\x0c\x8e\x44\x08\xac\x2d\x47\ \xc8\xa3\x30\x22\x69\x2c\x19\x17\xbc\x1d\xb0\xb1\xf8\x40\x0a\x85\ \xc6\xe6\x01\xc6\xe2\xc4\x81\xdf\x84\x0e\x5e\x39\x90\x42\x27\xd0\ \x18\x2c\x02\x0d\xdc\xc3\x50\xf0\xd8\x80\xf0\x78\x42\x11\x85\x27\ \x91\x0b\xe5\x71\x83\x75\xf1\x71\x89\x71\xb1\x89\xe1\xaa\x84\xd8\ \xca\xa2\xf9\x6b\xbd\x95\xd7\xc7\xc7\x3a\x2a\x46\xae\x9d\x7e\x3b\ \x7f\xf6\x68\x6f\xe1\x43\xde\xf4\x87\xdd\xf9\x37\x67\xa7\x7b\xdf\ \x3f\x54\x0c\xcd\x3f\xdc\x7b\x68\x7f\x56\xfe\xbb\xf1\xd3\xdd\x77\ \x9f\x3f\x62\x7c\x35\xe6\xc5\xf9\xcd\x8b\x1b\xc9\x89\xdb\xa7\x5a\ \xc4\xd5\xab\x30\xfb\x99\x0d\xa7\xc4\x69\x6d\xfa\xcf\x9f\x3f\xdb\ \xef\x99\x11\x0e\xce\xce\x0e\x38\x8c\x2b\x51\xed\x01\x73\x88\x72\ \x81\xf9\x06\x60\xf6\xde\xb8\x8e\xe6\x1e\x1a\x36\xb5\x44\xc0\xf6\ \x54\x26\xf2\xd0\x06\xc8\xb8\xfe\x0a\x18\xed\x7f\x2c\x83\xf0\x45\ \x3a\x4e\x4d\xcc\xb6\x13\x5d\x4a\xae\x96\x40\xcd\xe2\xa3\xa2\xda\ \x27\xea\x47\x67\x66\x27\xea\x67\x67\x36\x56\x00\x56\xb5\xcf\x02\ \xd0\x5a\x9b\x59\x5a\x5a\x99\x9b\x9d\x99\x58\x5a\x03\xe6\x50\x3d\ \xb9\xdf\x75\x38\xd3\xa3\x28\x4f\xeb\xfc\x90\x95\xde\x5d\x5d\x3a\ \xd8\xd3\x55\xde\x53\x97\xdc\xd0\x9b\x51\x3a\x94\x9e\xd1\x92\x9a\ \x5a\x9a\x91\xde\x02\xa8\x32\x25\x2d\x39\x25\xb1\xda\x94\xd1\xd6\ \xd0\xd5\x9d\xd1\xdb\xd3\x3b\xd2\x55\x97\x9e\xd1\xd7\x32\xd2\xd7\ \xdc\xd3\xd6\x59\x93\xdd\xdc\xd4\xd9\xdb\x58\xd8\xd8\x59\xd4\x9a\ \xdd\x9c\x5f\x74\x2d\xbb\xad\xb5\xa6\xb9\xaa\x32\x3f\xfb\x46\x7e\ \x76\x71\x76\x53\x45\x65\x53\x63\x63\x5e\x6b\x55\x51\x67\x73\x97\ \xa9\xa7\xfb\xc6\xf5\x9c\x81\x9c\xaa\xb6\xaa\xb6\xd6\x8a\xdb\xc3\ \x50\x7e\xf3\xd3\xdb\x1d\x8b\xd3\xf3\xc3\x0b\xdb\xd3\xf3\xd3\xf3\ \x79\xdb\x7b\xf3\xa7\xeb\x07\xc7\xcf\x8e\xb7\x77\x77\xd7\xef\x3f\ \xbf\x38\x7b\xe0\x31\xf1\xea\x3f\x7f\xfe\xf1\x17\x20\x55\xff\xf8\ \x2b\xa4\x56\x7f\xfd\xcb\xff\xfd\xbf\x7f\xf9\x0b\x50\xad\x3f\x20\ \xba\xfa\xf7\xbf\xd6\x02\x98\x17\x27\x5f\x3e\xbc\x7c\xfb\xe1\xfb\ \xf9\xe6\xd9\xef\x5f\x23\xcb\xb0\x0c\x5a\x20\xd8\x21\xf0\xd0\x01\ \x63\x7f\xaf\x60\x7f\x1f\x6f\x1f\x1f\x14\xdd\x4b\x10\xd3\xd0\x71\ \x6d\x40\xe6\x7f\xab\x3f\x33\x13\xec\xbd\xa1\x99\x61\x77\xa0\x86\ \xee\xd1\x65\xe0\x72\x58\xd8\xad\xd0\x68\xa8\x79\x5f\x28\x5d\x3c\ \xb4\xf8\x61\x2c\x9e\xc7\x2a\x7d\xe9\xea\x3c\xe6\xed\xf5\x70\xe2\ \xcd\x79\xdb\xe7\xf7\xcb\xa7\x0e\xed\xf5\xf5\x25\xee\x8f\x16\x1f\ \xb9\x96\xf8\x26\xb5\x8f\xfc\x37\xba\x3f\xfa\xeb\x8b\x09\xc7\xd7\ \xc5\x39\x51\xef\x48\x8c\x74\xfd\x6f\x85\x34\x8e\x17\xd6\x4b\xc6\ \xcb\x73\x71\x63\x3e\xce\x13\x51\x18\x00\xef\x78\xf7\xa7\xd0\xf4\ \xa0\xf8\x4f\x12\xe1\xc0\x63\x77\xd7\xc7\x55\xdc\x34\x9f\xfc\xb9\ \x4f\x7b\x2b\xba\xdc\x39\xfb\x67\x9b\xcd\x40\x64\x1a\x77\xac\x46\ \xe0\x00\xcd\x76\xbd\x5e\xab\xb5\x19\x8c\x40\xb6\x34\x06\x25\xd3\ \xa8\x57\x5a\x8d\x1a\x00\x5a\x5a\xad\xd6\x62\x3b\xfc\x64\x91\xaa\ \x75\x5a\xb5\xd6\xa8\xd4\xd8\x0d\x06\xb3\xda\xa0\xd1\x5b\x1e\xdb\ \x77\xac\xef\xf7\x0d\x46\x1b\x94\x53\xb8\xb3\x6f\xdc\xb7\x81\xb1\ \x4e\xc9\x87\xba\x38\x40\xad\xe0\xa9\x1a\xad\x45\x0d\x75\x82\x07\ \x7e\x92\xea\x86\x04\x82\xa5\xc4\xe0\x34\x3b\x36\xb3\x7e\x8b\xa9\ \x01\x1c\xa7\x36\xbf\xd3\x91\xf5\x46\x0c\x92\xa9\x03\xda\x86\x86\ \x23\x70\x18\x0c\xd5\xc8\xa4\x9a\xd5\x4c\xb2\x96\x8f\x26\xaa\x95\ \x46\xa3\x8e\x8c\x56\x92\x71\x18\xad\x9a\x49\x55\x4b\xe1\x64\xa6\ \x3b\x9a\x0a\xc3\xa1\x91\x52\xa6\x92\xe9\xe0\xc4\x64\x7a\xb8\xf2\ \xc9\xee\x18\x22\xd9\xdd\x89\x88\x70\x83\x11\x95\x30\x04\x0e\x08\ \x56\x52\x7d\xfd\xc4\xd5\x24\xc8\x1a\x6e\x6c\xcc\x06\x38\x1b\xa0\ \xac\x32\x2d\x10\x51\x83\x14\xea\x00\x21\xe5\x2b\x0d\x52\xb5\x12\ \xca\x3a\xe4\x23\x01\x55\xf1\xc9\x18\x24\x02\xe2\x2d\x22\x51\x8a\ \xc1\x21\x80\x5e\x61\x1c\xe0\xd0\x0c\x16\xd4\x50\x06\xee\xe1\x0c\ \x75\x48\x76\x70\x75\x83\x39\x39\xbb\xb8\x38\xb8\x81\x8b\x8e\x50\ \x9f\x06\x17\x27\x4f\x5f\x27\xa7\x80\x2b\xbe\x3f\x49\x62\xbb\xd3\ \xca\xe5\xb2\xe4\x94\xf8\x8c\x38\x39\x8b\x13\x9e\xda\x3d\xd2\x38\ \x94\x9e\x9a\x1e\x11\x19\x27\x14\xc9\xd9\x02\x09\x2f\x10\x4f\x60\ \x85\x87\x0b\xf0\x5c\x89\x58\xa0\x92\x2b\xc4\x42\x16\x0b\x4b\xa0\ \x08\x84\x02\x4e\x60\x38\xc7\x0f\xcf\xe6\x41\x6b\x01\x15\x32\x0a\ \x0a\x38\x36\x20\x56\x2c\x16\x5d\xc0\x06\x4e\x92\x00\xf5\xcc\xc2\ \x07\x02\x8b\x48\xf1\xba\xd3\x0f\x1d\xfc\xa3\xb0\xd9\x22\x21\x8f\ \x27\x8f\x14\x45\x00\x21\x54\x08\x23\x78\x0a\x95\x30\x46\x22\x51\ \x48\xb8\xe1\x32\x55\x64\x62\xac\x90\xc7\x51\xf0\xe8\x78\xc0\x5b\ \x71\x31\x5c\xbc\x84\x23\x14\xaa\x84\x72\x59\x4c\x86\x4c\x2c\x8e\ \x54\x49\xb8\x2c\x20\x5a\xc0\x6d\xf2\xfc\xf0\xd0\x4a\x47\x02\xb0\ \x79\x34\x3f\x82\x17\x89\x44\xf0\x0a\xf6\x81\x82\x5a\xa1\x66\xc9\ \x50\xdf\xbe\x50\x6f\xef\x4c\x7f\x54\x70\x50\x10\x8a\x25\xe0\x30\ \xa0\xc6\x38\x74\x14\x81\xcb\xa2\xc8\xc4\x2c\x36\x57\x44\x17\x88\ \x39\x72\x39\x9b\x01\x86\xc3\x40\x21\x5b\xc6\xa0\x61\xf1\x91\x42\ \x3a\x8d\xf5\xe3\x78\x27\x81\x21\x61\x53\x18\x40\x12\x19\x2c\x05\ \xe4\x56\x45\x2c\x0e\x87\x23\x49\x53\x85\x47\xca\x23\xe2\x12\x13\ \xe4\xb1\xaa\xd4\x58\x79\x78\x6c\x79\xf5\x50\xed\xd8\xe4\x8d\xd6\ \x83\x6c\x53\xf5\x8d\xbb\x7b\xb5\x95\xf7\xbf\x9c\x5d\x2e\x3c\xbf\ \x3c\xf9\x78\xb9\xfb\x78\xfc\xfc\xee\xc0\x8d\xb3\xed\xe9\xc7\xcf\ \x06\x5b\xf6\x8c\x96\xe9\xa7\x9b\xc6\xc7\xfa\xf5\xc2\xf5\xe7\x93\ \xbd\x22\x46\xd6\xf6\x85\x21\x37\xc0\x97\xbc\xb3\xf5\xd9\x6c\xf8\ \xf6\xee\x70\xeb\x93\x4d\xf3\xe8\x0b\x19\x86\x73\x75\x76\x42\x03\ \x40\x96\x32\x2d\x4a\x27\x4f\x84\x83\xf5\xae\xf6\x74\xa4\x99\x19\ \xe2\xb6\x45\x3c\x7c\x70\x8f\xec\x8c\x20\x33\xa9\x0e\x4e\x01\x49\ \x57\x43\x46\xa7\x46\x73\x97\xd6\x66\x43\x5c\x9d\x66\xea\x43\x46\ \x47\x9d\xa7\xda\x67\x81\x0f\x6c\x2f\xc9\xcd\x1d\x5d\x5a\x9a\x69\ \x9f\x03\xe7\x4b\xb3\xb3\xb3\x53\x73\x1b\xc0\x17\x3e\x59\x5d\x02\ \x0e\x71\x66\x6d\x69\x69\x6e\x66\x6d\x6e\x63\xaf\xfb\x76\xdb\xdb\ \xab\xd2\xf2\xc1\xed\x94\x96\xbe\xc1\x86\xa1\xa1\xbe\x81\xea\x94\ \xd8\x8c\xee\x96\x94\xc1\xc1\xf4\xf2\xba\xe4\xee\x21\x53\x62\x75\ \x4b\x5a\x6a\x43\xdd\x60\x6a\xc6\x60\x8f\x69\xb0\xaa\xa5\xaf\xab\ \xb7\xa6\x2d\x63\xb0\xd3\x94\xd1\xd7\x53\x55\x3b\x5d\x51\x59\x59\ \x7b\x2d\xa7\xa0\xad\xaa\xb1\xa8\xb5\xb3\x28\xa7\x30\x2f\xaf\x32\ \xbf\xa0\xb5\xb9\xb9\x39\xbf\x20\xbb\x73\xb2\x30\xe7\x7a\x45\xe1\ \xf5\xce\xec\x9c\xd6\x9c\xa6\x82\xc6\xaa\xe6\xb6\xe6\x9e\x06\x40\ \x62\xcd\x35\x9d\x6d\x4d\x55\xf9\x79\xd7\xf3\x3a\xf2\x96\x6f\x76\ \x8c\xcd\x2f\xac\x03\xc4\x5a\x1c\x5b\x18\x9b\x5c\x58\x5f\x9e\x3e\ \xf8\xf0\xe1\x64\x71\xef\xe0\xed\xf1\xee\xc5\xf7\x43\x66\xee\x6f\ \x7f\xfe\x01\x34\xea\x7f\xfe\xcf\xff\xfc\xcf\xff\xfb\xe3\x9f\x7f\ \xfe\xe3\x7f\xff\xe3\x8c\x71\x7b\x05\x69\xd7\x3f\xfe\xfc\xe7\xbf\ \x5f\xac\xcc\x7a\xda\x3e\xec\x2e\xbf\xd9\xde\x3b\xff\x78\x72\xf4\ \xf0\xf3\x91\xf0\xe7\x30\x7f\xbc\x17\x16\x4f\xa7\x03\x8e\x27\xf9\ \x7b\x7b\x41\x9d\xfa\xc0\xd0\x85\xf5\x23\x30\x12\x1a\xc7\x2b\xd2\ \xf1\x10\x5b\x05\x41\x35\x0c\x50\x6e\x4e\x68\x34\xb8\xbf\x2c\x33\ \x33\xfa\x67\x30\x00\xf7\x03\xe5\x8a\xf6\x66\xcb\x5b\xaa\x15\x62\ \x6e\xc4\x53\x37\xb7\x6b\xc1\xd1\x03\x9e\xcc\xf5\xd8\x0e\xf3\x83\ \xdf\x1d\x67\xea\x1d\x47\x7d\x5f\x8f\x9f\xba\xe7\x3a\x5e\x99\x1d\ \xfe\x2f\xd0\xb7\xd2\xb5\x35\x5f\xea\xd3\x26\xa4\x13\x5d\xb1\xe7\ \xf1\xaf\x9b\x74\x16\x0d\x4f\x11\x35\x93\xaf\xf2\xed\x9f\x9f\x67\ \x50\x68\x74\x82\x17\xab\xc6\x33\x57\x40\x22\xd8\x4a\xe5\x1f\x11\ \x66\xa6\xe0\x17\xd5\xc3\xf2\x3d\x0c\x31\x27\x04\x9e\xf4\xb7\x15\ \x83\x5a\xa7\x34\x5a\x0c\x16\xb3\xc1\x6c\x34\x58\x2d\x76\xab\xdd\ \x0a\xf8\xc9\x66\xd5\xeb\x6d\x36\x2d\x94\x83\xb3\x65\x50\x6b\x2d\ \x16\xa0\x16\x4a\x8d\x56\xaf\xd5\x1b\xa0\x09\x75\x83\x19\x30\x94\ \xdd\x68\xb4\x9a\x81\x87\x34\x9b\xb7\x00\x5a\xe9\x35\x56\xbb\xed\ \xd3\x96\x4e\x67\xdf\x32\xef\x58\xc0\xb3\x98\x3a\xb3\x01\x80\x92\ \x51\x69\xe0\x6b\x76\x34\x18\xaa\xc6\xae\x73\x86\x53\xd1\x4c\x26\ \x59\xaa\x31\xd8\x77\x2c\x16\xb5\x56\xa3\x33\x18\xb6\x2c\x18\x83\ \x41\x8f\xf6\x50\xaa\xa9\x54\x3e\x13\x0e\x65\x31\x4b\x8d\x52\xe5\ \xbe\x91\x48\x64\x6a\xe1\x64\x83\x9e\xaf\x01\x66\x11\x5c\x62\x1a\ \xa4\x44\x80\x43\x64\x3e\x13\xa3\xa4\x3a\xb8\x43\x5d\x46\x88\x30\ \x27\x27\x2a\xc6\xcd\x8d\x49\x05\xcf\xc2\xb8\x39\x79\xe0\x60\x6e\ \x70\x3e\x86\x8c\xf4\x05\x84\x55\x5f\x0f\xf6\xcb\x2b\x57\x43\xa0\ \x88\xa7\x00\x57\xcc\x6b\xa3\x4e\x09\xc5\xc0\x1a\xf4\x1a\x0d\x95\ \x4f\x55\xa2\x35\x52\x34\x06\xbc\x08\xa0\x2c\x34\x54\x6b\xaa\x04\ \xd4\x46\xc4\x91\xa1\xf5\xd7\x68\x0c\xd0\x30\x1c\x91\x8a\x84\x23\ \x1c\x3c\xe0\x0e\xce\xee\xc8\x1f\x33\xef\x38\x0f\x57\x67\x18\xcc\ \xcd\xcd\xd9\x09\x9a\xb4\x85\xb9\x39\x43\x21\x85\xce\xce\x4e\xe0\ \xf4\x53\x4f\x43\xe1\x50\x4b\x42\x8c\x88\xd7\x90\x92\x96\x22\x11\ \x52\xb8\x62\x51\x4a\x4b\x7c\xca\x60\x5b\x4f\x53\x5f\x06\x4f\x20\ \xa0\x09\x29\xd0\x62\xe6\x84\x98\x98\xc8\xf0\x38\xa1\x44\x26\x66\ \x70\x18\x0a\xa1\x90\xcb\x08\x97\x70\x78\x0c\x01\x81\x22\x13\xb0\ \xa1\x55\x39\x74\x1a\x9e\xc7\x0d\xe7\xb2\x50\x0c\x1e\x87\xc1\x63\ \xa1\x08\x74\x14\x9d\x22\x61\xf9\x31\xf0\x14\x01\x1e\xec\x46\x5e\ \x74\x01\x4d\x2c\xe6\x09\x65\x12\x59\x8c\x50\x14\x21\x63\x0b\x23\ \xc5\x2c\x19\x70\x7f\xe2\x18\x39\x8f\xcb\x95\xc9\xc5\x0a\x31\x5b\ \xc4\x8a\x15\x0a\xf1\x1c\x45\x64\xb8\x2c\x51\x18\x2f\x8f\x11\xa5\ \xa6\xa4\x00\xf3\x9f\x10\x2f\x97\x09\xa1\x15\x8b\xf8\x40\x16\x14\ \x00\xe6\x47\xf7\xc6\x63\xe9\x5e\x99\x5e\x04\xac\x97\x1f\x2a\xd4\ \x3f\x08\x5c\x0d\xf6\x0f\xf4\x89\x26\x65\x42\xed\xaf\x48\x77\x00\ \xa9\x93\x48\x24\x2f\x2f\x2f\x02\x14\x94\xc1\xe3\x08\x51\x02\x96\ \x80\x2b\x8b\xe7\xb1\x23\x22\xb9\x2c\x89\x2c\x56\x4c\x11\x31\x50\ \x6c\x3a\x4f\xc6\x66\x13\xe8\x78\x4a\x20\x9d\x42\x10\x06\x42\x65\ \xd0\x0c\x31\x8f\xa7\x52\x88\xb8\x72\x09\x45\x46\xe1\x45\x28\x24\ \x62\xa1\x90\x13\x2e\x66\x47\x46\xc6\xa9\x12\x53\x64\xf1\xe1\x31\ \xe2\xf0\x98\xf4\x94\x6a\x45\x4c\x4f\x79\x6b\xe7\xe4\x40\x4e\x61\ \xd3\xf7\xaf\x15\x15\x8d\xb5\x27\xcf\x17\x2f\x1e\x7f\xdc\xbc\xf8\ \xfa\xf0\xd9\x87\x1b\x03\x95\x2f\x4f\x2f\xa6\xcf\x6f\xdc\x18\xdf\ \x39\xef\xad\x38\xdc\xba\x5e\x97\xdf\x53\x57\x51\x9d\x1e\xc9\xe8\ \xbd\x78\xcf\xd4\xbd\x33\x3a\x60\xf4\x9a\x9d\x4d\x9d\xed\x62\xe7\ \xdb\xa3\xc7\xf3\x9b\x87\x7c\xa2\x96\xe9\x0e\x77\x85\x93\xb5\x44\ \x24\x5a\x8f\xc4\x79\xc2\x3f\xef\x60\x1c\x9b\x0a\xbe\x95\x84\xc0\ \x3f\x9d\xef\x30\xa9\xc0\xf1\xc3\xe0\x57\x92\x92\x26\x72\xa1\x16\ \x8f\xb0\xdc\xdc\xa9\xa5\xdc\x89\xa4\xa8\xfa\xa9\xa8\xa8\xa9\xb9\ \xa4\xdc\xd9\xf6\x80\xf6\xa9\xa9\xf6\x89\xb9\xa5\x89\xa5\xa9\xa5\ \xb9\x89\x99\xb9\xd9\x35\xe8\xf8\xe0\xca\xca\xda\xec\xc4\xcc\x2c\ \xf8\xb7\x36\x35\x33\xb5\xd4\x3e\x50\x71\x59\x33\xe9\xeb\xb2\xb3\ \x3b\x9f\x5d\x3b\x32\x14\x9f\x5a\x9d\x91\x5e\x6e\x4a\x4e\x4f\x8c\ \x1b\x8c\x4f\x1b\x6a\xe8\xed\xad\x6c\xc8\x8a\x4b\xec\xee\xb9\x79\ \x23\x67\xa0\xbb\x3c\x2b\xa3\xaf\xbb\x6a\xa0\xb1\xaf\xab\xae\xa1\ \x2b\xbb\xa0\xb8\xa9\x30\xa7\xb5\xa9\x32\xbb\xb0\x32\x3b\xbb\xb8\ \xb2\xa9\xb0\x29\x7b\xa0\xf3\x5a\x4d\x6b\x5f\x73\x41\xfe\x40\x63\ \x53\x4e\x4d\x7e\x71\x65\x71\x6b\x53\x61\x51\x01\xf0\x89\x45\x45\ \x9d\xdd\x4d\x8d\x7d\x7d\xe5\xa6\xb6\x9a\xec\xb6\x9a\x46\x60\x22\ \x2b\x0b\x73\xf2\xae\x0d\xdf\xbe\x31\x5c\x91\x5d\x3b\x39\x36\x5e\ \x31\x36\xdd\xd1\x31\x59\x3c\x3e\xbf\xb8\xbe\xb7\x5d\xbb\xbc\x3b\ \xbe\x70\xb4\xb7\xb0\x70\x76\x7f\xfd\xfb\xe7\xc7\x3b\x5b\x7c\xa8\ \xd7\x1c\x75\xdf\x7c\xf8\x69\xf3\xdd\xe1\x83\xf3\xd3\xa3\x8f\xdf\ \x80\xc2\x3f\x7e\xf4\xfe\xd1\xe6\xc3\xe3\xa3\x8f\x27\x0b\xdb\xcf\ \x8e\x77\x3f\x7c\x39\x3a\xdf\xcc\xf3\xfb\x35\xd4\x87\xe4\x1d\xec\ \xe3\x0d\x46\xa7\xd2\x6e\x19\xc5\x0f\x90\x36\x10\xa4\x20\x1f\x14\ \xd6\xdf\x87\x26\xaf\x9c\xac\x51\xf9\x93\x80\xff\x0b\x0b\x86\xa2\ \x05\xca\xca\xa0\x0e\x8f\xb7\x32\x43\x83\x42\x7f\xfe\x35\x2c\x33\ \x2c\x33\xf8\x56\x58\x30\x36\x10\x1b\x48\xe1\xd1\x45\xcf\x5c\xc9\ \x37\x02\x83\x85\x5f\x47\xef\xf7\xf5\xdd\xbb\xd4\x46\x4d\xb4\xe3\ \x92\x46\x35\xcf\x5e\x5a\x1c\x43\x46\x37\x3e\xfe\x97\x14\x5c\x16\ \xc8\x7c\x32\xea\xfc\x79\x59\x3f\x9b\x46\x79\xec\xf6\xef\x65\x9a\ \x90\x26\x50\x0c\x6e\x79\x48\xe1\x4c\xfe\x7a\x1d\xd8\x89\x02\xf1\ \xb4\x96\xf7\xa3\xe9\x61\xa4\xd3\xdd\x4a\xdc\x9e\xb4\xf0\xe7\xe8\ \xf2\xc7\x67\x27\x8f\x1d\xd6\x71\x57\x1c\x9e\xfc\x49\x7c\x67\x03\ \xa2\xa3\xd7\x19\xf7\xcd\x40\xb5\x2c\xc6\x9d\x43\x33\x90\x25\xa3\ \xce\xaa\xb7\xd8\x76\x2c\x06\xa3\x41\x07\x05\x3c\x5b\x80\x5c\x59\ \x34\x7c\x0b\x5f\x6d\x3f\x34\x6b\x94\x40\xd9\xac\x80\x8f\xcc\x36\ \xa0\x6f\x66\xe3\xd6\x6b\xa3\xd6\x6a\xb3\x6f\x41\x7d\x49\xb7\x2c\ \x66\xa3\x06\x38\x47\xad\x85\xaf\x01\x82\xa4\x33\xeb\xa8\x7c\xb3\ \x79\x9f\xc9\x07\x38\xa6\x75\xf4\xd0\xf2\xa1\xfa\x27\x8b\x51\xa3\ \xd7\xe9\x75\x6a\xb3\x59\x67\xdd\xb1\x51\x91\x7c\x8d\x43\x14\x46\ \xa7\x56\xaa\x01\x29\xa1\x89\x52\xa3\x81\x4f\xb5\xd8\x8c\x18\xa9\ \x1a\x87\xd1\xab\xf9\x6e\xce\xc0\x1f\x62\x98\xd0\x1c\x13\x55\x4d\ \xe6\x4b\x89\x50\x8b\x2c\x22\x8e\x8f\x81\xa1\x3d\x3c\x9d\x99\x64\ \x37\x34\x1a\xee\x01\xa5\x75\x39\xa0\xc9\xf0\x1f\x19\xd0\x88\x80\ \xa4\xa8\xa8\xdc\xa4\xa8\xa4\x92\xab\x51\xf5\xb3\x2f\x5e\xcd\x44\ \xc1\x0d\x3b\x06\x0d\x5f\x29\x55\x6b\xf8\x18\xa6\x1e\x03\x89\x20\ \x1f\x00\x16\x19\x29\xe5\x53\x89\x1a\xa9\x12\x03\xd5\x89\x12\xc9\ \x40\xc2\x7e\xd0\x16\x50\x2c\x38\xe4\x0c\x1d\x60\x70\x38\xdc\xc1\ \xdd\xdd\xdd\x0d\xe6\xee\xe1\x00\x43\xba\xf9\xba\xbb\x06\x38\xba\ \xbb\x07\x38\xb9\xfa\x3a\x20\xe0\x40\xb2\xdc\x5c\x5d\x81\x33\xfc\ \xe9\xf7\x85\xa3\xc5\xc9\xa2\xa1\x3a\x05\x47\x14\x17\x11\x23\x11\ \xf0\x38\x92\x18\x55\x64\x7a\x46\x62\x62\x75\x69\x56\x5a\xb8\x90\ \x21\x94\x73\xd9\x42\x8e\x30\x12\xd8\x23\x11\x1b\xcb\xe0\xb2\xb9\ \x14\x86\x40\xc8\x61\x71\x25\x6c\x5a\x20\x97\x03\xb0\x89\xc3\xe2\ \x09\xd9\x6c\x19\x4f\x21\x10\x00\x15\xc3\xd3\x08\x34\xa1\x80\x0e\ \xb5\x24\xa5\xb0\x80\x23\x03\x72\xc1\xf2\xf7\xf1\xc1\x03\xdd\xe3\ \xc5\x26\xf0\x84\x3c\xb9\x4c\x24\x01\xae\x8c\x27\x09\x8f\x05\xca\ \x27\x97\xc9\x13\x23\x12\x22\xe4\x12\x55\xb8\x8c\x2b\x96\x48\xb8\ \x29\x62\x49\xa4\x8c\x2b\x51\xc9\xe2\xca\xe3\x23\x1a\xc2\xc5\x89\ \x11\x59\xa5\x0a\x70\x07\x47\x15\x01\xb5\x94\xa7\xb3\x59\x58\xa8\ \x59\x07\x05\x4f\xf2\x01\x5c\x15\x0d\xf5\xff\x8f\xf6\xa1\x33\xbc\ \x83\xbc\xbd\xc3\xfa\x83\xc3\xa2\x49\xfe\xd1\xb7\x42\xb1\xc1\x41\ \x50\xc9\x17\x36\x90\x86\xa7\xb1\x84\x2c\x3a\x01\x6c\x0a\x83\x2b\ \x60\xf3\x04\x32\xb1\x44\x28\x0e\x67\x0b\xe4\x94\x40\x80\x59\x1c\ \xf6\x8f\xba\x52\x06\x9b\x25\x00\xe2\x2c\x57\x09\x69\x22\x01\x8f\ \x27\x04\x0f\x11\x49\x78\x62\x6e\x8c\x58\x01\xb6\x51\xcc\x56\xf1\ \xc4\x31\x71\x8a\xb8\x34\x55\x7c\x7c\x8c\x38\x46\x1c\xab\xaa\x4b\ \xa9\xae\xee\x8b\x6c\xe9\x2a\x37\x65\x4c\x9e\xee\xb6\x2d\x3c\x7b\ \x3e\x36\x9f\x77\xff\xd1\xa3\x77\x77\x7f\xff\x7a\xf9\xa0\xb6\xb8\ \xa6\xf6\xe5\x97\x6b\x5f\x6e\x0e\xdd\x56\x1e\xa4\xdf\xfc\xf6\xb8\ \x29\xa1\xad\x37\x59\xd5\x50\x4e\x89\x7c\x88\x86\xed\xeb\x1e\x9d\ \xef\xdb\xde\x7f\x3e\xb4\x31\x6d\x3b\x0f\x1e\xdd\xdb\x3e\xfa\xa4\ \xc3\x5d\x1a\xa8\x18\x77\x30\xb0\xa0\x31\x08\x27\x70\x46\xd5\x3b\ \xc0\x4a\xe6\x10\xdd\xc5\x17\xf0\x76\x98\xf4\xb5\x12\x6a\xfe\xef\ \x70\x05\xec\x17\xed\x13\x53\xa3\xa3\x33\xed\xf5\x73\x00\x9a\x26\ \xe6\xc0\xc5\xb9\xb9\x95\x51\x70\x7b\x6e\xfb\xdc\xd4\xe8\xdc\xd2\ \xdc\xd2\xda\xd2\xec\xd2\xdc\xd4\xec\xda\xda\xdc\xd4\xca\xd2\xcc\ \x2c\x10\xac\xa5\xb5\x99\x95\x55\xc8\x1c\xae\x6d\xfc\xe6\xdc\xd2\ \x7a\xda\x31\xf4\x7a\xd6\x0e\x64\xa5\xa9\x27\x23\xb5\x34\x21\xab\ \xaf\x01\x78\xc2\xba\xae\xe4\x84\xe4\xd2\xe6\x9e\xce\xee\x84\x94\ \xd4\xae\xce\xa6\x82\xb1\xaa\xc1\xf2\xd2\x88\x91\x86\xea\x9e\xce\ \xde\xc1\xac\xee\x96\xb6\xe1\x8e\x9c\xdb\x23\x2d\x6d\x0d\x55\x1d\ \xe3\x95\xe3\xeb\x93\x35\x8d\x19\x55\xcd\xa6\x81\x66\x53\xef\xe0\ \xd0\x40\x51\x61\xf6\xf5\x82\xaa\xce\xa2\xc2\xd6\xde\xa1\xd6\xde\ \xce\x81\x81\x2a\x93\x69\x60\xa8\x6d\x64\x30\x19\x8c\x7b\x79\xd7\ \x3a\x87\xfa\x7a\x06\x0a\x9b\x8a\x7f\xe8\x55\xf6\xf8\xb5\x81\xa7\ \xd3\xc3\xf3\xd3\xd3\x1d\x0b\xd9\xe3\x0b\x63\xf7\xdf\x2c\x8e\xdd\ \xbc\xbd\xb8\xbe\xb8\x7d\x7b\x7a\xe1\xe9\xf1\xc2\xf6\xf5\xe5\xf5\ \xe5\x97\xbb\x07\xc7\xc7\x5f\x9e\x1d\x9f\xbf\x3d\x38\x3d\xd9\x3d\ \xbf\xfb\xe5\xeb\x9b\x8b\xb7\x07\x27\xf3\xc7\xeb\x5f\xbf\xbe\xd9\ \x3b\x3a\x5e\x3f\x7e\xba\x77\xbc\xf9\xe0\xd1\x65\x21\xe9\x0e\x70\ \x80\xfe\xa8\xa0\xb0\x60\x2f\x41\x82\x69\x60\x30\x26\x56\x16\x88\ \xc2\x86\x92\x42\x83\x58\x1c\x2c\x29\x8c\x9e\x50\x35\xdf\x4c\x01\ \x70\x75\x0b\x30\x56\x7f\x19\xd4\x45\x1b\x6a\x96\x1d\x4a\xf2\x87\ \x52\x2c\x7f\x86\x56\xc6\x06\x07\x07\x79\xfb\x00\x1f\xe0\xc3\x59\ \x74\xc3\xed\x2a\x82\xbc\x1b\x11\xd4\xbc\xe4\x03\x33\x22\xb7\xdd\ \x71\xcb\x65\x0a\x73\x3a\xfd\xc0\x23\xa4\x7e\xc6\x1e\x16\x1d\x1d\ \xf6\x4b\xcf\xea\x9a\x93\xe6\xcb\xa7\x95\xec\x5f\xc6\xda\xff\x73\ \xc6\xe0\x09\x44\x82\xae\xf7\xd6\x47\xee\x7a\xf7\x77\xbd\x3c\x6f\ \x28\x02\xaa\xee\x51\x3b\x86\x15\x5d\x09\xd3\x3e\x3c\x92\xd2\xfc\ \xa3\xab\x0f\xbe\x3d\x18\xd3\x3c\xd0\x6d\x1c\x4e\xfc\x63\xe9\xf3\ \x8e\xdd\xb6\x05\x35\x65\xd7\x9b\xf5\xe6\x2d\x8b\xd6\xa6\xd1\x18\ \xf5\x16\x23\x20\xa9\x2d\xcb\x8e\x4e\x6d\xd8\xda\xb7\x19\x00\xf3\ \x30\x75\x16\xbd\x56\xcd\xd7\x1b\xb4\x50\xa0\xaa\x46\x67\x51\xeb\ \xcc\x7a\x9b\xdd\x68\x7f\x07\x21\x19\xb4\x84\xc7\xa2\xdf\xb2\xda\ \xcc\x46\xb3\xd5\xa8\x83\x1a\x67\x19\xf5\x6a\xaa\xd5\xac\xb5\x00\ \x50\xa2\x9a\x8d\x64\x3d\x95\x69\x77\x72\xd7\xf3\xf5\x7c\x2a\x53\ \x6d\x86\x00\x4c\xa9\xdc\x31\x9b\xa1\xb7\xc2\x68\xac\xb0\x12\x84\ \x41\xaf\xd3\x61\x3c\x80\x10\x91\xc1\x40\xc8\xb4\x02\x4b\xa9\xd7\ \x4b\xa9\x06\xa9\xd4\xc9\x93\x48\xfe\x31\xc5\xce\x44\x23\xf8\x18\ \x2a\x9f\x48\xc6\x11\x71\x08\x84\x14\xee\x4e\x46\x38\x39\xa2\xf9\ \x0e\x48\x2a\xd2\x1d\x81\x01\xdf\x4c\x0c\xcc\x15\x03\x15\x56\xf9\ \x5e\x0d\x49\x2a\x29\x49\xca\x2d\x99\x18\x1d\x5d\xfb\xed\xb7\xa5\ \x10\xb8\xf9\xf5\xfe\x6b\x0d\xd4\x7b\x19\x5a\x9a\x43\xc6\x28\x2d\ \xc0\x17\x02\x5c\xc3\x50\xd1\x44\xb2\x94\x08\x64\x94\xec\x00\xa7\ \x42\xbd\x20\x3c\x90\x18\x32\x19\x48\x20\xd4\xca\x0f\xee\xe1\x0e\ \x43\xc3\x61\xce\x1e\xd0\x02\x68\x57\x24\x0c\x9c\xbb\xb8\x42\xe9\ \xcf\x4e\x2e\x8e\x6e\x30\x17\x37\x28\xac\x3e\x20\xc0\x31\xc0\xf1\ \xa7\x07\x17\xbf\x7f\xff\x78\xbe\xbd\x3c\x9c\x53\x74\xad\x6d\x28\ \x2b\x2d\x4b\x26\xa2\x48\x12\xe3\xeb\xba\xfa\x86\xd2\xe3\x13\xe4\ \xe1\xc0\x3a\xc5\x72\x29\x02\x06\x1b\xb8\x31\x3a\x2d\x10\xcf\x02\ \x9f\xff\x40\x76\x20\xca\x0f\xaf\x82\x42\xdf\x29\x28\x2c\x8a\x06\ \x24\x29\x52\x26\x02\x3e\x90\x23\xe6\x04\xfa\x09\x68\x7e\x34\x81\ \x90\x8d\xf7\xf6\xa3\x31\x84\x0a\x0e\xa0\x36\x02\xd0\x2b\xf0\x28\ \x76\xa4\x30\x91\xc5\x51\x45\x0a\x45\xf1\xe1\x71\xb1\x62\x59\x8c\ \x42\x1c\x0e\xd4\x42\x1e\xae\x8a\x89\x67\xcb\x44\x32\x36\x47\x12\ \x21\x66\x29\x64\x09\x0a\xa1\x42\xce\x10\x29\x00\xd0\xc5\x67\xc4\ \xc7\xa6\x75\x87\x2b\x92\xc5\x5c\xa0\x6d\x04\xac\x84\x0b\x5c\x27\ \x0d\x8c\x9e\x34\x16\xc1\x2f\x10\x0c\xab\x5e\x41\x28\xbf\x20\x52\ \x90\x37\xc9\x9f\x80\xf5\xf6\x02\x83\x60\x74\xb0\x77\x70\x50\x26\ \x29\x33\x2c\x94\x40\x00\x0f\x61\x00\x20\xe4\x82\x4d\x17\x72\xe8\ \x34\x1e\x9b\x47\x61\xb0\x84\x32\x21\x5b\xc0\x60\xf0\xc0\x46\x02\ \x69\x12\x32\xe8\x0c\x3c\x87\x4b\x83\xe6\xe6\x69\x81\x1c\x01\x9d\ \xcd\xa3\xf1\xa0\x42\x31\x96\x58\xcc\xe1\x71\xe3\xe3\x44\xdc\x98\ \x14\xa8\xa8\x52\xc6\x15\xca\x23\xd3\x44\x11\xb1\x72\x95\x48\x24\ \xe0\x26\x37\x36\x17\x0c\xb5\xc4\xf4\xa6\x28\x3a\xaf\x4d\x36\x8d\ \xed\x1d\xe4\x65\xbf\x3d\xf9\xf0\x68\xf3\xfb\xa7\x87\xef\xce\x6f\ \x8f\x17\x2f\xbc\x3c\xd8\x7e\x3b\xcc\xfb\x60\x2e\x4e\x5c\x7c\xfc\ \xbc\x2e\xa6\x3a\x3d\x8e\xd1\x76\xbb\xab\xf2\xfd\x8e\x06\xf9\xf1\ \xe2\xde\xe1\xf7\xc3\xcd\xdf\x99\x7a\xbd\xc6\x7c\x71\xb9\xf9\xc8\ \xae\x06\x7b\xb0\x14\x81\xa4\xba\x39\x95\xf8\x3a\x20\x3d\xa5\x6f\ \xbf\x81\x11\xab\xa4\x7e\x14\x56\xd0\x77\x1b\x51\xb2\x76\x05\xcd\ \x87\x39\x79\xa0\x03\x02\x5c\x4a\x4a\xea\xdb\x81\x2e\xad\xb8\x85\ \xac\xac\x2e\xcd\x8e\xce\xcd\xcd\x01\x21\x9a\x1d\x4d\x02\x9f\x28\ \xcf\xdc\x99\xb5\x8d\x25\xc0\x56\x4b\x6b\x73\x4b\xab\xab\x33\x73\ \x33\xab\x6b\x2b\x2b\x1b\x2b\x13\x1b\x2f\x5e\xbc\x58\x5b\x5b\x5b\ \x5d\x99\x99\x59\x5a\xdd\x8e\xef\x5e\x3c\x2e\x7e\x33\x67\xc8\x2a\ \x2d\xaa\x4c\x4f\x4b\x53\x55\xb7\xd5\x25\xa7\xd6\x25\xa6\xa7\x27\ \x66\x54\xa7\xc5\x8f\x94\x67\x35\x24\x56\xf7\xd4\x75\x75\xb7\xf4\ \x54\x0f\xa6\x55\xf5\x9a\xfa\xfa\x06\x7a\xd2\xeb\x52\xba\x6a\x5a\ \x73\x2a\x6e\xb6\x15\xf7\xb5\x55\xdc\xac\xa9\xac\xbd\x3f\x32\xd8\ \xdd\x3b\xd8\x5d\xd3\x68\x1a\x6c\xe9\xea\x1b\x28\x2a\xa8\x1d\x6b\ \xac\xab\x2c\xed\x1d\xe8\xad\x2c\x34\x35\x0c\x0c\x9a\x72\xaa\x3a\ \x5b\x6b\x9a\x07\x4d\xbd\x23\xc3\x39\x03\x6d\xf9\xcd\xbd\xd7\x9a\ \x5b\x6f\xdc\xbc\x59\x74\xa3\x78\x79\x72\x78\x71\x7a\x71\x79\x79\ \x7d\x72\xbc\x68\x7c\xbd\x62\xf9\xc3\xb3\x1b\x0b\x4f\xc7\x16\xb6\ \xa7\xef\x3f\x3b\xd8\xfb\xf0\xfc\x74\xf9\xfe\xc1\xc9\x31\x14\x35\ \x7f\xf7\xf8\xc3\xdd\x97\x67\x97\x0f\x4f\x77\xcf\xbe\x7e\x3f\xfb\ \xfa\xe5\x18\x5c\xdf\x3b\x3b\xfe\x7e\x79\xf4\xec\xe9\x97\x0f\x47\ \xe7\x0f\x1f\x9c\x27\x46\xdf\xba\x45\x0a\xea\x0f\x0b\x0e\x03\x50\ \xe5\xcd\xe0\xc5\xf6\x14\x36\xb5\xf6\x24\xcb\x85\x0c\x28\xab\xce\ \xcb\x2b\xda\x9b\x5b\x5a\x93\xd3\x40\x09\x83\x5a\x21\xdf\xea\x07\ \x63\x58\xd9\x9d\xb2\x32\xc0\x59\x61\xb7\xee\xfc\x5a\x16\xf6\x73\ \x66\x74\x26\x29\xb4\x2c\x93\x14\xed\xe5\x87\x8d\xa6\x67\x93\x3d\ \x3e\xa4\x62\x43\x45\x17\x21\x0b\x29\x95\x18\xe7\xfa\x2b\xd4\x47\ \xc8\x09\xd8\xf6\xf5\xef\x0e\x53\x51\x48\xab\xdf\xcf\xfd\xa4\x60\ \x3f\xfd\x46\x94\x83\xfd\x6c\x66\x33\x54\x1e\xf2\xe7\x89\x1f\xdd\ \x87\x2e\x36\x3d\x7b\x99\x86\x24\x23\xcc\x0b\x29\x50\x9c\x94\x8f\ \x6a\xbf\x7e\xe5\xfa\x7f\xc5\xf5\xc8\x9b\xcc\x7b\xc1\xfe\x61\x31\ \x4f\x11\x96\x14\xfd\xbd\xad\x8d\x9d\x2b\x7f\xfb\x93\xff\x7e\xc7\ \x72\xa8\x03\x0a\xa3\x3b\x84\x8e\x05\xea\xb5\x06\xbd\x5a\x6b\x30\ \xeb\xec\xef\xb6\xd4\x7a\xab\x41\xbb\x65\x31\x42\x55\x59\xc0\x3a\ \x6a\x34\x5a\xb2\x54\xa9\x33\x68\xf5\x3a\x3e\x79\x07\xea\xe4\xb7\ \xa3\x51\x5b\x0e\x81\x3f\xb4\x9a\x3f\xbf\xb3\xd9\x2d\x3a\x0d\xd4\ \xb2\xde\x68\xd6\x2a\xcd\x1a\x83\xc6\x20\x55\xab\x2d\x46\x26\x59\ \xf3\x63\x46\x0a\xb0\x95\xd6\xd5\xc3\x28\xa5\x6a\x95\x64\x3e\x60\ \x2c\xdd\x16\x5f\x6a\xd1\x18\xd4\xc6\x2d\x1d\x93\x6a\x47\x3b\x6b\ \x0f\xf5\x52\x0c\x9a\x4c\x44\x12\x71\x5a\x0d\xf4\xc6\x64\xad\x55\ \x4a\xe5\xeb\x2d\x66\x17\x17\x0c\xd2\x62\x95\xf2\xd5\x7a\x26\x91\ \x49\x26\x42\xb3\xf6\x1a\x20\x2b\x44\x22\x0e\x4a\x97\x27\xf3\xe1\ \xae\x48\x84\x9b\x07\x9a\x08\x73\xa0\x12\xdd\x91\xae\x70\x04\x02\ \xee\x99\x94\x7b\x35\x04\x9c\xa2\xda\xdb\x43\x66\x5f\xfd\xb6\xe6\ \x88\xb6\x7e\xb2\x99\x81\x12\x1b\xa8\x38\xbd\xd9\x68\x61\xf2\x35\ \x48\x8c\x4e\xaf\xd4\x30\x91\x18\x3e\x0e\x01\xbd\x26\x15\x89\xc3\ \x29\x89\x4c\x2a\x02\x8d\x46\x33\xa1\x0e\x59\x38\xa0\x4f\x70\xa8\ \xf6\x0a\x86\x46\xc2\x1c\xdc\x11\x8e\x0e\x70\x4f\x67\x67\x37\x27\ \x67\x17\x47\xa8\xa7\x8c\xa3\x2f\xd4\xbc\xcf\xcd\xf1\x4a\x88\x6b\ \x80\xcb\x4f\xcf\x16\xd7\xef\x0f\xd7\xe4\xe5\x54\x55\x77\x8d\xc4\ \xc6\xa4\x54\x37\x26\xb7\xf4\x75\x16\xb4\x75\xd7\xa5\xa7\xd7\x29\ \x12\xe3\x53\xb8\x2c\x02\x85\xc3\x60\xb1\x19\x34\x16\x96\x45\xc1\ \x32\x28\x0c\x3a\x56\x08\x34\x8b\xc1\xa1\x51\x28\x02\x21\x3d\x38\ \x90\x22\x08\xe4\xc6\x48\x44\x5c\x06\x83\x81\x07\x48\x45\xe0\x72\ \x05\x1c\x8e\x48\xc6\xc0\x63\xa1\x4e\xa1\x0c\x21\xca\xcb\x9b\xe6\ \xe3\x4f\x0f\xa4\x8b\xc2\xe5\x32\x85\x58\x16\x91\xa0\x10\x47\x8a\ \x44\x3c\x55\x24\x34\xfb\x25\x63\x47\x44\xc8\x23\x93\x23\x44\x22\ \xb6\x40\x95\xa8\x4a\x51\x41\xd5\xa2\x62\x80\x60\x12\x59\x44\x64\ \x44\x4a\x9d\x22\x0b\x18\xc2\x44\x8e\x44\x20\x13\xd0\xe9\x04\x36\ \x78\x33\x0e\x85\xe6\x43\xc0\xfb\x05\x06\xd2\xfd\xbc\xfc\xfc\x08\ \xde\x58\x2f\x28\xe7\x2b\x14\xcb\x20\xf9\x04\x79\x07\xfb\xfb\x07\ \x97\x91\xbc\x49\x61\xa1\x24\x3c\x0a\x8f\x25\xd0\x80\x9d\xe5\xd1\ \x51\x00\x0a\x69\x6c\x19\x97\x27\x08\x57\x49\x38\x74\x8a\x90\xc3\ \x61\xd1\xe8\x74\xa1\x82\x20\xe0\x70\xb9\x14\x0e\xd4\x12\x82\x0d\ \x2d\xf5\x66\x00\x08\xe3\x88\x78\x1c\x2c\x83\xa1\x8a\x64\xb1\x59\ \x3c\x91\x44\x2c\x56\x88\x80\xb2\xca\xe4\x0a\x85\x0c\x6a\x20\x11\ \x11\x57\xa7\x4a\x49\x89\x89\x6b\x49\x1e\x6a\xe9\x35\xc5\xa7\x35\ \x0e\xf4\x4c\x56\xd6\x76\x76\xf7\x2d\x3e\xba\xbc\x77\x72\x71\xfc\ \xe0\x72\xf7\x65\x7e\xef\xe9\xbd\xd3\x8f\xeb\x37\x7a\x3a\xee\x76\ \x9a\x1e\x7e\xc8\x4e\x8f\x48\x10\x57\x17\x16\x9b\x86\xbf\xea\xde\ \x3d\xde\x5a\xd8\x33\xbc\x7f\x6c\xff\x76\xf9\xee\xf5\xe1\x64\xfe\ \xc2\xf1\xc5\xc5\x83\xb3\x93\xd3\x4d\x23\x02\x8a\xad\x74\xba\x3a\ \x3a\x4a\x76\x77\x47\x10\xaf\x4e\x01\x79\x9a\x72\x79\x57\x71\xce\ \x5c\x4d\xe2\x7f\x63\x8e\x3a\xc2\xd1\xbe\xbe\x57\x4a\x72\xdb\xdb\ \x67\x66\xd6\x92\x72\x81\x14\xad\x02\xca\x5a\x59\x9d\x1b\x9d\x6d\ \x6f\x4f\x1a\x5d\x9a\x05\x7e\x70\x6d\x62\x74\x62\x6a\xe9\xb7\x15\ \xa0\x4e\x6b\x2b\xaf\x36\xd6\x56\x37\x5e\xcc\x4e\xac\xac\x6e\xac\ \x40\xd2\x05\xae\xad\x2d\x4d\xf5\xf5\x74\xd5\x5c\xee\xe5\x13\x89\ \xe3\x91\xbd\x5d\x29\x71\x71\xe9\x19\xdd\x75\xa5\x75\x29\x0d\x71\ \xc9\xa5\x5d\x19\x71\x0d\xa5\x19\x3d\x0d\x75\x9d\xa6\xe6\xd2\xc1\ \xc1\x96\xbe\xf2\xa2\x69\x53\x8b\xa9\xb3\xa8\xb4\xa5\xba\xbb\xaf\ \xb8\xb8\xb0\xb8\xa1\xd1\xd4\xd0\xdb\x55\xd8\x34\xb9\xde\xd3\x57\ \x37\xd4\x59\x74\xb3\x0b\xfc\xde\x03\x9d\x9d\x45\x9d\xd7\x87\x1b\ \x47\x0a\x7a\xfb\xaa\x9a\x06\x5a\xab\x7a\xdb\x1a\x1b\x9b\xdb\x6e\ \x76\x56\x36\x8e\x0c\x55\xf7\x75\xd4\x54\x55\xd5\x34\x0f\xb4\x35\ \x67\x2f\xdc\xcc\x2f\xa8\xad\x7d\x3e\x9c\x3f\x3d\x3f\x9f\xf7\xe6\ \x65\xc7\x6e\x51\xf1\xfa\xd1\xc1\x2e\xb0\x83\x0b\xf7\x9f\x6e\x2f\ \xaf\x6f\x2f\x2f\x6f\x2f\x3f\x9d\x7f\x7e\x76\xfa\xf0\xf8\x64\xfb\ \xc3\xc1\xfa\xdd\x93\xe5\x8f\x97\x5f\x4e\xb7\x97\x8f\x2f\xbe\xdf\ \x3d\x3e\x5f\xff\xf8\xf1\xe8\xcb\xf1\xc5\xa3\x0f\x2f\x77\xbf\xee\ \x7e\x39\x3d\xff\x20\xfa\xb5\x3f\x13\x50\x35\x38\x85\x66\xf6\x47\ \x03\xb7\x97\x19\x8d\x12\xa6\x15\x5e\xbf\x79\xb3\x5a\x05\x60\x3c\ \x90\xe5\x47\xa2\x2b\x32\x7a\x26\x1b\xfd\x7f\x05\x20\x75\x27\x1a\ \xe8\xda\xad\x5b\xd1\xb7\xa2\xcb\x82\x83\xcb\x7e\x2d\x2b\x83\x96\ \x42\x40\x49\xe4\xa4\xe0\xcc\xb0\x60\xff\x32\xaf\x26\xa9\xc7\xe3\ \x11\x76\x90\xd7\xf0\xe8\x59\x67\xb7\xc6\x29\x37\xca\x7c\x4a\x9d\ \x8b\xfa\x72\xf3\xcc\x71\xc6\x5a\x70\x48\xfb\xb9\x0c\x1b\xfa\x4b\ \xe3\xea\xa8\x1b\xf9\x53\x09\xce\x0f\x75\xf9\xcf\x87\x60\xbf\x61\ \x67\x75\xbc\x51\xf8\xd8\xaf\x20\x1c\x1e\x9b\x44\x62\x9a\x9f\x97\ \xe8\xb1\xe3\x8c\xda\x1b\x6f\xfe\xb6\xc0\xdc\xf4\x8e\x0e\x53\x7d\ \x0c\xd0\x85\xaf\xbf\x76\x7f\x72\x85\xbc\xf6\x9f\x92\x7b\xaf\x6d\ \x96\xfd\x2d\xad\xc6\x6c\xdf\x31\x40\x49\x81\x00\x9d\xf6\xad\x4a\ \xad\xce\xbe\x63\xd5\x9a\x35\x7a\x83\x6d\x0b\xf0\x94\x11\x5c\xb1\ \x6a\xf5\x7a\x83\xde\x68\xd1\x48\xf5\x66\xa0\x24\x5a\xbb\xc1\x4a\ \x55\x1a\x2d\xef\x2d\x76\xbb\xcd\x0a\x38\xcd\xa8\x33\x58\xec\x7c\ \x40\x58\x06\x8d\x59\x69\xb3\xbc\x56\x43\x4f\x67\x62\xa4\x4c\x24\ \x5f\xc7\xd4\xdb\x0c\x7c\x37\x37\xad\x14\x47\x56\xf2\xb5\x3a\xcb\ \xfe\x8e\x4d\x89\xd0\x6e\x99\x0d\x3a\x33\x91\x69\xd8\x42\xb8\x9a\ \xed\x4a\x1d\xd0\x0d\x1c\x0e\x09\xbc\x1a\xd3\x6c\xb0\xaa\x99\x46\ \x32\x51\x2a\xd5\x29\xe1\x18\xa6\xd4\xa8\x93\x12\x6d\x6a\x32\x95\ \x0a\xf5\x0a\x75\xa5\x6a\x88\x08\xe8\x50\x1e\x54\x6f\x23\x05\x0e\ \x00\x81\x70\xa0\x52\xc9\x1e\x2e\x64\x0c\x94\x5a\x0f\x5c\x9c\x63\ \x54\x48\x80\xa7\x2f\xb4\xd6\x22\xe9\xca\xdc\xab\xbf\xbf\xc8\x45\ \x1a\xad\x5b\x16\xb5\x51\xa7\x53\x6a\x0c\x90\x65\x65\x2a\xd5\x6a\ \xe0\x4a\xa9\x68\xf0\x72\x68\x24\x92\x4a\x54\x52\x31\x7c\xa6\x94\ \x08\x78\x0b\xed\x01\x83\x36\x19\xe9\x81\x46\x3a\xb8\xc3\xc9\x6e\ \x6e\x70\x38\x0e\xee\xec\xec\x00\x95\x8c\x7a\x78\x42\xf9\x39\xae\ \xae\xae\x50\x52\xbd\x9b\xbb\xab\xaf\xab\xb3\x23\x50\x31\xa7\x9f\ \x8e\x17\x0b\x6f\x0e\x56\x67\x28\xe2\x93\xdb\x5a\x5b\x06\x8b\xf2\ \x73\x5a\x2b\xb3\x9b\xab\x23\x62\x54\x1c\x6e\x9c\x4a\x24\x16\x86\ \xb3\x81\xc5\x63\xf1\xa0\x66\xeb\x14\x0a\x83\xe0\x85\xa2\xd1\x50\ \xc0\xdc\xd1\x08\x81\x2c\x95\x8c\x27\xe2\xa2\x28\x12\x11\x8d\x86\ \x27\x48\x80\xaf\xa2\xd1\x80\x61\x64\xc9\x45\x5c\x3c\x87\xce\x23\ \x50\x50\xf2\x40\x86\x97\x37\x83\xe4\x47\xc2\x7b\x33\xc2\x69\x81\ \xf2\x58\xb9\x22\x26\x91\xab\x48\x90\x29\x00\x78\xb1\x13\x15\x6c\ \x11\x57\x9c\x26\x13\x85\x47\x24\x24\x84\x0b\xb9\x40\xe5\x58\x32\ \x59\x72\x8c\x2c\x4e\xc8\x51\xc5\xb0\x65\x72\xb1\x28\x3c\x3d\x2e\ \x42\xa1\x88\x11\xa9\xc4\x40\x4e\x68\x2c\xf0\x3e\x81\x50\xe3\x19\ \x3c\x0a\x85\xf2\xf7\xf2\xf6\x0f\x0a\xf2\x63\xf8\x84\x06\x91\xfc\ \xb1\xa4\x50\x1f\x6f\x60\x11\xbd\x50\x3e\x61\xc1\xd1\x61\x99\xc1\ \x24\x9f\x68\x12\x0a\xcf\x80\x80\x10\xc8\x2d\x45\x40\xe1\x71\x68\ \x74\x1e\x8f\x27\x11\xf3\x04\x6c\x0e\x47\x2c\x16\x03\xb1\xc4\xd3\ \x15\x40\x8d\x29\x14\x1a\x14\xcb\x43\x13\xb2\xe9\x1c\x21\xa0\x2e\ \x99\x2c\x32\x12\xe8\x94\x4c\xc1\x65\x0b\x28\x8a\x48\xf0\xbf\xc0\ \x93\x29\xd8\x2a\x45\xb8\x2c\x52\xa1\x88\x8b\x09\x8f\x88\x8f\x4d\ \x88\x4c\xef\xad\x6b\x1c\x6c\x4b\x19\x48\x4c\x4f\x29\x2d\xcd\x2a\ \x2a\x2a\x88\x4c\x1e\x1a\xdb\xfb\x66\xff\x7a\xf9\xfc\xeb\xfc\xe4\ \xb5\xea\xa1\x83\xcd\xdf\x2f\x5f\x66\xbf\x9d\xae\xac\xab\x3c\x3f\ \xb8\x9e\x1c\xaf\xf2\x6a\x81\x1d\xd5\xf5\x3d\x7f\x5a\xdb\xf9\xe8\ \x3c\xfb\xfb\xa5\xf4\xf3\xf7\x9d\xcd\xb3\xef\xf7\xd3\x0b\x2f\x1f\ \x7d\xdc\x6c\x1b\xa8\xad\x5a\x54\x3a\x44\xc1\xd0\x2e\x1e\x70\x0f\ \x6b\xc8\x94\xaf\x13\x19\xde\x1e\x82\xcc\x0d\xc0\x18\x06\xe7\x31\ \x4b\x33\x7c\xa2\xa7\x8b\xb3\xab\xa3\x83\x6f\x7d\xc9\xec\xc4\xcc\ \xc6\xea\xec\xd5\x99\xb5\x95\x19\x60\xf9\x56\x57\x26\x26\x4a\xa0\ \xd9\xab\xa5\x99\xfa\xfa\xfa\xd9\xb9\x39\x20\x5b\x4f\x36\x56\x96\ \x66\xd7\x36\x9e\xac\xae\xcc\x2e\xad\xcc\xce\xce\xcd\xae\xad\xae\ \x01\x10\x5b\x81\xa6\xdf\x5f\x51\xbb\x4d\xb1\xe9\x6f\x96\x9b\xea\ \x97\x7a\x4b\xab\x23\x86\x26\x8b\x9b\x7b\xd3\xfa\xd2\xd2\x7a\x4a\ \xe3\x86\x32\xb2\x52\xba\x5a\xca\xcb\x93\x53\x47\xaa\x1a\xcb\xbb\ \x4c\x75\x23\x69\x7d\x83\x7d\x05\x85\x3d\xa6\xd2\xe4\xc4\x9c\xca\ \x91\xa6\xe2\xa2\xba\x91\x96\xbe\xc2\xca\xec\x9c\x8e\xbd\x5e\xd3\ \x60\x57\x23\x30\x7a\x85\x83\xa6\x91\xde\xfc\xa2\x82\xa2\xeb\x03\ \x6d\xc5\x85\x23\x8d\xcd\x7d\x7d\x3d\x23\x4d\x05\x45\x23\xa6\xd6\ \x91\xe6\x9a\xb6\xae\x11\xd3\xf5\xd6\x81\x96\xe6\xa6\xa6\xce\xce\ \xec\x8e\xc9\xfb\xd9\x93\x15\x1d\x39\x95\x93\x4f\xef\x2f\xbf\xb9\ \x5f\x7b\x74\xbd\x70\xf8\xe9\xfc\xe2\xfc\xe2\xfd\x37\xeb\xc7\xc7\ \xf7\xa7\x17\x77\x8f\xce\x27\x9f\x3d\x7b\xf3\x7d\xf3\x78\xe1\xfc\ \xf8\xe4\xee\xf3\xf3\x97\x6f\x3e\x9c\x3f\x3d\x38\x79\xfe\xf6\xf2\ \xfc\xc3\xde\xc9\xf9\xf9\xdb\xa3\xbb\xc7\x5f\x2f\xdf\x1c\xed\xbd\ \xd9\xbd\x38\xdb\xcc\x2e\x0b\x0d\x0e\x0b\xed\x8f\x8e\xee\xbf\x53\ \x76\xab\x2c\xfa\xd7\x3b\xd1\x77\x6e\xfd\xfa\x4b\xb4\x17\x25\xa2\ \x6d\x78\x2c\xa7\x5c\x11\x2e\x67\x61\xe9\x0c\x81\xa2\x6e\x78\xc8\ \xe7\x56\x18\x30\x83\x99\xfd\xa1\xa1\xfd\xb7\x6e\x01\x1a\x0b\xed\ \xef\x0f\x8d\x26\x85\x01\x89\x23\x79\xfb\x43\x4b\x0d\x83\x49\xa1\ \xfe\x85\x46\xa5\x39\x5b\x8e\xf2\x6f\x40\xfc\x7e\xfb\x9a\x2e\x2a\ \x04\xf6\xe9\xa9\xae\xbd\xfe\xf1\xd8\x65\x89\x6b\x6f\xe2\x6b\xc2\ \xad\xe8\xe0\xb2\x5b\x7e\x98\x17\xb9\x52\x9b\x63\x88\x0a\xdf\xfd\ \x6f\x7b\x5d\xa3\xa9\x69\xf8\xba\x2c\x2c\xf3\x4d\xc0\x16\xc6\xf3\ \x7b\x3a\x25\x51\x21\x4a\xbb\x8e\x6b\x6f\x8f\x0c\xbb\xa8\xd7\xe8\ \x3f\xf8\x91\x48\xf1\x3b\x01\x0f\x04\x94\xcd\xfa\x25\xb7\xa4\x90\ \x57\x7f\x53\xdb\xad\xfa\x9d\x2d\xdb\x8e\x5d\x6b\xb6\x00\x8d\x81\ \xc2\xbd\xac\x46\xfe\xa1\x5e\x7b\x08\x04\x0c\x18\x35\xdb\x8e\x06\ \xe0\x97\xd9\x6c\x50\xf3\xcd\x06\x3e\x10\x15\x83\x55\xaf\xd1\x49\ \xf5\x1a\xa3\xdd\xc8\x34\xee\x00\x38\x33\x1b\xf6\x21\x99\xd2\x59\ \xa4\x5a\x60\xb9\xa0\x8a\x2c\xb3\xda\x62\x00\xb6\x4f\x2d\xd5\x68\ \x98\x52\xad\x54\x2f\xc5\xa9\xed\x46\x9d\x93\x9b\x56\x47\xc6\x69\ \x0d\x5b\x76\x9b\x6e\xc7\xcc\x97\xaa\x2d\xe0\xbd\xcc\x7c\xaa\xd2\ \x0e\x73\xd1\x9a\x0d\x7a\x0d\x99\x8c\xc3\xe0\x98\x1a\x35\xdf\x66\ \xd6\x69\x70\x3a\x83\x94\xa9\xd6\x2a\xdf\x59\x89\x52\x9d\x1a\xbd\ \xef\xfb\x2d\x00\x00\x20\x00\x49\x44\x41\x54\x43\xd4\xf3\xd1\x1a\ \x2a\x53\xaa\xe4\x03\x02\xc2\xc1\x71\x10\x8c\xf1\xdd\x60\x4c\x04\ \xdc\x01\x81\x70\x27\x62\x88\x1e\x6e\x1a\x29\xc2\x03\x49\x46\xbb\ \x63\x7c\x47\x73\x03\xae\x86\xe4\x96\xb4\xe7\x26\x5d\x9d\xfb\xed\ \x5f\xab\x01\x1e\xe6\xf7\xfb\x36\xa9\x52\xad\x31\xeb\xd5\x3a\xc0\ \x8a\x7c\xf0\xba\x52\x0d\x99\x8a\x54\x1b\x94\x1a\x0c\x86\x4a\x66\ \xf2\xa9\x18\x34\x95\x8a\x06\x8e\x54\x8a\xa4\x62\x98\x70\x07\xb8\ \x12\xe7\x8e\x84\x23\x9d\xdc\x89\x0e\x08\x22\x60\x2c\x67\x57\x17\ \x84\xab\xa3\xab\xab\x13\xcc\xc5\x31\xc0\xd5\xc1\xc5\xc5\xe5\x8a\ \xa3\x3b\xcc\xd9\xd3\xd7\xd3\xd1\xe5\xa7\xde\xac\xc4\x38\x71\x44\ \x4a\x73\xed\xb5\xed\xa3\xb7\xf7\x9f\xbe\xdd\x5b\x6c\x4a\x4e\x93\ \x25\xc4\x45\xc8\x64\xf1\x89\x34\x16\x8b\x87\x22\x89\xe4\x81\x32\ \x31\xd0\x0a\x36\x10\x2c\x02\x96\x81\xa7\x71\x68\x0c\x11\x8f\x46\ \xe1\xb0\x84\x12\x8a\x5c\x22\xe3\xb2\x39\x14\x3c\x57\x20\xe4\xb2\ \xb8\x14\xa8\xa1\xb1\x9c\xc2\x63\xd3\xb9\x1c\xb1\x50\xc2\xf0\xf6\ \xf6\x27\xf8\x7b\xa1\x50\xc0\x9b\xe1\x85\xe1\x32\x8e\x8a\x1b\x2e\ \x91\xa9\x58\x3c\x39\x90\xc3\x70\xb1\x00\xa8\x82\x58\xa4\x48\x8c\ \x8b\x93\xab\xd8\x00\x7b\x18\x3c\x41\x42\x8c\x0c\xc0\x8c\x48\xc8\ \x16\xf2\x78\x11\x42\x06\x37\x2e\x3e\x5c\x95\x12\x03\xf4\x43\x1c\ \xc8\x11\x63\x59\x7e\x58\x94\x9f\x0f\xca\xcf\xdb\x2b\xc8\x1b\x0f\ \x7c\x60\x99\x17\x36\x2c\x33\xd3\x9f\x05\xae\x07\x87\x7a\x07\xfb\ \xa0\xbc\xfc\x49\xfe\x50\xc9\x6b\x74\x74\x70\x10\x8d\xe2\x87\xe7\ \xf0\x28\x50\x7f\x2f\xb6\x58\xc0\x16\x00\xde\xe3\xca\x84\xbc\x40\ \x96\x88\xc2\x01\x12\xc5\xa5\x03\x4b\x28\x0f\x14\xd1\x45\x2c\x01\ \x27\x90\x46\xe3\x09\x04\x1c\x36\x9d\x17\xc8\xe0\x86\xf3\xb8\x12\ \x01\x57\x25\xa0\x71\x64\x8a\xc8\x18\x20\xa0\x71\x2a\x59\x44\xb8\ \x8c\xcb\x11\xa5\x28\x80\x7d\xe5\x29\x22\x64\x59\x29\xe9\xb1\x91\ \x4d\xc5\x63\x45\x9d\x83\x31\xe1\x89\xe5\x83\x8d\xa9\x9d\x0d\x37\ \xde\x5c\x7e\xdd\x3c\x3f\x3a\xff\xf2\xe6\x46\x5d\xdb\xf0\xe5\xe9\ \xdb\xe5\xf9\xf9\x8e\xa6\x91\x8e\xda\x37\x85\xa5\xc9\xbc\x60\xaf\ \x5a\xd7\xed\x9b\x63\x63\x92\xee\xce\x0b\xad\xee\xed\x3d\xcb\xeb\ \x8f\xe3\x0f\x8e\x5b\xaa\x16\x37\xa5\x5f\x2f\xb3\x3b\xf6\x78\xdf\ \x11\x54\xb5\x0b\xce\x4c\x25\x62\x90\x51\xbe\xae\x21\x9e\x6e\x08\ \x30\x58\x85\x5c\x75\xd8\x0e\x2f\x70\x98\x29\xa1\x7e\x42\x94\xc0\ \x61\x60\xcf\x98\x59\x59\x9a\x5a\x9a\x59\x9d\x99\x9d\x5d\x02\x66\ \x70\x6a\x66\x69\x6a\xae\x64\x74\x22\xa9\x7e\x6d\x74\x6e\xb4\x7e\ \x09\xdc\x32\xbb\xb2\xb4\xb1\x34\xb3\xf6\xe4\xc5\xca\xd2\xca\x54\ \x09\x78\xe0\xc4\xd2\xd2\xc6\xca\x93\x27\x1b\x53\x80\xc0\xd6\x5e\ \xbc\x32\xdc\xeb\xce\x18\xbc\x78\xf8\x12\x3d\x73\x2f\xbc\x79\xb2\ \x3c\xab\xab\x2a\x3d\x21\xab\xbc\xb7\x3a\xb5\xba\xba\xa5\xdc\x94\ \x16\x9b\x91\xd6\xd2\xd7\xdb\x38\x38\x94\x92\x51\x33\x58\xd5\x59\ \xdd\x54\x55\x33\xd0\xd0\x95\x5a\x59\xd0\x59\x55\xd1\xda\x58\x30\ \x62\xaa\x2c\x1a\x1b\xc8\x79\xd6\x39\x64\x6a\xab\x1a\x69\xbb\x56\ \xd3\x3b\x32\xd2\xd7\x58\x9c\x93\x5d\x59\xd9\x56\xd4\x35\x38\xd4\ \x33\xd0\xdc\x6c\x2a\x2a\x06\x8c\xd6\x33\x52\xdc\xd4\x33\xd2\x37\ \x50\x90\x5f\x59\x54\xd3\x99\x5d\x65\x6a\x9b\x9f\x5e\x18\x1e\xaf\ \xe8\x28\x6e\xee\x58\x9e\xbe\xfd\x6c\x78\xf8\xb4\xb2\x62\xbd\x23\ \x0f\x78\xc3\x37\x2f\x17\xe7\x27\x4f\xde\xdc\x5e\x3e\xd9\x1e\x7f\ \x33\xbe\x7d\x7c\xf2\xf6\xcd\xdd\xdd\xa3\xaf\xeb\xc7\x07\x47\x1f\ \x2e\x9e\xbf\xf9\xb2\x7b\x7c\x76\xf7\x68\xfd\x60\xf7\xf4\xe4\xec\ \x6c\xef\xe5\xc3\xbb\xa7\x4f\x4f\x8f\xbf\xee\x5f\x4a\xee\xdc\x82\ \x32\x51\xfb\x7f\xbe\x05\x4e\x3f\x43\x21\x94\xbf\xfe\xfc\xcb\x2f\ \xfd\xfd\x3f\xff\x52\x46\x6f\x28\x9a\x1e\x2f\x4c\x8d\x57\x89\x84\ \x34\x8a\x38\xe6\x66\x5d\xd9\x2d\xa8\x9e\x21\x38\xfa\x47\x12\x61\ \x7f\x66\x66\x59\x74\x50\x66\xf0\x9d\x5b\x50\x9f\x24\x9f\x50\xc8\ \x52\x86\xdd\x0a\x6d\x42\x5f\xbe\x3e\xaf\x16\x30\x52\x0e\x99\xf9\ \x07\x88\x10\x5f\xe6\xe5\xba\xb9\x7d\xf4\xf0\xb6\xb1\x7d\x5c\x52\ \x65\xc0\xff\xdc\x1f\xd6\xdf\xff\xdf\xe9\x7f\xad\xba\x19\x60\x13\ \x83\x1c\x96\xaf\xbd\xf5\xb1\xc1\xd6\xc3\x20\x79\x85\x99\x02\x0c\ \xbf\x63\xdc\x0c\xe3\x0d\xf1\x89\x1d\xbb\xcc\xab\x7f\x7f\x14\x36\ \x5c\x72\xf5\x73\x57\x90\x3f\x6a\x44\x99\x74\x21\x51\xbc\x9d\x98\ \xf3\xd0\xb7\x2f\xfd\xb3\x7e\xc7\x62\x36\xda\x5e\xdb\xb4\x5a\x8d\ \x4e\x6f\xf9\x6c\xfd\xa1\x37\x46\x83\x7e\xcb\xae\x33\x5b\x76\xac\ \x36\x8b\x55\xa7\xb3\xeb\x81\x62\xe9\x35\x66\x9d\x7a\x47\xaa\x36\ \xf2\x89\x6a\xbd\xde\xaa\x37\x5b\xf6\x75\x56\xe0\x01\xad\x06\xa5\ \xf6\x70\xdf\xaa\x63\x1a\x94\x3b\x87\x7a\x68\xb5\xa1\xc6\x6c\xf8\ \x51\x0d\x61\xb4\x18\xf5\x3a\xad\xc5\xa2\xc7\xc0\xc0\x65\x2b\x02\ \x67\xd5\xa3\xf9\x56\xeb\x96\xd1\xb0\xb3\xb5\x05\xb9\x46\xe0\x3f\ \x75\x7a\x35\x5f\x8f\x41\x58\x0c\x16\xbd\x8e\xc9\xc7\xc1\xc9\x1a\ \x60\x3a\x75\x1a\xa5\x92\xa9\xd1\x4b\x99\x5a\x8d\x71\x5f\xc3\xd4\ \x18\xf4\x52\x68\x1e\x8b\x0c\xc5\x4d\x48\xd1\x70\xaa\x07\x92\xc9\ \x24\xbb\xa3\xa9\xce\xee\x80\xb6\x60\x30\x9c\x87\x3b\x9a\xec\xe1\ \x4e\x45\x03\x9d\x41\x23\x90\xc8\x80\xd1\x5c\xdf\xab\x21\xf5\x57\ \x43\xda\xdb\xaf\xac\xfd\xeb\xdf\x6b\x8e\x6e\x1a\xab\xd9\x6c\xd5\ \x6a\x89\x1a\x33\x99\x09\x24\x0b\xbc\xb4\x5a\xa7\x24\x93\x89\x7c\ \xbd\x0e\x08\x16\x19\x4d\xa6\x92\xd1\x18\x04\x1f\x47\x44\xf2\x31\ \x38\xa4\x07\x11\x03\xa3\x2a\xc9\x54\x22\x02\xee\x0e\xf7\xc0\x81\ \x1f\x1e\x70\xa8\x1d\x96\xab\xb3\x03\xcc\x09\xe6\xe0\xe8\xe2\xea\ \xea\xeb\xe6\xe0\xe6\xe4\x18\x10\x12\xe0\xe8\xe2\xe6\xfc\x53\xe7\ \x40\xed\x78\x6d\x41\xc5\xc9\xd8\xf5\x85\xcf\x9b\x5f\x8e\x4f\x9b\ \xb2\x63\xb2\x8a\x26\x77\xaf\x8d\xe5\x34\xa6\x03\x29\x23\x28\xc4\ \x92\xd4\xf2\x04\xa1\x40\x40\x13\x08\x44\x12\x14\x8f\xed\x15\x08\ \xe5\x71\x71\x84\x72\x0e\x8b\x23\x04\x9a\x15\x23\x63\x8b\x14\x71\ \x6c\xa1\x98\x17\x19\x2b\x17\x72\x29\x32\x86\x84\xce\x62\x0b\x84\ \x22\x1e\x9e\x42\x40\x01\x33\x48\x91\x78\x07\x4a\x58\x14\x9e\x50\ \x1c\x29\x94\x43\xdd\xf8\x22\x19\xac\x08\x39\x4b\x1e\x2f\x97\x44\ \xc8\xc5\x14\x61\x84\x44\x15\x29\x93\x04\xf2\x12\xd3\x85\x42\x71\ \x5c\x6c\xa4\x5c\x22\x89\x54\x25\xc4\x71\x78\x6c\xe0\xdc\xb8\xe1\ \x31\x29\x29\x72\x4e\x84\x2c\x82\x2b\xa4\x60\xfd\x58\x81\x74\x14\ \xd0\x4b\x3c\x8a\x8e\x47\x79\x79\xf9\x84\xa1\x48\x80\xaf\xfc\xfc\ \x82\xb0\x3e\x28\x12\x29\x33\xc8\x1b\x15\xe6\xe7\xe3\xe3\x1f\x4a\ \xf2\xf6\xf6\xf3\xc7\xd3\x69\x0c\x16\x47\xc6\x13\x03\x2d\x64\xd3\ \x64\x62\xb1\x5c\x10\x27\x11\xcb\x45\x32\x21\x57\xc5\x02\x1b\x2e\ \x64\xf1\xd8\x6c\x4e\x24\x47\x2e\xa0\x50\xe8\x2c\x16\x87\x2b\x91\ \x8b\x59\x74\x02\x43\x26\xe1\x88\x59\x0a\x31\x57\x24\x04\xa0\x15\ \xa3\x10\x8b\x54\xe1\x5c\x51\x5c\x5c\xac\x5c\x14\x13\x2f\x10\xca\ \xe5\x5c\x91\x48\xd2\x95\xd1\x62\x92\x65\x74\x15\xb7\x15\x0d\x54\ \x96\x67\x54\x97\x47\xc4\x54\x57\xdf\x5c\x7f\xfe\xf2\xf2\xc3\xc9\ \xed\x67\xf7\x2b\xc6\xa1\xf6\x03\xbb\x8f\x3a\xaa\x07\xf2\x8b\x0b\ \x2a\x16\x6a\xd2\xb3\x04\x2c\x42\xfc\xce\xdd\xcd\x8e\x66\x59\x71\ \x5f\xcb\xcb\xdf\xa5\xaf\x3f\x7d\xbe\xf1\xf6\x32\xb5\x61\xb7\xe9\ \xed\x83\x07\x8f\xdf\x5d\x7c\x5e\xdc\x79\xbf\x7c\x6c\xdd\xa2\xba\ \x3a\x46\xcd\xcc\x26\xc1\xe1\x49\x57\xb5\xee\x21\x38\xa2\x85\xf8\ \x42\xc3\x98\xb7\xb6\x47\xe1\x9c\x81\xcb\x1f\x2d\x99\x02\x2e\x0f\ \x5a\x2c\xb8\xb4\xf6\x04\xe0\x13\x34\xa3\x3e\xb7\x32\x97\x3b\x55\ \x32\xb1\x31\x31\x37\xd7\xbe\x06\xe4\x6a\x6d\x66\x6e\x6e\x69\xe3\ \xb7\x8d\x8d\xa5\xb5\x8d\x25\x68\x71\x0e\xa0\x2e\x70\xf1\xd5\x13\ \x80\x59\xab\xab\x1b\xab\x1b\x8e\x07\xc9\x83\x9d\xb5\x07\x8d\xda\ \x57\x17\x55\xcd\x6f\xa0\xd8\xc2\xee\xea\x58\x53\x79\x3a\x70\x72\ \xd5\xd5\x89\xc9\xa9\xe5\x83\x2d\xcd\x35\xdd\xe5\x89\xa9\x4d\x83\ \xbd\xcd\x6d\xad\x55\x03\x5d\x8d\x2d\xa9\x23\x95\xf9\x39\x4d\x23\ \x83\x23\x69\x9d\xb5\x39\xe3\x05\xf9\x07\x00\xbb\x4c\x8d\x23\xad\ \x35\xad\x35\x5d\x4d\x7d\x4d\x35\x95\x4d\x3d\x95\x4d\x79\xa6\xb6\ \xca\xa2\xde\x91\xe6\xce\x9c\xd6\xc1\xaa\xec\xec\xbe\xaa\x9a\xee\ \xc2\xfc\xa2\x6b\xf9\x23\x45\xad\x9d\x55\xcd\x55\x8d\x37\x16\xb6\ \x2b\x2a\xf2\x6e\x4e\x17\x5f\x9b\xdf\x5b\x5f\xec\x78\xf3\x70\x7c\ \xec\xe0\x60\xf9\x78\x79\x7c\xf7\xcd\xe4\xed\x8e\xf9\x37\xcf\x9e\ \x9e\xbc\x5d\x58\xef\x38\x79\xb9\xf8\xf6\xe4\xfb\xf3\xdd\x37\xdb\ \x67\x6f\x0f\x4e\xce\xd7\xcf\xbf\x4c\x3e\x3d\x3b\xbb\x7f\xf2\xf0\ \xe3\xf9\x87\xc5\x8b\xb3\x93\xb3\xf3\x8f\x7b\xe7\x5f\x1e\xda\x3b\ \xbd\xa1\x2e\x32\xb7\xfa\xfb\x01\x60\x81\x13\xd0\xa3\xe8\x3b\x65\ \x77\x7e\x8d\xbe\xf5\x6b\x74\x74\x74\xe6\x1d\x5e\xdb\xe4\xde\xf0\ \x48\x43\x6c\x22\x37\x42\x5c\x9e\x17\x4b\x0a\x0a\xf2\x29\xcb\xcc\ \x0c\xcd\xf4\x87\x9a\xcb\x80\x61\xee\x4e\x66\x68\x19\x34\x7f\xe5\ \x05\x4e\xfe\xd1\xc0\x31\x86\x15\x49\x1f\x5e\x3e\xe8\xa2\x08\x53\ \x36\xc9\xc5\x6f\x98\x8e\x30\xf3\xe3\x13\x43\x52\xbb\xe6\x0c\xb6\ \xc5\xa5\xac\x5b\x7c\x00\x8e\x85\x96\xfd\x4a\x78\xfc\xa2\x1d\x8d\ \xab\xcf\x0e\x24\x7c\xb1\x54\xc1\x4b\x9c\x13\x83\xbc\x7d\xc2\xe2\ \x5d\x90\x7a\xa6\xde\x7c\xef\xe5\xfd\xf9\x83\x33\xaa\xa7\xcb\x81\ \x4f\x39\x7a\xb6\xc0\x27\xd8\x1b\x5b\x85\x8b\x7a\x17\x93\x40\x3c\ \x0a\x71\x7d\x36\xba\xf4\xdb\x13\x9d\xd5\xfe\xda\x6c\xb3\xda\xa5\ \x50\x77\x06\xb3\xee\xfd\xbb\x2d\x23\x00\x11\x2a\x90\x2f\x8d\x52\ \x67\x7d\x6d\x00\xa7\xcf\x5b\x46\x1b\x60\x2f\xa0\x51\x36\xb5\x45\ \xab\xa1\x52\x8d\x06\x8b\x45\x43\xd4\xaa\xad\x3b\x7c\xb3\xcd\xb2\ \xb5\xb5\xa5\x93\x1a\x6c\xef\x76\xec\x56\xb3\xd1\x68\xd4\x68\xec\ \xaf\xb5\x7a\x8d\x41\xaa\x83\x6a\x35\x0d\x56\x9d\xd2\xc3\x55\xad\ \x33\xa8\xe1\x08\x83\x12\xad\x51\x33\xcd\xb6\xad\x7d\x8b\x41\x63\ \x33\x00\x1d\x32\x6b\x98\x7c\xb5\x15\xe7\xae\x95\xea\x0c\x3a\x22\ \xc6\xdd\x03\x43\x54\xea\xa5\x7a\xbd\x91\x4c\x06\xde\x50\xc9\x57\ \x03\xe1\x93\x4a\xb5\x6a\x29\x53\xca\x47\x53\xb5\x4c\x32\x1a\x89\ \x70\x50\x13\xc9\x48\xa8\xc6\x94\xec\xea\x8e\xd6\xf3\xdd\x1d\x30\ \x30\x04\x54\x3b\x45\x54\x23\xdd\xa1\x43\x86\x64\xe7\xdc\x2b\x49\ \xed\x57\xda\xeb\xaf\x96\x24\xf9\xce\xfe\xf6\xaf\x8d\x28\x9c\x52\ \x77\xa8\x35\x58\x0c\x54\xab\x51\xa9\xa4\x6a\x95\x44\xb2\xd6\x0c\ \xde\x4d\xad\x96\x12\x89\x52\x3e\x95\x89\x83\x61\x98\x64\x32\x82\ \x88\xe6\x33\xc9\x44\x0c\x94\xd9\x8a\xa1\x22\x30\x4a\x0c\x1c\x01\ \x87\xb9\xb8\xc1\x71\xee\x6e\xce\xce\x70\x07\x77\x0f\x27\x38\xd5\ \xcd\xdd\x19\x60\x16\x54\x93\x05\x7e\x38\x46\x5d\x01\xfe\xd0\xf5\ \xa7\x93\x85\x9b\xd7\xb3\x8b\xda\x9a\x6a\xf3\xa6\x9f\xef\x4d\x17\ \x9b\x22\xaa\x73\xb6\xc7\xc6\x73\xc6\xe6\x1b\x13\x85\xe0\xb3\xec\ \x17\x3b\x94\x0a\x9c\x43\x77\x1c\x07\x12\x28\xa8\x2e\x34\x10\x05\ \xf5\xd1\xa3\xfb\x89\x00\x57\x31\xc4\x32\x3a\x87\xce\x96\x08\x45\ \x0a\xb6\x90\xc0\x13\x02\x85\x11\x8a\x65\x22\x8e\x50\xc4\xe2\x88\ \x28\x14\x36\xde\x8b\x4b\xf7\x63\x50\x78\x32\x06\x57\x16\x29\x63\ \xb3\xd8\x22\x31\x85\x01\x3e\xff\x81\xb2\x70\x45\x44\xb2\x9c\x02\ \x68\x4b\x04\xc8\x2b\x56\xcc\x11\x72\xb9\x89\x29\x22\xae\x28\x21\ \x31\x22\x56\x15\x21\x53\xc4\x24\x44\x80\xf3\x78\x06\x2d\x2e\x2e\ \x82\xcb\x63\xa7\xc9\x80\xd6\xf8\x05\x7b\x71\x05\x14\x1a\x1b\xef\ \xe3\x4d\x60\x10\x38\x2c\x6c\x10\xb0\x83\xc1\xc1\x50\xea\x89\x8f\ \x97\x4f\x30\x29\x98\x84\xa2\x85\x7a\x93\x48\x58\x2f\x28\x25\xd5\ \x1b\x4b\x61\xf1\xe8\x02\xb6\x84\xc3\x15\x81\x2d\x13\x72\x25\x12\ \x5e\x8c\x4a\x21\x94\x4b\xc4\xaa\x04\x36\x5b\x26\xa3\xd0\x25\x62\ \xb6\x44\xc4\x00\x2e\x96\xe7\xc7\x16\xc8\x85\x02\x89\x5c\xc2\x63\ \x8b\x22\x64\x72\xa0\xcd\x31\x62\xb0\xb9\x62\x99\x58\x25\x8f\x54\ \xb0\xe5\xdc\x04\x85\x42\xa5\x52\xf0\xc2\x63\xe5\xf1\x80\x00\xd9\ \x09\xc9\x09\xa5\xd5\xa9\x85\xd9\x45\x9d\xe9\xe9\x43\x4d\x03\x83\ \xdc\xc8\x8c\x91\xce\x85\xdb\xa7\x6f\x5f\xee\xad\x8f\x35\xb6\x0d\ \xdf\x78\x7a\xbc\x7e\xff\xc3\xcd\xea\xa2\xa1\x9c\x91\xb6\x8e\xaa\ \x2c\x2e\x81\x2e\x4a\xc8\xfe\xba\xb9\xde\x98\xd8\x29\xab\x7e\x53\ \x35\x59\x14\xff\xf4\xf1\xce\xdd\x74\x4a\xd1\xce\xbd\xeb\x85\x4c\ \xe6\xe7\xcf\x08\xf7\xe7\x37\xf2\x2f\x34\xce\x21\x01\x4e\x01\x33\ \x1b\x57\xad\xc4\x51\x22\x32\xea\x4a\x49\x7d\xd2\xec\x93\x37\x94\ \xaa\x77\x51\xab\x9a\x1d\x4f\xf8\xd5\xf6\xd1\x95\x57\x1b\xab\x4b\ \x2b\xab\xab\x2f\xa0\xaa\x85\xd9\x89\x92\xa5\x99\xa9\x57\xab\xab\ \xb9\x1b\x4f\x36\x26\xa6\xa6\xd6\x66\xd6\x56\x37\x66\xe7\x56\x9e\ \xbc\x7a\x05\xcd\xb1\x6f\xac\x82\x87\xae\x85\xe0\x66\xd7\x96\x66\ \x56\x56\x9e\xbc\x98\x5b\x7b\xb1\xba\xf2\xc4\xd5\xed\x8b\x28\x6b\ \xfc\xd1\x97\xfb\x3b\xed\x3b\xdf\xb2\xd3\x53\x4c\xe5\xe5\xdd\xe5\ \xa6\xe4\xba\x96\xf2\x96\xd2\xc1\xb4\x2c\x28\x4b\x67\xa0\x66\x64\ \x68\xb0\x6b\xa0\xaf\x70\x6c\xa0\xb8\xa3\xca\x34\x92\x5e\x57\x30\ \x70\xad\xa8\xe2\x7a\x77\xdf\x48\xe7\x70\x4e\x45\xe1\xf5\xe5\xea\ \xde\xd4\xc1\xce\x9e\xce\xfc\x4a\x53\x4f\x77\x6f\x5f\x55\xde\xf5\ \x9e\xc2\xc2\xbc\x9c\xde\xa6\x2a\x53\x63\x33\x14\x50\x5f\xd5\x58\ \xd4\x53\x34\x34\x38\x60\xea\xbd\x99\xdd\xdb\x33\x70\xad\xa0\xb0\ \xa9\xf8\xfa\xb3\x85\xb1\xc5\xa2\x8a\x1b\xd7\xc7\x16\x97\xef\x3f\ \xdd\x7e\x76\xb2\xd8\xb1\x30\x39\x3f\x39\x3d\xbd\xb0\xf7\x6c\xa1\ \x38\xe7\xe9\xd1\xee\x87\xaf\xf7\x8f\xd6\xcf\xce\xef\xef\xde\xfd\ \x7a\xb4\xbd\xfb\xfc\xc3\xf1\xf1\xe9\xfa\xfd\xb7\x0f\xd7\x8f\xbf\ \x3e\xbc\xfb\xf5\xe2\xe5\x97\xf3\x97\x47\x0f\xcf\x2e\xcf\xef\x9e\ \xed\xed\x5e\xd6\x78\xfb\x63\x83\xa0\x1a\x50\x48\xb3\xa0\x3e\x23\ \x99\xd0\xca\xe6\x5b\xbf\xde\xb9\x73\xe7\xd7\xcc\xd0\xd0\x3b\xb7\ \xc2\x28\x69\x05\x07\xc7\xf7\xab\x46\x1a\x64\x31\xdd\x37\x15\x61\ \xa1\x00\xbb\x43\x83\x6e\x41\x39\x95\x99\xd1\x61\x40\xdc\x00\x69\ \x95\xdd\x0a\xa2\x7b\x91\x7c\xa0\x92\xe3\xb2\xb0\x36\xfe\xa3\xb1\ \x47\x05\x5c\x71\xda\x73\x69\xed\x05\xdf\x51\x7f\xf1\xed\xe2\x77\ \x97\x5c\xaa\x21\x69\x00\x25\xbc\x78\xf4\xf3\xcf\xd1\x65\x50\x4c\ \xd8\xad\x83\x17\x57\x7c\xdb\xdf\xfa\xb1\x33\xdc\x1b\xb4\x51\xae\ \x75\x3e\x3e\x41\x3e\x3c\xa2\xa7\x96\xca\xe4\x5b\x7f\x3f\xda\x7b\ \x5a\x3b\x14\x83\x22\x31\x38\x27\x4f\xbe\x63\x49\x41\x7e\x15\x0e\ \x01\xef\xaf\x45\xa2\x6f\x22\x71\x7d\xee\x1b\x6b\xb3\xfb\x66\x83\ \xc1\xb6\xf3\xda\x62\x34\x1b\xdf\xed\xec\xf3\x8d\x06\x83\x16\x2a\ \xab\x94\x1a\xec\x56\xab\xde\xb2\xff\x0e\x08\xce\xeb\x7d\x23\xb8\ \x57\xad\xdb\xb7\xf2\xa9\x6a\xa3\x8e\x29\x35\x68\xf5\x16\x83\x54\ \x09\xf8\x8b\x6f\xb0\x19\x8c\xfb\x5a\xbd\xc1\x6c\x37\x40\xf5\xa7\ \x5b\x66\xe9\xe1\x6b\x1b\xb4\xe2\x90\xaa\xd6\x63\xa8\x6a\x00\x6e\ \x7a\x33\xd9\x43\x69\xd0\x61\x60\x70\x8b\x96\xca\x37\x6a\x2d\xc6\ \xf7\x5b\x3a\xb3\xd5\xac\x07\x82\x64\xb0\x51\xd5\x4a\x9d\x3b\x52\ \x6b\xb0\xdb\xd4\x48\x38\x1a\x8d\x26\x32\xb7\xa8\xd2\x1f\xc9\x5f\ \x06\xbe\x96\xaa\x91\xea\x8d\xd0\xb1\x41\x25\x9f\xcc\xb4\xe8\x98\ \x54\x26\x11\x03\x77\xa7\x62\xa0\xac\x42\x0f\x25\xdf\xc1\x15\x09\ \xdc\x1b\x0c\x0d\x27\xaa\xd1\xee\x48\xbe\x1a\x89\xc0\xa1\xe1\xce\ \x48\xd7\x90\x00\x60\x06\x4b\x46\x73\x73\xa3\xae\x4c\xfc\xfd\x3f\ \x7f\xbf\x8a\xd9\x39\xb4\x5a\xb5\x76\x3d\x55\x6b\xd1\x48\xf9\x38\ \xbe\xd6\x00\xf8\x8a\xa9\xb5\x6a\xb4\x4a\x3e\x9f\x0c\x28\x0d\xaa\ \x72\x57\x4a\x31\x38\x2a\x19\x87\x26\xe3\x80\x66\x51\xd5\x70\x18\ \x12\x87\x80\xb9\xbb\xc1\x60\x70\x0f\x24\xc2\xcd\x15\x06\x87\xc3\ \x7c\x3d\x30\x48\x28\x91\xd0\xd1\x0d\xe6\x18\xe0\xe8\xee\xe4\xe4\ \x1b\xe0\xe4\xe4\xe4\xfa\x53\x47\x4e\x4e\xc5\xf5\xbc\x82\xaa\xec\ \xe5\xdd\x37\x95\xe1\xdc\xc8\xae\xaa\xdb\xd3\x1d\x4d\x55\xc9\xbc\ \x40\x36\x97\x21\x92\x89\x62\xc5\xb1\xe9\x83\x3d\xe9\x75\x71\x74\ \xbf\xc0\x40\x96\x90\x41\xe7\x30\xe8\x28\x2c\x8d\x46\x12\x0b\xf1\ \x0c\x0a\xd4\x0d\x54\xc8\x11\x8b\x22\x63\x85\x58\x3c\xb4\xe4\x85\ \x4d\x63\xab\xd8\xc0\xf7\xb1\x68\x1c\x9e\x80\x2e\xf0\xf3\x52\xc8\ \xfd\x68\x2c\x09\x07\xdc\xa3\x12\xb2\x44\xa2\x18\x60\xb2\x54\x32\ \x41\x8c\x44\x20\xe6\xf1\x58\x71\x2a\x49\x9c\x24\x3c\x39\x06\x68\ \x13\x4d\x28\x53\x28\x62\x23\x44\x91\x22\x55\x9c\x9c\x11\xce\x8e\ \x4c\x90\x45\x24\x84\x8b\x65\x69\xa9\x91\x3c\xf0\x7a\xe1\x72\x86\ \x4f\x66\x74\x10\x4f\x18\xc8\xc2\xe3\xe9\x28\x6f\x6f\x2f\x0e\xdb\ \xdf\xdb\xcb\xdf\x1f\xec\x6d\x34\x2c\xc9\x3f\x28\x10\xe5\x1f\x8c\ \x45\x79\x63\x83\x82\xbd\x50\xd8\xe0\x60\x2f\x52\x20\x8b\x42\x23\ \x00\x6c\x8a\x60\x71\x05\x74\x36\x5b\x28\x8c\x88\xe0\x01\x46\x14\ \x47\x88\x78\x0a\x95\x58\x05\xf4\x0a\x88\x2b\x34\x9d\x25\x61\x70\ \xa0\xd5\x85\x5c\x19\x9b\x23\x14\xb2\x81\xb5\x55\x44\x82\xdf\x8a\ \xc3\xe6\xc9\x44\xe1\xc0\x0a\x2a\x62\xc5\x3c\x2e\x4f\x22\x12\xb3\ \xa1\xa3\x98\x02\x61\x1c\x50\xdd\x88\xc8\xf2\xac\xc8\xc6\xc6\xe2\ \x9b\xb7\x3b\x7b\xab\x4d\x45\xbd\x03\x71\x29\x39\xc5\xcd\xd3\x63\ \xeb\x47\xb7\x8f\x3e\xe4\x03\xbc\xa8\xa8\xda\x3e\x78\x7a\x54\xd9\ \xd8\x54\x55\x5b\x64\x2a\x4d\x57\xb1\x39\xe9\x43\xbd\x05\xd9\x67\ \xbd\xa6\x8c\xe4\xf8\x9c\xc9\xe7\xf1\x0c\xaf\x8c\x94\xb4\xe6\x0f\ \x67\xd7\x6e\x56\x0c\x9d\x1e\x3f\x0c\x70\x34\x1c\x6c\xbe\x3f\x22\ \xfb\x62\x4a\x1c\xb5\xba\x2b\xb3\x57\xae\xea\xdf\x3b\x5e\x99\x9d\ \x99\xaa\x9f\x1b\x4d\x1a\x1d\x63\xe5\xdd\x73\xae\xe7\x7b\xa0\xaf\ \xb4\xcf\x3c\xd9\x98\x9d\x81\x0a\x41\x5f\xac\x3d\x01\x92\xb5\x36\ \xb7\xb4\x94\xb4\xb1\xda\xbe\xf6\x64\x66\xf5\x09\x00\xa8\xd5\x95\ \x8d\xb5\x0d\x40\x53\x7f\x7f\xb1\xb1\xb6\x3a\x33\xf3\xea\xc9\xec\ \xdc\xd2\x4a\xc9\x1a\xd4\xc5\x01\x9a\x76\x9f\x1d\x9d\x59\x5d\xf5\ \x84\xff\x87\x5a\xfa\xb2\xa0\x6d\x6f\x7c\x70\xff\x49\xfe\xd0\xd3\ \xf2\xc1\xde\x06\x53\x43\x72\x4c\x5f\x57\xd7\x48\x57\x43\x46\x56\ \x5a\xb7\xa9\xb3\xb3\x66\x60\xa8\x74\xb0\xfa\x5a\xb1\xa9\xe6\x7a\ \xef\x60\x5f\xcf\x50\x5e\x5b\x76\x71\x5e\x45\x63\x45\x9f\xa9\xb3\ \xa8\xb1\xb7\xe8\x46\x57\x73\x6c\x97\xa9\x2a\x67\xba\xb3\xaf\xa8\ \xb1\xaf\xa2\xb1\x69\xb8\xaa\xaa\xb0\xb1\x71\x70\xa4\xba\xb9\xb9\ \xa0\xb9\xb2\xd2\x04\x80\xaa\x79\xc4\xd4\xd7\xd9\x3d\x78\xad\xb0\ \xaa\x31\xbf\xa0\xb0\x36\xbf\x70\xfd\xf6\x8d\xec\xb1\xe1\x8a\xec\ \x6b\xeb\xcb\x79\xf7\x9f\xae\x3f\x7d\x96\x3f\xb9\x3b\x7c\x03\x3a\ \x3a\xf8\x72\xf9\x69\xed\xf4\xfc\xe2\xf3\xf3\xbb\x0b\x17\x6f\x8e\ \xbf\x7e\xf8\x70\x7a\xbe\x7c\x7e\xbc\xfd\xf1\xe4\xf4\x7c\xf3\xe3\ \xed\x97\x8b\x1f\xf6\x4e\x3f\x5e\xde\x3d\x39\x39\x3b\x39\xda\x7c\ \xb8\x79\xf1\xe5\xcb\xc5\x65\x07\xc3\x9b\x14\x06\x75\x6f\x23\xf9\ \x03\x60\x82\x4c\xe1\x9d\x3b\xa1\xa4\x3b\x10\x70\x01\x61\x09\x0d\ \x82\xd4\x28\xd4\x27\xfc\xc6\x97\x93\xdb\xb5\xcd\xc9\xe5\xc3\x1d\ \x02\xa0\x6d\x41\xa1\x90\x4a\x45\x93\xa2\xfb\xa1\x19\xfa\xb0\x7e\ \xa8\x74\xd4\xc7\xdf\xc7\x8b\x04\x04\x2b\xcc\xbf\xef\xf7\x87\xb5\ \x7b\xc3\x71\xe2\xc4\xe7\xca\x8e\x4d\x07\xd7\x77\x0b\x5f\x5f\xbf\ \x83\x27\xc1\x9d\x35\x78\x54\xdc\xce\x97\x5f\xfb\xfb\x6f\xdd\xb9\ \x95\x19\x54\x56\x3d\x33\xd3\x3e\x65\x60\xb0\x79\x96\x81\xa3\x90\ \x2b\x3d\x04\xff\x30\x82\xf7\xfd\x19\x17\x2a\x4c\x7b\xf6\x75\x90\ \x41\xf7\xcf\x04\xfb\x20\x43\xde\xfc\x46\x29\xf0\x27\xc9\xb6\x91\ \xb9\x8f\x16\xcf\x27\x4e\xa8\x8f\xaa\xed\x73\xb9\xce\x06\xab\x4d\ \x2b\xb5\xd9\xf4\x90\x2b\x33\x58\xed\x6a\xfd\xbe\x59\x29\xb5\xee\ \x1b\xb7\x0c\x86\x77\x66\xbb\x56\xc7\xd7\x68\xb6\x2c\x46\x40\x51\ \x06\x03\xd4\x28\x94\xaf\x91\x2a\x75\x16\xb5\xda\xb8\x6f\xb5\xd9\ \xb5\x5b\x3b\x66\x33\xd3\xba\x63\xd1\x1a\xc1\x9d\x50\x8b\x76\xab\ \x81\xff\x5a\x6b\x36\x6b\xb4\x36\x9d\xc6\xb8\x63\x27\x2b\xa1\x30\ \x30\x32\xc2\xb8\x65\x61\x62\x98\x5a\xb5\x5a\xa3\xd6\x5a\x6c\x9f\ \x6c\xd0\xbc\xbe\x41\x4b\x96\xaa\xcd\x4a\xa5\x4e\xef\xc1\x97\x02\ \xf9\x22\x4b\xd1\x68\x32\x9a\x4f\xb5\xeb\xed\x46\xb3\x0e\xa3\x57\ \xf2\x75\x5a\x68\x9e\x5c\xfa\xa3\x0b\x96\x5e\x07\x14\x85\xc8\xd7\ \x31\x3d\x90\x54\x24\x14\xa4\xe3\x81\x96\xba\xbb\xc1\x95\x64\x24\ \x12\x0e\x83\x91\xd1\x44\xa4\x94\xe9\xee\x4e\x64\xa2\x61\xee\x8e\ \x57\x02\xae\xf8\xe6\x96\x24\x5d\x05\x9c\x55\xff\xf7\x7f\xff\x16\ \xe5\x61\xdf\xd1\x5a\xd5\x5a\x28\x6a\x8c\x09\x05\x4e\x9b\x75\x5a\ \x3e\x19\xc3\x67\x9a\x0d\x4a\x29\x02\x10\x9d\x94\x2f\x25\x13\xd5\ \xe0\x4d\x98\x30\x0f\x70\x3b\x95\x8f\x41\x10\x75\x48\x34\x86\xec\ \x0e\xd8\x0d\x8e\x44\xb8\x02\x47\x08\x77\x75\x76\x74\x71\x46\xc2\ \x3c\x3c\x5c\x5c\x5c\x1d\x5c\x03\x3c\x1d\x7f\xcc\x5f\x39\xfb\x3a\ \xc1\x7e\x3a\xda\x5e\xd8\x3b\x38\x5f\xc8\x2f\xbe\xbf\xfc\xac\x20\ \x36\x3c\xa3\xb9\xaf\x34\xef\xf9\xb5\x94\xc1\x48\x51\x38\x97\xcd\ \x4d\x1d\x31\x0d\x56\x27\x64\x54\xd7\xf5\x8e\x24\x32\xbc\x68\x2c\ \x21\x2f\x50\x0e\xb5\x1c\x66\xd0\xbd\xc5\x72\x8a\x1f\x47\xc4\x52\ \x89\x79\x02\x9e\x0a\xf8\x3a\x36\x1d\xcf\xa6\xb3\xfd\x44\x12\x09\ \x85\x25\x62\x09\x44\x3c\x01\x97\xc6\xa2\xd0\x29\x74\x36\x05\xef\ \xe7\x13\x28\x8f\x50\x71\x44\x2a\xb1\x42\xae\x60\x8b\x38\x14\x11\ \x97\x20\x92\x08\xe5\x22\xb1\x10\xa8\x87\x4c\xc4\x4d\x0e\xe7\x30\ \xb8\xf2\x70\xae\x2c\x5c\x04\x1e\x14\x11\x2b\x52\x28\xe2\x15\x92\ \xd8\xc8\x38\x11\x5b\xa5\x8a\x88\x10\xb0\x85\x02\xaf\xa0\x32\x1f\ \x3f\x82\x90\x83\xf5\x0a\x24\xe0\xbd\xbc\xfc\x38\x3f\x1a\x29\x63\ \xfd\xfc\x7c\xfc\xbc\xfc\x83\xfd\x51\xde\x3e\xde\xfe\xde\x61\xfd\ \x58\x14\x29\x18\xeb\xed\x8f\xf2\x03\xba\x06\x75\x32\xe5\x28\x44\ \x62\x85\x80\xc7\x53\x71\xd9\xe1\x12\x0e\x80\xbf\x08\x0e\x45\x26\ \xa2\x89\xe4\x2c\x19\x57\xc8\x11\xb1\x81\x1a\x81\x1f\x3c\x31\x4f\ \x28\x51\x40\xdf\x42\x09\xb0\x8d\x40\xc5\x44\x22\x9e\x2c\x32\x46\ \x2e\x17\x45\x46\x28\x64\x60\x03\x14\x31\xe0\x6e\x05\x45\xc8\x93\ \xa8\x14\x8a\x08\x6e\x4a\x42\xec\x48\x7e\x79\x51\x67\x6b\x7a\xdb\ \x40\xd3\x48\x6a\x77\x5f\xd7\xc8\xd1\x69\x6d\x4d\x76\x45\xc7\x7a\ \xa5\xa9\xa8\xb0\x27\xaf\xe3\xd9\x9b\x83\x81\xca\xd2\x94\xc4\xe4\ \xa1\xe6\xf4\x38\x09\x77\x60\x37\xfb\xfe\xdd\xf9\x84\xd4\xb6\x2c\ \xe1\xf8\xb7\xe3\x74\x9a\x0f\x81\x45\xa0\x13\x2a\x0e\xad\x0f\x63\ \x9a\x96\xbf\x3b\x19\xbe\x9d\x9f\x7d\xbe\xe0\x8f\x86\x84\x5c\xdd\ \x22\x06\x7c\x21\xe7\x8e\x5e\x75\x41\x23\x4a\x56\xd6\xea\x4b\x1c\ \x67\xe6\xe6\x69\x95\xef\x4b\x56\x1c\x90\xbe\x4b\x2f\x56\x97\x46\ \x67\x5e\xac\x6e\x6c\x3c\x79\xf2\xe2\x15\x38\x5b\xdb\x58\x9b\x9b\ \x5d\x5a\x02\x46\x71\xe5\xc9\xc6\x93\x95\x17\x80\xb4\x5e\xbd\x7a\ \xf5\x64\x63\x6d\x6d\x76\x0d\xc2\xb0\xb5\xa9\x2b\x51\xae\xf5\x25\ \xf5\xb9\x49\x73\x53\x2b\x40\xd6\x46\xd7\x96\x1c\x43\x5e\xfd\xcd\ \xf3\xbc\xf4\xda\xf4\xd1\xe2\x88\x71\xe9\x53\x9f\x2a\xb9\xb7\x25\ \x35\x2d\x31\xa1\xa5\xbb\x34\x35\xa3\xb9\x3c\x31\xbe\xae\xdb\xd4\ \xdc\xd9\x69\xaa\x6e\x6b\xe9\xec\x2a\xca\x69\x6c\x6a\x69\x18\x6c\ \xb9\x59\xd9\xd3\x5a\x50\xdc\x76\x73\xa0\x21\x3f\x6f\x32\x2f\xff\ \xe6\x48\xf3\xa0\xc9\xd4\x59\x91\xd7\xd3\x96\xdf\xd4\x34\x56\xd5\ \x53\xdc\x53\x69\xea\xea\x6d\x1d\x30\xe5\x77\xf6\xf6\xd5\xf4\x34\ \xd4\xd4\x14\x5d\xaf\xa9\xea\x6a\xe9\xe9\x29\x1a\x69\x2a\x1c\x6e\ \xed\x2c\xae\x2a\x04\xcf\x1c\xcb\xce\xbe\x9e\x5f\xd8\x31\x7d\xfd\ \xf6\xd1\xf4\xee\xf3\xf1\xdd\xe7\x93\x37\xd6\xef\x8f\x1f\x3d\x9d\ \xce\xdf\x3d\x7f\xde\x71\x74\x74\xfa\xe6\xe1\xfa\x1b\xc0\x51\x5f\ \x0e\x16\x4f\xde\x2e\x7f\xf9\x7a\xf7\xe2\xee\xc1\xfc\xc1\xf3\xf5\ \xf5\x2f\x67\x77\xcf\x97\x3f\xbe\xdc\x3e\x3f\x3b\x3b\x3f\xb8\x7b\ \xf1\xed\x71\x2a\xc5\x3b\xf4\xce\x9d\x5b\xc0\x02\x42\x47\x09\xa3\ \x83\x33\xcb\xfa\xfb\x83\xa0\x70\x67\xe0\x0c\xfb\xef\x40\x39\xcf\ \x61\xc0\xf7\x45\x7b\xc5\x15\x15\xcc\x3f\x1f\x6e\xae\x59\xef\x08\ \x8c\x0e\x06\x94\x15\xf6\xf3\x9d\xd0\xe0\xe8\xcc\x5b\xe0\x81\xd1\ \x99\x65\xd1\xb7\xee\x04\x87\x7a\xfb\x85\x06\x05\x45\x47\xfb\x77\ \x5d\x7c\xeb\xc8\x1e\xa8\x2b\x4d\x1d\xd6\x8d\x7f\x42\x10\x2f\x17\ \xce\xee\x19\x3d\x4a\x9c\xda\xaf\xff\x42\x68\x31\x2f\xdc\x0a\x82\ \x6c\x67\x34\x29\x68\x79\x66\x75\x62\x0a\x29\x61\x0b\x37\x71\xad\ \x51\x01\xd7\x50\x5e\x28\x46\x6c\xf7\xee\x59\x6d\x37\xaf\xce\x2e\ \xfc\x6f\x3f\x27\x0b\xef\x1d\xaa\x4a\xbb\xe3\xfd\x2d\xbd\xcc\x2f\ \x62\xdc\x30\x6a\xae\xfe\x14\x10\xe5\xf1\xf2\x33\xee\xd1\xa1\xa7\ \xd2\x70\xf8\xce\xba\x65\xd0\x6f\x19\x8d\x7a\x9b\x6d\x4b\xaf\xb7\ \xed\x5b\xcc\x16\xab\x55\xaa\xb7\x59\xcc\x06\xbd\x55\x6b\xdc\x39\ \xb4\x19\xf7\xed\x5a\xbd\xd9\xb0\x63\x36\xe8\x34\x4c\xad\xdd\xc8\ \xd4\xea\xf5\x16\x1d\xa0\x96\x7d\x9d\x6e\xcb\xae\xd3\xe8\xad\x46\ \xb3\xd5\x6a\x33\xe8\xf7\x8d\x1a\x9d\x4e\x6f\xd9\xb1\x7f\xb6\xea\ \x2c\x76\xb3\x92\xaa\x04\xd7\x3d\x3c\xb4\x7a\xa0\x15\x5a\x23\x93\ \xcc\x54\x6a\x8d\xfb\x5b\x36\xa3\x0e\x2a\x9c\x07\x9c\x65\xe3\x53\ \x75\x16\x1c\x92\x0f\xde\x49\x4d\x84\xa3\xd5\x38\x32\x19\x98\x40\ \x8b\x5e\x4b\xd4\xe8\xa5\xe0\xa1\x7a\x83\xdd\x00\x9e\x43\xc6\xe8\ \xf5\x4c\xa9\x5e\x47\xa5\x02\xbc\x92\x22\xe1\x18\xa6\x12\xee\x4e\ \xf6\x70\x82\x9a\xb8\xb9\xc1\x3d\xdc\x3c\xc8\x1e\x48\x34\xd2\xcd\ \x05\x4e\x45\x20\x89\x4e\x51\x8e\x8e\x57\x72\x27\xda\xa3\x4a\x72\ \x03\x66\xff\xf5\x9f\x7f\x27\x11\x6d\xaf\xcd\x56\xad\x54\x6b\xd6\ \x1b\xa5\x64\xab\x0e\xa3\xb3\xf3\xc9\xe0\x25\xf9\x60\x4b\xa5\x48\ \xea\x8f\x0c\x7b\x60\x3b\xd1\x30\x1c\x9f\x8c\x83\x9a\x91\x52\x71\ \x70\x32\x1f\x18\x42\x1c\xce\x83\x0c\x07\x62\x85\x40\x43\x39\x5f\ \xee\x0e\x1e\x70\x18\xf8\x76\xf1\x84\x39\xc3\xdc\x5c\x7d\x9d\x02\ \x02\x00\x78\x01\xc6\xfa\xe9\x79\x6d\xc7\xb5\xa2\xaa\xe6\xa1\xbe\ \xbc\xc2\xa6\x9e\xb4\xf8\x9e\xee\xd4\xce\x8e\xa3\xf2\xd2\x1b\x03\ \x83\xe5\x75\x11\x2a\x51\x75\x01\x18\x2b\x3b\x6b\xfa\x4a\x3b\x33\ \x80\x1f\xa4\x07\x82\x8f\x37\xdd\x87\x44\xa1\xfb\x01\x14\x61\xb3\ \x25\x5c\x76\x0c\x1b\x7c\xc6\xb9\x12\x8a\x88\x42\x67\x08\x55\x32\ \x00\x56\x80\x47\x28\x0c\x8e\x38\x92\x4e\x0b\x67\x09\x23\xd8\x34\ \x02\x85\x85\x47\xf1\x58\x5c\x06\x5d\x20\xe1\x51\x68\x5c\xb6\x90\ \xc6\x13\xc9\xc4\xe1\xe5\x22\xa1\x50\x1e\xa9\xe2\xc8\x85\xc0\x8d\ \x71\xb8\x3c\x0e\x9b\x1b\xa1\x50\x84\xc7\x08\x15\x72\xa1\x5f\xb8\ \x38\xad\x14\x6a\x34\xc7\x13\x8a\xc5\xe1\xf1\x0c\x86\x8a\x81\xf5\ \xa3\x0b\xd9\x6c\x1e\x9b\x4d\xf3\xc2\x7b\x07\xd2\x58\x34\x3a\x43\ \x40\x08\x64\xe0\xe9\x74\x1f\x7f\x6f\xff\xe0\x30\x9f\xcc\x20\x12\ \xa0\x7d\x02\x74\xf4\x90\xe4\xe3\xe5\xe5\x8d\x67\x73\x25\x1c\x1a\ \x57\x0c\x55\x7e\x82\x73\x95\x30\x2d\x16\xf8\x3d\x31\xb4\xe0\x48\ \x02\xb1\x55\xb8\x88\x2b\xe4\x0a\xc4\x72\x05\x57\x28\x4f\x60\x0b\ \x44\xaa\x08\x89\x4c\xa2\x90\x4b\x80\xf8\xca\xb8\x22\x21\x34\xd1\ \x2f\x0b\x97\xcb\xe2\x22\x65\xe2\x88\x98\x98\x38\xae\x02\xdc\xce\ \x93\x85\x8b\x45\x3c\x49\x62\x64\x6c\x64\x62\xec\x50\xf7\x60\x73\ \x15\xf8\x44\x0e\x74\x56\x0f\x35\xb5\xe6\xd4\x2e\x1c\x2d\x9c\xde\ \x1e\x29\xae\xaa\xeb\xee\x2b\xbc\xb9\x78\x7f\xf7\x66\x7a\x7a\x75\ \x65\x84\x6a\x68\x64\x24\x2e\x21\xa5\xf8\xed\x8d\xe3\xef\xc5\xf2\ \x88\xac\xf2\x98\x9a\xf9\x6b\x09\xec\x40\x3c\x9e\x80\x27\x49\x2a\ \x5b\xd4\x9b\x0f\x4f\xf5\xdf\x8b\x87\x36\xad\x97\x7a\x9b\xcb\x55\ \x27\x47\xe4\xbd\xe7\x63\x07\x88\x07\x64\x72\x2e\xd0\xa5\x76\xe2\ \xd5\xb9\xb5\x92\xdc\x58\x4a\xdd\xdb\xd1\x51\x38\x11\x70\xd4\xca\ \xd4\xea\xdf\x81\x24\xfd\xf6\xf7\xdf\x7e\xdb\x98\x81\xa6\xd6\x01\ \x69\xbd\x58\x59\x7d\xb1\xfa\xea\xef\x2f\xd6\x56\x5e\xfc\xb6\x01\ \xc4\x0c\xf8\xc5\xb5\xdf\x9e\xac\xce\xac\xce\xcc\x4d\x21\xcc\x6a\ \xdc\xe8\x44\xee\xd5\x92\xa8\xf6\xa9\xb9\xb9\x99\x95\x59\xb7\xa4\ \xd5\x57\xff\x72\x2e\x6f\x1e\x68\xe8\x1c\x7b\x7e\xea\xe0\xbc\x18\ \x37\x68\x4a\x37\xa5\xa5\x64\x8c\x0c\x95\x97\xa6\x27\x97\xa7\xf7\ \x35\x76\x9b\x7a\x47\x9a\x46\xba\x86\x7a\x4c\x6d\x35\x4d\x3d\x6d\ \x3d\x43\x0d\xd7\x5b\x5b\x9b\x6a\x0a\x7b\xaa\xca\x1b\xf2\x6b\x8a\ \xe7\xa7\xa7\x2b\x8b\x1a\x5a\x4c\x8d\x85\xe3\x93\x03\xf9\xd9\x7d\ \xad\x35\xf9\xcd\x03\x15\x35\x85\x8d\x95\x4d\xbd\x3d\xad\x95\x95\ \xd9\x05\x3d\x4d\x85\x9d\x05\x37\x73\xba\x7a\xfa\xaa\x6a\xaf\x37\ \x5d\x2f\x2e\x04\xb0\x59\x58\x71\x3f\x3b\x7f\xb8\x72\x72\x61\xb8\ \x22\x7f\x7c\xf1\xe5\xed\xa7\x47\x37\x9f\x2d\xd7\x2e\x3c\x7b\x3e\ \x79\x70\x32\xbf\xb0\xbe\xbc\xb7\x77\xf0\xe5\xfc\xff\x93\x74\x26\ \x5e\x49\xe5\xff\xff\x1f\x33\x3b\x29\x86\x1e\xf6\x10\x62\x89\x9d\ \xd8\x62\x5f\x85\x03\x84\xac\x9e\x44\x39\xa2\xa2\xa9\xb9\xa4\x96\ \x4b\xb8\xe4\x56\x9a\x6b\x69\x31\x94\x75\xa2\x8c\x36\x97\x29\xb2\ \x99\x66\x42\x3d\xee\xc7\x2d\xfd\xa8\x95\x35\x8e\x9d\x33\xcd\xd4\ \xcc\xf9\x9c\xf3\xf9\xfe\x17\xbf\xf7\xed\xe7\x31\x05\xe1\x02\x26\ \x3c\x78\x3e\xee\x7d\xbd\x5f\xaf\xd9\x9f\x97\xde\x7e\x9a\x9a\xdf\ \x1c\x7d\xfa\x76\xed\xe6\xd6\xdb\xcf\x7b\x5f\xe7\xef\x2f\x8e\xce\ \xee\x3c\xfb\xbc\xf4\x6e\x74\x7b\xfe\xfe\xda\xf6\xf6\xd2\xce\xce\ \xe6\xbf\xcf\xf2\x98\x38\x1c\xb4\xaa\xb9\x52\x9e\x9b\xcb\xa7\x7d\ \x5f\x77\x93\xcb\x97\xa7\xd1\x7a\xff\x3f\x8e\x9e\x0c\xa5\x0d\x0d\ \x01\x68\xf5\xbe\x21\xda\x2e\xbd\xdd\x9e\xbe\x50\x30\xdf\x03\x4d\ \x03\x87\xc6\xa8\x12\x01\x9d\xd2\xc0\xb6\x80\x58\xf2\xca\x27\x69\ \x34\x24\x11\x87\xc1\xa5\xf6\xd2\x0a\xbe\xfe\x53\x57\xdb\xd9\xd9\ \x6f\xba\x4e\x9a\x51\x31\x74\x5f\x1f\xef\x7f\x70\xc3\xce\x9c\x39\ \x24\x92\xe3\xfb\x93\x4b\x86\x88\x50\x2c\x4b\x4d\x43\x7e\xbd\x7c\ \xfb\xc0\xb9\x58\xbb\xd2\x36\x88\x9d\x3f\x74\xe6\xad\x9e\x4e\xb7\ \x6f\x65\xf4\x22\x01\x28\x0b\xa8\x8a\xa1\x5e\xfe\x85\x5b\x08\x21\ \x1d\x93\x5a\xd9\x77\x8b\x48\xc9\x28\x5b\x6f\xd0\xdd\xb9\xf3\xf8\ \xdb\xa1\x57\x23\xff\xc5\x0a\x48\xe8\x60\x64\x23\xb4\x12\x64\x04\ \xa3\x3e\xb7\xd7\xe2\x0c\x44\xfc\x6e\xe7\x4a\xd4\x3f\xe7\x5f\xd9\ \x88\xfa\x2d\xde\xa0\xd7\xff\x7d\xed\xdf\xba\x4e\xe7\xf7\x07\x7d\ \xe2\xa0\x17\x10\x2a\xea\x8e\xf8\x42\x01\x80\xb8\xf7\xeb\xee\xe8\ \x8a\x3f\x10\x5e\x09\xfb\x9d\xe1\x50\x24\x10\x59\x8f\x86\x83\x11\ \xe0\x87\x81\xb9\x10\x55\xe7\xb6\x90\x38\x06\xa7\x0f\x00\x86\xe3\ \x74\x92\x9c\x2a\x9d\x85\x8a\xb6\x58\xbc\x1f\x7e\x8f\x46\xc2\x50\ \x15\x7d\x38\x12\xd6\x71\xb0\x3e\x8b\x98\xa3\x0b\x6e\x44\x0c\x0c\ \x54\xb2\x01\x9d\xcc\x09\x80\x10\x06\x40\xe7\x76\xa2\xbd\x7e\xaf\ \xc5\x1f\xb2\x88\x7d\x7e\x8b\xc1\xa2\x23\xe9\xc0\xf6\x62\x2a\x1c\ \xae\x4a\xc4\xa2\x39\xa4\xc4\x44\x4e\x72\x62\x22\x3c\x36\x31\x16\ \x8e\x85\x91\x50\x09\x58\x2a\x27\xe1\x60\x22\x87\x84\x45\x1f\x3e\ \x75\xe4\xc0\x89\x93\xd0\x64\xc2\xdb\xa7\x47\x76\xff\xfb\xed\x54\ \xac\x3f\x12\x0e\x58\x7c\x5e\x77\xc0\xab\x12\xbb\x2d\x54\xa7\xd7\ \x8f\xd6\x91\x50\x24\x31\x08\x5c\x16\x06\x49\xac\x22\x61\x19\x1c\ \x06\x0a\x4b\x12\x43\x47\x08\x61\xe0\x24\x1a\x05\x83\xa1\xb0\x20\ \xad\x71\xb0\xf0\xc4\x44\x12\x29\x36\x2e\x21\x21\x3e\x3e\x11\x48\ \x62\x6c\xe2\xe1\x43\xf1\x71\x71\x87\x8f\x1d\x3b\x78\x18\x1a\x5d\ \x1f\x73\xf8\xd0\x0f\x67\xaf\x97\x36\xf7\x74\x0c\xa6\xd7\x8c\xf6\ \xc8\x3c\x99\x59\x9d\xad\x9e\x8e\x97\xf7\xdb\xae\xdf\xaa\x69\xae\ \xee\x3a\x5f\x9c\xde\x3a\xd8\xdf\x3d\x58\x52\xd2\xd4\xd3\x59\x93\ \xa5\x24\x28\x58\x52\x2e\x0b\x43\x10\x0a\x40\x7c\x61\xb3\x05\x26\ \x9e\x06\xe8\x96\x50\x26\x10\xb0\x81\x41\x41\xa3\xd7\xb4\x5c\x82\ \x48\x44\xe7\x82\x10\x63\x54\x33\xb9\x3c\x2e\x9b\x6e\xe3\x71\x09\ \x80\x17\xc0\xa7\x14\xc0\xd1\x40\xfe\x32\x49\xb9\x12\x25\x30\x2d\ \x8d\x90\xa7\x51\xca\x24\x02\xa5\x88\x6b\x32\x0a\xa5\x52\xb5\x50\ \xc4\xb3\x6a\x32\xb5\x76\x1e\x0f\x84\x21\xbd\xc6\x66\x36\xea\xad\ \x36\x99\x51\xa4\x90\x82\xeb\xb0\xd8\x44\x96\x4c\xc6\xc5\x27\xa5\ \x10\x08\x04\x66\x12\x86\xcd\x22\x30\xa5\x14\x32\x02\x03\x7e\x42\ \x4e\x02\x3a\x88\x4b\xc2\xc9\x53\x01\xa9\x10\x44\x22\x8d\x48\xa3\ \x11\x10\xe4\x14\x96\x44\xc8\x13\x88\x14\x02\xb5\xd9\xae\xb0\x09\ \x35\x5a\x87\x51\x28\x74\x98\x8c\x7a\xb3\xd0\x68\x54\xcb\x04\x26\ \x99\x42\xaf\x95\x0a\xa5\x20\xf6\x49\x35\x5a\x93\x46\xad\xb5\x99\ \x6d\x1e\x00\x2c\xbd\x10\x44\x3f\xb5\x40\xa0\xd1\xdb\xf5\x5a\x9e\ \xd5\x64\x35\x9a\xed\x26\x85\x48\xa1\xe4\x89\x32\x01\xd2\xb4\x0a\ \x8d\x5e\x6b\xb7\x9b\x1d\x39\xd9\x3d\x59\x8d\x8d\xb5\x7d\xd5\xcd\ \xd5\x75\xe0\xb5\x5a\xbc\x78\xbf\x68\x7f\xaf\x09\x80\xc0\x66\x1b\ \x78\x39\x55\x56\xd4\xed\xb1\x6b\xd2\xab\xd2\x2b\x7a\x32\xb4\xb2\ \xf2\xb7\xa5\x2f\xf7\x5e\xf5\xd4\x67\x68\x8d\x55\xb7\xa6\xda\xed\ \x04\x0a\x06\x93\x82\xa0\x21\xa4\xca\xab\xa5\x11\xdf\x6f\xcd\x9d\ \x7f\xb9\x8a\x8f\xe8\x7e\x6b\x46\xdf\x3d\x71\x62\x7d\xfb\xa3\x8f\ \x71\xe3\xdb\x38\x80\xd3\x58\xa2\xe1\xd0\xc3\xbb\x27\x1f\xc6\xe5\ \x09\xaa\xff\x3c\xd7\x10\x37\xbc\x3c\x39\x06\xac\x70\x61\x12\x7c\ \x7f\xbe\xfc\x7c\x64\x62\x72\x64\x78\x75\x61\x6c\x61\x6c\x62\x61\ \x62\xf9\xdb\x73\x40\xa2\xdd\xe5\x89\x85\xd5\x49\x70\xfe\xcb\xc2\ \xd8\x83\xf1\x85\xe7\x13\x67\x5e\xc7\xce\x6d\xdc\x5d\x9e\x18\x1e\ \x7e\x30\xf2\xfc\xe1\xe5\xe1\xe1\xc4\x13\x20\x7f\x7d\x89\x5c\x1d\ \xec\xaf\xe8\x7a\x36\xfd\xf4\xf8\xe4\x27\x57\x67\x45\x4d\xb6\xad\ \xb9\x27\x2b\xab\x33\x2b\xaf\x35\x3b\xaf\xbd\xab\xa5\xa6\xba\xae\ \xbd\xfb\x5a\x53\x5d\x5f\xf9\xc5\xae\xfe\x8e\x82\xae\xfb\xb7\xf2\ \x0b\xca\xf2\x9b\x0a\xfa\xba\xca\x6b\x8a\xce\x3e\xbe\xd7\xdc\x54\ \xd5\x52\x53\x56\x57\x5e\xd4\x5c\x5d\xd6\xd3\x5e\x77\xa5\xba\xad\ \x74\xa0\xae\xa7\xbd\xb9\xb4\xbc\xa4\xa3\xa6\xae\xa4\xb3\xb9\xba\ \xaf\xae\xa0\xbd\xbb\xbb\xb3\xae\xa8\xac\x6b\xb0\xa3\xfa\x42\x53\ \x79\xc1\x9d\xc7\xe7\x2f\x3e\x2e\xbc\x72\xf1\xca\xbd\xc7\xb3\x9b\ \x6f\x47\xa7\xa7\xae\x8c\x3e\x3a\x7f\xfd\xfe\xd3\xd1\x9d\xc5\x9b\ \xf7\xd6\x9e\xce\x6c\x3d\x7a\xbb\x3d\xff\xd3\xa7\xa9\x67\x9f\x96\ \x96\x3e\x2d\x6d\x2d\x3d\xde\x5a\xfc\xb4\xf4\x79\x7e\x71\x7a\xe9\ \xdd\xfe\xd6\xce\xf6\xda\xcc\xce\xce\xe3\x8f\x9f\x37\xe7\x3f\x2d\ \xed\xbd\xda\xcb\x60\xd3\x88\x95\x4f\x52\xd3\x00\x83\xd2\xd2\xe4\ \xb9\x50\x07\xe4\x54\xb2\x1c\xa8\x20\xb4\x7f\x4a\x3e\xf4\xa6\x17\ \xe8\x5b\x2a\x3f\x35\x35\xad\x97\x26\xec\x1f\xdd\xde\x99\xb9\xf3\ \xb9\xf6\x49\x2e\xb8\x02\x1f\x68\x5d\x5a\x25\xbf\x97\x4f\xab\x1c\ \x02\x1b\xf6\xca\x91\x49\x08\x3c\x0b\x99\xd6\x8b\xb9\xb0\xb5\xd5\ \x61\xef\x2b\xcd\x56\x3f\x16\x5f\x8c\x7e\xf5\xbe\x7f\xb5\xb7\x61\ \x48\x6c\x18\x79\x46\x93\xe3\xeb\x62\xae\x91\x31\x43\x43\x20\x9d\ \xc9\x2b\xfb\x3e\xc4\x3e\x78\x70\x7a\x40\x9d\xd1\xf4\xd7\x59\xd4\ \xb9\xe0\xfd\xcc\xac\xa9\x40\x26\x11\x91\x44\x24\xae\xbd\x27\xc8\ \x91\x64\xcc\xde\x1d\x3a\x2e\x89\x48\x66\xdf\x57\xe2\xd2\x6b\x5e\ \x1d\x7d\xb5\xb1\xa8\xbd\x71\xec\x2d\x63\xf7\x34\x45\x4c\x5d\x0f\ \x02\x5e\xf9\x0d\x50\x85\x52\x30\xe0\xf4\x46\xc3\x5e\x43\x24\x10\ \x08\x45\xfd\x81\xc0\x8a\x2f\x14\xf2\xfb\xa2\x11\xaf\xd7\x02\x42\ \x51\xd0\xaf\xf3\x45\xfc\x86\x80\x17\xea\x95\x15\x0a\xfb\x83\x81\ \xc8\x4a\x24\xe4\x0e\x47\xe7\xe6\x22\xd1\xb0\x3b\x14\x0e\x7a\x7f\ \x0f\xfb\xe6\x7c\xe1\xf7\xee\xd0\xc6\x46\x58\x65\x00\x70\xf2\xfb\ \x7c\xa1\x20\x03\xee\x56\x59\xc4\x62\xb1\xc5\x47\x25\x81\xa0\xf5\ \xfe\xef\xe8\x5c\x30\xe8\x76\x46\xc0\x0d\x18\xb0\x09\x16\x2f\x55\ \xa5\x83\x4a\x48\x19\xa4\x04\xaa\x8a\x2a\x5e\x57\x31\x0c\x28\x55\ \xd0\xa7\xa2\x3a\x43\x62\x86\xc5\x07\xb5\x97\x31\x70\x82\x3e\x92\ \x58\x8c\xa2\xfa\xa8\xd8\x64\x03\x95\x8a\x82\xa3\x48\x24\x06\x2c\ \x26\x96\x04\x4f\x48\xa4\xa2\x12\xb1\x50\x8d\x33\x35\xf6\x70\x22\ \x3a\x19\x8e\x3d\x7a\xfa\xf4\xf1\x13\x67\xa0\xc5\x39\x0f\x1b\x86\ \xbf\xfd\xef\x3f\xb7\xe1\xd1\x10\x20\xd6\x9c\x9b\xaa\x02\x44\x86\ \xa6\x99\x73\xdc\x0c\x70\x9f\x54\x0e\x43\xe5\x73\xa3\x55\x80\x84\ \x62\x34\xca\x69\x50\x31\xa8\x50\xcd\x44\x22\x07\xb8\x21\x15\x9e\ \x88\xe5\xa0\xe2\x61\x68\x38\x1c\x9e\x08\xb4\x10\x96\x00\x65\x2c\ \x6c\x2c\xb4\x06\x3a\x36\x31\xfe\xe0\x01\x60\x88\x07\x63\xa1\xd9\ \x84\x89\x87\x7f\x68\xeb\xec\xef\xb9\x56\x95\xde\xff\xa2\x40\xa6\ \xc9\xcc\x6c\xad\xef\xec\xba\xf8\xf8\xd6\xd9\xe9\x82\xa6\x8e\x92\ \xea\xb6\x92\xd2\x9e\xfa\xba\xbe\x82\xf6\x92\xba\xae\xc1\xbe\x76\ \xa1\x42\xcf\xc6\x01\x4e\x29\xf4\x32\x66\x0a\x82\x4d\xe7\x2a\x04\ \x74\x85\x90\x42\x87\xda\xc9\x88\x04\x08\x04\x19\xc7\x93\x22\x58\ \x08\x2e\x60\x84\xc4\x0c\x4c\x8f\xcb\xb3\x2a\xe8\xc0\xc6\x24\x52\ \xa9\x4c\x4a\x57\x2b\x95\x3c\xa5\x51\x46\x57\x6a\x79\x42\xad\x10\ \xe8\xa6\x42\x6a\xd4\xf3\xe8\x3c\x19\x54\xbb\x29\x00\x11\x48\xc6\ \x93\x18\x5d\x36\x75\x1e\x57\xa1\x31\xca\x14\x32\xb5\xc7\x95\x07\ \xf0\xe2\xe2\xc9\x84\x5c\x21\x50\x48\xae\x50\xcd\xa4\xb3\x91\x29\ \x14\x24\x2e\x85\x88\x43\xa6\xb0\x52\xc8\x38\x60\x7e\x72\x0c\x12\ \x41\x49\xc1\x90\x53\xf9\xd0\xf2\x41\x0c\x2e\x09\x3c\x4b\x09\x34\ \x39\x08\x5e\x18\xf0\x40\x78\xc0\x02\xd5\x26\x8d\x52\xa3\x90\xc9\ \x14\x56\x9e\xd0\x6a\x33\x0a\x35\x36\xa9\x1a\xd9\x9c\xd7\xd9\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\x35\xb5\x50\xab\x80\x2a\x31\x8c\ \x5a\xb5\xc2\x61\xb7\x1a\xb5\x40\x51\x41\xa4\x04\xfa\xa7\x55\xe8\ \xad\x76\xb5\x51\x2b\x55\x5b\x8d\x26\xab\xcc\x9c\x99\x67\xd7\xca\ \x4c\x20\xea\x89\xd4\x0a\xa1\xc2\xe4\xb0\x69\x05\x66\xa3\xc2\xd6\ \xd4\xdd\xd9\x97\x91\x97\x95\xdd\x5a\x93\xdf\x74\xb6\x0b\xfc\x37\ \xdd\x9c\x6a\x5e\xfa\x78\xa1\xbd\xa3\x4b\x9b\xde\x74\xff\x7c\x46\ \x66\x46\x6b\x86\x95\xcb\xd3\x7b\xba\x32\x3c\xfa\x97\x57\x8a\x17\ \xff\xbe\xd9\x7d\xb1\xc2\xc1\xab\xee\xbe\x60\xb7\x4a\x30\x00\xb3\ \x04\x80\x5f\x0a\x4b\x71\x6d\xd0\x1d\x5f\x90\x31\x3b\x13\x19\xbe\ \xbd\x5f\x10\x8c\x9f\x53\x35\x78\xff\x3e\x77\xf8\xa7\x73\x67\xce\ \x3d\x6c\x38\x7a\x38\xfe\xe1\xe5\x03\x0f\x46\xb0\x3c\xf5\xe0\xce\ \xb1\x91\xe7\xab\xdf\x56\xa1\x12\x85\x85\x2f\x63\x63\x0b\xbb\x13\ \x0d\xc3\xe3\x13\x63\xcb\x13\x0f\xc6\x26\x26\x97\xc7\x26\x96\xc7\ \x97\x57\x97\x97\x57\x27\x26\x57\x57\xc1\x89\xdd\xdd\xe7\x77\x27\ \xbf\x3c\x1f\x9e\x4c\xc0\xae\xaf\x9f\x3b\x73\x77\x0c\xb2\xc8\x85\ \xf1\xe1\xcb\x77\x8f\x3e\x18\xbe\xfc\x7c\xf5\x4e\x67\x63\xa3\xad\ \x7e\xaa\xe0\xfc\xf1\xcb\x2f\x64\xe9\xad\x1e\x73\xf5\x40\x76\x67\ \x73\x4b\x56\x67\x8e\xa3\x71\xb0\xae\xa4\xab\xb1\xbd\xa6\xbe\xbe\ \xbf\xf9\x56\x49\x5d\x5f\x5d\xdd\xd5\xe2\xae\x8b\x17\xca\x0a\x0b\ \x9a\xbb\x06\x9a\x2e\xde\xbf\xf8\xf4\xe9\x40\x69\xe3\x60\x7b\x5f\ \x59\x4d\x53\x4b\x53\x73\x77\xe9\xd9\xba\xb3\x1d\x67\xfb\xea\xba\ \x07\xea\x5a\x5a\xda\xba\xaf\xf5\x34\xf7\x0c\xb6\xb5\x74\x0f\xb6\ \xf5\x80\x88\x76\xbd\xba\x7d\xb0\xad\xbc\xa8\xba\xae\xfc\xc2\xfd\ \xa2\x8b\x57\x6e\x3e\xba\x52\x30\x3a\xff\x62\x76\xf4\xe9\xcb\x99\ \xf3\xb3\x8f\xae\x3f\x7a\x34\x7d\x73\x7a\xe9\xd1\xd4\xfe\xda\xda\ \xe3\xd9\xad\xcf\x5b\xbf\x2d\x3d\x9d\xde\x7e\x79\x7f\x1b\xc4\xa9\ \xb7\x9f\xf6\x3e\xef\xac\xed\xcc\x6f\xbd\x9c\xfd\x38\xbb\xb6\xb3\ \x7f\x7f\x7e\x73\xe7\xf3\xf6\xe6\xb3\x57\x1f\x5f\x6d\x44\x9a\x08\ \x29\x18\xa8\x83\x08\x04\x20\x80\xa8\xdc\xca\xdc\xde\x34\xb2\x7c\ \x28\xf7\xfb\xf1\xc2\xb4\xca\xdc\xdc\x27\xd0\x97\x34\xb9\x3c\x57\ \x8e\x44\x6a\x0b\xf6\x9e\x8d\x7e\xdd\xcb\x79\x22\xc7\x21\x53\x7b\ \x73\xe5\x00\x64\x4f\xd2\x7a\x7b\x7b\x2b\x7b\xdf\x54\xa6\xe2\x30\ \xec\x14\x2e\x2b\x69\x88\xbd\xbf\xf7\x34\xdb\x55\x55\x9b\xad\x99\ \xc1\x76\xac\xdf\xfb\x73\x6f\xef\x8f\x08\xe7\xf0\xc3\xe3\x9a\xa1\ \x5c\xd6\x9d\x83\x36\x89\x66\x28\xb5\x12\x70\x71\xe8\x49\xfa\x62\ \xe0\xd4\xff\xdc\xf7\xaf\x14\x8a\x5a\x0e\x5e\x86\xbd\x2e\x38\xfb\ \xf7\x8a\x92\x4c\xc3\xe1\x10\x9f\x7e\x49\x22\xe2\x88\x38\xf6\x6f\ \x1d\x95\x38\x32\x9f\x6c\xff\x48\x90\x96\x2f\xad\x70\x56\x06\x2a\ \xf7\x0e\x4a\xa3\x0b\xbf\x78\x62\x40\x4e\x02\x02\xe8\x0d\x38\x41\ \x96\x02\xaf\xeb\xa0\x13\x30\x2a\xec\x07\x44\xf1\xbf\x8f\xfa\xfc\ \x91\xb9\x48\x30\xec\xf6\x05\xa2\x2b\xc1\x90\xd7\xed\x0f\xac\x07\ \xdc\x61\x68\x6d\xb4\xd3\xef\x53\xf9\x82\xe1\x70\xc0\xef\x5f\x71\ \xfa\xbc\x73\xa1\xef\x33\x9f\x23\x61\x2f\xf8\xf4\x81\xb8\x35\xf7\ \xbb\x9b\xea\x77\x32\xa0\xde\x58\xfe\x80\x2e\xf9\xfb\x21\xc7\x80\ \x3f\x84\x06\xc8\x70\xff\x1e\x06\xb4\x0b\x47\x82\x73\x3e\x77\xd0\ \x9d\x70\x58\x15\xe0\xa8\x80\x1f\xce\x85\x48\x30\x98\x4e\x4c\x22\ \x79\x39\x16\x68\xc6\xaa\x1b\x5c\x18\x70\x8b\xbd\x11\x2a\xc7\x62\ \x71\x8a\xdd\x3e\x12\xc7\x27\x16\xbb\xd1\x30\xaa\x21\x21\x11\x0d\ \x32\x16\x55\x05\x8b\x83\xa9\xb0\x24\x94\x8a\x1a\x1b\x43\x4a\x4c\ \x48\x06\x90\x11\xa3\x13\x12\x93\x4f\x9e\x3b\x76\x12\x9a\x54\x7f\ \xee\xf4\xed\x86\x1b\xab\xff\xf9\xcf\x0d\x86\xd7\xbd\xb2\xee\x73\ \xab\xa0\xb6\xc8\x6e\x8b\xdb\x02\xc2\x9d\xd3\xa7\xf3\x5b\xfc\x5e\ \x67\xd0\xe2\x36\x38\xdd\x7e\x34\xd5\xed\xf7\xea\x48\x68\x86\x0e\ \x8d\x4e\x4e\x84\xa1\x93\xd1\x68\x34\x90\x4b\x14\x0a\x1a\x08\x0d\ \x83\xa3\x21\x1d\x84\xc1\x12\x12\xe2\x62\x62\x13\x13\x63\x62\xe2\ \xa0\xee\x0d\x07\x0f\xc7\x1c\x8e\x83\x06\x42\xff\x50\x5b\x5b\xdf\ \x9d\x63\x16\x96\xdd\xcc\x56\xea\x6d\xe9\x39\x59\xf5\x57\x6b\x4a\ \x8b\xaf\x3f\x2a\x6d\x29\x2d\xab\x2e\x2d\x69\xe9\xac\x2f\x6b\x6b\ \x19\xec\xeb\xa8\x6b\x1f\xb0\xd6\xa7\x4b\x59\x50\x77\x3e\x05\x93\ \xc9\xa4\x33\x25\x04\x3a\x85\xc0\x66\x21\x52\xd8\x12\x09\x5d\x29\ \xa4\xd3\xf1\x04\x09\x1d\x58\x21\x97\xad\x96\x82\xe8\xa2\xe0\xea\ \xd5\x5a\x99\x52\xc3\xe4\x4a\xd8\x3c\xad\xd2\xa6\x50\x68\x79\x1a\ \x13\x30\x3c\x91\x4c\xa0\xd4\x9b\xf4\xea\x4c\x8d\xd5\x24\xd4\x6a\ \xd8\x02\xa6\x40\xc2\x64\xd9\x32\xa5\x50\x57\x62\xb5\xdd\x2e\x53\ \x28\xf4\x46\xa5\xc2\x68\xb7\x57\x65\x68\xcd\x9e\x2c\xbb\x91\x82\ \xc7\x50\x14\x22\xad\x89\x47\xa7\x43\x5d\x8e\xf1\x48\x44\x12\x86\ \xc6\xa7\xe0\x70\x78\x04\x02\x83\x4b\xe1\x83\x27\x1c\x32\x0d\x97\ \x4a\xae\x24\x03\x35\xa4\xf1\xd3\x86\x52\xd3\x70\x5c\x2e\x93\x0b\ \x44\x93\x27\x95\x09\x45\x6a\x93\x94\x02\x14\x55\xa6\xd1\xa8\xcd\ \x5a\xb5\x5e\x6b\xd5\xe8\x95\x02\x11\x38\x6b\xd2\x9b\x78\x56\xbd\ \x1a\x3c\x5a\x99\x46\x21\x94\x29\xcd\x32\x23\x4f\x01\xac\x50\xad\ \xd1\xb8\xec\x26\x99\x1e\x2a\x6a\xb0\xdb\x41\x34\xb3\x89\x8c\x20\ \x0a\x9a\x85\x5a\x19\xb8\x9a\xde\x2c\x35\xda\x41\xb8\xcc\xab\x6f\ \x6d\x1b\xcc\xc9\xce\xeb\xe8\x6c\x2a\xee\xa8\x18\xec\xaf\x29\xba\ \xd4\xb9\xff\xb8\xfa\xd6\xf5\x1c\x7d\xe6\x9d\x47\xd7\x6a\xf3\xae\ \x7a\xd4\x1a\x19\x8f\xae\xcf\x93\x75\x4d\xed\xe5\x77\xbd\x5e\x29\ \xcb\xca\x2f\xad\x6a\x2d\xbd\x52\xa2\x96\x0a\x52\x10\x08\x3c\x91\ \x98\x84\xa4\x10\x28\xf5\x83\x9d\x2a\xf4\x1f\xf7\xa8\x7f\xbc\x76\ \xc6\x44\x9e\xdd\x4b\x3c\x75\xf7\x32\xbc\xcd\xf3\xcf\xed\xe3\x0f\ \xc6\xce\x1c\x39\x75\xf2\xe1\xf8\xb9\x91\xcb\x67\xfe\x61\x7b\xfa\ \x36\x0f\x8f\xad\xae\x82\x28\xb5\x3b\x39\xb9\xbb\x00\x9c\x70\x21\ \xc1\x22\x5e\x00\xe4\x1a\x81\xf6\x5b\x2d\x8f\xaf\xae\x7e\xd9\x5d\ \x98\x1c\x1f\x07\x4a\xb8\xbb\xfa\x65\x75\x79\xe2\xfb\xd2\x9c\x1b\ \x67\xe0\xaf\x39\x47\x6f\x9c\x79\x30\x36\x39\xb6\xfa\x65\x62\x02\ \xea\x9e\xfc\x7c\xec\xf6\xf0\xe9\xa6\xae\xda\xac\x8a\xac\xb6\x5b\ \x6b\x47\x87\x3f\x9a\xb3\xb3\x5c\x5d\x83\xed\xed\xed\xb5\xb5\x3d\ \x8e\xbc\x9e\x81\xfc\xf2\x6e\x63\x5f\x6b\x63\xcb\x60\xcd\xd9\xea\ \xbe\xfe\x9a\xae\xfa\xb2\xf6\xc2\x4b\xcd\x2d\x6d\xc5\xfd\x03\x4d\ \x25\x1d\x7d\x2f\xa7\xdb\xfb\xfa\xdb\x5b\x7b\xda\x4b\xce\xb7\x37\ \xe7\x37\x97\xd6\x55\x37\xb7\x17\xb7\x55\x97\x75\xb7\x74\x77\xb5\ \xf7\xf5\x74\x94\xb4\x74\xf5\x14\x56\x97\x35\x77\xf6\x0f\x34\x5f\ \x28\x2d\xad\x6e\x2b\x6b\xa9\xce\x2f\x28\x2c\x7c\x7c\xf6\xce\x95\ \xf2\x7b\xe7\xa7\x96\xee\x3f\x5e\x9b\xdf\x59\x3a\xff\xe8\xc5\xa3\ \xf9\xf9\x79\x90\xa4\x46\xb7\xd6\xee\xef\x03\xd5\xfb\xf4\xf9\xb7\ \xb5\xf9\x77\xb3\x2f\x6f\xcd\xde\x7b\xb1\xb4\xf8\x62\xfe\xd9\xfe\ \xfe\xfc\xd3\x9d\xd1\xd9\xc5\xf9\x77\xdb\x6f\xe7\xdf\xbd\xfd\xeb\ \xe3\xcc\xf6\xcf\x7f\x7e\xfd\xeb\xdf\x3f\x5f\x0b\xf1\x6c\xa2\x3c\ \x97\x06\x82\x12\x0d\x24\x2b\xc0\xa8\xde\x21\x7e\xef\x50\x2a\xa0\ \x50\x2a\x0d\x04\xae\xca\x37\x6f\xa0\x03\x86\x69\x44\x70\x61\x6e\ \x2f\xbe\x69\x7a\xef\xaf\xbd\x7f\xbb\xf0\x44\xa4\x3c\x35\x35\xb7\ \x32\x55\x5e\xf9\xe6\x09\xd8\xe2\x49\x6f\x65\x6e\x25\x86\xa7\xe6\ \x19\x93\xde\x48\x9f\x6d\x96\x1a\xeb\x73\x8c\xd9\xfa\xc7\xba\x81\ \xb9\x6c\xf0\x87\xdc\x72\x1e\x39\xf3\xfc\xe3\xaf\x69\xa9\x94\xb7\ \xf1\x3c\xb6\x55\x0e\x6e\x1c\xa8\x64\xe5\x1b\x9c\xb0\x71\x6e\x06\ \x87\x41\xf2\xdb\x0e\xdc\x88\x5f\xd9\x7c\x66\xf9\x85\x8d\xc1\x10\ \x89\xdc\xfd\x19\x68\xf6\x38\x8d\xac\x88\xca\xe4\x44\x9a\x4c\xa6\ \xab\xd1\x5e\xff\xf0\x2a\x90\x9d\x84\xc9\x39\x57\xdd\x46\x9a\x2d\ \xbe\xbb\xee\x8c\xcc\x85\x23\xfe\xa0\x33\x0a\xac\x0e\xb0\xcb\x12\ \x5a\xf1\xf9\x9d\xfe\xb0\x2f\xb8\xa1\x33\x78\x03\x21\x7f\x24\xea\ \x0b\x41\x3e\xe5\x0f\x58\x42\x01\x9f\xc1\x17\x8d\x06\x00\x91\xdc\ \x51\xa7\xdb\xe0\xdb\xf8\x3e\x85\x10\x9a\x9c\x1a\xf0\x3b\x0d\xeb\ \x51\xaf\x01\x44\xa5\x95\x95\x15\xb7\x2f\xe2\xa4\xba\xdd\x86\xa8\ \x9f\xe1\x77\x47\x48\xc9\xba\x0d\x88\x3e\x6e\xa7\x98\xc3\xf1\x7a\ \xe7\xc2\x1b\x7f\x46\xa3\xe1\x30\xb4\x1f\xdd\x0d\x3f\x64\x98\xf3\ \x06\x74\x16\xaf\x01\x98\x23\x9c\x01\xc2\x8d\x9f\xe1\x8e\x04\x83\ \x2a\xa7\x1b\x6a\xbe\xe5\xb7\x04\x80\x30\x7e\x6f\xd4\x06\xe7\x18\ \xc4\x24\x0b\x09\x0e\x67\xa0\x48\x58\x8e\x53\x45\x65\x24\xc4\x60\ \xbd\x58\x0e\x16\x45\x4a\x46\x91\xe0\x28\xb1\x0a\x15\x8f\x45\x27\ \x62\x49\xb1\x27\x0e\x1d\x3b\x77\xfa\xfb\xf8\x93\x93\x37\x16\xbe\ \xfd\xef\x36\xc9\x1d\x0c\xaf\x58\x54\x4e\xb4\xc1\xe7\x14\x1b\x54\ \x01\x90\x15\x7d\xd0\xad\x8b\x55\x16\xf0\xcf\xe9\xf6\x39\xa9\x4e\ \x37\xd4\x36\x5e\x45\xe5\xa0\xc4\x54\x12\x09\x85\x15\xc3\x93\xe1\ \x70\x34\x2a\x19\x1b\x03\x87\xba\xc8\x1f\x4c\x8c\x85\xc5\xc6\x40\ \x53\xec\xe3\x62\x0f\xc5\xc4\x1e\x3a\x94\x70\xf8\xc8\xa1\x98\xc3\ \x87\x13\x62\x8f\x1c\x3a\xfc\xc3\x55\x4f\x4e\x8e\x8b\xa7\x6d\xc9\ \x32\x3a\xd4\x46\x4f\xed\xc0\x60\x79\x51\x5b\xd9\xd9\xc2\xce\x9a\ \xf6\x96\xea\xe6\x6b\x1d\x1d\xe9\x9e\x92\xfe\xab\xfd\x7d\x03\x57\ \x6b\x1b\xeb\xbb\x2a\x80\xdf\x11\xa4\x32\x2e\x8b\x0d\x75\x9a\x12\ \xa6\xd0\xe9\x6c\x26\x06\x83\x21\x88\xe8\x4a\x05\x57\x80\xe7\x4a\ \xa5\x14\xa6\x8c\x67\x54\x7a\xa4\x4a\x01\xcf\xa4\xb0\x99\x94\x1e\ \x68\x6c\xa1\xc9\xae\x50\xab\x65\x32\xb5\x51\x69\x72\x01\x19\xf4\ \xe8\xb5\x5a\xab\xd1\x06\xb8\x66\x55\x03\x72\x28\x01\x57\x98\x46\ \xbb\x4d\x96\x01\xbc\xcb\xe4\x52\x4a\x64\xe0\x75\xee\xc8\xc9\xf4\ \xd4\xeb\x35\x46\xa3\x5d\x2d\x11\x01\x3c\xca\x64\x99\x56\xbb\x94\ \x9e\x94\x46\x20\x70\x69\x78\xe0\x7d\xb8\x14\x01\x8b\x45\x67\xb1\ \x99\x08\x24\x32\x05\x43\xc7\x90\x73\x91\x04\x0c\x11\x41\x06\x97\ \xa4\xca\x69\x64\xb6\x30\x45\xc4\x93\x00\x76\xb2\x04\x4a\x99\x49\ \xc1\x05\xfa\x67\x94\xd9\xb4\x2e\x05\x4f\x61\x04\x1c\x72\xd8\x84\ \x6a\x81\x59\xa8\x56\x68\xf5\x3c\xad\x46\x23\x05\x60\x01\x44\x15\ \x2a\x64\x12\xba\x54\x91\xe9\x90\xf1\xf4\x66\xbd\x0b\x88\xa0\x5d\ \x08\x54\xd1\xa8\xb4\x81\xed\x35\x02\xa9\x52\x04\x84\x90\xa7\x56\ \x5a\x35\x36\xad\xd9\x64\xf5\xe4\xd5\x66\x64\x64\xb5\x96\xd6\x75\ \x5e\x78\x79\xff\x6a\xcb\xa5\xd2\x92\xce\xc1\xea\xbe\x8e\xc1\xc6\ \xac\xfe\x97\x97\xae\x6a\xb2\x3c\x19\x22\x89\x48\x96\xc2\x92\xb2\ \x85\xf7\xf6\x8b\x4a\x9d\xdb\xc0\xab\xab\xf5\x59\xb7\xca\x06\x5c\ \x08\x26\x85\x40\x20\xb2\x08\x08\x0c\x13\x91\xa4\xce\xe2\x55\x55\ \xb7\x4e\x79\xe3\xfe\xfa\x07\xf5\x87\xe1\xf5\xf6\xeb\x53\xee\xd7\ \x4f\x8f\x7f\xfb\xf6\xfc\xe1\xc4\x8d\xb8\x73\x0d\xc7\xc6\x4f\x9c\ \x3e\x79\xfc\xf4\x45\x84\xa6\x67\x33\x6e\x19\x84\xa4\xc9\x05\x90\ \xa3\xc6\x87\x4f\x4c\x2e\x1f\x38\x7c\x63\x72\x6c\x04\x50\x6a\x77\ \x79\x61\xf5\xcb\xb7\x6f\x5f\x76\x41\xb6\xfa\x32\xbe\xfb\x65\x77\ \x77\x79\x72\x79\x75\x12\x5c\x75\xe2\x36\x47\xfc\xd7\x6b\xf4\xf0\ \xf3\x07\x13\x13\xe3\x0b\x0b\x63\xe3\x93\x23\x80\x6d\x93\x0f\xe2\ \x86\x77\x3c\x3d\xd7\x6a\xcd\x39\xdd\x33\x45\x2f\x4e\xc5\xb7\x34\ \x3e\x1e\xcd\xa8\xa9\xce\xc9\xcb\xcb\xb3\x57\x75\xf7\x0d\x56\x54\ \xe5\x55\xd4\x0c\x76\x34\xf5\xb4\x94\x95\xb5\xb5\xf5\x0c\x16\x56\ \x03\xbf\xeb\xa8\x29\x6a\x6d\x2d\x2b\x2d\xed\x7f\x34\xdf\xd4\xd1\ \x3e\x58\xdb\xd8\x55\xf7\xb4\xad\xa6\xa0\xb9\xe4\xd2\xf5\xe2\x6b\ \xb5\x1d\x45\x2d\xb5\x35\x7d\x75\x35\xe0\x9a\x2d\xd7\x06\x7b\x4a\ \xea\xca\x8b\x9b\xba\x5b\x06\xf2\x0b\xea\xaa\x0b\xf3\xeb\xce\x9e\ \x2f\x2f\xb9\x74\xff\xfc\xe3\x3b\xe7\xef\x97\xcf\xbf\x5d\x9a\x7e\ \xf7\x76\x74\xe6\xe2\xd4\xcc\xbd\xe9\xf9\xed\xad\xf9\xb5\xcd\xcd\ \x29\xf0\x6d\x66\x7f\x6d\x3f\xb2\xb7\xf9\xcb\xf6\xd6\xce\xb3\x47\ \xb3\x3b\xb3\xf3\x1f\x3f\x7e\x5a\x1c\x7d\x31\xfb\x76\x6d\xfa\xd9\ \xab\xad\xb5\xfd\x4f\x3b\xcf\xf6\x3f\x7e\xfa\xfa\xf3\x3f\x3f\xff\ \xbd\x81\xdd\xa1\xb0\x11\xb4\x54\xb9\x3c\x15\x72\xc2\xb4\x5c\xda\ \x93\xde\x21\x80\x26\x10\x82\x00\x8d\x7a\x73\x73\x73\x2b\x87\x7a\ \x87\x40\x04\xe3\xa7\xa5\x42\x9e\x98\x32\xf8\xd7\xfb\xdf\x5f\xfd\ \xf4\x54\x94\x06\xed\xc0\x82\x3e\xde\x40\xd3\x56\xc0\xb6\x95\xbd\ \x38\x8d\xde\x54\x91\x92\x96\x15\x7c\xe4\x51\xd6\x5d\xa3\x28\xb4\ \xb3\x1f\x2a\xde\x0b\xdb\xbb\x4c\xfd\xaf\x4e\x0e\x1f\xd3\x3f\x79\ \x23\xd7\x46\x62\x09\x0a\x17\x99\xc8\x07\x64\x04\xf9\x2d\xed\xd7\ \x7f\x5f\x61\x70\x84\x14\x64\x09\xf6\xf4\x81\xe4\x0f\x73\xd4\x3b\ \xa9\x18\x32\x8d\x66\xdb\x1e\x94\x43\x8d\xc4\xc9\xfc\xf2\xf2\x5c\ \x3c\x82\x89\xf9\xf4\xc1\xf5\x74\x27\xb9\x18\xc9\x55\x0a\x12\x55\ \xcd\xbe\x8e\xd7\x23\xef\x7d\x1b\x73\x00\x50\x2b\x7e\xb7\x85\x13\ \xf2\x07\x22\xe0\x95\x1c\x08\xb8\xdf\xaf\x47\x2d\xc1\xb0\xcf\x20\ \x76\x47\x0c\xbe\x60\xd4\x19\xf0\x43\xc0\xb2\xf8\x7c\x06\xaf\xc5\ \xe0\x9c\xf3\xaa\x02\xc1\x70\xc8\x10\x88\x06\x00\xd2\xa2\x73\xeb\ \x51\x90\xb4\x82\xce\x48\x78\xdd\xe9\x9b\x0b\x86\xe7\x9c\xce\x08\ \x00\x84\x2f\xe0\x8c\x46\x9d\x91\xc0\x8a\x0e\x6b\x00\x48\x83\x4c\ \xd2\x42\x05\xa1\x2b\x10\x5d\xf7\x86\x7c\x21\x1f\x34\xdf\x30\x82\ \x3e\xa4\x0a\x18\x74\x3a\x86\xce\xc9\x00\xa9\x06\x1a\x9f\x1a\xd0\ \x89\x83\x11\xb7\x4a\xe7\x53\xa1\x7d\x7e\xbf\x5b\x25\x86\x7b\xa1\ \x35\x35\x5e\x31\x89\x6a\x60\x88\x75\x00\x4d\x06\x15\xd4\x80\x94\ \x64\x48\x86\x93\x02\x0c\xf0\x05\x86\xe2\x30\x62\x0f\x27\x33\xe2\ \xe3\xc0\x69\x34\x09\x76\xe4\xe0\x91\xcb\xe7\xce\x9d\x3a\x75\xee\ \xee\xa9\x1b\xcb\xff\xfd\x6f\x03\xd6\xf2\x3e\x02\x68\xe9\x46\x5b\ \x22\x41\x95\xc5\x39\x07\xf2\x1b\x74\x14\x13\x6a\x37\x63\xd1\xa1\ \x18\x24\x9f\xdb\x00\xcd\x2b\xe4\x50\x2d\x68\x34\x56\xcc\x48\x46\ \xa1\x61\xe2\x44\x2a\xfc\xfb\x6e\xf7\x64\x06\x3c\x31\x01\x85\x4d\ \x80\x1a\x63\xc5\xc7\xc2\x60\xf1\x89\x71\x30\xec\x91\xa3\x87\xe2\ \x0f\xc5\x1d\x38\x70\x32\x2e\xfe\xd8\xc1\xb8\x1f\xba\xaf\xd9\xcd\ \x5c\xc9\xc0\x35\x75\x9e\x43\xe1\xc8\x19\x6c\x1d\x28\xeb\x68\x6a\ \x3a\xdb\xd9\x39\xd8\xd4\x5e\xd7\xd2\x51\xdc\x7e\x35\xa3\xb5\xb3\ \xba\xa3\xb5\x62\xf0\x6a\xfd\x40\x95\x5e\x46\x67\x81\x24\x22\x41\ \x32\x31\x64\x44\x0a\x0b\x21\x53\x23\x98\x4c\x16\x82\x02\xb5\xba\ \x12\xa4\xb0\xe9\x02\x89\x90\x25\x91\x81\x18\x23\xd2\x1a\xb5\x76\ \x1b\x10\x2a\x3d\x53\xa2\x34\x49\xc1\x07\xcf\xe8\x52\xaa\x05\x7a\ \x6b\xba\x54\x69\x54\x68\xed\x0a\x99\xdd\xca\x15\xe9\xf5\x22\x11\ \xc0\x13\x70\x35\xbd\x49\xa1\x30\xda\x8c\x5c\xbd\x9e\x2e\xb0\xa7\ \x6b\x33\x3c\xc6\xac\x2a\xa1\xd6\x68\x54\x7b\x24\x22\x0c\x06\x2a\ \x3f\xb0\xa9\x45\x0a\x2e\x8d\x48\x48\x61\x62\x88\xd0\x8a\x65\x44\ \x12\x12\xdc\xa3\x44\x44\xc0\xc8\xf1\x48\x3c\xb0\x44\x32\x4e\x2e\ \x27\xd3\x58\xc4\x54\x5c\x2a\x9f\xc8\x62\xb1\x94\x02\x85\x51\x08\ \x02\x93\x49\xa9\xd1\x08\x5d\x0a\x90\xa7\x8c\x19\x1a\x90\xb3\x8c\ \x66\x25\x08\x93\x66\x85\x46\x6b\xd4\x3b\xcc\x42\x8f\xd9\x64\x54\ \x9b\xec\x22\x21\xc0\x94\xd9\x04\x42\x9e\x39\x53\x24\xd4\x18\x6d\ \x7a\xad\x5d\xa3\xd1\x2b\xb8\x1a\x9b\xd2\x98\x63\x07\x99\x4f\xca\ \x13\x68\x6d\x32\xa1\x92\x6b\xd4\xdb\x65\x99\xf5\x1e\xb3\x4d\xeb\ \x00\xb7\x6c\xcc\x79\xbb\xb6\xf7\x6a\x33\xb3\xa7\xec\xde\xf9\x96\ \xaa\xf2\xda\xae\x01\xab\x71\xe0\x7a\x5b\xad\x27\x1b\x02\x9f\x00\ \xa4\x42\x91\xd2\x5e\x38\x7b\xad\xef\xd9\x4c\x79\x66\xeb\x35\x5e\ \xfa\x9d\xe2\x46\x85\x84\xcb\x22\xb0\x88\xf8\x24\x24\xf0\x59\x0c\ \x5e\x2f\xd3\x5c\x4d\x19\xec\xeb\x7a\x35\x77\x1c\x16\xb3\x8e\x3e\ \x76\xf7\xef\x8f\x9f\xf7\x50\xe7\x56\x27\x56\x2f\x9f\x7e\x70\x3c\ \x76\xe4\xc6\xc1\xdb\x77\x87\x19\x42\x9c\xf1\xea\xf4\x81\x89\xc9\ \x61\xe0\x7f\xcb\x13\xe3\x00\x3f\xdf\xee\xde\x9e\x5c\x98\x9c\xd8\ \x1d\x1f\xdf\x5d\xd8\xdd\xfd\xef\xb7\xdd\x2f\x80\x5b\xab\x50\xbe\ \xfa\xb6\xbc\xbc\xfb\x6d\x62\x12\x70\x6b\x61\xf9\x36\x76\xeb\xf7\ \xf1\x91\x09\x70\x95\x2f\x20\x9f\x2d\x2f\x8f\x8d\x8f\x8f\x4c\x2e\ \x1c\x6b\x60\x9c\x2f\xab\xcf\xb0\xb5\x66\x17\xee\x9c\xdd\x3b\xf1\ \xf0\xf5\xfe\x9d\x8c\xce\xee\xd6\x6b\xfd\x55\x9e\xfe\xb6\x96\xae\ \xfe\xfe\x81\x9c\x6b\xed\x2d\x7d\x6d\x65\xe7\xab\x9b\x0b\xdb\x6b\ \x6f\x9d\x6d\x2b\x6b\x6b\x6a\xb9\x5e\xda\x74\xb6\xee\x42\xfb\x95\ \x17\x75\x05\xdd\xfd\xfd\x3d\xed\x05\x65\x5d\xd5\xd5\xdd\xe5\x05\ \xc5\x57\xca\xfa\x7a\xfa\x5a\x6a\x06\x6b\x5b\x0a\xea\x9a\xcb\xfa\ \x3a\xfb\x3a\x3a\x4a\x0b\x4b\x06\x5a\xaa\xdb\xcb\x6f\x15\xd5\x40\ \x42\xd8\x76\xf6\xc2\xd4\xcd\xc7\x2f\x6e\x4e\xcf\x5c\xb8\xf9\xf1\ \xd9\xd2\xf6\xfc\xcb\xad\x5b\xf7\x9e\x2e\x3d\x7d\xb1\xb6\x35\x35\ \x33\xff\x72\x7e\xf6\xdd\xd2\xec\xc7\xcd\xad\x9f\x16\xdf\x7d\xda\ \xda\xdc\xfe\xbc\xb8\xbf\xb5\xb8\xff\x71\xeb\xe7\xb7\x8f\x67\xa6\ \x67\x77\xf6\x3f\x3e\x5b\xdb\x9e\x79\xfd\xea\xd3\xa7\x8f\xbf\xfc\ \xf2\xfa\xd5\x87\x0f\x73\xb0\x15\x2e\x86\x4f\x4e\xa3\x41\x7b\xb0\ \xbe\x0f\x9f\x07\xa2\xc7\x07\xf9\x27\xb7\x92\x2f\x27\x92\xd3\x52\ \x87\x2a\xd3\x86\x2a\xdf\xa4\x55\x92\xc1\x59\x4c\xae\x1c\x97\x92\ \x7e\xf1\xed\xd7\x9f\xa2\xaf\x6a\x11\x69\x34\x32\x0e\x80\xaa\x57\ \x9e\xfb\x66\xe8\x49\x65\x9a\x3c\x0d\xa1\xb6\xe6\x65\x33\xe5\x85\ \xe2\x0b\xfa\xda\xa5\x1c\x1c\xcb\xbc\xb7\x64\xfd\x6a\x6e\x33\x0b\ \x7b\x9a\x5f\x8d\xfd\x41\x23\x93\x69\x39\x31\x3e\x4c\x57\x39\x0d\ \x91\x0a\x40\x98\xdb\xfb\xe4\x0d\xf1\x06\x16\xc1\x62\x23\x90\x65\ \xe2\xe3\x47\xe3\x03\x01\x74\x67\x2f\xd4\xff\xbb\x6d\x5e\x98\x46\ \xe6\xff\xf8\x63\xaa\xbc\x2f\x2b\x2d\x15\xc7\x26\xd6\x9d\xaa\x2b\ \xfc\x79\x9f\x80\x60\xca\x28\x37\x1f\x2e\x7d\x2c\x3a\x77\x62\xc3\ \xb0\xb2\x11\xf4\x39\x2d\x5e\x10\x3e\xbc\x01\x6f\xd4\x2f\x16\x07\ \x0d\x20\x55\xb9\x83\xc1\x28\x34\x3b\x75\x25\x1a\x5d\x89\xce\xf9\ \x56\x7c\xce\x39\xa8\xf5\xb1\x0a\x6a\xc4\x10\x72\x7a\xa3\x16\x77\ \x48\x17\x9c\x0b\x05\xbc\xa1\x48\x34\x02\x2c\x0b\x30\x65\x3d\x1c\ \x06\xf2\xe8\x5f\xdf\x70\xcf\x85\x36\xa0\xd4\x12\x08\x85\x23\x5e\ \x4b\x50\x8c\x75\xfb\x0d\x4e\x70\x1f\x7e\x15\xb4\xb7\xca\xbb\xb2\ \x1e\x02\x10\x0c\x82\x8f\x80\x0f\x0e\x33\x80\xac\xe3\xf3\x7b\xc3\ \x06\x14\x1a\x05\x87\x51\xb1\x62\x0b\xd5\x60\xd0\x19\x0c\x61\x1f\ \xc7\x02\xb5\x5c\xe6\x30\xdc\x4e\x2c\xc3\x02\x22\x15\x55\x4c\x52\ \x51\xe1\xc9\x54\x2a\x2a\x99\xe3\xc6\x26\xfb\xb0\x87\x51\x24\x2a\ \x36\x86\xc1\x48\xc6\x32\xe2\xe2\xe0\x2a\x74\x42\x32\x87\x84\xa2\ \x52\x0f\x9c\x3e\x73\xf9\x44\x43\xc3\x89\x73\x23\x0d\x67\x26\xff\ \xf3\x9f\x06\x54\xe8\x77\xc0\x46\x68\xd9\xd1\xdf\x41\xb7\xdf\xed\ \xf3\x7f\x9f\x3d\x2d\x06\xbf\xb3\xdf\x1d\x30\xa0\x9d\x7e\x06\xd4\ \xab\xde\xc0\xa1\x72\x38\x62\x68\xec\x73\x6c\x7c\x42\x22\x1c\x4d\ \xc2\xc6\x60\xb1\x70\x12\x36\x01\x86\x4a\x86\x27\xc2\xe3\x12\x61\ \x89\x70\x78\x72\x02\x0c\x3a\x46\x78\xe8\xf0\xd1\x23\x87\xe2\x0e\ \x1e\x3f\x78\xec\x50\xfc\xc1\x1f\xb2\x4c\x84\x24\xa6\xa3\x13\xbc\ \xf8\x4c\x5a\x57\x56\x4f\xbd\xa7\xad\xab\xbb\xbd\xe6\xda\xb5\xc6\ \xda\xbe\xa2\x4b\x4d\x2d\x2d\x39\x19\xf5\xad\x9d\x15\x5d\x55\x39\ \x15\x59\xf5\xe0\x45\xcc\xa6\x48\x95\x74\x09\x93\xcd\x4a\xc5\x20\ \x68\x78\x29\xd4\xf9\x8e\x45\xe7\x52\x28\x20\x6b\xa5\xb0\x58\x32\ \x89\x86\x4d\x10\x2a\x14\x6a\x85\x5a\xab\x96\xa9\x4d\x4a\x11\x08\ \x63\x22\x1e\x5d\xa6\x51\xbb\x8c\x32\x8d\xd2\x2a\x32\x6a\xcd\x42\ \x99\x51\xab\xd1\x1b\xed\x1e\x99\x94\x47\xe7\xb2\x04\x02\xb3\x8c\ \xa0\x36\x29\xd4\x7a\xa0\x60\x7a\x25\x97\xe5\x48\xb7\x6a\xac\x0e\ \x6d\xb6\xc7\x9a\x69\xca\xb4\xf2\x28\x14\x8c\x56\x0f\x24\xd3\xac\ \x14\xe9\x8d\x18\x0a\x9b\x89\xa7\xf1\xf1\x5c\x5c\x1a\x19\x49\x26\ \x33\xd9\x5c\x29\x17\x47\x24\xa7\x00\x3b\xc4\xd3\xe4\x48\x5a\x1a\ \x12\x83\x27\x24\x81\x27\x30\x8b\xc9\x14\x09\xa1\x62\x30\x99\x56\ \xe2\xd2\x0a\x78\xd0\xc2\x48\xa5\x50\x61\xd6\x2b\xf4\x0e\xae\x50\ \x2a\xd4\x58\x35\x26\x99\x46\x6b\x03\x0e\x28\xd0\x4a\xb4\xb6\x4c\ \xa5\xcc\x06\x00\x6a\x33\x6b\x79\x5a\xb3\x5a\xaf\xd4\xc8\xac\x26\ \x40\x23\x7d\x06\x70\x45\xae\xc2\x96\x61\x4a\xd7\x5b\xb5\x32\x9b\ \x1d\x3c\x14\xa9\x54\xeb\x50\x58\x1d\x2e\x53\xb6\x49\xef\x02\xc1\ \x4d\x92\x91\x5d\x3c\xb3\x78\x09\xbc\xbc\xdb\xda\x1a\xdb\x3b\xaf\ \xd9\x32\x6b\x6b\xba\xbb\xb5\x57\x33\x6c\x5a\x93\x90\x0e\x8c\x97\ \x2b\x32\x56\xdf\x6f\xbc\x74\xb1\xa5\xbb\xa9\xac\x53\x58\x5f\xd8\ \x6a\xe7\x09\x98\x04\x26\x1b\x07\x4d\x0e\x06\xc0\x92\xd9\x08\x12\ \x0d\xee\x7a\x4c\xe3\xe0\xcf\xa1\xc7\xc9\xa8\x83\xc7\x6f\xf8\x9e\ \xfd\x39\xcb\xb8\x0b\x52\xd4\xed\x83\xe7\x4e\x9e\x18\x7f\x78\x7a\ \x64\x78\xec\x74\x07\x86\x6b\xbc\xf6\xe9\x08\x40\xd5\xe4\x97\x6f\ \x20\x69\x2d\x4f\x2c\xaf\x42\xb5\xa1\x20\x54\x8d\x8f\x4d\xfc\xf7\ \x1b\xe0\x15\xb0\x44\xe8\xf0\x21\x48\x59\xe0\x1b\xb8\xfc\xc6\xd8\ \xc2\xee\xf2\xc1\xdf\xdd\xa5\xb1\x97\x87\x77\xff\xbb\xbb\xfb\x0d\ \x98\xe4\xea\xee\xf8\xe4\xf3\xdb\x63\x27\x61\x23\x5b\x2e\x57\xa6\ \x3e\xbb\xe9\xed\xe2\x7b\xf1\xf9\xbf\x0f\xfc\x73\x5e\x9b\x93\x97\ \xd5\xde\x98\x7f\xcf\xd3\x32\xd8\x3f\xd0\xde\xda\xda\xd2\x52\x52\ \x56\x57\x56\xde\x53\xd3\xdc\xdc\xd8\x7c\xbd\xba\xa4\xa9\xbb\xef\ \x4a\x61\x75\x7e\x61\x61\xf1\x95\x77\x6d\x4d\x1d\x3d\x4d\xdd\xb5\ \x65\x35\x8d\x75\x45\x7d\xd5\x35\x37\x4b\xbb\xcf\x96\xf6\x74\xd6\ \xf5\x74\x56\xe7\x97\x0e\xb6\xd4\x35\xd7\xb5\x57\x77\xd4\xf4\x5d\ \x6b\x2a\x2d\x2d\xbc\x58\x0e\x94\xb0\xa4\x38\xff\xca\xfd\x97\xf7\ \x1f\x5d\xb9\x73\xfd\xe6\xcb\xfd\xb5\xed\xcd\xb7\x6f\x5f\x2e\xde\ \xbc\xff\x72\xf1\xe9\xcd\xa9\xa5\xb7\xb3\x8f\x67\x66\xe7\xb7\x97\ \x5e\xec\x2f\xbe\xdd\xbf\xb7\xfd\xe9\xd1\xd6\xe2\xda\x8b\xb5\xa9\ \xa9\x9d\xd9\xd1\x7b\xf3\xd3\x4b\xd3\x8f\x3e\xcf\xce\x6f\xbe\x7b\ \xb7\xf5\xcb\x5f\xdb\x7b\x9f\xf6\x7e\xf9\xfb\xb7\x0f\x11\x3f\x7c\ \x4e\xc4\xa4\xc9\xf9\x44\x1a\x0d\x04\x9f\x5c\x3e\x59\x9e\xfa\x04\ \xe4\xac\x37\x43\xb9\xe4\x34\x32\x0d\x40\x2b\x15\x32\xbf\x37\x43\ \x43\xbd\xb9\xe0\x14\x19\x99\x36\xd4\x8b\x64\xdb\xda\xf7\x7f\xfb\ \xe9\xa6\x94\x9f\x44\xa4\xf1\xa1\x9a\xaa\xdc\x27\x43\x50\x39\x16\ \x32\x33\x53\x63\x46\xa4\x6d\x73\x7a\x2a\xce\x4f\x89\xe4\x49\xe6\ \x57\xf5\x85\x85\x39\xd5\x3d\x45\x19\x49\x9e\x86\x7a\x39\x12\x87\ \x68\x3e\x15\xc5\x17\xdc\xac\xe4\x83\x70\xf5\xa4\x57\xfe\xe3\x8f\ \x5a\x83\x07\xcf\x4e\xc1\x60\xae\x3a\x4f\x9c\x44\x89\xbd\x61\x4d\ \x5a\x12\x86\x4c\xe8\x68\xc6\xf0\x69\xfc\xde\x5c\x22\xa6\x84\x9e\ \xdb\xcb\xa7\xd0\x99\x47\xe2\xaf\x47\xf3\x70\x18\x36\x1d\x2f\x3b\ \x70\xa0\xed\xdf\xff\x25\x40\xa5\x0a\x01\x9d\x33\xe0\x84\x5a\x84\ \xae\xf8\x7c\x3e\xe0\x4e\x3a\xbf\xd7\xf7\xbd\xd5\x55\x24\x14\x5a\ \x89\x46\x22\xfe\x88\x33\xe4\x0f\xce\x45\x37\x7c\xba\xa0\xd7\x17\ \x00\xc9\x2b\x3a\x17\x0a\x82\x2d\x83\xe1\x75\x7f\xd0\x3f\x17\x0d\ \x87\x02\x62\x1f\x80\x15\x84\xa1\xe8\xba\xc1\x1d\x88\xfe\xed\x14\ \xeb\x40\x40\xf2\xf9\x37\x22\x5e\x0e\x2c\xba\x1e\xf0\x1a\x22\x7e\ \x1d\xc7\x2d\xf6\x3a\xdd\x2b\x73\x51\x27\xe0\x9d\x2f\x18\x0c\x07\ \x74\x68\x34\x90\x45\x0b\xc8\x3f\x2a\x0e\x54\x18\x0a\x43\x79\xa9\ \xba\xd0\x06\xd8\x30\x18\x34\xa8\x7c\x50\xf1\x94\xdb\x1b\x71\x63\ \x55\x6e\x31\xc3\x62\xc1\x02\x6e\xa1\x2c\x3a\x58\x2c\xda\x90\x4c\ \xf5\x73\xe2\x13\x48\xa8\x44\x18\x95\x84\x45\xa9\xa8\x09\x68\x0e\ \x27\x31\x01\x38\x9d\x8a\x74\xec\xcc\xe5\xcb\x0d\xb7\x6f\x9c\x7e\ \x38\x76\xea\xcc\x04\x00\x56\xbc\x6f\xc5\x0f\x30\x6b\x71\x5a\xc2\ \x4e\x43\xc0\xe2\x5e\x5f\x31\x18\x54\x80\x92\x2a\x40\xde\x80\xca\ \x1d\xb0\x88\x19\x1c\x2a\x15\x44\x3c\x14\x87\x94\x9c\x8c\x4d\x48\ \x48\xc6\xa2\x49\xf0\x64\x74\x02\x3c\x01\x96\x0c\xbe\x27\xc3\xd0\ \xf0\xc4\x58\x00\x31\xa8\xe3\x4c\x3c\x08\x59\xb1\xb1\xb0\x23\x87\ \x12\xe2\x0f\xc5\x43\xbd\x47\xe3\x7f\xd0\x33\x93\x90\xea\x8a\x0c\ \x93\xd5\x2c\xd5\xbb\x32\xb3\x32\x3a\x3b\xbb\xfb\xbb\xeb\x1b\xbb\ \x3a\xea\x5a\x6b\xda\x5a\xae\xf5\x37\x7a\x06\x7a\xfa\xaf\xb5\x5e\ \x6d\xac\x70\x99\x6c\x2e\x35\x13\x2f\x65\xd3\xd5\x3c\x16\x21\x97\ \x46\xa4\x50\xa4\x6a\x3c\x0b\xa4\x1c\x89\x48\x03\x4d\x4f\x95\xb2\ \x05\x12\x85\x54\x22\x54\x08\xd2\xa5\x46\xad\xd6\xc8\x93\x48\x04\ \x6a\x11\x9b\x4e\x00\x90\x93\x8a\x8c\x26\xa3\x4b\xa6\x76\xe4\x59\ \x6d\x7a\xbd\xcc\xe1\xd0\xeb\xad\x12\xba\x46\x40\x91\xf0\x80\xba\ \x11\x15\x0a\x93\x50\x0a\x54\x4d\xc6\xa6\x2b\xb4\x56\x10\x70\xec\ \x56\xad\xd1\x66\xf3\xb8\x94\x52\xa6\x04\x03\xd4\xcd\x91\x2d\x33\ \x2a\xd5\x4c\x51\x0a\x93\x92\x4a\xe0\x23\xb8\x08\x0a\x59\x8e\x43\ \xb0\xa5\x5c\x3a\x33\x09\xcf\x27\xa4\x24\xe1\x91\x49\xf2\x14\x64\ \x1a\x91\x8f\x4b\x01\x24\x23\x4a\x25\x5c\x26\x4f\x4d\x67\xa9\x35\ \x3c\xa6\x4c\x28\x52\xea\xa1\x8a\x54\xb5\x16\xdc\x09\x08\x94\x52\ \xa5\x44\xaf\xd0\x9a\x34\x52\x85\x19\xc0\x55\xa4\x49\x37\x6a\xa0\ \xfa\x76\xa9\x54\xa1\x90\x4a\xcd\x46\x9e\x10\xaa\xb5\x72\x59\x35\ \x1a\x97\xd2\x68\x54\x28\x94\x8a\x0c\x99\x5a\xab\xd4\x2b\x5d\x2e\ \x20\x90\x26\xb3\xc6\x6e\x74\x54\x79\x3c\x2e\x99\xa2\xca\x26\xd2\ \x08\x79\x12\x4d\xba\x2b\xaf\xb4\xbf\xae\xe3\x6c\x55\x45\xd3\x60\ \x4e\xed\x60\x5d\x67\x53\xb6\xcd\xee\xd2\x6a\xd4\x80\xec\x04\x3a\ \x93\x27\xac\x28\x6d\xaf\xbe\x53\x9b\x51\xd5\xee\x51\x5a\x6b\xb2\ \xd4\x22\x11\x00\x19\x1b\x8f\x27\x20\xd8\x4c\x02\x5e\xa6\xc6\xd8\ \x5a\xd8\x5d\xb1\x05\x4b\x1f\x3f\xbf\x3e\x12\x7b\xf4\xf6\xf1\xdf\ \x2e\xec\xe8\x18\xcf\x77\x27\xee\x0e\xdf\xbe\x7d\xb7\x61\xf8\x46\ \xc3\xf8\xf8\xed\x13\x57\x58\xd7\x60\xfd\x8e\x2b\x27\x16\x00\x85\ \x76\x97\xbf\x8c\x03\xe3\x5b\xbd\x3c\xb6\xb0\x3c\x39\xb1\x3a\x3e\ \xfe\xe5\xdb\xe4\xea\xc4\xf2\x2e\x70\xc5\x2f\xbb\x93\x0b\x0b\xdf\ \xbe\x2d\x7f\x19\x5b\x58\x3d\xc8\xf9\xb2\xbb\x3c\xfe\xd0\xb9\x7f\ \x79\x7c\x6c\xf7\x1b\xc8\x5d\x0b\xcb\x5f\x16\x26\xc6\xc6\x26\xc6\ \x6f\x3c\x3c\xf4\x60\x23\x3d\x33\xc3\x54\x31\x58\x98\x7f\xe1\xdf\ \xe2\x8c\x95\x07\xaf\x33\xcd\xad\xd7\x0a\x0a\x7e\x2b\x1a\xe8\xbb\ \xda\x5c\xda\x9c\x3d\xd0\xdc\xd8\x9e\x5f\x78\xb6\xb0\xb0\xaf\xba\ \xa9\x6b\xb0\xa5\xac\xaf\xac\x74\xe0\x02\x30\xc0\xea\xbe\xe2\x5b\ \x9f\x9b\xae\xf5\x35\x55\xf7\xb5\xb7\x97\xb4\x15\x17\xf4\x54\xb7\ \x34\x95\x75\xd4\x95\x17\xb6\xb6\xd6\xf5\x5d\x2f\xbe\x9e\x5f\x7a\ \xa9\xaf\xaf\xad\xbc\xed\x7c\x5d\x77\x5d\x5d\xc9\x85\xa7\xa5\x67\ \x4b\xab\x3b\x8a\xf2\xcb\x8b\x5e\xbc\x3c\x9f\x7f\xe5\xd1\xfc\xe8\ \xdb\xcd\xad\x97\xcf\x5e\x9e\x7f\x9c\x7f\x7d\x6a\xf1\xc5\xda\xe2\ \xd2\xfe\xce\xda\xf4\xe8\xfc\xcb\xed\x99\xaf\xef\x66\xff\x7c\xb4\ \xb3\x34\xba\x3d\xff\xf8\xce\xe8\x8b\x99\xe9\x47\xdb\xbf\x7c\x5c\ \x5a\x5b\x9a\x9d\x9d\x5e\x5b\x9a\xdf\xd9\x7a\xb7\xf3\xe9\xf3\x2f\ \xff\xfc\xbb\x02\xac\xc8\x80\x5d\x51\xaa\x91\x72\xe2\xf7\xa1\x12\ \xe4\x4a\x79\x9a\x1c\x47\xe3\xcb\x69\xa9\x95\x69\x44\x79\xda\xd0\ \x93\x54\x3e\x1f\x9a\x45\xff\xe3\x8f\x6f\xa0\xea\xf4\x54\x24\x71\ \x68\x88\xcf\xe7\xe3\x80\x7d\x6f\xfe\xfe\x75\x00\x39\x24\x4f\x85\ \x56\xef\x3c\x81\x76\xd1\x3f\x49\xa5\x97\x56\x31\xb9\x64\xee\xdc\ \xab\xec\xfc\x9d\x2e\xbe\x1c\x59\xf1\x4a\x74\x73\x66\xef\x6b\x3e\ \x21\x6d\xa8\x22\x82\x01\x09\x4d\x73\xff\xdc\x3f\x98\x5b\x1f\xa1\ \x7a\x89\x34\x68\x09\xd0\xff\x8d\xfe\xc1\xa7\x20\x30\x49\x08\xfa\ \xce\xa9\x03\x0c\xaf\xea\x35\x9b\x8c\x20\x12\xd9\x55\x1a\x3e\x71\ \x08\xa4\x3b\x24\x73\x90\x46\x44\x20\x00\xa6\x9a\xc7\x9d\xf1\x5a\ \x16\x53\x22\x65\xb1\xff\x7d\x5e\x68\xf9\x9f\x37\x12\x7e\x3f\xe7\ \x0f\x40\x55\xa3\xe1\xdf\xc3\x4e\x15\x70\x43\x9f\x33\x10\x05\xac\ \x02\xd0\x8a\xba\x83\x4e\xaf\x1f\x9a\x6e\xe3\x0f\x86\x0c\x51\xa8\ \x69\x55\x28\x1c\x9d\x0b\x87\xa3\xe1\xc8\x06\x34\xe4\xd9\xe7\x0b\ \x87\xde\x87\x7c\x1b\xc1\x70\x30\xe2\x0f\x81\x18\xe6\x0f\x06\x42\ \x81\x20\x38\x19\x89\x50\x55\x91\xa0\x21\xe8\x8f\x04\x7d\xee\x64\ \xb1\x21\xe0\xd3\x39\xfd\x62\x8e\xce\x1b\x0a\x38\x23\x7e\xb0\x65\ \x28\xf8\xc1\x62\x09\x5a\xa2\x0c\x95\xdf\x47\xa2\x06\x9c\x2a\x9d\ \x4a\xc7\x61\x88\xd1\x96\x15\x95\x25\xe4\xf6\x5b\x80\x9a\x62\x93\ \x9d\x11\x9f\x58\x15\x88\x44\x82\x8c\x80\x85\xc3\xf0\x02\xb7\xe4\ \x00\x73\x83\xd6\x26\x93\x48\x62\x0b\x3a\x01\xed\xc5\xc6\xc0\x55\ \x54\x14\xd6\x82\x8e\x65\x88\x13\x61\x28\x80\x3c\x2a\xe3\x18\x34\ \x13\xf3\xdc\xe5\x13\xc3\x23\xc7\x4f\x4c\xfc\xef\x3f\x77\xb1\xd1\ \x39\x6f\xe8\x83\x37\xec\x66\xb8\xdd\xe2\xe8\x5c\xd0\x1f\x30\x50\ \xa9\x0c\x86\x81\xe1\xd3\x71\x2c\x54\x9d\x93\xa4\x63\x40\x83\x59\ \xc4\x1c\x31\x9a\x83\xa6\x8a\x93\x93\x19\x0c\x74\x7c\x32\x9a\x03\ \x47\xc1\x50\x90\x83\xc2\x12\x50\xf0\xd8\xd8\xd8\x04\x00\xb0\xc3\ \xb1\xb1\x89\x07\x13\x61\x87\x0f\xc7\xc5\xc7\xc6\xc5\xc4\xc4\x1c\ \x04\xe7\x7f\x60\x21\x08\x02\xbb\x43\xa8\x74\xa5\x9b\xec\xfa\xda\ \xfe\xfa\x9e\xda\xbe\x96\xea\xc1\xaa\x81\xee\x81\xec\xea\xbe\xce\ \xba\xae\xd6\xcc\xc6\xc6\xf6\xec\xec\x8a\x0a\x93\xd6\x28\x55\x0b\ \x25\x12\x26\x91\x2d\xa2\xb3\x91\x44\x24\x82\x4b\x11\x41\x5d\xa4\ \x00\x8f\x44\x22\xa3\x88\xa7\xd0\x08\x84\x3c\xa9\x50\x2f\x10\xb9\ \x20\x09\x04\xf1\x0a\xaa\xcb\x94\xb0\x30\x29\x29\x02\xad\x46\xa4\ \x36\x1b\x35\x5a\xad\xd6\xa6\xb4\x19\x15\x19\x56\xa1\x48\xe3\x90\ \x02\x3d\x53\x72\xa5\x12\x1e\x9b\xa2\xd0\xdb\x40\x08\x32\x59\x05\ \xcc\x14\xad\x0c\x00\x4d\x9f\x69\x37\xa9\x33\x2a\x3c\x36\x21\x85\ \x27\xe5\x29\xd2\xcd\x0e\x93\x06\x88\x93\x52\xca\x65\x21\x91\x49\ \x04\x0d\x17\x93\x82\xc7\x63\xbe\xef\x03\x82\x16\x44\xa7\x20\xf0\ \x78\x1a\x91\x98\x82\x43\x02\x37\x20\x93\x93\x30\xb9\x78\x00\x04\ \x91\x54\xa8\xd6\xf3\xb8\x32\x91\x10\x04\x3e\x10\xf0\x84\x32\x85\ \x49\x2b\xe2\xf2\x94\x32\xbd\x52\x20\x53\x98\xcd\x5a\xb3\x5d\xa3\ \xd5\x2b\xd4\x4a\x85\x51\x6d\x17\xb2\x35\x0a\xa9\x51\xc1\xd3\x38\ \x6c\x7a\xb3\xcc\x63\x4f\x37\xc9\xcc\x56\x2d\xd8\xc2\x66\xb5\xa9\ \xf5\x66\x85\xda\x68\x55\x28\x34\x6a\xe0\x97\x6a\xab\xd4\x91\x9d\ \x95\x95\x6e\x55\x78\xcc\x7a\xa3\x55\x9d\x57\xdf\x9a\xdd\x5f\x9f\ \xd1\x73\xb5\xbf\xb1\x2f\xbb\xd5\x56\xdb\x59\x5a\x9b\x57\xe5\xd1\ \xa7\x6b\x45\x1a\xae\x84\xcd\xe2\xb2\x09\xd2\xda\xda\x8c\x6b\x35\ \x19\x15\x6a\xab\xd9\xa1\xf4\xe4\x70\x59\x5a\x0a\x85\x95\x82\x01\ \x31\x4b\xc2\x43\x50\x84\x74\x84\xa7\xbb\x4b\x8b\xfd\x33\x54\x70\ \xd5\x0f\x43\xa3\xc5\xaa\xa6\x92\xd2\xe8\xf1\xf1\xdd\x89\x73\x47\ \x9f\x5f\x7e\x70\xe3\xcc\xc3\xcb\x77\x1f\x1c\x3d\x78\x56\xf4\xfb\ \xea\x01\x47\xfb\x4c\x2c\x48\x55\x0b\x0b\xab\x93\x13\x93\xe3\x0f\ \x4e\x4f\x02\xcd\x5b\x86\xcc\x6f\x72\x72\xf9\xf9\x32\x54\xe2\xbe\ \x3b\x39\x06\xed\xcf\x5a\x5d\x9e\x5c\x5e\x38\xd3\xf0\xdf\x85\x89\ \xdd\xdb\xeb\x3f\x9d\xda\x05\x3e\x38\xb1\x30\xf1\x7c\x79\x17\xd0\ \xed\xf9\x8d\xb1\xe7\xcf\x1b\x8e\x1c\x6f\xcc\xab\xb7\xe7\xd5\xd6\ \x3a\xcc\xed\xf3\x45\x9d\x7f\xae\xc6\x96\x56\x97\xbc\xde\x2c\x6d\ \x6d\x6c\x19\x28\x29\x2a\xe8\xe9\xaa\xeb\xef\xb8\x5e\xda\xd2\x54\ \xd3\xd6\xd5\xd6\xd2\x5d\x53\x94\x5f\x56\xdd\x57\x78\x6d\xb0\xb9\ \xa5\xec\xd2\x9d\xa5\xd2\xe6\x81\xbe\x96\xe6\xf2\xe2\xd2\xf3\x85\ \x6d\x35\x75\x7d\x35\x65\xa5\x6d\x05\x57\x5a\xaa\xcf\x17\x14\x9f\ \x2f\xa9\x29\x2a\x6b\x6b\x69\x2b\x2f\xbb\xde\x54\x5e\x56\x5d\x56\ \x7c\xaf\xf0\x4a\x41\x4d\x79\x5b\x41\x51\xd1\xfd\x3b\x67\x5f\xdc\ \x59\xda\xb9\x37\x3b\x35\xff\x62\x6a\xe6\xf1\xad\x92\x3b\xa3\xb3\ \x6b\xd3\x8b\xf3\xf3\x8b\xf3\x6f\xf7\xf6\xa6\x5f\x2e\xed\xef\xcf\ \xfe\xb6\xb9\x38\xbf\xb6\xb9\xf8\xf9\xf1\xe2\xfc\xec\xda\xda\xcf\ \x9f\x36\x5f\xae\x01\x58\x7d\xdc\xdc\x7b\xf7\xe9\xd3\xa7\xfd\xbd\ \xaf\xaf\xfe\xfe\x77\xe5\x83\x2f\xa0\x8a\x89\x2a\x4c\x18\x1a\xe4\ \x82\xfc\xca\x54\x32\x91\x4c\x26\xe3\x68\x72\x32\x0e\x58\x61\x65\ \xe5\xd0\x10\xb4\x64\x4b\x0e\x69\x61\xee\xd0\x9b\x1f\x7f\x1c\x22\ \xe6\xbe\x01\x22\x97\x0a\xb0\x96\xa6\x9d\xfa\x79\xfd\x12\xe1\x0d\ \xb8\x30\x0d\xda\xcf\xf5\x24\xad\x12\xd3\xf8\xd2\x41\xc0\xc8\x5d\ \xee\xb5\xfc\x8f\xf7\x84\xc4\x54\xfc\xd9\xed\xda\xc5\x9d\xd9\xcc\ \x54\x5a\xea\x8f\xa3\x83\xbf\x12\xe5\xe4\xf4\x7f\x87\xb7\x11\xf7\ \xff\xc1\x91\xd3\x2a\xe5\xf2\x54\xf9\xd0\xaf\xf3\x61\x1a\x78\xfa\ \x81\x74\x9c\x01\x8b\x31\x78\x2d\xd7\x91\x64\xa4\x1c\x23\xd1\x32\ \xc1\xbd\xc9\xc9\x7c\x9a\xa9\xbf\x17\x97\x94\x84\x48\x61\x31\xef\ \x1f\x73\xd3\xd9\x02\xba\x48\x20\xea\x3b\x95\x78\x6e\x3c\x1c\xdc\ \x08\x7f\x88\x82\xfc\x64\x09\x47\x22\x51\x8e\x2e\x14\x02\xf6\x14\ \xb2\xbc\x07\x14\xf3\x1a\xa0\xe4\x14\xf6\x7a\x43\x0c\xe7\x9c\xdf\ \x62\x08\x06\x2d\x5e\x10\xc0\x22\x7e\x60\x7c\x91\xd0\xba\xce\x69\ \xf1\x45\xc1\x35\xdc\xa1\xf5\x70\xc4\xe7\xf6\x47\x02\xd1\x50\x10\ \xd0\x2d\x14\x71\xce\x39\xfd\x11\x37\x48\x58\xbe\xe0\xfa\xfb\x15\ \x70\x1e\xc6\x80\x1a\x24\x18\x7c\x41\x8b\x4a\x17\xb2\x84\xe6\x02\ \x41\x4b\x24\xb2\x1e\x72\xba\x23\x11\x27\xc7\x19\x51\x19\x7c\xd0\ \x22\x6b\x92\x98\x04\x68\x03\x52\x8f\x0f\x6a\x56\x65\xf1\x87\x13\ \x63\xc4\x3e\xc0\x52\xce\xf7\x81\xd2\x6e\x12\x47\xa5\x32\x90\x54\ \x28\x9d\x0a\x0d\xd4\x2c\x99\x6a\x50\x71\x92\xe1\x6e\x71\x42\xac\ \x0e\xc5\x41\x91\x12\xe3\x49\x54\xa0\x72\xc9\x68\x06\x9c\x73\xf4\ \xd4\xa9\x33\x27\x4e\xde\x3e\xd5\x30\x7c\xea\xe8\xd8\x7f\xbf\x35\ \xa0\xa2\x81\x60\xd4\x1d\x99\x53\x89\x75\x41\x68\x06\xb5\xd7\xe7\ \xe5\x70\x54\x3a\xb7\x2a\xe8\x17\xeb\xc4\x20\x5f\x59\x0c\x62\x0e\ \x16\xe5\x53\x51\x55\x20\xe6\xc1\xd1\x20\xe9\xc5\x1e\x24\x01\x60\ \x91\x18\x09\x0c\x06\x0a\xda\xeb\x8e\x4e\x4c\x4c\x4e\x8c\x4b\x3c\ \x78\x0c\x86\x4d\x38\x02\x98\x75\xf4\xe8\xa1\xf8\x03\x31\xf1\x71\ \x71\x89\x20\x61\x89\x44\x4a\xa5\xdd\xa5\x76\xa9\xed\xb6\xcc\xfe\ \xfa\xaa\xfe\x46\x47\x67\x4d\x7d\x5e\x6b\x7b\xd7\x60\x4d\x57\x69\ \xcd\x40\x6b\x63\x63\x46\x5b\x45\x9e\x63\x20\x4f\x01\xa2\x91\x4b\ \x40\xc1\xe3\xf0\x12\x36\x85\x99\x82\x44\x60\x04\x42\x29\x53\x80\ \xa0\x88\x98\x2c\xbc\x44\xc9\xe5\x11\xe8\x6c\x91\x90\x2e\xd4\xa8\ \x8d\x1e\x99\x47\xad\x96\xe9\x8d\x52\xa5\x50\x28\x63\x25\x51\x94\ \xa2\x4c\x87\x51\xa0\xd6\x38\x00\xcc\x80\xfb\x99\x14\x2e\x85\x12\ \x30\x8c\x22\x50\xb8\x94\x78\xa1\x94\xce\xe2\xa9\xd3\x15\x6a\x9b\ \x5a\x66\xd2\xd8\x95\x7a\x8d\xc0\x6c\x37\xa7\xdb\xcc\x8a\x8c\xda\ \x0a\x85\x50\xcd\x12\x65\xda\x04\x4a\x73\x86\x43\xcf\x55\x03\x01\ \x93\x8a\xf0\x78\x36\x8f\x8b\xc0\xb0\x30\x48\x16\xb8\x67\x3c\x85\ \x86\xa4\x01\xb7\x22\x26\x81\xa7\x08\x92\x9c\xc6\x27\x42\x2d\x28\ \xe5\x29\x74\xf0\x34\x51\x0a\x99\x42\x10\xf4\x14\x32\xbd\xc0\x64\ \x33\xba\x94\x22\xb3\xc9\x6e\x14\xc8\x8c\x1a\xbd\x50\xa6\xb5\xdb\ \x34\x7a\xad\x0c\x20\xc4\x6e\x53\x40\x8b\x89\x44\x32\x20\xc5\x46\ \xc0\x2f\xa9\x43\x6d\xcd\xd4\x1b\x6d\x42\xab\xcb\x6a\x76\x99\x4c\ \x50\xd8\xb2\x6a\x95\xda\xf4\x74\x87\x42\xa9\xe4\xea\xb5\x42\x97\ \xde\xe3\xc9\xc9\xb2\x99\x3d\x7a\x70\x13\x5a\x7b\x4e\x4f\x45\x45\ \xbb\x4b\xe3\xa9\x68\x95\xba\x3c\x5d\x99\xb5\x15\x55\x99\xae\x4c\ \xad\x5d\xcb\x13\xea\xd9\x5c\x01\x90\x58\x56\x45\xa7\xa7\x3e\xcb\ \x96\x95\x69\x56\x0a\x3d\x99\x3c\x23\x4f\xaa\x25\x60\x10\x14\x3c\ \x13\x4f\x91\x00\xde\xd3\xf1\x08\x57\x69\x95\x7e\x4a\xe5\x7c\xfd\ \xaf\xea\xc6\xc9\x43\x1c\x00\xad\x47\xeb\x27\xc6\x96\x1f\x8c\x8d\ \x8f\x5f\x1e\x1b\x6e\x78\x70\x7b\x62\xfc\x18\xa9\xa3\xf4\xcc\xc2\ \xc4\x1f\x76\x6b\xd9\xc9\x61\x40\xa4\xe5\x85\x89\xe5\x89\xb1\x09\ \x68\x5f\xd5\xea\xee\x37\x40\xaf\xc9\x49\xa8\xde\x61\x75\x7c\x72\ \x75\x12\xd2\xc2\xc9\xc9\xdd\xff\x2e\xac\x2e\x83\xeb\x7d\xbb\xfd\ \xec\x97\x1b\xab\xe3\xbb\xbb\x0b\xcb\x0b\xbb\xe3\xc7\x6f\x3f\x1f\ \x69\xb8\x7c\xf9\xc6\xdd\x93\x9c\xd3\x25\xf6\x56\x7b\x96\xa7\xb3\ \xbe\xbe\xb6\xac\xa8\xac\xeb\xe5\xb9\x83\xc1\x7f\xed\x8e\xbe\x6b\ \x3d\xcd\xed\xdd\xd7\xca\x8a\x5b\x1a\x5b\x8a\x4b\x2e\x34\xb5\xd4\ \x74\x74\xd7\x94\x34\xb7\xd4\xd5\x95\x35\x95\x15\x36\x77\xb4\x75\ \x17\x9f\x9f\x59\x6b\x29\xed\x6e\x1f\x6c\x2b\xb8\x5e\x74\xf6\xfa\ \xbd\xee\xea\xa2\xb2\xf2\xfc\xeb\x6d\x17\x8b\x4b\x8b\xcf\x17\xd4\ \x94\x76\x14\x16\xd4\xb4\x94\xe5\x9f\x3f\x7f\x69\xa0\xa7\xbd\xec\ \xc2\x9d\x82\xc2\xa2\x4b\x77\xaa\xcf\xdf\x1b\x9d\x7e\xf4\x78\xe6\ \xce\xd6\xf4\xe3\xc5\xa9\xb5\xa7\xd7\x67\xee\x5c\xa9\xbe\x33\xbd\ \xf8\xf2\xe6\xd4\xec\xe2\xce\xfc\xcc\xbb\xb5\xb7\xf3\x3b\xcf\x1e\ \xbf\x7c\xbd\xbd\xbf\x34\x3f\x3a\xf3\xec\xc5\xe6\xd2\xfc\xe6\xe6\ \x2f\x7b\xef\x9e\x4e\x6d\xcd\xcf\x2e\x7e\xfd\xf9\xd3\xde\xde\xab\ \xfd\x7f\x5e\xff\xb9\xfe\x87\x2f\xe4\x24\x79\xe1\x01\xbd\x95\x00\ \x42\x13\xf0\x3b\x1c\x0e\x49\xe3\x13\xa1\xc2\x02\x1c\x91\x0f\x38\ \x94\xda\x3b\x54\xd9\x9b\x0b\xd0\x92\xf6\x9d\x58\x4f\x7e\x7c\x93\ \x9a\x94\x44\x4c\xad\xcc\xe5\xa7\x12\xe5\x7c\x7a\xcf\xf6\x87\x29\ \x3a\x00\x56\x6f\x2a\xd4\x83\xb4\x52\x6e\xdd\x9c\x11\x11\x53\xf8\ \xd5\xfe\xf9\x9d\x9f\xbb\x93\xc8\x72\xd1\x2f\x7d\xd1\xd7\x6d\xe4\ \x5f\x73\xf9\x4f\x8c\x7b\x29\x55\xed\xa0\x73\x00\x00\x20\x00\x49\ \x44\x41\x54\x4f\xe4\x7c\x7c\xfa\xfb\xe1\x97\xac\xfd\xcf\x34\x7e\ \x1a\xc8\x70\x69\xf2\x37\x95\x7f\xde\x4b\x4a\x81\xde\x88\x99\x82\ \x0f\xb1\xba\xc0\x5c\x3f\x5f\x8e\x21\xa7\xb0\xa5\x49\xd0\x0e\xb4\ \x21\x7e\xaa\x27\x9b\x9c\x84\xc3\x13\x69\x44\x7a\xd2\x54\xa2\x90\ \xc0\x95\x8a\xe8\x29\xcc\x4f\x07\x57\x8f\x6d\x84\x03\x80\x44\xe2\ \x68\xd0\x17\x75\x06\x7d\x06\x4b\xc0\xe7\x13\xaf\xf8\xc2\x81\x0f\ \x50\x32\xfa\x10\x0c\xbb\x03\x06\x80\x97\xb9\x30\xc0\xd8\x7a\xd8\ \xa9\x0b\x84\x03\x11\x20\x87\x81\x50\x30\xec\xf4\xea\xc2\xeb\xee\ \x08\x08\x63\xce\x60\xd4\xeb\x0b\xce\x79\x9d\xde\xf5\x70\x08\xa4\ \xb2\x8d\x0d\x90\xa1\xc4\x20\x25\xa9\xbc\x6e\x8b\xcf\x19\x36\x60\ \xdd\x6e\x0e\x88\x50\x2b\x2b\x41\xa7\x21\x1a\x9c\xfb\x09\xe4\xb5\ \x30\x90\x49\x37\x08\x77\xba\x04\x4e\xc0\xa0\x52\x39\xc5\xee\x00\ \x03\xcb\xf0\x25\x93\x0c\x61\x9d\x38\xfc\x01\x90\x64\x4e\x9c\x98\ \xa8\x53\xf9\x03\x20\x05\x85\x82\x01\x8b\x13\xc5\xe1\xa0\xdd\x54\ \x15\x50\x34\x68\xde\x0d\x15\x8d\x42\x8b\x61\x89\xd4\x64\x14\x89\ \x93\x7c\x10\x8b\xc6\xa2\x38\xe8\x98\x98\x58\x14\x09\x46\x85\x1d\ \x3f\x73\xe6\xdc\xa9\x33\xb7\xcf\x5c\xbe\x7d\xea\xd0\x83\x6f\x5f\ \x6e\x24\x46\x82\xd1\x40\x20\xea\xd6\x05\xc3\xde\x90\x85\xe4\xf4\ \xaa\x38\xeb\x51\xa8\x29\x84\xd7\xed\x05\xa1\xce\x0f\x60\xca\xe1\ \x18\x80\x91\x26\x1b\xd0\x68\x12\x15\x4b\xc5\x92\x92\x13\xe0\x0c\ \x06\x1c\x45\x8a\x23\x51\x2d\x58\x78\x3c\x16\x85\x4a\x8c\x49\x88\ \x4f\x38\x00\x83\xc3\x63\x62\xe1\xb0\x43\x87\x8e\xc6\xc6\x1c\x8a\ \x39\x78\x30\xee\xf0\xa1\xb8\x1f\x80\x22\xe9\xd3\x1d\x46\xb3\x49\ \xad\xb7\x57\x5d\x6d\xf4\x38\x6a\x9b\xfa\x32\x1d\x3d\x75\x57\x9b\ \xaa\xbb\x06\xaf\x35\x5d\x1d\x6c\xcf\xf6\x64\x5c\xab\xf2\xd8\xac\ \x9a\x6c\xb3\x52\xc0\x44\x20\x29\x78\x3a\x85\x8e\x20\xd2\x58\x20\ \x3e\x80\xc0\x45\x41\x48\xc8\xe0\x24\x2f\x05\x21\x91\xb0\x79\x1a\ \x81\x40\xed\xc9\x14\x28\x64\x42\xa9\xda\x65\xd4\xeb\x6d\xd2\x94\ \x14\x89\x54\x64\x75\x68\x95\x26\x4f\x1e\x20\x85\x90\x20\x30\x8a\ \xa4\x6a\x93\x48\xa4\xe7\x6a\xa4\x4a\x9e\x4c\xcb\x95\x50\xb4\x6a\ \x91\x09\x64\x15\xa5\x5e\xa4\xe4\x59\xcd\x7a\x7b\xa6\x5e\x6f\xb6\ \xdb\xb3\xeb\x4d\x6a\xa5\x52\x6d\xb3\x1b\x85\x4a\x53\xba\x1d\x5c\ \x43\x63\xae\x97\x69\x92\x08\x38\x8c\x54\xc3\xe4\x52\x30\xd0\x58\ \x38\x3a\x5e\x9e\xca\x4f\xc2\xcb\xc1\xd3\x16\x87\x27\x80\x84\x85\ \x94\xcb\xc1\x93\x97\x29\x60\x4b\x45\x12\xbb\x4c\x66\x32\xf2\x4c\ \x6a\x17\x08\x74\x1a\x93\xc6\x21\x13\xea\xf5\x4a\x91\xc9\xe1\x12\ \x99\xd5\x80\x4e\x12\x85\xcc\x9a\xe7\xb0\xdb\x81\xef\xc9\x34\x52\ \xbb\x5e\xa9\x34\x9a\x84\x1a\xa1\x48\x66\xcc\x30\x2b\x79\x4a\x97\ \xdd\xa1\xd5\xeb\x85\x76\x23\x04\x35\x8d\x27\x5d\x6d\x34\xba\xcc\ \x50\xe7\xd1\xf4\x4c\x93\x67\xc0\x2e\x34\x65\xd8\xec\x0e\x4f\x4e\ \x66\xfa\x40\x76\x4e\x26\x80\x94\xcd\x6a\x4f\xcf\xce\xa8\xaf\xf0\ \x78\xf2\x32\xd3\x8d\x1e\xb5\x44\x28\x63\x23\x10\x29\xf8\x24\x42\ \x47\x49\x85\x23\xcf\xa5\xd6\xe6\x29\xa4\x4a\x70\xcb\x02\x85\x08\ \xea\xd5\x05\x80\x45\xc4\x00\x72\x11\x70\x94\xce\xc7\x17\x9e\x4e\ \x1d\x51\x6d\x58\x8e\x37\x9c\x6c\x48\x10\xbb\xef\xfc\x7d\xf8\xc8\ \xd8\xf0\xea\xc2\xf2\xc4\x83\x91\xe1\xcb\x63\x13\x13\x37\xe0\xaf\ \xcb\xa2\xcf\x27\x27\xce\x6d\x5d\xab\x5b\x82\x4f\x42\xf5\x56\xbb\ \xab\x0f\xa0\xfd\x58\xdf\xfe\xff\x9e\xf6\xc9\x05\xa8\xa3\xdf\xe4\ \x32\xd8\x66\x75\x15\xa8\xe1\xc4\xee\xb7\x2f\x93\xe0\xe7\x13\x13\ \xdf\x2e\xaf\xeb\x2e\x03\x41\xfc\xb6\xb0\xfb\x65\xf7\xf9\x89\x53\ \xe7\x4e\xc4\x1d\xe5\xa8\x4e\x1f\x41\x5d\x1e\x19\xcc\xb0\xdb\x8d\ \x75\x3d\x8d\x8d\xae\x8c\x8c\xf9\xe9\x5b\xa8\x86\x86\xa7\xda\xfe\ \x0c\x47\x7d\x6d\x77\x59\xc9\xb5\xda\x9a\xfa\x9a\x8e\xfc\xd2\xe6\ \x82\x6b\x6d\x1d\xed\x05\x6d\x35\x65\x05\x35\x1d\x1d\x1d\xa5\x57\ \x4a\xca\x4b\x9e\x2e\x76\xb7\x0d\x5c\x1d\xec\xbb\x78\xb3\xac\xee\ \xc2\x95\x9e\x82\x0b\xd7\x6f\x9d\x2f\x6c\xba\x50\x57\x5a\x9e\x5f\ \xd0\x52\xde\x57\x54\x58\x5d\xd7\xd6\x56\x57\xdc\xd5\xd8\xd2\x51\ \x77\xe9\x7a\x71\xd1\x85\x8b\x97\xca\xae\x5c\x7c\xba\x34\x3a\x3d\ \x0b\xf0\x73\xe7\xfa\x95\x97\xb7\x66\x97\x5e\x4c\x15\x3e\x9a\xd9\ \x9f\x7a\xba\x38\x3d\xbb\x35\x3b\x3a\xba\xb5\x3f\x3d\xf5\x6e\x71\ \xe7\xcf\xa9\xcd\x67\xfb\xb3\x9f\xb6\xa6\xd6\x46\x17\x17\xe7\xdf\ \xfd\xb2\xf4\x74\x7e\x66\x7e\x7f\xef\xd3\xf6\xe7\xbf\xf6\xf7\xf7\ \x5e\xfd\xfd\xfe\xf7\x88\x17\xbc\x11\x93\xe0\x7e\x4d\xa6\x80\x0f\ \x40\x84\x41\x26\x25\xe5\xca\x91\xe4\x54\x1c\x82\xc8\x4f\x95\xcb\ \x01\x97\x72\x7b\x7f\xfc\x55\x4e\xab\xe4\xa7\x42\x8d\x64\x7a\x9f\ \x3c\xa9\x1c\x92\x23\x89\x20\x8c\x55\xbe\xc1\xd1\xc8\xb9\xc4\xbc\ \x4b\x1b\xef\xb8\xbf\xfe\x98\x9b\x9b\xc6\xcf\x95\xbf\xa1\x15\x6f\ \x14\x20\x91\x78\xca\xd6\xdf\x9b\x9b\x2f\x14\xbd\xa9\xb4\xbe\xb5\ \xb6\x9f\xab\x72\x87\x52\x7b\xd3\xc8\xdb\x79\xbf\xe6\xca\xf9\xc4\ \xab\x96\xcb\xf9\x88\x67\x9f\x7b\x7b\x01\x8f\x40\xca\x7a\x43\x8c\ \xf4\x90\xf1\x3c\x36\x82\x20\xa1\xbc\x4d\x88\x06\x5e\x49\xe5\x38\ \x4c\x0a\x85\x2e\xa5\xe5\xa6\xe6\x82\x94\x97\xd4\xae\x45\x22\x92\ \x10\x50\x7d\x57\x8a\x14\xde\x88\x49\x12\x88\x98\x78\x69\x53\xe8\ \x3f\x31\xef\x81\xed\x45\xde\x47\x22\x91\x0d\xa8\xc5\x82\xc1\x1b\ \x5e\xf1\x87\xdf\xbb\xdd\xc0\xf7\x82\x6e\x7f\x38\x00\x0c\xd0\x17\ \x98\x8b\x04\xfc\x91\xd0\x46\xd8\x67\xf1\x07\xdc\x80\x55\x50\x6b\ \xe4\x68\x20\xec\x76\x43\x23\xec\x83\x41\x1d\x54\x33\x1a\x02\xde\ \x18\x88\x04\xa1\x83\x89\xee\xf0\x7a\x54\xe7\x86\xd6\x1c\x42\x0d\ \xb1\x00\x2b\x2c\x0c\x37\x47\x0c\x98\x16\x88\x86\x9d\xce\xb9\xb9\ \xdf\xe7\xa2\xe1\xa0\x3b\x04\x75\x5f\x8e\x84\x48\x70\x71\xc8\x07\ \x50\x17\x02\x9c\x42\xa3\xdd\x0c\x52\xc8\xaf\xb3\xcc\xcd\x19\x18\ \x28\x2f\x35\xd6\xeb\x06\xb0\xf2\x93\xa8\xa1\x39\xdf\x9c\x9f\x04\ \x40\x0a\xae\x82\x8d\xe5\xa8\xb0\x20\xf2\x8b\x93\x0d\x2a\x78\x02\ \xc7\x90\x0c\x4e\xc6\x27\x58\x48\x24\x2c\xd4\x22\x99\x84\x82\x93\ \xb0\xc7\xc1\xdb\x1f\xf8\x38\x7d\xec\xf4\xc9\xb8\xdb\xbb\xdf\xee\ \xc6\xfa\x23\xbe\xb9\x95\xa8\x3f\xe0\x77\x06\x02\x3e\xf0\x4b\xaa\ \xdc\xd0\x41\x42\xf0\x18\xdd\x7e\x3f\xc7\x1d\x01\xae\xaa\x12\x63\ \x9d\x2a\x60\x89\x2a\x15\x5a\x6c\x21\x61\xb1\x30\x54\xb2\xd8\x89\ \xd2\xa1\xe2\xa9\xc9\x89\xb0\xc4\x18\x34\x29\x31\x11\x16\x1b\x0b\ \xc3\x26\x27\x62\x13\x62\x50\x20\x59\xc5\xc4\xc5\xc7\x1f\x8c\x8b\ \x8f\x03\xd0\xfa\x21\xdd\xae\xcd\xc9\xc9\xf1\xa8\xad\xd9\x1a\x6d\ \x66\x5e\x55\x7f\x4e\x77\xfd\x60\x5e\x7a\x45\x77\xe7\x40\x77\x07\ \x78\x73\x6d\xef\x6e\xb7\xda\x33\xbb\x73\xb2\xec\x32\x89\xd6\xac\ \x84\x56\x09\xe3\x90\x02\x09\x1b\x4f\x93\x63\xe8\x52\x7c\x0a\x8f\ \x22\xc1\x30\x81\x7f\x31\xe9\x4c\x91\x88\x8e\xe0\xaa\x45\x32\xad\ \x55\x2d\x15\x6a\x35\x0a\xb5\xde\x25\x92\x28\x25\xd0\x08\x78\x99\ \xb5\x1e\x18\x15\x90\x42\x93\x8c\xc7\x33\x9a\x35\x52\xa3\xcc\x64\ \xb6\x2b\x84\x1a\x1e\x0b\x6a\xa1\x4c\x31\x01\x30\xa8\x41\xe6\xc9\ \x74\x08\x44\x52\x9e\xbe\xd6\x2a\x94\x68\x8c\xae\x56\x97\x91\xce\ \x12\x5a\x3d\x0e\xbd\xc2\x24\x54\x66\xd8\xd4\x52\xb6\x52\x29\x91\ \xa4\xa4\x62\xf0\x78\xad\x0c\x90\x80\x8d\x03\xcf\x0b\x02\x06\xd8\ \x00\x01\x87\x90\x57\xe2\xf1\x38\x4c\x25\x2d\x89\x4f\x24\x22\x92\ \xc8\x14\x89\x54\x2f\x54\x9a\x65\x32\x19\x88\x79\x56\x80\x1f\xa5\ \x5d\xa9\xd4\x48\x34\x76\x35\xcf\xac\x01\x26\x67\xd2\x3b\xec\x5a\ \xbb\x22\xdd\x66\xe5\x09\x84\x46\xbb\xd1\x61\x77\x68\xa4\x36\x8f\ \x55\x63\xca\xd4\x2b\x8d\x2e\xa3\x42\x68\x35\x0a\x6d\x66\xbd\x56\ \x2d\xd3\x1a\xed\x19\x7a\xa5\xcb\x6a\x12\x29\x15\x66\xae\x42\x28\ \x04\x71\xcf\x93\xae\xb4\x5b\xd5\xe9\x39\xae\x2a\x97\x63\x60\xd0\ \xd3\xef\xa9\xca\x76\x00\xdb\xd5\x56\xa5\x7b\xaa\x40\x98\x03\x88\ \xd3\x4b\x44\x32\x99\x88\xce\x62\xb1\xe8\x3c\x57\x5f\x73\xbb\xc3\ \x26\x94\xd8\xa5\x8a\x4c\x8f\x91\x47\x61\x32\x79\x12\x02\x85\xc2\ \x46\x24\x25\x51\x08\x6c\x3c\xdd\xa8\x17\xd5\x5f\x78\x91\x48\x85\ \x1f\x39\x37\x3e\x9c\xac\xa2\x26\xbf\x76\xde\x6d\x18\x69\x78\x3e\ \xb6\x3a\xf9\x70\xe4\xee\xc3\xe1\xe1\x86\xc3\xc9\xbf\xdc\x3a\x3c\ \x02\x75\x69\x5f\x6c\xac\xbf\x0e\x1f\x83\xf6\xb4\x2f\x8c\x2d\x80\ \x64\xb5\xfb\x6d\x77\x79\xf7\xcb\xc4\xd8\xe4\xf2\xc4\xf3\x49\x60\ \x8a\x0b\x50\x91\x03\x40\xdb\xf7\x42\x2d\x68\xb5\xce\xc4\x83\xd7\ \x23\xe7\x26\x9e\x43\xc7\x06\xc7\xc6\xc7\xee\x9e\x54\xa9\x42\x3f\ \x35\xbf\x8b\xb8\x61\xe7\x96\x63\x32\x06\x4d\x17\x6f\xd5\xb6\x66\ \xd9\x1b\x9b\xbf\xbe\x6e\xcf\xdc\x3e\xf6\x60\xfd\xe2\xfe\xba\xc5\ \x70\xfc\xf6\xed\xc3\xfb\x65\xfd\xdd\x25\x1d\x4d\x83\xa5\xdd\xa5\ \xdd\x2d\x05\x4d\x05\xf9\x65\x4d\x35\x65\x20\x39\x15\xde\x2c\xb8\ \x3e\xda\x57\x74\xb5\xbf\xb9\xae\xae\xf0\x4e\x59\x71\x59\xdd\xd9\ \xc2\xa2\x7b\xe5\xa5\xe5\xc5\x35\x35\x67\x8b\x9a\x3b\x0a\x40\xdc\ \x6a\x2a\xea\x2e\xaa\x29\x2c\xbd\x56\x5c\xde\x54\xfe\xa8\xa4\xf8\ \xd1\xd3\x17\x4f\x5f\xdc\x7b\xfc\x72\xed\xed\xbb\x97\xb3\x8f\x1f\ \xbd\x98\x99\x79\x34\xfb\xf6\xe9\xcc\xa5\xf9\xe9\xb7\x3b\xf3\x4b\ \xf3\x4b\x6b\x6f\xb7\x66\xf6\xb6\xb6\xd6\xf6\xf6\x9f\xfd\xfc\xe8\ \xf1\xc7\xfd\xc5\xfd\xfd\xf9\xed\x99\xa9\xad\xb5\xfd\xed\x8f\xb3\ \xb3\x00\x58\xfb\xff\xfc\xf5\xcf\xe6\xe6\xde\xde\xfa\xc6\xdc\x5c\ \x00\x5a\xe4\x86\x3a\x6c\x31\xda\xa4\x38\x1a\x11\x58\x21\x94\xab\ \x71\x38\x3e\xf8\xf3\x13\xc9\x38\x22\x2d\x15\xd2\xc2\x5e\x48\xff\ \x7a\x9f\x00\x7c\x55\xfe\xf8\x66\xa8\x17\x90\x0b\x24\x2c\xa8\xdf\ \x3f\x11\xea\x33\xd3\xff\xea\x85\x31\xad\xb2\xf7\x49\xee\x93\xde\ \x27\xda\x7f\xff\xcd\xe0\xe3\x90\xf5\x96\xbf\x3f\x5e\xc9\x48\x4a\ \x25\x0b\x5f\xdd\x1f\x48\xf9\x15\x24\xb4\xb4\xd4\xf2\x82\xdc\x34\ \x39\x51\x4e\x6b\x39\xd4\xd0\x8d\xfb\xf4\xf9\xc7\x5e\x79\x6a\x25\ \xf8\xfc\x51\x21\x16\xa5\x20\xa0\x81\x9d\x74\xe4\x74\xc2\x6f\x1f\ \xe6\x11\xb9\x7c\x3e\x05\xfc\x3d\xe5\xe4\xd4\x37\xa9\x34\x32\xab\ \x86\x99\x84\x23\x52\x30\x2c\x16\x9b\x9b\xb2\x1e\xc8\xce\x82\x26\ \x8f\x67\x37\x1f\x5d\x8e\xfd\x33\x0c\xc4\xcd\xef\xf3\x86\x7c\x6e\ \x77\x30\x12\xf2\xe9\xfc\xc1\x60\xd8\xcf\x71\x06\x80\xfd\x05\xfc\ \xc1\xf5\x48\xc8\xe2\x8d\x6c\x80\xa4\xe4\xf7\xaa\xbc\xfe\x70\xd0\ \xe0\xf7\xb9\xc1\xcf\x37\x40\x02\x73\xbb\x43\xc0\xf7\x82\x50\x1b\ \xd2\xf7\xa1\xc8\x7b\x8b\x2a\xf4\xde\x17\x82\x8a\x16\x42\x50\xab\ \x65\x0b\xf8\x74\x47\x02\x96\x95\x39\xbf\x13\xab\xe2\xa8\xc0\x59\ \x5d\x68\xdd\xef\x0d\x84\xd6\x41\x16\x0b\x87\xc3\x73\xe0\xcb\xdc\ \x7b\x1d\x43\x1c\x10\x33\xdc\xa1\x90\x13\x45\x45\xc3\x18\x24\xef\ \xfb\x48\xd8\x09\xb6\x75\xaa\x82\x86\x44\x67\x04\x9a\x05\x46\x15\ \xbb\xdd\x62\x9f\x05\xce\x70\x32\x74\x68\xaa\x58\xe5\x64\x24\xa2\ \xb1\x70\x12\x5a\xa5\x4a\x88\x61\x88\x13\x13\xc4\x3a\x14\xcc\x40\ \x85\xc7\x32\x92\x0f\x26\x93\x50\x09\xa8\xe4\xe3\x0d\x0d\xa7\x1a\ \x6e\x37\x1c\x39\x76\xe6\xc4\xd1\x07\xdf\xbe\x9d\x43\x59\xe6\x56\ \x00\x73\x7f\x0f\x00\xcd\x74\xfa\xfc\x40\x0b\x7d\x51\xa0\xcd\x01\ \xa8\x59\x0e\x54\xec\x05\x1e\x82\x0e\x2d\x36\x90\x50\x24\x12\x9a\ \x4a\x65\x60\x49\xd8\x64\x12\x08\x70\x1c\x31\x95\x8a\x8a\x81\xc1\ \xe0\x30\x08\x59\x28\x58\x4c\x1c\x0c\x1b\x13\x9b\x90\x90\x70\xf0\ \x70\xfc\x61\x58\x5c\x6c\xdc\x91\xb8\x03\x87\xa0\xa5\x39\x39\xe9\ \x99\xdd\x15\x0e\xa8\x3e\xca\x63\xaf\x1f\x6c\xac\x6b\x6d\xf4\x54\ \xd8\xf2\x3a\xfb\x9a\xab\x7b\xfa\xfa\x5a\x33\x07\x6b\xfb\x2b\x3a\ \x33\xfa\x5d\x46\xad\x94\xa7\xf0\xa8\x79\x3c\xb6\x08\x9a\x58\xc3\ \x62\x21\x90\x04\x1e\x93\x92\x44\x91\x88\x10\xf4\x24\xb6\x5a\x29\ \xe2\x49\x24\x2c\xa1\x92\x27\xd5\x6b\xcc\x0a\xad\xd1\x68\x82\x76\ \xf9\xe8\x45\x32\x7a\x8a\x44\xad\x36\x6b\x3d\x32\xa3\x56\x0d\x4d\ \xc3\x31\xa6\x6b\x8d\x36\xb3\x43\xa8\x36\x8a\x94\x5a\x08\x69\x52\ \x19\x93\xe7\x31\x9b\x34\x1e\x87\x4b\x99\x9e\x93\x25\x4d\xe2\xa9\ \x6d\x5a\x81\xc4\x68\x77\x64\x98\x8c\x22\x96\x15\x3c\x32\xbb\x11\ \x2a\x91\xd0\xaa\xa5\x0a\x9e\x44\xc4\x94\x50\x10\x4c\xa6\x4c\x9a\ \xc2\x22\x88\x92\x90\x5c\x76\x0a\x1e\x81\xc4\xb3\xe9\x04\x1a\x8e\ \x48\x24\x13\x69\x49\x34\x3e\x86\x96\x84\x4f\x62\xd3\x95\xc0\x48\ \xa5\x0a\x85\x40\xca\x56\x68\xd4\x7a\x87\x56\x63\x05\xe9\x46\x26\ \x54\x5b\x8d\x76\x69\x86\xc2\xac\xb1\x39\x6c\x99\xc0\xf2\xcc\x2c\ \xb5\x46\xa8\xb6\xa7\xdb\xd5\x6a\x75\xba\x46\x6b\xca\xb0\x67\x99\ \xac\xae\x4c\x97\xde\x94\xa7\x55\x28\xec\x2e\x3d\xb4\x9f\xcb\xc8\ \x93\xe9\x15\x46\xa8\x35\x96\xd2\x0c\x52\x9f\xcb\xee\xaa\xc8\x03\ \x8a\x28\xb4\x79\x72\x1a\x33\x72\x6a\x07\xcd\x5a\xfb\x55\x97\x4d\ \xed\xd0\x54\xd4\xd6\xbb\x32\xf3\x4c\x32\xab\x02\x5a\x9a\x28\x91\ \x4a\xb9\x04\x81\x52\x24\x34\x6b\x6b\xbb\x2b\xac\x52\x1e\x4f\x63\ \x36\x2a\x65\x52\x91\x50\x24\x01\x36\x98\xc2\x66\x72\xb9\xe0\x3f\ \xd3\x5c\x5e\xd2\xa5\xac\xdd\x7a\x0b\x8f\x3b\x77\xf7\xc8\x01\x31\ \xf6\x8f\x20\xfc\xe0\xe5\x43\x37\x9e\x8f\x3f\x98\x98\xbc\x71\xfb\ \xee\xdd\xcb\x0d\x97\x8f\xba\xef\xec\x9f\xb9\x31\xf6\x7c\xec\xbf\ \x09\x83\x55\x5d\x7b\xd8\xf1\xd5\x65\x68\xaa\xc4\x38\x74\xd4\x6f\ \x77\x61\x02\xb0\xeb\xcb\xea\xc8\xf3\x85\x71\x90\xa9\xa0\xba\xd2\ \xe7\xe3\x63\xcb\x90\x02\x82\x58\x35\x36\x31\x76\xf4\xd0\x21\x68\ \x15\xcf\x97\x89\x91\x85\xf1\x07\xe7\x12\x23\x86\xb5\x96\x7b\x9f\ \xde\x1b\x8e\x8f\x7c\x79\x35\xf7\x22\x7e\xcd\x9a\xd5\x76\xfe\x7a\ \x8b\xb5\xff\x97\x2b\xf5\x19\x3f\x4d\x4c\x8c\x0c\x3f\x7c\x38\x06\ \x58\xf8\x65\xe4\x55\x63\xf9\xf5\x82\xf2\xb3\x3d\x25\x2d\xf5\x65\ \xd5\x7d\x35\x35\x05\xcd\xe5\xcd\x1d\x1d\x6d\x67\xeb\x8a\xd7\xba\ \x0b\x5b\x5b\x4a\x4b\xce\x96\xde\x2a\x2e\x39\x5f\xfa\x34\xff\x66\ \x71\x71\x7e\xd9\x79\x60\x8b\x05\xcd\x05\xd5\xed\x37\x8b\xdb\xea\ \xfa\xce\x17\x9e\x2d\x00\x2a\x79\xf6\xe6\xcd\x47\xf9\x17\xee\x5d\ \x78\x3c\x35\x3a\xba\xb3\x3f\x3f\x73\x7f\x71\x76\xe6\xe5\xf4\xd6\ \xdb\xa5\xd9\xc7\xf7\x8a\x5e\x6e\xae\xed\x7f\xdc\xd9\xdc\x79\xbb\ \xfd\x79\xfa\xd5\x16\x20\xd7\xf6\xa7\xdf\x66\x77\x36\xb7\xdf\xae\ \xcd\xae\xed\x2d\xcd\xef\x7d\xfa\xf4\xf6\xf3\xf6\xec\xe8\xd2\xf6\ \xf6\xab\xbd\x57\x9f\xbe\x3e\xfb\xfa\xfb\x86\x0f\xbc\x9a\xc4\x24\ \x4e\xe2\x51\x94\x4b\x06\x8d\x99\xc0\xc9\x7b\x73\x21\x53\x43\xf2\ \x53\x30\x48\x24\x4d\x0e\xad\xca\x82\x96\xeb\x40\x93\x08\x87\x86\ \x00\xa8\xa0\x55\x85\x95\xbd\xbd\xfc\xb4\x37\x43\x6f\x68\xa9\x95\ \x50\x97\xd2\x5c\x9c\x75\x76\xab\x91\x0f\xa2\x97\xbc\x52\xf0\xd4\ \xb7\x66\x47\x60\x44\xf7\x83\x7b\xe7\xab\xb8\x34\xa2\xe0\xc5\x45\ \xfa\xd0\xff\x0d\xa5\x56\xf6\xa6\xf6\x3f\xc5\x41\xf3\xc2\xc8\x88\ \xe6\x63\x47\x07\xd9\xbf\x6f\x03\x5e\xc9\x7f\x1c\x4a\x4b\xfb\xb5\ \x64\x0e\xc4\x62\x16\x12\x01\xde\x2c\x9f\x26\xfe\xfd\xc7\x20\x91\ \x8c\x20\xa7\x70\xd9\x40\x4e\x69\x95\xb9\xa9\x64\x6e\x0d\x9e\x08\ \xd2\x3e\x70\x00\x81\x40\xf2\xf4\xa7\xe8\x3b\xa9\x90\xa9\xae\x2e\ \xfd\x72\x22\x6e\x65\x03\x84\x0f\x77\x30\x14\x71\x06\xfd\xc0\xbc\ \x74\xe1\xb0\x05\x80\xcb\xed\x8b\xfa\x01\xb1\x7c\xce\x39\x83\x2f\ \x60\x09\xb8\x75\x2b\xbe\x15\xbf\xd3\xe0\x74\x43\x93\x70\xc2\x21\ \x4b\x34\x3c\xe7\x77\xfb\xbc\x3a\x77\x64\x25\x18\x0c\x79\xc3\x73\ \x51\xef\x8a\x17\xda\x4b\xbf\x11\x0d\x45\xc3\x7e\x83\x25\xe8\xd3\ \x59\x02\x4e\xdd\x5c\x20\x1a\x89\xac\x3b\xd1\x16\x92\x38\x64\xf0\ \x39\x7d\x54\x18\xc3\x6b\x09\x7d\x08\x79\x0d\x80\x74\x81\x95\xb9\ \x70\x48\x45\x05\x4a\x98\xac\x8a\xf8\x01\x94\xb0\x62\x0b\x43\xe5\ \xff\x10\x86\xca\x54\x55\x21\x27\x87\xaa\x0a\x78\xc5\x01\x37\xd6\ \x12\x42\x53\xbf\x77\xda\x73\x72\x0c\x20\xfb\xa9\xa8\xd8\x84\x43\ \xc9\x58\x94\x38\x39\x36\x01\x24\x2a\x68\xb4\x3c\x8a\x0a\x38\xc2\ \x11\xc3\xe0\x8c\xe4\xe4\x58\xd8\x89\x33\x0d\xc7\xa0\xfe\xc8\xe7\ \x2e\x9f\x3c\x3a\xf2\xed\xdb\x0d\xaa\x77\x6e\xc5\xef\x05\xbf\x4b\ \x08\xd8\xad\x0f\xea\x6c\x03\xfe\xf9\xc4\x00\x56\x5e\x03\x00\xa6\ \x57\x65\x10\x03\xdd\xe4\xa8\xbe\xef\x7c\x17\x33\xb0\xe8\x64\x12\ \x03\x8e\x35\x60\xe1\x68\x0e\x74\x8c\x30\x39\x31\xf9\xc8\xf1\x84\ \xc4\xc3\xf1\xf1\x31\x31\x07\x60\x89\x09\xb0\x98\x98\xb8\x43\xf1\ \xf1\x87\xe3\xe2\x0e\x9f\x3c\x7a\xe8\xe0\x91\x1f\xcc\x56\xad\x27\ \xcb\x6e\x93\x69\xb3\x5c\x15\x39\x15\xfd\xfd\x39\x8d\xfd\xad\xe9\ \x8d\x3d\x4d\xd7\x9a\x0b\x6a\x7b\x5a\x72\x1a\xab\xb2\x4c\xf5\x8e\ \x0c\xbb\x52\xeb\xd2\x0b\xb3\x2a\x34\xc2\x14\x62\x12\x05\xc3\x94\ \xe0\x91\x34\x32\x8f\x8e\x4f\x62\xd1\x09\x74\x26\x81\xcd\xa6\x30\ \x29\x78\x2e\x41\x21\x53\xea\xcd\xe9\x90\x5e\xd9\xc1\xeb\x52\x66\ \xe6\xf1\xe8\x3c\xa8\x14\x4a\x01\x72\x8a\x48\xa6\xd7\x18\xb5\x26\ \x87\x3e\xdd\x05\xb5\xfc\x93\xaa\xe9\x74\xa1\x02\xe8\x97\x24\x85\ \xc5\x15\x65\xd8\x4c\xe9\x46\x75\xba\x36\x23\x4b\xc8\xa2\x83\x50\ \x04\x62\x98\xc9\x2e\x53\xa8\x95\x46\xab\x09\x20\x84\xa7\x70\xe8\ \x95\x4c\xb5\x51\xc1\x95\x69\x94\x4a\x2e\x82\x29\x95\x98\x6d\x4c\ \x1c\x06\x47\x83\x26\xba\x12\x31\x18\x02\xf4\x06\x47\x4e\x4a\x42\ \x40\x63\xca\x89\x18\x26\x0d\xc1\x63\xc9\xb8\x7a\x3d\xb0\x32\x48\ \x3b\xed\x56\xa5\xd0\xae\xb0\x0b\xb5\x0e\x93\x54\x2b\xb2\x9b\xb5\ \x42\x53\x26\xc0\x8f\xd2\x68\x73\x09\x8d\x3c\xbd\x3e\x53\x68\xcc\ \x54\x98\x4d\x46\xb3\xd9\xa1\x35\xd9\x3d\x36\xb3\x39\xd3\x65\x54\ \x5a\xad\x2e\xb3\xc7\x61\x74\x78\x64\x6a\xab\x5e\x21\xd4\x9b\x65\ \x26\x93\x59\xa1\x36\x99\xd5\xc6\xcc\xfa\x8c\x46\x97\x35\xc3\xe5\ \xa9\xf2\x38\xf2\xd2\x73\x3a\xf2\x2a\xec\xe0\xac\xde\xa6\xcd\x74\ \x35\x66\x5a\xad\x66\x20\xd9\x5a\x90\x26\x81\x24\x33\x25\x5c\xb6\ \x44\xa6\xd6\xf3\x2a\xf2\x6c\x66\x21\x5b\x20\xe4\xf1\xa4\x3c\x36\ \x97\xcd\x16\xb1\x98\x4c\x26\x86\x02\xbe\x0a\x04\x39\xdd\xe5\x53\ \x4f\x7f\xf6\x9f\x7b\xfe\xf0\xf6\x91\x58\xd8\x51\xef\xeb\x23\x67\ \x8e\x9d\x7b\x3e\x36\xfc\x7c\x64\x6c\xf8\xee\xa9\x49\xc0\xac\xa3\ \x1b\xa3\xc1\x86\xcb\xe3\x13\x13\xbb\xcb\xb1\xfd\xe9\x15\x65\x8c\ \x09\x90\xa7\xc6\xa1\x25\x83\x20\x60\x8d\x4d\x8e\x41\x35\xed\x13\ \xcb\xcb\xcf\x97\x77\x41\xcc\x5a\x5e\xb8\x3b\x0e\xd5\x92\x2e\x4c\ \x4c\x7c\x99\x58\x7e\x7e\xe6\xf5\xdc\xc8\xee\xe4\xd8\xea\xea\xf8\ \x43\x70\x95\xcb\x07\x0f\x71\xee\xe5\x14\xee\xfc\xe4\x47\xdd\x9e\ \x3c\x36\x73\xf9\xd5\x6c\xf1\x68\xbe\x35\xe3\x4a\xfe\xe6\x9f\x7f\ \x56\xbb\x34\xbf\xdc\xbe\x7d\xf2\xdc\xc9\x87\xb7\x1f\x8c\x3f\x5f\ \xfe\x8f\x25\xa7\x73\xb0\xb9\xa4\xb9\xaf\x64\xe0\xfa\xbd\x9a\xb6\ \xfc\xb3\x6d\xb7\xca\xf3\xf3\xcb\x9b\x5b\x6f\xed\xb4\x9d\x6f\x6f\ \xa9\xbe\x54\x52\x77\x3d\xff\xd2\xd9\xee\xf2\x8b\x17\x6f\x8e\x5e\ \xa9\x3b\x5f\x5e\x57\x74\x36\x3f\xff\x42\x5b\xc1\xd9\xe2\xe2\xea\ \xea\xf2\xb3\xa5\x3d\x83\xf9\xf7\x2f\x8c\xde\x29\x28\x2d\xbc\x58\ \xf8\xf4\xe9\xe6\xe2\xf4\xd6\xf4\xf5\xe9\x5b\xe7\x97\x80\xfd\xbd\ \x7c\x7c\x7f\xf6\xfa\xd4\xda\xec\xd2\xf4\xce\xbb\x99\xcd\x8f\xd3\ \xb3\x4b\xcf\xe6\x17\xf7\x67\xdf\xfd\xfd\x76\x69\xfb\xaf\xed\xc5\ \xd9\xfb\x9f\xf7\x80\x42\x2e\x7e\xda\xda\xfe\xb8\xb4\x38\xfd\xee\ \xdf\xbd\xcd\xbd\x7f\xff\xfd\xed\xb7\xb0\x0e\x4d\x62\x60\x61\xb1\ \xf1\x71\xb0\x2c\x33\x50\x31\x39\x5f\x4e\xe3\xd3\xc8\x64\x3e\x91\ \xcc\xa2\x10\xc8\xdf\xbb\x2e\x90\x69\x7c\x7e\x5a\x2e\x1f\xbc\x7b\ \xe5\x56\xf6\xe6\x0e\xa5\xd1\xf8\xbd\x95\xc0\xfe\x86\x86\x7a\x87\ \xa0\x32\xaa\xca\x54\x79\x2e\x31\xab\x69\x6a\x40\xfe\x6b\x9a\x1c\ \x57\xea\x0d\xd4\x48\xe9\xb2\xa2\xcf\x8f\x16\x33\x11\xa9\x72\x5c\ \x4d\x1f\xb2\xb2\xf7\xd7\xb4\xdc\xdc\x1f\x1d\xd7\x09\xb9\x80\x6f\ \x44\x5a\xca\x9d\x86\x43\x2d\xf4\x0f\x9b\x4f\x52\xf9\xc0\x37\xd3\ \x72\xdf\x7c\x9d\x45\x26\x51\x98\x49\x18\x1c\x0e\x31\xab\xfb\xe9\ \x5f\x73\x2e\x11\xc9\xc7\x4b\xb8\x48\x79\xe5\x50\x5a\x2a\x91\x2c\ \xbc\x96\x84\x48\xe1\x31\x25\x22\x09\x53\xa2\xaf\x96\x09\x52\x24\ \x02\x42\xa7\x2c\xf4\xdf\xc0\x01\xff\xdc\x5c\x24\x1c\x04\xb2\x17\ \x0a\xb8\xc1\xa9\xb9\x75\x9d\x33\x0c\x19\x5e\xc0\x1d\x0c\x42\xf5\ \x9b\x00\x5b\x40\xde\x82\x01\x5f\x68\x3d\x10\xf0\x86\x40\x42\x02\ \xce\x18\x74\x47\x23\x01\xaf\xdb\x17\x00\x4a\x15\x5e\xf7\x47\xe6\ \xe6\xa2\xfe\x70\x08\x20\xcd\x17\x5c\x0f\x84\x74\x3e\x00\x24\xef\ \x9c\x2e\x10\x0d\x44\xdd\x81\x20\xd4\x23\x4b\x47\xe2\x04\x83\xce\ \xb9\x90\x8e\x4a\x12\xab\xc2\x1f\x22\x6e\x00\x33\x6f\x34\x12\x0d\ \x5a\xd0\xc9\x6e\xbf\x58\x67\x71\x42\xc7\x03\x93\x49\x06\x83\xce\ \xf9\x87\x4f\xe5\xd5\x01\x49\x14\x8b\xc5\x0c\x5d\xd0\xe7\x33\x60\ \xbd\x1b\x0c\x92\xce\x6d\x10\xbb\x83\xdf\x77\x95\x33\x50\x58\x14\ \x8c\x44\xa5\xfa\x54\x09\x89\x24\x0e\x0c\x05\x32\x11\x9a\x13\x9f\ \x88\x55\x25\x1e\x4a\x20\x25\x63\x61\x31\x27\xce\x35\x9c\x39\x73\ \xea\xe4\xd1\x13\xa7\x4f\x9e\x78\xb0\xfb\xed\x06\xc3\x1d\x8e\x06\ \xfd\x2b\x21\x9d\xce\x10\x9c\x8b\x58\x42\x3a\xa7\xc1\xe2\xf5\x3b\ \x2d\x1c\xa8\x7f\x2a\xd5\x19\x72\x8a\x93\x39\x28\x38\x34\xb0\x50\ \x45\x85\x8e\x17\x72\xc4\x68\x06\x0a\xb8\x20\x89\x44\x05\x51\x0b\ \x1a\xa5\x93\x10\x13\x7f\x18\x9a\x9f\x03\xc7\xc2\xe1\x30\x14\x3c\ \x1e\xf8\x60\xfc\xa1\xc4\xd8\xd8\xf8\xa3\xa7\x8e\x1c\xfd\x21\x27\ \xb3\xd1\xe1\x70\x65\x57\x69\x1c\xc6\xf4\xaa\x96\xbc\xbc\x8c\x81\ \xce\xd6\xfa\xda\xc6\xf6\xbc\xc1\x6e\x57\x56\xc6\xb5\xc6\x5a\x97\ \x2b\xc7\xe3\xa9\x48\xd7\xeb\x6d\x39\x9e\x8a\x9c\x2c\x11\x9e\x9e\ \x94\x82\xc1\x24\x21\x10\x80\x51\x20\x69\x09\x10\x80\x38\x0a\x21\ \x05\x44\x2d\xb6\x42\xcd\xd5\xaa\x4d\x99\x66\xab\xc2\xa5\x95\xe4\ \xd9\x85\x52\x2e\x93\x25\x02\xb9\xc8\xe4\x10\xea\x4d\x26\x19\x57\ \x29\x82\xfa\xb6\x0b\x78\xc0\x2c\x15\x3c\x29\x5d\x6b\xe2\x32\x29\ \x4a\x13\x1e\x29\x30\x1a\xd3\x15\x56\x19\xd7\x2c\x35\x79\xb4\x22\ \x36\x53\x26\xd3\x6b\xf5\x76\xb5\x90\x2e\xcb\xb4\xba\xa4\x79\x79\ \x0a\x5b\xb6\x49\x2b\x03\x8f\x50\xaf\x56\x5b\xd3\x79\x42\x3a\x5d\ \xc0\x15\xb1\x68\x49\x18\xbe\x9c\x40\x60\x25\x41\x55\x58\x88\x14\ \x0c\x88\xfa\x08\x32\x12\x97\x94\x06\x9e\xbe\xb8\x24\x2e\x85\xa5\ \x14\x01\x66\x08\x35\x6a\xa9\x5e\x69\x95\xda\x6c\x7a\xab\xd5\x6a\ \xd2\x08\x94\x6a\xa0\x83\xa6\x1c\xb3\xd5\x6c\xb6\x5a\x15\x6a\xad\ \x90\xcb\x35\x9a\x81\x1a\x6a\x4c\x2e\x57\xa6\xd6\x98\xe7\xd2\x9a\ \xf4\x8a\x74\x93\x5a\x6f\xcd\x32\xa5\x9b\xec\x20\x65\xe9\x6d\x2e\ \xb5\x83\xa7\x71\x28\x15\x46\xbd\xdd\xaa\xe0\x29\xf2\xec\xfd\x57\ \xf3\xae\x5e\x6d\x75\xa5\x57\x99\x8d\x57\x33\xd3\x5d\x0e\x7b\x6b\ \x6b\xad\x5a\xeb\xd0\xea\x6d\x36\xab\x29\x2f\x3d\xb3\xc2\xa6\xd1\ \xb3\x80\xc9\xa6\x8b\x24\x3c\x3a\x85\x25\xd3\xb0\xd5\x66\x88\xd3\ \x56\x35\x4f\x2a\x51\xca\xf0\x5c\x3c\x85\x8d\xc1\x13\x08\x04\x3a\ \x1e\xcf\x16\xc8\x3c\x56\x85\xa4\xea\xc5\xcf\xc9\x23\x23\x07\x63\ \xff\x65\x24\x38\xdd\xf0\xdf\x8e\x4e\xdc\x85\xba\xee\x8d\x3f\xb8\ \x7c\xee\x74\xec\x89\x93\x31\xbf\xfd\x9e\x70\x63\x72\x01\xd0\x68\ \xf8\xdb\xe1\x1e\x7b\xf7\xd3\x23\x00\x57\xe3\x0b\xcb\xab\x0b\x0b\ \xe3\xcf\xc7\x16\xc6\xc7\x46\xc0\x45\x10\xaa\x26\x1f\x8e\x8d\x8f\ \x4f\xde\x1d\x1f\x5f\xde\x5d\x7d\x3e\xf6\x7c\x61\x64\x72\x62\xa5\ \x78\xa5\xe1\xcb\xee\x38\xb8\xfc\x2e\xd4\x97\x66\xe4\xb4\xe5\xe3\ \xe6\x76\xf9\xd2\x2b\xef\xa9\xdb\x97\xe3\x62\x7f\xfb\xfb\xa7\xdf\ \x49\xf1\x27\xa0\x76\xf0\xc7\x4a\x6c\x1d\x55\x53\xf0\x2f\x0b\x0f\ \x26\x81\x72\x2e\x8c\x4d\xee\xc2\xe7\xfb\x9a\x0a\x6b\x8a\xaa\x7b\ \x2e\x5e\x00\x71\xa9\xb4\xe6\x52\x7b\xcf\xa5\xa2\xf2\x96\x97\xf3\ \x2d\xe7\x5b\x5a\xea\xca\x8a\xce\x5f\xbf\x39\x7a\xbd\xe6\xd2\xad\ \xfc\x9b\x00\x52\x77\x20\x5c\x9d\x2d\xbc\x54\x5c\x73\xb1\xae\xa8\ \x38\xff\x42\xe1\xc5\xea\xbe\x4b\x77\x0a\x1f\x97\x96\x15\x5e\x78\ \x74\x67\xf4\xc5\xf4\xe8\xcb\xfd\xed\xeb\x5b\x37\xaf\x2f\xed\xdf\ \x9f\xdf\x9e\x7d\xfc\xf1\xe9\xfd\xa7\x8f\x9e\x4e\x6f\xce\x8e\xee\ \x6c\x4e\x6d\xbd\x9b\xda\x7a\xb9\xff\xf1\xe3\x4f\x53\x8b\xfb\xdb\ \x4b\x53\x9b\xa3\xbf\x7c\x9a\x7d\x3b\xfa\xf4\xc5\xcc\xe2\xe6\xd6\ \xf6\xdb\xad\x57\x5f\x5f\xfd\xf3\xef\xc6\x1f\x1f\x02\x06\x0e\x03\ \x86\x86\x1d\x84\x25\xc0\x2a\xcc\x22\x1c\x86\x08\x8d\x77\x4b\x22\ \xf3\x01\x3d\x90\x84\x24\x3e\x19\x97\x9b\xcb\x97\x13\xa1\xb2\x2c\ \x3e\x39\x2d\x15\xea\xd5\x07\xed\x7d\xef\x05\x00\x4a\x7b\xf2\xe6\ \xcd\x8f\x69\xd0\xd4\x8a\x54\x5a\x6e\x6a\x1a\x4e\x9d\x97\x87\x7b\ \x83\x6b\xd9\x78\xff\xba\x9e\x9b\x79\x71\xa3\xb0\xc7\xc1\x22\xa6\ \x12\xfa\xd3\x41\x84\x1a\x7a\x53\x99\x9a\x9a\xb1\x4d\x1f\xe2\x7f\ \x3f\x0a\x99\xd4\xd9\x00\xeb\x61\xeb\xde\xfe\x5f\x65\x5a\x6a\x25\ \x08\x69\x48\x67\x05\x91\x00\x15\x2e\x63\x92\x98\x9f\x9c\xff\xbe\ \xe4\xa6\xf1\x69\x29\x14\x81\x08\x41\x4b\x25\xd3\xd2\x52\x73\xed\ \xc5\x4a\x11\x81\xc2\x96\x71\x65\x4c\xae\xb1\x5b\x24\x14\xb0\x09\ \xd7\x06\x4c\xc3\xc3\x5f\x63\x7e\x8a\x86\x7c\x5e\xa8\x05\xb2\x7f\ \x4e\xec\x0f\x59\x36\x9c\xba\x50\xd8\xe0\x0d\x79\xc1\x6b\x7c\x63\ \xe5\x0f\xbf\x6f\x03\xe0\x2b\xea\xf6\xbf\x8f\xfa\x83\x4e\x37\x40\ \x95\x2a\xf4\xc7\xca\x46\xc0\x1b\x9d\x0b\x86\x42\x91\x39\x10\x54\ \x42\x73\xa1\xb0\x33\x00\xc2\xd9\x7a\x34\x12\x0a\xfa\xc2\x7e\x8b\ \x25\x14\xf4\x02\x4a\x31\xa0\xfd\x59\x06\x15\x48\x35\x6e\xaa\x4f\ \xac\x5b\x77\xeb\x42\x7e\x27\x20\x0f\x27\xb8\x11\x8a\x80\x5b\x0d\ \x7c\x1f\x6f\xaf\xa2\xfa\xfc\x6e\x86\xc5\x17\x0d\xfb\x18\x54\x38\ \xb4\x36\x3a\x00\xa2\x5a\x28\xa4\xe2\x38\x55\x62\xa7\x3b\x12\x0d\ \xeb\xa8\xba\x28\x1a\xce\x31\xa8\xa8\x50\x3f\x2b\xaf\x53\x2c\xa6\ \xc2\x51\x58\x27\x27\x99\x23\x86\xc3\x41\xc2\x02\xb9\x2c\x39\x01\ \x9a\x92\xc9\x80\xc5\xc0\xd0\x0c\x34\x2a\xf1\xe4\xe9\xd3\x97\xcf\ \x9d\x3b\x71\xe4\x44\xc3\xa9\x13\xc3\xcb\xbb\x97\x61\x6e\xaf\x3f\ \xe2\x87\xda\x36\x43\xc5\x18\x06\x68\xc8\xa2\xd3\xc7\x09\x71\x00\ \x03\xfd\x62\x95\xca\x00\x6e\x8b\x4a\xe2\x38\x49\x54\x34\x16\x85\ \x56\xe9\x0c\xd4\x18\x12\x78\x9c\xc9\x28\x54\x72\x4c\x32\x09\x46\ \xc2\x72\x80\x2a\x26\xc0\x49\x89\x89\xf0\x78\x2c\x9a\x04\x38\x15\ \x93\x10\x93\x1c\x77\x14\x96\x08\x4b\x3c\x70\x04\x24\xac\x74\x5b\ \xde\x55\xab\xdd\x64\x37\xd9\x4c\x79\xad\xb5\xfd\xd9\x55\x15\x5d\ \xad\x7d\xa5\xdd\xfd\x2e\x8f\x63\xa0\x36\xaf\x31\xdd\x53\x9b\x6e\ \xd7\xd6\x66\xe6\x65\xd8\xad\x76\xb5\xd6\x96\x97\x23\xa5\x20\x91\ \x38\x02\x02\x9f\x84\x4c\x21\x00\x6c\x41\x6f\x35\x6c\xa1\x94\xc7\ \x62\xcb\x24\x6c\xa8\x49\x27\xd4\xfd\x4e\xa3\x37\x09\x94\x02\xad\ \x59\x41\x4f\x01\xf2\x66\x34\xa9\x95\x5a\xa9\x14\x38\x99\x5e\x03\ \xa2\x18\xd4\x97\x86\x27\xe2\xaa\x79\x14\x68\x4d\x33\x93\x8e\x91\ \x68\x4d\x52\xb5\xde\xa5\x57\x02\x4f\xd4\x5a\x15\x42\xa1\x44\x68\ \x74\xd9\x81\x83\x49\xf4\x19\x56\xb5\x3e\xcf\x23\xd5\x5b\x3d\x6c\ \xab\x42\x66\xd4\xcb\x34\x7a\x8d\x4c\xc0\x62\x33\x53\xf0\x29\x08\ \x24\x02\x89\xc1\x0b\xb8\x14\x32\x05\xf1\x7d\xb5\x0e\x12\x8f\xc3\ \xe1\x2a\x11\x49\x44\x3e\x8e\x8c\xa7\xd0\xb9\x42\xae\x50\x48\x57\ \xa8\xad\x1a\x85\xdd\xa4\xb6\x4a\xed\x26\x8d\x54\xa3\x56\x28\x81\ \xdf\x69\x14\x0e\xbb\x4d\xed\x32\x6b\xb5\xe0\x31\x6a\x8c\x76\xb3\ \x59\x98\x6e\xca\x30\xeb\x4d\x6a\x81\xc6\xa8\xb6\x19\xd3\x3d\x9e\ \x4c\xad\xd5\x9e\x9d\x99\x9d\x61\x52\xe8\xb5\xe9\xd9\x1a\x87\xc9\ \x6e\xf7\x68\x94\x26\x9b\xcb\x64\x36\x5a\x35\x8d\x03\x5d\x65\x03\ \xdd\x83\xd9\x99\x55\x79\xc6\x8c\x74\x47\x6b\x5e\x55\xa6\xc3\xea\ \xb2\x69\xb2\x3c\x79\x0e\x87\xc3\x9a\x6e\x52\xc8\x14\x12\x93\x50\ \x96\xae\xe5\x51\x58\x12\xa1\x4d\xc3\xe6\x49\x95\x32\x89\x09\x9a\ \x78\xc8\xe3\x49\xe8\x4c\x3a\x3d\x05\x93\x82\xc0\xb3\x45\x02\x10\ \xb6\x1c\x85\x37\x3f\x67\xb7\xae\x3d\x2d\xfb\xcb\x1f\x8f\x7e\x0f\ \x9e\xd1\x30\x31\xe3\xc6\xd8\xf0\xc3\xdb\x77\x87\x87\x9f\x1f\x4d\ \x8c\x39\x73\x2a\x81\xf1\x1e\x7b\xe2\xf9\xf8\xc8\x43\x10\xbb\x26\ \x57\xb1\x99\xfa\xa6\xfd\xe3\xe3\x63\x0b\xab\x0b\x13\xcf\x1f\x02\ \x54\x4d\x8c\x8c\x00\x81\x04\xf0\x9a\x98\x7c\xf0\x60\x72\xec\xf2\ \xf2\x18\x90\xc9\x11\xa8\x9e\x74\x61\x79\x72\x84\xf3\x35\x38\xb1\ \xba\xfc\xf0\xc1\xb7\xf1\xb1\xe1\xb1\x89\xc9\xf1\xcb\xb1\xe1\x0f\ \x85\xe9\x5d\x6f\xd7\x0f\x72\x38\xf1\xb1\xc7\x6f\x3c\x1c\x81\x26\ \x5a\x2c\x4c\x8e\x9c\xdb\xb2\x63\x7f\xd3\xbe\x3c\xbe\xba\xba\xfc\ \x05\x50\xab\xe1\x4c\xfc\xf8\xdc\x3f\xd5\x17\x6a\xda\x8b\xab\x0b\ \x4b\x9b\xba\xcb\xca\xfb\xca\xba\x4a\x2e\x16\x9c\x2f\xb8\xf3\xa8\ \xe9\x62\x7b\x75\xfe\xc5\x92\x0b\x37\x8b\x2e\x3c\xcd\xbf\x37\x7a\ \xbe\xf0\xc2\x9d\xe2\x7b\xc5\xcd\x17\x2e\xe6\x97\x77\x77\x94\x14\ \x96\x16\xde\xbf\x7e\xb6\xb0\xb8\xe6\xc2\x85\x92\x2b\x37\xeb\x2e\ \xde\x3f\x7f\x6b\xf4\xd1\xe8\xcb\xd1\xe9\x77\x3b\xf7\x5f\xdc\x3b\ \x7f\x7d\xf4\xed\xec\xcc\xfc\xcb\x97\x97\xa6\x17\x97\x36\x67\xa6\ \x5f\x2c\x4e\x4d\xaf\xbd\xfb\x34\xbb\xb5\xb5\xbf\xf8\xf9\xb7\x77\ \x5b\x33\x6f\xa7\x96\xe6\x47\xd7\xa6\x67\x7e\xf9\xf8\x69\x76\xf1\ \xdd\xce\xde\xfe\xb3\x7f\xfe\xf9\xed\xc3\x1f\x3f\x47\x80\x03\xa9\ \xe0\xb1\xf1\xe8\x44\x18\x03\x96\x78\xd5\x25\x43\x62\x90\x72\x3e\ \x34\x80\x84\x28\x87\x7a\xf0\x21\x89\x7c\x39\xb4\x20\x1a\xc4\x20\ \x5a\x6a\x1a\x4d\xce\x07\x79\x27\x4d\xce\x1f\x22\x63\x88\xdf\x7f\ \x22\x87\x1a\x91\x3e\xe9\x1d\xe2\x23\x73\x81\x3a\xca\x65\x02\x61\ \xc9\x2f\x4b\xa3\x4f\x7b\x5a\x46\xff\x6a\x91\xa5\x20\x31\x38\x41\ \xb6\xf0\xc7\x27\x95\xfc\x5c\x40\xa6\x9c\x9f\x14\x4f\xc8\xfc\x5c\ \x39\x40\x10\xe2\xfe\xb0\xa5\x4b\x82\x9a\xff\x35\xf7\x8d\x9c\x48\ \xa4\x0d\xa9\x55\x74\x24\x85\x0e\x04\x14\x89\xb0\xff\xb4\xfe\xae\ \x07\xbc\x20\x68\x50\xc6\xc7\xe3\xc0\x13\x0f\x44\xba\xf6\xf9\x56\ \x68\x30\x1e\x13\x81\x67\xf2\x6c\x7d\x4a\xab\x9a\x65\x2b\x64\xde\ \xfb\x0f\x63\x25\xf6\x67\x40\x11\xa7\x5f\x17\x79\x1f\x04\xb6\xb4\ \x1e\x05\xd0\x01\x24\x89\x44\x22\x2b\x80\x43\xd0\x70\x67\xa8\x4c\ \x21\x64\xf1\xfa\xbc\x21\xf0\x92\x07\xea\x18\x8c\xac\x84\x43\xd1\ \x0f\x7f\x83\x74\xf4\x3e\x1c\xb0\xac\xf8\x83\x73\xa1\x08\xc8\x57\ \x20\x94\x45\xfe\x86\x86\x48\xfb\xfc\xfe\x0f\x2b\xfe\xd0\x8a\xd3\ \xe9\x0d\xfb\xa0\x21\x60\xee\x70\x90\x1a\x06\xdb\x1b\x2c\x3e\x15\ \x09\xad\xa3\x52\x57\xe6\xa2\x50\x2f\xf8\x0d\xa8\x20\x34\x1c\x4c\ \x10\xbb\xdd\x3a\x46\xc0\xeb\xf4\x8b\x19\x62\x0b\xf0\x42\x27\x20\ \x4a\x00\x38\xa4\x13\xdc\x5d\xd0\xaf\xf3\x5a\x9c\xde\xa0\x0e\x05\ \x01\xcb\xa9\xb2\xa0\xc5\x16\x2a\x09\xc4\x32\x2a\x0a\xcb\x30\xa0\ \xb1\x89\x0c\x71\x72\xb2\x98\x71\x38\x06\x85\xc6\x32\x50\xf1\x07\ \x0f\x73\xc4\xc9\xd4\xe4\x33\x97\x1b\x6e\x9c\x3b\x0d\x68\x75\xfa\ \xc4\xe9\xb1\x2f\xdf\x6e\xc4\x86\x43\x80\xca\x01\x95\xd3\x17\xf6\ \x59\xbc\x6e\x7f\x10\xb8\xec\xdf\x21\xa0\xbd\x20\x52\xa9\x38\xe0\ \x0b\xc3\x60\x61\x38\x0d\x28\x1d\x8a\x84\x25\x39\x39\x3a\x06\x8c\ \x63\x20\xe9\xc4\x0c\xa0\x9b\x00\x64\x80\x51\xc9\x70\x18\x1a\x4d\ \x82\x86\xd8\x1f\x86\x41\xcd\x1b\xa0\x56\x33\x80\x8e\xb1\x31\xb1\ \xf1\x09\x07\x0f\xfd\xd0\x98\x9e\x59\x9f\x2e\x4a\xcf\x72\x64\xdb\ \xd3\x1d\x39\x9d\x39\x9d\x3d\x83\x3d\xcd\xed\x7d\x57\x33\x32\x5c\ \x55\x39\xae\xac\xfa\xcc\xc6\x4c\x47\xba\x29\x3b\x23\x3d\xc3\x65\ \x05\xff\x34\x36\xb3\x00\x43\x00\xef\x6a\x80\x0f\x3c\x0a\x34\x20\ \x9c\x8e\xa0\x50\x78\x22\x91\x1e\x48\x13\x46\x22\xe3\x89\x84\x7a\ \x89\xd2\x01\x1d\x4e\x93\x1a\xed\x4a\x3a\x57\xaf\x50\x67\x00\xdf\ \x72\x98\x05\x4a\x1b\xb4\xf2\x98\xcd\x52\x0a\x25\x29\x4c\x28\x47\ \x71\x65\x20\xda\x48\x08\x34\x6e\xa6\x56\xa6\x07\xd9\x0a\x04\x1e\ \xa1\x4d\x6b\xe4\x09\x44\x8e\x4c\x87\x5d\xcb\x95\x65\x66\xdb\x33\ \x72\x5c\x46\xa3\x3a\x4b\x23\x74\x49\x45\x6a\xa3\x50\x64\x94\xc9\ \x8c\x6a\x68\xe8\x05\x0b\x81\xe3\xe3\xc9\x08\x3e\x1d\x8f\x24\x80\ \x53\x00\x55\x64\x72\x0a\x91\x0c\x60\x85\x90\xa7\xd2\x92\x52\xd4\ \x4c\x89\x89\x2b\xfd\x7f\x24\xbd\x89\x57\x92\xe9\xff\xff\x3f\xae\ \x47\x41\x81\x23\xab\x20\xb2\xc4\x8e\x6c\xb1\xc8\x2e\x1c\x40\x64\ \x3f\x02\x72\x44\xa5\xdc\x5a\x5c\xaa\x31\xc9\xa6\xa6\xc6\x66\x9a\ \x19\x5b\x66\x8c\xc8\xf2\x44\x2a\x59\xd9\x4a\x39\x35\x46\x75\x8a\ \xa6\xce\x38\x99\x4d\x96\xbd\x4b\xc7\xce\x99\x99\x9c\xe9\xcc\x39\ \xdf\xcf\x7f\xf1\x7b\xdd\xfd\x90\x00\x49\x6f\x6e\xe1\xba\x9f\xd7\ \xf3\x71\xdd\xaf\x45\x28\xe7\x2b\x6c\x6a\x60\xbc\x88\x46\xe6\x91\ \x29\x40\x4a\x5d\x5a\x8b\x41\xa7\xb6\x39\x5c\x6e\xb7\x42\xab\x96\ \xdb\x82\x36\x77\x93\x49\xad\xf5\x87\x3d\x46\xb9\x23\x0c\xe8\x07\ \xc2\xe5\x30\x19\x6c\x36\x4f\x93\xc3\x14\xb1\x99\xbc\x01\x4b\xc0\ \xee\x0d\xe8\x4c\x6d\x0e\xaf\xab\xc9\xed\x75\x05\x8d\x1a\x10\x52\ \xb7\xb7\x73\xe7\x40\x7f\xf8\xfb\x81\xa3\xdf\xb5\xec\x71\x47\x82\ \x47\x9b\xed\x41\xb7\x3b\x1c\x71\xbb\x23\xbd\x7b\x40\xe5\x34\x06\ \x83\x4a\x25\x93\x6b\x2d\x62\xae\x5a\x1e\x69\x72\x71\xc5\x46\xad\ \x5a\xac\xe1\x4a\xec\xb0\x03\xc0\x84\x78\xbe\xa0\x82\x2f\x54\x01\ \x0f\x2a\x24\x9a\x60\xc7\xeb\xc4\xa5\x3f\x36\xe2\xae\xed\xdb\x62\ \x0d\xf1\x0a\xcc\x45\x05\x95\xe5\x43\xa3\x53\xc3\x1b\x7b\xc6\x87\ \x87\x4a\x63\x63\x68\x8c\xde\xf9\x26\x6f\xe3\xf0\xd0\xcc\xbd\x5f\ \xaf\x83\xeb\xba\x15\x72\x18\x8f\x5d\xcc\x07\xcb\x74\x75\x6c\x72\ \x6c\xe2\xfa\xc4\xd8\xd0\xd8\xe8\x75\xf8\xee\x7f\xf7\xae\x8f\x8d\ \x4f\xcd\x0c\x81\x52\x5d\xb9\x37\x3a\x79\xfd\x3a\x18\xaa\xc9\xf2\ \xfa\x8d\xa5\x7f\xfd\x7a\x6b\xac\x7d\x62\x18\xbd\xe1\xfa\xbd\x7b\ \x57\x26\x61\xa4\xad\x3e\x78\xb0\x5c\xb6\xa1\x31\x7f\x43\xfd\xf8\ \xf8\xf8\x68\x4f\x7b\x4f\xcf\xd8\x44\xcf\x70\xfc\xf0\xc7\xab\xe6\ \xc8\x2e\xe7\xad\xdf\x90\x2e\x3b\x57\x87\x79\xca\xf2\xd1\x92\xd7\ \xe7\x1e\xfd\xf0\xe5\xe0\x17\xbb\xb7\x76\x1c\xff\x76\xf3\xf7\xfb\ \x77\x1e\xef\xea\x7a\xb8\x74\xb0\xf3\xc8\xc1\xfd\x5f\x6f\xdb\x74\ \x63\xdf\xe0\xf1\xdd\x67\x8f\x77\x1d\xdf\xd7\xbd\xe5\xc4\xf6\x83\ \xfb\xba\x77\xec\xdc\xb4\xe5\x50\x67\x47\xf7\xa6\x2d\x3b\x77\x74\ \x6c\xda\xbe\xa5\x6b\xfb\x83\xee\xae\x7d\x5d\x83\x67\x91\x5e\x5e\ \xcf\x97\x1e\x9d\x3d\xbf\xe3\xf8\x93\x47\x6b\x48\xb4\xd5\xd3\xcd\ \x8f\x1f\x82\x30\xbd\x7a\xf8\xec\xf5\xfd\xa7\xf7\x9f\xbf\x7b\xf5\ \x62\xe9\xe5\xfa\xca\xa3\x4b\x4f\x96\x9e\x2f\xbd\xb8\xf1\xfc\xf9\ \x93\x87\xaf\xfe\xfd\xb8\xfa\xf2\xc5\xbb\xf5\x95\xb9\x3b\xb3\x7f\ \xa4\x16\x16\x16\x43\x4e\x06\x01\x85\xc1\x11\xc8\x8c\xa2\xd2\x1f\ \xd5\x0e\x12\x12\x89\x45\xa1\xd4\x72\x48\xb5\x1c\x90\x2b\x3c\x16\ \x89\x70\xef\x43\x3a\xd0\x4b\x5b\x5b\x81\x0e\x6b\x01\xd0\x00\x16\ \xa5\x4c\xa9\x94\x4e\xa3\x7f\x3a\xc5\xd7\x87\x30\xa1\xb4\x41\x2a\ \x85\xc9\xd6\xb4\xaf\xb3\x6b\xfb\xc1\x8e\xdd\xf7\x9f\x36\x0b\xe9\ \x52\xac\xc0\xe1\xa5\x9f\xbc\x70\xba\x0f\x10\x93\xde\xf6\xb7\xe7\ \x34\x6c\xa4\xaf\x96\x59\x3b\xa2\xb8\x73\xeb\x5a\x93\x9a\xb8\xe9\ \xe7\x86\xba\x86\x06\x69\xc3\xff\x6d\x0d\x51\x2b\xaa\xf8\x78\x66\ \x05\xb7\xea\x88\x6f\x61\xda\x4f\xc1\x63\xeb\x28\x55\x12\x2a\xd8\ \x3d\x24\x0e\xf0\xf4\x17\x73\x5f\x2a\x1c\x0e\x05\x89\x2a\x56\xc9\ \x8e\x0e\x48\x3c\x1a\x5d\x77\xbf\x98\xfd\xcf\x9d\x3c\xf6\x62\x7a\ \x3e\x8d\xb4\xa9\x4f\xa7\xd3\xce\x4c\x6a\x39\x1d\x4b\xc5\x53\xd1\ \x98\xd5\x97\x5a\x8c\x25\xd2\xf3\xa9\x14\x92\x40\x93\x7d\x93\xf4\ \x25\xd2\x49\x70\x5e\xb1\x74\x2e\x8d\x70\xe3\x72\x66\x39\x91\x00\ \x81\x4b\x66\xd3\x56\x67\x1a\xa9\x41\x13\xcb\x2e\x27\x41\xed\x90\ \x93\x88\x0b\xe9\x50\x2e\x9b\xd5\xc3\xa3\x58\x26\x16\xca\xc5\x12\ \x40\x78\x6c\x76\x08\xf4\x2f\xae\xd7\x2b\x9d\xe6\x64\x7a\x3e\x91\ \xc8\x44\x57\x90\x60\xf6\x04\x03\x4d\xcc\xa6\x44\x64\x67\x14\x9c\ \x14\x99\xa7\xf7\xe9\x41\x31\xd8\x66\x6b\xcc\xc9\x56\xa6\xd9\x48\ \xb9\x40\x27\xd8\xa0\x64\x08\x09\xea\x64\x47\xe3\x66\x22\x5b\x44\ \x24\xfa\xf4\x18\x32\x83\x27\x72\xb2\x31\x3c\x9f\x19\x55\x60\x06\ \x20\x07\xed\x2a\xd3\xa3\x4b\x30\x0c\x34\x0e\x87\xee\x19\xee\x19\ \x86\x61\xda\xd8\x33\xdc\xd8\x7e\xef\xbf\x7f\x7a\xc8\xbc\x78\x66\ \x3e\x15\x8b\xc7\x7c\xe9\x28\xb8\xc8\x84\x33\x24\x22\x46\xa3\xce\ \x18\xec\x97\x93\x01\xe6\x4a\x1f\xb5\xfa\x94\x4e\x1f\xcf\xca\xe3\ \x31\x60\x8b\xc0\xaf\x7a\xb3\x4f\xc9\x60\x13\x30\x65\x38\x14\x9a\ \x81\x42\x63\xd8\xc4\x3c\x90\xab\x02\xa0\xc1\x92\x02\x36\x86\x8c\ \xce\xcf\x2b\x40\xa3\x50\xa5\x79\x05\xa8\x92\xc2\x82\xcf\x9a\x22\ \xcd\x41\x38\x12\x4d\x11\x8d\xe1\xc0\xc0\x81\xde\x6f\x8f\x7e\xf7\ \xf5\x57\x5f\x1c\x3d\xec\x0d\x06\x02\xfd\x11\x7b\x53\xd8\x6b\xf2\ \x86\xed\x36\x8b\x3f\xac\x33\x39\x1c\x36\x9b\x4c\xeb\x95\x03\xcf\ \x91\x38\x14\x92\xda\x42\xc3\xc2\x67\x82\xa7\x55\x08\x58\xe0\x65\ \x34\x12\x95\x44\x2d\xb3\xdb\x75\x0a\x87\xc7\x0e\x07\xb9\x0b\x2c\ \x8a\x50\xa2\x55\xbb\x22\x7e\x87\xd1\x66\x14\x6b\x4d\x46\xa3\x8c\ \x6b\x92\x08\xd4\x32\x1d\x5f\xa2\xd5\x68\x8c\x3a\x81\x00\x0c\x46\ \x05\xdf\xae\x41\x22\xcd\x35\x36\x0f\xf8\x2b\x10\x3a\x85\x4a\x6e\ \x71\xab\x25\x72\x93\xa1\xc9\x64\x73\x7b\x6d\x60\xcd\x06\x02\xf2\ \x00\xa8\x9d\x0d\x4f\x0c\x34\x00\x00\x20\x00\x49\x44\x41\x54\xc2\ \xa1\xd6\x46\x22\x36\x07\x4d\xc2\x65\x0a\x05\xa0\x57\x58\x2c\x0d\ \xbc\x8a\x80\x84\xc5\x52\x60\x87\x98\x24\x90\x51\xa4\x0d\x30\x93\ \x5e\x81\x15\x0b\x64\x06\x59\x95\xd1\xa4\x93\x23\x91\x0a\x36\x97\ \xc5\xe4\x31\xa8\x0d\x0e\x93\xdf\x84\x54\x3d\x75\x07\x3c\x0e\xbf\ \xa5\xd9\xa3\x0d\xd8\x1c\x7e\x9b\x5d\xad\xb1\xd9\x5d\x2e\xa3\x23\ \xa2\xd3\xc0\xff\x4a\x40\xcb\x4c\x7e\xcb\xd1\x80\xda\xe3\xf1\x83\ \xfd\xf2\x06\x23\x00\x74\x41\x8b\xc1\xe3\x8d\x58\x8c\x76\x9d\xda\ \xa8\xb6\x1b\x8d\xdf\x7c\xf7\x55\x9b\xe9\x70\x30\xf0\xf5\xf6\x6f\ \x77\xed\x0d\x7e\x75\xf4\x70\x4b\x93\xc3\x65\xd1\xb5\x05\x41\xd9\ \x5a\x34\x3a\xa3\x56\xc5\x17\x7a\x8d\x6a\x01\x97\xaf\x92\x7b\x6c\ \x3a\xb9\x5c\x28\x57\x28\xaa\x84\x42\xb1\x4a\xa3\xb5\xdb\x85\x62\ \x39\x89\x2f\x36\x3a\x74\x5a\xdd\x0f\x07\x36\x6d\x5d\x5d\xb9\x1d\ \x57\x8e\x0e\xa3\xee\xc4\xf4\x68\x24\x29\xb5\x0c\x45\xf4\xe5\xd7\ \xd4\x37\x0e\x6f\x2c\x5c\x5f\x5f\x7f\x5d\x44\xbc\xb6\x82\xcb\x9f\ \x1c\x9b\xbc\x72\xef\x2a\xd2\x81\xe2\x56\xd6\xa3\xfd\xf1\x55\xe3\ \xd5\xf1\xf1\xc9\xc6\xf6\xa9\xf1\xd1\xd1\xa9\x89\xc9\xab\x57\x6f\ \x81\x96\xfd\x9a\x3f\x3e\x71\x7d\xf4\xd6\x95\xab\x3d\x57\xa7\x7a\ \xa6\x00\x1b\x67\x6a\x86\x66\x26\x37\x32\x86\x6e\x8d\x2a\x19\x85\ \x29\x7d\xe1\x50\x71\x71\x11\x99\x97\x57\x5e\xdf\xde\x58\x5c\x99\ \x57\xbc\x31\x7f\xa8\x07\x2c\xd6\xcc\x04\xe0\xe5\xad\xc9\xbf\xae\ \x8e\x8d\x7f\x54\x28\xbe\xfe\x69\x78\xb2\x7d\x6c\x74\xb8\xbe\xa0\ \xa0\xba\x78\xe8\xca\x50\x68\x7f\xb8\xeb\x50\xc7\xe6\xee\x43\x5f\ \x74\x7f\xb5\xff\xd0\xb9\x43\x5b\x6f\xbc\xdd\xd5\xfd\xc3\x77\xbb\ \x77\x6f\xee\xdc\xb7\x69\x70\xdf\xc1\xc1\xc1\x1d\x67\xf6\x75\x6f\ \xdb\xd4\xbd\xf5\x50\xd7\xc5\x43\xfb\xba\xbb\x77\x6c\xdf\xb4\xad\ \xe3\xf8\xe0\xa6\xad\x9d\xdb\xb7\x75\xdf\xd8\xd4\xb9\xfb\xf8\xf9\ \x33\xe7\x1f\x3f\x7a\xfc\xe4\xd9\xeb\xe9\xf3\x27\x06\x1f\x3c\x79\ \xf5\xf8\xe9\xa3\x27\x0f\xba\x1e\xdc\x78\x79\xfe\xfe\xda\xdb\x87\ \x6b\x8f\xef\x4f\xbf\x7c\xbf\xb4\xfa\x76\xf5\xd1\xd2\xb3\xb9\xa5\ \x67\xef\xd6\xd7\x1e\x5e\xba\xf8\xf0\xf9\xd3\xdb\x1f\x6f\xbf\x7a\ \xf9\xe8\xfd\x9d\xdb\x3f\xdd\xb9\xb6\x9c\x8d\x25\xf5\x0c\xb6\x88\ \x8c\x83\x39\x5f\x54\x54\xdd\xed\x70\x54\x91\xe8\x74\x69\x1d\x5d\ \xca\xa1\x37\x50\xe0\x8a\x97\xd2\x29\x52\x90\xae\xda\x91\x3e\x24\ \x47\x79\x04\xb8\x90\x43\x91\x72\x48\x4c\x78\x56\xa8\xe0\x53\x98\ \xad\x17\x46\x4e\x22\xf1\xa4\x23\x7d\x7d\x75\x7c\xb1\xa9\xf7\x68\ \xff\xb7\x5b\xf6\xff\x78\xfc\x90\x8d\xc6\xc4\xf2\x4d\x6e\x6a\x2b\ \x92\x8c\xc8\xe1\x48\xb1\x03\x97\x02\x27\xc1\xa1\x49\x39\x23\x20\ \x7b\x1e\xe7\xe8\x6b\x87\xab\xf4\xe0\x49\x29\xa7\xf6\xc2\x48\xdf\ \xcf\xb3\x8f\x38\x54\x41\x15\xd8\xba\xaa\xaa\xe3\xe9\xf5\x0e\x45\ \x1d\x20\x29\xa8\x53\x15\xb8\x36\x69\x5d\x2d\x85\x7e\x50\xd9\x29\ \xd9\x73\xc4\x2d\xae\xb2\x49\x04\x07\xdd\x55\x06\xf5\x97\xdf\xd1\ \xbe\xbb\x32\xb9\x32\x96\x7c\xb3\x32\x9f\x8d\xf9\xe2\xd1\x64\x3a\ \x96\x48\x24\x33\x48\xf2\x5f\x34\x93\xcc\xc6\x73\xe9\xc5\x78\xec\ \x5a\x22\x96\xc8\x38\xd3\xcb\x6f\x62\x09\x67\x34\x9a\x5c\x00\x9b\ \x92\x5b\x08\xa5\x73\xf3\xcb\xa0\x4e\xf3\xd6\x54\x32\xbb\xb8\x10\ \x9d\xcf\x64\x13\xd9\x6c\x32\x9d\xcb\x65\x32\x89\x34\x5c\x97\x13\ \xbc\x68\x22\xea\x74\x86\x32\xa1\x79\x84\xc5\x32\x69\x65\x4e\x59\ \x0a\xee\xcc\x09\x38\x47\x04\x21\x4a\x45\x13\xb1\xa4\x13\xa0\x32\ \x9d\x73\xb2\xcb\xd8\xb9\x34\x9b\x60\x4d\x26\xe2\xa0\x40\x64\x51\ \x48\x14\x75\x46\x13\xa2\x8c\x8f\x67\x4e\x3b\xf5\x31\xa7\x28\x61\ \x66\x3b\xad\x21\x86\xcf\xc9\xe0\x99\x9d\x44\xb0\x44\x04\x9e\x99\ \x88\x41\x93\xc1\x18\x29\xc9\x3c\x1e\x21\x8f\x67\x26\x60\x30\x4a\ \x42\x49\xbe\xc8\x5c\x86\xc2\xe5\xf1\x70\x05\x43\x43\x43\x63\x30\ \xb7\xd6\xf4\x0c\xb7\x6f\xbc\xfa\xdf\x3f\x53\x05\xbc\xd4\xca\x5c\ \x2a\x35\x9f\xf1\x85\x7c\xc9\xac\x35\x64\xf5\xf1\x08\x6c\x1e\xbc\ \x62\x22\xad\x2f\x43\xb4\xc9\x07\x82\xe8\x74\x66\x42\x6c\xd8\x3c\ \xc3\xe9\x14\xf1\x44\x56\x11\xc1\x49\x44\xb1\x79\x04\x02\x51\x49\ \x26\xe4\x89\x88\x25\x38\x72\x1e\x8a\xc0\xc0\xa1\x50\x05\xa8\x22\ \x54\x5e\x79\x21\x0a\x53\x50\x58\x82\xf4\xb0\x47\x7d\x76\x78\x6f\ \xb3\xb7\x2d\xd8\x1c\xe8\xf7\xda\xdc\x81\x2f\xfb\x0f\x0c\xec\x3d\ \x7c\xac\xad\x79\x20\x12\x68\x0a\x78\xdc\x5e\x93\xdb\x68\x30\x39\ \x5a\xec\x81\xc3\xfd\x06\xb9\x4e\x2b\xb7\xe8\x24\x2a\xb9\x5a\x21\ \xaf\xa2\xe2\x29\xc2\xaa\x0a\x0a\xa7\x82\xc4\xe4\xb0\xb0\x42\x9b\ \x11\x1c\x85\x5a\xa5\x96\xe8\xb4\x0a\x89\xd1\xe6\x0f\xbb\x65\xc0\ \x78\x61\x3b\x5f\x26\xd3\x86\x1d\x5e\xa3\x4c\xa7\x32\x79\x34\x26\ \xb7\x46\xc6\xa7\x09\x24\x1a\x31\x57\xac\x30\xc8\x55\x2c\x9a\x58\ \x8d\xc5\xaa\xe4\x76\x77\xd0\xa3\x93\x18\xed\xfe\x16\xc0\x49\x85\ \x58\xa5\x73\x18\xfc\xa0\x58\x6d\xfd\x1a\x87\xb1\xd9\x06\xac\x68\ \xe8\x77\x98\x1c\x1a\x95\x5a\xab\x35\x6a\xfc\x06\x39\x4b\xa5\xa0\ \x56\x09\x28\x5c\x81\x80\x0a\xc3\x46\x00\x64\x08\x8a\x85\xaf\x00\ \x44\x6d\x60\xd2\x99\x24\xe0\x54\x0a\xa5\x42\xad\xd2\xa8\x85\x0a\ \x05\x5f\x63\xb0\x18\xe5\x72\xb5\x1d\x61\x3b\xbb\xcb\xd3\xa6\x91\ \x58\x02\x26\xaf\x44\x16\xd4\x5a\x8c\x06\x8b\x47\x67\xf3\x78\x1d\ \x6e\x9b\xcb\xed\x71\xbb\xec\x32\x8f\xdb\xed\x35\xe8\x0c\x11\x87\ \xdd\xef\xe9\xf5\x03\x37\xb6\x04\x1d\x46\x93\xd6\xe2\xf1\x5b\x1c\ \x26\x8d\xc3\xe3\xb6\xbb\xc3\x01\x8f\xc7\xe6\x68\xea\xf4\x78\x9a\ \x8c\x91\x16\x97\xe7\xf0\xd7\x47\x06\x82\x4d\xbd\x7b\x06\x3c\xfe\ \xc3\x47\x0d\x76\x7f\xc0\x15\x76\x37\x5b\xc4\x3a\x2d\x57\xa5\x42\ \x82\xba\xb8\x42\xa3\xc6\x66\x92\x89\x15\x12\x99\xd0\xa2\xe6\x57\ \x55\x51\xe5\x32\x89\xc5\x6f\x0c\xaa\xe5\xc2\xc3\x3f\x68\xe4\x96\ \x83\x3f\x7c\xbb\xe9\xe1\xeb\x67\x6f\xe7\xaf\xa5\x4b\x8b\x7c\xa1\ \x78\x48\x14\x37\x97\x95\xa2\x0a\xf2\x6b\x7a\xea\x0b\x95\x2b\x2f\ \xd3\xb9\xd9\x52\xde\x35\x74\xcd\xf8\xf5\xc9\x99\xb1\xb1\xeb\xa3\ \x3d\x13\xa3\xc3\x53\x8b\x36\xed\xc0\xea\xd0\xd5\xb1\xc6\xea\x0d\ \x53\x53\xe3\x33\x93\xd7\x67\x6e\x4d\xcc\x8c\x8f\x5f\xb9\x52\x32\ \x31\x36\x79\x7d\x62\x68\x7c\xc3\xe4\xd8\xd0\xd5\xab\x33\x33\x3d\ \x13\xbf\x8c\x17\x2c\x16\x55\x56\x56\xa2\x31\xb8\xe4\x62\x66\x79\ \x39\x16\x8a\x2a\x19\x64\x14\x38\x7b\x74\x4d\x79\x4f\xf5\x86\xf2\ \x0d\x8d\xf5\xd5\x35\x3d\xed\xed\x43\x53\xb7\xfe\xf9\xe7\xb7\x5f\ \xc7\xe3\x8b\x5f\xbd\xad\xfe\xf5\x9f\xdf\x7e\xb9\x32\x31\x3e\xb4\ \x71\x43\xcd\xbd\xdf\x87\x2e\x7d\xf5\xf9\x89\xad\x9b\x3a\xf6\x6f\ \xfa\x72\x7f\xf7\x96\xad\x5f\x75\x2f\x6d\xdb\xb6\x79\x67\xf7\x96\ \x2d\x83\x9d\x9b\xf7\xed\x3b\xd8\x75\xe6\x44\xf7\x79\xc4\x4c\x0d\ \x76\x6d\xda\x85\x90\x60\xc7\x96\xe3\x9d\x3b\x76\x6e\xed\xde\xd4\ \xdd\xb5\x7b\xf0\xe6\xa1\x8e\xae\x53\xf7\x6f\x9e\xbf\x71\xe6\xf2\ \xdb\x8b\xd3\x37\xce\x4f\x9f\x7d\x80\x44\x5e\xdd\xbc\x7c\xff\xec\ \xcb\x07\xcf\x1e\x3f\x79\x72\xe3\xd1\xcd\x07\xab\xef\xd6\x9e\xbe\ \x5a\x5f\x7a\xfb\xe0\xc9\xe3\xdb\x6b\xf7\x1f\x2f\xbd\x7f\xb6\xba\ \xf6\x74\xed\xf5\xfa\xec\x87\xb5\x27\x8f\xd7\xee\xdc\xfe\xb8\xf0\ \x13\xa0\x0d\x92\xe0\x8f\x23\x23\xed\xd3\xd1\x84\xea\xcb\x6a\x0d\ \x95\xc2\x61\x32\xf1\x1c\x0e\x07\x0f\x82\x05\xb6\xbf\x0e\xdc\x36\ \x87\xd3\xd7\xd0\x77\x1a\xc4\xaa\x15\xa9\x2d\x5a\xdb\xd0\xca\x64\ \xd2\xb1\x2c\x1a\x57\x61\xd2\x08\x2f\x9c\xbc\x7b\xf2\x64\xdf\xe9\ \xd3\x23\x1c\x10\x2c\x53\x5b\x7f\xff\x57\xbb\x0e\x1c\xeb\xda\x26\ \x3e\x4d\x27\xc9\xed\x55\xa7\x2f\x7c\x8a\x87\xa8\x1d\x11\xf4\x0f\ \x46\xa4\x14\x04\x07\x39\x9c\x56\x0e\xd5\x5f\xda\x73\xc9\xd4\x5f\ \x73\xe4\x24\x92\xfa\xdc\x5a\x87\x4f\xfe\xc8\x81\x21\x46\x87\x91\ \x2f\x7b\xb4\xf2\xf8\x08\x0d\xcb\xaf\xa8\xa0\xc2\xe7\x4a\xe7\x30\ \x01\x47\x49\x94\x8e\xd4\x39\x61\xf8\xf8\xe7\x0a\xbe\x82\x25\xde\ \xac\x11\xaa\xbf\x3f\xa5\xa8\x9a\xfb\xbd\x04\x37\xbc\x08\x7c\x96\ \x74\xfa\x3e\xd5\xf0\x4b\xfb\x72\xb9\x6c\x22\x93\x88\x81\x19\xca\ \x82\xe8\x7c\x2a\x73\xf5\x26\xb3\x90\x45\x82\xd8\xad\x0b\xb9\x44\ \x2e\x9b\x4a\x2c\x2e\x64\xe2\x31\xd0\x9a\x95\x79\x9f\xd5\x19\xfa\ \xb0\x98\xc9\xa4\x72\x89\xcc\x62\x2c\x96\x8c\x26\xe1\x71\x66\x11\ \x49\xcc\xc9\xfa\x90\x00\x86\x4c\xdc\x9c\x00\xbb\x95\xc9\x65\xcc\ \x29\x76\x61\x28\xad\x34\x9b\x45\xfa\x90\x3e\xba\x90\x09\x25\x33\ \x71\xe4\x54\x60\x2e\x19\xd2\xe3\x78\x49\x33\x83\x8d\xf4\x07\x73\ \x2a\x7d\x66\x6b\x3c\x14\xe7\x25\x61\x2f\x94\xe6\x14\x88\x5e\x54\ \xa4\x4c\x27\x78\x3c\x3d\x52\x8e\xdd\xca\x88\x46\x79\x7a\xa7\x9e\ \xcc\x26\xa0\x71\x3c\x06\xc0\x9a\x9e\x5c\x8a\x26\xa2\x19\x7a\x32\ \xaa\x40\xc4\xc8\x03\x55\xc9\x2b\x21\xa0\x19\x3c\x74\x0d\x08\x56\ \x7b\x4d\xf5\xc6\xf6\xd1\xfa\x9e\xdf\x7e\xff\x6f\x22\x4f\x3f\xbf\ \xb8\x98\xca\x66\x53\x71\x3d\x38\xc6\x98\x39\x04\x57\x9f\x75\x31\ \xed\xb3\x26\x7d\x38\x9f\xd5\xc7\xd6\xfb\x42\x22\x91\x33\x0e\x56\ \x4d\xc9\x73\x22\xeb\x6c\xca\x84\xde\x0c\x06\x0b\x23\xd2\xb3\xd9\ \x65\x79\xf0\x01\xa3\xd0\x3c\x36\x1b\x09\x79\xc7\x21\xa2\x58\x84\ \x2b\xc9\xc3\xe1\x0a\x4a\x8b\x0a\xcb\xf2\x0a\x30\x9f\xb9\x9a\xfb\ \x9b\xdc\xcd\xc7\x5a\x3c\x2d\x5e\x6f\x53\x20\xb8\x37\x80\xc8\x57\ \x9b\x67\x4f\x93\xc5\xa2\xf0\x5b\x6c\x16\xbb\xc6\x1e\x30\xd9\x3d\ \xe1\x88\xd7\xa8\xd1\x58\x74\x26\x9d\x82\x0b\x30\x43\xa2\x91\xf0\ \x15\x58\xac\x54\xda\x00\xb3\x4a\xab\xb4\x42\x62\x34\xaa\xc4\x0a\ \xae\xd1\x61\x47\x4c\x03\x58\x11\xb7\x41\xe5\xb5\xc8\x35\x72\xad\ \xda\xe2\xb7\x07\xda\xe4\x3a\x83\x56\xab\x33\x48\x3e\xad\xdf\x48\ \x24\x32\x19\x57\x22\x97\xa8\x35\x0a\x99\x90\x5f\xa5\xb6\xe9\x06\ \x22\x2e\xad\xcb\x60\xf4\x3a\xb4\x0e\x89\x4a\x27\xe3\x2a\x90\x08\ \x02\x8f\xc7\x68\x6f\x33\x46\x4c\x5a\x8d\x4e\xd2\xe4\x75\x69\xdc\ \xcd\x12\x9d\xfd\xb0\x1d\x44\x51\x20\x91\x08\x49\x94\x5a\x20\x00\ \x52\x05\x1e\xcb\xaa\xc2\x57\x70\x58\x55\xb4\x2a\x2e\x8b\x4e\x67\ \xd6\xe1\xb1\x15\xd8\x5a\x6a\x1d\x55\xa7\xd0\xa9\x34\x0a\x31\x5f\ \xe2\xd0\xf8\xb5\x12\x8d\xdb\x0d\x98\xea\x89\x44\x02\x0e\x85\xc9\ \x65\x04\xf1\xf2\x6b\x41\x6f\x9a\x75\x96\x60\x93\xc6\xee\xd1\x78\ \xfa\x3d\xb6\x70\xbf\xab\xbf\x37\xe8\x08\xb4\xd9\x5d\xa0\xd4\x16\ \xa3\xd1\xeb\xf5\x78\xbc\x4d\x6d\x6e\x47\x93\xbb\xc9\xe5\x0e\x38\ \x5c\x5e\x7f\xe4\x80\xc5\x1b\x71\xc9\x6d\x6d\x3b\xbe\xfb\xe6\x1b\ \x93\xdc\xe5\x68\x1b\xe8\xfe\xd2\x75\xf8\x98\xcb\xe6\xf7\x7b\x0c\ \x81\x36\x44\xe4\x3d\xc1\x88\xdc\x1d\xd0\x69\x25\x72\xb9\x4b\xa3\ \x16\x0b\xe5\x32\x19\x68\xbc\x4e\x26\x51\xab\x35\x5c\x1a\x8b\x4f\ \xa5\xb2\xf8\x62\x99\x26\xec\xb5\x7f\x3e\xd8\x7c\xac\x77\xfb\xf9\ \x73\xeb\xb3\x3f\x7e\x37\xf7\xfc\xfe\x8b\x59\x11\xf9\x43\xd1\x10\ \x99\x50\xd8\x9e\x5f\x5a\x50\x5a\x53\x5f\x6c\x3e\xf3\x2e\x77\x67\ \x31\x5d\x40\x70\xe6\x0f\x4f\xce\x4c\xce\x8c\x4f\xdc\x9a\x99\x9a\ \x9a\xb8\x3e\x73\x25\x73\x54\xfb\x63\x66\xf2\x56\x4d\x4d\xe3\xd8\ \xd8\xf8\xc4\xcc\xc4\xf8\xad\xd1\x89\x2b\x63\xa3\x43\xe5\x93\xd7\ \xaf\x82\xce\xb4\xb7\x8f\x81\xbc\x5d\x99\x19\x9a\x18\x9d\x68\x64\ \xf8\x8a\x4b\xc8\x84\x50\x3a\xb3\xf2\xe6\xc3\x72\x22\x93\x8e\x89\ \x94\x48\x18\x0c\x99\xe8\x4c\x15\xa0\x88\x85\xd5\x35\x35\xe0\xb7\ \x7a\xa6\x26\x90\x25\xb2\x5f\x7e\xbb\xf7\xeb\xd4\x91\x6f\x3a\x62\ \x57\x26\xc6\xae\x5f\x1f\x9d\x9c\x6a\x6f\xaf\x1e\xfa\xf5\xf7\xf1\ \xb5\xef\x8f\x9c\xda\xb1\xab\xfb\xf3\xae\xc1\x23\x83\xdd\x8f\xd7\ \xbe\xd8\xd7\xb5\x7f\xdf\xbe\x7d\x5b\x8e\x6f\x39\x77\xa8\xe3\xc4\ \xe0\x8e\x5d\x1d\x1d\xdb\x76\x6c\x3e\xb8\xe5\xd0\xe6\xaf\xbb\x76\ \xed\xee\xd8\xbd\x69\xd3\xce\x13\xfb\x76\x6e\xe9\xea\xdc\x79\xe6\ \xd1\xa9\xe3\xfb\xce\x9e\xbf\xfc\xe8\xc6\xf4\xa1\x07\xe7\x6f\x4e\ \x4f\x9f\x3f\x74\xff\xd1\xa5\x4b\x4b\x37\xcf\x3d\x38\xf5\xe4\xf1\ \xd3\x07\x4f\x9e\x3f\x7e\x39\xfd\x62\x69\x6d\x75\xed\xc1\x2a\x28\ \xd6\xdb\x67\xb3\xd7\xd6\x1e\xbe\x7d\xf7\xe2\xdd\xe3\xe7\x6b\xcf\ \xd6\x57\x56\x6e\xbf\x5f\x7d\xf7\x71\x79\xee\x43\xc6\xcc\xb0\xfa\ \x18\x18\x22\x8a\x81\xc3\x20\x55\xdf\x2a\xff\xb6\xd9\xa8\x24\x0a\ \x96\x2a\xe4\x48\x29\x54\x3a\x9e\x54\xd7\xc7\xac\xa5\x33\xf1\x24\ \x7c\xeb\x48\x9d\xf4\xee\x69\xa4\x7e\x32\x93\x59\xdb\xd0\xc0\x64\ \x72\xe8\x02\x0b\x80\x99\x96\x72\xb2\xf5\xe7\x0b\xa7\x4f\xdf\x05\ \xe6\xc3\xb3\x14\xe1\x7e\x07\x18\xf8\xbd\x47\xfa\x59\x75\xad\x78\ \xae\x90\x73\xf2\x24\x18\xb3\xd3\x80\x8d\xfc\xa3\xbb\x4c\xb5\x48\ \x6e\x7d\x1d\x47\x8a\xc4\xa3\x1e\x2d\x6f\x5c\x93\x7f\x39\x3c\x30\ \xd2\x7a\xba\xaf\xae\xb5\x55\x4e\x0c\x90\xa8\x58\x64\xe4\xe1\xc3\ \x77\xd6\x0f\x79\xe0\x1e\xe9\x24\x45\x23\x61\xf1\x14\x0e\xb2\x86\ \x76\x39\xf5\x05\x49\x71\x6e\xb6\x4d\x45\x15\x78\xf6\x0b\x58\xf6\ \xfb\x7e\xbe\x7b\xe8\x1e\xf9\x4a\xe5\x42\x26\x9b\x4e\x46\x43\xe0\ \x9e\x96\x63\xd9\x4c\x2e\xbb\xb0\x18\x8d\x5b\xf5\xa9\x85\x5c\x32\ \x9d\x40\x1a\x3a\xbf\xc9\xe5\xfe\x80\x4f\x27\x9d\x40\x32\x76\x00\ \xf4\x92\x99\x2c\x72\xba\x70\x71\x39\x93\x86\xe3\xdd\x9a\xc9\x2d\ \xfc\x91\x4e\x5e\xcb\x24\x7c\xe0\xbb\x60\x53\xf1\x79\x10\x84\xec\ \x7c\x26\x19\xcd\x26\x7d\x29\x73\xc8\x0a\xb6\x45\x19\x4b\x98\x63\ \x8b\xa9\x4c\xcc\x9a\xf0\x31\xf4\x40\xd0\x99\x0f\x0b\xf1\x18\xe0\ \x5d\x0c\x74\x2b\xe3\x64\x23\x89\x31\xca\x6c\x32\xe1\xd3\xb3\x19\ \xb1\x4c\xc8\xaa\x37\x2b\x63\xb9\xb4\x55\x94\x70\x2a\x43\x31\x1f\ \x2f\x3b\x1f\x0b\x85\x9c\x51\x6b\x8c\xc7\xb6\xea\x95\x51\x2b\x03\ \x69\xc9\x85\x43\x81\xb4\xf0\xd8\x84\x92\x3c\x06\x1a\xc5\x63\x63\ \x70\x44\x22\x86\x2d\x42\x95\x94\x30\xd0\x65\x44\x4c\xe3\x18\x02\ \x84\x8d\x8d\xed\x43\x35\xa3\xbf\xfe\xfe\xcf\x64\xa9\x35\x97\x4b\ \xc4\x7c\xa1\x54\x22\x09\x2c\x0a\x5f\x3c\x5f\x26\x9d\xcd\xc4\xd2\ \xd1\xa8\x88\xed\xf3\xf9\xf4\x7a\x27\x8f\xa8\x77\xfa\xac\x22\x22\ \x81\x67\xcd\x28\xc1\x1c\x3a\x45\x56\x2b\x03\x57\x56\xe6\x64\x13\ \x89\x04\x0c\x91\x80\x26\xb0\x71\x22\x34\xae\x00\xe0\x93\x98\x57\ \x86\x83\xff\x41\xa1\x4b\x4b\x30\xd5\x48\xa5\xf7\xcf\x02\xfd\xc7\ \x06\x9a\x9a\xda\x22\xa6\xb0\xbf\xb9\xa5\xb7\xff\x48\xc4\xef\x6d\ \x8a\xb8\xc2\x9e\x96\xe0\x5e\x0f\x08\x95\xc3\x16\xd8\xe3\x32\x22\ \x27\xfc\xd5\x20\x30\x12\x89\x56\xa0\xd0\x08\x58\x02\x1a\x58\x2c\ \x98\xc2\x4e\x37\x5c\xa8\x63\x32\x47\xea\xb0\x60\x55\x8c\x0a\x99\ \x4a\x6e\x72\x69\x1d\x3a\x9d\xcb\xef\x0f\xf8\x6d\x46\xa4\x4c\x7b\ \xd8\x23\xb7\x04\x22\x16\x89\x49\x62\x90\x38\x74\x7c\xae\x46\x22\ \x14\x6a\x91\xb6\xa6\x5c\x8d\x5a\x87\x9c\xf5\xaf\xa8\x30\xe9\x04\ \x0e\x97\x46\xa2\x35\x86\xb5\x5a\x8f\x5d\x27\xd7\x8a\x35\x5c\x8d\ \xce\x72\xa0\xc5\xa2\x36\xb4\x05\x0d\x36\xb7\xc9\x11\xf6\xaa\x0d\ \x9e\xa0\x8d\xeb\xd1\x69\xed\x26\xb9\x1a\xa9\x62\x23\xe6\xb7\x56\ \x55\xd1\xb1\x14\x50\x2a\x3c\xa9\x82\x8a\x54\x3d\xc0\xc3\x68\x85\ \xb1\x4b\x22\x71\xea\xe8\x78\x0e\xd2\x68\x5e\x27\x57\xf9\x03\x36\ \x83\xcd\x20\x37\x06\x4c\x8e\x3d\xf6\x80\xc5\x18\x71\xd8\x9a\xfc\ \x41\x87\xa3\xd9\xaf\xf1\x98\xfc\x5e\xbb\xab\x37\xa0\x0b\x87\xbd\ \x2d\xae\x40\xb3\xdb\x1d\x74\x83\x07\x8b\x80\xd7\xf2\x38\x2c\x11\ \xbb\x16\x10\xaf\xc5\x15\x71\xdb\x7b\xc3\x2d\x41\x8f\x27\xdc\xdf\ \xec\xf6\xf7\xfb\x5d\x16\x23\x92\xb1\x73\xf4\x8b\xb6\xa0\xab\xdf\ \x6d\x09\x1f\xdb\x74\xd8\xe5\xfa\xbc\x7f\x6f\x24\xe0\xf6\x80\xc1\ \x6a\x39\xec\xb6\xc0\x7b\x00\xcc\xe8\x97\xb0\x54\x3a\xc3\x80\x46\ \x67\x30\x8a\xb9\x32\x83\x06\x69\x2b\x2d\x57\x89\xb9\xc2\x0a\xbe\ \x18\x06\xb7\x40\x65\x14\x1b\x8f\x0d\x7c\xfb\x4d\x57\x54\x14\x1f\ \x2a\x5d\x8e\xae\xac\x44\x2f\xad\xeb\xd9\xc5\xc5\xe4\x8d\xa5\x65\ \x25\xe4\x92\xfc\xa2\xfa\x7c\xdf\x8e\x2f\x66\x9f\xae\x12\xd1\x18\ \x65\x4d\xf5\xd4\xe4\x70\xcf\xc4\xd5\x2b\xa3\xd7\x67\x26\x86\x87\ \x26\xae\x2f\xbb\x3f\xbf\xbc\x3c\x3e\xd1\x38\x36\x09\xc6\x0a\xfe\ \xcd\x4c\xcc\x0c\x37\x8e\xb5\x0f\x81\x74\x4d\xb6\x6f\x1c\x03\xd3\ \x35\x35\x79\x6f\x6a\x68\xaa\xbe\xb0\xbc\xac\xb4\x90\x98\xb8\xf6\ \xc7\x1f\x7f\x7f\xbc\x73\xfb\xfd\xdc\xc2\x9c\xd2\x97\x16\x15\x14\ \xb0\x17\x16\x9d\x4a\x5e\x01\x3a\x2f\xaf\xb1\x7e\xec\xca\xe4\xcc\ \xff\xfe\xfa\x0b\xa9\xf7\xf0\xeb\xad\xab\x93\x13\x65\x67\xbf\xfd\ \xa3\x67\x7c\x72\x62\xe6\xde\xbd\xc9\xf1\x89\xf1\xa9\x89\x5f\xff\ \xc1\xed\xdc\x7c\x66\x6b\x57\xe7\xd7\xdd\x83\x83\x87\x9e\xbc\xdc\ \xdd\x7d\xf0\xc8\x96\xaf\xf7\x6d\x3a\xb4\xfd\xc4\xcd\xef\x36\x9f\ \x39\xb5\x6f\xdf\xe0\x89\xf3\xdb\x8f\x1c\xdc\xbd\xa5\x73\xeb\xd6\ \x1d\x9b\xf6\x77\x75\x9e\x7f\x3c\xdd\xb1\x79\xeb\xe7\x1d\xd3\x8f\ \x4f\x5d\x3e\x74\xe2\xcc\xc5\x33\x8f\x96\x5e\xbc\xbc\x71\xe8\xfc\ \x8b\x9b\xd3\x37\x2e\x3e\x5d\x7d\x75\xe3\xe5\xe3\x1d\xf7\xdf\x5e\ \x3e\xff\xf0\xf9\x23\xd0\xad\x97\xaf\x6f\x5f\x7a\xbc\x74\x67\xed\ \xf5\xbf\xaf\x3e\x7e\x7c\x31\xbb\x36\xfd\xf8\xe3\xeb\xe7\x2f\x9f\ \xaf\x7f\xfc\xf7\xe3\xdc\xec\xea\x5c\x36\xbb\x3c\x6f\xd5\xb3\xad\ \x6c\x32\xb1\x10\xcd\x40\xca\x8e\xe4\x6d\x98\xb3\xb7\x08\x28\x58\ \x18\x88\x00\x85\x24\x0a\x52\x19\x1b\x0f\x74\x58\x4b\x13\x50\x38\ \xd2\x91\xd3\x77\x2f\xf4\xd5\x01\xd3\x8d\xd4\x21\x8d\xe0\xe8\x55\ \x0a\xd7\xb6\x7e\x3c\x92\x08\xdd\xda\x3a\xd2\x80\xc5\x57\x49\x5c\ \x26\x95\x56\xa8\xe8\x6f\x32\xb0\xb0\x4c\x66\x05\x97\x7e\xf2\x6e\ \xeb\xe9\x91\x0b\x7d\x23\x9c\x3a\x66\x60\xab\xa5\x95\x02\x96\x89\ \x56\xdb\x2a\x95\xd2\xa8\xb4\xcd\xed\xf9\xe7\x54\x83\x63\x6d\x23\ \x75\x7d\x0d\x0d\x75\x3f\x7f\xc3\x10\x0a\x59\x2c\x52\x05\x9d\x44\ \xdb\x39\xbf\xb4\x59\x81\xe7\x30\x29\x14\x9a\x90\x0b\x52\xd9\x47\ \x87\x97\xa4\x2c\x39\x0f\x60\xe5\x9b\xaf\x9d\xe9\xb6\x6b\xbf\xdd\ \x4b\x63\x1d\xdc\xaf\x13\x9c\xfb\xb5\x3d\xef\x57\xc2\x62\x36\x93\ \x5a\x49\x38\x63\x60\x60\xd2\xcb\x99\x79\x9f\x0f\x9c\x92\x2f\x06\ \x5a\xf5\x06\xdc\x54\x0e\x14\x6b\x7e\x65\x21\x94\x0a\x25\xd2\xf3\ \x00\x53\xbe\xd0\x72\x2a\x09\xa0\xf8\x67\xea\xcd\xf2\x7c\x3a\xe1\ \x4b\xc4\x7d\xc9\x68\x26\x17\x02\x8f\x15\x8d\x83\x89\x59\x49\xf0\ \x40\xb6\x62\xf1\x50\x28\x31\x9f\x88\xc6\x72\x3e\x7d\x2c\x9e\x9e\ \xb7\xfa\xc0\x69\x25\x7c\xf3\x29\x50\x30\xb6\x53\xcf\x0b\x81\x1a\ \xa6\xe2\xbe\xa8\x32\x94\x8a\x82\x62\x30\xd8\xe6\xb8\x93\x18\x4f\ \xc5\xe3\x56\xf0\x4c\x21\x36\x92\x31\x18\x5f\x8e\x32\x00\xd3\xf4\ \xb1\x98\x55\xbf\x90\x62\x5b\x53\xd6\x90\x33\xae\x17\x45\x61\xf7\ \xd8\x6c\x02\x92\xec\x8c\x21\x5a\xd9\x66\x3d\xaa\x18\x08\x11\x6d\ \x16\x95\xe6\xf1\x08\xa8\x32\x1e\x2e\x0f\x55\x56\x86\xc1\x94\x0c\ \x8f\x4f\x0d\x8f\xc2\x17\x20\xe1\xe8\xbd\xff\xfe\x19\x2f\xd1\x2f\ \x64\x13\x8b\xb9\x28\xfc\x65\x3e\x9e\x33\x95\x4d\xc7\xe2\xc9\x74\ \x28\x9e\xce\x46\x01\x02\x41\x15\x61\xef\x19\xbc\x4f\xb1\x15\x0c\ \x80\x7b\xd8\x43\xab\x9e\x47\x20\xea\x45\x30\x0f\x11\xc8\x0c\x06\ \xaf\x8c\x20\x62\xe3\x70\x44\x5e\x01\xa1\x0c\xbc\x1d\x39\xaf\x0c\ \x55\x84\x21\x97\xa2\x0a\x4b\x78\x25\x45\x28\x14\xe6\xb3\x81\x60\ \xdb\xde\x3d\x60\x0a\x8c\x5e\x7b\x30\xb0\xa7\x1f\x6c\x96\xc5\xe1\ \x05\xa6\x0b\xd8\xda\x5a\x6c\x1e\xbb\x49\x1b\x0c\x7b\xb4\x36\x8d\ \xda\xa4\x30\xaa\x8d\x0a\x95\x81\xcf\x37\xa9\x40\xb1\xa8\x78\x3c\ \x1e\xec\x0c\x07\x2b\xad\x6b\xad\xe5\x48\xb5\x6e\x9d\x56\x0b\xd8\ \xc3\x75\x38\xb4\x46\x89\xcb\xe1\x75\xbb\x4c\x16\x2f\x52\xbf\xc5\ \x23\x0b\x04\x02\x26\xad\x51\xa1\xd3\xaa\x75\x3a\x0d\x57\xa6\x92\ \xc8\xc5\xc2\x2a\xdd\xa7\xd2\xa3\x62\x31\x85\x44\x53\x19\x15\xb6\ \x16\xb7\xc3\xe1\x0e\x03\xef\xa9\xe4\x62\x87\x4e\xa1\x96\xc9\x41\ \x44\xec\x8e\xe6\xb6\xb0\x1c\xd9\x8e\xa3\x4d\xe3\x37\x1a\x0d\xee\ \x80\x4d\xae\x50\x9b\x0c\x5c\x7e\x15\x8d\xaf\xaa\xa8\x80\xa1\x48\ \x65\xc9\x6c\x34\x12\xcc\xb0\x75\x78\x1a\x93\x49\xc2\x4b\x29\xa4\ \x0a\x1a\xdc\xd2\x49\x74\x80\x57\x1b\xd8\x36\x2d\xd0\xa0\x4b\xab\ \x6b\x6e\xb6\x35\xbb\x8d\x7b\x40\xa8\xfc\xee\xa3\x46\x07\x58\x47\ \x57\xa0\xd7\xef\xb6\x7b\x7b\x9b\x23\x2d\xde\x26\x50\x66\xb7\x7d\ \x4f\x4b\x40\xee\xb2\x04\xdc\x06\x87\x23\x18\xb0\x1b\x3d\x1e\x93\ \x26\x18\x74\x80\xbd\xf4\xda\x34\x16\x5b\x20\xdc\xd4\x16\x0e\x20\ \xcf\x07\x5d\x36\x4f\xa0\xed\xd8\xe1\xc3\xfd\xfe\xa6\xe0\xee\xaf\ \x0f\x78\x7e\x18\x18\xf8\xfe\x2b\xf0\x6b\xb0\xdd\xa6\x16\x87\x2e\ \x6c\x44\xaa\xd6\xeb\x6c\x6a\x83\x4d\xad\x51\x19\x34\x72\x9d\x40\ \x0d\x74\x28\x10\x6a\xd5\x2c\x21\x1f\x2f\x14\x08\xf8\x7c\xa1\x44\ \x07\x96\x55\xa1\x92\x59\xd4\xb6\xbd\xdf\x6e\xff\x78\xe9\xd9\xda\ \x9f\x8b\xd6\x3f\x81\x79\x0a\x31\xc5\xf9\x05\xc4\xd2\x92\x3c\x72\ \x65\x65\x41\xa7\x69\x29\xa4\xb7\x2a\x19\xb8\xa1\xb1\xa9\x19\x40\ \xc1\x89\x09\xf0\x53\xe3\xf5\x63\x13\x53\xf7\x72\x6d\xab\x0f\xee\ \x34\x5e\x47\x0a\x3a\x4c\x8d\x22\xe1\xf0\x93\x93\xf5\xa3\xa3\x63\ \xe3\xd5\x93\xa3\x1b\x87\xa6\xf2\xc7\x80\x07\xaf\x56\x17\x15\xe7\ \xa1\x4a\x0b\xa2\x3f\xfd\xfb\xe8\xd1\xe3\x1d\xc7\x6f\xae\x01\x65\ \xdd\xf9\xe9\xcd\x87\x05\x25\x7b\x31\x11\x8a\x62\x50\x68\x00\xc2\ \xc6\xf6\xc6\xe1\xb1\xd1\xd1\xc9\x71\xd8\xfc\xf8\xe4\xd4\xe4\xf8\ \xd4\xd5\x5f\x87\x71\x6b\xcb\x8d\x48\xb2\xf4\xaf\xf7\xae\x4e\x0c\ \x97\x8f\xcf\x5c\xff\xe7\xea\xb3\xc3\x47\x76\x6e\xde\x74\x6a\x4b\ \x47\xd7\xc5\xa5\x2f\x06\x0f\x7e\xf9\x65\x57\x37\x18\xab\x73\x27\ \xbe\x38\x71\xee\xc4\x8e\x53\x9d\x3b\xef\x0f\x6e\xed\xec\xea\x38\ \xd4\xb9\x6d\xeb\x36\x24\xc5\xf0\xdc\xe0\xb6\x4d\xc7\x07\x07\x91\ \xa2\xed\x67\xcf\x9d\xb9\x7f\xe3\xfc\xc3\xc7\x0f\xee\x5f\xbe\xf1\ \xfc\xe6\xd9\xfb\x4f\x2e\xbe\x7e\x74\xff\xe5\xf4\xa1\xa7\x37\xdf\ \x3d\x79\xfe\xf6\xd1\xb3\x47\x8f\x5e\x3d\x79\x79\xfb\xfd\xfb\x7f\ \xdf\xaf\xdd\x7e\x3b\xfb\xe2\xe9\x8b\xb7\x97\x56\xff\x78\xfb\x7e\ \xfd\xdf\xdb\xb3\xeb\xb3\x7f\xfe\xf9\xf7\x9f\x19\x67\x6c\x3e\x01\ \x40\x48\xc4\x11\x50\x05\x64\x32\x1a\x87\xc9\x2b\x77\xda\xc2\x2a\ \x12\x09\x69\xef\x06\x76\x48\x5a\x5b\x07\xd3\x54\x2d\x9d\xde\x2a\ \x65\xd2\xb8\x15\x75\xb5\x1c\xa4\x0f\x45\xeb\xc8\xdd\x86\xda\x91\ \x5a\x26\x85\xa5\x73\x1c\xd9\xdb\x70\xb7\x15\x01\xc4\x5a\x7a\x15\ \x55\x2d\x93\xd0\xb0\x06\x98\x16\xf9\x24\x3a\x9d\xca\xa2\x9f\xee\ \x1b\xb9\x80\x94\xa2\xa9\x6d\x65\xaa\x8e\x0c\x68\x6a\x61\xc6\x23\ \x51\x2b\xb0\x9c\x06\x26\x5e\x28\x7c\x3c\x49\xd8\xaa\xba\xdf\x6e\ \x6a\x95\xb6\xf6\x5d\x18\xf9\xf9\xc4\x4b\x16\x9e\xc2\xc5\x52\xf0\ \x58\xd5\xf3\xb9\xfb\x87\x91\xa2\x66\x74\x92\x40\xc2\xa7\xe0\x99\ \xb5\x4c\x2c\x1d\x4b\x5a\x5f\x71\xd0\xd4\x5f\xa7\xee\xbc\x3d\xd6\ \xfb\xfa\x5b\x5a\xe4\x4b\xb9\x4c\x90\xfc\x27\x5f\x34\x9c\xcd\xa5\ \xa2\x89\x0c\xd2\xd5\x34\xea\x4b\x26\x72\xf3\x71\x67\x3c\x17\x8a\ \x46\xb3\xa9\x4f\x8b\xd4\xd1\x6c\x1a\x1e\xc4\x33\x99\x64\x76\x21\ \x1d\x8b\xc5\xe3\xce\xf9\x3f\xfe\xc8\x66\xe0\x47\x62\x48\x2d\xe5\ \x58\x0a\xee\xd2\x6f\xd2\xd1\xd8\xe2\xb5\xe5\x4c\x3c\x95\x4b\xc7\ \xf5\xd1\x6c\x2c\x9d\x8b\xf9\xb2\xd9\x4c\x34\x94\x75\x9a\xe3\xf1\ \x38\xe0\x61\xea\x53\x11\x87\x94\x32\x6e\x36\x3b\x79\x04\x3d\x42\ \x84\x49\x90\xc8\x64\x2c\x9e\x8d\x89\x70\x0c\x73\x22\x64\x36\x27\ \x53\x20\x10\x64\x3d\x83\x60\x4d\xb0\x79\xa1\x24\x52\xcb\x58\xe9\ \x8c\x5b\xc1\x9c\x65\xd9\xca\x2c\x92\x35\xc4\x53\x8a\xac\x3c\x30\ \x41\x6c\x22\x18\x71\x9c\x59\x2f\x42\x02\x47\x63\x4a\x5e\x99\xd5\ \x8a\x29\x20\xf3\x30\x20\x5c\x79\x18\x06\x0a\x23\xca\x83\x11\x37\ \x3a\x3a\x3e\x36\x3a\x0c\xb3\xe8\x6f\x20\x58\x05\xbc\x37\x99\xe5\ \x95\xb4\x39\x14\x8a\xfb\xcc\x48\x02\xa1\xcf\xc9\xb6\x86\xe2\xd1\ \x98\x2f\x2e\xd2\x47\xa3\x4e\x73\x22\x1e\xb3\x46\xc1\x60\x59\xd9\ \x3c\x50\x34\x78\x1d\x10\x2c\x7d\x54\xc9\x60\x10\x19\x22\x91\x92\ \x4c\x44\x83\x50\x89\x88\x38\x32\x11\x43\x24\x63\x30\x65\x28\xf8\ \x62\x90\x31\x25\x45\xe8\xbc\xfc\x92\x02\xf4\x67\xde\x3d\xfd\xbd\ \x11\x97\xcb\x1b\x6c\xf1\xdb\xfd\x81\x96\x16\x4f\x73\xc4\xd3\xe2\ \xf6\xdb\x4d\x0e\xb7\xcb\xae\xd5\x18\x55\x5a\x87\xdf\xa6\xd5\x69\ \x6d\x32\xbb\x5c\x6b\x30\x58\xb8\x62\x89\x50\x21\x96\xe1\x39\x54\ \x0a\xd2\xa4\x86\x4e\xaf\x03\x36\xab\x13\xea\xd4\x16\x83\x0d\x6c\ \x84\xce\x60\xd1\x1a\xdd\xda\x7e\x5b\xd0\x66\xb3\x59\xbc\x61\x50\ \x0c\x8d\xc3\x6f\xf1\x84\x4d\x3a\xa4\x91\xaa\x44\x2d\x36\x19\x4c\ \x32\xb9\x58\xad\xe6\x82\xd9\xa0\xf1\xab\xaa\x04\x6e\x93\xc9\x1d\ \xb0\xb8\xd5\x0a\x8f\xc4\x85\x20\x9c\x21\x2c\x10\xea\x3c\x2e\xb7\ \xc7\x64\x88\xa8\x5d\x5e\xaf\xc5\x0f\x5a\x67\x32\x69\x54\x16\x9b\ \x43\x2b\x51\x18\x6c\xe0\x4f\xf8\x2a\x2a\x40\xa5\x8c\x49\xaa\xa5\ \x6a\x04\x40\x59\x55\x70\xe1\xf4\xd5\xd1\xc1\xc3\x53\x41\xab\x5a\ \xb1\x58\x16\x5f\x22\xe6\xea\xbc\x06\x8d\x41\x6e\xb7\xb4\x68\x2d\ \x76\xbb\xc7\xd3\xe4\x77\x68\xdb\x22\xcd\xfe\x26\x97\xda\x13\x76\ \xf8\xdd\xcd\x2d\x01\x63\x30\xd2\xb4\x27\xe8\x02\x02\x74\x0f\xb8\ \xc2\xc0\xc1\x76\x9b\xdd\xe2\x30\xaa\x03\x11\x9b\xc3\x03\x1a\x05\ \x8a\xeb\x0a\x38\x9a\x0c\x96\x88\xcd\xeb\x0f\x34\x79\x07\xda\x02\ \x4d\x9e\x96\x80\x3b\xe0\xf5\xfb\xf7\xf7\x36\xf7\xdb\x5d\xfd\x3f\ \xfe\xd0\xfb\xcd\x5e\x8f\xff\x70\xb3\x37\x62\xf7\x23\x65\xfb\x4c\ \x46\x84\x3f\x34\x32\xb9\x5a\x2b\x97\xc8\x55\xb0\x49\x93\x5c\xa3\ \xd3\x49\x90\x6a\xac\x5c\x16\x22\x57\xc2\x2a\x31\x4b\xeb\xf0\xd8\ \x01\x18\x2d\x0e\x95\xd6\xb2\x27\xbc\xf7\xd0\x89\xce\xcf\xbf\x7a\ \x71\x69\x81\x48\x28\xaf\x2c\xc2\x88\x08\xd5\xd5\xc5\xf9\xf9\x95\ \x25\xb9\x3b\x59\x7d\x29\xa6\x20\x3f\xbf\x66\xec\xfa\x2d\x20\xbf\ \xa9\xb1\xf1\xa1\x8d\xc3\x43\xe3\x57\xef\xdd\xba\xe2\x6c\xe9\x3c\ \xf3\xe6\xfa\xcc\xf8\x75\x98\xe2\x86\x7a\xda\xc7\x87\x47\x7b\xc6\ \xea\xc7\xc7\x8b\x6b\xca\x8b\xeb\x7b\xca\x47\x27\x47\x27\x2b\xcb\ \x90\x74\xd5\xf9\xb5\xe9\xee\xe9\xce\x83\xdb\x0e\x6e\x3e\x73\xf1\ \xc9\x8b\xa5\x17\x6b\xeb\x3f\x5d\xfb\xf3\xa7\x0f\x59\xa5\x9e\x5c\ \x56\x5e\xde\x58\x53\xd3\xd3\xd8\x58\x9c\x5f\x09\xd2\xd5\x3e\x3a\ \x73\xf5\x97\x5b\xbf\xfc\xef\x7f\xbf\xfd\x73\x35\x5f\x3f\x5d\x70\ \xf5\xfa\xf8\xd5\x5f\xee\xdd\xbb\xde\x33\x79\xe5\xea\xbd\x5f\x7e\ \xcb\x5f\xda\xdc\xf2\x63\xe7\xd6\x53\xdb\xa6\x5f\x6e\xe9\x3a\xb8\ \x7b\x70\xd3\xe0\x60\xd7\x96\x1d\x67\x77\x1f\xea\x1e\x3c\x71\xe8\ \xf8\x96\xcb\xc7\x3b\x0f\x6e\xed\xdc\x3e\xd8\xd9\x31\xb8\xb9\x7b\ \xc7\x8e\x1d\xfb\x76\x6d\xed\x3c\x7e\xf1\xc1\xfd\x53\x67\xce\xed\ \x3b\x7f\xee\xc9\xc5\xc7\x4f\x1e\xdc\xbf\x78\xf3\xf5\x8d\xf3\xd3\ \xe7\xdf\xbe\x5b\x7b\xf6\xfa\xf1\xf4\xb3\xa5\xa7\x6b\xcf\x1e\x3e\ \x07\xb1\x7e\xfe\x72\x6d\xfd\xd2\xeb\xf5\xf5\x67\x6b\x8f\x3f\xae\ \xbe\x7f\xfe\xfc\xd2\x83\xf5\xd5\xd7\xb3\xb3\x7f\xbf\x9d\x7d\xf7\ \xe7\x9d\xf5\x59\x38\x14\x73\x3e\x25\x8e\x80\x63\x60\xca\x8a\xca\ \x30\x65\x79\xe8\xb2\x52\x74\xd0\xcd\xc5\x22\x78\x4d\xa1\x53\xa5\ \x0d\x75\x14\x10\x2c\x0a\x5d\x8a\x14\x31\xae\xc2\x72\xe8\x4c\xa4\ \xc1\xea\xdd\x9f\x7f\xee\x03\x8f\x45\xa7\xd0\xc4\x9e\xfd\xa6\x0b\ \x9f\x96\xa0\x48\x24\x7c\x15\x8d\x8e\xa7\x90\x14\x5a\x24\x34\x86\ \xc9\x61\x72\x38\x48\x15\x78\x24\xc8\xaa\xa1\x8e\x23\xf8\xfa\x73\ \x09\x3c\x55\x37\xd2\x27\xe5\xd0\x69\x4c\x3a\xb5\xca\x30\x3b\xa1\ \xdf\x62\x5c\x2b\x54\x7f\x5a\x53\x6f\xa0\xe7\x76\x63\x39\x14\x2c\ \xbe\x95\x49\xea\x5f\x5d\xdb\x6f\xc7\x52\xe8\x78\x6a\x85\x4a\x22\ \xc6\x82\xcd\xe3\x80\xcd\xa3\xfd\x79\x4d\x47\x55\xed\xc9\xe4\xad\ \x6d\xe9\x3d\x6e\x97\x7c\xad\x96\xf1\xc3\xc5\x33\xf7\x4f\xa1\x57\ \x32\x19\xa4\xb8\x7a\x3c\x9a\x8b\xc6\xe3\x89\x24\x78\x90\xe8\x7c\ \x02\x29\x8c\x65\xce\x65\x91\x04\x65\xa4\x83\x6a\x08\x09\x64\xf7\ \xa5\x92\xd9\x44\x76\x21\xbb\x88\x34\x9e\x48\x67\x7d\xc9\xd4\xf2\ \x42\x2e\x9d\x4a\x2d\x2c\xae\xa4\xad\xf3\x1f\xe6\x3e\x24\x91\x85\ \xf7\x44\xca\x99\x0a\xa5\xe3\xa9\x0c\xe0\x56\x22\x9a\x71\x2a\xf5\ \xd6\x58\x08\xa9\xd7\x17\x45\x92\x8d\x9d\x89\xa8\x12\x94\x27\x14\ \x8f\x01\x99\xc5\x43\x8b\xcb\x89\x78\x3c\xca\x23\x13\xad\x29\x36\ \x03\xd4\x2f\x69\xb6\xb2\xf5\x00\x90\x60\xf6\x9c\x59\xa4\x52\xa0\ \x3e\x1a\x7a\x93\x12\x59\x41\x54\xe2\x31\x86\x39\xc4\x66\xb0\xad\ \x66\x27\xa8\x1a\x2f\x0a\xe2\x21\x12\xf1\xf4\x0c\x22\x2e\x1e\x22\ \x14\x10\x19\x0c\x32\x19\xc4\x8b\x8d\x2b\x02\xe7\x43\x14\x61\x86\ \xc1\xd7\x4f\x4e\x81\x62\x8d\x0d\x5d\xf9\x1f\x20\x61\xa1\x3e\xb7\ \x98\x0b\xf9\x7c\x09\xd8\xb2\x33\x1b\x8a\xa7\x62\x4a\x20\xd7\xa4\ \xd2\x67\x8d\x3a\xe1\x8f\x4d\x98\x9d\x66\xbd\x52\x6f\x46\xd2\x89\ \x94\x7a\xa5\xd2\xaa\xb7\x12\x08\x3c\x06\xc0\x20\xb9\x0c\x03\xa3\ \x95\x8c\x23\x7c\xd2\x29\x74\x19\x01\x47\x2c\x83\xa9\x09\x69\xa8\ \x83\x41\x95\xe4\x61\xca\x0a\x8a\x8b\x0a\xca\x3e\x3b\x1a\x09\xda\ \xbc\x91\x36\x57\xf8\x98\xc7\x7e\xd8\xd3\xd4\xdf\xdc\xe4\xb5\x04\ \x1c\x5a\xb7\xc3\x64\x73\xd9\xe0\xd8\x33\x7a\x90\x20\x75\x85\x42\ \x27\x93\x28\xf8\x6a\xb5\x58\x2c\x53\xb1\x54\x02\x31\x30\x21\x96\ \xd3\xca\x91\x62\xe9\x75\x4c\x4e\x05\x09\x0f\xc0\xc8\x95\x2b\xec\ \x26\x83\xc5\x6d\x57\x1b\xfd\x76\x8b\xdd\xa2\xb6\x7b\x34\x6e\xb7\ \xdd\x6e\xf7\x06\x90\x46\x35\x2a\xb7\x44\xc3\x12\x72\x91\x66\xa5\ \x42\x19\x18\x36\x9d\x50\xc1\xe5\xf3\xf9\x62\x1a\xd2\xa7\xc6\xe5\ \xd7\xa8\xc4\xc0\x84\x06\x31\x4d\x60\xf7\x53\x54\x4d\x36\x97\xc5\ \x66\x31\xd9\x8d\x3a\x7b\xd8\x63\x90\x6b\xd5\x46\xa3\xda\x00\x46\ \x4f\x2b\x36\x58\x34\x1a\x2e\x8d\x4b\x65\x09\x58\x42\x9d\x4c\x40\ \xab\xe0\xb3\xf8\x15\x02\x16\x9f\x55\x45\x3f\xcd\x81\xe9\x95\x49\ \xc3\xd7\xd5\x71\x28\x54\x96\x58\xa8\xd1\x18\xfd\xb0\xe3\x5a\x97\ \xc1\x61\xd4\x9a\x3c\x6d\x16\x4f\xd0\x60\x74\x98\x5c\x26\x9b\x3d\ \xe0\x0d\x34\x7b\x5d\x03\xee\x7e\x97\x31\x12\x08\x86\x0d\xf6\x80\ \xa9\xb9\x17\x1c\x1c\x80\x9c\xcd\xd5\xeb\x46\xba\x78\xed\x3d\x1a\ \xb0\x5b\x3c\x76\x77\x93\xcb\x15\xec\xf7\x06\x41\xa1\x1c\xb0\x0d\ \x83\xdf\xb1\xd7\xed\x39\xb0\xa7\xd7\x1b\xe9\x6f\x6e\xd9\xfb\x43\ \xff\xf7\x3f\xee\xed\x3d\xba\xa7\xf9\xc0\x81\xe6\xa6\xb6\x36\x93\ \x6b\x6f\xd8\x6f\xb4\xc3\x3e\x4a\xdc\x26\xb9\x4e\x07\x9e\x52\xce\ \xd5\xc8\xed\x5e\x1d\xbc\x85\x32\x89\x4e\x23\x11\xb3\xb8\x02\x99\ \x90\xcf\xad\x12\x72\x4d\x1e\x8f\x5b\xf7\x09\x4b\xc3\xbd\xee\x83\ \x4f\x67\x9f\x3e\x99\x3e\x7f\xe8\xe3\x82\x33\xc4\x28\xca\x2f\x2e\ \xae\xa9\xaf\xef\xe9\xa9\x61\x10\x86\x70\x89\xa2\x22\x32\xa6\x78\ \x72\xe6\xca\x95\xf1\xd1\xb1\xe1\xb1\xb1\xb1\x9e\x99\xc9\xa1\x99\ \xc9\xc6\xf6\x5b\xb3\x3f\x2e\xe4\xd8\x63\x33\x13\x3d\x63\xa3\x8d\ \xc3\x43\x3d\x3d\x43\x30\x68\xc6\xaf\x97\xa2\xaa\x1b\xf3\x2b\xeb\ \x87\xa6\xaa\x8b\xd0\x4a\x1e\xc3\xf7\x24\x10\xd8\xb4\x7d\x67\xd7\ \xf6\x9d\x37\xef\x3f\x59\x7b\xff\xfc\xe3\xa5\xb9\xb9\x85\xc5\xb9\ \xf5\x3b\xb3\xb7\xb3\xfa\xb2\xea\xc2\xf2\xea\xea\xf2\x8d\x1b\xcb\ \xf2\x8b\x87\xae\x5c\xfd\xf5\xde\x95\x5b\x33\x13\xbf\xfe\x72\xef\ \x9f\xbf\xae\x0e\x0f\xbd\x39\x67\x9e\x69\x6c\x9f\xbc\x72\x1d\x5c\ \xdc\xf8\x64\xfd\x50\xcf\xd4\xbd\xc9\xdc\xe7\xdf\x6d\xbb\xbc\xef\ \xcc\xfd\xae\x4d\x9f\xef\x1f\xec\xdc\xba\xb3\x73\xeb\x8e\xe9\xfd\ \x9d\x3b\x76\x1c\x3f\xd1\xdd\x71\xb9\x63\xfb\x96\x5d\x3b\x3a\x36\ \x7d\xbe\xe5\x5c\xd7\xce\xe3\x5d\xdd\x1d\x9d\xe0\xc7\xba\xa7\x1f\ \x9f\x99\xbe\x39\x7d\x68\xfa\xc6\xa9\x87\x0f\x6f\x3c\x79\x77\xf3\ \xe9\xf4\x8d\x87\x8f\xd6\x56\x5f\xbf\x7e\xfa\xfc\xf8\xcb\x67\x2f\ \x9f\x3f\x38\xb5\xb6\xfe\xf6\xfd\xeb\xb5\xdb\xef\x2e\xbd\x9b\x5b\ \x7a\x78\x69\x6d\xf9\xa7\xd7\xaf\xdf\x3e\x7b\x78\x7b\xf5\xd5\xec\ \xbf\xeb\x73\x77\xd6\x3f\x7c\xf8\xb8\x9c\x48\x26\x94\x6c\x32\x4a\ \x44\x40\x7a\xaa\xe4\xe5\xa1\xd0\x98\xe2\xd2\xfc\xaf\xc2\xba\x0a\ \x2c\xbd\xa2\x02\x8f\xa5\x37\x70\x90\x96\x49\x34\x29\x87\xc3\xc1\ \x32\x6b\x81\xd1\x90\x66\x85\x02\x45\xc3\xff\x9d\xbc\x7b\xe1\x34\ \x5d\x80\xad\xa5\xab\x5d\x60\xbe\x80\x12\x29\x2c\x2c\x50\x1b\xa7\ \x82\x8a\xc7\x62\x99\x78\x3a\xa7\xe1\xe4\xc9\x0b\x23\x23\xd2\xd6\ \x56\x24\x71\xba\x81\x83\xd7\x1d\x71\xd7\xd1\xe9\x4c\x64\x28\xb5\ \x4a\xb1\x14\x2c\xcd\xd6\x4f\x1c\x4f\xef\x0e\xac\x14\xca\x98\x94\ \x5a\x69\xdf\x69\x35\xc3\x85\x94\x90\xa1\x61\x29\xac\xcf\xe7\xa6\ \xfb\xb9\xf4\xba\x3a\x3c\x97\xca\x35\x22\x05\x64\x39\x48\x29\x36\ \x6e\xcc\x67\xa2\xb1\xec\xf1\xfa\x17\xdb\xb6\x5f\x54\xed\x31\x55\ \x09\x58\x5d\xc3\x59\x5b\xd9\xf0\x42\x2e\x1b\x0f\xcd\x23\xad\xbc\ \xe2\xe0\xb5\x9c\xa0\x58\xb1\x54\xc8\x1a\xcb\x00\x32\x65\xe3\x8b\ \x89\x85\xf9\x64\x28\x05\xbc\xe8\x8c\x21\xb1\x09\x29\x10\x22\x5f\ \x28\x11\x7d\xb3\xbc\x1c\x03\x49\x02\x50\xcc\xe4\x12\xb9\x37\xa9\ \xd4\x4a\x0e\x70\x31\x87\x44\x8d\x66\x92\x80\x79\x48\x9b\xaf\x74\ \x2e\xa5\x4c\x45\xf5\x09\xb0\x6e\xd9\x85\x44\x32\x95\xd5\xc7\xc0\ \x89\x85\x88\x04\x91\x28\x91\x0c\xc1\xef\x46\x7d\x0b\x99\xf4\x72\ \x2c\xc6\x63\x58\x13\x21\x25\xc3\x0a\xcf\xe9\xcd\x44\xb6\xcf\xea\ \x8b\xea\x95\xe6\x85\x74\x94\x67\x06\x52\xcd\x25\x7d\x69\xd8\x1f\ \xab\x52\xc4\x0e\xf9\x88\x64\x33\xd1\xec\x04\x68\x33\xb3\x71\x0c\ \x1e\x8e\x11\xd2\xe7\x11\xf5\x51\x42\x01\xc1\x8c\x41\xa3\xf3\xca\ \x4b\x44\xe4\x92\x12\x90\x1a\x32\xae\x7d\x6a\x74\x0c\x5c\xfe\xd0\ \xf0\x50\xcd\xd4\xaf\xbf\xff\x37\x5a\x62\x7d\xb3\x08\x8e\xd0\x0c\ \x2a\x28\x62\x47\x01\x51\xe7\xf5\xd6\x68\x32\xa9\x04\xd0\xf4\xc5\ \xa2\xb1\x98\x2f\x1a\x8b\x5b\x9d\x66\x9c\xd3\xcc\xd6\x9b\x43\x4a\ \x9f\x12\x2d\x32\x13\x19\x4a\x76\x41\x29\x19\x21\x41\x9c\x88\x4c\ \xe4\xb1\x31\x04\x74\x1e\x81\x5c\x80\xac\x56\xa2\x18\x64\x74\x5e\ \x49\x5e\x1e\x06\x83\xcb\x2b\xcc\x2b\xf9\xac\x37\x68\x33\x85\x9b\ \x9a\x6c\xde\xbd\xc1\x70\xb0\xad\xc9\x6d\x0f\x47\x5c\x4d\x61\x17\ \x00\x92\xc7\xe6\x01\x24\x74\x99\xe0\xb8\xd7\xaa\x2d\x88\x45\x10\ \x83\x5e\xc1\x01\xc8\xa2\x55\x91\xf8\x32\x4a\x45\x15\xad\x8a\x45\ \xc1\x57\x50\x99\x54\x3e\x45\x21\x97\xc9\x15\x20\x59\x6a\x70\x15\ \x0a\xad\x3b\xa0\x00\x7d\x30\x18\x8d\x32\x87\xc1\xe2\x52\x98\x74\ \x12\x89\x46\x81\xd4\xfd\x94\x73\xb9\x7c\x31\x5f\x21\x91\x70\x2d\ \x2a\xb5\x98\x2f\x16\xca\x04\x7c\x85\x02\xa0\xc9\xa3\xe1\xcb\x34\ \x06\x83\xdb\xc0\x97\x59\x6c\x6a\x7e\x9b\xdc\xaf\x31\x36\x85\x1d\ \x5a\xed\x9e\x70\xbf\xc5\x62\x51\x58\x8c\xcd\x36\x93\x49\xcd\x17\ \x9a\x6c\xc0\x9c\x62\x98\x28\xf1\x58\xa1\x4c\xc8\xa2\x81\xd9\x02\ \x83\x45\xa2\xd0\xe8\xad\xb5\xcc\x06\xba\x54\x5a\x41\x43\x46\x1b\ \xa9\x8a\xc6\xd5\xa9\x74\x26\x03\x08\x9d\x41\xad\x56\x98\x02\x6e\ \x9b\x1d\x40\xce\xeb\xd0\x18\x82\xc6\xe6\x80\x2b\xe0\x35\xea\xc2\ \xe1\x66\x8d\xd1\xee\xb1\xab\xc1\x3d\xa9\xed\x01\x0d\x90\x60\x30\ \xa0\x69\xea\xb7\x69\x1d\x76\x83\x29\x10\x0e\x78\x22\x76\x8b\xc9\ \x11\x8c\x34\x1f\x0b\x5b\x7a\xf7\x34\xdb\x2c\x96\xc8\x40\x53\xa0\ \xd7\xee\xf6\xef\xf5\x07\x8f\xed\xed\x8d\xec\xfd\x6e\xef\x57\xdf\ \x1c\xd8\xfb\x7d\xf8\xc0\xde\xde\xe0\x1e\x97\xc3\xe1\x8f\x04\x5d\ \x0e\x8d\xc3\xa0\xd0\x4a\x54\x5a\x19\x4d\x61\x92\x88\x2d\x06\xad\ \x5a\xad\xe2\x73\x65\x60\xb9\x04\x55\x0a\x3e\x55\x26\x51\xc9\x54\ \x5c\x85\x5a\x61\x68\x0b\xb7\xf9\x5d\x7b\xda\x5a\xf6\x36\x9f\x78\ \xf4\xe2\xdc\xea\xfb\xd5\xd9\x3b\x29\x06\x7c\x58\xe5\x35\x95\xc8\ \x62\xf7\x64\x4f\x25\xb9\x32\x2f\xbf\xc0\x5c\x5c\x5d\x8d\xac\xa1\ \xd7\x37\x8e\x22\xfc\x37\x39\x39\x3e\x36\x3e\x8c\x2c\x31\x29\xbd\ \x77\xd8\xa2\xc9\xc9\xe1\xf6\xfc\xf2\xc9\xe1\xd1\xd1\xd1\xe1\xa1\ \x0d\x3d\xf5\x69\xdc\xc6\xe1\x8d\x85\xe5\xc3\x1b\x8a\x50\x4a\x6b\ \xf2\xa7\x63\x4c\xdd\x97\x5d\xbb\x0e\x3d\x7c\xb1\xf4\x71\x7d\x76\ \xf6\xfd\xed\x3b\x73\x73\x77\xde\xe4\x12\x31\x1c\x99\x2d\x22\x92\ \x51\xa8\x82\xc2\xa2\xea\xfa\x8d\x1b\xda\xeb\xaf\x5c\xbf\x35\x33\ \x34\x86\x00\xe1\xf5\xc9\x5b\x7f\xfd\xf5\xd7\x2f\xff\x94\xee\x4e\ \x8f\xa2\xad\x4b\x0f\xee\xe4\x9c\xe8\xfc\x9a\xfa\x9a\xea\x9a\xe1\ \xdf\xae\x47\xcf\x6c\xdd\x72\xea\xe5\xe6\x5d\x9b\x76\x83\x8d\x1a\ \xdc\xb2\x6d\x13\x12\x74\x75\x7c\xc7\x8d\x9d\x9d\x37\x37\xed\xde\ \xb2\xa9\xb3\xb3\x63\xfb\xf6\x4d\xdb\x36\x1f\xef\xda\x77\xbc\xa3\ \x73\xf0\xf2\xd9\x1b\x4f\xce\x9c\x3a\xbe\xef\xc4\xa3\xfb\x97\xcf\ \x2f\xbd\x7c\xf2\xf8\xe1\x83\xe9\x33\x4f\x5e\xbf\x78\x82\x54\xb9\ \x3a\xb3\xf6\x62\xe9\xe5\xd3\xa7\x97\xde\xad\x3d\x7c\xf5\xee\xd2\ \xda\x9d\xf5\x7f\x5f\x2c\xcd\xbe\x7a\xb3\xfe\xea\xd2\x8b\xb5\x97\ \x7f\xff\xbb\x76\x69\x6d\x7d\xe5\xda\x9b\x5c\x72\x6e\x21\x96\x4c\ \xea\x81\x12\x44\x05\x65\x05\x38\x74\x59\x5e\x5e\x29\xb9\xb8\xa8\ \x7a\x67\xc4\x52\x41\xa7\x60\x6b\xb1\x58\x29\x05\x2b\x6d\x90\x22\ \xfe\x9a\xd3\x4a\xaa\xa8\x95\x22\x8d\x9c\xfb\x58\x27\xce\x1d\x54\ \xdd\xbd\x7b\xba\x81\x2a\x61\x36\x50\xa4\x17\xfa\x5a\x3f\xb5\xd6\ \x01\x93\x84\xb4\xbf\xe9\x6b\x68\x95\x8e\xf4\xd5\xf5\x5d\x38\x79\ \x1a\x69\xb4\xd3\x5a\x47\x87\xff\xc1\xd2\x2a\xb0\x15\xcc\xd6\xba\ \xba\xda\x11\x29\x85\x52\x57\x47\xaf\xeb\x23\xb5\x6d\x1b\xee\xb9\ \x76\xe4\x07\x67\x9e\x98\x53\x27\x6d\x1d\xf9\xbf\x83\x19\x3a\x1c\ \xa9\x75\xfb\x00\x00\x20\x00\x49\x44\x41\x54\xf8\x37\x3a\x55\x4c\ \x53\x3c\xba\xb3\xc9\x50\xc1\xa9\xa5\x08\xf8\x62\x9b\x9d\xce\x64\ \x92\xaa\xe8\xf4\x5a\xa6\x70\x31\xa4\x23\xf1\x5d\xcb\xa3\x1f\x76\ \xbc\xda\xaa\x08\x52\x61\x3e\xbd\x53\xfc\xf7\xdc\xf5\x7b\xc9\xf9\ \xc5\xe4\xc2\xbc\xcf\x0a\xe0\x17\xf2\x59\x43\x48\x5c\x43\xd2\x89\ \x74\xe6\xca\xbc\x89\x39\x63\xc9\x14\x48\x4d\x22\x17\x07\xc9\x08\ \xb1\x91\x12\xc9\xe9\x64\x72\x21\x04\xd7\xf9\xf4\x7c\x66\x3e\xad\ \x47\x5a\x39\xa4\x3f\x64\xb3\xd9\x95\xf4\x7c\xf4\xcf\xa4\x2f\x9e\ \xc9\xc5\x92\x31\x5e\x2e\x19\xcb\xa5\x40\xb5\x92\xa0\x36\x59\x67\ \x16\x6e\x01\x16\x43\x89\x18\xcf\x19\xc2\x30\x44\xca\x50\x3a\x91\ \x5a\x70\x26\xd3\x8b\xa0\x6f\x20\x21\x38\x33\x48\xa4\xd2\xec\x43\ \xd6\xbc\x45\xe0\xc0\xcc\xce\xb8\x2f\x1d\x53\x82\x83\x0a\x01\xc2\ \x99\x7d\x40\x8d\x4e\x20\x41\x82\xd2\xac\x67\x5b\xc9\x40\x70\x3c\ \x9e\x8f\x8c\x22\xeb\x91\x86\x86\x65\x25\x18\x33\xa3\x90\xcc\x43\ \xa3\x09\xc4\x02\x14\x81\x5d\x58\x42\x54\x12\x89\x84\x9e\x89\x89\ \xf1\xf1\x89\xa9\x9e\xe1\xb1\x9a\xc9\xbf\x7e\xff\x6f\xbc\x34\x74\ \x6d\x61\x39\x95\x8b\xfa\x7c\xa2\x90\x5e\x9f\x48\x84\xc0\xa9\xa5\ \xe6\x9d\x80\xb8\xe6\x68\x22\x9a\xf6\x29\x45\xa1\xb8\x35\x9e\xb4\ \xc6\x13\x64\xbd\xd5\x4c\x14\x31\x18\x7a\x27\x0f\x66\xa3\x32\x0c\ \x43\x49\x16\xb1\xcb\x70\x0c\x24\x19\x1a\x39\x6b\x88\x46\xa3\x8b\ \xf3\x0a\x70\x64\xa4\x74\x03\x2a\xaf\x2c\x0f\x85\x2a\x46\xa3\x3f\ \xb3\xdb\x4d\xf6\x7e\x57\x04\xc0\x28\xe2\x6e\xb3\xf9\x3d\x70\x54\ \xbb\xdd\x81\xb0\xd1\x60\x53\x5b\x64\x9a\x80\x49\x0e\x0f\xe4\x5a\ \x85\xcd\x05\xbe\xc1\x6e\x70\xd9\x1d\xe0\xa4\x48\x5c\x21\x8d\x45\ \xad\x40\x96\xb2\x04\x15\x24\xae\x98\x45\xa2\x73\x35\x6a\x8d\x5c\ \xa5\x73\xa9\xc5\x0e\xa3\x5d\x0d\x87\x79\x5b\x8b\x45\xab\x33\xa9\ \xb5\x6a\x8d\x49\xc2\x97\x48\x0c\x12\x2e\x52\xbe\x9d\xcf\x15\x70\ \xf9\x5c\x70\x63\x2c\xb9\x86\xa5\xe0\x72\x59\x62\x3c\x56\x0d\x8e\ \x4e\xa2\x31\x28\xf8\x3a\x0d\xd7\x61\xaf\x12\x6a\x1c\x1a\x89\x42\ \xe3\x72\xb8\x3d\x16\x7f\xc0\xed\x68\x6a\xf1\x38\x74\x72\x05\x60\ \x1a\x38\x38\xad\xce\x62\xb2\xc9\x68\x14\x3a\x85\x43\x12\xa8\x34\ \x12\x8d\x8a\x4b\x62\x51\x25\x02\x2c\x96\x46\x47\x72\xf6\x3f\xc5\ \x35\x00\x19\xd0\xf1\xd8\x0a\xa1\xce\xee\x31\x28\x14\xe2\x80\x49\ \xa1\x51\xd9\x9a\x1d\x08\x15\xfa\x5d\x06\xbf\x3d\x18\xd6\x22\xc6\ \xca\xef\xf2\x1a\x22\x2e\x9b\xcd\xe0\xf2\xbb\xfd\x06\x93\xcb\xaf\ \xb6\x69\x9b\x3c\x46\x64\xe1\x2e\x60\xb0\x6b\x5c\x61\x8f\xc7\x82\ \xa4\x05\x79\x8c\xde\xb6\xa6\x81\xa6\x96\xb6\x81\xb0\x5f\xe7\x72\ \x07\x1d\x9e\x16\x6f\xd3\x40\xf0\xc7\x1f\x9b\xc2\x6d\xcd\x07\xda\ \x0e\x1f\x1e\xf8\xee\xe0\x57\x47\xbf\xfd\xa6\x6d\x4f\xd0\x63\x37\ \xfa\x3d\x2e\xaf\xd1\xa2\x73\x69\x74\x32\x93\x01\x10\x58\xab\x0d\ \x5b\x74\x06\x95\x58\x22\xd3\xc9\x25\x54\x78\xc3\x54\x60\x07\x55\ \x62\xa1\x41\x4e\x03\x44\x6e\xde\xfd\xfd\x9e\x6f\xc2\x81\x6f\xce\ \x3e\x7d\x3a\xbd\x36\x37\xf7\x72\xf6\xec\xaa\x4f\x1f\xd7\x17\x6d\ \x28\x1e\xdb\xb8\x71\x62\xe2\x7a\x25\x39\x7f\x43\x79\x09\xa1\xb2\ \x72\x14\xb9\xd4\x4c\x21\x6b\x9b\x93\xa3\xa3\x3d\xe3\xc3\x35\x53\ \x1b\x37\xd6\x5f\x89\x7b\x96\x88\xc5\x53\xf5\x28\x46\x3e\x08\x18\ \x92\x03\x38\x3e\x15\x8f\xeb\x8b\x45\xc5\x45\xf9\x25\x6c\x06\xd1\ \xf7\xe1\xa6\xee\x34\xb7\xe9\xeb\x7d\xb3\xcb\x2b\x77\xfe\xbd\xf6\ \xe6\xe3\xec\xdc\xdc\x4f\x1f\xee\xdc\x59\x9e\x9b\x0f\x39\x95\x05\ \xe5\xf5\x25\x28\x54\x19\xba\xa8\xb4\xb8\x7c\xe3\xe8\xd0\xd8\xd0\ \xe8\xf0\xd8\xc4\x44\xfb\xf0\x14\x00\xe6\xf8\x70\xe3\xaf\xbf\xfd\ \x35\xfb\x8d\x33\x77\xfc\xdd\xce\x6d\xa7\x2e\x9f\x7a\x3c\x8f\x6e\ \xdf\x38\x34\x35\x3c\x7c\xef\x56\xe9\x8b\x9d\xe7\x3e\xdf\xbc\x65\ \xf3\x96\xc1\xb3\xe7\xba\xb6\x1f\xbf\xb8\xa3\x73\x67\xc7\xee\xcd\ \xdb\x3b\x9e\x6c\xfe\x62\x47\xd7\xa6\xed\x9b\xb6\x77\x74\x77\x75\ \x77\x6f\x3b\x74\xf1\xec\x99\x9d\x17\xcf\x3d\xb9\xb9\xe3\xc1\xb9\ \xf3\x87\x2e\x4f\x4f\xbf\x7e\xf2\xfc\xd9\x93\xfb\x4f\x1e\x3d\x5d\ \x5a\x5b\x7b\xfa\xfc\xe6\xf3\xe9\x73\xcf\x5e\xfe\xbd\x76\xf3\xe1\ \xeb\xb7\xaf\x5f\xbc\x7a\xbf\xf6\xe2\xdf\x3b\xef\x5e\xbf\xbd\xb3\ \xba\xb8\xf4\xf0\xf6\xec\xfa\xeb\xd5\xdb\x60\xba\x6e\xcf\xcd\xe5\ \x12\x1f\x56\x80\x95\x7c\x3c\x3d\x06\x43\x28\x2b\x43\x1a\x6b\x16\ \x15\x16\xe5\x95\x94\x6c\x7c\xd5\xef\xa5\x61\x2b\x68\x48\xeb\x24\ \x3c\xb3\x15\x59\xc4\x62\x4a\xc1\x34\x31\xe9\x0d\x7d\x0d\x52\x66\ \xc3\xe1\x4d\x8e\xcd\xd3\x86\x0b\xd2\xbb\x54\x1b\xa9\x0e\x90\xef\ \x34\x58\xa9\xbb\x7d\x0d\x77\x81\x13\x2f\xdc\x3d\x09\x97\x91\x91\ \xd6\xda\xbe\xbb\xa7\x47\x4e\xd7\xb5\x8e\xd4\x9d\x6e\x6d\xe0\x70\ \x04\x54\x0e\xb2\x22\x8b\x9c\x66\xc4\x62\x39\x75\xb5\xf4\xd6\x3e\ \xae\x7a\xf5\xfa\xd0\xfa\xd7\x5b\x0a\x88\x34\x64\xc1\xbe\xf6\xe7\ \xe7\x2f\x1a\xb0\x75\x75\x4c\x2c\x96\xea\xbd\x79\xf3\x4b\x19\xbd\ \x41\x5a\xc5\xa7\xe9\xbe\xd6\xe1\xf1\x54\x21\x5e\x4a\xa9\x6d\x10\ \x64\xb2\x16\x66\x95\x6e\x76\x2c\x7d\xe2\xf5\x0f\xd6\xaf\xe9\x54\ \xaa\x8b\x18\x2a\x2c\x2d\xfe\x5f\xfe\x72\x16\xa9\x76\x1e\xca\xa4\ \x90\x84\x98\xdc\xc2\xa7\x10\xa9\x95\x64\x66\x7e\x61\x39\x9b\x8d\ \x65\x72\x8b\x99\xb9\x54\x32\xee\x8c\xcf\x23\xbd\x0a\xe7\x91\x24\ \x9e\x65\x20\xbe\xd8\x4a\xf6\x4d\x36\x35\x9f\x4a\xa6\x7c\x89\xc5\ \xdc\x7c\x2e\x91\xcd\xa5\xa3\x48\xeb\x3f\xc0\xae\x28\x23\x14\xcf\ \x25\x17\xd3\xf1\x68\x7a\x21\xae\x8f\x85\x42\xa9\x44\x7a\x31\x9e\ \x4a\xc5\xe7\x63\x3e\xbd\x95\xa8\x54\xea\x63\x0b\x4e\x90\x30\xe4\ \x7c\x5d\x4c\x19\x4f\xea\x09\xe6\x78\x88\xcd\x8b\x65\x13\x3e\x25\ \x81\x1c\x4b\x00\x0c\xa6\x33\xa9\x14\xb8\xd7\x68\x34\x1a\x9f\xcf\ \x59\xf5\x29\x2b\xe8\x96\xc8\x1c\x02\xbd\x82\x77\x5c\x99\x30\x33\ \x18\xe8\x02\xa4\x92\x82\xd3\x89\x03\xa7\x85\x2a\x61\x38\x31\x64\ \x33\xaf\x0c\x09\x19\xcd\x2b\x23\x13\xd9\xc4\xf6\xf1\xe1\xa9\x49\ \x98\x44\xc7\x86\x6b\x26\xff\xf9\xfd\xaf\xb1\x7c\xfd\x9b\x85\x18\ \x18\xb9\x50\xda\x69\x86\x8d\xa5\x9c\x66\x91\x28\x9e\x42\x8a\x04\ \xfa\xe2\x49\x9e\xd5\x19\x8d\x86\xac\x48\xd1\x64\xbd\x59\x64\xe5\ \x21\x50\xa8\x8f\x5a\x79\x48\xbd\xad\xd0\xa7\x4a\x36\x04\x1c\x99\ \x6c\x05\xc7\x85\x23\x63\x0a\xc8\xa2\xbc\x82\x4f\x25\xfd\x0a\xd1\ \x3c\x54\x69\x49\x29\x06\x87\x29\xfd\x4c\xab\xf5\x47\x6c\x36\xbb\ \x3b\xb8\xc7\x1d\x70\xf8\x83\x81\x70\xd8\xdd\xeb\x6a\x73\xb8\x4d\ \x70\xc8\x49\x0c\x6a\x85\xc5\x60\xd3\x19\x4c\x32\x6d\x93\xc9\x68\ \x73\xa8\x8d\x26\x93\x44\x4d\xaa\x52\xa9\x04\x02\x2a\xad\xaa\x02\ \xe6\x23\x52\x55\x05\x8b\x42\x22\x91\xc4\x6a\x03\xb2\x2c\xaf\xd2\ \xd8\xb8\x3a\x83\xcd\xed\x08\xab\xb4\x76\x83\xcd\x21\x01\x99\xe1\ \xd2\xc4\x12\x2d\x50\xa5\x10\x5c\x9a\x50\x01\x46\x43\x25\x14\xa8\ \x54\xe2\x2a\x1a\xdc\xb1\x98\x52\x81\x18\x59\xb2\xd7\x99\xc0\x0b\ \xa9\x15\x42\x81\xcc\x7f\xd4\x2e\x37\xe9\x2c\x1e\x8b\x05\x94\xd3\ \x6b\xef\x6f\xb6\x6b\x4d\x3a\x8d\x36\xa8\x13\xeb\xb4\x72\x93\x1a\ \xc0\x8a\x05\x5c\xa5\xa0\xca\x58\x62\x15\x57\xa2\xc3\x53\x49\x34\ \x01\x17\x8f\xa5\x56\xd1\xeb\x2a\x2a\x28\x14\xa4\xce\x37\x93\x52\ \x41\x13\xa8\x84\x06\x03\x57\x20\xd7\xba\x14\x6e\x9d\xc1\x60\xb4\ \xf8\x8d\x0e\x4f\xb8\xd9\xef\x06\xe1\xf5\x7b\xbc\x88\x6f\x0a\xf6\ \xbb\x1d\xde\xbd\x26\x79\xc4\xeb\x35\x04\xc2\x5a\xbb\xdb\xd5\x62\ \x77\x04\xc3\x76\x87\xc7\x62\xf7\xb4\xb9\x75\xbd\x8e\x70\xb8\xcd\ \xed\xb7\x19\x8f\xd9\x9b\x9b\x8d\x2d\xc7\x06\x7a\x5b\xdc\xc1\x03\ \x41\x47\x93\xfd\x87\x96\x81\x1f\x7e\x3c\xea\x32\x34\xed\xff\xe2\ \x87\x7e\x78\xb4\xe7\xfb\x2f\x06\xda\xbe\xe8\xb7\x9b\xfa\x83\x7e\ \xbf\x1f\x50\x58\x2b\x97\x6b\x4d\x2a\x99\x58\x03\xc2\xa5\xd2\xa9\ \x01\x07\xb9\x1a\x09\x8d\x56\x25\x14\xab\x80\x5e\x15\x1a\xb5\x0d\ \xf4\x4b\x2c\xd0\x84\x7b\x3f\xdf\xf5\x4d\xcb\x8d\x33\x07\xf7\x9f\ \xf8\xfb\xe3\x9b\x4d\xdd\xb3\xaf\x17\xd2\x39\x65\x09\xba\xa4\xb2\ \xb8\x74\x7c\x7c\x6a\xbc\xba\xb2\x08\x85\xc4\x77\xb6\x03\x0b\x56\ \xd7\x4f\xb6\x0f\xd7\x54\xb7\xb7\x4f\x0e\x8f\x8d\x6f\x28\x2e\x86\ \xe7\x26\x88\xf2\xc1\xa2\xd1\xf1\x10\x6e\x6a\xb8\x68\xa8\xb1\xba\ \x7a\xb2\x5a\x69\xfe\x33\x4b\x4c\x96\x97\x61\x78\xca\xf4\x9f\xef\ \xba\xfd\x62\xe1\xb7\x0f\xd6\x53\x22\x25\xd1\x6a\x35\x9b\x63\x30\ \xee\xd2\x56\x7d\x26\x9b\x80\x81\x9d\x50\x32\xd0\x79\xd5\x1b\xf2\ \x4b\x4b\x71\xa5\x1b\x36\x00\x80\x36\x6e\x1c\x1a\xaa\x69\x6c\x1f\ \x6d\xaf\x41\x3a\x63\x6e\x6c\x1f\x1d\xaa\x29\x2f\x6d\xef\xb9\xb6\ \xf3\xfd\xea\xdc\x4f\xeb\x97\xd6\x52\x1b\x0a\x41\xb1\x86\x7a\xae\ \xdf\x2b\x5e\xdf\xfc\xf9\x57\x1d\xd3\xdd\xfb\xba\x3a\x3b\x3a\x06\ \xbb\x36\xef\xdc\xbd\xeb\xd4\x60\xe7\x99\x8e\x6d\xfb\xf6\x1d\xdc\ \xb4\xe3\x8b\x9d\x3b\x90\xd2\xc8\x67\xce\x9c\x9f\x3e\x7f\xff\xc6\ \xf9\xa7\xd3\x8f\x2f\xde\x38\x73\x7f\xfa\xe1\xdb\x53\x0f\x2f\x3f\ \x78\xf2\xfa\xf2\xf9\x97\x4f\x96\x1e\xbe\x7e\xbd\xf6\xf6\xc5\xc3\ \x9b\xef\x2e\x81\xbf\x7a\xff\xee\xfd\x1a\x52\x41\x66\xfd\xd5\xd3\ \xbf\x3f\xae\xbf\x59\xbd\xf1\xf4\xd5\xec\xea\xec\xdf\xb7\x57\xfe\ \x98\xfd\x69\xe5\x4d\xe2\xcd\xbc\x53\x69\x66\xc0\x40\x46\x17\xa0\ \x4a\x4a\x4a\x8b\x0b\xf3\x60\x82\x2f\x2b\xa9\x5e\x69\x6a\x16\x22\ \x48\x88\xc5\x03\x14\x32\x99\x75\xb5\x52\x2c\x38\x6b\x0a\x87\x5a\ \x0b\x98\x56\x2b\x75\x73\x47\xf8\x87\x6f\xe8\xfa\xea\x34\xba\xba\ \xbb\x80\x7d\x77\x47\x90\x20\xac\xd6\x4f\x3d\x56\x4f\x9e\x46\x1a\ \x0c\x22\x79\x85\xad\xf4\xd3\x23\x23\x75\x0d\xb5\x23\xad\x52\x3a\ \x8d\xc6\x01\x9f\x25\x05\xb1\x6b\xa0\x50\x98\x48\x90\x7b\x43\x2d\ \x53\xc3\x98\x6a\x5f\x3f\x72\xa8\x32\x45\xab\x45\xca\x8d\x62\x7d\ \xdf\x7f\x8a\x76\xa8\xa8\x50\x7d\xf5\xb0\xd3\xae\x20\x51\x38\x55\ \x62\x71\xd3\x11\x16\x95\x59\xc1\xc2\x62\x6b\x5b\x39\x72\xfd\xbc\ \x96\x5a\xa5\x78\x50\xa3\xdf\xdc\x39\x7b\xcb\x5b\x57\x45\xda\x81\ \xf2\x35\x26\x37\xfc\x32\xb5\x00\x68\x94\xc8\x84\x92\xd1\x6c\x2e\ \x03\xfc\xe6\xcb\x85\xd2\x8b\x6f\x56\x32\xc9\x78\x7c\x65\x25\x03\ \x8a\x91\x4c\xc6\x63\x3e\x5f\x1c\xe9\x3f\xf1\x61\x3e\x86\x08\xd6\ \xca\x87\x5c\x36\x33\x37\x1f\xf7\x65\x13\xc8\x89\xc4\x79\xb0\x5d\ \x99\x44\x16\x29\x4c\x8a\x94\x42\x88\xa6\xa2\xe9\xec\x7c\x28\xb5\ \x9c\x70\xfa\xa2\x51\x6b\x2a\x9a\x49\xa4\x62\x49\x2b\x12\x96\x9a\ \xb4\x8a\xd8\x44\x82\xd2\xca\xcb\x46\xcd\xa1\xe5\xb8\x08\x70\x4c\ \x8f\x84\x92\x02\x29\x9a\x45\xbe\x58\x2a\x1d\x67\xb3\xb3\x49\xab\ \xcf\x9a\x50\xc2\x77\x3e\x76\x22\xc4\x23\x84\xe6\xa3\xb1\x2c\x8f\ \xe1\x8c\x29\xad\x88\xe9\x71\x2a\x95\x6c\xd8\x00\x03\x07\xdc\x67\ \x35\xb3\xc1\x69\x59\xcd\x28\x14\xcf\xcc\x40\x03\xac\x91\xd9\x05\ \x79\xa5\x38\x06\x83\x20\xaa\x01\xd3\x3f\x0a\xa6\x7f\x72\x7c\x78\ \xe2\x9f\xff\xf7\xcf\x64\x29\x2f\xbb\x9c\x49\x24\xd3\xe9\x14\x83\ \xcc\x83\x21\x07\x7f\x90\xd5\x9c\x88\x45\x43\xa9\x28\xf8\x48\xa7\ \xde\xca\xb6\x86\x42\x22\xa2\xd3\x29\x32\x2b\x19\xca\x58\x42\xe9\ \x04\x2b\x17\x12\xf1\xcc\x51\x11\xc8\x16\x41\xaf\x07\x59\x22\x12\ \x70\xc0\xfe\x65\x38\x32\x9a\xac\xd4\x63\x88\x05\x79\x68\xd0\x57\ \x54\x01\x19\x57\x50\xfa\x59\xb3\x2d\x60\xb7\xb8\xdb\x3c\x6a\xb0\ \x1c\xe1\x70\x0b\x98\x8a\x40\x7f\xc4\xe3\x76\x78\x6c\x46\xad\x49\ \x8e\xd0\xa0\xce\x60\x69\x32\xea\xbc\x76\xb9\xda\xa8\xd1\xc8\x4d\ \x02\xb1\x80\xa4\x32\x70\xab\xb0\x24\x19\x17\x5f\xc5\xc2\x53\x38\ \x14\xa4\x75\x2e\x5f\xa7\x92\xc9\x4c\xa0\x39\x1a\x8d\xcb\x62\xb2\ \xdb\x5d\x20\x70\x72\x75\x58\x23\xd0\x1a\x35\x5c\x85\xca\x28\x67\ \xf1\xd5\xc0\x8d\x2c\x01\x5f\x25\xc0\x0a\xab\x68\x88\xe6\x55\x54\ \x70\xc5\x94\x3a\x2e\xf8\x29\x89\x5b\xae\x32\xb8\x24\x2e\x1b\x57\ \xae\x75\x37\x19\x90\xf6\x5b\x42\x1b\xa8\x45\x20\x1c\x74\x98\x40\ \xf8\x4c\x46\x8b\x9d\x2b\x61\x09\x55\x12\xb5\x02\x36\xc0\x92\x88\ \x59\x02\xb1\x58\xc8\x15\x54\x09\x54\xd8\x5a\x3e\x15\x6c\x39\xab\ \x8a\x83\xa7\x30\xb1\x74\x7a\x1d\x87\x53\x87\x94\x99\xd2\x68\x75\ \x5a\x8d\xdc\x65\xb4\x21\xc5\x16\xbc\x5a\x9b\xcb\xeb\x35\x79\x1d\ \x5e\xbb\x3f\xe8\xef\xf7\x36\x79\x9a\x02\xb6\xe0\x31\xaf\x2d\x30\ \x10\xb4\xdb\x2c\xee\x70\x24\xe2\xf2\xb8\x35\x5e\xf7\x9e\x48\x20\ \x72\x60\x20\xec\x72\x7b\x3d\x91\x5e\x3f\xf8\x3c\x7b\x9b\xa3\xa5\ \xad\x2d\x10\x74\x44\x5a\x9a\x5a\x8e\x45\x82\xcd\x87\xfb\x9b\x23\ \x91\x96\xb6\xfe\xdd\x6d\xc7\x9a\x9a\xf6\x7c\xf7\xc3\xfe\x83\xbb\ \xf6\x0f\x1c\xfe\xbe\xe9\x68\x53\xb8\xd9\x65\x09\x34\x05\x22\x76\ \x0d\x52\x1e\xd9\xad\x36\xe8\x2c\xa0\xe1\x46\x70\x8e\x62\x9b\x51\ \xac\xb3\x4b\x24\x42\xa1\x42\x27\xe0\x4b\x64\x72\x24\x6c\x56\x25\ \xa6\x8a\x23\x47\xda\x02\xbb\x3a\x1e\xbd\xfa\x7c\xef\xe6\xc1\x53\ \x5b\xbe\x59\xf8\xa0\x4c\x7f\x88\xf3\x30\xa8\xd1\xb1\x8d\x8d\xa3\ \x3d\xed\x43\xa5\x95\xc5\xe8\x32\x46\x41\x71\x7d\xcf\xe8\x68\x65\ \x7d\xfb\xf0\x68\x4d\xcd\x70\x23\xa8\x49\x63\x3b\xbb\xb1\xa7\x71\ \x78\x68\x22\xeb\xf8\x22\x34\x39\xd3\x53\x5f\xc4\xe8\x69\xac\x2f\ \x1f\x5b\x7c\x9f\x5a\x49\x30\x0a\x97\x17\xc8\x04\x62\xf4\xe3\xec\ \xf4\xd9\x39\x65\x59\x61\x01\xce\x1a\x0d\xb1\x19\x21\x02\xf8\x71\ \x0c\x83\x97\x47\x60\xf0\xd8\xe6\xb8\x95\x07\x66\x9f\x57\x90\x5f\ \xd9\xb3\xa1\xa8\x7a\x43\x69\xe5\xc6\xd1\xea\xca\xea\x0d\x8d\xf5\ \x35\x35\x95\x3d\xed\x3d\xed\xa3\xc3\xed\x63\x53\x53\xe3\x13\x3d\ \xc3\xcb\x5f\xbd\x5a\x9c\xcd\xfc\xbb\xac\xac\xa9\x6f\x1c\x9a\x98\ \x1a\x1f\x9b\xb8\xf7\xbf\xab\x05\xf7\xbf\xee\xee\x3e\x7e\xa8\x6b\ \xb0\x73\xe7\xce\xcd\x9b\x77\x7c\xb5\xef\x4c\xc7\xa9\x9d\x9d\x9d\ \x87\xba\x36\x75\x6e\x3f\x7e\x7c\xd7\xb6\x7d\xdd\xc7\x1f\xdc\xbc\ \x78\xee\xc5\x83\xf3\x37\xcf\x5f\x3e\x7b\xf1\xc4\x8d\xcb\x0f\x97\ \x9e\x3e\xba\xfd\xea\xfe\xfa\x93\x73\x6b\x2f\xd7\xde\x3e\xbe\x74\ \xe7\xe9\x83\xb5\x17\xeb\xeb\xb3\xef\x5e\xbd\x58\x7d\xff\xf6\xe5\ \xdf\xb7\x5f\xaf\xcf\xad\xae\x5d\x5b\x5f\xb8\xf4\x78\xfd\xd2\xfa\ \xed\x3b\x97\xd6\xef\xcc\x2d\xe6\x32\xc8\x61\x19\xe5\x11\x70\x65\ \x18\x34\x01\x60\xb0\xa0\xb4\xa0\x18\x30\x01\x53\x5c\x54\x18\x3d\ \xd6\xa2\xa2\x53\x2a\xa8\x24\x12\x52\xbe\x51\x2a\xad\x93\xd6\xe1\ \x99\x54\x3c\x87\xce\x21\x81\xa4\xf4\xd9\xfd\x52\x29\x45\xbb\x87\ \x52\x57\x81\xbf\x7b\x72\xe4\xe4\x85\x06\x24\x8d\xf0\x24\x22\x5d\ \x17\x46\x2e\xdc\x3d\xdd\x37\x72\x12\x18\x71\xe4\x42\x2b\x52\x2b\ \xb9\xb5\x4e\xca\x91\x92\x68\xd2\x5a\x50\xa9\x56\x0e\x93\x33\xd2\ \x07\xb7\x74\x4e\x2d\x87\x8e\xff\xa2\x68\xa6\xfc\xf6\x97\xcf\xc6\ \xae\xd1\xa5\x48\x32\x75\x58\x24\x43\x2a\x6a\x91\xaa\xaa\x0c\xc7\ \x77\x84\x15\x55\x58\x2c\x0b\xcf\x6f\xfe\xe2\x07\x1a\x9e\x46\xa5\ \x51\x00\x22\x1b\xe4\x38\xb3\x46\x20\xd0\x4c\xa3\xa2\xfb\x9e\x17\ \x8c\x39\x40\x3f\xdf\xe8\x4b\xff\x4e\x8d\x5d\xff\x87\xb0\x00\x9a\ \x14\x8d\x25\x43\xd1\x54\x3c\xf7\x26\x64\xfe\x90\x74\xa6\x52\xb9\ \x37\xe6\xd8\x7c\x3a\x9b\x76\x5a\x13\xe9\x85\x4c\x7a\x1e\xe8\x37\ \x03\xcc\x84\x64\x2b\xa7\xae\x2d\xc4\x16\x16\x52\x2b\x71\xf0\x54\ \xce\x50\x3c\x9a\xf2\x01\xfc\x45\x91\x56\xf0\x8b\xb1\x28\x4c\x6c\ \xd1\x64\x7a\x61\x31\x06\xd8\x08\x96\x29\x09\xbf\x18\x8f\x67\xb3\ \x29\x10\xad\x54\x2a\x19\x32\x47\xf5\x6c\x11\x83\x27\x8a\xf3\x9c\ \xe9\xa4\xd9\x1a\x8d\x7d\x32\x35\x3e\xf0\x65\x49\x18\x0d\x66\xd8\ \x5a\x34\x19\xb3\xc6\xcc\xd1\x4f\x71\x10\x0c\x73\xd2\x17\x82\x7d\ \x0b\xc5\xac\xe6\x90\x59\xa9\x54\x22\x61\x9d\x00\x87\x6c\x33\xdb\ \xaa\x47\x8a\x81\xea\x31\x31\x62\x1e\xc3\x4c\xc8\x23\x83\x92\x10\ \xc9\x05\x98\xbc\xc2\xbc\xe2\x32\x34\x91\x88\x6b\x1c\x87\x89\x75\ \x72\x0a\x6e\xa6\x66\xfe\xfa\x7f\xff\xcd\x54\x9a\xe7\x73\xf3\xc9\ \x74\x16\x48\x14\x23\x72\xa6\x7d\x7a\x67\xdc\x19\x0b\x89\xac\xe9\ \x78\x32\x1e\x35\x2b\xa3\x21\x06\x2f\x1a\x35\x33\x9c\x4a\xa4\x6b\ \xa1\x48\xaf\xe4\x85\xd8\x04\x73\x08\x86\xa4\x48\xcf\x43\xda\x5a\ \x30\xd0\x28\x0c\x19\x10\x91\x00\x1a\x85\x83\x29\x95\xcc\x36\xe3\ \xc0\x6b\x95\x96\x94\x95\x16\x14\xa0\x4b\x3e\xdb\x13\xb0\xcb\x3d\ \x26\x9b\x45\x27\x0f\xf6\x36\xf7\xfb\x4d\x06\x6d\x6f\x38\xe0\x72\ \xb9\x2c\x1e\x8f\xc9\x85\x74\x7a\x17\xa8\x2d\x1e\xa3\xcb\xa1\xf5\ \xb8\x24\x2a\x89\x56\xa6\x55\xd3\xaa\x6c\x26\x1d\x4d\xc0\x62\x69\ \xc4\x15\x1c\x0e\x0d\xcb\x24\x91\x04\x5c\x01\x4b\x27\x13\x6b\xc5\ \x32\x89\xc1\x62\xb0\x98\xb4\x32\x9d\xca\x60\x70\x69\xd4\x2e\x55\ \x95\x0a\x7e\x5d\xa5\xb2\xcb\x05\x7c\x21\x55\x28\xe4\x57\x91\xf8\ \x8a\xaa\x2a\x2a\x8b\x2a\xe0\x72\x69\x55\x02\x12\x9f\xc2\xd5\x4a\ \xb4\x48\xcc\x16\x5f\x6b\x8c\xe8\x54\x76\xb7\x26\xe2\xd1\x18\x2c\ \x6a\x8d\xc3\xee\x71\xb8\xda\x00\xaf\xec\xe1\x36\x97\x41\x2e\xe3\ \x0a\xf0\x54\xad\x56\x4d\x55\xc9\xc5\x54\xa1\x0a\x30\x93\xc5\xa2\ \x53\xf0\x24\x09\x96\x4e\x25\x35\xd0\x2b\x28\x24\x29\x89\x83\x67\ \x55\x30\x99\x2c\x7a\x03\x49\xa8\x12\x73\x65\x5a\xbb\x18\xc9\x39\ \xb6\x28\x74\x36\x9b\x03\x29\x3a\x61\x33\x86\xbd\x5e\xb7\xcd\x18\ \xf1\xf4\xba\xc3\x2d\x01\x87\xc3\xe3\xef\xff\xe1\x70\xd8\x61\xd4\ \x86\xbd\x48\xd9\x3d\xbb\xb7\xcd\xe4\x36\xb8\xc3\xcd\xcd\x6d\x41\ \xbf\x3d\xb0\xc7\x6b\x0f\x06\x5b\xc2\xae\x70\x53\x13\xb8\xcf\xb0\ \xa5\x29\xd8\xbb\xa7\xa5\x65\x4f\x4b\x60\xe0\xab\x7e\xbf\xb7\x37\ \x6c\xf9\xe1\xc8\xc0\xb1\x96\x63\x87\x0f\xee\xdf\xf6\xdd\x91\x3d\ \x7b\xdd\x4d\xcd\xdf\x38\x1c\x5e\x5b\x10\x20\x53\x0d\xaf\xab\x31\ \x18\xb5\x3a\x85\x8c\xab\x00\x67\xa9\xd3\x08\x84\x16\x8b\x51\x5c\ \x05\x8e\x8b\xab\x96\xab\x34\x32\x45\x85\x40\xc8\xa2\x8a\x1f\x3c\ \xdc\xfb\xc3\xb7\xae\xef\x77\x05\x07\xbe\x1a\xf8\x66\xdf\xc5\x37\ \xd6\xd8\x9f\xf1\x38\xc6\x59\x39\xbc\xa1\xbd\xa4\x80\x21\xc2\x94\ \x17\xa1\x0a\xcc\x25\xe5\xed\x00\x84\x25\x95\xf5\x63\xa3\x43\xf5\ \xf5\x1b\xc1\x65\xd5\x97\xe5\x37\x36\xb6\x57\xd6\xb4\x5f\x99\x97\ \x05\x13\xa3\x53\xf9\x45\xe8\x8d\xc3\x1b\x50\x65\x5b\x6e\x5c\x5e\ \x4c\xe3\x78\xbc\xea\xea\x9a\xe2\x92\xb2\x92\xb2\xea\x0d\x05\x98\ \x52\x91\x1e\x57\x06\x43\x23\x94\x58\xf8\x33\x05\x4e\x9c\x80\x41\ \xe1\xc8\x0c\x72\x5e\x29\xa6\x8c\x88\x42\xa3\x6b\x36\x6e\x28\x2e\ \x2d\x29\xde\xb8\xb1\xa6\xbe\xbd\x3a\xbf\x7a\x63\xf5\xc6\xf1\x09\ \x24\xc8\x61\xb4\x7d\x43\x7d\xf9\xf0\x68\xbc\x74\xb2\xe0\xc1\x6c\ \xe7\xbe\xf3\xaf\x9e\xa1\x1a\x6b\xc6\x27\xc6\xc6\xda\x7b\x26\xaf\ \xdc\xfa\xdf\x5f\x8d\x6f\x7f\xec\xde\xb7\x65\xd7\x39\x00\xc2\xae\ \x9d\x3b\x0f\x75\x6e\x1a\xdc\x75\xee\x5c\xe7\x99\xdd\x1d\x9d\x5d\ \x1d\xdb\x06\x77\x9c\x3b\x75\xfe\xfc\xa9\xb3\x8f\xcf\x9d\xb8\x78\ \xe3\xc6\xf9\xcb\x87\xa6\x07\x2f\x3f\x78\xb9\xfa\xee\xe1\xa3\x77\ \x0f\x4e\xbd\x58\x5b\x5d\x7f\xfa\x6e\xfd\xf5\x93\xa5\xa5\x57\x6b\ \xef\x6f\xaf\x3d\x78\xfe\x6e\xed\xed\xdb\xd7\x6b\x1f\xe7\xd6\x56\ \x97\x6f\x5f\xbb\xbd\xfe\xfe\xe3\xfa\xd2\x2c\x7c\x0b\x40\x88\xa4\ \xf7\x9b\x43\x0c\x24\xd4\x99\x81\xc3\x14\xa0\xf2\x0a\x0b\xf3\x90\ \xf0\x9f\xc2\xa2\xe2\xa2\xaf\x0f\x73\xe9\x24\x6c\x05\x96\x83\x14\ \xc5\xa6\xe3\x5b\xeb\x00\x05\xa5\x1c\x0e\x9d\x2a\xad\xe5\x00\x9a\ \x1d\xef\x35\x54\x21\xc5\x1c\xb8\xcd\x92\xd3\x17\x2e\xf4\xf5\x8d\ \x7c\x32\x57\x17\x4e\x9e\xbc\xd0\xda\x77\xf7\xee\x85\xbb\x0d\x40\ \x7f\xb5\x7d\x48\x99\xf6\x86\x91\x56\x98\xea\xa4\x48\xb3\xb0\x86\ \xbe\x5a\x3c\xa9\x82\x5e\x0b\x92\x05\x1a\xc6\xa1\x36\x65\xea\xa7\ \xf2\x5f\x1f\xb9\x74\x65\x1e\x69\xc8\x2a\x6d\x3d\xb7\x2a\x65\x52\ \x6a\xe9\x2c\x96\xb8\xe5\xf8\x00\x12\xcb\x00\x3b\xa0\x3d\x72\x68\ \x00\x4b\x01\xa3\x47\xe1\xc0\xab\x1b\x8a\x94\x5a\xb1\x49\x3d\x8d\ \x11\x7d\x48\xe0\xac\xce\x08\x5d\xc5\x48\xf5\xbc\x20\x4e\x8d\xfe\ \x35\x95\x45\xca\x7e\xa6\xd3\xb9\xc5\x04\x68\x4b\x3a\x96\x9b\x4f\ \xf1\x42\x4e\x10\x9f\x54\x3a\x96\x7d\x03\x32\x93\xca\x85\xac\x49\ \x64\x8d\x1d\x94\x25\x1d\x5d\xf0\xa5\x97\x53\xf3\x6f\x12\x39\xb0\ \x54\xf3\xa0\x31\xbe\x84\x6f\x21\x1b\x4d\xc7\x7d\x19\x00\x44\xa4\ \x5b\x74\x34\x97\xc9\x26\x79\xbe\x44\xee\xd3\x56\x43\x29\x73\x68\ \x31\x9d\xcd\x2c\x84\xe2\x48\xdd\xf7\xa8\xd5\xcc\x20\x63\xc0\xc2\ \x64\xe2\xd1\x44\xd4\xe7\x4b\x66\x42\x21\xb2\xde\x1a\x4a\x30\x08\ \x3e\xd8\xbc\xd9\x1c\x8f\x67\xa2\x09\xab\x15\x89\x83\x70\x12\x88\ \x21\x67\x34\xe1\x0b\x59\xd3\x66\xbd\x9e\x17\x02\x01\x11\x39\xad\ \x22\x0c\x8f\x4c\x26\xc4\x62\x22\x06\xe3\x53\x08\x42\x19\xc1\xc7\ \x26\x90\xc9\xf9\xa5\x3c\x06\x26\x2f\x0f\x55\x5a\x88\x46\x13\x08\ \xb8\x6a\x24\xa8\x06\xbe\x86\x47\x47\x67\xfe\xf9\xfd\xbf\xab\x85\ \xe6\xe5\x85\x95\x64\x36\x9e\xcc\x30\x88\xd6\x78\x9c\x07\x1f\x20\ \xfc\xa9\xbe\x4c\x22\x0e\xe6\x2f\x64\x8d\x02\x69\xc6\x62\x00\x85\ \x44\x9f\x13\x4c\x61\x8c\x4d\x34\xfb\xd8\x38\xa7\x19\x87\x23\x5b\ \x09\x18\x02\x91\xcc\x16\xe9\x89\x38\x86\x92\x87\x26\x32\x70\xff\ \x7f\xe2\x28\x38\x3a\x74\x59\x49\x25\x52\x1c\x0b\x95\xf7\x99\xcc\ \xa6\xd0\x39\x1c\x16\xa3\xdd\xf3\xe9\x24\x9f\xc1\xe2\x76\xf4\xf6\ \x46\x80\x9b\xb4\x26\x87\x5d\x26\xe3\xca\x65\x16\x30\x4c\x1a\x38\ \xec\x6d\x2a\xad\x16\x70\x8e\xcf\xd7\xc2\xd1\xc7\x67\x09\xc1\x26\ \xe9\x58\x82\x2a\x2a\xbd\x82\x24\x94\xa9\xa8\x5c\xb1\x56\xa8\x50\ \xa8\xf9\x7c\xae\xdf\x26\x97\x09\xd5\x1e\xb7\x51\x6c\x91\xf0\xab\ \x68\xc0\x84\x60\x72\xc4\x7c\x89\x90\x2a\x16\xd3\xf8\x12\xac\x50\ \x28\xc0\x93\xaa\xb8\x02\x1a\x12\x2c\xcf\xaf\x50\x21\x89\x76\x0a\ \xa4\x79\x3c\x02\x86\x02\x83\xa4\xad\xc9\xad\x56\xc0\x3e\x69\x91\ \xaa\x07\x96\x88\x57\x11\xf6\x1a\x58\x62\x39\x97\x0f\x52\x69\x14\ \x8b\xc1\xa7\xf0\xb9\x5c\x89\x81\x52\xc7\x84\x49\x90\x22\xe0\x93\ \x60\xa8\x20\x81\xc9\xe0\xe5\xb1\x78\x98\xfd\x38\x1c\x10\x2c\xae\ \x58\x22\x46\x1a\xd5\xab\xe5\x26\x8b\xdb\xef\x09\xb8\x1d\xb6\x70\ \x6f\x6f\x60\x8f\xdf\xef\x0e\x34\x87\x9b\x5a\x06\x06\x8e\xed\xf1\ \x80\xd7\x6a\xea\xd5\xba\xfd\x81\x88\xb7\xc9\x02\xcc\x68\x09\x06\ \x3d\xe1\xde\x36\x83\x36\x10\xf6\xeb\xec\x81\xc0\x40\x73\x38\x62\ \x77\xf9\xf7\x36\xef\xe9\x6f\xf3\x07\xda\x82\xc1\x70\xd8\x3b\xd0\ \xbc\xb7\xed\x68\xf8\xbb\x63\xe1\x88\xcd\xfb\xc3\xf7\x07\x7a\x0f\ \x7c\xf9\xcd\x9e\x63\x9f\x77\xef\xdf\xf6\xf5\x91\x6f\xbc\x07\x80\ \x33\x03\x7b\xec\x7e\xb7\x43\xab\x36\x2a\xd4\x6a\xb9\x56\x2c\xb7\ \x6b\x0d\x46\x85\x82\xcb\x17\xea\x24\x2a\xb5\x41\x23\xe6\x0a\x85\ \x2c\x99\x5a\x8c\xf4\xef\x10\x70\xf9\x6d\x3f\x0c\x3e\x78\x7e\x79\ \xf7\x77\xdf\xef\xfe\x7a\xef\x8b\xb9\x0f\x09\xa5\xc8\xc7\xe3\x31\ \x7c\x68\x0c\xaf\x00\xc3\x33\x5b\x31\xe5\xe5\xc5\x18\x42\xf5\x68\ \xcf\x86\x8d\x8c\xd2\xf6\xf6\xa1\x9e\x92\xf2\xa1\xa9\xf6\xc6\xe1\ \x9a\x9a\xc6\xa9\xe1\x6a\x5c\x7b\x4d\x91\xe8\x7d\x40\xf7\x74\xf4\ \x4a\x3e\xba\xa6\xa7\xb2\x64\xe7\xd6\x10\x83\x9c\xfe\x83\x80\x42\ \x11\xd3\x29\xb6\x08\x8d\xc1\x60\xd8\x22\xe7\x07\x7d\xd4\xaa\xf4\ \x65\x53\xce\x68\x28\x04\x36\x2b\x4d\xe6\xf9\x08\x45\xf9\xa5\xf9\ \xa8\x92\xa2\x42\xf8\x2a\xdd\x90\x5f\xb8\x71\x23\xc0\x61\x65\x79\ \x7e\x7d\xe5\x86\xe1\xd1\x89\x9e\xea\xf6\xd1\xb1\xd1\xf1\x9e\x9e\ \xa1\xf1\xe1\xea\xf1\x89\xbf\x9e\xec\x59\x7f\xf6\xe0\xe1\x7d\x42\ \x4f\x4d\x35\x32\x32\xc7\xfe\xfb\xef\xaf\x5f\x7f\xf9\xeb\xb7\x92\ \xf3\xdf\xee\xeb\xd8\x77\xfc\xf3\xed\xfb\xa7\x6f\xde\xdc\xb9\x15\ \x09\x6e\xdf\x77\xa8\x6b\x67\xf7\xd9\xe3\xf0\xe8\xd0\xd9\x1b\xf7\ \x2f\xde\xbc\xf9\xf0\x06\xe8\xd6\x99\x8b\xe7\xa6\xcf\x4c\x3f\xfb\ \xfb\xfd\xd2\xf3\xb7\x6f\x1f\xdd\x7c\xb7\xb4\xf4\x7c\x76\xf6\xdf\ \xb5\x97\x7f\x3f\x83\xef\xd7\xd6\x57\x9f\xae\xbe\x5f\x5a\x5d\x5a\ \x9b\xfd\x7b\xe9\xef\x9f\x2e\xfd\x79\xe7\xce\xdf\xb3\x73\x6b\x1f\ \xff\x9c\xfb\x63\xee\xda\x82\xd3\x0a\x63\x3c\xaa\x07\xb1\xca\x23\ \xe4\x21\xe9\xfa\x05\x05\x79\x70\xb4\xe4\x15\x16\x55\x87\x8e\xfe\ \x28\xa6\x50\x68\x34\x0a\x96\x09\x57\x30\x56\x4c\x4e\x1f\x07\x39\ \xd3\x57\x81\x0c\x86\xba\xd3\xc1\xf5\x1b\x2d\xf6\x60\x8b\xf7\xc7\ \x9b\x07\x7e\x06\xc1\x1a\xb9\x7b\x7a\xe4\xc2\x05\x70\x54\x77\x2f\ \x80\x2c\x35\x8c\x34\x34\x9c\xae\x95\xd2\x6b\xeb\xf0\x7d\xa7\x6b\ \x6b\x41\x6c\xa4\x48\x9e\x74\x5f\x5d\x5d\x1d\xbe\x82\x29\x1d\x41\ \x92\x72\x38\x75\x4c\xda\x77\xd5\x8d\x8d\x85\xb7\x0f\x2e\x4c\x3c\ \x85\x2d\xb4\x36\xd4\x86\x0e\x9e\xe6\xd4\x4a\x29\x5c\xac\xf6\xbb\ \xef\xb4\xfc\x2a\x78\xd1\x5a\xbc\xe5\xab\x07\x76\x12\x89\x26\x60\ \xd6\xb5\xd6\x09\x69\xf6\x0d\x3c\xa3\x50\x21\xdc\x3b\xf7\xe6\x2d\ \x59\xb4\xad\xf8\x1b\xba\xbf\x31\x34\xfe\x53\xfe\xd4\xf8\xbd\xdf\ \x0b\x57\xe2\xf1\x58\x6a\x3e\x19\x05\xc3\x91\x44\x12\x02\xd3\x08\ \xe6\x45\x53\xf3\xd9\xd8\x42\x36\x96\x4b\x23\x8a\x95\x4c\x65\xe7\ \xa3\x51\xf8\x99\xdc\x72\x22\x3e\x9f\xce\xbd\x59\xc9\x7e\x48\x27\ \xd2\xe9\xa8\x2f\x35\xbf\x98\xc9\x22\x81\xa3\x89\x8c\x39\x9b\x34\ \xa7\x92\xf1\x54\x34\x9e\xb6\x3a\x93\xcb\xa9\x50\x36\x8b\x04\x62\ \xf9\x90\xd4\x1e\xa4\xd3\x72\x2c\x9d\x88\xc5\xad\x70\xe0\x9b\x9d\ \x48\xa9\x62\xf8\xc9\x79\x10\x8d\x58\x1c\x54\xc2\x29\x62\xf3\xa2\ \x4a\x1f\x3c\x88\xa6\x52\x48\xc3\xc0\x54\x28\x94\x10\x81\x9d\x0a\ \x59\x43\xc9\x44\x56\x29\x72\xea\xf5\x44\x36\xc0\xa0\x55\x4f\x26\ \x13\xc9\xbe\x28\xdc\x12\x9d\x44\x7d\x88\x58\x46\x8c\x13\x51\xc4\ \x18\xba\x4c\xa9\x27\x97\x2a\x31\xf9\x85\x68\x70\xea\xc4\x0d\xe3\ \xe3\xc3\x63\xe0\xc5\x47\x87\x87\xc7\xff\xfa\xef\xf7\x7b\xc5\xca\ \x37\x1f\x72\x8b\xcb\xf3\x3e\x25\x86\x60\xce\xc4\x94\xc9\x94\x3e\ \xe4\x4c\x21\x45\xa0\x93\x80\xa3\x6c\x25\x41\x69\x8e\x22\x45\xa1\ \x19\x7a\x73\x34\xca\x60\xb0\x19\x31\xb3\x5e\xe4\x13\x31\xf4\x4e\ \x02\x01\xe9\x55\xc8\x56\xf2\xd8\x6c\x02\x5b\x09\x2f\x2b\x02\xd9\ \x42\x12\x32\xc0\xd8\x15\x90\x4b\xd1\x04\x54\x01\x1a\xf5\x99\x57\ \xd7\xd4\x16\x6c\xf6\xa8\xdd\x41\x93\xd1\x6b\xf2\x34\xf9\x5b\x34\ \x76\xbf\xc5\xa8\xb3\x84\xb5\x36\x89\x42\xab\x33\xea\xb4\x76\x9d\ \xd0\x60\xd1\x99\xb4\x48\x4c\x93\x4e\xa2\xe0\xea\x8c\x42\x01\x57\ \x56\x55\x25\x10\xa8\x04\xd4\x0a\x15\x8b\x42\xaa\x10\xf2\x05\x58\ \x20\x1d\x8d\x02\x66\x1e\x09\x62\x28\xd4\x16\x93\x1a\x49\x76\x56\ \xa8\x54\x0a\x21\x5f\xa8\x51\x4b\x64\x55\x48\xed\x04\x92\x40\x20\ \xe1\xf2\x59\x54\xaa\x40\x26\x90\x50\x39\x14\x0a\x15\xcf\x97\x69\ \x2d\x3a\x1b\xfc\x9c\x1a\x7e\x15\xf0\x51\x6d\xb0\x38\x34\x5c\x55\ \x5b\xc4\xa8\xb1\x79\x1c\x06\x57\xc4\xe2\x36\x2a\x64\x62\x1d\x8d\ \x2f\xe6\xeb\x24\x42\x9d\x46\xad\x96\x09\xb9\x42\x98\x3c\x85\x54\ \x16\x8d\x4e\x22\xe1\x69\x1c\x29\xbd\x82\xce\xa4\xd3\x99\x58\x26\ \xd2\x96\xae\xb6\x96\xca\x22\x09\x74\x02\xb9\xc6\x62\xb0\xbb\x5c\ \x6d\x01\x87\xdd\xe8\x6d\xea\xf5\x1f\xe9\x8d\x34\x87\x6d\xf6\x80\ \xcd\x1e\xf6\xf8\xf7\x04\x83\x87\x9b\xfd\xcd\x7b\x1c\x0a\x1b\xc0\ \x67\xc0\x61\xd3\x58\xc2\x47\xfb\xdd\x01\x4f\x5b\x4b\xc0\x1d\x56\ \x83\x4a\x35\x79\xdc\x5e\xbb\xdb\x3b\xf0\xa9\x4c\x5f\x7f\xf3\xe1\ \xde\xb0\xdf\xe2\x6d\x71\x18\x9b\x03\xde\x48\x73\x53\xef\xb7\xde\ \x96\x1f\xbf\xdf\xbd\xf7\xdb\x96\x23\x9b\xbe\xdc\xb2\xf3\xf3\x03\ \xdf\xef\xdd\xbf\xa7\x2d\xd0\x32\xd0\xef\xd0\x99\xda\x5c\x42\x89\ \xc6\x21\x96\x19\x0c\x0a\x99\x0e\xb0\xd0\x24\x66\x21\x67\x43\xc5\ \x32\x95\x51\xa2\x51\xab\x14\x0a\x10\x2f\x95\x58\xae\x52\xc1\xbd\ \xc9\xbd\xb7\xe3\xe3\xe0\xf4\xf9\x5d\x1d\x9d\x6b\x8b\xc9\xc5\x37\ \x29\xf0\xe9\x7f\x58\x63\x22\x30\xe2\x25\x00\x40\x6c\xa0\x9f\xd2\ \xe2\xf2\x92\x12\x67\x69\x63\xe3\xf0\xd4\xa7\x53\x81\x43\x08\xb1\ \x8d\xb5\x57\x56\xf7\x54\xe2\xf2\xc6\xd3\x41\xed\x8e\xc2\xab\x51\ \x54\xe5\xf2\xee\xad\x8b\xf0\xe9\xa3\xcb\x08\x30\xad\xf1\x7c\x44\ \x46\x09\x83\xc1\x80\x4f\xdd\x67\x66\x10\x90\x2c\x58\x64\x99\x33\ \xb6\x90\xc9\x65\xe3\xb8\x12\x34\x1a\xec\x4a\x7e\x01\xd2\xf1\xad\ \xb0\x30\xbf\x67\x43\x75\xfd\x46\x14\xae\xa4\x30\xbf\x7e\x68\xb4\ \xa7\xbe\x67\x6c\x62\x02\x99\x34\xc7\xc6\x67\x66\x46\xa7\xae\xfc\ \xf2\xeb\xca\x17\xaf\x96\x6e\xac\xb3\x2b\xaf\x6f\x28\x21\x97\xe6\ \x97\x96\xe7\x4d\x5c\xfd\xdf\x6f\xff\xfb\xfd\xca\xdc\xce\xe3\xfb\ \x1e\xee\xde\xd5\xb1\x63\xdf\x8e\xee\xce\x43\x07\xb7\x6c\xde\x74\ \x0a\x08\x71\xc7\xd9\xdd\x5d\x1d\x67\x2e\x3f\x7b\x3e\x7d\xfe\xfe\ \xc5\xb3\xe7\xce\x4c\xef\x38\x7b\xff\xf2\xa3\x13\x4f\x2f\xbd\x7e\ \xf5\x7c\xed\xf5\xcd\x57\xb7\xdf\xbd\x5d\x7a\xf7\xd3\xfa\xab\x57\ \xcf\xde\xbf\xf8\xfb\xd2\xdb\xf5\x8f\xb7\x2f\xad\xbf\x7d\x75\x7b\ \x69\x76\x75\xf5\xa7\x3b\xab\xf3\xab\x7f\xdf\xfe\x78\x67\x7d\x6e\ \xe5\x4e\x6e\x31\x95\x8a\xfa\x42\x51\x20\x59\x02\xba\x04\x87\x2a\ \x2e\x42\x03\x2f\xa0\xca\xf2\x0a\x4b\x8b\xca\x8b\xaa\x3f\xb7\x1d\ \xb0\x53\xf1\x80\x84\x34\x2c\x85\x84\xaf\x6b\x60\xd6\x4a\xa5\x78\ \x26\x38\x6d\xa4\x0c\x72\x6d\x43\x2b\xa7\x2b\xbe\x76\x7e\x70\xeb\ \xb3\xb5\xf5\x63\x3f\x9f\xfe\x79\x64\xe4\xe4\x69\x24\x8e\xb4\xb5\ \xae\x0e\xa9\xe6\xde\x50\x8b\xe8\x14\xdc\x33\x29\x0d\x48\x48\x3c\ \x98\xad\x3a\x24\x65\x87\x02\x58\x58\x77\xb2\x6f\x84\x03\x9b\xe2\ \x70\xa4\x81\xdb\xe5\x8d\xd5\x1b\x3f\x1c\x62\xcf\xec\x3c\x09\x06\ \x6c\x84\x1f\x55\x81\x7b\xab\x20\x09\x58\xae\x63\xcd\x1a\x16\x9e\ \x42\xe5\xd4\x71\xc3\xa7\x2e\x72\x05\x60\x98\xb1\xd2\x5a\x26\x15\ \xeb\xee\x89\x29\x68\x42\x6e\xe0\xd4\x89\x9d\x68\xcc\x31\x86\x86\ \xb2\xa9\x47\x39\xbc\x9a\x3f\x7e\xeb\xb7\x99\xf1\x44\x36\x06\x3c\ \x98\x4d\x3a\xad\xa0\x21\xcb\xe9\x4c\x3a\xb9\xb8\x18\xb5\xce\x27\ \x16\x17\x7c\x29\x78\x1e\xa8\x4e\x19\xcd\xa5\xe6\x13\xd1\x74\x74\ \xfe\x4d\x36\x05\xbe\x69\x39\x93\x4a\x46\x93\xa1\xc5\x85\x37\xc8\ \x1a\x16\x90\x56\x2a\x36\x9f\x41\x9a\x54\xa4\xe6\x53\xb9\x4c\x34\ \x0a\xef\x4f\xf2\xcd\x42\x0a\x4c\x58\x2c\x96\x70\x3a\x81\xf4\x52\ \xd9\xb4\x3e\xea\xb3\x2a\xcd\x64\x82\xc8\x2a\x4a\x81\xb1\x01\xb1\ \x8b\xc7\xcc\x89\xa4\x3e\x26\x0a\x99\x13\xa0\x0d\x21\xb3\xd5\x47\ \x60\x5b\x7d\x4e\xa4\x3b\xb4\xd3\x97\xf6\x91\xf5\x4e\x91\x5e\xef\ \xf4\xc5\x13\x3c\x86\xd5\x19\x02\x16\x24\xe2\x44\x6c\x82\x3e\x1e\ \x17\x81\xa4\xa0\x71\xe0\x75\xc8\x68\x14\x9a\x81\x41\x11\xac\x04\ \x34\x8f\x5d\x56\x42\xd4\x17\x14\xe1\x08\xe4\x32\x72\xf5\xd0\xf0\ \x18\x20\xe1\xd4\xf8\x50\xfb\xd8\xff\x7e\xff\xfd\x6a\xb9\x32\x15\ \x4f\x2c\xe4\x96\xa3\x7a\x3d\x41\x14\x4d\x39\x13\x29\x11\x3b\x14\ \x8d\x85\xb2\x89\x44\x48\x09\xa2\x9a\x73\x8a\xcc\x31\xab\xd2\x19\ \x83\xe9\x18\x9e\x51\x5a\xcd\xec\x58\x52\xe9\x54\x22\x79\x44\x0c\ \xc0\x00\x00\x41\x02\x83\x01\x5e\x0b\xb4\x8d\x6c\xc6\xb0\x89\x18\ \x25\x3c\x60\xe3\x70\xe0\xaf\x4b\x31\xa8\xcf\xb4\x06\xb9\xd1\xeb\ \xf5\xea\x0c\x5e\xbf\xd1\xe5\x6f\x73\xdb\xfd\x0e\x8d\xdd\x66\xf7\ \xdb\xbd\x46\x8d\x4a\x01\x60\xa7\x91\xe8\x8c\x06\x97\x56\x62\xb3\ \xdb\xd5\x62\xb5\xd7\x6f\xd2\x1a\x75\x06\xb5\x11\xe9\x08\x88\x9c\ \xa3\xc7\x57\x54\xd0\xab\x24\x2c\x2c\x38\x63\xb5\x58\x6b\x93\x89\ \x15\x32\x99\xc3\x66\x53\xa8\xf8\x2c\x85\xba\x4a\xc6\x92\xd0\x54\ \x2a\xb5\x90\x24\xe4\x83\xca\x88\x69\xac\x2a\xb1\x98\x2b\x51\xb1\ \x2a\xaa\x84\xe0\x8c\xf0\x78\x2c\x95\x8e\xa5\xb3\xd4\x72\xb9\x56\ \x61\x30\x08\x59\x55\x12\x9d\x56\xab\xe1\x6a\x3c\x3a\xb1\xd8\x66\ \xf3\x78\xfc\x06\x23\xa0\x98\xcd\x68\x82\x5d\x91\x48\xaa\x10\x51\ \xd3\xf0\x15\x3a\x99\x8c\x4f\xaa\x60\xe2\xab\x2a\xe8\x02\x21\x55\ \x80\xad\x63\xd6\xd5\x31\xc1\xbd\x93\xe0\x11\x9d\xd3\xd0\x80\xa5\ \xf7\xe1\x59\x58\xa6\x98\xef\x72\x01\x97\xda\xec\x46\x8b\x43\xe1\ \x68\x8b\xec\x0d\x07\xbd\xfd\x36\x47\xc0\x15\x69\x6b\xf9\x66\xc0\ \xef\xf7\x82\x08\xf5\x07\x5a\x5c\x16\x7f\x53\x93\xc6\xe3\x69\x8a\ \xa8\x03\xee\x48\x5b\xa0\xad\xcd\xdb\x12\x69\x43\xda\x78\xf9\xdb\ \x82\xde\x40\xaf\xbb\x3f\xd2\x1f\x6e\x76\x7f\x73\xcc\xeb\xb1\x05\ \xbc\xe1\xde\xe6\xc8\x9e\xa6\xc8\x77\x2d\xc1\xb6\x3d\xdf\x0c\x1c\ \x68\xfe\xee\x87\x9d\x83\x5f\xfe\xf8\xed\xa1\x13\xdb\xf6\xb6\xb4\ \x44\x8e\x7e\xdf\xe4\x0a\x23\x45\x73\xc0\x55\xa9\xd5\x20\xc2\x20\ \xda\x0a\x00\x65\x35\xd2\x7f\x55\x26\x33\x39\x34\x42\xb1\x5a\xe7\ \x30\x88\x75\x72\xb1\xdc\xa4\x83\xf7\x51\x6e\x30\x19\xc1\x8d\xfd\ \xf0\xdd\xae\x53\x87\x4e\xed\x5b\xbd\x74\x67\xe1\xce\x7a\xee\xcd\ \xda\x9d\x6b\x7f\x12\x0a\xab\x71\x3c\xa5\x08\x87\x2e\xc0\xe4\x95\ \x6f\x1c\xae\x2e\xcd\x24\x47\x1b\x47\xa7\xc6\x86\xdb\xeb\x37\xd4\ \xb4\xf7\x0c\x8f\x35\x96\x17\x16\xf7\xf4\x54\x6f\xa8\x2e\x5e\x71\ \x7b\xb6\x95\xf4\xb0\x9f\x1e\x3b\xb3\xba\x3a\x97\x16\xe1\x88\x3c\ \xbd\x39\x11\x0d\xf9\x7c\x44\x42\x3a\x11\xb2\x32\xcc\x44\x4c\x22\ \x2d\xd2\x9b\xf5\xd9\x10\xcc\xa7\x30\xb5\xce\xcd\xa3\x4a\x79\xb8\ \x92\xd2\xb2\xe2\xe2\xd2\xd2\xe2\xe2\xca\xb2\xb2\xca\xfc\xca\xea\ \xb2\x82\xf2\xf2\xfc\xca\x46\x38\x40\x6b\x00\x3c\x41\x18\x87\xc6\ \x66\xc6\x47\xa7\xae\xde\xba\x72\xeb\x1f\xde\x8f\x37\xce\x9f\x78\ \x71\xe3\xd2\xdc\xfa\xdf\x77\x88\xc9\x74\x69\x4d\xf1\xf0\x95\xdf\ \x7e\xfb\xe7\x3f\xe2\xfd\xf3\xf7\xbb\xf6\x75\x75\x9d\xda\xd9\xb1\ \xef\x7e\x77\x47\xe7\xbe\xe9\x1d\x9d\x5d\x87\x76\xec\xbc\x3c\x3d\ \xfd\x00\xb1\x56\x0f\xce\x5d\x7c\x72\xe6\xec\xb9\x9d\x17\xcf\x3f\ \xbb\xf8\x74\xf5\xed\xfa\x87\x6b\xab\xef\xd7\x67\x41\x8e\x92\x33\ \xca\x4b\x7f\xc6\x7f\xfa\xf8\xea\xe5\xea\x9f\x1f\x2f\xbd\x9f\x5d\ \xbd\xfd\x71\x1d\xb9\xcc\xcd\x2d\xaf\xaf\x7d\xbc\x33\xf7\xc7\x4f\ \x2b\x0b\x48\x69\x83\x98\x99\xcd\x66\x8b\x94\x04\x14\x99\x50\x04\ \xe4\x5a\x52\x92\x57\x52\x9a\x57\x5a\x8a\x2a\x6a\x74\x0a\x0c\xc7\ \x9a\x60\x00\x0a\xb0\xb5\xe0\xac\xf1\x9c\x3a\x0a\x98\x23\x3a\x53\ \x4a\xa1\x33\x41\x73\xa4\x75\x9c\x3a\xe3\xd3\xec\xc7\x8f\x0b\x7f\ \xfe\xf9\x9c\xd5\xd7\x7a\xf7\xee\xc9\x0b\xa7\xef\xf6\x71\x90\x22\ \xc6\xd2\x3a\xb8\x19\x19\xe9\xe3\x48\xfb\x90\x10\x86\xbe\x5a\x44\ \xa4\xe8\x80\x83\xb5\xb5\x1c\x50\xad\x5a\xe9\xdd\x56\x8a\xb4\x0e\ \xcb\xc1\x93\x4e\x0b\xa3\xe4\x8d\xe5\xed\x6f\x8e\x17\x8e\xef\xba\ \xcb\xac\x6d\xfd\xf9\x8b\x79\x12\x12\x50\xca\xa2\x49\x06\x7a\x75\ \x2a\x2a\xfc\x2c\x9e\xa4\x6b\x7b\x7b\x44\xcc\xa5\xd1\x14\x2a\x52\ \x45\x15\x89\x12\xdc\x90\xf2\x54\x89\x65\x47\xb7\x79\x5f\xb7\x97\ \x2c\xad\x0b\x68\xb7\xab\xc9\x35\xb1\xe1\x7b\xe3\x73\x5b\x79\xca\ \x85\x78\x32\x16\x4b\x67\x96\x53\xbe\x74\x2a\x95\x48\x2c\x64\x62\ \xa1\xf9\x74\x34\x69\x05\xbb\xb4\xbc\x18\xb7\xc6\x43\xbe\x24\xe0\ \x22\x5c\x32\xf3\xb9\x28\xb2\x1e\xb5\x10\x05\xc3\x94\xb1\x26\x93\ \x99\xf9\x78\x2e\x11\xcf\x2d\x24\x10\xe9\x4a\x64\xa2\x0b\x89\x24\ \x48\x8b\x35\x93\x70\xc6\xb3\x0b\xe9\x2c\xb8\xad\xa8\x35\x9a\x0d\ \x25\x90\x82\xcb\x3e\xa4\x7a\x7b\x4c\xc4\x33\xeb\x95\x89\x68\x22\ \x91\x88\x99\xe3\xce\x50\x2c\x86\xf4\x8b\x57\x82\x44\xc4\x7c\xe6\ \x98\x12\xa7\xd7\x5b\x45\x3e\xa4\xfc\x69\x22\x15\x65\x8b\x62\x4e\ \xa2\x39\x6e\x75\xa6\xf4\x22\xa7\xd2\x0a\x8a\xc6\x63\x2b\xf5\x6c\ \x65\xca\x49\x26\x28\x31\x28\x9c\x12\x48\x11\x53\x8a\x03\xa3\x8b\ \x63\x10\x31\x6c\x1c\x06\x45\x64\x17\xe5\xa1\xca\xd0\x25\x98\x4a\ \x98\x44\x27\xa7\xc6\xc6\x86\x86\xda\x01\x09\x7f\xbf\x5a\xcd\x5e\ \x98\x4f\xa6\x9d\xd6\xa8\xd3\x2c\x22\xe2\xf4\xb1\x94\x15\xe7\xcb\ \xe6\xe2\xe9\xac\xcf\x0a\x86\x30\x91\x04\x6f\x67\x8d\xc5\xcc\xbc\ \xa8\x48\xcf\x76\xea\xe1\xdd\x50\x5a\x7d\x56\x51\xdc\x2c\x62\x38\ \xa3\x04\x36\x19\xad\xe4\xf1\xcc\x3c\x34\x5a\x84\x26\x23\xed\x29\ \xca\x08\x0c\x22\x10\x28\x83\x81\x54\x78\x87\x6b\xc1\x67\x5a\x8d\ \xd0\x6e\x71\x78\x6c\x2e\xad\x43\xe2\x0f\xfe\x7f\x24\xbd\x89\x5f\ \xd3\xe7\xb6\xff\xdb\x10\xe0\x64\x22\xc9\xc9\x4c\x06\x32\x90\x39\ \x64\x22\x03\x99\x49\x4e\x12\x42\xe6\x17\x49\xc8\x21\x40\x76\x69\ \x6b\x07\x10\xbb\xb5\x0d\xd8\xc1\x5d\x54\xda\x5a\xad\xa5\x69\x8a\ \xfa\x33\x0e\xd1\x3a\x6b\x14\xcb\x65\x47\xbd\x1a\x87\x6b\x5a\x4a\ \xd5\x0a\x6d\x41\xdd\xdb\x2a\xc8\xf1\x9e\xfe\x19\x77\x7d\x7b\x3b\ \x84\x84\x8c\xdf\xb0\x9e\xcf\xf3\xfe\x3c\xdf\xf5\xac\xe5\xd7\xfb\ \x7c\xf1\x44\xcc\x92\xf2\x39\x1d\x46\x9d\xce\xea\x8d\xdb\xad\x4e\ \xb5\x33\x6c\x72\xc2\xe0\xb2\x03\x63\x39\xdd\x4e\x9d\x59\x25\x93\ \x9b\xf4\x66\x86\x82\xa3\x55\x08\xd9\x72\x1e\x9b\xcb\xa1\x70\x39\ \x5a\xaa\x82\xa4\x42\xaa\x2b\x6a\xed\xce\x48\xc8\xa1\x15\xca\xd4\ \x12\x23\x47\xa1\x56\xab\xcd\x72\x36\x5b\xa6\x32\x9a\xb8\x0a\x21\ \x8f\xa1\x00\x13\x29\x54\x91\x04\x72\xa1\x1c\x6e\xf1\xa8\x42\x2a\ \x95\xab\x32\xba\x2d\x2a\xb3\x4f\x62\xb4\xb8\xb5\x5a\x9d\xd6\x64\ \xf6\xa6\x83\x66\x85\x39\x31\xea\x77\x87\xfb\x82\x69\xbb\x1b\x2c\ \xa7\x55\xab\x57\x68\x41\xc7\xcc\x0c\x99\x5e\x21\x81\xc0\xea\xd8\ \xc5\xe2\x52\xb8\x24\x0d\x43\xa8\xa1\x8a\xa9\x02\x0e\x95\xc7\xfb\ \xab\xa2\x3b\x72\x12\xa0\x83\x03\x9f\xca\xa8\x15\x3a\x14\x46\xad\ \xdd\x61\x0d\x25\x82\x3e\x9f\x25\xee\x73\x27\xdc\x31\x67\x38\xe5\ \xe8\xf7\xc7\xd3\xee\x98\xcf\xef\x76\xfa\x41\x9e\xfd\x7e\x9f\x45\ \x1f\x49\x85\xc2\xda\xd1\x44\xef\x68\x2a\x92\xea\x07\x55\x02\xca\ \x4a\x07\x7d\xe9\x74\xd8\x0f\xca\x34\x99\x88\xe6\xcd\xb2\xea\x00\ \x00\x20\x00\x49\x44\x41\x54\xf7\xf6\xf5\x0f\xa6\x80\xba\x46\x23\ \x63\xdb\x52\x5b\x07\xfb\xfb\x7a\xfb\x23\xe9\xc1\xde\xbe\x74\xfa\ \xbd\x4d\xef\x7e\xfe\xc6\xa1\xed\xef\x7d\xfc\xf1\xe4\xe4\xb6\xd1\ \x1d\x5f\x45\xd2\x61\xab\xc5\x61\x09\x3b\x8d\x66\xb5\xdb\xe7\x0d\ \x3a\xac\xc8\x7a\x9b\x04\x49\x7e\xd5\xb9\xd5\x46\x85\xc9\xe9\x33\ \x69\x8d\x5c\xad\x39\x18\xf7\xfa\x1d\x0e\xbb\xdd\xe1\xf0\xab\xd8\ \x56\x67\xdf\xde\xdd\xbb\xdf\x7b\xfb\xc7\x1b\x3f\xdf\x3f\xf9\x70\ \xf5\xf2\x6c\x19\x66\xbd\xa4\xcb\x45\xa4\x47\x51\xa2\xa6\xf6\xae\ \x96\x76\xdb\x9c\xe1\xc8\xf8\x81\xc3\xe3\x13\xc3\xe3\x30\xa9\x4d\ \x81\x49\x6c\xc6\xb6\x8d\xf7\x60\xea\x9a\x71\x53\xbf\x7b\xd5\x7d\ \xd1\x03\x5f\x1e\xdb\xbe\xff\xc4\x4f\xbf\x5f\xbe\xfc\x34\x93\x2d\ \x54\x60\xf6\x2d\x14\x5d\xf9\xac\x28\x23\x92\xe6\x32\x51\x24\xd9\ \x26\x00\xa4\xaf\x4c\xe6\x5c\x36\xa2\x21\xc0\x6f\x40\xa1\xea\xea\ \xf9\x04\x9c\xa8\xb1\xa5\xa9\x05\x4d\x6c\x6f\x41\x13\x1a\x9a\xdb\ \xea\x69\xcd\x4d\x6d\xc3\x2d\x2d\xed\x2d\x3d\x67\x5a\x27\x00\xf4\ \xa7\xa7\x4e\x5d\xb9\x74\xf8\xec\xbd\x87\x3b\x7e\xb9\x73\xe7\xea\ \x97\x27\x8e\x3d\x59\x79\xba\xb8\x92\xc4\xe3\xda\xa7\xa7\xce\xae\ \xad\xbd\x1c\xcf\xfe\xed\x6f\x1f\x7e\xbd\xe1\xc4\xbb\x1f\x6e\xb8\ \x78\xf0\x9d\xaf\x3f\xbc\xb8\xfd\xdb\x2f\xdf\x05\xa2\x3a\x71\xe2\ \xd8\xf5\x83\xc7\xb7\xef\xbf\x70\xec\xce\x86\x2f\x8f\x5d\xfb\xe9\ \xda\x2f\x3f\x96\x5a\x5a\xdb\x0e\x1f\x78\xb2\x42\x1e\x1f\x1e\x1e\ \x3e\xfb\x9f\x5d\x77\x02\x67\xa7\xdb\xea\xb1\xe3\xf5\x2b\x4f\xd6\ \x57\x56\x1f\xaf\x3c\xfb\x7d\x7d\x7d\x7d\xe9\xd9\xf2\xec\x13\x38\ \xfe\xa7\xf3\xcb\xe7\x8a\x95\x8a\x81\x26\x12\xd1\xe9\x52\x22\x1e\ \x87\xc1\xa2\x1b\x71\xf5\xf5\x48\x5a\x03\x16\x83\xc3\x36\x0d\xbf\ \x4f\xb5\xee\xe9\x37\x83\x23\x04\xfb\xc7\xa2\x32\x06\xba\xe1\x8f\ \xcf\xfb\x2b\xb5\x41\xcc\xe2\x75\x20\x3f\x64\x9b\x9f\x2d\x95\xf2\ \xcb\x0f\xdc\x08\x5b\xed\xdb\xf5\xcd\x37\xdd\xfb\xbe\xdb\xb8\x6f\ \x1f\xb0\x58\x27\xa2\x4c\x1b\xbb\x41\xbb\xba\x3b\xbb\x07\x3a\xa8\ \x1a\xf1\x80\xa0\x03\xa4\xab\x73\xe3\xae\xee\x8e\x6e\xf0\x7e\x03\ \x9a\x81\xee\x4e\x1e\x67\x72\xa7\x8e\x20\x3d\x32\xfd\xe2\x62\x4f\ \xcf\x1e\x78\xd6\xc0\x37\xeb\x07\x07\x90\x69\x56\xa1\x70\xa4\x9c\ \x46\x05\x15\x0c\x24\x45\xa1\x1f\x39\x19\x56\x19\x65\x10\xde\x2c\ \x1e\x8f\x21\xd8\xdb\x5a\xe8\x33\xca\x4c\xff\xf8\xc8\x91\x1d\x6f\ \xaf\xfa\x55\xf2\xf9\xd6\xf1\x56\xcc\x25\xf4\xde\xc8\x4d\xe5\x42\ \xc9\xa3\xf4\x78\x02\x8b\x4b\xb5\x4a\x71\x3e\x57\x2c\x96\x8b\x99\ \x52\x71\x61\xbe\xec\x09\x54\x73\xb5\x62\x32\x9f\x41\x1a\xa3\x96\ \x91\x92\x57\x20\x58\xcf\xf3\x85\x85\xc2\xf3\x42\x6d\x3e\x3b\x9f\ \xcd\x27\x33\x81\xfc\x7c\xa9\x54\xce\x02\x48\x95\xf2\xe5\xaa\x2b\ \x5b\x2e\x46\x93\x51\xb0\x75\x2e\x90\xb2\x6c\x16\x3c\x56\x32\x5a\ \x5a\xaa\x94\xa3\x81\xe5\x7c\x60\xc1\x23\x02\xc6\x32\x80\x77\x83\ \x79\x0b\xd9\xd8\x93\x03\x95\xc8\xe4\x90\x55\x77\x57\x54\x9a\x2c\ \x2a\x03\xb9\x80\xab\x98\x09\x24\x33\x4a\x5a\xb2\x90\xcb\xdb\x02\ \x99\x28\x28\x97\x4b\x14\x08\xd8\x40\x3e\xa4\xd1\xa8\xd2\x96\xb5\ \x89\x44\x1e\x97\x52\x2a\x15\xe1\x95\x74\xbe\xd2\x46\xc7\x12\x90\ \x5a\xa0\x49\x3e\x96\xaf\x24\xa0\xe9\xb4\x46\x0c\x81\xc9\x64\x12\ \x5b\xa6\xc6\x27\x8e\x1e\x9e\x9a\x68\x87\xf9\xed\xd6\xda\xbd\x3f\ \xa7\x94\xb5\x85\x2a\x80\x60\x21\x93\x77\xd1\xc9\xa2\x4a\x29\xcb\ \x44\xea\xe9\x54\xcb\x9e\x7c\x29\x60\x83\xe3\x00\xc4\x34\x00\x4c\ \x26\x0d\x22\x11\xd9\x90\xcf\x22\x65\x22\xc0\x1c\x26\x91\xca\x33\ \x01\x57\x00\x47\x0b\xb8\xb2\x22\x26\x51\xca\x67\x4a\xe9\xf0\xbe\ \x44\x64\xbf\x0e\x52\xf9\x1d\x4f\xc7\x13\x88\x34\xda\x2b\x6e\x8b\ \xd9\x64\x35\x5b\x2d\x3a\xaf\x1d\x06\xb6\xc3\x69\x34\x82\x4a\x84\ \xbd\x80\x08\x46\x70\x83\x6e\x87\x4e\xef\xb6\xea\x00\xb1\x82\x76\ \x27\xb2\x33\x2e\xe6\x93\xc9\xfd\x26\x87\x42\x62\x92\x73\x2d\x14\ \x95\x42\xa2\xa2\x50\x4c\x5c\x23\x9b\xc1\x95\xb0\xa9\x02\xb6\xd9\ \xcc\x95\xc9\x24\x5a\x00\x08\xa3\xde\x8a\x34\xb0\x37\x72\x84\x2a\ \x23\x83\x6b\x54\xcb\xa8\x14\x09\x45\xce\xe6\xb0\x14\x7a\x0a\x9b\ \xc2\x61\x50\xa8\x6c\x0e\x03\xd9\x77\x4a\xe2\x71\x65\x42\x85\x59\ \x61\x52\xab\x65\x5c\x93\x93\xab\x95\xf8\xb4\x3a\x89\xc3\xac\xd7\ \x5a\xd2\xa9\x58\x1a\x86\xb4\x4e\x25\x91\x00\x5f\x71\xe4\x0a\xbb\ \xde\xc8\x15\xcb\xd5\x1c\x6e\x27\x32\x17\x0a\x28\x5c\x16\x55\x40\ \x11\x08\x04\x3c\x2a\x8b\x3a\x40\x15\x08\xa8\x1a\xe4\x2c\x11\x6b\ \xa0\x93\xc4\x95\x29\xec\x12\xa1\xdd\x68\xb1\xfb\xad\x71\x80\xa4\ \x3e\xbf\x3f\x36\x16\x1e\x8c\x6d\x89\x45\x9c\x80\x6d\x7d\x7e\x73\ \xc2\x1b\x4a\xa7\x63\x89\x5e\x27\x1c\x3f\x78\xbd\x70\x28\x26\xf3\ \xf5\x8d\x26\x62\xfe\x70\x6f\xb0\x7f\x34\xe8\x8d\x59\x82\x7d\x23\ \x5b\x12\x83\xe9\x60\x2c\x16\x4a\x00\x70\x85\x13\xe9\x6d\x63\xfd\ \x7d\x1f\x7f\xf5\xc5\xde\xb1\x3d\xa9\x2d\x23\x7d\xee\x54\xff\x58\ \x24\x18\xdf\xf1\xe9\x1b\x9b\xf6\xbf\xf6\xfa\x3b\x3b\x47\xbe\x9a\ \xec\x0b\x6e\xd9\x39\x12\x0b\x7a\x1d\x96\x90\xdd\xee\xb4\xc0\x77\ \xaa\x33\x4a\xd4\x08\x75\xea\x1d\x56\x9d\xd3\xa2\x75\xfb\x80\x58\ \xc1\x07\xca\xcc\x0e\x77\x7a\x24\xe1\xfb\xf4\xb3\xbe\xaf\x26\x47\ \xb6\x7c\xf5\xd5\xc8\xd8\xd8\x9e\xb7\xdf\x39\x78\xfd\xfe\xe3\xb9\ \x85\xa7\xb3\xc5\x85\x64\xb9\x5a\xca\xb8\xf8\x38\x30\xf3\x98\xb6\ \xb6\x89\xf1\x3a\x74\xcb\xd4\xd0\xc4\xd1\xf1\xf1\x03\x5d\x4d\x52\ \xd4\xd0\xd4\x54\x7b\x5d\xdd\xd0\xf0\x70\x13\xae\x91\x48\xb4\x55\ \x1f\xba\xe5\xf6\x47\xc3\x37\xdf\xf8\xf9\xb7\x85\xca\x92\x81\x4c\ \x23\x28\x8b\x36\x43\x21\x9a\x3b\x57\x28\x14\x17\x8a\x79\x24\xc5\ \x38\x29\xb5\x29\x71\x22\xa9\x2b\x93\xcb\x10\x61\x76\xb5\xd1\x0c\ \x64\xa2\xcd\x43\xa4\x45\x81\xb4\x7a\xba\x70\xcc\xf6\x66\x0c\x01\ \xd3\xdc\xda\xdc\xd2\xda\xd5\x3e\x3c\x35\xd5\x8a\x1e\x6f\x68\xed\ \x69\x9b\x3a\x72\xe4\xec\xdd\xb3\x67\xae\xfc\x71\x7e\xf0\xe3\xab\ \x07\x8f\x1d\x3b\xb1\xff\xc2\x89\x57\xb7\xdf\x28\x10\x32\x4b\xd8\ \x1e\x14\x92\x29\x78\xf6\xf1\x97\x6f\xbc\x71\x6c\xfb\xbb\xef\xbc\ \x73\xe2\x9d\x8f\xae\x6e\x7a\xe3\xb5\x0f\x0f\xfd\x6d\xc3\xa1\xd3\ \x27\x2e\x5c\x7c\x78\xf1\xc6\xb7\x17\x2f\x9c\xb8\xf3\xf5\xf1\x43\ \x87\xae\xde\x39\xfe\x21\x73\x6d\xed\x87\x7f\xff\x7b\x6e\xfd\xd4\ \xbf\xef\xad\xdd\x7b\xf9\xdf\x77\x7f\x64\xbe\x7c\xf9\xeb\xdd\x4b\ \x6b\x77\x67\xd7\xcb\xf9\xd5\x93\x8f\xd7\x67\xe6\x7e\x7f\x3a\xff\ \x62\x69\xe6\xc5\xec\xe2\xf3\xc5\x5c\x6d\x21\xab\xcc\x14\xf8\x4a\ \xbe\x32\x40\x47\xa3\x1b\xeb\xd1\xa8\x7a\x0c\xaa\xa9\xa5\xe1\xaf\ \xb4\x67\x54\xbb\x4b\x47\x35\xee\xec\xb3\x32\x84\x54\xf1\x46\x01\ \x83\x45\xed\xee\xa0\x80\xad\xa3\xf2\x3a\x91\x3e\x37\x1d\x1d\x1d\ \x02\x4a\x27\x23\xfe\x46\x2d\x3f\xf7\xae\xf0\x9b\x5d\x9d\xc8\x9a\ \xfb\x3f\xff\xd9\xbd\x6b\xdf\xbe\x5d\x20\x49\x03\x3c\x24\xc9\x74\ \x57\x87\x18\xf4\x0a\x59\x4b\x17\x0c\x74\x20\x65\x65\xba\x35\xf0\ \xd4\xee\x0e\xc1\x00\x78\x46\x30\x8e\x1d\x6c\xeb\x42\xf9\xd8\x86\ \xfd\x2f\xce\x3c\xdf\x30\xd1\xea\x13\x88\x37\x7e\x23\xcf\x78\xc5\ \x48\x2d\x77\x86\xd5\x8b\x2c\x72\x68\x3a\x3b\xa8\x0a\xbd\xef\xe3\ \xeb\x7e\x64\xd3\x15\x97\xcb\x12\x30\x84\xa4\x0d\x4d\xc9\xb4\x4a\ \x1f\xdc\x3b\xe8\x9b\x3f\x70\xf4\x31\x57\x61\x64\x4e\x1f\x99\x3a\ \xd3\x74\xf1\xa4\x6d\x3c\x99\xc9\x67\x5c\xc9\xe2\xfc\x7c\x20\x5b\ \x4a\x16\x32\xf3\x95\x7c\x32\xba\x94\x0f\x14\x2b\x8b\xb5\xca\xc2\ \x42\x09\xe4\x2c\x97\xcd\x55\x4a\xb5\x64\x31\x50\x8e\xe6\x16\xaa\ \xc5\xe5\x72\xb5\x5c\x01\x0c\x0b\x44\x17\x16\xb2\xc5\xa5\xe5\x72\ \x1e\x90\xa8\x58\xac\x16\xe6\x4b\xd9\x64\x7e\x1e\xd9\x28\x0d\xb7\ \xa2\x48\x0b\x40\x8f\x21\x5b\x29\x3e\x0f\xe4\x0b\xc5\x47\xf0\xda\ \x15\x1b\xd0\x97\x27\x50\x8a\x46\x4b\x39\x83\x07\x7e\x01\xac\x55\ \x08\x18\x44\x9e\x40\x41\xc4\xf7\x14\x3c\xd2\x4c\xd2\x95\xcb\x82\ \xf3\xa4\x49\x0d\x60\xfc\xa2\xca\x8c\x4b\x04\xe6\x32\x50\xca\x05\ \x32\x1e\xa4\xde\x3a\x8d\xec\x32\x10\xe9\x49\x17\x1d\x9c\x21\x93\ \x0c\xda\x22\x22\xe3\x08\x52\x11\x91\x68\x40\x35\xa0\x69\x34\x3c\ \x8d\x8e\x6d\xc2\xf3\xf9\x22\x5a\xfb\xf0\x38\x10\xd6\xf8\xf4\xf0\ \xf4\xd4\xf8\x95\xb5\x3f\xff\xcf\x61\xc3\xc2\x72\xb5\xfc\x28\x9f\ \xac\xb8\x40\xfa\x02\xe5\x64\x32\x93\x2b\x1a\xaa\x00\x80\x85\x82\ \x4b\x19\x48\xe6\x91\xb3\x95\xe0\x51\x93\x52\x25\x48\x68\x80\x1f\ \x35\x64\xa2\xd1\x72\xd4\xe3\xca\x46\xa5\xfc\x68\xc0\x65\xc8\x81\ \x33\x80\xab\x4a\x3a\x90\x16\x93\x0e\xef\x40\xf0\x18\x44\x20\x95\ \x7c\x3a\x93\x48\x67\xbe\xe2\x50\x58\x75\x66\xb5\xde\xe9\xf5\x7b\ \xcd\x4e\xa7\xd9\xac\x52\x5b\xd3\x5e\xb3\x05\x54\xca\xe9\x0c\xdb\ \x2d\xce\xa0\x0f\x8c\x99\xdf\xef\x74\x86\xfc\xe1\x7e\xa7\x45\xed\ \x33\xab\x74\x72\x8b\x5e\xaf\xd2\xcb\x64\x1c\xd0\x10\x39\xcc\x2c\ \x14\x92\x9c\x21\x60\x91\xe4\x5c\x0d\xd7\xa4\x96\x71\x54\x2a\x0e\ \x89\x6b\x54\xa8\x41\x66\x4c\x72\xb9\x49\x88\x2c\x64\x09\xb9\x1c\ \x21\x5b\xa8\x66\x53\x59\x3c\x2e\x83\xc2\x12\x72\x49\x24\x1e\x89\ \xc3\x63\x51\xa8\x20\x32\x24\x21\x57\x66\x54\x68\x75\x32\xb6\x10\ \x7c\xa3\xdd\x29\x93\x50\x38\x12\xb3\x59\x1b\xef\x75\xc7\xfc\x5b\ \x7b\x1d\x16\xb5\xda\xaa\x30\x0a\xd5\x0a\xbb\x55\xa6\x60\x73\xad\ \x6c\x92\x46\x43\xa5\x52\x90\x16\xcf\x24\xd2\x5f\x7d\x08\xa9\x14\ \xe4\xbc\x36\x8b\xcb\xfa\xab\x21\x81\xb8\x43\xcc\x96\x0b\xf5\x7a\ \x93\xc5\xee\x74\x3b\x82\x56\xb7\xdb\xe2\xb7\x24\x46\xe3\x5b\xe3\ \xa1\xb8\x7f\xd0\x17\xee\x4b\xf4\x85\x42\xe9\x58\x2a\x14\x71\xfa\ \x46\x43\x56\x77\xdc\x1b\x89\x6f\x4b\x5b\x25\xfd\x5e\x8b\xc5\x0b\ \x06\x39\x64\xb2\xc3\x7b\x9a\xad\x5b\xf7\x8c\xf4\x85\x13\x7d\xf1\ \xb1\x3d\xa3\x23\x83\xa1\xd4\xe0\xe0\x58\xff\x96\x9d\x5b\xbe\xda\ \xb3\xf9\xa3\xdd\x5b\xfa\x37\xf7\x85\x63\x80\x5c\xb1\xcf\xff\xb1\ \x67\xdb\x5b\x9b\xbe\x7e\xeb\xed\xd7\x77\x7c\xf4\xe9\xde\xd8\x58\ \x3a\x65\xf6\xc7\xed\x76\xbf\xc3\xe9\xb4\x9b\x8d\x0a\xb6\x51\xaf\ \x53\xfb\xad\x5a\x85\x33\x1c\xf1\x5a\x4d\x16\xab\xdd\xec\xb6\x9a\ \x83\x00\xac\x16\x4b\x28\xf6\xe9\x3f\xde\xde\xfc\xfa\xdf\x5e\xfd\ \x76\xd3\xf6\xfd\xc7\x3e\xdc\x7f\xff\xc1\xcc\xcc\xec\xcc\xcc\xf3\ \x99\x73\x95\x99\xa5\xf9\xe7\x65\x26\x52\xd3\xc8\x43\x6f\x99\xea\ \x19\xef\xea\xa1\xd3\x8e\x1c\x18\x06\xc0\xea\x69\x24\xd2\x7b\xc6\ \xc7\x87\x87\x5a\x1b\x7b\xc6\xa7\x5a\xb0\x0d\x06\xec\x93\xed\x3f\ \x7d\x68\x96\x58\x66\xda\x08\x79\xba\x88\x89\x26\xf0\x5d\x1e\x3c\ \x91\xef\xc2\x19\x5c\x19\x43\x36\x03\x51\x11\x8d\x42\x1c\x47\x69\ \x78\x5b\x3e\x03\x7c\x25\xe5\x83\x6e\xf1\x69\x74\xa2\x0b\x8f\xc3\ \xa3\x88\xc4\x3a\xe0\x96\x7a\x6c\x4b\x03\x1a\x85\x21\xe2\x00\xe6\ \x80\xb8\x86\x86\x1a\x5a\xea\xeb\x7a\xba\xda\xa6\xcf\x9f\xbd\xf4\ \xc3\x95\x53\x7f\xfc\xba\x96\x1b\xdc\xb4\x72\xf2\xfe\x8d\x6b\x27\ \x2e\x9c\xb8\x79\xec\xc3\xfb\x22\xc2\x02\xb1\x0e\xd5\x7e\xf6\xde\ \xbd\x2b\x97\xf7\xcf\x1d\x7a\xfd\xcb\xaf\x3f\xfc\x72\xd3\xeb\xdf\ \x6e\xf8\xf2\xdb\xed\xef\xbe\x7f\xfd\xeb\x3b\xa7\x0f\x5d\x3d\x7e\ \xe1\xc2\xf1\xdb\x1b\x4e\xdf\xbe\x76\xe3\xe0\xd5\x43\xb7\x3f\x7c\ \x1f\xbf\x76\xf7\x87\xff\xfd\x4f\xda\xdc\xad\xff\xe7\x5f\xff\xba\ \x77\xef\x3f\xfe\x7c\x81\xbb\xf7\xf2\x8f\x2b\xe3\x87\xd7\x56\x5f\ \x2c\x3f\x7f\xb1\xb2\xfe\x6c\x75\xf5\xd9\xd3\xe7\xab\xf3\x2f\x66\ \xd6\x97\x97\x16\xe7\x6b\xf9\x6c\xd4\xe0\x42\xce\x15\x29\x09\x75\ \xa8\x3a\x1c\xa1\xbe\xb9\xae\xbe\xa9\xae\x1e\x83\xaf\x6f\x22\x34\ \xb4\x7d\xc8\xe5\x70\xf6\x6e\xf6\x4b\x64\x54\x5e\x77\x27\x83\x44\ \xe9\x10\xb0\x58\xe2\x4e\x31\x48\x8e\x00\xd9\x09\x2d\x46\x96\x34\ \x29\x63\xd1\xda\x49\xed\x37\x9d\x1b\xbf\xfb\xe7\xae\x7d\xff\xfc\ \xe7\x77\xbb\x06\x36\x76\x03\x48\x69\xba\x05\x1d\xe2\x5d\x62\x70\ \x8d\x1a\x16\xb2\x8d\x70\x00\x1e\x0d\x58\xd5\xc9\x13\x0f\x20\x74\ \xa5\xe9\x84\x07\xed\x1a\xe8\xe6\x71\x3f\xcc\xf1\x6f\xff\x5f\x94\ \xfb\xf3\x53\xcc\x3a\xa5\x50\xc3\xeb\xfc\x66\x4f\x4e\x4e\x65\x31\ \xa8\x1c\x19\xcc\x3f\x0a\x39\x4b\x40\x62\x29\x8c\xce\xcf\xdf\xd8\ \x01\x33\xbb\xd9\x2c\x14\x52\x18\x5c\x06\xef\x78\x0f\x7f\x4c\x67\ \xf2\xc5\xcc\x1f\xec\x20\x4c\xac\x28\xe4\xe6\xe6\xba\xe9\x33\xb4\ \x5a\xd3\xf4\x25\x64\x84\x02\x1f\xcd\x56\x73\x99\xbc\xd2\x95\xcc\ \x15\x5d\x81\x22\xb8\xbf\x64\xa9\x52\xca\xc3\x65\x21\xf7\xa8\x56\ \xac\x20\x4e\xb1\x54\x2d\x2d\x14\xab\xe5\x72\x61\xa1\x3c\x5f\x06\ \xac\x2a\x94\xb2\xe5\x4a\x2d\x93\xaf\x16\x5c\xf9\x52\x79\xa9\x90\ \x29\x66\xa3\x99\x4c\x75\xbe\xe6\xb2\xe5\x03\x65\xa4\x24\x16\x92\ \xb7\x12\xc8\xe5\x9e\xbb\x40\x11\x6a\x49\xb0\x5a\x86\xa8\x27\x10\ \xcd\x95\xcb\xb9\x7c\x20\x93\xb5\x45\x2b\x40\x3b\xb9\xac\x8d\x0e\ \xc6\x50\x99\x4c\x02\x6f\xb9\x5c\x7c\x9b\x27\x9b\x8b\xc2\xc7\xc8\ \x03\x4f\x79\xc0\x20\x1a\x92\x1e\x57\xc1\x46\xb7\x65\x02\x20\x17\ \x22\x17\xbc\x22\xd3\xc0\x27\x46\x3d\x74\x3e\x8d\x69\x13\x31\xc9\ \x44\xba\x0d\xe9\x55\x4f\x43\xe3\x80\x80\xc8\xb8\xa6\x7a\x1a\x1f\ \x4f\x36\xb4\x4e\x0d\x4f\x1f\x9d\x3e\x30\x75\xe0\xf0\x81\xa9\xc3\ \x6b\xf7\xfe\xeb\x14\xbd\x34\xbf\x8c\xf4\xa5\x9e\x4f\x8a\x68\x4a\ \x4f\x09\xd4\x34\x9a\xaf\xd5\xf2\x49\x57\xa1\x0a\xa4\x07\x54\x57\ \xc8\x25\x01\xa5\xa2\xd9\xc0\xc2\x42\x26\x99\xf3\x30\x6d\x70\x9d\ \x6f\x33\x78\x5c\x60\x0e\x45\x78\x97\x8d\x19\x95\xc2\x15\x91\x48\ \xc9\xa7\x11\xa5\x4a\x4f\x80\x06\xda\x46\xa6\xd1\x95\x52\x9a\x94\ \x28\x7d\xc5\xe1\x96\x68\x01\xaf\x74\x3e\x8b\xcf\x62\x32\x05\x8d\ \xa9\x94\xd5\xac\xb6\x44\xfc\x56\x73\x28\x94\x32\xeb\x2d\x76\x90\ \x2e\x77\x38\xe2\xb3\xfb\xe3\x66\xbb\xdf\x69\xb2\xda\x8d\x0a\xa3\ \x59\x67\x95\x70\x25\x2a\xae\x42\x2b\xe7\xa8\x8c\x54\x00\x26\x09\ \xa9\xa3\x93\x24\xd8\xa7\xe1\xc8\x84\x24\x36\x83\xa1\x61\xeb\x90\ \x45\x2c\x8e\x44\xc2\xe2\xb0\x75\x32\x06\x57\x2e\x14\x32\x48\x6c\ \x12\x55\xcc\xe6\x50\xd9\x12\x0a\xb2\x51\x94\x42\x25\x91\x18\x0c\ \x2a\x92\x40\xa3\xe3\xc8\x25\xc8\x02\x95\x4c\x2e\x44\x0a\x97\x82\ \x6b\xe4\x28\x74\x6e\x9d\x33\x6e\x72\x38\x22\x29\xad\xc5\xab\xb7\ \xab\xed\x16\x99\x44\x08\xf8\x26\xe1\xc2\x4b\x31\x20\x22\x79\x62\ \x31\x5b\xc8\x96\x71\x05\xdd\x9d\x1b\x3b\x04\x3c\x06\x0b\x6e\x33\ \x3a\xc0\x66\xf2\x78\x1d\x60\x14\xd9\x0a\x99\xda\xac\xb5\xba\x1d\ \xa9\x50\xca\xe7\x48\x0d\x8e\xc5\xc3\x21\x4b\x6c\xdb\xb6\x78\xda\ \xbb\xbb\x37\x1e\xea\x8f\xf4\xa6\x7b\x7d\xa9\xb4\x5b\xef\x8b\x80\ \x73\x1b\x4c\x44\x4c\x8e\xfe\x94\xc3\xec\x56\xe9\x24\x5a\xb3\xd0\ \x9c\x0a\x8e\x3a\xac\x91\x44\x30\x1e\x0e\xa6\xbd\xfd\x71\x9f\xda\ \xd1\xdf\x17\x0b\x06\x27\xdf\x1b\xed\xff\x64\x72\xcb\x9e\xb1\xc4\ \xe6\xcf\x27\xe3\xf0\x15\x05\x63\x7d\xbb\x5f\xdb\xf4\xfe\xeb\xef\ \xfc\xe3\xb5\xb7\x76\xa6\xf6\xf4\x6e\xe9\x75\x98\xac\x4e\xa3\xdd\ \x6b\xd1\x83\xb8\x3b\x4c\x12\xab\xd3\xa2\x73\x98\xb5\x6a\x93\xc5\ \xed\xf7\x9a\xf4\x3e\xa7\x5a\x62\x52\x39\xad\x46\xb3\x7d\x30\xdc\ \xfb\xc6\x87\xef\xbf\xb9\xe7\xad\x37\xdf\x00\x2e\xf9\xe9\xf6\xe9\ \xeb\x5f\x7e\x7f\x79\xf6\xe4\x83\xd5\xab\x2b\x0b\xcb\x15\x0f\x92\ \x46\xc3\x4f\xda\x08\x28\x74\x5b\xeb\x78\x7d\x43\x63\xeb\xd1\xe9\ \xe1\xf1\xe6\xa6\xc6\xe6\xf6\xa6\xb6\xae\x9e\xe1\x89\xf6\x46\xb8\ \xd1\x60\x53\x4a\x1f\xf5\x6a\x19\xe6\x63\x0e\x95\xe5\xc1\x51\x6c\ \x95\x2f\x65\x16\xe6\x73\xb3\x05\x43\x20\x83\x6a\xc1\xa0\x88\x86\ \x72\xd6\xe5\x81\x41\x01\x21\xba\x90\x04\x66\x93\x2a\x0d\x1e\x1b\ \x9f\x9f\xa1\xe1\x88\x4c\xb2\x81\x4e\x24\x37\x76\x35\x61\x88\xed\ \x53\xad\x6d\x4d\x68\x3c\x5a\x84\x6e\xee\x19\xae\xc7\xd6\xb7\xf5\ \xd4\xb5\x34\xb7\x0d\x1f\x19\x6a\x1b\x3e\x7f\xf6\x87\x1f\x8e\x02\ \x65\xdd\xc3\x8d\x7c\x7b\xf1\xb7\x8b\xc7\x4e\x5c\xfb\xf6\xdd\x83\ \xfb\x1f\x3d\x7f\x61\x0b\xd4\x9d\xaa\x6f\xb8\xf2\xeb\xda\xdd\xa6\ \xfb\x27\xbe\x7e\xe7\xd8\xc1\x43\xaf\x1d\x3c\xf1\xc6\xeb\x87\xbe\ \x3e\x76\xf0\xea\xa6\x83\x17\x8e\x5f\xfc\x7a\xff\xed\xeb\x5f\xbf\ \x76\xec\xf8\xf1\x43\xdf\x5e\xbd\x70\xe3\xc4\xd7\xe4\x7b\x77\x6f\ \xfd\xf9\x3f\xa8\xef\x0f\xff\x0b\x04\xeb\xe5\x7f\xfe\x6b\x9d\x78\ \xf7\xd6\xd9\xf1\xfa\xba\xbb\xb9\x99\xef\x67\x5e\x3c\x99\x9b\x79\ \xf1\x62\xf6\xdc\xe2\xec\xf2\xdc\xb9\xd9\x73\x0b\x85\xc5\xa5\x8c\ \xcb\x40\xc7\xc3\xf4\x8e\x03\x5d\xc5\x36\xa2\xb0\xad\x4d\x4d\x8d\ \x2d\x0d\x38\x0c\x1a\x55\x47\xa8\xa3\x5b\xa8\x54\xce\xe4\x36\xbf\ \x5c\x48\xa2\x80\x32\x91\x58\xbc\x4e\x16\x43\xd0\x01\x91\x00\x66\ \x10\xc4\x46\x83\xb4\x7d\xdb\xf7\x79\xa6\xf6\x13\x67\x23\x28\xd4\ \xc0\xc6\x8d\xfb\xbe\xdb\xb5\x0b\x59\xc0\x12\x8b\x3b\x34\xe2\xee\ \xee\x01\xa4\x99\xbd\x58\xb0\x71\x23\x8f\xc7\x42\x88\xac\xbb\x83\ \x05\xe6\x12\x5c\x62\x07\xaf\x13\xe9\xb1\xb3\x91\xc5\x8a\xcf\x26\ \x31\x9f\xb3\xed\xc2\x19\x29\xee\xd6\x4c\xf7\x2e\x4d\x87\xe6\xe1\ \xd5\x7f\xb2\x04\x10\x80\x7a\xbd\x1d\xa2\x50\xcc\xa3\x52\xd9\xfa\ \xde\x0d\x77\xb6\x05\xfd\x12\xbf\x85\x8b\xb4\xc8\x14\x88\x6f\x4f\ \xa0\x3e\x55\xc3\xf4\x6e\x79\x18\xb3\x4d\xac\x32\x3a\xfa\xc6\x5b\ \xa6\xc9\xf3\x8d\xd3\x07\xb2\xf3\xe5\x0a\x48\x55\xa9\x06\x82\x93\ \x77\xe5\x93\xe0\x78\x33\xd9\x7c\xb9\x50\xcc\x67\xab\xe0\x0d\x0b\ \xd5\x7c\x15\x98\x27\x9f\x07\x16\xc9\xc1\x9d\xe5\x6c\xa1\x50\x2d\ \x3f\x2f\x16\x1f\x15\x0b\x49\x8f\xad\x54\xc8\x14\xf2\xb9\xca\x7c\ \xb1\xb8\x9c\xcd\x14\xb2\x48\x8a\x43\xa1\x88\x14\x6c\x28\x02\x8b\ \x7b\x32\xf0\x17\xce\xe5\x02\x85\x6c\xb2\x9c\x2d\x67\x3d\xc9\x7c\ \xae\xea\xf1\x00\x84\x2d\x05\xaa\xf9\x12\xd2\xc3\x34\x99\xa1\x83\ \x25\x24\xbb\x92\x48\x59\xb1\x7c\x21\x99\x44\x0a\x8a\xe6\x4a\x81\ \x40\x14\x81\x36\x9b\x27\x69\xc8\x83\x48\xd9\xa2\x36\xb2\x27\x09\ \x71\x00\x0a\xe1\x92\x02\x65\xd1\xe0\x26\x0e\xf1\x82\x10\x57\x06\ \x9a\x8b\x89\x05\xe9\xa2\xd3\xc9\xe8\x3a\x83\x01\x87\x22\x12\x88\ \x04\x7e\xd3\x50\xd7\xc4\xd4\x81\xe9\xe9\x89\xa9\xc3\x13\xa7\xd6\ \xfe\xf5\x5f\x47\x92\x85\xa5\xe7\x99\xf9\xda\xf2\xc2\x62\x86\x1c\ \x98\x8f\x66\x6b\x15\xe4\x53\xe7\x8a\xd5\x4a\xc5\x05\xde\x30\x5f\ \xa8\xe5\x92\x39\xa4\xd6\x6a\xf6\x5c\x39\x1a\x2d\xe6\x94\xd9\x6c\ \xa1\x96\xf5\x80\xae\x06\x6c\x01\x3c\x06\x84\x33\x0b\x90\x47\xb3\ \x29\x95\x7c\x1c\x0d\xa4\xd3\x15\x0d\x18\xf0\x74\x8f\x54\xc9\x24\ \x2b\x99\xca\x57\x74\x56\xbd\xd6\xec\x30\xdb\xbd\x0a\x87\xd7\xeb\ \x08\x9a\x7d\x3e\xb8\x1e\x76\x5a\x83\x31\x9f\x39\x96\xf6\x06\xdd\ \x7e\x87\xce\x8e\x64\x44\x79\x83\x0e\x5f\xdc\x82\xb4\x45\x75\x48\ \x8c\x6e\x93\xc4\xa4\x50\xa8\x1d\x2a\x23\x57\xa6\xa2\x80\xbc\x98\ \x78\x2c\x12\x0f\x69\xaf\x0b\xc8\xc3\x96\x01\x6f\xc9\x54\x72\x8e\ \x82\x22\xd1\x0b\x19\x42\xa1\x4a\xce\xa0\x52\x34\x5c\x0e\x4b\xac\ \xa1\xb0\x48\x00\x58\x2c\x92\x86\xca\x66\x50\x04\x10\x6b\xbc\x81\ \x5d\xa4\x4e\x90\x3d\x0e\x5b\xc8\x91\x19\xb5\x0a\xb7\x42\x26\x31\ \xca\xb4\x72\xb5\x44\xe5\x90\x58\x4c\x96\x58\xdc\x6a\x97\xe8\xcd\ \x6e\xb7\xd5\xe1\x00\x58\x63\xb3\x29\x14\x01\x03\x14\x69\x1f\x05\ \x50\x8d\x0d\x93\xaa\x80\xd7\x41\x82\x28\x25\xb1\x04\x1d\x24\x98\ \x5f\xbb\x3b\x59\x48\xbb\x4c\x8a\x50\xc1\x61\x5b\xac\x2a\xbb\x4e\ \xef\x1b\x75\x0f\xc6\xfb\x46\x42\x91\x04\x98\xdd\x49\x67\xb0\x2f\ \x14\x06\xa5\x4a\x6d\xf1\xf5\x25\xdc\x91\x5e\x7b\xcc\x1b\x8b\xc4\ \xfa\xd3\x91\x88\xde\x69\xb7\xba\x4d\xa0\x54\xaa\x50\x24\xee\xf0\ \x7b\xe3\x21\x27\x90\xa5\x49\xa5\x37\xe9\x4c\x5a\x47\x3c\x18\xdf\ \x1d\x4f\xa7\xbf\x0a\x27\xf6\x7e\xd2\xff\xd9\x57\xa3\x63\x63\xfd\ \x91\xfe\x4f\xfb\xe2\xa3\x7b\x47\xc7\xbe\xd8\x73\xf0\xd0\x97\x1f\ \x8d\x7d\xb0\xb9\x6f\x74\x64\xeb\x60\xd8\x1f\x77\x6a\xad\x26\xa7\ \x5a\x6b\xb2\x9a\xe0\x68\x74\x6e\xb5\x4e\xad\x76\x5b\xec\xe0\x3d\ \x1d\xa0\x8d\x32\x95\x05\x71\x89\x46\x87\x3b\x32\xf6\xd9\xeb\x1f\ \xbd\xff\xee\x97\x6f\xbe\xbe\xe1\xf8\xa6\xbf\x6f\x3f\x7d\xed\xa7\ \x07\xb3\x73\x73\xc5\x85\x85\x46\x1a\x81\xee\x42\x8a\x9b\xb9\x68\ \x1e\x9a\x0b\xd7\xd2\xd2\xda\xd2\xd6\xd8\x3a\x3d\x5e\xd7\xd2\xd8\ \xd3\xd5\xd2\xd5\xd5\xd2\x36\x35\x31\xd4\x8a\xc5\xa0\x71\x19\xcf\ \xd2\xe5\x51\xb9\xfd\x4b\x43\xf3\x13\x18\x44\x37\xb1\x8d\x52\x1a\ \x91\xae\x54\x46\x8b\x0b\x65\x8f\x87\x40\x50\xe2\x9a\x1b\x51\x44\ \x91\x94\x4c\xf7\xe4\x21\x8e\x33\x4b\x55\x64\x1f\x3e\x13\x4d\x67\ \xd2\xf0\x22\x14\x1f\xc9\x2a\xc6\x64\xd0\x98\x7a\xe6\x32\xad\x01\ \x83\xa9\x27\x60\x5a\x9a\x50\xc3\x5d\xd2\xa6\xa6\xa6\x9e\xa1\xb6\ \xae\xf6\xa1\xe1\xae\x03\x97\x4e\xdd\xba\x75\xe6\xd2\xdd\x5f\x7f\ \x58\x2b\xef\xdd\xf1\xed\xd5\x1b\x0f\xae\x5e\xd8\xf0\xd6\xfe\xe3\ \xa5\xa8\xb2\x7e\xdd\x35\x3d\x75\xe5\xc0\xdd\x97\x7f\xbc\x78\x6f\ \xff\xeb\x87\xbe\xdd\xff\xda\x6b\x9b\x3e\x3c\xb4\xff\x2a\x08\xd4\ \xa1\x83\xc7\xaf\xfe\x72\xfc\xc4\xed\xdb\xc7\x4e\x1c\xbb\x78\xe1\ \xf4\xc1\x9b\x57\xaf\x1e\x3c\x4e\x5c\xbb\xf5\xc7\xbf\xfe\xa7\x69\ \xee\xec\xff\x82\x27\x7c\xf9\x5f\x7f\xce\x26\xcf\x1f\x6e\x95\xba\ \xa2\x43\x9e\x17\x8f\x7f\x3b\xf9\x60\x65\x75\xe5\xc5\xcc\x42\x69\ \xf1\xd1\xec\xfa\x1c\x52\x6e\xb3\xa8\x54\x4a\xc1\x05\x60\xc9\x44\ \x32\x9f\x59\x5f\x57\x5f\x57\x87\x6d\x6a\xae\xc3\x62\xb1\x68\x2c\ \x1a\xd7\x7c\x1a\x81\xf4\xd8\x64\x48\xc5\xa1\x50\x78\x1d\x7f\xfd\ \xf9\x41\x81\x34\x3c\x31\x4c\x57\xbc\xce\x01\xc6\x40\x87\x40\xc3\ \xda\xb5\x25\xf0\xe8\xbe\x64\xdf\xae\x4e\x10\xac\x01\xa4\x30\x32\ \x38\x40\xb1\x46\xa3\x81\x38\xe9\xec\x84\x60\x15\x53\x35\x60\x0d\ \xe1\xd9\x9d\xdd\xe2\x6e\x78\xb6\x06\x29\x46\x03\xae\x70\x17\x18\ \x45\x41\xb7\xe4\xe0\x12\xbe\xe4\xb0\xbb\xd2\xba\xea\x7b\x43\xdf\ \xff\x53\xdc\xd1\xcd\x2e\x85\xbe\xa3\x70\x65\x72\x05\xf8\x0b\x85\ \x9c\x42\x05\x0b\xc8\x56\xc4\xdf\x3f\xd6\x97\xb2\xd8\xbf\x08\x21\ \x96\x90\x45\xa2\x3c\x3d\xd5\x73\xc7\xed\x4b\xdb\x3f\xc5\x79\x09\ \x53\xf7\xb9\x9d\xdb\x27\xda\x27\x32\xca\x23\xb7\xfe\x28\x81\x08\ \x95\x02\xb9\x85\x85\x72\xd1\x55\x8b\xce\x67\xb3\x79\x64\x6f\x5d\ \xa6\x54\xce\x2d\x54\x32\x85\x5a\x15\xdc\x1f\x28\x0e\x52\xa6\xb3\ \x98\x2f\x7b\xe6\x93\xd9\xe5\xf2\x62\xa5\x52\x2c\xd5\x4a\x1e\x57\ \x0e\x0c\x1d\x88\xcc\xc2\xf3\x4a\xb6\xb0\x58\x2e\x96\x32\x51\x30\ \x80\x85\x62\x36\x97\x2f\x79\xa2\xf0\xc3\xe3\xc9\x19\x6c\x99\x5c\ \x01\x69\x1f\x5d\x45\xb6\xe6\xd8\x32\x36\x69\x26\x9b\xac\x96\xb2\ \xa0\x8c\x86\x5c\xd6\xe3\xb1\x65\xf2\x06\x88\xa8\x0c\x8c\xfa\x6c\ \x00\x4c\x21\x91\x8f\x74\xaa\x50\x82\xed\x06\x17\xa8\x54\x26\x5d\ \x52\x0f\x98\x41\x00\x1e\x0f\x8d\x6f\xf0\xd0\x44\x2e\x22\x5f\x99\ \xe3\x93\xe9\x7c\xa6\x88\x0c\xb0\x63\xa3\x13\x88\x52\x1a\x18\x35\ \x3c\x06\xc7\x27\x62\xe9\x80\xbd\x68\x02\x81\xce\xaf\xef\xe9\x99\ \x98\x3a\x3a\x8d\x9c\x52\xee\x3a\xb2\xf6\xe7\xbd\x76\x29\x58\xd7\ \xc5\xe5\x85\xca\xdc\xa2\x8b\x0f\x04\x19\x28\x15\xf3\x9e\x5a\xb9\ \x58\x5e\x5c\x2a\xb9\x8a\xa5\x42\xb4\x0c\xe2\x55\x2c\x94\x72\xb9\ \x2a\x18\xe1\x64\xbe\x18\xad\xc2\x51\x54\xf2\x19\xf0\x8e\xd9\x6c\ \xa6\x81\x56\x2e\x21\xfb\xa6\x0d\xc8\x6e\x69\xa5\x08\xe9\xb3\xa3\ \x34\x04\x50\xcc\x8c\x8b\xcf\xa4\xf1\xf9\xca\x57\x9c\x48\xe1\x04\ \xab\x35\xde\x6b\xb1\x38\xec\x3a\x6d\x50\xab\x0e\x85\x7a\xf5\x7a\ \x77\xd0\xeb\x0f\xa5\xc2\x7e\x9f\xcf\x19\x71\x38\xdc\x76\x9d\xdb\ \x0c\x4a\xe6\x54\x1b\x91\x02\xa0\x2a\xbd\x4e\x6b\x95\x68\xf5\x46\ \x05\x87\x23\x51\x49\x64\x6c\x0e\x0b\x21\x2b\x1e\x97\x44\x15\x80\ \xe7\xa3\xaa\x28\x82\x6e\x01\x47\x2e\x53\x2b\x8c\x12\x8e\x50\xce\ \x06\x95\xe2\x92\x18\x5c\x09\xab\x7b\x23\x8f\x2d\x07\xa1\xea\xe8\ \xd8\x25\x60\x30\x58\x2c\xa4\x59\x2f\x04\x09\x04\x19\x9b\x23\xa7\ \x50\x8c\x5a\xae\xd6\x28\x94\xa8\x28\x5a\x0a\x85\x2d\x31\x3b\xdc\ \x3a\x8b\xd9\xee\xf3\xa5\x83\x26\xaf\x37\xe2\xb5\x80\x3c\xb2\x19\ \x1c\x0e\x83\xc4\x82\xf7\xe0\x08\x00\xa6\xa8\x6c\x81\x58\xc6\x40\ \xba\x89\xf3\x48\x88\xb5\x14\xf3\xc0\x2c\x92\x58\x1d\x48\x6f\x68\ \x39\xd7\xa8\x57\xeb\x82\xc1\x94\xd7\x19\x0c\xfa\xd2\x7d\xf1\xf4\ \xd6\x44\x6f\xbc\x3f\x3d\x38\x18\x0a\xc5\x22\x91\xe0\x60\xdc\x1d\ \x8f\x6f\xf1\x45\xbc\xce\xde\xc8\xe8\x36\xc0\x2c\xb5\x3d\xe8\xeb\ \x4f\x79\x47\x91\x9a\x32\x29\xbb\x51\x27\x03\x4f\xe9\xf0\xf5\x0d\ \xc6\x7d\x09\x89\x3b\x91\xf6\xa5\xb6\x6e\xdd\xbb\xb5\xaf\xdf\x3d\ \xf8\xf9\x24\x68\xd4\xe8\xe0\x8e\xdd\x7b\x77\x6e\xdb\x32\xba\x7b\ \xeb\xb6\x2f\x36\xfc\xed\x8d\xd7\x5f\xdf\xf0\xd9\x96\x58\xef\x9e\ \x6d\x23\x7d\x91\xa0\xdb\xe1\xd3\x5a\x80\x15\xcd\x4e\xb5\xda\x62\ \x55\xc3\xd7\x65\x77\xab\xfd\x4e\xab\xde\xee\xb7\x38\x4d\xf0\x45\ \xda\xb5\x32\x93\x6f\x4b\xca\x3f\xf6\xcb\x3f\xfe\xf1\x8f\xcd\xaf\ \x1d\x7c\xeb\xdd\x0b\xd7\x56\x1e\xbf\x78\xb8\x52\x9e\xc9\x95\x6f\ \xcc\x1d\xf2\x94\x94\x9e\x68\xa0\x90\x31\x14\x02\x52\x74\xdb\xd0\ \x50\x57\x57\xd7\x50\x7b\x57\x3d\xa6\xae\xa5\xa9\x7d\x18\x84\xa4\ \x67\x7c\xb8\xa5\x1d\x8f\x47\xf1\x3d\x0b\xd7\xf6\x7e\xf0\x7d\x80\ \x46\x16\x35\x3c\x30\x19\xf7\xbc\xc7\xac\x23\x62\x71\x38\x3c\x9e\ \x19\x70\xe1\xa5\x04\x0c\x8d\x40\x66\xa2\x1b\x1b\xeb\x98\x64\x26\ \x3f\xe3\xc9\xe4\xf3\xf3\x85\x82\x8b\x4f\x44\x13\x69\x22\x22\x90\ \xbe\x4d\x4a\xc0\xe3\xb3\xfc\x86\x06\x66\x06\x8d\x6a\x6c\x6c\x6f\ \x26\x36\xd4\xe3\xdb\x86\x1b\xf9\x5d\x6d\x6d\xc3\x47\x27\x7a\x9a\ \x5b\x8e\x1c\x39\x7f\xeb\xd4\x99\xc3\xf0\xdf\xf9\x5b\x13\x77\x36\ \xbf\x77\xf3\xc6\x86\x1d\x17\xef\x6c\x7a\xf7\xfd\x2f\x5e\x44\x09\ \x75\x5f\x14\xbb\xc6\x0f\x34\x5d\x59\xbb\xf5\x62\xf3\x6b\xdf\xee\ \xbf\xb3\x69\xd3\xf6\xab\x17\xf6\x1f\x3b\x7e\xf5\xf4\xf5\x43\x17\ \x8e\x5d\xb8\x71\xf3\xce\xb7\x87\xf6\x1f\xba\x73\xe3\xfa\xf1\x0b\ \xf7\x6f\xff\x78\x82\x70\x6f\x6d\xed\xcf\xff\xb7\x6b\xfd\xd4\xbf\ \xfe\xbc\xf7\xc3\x95\xff\xfb\xe5\x7a\x72\xbc\x8d\xb9\xf4\x60\xc5\ \x30\x3f\x33\xfb\xfb\xca\xc3\x67\xb3\xeb\xb3\x33\xe5\xe2\xc2\xfc\ \xfa\xa3\xe7\xd5\x62\x11\x22\x14\xac\x2d\x19\x07\x72\x45\x24\xe2\ \xb0\x2d\x18\x0c\xaa\xa1\xae\xa9\xbe\x0e\x8b\xc6\x60\x31\x75\x52\ \x9f\x90\xc1\xa5\x7a\x77\x84\x8c\x1c\xc0\x74\x12\x0b\x04\x4b\x43\ \xd5\x74\x0a\x58\x02\x0e\xb2\x2c\xd0\x09\x98\x8d\xb4\xd5\x8d\x55\ \x9e\xde\x91\x7c\xb7\x71\x63\x67\x37\xa8\xd5\x2e\x71\x77\xa7\x06\ \x29\xbc\xde\xd1\xa9\x19\x40\x5a\x18\x22\x4d\xa3\x3b\x35\x48\xc7\ \x9d\x8e\x8d\x82\xee\x6e\xa4\xc7\x44\xe7\x46\x41\x67\xe7\xae\x5d\ \x48\x36\x17\x63\xf4\x72\x80\x7f\x41\xb1\xa3\xd9\x66\x15\xff\x84\ \x3d\xbd\xb1\x53\xf3\x4d\xba\xc8\x15\xb0\xa8\x72\x2e\x47\xa2\x95\ \x28\xe4\x80\x66\x32\x19\x47\x12\xbb\xbe\x33\xec\xd6\xa5\x37\x27\ \x8c\x54\x06\x28\xa0\xd1\x76\x78\xe2\x59\x3a\x1e\x33\xad\x37\x2b\ \xa4\xd3\xb3\x12\xea\xec\xd0\x70\xcb\x83\xb6\x5b\x2f\xff\xd5\x54\ \x49\x16\x6b\x85\x64\x05\xe9\xb9\x05\xa0\x11\xcd\x81\xee\x24\xb3\ \xc5\x52\x31\x59\x8a\xda\xa2\x85\xa5\xe5\x02\xb2\x5b\xb8\x50\x5d\ \x2c\x25\x0b\xe5\x68\x36\x99\xad\x55\x9f\x96\xc0\x18\x2e\x65\x3d\ \xa0\x6d\x59\x60\xb3\x6a\xb1\x5c\x4a\x66\x6a\xd5\xe5\x0c\x30\x54\ \x20\x5b\xc8\xc3\xd3\xb3\x81\x62\x3e\x07\x80\xe5\xb2\x25\xa3\x06\ \x70\x7b\xb9\x72\xa5\xe8\x99\x2f\x47\x61\xc2\x2a\x64\x94\xa5\x1c\ \x18\xbf\x8c\x2b\x9b\x89\xba\xa2\x59\x03\x0c\x7f\x69\x00\xa6\x33\ \x5b\x20\x27\x95\x8a\x5c\xc9\x64\xb1\x0a\x58\x16\x00\xfc\x36\xb8\ \x02\x81\x4c\x2e\x00\x1f\x83\x8f\x94\xc1\x52\x66\x44\x2e\x29\x9d\ \x2e\x2a\x89\xc8\x22\x26\x4e\x4a\x34\x28\x89\x78\x1a\x99\x4c\xc6\ \xd3\x68\x36\x7e\x03\x91\x49\x23\x12\xf9\x18\x2c\x01\x47\x90\xd2\ \x9b\xc7\xc7\x27\xc6\x91\x92\x6c\xe3\x13\x2d\x20\x58\x57\xea\x3d\ \xd5\xda\xa3\xa5\x73\xf3\x4b\x73\xf3\x01\xbe\x21\x59\x0b\x04\xf2\ \x95\xea\x42\x6e\x3e\x57\x9b\xab\xe5\x0b\xf3\xd1\x42\x31\x59\x40\ \x3a\x97\xd5\xb2\x85\xe5\x5a\xa1\x00\xa6\xb5\x10\x40\x3a\xdb\x57\ \xcb\x35\xf8\x52\x32\x28\xb4\x2d\x59\xce\xbb\x92\x06\x29\xf8\x55\ \x29\x7c\xe0\x40\xd2\xa3\x04\x1b\x81\x68\x6b\x26\x40\x56\xbe\xa2\ \x55\x68\x9d\x61\x27\x48\x51\xc4\xe9\x50\xc3\xb4\x2f\x51\xc7\x9d\ \x66\x85\x3b\x08\xe6\x25\x6c\xb1\xc7\x82\x11\xb5\xde\xa9\x76\x98\ \xb9\xa6\x20\xf8\x1c\xbd\x49\x02\x0f\xd6\xab\x2d\x7a\x85\x0e\xae\ \x4b\x54\x42\xb9\x44\xcd\x06\x96\x11\xb2\xd9\x92\x4e\x31\x85\x2a\ \x63\x53\x3b\x06\x3a\xa9\x62\x9e\x80\xda\x2d\xe6\x48\x8c\x14\x16\ \x87\xc5\x13\x23\xdb\x53\x59\xac\x81\x7d\x02\x44\x59\x18\x3c\xa4\ \x79\x60\xa7\x46\xb0\x0b\xa2\x4b\x23\x26\x6d\x14\xc3\x0c\x07\x11\ \x27\xe4\xc8\xe5\x72\x12\x87\x63\x95\xb3\xd9\x42\x2e\xcc\x5e\x42\ \xb5\xc5\x2b\x34\xf7\xa5\xdd\x7e\xb3\xde\xe4\x4b\x85\xbc\x46\x99\ \x8c\xc4\x06\xc1\x12\x50\x18\x30\x31\x42\x74\x74\x74\x53\xa9\x1d\ \x3c\x24\xad\xb9\xa3\x93\x85\xf4\xa4\x83\x39\x16\xe9\x0c\xc7\xa2\ \xca\x18\xa0\x97\x5a\x6b\x4c\x6d\xb2\xdb\x2d\x26\xaf\xdd\x37\x12\ \x49\x44\x46\x82\xa1\x58\xc8\xe9\x9d\x0c\x87\x12\x8e\x90\x2f\x91\ \xf2\xc6\x47\x22\xa9\xad\xfd\x29\xc0\x2f\x50\xb2\x58\xd0\x39\x1a\ \xde\x9a\xf2\xf6\x26\x42\xe1\x54\x30\x12\x8b\x7b\xfb\x62\xbb\xe3\ \xfe\x78\x28\xd6\xab\xb7\x8c\x22\xad\xe9\x43\xe9\xd1\x4f\xbe\x48\ \x85\x77\xf7\x8d\x46\x7a\x2d\x93\x89\x0f\x76\x8e\x7c\xba\x65\xf7\ \xe8\xd8\xee\x91\xcd\x7f\xbb\xf0\xe5\xe6\xf7\xde\xfe\xfb\xde\x2d\ \xa1\x58\x6c\xe4\xf3\x88\xdd\xe7\x8d\xbb\xad\x46\x95\xda\xe4\xd5\ \x59\x75\x72\xb9\x5e\x6d\xb5\xaa\x54\x6e\xbb\x51\x6b\xb6\x47\xcc\ \x3a\x95\x5a\xa7\x95\x68\x8d\x8e\x94\xd3\x9c\xfe\x7d\x7e\xfb\xd5\ \x5f\x3e\x7c\x71\xed\xfa\x4f\x37\x6e\xfe\xfe\xe4\xe2\xef\xcf\x7e\ \x99\xdd\xfe\x60\xee\xe1\x72\xd2\x95\x59\x28\xcc\xce\x67\x45\x98\ \xc6\x86\xe6\xb6\xd6\xb6\xfa\xfa\xd6\xa6\xba\x26\x4c\x43\x6b\xfb\ \xd0\xd1\x03\xc3\xed\x2d\xad\x0d\x8d\xe8\x00\xd3\xb5\xf2\xec\xd8\ \xe3\x12\x53\xe4\x09\xd0\x09\x22\xfc\x13\x85\xf5\xa3\x6b\x58\x8c\ \x54\x44\x20\xe2\x50\xf0\x3c\x88\x27\x34\x01\x4f\xc0\x60\xb0\x70\ \x95\xcf\x44\x35\xd0\xf8\x4a\x9b\x21\xc0\xcc\x2a\xa5\x78\x02\x8e\ \x4c\xc3\xc3\x8c\x49\x96\xe2\x1b\x30\x64\x1b\x1d\x2b\x5a\x6f\x18\ \x6a\x6f\x68\xc1\x12\x30\x0d\xcd\xc3\x75\xf5\x3d\xc3\xcd\x13\x53\ \x6d\xcd\xd3\xa7\xce\x1f\x3d\x35\x7e\xf8\xd4\xc4\xf4\xd0\xc4\xd1\ \xc3\xca\x67\x89\xdd\x9f\x7d\xb5\x69\xff\xf5\x5f\x6e\x7c\xbf\x72\ \x6d\x29\xda\x84\xde\xbe\x82\x3f\xd0\x33\x7d\x6f\xed\xde\x83\x0d\ \xaf\x7e\x7b\x7c\xd3\x85\x8b\xfb\x0f\x7e\x7b\xf0\xe6\x9d\x6b\xc7\ \x8f\x1d\x3c\x76\xe7\xa7\x9f\x6f\x7f\x78\xfc\xe6\x8f\x17\xae\x6d\ \x3f\x78\xe2\xc7\xfb\x0f\x6f\xd0\xd7\x5e\xfe\x7a\xef\x7f\xda\x66\ \x0f\xff\x79\x6f\xed\x87\xf3\xff\x5e\x5b\x5d\x36\x64\x9f\xae\x3e\ \x99\x99\x9b\x59\xbf\x3f\xb7\xba\x3e\xfb\x62\x7d\x6e\xbd\x56\x79\ \x5e\x9b\x5f\x2a\xd7\xf2\xd1\x4c\x54\x49\x74\x19\x1a\x30\x74\x3c\ \x19\xdb\x80\x42\x35\x37\xd6\xa3\xea\xeb\x5a\xeb\xeb\x50\xd8\x3a\ \x34\xba\xe7\x5d\x12\x05\x84\xca\x3a\xe6\x57\x53\xb8\x5c\x2a\x83\ \x25\x66\x81\x16\x75\x00\x5c\x6b\x04\x02\x90\xa5\x8d\x10\x16\x62\ \x31\x4f\x63\x3a\x57\xbd\xca\x06\xb6\xda\xd7\x8d\x24\xb1\xc3\xaf\ \x3b\x34\x9d\x70\x77\xf7\x80\xb8\x73\x23\x90\x56\xa7\xe0\xaf\x36\ \xac\x9d\x82\xee\x01\x81\x66\x23\xb2\xb7\x67\x5f\x77\x87\x46\x80\ \x3c\x44\xac\xf1\x7e\x9f\x0d\xac\xa4\xb5\x77\x86\x69\xfe\xd8\xde\ \xba\xb7\xfe\x39\xd0\xfd\xcd\xc5\x15\x31\x89\xc5\x96\x09\x65\x7a\ \x85\x50\x88\xa4\xe5\x50\x84\x0c\x75\xff\x71\xdf\xa0\x5a\xf5\xc5\ \x7b\x63\x2a\x81\x8c\x43\x11\x47\xf0\xd3\x13\xb3\x7f\xdb\xb9\xd7\ \xd1\xb0\x28\x44\x9f\x99\xd3\xca\x45\x3d\x67\xaa\x37\xce\xfc\xf0\ \xf2\x5f\xb7\xaa\xd9\x85\x1a\x92\xcf\x90\xad\x2c\x17\x2b\x79\x4f\ \x69\x1e\x86\xe9\x42\xb5\x96\xc9\xd7\x96\xab\x48\xad\x86\x4a\x34\ \x9a\xaf\xe5\xca\xb9\x52\x09\xa8\xaa\x1c\xad\x95\xcb\xb5\x1a\xe0\ \xd4\x72\x21\x17\xad\x20\xcd\x9d\x4b\xe0\xdb\x90\x72\x5a\x15\x78\ \x60\x36\x59\x28\xe6\x92\xa5\x24\x30\x5b\x31\x53\x8e\x26\xcb\x85\ \x02\x80\x58\xd6\x95\x47\x5a\x84\xe5\x93\x19\x4f\xa9\xe2\x01\x51\ \x2c\x97\x3d\xd1\x32\xf8\xc7\x40\xc6\x05\x77\x8a\x5c\x81\xa4\x4b\ \xc9\x8f\x06\xc0\x65\x89\xe8\xc9\x7c\xb2\x5c\x8d\xe6\xa2\xb9\x24\ \xc8\x55\xd6\x25\x75\xd9\x44\xc0\x59\x7c\x1a\xfc\xef\x32\x48\x45\ \x74\x25\x93\x29\x35\xd0\x69\x7c\x3c\x91\x19\x30\x30\xe9\x64\x2c\ \x01\xcf\xc4\x11\xa5\x4c\x3c\x9f\xce\x24\x90\xa5\x28\x0c\x0e\x2f\ \x52\x32\x1b\x87\x87\x0f\x1c\x9d\x9e\x1e\x1e\x1e\x9a\x68\x3a\xba\ \x76\xef\x12\xd1\x30\x77\xf9\xd9\x72\xa9\xf6\x68\xb9\x5c\x84\xcf\ \x01\x07\x53\x2e\x95\xb3\x20\xbc\x8f\x90\x53\xa3\x81\xe5\x85\x42\ \x26\xbf\x58\x5d\x7e\xba\x58\x2a\xc3\x17\xf1\x68\x7e\x61\xbe\x54\ \x9e\x5b\x2a\x55\x97\x1e\x2d\xe5\xf2\x65\xa4\xd4\x04\xd2\xf4\x35\ \x17\x05\x4d\xf7\x28\xf3\xd1\x68\x01\x59\xef\x42\x56\x35\x80\xfd\ \x72\xd9\x28\x10\x96\x09\xe9\x7a\xa5\x33\x07\xbd\x56\xb7\xd9\x6a\ \x54\x98\xfc\x3a\x8b\x33\x16\xf3\xf5\xf6\x85\x62\x41\x5f\xd0\xed\ \x43\x2a\x82\x5a\xac\x26\x18\x81\x4e\xa7\x3d\xe2\xeb\x73\x47\x2c\ \x6a\x8b\xd3\x2a\x31\x2a\x84\x7a\x05\x57\xcb\xe1\x70\xd9\x2a\x0e\ \x83\x6d\x04\x47\x4f\xe2\x52\xb9\xf2\x0e\x36\x15\xa9\xd4\xb8\x4f\ \x23\x06\x5f\xc6\x15\x80\xeb\xe3\xf0\x78\x1b\x07\x58\x30\x6f\x75\ \x76\x92\x36\x22\x2d\xe1\xc4\x1d\x54\xaa\x60\xa0\x73\xa0\x63\x63\ \x37\x03\xd9\x6e\xca\x82\x38\x00\x15\x53\xa9\xd9\x42\x5e\x07\x57\ \x21\x47\x0a\xd0\x52\x81\xcd\x84\x72\xbd\xdf\x19\x1e\xf1\xfb\x74\ \xf0\x89\xfa\x2d\x0a\x39\x87\x24\x10\x93\xba\x35\xe2\x01\xcd\x2e\ \x9e\x40\x80\xb4\x4c\xe9\x46\xb2\x6a\x80\xe8\x3b\x3b\xbb\xd9\x10\ \x7d\x9d\x2c\xde\x77\xbb\x3a\x78\x2c\x8e\x5a\xa6\x90\xa8\x9d\x48\ \x56\x97\xc2\x9d\x88\xfb\x63\xbe\x50\xd0\x1b\x09\xa7\xd3\x91\x44\ \x7f\x7c\xac\x2f\x94\x0a\xf5\x8f\x99\x82\xbb\xe3\xe1\xde\x3d\x29\ \x7f\x7c\x6c\x24\x12\xeb\x4d\xc5\xfa\x13\x61\xe0\xb0\x78\x7a\x6c\ \xd0\x9d\xf6\x87\xfc\xbd\xfe\x44\x7f\x3a\x91\x4e\xf7\xc7\xc2\x7d\ \xdb\x12\xde\xde\x58\x28\x32\xb2\x2d\xbc\x75\xef\x64\x2a\x91\x4e\ \xec\x0e\x7f\xb2\xe3\xb3\xf7\x46\xfb\xbe\xd8\xbd\x77\xf7\x67\x6f\ \xbf\xb6\xe9\xd5\x8f\x77\x7e\x9a\x1e\xdd\x82\xac\xe5\x8f\xc5\x75\ \x3a\xa7\xc3\xe8\xd5\xeb\x7c\x6a\x4b\xd0\x27\xd1\xe9\xad\x26\xb5\ \xd9\xa4\xd7\x6b\x55\x66\xbb\x45\xad\x53\xc9\xf4\x16\xbd\xcc\xa8\ \x50\x19\x55\xc1\x77\x6e\xec\xfc\xe8\xad\xf4\x8e\x6f\xef\x6f\x7f\ \xf7\x97\xc7\xa7\xbf\xbc\x36\xf3\xdb\xfd\x95\x67\xc7\x6f\x17\x67\ \xd7\x9f\xad\xcc\x2e\x7b\x60\x2a\x53\x62\x9a\x5b\x9b\x68\x36\x5a\ \x63\x43\x3d\xaa\x0e\xd9\x9c\x73\xe0\xf0\xd1\x36\x1c\x1a\x2f\x2a\ \xce\xce\x7c\xfd\xdb\xb2\x48\x04\xd3\x32\x9d\x9e\xc9\x29\x5d\xcc\ \xaf\x15\x89\x13\x4f\x92\xcd\x22\x22\x8a\x49\xc6\x34\xa0\xc8\x78\ \x6c\x4b\x7d\x43\x23\xa6\x0e\xcd\xc7\xa3\xd1\x78\x30\x52\xd8\x7a\ \x1c\x5a\xc4\xe7\x8b\x5c\x22\xba\x08\x87\xc6\x10\xc9\x4c\x1a\x06\ \x83\xec\x24\xce\xd3\xea\x70\xc4\xa6\x26\x00\x38\x14\xba\xa5\x15\ \xa4\xaa\xb1\xa9\x8d\x30\x71\xf4\xe8\x91\x03\xa7\x8e\x1c\x99\xee\ \xea\x69\x43\xb6\x8b\x1d\x3d\x7b\xb6\xb4\x63\x72\xf3\x8e\xd7\xf6\ \xdf\xbe\xf1\xda\x2f\xb3\x2e\x26\xb6\x6e\x7a\xe5\xc9\xd4\x74\xdb\ \x1f\x6b\x2f\xcf\x2c\x5c\x3d\x7e\x15\x84\xe9\xfa\xc5\xab\xc7\x6e\ \x5c\xbf\xf0\xf5\xd5\xdb\x27\xee\xec\xff\x69\xe5\xfa\xf6\xe3\xdf\ \x5e\xbd\x7a\xfa\xc4\x8f\xb7\xef\xff\x7c\x43\xb4\x06\x84\xf5\x3f\ \xed\x73\x47\x5f\xfe\x71\xf7\x4a\xcf\xda\x95\x95\xd9\xa7\xeb\xa0\ \x53\x4f\x67\x57\x9e\x81\x1d\x5c\x5d\x9d\x7d\x31\xb3\xbe\x34\x3f\ \x5b\x29\x94\x2a\xa5\x6c\x40\x69\x10\xf1\xa5\x22\x2c\xea\x2f\xc1\ \xaa\x6f\x69\x69\x6c\xc0\x34\xd6\xb5\xb4\xd4\x61\x70\xf5\xb8\x26\ \x9b\x45\xc8\x26\x91\xa8\xea\x90\x57\xcb\xa5\xb0\x59\xe0\xeb\x78\ \x1d\x40\x4d\x2c\x0d\x8f\x85\xf8\x3c\x4d\x07\xc4\x88\x80\xc5\xd2\ \x70\x4f\x7a\x36\x74\x8a\x37\x82\x29\x84\x69\x91\x87\xe4\x5f\x89\ \x91\xad\x10\xac\x6e\x06\x0b\xd4\x4b\xdc\x81\x58\xc3\x0e\x44\xe3\ \x40\xed\x90\xbe\xab\xbb\xf6\x81\xb0\x41\x44\x69\x34\x02\xf9\x97\ \x4a\xcf\xcc\x5e\x47\x7f\x76\x62\x45\x38\xbf\x38\x37\xba\x4f\x33\ \x40\x7a\xee\xd7\xb0\x28\x0c\xb9\xdc\xa4\x55\x09\x55\x72\x21\x07\ \x58\x5f\x11\x39\xf6\x99\x3b\xa1\x0e\xbe\x7d\xe1\x6f\x66\x06\x5b\ \x2e\x64\x4f\x36\x9d\x9a\x5e\xfe\x7a\x7b\x3c\x7e\xe6\x06\x87\xfc\ \x83\x54\xeb\xc4\x1e\x39\x35\x83\xfe\xf5\xf0\xdd\x7b\x7f\x02\x28\ \x95\x33\xae\x52\x31\x97\xad\xc2\x48\x44\xf6\x0b\x66\xe6\x11\x81\ \x02\x65\x5a\x9c\xcf\x57\x92\xa0\x4f\xa5\x42\x12\xec\x53\x21\x37\ \x5f\x2d\x21\x35\xfa\xb2\xb9\x6a\xa5\x9c\x29\x02\x5c\x65\x01\x80\ \xb2\xb9\x64\x2e\x63\x80\x5f\x16\x32\x9e\x40\xb2\x38\x8f\xa4\xb3\ \x97\xe0\xbe\x42\xc1\x26\x2a\x97\x81\xb4\x92\x95\x3c\x0c\x78\x24\ \x11\x2b\xe9\x09\xe4\xaa\xae\x4c\x26\x5a\xcd\xd9\x4a\xf9\x4c\x21\ \x09\x8c\x12\x0d\xd0\x6d\xb9\x82\x92\x4e\x67\xda\xb2\x9e\xa4\x88\ \xc6\xb4\x05\x8a\x95\x8c\x28\x25\xe8\x02\xc6\x00\x00\x20\x00\x49\ \x44\x41\x54\x9a\xcf\x07\x90\x66\x81\x49\x57\x54\xc4\x04\xe3\x25\ \x32\x48\xa5\x7c\xa5\xc7\x40\xa7\x83\x1f\x64\xf2\x99\x4a\x1a\x19\ \x0d\x56\x90\xc9\xc7\xe3\x94\x52\x34\x81\xcf\xc7\xe3\x5d\x7c\x3a\ \x99\x86\xa9\x43\xe1\xc8\x68\x74\xd3\xf0\xc4\xf4\xe1\xa3\x53\x5d\ \x3d\x5d\xc3\x4d\xe7\xef\xfd\x79\x05\x97\x7c\xbe\xb4\x3c\xb3\xf0\ \xa8\x7a\x6e\x29\x6f\xcb\x94\x4b\x4b\xc5\xd2\x42\xb5\xb2\xbc\x30\ \xbf\xb8\xb0\x54\x2e\x17\x40\xb0\x6b\xc5\xda\x7c\x65\xb9\x34\x5f\ \xae\x00\xef\x2f\xc3\xdd\xcf\xab\xcf\x97\xcb\xcf\xe7\x1f\x2d\x3e\ \x9f\xaf\xd4\xe6\x8a\x95\x5c\xf6\xf9\xdc\x22\xc8\x6e\x56\x9a\xcf\ \x95\xab\x19\x5b\xb2\x12\x15\xe5\x90\xf3\x02\x99\x64\xed\x95\x20\ \x38\x3b\x70\x7b\xa6\x88\x29\xa8\xf7\xfb\xdc\x26\xbf\x43\xe7\xd4\ \x39\x23\x48\xd3\x2d\xa4\xc0\xca\xa0\xde\x8e\xb4\x5b\x06\x55\x53\ \xbb\xed\x71\x4b\x3a\x9c\xf6\xba\x43\xf6\x60\xc4\x07\xc3\xcf\xa9\ \x35\xc9\x4c\x26\x3d\x50\xb1\x8c\x62\x35\xca\xa8\xc8\xae\x42\x2a\ \x80\x32\x83\xc5\xeb\xa6\x30\x04\x8c\x7f\x76\xb0\x78\x88\xab\xa7\ \x76\x8a\xbb\xf7\xed\x12\x8b\x11\xcb\xd6\x49\xa2\x72\x29\x62\xae\ \x90\x44\x12\xc3\x7c\xc8\x62\xf3\x38\x32\x06\xd2\xb6\xb9\x93\xca\ \x65\x73\xb4\x6a\xae\x10\x84\x8c\xc1\x06\x24\x1b\xe8\x24\x49\x58\ \x1c\xae\x42\x2f\xb1\x58\x7c\x0e\x9d\xdf\xe7\x0c\x9b\x83\x1c\x31\ \x09\xb0\x4c\x8c\x9c\xea\x19\x80\xf7\x01\x86\x67\x51\xc4\x2c\x0d\ \x12\x7b\xac\x8d\xdf\x75\x76\x7c\x87\xec\x66\xed\x14\x43\xb8\x31\ \xb8\x5c\x95\x4c\xa1\x35\x39\x1c\x32\x9d\x79\xc4\x9d\xf2\xfa\xbd\ \xb1\xb4\x3f\x3c\x36\xe2\xef\xdd\xda\x3b\x16\x09\xc7\x62\x7d\x69\ \x67\x24\xee\x4b\x0d\x26\xb6\xf4\x86\xfa\x47\xfb\x76\x27\xc0\xf5\ \xc5\xe3\x7d\x41\x44\xd0\x62\xa9\xbe\x54\x0a\x69\xfb\x9c\xf8\x7c\ \xcc\x1d\xec\x0d\xc6\x47\x13\x83\xbd\x83\x23\xa9\xb0\xb3\x2f\xbd\ \x67\x70\x0f\x20\x56\x6a\x6c\xef\x9e\x4f\x3f\x79\xe3\xcd\x4f\x3f\ \x7f\x6b\xdb\xee\x4f\x36\x1c\xff\xc7\x9b\x1f\xef\x78\xab\x77\x64\ \x5b\x24\x35\x92\xb6\x3b\x1c\xe6\xb8\x45\x67\xd1\xba\x2d\x56\x89\ \x0c\x18\xcf\x2a\x51\xab\xb5\x3a\xab\xc5\x6d\x71\x86\xb5\x6a\xe0\ \x54\x8b\x0e\xe4\xca\x6a\xb4\x78\xf7\x7c\xba\x63\x74\x2c\xd4\xfb\ \xd1\xa6\xd3\x6f\xbe\x73\xed\xcb\x2f\xde\xdd\xb4\xba\xfe\xf3\x2f\ \xb7\x5f\x9b\x29\xda\xca\xc9\xdc\xc2\x52\xd6\xc5\xc7\xd6\x61\xf0\ \xa8\x96\x46\x6c\x6b\x0b\x8e\xd8\x38\x34\xd5\x75\x00\xc9\xc3\x42\ \xe1\x69\xd5\xd5\x1b\x0f\xbe\x7d\xac\x14\xd9\x4a\x01\xa0\x76\xba\ \x21\xca\x17\x19\x70\x5f\xcb\x46\x0f\xd5\x30\x44\x5b\x1d\x0e\x45\ \xa4\x2b\xe9\x28\x6c\x43\x5d\x3d\x8c\xf0\x3a\x22\x70\x16\x8e\xa9\ \x24\x37\x62\x71\x0d\x28\x0c\x81\x69\x28\x56\xb0\x4c\x22\x88\x18\ \x1a\xd3\x88\x23\xd0\xe8\x78\x8c\x0d\xdd\xd0\x68\x18\x6a\xc4\xe1\ \xdb\xea\x1a\xbb\x86\x87\x5a\x5a\x71\x2d\x2d\x2d\xd3\x47\x8f\x00\ \xeb\x83\x1f\x85\xcb\xc3\x87\x41\xbe\x4e\x9d\x9d\x2e\x5d\x5f\x39\ \x3e\xf9\xe1\xc5\xe3\x17\x2e\x2c\xd4\x9e\xa2\x99\xd1\xd9\xe8\xa9\ \x2b\x97\xd6\x5e\xae\x5d\xba\xfc\xe5\xed\x63\xc7\x2e\xdc\xbe\x73\ \xe2\xf6\xcd\x9f\xae\x1e\xbb\x79\xe7\xc2\xfd\x3b\x77\x0c\x3f\x7f\ \x7d\x70\xff\xb5\x1b\xdb\x4f\xff\x7c\xf5\xce\xe9\xd3\xa8\x7f\xdf\ \xfb\x61\xed\xbf\x71\x2f\x26\x7e\xbd\x72\x69\xa2\xfe\xc0\xd4\x83\ \xf5\x73\xe7\x9e\xcd\xac\xac\x5f\x46\x28\x6b\x75\x7d\x66\x6e\xe5\ \xf2\x6c\xa1\xb0\x54\x58\xac\xcd\x03\x3c\x80\x2b\x91\xd2\x99\xd8\ \x7a\x2c\x1a\x0f\xbc\x58\xd7\x0c\xc8\x58\x5f\xdf\xd2\xde\x54\x57\ \xd7\x80\x6e\xbd\xa8\x52\x09\x49\x54\x86\xcc\xdb\xeb\x94\x51\x35\ \x14\x5e\x67\x77\x07\x0b\x04\x85\x04\x01\xd7\x09\x01\x21\x10\x20\ \xeb\xe9\x02\x80\xf8\x4f\x88\xaf\x7f\x03\x76\xb0\x13\x42\x10\xa0\ \x49\xd3\xf9\x1d\x98\x45\x71\x27\x62\x02\x05\x40\x5c\x02\xcd\x00\ \x08\x5b\x07\x89\x87\x58\xc5\xee\x81\x8e\x81\x5d\x9d\x03\xfb\x90\ \x6c\x07\xf1\x80\x7c\x3b\xbf\xf2\xf4\xfa\x88\xf3\xd0\x50\xfd\x7b\ \xfa\x86\x53\xcf\x24\xdd\x82\x7f\xee\xc9\xb0\x29\x24\x96\x4c\xc1\ \x55\x80\x05\x90\x53\x58\x20\x50\x72\xc5\x86\x47\x63\x23\x0e\xd3\ \xe6\xf7\xee\x5f\x88\x48\xe4\x5c\x89\xf0\xfd\x9e\x53\x87\x97\xf7\ \xff\x98\xfa\xf0\xec\x56\xa1\xe1\xbc\x52\xfb\xe6\xf4\xa5\xe9\xcc\ \x81\xf3\x13\x97\x5e\xfe\xbb\x7e\x69\x21\x59\x28\x2d\x95\x73\x19\ \x57\x12\xc6\x6e\x35\x8f\x34\x6a\x28\x45\x97\x61\xd0\x26\x11\xab\ \x58\xaa\xd5\xb2\xa0\x2d\xa5\x72\x39\x5f\x00\x0e\x29\xcf\x83\x07\ \xac\x55\xab\x48\x59\xe5\x72\x40\xa4\xcc\x2c\x96\xaa\x95\x1c\x18\ \xfb\x6c\x75\x11\xf4\xce\x93\x04\x0d\xcb\x79\xf8\xb6\x7c\xa9\x12\ \x50\x06\xa2\x86\x7c\x3e\x09\x7e\x10\x44\x6c\x3e\x99\xcc\xda\x02\ \x99\x82\x27\x19\xb5\xe5\x73\xae\x72\x20\x5a\xa9\x48\x03\x9e\x6c\ \x54\xea\x92\x1a\xf8\x74\x91\xc8\x16\x10\xe5\x45\x7c\x7a\x20\xff\ \xe8\x51\x36\x89\x24\x14\xd8\x44\xc5\x80\x81\xe6\x31\x10\x0d\x06\ \x3a\x13\x39\x85\x1c\xa0\xe3\x3d\x19\x29\x13\xd4\xcd\xa3\x44\xe1\ \x70\xc0\x59\x36\x3a\x1a\x6b\xc0\x11\x70\x22\x3e\x1a\x4d\x43\x63\ \xc9\x06\x54\x3d\x0a\x29\xf7\x5e\x3f\x35\x3e\x7e\x74\x7a\x6a\x6a\ \x68\x68\xa8\xe5\xd2\xbd\x7b\x77\xb1\xd1\xf9\xf9\xda\xa3\xc5\xcb\ \x8b\x0b\xb3\x8b\xf9\xc5\xe7\xd5\x12\xc4\xc9\x52\x65\xe9\xd1\xdc\ \xc2\xd2\x72\xb6\x0a\xba\x94\x2f\x2e\x5f\x3e\x37\xf3\x62\x71\xfd\ \xe9\xf7\xe7\x1e\x2d\x2e\xae\xce\x5c\x46\x0a\xf7\xaf\x5f\x7e\xb1\ \x7e\xf9\xc1\xd3\x73\x95\x85\xda\xd2\xec\xd3\xb9\x47\xe7\x16\x6b\ \x79\x5b\x61\x69\xee\x51\x0e\x0e\x6f\x7e\xbe\x72\xae\xb0\x54\x43\ \x36\x01\xbc\xe2\x44\x4a\xef\x59\x55\x5a\xaf\xc3\x64\xb6\x04\x8d\ \xe1\xb0\xd6\x17\xf4\x5a\xbc\x61\x60\x2e\x73\x38\xe5\x70\x5a\x00\ \x53\xe2\x41\xab\x4c\x15\xb3\xda\xe3\xba\xe0\x28\x0c\x5a\xad\x05\ \x4c\x9a\x56\xa6\x75\xea\x74\x12\xb5\xd9\x28\x13\xb2\x65\x6c\x9f\ \x89\xc1\x13\x23\xcc\x23\x60\xc8\x19\x0c\x41\x37\x9b\x24\xe6\x92\ \x34\x1c\x12\x5b\x28\x61\xb3\x18\x0a\x85\x50\xa6\x95\xa9\xc0\x43\ \x1a\x81\x34\x74\x26\x9d\xda\xe8\xd4\x4a\x4c\x80\x73\x2a\xb5\xc5\ \xae\x36\x69\x65\x42\xbd\xd3\xea\x8c\x39\x14\x5a\x9d\x82\xc2\x50\ \xb1\xb9\x20\x78\x3c\x0e\x43\x0c\x97\x42\x30\x75\x16\xb7\xc9\xee\ \x08\xa7\x25\x24\xb1\x40\xcc\xa1\x08\x3a\x11\x71\x12\x74\x8b\x91\ \x2d\x60\x54\x0a\x89\xba\xf1\xbb\x6e\x24\xb1\xa6\x9b\x31\xd0\xb1\ \x0b\x04\x4f\xd0\x39\x20\xa6\xca\xa8\x72\x85\x51\x67\x34\xba\xdd\ \x61\x9f\xd3\x97\xb2\xa4\x23\x20\x42\x7b\xc7\x7c\x91\xc1\xfe\x54\ \x5f\x28\xed\xb3\x6f\x31\x03\x44\xd9\xbd\xb1\xbe\xc1\x90\x3f\x98\ \x0e\x0d\x46\x52\xa3\x91\xe0\xb6\x41\x9f\x73\xd4\x1d\x0b\x27\xec\ \x91\xc9\x78\x78\x4b\xda\x1e\x4c\xf9\x43\xfd\x91\x54\x2a\xe4\x0f\ \x0d\x26\x46\x7b\xfb\x46\x22\x3b\x3f\x1f\x8d\x24\x46\x53\x63\x3b\ \x3e\xff\x6a\x64\xcb\xb6\xad\x1f\xf7\x7d\x95\xfa\xec\xed\x77\xdf\ \xde\xfc\xea\x07\x3b\xb7\xc5\x40\x7c\xfc\x91\x88\xd3\xa9\x8b\x98\ \xd5\x7a\x8b\xdf\xea\x10\xaa\x1c\x26\x8b\x5f\x2b\xb1\xca\x8c\x70\ \x10\x7a\x77\x28\xa8\x96\x38\x2c\x16\xbb\x50\x61\xd5\xab\x54\xa6\ \xb1\x9d\x5f\x6c\x1d\x4c\x7c\xb4\x7d\xd3\xdf\xde\x3d\xf4\xed\x9b\ \x1b\xde\xf8\xf0\xe1\xe3\xb9\xf5\xe5\x4a\x85\x28\x2a\x2f\xb8\xb2\ \x05\x3a\xae\x01\xd7\x88\x43\x37\x60\x99\x04\xf0\x84\xc3\x2d\xc3\ \x43\x43\xc3\x75\x0d\x44\xb2\x34\xb0\x74\xed\xe0\xe9\xa7\x01\xa9\ \x34\x1b\xf5\x48\x45\x4a\xa4\xe4\x6c\x4e\x69\x20\x32\xff\x21\xef\ \xbf\x91\xc7\x92\x09\x18\x3e\x9d\x80\x22\x60\x50\xf8\xc6\xa6\x06\ \x14\xbc\x00\x1a\xcf\x27\xa0\x70\x44\x50\x25\xe0\x2e\x54\x3d\x88\ \xd4\x7a\x0e\x43\x6e\xc0\xe0\x09\x28\x4c\x03\x81\xce\xac\x47\x93\ \x45\x84\xd6\x56\x1c\xa1\xad\xb5\xb5\xb9\x75\x68\xa2\xa7\x67\x08\ \x85\x1a\x1f\x1a\x9e\x9a\x6a\xaa\x1b\xea\xea\x39\x72\xfe\xc0\xc4\ \xe1\xf3\xe7\x8f\x1e\x38\x7a\xea\x2e\xee\xfe\xb9\x6f\xb7\x6d\x3a\ \x71\xe7\xfe\xa1\x9f\xbe\xaf\x10\x1f\x54\xe7\x5a\xfe\x3c\xfc\xc3\ \xaf\x7f\xac\xb5\xbf\x7a\x7c\xd3\xfb\x3f\x5e\xbf\x7e\xe2\xc6\xcd\ \x1b\x17\xf6\x5f\xfd\xe5\xf6\x6f\x37\x67\x8e\x3e\x3e\x7d\xf1\xf8\ \xed\xe3\xa7\x1f\xde\xff\xf9\xe7\xd3\x27\x70\x7f\xae\x9d\xfd\xe1\ \x3f\x50\xeb\x5d\x77\x0f\xb4\xe3\xa4\x68\xec\x8d\x67\x2f\x56\x67\ \xd6\x1f\x3e\x9b\x59\x7d\xf1\x60\x7d\xf6\xc1\xc9\xd9\xd9\x47\xcb\ \xa5\xd2\x02\x92\x02\xee\xca\x19\x02\x51\x25\x8d\x48\xc3\x34\xe2\ \x89\x58\x2c\x0a\x87\x02\xa1\xaa\xab\x6f\x6e\x6e\xc4\xd4\x37\x60\ \x5a\x0d\x5e\xb9\x56\xc2\x63\x53\x18\xba\x5e\xb7\x5c\x40\x65\x09\ \xa8\x02\x40\x6c\x08\x0e\x40\x2c\x98\xc8\x20\x10\x3b\x77\x0d\xfc\ \xe5\xf5\xfc\x79\x7a\xfc\x1b\x00\xf0\x81\x81\x6e\x50\xa4\xce\xbf\ \xea\xf6\x21\x46\x90\x37\xc0\xea\xee\xee\x06\x14\x87\x27\x22\x15\ \xb0\xc0\x07\x76\x6e\x44\x96\xe6\x61\x6a\x45\x6a\xcb\x90\x3e\x73\ \x55\x7e\xbf\xfa\xf7\x3d\x1b\x02\xd3\x65\xe3\xe7\x47\x0e\xaf\x4a\ \xc4\x03\xdf\x3c\x3d\xf1\x4f\x39\xb8\x05\xb9\xd6\x48\x02\x6d\x64\ \x91\xd8\x0c\x21\x57\xf5\xf8\xa6\xdb\xa7\xb7\x8c\x7d\x36\x77\xcd\ \xac\xe6\x70\x19\x9c\xc7\xcd\x47\x8e\x54\x5f\xff\x72\x4b\xa0\x4b\ \x2f\x2b\x9e\x17\xa9\xbe\x9f\x3e\x33\xdc\x76\xa4\x6d\xea\xcc\x0f\ \x7f\x9e\x07\x9d\x01\xb1\xa9\x22\xdd\x9d\xcb\xa5\xca\x52\x2d\x0b\ \x16\x30\x9b\x2c\x56\x90\xa6\x5e\xa5\xf9\x79\x40\xab\xe5\x62\xbe\ \xb4\x58\x0c\x64\x73\x01\xf8\x26\x16\x96\x97\xf3\x95\xc5\x2a\x3c\ \xcc\x53\xc8\x79\xa2\xa5\x42\xa0\x5c\x2b\x64\xc1\xc4\x15\x72\xc9\ \x42\x36\x97\xcd\x7a\x32\x85\xac\x52\x19\xad\x16\x93\xa0\x62\xae\ \x62\x06\x1e\x18\xc8\x65\x0a\xd1\x40\x1e\x29\x37\x93\x74\x21\xe9\ \xa0\xa5\x62\x19\x0c\x5f\x4e\x69\xf3\x24\xc1\xf2\x19\x90\xea\xc7\ \xd2\x64\xd4\x13\x8d\xda\xc0\x19\x22\xdb\x11\x03\xd1\x7c\xc6\x25\ \xf5\x48\x09\x1e\x97\x14\x30\x86\x8c\xf7\x28\x99\x34\x9b\x94\xa8\ \x0c\x48\x81\xc0\xe9\x7c\x1a\x19\x3c\x21\x99\xa8\xa4\x61\xe0\x7f\ \x2c\x4d\x84\x47\x19\xe8\x18\xf2\xff\x5f\xbb\x18\x47\x57\x62\x87\ \xc6\x87\x0f\x4c\x8f\x4f\x8d\xf7\x0c\x35\x9f\x7a\xf9\xf2\x0c\xba\ \x50\x5e\xaa\xe4\x2a\xb5\x47\x73\xcf\x17\x9f\x5f\x9e\x5b\xc8\x2f\ \x2c\xad\x2f\x3f\x9d\x9b\x9d\x99\x5b\x9f\xab\x55\x6a\x4b\x4f\x8b\ \xb5\x73\x8f\x66\x9f\xcd\xe5\x6b\x73\xeb\x4f\x97\xd7\x9f\x3f\x7a\ \xf6\xf4\xf2\xfa\x4c\xf5\xdc\xfa\xca\xfc\xdc\xfa\x8b\xb9\x73\x97\ \x67\x17\x2f\x2f\xcc\xce\x2d\x5c\xae\x56\x6b\xb3\xcb\x8b\xf0\xd5\ \xcc\x2f\xfe\x95\xb0\x86\xd4\xab\x97\x36\xbd\xa2\x76\x9b\x62\x56\ \x09\x43\x68\xf2\xdb\x55\x80\x4d\x76\xbf\xdb\x1b\xf4\xa7\x2c\xe1\ \xa0\xd3\x9b\x70\x87\xfd\x26\x9f\xc9\xa8\xb3\xdb\x4d\x24\x7d\x28\ \xec\x70\x04\xed\xc1\x84\xd9\x6e\x32\x03\x89\x0b\x91\x1d\x25\x7a\ \x9d\x5c\xa5\xa0\x50\x8c\x7a\x05\x5b\xc8\x20\x09\x36\xb2\xb9\x0c\ \x31\x49\xce\x16\xaa\x65\x1c\xb5\xce\xae\x4b\x00\x98\x59\x62\x41\ \xbb\xc5\xef\x8c\x3b\xed\x7a\x8b\x3b\x65\xf7\xc7\xac\x66\x93\x56\ \xa7\xb5\x78\xbd\x26\x8b\xda\xe8\x73\x5a\xd5\x5e\xb7\x45\xe7\x8b\ \x5b\xb4\x56\x93\x03\x28\xc4\xa1\x50\x80\x82\x01\x1d\x71\xd8\x24\ \x19\x49\x4e\xa5\x0a\xd9\x6a\x0b\xdb\x68\x8a\xc7\x91\xf4\x79\x15\ \x09\x22\x8f\xb7\xb1\x93\xc3\x00\xc8\x62\x91\xc4\x0c\x36\x89\x2a\ \x60\x89\x79\x24\x16\xf8\x4a\x0a\x89\x47\xe2\x75\x53\x49\x2c\xe4\ \xe4\x32\x57\xae\x57\x1b\xd5\x66\xad\xd6\xe9\x74\x98\x2d\x11\xbb\ \x0f\x69\x34\x91\x4a\x27\x7c\xf1\xc8\xc8\x60\x38\xe5\x0d\xa5\x2c\ \xbe\xde\x5e\x37\xd2\x80\x71\xc4\xdb\x17\x47\x3a\xcc\x27\x7a\x7b\ \xb7\x80\xe9\x8d\x8d\xf6\xa6\x07\x7b\xc3\xe9\x48\x3c\xe1\x0e\x39\ \xfe\xb2\x91\xfd\x83\x7d\xfd\xbd\x83\xde\x2d\x5b\x3e\xdf\xba\xbb\ \x7f\xeb\x9e\x54\x7c\xb0\x2f\x18\xde\xf3\xf9\xd6\xfe\xad\xbb\xb7\ \xed\xf9\xf8\xe3\xbd\xef\xfc\xe3\x9d\x4f\xfa\x07\xb7\x8c\x0e\xf6\ \x07\x1d\x16\x5f\xc2\x6d\x52\xab\x83\x76\xa3\x45\xe7\xf6\xb9\xd5\ \xda\x18\x68\xb3\x59\x6b\x32\x6a\x2d\x21\x8b\x3e\x0e\xb3\x81\xd5\ \x88\x24\xa6\xd9\x8d\xe0\x13\xdd\xe1\x74\x9f\xaf\x6f\xc7\x06\x98\ \x9f\x7f\x39\xfd\xf5\x9d\x07\x8f\xd7\x9f\x43\x28\x07\x16\x8a\x1e\ \x69\xd4\xa6\x24\xd3\xf8\xa0\x30\x34\xa9\x14\x4f\xc3\x62\xb1\x4d\ \xad\xad\x3d\x58\x54\x0b\x0d\xcd\x4f\xbe\x98\x59\x3d\x57\x5b\xac\ \x2d\x64\xf2\x49\x91\xc1\xc0\xe7\xdb\x68\x64\x32\x90\xbe\x47\x49\ \x7e\x43\xbe\xf5\xa4\xa8\x59\x64\x50\xe2\x89\xb8\x06\x0c\x16\x45\ \xc0\xa1\x41\x9f\xe8\x68\x0c\x0c\x74\x78\x8d\x06\x34\x01\x47\x20\ \xd7\x35\x63\xd1\xf4\xcb\xa5\x76\x42\x63\x33\x9d\x8c\xb4\xaa\x24\ \xa0\xb1\x34\x72\x03\xaa\x9e\xdc\x38\xd4\xd5\xd2\xdc\xde\x38\x74\ \x74\xa2\xb5\x81\x8c\x6a\x6a\x99\x3a\x3a\xd1\x76\xf4\x40\xd7\xa9\ \x03\x07\x4e\x9d\x3a\x7b\xe4\xfc\xf9\xb3\xe7\xcf\xfe\x71\xca\xb5\ \x7a\xfa\xd8\xd7\xbf\x15\x98\xd5\x95\xef\xe7\x4e\x3e\xc6\xad\x1e\ \xf9\xf5\xd2\xa9\x1f\xd6\xee\xcd\xbd\x7b\x75\xff\xe9\xeb\xa7\x2f\ \x1c\xbb\x7e\xf5\xc2\xa1\xab\xd7\x7f\x3a\xfd\x38\xfb\xc7\xec\xf5\ \xdb\x17\x57\x2e\x1c\xbf\xfd\xe3\xcf\xbf\x3c\xbc\x60\x03\x0e\xbb\ \xfb\x5f\xb8\x19\xdc\x78\xa3\xa8\x36\x5b\x56\xde\x5f\x39\xb9\x72\ \xf2\xd9\x83\x67\xe7\x66\x9e\xac\xcc\xce\xac\xcc\xce\xae\xcf\x2c\ \x2d\x17\x33\xae\x68\x36\x63\x33\x78\xf8\x04\x32\xd2\xaf\x9c\x46\ \xc3\xa0\xd0\x8d\x8d\xf5\x75\x4d\x2d\xf5\x18\x0c\xbe\x09\x88\x0b\ \x33\x7e\x51\x26\x63\x70\x39\x6c\xaa\x40\x12\xb7\x58\x85\x24\x0d\ \xf8\x3d\x0d\x92\xd6\x42\x62\x69\x80\xbb\x90\x05\x08\x44\x85\x40\ \xc2\x78\xea\x77\x08\x51\xf3\x77\x1d\x9d\xdd\xfb\x3a\x07\x04\x1d\ \xa0\x5a\x3c\x40\x2d\x81\x60\xa0\x03\xf1\x83\x00\x5d\x24\x16\x44\ \x54\x67\x47\x37\x0b\x2e\xbb\x41\xae\x00\xb1\x10\x8f\xc8\x52\x3c\ \x4b\xfe\x7e\xe1\xed\xf7\xde\x9d\x6d\xa9\xbb\x29\x3f\x7e\xa9\xeb\ \x84\x42\x33\x20\xf1\xe8\x49\x14\x16\x85\x22\x54\x2b\x64\x1c\x36\ \x87\xcd\x12\xca\x35\x8c\x48\x6d\xd2\x6d\x0a\x6e\x36\xef\x9c\x7f\ \xec\x66\x70\x85\x6c\x49\xb1\xae\xe7\x80\xe8\xe7\xcf\x27\x8f\xac\ \x0b\xb9\xab\x67\xc9\x8a\xc5\xa3\xd3\x3d\xa7\x0e\xb4\x4c\x9c\x01\ \x4f\xa8\xac\xe5\xb3\x88\x48\xe5\xb3\x05\xb0\x86\x60\xf6\xb2\x59\ \x90\x8c\x22\x18\x9f\x85\x85\xe2\xfc\x7c\xa6\x96\x2f\x96\xe1\xdf\ \x5c\xbe\x56\x29\x3d\xcf\x66\x8b\x45\xb0\x50\x95\xf9\x9c\x2b\x59\ \xca\x55\x91\xfe\x33\xc5\x02\x68\x12\x18\x2d\x90\xb3\x7c\xc0\x53\ \x28\xbb\x90\x7d\xc5\x25\x51\x3e\x59\xf6\xd8\x32\x2e\x57\xd4\x56\ \xcc\xe6\x90\xc6\x61\x20\x48\x19\x29\x68\x53\xbe\x54\x2a\x46\x93\ \x81\x5c\x29\x9b\xcb\x20\xe5\x47\xa5\x34\x1b\xd2\xbe\xcb\x65\xf0\ \xd8\xa2\x06\x11\xcc\x72\x49\x98\x1b\x92\xc9\x42\x26\x20\xb5\x49\ \xf1\x86\x6c\x94\x1f\xa5\xa3\xe9\x05\x83\x12\x6c\x21\xd2\x8e\x1e\ \x29\x9e\x20\xa2\x11\xd1\x64\xba\x14\xe9\x04\x41\x76\x29\x31\x4c\ \x11\x19\x4f\x17\xe1\x08\x04\x29\x11\x8b\x27\xd3\xc8\xb8\xe6\xa1\ \xa9\xe9\xe9\xe9\xa1\x9e\xf1\x9e\xae\xc6\x03\x7f\xbc\xbc\x42\xf0\ \x90\x71\x4c\x3a\xd1\x00\xd4\x26\x8d\x22\x27\x7a\xe9\x48\xad\x2b\ \x9b\x0b\x1c\x1d\xbc\x73\x92\x46\x66\x4a\x91\x66\x63\x52\x32\x9d\ \x20\x42\x2a\x6e\x29\xf9\xd1\x28\x4c\xb8\x4c\x83\x08\xad\x0c\x04\ \x40\x1b\x71\x28\x3c\x99\x4c\x44\x6a\xbb\xf3\x51\x68\x54\x63\x03\ \x1e\xd5\x88\xc3\xd4\x11\xb0\xf5\x68\x7c\x53\x2b\xf3\x15\x87\xc3\ \x62\xf5\x4b\xf4\x56\xb5\xdd\xaa\xb7\x38\x74\x6a\xef\x68\x22\xe2\ \x8f\xbb\x9d\x40\x14\x5b\xe3\xf6\x34\x8c\x76\x53\x50\x67\x77\xe8\ \x63\x31\xaf\xc9\x11\x0a\xc5\xed\xa1\x58\x3a\xe4\xd6\xab\x43\xde\ \x98\x55\xeb\x04\x8e\x30\x72\x55\x2a\xa4\xbd\x20\x97\x4d\x11\x70\ \x75\x2a\xad\xdd\xe7\xf4\xc7\xdc\x91\xa0\x33\xfc\x57\x51\x2c\xb7\ \xd5\x1b\xf7\x5a\x12\xfe\x38\xd8\x2f\xa0\x9d\x54\xc8\xaa\x32\x5a\ \xad\xf1\x78\xc2\x19\x4c\x79\xd5\x91\x98\xdb\x1f\x89\xc7\xad\xc1\ \x84\xd7\x19\xb1\x87\xed\x76\x87\x55\x2d\x31\x4a\x54\x6c\x8e\x4e\ \x25\xe3\x4a\x78\x62\x31\x85\xc3\xe6\x09\xf5\x2a\xa3\x49\xa5\xb0\ \x9a\xbd\x76\x23\x89\x0a\xd8\x4f\x15\x0a\x49\x2c\x60\x37\x2a\x55\ \xc2\x26\x31\xa8\x48\x7b\x3a\x21\x32\xcd\x72\xc4\xbc\x0e\xaa\x80\ \xc1\x11\xf0\x58\x0c\x99\xdc\x69\x09\x99\xd5\x4e\x2d\x7c\x6a\x6f\ \x64\xd4\xa2\xb3\xf7\x3a\x1c\x89\x54\x2c\xa8\xb5\x38\x46\xe3\xf1\ \xb4\xc5\xed\x05\x49\xee\xef\x1b\x1c\x4c\x8f\x8c\x0e\x26\x42\xfd\ \x63\xa1\xf0\x48\xd0\x1e\xea\x0d\xc5\x62\xf1\xbe\x14\xb8\xc0\x91\ \x2d\xbd\x7d\xa1\x60\x2c\x1e\xda\xb9\xad\x6f\xcf\xc8\xce\xbe\x44\ \x64\x27\xc8\xd3\xde\x4f\x76\x8e\x6c\xdd\x19\x1f\x49\x27\x46\xc7\ \x76\x7c\xb0\x77\x4b\xe2\x8b\xbd\xaf\x7e\xf0\xf7\xf7\xde\xf9\xac\ \xb7\x2f\x1d\xea\x1d\x8c\x07\x2d\x80\x84\xfa\xb0\x5e\xa5\x07\x0e\ \xb5\x58\xcc\x56\xa7\x56\xaf\xf3\x9a\xb5\x6c\xa3\xde\xec\x50\x5b\ \x7c\x66\xbf\xd7\x61\xb7\x68\x39\x5a\x93\xca\x6a\xb1\x0f\xc6\xfa\ \x83\x93\xaf\xbd\xd9\x7b\xe7\xe0\xb1\xfd\xdb\x2f\xfe\xf2\xf3\xef\ \x0f\x67\x66\x67\xe7\xe6\x96\x6c\x99\xc2\xd3\xa7\x85\x52\xd4\xc3\ \xc4\xe3\x70\x52\x14\x0a\x43\x26\xb4\xb6\xd4\xb5\x60\xf0\x4c\x51\ \xa1\x78\xf5\xa7\xd9\xf5\xc7\x27\x4f\xae\xcf\x2d\x54\x5d\x22\x5b\ \x34\x9a\xa1\xf1\x95\x34\xba\x07\x2c\x14\xaa\x69\xbb\x2c\xb4\xca\ \x6c\x80\x6b\xb8\x46\x3c\x8d\xc8\xb4\x01\x40\x01\x6b\xd5\x35\x03\ \x4a\x61\xd1\x58\x2c\xa6\x09\x8b\x96\xd2\x9a\x31\xcd\x0d\xb8\xa5\ \x27\x84\x3a\x0c\x06\x20\x0e\x8d\x13\x49\x51\x8d\xa8\x86\x86\x7a\ \x54\x4b\xdb\x44\x33\xae\x6d\xa8\x7d\x6a\x1a\xdb\xd0\xdc\xd6\x36\ \xde\x75\xe4\xec\xf9\x53\xe7\x0f\x9f\x3d\x7f\xe5\xca\xa9\xf3\x47\ \x0e\x9f\xbf\x7b\xf6\xd2\xaf\xbf\xde\x6b\x7a\xfc\xe2\xe4\x2f\x2b\ \x8f\x86\x2f\x75\xb9\x6c\xa7\xd6\x68\xad\xbf\xae\x4d\xdf\x5d\x5b\ \x3b\x7c\xfd\xf4\xcf\x77\xae\xde\xb8\x73\xf1\xfa\xf5\x0b\xa7\x0f\ \xdd\x7c\xfc\xf3\x39\xfc\x9f\xc9\xe3\x37\x6f\xdc\xb8\x76\xe1\xc7\ \xeb\x3f\xfd\x72\xfd\x66\xf1\xee\xa5\x23\x87\xff\x65\x5b\xc9\xd9\ \x6a\x73\xb3\x97\xe7\x2b\x2b\xdf\x3f\x59\x9d\x79\xfc\x60\x65\x7d\ \x75\xe6\xc5\xd3\xcb\xab\x8f\x1e\xcd\x2c\x2d\xe5\x6d\x2e\x9b\x47\ \x99\x54\x2a\x0d\x78\x26\x13\xe2\x9e\x4c\xc3\x63\x91\x2a\x58\xb8\ \x7a\x1c\xa6\xb1\x19\x1c\x2c\x0a\x8b\x6e\x21\xfb\xe4\x72\x0e\x87\ \xcb\xa3\x92\x64\xf1\xb0\x56\xcb\x61\xb0\x34\x1d\xdd\x3c\xaa\x06\ \xa0\x07\x18\x9c\x22\xe0\x69\x90\xca\xa3\x62\x64\xe2\x52\xa4\x7f\ \x66\x66\xf4\xdf\x68\x58\x40\x5c\xdd\xa0\x53\x02\x96\x06\x21\x29\ \x06\x49\x43\xe5\xf0\x34\xdd\x9d\x1a\x1e\xb5\x73\x60\x60\xe3\x77\ \x9a\x6e\xc0\xab\xef\x90\x5a\x7e\xc8\x12\x2b\x83\x92\xce\xaf\xbe\ \xfa\xc1\x8e\xfd\x0f\x93\xad\xf9\x4f\xec\xb5\x5b\x84\xb7\x58\xe2\ \xef\xfe\xb1\x0e\x41\xf5\x57\xe5\x4a\xae\x50\xa6\x00\x2b\x21\x13\ \x6a\xb8\xd7\x2f\xe8\x83\xfa\xc1\x43\xc6\xcd\x8b\x37\x13\x24\x86\ \x5c\xdf\x9b\x41\x77\x9d\x27\xac\xbc\xfa\xf5\xa9\x7e\x0e\xf5\xc7\ \x33\x4c\x3b\xea\xf0\x74\xcf\xf8\xf0\xc4\x81\xe9\x2b\xbf\xfe\x79\ \xaa\x5c\x2a\x15\x40\xb3\xf2\x20\x4a\xb6\x68\xbe\x98\x2c\x2e\x64\ \x2a\xa5\x0c\xb2\x3e\x55\x2c\xd7\x96\x72\xc5\x6a\x0e\x08\x0b\x08\ \x2a\x1f\x00\x47\x58\x58\x4c\x96\x6b\xa5\x0a\xf0\x53\x20\x0b\x12\ \x57\x2a\x14\xe7\x4b\x05\xa4\x2e\x3c\xe8\x51\xd1\x95\x29\xe4\x8b\ \x00\x54\x79\x4f\xd4\x53\x2d\x17\x32\x22\x4f\x20\x6a\x33\x24\x0b\ \x39\x78\x6e\xde\xe3\xb1\xf1\xb3\x45\x69\xb4\x94\xac\x82\x67\xcc\ \x45\xb3\x85\xf9\xac\x4d\x29\xca\x49\xa3\x49\xba\x0b\x54\x29\x9a\ \x4c\xda\x90\xa2\x53\xd1\x52\x29\xea\xca\x2a\x5d\xc9\x28\x68\x17\ \x99\x06\x32\x52\x10\x11\xc9\x4a\x1b\x88\x18\x1f\xcc\x23\x91\x48\ \xa3\xe3\x0d\x48\x13\x0a\x32\x9d\x46\x27\xf2\x99\x74\x50\x2f\x03\ \x1f\x8b\x97\xe2\x31\x0d\x4c\x2c\x96\x08\x7f\x20\x62\xeb\xc4\xf0\ \xd1\xa3\xd3\xc3\xad\x13\x3d\xed\xed\x47\xd6\xfe\xfc\x01\x9f\x61\ \x02\xcf\x13\xe1\x1e\xa6\x54\x09\xb1\x87\xa3\x11\x70\x44\x54\x3d\ \x11\xd9\x04\x8a\xa5\xd3\x1b\xdb\xb0\x78\x22\x99\x49\x20\x32\x1b\ \x9a\x71\x38\x54\x23\xf6\xaf\x0a\xfd\x38\x34\x1e\x5f\xd7\x8c\xa2\ \x11\x9a\x5b\x80\xa2\x1b\x7b\x9a\x31\x4d\x2d\x0d\x0d\x4d\x3d\xed\ \xd3\x87\xcf\x1f\x9e\x18\x6e\x19\xea\x69\x69\xeb\x69\x1a\x6a\x6b\ \xa5\xbd\xa2\x70\x22\x5d\xe1\xb5\x6a\xbd\xc3\xe8\x90\x59\xb5\x7e\ \xbf\x3f\x18\x0c\xfa\x83\xa6\x60\xc4\x1e\x0f\xf9\x63\xfd\x2a\xb7\ \xc9\x61\x54\x59\xbd\x11\x1d\xe8\x99\x35\xe2\xd6\x59\x00\x14\x4c\ \x4e\xb0\x3b\x21\xb7\x19\xfc\x1c\x57\x8d\xa4\x47\xa9\x65\x14\x95\ \xce\xa9\x02\xf5\x01\x36\x71\x84\x9c\xa1\x49\xa7\x35\x92\x88\xa5\ \x13\x5e\x8b\xdf\x1b\x37\xfb\x1c\x3e\x1f\xa0\x9b\x33\xe8\x77\x26\ \xcc\x2a\xab\xc3\xaa\x33\x3b\x9d\xd6\x54\x28\x92\xf2\x85\xc7\x7a\ \xcd\x71\x27\xc2\x56\x21\xaf\xd7\x8b\x60\x09\xd2\xb0\xd5\xa2\x73\ \x22\x6d\xa4\x15\x72\x0a\x97\x43\x85\xc0\x64\xbb\x2d\x92\x20\xd2\ \x5d\xd5\xca\x11\x52\xe5\x32\x8e\x82\xc4\xa1\x52\xe4\x6c\x12\x49\ \x42\x01\x30\xe7\x82\x33\x54\xb0\x28\x3c\x1e\x95\xc2\xa0\x6a\x34\ \x88\xa0\xc9\x15\x0c\x89\xc5\x12\x34\x29\x54\xea\xa0\x39\xd2\xef\ \x74\x7a\xed\x4e\xbb\x25\xe2\x0b\x86\x74\xbe\x50\x7f\x70\x64\xb7\ \x2f\x66\xf7\x06\x63\x83\xe1\xb1\x54\xaf\xb7\x3f\x9d\x0e\x39\xbd\ \xb1\xb0\xbb\x37\xd1\xeb\x8e\xf5\xa6\xc2\xbd\xf1\x58\x38\x1c\x07\ \xa7\x18\x77\x38\x7a\x53\xe9\x6d\x93\xfd\x83\x93\x91\xd4\xc8\xe0\ \x48\x6c\xf3\xe4\xd8\x57\xbb\xb7\x7e\xfe\xe9\xce\xaf\xf6\x8c\x6d\ \xdb\x3a\x12\xde\xb2\x67\xeb\x9e\x9d\x7b\xdf\xfb\xea\xd3\x8f\xb7\ \xa5\xc6\xb6\xf6\x7b\x47\xfd\xa1\x84\xdb\x0b\x1f\x5d\xaf\xf6\x83\ \x22\xb9\xdd\x6a\xbd\xd5\x04\xdf\x9c\xda\xc4\xe5\xe8\x1c\x5a\xad\ \x3f\x6c\xd7\xab\xdd\x41\xbf\x0f\x0e\x59\x6f\x8a\x5b\x63\xbe\xd1\ \x91\xcf\xb6\x25\x52\x3b\x3f\x78\xef\xe3\xf7\xf6\x3f\x78\xb2\xba\ \x32\x73\xae\xb6\x74\x6e\xee\xf9\xec\xf3\x73\xb3\x59\xa5\x88\x48\ \xa7\xf3\x71\xc4\x7a\x0c\x01\x85\xed\x19\x6f\xad\x6b\x20\x28\x17\ \x9e\xce\xe0\xb2\x4b\x73\x4b\x05\x03\x91\x18\xa8\x4a\xf1\x58\x1c\ \x81\xc8\x4f\x2a\xa5\xf9\x1a\xcc\x4a\xb8\xfa\x86\xd7\x84\xde\x39\ \x72\x0f\x16\x83\x32\xd4\xaa\x51\x29\x91\x80\xc6\x13\x1b\x10\x2e\ \x41\xd5\x63\x51\x18\x74\x5d\x53\x13\xc4\x19\xb6\xa9\x09\x43\xc6\ \x96\x3f\x8b\xd6\x13\x9b\x9b\xeb\x41\x0c\x09\x0d\x78\x6c\x7d\x4b\ \x7b\x5d\x7b\x53\x7b\x8b\x68\x08\x2e\xdb\xda\x5b\x1a\xc6\xa7\x86\ \x87\x87\x8f\x9c\x3f\x7a\xf8\xcc\xad\xbb\x77\xcf\x4c\x1d\x3d\x75\ \xfe\xcc\xad\x4b\x97\xd6\x7e\xbd\xfb\x12\xf5\xe2\x74\x39\x37\x33\ \x43\x6c\xae\x6b\x19\x3a\xd5\xd4\x70\x77\x78\xf8\xde\xda\x0f\x2f\ \x5b\xbf\xbe\x7d\xe3\xea\x8f\x77\x6e\x1e\xbf\xfd\xd3\xe9\x63\xf7\ \x7f\x5b\x4f\xb6\xfc\x1f\xc2\x8d\x07\x37\x2e\xfe\x74\xe7\xda\xd5\ \x9b\x3f\x3f\xbc\xfd\x62\xea\x40\x4f\xcf\x5a\xee\xf7\x75\x64\xf7\ \xf3\x4c\xf1\xf9\x93\x93\xab\xeb\xab\xeb\x33\x2b\x4f\x67\x40\xb8\ \x56\x90\xf5\xf7\xe5\xa5\x5c\x32\x9b\x54\xda\x92\x51\x3a\x5d\x24\ \x15\xd1\x98\x38\x3a\x0e\x4b\x20\x10\xd0\x68\x6c\x23\x16\x5b\x5f\ \x0f\x8c\x85\x45\xe3\xbb\x4e\x68\x85\x72\x39\x97\x4b\xed\xa6\x48\ \x82\x56\x89\x44\xc8\xea\x20\xb1\x91\xf5\x08\x8d\x00\x10\x8b\xc5\ \xe8\xd0\x50\x29\x54\x0e\x32\x87\x71\xd9\x46\x6b\xfa\x37\x62\x55\ \xb2\x51\x33\xd0\x8d\x74\xb1\x87\xe0\xe8\x1c\xd8\xd8\xd1\x81\x94\ \x65\xa7\xc2\x63\x3b\x91\x3d\x83\x03\x1d\xe2\x8d\xdd\xbb\xe0\x9e\ \x7d\x7f\x5d\x17\x83\xec\xf1\x76\x2f\x3c\xfc\x6a\xcb\x3b\x17\xa2\ \x64\xf2\x93\x48\xbc\xe1\x56\x72\xab\x78\x63\xe7\xe5\x3d\x1a\x0a\ \xa0\x15\x9b\x2d\x63\x33\x28\xe0\x48\x55\x24\x0a\x67\x70\xc6\x67\ \xd5\x9b\xff\x76\x63\xcf\xcf\xeb\x07\x07\x59\x54\x36\xf7\xad\xc5\ \x28\x08\xd6\xea\x9b\x49\xac\x4a\xc1\xda\x72\xb8\x7e\xb2\x6b\x7c\ \x82\x88\x6e\x03\xc7\x34\xde\xda\x7a\x85\xf8\x7c\xbe\x90\x49\x96\ \x97\xf3\x2e\x57\x32\x9b\x29\xcf\x2f\x64\xb2\x65\x43\x32\x97\x2c\ \x21\xdb\x62\xca\xa0\x57\x7f\x35\xd6\x99\x9f\x5f\x44\xb4\xab\x3c\ \x5f\xa9\x2e\xd4\x16\xc0\x2a\xe6\xf2\x81\x4a\x39\x5f\x40\xce\xfb\ \x83\x4a\x15\x93\xf9\x62\x36\x19\x08\x64\x4b\xb6\x40\x34\xc9\xb7\ \x65\xb2\x0b\x45\xa5\x34\x99\x2f\x24\x3d\xd5\x80\xab\x98\x0b\x14\ \x0a\xf9\xa4\xb2\x98\x51\xe6\xe6\xb3\xd9\xa4\xcd\x95\x4d\x02\x60\ \x95\xa4\xb6\x02\xf6\x2c\x4a\x24\x75\xb9\xc8\xf4\x80\xc7\xe3\x32\ \x88\x72\x19\xa4\x8c\x9f\xcb\x83\xb4\xa7\x57\xe6\xe0\x12\x49\xc5\ \x02\x58\x57\x4a\x95\x51\x8f\x88\x49\x96\xe2\xc9\x74\x60\x20\x25\ \x91\x6f\x80\xbf\x85\x88\x8c\x25\x1b\x44\x28\xb2\x41\xca\x24\x2a\ \xc9\x04\xb2\x88\x80\xa5\x31\x89\x78\x7a\xe3\xd4\x30\x52\xb3\x7b\ \x7c\xa2\xbd\xab\xf5\xd4\xcb\x7b\x3f\x60\x3d\xc8\x36\x40\x9a\x48\ \x64\x33\x28\x5d\x74\x1a\x06\xcb\x44\xaa\x2e\x62\xeb\xea\xf0\x4c\ \x3c\x9e\x4e\xe8\x69\x23\xf3\x69\x4a\x1a\xcd\xa6\xac\x6b\x04\x25\ \xc3\x62\x30\x38\x22\x8e\xaf\xa4\x03\xb3\x35\x60\x45\xc4\x06\x34\ \x16\x87\x6d\x9d\xaa\xc3\x36\x42\xb8\x36\x60\xba\x26\x26\x4e\x1d\ \x69\x6b\x69\x6a\x6f\xae\x6f\xec\x81\xb7\x68\x42\xbf\xc2\x91\xab\ \xb5\x26\xbd\x44\x65\xb7\xb0\x75\x46\xb9\x1e\x10\x08\x6c\x8a\xd9\ \xe7\x4c\xf9\xbd\x89\x5e\x90\x10\xbd\xcf\xab\x52\x39\xac\x61\x93\ \x49\x8f\x34\xb2\x01\x38\x40\xea\xad\x3b\xec\x56\x73\xc8\x62\xd4\ \x6a\xad\x66\xbb\x8a\x62\x94\x99\x1c\xce\x91\xc1\x78\xa8\x37\x9d\ \x8a\x27\x06\xdd\xb1\xfe\xfe\x91\x54\xa4\x2f\xd6\x1b\xef\x77\xa7\ \x7c\xb1\x5e\x5f\xd0\x31\x88\x54\xce\x03\x25\xd2\x85\x07\xed\x7a\ \x77\xc4\x62\x32\xa9\xf4\x41\x4b\x30\x12\x1e\x73\xeb\xac\x41\x67\ \x22\x84\xb8\x4d\x47\x30\xa5\x0d\x02\x76\xf9\x42\x6e\x87\x3b\x18\ \xf3\x81\x6f\xf4\x5a\x55\x1c\x12\x49\xc0\xe2\xca\x2c\x7d\x61\xb7\ \xd9\xac\x10\x32\x38\x42\x05\x44\x8c\x84\x8b\x08\x16\xb2\xc3\x87\ \xcd\xa5\xb0\x34\x62\xd0\x2a\x06\x50\x3e\x95\x3a\xc0\x60\x41\xe0\ \xb0\x84\x6c\x85\x4f\xa7\xd6\x69\xcd\x4e\xb7\xdf\xab\xb7\x04\xfb\ \x62\xc0\x7a\x21\xaf\xd5\x1a\x1c\x19\x4d\x84\xe2\xde\xc4\x68\xcc\ \x3b\xb8\x13\xa9\xc2\x3e\x18\x1f\xf5\x3a\x76\xc7\x74\xfe\x44\x38\ \x1d\x8a\x5b\x53\x23\xe9\x54\x9f\x2f\xd5\x17\x1b\x8c\xf7\xf6\xfa\ \x26\x43\xde\xde\x60\xba\x6f\x74\xcb\x58\x6c\x6c\x2c\xd5\xbf\x65\ \xf0\xb3\xaf\x3e\xdf\xb9\xfb\xb3\x6d\x9f\xef\xf9\x60\xef\xa7\xa3\ \x91\x6d\x7d\xdb\x46\x26\xbf\xd8\xb9\x73\xf7\x96\x1d\x5f\x7c\x05\ \xb7\x7d\xa3\x21\x67\x38\x02\x5f\x11\x80\x29\xf8\x51\x9d\xd5\x67\ \x31\xe9\xac\x26\xab\x43\x22\xd7\xeb\x4d\x5e\x9d\x5c\x6f\x75\xeb\ \x7c\x6e\x99\x30\x06\xf4\xa5\xd5\xea\x43\x7d\x6f\x9e\xdc\xb3\xe1\ \xb5\xed\x7f\xdb\xf1\xd6\xd5\xe3\xc7\xbe\x7c\xb0\x3e\xfb\xfd\xe5\ \xc5\xb9\xa5\xe7\xb5\xdc\xd3\x4a\xb6\x1a\x20\xe3\x89\x52\x69\x94\ \xcf\x77\x81\x79\xeb\x69\xad\x47\x91\x8b\x0b\xf9\x0c\x8e\xee\x69\ \x26\x7a\x56\x33\xd1\xe5\xd5\xd5\x87\x33\xd5\x02\x98\x84\x92\xd4\ \xa5\xe4\xf3\x0d\x44\x3c\x21\x50\x30\xbc\xae\xd8\xf2\x13\xaa\x99\ \xa9\x2c\x2f\x66\x01\xbc\xea\x9b\x01\x9d\x80\xb2\xb0\x28\x22\xb6\ \x11\x46\x3f\x99\x08\x98\x82\x41\xa1\x9a\x5b\x71\x8d\x81\xd1\x6a\ \x17\xaa\xa9\x09\xbc\x60\x3d\x51\x8a\xad\xaf\xab\x6b\x1d\x26\xa0\ \xa6\x87\xb1\xed\x4d\x75\x2d\x53\xa7\x9a\x1a\x8f\x9c\x3a\x30\x75\ \xe4\xca\xad\x5b\xb7\xae\xfc\x70\xe9\x0c\xa0\xd6\x91\x53\x57\x6e\ \x5d\x01\xf1\xba\xd7\xfa\xd1\xd7\x85\xc7\x87\x7e\x9b\x75\x4d\x4f\ \x81\x8e\x3d\x77\x1d\x38\xb2\xf6\xf2\xd7\x3f\xee\xe5\x5e\xbb\x73\ \xf0\xfa\x8d\x1b\xf7\x7f\xfe\xf9\xd0\xc5\x6b\x27\x1f\x11\x0e\xff\ \x27\xf6\xf1\x93\xdb\xd7\x6e\x5e\xbf\x79\xec\xf4\xfd\x5f\x6e\xac\ \xb4\xb5\x35\xd0\x8f\xd6\x7e\x9b\x59\x9f\x5b\xff\x7e\xe5\x5c\xed\ \xe4\xef\x33\x27\x7f\x9b\x9d\x9b\x59\x9e\xf9\xfd\xc1\xca\xe5\x47\ \xb3\x33\xcf\xab\xe5\xbc\x21\x1b\x50\xc2\xb1\x48\xa5\x44\x9a\x88\ \x4e\x26\xd2\xf1\x18\x3c\x1a\x85\x69\x40\xe1\x20\xec\x51\x75\x00\ \x58\x0d\xad\x22\xbb\x82\xcd\x05\xa6\x27\x91\x48\x54\x8b\xd7\x08\ \xa0\x8d\xd4\xb5\x42\xb6\xe4\x08\x04\x1d\x2c\x1e\x52\x41\x81\xc4\ \xe6\x0a\x04\x14\x06\x97\x4b\xd1\x1a\x13\x17\xe8\xcf\xe5\x03\xe2\ \x4e\x0d\xa8\x93\xb8\x63\xa0\x03\x0c\x20\x52\xb8\xaa\xe3\xaf\xa6\ \x5d\xbb\x90\xe5\xf8\xee\x8e\xee\xef\x76\x6d\x84\x1f\x1d\x60\x17\ \x3b\xc5\x54\x98\x22\xc7\x2e\xfe\xe3\xa3\xb7\xde\x9f\x53\x26\x33\ \xdf\x26\x3e\x9c\x3e\x5f\x8b\x77\x7e\xe7\x5d\x97\x30\x48\x1c\xb9\ \xc2\x24\xe7\xb2\x78\x0c\x08\x37\xa1\x50\x61\xdd\xf4\x77\x85\x5a\ \xa1\xff\x68\xf3\xa1\xe4\xec\x55\x3b\x8b\x2d\x67\x3f\x9e\x5f\x6c\ \x3f\xdf\x34\xb3\xb9\xf1\x01\x45\xab\x76\x4f\x10\x3f\x18\x9f\x68\ \x9c\x7d\xf8\xf0\xc2\xeb\x5f\xec\xdc\xfb\xf9\x63\xd4\xd2\x7c\x15\ \x4c\x5c\x11\x04\x24\x9b\xcb\x27\x73\x85\x6c\xe6\x51\x39\x10\xcd\ \x26\x33\x8b\x0b\xd9\x5a\x31\x50\x78\xfa\xa8\x08\x96\x11\x49\x81\ \x2f\xe5\x97\xca\x48\x51\xd1\x5a\x05\xae\x16\x0a\xf3\x45\x4f\xad\ \x18\x2d\x64\xa2\xc8\x99\xc1\xf9\x0c\xb2\x3c\x05\x4c\x15\x88\x46\ \x3d\xae\x8c\xa7\x18\x45\x8a\x2c\x80\x03\xcc\x57\xc0\x39\x56\x32\ \xd1\x72\x21\x9a\xb5\xe5\xca\xf9\x32\x40\x53\x74\xa1\x1a\xc8\xd9\ \xaa\xc0\x65\xff\xfa\x73\x7c\xa8\x09\xa7\x14\x01\x8d\x81\x4c\x05\ \xc0\x43\x46\x3d\xe5\x5c\x2e\xa9\x0c\xc0\x8b\xe4\x5c\x86\x80\x4b\ \xe4\x4a\xd2\xf9\x48\xa5\x86\x24\x13\x43\x4f\x92\x99\x4a\xa5\x88\ \x90\x17\x61\x0c\x59\x25\x0d\x26\x4f\x72\x86\x4f\x24\x83\x87\x23\ \xf0\xc9\x74\x5b\x94\xd0\x80\xb3\x89\x98\xf8\xba\x71\xf8\x67\xe2\ \xc8\x54\x57\xdb\x44\xcb\xa9\xb5\x3f\xd7\x5a\xf8\xb6\x80\x8b\xaf\ \x14\x01\xf0\x23\xe9\x5a\x0d\x38\x32\x0a\xd5\x50\x57\xd7\x88\xc6\ \xe3\x08\xe0\xef\x87\x9a\xc9\x22\x3a\x0d\xa9\xc5\xd0\x5e\x8f\x22\ \x62\xea\x30\x64\x34\x93\x09\xfa\x47\xc4\x01\x98\x11\xf8\x8d\xf5\ \x44\x11\xa6\xa9\xa7\x11\x47\x24\xe3\x1a\xeb\xd1\x2d\x30\x21\x1e\ \xe8\x6a\xc2\xb5\x36\xb7\xf4\x00\xc7\x4d\xb4\x60\x5e\x41\xda\xd8\ \x28\x24\x5a\x95\x59\xc2\xd1\x9a\x4d\x8e\xde\x5e\xc7\x60\x5f\xcc\ \xef\x0e\xf6\x82\x8b\x8b\xb8\xfd\x40\x1b\x56\xb3\x44\xae\x42\x2a\ \xcc\xc4\xd4\xea\x88\xc5\x11\x4c\x98\xfc\x7e\x5f\x3c\x16\x73\xda\ \xed\x3e\x9d\xcf\x6e\xb1\x5a\x25\xba\xbe\xb1\xbe\xc9\xc1\xc1\xf0\ \x24\x28\x56\x24\xde\xbf\x13\xc6\x76\x5f\xba\x77\x14\x54\xaa\x2f\ \x31\x16\xf1\xfb\x7c\x91\x2d\xc1\xc1\x54\xdc\xeb\x0f\x85\x22\xb1\ \x70\x24\xec\xf6\xfa\xc3\xa3\xb1\x90\xd7\x1c\x0e\x3a\x9d\x91\x54\ \x30\x96\xde\x09\x72\x07\x26\x31\x95\x4e\xa4\x7c\xdb\xfa\xe3\xa1\ \x60\xc4\x1b\xeb\x8d\xa5\x7c\xde\x70\xd8\x0c\x04\xa8\x90\x31\x18\ \xf2\x58\xd8\xe1\x53\x59\x4d\x0a\x05\x87\xcb\x50\xe8\x25\x6a\x09\ \x5b\xa8\x06\xd9\x02\x4c\x27\xf1\x3a\x79\x6c\x16\x43\x2c\x20\x09\ \x35\x62\x12\x43\x80\x94\x8a\xa4\x70\xf5\x3a\xa7\x55\x6d\x75\xa7\ \x43\x26\xab\x3b\x31\x16\x73\x0e\xf6\x45\x22\x3b\x27\x63\x93\x00\ \x54\xe9\x78\xbc\xdf\x19\x1a\x09\x5a\x06\xbd\xe6\xc1\x74\xbc\xcf\ \x91\xb2\xfa\xd3\x69\xa7\x13\xa9\xf3\x37\xea\x8f\x8f\xc4\x22\xfe\ \xdd\x89\x74\x22\x04\xaa\x1b\xe9\xdf\x02\x47\x17\xee\x1f\x19\xdc\ \x39\xb2\x7b\xab\x7b\x6c\xf2\xb3\xd1\x8f\x77\x8f\x4e\x7e\xfa\xc1\ \xab\x7f\xff\x78\xeb\x9e\xcf\x7a\x43\x9b\xdf\xdb\xfb\xd1\x67\xbb\ \x27\xbf\x4a\x7f\x30\x9a\xf0\x5a\x2d\xc1\xb0\x0f\x29\x97\x23\x53\ \x1b\x91\xef\xd3\x6c\xd5\x6b\x2d\x7a\xb7\x59\x0f\xfe\xcf\x22\x33\ \x5a\xed\x7a\xaf\xc9\xac\x93\x70\x75\x96\xa0\x4a\x6b\x01\x97\x1b\ \xfc\x79\xd3\xdb\x7f\xdf\xb3\x7b\xcb\xd8\xdb\x9b\xdf\xdd\x74\x7b\ \x65\x75\xf6\xc9\xa3\x72\x75\x26\x9f\x2b\x2c\x25\x8b\x51\xa0\x72\ \x83\x52\x99\x03\xf2\xee\x69\x6b\xc1\x46\x0b\xab\x3f\x2d\x12\xc8\ \xf9\x47\xab\xab\x2b\xdf\xcf\x3e\xb8\xb6\x52\x2d\x2c\xce\xaf\xaf\ \x3e\x79\x02\x7a\xf0\x78\xb6\x58\x48\x06\x44\x81\x40\x52\xda\xfc\ \x06\x23\x74\xad\xa1\x27\x60\x50\xa2\x89\x04\x6c\x89\x88\x41\x93\ \x71\x48\x7a\x78\x63\x7b\x03\x81\x4e\x46\x63\x1a\x1a\x31\x38\x14\ \xba\xa1\xb5\xbd\xb9\xdd\xb0\x75\x61\xbc\xa9\x0e\x66\xaf\x46\x1a\ \x1d\x83\xc7\x37\xd6\x0d\xb5\xb6\xb4\x0f\x35\xb7\xd6\x37\x0d\x1d\ \x3e\x72\x78\xbc\xf5\xc8\xd1\x5b\x77\xaf\xfc\xfa\xc3\xa5\x4b\xb7\ \x8e\x1e\x3e\x0b\x52\x05\x62\x75\xfe\xec\x1f\xbf\xae\xad\xfd\x72\ \x67\xe6\xdc\xed\xc7\x3f\xe6\xa7\x1a\xdb\xc7\xef\x1e\xcd\xb6\x9c\ \x01\xee\xfa\xe3\xe5\xd1\xeb\x37\x7f\xbc\x79\xf5\xc2\x9d\xeb\x3f\ \x5d\x3f\x7e\xfd\xfb\xc2\xf0\x0f\xff\xdd\xb8\xfa\xf8\xce\x2f\x57\ \x2f\xde\x06\xc2\xfa\xe5\xf6\x13\xbc\xe8\xf9\x22\xb9\xfc\x70\xe6\ \xf2\xc9\x9f\x4f\xbe\x78\xfe\x1c\x68\x72\xf5\xc5\xfa\xcc\xcc\xe2\ \xb3\xd5\xd9\xf5\xb9\x73\xcb\x0b\xa5\xc5\x2c\x0c\x22\xa9\x92\x0f\ \x16\x17\x69\xa3\x42\xc4\xe3\x09\xf0\x51\xeb\x09\x78\x14\x1a\x8d\ \x14\x47\x06\xff\x80\xaa\xeb\xda\xaf\x52\x28\x24\x32\x19\x97\x41\ \x65\x51\xd4\x7e\xbb\x5e\x46\xe5\xb1\x90\xfd\xa3\x2c\x2a\x00\x16\ \x15\x9c\x20\xcc\x5e\x42\x0e\x6f\x97\x80\x45\xe2\x90\x18\x12\x75\ \xec\xcb\xd6\x43\xdf\x75\xb2\x06\xba\x79\xdd\x1a\x24\xb3\x01\x10\ \x1c\x0c\x60\xa7\x98\x27\xd6\x74\x20\x79\xa4\xc0\x5d\xdd\xc8\xa2\ \xbc\x06\xac\x24\x6f\x63\xa7\x98\xc5\xa3\x70\xac\xbe\xad\x9f\xbc\ \xb6\x52\x2a\x3d\x7a\xf2\xd1\xe4\xe2\x99\x89\xdf\xcd\x9a\x7d\x9f\ \x7c\xc4\xe5\x90\xe4\x5c\x92\x51\x26\x14\x0a\x39\x6c\x0e\x45\x66\ \x54\xa4\x0e\xf9\xe4\x5c\xb6\xef\xa3\xbd\xd7\x97\x1f\xdf\xd7\x33\ \xe4\x2a\x7d\x71\xf5\xfb\xc6\xb3\xad\x8f\x0f\x9e\xda\xc4\x90\x49\ \x8c\x6d\xd2\x6b\xc3\xe3\x0d\x38\xe9\xd2\xfa\x8b\x95\x9b\x5f\x85\ \x4f\x4a\x41\x92\x8b\x99\x6c\x25\x53\x70\x65\x0b\x99\x42\x20\x50\ \xa9\x21\xc9\x0b\xe0\xcb\x72\xd5\xda\xa2\xa7\x98\xcf\x15\x73\x85\ \xca\x5f\x35\x94\x2b\xe5\x62\xb9\x54\xcc\xe6\xe7\x0b\xa0\x50\xb9\ \x5c\xa9\x90\xcb\x02\x84\x65\x93\xb9\x1c\x88\x19\xb2\x99\x1d\x8c\ \xa1\x21\x69\x70\xb9\x68\xa2\x64\x26\x17\x08\x64\x0c\xb6\x64\x1e\ \xcc\x64\xad\x9c\x8f\xd2\x6c\xae\x42\xb1\x90\x47\xf2\xc7\x03\x7c\ \x65\x65\x09\xcc\x66\xbe\x1a\x40\xbd\xf2\xbf\x3d\x3d\xcd\x38\xa6\ \xd2\x25\xb5\x65\x6d\x36\x5b\xce\xe5\xe1\x67\x0a\xc5\x62\x56\x99\ \x75\xf1\x5d\x51\x91\x54\x49\x37\x78\x02\x44\x64\xfd\x8a\xef\x22\ \x33\x03\x51\x25\x1f\xe6\x0e\x62\x52\x29\x0a\xb8\x72\xc9\x5c\xd6\ \x80\xf4\xac\x06\x91\xf4\xc0\xdb\x21\x7d\x51\x3d\xc9\x1c\x0d\x8b\ \xc6\x0c\x0d\x8f\x1f\x38\x7a\x64\x7a\x18\xa9\xee\xf8\xc7\x9f\x7f\ \xb6\x17\x41\x28\x03\x4a\x5b\xd4\x93\x8f\xda\xa4\x74\x3a\x53\x84\ \x67\xd2\x81\xf2\xd1\x22\x3e\x5e\x44\x68\xa8\xab\xc7\xc1\xaf\xf8\ \x34\x26\xaa\x0d\xc3\xc4\xe3\x1a\x50\x34\x34\x0d\x4f\xc3\x63\x88\ \x52\x3a\x91\x86\x83\xbb\x69\x52\x66\xfd\x74\x13\x11\xdb\x80\x6b\ \xc0\x35\x77\xb5\x1d\x3d\x7b\xa0\xb9\xa9\xbe\xa9\x6d\xe2\xe8\xf9\ \x23\x3d\x6d\x75\xe8\x57\x74\x46\xab\xce\x28\xd3\xcb\xbc\x26\x0a\ \x07\x48\xc0\x1b\x0f\xfb\x63\xbe\xb8\xcf\xeb\x1e\x1d\xf1\xa5\x83\ \x16\xa7\x3b\x1c\x34\x19\xf5\x26\xb7\xd5\x04\x8e\x4c\xa1\x77\xda\ \x07\x41\xa3\x1c\x4e\x5d\x24\x64\x4d\x87\x1d\x26\xaf\x5b\x6d\xb5\ \xc6\x7a\xd3\xbe\xf4\x68\x7c\x2c\x1d\xeb\x4b\x7b\xf7\x6e\x1b\xdb\ \xb6\x77\x6b\x7a\x64\x72\x30\xee\x4b\xf5\x4f\x86\xc6\xb6\x45\x52\ \xfd\x83\x7e\x07\x5c\x84\xe2\xe1\xde\x6d\xbd\x11\xab\x05\xc9\x05\ \xdf\xe2\x4d\x04\x13\x31\x67\x3a\x14\xf1\x8f\xc5\x82\xe9\x04\x92\ \x77\x10\x8e\xf5\x85\x7c\xf1\xdd\x88\x9c\xf4\x6d\x9b\x0c\x8d\xa6\ \x53\x4e\x5f\x50\xe7\x8b\xcb\x9c\x3e\x87\x9a\x6d\x41\x76\x40\x2b\ \x54\x4e\xbd\x42\x48\x62\x68\xf5\x72\xb5\x42\xa2\x37\x5a\xd4\x56\ \x0e\x97\xc4\xea\xe0\x4a\x04\x54\x0d\x85\xcb\x96\x51\x91\xfd\x16\ \x3c\x92\x50\x2d\x33\x9b\xb4\x12\x3b\x98\x3a\x4b\x2c\x16\x0c\xf5\ \xfa\x06\x27\x13\xfd\x7d\xb1\xbd\x7b\xfb\x53\x83\xfd\xa9\x44\xff\ \x48\x6f\xb8\x0f\x69\x40\xe8\x56\x87\xd3\x63\xbd\x89\x74\x5f\x2a\ \x1d\x47\x7a\x9b\x79\x53\x31\x4b\x3c\x1c\x0c\x6d\xeb\x0b\xc7\x43\ \x91\xb4\xdf\x0f\xc8\x95\x9e\x4c\x85\x26\xb7\xee\xe9\x9f\x1c\xdb\ \xf9\xc5\xce\xd1\xbd\x93\x7b\x46\xb6\xec\xde\xfd\xce\xdb\xbb\xbf\ \xd8\xbd\x67\xe7\x07\x7b\x37\x7f\xf4\xd5\x64\x7f\x64\x5b\xef\x96\ \x78\xc4\x3e\x12\x32\x39\x9d\x76\xbf\x4a\xa5\x35\xeb\xb5\x41\x0b\ \x92\xe6\xee\x54\xa9\x55\x1c\xbd\x4e\xaf\x07\x5f\xe8\x77\x83\x1d\ \x56\x3b\xad\x3a\xbd\xdd\xaa\xd7\x99\x65\x26\x9f\x65\xec\xd3\x4f\ \xb6\xee\xfd\xe8\xcd\x57\x77\x7e\xfa\xda\xfb\x2f\x2e\xaf\x5e\xfc\ \x79\x7d\xe6\xf9\x6f\x2b\x4b\x4b\xf9\xa5\x79\x3a\xb1\x58\x34\xb8\ \x94\x00\xcd\xc4\x73\x4f\x7e\x5b\x5f\x3d\xf8\xea\xc9\x0a\x3e\xfb\ \xcb\x83\xd5\x6a\x75\x61\xf1\x79\x89\x48\x24\x8b\x02\xe0\x19\x16\ \x67\x7f\xbf\x73\xe3\xed\xf7\x3e\xde\xbe\x69\xc7\x67\x93\xb1\xaf\ \xe6\xda\xb7\x53\x52\x2f\xda\xbb\x88\x22\x74\x73\x7b\x93\x52\x5a\ \x87\x43\x63\xd0\xe8\xfa\xf6\xba\x46\x24\x22\xc0\x16\x62\x9b\x9a\ \x51\x18\x72\x7d\x73\x6b\x4b\x63\xd1\x5b\x9c\x6e\x6f\x22\x34\x00\ \xb8\x20\xe5\x87\xc9\xd8\xa3\x07\x26\xa6\x7b\xda\x86\x21\xfe\x8e\ \x9c\x3f\xdf\xd5\x73\x09\x64\xea\xec\x95\xb3\x97\xae\x9c\x3a\x75\ \xfe\xd6\xdd\x5f\xff\xb8\x05\xa4\x05\xba\xb5\x76\xe0\xd9\xfe\xb9\ \xf9\x3b\xd7\x97\x20\xc0\x2c\x00\x00\x20\x00\x49\x44\x41\x54\xbf\ \x7d\x86\x6d\x3a\x72\xf8\xe5\xd9\xf2\xd9\x97\x77\x6f\xfd\x71\xef\ \xd6\xa3\x1f\x1f\xde\xbf\x7a\xfa\xa7\xdb\x37\x8f\x5f\xb8\x9f\x6b\ \x3d\xf3\xf2\xbf\x9b\x56\xaf\xdf\x78\x78\xfb\xea\x9d\x9f\x7e\xfe\ \xf1\xfe\xd5\x67\xc5\xe5\xd5\xc7\xb5\x99\xdf\x7e\x7f\x31\xfb\xfd\ \xca\xcc\xd2\xe5\xdf\x9e\x9c\xbc\x3c\x33\x3b\xb7\xfe\x7c\x79\x0e\ \xe9\xef\x5c\xab\x18\xaa\x55\x1b\x1f\x29\xc6\xab\x14\x61\x89\x48\ \x23\x74\x0c\x0a\x83\xc2\x03\x1b\x12\xb1\x28\x26\xbe\xa1\xbe\xb1\ \x89\x8c\x6b\xe8\x2a\x98\xf4\x5a\xa4\xf7\x37\x47\x48\xa5\x20\x6d\ \xc3\xb5\x12\x2e\x49\xcc\x12\x6b\xba\x05\x40\x5c\x2c\xe0\x6c\xaa\ \x98\xc3\xa2\x52\x34\xdd\x2c\x12\x0f\x38\x5b\x6b\xd1\x9a\x96\x4b\ \x42\x0d\x4f\x00\xaa\xa6\xe9\xde\x37\xa0\xa1\x0a\x90\xfc\x62\xc0\ \xad\x4e\x2a\x89\xda\x8d\xf8\xc3\x0e\x84\xae\x34\x02\x96\xb8\xe3\ \xaf\x6d\x3b\x02\x0e\x5b\xe5\xdc\xfd\xea\xfd\xe5\xe2\xd2\xcc\xed\ \xbd\xdf\xa2\x4f\x35\x6c\x00\x59\x7b\xcd\xce\xe0\x2a\xb8\x14\xae\ \x90\xcd\x11\xaa\xe4\x24\xaa\x98\x22\x31\x7d\xf5\xb6\x51\xc6\x95\ \xa7\xfd\x5f\x2c\xcd\xdf\xdc\xce\x65\xab\x24\xdb\xb0\xcf\x7f\x73\ \x5d\x1a\xfe\x7d\xe9\xee\xe7\x70\x8b\xe1\x51\x3e\x9f\x18\x9a\x38\ \xff\xeb\x0f\x7f\xdc\x3d\x73\x84\xfe\x6a\x14\xa9\x4f\x90\x07\x8b\ \x96\x2c\xce\xd7\xb2\x40\x44\x9e\x0a\xc8\x57\x0e\x59\x4a\x8f\x16\ \x0b\x85\x68\x26\x30\x5f\x2b\x23\xe9\x95\x99\xa5\x62\x29\x53\x01\ \x1b\x58\x4a\xda\x0a\xf9\x68\x3e\x9f\xcb\x15\x4b\xe5\x0c\x18\xc6\ \x64\xa9\x02\x0f\xb4\x25\xab\xc8\xc9\x89\x68\xd6\x40\x17\xe5\x72\ \xd9\x4c\xd2\x23\x42\x1a\x3f\x67\xf3\xd9\x7c\xbe\x94\xe3\xd3\xe8\ \x7c\x83\x07\x59\xcf\xca\x64\x72\x7c\xc3\x52\x05\x7e\xda\x6c\xa2\ \x96\x57\xfe\xa3\x07\xdd\x50\x4f\x96\x92\x69\x06\x1b\x1d\xee\xe6\ \xdb\x5c\xc9\x8c\x21\x50\x72\x65\x6c\x44\x9a\xcd\x46\x47\xca\xca\ \x04\xc8\x7c\x9b\x87\x4e\x0b\x80\xa5\x93\x46\x03\x36\xa5\x88\x2f\ \x35\x14\x4b\xb9\x64\x20\x19\x2d\x00\xbd\xe5\x9e\xcf\x7b\x8a\xd5\ \x6c\x00\x50\x6e\xbe\x52\xa9\x88\x1a\xea\x30\x6d\xad\x43\x53\x47\ \x0e\x00\xfe\x74\xb5\x1f\xf8\xe1\xcf\x7f\x0f\xe5\x1f\x3d\xaf\x2d\ \x44\xf3\x00\x86\x8b\x95\x40\x29\x03\xe6\x3e\x09\x0e\x58\x99\xc9\ \x7b\x44\x39\xd1\xff\x47\xd2\xbb\xb8\xa5\x79\xa6\x6d\xbf\x45\xc4\ \x8f\x9d\xc0\xcb\x56\x01\x45\x50\xf6\x22\x20\x9b\xb0\x0f\x7c\x80\ \x84\xfd\x21\xbb\x0f\x28\xb4\xce\x74\x3a\x33\x61\xe8\x3b\x35\x03\ \xda\x69\x6d\x9d\x4a\x92\x37\x3a\x26\x65\xd1\x4c\x5d\xa5\x89\x4c\ \x66\x9a\xc9\xa6\x8c\x69\x73\xf8\x6a\x7b\xb4\xd6\xf6\x53\x63\x4c\ \x9a\x54\x4d\x93\x98\x99\x24\x8d\xcd\xca\xfa\xfa\x67\xac\xeb\xce\ \x4a\xdc\x20\x8a\xcf\x83\x3c\xcf\x79\xff\xce\xfb\xb9\xee\xeb\x7c\ \x5e\xb4\x0e\x74\xe8\x10\xd0\x88\x12\x26\x0a\x1d\x74\xa0\xa2\x54\ \x1d\x93\x29\x01\x61\x13\xd1\x38\x4c\x9a\x4e\x40\xc2\x91\x48\x58\ \x9d\x0e\xa5\x7c\xb7\x77\xf6\xb6\xc3\x01\x80\x1f\x1c\x1c\x99\x1c\ \x84\x81\x96\xf3\x82\x16\xd4\x48\x2d\xd5\xf2\xc5\x26\x76\x97\xde\ \xed\x34\x86\xdc\x4e\xab\x3d\x10\x70\xc3\xc9\x6a\xf3\x7a\x6c\x7a\ \x8f\xca\x64\x96\xa9\xcc\x7a\xb7\xdb\xee\xb5\x9a\x9c\x56\xb5\xc9\ \x64\x33\x99\x72\x01\xb3\xd1\x13\x48\x19\x4c\x26\x15\x58\xa0\x50\ \x21\x94\x4a\xc4\x26\x8e\x9f\x4c\xc6\x0a\xc9\xd9\x72\x6a\xfc\x9d\ \x60\xf2\xd8\xc9\x62\x21\x1b\x0d\x26\xc6\xdf\xc9\x66\xbd\xd6\xe3\ \x13\x5e\x93\xc6\x1d\x8c\xa0\x59\xab\x74\xce\x5d\x8c\x45\xdc\x13\ \x20\x6e\x13\xd9\x62\x6e\xe2\xf8\x6c\x3a\x1b\xf5\xbb\x63\x01\x77\ \xb0\x52\x2c\xe4\x40\x1d\x0a\xb6\xec\xb8\x37\x10\x8b\x8c\x4f\xa5\ \x83\x89\x64\x20\x68\x37\x1b\x34\x60\x0f\x35\x5a\xb1\x56\x4a\x17\ \x7a\x9c\xe0\xa6\xc4\x72\xbd\x52\x29\x85\x4f\x26\x20\x2d\xd0\x5a\ \xae\x52\xd8\xc1\xe8\xe8\x90\x51\xe9\x5c\x7a\xcf\x21\x3a\x40\x3d\ \x1d\x44\xc2\x60\xd4\x5a\xf5\x72\x5b\x14\x18\xaa\x68\x4c\x8c\x02\ \x18\xa6\xd2\xe9\xe3\xa9\x50\xba\xec\x06\x25\x8e\x9a\x52\xa3\x59\ \x4f\xce\x1d\x88\x64\x83\x13\xe9\x84\x3f\x19\x4a\x25\xfd\x66\x6f\ \x2c\x82\xe2\xc0\x6c\x6e\xb7\x41\xae\x09\xfa\x9d\xf6\x68\x3a\x97\ \x4c\x67\x43\xb1\xf1\xdc\xbb\x53\xb9\x62\xf9\xad\x13\xc7\x8f\xbd\ \x3e\x3b\x7e\xfc\xa5\x99\x63\xc7\x13\xc7\x4f\x56\x26\x4e\xfc\xe6\ \xf5\x77\x8f\x26\x63\x01\x40\xc8\x08\xf8\x4f\xbb\x41\xef\x89\x19\ \x0c\x1a\xb7\xd7\xaf\x34\x5b\x3d\x06\x99\x51\x6f\xd2\xc8\xc4\x5a\ \xab\xc1\xe6\x36\xa9\x6c\x41\x8f\x07\x88\xd4\x6c\x54\x81\x21\x34\ \xa6\x0a\xc7\xd3\x95\x77\x66\xd2\x81\x89\x7b\x47\x5f\xaf\x9c\xf8\ \xee\xd2\xe3\x2b\xef\x7f\xf2\xf9\x83\x07\x5b\x3f\x5e\xfd\xec\xfe\ \x67\x2b\x61\x49\x15\x86\x4e\x38\x7c\x24\x2f\x7f\xf4\xe1\xa2\xa4\ \xba\xe3\xd2\x35\xe3\xb5\xc5\xfb\x71\xdf\xca\x55\x85\x44\x40\x24\ \x62\x5b\xb0\x3a\x85\xa4\xe4\x60\x85\x9b\x5b\x4b\x57\xde\xff\xe5\ \x6f\xce\x7d\xf1\x8a\x8d\x6f\x7a\xc5\xa3\x2d\xdf\xa0\x74\xf7\x4e\ \xb6\xa2\x69\x7a\x17\x73\xb0\xa5\xb3\xb3\x05\x4f\x60\xb1\x04\xb8\ \x16\x02\x01\x8e\x02\xd0\x81\x96\x56\x50\xac\xf6\xc1\x7c\xe0\xca\ \x5c\x2b\x1e\xb4\xaa\x1d\x8f\xed\xc5\x76\x76\x77\x9f\x99\x1c\x69\ \x1d\x9c\x3b\x7c\x78\x78\xfe\xcc\xea\x85\x91\x33\x67\x96\x01\xaf\ \x56\xe1\x6d\xed\xcc\xc5\xb5\xdd\xfd\xd5\x8d\xb5\xd5\x0b\xab\xcb\ \xcb\x37\x49\xaf\xfc\xb0\xf3\xd9\x1f\x3f\xfb\xa9\x49\xbc\xb0\xbb\ \xbb\xdf\x4f\x7c\xb6\xbf\xb1\xbf\x7f\xb3\xf5\xaf\xb7\xbe\xf9\xf6\ \x93\x73\xd7\x3e\x39\x77\xee\xfe\xd0\xc2\x85\xdd\xff\x75\xf8\xca\ \xf5\x2f\xf7\xae\xdf\xba\xf6\xf9\xd7\xd7\x6e\xfc\xe3\xda\xe2\x95\ \xa7\x57\x36\x1f\xfc\xf0\x78\xf1\xd3\x27\x4f\xee\x3c\xdc\xda\xfb\ \xf8\xf1\xe3\x87\x8f\xaf\xde\x5b\x7c\xba\x78\xf5\xea\xe6\xca\xd2\ \x96\xab\x5a\xb7\x60\x24\x68\x05\x08\x85\xc8\xc2\x33\x29\x34\xd4\ \xbb\x9d\x82\x27\x71\x88\x38\x1c\xa8\x2e\x11\x8f\x21\x12\x86\xfa\ \x7f\x0d\x23\x91\x4a\xc8\x63\x73\xd9\x40\x39\x3c\x95\x5e\x2c\x15\ \xcb\xa9\x1d\x0c\x46\x0f\xc8\x4d\x0f\x83\xc1\xa5\x0b\xbb\xe8\x28\ \xe6\xad\x83\xca\xef\xe1\x09\xd5\x4a\xab\xc1\xee\xf0\x59\xd1\x0a\ \x42\x90\x23\xd4\x5c\x14\xe4\x09\x89\x53\x07\x5a\xc9\x73\xf0\xe0\ \x81\x83\x07\x81\xc8\x07\xfa\xfa\x0e\x76\x09\x51\xce\x04\x83\xdf\ \x43\x65\xc8\x0d\xb6\xdc\x6b\x97\x36\x17\xef\x7d\xf7\xf9\x07\x77\ \x3a\x2f\xfb\xc6\xff\xf6\x17\xd3\x1f\xf8\x3c\x25\xea\x94\x2b\x66\ \x33\xd8\x72\x71\x07\x97\x4b\xe5\x1b\x67\x3d\x62\xa5\x50\x15\xb2\ \xff\xa1\xb9\xbd\xf8\x2a\x97\xc7\x63\x7c\x43\x58\xfa\xc1\x31\x37\ \x76\xa5\xf3\x54\x54\xae\xe5\x0d\xfc\x55\x82\x9f\x1c\x3a\x73\xfe\ \xf2\xc2\xc6\x3e\x80\xe9\x79\x0e\x68\x8a\xa4\xde\x58\x57\xf8\x4a\ \xa5\xf5\x46\xdc\x55\x02\xcd\x59\x51\x70\xaa\xcd\xe6\x56\xbe\x5e\ \xaf\xaf\x34\xb7\x1a\x9b\x4b\xbe\x95\xf5\x46\x78\x65\xb3\xe6\xaa\ \xb9\x5c\xa8\xa9\x01\x18\xbd\x06\x80\x57\xa6\xda\x0c\x83\x54\x84\ \xd1\x52\x43\xf0\x86\x0d\x9d\xc3\x55\x52\x30\x25\xf1\xd2\x4a\x7d\ \x1d\xb5\x40\xc8\xc0\xe3\xd7\x33\xf1\xaa\x4b\xc7\xe2\xe8\x24\x71\ \x0b\xcd\x57\x72\x85\x81\xca\x24\x0a\x54\x78\x8a\x72\x02\x07\x5f\ \xf8\x5f\xcb\x78\x12\x10\x16\x48\x92\xc0\x52\x8a\xc7\xe3\xd5\x95\ \xb0\xcf\xe1\xab\xe9\xaa\x19\x96\x28\x83\x2a\xe0\x81\xa5\x98\x34\ \x80\x35\x9d\xcf\x22\x11\x90\x25\x12\x96\x84\x49\x91\x84\x51\xaa\ \x58\x0d\xcd\xaf\xad\xd7\x1b\x77\x51\xbf\xe6\x92\xab\xb6\xb5\x53\ \xf3\xd5\xef\x3a\xf0\x38\x7c\xff\xc8\xe1\xe1\xd3\x87\x27\xe7\x4e\ \x0d\xf5\xce\xef\xff\xfc\xf3\x29\x38\x4e\x57\x36\xf3\x4b\x79\x5d\ \xa9\xba\xd4\x04\x9d\xc4\x92\x48\x80\x6f\xf0\x3c\x40\xa7\x6a\x8d\ \x66\xbc\xb4\x59\xaf\x85\x75\xae\x9a\xc3\x52\x02\x00\x03\x2f\x5b\ \xcd\xe8\x40\x1d\x45\x3e\x85\x80\x85\x22\x30\x44\x0e\x41\xd8\x62\ \x51\xe8\x5c\x4c\xd0\x4a\x12\x4d\x24\xc0\x12\x59\xb8\x76\x1c\x01\ \x83\xc5\x53\x30\x94\x17\xb4\x4e\x9e\x52\x6f\x52\x1a\x4c\x56\x3a\ \x43\xaf\x71\x06\xec\x89\x48\x34\x99\x4d\x78\xc1\xbd\xd9\xa3\xc6\ \xa8\xc9\x6a\x55\x4a\xb9\x1a\xaf\xc9\xac\xf5\x6b\xdc\xd6\x90\xc7\ \xa3\x31\x38\xbd\x91\x94\x49\xad\xd4\x44\x50\x7c\x9f\xde\x1a\x2c\ \x83\xf4\x24\xcb\x65\xcf\x68\x7a\xe2\xad\xd8\xc4\x54\xaa\x32\x9b\ \x8d\x25\xd3\xa3\xd1\x58\x32\x52\xf4\x80\xd5\x8b\x04\x34\xc9\x23\ \x53\xc9\x6c\xb6\x30\x9e\x4e\x4c\x54\xd2\x13\xd9\x90\xdf\x9f\xaa\ \xbc\x53\x1c\x4d\x86\xb2\xe5\xf4\xdb\x95\x40\x20\xe6\x49\x79\x03\ \xc5\x40\xba\x52\x99\x2a\x96\x73\xfe\xd4\x44\x2e\x91\xab\x54\xca\ \x69\x24\x57\xde\x40\xd4\x00\x6a\x17\x88\xa9\xf5\x5a\xa3\x55\x2c\ \x7e\x7e\xcd\x4d\x25\xe7\x4b\x35\x60\x0e\x51\x13\x1b\x29\x5f\x6a\ \x90\xcb\x84\x1d\x6c\x3e\x8f\xce\xee\x93\xca\x41\xb4\xe0\x50\x1c\ \xa0\x52\xf5\xee\xa8\xc7\x66\x35\x04\x53\x89\x6c\xda\x69\x4c\x84\ \x12\xee\xf2\x68\x76\x74\x26\x31\x3e\x9d\x4c\x24\x80\xf2\x52\xe9\ \x54\x74\x34\x11\x0c\x65\xb3\xc9\x74\x2c\x38\x0d\x8e\xb5\x90\x0c\ \xc5\x02\x5e\x99\x12\x54\x2e\xe0\xf7\x64\xbd\x5e\xab\x3b\x30\x5a\ \xa9\x8c\xa6\x13\xd1\x44\xb2\x58\x4e\x17\x8e\x97\x8f\x15\xc6\x67\ \xdf\x78\xfb\xe8\x89\x63\xe3\x13\xa3\x47\x47\x67\x66\x8e\x1f\x3b\ \x5e\x99\x3d\x9a\xce\x7a\xec\x6e\x7f\xd0\x6b\xb7\x9b\x95\x9a\x68\ \xc8\x1d\xd0\x6a\x9d\x5a\xb5\xc6\x29\x05\x4f\xaa\x57\x6a\x94\x5c\ \xb1\x5e\x65\xd6\x18\xcd\xee\x80\xdd\x6a\x54\x19\x4d\x4e\xb5\xd4\ \xa4\x71\x66\x63\xd1\x74\x76\x7a\x3a\xeb\xcf\xbe\x7b\x7c\xfc\xc8\ \xef\x3f\xd8\xbb\xf3\xf4\xc6\xe3\x4b\x97\x3e\x7b\x72\xf5\xc9\xbd\ \xab\x57\xae\x56\x9b\xf9\x3a\x0c\x47\x8d\xf5\xa3\x91\x44\xf2\xdd\ \x7f\x7e\xfc\x34\xce\x24\x58\x56\x5c\xe1\xcd\xa7\xf5\xbc\x44\x02\ \xe3\x12\x19\x43\xc2\x8b\x7c\x14\x26\x87\xc2\x74\xb1\x04\x8d\xbb\ \x3b\x71\x4c\xbb\x60\x2f\xd6\xf7\x22\x57\x9d\xbc\x4e\x9c\x1c\x6a\ \xef\xc4\x61\x04\x16\x6c\x0b\xb0\x49\x27\x9e\xa3\x20\xe1\xf0\x2d\ \xed\x04\x0a\x16\xcd\x06\x75\x92\x71\xdd\x9d\xc3\xc3\xfd\xbe\xc8\ \xb9\x53\xfd\x18\x0c\x87\xd3\x8a\x6b\x45\x22\x36\x36\x82\xef\x9e\ \x1b\x1c\x1b\x39\x35\xbf\xba\xb1\x7c\x66\x1e\x91\xd5\xf2\xc5\x8d\ \xd5\xdd\xb5\x85\xe5\xd5\x47\x1b\xbb\xbb\x8f\xd6\x96\x57\x17\x2e\ \xae\xee\x6e\xbe\xf6\xa4\xbe\xfe\xf4\xc7\x1f\x37\x39\x0b\x8f\x36\ \xf6\xc9\xa7\x01\xb1\x36\x1e\xed\x7e\x7c\xee\xf6\x17\x5f\x7c\x7b\ \xfd\x93\xcf\x9f\x62\xce\x3c\xda\x78\xf4\x3f\xfa\x1f\xee\x7d\xfb\ \xcd\xad\xef\x3f\xf9\xfc\xfa\x37\xdf\x5e\xbb\x73\xe5\xc6\x93\x2b\ \x3f\xee\xdd\x78\x7c\x15\x84\xeb\xf1\x8f\xf7\x1f\xef\x3d\x58\x7c\ \xfa\xe9\xe2\x93\xc5\x4b\x57\xb7\x96\xee\x6f\xd7\xf3\x71\x89\xcf\ \x82\x2e\x6d\xd2\x30\x34\x05\xa9\x95\x49\x21\x10\xc8\x58\x02\x7c\ \xc4\xe3\xc1\xd2\xb6\xb5\x62\x50\xff\xf9\x91\x06\xd0\xa9\x4a\xcc\ \xa6\x52\xa9\x7c\x3a\xf5\x50\x87\x58\xa6\x17\xf2\xb9\x74\x6a\xd7\ \x01\xb0\x74\x3d\x03\xf4\x2e\x24\x5a\x07\x80\x93\x3a\xb8\x32\xb3\ \x56\x66\xb2\xb9\xb3\xb1\x2f\x15\x97\x02\x03\x07\x06\x0e\xfd\xee\ \x20\x18\x41\x54\xf5\x02\xb2\xd5\xc5\xe8\x3b\xf0\x62\x4f\x57\xcf\ \x81\x81\x83\x03\xe0\x24\xe9\x54\x14\x68\xd9\x03\x37\x7b\x18\x74\ \xc6\x80\xd0\x60\xce\xbd\x76\x65\x71\xf1\x87\x6f\x6f\x7c\x9d\x9f\ \x3c\xdf\xb4\xfd\xed\xbf\x8e\xe4\xba\xf8\x32\x9e\x5c\x26\xd7\x8b\ \x51\x92\x30\x5d\xa9\x97\xe9\xa7\xb3\x42\xa9\x50\x9d\x4b\x5b\x3f\ \xd9\xfa\xee\x6a\x92\x2e\xe7\xa9\x96\x68\x8d\x9f\x58\x63\x83\x0f\ \xcf\xe7\x55\x48\x55\x4f\xe2\xe6\xe6\x09\x9d\x73\x73\x73\xe7\x37\ \x36\xd6\x26\x29\xf9\xea\xdd\x6a\x66\xa9\xde\x74\x34\xef\x96\x1a\ \xdb\xeb\x0d\xa0\xac\xf8\x3a\x18\xba\x52\xa6\x19\xae\xba\xb6\x96\ \x80\x89\x5c\xf5\xe6\x56\x29\xde\xc8\x2f\xc1\x3d\xb5\xaa\x42\x57\ \xaf\x4a\xea\x4d\xb0\x60\xe1\x4c\x6d\xdd\x01\x08\x55\xaa\xbb\xe2\ \x55\x40\xb0\x4c\x5e\x02\x9e\x0d\x40\x66\xa5\xb6\x54\xad\x87\x9b\ \x3f\x96\x76\x9a\x77\xef\x6e\xd6\x32\x28\x8b\xc6\x07\x82\xc3\x71\ \x2d\xe5\x33\x4b\x2b\x2e\x11\xd9\x57\x05\x3d\xab\x8b\x98\xf9\xc1\ \x7f\x9d\x01\xc9\xb7\x00\xed\xc4\x5d\xf1\x8c\xc5\x95\xaf\xe5\xc3\ \x0a\x30\x95\xf5\x8c\xcb\x22\x2a\x39\x04\x79\x9f\x44\xe7\x22\x72\ \xe2\xa8\xd7\x8c\x82\xc3\x0c\x4b\xb0\x1c\x07\x87\x29\x71\xa0\xc6\ \xa8\x3b\x2b\x0d\x30\xa8\x99\xda\xe6\xe2\xd6\xe6\xd6\xd2\xca\xd6\ \xca\x0a\x60\x5b\x53\xd1\x86\x21\x4c\x9e\x3a\x35\x36\x37\x37\x39\ \xd9\x0f\x84\xb5\xff\xf3\xbf\x2f\x33\x33\x4b\x0d\x70\xa0\x4d\x85\ \xc3\x52\x6b\xe4\xf3\x71\x11\x99\x28\xf1\x81\xcf\xd7\xc5\x61\xc3\ \xf5\xf5\x70\xb8\x14\xaf\x3b\x14\xb5\x92\x05\x50\x8b\x29\x5a\x71\ \xe8\x6a\x8d\xb8\x2f\xe3\x00\xb0\x16\x89\x44\x4c\x05\x8a\x27\x0b\ \x5b\x28\x02\x0e\x96\xe9\xe0\x50\x68\x28\x8b\x82\x44\xe3\x90\x5a\ \x30\x4c\x42\x1b\x93\x8c\x7d\x41\x88\xc6\x0d\xb1\x52\xa3\x17\xf3\ \xc4\x1e\xa5\x39\x14\x74\xdb\x6d\x20\x0e\xfe\x99\xa0\xcd\xef\x0f\ \x38\xfd\x6e\x15\x9a\xe7\x36\xdb\xec\x72\xad\xd1\xee\x8d\x98\xc0\ \xa3\xa1\x96\x2b\x76\xbb\x5d\x63\xf6\x82\x84\xb9\xd3\xc9\x40\x2e\ \x1a\x0c\x39\x0b\x81\x2c\xf8\xbd\x99\xf1\x02\xca\x3e\x1d\xad\x64\ \x73\xb1\x89\x54\x12\xac\xa1\x37\x98\x8c\x44\xca\xee\xe0\xd1\x64\ \x2e\x5a\x39\x99\x4b\x56\x42\xc5\x72\x30\x36\x3d\x3a\x7a\x3c\xed\ \x4f\xa6\xca\x81\xd4\x4c\x3a\x1a\xb3\x25\x22\x81\x4a\x20\x34\x95\ \x3c\x96\x2b\xe6\x82\x59\xd0\x96\x50\xda\x5f\x0e\xe5\x92\x89\xa0\ \xdf\x18\x73\x3a\x23\x1a\xab\x1a\xce\x7d\x8d\xcd\xe3\x45\xc9\xd2\ \x46\x9b\xd9\x64\x55\x1b\xd5\x72\xae\x58\x6b\x96\x89\xf9\x7c\x21\ \x43\x25\x14\x8b\xb9\x4a\xd4\x31\x97\x2e\xd6\xcb\x18\x28\x91\x82\ \xad\x89\x38\xbd\x41\x9b\xdb\xef\x75\x03\xe5\x45\xbc\xf6\x82\xdb\ \x96\x4d\x1f\x9f\x8a\x26\x2b\x89\x58\x30\x90\xb0\x46\x43\x1e\x63\ \xba\x6c\x0c\x16\x9d\x69\x4f\x28\x92\x00\xee\x31\x4b\xf5\x56\xa5\ \xd1\x1c\x2c\x7b\x53\x49\x50\x6c\xad\x3b\x14\x48\xce\xa6\x81\x1e\ \xc7\x63\xc9\xd4\x54\x34\x94\x3d\xf2\xda\x1b\xe3\x27\x5e\x7e\xe3\ \xf7\xef\xbe\xf5\xe6\xaf\x7e\x3d\x5e\x1e\x7f\xfb\x8d\xb7\xdf\x9c\ \x2d\x56\x2a\xb3\x33\x4e\x77\xd0\xe9\xf4\xaa\x6d\x1a\x99\xde\x9d\ \x8a\x04\x9d\x26\x35\x5b\x66\x00\x5f\xaa\xd2\x98\x55\x6a\xa9\x18\ \x14\x4a\xad\xd5\xaa\xf4\x46\xad\xd1\xa3\xd5\xf8\xad\x66\x4d\x40\ \xeb\x1c\xaf\xa4\xdf\x99\x79\x77\xf6\x64\xf9\x8d\x13\xe7\x5e\x79\ \xfd\xf6\xde\xb7\x37\xee\x7d\x7d\xe5\xdb\x8f\xaf\xdc\xfb\xe1\xc9\ \xd3\x07\xdf\x3f\xdd\xdc\x5e\x5c\xda\xd9\x79\xfa\xd3\xb9\x63\x7f\ \xba\xfd\xd9\xe2\x62\x89\xa4\x83\xc3\xd1\x21\x71\xdd\xfd\xa1\xe9\ \xa2\x70\x48\x34\x2c\x86\xc8\x84\x17\x16\x87\xc1\x62\x05\x3a\x47\ \xb5\xfa\x74\xd1\x42\xa1\xe1\x75\xb5\xc5\x77\x85\xc2\x48\xec\xe3\ \xd6\xc1\xa1\x5e\x12\x8b\x80\xef\xc4\xb7\x62\x89\x94\x96\x16\x0c\ \x05\x43\xee\x6c\x21\xe0\x88\xcc\x76\x1c\xbe\xad\xb5\x6d\xa8\x13\ \xdf\xdb\xde\x8e\x8b\xbd\x36\x3c\x89\xe1\x88\x5a\x86\x88\xf8\x5e\ \x1c\xb1\x1f\xd7\x79\x6a\x72\x78\x6e\xee\xd4\xd9\xb5\xe5\x8b\x97\ \x2f\x9f\x3d\xb5\xbc\xbb\x71\x71\x79\x79\x61\x79\xf9\xc2\xa3\x47\ \x6b\x6b\xfb\xf0\xbe\xb6\xbc\x70\xf1\xe2\x1a\xeb\x8b\xfb\x0e\x57\ \x55\x91\xc9\xb4\x01\x3d\xac\xb5\x3f\xda\xbf\xb8\xb6\x76\x73\xf0\ \xc3\x6f\xae\x7f\x75\xfd\xfa\x5f\xaf\x61\x4f\x2f\xef\x3f\x7a\xf6\ \x1f\x43\x57\xf7\x6e\x7c\x75\xe7\xeb\xf7\xbf\xfc\xe6\x93\x6b\x5f\ \x5c\x47\x59\x83\x8b\x4f\xbf\xff\xee\xca\xe3\x27\x57\xae\x5e\x7d\ \x7a\xed\xde\xd3\xcd\xa7\x68\xae\xfd\xc7\x2b\x0f\x77\xd6\x33\xe0\ \x97\x44\x79\x1d\x53\x81\x15\x49\x88\x14\x38\x34\x51\xc2\x33\x19\ \x34\x16\x07\xbb\x8f\x6f\xc1\x81\xd8\xb6\xa1\x8a\xf7\x77\xf5\x1a\ \xa1\x50\x4c\x07\xc4\x62\xd3\x01\x98\xa4\x5a\xa5\x90\xce\x65\x33\ \xf8\x5d\x5d\x08\xb1\xfb\xba\x0e\x76\xf4\xb0\x51\xf0\xfc\x40\x0f\ \x57\x1b\x0d\x06\xdc\x89\x37\xff\x99\xd9\x5e\x1c\x3d\xc8\xe8\x39\ \xd4\x77\xf0\xbf\x50\x77\x3f\x6a\x0f\x5a\x19\x41\xef\xe8\x38\x38\ \x30\xd0\x71\xf0\xd0\x00\x95\x4e\x1d\x40\x17\x76\xba\xba\xba\xe0\ \xf3\x00\x0a\xe2\xa5\xea\x55\xde\x5f\x3c\xf8\xf4\xa7\xef\x6e\xdd\ \x7a\x42\xbb\xdc\xff\x87\xbe\xbf\xf0\xff\x29\xa7\xcb\x64\x28\x08\ \x45\xc6\x97\xca\xd8\x1d\x5c\x83\x5c\xe5\x9d\x50\x0b\x85\x3c\x75\ \xa2\x70\xe2\xc9\xbd\x6b\x57\x6d\x54\x19\x3b\xc5\xc4\xd6\x14\x8a\ \xe1\xd6\xd2\xda\x9e\xca\x68\x96\x2b\x67\x47\xce\x5f\xbe\x7a\xa5\ \x0d\xbc\xf5\x85\x5e\xe6\xdd\xed\xc6\xe6\x7a\xa3\xda\x6c\x00\xf2\ \xc4\x6b\xeb\x35\x70\x77\xf9\x66\xb5\xb4\x89\x04\xa8\x8e\x56\xcf\ \x35\xc1\x11\x36\xee\xd6\xc2\xf1\x3a\xd8\xc1\x95\x06\x98\x30\x9f\ \xae\x6e\x41\xcd\x57\xf2\x28\x44\x22\x8e\x16\xe1\xc4\x7d\xa0\x33\ \xae\x52\xdd\x07\x84\xe4\x6a\xfe\xd8\xa8\x2f\xd5\x51\x52\xce\x16\ \x88\x55\x26\x53\xdb\x69\x64\x80\x4b\x2c\x2c\xa6\xc8\xe1\x00\x26\ \xab\x35\xb7\x44\x64\x72\x3c\x9f\xcf\xa0\x88\x07\xda\x60\x1b\xa9\ \x77\xa8\x85\x23\x62\x81\xcf\x73\x08\x2c\xf9\xe7\x95\xf2\x16\x89\ \xc4\x17\x2f\x59\x38\xba\x92\x43\x21\x61\x86\x4b\x0e\x10\xc4\xb8\ \x24\xef\x10\xb8\x6a\x61\x96\x22\xe3\x50\x54\x7d\xf9\x78\x78\x73\ \x7b\x05\xf4\xb4\x51\xdd\x5c\x69\xe4\xd7\x77\x9a\x20\x49\x97\x56\ \x4a\xd5\x4d\x1a\x8e\x46\x3c\x3d\x77\x7a\x6e\xee\xf4\xd8\xf0\xd0\ \xd0\xe0\xe9\xfd\x9b\xff\xfb\x11\x25\xdf\xb8\xd4\xa8\xaf\xaf\x4b\ \x2c\xba\xa5\x5a\xd8\x25\xa2\x60\xb0\x16\x9d\x40\xc0\xe2\x58\x5c\ \x34\x5d\xa6\x99\x71\x39\x5c\x68\x61\x37\x3c\x13\x47\xdc\x62\x29\ \x01\x6d\x4a\x5c\x3e\x94\x82\xa8\x10\x80\x13\x15\x28\x14\x1c\x91\ \x4e\xc4\xb2\x48\x38\x1c\x2c\xba\x42\xcc\x11\x51\x98\x44\x81\x00\ \x47\xc0\xb7\xa2\x7e\xfe\x2f\x70\xb9\xe0\x58\xa4\x54\x9e\x5c\x28\ \x93\xdb\xed\xd6\x48\x28\xe6\x77\xbb\xd3\x5e\xbf\x33\x61\xd5\x78\ \x9d\x76\xa3\x09\xb0\x0b\xbe\xe9\x35\x79\xbd\xee\x80\x12\x65\xcf\ \xb8\x3d\x29\x8f\xd6\xe4\x77\xdb\xac\x21\x63\x00\x24\x25\x3a\x9d\ \xb2\xfb\x63\x66\x67\x2e\x99\x3d\x1e\x8b\xce\x26\x8a\x33\xa9\x64\ \xb9\x10\x4b\x14\x4f\xcc\x46\x41\xce\x22\xd9\x54\x30\x38\x55\x74\ \xe7\x22\x91\x71\x40\xac\x58\xc2\x9f\xce\x8d\x66\xdf\x2d\x84\xd2\ \x11\x90\x83\x4a\x32\xe4\x09\x45\x43\xb9\x80\xad\x10\xf3\x14\x73\ \xa1\x54\x20\x9a\x4e\x4f\xc7\x12\x89\xd8\x4c\x22\x39\x9a\x4c\xfb\ \xfd\xee\x48\xd4\x1d\x89\x19\x9d\x09\xbb\xd3\x63\x8b\x25\xad\x4e\ \xad\xdf\xe4\xf6\x98\xf5\x46\x93\x5a\xa6\x01\x63\x65\xb0\x81\x25\ \x00\xde\x52\xaa\x94\x32\xa1\x5e\x28\x17\x32\xa4\x07\x3a\x18\x52\ \xfe\xc0\x00\xd5\xe4\xb6\xd9\x53\xa6\x80\x3f\x11\x73\x87\x82\x4e\ \xd4\x77\xd4\xed\x19\x2d\xa4\xa3\x1e\xbf\x2d\x1d\xf3\x86\x62\x11\ \x7f\x30\x19\x8a\x44\xa7\x0b\xc1\x48\x2c\x17\x8b\xca\x0d\x4e\xbf\ \xdd\x3f\x1a\x09\x05\x53\xe9\x80\xbf\xec\x07\x69\x49\x8c\xa7\x43\ \x21\x8f\x33\x98\xb5\x82\xc2\x45\xe1\xe7\xb3\x6f\x4c\x9f\x3c\xfe\ \xe7\xf7\xfe\xf0\xea\x1b\xc7\xde\x99\x98\x79\x75\x2a\x58\xfe\xd5\ \xdb\x47\x8a\x13\x89\xe8\x4c\xc5\x0f\x16\xda\x6f\xb5\xeb\xcd\x62\ \xbd\xd8\xe6\x31\x2b\xd5\x3c\xa3\x9c\xa1\xd4\x6b\xb5\x46\xa7\x55\ \xab\x02\x23\xed\x54\x9a\x51\x63\x19\xb5\x46\xa5\x55\x1a\xf5\x7a\ \x35\xb8\x44\xbb\xd3\x1f\xf5\x9b\x9c\x5a\xef\x4b\xe5\x97\x26\xbe\ \xb8\xf5\xc9\x6b\x7f\x38\xf7\xa7\x97\x7f\xfb\xcf\xcf\xcf\xbd\xf7\ \xdd\xe2\xc7\x5f\x2f\x3d\x7c\xfa\xc9\xed\xa7\xb7\xbe\xfd\xe4\xbd\ \x5f\x04\xb4\xe9\x23\xf7\x74\x28\xa3\xa9\xa6\x63\x49\x24\x0e\x07\ \x0c\x37\x44\x3c\x8e\x40\xc6\x30\x05\x44\x1a\x2a\x01\x70\x28\x5c\ \x9f\x36\x25\x02\x11\xd9\xa2\x68\x25\x7c\xea\x66\x3b\x67\x7e\x1a\ \x9c\x24\xe3\xdb\x86\xf0\x44\x82\x48\x84\xe9\x1c\xea\xc6\x13\xb0\ \xad\x78\xdc\x60\x77\x37\x81\xd0\x82\x7a\xb8\x77\xf6\xe2\x5a\x5a\ \x3a\x4f\x61\x4e\xa4\x5b\x87\xf0\xed\x44\x42\x2b\xb6\x9d\x24\x22\ \x74\x0f\x4e\x0e\x0f\xcd\x9f\x3d\x73\x79\x61\xe1\xcc\x85\x85\xcb\ \x97\xcf\x2c\xec\xa2\xc9\xf6\xdd\xdd\xf3\xe7\x57\x37\x56\xd7\x56\ \x57\x97\x81\xb2\xd6\x2e\x2f\xaf\xdd\xfa\xeb\x96\xa4\x6d\xc5\x22\ \xe8\x5e\x5d\x7d\x74\xf3\xcc\x99\x67\x8f\x76\x77\x9f\xed\xff\xf0\ \xd1\xde\xb5\x7b\xb7\x3e\xdc\x6b\xbb\xf0\xe8\xd9\xc5\xe5\xff\x68\ \xfd\xf8\xde\x37\x5f\x7c\xf3\xcf\xcf\x6f\x7d\xf4\xf9\x77\xb7\xf7\ \x9e\x5c\xbd\xf2\xd3\xce\xe3\xc7\x57\x00\xcc\x9e\x5e\x59\xbc\xfa\ \xd5\xbd\xc7\x4f\xaf\x5c\xbd\x74\x69\x71\xfb\xee\xe6\xc3\x66\xcd\ \x87\xa2\xa6\x24\x64\x0e\x51\x00\xcf\x86\x84\x21\x82\x4f\x25\x92\ \x29\x44\x1a\x28\x15\x16\xd3\xdd\x8a\xc5\xb4\xb5\xe3\x5a\x86\x17\ \x8d\x5a\x83\x5e\xa5\x64\x70\xf5\x1d\x3d\x7c\x06\x83\x2d\xd3\xe8\ \xe9\x54\x19\x5f\xc8\xe3\xa2\x55\x82\x07\x7e\xd7\xd5\x73\xb0\x8f\ \xc7\xe8\x40\xf3\x51\x3d\x54\x8d\x57\xaf\x99\xfd\xb6\xaa\xfb\xf1\ \xd3\xe2\x8b\xa0\x47\x07\x0e\xfc\xe5\x20\x6a\x09\x83\x9a\x46\x76\ \xf5\x50\xb9\x60\x1c\x7b\x40\xa8\x78\x5c\x76\x4f\x5f\xcf\x00\x97\ \x3b\xd0\xd3\x43\xed\x43\x6b\xbf\xe8\x00\x4e\xd6\xb7\xbe\xf8\xe6\ \xeb\x6f\xf7\x1e\xac\xb7\x5e\x76\x25\xfe\xeb\xbf\xa3\x2f\x77\x70\ \xc5\x42\x19\x8f\xcd\x13\x82\x52\xf6\x31\xb8\x32\xae\x36\x60\x15\ \xc3\x1d\x72\xad\xf3\x7a\xed\xdc\x95\x87\x7a\x99\x9a\xfb\x0a\xb0\ \x43\x0b\x67\x90\xd0\x7a\xf1\x25\x31\xca\x3c\x2f\xb4\x5d\x1c\x11\ \xad\xac\xb7\xed\xb7\x82\xe7\xdd\xda\xda\xdc\xac\xae\x7c\xba\x12\ \xaf\x95\x40\x2b\x40\x45\xc0\x25\x81\xda\xe4\x1b\xeb\x77\xeb\x35\ \xd4\xfb\xb8\xb1\xd2\xc8\x34\x56\xea\x0d\x4b\x66\x73\x7d\xbd\x14\ \xf7\x89\x80\x46\x6a\x8a\x4c\x0d\xb5\xa1\xd9\xac\xc5\x4b\x61\x1d\ \x70\x95\x25\x53\x8d\x83\x87\xcb\xeb\x2c\xf1\x7c\x7d\x25\xb3\xb5\ \x5d\xf5\x35\x39\x78\xb2\xef\xc7\x6d\x57\xe3\xd2\xfa\x8a\x4f\x04\ \x2a\xe3\x53\x84\xc3\xd5\x4c\x69\xab\xea\xca\xbb\x68\x8a\xb8\xab\ \x9e\x11\xe9\x14\x8e\xc1\x0b\x44\x1d\x96\x24\x92\x48\x28\x8a\xb8\ \x25\xcc\x42\xad\xdd\x75\xd5\x92\x23\x53\xb3\xb8\x32\x00\x36\x0e\ \x9f\x43\xf4\x3c\x3e\x70\x53\x62\xa9\x37\x4a\xd5\x7c\x3d\xde\x04\ \x95\xdc\xb9\xdb\x68\xf8\xf2\x9b\xdb\xf5\x12\x8a\x3e\x5c\x6f\xd6\ \x7d\x8d\x75\x20\xba\xea\xdd\x7a\xa6\xbe\xc5\x24\x51\x28\xfd\x63\ \x63\xa7\xe6\xce\x9e\x3e\x3d\xd4\xdb\x39\xf6\xe8\xdf\xff\xb1\x8f\ \x8b\xa3\x4d\xdf\x6d\xb2\x44\xd5\xba\x8b\xc3\x51\x30\x51\x3e\xb4\ \x82\xa6\x50\x48\x74\x16\x54\x59\xdf\x74\x95\x6a\x99\x52\x46\x51\ \xaf\xe5\x05\x0a\x9f\x80\xa5\x78\xde\x51\xd2\xe2\xd0\x39\x24\x82\ \x92\x8b\xa5\x10\x09\x98\x12\x9d\x80\xc6\x91\x48\x04\x44\x0c\x93\ \xe5\x50\xb0\xc8\x58\x1a\x8d\x43\x24\xe2\x39\x58\x2c\xe5\x05\xb9\ \x41\xa5\xd7\x28\xe9\x1d\x7c\x76\x87\x49\xeb\x0d\x3a\x6d\x36\xb0\ \x60\x5e\x6b\x30\x10\xf1\x04\x02\x1a\x93\x59\x23\xd6\x26\x4c\x5a\ \xab\x5c\xaa\xd5\x44\xd3\x76\x38\x11\xdd\xa1\x9c\x51\xa3\x71\xc2\ \x59\xe6\x76\x6b\x80\xc1\x22\x89\xac\x37\x34\x9b\x42\xd7\xf7\x02\ \xc9\xc8\x3b\xc7\x83\x91\xe9\xd9\x89\x13\x27\xa7\x2a\x85\x99\xb4\ \xcd\x1e\x89\xc2\x89\x0a\x1f\xc7\x3d\xee\x68\x6e\x6a\xe2\xf5\x6c\ \x2c\x91\x9e\x19\x1f\x2d\xce\xfe\x76\x2a\xea\x49\x4c\xe4\x22\xc9\ \x94\x33\x55\x4e\xa4\xb3\xd9\xdc\xf8\x78\xca\x9b\x1b\x2f\x64\x63\ \xb9\xac\x3d\x95\xae\x64\x83\x91\x74\x30\x65\xb7\x47\xb2\xd9\x20\ \x6a\x7e\x1e\x48\x8e\x16\x9c\x81\xa8\xd1\xe9\x8c\x19\xe1\x77\x82\ \xdd\x32\xa2\x0c\x2f\xa3\xc6\x63\x16\x4a\x35\x4a\x03\x80\xba\x50\ \x2f\xd7\x4b\x79\x32\x54\x8d\x4c\xa5\x0f\xf4\xf1\x8d\xce\x80\x2d\ \x90\x0a\xc4\x62\x49\x53\x28\xad\x0a\x46\x72\xd9\x71\xb7\xdb\xec\ \x09\xd9\x02\xb9\x6c\x3a\x05\xb4\x16\x2d\x44\xa3\x11\xcf\x44\x1a\ \x24\xd3\x9f\x72\x3b\xcb\x89\x58\xac\x38\x9b\x0e\xa4\xa6\x63\x21\ \xa7\xca\x59\x2c\x17\x23\xfe\x90\x5b\x6d\x35\x9a\xcc\x4e\x93\xc6\ \x64\xb2\x9a\x81\x2e\x73\xc7\xb2\x27\x5e\x39\xf7\xf9\xdf\xff\xf3\ \xdd\xe9\xd9\x74\xf1\x8d\x63\x6f\xbe\x7e\x74\xfa\x68\xd0\x9b\x8e\ \x04\x22\x09\x9b\xc1\xef\x34\x5a\x35\x2a\x95\xcd\xa0\x51\x4b\x65\ \x5a\x8d\x41\x6d\x70\xc3\x1d\x56\xad\xd3\x6b\xd7\xf8\x4d\x2a\xb5\ \x27\xa8\x51\xab\x35\x26\xe4\x09\x35\xc1\x44\xd1\x6c\x73\x06\x93\ \x76\x93\xc1\x53\x08\x9a\x82\xe9\xd7\xff\xf8\xa7\x97\xbe\xfc\xea\ \x1f\x7f\xff\xe6\x87\x8f\xee\x3d\xb8\xfa\xe4\x0f\x8f\x37\xdf\x2c\ \x97\x83\x56\x95\x5a\x1c\x78\x6d\xb1\xbe\x6e\x91\xc4\x2f\xd5\x44\ \xae\x3c\x90\x07\x85\xd4\x4e\x20\xe0\x28\x02\x1a\xa6\x8d\x40\x24\ \x31\x2d\x3e\x78\xcd\x45\x24\x0a\x0d\x0c\x00\xf1\x49\xa6\x8d\x34\ \xa8\x48\xf5\x8c\x7f\x73\xa9\x75\x04\xe9\x14\x8d\xa0\xe0\x8c\x0d\ \x01\x6b\x61\xdb\xba\x89\x83\xfd\xdd\x6d\x58\x72\x77\x7f\x1b\x01\ \x8f\x6b\x19\x1c\x6c\x1b\x19\xeb\xee\xfe\x6a\x94\x38\xd6\xdb\x4a\ \x26\x51\xb0\xa4\x96\xc1\xde\xce\x53\xf3\x68\xca\xfd\xe2\x85\x85\ \xf3\xe7\x37\xf6\xd7\xe6\xcf\xef\xee\x82\x15\x44\x6d\xfc\x16\xf6\ \xd7\x36\x56\x97\x57\x57\x77\x77\x77\x57\xd7\xf6\xf7\x6b\xb7\xee\ \x55\xc3\x35\xcc\xd8\x99\xb5\x9b\x37\xf7\x09\x0b\xfb\xe0\x17\x7f\ \x76\xfc\xf6\x9f\x5f\xed\x2d\xfe\xf9\x41\xe7\xc2\xcd\xfd\x85\x0b\ \xff\xb7\xe8\xf1\xad\xaf\xf6\xbe\xfa\xfc\xdb\x07\x37\xae\xdf\xb9\ \xf1\xf1\xd5\x2b\x8f\x17\xd7\xef\xdd\xd8\xbb\xda\xac\x7d\xf6\x74\ \x6b\xf1\xe3\xdb\x4f\xae\x2e\x5e\x5d\xbc\xbb\xb8\x8d\x1a\xae\xe4\ \x5d\x60\x0a\x74\x4c\x70\x81\x14\x81\x84\x86\x65\x62\xf1\x80\x85\ \x24\x22\x19\xdb\x8a\x6b\xc3\xb4\xf4\x13\x30\x58\xc0\xc2\xde\xb6\ \x19\xa9\x59\xaa\x32\xa9\x78\x74\x21\xa3\x87\x2e\x14\xd2\xa9\x7a\ \x25\x97\x2e\x93\xa3\x72\xe2\x9e\x3e\xd4\x63\xe6\x00\x6a\x8e\xc5\ \x3e\x78\x08\x70\xab\xab\x83\x2d\x34\xbc\x07\x27\x6b\xed\xf1\x9b\ \x00\x56\x5d\xbf\xfb\xaf\x03\x07\xbb\xc0\xf4\x51\x07\xba\xd8\x5d\ \x07\x51\x62\x74\x5f\x1f\xea\xfc\xd1\xc1\x86\x9f\xed\x61\xf3\x50\ \xcf\xbf\x1e\x54\x99\xcc\x10\x8b\xa5\xa1\xa9\xdf\x9c\xfb\xc7\xf5\ \xdb\xb7\x9a\xc3\xa7\x1e\x68\xff\x76\xe8\x95\x14\x9d\x2b\xe3\xf3\ \xf9\x62\x6a\x07\x9d\xcd\xe0\x4a\x65\x4a\x99\xb1\xa0\x96\x4b\xd5\ \x62\xbf\x26\xf6\xd3\xf7\xef\xef\x9c\xa3\xcb\xf8\xb2\xab\x4b\xa5\ \x1a\x81\xd8\xcb\xec\x3e\xfb\xa6\x54\xa9\x57\xc9\xfc\x99\x47\x82\ \x6f\x31\xed\x97\xff\x0f\x76\xb1\xb4\xd2\x44\x99\x5e\x96\x6a\xbd\ \x84\x3a\xc5\x80\x3c\x2d\x21\x33\xb7\x5e\x2f\xf9\x9a\x5b\x5b\xb5\ \x6a\x2d\x5f\x5a\xdf\x2e\xc5\x1d\xdb\x4b\xb5\x7c\x66\xb3\xb6\xae\ \x90\x54\x1d\x8e\xf0\x7a\xbe\xba\x54\xcd\x57\x1b\x4b\xd5\x5a\x3c\ \xe3\x0b\x97\x32\x12\x10\x2d\x78\x84\xa5\x26\x11\x49\xc2\x79\x47\ \xa6\xb1\x03\xf2\x27\x68\x6d\xc3\x50\x80\x4f\xb6\xb6\x76\x4a\xa8\ \x54\x22\xdf\x00\x6a\x2b\xa1\xe9\xfb\xcc\xd2\x66\xa9\x54\x8d\xaf\ \xfb\xc0\x4d\xae\xa0\xbc\xc2\xcd\xfa\x0e\x6c\x7e\x25\xac\x10\xe9\ \x1a\xa5\x78\xb8\x59\xcf\x6c\x36\x5d\x99\x78\xd5\xa7\x13\x84\x6b\ \xb5\x3a\x58\xcd\x4c\x5c\x01\xdb\x6c\xae\x37\x4b\xa8\x23\x4c\xfe\ \xee\xdd\x9d\x66\xbd\xde\x6c\xde\x6d\x6e\x35\x1a\x68\x0a\xab\x56\ \xdf\x6a\xd4\x9a\xf5\x6a\x69\xa9\x5a\x15\x60\x08\x84\x91\xb1\xc9\ \x53\xf3\x30\xc2\x9d\x1a\xee\x1f\xde\xf8\xf9\x5f\x97\x89\xf9\xcd\ \xea\xa5\x25\xd4\x7b\x7e\xc9\xe7\x73\x64\x58\x34\x5d\x5e\xe1\x72\ \xa1\xe0\x30\x81\xc2\x12\xce\xe7\xe1\x4d\x57\xad\xe7\x45\x12\x97\ \xc3\xc2\x62\x39\x24\xa8\xa5\x64\x06\xc4\x79\x45\xc2\x44\x79\xd0\ \x02\x91\x00\xcb\x72\xb1\x48\x58\x8e\x8e\x46\xc0\xd3\x38\x34\x12\ \x11\x95\x1a\x3e\x2f\xc8\xc3\x11\x28\x2f\x18\x94\x30\xe0\x77\x30\ \xa8\x5c\xae\xd6\x68\xb5\x1a\x82\x56\x3f\x58\x1b\x55\x20\x61\xf7\ \x87\x9c\x1e\xaf\x55\x2d\xe3\xb2\x83\x51\x33\xf8\x3f\x30\x81\x66\ \xa3\xc7\xe0\x71\x26\x52\x6e\x2f\x28\x96\xdb\x6e\x57\x1b\xac\xfe\ \x54\xd0\x93\xb3\xc6\xd2\xce\xc4\xf8\x73\x3c\x0a\xa5\x63\xc1\xc4\ \x3b\xe5\x50\x68\x22\x9b\x2c\x06\xa3\xd9\x40\x71\xd4\x96\x48\xcc\ \x94\x01\xc4\x0a\xb9\xd9\xf2\xeb\x47\x23\x85\xa3\xc7\xa7\x72\xb3\ \x95\x09\xd0\x9f\xf4\x68\x2e\x19\x81\xc7\x27\xfc\x29\x80\xa9\xd1\ \x89\x4a\x65\x3c\x97\x1a\xcd\x8d\x17\x53\xe5\x74\x34\x9a\xc8\x25\ \xb2\x9e\x40\xa4\x32\x3d\x1e\x8a\x38\x8d\xa9\x54\xd6\x96\xcc\x8e\ \x07\xac\xb6\x68\x40\x03\x84\xe5\x31\x18\x13\x1a\xa3\x4a\xa6\x35\ \x29\x55\x32\xa5\x46\xa8\xd6\x8a\xe5\x32\x99\x4a\xaa\xa4\xf2\xb9\ \xec\x2e\x1e\x9f\xcf\xe6\xb3\x9f\xcf\x73\x83\xa0\xe5\xac\x20\xbe\ \x56\xbf\x2d\x12\x4a\x9b\xc5\xde\x6c\x32\x02\xf2\x14\x2a\x7b\x4d\ \x1e\xaf\xc7\xeb\x4f\x46\xfd\x39\xbb\xdb\x19\x8c\x04\xdc\x11\xef\ \xb8\xdb\x0e\xbb\x3d\x3a\x9e\x73\xcb\x34\x5e\x30\x9e\x72\x8d\xd3\ \xea\x0d\xa6\x72\xe9\x72\x20\x94\x4e\xa0\x72\x2c\x7f\xf6\xcd\x97\ \xde\x78\xf9\xc4\xcb\x7f\xfc\xf3\x07\xaf\xfe\xa1\x72\x72\x7a\xfc\ \xcd\x23\x27\x4f\xe4\x82\xc0\x61\x5e\x93\xd9\x10\x70\xeb\xad\x36\ \xb3\xc1\xa4\xd6\x8b\x41\x44\xf9\x5a\x8d\x56\x66\x36\xab\xe5\x6a\ \x7d\x24\xa2\x0d\x82\x68\xb9\x43\x51\x9b\x01\x00\xcb\x6a\xd7\xb8\ \x6d\x21\xff\x68\xb9\x32\x3d\x53\x9c\x3a\xfa\xee\x89\x13\xff\xfc\ \xe4\x8b\x1b\xbf\xfd\xfc\xfa\xf5\x73\xd7\xbf\xfb\xe6\xd6\xad\xbd\ \xaf\xff\xfe\xc1\xb9\xd7\xae\xbd\xa9\xa6\x76\x1c\xa0\xab\x7f\xb5\ \xb5\x7d\x09\x86\x1f\x0e\xab\x71\xed\xcb\x2a\x9c\xc8\x0a\x1d\x0e\ \xdb\xd6\x82\xa5\xa0\x54\x51\x32\xb1\xd5\x61\x21\xb1\x74\xd5\xb0\ \x83\x0c\x2f\x2b\x8b\x08\x9c\x9d\x69\x25\x8e\x48\x8c\x1d\x89\x3f\ \x3d\x16\x75\xe3\x7a\xdb\x28\x16\x66\x0b\x51\xe2\x72\xe5\x59\x40\ \x56\xdd\x2d\x78\xd4\x08\xb9\x97\x88\xeb\xec\x1e\x1a\xea\x6c\xef\ \x1c\x1e\x6c\xeb\xdd\x7b\x83\xd8\x4b\x24\xb2\x7c\x9c\xb1\x11\x0e\ \xeb\xd4\xdc\xe4\xa9\x33\x0b\xe7\xe7\xce\x5f\x5c\x78\x5e\x83\xb5\ \x00\x2a\x75\x71\x61\x61\x63\x6d\x0d\x44\x6b\x75\x6d\x63\x6d\x77\ \x79\x79\x17\xd4\x69\x7f\x79\xfd\xea\x95\x6d\x5d\xef\xd9\x8b\x6b\ \xfb\x37\x6f\x5e\x3e\xfb\x68\x63\xf5\xd9\xcd\xf9\xf7\xdf\xfb\x30\ \x8f\xff\xcf\x2b\xa7\x1f\xed\x5f\xb8\x70\xe1\x5f\x82\x7b\x9f\x9c\ \xbb\xf3\xf5\xb5\xcf\xcf\xdd\xba\xf6\xf5\xed\x7b\x9f\x5e\x7d\xf2\ \xf4\xd2\xfd\x7b\x57\x24\xf9\xad\xab\x97\xee\x6e\x7d\x76\xef\xca\ \x67\x97\x1e\x2e\x2e\xae\x37\x9a\x71\x5f\xd8\x61\xd1\xf9\x48\x02\ \x22\x81\x82\xe5\xd0\x14\x14\x3c\x13\xdb\x8a\x01\xc2\x22\x93\x09\ \xb8\xb6\xee\xd6\x96\x96\x76\x1c\xca\x7c\x1e\xbb\xa2\x55\x02\xb9\ \x98\xf4\x6c\x1e\x9d\x8d\xc2\xbd\x06\xc4\x4a\x19\x9d\xc1\xe6\xb1\ \x91\xa7\xeb\x3b\xd8\x73\x60\x00\x20\xab\xe3\xc0\xc0\xa1\x83\x7d\ \x5d\x5d\x6c\x46\x47\x5f\xd6\x82\x11\xec\x3c\xf9\xe8\x07\xdb\xa1\ \x81\x81\x81\x17\xd1\xfa\x1c\x94\x40\x71\xa0\x0b\x5d\x57\xec\x3b\ \x70\x08\x9c\xe1\xef\x0e\x75\x71\xb9\x8c\x2e\x54\x2e\xda\x81\xe6\ \xb1\xfa\x40\xb2\x64\x72\x69\xd0\x7f\xfc\x37\xef\x7d\xf1\xf5\xc7\ \x8e\xd3\xb8\xf7\xf9\x7f\xd3\x9c\x53\x76\x30\x78\x5c\xb9\x14\xac\ \x27\xb7\x83\xc1\x47\x45\x0d\x46\x9b\x90\xcf\xd7\x9a\xdc\xf6\x97\ \x1e\xff\xf6\x9f\xf9\xb7\xa9\x6c\x46\xfa\xe1\x93\xa6\x43\xa4\x6b\ \xff\xb1\xfd\x4c\x81\xaf\x12\xab\xa5\x95\x36\xf8\x93\x4d\x8e\xed\ \xfe\x7b\x6c\x73\x7b\x6b\x05\x4c\xd4\x4e\xbd\x51\xdf\xac\xb9\x36\ \xeb\xd5\xad\x86\xa3\xd1\x44\x3a\x14\x0f\x97\x36\x9b\xeb\x9b\xb5\ \x6a\xb3\x0a\xaa\x05\xca\x55\x2f\x2d\x01\x14\xb9\xf2\x99\x46\x6d\ \xe5\x61\xb5\x7e\x37\x9e\x07\xc5\xa8\xd5\x4a\xa8\x13\x8c\x05\xfe\ \x4c\x61\xd4\xef\x21\xae\xa8\x85\x69\x44\xa6\x63\xa5\x56\x5f\xd9\ \xf6\xe9\x1c\x22\xe0\x51\x5f\xb3\xd1\x5c\x6f\xd4\x77\xd0\x1f\xb4\ \xde\x68\x6c\xdd\xaf\xd7\xd7\x9b\x0f\xb7\x97\xb6\xaa\x4b\x5b\x4b\ \x0d\x07\x8d\x23\xc2\x12\xc0\x55\xf7\xb7\x73\xaa\xcd\x12\xbc\x6d\ \xee\x2c\xfd\xb8\xbe\xf4\x70\x09\x36\x5c\x42\x51\x25\xdb\x4b\x99\ \x78\xa9\xb1\x55\x6b\x84\x37\x37\x57\xea\x9b\x3b\x3f\xde\xbd\x7f\ \x77\x65\x7b\xfb\x53\xb0\xb2\x97\x7e\x5c\x59\xda\xdc\xde\x59\xd9\ \x5c\xa9\x35\x57\x9a\x8d\x4d\xf8\xcd\x3b\x9f\x36\x33\x0e\xc0\xe0\ \xe1\xd3\x68\x25\xe1\xe9\x33\x67\x0e\xf7\x0f\x2f\xff\xfc\x3f\x6e\ \x92\x32\xcd\xad\xcd\x66\x35\xee\x0a\x67\x50\xff\x76\x89\x42\x92\ \x01\xdf\x87\xd2\x0e\x05\xf0\x06\x04\xd8\x68\x96\x7c\x96\x78\x55\ \x01\x0a\xec\x12\x38\x5c\x3a\x30\x86\x71\x89\x43\xc2\xa4\x90\x39\ \x16\x85\x20\xac\xa3\xb1\x24\x34\x26\x8d\x46\x22\x91\x30\x18\x12\ \x8e\x40\xc0\x93\x08\x1c\x0a\x13\xdb\x4e\x01\x83\x40\x7a\xc1\x44\ \xd7\xab\xf4\xec\x2e\x29\x9b\xab\x95\xdb\xec\x26\x93\x37\x1a\xb1\ \x5a\x9d\x69\xb3\xcd\x66\x35\x59\x03\x26\x19\x15\x86\x31\x77\x42\ \x2d\xd4\xdb\x0d\x46\xbd\xd9\xa6\xb1\x27\x42\x81\x82\x5b\xa9\x35\ \xaa\x03\x41\xb7\xc7\xed\x2d\x16\x4c\x5e\x4f\x31\x18\x10\x5b\x03\ \xa9\x58\x28\x9a\x4a\x05\x01\x5f\x12\x68\x79\x70\xe2\x78\x6e\x3a\ \x67\x34\x46\x63\xd1\xac\x3b\x5d\xb0\xe7\xa6\x0b\x13\xd9\x4a\x24\ \x96\x9d\x1a\x7f\xe7\x64\x3a\x1d\x32\xcd\x00\xe6\xf8\xd3\x95\x00\ \xf8\xbe\x58\xa2\x90\x2c\xa6\xa2\xfe\x48\xb4\x32\x1a\x0d\x94\x67\ \x27\xd2\xe9\xd1\x74\x21\x17\x48\x45\xec\x76\x6d\x64\xa2\x68\xb7\ \x86\x72\xce\x68\x30\x1b\xc8\x8d\xc6\xac\x56\x77\x0a\x9d\xfa\xc0\ \x47\x1a\x9b\x51\xab\x32\xaa\xb4\x6a\xa5\x5e\x29\x96\x8b\xa5\x4a\ \xb1\x46\x26\xa6\xaa\x84\x7c\x3a\x97\x2e\xe5\x51\x19\x32\xb7\x4d\ \x6f\x56\xd9\xdd\x09\x7f\x20\xe2\xd5\x7a\x8d\xd1\x94\x3b\xe1\x35\ \x16\x13\xc5\x58\xc8\x13\x89\x44\x43\x09\x4f\x22\x96\x75\xda\x72\ \x13\x81\x54\xc8\x1e\x8c\xa4\x0a\xe5\x68\x28\x9b\x4a\x83\xf1\x4c\ \x44\xfc\x1e\x2b\xb8\xe0\x1c\x68\x55\x22\x99\x4a\x66\xb3\x13\x09\ \x6f\xba\x50\x2c\x96\x83\xc5\xd1\x5f\xbf\xf9\xe6\xb1\x5f\xfc\x71\ \x62\xf6\xe8\x5b\x7f\x7a\xf9\xad\xa9\xe9\xe3\xc7\xdf\x9a\x39\x99\ \xb4\xdb\x22\x66\x83\xd5\x14\x34\x69\x95\x4a\xbd\x41\xa5\xd6\xcb\ \xe5\x3c\xa5\xd8\x9b\x12\xcb\xad\x7c\xbe\xd4\xea\x71\x2a\x03\xe6\ \x84\xd7\x1b\x34\xaa\x35\xfe\xb4\x13\xe8\x6d\xa2\x6c\x04\x06\x4d\ \x1c\x3f\x3a\x31\xfb\x8b\x0f\x1f\xff\xe1\xfd\x4f\x3e\x59\x79\xf0\ \xe0\xfd\x7f\xfc\xf5\xaf\xbf\x7f\xed\x1f\xef\xff\xfa\xc8\xf4\x2f\ \xa7\xa6\x4d\x0c\x71\x6c\xe6\x8f\xf7\x24\xcc\xcc\xd5\xc5\x30\xb3\ \x2e\x60\xd5\x1a\x0e\x49\x1b\x87\x84\xa1\x10\x5b\xba\xc9\x04\x4a\ \x6b\x77\x4b\x27\x16\x23\x20\xb3\x30\xad\xba\x66\x9e\x45\xe6\x08\ \x28\x04\x26\x05\xab\xa0\x75\xe2\x87\x27\x9b\x7a\x5e\xe1\xce\x95\ \x1a\xa5\x85\x60\x61\x32\xc9\xc4\xcd\xf8\xca\x0e\xb9\xb3\x73\xb0\ \xb3\xa5\x95\x80\x6f\xeb\xc7\x74\x8e\x8c\x0c\x0f\xb5\xf4\x0e\x75\ \xf7\x4f\xb6\x13\xc8\x8a\xa7\x1c\x16\x87\x80\x3b\x3c\x79\x6a\x18\ \x3f\x36\x7f\x76\x61\xf9\xcc\xfc\x99\x8b\x17\x2f\xae\x5d\xd8\xd8\ \x5d\x43\x3e\x70\x63\x6d\x63\x7f\x77\xf5\xe2\xc5\xe5\x35\xf0\x83\ \xab\xcb\x1b\xbb\xfb\x8f\x36\x76\x37\x96\x69\x82\x1d\xdd\xf9\xee\ \xb3\x0b\x40\x60\xfb\x73\x6b\xbb\x1b\xcf\x6e\x6e\x30\xff\xfc\x15\ \x6e\xfe\xd5\x2b\xf3\x6b\xcb\xf3\x87\x5b\x1e\x49\xbe\xbb\xfe\xe5\ \xb5\x3b\x5f\x7f\xf2\xcd\x77\xb7\xae\x7f\x73\xe7\xf1\xe3\xc5\x2d\ \xcb\x93\xef\x6b\xad\x8a\xfb\x4f\x9f\x3e\x79\xf2\xe0\xf1\xce\xe2\ \xd3\xad\x87\xeb\xf5\xf5\xa5\xb8\xc5\xc7\x71\xf9\x1c\x34\x16\x99\ \x24\xc0\x90\xf0\x14\x2c\x16\xdb\xda\x0a\x78\x45\xa1\x91\x08\x6d\ \x2d\xad\x64\x64\x07\xb1\xa0\x5c\xb8\x8a\xc6\xae\x55\x8b\x65\x1a\ \x29\x0f\x04\xa6\x87\x31\xd0\x27\x14\x4a\x79\xec\x0e\x3e\x58\xb3\ \xe7\x92\xd3\x77\x10\xa9\x50\x5f\xdf\x21\xd4\x42\x1b\xee\x39\xf8\ \x47\x42\x6d\xe7\xe9\xde\x8d\x4b\xdf\xf2\x19\xa8\x65\x1f\xca\x9c\ \x78\xb1\xaf\x03\xd5\x6a\x75\x1c\x38\x74\xe0\x00\xb5\x0b\x45\x19\ \x0a\xbb\x7a\x7a\xb8\xa8\x59\x3b\x95\x3d\x00\x9f\x60\xb0\x53\x9b\ \x8b\xe3\xd3\xef\xbe\xff\xe1\x3f\x7e\x68\x3b\x5f\x7b\x6b\xe0\x2f\ \x47\x8e\xc1\x18\xc8\x47\x0b\x73\xe8\x5c\x6e\x1f\x95\xcf\x66\x28\ \x35\x5e\x29\x5b\xc5\x13\x5b\xe5\xde\x7f\xbc\xf6\x9b\x9f\x96\xec\ \x54\xfa\xa1\x0f\xd6\x9f\xae\x67\x98\x4c\xce\xd7\xfd\xa7\xd3\x5a\ \x95\x52\x65\xf8\xfa\x4c\x3b\x6d\x75\x7f\x79\x79\xff\x91\x6f\x67\ \xa5\xde\xac\xaf\x6c\x82\xf8\x6c\x57\xc3\x4b\x55\xd0\x06\x40\x1e\ \xf0\x83\xf1\x52\x75\x73\x1b\x4d\xc1\xfb\x6a\x28\x60\xb0\xbe\x92\ \xcf\x34\x97\x6a\x20\x58\xb5\x3a\x6a\x41\xe3\xaa\x66\x2c\xbe\x66\ \xbc\xd4\x6c\x94\x2c\x19\x47\xa9\xee\x13\x08\x5c\x2e\x87\xc3\xe1\ \xb2\x28\x00\xc7\x74\x0e\x97\xc4\x91\x09\xbb\x5c\xe1\x5a\xc6\xa7\ \xab\xf9\x9a\xa5\x78\xd5\xd5\xa8\x82\x9e\x65\xaa\x5b\xf9\xbb\x4b\ \xcd\xa5\xe6\xce\x4a\x09\xbc\xe6\x7a\x73\xc9\x22\x60\x71\x70\xbd\ \x43\x2d\x23\x63\x2d\xac\xa5\x9d\xf5\xed\xe6\xce\x0e\x38\xd1\x7a\ \x0d\xa4\xab\x01\x4a\x29\x29\xc1\x1e\xc5\xe3\xb0\x8f\xf5\xa5\x5a\ \xb3\x56\x5d\x59\x69\xae\xac\x6c\x5e\xda\xdc\x6c\xe4\xb7\x6a\xa5\ \xa5\x46\x66\x7b\xeb\x47\x78\x48\xf3\xfe\x7a\x73\xfb\xee\x62\x73\ \xfd\xc7\x4f\x37\x77\x76\x32\x58\x0a\xb3\x7f\xfe\xec\xe1\x31\xc4\ \x58\xa7\x7b\xbb\x97\x7f\xfe\x7f\xff\x85\xc9\xd7\x17\xd7\x5d\x99\ \xba\xab\x0a\x96\xd0\xe5\xd2\x31\x99\x25\xf0\xaf\x8d\xb0\x03\xcd\ \x62\x39\x4a\x22\x41\x35\xe3\x52\x38\x6a\x25\x8b\xc0\x95\x71\xb8\ \xc2\x0e\x00\x2f\x87\x45\xe1\xd0\x89\x44\x0e\x47\x5e\xc7\x74\x49\ \x38\x4c\x1a\xc5\x22\x20\x51\x88\x78\x32\x87\x05\x9c\x4d\x64\xa2\ \xaa\x61\x02\xaa\x1f\xe6\x90\x5f\x50\x73\x79\x7c\x83\x54\xcb\xbf\ \x80\x4b\xd0\x00\x00\x20\x00\x49\x44\x41\x54\x96\xf2\xe5\x06\xa3\ \x35\x60\xb0\x39\x53\x41\xa3\x3d\xe0\xf6\xa4\x62\x36\xa7\x57\x23\ \xe3\x09\x95\x7c\x59\xc0\x66\x94\x9a\xb5\x4a\xbf\xd4\x63\x74\x7b\ \x23\x33\xa9\x68\xc0\x64\xb3\x69\x12\x51\x3f\x10\xc3\xa8\x2d\x1d\ \x88\x7a\x62\x4e\xb0\x8b\x95\xac\xa7\x90\xf5\x8f\x9e\x4c\xa6\xa3\ \xa9\x88\x07\x48\xc9\x6f\x32\xfb\xed\x91\xd8\xf4\xb1\x98\xbf\x5c\ \x29\x94\xcb\x27\x2b\xa1\xd8\xf8\xec\xcc\x44\x21\x99\x8b\x84\x0a\ \xde\x72\x25\x18\xad\x64\xad\x89\x5c\xba\x52\xce\x45\xcb\x95\xca\ \x68\x61\x62\x26\x9b\x2b\x57\xd2\x95\x89\xf1\x72\xc0\xeb\x4f\x17\ \x9d\x5a\x8d\xd3\x53\x99\x8d\xe5\x50\x45\x67\x0a\xfe\xa5\xa7\xd3\ \x20\x56\x76\x7f\xd4\xea\x8e\xba\x35\x06\x0f\x98\x46\xad\x1e\x7e\ \x4a\x29\x13\x9a\xf9\x6a\x50\x2c\xbd\x4c\xae\x16\xf2\xf8\x68\xb5\ \xa1\xdc\x68\xb6\x7b\xf5\x1a\xab\xdf\xef\x2f\x07\xfc\x5e\x7f\x31\ \x14\xf1\x07\xc1\x0a\xc6\x0a\x21\x83\xdd\xe3\x4f\x07\xed\xa1\x48\ \xaa\x12\x2b\xa6\x8a\x39\x93\x3f\x97\xcb\x25\x53\x91\x9c\x7b\x3c\ \x17\x48\x47\xd3\xc1\x80\x3b\x96\x82\xdd\x09\x96\x73\xc7\xd2\xde\ \x54\x7a\x3c\x15\x9b\x1e\x8f\x8d\xa6\x52\xc5\x89\x99\x77\x46\x8f\ \xfc\xe7\xfb\xb7\xcf\x1d\x7b\x2b\xfb\xc6\x89\xf7\x3f\x7a\xfd\xed\ \x93\xe5\x89\xa2\x3f\xe2\x09\x05\xec\x7a\x9b\x53\x0b\x16\x5b\x6b\ \x34\x0b\xf5\x2a\xb9\x5e\xa3\x76\x8a\x95\x46\x31\x5f\xa6\xb6\x6b\ \x0c\x2a\x8f\xcd\xaf\x35\x98\x65\x74\xa9\xc7\x6d\xb7\x39\x8f\xfe\ \xf3\xd8\x78\xe4\xe8\x27\x31\xcf\xaf\x8e\x59\x53\xa6\xc2\x2f\xbf\ \xcf\x7c\xbc\xfe\x8b\xc2\xb5\xd7\x66\xca\x47\x93\xde\x00\x38\x44\ \x40\x08\xed\xd1\xc7\x4f\x36\x69\xbd\x2d\x1c\x56\x46\xc4\x12\xad\ \x5c\x89\xd3\xb0\x44\xd0\x1f\x4e\x7b\x37\x41\x42\x6e\x6b\xed\x6f\ \xc1\xe2\x30\xe4\xd6\x76\x22\x86\x04\x34\x8d\x27\x90\x29\x14\x02\ \x01\x4b\x03\x4a\x69\x45\x8b\x6b\x16\x65\x1d\xca\x63\x3f\xe9\x7a\ \x39\xd8\x36\x51\x18\xab\xdb\x7e\xba\x4d\x22\x74\xb7\x77\x8e\x0d\ \x0f\xb7\xb7\xb4\x74\xb7\x0f\x4f\xce\xf5\x76\xf7\x0e\xf7\xb6\x75\ \xf6\x76\x92\x97\x7c\xf9\xf8\xdc\xdc\xdc\xd0\xd0\xe5\xb3\x43\x83\ \xf3\x17\x56\x57\x17\x2e\x2c\x5c\x58\x5d\xbe\x70\x71\x6d\x77\x6d\ \xf9\x02\x88\xd5\xc6\xea\xa3\xd5\xdd\x47\x17\x57\x41\xa9\x16\xd0\ \xcc\xfb\xea\xa3\xdd\x47\xbb\xfb\x67\xf1\x78\xec\xf9\x91\x21\x50\ \xb1\x9b\x3f\xaf\x2e\x3f\xdb\xdf\xdf\xbf\xb9\xfe\xd5\xe2\xe9\xd5\ \x0f\xae\x1c\x3e\x35\xd4\x8b\x75\xcd\xaf\x5c\xb9\xf6\xf7\xef\x6f\ \x7d\xfd\xfd\xed\xef\xbf\xba\x7d\x07\x0c\xe1\xa6\x6e\x72\xf1\xdb\ \x0c\xb9\xfa\xf4\xa7\x4f\x3f\x7d\xf2\xd3\x95\xc5\x4f\x17\x9b\x4b\ \x4b\xa5\xaa\xcf\x82\xce\x40\x8b\x8e\xa3\x40\x65\x84\x44\x78\x12\ \x34\x32\x0e\x8b\x21\x91\x60\x4c\x25\xc2\x11\x8b\x21\xb4\xa1\x8c\ \xea\xce\xa1\x07\x66\x9b\x55\x6b\x10\x4a\x65\x52\x30\x60\xec\x81\ \x0e\x6a\x17\x97\x2a\x16\x0a\x65\x1d\x3c\x6e\x17\x95\xdd\x83\x90\ \xab\x67\x00\x64\xeb\x40\xdf\x00\x60\x16\x98\xc3\x43\xaf\xd0\x9e\ \x7c\x75\xe5\xc1\x36\x47\x10\x1b\x60\x0f\x1c\x38\x70\xa0\xaf\x03\ \x05\x81\xf5\xf4\x30\x50\x07\x40\x90\x2d\x34\xd5\x45\xe7\x77\x51\ \xb9\xa0\x72\x3d\x0c\x36\x7f\x80\xcf\xe0\x89\x51\x0a\x6e\x71\x6a\ \xfc\xc4\xab\x6f\x7f\x74\x7f\x64\xee\xaa\xf3\x20\xfb\x5b\xbb\x50\ \x26\xe7\xb2\x51\xab\x36\x3e\xbb\x83\x2b\xa6\xf3\x54\x56\x03\x5b\ \x2c\x16\xca\xb4\xda\x23\x5f\x55\x5e\x6d\xde\x90\x73\x79\xf2\x7b\ \x8b\x55\x05\x99\xd8\x56\xbf\xbf\x4a\x88\x58\xf5\x7a\x8d\xb1\xba\ \xf1\xc9\xbb\x4f\x68\x97\x77\x37\x6e\x3e\xf2\x01\x9c\xac\x37\xe3\ \x79\x30\x81\xbe\xf8\x76\x23\x93\xc9\x20\x6d\xca\x57\x7d\xa8\x5b\ \x43\x33\xbf\x55\x77\xc5\xf3\x5b\xcd\x3c\x28\xc6\x52\xa9\x84\xda\ \xcd\xe4\xf3\x99\x8c\xaf\x64\x89\x5b\x1c\xa0\x49\x3e\x8b\x08\x38\ \xa4\x16\x06\xd5\x71\xe8\x90\x7d\x13\x49\x68\x0a\x85\x2e\xec\x10\ \x48\x24\x80\x2d\x2e\x4b\xd8\x95\x09\x3b\x1c\x82\x12\xfc\xc6\xaa\ \xc4\x57\x0b\x83\x27\x8c\x03\xba\x38\x2c\x3e\x09\x2b\x5e\xcb\xfb\ \x7c\x25\xf8\xad\x19\x57\xdc\x12\xce\xc4\x01\x6f\xe2\xd5\x70\xa6\ \x5e\xaa\xd7\x1a\xeb\xcd\x1a\xe8\xa0\x6b\x25\x0f\xee\x30\x9c\x09\ \x67\x1a\xae\x70\x63\xbd\x5a\x8a\x67\x1a\xcd\xcc\x7a\x7e\x25\x03\ \xc0\x57\x5f\x02\x71\x6c\x80\xaa\x55\xb7\xeb\xeb\x3f\x3e\x04\xdf\ \x79\xf7\xd2\x25\xe0\xac\xf5\xcd\x4b\x92\x4e\x1c\xa5\xf7\xec\x19\ \xd0\xab\x33\xa7\x4f\x9d\xea\x1f\x5e\xfd\xf9\xff\xf9\x19\x17\xde\ \x5e\xaa\xbb\x1c\xbe\xbc\x0f\x36\x95\xd9\x8a\x33\x59\xae\xb8\x82\ \xc6\xd1\xe9\x24\x4c\x85\xcb\x17\x8e\x63\xe2\x25\x05\xb8\x41\x85\ \xa0\xe4\x70\xb0\xc2\xe0\x71\x05\x8a\xbc\x4f\xc0\xd2\x29\x58\x92\ \xb0\x4e\x24\x11\x48\x50\x9c\x17\x2a\x92\x67\x0a\x58\x24\x0a\x85\ \x46\x26\x11\x29\x24\x0c\x0d\x75\x1f\x21\x13\x29\x2f\xf0\xc4\x5c\ \xbd\x81\xce\xe8\x92\xf7\x48\xcd\x6a\x9b\xc6\xeb\x37\x7a\xfc\xfe\ \x84\xd5\x68\xf5\xf8\x9d\x6e\xab\x98\x27\xd7\x48\xd5\x2a\xb0\x39\ \x1a\xbd\xde\x0a\x27\x7d\xd4\x68\x8e\x78\xf4\xfe\x90\xc1\x99\xb0\ \x07\x02\x36\xbf\x29\x9a\xca\x01\xc3\x84\x02\x29\xab\x3f\x9a\x4b\ \xa0\xfe\xc3\xd1\xc4\x44\xc1\x1b\x2c\x44\x42\x09\x7f\x28\xea\x09\ \x06\xa3\xd6\x5c\x36\x9b\xcc\x4d\x14\xdf\x01\xb2\x29\x1e\x9d\x1e\ \x4d\x9c\xcc\x8d\x27\x8b\xe9\x42\xcc\x1f\xf2\x56\x66\x3d\xb1\x72\ \xa1\x72\x24\x75\xfc\xf8\x78\x79\x2a\xfb\x46\xb6\x10\x4b\x04\x27\ \x02\xe9\x29\x27\xa8\x62\x36\x9b\x9a\x0a\xa5\xd3\xb9\x72\xa0\x32\ \x1d\x4c\x15\x13\xa0\x52\x1e\x77\xac\x10\xf4\xda\x4d\x81\x14\xf0\ \x5d\xc8\x69\x34\xbb\x35\x41\xb7\x49\x6c\x92\xaa\xcd\x6a\xa5\x5a\ \xac\x36\x48\xe5\x32\x9e\x9a\xcf\x93\xf3\xe9\xf4\x03\x32\xb7\xd8\ \x89\x12\x80\x8c\x41\x4f\x22\x10\x04\x76\x8f\xda\x23\xce\x4a\xd2\ \xee\xcc\xf9\xfd\xc8\x5f\x16\x83\xc1\x90\x33\x55\xc8\xa5\x8a\xe0\ \x58\xb3\xd1\x40\x24\x1a\x03\x35\x8c\x86\x42\xc1\x10\x18\xd2\xa8\ \x1f\xa5\xa9\x86\x12\xc5\xa9\x48\x61\x74\x7c\x74\x76\x22\x3b\x7e\ \x62\x7c\x3a\x1b\x2b\x4c\xfd\xfe\xf7\xaf\xfe\xe9\xfd\x3f\x4d\x1c\ \x3b\x36\x35\x71\x7c\xfa\xcd\xdf\x1e\x9b\x9e\x0e\xd8\x0d\x60\x1d\ \x55\x72\xa5\xdc\xa0\x51\xeb\xa5\x56\xb3\x46\xad\x14\x4a\xf5\xe8\ \x83\x41\x29\x14\x8b\xa5\x7a\xb1\xd1\xa4\xb6\xa2\x50\x55\xb1\xd9\ \xee\xd4\x52\xf5\xe6\x63\xb1\x77\xcd\x27\x2a\xe3\xc6\xbf\x1e\x2b\ \xbc\x7c\x32\x7b\x24\xe7\x7d\xf5\x81\xdd\xfb\xfe\x5b\x29\x67\x4e\ \xce\x87\x53\xa3\x87\x1e\xfb\xe5\xd5\x12\x46\x24\xaa\x6e\x2e\x89\ \x88\x1c\x3c\x9e\x25\x62\x91\xc1\x23\x75\x62\x89\x78\x2c\x87\x89\ \x25\xe2\xda\x7a\xbb\xf1\x40\xcb\xed\x6d\x04\x82\x42\x42\x44\x5d\ \x64\x5a\x08\x02\x26\x56\x44\xc6\xe3\x7b\x87\x4f\x0f\xf5\x8e\x7c\ \xdb\xc5\x36\xbc\x59\xea\xef\x75\x39\xe2\xcc\xba\x25\xfe\x74\xab\ \xce\x22\xb6\x0d\xcd\x8f\xf4\x76\x8e\xf4\x0e\x0d\x76\x8e\x8c\xf5\ \xb7\x0e\xf5\x0e\xb7\x8f\xb4\x63\x3b\x59\xa4\xc3\x2c\xcc\xe4\xf9\ \xee\xfe\xb1\xb3\x73\x63\xa7\x2f\xce\x2f\x6c\xa0\xfa\xab\xf3\x17\ \x96\x2f\x6e\x2c\x2f\xaf\xa2\x8e\xee\xcb\x8f\xd0\xc7\xb5\x7d\x70\ \x84\x8f\xf6\xd1\xff\x67\xfb\x20\x53\x93\xc4\xe1\xf9\x85\xc9\xd5\ \x7d\xf8\x6a\xa3\xff\xd1\xb3\xdd\xfd\x9f\x39\x7f\xf7\x9d\x5f\xfb\ \xe2\x31\x0d\x87\x95\x6c\x3e\xa0\x3d\xdc\xbb\xfd\xe5\xf5\xef\xbe\ \xf8\x76\xef\xbb\xbd\xaf\xef\x3c\xb9\x14\x56\x74\xef\x67\xbe\x2f\ \x35\xaf\xfc\xf4\xf4\xe1\xd5\xa7\x57\xae\xde\x5d\xdf\xba\xbb\x8d\ \x56\xc4\x95\x7c\x4c\x8b\x84\xc4\x21\x0a\x50\xbd\x28\x96\x4c\xc1\ \xe3\x89\x78\xe0\x7f\x1a\xbe\x0d\x83\x21\x10\x9e\x2f\x46\xeb\x6c\ \xa1\xb5\x93\x0b\xc1\xa8\xc7\xa8\x97\x02\xeb\xf0\xd9\xdc\x81\x1e\ \x20\x28\x2a\x15\x90\x47\x48\x65\x30\x3a\xf8\x5c\x2e\x9b\x81\xfa\ \x22\xa3\x85\x82\xa8\x97\x4c\x57\x07\x97\xdf\xa1\xff\xe5\xed\xef\ \x1f\x5f\xff\xf2\x6a\xcb\x37\x07\xd8\xd4\xbe\x17\x0f\x76\xa0\x82\ \x86\x83\x07\xfb\x0e\x0e\xb0\xb9\x1d\x3d\x5d\x5d\x68\xea\x8b\xce\ \xee\x62\x0c\xa0\x29\x2d\x1e\x9f\xc7\xa6\x53\x79\x2a\xb3\x41\x13\ \x19\x8f\x15\x8a\x6f\x1d\xfb\xb3\xef\x0c\xe6\x23\xee\xdf\x52\x7f\ \xa2\xf3\xe0\x9b\x5c\xf4\x0e\x1f\x64\x4a\xbd\x5e\x6d\xd2\xd3\xf5\ \x62\xb5\x51\x93\x78\xff\xf5\xd8\x47\xb5\x57\xe5\x72\x7e\xe1\xc9\ \x5f\x9f\xd6\xc8\x58\xe2\x67\x97\x16\x14\x01\x83\x56\x28\x0b\x0d\ \x9e\x4e\xab\xec\xe5\xbf\xb7\xec\x3e\xfb\xd7\xf9\xa5\x38\x9a\xf5\ \xa9\xfa\xea\x25\x17\xf8\xbe\x4c\xbd\x5e\x0d\x03\x09\x55\xf3\x99\ \xa5\x1d\x5f\xb3\x9a\x6f\x6e\x35\xe2\xe1\xf8\x4a\xc3\x97\xaf\xbb\ \x74\x0e\x09\xd0\x47\xd8\xe7\x0b\x83\x53\x86\x73\x5b\x11\x47\x73\ \x40\x3a\x14\x6e\xaa\xb3\xb8\x58\xe1\x9a\x4e\x87\x1a\x16\xa3\x8e\ \xe7\x0a\x8b\x4b\x24\x71\xe9\xe0\x93\x03\x84\x48\x20\xf2\xc5\x6b\ \x2e\x96\x40\xa7\x80\x7f\x16\x96\x44\xc7\x24\x49\x74\x3a\x97\xce\ \x22\x12\x38\x24\x02\x20\xb3\x3a\x0a\xac\x01\xbd\x88\xc7\xc1\xa8\ \xa1\xa5\x84\xe1\x7a\xa6\xc4\xb4\xc0\x9e\x94\x50\x87\x1a\x4b\xa3\ \x81\x5a\xd2\x84\x51\x05\x7d\x1e\x54\xac\xe4\x2a\x65\x1a\x9b\x55\ \x45\x38\x53\x03\x66\xd3\x01\x1d\xde\x5f\xd9\xaa\xad\x54\x37\x1f\ \xd6\x9b\x9b\x40\x72\xa4\xc1\x5e\xfc\xe1\xb9\x33\x73\xa7\xe7\xe6\ \x2f\xcf\xcd\x8d\x1d\xde\xf8\xf9\x7f\xfd\xbb\x3b\xbe\x85\x08\xad\ \x56\xcf\x57\xeb\xf9\x0c\x8a\x97\x80\x5f\xc5\x22\x81\x79\x05\xed\ \xb4\xb8\x74\x12\x4b\x58\x91\xc9\xeb\x74\xa8\x09\xb8\xc8\xe5\x80\ \x67\xc8\xd4\x39\x7c\x12\x8b\x45\xc0\x71\x29\x98\x2c\x96\x4e\x84\ \x56\x5a\x73\x74\x24\x32\x87\x84\xc5\x62\xd0\x82\x07\x0a\xca\x29\ \x87\x43\x02\x87\xa1\xbc\x20\xd7\x0b\xa9\x28\x9d\x48\xd8\x23\x34\ \x9b\x8d\xa6\x50\xc0\x64\xb7\xda\x23\x09\xb3\xc9\x0a\x18\x60\xe2\ \xc1\x68\x23\x53\x89\xf5\x6a\xa7\xca\xca\x30\xa3\x14\x65\x94\x09\ \x63\x33\x79\x81\xc4\xac\x51\x9b\x52\xae\x09\xbc\x93\x34\x9b\x3d\ \x20\x07\xda\x80\x3b\x3a\x95\x88\x06\x9d\xc1\x6c\xae\xe0\xf7\x24\ \x9d\xe3\xce\x40\x34\x12\x4d\xf8\x8d\xee\xd1\xd1\x74\xb6\x90\xad\ \x00\x91\x65\x8f\xce\x86\x40\x02\x72\x9e\x62\xb9\x1c\xab\xb8\x47\ \xa7\x43\xa1\x74\x72\xe6\xd8\xe8\xc9\xf7\x66\x8b\xc9\xb7\x7e\x7f\ \x74\x62\xfa\xf8\xf4\x68\xb1\x30\x3b\x5a\x1e\x4d\x25\x26\xc6\xa7\ \xbd\xde\x58\x34\x97\xce\x4e\x15\x66\x42\xc9\x72\xd6\x1e\xc9\xa6\ \x3d\x01\x4f\xd4\xa4\x71\x03\xd3\x25\xfc\x1e\x63\xd4\x1a\xb4\x45\ \x8c\x1e\x8d\x56\xa9\x55\x9b\xcd\x6a\x95\x59\xac\xe5\xb1\xa5\x7a\ \xae\x92\xcf\xa3\xf7\xf4\x09\xed\x5e\xab\xdb\x18\x70\x6a\x9c\xd6\ \x80\xd3\x63\xb5\x06\x03\x81\x58\x34\x92\xca\x45\x81\x86\x62\xc9\ \x64\xcc\xef\x8f\xe5\x4c\xb6\x62\xaa\x90\x0a\x4c\xc7\xbc\xfe\x60\ \x3a\x15\xab\x04\x82\x7e\x6f\x20\xe9\x4e\x87\xd0\x53\xf1\xa6\x93\ \xd1\x54\x21\xe9\x4f\x8f\x46\x8b\x85\x4a\x71\xa2\x3c\x51\xa8\x4c\ \x9d\x3c\x3e\xfd\xc7\xbf\xbe\x7c\xe4\xab\xd7\x27\x2a\xd9\x89\x13\ \x33\x85\xe9\xd8\xc4\x68\xc4\xa9\xd2\x3b\x35\x52\xbe\x18\xed\x85\ \x10\x35\xbf\x10\x2b\xe5\x42\x21\x9d\x2f\xe5\xf2\xe5\x32\x80\x02\ \x95\x56\x6e\x34\x82\x99\xd1\x00\x22\xd8\xec\x32\x9e\xd2\xac\x94\ \xc9\xe9\x72\x61\x97\xd0\x2d\x13\xda\x4c\xf2\x59\x8f\xd2\xfc\x9f\ \x5f\xbe\x7d\x5c\xc9\x3f\x70\xf0\x77\x5d\xdc\x83\x7d\x9e\x97\xfe\ \x79\x6f\x4b\x17\xb6\x28\xe0\x40\x75\xb8\xc8\x02\x11\x8d\xd4\xd6\ \x8a\xeb\x6d\xe9\xc5\x11\x60\xd8\x11\x11\xf0\x38\x22\x30\x47\x1b\ \xa1\x1d\xd3\xd2\x4d\xa2\x51\xc8\x04\x22\xa6\x1d\xc7\xa1\x91\xc8\ \xe4\x76\x4c\x6b\xeb\xe0\x48\x0b\x7e\x90\xf0\x01\x9f\xaf\x0f\xb1\ \xce\x08\x1e\x84\x45\xe1\x9f\xc2\xf9\x27\x8b\xd5\xee\xf9\xc9\xa1\ \xfe\xc1\x91\xc3\xbd\xfd\xed\xdd\xc3\xc3\x87\xfb\x3b\xdb\x06\x87\ \x3b\x3b\xc9\xad\x2c\x0b\x4e\x62\x69\x9b\x1b\x9a\x3c\x75\x76\x61\ \x6e\x72\xfe\xec\xd9\x8b\xa0\x52\xab\x97\x2f\xae\x6d\x3c\xda\x5d\ \x58\xbd\x70\x61\x61\xf5\xf9\x74\x3b\x2a\xc3\x82\x7b\x1e\x81\x60\ \x3d\x7a\x06\x8a\xf5\x8c\xf4\x60\xec\xf0\xa9\x0d\x30\x8b\xcb\x0b\ \xcf\x46\xe6\x81\xb0\xf6\x17\xae\x38\xce\x6f\x7c\xf4\x71\x3e\x1f\ \xbf\xbf\xf7\xcd\xe6\xbd\x1b\x1f\x7f\x71\x7d\xef\x9b\x6f\x3e\xbf\ \x71\xfb\xfa\x37\x1f\x87\xb1\x98\xb3\xff\x12\xec\x6d\x5d\xba\xfa\ \xe4\xe9\xa7\x8b\x57\xee\x5e\x45\x13\xba\xf9\x30\xcd\x55\xcf\x2b\ \x24\x16\x18\x5c\x29\x64\x01\x16\x4f\x16\x08\x38\xf8\x16\xf0\xad\ \x44\x0e\x85\xd0\x02\x82\x85\x23\xe0\xc9\xad\xf8\x96\x36\xe2\xf0\ \x77\x76\xbf\x57\x2a\x95\x1b\xd4\x42\xa9\x54\x06\x2f\x30\x83\xdb\ \xd3\xc1\xe7\xa1\xae\x0c\x87\x3a\xb8\x8c\x01\x78\xcd\x51\x48\x3d\ \xb0\x52\x5f\x17\x5a\x31\xd8\xc1\xe0\x32\xa8\x42\x6b\x71\xba\x60\ \x17\xdf\xc9\x4b\x19\xec\x03\x7f\x39\xd0\xd7\x85\x32\x2b\x7a\x0e\ \x82\x66\x31\x50\x83\xd2\x0e\x2a\xbd\x8f\xca\xa0\x77\x81\x13\x04\ \x4b\xc9\x65\xf3\xe8\x7a\xbd\x52\x63\x0a\x1c\x1d\x8f\x45\xdc\xde\ \x99\x0f\x5c\x97\x1b\xe5\xdf\xfd\xed\xbd\x1c\x43\x2e\xa3\x0b\x19\ \x1d\xf4\x2e\xb4\x2c\x87\xcf\xe3\x8b\xb5\x7a\xe4\x10\xa5\x2a\xd5\ \xc4\x5b\x91\x93\x3f\x5d\xf2\x4a\x65\xd4\x3f\x5f\x7f\xef\x71\x86\ \xc5\x91\xbc\x56\x1f\x5b\x12\x8a\xa5\xd2\xae\x97\xe6\x1d\x42\xb1\ \xc6\x66\x4d\x0e\x3d\xfb\xf9\x5f\x9c\x46\x35\xee\xab\x35\xc3\xa5\ \x7a\xa9\x5a\x03\x6f\xe7\xc8\x54\xc3\x8e\x4c\xad\x94\xaf\xd7\x4b\ \xb5\x46\xa3\x9a\x29\x29\x4a\x4b\xdb\x28\xb1\x1b\xad\x42\xce\x2c\ \x29\x5c\x8d\x66\x35\xac\xf0\x49\x14\x8a\x52\x3e\x2f\x42\x17\xd1\ \x40\x9a\x24\x0e\x05\xaa\x55\x02\x05\x50\xf8\x7c\x0a\xa6\xc3\x22\ \xd2\x31\x15\x22\x26\x53\x12\x16\x31\x15\x25\x87\xc5\x12\x76\xd0\ \x80\x4c\x50\xdb\x6c\x07\x93\x29\xa0\x51\x58\x3a\x96\x02\x95\x67\ \x86\x51\x03\xe4\x52\x9c\x24\xd0\xe9\x00\x67\xea\x16\x16\xcb\x22\ \x91\xe8\x24\xf1\x8c\x2b\x2c\x91\xd4\xe3\x16\x17\x0a\x7e\x50\x38\ \x7c\x2e\x9d\x0b\xcd\x86\x8b\x2c\xcf\x7f\x2f\x1e\x83\x23\x92\x48\ \x02\xe0\x3a\x1f\xa8\x5e\x5c\x81\x52\xe4\xb0\x12\x89\xa5\x5e\xdd\ \xce\x90\x49\x1c\x78\xb5\x08\x87\xc7\x4e\xc3\x20\x07\xaa\x35\x39\ \x09\x82\xf5\x3f\x7e\x6e\xf5\x35\xb7\xd7\xab\xf7\xeb\xb5\x2d\x40\ \xc5\x78\x3e\x1c\x8e\x37\xd6\xe3\x02\x47\x6d\xbd\xc6\x62\x4a\xf2\ \x20\x85\x02\x9f\xc3\xa1\xb3\xa0\x00\xa7\xbc\x25\x6c\x71\x49\x04\ \x8a\x38\x6c\x0c\xe8\x4a\x20\xa0\x88\x98\x2c\x64\x5d\x29\x1c\x81\ \x08\x10\x8b\x4c\xa4\x91\x08\x02\x0e\x91\x29\x62\x91\xd0\x61\x80\ \x23\x71\x5e\x90\xab\xf5\x3d\x32\x1e\x5f\xaa\x96\xc9\x50\x78\xba\ \x3d\x68\x30\x19\xbc\x2a\x27\xdc\x32\xaa\x95\x3c\x21\xbd\x83\xab\ \x31\xe8\x4d\x36\x93\x51\xe5\xd1\xbb\xfd\x26\xb7\xdb\x64\x15\x6b\ \x4c\x1e\xa3\x3f\xe2\xb7\x9b\xac\xa9\x60\x2a\x67\xce\x81\x5d\x72\ \x3a\x81\x49\x22\x85\x99\x44\xd4\x1b\x28\x56\x26\xb2\x89\xe9\x42\ \xce\x64\xb2\x7b\xb2\x6f\x80\xbb\x03\xc1\x29\x66\x03\xe3\xd3\xc1\ \x6c\x71\xb6\x98\x28\x06\xb2\xc1\xc8\x44\x11\x8c\x57\x20\x32\x1d\ \x74\x7b\xed\xc9\xd1\x37\x8f\x1d\x9b\x1e\x3f\x7e\xf2\x8d\xa9\x77\ \x26\xfc\x33\x33\xd9\x84\x27\x97\x9b\x49\xc7\x3c\x6e\xaf\x2d\xe4\ \x8e\x66\xa7\xc7\x4f\x82\xde\x25\x43\xd1\x89\x40\x31\x91\x8a\x24\ \x52\xd9\x88\x3d\x65\xf4\xe4\x42\x21\x7f\x19\x51\x93\x47\xa3\x51\ \x9b\x35\x66\x15\xc8\x84\xc1\x2a\x05\x03\x26\x43\x53\x5a\x6c\x2a\ \x9f\x67\xb3\x07\xfc\x7a\xad\x27\x51\x08\x24\xfd\x7e\xaf\xb1\x10\ \x8d\x78\xa2\x91\x5c\x3a\x1a\x8b\x9a\xd4\xe9\x90\x4d\xed\x4e\x85\ \x3c\xce\x44\x2c\xe9\x8d\xd8\xcd\xc9\x64\x30\x62\x8f\xc5\xd2\x11\ \x4f\x12\x36\xe2\xf7\x16\xa2\x46\x78\x76\x49\x2f\xec\xaf\x3d\x54\ \xc8\xc2\xd6\x12\xa9\xd8\xe8\xd4\x44\x2a\x7d\xec\xa3\x0f\xde\xfb\ \xc5\x6b\xbf\xff\xcf\x23\x95\x54\x65\xea\x95\x57\x4f\x4c\x8d\x27\ \xfc\x56\x93\xca\xaa\x52\xca\x55\x6a\x15\x5f\xab\x52\x4b\xa5\x7c\ \xa9\x59\xc9\xe3\x53\xe5\x52\xa5\x1c\x76\x88\x2e\xd5\xb8\x35\x66\ \xad\x41\x63\x36\x89\xb5\x5a\xb5\x41\xac\x97\xe9\x0d\x72\xb1\x5c\ \xc9\xed\x92\x76\x0d\xf4\xc9\x0d\x0c\x75\x45\xa6\xd4\x16\x43\xfa\ \x8e\x43\x5d\x07\x50\x98\x42\xe1\xf3\x57\x6f\xd0\xf2\xd5\x70\xcd\ \x22\xf1\x49\x98\x12\x8e\x44\x41\x68\x6f\x1f\x3c\x3c\x32\xd4\x49\ \xc0\xb7\xb7\xe3\x5a\x29\xa8\x49\x54\x67\x6f\x6f\x4b\x67\x2b\x91\ \x83\xc5\x71\x44\x18\x70\xfc\x2e\x26\x93\xd4\xda\xd9\x82\xef\xec\ \x1f\x24\x11\x30\xe4\xee\xee\x3b\x52\x86\xaa\x22\x98\x73\xdc\xad\ \x91\x15\xb5\x9d\x2b\x97\xf0\x17\xc7\xfa\x4f\x9f\x1a\x9b\x1f\x1c\ \x19\xea\xed\x3e\x35\xd9\x89\xc3\xb5\x0c\x02\xa7\x51\xc6\x26\x45\ \x22\x8a\x85\x73\x7a\x6c\x64\x7e\x0e\x46\xcb\x33\x17\xcf\x5f\x44\ \xd3\x56\xab\x97\xd7\x1e\xa1\x1a\x86\x85\x85\xe5\x35\x54\x2c\xba\ \xb1\xbc\xb6\xba\x81\x56\x0d\xae\xad\x3d\x7a\x0e\x55\xcf\xda\xb7\ \x17\x47\x06\x71\xa7\x57\x2f\xae\xad\xad\x9d\x1d\x44\x82\xf5\x4c\ \x97\x99\x5b\x7d\xff\xdb\xc5\xbd\x27\x37\xbe\x7b\xb2\xfd\xdd\x57\ \x3f\x7c\xb5\x77\xe7\x8b\xef\x6f\xdf\xf9\xec\xd6\xb5\xa7\x6d\xe7\ \x17\xd6\xfe\x2d\xd8\xdb\x59\xbc\x7a\xe9\xea\xfd\x87\x8b\xdb\x3f\ \x35\xab\x8d\x5a\xc6\x47\x0a\xfb\x14\x02\x18\x57\x25\x22\x22\x91\ \x42\xc1\x50\x80\x1d\x28\xa0\x58\x58\xa4\x55\x38\x78\xa2\x24\x32\ \xb6\x95\x40\xc2\xe1\x86\xb0\x21\x40\x57\xaa\x58\xa9\x02\x98\x96\ \x0a\xbb\xe8\x32\x6a\x57\x17\x8c\xb6\xa8\x99\x5e\x07\xbb\x8b\x3b\ \x70\xb0\x6b\xa0\x83\xc1\xa6\x76\xf4\x3d\x5f\xd8\x8c\x60\x8a\xce\ \xe0\xca\xd4\x1a\x61\x17\x95\xe1\xcd\x7b\x0e\xa2\x02\x2b\x94\x1f\ \x00\x46\xf0\x20\xb5\x8b\x41\xef\x61\x30\xd8\x5c\xd0\xb4\xae\x0e\ \x06\x95\x8d\x32\x79\xe9\x1d\x54\xae\xd9\xa8\xe4\xaa\xec\xd9\xac\ \x47\xaf\xb1\xa6\x66\xef\x8d\x1d\xbe\x65\x7b\x51\xfb\xb9\x4c\xc8\ \x15\xb2\x65\xbc\x0e\x1e\x3c\x82\x41\x45\x51\xe7\x6a\x21\x9f\xce\ \xe7\xca\xe4\xf6\x19\xbf\xf7\xc8\xce\xf7\x7a\x99\x4c\xff\xe0\xc3\ \xdb\x0f\x33\x58\x5a\xe6\xdb\xa1\x33\xbf\x94\x2a\xf5\x62\xd9\xf6\ \x99\x9d\x23\xf7\x16\xeb\x4f\xb7\x4e\xed\xde\xfc\x3f\x2d\xcd\xb0\ \xab\xe9\xaa\x3a\x5c\xd5\x6a\x3e\xee\xcb\x67\xc0\xbd\x89\xc2\xa8\ \x81\xe8\x7a\x1d\xc5\x8c\xfa\x32\x19\xd4\xe8\x2a\x03\xea\x1d\x5f\ \xca\x58\x5c\xe0\xe8\x9a\xa5\xea\x4a\x4d\xe4\x08\x03\x8a\x58\x24\ \xba\x38\x18\x2a\x9d\x85\x95\x71\xb0\x24\x70\x5e\x5b\x14\xe0\xd4\ \x04\x16\x01\x99\xc2\x52\x58\x98\xa2\xe7\x6d\x1c\x25\x3a\x0e\x4b\ \xc2\x11\xd1\x44\x25\x10\x03\x91\x88\x26\x61\x49\x24\x22\x89\x03\ \x3c\xa3\x8e\x29\x70\x49\x74\x8e\xb0\x8e\x45\x26\xd1\x58\x1c\x9a\ \x40\xc4\x02\x1d\xa2\x80\x9f\x94\x90\x31\x14\x0c\x8d\x43\x63\x12\ \xc9\x00\x6d\x1c\x16\x07\x43\xe2\x28\x14\x4c\x0e\x58\x4e\x0c\x16\ \x04\x09\xec\x39\x53\xa0\xe0\xb0\x68\x16\x8a\xc4\xc2\xc4\xb6\x61\ \x31\x84\x56\x02\xbe\x45\xa4\x50\x10\xfa\xdb\x05\x64\x02\x8d\xd8\ \x7f\x78\x6e\xf2\xf0\xe4\xe9\xf9\xc3\x73\x23\xc3\x6b\xcf\xfe\xf7\ \x3e\xce\xd1\x58\xd9\x02\xc3\x58\x75\x65\x5c\x19\x85\x0e\x24\x28\ \x5c\xf5\xb9\x4a\xbe\xbc\x8b\x62\x71\xf9\x44\x96\x8c\x02\x5e\xef\ \xaa\xcb\xe1\x62\x89\xc2\x12\x1d\x0d\xf8\x4f\xa1\x83\xfd\x51\xb0\ \x44\x0a\x09\xc7\x41\x84\xfd\x50\x30\x29\x02\x1a\x09\x4b\x61\x52\ \x98\x12\x12\x9e\x23\xc0\x82\x43\x14\x70\x08\xb0\x2f\x58\xe2\x0b\ \xca\xe7\x2b\x49\x95\x6c\xa5\x8a\x17\x72\xaa\x34\x76\x8f\xd2\x1a\ \x84\xf7\x94\x57\x6d\xd2\x9a\xa9\x6c\x06\x9c\x71\x06\xb3\xdb\x68\ \xb6\x7a\x3c\x66\x8f\x5d\xe3\x35\x3b\x6d\x5e\x7b\xd4\xa9\x35\x3a\ \x53\xb9\x64\xb6\xe8\xf5\x44\xa2\x86\x40\x20\x6d\x76\x17\xc7\x8f\ \x97\x63\x91\xd4\xf1\x58\x20\x14\x18\x4f\x16\x72\x85\x94\xdf\xee\ \xb4\xba\x27\x2a\x6f\xbd\x55\x2c\x9e\x98\x0a\xa5\x4e\x8e\x67\x47\ \xcb\xd9\x93\x13\xa9\x50\x25\x57\x7e\x37\x57\x2e\x17\xc6\x93\x40\ \x5b\x81\xe2\x6c\xe5\xf5\xd7\x67\x4f\x56\xde\x99\x1a\x1d\x9d\xc9\ \xc6\x8e\x1d\x2f\x06\xed\x89\x48\xcc\xe9\x0d\xa4\xd0\x64\x7c\x21\ \x30\x5a\xf0\xb8\x83\x85\x89\x58\x25\xea\x1e\xcd\x82\x81\x8b\x4c\ \x04\x83\x11\x5b\x28\x16\xcd\x46\x12\xb1\x68\xd0\x0b\xe8\x02\x8a\ \xa1\x95\xbb\x0d\x7a\x95\xcd\x2a\x93\xaa\xb5\x2a\xbd\x50\x2c\x63\ \xf7\x70\xd5\x36\x7b\x10\xde\xbd\xa1\x50\x6c\x3c\x10\x72\x7b\xa3\ \xa9\xf1\x62\xc0\x06\xce\xd4\x69\xf7\x87\x3c\x5e\xa7\x77\x2a\x98\ \x4c\x04\x83\xfe\x44\x22\x98\x4b\x27\x72\x65\x4f\x28\x19\x09\x46\ \xb3\xc9\x58\xd0\x6e\xcd\x25\xb5\xb9\x89\x58\x30\x9d\x4e\x47\xa3\ \xe9\x88\xb5\x98\x9e\x3a\x09\xa6\x70\x34\x90\x0a\x54\x5e\xfe\xee\ \xbd\x97\x3e\x7c\xe5\x57\xc7\x8e\x1e\x7d\x7d\xf6\x48\x6e\x6a\xb4\ \x5c\x2c\xfb\x11\xde\x49\x65\x2a\x8d\x5e\x2a\xd7\x2a\xe5\x32\xb9\ \xca\xa6\xe2\xab\x19\x7c\xb1\x51\xce\x57\x73\xa5\x32\xb1\x01\xce\ \x33\x8d\x51\x09\x8e\x51\xa9\x14\xcb\xc4\x72\xb9\xd5\x04\x0c\xc6\ \x97\x49\x65\x1d\x7d\x3c\x3d\x5f\x68\xa2\x52\x7b\xe8\x03\x07\x81\ \x19\xba\x06\x0e\xd1\xbd\x2f\x7f\xfd\x8b\x0f\x9e\xb0\x74\x9f\xde\ \x7f\xb8\xb3\xa9\x20\x51\xf0\x64\x52\x67\x7f\x7b\xef\xe1\xf6\x56\ \x1c\xbe\x1d\xdb\xd2\x8e\xc7\xb6\xe0\xba\xdb\x7b\x3b\x7b\x5b\xf0\ \x14\x6c\x7b\x27\x8e\xd0\xda\x8e\x21\xc0\x0b\x4c\x21\x74\xe2\x71\ \xbd\x9d\x9d\xbd\x6d\xe4\xc1\x36\x6c\xdb\xd0\x8e\xa9\x43\x3f\x25\ \x99\xbb\x74\xfb\xa9\x2e\xb3\x7d\xdf\xd2\x4b\xc4\xcf\x5f\x5c\x38\ \x7f\x1a\x37\x36\xd9\x76\x78\x7e\x88\x88\x1f\xc4\xb4\xb7\xb4\xb6\ \x1f\x1e\x3a\x3d\xd2\xd6\xd9\x8d\xe9\x1f\x9b\x1c\x9b\x3c\x75\x61\ \xe1\xc2\xf9\xe5\x8b\x17\xd6\x50\xcd\xd5\xea\xfe\xda\xc5\x47\x1b\ \x60\x0a\xc1\x18\x6e\xec\x3e\x5a\xbe\xf0\x7c\x06\x7e\x7f\x77\x03\ \xa4\x09\x38\x6b\x79\x90\x4c\x1a\x3a\xd3\xd9\x3b\xb2\xf6\xe8\xe6\ \xa3\xdd\x53\x60\x0d\x6f\xfe\x3c\x57\xeb\x9d\x3b\xf7\xd5\xf7\xdf\ \xff\xf0\xd5\xb5\xbd\x87\x7b\x5f\xef\x5d\xfb\xf8\xf1\xb5\x3b\x77\ \xbe\xbd\xb7\xf7\xe0\xe9\xa9\xdd\x8b\x1b\x3f\x73\xae\x3e\xdc\xb9\ \xf4\xf0\xc7\xab\xcd\xcd\x4b\x57\x57\x00\x21\xf2\x0e\x8c\x00\xe5\ \xa5\x52\x88\x24\x26\x16\x83\x25\x13\x28\x44\x22\x9e\x48\x6b\xc5\ \x13\xf0\x58\x14\x00\x84\x69\x65\x51\xc8\x68\x19\x37\xbe\xff\x4b\ \xbd\x11\x75\x14\xd1\xaa\xb8\x72\x19\x9f\x8b\xae\x02\xb2\x51\x24\ \x21\x9b\xcd\xe8\x81\x1b\x1d\x6c\x2e\xb5\x8f\x0a\xf4\xc3\xe8\x40\ \xab\x74\x0e\x0c\x1c\xec\x3b\x80\xca\xe1\x19\xd4\x9e\x83\x5d\x6c\ \xed\xd2\xc4\x5f\x00\xb9\xe8\xfc\x8e\x1e\x46\x57\xd7\x21\xb8\x87\ \xca\xa3\x32\x06\x18\x6c\x3a\x17\xc6\x0c\x76\x07\x6a\xa1\xc6\x66\ \x74\xc8\xc4\x76\xad\x94\x6a\xf2\x46\xbc\x66\xa1\xdc\x9a\xfb\xc8\ \x71\xd6\xf2\x0b\xee\x7f\xbf\xf9\x16\xd7\xc8\x63\xb3\x61\x9b\xb0\ \x65\x3a\x5d\xca\x13\x72\xe1\xf8\xe2\xf3\x95\x62\xbd\xd6\x94\xd2\ \xe4\xfe\x5c\x7f\x9d\x2b\xa3\x1f\x7b\xf2\xf5\xd5\x1f\x99\xe4\xd2\ \x93\xab\xf3\xf3\xbf\xd5\x58\xad\xf2\x44\xdb\xbc\xa8\x4e\x24\x48\ \xc2\x73\x28\xe0\x0c\x5b\x8d\xeb\xea\xa0\x43\x0e\x07\x8a\x85\x68\ \x36\xc3\xc0\x3b\x0e\x1f\x0b\x19\xc1\x52\x09\x5c\x53\x38\xef\x8b\ \xa3\x62\x4e\x85\x84\x19\x8f\x0b\x2c\xe1\x78\x18\x3c\x63\xb8\x09\ \xbc\x65\x01\xdf\x94\x77\xf8\x38\xbe\x12\xb8\xb9\xbc\x05\x1c\x9d\ \x4b\xa1\x73\xc5\xf3\xa2\xe7\x5a\x25\x72\x55\xc1\x60\x09\x10\x42\ \x31\x41\xb5\x58\x2e\x9f\x85\x45\x64\x0a\xd0\x5c\x10\x9c\xe8\xe0\ \x23\x49\x2c\x24\x44\x14\x0e\xa8\x93\xc3\x45\xa3\x61\xb1\x24\x0a\ \x8d\x09\xb6\x8b\xc5\x0a\x83\x90\xd1\x88\x2c\x38\x6c\xc8\x14\x2c\ \x01\x48\x46\x27\x61\x72\x40\xb6\x80\xd1\x98\xe8\xe1\x22\x0e\x19\ \xfe\xf8\x12\x09\x8b\x03\x70\x03\x40\x45\x21\xa0\x8a\x38\x14\x32\ \xa0\x13\xe1\xdb\xda\x5a\x88\x64\x3c\x86\xdc\x3b\x34\x37\x76\xea\ \xf4\xfc\xdc\xe9\xf9\xb1\xc1\xb5\x9b\xff\xf3\xe7\x56\x47\xb5\xb4\ \xe4\x5b\x2a\xe9\x32\xf5\x46\xde\x22\xa0\x61\x04\xa2\x4c\xd8\xe2\ \xc8\x57\x1d\x34\xd8\x3b\x9d\x2b\xaf\xcb\xc7\x99\x3e\x30\xb6\x02\ \x85\xc0\x15\xb6\x94\x5c\x0a\x85\x2e\x2e\xa2\x51\x98\x0a\x32\x0b\ \x04\x99\xc9\x64\x49\x98\x04\x32\x89\x45\x81\x41\x17\xcb\xc2\xb4\ \x91\x69\x24\x09\x99\x0c\xce\xb0\x15\xc3\xc1\x60\x5e\xd0\xcb\x95\ \x62\x29\x5d\xce\x96\xa9\xd4\x1e\x38\xa3\x4c\x4e\x30\x82\x1e\xbf\ \x2d\x68\x54\x99\xf4\x1a\xa1\x8c\xc7\x53\xeb\xf5\x7c\xb5\x41\x05\ \xbe\xd0\x6e\xb0\xda\x34\xa6\x54\xc4\x0e\xa7\xbe\xd9\x6c\xb5\x39\ \x23\x81\x80\xd5\xe9\x4e\xa7\xbc\xee\xb2\x3b\xe8\xce\x1e\x2d\xa7\ \xd2\x53\xa9\x58\x6a\x22\xe8\x9f\x38\x5e\x9e\x18\xf5\xa4\x2b\xb9\ \xa0\x27\x34\x5e\x98\x2a\xa6\x13\x91\x4a\x24\x17\x1a\x9f\xf2\x83\ \x7d\x2a\x4f\xe5\x0a\x05\x54\x72\x5e\x0e\x15\x40\x2e\x8e\x1d\x2b\ \x9e\x38\x36\x3d\xf3\x9b\xb7\x66\xcb\x85\xca\x3b\xe3\xc5\x99\xd9\ \x48\x2c\x1a\x4b\xc1\x56\x8c\x36\x7b\xa5\x72\xbc\x92\xf4\x04\x73\ \xd1\x6c\x39\x95\xc8\x06\xdd\xe9\x48\x70\xdc\xef\x36\x05\x9d\xa9\ \xd1\xd8\x68\x2a\x68\x77\x07\xad\x01\x9b\xc7\xe0\xb4\x99\xed\xcf\ \x6b\x08\xf4\x36\xb5\xd6\xe0\x16\xca\xc5\x42\x38\x9e\xd8\x5c\xa5\ \xc6\x63\x35\xdb\xfd\x4e\x7b\x2a\xe9\x36\x06\x6d\x4e\x77\xc2\x5f\ \x4e\x14\x6d\x33\x69\x5b\x30\xe1\x75\x07\x83\x89\x42\xc4\x06\xda\ \x98\x74\x9a\x6c\xe9\x44\x72\xdc\xed\xc9\x96\x73\xe5\x64\x39\x05\ \x5f\x45\xfd\xc1\x40\x2a\x19\xf1\x67\x73\xc5\x54\x2e\x96\x4b\x7a\ \x2a\x27\x4e\x16\x80\xce\x82\xde\xf2\xeb\xe7\x5e\xff\xd3\x5b\xbf\ \x7c\xf9\xc3\x77\xde\x7c\xeb\xed\xe3\xd3\x33\x85\x6c\x20\x60\xd4\ \x68\x80\x98\x64\x62\xb5\x1a\x58\x55\xac\xd1\xaa\xac\x26\xb5\x58\ \x4f\xe7\xa1\xb2\x6c\xb9\x52\xa5\x15\x72\xe5\x72\x95\xde\xcc\x55\ \x89\xa5\x32\x94\x7c\x26\x07\xe3\x0a\x62\xc5\xe5\x8b\xa5\x54\x3a\ \xbd\x6f\x80\xca\x46\x73\xc4\x87\x0e\x9a\x7f\x25\xa6\xb3\x3d\xb9\ \x80\xe7\x95\x1f\xb6\x24\xbe\xcd\xba\xc0\x47\xc1\xd2\xb0\x44\x0c\ \xaa\x00\x1d\x6e\xed\xc4\xf4\xf7\xb6\xb5\xb7\xb5\xb4\x74\xf6\xe2\ \xda\x98\xd8\xfe\xf6\x56\x22\xae\x1d\x71\x12\x0e\xc3\xc2\xe3\x7d\ \x0a\xd4\x82\x81\xd9\xd2\xd9\x46\xc4\x75\xb6\x74\x0e\xb7\xb6\x1d\ \xee\x8f\x27\x0f\x4a\x93\x92\xc9\x9d\xa7\x0f\x1f\x6f\x51\x7a\x71\ \xeb\xbd\x17\x57\x2f\x9e\x1e\xea\x9f\x1c\xeb\x1f\x3b\x3c\x34\xd4\ \xdb\x39\x48\xc3\x0e\x9d\x3e\xdd\x3b\x74\xb9\xbb\x7f\xac\xbb\xf3\ \xf4\xe4\xd8\xd9\x53\xa7\x2e\x5e\x58\x58\xbe\x30\xbf\x86\xaa\xaf\ \x36\x80\xb4\x76\x37\x2e\x2c\xaf\xae\x5e\x9c\x5b\x5b\x5b\xde\x58\ \x7b\xb4\x80\x04\x0b\x5d\x23\x44\xa2\x35\xf7\x21\x0e\x7b\x75\x73\ \xf8\x4c\xff\xfc\xf2\xee\xcd\x67\x6b\x23\x20\x58\xcf\xd6\x96\xf2\ \xc4\x2f\x6f\x7c\x71\xe7\xe3\xef\x6e\x5d\xbb\xff\xe4\xce\xde\xde\ \x95\x8f\xaf\xdd\xfa\xee\xc6\x93\xa7\xf7\xae\x5c\x7c\x76\xe6\xe2\ \x86\xef\xea\xa7\x80\x57\xdb\x9f\x6e\x5f\xba\xbb\xbd\x92\xaf\xeb\ \x5c\x3e\x8e\x88\x45\xa1\x89\x98\x64\x2c\xa6\x8d\x82\x45\xed\x9c\ \x69\x58\x10\xe4\x16\x1c\x6a\x8d\x8c\x25\xc1\x9d\x64\x3c\x9e\x86\ \x23\x76\x92\x72\x6a\xb7\x49\xc9\x17\xea\x35\x32\x25\x9d\xc7\xe7\ \x53\x91\x16\x51\xa9\xec\x9e\x2e\x7a\x47\x0f\xd8\x3c\x06\x50\x12\ \x48\x12\x4f\x48\x7d\x11\x35\x75\x3f\x74\xf0\x20\xea\xe3\x47\x65\ \xf3\x7a\x3a\xb8\x74\x55\xe9\x8d\xff\xeb\xc0\x00\x9b\x4b\xa7\xf6\ \xf4\xa1\x6f\xf6\xb1\x79\xdc\x81\xbe\x83\x7d\xe0\x09\x79\x0c\xaa\ \x8c\x41\xed\x60\xc8\xe9\x1d\x7c\xb9\xc1\xa6\xe6\xf3\x03\x7e\x8d\ \x4a\xc9\xe3\x19\x4f\x7e\xdf\x3d\xf6\x38\x37\xc0\xfd\xda\xa4\x54\ \x33\xa8\x3c\x19\xb5\x83\xce\x97\xb3\x19\x32\xb6\x5c\x2a\xe7\xf3\ \xe0\x95\x55\x2b\x35\x36\x9b\x6a\xf4\xc1\x43\x0d\x97\xcb\xfb\xf0\ \xaf\xdf\xef\xac\x90\x15\x9b\x77\x36\x2f\x0f\x45\x95\x56\xa5\xec\ \xcb\xb1\xcb\xcc\x6d\x8b\xe3\x52\x7e\xe1\xe6\xc2\xa3\x7f\x4b\x74\ \x22\x60\xa4\x4c\xd5\xa1\x8b\x67\xf2\xb5\xbc\x23\x8e\xaa\x09\x5c\ \x96\xea\x4a\x7e\xa9\xda\x70\xd5\xf2\x96\x46\xd5\x57\xd5\xa1\x36\ \x07\x16\x87\x40\x84\xea\x3c\xd6\x4b\xd5\x4c\x13\xc5\x20\x83\x62\ \x55\x4b\x25\x81\xa5\xe6\x93\xb8\x32\x22\x9f\xc4\x02\x6e\xd0\x07\ \xfc\x2d\x79\xbe\xee\x4e\x81\xba\x2a\xc0\x4d\x1f\xd3\xa5\xa3\x49\ \xe0\x4b\x8b\x82\x26\x92\x84\x7d\x4c\xd0\x25\x05\x85\x65\x11\x59\ \xe0\x87\x58\x02\x91\x80\x44\x61\x72\x5a\x89\x34\xd0\x0d\x05\x93\ \x28\xf0\xe9\x44\x16\x0e\x8b\x89\x32\x96\x00\xba\x58\x04\x1a\x05\ \x5d\x8f\x23\x33\xf1\x44\x16\x08\x16\x0b\x69\x96\x0b\x75\xee\xa3\ \x90\x99\xa4\x96\xee\x6e\x7c\x4b\x6f\x77\x5b\x7b\x0b\xa9\xb3\x95\ \xd0\xde\x82\x71\xb1\xf0\xbd\xad\xa8\x57\x11\x86\x3c\x3c\x72\x76\ \xec\x14\xca\xcd\x99\x3c\xdc\xb9\x71\xf3\x3f\xfe\x45\x8c\xaf\x3c\ \xbd\xeb\x6a\x96\x04\xe1\x52\x3e\xac\x73\x29\xb0\x02\xd0\x65\x9d\ \x48\x52\xb2\x50\x04\x22\x07\x0b\x78\xcd\x47\x01\x77\x2b\xf0\xb9\ \x38\x02\x8b\xc4\x01\x4e\xd0\xa5\xb3\x58\x44\x02\x9a\x04\x6e\x70\ \x2c\x14\xb4\xf3\xb0\x93\x30\x48\x91\xc8\x04\x38\x12\x48\x4c\x0c\ \x49\xc0\x04\x20\x6c\x6d\xc3\x12\x09\x2f\x28\x0d\x52\xb1\x9c\x2f\ \x3d\xc0\xe5\x71\xe5\x3c\xbd\x54\x25\x55\x83\xfd\x33\xd8\xad\x7a\ \x8d\x5c\x46\xed\xe1\xc9\xa9\x7a\x40\x2c\xa3\x5e\xed\x37\x2b\x01\ \x4b\xe4\x52\x7b\x20\xe7\xf7\x5a\xa3\x01\x8d\xdd\x6b\xcf\x46\x02\ \x09\x67\xa2\x9c\x73\xbb\x73\x29\x20\xa0\x99\x5c\x24\x51\xf6\x98\ \xcc\x89\x22\xb0\x56\xca\x93\x00\x43\x76\x2c\x6b\x35\x55\x92\xc5\ \x72\xb0\x52\x2e\x27\x47\x73\xa3\x95\x40\xd0\x18\x19\xaf\x14\x52\ \xe9\x54\x3a\x16\xc9\x26\x67\x8b\x91\xe2\xec\x1b\xc7\xa6\xde\x9c\ \x7e\xe7\xd8\xcc\xb1\xd1\x64\xf9\xad\x99\xf4\x78\x20\x7b\xcc\x1f\ \xf5\x38\x9d\xee\x58\xd4\x9b\x0e\x44\x53\x29\x54\x1e\x5f\x4c\x4d\ \xf8\xbd\xc9\x40\x2c\x04\xae\x2d\x6a\x33\xa6\x53\xd9\x64\x21\x6a\ \x0b\x78\x82\x76\x9b\xd7\x66\x33\x58\xed\x6e\xb3\xd1\x84\x8a\x32\ \x95\x4e\x5b\x44\x2b\xe3\xca\x18\x32\x21\x8f\xad\x55\xd9\xbd\x06\ \x53\x22\x00\x1c\xa8\xf1\x7b\xc5\x11\x93\xd3\x5b\x48\x66\x23\xa1\ \x88\xc6\x66\xb5\x85\x22\xb1\x94\xd7\x68\xb3\xd9\xb4\x81\x5c\x22\ \x14\x1b\x9d\x4d\x7b\x73\xa1\x28\x6a\x3a\x13\x88\x86\x02\x31\x4d\ \x74\x3c\xe0\x0f\xa6\x22\x81\xa8\x2d\x14\xcc\x56\x22\x53\x85\xd8\ \x68\x25\x57\x74\xa7\x62\xb3\xbf\xfe\xe5\xe7\x47\x8f\xff\xe2\x57\ \x6f\x1f\x7f\xf5\xed\x77\x8f\x1c\x3d\x9e\x4e\x99\xf4\x72\xad\xc6\ \xa8\x92\x73\xf5\x52\x83\x54\xab\x06\x90\x32\xc8\xa5\x42\x39\x97\ \x27\xd4\x4b\xb5\x3c\x30\x0e\xe0\xbc\xe9\x7a\x10\x35\xb9\x5e\xaa\ \xd7\xab\x55\x52\xb1\x10\x86\x6b\xa1\xac\x43\x88\xda\x0e\xf2\x07\ \xfa\xd8\x28\xb4\xba\x87\xea\x37\x5f\x3f\xa2\x49\xa4\xec\x7a\xcd\ \xec\xe7\xeb\xa5\x2b\x4d\x32\x81\x48\xc0\xe2\x70\x23\xc3\x6d\x6d\ \x83\xdd\x2d\xbd\xbd\xfd\xfd\xbd\xed\xfd\xbd\x70\x32\xe3\x5a\x09\ \xad\x83\xa0\x5e\xa4\x96\xe1\xee\x5e\x1c\xea\x7f\x8c\x03\x61\x6b\ \x6b\x6f\xc5\xb6\xb6\xc0\x51\x85\xef\xee\x6c\xef\x6c\x1b\xec\x6f\ \xeb\xe7\x4c\x30\xb4\x05\xc5\x50\x78\x6b\x6f\x9b\x30\x22\xc2\xe2\ \xc6\xce\x8f\x9d\xea\x1f\x1c\x9b\x1c\xc4\xf5\x77\xb6\xe2\x28\x19\ \xe2\x60\xff\xd8\xa9\xb1\x53\xe7\x0f\xe3\x7a\x27\x07\x5b\xcf\x9c\ \x9f\x9f\x9f\x5f\x5e\x3b\x3f\xbf\x7a\xf6\xf2\xea\xee\xea\xf2\x2a\ \x20\xd5\xc2\xf2\xc5\xdd\xfd\x8b\x97\x4f\x81\x27\xdc\x05\xd6\xda\ \xdd\xd8\x40\x70\x85\xca\x44\xf7\x37\xbe\xff\x0a\xdb\x76\xe7\x03\ \xdd\xe5\xb5\xe1\xee\xe5\x47\xfb\x73\x1b\xfb\x37\xf7\xf7\x9f\xde\ \x59\xfa\xe7\xf7\xdf\xdc\xde\xbb\x77\xfd\x87\xcd\x9f\x7e\x78\xfc\ \xf1\x93\x1f\x6e\x7c\x7d\x67\xef\xd6\xde\x67\xf7\x17\x9e\x5d\x98\ \xec\xdd\xba\xbf\x88\xc2\x07\xee\x6f\x6e\xde\xdd\xac\x82\x49\x51\ \x64\x04\x3e\x05\x98\x05\x16\x45\x40\x6c\xe5\x90\x08\xf8\x36\x1a\ \x05\xd3\xda\x4a\x80\xe7\x88\xc3\xb5\x11\x49\x44\x02\x19\x83\xc5\ \xb4\xb6\xe3\x87\xfe\x6e\x56\xd9\xed\x5a\xb1\x5e\x09\x7f\x3d\xa1\ \x52\xde\xc1\xa6\x32\x7a\x0e\x1e\x60\x30\x06\xa8\x32\x3a\x5a\x62\ \xc3\xe5\x4a\x19\x07\x0e\x74\x18\x9c\x46\x7a\xcf\x41\xd4\x3f\xa6\ \x8f\xc1\xe8\x63\xa3\xd5\x3a\x5d\x32\xae\xc6\xf7\xd2\x8b\x03\x07\ \xba\x3a\x0e\xd0\x79\x5c\x6a\x17\x0a\xd1\x61\x74\xfd\x57\x17\xca\ \xd6\xa1\x33\xe0\xbd\x87\x81\x24\x4f\xa8\xd2\x6a\x6d\x42\x9e\xdc\ \xaa\xe4\xe9\xc5\x2a\x4f\xe8\x8d\xad\xb1\xee\xeb\x9a\xff\x4e\xbf\ \xd4\x41\x67\x0b\xb9\x0c\x6e\x17\x1b\x4d\xbd\xf3\xf8\x52\xb0\xa4\ \x1d\x52\x0d\x57\xa6\x97\x3b\xdd\x06\xcd\x1b\xf5\x97\xe8\x72\xae\ \xf6\xca\x57\x8b\xf5\x12\xad\x76\xf7\xb6\x68\xa1\x69\x54\x69\xf8\ \x76\xc5\xc2\x69\xc2\xd0\xa9\x61\xcc\xc8\xfe\xcf\xcb\x6b\xfb\x8e\ \xbc\x2f\x5f\xaf\xc6\x41\x67\x1c\x2e\x5f\x13\x44\x2b\xee\xdb\xdc\ \x2a\x59\xc2\xb5\x46\xbd\x9a\x17\x29\xea\x28\xa7\xb0\xe1\xf0\x55\ \xf3\x99\x7c\xc9\x62\xa9\x56\x33\xba\x6a\x06\xbc\x54\x5e\xe2\x70\ \x88\x1c\x8e\xea\xca\xfa\x7a\xd5\xe7\x88\x87\x59\x8e\xb0\x08\xf0\ \x4a\xa1\x00\x47\x89\xbc\xa2\x4e\xe4\x42\x85\x01\x70\x13\x60\x8a\ \x02\x38\xa3\xcb\x80\x15\xa4\xd0\x1c\x3e\x9f\x84\xa5\x10\x50\x44\ \x12\xd0\x1c\x85\x42\x11\x16\x29\x38\x02\x11\xb1\x95\x2c\x72\x65\ \x04\x02\x16\x4d\x14\x66\x4a\x00\x9f\x48\x34\x01\x96\xac\xf3\x21\ \x35\x23\x33\x99\xcf\xaf\x3d\x5a\x2c\x3e\xf8\x09\x30\x98\xb5\xfb\ \x2b\xe1\xaa\x83\xc2\xa1\x91\x09\xed\x70\xa4\x75\x76\x93\x5b\x71\ \x24\x0e\x89\x22\xe2\x38\x2c\xb4\xb6\x36\x38\xe2\x40\xe6\x88\xed\ \xfd\xf3\x93\x23\x23\x43\xc3\xa7\xe6\x47\x06\xd7\x7e\xfe\x8f\x7f\ \xb5\xd5\x7e\x7c\xba\x99\xaf\x95\x44\x68\xe7\x2d\x00\x71\xba\x5a\ \x5c\x24\x10\x28\x9a\x0e\x01\x45\xa2\x63\x81\xf3\x07\xe1\x76\x65\ \x1c\x3a\x8b\x84\x29\xa0\x38\x60\x3b\x0a\x89\xab\x0a\xd6\xd1\x82\ \xd2\x5a\x45\x78\x0e\x93\x26\xe0\x58\x68\xe0\x0c\x69\x64\x18\xba\ \x28\x1c\x70\xa9\x00\x81\x18\x3c\xb1\x9d\x80\x6b\x7d\xc1\xa0\x52\ \xaa\xf9\x1d\x6c\xb1\x52\xca\xa0\xeb\xe5\x36\x8d\x16\xe5\x7d\x6a\ \x0d\x2a\x8d\x49\xa9\xa2\x1e\xa0\xca\xe9\x42\x3a\x5a\x5e\xa2\x51\ \xba\x6d\x66\xb7\x49\x0d\xe7\x72\x2e\x94\xf0\x58\x0d\x36\x6f\x28\ \x55\x0e\x26\x23\x9e\x93\xd9\x44\x24\x14\xd0\x3a\xd3\xc7\x67\x6c\ \xb1\x90\x3f\xe4\xcf\xa5\x63\x21\x90\x32\xb7\x55\x6d\xb0\x39\xd3\ \x59\x6b\x22\xfb\xc6\xd1\xec\x6c\x25\x99\x05\xa0\x1a\xcd\xb9\x23\ \xd1\xf2\xcc\x44\x2e\xeb\x8d\x55\x92\x69\x4f\x24\x59\x3e\x39\x5e\ \x99\x3e\x39\x33\xf5\xc6\xf8\xe8\x09\x54\xfa\x80\x42\x19\x72\xe5\ \x98\x51\x13\x0a\x79\xd2\x69\x6f\x2c\x69\x76\xa6\x12\x91\xa0\x35\ \xe8\xf7\x6a\x22\xd1\x64\x0a\xb4\x27\x97\x8b\x25\x42\xde\x40\x34\ \xe9\x0e\xe4\x62\xd1\x90\xdb\xe3\x75\xdb\xcd\x36\xb7\x3d\xe5\xb5\ \x6b\xd5\x6a\xbd\xc6\xaa\x04\xce\x51\xea\x85\x42\x06\xc3\x6c\xb7\ \x5a\xd5\x76\x93\x55\xe3\x8f\x78\x43\x7e\x6d\x32\x65\xb3\x59\x83\ \xee\x1c\xd8\x43\x6d\x28\xe1\x76\x7a\x83\x21\xa7\x31\x14\xb1\x02\ \x49\xe5\x62\xa9\xf4\xb8\xdb\x5b\x09\xa6\x62\x39\x13\xba\x6e\x18\ \x4a\x25\x43\x51\x77\x72\x3c\x58\x48\x79\x92\xb9\x54\xb4\x5c\x38\ \x11\x99\x8d\x84\xb2\xa1\xdc\xd4\xcc\x6f\xff\xfe\xc1\xaf\x8f\x14\ \x7e\xf3\xc6\xf1\x77\x7e\xf9\xd6\xf4\xab\xef\xe6\xa2\x6e\xb5\x56\ \xae\xd2\x2a\xc5\x2a\x3a\x17\x99\x51\x99\x1c\xb5\x6b\x62\xab\xf4\ \x2a\xa1\x1a\x88\x8a\x0b\x2e\x42\xab\x17\xea\xb5\x6a\xb8\x47\x2c\ \x36\xe8\x95\x32\x83\x9c\x27\xe3\xc9\xf9\x3d\x3c\x06\x88\x15\x0c\ \xef\x80\x59\x3c\x1e\xb7\xef\xe4\x93\xbd\x63\x31\xa3\x58\x6d\x28\ \x1c\xb9\xea\xab\x39\x98\x2d\x60\xef\x5a\x5a\xda\x87\x26\x47\x06\ \xbb\xf1\x6d\xfd\x20\x56\xdd\xed\xc3\xfd\x2d\x9d\x9d\xdd\x83\xa0\ \x36\xd8\xb6\x56\x7c\x2f\x90\x79\x2f\x8e\xdc\x0f\x07\x13\x1e\x0f\ \xc0\x35\xd4\xde\x02\xfe\x91\x34\x38\x38\xd8\xda\xd9\xcd\xc4\x74\ \x77\xe2\xde\x65\x3b\x7f\x43\x1e\x6e\xdc\x55\xec\xe0\x59\xa7\xda\ \x68\x67\xc7\x06\x4f\x77\xb7\xe2\x5a\x06\xf1\x9d\x87\x69\x71\xc2\ \x61\x72\xcb\xa9\xf9\xf3\xf3\x23\xf3\xa7\x47\xce\xce\xb5\xcc\x6f\ \xcc\xcd\xcd\xaf\xae\x5e\xb8\x70\xf1\xfc\x99\xb5\xfd\x5d\xd4\xa6\ \x61\x63\x6d\xe3\xd1\xea\xee\x85\xd3\x0b\xe8\x0a\xe1\xc2\xda\xda\ \xc2\xfe\xee\xff\x2f\x58\x48\xb8\xe6\xdf\xbd\x71\xea\xec\xf6\xb9\ \xea\xb3\xfd\xb6\xfe\xb3\xcb\x73\x17\x9e\xdd\x7c\xf6\xf3\xe3\xdb\ \x4f\x6f\x7c\x77\xeb\xf6\xb5\xeb\xdf\x3e\x5e\xdc\xfb\xee\xe3\x3b\ \xdf\x5d\xfb\xe6\xc1\x83\x7b\x37\x9e\xfc\xf0\xf4\xfc\xda\x69\x52\ \x7d\x71\x71\xe7\xd3\xcd\x95\xad\x46\x73\x65\x0b\x85\x26\x08\x98\ \x25\x38\x9a\x05\x3a\x11\xd0\x00\x09\x4f\xa2\x61\x5a\x5b\x5a\x31\ \x04\x0c\x2a\x70\xec\x45\x95\x0d\xe0\x0f\x5b\xdb\x28\x94\xb6\xf6\ \x31\x5a\xc4\xac\x54\x7b\xec\x1a\x83\x94\x2e\x13\xf3\xc5\xbc\x2e\ \x36\xbd\x63\x60\xe0\x00\xf8\xba\x83\x07\x7a\x3a\xba\x7a\xfa\xba\ \x3a\xe8\x1d\x5d\x7d\x6c\x6d\x22\xe6\xd6\x50\x0f\xa2\xa8\xaf\x8e\ \x3e\x14\xa4\xd3\x05\xaa\x36\x60\x53\x7c\xf8\x97\xae\xae\xae\x03\ \x7f\xeb\x29\x14\xad\x7d\x54\x46\xd7\x21\xd4\x74\xb4\x67\xa0\x8b\ \xdb\x31\xd0\xc1\x85\x3f\x3f\x15\x5d\x25\x14\xeb\xad\x5a\xb1\x4a\ \x6a\xe0\x29\x95\x5e\x67\x6e\xea\x73\xd1\x19\xc5\x6f\xa9\x5d\x7f\ \x0e\x72\x81\xd3\x40\xa9\xd0\x12\x20\x2a\x9f\x2f\x56\xe9\xe5\x32\ \xae\x50\xca\x35\x68\xc5\x60\xf1\x6d\xef\xdd\xf7\xc8\x94\xd2\x8a\ \xc0\x85\xc3\xb7\x74\x36\x2e\xdd\xe8\x3f\x7f\x43\x09\x8e\xf0\xd7\ \x23\xab\xf8\x4b\x8d\xa1\x53\x9d\x67\x9f\xfd\x0c\x06\x9b\x56\x5a\ \x6a\xe4\x59\xe1\x52\x2d\x9c\x0f\xd7\x97\xd6\xeb\x61\x9f\xaf\x51\ \x02\xc3\xe7\x7b\xde\xf6\xd3\x57\x72\xd5\x97\xdf\x23\x3b\x3d\x00\ \x00\x20\x00\x49\x44\x41\x54\xe2\x19\x45\xa9\x51\xca\xd4\x1a\xe1\ \x7c\xbc\x64\xf1\xe9\x2c\xbe\xfc\x52\xbd\x5a\xd3\x29\x7c\x3e\x10\ \xb5\x5a\x98\xe5\xcb\x84\x15\x4c\x45\x38\x1e\xaf\x5a\x14\x16\x81\ \x24\x83\xd6\xff\x49\x7c\x16\x97\xaf\x5e\xaf\xbb\xc0\x67\x85\x33\ \x61\x89\x42\xe1\x50\x30\x59\x68\x02\x4b\xa7\x70\x49\x38\x02\x16\ \x85\x45\x23\x01\xe9\x08\x74\xa0\x5f\x20\x16\x0a\x9d\x83\x42\xd3\ \xd1\x68\x12\x9a\x80\xa4\x20\x91\x38\x4c\x01\x09\xf4\x4b\x27\xa1\ \xb0\x32\xe8\xe1\x3a\x09\x9a\xb9\x07\x0a\x0c\x3b\x6a\x9b\xcd\xcd\ \xcd\x8c\x48\xe2\x63\x81\x86\xb0\x74\x55\x97\x83\x45\x11\xf9\x58\ \x0a\x96\x0e\x75\x11\x25\x13\xb1\x2c\x1a\x91\x8c\xeb\x1e\x9a\x9b\ \x3b\x7c\xea\xf0\xe1\x91\xb1\xe1\xf6\x8b\x37\xff\xe7\xbf\xdb\x7d\ \x4b\xdb\xdb\xf1\x0c\xc0\x93\x2f\xa3\xe3\x28\x44\x1c\xd8\x3f\x1d\ \x85\xe3\x08\x5b\x5c\x80\x84\x71\x85\xc3\xa1\x70\x64\x4a\x20\x4e\ \x60\x75\x75\x3a\x57\x23\xe3\x12\x09\x14\x19\x30\xad\x4c\x96\x48\ \xc1\xa4\xc0\x0e\x61\xd1\xd4\x1c\x89\x03\xec\x47\x61\x92\x48\x14\ \x0e\x99\x8c\xa1\x90\x48\x44\x0a\x9e\xd0\xde\xfa\x82\xca\x04\xe3\ \x05\x43\x29\x67\xf0\x65\x72\xeb\xf3\x98\x19\x3b\x9c\x50\x06\x83\ \x51\x2e\x56\x73\xfb\xa4\x6a\xa1\x50\x6c\x56\xcb\x61\x4c\x93\x9b\ \xb5\x06\x03\x40\x93\x3d\xe4\xc9\xd9\x6c\x66\x8d\xc6\x9f\x9e\x29\ \x16\x6d\xce\xd4\x54\xd2\xee\xb5\x25\x6c\x81\xec\x84\x27\xe1\xb4\ \x06\x23\xef\x46\x63\xc9\xd1\x68\xc4\x14\xb0\xa9\x8d\x41\x8f\xc7\ \x9b\x1c\x7f\xab\x38\x33\x93\x28\x1e\x9b\x9a\x9d\x9e\xf1\x78\x12\ \x53\xb3\x27\x00\xc5\xb2\xe9\xd1\x63\xc9\xd1\x72\xb6\x7c\xbc\x90\ \x9c\xf8\xf5\xc9\xf2\xf8\xe8\xc4\x4c\xb2\x12\x3d\x7e\x74\x34\x5d\ \x0c\xe6\xd2\x13\xe3\xa3\xa1\x74\x2c\x17\x48\x26\x9c\xc1\x62\x2e\ \x9a\xcc\x26\x43\x56\xb7\xdf\x16\x45\xaa\x04\xb4\x95\x1d\xf7\xc7\ \xec\xc1\x62\x0c\x75\x36\xb5\x07\x82\x4e\xb3\xc9\x18\x50\xfb\xfd\ \x36\xab\x56\xa3\x31\x9b\x64\x5a\xbd\x5c\x2c\xe6\x0b\xbb\x3a\x94\ \x26\xaf\x21\xa4\xb1\xba\xdd\x85\x98\xd7\x69\x72\x26\x52\xa9\x84\ \xcd\xeb\x87\xaf\x4d\xb6\x68\xd0\xe9\xb4\x85\xa2\xf6\x50\xc4\x1b\ \x4d\xa4\x0b\xb1\x6c\xa0\x90\x48\x26\x43\xc5\x50\xb1\x90\x9b\x8a\ \x95\x93\x81\x5c\x25\xe1\xf1\x47\x03\xa9\x82\x3f\x96\x4b\xc4\x26\ \x2a\xc5\xf1\x99\xf1\x50\xae\x50\x0e\xa4\x2a\xb3\x2f\xbf\x7b\xec\ \x37\x33\x13\xc7\x26\x2a\x27\x8f\x8d\xcf\x4e\xa4\x9c\x5e\x8d\x52\ \xaa\x54\xca\xd4\x6a\x36\x5a\x21\x2b\x96\x8a\xa5\x5c\x2e\x5f\x69\ \x85\x7d\x90\xc9\x78\x06\x21\x8f\x0f\x2a\x25\x95\x83\x51\x15\x8b\ \xcd\x06\x2b\x9d\x0d\x66\xb0\x43\x26\x95\x82\xb4\x51\xb9\x6c\x46\ \x07\x1c\xfb\x3c\xb1\x8c\x21\xcc\xba\xff\x74\xd2\xa0\xd1\xdb\x66\ \xfe\x71\x49\xa1\xe0\x80\x93\xef\xec\x1f\x1c\x3e\x3c\x34\x3c\x32\ \xd4\x36\x32\xd4\xdf\x39\x74\xb8\xb7\x77\x68\xb0\xb7\xb7\xb5\xb3\ \x77\x78\xb0\xb3\x1d\x8b\x01\xd5\xea\xc4\xb5\x75\xc2\x07\x1f\xb9\ \x7b\xa4\x05\x87\xc7\x61\x3a\x71\x64\x3c\x11\xdb\x39\xd4\x3e\xd4\ \xdd\xdd\xad\x88\x0b\x5a\x31\x2d\x69\x7e\xec\x6d\xcc\x98\xe3\x9e\ \x82\x38\x78\x7a\x9e\xd6\xd2\xdb\x3a\xc9\x74\xe0\xdb\x5a\x89\x58\ \x87\xae\x7f\xac\xb7\xe5\xec\xc2\xf9\x0b\x73\x23\x67\xcf\x4c\x9e\ \x3f\x33\xd9\xbb\x76\x61\xf2\xfc\x1c\xea\x7f\xb5\xb0\xba\xf6\x68\ \x63\x75\xe3\xd1\x85\x8d\x8d\x65\x74\xe3\xcc\xd9\x85\x7d\xf8\xf2\ \xe2\x1a\x7c\x85\x9a\xf5\x81\x53\xdc\x58\x5b\xbb\x40\x78\x85\xb8\ \x7b\x21\x5c\xd3\x5d\x1c\xa3\x8c\x6c\x2c\x4f\x02\x61\xfd\x6b\xe9\ \xeb\x4f\xaf\x7d\xbb\xb7\x77\xfd\xbb\xdb\x7b\x97\xee\x7d\xfc\xd9\ \x97\x7b\x7b\xb7\xaf\xdc\xdb\xbb\x7d\xef\xe3\x7b\x63\xe7\xc9\xeb\ \x5b\x3b\x0f\x7f\x5c\xdc\x5a\x5f\xdc\x8c\x87\x4b\x02\x57\x49\xc7\ \x64\xb9\x74\x64\x1a\x93\x49\x86\x91\x9b\x42\xa0\xb4\x81\x3c\xb5\ \x62\xc8\x64\x42\x2f\x10\x16\x6a\xd9\x47\x20\xa2\x40\x46\x78\x46\ \x87\xcf\x99\x4c\x56\xaf\x49\xad\x32\xa8\x65\x42\xbd\x58\xc6\xe3\ \x75\xf0\x40\x6f\x0e\x75\x1d\x44\x4d\x63\x00\x53\xbb\x0e\x31\x5e\ \xec\xe8\x00\x5a\x8a\xbc\xf9\xdb\x29\x27\xf5\xc5\x81\x17\x0f\xfe\ \xee\x00\x97\xdd\xd5\xd5\xd7\x47\xed\x62\x68\xe2\x2f\xff\x37\x70\ \xd5\x8b\x7f\x53\x7f\xbf\x7e\xc4\xcb\xfe\x1d\xa3\xa3\xa3\x63\x80\ \xd1\xd3\x87\x62\x97\xfa\xa8\xe0\x15\x61\xd0\xe0\xf3\xc4\x62\x25\ \x08\x22\x98\x7b\xa9\xc1\x19\x7b\xe7\xa5\xdb\x9d\xa7\xab\xa3\xbf\ \x2b\xbc\xc6\x97\xd1\xc1\x28\xf2\xd9\x32\x40\x3b\xd0\x2c\xbd\xe1\ \x79\xff\x48\xa5\xca\xa8\x35\x1b\xd5\xca\xe8\xd3\x3f\x8a\xa5\x4a\ \xe1\x75\x8b\x8e\x05\xb8\xba\xf9\xe9\xca\xe1\xc1\x59\x18\xfa\x8d\ \x57\x2e\x9c\xdd\xfa\xe1\xc1\x3c\x85\x34\xbf\xfb\xf3\xfe\xda\x23\ \xc9\x7a\x09\x59\xba\x78\xc9\x01\x9f\xeb\xe0\xff\xf2\x16\x57\x33\ \xec\xaa\xd7\x50\xf9\x51\x73\x2b\x63\xa9\x2e\x65\x14\x3a\x5f\x3c\ \x5e\xca\x94\x5c\x99\xbc\xc5\x81\x8c\xe0\xd2\x92\x43\xe2\x73\x28\ \x7c\xf1\x3c\x88\x8f\x45\xe4\xb3\xe4\x7d\xc0\x57\x22\x85\x44\xa1\ \xb3\x08\x40\x58\xd0\x75\x35\x81\x44\x20\x01\x62\x0b\x37\x4a\x2e\ \xc0\x2a\x05\x8d\xe8\x83\xef\xd2\x98\x2c\x16\x93\x23\x91\xb0\x58\ \x0e\xd4\xf0\x3f\xa3\x03\xdb\x48\x53\x70\x58\x0a\xa4\x12\x60\xf8\ \x24\x00\x6b\x34\x20\x17\x85\x8e\xc8\x22\xb1\x58\x44\x30\x81\x2c\ \x8a\xce\xc2\xf2\x89\x24\x2e\x54\x4e\x51\x6a\x2c\xe9\x6a\x55\x4b\ \xb5\xd1\x8c\x8b\xc8\x58\x22\x87\x23\xa0\x09\x5a\x09\xf0\x9a\xe0\ \xff\x3f\x92\xce\xc4\xad\xad\xf3\xcc\xdb\xd1\x3a\xda\xa5\x6a\xdf\ \x90\x90\x40\x3b\x42\x12\x5a\xd0\x8e\x34\x92\x10\xda\x2f\xad\x23\ \xc9\x52\x42\xb7\xa4\xc8\xb4\x89\x32\x02\xd2\x98\x9a\x04\x6c\x6c\ \x28\x10\x0d\x83\xcb\x57\xc2\xd2\x76\x42\xc1\x94\xe2\xc4\x9f\x0b\ \xed\xb4\x0c\xc9\x65\x3b\xae\xe3\x26\x4d\xdc\xd8\x59\x9d\xc4\xf5\ \x95\x6b\xfc\x67\x7c\xcf\xeb\x4f\xde\xb0\x10\x20\xe9\x9c\xf3\x7b\ \xef\xfb\x9c\xf7\x7d\x9e\x2e\x0c\x11\x83\x91\xd1\x01\xfc\x71\x6e\ \x16\x8e\x81\xed\x19\xd9\xdc\x5c\x5a\x5a\x5a\x99\x1a\x19\xa1\x6f\ \x3f\xfc\xd7\xcf\x49\xed\xdb\xc7\xb7\x0e\x0f\x5b\xc1\x3c\xbc\x0a\ \x78\xb6\xfa\x28\x00\x1d\x4f\xef\xe7\x2a\x81\x14\xdd\x6a\xb5\x5f\ \xde\x0a\x06\xf3\x54\xb7\x3e\xaa\xf6\x83\x03\xe6\x81\x0c\xf5\x3c\ \x10\x5b\x86\x92\xc5\x10\x90\x59\x4a\x30\x59\xb5\x1c\x43\xa1\x3d\ \x39\x69\x26\xa0\x09\x70\x14\xf8\x45\xe3\xca\x29\x74\x22\x85\x8c\ \x2a\x8e\xaa\x6c\x66\x85\x4d\x2b\xec\x15\xeb\x0c\x06\x0f\x6a\xa6\ \xee\x34\x02\x0f\x68\x0d\x6c\x8d\x4a\xab\x00\x2c\x70\xc0\xd6\x90\ \x5a\x40\xad\xcc\x4e\x4f\xdc\x5b\x72\x5a\x3c\x09\x4f\xc8\xee\xb0\ \x07\xca\x05\x8f\x37\xe2\x0c\x95\x00\x7e\x32\x90\x07\x13\xa3\xbe\ \x74\x12\x2d\x8f\x77\xc6\x5c\xd5\xf9\x64\x3a\x6c\x0f\x9b\x42\xde\ \xb4\x39\x51\x68\x4e\x37\xa7\x1b\xd5\xb1\x99\xf9\x73\xa5\x48\xa1\ \x30\x7f\x3e\x37\x16\x8b\x65\x4a\xd3\xb5\x64\x0d\x52\x6b\x71\x72\ \xbe\x30\xdf\x28\xcf\xbf\x38\xf7\xd2\xfc\xc4\xc4\xd9\xc9\x6a\x22\ \x3e\x91\x2c\x96\xc7\x7c\xd5\xc6\x68\xa1\x5c\x2d\x86\xe7\x32\xe0\ \x87\x63\xe7\x1a\xb9\x5a\xb9\x90\xb1\x54\xe3\xa3\x33\xa5\x72\xa1\ \x0c\x5f\x5b\x4a\xa6\x03\xcd\x5c\x29\x57\x28\xa4\x63\x3e\xaf\xc7\ \x15\xce\xf8\x5c\x01\x8b\xd7\xa2\xb2\x18\x5c\x36\xa9\x58\x87\x2a\ \xad\xb9\x8c\xae\x98\x2b\x66\x8f\x27\x73\x81\x58\x2c\x19\x2a\x15\ \x3c\xe6\x78\xd8\x15\x71\x99\xed\x61\x90\xc2\x40\xb2\x14\x81\xe0\ \xf2\x25\xbc\xa1\x48\x29\x59\x2a\xf9\xc6\x66\xc6\x4a\xa3\x89\x5c\ \x2d\x99\x4b\x14\x42\xb9\x89\x5c\xa1\x94\x09\x05\x12\xc9\xea\xd9\ \xdc\xd9\x97\x9b\x4d\xf8\xc9\xb9\x78\x66\x72\xfa\xdc\x4b\xb3\xaf\ \xfe\xf8\xfc\x74\x61\xe2\xd5\x8b\x0b\xcd\x73\x80\x5f\x09\x03\x5b\ \x2a\xd5\xa9\xb4\xc0\xa9\x06\x87\xc4\x24\x41\x37\xa9\x46\x63\x56\ \x00\x6f\x29\x84\xb0\xab\x33\xa5\x20\x8d\x52\xb4\x4a\xdb\xa0\xb3\ \x18\x25\x5a\xa0\x30\x31\x40\x60\x87\x54\xa2\xd5\x28\x0c\xe0\x88\ \x16\x95\x46\x17\x18\xfb\xf9\xc7\xbf\x9c\x86\xb7\xe4\xfe\x32\xc5\ \x4f\xc0\x50\xf0\x24\x2c\xb6\xaf\x2b\x2b\xea\x1a\xee\xc9\xf6\x8d\ \x4c\x4d\x2d\x65\x65\x59\x11\x1d\x2b\xeb\xea\x19\x1c\xee\xa1\xd0\ \xc1\x10\x09\x74\x1c\x96\xf4\x64\x12\xb8\x8c\x81\xed\xea\xc3\x63\ \x45\x18\x1e\xaa\x7d\x8e\xc3\x88\xc6\xfb\xb2\x53\x14\x72\x1b\x27\ \xa0\xd1\x69\x66\x6d\xe9\xbb\x94\xa5\x4f\x6e\xb3\x7a\x56\x77\xf0\ \x5b\x78\x4c\xeb\x16\x06\x3b\x92\xb5\xe6\xe5\x84\x61\x62\x76\x67\ \x6f\xe7\x68\x6f\x73\x7b\x65\x75\x7b\x75\x6a\x04\x3b\xb5\xdb\x73\ \xb0\xb9\x79\x7d\xfb\xe4\xc1\x03\x74\xe5\xef\xe0\x04\x55\xf0\x03\ \x0d\xbc\xbb\xb1\xbe\x7b\x84\x66\x6c\xdf\x85\x98\xba\x7e\xf7\xff\ \x4f\xc6\x02\x53\xdc\xfe\xe9\xfc\xe1\xb6\x3f\xd8\xaa\x6c\x62\xb0\ \xeb\xbb\x53\x77\xbf\x7d\xf0\xf8\xd6\x6f\xff\xf9\xc7\xff\xf9\xdb\ \xdf\x3f\xf8\xec\xef\x1f\xa7\xbe\xf9\xe0\xb3\xff\xf9\xea\xad\xbf\ \x7d\xf5\xd6\x3f\xfe\xf6\xd5\xa3\x4f\x89\xc4\x5b\x7f\x7f\x74\x7c\ \xeb\xa3\x6b\x5f\x7f\x72\xab\x1d\x44\x8d\xd1\xa3\x6e\x79\x30\xca\ \xc5\xa1\xab\x41\x2c\x06\x85\x8a\xc7\x60\xb0\x58\x12\x9e\xc4\x22\ \x13\x88\x44\x32\x1c\x18\x24\x3c\x99\x4c\x27\xe0\x71\x24\xd2\xb0\ \x3f\x12\xb2\x78\x23\x26\x9b\xcd\x06\x83\x12\xd0\x28\x24\x3d\x20\ \x52\x77\xe7\xd0\x85\xfe\xce\x0e\x61\x6f\x27\xea\xfb\xd6\x29\x14\ \x76\x77\x72\x84\x89\xef\x7e\xf7\xe5\xa2\x83\xdf\x3b\x74\xba\x1b\ \x75\x2c\x01\xd7\xee\xed\x36\x55\x9e\xfe\xbf\xfd\xfd\xbd\x43\xec\ \x99\xb7\x0f\xbf\x17\x72\xb2\x7b\x3b\x99\x9d\xa7\xbb\x3b\xba\xd9\ \x62\x29\xb3\x97\xd3\xd1\xcf\xe4\xf3\x51\xef\x00\x85\x01\xb6\x91\ \x51\x0a\x99\x14\x9b\xfb\xf7\xbf\xdc\x9a\x1a\xfc\xd4\x24\x79\x27\ \x23\x55\x88\xd9\x12\xb6\x14\x9d\xc6\x52\xf0\x25\x26\x93\xc1\x80\ \xe0\xca\x60\xb0\x99\x1d\x36\xb3\xe9\xd5\xdb\x63\xb0\xe5\xcd\x5b\ \xcb\x6e\x9e\x95\x92\xdd\xff\x54\x39\xa8\x34\x9a\x7c\x9a\xe4\xf2\ \x09\xfd\xd3\x6b\xf5\x75\xec\xe0\xd4\xd1\x1d\x80\x52\xde\x56\xbe\ \xed\x47\x27\x9f\xdd\xa9\xc3\x56\xbd\xfd\xd1\x56\x25\x5a\x39\x5e\ \x8b\x46\xeb\xd6\x96\x3b\x7f\x6b\xbf\xe2\xdf\x6f\x03\x1e\xb5\x5b\ \xa9\xad\x4a\x2b\x9f\x8f\xc2\xbb\xd3\x52\xd7\x83\x41\xb7\x5b\x9f\ \xb2\xfa\x83\x7a\x65\x90\x0a\x26\xd6\xb2\x46\xa3\x79\x77\x65\x19\ \xd5\xe7\x4b\xe9\x05\x4a\xc0\x30\xab\x95\x8b\x56\x92\x5a\xad\x87\ \x75\x3d\x97\xc6\x92\x5b\xad\x95\xbc\x9c\xcb\x53\xab\xb9\x54\x44\ \x59\x3c\xa5\x80\xc5\xd2\x2b\x79\xc1\xa0\x9e\xe7\x96\x47\xdd\x4a\ \x96\x35\xa5\x67\x51\x51\xe7\x54\x25\x8b\xc5\x90\x2b\x53\x20\x60\ \x6a\xae\x00\xb5\x53\x0b\xba\xe5\x7e\xab\x5c\x5e\xa9\xe4\x53\xf5\ \xe3\xfd\x7a\x94\x27\xb0\xba\x5b\x4a\x1c\x83\x42\xe3\xe9\xd5\xb8\ \xae\x6c\x57\x9f\x08\x20\x12\x6e\x80\xbf\x78\x0c\x81\xc4\xd0\x93\ \x05\xe4\xe1\xa5\x8d\x95\xa5\xa9\xd5\x91\xa9\xf1\x41\xfa\xce\xb7\ \xdf\xf9\x9c\x56\xdf\x3f\x8e\x7e\xfd\xe5\x9a\x3f\x9a\xdf\x6f\x55\ \xdc\x6e\x75\xfd\xd0\x8d\xa6\x84\xc1\x33\xa1\xaa\xad\xf0\xf4\xac\ \xe0\xb1\x7a\x2e\x17\x42\x4a\x1e\xb4\xaa\xd5\xf9\x14\xfc\xc8\xbc\ \xdb\x2d\xe0\x51\xb9\x72\x9c\x52\xfe\xe4\xd9\x62\xf0\x34\x1e\xb0\ \x16\x38\x21\x03\xd2\x8a\x47\xa3\x72\x31\x14\x12\x99\x40\x21\x3e\ \x25\xee\x00\x19\x51\x48\x3a\x84\x1d\x7c\xa3\x4e\x6b\xb2\xb8\xbc\ \x01\xb3\xc9\xe4\xb1\xb0\xb5\x1a\x21\xea\xe9\xac\x50\x18\x15\x3a\ \x9d\xd4\x65\x8e\x38\x9c\x96\x70\xac\x18\xb3\xa7\x03\x81\x88\xc5\ \xee\x0d\xdb\x12\x01\x53\x3c\x66\x8e\x47\x32\x91\x58\xa1\x1c\x08\ \xd7\xca\x01\x9f\xb7\x78\xb1\xe0\x88\x58\x2c\x0e\x67\xb8\xd6\x68\ \xe6\x02\x8e\x50\xcc\x99\x4c\x78\x46\x9b\xb5\x74\xa8\x10\x1f\xab\ \x65\xd2\x63\x73\x33\x73\xa3\x90\x07\xb5\xc9\x5c\xb5\x58\x2c\x9f\ \x99\x3f\xfb\xf2\xdc\x5c\xa6\xb6\xd8\x7c\x01\x80\x6b\xe1\xec\x0b\ \x0b\xd5\x42\xa2\x71\x7e\xa2\x90\x69\xce\x54\x67\x13\xd5\x5a\xa6\ \x3c\xef\x8d\x14\x1c\x99\xb3\xa5\xb1\x52\xf1\x85\x6a\x21\x90\x8b\ \xa3\x39\xe9\xa3\xc5\xd9\x1a\xa4\x47\x60\x36\x99\x6e\x24\x92\xc9\ \x1c\x7c\xc2\xe3\x98\x08\x7b\x9c\xa6\x70\xcc\xe7\x30\xdb\x9c\x26\ \x0d\x5b\x2c\x66\x4b\x75\x52\x73\xc2\x18\xf2\x26\x13\x80\x4a\x85\ \x46\x0c\x54\x12\xe4\x2f\x92\xcc\xc5\xed\xbe\x74\x24\xe6\x8b\x78\ \x32\x10\xb9\x81\x74\x3a\x13\x4b\xc4\xc2\x81\x44\x7a\x2c\x52\xca\ \x85\xbd\xe9\x34\x5a\x66\x98\x8b\x57\x03\xcd\x99\xa4\x2f\xe1\xc8\ \x54\x6b\x0b\x10\x4d\xb3\xe1\x99\x9c\xaf\xdc\x38\x3f\xf6\xc3\x9f\ \x2d\xbe\x3a\x5d\x2e\xcd\x94\x27\x9b\x73\xe5\x52\xc8\xe1\x03\x84\ \xd2\x28\x74\x36\x2d\x90\x94\x8a\xcd\x86\x83\x49\x2c\xd5\x48\x34\ \x06\x1d\x9b\xc3\xe1\x4b\x6d\x5a\xf4\x39\x9b\x58\xa7\xd5\xf0\x41\ \x1b\xa5\x62\x85\x44\x2b\x66\x42\xb8\x89\x61\x24\x77\xd9\x0d\x0a\ \xbe\xdd\xee\xb4\xbb\xd8\xb9\xbf\xe4\x2c\x0e\xc7\xf4\x65\x56\xcf\ \x78\x0f\xf0\x14\xa1\xab\x2f\xdb\x23\xc3\x03\x71\x6f\x6c\x4c\xf5\ \x75\x0d\x2f\xad\x2c\xa1\xe9\x08\xd9\xa9\x1e\x11\x71\x7c\x58\x84\ \xed\x91\x75\xc9\x88\x14\x2c\x19\xdf\x47\xa0\x92\x89\x7d\xd4\x5b\ \x98\x2c\x06\x47\x27\xd3\x68\x2c\x3d\x46\xb4\xba\xb4\x44\xcc\x8e\ \x90\x31\x2d\xc8\xb8\x95\x2b\x9c\x44\xf1\x99\xe8\xb0\x9b\x20\x5a\ \xda\xe8\x63\xc9\x2b\x97\xf5\xe3\x23\xa2\xdb\x00\x65\x32\xec\xea\ \xee\xf5\xdd\x9d\xbb\x47\x7b\x7b\xab\x9b\x3b\x9b\x23\xeb\xeb\x23\ \x3b\x07\x7d\xab\xe3\x47\x68\x9e\xc2\x11\xa8\xe1\xc1\xc1\x0e\x30\ \xd5\xd1\xcd\x93\xa3\xcd\x9d\xa3\x75\x88\xaf\x9b\x07\x27\x37\x51\ \x89\x77\xf0\xc3\x27\x5e\xb8\x1d\x9d\xf8\x21\x66\x90\xb1\x34\x2c\ \xbb\xa9\x5f\x7f\xb8\xb4\xf7\xf0\xe4\xf1\xfe\xef\xde\x7a\xfb\xbd\ \xbf\x7f\xf0\xb7\x2b\x6f\x7c\x86\xbd\xf7\x8f\x37\xfe\x71\xf5\xca\ \xc7\xf7\x3f\xfb\xec\xcf\x9f\x7e\xf6\x81\xbc\xf2\xe6\x87\x1f\x6e\ \x1d\xde\xfe\xe4\x78\x6d\x79\xd9\x0f\xfe\xa2\xb7\x06\x79\x7e\x01\ \x15\x46\x55\x2a\x8e\x4a\x66\x80\x67\x10\x08\x04\x59\x8f\x08\x4f\ \x24\x90\xf1\x58\x22\x1d\x8f\xc1\x93\x49\x70\x8c\x90\x28\xd8\x9e\ \x9f\xd8\xcd\x8e\x40\xc8\x07\xba\xaf\xb2\xb9\x24\xf0\x1e\xa3\x7a\ \x58\x9d\x9d\xec\x8e\xa1\x21\xd4\x5c\xa2\xf7\x42\xef\x10\xbf\xe3\ \x49\xef\xef\x53\xe2\xe6\xf7\xfe\xf4\xeb\xe7\xce\x79\xf9\x17\xba\ \x51\xfd\x85\xfe\x4e\xbe\x50\xa8\xb8\xfc\xee\x85\x8e\x53\x43\x6c\ \x4f\xee\xe7\xcf\xbd\xfd\x41\xc8\x87\x5a\xc1\x75\xf6\x72\x38\x1c\ \x31\xbf\x93\x2f\x91\x40\x1e\xc1\x77\x63\x2a\x74\x1a\x83\xd6\x00\ \x83\x87\x39\x50\x78\xe6\xf7\xf7\x95\xe3\xe4\x73\xbd\xd3\x3f\x15\ \x2b\x98\x12\x29\x9b\xcf\x97\x6a\x35\x12\x66\xbf\xd4\xa9\x13\x4b\ \xc4\x36\xa3\xce\x82\xda\xe4\x8a\x4d\xbe\x77\x3e\x70\x18\x0c\x8a\ \x8b\x02\xbf\x9a\xc5\x25\x51\x6e\xdc\xef\xdb\x78\x97\xad\xb3\x9b\ \x5e\xb4\xee\xa5\xbe\xfc\x32\x7b\xb4\xba\xb7\x09\x6f\xdc\xc3\x87\ \xf2\x65\x3f\x98\x5e\x6a\x0d\x2d\xc8\x89\xfa\x5b\xf5\xe5\x4a\xb4\ \xbd\xb5\xd6\x5e\x0b\x5a\xeb\xe0\x73\xad\x56\xfd\x30\x15\x45\x72\ \x08\x69\x51\xa9\x2c\x07\x83\x29\x3f\x60\x4d\xb4\x9e\xcf\x83\x42\ \x59\x53\xa0\x52\x02\x81\xdb\x9a\xf2\x47\xfd\xf9\xfc\x93\x1e\x39\ \xfb\x29\xb8\x5f\x9d\x97\x07\xdd\x5c\x81\x32\x5a\x51\x2b\x53\x6b\ \x90\x30\x02\x79\x9e\x67\xd5\xe3\x78\x08\xcc\x04\x90\x12\x7e\x2e\ \x9a\x26\x22\x17\xb0\xac\x6e\xbd\x52\x2f\xb0\x72\xfd\x7a\x00\x2c\ \x16\x9a\x59\xe5\x4e\xe9\x69\xc0\x30\x56\xe0\x2e\xa5\x9b\x8a\xd1\ \x5b\xb7\x8e\xb7\x0e\x05\x64\xf0\x30\x81\x1c\xc3\x50\x33\x52\x7a\ \x0a\x85\x42\xc6\xe1\x68\x18\x9c\x20\xe8\xe6\x31\xba\xe8\xb2\xac\ \x8c\x44\xc4\xe2\xf1\xb2\xae\x2e\x3a\x81\x8c\x93\x11\xe5\x0c\x01\ \x69\x78\x7c\x75\x75\x69\x64\x69\x70\x78\x5c\x84\xdd\xbd\xf3\x9d\ \xcf\x09\xf5\xe5\xe5\x5b\xb7\x6f\x45\x51\x41\x8a\x56\x74\x2b\x1a\ \x3c\x3c\x86\xf4\x54\xa3\x4e\xde\x5c\x25\x6a\xff\x9a\x4a\x29\xb9\ \xe8\xa5\x55\xe0\x63\xb8\xcf\xaa\xd7\x53\x95\x79\xb7\x5a\xa9\xa7\ \xca\xfd\xa8\xc3\x05\x43\xcd\xa5\xe1\xb8\x2c\x0a\x45\x40\xa2\x50\ \xb9\x5c\x74\x16\x97\x84\xae\x17\x33\xd0\x6a\xd2\xa7\xd8\x00\xc5\ \x42\x0e\xc0\x34\x5f\xec\xf2\x69\xed\x2e\xad\x39\xe4\x34\xa1\x66\ \x83\xa8\x0f\x77\xb7\xd9\xd8\xc1\xb1\xa9\x54\x12\x67\xcc\x63\x33\ \x39\xcc\x1e\x87\x37\x10\xb0\x47\x3c\x3e\xbb\xcf\xe2\xf0\x24\x63\ \x0e\x38\xf2\x0b\xc9\x52\x3a\x54\xaa\x86\x63\xa5\x99\x44\x2e\x1c\ \x49\x3b\xcc\x05\x67\x20\xee\xb0\xa7\x93\xb1\xe2\x64\xa3\x54\xc8\ \x25\x0b\xc5\xdc\xd8\x5c\x32\x19\x2b\x8c\x26\xd3\x80\x43\xe1\xc9\ \xb1\x5c\x35\xd3\x6c\x16\xe3\xc9\xea\xc4\xfc\x4b\x0b\x67\xc6\x66\ \x6a\xe7\x5f\x9c\x9b\x6b\x8c\xce\x4c\xcf\xe6\x92\xe5\xf2\x7c\x73\ \x12\xf4\xb2\x84\x56\x43\x27\x0a\x8d\xe2\x58\x7a\x62\xbe\x99\x19\ \x9b\x9f\xad\x41\xc4\x95\xa7\x27\xe2\xb9\x48\xdc\x37\x51\x9e\x07\ \x16\x0a\x67\xaa\xe5\x1c\xc0\x56\x29\x1d\xa9\x46\x1c\xc9\x74\xcd\ \xe2\x32\x87\xbd\xf1\x50\xd8\xe4\xf2\x01\xbb\x8b\x85\xbd\x6c\x8d\ \xd9\x14\x0f\x65\xe0\x39\x26\xd3\x88\xb2\x0a\x3e\x00\xa2\x74\x21\ \x57\x0a\x98\x3c\xf1\x58\x0c\x12\x35\x52\xc8\x24\x33\xce\x40\xcc\ \xe5\x05\xd9\x8c\x65\x02\xa1\x78\xa2\x3c\x51\x4b\x84\x3d\xe1\x04\ \x44\x16\xba\xcc\x99\x06\x27\x4c\x36\xe7\x66\x67\xcb\x85\xd1\x78\ \x08\xcc\x75\xf1\xf9\xd9\xc5\x17\x66\x9a\xe9\xb1\xc5\x99\x89\xf9\ \x46\x22\x62\x33\x6a\xd1\x12\x5c\x95\x8a\xa3\xd5\xa8\x6c\x26\x95\ \xd4\x26\x35\x8a\xb5\x52\xa6\x56\xc7\x96\x00\xe5\xa1\x12\x73\x06\ \x2d\x28\x37\x5b\xab\xb2\x1b\x35\x6c\x85\x42\xa3\x55\x68\x6c\x52\ \x09\x1b\x86\x07\x6d\x39\xdf\x2c\xd5\xe2\x19\xaf\xdd\x75\xd6\xe4\ \xca\xcd\xa4\x67\x9e\x9b\x7c\xe1\xbd\x16\x96\xde\xd3\x33\x0c\x23\ \x5a\xcf\xc8\xc8\xc8\xf6\x12\x2a\xe7\x38\x3c\xb5\x34\x3e\x32\x2c\ \xcb\x8e\x4c\x65\x7b\xe8\x44\xd1\x48\xb6\x8b\x88\x15\x89\x70\x38\ \x11\x1c\xdc\x58\x9c\x5c\x40\xa3\xa8\x2b\x90\x57\xa2\x2e\x86\x9f\ \xd4\xb3\x32\xd2\xd3\xd7\x93\xed\xe9\x22\x72\xd5\x7d\xd8\xa9\x95\ \x57\x07\x02\x2f\x8e\x7e\xbc\x24\xeb\x59\x99\xa2\xec\xff\xe3\x72\ \x76\x7d\x44\xbf\x46\xc1\x00\x90\x8d\xdf\x85\x68\x3a\x38\xd8\x05\ \x23\x5c\x5d\x5d\xdf\xdc\xd8\x5b\x1a\xd9\x5b\x1d\x5e\xd9\x3b\x42\ \x0d\x08\xaf\x1f\xec\x9c\x5c\x47\xd5\x19\x0e\x4e\x76\xb6\x37\xf6\ \xd0\xd4\x86\xa3\xdd\xf5\xa3\x83\xed\xbd\xff\x3f\xb5\xe1\xee\x83\ \x9b\x0f\x7b\xd6\x5b\xc5\x6f\xb0\x47\xbb\xdb\x27\x37\x8f\xd6\x50\ \x01\xf8\x87\x5f\x04\x7f\xfd\xcd\x07\xe0\x84\xf7\x3f\xbe\x92\x3a\ \x51\xde\xff\xe6\xfe\x3f\xaf\xbc\xff\xd5\x37\x6f\xbd\xf1\xd9\xfd\ \x2b\x68\x62\xfb\x5a\xfb\xf6\xe1\xd6\xf1\x71\xa5\xa5\x04\xbf\x91\ \xc3\xa1\x46\xa3\x52\x50\x8d\x51\x0a\x91\x8c\xc3\x12\x30\x24\x02\ \x41\x84\xa7\xe3\xb1\x78\x12\x9d\x0e\xc7\x04\x89\x8c\x21\xe0\x49\ \xe0\x84\x7d\xa9\x58\xcc\x18\x70\x38\xbc\x3e\xa3\x09\x22\x0b\x35\ \xcd\x11\xf2\xf9\x7c\x66\x47\x6f\x47\x6f\x77\xc7\xd0\xa9\x21\x14\ \x58\xc2\xce\x6e\x34\x97\xbd\xb3\xdf\x71\xee\xdf\xff\xf4\xb7\x3f\ \xbe\xf3\xa3\x8c\xa4\x63\xe8\x74\x27\x87\xd9\xc1\x66\x72\xde\xff\ \x10\x62\x4b\xa8\x4d\xe6\xbc\xbe\x1f\xfe\xf3\x72\x99\xdd\xdb\xdd\ \xcd\x86\x3b\x3a\x3a\x84\xdd\x12\xbe\x94\xcd\x66\x03\x9b\xa1\xa6\ \x38\x0a\x8e\x58\xac\xf3\xba\x42\x2f\xfc\xf0\x9d\xab\x5d\xe3\x7e\ \x13\xf3\x83\x10\x53\x2a\x16\xab\x80\x99\xd9\x62\x9d\x46\x21\x94\ \x18\xd1\xba\x20\x30\x7f\xb3\x4a\x82\xc4\x70\xee\xcd\xb3\x06\x95\ \xcd\xf0\xe7\xbc\x40\xc0\xc3\xb9\xd7\x3e\x6e\x1d\x0c\x4e\x48\x35\ \xb6\xb9\x57\x44\x3b\x5f\xdd\xba\xca\xba\xb3\x7b\x72\xf2\x60\x77\ \xef\xce\x1d\xd6\x9a\x1f\x55\x55\xa9\x6f\x2d\xb7\xa2\xd1\xe8\xda\ \x72\xab\x52\x4f\xe5\xf7\xeb\x79\x80\x98\x76\xbe\x0d\x1a\x06\xa9\ \x53\x59\xf3\xe7\xfd\xa9\xe5\xa0\x3f\x55\x51\xfa\xad\x7e\x2b\x5a\ \x5a\x93\x57\xf3\xf4\xc1\x68\xbd\x92\x77\x5b\xfd\xca\x20\x3c\xdc\ \xdf\x06\xdd\x8a\xea\x53\xad\xa0\xdc\xea\x77\xb3\xfc\x6e\xb7\xd2\ \x0d\x8f\x40\x67\xb1\x05\x6a\xbd\x5c\xcf\x63\x09\x28\x5c\x6a\x30\ \xef\x16\x70\x95\x5c\xb4\x66\x9e\x4b\x51\xb2\xa8\xac\x4a\x45\xce\ \x03\x3b\x94\xf3\xd4\x4a\x81\x92\xa7\x96\xd7\xdb\x2d\x3d\x0c\x14\ \x38\x0a\x4b\x20\x17\x08\x94\xd6\x68\xfb\xde\xfe\x8d\x7d\x1c\x95\ \x02\xb4\x45\xc5\x62\x19\x34\x10\x4a\x4a\x1f\x81\xa1\xe7\xd1\x30\ \x2c\xab\x9c\x41\xc5\xe1\x45\xd9\x2e\xc0\x2b\x32\x09\x0b\xb0\x83\ \x27\xe2\x88\x38\x9e\x80\x22\x93\xf5\x6d\xae\x64\xc7\xa7\xb2\xc3\ \x23\x59\x14\x58\xff\x4b\x6c\x1f\xdf\x5a\xbe\xf6\xd1\x5a\x3d\xbf\ \x9f\xda\xaa\xaf\xd5\xfd\x2d\x3f\xb8\xbf\xba\x9e\xd2\xab\x05\x5c\ \x78\x3e\x7a\xbd\x5c\xad\x8f\x5a\x79\x10\x82\x7a\xa5\x80\x2b\x47\ \xe5\x46\xad\xf0\xfc\x41\x59\x01\xf5\x58\x02\x86\x9c\x4b\x01\x2b\ \x84\x28\x25\x93\x70\x34\x16\x83\x86\xa1\x91\xd1\x7c\x2f\x06\x83\ \x4c\x20\x93\x9f\x92\x8a\xbb\x07\x3a\x61\x6b\x49\x38\x40\xbd\x1e\ \x93\xca\xa4\x0a\xdb\x0d\x2a\x83\x8a\xc3\x06\xb3\xef\xd4\x68\xfa\ \xbb\x75\x2a\x18\x45\x22\x5e\x87\xd9\x17\xf3\xfa\xc2\xce\x88\xc3\ \x93\x76\x7a\x1d\x36\x55\xac\x90\x71\x86\x42\xf1\x64\x69\xa6\x9a\ \xc9\x24\x93\xf1\x22\xa8\x5b\x2c\x11\x2f\xd8\xe3\xde\x9c\xcf\xe1\ \x8a\x24\x9c\xde\x80\x37\x56\x9c\xa8\x36\x66\xc7\x5e\x5d\x18\xcd\ \xcd\x16\xe7\x0b\x91\x5c\x38\xb1\x50\x98\x2b\x17\x13\xcd\xc5\x85\ \xf8\x58\x63\x72\x7e\xba\x51\x2c\x4e\xd6\x26\xd0\xc2\x97\xe6\xd8\ \xd9\x33\xcd\x62\x28\x77\xae\x39\x53\x6b\xa4\xc7\x9a\xf1\x44\xb3\ \xd8\x2c\x37\xcb\xa5\xf9\xb1\xc6\x5c\xb3\x38\x96\x69\xcc\x37\xc7\ \x2e\xd6\xe6\x8b\x8d\x44\x69\xac\x51\x1e\x9b\x48\xa6\xcb\x13\xe5\ \xf4\x68\x2e\x01\xe2\x58\x48\x64\x9c\x4e\xaf\x1d\x58\xc5\x15\xf2\ \x78\x13\x01\x95\x45\x6b\xd3\x48\xf8\x60\x5b\xb6\x80\xdd\x53\x1e\ \x2b\x02\x09\x85\xe3\x09\xa0\x29\x4b\xb8\x90\xf6\x38\x8c\xbe\x80\ \x23\x10\xf6\x44\xc2\xf0\x32\x42\xe1\x6a\x39\x5e\xcd\xa5\x03\xb5\ \x78\x2e\x19\x80\x61\x3c\x54\x4c\xfb\x62\x9e\x38\xb8\x66\x3c\x0c\ \xaf\x28\x1c\x2a\xe7\x0a\xd5\xd1\xe9\xc5\xb1\x62\xa8\x9c\x68\xa4\ \xa7\x5f\x9b\x7d\x61\x6e\x2c\x53\x4a\x97\xcf\x37\xca\x35\x87\xd7\ \x6e\x16\xf3\x15\x0a\x15\x08\x03\xbc\x7f\x6c\x85\x4e\xab\x50\x69\ \x24\x0a\x8d\x44\xa5\x63\x4a\x00\xae\xd2\x52\xbe\x54\xa1\x95\x1a\ \x4c\x3a\x85\x45\x05\x61\x65\x91\x48\x34\x6c\xb8\xc7\x20\x71\x15\ \x5f\x58\xfc\xed\xf1\xc7\x6f\xde\xff\xf5\x6f\xe7\xd2\x76\xb6\xfd\ \xec\x9f\x1b\xf6\xa4\x83\xa3\xb5\x2f\xfc\xf1\x56\xd7\x78\xb6\xa7\ \x27\x3b\x35\x9c\x9d\x42\x79\x35\x3e\xde\x33\x3c\x38\x32\xb2\x32\ \x32\x3c\x9c\x15\xc9\x7a\x64\x32\x91\x6c\x78\xb0\x4f\x46\x44\x17\ \x4f\xc8\x58\x1a\x0c\x58\x14\x3f\x19\x27\x1a\x1c\xa6\x93\xfb\x88\ \xf8\x15\x11\xec\x46\x83\x3d\x3d\x74\xda\x0a\x9d\x30\xbe\xb4\x49\ \xb3\x30\x6b\x17\x67\x5b\x1b\x02\x8a\x7c\xff\x78\x99\x8a\x25\xe6\ \xf3\x22\x8a\x92\xca\x9b\x3a\x38\x39\xda\xb9\x7b\x7d\x7d\x7c\x65\ \x70\x69\x73\x6a\x73\x7b\x6a\x65\x7b\x7c\xe3\x60\x73\x07\x15\x6a\ \xd8\x3d\xd9\x5b\xdf\xdb\x46\x56\x08\x3c\x05\x5a\xb8\xb7\x7b\x04\ \x8f\xde\xdd\x3e\xd8\xdb\xd8\xbb\xfe\xe0\xe6\xcd\xbb\x70\x7b\xb0\ \xea\xdf\x5e\x39\x7f\x5f\xb9\xbe\xbb\x73\xf2\xf0\x31\xa9\x05\x46\ \x78\xf3\x73\xf9\x6f\xaf\xbc\xff\xfe\xfd\x37\xee\x5f\x6d\xe3\xef\ \x90\xfe\xf9\xe8\x1f\xdf\xbc\xf5\xd9\xa7\xdf\x7c\xfa\xd6\x95\xab\ \x6f\x7e\xf4\xe5\x27\xd7\xd6\xf6\x8f\xd7\x52\xc1\xb6\x9a\x27\x57\ \xf3\x78\x54\x35\x4b\xce\xc0\xc0\x31\x43\xc5\x90\x41\x31\xba\xe8\ \x4f\xca\x32\xc0\x70\x4a\x24\x91\xb0\x74\x11\x8d\x40\x44\xf3\xc4\ \x08\x18\x82\x48\xf6\x03\x8b\xc3\xec\x8c\x01\x81\xda\xcc\x40\xb2\ \x5a\x8d\x46\xcc\x47\x0d\xe0\x3a\x7b\xf9\x9d\x4c\x61\xff\x40\x2f\ \x2a\x1d\xd3\xdd\x79\xea\xd4\xc0\x00\x47\xd8\x2f\x99\x7c\xee\x99\ \xdf\xfd\xf2\xfd\x47\x6f\xfe\x6a\xde\x32\x70\x7a\x88\x23\x64\xf3\ \xbb\x7f\x91\x6d\xf4\xf3\x15\x86\xb0\xdd\x16\x72\x78\x9e\x5f\x38\ \xaf\x63\xf2\x85\x1d\xbd\xfd\xfd\x42\x66\x07\x5a\x4a\x08\x83\x5b\ \x27\x93\x09\xc3\x34\x5f\x0b\x5b\xc6\x11\x9e\xfe\xde\xfb\x1f\xe8\ \x57\x96\xde\x1f\x3a\xf7\x5f\x30\x0c\xe9\xc4\x4c\x8d\x94\xc9\x11\ \xeb\x6c\x1c\x89\xd6\x62\x50\x88\x25\x52\x85\xdd\x08\xd0\x6c\x31\ \x5b\x7e\xfd\x9e\xc7\x64\xd6\x25\x2f\x3f\xc2\x91\x70\xac\x2b\x1f\ \x5e\x9b\x3a\xf8\x50\x65\x72\x45\x9e\xfd\x74\x35\xfb\xda\xa3\xbf\ \xb6\x1e\x3c\xbc\x7e\xf2\x60\x63\xfd\xe1\x63\x46\x3d\xd8\xce\x5b\ \x83\x6b\xc1\x7c\x65\x19\xd5\x96\x02\xb7\xb3\xa2\x46\x35\x41\x80\ \x2a\x1e\x6a\x87\x13\xe4\xc1\x5d\x95\x68\x10\x30\xcb\x0d\xf1\xa3\ \x04\x9c\xaa\x28\x05\x6e\xbf\x9a\x17\x4d\xe9\xf3\x75\xbd\x1e\xa0\ \x4b\x5f\xc9\x5b\x2b\xf5\x8a\x35\x9f\x72\xbb\xad\xc0\x2a\x6e\x2b\ \x2a\xd0\x6e\x85\xcf\xc0\xe7\x78\x54\x86\x9c\x05\x30\xc3\xe5\x31\ \x94\x41\x75\x4a\xcf\x05\xac\xe1\x09\xe4\x3c\x1e\x4d\x40\xa6\xd0\ \x94\xfa\x68\x05\x0c\xcc\xcd\xa0\xba\x95\xc8\xf5\x40\x2d\xd1\xa7\ \x19\x4a\x06\x43\x40\xe5\x05\xe1\xeb\xd6\x5a\x95\x35\xd4\x8b\x4b\ \x80\x23\xe3\xf1\x10\x1a\x02\x2e\x3e\x4b\xe4\xf2\x30\x04\x02\x86\ \xc6\xa2\x92\x09\xf4\xae\xae\x41\x3a\x0b\x47\x24\x80\xa9\xd3\x61\ \xa0\xc4\x30\x18\x54\x16\x06\x9b\x5d\x59\x1a\xef\x9b\x9a\x1a\x1f\ \xce\xf6\x1d\xdd\xf9\xd7\xff\xc5\x47\x6f\x7f\x78\xf9\xd6\x47\x2d\ \xab\xbb\x9d\x6f\xa5\x82\xd1\xe0\x7e\x45\x1d\x75\xbb\xf3\xe8\x2a\ \x81\x9e\xa5\x06\xd0\x02\x25\xb4\x2a\x05\x6a\xb7\x5c\x5f\x41\x57\ \x0c\xf5\x4a\xb7\x12\xe8\x0f\x9d\x75\x93\x73\xa9\x4a\x2a\x0c\xbe\ \x40\xdd\x34\x2a\x99\xca\xa5\xe2\x29\x38\x54\x77\x96\xc5\xe2\xe2\ \x28\x18\x0c\x86\x8c\x7b\x4a\x2c\xee\xfe\x4d\xbf\x82\xd3\x21\xe6\ \xeb\x84\x06\x4b\x00\xcd\x6d\x74\x39\xe0\xb0\xb2\x01\xf7\x0a\x21\ \xc4\xd8\x7c\x38\x1a\xcd\xe1\xa4\xc3\xab\xd3\x39\x4d\xae\x64\xc2\ \xeb\x73\x9a\x7d\x09\x8f\xd7\x60\xf4\x79\x3d\x0e\x5f\xa9\xd6\x98\ \xac\x45\x42\x3e\x53\xbc\x34\x9a\x71\x39\x12\x85\x9a\xcf\x10\xc8\ \xf9\x0c\x16\x87\xcf\x1b\x0a\xe9\x9c\x4e\x63\x71\x74\x6c\xf2\x0c\ \x04\x4e\x6d\x76\xba\x1c\xaf\x95\x13\xa1\x42\xda\xec\x4a\x24\x73\ \x8d\xf9\x6a\x69\x66\x61\x62\xba\x51\xad\x5d\x3c\x37\x3f\x3f\xf9\ \xea\xe2\xf4\x2c\x08\x56\xa1\x31\xdd\x98\x6d\xc6\x67\x9a\x31\xcf\ \xe8\xf4\xd8\x58\xa2\x51\x1a\x9d\xaf\x4d\x4e\x14\x92\x67\x4b\xc5\ \xc5\xb1\xdc\x62\x6e\xf6\x5c\x63\x7e\xa1\xda\x6c\x4e\xd6\xca\xc5\ \xc2\x4b\x8d\xc0\x68\xa9\x58\xae\x46\x02\x05\x6f\xc8\x9e\x41\x3d\ \x5f\x13\x81\x80\x33\xec\x70\x1a\x5c\x26\x93\x8e\x69\x08\x78\x6c\ \xb0\xab\x8f\xcd\xc4\x51\x13\x1e\x5f\x39\xe6\x89\x84\x02\x10\x4a\ \x31\xaf\x2b\xe1\x30\x18\x23\x68\xd5\x4e\x1a\x32\x29\xe6\x2c\x86\ \xd2\x01\xe7\x44\xa9\x14\x2b\x27\xc3\x81\x62\x2e\x5d\x28\x66\x12\ \xe1\x78\xd8\x57\x18\x2b\x78\x73\xe6\x52\xb8\x96\x6b\xcc\x14\x17\ \xe3\xf3\x63\x90\x97\x93\x33\x8d\x99\x46\xc4\x53\x28\x8d\x56\x93\ \x11\xbb\x41\xa7\xe5\x0b\xd9\x1a\x9d\x46\x0b\x23\xbf\xd6\xa0\xd0\ \xe8\x80\xa6\x14\x1a\xa1\x50\x82\x5a\x01\x4b\xd8\x97\xef\x35\x99\ \x62\x45\x07\x5f\xa3\x53\x88\x4d\x5a\xb6\x94\xc9\x67\x0b\x25\x6c\ \xad\x58\xcc\xb7\x99\x4d\xa1\x97\xcf\xce\x57\x93\x0b\x4d\xa7\xd9\ \x18\x38\x3b\x66\x91\x48\x5d\x76\x8d\x46\xa1\x2a\xbf\xf2\x4d\x65\ \x78\x35\xbb\xb2\x99\x5d\x59\x19\xec\x1b\x5c\x5a\x19\x1e\xee\x01\ \xda\x82\x3d\xa3\x8f\xd8\xd5\xd5\xd7\x97\x25\x76\xc9\x64\x3d\x5d\ \x22\x30\x42\x3c\x19\x2c\x1f\x27\xcf\x0b\x48\x64\x40\xf5\x1e\x12\ \x8e\x24\x23\xca\x06\x07\x07\xbb\xf0\xc3\x3d\xbc\xec\xa6\x9b\x3e\ \xd5\xb5\xb9\xaf\x70\xd4\x1a\x3f\x65\x11\xdf\xbe\x5a\x4f\xe1\x70\ \x37\x1e\x91\xa6\xd4\xf9\x3c\x77\x6a\xe7\xe8\xe0\xe6\xee\xd1\x46\ \x96\xd0\xd7\xb3\xb2\xbe\xb7\xb7\xb3\xd1\xb7\xbe\x37\xbc\x0b\x1f\ \x6c\x1e\x1c\x6c\xaf\xa3\x0f\x4e\x8e\xee\x02\x3b\xed\x5d\xbf\x7e\ \x7d\x7b\x7b\xe7\x64\x77\xef\x04\xb2\x0c\x2c\xf1\xfa\xee\x75\x54\ \xa5\x7c\xd7\xcd\x3a\x38\x51\xbf\xfc\x06\x61\xef\x08\x39\xe2\x9b\ \xb2\x87\x37\x6f\x3e\xbe\xf1\xa7\xab\x7f\xbf\xff\xd9\x5b\x5f\xcb\ \x89\x53\x9f\x67\xaf\x5d\xf9\xf4\x1b\x10\xc2\x8f\xbf\xf9\xfa\xea\ \xa3\x47\x6f\xde\xdb\xda\x6a\x2f\xdf\x5a\x5e\xf3\xcb\xc1\x5d\x78\ \x4a\x2b\x8f\xc5\x65\xa1\x5a\x7d\x54\x0a\x9e\xcc\x20\xe1\x88\x23\ \x22\x3c\x01\x94\x83\x44\x26\x12\x01\xb1\x08\xf8\x3e\x3a\x81\x4e\ \x24\x10\x48\xa2\xe1\xad\x08\xda\xa8\x36\x9b\xdd\x61\xf7\xc2\x90\ \x60\xd4\x88\xd9\x1d\xbd\x03\xa8\x4b\x0e\x07\x35\xcc\xe9\x47\x13\ \xaf\x20\x7c\x4e\x5d\x18\x38\xdd\xd1\x3b\xd4\x11\xae\xce\xfd\xf0\ \xb5\x9f\xbc\xfd\xd7\x7f\x7e\x75\xff\xb5\xb2\x81\x33\xd0\xd9\x3b\ \xf0\xec\xca\x2f\x7a\xa5\x52\x9d\x3d\x54\x33\x33\x85\x17\x02\xca\ \x4f\x15\xfd\x1d\xfc\xce\x01\xce\x93\xa5\xd2\x1c\x36\x1b\x35\x0e\ \x67\x2b\xc4\x6c\x3e\x2a\xbe\xed\xf0\x7e\xf7\xf5\x77\xaf\x60\x46\ \xe8\xa3\xfc\x6f\xd2\x7c\x8d\x01\x58\x4c\xa3\x91\x4a\x6c\x1c\xa1\ \x58\x65\xd3\x68\x4c\x36\x8d\x56\x6a\x37\x80\x9c\x1a\x15\xde\x77\ \x5f\x72\x5a\x2c\xd2\xc5\xcb\xf7\xdd\xad\xd4\xda\xfd\xfb\x1f\xae\ \x6e\x3e\x0b\xfc\x37\xfb\x9c\x72\xf5\xd1\x0b\xaf\x7d\xff\xda\xf0\ \x83\x3b\x0f\x6f\x6e\x6f\x5f\x7f\x10\x5d\xae\x6f\xa1\xda\x9f\xee\ \x28\x5a\xbf\x07\x72\x58\x59\x3b\xac\x2b\xd5\x75\xb5\x75\x79\xff\ \xb8\x52\x79\xd2\x62\x3e\x5f\x8f\xba\xb7\xd6\x96\xdb\x41\xae\x15\ \x14\x2e\x68\x8d\xc2\x31\xee\x96\x5b\x83\x4a\x75\x05\xad\x67\x09\ \xe6\x95\xf9\xb5\x68\x2a\x1a\x6d\x6d\x2d\x43\x56\xb5\xea\x41\xa5\ \x52\x0d\xde\x57\x07\xf8\x72\x33\xe4\x72\x39\x8b\x86\x16\xd2\x30\ \xb8\x54\x77\x8b\x0b\x41\xd7\x06\x2d\x24\x73\x29\x6a\x88\x32\xd4\ \x48\x59\xcf\x03\x37\xab\xb0\x70\x4a\x2e\x03\x3c\x51\x4d\xa3\x29\ \x01\x73\xfd\x29\x7d\x2a\xe8\x56\xfa\xd5\x38\x5c\xb4\x7e\xa3\x0d\ \xb9\x81\x4a\xbd\x62\x89\x64\x32\x95\xc7\xe8\x19\x24\xf1\x04\x64\ \x1c\x99\x26\xc0\xc9\xc9\x22\x3a\x5d\x46\x44\xab\xed\xb1\xa2\x1e\ \x2c\x89\x8e\xa5\x83\xa5\x91\x05\x38\x42\xdf\xf8\xd4\xd2\xe0\xca\ \xd2\xf0\x70\xdf\xca\xc9\xb7\xff\xfd\x00\xd3\xda\xbf\x75\xfb\xc6\ \x2d\x78\xb9\xee\x54\xb0\xbe\x95\xaf\xec\xb7\x21\x4b\xf3\xf0\x0c\ \x21\xab\x90\x16\x3e\x79\x45\x6e\x80\x29\x16\x44\x97\xde\x0d\x9c\ \xe8\x0e\xe6\x79\x68\x97\x50\xeb\xfd\x6a\x84\x80\x3c\xd4\xfb\x19\ \x43\x55\xd2\x9e\x74\x4d\x11\x50\x70\x80\x57\x14\x1a\x83\x4a\x26\ \x63\x9e\x32\x68\xc4\xbd\x62\x76\x7f\x3f\xc7\x68\x97\x18\xa4\xde\ \x30\x10\x89\xca\x68\x44\x33\x1a\x0d\x52\x31\x9f\xd3\xaf\x31\x4a\ \x98\x12\x05\x60\x8b\x25\xe4\x8b\xc7\x1d\x4e\x67\xc0\x19\x73\x3a\ \x7d\x46\xa7\x5d\x15\xf2\x05\x14\xe9\x46\x2d\x59\xf2\x15\x73\xb1\ \x78\x2c\x53\x48\x07\x5c\xd5\x59\x67\x4e\x63\x8b\xa3\x69\x06\x46\ \x67\x22\x61\x0a\x14\x43\x99\xc9\xe4\xd9\x85\xe6\xfc\xf3\xd3\x73\ \x2f\x5d\x9c\x3e\xf3\x42\xc3\x97\x8b\xfb\x8c\x31\x8b\x25\x14\x9a\ \x6f\xe6\x2e\x8e\xa5\x21\xb9\x5e\x3d\x37\xda\x3c\xb3\xb0\xd0\x1c\ \x4d\xc7\x27\x17\xe6\x73\x13\xb3\xf3\x89\x64\xb9\x50\xa8\x96\xab\ \xb9\xd1\xe9\xf2\xfc\x62\x79\xee\x0c\xe8\x57\x35\x33\x37\x3d\xbf\ \x38\xbd\x38\x5a\x9e\x9e\xc9\x01\xda\x94\x6b\x0b\x8b\xb9\x5c\xa4\ \xba\x30\x53\x88\x14\x0a\x8e\x80\xcf\x92\xc8\x04\x12\x0e\x6f\x28\ \x9c\x0c\x39\x1d\x2a\xa3\xcd\x20\x94\x4a\xb5\x66\xaf\xcb\xe3\x4b\ \x97\xcb\x85\x1a\xfc\xdc\x4c\xc6\xe3\x4b\x24\x9b\x9e\x24\xc4\x03\ \x5a\x4e\x13\x71\xf9\x9c\x9e\x72\x38\xe0\x0d\x79\x8a\xa1\x64\x26\ \x51\xf0\x65\x12\x81\x78\xbc\x5c\x1a\x9d\xc9\xc4\xca\x01\x5f\x28\ \x96\x06\x33\x4c\x26\x6a\x93\x89\xf2\x64\x33\x1e\x89\x87\xaa\xf1\ \x58\x61\xec\x6c\x69\xae\x04\x19\x97\x2e\x24\x62\x61\xb3\xc3\x22\ \x96\x4a\xb4\x62\x85\x4d\xa3\x92\xb2\x55\x36\x78\xfb\x20\xc0\xc4\ \x5a\xb8\x97\xc9\xd7\x89\x3b\xd9\x12\x6d\xf1\xd9\x9f\x24\x07\x4e\ \x75\x70\xd8\x62\x0e\x5b\xc1\x47\xd2\xc1\x16\xa3\xb5\x8e\x43\x9d\ \xc2\x0b\xbf\x11\x76\x88\x15\xfd\xff\x77\x48\x62\x2a\x9e\x2f\x18\ \xb4\x5a\x85\x42\xac\x01\x01\xf1\x8d\xbd\xf8\xab\xc3\x91\x8d\xa9\ \xe1\xa5\x95\xf1\x91\xae\xc1\xe1\xcd\x95\xc1\xa9\xa9\xe1\x41\x80\ \xaa\xc1\x41\x59\x0f\x89\x24\xca\x62\xfb\x64\x22\x1c\xab\x8f\xc4\ \x20\x09\x68\x40\xf0\x2c\xb5\x9e\xda\xd3\xb7\x42\xa4\x64\xe9\x58\ \x02\x95\x22\x9a\x92\xc9\x06\xc1\x09\x05\x83\x04\x3f\x16\xd2\x6b\ \x46\x11\x56\xcd\x3d\xc2\xc2\x38\xcd\x22\x2d\x6f\x91\xc9\xbc\xe3\ \x6b\xea\xe1\x9d\xa3\x9b\x47\x77\xf7\xa6\xa6\xc8\x2c\x40\xb7\x95\ \x9d\xd5\x8d\x9d\xd5\xcd\x9d\xa5\xdd\x83\xdd\xeb\x3b\x27\xdb\x2b\ \xd9\x8d\x8d\x5d\x88\x27\x30\xc6\x9b\x10\x55\xbb\x3b\x7b\xdb\xbb\ \x47\xdb\xd7\x77\xd7\x77\x8f\x00\xbb\x76\x0f\x6e\x3e\xbc\xfe\xa0\ \x67\x3f\xba\x7a\xb2\xfb\x93\xc9\xe0\xc1\xf5\x87\x77\x8f\x1e\x62\ \x0f\x6f\x82\x12\x6e\xbd\x7f\xf5\x83\xf7\xfe\xe7\x2a\x75\x64\xf5\ \xe0\x5f\x57\x3e\xb9\xf6\xf7\x4f\xae\x7e\xf6\xe8\xe3\x47\x97\xaf\ \x7e\x73\xeb\xf8\xde\xda\xda\xda\xd6\xed\x76\x3b\x28\x8f\xea\x05\ \x4a\x16\x99\xa7\x67\x50\x69\x24\x2a\x86\x45\xa1\x63\x04\x38\x0c\ \xbe\x07\x8f\xa5\x13\xe9\x60\x1c\x22\x2c\x1e\xdb\x83\x95\xa1\xfc\ \x82\xdf\xa2\x2e\xfa\x0f\xd1\x95\x5d\x8f\xcb\x64\xf7\x78\x8c\x46\ \x83\x49\xa3\x65\xc2\x58\xca\xe1\x30\x51\x7b\xfa\x6e\x66\xc7\xd0\ \x85\x8e\xde\x4b\xfd\x17\x4e\x5f\xf8\x4d\x37\xa7\xa3\x7b\x60\x40\ \xe1\x73\x25\x2f\xce\x2f\xbe\xfa\xfd\xbf\x7e\xcd\xd5\xdf\xf8\xf3\ \xb9\xb4\x5d\xf7\x8b\xa5\x77\x7b\xc5\x1c\x26\xdb\x14\x12\xf7\x33\ \xbb\x67\xde\x72\x5f\xb1\x9d\x62\xb2\x3b\x3b\x39\x9c\xce\xa1\x4e\ \xbe\x82\xcd\x44\x5d\x05\x99\xd2\x6e\xa0\x2d\x9d\x29\x5d\x7d\xe6\ \xdd\x77\xeb\x2b\xe3\x5b\x8a\x97\x5f\x17\x32\x61\xdc\x61\x43\x5c\ \xc1\x16\x55\xf4\xb3\x35\x20\x87\x06\x93\x51\x62\x34\x69\x55\x81\ \x80\x51\x3b\xfb\xc7\x8c\xd3\xe2\x35\xde\xbf\x76\xf9\xca\xa3\xe3\ \xb7\xbf\xfa\x72\xa4\x4f\x10\xb1\xe8\x2c\xdf\x7d\x7d\x64\xf3\xd7\ \xef\xfe\x68\xfa\x7b\xb7\x96\x1e\x3e\x7e\xfc\x60\x67\x7b\xfb\x56\ \x5e\xd9\x4e\xb5\x97\x83\xad\x76\x30\x58\xcf\x47\x5b\xed\xe3\xfd\ \x56\xbb\x52\x5f\x8b\xa2\x79\xe0\x6b\xe8\xf4\x7a\xb4\x1e\x5d\x0e\ \x5a\x6f\x1c\xef\x57\xd0\xec\x51\xa5\x3a\x2a\x07\x14\x49\xe5\xb9\ \x02\x37\x30\x56\xde\x1f\x85\xc3\x3b\xd8\xde\x47\x58\x05\x14\x16\ \x55\xbb\x51\xe3\x53\x2b\xa2\x15\xd0\xc9\x60\xd0\xca\xd0\x43\xb6\ \x08\x04\x24\x3f\xcf\x9a\x82\xe0\xa3\x31\xe4\xee\x28\x0f\x4d\x5f\ \x60\x29\x05\x54\x01\x8f\x41\x65\xc0\x31\xcf\x53\xb3\xa8\x54\x16\ \xba\xe8\xc7\xc2\xf1\x52\x72\x9e\x5e\x09\xff\x83\x58\x6c\xf9\x05\ \x38\x8a\xc0\xca\x55\xba\xf3\x72\x1e\x19\xf0\x89\x88\x83\x94\x92\ \xf5\xe0\x79\x4a\x1e\xa5\x8b\x48\x21\xd0\xf0\x44\x32\xaa\xac\x4d\ \xc0\x12\x44\x58\x12\x1e\x43\xc1\xc0\x23\x28\x04\x70\xf6\xc1\x71\ \x18\x58\x37\xc7\xc7\x87\xc7\x57\xb7\x1f\x7e\xbe\x4b\x49\xdd\x7b\ \x74\xaf\xfe\x51\x7d\x79\x39\x7f\x98\xaa\xe4\x8f\xdb\x51\xc8\x26\ \x6b\xd0\x5f\x0f\xca\x41\x33\xb9\x5c\xf8\x88\xc1\xab\xf0\xa2\x5c\ \x01\xfc\x60\xae\x15\x15\x22\x4d\xf9\xc1\x77\x83\x90\xa7\x7e\xe0\ \x45\x39\x4b\x40\x65\xb0\x94\x54\x22\x55\xcd\x90\x53\x09\x02\x2a\ \x19\xf2\x8a\xc4\x20\xe0\xa8\x34\x2c\x28\xa1\xd6\x20\xbc\x24\xd6\ \x0a\xbb\xc5\x00\x07\x6c\xa6\xd6\xa6\x93\xa8\xd8\x62\x0d\x5b\xfc\ \x64\x6f\x10\xf3\xfb\xa5\x3a\xad\x84\xaf\xd1\x9a\x5d\xbe\x8c\x27\ \xe0\x8b\x39\x8d\x1e\x95\xc1\x11\xb0\x3b\x55\x76\x67\x3a\x0e\xbc\ \x12\x09\x98\x12\x3e\xc0\xa7\x98\x23\x02\xc7\xb3\x23\x1d\x77\x59\ \x4c\x3e\x9f\x2f\xde\xd0\x18\xcc\x1e\x97\x33\x59\x88\x38\x92\x85\ \xd1\x85\xda\xec\xc2\x8b\x33\xcf\x5f\x3c\x3f\x36\xfd\x6a\x13\x52\ \x20\x1d\x47\x5d\x51\x7d\x81\xea\x64\xac\x5a\x98\x28\x4e\x94\x27\ \x6a\xcd\x33\x8d\x6a\x33\x9d\x99\x9b\x9f\x6d\x80\xf5\x95\x23\xb5\ \x6a\x0d\xd5\x86\x9f\x9e\x29\xcd\x9f\x9f\x39\x3b\xd3\x9c\x2c\x56\ \xe1\xae\x89\xe6\xc2\xc2\xe4\x58\x6e\x6c\x61\xae\x58\x48\xa7\x1b\ \x73\xe5\x50\x7c\xbe\x5a\x46\x56\x99\x4e\x24\x3d\x09\x9f\x13\x50\ \xa8\xf8\x64\x75\xb6\xc3\x64\xd1\xb1\x99\x43\x0a\x95\xca\x60\x4b\ \x47\x62\xc9\x62\x22\x12\x47\x27\xd2\x9c\xe9\x58\x24\x14\xf1\xd9\ \x1c\x5e\x8b\x2b\x6c\xf7\xa4\xe3\x85\xc9\x9a\x37\x1c\xca\x54\x13\ \xc9\x58\xc6\x6b\x8e\xc7\x9c\x89\x78\xdc\xe9\x88\xc7\xe3\x05\x4f\ \xb1\x10\x0b\x84\xe2\xb1\x89\x64\x66\x14\xe8\xae\x11\x2f\x04\x4a\ \x89\xb4\xa7\x3c\x5a\x9d\x2c\xc5\x13\x89\x8c\xcb\x13\xf2\xb9\x2c\ \x80\x55\x00\x55\x5a\xb1\x16\x76\x6b\xa6\x46\xac\x03\x2b\x14\x82\ \x1d\x1a\x84\x4c\x18\xb5\x39\x1c\x89\x58\xd8\x7f\x49\x77\xfe\xd5\ \x64\x07\x5b\xd8\xc1\x14\x4a\x24\x12\x2d\x1b\x92\xab\x97\xdf\x8d\ \xa6\x2a\x0e\x5c\x3a\xfd\x9b\xdf\xfc\xe1\x0f\xbd\xe6\xb8\xaf\x6a\ \xe2\x28\x24\x68\x02\x37\x50\x98\x42\x75\xf1\xb5\xa7\x7f\x11\x5d\ \x5a\x5d\x5a\xca\x8e\x8c\xa3\x56\xe7\x4b\xc3\x5d\xe3\xc3\x23\x68\ \x2a\x7b\x76\x50\xd6\x45\xa0\x0f\x02\x67\x11\x64\x64\xec\x20\x8e\ \x82\xc3\x33\x58\x7d\x41\x96\xac\x22\xef\x19\x11\xd1\x88\x7d\x22\ \xa2\x08\x47\x18\xe9\x11\x75\xf5\xb0\xe8\x04\xe2\x30\x4f\xdd\x95\ \x1d\xfe\x4c\xf8\xfa\x6f\x4d\x3f\x5f\x16\x91\x52\x8c\x5b\xc1\xa9\ \x15\x6e\xe5\xfe\xed\xec\xf6\xc1\xd1\xcd\x07\x07\x22\x2c\x30\xcc\ \xd4\xf8\xca\xf8\xe6\xc6\xce\x77\xaf\x72\x79\x00\x00\x20\x00\x49\ \x44\x41\x54\xc9\xce\xf0\xde\xfa\xfa\xd1\xce\xce\xde\xc1\xf6\xc6\ \xce\x13\x09\xdc\xd9\xd8\x3d\x38\x39\x41\x57\x08\xf7\x00\xb8\x8e\ \xc0\x09\xb7\x0f\x76\x0e\x0e\x76\x77\x8f\xee\x5e\xbf\xbe\x43\x1c\ \x87\xd0\x23\x5c\xcc\x6d\xdd\x7c\x88\x6a\xfa\xdd\x5e\x7f\xf8\xf0\ \xf3\xd4\x9f\xde\x7a\xef\x83\x37\xac\xc3\x7b\x07\xd7\xbf\xb3\xf9\ \xe1\xd7\xf7\xaf\x3e\xba\x7f\xff\xab\x2b\x57\xaf\x7c\x74\xeb\xa3\ \xc3\xe3\xdb\xed\x14\x48\x0f\x98\x89\x1c\x76\x46\x0a\x95\x46\xa3\ \x72\xc1\x3f\x28\x34\x12\x05\x43\x22\x63\x48\x24\x02\x1e\x64\xf0\ \xc9\xe9\x2c\x02\x91\x24\xeb\xc3\x53\x80\x20\xbb\x88\x23\x37\x60\ \x9b\x39\x8d\x20\x00\x2e\x8f\xd9\x05\xca\x8d\xa6\xb9\x03\xa5\x76\ \xf6\x9e\x1e\xea\x84\x5b\x07\x9a\x27\x3a\x30\x74\xfa\x37\x97\x7e\ \xd3\x8b\x7a\x4d\xf4\x77\x58\x8c\xae\x70\xc0\x95\x38\xff\x9f\xef\ \x7e\xfc\x4d\x5d\x2d\x6f\xfd\xf6\x75\xf9\xd2\x37\x30\x36\xb0\x87\ \x3a\x3a\x86\x7a\xfb\xb5\x67\x5f\xf9\xd8\xfd\xa6\xb1\x17\x88\x49\ \xfc\xa4\xcc\xa8\x42\x2c\xed\xec\x15\x4b\x80\xb7\x98\x42\xa9\xcd\ \x35\xf1\xab\x57\x7e\xf5\x25\x66\x25\xfb\x8c\xe5\x4a\x98\x0d\x50\ \xac\x15\xeb\xc4\x1c\xb1\x42\xcb\xef\x94\x9a\xed\x0a\x9d\x49\xe3\ \x84\xd4\x54\x98\x3c\x06\x95\xed\xfb\xdf\xb7\x18\x1d\x96\xd2\xda\ \xf2\xfe\xa3\xad\xe3\xff\x7a\x83\x70\x94\xfd\x85\xca\x6e\xb8\x78\ \xce\xba\x91\xbd\x15\xcd\xff\xa9\x71\xee\xcd\xa9\x07\x8f\xbf\xb8\ \xbb\x33\x7c\x3b\xef\x46\xdd\x05\xb7\xf6\xeb\xf9\xb5\x76\x0a\xb5\ \x20\x84\x94\x6a\x6d\xd5\x5b\xf5\x56\xd4\x1a\xcd\xa7\x52\x15\x7d\ \xd0\xbd\xd5\x5a\x6e\xd7\xdb\xf9\x76\x3d\xa5\x0e\x06\xfd\x6a\x65\ \x0b\x70\xca\x5f\x87\xe4\x82\xbf\x2a\x7e\x3d\xc4\x5c\x1b\x82\x6b\ \x39\x55\xcf\xfb\xdd\xfa\x54\x2b\x1a\xe4\x46\x01\x4b\xe4\xea\x4a\ \x45\x0f\x60\x22\xa0\x52\x58\x72\x1a\x9a\x15\x6a\x6d\x45\xa9\xea\ \x54\x30\xa5\x66\x08\xb8\x0c\x0a\x80\x17\x85\xc7\x53\x02\xb4\x50\ \x04\x7e\x39\x8e\xc6\x93\x33\x04\x3c\xb9\xdc\xef\xd7\x83\x14\x52\ \x30\x90\x6a\x4a\x37\x0f\x87\x63\xd0\x28\x64\x22\x55\x19\x3c\xde\ \x82\x90\x83\x8f\x05\x2c\x02\x9e\xc0\x8b\xea\x29\x58\x02\x05\x55\ \xa3\x22\x43\x5a\xe1\x49\x04\x02\x15\xfe\x10\x28\x14\x70\x75\x0a\ \x85\x86\x97\x65\xa7\x86\x57\xa6\xb2\x10\x5b\xd9\xa5\xbd\x6f\x3f\ \x3f\x20\x05\x6f\x7f\xf4\xf5\xf1\xe5\x8f\xda\x95\xad\x3c\xe4\x6e\ \xcb\xef\x77\xab\xdd\x41\xab\x3f\x25\x87\x7c\xe2\x32\x50\x43\x68\ \x81\x3a\xe8\xd6\xfb\xdd\x7e\xae\xde\xef\x7f\x52\xcd\xdd\x8d\xca\ \x4d\xa0\x7f\xb9\x3c\x01\x8b\x67\x15\x30\x30\x14\x01\x03\x15\xf1\ \x63\xf0\x78\xf0\xf4\x05\x2c\x32\x03\x4d\x72\xa0\x61\x48\xa8\xbc\ \x4c\x3f\x18\x3c\x93\xcd\xd6\x82\x13\x1a\x15\x06\x0d\x1c\x61\xe0\ \xf2\x6c\xe1\x29\x3e\x5a\xc5\x0e\xa1\xa5\xb1\xd8\x75\x2e\x33\xd8\ \x51\xc0\x07\x51\x10\x76\x39\x9c\x2e\xb3\x99\x2d\x31\xd5\x9a\x35\ \x87\xc5\x13\x8e\xc5\xcc\xc9\x48\x39\x90\x0e\xc5\x92\x61\x4b\xc4\ \x9c\xf4\xda\x4a\xa1\x98\xc3\x59\xac\x95\xcb\xce\x48\x44\xe5\x89\ \xd5\x6a\x63\xa5\xd9\xf3\x17\xcf\x5f\xfc\x41\xa3\xbc\xf8\xb3\x59\ \x38\xf2\x0b\xa3\x91\x62\x2c\x1c\xa9\x79\xe3\x9e\x4c\xb5\x39\xd1\ \x98\x4c\x9f\x3f\x37\x37\xdf\x28\xd6\x9c\x91\xe2\x4c\x79\x72\x6c\ \xb4\x99\x4e\x57\x6b\x8d\xf9\xc9\xf9\xc5\xd9\xc6\xc5\x89\x78\xb5\ \xf9\x52\xee\xfc\xcc\xe8\xc2\xe2\xdc\xc2\xcc\xc4\xc4\xf4\x64\x71\ \x12\xbe\xcb\xd8\xe4\xf4\x5c\x21\x53\x9e\x5b\x4c\x56\x8b\xa5\x66\ \x2c\x19\x0a\x99\x43\xe9\x48\x00\x72\xc8\x69\x31\x39\x3c\x66\xb3\ \x4a\x21\xe9\x60\x77\x2b\xf8\x8e\xc0\x68\x38\x9e\xf6\xd8\x1d\x99\ \x6a\x01\x28\x2b\xe0\x0b\xa4\x03\x71\x9f\xd9\x1e\x70\x46\x02\x61\ \x9f\x23\x5d\x68\x66\x92\xa1\x40\x24\x03\x78\x56\xca\xc5\x9d\x8d\ \x74\x29\x9d\xf0\x85\x8b\x90\x58\x91\x64\x29\x92\xc8\x38\x27\xce\ \xd5\xaa\x73\xf3\xe9\x44\x22\x3d\x3a\x91\xf3\xc5\x8b\x69\x1f\xea\ \x70\x98\x2b\xc6\x22\x66\x97\x51\xa7\xb2\x29\x8c\x06\x3e\x87\x29\ \x51\xe9\x3a\x15\x5a\x89\xc6\xa6\xe2\x33\xd9\x5a\xad\x04\xe2\x89\ \x0f\xa3\x36\xaa\x85\x21\x3c\xd5\xab\x7d\xe5\xfb\x9c\x6e\x3e\x1f\ \xf6\xfe\x4e\xbe\x94\xdf\xd1\x2d\x14\x72\x3a\xbb\x9f\x34\x72\xf9\ \x8f\xff\xe8\x36\x79\x27\xa7\x2d\x06\x85\x02\x3e\x21\x16\x4b\x21\ \xd0\x74\xc6\xef\xde\xff\xfd\x0f\x5e\xcb\x8b\xa6\x56\x7b\x7a\xc6\ \x97\x96\x96\x46\xfa\xfa\xc6\xfb\x64\x7d\x58\x59\x8f\xac\x6b\xaa\ \x87\xd0\x33\x2e\xa3\x63\x65\x23\x3d\x6a\x59\x97\x4c\x44\xc4\x60\ \x44\x74\xa2\x9b\x8b\x75\x53\x45\x5d\x44\x1e\x83\x40\x24\xd2\x64\ \xd9\x25\x19\x15\xe7\x16\xc8\x44\xa4\x2c\x8d\x95\x95\x91\x47\x3d\ \xdf\xf7\x38\x9e\x97\xaf\x62\xdc\xb2\x71\x02\x81\xfb\xd9\x6b\x5b\ \xdb\xeb\xc0\x4c\x27\xeb\xc3\x58\x3f\x71\x6a\x64\x6a\x7d\x70\x6a\ \x7b\x6f\x77\x77\x75\x6f\x6f\x65\x7b\x77\x7d\x7d\xfb\xe8\x60\x6f\ \x63\x17\x6e\x3b\xa8\xdb\xf3\xcd\xa3\x1d\xd4\x88\x62\x63\xea\x49\ \xfb\x89\x93\x23\x50\xc3\x93\x83\xbb\x77\x6f\xae\x12\x8e\xe0\x41\ \x07\xc4\x5f\xff\x15\x92\xea\xe1\xdd\x3b\xfa\xe8\x9d\x87\x9f\xdf\ \xfb\xfd\x3f\xdf\xb8\xbf\x2c\xda\xbb\xfe\xf0\xdb\xef\xec\x6d\x7d\ \xf8\xd5\xd5\x2b\x9f\x7e\xf5\xcd\xbd\x37\x2f\x1f\x7f\xb9\xdf\x6e\ \xed\xd7\x41\x6c\xd0\xe0\x4a\x83\xa3\x47\x8f\xca\xde\x52\xc8\x22\ \x12\x86\x8c\xa1\xa0\x19\x0c\x24\x3c\xfa\x0b\x4b\xc7\x92\xb0\x64\ \x02\x1d\x5e\x21\x9e\x8c\xc7\xe2\x20\x79\x9f\xf1\xf9\x1c\x1e\x87\ \x33\xe2\xf5\x79\x5d\x20\x86\x06\xc0\x21\x36\xaa\xe9\xde\xdb\xd1\ \xdd\xd1\x3f\x70\xaa\xb7\xb7\x1f\x2d\x1e\xec\x3d\xd5\x8f\x56\xdd\ \xa0\xce\x83\x3e\x93\x4d\x25\x66\xa7\x7f\x32\x9b\xab\xd5\x6a\xcf\ \xbf\xfc\xd3\xd7\xef\xa9\xfb\x6e\x0b\x85\x6c\xe1\xd0\x50\xb7\xb0\ \xa3\xdf\xb2\x70\xe6\xd9\x77\x83\x5f\xdb\x2e\x30\x99\x68\xf1\x73\ \x07\x6a\x0e\x26\x65\x8b\xf9\x1d\xb0\xe5\xd8\x7c\xb1\xb9\xf1\xbb\ \x37\xfe\x76\x63\x70\xdc\x6a\x78\xe5\x57\x1d\x0a\x45\x87\x44\xa3\ \xd0\x28\x98\x52\x8b\x82\x83\x9a\x0e\x6b\x8d\x46\xb6\xca\x67\x30\ \x39\x5c\x76\x83\x2a\xfe\xc1\x9c\xc9\xee\x74\xfc\x80\x44\x0b\xa6\ \xdc\x5f\xbe\x1d\x5c\x3a\x20\xd6\xb4\x52\xc7\xf7\x7e\xbc\x83\xef\ \xfa\x44\x4d\x1a\xde\xff\xf1\xc5\xfb\xe3\x0f\x1e\xdf\x79\x28\xbb\ \x91\xaa\xec\xdf\xa8\xb7\x83\xa8\x65\x73\x25\x98\x3f\x04\x4a\x02\ \x39\x4e\x45\xc1\x87\x8e\xeb\xfe\x7c\x7b\x2b\x15\x55\xa6\x96\xdb\ \xd1\xbc\x3f\x95\x6a\x55\xdc\xc1\x65\xbf\x5e\x0d\xbc\x13\x6c\x07\ \xdd\x28\xbd\xdc\xbc\x76\xdb\x9a\x47\xed\x0b\xdb\xa8\xdf\xb3\x3a\ \x8f\x8e\x79\x39\x04\x9d\x15\xe2\x40\x99\x8f\xa2\x93\x5d\x4a\x3d\ \x99\xc7\x60\x00\xc8\x30\xc0\xac\xe4\x56\x7f\x54\xe9\x56\xf2\xe4\ \x14\x06\x8b\x47\x15\xe8\x05\x18\x2a\x03\xee\xe1\x72\x05\x4a\xae\ \x5e\xce\xb3\x2a\xad\x2c\x41\x30\xa8\x66\x01\xba\x80\x4d\x5a\xb9\ \x38\x54\x7a\x8a\x85\xc3\xd3\x49\x0c\xff\x71\xcb\xcd\x03\x25\x13\ \x40\xae\x29\x97\xfd\x54\x22\x06\xad\x97\x22\x10\x70\x38\x2c\x06\ \x8f\x3a\x98\x88\xf0\x74\xd4\x2b\x8e\x4a\x13\xb8\x09\xd8\x9e\xa5\ \xd5\x95\xe1\xec\xe0\xd2\xc6\xf0\xd4\xca\xb7\x5f\xec\x30\xea\x9f\ \x7c\x78\x63\x6b\x3f\x05\xaf\x2f\x0f\x42\x68\x45\xbe\x99\x0f\x5a\ \xe5\x51\x88\x65\x06\x03\xa4\x34\xaa\x56\x02\x62\xea\x79\x7a\x35\ \x97\xa5\x54\xa2\xcb\x97\x5c\x75\x9e\xa7\x56\xca\x79\x72\x77\x5e\ \x80\xd6\x04\xc9\x29\x68\xe5\x33\xf0\x18\x8b\xab\xa4\xe2\x18\x02\ \x06\x8e\x46\xe3\x51\x04\x02\x0c\x81\xf8\x94\x56\xca\x14\x76\xc0\ \x56\x82\x5c\x92\x0a\x5d\x71\xaf\x01\x2d\x24\x95\x82\xdc\x74\x5e\ \xe2\x33\x85\x1c\x61\x2f\x93\x6d\x8e\x98\x23\x3e\x4b\xba\xe0\xf3\ \x58\x5c\x01\x7b\x20\xe2\xb4\xd8\x4c\x20\xfa\xb1\x46\xc4\x6b\xb1\ \x1b\x2c\xf6\x10\xc0\x52\x3a\x17\x32\x84\xc3\xe9\x88\x33\xe1\x2d\ \x87\xc2\x89\x84\xd9\x65\x70\x06\x8c\x06\x6d\xd8\x65\x1b\x1d\x8d\ \x35\x46\xcb\x63\x8d\xe7\x5f\xf8\xfe\x4b\xb3\x93\x4f\xbf\xb4\x78\ \xa6\x3a\x79\xe6\x7c\xb2\x9c\xc8\xe4\xc2\x31\x7b\xd2\x65\x28\xc7\ \x8b\xa3\x0b\xa5\x5c\xa3\x5a\x2a\xd4\x4a\x33\xc5\xc9\x85\x66\x39\ \x57\xcd\xcc\xd4\x1a\x8b\xaf\x16\x4b\xf3\xd3\x63\xa3\xf1\x52\x66\ \x71\x71\xf2\xec\xf9\x5c\x75\xe1\xa5\xe6\x24\x40\x57\x66\x26\x33\ \xd9\x98\x99\x1c\x6b\xcc\x4d\xcf\x9c\x79\xe9\x62\x3c\x93\x1c\x2b\ \x16\xc2\x09\x57\x61\x3a\xe9\xf1\xda\x5d\x49\xbb\x43\xe5\x74\xd8\ \x8d\x36\xbb\x56\xd5\x29\x75\x7a\x3c\xb1\xb2\xd3\xe2\x0c\xd8\xc3\ \xa5\x58\xa9\xe8\x0d\x05\x72\x01\x7b\xda\xe3\x75\x1a\x02\xa0\x88\ \xde\x50\x32\x52\xf2\x04\xbc\x8e\x78\xba\x58\x4e\x78\x93\x49\x74\ \x55\xb0\x00\xd9\xdb\x04\x05\x0e\x79\x5c\xde\x52\x31\x32\xf1\xec\ \xf3\x3f\x9c\x9d\x9f\x8e\x99\x63\x89\x72\x22\x92\xc8\x85\x13\x8e\ \xb0\x2f\x14\x2e\xc0\x6b\x36\x18\x61\x57\x97\x48\xb5\x68\x41\x1b\ \xc8\x02\x5b\xca\xd7\xa2\x52\x5c\x4c\xa9\x04\x35\xf3\x94\x08\xe1\ \x7d\xed\x05\x63\xe9\x16\x9e\x52\x79\x16\x14\x6c\x0e\xe0\x6a\xe7\ \x93\xa6\x07\xfc\xa1\xee\xce\xee\xd3\xa7\x2e\x0d\x5d\x60\x1b\x1c\ \xa3\x0d\x48\x57\x34\x35\x8b\xcf\x44\x53\xb8\x98\x6c\xa9\xe5\x9d\ \x2f\x5f\x7f\xed\x2f\xf7\xeb\xf8\xae\x8d\xf1\xa9\xec\xf8\x70\x16\ \x8f\x05\xc8\xa2\x03\x61\x0d\x8e\xf4\x75\xd1\x89\x32\x99\xa8\x67\ \x4a\x44\x65\xf4\xc9\x30\x74\x0c\x05\x4f\xc6\x90\x49\x56\x96\x4c\ \x2e\xa0\x75\x11\x59\x3c\x1c\x9e\xd0\x23\x93\x11\x59\x54\xb9\x12\ \x00\x65\x5c\x26\x22\x0f\x2e\x51\x73\xfd\xe2\xb0\xe7\x39\xc1\xd2\ \xe0\x6a\x56\x1d\x7c\xe3\xea\x9b\xd7\xa6\x46\x56\xd6\x0f\x56\xe9\ \x00\x3a\x83\x83\x53\x2b\x90\x89\xeb\xdb\xab\x2b\x9b\xdb\x7b\x1b\ \x7b\x80\x53\xdb\x88\xa5\x76\xb7\x21\xb8\x76\x0f\x76\x8e\x4e\x0e\ \xd6\xb7\xd7\x8f\x76\x77\x36\x00\xad\xf6\x9e\xdc\x85\xea\xba\xdf\ \x05\x55\xbc\x3e\x85\x4e\x84\x7d\xf3\xde\xc6\x93\xc0\x9a\xba\x72\ \xf0\xf0\xf3\xfa\xbb\x8f\x3e\x7b\x83\xb0\x7d\xf3\xe1\x9d\xc7\xff\ \xb2\xdb\x3e\xfe\xea\xda\xa3\x6f\xae\x7c\x79\xf5\xda\xad\x1b\xf7\ \xb6\xf2\xed\xe3\xa0\xdf\xaa\x4f\x09\x70\x3c\xd4\x90\x9a\x4b\x26\ \xd1\x09\x04\x32\x85\x24\xc2\xd3\x70\x44\x11\x19\xc6\x6d\x2c\x0e\ \x15\xc2\xc5\x10\x41\x3a\xb0\x20\x84\x80\x59\x44\x2c\x61\xf8\x5e\ \x2e\x1e\x88\xa4\x03\x25\xa7\xc5\x61\x34\x4a\x74\xb0\xf7\xa1\x45\ \x83\x30\x14\x74\x0e\x0c\x3d\x59\x19\x38\x30\xd4\xdf\x7d\x61\xa8\ \xfb\xc2\xa9\x4b\x03\x03\x17\x86\x86\x84\x92\x74\xd8\xa6\x61\x36\ \xde\x7e\x25\x11\xce\x84\x23\x61\x6f\xa0\xe0\x1a\xfb\x69\x89\xd9\ \x2d\xec\xe7\x74\x74\xf6\x73\xa4\x91\x5c\x26\x33\xf1\xbb\xe8\xbe\ \xf9\x02\x13\x42\x8c\x09\xd6\x07\xc9\x25\x01\xaf\x60\xc2\xb6\x64\ \x4b\x2c\x73\xbf\x7c\xf7\x1a\xab\xaf\xef\xd7\xe1\x2f\x61\x64\x06\ \xe3\x17\xeb\xd8\x62\x85\xc6\x20\x15\xdb\xcc\x7c\xbe\xd6\x64\xd7\ \x68\xc3\x0e\x8b\xd9\x6e\x37\x69\x66\x5f\xcf\x99\xec\x0e\xd7\x8d\ \x61\xd6\x5a\x50\xf9\xc9\x2d\xdc\xea\xfa\x3b\x36\x0d\xff\xb5\xf3\ \xed\x61\xf9\xde\x4a\x5f\xd7\xde\xe6\xe0\x97\x7f\x64\xac\x7e\xfb\ \xc5\x63\xdc\x61\x2a\xbf\xd5\x8a\xb6\x51\xb7\xc0\x76\xaa\x7e\x63\ \xbf\xbe\x9c\xda\x5a\xb6\xe6\x5b\xee\xfc\xda\x72\x10\x02\x29\xef\ \x5e\x5b\x4e\xa9\xb7\x20\x9f\x82\xcb\xf9\x7c\xd4\x5a\x81\x83\xdd\ \xef\x57\xa3\x73\xe3\xee\x28\xd2\xc1\xd4\x5a\xab\x22\xd7\x23\xd0\ \x52\xbb\xfd\x90\x73\x95\xba\x12\x35\x25\xad\xab\xfd\x6e\xa5\x3e\ \x58\x71\xf3\x04\x72\xb9\x1a\x7c\x8a\xab\x16\x28\x9f\xcc\x22\x80\ \x88\xe0\xf9\x53\x6a\x3c\x01\x0e\x79\x16\x8f\x26\xb0\x46\xfd\x7e\ \x25\x83\x27\xb7\x82\xfc\xc9\x59\x14\x9c\xdc\xcd\x05\xe8\xc1\x31\ \x20\xbe\xf4\x7e\x25\x0f\x43\x06\xc7\x63\x41\x0e\x61\x70\x2c\xf0\ \x73\x51\x17\x86\x45\x23\xe0\x71\xfe\x3c\x8b\x80\x25\x11\x51\xb3\ \x35\x0c\x0c\x2f\xf8\x27\x18\x8c\x4e\x2b\x41\xf0\xf1\x68\x2c\x92\ \x6c\x70\x6a\x6a\x69\x7c\x7c\x7c\x69\x7b\x35\xbb\xf2\xed\xe7\xbb\ \x98\xfc\xd7\xb7\x8f\x0f\x0f\xf5\xf9\xe5\xe5\xb5\xc3\x7c\x30\xda\ \xca\x3f\xa9\x92\x84\x8a\x70\x41\x6e\xf2\xe4\x4a\xb5\x55\xae\xce\ \x5b\x79\x68\xf2\x17\xc4\xb0\x3b\x8a\x4e\xd1\xd5\x51\xb5\x2e\xb9\ \xc0\xef\x86\xd4\x44\xc2\xca\xc0\x41\x5c\xd2\x70\x3c\xae\x9a\x8b\ \xe3\xe9\xb9\x2c\x2a\x3a\x0b\xc7\xc2\x90\x29\x4f\x89\xb5\x12\x09\ \x9f\x8d\xd6\x75\xf2\x75\x0a\x5d\xc0\xab\xe5\x74\xc2\x50\xc3\xe4\ \x70\x7a\x2f\xf4\x77\x0f\x31\x3b\xf9\x26\x95\xd8\xe6\xb3\x1b\x2d\ \x52\xb3\xc7\x1e\x73\x84\x8c\x1e\x27\x6c\x28\x15\x88\x96\x2b\x99\ \xab\xf9\x4c\x52\xad\x2d\x91\x88\x03\xde\x44\xbc\xe6\x18\xf0\x4d\ \x01\x9c\xaa\x18\x70\x78\x9c\x26\x8b\xd9\x52\x0b\xf9\xbc\x96\x8c\ \x2f\xe0\x0c\xcc\x2f\xfe\xe8\x67\x2f\xbe\x02\xc4\x34\x7d\xf1\xf9\ \x97\x5e\x7c\x79\xbe\xd4\x9c\x9c\x5d\x70\xa6\x0b\xa5\x88\x13\xac\ \x2c\x3d\x3b\x77\x26\x97\xcc\x39\xc3\xcd\x72\x61\x32\x33\x3f\x93\ \x49\x16\x21\x5a\x16\xce\x15\x26\x4b\x73\xe7\xab\x13\x93\xa5\xc9\ \xe6\xf9\xc5\x33\xb3\xb9\xf8\xcc\xd9\x69\x40\xb1\x32\xea\xba\xb5\ \x50\x2b\x8f\x35\x47\x27\xd3\x81\x85\x72\xa8\x50\x68\x8e\xe6\x8a\ \x19\xbb\x6f\x34\xe6\x8d\xc4\x43\x09\x4f\x3a\xe3\x70\xb8\x2c\x36\ \x9b\xc2\x26\xd4\x98\x4c\x3e\x9b\xd3\x15\xca\xb9\x80\xbf\x3c\x21\ \x67\xc0\x15\x4e\xc4\xbc\x05\xa7\xd1\xe6\xb4\x1b\x3d\x81\x80\x25\ \xe1\x4a\x9b\x23\x4f\xae\x6f\x02\xf1\x95\xca\x60\x96\x85\xb1\x02\ \x3a\x9d\x95\x28\x86\x6b\x91\x44\x24\x10\xf2\xcc\x9d\x7d\xe6\xec\ \x8b\x2f\x9d\x9d\x8b\xd7\x4a\x31\x4f\xc2\x0c\x80\xe6\x85\x14\x77\ \xd9\xcd\x3a\x89\x4e\x25\xd5\x69\xc0\x50\x3a\x39\x12\xad\xce\xa8\ \x81\xf7\x50\xa7\xd1\xf2\x25\xa8\x75\x1d\xfc\x03\x82\xc1\xec\xec\ \xec\xee\xef\xe8\x1c\x0a\x9f\x7b\xf9\x2f\x43\xc2\x0e\xa3\x0f\xde\ \x5c\xd4\x9c\x1a\x5d\xd1\x3a\xfd\x1f\xff\xf7\x92\x38\x10\x4b\x9b\ \xa5\x0a\x83\x42\x27\x95\xc0\x71\x28\x35\xc0\x20\x2f\x36\x8c\x5d\ \x7b\xf7\xb3\xef\xbe\x76\xff\xad\x16\x95\xbe\x3a\x9c\xed\x1a\xef\ \x1b\x1e\xec\x1b\xec\xe9\x1b\x24\x8a\x7a\xb0\xa2\xa5\x1e\x12\x61\ \x78\x2a\xdb\x83\xe7\xf6\x8d\x8b\x28\x74\x3a\x95\x42\x26\xc9\x05\ \x54\x2b\x0e\xcf\x5d\xae\xe3\x71\x74\x01\x8f\x02\x30\x46\xec\xc3\ \x52\x79\xb2\xe1\x95\x95\x61\x82\x68\x78\x44\xc4\xf8\xf4\xa2\xc2\ \xe7\x9b\x26\xad\xaf\x08\x52\xed\xd6\x31\xa1\x3e\xb8\xb2\xb9\xb7\ \x42\x01\x33\x20\x0c\xe3\xc7\x47\xb2\x1b\x9b\x2b\x9b\xab\x4b\x2b\ \x1b\x7b\x07\xe8\x54\xfb\x11\xd8\xdf\xc1\xee\x3a\xf8\xe0\x11\xe4\ \xd7\xc1\xc9\xee\xc1\xf6\xee\x1e\x10\xd9\xee\xce\xde\xfa\x0e\xc8\ \xe1\xd1\xf5\x9b\x0f\x6e\x82\x0e\xde\x5c\x1f\x84\x6c\xbb\xfa\x22\ \xed\x26\x92\xc2\x83\x6f\x86\x1f\xff\xf7\x9b\xef\x7c\xf9\xd6\xb5\ \x95\x87\x8f\x1f\xdf\xb9\xf3\x2f\x07\xf5\xe5\xab\x57\xef\xbd\xf9\ \xe8\xd1\xbd\x0f\x6f\x7c\x7d\x6b\xad\xd5\xca\xf3\x60\x20\xe5\x51\ \xe5\xa8\x2f\x39\x06\x47\xa1\xc2\xae\x4f\xc0\x51\x48\x18\x1a\x19\ \x4f\x24\x12\x50\x31\x64\x2c\x9e\x4c\x24\x88\xc8\x18\x20\x2c\x54\ \x1d\x99\x20\xa3\xd3\x45\xe7\xe2\x05\xd4\x13\x33\xe1\x34\xa3\xca\ \xfd\x3a\x9d\x54\x2a\x85\xb8\xe2\xb0\xa5\xcc\xfe\x81\x5e\xb0\x80\ \xde\x8e\xde\x81\xde\x81\xd3\x03\x43\x97\x4e\x0f\x9c\xbe\x70\xfa\ \xc2\xd0\x80\x22\x24\x65\x97\xaf\xfd\x36\x10\x9a\x58\x9c\x5c\x7c\ \xf5\xb7\xdf\x5c\xf9\xea\xb5\x30\x1b\x4d\x62\xe8\xe8\xe6\x74\x8a\ \x25\x4e\x97\xca\xe8\x9a\xfc\x63\x25\xe5\x1a\x42\x65\x1b\x84\xdd\ \x7c\x36\x48\x45\x37\x38\x21\x9f\x2f\x96\x2a\x2c\x93\x7f\xbe\x52\ \xcf\x8e\x30\x92\xbf\xfd\xa3\x58\xa3\x33\x80\x83\xc2\x68\x64\x80\ \x6d\xaa\x41\x05\xb0\x25\x06\x9b\x56\xeb\x32\x39\xec\x5a\xb3\xcd\ \xf8\xea\xf7\x1c\x1e\xaf\xab\xd8\x25\xe2\x1e\xa7\xd6\x3e\x39\xae\ \x64\x8f\x2d\x16\x9d\x9d\xf2\xf4\x4a\x8b\x24\xda\xec\x43\x38\x7a\ \x20\xe3\x92\xaf\x3f\x7e\x1c\x5c\x4e\xe5\x83\x95\x56\x25\x85\x5a\ \xe6\xb4\xda\xcb\x75\x7d\x3d\x0a\x78\x75\xb8\x5f\x69\x01\x8c\xb4\ \x2b\xfe\x56\x34\xb5\x0c\xe4\xb5\x05\xd0\x04\x7a\x54\x69\xa9\x83\ \x15\x35\x5a\x35\x98\x57\x5b\x53\xe8\xf2\x60\x54\x1f\x0d\xa2\x72\ \x52\xa8\x20\x72\x14\x38\x2c\x9a\xcf\xbb\x9f\x38\x57\x14\xb5\x78\ \x80\x8f\xf4\x4f\x56\xb2\x50\x59\x2c\xb5\x5e\x09\x50\xc6\xf5\xbb\ \x97\x2b\xd1\x7c\xdb\xaa\x44\x0d\x67\xe4\x4a\x8c\x20\x98\x67\xd0\ \x20\xa2\x68\x34\x32\x45\xc0\x12\x70\xa9\x5c\x2b\x08\x98\x9e\xc7\ \x75\xd3\x50\x19\x05\x35\x55\x40\xc3\xd0\xa8\x38\x54\x34\x8f\x8a\ \x27\x10\x81\xa4\x70\x64\x32\x1d\x1f\x4c\x51\xd1\xa6\x21\x93\x30\ \x14\x0c\x43\x40\xc5\x80\x0c\x52\x49\x54\x2b\xc0\x51\x7d\xad\x0e\ \x29\x42\xe8\x1a\x1f\x1e\x9e\x02\x48\x5f\x1d\xcf\xae\x3f\xfc\x62\ \x87\x16\xbd\x71\xef\xeb\x7b\xc7\x6d\x75\x7e\x39\x15\xac\xa7\x52\ \xa9\xa8\xde\xed\x0f\x72\x95\x72\x50\x42\x20\x36\xf7\x93\x49\xfa\ \x5c\xb9\x9b\x87\x56\x69\xa3\xeb\xa4\x5c\x08\x31\x3d\x2f\x9a\xb2\ \x02\xfe\xc9\xe5\x4f\xca\xd8\xa0\x27\xa3\xe4\x09\x68\x14\x1a\x05\ \x32\x8e\x42\xe3\x31\xa8\x34\x54\x85\x96\xc2\x78\x8a\x23\x61\x32\ \x35\xda\x6e\xad\x49\xab\x33\x39\xcc\x06\xa9\x41\x07\xae\x6e\xd0\ \x74\x70\x7a\x4f\xf5\x76\xf2\x39\x7c\x93\xc1\xa2\x32\x39\x34\xc0\ \x54\x0e\x97\xc9\xe0\x08\xc4\x92\x36\xb3\xd9\x2e\xb6\x1b\x6c\xa6\ \x90\xab\x9a\xd0\xba\x1c\x0e\x9f\x3d\x93\x89\x45\x7c\x4e\xb3\xd3\ \x67\xce\x44\xd2\xce\x44\xd1\x99\x74\x59\x42\x26\x8f\xd7\x63\xf1\ \x7a\xec\xa1\x44\xc8\x98\x3c\xff\xc2\xd9\x9f\xbd\xf0\x93\xea\xab\ \xe7\x7f\xf6\xd2\xcc\x99\xef\xbd\x7a\xe6\xfc\xe4\xe4\x44\x03\xac\ \xab\x51\x88\x04\x7c\x85\x6a\xa9\x31\x3f\x96\xce\x95\x42\x91\x46\ \x63\xae\x51\x4c\x46\x32\xc9\x5c\xa1\x36\x9b\x39\x37\x3b\x3a\x33\ \xdf\x68\xe4\x8a\x8d\xf9\x97\xc7\x46\xcf\xcf\x55\xcf\x9d\x79\x69\ \x6e\xa6\x39\x33\x3f\x09\x8a\xf6\xc2\xe4\xf9\x73\xc9\xf9\x66\x2e\ \x5e\x4d\x56\x47\xe3\xb5\x48\x24\x9c\x48\x8f\x79\x3d\xbe\x98\x33\ \x12\x8e\x84\xec\x90\x48\x5a\x8d\xc2\xc6\x97\x98\x5c\x61\x97\x39\ \xe1\x8b\x47\xd2\x85\x90\xcd\x15\x8f\x41\x48\x85\x02\x21\x74\xc5\ \xc9\xec\x08\x38\x4c\x61\x47\x3a\x66\x0e\x47\xd2\xde\x70\x20\x53\ \xac\x25\x13\xb9\x48\xa8\x34\x9a\x8e\xe4\x42\xa5\x78\x26\xd7\x28\ \x95\xaa\xc9\xb4\xb3\xb8\x30\x3a\x37\x76\x6e\x61\x66\xb2\x19\x49\ \x3a\x9d\x85\x84\xcd\xe2\x35\x7a\x03\x16\x85\xd1\xae\x45\x17\x52\ \x75\x12\x8e\x90\x29\x35\x39\x4c\x62\x85\x54\x03\xbf\xc5\x62\xa1\ \x90\x2f\x11\x8b\xd1\x45\x27\x31\xc8\x4b\x7f\x77\x67\xa7\xc6\xdc\ \x98\xfb\xc1\xbf\x77\xf6\xc6\x6c\xbd\x1c\x9d\x82\xc3\xe9\xec\x3d\ \xf5\x9b\x0b\x97\xfe\xa0\x32\xdb\x23\x5e\xa3\x4e\xa1\xe5\x68\x2c\ \x2a\x83\x14\x2d\xf1\x50\xb0\xc5\x1d\x89\xbf\xbf\xf5\x97\x7f\xbc\ \xf0\x9f\xbf\xfe\xe9\x3b\xcb\x4a\x86\x68\x70\x64\x7c\xbc\xaf\xaf\ \x47\x24\xeb\x1b\x16\x89\xb0\x3d\x23\xa0\x81\xb2\x11\x3a\xbe\x0b\ \x0b\xf7\x91\x28\x78\x11\x8e\x41\xc4\x91\xa8\x5c\x32\x41\x4d\x25\ \x7f\xb4\x8c\xa1\x93\x31\x18\x6c\x56\x44\xa7\xe1\x08\x94\x29\x19\ \xec\x4e\x2c\x32\x9d\x4e\x97\xeb\x7b\xae\x4a\xc6\x0a\xe7\xad\x9b\ \xd6\x7d\x4c\x16\xbf\xd4\x33\xb5\xb1\xb1\x42\x10\xa8\x31\x94\xae\ \x3e\x62\x76\x69\x24\x3b\xb5\xb2\xbe\xbb\x3e\x05\x69\x05\x71\xb4\ \xb3\x8b\x66\x32\x80\x23\x9e\xec\x1c\x6d\x1f\x00\x63\xed\x9e\xa0\ \x82\xc9\x00\x5d\x3b\x3b\x9b\x40\x59\x07\x47\x07\x77\x6f\x1e\xec\ \x5c\x47\xab\x0e\x8f\xbe\x7d\x48\xfb\xe1\x55\x14\x58\x0f\x8e\xda\ \xca\x3b\x9f\x5f\x7b\x07\xf7\xe8\xc6\xc1\xe3\x2f\x1e\x3f\x7e\xfc\ \x2f\x37\x83\xc7\xf7\xbf\xfc\xe4\xda\xbd\x4f\x6e\xdd\xbe\x77\xd8\ \x42\x97\xb5\xac\x30\xfa\x73\x59\xa8\x6c\x09\x85\x86\xaa\xc9\x60\ \x49\x64\x3c\x0e\x55\x40\x26\x92\xf0\x5d\x74\x3c\x09\x4b\x22\x88\ \xba\xc0\x77\xd1\x1f\x22\x91\x4c\x20\x76\xf5\x2d\xbd\x19\xaa\x85\ \x5d\x8e\x80\xc7\xee\xf1\x9a\x9c\x2e\xb1\xc6\xa6\x51\xf0\xd9\x40\ \x44\xbd\x9d\xa8\x81\x33\xa7\x73\xa8\x77\x60\x60\xa0\xff\xd4\x85\ \xfe\xde\x53\x43\xdd\xa7\x86\x86\x4e\x83\x15\x1a\x7b\x9d\x1f\xff\ \x31\x1c\x7e\xf9\xc5\xd7\x7e\xfe\xfa\xa7\x57\x8f\x97\x3f\xfc\x6d\ \xea\xa7\x9d\x9d\xfd\x68\xa8\xe8\x50\x48\x4d\x36\xb1\xc2\x68\x5e\ \x7c\x9f\x1b\x4c\x5f\x12\xf2\x99\xdd\x1d\x12\x3e\x9f\xc9\x11\x3e\ \xd9\x8e\x9d\x1d\x0a\xdd\xe2\x57\x97\xc9\x4b\x53\x6f\x07\x3e\x74\ \x48\x55\x5a\xad\x4a\xab\x31\x98\x8d\x1a\x8d\x54\x67\x33\xea\x74\ \x2e\x93\xc5\x6e\x94\xa2\xd9\x60\x2a\xa7\xc7\x39\x73\x1e\xc6\x63\ \xdb\x6f\x57\xac\x9f\x5d\xb6\xde\xae\xff\xe8\xb3\xaf\x62\x16\x8b\ \xe2\xda\x3f\x6e\x89\xf6\xc9\xea\x2e\xee\xca\xc6\xee\xcd\x87\xdf\ \xee\x4c\x1d\x7d\xb1\xf3\xd1\x2d\xb0\xa3\x60\x3e\x08\x6c\x14\x8d\ \xfa\x8f\xd7\xd0\xc2\xbd\xd6\x72\xbd\x15\xbc\x11\x8d\xd6\xa3\x40\ \x59\xfa\xbc\xbb\xbe\x1c\xd5\xd7\xfd\xa9\x16\x4b\x0f\xe4\xa4\x47\ \x6b\xec\xe0\x20\x06\x59\x4a\xa1\x56\x7e\x7e\xbf\x1e\x94\x09\x55\ \x70\x77\x83\x6c\xe5\xdd\xbc\x54\x05\x24\xab\x05\xbf\x94\xd6\x96\ \x3b\x08\xf0\xc4\x52\xc2\x38\x80\x1a\x64\x05\x59\xfa\x94\x3c\xc5\ \x93\xe7\xdd\xdc\xa8\x5e\x1d\x94\x0b\x00\xab\xb8\xa0\x78\xc8\xf0\ \x04\x34\xb9\x12\x07\xec\xcd\x92\x5b\x79\x5c\xd0\x47\x81\x92\xc5\ \x40\x28\x23\x00\x3a\xa3\xb2\xa8\xe0\x7d\x78\x02\x8d\xcb\xc5\xe1\ \x51\x01\x45\x1a\x8b\xac\x3e\xce\x2b\xd1\x35\x4b\x35\xc4\x20\x97\ \x27\xe0\xd1\xd0\x3c\x4e\x3c\x99\x06\x1c\x46\x81\x6f\x26\x60\xe0\ \x07\xb3\x3d\x83\x23\x53\xd9\x91\xf1\xa9\xc1\xed\x87\x8f\x77\x58\ \x6b\xb7\x6f\xb5\xea\x5f\xaf\x59\xdd\xc7\x6b\xcb\x5b\x29\xfd\x5a\ \x5e\x6e\xb5\x02\x34\xa9\x81\xae\x04\x38\x39\xba\x14\xc8\xe3\xf2\ \xb8\x7a\x9a\x52\xae\xe6\x52\xad\xc0\x58\x4a\xb5\x1a\x98\x51\x1d\ \x8c\x2a\x95\xe0\x89\x6a\x16\x97\xa6\x46\x0b\x9f\x19\x38\x39\x0b\ \xe0\x90\x0b\x30\x47\xc0\x60\xe0\x2f\x3c\x58\xe9\x53\x42\x3e\x8c\ \x56\x1d\x9c\x0e\x31\x1b\x0e\x60\x85\x59\x2b\x51\x99\x74\x76\x9d\ \x4a\xdc\xd1\xd9\xcb\x51\xb1\x25\xb0\x59\x34\xa0\x2b\x4e\x83\xce\ \x64\x51\xd9\xb5\x76\x63\xc8\x8c\x7a\x1a\xab\x6c\x00\x66\x66\x9f\ \xd7\x6b\x56\xb8\xec\x0a\x63\xc1\xee\xcb\x14\xd2\x91\x44\x38\x16\ \x8b\x25\x23\xc5\x78\x3a\x14\x73\x9a\x4d\x3e\xb3\x39\x12\x0b\x38\ \x02\xa1\xa4\xb3\x31\xf3\xf4\xc4\xec\x73\xbf\x1a\x9d\x99\xfd\xe9\ \xb3\xa3\x0b\xcf\x3e\x3d\xe9\x9b\xfd\xfe\xdc\xc2\x5c\x79\x6e\x7a\ \x2c\x17\xf0\x24\xab\x0b\x33\xd3\xc9\x74\x26\x54\x98\x1f\x3d\x37\ \x16\x1f\x0b\xc7\x93\x89\xb9\x52\x6c\xcc\x57\x28\xe7\xa6\xcf\xe5\ \xaa\x8d\xc5\xc6\xfc\x5c\x73\xb2\x36\x36\x7b\x7e\x6e\x61\x7a\x6e\ \x6e\xae\x38\x3b\x3b\xd9\x5c\x98\x48\x16\xaa\x63\xcd\xf9\x72\x31\ \x53\x8e\x85\x92\x81\x42\x08\x14\xcf\x12\x48\x7b\xbd\x3a\x54\x3d\ \x1d\x02\x4b\x65\x33\x69\x3a\xc5\x06\xb3\xd7\x15\xae\x19\x1d\x11\ \x5f\xa4\x50\x8a\x85\x8c\x76\xb3\xd9\xeb\x09\xf8\x0c\x16\xb3\xd1\ \xe9\x34\x3a\x1c\x26\x57\xcc\xe9\x01\xd1\x75\x36\x92\xf1\x58\x32\ \x80\x9a\x69\x94\xc3\xe9\x46\x3a\x51\x8a\x65\xca\x81\x52\x2c\x37\ \xda\x3c\xf3\x83\xe9\x85\x46\x2c\x3d\xfa\xea\x68\xa0\xe6\x8c\x07\ \xe2\x3e\xbb\xd3\x69\x31\x68\x35\x66\x1d\x08\x82\x14\x0c\x8e\xd9\ \xc1\x11\x9b\x74\xc0\x55\x2a\x0e\x5f\x87\xa6\x08\x31\x39\x6c\x36\ \x07\x35\xeb\x94\xf0\x99\xfc\xee\x53\xa7\x4f\x89\x0d\x81\x97\xbe\ \x7f\xff\xf5\x78\x38\x50\x2d\x4a\x41\xb5\xfb\xfb\xbb\xff\x70\x49\ \xea\x1d\x4d\x3b\x1c\x76\x8d\x1d\xde\x4d\x3b\x7c\x1d\x5b\x08\x47\ \x23\x70\x16\x67\xe1\xe3\x9f\xbf\xf7\xeb\xe7\x5f\xfb\xeb\xe4\xcf\ \xaf\xf2\x5a\x4a\x7a\xb6\xab\x0b\x82\xa7\xaf\x2b\x9b\xed\x1a\x44\ \xeb\x9e\xa9\xd8\x1e\x19\xbd\x8b\xd8\x25\x62\x60\x47\x08\x20\x53\ \x24\x08\x01\x2c\x8e\x8b\xb1\x72\x53\xea\x3a\x89\x40\x12\xd1\x19\ \x98\x9e\x2c\x26\x8f\xa1\xe3\x45\x7d\x23\x3d\xc3\x04\x65\x17\x16\ \xef\x27\x10\xdf\xe6\x64\x5e\x7c\x99\x35\x45\xa1\xf4\x0c\xf6\xf5\ \x4d\x8d\xf7\x90\x69\x4a\x2e\x11\x1e\xdd\x97\x1d\x9e\x5a\x5d\xdd\ \xd8\xdc\x5c\x5f\x3a\xba\x79\xb4\x07\x21\x75\x74\xb2\xbe\xb7\xbd\ \xbe\x7b\xb4\xb3\x0d\x9c\xb5\x7b\x70\x70\x1d\xfe\x6c\x6c\x1f\xec\ \x6c\x6f\x6f\xaf\x6c\xef\xac\x9f\xdc\x3c\xb8\x7b\xb4\x79\x74\xfd\ \xe4\x00\xe0\xeb\xee\x83\xd5\x9f\xab\xd7\xef\x3e\xfc\xf6\xe1\x2a\ \x95\x76\xf7\xf1\x9b\x5b\x7b\x57\x0f\x6f\x7e\xf1\x39\x04\xd6\xbf\ \xdd\x54\x06\xaf\x5c\xbb\x7c\x0d\xad\x2d\xdb\x77\xb7\xfd\x51\xbd\ \x5f\x2f\xa0\xc0\xde\x8a\x10\x1f\x74\x0f\x43\xc1\x81\xf1\xc9\xb0\ \x38\x22\x89\x2e\xa2\xd0\x64\x22\x12\x9e\x4e\xc2\x76\x61\xd1\x5c\ \x58\x11\x1d\x4b\xa2\xe3\x09\x74\x51\x56\x74\x26\x90\x2e\x24\xd3\ \x89\x34\xec\x7a\x2a\xa3\x4e\xaa\x30\x4a\x98\x62\x05\x9b\xcf\xe9\ \x1f\xe8\xef\x00\x9f\xeb\x1d\xba\x30\x74\xa1\x9f\x29\x3c\x3d\xd0\ \x31\x70\xe1\xd2\x6f\x4e\x5f\x3a\x35\x74\x89\xc3\x64\xff\xe2\x6f\ \x2e\xc9\x33\xef\x3d\x33\xbf\xf0\xca\xdf\xef\x5f\xbe\xa1\x27\x4c\ \xbd\xd1\x2d\x84\x88\xeb\xe8\xec\xe6\xa0\x39\xbc\x6c\x9b\x31\xf0\ \xf2\x5f\xa2\xdc\xe9\x5e\xa1\x10\x29\x21\x5b\xc1\xec\x10\x77\x72\ \x98\x62\x80\x2c\xc9\xc5\x47\x4a\xd1\x52\x76\xee\x4f\xaf\x49\xd0\ \x5c\x14\x8d\x18\x2c\x94\x2d\x05\x7a\xb6\x18\x4d\x2a\x85\x45\xa7\ \xb3\x38\x61\x78\xd2\x9a\x8d\x76\x6f\x2e\xe3\x8d\xbb\xec\x56\xe2\ \xb5\x0f\x96\xdf\xe4\x65\x5f\x98\x8b\x78\x1d\x9a\xe7\x6f\xcc\x4d\ \xdd\x23\xd7\x8f\xc9\xf2\x1e\xd2\xf8\xf6\xc9\xcd\x07\x0f\xef\xdc\ \x11\x1c\xb7\xf6\xdb\xed\x3a\x72\x3f\xbd\xde\x9f\xaa\xec\xaf\xad\ \x59\xa3\xcb\xcb\xfb\xed\xfd\x1b\xd1\x7a\xca\x5f\xdf\x82\xcc\x71\ \x2b\xf3\xad\x54\x45\x5d\xb9\xe1\x96\xa7\xf4\xd6\x7a\x50\x6d\x8d\ \xb6\x53\xa8\x9f\x57\x30\xfa\xe4\x31\xa0\x51\x79\x08\xab\x94\xba\ \x12\x8c\x56\x2a\xd1\x7a\xdb\xad\x5e\x5e\x53\x42\xfe\xe5\x5b\xf5\ \x65\x54\x48\xd9\xad\x66\xc9\xfd\x0c\xaa\xd2\x0f\xff\xd4\xd7\x52\ \x75\x2b\x43\x19\xd4\xd7\xdb\xa8\x90\x9f\x1e\xf2\x48\x49\xe3\xba\ \xe5\x4a\x6a\x50\xcf\x63\x29\xe5\x4a\x86\x5c\x8f\xea\x96\xba\x83\ \x5c\x4c\x54\xc0\x55\xf3\x04\x02\x2a\xba\x02\x02\x99\x45\x14\xb0\ \x94\x54\xf8\x16\x7e\xb4\xe0\xda\x6d\x65\xe1\xd4\x2d\x7f\x30\x78\ \xbc\xb5\x7f\x08\x7e\x06\x70\x84\x1d\xc4\x92\x30\x38\x02\x83\x4c\ \x02\xaf\x64\x60\x7b\xb2\x3d\xc0\xff\x5d\xd9\xc1\xa9\xbe\xcd\x6f\ \xbf\x38\xc0\x2d\x5f\xfe\xf2\xc6\xf1\xbd\x35\xb9\xbf\x55\x57\xd6\ \xeb\xad\xb5\xba\x55\xcf\xe2\x22\x58\xd4\xfb\x59\x38\x1c\x8d\x07\ \xea\xaa\x8e\xf2\x04\x5c\x16\x17\xc3\x65\xa9\x79\xfe\xa0\x9b\x0b\ \x41\x9c\x72\xd7\xdd\x80\xdf\x72\xab\x1e\xe4\x0f\x43\x91\xb3\x58\ \x14\x8c\x35\x8a\x01\x45\xa4\xb0\x28\x58\x32\x04\x17\x95\x42\xc1\ \x90\x9e\x12\x8a\x7b\xb5\x52\x8e\xce\xc6\xd7\x79\x9c\x16\x5f\x31\ \xe9\xf1\xe9\x8c\x66\x9b\x42\x23\x44\xb5\x86\x54\x2a\x93\x44\x27\ \x31\x68\x14\x5e\x7b\xc0\x6e\x77\x19\xbd\x26\x9b\xd3\xe9\x08\xb9\ \xb4\x16\x9b\xa2\x53\x28\x55\x39\x0a\x49\x9b\x56\x65\x32\x24\x6a\ \x71\x5f\x28\xe3\x8b\x98\x51\x1d\xd2\x6a\x31\x11\x88\xe4\xe2\xb0\ \x3d\x9d\x16\x8b\xb7\x18\xf1\x94\xd2\x99\x44\xf9\x7c\xf9\xa5\x17\ \x7f\x38\x3a\x56\xab\x3d\xfd\xa3\xc5\x17\x9e\x99\x2f\xcf\xfc\xf8\ \x99\x33\x0b\x17\xe7\xab\x55\x4f\xcd\x63\x08\x4d\x4e\x9f\xf5\xcd\ \xcd\x25\x16\x27\x46\xe7\xcb\xb5\xf2\x44\x23\x9d\x6c\x16\x1a\x99\ \xda\xdc\x42\xb5\x3a\xd3\x48\x4c\xcc\x14\x47\xcf\x55\x67\x27\x16\ \x67\xa7\x33\x93\x8b\x33\xd3\x63\xe5\x89\x73\xb9\x62\xa9\x94\x1e\ \xab\x86\x6b\x63\xe5\x42\xb2\x98\x00\x3c\x4b\xc7\xec\xbe\xa4\x2b\ \xe2\xb4\x3b\x3d\x5e\x9b\xc7\x6c\xb2\x58\xd0\x7c\x19\x29\x8c\x89\ \x5e\xaf\x31\xe0\x09\x24\x22\xf6\x48\x3c\xed\x75\xa0\x2a\xef\x11\ \x87\xc3\x63\x53\x85\xcc\x4e\xb3\x23\xe6\x00\x34\x0b\xc4\x40\x3a\ \x02\x09\x5f\x2c\x5d\xf2\x38\x47\xe3\x0e\x7b\x69\xac\x90\x4b\xfb\ \x5c\x31\x5f\x38\xe1\x48\xe4\x16\x9f\x3b\xf3\xda\x4b\xe5\x62\x6d\ \xa1\x00\xc2\x19\x36\x7b\x3c\x3e\x8f\xc3\x6e\xd2\x68\x35\xa0\xd3\ \x62\x36\x8c\xd0\x1c\x31\x47\xab\xd5\x75\xb0\x51\xcd\x24\x3e\x28\ \x5d\x07\x2a\x6c\xd2\xc1\xe6\x74\xa3\x3e\x09\xbd\xfd\x97\x06\xfa\ \x87\xd8\x7c\xcf\x77\xbf\xe2\x12\x3f\x8d\xc5\xfb\xfb\xfb\x3b\xfa\ \x2f\x5c\xea\xef\xd4\xb8\x42\x4e\xbb\xc3\xe1\x34\x49\x38\x52\x74\ \xf6\x0b\x92\x4e\x2a\xd1\x69\xa5\xba\xe9\xf7\x3e\x7d\xe5\x9f\x3f\ \x79\xef\xf7\x17\x0b\xa3\x3f\x7c\x44\xf6\x73\x71\x7d\x23\x53\x5d\ \x5d\x10\x56\x5d\xb2\xbe\x1e\x12\x7e\x50\x84\xae\xd6\xd0\x49\xc3\ \x74\x32\xad\x8b\xae\x84\x04\x40\xcc\xcf\x50\xb7\xea\xfa\x7c\x50\ \x8f\x21\x10\x06\x49\x72\x1a\x61\x05\x05\x9b\x08\x3f\xd2\xb3\x44\ \xef\x23\x90\x09\x0c\x16\x06\x3b\xf5\x5f\xdd\xd5\xf7\x7e\xa9\xec\ \x61\xac\x0f\xf6\x65\xc7\x7b\x70\x02\xaa\x32\x8f\x27\xf7\x0d\x8f\ \x2f\xc9\x00\xad\x56\xa6\x36\x80\xa1\x8e\x50\x32\xed\x1e\xac\xac\ \x1e\xa1\x85\x39\xeb\x07\x47\x00\x51\xbb\xbb\xe0\x89\xbb\x9b\x3b\ \xbb\x7b\xdb\xdb\xeb\x90\x63\x00\x58\x27\x68\xe9\xce\xc9\x4d\x90\ \xc2\x83\xeb\x0f\x77\x7f\xf1\xd9\x12\x1c\x96\xd7\x09\x23\x98\x87\ \x77\xd6\xe8\x77\xfe\xd9\x7a\xf8\xf9\xe7\x5f\xdc\x81\xc0\xb2\x56\ \xae\x7c\x79\xe3\xcb\x8f\xd6\x8e\xbf\x3e\x8e\x56\x60\xcf\x0d\xf2\ \xd0\x15\x2b\x2a\x85\x81\xc1\xd0\xf0\x14\x0c\xbc\x0e\x91\x8c\x28\ \xc2\x50\x81\x01\x89\x84\xae\x3e\x08\x58\x02\x86\x48\x25\x62\x89\ \x58\x3a\xfa\x05\x41\x26\x5b\xba\x8f\xaa\xd8\x16\x12\x66\x5f\xc0\ \xe3\xd1\x99\x4d\x06\xa9\x11\xa8\x56\x88\x20\xb5\xbb\x93\x29\xec\ \x38\x75\xe1\xf4\x69\x74\x65\xb0\xfb\x54\x7f\xff\xa5\x4b\xa7\xff\ \x70\xe9\xc2\xe9\x53\x97\x38\x9d\xb5\xbf\x86\x3a\xb4\xff\xf5\xab\ \xb9\xcc\xf4\x2f\xbe\xb9\x7f\x28\x90\xe1\x7b\xde\x16\xf6\x0a\x3b\ \x50\xa3\x54\x34\xc7\x97\xd9\xc1\x97\x6a\x22\xe7\xff\x1c\x65\xfc\ \x80\x0d\x94\xc6\x46\xb3\xde\x85\x6c\xf0\x0d\x09\x53\xaa\xe0\x3c\ \xad\xce\x62\xfb\xb8\xff\xfe\xc8\x22\xd6\xea\xf8\x12\x89\xca\xa8\ \xd1\x32\x0d\x06\xad\xcd\xc4\x56\x3c\x59\x79\x6d\x36\xc1\xae\xa3\ \x33\x78\x42\x91\x74\x32\x91\x31\xff\x5c\x74\xed\xfe\xa3\xaf\x6f\ \x11\x05\x90\x63\x3e\x93\xe5\xd8\x9b\xc2\x1d\x52\x6e\x7c\xfc\x76\ \x5e\xb9\x3c\xbc\x7a\x70\x72\x72\xfd\x4e\xcf\x8d\xb5\xf6\xf2\x71\ \xbe\xee\x77\xe7\xd7\x52\xea\x76\x3e\xb5\x85\xfa\x4c\x44\x97\xdb\ \xcb\xad\xe5\xe5\xc3\xf6\x71\xf0\x49\x2b\x1c\x65\x74\x6b\x1f\x8e\ \xdf\x65\x3d\x15\xa9\xd2\x72\xa5\xd2\xb2\xba\x53\xa9\x3a\x38\x95\ \xdc\x6d\xf5\x07\xa3\xd6\x54\x4b\x99\xd2\xd7\x81\xd3\xdc\xa8\xa6\ \x71\x25\xff\x64\xa5\x0b\x7c\x41\xc5\x5d\x57\x5a\xeb\xf0\xb5\x5c\ \x2e\x9a\x34\x0e\x78\x95\x72\xe7\x6f\xdf\x5e\x6e\xb5\x0f\xfd\xf9\ \xa8\x1b\xe2\x49\xcf\x85\x41\x8d\xc4\xd0\x23\xb2\xa2\x02\xe6\xb0\ \xb8\x5c\x25\x8f\x4b\x16\x58\x21\xd9\xdc\x29\xd4\xad\x02\x25\x16\ \x8e\x4a\xa6\x90\x09\x18\x06\x85\x27\xd7\xe7\x2b\x56\xae\x5c\x8d\ \x34\x90\xa7\x44\x8d\x4e\xdd\xea\x7c\x10\x87\x65\xb9\xdb\x6a\x30\ \x78\x0a\x43\x8e\x61\xe0\xc8\x7a\x01\x8e\x46\x1f\xce\x0e\x8e\x64\ \x07\xfb\x86\x97\xa6\x7a\xf6\xee\x3c\xde\xc1\x04\xbf\xfe\x7a\xeb\ \x78\xad\x9d\x82\x90\x6d\x57\x2a\xed\x76\x30\x0a\x3c\x55\x09\xaa\ \xfd\x56\x37\x20\x20\x9a\x8c\x1f\x54\xab\x79\x54\x81\xdf\xca\x60\ \x28\xf5\xfa\x27\x8b\x9f\xe5\x41\x3f\x9a\xc2\xa1\x44\x8d\xea\xb9\ \xe8\xf2\xa0\x15\x1e\x41\xa3\x08\x48\x64\xd8\x5d\x18\x30\xc8\xd1\ \xa8\x0c\x1a\x0d\x47\x26\x3c\xa5\x92\x30\xf9\x42\xb3\x43\xd1\xab\ \x05\x18\xd1\x59\x62\x3e\x1d\xc7\xe2\x55\x29\x4c\x3a\x95\x54\xcc\ \x31\xf0\xc5\x12\x83\x8e\xcf\x96\x5a\xcc\x4e\xd4\x6d\x4f\x63\x8a\ \x38\x75\x36\x97\xd3\x15\x88\x75\x4a\x14\x0a\x4f\xc8\x52\xf3\x6a\ \x38\x6c\xad\x27\x91\x0e\x85\x03\xc5\x4c\xd2\x19\x18\x2d\xcf\x47\ \x7c\xe6\x44\xcc\xe2\x50\xa9\x7c\x31\x2f\xa8\x62\xa2\x50\x8e\x15\ \x4a\xe7\x26\x7e\xf4\xa3\xe7\x16\x47\x21\x64\x9e\x9b\x99\x3b\x93\ \x8b\x4d\xff\xec\x85\xf3\xf3\x93\xe5\xdc\x44\xa1\xea\xf0\xa5\x63\ \x2e\x6f\xa0\x11\xcf\x94\x6b\xf1\x62\xae\x54\x4b\x34\xc7\x46\x67\ \x6a\xa5\xd1\x99\xb1\xcc\x68\x23\x34\x33\xd7\x48\x34\xe7\x26\x27\ \x2f\x56\x73\x33\xb9\x62\x79\xe6\xfc\xfc\xd9\x99\xb1\xb9\x89\x52\ \x73\x6c\x21\x5d\x4b\x97\xc7\xe6\x32\xf1\x64\x32\x51\x4d\x87\x33\ \x85\x84\xc7\x61\xf2\x3a\x7d\x31\xbb\xd9\x6e\xd3\x98\x2d\x86\x90\ \x8d\x6d\xd3\xb2\xb5\x26\x93\x25\xe0\x73\xba\xcc\x90\x3e\x89\xb4\ \x37\x16\x32\x87\xc1\x6d\xbd\x26\x89\xdd\xe5\xb0\x03\x6d\x25\x1c\ \x91\x40\xa2\x54\x4c\x3b\x9d\x00\x88\x11\x0b\x24\xaf\xc7\x53\x8e\ \x27\x23\x8e\x70\x28\x96\x88\xc7\x23\x25\xe0\xbd\x97\x5f\x7c\xa6\ \x91\x74\x4e\x36\xaa\xd5\xb1\xa4\x2f\x10\x31\x1a\x6d\x16\x80\x51\ \x95\x44\x21\xee\x45\x55\x4d\x00\x52\x55\x6c\x21\x64\xb8\x41\xc2\ \x87\xa8\x7f\x42\x57\xa8\xe0\x6e\x77\xff\x00\xf3\xd4\x1f\xfa\x85\ \x4c\x53\xe3\x8c\xa5\x18\x7f\xf6\xef\x8f\x08\xee\x1f\xf8\x38\xbf\ \x39\x75\xba\xc3\x10\x30\x1a\x7c\x5e\xbb\x41\x25\x31\x6a\x25\xe0\ \x92\x52\xb1\x44\x0b\xb1\x25\x15\x8b\xc5\x9e\x57\xbe\x9e\xfe\xd9\ \xdf\x7f\xfc\xfb\xb7\x03\x89\xa7\xff\xe7\xfe\xb5\xdb\x20\xef\xa2\ \x61\x3a\xec\x18\x7d\x64\x12\xb0\xd6\x20\x1c\xdb\x2c\x2a\x19\xd3\ \x47\xa7\xcb\x48\x98\x3e\x1a\x8b\x87\xe9\x43\x55\xfe\x48\xf2\xf6\ \xed\xca\xda\xa1\x55\x8f\xcd\xae\x10\xf5\x2d\xfa\x88\x48\x44\x20\ \x75\x11\x97\xa6\xc8\x83\x59\x02\x16\xc3\xc3\xd3\x7b\x86\x7f\x29\ \xac\xdd\xff\x5d\x7d\x6f\x7b\x6a\x49\x46\xee\xe2\xe9\xe5\x40\xf8\ \x84\xa5\xe1\xe1\xec\xf0\xca\xca\xc6\xd4\xc6\xea\xfa\xc1\x26\x3a\ \x83\xb5\xba\xbe\xbb\x89\x4e\xbb\xef\xc1\x0d\xd2\x6a\x03\x55\xf4\ \x43\x5d\xa0\x77\xb7\x57\x76\xb6\xd1\x62\x69\x78\xcc\xc9\x11\x2a\ \x3c\x73\x13\xd5\x74\x78\x70\xf2\xd7\xd7\x47\x1e\xc2\x7f\x82\x4b\ \xd8\x87\x0f\xad\xdb\x9f\x5f\x46\x81\xf5\xf9\xe3\x3b\xff\x72\x22\ \xd7\x5f\xfe\xf0\xde\xfe\xe1\xe1\xf2\xe1\x56\xdd\x9f\xd7\x33\xe0\ \xa0\x80\xb1\x93\x8b\x91\x91\xd1\xc2\x66\x30\x55\x22\x9e\x80\x23\ \x91\x45\xe8\xb4\x2e\x51\xd4\x85\xa7\x13\x88\x44\x3c\x5d\x46\x20\ \xd0\xe9\xf8\x27\xb5\x73\xfa\x86\x29\xe5\x4c\xb3\x5c\x18\x0d\x67\ \x62\x3e\xbb\xc9\x62\x02\x47\x43\x15\x13\xfa\x7b\x85\xbd\xbd\x9d\ \xbd\x9d\xdd\x43\x43\xbf\x19\xe8\xef\x1c\x38\x75\xba\xb3\xf7\x12\ \xa8\xe0\xc0\xa5\xd3\xdd\x03\xfd\x17\x4e\x6b\x7f\x51\xec\xed\xb7\ \x9d\x8b\x07\x22\xb3\x3f\xfa\xe3\xfb\x7f\xfc\xf2\xda\x3d\xfc\x2d\ \x54\x42\x06\x05\x13\x53\xca\x17\x0e\x74\x8b\x35\x0a\x63\xe0\xe2\ \xa7\x5b\xb4\xcf\x6c\xdd\x6c\x4e\xc7\x50\x07\x13\x11\x2e\x1b\xe0\ \x98\x2f\xfd\x93\x88\x24\xc0\xdc\xbf\x7c\xbe\x5b\x2c\x95\xb0\x55\ \x30\x8a\x28\xa4\x12\x85\x06\xe8\x57\xa8\xb5\xe9\x6c\x36\xa3\xd1\ \x62\xb1\x83\xa1\x7a\x62\xce\xea\xf4\x44\xda\xf3\xa6\xfb\xde\xd5\ \x47\xd1\x5f\x1e\x62\x12\x31\x87\x43\xfb\xc6\x8f\x5f\x5d\xda\xa2\ \xbf\xff\x9f\xd6\xf7\x5b\xd7\x7e\x42\x84\x77\xed\xfa\x83\xdd\xb5\ \x94\x3f\x05\x37\x3f\x1c\xc0\xf5\x8a\x7b\xed\x93\x3c\x08\xe1\x3e\ \x08\xe1\xb2\xdf\x9a\x47\x05\x66\xf4\x80\x5d\xfe\xb5\xfd\xba\xdf\ \x0f\xff\xf1\x07\xd5\x3c\x2b\x44\x4e\xca\xed\xf7\x57\x82\xa9\xbc\ \x1b\xb6\x53\xd0\x1d\x0d\x1e\xe6\xa3\x15\x54\x9a\x34\x98\x02\xb5\ \x76\x47\xe1\x0d\xb5\x02\x77\x2d\x57\xf2\xad\x60\xb4\xed\xaf\xb7\ \xeb\x29\x2b\x4f\xed\xae\xef\x83\x5e\xa9\x83\xee\xd6\x87\xf5\xe3\ \x4a\xcb\x0f\x39\xa4\x14\xb8\x79\x38\x16\xcf\x2d\xa7\xb2\x94\x0c\ \xb2\x92\xcb\xe0\xa2\x12\xae\x18\x1e\x64\x83\x5a\x9d\x5f\x43\xcd\ \x75\xf4\xf0\x03\xa3\x51\x1c\x9a\x9f\x49\xa5\x12\x28\x24\xb5\x80\ \x0b\x18\x86\x3a\x5d\xc8\x29\x18\x08\x32\x12\x85\x82\xa2\x83\x4b\ \x43\xf3\x0d\x18\x6e\x14\x2b\x64\x0c\x99\xc6\xc3\x91\xb9\xb8\x91\ \x91\xa9\xa9\x2e\x3a\x69\x69\x7d\xbc\x6b\xfb\xce\x17\x47\xa4\xfa\ \xad\xe3\xc3\x8f\x0e\xdb\x6b\x79\xff\xda\x87\xcb\x6b\x5b\x15\x77\ \x4b\x1f\x5c\x6e\xb5\xf4\x02\xae\x80\xe7\x86\x1f\x0e\x82\xc9\xe5\ \x42\x32\xb9\xe5\x7a\x86\x1f\x95\x49\xf5\xa7\xfc\xd6\x8a\x15\xb5\ \x7a\x96\xbb\x79\xa8\x98\x20\x00\xa1\x80\x02\x3f\x9a\xc1\x62\x90\ \xd1\x99\x35\x0a\x0b\x43\xa3\xd2\xe0\xc6\xa2\x3c\xa5\x53\xb0\x6d\ \x1e\x2d\x87\x23\x34\x88\x3b\xba\x25\x30\xec\x48\xc5\x7c\xa3\x4e\ \x23\xd5\xea\x1c\x1e\xa9\x8d\x63\xd2\x9a\x50\x69\x3f\xbb\xd3\x67\ \xb1\x47\x34\x0e\x83\xcf\xe2\xd3\xa8\x7c\x21\x9d\xd4\xa0\x35\x6b\ \xc2\x01\x5b\xb9\x10\xd1\xf6\xb3\x2d\x01\x73\xd2\x97\x9b\xcc\x14\ \x22\x81\xd8\x68\xc9\x17\x89\x9b\xc3\x5e\x88\x07\x4f\x02\x24\xdf\ \x1b\x4e\x94\xe3\xe1\x72\xe9\xec\xfc\x4b\xcf\xcd\x36\x72\xe1\xe6\ \xb3\x3f\xbb\x38\xd7\x8c\x97\x16\x9f\xfe\xe1\xb3\xcd\xf3\x8d\x89\ \x5a\x21\xee\xb4\x00\x14\x25\xe7\x93\xcd\xd8\x44\xae\x5c\x88\x25\ \xcb\xa5\x62\x66\x66\x34\x9d\x68\x4e\x36\x9b\x63\x93\xd3\x13\xcd\ \x1a\x3a\xf5\xde\x1c\x1b\x9b\x7d\xe1\xe2\xdc\xd8\x99\x17\x26\x33\ \xcd\xc9\x98\xb7\x3c\x7f\xbe\x10\xab\xe6\x0a\x00\x70\xe7\x92\x9e\ \x44\xb3\x51\x2e\x07\x3c\x76\x95\x13\x55\xa3\x8f\xc7\x02\xe6\x88\ \xd9\x6e\x36\xf0\x0d\x26\xd4\xb5\xd0\x60\x4e\x38\x7c\xf0\x4c\x3c\ \x71\x9f\x2b\x91\x34\x5a\x8c\x61\x83\x0f\xf5\xb8\x89\x79\xcc\x46\ \x4f\xc0\x13\xf6\xc4\xc2\x4e\x88\xa6\x42\x32\x5c\x8a\xb9\x0a\x68\ \xb6\x68\xc6\x1b\x70\x99\xbd\xe1\x50\xc2\x11\x2e\xe7\xaa\xc5\xc9\ \x67\x7f\x34\x38\x74\x29\xc0\x00\x00\x20\x00\x49\x44\x41\x54\x9d\ \xf6\xba\x22\x89\xc2\x04\xe4\x9b\xcf\x68\xb2\x99\x6c\x36\xc9\x93\ \x3e\x75\x1c\x85\x98\xad\xd3\x71\x54\x3a\x8d\x42\xc2\x36\x29\xba\ \x85\x6c\xb1\x42\x21\xe6\xf7\x83\xb1\x74\x74\x0f\xf4\x76\xea\x9c\ \x4d\x4d\xa1\x06\xc9\x6f\x10\x96\x7e\x7d\x8d\x81\x21\xe7\xdf\x3a\ \x5b\x1e\xfd\xc9\xf3\x36\x5b\x00\x9d\x67\x63\x4b\x74\x2a\x05\xb3\ \x5b\xcc\x14\x4b\x24\x42\xa6\x84\xcd\xe1\xb0\xf9\x33\x3f\x7d\xb7\ \xfd\xec\x73\xcf\x7c\xfa\xb3\xef\xff\xcf\x07\xbf\x78\xf4\x7e\x5b\ \x29\xc0\x0e\xf6\x10\x64\x22\x59\x4f\x5f\x56\x44\x18\xec\xc1\xa1\ \x53\xef\x22\x30\x45\x11\x81\x08\xc3\x61\x17\x89\x4a\xa1\x32\x60\ \xbf\x64\xc9\xf3\xad\xdb\x79\x39\x36\x9b\x1d\xa7\x33\xac\xc3\x23\ \x83\x64\xca\xe0\x70\x56\x46\x22\xac\x76\x31\xd4\x64\x1a\x89\xd4\ \x33\xf8\x2c\xbf\xf8\xd6\xa3\xf6\xcd\x8d\x55\xaa\x1f\xf6\x1a\xb9\ \x9c\xc6\xc5\x76\x8d\xac\xc8\xa6\x36\x57\x56\x37\x56\x36\x21\xa0\ \xb6\x77\x76\x0f\x76\xf6\x8e\x56\xb7\x6f\x02\x5a\x1d\xec\x82\x12\ \x02\x54\x6d\xc3\xc7\x7b\x7b\x07\x3b\x3b\xdb\x3b\x9b\xe8\x9c\xfb\ \xde\xd1\xc6\xee\xf5\xbb\x27\x37\x1f\x5e\x47\xad\x74\xae\x9f\xfc\ \xe5\x07\x84\x87\x77\xef\x5c\x6f\x75\x65\xef\x7c\xdb\x75\xe7\x5f\ \xeb\xca\x6f\xff\xf7\x7f\x1f\xdf\x79\xf8\x7f\x76\xad\xea\x47\x9f\ \xdc\x38\xfc\xe8\xde\xe1\x5a\xab\xc2\xa2\xd2\x04\x5c\x70\x09\x38\ \x24\x28\x58\x22\xd8\x9f\x88\x4e\x22\xf6\xac\x66\xc7\x71\x9b\x77\ \xd6\xbb\x08\x24\x12\xa1\x4f\x84\xc5\xe0\xf0\x78\x91\x88\x44\x12\ \x81\x75\x90\xe9\x58\x59\xdf\xf8\xfd\x64\x23\x59\x2d\x56\x23\xa1\ \x92\xc7\x64\x31\x5a\x6c\x2a\xd4\xc6\x0d\x62\x9d\x3d\x30\xd0\xd1\ \xd9\x0b\xc8\x74\xea\x74\x7f\xc7\x85\xd3\xf0\x4e\x5f\xea\xec\x80\ \x11\x62\x60\x68\x68\x68\x40\x58\x18\x85\xf7\x5e\xaa\x10\xeb\x34\ \x06\x55\xf1\xbb\x3f\xf8\xeb\x35\xc6\x94\x5b\x31\xc0\x61\x4b\x3a\ \x87\x84\x1d\xfc\x4e\x18\x4b\x60\x30\x56\x48\xbd\xe7\xfe\x78\x99\ \x9c\x6a\xa2\x75\xb3\x9d\xfd\x30\xd0\x48\x3b\xb5\x6c\x7e\xa7\xa5\ \x3e\x42\xc5\xdd\xb8\xff\x6b\x85\x4e\x6b\x14\x8b\x4d\x0a\xa6\xc1\ \x64\x50\x28\x14\x5a\x8d\x82\xa3\x35\xa8\x4c\x2a\x18\xe6\xc2\x76\ \x87\x27\x16\xc9\xd4\x72\x99\x5a\xf2\x3c\x63\xff\xf2\x27\xea\xbf\ \x99\xa9\xa2\xd1\x58\xd8\x56\xab\x5b\x28\x44\x39\xee\xe5\x33\xdf\ \xfb\xba\x8f\x70\x4c\x3a\xda\xde\xbe\xfe\x90\xd5\x42\xb5\x46\x8f\ \x2b\xf5\xf6\x5a\xbb\xbd\x0c\x66\x1c\xad\xa3\xf9\x55\xcb\xad\x2d\ \xab\xb2\x85\x26\xa6\xd5\xc1\xe5\xf3\x80\x24\xf0\x51\xbb\x0e\x11\ \xa6\x0e\xa6\xda\xed\x76\x4a\x1d\x3d\x4c\x05\xf3\xa9\x7c\x0a\x15\ \x16\x4d\x01\x8d\xb5\xdc\xee\xe0\x32\xcf\xba\x95\xcf\x5b\x21\xea\ \xa2\x90\x82\x51\x48\xc1\x1b\x6e\xeb\xed\x60\xbd\x12\xcd\xd7\xe1\ \x0b\x5a\xad\xa0\xdb\x4a\x8b\x46\xf7\xa3\xed\x3a\xf8\x1c\x43\xce\ \x55\x5a\xa9\x14\x9a\x5c\xee\x17\xf0\x04\x14\x5e\x4a\x8f\x96\xeb\ \x21\xe7\xab\x07\xdd\xf5\xd4\x72\x65\xb9\x22\xf7\x5b\xa3\x4a\x81\ \xdc\x5a\x8f\xae\x55\xfc\x56\x9e\x35\xaa\xc6\x10\x70\x56\x01\x86\ \xa7\x54\x53\x29\x64\x22\x9e\xc4\x60\x90\xf0\x32\x2c\x97\x46\xe2\ \x29\xc9\x34\x0c\x8d\x05\x38\xaf\xd4\x93\xc8\x38\x0a\x8d\x00\x49\ \x36\x98\x5d\x9a\xea\x23\xe2\x7b\xc6\x87\xbb\x36\xee\x7c\x71\x93\ \x5c\x79\x73\xeb\x78\xf9\xb0\x15\x0d\xd6\x5b\x5b\xa9\xf6\x61\x5e\ \x5d\xa9\xcb\xdd\x7e\x9e\x1f\xfc\x93\xcb\x15\x60\xa8\x2c\xab\x55\ \xc9\x55\xa7\xf4\x72\xa5\x9b\x21\x60\xa9\xa3\xa8\x10\x69\xaa\x12\ \x55\x02\x68\x09\xa8\x3c\x78\x7a\xf0\x19\x16\x0d\x27\xa0\x31\xc0\ \x5d\xc9\x18\x9a\x52\xc9\xe0\xe1\x68\x0c\x01\x0e\x23\xe0\xd1\x9e\ \x12\x72\x54\x61\x43\x27\xdf\xa6\x50\x74\x6a\x50\x79\x0d\xa6\xc2\ \x68\xb4\x6b\x0d\x2e\xad\xc1\x68\xd0\x09\xa5\x5a\x23\x53\xa1\x13\ \xab\xcc\x26\xaf\xc3\xe3\xb3\xf9\xf8\x76\x93\xd9\xa8\xd0\x39\x0c\ \x62\x9b\x07\x8c\xcb\x67\x71\x85\xe7\x5d\xba\x5e\x4b\xcc\x13\xcf\ \x94\x60\xe3\x39\x3d\x81\x74\xcd\x19\xf3\xfa\x9a\x1e\x87\x4d\x65\ \x8b\x07\x1c\xb9\xa2\x39\x91\xf0\x46\xd2\xe9\xb1\xe9\x97\x9f\xf9\ \xd9\x44\x3a\xd7\x3c\xbf\x30\x3b\x56\x1d\x9d\xa9\x5e\xfc\xde\x6c\ \x6e\xf6\xec\x74\x26\x37\x1a\x6b\x14\x62\xc5\xa4\x2e\x53\x1e\xf5\ \xd6\x6a\x81\x5a\xa4\x54\x4d\x8e\x4e\x24\xc7\x1a\x73\x99\x1a\xf8\ \x61\x73\x02\x42\xaa\x56\x6c\x4e\x36\x32\x33\x67\x16\x5f\x18\x5b\ \x3c\xb3\x38\xd7\xcc\xd5\x0a\xe5\x97\x66\x9b\xe5\xd1\xb9\x89\x46\ \xad\xe4\x49\x17\x6a\x85\x42\xc8\x6c\x2e\x04\x3c\x06\x95\xdd\x6e\ \xf3\xf9\x7c\x26\x8f\xcb\x64\x60\x03\x07\x6a\xf8\x0a\x9b\xcf\xe9\ \xb1\x3b\xec\xf0\x40\x9f\xc5\xe4\x70\x58\x5c\x9e\x80\xd3\xe3\x31\ \x29\x6c\x09\x40\x2c\x57\xc0\x8e\xa6\x25\xba\x9c\xde\x74\xa6\x90\ \xf6\xc5\xcc\x81\x4c\x31\x13\x8a\x84\x7d\xce\x50\x2c\x13\x70\x38\ \xd3\xb9\xf2\x68\xf9\xfc\x99\x66\x2d\x5e\xf2\x78\xe0\xb0\xf1\x06\ \x7c\x1e\x9b\x51\xa3\xd0\x5a\x80\xa1\x14\x9c\x6e\xb1\x96\x23\x91\ \xaa\x3a\x38\x06\xb3\x8e\x2d\xd6\x29\x84\x1d\xcc\x0e\x66\x77\x67\ \xc7\x50\x7f\x77\xc7\xd0\x00\x5f\x6b\x7a\xde\x21\x19\x88\x49\x2e\ \x5c\x1a\x30\x04\xc2\xd3\x9f\x52\xdc\xf2\xd4\x67\x1f\x6e\xbd\x57\ \x36\x25\x3c\x49\x9b\x0e\xad\xe2\x91\x88\x39\x1c\x0e\x5f\x81\x16\ \xe0\x0a\xc5\x7c\xf0\x12\xa1\xd1\x95\xfe\xfd\x6b\x05\xa7\xe2\xec\ \x9f\x1f\xbd\xf7\xec\xe5\x9f\xbc\xb3\x46\xa5\xe2\x88\x32\x11\xa0\ \x55\x97\x0c\x55\x71\xc0\xe3\x20\x7a\xb0\xa2\xf1\x2c\x3a\xac\x81\ \x4f\x88\x0c\x1e\x05\x23\xa7\x52\x49\xdc\x7c\xab\x1e\xa5\x52\xe9\ \xe3\x23\x2b\x3d\x82\xc1\x4d\xa0\x16\x1a\x56\xd4\xd3\x47\xa4\x33\ \xf4\x34\x0c\x8e\x44\xa4\xd3\xc7\x67\xb5\x85\xb7\x52\xa4\x25\xbd\ \x3b\x1f\xe4\x42\x5e\x91\x89\xb2\x9e\xe1\xf1\xa9\x91\xcd\xa9\xd5\ \xf5\xf5\xf1\xf5\x8d\xed\xf5\xf5\x0d\x54\x21\x6b\x77\xf7\xfa\xde\ \xfa\xde\xc1\xc1\xfa\xfa\x1e\x40\xd5\xee\xd1\xde\xfa\xce\xfa\xd1\ \xce\xde\xce\xc6\x0a\x5a\x07\x7d\xb0\x7d\x70\x72\x84\x6a\x28\xa3\ \x55\x85\x07\x77\x77\x5f\xf9\x1d\xe5\xc1\xdd\xc7\xbb\xd7\x08\x2b\ \x0f\x1f\x6c\x7f\xfe\x6f\x7e\xd6\x9d\xff\xfe\xef\x2f\xee\x3c\xf8\ \x7c\xe4\x56\xf4\xda\x47\x9f\xdc\x6e\xaf\xa1\x95\xb6\xf0\x04\x79\ \x72\x2a\x0e\xf0\x8a\x84\x03\x8e\x7a\x3c\x2e\x3b\xea\xc9\xfe\xef\ \x77\xfe\xf5\xdf\x3e\xff\xce\xbf\xfd\x9f\xeb\x23\xdb\x74\xa2\x0c\ \x8b\x25\x91\xe9\x32\x70\x41\x3c\x91\x28\x20\x12\x21\xbc\xfa\xa8\ \xe7\x1b\xc5\x5a\x03\x86\xb5\x48\x12\x36\xac\x45\x65\xd0\x89\x81\ \x94\xba\x39\x5a\x71\x67\x87\x58\x88\x3a\xd0\x77\x0f\xf5\x77\xf6\ \x0f\xf5\xf6\x77\xf7\x77\xf3\xbb\x51\xdd\xbe\xfe\x53\xa7\x24\x36\ \x61\x27\x93\xc3\xe9\xef\x1d\x1a\xea\x64\x4f\x7f\xef\xc7\xbf\xdf\ \xda\xa2\x31\x5c\x03\x6c\x66\x3f\x2a\xf6\xc7\xe4\x33\x39\x62\x09\ \x9b\xa9\x90\xd8\xe3\xcd\x57\xde\xd7\x33\x7e\xef\x80\x6f\xd9\xcf\ \x07\x33\xec\xd0\x48\x84\xbd\xdf\x1b\xa1\x61\x52\x3f\x79\xc7\x26\ \x56\x18\x8c\xb0\xf7\x6b\xc4\x1a\x97\x59\xc5\xb6\xd9\xb4\x62\x8d\ \x11\xc6\x39\x55\x38\x6c\x0e\x68\x4c\xce\x04\x8c\x92\x99\x4c\x2e\ \xf6\x21\x76\xeb\x1a\x4f\x1e\xff\xf7\x6d\x62\xd2\x62\x66\x5f\x1d\ \xfb\x53\x9f\x72\x3c\xb8\xfc\xe8\xe9\x5f\x51\x78\x3d\x07\x07\x7b\ \x27\x77\x76\xf6\x97\x0f\xeb\xed\x54\x7d\x39\x1a\x85\x8c\x42\x75\ \x90\xf3\x37\xb6\xda\xf5\x43\xbf\xbb\x1d\xf4\x47\xdb\x15\x7d\x65\ \xdf\x2d\xaf\xb7\xdd\xfa\xbc\x15\x50\xa3\xe2\x77\x07\xd5\xa9\xfa\ \xd6\x1a\xd8\x21\x00\x57\x70\xb9\xcd\x4d\xd5\x2b\x6a\xb7\x3b\xbf\ \xd5\x4e\xe5\xa3\xc1\xb6\xde\xba\x0c\x50\x55\xb7\xb6\xea\x6b\x90\ \x09\x51\x75\xbe\xed\xcf\xdf\x6a\x07\xd5\xd1\x54\xdb\x1d\x6d\xd5\ \xeb\x79\xff\x16\x38\xd8\xf1\x5a\x94\xab\x77\xf3\xa8\x3c\x2e\x9a\ \xea\xa0\x44\x9d\x25\x04\x5c\x8a\x3f\xdf\x4e\xe9\xdd\xcb\x10\x7b\ \xed\xfc\x1a\x10\x50\x34\xaa\xb7\x0a\xf2\xf5\x94\x12\xc3\xa0\x0a\ \x52\x41\x7f\x2b\xc5\x55\x2f\xf3\x70\x18\xb2\x80\x8a\xe1\x72\x79\ \x78\x32\x8e\xa1\xd7\x5b\xf5\x72\xcc\x30\xd6\x6d\xa5\xba\xa3\x02\ \x1a\x8d\xa2\x04\xaf\xe4\xd2\xd0\xf5\x1e\x0a\x96\x4c\x21\x61\x07\ \xc7\x47\x64\xb2\x3e\xd9\x78\x96\xbe\x79\xe7\xf3\xeb\x18\xff\xbd\ \xc3\x1b\xad\xd6\x61\x1b\xcd\xe5\xb7\xa2\xc5\x91\xcb\x87\x79\xa5\ \x9c\x1a\x54\x33\xd4\x02\x1e\x57\xcd\xe3\xb9\xad\x15\x1e\x2b\xaa\ \xb6\x46\x59\x0c\x16\x2f\xd5\x52\xcb\x2b\x7e\x9e\x3e\xef\xd7\xbb\ \xfd\x2c\x86\x5f\xce\x60\xf8\x79\xe8\xf4\x3f\xf0\xa0\x9c\xcc\xa5\ \xd0\x68\x3c\x39\xb8\x20\x15\x48\x0b\xa7\x64\xe0\x9f\xe2\xeb\x9c\ \x5e\xa1\xd8\xa4\x65\xf2\xa5\x12\xd8\xd0\x7c\x26\x53\xe7\x01\x06\ \xd6\xc2\xb0\xaf\xb1\xb0\x0d\x2a\xaf\xc5\x62\x33\xc5\x6c\x2e\xaf\ \x21\x14\xf3\x81\xbc\xe8\x0c\x2e\x95\x42\x9a\x70\x98\xcd\x36\x83\ \xc9\xa8\x71\xc4\x23\x76\xa3\x82\xa3\x51\x79\x42\x69\x6f\x39\x12\ \xf2\xd4\xec\x99\x50\xc8\x13\xc9\x98\x1c\x46\x0d\xaa\x68\x1b\x8e\ \x79\x2c\xb1\x78\x2e\x92\x08\x8d\x9e\x9f\x9c\x18\x75\xfa\x72\xb3\ \xe5\x50\xc8\x3b\x3a\x56\x7b\xe1\xf9\x17\x17\xcf\x2f\x4e\x8e\xc5\ \x72\x9e\x58\xb9\x96\xb4\x9b\x73\xa1\xaa\x2f\xe6\x8b\x15\x72\xbe\ \x74\x28\x11\xc8\x94\xe1\x8b\x72\x8d\xe9\xb1\xff\xc7\xd4\x9b\xf8\ \xb5\x55\xe6\x7d\xff\x66\x35\x1b\x49\x9a\x3d\x39\xd9\xc9\x49\x72\ \x72\xc8\x46\x4e\xf6\x85\xc4\x04\x42\x08\xcb\x0b\x02\x94\x50\xa2\ \x38\x3a\x33\x42\x19\x15\x6f\x16\x17\x14\x6d\xab\x5d\xa6\x45\x26\ \x52\xe9\x30\x2c\x33\x8e\x0c\x88\x48\xb5\x77\x6f\x3a\x53\x87\x61\ \x2c\x65\x3a\x8a\x33\x56\x5c\xea\x54\xab\x65\xfa\xf4\x99\xfe\x19\ \xcf\xf7\xa2\x3e\xcf\xef\x17\x12\x08\x29\x4d\x4e\x4e\xce\xf5\xb9\ \xde\x9f\xeb\x7c\x97\xe4\xe0\xb1\xd1\x23\x9d\x83\xa7\x8e\x22\xd4\ \x1a\x18\x7d\xe1\xa9\xc1\xf6\xe1\xa3\x3d\xa7\x8e\x8d\xbe\x30\x76\ \xfa\xc8\xd8\xc9\x81\x7c\xe3\xd1\x50\x73\x77\x7b\x4f\x3a\xe4\xf4\ \x77\xa2\xb6\x80\x20\x56\x61\xd4\x13\x1a\xf5\xaa\xd6\x6a\x25\x9a\ \xa0\xd1\x59\xeb\x01\x33\xe1\x0d\x44\x03\x40\x4c\xc9\x76\xbf\xdb\ \x1f\x70\x02\x33\x8a\x3c\xd1\x70\x20\x00\x6f\x05\x8e\x3f\x32\x1c\ \xed\x68\xa9\x0d\xa1\xe8\xd8\x58\x3c\x8d\x04\xcd\x9b\x49\x37\xe7\ \xc1\x84\xc4\x1a\x62\x1d\xfd\x27\x7e\x3e\x7a\xb2\xb9\x31\x1c\xcb\ \xc5\x1b\x32\xc9\x80\x97\xb4\xd9\x30\x70\x10\x98\x54\x2a\x52\xd9\ \x31\x95\x4d\xa1\x51\xd8\x01\x4d\x35\x76\x13\x6a\x8d\xe0\xaa\x41\ \xd1\xd7\xf0\x75\xb8\xde\xa5\x33\x1e\x3a\xae\xb3\x3c\x1c\x37\x45\ \x0f\x5b\xec\x81\x97\xc5\xe6\x99\xc9\xaf\xff\xfc\xb7\xb1\x40\x08\ \xf0\xd4\xa9\x55\x61\x36\x93\x06\x35\x73\xb1\xe3\x2a\x85\x46\x85\ \x01\x01\xc0\xc5\x64\x0b\x3c\xdf\x98\xa7\x70\xdb\x73\x77\xbe\x7b\ \xf7\x8b\xdb\x1d\x6d\xcf\x5f\x60\x70\xe9\x7a\xb6\x9a\x5e\xdd\x5b\ \xc7\xd2\x57\xea\x69\x7c\x2e\xab\xba\xaf\x5a\xaf\x56\x57\xd3\xe9\ \xd5\x3c\x3a\x93\xc9\x12\xb2\xe8\x2c\x06\xe8\x12\x18\x06\x1e\xbb\ \xa2\x6e\x0a\xc0\x85\x5b\x55\x59\xc9\xf1\x31\x79\x3c\xfd\x04\x2d\ \xdb\xaa\x6e\x12\x80\xf9\x6a\x9d\xa0\x7b\x9c\xf9\x3b\x42\xc1\xa4\ \xd9\x00\xf3\xa7\x8c\x53\xa9\x1f\x19\x9f\x98\x9a\xa8\x9c\x9f\xab\ \x9b\x18\xd7\xcf\xcf\x2d\xce\xcd\xcf\x2e\x6d\xad\x2d\x2e\x2f\x22\ \x92\x5a\x42\xfa\xb5\xb8\x78\x69\x6b\x79\x16\x74\x6a\x79\x6e\x71\ \x73\x76\x7e\x69\x0e\x61\x18\xe8\xd5\xad\x2d\xf0\x84\x5b\xdb\x5b\ \x6b\xbb\x4b\xcf\xfe\x46\xbf\xbb\xf7\x6d\xeb\x3b\x8e\x95\xad\x5b\ \xb7\x2e\x3f\xb8\xb9\x7b\xee\xc0\x81\x73\x97\x6f\xde\x5b\x54\x0e\ \x5d\xd8\xb8\x7a\x6d\x66\xa8\x29\x5b\x74\x28\x0d\x5c\xb5\x40\xc9\ \xa3\x09\x58\x4c\x0e\x8d\xd9\x7a\xf0\xca\xb9\x03\x97\xcf\x3d\xf8\ \xe0\x81\x07\x0f\x3e\xf8\xe0\x43\x70\x5b\xa2\xd1\xd9\xfa\xea\xaa\ \xba\x91\x0a\x36\xe8\x19\x9b\x4d\xa7\x57\xb0\xfb\x56\xbe\x3e\x39\ \x7c\xf4\xe4\x60\x17\x28\x56\x26\xe9\xf5\xe2\x98\x8d\x22\x4d\x40\ \xa3\x1a\xad\x31\x28\x05\xbc\xb2\x58\x82\x41\x9d\x31\x78\xfc\xac\ \xc5\x85\x5a\x41\xa3\x07\x8c\x96\xb3\xf5\x0a\x8b\x11\x95\x23\x35\ \xd6\xa3\x0e\x5e\x8d\xcf\xbf\xf2\xe8\x8d\x42\xb5\xba\xa5\x06\x0e\ \x6f\x8b\x4b\x8a\xb2\x07\x15\x26\x85\x54\x65\xd4\x92\x94\xa7\xed\ \xf9\xbf\x34\x31\x87\x9e\x4b\xda\x25\x22\x0d\x7c\x84\x12\x89\x31\ \x20\x53\x16\x05\x6f\xbe\xeb\x57\x10\x61\x8f\x5b\xa1\x05\x3b\x68\ \x23\x6d\x48\xe2\xa4\x58\xc0\x4b\x11\x1a\x32\xe4\xc1\x33\xa1\x64\ \xae\x67\xb4\x7b\xa0\xbb\xbd\xfd\x29\x86\x4c\xc6\x63\xfe\xee\xc5\ \xb7\xab\x56\xbd\x61\xe2\xe4\x6f\x4f\x8d\x97\xf5\x3f\x3c\xb3\xc0\ \xfc\xc7\xfb\xca\xf3\x93\x5b\x77\xb7\x36\xbf\x1d\xbf\xb6\x50\x9a\ \x59\x28\x80\x09\x84\x51\x3c\x73\xb5\x69\x68\x28\x92\x58\xbf\x56\ \xde\x28\x67\x67\x50\x91\xbc\x42\xaa\x50\x48\x94\x10\x64\x38\xcc\ \xa5\xd5\xac\xcf\x61\x06\x1d\x29\xa6\x22\xeb\xa5\xc2\x55\xd0\x95\ \x2c\x10\x53\x0a\x6c\x5b\xaa\xb4\x5e\xd8\xaf\xcc\xe0\x30\x0f\x65\ \xcb\xe5\x85\x54\x21\x31\x79\x35\x91\xb0\x26\x66\x40\xcf\xca\x25\ \xd0\x1f\x40\xa4\xc9\x8d\x52\x29\xa1\x4c\x28\xad\x32\xb9\xcf\x2a\ \x37\x67\x85\xfc\x94\x12\x5c\x98\x58\x26\xe3\x2b\x95\x5c\xbe\xc3\ \x07\xe0\x93\x5d\x28\xf9\x4a\x43\xd9\x42\x71\xfd\x9d\x1b\x0b\x09\ \xbe\x21\x31\x34\xb3\x01\xe2\xc1\x45\xf9\x36\x0c\x1a\x0d\xc5\x2f\ \xb0\x50\x05\x3d\x38\xca\x18\x72\x83\xc3\x6a\xf6\x81\x89\xac\x12\ \x34\x99\x51\x9f\x2f\xa0\xa0\x48\x53\x22\x2b\xe3\xd0\x69\xf0\xbc\ \x34\xbe\x92\xde\x3b\x31\x31\x51\x55\x5d\xd9\x3a\xdf\x3b\xb2\x76\ \xf7\xde\x1a\x37\xbb\xbe\xf1\xce\xc6\xe4\x02\xbc\xcb\x21\x9f\xb5\ \x69\x32\xbb\xba\x31\x59\x2c\x16\x7d\xc8\x9b\xc2\xff\x36\xcb\xe0\ \xfd\x59\x13\x66\x87\x35\x51\x70\x88\x13\x0e\xa1\x1c\x95\xfe\x02\ \x2b\x9c\xb2\x9a\x9b\x40\x95\x95\x4a\xab\x41\x2e\xe0\xd3\xf8\x3e\ \x54\xbc\xcf\x0c\xf7\xc1\x16\x1a\x50\x6b\x5d\xd0\x4a\x01\xf3\x01\ \x1b\x61\xc2\x2c\x28\xca\x57\xa3\xd3\x19\x61\x82\xb2\x60\x36\x9c\ \xc4\x71\x1b\x08\x96\x3d\x2c\x31\x69\x29\x93\xc8\x8e\x85\x3d\x54\ \xd8\x6d\xf7\x84\xfd\x5e\x77\xd4\xed\xd6\x9a\x4c\xb8\xc7\x63\x77\ \x06\x4c\x04\x15\xf0\xb4\xbb\xc3\x6e\x8d\x02\x40\xb9\xb9\xb1\xbd\ \xbd\xa5\xad\xad\xa1\x31\x9f\xf6\x44\x93\x36\x92\x24\x41\x1d\xfc\ \x70\xcb\x77\x35\xb6\xb4\x74\x44\x4f\x8f\x9d\x3e\x3a\x10\x0b\x85\ \xda\x62\xee\x70\x32\x37\x3c\xd8\xff\xda\x0b\x67\xce\x9c\x6c\xeb\ \x48\x7a\x1b\xba\x5e\x3a\x11\x23\x62\x71\x7f\x43\x38\x14\x20\x6a\ \xf3\x8d\x6d\xcd\xb9\xd1\x46\x74\x3e\xad\xbb\xb3\xab\x6d\xb8\xe7\ \xcc\x40\x7f\xe3\xc9\xd1\x9e\xb6\x53\x1d\x2f\x0c\x0e\x9e\x39\xf3\ \xda\xd8\x40\xc7\xe0\xe0\x6b\x47\x4f\x9f\xee\xec\x1f\x38\xdd\x99\ \x09\xb5\x8f\x35\xa7\xc3\xf1\x78\x2e\x4c\xb6\x7b\x9c\xb5\x51\x8f\ \x37\x9a\x0f\x38\x49\x3b\x1e\xf3\x93\x4e\x37\x8e\xe9\x54\x76\x2a\ \x46\x85\x3d\x7e\x7f\x2c\xda\x12\x73\x86\x73\x31\xb7\x8d\x08\x47\ \x49\xbf\x56\x12\x8e\x06\x40\x91\xdc\x64\x08\xd4\x2e\x0a\xcf\x51\ \x1b\xcf\x25\x43\xc9\x0c\x0a\xfa\x49\xa2\xc5\xf8\x58\x63\x34\x93\ \x1c\x68\xc9\x35\x77\xbd\x74\xac\x3b\x1e\x88\x86\x63\xc9\x40\xd8\ \x4d\xf9\xbd\x5a\x0c\x93\x48\x34\x5a\xcc\x82\xe2\x0e\x9d\x26\x91\ \x02\x83\x21\x84\x2a\x8b\x49\xa5\x16\x29\xcc\xff\x46\xa9\x42\x27\ \x55\x05\x5d\x96\xe3\x41\xa3\x45\x77\xfc\xbd\x37\xa4\x16\x57\x57\ \xa6\xfb\x1d\xfe\xcc\xc5\x37\x8e\x8d\xd6\x7a\xd2\x4e\xad\xc4\xe4\ \xd4\x04\x2d\x52\x20\x2a\x89\x46\x64\xa3\x74\x41\x94\xb4\x06\x3a\ \x88\x0a\xf1\xb6\x0f\x37\xe6\x70\x5b\xed\xed\x2f\xdf\x7b\x2f\xf5\ \xde\x98\xb7\xf9\xc9\x8f\x39\x2c\x6e\x15\xbd\x42\xcf\x64\xb7\x56\ \x72\x69\x6c\x06\xbb\x9a\xcd\x62\x57\xd2\xab\xd9\x55\xad\xea\x0a\ \x3e\x87\xcb\x15\x33\x04\x3c\x1e\x8b\x27\x17\x28\x27\x05\xd5\xd5\ \xcc\x91\xde\xbe\xe9\x09\x75\x2b\x8b\x5d\x2d\x9b\x64\x30\x0a\x15\ \x0e\xfe\x48\xd6\xcc\xe4\xb0\xf4\x75\x8b\x17\x4c\x3d\xcd\xff\xa8\ \x60\xf2\x95\x56\x94\x6e\x51\x57\xd7\xd7\xdb\x5b\x57\x59\x01\xb7\ \xea\xe9\xde\xde\xc5\xf1\xa5\xc5\x89\xf9\xa5\xcd\xc5\xa5\xb9\xd9\ \x25\x64\x0f\x2f\x2d\x01\x79\x81\x35\x04\xf9\x82\x1f\x2b\x6b\xb3\ \xf3\x00\x5d\xf3\x2b\x4b\x97\x36\xb7\xb6\x96\x2e\xed\xdd\xba\xb5\ \xb5\xbb\xb5\x35\x77\xfa\xa3\x4b\xdb\x7b\x3b\xbc\xa1\xf2\xd2\xee\ \x76\xd5\xd4\x1a\x5a\xe7\x5a\x5e\x9e\x9b\x9a\xee\xab\x6e\x42\x3d\ \x82\x9b\x8a\x43\x3e\x87\x8f\x0f\x06\x62\x7e\x89\x03\x8e\x44\xc0\ \x55\xf7\xdd\x7b\x10\x2e\x07\x0e\x1c\x78\xe8\xc0\x43\x70\x3d\x77\ \xee\xa1\x03\x0f\xea\x0d\x34\x26\xeb\xde\xc1\x9b\xd5\x2c\x8e\x5e\ \x0f\x2a\xac\x66\xef\x1d\xfc\xdf\x9f\x8d\x1e\xeb\x1e\x1b\xed\xec\ \x8f\xa6\x1b\x73\x1e\xaf\x9b\xb0\xd9\xb5\x84\x44\xa4\x50\x29\xa4\ \x5a\xd8\xd5\x16\x8b\x14\x64\xc9\xe8\x42\x6b\x58\x2a\xa9\x48\xe7\ \xaa\xaf\x41\xe5\x66\x0e\x07\xc1\x2b\x1e\x82\x29\xa3\xde\xa5\xd2\ \x61\xb5\x0f\xff\xf2\xc3\xeb\x72\x26\xbb\xe5\xf0\x7e\xf2\x01\x7c\ \x46\xae\xa0\x44\x2b\x82\xcf\x4f\x41\x52\x54\x20\x96\x7f\xec\x22\ \x5f\x70\xf5\xb7\x3d\x21\xd0\x2c\x9d\x9d\xaa\xbd\x28\xf8\xd8\xfa\ \xe7\x0f\xe3\x36\x2d\x09\xa3\x80\x22\xed\x1a\xbb\x9d\x20\xb5\xa4\ \xdd\xa4\xd1\x3a\x6d\x6e\x82\xc0\x29\xa7\x27\x99\x6b\xe9\x18\x3b\ \xd1\xd5\x3d\x36\x36\x7a\x7d\x9a\xcd\xab\x78\x3d\xfc\xe2\xdb\x15\ \x7f\xc2\x3d\xa1\xaf\x43\xca\xec\x0c\xa3\xbb\x6d\xec\xfb\x1b\xef\ \xd0\xab\x0b\xbc\x1d\x00\xcd\xca\xab\x4d\x60\xf1\x8a\x85\xe2\x10\ \x3a\x79\xb7\x50\x2c\x82\xeb\x2b\x65\x87\x16\xae\x95\xaf\x95\x12\ \x4d\xa8\xc6\x68\x02\x91\x88\x2f\x91\x88\x14\x36\x16\xca\x28\x48\ \xdc\x61\x95\x29\x9b\x50\x04\x04\x0c\xe0\x14\x8c\x6a\xb3\x41\x06\ \x7f\x10\x31\x18\x1c\xd9\x72\xca\x9a\x2a\x14\x23\x4d\xf0\x9f\x22\ \x0b\xa5\xa6\x42\x31\x91\x28\x4f\x82\x62\x95\x36\x66\x4a\xa5\xf5\ \xc9\xd5\x6c\x04\xdc\x94\xd0\x6a\x96\x9b\x91\x3c\xc9\x7d\x32\x99\ \x01\x95\xf3\x50\x0a\xad\x42\xbe\x39\xb2\x5a\xba\xdf\x2c\xd0\xe1\ \x48\x19\x86\xae\xbe\xbf\x50\x30\x34\x25\x9a\x40\xe4\x78\xe0\xc9\ \x51\xaa\x01\x4d\x00\x92\xc5\xe1\x0a\xac\x72\x31\xad\x9a\xa7\x8c\ \x64\x1d\x32\x9e\xd2\x6c\x30\x88\x7d\x11\x14\x3b\x91\x82\x69\x4e\ \x9e\x35\x00\xae\xd1\x38\xbc\x54\x91\xc7\x13\xa8\x7b\xc7\xa7\xa6\ \x5a\xd9\x15\xd5\xb3\xd3\x7d\xcb\xbb\x3b\x6b\xec\xc2\xc5\x85\xf5\ \x8f\x27\xcb\x89\xd4\x6a\x16\xde\x69\x53\x64\x66\x32\x55\x4e\x34\ \x25\xe4\x06\x83\xc1\x1a\x11\x28\x51\xef\x9c\xfd\x72\xc8\x56\xb4\ \x72\x16\x31\x27\x94\x0e\x5f\xd3\xd0\x4c\x0a\xfc\xa2\x19\x78\x0f\ \x44\xcd\xa0\x54\x32\x84\x60\x14\x51\xa3\x42\x2b\x83\x27\x66\x31\ \x1c\x7c\x99\x98\xc1\x62\x08\x65\xf4\x07\x28\x27\x80\x30\x85\xdb\ \x6d\xd2\x7a\x98\xee\x15\x5a\x0a\x35\xa3\x30\x91\x5e\x3f\x08\x95\ \x9b\xb4\x13\x6e\x89\x56\x0b\x28\x65\xd2\x3a\x89\x50\xc8\xeb\xf7\ \x86\x29\x27\x6e\x73\x9a\xfc\x36\x10\x83\x68\x38\xef\x24\x32\xcd\ \x49\xa7\x5d\x62\x8f\xd5\x66\xba\xc0\xce\x77\xb5\x27\x9b\xf3\xb9\ \x86\x7c\x43\x40\x83\x37\xba\x09\xa7\x3b\x9f\x6e\xee\xea\xc9\x27\ \x43\xed\xb5\xcf\xfe\xf4\xcc\xa3\x47\x63\xa8\xf7\xa1\x3f\x90\x8e\ \xe7\x8f\xb6\xb7\x8f\x9e\x3e\xda\xdf\x93\xf7\x52\x9e\xc1\xd3\xa7\ \x7b\x5a\xa2\x18\x11\x0e\x03\xa8\xb5\x77\xe7\x3a\xba\xda\x3a\xba\ \x7b\x8e\x0e\x9e\x6e\x1c\x38\x35\x76\xa4\x7f\x78\xb8\x67\xe0\xe8\ \xa9\xae\xee\x9e\xb6\x57\x4e\x77\xf5\x0c\x9c\x39\x86\xba\x18\x8e\ \x9e\x3e\xd5\xd5\xd6\x3d\x3c\x10\x4e\x37\xe7\x42\xb5\xde\x58\xce\ \x1f\x77\x7a\x6b\x71\x4f\x98\x8c\x37\x1e\xed\x0a\x79\xc2\x01\xd4\ \x3b\x03\x84\x54\x6b\x23\x25\x61\x92\x8c\x36\x27\x3d\x81\x64\x4b\ \x94\xf2\x27\xfd\x5e\x8f\x07\x9d\xe5\x23\x6c\x18\x85\x07\xc2\x71\ \x67\x28\x17\x4a\x26\x1b\xdc\x5e\x4f\x4b\xac\x36\x9a\xcc\x24\x33\ \xed\x1d\xed\xb9\xc6\x86\xbc\xc7\x9f\x6b\xcb\xe5\xda\x5b\x3a\xce\ \xb4\x77\x9f\x18\x6c\x88\x25\x3d\x1e\xa7\x97\x80\xc3\x15\x77\x4b\ \x08\x4c\xa7\x05\xb3\xa0\x00\x92\xc2\xb5\x22\xbb\x5d\x24\xb1\x49\ \x30\xa3\x48\x82\xd9\x24\xa8\x00\xa6\xce\xe2\x52\x18\xa5\x3a\xd7\ \x7e\xc7\x29\xe3\x2f\x87\x7f\x65\x19\x7e\xe2\xe1\x6f\xbe\xfb\xd7\ \x7f\xf5\x24\x43\x69\xca\xeb\x21\x48\x8c\xb0\xe9\x82\x0a\xb0\x37\ \x0a\x4c\x61\x22\x30\xa3\x42\x2a\x35\x6a\x51\x09\x5e\xbf\x5d\x1b\ \x3a\xdd\x00\x3b\xef\xcf\xab\x2f\xfc\x64\x72\xf2\x74\xc6\xd3\x79\ \xec\xd4\x73\x6c\x7d\x9d\xbe\x0e\x08\x9d\xa9\x57\x57\x57\xb3\xb9\ \x42\x36\x97\xc1\x51\xd7\xf5\xaa\x51\xcb\x1c\x26\xf0\x3b\x53\x9c\ \x35\xb0\x59\x34\x83\x4f\xc0\xa5\xa9\x7b\xab\xe1\xab\xb2\xb2\x4a\ \xcd\xe0\x56\x70\x1d\x0c\xba\x50\xe8\x63\x0b\xad\xea\x3e\x7d\x55\ \x65\x6f\x45\x3a\xd3\x38\xf0\xb7\xbe\x3a\xa1\xa1\x52\x2f\xeb\x9b\ \xa8\xaa\xa8\xab\xd0\x23\x58\xeb\xed\x1d\x99\x56\x57\xa0\x75\xac\ \xb9\xbe\x39\xd0\xa7\xb9\xe5\xc5\xb9\xb5\xb5\xfd\xe5\xf6\xe5\xe5\ \xd9\xd9\x4b\xdb\x6b\x4b\xf3\x2b\x9b\x8b\xd3\x8b\xf3\xc8\x0f\x6e\ \x6e\xc2\x3f\x5d\xda\xde\x06\x4b\xb8\x7d\x8b\xdf\x7e\x7e\x6d\x77\ \x67\x5b\x6f\x2d\xd4\xdd\x9b\x7e\xfb\xfd\xaf\xae\xaf\x7e\x7e\x63\ \xa6\x5c\xc8\xae\xc3\x24\xbe\x5e\x80\xd1\x10\x89\xc8\xc4\x30\x65\ \x0b\xc5\xb4\xdd\xcb\xdf\xae\x71\x64\x73\x7b\x97\x0f\x3e\xf4\xd0\ \x39\xb8\x82\x62\xa1\x1f\x40\x5b\x0f\x1d\xb8\x87\x7a\x47\x9f\x3b\ \x78\xa0\x8e\xc3\x62\xd1\xf5\x6a\x1e\xfb\xde\xc1\xff\xdd\x7b\xe2\ \x89\x67\x8f\x1c\xed\x6e\xc8\xd5\x36\xe6\xe3\x71\x0f\x2a\x3d\x46\ \x11\x36\x91\x28\x68\x54\xd8\xa5\xa0\x2f\xf5\xa8\xe4\xc2\xa1\x60\ \xb0\xc6\x58\x13\x0c\xba\x5c\x35\xc7\xc1\x8a\x1f\x3a\x54\x5f\x13\ \xb4\x18\x6b\x2c\x2e\xa3\xcb\xe2\xd2\x49\x6c\x99\x63\x1f\x7e\x70\ \x95\xa6\xef\x38\xa4\x92\x5a\x30\x85\x08\xae\x22\x4c\xa3\xd1\x06\ \xd2\x4e\xdc\xee\xf4\xe3\x76\x4f\xd7\x7f\x5d\xe4\xb3\xd6\x3f\x79\ \xaa\xc1\x9b\x69\x7c\xe9\xdf\xbe\x94\xfc\xe2\xeb\x49\x22\xe4\xc5\ \x35\x1a\x13\x05\x2f\xe8\x24\xc0\x07\x86\x48\x37\xc8\x1b\x61\x73\ \xc6\xc2\x36\xb7\x37\xdf\xd9\x79\xfa\xcc\x4b\x67\x1e\x7f\x78\xf0\ \xf7\x62\xae\x41\x56\xf9\xc3\x4f\xfe\x74\xf1\x71\x40\xef\x2f\x9f\ \xfe\xb0\xfa\x2f\x42\xce\xd0\x17\x6f\xfc\xe6\xa9\x4f\xae\x71\x97\ \x39\x2b\x3b\x3b\x37\x97\xca\x28\x79\x30\x12\x29\x46\x52\x85\x6c\ \x29\x02\x12\xb5\xd0\x54\x9e\x2c\x97\x86\x56\x8b\x8e\x88\xb5\x50\ \x2c\x2f\x38\x4a\x59\x47\xa2\x30\xe4\x33\x64\x87\x1c\x4a\x74\xaa\ \x4c\xa9\x14\xf0\x65\x02\x74\x66\x8c\xc3\xe5\xf3\x00\x64\x18\x4a\ \x07\x4f\x20\x16\x3a\x7c\x28\xda\x33\x62\x80\x09\x60\xa8\xa9\x64\ \xcd\x16\x27\x4b\x66\x1e\xdf\x9c\x4a\x2c\x6c\x0c\x4d\xc2\x93\xa2\ \xf2\x33\xc0\x2a\x06\x59\xaa\x80\x7c\x65\x0a\x85\xb0\x1b\x94\x06\ \x83\x4c\x08\xfe\xd0\x90\x40\x6b\xf5\x56\x87\xc3\x0a\x78\x55\xb4\ \x66\x13\xbe\xac\x41\x6e\x96\x27\xcc\x62\x81\x59\xcc\x03\x41\x80\ \xa9\x4f\xc0\xe5\xd2\x04\x0c\xa5\xc1\x6a\x50\xca\x68\x62\xab\x23\ \x25\x97\xf1\x85\x0c\x1a\xea\xc0\xe3\x13\x2a\x0b\x45\x5f\x56\x2e\ \x37\xf0\x64\x72\x81\x5c\xc0\xe1\xca\xf9\x32\x86\xbe\xae\x6a\x7c\ \xbc\x4a\x5d\x35\xb1\x32\x35\xb1\x7c\xeb\xee\x36\xcd\xb7\xbe\x3a\ \x73\x7d\x68\xa6\x09\xd0\xef\xda\xc2\x90\xaf\x94\x4d\xa1\xa0\x0c\ \x83\x35\x0b\x94\x27\x36\x28\x41\x41\xf9\x06\x83\xd2\xea\xb3\x9a\ \x95\x06\x99\xd5\x6a\xf5\x45\x52\x86\x48\x09\x5e\xce\x00\x2e\xd1\ \x21\x46\x02\xeb\x53\x8a\x65\x59\x30\x00\x66\x3e\x4c\xc4\x34\x2e\ \xd0\x9f\x52\xc8\xa7\x31\x04\x62\xda\x03\x21\xcc\x0d\x26\x4f\x02\ \xe3\xce\x68\xc7\x75\x52\x85\xc7\x04\xf3\x07\x46\xa0\xb3\xb9\x36\ \x4a\x4b\xc1\x30\x0c\xc5\xfd\x71\xf8\xac\x48\x2f\xa5\x75\x7a\x4d\ \xb8\x29\xe0\xf4\xfb\x9d\x5a\xdc\x4d\x3a\xfd\x61\x18\xf7\x31\x60\ \x10\x4c\x13\x24\xe3\xb5\xb1\x78\x73\x5b\x4f\x4b\x7b\x0e\xa4\x22\ \x1c\x0b\x3b\x43\x36\xad\x3b\x9c\x8b\xc7\xe3\x2d\xd1\x78\x3a\xd7\ \x98\xee\x7a\xe9\x95\x13\x4f\x75\x77\x3d\xff\x6a\x5b\x67\xd4\xee\ \x0d\x67\xfa\x4f\x1e\x7b\xf1\xd8\xab\xa7\x5a\x02\x98\x77\xf0\xf4\ \xc9\x53\xaf\x75\xc4\x71\xbf\xa7\xff\xd4\xd8\x99\x23\x1d\x3d\xcd\ \x8d\x5d\x03\x27\x06\x07\xda\x87\xfb\x9f\xed\xe8\xe8\xea\xee\x68\ \x6e\x3e\xd9\xf1\x5a\x47\xbe\x7f\xb8\xbf\xa1\xab\xf3\xe4\xd8\xa9\ \x93\x2d\x4f\xb7\xb7\x9d\x38\xf2\xda\xa9\x81\xe6\xc6\x93\xdd\x01\ \x4f\x2d\x11\x6b\xf7\xb8\xfd\x49\x37\x00\x9f\x33\x16\xf2\xd8\x02\ \x51\x37\xe1\xf5\x3b\x6b\x09\x2d\x09\x98\x28\xd5\x78\x3d\xfe\x40\ \x3c\x14\xc8\xb4\x24\x03\x39\x2f\xe6\xf7\x78\xfd\x19\x2f\x45\xb9\ \x25\x12\x5b\xc0\x4d\xba\xfd\xb9\x64\x3a\x17\x45\x8b\x59\xb1\x40\ \xb3\x27\x90\x6b\x08\xa5\x1b\x62\x31\xa0\xa9\x68\xb4\x21\xd7\xee\ \x6c\x39\x76\xb4\xa3\xb9\xbb\xab\xa3\x21\x1c\x0e\xf9\xdd\x4e\x27\ \xee\xc6\x3d\x12\x0b\x26\x01\xd2\xd4\xa8\x8c\x0a\xb4\x06\x05\x2a\ \xa5\xb5\xa1\xf3\x84\x52\xa9\x44\xe2\xb2\xd4\x4b\x74\xa2\x1a\x9d\ \x51\xa4\x85\x41\x04\x92\x65\x7c\x9a\x20\xc7\x3e\x3c\xbf\xf0\xcd\ \x23\xcf\x74\xc5\x30\x32\xe0\x24\xdc\x36\x0d\x01\x06\x12\x1c\x88\ \xc5\xa8\x95\xa2\x3c\x69\x97\x4e\x85\x89\x70\xad\x44\x0b\x3a\xea\ \xc1\xdb\xa3\x26\x7c\x70\x68\xe1\xd4\x5f\x36\xbe\x7c\x55\xeb\x8e\ \xe6\xa2\xcf\x9f\x2f\xb0\x7b\xab\x2a\xd8\x7c\xf0\x4d\x95\x95\x60\ \xff\xe4\x0c\xae\x80\xc1\xa8\xac\xac\xa8\xa4\xb3\x19\x2c\x36\x6a\ \xdf\xc4\x67\x55\x0a\x0c\x02\x01\x5b\xc9\xed\x55\x57\xf6\xf5\xd5\ \x55\xf5\xb6\x3a\xe4\x2c\xb9\x80\xad\x96\x27\x04\x74\x35\xad\x5a\ \x2d\xd6\x57\x57\x4e\x3d\xfb\xfb\x47\x8f\xfc\xe6\xce\x0a\x9d\x55\ \x47\xef\x9d\xae\x60\xd3\xd5\xfa\xea\x3a\x30\x9b\xe3\x7d\x75\x8b\ \x55\x59\xc0\xa9\x4b\xf3\xa0\x5a\x8b\x00\x56\xe0\xfd\xee\x87\x32\ \x2c\xcf\xcf\xad\x80\x4f\x9c\x06\x73\xb8\x38\x31\x3d\x37\xbb\x79\ \x69\x6b\x13\x08\x6b\x6b\x79\x6b\x6b\x77\x6f\xed\xd2\xad\x3b\x8f\ \x9f\xdf\xdd\xb9\x3b\xed\x60\xf2\xb9\x37\x65\x6f\x7e\xf6\xc9\xdb\ \x9f\x7d\xf6\xcd\x37\xb7\x2f\x7e\xfc\xfe\x9d\x0b\x37\x56\xcb\x11\ \x18\x41\x32\xb3\x9c\x21\xa4\xd1\x78\xe2\xa6\x85\x8a\x03\x0f\x7e\ \x7b\xe0\xc0\x83\x3f\x2a\xd5\x43\x08\xae\xce\xed\x7f\xbb\x02\xbc\ \xf5\xe0\x41\x20\xad\x3e\x36\x87\xab\x66\x0a\x98\x3b\x07\x1f\xbc\ \xf2\xcf\x47\x9e\x7a\x65\xec\x64\xdb\x40\x4b\x63\x26\xe4\x4d\x87\ \xec\x84\xc9\xe9\xf1\x12\x98\x54\x27\x42\xa7\xfc\x8c\xae\xa0\x4b\ \xea\xb2\xd4\x1c\xaa\xa9\x31\x06\x55\x35\xc7\x6b\x82\x28\x11\xba\ \x1e\x76\xf9\xe1\xfd\x25\x79\xd8\xfb\x2e\x85\x06\xb3\xe5\x7e\xf7\ \xe5\xf7\x8c\xde\xa3\x6f\x69\x54\x3a\x85\x4a\x07\x50\x6c\x54\x68\ \x42\x00\xd0\x21\x74\x72\x89\xb4\xe1\x36\x5b\xd7\x4f\xbf\x9c\x91\ \x25\xbe\x7f\xfa\xf9\x4f\x4a\xff\x96\x0b\x57\xdf\xf0\x84\x63\xde\ \x00\x4c\xe0\x36\xdc\x69\xc2\x01\xb0\x6c\x78\xc0\x69\x83\xb9\x0f\ \xd7\xda\xc2\xf1\x66\x38\x7e\x02\x8d\x4f\x3d\xff\xd2\xc3\x8f\xbf\ \xfa\x44\x24\x55\x32\x57\xc9\xab\xfa\x4e\x63\x52\x42\xfb\xe8\x8d\ \xb1\xa9\xaf\x56\x99\x62\x3d\xfd\xfa\xcf\x9e\xfd\xf3\x5f\x6f\xcc\ \x2f\xaf\x6c\xef\xdc\xbb\x54\x28\xcc\x6c\x00\x08\x25\x80\xac\x26\ \x17\x4a\x93\x29\xdf\xe4\x64\xb6\xb0\x5f\x04\x39\x35\xe9\x4b\x25\ \x26\x8b\xbe\x52\xc9\x9c\xb0\x22\x43\xc6\xe3\xb0\x94\x4a\x94\x26\ \xcc\x93\xcb\xb8\xa8\x97\xa9\x00\x05\x20\xc9\xe0\x2a\xde\xef\x75\ \x0a\xe4\x21\x93\x1b\x18\x8e\x26\x87\x55\x2c\x10\xcb\x22\x11\x06\ \x87\x49\xe7\xb0\xc5\x11\x5f\xa4\x34\x53\x5c\x9d\x19\x8a\xa4\x52\ \xb2\x19\x54\x85\xd4\x60\xce\x5a\x95\x8e\x44\x36\xe2\x13\x2b\x51\ \x53\x65\xb3\xd0\x10\x01\x37\xe6\x03\x6f\xee\x2b\x00\xe0\x08\x7d\ \x7c\x9e\x58\xee\x13\x9b\x13\x06\x31\x4f\xec\x13\x30\x58\xf0\x2a\ \x62\x25\x97\x25\x00\xc8\x52\x82\x15\xb4\x72\xb9\xd9\x84\xc3\xc0\ \x65\xa2\x46\xdc\x6a\xae\xd5\x2c\xf0\x5d\x2f\x65\x7d\x4d\x09\x87\ \x63\x5d\x26\x36\xf0\x0d\x7c\xa1\x5c\x29\xa8\xac\x6c\x9d\xea\xab\ \xec\x1b\x41\x24\xbe\x7b\xeb\xf2\x43\xad\xd6\xf2\xc5\xaf\xae\x16\ \x22\xe0\xfd\x86\xae\xce\x0c\x95\x36\xb2\xfb\x67\x18\x52\x8e\x94\ \x15\xd5\x8e\x37\x47\x7c\x72\xc3\x8f\x45\x9d\x41\x57\xe5\x0e\x80\ \x2d\x03\xdf\xba\x5f\xa7\xd9\xe7\xf3\xc1\x06\xc9\x04\x66\x90\x43\ \xa1\x0c\xf5\xaf\x16\xca\xc4\x42\x94\x57\xc8\xe5\x2b\xf9\x4c\xb1\ \x90\xc3\x79\x40\xaa\x8d\x7b\xfc\x51\xcc\xa4\x93\x92\x5a\x05\x66\ \x37\x99\x88\x00\xee\xb5\x63\x84\x42\x44\x60\x2a\x09\x15\x30\xb9\ \x3d\x20\x4d\x38\x80\xb8\xdb\x69\x8b\xc5\x6d\x14\x11\x08\x9b\x6c\ \x04\x11\xf2\xc4\xd2\x61\x27\xe9\xcf\xb7\x27\xe3\xed\x8d\x78\xbd\ \xce\xee\x8d\x67\xfa\xbb\x42\x0d\xb5\x01\x74\xe6\x39\x8e\xe7\xc3\ \x12\x5c\xeb\x74\xba\xa9\x40\x32\x9f\xe9\x4c\xe6\x73\x6d\x9d\x2f\ \xbd\xf0\xf0\x91\xce\x5c\xfb\xe0\xa9\x96\xd8\xe0\x53\x3f\x7b\xf2\ \x67\x63\x9d\x63\xdd\x2d\x99\x06\xdc\x5b\x3b\x00\x44\xd3\x90\xc6\ \x9d\x0d\x67\x8e\x9d\x7c\x65\xf4\xa5\xb1\xc1\xe6\x53\x63\x2f\x75\ \xb7\x9f\x3a\x7d\xe2\x4c\x17\x98\xbd\x96\x64\xf3\x91\x8e\xfe\x36\ \x60\xac\x53\x63\x9d\xa7\x5e\xe8\x6c\x1b\x3e\x05\x6c\x35\x36\x38\ \xdc\x91\xcf\xe7\x9a\x63\x31\x32\x19\x88\xc5\xbd\xee\x7c\x9b\xdf\ \x93\x27\x70\xa7\x2d\x64\xf2\xc7\x28\x6f\xd4\xef\xf1\x4b\x6c\x26\ \x42\xa1\x30\xd9\x49\x3f\xee\x49\x52\xe1\x58\x2c\x0a\x0f\x13\xde\ \x38\xe5\xf6\x53\x94\xd6\x4e\x29\xc8\x00\x40\x59\x38\x96\xf1\x46\ \xdd\xa1\xa8\x3f\x13\xcb\xd5\xc6\xbc\xb5\xb5\xe1\x68\xdc\x9d\x6e\ \x8e\x36\x84\x28\x32\x10\x6e\x6e\x1b\xc8\x37\x0c\x36\x66\x72\x1d\ \x80\x6c\xb1\x10\x45\x80\x7c\x3b\x31\x2d\xa6\xc1\x30\x98\xc3\x35\ \xb8\x46\x8b\x6b\x24\x52\x4c\xa5\x15\x59\x24\x0a\x91\xce\x82\x46\ \x8b\x33\x1c\x1e\x0b\x88\x9c\xe4\x61\x57\xf0\x78\x50\x47\x3d\x7c\ \xe2\x17\xdf\x7f\xfd\xee\x33\xcd\xd1\x4c\x38\xec\x0c\xbb\x61\x2f\ \x4a\xb4\x98\x54\x63\x47\x99\x6b\x28\xb6\xb4\xc6\x28\x32\x59\xa4\ \x0a\xf0\x29\x26\x98\xf9\xb5\x61\x4f\x14\xc3\x89\xee\xd4\x07\x37\ \xca\xdf\xff\xe2\x58\x92\xc2\x89\xb6\x57\xfa\x33\x7f\x4e\xb0\xab\ \xab\x2a\x51\x1d\x35\x8e\x9a\xae\xae\x80\x63\xd9\x21\x56\xd2\x2a\ \x47\x98\x15\x15\x5c\x94\xde\xca\xe3\xf1\x2b\x2a\xd8\xa8\xd1\x0c\ \x13\x45\xf2\xa9\xe9\x15\x7d\x0c\x03\x4d\x26\x10\xe8\x39\x3c\x86\ \x41\x5d\x89\x6a\xae\x55\xeb\x27\xa6\xcf\xc7\xd3\x0d\xef\xfd\x6b\ \xbd\xb7\x02\xa4\x4f\xad\x14\x72\xd5\xe3\x13\xbd\x55\xe3\xbd\xb3\ \x9b\x8b\x73\xf3\xdc\xaa\xb9\x91\xc5\xb9\xc5\x45\xb0\x84\x73\xd3\ \x2b\xc8\x01\x02\x67\x2d\x2d\x4f\x2f\xcd\xa2\xcb\xf2\xfc\xe2\xec\ \xca\xca\xd4\x3c\x88\x15\xd0\xd5\x2e\x6a\x48\x81\xba\xd6\x2f\x3e\ \xfe\x27\xee\xe6\xdd\xbd\x25\x38\x16\x99\xdf\x5e\xff\xfd\x37\x5f\ \x7f\xff\xcd\xed\xef\x2e\xdc\xbe\x70\xf1\xf3\x1b\xef\xac\xce\x6c\ \x44\x50\x21\x24\x18\x80\x7c\x1e\x9f\x5f\x75\xe9\xee\xb7\x57\x90\ \x15\x7c\x08\x8c\xe0\xbe\x4e\xc1\xed\xca\xff\x53\xae\x87\xae\x80\ \x6c\x1d\x1c\x47\xe5\x9a\x78\xfa\x9b\x07\x1e\xfa\x5f\xe6\x5f\x3e\ \xf5\xcc\x0b\x83\x28\x2f\xbe\x31\xd6\xd1\x9e\x8c\xe2\x6e\x37\xee\ \xc4\x15\x52\x9d\x09\x53\x68\x50\x4d\x2c\x97\x44\x14\xb4\xe8\x54\ \x87\x8e\x03\x5a\x05\xdf\x3a\x54\x0f\xb8\x75\xbc\x5e\x15\x04\xde\ \x02\x1d\xab\x31\x6a\x24\xa8\x9f\xb3\x36\xff\xbb\x3f\x7c\xcd\x9f\ \x7a\xe5\xb0\xc6\x68\x44\x2d\x9f\x35\x2a\x95\xa7\x65\x10\x0e\x66\ \xad\xc6\x0d\x13\x10\x15\xa2\x4c\xb6\x58\xb8\xfd\xc8\x8b\x3f\xff\ \xb0\x6c\xfe\xfb\x0d\x6e\xea\xe7\x84\xc9\x1b\x26\x61\x18\x00\x4b\ \x7b\x01\xd3\xc1\x6c\xe0\x1e\x0f\x06\x33\x76\xd2\xa9\x79\x7e\xa8\ \x75\xa4\x2e\xf1\x97\x3f\x3c\x76\xf4\x99\x27\xff\xeb\x17\xd6\x48\ \x42\x5c\x7d\xfd\xf6\xe6\xcd\x77\x4d\x01\xb2\x56\x76\x92\xc7\x2b\ \x57\x30\x1d\x15\x13\xbd\x15\x85\x4f\x3e\x2a\x26\xc6\x77\xf7\x76\ \xbe\x9d\x58\x2d\x2e\x4c\x26\x16\x9a\x7c\x93\x43\xe5\x85\x42\xaa\ \xa9\x09\xe5\xd5\x14\x41\xb2\x00\x88\x40\xac\x12\x93\xa5\xc2\x90\ \x99\xc6\xe2\x72\xf8\x2c\xd4\x14\x97\x21\x13\xf0\x64\x0e\x3e\x8d\ \xcb\xa3\xf1\xcc\xa8\x04\x8f\x50\xa8\x64\x0a\xcd\x02\x0e\x9a\x94\ \xc4\x66\x1f\x0a\xaa\x04\xee\x91\x33\x04\x06\x90\x05\x26\x9d\x45\ \x47\xa5\x5f\x58\x5c\xb1\xd9\x2a\x6e\xba\xba\xb0\x5a\xf2\xad\x16\ \xb3\xd9\x48\xa2\x50\xc8\xa6\x12\xf2\x82\x15\x54\xc1\xa1\xe4\x5b\ \x23\x72\x21\xd0\x96\xd8\xec\x10\x20\x47\x07\x70\x64\x15\xd2\x84\ \x3e\xd4\x2a\x1a\xe5\x4d\x83\xe7\x33\x34\x39\x0c\x11\x01\x93\xc3\ \x17\x70\x59\x62\x33\x40\x50\x25\xdb\x6a\x35\x88\x59\x5c\xb3\xdc\ \xc7\x61\x72\x79\x02\x4e\x64\x21\xc2\xe6\x81\xbd\x2d\x24\x04\x72\ \xb1\x39\x2b\x57\xca\x39\x62\x7a\xd5\xc8\x5c\x6f\xeb\xf8\x34\x5a\ \xfb\xdc\xdb\x3b\xf0\xbf\xe6\xac\xe5\xeb\x57\x3f\x5e\x6d\xb2\x16\ \x4a\xeb\xc5\xa1\xf2\x50\x19\xb0\x32\x22\x33\x44\x12\x32\xa1\x0f\ \x54\x0a\x4c\x2a\x28\xa4\x5c\x6e\x2d\x46\x12\x60\x34\x1d\x32\x54\ \x76\x9e\x9f\x48\xc9\xad\x28\x90\xde\xac\x74\xc8\xc5\xc2\x08\x5f\ \xe6\x43\x67\x08\xc0\xc1\x32\x78\x66\x19\x83\x23\x40\xd9\xd0\x06\ \x06\x4f\xc0\x7b\x40\x6a\xc7\xb5\xb1\x28\x60\xb1\x8d\x32\xd9\xa5\ \x5a\xaf\x1d\xcc\xba\x5b\x43\xa2\xbe\x79\xc6\xc3\x2e\x45\xd8\xed\ \x45\xc9\x09\x68\x4d\x5e\x23\x51\xe0\x7e\x90\x33\xdc\x69\x57\xd9\ \xfc\xfe\x78\x73\x1a\xa9\x57\x67\x2c\x1d\xca\x65\x02\xf6\x7a\x91\ \xa7\x36\x9a\x6e\xf0\x46\x43\x79\x8a\x04\x82\x89\xe2\x5e\x6f\x18\ \xf7\xba\x3d\x94\x3b\x17\x8b\xe6\x1a\x1a\x03\xc9\x81\x57\xfb\x8f\ \x9c\x0a\x3b\xf1\x68\xae\x7d\xb8\xfd\xd8\xc9\x86\x74\x3a\x19\x0d\ \x84\x02\xcd\xa1\xf4\x40\xa6\x21\xe9\x75\x13\xa1\x9e\xb1\x33\x63\ \x3d\xed\xfd\x9d\xed\x47\x46\x8f\x74\x0f\xfe\xfc\xb5\xe1\x97\x06\ \x5b\x3a\x3d\x6d\x1d\x9d\x1d\x27\x87\xbb\x3a\x93\xed\x2d\xc3\x6d\ \x00\x60\xa3\x47\x5f\x18\x1b\xed\x68\xec\x3f\xd2\xd0\xdd\x59\x5b\ \x1b\xf5\xe7\xbc\x44\x32\xe0\x4e\xc6\xd2\x0d\xa1\x24\x15\xc3\x09\ \x98\x81\x35\x54\x3c\xe0\x27\xdc\x38\x78\x52\xd8\x5c\x85\x49\xa5\ \xf5\xc7\x92\xcd\xd1\xa4\x27\x9c\xb4\x11\x24\x15\xf6\xdb\x71\x8f\ \x46\x24\xa1\x4c\x12\x8c\x72\x46\x3d\x7e\x2a\x6c\x22\xdc\xb1\xda\ \xda\xc6\x9e\xda\x4c\xbc\xb1\x39\x97\x0f\x64\x42\xe1\x58\x20\x9e\ \x8f\x87\x29\xaa\xb3\xdd\x13\x75\x26\x43\x2d\xb9\x30\x85\x7b\x71\ \x02\x0c\xa5\x04\x15\xbd\x34\x61\xaa\xe0\xd9\x1a\x89\x44\xe3\x27\ \xed\x0a\x89\x84\x00\x77\x07\xf3\xb7\x44\x07\x1e\x90\xf4\x36\x9e\ \xfe\xf4\xf7\xa3\x21\xe9\x21\xcb\xf1\x60\xba\x3b\xd0\xf1\xe8\xb3\ \xaf\x3d\xfe\x82\xd3\x48\x85\xe3\x6d\x8d\x1e\xdc\xa6\x25\x15\x5a\ \xbb\x14\x85\x57\xe3\xc0\x7f\x5a\x93\x48\xa5\x31\x62\x3a\xb4\x66\ \x2f\x82\xdd\x6c\x07\x03\x6e\xd3\x62\xe4\x93\xef\xfe\xeb\x86\xf2\ \x9f\xbf\x3b\xd3\x9e\xb1\x05\x3a\x06\xc3\x78\xbc\xcb\xdc\x57\x55\ \xa7\xaf\x60\x33\xe9\x30\x62\x2a\x39\x06\x6b\x13\xdf\xc1\xe0\xc0\ \x03\x7a\x6e\xc9\x27\xe0\x73\x05\x02\x2e\x9d\x2e\x67\xb0\x39\xa8\ \xd5\x0e\xad\x92\xc6\x10\xf3\x86\x8a\x4c\x26\x5f\x49\x17\x32\x98\ \xdc\xca\xba\x2a\x3a\x9b\x85\xf0\x7d\x54\x11\x4d\x7f\xfa\x43\xa2\ \x0e\xc6\x03\x57\xcc\xa8\xee\x53\x57\x8f\xf7\xf5\x4d\x80\x4a\xf5\ \x4d\x4f\xf5\x4e\xd0\x41\x95\xe6\x96\x37\x51\x16\xf4\xda\xd2\xca\ \xdc\xd2\xd2\xec\xe2\xec\x22\xca\x21\x9c\x1b\x9f\x9b\x9a\x5d\x9a\ \x9b\x98\x9b\xdb\xdc\xaf\x30\xb3\xb5\xbb\xbb\x7d\x69\xef\xee\xdd\ \xbb\xfc\x8e\x97\xe7\x16\xf7\xee\x6e\xaa\xd5\xf4\xbe\xbd\xb7\xff\ \x7a\xfe\x9b\x2f\xbf\xbf\x73\xe7\xfc\x85\x8b\xd7\x3e\x2e\x2f\xac\ \x17\xd6\x27\x23\x3e\xa5\x9c\xd1\x3a\x47\xef\xdd\xbb\x79\xf0\x20\ \x5a\xba\x7a\xe8\xfe\xe5\x1c\x92\x28\x20\xab\x2b\x48\xb3\xce\x5d\ \xf9\x91\xb8\x1e\x3a\xb0\xbb\xb5\xb9\x53\xa1\xfc\xf6\xc1\x87\x0e\ \x5e\x7a\xf2\xf5\x47\x5f\x39\xd3\x7f\xaa\x3f\xdf\xde\x59\x9b\x0b\ \x47\x43\xf0\x41\x93\x26\x6d\x50\xa4\xb5\x6b\x4c\x76\xad\x02\x18\ \x56\xaa\x53\xc1\x1c\x51\x53\x73\xe8\xd0\xd9\xfa\xb3\x20\x5b\x46\ \x94\x0a\xed\xb2\x1c\x76\x81\x2b\x54\xa9\x14\x22\xbb\x33\xde\xf2\ \xcc\x73\x7f\xfa\xae\xc4\x9d\x7a\xe2\x2d\xa3\x0a\x10\x58\xa7\x33\ \x89\xf0\xce\xa3\x03\xa1\x30\xaa\x67\x4d\x11\x1e\x3f\x7c\xa4\xb9\ \x5c\x6d\xe7\xab\x8f\xfd\x40\x3b\xff\xc9\xdb\xc5\xd2\xab\x84\xdb\ \x43\x52\xf0\x99\xc2\x01\x1e\x0b\x85\x3d\xee\x80\x97\x82\xbf\xc1\ \x31\xd2\x3f\x9c\x79\xb8\x30\xc5\x1f\x59\xdb\xbd\x7b\x89\xf1\xe4\ \xb5\x8f\xde\x34\xf0\xb3\x0e\xfa\xd2\xa5\x7b\x7b\x4d\x6d\xa1\x16\ \x3c\xf5\xf0\x77\x95\x57\x8b\xe5\x52\x6a\x7a\xb6\xa2\xae\x8a\xf9\ \xd9\x3f\x18\x89\xd9\xbd\x9d\x9b\xe3\xeb\x09\xeb\x64\xd3\xc2\x6a\ \x11\x95\xf0\x8b\x94\x13\xa8\x39\xe1\x6a\xa9\x10\x71\xa4\xca\xa9\ \x42\x29\x82\xd6\xb7\xb2\x2c\x2e\x9b\xcd\x63\x70\x38\x34\x98\x5d\ \x18\x34\x26\xcf\x80\xca\xd5\xf1\x01\xa2\xc5\x2c\x10\x30\x01\xf8\ \x33\x54\x5e\x9d\x21\x47\xe5\xa2\xac\x72\x81\x90\x27\x84\x21\x6d\ \x4d\x98\x7d\xa0\x18\x7a\x36\x93\x55\x41\x47\xd9\xc9\x0c\xb1\xaf\ \x5c\x9e\x59\x1d\x5a\xbd\x76\xb5\x1c\x49\xa0\xb8\xd2\xd4\x64\x2a\ \xeb\x80\x27\x13\xa2\x0e\x5f\x66\xb1\x50\xec\xb3\x8a\x95\xa8\x72\ \xb2\x0c\x24\x89\xc6\x28\x00\xa9\x09\xe5\x72\xb3\xd8\x60\x4e\xa5\ \x22\x1f\x5f\x58\x4d\x89\xc1\xec\xf1\xc4\x66\xb3\xc0\x30\x44\x13\ \x0a\x79\x3c\x30\xa7\xab\x33\x11\xa1\x0c\xd5\xff\x31\x38\xc4\x6a\ \x0e\x70\x61\x01\x14\x4e\x26\x93\x0b\x85\x80\x42\xdc\xba\xba\xde\ \xde\xa9\x89\x89\x91\xb9\xa5\x4b\x7b\x3b\xe7\x1e\xea\xf5\x95\x15\ \x8f\x2d\xb6\x00\x00\x20\x00\x49\x44\x41\x54\x9b\x26\x87\x26\xd7\ \x67\xae\x0d\x95\x4b\x05\x70\xba\xbe\x54\x16\x9d\x00\xb0\x02\xb2\ \x19\x50\x2c\xbb\xc3\x31\x99\x02\xc0\xb2\x1a\x22\x56\x83\xd5\x0a\ \x02\x0c\xaf\x25\x47\x25\x08\x7d\x06\x73\xc1\x1a\x91\xc9\x50\x07\ \x6b\xab\xcc\xa0\x14\x2a\x19\x42\x1e\x47\xc9\x67\x08\x04\xb0\x15\ \x3c\xa5\x80\xc3\xe7\x3f\x60\xf2\x93\x12\x54\x17\x94\xb0\xdb\x70\ \x2d\x58\x1b\xb4\x8e\x05\xae\x90\xd2\x61\xd2\xe3\x87\x83\x52\x9c\ \xc2\x6d\x1a\x9d\x46\x0b\x7a\x25\x32\xea\x08\xd2\xa4\xf1\x3a\x49\ \x12\xf3\x46\x3d\xa4\xdf\xed\x26\xed\x64\x3c\x16\x8a\x35\xe6\xdb\ \xf3\x36\x0b\x46\x91\x51\x7f\x38\x0f\x0f\xc4\x3d\x21\xbb\xd3\x83\ \xe3\x26\xa7\xd3\x49\x7a\xbc\xc0\x3a\x31\x2f\x00\x78\xee\xb5\x57\ \x8f\x9e\xcc\x87\xdb\x02\xb1\x96\x46\x6f\x34\x07\x52\x64\xf7\x12\ \x04\x91\xcf\x75\x9d\xec\x88\x83\x8b\xcc\x0f\x9f\x1a\x6e\xeb\x6c\ \x1b\x38\xd2\x7e\xe6\xe8\xe9\xb1\x8e\xe1\xc1\xee\x8e\xd7\xc6\x5a\ \xf2\xb5\x8d\x9d\x0d\x03\x0d\x9d\x5d\x6d\xb9\x86\x6e\x00\xac\x9e\ \xb1\xfe\x81\x53\xdd\x1d\x83\x3d\x03\xa7\x46\x87\xf3\xd1\x7c\xd8\ \x19\x8f\x11\x44\x3c\x14\x0f\x67\xa2\xce\x70\x32\x9f\xf6\x87\x29\ \x37\xe9\x05\x9f\x1b\x85\x2d\xb4\x13\x38\x81\x1b\x15\xc0\x3e\xee\ \x46\xdc\x1f\x25\xa8\x80\x33\x80\x87\x09\x8d\x4d\x1b\x46\x21\xcd\ \x1a\x8d\x5d\x82\xe1\x36\x00\x7e\x3b\xe9\x05\x4b\xda\xd0\x11\x0b\ \x90\x9e\x50\x4b\x80\x48\x66\xdc\x94\x3b\x1a\xcd\xa4\xfd\x99\xce\ \x61\x8f\xd7\x4b\x05\x28\x2f\x46\x68\x9d\x76\x0c\x76\x14\x86\x63\ \x12\x91\x0b\xdc\x9f\x4b\x27\x31\xa1\x80\xc3\x7d\x7f\xa2\x45\x35\ \x2b\xa5\x30\x87\x4b\xdb\xe3\x44\xf2\x4f\xdf\xbf\xd6\x89\x59\x54\ \x67\xfd\x79\xa2\x67\xd0\x6d\x23\x28\xad\x56\xa5\x01\x93\xec\x35\ \x11\xb8\xdb\x84\x99\x34\xc0\x53\x12\x0d\x6c\x04\x81\xa3\xea\xbb\ \x22\x02\x05\x2c\x52\x5a\x78\x26\x3b\xa1\xb5\x99\xec\x22\x49\xfc\ \xf5\xf3\xca\xf5\x5f\x7e\xf8\xdc\x68\xda\x1b\xc8\x9c\x4e\x93\xaa\ \xe4\x79\x33\x6a\x77\x0a\x22\x03\x2a\xc5\x17\xf3\x68\x43\x1b\x06\ \x81\x50\xc8\x02\x25\xe2\x0c\x65\x95\x66\x1a\x9d\x0e\x57\xae\x92\ \x5e\xd5\xc7\x56\xab\x79\x0c\x01\x53\x19\xe1\x70\xe8\x82\x92\x52\ \x49\x63\x72\x99\x75\x55\x1c\x06\x57\x5d\x37\x32\xcd\x7d\xf9\x93\ \x47\x62\x5f\x17\x99\x5c\xb3\x92\x51\xd1\x3a\x5f\x47\xd3\xa3\x5c\ \xfb\xb9\x91\xbe\xf1\xf9\xb9\xba\xba\xbe\x09\xa0\xab\xc5\xa5\x95\ \xf9\xa9\xa9\xd9\xe5\x95\xfd\xdb\xd4\x3c\xf8\x40\xf8\x75\x7a\x7a\ \x71\x79\x71\x7e\x05\x0c\xe3\xca\xa5\xcd\x95\xed\x5b\x5b\x6b\x97\ \xf6\xf6\xf6\x36\xff\xf8\xbc\xe3\xd2\xf6\xce\xdd\xad\x6a\xb1\x7e\ \x6e\xeb\x4f\x7f\xbf\xfd\xd9\xed\x7f\x7d\x70\xfb\xc2\x57\xef\x7c\ \xfe\xd5\x42\x79\xa1\x5c\x50\xfa\x94\x7c\xd9\xca\xff\x3a\x78\xe0\ \xc0\xc1\x83\x68\x91\x7d\xdf\x0c\x9e\x43\x97\x03\x0f\xfd\xdf\x7b\ \x70\xb9\x72\x60\x7f\x31\x6b\x7f\xfd\xfd\xc0\xc1\x5b\x97\x0e\x5c\ \x79\xe8\xe0\xf9\x37\x5e\x7e\x6a\xec\x58\x47\xc7\xc9\x58\x2e\x96\ \x0e\xc4\x3c\x4e\x8a\x20\x4c\x84\x4d\xa5\xb1\xa1\xb8\x35\x09\x90\ \x16\xec\x7a\x9d\xce\xa2\x72\xd5\xd7\x1f\x3f\x7c\xf8\x10\x68\x95\ \xee\xd0\xa1\xc3\x87\x10\x5f\x59\xea\x5d\x46\x85\x42\x65\xd4\x78\ \x9b\x9f\xf9\xcd\x4f\xfe\x76\xc3\x57\x95\xa2\x0e\xe9\x24\xe8\xfc\ \xa1\x56\x9b\x39\xd3\x1f\x8f\xfa\x29\xad\x07\x66\x68\xa7\x27\x9a\ \xeb\x18\x3e\xf5\xc8\x1f\xbf\xfa\xea\xcb\xa7\x7f\x72\xa7\xc8\xdf\ \x7c\x5b\x45\xa1\xe0\x1e\xbb\x33\x4c\x79\x43\x9e\xb0\x07\xf7\x50\ \xa1\xb0\xdd\x6f\x47\xf9\xed\xc3\xaf\x6c\xd4\xfd\xe3\x1f\xd7\xc5\ \x5b\x55\xfa\x2d\x8e\x43\xed\x5b\x07\x12\x5a\xbe\xb5\xbc\xb9\x1a\ \x48\x6a\xde\xbb\xf3\xee\x54\xe1\xbb\x37\xbe\x79\xbb\x34\x31\xd5\ \x3b\x0f\x36\xe9\x8b\xc9\x04\x7b\x79\xe7\x72\x15\x10\xcf\x50\xb9\ \x29\x1b\x29\x15\x51\x66\x73\xa9\x94\x02\x1d\x29\xa2\xbe\x83\x85\ \x26\x00\xaf\xe2\xa4\x95\xcb\x54\xd3\xd9\x28\x01\x9c\x43\x67\xf1\ \x59\x1c\x1e\x87\x29\x64\x70\x59\x4c\x14\xdb\xcd\x06\x73\xc4\x60\ \x08\x19\x3c\x86\x92\xc7\x67\xf2\x41\x72\x50\x78\x00\x68\x0e\x52\ \x2e\x83\x50\xee\x90\xd3\x2b\x98\xa8\x87\x0d\x87\x03\x04\x42\x33\ \xac\x0e\x95\x67\x36\x66\x52\xa5\x72\x53\x53\x53\xc1\x87\x2a\x8a\ \x82\xbc\x80\x1d\x17\xfb\x50\x80\x83\xcc\x6a\x36\x23\xca\x32\x58\ \xc1\x4d\x3a\xe4\xc2\xe2\x02\x3a\xeb\xa8\x4c\xa4\xc4\x3e\x9f\x92\ \xe7\x28\x5c\xbd\xf1\x71\xc4\x27\xe3\x02\x02\x89\x8b\x4d\x62\x54\ \x4d\xcb\x21\x16\x58\x13\x02\x9e\x55\xe6\xf0\xa5\x0a\x33\x09\x86\ \xbc\x5c\x46\x65\x04\x1d\x3e\x5f\x84\x27\xe7\xca\x13\xdc\xde\xbe\ \xde\xf1\xf1\xde\x91\xf1\xd9\xb5\xb5\xbd\xbb\xff\xf9\x4f\x6b\xf1\ \xda\x8d\xcf\x57\x51\x59\xaf\x72\x39\x02\x56\x30\x9b\x28\x16\x4b\ \x25\x79\xca\x07\x14\xe7\x10\x5b\x1d\x91\xa6\x44\x8a\x2f\x33\x5b\ \xad\x72\x24\x4d\xf0\xcd\x60\x30\xf3\x04\xe6\x94\x35\x95\x8d\x80\ \x12\x03\xda\x01\x74\x59\xf9\x06\x83\x4c\x29\xe3\x8a\xf9\x1c\xa1\ \x01\x64\x53\x26\xe6\xf3\x98\x0c\xd8\x9a\x07\x4c\x36\xbf\x42\xeb\ \x8c\xc6\xdc\x1a\x0d\x56\x53\x03\x9e\x5d\x04\xb6\xc4\x89\x92\x17\ \x00\xb4\x8d\x3a\x4c\x62\x87\x61\x6d\xc7\x4d\x76\x42\xa1\xb3\x69\ \x48\x37\x8e\xef\xcb\x00\x09\xfc\x42\x3a\xc3\xa8\xa1\x6a\xbc\xb1\ \x36\xd4\x18\x0d\x68\x6b\x74\x98\x3f\x16\x6e\x69\xce\x27\x3d\x5a\ \x7f\x3a\x1f\x8e\x83\x61\x6c\x48\xc6\x92\x7e\x51\x32\x90\x0e\xb8\ \x3d\x4e\x4f\xed\xf0\xe0\x91\xa3\x71\x2d\xe1\x0d\x67\xd2\xd1\x40\ \x57\x9e\x94\x60\x5e\xa7\xbd\xb1\xbb\xa3\x61\xd4\x13\xeb\x18\xe8\ \x1a\x18\x6e\x44\xe7\x05\xc7\xba\xbb\xc6\x5e\xea\x79\xa6\x73\x78\ \xa0\xb3\xeb\x64\x33\x98\xb8\x4c\x6d\x77\xa6\x21\xdd\x9c\xee\x6c\ \x6b\x69\x1f\xe8\xca\x9f\x3a\xd5\x33\x38\xd8\xdf\x31\xfa\x5a\x4f\ \x7f\x3a\xda\x18\x8f\xc6\xd2\xe9\x38\x90\x20\x49\xba\x3d\x04\x4a\ \xcd\x01\x79\x09\xbb\x51\x5d\x7a\x7f\x28\x8e\x49\x30\x64\x09\x8d\ \x52\x05\x11\x26\x08\xf0\x81\x20\x42\x5e\x24\x62\x38\xae\x31\xd9\ \xb4\x52\x2d\x01\x8c\x85\xa2\x6c\x30\xbf\x33\xe7\x09\x65\xc2\xb0\ \xf9\x99\x68\x73\xd4\x13\xa0\x02\x7e\xca\x13\x6b\xc9\xc5\x62\x9d\ \x67\xda\xc9\x90\xc7\x6d\xf7\xda\x70\x9b\x07\x39\x12\xc2\xe6\x16\ \xd9\x41\x99\xe0\xaa\x42\x85\x99\x44\x46\xad\x44\x22\x95\x88\x34\ \x52\x64\x4e\x74\x0a\x4b\x4d\xd0\xe8\xce\x3f\xdc\xd9\xd0\x8c\xba\ \xd1\xe3\x24\x86\x4e\x98\xdb\x25\x2e\x97\xce\x66\x57\x48\x55\x0a\ \xe4\x04\x4d\x28\x16\xc8\x2e\x51\x60\x52\x93\x49\x23\xd1\x6a\x30\ \xad\x4e\x65\xc2\x24\x26\x91\x08\x23\x29\x9b\x56\x82\x69\x25\xe4\ \x37\x0b\xc2\x6f\x9e\x78\xf4\xc2\xeb\x26\xaf\x3f\xfe\xe2\x4b\x4e\ \x51\xe3\x17\x5f\x0a\x7b\x5b\xab\xf5\x5c\x06\x93\x59\x57\xc7\x61\ \xa8\x05\x7f\x58\xe0\xca\x7c\xbc\xbe\x5e\x7a\x45\x2a\x51\xe6\x33\ \xb9\x6c\x35\x53\x20\xaf\x64\xea\xe9\x6c\xb6\x80\xaf\xe7\x4c\xf2\ \xf4\x6c\xbe\x98\x05\x47\x20\x5b\xcd\x63\x8f\x54\xb2\x68\xea\xea\ \xba\xa9\xf1\x3e\xc3\x79\x6b\xe6\x91\x84\x8c\xc5\xa0\x55\xaa\x2b\ \xfa\x7a\xeb\xf4\xd3\x80\x53\x13\x20\x65\x23\xf3\x73\xbd\x13\x53\ \xf3\xcb\xf3\x73\x73\x2b\x53\xd3\xb3\x2b\xb3\xb3\xf3\xf3\x73\xb3\ \x73\xd3\xf3\xd3\xe0\x13\xa7\xf7\x2b\x68\xad\x2d\xae\xcd\x02\x71\ \x6d\x6e\xad\x6d\xef\xa2\xd8\x86\xbd\x1d\xf5\xc0\x07\x13\x5b\xb7\ \x6e\x6d\xee\x2e\xf6\xf6\x6e\xd3\x5f\xff\xfb\x67\x5f\xdc\xbe\x7d\ \xfe\xce\xfb\x77\xce\x5f\xdd\xb8\xb6\x5a\x4a\x58\xe5\x62\x81\x92\ \x73\xe0\xe0\x81\x07\xf7\x7d\x20\xfa\x01\xb2\x84\x9c\xe0\x15\xb4\ \x7a\x85\x5c\xe0\xe5\x73\x3f\xfe\x8a\xd4\xeb\x0a\x22\xae\x73\x07\ \x1e\xbc\x72\xe5\xe0\xca\xef\x7e\xfd\xcb\xa7\x8f\x8d\x0d\x9f\x1c\ \x6e\xce\xb5\xb4\x47\x73\x7e\xca\x4f\xe1\x6e\xca\x86\x69\xec\x24\ \x78\x6a\x9d\x42\xa4\x02\x99\x97\x1a\x83\x96\xfa\x43\x2e\xd7\x61\ \x70\x85\x35\x87\x82\x67\x0f\xd7\x04\x6b\x2c\x2a\x63\xfd\x61\x57\ \xbd\x4e\xa1\xab\x71\xe9\x2c\xe4\xd1\xe7\xee\x0c\x2d\x14\x6f\x38\ \xeb\xef\xf7\xad\x10\x91\x27\x1e\xef\xf2\xf8\x03\xe0\xcd\x9d\xde\ \x90\x3f\xd9\xf5\xd3\xc7\x1f\x7b\xfd\xa3\x6f\xfe\x3c\x78\xea\xaf\ \xe7\x13\xd7\xb2\xac\xed\x13\xa6\x78\xda\x83\x96\x03\x3c\xfe\xb0\ \x33\x9d\x0c\x87\x9c\xa0\x6e\x94\x89\x0a\xd8\x9a\x8f\xf6\x5f\x1b\ \xfa\xdd\x3f\xfe\x7e\x9b\xb3\xd9\x57\xac\x9e\x5f\xea\x65\x4e\xf8\ \x98\x4b\x5b\xf4\xcd\x77\x6a\x7b\x5e\xf9\xee\xb7\x7d\xb2\xf7\x5f\ \xfa\xe5\x5f\xfe\xbd\x5e\x51\xd9\x3b\xbd\x3c\x31\x31\xa7\x37\xd3\ \xc6\xb7\xf7\x84\x89\x99\x8d\x32\x20\x15\x18\xc1\xc9\xf2\x6a\xb6\ \x88\xce\xe9\xa5\x50\xbb\xc1\xa1\x8d\x21\xeb\xd0\xcc\x6a\x89\x07\ \x92\xc3\xe6\x00\x06\x73\xd5\x4c\x00\x29\x06\xc0\x15\x00\x8d\x40\ \xc8\xe0\x30\x60\x9c\xca\xc5\x3c\x06\xd8\x69\x86\x80\x2f\x60\xd2\ \x50\xd1\x43\x31\xd0\x86\x4c\x26\xe6\xc9\x0c\x66\x25\xcf\x9c\x65\ \xb0\x2a\x51\x64\x0b\x93\xc9\x84\x3f\x01\x15\x2c\x97\x0b\x60\xb2\ \x0a\x57\x3f\x2f\x03\xdc\x38\xe4\x8e\xa6\x88\x90\xcf\xa5\x89\x1d\ \x42\x9f\x81\x6f\x46\x71\x0a\x3e\xb3\x0f\xf0\x88\x6f\x4d\x80\x78\ \xfa\xe4\x89\x04\x68\x18\xf8\x32\x31\xea\x53\x68\x2e\x96\x00\x78\ \xb8\x32\x39\xea\x9f\xca\xa7\x09\x1c\x59\x03\x8f\x6f\xf0\x59\x79\ \x89\xc4\x90\x55\x96\x2d\xc8\x65\xa9\x8d\xc9\x85\xf5\x92\x15\x25\ \x2c\x33\xcc\x62\xb9\x98\xd5\x3b\x32\xd2\x87\x52\x9f\xe7\x96\xd6\ \x76\xf7\x2e\xdf\xec\x2b\x2e\x5c\x9b\x59\x4d\xcd\x64\x0b\x1b\x43\ \x3e\xd4\x04\xc8\xd7\x54\x5c\x47\x7d\x11\x13\x56\xb4\x8c\xef\xc8\ \xa6\x40\x97\x50\xc7\x7a\x1f\x6a\xc9\x0a\xdb\x23\x14\x0b\x68\x72\ \x6b\x93\xc1\x5a\x00\x7d\x33\x28\x0d\x72\xa5\xcf\xe1\x80\x3f\x31\ \x80\xed\x04\xb6\x42\xeb\xee\x4a\x31\xb0\x23\xcc\xbf\x02\xce\x03\ \x4e\x4a\x61\xd4\xd8\xe2\xe9\xb0\xdd\x8d\x19\x0f\x9f\x35\x4a\x6d\ \x1a\x93\x84\x40\x0b\x3f\x16\x1d\xa6\xc3\x14\x76\x3f\xa5\x90\x00\ \x7f\xd9\x31\x1b\x8a\x49\xa1\x50\x6b\x3d\x3b\xb8\x18\x13\x45\x85\ \xc3\xce\x00\x95\xac\xf5\x82\x60\x34\xd4\xb6\x77\x38\x2d\x16\xcc\ \x19\x1b\x6c\xce\xfb\x43\xb8\x33\xd9\xe0\x0e\xd7\x7a\x4c\x81\x64\ \x88\xc2\x9c\x7e\x0f\x99\x0f\xc4\x29\x4f\x6d\x6d\xae\xe7\x35\x30\ \x59\xe1\x40\x28\x99\xf1\xc2\x9f\x69\xe3\x28\x4f\x71\x34\x19\x88\ \xba\x3b\x72\x6d\x5d\xed\x9d\x3d\x47\xdb\xf3\x9d\xdd\x63\x67\x46\ \x87\x9f\x3e\xd2\x9c\xeb\x1a\x6e\x6f\x68\x0f\x47\x63\xb1\x74\x2d\ \xea\xbc\x95\xec\x69\x69\xeb\x68\x19\xe8\x7f\xad\xbd\x71\xf8\x68\ \xd7\x58\x6e\xa0\x2d\x1e\xcd\x27\x93\xb9\xee\xe6\x64\xb2\x23\x00\ \x22\x64\x27\x29\xb0\x82\x24\x1e\xca\x84\xd0\xa9\x24\x22\x10\x0d\ \x78\xed\x22\x5c\xab\xd1\xe8\x14\x2a\xc2\x1b\xf5\x7b\x51\xfc\x15\ \x89\x03\x62\x81\x64\xd8\x31\x93\xc4\x66\xb7\x29\xe0\xbe\x29\xe4\ \x01\xb1\x8d\x86\xa2\xf1\x4c\x2e\x10\x0e\xb7\xc4\x51\x64\x69\x2e\ \x6e\x77\x46\x03\xcd\xf1\x50\xbe\xa3\x0d\x98\x2d\xe3\x76\x3b\x6d\ \x76\xca\x49\xf9\x6d\x24\xa9\xd5\x62\x46\x18\x14\x52\x64\x01\x55\ \x28\xdc\xd3\xa8\xd0\x62\x60\x4e\x8c\x52\x4b\x50\xa4\xc2\x45\x87\ \x6b\xa8\x53\x27\xd3\x40\xac\xa4\x13\x07\x29\xd3\x05\x6b\x44\x76\ \x91\x91\x22\x71\x4c\xa1\x55\x28\x14\x38\x4c\xd5\x04\xec\x78\x2d\ \xec\x5f\x89\x02\x44\x0a\xb6\x06\xed\x6f\x54\x8e\x14\x1e\xb2\xc3\ \x93\x69\xb5\x22\xcd\xbf\x68\xf2\x2f\x9f\x7c\xe5\xbd\x67\x4d\xa4\ \xb6\xed\xc9\x34\x19\xfb\xc5\x73\x25\x01\x9f\x53\x39\xc2\x33\x08\ \x68\x42\xbd\x9e\x6b\xe0\xb2\x05\x25\x87\xd5\xc1\xe9\xd3\xb3\x19\ \x06\x1a\x4b\xc6\xa9\x66\x33\x38\x6a\x35\x9f\xcd\xe5\x54\xd0\xd9\ \x65\xeb\xf9\x0f\xfa\xf8\x34\x54\xfd\x8c\x51\x62\x31\xab\xeb\xfa\ \x04\x06\x25\xbb\x6a\x6a\xbc\x2a\xb1\x2e\x7c\x9b\xf8\xb5\x9c\xde\ \x5a\xd5\x5a\x59\xd9\xd7\x3a\x32\x3d\x3e\x3d\x37\x55\xd9\xd7\xd7\ \xdb\x3b\xbb\x0c\x96\x6f\x6a\x7e\x7f\xc5\x6a\x7e\x7c\x7e\x16\xf5\ \x57\x9d\x5b\x04\xc0\x9a\x5b\x9c\x9b\x5b\x02\xee\x5a\x5a\x5e\x59\ \x9e\x5d\x5e\x5e\x59\xda\xda\xdc\xd7\xab\xdd\x5b\x77\xff\x7c\xf4\ \xab\xdd\xed\xdd\x2d\x54\xa5\x74\x79\xef\x93\xdf\x7d\xfa\xd9\x37\ \xb7\xbf\xfc\xfa\xc2\xc5\x0b\xd7\x0a\xa8\x23\xa7\x83\xcf\x17\xc8\ \x69\xb7\x50\x04\xc3\x81\x7d\xa2\x3a\xb0\x6f\x05\xf7\x4d\xe0\x7d\ \xbc\xda\xbf\x7f\xee\xdc\xff\x7b\xe4\xf2\x7f\xae\xfc\x08\x60\x37\ \xfe\xf2\x8b\x5f\x3c\xff\xf3\xa3\xdd\x2d\x1d\xed\x2d\x0d\xe9\x5c\ \xa3\x27\x1c\xf6\x3a\x3d\x1e\x0a\x08\xd7\xa4\x55\x80\xe4\x1b\xc1\ \xe0\x81\xfe\x48\x60\xdf\xeb\xc0\x0a\xd6\xd4\x1f\x3a\x7b\xf6\x38\ \xf0\x95\xc5\x25\x92\xd6\xb8\x82\x35\x3a\x57\xd0\x62\xd4\x48\xa8\ \xa3\x1f\x7e\xfa\xcb\x7f\xf1\x53\xee\x43\x22\x98\x5e\x44\x16\x51\ \xdb\xcb\x8f\x75\x53\x26\x1b\xee\x75\xc7\x32\xf1\xf8\x89\xf7\xfe\ \xf1\xd7\xbf\xfe\xfe\xc5\x23\x47\x5f\xff\xd7\xc5\x8b\x5f\x74\xff\ \xe6\xe7\x7b\x7a\x9c\x74\xba\x49\xca\x8f\x3b\x6d\x54\xd8\x4f\x39\ \xdd\x4e\x3f\x4c\x57\xce\x74\xa0\xed\xd5\xa7\x8f\xbc\xf8\xb4\x5b\ \x62\x57\x38\xff\xb2\x94\xb8\x18\xa9\x5e\xa4\xcf\x09\x5b\xa7\xd7\ \xa6\xd6\x5e\x6f\x7f\xf6\xfa\x1f\x39\x95\xbe\x13\x4f\x7d\xf1\xe7\ \x1b\xb7\xad\xea\xaa\xaa\x29\xc4\xa2\x15\x9c\xb9\xb5\xf1\x44\x53\ \xb6\xb0\xba\x5e\x70\xa0\x94\xe4\x85\x72\xd1\x3a\x54\x2c\x94\x57\ \x27\x53\x56\xb4\xc8\xd3\x54\x2c\x64\x95\x2c\x0e\x9b\xc5\x62\xaa\ \x2b\x39\x2c\x54\xc1\x70\xbf\xf4\x14\x93\xc9\x45\xc5\x5c\x68\xc8\ \x25\xc2\xb0\x15\x73\xc0\xc0\x83\x68\xd1\x50\x48\x27\x6f\xbf\x8a\ \xb0\x92\xc7\x90\xc9\xc5\x4a\xa1\x59\xa9\xae\xa2\xa3\x72\x17\x2c\ \x06\x8b\xc6\x17\xf2\x50\x29\x3f\x87\x18\xec\xe6\x06\xbc\x84\x59\ \x26\x34\xc8\x05\x66\x50\x22\x07\xd8\x37\x99\xd2\xcc\xe3\xa3\x0e\ \x10\x06\x2b\x4d\x2c\x94\xfb\xf6\x17\x93\x1c\x11\x07\xb8\x4b\x03\ \x18\x31\xb1\x5c\xc8\x05\xfa\xb2\x2a\x19\x62\xa5\x15\xa4\x4e\xc6\ \x80\xdf\x1c\x1c\x81\x4f\xac\x34\x1b\x0a\x4d\x66\x79\xd6\xc1\xb7\ \x4e\x4e\x7e\x3e\x04\x4f\x2c\x97\x45\xcc\x1c\x99\x92\x27\x66\x22\ \xc1\x1a\x99\x1a\xe9\x9b\x5a\x9c\x5e\xb9\xb5\x73\x8b\x99\x5d\x58\ \x5f\xbf\xba\x90\x4a\x4d\x82\x33\x44\x74\x57\x2c\x97\x4b\x4d\x29\ \x70\x86\x56\x39\x9f\xc1\x57\x16\x87\x52\x56\xd0\xdb\x48\x02\x95\ \x75\x37\x2b\xe5\xbe\x88\x55\x20\x74\x00\xf9\xa1\xfe\x39\xb0\x6d\ \xa8\x3c\x17\x43\xe9\x83\xcd\x41\x0d\xc7\xe0\x8d\xd2\xb8\x02\x83\ \x59\x28\xe0\xa1\x02\x11\x8c\x07\x70\xaf\xd1\x48\x10\xb8\xd3\x4b\ \xda\x15\xf5\xf5\x2e\x0d\x66\x92\x62\x98\xc4\x46\xa0\x46\x6d\x3a\ \xa3\xdd\x6d\xc7\x3d\x26\x42\x83\xf9\x71\x02\xe5\x27\xe8\xb4\x26\ \x29\x6e\x32\xd9\xd0\x4a\xb3\x3b\x1a\x08\x10\x5e\xaf\x53\x1b\x0e\ \xb5\x34\x86\xbc\xf1\x24\x6e\xb4\x48\xa9\xda\x24\x41\x51\xa1\x80\ \x29\xe0\x09\x13\x5e\x14\x56\x60\x83\x61\x8a\xe3\xf1\x7c\x26\xe4\ \xcd\xa5\x03\x99\x06\x4f\x2c\x10\x76\x36\xc7\xd2\x6e\x2d\x15\x8f\ \x61\xb6\x58\x3c\x80\x63\xa4\xa9\x67\xa0\xbd\xbf\xb1\xab\xa7\xb9\ \x23\x50\xdb\xd9\xf5\xd2\x89\xc1\xce\xe1\x93\xcf\x9c\x6c\xef\xc8\ \x67\xc2\x5e\x14\x57\xee\xad\x6d\xac\xcd\xa4\x63\x9d\x6d\x99\xf6\ \xc1\x63\xa3\x6d\x8d\x0d\xcd\x03\xdd\xcd\x99\x7c\x2c\x9d\x69\x0e\ \xe0\x5d\x1e\xaf\x27\xea\xf1\xfa\x01\xad\x70\x6f\xae\x96\xb2\xb9\ \x41\x74\xbc\xa4\x07\xd5\xcb\x21\xb4\x38\xe9\xd6\x6a\x74\x12\x97\ \x08\xa3\x02\x51\xdc\x19\xc6\xfd\x24\x10\x0d\x05\x4a\x49\x68\x50\ \x23\x3a\x91\xcb\x05\xde\x10\xc0\xd1\x63\xc2\xe1\xb0\x04\x10\xcc\ \xc7\x02\xf0\x84\x19\x18\x1d\xa4\x3f\x99\x8e\x37\xb4\xc5\xc2\x5e\ \x22\xec\x27\x09\x1b\xe9\xb6\xbb\xd3\x7e\xad\x2d\xec\xd6\xa8\x6a\ \x5c\x35\x12\x93\x44\xa3\x09\x5a\x30\x8d\xc6\xa5\x32\x8a\x14\xae\ \x9a\xa0\x14\xab\x39\x74\xbc\xb3\x4d\x54\x63\x54\x24\x63\x22\x55\ \xd0\x66\x0a\x1a\x75\x41\xb4\x2a\x5c\xaf\xd3\x78\xd2\xe0\x90\x25\ \x1a\xc2\xae\x22\x09\x0c\x46\x9c\x46\x6b\xb2\x9b\x00\xb9\xa4\x22\ \x2d\xae\xb5\x68\x35\xe0\x2f\x35\x20\x5f\x12\xe0\x07\x94\x7b\x82\ \x69\x9e\x2d\xa9\xbf\x7c\x74\xb5\xf4\x8c\x4d\x62\xca\x8f\x02\xe1\ \xbd\xfa\xd7\xdf\xfe\xac\x54\xd7\x57\x57\x11\x81\xe3\x88\xaf\xaf\ \xeb\xe5\x08\x85\xd9\x8f\x4b\x02\x25\x4d\x5d\xa9\x67\x31\x95\x0e\ \x43\xaa\x82\xc7\xa6\xd1\x58\x68\xbe\x4e\x65\x2b\x19\x15\x95\x2c\ \x96\x5c\x26\x94\xf3\xaa\x1c\xd7\xf5\xf4\xbe\x09\xae\x95\x53\x81\ \xfa\x1a\x32\xcc\xa9\xd6\x0f\x9d\xef\xb1\x7b\x2b\xf4\x75\x23\x95\ \x53\x2b\x75\xd5\xad\xe3\xb3\xf3\x13\x23\xbd\x13\x8b\x2b\x2b\x00\ \x54\x95\xa8\x70\xc3\x6c\xdf\xfc\xe2\xfc\xf8\xf4\xc4\xca\xf2\xca\ \xf4\x14\xf8\xc3\xe9\xb9\xe5\x59\x50\xac\xb5\x59\x50\xb0\xe5\xcd\ \xb5\xad\xed\xdd\xb5\x4d\x30\x84\x3b\xbc\xb6\x0f\xc7\x77\x41\xbc\ \x96\x2e\x2d\x2d\xed\x54\xbf\xfb\xe7\x8f\xbe\xf9\xe7\x27\x1f\x7c\ \x70\xed\xab\xef\xc0\x17\xa4\x7c\xa8\x6a\xa6\x60\xf6\x32\x12\xab\ \x07\x51\xc8\xd5\x7d\xb5\x82\xdb\x95\xfd\xdb\xfe\x92\xfb\xbe\x58\ \x5d\xb9\x8f\x56\x0f\x01\x6e\x5d\xbe\x7c\x19\xfd\x72\x70\xfc\x4f\ \x7f\xf9\xf5\x93\x27\x8e\xf5\x77\x75\x0c\x77\x77\x84\x63\xc9\x4c\ \x2e\xed\xf1\xda\xa8\xb4\x17\x27\x4d\x2a\x60\x53\x4c\x61\x11\x69\ \x2c\xf5\x16\x69\x3c\x40\xa9\x82\x87\x83\xf5\xc7\xcf\x1e\x3e\x7b\ \xfc\xad\x60\xf0\x6c\xcd\xa1\x7a\xa3\x05\xd5\x4d\x0e\xea\x5c\x2e\ \x2d\xae\xb0\x85\x9e\x28\xe8\xab\xc6\x5f\x78\x4b\x24\xd2\x00\x63\ \xd9\x1e\xf9\xe4\x89\x24\x69\xb7\xb9\xd3\xfd\xa7\xfa\x07\x7f\x77\ \xfb\xfd\xb7\x7f\xfb\xd4\x4b\xcf\x3c\xf1\xd2\x6b\x4f\x9c\x09\x89\ \xdc\xfe\x8f\xb6\xef\x4e\x8d\x4f\x8c\xf7\xd6\x55\xb1\x78\x4d\x37\ \xce\x7f\xf3\x9b\x5f\x3e\xf2\xe2\xc3\x2f\x1e\x3b\xda\xe5\x0d\x77\ \x0e\x74\x82\x58\x7e\x94\x15\xfc\xf6\x5d\xf7\x3b\x2b\x7f\xf4\xb3\ \x17\x17\xe7\x2b\x5b\x97\xf7\x76\xf8\x67\x4e\x5d\xfc\x26\xc5\xcc\ \xfe\xf4\xc5\x97\x3f\xfc\xcd\xd7\x5f\x25\x22\xcc\x2a\xfd\xf8\xf2\ \x04\xea\xf4\x38\xe7\x9b\x5c\x28\x64\x8b\xd9\x72\xb6\xa9\x84\x0a\ \x36\x80\x57\x1b\x2a\x15\x8a\x0b\x0b\x1b\x33\x20\x5c\x8e\xa1\x12\ \x9f\xce\x16\xb0\x2b\x58\xa8\x5c\x21\x93\x83\x0a\xe4\xa1\xc5\x2c\ \x3a\x4b\xc9\x61\x00\xd9\xf0\x41\xa8\x84\x02\x21\x8d\x81\x96\x72\ \xb8\x34\x01\x53\x28\x57\x0a\x61\x08\xa3\x73\x6b\x40\x1d\x80\x4c\ \x42\x43\x45\x55\x05\xbb\x82\xce\x63\x30\x98\x7a\x86\xd0\x8c\x72\ \x06\x51\xf5\x9e\x6c\xb9\xb8\x3a\x14\x49\xa0\xba\xc4\x66\xab\x98\ \x21\x53\x82\xee\x58\x41\xa1\x0c\x62\x07\x1f\xac\x98\x52\x6e\x76\ \x44\x78\x02\x59\x22\xe2\x43\xd9\xd1\x7c\x19\x3a\xff\xc8\x07\x1f\ \x66\x15\xa2\x17\x00\x36\x93\xd1\xf8\x06\xb3\x41\xce\x12\x9a\xb9\ \x00\x43\x48\x1c\xad\x32\x61\xd3\xd5\xf5\xcf\x9b\x1c\x8e\x54\xa4\ \xa9\x6c\x60\xc1\xab\xc8\x58\xa8\xaf\x6f\x6f\x6f\xef\xc4\xf4\xf4\ \xc8\xd2\xe6\xee\x2c\xd7\x71\xe3\x9d\x1f\x36\x36\x12\xa9\xa6\xd4\ \xcc\xc6\x50\x22\xe2\x98\xbc\x3a\x99\x2a\x94\x7d\x59\x14\x17\x16\ \x91\x19\x12\xf2\x88\x55\xe8\x4b\x98\x51\x1b\x58\x01\x4a\xc9\x36\ \x27\xcc\xc0\x5e\x4a\x87\x3c\x6b\xb0\xca\x23\x0e\xbe\x3c\x21\x33\ \xcb\x81\xbc\xe4\x42\x70\xbd\x66\x31\x83\x23\x96\x33\x0c\x29\x30\ \xb5\x60\x8b\xf9\x0f\xb8\x71\x85\xc6\x83\x2b\x9c\x04\xee\x36\xd6\ \xb8\xa4\x22\x02\xe6\x7c\x91\x48\x62\x11\x91\x1a\x4a\x2a\xb2\x1b\ \x45\x5a\x92\x02\xf7\x64\x72\x13\x84\x42\x63\x93\x90\x36\x0c\x77\ \xda\x09\xca\xa6\xb1\x79\x3d\x81\x10\x61\x22\x49\x53\x28\x93\x0e\ \x34\xa4\xe3\xc9\xb0\x9b\x50\x81\xf6\xd4\xd8\x35\xce\x5c\xa6\x36\ \x14\xd6\x3a\x3d\x44\x08\xc3\xb5\xe0\xd6\x14\xb8\x97\x8a\xe5\x06\ \xf3\x9e\x64\x38\x10\x8b\xc5\x80\xb5\xf2\x21\x89\xdb\x89\x4b\x4d\ \x18\x40\x96\xce\xe8\x6f\x6e\x19\x3d\x7a\xba\xa5\x36\x1d\x6d\x6e\ \xec\x1f\x3c\xd5\x3d\xdc\x5d\x9b\x1f\x1e\xe8\xce\x67\x3a\xc3\x38\ \x80\x9c\xdb\xe3\x69\x0c\x04\x32\x99\xae\xee\xc1\x13\x6d\x63\x2d\ \xc3\x6d\x8d\xe9\x8e\x74\xc7\x70\x43\x34\x99\xcb\x44\x6b\xc3\xce\ \x64\x14\xb4\x29\x66\x22\xc3\x71\x6f\x6d\x1b\x28\x61\x38\x10\x4d\ \x06\xc2\xa1\x68\x14\x44\xc6\x43\xf8\x09\xaf\x49\x61\xb3\xd9\x25\ \x51\xaf\x9f\xb4\x07\x28\x78\x83\xe8\xe4\xa1\xc9\x2e\x32\x69\x30\ \x02\xad\x7d\xbb\x41\x8b\xc2\x14\x61\x0a\xa7\xc3\xc9\x68\xd8\x19\ \x8e\xa3\xee\x86\xb1\xae\x64\x18\x75\x04\x6b\xcf\x44\x93\x71\x3f\ \xc0\x1b\x3a\xbf\xed\x46\x2d\x26\x30\x4a\xab\xb3\x48\x75\x12\x0c\ \x93\x6a\x34\xe0\x49\x34\x30\xcf\x83\x07\xa9\x11\x59\x8c\xa8\x52\ \xaf\xdb\xa5\x53\x89\x74\x3a\x3b\x21\xd2\xa9\x54\x2e\xcb\x61\xd4\ \x27\x41\xa5\xa2\x72\x9d\x60\x5c\x71\xcc\xa6\xd1\xda\xc3\x6e\xbb\ \x4d\x23\x81\xfb\x20\x57\x00\x58\x52\x91\x44\xa1\x12\x59\xa4\x12\ \xa9\x05\xf5\x5f\xb5\xef\x9f\x80\x14\xd9\x35\xf1\x8f\xa7\xbe\x78\ \xe1\x4f\xef\x7f\xed\xd1\xa0\x48\x08\x52\x91\x7b\xfb\xfb\x57\x7f\ \x2d\xac\x50\xd7\xb1\xe0\xf0\xa3\xf3\xe8\x74\x16\x8d\xcb\x48\xdc\ \x98\x81\x63\xaa\xb7\xb7\x55\x0f\xc7\xe5\x90\xa0\x8e\xcb\x17\xb2\ \x78\x74\x9e\x83\x43\xa3\x57\xf0\xab\x59\x42\x3d\x5a\xc7\x65\xab\ \x9b\xac\xbd\xbd\x95\x95\x3c\x00\xac\xc5\x71\xba\x40\x99\xd2\x4f\ \x7d\xdc\xf8\x2f\xf5\xbc\xba\x0e\x88\xaa\xaa\xaa\xaf\x75\x62\x7a\ \x62\x1e\x84\x69\x69\x71\x6a\x65\x76\x7e\x64\x6a\x7e\x69\x7e\x7a\ \x6a\x62\x0e\xc8\x6b\x7e\x65\x79\x71\x79\x16\xf9\x42\x64\x0b\x97\ \x97\x17\x81\xb1\x96\xf6\x0b\x35\x6c\x5d\xda\xda\xdc\xdb\x59\x7b\ \xf8\xd1\xc4\x36\xb8\xc3\xb5\xe5\xcd\xed\xbd\x7b\x57\x6f\xdf\xf9\ \xdb\x17\x7f\xbf\x7d\xfe\xfc\x0f\xe7\x3f\xdf\xd8\x98\x04\x17\x10\ \xe1\x4f\xdd\x3b\x77\xe0\x3e\x5f\xdd\x5f\xbe\x42\x5a\x85\xb0\x0a\ \x09\xd4\x7d\xde\xfa\x51\xad\x40\xab\x80\xaf\xae\x5c\xf9\xcf\x15\ \x90\x2c\xf8\xf9\xce\x37\x7f\xf9\xaf\x9f\x3d\xff\xea\x89\xd1\xfe\ \xfe\x96\xc6\xe6\x58\x26\xd6\x08\x7e\xde\x1b\x08\x90\x24\x49\x48\ \x14\x36\xad\x46\x01\xc7\xa9\x05\x26\x87\x58\xa6\xdf\x23\x35\xba\ \xce\x1e\xae\x3f\x7c\xb6\xbe\xc6\x72\xf8\xad\xb7\xce\x5a\x8c\xae\ \x9a\x7a\x57\xbd\x0b\x3e\x01\xa3\xd4\xe5\x4a\x9e\xaf\xa8\x63\x4c\ \x5d\x93\x88\x30\x05\xe8\x5c\xe0\xb3\x3b\x4f\x44\x6d\xe1\x74\xe3\ \xe0\x4f\x9f\x7f\xf3\xce\xc2\xed\x9f\x8c\x76\xb5\x07\xfc\xf1\x53\ \x2f\xbe\xe7\x09\x8a\xc2\xfd\xdf\xc8\x97\xef\xed\xdc\xbd\x7b\xa9\ \xe2\xde\xbd\x7b\xdb\x3b\xf7\x76\x76\xb7\x50\x8b\xc6\x4b\x8b\x8b\ \xe3\x75\xe6\x6b\x37\x6e\xbf\x99\x3c\x5a\x94\xd1\xcc\x8e\x13\x3f\ \xa5\x4c\xaf\xb3\x66\x47\xac\xd6\xf1\xcb\x75\x8d\xcf\x8b\xb3\x59\ \xc7\xc7\x4f\xff\xec\xe5\xcf\xce\x7f\xfd\xde\x3b\x72\xb3\xa0\x95\ \x3d\x32\x3b\xbe\xb9\xb8\xb6\x32\xce\x9c\x5c\x2f\x14\x53\x91\xf2\ \xc6\x7a\xaa\x50\x98\xc9\x16\x51\xd2\x60\x76\x68\x68\x28\x5b\x42\ \x55\xcf\x53\x06\x1a\x8f\xcb\xae\xd4\xa3\x72\xe9\x6c\x36\x9b\x43\ \xe3\xb2\xd4\xf0\x00\x9b\x21\x64\x88\xe5\x30\x90\x05\x3c\x1e\xd0\ \x85\x10\x71\x15\x0f\xdc\x11\x43\x28\x74\xc0\x1d\xa1\x12\xfe\x9b\ \x58\xcc\x13\x9a\xe5\x0c\x06\x0b\x9d\x00\x66\x32\xe0\x09\x38\x0c\ \x9a\xb9\xc9\x6c\x15\x0a\x18\x62\x30\x72\x93\x57\x4b\x59\xab\x58\ \x2c\x93\x39\xc0\xdd\x71\x78\x80\x29\x02\x39\x50\x1a\x43\xa9\x44\ \xa9\x30\x29\x87\xd0\xca\x17\xc8\xc4\x56\x10\x38\xab\x98\xa3\x04\ \x14\xe6\x0b\x95\x72\x39\xaa\xe4\xa2\xa4\x09\x0d\x11\xb8\x23\x13\ \x0b\x59\x7a\xa0\x3c\x86\x92\xc6\xe2\xc2\x4f\x01\x7f\xa8\x08\x12\ \x67\xb0\x02\x2c\x16\xe5\x7c\x19\xcf\x20\x63\x57\xd5\xc1\x84\xd7\ \x07\x9e\x70\xa2\x75\x6d\xfb\xd6\x3c\x37\xb1\x5e\x5a\x9f\x69\x6a\ \x9a\x2c\x37\x0d\x95\x0b\xbe\x88\xaf\x58\x58\xc8\x2e\x0c\x39\x22\ \x86\x49\x2b\xa2\x39\x40\x28\x54\xe2\x19\xe4\xca\x8a\xb2\xb2\x51\ \xdf\x1f\xa5\xd2\xe1\x90\xc1\x56\x36\x45\x1c\x3e\x31\x8d\x6f\xbd\ \x5f\xec\x06\x24\x52\x28\x36\x80\x0c\xcb\xc5\x72\xd4\xa6\x10\x55\ \x27\x14\x3c\x10\xb6\x69\x6d\x22\x05\x61\xf2\x90\x1a\xd5\x21\x15\ \x80\x88\x86\xd0\x82\x45\xc1\x2c\x26\x09\xe9\x56\x48\x14\x1a\x3b\ \x0e\x48\x45\x99\x70\x18\x9b\x76\x70\x8a\x41\xdc\x6b\x37\x69\x9d\ \x21\x4f\xd8\xee\x75\x52\x76\xc0\xa6\x40\x38\x17\x32\xd5\x76\x82\ \x6d\xb3\x11\x98\x9f\xf4\x7b\x6c\x2a\x0d\xca\xdd\x73\xe2\x30\xc6\ \xdc\x38\x19\xc3\xdc\x7e\x5c\x65\x8b\x75\x66\xe2\xb5\xb9\x86\x74\ \x4f\x2e\x1f\x8f\xa6\x1b\x72\x31\x4f\x06\x17\xe1\x5e\x2f\xe9\x6d\ \x76\x2b\xc8\x58\xb2\xab\xa1\x31\xde\xdd\x3e\xda\x9d\x6f\x7b\xe6\ \xd4\x18\x98\xc1\x40\xbe\xa5\x25\x96\xf7\x1b\xed\x24\x99\x8f\x85\ \x4c\x94\xc7\x5d\xdb\xd0\x3d\xdc\x79\xf2\x48\x4b\xac\xb9\xa7\x63\ \xb0\xb1\xbf\xa3\xc1\x99\xc9\x27\x63\xde\x8e\x7c\xd4\xe4\xc4\xe3\ \xed\x1e\x27\xee\x8d\xfb\x43\x51\xb7\x8d\x0c\x05\xc2\x81\x74\x08\ \x8f\x3b\x4d\x58\x38\xe4\x47\x0e\x42\x21\xb2\x69\x54\x54\x08\x34\ \xd2\xeb\x36\xd9\x30\x54\xf6\x8b\x04\x70\xb4\x6b\xec\x2a\x49\x50\ \x65\x23\xec\x0a\x22\x1c\x0f\x91\xa4\xdf\xeb\x0e\xf8\x43\xe9\x64\ \x7b\x32\x97\xce\xb7\x87\x42\xf1\x7c\xb4\xa3\x2d\x9e\x8f\xb9\xf1\ \xfd\x05\x2c\x53\xc0\x49\x52\x76\x5c\x12\xfc\x15\x60\x93\x44\x25\ \x55\x89\x6c\x20\x57\x46\x95\x0a\x40\x0a\x0c\xa1\x45\xfa\x3f\xf5\ \xc7\xc3\x63\x2f\x34\xbc\x65\xb1\x03\x7e\xa9\xea\x5d\x87\x61\x96\ \x57\xe9\x2c\x22\x85\x29\x9e\x89\x11\x98\x9d\x44\x7d\xbe\xc0\x5e\ \x9b\xec\x18\xe1\x54\xd8\xa4\x30\x15\x50\x0a\x54\x52\xdf\x86\x49\ \x55\x36\x0c\xcd\x09\x12\x91\x42\x4b\x80\x5e\xd9\x30\xef\x47\x75\ \x0b\x9f\xfe\xe3\xc9\xa3\x5a\x8d\x4d\x4a\x80\xc4\x0d\x3f\xfb\x8b\ \x99\x0f\xff\x20\x50\xeb\xab\x5a\xf5\x6c\xb3\x80\x47\xd3\xab\x69\ \x55\xac\xc4\x85\xeb\x72\x70\x77\x95\x6c\x06\x8b\x93\xca\xf2\xd4\ \x6a\xb6\x8c\xb5\xa1\x9c\xab\xe0\x2a\xab\xb9\xb2\x2a\xbd\x1e\xf5\ \x73\xe0\x8b\xf9\xe2\xa9\x89\xaa\xea\x0a\xf6\xf4\xf4\xfc\x04\x83\ \x21\x70\xb0\xfb\xfa\x7c\x9d\xa5\xa9\xa9\x89\xa5\x4a\x75\xdf\x54\ \xdd\xc8\xc8\xf4\xf4\xd4\xf4\xc8\xf4\xca\xfc\xc8\xdc\xc4\xf4\xca\ \xd2\xc4\x54\xef\xc8\xc4\xc4\xfc\xfc\x3c\x0a\x71\x5f\x59\x5e\x9a\ \x5b\x9c\x9d\x98\x43\x77\x66\xd7\x50\x43\xe8\xdd\x4b\x5b\xbb\x5b\ \xdb\x6b\xbb\xdb\x77\xef\xdd\x19\x3b\xbf\x86\xaa\xfb\x5d\xba\xb4\ \x75\xeb\xdb\xca\x4f\xbf\xbe\x78\xe7\x8b\xb7\xef\x7c\xf0\xc3\x9d\ \x0b\x33\xab\x29\x18\x95\xe6\xbe\xbd\x6f\x2f\xef\xc7\x31\xdc\x8f\ \x69\xbf\x0f\x58\x57\x7e\xfc\x7e\xdf\x14\x3e\x74\x5f\xae\xfe\x3f\ \xdd\x82\xef\x97\x2f\x3f\x38\xff\xe9\xa7\xbf\x7e\xe3\x67\x2f\x1e\ \x7b\xed\xe4\xf0\xe9\x5c\x0b\x1c\x32\x0d\x21\xbf\xc7\x8d\x66\x49\ \x3b\x45\x38\x29\x80\x25\x95\x08\xc5\xed\xea\x34\xf1\x23\x3f\x7d\ \x36\xa3\xd1\x05\xeb\xdf\xfa\x9f\x43\xae\x43\x87\x8f\xbb\x82\xf5\ \xfb\xa1\xa3\xc6\x7a\x4b\x0d\xcc\x2c\x3a\x97\xa8\xe5\xbd\x26\x26\ \xad\xaa\xef\x94\x11\x93\x18\x4d\xd4\x73\xab\x5f\x1c\x6b\x4c\xb6\ \xbf\xfa\x93\xc7\xff\xfe\xc5\xdf\x5f\x6e\x77\x52\xb8\x2d\xdc\xde\ \xf5\xee\x23\x3f\x91\xf9\xde\x0c\xf4\xfc\xe2\xd8\xed\xbe\xbd\xbd\ \xe5\x4f\x19\xe3\xb7\xee\xde\x9d\xdd\xbe\xb5\x8b\xc2\x38\xb6\x76\ \xef\xee\xdd\xbb\xbb\xb3\xb3\x73\x77\x67\x6f\xe2\x39\xef\x89\xef\ \x0c\x93\x8f\x80\xbf\x70\x3f\x35\xc2\x79\xdf\x5c\xfd\xf9\x91\x37\ \xff\xe9\xb8\xf3\xfd\x1b\x0d\xa1\xda\xdc\xe9\xdf\x5f\xb4\x5a\x57\ \xcb\x32\x3a\x6b\x6a\x6e\x11\x76\xcd\xdc\x6e\xc5\x50\x53\xb9\x58\ \x28\x14\x87\x8a\x11\xe0\x8e\xc9\x6c\x69\xa8\x09\xf0\x63\x01\x65\ \xd4\xcc\xcc\xc8\xd4\x74\x99\x81\x45\xe7\xd2\xe9\x15\x74\xba\x1e\ \xa4\x81\xc3\x04\x5a\xa2\x57\xb0\x2a\xf4\x6c\x2e\x8f\x0b\x17\x06\ \x4d\xc0\x63\xd0\x18\x5c\xb4\x74\xc5\xe5\xf0\xe1\xb3\x14\x70\x65\ \x3c\x10\x2c\xb1\x18\x15\xeb\xa1\x09\x64\x0c\x01\x8a\x71\xe3\x71\ \x05\x34\x03\x8f\x0b\xe6\x8f\x47\x33\x38\xe4\x0c\xa1\x63\xb5\x09\ \x64\x4b\x08\x82\xc4\x07\xd1\x13\x8a\x7d\xa8\x4e\x32\x4f\xc9\xe3\ \x3b\x7c\x4d\xeb\x05\x6b\x93\x03\xfc\xa7\x50\x26\x96\x09\xf9\x42\ \x39\x28\xb0\x92\x67\x00\x43\x09\x0a\x09\x22\x25\x57\xca\x95\x3e\ \x79\x24\xe2\x73\x08\x18\xa8\x3e\xac\x90\x0f\xb2\x81\x8a\x95\xfa\ \x52\x09\x1e\xc3\xec\x4b\x88\x1d\xbe\x04\xa8\xa8\x40\xac\x64\x55\ \xd7\xa1\xe2\x32\xe3\xe3\x13\x73\x53\x8b\x9b\xdb\xd3\x9c\xd4\xc6\ \xe7\x37\x86\x52\x57\x37\x26\x0b\xc5\x26\xdf\x7a\xd6\x3a\xb4\x31\ \x54\x4a\x65\x7d\x8e\xd2\x06\x0a\xdf\x87\x27\x8d\xf8\x52\x80\x7d\ \x70\x4f\x9e\x50\xca\x7c\x66\xa0\x2a\x6b\x24\x92\x35\x80\x8a\xa2\ \x9e\xf6\x06\x50\x61\x39\x1f\xad\x6f\xa1\xb7\x2a\x84\xf7\x26\x64\ \x83\xac\xc2\xfb\xe4\xc9\x78\xe2\x07\x9c\x38\x69\x53\x60\x36\x91\ \xc9\x8f\x6b\x5d\x87\xc0\x9f\x04\x15\x84\x46\x62\xb2\xfc\x4a\x8a\ \xdb\xbd\x98\x56\x62\x42\x0d\xdf\x51\x9b\x12\x20\x02\x8a\x50\xb8\ \x54\xde\x10\xa5\xb5\xd9\x6d\x21\xb7\x3f\x14\x72\x93\x81\x10\x65\ \x0b\x24\xe3\x81\x70\xcc\x1b\x8e\x93\xf6\x78\x6d\xc6\x1d\xf0\xda\ \x6d\x54\x00\xf7\xe2\x0a\x93\x96\x74\xc3\x1d\xbf\x36\x40\x99\xb4\ \x61\xaf\x37\x94\x8e\x66\xe2\xf1\xda\xe6\xb0\x3f\x14\x68\x4e\xc6\ \xfc\x84\xcd\x1f\x4b\xfb\xd3\x1e\xb7\x02\xee\x0d\x77\x76\xe6\xe3\ \xb1\x96\x63\xfd\xaf\x36\x3f\x3d\x38\x78\xb4\xb3\x33\x53\x5b\x3b\ \x18\x53\x11\x5a\x6d\xc8\xeb\x6c\xf0\x93\xb1\xf6\xe6\x9e\xc1\xc1\ \xc1\x8e\x31\x30\x84\x3d\xb9\xda\xf6\xc6\x40\xb2\xd6\xeb\xc4\xa9\ \x80\x17\x0c\x5c\x5a\x1b\x08\x83\xda\x24\xbd\x6e\x78\x5a\xbf\xd3\ \xe9\xf4\xda\x71\xf0\xa3\xa4\x46\xa7\x43\x4d\x6c\xa4\x68\x62\xd5\ \x59\x6a\x3c\xb5\x94\xd6\xed\xc6\xfd\x26\xc4\x39\x4e\x8d\x09\xbd\ \x53\x85\x45\x8a\x49\x30\xa7\x96\xf4\x04\x92\xb8\xc9\x6f\xc2\x3d\ \xc9\x8c\x87\x8c\x27\x43\xc0\x81\xe1\x78\x20\xe0\xf5\x86\x63\x31\ \x27\x38\x4b\x0a\xa3\x48\x18\x27\x12\x02\x53\x1c\x3f\x54\x73\x18\ \x15\xd3\x15\x19\x25\xa8\xd7\xf9\x21\x55\x4d\x8d\x4b\x21\x35\x1a\ \xc1\xf9\xfd\xb7\x28\xfd\xf0\x9d\x36\x5d\xb3\x37\x58\x73\xc8\x72\ \xfc\x7f\xfe\x1b\x86\x90\x4e\x87\x49\xb4\x6e\x78\x56\xb7\xdb\xe9\ \x71\xc2\xee\x06\x7d\x04\xf4\xb3\xdb\x15\x12\x54\x2c\x0e\xb3\x18\ \x51\xb3\x1c\x4c\xa3\xd2\x01\xed\x61\x52\x85\x51\x61\x32\x69\xd1\ \x29\x44\xe2\x8c\x4c\xfd\xd9\x1f\xbe\x7e\xd1\x24\xb1\xdb\x4d\x4e\ \xad\x29\x1a\xea\x18\x2a\xff\x73\x41\xcc\xe3\xf4\xd5\x31\x0c\x62\ \x2e\x83\xa3\xa7\xcb\x99\x15\xc2\x7f\x7f\x2e\x96\xf3\xd4\x2c\x59\ \x45\xb5\x58\xa9\xe4\x71\x2a\x04\x29\x81\x8c\xcd\xd1\xf3\x64\xea\ \x2a\x66\xa5\x8f\xc1\x51\x57\x73\x0c\x56\x4e\xd5\x44\x65\x95\x9a\ \x0d\xe4\x3e\xce\x80\x43\x41\x3f\x5e\x37\x77\xfd\x0c\x6d\x71\x84\ \xc5\xaa\x9b\x9a\xab\xa8\x9e\x02\xa0\x9f\x5f\x59\x9c\x9b\x9d\x68\ \x1d\x1f\x59\x5a\x9a\x9a\x9e\x87\x03\x70\x16\x15\x70\x98\x9d\x9f\ \x9f\x9a\x9b\x9e\x9d\x9e\x9a\x9a\x43\xe5\x1a\x36\x97\xb7\x50\xc9\ \xe4\xcd\xbd\xdd\xdd\xad\xdd\xbd\x7b\x95\x5d\xcf\xd2\x6e\xad\x6d\ \x6f\x2d\x5f\x5a\x5b\xdb\xb9\x39\xf9\xc1\x85\xf7\x37\x2e\x7c\xf0\ \xfd\x85\x8d\xcf\xaf\x5f\x2d\x2f\xac\x0a\xfb\x2e\x7d\x7b\x05\xcc\ \xe0\x83\xfb\x74\xb5\x1f\x7d\x75\xee\xbe\x2d\x3c\x77\x3f\x9e\xe1\ \x7e\x28\xc3\x7d\x9d\xba\xb2\x4f\x58\x48\xb0\xfe\x03\x5f\x57\x0e\ \x5c\xfd\xf0\x37\x7f\x7c\xf8\x89\xe7\x4f\xbc\x36\xda\x3d\xd8\x31\ \xd8\x10\x6f\x88\xfa\x03\xe8\x13\xf1\x83\xd2\xe3\x14\xa9\xd5\x80\ \xc6\x6b\x45\xd2\xa0\x4b\x92\x7b\xe3\xcd\x47\x8f\xba\x15\xc6\xc3\ \x6f\x81\x17\x3c\xfc\xab\xc3\x80\x56\xf5\xc1\x43\xf5\x3a\x10\x2d\ \xd4\x74\x50\x65\xb4\xf5\x3f\x79\xc3\x2a\xd0\x4f\xbf\x83\x01\x94\ \xa9\x8e\x7c\x7c\xe7\x2f\xa3\xf9\xb6\xe7\x7e\xff\x87\x37\x5e\x39\ \x76\xe2\xc4\x13\xdf\x47\xea\xca\xcd\xcd\x1d\x7f\x6c\xfb\xed\xed\ \x62\xe2\x42\xf3\xd3\x67\x36\x96\x77\xd4\x1f\xe6\x66\xf6\x84\xf2\ \xcd\x69\xf1\xca\xfc\xf6\xad\xad\xcd\x4b\x97\xb6\x6f\xc1\xd7\xde\ \xdd\xbd\xcd\xa5\xe5\xe9\x87\x73\x7f\x98\x79\xfd\xd7\x21\x12\xf7\ \x3e\xba\x34\xb2\xbc\x5d\xfd\x83\xf0\xf6\xfb\x6f\x3c\xd3\x1d\xf3\ \xe7\x07\x3a\x8f\xb6\x0f\x3c\x99\x62\x00\x24\x30\xc7\x47\xe6\x16\ \xb7\xef\x6e\x2f\x4d\x2e\x0c\x4d\x26\xd6\x91\x0d\x9c\x41\x99\xc0\ \x59\x54\x8f\x2f\xe1\x28\x5b\xb3\xbe\x6c\x36\xc1\xaa\xe4\x45\xe4\ \x7c\x2e\x9d\xc9\x66\xeb\x2b\x2b\x01\x99\x39\xa8\x58\x34\x53\x0f\ \x13\x0f\x9d\xce\xe5\x31\x84\x7c\x9e\x52\x2c\x06\x33\xc8\x80\x1b\ \x9f\xc3\x15\xf3\xe5\x20\x39\x7c\xa1\x18\x60\x8a\x81\xc4\x86\x86\ \xc6\x31\x9f\xc7\xa4\x09\x61\x0e\x93\xf9\xc4\x7c\xc7\xa4\x43\x2e\ \xe6\x33\xf8\x66\x73\x53\x49\x66\xde\x8f\x71\xe2\x0b\xc4\xd6\xe2\ \xb5\xa2\x43\xae\x04\xdc\x12\x3b\x12\xd9\x84\x59\x20\x37\x64\xf9\ \x34\xa5\x58\x99\x30\xc8\xf9\x56\x47\x02\xe5\x1a\x1a\xf8\x02\x0e\ \x4f\xc6\x4f\x28\x99\x34\x78\x15\x9a\x10\xf0\x87\xcb\x15\x28\xcd\ \x0e\x03\x48\xdc\x64\xa9\xbc\xbe\x9e\x1a\xba\xba\x6a\x66\xd1\xcc\ \x91\x42\xc2\x27\x97\x81\xda\x08\xf8\x0c\x75\x6f\x6f\x9d\xbe\x6e\ \xa4\x77\x62\xaa\x6f\x7e\x6d\x73\x9e\x96\xbd\xfe\xc3\x50\x76\xa8\ \xb8\x50\x2e\xac\x17\x1c\x93\x85\xc2\xea\xc7\x93\xe6\x48\x36\xa2\ \x74\x24\x66\x22\x29\xf0\x80\x25\x73\xca\x9c\x02\x65\xca\xfa\xcc\ \x56\xb9\xd8\x21\x76\xc8\x41\xf6\xcc\xf0\x74\x02\x99\xd2\xea\x33\ \xf3\x95\xa8\xb3\x2b\x3a\x77\x28\x33\xec\x37\xa1\xe0\xf1\x78\x34\ \xd4\x99\x0c\xe1\x9f\xe0\x01\x09\xe9\x27\x71\x3b\x66\x97\xea\xa4\ \x98\x48\x57\xa3\x33\x69\x31\xf0\x27\x2e\xa3\x5d\xa2\xd1\x99\x14\ \x26\xd4\x9f\x44\x24\x22\xc0\xef\x63\x40\x09\x1a\x63\x50\x81\xe1\ \x14\xae\x25\xfc\xde\x00\x1e\x45\x46\x2a\xe0\x76\x53\x9e\xe6\x40\ \x3c\xea\x04\xf8\xc0\xf3\x99\x86\x86\x28\x26\x3a\x6b\x91\xc0\xcc\ \x26\x22\x31\x8f\x17\x77\x6a\x9c\x01\x2d\x42\x0b\x8a\x6c\x09\x51\ \x19\x40\x9f\x5c\x20\x94\x8c\xc7\x1a\xc3\x14\x85\xfb\x03\x12\xa9\ \xdd\x1f\x4d\xdb\x9d\xb1\xda\x96\x74\x38\xd6\xd8\x76\x7a\xb8\xa7\ \xad\x63\x38\xdf\x7e\xe6\x74\x2c\x1a\xcb\x60\x3a\x91\x57\xeb\x01\ \x29\x54\x90\xa1\xc1\x96\x17\x4e\x1c\xe9\x3c\xd9\xdd\xd6\xdf\xd6\ \x93\x6b\x49\x26\x93\xb1\x86\x64\x20\x14\x0a\x78\xa3\x71\x00\xc0\ \x10\xee\x71\x47\xfd\xde\x5c\xba\x36\xee\xa5\xa8\x90\xdd\x86\x93\ \x04\x8e\x91\x18\x81\xdd\xcf\x1f\x53\x18\x55\xd2\x43\x3a\x2c\xe0\ \x76\x82\x50\x49\xed\x04\xd8\x09\xf0\x6c\x98\x46\xab\xb1\xa8\x14\ \x22\x85\xdd\x66\x23\x9c\x7e\xbb\x96\x20\x6d\xb6\x70\x14\x15\xe4\ \x8d\xa7\x9b\xf3\x99\xe6\x98\x13\x36\x35\xe9\x41\xdd\xd1\x6d\x76\ \x2f\x49\x81\x35\x26\x15\x87\x5d\x2e\x70\x80\x26\xa9\x44\x82\x19\ \x75\x98\x28\x68\xd4\x80\x60\xa9\x8c\x40\x52\x87\x9d\x27\x5f\xea\ \xe8\x7e\xa6\x8d\xb2\x07\x0f\xbd\x75\xf6\xf0\xe1\xb3\xa8\x44\x93\ \x08\x4c\x9e\x3d\x1e\xa7\xbc\x5e\xdc\x6d\xb2\x03\xc0\x4a\x50\x65\ \x1a\x98\x01\x5c\x3a\xa9\xd1\xa2\xb2\x83\xa0\x89\x8c\xb0\x79\x2a\ \x8d\xd4\x25\xd1\x6a\x25\x12\xe2\x7e\xe7\x42\xbb\x29\x74\xa3\xca\ \xf0\x87\x6f\x9e\x45\x15\xc9\xb4\x84\xbb\xc7\x2f\x31\xfd\xe6\x07\ \x43\xe4\xe5\x1f\xf8\x23\x23\xbd\x6c\x86\xd9\xc1\xa1\x57\xd0\x04\ \x02\x86\xa3\xc0\x2c\x45\x04\x74\x0e\x83\xa1\xf7\x6d\x98\xc5\xd7\ \x69\x4c\x96\x9c\x0f\xfe\xa0\x9a\x5e\xa5\x66\x30\x98\x4a\x56\x65\ \x5d\x85\x8c\xd9\x5a\xcd\x62\x55\x54\x8e\xcc\xce\xf6\xd1\x95\x42\ \xe6\xc8\x14\x28\xd3\x9b\x8f\x8f\x4c\xb3\x00\xe7\xc7\x5b\x5b\x27\ \xe6\x26\x80\xa1\x16\x57\x16\xa7\x27\xa6\x67\x17\x27\x50\x9e\xc5\ \xc4\xfc\x34\xf8\xc0\xf9\xf9\xb9\xa9\xf1\x39\x74\x6f\x69\x76\x0e\ \x75\xfe\x5a\xdb\x5a\x46\xbd\xea\xb7\x50\xef\xe7\xbb\xdf\xfe\xf3\ \xe8\x67\x4b\xa8\x26\xe9\xa5\xad\xe5\xbd\x9b\x73\xff\x7a\xe7\x9d\ \xf7\xaf\xaf\x7e\x77\xfb\xfd\x8b\x1f\xaf\xae\x7e\x9c\x1a\xd9\xbb\ \x79\xe5\xc7\x94\xc1\x03\x57\xae\xdc\x8f\xbd\xda\x57\xad\xfb\x3e\ \xf0\xf2\xe5\x1f\x17\xdc\x91\x3b\x44\x5c\x75\x79\xff\x86\x2e\x37\ \x2f\x9f\xdb\xb9\xf3\xc5\xef\x7f\xf7\xe4\x23\x2f\x1e\x7b\xe1\x54\ \x57\x4f\x4f\x47\x7b\xbe\x19\xb8\x1d\x66\x48\xbf\x27\x64\x03\xa5\ \xb0\x29\xec\x1a\xa9\x48\x83\xa3\x58\xbb\xf6\x0f\x6e\xff\xfe\x4c\ \x4b\x58\x57\x73\x08\x7c\x60\xcd\xe1\xc3\x2e\x8b\x2b\x78\xf8\x50\ \xd0\x68\x41\xd9\x3a\x22\x89\x4e\xe2\x3c\xf2\xc8\x67\xeb\x56\xce\ \x38\x7f\xd8\x86\xe3\xfd\x1f\xfe\xfd\x37\x8f\xbd\xf2\xf0\x9b\x6f\ \x7e\x7a\x4d\xde\xba\xc0\xda\x5e\xbb\xb4\x3c\xbe\x1b\x79\xe1\xc9\ \x7f\xa4\xbf\xbe\xf8\xdd\xed\xd6\xd7\xa3\xa7\xab\x36\xef\xb6\x3e\ \xd5\xf6\xbb\xd2\xca\xc6\xdd\xde\x0f\x36\x77\x76\x90\x52\xed\xdd\ \xdd\xbe\x75\x6f\x6b\x6f\x67\x07\xec\xe1\x0a\xb7\xd9\xf3\xc9\xe3\ \x03\xa3\x61\x12\xbf\x73\xb7\xaf\xea\xdb\x9b\xb0\xc1\xf0\x47\x97\ \x46\xbe\x7b\xba\xff\xb5\x33\x67\x46\x33\x6d\x37\x50\x3d\x1f\x35\ \x6b\x6a\x69\x73\x6f\xaf\x62\x75\x72\x63\xa8\xb8\x5a\x4a\x4c\x46\ \xb2\xa8\x61\x4e\xa4\x69\x28\x91\x40\x45\xdb\x7d\x4d\x56\x83\x43\ \x2c\x6c\x2a\xfa\x04\x8c\x0a\x14\x4c\x5e\xcd\xa4\x31\x99\x4c\x2e\ \x13\x65\x7f\xeb\xd9\x34\x54\x3b\x16\xc9\x12\x07\x2d\xc4\xf3\xb8\ \x3c\xd4\x5c\x88\x07\xd6\x4e\x28\xe0\xd0\xc4\x32\xf8\xb8\xb9\x1c\ \x25\x38\x46\xb9\x92\x23\xe4\xf1\x19\x34\x2e\x98\x3f\xa1\x41\xa9\ \xf4\x95\x86\x0a\x0e\x14\x5a\x6a\x9d\x4c\xc8\xe4\xca\x54\x29\xeb\ \x00\x89\xca\xae\x36\x59\xb3\x0e\xf1\x7e\xab\x7a\x10\x1a\x31\xaa\ \x37\x25\x33\x83\x43\x54\x2a\x01\x73\x50\xfa\x8d\x50\x26\xe0\x03\ \xf7\xf8\x0a\x11\x01\x83\x07\xaf\xc9\x04\x8d\x94\xb3\xb8\x7c\x96\ \x9e\x2b\x40\x67\x1f\x65\x4d\xe5\x82\x63\x68\xc5\xbe\x62\x65\x00\ \x00\x20\x00\x49\x44\x41\x54\x32\x82\x9a\x0b\x9a\x13\x60\xef\x9a\ \x84\xa8\x6d\x34\xb7\xba\xae\xb2\x12\x10\xbd\x6f\xbc\xb7\x6e\x62\ \x79\x6d\x8a\x56\x40\xe5\xfb\x27\x4b\xbe\x54\xb9\x9c\x4a\x95\xcc\ \xd9\xa1\x8d\x82\x35\x62\x76\x44\x7c\x56\x9f\x3c\x01\xa4\x35\x24\ \xb3\x9a\x51\xe4\x6a\x41\x69\x70\xa4\xf8\x32\x6b\xca\xc1\x42\xd2\ \xa4\x54\x9a\xc5\x8e\xa2\xc3\x40\x53\x9a\x65\x20\x92\x20\x5e\x72\ \x83\x92\x6f\x96\x89\xf9\x32\x19\x1f\x05\xfe\x0b\xe4\x62\xa1\xe0\ \x01\x18\x09\x24\x8c\x53\x91\x08\xd5\xe5\x30\x06\x83\xc0\x29\x76\ \x29\xe8\x95\x96\x94\xd4\xc0\xd4\x64\x97\x88\x2c\xe0\x4e\x6c\x24\ \x3a\xd1\x86\x72\xe1\x15\x98\x06\xf7\xdb\x9d\x00\x1b\xb8\xc7\x4f\ \x68\x70\x20\x05\x77\x6d\x3e\xd4\x9c\xce\x79\x70\xc2\x9b\xcb\x45\ \x73\x6e\x95\x54\xa3\xc2\x44\x18\xae\xf1\x52\x36\xca\x6d\x92\x00\ \xc8\xd8\xe3\x36\xcc\x4f\xf9\xed\x6e\x9c\xf0\x7b\x32\xd1\x06\x67\ \x38\x1a\x0a\xe0\x6e\x9b\x17\x97\x3a\x9d\xa2\x68\x54\x1a\xc8\x78\ \xd2\xee\x74\xe3\xe0\xc0\xf0\xa9\x67\xba\x47\x1b\x33\xed\xc9\xc1\ \xce\x64\x83\x09\x03\xf8\xdf\x8f\x91\x6a\x68\x1f\x1b\xed\x19\x3d\ \xda\xdd\xd8\xdc\xd1\xd6\x9d\xec\xee\x19\x6d\x74\xe6\x42\x1e\x7f\ \x20\xe6\xf6\x90\xd1\x3c\x20\x55\xd4\xed\x45\x5b\x95\xcc\xb8\x9d\ \x5e\x9b\xdd\xe3\x77\xe3\x4e\xca\x43\x90\x22\x13\x25\x01\x20\xc4\ \x9c\x2a\x23\x01\x34\x64\xb1\xbb\x43\x01\xa7\x14\xdc\x04\x65\xd3\ \x89\x74\xaa\x43\x46\xc2\xa5\x92\xa2\x65\x71\x11\x41\x01\x06\x12\ \x31\x10\x25\x82\x74\x86\xe2\x6e\x7f\xba\xa7\xb9\x21\xe0\xf4\xe7\ \xd3\x5e\xd8\x6a\x3b\x69\xb3\xe3\x24\x6c\xb1\x1d\x53\x59\x6a\x5c\ \x3a\xa3\xc6\x28\x72\x29\x30\x95\xd6\xa2\xd3\xd5\xa8\x24\x52\x57\ \xb0\x06\xb5\x9a\xca\xc5\x02\x27\x8f\x9e\x1c\xa3\x8e\x1f\x82\x07\ \xce\x1e\x3f\xfb\x56\x7d\xbd\x4e\x82\x03\x69\x82\xb1\xd6\x9a\x6c\ \x4e\xd8\xbb\x94\x1d\x80\x89\x20\x6c\x1a\x91\x4a\x25\x95\x58\x5c\ \x0a\x85\x56\xa4\x11\xb9\x74\x22\xcc\x24\x31\x8a\x50\xd7\x16\xa0\ \x59\x2d\x0a\x7d\x30\xd9\x03\xff\x28\x26\x52\x9f\xf4\x53\x52\x85\ \x06\x1e\xef\x79\x65\xe0\xb1\x37\xfe\xb2\xc1\x99\x7c\x4f\x59\xc5\ \xd2\x57\xb3\x78\x42\x5a\x55\x65\x6b\x45\x44\x5c\xc7\x94\xf1\x1c\ \x0e\x5e\xa5\x90\x5f\x81\xc2\x8f\x37\x52\xcc\x0a\x87\xa1\x0a\x35\ \xce\xa9\xaa\x62\x72\xaa\xf8\xdc\xea\xca\x3a\x26\xb3\xb7\x9a\xab\ \xee\x45\xa4\x34\xd1\x2a\x17\x56\xa2\x56\xbd\x7d\xf4\x63\x5f\x2f\ \x4e\x55\xea\x7b\x2b\xc7\x27\x5a\xa7\x27\xe6\x27\x26\x16\x57\x66\ \xe7\xe6\x67\xe7\x80\xb3\xe0\x3a\x32\x37\x35\x32\x3e\xdb\xd7\x3a\ \x07\x97\xf9\xb9\x69\xf8\xa7\xb9\xa5\xe5\xfd\x86\x14\x2b\xa8\x54\ \xc3\xee\xf6\xee\xce\xbd\xa9\xd1\xbf\xab\x97\x50\x1d\xf8\xb5\xbd\ \xad\x9d\x7b\xe5\xf3\x1f\x5f\xbf\x78\xfd\xf3\xcf\x2f\x5e\xfc\x7c\ \xe3\xa2\x7c\x6a\xe7\xe6\xcd\x73\x48\xae\xd0\xd7\xbd\x7b\x28\xa4\ \xe1\xc7\xc0\x85\xfb\x61\xed\xf7\xe3\x17\xf6\x85\xeb\xff\x1a\xc1\ \x1f\xf5\x0a\x31\xd6\x83\xf4\x7f\x7f\xf4\xfb\x5f\x3c\xf1\xb3\x9f\ \x3f\x36\xf6\xca\x28\x4c\x63\xdd\x9d\xe1\x58\x6d\x28\x1c\x08\xe3\ \x6e\x8f\xcd\x89\xe3\x98\xdd\xee\x84\xb9\x54\x27\xd2\xd8\x42\xa3\ \x7f\x2f\x7f\xf9\xd3\x27\x5e\x50\x58\x14\x48\xb2\xce\x1e\xb2\x04\ \x55\x16\x30\x85\x2e\x91\xeb\x50\x8d\x0e\x37\x89\x54\xf6\xd7\x7e\ \xfe\xe8\x97\x45\x86\xba\x6f\xad\xcf\x70\xf5\xce\x1f\x9e\x78\xef\ \x42\x24\x25\x98\x5f\xbb\xb7\xb7\xbd\x68\x98\xde\xbb\xb4\x2b\xf6\ \xd5\x7d\x74\xfe\x42\xf3\x45\xc3\x3f\x7f\xa1\xfe\xad\xff\x79\xf5\ \xec\xdd\xbd\xaf\x9f\x61\x95\x37\x19\xe2\xbd\xf9\xbd\xe5\xbd\x7b\ \x70\xb9\x79\xf3\xee\xad\xdd\xbd\xbb\x3b\x77\x6f\x6d\x6f\x2d\xf5\ \xbd\x61\x7a\xf3\x53\xea\xbc\xac\x36\x57\x6e\xdd\x9c\xbb\x75\x6f\ \x67\xe7\xe6\xce\xde\x0e\xfc\xcd\xf2\xed\xae\x87\x1f\x7d\xe6\xb5\ \x5c\xf2\x53\x1a\x8d\xd1\x77\x95\xb1\x7c\x69\x7b\x67\xb6\x58\x68\ \x4a\x95\x66\x4a\xd9\x52\x19\xf5\xa1\x8f\xa4\x12\x11\x6b\xb9\x90\ \x28\x94\x0b\xc5\xc9\x26\x5f\xc4\x6a\xb6\x3a\xb8\x40\x56\x5c\x16\ \x9b\xcd\xa3\xb1\xf7\xb3\xbe\xd5\x74\x7a\x25\x93\xc9\xa2\xeb\xf5\ \x2c\x0e\xea\x1f\xc4\x66\xb2\x38\x62\xb0\x7e\x6c\xae\x00\xc9\x96\ \x98\x09\xae\x9e\xc3\x13\x33\xf8\x42\x21\x78\x2b\x21\xe8\x97\x92\ \x87\x0a\xe5\xa3\xce\x84\x72\x03\x3f\x52\x04\x89\xb2\xfa\x4a\x33\ \x0e\xab\x52\x6c\xf5\x45\xb2\x20\x2e\x56\xa5\x90\x67\x06\x2e\x42\ \x24\xa5\x94\xcb\x01\xcd\x04\x72\xd0\x06\x01\x9d\xab\x04\xad\xa0\ \x09\x38\xc0\x35\x42\x73\x24\xe5\x28\x34\x31\x18\xa8\x3e\x24\x6a\ \xd0\x6b\x75\xc8\x84\x32\xd4\xc6\x48\x86\x5c\x25\x1f\xb5\x94\x2e\ \xa5\x18\x02\x83\x18\x04\x53\xe9\xf3\xb1\xf9\xe0\xeb\x18\x55\x75\ \x55\xfa\x3a\xd4\x83\x69\xbc\x77\x7c\x76\xb9\x8f\x9b\xfa\xfc\xab\ \xd5\xf5\x8d\xc9\x6c\xb9\x30\x53\x2a\x15\x1c\x91\xec\x42\x16\xbc\ \xa1\xd9\xe1\x70\xa0\x1a\x12\x8e\x62\xc1\xec\x48\xf8\xac\x62\xab\ \x55\x2c\x37\x0b\x84\x0e\x83\xa1\x00\xfb\x47\x6e\x05\x5b\x8a\x1a\ \xe4\x98\xcd\x72\xb4\xae\x65\x90\x83\x15\xb5\xa2\x74\x24\xa5\x4c\ \x2e\x34\xc3\xb6\x28\xf9\xf0\x4d\xfc\x00\xa1\xb3\xe3\x5a\xbb\x46\ \xa1\x12\x1d\x96\x4a\x8d\xba\x1a\x8b\x89\xb4\x01\x92\x88\x30\x52\ \x53\x0f\x18\x21\x21\x35\x52\x05\xea\xb2\x27\xd1\x82\x59\x44\x4c\ \xa0\x52\x10\x5e\xd2\x8e\x91\xb8\x87\x42\x38\x42\x38\x9d\x54\x32\ \x99\x8e\x7b\xbd\x01\x7b\x20\xd9\x90\xcf\xa5\x09\x29\xea\xa7\x6b\ \x0b\x44\x6d\x71\xbf\x8d\x08\xb8\xc1\xeb\x98\x72\x51\x51\x50\xab\ \xf5\xba\x49\x18\xfc\xc0\x58\xce\x00\x09\x42\xe6\x76\xda\x9c\x6e\ \xc2\xed\x77\x99\x5a\x62\xd1\xda\x74\xcc\x1b\xea\x38\x0a\x07\xe6\ \xab\x47\x06\x4f\xb5\x25\x1b\x06\xfb\x33\x30\xaa\x41\xab\x1a\x73\ \x60\x00\x3b\x5e\xea\x38\xda\xd9\x92\xeb\x6a\xce\xf4\xf7\x34\x37\ \xb6\xb7\x34\xb6\xf8\x51\x7d\xe1\x4c\x38\x19\xf0\x36\xc4\xd3\x51\ \x4f\x14\x77\x3a\xe3\xce\x68\x3a\xe6\xb7\x93\xa4\x2d\x89\xd9\x09\ \x3f\xe6\xa5\x4c\x12\x89\x16\x75\x2f\x15\x89\xce\x06\x8d\x2e\x29\ \x68\x8b\xca\x44\x7a\xa3\x36\xa0\x49\x85\x4e\x0a\x3a\xa3\xb2\x04\ \x75\xc1\xc3\x6f\xd5\xab\x00\x24\x31\x13\xd8\x63\xaf\xc9\x6d\xc7\ \xdd\xee\x80\xdf\xe3\x8f\x07\xc0\x5a\x26\x33\xde\x38\x28\xa0\x96\ \xb4\x85\xc1\x17\xe2\xa4\x56\x21\xa9\x01\x93\x67\xd4\x89\x2c\x87\ \x60\xcf\xd8\x2c\x46\xa3\x46\x6a\xb1\xb8\x6a\x0e\x07\x2d\xae\xc1\ \x06\x69\x7f\xe7\xd3\x6e\x95\x4b\x71\xdc\xe2\xaa\xff\x9f\xe3\x6f\ \xc1\x1c\x80\x8a\xf2\x69\x10\x94\x62\x36\xd2\xa9\xf1\x87\xc0\xcb\ \x68\x25\x04\x69\xa2\x6c\x26\x89\x54\xe3\x52\x05\x2d\x3a\x85\x46\ \x1a\xd4\x89\x00\x69\x2d\x52\xf0\x7e\x5a\x94\x4b\x62\x22\xb5\x52\ \x0c\x33\xfd\xfc\x82\x43\xf9\xcd\x53\x4e\x91\x48\x2a\x95\xa0\x86\ \xdc\xaf\xfe\xed\xa7\x4f\xbd\x9b\xe5\x56\x9b\x79\xbd\x95\x95\x7a\ \x35\xbf\x02\x9c\x03\xed\x07\x03\x87\x5d\xc5\x8a\x18\x18\x7a\xa6\ \x92\xc3\x91\xab\x65\x5f\x2a\xf5\x95\x6a\x5e\x6b\x35\xc7\xa1\xee\ \xd3\x73\xb8\x7a\x66\xe5\xc8\x48\x55\x15\x9d\xad\xaf\x6b\x9d\xe8\ \xab\x1b\x69\xad\x56\x72\x5b\xc7\xa7\xfa\x5a\xfb\x56\xce\xbf\x40\ \x5b\xa3\x57\xf4\x4e\x2c\xcf\x4d\xa0\x9e\x27\xe0\xfd\xa6\xe6\x66\ \xa7\x47\xa6\x67\x51\xe4\xf2\x48\x5f\x2f\x3a\x39\x38\xd2\xdb\x37\ \x3f\x0d\xd4\xb5\x32\xbf\xbc\xb2\xbc\x86\x2e\x5b\x97\x50\xd9\xbe\ \xed\xed\xbd\x9d\x9b\x5f\x3f\x5f\xb7\x35\x3b\xbd\xb6\x89\x3a\xd7\ \xef\x6c\xdf\xbe\x7e\xe3\xda\xf5\xeb\x17\x13\x33\xe7\xdf\x5f\xd7\ \xc3\x00\xfe\xf6\x32\x8a\x6c\x47\xa1\x57\xf7\xf6\x2e\x3f\x74\xdf\ \x0f\x9e\xfb\x51\xa6\x0e\xec\x2b\xd6\x8f\x7c\x75\xf9\xfe\x32\xfb\ \x7d\xa9\x42\x80\x75\xf3\xca\x7f\xd6\x2f\xfc\xf9\xf7\x6f\x3e\xf1\ \xd8\x63\xcf\x9e\x3c\x73\x6c\xac\xb3\xb1\xbb\xc1\x9b\xcb\x78\x32\ \x61\x98\x7c\xe2\x94\xdf\x44\x92\x30\xcf\x62\x2e\x4b\x8d\x54\x14\ \xd4\xe9\xf2\xa5\xd2\x3b\x9f\xbd\x82\x1b\x35\xaa\x20\x6a\xac\x5a\ \xa3\xb2\xc0\xb1\x0b\xc8\x2b\x0d\x5a\x14\x7e\xaf\x2e\xa8\x6a\xff\ \xed\x63\xaf\x7f\x2c\xac\xac\xdc\xba\xf7\xed\xbd\xbb\x7b\x6b\x5b\ \x3b\xc0\x4b\xb7\x96\x77\xf7\xf6\x96\xe7\xb7\x77\x97\x17\xef\xed\ \xf6\x5e\xbc\x76\xbe\xb9\xcc\x7f\xe1\xe7\x9c\x7f\xbe\x7b\x3e\x52\ \x59\xb9\x53\xd7\x42\xdb\xbb\x33\x5d\xb1\x7d\xef\x5e\xca\xb0\x78\ \x69\x77\x6f\xfb\xd6\xde\x1e\x5c\x77\xee\xee\xdd\xda\xdd\xbd\x74\ \x1e\x3f\x6d\x7e\xe1\x86\x35\xd0\xfe\xd1\xe7\xef\x4d\xc3\x63\xa0\ \xcd\x3b\xe8\xf2\xed\xe6\xdf\x4e\x3c\xf2\xf2\xfa\xcc\xf3\xe9\x5f\ \x2a\xd5\xa0\x39\xbd\x6b\x5b\xb7\xd6\xb2\x05\x34\x62\x4b\x05\x54\ \xa2\x01\xc4\xab\x54\x4c\x24\x86\xca\xe6\x44\xb9\x5c\x2a\x66\xb3\ \x3e\x18\x90\x32\x01\x03\x9c\x20\x53\x5d\xc1\xe1\x32\xd8\xa0\x0f\ \x15\x15\x9c\x0a\x35\x83\x55\x51\x51\x89\x8a\x47\xd3\x39\x6c\xe0\ \x2e\x26\x88\x17\x93\xcd\xe5\x2b\x69\x1c\x01\x8f\x23\x66\x70\x51\ \xdb\x2b\x1a\x4d\x66\xe6\x01\x76\x31\xe4\xf0\x1b\x43\x69\xe0\x1a\ \x50\x9c\x95\x01\xf8\x47\x8e\xea\x4e\x35\xa5\x50\xc8\xb8\x0c\x75\ \x4b\xe5\xa3\x0e\xca\x5c\x73\xb1\x49\x46\x07\x1f\xc8\x40\xeb\xea\ \x3c\x99\x12\xc8\x06\xe5\x57\x0b\x05\x7c\x3e\x07\x15\xb9\x4a\x14\ \x13\x91\x82\x41\xc8\x97\x0b\x69\x5c\x9e\x41\xe9\x90\xb3\x84\x4a\ \x1e\xd0\x16\xdf\xca\x00\x94\x17\xa3\xe0\x2f\x9a\x15\x95\x7d\x11\ \xc8\x0b\xd6\x84\x98\x25\x14\xca\xe5\xbc\xaa\x4a\x00\xf7\xbe\xbe\ \x89\xb9\x91\xca\xde\xd9\xe5\x11\x4e\xf1\xda\xcc\xf5\xaf\x7e\x40\ \x5d\x9f\xd7\x53\x0e\x5f\x2a\x95\x2d\x0d\x4d\xca\x1d\x05\x78\x3a\ \x9f\x43\xa9\xdc\xaf\xd0\x60\x8e\xc0\x7d\x07\xea\x57\x6f\xce\x2a\ \x65\x91\xc9\x6c\xc1\x01\x70\xc7\x15\xf0\x0d\x72\x99\x59\xac\x14\ \x0b\x0d\x62\xab\xd2\x6c\xf6\xa1\x6c\x1d\x86\x39\xc1\x87\x0d\xf4\ \xc9\x68\x34\x50\xad\x07\x30\x13\x46\x81\x2f\xb2\xc3\x60\x51\x69\ \x55\x2a\x91\x4e\xaa\x93\x68\x29\xbb\x48\xa7\x08\x1a\x83\x2a\x15\ \xe6\x37\xb9\xa4\x12\x95\x8d\x30\x29\x14\x46\x8d\x28\x28\xc2\x44\ \x1a\xb7\xc7\x4b\x88\xec\xb8\x0d\x27\x4c\xfe\x90\xc6\x09\x0c\x14\ \xcb\x7b\xa2\x1e\x1b\x95\x49\x27\x3b\xfa\xd3\xb8\xca\x68\xa9\x39\ \xa4\x75\x93\x04\xe5\x26\x41\xea\x14\x0a\x89\xc7\xa3\x13\xb9\x4c\ \x98\xcd\xdb\xe0\xd4\xda\x28\x7f\xc6\xe3\xa6\x40\x02\x29\x32\x1e\ \xcb\x84\x25\x98\x4d\xeb\xcd\xb5\x65\x9a\x33\x0d\x3d\x83\xc7\x46\ \xbb\x4e\x9d\xee\x39\x71\xaa\x31\x19\x6a\x4b\x2a\x60\x50\xbb\x3d\ \x99\x4c\x6d\xb2\x3d\x9d\x3f\xd3\x3e\x7c\xba\x31\xea\xcf\xc5\xd3\ \xa3\xed\x3d\xdd\xb9\x50\x32\xea\x4e\x87\x3c\xb1\xae\x4c\x34\x94\ \xf3\xe6\x62\x7e\x8f\x33\x1a\x4b\x92\x64\xd4\x4b\x50\x5e\x30\x0c\ \x84\xcd\xa6\x00\xf8\x23\x34\x36\xa9\x02\x25\xf5\xc3\x45\x55\xaf\ \x33\x82\x41\xd3\x49\xe2\x49\xbb\xc9\x46\xda\x4c\x26\xa3\x0b\xd5\ \x24\x41\x3d\xb8\xea\x75\x00\x4d\x26\x2d\xf0\x8d\x04\x47\xed\xc1\ \x9c\x6e\x2a\x1a\x22\x31\xbb\x9b\xd2\xa2\x62\x48\x04\x4e\x86\x09\ \x27\xa5\x21\x4c\x26\x93\xc8\x72\xf8\x30\x2a\x19\xa3\x92\x80\x9c\ \x9b\x34\xf0\xbf\x75\x16\x63\xbd\x05\xb9\xe5\x50\x38\xfe\x6b\xcf\ \x40\x5e\x72\xa8\x5e\x8a\x5a\xa7\xff\xf7\xaf\xea\x25\x1a\xa9\x46\ \x4b\xe2\x40\x67\x38\x70\x22\xd8\x49\xf0\xd6\x0a\x4c\x22\x11\x11\ \x5a\x13\x66\x52\xa8\x2c\x0a\xbb\xc8\x62\x94\x68\x50\x52\x8f\x48\ \xab\x92\x68\x15\x26\x1b\x38\x4d\x30\xb3\x12\x85\x04\x53\x10\xf9\ \x2f\x94\xa5\xbf\xfd\xd4\xaf\xd1\xa0\x4a\x59\x26\xd8\x83\x24\xae\ \xd5\xbd\xb2\x38\x21\x48\x18\x68\xb4\xba\x3a\x36\xa7\xae\x92\x51\ \xcd\xfc\x5c\xc9\x57\xf3\x7d\x0e\x1f\x57\x99\x62\x32\x68\x89\xaa\ \xc2\xe7\x30\x27\x8a\xf9\x95\x02\x87\x7e\xbc\x95\xce\xe3\x56\x54\ \xd5\xb5\xf6\xc2\x3c\x8d\xa8\x9d\xc7\x1e\xd7\xd7\xd1\x2b\x27\xa6\ \xfa\x46\x26\x16\x67\x5b\x9f\xbd\x31\xa7\xaf\x98\x9a\x9e\xe8\xeb\ \xab\x1a\x19\x99\x5f\x9b\x9b\x9e\x9d\x9b\x98\x87\xd9\x72\x7a\x7c\ \x02\xd5\xc9\x02\xf2\x1a\xe9\xed\xed\x1b\x9f\x9f\x5d\x9c\x9b\x9a\ \x5d\x5b\x59\x5a\xda\xdc\xbe\x85\x1a\x41\x83\x5c\xdd\xda\xbb\x75\ \x6f\xe2\xc8\xbf\x97\xe6\x97\x66\x2f\x6d\xa3\xc1\x7c\x53\xf9\xc1\ \xc7\x17\x7f\x58\x9d\x5c\x1f\x2a\x5f\x30\x6c\xa1\xae\x39\x37\xcf\ \x81\x5e\x1d\x04\x3b\x78\xef\xde\x7e\xce\xcd\x7e\x25\x99\xfb\x8e\ \x10\xad\xb9\x5f\xbe\x9f\x95\x73\x9f\xac\xce\xfd\xff\x1d\xe1\x7f\ \x2e\x1f\x98\xb8\x70\xe1\xcf\x6f\xbc\xfc\xdc\x73\x8f\xbc\xf4\xea\ \xc9\x57\x4f\x8d\xb6\xe5\x73\xf1\x64\x6d\x32\x99\x74\xba\xc3\xf0\ \x09\xd9\x48\x12\xd3\x18\xd1\xf1\xaa\x90\xd6\x07\x55\xc1\xd0\x9f\ \x52\x77\x7e\xd9\xa9\x15\x49\x55\xa8\x92\x9f\xd1\x55\x63\xb4\x58\ \x74\x08\x9e\xc1\xbc\x7b\x31\x5d\xd0\xfd\xdb\x5f\x3e\xfb\x95\x80\ \xc9\x1a\xbf\xb7\xb3\xb7\x8b\x3c\xde\xd2\x26\xea\x9a\x01\x77\x37\ \x77\x6f\xdd\xba\x05\x7e\xaf\xcf\xfa\xef\x01\x9e\x32\xf6\x8f\x09\ \xf5\xda\xed\xcf\x87\xa6\xf6\x76\x5e\xbf\x7e\xef\xb1\x77\xb6\x67\ \x17\x97\x7e\xf8\x06\xb5\x89\x05\x7d\x86\xcb\xad\x7d\xc1\xba\xb5\ \x2d\xf4\x74\x4d\x0f\x7d\xf7\x19\x39\xfc\x4f\xc3\xd0\xbf\x2b\xd6\ \xf6\x00\xae\xbe\xfd\xf6\xde\xb7\xa0\xd1\x7d\xcf\x3c\xf7\xee\xb5\ \x59\xf5\x40\xc3\x7f\x89\x5b\xfb\xaa\x00\x69\xef\x6e\x0b\x22\x85\ \xd5\xc9\xc4\x4c\x31\xb5\x71\x6d\x35\x92\x68\x1a\x2a\x0f\xf9\x12\ \x4d\x4d\x60\xbd\x52\x8e\x84\xc3\x90\x6a\xb2\x96\x7c\x62\x06\x87\ \x85\x38\x8a\x41\xe3\xd0\xab\xd8\x6c\x6e\x85\x1e\x11\x16\x3a\x67\ \xc8\x61\xb1\xe1\x67\x75\x55\x6f\x1d\x93\xae\x57\xb3\x58\x28\xd5\ \x8f\xc6\x61\xf0\xc0\xb6\xd1\xb8\x2c\x9e\x80\xcf\x10\x88\x51\xef\ \x54\x86\x8c\x21\xf3\x29\x79\x72\x3e\xcf\xec\x03\x12\xa1\x31\x40\ \x8a\x8a\x09\x5f\x42\x26\xf6\x0d\x95\x0d\x7c\x1a\x6a\x57\xc8\xe3\ \xfb\x0c\x02\x8e\x40\x8e\xb0\x45\x20\x14\x1b\xc0\x6f\xc9\x0d\x56\ \x50\x40\x31\x9f\xc7\x45\x19\x87\xa9\x84\xc1\x67\x35\x80\x8c\x71\ \x99\x7c\xf0\x8b\x34\x70\xa8\x28\x12\x8c\x25\xe0\xf1\x79\xe8\x6f\ \xe5\x3c\x0e\x47\x98\x85\x6f\x82\x04\x10\x13\x9f\x29\x00\x6f\x27\ \xd4\xb7\xb6\xf6\xc2\xb5\x6f\x6a\xa4\x75\x64\x7a\x69\x9c\x11\xb9\ \xf6\xd5\x64\xb1\xbc\x3a\x09\x3c\x99\xf5\x25\x0c\xa9\x62\x93\x23\ \x92\xb0\x2e\x34\x19\xc4\x66\x81\xd2\x5a\x94\x27\x12\xa8\x2b\x50\ \x42\x66\xf0\x65\x53\xa8\x89\x8e\x50\x9e\x68\x8a\x98\x0d\x62\x3e\ \x6a\xf7\xa5\xf4\x45\x0c\x02\x3e\x3a\x2f\x68\xb6\x82\x69\x35\xf8\ \xf8\x02\x21\x4a\x23\x02\xc1\x15\x0b\xc4\x3c\xe5\x03\x1a\x05\x28\ \x90\xc4\xae\x35\x4a\x2d\xbf\x0a\xea\x5c\x35\x35\x46\x9d\xae\x5e\ \xa3\x55\x89\x4c\x08\xa9\x44\xf5\x12\x1b\xc0\x84\x56\xe4\x26\x71\ \xd4\xfe\x33\x18\x0c\x4a\x4d\x28\x81\x5d\x8a\xd9\x35\x36\x93\xdb\ \xeb\x24\x71\xd3\xff\x61\xea\x4d\xfc\x9b\xaa\xf2\x3f\x6e\xb3\x9a\ \x3d\xf1\xde\xe4\xe6\xe6\xde\x9b\xfd\x66\xdf\xf7\xa5\x6d\xd2\xd0\ \x36\x49\x37\x78\x85\x16\xa4\x84\x6a\x5d\x46\x0d\x71\x5c\x6b\xc0\ \xb5\x2a\x4a\x5c\x23\x65\x5a\x8b\x4c\x5b\xb4\xfe\x6a\x6b\xc5\xba\ \x40\xe9\x0c\x2e\x8c\x2c\xea\xd8\x51\x11\x07\x44\x10\x15\x19\x1e\ \x98\xff\xe2\xf9\x9e\xa2\xf3\x3c\x05\x4a\x9a\x36\x6b\xef\xf9\x9c\ \xcf\xfb\xdc\xef\xf9\x7c\xc1\x64\xb5\xb5\x36\x87\x7c\xa8\xc7\xc3\ \xba\xa6\xae\x26\x0a\x83\x01\x0d\xd0\x15\x8b\x46\x95\x14\x0c\x46\ \x7d\xc0\xe3\x67\x12\x36\x07\x66\xb3\xc5\x5d\x4a\xcc\xc1\xd0\x38\ \x9d\xf4\x39\x5d\x4d\x31\x57\x73\x53\x0b\x8e\x27\x9b\x6c\x6d\x9d\ \x6d\xed\xa1\xee\xfe\xcd\xf7\x6d\xdd\xf2\xd0\x96\xee\xa7\xb6\xf6\ \xac\x6f\x09\x46\x1d\x1d\x5b\xba\x9a\x83\x2d\xfd\xfd\xdb\xb6\x6e\ \xb8\x7f\x4b\xff\xc6\xe6\xd6\xae\x78\x47\x53\x6b\x73\x67\x7b\x53\ \xac\xdb\x17\x43\x09\x12\xb1\xe6\xce\x96\xa6\x66\x9f\xa7\xd5\xec\ \x74\x74\x76\xa6\xcc\xac\x07\x8e\x66\xc6\xe3\x89\x37\xfb\xcc\xae\ \xa8\xc3\x66\x73\x30\x04\x8d\x42\x60\xfc\x7a\x3d\xc5\x66\x81\xdf\ \xe0\x28\x66\x3d\x51\x9b\xd2\x45\x7b\x9c\x14\xa9\x47\xb5\x86\xa8\ \xdb\x4a\xd1\xcf\xfa\x59\x46\x49\x98\x01\xfe\xe2\x49\x07\xbc\xc4\ \x96\x4e\x07\xe3\x70\xa0\x13\x7a\x84\xc3\x61\x66\x18\x5f\x2c\x44\ \x93\x04\x46\xf8\x4d\xf5\x44\x11\xdc\x1a\x8b\x6c\x28\x4c\xef\x30\ \x3a\x70\x3f\x5b\x64\x62\xf1\x17\x1f\xb9\xbb\x1f\x5c\x90\x52\x99\ \xad\x92\x38\xc0\x09\xcb\x52\xb8\x12\x65\xbf\xb9\x1c\x2e\xb4\xab\ \xc3\xe3\x41\x21\xbb\x04\x49\x31\x18\xbc\xbd\x59\x1c\x26\x01\xb0\ \x55\xb8\x5e\x69\xa6\x09\x3d\xa9\xc7\x30\x3d\x4a\xed\x45\xc1\xe3\ \xb4\x19\x9e\xa1\x5e\x49\x50\xcd\xdf\x7c\xb1\xeb\x52\x0f\x8c\x43\ \x0c\x45\x2a\x06\x9c\x0e\x80\x52\xe2\xd7\x21\x6b\xe9\xa7\xd3\x2a\ \xa1\xc0\x6a\xd5\x4a\x2a\x56\xbe\x84\x7f\xe8\xa4\x5b\x03\x73\xa6\ \x5d\x28\x37\x70\x85\xff\x8c\x34\x72\xa7\x79\x40\x80\x42\xbe\x54\ \x9c\x0f\x73\xb5\x25\xaf\xb5\x16\x36\xe8\x40\xb5\x26\x1a\x72\xde\ \x77\xb5\xb1\x86\xb7\x31\x3b\x35\x62\x1d\xab\x4c\xce\xff\xf8\xb2\ \x64\x5a\x90\xf7\x86\xe5\x5c\x7e\x2d\x3f\x31\x3b\x31\xb5\x30\x35\ \x39\x95\x07\xff\xd5\x00\x7f\xd5\x98\x1a\xaa\x94\xf2\x48\xb4\xc0\ \x61\x4d\xa0\x33\x5e\x93\xb3\xd7\x92\xdc\x17\x97\x4f\xa1\x55\x9d\ \x95\x9b\x3e\x6b\x4c\xd7\xa6\xe7\xc0\xad\x5c\xb8\x7c\x8e\xff\xf9\ \xe9\x93\x3f\x9c\x3e\x39\xbc\xeb\xc3\xc2\x04\x98\x8d\xab\x57\xaf\ \x1c\xbd\x61\x55\xb0\x56\x8e\xfc\x5e\xd8\xf0\xc7\x72\xfb\x9a\xff\ \x95\x35\x20\xbd\x3a\xfc\x3f\xd1\x42\xff\xae\x5c\xb9\x82\x04\x6b\ \xcf\xf0\x07\xef\xfd\xfd\xc9\x17\x6f\xbd\xe5\xb6\xed\x5b\xb6\x3e\ \xb4\x76\xf3\x86\xf6\x96\xe6\xd6\xd6\xf6\xa0\x2f\xe4\x4b\xc6\x43\ \x49\x9f\x99\xa2\x08\x54\xa8\xcb\xc0\x6c\x83\x66\x1d\xfc\x5b\xed\ \x99\x27\x5c\x4a\xb6\x58\x2f\x82\xeb\x32\xc1\x11\x08\x1e\xd7\x84\ \xfb\x67\xea\xb8\xcd\x83\xfb\x4d\x1b\xde\xba\xef\x23\x85\x98\xab\ \x98\xbf\x7a\x0e\x9e\x19\xd2\x9f\x53\x97\x41\xb1\x56\xae\x5e\x06\ \xba\xbd\x70\x6a\xe5\x44\x45\xf6\xaf\xc7\x39\xef\xbe\x3c\x2d\x2a\ \x2c\x7f\xb6\x8f\x67\xe7\x9e\x77\xff\xb6\xf2\xe6\xf3\xba\x05\xef\ \xa9\xd9\x9d\x6f\x2c\x5e\x3c\x75\xea\xd4\x85\x8b\xab\x1f\x17\x4e\ \x00\x1a\xe6\xfb\xfb\x85\x3f\x7f\xb7\x3b\xb0\xfd\x2b\x6d\xe5\x1f\ \x07\x07\x2f\x9c\x3b\x0f\x92\x85\x5a\x9b\x9d\x3f\xf5\xf1\x3d\x6f\ \xdc\xfe\xcb\x89\x8f\x3a\x7a\xfe\x3a\x54\xe2\xcf\x8f\x80\xd8\xa9\ \x40\x9c\x06\x33\x85\x34\xda\xea\x9c\x1e\x18\x4e\x5b\x32\x96\x02\ \x58\xad\x5c\x04\x85\xf1\x65\x22\xbd\x85\xc1\x9c\x45\xcc\xe3\x70\ \xe1\xaf\x90\x8b\x82\x75\x44\xa8\xb0\x4a\x20\x10\x19\x84\x22\x31\ \x7c\x29\xd4\x01\x23\x0a\xac\x72\x81\x00\x35\xc4\xe6\x70\x04\x3c\ \x31\x07\x5c\x11\xea\x95\x8d\x7a\x9b\x82\x55\x52\x69\x15\x3c\x09\ \x60\x9e\x5a\xab\x92\xca\x54\x1a\x70\x2b\x0a\x95\xc2\xa2\x2e\xec\ \x2f\xe4\x22\x03\x03\x9f\xec\x4d\x03\xff\x45\x72\x5a\x40\x3b\x0d\ \x3a\x03\x67\xd1\xa8\x41\x04\xa4\x28\x02\x59\xa6\x51\x4b\x57\x83\ \x6c\xc0\x6f\x59\x22\x46\xa3\x44\x20\xc9\x80\x29\xe3\x48\xb4\xee\ \x8c\x45\x22\xe2\x08\xf8\x02\xf4\x28\x2a\x89\x82\xc7\xb3\x58\xb4\ \x1c\x83\xc2\xad\x95\x08\x05\xb2\x8c\xbd\x90\x51\x80\xc3\x52\x68\ \x39\x72\xd4\x7a\xae\x52\x1a\xaa\x79\x61\xa6\x9b\xab\x48\xd3\xc7\ \xdf\xff\x64\xdf\xfe\xbd\x03\xfb\x72\xbb\x86\x51\x27\xd8\xde\x9c\ \x5d\xdd\xb7\x6f\xb0\x00\x2f\x17\x3c\x5d\x44\x63\x51\xd8\xd3\x52\ \xa3\xd6\xe8\xd6\xc8\x50\x5e\x8e\x45\xeb\x06\x28\x36\xaa\xd5\x52\ \xb7\x05\x95\xb4\xa2\x0e\xd0\x39\x1e\x47\x63\x34\x4a\x15\x5a\xbb\ \x94\x03\xa8\xe8\x36\xca\x50\x2e\x04\x5c\xd4\x5c\x67\x06\xcf\xa4\ \x2c\xc2\x27\x12\xd5\x0c\x25\x8a\xc5\xd1\x03\xa3\x55\x93\xc9\x49\ \xd1\x4e\xa0\xbf\x44\x02\xfc\x03\xf0\x12\xeb\x71\xd8\xcc\x64\xb9\ \x5a\x1d\x37\x11\x2e\x9b\x13\x20\xd1\x13\xc2\x71\xc6\xe6\xc1\x52\ \x2e\xb3\x23\x6a\x43\x89\x0f\xad\xdd\xeb\xda\x7a\x3a\xd7\xf6\xc4\ \x70\x74\x3a\x19\x4b\x28\xd1\x29\x7a\x5f\xb3\x99\xb0\x81\x3b\xc3\ \x29\x0a\x27\x71\x87\x2d\xea\xb3\x61\x0c\xe3\x60\xa2\x0e\x54\x5d\ \x1f\x5a\xdf\x19\x57\x3a\xdb\xd7\x7a\x1c\x6d\xc1\x60\xb4\x63\xdd\ \xd6\x97\x5f\xd8\xb2\x69\xeb\xd6\x67\xfa\xd7\x6e\xed\x06\x9d\x70\ \xb6\x25\x3d\xad\x0f\xad\xef\x6a\x6b\x6e\x73\x98\x51\xf3\x79\x60\ \x82\x68\x4b\x34\xe4\x33\x33\x51\x17\x3a\x0b\x18\x8a\x87\xe2\xa9\ \x78\x28\x94\x44\x67\xfd\x62\x21\x9b\x2d\xda\xd4\x19\xb5\x85\x92\ \x2e\x90\x52\x1b\x5a\x8b\x42\x35\xe9\x8e\xa0\x0d\x67\xc9\x04\x49\ \xa3\xf9\x58\x59\x2e\xeb\x59\xda\x04\xc2\x66\xa3\x5d\x94\x53\x89\ \xd7\xb3\x89\x22\x1c\xd9\xe5\x62\x16\x14\xc6\x5f\xc4\x6c\x01\x9b\ \xa7\xdb\x65\x73\xf9\x9a\x9b\x6d\x66\x9a\x52\x3a\x31\x0c\x35\x1b\ \xa4\xcd\x28\xf7\x8d\xc4\xb1\x62\xb5\xc8\xb2\xe3\xc5\x2a\x8b\x53\ \x80\x95\x38\xa1\x37\xe1\x89\xf1\xb2\xc9\x5f\xcc\x46\x5f\xb2\x05\ \xdb\x77\xf6\xe3\x2c\xbc\x63\x65\x20\x12\xa5\x12\x55\x29\xd2\x4e\ \x9a\x72\x30\x4a\x60\x5b\x07\xea\xb2\x0a\x3e\x0b\x3c\x1b\x98\x28\ \xa5\x12\xd5\x8c\x28\x49\x25\x05\x62\x04\xee\x15\x41\x1f\x49\x45\ \x01\xbd\x69\x4c\x89\xd1\x8c\xd2\xec\x64\x70\xaa\xe5\xb5\x4b\x07\ \x3f\xec\x52\xe2\x7a\xc6\x11\xb2\xc5\x52\x29\x9b\xcf\x93\x88\x7e\ \xdc\xbb\xdf\x2d\x8a\x18\x25\x22\x85\xc1\x60\x4c\x8b\xf9\x12\x9e\ \xf4\xf4\xe9\x61\x11\x4f\x25\x0d\x5b\xf9\x22\xaf\xe2\xb8\x85\xaf\ \xd6\x88\xf2\x25\x91\x58\x24\x37\x84\xe5\xf9\x86\x48\x5e\x12\x86\ \xf3\x95\xc6\xd8\x54\x5e\x27\xe5\x96\xa6\x66\xc7\xa6\x41\xb0\x1a\ \x63\xd3\xd3\xd3\xbc\xf6\xaf\x1b\x61\x6b\x38\x6c\xb0\x86\xad\x63\ \xe1\xb1\x85\xc5\xc5\x85\x5a\x69\xa4\xd2\x18\x2a\xd5\x1a\x43\x56\ \xc4\x85\x8d\xc6\x54\x69\xa8\x31\x36\x36\xbb\xbc\x78\xea\x14\x58\ \xab\x63\x47\x8e\x1d\x39\xb2\xea\xb0\x2e\x9c\x53\xdc\x2b\x6e\x94\ \x26\x26\x01\x98\x2e\x5f\xbe\xa2\xfb\xe9\xd2\x07\xef\xfd\x73\xf7\ \xfe\x0f\x77\xe5\x4f\x21\x38\x3a\x77\x65\xcf\x6a\xe9\xd5\x9a\x63\ \x0b\x2b\x87\xaf\x5d\xba\x61\xcf\x1f\x1b\x9e\xff\xb7\x81\xf0\x0f\ \xb1\x5a\xa5\xc2\x6b\xa2\x85\xa0\xf0\xc6\xab\x3f\x7d\xf8\xf3\x3b\ \xf7\xdc\x7a\xf3\x1d\xdb\x9f\x79\xfe\xa1\xfb\xfb\x37\x6f\xdd\xd0\ \xdd\x9a\x82\x99\xca\xd7\xd2\xd1\x96\x8a\x7b\xcc\x34\x06\x2e\x17\ \xc3\x13\x24\xcc\x45\x18\xe9\xf7\xb3\xc4\x3f\x2c\xaf\xb7\x50\x24\ \xa2\x70\x16\x66\x5f\x12\x26\xa0\x2c\x78\x67\xbd\x29\x9a\xa4\xf5\ \xfe\x84\xf9\xd6\x87\xdf\xb4\x08\xc5\x1a\x1e\x1f\x46\xc6\x2c\x08\ \xd6\x91\xd5\xa4\x89\xcb\x57\x57\x2e\x1c\x3b\x72\xe2\xe2\xe5\x53\ \x25\xfe\x5b\xef\x9c\x7e\xf6\xed\x63\x1a\xe1\xd4\x8b\x5f\x18\x44\ \x7b\x1b\xde\x5f\x2e\x1e\x8f\xfe\x7b\xea\xfb\xc6\xca\x91\x8f\xbe\ \x3c\x86\xe4\xea\xf2\xe5\x13\xa7\x40\xb9\x2e\x5e\x38\xb6\x32\xb2\ \x6e\xe7\xc4\xeb\xef\xfd\x6b\x93\xe6\xed\x91\xe9\x83\x12\x19\xa8\ \xe0\xca\xf9\xab\x2b\xe0\xb0\xae\x5e\xfe\xf5\x96\x77\x1e\xfc\x7c\ \xec\xf4\xf3\x4f\x6d\x3b\xd9\xc8\x2f\x4e\x1f\xb9\x78\x51\x3d\x98\ \xee\x2b\x00\x00\xe5\x72\x7d\xfb\xfb\x72\xbb\xfa\xd4\x39\x40\xc1\ \x81\x42\x5f\x24\x93\x89\xe4\x22\xf6\x4c\xa4\xe0\x8e\x48\xc5\x7c\ \x64\xa5\xc4\x02\x03\xa0\x21\x5f\x67\xe5\xca\xb9\x56\x81\x48\x68\ \x10\x96\xac\x06\x30\x5a\x60\xac\x84\x02\xb1\x48\xc8\xe1\x0b\x05\ \x72\xbe\x0c\x20\x90\x23\x12\x89\xc4\x02\x01\xc8\x97\xd4\x12\xe1\ \xf1\x54\x00\x54\x5a\x29\x28\x96\x4c\xcd\x53\xa8\xed\x60\x51\x2c\ \xa0\x48\x20\x91\x83\x9f\x7c\xd7\x97\xcb\x48\x41\x1d\xd4\x32\x91\ \x5a\x85\x16\xdb\x41\xad\x34\x76\x99\x82\x23\xd3\xa8\x24\x22\xa3\ \x05\x04\x8b\xc3\xd3\x48\x79\x3c\x99\x82\x07\xb4\x68\xcc\xa9\x81\ \x03\x65\x3c\x15\xb8\x33\x09\x0f\x28\x54\xc4\xe3\x49\xa5\x62\x99\ \xd1\x0e\xe4\x59\x90\x68\x14\x7c\x9e\x44\x98\x3e\xb4\xbb\xaf\x4f\ \x22\xb0\xdb\xc5\x52\x99\xce\x20\x0f\x7b\x2b\xb5\xda\x88\xb5\x14\ \x9e\x9e\xaf\x68\x07\x4e\xff\xf4\xc5\xee\xbd\x7b\xfb\xfa\x80\x06\ \x51\xbf\xfa\x74\x04\xf0\x71\x30\x82\x94\x39\xa3\xd1\x82\x48\x03\ \x04\xdb\x33\x19\x8b\x5d\xa3\xe6\x65\x8c\x6a\x77\x3a\x12\x51\xa3\ \xbe\x87\x32\x74\x02\x14\xc4\x54\x25\x03\x0e\x94\x28\x14\x52\xd4\ \xda\x47\xa6\x90\xc1\x25\x8b\x0a\x0c\xa3\x40\xa2\x52\x48\xaf\x23\ \x11\xea\xa1\x62\x96\x04\x8c\x2f\x7f\xb1\x3e\x7a\xa0\xbe\x54\xc5\ \x13\x98\xa9\xee\x37\x95\xcb\x6c\xb6\x3a\x6a\xc2\x41\x6d\x08\x9a\ \xa1\x95\xd9\x99\x7a\xdd\x5f\xc6\xcd\x34\x8e\x60\xc8\xe9\x44\xe5\ \x0e\xd1\x40\x80\xb0\xc5\x5b\x5d\xed\xc9\xd6\x58\xaa\x63\x3d\xea\ \xec\x67\xa3\xf4\x4a\xd6\x0c\xd6\x01\x54\x0e\x4c\x96\xd9\xc6\xb0\ \x09\x12\x08\x2d\x65\x0e\xc6\x29\x86\x01\x34\xd3\xfb\x6d\xce\xa8\ \xaf\xb5\xb9\xa5\xdb\xe6\x34\x99\x3b\xdb\x62\x40\x53\x6d\xcd\xd1\ \xee\x6d\x0f\xed\xd8\xd0\xbe\x65\x43\x97\xa7\x7d\x43\x88\x4e\x46\ \x43\x77\xb7\xb4\xf4\xf7\x38\x58\x9a\xa6\x19\x12\x0e\x4f\xa7\xcb\ \x6c\x23\x3d\x9e\x10\x43\x01\x52\x51\xc1\x14\x16\x8b\x81\x22\x79\ \x42\xe6\xa6\x94\xcb\x09\x96\x30\x60\x8b\x81\xac\x35\xb5\xb4\x9a\ \xcd\xb1\x40\x20\x68\x8e\x81\x21\x89\x3a\x01\x49\x19\x13\x49\x13\ \xe5\x2c\xce\xe2\x78\xb6\x08\x82\x93\x1d\xf5\x3b\x63\x36\x92\x34\ \xc3\x94\x4c\x92\x09\xff\x78\xa2\x98\x98\x19\x4f\xd4\x13\x2c\x49\ \xa4\x42\x68\x7b\xbe\x2f\x06\x13\xb9\xcd\xe1\xf1\xd9\x94\x09\x54\ \x22\x8a\x25\xe0\xe8\x27\x71\x32\x8b\x36\xd8\xa2\xf1\xa1\xa4\x94\ \x26\x5c\x49\x26\x58\x4a\xc9\x82\x40\x91\x59\x2a\xe0\xaf\x27\x5c\ \x9b\x63\x7a\xd6\x4f\xea\x81\xf2\x50\xf8\xb1\x03\x64\x1a\x5c\x1a\ \x45\x98\xcd\xce\x00\xd8\x3d\x80\x3a\x90\x2b\x94\x5c\xc9\x60\xc0\ \x2a\x24\xea\x52\x05\xbf\x00\x0c\x75\xc3\x03\x23\x8b\x32\x4b\x41\ \xd0\x94\x7a\x13\x01\xe2\xe5\x82\x79\x81\xd9\xf6\xed\x7b\xdf\x75\ \x52\x94\x93\x21\x80\x26\x69\xc6\x07\xef\x79\xf7\xe3\xaf\xdf\x73\ \xb6\xef\xf5\xc2\xde\x0f\xf7\x83\x6f\xda\xfd\x0b\x4f\xcc\x13\x4a\ \x14\x1a\xe3\x80\x40\x26\x57\x95\xf2\xd3\x82\xe3\x7b\x79\xe2\x5e\ \x29\x37\x6c\xd5\x89\x24\x12\xab\xd5\x3a\x5d\xd2\xc0\x08\x30\xd4\ \x2a\x13\x8d\xbc\x4e\x17\xae\x8c\x4d\x4f\x36\x66\x67\xa7\xa6\x50\ \x35\xf7\xe4\x83\x0f\x7a\x47\x84\xe8\xca\x89\xfc\x2c\x30\xe2\xd4\ \xe2\xe4\x58\x69\xac\x36\x32\x32\x94\x1f\x02\xb1\x42\x4b\x13\x43\ \x23\xc0\x84\x23\x53\x53\x0b\x47\x96\x57\xab\x45\xe7\x16\x51\xc9\ \xe8\x85\x53\x27\x56\x56\x5e\x1c\x9e\x06\x1b\xb6\xb8\x08\x02\x75\ \xae\xf2\xe5\x6f\x3f\xbd\x7d\xe9\xbd\x9f\x7e\xe1\x9d\x42\x30\x78\ \xe5\xdc\xd5\xab\x2b\xe7\x0e\xef\xb9\xe1\x46\x0e\xff\xfc\xd1\x1b\ \xae\xbf\x06\x84\xab\x35\x0c\xff\xdb\x31\xf8\xbf\xb2\xab\xc3\x47\ \xf7\x5c\x5b\xbb\x42\x9a\x75\xe5\xdc\x95\xa3\xd7\x8f\x1d\xff\xf0\ \xa7\xf7\xfe\xf2\x97\xa7\xb6\xbf\xf4\xd2\x4b\xdb\x36\x3d\xb6\x69\ \xdd\xba\x75\x3d\xdd\xad\xdd\xad\x1d\xed\xf1\x54\x67\x30\xa0\xa4\ \xcd\xb8\x52\x9f\x85\x5f\x00\xd8\xfe\x6c\x42\x89\x80\x9f\xf8\xf2\ \xc3\x67\x83\x78\x36\xeb\xd7\xe3\x68\x53\x99\x99\xa2\xc1\x08\x27\ \xb2\x78\x34\x45\x92\x04\x8e\xb7\xbf\xfc\xae\xd1\x2b\x2e\x48\x8e\ \xcd\x2d\xcc\x5d\xb8\x7c\xf9\xd4\x32\x88\xd6\xf2\x85\xcb\x17\x4f\ \x5c\x3c\xb6\xb8\x78\xe1\xd4\xb2\x44\xf2\xc8\x77\x3f\x3f\x31\x7c\ \x8a\x3b\x7d\x62\x58\xc8\x0b\x57\x1a\xc2\x47\x2b\x95\xe4\xff\x4d\ \x3c\x74\x69\xf9\xfc\x45\xee\x34\xbc\xf6\x63\xcb\x27\x16\x51\xfa\ \xea\x2c\xf8\xcb\x52\xfb\xcb\x23\x77\xbd\xfd\xc4\xbb\x53\xea\x85\ \x89\x7c\xe3\xaf\x96\x73\xe7\x40\xb0\x50\xa1\xd6\xf9\xcb\xff\xde\ \xfe\xd9\x8b\xdf\x4e\xf4\x3d\x72\xf3\xfd\x4f\x4b\x27\x26\x47\x4e\ \xad\x5c\x88\xec\x42\x99\x60\x7d\x28\x95\x78\x57\x2e\xbd\x7b\x17\ \x18\xac\xbe\x5c\x21\x93\x4b\xa7\xd3\xb9\x88\x3b\x33\x68\x8f\x44\ \xdc\xbd\x32\xa0\x2f\x70\x34\x42\x2e\xea\xbd\x21\x04\xfc\xe3\xf2\ \x39\x22\x5d\xd8\x9a\x87\xf9\x04\x58\x51\x82\x96\xe5\xc5\x02\xbe\ \x18\x98\x91\x2b\x96\x80\x17\x93\x73\xf8\x5c\x81\x44\x2a\xe4\xad\ \xa6\x9e\x4b\x25\x28\xc3\x0a\xe8\x4e\x61\x04\xdb\xb4\xea\xaf\xa4\ \x46\xf7\xe0\xfe\xc1\x7f\xee\x4e\xf3\x00\xdc\x8c\x76\x85\x16\x6c\ \x0a\x07\x1d\x29\xe9\x1c\xf8\x2d\x9e\x5d\x02\xca\x65\x47\x39\xa0\ \x1a\x85\x4a\x23\x01\xcb\x26\xe6\x29\xec\xc0\x89\x19\x8b\x14\xf5\ \x85\x06\x03\xa6\xe2\x70\xe5\x28\x40\x50\x66\x11\x4b\xb4\x60\xdb\ \x50\xc1\xaa\x82\xc3\xd3\x66\x64\x9a\xdd\xfb\x3f\x29\x80\x37\x53\ \x83\xf1\x0a\xcb\x05\x86\x70\x09\xa0\x30\x2f\xb4\x4e\x2f\x36\x14\ \x85\xd3\xc7\xf7\xed\x3f\xb4\x77\xd7\xf0\x3f\x7b\xc1\x60\xb9\x77\ \x15\xd2\x39\x75\x41\xd3\x37\x68\xb4\x67\x0a\xbd\x28\x20\x3e\x93\ \xe9\xb5\x1b\x33\x68\xff\xb3\x54\xeb\x76\x6b\x8d\x6a\x95\x1a\x55\ \x60\x69\x33\x16\x85\x5b\xa5\xb5\xc0\x23\xd9\xc1\x03\x4a\x8d\x19\ \x85\x56\xab\x82\x47\x14\xa3\x66\x3b\x32\x15\x47\x22\x91\xa8\xae\ \xc3\xa2\x78\x59\x69\x2a\x8f\x97\xfd\x7e\x92\x66\xcb\xa3\x07\x0e\ \x8c\x26\x60\x1c\x11\x33\xe3\xe5\x72\xbd\xca\xfa\xeb\x65\x18\x97\ \x30\xdb\x93\x24\x0c\xa9\xba\xdf\x5f\xac\x56\x49\x1a\x67\xcc\x4c\ \x82\x30\xf9\x31\x94\x9f\x6c\x53\xe2\x4e\x17\xd3\x16\xec\x8a\xb7\ \xb6\xb6\xad\xed\xde\xda\xbf\xce\x86\xe9\x69\x57\x13\x4a\x92\xa5\ \xb3\x4a\xd4\xfc\xca\x81\x99\xcd\xae\x56\xf0\x16\x60\xdc\x08\x3d\ \xe6\x70\xc1\xd8\x77\xd9\x82\xc1\x40\x32\x95\xb4\x45\x7b\xba\x7c\ \xb8\x33\x15\x68\x8b\xf5\xb7\xad\xeb\x5e\xbf\xb6\x33\x4a\x45\x3b\ \x82\x74\x3c\x10\xdc\xb2\xb1\xab\x67\x7d\x13\x18\xa8\x38\xe5\x09\ \x51\xca\xd5\xb0\x28\xd2\x83\x76\xb3\x90\x4e\x2c\x1b\x6d\x72\x04\ \xe3\x41\x27\x95\x8a\x9a\x5b\x3a\x5c\x2e\x17\x30\xa8\xcf\x19\x0d\ \xd8\x1c\xb1\x68\x53\x2c\x1e\x6a\x89\x3b\x9a\x83\x80\xab\x2e\x8a\ \x31\xeb\xc1\x0a\xc1\x94\x5b\x35\xb1\x84\xb2\xea\x9f\x61\xa9\x44\ \xbd\x48\x23\x83\x44\xb1\x26\x96\xf4\xcf\x24\xf4\xc5\x32\xaa\xe0\ \x59\x62\x09\x3d\xe5\x88\xc6\x3d\xa9\x98\x27\x94\x0a\xf9\x9c\xc1\ \x98\x59\x3f\x5a\x66\x4d\x64\x75\xa6\x8c\x9b\xfc\xd9\xaa\x3f\x31\ \xbe\x54\x25\xb3\x7a\x16\xc3\x58\x13\xc6\x02\x69\x62\xfe\x04\x59\ \x5f\xaa\x7b\xe2\xb8\x5e\xcf\xae\x0d\xa0\x10\x3f\x56\xd9\xe6\xa3\ \x82\xc1\x58\x08\x58\xdb\xe1\x44\xe4\xc7\x30\x66\x4f\x14\x4c\x1a\ \x83\x51\x66\x02\xa4\xcc\x8c\x53\xe0\x3a\xc1\xf2\xa1\xbd\x70\x4a\ \x9a\xc2\x89\x84\x12\xb5\x1d\xc6\x28\x06\xe6\x81\xd5\x40\x4c\x86\ \x89\x62\x4a\x3c\xf5\x7f\xbf\xbc\xb7\x4e\xef\xb4\x11\xb8\x6b\xb5\ \xdc\x15\xd3\xfb\xfa\x63\x9b\xbf\x79\xa5\xe5\xd6\x5b\xbf\xbf\xe3\ \x5b\x95\x57\x58\xe1\x14\x7e\xe0\x58\x32\x22\x1d\xff\xbd\x43\x06\ \x21\x4f\x37\x91\xf7\xf2\xde\x8e\x88\x14\x69\x2b\xb7\x54\x82\xf9\ \xba\x32\xe4\xcd\x8f\x28\x04\x61\x6e\xb8\x31\x81\xba\xf3\x36\x26\ \xe6\x1a\xb5\x91\x89\xd9\x39\x80\xbf\xc6\xd4\xc4\xdc\x87\x77\xef\ \xae\x85\xf9\xf2\xb1\x89\x89\xf0\xd8\x72\xa3\x06\xee\xab\x31\x34\ \x56\x33\x54\xc2\x72\xdd\x90\x2e\x5c\xaa\x55\x40\xbe\x6a\x95\x91\ \x89\x85\xe9\xc9\x85\x05\xc4\x83\x47\x16\xe7\x4f\x5c\x3c\x72\xe4\ \xc2\x85\x8b\xe7\x22\xb7\x8d\xcc\xd6\x46\xe6\xe7\x67\x8f\x5c\x3e\ \x37\xf5\xed\x07\x97\xbe\xbf\xf4\xeb\xb7\xc3\x8b\xe7\x2f\xaf\x5c\ \x5d\xb9\x7a\xf1\xd8\xec\xa9\xc3\x37\xc2\xc7\x11\xcd\xca\x9e\xeb\ \x57\x17\xb0\xfe\xc8\x66\xb8\x61\xcd\xd1\xdf\xb7\xe2\xfc\xe1\xae\ \xae\x15\x61\x5d\x01\xdd\x5a\xc5\xc1\xc3\x37\x2c\xfc\xfc\xfe\xc1\ \x1f\x3f\x78\xe3\xb6\x27\xb6\x3f\xff\xd2\xa3\x8f\x6d\xd8\xba\x61\ \xd3\xfa\xe6\x4e\x00\xc2\x96\x9e\x8e\x58\x53\x93\xcd\x49\x3a\x99\ \x2c\x4c\xaf\x59\xbd\x5e\xa9\xc7\x13\x09\x74\x96\x88\x4c\x30\xef\ \x7d\xdc\xaf\x84\xd9\x82\xa0\x08\x25\xb8\x7f\x00\x69\x3d\x99\xf5\ \xe3\xbe\x66\xb8\xa0\xf7\xf4\xf7\xbc\xab\x0e\x87\x0f\x69\x8e\x9d\ \x00\x1c\x3c\xb1\x0c\xae\xf0\xe2\xf2\xfc\x32\xe0\xdd\xb1\x53\xcb\ \x53\xf3\x8b\x53\x91\xc2\x3a\xed\xc3\xef\xcc\x8d\x9d\xf4\x5e\xfd\ \xed\xa9\xbe\xca\xf4\x32\xe7\x37\xf1\xc4\x4d\xbf\x09\x5b\x3e\xaf\ \x5c\x98\x5a\x9e\x9b\x9e\x5c\x5e\x58\x98\x9b\x9b\x9f\x9a\xaa\x0d\ \x8d\x34\x26\x07\x7d\x1f\x85\xb7\xbe\xfd\x35\x87\x6f\x5f\xbe\xb0\ \x7c\x75\xee\xaf\xff\x44\x0c\xbc\x72\xf9\xc2\xca\xca\xb1\x1f\x6f\ \xfb\xf8\x4f\x4f\x56\xf6\x3f\xf4\xea\x8f\x3b\xbf\x87\x77\x78\x71\ \x65\x39\x93\xe9\xcb\x44\xd2\xbb\x76\x47\x32\x6e\x6d\x5f\x5f\x2f\ \x0a\x52\x19\xe8\xcd\xf5\x0e\xa4\xb5\x91\xbe\xbe\xbe\x42\x26\x03\ \xce\x23\x63\x94\x89\x84\xe8\x8c\xa0\x5c\x28\xe4\x8b\xc1\x61\x89\ \x74\x28\xae\x2c\x6c\x95\x1b\xe4\x48\xc0\x90\x9a\xf1\x79\x22\x39\ \x5f\x22\x01\x5f\xc5\x97\xea\x74\x1c\x60\x42\xb0\x59\x02\x8d\x45\ \x12\xc9\x59\xd4\x5a\xb4\x2b\x9a\x23\x91\x69\x51\x66\x96\x5b\xa2\ \x70\x23\xef\x92\x19\xf8\xe2\x9f\x7d\x1a\xb7\xd1\xe8\x46\xa1\x80\ \x3c\x05\xaa\x73\x57\x29\xd2\x1a\xf0\x2f\x12\x8d\x86\x23\xd5\x2a\ \x8c\x96\x88\xc4\xae\xb5\xdb\x55\x32\x19\xa0\x26\x50\xa5\x02\x6d\ \xdc\x93\xaa\x50\xa4\x83\xda\x22\xd1\x71\xd4\xa8\xf7\x83\x54\xa0\ \xc8\xac\x76\x6a\x56\xab\x64\x22\x8e\x36\x6d\x94\x15\x0a\xbb\xd2\ \x6e\xbb\xc6\xad\xe2\xf1\x74\x61\x9d\xb5\x54\xcb\x87\x41\x5a\xf3\ \x43\x73\x63\x9c\xc2\xe9\xdd\x9f\xfc\xb2\x7b\xef\x71\xd4\x1b\x76\ \x7f\x24\x77\xfc\x50\xa6\xd0\x37\x90\xee\xeb\xb3\x64\x22\x16\xbb\ \x25\xa7\x49\xef\xce\x59\xec\x6a\x63\xba\x80\x1a\xea\xa2\xac\xe4\ \x88\x9a\xa7\xce\xa5\xb5\x5a\x8d\xca\x62\x57\x68\xdc\x16\x8b\x4a\ \x8b\x3c\x16\xc8\xa6\x1d\x75\x9e\xd0\xa2\x3a\x07\x0d\x2a\x73\x97\ \x0a\xa4\xd7\xc1\xc0\x21\x61\x8e\xd2\x97\xeb\x24\x4b\x24\xc0\x60\ \x1d\x38\xc0\x66\x49\x9a\x2a\x8f\x67\xeb\x89\xaa\x9e\x2a\x27\x4c\ \x66\x40\xc2\x72\x19\x55\x1a\x65\x4d\x68\x4f\x7c\x35\x81\xd3\xe0\ \x05\x18\x30\x00\xb8\x92\x30\x03\x32\xc5\x7d\xca\x80\x33\x1a\xec\ \xee\xe9\xe9\x8c\x35\xad\xeb\x4c\xd2\x66\x26\x16\x0d\xac\x8d\xd2\ \xac\x5f\x69\xb3\xa5\x92\x49\x07\x6a\xc0\x43\x82\x1a\x60\xb6\x10\ \x15\x67\x94\x7e\xb0\x69\xb4\x93\x08\xa5\x5a\xfb\x93\xd1\x8e\xb5\ \x18\xcc\x80\xc9\x78\xb3\x2f\x9e\x4a\xf6\x34\xb9\x9c\xb6\xee\x24\ \x66\x4e\x86\x02\xc9\x68\x34\xd4\x1e\x42\x9d\xc2\x52\x2d\x2d\x2d\ \x5d\xdd\x1d\xf0\xb9\x39\xd6\xdc\x62\x8e\xd9\x3c\x34\x11\x6c\x6f\ \x8d\xb6\x36\x05\x3b\x43\x4d\xf1\x8d\xb1\xa8\x2d\x99\x4c\x76\xfa\ \x02\x3e\x30\x47\xc1\xa6\x40\x4b\xaa\xbb\x25\x16\x8b\x26\x93\x01\ \x9b\x93\xc2\x94\x2c\x86\x9b\x31\x36\x51\xc6\xc1\x3a\xb2\xe5\x6c\ \xb6\xe8\xaf\x8e\x03\x07\x26\x68\x27\x96\xf0\x03\xd2\x65\xd1\x8b\ \xaa\x16\xc7\xc7\xeb\xb8\xcb\xec\x01\xfa\x0a\x80\x35\x44\x19\x7f\ \x1e\x5f\x14\x1b\xad\xb3\xd5\x6a\x7d\x7c\xa9\x58\xac\x97\x8b\xa6\ \xd1\x72\x9d\xc5\xc1\x45\xc1\xdc\x5d\xf6\x67\xfd\x2c\x6b\xf2\xeb\ \x8b\xa3\xe5\xfb\xef\x65\xab\x2c\xab\x74\xb2\x09\xbf\x09\x0f\xde\ \x71\x5f\x6b\xc7\xda\x76\x57\x34\x10\x0a\xda\x18\xd4\xb3\x93\xa4\ \x28\xb3\x93\xa6\x1d\x01\x97\xd3\x81\x51\x14\x43\x99\x1d\x0e\x8a\ \x04\xa0\x84\x37\x5d\x6f\xa2\x81\x0e\xc1\x40\x92\x84\x8b\xd2\xa3\ \xc6\x61\x34\xae\xc4\x94\x9e\x98\x13\x94\xce\xff\xb4\xfa\xc3\x3b\ \x1d\x34\x8d\x9a\x26\x80\xcf\x53\xea\x31\x57\xf4\xf6\x4f\xfe\xf1\ \xc8\x1d\xcf\xbd\xf2\xe1\xf1\xbf\xef\xe5\xb9\x73\xbc\xf4\x6e\x3b\ \x57\x28\x0a\x73\x79\x87\x14\x0d\x91\x42\x20\xaf\x58\xdd\xbb\xd5\ \x22\x95\xc8\xea\x6d\xe4\xad\xe1\x52\xd8\xab\x6b\xe8\x78\x56\x6b\ \x6d\x08\xfe\x8c\x94\x26\x27\x27\x51\x7f\x9c\xc9\xd9\xd9\xd9\xd5\ \xfa\x05\x6e\xd3\xab\x92\x89\xca\xd0\x58\x05\x6d\xbc\xa9\x79\x6b\ \x63\x43\x43\x43\xb5\xfc\xd0\x90\xce\x9b\xf7\x5a\x0d\xf9\x92\xb7\ \x54\xab\xd5\x4a\xd3\x0b\x0b\xb3\xf3\x73\xa0\x56\x60\xae\x4e\xa0\ \xe8\xbe\x63\xa8\x9b\xf1\x6d\xbb\x17\xa6\x4a\x8d\xc9\xe9\x89\x23\ \xe7\x2e\x7e\xf6\xef\x0f\x2f\xbd\xf7\xc1\x37\xbb\x8f\x9d\xbf\x08\ \x76\x65\x19\xee\xfd\xc2\xf5\x48\xaf\xae\xce\x5d\x3d\x8a\xe2\x45\ \x7f\x8f\x18\x45\xde\x6a\xcd\x9a\x6b\x27\x0a\xff\x58\x71\xbf\xa6\ \x5c\xab\x4b\xed\x7b\x56\x4f\x17\xee\x39\x3c\xfc\xfe\x07\xdf\xfe\ \xfb\xff\xde\x7a\xf0\xd6\x9d\x4f\x3d\xbd\x63\xdb\xfd\x9b\xb6\x6d\ \xe8\x69\x69\xef\xee\x6f\x6a\xed\x4e\x3a\x03\x01\x33\x63\x73\xe2\ \x68\xf9\x10\x94\x08\x04\x9f\x40\xed\xd4\x94\xd9\xec\x68\xcb\x6f\ \x8f\x38\xfc\x4a\xcc\x0c\x4a\x4f\xd2\x30\x31\x98\x19\x1c\x27\x58\ \x5b\x94\x46\xe4\xbd\x76\xdb\xe7\x02\xb9\xf4\x34\x07\x35\x7c\x5d\ \x9e\x9a\x5b\x3c\x71\xec\x02\x6a\x6b\x3d\x3f\x3f\x39\x3b\x36\xb5\ \xb0\xc8\x57\x7c\xd4\x3d\xf0\x42\x7e\xd9\xfe\xca\xf4\xf9\x93\x9b\ \x7e\xec\xdb\xbb\x7f\x70\xb7\x38\x3c\x51\xdb\x15\x3a\x74\x0c\xdc\ \x68\xa3\x31\x34\x37\x1d\x6e\xcc\xce\x4f\x37\xbc\x43\x95\x12\xef\ \xd1\xc0\xbf\x54\x2f\x0d\x7e\x3f\xa5\x49\x8b\x34\x8d\xe5\xab\x93\ \x6f\x6a\xd0\xe9\xc7\x0b\xe0\xd8\xa6\x9f\xbc\xe7\x6f\x1f\xef\x37\ \xfc\xb2\xf3\x8c\xe0\xd6\x3f\xf1\xe6\x66\x67\x57\xc6\x0a\x99\xbe\ \x41\xd0\xa7\xd5\x06\xaa\x05\xbb\x46\x93\x4b\x0f\x14\xd2\xc3\xbb\ \xfb\xd2\xf6\xc1\x5e\xf0\x1b\xf6\x74\x1f\x5c\x99\x51\x8b\x50\x6f\ \x46\x90\x26\x11\x9f\xcf\xf5\x1a\x74\x5e\x83\x17\x48\xdd\x20\x14\ \xc3\x75\x02\x2e\x30\xa1\x00\x85\xc8\x88\x45\x32\xd4\x64\x96\x2f\ \xe4\x4b\x79\x1c\x54\x2e\x25\x92\x72\x54\x40\x75\x0a\xb4\x7a\xa5\ \x90\x70\x10\x50\x69\x72\x11\x29\x4a\x71\x57\x29\xec\x85\xc2\x3f\ \xf7\xba\xdd\xf6\xd5\xfa\x00\xd0\x34\x0e\xda\x37\x2d\x93\xf2\x14\ \xf0\x4d\xd0\x2e\xa3\xda\x62\x89\xa8\x25\x68\x0b\xa1\x9a\x27\x80\ \x7b\x57\x48\xc0\x67\x89\xb4\x7f\x34\x8b\xd7\x00\x00\x20\x00\x49\ \x44\x41\x54\x5a\x35\xcf\x68\x54\x69\x15\x6a\x8e\xc4\x12\x31\x6a\ \x2d\x32\x91\x48\xa1\x50\x1b\x25\x32\x63\xc4\xa8\xe0\x4b\x2c\xbd\ \x19\x14\x98\x6c\x1c\x40\xdb\x14\x65\x12\xd4\x96\x1c\xa6\x42\x2f\ \x3c\x61\x83\x7c\x6e\x82\x1b\x39\x79\xfc\x87\x9f\xbe\xd8\xff\xc5\ \xbe\xbe\xe1\x5c\x5f\x64\x60\xd0\x0d\xc2\xd9\x3b\x98\x1e\xce\xe4\ \x06\x2d\x99\xc2\x60\x26\xd7\xeb\x1e\x1c\x5c\xdd\x2b\xa8\x51\xc3\ \x33\xb3\x80\x8e\xab\x35\x69\xbb\x54\x81\x82\x48\xc1\xec\xd9\x51\ \x91\xa8\x16\x34\xd5\x08\xe8\x08\x20\xc8\x91\x4a\x25\x52\xb5\x4c\ \x62\x51\xc1\xf3\xbf\x0e\xf9\x0c\xc6\x94\x1d\xaf\x26\xf4\xa8\x4c\ \x78\x74\x74\xa6\xe8\xaf\xd7\xe1\x5a\x53\x35\x31\xc3\x06\x42\xd5\ \x71\x3d\x90\x54\x71\x86\x25\xb3\x2c\xc0\x0e\x5b\x27\x61\xc4\x2a\ \x71\x8c\xf0\x44\x29\xc6\xe3\x72\x46\x41\x17\x40\x84\x30\x8a\x60\ \x02\xa9\xb5\x6d\xc9\xf6\xee\x9e\xa6\x56\xc6\x19\xa5\x9c\x2e\x07\ \x6e\xf3\x74\x74\x36\x85\xe2\xae\xa8\xcb\x69\xa6\x31\x56\x89\x11\ \x4a\xca\x0f\x7c\x63\xf3\xf9\xd8\x71\xf0\x2b\x26\x4f\xeb\xda\xb6\ \x78\xd3\x16\x87\x83\x30\xfb\x92\xad\x3e\xa7\x0b\xf5\x0f\xc4\x1c\ \xed\x36\x3f\xc6\xb8\x18\x06\x90\x92\xf1\x79\xda\x5a\xda\x5b\xd7\ \xb5\x35\x35\x6d\x6c\xef\x6e\x6f\x4e\xb6\x75\xb5\x3a\x7d\x71\x00\ \xad\xa6\x54\x47\xb0\xb9\xa5\xb3\x2d\xd9\xd5\xbe\xb6\xad\xad\xbd\ \xad\xb3\xb3\xad\xad\xd5\xe7\x02\x79\x0c\x05\xe3\xcd\x1d\x1e\x47\ \x20\x96\x6c\x63\x7c\x3e\x8a\xc4\x58\x82\x2c\x16\x13\x38\x56\xd6\ \x67\x57\x5b\xd7\x55\xcb\x7a\xbf\x3f\xcb\xe2\x28\xe1\x0d\x74\xac\ \xaa\x9f\x59\xaa\x22\xd1\xaa\x9a\x00\xcb\x3c\x9e\x94\xc3\x13\x8d\ \x32\xb6\x68\x2c\x0a\xbe\x4d\x3f\x3e\xba\x34\xba\x54\xae\xcf\xd4\ \xc7\xc7\xb3\x33\xa3\xe3\x59\x7f\xb5\x9a\x4d\x80\xfd\x34\x29\xd1\ \x1e\x10\x13\xab\x37\x95\xa9\x3b\x5e\x62\xeb\xe5\x2c\x4b\xe9\xf5\ \x4b\x58\x72\xfb\x6f\x5f\xde\xfb\xc2\x86\xe6\x8e\xd6\x80\xc3\x66\ \x8b\x12\x18\xf8\x26\x54\x6f\xea\x62\xe0\xc5\x00\x0a\x3b\x9c\x34\ \x18\x28\x0c\x33\x51\x4a\xd0\x3b\xd4\xb5\x5e\x0f\xa8\xaa\x4f\xb0\ \xb8\xd9\xa3\xc4\x6d\x04\x05\xe8\x4b\x80\xff\xb2\xc5\x1c\x26\x8c\ \x64\xfe\x96\xfb\xa8\x9d\xd5\xb3\x21\x1a\x83\xa9\x01\x46\xa3\xf9\ \xaf\x6a\xed\xbb\xeb\xef\xbd\xf9\xa9\xdb\xff\xfc\xfe\xa7\xfb\x8c\ \xdf\xc9\x4b\x72\x8e\x30\xcc\xe5\x7a\xc3\x3a\x7b\x69\x84\xaf\x16\ \x96\x4a\x42\xf5\x21\xb5\x5c\x2e\x36\x4c\x4f\x0d\xf1\x15\x06\xaf\ \x40\x37\xc4\xf5\x96\x4a\xe0\xab\x80\x0a\xc1\x57\x4d\x4c\xcd\x4f\ \x83\x3a\xcd\x2d\xcf\x4e\x4f\x37\x66\xef\xe9\x3f\x59\x99\xa8\x58\ \x87\xa6\xa6\xa6\xc7\x26\xa6\x87\xac\x40\x82\xa5\xca\x48\x05\x8e\ \xbd\x7c\xde\x2b\x0f\x03\x10\xc2\x4d\xa7\xc6\xa6\x67\xe7\x8f\x1d\ \x3b\x71\x6c\x0e\xac\x15\x22\xc2\x8b\x17\x2f\x9e\xd3\xde\x3a\x15\ \x9e\x18\x9b\x68\x4c\x1d\xb9\xb2\xf8\xfe\x99\x0f\xcf\x1c\xfc\xf0\ \x17\xc3\xec\x85\x53\x47\x8e\xcc\x4d\x4f\x2d\x1e\xbb\xb0\xea\xaf\ \xce\x9f\x5a\xb9\xb2\xe7\x5a\xe5\xe8\x1f\xb1\x7d\x7f\x24\xf7\xad\ \xae\xb7\xff\x61\xb2\xae\x5c\x3b\x43\x08\x57\x5c\xb9\x72\xf8\x4a\ \xfa\x83\xf7\xbf\xfd\xe6\xeb\x1f\xdf\x7c\xf8\x8e\x07\x1e\x7b\x68\ \xcb\x8e\xcd\x4f\x6f\xec\xee\xea\x48\x76\xac\xed\x6c\x4b\xb9\x62\ \x49\xb3\xcd\x17\x74\x31\x66\x4c\x69\xf2\x2b\x71\xa5\x29\x61\x82\ \x5f\x66\x19\xe8\xaf\x58\x7d\xe2\xb5\x80\x1e\x33\xc3\x81\x63\x23\ \xd0\x1e\x56\x9b\x19\xb5\x20\x02\x57\x8b\xa1\x16\xa9\xed\xef\x0a\ \x74\xbb\x0e\x95\x2e\x2c\x1e\xb9\x70\x6a\x6e\x7e\xf1\xd4\xfc\xd4\ \xf4\xc4\xc2\xc2\xf4\xc2\x84\x77\x6c\x7e\x96\xbb\xef\xc3\xb6\x67\ \xfe\x64\x5f\xe4\xbc\xf6\xcb\xf4\x8a\xec\xdd\x4b\x6f\x1f\xba\xf4\ \xf6\xfe\x3e\x43\xe3\xc8\x8f\x0f\xe9\x16\xc2\x79\x8e\x5c\x5e\x9a\ \xad\xa8\xed\xe2\xb0\x80\xc3\x1d\x2a\x09\x6e\x8f\xc5\x44\x67\xbf\ \xfa\x59\x15\xf9\xcb\x37\x69\xd5\x3e\xc3\xdc\xb9\xe5\xbf\xef\x3b\ \x7f\x0e\x8c\xe5\xe5\x23\x7d\xcf\x3e\xf9\xcd\x19\xe1\xf2\xe9\x57\ \x33\xc7\x6f\x7a\xfc\xd2\xc2\xc4\xb1\x13\xfc\xdd\x85\xde\x34\x6a\ \x4c\x38\x9c\x4b\x0f\x66\x06\x23\xd2\xc8\xf0\x40\xa1\x50\x70\xa7\ \xed\x91\x82\x26\x8d\xba\x1e\xbb\xed\x99\xb4\x4a\x21\x16\x48\x44\ \x22\x1e\x8f\x23\x37\x70\x05\x06\xa1\x4e\xc7\x47\xad\x65\xc3\x3a\ \xbe\x81\x0b\xcc\x65\x05\x2f\x25\x90\xeb\xc4\x0a\xb1\x88\x2b\x10\ \xa2\xe5\x76\x9e\x5c\xa1\x00\x8d\xe3\x08\x84\x22\xe0\x35\x60\x42\ \xd4\xfb\x54\xec\x8e\x68\x51\xf1\x28\xd0\x13\xca\x53\x36\x5a\x8c\ \x39\xc0\x32\xbb\x05\x85\x2c\xcb\x34\x6a\x8d\x14\x21\x20\x4f\x11\ \xb1\x68\x44\x1c\x50\x3c\x14\xd4\xa7\xe2\xa9\xdd\x20\x0a\x6a\x8e\ \x00\x8e\x23\x9e\x5b\x83\xca\xad\x22\x1a\x95\x06\xd5\x5b\xa8\xec\ \x6e\xb0\x6b\x6a\x91\x08\xc8\x0c\xf9\x2e\x89\x56\xa5\x96\x70\x79\ \xd2\x34\x3c\x92\x7a\xd7\xa0\x51\x63\x07\xe7\xe3\xad\xe5\x0d\x25\ \x6f\xbe\x92\x17\x72\xf9\xf2\x89\x11\x41\xe1\xed\xd3\xdf\xf5\xee\ \xfd\xe9\x93\x5d\xa0\x55\x9a\x48\x6e\x60\xd0\x62\x77\x67\x86\x73\ \x03\xee\xbd\x5f\xf4\x16\x72\xe9\x5c\x26\x57\x80\xff\x7a\xdd\x16\ \x9e\x2a\x93\xcb\x81\x9c\x5a\xd4\x2a\x3b\xbc\x19\x88\x06\x35\x46\ \xb4\xb3\xd0\xa8\x51\x49\x34\xee\xb4\x51\x22\xb5\xab\x24\x0a\x89\ \x51\x1d\x31\xca\xc0\x1e\x4a\x78\x12\xde\x75\x68\x61\x86\x21\xb3\ \xc0\x84\xe5\xea\xe8\xcc\xf8\xd2\x78\x16\xb8\x30\x61\x32\x11\x09\ \xc0\x26\x87\x53\x9f\x2d\x92\x7e\x13\x5b\xae\xa3\x78\x7f\x25\xee\ \x00\x1f\x81\x93\x7e\xbd\x12\x86\xa1\x13\x35\x03\xf3\x05\x6d\x4a\ \x2a\x1a\x74\x30\x04\xe5\xc2\xcc\xed\x20\x11\x1b\x7b\xd6\x6d\x08\ \xd2\x51\x27\xcb\x62\x81\xfe\xfe\xb5\x6d\xa9\x68\x08\xa5\x17\x39\ \x69\x0c\x73\x39\x28\x14\x80\xae\xc7\x41\x42\xca\xe5\x62\xb1\xcc\ \xa6\xd6\xb6\xb4\xf7\xaf\x5f\x17\xc2\x1c\x66\x25\x13\xb5\x39\x6c\ \x81\x60\xdc\xe3\x0b\x06\x19\x8c\x59\x5d\xe3\x8e\x26\x83\xb1\x40\ \x73\x47\x7b\xb2\xa3\xbb\xa5\xa5\x23\xd5\xd6\xdd\xd2\xd4\xdd\xd5\ \x89\xf0\x31\x95\x4a\x35\x37\xb7\x34\x25\x41\xa6\x5a\xbb\xba\xd7\ \x25\xdb\x83\xa9\xa6\x78\xb2\x33\x44\xa3\x4e\x9b\xc1\xe6\x54\xca\ \xe5\x8c\x77\x36\x07\x3c\x51\x86\xa5\x95\x4c\x16\xd4\xb1\xac\xf4\ \x63\xa6\xf1\x71\x7f\xa2\x6e\xf2\x97\x13\x59\xb0\x49\x6c\x95\x86\ \x07\x49\x80\x1a\x27\xea\x6c\xb6\x9a\x85\x57\x69\xd2\x53\x84\x0f\ \x34\xc5\x43\xd9\x52\xb1\x28\x4d\x94\x47\xeb\xe5\x3a\xb8\xce\x99\ \xa5\xa5\xf1\xf2\x52\xbd\x5e\x35\x99\xca\x07\x58\x7f\x19\xa5\x88\ \x03\x02\x26\x28\x67\xd6\x84\xb7\x7c\x1c\x1f\x3d\xe0\xc7\xf4\x7a\ \x54\xf0\x73\xd3\xbd\xef\x9d\x79\xed\xae\xfb\x76\xb4\xad\x6d\x0f\ \x3a\xd0\x79\x4a\x8c\x60\x30\x7a\xf5\x14\x40\xdc\xc5\xd0\x8c\xcb\ \xa5\xc4\x60\xac\x99\x70\x64\x6d\x49\x9c\x52\xb2\x09\xd2\x0f\x44\ \x93\xd5\x83\x4b\x75\x2a\xc1\x45\xad\xf6\x4d\x87\x0b\x36\xa4\xf2\ \x78\xfc\x5f\x27\x6f\xa3\xb2\x2c\x10\x21\x28\x19\xce\x60\x8e\xd7\ \x6b\xdc\x4d\xd1\xd4\x86\xd7\x3e\xfd\xf4\xc1\x41\xf9\x3f\x2f\xa5\ \x6b\x06\x1e\x57\x1e\x56\x09\x4b\x1a\x81\xb0\x56\x92\x72\xbc\x23\ \x06\x99\x5b\x62\x15\x8a\xad\x63\x13\x25\xb9\x58\x07\x70\x37\x32\ \x22\xb4\x7a\x87\x26\xa6\xa7\xe6\x80\xf8\xc6\x2a\x35\x14\xd8\x3e\ \x31\xbb\x30\x31\x35\x39\x31\xf5\x6b\xf2\x1b\xc3\x44\x89\x3b\x36\ \x35\x3d\x99\x2f\x8d\x4d\x97\x1a\x48\xb1\xac\x95\xb0\xc1\xa0\xe3\ \x5a\x61\x9e\xf7\xca\x87\x26\x10\x44\x4e\x4c\x1f\x39\x71\x62\x7e\ \x76\xf9\xc8\x91\xf9\x13\x48\xb0\xce\x5f\xbd\xc5\x3d\xe1\x05\xc2\ \x9c\x06\x53\xf5\xe1\x07\xef\xff\xf0\xde\xd9\x43\xb3\x17\x8f\xcc\ \x4f\x4e\x4e\xcf\x03\x34\x2e\xac\xdc\x70\xe3\x8d\xd7\x5f\xbd\x0a\ \xae\xe9\x86\xdf\x77\xe6\xac\xf9\x3d\x5d\x66\x35\x65\x74\x75\x0b\ \xe1\x1f\xcb\xec\xab\x38\x78\x4d\xb0\xc0\x67\xad\xd1\xfe\xfb\xd2\ \xa5\x4f\xff\xfa\xd9\x97\xaf\xdc\xb2\xfd\xbe\x9d\xdb\x1e\xea\xdf\ \xfc\xd8\xd6\x75\xed\x9d\x6d\x1b\x3b\xfa\x53\x66\x3a\x1a\x0f\xfa\ \x62\xc1\x10\x6a\xd1\xac\x64\x49\xbd\xc9\x04\x40\x60\x62\xc1\x31\ \xb3\xfe\x84\xf3\x95\x14\x0b\x38\x0d\xef\x2a\xcd\x38\x5d\x01\xc6\ \xcc\x98\xa9\xa8\x83\x66\x50\x56\x19\xe5\xba\x45\xac\x53\x5b\x44\ \xc7\xe6\x8f\x2c\x8e\x8d\x4c\x2f\xcf\x56\x50\x7d\xb6\x7c\x28\xaf\ \x2a\x88\xb9\xba\x5f\x2e\xb5\xbb\xee\x54\xcc\x4a\x5f\xff\xfc\xd7\ \xd2\x05\xde\x57\xb7\x7f\x7a\xe6\x1f\x2f\xfe\xc6\x69\x34\x66\x0d\ \x67\xe4\x63\xbf\x7c\xf0\xc5\x27\x3f\x9c\xd4\x16\x80\x63\x06\x33\ \x8a\x8a\xc0\xfe\x4a\x57\xf3\x57\x27\x1f\xba\xfd\x35\xf1\xd6\x3f\ \x7d\xf4\x7f\xe9\x33\x9a\x91\xc5\x09\xaf\x6a\x76\xcf\x9e\xf3\x2b\ \x17\xf9\xf7\x3c\xfb\xd6\x8f\xdf\xa4\x4f\xec\x7e\xef\xad\xdb\xde\ \xb9\xfd\xad\xfc\xd4\xc5\xd9\xd5\xae\x5e\x39\x77\x7a\xb0\xcf\x62\ \x04\xc5\xd2\x6a\x32\x69\x04\x49\x30\x98\x8d\x16\x6d\x3a\xa3\x8e\ \xa4\xe1\x1a\x95\x56\xad\xe0\x70\x05\x1c\x0e\x47\x6c\x05\xc1\x92\ \xf3\xe1\xcd\x07\x99\x0a\x87\x0d\x02\x9d\x4e\xc8\x37\xc8\xc1\x57\ \xf1\x45\x3a\x24\x66\x62\x70\x61\x02\xb1\x44\x02\xce\x8b\xcb\xe7\ \x82\x74\xf1\x65\x32\xd0\x16\x85\xca\xa2\x95\x08\x14\x68\xb1\x8a\ \xa7\x90\x29\x54\x28\x70\x18\xa0\x2d\x93\x76\xc3\x23\xaa\x41\xc3\ \x78\x9a\xd5\xb0\x64\x8d\x54\x85\x42\xe1\xf9\x0a\x15\xca\x5a\xe0\ \x70\x14\xe0\x75\x56\x1b\x6b\x89\x41\x2f\x2d\x76\x89\x42\x6d\x57\ \xa9\x64\x0a\x7b\x5a\x65\x54\x81\x2b\x53\x89\x64\x1c\x9e\x58\xa1\ \x52\xa1\xab\x35\x6e\x8d\x4a\x25\x41\xdb\x76\xa4\x46\x00\x4d\xd0\ \x59\x90\x3c\x7e\x5e\x6e\x28\xa1\x33\x37\x5e\x1d\xd7\x50\xab\xf0\ \xd2\xc7\xdf\x3f\x7d\xa8\xb0\x17\x3c\x6a\x9f\xdb\x02\x38\x3c\xb0\ \x6b\x10\x80\x78\x18\x7c\xe6\xf0\x5e\xb4\x04\xef\x1e\xd8\x5d\xd0\ \x58\x0a\x7d\x6e\x85\x05\x84\xd3\x52\x00\xbb\x06\x0f\xa5\xe9\xb5\ \xa3\xee\x3e\x05\xb7\xd1\xde\x6b\x54\x48\xec\x46\x23\x6a\x2b\x0d\ \x2f\x09\xc4\x0b\x90\x50\x2a\xe3\xc9\x50\xc6\xf6\x75\x20\x1e\xfa\ \x2c\x90\x7e\x79\x7c\x66\xb4\xb8\x34\x3a\x53\x65\xfd\xac\x12\xf5\ \xd4\xd3\x97\x47\x49\x3d\x49\x25\x8a\x09\x13\x86\x97\x71\x53\x76\ \xa9\xcc\xea\x19\x64\xbc\x18\x7f\x91\x24\x61\xc2\x77\x38\x53\x0e\ \xc6\xc9\x04\x40\xb5\x3c\x80\x7a\xa4\x19\x73\x60\xe6\xe6\xfe\xb5\ \x9b\x5f\xde\xe2\x09\xac\x37\x63\xc1\x40\xac\x25\x16\x30\x3b\xa3\ \x04\x0d\xb4\xe3\x89\x26\x6d\xce\xa4\x99\xa4\xf4\x7e\x9c\x64\x51\ \x23\x26\x7f\xa2\xca\x12\x94\x6f\x47\xe7\xba\x98\xd2\xe9\x63\x70\ \x97\x8b\x70\x24\x53\xd1\x94\xa3\x2d\xde\x12\x72\x3a\x1d\xb4\x23\ \x6a\x0b\xb6\x85\x7c\xf1\x78\x5b\x28\xbe\xb6\xb9\xa5\x3b\xd4\xde\ \xda\xdf\x0a\x82\xe8\xeb\x01\xf0\x6b\xe9\xf2\x05\x63\xa9\xf8\xfa\ \x66\xe0\xc4\xee\xf5\xb1\x58\x2c\xd4\x9e\x6c\x6a\x8d\x87\x92\xae\ \xa6\xe6\x78\x2a\xee\x71\x46\x93\x6d\xbe\x14\x58\x3d\x40\x30\x8c\ \x5e\x3d\xdf\xa9\x64\x8b\x33\x45\x90\xa5\x2c\xbc\xe0\xb2\x89\x24\ \x4d\x24\x96\xa8\xce\x54\x8b\xf5\x51\xb6\x3c\x9e\x80\x19\x7a\xdc\ \x5f\x05\xdf\xe3\x04\x5e\x33\xbb\x3c\xc1\x50\xca\x96\x1d\x45\xe6\ \x0a\x2d\xec\xd5\x67\x0e\x8c\x8e\x8e\x8f\x97\xf5\x26\xf0\x5a\x20\ \x62\x55\xf0\x69\xd9\xc4\x38\xbd\xe3\x85\xcd\x3b\x6f\xee\xd7\xb7\ \x77\x63\x84\xcd\x49\xb3\xf7\x7d\x7c\xef\xd9\x6f\xdf\xbc\xfd\xe5\ \x47\x7b\x9a\x52\x68\xaf\x92\x83\xd6\x9b\x9d\x98\x09\x77\x02\x65\ \xda\x5c\x66\xc6\x41\x3b\x61\xfe\x8f\x92\x34\x8d\x56\xec\x71\x52\ \x49\xd0\xe0\xd2\x08\xbf\x09\xbe\x52\x9a\x81\x61\xc0\x85\xe2\x4a\ \x1c\x37\x61\x84\x99\x46\x2d\x78\x68\x8f\xe7\xc7\xb7\x3b\x28\xbd\ \x09\xde\x7a\x78\x6e\xf0\xf1\xbc\x24\xff\xb0\xb3\xdb\xd7\xbe\xed\ \xbd\x67\xdc\xe9\x1f\x8e\x0f\xc8\xc6\xf8\x72\x43\x98\xaf\x2e\x71\ \x55\x79\xeb\x88\x57\x25\x09\x87\x79\x11\x71\x38\x5f\xf1\x8e\x4c\ \xa1\xe2\x9d\x7c\xa5\x31\x35\x51\xca\x4f\xa0\x6c\xf6\xf9\xf9\xb9\ \x09\x6f\xa9\x32\x3b\x3f\x35\x36\x36\x39\x35\x3d\x32\x35\x32\x26\ \x88\x7d\x2c\x9c\x1a\x69\x8c\x8c\x80\x54\xa1\xf5\xae\x1a\x37\x3c\ \x64\xe5\x72\xb9\xd6\x21\x2e\x8c\x97\x4a\x89\xcb\x2d\x4d\x4c\x4c\ \xa1\xac\x86\x23\x17\x16\xa7\x50\x34\xf2\xec\xf2\xfc\xb1\x95\x95\ \x2b\x92\xfd\xde\xa9\xb1\xc6\xc4\xe4\xfc\xd5\x73\x03\xdf\xfe\x70\ \xe6\xe7\x83\xb2\x23\x17\x97\x17\x16\xc6\xc6\xe6\x4f\x5c\xbe\x3c\ \xb9\xb8\xe7\xc6\x1b\xf7\x5c\x5e\xb9\x72\x14\xe9\xd5\xea\xf6\x9c\ \x35\x6b\xae\xbf\xe1\x7f\x9b\x08\x8f\xfe\x11\x29\x73\x78\xcf\xb5\ \xf3\x83\x87\x57\xb7\x10\xa2\x4b\xd7\xcb\xff\xfd\xef\xdf\x7e\x7c\ \xf5\x95\xbf\x7d\xf4\xe0\x2d\xf7\xbd\xbc\xed\xe5\xcd\xfd\x0f\xed\ \xd8\xb8\xfe\xee\x8d\xdd\x9d\xe8\x34\xb0\x8b\x70\xc5\x43\x74\x34\ \x4a\x91\x30\xd3\xa2\xde\x29\xa8\x94\x99\x36\x15\x8b\xd9\xaa\x5f\ \xcf\x76\x04\xe1\x98\xd5\x27\xfc\x09\xcc\xe6\x50\x12\x7a\x74\x8e\ \x17\x35\x4e\x42\x29\x8e\x94\xe3\x4d\x19\xff\xa0\x91\xb7\xbc\xb8\ \x30\xd1\x30\xe4\x27\xc6\x6a\x3a\xb1\xc0\x2d\x91\x1f\xfa\xf5\x64\ \xdf\x3f\xbf\xfc\xdb\x5a\xe6\x41\xb7\xb0\xf0\xc4\xbf\x86\x37\xa5\ \xe7\x07\x5f\x79\xe0\xf1\xa7\x1f\x5b\xb7\xfe\xc7\x85\x29\xf9\x42\ \xe9\x13\x4b\x8c\x76\x39\x02\xcd\x1b\xee\xbd\xf3\xc5\x6f\xbf\x3e\ \xfb\xc1\x87\x6f\x3e\xb6\xae\xeb\xd1\xf7\xd6\x3f\xf0\xf2\xfb\xf7\ \xb8\x1e\xff\xf8\xd3\xbf\x7d\x2e\x2d\x59\xf7\x9f\xcc\x8f\x2c\x5f\ \xac\xf1\x8e\xdf\x7e\xdf\x6d\xef\x7e\xf3\xc6\xf1\x89\x5f\xdf\xfc\ \xc7\x97\x5f\xdd\xf9\x86\x7c\x61\x25\xf2\x7e\x3a\x32\x30\x10\xe9\ \x8d\x44\x22\x6e\x8d\xdd\x6e\xd4\xa2\xad\xbf\x00\x45\x7d\x80\x63\ \x99\x4c\xa1\x90\x2e\xd8\x15\x32\x0e\x5f\x2b\xe3\xa9\x50\x0c\x16\ \x07\x2d\x5e\xf1\x51\xc3\x49\x83\x5c\x20\xb7\x7a\xc1\x5a\xc9\xad\ \x72\x79\x58\x2e\xd7\x09\x84\x72\x11\xdf\x2b\x14\x73\x81\x0b\xc5\ \x28\x3b\x59\x2c\x53\x71\x50\x18\xa9\x4a\x26\x06\x35\x91\x48\xc4\ \x1c\x9e\x45\xc3\x53\x1b\xa5\x62\x2d\x2a\x0e\x50\xdb\xdd\xf0\x39\ \x3d\x38\x98\xc9\x28\xae\x9d\x7c\x93\x1a\x25\x2a\x8d\xca\xa8\xd1\ \x6a\x54\x02\x1e\x88\x94\x42\x86\x9a\x19\x49\x8d\x2a\xb5\x54\x08\ \x7a\x20\x12\xf0\x40\xc4\x24\x0a\x63\x04\xbe\xab\xb1\x80\xfb\x92\ \x00\x36\x2a\x54\x76\xd4\x74\xd9\x1e\xc9\x81\xc2\xd8\x55\x32\xa9\ \x06\x1e\x41\xc6\x93\x5a\xe0\x3b\x0a\x55\x5a\x2b\xe2\xca\xe5\x5e\ \xab\x37\x0f\xb3\x9b\x3c\x5f\x31\x48\x7b\x7f\x38\x39\x78\xfc\xf8\ \xae\xfd\xdf\xed\x2b\xa4\xfb\xfa\x06\x76\x67\x06\x87\x73\x19\x90\ \xce\x5c\xa4\x77\xa0\xb0\x0f\xe0\xb8\x90\xce\x68\x34\x1a\xbb\x31\ \x92\x8e\x28\x2c\xa8\xba\x15\x08\xb5\x90\xe9\x05\x31\x45\xb5\xef\ \x20\x5b\x1a\xad\xc2\xa2\x06\x04\xe5\xa1\xc5\x7f\xb5\x45\x81\x92\ \x94\x25\x22\x78\x5c\x99\xec\x3a\x82\xc1\xf5\x59\x3d\x99\xa8\x03\ \xf9\x8c\x2f\x2d\x55\x59\x60\xc3\x32\x86\x27\x4c\xca\x44\x11\xe6\ \x7e\xda\x5f\xd4\xeb\x95\x18\x6e\x2a\xce\x94\xcb\x40\x54\xfa\x2a\ \x6e\xc2\x71\x22\x01\xfe\x20\x66\x73\xe2\x4a\x8f\xcd\x63\x46\x39\ \x78\x4a\xf0\x24\x0c\xa6\x57\x92\x84\x23\xd8\xb6\xae\xa7\x33\x16\ \x4c\xb9\xda\xda\x52\x36\x8f\xcb\x64\xf2\x31\x65\xdc\x16\x70\x35\ \x05\xcc\x30\xf9\x91\x7a\xbd\x99\xf2\x9b\x40\x28\x0e\x14\xcb\x09\ \xb6\xc8\xa4\xb6\xf4\xa7\x5a\x02\x7a\x17\xe6\x88\x05\x03\x9e\xee\ \xe6\xa6\x50\xc8\x11\xb3\x05\x7d\x4a\x9b\x39\x06\xff\x37\x77\x84\ \xe2\x6d\x81\x68\x73\x4b\x47\x47\x53\x5b\xaa\xbb\x35\xde\xd2\x1c\ \x68\x69\x6d\xf6\xf5\xb4\xb4\x44\x7d\xa9\x54\x57\x67\x1c\xbe\xd8\ \xd8\x11\x08\xc5\x83\x28\x1e\x3e\xd5\x84\x8a\xa0\x5d\x31\x5b\xa0\ \xa5\x29\x16\x0c\xfa\xe8\x00\x3c\x35\x33\x4e\x2b\xd1\xb6\x23\xc2\ \x9f\xc5\xc8\x72\x82\x9c\x29\x27\xfc\x7a\xd2\x9f\x2d\x26\x00\xe7\ \xb2\xac\xbf\x3a\x33\x8e\x24\xac\x3c\x3a\x5a\xd5\x83\xf9\x32\x03\ \x08\xe2\xb4\xcf\x83\x5a\x45\x8c\x8f\x83\x54\x8d\xc2\x9f\xf1\xea\ \x81\xa5\xd1\xba\xdf\x3f\x3a\x53\x5f\xaa\xce\x80\xb2\x8f\xc3\xf5\ \xed\xf7\xdd\xf9\xd4\x63\x81\x0d\x7f\x27\x4d\x4c\x34\x46\xe1\x7e\ \xfa\xc9\xbb\xfa\xbf\x3c\xfe\xd1\x63\x4f\x6c\x6e\x6f\x05\x97\x66\ \x33\x47\x9d\x00\xc1\x28\x34\x8e\x71\x38\x03\x51\x8f\xc3\x11\x8d\ \x05\xe0\x42\x80\x30\x91\x60\x0d\x48\x02\x9c\x14\xe1\xaf\x26\xd8\ \x04\x86\xc3\x0f\x9a\x9d\x4a\x8a\x20\x40\xb1\x10\x2c\x9a\x9d\x36\ \x17\x41\x12\x84\x53\xf9\x84\xf6\x4e\x06\x4c\x83\x1e\xec\x1f\x68\ \x16\xdd\xfe\xca\x97\xf6\x9d\x1d\x1b\xdb\x77\x6e\x6e\x7f\x43\x5b\ \xd8\xf7\xb6\x6a\xa8\x22\xd4\x7a\x6b\x11\x41\x5e\x21\x11\xd4\xbc\ \x0a\x99\x30\x1f\xd6\x0a\x2b\x70\x04\x55\x2a\x43\x3a\x03\x27\x5f\ \x43\x65\xa0\x13\x73\x73\x63\xb3\x60\x7f\xe6\x26\x86\x4a\x43\x23\ \x0b\x0b\x00\x79\xd3\x13\x23\x23\x23\xd3\x13\xdb\x36\x7f\x33\x32\ \x32\x04\x92\x55\x1b\xb1\x86\xf3\xf9\x7c\xd8\xea\x15\x0b\x85\xe1\ \x21\x83\x9c\xab\xab\x78\x75\x3c\x43\x65\xa4\x31\x3d\x56\x02\x26\ \x3c\x32\x3f\x3b\x3f\x37\xbb\x38\x37\x3b\x7f\xf1\xea\xd1\x53\xdf\ \x69\x06\xe0\x56\xb3\xb3\x17\xcf\xd9\x0f\x9e\x3d\x7b\x76\xf7\xd0\ \xc8\xd8\xe4\xc2\xc2\xdc\xfc\xa9\x53\x17\x57\x2e\x5f\x38\x7a\xe3\ \x8d\x6b\x56\x2e\x9f\x5b\xb5\x57\xd7\x6a\xb0\xf6\xac\x56\x35\xa0\ \x0c\x2c\xa4\x4e\x7f\xfc\xb9\x56\x27\x7a\xed\x22\xa2\xc1\xc3\xd7\ \x8f\x1c\xfc\xf5\xcc\xcf\x5f\x3f\xfc\xea\x9b\xef\xfe\xf9\x96\x67\ \x76\xee\xd8\xb0\x75\xeb\x8e\x17\x36\xf4\xf4\x74\x04\x53\x31\xd4\ \x95\x90\x62\x5c\xf0\xbf\x8f\x22\x50\x7b\x34\x93\x1e\x75\xc1\x31\ \x65\x61\x0e\x62\xcb\x24\xcb\x9a\x5c\x34\x63\x42\x41\x0d\x09\x8c\ \x32\x29\x51\x27\xe7\x80\x0b\x0e\x3d\x82\x84\x69\xcb\xf6\x8d\xe4\ \xe4\x13\x22\xa1\x95\x53\x19\x0a\xcb\xbd\x7c\xae\x28\x32\x5c\x70\ \x5b\xa5\xbb\xbe\x3b\xfb\xf0\x1d\xdb\x5c\xdd\x67\xfa\x76\xbd\xd7\ \xb4\xfe\xe0\x3b\xdd\x1a\xc9\xae\x47\x83\xcd\x9d\x6b\xb7\xde\xb7\ \x8b\x3f\x62\x9d\x1f\x3b\xfe\x02\x5a\x2a\x4d\x06\x43\xfd\x8f\xdd\ \xdd\xdf\xd2\xd4\x1c\x48\x06\xdb\xb7\x7f\xbe\xa1\x7b\xc3\xc3\xf7\ \x38\x62\xeb\x6e\xfa\xfe\x6f\x7f\x19\xdc\xff\xf6\x4f\x1f\xec\xf7\ \x5a\x27\xb7\x6f\x7c\xee\xcf\xaf\xbf\xf9\xc6\xd9\x43\xfc\xb3\xef\ \x7e\xf8\xd5\xe3\x1b\x76\x7c\xc6\x9d\x3e\xf6\xea\x7b\x76\xf7\x60\ \x9f\x31\x02\x14\x34\x68\x77\x47\x8c\x91\xbe\x82\xdd\x0e\x2c\x54\ \x18\xb6\x14\xf6\x66\x32\x83\x1a\x05\x0a\xe8\x13\xc3\xd8\x37\x2a\ \x14\x3c\x2e\x70\x20\x5f\x20\x11\xf2\x45\x61\xb4\x97\x41\x57\x92\ \x0b\x51\x2b\x6c\xa1\x2e\xcc\x87\x7f\x08\xff\x05\x02\xae\x40\xc4\ \x41\x65\xdf\x40\x48\x32\x1e\x47\x25\x13\x01\xb2\xa1\x44\x06\x05\ \x87\x67\x8f\xa0\x9e\xa3\x12\x8e\x02\xc4\x44\xab\x41\x1f\x46\xd5\ \xf0\x2f\xc3\x83\x16\x95\x54\xaa\x50\x48\xb5\x11\x30\x5d\x46\xbb\ \x4c\xaa\x96\x08\x90\xe0\xd8\x25\x1c\x60\x3c\x8b\x1b\xa0\x4c\x02\ \x2a\x28\x41\x51\x36\x3c\x9e\x88\xa7\xd1\x6a\xed\xe0\xd1\xb4\x62\ \xd0\x37\x30\x59\x16\x35\x47\xa3\x41\xd2\xe1\xb6\xd8\x15\x12\x55\ \x41\xcd\xd3\x28\xa4\x6a\x74\x2b\x2d\x4a\x90\x00\xf3\x27\xcc\x0f\ \x55\xc2\x3a\xa1\xc4\x3a\x62\x55\x17\xde\xde\xff\xc9\x2f\xfb\xf7\ \xf5\xee\xdd\x9f\x1e\x44\xb9\x7d\x85\xdd\x7d\x11\x75\x26\x37\xb8\ \x6b\xff\xae\x81\xc2\xae\x42\x3a\x1d\x29\xa0\xbc\x55\xa3\xa5\xb7\ \x37\xa7\x8d\x44\x50\x0f\x38\x6d\x66\xd0\x98\xc9\x65\x50\xab\x2f\ \x29\xda\x8d\x1d\x71\x47\xd4\x52\x50\x4e\xb5\x25\xad\x72\xab\x54\ \x68\x93\xa4\x84\xa3\x85\x07\x93\x5d\x67\xa6\xeb\xab\xd1\x67\x4b\ \x33\xf5\xea\x81\x99\x6c\xb6\x88\xa3\x9d\x0d\x38\x85\x03\x02\xd6\ \xb3\x24\xcb\x98\xca\x6c\x02\xa7\x29\xa2\xa8\x2f\x96\x8b\xac\x9e\ \x74\x30\x7a\x96\xf2\xd9\x28\xc6\x81\x7a\x26\x04\x3c\x2e\xc6\xe6\ \x30\x93\xe0\xc0\x19\x13\x08\x12\xc3\x28\x71\xda\x91\xec\xec\x88\ \xc5\x02\xf1\xa8\x93\x64\x09\xd2\xe4\x71\x00\x2f\x2a\x99\x14\xda\ \x62\xed\x4f\x50\x2c\x10\x55\x75\x3c\x5b\x2d\x82\x3c\x02\x0d\x79\ \x7c\xe0\xf4\x7b\x82\x2e\xdb\x6a\x4f\x1b\x94\xa0\x1d\x70\x85\xe8\ \xae\xb8\x1e\x1c\x9c\x27\x16\x4b\x06\xda\x92\x9d\xb6\xf6\x8e\xe6\ \x76\x38\x6a\xda\x5a\x92\x3d\x9d\xa1\x28\x6a\xcc\x8c\x36\x95\xf9\ \x9a\xe2\xcd\xd1\x26\x18\xff\xf1\x64\x30\xd8\xe6\x0c\xc5\x43\xb1\ \x38\x8a\x93\xf1\x01\x15\xc6\x52\x36\x22\x10\xf7\xe1\x8c\x83\xb0\ \x79\x68\x86\xa2\xb3\x26\x10\x2d\x00\xe0\x22\xa8\x4e\xbd\x9c\x28\ \x97\x13\x89\x72\x56\x8f\xa3\x12\xaa\xa2\xc9\xef\x2f\xfb\xd9\x71\ \x90\xa4\xf1\xf1\xa5\xa2\xd2\xc1\x28\xa3\x28\xba\xdd\xe6\x02\x6f\ \x39\x03\x1f\xd5\x19\x24\x59\x4b\x4b\x6c\xb6\x5c\x5d\x1a\x1d\xcd\ \x96\x97\xc6\xc7\xeb\xfa\x72\xcf\x5d\x1f\xb5\x75\x3d\x7a\xcb\xfb\ \x1b\x71\x53\xd9\xec\x73\x3a\x02\x6f\xdd\xe5\xb8\xf3\xe0\x99\xe7\ \x37\xaf\xeb\x6c\x69\x0a\x39\x50\xb9\xa8\x9e\xc1\x70\x12\x9c\x11\ \x4e\xd2\x3e\x60\xd9\x68\xbc\x25\x15\x6a\x0d\xc5\xa2\x01\x1a\x28\ \x90\x00\x3c\x36\x61\x80\xa6\xac\x09\x34\x0a\x9e\x24\x06\xef\x33\ \xfa\x40\x05\x0e\x7a\x8a\xa2\x50\xcd\x83\x4d\xe9\xf8\xe4\xed\x80\ \x92\xa2\x4d\x59\x3f\x4c\x18\x4e\xaa\xeb\xec\x93\x8f\xb5\x3f\x9d\ \x6c\x7d\xe5\xec\x03\x4f\x48\x77\x47\x2e\x7d\xcb\x0b\x8b\x86\xac\ \x43\x32\xfb\x90\x81\xe7\x1d\x9a\xac\x88\x0d\x46\x79\x85\x0b\x62\ \x53\x69\x54\xb8\xde\x1a\x6a\xb4\x2a\x98\x5a\x5c\x98\x5d\x98\x9c\ \x5c\x9c\x9f\x5b\x5c\x68\x4c\x4c\x8d\x4c\xa2\x3d\x83\x63\x93\xb3\ \x13\xa0\x59\x2f\x06\x6f\xd1\x4c\x8e\x4d\xe7\xad\xf9\x12\xbf\x52\ \xd3\xc9\xad\x79\x39\x07\xfc\x3d\x6a\x55\xe8\x0d\xcb\x0d\x06\x6b\ \x7e\x02\x7e\x14\x45\x61\x2d\x2c\x2e\x4e\x4d\xce\x2d\x2f\x2f\x1f\ \x5b\x39\x7f\x45\x3e\x78\x5c\x5b\x5b\x98\x5e\x38\x75\x38\xff\xe6\ \xc9\x33\x67\x0c\x53\x8d\xfc\xd8\xd4\xec\xc2\xfc\x89\x53\x2b\xe7\ \xce\x5d\xb9\xfe\xc6\x1b\x8f\x5e\x5e\x39\x77\xf8\x86\x1b\xae\xff\ \xbd\x47\xce\xb5\x8a\x86\xd5\x45\xf7\x6b\x67\x08\xff\xb7\xe8\x7e\ \xf8\x8f\x4a\x2c\xa4\x58\xd7\xaf\xfc\x72\xe9\xd7\x9f\x3f\x7f\xeb\ \xb5\x17\xdf\xfd\xc7\x4d\xdb\x9f\x78\x16\x3c\xd6\xe6\x87\xee\xde\ \xd0\xde\x16\x4c\x75\x20\xed\x71\xba\x6c\x98\xd9\x97\x8c\x81\x39\ \x65\x31\x78\x7f\x56\x9b\x4a\x24\xaa\x45\xff\x6a\x13\xe8\xac\x93\ \x0e\x50\x45\x16\x35\xff\xc2\x30\x0a\x63\xf5\x4e\x74\x03\x33\x4e\ \xb9\x18\x26\xf8\xb0\xe1\x96\xad\x62\xae\xca\x28\xe6\xf3\x84\x72\ \x49\x44\x95\xdb\xff\xcd\x97\x77\x3c\x7f\x7f\x77\x77\x73\xb2\xff\ \xc9\xaf\xbf\xf9\xf4\x16\x5f\xe8\xd1\xfb\xb6\xac\x95\xdd\xfc\xf5\ \xf6\x96\x75\x9b\x36\xb6\xba\xee\x5c\xd0\x19\x16\x97\x1f\x64\xe2\ \xa9\xb6\x8e\xce\x78\xe7\x03\xf7\xae\x7d\xea\xe6\x2d\xeb\xfa\xd7\ \x6d\xd9\xf9\x97\x1d\x3b\xef\xbb\xfd\xd5\x9e\xa6\x64\xd7\xa6\xa7\ \x1f\x7c\xe1\xd5\x77\xbf\x36\x68\x4e\xd7\x66\x6b\xba\x7b\x6e\x79\ \xf2\xf5\x57\xbf\xdf\xc7\x7b\xff\xe7\xdf\x6e\xdf\xbc\xe1\xe9\x77\ \x7f\xd6\xcd\x49\x76\xfc\xa6\x4a\xa7\x7b\xd3\xea\x0c\x88\x14\x0c\ \xc5\x5c\x9f\x7b\xa0\xd0\x9b\x36\xf6\x66\x56\x5b\xd2\x6b\xb4\x32\ \x81\x4c\xcb\x01\x6b\x03\xde\x06\x6d\x14\x44\xeb\xe9\x5c\xa0\x3e\ \xae\x35\x6f\x05\xcd\x0a\x5b\x75\x42\xae\xc1\xc0\x35\x78\xbd\x42\ \xbe\xd5\x80\x22\xfe\x44\x5e\x1d\x47\x24\x93\x71\xc4\x62\x44\x91\ \x32\x05\x5a\x78\xd7\x00\x12\x6a\x15\x1c\x01\x38\x38\x05\xf8\x35\ \x89\x56\x23\xd1\xc0\x15\x46\xa3\x25\xa3\x4a\x0f\xec\xdd\xdd\xa7\ \x95\x69\xec\x20\x58\xa8\x3b\x29\x92\x19\x95\x1a\x1c\x1a\x70\xa2\ \x16\x09\x9f\x58\xab\x95\xa9\xdd\xab\xe5\xf3\x5a\x30\x6d\x68\x97\ \xa1\x5d\x63\x14\x8b\xdc\x46\x99\x44\xb3\xba\xd2\x2e\x95\x5a\xdc\ \x2a\xbb\x3a\x02\xf7\x2e\x95\xa8\x8d\x76\xb4\x0b\x9b\x87\x0a\x10\ \xd0\xea\x97\x08\x0c\x61\xde\x30\x14\xd6\xc9\xf9\x1c\xf9\x58\xc9\ \xde\xf7\xc5\xe9\xe3\x03\xe9\xe1\x43\xbb\x07\x73\xfb\x72\x96\xbe\ \xc2\x30\xca\x47\xee\xcd\xe5\x86\xf7\xf6\x65\xd2\x85\x5e\x77\x01\ \x6d\x85\xb6\x47\x32\x05\xb7\xa5\x10\xe9\x33\x82\xcf\x4c\xbb\xd3\ \x69\xa3\x7b\xc0\xae\x8d\xa4\x41\x08\x41\x64\xdd\xa8\x14\x16\xb4\ \x12\xc8\x54\x83\xb4\x16\x15\xb9\xcb\x00\x7c\x15\x9c\xeb\x30\xa5\ \x09\x46\x61\x79\x69\xf4\xbf\x4b\x33\xa3\x4b\x4b\xf5\x62\xa2\x5e\ \x2d\x93\x34\x95\xa8\x56\x13\xd5\x51\x64\xb7\x96\xaa\x65\xbd\x87\ \x42\x69\x43\xfa\x62\x91\x4a\x28\x31\x8a\xb6\xd9\x18\xc6\x8c\x5d\ \x0b\x4b\x66\x80\x5d\x48\xdc\x87\xa6\x3e\x98\xf3\x94\x80\x93\xa4\ \x99\x09\xad\xed\x8f\x3b\x95\x26\x96\xd0\xeb\xd1\x82\x02\x98\x1e\ \x1f\x7c\x89\x7a\xf4\x31\x14\x3b\x53\x84\x47\x01\xc7\x56\xf4\x57\ \xcb\x6c\x96\xf4\x74\xaf\x6d\x6b\x5e\xdb\x9f\xf2\x98\x43\xad\x3e\ \xb0\x15\xd1\xa8\x13\xb3\xb5\x39\x18\x06\xee\xdf\x15\x0d\x06\x9c\ \x4d\xa1\x40\xaa\x39\x98\x6c\x6e\x4e\xa5\x82\xc1\x60\x32\x66\x8e\ \x05\xdb\x9a\x63\x21\x5b\x20\x90\x6a\x0f\xfa\x9a\x6d\xed\x2d\xbe\ \x90\xab\x29\x64\x0b\x46\x63\x31\x1f\xa0\x61\x2a\xe6\xf0\x84\xe0\ \x32\x15\x4a\x82\x4b\xf2\xa0\x12\x56\x12\xf5\x08\x66\xab\xe0\x19\ \xd9\xa5\x99\x44\x76\x7c\x7c\x1c\x1e\xbc\x8a\x1a\xd8\x29\x91\x58\ \xa3\x1d\xfe\xe5\x72\x1d\xa0\xaf\x3c\x3e\x5e\x1d\x67\x49\xa5\x99\ \xc6\x9c\xe0\x7a\x1c\x64\x62\xfc\xc0\x28\xf8\xa9\x03\xc8\x7f\x8e\ \xd6\x47\xc7\xcb\xf0\x09\xd4\xab\xce\x9a\xf4\xd8\x1d\xb7\x3d\x7e\ \xd3\xe3\xf7\x7d\xb9\xc5\xc1\x14\x59\x87\x99\xa6\x6e\x79\xd6\xfc\ \xec\x99\xcf\xee\xda\xb4\xb6\x29\x05\xec\x82\x29\x19\x9a\x20\x68\ \xd4\x7b\x90\xc0\x1d\x34\xe3\x81\xa3\x3e\xd9\x19\x6c\x6a\x6d\x4e\ \x32\x81\xb8\x93\x06\x52\x25\x58\x3f\x89\x91\x7a\x54\xe7\xce\x9a\ \x94\xa0\x50\x0e\x9a\x80\x87\xf6\x9b\x08\x33\x5b\x37\x29\x69\x18\ \x91\x0c\x4d\x61\xcf\x48\x1e\xc5\x95\x7a\x98\x33\x8a\x65\xbf\x99\ \x0e\x7c\xb6\x25\x64\xc6\x3c\x3b\x5e\xff\xed\x91\x57\x87\x0f\xba\ \x8f\x7f\xf6\x25\x7f\x48\xe8\x1d\xd2\xc9\x86\xc2\xe1\xa1\xe9\x91\ \x11\x98\x84\x75\x35\xbe\xa1\x96\x2f\x35\xc6\xf2\xe1\xda\xec\x88\ \x58\x3d\xb2\x3c\x37\x39\x3b\x35\x39\x3d\x39\xd9\x40\xa1\x7c\xb3\ \x95\x91\xc9\x69\x14\x1f\x33\x3b\x55\xf1\x0e\x45\xda\x9e\x3b\x39\ \x31\x64\xf5\x86\x45\x61\x2f\x7c\xc8\xd1\x2a\x6f\xd8\x10\xb6\x86\ \xbd\x30\x4c\x40\xb8\xb8\x95\x91\xa1\x21\x24\x58\x53\x53\xf3\xf3\ \x63\x63\xb3\x93\x27\x8e\x9c\xba\x78\x74\x62\x77\x69\x58\x50\x5a\ \x98\x3f\x72\x58\xf8\xee\xa5\xbf\xfd\x54\x99\x58\x9c\x9a\x40\x3b\ \x74\x2e\x5e\x00\x99\x3a\x8a\x4e\x0f\xae\x9c\x3f\xbc\x67\xcd\xb5\ \xb3\x83\xab\x49\x58\xab\x2b\x58\x47\xaf\xf5\xc9\xf9\x3d\x4f\x66\ \x35\xae\xef\x9a\x60\xa1\x90\xd1\x2b\xf0\xe9\xe2\xe0\xa5\x9f\xcf\ \xfc\xeb\x9d\x8f\xdf\x79\xe3\xe3\xcf\x1f\x7e\xe2\x81\xe7\x9e\x7b\ \xee\xee\xfe\x0d\x6b\xd7\xb5\xf8\x92\xc1\x96\x94\x2f\x86\x0a\xd9\ \x28\xca\x19\x72\x98\x40\xac\x50\xad\x95\x5e\x6f\x02\xa9\x42\xbf\ \x0e\xdc\xef\xcf\x66\x69\x67\x27\xc6\x9a\xb2\x98\xd9\x4c\xa1\xda\ \x36\x25\x63\x73\x51\x8c\x49\x6f\x36\xd3\xae\xe8\x1b\xb2\xc0\x4b\ \xc6\x31\xed\xee\x93\x3f\x9c\xf9\xf6\x96\xe7\xd7\xb6\xc6\xcc\x60\ \x8a\x7d\x1d\x1b\x76\x3e\xf0\xf0\xa7\x9f\xdd\x7e\xcf\x4b\x9e\xd4\ \xfd\x9b\xbb\xfb\x9f\x3d\xbe\xee\xb7\x1d\xb1\x96\xee\xee\x8d\xb1\ \xa0\xb0\x26\x9c\x3a\xb1\x3b\xd8\xda\x1c\x6b\xeb\x6a\xbf\xfb\x81\ \xed\xc9\xe4\x8e\xc7\xd6\xf5\xbc\xf4\xc0\x33\x4f\x6f\x7b\xe4\x9e\ \x9d\x3d\x2d\x5b\x3a\x5b\xbb\xee\x7f\x69\xe7\x8e\x47\x9f\xfd\x97\ \x42\x7b\xe4\x82\x48\x64\xb9\xeb\x9d\x27\xdf\xdd\xc7\x1b\x18\x3c\ \xf3\xd2\x23\x7f\xba\xf5\xeb\x0f\x0a\x92\xc6\xbb\x4f\x7d\xc8\xcb\ \xa9\x73\xbd\x28\x11\xca\xde\x97\x73\x47\x32\x1a\xd4\xcf\xc1\x3d\ \x60\x8c\xd8\xc1\x0f\x81\x73\x40\x83\x5f\xa0\x96\xf0\xe1\x3f\x3e\ \x47\x20\x10\x83\xf9\xe3\xeb\x0c\x42\x9d\x41\x0e\x33\x06\x30\xa1\ \x41\x37\x64\xe0\xca\x0d\x5e\xa1\x0c\x05\xfd\xc9\xf9\x42\x03\x57\ \xc4\x45\x9d\xaf\x38\x52\xd4\xfd\x94\x07\x57\x8b\x54\x2a\x0b\x0a\ \xde\x53\xa9\x8d\x0a\x0d\x8c\x6b\x05\x8c\x7a\x20\x3e\xa9\x02\x85\ \xb5\x68\x2c\x91\xfd\x83\x39\x0d\x50\x96\x2a\xa7\x55\xd9\x2d\x5a\ \x15\x6a\x5a\x28\x96\x82\xb4\x49\xd5\x32\xb8\x89\xd4\x62\x54\xd8\ \xdd\x5a\x15\x47\x6a\xd1\xca\x14\xb9\x8c\x45\xa6\x32\x5a\x50\xeb\ \x1c\x15\x4f\xaa\xd6\x4a\xb5\x6e\xa3\x04\x2d\xd6\xab\xb5\x76\x8b\ \x06\xed\xe9\xd1\x5a\x00\x5f\x35\x0a\xbb\x85\x23\xcb\x28\x54\xf0\ \x44\xf8\x56\x2f\xc8\xac\xdc\xc0\xe5\xc1\x53\x95\x16\xf6\x1f\x3c\ \xbd\x6f\x78\xd7\x17\xdf\x0d\x17\x06\x0a\x19\xb4\xf1\x1b\x3e\x0d\ \xf4\x81\xe3\xca\xd9\xdd\xee\xc1\xde\x61\x77\x2e\xdd\x37\x68\x49\ \xe7\x00\x0b\x51\xd2\x4c\x4e\xad\x51\x45\x2c\x1a\xb4\xfc\x8e\x82\ \x4d\x23\x0a\x05\xda\xf5\xac\x06\xbd\x92\x48\x2d\x52\x85\x0a\xbc\ \xa7\x5d\x05\xd8\x8b\x36\x7c\x0b\xae\x2b\x66\x8b\xd5\xf1\x72\x62\ \xe9\xc0\xd2\x12\x1a\x9a\xff\x1d\x5d\x2a\xfb\xeb\x45\x25\xa5\x37\ \xcd\x2c\x55\x0f\x1c\xd0\xeb\xc7\x47\xab\x7e\x06\x85\xa1\xe8\xc9\ \x6c\x16\x98\x8f\x22\x1c\x66\x13\x49\x3b\x3c\x04\xcc\x5a\x04\xe5\ \x40\x5b\x4b\x18\xc2\xe1\x0a\xc0\x4f\x10\x1e\x17\xa6\xd7\x47\x31\ \x27\x6d\xa6\x69\xc2\x0f\xce\xcb\xe9\xc0\x59\xdc\x17\xf0\xa5\x42\ \x84\xc9\x3f\x9e\xa5\x30\xa5\x7f\x29\x31\x5e\xaf\x97\xab\x60\x6c\ \xaa\x4b\x09\xa5\x9e\xc4\xcc\x9d\x8f\x6d\xec\xbf\x7b\x63\xc0\x19\ \x0a\x39\x29\xb4\xf5\x22\x46\xc4\xba\x9d\x38\x85\x39\x03\x66\x54\ \xb2\xee\xf0\xb8\x5c\xae\x78\x34\x6a\x43\x61\x36\xa1\x80\x27\xde\ \x14\x48\xba\xda\xda\x63\x28\x89\xb4\xa5\x25\x18\xf4\xf8\x9a\x43\ \x94\x2d\x18\xef\x68\x6e\x69\xf2\xb9\xc0\x65\x05\x82\x21\x47\x30\ \x6a\xb3\x45\xa3\x1e\xc0\x55\x3d\x6e\xd2\x13\x45\x7f\x11\x8e\xe3\ \xa5\x84\x7f\x7c\xa6\xaa\xaf\x2f\x8d\x56\xd9\x22\xe8\x72\xb5\x5c\ \x2c\xb3\x7e\x14\xac\xeb\x47\xdc\x37\xfe\xdf\xd1\xfa\xd2\x81\xd1\ \x22\x5b\x45\x45\xd4\xa0\x21\xac\x3e\xeb\x07\xfc\xfb\xef\x7f\x0f\ \x1c\x38\x30\x7e\xe0\xc0\xe8\x81\x25\xf8\x6a\x74\x14\x7e\x66\x3c\ \x31\x3a\x63\xea\xb9\xb5\xfb\xb9\xae\xe7\x5e\xbb\xe3\xe9\x9e\x75\ \xed\x2e\xda\xb1\xfe\x4f\xcc\xc6\x7b\x3e\xfd\xf3\x96\x4d\x6d\xc9\ \xa4\x8b\x72\xe2\x7a\x27\x82\x3b\xbd\x92\x76\x39\x31\xbf\xd2\x16\ \x0d\xb5\xf5\x6c\xdd\xdc\x1c\x6c\x6d\x89\x05\xcd\xb4\xd3\x4c\xe3\ \x4a\x02\x75\x48\x30\xe1\x26\x92\x05\x9c\x21\x6c\x94\x09\xc3\x1d\ \x0c\x80\x2b\x4b\x81\xef\x4b\x50\x0c\x81\xfa\x54\xc1\x10\x3d\x99\ \x4b\xb1\x26\xe7\xda\x67\x5b\x9b\xa2\x55\xa6\x2b\xe6\xc7\x3d\x2e\ \xca\xd5\xbf\xe9\xef\xb9\x4b\xf7\xbc\xa7\xfd\xee\x67\x91\x21\x0f\ \x8a\x95\xf7\x5a\xf3\xb5\x91\xbc\x37\x2f\xe6\x6b\x46\xc6\x86\x4a\ \x3a\x6b\x65\xb2\x61\x18\x9a\x9e\xac\x85\xa7\x96\x17\x16\xa6\x1b\ \x13\x13\x53\x63\x63\x95\xda\xf4\x34\x0a\x12\x9d\xa8\xd4\x86\xa6\ \xa7\x87\x4a\xe1\x5a\x6d\xd3\xd6\x77\x79\x8d\x52\xc5\x5b\x1b\xf1\ \x72\x75\xa8\xc5\x85\x9c\x6b\xb5\x7a\xbd\x61\x1d\x4c\xef\x61\x6e\ \x58\x87\xca\x98\x41\xe8\xa6\xa6\x51\xec\xcc\xd8\xe4\xfc\xb1\xc5\ \xcb\xe7\x57\x34\x0b\x73\xc2\x7c\x6d\xfe\xd4\xb9\x85\x5b\x3f\x7a\ \xf1\xa7\x23\x53\x73\xa8\xb2\xe9\xc2\xc5\x0b\xa7\x2e\x9e\x3b\xbc\ \xe7\xfa\xff\xdc\x78\xf1\xe2\xca\x95\x35\x6b\x56\xa3\x1a\xd6\xac\ \xf9\x3d\x1b\x79\xf5\xd3\x6a\x55\xc3\xd1\xa3\x6b\x8e\xae\xd9\xf3\ \xc7\x8a\xfb\xb5\xc5\xf6\xd5\x02\xd2\xf3\xef\xff\xfa\xeb\x97\xdf\ \x7f\xf9\xc6\x83\x4f\xbe\xf9\xd5\xbf\xee\x7c\x6a\xc7\x23\x8f\x6c\ \x5e\xdf\x8a\xc2\xd3\x3c\xad\xc1\xa6\xa0\xcd\xc7\xd8\x50\xe3\x78\ \xca\x05\x72\x64\x72\x3a\x9d\x0c\x4c\x6e\x59\xb0\xe9\x7e\x92\x35\ \x21\x62\x26\x3d\xad\x0e\xb4\x6d\xd4\x84\x33\x34\x5b\xd4\x13\x4e\ \xc6\x07\xf3\x8e\x1e\xa7\x09\x46\x99\x1a\x38\xab\xbc\x77\x57\xe3\ \x0b\x1f\x90\x43\x32\x90\x68\x22\xc1\xfe\x83\xaf\x25\x7c\x6d\x77\ \xdf\x7f\xd7\xf6\x97\xba\xcc\xad\x9d\xdb\x36\x6c\xde\xf9\xe0\x9b\ \xc4\xbd\xeb\x03\x3d\x71\x5f\x6b\xe0\x21\x79\x49\x58\x5b\x16\xac\ \x4d\xb6\x3d\xd4\xd5\xda\xb6\xe9\xe6\x97\x52\xc1\xb6\x0d\x9b\x9f\ \x78\xfc\xd9\xad\x3b\x9f\x7f\xb9\x33\x19\x58\xdb\xd9\xd4\xd4\xfd\ \xf2\xb3\xeb\xb7\x3d\xfa\xf8\x2d\x3f\xd7\x16\x4f\x19\xde\x9d\x3e\ \x7b\xfb\xbb\x3f\x88\x45\xe9\x57\xfa\x37\x3c\xfe\xea\x99\xd3\x03\ \x97\x78\xa7\xef\xb8\xfd\x34\x2f\x93\xee\x75\xdb\x2d\x11\x77\x6f\ \x6f\xda\x92\xc9\x00\x03\x59\x34\x6a\xa0\x42\x63\x66\x50\x8d\x1a\ \xc4\xcb\x39\x30\x18\xa5\x3c\x9e\x58\xca\x13\x72\x25\x28\xd3\x3d\ \xcc\x95\x8b\xe4\x28\x20\x2b\xac\x33\x70\xbd\x25\x2f\x9f\xcf\xcf\ \xf3\x79\x12\x0e\x37\x2c\x17\x08\x74\xf2\xd5\x56\x6f\x42\x8e\x44\ \x24\x51\x21\x12\x94\x70\x84\x3c\x50\x27\xd0\x2c\x90\x11\x95\x54\ \xab\x91\xf1\xa4\x60\xaf\x14\x3c\x19\x47\x65\xd1\x6a\x23\x7d\xa8\ \x17\xc4\x2a\xd5\xb9\xd3\x1a\x95\xc5\xb2\x4a\x7b\xa0\x3c\x70\x03\ \x8d\xd1\x0e\xda\xa4\x2d\x68\xdc\x16\x94\x3f\x95\xe3\xc9\xdc\x11\ \x0b\x10\x9f\x05\xa4\x4d\x81\x38\x53\xaa\xb5\xab\x54\xf6\x88\xca\ \xa8\x2d\x18\x15\x6e\xd0\x57\x35\xf2\x65\x20\x27\xee\x42\x2e\xa3\ \x30\xe6\x32\x1a\xb7\x5a\xc6\x33\xa0\x62\x0c\x83\x4e\xa8\x95\x57\ \xac\x92\xdc\xf1\x4f\x8e\x1f\x3f\xf4\x45\xef\x77\x28\x67\xb5\x37\ \x9d\xcb\xed\xce\x44\x86\x87\x41\xb4\x7a\x73\x03\xe9\x81\x5d\xa8\ \x0f\xeb\x70\x1f\x3c\xa3\x02\x68\x55\xc4\xa8\xb6\xf7\x0e\x5a\x2c\ \xf0\x73\x69\xd4\xa2\xde\x6e\x81\x07\x43\x8d\xec\xc1\xe2\xa9\x35\ \x6a\xa3\x4c\x21\xd1\xda\x51\xee\x2a\x00\xad\x8a\x27\xe2\x4b\xae\ \xf3\xb3\x45\x72\x66\xd4\x9f\x3d\x50\x9d\xa9\x2e\x01\xf9\x00\x12\ \x11\x2c\x8e\x51\x14\x59\x9f\x01\xb3\x65\x2a\x2e\xc1\x90\xa6\x41\ \xa4\x68\x7d\x35\xe1\x37\x93\x09\xb4\x28\x83\x1c\x08\x81\x56\x8c\ \x13\x98\x12\x73\xe2\x4a\xb4\xa6\xe9\xa2\x28\x1a\x73\x38\x70\x8c\ \xc6\x31\x18\x7b\xfe\x6a\x7d\x29\x81\x01\xde\x04\x12\x74\x2c\x04\ \x3e\x89\x24\x58\xbd\x99\x51\xa2\x12\xcc\xec\x8c\x7f\x69\x06\xfc\ \xce\xb5\xb6\x4c\x89\x19\xa2\xbb\x6b\x5d\x6c\x53\x87\x2b\xe9\x61\ \x98\x40\x2a\xae\xf7\x78\x6c\x36\x82\x04\x27\xa7\x77\xa0\x7c\xe5\ \x68\x14\xf5\x0a\xf7\x45\x1d\x21\x4f\x2c\xe9\x0b\x04\x02\x51\x5f\ \x4b\xb0\x39\x14\xec\x88\xfa\x1c\x3e\x54\x2a\x15\x0b\x34\xc7\xa3\ \xb1\x78\x4b\xd4\x05\x10\xe9\x69\x02\x09\x83\x67\xd2\x14\x75\xf9\ \x1c\x31\xa7\xd9\x09\x1a\xeb\xf7\xeb\x4d\xa8\x8f\x39\x1c\xd4\xa6\ \xa2\x49\x5f\x2e\x56\xab\xfa\x6c\x99\x2d\x83\x7a\xc1\x8b\xaa\x57\ \xeb\x45\x3d\x88\x16\x5a\xad\x42\xc0\x07\xe6\xb2\x5e\x45\xf5\x59\ \xe0\x68\xaa\xf5\x32\xb8\xcf\x25\xb4\xea\x3e\x3a\x0a\x0e\x0c\x2d\ \xbd\x1f\xf8\xef\x0c\x52\xad\xac\xd3\xf7\xfc\xe6\x4d\x9b\xfe\xfc\ \xc2\x6d\x77\xdd\xfb\xa7\x2d\x49\x87\xef\xa3\xce\xa6\x17\x6f\x79\ \x76\xe3\xd3\xeb\x53\x21\x1a\x14\xc5\x41\x05\x08\xa5\x8b\x61\x71\ \x94\xbb\x65\x32\xc7\x9a\x7c\x4d\x1b\xb7\x3f\xdf\x15\x8c\x35\xc7\ \x7d\xf1\xb8\x83\x46\x1b\x0a\x4d\xab\x3b\x74\xfd\x26\xd2\x84\x06\ \x19\xf8\x40\xbd\x12\x4f\xb0\x7e\x3d\xda\xf1\xe3\x67\x28\x13\x45\ \xe0\x2c\x41\x33\xeb\x85\x9f\x06\x71\xcf\xfd\x97\x7e\xdc\x14\x79\ \xc6\x1f\x72\xc5\x3b\xa3\xb4\x87\xc6\x4d\xcf\xbc\xbb\xef\xde\xbf\ \x8d\xec\x7f\x51\xa3\xa9\x58\x1b\x63\x5e\x2f\x08\x4c\xa3\x91\xd7\ \xc9\x39\x82\x69\xaf\xae\x32\x34\xd2\x58\x98\x6c\x8c\xd4\xe6\x8e\ \x4c\x8d\x4d\x4d\x4d\xa2\x5c\x76\xb0\x55\x63\x13\xb3\x53\x53\x53\ \x8d\x49\xe0\xc2\x91\xb1\x8a\xb7\x51\x1b\x9a\xbc\x35\xf8\x60\xa6\ \x26\xf7\x4e\x34\x2a\xc2\xb0\xc1\x00\x93\xbb\x21\x5f\xd2\x19\x86\ \xac\xf2\x21\xaf\x37\xef\x0d\xe7\x4b\xa5\x12\x08\xd5\xd4\xc4\xec\ \xe4\x7c\xa3\x31\x0d\xe2\x77\xec\xfc\x0d\x96\x83\x52\x8d\x68\xa4\ \x66\x3d\x72\xee\x97\xcf\xfe\xfa\xcb\x89\x13\xc7\x4e\x9d\xb8\x70\ \x79\xe5\xd4\x91\x23\xcb\x17\xaf\xac\xb9\xf1\xff\xb9\x61\x72\xe1\ \xe2\xf9\xd5\x68\x99\x1b\xae\xff\x5f\x72\xdf\xb5\xb6\x83\x47\x7f\ \xcf\x97\xb9\x56\x30\xfa\xfb\x32\xd6\x2a\x0f\xa2\x30\xf7\x35\xb3\ \xbf\x9e\x39\xfb\xf5\xdf\xee\x79\xf1\x95\x57\xfe\xf5\x97\xdb\x1e\ \x7f\xe2\xa9\xfb\xbb\xba\xbb\x5a\xfa\x43\x2d\x29\x94\x64\x06\x73\ \x16\xe5\x30\x3b\x6d\x8e\xa8\x83\x76\x92\x94\xcb\xe5\x48\x05\x3c\ \x4a\xb0\xa7\x64\x02\x7e\xad\xa6\x22\x4b\x38\x62\x26\xb4\x0c\x0f\ \xb4\xcd\xe0\xc0\xf6\xb4\xc7\x81\x8a\xdd\x30\x54\xb1\xfc\x98\xf0\ \x2d\xdb\x53\x3f\x4c\x67\x9c\x7e\x53\x31\xb4\xdd\xb3\x79\x8b\x8b\ \x58\x0d\xf3\x81\xa9\xcb\x44\x26\xf4\xd1\x8e\x6d\x8f\x3d\xfa\xe8\ \x33\xdb\x1f\x68\x25\xb6\xae\xa3\x53\xf1\x64\x93\x2f\x26\xb2\x4e\ \xce\xce\x35\xee\x6e\xe9\xec\xbf\xfb\xa1\x4d\xcf\x3f\x72\x6f\x77\ \xa0\x7d\x7d\xcb\xd6\xc7\x76\xf6\xaf\xef\x4a\x6d\x0e\x76\xb6\xb6\ \xf4\xaf\x5b\xff\xcc\x13\x8f\x3f\x77\xc7\xcd\x4f\xbc\xb1\xff\xc8\ \xf2\xe4\xb7\x06\xf1\x67\x87\xbc\xde\xd3\x3f\x3d\x7f\xf7\xfd\xaf\ \x9f\x3d\xfb\xfd\x37\xa7\x23\x0f\x3c\xfc\xd1\x21\x35\x58\x29\x77\ \xda\x6d\xcc\xd8\x23\x6a\x0d\x22\x43\xb7\x0a\x86\x79\x1a\x80\x50\ \x22\x10\x09\x41\x9f\x38\x7c\x01\x5f\xc4\x11\x89\x24\x22\x5d\x9e\ \x2f\x12\x48\xb8\x3a\xae\x40\xa7\x43\x7b\x15\xe4\x02\x21\x17\x4c\ \xae\x55\xa8\xb3\xf2\xe5\xe8\xb4\xad\x50\x0e\xe4\x25\xe7\xca\x75\ \x28\x2b\x4b\x28\x80\x1b\x89\x79\x1a\x95\x80\x2f\x14\x4a\x64\x6a\ \x30\x57\x5a\x0b\x28\x9f\x4a\x05\xfc\xc4\xb3\xcb\x54\xa8\x9f\xa1\ \x56\x06\x5e\x26\xd2\x97\xb1\x44\x50\xab\x78\x80\xc2\x5c\x41\xca\ \x53\x4b\x35\x6a\xb1\x42\x9b\xb6\xa8\xd5\x19\xa9\x94\xa7\xd1\xf0\ \xd4\x8a\xb4\x2c\x9d\xe6\xa9\x35\x1c\x9e\x4a\x5a\xd0\xaa\x64\x46\ \xd0\x0b\x05\x95\xcf\x13\xbd\x00\x00\x20\x00\x49\x44\x41\x54\xcf\ \xc2\x43\x29\x59\x28\xf6\x2f\x83\xe2\xf4\x24\xa0\x61\x5a\x50\x19\ \x0d\xdc\x9d\xd1\x6d\xd4\xf6\x5a\xd4\x28\x69\x5d\x8c\xb6\x3b\x1a\ \x78\x7c\x19\x38\x2c\x5e\xfa\x93\x4f\xde\xdf\x7d\x7c\xb0\xf7\xd0\ \xde\xde\x9c\xa6\x6f\xb8\x2f\xd7\x6b\x49\xa7\x33\x11\x75\xba\x30\ \x38\x80\x16\xef\x7a\x35\xf6\x3e\xd4\xed\x6b\x20\x32\x3c\x68\xb7\ \x80\x58\xa1\xa4\xac\x48\x0e\xad\xb9\xa5\x23\x0a\xad\x06\x9e\x7d\ \xc4\x92\x96\xf0\x50\xb8\x17\x4f\xe5\x96\xca\x10\x13\xa2\xd0\x64\ \x0d\x47\x25\xbd\xae\x9c\x48\x54\x01\x89\x12\x4b\x4b\xe5\xfa\xf8\ \xcc\xd2\x4c\xb9\x9e\x25\xfc\xc5\x2c\x0c\x57\x9c\x4d\x94\xb3\x89\ \x22\x28\x98\x9f\xa0\x7d\x4e\x17\x59\xd6\x93\x14\xaa\x69\xf4\x13\ \x24\xda\x7d\x52\xf4\x67\xc1\x83\xe3\x38\x6e\xa2\xe0\xa0\x61\x50\ \x37\x18\xcc\xe9\x20\x30\x0c\x88\x31\x68\xf6\xb3\x4b\x68\x50\xfb\ \x6d\x0e\x18\xb0\x4e\x9b\x39\x61\x76\xe9\x6d\x7a\x7d\x31\x51\xad\ \xb3\xd9\xf1\x99\x99\x99\xf1\x99\xc4\x52\xb6\x38\x5e\x2d\x67\x97\ \x46\xa9\xf6\x8e\x68\xd7\xb6\xae\x98\x0d\xa3\x9c\x81\x16\x2c\xe6\ \x09\x60\x2c\x5a\x83\xd6\xa3\xa6\xcd\x36\x30\x4d\x51\x73\x20\x19\ \x70\xf9\x5a\x92\x31\x8f\x0d\x24\xcb\x99\x8a\x7a\x98\x50\x10\x1d\ \xba\x8e\x50\x2c\xd4\x92\x6c\x0e\xa5\x40\xe4\x02\x34\x13\xf7\x05\ \x7d\x3e\x74\xce\x1b\x25\x4e\x45\x29\xb3\x83\x04\x64\xa5\xb2\x6c\ \x76\xb4\xec\x67\xb3\x26\x90\xda\x2a\x5b\xce\x8e\x97\xc7\x13\xa0\ \x96\x89\xc4\x38\xfc\x0f\x48\x88\x8a\x3a\xca\xa3\x4b\x33\x60\xa4\ \xc0\x68\x2d\xd5\xc7\xc1\x49\x15\x41\x37\x8a\xe3\xf5\xea\x78\x22\ \x3b\xc3\x16\x0f\x2c\xa1\xc5\xab\x03\x80\x85\x4b\xc8\x5f\x8d\x57\ \x5d\xe6\x3a\x5a\x44\xbb\xe5\xc5\x4f\x1f\x78\xf2\xab\xd7\x9e\xe9\ \xd6\x2b\x77\x6c\x7f\xf4\xf1\xbb\xee\x7c\x66\x47\x4f\x8b\x27\xca\ \xc0\xe3\x03\xd8\xa2\x8e\x5d\x18\x0a\x6d\xa5\x40\xcf\x1d\xae\x54\ \xff\x13\xcf\x76\xae\x4f\xb6\x37\xfb\x82\x0e\x86\x54\x2a\x31\x42\ \x9f\x65\xab\x89\x44\x82\x34\x65\xd9\x44\x96\x00\xcd\x52\xa2\x4d\ \x88\xf0\xee\xea\x51\x9a\x93\x1e\x1c\x97\x12\xcc\x82\x83\x3a\x63\ \xfd\x3c\x64\x73\xde\xf9\xfd\xc3\xc3\x86\x27\xcd\x81\x14\xb0\x63\ \x20\xea\x88\x12\x5d\x07\x37\xdc\x3c\xcd\xfd\xeb\x5d\x1c\x6b\x5e\ \x37\x62\x28\x01\x11\x4e\x8d\xe4\x0d\x43\x3a\x85\x55\xe7\x9d\x18\ \x9a\x6e\xcc\xce\x8d\x35\xc6\x66\xe7\x46\x4a\x8d\x5a\x6d\x6c\x72\ \x6c\x62\x6c\xa4\x36\xd1\x68\xd4\x26\x26\x6a\xb3\x73\x93\xd3\xb5\ \xc6\x58\xb8\x34\x54\x99\xf8\x20\xf6\xf8\xfb\xb5\xb1\x4a\xa3\x31\ \xc4\xb7\x02\x4e\xf2\xbd\x70\x0f\xf2\xb0\x9c\xcf\xf5\x56\xf2\x95\ \x8a\xd5\x0b\x2e\xac\x81\x2e\x4d\xcc\x2e\xa3\xe2\xf8\x85\x23\x17\ \x8f\x1e\xf9\xe1\xbb\x4b\x76\xf9\xe4\xf4\xa9\x3d\x03\xaf\x9f\x79\ \x6b\xe2\x44\x6d\xfe\xf2\xd5\x95\x95\xcb\x47\x8e\x5d\xbc\x7a\xf8\ \x86\xff\xfc\xe7\x9c\x61\xf6\xc2\x95\x6b\xcb\x57\x6b\x6e\xb8\x16\ \x8f\xbc\xe6\xff\xeb\x4c\xff\x7b\x4a\xf2\xd1\x6b\xad\x26\x56\xa5\ \xea\xf7\x90\x06\x74\x8e\x70\xf1\xc3\x5f\xff\xfd\xf7\x07\x5f\x7b\ \xf1\x9e\x57\xef\xf9\xeb\xe3\xeb\xd7\x76\xa6\xe2\xf1\x64\x73\x20\ \x99\x4c\xc5\x52\x31\x57\xa0\x09\x0b\xd1\x28\xa9\x87\x20\xf0\xac\ \xd2\x0c\xe6\x3a\xe6\x61\xc0\x52\x11\x6c\x11\x37\xf9\xd9\x04\xed\ \xa4\x12\x09\x3f\x49\x30\x28\x53\x16\xa7\x68\x0a\x7e\x12\xd3\x63\ \xe0\xf7\x31\xea\x29\xd1\x0e\xcf\xba\x3f\x8b\x2f\xed\x30\x99\x4c\ \xf8\xcb\x7f\x0a\x3d\x93\x62\x59\xd4\x4a\xc5\x49\x16\x81\x2a\x89\ \xf8\xba\xfb\xee\xef\x7f\x76\xf3\x63\x1b\x28\x3c\xde\x6c\xf6\x85\ \x9a\x9b\x5a\x63\x9f\xe4\x86\x26\x16\x16\x6e\xda\x18\xdf\xb8\xa1\ \x67\xdd\xb3\x77\xde\xb2\xb1\xa7\xad\x3b\xd0\xba\xae\xa5\xb9\x79\ \x53\xff\xc6\x60\x4f\x6b\x47\xcb\xa6\x4d\xcf\x6c\xbf\xf7\xa6\xa7\ \x1e\xb9\xeb\xe3\xef\xa6\x4e\xcc\x9d\x8c\xcc\xba\x79\x92\xc8\x57\ \xbf\x3d\xf8\xd0\x93\xdf\xfe\xe3\xaf\x4f\x9e\xc9\x3d\xf8\xf0\xdb\ \x07\x01\x08\x2d\x05\x63\x04\x19\x87\x9c\x25\x0d\xfe\x04\x79\x15\ \xd4\x53\x34\x22\x41\x39\x57\x12\x11\x47\x21\x10\x09\x44\x7c\x21\ \x8f\x27\xe7\xeb\x78\x12\x81\x4c\x2c\xe4\x72\xf9\x02\x2e\x9f\x6f\ \x00\x71\x42\xea\x54\x12\xca\xd1\x54\xa2\x0b\xf3\x45\x56\xb0\x57\ \x72\x80\x45\x21\x5f\x27\x96\xf3\x45\x62\x31\x4f\xa5\x55\xf1\x04\ \x28\xf9\x4f\xa0\x01\x03\xa4\xd1\x82\xd9\x42\x1c\x08\x26\xcb\xa2\ \xe5\x81\x47\x52\x29\x40\x0f\x06\x7b\x7b\xdd\x40\x8b\x16\x85\x26\ \x9d\x8b\xf0\x38\x76\x94\x32\xa5\xe6\xa9\xb5\x2a\x23\x4f\xa2\x31\ \x82\xab\x52\x73\x38\x1c\x7b\x1a\xfc\x9a\x4c\x22\x51\x14\xa4\xc8\ \x45\x69\xb5\x68\x5b\x74\x04\x64\x4e\x06\xa4\xb6\x37\x02\x4e\xc7\ \x68\xd4\xca\xc0\x64\x81\x37\x8b\x14\x06\x0b\xee\x4c\xaf\x54\x2c\ \xe1\x89\x64\x42\xbe\x08\x04\x56\x22\x94\x08\x41\xb0\x8c\x7b\xf7\ \xfe\xb2\xff\x8b\xdd\xc3\xc3\xbb\x76\x0f\x14\x0e\xf5\xa1\xe4\xaf\ \x42\xce\xde\x9b\xd1\xa4\x51\x34\x74\x6f\xef\x00\xe8\x77\x1a\x34\ \xcb\xae\xc9\x0d\xd8\xdd\x6a\x0b\x5a\x1a\x03\xdd\x53\xdb\xdd\x1a\ \x10\x45\x8d\x4a\x2d\xb1\x03\x39\xcb\xa4\x1a\xad\xc5\x02\xb4\xa8\ \x32\x1a\x2d\x46\x10\x36\x85\x54\x21\xd5\x48\xae\x23\x61\x3c\xa2\ \xe8\xa6\x55\xf3\x00\xe0\x93\xad\x27\x28\xf0\x3d\xa0\x29\x59\xbc\ \x5c\xcd\xfa\x47\x47\x8b\xe5\xa2\x89\x76\x38\x5d\x21\x1c\xd7\x63\ \xa6\xac\x49\x3f\x5a\x2d\x16\xb3\xd9\xf1\x71\x16\x90\xaa\xce\xa2\ \xd3\x31\xfe\xd5\xc6\xd0\x34\x86\x76\x04\x3b\x9c\x04\xe1\x44\xdd\ \x60\x40\x0d\x46\xb3\xac\x03\x25\x41\x98\x31\xac\xa8\x57\x26\xf4\ \x4a\x65\x39\x0b\xf2\x50\xae\x83\x94\x2d\xc1\x63\x65\x13\xfe\x6c\ \xb1\xa8\x67\x13\x81\x10\x38\xfe\xf5\x6d\x5d\x0e\x17\xe1\x6a\x4a\ \x86\x92\x2e\xa7\xc3\xe9\x49\x99\x5d\x24\x4d\x52\x31\x9b\x2b\x69\ \x46\x1e\xcb\xe6\xf0\x05\x43\x1e\x00\x01\x87\x33\xea\xb2\x85\xcc\ \x31\x9b\x23\xe4\x73\x98\x5d\x60\xae\x82\x4d\x21\x27\x6d\xf3\x78\ \x02\x2e\x5b\x10\x45\x34\x38\x40\xaf\x68\xb3\xd2\xe1\xa4\x99\xa2\ \xdf\xa1\x2f\x67\x71\x90\x85\x6a\xbd\x9e\xd0\x23\x53\x87\xba\x13\ \x80\x77\x2c\x83\xe0\xa2\xd0\xef\x44\x91\x66\x59\x74\x8a\x53\xa9\ \xc7\x09\xd6\x54\xac\x03\x2f\x1e\x18\x47\x27\x11\x4d\x40\xad\xe3\ \x65\x13\x8b\xd6\xf1\x66\xea\x60\xb5\x8a\xe5\xf1\x25\x24\x6e\x75\ \x9a\xc9\xce\xd0\x04\x9d\xea\xdc\xfa\xd1\x97\x6f\xbe\xf9\x9c\x83\ \x34\x51\x9b\xee\x7e\x71\xc7\xd3\xfd\xfd\x9d\xa9\xa0\xd3\xe3\x81\ \x67\xe5\x8b\x06\x1c\x51\x4f\xc8\x87\x1a\x79\xe1\x66\x40\x19\x90\ \xd3\xc7\x7a\x1e\x7b\xa9\x67\x5d\x10\x5e\x8c\x19\x05\xc8\x28\xfd\ \x65\x7f\x82\x4c\x20\xf9\x87\x37\x81\xc0\x08\x25\x89\xba\xec\x99\ \x90\x13\x44\x75\xad\x4a\x3d\x3c\x29\x78\x3b\xcd\xb6\xef\xe4\xff\ \x08\xae\x7f\xfe\xb7\x9b\xff\x15\xe6\x7d\x4e\x17\x41\xeb\xa8\x00\ \x05\xa3\x76\x9d\xf2\x69\x43\xcd\xfe\xb7\xe3\xd6\xe9\xca\x74\xa9\ \x56\xf3\x4e\x2f\x34\xa6\x86\x50\x43\x4d\x50\x99\xfc\xec\xc4\xe4\ \xe2\xfc\x74\x6d\x72\x0a\x8c\x14\xf0\xa0\x37\x3c\x31\xd1\x18\x9b\ \x00\x4d\xab\xe4\xc3\x0d\xb4\x41\x07\x08\xd2\x5b\x2a\x8d\xed\x8e\ \xdf\xf7\x2f\xfe\x6c\xad\x36\xe4\x95\x8b\xc5\x22\x69\xc9\x5a\x1a\ \x2a\xe5\xbd\x1c\xa1\x3c\x5c\xca\xe7\xe5\x9c\xfc\x08\x18\xad\x5a\ \x65\x24\x9c\x9f\x9a\x1d\xab\x8c\x4c\xcf\x1f\xbb\xb2\xf2\x5b\x46\ \x61\x91\x55\x2e\x9c\xbb\x5e\xf7\xed\xa5\x2f\x15\xc7\x14\x82\xf9\ \x8b\x28\xee\xfc\xe2\xd5\x2b\x7b\x6e\xfc\xcf\x8d\x2b\xf2\xdc\xca\ \x95\x3f\x92\x46\xd7\x5c\xab\xc1\xba\x46\x85\xab\x25\xa3\x70\x69\ \xb5\x62\xf4\xf0\xb5\x32\xf7\xdf\x13\xfb\xce\xa1\x5d\x39\x70\xc5\ \xf5\x47\x15\x67\x7f\xfe\xec\xc9\xbb\x1e\xfe\xfa\xe3\x3b\x1f\x5b\ \xbf\x61\x7d\x4f\x6b\x2a\xde\xda\x14\x0c\xc5\x9b\x83\x49\xf8\x83\ \x92\xa5\x9d\x3e\xf8\x47\xe0\x34\x85\x99\xe1\xa0\x20\xc8\x44\x02\ \xbd\x8d\xa4\x1e\xd3\x53\xf0\xce\x98\xf4\x7a\x8c\x70\x26\x5d\x18\ \x5a\xc2\x32\x3b\xc0\xb7\x92\x0c\x1c\x80\xe6\xbf\x1f\x72\x84\xee\ \xff\x69\xd7\x6f\xff\xc0\x66\xca\x26\xdf\x5d\xa1\x7b\xee\xc6\xd0\ \x39\xa4\x10\x93\xd5\x9b\xfc\x4c\xbc\xa9\x75\xf3\x96\x97\xef\xfb\ \xd3\x6d\x9b\x08\x3c\xd8\xe2\x0c\xa4\x9a\xdb\x3a\xfb\x0f\x4e\x71\ \x1a\xf3\x27\xfe\xd2\xd2\xdf\xdf\x1a\xef\x02\xc8\xdb\xd1\xbe\x79\ \xeb\xce\x9e\xae\x4d\x9d\x2d\xed\x4d\xbe\x96\xcd\x5d\x3d\x9d\x6d\ \xf7\x3f\xfd\xd4\xce\xe7\xef\xb8\xe9\xd6\x37\xf7\x5e\x3c\xb5\x28\ \xfe\xe5\xc8\x40\xc6\x9d\x89\xfc\xf4\xf5\x47\x67\x9f\x7c\xfd\xc9\ \xaf\x0f\xdd\xfe\xd6\xc9\x5f\xde\xb3\xa8\x0a\xc6\x5e\x8b\x66\x40\ \x9b\x76\x5b\x54\x6e\x23\x98\x20\x05\x8a\xa9\xb3\xa8\xb9\x42\xa1\ \x48\x2a\x91\x08\xd0\x1e\x42\x94\x1b\x23\x11\x72\x45\x02\xd4\x1b\ \x47\x20\xe2\x5a\xb9\x60\xaa\x00\xcd\x81\xff\xe0\x13\xd7\x60\x95\ \x5b\x61\x0e\xc9\xeb\xd0\x62\x96\x37\x6c\xcd\x1b\xbc\x3a\xae\x18\ \xb0\x91\x27\xe0\x29\x38\x1c\xad\x4a\xaa\x10\x09\xe4\x32\x19\xd2\ \x29\x9e\x51\x06\x77\xa2\x55\x48\xa4\x68\x77\x8b\x54\xcc\x03\x30\ \x04\xc9\x1a\x06\x3e\x33\x6a\x55\x11\xb7\x56\xa3\x90\x5a\x0a\x60\ \xf6\x54\x96\x1c\x68\x80\x4c\xaa\x52\xe7\x06\x33\x69\x14\x01\x88\ \x36\xe8\x28\x14\x22\x6d\xda\x68\x54\xcb\x24\x32\xb4\x77\x51\xeb\ \xb6\x48\x39\x0a\xb5\x2a\x9d\x51\x81\x80\xb8\xd5\x2a\xa9\xa5\x4f\ \x05\xf7\xa8\xc9\x44\x32\x85\xe1\x7d\x6a\xb1\x46\x61\x05\x35\x45\ \x6d\x7b\x84\x02\xad\x6e\x2c\x2c\xd3\x0c\xee\x1d\x38\x74\xe8\xd0\ \xbe\x81\xe1\x3e\x4b\x21\xe3\x1e\xd8\x3d\x3c\x38\xd0\x6b\xef\x1b\ \x1e\x1c\x1e\x2c\x14\xfa\x7a\x23\xb9\xbe\x42\x6f\xc4\x02\xcf\xc0\ \x6e\x34\xaa\xd2\x76\x77\xc6\x8d\x02\xde\x51\x92\xa1\x3a\x63\x71\ \x03\xa6\xf2\x40\xc6\x50\xe3\xb1\xb4\x1d\x7c\xa0\x44\xa6\xd5\x4a\ \x14\x08\x4e\xd5\x1c\x99\x4a\x75\x9d\xa9\x0c\x43\x71\x66\xbc\x5a\ \xff\x2f\x5a\xa3\x19\xad\xce\x24\xb2\x58\xa2\x0a\xc3\xa5\xee\x27\ \xcb\x45\x4c\x3f\x3a\xee\x2f\xb3\x2c\x6e\x76\xd2\x01\xda\x4f\x82\ \x25\x5a\x9a\xa9\x1f\x58\x2a\x82\x0f\x41\xeb\xd4\x09\x54\x80\x09\ \xd4\xc2\x10\x38\x45\xe2\xb4\x12\x37\xb1\x0e\x5a\xa9\xcc\xe2\x66\ \x92\x4d\x80\x06\xb2\x98\xcf\xcc\x50\x4a\x74\xae\x4c\x0f\xa0\x95\ \x05\x01\x2c\x02\x69\xce\x1c\x28\xce\x94\x41\x03\xb2\x70\x7f\x65\ \x80\xc2\xb2\x1e\x0b\xa5\x42\x9d\x3b\x1e\xeb\x88\x32\x0e\x5b\x3b\ \x70\x9e\x07\x54\xc9\x4c\xc0\x38\xa7\x08\x26\x9e\x0a\x38\x3d\xc1\ \x50\xb0\xd9\x1c\x6b\xf6\xc4\xe2\xa8\xde\x20\x1e\x0a\xfa\x42\x4d\ \xae\x26\x9f\xcf\x63\x26\xa2\x81\x68\xc8\xc7\x80\x32\xba\xa2\x36\ \x86\x70\x82\x60\x39\xd1\x12\x11\x8c\x76\x9c\x44\xa1\x84\x08\x46\ \x13\x80\x84\xd9\x2c\xab\x44\xf5\xec\x59\xd6\x9f\x85\x57\x05\x1c\ \x88\x54\x6c\x3c\x4b\x44\x53\x36\x73\xac\xb5\xb5\x39\xee\x82\x07\ \xf2\x50\x26\x0c\x3c\x66\x82\x44\x4d\x25\xfc\xab\x51\x59\x7e\xb0\ \x61\x2c\x99\x45\xab\x7d\xa0\x72\xd9\x99\xba\x29\x8b\xce\xa8\x12\ \xa8\x0c\xb6\xe7\xde\x47\x5e\x8e\xb1\x7a\x8a\x36\xdf\x7d\xf3\x83\ \xb7\x3d\xb5\xa9\xa9\xb9\xa9\x25\x6a\x4b\xc1\xdd\x98\x63\x4e\xda\ \x15\xf0\xd0\x34\xab\x64\x13\x0e\x73\x14\xc3\x6c\xb1\x9e\x2d\xf7\ \x6d\xdf\xb1\xa1\xb9\x29\x4e\x13\x14\x05\xe8\x0c\xd2\x89\xfb\x51\ \x89\x05\x09\x6f\x02\x12\xb6\x22\x0d\xc3\x0f\xcc\x97\x89\x04\x80\ \x85\xb7\x16\xc7\x31\x33\x41\x29\x89\xd4\xf7\xda\x17\x36\xbe\xf4\ \xd4\x2f\xaf\xdb\xf7\xee\x1e\x6e\x39\x00\x3f\x4b\x9b\x19\x9a\x22\ \x94\xb1\xde\x69\xce\xf1\x93\xdc\x05\xbe\xd7\x3b\x35\x34\x32\x3d\ \xd6\x18\x81\x61\x60\x15\x4b\x75\xba\xca\xec\xc2\xe4\xf2\xfc\x58\ \x6d\x7a\x24\x5f\xaa\x8d\x8d\x54\xbc\xf9\xe9\xa9\x39\x74\xbe\xaf\ \xe6\x6d\x20\x2b\x36\x32\x34\x32\x52\xf3\x86\x87\x2a\x82\xce\x9b\ \xce\xa8\xc6\xf2\x5c\x83\x48\xc1\x37\x08\x79\xf9\xd2\x74\x25\x8f\ \x7a\x9f\xeb\x80\x0e\x81\x45\x90\xcb\x32\x94\x4a\x15\x6b\x0d\xa5\ \xcd\x8c\x2d\x1c\x59\x39\xcc\x3b\x08\x20\x60\x3d\x76\xee\xe8\xe4\ \x6f\x5f\x7d\xff\xb1\x60\xdf\xc1\xf0\xd4\x32\xb2\x58\xe7\xf7\x00\ \x0e\xee\x99\x5e\xd4\x4d\x5e\xb9\xf1\x5a\xf1\xd5\xf5\xbf\xa7\x22\ \xef\xb9\x96\x28\xb3\xe7\xe8\xd1\x3f\xb6\x3e\x1f\xfd\xbd\x35\xce\ \xb5\x0c\x2c\x54\xe0\xfe\xfb\x57\x37\x5c\x9f\xff\xf6\xb5\x4f\xff\ \xf2\xe6\xed\xcf\x6c\xde\xf9\xc2\x96\xae\x9e\x8e\x64\x53\xb0\xb9\ \xb9\x05\x7e\xe1\x01\xf0\xd6\x60\x98\xc1\xbe\xd2\x2e\xb3\x12\x23\ \x4d\x34\x4d\xb2\x18\x41\xc1\xef\xa9\x08\x73\x26\xda\xa5\x4a\x74\ \x07\xfd\x28\xf2\xda\x13\x73\x98\x91\xac\xdb\xcc\x30\xab\x92\x0e\ \x86\x31\xb7\xda\xdf\x27\x36\x7e\xe8\x3e\xb4\xfb\x23\xb6\x6e\x22\ \xa9\xbf\x6e\x7a\xfe\xce\x14\x89\xd1\xa1\x00\x85\x02\x82\x5c\x1d\ \x5d\xeb\x36\x6f\xd9\x74\xe7\xc3\xb7\xb4\x63\x94\x39\x48\x39\x3b\ \x3b\xbb\x5b\x36\xbd\xd0\xa8\x4c\x2e\x9c\xf8\x75\xdb\x33\x9b\xd6\ \x77\xad\xdb\xfa\xc8\xab\x2f\x35\x6f\xda\xbc\xe9\xd9\x87\x9e\x78\ \xe2\xe6\xed\xed\xae\x8e\x47\x37\xf5\xaf\xdf\xb0\xf9\xe5\x9d\xf7\ \x3e\xfe\xa7\xed\x37\xfd\xe5\x9f\xcb\x17\xe6\xf9\xbc\x63\x91\x9c\ \x26\xcd\x53\xa5\x2f\x7d\xfe\xf9\x47\xff\xfe\xfe\xb5\x83\xbd\x7b\ \x7f\x73\x8b\x8c\x6e\xb5\x3d\x62\xcc\x44\x0a\x11\xad\x7b\xc0\xa8\ \x4e\xdb\x15\x19\xa3\x3b\x62\x44\x72\x20\x06\x55\x10\x8a\x51\x87\ \x54\x70\x4b\x42\x21\x2a\x0a\x15\xf3\xb9\x1c\x80\x3e\x54\xdd\x04\ \xbf\x0e\xab\x5c\xe4\x1d\x32\xc8\xc3\x56\xaf\xb7\xa4\x43\x6b\x8b\ \xe1\x7c\xde\x60\xf0\x1a\xb8\x5c\x11\xb0\x21\x9f\x2b\x10\x4a\xc4\ \x12\xb4\x70\xaf\x91\x80\xe8\x89\x40\xbd\xa4\x12\x19\x8f\x23\x84\ \x7b\x35\xaa\x64\x2a\x8d\x05\x15\xa7\xa3\x22\x52\xf5\xf0\xee\xbd\ \x83\x20\x0f\x1a\xf0\x58\x76\xb5\x3b\x8d\x3c\x16\x68\x85\x05\xb4\ \xc2\xae\x01\x6d\xc8\x69\xd5\xf0\x3d\x91\x18\x20\x12\x85\xc8\x6b\ \xd5\x0a\x14\x25\x8f\xc0\xd0\x1e\x91\x68\x15\xab\xcd\xed\x8d\xc6\ \xde\xb4\x3d\x9d\x4e\x6b\xc5\x52\x8d\xc2\x08\x34\xd9\xbb\x4f\xab\ \xb0\x2b\xb8\xe1\xbc\xd7\x0a\xe2\x2b\x17\x4a\xb9\x15\x83\x24\xf3\ \xcf\xf7\x4f\x7e\xb7\xff\x8b\x2f\x06\xfa\x22\x6e\x20\xc0\xe1\xde\ \xc1\xbd\x9f\x80\x10\xed\xee\x1d\xe8\xcd\xf4\xa6\x77\xb9\xd3\x83\ \x85\xdd\xee\xf4\xde\x41\x77\xa1\x60\xb7\x17\x22\x19\xd4\x1c\xd1\ \x98\x4e\x17\xdc\x46\x63\x3a\x93\xd3\x20\x63\x68\x34\xda\x55\xd2\ \xb4\x45\x81\xd6\xe4\xd0\x7e\x42\xa9\xca\xa8\xe5\x18\x15\x62\x85\ \xfa\xba\x04\xeb\x1f\x47\xeb\xcd\x80\x43\xe3\xa3\x48\x83\x4c\x7a\ \xca\x54\x66\x95\x74\x79\x46\x9f\x20\xb1\xf2\xd2\x78\x35\x4b\xe8\ \x95\xa0\x1d\x2e\xd4\xd6\xb8\x38\xee\x47\x25\x10\x55\x44\x48\x65\ \x94\x2e\x95\xa0\x49\x13\xa9\x84\x43\x04\xd7\x93\x0c\x99\xa0\x30\ \x0c\x77\x3a\xd9\x84\x9e\x20\x09\xd3\x4c\x59\xe9\x44\x58\xe6\xc2\ \x71\xa5\xdf\x0f\xe6\x4a\x9f\x40\x03\x1d\xb4\xea\xc0\xd2\x81\x19\ \xc0\xb1\xfa\xcc\xcc\x92\x5f\x5f\x2f\x2b\x95\x64\x19\x8b\xa7\x36\ \xf4\xf7\xa4\x3c\x0e\x07\x5a\x4e\x4f\x81\x59\x62\xcc\x9e\x8e\x54\ \x80\xf2\xb8\x9a\x02\x0c\xe1\x72\xd8\x3c\x01\x67\xab\x23\x98\x0c\ \x98\x03\x2d\x81\x40\x14\x44\x2d\x1a\x63\x18\x9b\x03\x0b\x44\x9d\ \x3e\x8a\xa1\x49\x1c\x66\x5b\x1c\x67\x5c\x0c\x4d\x53\x1e\x06\x40\ \xd0\x0f\x48\x49\x13\x59\x02\xf7\x13\x80\x0b\xe3\x26\x92\xc5\xab\ \xa6\x44\x99\x5d\x05\x30\xa4\x98\xf5\x7a\xb1\x7a\xc0\xc4\x84\x52\ \x01\x40\xac\xa6\x9e\x90\x03\x6d\x1a\x32\xe3\x36\x4c\x99\xf0\xdb\ \xcc\xf0\x5a\x50\x26\x0e\x8a\x7e\x51\x2a\x59\x1c\x44\xcf\x54\x5d\ \xaa\x27\xaa\xa3\x38\x81\xb0\x10\x5e\xb4\x9e\x70\x6c\xb9\xaf\x53\ \x59\x64\x09\x9c\x60\x1e\xbf\xe5\x96\xa7\x1e\xdb\xda\xd1\x0c\x8a\ \xd5\xdc\x0a\x4f\x36\x14\x73\x80\x82\x9a\xd1\x22\x1a\xe6\x37\x3b\ \x01\xf5\x5c\x51\x57\xfb\xa3\xf7\xde\xfb\x72\xcf\xfa\xce\xa8\x59\ \x69\x62\x88\x84\x1f\xb9\x3c\xbd\x89\x34\x15\x13\xe5\x32\x01\x36\ \x95\x00\xb8\x21\xa8\x84\x9e\xd2\xa3\xf3\xf4\xe8\x19\xc3\xef\x03\ \x27\x19\xe7\x3a\xe3\x67\xc1\x9f\xbb\x9f\xf9\xe8\xd2\xf1\x01\xbb\ \xf7\x76\xd4\x72\x1d\xe6\x08\x9c\xc6\x42\x5f\xe7\xc5\xc3\xdf\x69\ \x46\xac\x72\xef\xe4\xc2\xd4\xc4\xe4\xf4\x74\x58\xc8\x91\xd7\x86\ \xc2\x43\x63\x8b\xf3\xb3\xf3\x13\xb3\xc0\x83\x0d\x6f\x2d\x5c\xa9\ \xe5\x2b\x0b\x28\x86\x6f\x6c\x6a\xa4\xb1\xb0\x30\x3b\x35\x31\xe6\ \xad\x81\xc3\x42\x8b\x54\x2f\x6c\xfa\x7c\x37\x0c\x03\x31\x8f\xef\ \xe5\xeb\xe4\xd6\x52\x2d\x2c\x53\x89\x41\xf7\x84\xc2\x70\x38\x0f\ \xb7\xac\xe4\xad\x30\x62\x4a\x60\xaf\x6a\xe1\xa9\x85\xe5\x3d\x86\ \xdf\xbe\xcb\x64\xa4\xb3\x2b\x87\xa7\xdf\xfc\xf2\xe7\x6f\xbf\xf9\ \xfe\xeb\x4b\x8a\xb9\x53\x17\x56\xae\x5e\x3d\xb7\xe6\x3f\xff\xcf\ \xd5\xca\x91\xca\xe4\x9a\x1b\xaf\xff\xa3\x00\x6b\xcf\xff\x6f\x3f\ \xce\x9e\xdf\x7b\x3e\xaf\xa6\x61\xad\x59\xdd\x99\x73\x6d\x7f\xce\ \xe1\xd5\x92\x86\xc3\xab\x2d\x9f\x6f\xb8\xe1\xba\xc5\x77\x3e\x38\ \x7b\xd3\xb6\xcd\x9b\x1e\x5a\xbf\xb6\xa3\xbb\xbd\xa3\x29\x64\x6e\ \x4e\x46\x51\x0b\x0f\x98\x17\x7c\x21\x33\xc6\xc0\x0b\x27\x4c\xe4\ \x6a\x87\x35\xf8\x25\x29\x31\xd6\x8f\x9b\x70\x32\x81\x9b\x95\x1b\ \xba\x9d\x3e\x97\xd9\xd3\xdc\xd9\xd4\xcd\x30\x38\xe9\x34\x33\x6d\ \x24\xc8\x96\x59\xf9\xc2\xe4\x83\x8e\xaf\xc4\x83\x7d\xe9\x67\xb3\ \x60\xf5\xd9\xdb\xce\xb4\x7e\xde\x4f\x38\x6c\x81\xa4\x87\xd4\x67\ \xa9\x60\xf7\xd6\xfb\x37\x74\x77\xdf\xbf\xe9\xe5\xb8\x92\xa0\x9d\ \x44\x6a\xcb\xda\x78\xb2\xe5\x6e\xe1\xec\xc8\xc4\xe2\xa5\xbb\x9f\ \xd9\xbc\xa1\x73\xfd\x33\xb7\x7e\x7c\x67\x6b\xd7\xba\xf5\xeb\xb7\ \xbd\xf0\xcc\x5f\xbe\xfa\xf6\x8e\xd6\xce\x8e\x9e\xce\xfb\xef\x7b\ \xf6\xb1\x7b\xef\xbc\xf3\xae\x87\x6f\x3a\x38\x75\x71\xaa\xd4\x38\ \x81\x9a\x1d\x67\x8c\xbd\x97\xde\xff\xf7\xd9\x5f\xff\xfa\xeb\x77\ \x9f\xed\x57\x97\x50\x07\x3e\xbb\x45\x96\xc9\xd8\x51\x93\x05\xa3\ \x3d\xe2\xb6\x18\xc1\xad\x88\x85\xe8\x8c\x20\x5f\xc2\x83\x7f\x32\ \x40\x71\x91\x48\x8c\x6a\x46\x0d\x3c\xe0\x3b\x81\x40\x2e\x16\x08\ \xf9\xdc\x92\xdc\x6a\x35\xe4\x75\x72\x70\xbc\x43\x30\xe3\x78\xe5\ \xc2\xb0\x17\x2d\x17\xad\x9e\x2b\x2c\x59\x05\x7c\xbe\x58\x20\x06\ \x4b\xc6\x17\x72\xa5\xab\x0d\x58\x45\x52\x1e\x4f\x01\xee\x4a\x25\ \x13\xf3\x8c\x0a\x8e\x42\xc3\xe1\x69\xb4\x46\x91\x44\xad\x95\x1a\ \x0b\xfb\x40\x2c\x72\xf6\xb4\x45\x0a\x02\x51\xd0\xa2\xa5\xed\xcc\ \x6a\xe0\x02\x10\x9e\x1a\x14\x48\xad\xe0\x18\x55\x3c\x45\x04\x49\ \xaa\xd4\x1d\x41\x25\xa8\x16\xad\x82\x03\xb2\xa6\xb5\xc0\x0d\xfa\ \x0a\x7d\x6e\xb8\x89\x54\xab\xb2\x03\x35\x22\xd3\x65\x8c\x18\x2d\ \x0a\x9e\x56\xc0\xb5\x7a\xad\x30\xbd\x71\xc4\x5c\x2d\x2f\xcf\x97\ \x65\x0e\x1e\xfc\x25\xb3\x7f\xdf\xf1\x81\xfd\x83\x83\x03\x00\x86\ \xb9\xf4\xc0\xa0\xd6\x8e\x1a\x06\x0d\x6a\x7a\xfb\x76\x19\x73\xbb\ \xdd\xb9\x08\x98\xac\x42\x7a\x00\x35\x4e\x45\xeb\x56\x69\xf8\xe4\ \x8e\xd8\x2d\xe9\x4c\xda\xa8\x02\xc7\x97\x41\x5e\xd1\x18\x51\x1b\ \xd5\xe0\x13\x35\x6a\x8d\x46\xcc\x51\xad\x9e\xf4\x04\x87\x55\x65\ \x13\xa0\x3d\xa3\x4b\x4b\xff\x3d\x30\x3a\x03\xe8\x03\x80\x52\xaf\ \x8f\x66\xcb\xe5\x2c\x0b\x03\xbf\xbc\x54\xcf\xa2\xb3\x65\xb8\xd3\ \xe6\x71\x98\xf5\x45\x72\x66\x69\xe9\x40\xb5\x88\xaf\xf6\xd8\x85\ \x01\x95\x98\x81\xe9\x8d\xa4\x09\x26\x80\xfb\x69\x17\x80\x91\x93\ \x24\x09\x9b\xc3\x94\x40\x5d\x6a\xca\xe3\x44\xca\xc1\x98\x53\x51\ \xc6\x6c\x4a\x14\xeb\x60\x71\xca\x07\x0e\x1c\xa8\xce\xb0\x89\x03\ \xa3\x20\x7a\x65\x1c\x54\x2f\x41\x9a\xea\x65\x9c\xac\xd6\x49\xca\ \x1c\x68\x6e\xea\x6e\x21\xc8\xfe\x66\x4a\xdf\x7a\x7f\xd0\x63\xf3\ \x04\xdb\x43\x60\x79\x9c\x4e\x57\x40\x89\x45\x3d\x01\x1b\x15\xf5\ \x98\xe9\x40\x2c\x10\x37\xd3\x66\x9b\xc3\xec\x70\xda\x18\xda\x81\ \xb9\x3c\x30\xce\x95\x0c\x86\xd1\x80\x54\x34\x85\x02\xa5\x90\xfb\ \x31\x91\x7a\x18\xd3\x04\x99\x45\xfb\x06\xe1\xf9\x96\xcb\xe0\xac\ \x80\x08\xc7\x13\xd9\xf1\x62\xa2\x9a\xcd\x2e\xd5\x81\xee\xfe\x7b\ \xc0\xe1\x8c\x87\x1c\x94\xcd\x83\x6a\x3a\x01\xe1\x50\x33\x1b\x27\ \xdc\x18\xee\x8f\x02\x9b\x98\x28\x93\x40\xba\x04\x01\x47\x75\xa2\ \x38\x3e\x3a\x0e\x9c\x8b\x53\xf5\xd1\x99\xf1\x2c\x50\x24\xc9\xa2\ \x3e\xf3\x20\xf2\x60\xb5\x9c\x0f\xdd\x7a\xcf\x73\x4f\x6f\x5b\xff\ \x74\x5b\xac\x7b\x43\x7b\x20\xd9\x02\xfc\x12\x8c\x05\x1c\x34\xc3\ \xc2\x33\x00\xdc\x43\x7b\x32\x4d\xcc\x96\xfb\x9f\xbf\xf7\xbe\x1d\ \x0f\xc5\x03\x18\xc8\x54\xc2\x5f\x2c\xfa\xb3\x2c\x8c\x3c\x78\x5e\ \x7e\x13\xea\x9a\xa7\x34\xf9\x49\x12\xbc\x15\xcc\x05\xc5\x04\x0c\ \x43\x13\xd2\x7a\x56\xef\x4c\xbe\x71\xbb\xf3\x81\x77\xda\x9e\xbf\ \xfd\xfb\xc1\xdf\x2c\x86\x47\xea\x65\xbf\x49\x49\x2b\x3d\x0e\x53\ \xb7\x5d\x68\x3f\x73\x5a\x11\x16\x8e\x4c\x4e\x4e\x4d\x34\x46\x46\ \xf8\xf9\x91\x4a\x63\x42\x38\xbd\xb0\xbc\x38\x37\xd9\x18\x19\x1b\ \x1a\xaa\x84\x41\x95\x46\x00\x0b\xc7\x1a\x0d\xf0\x48\xf9\xa1\xc9\ \xe9\x11\xf8\x32\x0f\x22\x36\x54\xb3\x0e\xd5\x9e\x0f\xfd\xaa\xa9\ \x94\x44\x42\x83\xdc\x20\xe0\x86\xbd\x25\xae\x15\x46\x11\x57\xae\ \xd3\x09\x81\x47\xc2\xe8\x60\x34\x08\xe0\x93\x37\x3f\x92\xf7\x36\ \xa6\x56\x16\xce\x1c\x3a\x9d\x91\x4d\x5f\xdc\xd3\x78\xf7\xfb\x5f\ \xbf\xfe\xf6\xec\xd9\x1f\x7f\x94\xcf\x1f\x3b\xb5\x02\x3c\xf8\x9f\ \x1b\x97\x87\x8e\xcc\x1d\x3f\xbf\xea\xaf\x6e\x5c\x83\x16\xb0\xf6\ \xac\xb9\xfe\x86\xff\x09\x16\xe8\xd3\x0d\xc8\x71\xad\x7e\xfb\xfa\ \xd5\xdd\xd1\x37\x5e\xbf\xba\xbe\xb5\xe7\xf7\x1e\x15\xe7\x2f\x5e\ \xbc\x7a\xf5\x7c\xe3\xec\x93\x6f\x3d\x7e\xff\xb6\xf5\x5d\x5b\x36\ \xf5\xac\xdd\x18\x0a\x34\x47\x83\x31\x4f\x2c\x84\x4e\xae\xfa\x6c\ \x2e\x86\xc0\x70\x8a\x26\x09\x38\x3e\x31\x3d\xc8\x36\x89\x29\x95\ \x0c\xf2\x49\x66\x96\xed\xd9\xb1\xa5\xdb\x05\x93\xcf\xd3\xeb\x5f\ \xfb\x8a\x21\xa2\x51\xe7\x86\xb7\x43\x74\xd4\xe5\x74\x9e\x39\xee\ \x79\xc7\x00\x83\x2d\xf7\x14\xad\x67\xd9\xb2\xed\xd7\xcd\x2f\x6e\ \x84\x59\xd8\xd6\x12\x52\x9a\xf4\x9e\x58\xe7\x36\x10\xc8\x0d\x77\ \xde\xf7\x7c\x0b\xe1\xa7\xe2\x44\xd3\x86\x8d\x3d\xeb\x9f\x7b\x59\ \x35\x1b\x1e\x5a\xec\x5d\xfb\xdc\xa6\xae\xb5\xdd\xdb\x9f\x7c\xeb\ \x4f\xc1\xb6\x96\xce\xae\xb5\x0f\x75\x6d\xbd\xf5\x8d\xdf\xfe\x76\ \xff\x0b\x1d\xad\x77\x3f\xf6\xec\x1d\x4f\x6d\xbf\xe3\x9e\x57\x6e\ \x7e\xaf\x36\xbb\x8f\x73\xaa\x16\xd1\x68\x22\x11\x18\xe8\x32\x7b\ \xef\xf1\xcf\xde\x7c\xe7\x6d\x83\x1c\x44\x43\x91\x8b\xa8\x24\xf6\ \xb4\x8a\xa3\x06\xbb\x03\xde\x04\x09\x98\x86\xc3\x17\x73\x04\x42\ \x39\xa0\xb7\x40\x2c\x46\x35\x01\x42\xb1\x54\x04\xd3\x04\x47\x20\ \x02\xf9\xf2\x7a\x45\x1c\x3e\x97\x0b\xac\xf5\xff\x12\xf5\x26\x7e\ \x4d\x5f\xf9\xbf\x7f\xb3\x4e\xf6\x64\xb2\xef\xfb\xbe\xef\x1b\x24\ \x21\x03\x24\x41\x0c\xde\x88\x3a\x62\x8c\xc4\xdd\x18\x77\x11\x77\ \xb1\x6e\x71\x45\x40\x82\x23\x56\x51\xb4\xb6\x56\x2c\xca\x36\xf5\ \x2a\x8e\x9d\x71\xaa\x76\xb4\xea\xa8\xa8\xbd\x4e\x6b\xe5\xce\xe3\ \x5b\xff\x8b\xfb\x3e\xe9\xcc\xef\x47\xab\xb2\x26\x21\xf9\x9c\xd7\ \x79\xbe\xce\x79\x9f\xd7\x5b\xee\xc6\xba\xc1\xa3\x67\x60\xca\xc8\ \xc3\xbc\x21\x82\x57\x04\x18\x4b\x24\xcf\x24\x34\x78\x3c\x91\x80\ \x17\x91\x28\x24\x22\x56\x44\xc4\x60\x70\x14\x32\x9d\x20\x27\xa8\ \x79\x02\x0a\x5a\x6c\x42\x27\x93\xa9\x04\x0a\xea\x80\x8a\x32\x86\ \xd5\xe6\x78\x32\x1c\x4e\x37\xb7\xe4\x28\x2c\x35\x5a\x51\x13\xb0\ \x14\x28\x36\x0b\xb5\x70\x4e\xea\xa9\x2c\xd4\x7c\x95\xab\x46\xb1\ \xc9\x5d\x51\x5e\xe5\xbc\xb4\xc2\xa3\xa7\x92\x09\x0c\x14\x5a\xac\ \xc7\x08\xe2\x71\x35\x10\x17\x18\x5e\x35\x8f\x46\xa6\x28\x78\x0a\ \x8a\x19\x3c\x1d\x95\xc6\x20\xd1\xe9\x1a\x91\x48\x8e\xc1\xd0\xf1\ \x0c\xb2\x55\x84\xf3\x3c\x1b\x79\xd6\xd5\xdf\x3f\x31\xd9\x35\x14\ \xf6\xf4\xf4\xb4\xc4\x51\x15\x56\xba\xa5\x4b\x1f\xf6\xd0\x5a\x86\ \x5a\xd4\x51\x10\xab\x70\x3a\xaa\x00\x02\x4b\xc2\xe3\x31\xc3\x43\ \x09\xc3\xdd\x79\xd4\xc0\x56\xa8\x8f\x0e\x3c\x45\x7a\x0f\x0b\xf5\ \xfc\x52\xeb\x05\x2c\x1c\x49\xa0\xd7\x33\xe0\xf1\x33\x18\x54\xb4\ \x86\x85\x16\xa0\x63\xa3\xa5\x41\xed\xe0\xc7\x6e\xb4\x3c\x53\x2a\ \xc3\x58\x46\xe7\x7c\x61\x70\x6b\xf9\xc2\x4a\xb5\xa4\x1d\xd8\x49\ \x62\x61\xf3\xa5\x12\x15\x27\x36\x58\x06\xa9\xc9\x0e\x82\xb1\x02\ \x73\x65\x17\x06\x62\x42\xbb\x8c\x0d\xee\x46\xcb\x11\x32\x63\x76\ \x31\x5f\x1c\x13\xaa\xa4\x46\x0e\x1b\x98\x2b\xd0\x6d\xac\x86\xf7\ \x0d\x52\xa6\x54\x16\xd0\xa6\x52\x00\x55\xe5\x0a\xca\x81\x2f\x1b\ \x84\x3f\xb2\x54\xa0\x14\xe3\xa4\x98\xb2\x14\xa0\x4e\xb9\x68\x17\ \xeb\x1c\x33\xea\x5d\x92\xfa\x5a\x95\x73\xde\xea\x7a\x9d\xcb\xe6\ \xac\xaf\x32\x4a\x5c\xa0\x4c\xa8\xde\xc6\xe8\x80\xeb\xd5\x24\x31\ \x38\x50\x08\xa8\x49\x5b\x39\x54\xec\x30\x29\x25\x06\xa7\xc5\x29\ \x16\x8a\x25\x62\x1d\x3a\x35\x66\x40\xb1\xe8\x06\x24\x97\x4c\xb6\ \xca\x22\x43\x11\x24\xc0\x8f\xd9\x41\xb8\xfd\x52\x09\x2d\xad\x97\ \x4b\xe8\x51\x94\x4b\xb1\x52\x29\x06\xbf\xf1\x68\xc9\x64\xf2\xaa\ \xbc\x4c\xa3\xcb\x64\xb0\xb9\x7c\xbe\x6a\x07\x53\x08\x76\x92\xe9\ \x90\x80\xc7\xe0\xcb\xb4\x81\x22\x5a\xa5\xcb\x06\x52\x01\x70\x84\ \xa9\x62\xac\x58\x96\x39\x63\x45\x74\x2b\x4a\x49\x20\xa0\xe5\x64\ \x51\xf0\x21\x98\x38\x76\x40\x56\xb5\x75\xdb\x86\x23\xb3\x67\xd7\ \xd5\xcf\x5a\x53\xef\x0a\x3a\x6b\x7d\x62\x8b\x53\xa7\x63\xf3\x51\ \xc0\xb8\x18\x88\x48\xaa\xd5\xda\xf9\x62\x69\x75\xed\xfa\xf5\x5b\ \xb7\x54\x85\x0c\x60\x08\x63\x42\x8e\xd6\x9e\xb5\x03\xc5\x05\x62\ \xda\x98\x96\x0f\x53\x83\x0c\xd1\x16\xfc\x6d\x47\x9d\x14\x02\x95\ \x32\x23\xb4\x78\x28\x65\x37\x18\x66\x2f\x9a\xdd\xba\x75\xf7\xcf\ \x63\x0f\x09\xe4\x3d\x33\x42\x70\xc7\x5a\xb6\x50\xc2\xdc\x13\x25\ \xa7\xdf\xa8\xbf\x6a\x2f\x7c\xf1\xf7\xaf\x3f\xff\x5c\x2e\xc7\x5b\ \x4f\x9f\x4e\x14\xe4\xf9\xd3\xe7\xbf\x3a\xd7\xd9\x7b\xbe\x57\x24\ \x07\x17\x51\xc8\x74\xe4\xdb\x7b\x35\xed\x1d\x95\xa4\x2b\xb4\x84\ \x9e\xcf\x58\x41\x8b\x32\x1d\xed\x89\xf6\xb5\xde\xe1\x09\x5a\x3b\ \x4c\xe3\x6e\x02\xd5\x9d\xe8\xa5\x93\x60\xe6\xa7\x61\x09\x30\x28\ \x34\x72\x4d\x42\x43\xc6\xe2\xe9\x44\x0d\x81\x84\x75\x17\xdc\x18\ \xeb\x57\xff\x78\xf6\x66\x64\x08\x77\xfe\x1f\xff\x23\x3a\xf6\xf0\ \x87\x9f\xa6\xde\x4c\x5d\x7e\x42\xfa\x2a\xf3\xd5\x2f\xff\xfe\xf1\ \x0f\x7f\xfc\xb5\x33\xf3\xcf\x1f\xe3\x89\xff\xfb\xc7\x4a\xe3\x89\ \xdf\x96\xad\x2a\x1b\x85\xbf\x89\xd3\xef\xe0\x83\x3f\xfe\xee\xaf\ \x3f\xa2\x72\xad\x5f\xfe\xfe\xd5\x67\xe7\x4f\xf7\x7e\xf6\xc5\x57\ \x9f\x77\xe0\xa9\x78\x77\x02\xf5\x02\x95\x5b\x29\x66\x2e\xd7\xdc\ \x8f\xbd\xbb\xf7\xca\xda\x13\xf3\x6a\xea\x7c\xd5\x41\xf8\x2b\x18\ \xb1\x39\x9d\x30\x61\xe9\x6c\x5e\x97\xcf\xa6\x62\xab\xc4\x32\x3e\ \x93\xad\x64\x1b\x2d\xec\x00\x0a\x6b\x53\x05\x38\xb2\x98\x12\x6c\ \x41\x2c\x70\xf0\xcc\xbc\xb5\x2b\x23\xf3\xae\x2b\xce\x5c\x9b\xae\ \x32\x58\x9c\x91\x55\xea\xe3\x1c\xb1\x54\x7a\xf4\x66\xa8\x91\x9e\ \xa7\x12\x70\x22\xc2\x0a\x26\x33\x50\xee\xde\xf7\xe4\xec\x56\x3e\ \xdb\x60\xab\xb3\xf1\x63\x42\x5f\xd5\xac\x05\xfb\x4e\xec\xdc\xba\ \x7e\xd3\x11\x9d\x50\x26\xf6\x9a\xaa\x6a\x6b\x6a\xe6\x1e\x5d\x41\ \xff\xa5\xa3\xf7\x5f\xf7\x23\x3b\x16\x34\xad\x99\xbd\xe2\xc2\xa5\ \x3d\x7e\x57\x75\x53\xfd\x8c\x79\x5b\x1a\x23\x87\x96\x6c\x3e\x78\ \xf2\x70\x75\x64\xff\xfa\xe5\x2b\xb7\x6d\xdf\x7e\xe6\x26\x91\x7e\ \x5f\x41\xff\x33\x81\x81\x23\xa3\x0a\xc7\xa4\x1a\xc3\x48\x3e\x7b\ \xae\x26\x72\xb9\x30\xde\x51\xa0\xa6\x22\xcc\xe3\x62\xb8\x51\x50\ \x11\xae\x82\x82\x02\x53\xf0\x72\x2c\x01\xe5\xf0\xd1\xe5\xc0\x46\ \x18\x32\x0c\x79\x39\x96\x8e\xc1\x90\xb0\x72\x11\x16\x8f\x75\x6b\ \xe8\x00\x2d\x24\x11\x50\x14\xfa\x82\x5b\xa4\x41\xc7\x10\x40\xb9\ \xac\x79\xab\x15\xf9\x42\x6b\x26\xaf\xc1\xd2\xdd\x44\x3c\x91\x48\ \xa6\x10\xb0\x72\x0a\x01\x25\x3d\x90\x29\x58\x90\x1e\x2e\x4b\xcf\ \x33\x03\x90\xf0\x68\x54\x11\x96\xcc\xf2\x08\xf4\x3c\x2a\x08\x57\ \x34\x9d\xcb\x45\x93\x6a\x05\xc3\x6c\x56\x03\x4a\xf1\xb8\x66\x16\ \x2b\xa9\x86\x37\x7d\x1c\x2d\xb0\x33\xd2\xe6\xa8\x1e\x64\x8b\xdb\ \xac\xa6\x29\x14\xbc\x78\x33\xea\x64\x8f\xc1\x33\xd4\x6a\x56\xba\ \x99\xab\x37\x77\xa1\x13\x8f\xd1\x5c\x7a\x22\x09\xd0\xa3\xe6\xe2\ \xa8\x28\x16\x02\x43\xd5\x53\xf1\x58\x78\xc4\x44\x78\x0c\x64\x06\ \x59\x44\xa4\xe9\x1f\xbd\x9e\xe8\xea\x79\x70\x7f\xa0\x6b\x32\x1a\ \x4d\x4e\x0e\xa4\x19\xe6\x89\x5c\x0e\xe4\xa7\x2d\xde\xdc\xd2\xd5\ \x12\x9e\xc8\x99\xe1\x1e\xdb\x3c\x2d\xc9\xa8\xd9\x8c\x5a\x72\x50\ \x28\x3c\x1e\xdc\xb7\x82\xc1\x32\x2b\xe0\x53\x0c\xd0\x26\x1a\xa8\ \x14\xaa\xbe\xe0\x72\x69\x24\x14\xd6\x00\xbf\x0a\x4f\xcf\xe0\xd2\ \x04\x9f\x20\x63\x96\x02\xf9\x09\x00\xf3\x64\x61\x5c\x76\x17\x95\ \xb1\x40\xac\x04\x2c\x54\x8c\x09\x99\xf6\xf2\x78\x09\x04\x4b\x6a\ \x92\xc5\xc0\x6c\x49\xd9\x2a\x8e\xbd\x54\x1e\x1d\x45\x05\xa6\x31\ \x25\x38\x17\xa1\xd6\x2e\x13\x96\xb4\x95\x60\x28\xf0\x75\x32\x19\ \x5b\x26\xe3\x70\x54\x7c\x83\x54\xc2\x14\xf3\x03\x4a\x97\xcf\x09\ \x80\x2e\x03\x75\x01\x80\xcf\x96\xc7\x07\xed\x40\x29\x83\xa3\xd9\ \x94\xb6\x54\x2e\x65\x53\xd9\xd2\x60\xd1\x6e\x17\x32\xb5\xe3\xc5\ \xd1\xee\xc0\x60\x4c\xe5\x9d\xdb\xd4\x30\xa7\xae\xc6\x52\xbb\x7f\ \xfe\x42\x5b\xd0\xe1\xa8\x72\x89\xa5\x5e\x93\xc5\x6b\xf0\xda\x2c\ \x41\xa7\x54\x6a\x32\x48\x2d\x2e\xb0\x7c\x7c\x03\xdf\x60\xa8\xb2\ \x39\xa4\x3a\x98\x72\x6d\x3e\x89\x84\xed\x60\x4b\x75\x26\x2f\xcc\ \xbd\x3a\x15\x28\x19\x5b\xc6\x07\xae\x12\xb3\x53\x81\x80\x5d\x39\ \x58\x0e\xa4\x8a\xa5\x58\x11\x84\xab\x54\x29\xa3\xea\xce\x82\x48\ \x83\x60\x21\x9b\x27\xd3\xe9\x2c\x2a\x1d\x08\x9e\xca\x59\xad\xab\ \x5e\xd3\xe4\xf7\x1a\x38\xe8\x70\x8c\x45\x8a\xfa\x6f\x68\x01\xce\ \x02\x4a\x3e\x60\x16\x3a\xb5\x66\x47\xfe\x79\x54\x2a\xfe\x08\xcf\ \xc0\x68\x77\x36\x10\x2b\xa2\x98\x2c\xa0\x3a\x18\x3e\x4c\xa1\x96\ \xe9\x9f\x75\xf4\xe0\xfc\x19\x35\x35\x0b\x17\x36\xcc\x68\xb4\x81\ \xdd\x08\xa9\x74\x52\xbe\xd2\x8e\x52\xe5\xd9\x32\xad\xcb\xc1\x2f\ \xca\x84\x42\xa3\x2e\x72\xe4\xf8\xc1\x26\xa7\x04\x45\x48\xc0\xd7\ \x52\x31\x94\xda\x13\x4b\xc1\x07\x4c\x09\x27\x60\x0f\xc0\x9b\x32\ \x06\xaf\x82\x1d\xe0\x15\x30\x2b\x16\x03\x7e\x94\x48\x38\x6c\x25\ \xb3\xa9\x7a\xd9\x99\x93\x8f\x07\xbe\x6b\xd3\x8c\x1d\x3f\x5b\x2b\ \xd5\x89\xc5\xa6\x85\x8d\xde\x89\x61\xee\xf4\x85\xc2\x67\xa7\xbf\ \xfa\xf2\xcb\xf6\x4e\xac\x48\x84\xe9\x38\xd7\x79\xae\xdd\x7d\xbe\ \x90\xd7\x88\x0a\x56\x98\xb9\x45\xa2\xde\x5e\x4d\x26\x93\x6f\x77\ \x77\x76\x14\xf2\xed\x85\xbc\x5b\xd3\xa9\x11\x81\x09\x4c\x00\x7d\ \xb5\xe7\x7b\x87\x25\x3b\x9f\x35\x67\xda\x3b\xf2\x1a\x0a\x56\xae\ \xc9\xe3\x30\x30\x12\xc0\x87\x58\x61\x78\x88\x00\xce\xb0\x09\x37\ \xd0\x16\x3a\x70\x6b\x25\x60\xda\xff\xc2\x1b\xbb\xda\x43\xee\xfc\ \xf2\x4f\x94\xd6\x87\xdf\x3d\xfd\xfe\xcd\xd4\xdb\xbb\xb9\x2f\xce\ \xf5\xfe\xf3\x1f\xff\xe7\x4f\x7f\xfa\x5b\xe7\xe9\xbf\xff\xe1\xc7\ \x2f\x2a\xfc\x84\xde\xfe\xef\x1f\xff\xf8\xdb\xda\xfb\xff\xfe\xf5\ \xd7\x7f\x7f\xf9\xe5\xe7\x6e\x1c\x81\x20\x07\x13\x44\x09\xe7\xe2\ \xe1\x68\xd7\xc0\xc4\xc4\x64\x4f\x7f\x5b\xb2\x39\x9d\x1b\xe8\xe9\ \x4a\xb7\x3d\xe8\xef\xc9\xdd\x7f\x36\x79\x63\x44\x1f\xbf\xf0\x70\ \xfb\xca\x1d\xab\xab\xea\xaa\xab\xaa\xeb\x7d\xbe\x20\x2a\xc6\x33\ \x98\xa4\x46\x97\xcf\xe1\x70\x88\xb5\x1c\xad\x52\x05\x5e\xdb\x80\ \x6a\x8c\x39\x00\xbf\x52\x99\x5d\xa9\x94\x29\x55\x6c\x8e\x74\x64\ \xea\xd0\xc8\xd4\xd1\x96\xd3\xed\x17\xd2\x77\x37\x72\x38\xdb\x87\ \xd2\x6d\x9e\xa9\xdd\xfb\xb7\x5f\x33\xb0\x17\x75\x60\xe9\xf4\x8e\ \x8e\xf3\x53\x06\x98\x0d\x94\xd2\x5b\x8b\x56\xe9\xf8\x1c\x4b\x28\ \xe2\x13\x1a\x6d\xf5\x7b\x8e\xac\xde\x33\x7f\xff\xae\xe3\x73\xe0\ \x5a\x16\x3b\x2c\xae\x79\x73\x9b\xe6\x1e\x5a\xfe\xea\xf4\x5f\xfe\ \xfe\x97\x53\x0b\x96\x1f\x3c\x3a\x7b\xc6\xa2\x2b\xb7\x96\xaf\xa9\ \x9d\x13\x84\x8b\x64\x56\x55\xb0\x76\xd6\xa1\xa5\x3b\xb6\x2f\x3e\ \x30\x73\xeb\xa1\x95\xad\x0f\xbf\x1f\xeb\x7f\xf6\xbc\x3f\xd1\x2e\ \x87\xf1\x8e\x63\x10\xf0\xf0\x1f\x86\x48\xe1\x32\xf4\xe6\x30\x43\ \x1d\x35\x2b\x04\x0a\x81\x19\x60\x44\x21\xa0\x52\xb8\x34\x1e\xa0\ \x0d\xd0\x02\x7a\x26\x08\x78\x1c\x19\xc6\x38\xb8\x3f\x82\x06\x4b\ \x80\x87\x87\x25\x61\x40\xab\x60\xc2\x90\x63\x2b\xeb\x58\x22\xb7\ \x46\x0e\x6f\x22\x04\x56\x19\xd4\x60\x39\x23\x47\xcb\x59\x6e\x98\ \x70\x0a\x85\x04\x16\x55\xf9\xc2\xbc\x22\xa7\xd3\x2b\xdb\x89\x64\ \x11\x9e\x42\xa1\x90\x68\x34\x2a\x8b\x40\xa6\x32\xa8\x14\x1a\x8b\ \x80\xa5\x50\x29\x02\x85\x9a\x4b\xe1\x29\xd4\xd1\x68\xbc\x79\x20\ \xad\x40\xbb\x82\x0c\x2a\x2d\xcc\x43\xcb\x50\x0c\xc0\x27\x3d\x8f\ \xa1\x4e\x73\xc3\x69\x3d\x20\x93\x59\x9f\x4c\xab\x05\xb9\xae\x78\ \x5b\xb2\x4b\x8d\xa8\x8d\x95\xec\xb9\xff\x6e\xa2\xa7\xab\xa7\x19\ \xfc\x19\x88\x5c\x1c\xb5\xae\x46\x6d\xe4\x01\xc6\xe2\x6d\x34\x75\ \x98\x46\xc7\x8b\xe0\x81\x10\x01\xf2\x14\x0c\x3a\x99\xc5\xcd\x4d\ \xde\x9f\x18\xba\x7f\xe3\xe7\xe7\x93\xf1\xb0\x40\x9f\x8e\xab\xc3\ \x2d\x5d\x3d\xb9\xb8\x3e\xd9\x15\x4f\x02\xe1\xf5\xab\x59\xd1\x66\ \xb3\x39\x0a\x6a\xe6\x89\x9b\xc3\x51\x00\x37\x85\x59\xa1\xef\x8f\ \xeb\xd5\x6a\xe0\xbb\x4a\xc0\x33\x97\x2a\xd0\x2b\x04\x14\x86\x9e\ \x4b\xa3\xb1\xb8\x28\xfd\x19\xa8\x8e\x06\x82\xf6\x49\x40\x0b\xf3\ \x7e\x11\x46\x8b\x32\x50\x2e\xa7\x4a\xe5\x8f\xa0\x55\xa9\x6c\x71\ \x3c\x3b\x28\x54\x89\xc5\xc5\xd1\x8f\x45\xe0\x00\x26\x5f\xac\x92\ \xc0\xfc\x66\x94\x0a\x8b\xa3\xb1\xc1\xc1\x6c\x69\x3c\x2b\x8b\x31\ \x85\x28\x00\x3e\x86\xce\xbb\x80\x3f\xd1\x72\xc4\xe8\x80\x9c\x0c\ \xc6\xa0\x51\x2a\x35\x48\xc4\x2a\xa6\x98\x1d\x72\xd9\x5c\x5e\xb0\ \x2e\x12\xa5\x14\x98\xa7\x58\x8c\x29\x53\xdd\xe5\x22\x2a\x0d\x40\ \x96\xd0\x3e\x3e\x08\xde\x0c\x6d\xda\x15\x47\x8b\x4a\xa5\x58\xe5\ \x6d\x6c\xac\xab\x3f\x7a\xe2\xe8\xa7\x07\xeb\x6a\x9d\xfe\xa0\xcb\ \x10\xf2\x1b\x74\xbe\x90\xd3\xe6\x77\x56\xa1\xae\xcd\x16\x8b\x25\ \x58\xef\x74\x98\x82\x0e\x97\xc3\xe1\xf4\xf9\xfc\x92\x10\x3a\x5f\ \x6c\xb3\x18\x51\x73\x2e\xaf\x09\x14\x82\xa9\x4c\xc9\xf8\x5a\x78\ \xcc\xd9\x62\xb6\x5c\x0a\x94\x01\x8b\xe0\xbe\xca\x59\xf8\x85\x02\ \x80\x32\x62\x89\x45\x2a\xb6\x55\x05\x2d\x21\xaf\xa3\x16\x6e\x44\ \xe7\x75\x18\x54\x3a\x6f\xc8\x64\x30\x85\x6a\x2d\xce\xea\x5a\x87\ \x14\xa5\x8c\x72\xd8\x12\x21\x07\x54\x16\x2d\x79\xc1\xd3\x91\x05\ \x0c\x1d\x2f\xa2\x6a\x2c\x78\x0b\x8c\x7e\x1c\x1f\xfc\x38\x5a\x04\ \x79\x46\x4b\x50\x4a\xa0\x3f\x94\xc5\xc7\x11\x2a\x4d\x75\xb3\x8f\ \xef\x9f\x3f\xb7\xb1\x66\xc1\xac\xd9\x21\x00\x43\x9b\xd7\x62\x14\ \x1b\x39\x7c\x0e\x93\x99\x52\x02\x3f\x59\x54\x46\x26\x47\x22\x11\ \xb2\xbd\x75\x6b\xb6\x34\x98\xf8\x7c\x74\xeb\x20\x4a\xc0\x50\xb2\ \x18\xdc\x1c\x00\x1b\x6a\xa4\xae\xe4\x04\x52\x5a\x19\xc8\x98\x10\ \xdc\xa1\x56\x0b\x4e\x91\x03\x6a\x28\x81\x77\xfc\x35\x35\x7b\xdf\ \x9c\x1c\x79\xd1\xd7\x42\xac\x9f\xba\x36\xdf\xe5\x73\x39\x17\x9e\ \x5d\x74\xeb\xf2\xdb\x81\x3d\x8c\x2f\x0b\x1d\x9d\xe7\xe8\x19\x91\ \x19\x2f\x3a\xfd\x39\x78\x3d\x11\x96\x08\x4a\x83\x25\x6a\x12\xa2\ \x7c\x5e\x73\x1a\x9d\xf5\x72\x8b\xf2\x85\x7c\x22\x93\xa1\x5b\x2b\ \x79\x6b\x19\x70\x7f\x1a\x91\xb5\xb7\x93\x16\x99\xf3\x34\xda\xdb\ \x89\x8a\x7e\x12\x04\x2c\x96\x48\xc7\x27\xe0\x7b\x45\x1a\x6b\x3e\ \x01\xe3\x44\x8e\x77\xcb\xd1\x3e\x15\x99\x04\xbe\xd0\x7a\x9a\xfc\ \xfa\x46\x1c\x93\xf9\xfa\xaf\xf4\xc7\x4f\x9e\xbc\x9c\xfa\xe9\xd2\ \x85\xbb\xd3\x99\x7f\xfd\xf2\x8f\x1f\x7f\xfd\xf1\xd7\x2f\x3a\xbf\ \xfe\xfb\x1f\x7e\xff\xd7\xdf\x83\x17\x04\x8a\xfa\xd7\x2f\x5f\x00\ \xdf\xe5\xb1\x04\x3a\x19\x4b\xa3\x61\xc2\xb9\xe6\xe6\x64\x3a\xde\ \xd2\x9c\xcb\xa5\x9b\x9b\x5b\xd2\x30\x20\xa2\x6d\x5d\x3d\xfd\xe9\ \xdc\xc4\x33\xb8\xbe\x07\xfa\xaf\xe6\x26\xd3\x63\x3f\x4f\xfc\x3c\ \xfd\xd3\x88\xe0\xbb\x33\x7d\xab\x96\x2c\x3f\x70\x70\x86\x2b\x58\ \xed\x77\xf9\xd0\x91\x2d\xaf\xdf\x6b\xb3\xd9\x1c\x2a\x97\x53\xc7\ \x64\x73\x38\x12\xa3\xc4\xe0\x35\xa8\x4c\x2a\xd4\xea\x4b\xcc\x46\ \x47\xd9\x99\x3e\xa1\xd6\x35\xcc\x58\x75\xe0\xec\x5a\x3c\x09\x7f\ \x26\x7d\xf2\x04\x9b\x7f\x6b\xa0\xb9\xad\x8b\x81\x49\xe4\xf5\x21\ \x55\xb8\x43\x6e\x25\x7a\x3a\xcf\xad\x0d\xd9\x03\xa9\x58\xa0\x6f\ \xf3\xb5\x19\x62\x95\x63\xcd\x7c\xa3\xd4\xe0\x5c\xb8\xa6\x71\xde\ \xc1\x5d\x6b\x8e\x1e\x9f\xc5\x66\xab\xd8\x36\xa7\xa9\xf6\xf8\xa1\ \x15\xdb\x6f\x3f\xd7\x10\x3f\x1f\x6e\xd8\xb7\x6f\xcd\x42\x67\xed\ \xe6\xbe\x4b\x2b\x77\x35\x2d\x98\x39\x6f\x4b\x6d\xc4\xd7\xb0\x70\ \xe1\xec\x23\xcb\xef\x9c\xdd\xbd\xe2\xc2\xce\x6d\xab\x4e\x4d\xdd\ \xbb\xfa\xfa\x65\x5b\x9e\xf2\x5b\xf3\x40\x32\x16\x4b\x02\xc9\xa2\ \x08\xb8\x66\xae\x80\x86\xe3\xf2\x04\x7a\x1a\x97\x45\x16\x54\xe2\ \x3a\xf1\x14\xc0\x07\x1a\x95\x4a\xa3\x11\x70\x24\x3c\x19\x99\x3a\ \xa2\x06\xf0\x84\x0c\x9a\x43\x22\xc8\x89\x78\x2c\x8e\x2e\xa7\xbb\ \x2b\xe7\x07\x81\x5c\x40\xb2\xe8\x89\x82\x3b\x21\xc7\x5a\xad\x22\ \x4d\x3e\x9f\x00\x34\x46\x4d\x00\x0b\x99\x44\xa2\x23\x83\xf2\xca\ \x0a\x05\xf4\xf2\xd0\xe1\xd5\x43\xca\x85\xc7\xa0\x65\x2d\x0a\x2a\ \x40\xa7\x91\x81\x4e\x50\x26\x0c\xca\xca\xa2\xb2\x30\x14\xbd\xde\ \x3c\xd0\xdc\xd3\x36\xd0\xac\x46\x65\x06\x34\x54\xb7\x0e\x6c\x7a\ \x26\x3c\xba\x00\x00\x20\x00\x49\x44\x41\x54\x85\x58\x8a\xa7\x06\ \x5f\xc8\x53\x7b\x9a\xbb\xc2\xdc\x70\x8b\x59\x1f\x45\xd5\x9d\x66\ \x1e\x83\x4c\xa0\xd2\xc8\x0c\x0f\x0a\x81\x61\xc5\xf5\x24\x02\x0d\ \xf0\x17\x3c\xa1\x39\x29\xa0\xb1\x78\x6d\x28\x58\x01\xa5\xea\xa1\ \x24\x09\x94\x79\x83\xa5\x53\x68\x22\x22\x8e\x37\xf9\xe0\xf9\xd0\ \xc0\xd0\xb3\xa1\x47\x03\xcd\x0a\xd0\xb7\x38\x18\xd1\x74\xae\x39\ \xa9\xf6\x74\x85\x41\xa5\xe2\x61\xae\x3a\x9a\xd6\x7b\xf4\x8a\x9c\ \x27\xaa\xe7\x81\x35\x8c\xaa\xa3\xe1\x68\x18\x08\x94\x4b\x65\xa9\ \xcd\x6a\x05\x8e\x0b\x50\xc7\xd2\xb3\xd4\x69\x32\x83\x02\x36\x94\ \x2a\x60\x50\x49\xc8\x7c\xb2\xc8\x94\x4f\x60\x02\x07\xa2\x42\x59\ \xb2\xe5\x58\xc9\x1e\x28\x95\x07\x41\xb1\x00\x85\x52\x31\x70\x21\ \xc2\x41\x00\x09\x36\x5a\x30\x97\x99\xd8\x2a\x87\x83\xaf\xe2\x80\ \x61\x1c\x2c\x05\x80\x5a\x52\x4a\x2d\x07\xc4\xc1\xae\xe4\x4b\x00\ \x1b\xc0\xbb\x20\x2a\x97\x05\x94\xa5\x14\xdb\x80\xda\x92\xea\xa4\ \x62\x98\x02\x4d\x0e\x8b\x8a\xcd\x67\x07\xb2\x31\xad\x2c\x90\x45\ \x25\x50\x1f\xc7\xcb\x70\xf3\xa3\xdd\x20\x7b\x30\x8a\x53\x00\x14\ \xa8\x52\x33\xc6\x64\x7a\x55\x6c\xa9\xb3\xa1\x71\xce\xa1\x13\x0b\ \x76\xce\xaf\xad\xad\x32\x79\x2d\x4e\x67\xd0\xe6\xa8\x76\x56\x45\ \x2a\x7f\x1c\x35\xc1\x1a\xdf\x8c\x9a\x60\xb5\xaf\x2e\xe4\xaa\x52\ \x79\x9d\x5e\xaf\xd7\xef\x70\xa0\x16\x0f\x36\x93\xcb\xab\xb3\xa9\ \x54\x06\x09\x5b\x09\xdc\x17\xb0\xdb\x39\x42\x99\x12\xf5\xa7\x97\ \x88\xd1\x8e\x37\x1b\x2d\x74\x59\x42\x35\xd5\xa1\xea\xba\xea\x59\ \xf5\x33\xe7\xd4\x44\x6a\x7c\x30\x0a\x7c\x55\x55\x2e\xd4\x41\x8b\ \x29\xe4\xab\xf8\x28\xa4\x4a\xca\x54\x0a\x65\x4c\xd4\x8d\x33\xdb\ \x3d\x9e\x2d\x82\x23\xee\xae\x54\xb7\x97\xbb\x4b\xe3\x25\x60\x33\ \xe4\x67\x91\x6e\xa1\x3a\x87\x40\x25\xa5\x14\xe6\x76\xa5\x4c\xc8\ \x84\xfb\x60\x1a\x6c\x55\x8d\x6b\x16\x1e\x8f\x38\x1a\x6b\x6a\x5c\ \x5e\xaf\x2f\x64\xf1\xea\x1c\x5e\x09\xe8\x95\xbd\x08\xbf\x65\x4c\ \xcb\x91\x02\x20\xb8\x6c\x06\x36\xc7\xe7\x8c\x38\xf8\x1c\xad\x36\ \x05\x43\x27\x96\x02\xd4\x43\xb5\xa3\x80\x70\x76\x2d\x93\xa3\x15\ \xa6\x64\x42\xa5\x30\x86\x9a\xf1\xc0\xb3\xc6\x41\xe1\x19\x48\x3d\ \x65\x6c\xb6\x58\xe5\xda\x30\xf2\xb6\xff\xf2\xa3\xb1\x1d\x77\x7f\ \xda\x50\xbf\xa6\xb5\x69\xde\xe1\x8b\xd3\xd7\xfb\x96\x1f\x1e\xb1\ \x26\xdc\xe7\x33\x58\x37\x75\x80\x94\xc9\x58\xe5\x22\x11\x59\x43\ \x00\x3f\x81\x25\xe0\x13\x00\x5a\xf2\x42\x02\x9d\xb2\x11\xb9\x0b\ \xed\x99\x8c\x9b\x98\x00\x3d\x23\x16\x12\xd6\x3c\x0c\x80\x44\xc1\ \xea\x3e\xe0\x38\x98\xa4\x5b\x49\x78\x98\xc8\x71\xc0\x63\x04\x79\ \x42\x84\x85\x6f\xb7\x76\xb6\x8b\x32\x56\xb0\x26\xf2\xca\x1a\x05\ \x01\x75\xb2\xc0\x9b\xaf\xe2\x0a\xed\x7f\xfb\x9f\xe4\xc1\x63\x67\ \xaf\xdc\xba\x75\xe9\xc2\xf5\xf7\xf9\xbf\xfc\xfb\x5f\xff\xfa\xf3\ \x57\xbd\x19\x18\x68\x56\x37\xd0\x85\x20\x8c\x63\x99\xd5\x02\x4a\ \x7a\xa2\xb9\xcd\xcc\x35\x7b\xc2\x7a\x8f\xc7\x93\xf3\xc4\x5b\x86\ \x86\x26\x9f\x8f\xbd\x9e\xbc\x7a\xe3\xf5\xd5\xe7\x23\x23\xd3\xcf\ \xaf\x8e\x4d\x3f\x78\xfd\xee\xe7\xe9\x1b\x8f\x46\xa6\xae\xde\x1c\ \x1e\xbe\xf9\xe4\xe5\x87\xa9\x37\xdf\x75\xe5\xfa\xfa\x40\xae\x76\ \xee\xd9\xb5\x35\x12\xa9\xaa\xad\xb6\x04\x75\x5e\xa7\x0f\x9e\x4b\ \x87\xc3\x60\xb0\x38\x54\x2a\x20\x68\xb6\x54\x25\x05\x36\x36\x18\ \x1c\x06\x07\x1b\xc5\x55\xcb\x64\xde\x5a\x61\xb1\xb5\xf9\xf9\x4f\ \x35\x0b\xdf\xe7\xad\xac\xe1\xe6\x7d\x47\x84\xb2\x6f\xde\xf5\xf4\ \x37\xe7\xd2\x34\x1e\x96\xda\xaf\xd1\x58\x0b\xd4\x75\x82\x73\x3b\ \x9a\xec\x30\x9f\xc5\x0e\x7d\xdf\x77\xc0\xa8\x73\xce\x92\xb0\x2d\ \x8e\xba\x85\xb3\x67\xce\x59\xb8\xfa\xe8\xbe\x13\x73\xf9\x2a\x83\ \xd4\xb1\xcf\x39\xef\xc8\x8e\x8b\x53\x5d\x18\x37\xf1\xf1\x9c\xc6\ \x13\x3b\xb7\xed\x3d\x78\xf4\xc2\xb1\x33\x2b\xe6\x2d\xdc\x75\xe2\ \xc4\x9a\x19\xb3\x1a\x9a\x16\xcc\x3b\x32\xf7\xc8\x9a\x65\xb7\x2e\ \xae\xb8\x75\x79\xac\x6b\x6c\x04\x33\x94\xc3\xd3\x28\x24\x0a\x95\ \x4c\xc6\xe1\xc0\x53\x13\x40\x83\xe8\x72\x02\x1d\x60\x95\x84\xa7\ \xa3\xba\x05\x91\x88\x4e\x47\xcd\x9d\x89\x18\x22\x19\xc0\x05\x47\ \x01\x23\x07\xfa\x86\x1a\x0f\x02\x27\x11\x49\x22\x2c\x81\x84\xd3\ \x00\x6b\xe1\xe9\x56\x3a\xfc\xac\xbc\xb2\xb8\x2e\x27\x12\x09\xd6\ \x02\xbc\x20\x56\x6b\x02\xf5\xa6\x71\x23\xc1\xca\xb7\xb7\x57\xa2\ \x60\xf3\x48\xb8\x0a\x68\xee\x41\x51\x8d\x72\x6b\x5e\x23\xc7\x62\ \x51\xaf\x30\x0a\x85\xa5\xe0\xd1\x30\x34\x0a\x85\xca\xa2\xe1\x04\ \x40\x29\x3c\x01\x80\x0c\xd5\x63\x8e\xf7\xf7\x3f\x1a\x68\x69\x8e\ \xea\xd1\xda\x3a\x70\x9f\xd9\x63\xe6\xa2\xce\xce\x0a\x06\x8d\xe7\ \x11\x78\xc0\x2b\x2a\xc0\x18\xe6\xd2\x00\x45\x51\xf0\x7d\x3c\x1e\ \x05\x03\x2a\x0b\x92\xc1\x6d\x89\x53\x48\x24\x0c\x99\xaa\xa0\x32\ \x14\x54\xd4\xf5\x8b\x41\x63\x70\x79\x18\x96\x82\x24\x07\x4f\x28\ \x02\xeb\x4a\xc6\x93\x71\x58\x3a\x2d\x3e\x74\x75\xe8\x7e\x1b\xb0\ \x73\x73\x4f\x73\xda\x9c\x4c\x7a\x3c\x71\x35\x58\xbd\x38\xda\xa2\ \x6c\x49\xc3\x84\x25\x50\x7b\xc2\x61\xbd\x22\x5a\xe9\x71\x66\xf6\ \x78\x50\xbe\x7b\x3a\x8a\xea\x47\xcd\x6a\x1e\x2b\xcc\xe3\x29\x14\ \x6a\x01\x03\xa4\xcb\x03\x77\x2b\x60\x90\x59\x14\x16\x3a\xbf\xc4\ \x65\x08\x70\xd4\x4f\x00\x3d\xb4\xe8\x20\x72\xb1\x34\x88\xc2\xed\ \xb4\x59\xa0\xab\xc0\xe0\xe0\xf8\xc7\x18\x5f\xc5\x0c\xa0\x23\x34\ \x76\xa6\x51\x89\xfa\x1c\x33\x8d\x16\x9d\x49\x18\x28\x17\x03\xa9\ \x80\xb6\x94\x2a\xa2\xc0\xcd\x80\x36\xc0\x09\x08\x39\xda\xa2\x36\ \xc0\x14\xda\x53\x45\x18\xc3\xc5\x12\x53\x6c\x91\x70\x1c\x26\x95\ \xc9\x6f\x61\xdb\x2c\x7c\xc4\xea\xca\x58\x56\x8b\x16\x96\xcb\x45\ \x44\x68\xa5\x72\xb6\x1b\x1d\x75\x49\xd9\x53\xf0\x7e\xa9\x04\x16\ \x0c\x1c\x10\xda\xe9\x57\x55\xcf\x98\x57\x35\x67\xc6\xae\x85\xb3\ \x1a\x9b\x9c\xa1\x90\xd7\x55\x5d\xed\x77\x3a\x6c\x21\x67\x4d\x43\ \x04\xfc\x61\x55\xa4\x01\x24\xc7\x5f\x29\x6c\x37\xf9\x1b\xaa\x83\ \xce\xa0\x41\x17\xb4\x79\x41\x03\xc0\x1d\x18\xd1\xd9\x3d\x23\xdf\ \x21\x36\x89\xa5\x52\x0b\x8a\x71\x33\x79\x4d\x62\xd4\x0e\xd0\x22\ \x71\x79\x9d\x41\xbf\xa5\xba\xc6\x67\x0b\x56\xd7\x56\x35\x46\x9c\ \x36\x5f\xa8\x71\x0e\x88\xa0\x43\x15\x2b\xa3\xe3\x38\xe5\xc1\x62\ \x29\xa5\x44\x2c\x54\xee\xb6\x83\x5d\x2c\x95\x06\xcb\xa8\xda\x63\ \x10\x1e\x69\x19\x95\x8c\x0e\x76\xc7\x06\xbb\xc1\x0c\x66\xe1\xf3\ \x83\xdd\xdd\x1f\x3f\x7e\x1c\x05\x3c\x2c\x66\x03\x80\x97\xa8\x31\ \x61\x00\xd4\x5c\x6a\xf1\xd5\xd7\x54\x35\xd4\xf9\x1d\x3e\x9b\xc9\ \xe9\x8b\x78\x39\xe8\xa8\x25\xaa\xfe\xcc\xa2\xd6\x53\xb1\x98\x56\ \x68\xf4\xcf\x98\x1d\x34\x56\x62\x92\xd9\x00\x55\xf0\xe4\xa3\x23\ \x4b\x76\xa6\x16\x0c\xa1\xcc\xce\x51\x05\x80\xba\xec\x30\x15\xc0\ \x53\xa2\x05\x13\x8a\x6a\x2b\xb4\x32\x66\x0a\xd8\x55\xc2\x04\x2d\ \xe3\xb0\x55\x0d\xfb\xa7\x2f\x3f\x78\x7b\x63\x49\xfc\xf6\xf1\xfd\ \x3f\x1c\x3e\x3e\x63\xc6\xf1\x43\x4b\x66\xef\xf9\x9e\xeb\x2e\x9c\ \xcf\xe7\xad\xb9\x77\x28\xab\x84\xc8\xa5\xe2\x49\x54\x22\x96\x42\ \x24\x5a\xb1\x6e\x20\xaa\x7c\xbe\xb2\x48\x4b\x74\x63\xe8\x56\xa2\ \x9c\x8a\xba\x1b\xb8\xf3\xbd\x99\x7c\x01\xc4\x8c\xae\x39\x66\xd8\ \xc9\xc3\x76\x88\x50\xa4\x25\xdd\x8a\x27\xca\x0b\x74\xc0\x2b\x39\ \x51\x53\xe8\x00\xeb\x01\x06\x44\x4e\x70\x27\x44\x04\x1a\x0e\x5f\ \xa0\xf6\x93\x0b\xe7\xbe\xfc\xe5\xdf\x9a\x0f\x51\x3d\x95\x48\x60\ \xc1\x05\x4a\x26\x62\xf4\x2c\x86\xd9\x93\x4c\xb6\xf4\x34\xf7\x4c\ \x3e\x98\xfc\xb9\x65\x72\x0c\x50\xaa\x6d\xa8\xa5\xff\xd1\xfd\x47\ \x03\x03\x20\x53\x5d\x0f\x9e\x3f\x18\x9b\xec\x7a\x76\xf5\xdd\xf4\ \xbb\x47\x3f\x8f\x8c\x8c\x8d\x8c\xbd\x7b\x3e\xfc\xe6\xf2\xd4\xfb\ \xb7\xd3\x53\xef\x9f\xdc\x7c\x3b\xf2\xe2\xfd\xfb\xe1\xe9\xf7\xef\ \x9e\xb5\xc5\x9b\xfb\x31\x6f\x96\x2c\x39\xb6\x63\xcf\x8e\xa3\xb3\ \x56\x1f\x8f\x54\x37\xc2\x05\x60\x73\xf8\x5c\x36\x8b\xc5\xe8\x92\ \x1a\x74\x2a\x83\x11\x66\x16\x09\x6a\xda\x8d\x0a\x3b\x4c\x16\xa3\ \x8e\x09\x33\x94\x52\xb6\xa9\x4f\x22\xfc\x60\xbd\xb7\xf1\xe8\xfc\ \x29\xe2\xb9\xb1\x3e\xf7\xb2\x3d\x32\xd9\xb1\x81\xfb\xcd\xf1\x64\ \x58\xd1\xcc\xc0\xd1\xdd\xee\x8e\xf6\x1f\x16\x0f\x77\xec\x5b\xc0\ \x86\x0b\xb7\xe4\x78\xbf\x72\xb9\x91\x1d\xaa\xd5\x32\x75\x55\xb3\ \xe6\xae\x99\x51\x3f\x6f\xc1\xc6\x9d\xdb\xaa\x01\xc2\x5d\x86\x13\ \x47\x67\xac\x7d\x7b\xf5\x99\x1b\x33\xb5\x69\xdb\xfa\xc3\xdb\xf6\ \x6e\x58\xb5\x72\xd7\xb5\x33\x67\x6f\x1f\x3c\x32\x6b\xcb\xc1\xfd\ \x4d\xa1\x86\x23\x27\xd6\xec\xdf\x3b\x75\x60\xe5\xa9\x37\x4f\x8f\ \x6d\x7e\x3b\xf9\xf4\x39\x8f\xde\x4e\x44\x67\x61\xb0\x24\x50\x0b\ \x32\x50\x16\x01\x50\x0b\x8b\x4e\x90\x03\x42\x61\x45\x78\x94\xb7\ \xa0\x01\x9e\xcd\x60\xe5\x44\x7a\x46\x43\xc1\x91\x28\x64\xd0\x2b\ \x32\x99\x4c\x22\x22\x3e\xc2\xa3\x3a\x26\x12\xa8\x16\x16\x8f\x62\ \x1a\xc8\x04\x98\x5e\x70\x78\xb7\x88\xa8\x71\x8b\xac\xe0\xfd\x32\ \xa8\xa1\x24\x4c\x34\xed\x85\x8e\x8e\x8e\x4c\xbe\xa3\x23\xdf\xd9\ \x81\x8a\x55\x0a\x68\x15\x12\xbe\xe0\x06\xb9\xca\x5b\x33\xe8\xe8\ \x0e\x1e\x8f\x1e\x03\xda\xc8\xa3\x92\x69\x54\x0c\x01\x68\x8b\xc6\ \x50\xd3\xd0\x3e\x20\x57\xc0\xcb\x75\x4d\xf6\x4c\xea\xcd\xa8\x99\ \xaa\x5a\xc0\x52\xf3\xf4\xfa\xa4\x82\xc1\x53\xf7\x87\xb9\x34\x7d\ \x52\x0f\xdf\x42\x55\x28\xf4\x8a\xb0\x5a\xcf\xe5\x32\xa8\xc0\x34\ \x44\x02\x5a\x64\xc3\xe1\x30\x18\x82\x5c\x93\x69\x97\x27\xda\x3b\ \xdc\xc4\x42\xc1\x4a\x40\x0b\x06\x68\xf3\x4e\xcd\x10\x11\x89\x1a\ \x2b\x28\xad\x1c\xb4\xd2\x8d\xe7\xaa\xef\xbf\x7a\x30\xf1\xac\xad\ \x6d\x60\xa0\x3f\x97\x8c\x26\xfb\x9b\x07\xda\x7a\xa2\xfa\x64\x32\ \xda\x92\xee\xea\xea\xca\xa5\xfb\x79\x82\x78\x4b\x98\x9b\xcb\xb5\ \x0c\x98\x31\xd4\xb0\x39\x99\xf6\x98\xc3\xc9\x74\x2e\x1c\xe7\x99\ \xf5\x3c\x7d\xd4\x03\x9a\x15\x15\x08\x58\x1e\x06\x0b\xe4\x4b\xcf\ \x00\x26\x55\xa0\x1c\x3f\x3c\x8e\x4b\x61\x7d\x52\x1c\x4c\xa1\x62\ \x86\xf1\x32\x10\x44\x20\x55\x02\xdf\x96\x2a\xdb\x81\x7f\x8a\x1c\ \xb1\xc9\x90\x1a\x04\x7e\xb0\xcb\xa4\x4c\x80\x24\x15\x53\xc6\xb7\ \xf8\xd8\x42\xb4\xdd\x66\x4f\xd9\x85\xa0\x56\xc0\x4b\xc0\x07\xa5\ \x72\x4a\x96\x8d\x31\x95\x31\x26\x5a\x2f\xca\x0e\x76\x97\xb5\x6c\ \x03\x1b\x66\x42\x8b\xc3\x66\xf4\x05\xc1\x4c\x1a\xab\x55\x80\x12\ \x01\x59\x00\xd4\xcc\x1e\x1b\x2c\xa3\x22\x8a\xee\x32\x0a\x8f\x8f\ \x95\xb5\xd9\x32\xf0\x8c\xb2\x3b\xc5\xb6\x39\xbc\x52\x8b\x8b\x29\ \x0e\xce\xde\xb8\xf1\x48\x83\xb3\x2e\x32\x2b\x52\x5d\xaf\x8b\x38\ \x6c\xbe\xa6\xba\xea\x5a\xf0\x7f\xc1\x48\xa8\xbe\xc9\x51\x5d\x15\ \xf2\x37\xf8\x9d\x2e\x67\x30\xe8\x8f\xd4\xd6\x80\x5f\x70\x84\xaa\ \xfc\x3a\x9d\x58\x6a\x04\x1b\x6a\x34\x54\xd9\x54\x5e\x57\xbd\xcd\ \x6b\x32\xe9\x74\x7e\xa7\x1f\x28\xcc\xe9\xb5\xe9\x8c\x06\x49\xa4\ \xce\xe5\x6c\x88\x54\x55\x35\x35\x38\xab\x1d\x06\xbf\xcf\x6b\x92\ \x00\xe1\x15\x65\xb2\x14\x1b\x3c\x19\x9f\x03\x3e\xc3\xa4\x33\x70\ \x06\x8b\xe8\x38\x0e\x10\xe4\x78\x69\xb0\x38\x08\x4e\x72\x10\x24\ \xb5\x5c\xce\x0e\x8e\x96\x41\xa3\xba\xbb\x95\xd9\x72\xf7\xe8\xc7\ \xd2\xf8\x47\xa5\x12\xf4\x0c\x7e\x77\x7b\x0c\x48\x13\x8c\x31\x68\ \x9d\xd6\xe8\x70\xce\xab\xa9\x9a\x11\xb1\x39\xa5\x12\xa3\xc1\xa6\ \xab\x24\x2f\x00\x82\xa1\x75\xf7\xac\x36\x20\xe3\x70\x02\x32\x89\ \x51\x57\x1b\x71\x48\xd8\x12\x0e\xf2\xcf\xf0\x86\xc8\x94\xa3\x55\ \x56\x48\x17\x9e\xc3\x00\xd0\x96\x4c\xc8\x89\xa1\xef\x06\xbd\x0a\ \xc4\x4a\x52\xa3\x8c\x09\x0f\x91\x29\x96\x18\x01\x26\x38\xf6\xb9\ \x23\xdf\x4e\x3d\x38\xdb\xf2\x74\x5b\xcd\x8e\x65\x8b\xbe\xd9\xda\ \x7a\x6d\x55\x6d\xe8\x52\x98\xc0\xc8\x67\xda\xad\xea\x36\x33\xcc\ \x82\x02\x0a\x89\x01\xb2\x45\xa4\x5b\x35\xe0\x34\xb0\x89\x4c\x5e\ \x8e\x95\x83\x12\xe1\xe4\x34\x6c\x25\xbb\x04\x03\x53\x7d\x47\xbb\ \xa6\xa0\x21\xa2\x2c\x80\x55\xd2\xa7\x61\x81\xbb\xe3\x9c\x88\x4c\ \xa1\x63\xdc\x99\x5e\x37\x01\x06\x1a\x01\x9b\x00\x03\xe2\x76\x67\ \x32\x72\x0d\xd1\x2d\xc2\xe2\x31\x18\x79\x06\x0b\x63\x90\x44\xa2\ \x7a\xf4\x58\x2b\x9d\x80\x85\xe9\x95\x87\xd3\x87\xe3\x6d\xd1\x5c\ \xae\x7f\xa8\xe7\x41\xcf\x83\xe9\x0f\x1f\x46\xa6\xa7\x47\x3e\xdc\ \x1f\x9b\x7e\xfd\x0c\xd4\xe8\xf9\xd8\xcf\xd3\xf0\xee\xe4\xc8\x14\ \x88\xd2\xc8\xf0\xe5\xe1\xe9\xe1\xfb\xd3\x53\x37\xa6\x7e\x7a\x3f\ \x35\xfd\xac\x2b\x3a\x00\x9e\x70\xb2\x67\xe8\xc1\xab\x57\xef\x40\ \xe9\x7a\x7a\xde\xdd\x78\x34\xf4\x7a\x60\xba\x75\xd5\xa6\x95\x2b\ \x8f\x1f\xd9\xb7\x6f\xc1\xf1\xf9\x11\x97\xc9\xef\x04\xfb\xef\xd2\ \xe9\xa4\xa6\x2a\x9d\x45\x27\x31\x81\x74\xa3\xd7\x5a\x25\x46\x55\ \x2b\x52\x23\xc7\x60\xe0\x0b\x39\xf6\x99\x97\xa7\xfd\xde\xab\xf2\ \x87\xb2\xd9\xef\x3f\x24\xcf\xbd\x5c\x87\xdd\xbc\x84\xcd\x39\xd4\ \xe5\xc9\xb5\x08\xe0\xba\x4f\xe3\x30\x22\x4d\xe1\xc5\xbe\x93\xdf\ \xe1\xf6\x1d\x92\xca\xb4\x40\xb6\xb7\x2e\xee\x75\x7a\xeb\xea\x24\ \x46\x57\xed\xdc\xd5\x4d\xd5\xb3\x77\x6d\xd9\xbf\x6d\xa7\x5f\xa2\ \x53\xd5\xfa\x56\xbf\x3e\xf9\xb2\x87\x81\xbf\xbc\xf2\xc4\xca\x6d\ \x8b\x16\xad\x3c\xb9\xfb\xe8\xf1\x5d\x57\x6e\xfd\x70\x6f\xf3\xce\ \xfd\x07\xf6\x6f\xd9\x72\xb4\x6a\xf5\x9e\x6d\x1b\xc6\x86\xdf\xfd\ \x7c\xb5\x2d\x8f\xdd\x70\xf2\xce\xfd\x3c\xd6\xfd\xb5\x95\x42\xa4\ \x61\x88\x38\x32\x41\x84\x21\x21\xd1\x20\x90\x88\x74\x02\x5e\x0e\ \x3e\x5a\x0e\xec\xaa\xc9\x20\x64\x42\xf9\x62\x1a\x39\x40\x2e\x89\ \x08\xcc\x85\x23\x60\xf1\x60\xdd\x45\x74\x32\x3c\xe1\x44\x78\x07\ \x0c\x22\x3a\xf8\x2c\x97\x63\x35\x56\x2b\x7c\x48\x26\x10\xe0\x89\ \x86\xd7\x4a\x03\x12\x01\x08\xd5\xd9\x81\x9a\x45\xe6\x0b\x89\xd3\ \xe7\x3a\x4e\x77\x14\x7a\x41\xb3\x7a\x0b\x88\xb6\x10\x0f\x27\x44\ \x6e\x30\xff\x19\x37\x96\x08\x2a\x43\xa2\x10\x68\x18\x01\x78\x43\ \x3c\x96\x85\x27\x90\x50\x7c\xbb\xc0\xc3\xc5\xd1\x78\x7a\x85\xba\ \x05\xdc\x17\x4d\xad\x50\x33\xd0\x3a\x51\x58\xdf\xa6\x0e\x9b\xf5\ \x40\x3c\x38\x86\x87\x41\xd3\xf3\xd4\x7a\x0c\xaa\xe4\xa2\x01\xdb\ \x60\xf3\xf9\xce\xd3\x28\x79\x28\x7f\x1a\xee\xa6\x03\xe8\x1c\xee\ \xff\x74\x67\xbe\xa3\x37\xd3\x8e\xc2\xb7\xdb\x33\x58\x01\x83\x45\ \xc1\x12\x70\x58\x3c\x0e\x0f\x8f\x93\x48\x16\x61\x15\xd1\xe6\x9f\ \xef\x0f\x3c\xcb\xf5\x4f\xf4\x80\x11\x34\xc7\x5b\x06\x86\xba\xba\ \xd2\xd1\xfe\xe6\x78\x73\x34\xdc\xd2\x0c\x0e\x91\x1b\x4e\x76\xe9\ \xb9\x5d\x43\x6d\x5d\x49\x45\x74\xc0\x93\x4c\x2b\xf4\x39\xbd\xde\ \xc3\x53\xc0\xff\x49\xd4\x06\x03\xe5\x62\x29\xd4\x6a\xd4\xa7\x9e\ \xc1\x80\x27\x94\x46\x45\x27\xb6\xc9\x64\x05\x97\xf1\x49\x79\x30\ \x15\x18\xec\x2e\x8e\x03\x34\x94\x4b\xc5\x98\x32\xfb\x71\x10\x9d\ \x52\x29\xf2\xf9\x16\xaf\xca\x9e\xcd\x82\x45\x82\x8b\x01\x24\xcb\ \x20\x61\xca\x38\x26\x59\xa0\x84\x62\xec\xc0\x31\x01\x96\x81\x23\ \x42\x6b\x50\xe3\xc0\x4d\x45\x36\x53\x5b\x1e\x2f\x16\xcb\x95\xf3\ \x2d\x32\xa3\x98\xef\x35\xe9\x7c\x0e\x83\x45\x87\x1a\x4b\xbb\x98\ \x25\xbb\x54\x08\x04\x01\x18\x87\x72\xe3\xd1\x91\xbd\x62\x69\x1c\ \xa8\x25\x6b\xcf\x02\xb1\x8d\x97\x38\x52\x83\xcb\x60\xd0\x19\xc4\ \x4a\xa1\x6a\xd6\xcc\x35\xf3\x5d\xc1\x05\xb5\x4d\xd5\xc1\x50\xa8\ \x2a\x54\x1d\xb4\xb8\x1a\x5c\x2e\xa7\x2f\xe8\xaf\x0a\x56\xf9\x83\ \x60\x07\x67\x80\x9b\xab\xad\x69\xaa\x02\xe2\x72\xd5\x46\x5c\x06\ \x95\x84\xaf\x92\xaa\xbc\x62\x95\xc3\x65\xb2\x78\x5d\xce\x9a\xc6\ \x5a\x07\x58\x32\xaf\x23\x52\x1d\xf2\x87\xaa\xc0\x49\xb8\x40\x8b\ \x9c\x2e\x87\xcb\xeb\xd3\x39\x8c\x2a\xbe\x50\x22\xd1\x0a\x41\x25\ \xb4\x1c\x89\x4e\xca\xe6\x88\xa5\xc0\x89\x5a\x3b\x80\x99\x4a\x2a\ \x4b\xa1\x8a\x0d\x00\xac\xee\x4a\x76\x03\x58\xe4\xc1\x41\xe0\x40\ \xf8\x70\xfc\x23\x22\xad\xc0\x20\x92\xad\x62\x49\xa6\xe2\xdb\xb3\ \xa3\xa8\x78\x36\x95\x05\x18\x52\x0a\xd9\x7c\xa5\x96\x2f\xad\xad\ \xf7\xd7\xfa\x7d\x12\x29\x6a\x84\xca\xe4\xcb\x24\x62\xad\x4c\x8b\ \x16\x58\x52\xe8\x8c\xae\x92\xcd\x06\x14\xe5\xcb\xd8\xc6\x90\xd7\ \x28\xe1\x68\xed\x31\x6d\x31\x16\xd0\xca\x80\x6c\x2b\xa2\x25\x4c\ \x05\xb2\x01\x25\x5f\x89\xc8\x35\xa5\x94\xc5\xd0\xc2\x58\x4c\xa9\ \x15\x73\xc0\x1b\x06\xb4\x76\x89\x10\x8c\x27\x07\xb4\xb5\xe1\xd0\ \x99\x0f\x3b\xaf\xbc\xd8\x70\x64\xcf\xad\xbb\x3f\x3d\x7c\x78\xeb\ \xdb\xdd\x47\xbe\x69\x0b\x33\x34\x09\x2b\x9d\x15\xe7\xea\xd1\x81\ \x58\x33\x17\x43\xa5\x6b\xf0\xd8\x3c\x1a\x0d\x44\x1c\x1e\x18\xc9\ \x4a\xc7\xf3\x30\x60\x38\xb0\x22\xba\xdc\x2d\xca\xb7\x67\xe8\x22\ \x98\x23\xe9\x04\x62\xcb\xac\xd6\xe5\x6f\x2f\xb7\x10\x3e\xef\xa4\ \x63\x31\xd4\x3c\x30\x16\x11\x26\x7c\x77\x3b\x5c\xa2\x09\x77\x47\ \x5e\x43\x02\x63\x83\xc5\x83\xb3\x29\x44\x7b\x58\xdc\xe4\x40\xee\ \xc1\xc8\xab\xd7\xf7\x5f\xf5\xc7\xdb\x9a\xdb\x72\xf1\xfb\x2d\xe4\ \xd7\x8f\x9e\x4d\xfc\x3c\x35\x3c\x76\x73\xf8\xc3\xf0\xf0\xc8\xf4\ \xc8\xfb\xf7\x53\xc3\xc3\xa0\x5c\x37\x46\x86\xa7\xc6\x7e\x9a\x7a\ \xf1\xe6\xc5\xe5\xf7\x53\xef\xdf\x3c\xbd\x31\xfd\x7e\xea\xcd\xe3\ \x27\xc3\x93\xcf\xef\x47\xc3\x66\x96\x79\xa0\xbf\xed\xc1\xeb\x57\ \x37\xde\xbd\x7e\x3d\x3c\x3d\xf2\xfa\xd1\xc0\xd0\xc4\xb3\x67\x23\ \xc3\x8f\xee\x6d\xde\xf6\xe9\xf1\x43\x73\x77\x9d\x38\xbe\x60\xe3\ \xd6\x85\x36\x95\xd3\xe6\x0f\xf9\x5c\x2a\x8b\x41\x67\x33\x48\x54\ \x12\xb1\x84\x29\x85\xf9\x45\xc6\x01\x22\x37\xa9\x50\x7a\x03\xc0\ \x39\xdf\x36\x3c\x72\xf1\x65\xc3\x23\xfc\x4d\x15\xff\x92\xa0\x2d\ \x33\xd2\xef\x59\xb3\x85\xc3\xde\x19\x8f\x26\x1f\xb5\x78\xe0\xca\ \xc7\xd2\x31\x9a\xaf\x96\x6e\xdd\x30\xdd\x7c\xe0\x5a\x3d\xda\xed\ \x49\xad\xc8\x2d\x8e\x04\xe7\x55\x59\x22\xd5\x55\xf3\x66\xd4\xf8\ \xe7\x6d\xdc\xba\x61\xfb\x9a\xd0\x96\x8d\xa6\xda\xea\xc6\xb8\x5e\ \x9f\x4e\x70\x57\xac\xda\xb4\xe7\xc4\xee\x1d\x2b\x5a\x4f\xed\x9e\ \x7b\xf8\xde\xb5\x2b\x67\x57\xd6\xcd\x3f\xbc\x6b\xf5\x9e\xad\x27\ \x56\x6d\x5b\x79\x3d\xbd\xe7\x69\xfb\xf9\x53\x2b\x35\xc7\xf6\x1d\ \xfb\x70\x3a\x41\xfc\xb3\x86\x86\xc1\xd0\x08\xa8\x53\x33\x01\xb4\ \x8a\x48\xc2\x13\xb1\x58\xb4\x74\x4e\x04\x58\xd2\xc8\x89\xa2\x0c\ \x78\x73\xd4\xa9\xc1\x6a\xd5\x24\x12\x56\x2b\x1d\x47\x44\xa1\x0c\ \x58\x70\x52\x80\xa9\x20\x69\xee\xca\x88\x07\x46\xab\x64\xfa\x80\ \x82\x69\x50\x5d\x03\x68\x1f\x0a\xf3\x44\xff\xc9\xc1\x0a\x9e\xee\ \xec\x6d\x07\x89\x02\x01\x01\xfc\xed\x2c\x20\x21\x69\xb7\xe6\x0b\ \x79\xf0\xfa\x1a\xb4\x26\x99\xa8\xec\xfe\x8a\xe8\x1a\x0a\x99\x80\ \x63\x00\x01\x09\xc0\xa6\x91\xc8\x64\x9a\x19\x80\x89\x2b\xa0\x60\ \x28\x0c\x0c\x57\x81\xca\x41\x79\x5c\x16\x97\xc1\xd3\xf7\xf4\xa4\ \x3d\x6a\x96\x5a\x11\x66\x51\x70\x0c\x7d\xdc\xac\xf0\x70\x31\x02\ \x1c\x8d\xc2\x08\x2b\xa8\xf8\xf3\xa8\xf6\xae\xa3\xfd\x1c\x0a\x54\ \x03\xb2\x6b\x87\xfb\x83\x7f\xc0\x8b\xd2\xad\xed\x79\x4d\xbe\xa3\ \x1d\x4b\xc3\xe1\x28\x78\x01\x03\x8f\xa7\x80\xa9\x15\xa1\xce\xab\ \x0c\xf3\xc4\xeb\xd7\x13\xaf\x26\x1f\x74\xf5\xb7\x0d\x84\x93\xcd\ \xe9\xb6\x5c\x5b\xb2\xab\x25\x3d\xd0\x15\x0f\xab\x3d\x2d\xf1\x9e\ \x1e\x05\xd7\xdc\xd2\x92\x6e\x6b\x4b\x37\x23\x04\xf3\x24\x5b\x5a\ \xd4\x28\xa7\xcb\x1c\x8e\x9b\xd5\x66\x14\x7a\xcf\xe3\x51\xa9\x8a\ \x28\x48\x16\x83\x85\x22\x29\x78\x0c\x16\x97\x4a\x65\xa1\x06\xaf\ \xb8\x4f\xca\xe5\xe2\x78\xa9\xbb\x84\x52\x35\x51\x29\x3a\xa7\x94\ \x2a\x83\x0f\xcc\x06\xf8\x86\x90\x94\x1f\x2b\xc7\xd0\x16\x16\x28\ \x55\xd6\x8e\xce\x0c\x7a\x75\xca\x52\x37\xa8\x52\x2c\x85\x9a\x89\ \xc6\xb4\x59\xed\x60\xc9\x0e\x7a\x65\x0f\x94\x02\xb2\x58\x37\xda\ \x3b\xab\x8c\x6b\xa6\xc5\xe4\x73\x58\xbc\xd5\x75\x52\x2f\x8a\x18\ \xe5\x30\xf9\x29\x0e\xa8\x9f\x50\x15\x88\xa5\x84\x59\xb4\x22\x04\ \xdf\x2b\xe3\x97\xb2\xa3\x83\xda\x72\x37\x0c\x61\x95\xd3\xc4\x31\ \x82\x5c\x88\x0d\x1c\x3b\xb3\xbe\x66\x5e\x53\xd0\x5f\x1b\xaa\x0e\ \x39\x5d\xa0\x50\x0d\xe0\xb2\xea\x9a\x7c\x36\x67\x8d\xd3\x1f\xa9\ \x02\x09\x73\xb9\x6a\x6b\x22\xfe\x60\x6d\x7d\xad\x2f\xd8\x14\x0c\ \xd9\xd8\x7c\x23\xc7\x68\xb2\xd5\x3b\x1d\xba\x48\x03\x60\x57\xa4\ \x69\x56\xd3\x8c\x88\xc3\xeb\xf3\xbb\x5c\x7e\xe0\x1c\x87\xcd\x22\ \x86\x19\x99\x2d\x04\xde\x11\x4b\xc4\x62\x13\xca\xad\x94\xb2\x0d\ \x2a\x8e\x98\x2d\x36\x84\xbc\x28\xc0\x3e\x06\xc0\x28\x53\xb1\x51\ \xeb\x2d\xa0\x44\xd4\x8e\x02\x3c\x6f\xe9\xb7\x33\x8f\xf0\x68\x81\ \xa9\xba\xd1\xc9\x25\xd0\xaa\x22\x08\x32\x10\x96\x0a\x15\x2f\xb2\ \x8b\x83\xa0\xb7\xa0\x2f\x01\xa1\x30\xc6\xe4\xa0\x3a\x45\x97\x6b\ \xd6\xec\x1a\xbf\x45\x2c\xe5\x4b\x11\x15\xb1\x41\x07\x99\x52\x70\ \xda\xc5\x4a\xac\x32\x07\x0c\x32\x9f\xa9\xcd\x0a\x8d\x26\x23\xfa\ \xba\x4c\x6b\x57\x82\x84\x15\x03\x81\xa2\x50\x2b\x04\x42\x8d\x15\ \x85\x7c\x10\x29\x54\xf9\x6e\x4f\x69\x39\x4c\x21\xea\xbc\xce\x44\ \x35\x46\x4c\x0e\x1f\x75\x2c\x94\xa2\xd0\x51\x8e\x50\xb7\x62\xf3\ \x8e\x4b\xab\xab\x6a\x96\xae\x38\xf3\xe6\xe6\xad\x8b\x87\x1b\xbf\ \xeb\x6a\xa1\x62\x88\x1a\xba\x82\xa1\xf7\xe0\xa9\x00\xf5\xe0\x09\ \xb0\x44\x2c\x3e\x21\x22\xd3\x88\xa8\xba\x0a\x05\xc7\x88\x88\x74\ \x3a\x99\x44\xa6\x83\x18\x25\xda\x61\x7c\x58\xe5\x22\x12\x06\xa3\ \xf8\xb4\x7a\xf7\xb6\x03\xcf\xf4\xc4\xc2\xe9\xcf\x32\x64\x39\xd8\ \x18\x18\x61\xf4\x44\xbe\x37\x91\x41\xa7\x77\x7a\xd1\x12\x3d\x0c\ \x77\x1a\x25\xc3\x7d\xfd\xe8\xd1\xc8\x87\x1b\x93\xc3\x1f\xa6\x5f\ \x7c\xf7\xfe\xed\xcb\x27\x6f\xee\xbc\xb9\xf9\xdd\xf4\xc0\x8b\xcb\ \xdf\x3f\xfe\xe1\xcd\xd3\xcb\x6f\x6e\x5d\x7e\x3f\x7d\xf9\xcd\x8d\ \x97\x6f\x5e\xbe\x7c\x7c\xf1\xce\x8b\xa7\xdf\xff\xf0\xe4\xc9\xdb\ \x9b\x53\xd3\xc0\x5a\x6f\x5e\x3c\x7c\x31\x3c\x3d\x36\x72\xb5\xbf\ \xf9\xc1\xfd\xe9\xe9\x77\x23\x6f\x9e\x82\x7c\xbd\x7f\xfd\x6e\xe0\ \xe7\xc9\xe7\xef\x6e\xbc\x1b\x19\xfe\xe9\xe6\xcd\x6f\xaf\x3f\x3d\ \x76\x69\xec\xec\xf2\xdd\xdb\x0e\x2e\x38\x72\xe0\xe8\x96\x79\x73\ \xd6\x1c\x5c\x00\xf3\x98\xcb\xe5\x42\xfd\xb3\x2d\x20\xf3\x62\x93\ \x4a\xcc\x46\x8d\xd2\x4c\x42\x0e\x1b\xe6\x05\x8b\x41\x0a\xb3\x22\ \x5b\x56\x7d\x85\x1b\x4d\xff\xf0\x9e\x76\xb2\x7e\xfb\xf1\x63\x71\ \xc2\x7b\xcc\x07\xe7\x09\x26\xfb\xe4\xcf\x5d\x0f\x86\x87\xfa\xe3\ \xbc\xb0\x07\xdf\xfe\xcb\x3f\x1e\xef\xdc\x4c\x9d\x5a\x79\x6a\x0b\ \x22\x5e\x2d\xff\xd5\xc3\x85\xb6\x8d\xa1\x50\xbd\xab\x6a\xd6\xc6\ \x35\x73\x9a\x0e\x6e\x58\xb7\xac\xa1\x66\xdf\xbc\xb9\x07\x77\xd6\ \x26\xcf\x9f\xff\x82\xbe\x62\xe5\xce\x95\x2b\xe6\xae\x5e\x7d\xf4\ \xc4\x81\x95\x7b\xf6\x3c\xbc\x73\xe9\xf1\xad\xc5\x1b\x0e\x6f\x9d\ \x3b\xf7\xd3\xbe\x9b\x77\x57\xae\x5c\xfc\xf8\x76\xfe\xeb\xe4\xc1\ \x0f\x7b\x8e\xac\x1b\x3e\xfd\x39\xf9\x0b\x0d\x99\x42\x20\x92\xf1\ \x74\xa2\x48\x2e\xc2\x13\x40\xad\x48\xe0\xc6\xe9\xa0\x1e\x04\x6b\ \x1e\x7c\x9d\x35\x53\x40\xf5\x08\xa8\x2a\x0e\x29\x4c\x1e\x05\xf9\ \x80\x19\x04\x9d\x82\x97\x0d\x5e\x22\xb0\x8c\xa2\x04\x01\x6d\x15\ \x6a\xe0\xe5\x22\x5a\xdd\x78\xe4\x0f\xe9\x44\x3a\x1e\x34\x48\x43\ \xd7\x58\xdb\xe1\x26\xf2\xbd\xbd\x40\x59\xed\x1d\x9d\x9d\x20\x58\ \xbd\x9d\x9d\xe7\xd1\x69\xab\xf6\x02\xa8\x96\x26\x03\xb7\xd9\xd1\ \xe1\x46\xe1\x0e\x70\x77\x6e\x02\xe8\x1e\x89\x04\xa6\x9d\x4c\xc3\ \x52\x30\x74\x32\x4b\x40\x41\x6d\xbe\xc8\x78\x80\x6f\x1e\x03\x27\ \x40\xe1\xee\x02\x06\x15\x87\xba\x3e\x28\xd4\x71\x3d\x17\x1d\xe4\ \x49\x86\xa3\x5c\xbd\x99\xa5\x46\x15\x59\x3c\x33\x4b\x73\xba\x33\ \xe1\x06\x89\xaa\x1c\x9a\x3f\xdd\x79\x1a\x28\xab\xd0\x5b\x29\xe7\ \xab\xb8\x51\x8d\x26\x41\x07\xbf\x86\xa3\xa8\xb9\x44\x3c\x99\x48\ \x21\x8a\x70\x54\x39\x49\x6d\xbe\xff\xfa\xd5\xcf\x43\x5d\x3d\xa8\ \x04\xcb\xac\x1f\x00\x6d\x4a\x77\xe5\xe2\xcd\xe9\xb4\xb9\xad\xd9\ \xac\x8f\xb7\xc4\x9b\x3d\xf1\x64\x57\x5b\x2e\x1a\x6f\x69\xee\xd7\ \x9b\xcd\xf1\x89\x78\x1a\x64\x8b\xcb\xe5\x45\x51\xe9\x68\x12\xe4\ \x93\x05\x2a\xa5\xa7\xf0\xe0\xf1\x51\xb9\x5c\x0a\x8f\x85\x3a\xbd\ \xc2\x5f\x54\x3c\xe9\x93\x32\x5a\x03\x2f\xc7\xb2\xe3\xa3\x1f\xb3\ \x31\x98\xe9\x03\x81\x72\x37\xf8\xba\x00\xdb\x6b\xe4\x03\x3b\xa0\ \x5e\x32\x42\x19\xa8\x55\x4a\x68\x47\x05\xc3\xec\x71\xf0\x49\xa8\ \xac\x09\x06\x35\x8a\x0a\x1e\x1c\x8f\x15\x81\x9a\xb2\xe5\x54\xa9\ \x54\x1a\x1d\xff\x08\xe3\x1a\x8c\x93\x50\xe7\xb7\x49\x6c\x11\xa7\ \x4f\x57\x65\x64\x9a\x98\x4c\xa5\x96\xc3\x46\xeb\x30\xe0\x7b\x02\ \xcc\x32\xe8\xda\x68\x69\x7c\x3c\xc5\x4c\x75\x97\x98\xf6\x92\x52\ \xca\xd4\xf9\x42\x2a\xa6\x43\x62\x94\xa8\x5c\x3e\x3e\xdf\x16\xac\ \x0f\x56\x03\x1c\x55\x45\x9c\x41\x47\xa8\x71\x66\xd0\x57\xd3\x50\ \xe5\x8a\x44\x6a\x6d\xb6\xfa\x46\xb0\x80\x7e\x8b\xb3\xce\xef\x6f\ \x82\xcf\x59\x2c\x16\x83\x41\xe2\xb0\x99\x38\x06\xa7\x24\x58\x0d\ \xf7\x68\xb2\x58\xa4\x5e\x9d\x17\xec\x9e\xd8\xc0\x17\x3b\x9d\x36\ \x47\x48\x22\xb3\x83\x63\x50\x19\x4c\x3a\x8b\x45\x65\xd0\x39\x6d\ \x16\x87\x4e\xc5\xd1\xaa\x74\x12\x21\x93\x6d\x57\x32\x0d\x6c\xa1\ \x58\x68\x47\xa1\xcd\x81\xf2\x60\x4c\x2b\x15\x82\x1e\x57\x12\xbb\ \xb4\x68\xb5\xad\x1b\xb8\x11\xb5\x12\x42\xe7\xa2\x51\xce\xcc\x38\ \xca\x6c\x28\x6b\x6d\x06\x19\x20\x95\x54\x09\x1f\xa5\x94\x45\x10\ \x14\x6d\x49\xcb\x57\xa6\xd8\x12\x9d\x6b\xee\x82\xf9\x8d\x11\x87\ \x52\x52\x69\x8d\xc6\xd7\xc6\xd0\xb9\x11\x78\xd3\x16\xd1\x9a\x5f\ \x40\xc8\x66\xcb\x40\x83\x50\x7d\xb6\x2c\x66\x47\x47\x9f\x95\x1c\ \x59\x2a\x26\x04\x49\x92\x29\x2b\x71\xf9\x32\x54\xdc\xa6\xd4\xa6\ \xe0\x01\x09\x51\x52\x8a\x4c\x08\x9f\x0b\xf0\x65\xbf\xc5\x64\xb0\ \x39\x6c\x36\x5f\xcc\xe1\x54\xcd\x6e\x3c\xb1\x3f\x58\xb3\x61\xcd\ \xc9\x8b\x4f\x2f\xee\x5d\xba\x7d\xed\xd8\xd5\x16\x06\xc6\xcd\xe2\ \x51\xf0\x0c\x32\x8b\x21\x22\xd2\xc8\x5c\x24\x4d\x72\x3c\x9e\x40\ \xc0\x59\x3b\x34\x30\x30\xc0\x2c\x58\xa9\xe0\x0b\x09\x58\x22\x29\ \x8c\x4f\xb8\xb1\xc0\x5a\x18\x16\xed\x8d\xb4\x6a\xff\xa9\x1b\xeb\ \x6e\x4d\xc5\x49\x5f\x7d\x21\x22\xb9\x49\x14\xbc\x9c\x9e\x68\x2f\ \x74\xe6\x13\xbd\xbd\xe7\xf3\x9d\x85\xce\x5e\x12\x89\x48\xa1\x64\ \x30\x8b\x2f\x9d\xb9\x7e\xa5\xef\xee\xdd\xb3\x8b\x6e\x5d\x7c\xf2\ \xfe\xde\xdd\x5b\xb7\x2f\xb4\x2e\x5a\x75\x6c\xd5\xe6\xd6\x75\x97\ \xae\x1f\xbb\x76\x67\xc5\xaa\xb3\xdb\xcf\x9e\x81\x77\x6e\x3f\xfe\ \xe9\xf6\x37\x3f\xbc\x79\x39\xf5\xe4\xfd\xf7\x77\x5e\xbc\x7f\xff\ \xd3\xd8\xeb\xe7\xcf\x07\xee\x0f\x4d\xbe\xbe\xff\x7a\xf8\xf1\x9d\ \xe1\xb7\x6f\xa7\xde\x3f\xff\xf9\xdd\xf4\xd8\xfb\xf7\xc3\x40\x63\ \x53\x6f\xde\x7e\x7f\xfd\x9b\x87\xdf\xdc\x3b\x7b\xe1\xce\xba\x97\ \x2f\x16\xaf\xd8\xd6\xba\xed\xf8\xe1\x3d\xf3\xd7\xcc\x5d\x38\xf7\ \xe0\xae\x6a\xa3\xc9\x02\x93\x91\xc5\x60\x71\x38\x4c\x6c\x54\xcc\ \x01\x93\x0f\x13\xbd\x7a\x32\x29\x5f\x68\x71\x88\x25\x52\x31\xcc\ \x44\xcc\x43\x6d\xc9\xab\x53\x8f\x42\x9b\xbe\x7b\xba\xe0\xed\xe9\ \x9b\xee\xa7\xa1\x9d\x42\xe6\xee\x78\xee\xe1\x85\x6f\xfa\xce\xdc\ \xd5\x8f\x4c\xfc\xfa\xeb\xaf\x23\xcb\xbf\x27\x6e\x5f\xbf\xe4\x28\ \x07\x65\xec\xc6\x96\xe6\x0e\xfb\x22\xa6\xda\xfa\x50\x64\xee\x9a\ \xfd\xbb\x8f\x1f\x59\xde\xb7\x51\x55\x3f\xbd\xac\xef\xe2\xf6\xa7\ \x02\x7c\xf8\xf2\xde\x65\x2b\x5a\x17\x6d\x3b\xb0\x7c\xf9\xe2\x75\ \x2b\x77\x2c\x5d\x7c\xe5\xee\x9b\x17\x4f\x3e\x5d\xbd\x7b\xeb\xfc\ \x2d\xd7\xaf\xac\xdd\x72\x62\xf1\xed\x36\x4f\xe1\xdc\x57\x09\xe2\ \xc8\xa5\x9d\x4f\xf2\x5f\x52\xce\xa1\x85\x29\x12\x89\x2e\x22\x60\ \x88\x78\x1a\xd2\x1d\x32\x36\x01\x10\xab\x41\x05\x22\xe0\xa6\x0a\ \xa2\x44\xbe\xdd\x9d\x68\xef\x2c\xe4\x41\xbb\xf2\x80\x47\x05\x11\ \xcc\x0e\xa0\x61\xed\x19\x11\xcc\x12\x74\x91\x46\x04\x3c\xa5\x21\ \x11\xe5\x20\x69\x74\x77\xde\x0a\x13\x07\xbc\x2b\x02\xa5\x92\xa3\ \x0e\x46\x85\x84\x55\x03\x16\xad\xf3\x7c\x27\x88\xd4\xe9\xca\xc9\ \x2a\x00\xac\x4c\x7b\xc1\x0d\x3a\xd2\x21\x82\xd9\xc5\x5a\x00\xa9\ \x02\x79\xcb\x20\xb9\x42\x9d\x57\x29\x04\xa0\x3d\x1a\x92\x43\x22\ \x11\xd5\xa5\xd2\x28\xf0\x31\x81\xa5\x17\xb0\xa2\x6a\x05\x8f\xe2\ \x31\xe3\x68\x34\x8c\x9e\xa7\x30\xa7\xd5\x2c\x1e\xcf\xac\xd0\x27\ \xc3\xa8\xfe\x5d\xcf\xa2\xf2\x78\xa0\x14\xee\xde\x4e\xb7\x3b\xdf\ \x7e\xfa\x5c\x27\x02\x2d\x10\xac\x5e\xc4\x76\xe7\xdb\x91\x4c\xd2\ \xdd\x05\x0d\xdd\x4d\xa7\x08\xb8\x34\x72\xd8\x4c\x24\x53\x30\x0c\ \xb2\x1c\x47\xa1\x93\x18\x9e\xfb\x23\x63\xcf\xbb\x86\xfa\x7b\xc0\ \x0b\x86\x41\x9b\x1e\xc4\xfb\xef\x87\x3d\xe8\xe0\x73\x2e\x99\x0c\ \x9b\xe3\x28\x32\x59\x9d\x1c\x48\x7a\x92\xcd\x6d\x2d\xd1\x96\x64\ \x3c\x1a\x6e\xee\x52\x57\x0e\x00\xd0\x78\x69\x7d\x1c\xd8\x8f\xc7\ \x50\x47\xb9\x14\x33\xe8\x15\x49\xa1\xa7\xd1\x50\x56\x0e\x05\x4f\ \x66\x90\x29\xdc\x4f\x60\xcc\x0c\x96\x03\x32\x2d\x78\xa0\x14\x5a\ \x31\x4f\x69\x07\xbb\xcb\xc5\x72\xca\xe4\x90\x30\xcb\x59\x2d\xb0\ \x33\xcc\xf3\x12\x21\x3f\xc5\x64\xf2\x4d\x3a\xb6\x6c\x74\x74\xb0\ \x5b\x9b\xb2\x0f\x8e\x8e\x97\x81\xb2\x00\xad\x8a\xe3\xc5\x12\x0c\ \xd7\x14\x5a\x46\x1f\x44\xd5\xa7\x30\xb2\x53\xd2\x88\xcf\x60\x0b\ \xb9\x6c\x5e\xb6\x41\x0c\x83\x8e\x19\x00\x43\x13\x00\xa4\x28\xa6\ \xb2\x95\x91\x8f\x8e\xe6\x0c\x8e\xcb\x52\x42\xce\xa8\x50\xac\xf3\ \xfa\xea\xd8\x12\xa3\x85\x2f\x36\x7a\xab\x6b\x7d\x75\x33\x67\xd6\ \x34\x46\x7c\x75\xf5\xfe\x88\xc3\x61\x71\xd6\x46\xfc\x4d\xae\x6a\ \x5f\x55\x53\xa4\xba\x3e\x12\xf4\x39\xfd\xc1\xaa\xc6\x19\xe0\x02\ \x01\x62\xc0\x33\x81\x1a\xa0\x4a\xd7\x40\x4c\x86\x32\x27\xa5\x95\ \x6e\x5a\x2e\x9d\x17\x14\xc9\xa2\x63\x4a\x55\x0e\x9b\xcd\x67\x11\ \xa2\x46\xcb\x41\x97\xce\x57\x6d\x0a\xf9\x5d\xb5\x4e\x13\xdf\x61\ \x44\x45\x06\x62\x19\x8a\x18\xb4\x0b\xc5\x76\x8e\x5d\x16\x8b\xa1\ \x32\xf6\xac\x92\x83\xea\xa0\xd0\xb2\xfa\x68\x45\xa8\xe0\xdf\x6e\ \x64\x0e\x07\x11\x63\xa1\xd5\xf9\x41\xf8\xf3\xb1\xe8\x90\x72\x00\ \xca\x38\x20\x6e\x00\x5b\xa9\x00\x53\x06\xc6\x4f\x16\x08\xd8\x63\ \x52\x57\xed\xec\x39\x5b\xd7\x38\x7d\x62\x3b\xdc\x38\x3a\x23\x20\ \xd3\x72\xe0\xf9\x92\x65\xb5\x29\x54\x6a\x95\xb5\xb3\x99\x68\x47\ \x15\xbe\x94\x1a\x84\x19\x22\x0b\xbe\x50\xc6\x41\xe5\x62\xc8\x93\ \xc2\x13\xa5\x44\x19\x0d\x32\x3b\x3a\xba\x08\x8f\x11\x1c\x72\xcc\ \xce\xb4\x6b\x65\x45\x3b\x5a\xc3\x92\xc2\x8c\xc2\x31\xb2\x99\x30\ \x3a\xbd\x0e\xa1\x41\x6a\x34\x2e\x98\xb5\xe2\xcd\x9b\x17\x77\xaf\ \x9d\xf9\x61\xe4\xe7\x57\x5d\x6a\x06\x0d\x47\x62\xf4\xb3\x04\x30\ \xf1\xd1\x48\x54\x12\x0a\x10\xa2\xa1\x3a\x1f\x70\x79\x6e\x39\x9e\ \x8e\x27\xe0\xb8\x18\x22\x85\x20\xa2\xd3\xb9\x74\xb8\xaa\x71\x72\ \x3a\x8e\x42\x3b\x2c\xa9\x5a\xb8\x67\xdd\x96\x9d\xc3\x97\x2e\xd3\ \xce\x9d\xc3\xba\x89\x14\x7a\xc2\x9a\x01\xb9\x82\x89\xb4\xd0\x5b\ \xd0\x24\x3a\x32\x78\x3c\x9e\x8c\xb5\x2e\xdd\xb0\x78\xf3\x85\x2b\ \xcb\x97\x5f\x3f\xd3\x77\xfd\xec\xb7\xb7\x7f\x98\x7a\xf8\xed\xbb\ \xe1\xef\xbf\xbb\xfd\xf4\xe9\x9d\x5b\xb7\xdf\xdc\xbd\xf0\xdd\xf5\ \x2b\x8f\xef\x3c\x99\x9a\x7a\x73\xeb\xce\xc3\xef\xdf\x8f\xbd\x7b\ \xf7\x2c\xf7\xac\x3f\x97\x6e\xee\x19\x7a\x3d\xf4\xe0\xc6\x55\x00\ \xaa\xb7\x8f\x2f\x0f\x0f\xdf\x18\x19\x79\xf1\xf4\x87\x8b\x77\x1e\ \xbf\x99\x1a\xf9\xee\xbb\x6f\xbf\xbf\xf7\xcd\xc9\x0b\xd7\x4f\x1d\ \x3b\x73\xea\xd2\xdd\x75\x4b\x3e\x5d\xf2\x72\xd9\xd2\x1d\xdb\x36\ \x1d\x3e\x7e\x62\xd7\x9a\x03\xbb\x16\x6c\xd9\xba\xba\xb1\x1a\xbc\ \xbc\x43\x27\x65\xc2\xcb\x8a\xce\x96\x02\x8b\x1b\xf8\x32\xa1\xf0\ \xb7\x6c\x44\x31\x00\x27\xd3\x28\x96\x8a\x65\x5a\xef\x41\x1c\x69\ \xaf\x65\xc7\xc5\xc7\x2b\xef\xe1\x5e\xb2\x4e\xfa\xd7\x68\x53\xeb\ \x3e\x17\x4c\xaf\x76\x1a\x74\x33\x29\xd4\x4d\x7f\xfe\xf5\xd7\x9e\ \x93\xfd\x3d\x87\x17\x2d\xd9\x15\x43\x87\x48\xed\x35\xc9\xbb\x0d\ \x0b\x43\x33\x57\xcf\x6a\x9c\xb7\x6b\xd5\xca\xf5\xcb\xcf\xf6\x1d\ \x38\xfc\x6e\x7a\x78\xf8\xdb\xa9\x89\xbd\x23\x2f\x56\xf4\xed\x5d\ \x7a\x62\xeb\x89\x83\x4b\x96\x2c\x3b\x73\x61\xdd\xb2\x75\x77\xa6\ \x5e\x3e\x19\x5e\x7c\x64\xf9\xee\xc3\x4b\xa3\x5f\xc6\x6b\x37\x2e\ \x11\x3c\x98\xc4\xe0\xe8\xed\x9f\xfd\xeb\xef\x99\x1e\x4c\x07\xb1\ \xc3\x8a\xa1\x82\xb0\x13\xe9\x22\x90\x2d\x8c\x06\x8d\x66\x94\x12\ \x83\x47\x2e\x50\x94\x49\x68\xf2\x56\x79\x22\x6f\xb5\x16\x0a\x9d\ \xed\xe8\xa0\x79\xbe\x33\x93\x4f\x24\x34\x68\x3b\x10\x9d\x35\x4f\ \x88\x34\x1a\x0d\x11\x87\x11\xd1\x09\xa8\x5a\xd7\x4d\x47\xc7\x06\ \x51\x46\x32\xda\x1f\x94\xcb\x0b\x20\x5d\x85\x76\x40\x5e\x60\xaa\ \xde\x7c\xfb\xb9\xce\xce\x8e\x04\xdc\xd2\x69\x84\x40\x28\xa9\x31\ \x8f\x76\x0b\xe9\x68\x7d\xde\xea\x96\x57\x8e\x1b\x62\x09\x58\x1c\ \x86\x46\xc2\xe0\xd0\x3e\x23\x05\x8f\x96\xcb\x08\x44\x0a\x0d\x43\ \xa2\xa0\xb3\x7a\xe9\x24\x43\x8d\x72\x04\xd5\x0a\x06\x57\xad\xe0\ \xa2\xfd\x38\xbd\x39\x2a\x10\x78\x92\xd1\xb8\x5e\xcd\x62\x50\x04\ \x02\xb3\x9a\x00\x9e\x0f\x74\x34\xdf\x7b\xfa\xdc\x79\x78\xcc\xe0\ \x0a\x81\xef\x7a\x13\x56\x22\x3d\x51\xc8\xd3\x89\x72\x39\x41\x8e\ \x65\x51\x15\x54\x5c\xce\x43\x20\xe1\xc0\x6b\xba\x31\x38\x22\x59\ \x60\x7e\x0d\x9e\xf0\xd5\x40\x4f\x4f\x57\xdb\x40\x73\x3c\xec\x19\ \xc8\xb5\x0d\xb5\xdd\x6f\x6b\x1b\x30\xab\x93\x2d\x6d\xe6\xae\x96\ \x78\x97\x59\x91\x9b\x08\x37\x9b\x41\x27\xa3\xcd\x3d\xf1\x64\xbf\ \x39\x6d\x6e\xc9\x85\xe3\x0a\xd4\xab\xc7\xec\x09\xab\x15\xe9\x28\ \x8f\xc2\x52\x60\xa8\x54\x40\x41\x70\x83\x54\x1c\x8b\x4a\x21\x09\ \xa8\x14\xd6\x27\x4c\x4e\xa9\x14\x80\xb1\x01\x52\x85\x0a\x16\x52\ \xe3\xa9\x72\xb1\xd8\x1d\x10\xea\x24\x52\x2d\x3a\x38\x98\x05\xbc\ \x62\xa3\x73\xc4\x7c\x36\xd3\x64\x64\xa2\x22\xad\x72\x31\x25\x8b\ \x0d\x76\xa3\x14\x3e\xb0\x81\x31\xbb\x6c\xb4\xb2\xff\x65\x07\x1f\ \x63\x4f\x05\xb4\x4a\x21\x5c\x53\x21\x9b\x51\x1a\x0a\xf9\x0c\x26\ \xa3\x90\xcd\x14\x72\xb4\x4a\x65\xa9\x28\x54\x49\x4d\x6c\x21\xa0\ \x18\x12\x35\x90\x2d\x25\x5f\x22\x05\x13\x26\x0d\x56\xcd\xf3\x1a\ \x2c\xc2\x98\xb2\x6a\x5e\x63\x30\x52\x55\x5f\xdf\x58\xdd\xe8\x0b\ \xd5\x38\x2d\x68\xfb\xcf\xef\xf4\xcf\x9a\xe5\xb3\xd9\xaa\x5d\xbe\ \x90\x2b\x58\x5b\x5d\xe3\x35\x32\xd9\xca\x18\x3a\xa7\x5d\x82\x11\ \x3f\x3a\x8a\x40\x0f\x45\xb3\xa3\xc8\x63\xa6\x58\xcc\x11\xab\xbc\ \x06\x95\x0a\xed\x4d\x72\x64\x1c\xb6\xd2\xce\xb7\xa9\x4c\x52\x93\ \xc9\x68\x32\x39\xfd\x46\xa9\x45\x65\x94\xea\x4c\x00\x33\x4c\x19\ \x60\x0a\xe0\x8b\x3d\x15\x53\x02\x5f\xa6\x06\x41\x34\xb2\xc5\x72\ \xf7\x38\x92\x26\xb4\xba\x0e\x77\x90\x55\xda\x41\xb9\xb2\xc8\xc0\ \xa2\xdc\x99\xf1\x41\x54\xa5\x5f\x06\x61\x13\x4b\x95\x01\x2d\x4a\ \x87\x97\xa5\x8a\x65\xad\x3d\x16\x03\x5b\x58\x04\x83\x9c\x2a\x31\ \x25\xae\x86\xc3\x9b\xb6\xac\x9e\x1b\x02\xc7\xc9\xd1\x32\x41\x60\ \x40\xb4\x52\x00\x4c\x1c\x99\x16\x2d\xab\x07\xe0\x29\x8c\xc1\x1c\ \x00\x4a\xdb\x3d\x58\xaa\x34\x0a\x43\x41\x5d\x1c\x65\x65\xe1\x9e\ \x8f\xe2\xb1\xc0\x84\xcb\xf8\x60\x16\x41\xd4\xd0\xc6\x20\xc8\xa9\ \x12\x75\xe8\x51\xca\xc4\x3a\x14\x62\xce\x44\x79\x4f\x32\xb6\x57\ \x15\x74\x8a\x55\x33\x0e\x6d\xda\x36\xf5\x6c\x64\x6a\x64\xfb\xcb\ \x77\x1f\xba\x78\x24\x82\x9a\x25\x50\x10\x48\x14\x85\x9a\x4a\xe2\ \xa1\x9e\xd0\x38\x35\x06\x47\x26\x13\xe1\xda\xc7\xe2\xa9\x60\x14\ \x19\x0c\x16\x9e\x82\x25\x8b\x44\x04\x32\x96\x88\x52\x95\xc8\xd1\ \x23\xfc\xd0\x9a\x4f\x8f\x5c\x76\xe3\x3f\x2c\xbf\xc9\xfa\xec\x1c\ \x25\xd1\x99\xc0\xca\xad\xf9\x4c\xa6\xa3\x1d\x06\x48\x2f\x0c\x18\ \x8d\x15\x88\x3f\x7f\x6d\xcd\x92\x63\x7b\xcf\x5e\x39\x73\xe5\xf6\ \xb2\xc5\x9b\xf6\x6c\xdf\x7b\xe9\xda\x85\xbd\xdf\xbf\xf9\xf6\xce\ \xf7\x0f\xef\xdc\x7d\xf3\xc3\xe3\x27\x0f\xaf\xbd\x7d\xf1\xc3\x9b\ \xa9\x1f\x3e\xbc\x9e\xec\x9a\xcc\xa9\xd5\x02\x7d\x5b\xae\xed\xdd\ \xd8\xf0\xe3\xa9\x91\x97\x4f\x1e\x2f\xf9\x30\xfc\xf4\xe1\xc3\xc7\ \x2f\xbe\xbd\xf5\xc3\xc3\xbb\xf7\x1e\x3f\xbe\x7e\xfb\xf1\xed\x4b\ \x97\xbe\xbb\x74\xf2\xe2\xc9\x75\x9f\xae\x5c\x71\x72\xd5\xda\xed\ \x27\x17\xad\x58\xb6\xea\xd2\xdd\x25\x87\x0f\x1f\xfc\xf4\xf0\xa1\ \xfd\x5b\x81\x65\xd6\x6c\x38\x54\x57\x13\xac\xf6\x3a\x6d\x3a\x9d\ \xd1\xab\x32\x8a\xc5\x06\x29\x13\xe8\xd9\x80\xe2\xf0\x65\x12\xd4\ \x5e\x48\xc6\x16\xaa\x0c\xa8\x1b\x8a\x4c\x59\xdc\x35\x30\xa7\x69\ \xcb\xbe\x6f\x46\x72\x6b\x7f\x96\x2f\x73\x9e\xe0\xc7\xb6\xff\xf3\ \x2f\xe4\xe3\xbe\xba\x9a\x39\xdc\xce\x35\x94\x5f\x7f\xc5\x5d\xf7\ \x2c\x3d\xb1\xee\xd8\xc1\x62\xb6\x88\xe6\x99\x0f\xc3\x2b\x0e\x56\ \xaf\x5e\x30\x6b\xe3\xe1\xd6\xe5\x9b\x36\xed\xbd\xfb\xfe\xec\x6e\ \x20\xb1\x33\xcb\x37\xed\x59\xd4\xb7\x6d\xef\xb1\xc3\x9f\x1e\x3f\ \xbc\xe4\xd3\x1d\xa7\xbe\xb9\x7e\xb1\xef\xcc\xda\xe5\x4f\xee\x5c\ \x78\xbe\x6d\xf6\xd4\xcb\x5b\x67\xe2\x9f\x89\xd6\x2c\x38\xfa\xf8\ \xf2\xa3\xcb\x23\xfd\xcd\x6a\x6c\xe7\xd7\x5f\xf7\x62\x88\x99\x4e\ \x2a\x0e\x4f\x22\xe1\xe9\x19\xd0\x0a\x2c\x2a\x02\x85\x3f\x72\x3a\ \x11\x65\x2b\x24\xd0\x92\x61\x06\x68\x25\xe3\x2e\x24\x12\xbd\x99\ \x0c\x22\xae\x44\xc7\x67\x7f\xfb\xf7\xaf\xbf\xfe\xf2\xf5\x67\x09\ \xb9\xc6\x0d\x73\x84\xd5\x4d\xc1\x61\x08\xa8\xa3\x83\x1c\x54\xac\ \x3d\x9f\x91\xd3\xd1\x02\x3d\x80\x96\x5b\xa3\xc9\xa0\xb5\xf5\x7c\ \xa1\xf7\xfc\x39\x14\x12\x04\xe6\x0c\x35\x90\x59\xe5\xb0\x79\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\xfd\xea\xc8\xc0\x67\x13\x19\xc0\ \x2a\x90\x3f\x7a\x42\xe3\xb6\x22\xb1\x93\xcb\xe9\x56\x2c\x0d\x66\ \x2c\x0c\xc9\x0d\x86\x93\x88\x92\x1d\x50\x6d\x18\x91\x4e\x20\x71\ \x93\xfa\x70\xb2\x3f\xac\x6e\x69\x4e\x2a\x92\x6d\xf1\xb8\x5a\x9f\ \x86\x0b\x83\xc6\x03\x33\xa6\xe7\x51\xcd\xfd\x8f\x72\x6a\x01\x0d\ \xc3\xd0\xeb\xa9\x04\x6b\xa2\x1d\x54\xb2\x1d\x90\xaa\x03\xf4\xaa\ \xbd\x1d\xee\x2a\x2f\x27\x51\x19\x78\x37\x56\x8e\x25\x6b\xdc\x79\ \x2c\x97\xc5\x13\x50\x78\x5c\x2c\x89\x88\x61\x60\x44\x78\x1c\x96\ \xc2\x4a\x3f\x7f\xfe\xe8\xd1\xe4\xa3\x07\x03\xe1\x70\x4f\xda\x13\ \xed\x81\x09\xeb\xfe\x44\x7f\xd7\x44\x4b\x1a\x98\x6a\xa2\x39\x1e\ \x4d\xa7\xdb\x72\x9e\x78\x3a\x9e\xe3\xe9\xdb\x9a\x51\xeb\xc2\x66\ \x35\xda\x26\x54\x84\xc3\x0a\x8f\xba\xb2\xb6\xc6\x32\xe7\xa2\x0a\ \x85\x07\x2e\x56\xae\x9a\x4a\xc6\xa1\x16\x85\x2c\x02\x9d\x21\xa0\ \x52\x3f\x41\x15\xdc\x30\xd6\x65\xc2\x14\xa8\x0e\x0a\x95\x41\x09\ \xfe\x59\xa5\x4a\x67\x91\x6a\x41\xbf\x06\x4b\x32\xbb\x84\xaf\xb4\ \x1b\x61\x2e\x53\x19\xd0\x12\x8c\x0c\x04\x2b\xc6\x8c\xa5\xec\xe5\ \x12\x18\x9d\xee\x6e\x3b\x0c\x3d\xa5\x90\x09\x62\x25\x44\x6d\xa8\ \x94\x1c\xd4\x58\x5d\xa8\x35\x49\x83\x75\x06\x43\x24\xa8\x02\xb5\ \x53\x56\xda\xee\x05\x52\x62\xb1\x4e\xa2\x45\xa8\x86\x34\x0c\xee\ \x44\x69\x0c\x06\x8d\x26\x97\xbf\xba\xc1\x5f\xef\x95\x88\x25\x73\ \x6a\xeb\x6b\xea\x6b\x1b\x9a\x66\xcf\xac\xab\x6f\x6c\x0a\x7a\x6d\ \xd5\xfe\x46\xbf\x37\x52\x5f\x5f\x5d\x13\x72\x56\xd7\x34\xf8\x1d\ \x2e\x95\xbd\x9c\x2d\x01\xd5\x0d\xa2\xbf\x40\xfb\x60\xa6\x2c\xa2\ \x62\x7d\xa5\x1d\x91\x88\xc4\x0b\x57\x2d\x53\x22\x01\xf1\xe4\x73\ \x24\x5e\x8b\x4f\xa5\x0d\x88\x0d\x8e\x50\x28\x14\x01\xec\xf2\xf9\ \x4c\xe0\xd3\xe0\x02\x97\x32\x95\x6c\x8e\x52\x26\x05\xf1\x92\xf2\ \x03\x68\xe9\x3b\x10\xe3\xeb\xa4\xa9\x12\x0a\x8a\xee\xae\xec\x05\ \x02\x60\xa5\xca\x29\x61\x69\x7c\xb4\x9c\x45\x8a\x05\x5e\xb7\x34\ \x88\xec\x20\x80\x65\xd6\xe1\x15\x6b\x65\x9c\x00\x3a\x4f\x59\x8c\ \x09\x85\xc2\x6c\x56\x2b\x0c\x80\xe2\xd9\xcb\x31\x0e\x5f\xe2\x5a\ \xb3\x68\xd3\xbe\xfd\x0b\xe7\xd8\x24\x6c\x31\x3b\x50\x64\x0b\xc1\ \x7e\xa4\xec\x80\x4a\x01\x25\xc8\xb9\x56\x08\x0a\xa6\x15\x2a\x39\ \xd9\x22\xca\xe5\x4a\xa5\xc0\x00\xa2\x46\x45\xe8\x30\x2f\x7c\x4d\ \x86\xb2\x21\xd0\xf9\x6c\x59\x65\x11\x8b\x2d\x54\xf2\xd9\x28\x6d\ \x86\xad\x82\x6f\x43\xa7\x50\xc4\x28\xbb\x49\x8b\x0e\x18\x64\x85\ \x5e\x95\xd4\x52\xdd\x34\xff\xc4\xad\x17\x0f\x72\x53\x37\xfb\xa7\ \x6f\x26\x31\xd1\x66\x05\x89\x41\x62\x30\x30\x28\xa0\x8d\x84\x27\ \xb0\x28\x30\x39\xe1\x68\xc4\xbc\x15\x43\x52\xf0\x80\xb5\x48\x04\ \x12\x0d\x03\x06\x04\x8f\x23\xe1\x30\x44\xb8\x94\x71\xb9\xdd\x46\ \x55\xdd\xa7\xab\x0e\x74\xe0\x3d\x6b\x77\x4f\x62\x3a\x32\x85\x0e\ \x4d\x42\x9e\xd0\x64\xce\xb5\xbb\xc1\x0e\x66\xac\x85\x8e\xd3\xed\ \x58\x72\xe1\xf5\x81\xed\xad\x4b\x76\xaf\xdc\xb0\x74\x79\xdf\xba\ \xb3\xc7\x36\xaf\xba\xb0\xec\xc4\xb6\xe5\xeb\x4e\x9d\x7d\xf8\xee\ \xf5\x8d\x67\x63\x63\x57\xc7\xc6\xc6\x46\xde\x8f\x3d\x82\x89\x75\ \xe2\xf5\xfb\xa9\x9f\x46\xde\x3f\xb9\x7e\xf1\xfb\x27\x6f\x01\xb8\ \x6e\x3f\xbd\xf3\xe4\xde\xad\x3b\x2f\xbf\x7d\x73\xef\xe2\xa5\x8b\ \xb7\xaf\x5f\xb8\x7d\xfb\xda\x77\x8f\xbf\xb9\x76\xf2\xca\xda\x25\ \xeb\xb6\x9f\x5c\xd6\xba\x77\x69\xeb\xf2\x55\x8b\x97\x2d\xdd\xbd\ \x62\xf7\xe2\x7b\xa7\x56\xee\x39\x7c\x78\xd3\xc1\x03\x1b\xe1\x39\ \x6c\x5c\x78\x74\x4b\xed\xcc\xba\x90\xcf\xef\xf3\x3a\x42\x0e\x50\ \x25\x9d\xd3\x07\x54\x65\x14\xc3\x35\xc4\x81\x4b\x86\x83\x4a\x00\ \xed\x12\x47\x75\x35\xbc\xf4\x5a\x99\x65\xa3\xae\x29\xd2\xb8\x03\ \xf7\xcc\xf4\xbc\x77\x43\x64\xa9\x4a\x78\x3c\xfa\x8f\x7f\x5d\xb3\ \x04\xe7\x1c\x9a\x3c\x7f\xa8\xed\x1f\xbf\x6a\x5e\xbc\xd9\xb3\x74\ \x59\xdf\x7e\x25\x9a\xa3\x63\xb1\x75\x37\x8e\xac\xde\xb2\x71\xeb\ \xfc\xe3\x1b\x56\xb5\xb6\xae\x1c\x09\x9f\x5c\xb8\xf5\xc3\x9b\x33\ \x27\x0e\xef\x3b\x70\x62\xf6\xdc\xa6\x39\xfb\x57\xaf\x59\x7d\x62\ \xeb\xd6\x7d\x47\x66\x38\xfd\xae\x90\xc3\xe5\xab\xbb\xbf\xbe\xba\ \x6f\xdb\xec\x7d\xb7\xe5\x5f\xad\xda\xba\x6f\xf1\xab\xab\x4b\x37\ \xdf\x1b\x6b\x13\x68\xf2\xbd\x5f\x7b\x08\xf2\xcf\x49\x20\x13\x18\ \x22\xf8\x38\x8d\x06\xc4\xca\x2a\x12\xa1\xc0\x85\xca\x1e\x1f\x1d\ \x9b\xc8\xbb\xf3\x79\x51\xc2\x9a\x3f\xdd\xd1\xf1\x97\xbf\xff\xf2\ \xe3\x8f\xff\xe7\x7f\xfe\xf4\xfb\xff\x1e\x07\xf8\xeb\x2f\x9f\xe5\ \x35\xc8\x03\x12\xdd\x04\xac\x48\x6e\xb5\x62\x35\x58\x6b\x67\x47\ \x1e\x39\xc6\x7c\x42\x84\xac\x21\x56\x94\xef\xc8\x74\x82\x6c\x9c\ \x3b\x7f\xfe\xdc\xf9\xd3\xed\x68\x05\x0b\x2d\x32\x82\xb1\x6c\x4f\ \x58\xad\xed\x79\x37\xf8\x48\x8d\x3c\x0f\xf7\x23\x92\x03\xd9\x61\ \xe4\x24\x32\x96\x44\xa3\x62\xe8\x28\xfc\x0f\x1e\x19\x41\x84\x95\ \x8b\x48\x64\x11\x01\x15\x92\x9b\x73\x3d\x51\x9e\xa7\xad\xa7\xa5\ \x3f\x99\x4b\x7a\xf4\xa0\x60\x14\x0a\x4d\x10\x8d\x86\x3d\x0a\x10\ \xac\x57\xfd\x71\x20\x1b\x05\x2f\xda\x16\xe5\x92\x45\x78\x02\x49\ \x54\xc8\xc3\xec\xd5\x5e\x68\xcf\x6b\xe8\x74\x12\x85\xc2\x80\xc9\ \x8e\x40\x20\xa1\x40\x5a\x1c\xc3\x8c\xce\xe9\x10\x08\x44\x12\x57\ \x40\x24\x51\xe5\x72\x4a\xf3\xc8\xd8\x64\x5b\xcf\x83\x07\x43\xf1\ \x74\x4b\xdc\xdc\x3f\xd1\xd6\x32\xd1\x33\x30\x31\x34\x90\x04\x53\ \xd8\xd6\xdf\xe6\x89\xa6\xd5\x6d\xfd\x51\x8f\xde\x33\xd1\xc2\x6b\ \x89\x27\xdb\x72\x2d\x60\x13\xcd\xc9\x16\x2e\xd7\xcc\xd2\x2b\xf4\ \x6a\x54\x24\x13\x56\x98\x93\x28\x0a\x95\x0b\xd0\x25\x20\x53\x68\ \x5c\x1a\x0b\x3c\x21\x95\xc5\xfa\x44\x0b\x13\x7e\x20\xc6\x54\xa2\ \x48\x4e\x78\x27\xc6\xe4\xa0\xfe\xce\x7c\x3e\xdb\x00\x5e\x71\xb0\ \x58\x2e\x0d\x82\xcd\x42\x73\xba\x92\xcf\x97\xb2\x39\x60\xee\x02\ \xa9\x18\x50\x13\x88\x05\x18\x46\x80\x0a\x25\xea\x0d\x87\x4a\x88\ \x24\x4c\xb6\x98\x2f\xe1\xa4\x94\x26\xaf\x98\xc9\xb1\x98\xfc\xbe\ \x60\xd0\xa0\x63\x4b\xc5\x9c\x18\x0a\x00\x81\xef\xe0\xf3\x95\xb1\ \x12\x08\x15\x9f\x13\xcb\x6a\x25\x3a\x20\x75\x27\x93\xed\x05\x10\ \xab\xb3\x48\x0d\xbe\xea\x10\x20\x54\xa4\xb6\x31\x18\xaa\xf1\xd7\ \xa0\x50\x4e\xa7\xd3\xe5\x6f\x70\x38\xeb\x6a\x6a\xfc\x75\xd5\x5e\ \x9d\x8e\x2d\x8c\x81\x52\xa5\xd0\x1e\x63\xb9\x34\x0a\x0f\x5b\x9b\ \x2d\x0a\xd9\xe8\x1c\x51\x25\x42\x2a\xc6\x84\xc1\x2f\x14\xb3\xd1\ \x69\xbc\x58\x51\xc8\x64\x82\x34\xf1\x0d\x7c\xbe\xd8\xe4\xac\xb6\ \x98\x1c\x3a\xb1\xd4\x24\xb4\x8b\x4d\x12\x3e\x53\x86\x96\xb5\xb5\ \x4c\xa9\xd1\x60\x30\xc2\xb5\xcf\x46\x2d\x1f\x2c\x36\x9b\x30\x5b\ \x59\x5c\x03\xb8\x2a\x7f\xec\x1e\x04\xcf\x06\x8e\x33\x95\xea\xb6\ \x17\x47\x2b\xc9\x7e\x65\x44\x58\xe3\xd9\xc1\x94\x94\xcd\x34\x1a\ \x94\xda\xa2\xb6\x08\x10\xc6\xd1\xc6\x50\x29\x95\x56\xc6\x04\x81\ \x41\x9a\x2f\x63\xdb\x0e\x2e\xda\x76\x78\xc6\x1c\xa7\xd8\xa0\x33\ \xb2\x51\x2b\x2f\x8e\x32\x00\xfc\x16\x40\x29\xbe\xa8\xba\x8a\x89\ \xe2\xc7\x81\xcd\xc0\x82\x2b\xb3\x59\xd4\xf5\x03\xad\xbe\x83\x04\ \xca\x94\x42\x7b\xb1\x88\x7a\x14\x82\xb8\x55\x5a\xee\xa1\x32\x2c\ \x21\x47\x08\x80\xca\x67\xa2\x6e\x45\x1c\xf8\x0e\xb4\x9c\x05\x00\ \x26\x93\xf1\x95\x4c\x98\x44\x82\x91\x8d\x1b\x1f\x5f\xbd\xf1\xed\ \xf5\xf7\x37\xdf\x4c\x9a\xe3\x34\x12\xcb\x4c\xa2\x63\xd4\x7a\x35\ \x15\x43\x22\xe3\x50\x24\x36\x90\x16\x89\x12\x56\x63\x44\x72\x39\ \x86\x88\x3c\x22\x51\x84\xa7\x72\x71\xe0\x12\xc8\xd8\x84\x88\x10\ \x9f\xb2\x71\xa4\xc7\x0e\xcf\xc3\xb6\x4f\x46\x4f\xbd\xc4\x9c\xef\ \x95\x5b\xe5\xa8\x02\x3e\x71\xba\xb7\xb2\x85\x5e\x38\xfd\xd5\x67\ \x19\x8d\x55\xdf\x38\xeb\xc0\xfe\x43\xeb\x17\x2f\xdf\xbd\xa8\x6f\ \xed\xe6\xbe\xbb\x97\x5e\x3e\x1b\x7e\x3f\xf5\xe8\xd9\xdb\x27\x53\ \xc3\x37\xef\x5d\x7f\x72\xe3\xf5\xc8\xd8\xfb\xc7\xef\x5f\x4e\x3d\ \xb9\x75\xed\xce\x9d\x6f\xee\xdd\x79\x78\xf6\xee\xc5\x0b\x67\xcf\ \xf4\x5d\xf8\x66\xdd\xba\xb3\x17\x2f\x5d\xb9\xf0\xf4\xcc\xdd\x8b\ \x9b\x4f\xae\x5b\xb7\xf6\xcc\x99\x2b\xc7\x6e\x9f\x01\xa2\xea\xdb\ \xbb\x76\xc9\xf6\xa5\xcb\x96\xb7\xae\x5c\xbc\xa4\xb5\xb5\x75\xdb\ \xa6\xd6\x95\x67\x8e\xed\xf8\x74\xf9\xa7\x3b\x0f\x1f\x5d\x33\x7b\ \xd7\x96\x8d\x0d\x73\x8f\xcc\x9c\x59\x5f\x5b\x35\x2b\xe4\xb2\xf8\ \xa4\x16\x87\xa9\x92\xb4\xc6\x01\x33\x28\xe3\x83\x60\xf1\x55\xa8\ \xd0\x0e\x15\xa5\xa0\xa6\x8f\x40\xf8\x4d\xdb\xbc\x35\xc6\xaa\xc5\ \xf8\x91\x35\xdf\xe7\x66\x3a\x16\x19\xb5\x7b\xae\xd3\xff\xf7\x83\ \xe0\xac\x03\xad\x63\x5f\xec\xb8\xfd\xf9\x8f\xe7\xbe\x6d\x6d\x5d\ \x72\xf1\xda\x1e\x19\xa8\x5c\x56\x29\x9b\xf5\x6c\xcf\xca\x2d\x7b\ \x0e\x6e\x3c\xb8\x72\xf9\xc9\xa5\x77\x44\xcd\xfb\x3f\xdd\xb6\xc0\ \x67\xb4\x78\x55\x3a\x93\xcd\x66\xd4\xa9\x8c\x12\x40\x72\x9d\xc5\ \xe0\x8b\x84\xea\x6b\xaa\x6a\x1b\xd7\xc4\x1f\x7b\xab\x9b\x16\x6e\ \xd9\xf3\xf3\x9f\x2f\x6d\x3d\xb4\x6d\xe8\xd1\xf0\xb3\x38\x0d\x1d\ \x83\xa4\x77\x92\xdb\xf1\x5f\x11\xc0\x25\xe1\x51\x41\x08\xbc\x00\ \x04\x94\x33\x8d\x15\xa1\x23\xe3\xa7\x3f\xff\xea\xcb\x2f\xff\xf2\ \xaf\x7f\xff\xfa\xe3\x8f\xff\xf3\xd7\x3f\xfc\xae\xa2\x51\xbf\xfb\ \xfd\x7f\x9b\x09\x55\x4e\x5a\xfe\xf1\x8f\x7f\xfa\xf5\x6f\xbd\x74\ \xd4\x6f\x02\x7e\x48\x0e\x4a\x95\x40\x53\x45\x02\xd5\xf6\xba\x89\ \x04\xb7\x15\x58\xcb\x9a\xef\x38\xdd\x8b\xde\x3a\x7b\x4f\xf7\x9e\ \xce\xe7\x0b\x1d\x9d\x89\x7c\xbe\xa3\x00\x70\xe5\x2e\xe4\x3b\x3a\ \xac\x68\x03\x52\xa3\x71\x8b\x12\xa0\x90\x78\xa2\x1c\x43\x23\x92\ \xa9\x14\x0c\x99\x2c\xa2\x6b\x08\x56\x3a\x81\x4c\x24\x88\x88\x18\ \x3c\x99\xc6\xe2\x51\x15\x69\x05\x8f\x86\xd3\xe7\x92\x49\x73\x32\ \x1e\x37\x2b\xd4\x1e\x2e\x55\xad\x17\x78\x5a\x3c\x8a\xa8\x39\x9a\ \xeb\x6a\xee\x69\x6e\xe9\x1a\x1a\xca\x0d\x3d\xbb\x3a\x36\xf9\xa0\ \x2b\xce\xe3\xea\xd5\xa8\xd7\x2b\x85\x65\x0e\x7b\xc2\x5c\x8f\x80\ \x87\x4e\x1b\xb2\x28\x44\x14\x9d\x03\x16\x93\x85\x96\x45\x69\x64\ \x12\x86\x45\x24\x72\xa3\xaf\xc6\x5e\x3d\xef\x7a\xf0\x33\x58\xc1\ \xfe\x78\x73\x4f\x57\x4f\x4b\x2e\x3e\x31\x94\xeb\xe9\xef\x8f\xb6\ \x75\xc5\x73\xc9\x78\xb2\x39\x9a\xec\xcf\xc5\x3d\xf1\x24\x57\xef\ \x69\xce\x35\xb7\xe4\x92\x69\xb5\xba\x85\x61\x8e\x02\x63\x09\x50\ \x24\x72\xd8\x9c\x0c\x2b\xf4\x1e\x8f\x42\xc1\xa5\xb2\x18\x34\x81\ \x00\x47\xc3\x91\xe1\xce\x05\x94\x4f\x52\x4a\xe0\xab\x00\x13\x06\ \xce\x20\x2a\xfb\x0c\xa0\xa2\x28\x19\x98\x37\xa6\x36\x3b\x0e\x64\ \x11\x08\x94\x39\x30\xcd\xdb\xb3\x42\x21\x5b\x2c\x36\x49\xc1\x0b\ \x0e\xc6\x84\xe8\x28\x44\x40\x18\x08\x94\xc6\xc1\x3d\xa2\xc2\x70\ \x65\x2a\x05\xb6\x0f\xf5\xa1\xb1\x8b\x41\xb8\x84\x29\x7b\xd6\xd4\ \x50\x5b\xed\x35\x7a\xa5\x5e\x63\xb5\x43\x6a\x50\xb1\xa5\xc8\xe0\ \x28\x65\x06\x0b\x98\x4b\x6d\x49\x29\x63\x4a\xbd\x4c\xad\xc5\x64\ \x97\xf8\xe6\xcc\xac\xb2\x48\x8c\x55\x35\xa0\x51\xb6\x60\x5d\xc8\ \x61\x72\xf8\x83\x0e\x8b\xb1\x26\xe2\xaf\x36\x54\x37\x44\x9c\x3e\ \xbf\x09\xc6\xbc\xbd\xd2\x9a\xb9\x04\x60\x97\x2d\x8f\x96\xc0\xc4\ \xc5\x50\x0f\x9b\x22\x53\x22\xe3\x48\x41\x9b\xa4\x62\x18\xbf\xe0\ \xa5\xb4\x1c\xbe\x50\x6b\x47\x41\x2d\x4c\x6d\x2a\xc0\x76\x54\x19\ \x25\x32\x21\x13\x1c\x5f\x0a\x95\x51\x69\xbd\xa8\x07\x30\x87\x6d\ \x92\x00\x31\x1a\x2d\x26\x13\xdb\x61\x41\x27\x01\x55\x4c\xa3\xd7\ \x62\x10\xa2\x34\xe4\x8f\xe8\xad\xbb\x3b\x1b\x28\x95\xed\x6c\xb1\ \x5d\x59\xcc\x96\x8a\xa9\x52\x2a\x55\xfa\x2d\x6f\xb4\xbb\xa4\xe2\ \xa3\xe7\x42\x96\x05\xb3\x58\x04\xb8\x04\x44\x83\xdf\x3c\x9b\x52\ \x06\x8a\xe8\xc4\x72\xca\x1e\x90\x36\x2e\xdd\xbb\x6b\xd6\xbc\xea\ \x59\xb5\x16\x14\xc3\x8a\x6a\x84\x62\x31\x00\xa7\x94\x50\xc8\xb7\ \xb3\xb5\xc0\x9a\x4c\xb6\x36\x15\x93\xc5\x8a\x4a\xa0\xa7\x22\xc7\ \x8b\xd6\xd5\xb5\x01\xb0\x80\x4c\x21\x0a\x6d\x40\x6b\x5f\x30\x3f\ \x08\xd1\x13\x8a\x2a\xb1\x98\x4c\x2d\x53\x16\x63\xcb\xc0\xfe\x88\ \x85\x00\x62\x7c\x99\x4c\xcc\x14\x7a\xa5\x4c\x54\x1f\xeb\xf0\xd6\ \x2d\xa8\x5f\xb4\xe1\xde\xbd\x0f\xd3\x63\xef\x06\x72\x40\xd9\x04\ \x0c\x15\x43\xe3\x52\xa9\x64\xac\x86\x8c\xa3\xa9\x9f\x75\xb5\xe0\ \x68\xe9\x66\x33\x30\x7b\x18\x83\x41\x1d\x0b\xf0\x24\x9e\x39\x0c\ \x33\x16\x06\x4b\x82\xeb\x8c\x86\x09\x37\x70\x4c\x67\xe7\xe8\xa2\ \x5f\x64\xd4\x67\x57\x3c\xc8\x7f\x8e\x85\x99\xb3\x60\x2d\x64\xdc\ \x99\xce\xcc\xb9\x73\x1d\xed\x5f\x7d\xf6\xe5\xb9\x5e\xd1\x8a\xe3\ \x8b\xae\x3c\x7c\x3f\xfd\x6c\x68\x68\x20\x1a\x8f\x0e\xf4\xf4\x0c\ \x4f\x7d\x7f\xef\xca\xb1\xef\x6f\xdd\x7b\x7c\xfb\xcd\xe5\x6b\x4f\ \xaf\xdd\xb9\x70\xec\xd8\x99\x33\x6b\x4f\xf5\x9d\x5a\x7b\xef\xe1\ \xc9\xbd\x17\x4f\x5e\xfa\xe6\x4e\xdf\xb1\x93\x2b\x96\x2c\x3e\x79\ \x76\xed\xc9\xb5\xdb\xf7\x9e\xbc\x78\xf6\xec\xe6\xbe\xbd\x27\x4f\ \x2e\x3b\xf3\xf8\xce\xa5\x63\x7d\x7b\xfb\x16\x2d\xdd\xbe\x77\xdb\ \xda\x4b\x67\x97\x2d\x59\xb6\xb6\x75\xf7\xa2\x4d\x3b\x8e\xae\xba\ \xb8\x7b\xdb\xfa\x43\x07\x0e\x6c\x5a\xbd\x70\xe6\xcc\x99\x4d\xb3\ \x8e\x2e\x98\x59\x3b\x23\x52\x53\xeb\xf2\x99\x00\x87\x1d\x46\x93\ \x81\xc9\x46\xfd\x65\xa5\x12\xb6\x44\x6a\x94\x00\x6c\xb1\x0d\x5e\ \x0e\x9a\x2c\x6d\x0e\x36\x33\x30\xeb\xf2\x01\xa3\x30\xf4\x26\xbe\ \xad\x8d\xf1\x43\x48\xb5\x37\x58\x5a\xf5\xe4\xcd\x3f\xa8\x91\xfd\ \x87\x97\x7f\xf8\xe7\xba\xa5\xd6\x1f\xff\x76\xe9\xf0\xf6\x93\xb7\ \xcf\xee\x51\x66\x53\xf0\x74\x6b\xc5\x53\x97\xd6\xf6\x6d\x9a\xbd\ \x70\xfb\xde\xbd\xeb\x9f\xe6\x71\xeb\x6a\x22\x5e\x50\x44\x5f\xd0\ \xe6\x35\xa9\xea\x1d\x0e\xd0\x2d\x8b\xdf\x59\xed\x73\x98\xfc\xb6\ \xc8\xac\xfa\x48\xfd\x5c\xf5\xb4\x6f\x61\xfd\xc6\x2d\x5b\xd7\xf7\ \xb6\xcd\xdc\xf7\xe9\x7d\x6c\xa1\xbd\xb3\x60\x45\x19\xad\x05\x9a\ \x55\xf4\x99\x1c\x0f\xc2\x20\xc7\x6a\x3a\xbe\xfa\xf7\x67\xe7\xbe\ \xfa\xe2\x9f\xbf\xfe\xfa\xe3\x5f\xff\xf4\xdb\xa9\x4a\xf4\x56\x11\ \xa8\xdf\xfd\x7f\x89\x86\x95\xb7\xdf\x3e\x86\xb7\xdf\xa1\xb6\xb3\ \x5f\x17\xe8\x9a\xbc\x06\x05\x34\x58\x13\x9d\xed\x56\xb7\x48\x94\ \xe9\xcc\x23\x19\xc3\xba\x33\x09\x6b\xe1\xf4\x39\x54\x5c\x70\xae\ \xf7\x34\x18\xc3\x7c\x21\x23\xef\x6c\x2f\xe4\xdb\xdb\x51\xfd\x7b\ \xde\x8a\xb4\xaa\x03\x24\xee\x3f\x9b\x91\xe8\x60\x1f\x06\x4b\xc0\ \x61\x70\x64\xc0\x68\x70\x85\x78\x2c\x85\x40\xa6\x6b\xe8\xf0\x31\ \x9e\x4a\xc3\x10\xb1\x66\x35\x43\x9f\x44\x8e\x2c\x1c\xd5\x87\xcd\ \xdc\xb0\xda\xcc\x53\xc7\xf5\x02\xb5\x47\xcd\x68\x6b\xee\x7f\xd7\ \x3f\x39\xf4\xfa\x41\xdb\xa3\xe7\x13\x23\x03\xe9\xae\xe4\xd0\xeb\ \x77\xc3\xc3\xcf\x07\xd2\xe1\xb4\xa7\x45\xa1\x68\x86\x9f\xf1\x84\ \x79\xe6\x28\x8d\x44\xd5\xb3\xb8\x61\x2a\x85\x4a\xc2\xcb\x09\x64\ \x02\x95\xc4\xc0\x93\x3d\xe6\x07\xef\x7e\x1e\x1b\x68\x9e\x9c\xe8\ \x8a\xb6\xa5\xa3\x2d\x6d\xb9\x81\x9e\xfb\x0f\xda\xf4\x5d\x60\x41\ \x9b\xf5\xe1\x78\xae\xa5\x67\x28\xc7\xe5\x25\xbb\x7a\x92\xc9\x30\ \xda\x16\x6c\x69\x89\x02\x7c\x09\x04\x0a\x7d\x34\xa9\xf7\xe8\x05\ \x94\x34\x4f\x40\x8b\xa2\x2a\x31\x33\x0a\xed\xa2\xe0\x50\x77\x0d\ \x01\x86\x8c\x1a\x97\x51\x3e\x19\x45\xeb\xcb\x25\x6d\x6c\xb0\x5c\ \x44\xab\xcc\x60\xb8\x46\x8b\x01\xa6\x41\xa2\xd2\x16\x51\x99\xb7\ \x5d\x39\x68\x97\xc1\x07\x30\x97\xc3\x65\x62\x91\x0c\x76\x03\x6d\ \x94\x94\x81\xca\x06\x21\x8a\x93\x2a\x96\x41\xf2\xc0\xf0\xc8\x8a\ \x45\x19\xbc\xcf\x31\x88\x39\x42\xc0\xac\x98\xcc\x19\xf1\xb9\x24\ \x12\xa9\xc1\xe9\x00\x3f\x17\x72\x3a\x8c\xa0\x24\x80\x04\x3a\x97\ \x44\x0b\xde\x51\x6c\x87\x1b\x19\xe4\x78\x75\x06\x6f\x08\xbc\x9f\ \x11\x28\xc8\x6b\x0a\x7a\x83\x4e\x7f\x5d\x8d\x2f\x54\xef\xf4\x86\ \x7c\x55\x4e\x87\x41\x22\x46\xc9\xea\x31\x19\x07\xb5\xe2\x8a\x81\ \x0d\x04\xa4\xb3\x4b\x84\x7c\xd4\x05\x47\x6a\xb4\xa8\x2c\x36\x70\ \x94\x06\x2d\x47\x62\x03\xb5\x73\x45\x9c\x36\x29\x0a\xcf\x92\xd9\ \x1d\x4e\x13\x9f\xa3\x62\x83\xc3\xe2\x97\xbb\x3f\x8e\x82\x02\x55\ \xd6\xa5\xba\x63\xa8\x8b\x9d\x90\x0d\xb7\x60\x30\xf1\x2d\x06\x9d\ \xd7\xa4\xb3\x00\x76\xb1\xd9\x12\x99\xc5\x65\xe3\x6b\x53\xe5\xf2\ \x20\x3a\x1c\xa3\xcd\xda\x51\xb7\x58\xb6\xcc\x0e\x96\xb3\x18\x8b\ \xa1\xac\x06\xb0\x89\xe0\x91\xcb\xa8\x19\x9e\x98\xc9\xb6\x77\xa3\ \x22\x58\x80\x30\x7e\x25\x71\x0f\x25\xd7\x94\x64\x28\x27\x10\xd4\ \x5d\x5b\x77\x7c\xd1\xd6\xc6\x9a\x35\xb3\xab\x9c\x4c\x0e\x47\xc5\ \x01\xd7\x17\x48\xc1\x43\x67\x72\xc4\x76\xa6\x16\x3c\x38\x1b\x1c\ \xb2\x12\x7c\xa8\x50\xc8\xd1\x56\xf6\x00\xc1\xe5\xd9\xe1\x2e\x2a\ \x7b\x13\xc2\x0a\xea\xda\x91\x8a\x01\xae\xf1\x01\xb1\x80\x5f\x99\ \x00\xb8\x76\x14\x94\xc8\xb7\xf3\x25\xf0\x09\xa6\xd0\x24\x41\x1b\ \x15\x26\x93\xcf\x1b\x8a\x1c\x98\xb7\x6e\xd9\x0f\x37\xee\x3f\x98\ \x9c\xbc\x1a\xa7\xf2\x68\x5c\x2e\xd9\xcc\x63\x61\xc9\x14\x22\x85\ \x9a\xbb\x0c\x57\x0d\x95\x25\x60\x91\x29\x5c\x2a\x89\xca\x23\xe0\ \x31\x64\x9c\x3a\xce\xa5\x29\x28\x34\x02\xc1\x8a\x33\x13\x30\xcf\ \x82\x6c\xe3\xca\x3a\xd3\x54\x6f\x33\x69\xe0\xd4\xe2\xe6\x73\xe7\ \xe4\xf2\x02\x32\x1b\x9f\x7d\xf1\x79\xe7\x67\xe7\x32\x09\x2c\x46\ \xe1\x89\x3f\x6a\xa6\x51\x3d\xd1\x96\x89\xb1\xe1\xe9\x6f\x37\x1f\ \xbb\x70\xfd\x9b\xb3\x7b\x2f\xdd\x3b\x79\xf1\x9b\xef\xcf\xac\x85\ \xb7\xed\x2b\x16\xaf\x38\xd5\x77\x6c\xd5\x92\x65\x8b\x57\x2c\xdb\ \xbc\x6a\xf1\xde\x55\x4b\xf6\x6e\x3f\xb9\x79\xdd\x29\xf8\xcc\xb1\ \xbe\xed\x6b\xf7\xf6\x9d\xda\x7c\xec\xe4\x99\xc5\x27\xfb\x96\xf4\ \x6d\xbf\x78\xe1\xe2\x85\x6b\xb7\xce\x9c\x5c\x72\xf6\xd8\xc5\x25\ \x4b\xd7\xad\x3b\xb5\x78\xd5\x7a\xf8\xa7\x75\xcf\xbe\x03\x07\x16\ \xaf\x5b\xb1\x73\xe7\xa1\x23\x0b\xe6\xce\x5f\x38\x67\xc6\x8c\xfa\ \xc8\xfc\x39\x8d\x33\x66\xcc\x6c\xb2\x85\xaa\x4c\x26\x1d\xdb\x6b\ \x30\xb2\x75\x52\x9d\x8e\xc9\x07\x3a\x66\x33\x51\x6e\xab\x98\x69\ \xb0\xa8\xd8\x12\x93\x51\xc8\x67\x06\x52\xb3\xbf\x8b\x9f\x52\x1a\ \x5e\x2d\xf3\xdf\x89\x5f\xac\xe7\xf7\xd5\x0d\x1e\x9d\x3a\xd5\xdb\ \x31\x6b\xf5\x81\x65\x6f\xff\xd9\xb7\x5b\xf0\xef\x7f\xdc\x6d\x5d\ \xbc\xf6\x9b\x63\x07\x81\xaf\xb2\x81\x98\x56\x79\xa5\xaf\x7e\x71\ \xeb\x86\x87\x53\x2f\xde\x3c\xc6\xe2\xe6\x00\x7f\xeb\x8c\x26\x95\ \xd3\x81\xda\x07\x78\x2d\x6c\x89\xc3\xe7\xac\xb2\xa1\x56\x84\xae\ \xaa\x50\x53\x5d\x28\xb8\x5a\xf0\xcc\xdf\x30\x63\xf6\x91\x2d\x87\ \x5a\xb0\x0b\xb7\x6e\xbc\x8a\xa1\x61\x48\x04\x0a\x0b\x9f\x21\x09\ \x34\xe6\xce\x5e\x3a\x16\x4b\xd4\x9c\xfb\xc7\x5f\xff\xab\x50\xbf\ \xfb\xdd\x1f\xfe\x93\x11\xfd\xdf\x5c\x30\x94\xbc\x8a\x32\x57\xff\ \x9b\x71\xff\x5f\xca\xfa\x4d\xcb\xfe\xf8\xc7\x1f\x7f\xf9\x3a\xaf\ \x41\xe7\x6b\xdc\xee\x8e\x8e\xbc\x35\x93\x00\x1d\x72\x27\x34\x6e\ \xb9\x5c\x8e\x76\x1a\xf3\x9d\xa7\x0b\x9d\xc0\x58\xf9\xce\xce\xf6\ \x44\x47\xa1\xbd\x23\x93\x41\xc5\xa3\xee\x02\x7c\x2f\xfc\x58\x21\ \x63\x45\x4b\x63\xf0\xed\x74\x3a\x19\x0c\x14\xe8\x15\x99\x82\x21\ \xa2\xa6\x15\x58\x11\x96\x24\x22\x88\xe8\x38\x02\x16\x4b\xa1\x51\ \x48\x22\x12\x70\x4e\x1a\xd9\xb1\x70\x32\x1a\x6d\xf6\xa8\x51\x75\ \xbb\x07\xb5\x36\x55\xc7\xdb\xc2\xd1\xfe\xae\xe6\xc9\xa1\x89\x2e\ \x4f\x38\xdd\xc2\x23\xe3\x71\xbc\xe6\x5c\xd7\xd5\xe9\x67\x69\x35\ \x37\x1a\x8e\x83\x83\x8c\x87\x15\x61\x85\x22\xac\x4e\xa2\xae\x17\ \x1e\x0f\x83\x2a\xc0\x61\x68\x64\x32\x85\x42\x56\x90\x70\x9e\xf0\ \xb3\xb1\x67\xf7\x27\x7b\x26\x5e\x0d\x25\x41\xdf\xba\xc2\xd1\xae\ \xa1\xfe\x67\x6d\xe9\x9e\x74\x97\x5e\xdf\x92\x33\xf7\xf7\xb7\xb5\ \x35\x9b\xd5\xb9\x68\xba\x6b\x32\xcd\x8b\xa7\x93\x5d\x6d\xf1\x78\ \xd4\x03\xc6\x12\xd4\x4b\x01\x50\x15\x35\x53\xa9\x20\xa0\x7a\x1e\ \x4f\xa0\x88\x73\xb9\x3c\x74\xb0\x88\xa5\x56\x73\x19\x28\xe6\xeb\ \x13\x18\x41\xa5\xc1\x94\x3d\x35\x5e\x0c\xc0\x68\x2c\x17\x63\xe3\ \xa9\xc1\x2c\x87\xcd\xb1\xa3\xea\xc9\x72\x4a\xc5\x2e\xdb\xed\x95\ \x8e\xc3\x2a\x93\x41\x27\xb1\x8f\x8f\x17\xc7\xcb\xc5\xd1\xb2\x1d\ \xb5\x5e\x05\x6a\x01\xeb\x82\xea\xb2\x81\x6b\x06\xc1\x1c\x72\x54\ \x21\x09\xf8\x46\x9b\x89\x23\x96\x01\x69\x31\x83\x0e\xd4\xc4\xc6\ \x1f\xb1\x01\x25\x49\xd8\x70\x89\x19\x8d\x52\x23\x53\xa6\x84\xa1\ \x1b\xb3\x73\x98\x4c\x5f\xc4\xe6\x32\x18\x5c\x7e\x87\x23\x08\xff\ \x04\x83\x30\x95\xd6\x04\x9d\x33\x82\x7e\xa7\x5f\xa5\x53\x31\x63\ \xdd\xdd\x1f\xc7\x47\xd1\x11\x98\x18\xb2\x44\x01\x99\x4e\x2a\x31\ \xa9\xf8\x2a\x5b\x75\x68\x46\xa4\x6e\x46\x04\xae\xe5\xa0\x4f\x17\ \x74\x01\xb3\x39\x9d\x0d\x55\xae\x50\x95\x4f\xea\xad\x36\x4a\x85\ \x52\x9d\x57\xa5\x44\xbd\xac\x47\x47\x2b\x1d\x6f\xd0\xa2\xf9\x47\ \x7b\x4a\x2b\x41\x06\x50\xca\x46\xe7\x62\x54\x40\xfe\x3a\x8b\xcf\ \x12\x71\x80\xd5\x45\xc7\xb7\x55\x36\x1f\x5f\x9b\x0d\xc8\x38\xb6\ \x6a\x9b\x18\xee\xcb\x8e\x3c\x1a\x13\x9e\x1e\x70\x79\xa8\xca\x41\ \x0b\xcf\x08\x28\xb3\xca\x64\x01\xb7\x09\x72\x3e\x88\x8e\xda\x14\ \x51\xd4\x5e\x0c\x75\xb1\x46\xbd\x2d\x2a\xa2\xc3\xd6\xda\xe1\x79\ \x98\xb3\x6a\x6b\xed\xdc\xb9\xb5\x7e\xb4\xee\xc7\x47\x8e\x35\x0b\ \x2c\x1a\xb3\x07\xe0\xb9\x94\x05\xc0\x5f\x83\xe7\x83\xf1\x02\x36\ \x1c\xf5\xf4\x01\xa2\x42\xba\x04\x4a\x17\x4b\xa5\xb4\x00\x5b\x5a\ \xd4\x6d\x4f\x8b\x96\xda\x99\x42\x26\xea\x63\x0f\xec\x05\x22\x1d\ \x60\xaa\x50\x53\x0a\xa6\x5d\x69\x14\x33\xa5\x80\x15\x7c\xa7\xa9\ \xa1\xda\xe0\x74\xce\xde\xbf\x68\x45\xdf\xc8\xfb\x96\x81\xf7\xef\ \xd2\x3d\xf7\xf5\x5c\x1e\x83\x24\xa0\x89\x68\x14\x06\x0d\x3b\xbd\ \xe7\x7d\xfc\x81\x9a\x8e\xa5\x91\x09\x14\x06\x8f\xd2\x85\x25\x73\ \xa9\x34\x3d\x0d\x47\xe3\x11\x31\x28\xf1\x92\x41\xa3\x0e\x7b\x55\ \xa6\x9d\x0d\xde\xbb\xe7\xee\x77\x7d\x1e\xaf\xb9\xc0\xf8\xfb\x57\ \xbd\x09\x0c\x09\xcb\xed\x69\x4e\xbe\x7a\xf5\xd3\xc3\x6f\xbf\xbb\ \x7e\x7d\xc9\xce\x93\x4b\x57\x2c\xed\xbb\xdd\xda\xfa\xe9\x86\xcd\ \x8b\x16\x6f\x5e\xbf\x61\xf1\xd2\x55\x8b\x17\x2f\xd9\xb1\x6d\xc9\ \x8a\x83\x87\x97\x6f\xda\x74\x70\xdf\xa1\xcd\x9b\x17\xad\x6a\x6d\ \xdd\xb1\x73\xf9\xaa\x0d\xad\xad\x8b\xb7\xed\xd8\xbb\x74\xfd\xe2\ \xb3\xab\x5a\x57\x2d\x3b\xf9\xed\xe2\xc5\x40\x5e\x97\x8e\x5d\x3f\ \xb6\x77\xc9\xd9\xbd\x9b\xd7\xae\x3b\x7b\xf2\xd2\x95\x8b\xd7\x2f\ \x6d\xdf\xbc\x76\xe9\xee\xcd\x7b\x97\xf6\x9d\x6a\x05\x38\xbb\xb6\ \x79\xfd\xca\x45\xdb\x97\xac\xdf\xb3\xe7\xc8\xc6\xad\x5b\x66\x36\ \x34\xcd\x9b\xdb\xd8\x34\x77\xe1\x9c\x79\xb3\x01\xb2\x1b\x16\x54\ \x5b\x2c\x3a\xaf\x4b\x27\x75\x98\x4c\x52\x26\x5b\x6a\x12\xcb\xd8\ \x12\xb6\x50\xa5\x93\x4a\xe1\x92\x13\x1a\x8d\x68\xd7\xc7\xce\xd6\ \x8d\xa8\x9f\xce\x5f\x63\xaa\x5b\x71\xb5\xd5\xa6\xdc\xdb\x34\x38\ \xb7\xed\x6c\xee\xfc\xec\x2d\x9b\x5a\x87\x7f\xb9\x70\xf0\xea\xd7\ \xff\x78\xbb\xf9\xd8\xc5\x7b\x17\x57\xf2\x63\x95\x17\x83\xb3\xe9\ \x54\x4d\x24\x34\xff\x78\x53\xdd\xae\xe3\xf5\x06\xb1\xc1\xa4\x33\ \x19\x7d\x16\x97\xd3\xa6\x72\xb9\x5c\x5e\x36\x5c\x92\x4e\x87\xce\ \xe9\xb4\x78\xeb\xab\x9d\xb5\xb5\x8d\xf5\x27\x7a\x14\x33\xeb\x6a\ \x0f\x1d\x99\xbf\xeb\x45\xe1\xc0\x9a\xd5\x23\xb9\x91\xb1\xfb\x93\ \x51\xbc\xc6\x4d\xfe\xb9\x7d\xac\xf3\x33\x79\xc7\x9f\x7f\xfd\x03\ \x12\xaa\xff\x04\x80\x55\x62\xec\x91\x4c\xfd\xe9\x3f\x3a\xf5\x1f\ \xaa\xfa\xff\x3b\x72\xfc\xd6\xfd\xec\x3f\x6d\x3a\x7e\xf7\xfb\x0a\ \x66\x7d\x71\xae\x03\x45\x5e\x9d\xeb\x00\x7d\xca\xbb\x13\x09\x91\ \x1c\x65\x61\x25\x32\x09\x54\xb2\x59\xe8\xc8\x14\xda\x7b\x51\x32\ \x7f\xa2\xa3\xbd\xd0\x9e\x71\xb7\x9f\x46\x4b\x58\xa0\x72\x1d\x05\ \x79\x22\x81\x72\x38\xdc\x72\xb7\x88\x4e\xa4\x13\xa8\x54\x1c\x8d\ \x45\x24\x30\x48\x04\xf0\x82\x24\x22\x4a\x82\x90\x63\x71\x04\x22\ \x59\xc0\x00\x0d\xd2\x9b\xcd\x0a\x5e\x1c\x75\x46\x54\x23\xb0\xe1\ \x45\x15\xea\xe6\xb0\x59\xa1\x50\x33\x58\x20\x5e\x61\xb5\x42\x6d\ \x36\xab\x29\x18\x7d\xd8\x9d\x2f\x68\x30\x2c\x2a\xaf\xb9\x2b\xd7\ \x92\xcb\xe9\xb9\x2d\x71\xc0\x22\xbd\x5e\xad\xf0\xe4\x3c\x6d\x8f\ \x1e\x99\xe3\x0a\x2e\x8d\x44\xc6\x13\x69\x34\xa4\x5a\x2c\x3a\x41\ \x11\x7e\xf6\xea\xd1\xc4\xfd\xfb\x5d\x57\x87\xc0\x5e\x76\x0d\xe5\ \x06\x1e\x0c\x34\xdf\xef\xe9\x6f\xe9\x9a\x48\x7b\xba\x3c\xea\x96\ \x9e\xb6\x68\x4b\x32\x99\x0b\x37\xb7\x84\x5b\x14\xb9\xe6\x9c\x3a\ \xd9\x15\x4d\x9b\xe3\x6a\x73\x98\xc7\xf5\x78\x58\xbc\xa4\x99\xc6\ \xe3\x31\xf4\xd1\xb0\x02\xc7\x53\xa0\xb3\x14\x34\x06\x95\x05\xea\ \x85\xf2\xdd\x31\x9f\xa0\x2c\x5e\x6d\x11\xf5\x91\x01\x68\x02\x4e\ \xce\xc2\xd4\x23\x04\xe2\x10\xc6\xb2\x60\x08\x55\x46\x66\xac\x6c\ \x2f\x32\x4d\x40\xdc\x26\xb6\xb0\x3c\x38\x3e\x3a\x5a\xd9\xdb\x02\ \xf7\xa3\x04\x22\x00\x16\x08\xa4\xe0\x27\xc0\xe2\xc1\x30\x94\x18\ \xc1\x89\x49\x99\x9c\x90\x8b\x69\xd0\xb2\x85\x1c\xa6\xc9\x59\xef\ \xb3\xf8\x1d\x0d\x3e\x9f\x3f\xe4\x35\x19\xc4\x3a\xa3\x8e\x0d\xc8\ \x64\x67\x8a\xf9\x46\x83\x51\x2c\x56\x45\x76\x39\xc1\x13\xda\x2c\ \x41\x3f\xda\x03\xd2\xf9\x2c\x0e\x14\xd4\xee\x50\xb1\x01\x80\xc0\ \x9f\x15\x53\x80\x72\x65\xbe\xd0\x68\x03\xda\x92\xca\x98\x36\x97\ \x4b\xa2\x13\x1b\x6c\x5e\x57\xc4\x1f\xa9\x72\x3a\x7d\x16\xa3\xd7\ \xe6\xa8\xae\xaa\xaa\x6b\x6c\x98\xe9\x0b\xf9\x83\x3e\x9b\xd3\xa0\ \xe3\x2b\x39\xda\x6c\x85\xab\x46\x81\xac\x46\x51\xb7\x45\x64\x77\ \x39\x7c\x8e\x54\x82\x36\x13\x4c\x0e\x29\x32\x15\x5e\x9d\xc4\xe0\ \x0c\xba\xd8\x7c\x03\x98\x55\x94\x15\x01\xca\xe5\xf5\xdb\x74\x21\ \x97\x4a\x12\x2b\x97\x40\x50\x41\x87\x61\x10\x28\x81\xa6\xd0\x1a\ \x3c\x08\x35\x1b\x9c\xad\x44\x85\x5a\x39\x96\xd0\xa1\x24\x94\xb4\ \x00\xea\xab\x05\xa1\x89\x65\x41\xc2\x8b\x29\xb4\xac\x1e\xd0\xca\ \x52\x32\xcb\x82\x7d\x07\xf7\x35\x44\x66\xf9\xbd\x06\x15\x2a\x5c\ \xe0\xf3\x53\xe5\x6c\xa0\x92\x7d\x15\x00\xb6\xe2\x80\x77\xd4\xa6\ \x80\xa8\x40\xb2\x90\xcc\x81\x88\x83\xd6\xa1\x0a\x54\xa0\x2e\x54\ \xd4\x50\x29\x18\x45\x9d\x9e\x95\x7c\x19\x3a\x0e\xcd\x44\xb1\xa7\ \x95\x54\x08\x44\x65\x01\xa6\x50\x09\xca\x8b\x62\x92\x61\x74\x45\ \xe6\x1f\xdd\xbd\x64\xf9\x85\x9b\xdf\xbc\xea\xb9\x39\x32\x31\xd0\ \x15\x56\xe3\x30\x0c\x2e\x09\x43\xc1\xe0\x04\xe1\x2b\xef\x86\x79\ \x54\xba\x08\x47\x66\xb1\xc8\x34\x8c\xe2\x01\x91\xc7\x15\x50\x68\ \xb8\xb3\x4f\xc9\x1a\x22\x81\xe5\x61\x30\xe2\xe6\xcb\x5e\xb1\x6b\ \x41\x95\x65\x77\x7e\xfb\x76\xf3\x67\x4f\xbf\x7d\xc0\x6b\x9b\xfc\ \x70\xe3\xc9\xbd\xef\xbf\xb9\x7e\x67\xef\x92\x1d\x2b\x57\x2e\x5a\ \xb1\x7e\xdf\x8c\x13\x17\xc0\xe3\xee\x9a\xbf\xef\xc0\xce\xc5\x4b\ \x3f\x5d\xbe\x7e\xf5\x91\xe3\x1b\x37\xee\x3a\xb8\xf2\xe8\x96\x8d\ \x0b\x56\xef\x3a\xb1\x75\xdf\x9a\x0d\xeb\x57\x6c\x58\xb4\xe1\xf8\ \xe1\x5d\x87\x76\x2f\xdf\x79\x78\xdd\xaa\xdd\x4b\x97\x2e\x5b\xb6\ \x64\xf9\xb1\xc5\x6b\x4f\x6d\x5f\xdc\x7a\xf2\xc2\x99\xeb\x4b\xce\ \xf4\xad\xdb\x7c\xfb\xfa\x85\x8b\x7b\xd7\xad\x3d\xbb\x6e\xef\xda\ \x33\x6b\xd7\x2d\x5b\xd7\x77\x61\xef\xe2\xbd\x8b\x17\xf5\x1d\x3b\ \xb3\xa8\x75\xe5\xee\xbe\x4b\xeb\x77\xef\xdc\x73\x74\xff\xfe\x8d\ \xf3\xe6\xcc\x99\x3d\x6f\xce\xec\xfd\xf3\x57\xcf\xac\x09\xf9\xaa\ \xeb\xe7\xcf\x70\x99\x6c\x3a\x60\x6a\x8b\x43\x6a\x01\xbd\xe6\xb3\ \x4d\x28\xdd\x96\xcf\x64\xb2\xd9\x7c\x3e\x5b\x25\x45\x0d\x1e\x51\ \xf3\xd9\x48\x5c\x73\xc8\x75\xc0\x13\x5e\xea\xe4\xbf\xdd\xd9\x5d\ \x35\xd5\xf7\xea\xab\xfd\x87\x8e\xad\x78\xf5\xeb\xf6\xe3\x77\x35\ \x3f\x0e\x2d\xbe\x7e\xfd\xd2\xad\x33\x96\x18\xca\xc8\x88\x29\x8f\ \x3c\x75\x06\x8d\x30\x37\xb0\x91\xcd\x96\xea\x1c\x46\x9d\xc3\x07\ \x7e\xd0\xe1\xf4\x7a\x5d\x2e\x83\x4e\x17\xf1\x07\x23\x2e\x87\x2f\ \x54\x17\xa9\x6a\xa8\xaf\x59\x38\xef\x39\x6d\x5e\x7d\xed\xce\x13\ \x5b\x8f\xae\xb3\xae\x9d\xbf\xff\xf1\xf4\xca\x97\xaf\x26\x5a\xe4\ \x05\x3a\x9d\x9a\xec\x22\xfc\xf9\x3f\x62\xf5\x9b\xdf\xfb\x53\x45\ \x90\xfe\xf4\x1f\x92\x42\x1f\xfe\xf7\x2b\xbf\xc5\x84\xa1\x0f\xfe\ \xf4\xdb\x97\x2b\x89\xf7\xbf\x81\xd6\xef\x7e\xf7\xfb\x1f\xff\xfd\ \xaf\xcf\x3b\x33\xbd\x9f\x65\xf2\x99\x7c\x22\x0f\x72\xe4\x46\x65\ \xec\x99\x42\x26\xd3\x7b\xfa\xfc\xe9\xf3\x05\xb4\x70\xd5\xdb\xd9\ \xd9\x01\xff\x75\xb6\xb7\x77\x14\xf2\xf9\xf6\x8c\x55\x43\x44\x5b\ \x8b\x60\xe6\xad\x00\x65\x15\x5f\x8a\xc5\x51\x30\x24\x0a\x99\x88\ \x23\xe0\x09\x04\x12\x89\x04\xbe\x92\x4c\x24\x11\xf1\x64\x1c\x81\ \x84\x27\x87\x1f\x74\xb5\x85\xc3\x39\x8f\x5e\xcd\x55\x7b\xb8\xf1\ \x38\x4f\xaf\x57\x98\x51\x1e\x95\x80\xe7\x89\xa6\xa3\x7a\x7d\x32\ \xac\x66\x51\x31\x40\xe5\xf2\xbc\x86\x44\xa3\xd1\xc8\x54\x9c\x39\ \x9d\x0c\x7b\xd2\x71\x4f\xd2\x0c\x3f\x13\xd6\x87\xbb\x92\x9e\xa1\ \x47\x71\xbd\x9e\x4b\x01\x6c\xa7\x60\x58\x0c\x1c\x8d\x4b\xc5\xd2\ \xf5\xb9\x07\xaf\x40\xb2\x9e\x4d\xdc\xef\x6f\x49\xe7\xa2\x03\xcf\ \xfa\x87\x7a\x26\x06\x1e\x4d\x46\xc3\x03\xc9\x5c\x34\x9e\xeb\x6f\ \xab\x74\xa2\x18\x48\x7b\xa2\xd1\x16\x4f\x12\xf5\xc1\xd6\x87\xe1\ \x33\xfa\x78\x5c\x81\xe2\x58\xf5\x3c\x60\x2b\x0f\x98\x4e\x9e\x47\ \xcd\x05\xee\x42\xe1\x7d\x3c\xb5\x00\x6c\x21\x8b\x4a\x23\x7e\x82\ \xb6\xd5\x51\xaf\x67\x7b\x6c\x3c\x2b\x13\x02\x0c\x68\x63\x4a\x21\ \x58\x42\x19\x90\x54\x99\x6f\x64\xcb\x62\x81\x6c\xc0\xce\xb7\xd8\ \xa4\x81\x62\xac\x1b\xc5\xc2\x94\x8b\x29\x21\xb2\x33\x5a\xbe\x50\ \x9c\xca\x06\xd0\x18\x4a\x65\x01\x5f\x54\x26\x0e\x9b\x0f\xfe\xd1\ \xa8\xb2\x48\x24\x81\xca\x4e\xa0\x21\x58\x8d\xba\x70\x05\x17\x7a\ \x0d\xbe\xa0\xd3\x08\x4e\x50\x88\x26\x46\x87\xc3\xc8\xb6\xb8\xd8\ \x28\x7c\xdb\xe7\x92\xd6\x34\xc0\x15\x69\x51\x39\x94\xf0\xa3\x2e\ \x17\x6a\x10\xef\xd3\x49\x2d\x5e\x43\x19\x45\x71\x2a\xb5\xa5\x2c\ \x87\x83\x4a\x13\xc4\x6c\xa6\xcc\xe4\x35\x19\x61\x72\xb5\x85\x6a\ \xfc\xb5\x55\x21\xa3\xd1\xc2\x56\xd9\x1a\xfc\x33\x66\xd5\xcd\x5b\ \x3d\x23\x52\x5b\x53\xe5\x30\x1a\xa4\x62\xd4\x19\x15\xe0\x10\x15\ \x4f\x0d\x96\x50\xdc\x04\x87\x8f\x54\x85\x29\x11\xc3\x64\xec\x75\ \x5a\xd8\x62\x8b\xc3\xab\x33\x49\x4d\x16\x87\x4d\x67\x70\x38\x55\ \xfc\xac\x8c\x0f\xbf\xb2\x8c\x2f\x91\x38\x74\xa1\xaa\x6a\x9b\x57\ \x82\x4a\x1b\x4a\x88\x9a\xb4\x42\xd0\x93\x8f\xff\xeb\x23\xd8\x41\ \xb8\x21\x09\xe8\xb1\x18\x44\x1a\x4c\xaa\x0c\x25\x58\xc5\xb4\xa8\ \x0f\x90\x12\x14\x28\x55\x41\xa3\x14\x62\x2e\x10\xfc\x58\x91\x1f\ \xa9\x59\x73\xec\x70\x7d\x43\xad\xcb\xef\x64\xcb\x80\x94\x54\x40\ \x54\xf0\x34\x15\x4b\x81\x80\x98\x09\x34\x50\x69\xac\x0e\xb7\x9e\ \xd2\xa2\xe4\x78\x54\xfd\x05\xdf\x05\x92\x86\xf6\xff\x94\xa0\x84\ \x42\xa0\x2a\x0e\x0a\x1c\x45\x3b\x87\x1c\x25\x87\xc3\x09\xc4\x64\ \xa8\x74\x84\x03\xe2\x0a\xff\x80\x3d\x62\x8a\x75\xf5\xce\xc6\x39\ \xf5\x0d\xf3\xf7\x1c\x5e\x71\xe1\xec\xdb\xeb\x6f\x86\x87\xc7\xee\ \xb7\xb4\xe9\x15\x02\x86\x5e\x40\xd6\xe0\x49\x78\xd2\xd3\x9b\xcf\ \xd4\x61\x1c\x1e\x4f\x64\x28\x68\x24\x3c\x35\xde\x45\x41\x5d\xe9\ \xd4\x6f\x7e\xf8\x6e\x44\x43\x14\x08\x68\x2c\x35\x57\xb0\xd6\x60\ \xac\x39\x50\x2d\x6d\x4c\x7f\x5a\xbf\xb6\x50\x78\xf2\x64\xfa\xe6\ \xf4\xf0\xf4\xb5\xb3\xa7\x6e\xad\xdd\xb6\x67\xc3\xee\x4f\x0f\x1d\ \x58\x33\x63\x63\xf5\xfc\xa9\xb3\x57\xae\x5d\x5c\xb7\xa3\xf5\xf8\ \x91\x99\x33\x77\x1d\x6f\x9a\x7f\x64\xe1\xc2\x19\x5b\xe6\xce\x9a\ \xb3\x65\xf5\x91\xd5\x5b\x77\x1d\xdd\xba\xe7\xc8\x9a\x43\x87\x0f\ \x1d\xda\xb5\xf5\xc4\xce\x15\xcb\x5b\xd7\xaf\xda\xb0\x7b\xfd\xb6\ \xed\xa7\x56\xed\x5d\x77\x6c\xe5\xaa\xbe\x75\x7b\xaf\x7f\x73\xec\ \x12\xc0\x15\x7c\xe2\xd2\xda\xff\x47\xd5\x97\xf8\x35\x79\x66\xdf\ \x0f\x20\xca\x26\x89\xd9\xcd\x62\x16\xb3\x87\x6c\x66\xdf\x13\x93\ \x98\x85\x04\x06\x02\x94\x10\xa2\x54\x5b\x2b\x60\x5b\xad\x71\xdf\ \x57\xc4\xba\x84\x28\x2e\x74\x89\xa2\xe3\x8c\x23\x0e\x55\x81\xea\ \x28\x8e\x75\x18\x29\x8e\x5a\x1c\xc5\xa5\xe3\x54\xaa\xdf\xf9\xb4\ \xfd\x2f\x7e\xf7\x06\x6c\xe7\x17\x15\xb3\x40\x08\xe1\x7d\xcf\x73\ \xce\x7d\xee\x3d\x67\xf1\xb2\x8f\x4e\x1d\x5d\xfa\xd1\x67\xa7\xaf\ \x7d\xf6\xe9\xd9\xcf\x76\xdc\xd8\x71\xe6\xc8\x99\xcf\x96\x2d\x3d\ \xba\x63\xcd\xad\x8d\x1f\xaf\xda\xba\x61\xdb\xae\xa6\xfa\x95\xcd\ \x2b\x1b\xc2\xe1\xaa\xb6\xfd\xdb\xea\x1c\x0e\xb3\xbd\xb9\xd1\xe2\ \x56\x4a\xa5\xa0\xe0\x0d\x5a\x09\x41\x4a\x63\x80\x08\x60\x32\x01\ \xc3\x09\x6c\x58\x7d\xe0\x17\x23\x65\xf3\x99\xb0\x96\xb0\xd8\x41\ \xff\x40\x72\xd7\xad\x0a\xea\xfd\x66\x45\xea\x54\xaf\x72\xcd\xfe\ \x97\x5f\x7f\xbc\xf5\xfa\xf2\xf4\x7f\x3f\xe8\x3c\xc3\xfd\xbe\x6c\ \xcd\xa5\x87\x9f\x9d\x7d\x61\x44\xed\xdd\x2e\x54\x35\xc6\x7c\x6a\ \x99\x04\xa0\x8e\xc0\xe2\xc3\x93\x8b\x60\xb5\x34\x28\x24\x52\xa9\ \x06\xae\x2a\xa4\x32\x89\xd6\x62\xaf\x52\x6a\x6c\x5e\x8b\xc1\x5b\ \x17\x09\xdb\x7d\x5f\xcd\xdd\xe7\x5f\xbb\xe6\x83\x6d\x3b\xd7\x8b\ \xbf\x5d\xb9\xed\xf8\x57\x37\xef\x8d\xf5\x25\x67\xb4\x94\x6e\x6f\ \x7d\x51\x98\xf7\xf5\xff\xcd\x5a\x38\x0d\x4a\x53\x90\x75\x72\xe1\ \x5b\x33\xfb\x39\x6f\xa1\xeb\xe4\x9d\xb7\x09\x42\xd3\xc2\x70\xea\ \xd3\xa6\x83\x85\xf0\xab\x67\xbd\x33\xe7\xce\xf7\xff\xf9\xe2\x70\ \xeb\xbc\x0a\x90\xe5\x88\x57\xad\xd8\x17\x3f\x6f\x41\x4d\x2b\x36\ \x8a\x7e\x71\x0c\xc7\x70\xd6\x81\x30\x3c\x71\xe2\x04\x9a\xcb\xe0\ \xdd\xc7\xb6\xd7\xcc\x47\xa7\x8c\xb9\xc5\xf9\xf3\x17\x55\xa0\x83\ \xd0\x22\xe0\x53\x25\x45\x85\xe5\x5c\x2c\xb5\xcf\x07\xad\x8a\x9b\ \x2d\xe8\x03\x93\x57\x56\xb4\xa0\x22\x9f\x1b\xef\x1b\x8e\xc9\xad\ \x29\x27\xe8\xc0\xa4\x27\x10\xf0\x50\xe4\xdc\xa8\x93\x42\x49\xea\ \x9c\x02\x5d\x5c\x1e\x8f\x62\x73\x56\xc9\xcc\x8a\xfc\x79\xb3\xe7\ \xe6\x17\x08\x04\x05\xd4\xc2\xd9\x85\x54\x41\x79\x51\x89\x15\x9d\ \x48\xe5\x01\xae\x98\x88\x11\x40\x5c\xab\x55\xee\x29\x2b\x29\x29\ \x2a\x2d\x05\x40\x29\xcd\x2b\x28\x9f\x51\x2c\x8e\x65\xc6\x87\xc7\ \x5f\x4e\x8c\x0e\xa7\xfa\xb2\x1e\x67\x20\x90\xca\x66\xc7\xe3\xa9\ \x74\x3a\xfd\xa8\x2f\x95\x09\x80\x0e\x94\xa7\x92\xd9\x68\xa6\x8f\ \x2b\x8f\xea\x04\xc9\xb4\xc7\x23\x2e\xa7\x82\xcc\xf4\x08\x92\x51\ \xab\xa0\x5c\x0c\x4f\xa9\xa3\xca\xa9\x38\xe6\xe8\xa1\x10\x29\x72\ \x1c\x31\xc4\x68\x6a\x6e\x59\x59\x1e\x31\xff\x77\x70\xda\xa0\xc7\ \x25\x70\x92\x76\x32\x27\xd8\xcd\x01\xf2\x10\xe4\x49\xa5\x3c\xd5\ \xd5\xc1\xab\xed\xc0\x45\x78\xc1\x04\x81\x26\x54\x11\x54\xbd\x83\ \x41\xd5\x60\x17\x5a\x8d\x9a\x54\x04\x4e\x87\xab\x03\xb4\x09\xf6\ \x5d\x31\xd8\x18\x60\x2c\xa4\x49\xf9\x0c\xec\x35\x92\x79\x41\xee\ \xf1\x58\xf0\xcb\x06\x68\x71\xd8\x35\x16\xbd\xcd\xed\xf3\xdb\x15\ \x5a\x83\x45\x0f\x18\x26\xb5\x48\xa4\x4a\x3d\x5b\x22\x91\x90\xe1\ \x40\x53\x09\x65\x6a\xaf\x59\x64\x73\x1b\x51\x9b\xf1\x48\x12\xbd\ \x41\xab\xe4\x2b\xdc\x06\x26\x49\xc1\x76\xd1\x08\x34\xdc\x0a\x83\ \x73\x98\x20\x62\xd0\x14\x32\x26\x99\xa6\x50\x80\xda\x93\x5a\xc2\ \x5e\x83\x5a\x22\x21\xd0\xd8\x2c\x83\xb1\xd6\x6e\xac\xac\xac\x6a\ \x76\x4b\xd4\x66\x29\x0f\x8e\x60\x4e\x82\x83\x46\x9d\xa0\x56\x39\ \x41\x21\x83\x8d\xa9\x29\x80\xa9\xa0\xab\x68\x34\x11\x1f\x83\x0b\ \x25\x7c\xb5\x56\xa9\x65\x8b\xdc\x5a\xad\x4d\x2f\x52\x2b\xa5\x34\ \x97\x0a\x03\x4d\x4d\x0c\x10\x6f\x2a\xbd\x05\x59\x54\x02\x8d\xfe\ \x7e\xff\x4b\x3b\xac\xc3\x89\x5c\xf9\xab\xbb\x0b\xf8\x1e\xf0\x47\ \x32\xd9\x85\xe9\xab\xc0\x8c\x82\xf0\x20\xcf\x85\x8d\x69\x2e\x4c\ \x95\xc6\x2d\x45\x15\xda\xf3\xa8\x30\xe3\xa2\x83\xc3\x24\xf9\x77\ \x2d\x5f\x5e\xd7\xec\xf6\x57\x1a\xf8\x1c\x15\xfc\xe8\x28\x85\x81\ \x5f\xa1\x87\x18\xb0\xa9\x0e\x32\xc7\x85\x71\x2d\x88\x55\x3c\x1e\ \x03\x77\x11\xc9\x2e\x97\x89\x4c\x83\x7b\x4c\x09\xc0\x31\x38\x23\ \x85\x6c\x3e\x4f\xc5\xc1\x51\x9c\x9c\x65\xbe\x8a\xc6\x31\xb1\x08\ \x2e\x36\x36\xbb\x93\x65\x76\x89\x52\x64\xaf\x72\x54\x37\x78\xab\ \xc3\xb5\x9d\x47\x76\xdc\x7d\xd0\xff\xc3\xe4\xcb\xaf\x46\xd3\xe3\ \x71\x9d\x80\x48\xc9\x2b\x98\x99\xc7\x2d\xcd\x5e\x29\xcb\xbc\x94\ \x17\x15\x83\x06\xcc\x2f\x27\x52\x52\xe2\xb2\x42\x2a\xb5\x54\xc0\ \x9d\xb8\xb1\xf5\x4a\x4a\x50\x84\x06\x23\x94\xd1\x90\x44\xdf\xdc\ \xa4\xe1\x6f\xfe\x76\x97\xb6\x2d\xf3\xc7\xd1\xa3\x17\x4f\x2f\x5b\ \xfa\xc9\x27\xbb\xdf\x5b\xbc\x75\xff\xc7\x7b\xdb\x76\xaf\x6d\x6c\ \xd3\x78\xdb\x16\xdf\x7a\x77\xd3\xbe\x5d\x75\x3e\x6f\x6d\x95\xc3\ \xe8\xaf\xab\xab\xae\x5a\x19\x8a\xd4\xad\x6d\xae\x6f\xae\xad\xad\ \x5a\xbf\xfa\xc0\xc1\x4d\xab\x77\x75\xee\xdf\xba\x6a\xdf\x81\x55\ \x1b\x3e\xfa\x68\xe9\xe2\x25\xab\xde\xdf\xb1\xf8\xdd\xc5\x4b\xdf\ \x3b\xba\x66\xe9\x8e\x8d\x6b\xde\x3b\x7f\xe6\xc8\xb5\xeb\x47\x8f\ \x9e\xba\x78\x6a\xc7\xd1\xeb\x17\x77\x9c\xba\x7f\xf1\xfc\xa5\xdb\ \xb7\xce\x7e\xb6\xf1\xcc\xe9\xc7\xa7\x4f\x1f\x3f\x7a\xe4\xd4\xd1\ \x33\xc7\x8f\xdf\x3f\xb2\x61\xd7\xa6\x6d\xdb\x0e\x35\xac\x3f\xb0\ \xbe\xa1\xaa\xa1\xd2\xbe\x76\x6f\x67\xad\xc3\x66\x76\x34\xba\x8d\ \x55\x11\xa3\x5e\x0f\x10\x62\x51\x33\xd9\x7c\x13\x89\xcf\x23\xc0\ \x22\xc6\x24\xb3\x25\x04\x0e\x89\xc4\x97\xf0\x99\x0c\x02\x93\xc0\ \x83\x5f\x22\x6b\xd7\x52\x50\x1d\xa7\x6c\x92\x81\x33\xbd\xac\x8d\ \x37\x8b\x3f\xdf\xb4\xf3\xf8\x12\xeb\xdf\xb6\xec\xbd\xf8\xd5\x3f\ \xb7\x7f\x7a\xfd\xdc\xc3\x6b\xcf\xcc\xdd\x2a\x00\x7f\x0e\xc7\xfd\ \xd4\xa0\x96\xc1\x3a\xc6\xd7\x23\x21\x09\x2c\x00\x00\x20\x00\x49\ \x44\x41\x54\x1b\x58\x52\x16\x53\x91\x23\x56\x7a\xbd\xda\xa0\xc7\ \x4c\x01\x89\xc8\x62\x30\x5b\x94\x0e\x47\xc8\x66\xf6\x79\x43\xa1\ \xba\xf0\xbd\xed\x7b\xeb\xb7\x9e\xb9\xbf\x73\x77\xdd\xa3\xd7\x8d\ \xdb\x96\x3f\xfb\xec\x9b\xbe\x58\xc0\x33\x7b\xc6\x97\x5f\x8c\x0b\ \x5a\xff\x3c\x67\x3a\x1e\x68\xba\x4a\x75\xf2\x57\xdc\x9a\x62\x5c\ \x73\x72\x66\xf6\x0b\xa7\xaa\x56\x27\x7f\xc5\xb6\x29\x4d\x98\xe3\ \x5c\xe8\x16\x3d\x27\x57\xa5\xff\xf9\xef\xc7\x66\xce\x6d\x5d\x07\ \x9a\xb0\xa2\x15\x74\xe0\xf6\xd6\xf9\x68\x37\xda\xd2\xda\xfa\x65\ \xcb\x3c\x80\xa8\xc3\x27\x8e\x1d\x3b\xdc\x7a\xb8\xa5\xe2\x30\xe8\ \xc6\xed\xf3\xd7\xa1\xfb\xd9\x8c\x05\x68\xb7\x31\x1b\x87\xa0\x2b\ \x6a\x16\xe5\x2c\xaa\xf2\x71\xcb\x71\x06\x00\xd9\xcc\x42\xec\x49\ \x9d\x37\xaf\x28\x2f\xaf\x20\x6f\xf6\xfc\xb2\x64\xcc\x33\x1e\xb3\ \x0a\x40\xde\x45\xe3\x1e\x9d\xd8\x29\x76\x3a\x05\x72\xae\xd5\xe9\ \x4c\xc5\xad\xf2\x78\x2c\x2b\x2f\x17\x50\xcb\xcb\x66\xd7\x60\x07\ \xd7\xcc\xa2\xb2\x82\x05\x38\x3b\x5f\x9c\x97\x9f\x5f\xe6\x14\xcb\ \x29\x62\xc0\xb5\x38\x57\x50\x42\x8f\x3b\xc5\x01\x39\xb7\x74\xe6\ \x8c\x99\x25\x40\xe7\x4b\xcb\x67\xe2\x2e\xa1\x3c\xf6\xea\xca\x85\ \x81\x91\x47\x99\xd1\xc0\xe8\x50\x26\x66\x4d\x25\xfb\xfa\x92\xd1\ \x54\xda\x19\x7f\x34\x6c\x8d\xc5\xe2\xd9\xb4\x27\x3d\x96\xcc\xf6\ \xf4\x38\xe5\x56\x90\x81\x49\xab\x58\x9c\xa4\x73\x9d\x31\xe0\x6c\ \x9e\x00\x95\x2a\xf6\x58\x03\x9e\x62\x31\xc6\x63\x70\xd1\xc0\x99\ \x58\x42\x75\x52\xcb\xe9\x68\x80\x53\x82\x80\x35\x38\xe8\xea\x1d\ \x04\xd1\xd4\x85\xc3\x35\xa0\xf7\x90\x99\x24\x84\x2e\xd5\xe0\x2f\ \x83\x3c\x02\x5a\xf6\xb9\x5c\x4c\x96\xc9\x94\xb8\xda\xde\xc1\x11\ \xba\xda\xd1\xe0\x3d\x97\x42\x63\x12\x12\x68\x4c\x5a\x3b\x88\x29\ \x86\x90\x44\x40\x3b\x4c\x1c\x1b\x51\x31\xb4\x2c\x9a\x94\x2d\x15\ \x49\xa4\x6c\x25\xe6\xa1\xda\x0d\x16\x03\x9a\x24\x98\xd5\x4a\xa5\ \x56\xcf\x12\xd9\x7d\x1a\xbd\x9a\x41\x12\x69\x58\xa0\xc0\x00\x82\ \x48\xfa\x06\xb7\xdd\xa1\x50\x18\xcc\x7a\x03\x1c\x2c\x76\xac\x70\ \x2a\x1c\x22\xbd\xde\xc8\x34\x81\xf2\xea\x4e\x74\xf0\x00\x83\xd8\ \x2c\x0e\x4d\xa2\xd5\x4a\x69\xf0\x45\x7c\x09\xf0\x2c\x91\x08\x98\ \x1a\x89\x2d\xd2\xea\x2b\xeb\x6a\x43\x0e\x87\x37\x0c\x80\xa5\x27\ \x33\xf8\x7c\x52\x2e\x91\x14\x38\x0c\xcd\x84\x03\x41\x0a\xbb\x82\ \x06\xaf\x4b\x98\xc0\x12\x07\x41\xa6\x87\x2f\x95\xa9\x6d\x0a\x09\ \x8b\x09\xe2\x53\xa6\x50\xe8\x15\xf0\x5a\x19\xa6\x44\x07\xb9\x1d\ \xbb\xa9\xb0\xbc\x45\xa2\xe9\x25\x42\x53\x42\xc5\x43\x67\xd2\x76\ \x74\x46\xed\x30\x75\xb9\x30\xad\x9a\x23\x61\x09\x5d\x1d\x18\x24\ \x08\x38\x06\x5c\x14\x8d\x75\x72\xba\x4e\xc5\x53\xb5\xe3\x34\x22\ \x6e\xfd\x61\x03\x2a\x68\x44\x0e\x41\xaa\x38\xb4\x71\xfd\x96\x4a\ \x87\xc2\x22\xc2\x76\x2f\x38\x3d\x12\x2e\xc0\x9c\x44\x2f\x3c\x6c\ \x72\xa9\xb0\x59\x01\x27\x00\x72\xfb\x83\x1c\x90\x9e\xe8\xd3\x00\ \xc8\x4f\x26\x08\x73\x2a\x93\xc0\x22\x70\x98\x58\xa2\x87\xff\xe1\ \x36\x76\x62\xb0\x49\xc0\x49\x83\x64\x78\x8d\x2c\x92\xd2\x6d\xb0\ \x68\xd4\xde\xe6\x2d\x75\xbe\xc6\x83\x9b\x96\x9c\xff\xe0\xf8\x95\ \x81\x57\xaf\xde\xf4\xa7\x87\xd3\x71\xba\x80\x2b\xce\x2b\x9c\x99\ \x57\x46\x0c\x50\x4b\xc7\xb9\x62\x39\xb1\x7c\x66\xe1\x8c\x82\x3c\ \x41\x3c\xc0\x2d\xe3\xe6\xe5\x97\xd2\x3d\xf7\x56\xde\x7b\x2f\x99\ \x5f\xc2\xe5\x3a\x47\xce\x28\x94\xc6\x86\x3a\xb7\xb9\xfe\x40\xb8\ \xca\xbd\xbc\x46\xf0\xd9\xd6\x3d\x7b\x0f\x34\xae\xac\xdb\xdd\xdc\ \x56\xb5\x76\x6d\xb8\xba\x6e\x4b\x75\x73\x38\x6c\x33\x9a\xfd\x0e\ \x6f\x73\xc8\xee\xaf\x6c\x5c\x59\x1d\xa9\xb3\x57\xb6\x55\xd7\x56\ \x87\x9a\x1b\xab\xea\xda\xea\x77\x77\x1e\xdc\x73\x60\xcb\xa1\x2d\ \x9b\xf6\x1c\xda\xb6\x7f\xdf\x92\x4d\x9f\x7c\xfc\xe1\xd1\x77\x8f\ \xbc\xbb\x71\xe3\xd2\x0f\x8f\x7c\xf8\xe1\xc6\xd3\x4b\x4f\x1f\x3d\ \x7f\xfb\xfa\xf1\xd3\x97\x6e\x5d\xbf\xf4\xd9\xad\x27\xdf\xdc\xbc\ \x76\xfe\xe6\x93\x5b\x47\xcf\x5e\xbf\x7e\xeb\xd2\xcd\x4b\x77\x2f\ \x1e\xbf\x75\xfd\xc8\x99\xd3\x67\x77\x9c\x7e\x78\x7a\xc9\xfe\x6d\ \x87\x0e\xac\x5e\xbb\xb2\xb6\xbe\xb6\x36\xe2\x0d\x77\x1e\x38\xe8\ \xb3\xfb\x6c\x95\x4d\xfe\xfa\xca\x90\xcd\x60\x90\xd2\x44\x32\x92\ \x4c\x01\xcb\x10\x28\x6d\xa6\x48\x06\x6c\x4b\xc1\x22\x90\x08\x39\ \x3f\x6b\x1e\x89\x25\x64\x30\x69\x32\xd2\xde\xfc\xd2\x91\x8f\x0d\ \xfc\x81\x53\xdd\xbc\x0f\x8b\xff\xb0\xfd\xd0\xa6\x1d\x8b\xb9\x5f\ \x78\x37\x5d\x7a\xf7\xc4\x7f\x6e\x9f\x7f\xfa\xe4\xbb\x58\xfd\x55\ \x58\xa4\xe0\x28\xb6\x9d\x95\xa8\x6d\x12\x16\x5b\xe6\xd7\x92\x68\ \x64\x09\x56\x35\xf5\x40\xc2\xb5\x7a\xa5\x5e\xca\x16\x49\xf8\x5a\ \xbb\xdd\x6c\xf4\xfa\xf4\x16\x4b\x95\x3d\xe4\xad\xf6\x9e\x3f\xb6\ \xb9\xba\x6a\xd3\xf8\xc0\xf1\xfa\x37\x17\xb6\xec\x7d\x3f\x7e\xf4\ \xf9\x70\x9e\xd8\x59\x50\x71\xec\xf0\x8c\x17\x5f\xfe\x71\xe1\xb4\ \x1e\x9c\x56\x83\x77\x7e\x05\xab\xa9\xe0\x8d\xdc\xbd\xd3\x44\x6a\ \xba\xc6\x35\x55\xc5\xc2\xe8\x8d\x5f\xeb\x59\x39\x4b\xe9\x59\xb3\ \xbe\xff\xf1\xf3\xc3\xeb\x70\x76\x6f\x51\x2b\x20\x13\x5e\xa9\xa9\ \xc1\x1e\x86\x2f\xb7\xe7\xd7\x2c\x3a\xbc\xfd\xcb\x96\x1a\xe0\x52\ \x0b\xd6\x1d\x43\xdb\xa0\xfc\x99\xf3\xe7\x57\xcc\x9e\xb1\x60\x3e\ \xda\xf8\xcd\x5d\x30\xaf\x62\xfe\xfc\x96\xf9\xf9\xf3\x67\xcf\x9c\ \xbb\xa0\x62\xee\xcc\xd9\xad\x2d\x68\x7a\x5d\x90\xf3\x03\x04\x71\ \x58\x42\xe7\x5a\xd3\x3d\xe2\x1e\x39\xa5\x94\x42\x4d\x65\x52\xd1\ \x80\x47\x47\x17\x73\xb9\x02\xb9\x4e\x2e\x88\x8b\xe9\xd1\xe4\xa3\ \x97\x81\x68\x5c\x4e\xc9\x2b\xcc\xaf\x68\xa9\x58\x30\xaf\xa0\x60\ \xd1\xdc\xa2\xc2\xf9\xf9\x79\x14\x6b\x4a\x1e\xa0\x8a\xb3\xc3\xc3\ \xd9\xd1\xb8\xd3\x23\x77\x26\xa3\x02\x31\xa5\x94\x3a\x73\xe6\x82\ \x19\x85\xf9\xb3\x89\xa5\xf9\x65\xc4\xb9\x33\xc5\x3d\x13\x03\xa3\ \xa3\xa3\x63\xa9\xf1\x74\x1f\x08\xbf\x64\x32\x3e\x3e\x14\xeb\xc9\ \xf6\x24\x63\xb1\x68\x36\x9d\xea\x49\x66\x63\xa9\x68\xb4\xcf\x93\ \x4c\x8a\x75\xb1\xa8\x38\xe0\x14\xa7\x62\xdc\x98\x35\x19\x03\x51\ \x9a\x8c\x3a\x05\x74\x81\x8e\x5a\x42\xb1\x96\x5b\x3d\x72\x3a\x91\ \xa2\xa3\x63\x8b\x0e\xf0\x2c\xd0\xa1\xa5\x65\xa5\x33\x7e\x07\xda\ \xe7\xf7\xbf\x4c\x5f\xb0\xea\xd3\xdb\xcb\xeb\xc0\xde\xc6\xe0\xe0\ \x55\x86\x44\xa6\x64\x93\x4d\x42\x46\xd0\x05\xc4\xaa\x3d\x28\x44\ \x9f\x5e\x9a\x5a\x61\xb1\x48\x95\x2c\x32\x46\xed\xf1\xf9\x46\x87\ \x8c\x4f\x26\xb1\xf8\xa2\x60\x6f\x37\x0f\x6e\x4b\x59\x26\x32\x5f\ \xaf\xd5\xa3\x97\x31\x5f\xa2\x67\xc3\x6a\x45\x52\x6a\x8c\x5a\x83\ \x54\x1b\x02\xb6\xcd\xd7\xf3\xd5\x32\x85\x54\xca\x56\x30\x98\x4c\ \x06\x9c\xc8\x52\x99\x3e\x64\xc1\xf9\x19\x99\x5a\x69\xf6\xdb\xdc\ \xd5\x95\xd5\xd5\x0e\x8d\x42\x24\xd5\x93\xb1\x45\xf5\x97\x5e\x97\ \x90\xe6\xe2\xc8\x2c\x4a\xb5\xd1\x20\x21\x61\x06\x1d\x41\xc2\xe4\ \xb3\x25\x6c\xbd\x94\xc0\x56\x6a\x44\x40\xd7\x43\x46\xad\xdd\xa8\ \x64\x4b\xf9\x64\x13\x4d\x4a\x20\xe4\x02\xb4\x08\x0c\x3e\x49\xc5\ \xe1\x31\xd8\x66\x89\x94\x20\x95\x01\x43\x01\x89\xc5\xe1\xab\xf5\ \x52\x83\x9e\x2f\x52\x88\x68\x3c\x9a\x0c\xc4\x85\x54\x44\x22\xb0\ \x48\x26\x15\x23\xd8\xce\xeb\x00\xda\x44\xe2\xd0\xe0\xc7\x21\x4b\ \xd4\x64\x17\x40\x92\x50\x98\x8b\xae\x68\xef\xee\x0e\x06\x71\x3a\ \x9a\x67\x62\x49\x54\xbd\x40\xab\x12\x41\x1c\x59\x36\x71\x4c\x3c\ \x29\xdc\x30\xb9\xb0\xfd\xdf\xc5\xc0\x46\x52\x17\x68\xba\x2e\x57\ \xa2\x9b\x83\x5e\xf7\x24\x7e\xc3\xc1\x95\xee\x6a\x05\x1f\xb8\x26\ \x8d\x11\xe4\x99\x3a\x7a\x5d\x0c\xd7\x20\x7c\x60\x98\x40\x48\x62\ \x17\x2e\x76\xda\x03\x62\xe1\x0a\x81\x05\x31\xdc\x62\x54\x61\x8c\ \x0e\x0f\xdb\x33\x78\x34\x12\x36\x95\xc1\x82\x40\x66\xa8\x84\x6c\ \x02\x89\xc9\x61\xd2\x48\x0c\x40\x55\x32\x8b\x65\xb0\x98\xfd\x5a\ \xbd\xb9\xb2\xa1\xb3\x71\xff\xb6\x55\xa7\xaf\x1d\x79\xaf\xff\xc5\ \xc0\xb3\x2b\x57\x9e\x0d\x0d\x8d\x4e\xa4\xb2\x17\x0a\xca\x4a\xf3\ \xe6\x96\xcb\x4b\x0b\x9c\x54\x0a\xbd\x00\xd4\x01\xb5\x84\xae\xe3\ \x52\x89\xc5\x05\xb3\x29\xe9\x37\xb1\x67\xfb\x3f\x7e\x5d\x2a\xe8\ \xeb\x49\xa7\xfb\xeb\xf9\x32\x89\xa6\x1a\xce\xcb\xf5\x2b\xf7\x19\ \x96\xcd\x9f\xb9\xa2\x7e\x77\xe3\xee\xe6\xc6\xd5\xfe\x5a\xc0\x8d\ \x66\x7f\x53\xdb\x6e\x7f\xb3\xdd\x6e\xb4\x59\x42\x0e\x5b\xd3\xda\ \xaa\x48\xc8\x5f\x57\x5d\xe7\xb5\x7b\xab\x57\xb6\xad\x8e\x34\x75\ \x36\xd6\x75\x1e\x3a\xb8\x67\xe7\xe6\x0d\xfb\x36\xef\x5f\xb5\x77\ \xc3\x86\x0d\x6b\x8e\x6c\x7e\xff\xe3\x8d\xcb\x76\x1c\xf9\x60\xd9\ \xe2\x25\x6b\x36\x5e\x3c\xb3\xf1\xf4\xa9\xf3\xd7\xee\x9e\xff\xec\ \xd2\x91\xb3\xe7\x4f\xdf\xb8\xf4\xf0\x9b\x6b\xd7\x2e\x5e\xfc\xee\ \xf6\xd1\x1d\x47\xef\xde\xbb\x7b\xf3\xc6\x8d\x1b\xdf\x9d\xbf\x75\ \xfd\xfc\xe9\xa3\xa7\x3f\xbd\x79\xeb\xdd\xe5\xfb\x77\xef\x3f\x74\ \xa0\x7e\xe5\xda\xb6\xba\x70\x5d\x65\xa8\xed\xe0\xee\x6a\x6f\x55\ \xa4\x71\x6d\x43\x95\xdd\x62\xf6\x6a\x64\x2c\x38\x80\xb4\x4a\x36\ \x81\x46\x50\x71\x98\xf0\x9e\xb0\x24\x32\xc0\x2b\x21\x07\xb8\x2f\ \xac\x4b\x4c\x74\x52\x94\x4a\x0c\xa9\xd9\x7d\x6d\x22\xd6\xc4\x37\ \xbd\x89\xe5\xad\xff\xda\xbe\xe1\xe3\x33\x8b\xe3\x8b\xd4\x3b\xef\ \xbd\x5f\xfa\xfd\x95\x4b\x3f\x3c\xfe\xc6\xb9\x0c\x16\x0d\x21\x87\ \xe1\x32\xde\x10\xf1\xb5\x36\x60\x6a\x2c\x36\x9b\xc4\x14\x49\x34\ \x7a\x11\xda\x12\xc1\xa2\xaa\x95\xca\xf8\x7a\xa5\xd1\xe1\xb5\xfb\ \xbc\x76\x9b\xc6\x52\x6d\xb6\x85\xeb\x42\x4b\x8f\x9d\x59\x5f\x15\ \x7e\x28\xb8\x72\xfa\x7e\x6a\xe5\x27\x07\x87\x6f\x3c\xed\x4b\xc7\ \x9c\x65\x35\x8b\x16\xb4\x5e\x28\xfd\xcb\x1d\x40\x9c\x59\xd3\x80\ \x85\x81\x1b\x39\x4a\x85\x97\x3b\x0b\xa7\x33\x36\xde\x76\x33\xbc\ \x25\x5d\xb9\x98\xc6\x5c\x9c\xd0\xc2\x69\xc8\x9a\xde\x30\x9c\x35\ \xeb\xdf\xff\xfa\x63\xeb\xe1\xed\x87\x6b\xd6\x1d\xde\xde\xda\x8a\ \x85\xaa\x75\xd8\x43\x01\xe4\xaa\x02\xf3\xb8\xd1\x83\x74\xde\xa2\ \xd6\xed\x2d\xb3\x01\x9e\xd0\x04\x3b\x7f\x3e\xda\x36\xa2\x57\x72\ \xc5\xbc\x79\xf3\x67\xce\x03\xb6\x55\x50\x34\x37\x7f\xc6\x8c\xa2\ \xa2\xc2\xd9\xc5\xb3\x8b\xcb\xcb\x66\xa0\xa9\x55\x01\xd1\xe3\xf4\ \xc4\xac\xf1\xac\x27\x2e\xc8\x2b\xa3\x0b\x62\x1e\xab\x47\x17\x13\ \x7b\x92\x5c\x8a\x00\xc8\x93\x2e\xe6\x94\x27\x7b\x46\xe2\xd1\x74\ \x4c\x87\x89\xac\x33\x16\x00\x64\xcd\x2b\x2b\x06\x40\x2b\x2e\x93\ \x7b\x92\xa9\x80\xb3\x9c\x1a\x47\xcb\x58\xec\x83\xa0\x3b\x05\x25\ \x44\x7a\x71\x49\x61\x61\x51\x61\xde\x8c\x62\x0a\x9d\x58\x56\x3a\ \x37\x4f\x90\x7a\x34\xfe\x6a\x7c\x6c\x42\xd7\xd7\x37\x94\x8e\xc7\ \xfa\x1e\x8d\x8c\xa6\xa3\xf1\x91\x67\xe9\x9e\xa4\x2e\x3b\x96\x1e\ \x4a\x5b\x93\x99\x4c\x3c\x95\xcd\xc4\xe1\x89\xd2\xa9\x64\x3c\x90\ \xb4\x46\xad\xc9\x54\x46\x20\x88\xf7\xc4\xc5\x44\x7a\xc0\xa9\x03\ \x65\x48\xa5\x72\x41\x1d\x96\x72\x75\x62\x71\x29\xb0\x2d\xa2\x5c\ \x4c\x2f\xe3\xca\x0b\x11\xb0\xa6\x2e\xbf\xff\xfd\xef\xaf\xf6\xfe\ \xf2\xcb\x20\xd2\x00\x3e\x87\x97\x68\x77\x05\xd9\x0a\x36\xd9\x85\ \x99\xa9\x89\x8e\xae\xae\xee\x04\x87\x41\xe6\xb0\xd9\x12\x85\x5d\ \xa3\xb7\x00\x8f\x66\xcb\xd4\x32\x47\xd8\xec\x36\x03\xa1\x52\xf0\ \x13\x41\x13\x41\x04\x6c\x9a\x41\x66\xb2\x49\x5a\xbb\x5e\xaf\x54\ \xbb\x0d\x06\x0c\x62\x66\xb2\x95\x0e\xbd\x71\x6d\x65\xb5\x45\x26\ \x93\xe9\xd9\x18\x25\x20\x02\x20\x13\x31\x81\x20\xa9\x65\x7c\x89\ \x4d\x0b\xc7\x87\x4c\xa2\x35\x8a\xd4\xea\xea\xc6\x86\x5a\x9b\xcd\ \xae\x95\xd1\x24\x4c\x32\xb6\x55\x0c\x0e\x02\x64\x30\xd9\x7a\x23\ \x50\x34\x05\x4d\xa1\x67\x03\xaf\xe2\xab\x15\x4c\x3e\xa0\x22\x50\ \x2e\xad\x4c\x61\xd6\x6a\x45\x6e\xbd\x8c\xc6\x24\xbb\x80\x7a\x30\ \xb1\xed\x89\xc5\xe4\x03\x7b\x63\x92\xe0\xb5\xb0\x40\xde\x02\x3e\ \xc2\x05\xb7\xbe\x41\x71\x6a\x31\x65\x95\xcd\x31\x91\xa5\x1c\x96\ \x4c\x42\xa2\xa1\xee\xe4\xb5\x63\x47\x57\x3b\xb0\x19\x17\x4d\x26\ \xa3\xb1\xd8\x4c\xc0\xe8\xa0\x49\x18\xec\xee\x05\x8a\xa5\xca\xa5\ \x81\x61\x7c\x90\x8b\xc7\x13\x82\x60\xc6\x14\x1c\x15\x12\x2c\x17\ \x0e\x35\x03\xad\x02\x05\x97\xc0\xb1\x41\x00\x2f\x21\x70\x2d\x53\ \xbb\x29\x01\xf0\x28\x24\x09\x69\xfa\xb0\x4d\x66\x30\x68\xa4\xa0\ \xe1\x18\x2e\x61\x7b\x37\x26\x1c\x06\x39\xe4\x04\x2f\x01\xcf\x00\ \x2a\x8f\x91\xc0\xdd\x48\x53\x10\x1b\x42\x01\x05\x79\x24\xec\x80\ \x98\x6a\xc4\x22\xd1\x38\x42\x06\x0b\xd6\x0e\x32\xba\x99\x92\x50\ \x22\x02\xa7\x25\x90\x91\x66\x09\x69\x32\xb5\x51\xab\x57\xdb\x6a\ \x23\x46\x5f\x7d\xe7\xae\x25\x47\xde\x3b\xfd\xe0\xf5\xdd\xfe\x81\ \x97\x13\x38\xaa\xf7\x66\x2c\x5a\x58\x44\xcc\x2b\xc6\x8c\x4e\x6a\ \xb4\xac\xac\xa8\x90\x4e\x21\x52\x75\x40\xe6\x3d\x3a\x2a\xf0\xae\ \x3e\xea\x99\x8b\x4a\xc3\xc1\xcc\x85\x7e\x20\xe8\x2b\x64\xc0\x4c\ \x0c\x55\x36\x5b\xb8\xb9\x73\xbf\xa2\x49\xd7\x7a\x7e\xc5\xe6\x7d\ \x1f\xef\xd9\xb5\xba\xae\xb6\xde\xeb\x0f\xfb\xeb\x42\x5e\x87\xdb\ \x62\xf3\xf9\xcc\xe1\xfa\xb0\xaf\x01\x6f\xfa\x1d\x95\x66\xb7\xaf\ \xaa\xae\x19\x60\x6d\x75\xfd\xfa\xce\xdd\x6d\xbb\x3e\xd8\xb9\xe9\ \x93\x4d\x1f\x7f\xf0\xde\x92\xe5\x6b\x36\x2e\x5d\xbc\xf1\x83\x0f\ \xde\xdd\xf1\xe1\x52\x60\x57\xa7\x8e\x9c\x39\x73\xe9\xf6\xed\x1b\ \x67\x2e\xde\xfe\xf0\xf4\xf5\xfb\x8f\xef\x3f\x78\xf8\xf8\xbb\xdb\ \xb7\xbf\xb9\xf7\xf4\xd2\x37\x8f\x6f\x3d\x3c\xf7\xf0\x87\xe7\x0f\ \x6e\x3f\x7f\x78\xf7\x9b\x9b\xb7\x6f\x7d\xf3\x6d\xff\xed\xf7\x97\ \xaf\xd8\xbf\xeb\xd0\xee\xfa\xd5\x9d\xeb\xab\x43\x91\x4a\x77\xc3\ \xde\x2d\xcd\x75\xd5\xbe\xe6\x2d\x4d\x6e\x8b\xdd\xe1\xb0\x68\xb5\ \x4c\x96\x1e\x2d\x47\xc9\x26\x06\x81\xcc\x04\x69\xac\xe0\x93\xb1\ \xe7\x83\xc5\xc2\x58\x12\x36\x81\xcc\xe0\x99\xf6\x59\x3e\x3d\xac\ \x0b\x73\x64\xe3\xf7\xba\x85\xef\x1f\xfb\xcf\x17\x4f\xd6\xbe\xff\ \x49\xb4\x4c\xb1\xf3\xee\x8e\xe8\xf7\xce\xe3\x77\xcf\x9e\x8a\x3e\ \xc6\x3d\x15\x40\xff\xba\x0f\xf9\x12\x83\xcf\xcc\x66\xf2\xa5\x7c\ \x00\x2a\x02\x5b\x01\xcb\x29\x88\x42\x91\x4c\xaa\x16\xf1\xf5\x16\ \x9b\xdd\xa1\xad\x8a\x38\x42\x16\x83\xcd\x11\x0a\x55\x79\x97\x1f\ \x7b\xbd\xb3\xa9\xf9\x28\x31\xf5\xa8\xcf\x53\xbb\xab\xad\xff\xe1\ \xe9\x37\xe7\x1e\xf5\x94\x54\xcc\x9f\xbd\x2e\xef\xcd\x97\x6f\xbb\ \xab\xa6\xa2\xad\x4f\xe6\x88\xd4\xaf\x82\x30\xa7\x15\xe7\x4c\x3f\ \xf4\x3f\xd9\x67\x08\x67\x53\x70\xf5\x5b\xed\x3d\x67\x8a\x3f\xe7\ \xce\xcf\x7f\x5a\xd7\xda\x72\x6c\xfb\xf6\x75\x2d\xeb\x2a\x16\xd5\ \xb4\x9c\x38\x7c\xb8\x75\x51\xcd\xba\x9a\x8a\x05\x8b\x72\xe6\x0f\ \xf3\x17\xb4\xe2\x4c\xce\xfc\xb9\xb3\x41\xf8\x15\xe6\xd7\x2c\x98\ \xbd\x60\x26\xc0\x57\xeb\xbc\x79\x0b\xe6\x03\xdb\x9a\x39\x1f\x67\ \x46\x41\x17\x96\x14\x14\xcc\x2c\x28\x2e\xce\x9f\x51\x56\x42\x17\ \x08\xa2\x9e\x38\xfc\xd5\x59\x03\xba\x68\x2c\x8d\x55\x70\x4c\x27\ \xb4\x5a\xcb\xa9\x80\x40\x5c\x4f\x34\x10\xc8\xa4\xe2\xe2\xd4\x98\ \x55\x60\xd5\x09\xa8\x72\x31\x45\x10\x10\xc7\x7a\xac\x62\x2a\x2c\ \x77\x3a\x2a\xc5\x19\xd0\x59\x81\x7c\x89\x89\x44\x71\x49\x5e\xb1\ \xd5\x3a\xaf\x44\x47\x2f\x29\x29\x86\x83\xad\x88\x2a\xe0\x02\x25\ \x9a\x5d\x12\x1d\x7b\x33\x70\x65\x6c\x62\x60\x3c\x3b\xd4\xf7\x2a\ \x99\xca\x66\x47\x53\x19\x4f\xb9\x73\x6c\x28\x95\x8c\x65\x92\xf1\ \xbe\x6c\xca\x93\xec\x49\x3a\x81\x71\x39\x7b\x32\x71\x4f\xd4\xaa\ \xa3\x3b\x9d\xd1\x58\x8f\xc7\x9a\x09\xc0\x37\x15\x8b\x05\x02\xaa\ \x87\xc8\xc5\xb0\x67\x8a\xa0\x8c\x2a\xa6\x16\x14\x97\x89\xa9\x14\ \x01\xb7\x8c\x4e\x14\xcc\xfc\x5d\x8e\x5f\x4d\xff\xeb\xea\xbe\x0a\ \x80\xd5\xae\x62\xf2\xba\x07\x7b\x69\x42\x38\xe5\x25\x32\x16\x07\ \x18\x04\x0f\xfd\x83\x12\xb0\x8e\x61\xf7\x28\x5f\x21\x95\x49\x65\ \x22\xa5\x5a\x0f\xc0\xe5\xb3\x57\x6d\xb1\x9b\x0d\x52\x38\x85\x69\ \x6a\xa9\xde\xa1\xa7\xf1\xd9\x22\x29\x70\x26\x51\x2e\xe4\xcf\x68\ \x8c\x38\x8c\x66\x8d\xc5\x66\xb6\x35\x44\x6c\x32\x19\x5b\x8f\xe1\ \xf2\x6a\x89\x42\xc9\xd7\xa2\x59\xb0\x9e\x46\x92\xda\x94\x12\x85\ \x5e\x69\x91\xc0\x7a\x66\x0b\x55\x3b\x1c\x6e\xa3\x5a\xca\x46\x6b\ \xe3\xee\xa0\x09\x07\x0f\x13\x26\x06\x4b\x61\xb6\xa9\x8d\x1a\x3d\ \x40\x8c\x48\x24\x13\x49\x64\x4c\x85\x5d\xab\x34\x5a\x00\xf6\xf4\ \x4a\x05\x89\x09\x9f\x0e\x54\x90\xc7\xe6\x90\x55\x24\x9a\xca\xc5\ \x63\xd2\x38\x6c\x02\x93\xc3\x80\x63\x98\x2c\xd1\xa8\xd9\x4a\x25\ \x1a\x28\x29\x45\x7a\x11\x7c\xb9\x94\x2d\x91\x4a\x09\x58\x67\xa7\ \x61\x56\x14\x4d\x48\x56\xb9\x30\x92\xbe\x5d\x95\x68\xe7\x71\x18\ \x52\x20\x70\x20\x70\xd1\x1a\xac\xb7\x0b\x6b\xf7\x80\x56\x1d\xf0\ \xae\x04\x83\x42\x55\x90\xc1\x66\xa8\x12\xa8\xde\x84\x2e\x57\x50\ \x85\x11\x15\x18\x21\xa6\x4a\x24\x70\x9a\x10\x24\x33\xdc\xd7\x61\ \x02\xf1\x16\x84\xe7\xe4\x09\x69\x3c\xb6\x1a\x64\x31\x9f\xcd\x27\ \xe1\x44\x10\xc3\xd5\x8d\xad\xed\x68\xe1\xcc\x40\x50\x62\xa0\x9f\ \x1f\xcd\xc4\xc1\x62\x0a\xc3\xd4\x9e\xe0\xe0\x0c\x4e\xce\xb2\x4f\ \x08\x54\x4f\x08\x02\x11\xf0\x89\x4c\x06\x71\xcb\x24\xf1\x09\x04\ \xc0\x49\x26\x80\xa9\x0c\xd4\x31\x9f\x45\x90\x36\x34\xd8\xcd\xb5\ \x7b\x2b\xab\xd6\x1e\xd8\xb9\xe2\xec\xb5\x33\x47\xfa\x07\x9e\xf7\ \x8f\x5d\x79\xd2\x9f\x79\x73\xa4\xff\x95\xa0\xa4\x90\x58\x52\x26\ \xa0\xd3\x4b\x7b\x9e\x16\x15\x94\xcb\xcb\x4b\xf3\x04\x51\xd0\x7f\ \x81\xa2\xf4\xb5\xe2\xb1\x25\x57\x1e\x7c\x50\x49\xfb\x2c\x93\xd1\ \xd1\x33\x17\x45\x2e\x02\x8f\x69\x8c\x84\xbc\x4d\x0d\x8d\x9b\x6c\ \xa1\x4c\xcb\xb2\xd5\xcd\xf5\x91\xd5\x5b\x1a\xab\x43\x7e\x90\xf2\ \x21\xbf\x52\x6b\x0b\x55\x6a\xcd\x1a\x73\x65\x5b\x64\xa5\xdb\x18\ \x89\x34\x37\x55\x56\x87\xea\x9b\x1b\x7c\xb5\x91\xc6\x43\xab\x9b\ \xb7\xb4\xed\xde\xbf\x7c\xc9\xd6\x0d\xcb\xdf\xdf\xb0\x79\xd5\xf2\ \x3d\x1f\x7c\xb0\x6c\xc7\xc5\xe3\x9f\x1d\x39\x7b\xfa\xd3\x8b\xd7\ \xce\x5f\xfc\xe6\xfe\xcd\x87\xb7\xef\x3d\xc0\xe1\xc1\xdb\x8f\x6f\ \x7c\x7b\xaf\xff\xe9\x77\x6f\x26\x2f\x3c\x7e\xf2\xf0\xc1\xbd\x6f\ \xef\xf7\x3f\x7f\xfc\xe6\xdc\xf3\x6f\x5e\x3c\x7f\x3e\xf9\xfc\xf1\ \xe3\xdb\x37\xbe\xfa\x6e\xcd\xe2\x0f\x56\xad\x3f\x70\xb0\xa9\xb9\ \xb1\x7e\x65\x6d\x24\xec\xdb\xb7\x67\x77\x83\xdf\xdb\x5c\x17\x71\ \xdb\x1d\xfe\x5a\xb7\x41\xaf\x56\xf0\x65\x04\xa0\x9e\x80\xde\x04\ \x1e\x9b\x8d\xe3\x4f\x6c\x78\x77\x81\xaf\x73\x60\x59\xa0\x91\x09\ \x40\x66\x37\x75\xde\x3a\x31\x7f\x65\x42\x3d\x71\xd7\xc4\x59\x75\ \xec\x5f\x27\xf2\xaf\x6f\xde\x4a\x1f\xe7\xef\xbe\x7e\xfa\xf5\x3f\ \xe7\x1d\x3f\x77\xf6\x62\xec\x65\x82\xcc\x22\x01\x87\x5d\xbb\x4d\ \x2d\x13\x19\x2c\x0a\x09\x2c\x80\x06\x09\x9b\x86\xad\xa2\x22\x8d\ \x45\xaf\x80\xa3\x4c\xa6\xd5\x68\xfc\x6e\x3b\x70\x49\x87\xd9\xad\ \xf5\xbb\x1b\xbc\xfe\xe6\x55\xdb\x87\x3f\x58\xbb\x7b\xe3\xc4\xa3\ \xbe\xc2\x78\xdd\xd6\x3d\x4f\xef\x6d\xba\xf9\x55\x26\xab\x2b\x2e\ \x9a\xd9\xd2\xda\x4f\xfc\x75\x1f\x70\x9a\x3b\xfd\xa6\x07\xe7\x4c\ \x2b\xc2\x5f\xd1\xeb\xe4\xc2\xe9\xfe\xd1\xe9\x6d\xc4\xa9\x3b\x16\ \xfe\xd6\x95\x95\xcb\xf1\x98\xf5\xe3\xe7\x15\x15\xeb\x0e\x1f\xae\ \xa9\x59\xb4\xee\xf0\x3a\xec\x0b\xcd\x6d\x18\x2e\x6a\x69\x01\xac\ \x3a\xb1\x6e\x7b\x0b\xdc\x8d\xfe\xa3\xf3\x17\xb4\xd4\xd4\xcc\x9e\ \x3f\x0f\x27\xae\x2b\x2a\xe6\xd5\xd4\xcc\xab\x41\x9e\x35\x17\xa3\ \x77\xf2\x8b\x0b\x30\x94\xa7\xb0\xa8\xbc\x94\x52\x22\x4f\x7a\x92\ \xce\xa1\x74\x3a\xe6\x89\x09\x74\xba\xd4\x78\x2a\x99\xf4\x94\x0b\ \xac\xa9\x78\x54\xa0\x8b\x5b\x9d\x98\x02\x2b\x88\xd2\xe5\xce\x58\ \x16\xe4\x21\x45\x57\x22\xc7\xa1\x3f\x79\xce\xaa\x54\x40\xa7\xc0\ \x45\x27\x16\x88\xa9\x5c\xa7\x0e\xc8\x94\x80\x5b\xc2\x95\x17\x95\ \x03\xed\x29\x28\x04\x3a\x57\xc0\x2d\xc9\x23\x72\xcb\xf3\x0b\x3c\ \x3d\x2f\x1f\x5d\x18\x1b\x1d\x7e\xd9\x93\xc9\x02\x83\x4f\x8d\x8c\ \x64\x52\xc9\x52\xf1\xd8\xf8\x48\xdf\xd8\x58\x32\xd6\x07\xa0\x15\ \x4f\xc7\xe2\xba\x58\xdc\x0a\xdf\x3d\xd3\x93\x91\x97\x73\xa9\xf0\ \x62\xa2\xd8\xea\xa0\xe3\xca\x3d\x20\x0d\x03\x62\x8a\xb8\x94\x2b\ \x26\xca\x4b\x29\xc4\x72\x3a\x9d\xee\x99\x32\xef\x2a\x29\xe0\xfe\ \x6e\x5a\x0a\xe6\xfe\xe5\x66\x7c\xaf\x76\x05\x99\xaa\xde\xae\x20\ \x27\x48\x62\xb3\x99\x6c\x03\xcd\xe5\x72\xf5\x0e\x62\x54\x16\x1b\ \x88\xb8\x54\xca\x01\xed\xa6\xd0\x8b\x2c\x6a\xbd\x42\x6f\x73\xdb\ \xed\xe1\x3a\xaf\x4d\xc6\x97\x31\x69\x4c\x36\x0d\xce\x4d\x32\x6e\ \xfd\x1b\x35\x06\x83\x4c\x06\x8a\x52\xad\xf4\x57\xda\xfc\x3e\x73\ \x28\xe2\x73\x54\x6b\x72\xf1\xa7\x46\xa5\xd7\xa6\x96\x48\x69\x32\ \x9b\x4d\xa4\x16\x31\x65\x66\x03\xe6\x5b\xe8\x8d\x32\x91\xd9\xa1\ \x05\xfe\xad\x55\xd2\xba\x98\x6e\x35\x9b\xd7\x15\x44\x1f\x74\x80\ \x4e\x93\xc9\xc4\x56\x6a\x31\x58\x55\xc2\x57\xa8\xcd\x7e\x05\x28\ \x49\x20\x18\x5a\x83\x52\x21\x63\xaa\xb1\x31\x8b\x05\x4b\xac\x29\ \x28\xa4\xa9\x54\x42\x32\x9b\x87\xd1\xef\x26\x06\x8e\x63\x33\x68\ \x7a\x3e\x8d\x25\x22\x01\xe3\x62\xf3\xf9\x12\xb5\x01\x28\xbf\x99\ \x45\x56\x4b\x48\x7c\x06\x07\xa3\x0b\xc9\x42\x50\x64\xaa\x20\x4f\ \x95\x00\xcc\x0a\x06\x3b\x84\x0c\x21\x4b\xa4\x60\x49\x85\x9c\x8e\ \x8e\x5e\x34\xb0\xc8\x59\x27\x77\x60\x46\x35\x1a\xc5\xf7\x9a\x80\ \xf2\x74\x23\xf7\x72\x99\x18\x09\xec\xa3\x0a\xba\x54\x40\xb4\xb0\ \xbf\xa3\xc3\x85\xa5\xa9\x5e\x80\x19\x02\xc8\x0d\x93\x8b\x47\x66\ \x08\xdb\x49\x12\x02\x1f\xcf\x22\x26\x87\x4c\x63\xbb\x90\xad\x9a\ \x4c\x41\x80\x24\x5e\x82\xc3\xc9\x35\x5b\x31\x30\x70\x02\x04\x26\ \x0f\xa5\x21\x5e\x41\x9a\x87\xbb\xa3\x64\x06\xc7\xc5\x00\x94\xc2\ \x1c\x1d\x0e\x08\x16\x09\x13\x7b\x28\x38\x3c\xb6\x8c\xc4\x84\x77\ \x8f\x40\x52\x9b\xab\xd5\x2b\xf7\xb5\xed\x59\xb6\x66\xe3\xaa\x4b\ \xa7\x1f\xef\xb8\xdf\xdf\xff\xf2\xd5\x9b\xdb\x2f\xfa\xef\x5f\xee\ \xcf\x94\x11\xcb\x28\x79\x18\x3d\x42\x77\x8e\xe8\xc4\x5c\x62\x51\ \x91\xce\x4a\xa7\x97\x38\x53\xd1\x27\x4f\x75\x97\x47\x5f\xdd\x3f\ \xfa\xfa\x81\x27\x93\xea\x19\x9e\x7c\xdf\xab\x65\x92\x64\xfa\x5a\ \x9f\x3f\x54\xdb\xd8\x69\xf6\xf5\x15\x7e\x6a\x09\xd5\xd7\xd5\x36\ \x79\xbd\x6e\x8b\xdb\x5d\xe9\x76\x1b\x0d\x5a\x47\x95\x37\x64\xb6\ \x37\x57\xfa\x23\x5e\xb3\x37\xb4\xf6\x80\x1f\x4e\xdf\xba\xfa\xe6\ \xd5\x6b\x3f\x38\xd4\xd4\xb8\x76\xef\xbe\x0d\x9b\x0f\xee\xdf\xf6\ \xc9\x8a\x55\xcb\xb6\xae\x78\xef\xbd\x0f\x37\x9e\x3d\x7b\xfe\xd6\ \x91\xd3\x17\xef\xdf\xfc\xf6\xd6\xa5\xdb\xd7\x9f\x3c\x78\xf1\xe4\ \xb3\xeb\x57\x9e\xdf\x7e\xf0\xf4\xc1\x37\x3f\x3c\xf9\xee\xf2\xc4\ \xcb\xe7\xcf\x9f\x9e\x7b\xf1\xc3\xb9\xc7\xe7\x00\xaa\xbe\x9b\x7c\ \xfa\x74\x72\x60\xb2\xff\xdc\x8b\x7b\xd7\x26\x9e\xbf\xbb\x74\xe7\ \xa1\x9d\x87\x76\x35\xad\x6c\x5e\x59\xdd\x10\xf2\x47\x0e\xee\xab\ \x8f\x54\x55\x55\x87\x6c\x06\x9b\x1f\xf8\x8e\xdf\x61\xb6\xe5\x36\ \xf5\x70\x52\x0c\xbb\x18\x58\x34\x02\x19\xb4\x1c\x89\xcc\x51\xd1\ \x58\x04\xcc\xf3\xa2\x71\x98\x87\xd6\x3f\x5d\xb4\x6e\xb9\x49\xfd\ \xa8\x9f\x1c\xac\x5a\xf4\x9f\x63\x8b\x0a\x9d\xd9\xcf\x4f\x69\xeb\ \x8e\x1f\xb9\xf8\x87\x3f\x9c\x7e\x78\xff\x74\x20\x8e\x56\x3e\x24\ \x16\xe3\xfd\x06\x25\xf0\x29\xbb\x96\xc9\x96\xe8\x15\x00\x7c\x80\ \x54\x7c\x09\xac\x9f\x70\xa0\x8a\x24\x46\x8d\xd1\x6f\x8f\xc0\xc1\ \x6b\x37\xbb\x8d\x5e\x47\x95\xc3\x1f\x6a\x2c\xb0\x2e\xd9\xb2\x76\ \xe3\xc0\xcb\xa1\x75\x3d\x75\x9f\x6c\xbd\x3e\xb9\xfa\xdd\x2b\xd9\ \xbe\x6c\xac\x7c\xc6\x82\x75\x17\xde\xfc\xfc\xce\xaf\xfb\x83\x53\ \x61\xb1\x39\x98\xba\x73\xf2\xd7\x18\xd9\x5c\x61\x2b\xd7\x42\x3a\ \x75\x6b\xce\xff\xa0\xd8\x74\x3d\x6b\xd6\x54\xe1\x7e\x56\xee\xda\ \x3b\x77\x7e\xfe\x1b\xa0\xd5\x61\x00\xa6\x13\x87\xb1\xf4\xbe\xa8\ \xb5\xa6\xa5\x02\x80\x0b\xe8\xd6\x97\xe8\x30\x53\x81\x6a\xf1\x70\ \x4b\xc5\xa2\xd6\x56\xcc\xa8\x98\x5f\x83\x16\xf2\xb3\xe7\xcf\x9f\ \xb2\x7a\x40\xb3\x87\x19\xf9\x25\x79\xa0\x0a\x8b\x0a\x4a\xb8\x14\ \x6e\x99\x3c\x15\x4b\x02\x18\xc5\x04\xe9\x6c\x94\x0b\x42\xd0\xe3\ \x0c\xc4\xc5\x51\xab\x38\x1a\x8b\xa6\xa2\x1e\x8f\x55\xec\x89\x72\ \x9d\x72\x9d\x07\x44\x59\x54\xce\xe5\x96\x73\x93\x4e\x2e\x11\xc3\ \x72\x60\xf9\x13\xa3\x6d\x56\x80\x5b\x0e\x2a\x2d\x60\x05\xb2\xe5\ \xa1\x0a\xac\x65\xc5\x44\x3a\x55\x57\x82\x71\xb0\xa5\xf4\x3c\x4a\ \x89\xb8\x74\x5e\xa1\x47\xee\x14\x53\x63\x9e\xcc\xcb\xa1\xe1\x9e\ \x78\x32\x3e\xf4\x2c\x99\x7d\xf5\xa8\x67\x28\x9b\x7d\x36\xde\x93\ \x4c\x26\x53\xa3\xe9\x91\x54\x1a\x90\x6c\xc8\x1a\xcb\xa2\x93\x76\ \x4f\xc0\x19\xe5\xca\xa3\xf1\x98\x35\xe0\xb1\x06\x88\x72\x9d\x40\ \x4e\xc1\xde\x1b\x0a\x9d\x4b\xb4\xea\x4a\xcb\xe0\x5b\xe9\x30\xff\ \x99\x4a\xa7\x13\x11\xb0\xd0\x95\x6e\x0a\xb5\xae\x62\xef\xd2\x60\ \x6f\x6f\xbb\xb0\x17\xbd\x10\x82\x04\x58\xe7\x41\x60\xb9\x3a\x12\ \x57\xbb\x30\x35\x82\x2c\x63\x31\x15\x7c\x12\x56\xbd\xd5\xf0\x57\ \xab\xd5\xd8\xb5\x06\x9b\xad\xd1\x6f\xd1\x18\xed\x52\x19\x93\x2c\ \xb3\xe9\x25\x2c\x0e\x8d\x43\x32\x56\x55\x39\x2c\x28\x24\x34\x36\ \x7f\xb8\xaa\xae\xb1\x36\x14\xb1\x68\x43\x16\xbb\x46\xa3\xd7\x1a\ \x35\x66\x91\x96\xc9\x67\x6a\x2d\x36\xad\x91\x2f\xb1\x68\x64\xc0\ \xea\xf5\x52\x83\x44\x12\x0a\xd7\x55\xb9\x2b\x2d\x66\xc2\x55\xf6\ \x4a\x83\x44\x8f\x1d\x00\xbd\xe8\xdd\xdc\x65\x22\x18\x35\x76\x5b\ \xc4\x6e\x08\x79\xfd\x40\xe7\x30\xda\x4b\x24\xb2\x59\x0c\x40\xf5\ \xf8\x12\x56\xae\x8f\x90\x61\x4a\xf4\x82\xc2\xc2\x2d\x4f\x1e\x96\ \x27\x08\x2e\x15\x88\x04\x60\x58\x4c\xac\xa3\xb3\x59\x22\x90\x89\ \x7a\x78\xc1\x06\xbe\x48\x22\xb5\xa8\x61\x31\x25\xc0\x23\x98\x3b\ \xc8\x53\xb9\x06\x4d\x00\x4d\xbd\xdd\xdd\xbd\x83\x1c\x26\x0f\x0e\ \x5a\xa6\x8c\x86\xd1\xab\xdd\xa0\x47\x3b\x7a\x13\xdd\x39\x27\xd5\ \x44\xd0\x25\x54\x75\x74\x33\x80\x6c\xaa\x12\x00\x72\x34\x53\xce\ \x6b\x14\xc8\x16\xd6\xd0\x83\x20\x1f\x3b\x00\x6e\x82\x80\x53\x38\ \xb8\x0c\xcc\x8b\x1c\x74\x75\x74\x91\xf9\x22\x11\xc6\xbb\xf2\x78\ \xed\x3c\xb2\xa9\x1d\x2b\x5f\xc2\x20\x49\x45\xe0\xf1\xd0\xfd\x0a\ \x64\xa2\xc9\xc4\x71\xa1\xb1\x28\x81\xa7\x42\xb3\x1e\x57\x10\x3b\ \x1d\x4c\x0c\x06\xba\xc9\xa0\xb5\x32\x20\x1e\xbc\xa1\xc0\x1f\x99\ \x42\x1e\x93\xcc\x03\x56\x00\x24\x51\x29\xa1\xb1\x35\x7a\x8d\x45\ \xd3\xb4\x69\xf3\xde\x5d\x3b\xdf\xdf\xf3\xfe\x8a\xad\x77\x6f\x5e\ \xf9\xee\xc2\x9b\xa7\x37\x6f\xdd\x7a\xf0\xf4\x8d\xae\x88\x4b\xa4\ \x17\x14\xd1\x4b\xcb\xca\x74\x23\xe2\x19\x33\xe9\xf2\x32\x8a\x95\ \x58\xc6\x75\x3a\xd3\x9f\x35\x25\x47\xbf\xbd\x59\xb7\xb6\xbf\x20\ \xdd\x37\x3a\x72\x88\x26\x5a\xbf\xd4\x40\x12\x19\x1b\xbc\x0e\x5f\ \xb8\x6d\xbf\xcf\x90\x29\xba\xa6\x76\x57\x55\x36\xd5\xba\x2b\xbd\ \xe1\x86\x70\x93\xd1\xa6\x34\xdb\x7c\x95\x76\x87\xda\x1d\xb2\x58\ \x34\x5e\x00\x0d\xf7\xfa\xdd\x18\x70\xba\x3a\x52\x55\xbb\xeb\x50\ \xfd\xda\x3d\x07\xb6\xad\xfa\x64\xdb\xbb\x6b\x96\x2e\x79\xf7\xdd\ \x1d\x47\x3f\x3b\xb5\xec\xc3\x53\x37\xef\xde\xbe\x79\xeb\x39\x90\ \xab\xa7\xb7\xef\x5f\x7f\xfa\xf4\xdb\x73\xb7\xee\xbe\xee\xef\xbf\ \xfc\xfa\xcd\x9b\x37\xcf\x27\x5f\xf4\xff\xf0\x7c\xb2\xff\xca\xc0\ \xcb\x37\xaf\xfb\x7f\x98\x9c\x1c\xb8\x30\xd0\x7f\xf9\xca\x93\xa7\ \x97\xfb\x5f\x3f\xc8\x5c\x39\x73\xfe\xa3\xad\x5b\x57\x75\x1e\x58\ \xe9\xad\x8a\x34\xf8\x7d\xeb\x0f\xad\xaf\x5e\xbb\xb6\xb9\xd1\x11\ \x72\x57\x57\xdb\xbd\x6e\x77\xb5\x46\xc2\xe6\xb0\xf9\xc0\x9c\x79\ \xae\x20\x87\x04\x57\x68\x2c\x32\x00\x15\x47\xc5\x60\x90\x59\x64\ \x1a\x13\x8e\x57\xcb\xc1\xc6\x1f\x0a\xe7\x7e\xc2\xf4\x0e\x3c\x63\ \xbb\x2c\xf2\x1f\x5b\x66\x96\x17\xcd\x3f\xb1\xcb\x17\x59\x76\xe9\ \x56\xeb\xdf\x7e\xf8\xee\x9b\x6b\x99\x02\x29\x8f\x45\x93\x90\x48\ \xef\xf9\xd4\x7a\xa9\x44\x69\xd3\x6b\xb4\x6a\x36\x8b\xa5\x00\xd8\ \x92\x48\x49\x52\xe0\xc5\x6a\xcc\x26\x34\x87\x1d\xde\x90\x3f\xec\ \x0e\x47\x1c\xd5\x21\x6f\xc8\xd1\xd8\x94\x2c\xfd\xa8\xb3\x76\xe7\ \xcd\x67\x99\x96\x6c\xe4\xd0\xde\xc5\x43\xcb\x97\x3e\x7e\x94\x1d\ \x1e\xe5\x96\xce\x5e\x47\x79\x3c\xfb\xff\xa6\xc5\xdf\x14\x3a\x61\ \xba\xf5\xff\xd6\xdd\x17\x4e\xdf\x35\x25\xff\x4e\xfe\x46\xb4\xde\ \xd2\xab\x85\xd3\x33\x3b\xd3\x88\x35\x67\xd6\x3b\x27\x7f\xfe\xe7\ \x7f\xff\x74\xb8\x75\xdd\xa2\xed\x5f\x1e\x6b\x5d\x77\xec\xc4\x61\ \xac\x65\xe1\xbc\x73\x0b\xca\x43\x6c\x6a\xa8\x01\x6e\x35\x77\x5e\ \x0d\x46\xe9\x6c\xaf\xc0\x06\x86\xd9\x85\xf3\x66\xcc\x5c\x90\x3f\ \x77\x66\xd1\x8c\xfc\x99\x33\xf3\xd1\xa1\xa1\xa0\x30\xaf\xa4\xac\ \x84\x0b\x5c\x49\x17\x0d\xc4\x02\x72\xa2\x9c\x2e\x0e\xc4\x28\xba\ \x68\xc6\xea\xb4\x82\x24\x13\x70\xad\x62\x79\x40\x1e\x4f\x66\x74\ \x29\x71\x09\x5d\x17\x75\xca\xc5\x72\x01\x50\x1d\x31\x3c\x24\xa7\ \x50\x88\x05\xa5\x65\xa5\xd6\x98\x53\x1e\x77\x52\xa8\xdc\x32\x22\ \x31\x60\xb5\x0a\x9c\xce\xd4\x48\xcc\x59\x0a\x22\x53\x40\x2f\x2b\ \x2f\x2c\x2c\x28\x2b\xa7\x94\x71\x29\x33\x8a\xad\x20\x23\xad\xa0\ \x2c\x5f\x3e\x1a\x8e\x25\xd3\xf1\xd1\xf1\x4c\xcf\xc8\xe8\x08\x2c\ \x8e\x8f\x46\x32\x23\xe9\xbe\x58\x2a\x99\x49\x06\xc6\x52\x13\x63\ \x51\x4f\x32\x1a\x8b\x47\xad\xb1\xb8\x53\x27\xef\x4b\x07\xb0\xb7\ \x2b\x26\x16\x50\xe1\x9b\x0a\xe8\x44\x22\x55\x10\x10\x50\xb9\xc4\ \x02\x62\x1e\x9d\x4b\xc7\xc8\xd7\x00\x97\x5a\x46\xf9\x1d\xce\xfa\ \x4e\x37\x84\x77\x0d\xc2\x7f\xbd\x1d\xed\x41\x34\x7f\xe9\x50\x31\ \x80\x67\x8b\x24\x3c\x38\x9b\x3a\xd0\xc2\x2a\x18\xe4\xf1\xf9\x52\ \x9a\x8a\xc1\xd6\x4b\x6c\x66\x11\x13\x7e\xbd\x46\xbd\xc2\xed\x8d\ \x54\xd7\x62\x23\x95\x96\xed\x22\x88\x34\x46\x29\xcd\xc4\x90\x48\ \xdc\x95\xb5\x95\x76\x9b\x46\xeb\xf0\xd6\xd6\xd7\xaf\x5f\xbf\x76\ \x53\x38\x5c\x05\xf0\x65\x73\x58\x2c\x66\xa5\xdb\xcc\x96\x28\x8c\ \x6a\xbd\x41\x6b\x31\xb0\x24\x1a\x83\x88\xc4\x63\x98\x65\x4a\x8b\ \xc5\x5d\x55\x5b\x5d\xa5\x84\xe7\x1e\x14\xd6\x79\xed\x36\xd3\x60\ \x47\xef\xd5\x8e\xee\x44\xaf\x90\x20\xf1\x87\xab\x1b\x22\x95\x95\ \xd5\x3e\xb3\xda\x60\x04\xa8\xd3\x98\xf9\x0a\x3d\xa8\x41\x11\x86\ \x4d\xd0\x68\x78\xe6\x83\x86\x23\x80\xba\x12\xc2\xa5\xa3\x9d\x47\ \x42\xcd\xd6\xd1\x4e\xd2\x1b\x94\x6a\xb6\x5a\x24\xd1\x33\xc9\x6a\ \x85\x11\x5e\x93\x5e\x23\x52\xc0\x6d\x16\x99\x47\x63\x82\xce\xe2\ \x10\x84\x42\xf8\xdc\x8e\x6e\xb4\x19\xed\xea\x50\x81\x0a\x03\x26\ \x07\x92\xcb\xe4\x1a\xc4\x18\x8a\x20\xcf\x05\xba\xb4\xbd\x1d\xd4\ \x69\x3b\x07\xa5\x23\x96\xcb\xdb\x4d\x1c\x1e\x4d\x18\x4c\x98\x72\ \xa5\x76\x00\x1a\x55\x3b\xe0\x16\xee\x17\x9a\x30\x4d\x10\x24\x34\ \x68\x3d\x50\xd2\xa0\x1c\xd9\x6a\xac\xa0\xc1\xa7\xf3\x40\xe3\xe2\ \xb2\x0e\x08\xa5\xc2\x11\x41\x4c\xd3\x06\x09\x69\x62\xe6\x1a\x1d\ \x18\x98\xe3\x62\xe2\x11\x5c\x09\xb2\x89\xc1\x41\xe2\xc7\xc3\xcc\ \x67\x26\x4e\x01\xd1\xb0\x8c\x85\x7b\x5a\x64\x96\xd2\xac\x95\x28\ \xb4\x6d\x1a\x85\x5d\x6a\xb4\x59\x64\x76\xdf\xa1\x15\x6b\xf6\x6d\ \xda\x71\xf6\xd3\xeb\x9b\x6f\x5f\xff\xea\x49\xff\xc3\xa7\xf7\x1f\ \x3c\xbd\x75\xf9\x59\xa0\x4c\xee\xa4\x94\x96\x14\x53\xe4\xc4\xe8\ \x70\x49\xb1\x2e\xde\x47\xe5\xd2\xcb\x8a\x53\x8f\x5e\xf7\x6d\xac\ \xbb\x3f\xfc\x68\xc9\xb6\x49\xb9\x2e\x19\xbf\xef\x26\x49\x49\x26\ \x65\x48\x6d\x70\x87\xdc\xe1\x7a\x5f\xfd\x1e\xbf\xec\x95\x2e\x62\ \x8c\x54\x57\xfa\x2b\xab\x1b\x34\x0d\x7e\x7f\x9d\xdf\xeb\xf0\x1b\ \xcd\x76\xa3\xde\x1e\xaa\x0a\x19\xbd\xa1\x6a\x5f\x9d\xaf\x6d\x4b\ \xa5\xd9\x1e\xa9\xab\x6b\x8e\x34\xed\xdb\xb4\x61\xd3\xbe\x4d\xcb\ \x97\xad\x38\x7b\x71\xe3\x47\x3b\x8e\x9c\x3d\x7f\xf4\xe6\x8d\x1b\ \x37\xaf\x7f\x73\xee\xd6\x37\x0f\x9f\x3c\xfd\xee\xdc\x83\xfe\xc9\ \xc7\xfd\x0f\x9e\x5f\xe9\x7f\x36\x7e\xe1\xab\x97\x13\xcf\xbe\x9a\ \x78\x39\x30\x3e\x39\xf0\x6c\x60\x64\xe2\xd5\xb3\x97\x57\xce\xf5\ \x0f\x3c\x1b\x9d\x78\x75\xe1\x0d\xc0\xd5\xcb\x37\xcf\x93\x03\xd7\ \xcf\x6f\xdc\xbc\xb7\xf3\xc0\xbe\xf5\xa1\xfa\xa6\x86\x48\xf3\xce\ \x4f\xea\xeb\xdb\x1a\x42\x55\x5e\x9f\xa5\xbe\xaa\xba\xca\x6b\xd1\ \xe8\x81\x7e\xd2\x08\x52\x19\x09\xde\x53\x12\x81\x49\x40\x37\x3f\ \xac\x44\x92\x08\x2c\x90\xfd\x0c\x32\xac\x16\x7e\xfb\x96\x47\x8b\ \xe6\x6e\x61\x6f\x79\xe9\x54\xba\x64\xaf\xff\x93\x1f\xd7\x15\x7c\ \x5e\x58\xd7\xd4\xb4\xe2\xf6\x9a\xbc\x1f\xaf\x5c\x7e\x70\x63\x24\ \x5f\xa9\xa2\x49\x64\x1c\xf3\x15\x1b\x93\xcf\xd6\x2a\x0c\x0e\xa5\ \xda\x8c\x89\x3c\x4a\x2d\x56\x3b\xd4\x0a\x83\x04\xab\xaa\xbe\x90\ \xd7\xe2\xab\xaa\x6a\xa8\xf6\xfb\x2b\x2b\x23\xde\x48\xdd\xca\xaa\ \xd7\x0b\x8e\xaf\xea\xdc\xb4\x63\x20\xd9\x1a\x0f\x7f\xf0\xc9\x27\ \x13\x3b\x8e\x5f\x7b\xf3\x72\x7c\x44\x4c\x29\x5a\x57\xf1\x72\xf4\ \xdf\xb3\xa6\x9a\x44\xef\xe4\x32\xae\xa7\x19\xd6\xc9\xdf\x7a\xb2\ \x72\x40\x36\xe7\xd7\x86\xf7\x5f\xdb\x1a\x16\xbe\xed\x81\xc8\xed\ \x31\xbe\x95\x85\x08\x5b\xef\xfc\xf4\xe3\x8f\x00\x59\x2d\x5f\x7c\ \x71\xb8\xf5\xf0\xba\x96\xd6\xd6\x63\x2d\xad\xc7\xb6\xa3\xa3\x56\ \xcd\x82\xb9\x98\x7a\x74\x78\xfb\xba\x96\x96\xed\xeb\x5a\x6b\x5a\ \x5b\xb7\xa3\xbf\x56\xc5\xa2\x79\x15\xf9\xc5\xf9\x18\xaa\x3a\xbb\ \xb0\xa8\xac\xa0\xbc\xb8\xb4\x94\x48\x2f\x2d\x28\xa7\x88\xe3\x81\ \x80\x15\x73\xe2\x89\x44\x2e\xd7\x93\xcc\x58\x29\xb1\x78\x2c\x95\ \x4d\xa5\xe3\xce\x64\x94\x4a\x75\x7a\x52\x99\x64\x26\x93\x76\x8a\ \x9d\xf1\x80\xb3\x94\xc2\x75\x06\x04\x14\x79\x69\x19\x85\x0a\xf8\ \x04\x9a\xcd\x49\xe5\x8a\xa3\x4e\xb1\x55\x4c\xb5\xea\x9c\x56\x34\ \x2c\x0d\xe4\x66\x01\xc5\x4e\x7a\x69\x71\x09\xfe\xa1\x96\x11\x3d\ \xd4\xd9\x25\x3a\x2a\x55\x9e\x4c\xf6\xc4\x1e\x0d\x8f\x8e\xf5\x04\ \x62\x99\xa1\x91\xf1\xcc\xd8\x50\x7a\x2c\x3b\x02\xa8\x95\x1d\xcd\ \x26\x3d\xd6\x91\xcc\xe8\x50\x2a\xee\xd1\x61\x1f\x6a\x00\x53\x95\ \xa8\x4e\xab\xd5\x29\xe6\x3a\x31\xa6\xd0\x2a\xc0\xa2\x5a\x39\xc5\ \xea\x91\x97\xe0\x20\x34\x95\x2e\x70\x7a\xc4\xa0\x0c\xad\xa5\x74\ \x00\xac\x5c\xd6\x1e\xb2\x2c\xb4\xd5\xc3\xbf\x57\x07\xdb\x13\x83\ \xae\x6e\x1e\x8b\xcd\x20\xf0\xb5\x52\x32\x9f\x8c\x69\xcf\x1d\x2e\ \x4e\xa2\x97\xc0\x64\x31\x81\x0f\xb0\x69\x4a\xb6\x46\xa6\xe7\xcb\ \x24\x52\x63\x65\xc8\x5f\xdd\xd4\x58\xa5\x31\x2a\x18\x24\xbe\xcc\ \xe0\x93\x31\x18\x7c\x19\x40\x83\xd1\x67\x71\xdb\x7c\xe1\xfa\xe6\ \x48\x55\x63\x53\xed\xaa\xd5\x75\xb5\xa0\xf7\x1c\x16\xa3\xc5\x60\ \x77\xc3\x41\xa1\x36\x1a\x14\x1a\xa3\xc8\xe0\xb5\x28\x34\x7a\xde\ \x55\x17\xb0\x25\x91\x5d\xaf\xd4\x86\x7c\x6a\x83\xc3\x30\x98\x30\ \x7b\x2b\x45\x40\xae\x7a\x7f\xc1\xfc\x87\x20\x41\xaa\x70\xdb\x1c\ \x21\x9f\x51\x2b\x12\x69\xb5\x22\xb5\xdb\xac\x37\x18\x6c\x0a\xb5\ \x06\x98\xbb\x54\x26\x25\x01\xbc\xa8\x5c\xe8\xae\xee\x4a\x08\x81\ \x9d\x30\x06\xbb\xdb\x85\x1c\x97\xca\x15\x54\x91\xec\x5e\x87\x12\ \xc0\x50\xc4\x97\x29\x24\x66\xb5\xd4\xc0\x37\x6b\x15\x4a\x38\xcc\ \x59\x4a\x16\x80\x1b\x03\xe1\x80\x23\x15\xa2\x33\x55\x77\xbb\x09\ \x48\x96\x0a\x74\x24\x96\xb9\xc9\x2e\xd0\xc0\xb9\xbc\x0d\x15\xa8\ \xb5\x60\x3b\x99\x16\x84\x6f\x81\xb5\x27\x1a\x93\x97\x40\x9f\x50\ \x61\x7b\x87\xaa\x1d\x1b\xdb\x81\x67\xb9\x12\xed\x3c\x6c\xaf\x62\ \x60\x3d\x9e\x83\x55\x73\xdc\x08\x14\xc2\x35\x21\x09\x37\x28\x73\ \xa3\x35\x40\xa8\x90\x3f\xa9\xe0\x11\x1e\xf6\x59\x91\x39\x18\x7e\ \xc6\x44\xe8\x02\x2d\xa8\xea\x85\x0f\x1c\x0e\x88\x52\x13\xc6\x7b\ \x05\x39\x88\x8c\xf0\x43\x00\xc6\x01\x10\x13\x72\x16\x5a\x04\x11\ \x1b\xf8\x04\xeb\xd0\x1a\x8b\x45\xa9\x35\x47\xec\xb6\xfa\x8d\xab\ \x96\x1d\xbd\x74\xe3\xf8\x7b\xcf\x97\x5e\x7a\x7c\xf3\xe9\xe4\x0f\ \x4f\x5e\x9f\x1b\x7d\x7e\x73\x22\x9d\x4c\x8b\x29\xa5\xc4\x02\x1d\ \xa5\x6c\x2c\x5d\x96\x7e\x7e\xc1\x59\x5c\x44\x11\x5b\x07\x6e\xdd\ \xfb\xf6\xe1\x8e\xfb\xb7\xbf\x1b\x98\xf4\x8c\x78\xe4\x1b\xd9\x2e\ \x1e\x89\x2d\xd1\x8a\x24\x32\x99\x3b\x5c\x15\x76\xaf\xed\xac\xe2\ \x5c\x4a\x1a\xcd\x7e\x7f\xb5\xdf\x5b\x15\xb2\xb9\x6d\x66\xaf\xdf\ \xe7\x35\x1a\x1d\x76\x3b\xc8\xc3\xea\x3a\x7f\x95\xdb\x5b\xe7\xb3\ \xfb\xfc\xcd\x8d\x6b\xdb\x76\x6d\xda\xb0\x65\xd7\xa1\xad\x3b\xd7\ \x2c\xdd\xba\xfc\xd3\x4f\x2e\x9d\x3f\x7f\xfc\xf4\x87\xc7\x2f\x5e\ \x3b\xfb\xcd\x8b\x07\xe7\x26\x2f\x3f\x7f\xf1\xe4\xe9\xe3\x7e\xa0\ \x50\xe3\x6f\x2e\x0f\x3c\x7b\x0d\x67\xf5\xf0\xc8\xf8\x85\x0b\x03\ \x03\xa3\xe3\x3d\x13\x7d\x63\x2f\x87\x1f\x4d\xf4\x4c\xbc\x7c\x36\ \x31\xf0\x66\xe0\xca\xa3\xc9\xfe\x67\x2f\xb3\x23\x13\x93\x81\xcc\ \xc3\xeb\x47\x96\x1f\x3c\x74\x68\xcb\x96\x86\xea\xda\x86\xaa\xa6\ \x43\x2b\x2b\x23\x75\x5e\xb7\xd9\x61\x0e\x85\x7c\x66\xbb\xcd\xa2\ \xd7\x33\x48\x52\x86\x90\xc9\x22\x03\x84\x93\x81\x82\xe2\x58\x21\ \x81\xc9\x60\x92\x18\x2c\xbe\x46\xca\x01\x1d\xce\x22\x48\x1e\xf6\ \x2c\x28\xad\x66\x1d\x4d\x09\x22\xed\x84\x07\x3f\x56\xc8\xb3\x73\ \xff\x36\xa0\x6c\xde\xb7\xf8\xfe\xa9\xf8\xcf\x23\x4f\x9f\x7e\x37\ \x7a\xd8\xcb\x92\xf2\xf9\x84\x7d\x65\x4a\x82\x84\xad\x95\xa9\xb5\ \x4a\x36\x26\xbe\xf1\x25\x7c\x89\x46\xaf\xd0\x4a\x95\x32\x91\x4c\ \x69\xb0\x45\xaa\x42\x00\x5a\x91\x66\x77\x18\xbe\x79\x38\xdc\xd0\ \x54\xf5\xed\xe1\x23\xbb\x76\x1d\x5a\x76\x45\x7e\xb8\x6f\xf5\xa6\ \x43\x9b\x47\xdf\xdb\xf8\xe2\xee\xb9\xbe\x64\x54\x2c\xaf\x99\x7f\ \xe1\x69\xcb\x3b\xb9\x7a\xd5\x42\x44\xab\x69\x29\xf8\xb6\x9e\xb5\ \x70\x6a\x3a\x02\xdd\xa4\x93\x00\x00\x20\x00\x49\x44\x41\x54\x67\ \xe1\x6f\xf7\xfd\x3a\x04\xfd\x5b\x71\x3e\x37\x71\x88\xdd\x58\x53\ \xb5\xf7\x85\x18\x98\x3d\xeb\xc7\xbf\xff\xf8\x97\x75\x80\x53\x2d\ \xc7\xd0\xa9\xb4\x75\x3e\x86\x76\x2f\x42\x4f\xe4\xb9\xb8\x79\x78\ \x6c\x3b\xdc\x5c\xb7\xae\x65\xfb\x22\xb8\xd4\x54\xcc\xaf\xa8\x99\ \x3f\x7b\xee\xbc\x05\xf0\x0f\x3e\x14\xe6\xe7\x97\x15\x97\x12\xcb\ \xb9\xc0\x59\x9c\x51\xb9\x0e\xa0\xc1\xe3\x09\x88\x29\x14\xb9\xce\ \x19\xb3\x5a\x03\x31\x5d\x34\x1d\x00\xd8\xf2\x04\x04\xf4\x40\xd4\ \xea\xf4\x64\xd3\xb0\x94\xf4\x44\x89\x9e\x00\x7c\x1e\xd7\x49\xa5\ \x52\xe9\x72\x39\x5d\x90\xf2\x08\x74\x72\x2e\x7c\x8d\xd3\xea\xb1\ \xc6\x02\xce\x80\x93\x4e\xa4\x97\x03\x3d\x0a\x78\xe4\x72\x6e\x79\ \x7e\x61\x49\x09\x11\xd6\x47\x7a\x5e\x69\xc9\x0c\x62\x2a\x40\xa5\ \x7b\xa2\xce\xf4\xb3\xa1\x57\xd9\x54\xaa\x67\x6c\x7c\x7c\x24\x9b\ \xc9\xf4\x0c\x27\x87\xfa\x86\x26\x46\xd2\xc9\x64\x46\x9c\x1e\x4b\ \x05\x00\xd2\x40\x83\xc6\x03\xf1\x64\x4a\xac\xa3\x88\xc5\xf0\x92\ \xe4\xc0\xf4\x62\x1e\x31\xe2\x15\x51\x67\x05\xd0\x2a\xa3\x08\xe0\ \x05\x50\xcb\xad\x4e\x2a\x1d\x04\x02\xb7\x9c\x4a\xfd\x5d\x4e\x0a\ \x4e\x39\xd4\xe5\x2e\xdd\xc0\xb3\x72\x75\x66\x17\xee\xaa\x03\x13\ \xe1\x10\xc8\xa6\x8e\x0e\x13\x41\x08\xbc\x81\xc4\x01\x61\xc4\x20\ \x31\x68\x7c\x11\xa8\x3f\x36\x49\x61\xb6\x18\x6c\x95\x9d\xa1\x70\ \xd8\xab\x86\xf5\xdf\x67\x51\x8a\x58\x7c\xbe\xc2\x28\x53\x68\xdc\ \xa0\xde\x2a\x7d\x8e\xda\xc6\x86\xca\x95\x0d\x9d\x6d\x7e\xbf\x42\ \x6f\x37\x18\x43\xd8\x85\x67\x96\x91\x6c\x76\xb5\xc4\x60\x60\x2a\ \xcd\x16\xbd\x56\x41\xe8\xea\x90\x18\x7d\x0e\x87\xd7\x61\xab\xaf\ \x33\x38\x8c\xbe\xf6\x6e\x6d\xd8\x42\xea\x6e\xef\xe8\xfa\x65\x10\ \x90\x04\x80\x45\xd3\x18\x31\x6b\x34\x00\x75\x12\x29\x1f\x0e\x28\ \x05\x80\x95\xc5\xa0\xd7\x8b\x64\x70\xae\xc1\x12\x2b\x14\x26\xba\ \x01\xad\xe0\xec\x26\x13\xa4\x24\x4e\x37\x00\x0d\x8d\xc1\x0b\xf2\ \x98\x0c\x9b\xdd\x56\xe5\x33\x1b\x40\x14\xb2\xf4\x6e\xad\xde\xa6\ \xb6\x30\x2d\x76\x78\xe9\x52\x99\x84\x2c\xa4\x49\xa5\x7c\x32\x0e\ \x3e\xa3\x8d\x7d\x77\x6f\x7b\x6f\x7b\x7b\x02\x08\x1a\x81\xcf\xe6\ \x93\x55\x42\x80\xa5\x04\x6a\x4b\x1e\x8d\x21\xd5\x9b\xcd\x4c\x32\ \x99\x25\x21\x31\x01\xe2\x5c\x2a\x15\xe2\x77\x22\x37\xfc\xac\xe2\ \xa8\x40\x3d\x63\xe4\x3c\xa6\xc8\xaa\xd0\xb3\xc2\x25\x24\x70\x00\ \xa1\x30\x15\x1b\x9d\x42\x81\xc3\x01\xaa\x91\x69\x04\x1c\x3e\xe4\ \x81\xb0\x04\xd5\x0a\x9f\x22\x64\x90\x01\x91\x00\xc7\x30\x8a\x1e\ \x80\x49\xd8\x61\x42\x93\x2b\xa0\x65\x26\x6c\x6d\x20\x31\x5c\x1c\ \x06\x52\x31\x32\x47\x85\x76\xca\x0c\x0e\x9f\xe3\x02\xc1\xc3\x94\ \x1a\x56\x9f\xbe\xb5\xc5\xd6\xd9\x60\x09\xfb\x9b\x37\x6f\xfb\xe8\ \xfc\xe5\xd3\x17\xef\x7e\xb3\xec\xd3\xa7\x4f\x7e\x78\x31\x79\xee\ \x6e\x7f\xcf\x8d\xb3\x59\xab\x4e\x27\x16\x97\x97\x97\x95\x14\x50\ \xc6\x62\xe7\x26\xa3\x45\x33\xca\xca\xe5\x94\xec\xc5\x8b\x3b\x36\ \x0c\x3d\xcb\x3e\xbd\x7f\x2e\xfa\xdd\x64\xaa\x2d\x41\xe2\xf3\x25\ \x6c\xb6\x5e\xcd\x67\xdb\x7c\x3e\x9f\xc3\x5d\xd9\xd8\x4c\x3b\x3e\ \x29\x52\x68\x34\x46\xf8\x63\x36\x28\x7c\x76\xa3\xcd\x60\x0b\xa9\ \x2d\x1a\x6c\x4d\x51\x02\xb3\xf5\xd6\x35\xd4\x47\xbc\xab\x57\xb5\ \x75\x76\xee\xdf\xb9\x75\xd3\xb6\xad\x4b\x8f\x2c\x7d\x7f\xd9\x87\ \x67\xd7\x9c\xba\x76\xfb\xee\x37\x97\x6e\x5e\xbf\xfb\xc3\xd3\xc9\ \x81\x2b\xfd\x8f\x07\x5e\x5e\x7e\xfa\xe4\xe9\x85\x47\x6f\x5e\x8d\ \x0e\x0c\x5c\x78\x15\x1f\x1d\x18\x1f\x9e\xe8\x1b\x7a\x86\x66\xdf\ \x13\x63\xaf\xbe\x1a\x05\x4d\x38\xfe\x2a\x9d\x7d\x04\xc7\x72\x66\ \xa8\x67\x7c\xdc\x29\x17\xe8\x0a\xb7\xbf\xb9\x7f\xe6\xdd\x03\x87\ \xf6\x76\xee\xa9\xad\xf4\x57\x35\xef\x5d\x0d\xba\x34\x62\x47\x5d\ \x56\x17\xf2\xda\x8c\x06\xbb\x02\x7e\x75\x4c\x16\x1a\x1e\x92\x41\ \xcd\xe7\x4c\x77\x80\x2c\xb3\x98\x64\x06\x8d\x41\x56\x48\x98\x04\ \x13\x8f\x91\xd0\x76\xde\x6c\x49\x59\x8c\xb7\xad\xf4\xfd\x1d\xac\ \xe7\xff\x68\xc9\x27\xd6\x7c\xfd\xa9\xbe\xb9\xf9\xe3\x1b\x1f\xbd\ \xfc\xe7\xf0\xb7\x2f\xee\xf5\xfc\x7d\x8b\x8b\x2f\x63\xb1\x36\x66\ \x25\x52\x80\x6b\x82\x44\x6d\x33\x9b\x2d\x0e\x8d\x96\xaf\x80\x6f\ \xa2\x10\x49\x24\x52\xb5\xc6\xe1\xf5\xb9\xcd\x55\x7e\x78\x05\xf5\ \xc6\x86\xe6\x88\xcd\x1b\x3a\xd8\xec\xbd\xd7\x7a\x76\x57\xdb\xfa\ \x0d\xaf\xe5\x87\x03\x6d\x9b\xf7\xae\xee\xbf\xb7\xfc\xfe\xb5\xc9\ \x0b\x23\x49\x4f\xf9\xbc\xfc\xc9\x6b\xf2\x93\xb3\xa6\x3b\xae\xee\ \xbc\xdd\x1d\xcc\xfd\x7f\xe7\xce\xc9\xb7\x6d\xa4\x0b\xe7\xdc\xf9\ \xad\x27\x6b\x0a\xa8\x72\x5a\x71\xce\xff\xec\x26\xbe\x6d\x7a\xcf\ \xb9\x39\xbc\x33\xe7\xc7\xaf\x7f\xfc\xe7\xd7\x27\x5a\x6a\xd0\xa8\ \x18\x3d\x15\x6b\xbe\xfc\xe3\xd7\x3f\xfe\xf7\xc7\xbf\xff\x19\x94\ \x61\xc5\xf6\x45\xdb\x31\xa4\x10\x38\x56\x4b\x4d\xcb\xbc\x8a\x56\ \x1c\x82\x9e\xbf\xa0\x62\xde\x82\xb9\x73\xf3\x17\xcc\xc6\xb4\xc3\ \xbc\x99\x80\x59\xc0\x98\xe8\x02\xab\x00\x1b\xca\xe3\x3a\x01\x80\ \x4f\x5c\x67\x4d\x02\x9b\x92\x03\xc1\x8a\x26\xd1\x5f\xc6\x29\x8e\ \xe9\xb2\x19\x9d\x38\xea\x89\x25\x3d\xba\x58\xd2\xe9\x0c\x04\x80\ \xf4\x50\x05\xd4\x52\xb9\x2e\xa0\xd3\xe9\xe4\xd4\x40\x2a\xa6\x2b\ \x17\x58\x11\x59\xc4\xe5\x3a\x4f\x5c\x1e\x48\x46\x3d\x56\x6c\x95\ \xa1\xd3\xcb\x0b\xf2\xf2\xca\x0a\xf2\x0a\x66\x14\x0c\x8d\x88\xe5\ \x9e\xa4\x33\x90\x8e\xbe\x1a\x8f\xc6\x47\x26\xc6\xb2\xb1\x64\x34\ \xda\x37\xfa\x32\x93\xc9\xc0\x51\x90\x4e\x0d\x81\x9a\x4c\x66\x7b\ \x9c\x99\xa1\x74\x1c\xe0\x0a\x74\x21\xb1\x80\x1a\x4d\xa5\x3d\xf1\ \x00\x97\x1b\x17\x73\x75\x44\x90\x99\x4e\xae\x58\xce\x2d\xa1\xcb\ \x05\xa5\x02\x39\x85\x6e\x85\x4f\x29\xc1\xfd\xc3\xf2\xdf\x75\xe5\ \xea\xec\x1d\xed\x57\x31\x28\xf0\xea\xe0\x60\xd7\xd4\xa4\xf0\xd5\ \x5e\x13\x81\x45\xc2\x26\x2c\xf4\x5e\xc1\x51\x41\x74\x7b\xc2\x4d\ \x2c\x90\x26\x70\x8e\xb1\x64\x32\x3e\x81\xa4\xd6\x82\xd8\x67\xdb\ \x1a\x1a\x6a\x6d\x76\x12\xd3\xa2\xc6\x56\x61\x82\x48\xab\x91\x69\ \xdc\xe6\x70\xad\x3f\xd2\x10\xaa\x5d\x5b\x59\xd9\x50\xdf\xb9\xb2\ \x5a\xcb\x07\x61\xa1\x35\xa8\xed\x1a\x8b\x5d\xa4\xf7\x5a\x24\x32\ \x16\x89\x10\xf1\x99\x7d\x9a\x4a\x75\x57\x17\x19\x3d\x44\x7c\x22\ \xa9\x44\x0d\x5a\x53\xa1\xea\x35\x54\xb1\x85\xaa\x60\x62\xb0\xab\ \xbb\xbd\x37\x98\x20\x10\xb4\xe1\x48\xc8\xec\xf0\x1a\xf9\x2c\x12\ \x53\xa9\xd5\xcb\x64\xf0\x3c\x6e\x8b\x82\xc5\x94\x29\x45\x04\x90\ \x03\x1c\xa4\x38\x00\xa6\x24\x06\x59\xca\x62\xe2\xcc\x8c\x8b\x23\ \x4c\xd0\x58\x52\xb7\x36\xec\xf5\x7b\xb5\x34\x16\x8d\xa9\x71\xb8\ \xcd\x5a\xb3\x5d\x69\x54\x2b\x14\x0a\xc0\x24\x9c\x67\x94\xf1\x59\ \x1c\xc0\x0f\x06\xcf\x15\xc4\x2d\xc1\xc1\xee\x9c\x99\x9e\x5a\x04\ \xdf\x41\x83\xaa\x57\xad\x56\xf0\x0d\x76\x83\x4d\x23\xa3\x11\xb0\ \x1f\xad\xbb\x63\xb0\x5b\x05\x32\x31\xd1\x8e\xee\xa1\xd8\xce\x10\ \x04\xe6\x05\x3c\x8b\xc0\xc3\xc2\x16\x7a\xb1\xf3\xc8\xaa\x5e\x0e\ \x80\x17\x81\xec\x22\xf3\x08\x09\x0e\x07\xe7\x82\x40\xfc\x31\xd0\ \x79\xcc\x95\xf3\x0f\x45\xf3\x09\x15\xbe\x48\x9c\x7e\xe3\xa8\x3a\ \x80\xa4\x61\xe7\x15\x07\xf4\xa9\x2b\x67\x87\x08\x6a\x13\x6f\xe2\ \x10\x22\x87\xc1\xc8\x95\xae\x78\x2c\x1a\x0d\x33\x28\x48\x2c\x45\ \x95\x7a\xfd\x12\x69\x43\xa3\xbb\x61\xd7\xe6\xe5\x0d\xab\x2e\xdd\ \xba\x78\xeb\xa3\xa3\xcb\x1e\x3e\x99\x9c\x9c\xbc\xf2\xf4\xee\xc4\ \xeb\x87\x5f\x01\xbb\x1f\xb6\x3a\x8b\x0b\x4b\xcb\x29\x05\x23\xfd\ \x6f\xca\xe8\xe5\x73\x67\x14\x10\xcb\x7a\xce\xfd\xb0\xf5\x79\x2a\ \x7b\xe1\xd9\x98\xfc\x75\xff\xc4\x4e\x32\x8e\x23\x4a\x15\x64\xa9\ \x42\xa6\xd4\x7b\x23\x61\x8d\xb1\x61\xf7\x5a\xf6\xa1\x53\x6a\x3e\ \xf0\x57\xb5\xd2\x16\xd1\x80\x86\x36\x18\xcc\x6e\x9b\x42\xaf\x50\ \xd8\x70\xcf\xac\xba\xb2\x39\xec\xae\x5d\xbf\x65\xe5\xfe\x3d\xab\ \xf7\xec\xdf\xb9\x74\xf1\x7b\x4b\xdf\xfb\x6c\xcd\xe9\x8d\x47\x6e\ \xdc\x38\x73\xf6\xda\x77\xdf\x3d\x7f\x7e\xb9\x7f\xa0\x7f\xf2\xca\ \xeb\xd7\x93\x8f\xc6\xae\x8c\x8d\x5d\xbe\xf2\xa8\x6f\xec\x55\xcf\ \xa3\xf1\x9e\xcc\xf8\x44\x66\x38\x3b\x14\x1f\x1b\xb9\x90\x4d\x8f\ \x0c\x67\xb2\xf1\x4c\x3c\x9e\x1e\x1d\x4a\x07\xac\xf2\xf2\xbc\xc2\ \x45\x35\xeb\xfe\xf0\x97\xff\xfc\x7c\x67\x56\xe0\xc9\xad\x0f\xdf\ \xdd\xb9\x6d\xdb\xbe\xda\xfa\xc6\xba\xa6\xbd\x6b\x01\xa6\x22\x7e\ \x07\xa8\xb1\x88\xbf\xd2\x67\xd6\x6a\x0d\x0a\x99\x46\xcf\xc6\x83\ \x90\x06\xe2\x5b\x85\xa3\x53\xc0\x69\x99\x7c\x92\x2a\xa8\x22\xf0\ \x95\x0a\x26\xf0\x53\xe3\x86\xdd\xd7\x32\xdf\x8a\x6a\x9f\x59\xe9\ \x5b\xda\x13\xef\xfe\xe5\x58\xfe\x8c\x3f\x6e\xef\x6c\xa8\xaf\xdf\ \x77\xf6\xf8\xe4\x8f\x05\xb7\xef\x3d\xc9\xfc\x67\x45\x90\xcc\x26\ \xcb\xee\x8f\xc9\xd8\x52\xbd\x9e\x29\x91\x2a\x14\x0e\x9f\xc5\xe1\ \x30\x6b\xd5\x36\x8d\x52\xaa\x10\x19\xcc\x3e\x9b\xbb\xda\xee\x77\ \x38\x94\xa1\xfa\x46\x63\xa8\x39\xe4\xb7\xd7\xb7\xd5\x45\x4e\xcf\ \x7d\xb8\xaf\x76\xcb\xca\xdb\xd6\x63\xba\xfa\xfd\xfb\x3f\xf9\xf6\ \xf2\xd2\x1d\x37\x1e\xdf\xeb\x1f\x4a\x71\x0b\x89\xfd\x97\x9e\x9c\ \x78\x67\x1a\x9d\x4e\xe6\x3e\xbc\xed\x70\x98\x33\xdd\x86\xb5\xf0\ \x37\x8d\x38\x05\x4e\x77\xde\x0a\xc6\x5c\xf7\xe8\x94\x60\x9c\xde\ \x3b\x9c\x22\x60\xb9\xd2\x3b\xce\x28\xbe\xf3\xd3\x9f\xb7\x6f\xdf\ \x7e\xf8\xf0\xf6\x63\xeb\xbe\xfc\xd7\x7f\xff\xf9\xf3\x5f\x17\xfe\ \xf4\xfd\xcf\xff\xf8\xc3\xba\x9a\x75\x27\xd6\xad\x3b\x76\x78\xca\ \x0c\xb4\xe6\xf0\xe1\x96\x9a\xb9\xb3\x2b\x16\x2d\xa8\x99\x37\x73\ \x46\xd1\xbc\x8a\xb9\x85\xf9\x73\x67\xe7\xe7\x15\xcf\x2d\x2c\xa1\ \x50\x00\x07\x4a\x63\xd6\xa4\x4e\xe7\x89\x81\x3c\xe4\x5a\x51\xfa\ \x05\xac\xd6\x9e\x54\x32\xc3\x25\x0a\xe4\x1e\xb9\xb3\x07\x1e\xa4\ \xca\xc5\xd1\x58\x32\xeb\x01\x28\xd2\x0d\xa5\x9c\x3a\x0a\x55\x20\ \xa7\xeb\xe4\x3a\xb1\xd3\x8a\xa0\x45\x95\x3b\xad\xc4\x32\xba\x40\ \x10\xb0\x52\xe4\x88\x75\x20\x0a\xe9\x65\xe5\x65\x65\x33\x0a\xa8\ \xe5\x5c\x71\x49\x7e\xc9\xf0\x30\x91\x4e\x05\x26\x97\x4c\x8e\x8d\ \xa7\x02\xe9\x91\xd1\x74\xa6\x6f\x24\xdd\x37\x31\x91\x49\x5d\x88\ \xf5\x4d\x8c\x07\xd2\x81\xac\x67\xac\x27\xed\xc9\x66\x92\x1e\x4f\ \x34\x1a\x00\x8a\x55\x2e\x4f\xc6\xe1\x46\x40\x17\x0d\x88\xb9\x31\ \xb8\xd3\x19\xa0\x13\xa9\x65\x74\x9d\xc7\x23\x8e\x52\xca\x88\x44\ \x22\xbd\xa4\x04\x98\x21\x30\x2c\x74\xa6\x83\x53\xb5\x23\x87\x52\ \x18\xf6\x35\x2d\x10\x3b\x82\x34\x36\x89\x06\xab\x3a\x1b\xa8\x33\ \xb6\x4a\x72\x3a\x3a\x82\x3c\x1a\x99\x49\xc6\x2c\x04\x38\xbd\x98\ \x32\x92\xde\xa2\x20\x89\xd8\x4c\xad\x31\xec\x95\x49\x98\x12\x05\ \x93\xc4\xc7\x1a\x8b\x5a\x23\xd5\x7a\x43\x4d\x95\x8d\x4d\x9d\x0d\ \xfe\xfa\x5a\x40\xae\xb6\x66\xbf\x5a\xe3\x0f\xf9\xc2\x21\xb7\xc5\ \xe6\x35\x58\xb4\x4a\xa5\x43\xcf\x64\x19\x1c\x5a\xb6\x84\x44\x30\ \x01\xa9\x33\x91\x79\x6c\xa6\x4c\xab\x80\xd3\xa3\xf1\x3d\x7b\xaf\ \xd4\xd2\x9e\x1b\x05\xc4\x69\xeb\xae\x76\x92\x44\x69\xf1\xfb\x7d\ \x3e\xbb\xdf\xc8\x67\x32\xf9\x1a\xa5\x1a\xdb\xfd\x0c\x7a\x83\x46\ \x2b\x65\x4a\x68\x3c\x1c\xac\x01\xd9\xd6\x81\x8e\x06\x42\x0e\x8d\ \x44\x4b\x60\x84\x8d\x89\x46\x62\xf3\xed\x40\xe8\xc2\x3e\x8d\x4c\ \x2a\x55\x28\xfd\x75\x11\x87\xc6\xeb\xb3\xd7\x3b\x6c\x22\x35\x4d\ \xcd\x26\x63\xf2\x72\x37\x62\x10\x07\x43\x6a\xb0\x59\x01\x9b\x7c\ \xf4\xee\x06\xbf\xcd\x1e\xa9\x33\x63\xf4\x2a\x93\x81\x63\xc9\x1d\ \x1d\x83\x1d\x40\xf4\xc8\xc2\x60\x2f\x08\x45\x6c\xb6\xc2\x36\x06\ \xc0\x6f\x95\xaa\xbb\x1d\x3b\x49\x55\xbc\x6e\xec\x83\x80\x73\x08\ \x43\x66\xdb\x13\x18\x3f\x8d\x3e\xef\xc2\x04\x39\x57\xb2\x52\xb9\ \x12\x38\x90\x83\x36\xc8\xa6\x76\x06\x8f\x61\x42\x03\x52\x0e\xb0\ \x30\x0e\x83\xac\x0a\x72\x5c\x41\x21\x93\xac\xa2\x61\x68\xaa\x0b\ \xfb\x51\x41\x4e\x9a\x78\x24\x86\x8a\x03\x72\xd2\x04\x20\x46\xa0\ \x11\x98\x12\x32\x43\x4a\x93\x48\x40\xc1\x68\x99\x64\xbd\xad\xd6\ \x1c\x0e\xad\x5f\xbe\x64\xf5\xc1\x8f\xb6\x9e\x39\xf3\xe1\xf1\x23\ \x2f\x4f\x0d\x4c\x4e\xde\xb8\x78\xf9\xca\x0f\xaf\xfb\xe2\x7d\x7d\ \xa3\x1e\x2e\xb1\xb4\xb8\x84\x48\x8c\x65\x4a\x4a\xa9\xf9\x33\x66\ \xce\xae\x49\x1d\xbc\xf6\xf2\x8d\x9c\x9a\x9a\x78\x14\x7f\x35\xf9\ \xad\x41\x24\x05\x31\x45\xe2\x8b\x68\x4c\xb5\x48\x2b\xb3\x87\x1d\ \x4a\x77\x38\x52\x2f\xa9\xdf\xc6\x22\x49\xf8\x22\x8d\x1b\xe9\xb2\ \x48\x26\x52\x2a\x15\x5a\xa5\xd6\x56\xe9\x0f\x37\x87\x6a\x77\x1f\ \xd8\xb2\xfe\xe0\xa1\x83\x9b\xf6\xaf\xf8\x60\xc3\x9e\x4f\x56\xac\ \xf9\xf0\xfc\xc6\xe3\x67\x2f\xdd\xbc\x7f\xfd\xc1\x37\x0f\x6f\xdd\ \x7b\xf1\xb4\xff\xcd\xeb\x97\x6f\x2e\x4f\xbe\xe9\xbf\x72\x61\x68\ \xec\xf5\xd8\x85\x67\x23\x2f\x9f\x8d\xf7\x8c\x8f\xbe\x42\x39\x98\ \xc9\x46\x53\x56\xab\x33\x1d\xb3\x06\x9c\xe5\xa5\xd4\xbc\x19\xc5\ \xf3\x4f\x1c\xfe\xc3\x7f\xbe\xbf\xf3\x57\x38\x3d\x67\x61\x77\xf7\ \x9c\x85\xff\x37\xef\xd2\x93\x9b\x2b\x96\xef\xdc\xd7\xd4\xb4\xb2\ \xaa\x79\xcb\xae\xd5\x0d\xb0\x4e\x55\x56\x3b\xdc\xcd\x2b\x6b\x1d\ \x76\xbd\x42\x6d\x34\x6a\xbc\x7e\x3e\x83\xa1\x82\x35\x4a\xc8\xc0\ \x31\x29\x26\x89\x03\xe4\x5f\x68\x12\x82\x16\x00\x29\xcf\x60\x91\ \xd5\x5b\xf7\x4e\x9e\xb2\xb0\xeb\xae\xbd\x7c\xa5\x31\x99\x96\xfc\ \xe5\x2f\x35\xc5\x7f\xa6\x63\x5b\xec\xaa\x0f\x3f\xfb\xe6\x4f\x15\ \xdf\x4d\xde\xb2\xfe\xf8\x29\x4f\xc2\xa2\x69\x76\x24\x45\x1a\xbd\ \x59\xc4\x66\xab\x15\x52\x91\x4d\xe1\x0e\xe1\xb8\x96\x5d\xca\x84\ \x9f\xd8\x6e\xf7\x85\x42\x6e\xbb\xdd\x1b\xaa\x6c\xf4\xdb\x42\x75\ \xde\x50\xa4\x6e\x77\x73\xc3\x91\x79\x97\xf6\xd7\x77\xae\x3e\x25\ \xde\x3e\xdc\x76\xe8\x93\x8f\x8f\x67\x3e\x7e\xff\xc6\xe3\xbb\x0f\ \x9f\xf6\x88\x0b\x28\x57\x3e\x1a\xda\x7e\xe7\x6d\x05\x6b\x9a\x66\ \x4d\x37\x86\x4e\x5d\x9b\xaa\xb3\xdf\x99\x26\x61\x6f\x3b\x1d\x72\ \xa6\x0e\x73\x7e\xeb\x1c\x7d\xab\x0c\xa7\x77\x0a\xa7\x5a\x1c\x00\ \xb6\x66\xfd\xfd\xc4\x17\x87\x5b\x4e\x7c\xf9\xe7\xaf\xbf\xfe\xfa\ \xef\x3f\xbf\xf3\x7f\xef\x9c\xfc\xe9\xdf\x3f\xff\xf7\x8f\x5f\xe6\ \x9c\xde\x5b\x5b\x16\xad\x3b\x56\x83\x97\x45\x15\x0b\x2a\x6a\x5a\ \xd0\x0e\x7e\x41\xfe\xec\xd9\x33\x67\xe4\xcd\xcd\x2f\x2c\xce\x2b\ \x2a\x2e\x23\xd2\x31\x44\xcb\x19\x05\x46\xa3\x4b\xa6\x02\x80\x09\ \x62\xb1\x15\xf4\x57\x20\x8e\x4d\x0e\x14\xd0\x7d\x1e\x6b\x4f\x20\ \xe0\x49\x59\x03\x3a\xf9\x50\xb4\x47\x4c\x75\x22\xfd\xf1\x24\x33\ \xf1\x64\x16\xee\xd7\x09\x80\xf3\x08\xc4\x3a\x1c\x26\x14\xc8\x11\ \xbd\x04\xf2\x54\x0f\x45\x6e\x15\x94\x96\x10\xf3\x8a\xf3\x4b\xe8\ \x3a\x01\x31\xaf\xb0\x14\x63\xbc\xac\x5c\x62\x34\x69\xb5\x8e\x0f\ \x27\x03\x43\x8f\x32\x23\xaf\xc6\x86\x1f\x8d\x00\x6e\x8d\xc1\xf2\ \x95\xc9\x8e\x24\x93\xf1\x74\x20\x9a\x1a\x1f\x09\xf4\xe8\x52\x56\ \x50\x86\x01\x22\xd7\xe3\x8c\xc6\x9d\xa0\x24\xe9\x02\xb9\xd3\x23\ \x0e\x70\x01\x9d\xc4\x4e\x6e\x29\x17\xb4\x02\xbd\xb4\xa4\xbc\xac\ \x9c\x58\x5e\x4a\x91\x53\x4a\x7f\x77\x75\xb0\x6b\x10\xd3\xb9\xa6\ \xa2\x21\x7a\x73\x19\x12\xb9\xa2\x7b\x87\x8a\x49\xe6\x93\xd8\x64\ \x02\x00\x91\x09\xf0\x8a\xdc\xde\xc1\xe1\xf1\x61\x9d\x07\xb6\x82\ \xf3\x2f\x2e\x3d\x9c\x3c\x7c\xb6\x8c\x40\xc3\x9e\x60\x91\x5e\xca\ \x46\x77\x0e\x20\x2f\x32\xbd\x56\x2f\x51\x57\x37\x35\xd4\x55\x47\ \x9a\x6b\x77\xfb\xaa\xea\xea\x0f\xac\xf4\x85\xdc\x95\x76\xa3\xdf\ \xa7\x91\xd8\xb4\x0a\xa9\x4c\xeb\xb6\x4b\xd4\x76\xdb\xea\xd5\x6d\ \x0d\x95\x21\x52\x57\x37\x63\xef\xfb\xcd\x4b\xf6\x6c\xf8\xa4\xd6\ \x67\x94\x92\x84\xbd\x09\x04\x12\xa1\xb0\xbd\xbb\x03\x64\xe1\x60\ \x07\x8d\xad\x36\x18\x7d\x66\x47\x44\x63\x66\xa9\x2d\x4a\x99\x56\ \x6b\xd1\xb2\x15\x0a\xa5\xc3\x02\x7a\x92\x8d\x2d\x01\x2e\x53\x07\ \xc2\x8a\x50\xc8\x20\x90\xd1\x69\x98\x8c\x1e\xa7\x64\x26\x4b\xd3\ \xd6\x54\xe5\x36\x1b\x2d\x3e\x83\xdd\xe8\x68\x5e\xbf\x3b\x14\xda\ \xb7\x73\xf9\xce\x83\x8d\x6a\x96\x09\x2d\xae\x12\x98\x0a\x14\xec\ \x1e\x0c\xf2\x58\x52\x09\x66\x7f\xa9\xd5\xca\x9c\x47\x2a\x99\x87\ \xbb\x76\x40\xf1\x06\xbb\x3a\x40\x02\xab\x82\xed\x09\x17\x76\x76\ \xe2\x48\x12\xcf\x64\x82\x65\x1d\xa8\x54\x10\xfd\xfb\x54\x0c\x00\ \x2f\x21\xd6\xcb\x3a\xd0\xea\x5e\xc8\x23\x30\x5c\x68\x08\xc3\xc3\ \xac\x79\x38\x8d\x84\x00\x73\x3c\x82\x09\xee\x23\x9b\x54\x0c\xc0\ \x2b\x21\xc7\xc4\xc0\x28\x42\x95\x0a\x3d\x10\x85\x0c\x26\xc8\x4e\ \x0e\xca\x3f\x06\x5a\x88\x92\x19\x0c\x82\x0a\x8b\x5c\x3c\xc4\x2f\ \x13\x81\x0c\xc2\x5c\x85\x7e\x81\x4c\x36\x59\xc8\xb7\x28\x8d\x66\ \xa5\x52\xc9\x92\x61\x1d\xcf\xeb\x77\xd4\xae\xdf\x7d\xe8\xfd\xcd\ \xfb\x4f\x6f\xdc\xf8\xfc\xc1\xb9\xc7\x0f\x9e\x7f\x33\xd9\xff\xd5\ \x93\x81\xe1\x91\x89\x74\x5a\x57\x54\x22\x28\xa1\x17\x14\xc3\x1f\ \x6e\x79\x71\x61\x59\x36\xfd\xf4\xfa\x57\x17\x04\x5c\xe7\xe8\xa3\ \xa1\x54\xea\x3d\x29\xb6\x4a\xea\x65\x22\xbd\x84\x86\xfe\x4f\x7a\ \x7b\xc8\x6b\x36\x36\xd5\xad\x97\x85\x36\x03\xe1\xe0\x83\xd2\xd6\ \x83\xe6\xd6\x18\x2c\x76\x8c\xb1\x0d\x57\x55\xd6\x36\x1f\x58\xbf\ \x7b\xf7\xde\x5d\xcb\x3f\xfe\xe4\xe3\x65\xcb\x8e\x7c\xf4\xf1\x92\ \x15\x1f\xee\xf8\x0c\x67\x6c\x2e\x7d\x7b\xfb\xde\xb7\xcf\x1f\xde\ \xbf\x7c\xe5\xe9\x95\x81\x2b\x6f\x06\xbe\x7a\x73\xf9\xf5\xc4\xc8\ \xc8\xd8\xd0\xd0\xb3\xd1\xd1\xb1\x6c\x5f\x5f\xb6\x6f\x28\x9e\xec\ \x19\x1e\x8b\xc9\x75\x80\x53\x2d\x5f\xfe\xf9\x4f\x7f\xfb\xf1\xe7\ \xbf\x9e\x9c\x86\x29\x60\x1f\x77\xfe\x8a\x97\x93\x27\xff\x7a\xf2\ \xff\x66\xdc\xbf\xfd\xd9\xfb\x4b\xb7\xee\x39\xd4\xb9\xbe\x69\xef\ \xce\x95\x91\x3a\x5f\x65\x24\xd4\x58\x55\xe9\xad\xab\xf5\xf9\xe1\ \xc7\x37\x1a\x8c\x5e\x9b\x5e\xc4\x07\x62\x2a\xc4\x20\x02\x8e\x90\ \xd7\x8d\x89\x47\xe8\x3a\x8d\x82\x9b\x43\x56\xb2\xec\x1b\x96\x8e\ \x7d\x4c\xe2\xb8\x8f\x70\x6f\x71\x4c\xcc\xa3\x7f\xf9\xe7\x9f\x3e\ \xff\xc7\x95\xc8\xfa\xce\xcd\x9b\x4f\x5d\xbf\xb4\xfd\xf3\xc9\x81\ \x07\xd1\x1f\x3f\xe2\x89\x44\xfc\xca\x23\x8f\x24\x5a\x8d\x56\xa6\ \xb0\xa8\x25\x0a\x35\x9b\xa0\x35\x38\x2c\xa0\x0d\xb5\x32\x8d\xd9\ \xe6\xd0\x54\xd5\xf9\x2d\x3e\x3b\x2c\x93\x75\x11\x5b\x75\x5d\xb8\ \xae\x36\x54\xbd\xba\x7e\xc5\x82\x7b\x3b\x57\xaf\x5e\x7c\x97\x7e\ \xf8\x59\xe3\xfe\xa5\x4b\x97\x45\x97\x7d\x74\xbb\xff\xe9\x0f\x0f\ \x7a\x04\x65\x59\x41\xc9\xcc\xed\xff\x79\x67\x7a\x32\x67\xaa\xea\ \x7e\xe7\xce\x74\x37\xc3\xc9\xdf\xfa\xdf\xa7\x07\x71\x4e\xfe\xd6\ \xf1\x3e\x55\xd3\xfa\xb5\x9c\x35\x05\x53\xd3\x45\xf8\x69\xd7\xbf\ \x39\xb9\xfa\xfb\x9f\x40\x04\x1e\xfb\xe3\x9f\x4f\xfc\xe1\xe7\xdc\ \xc0\xe1\xc2\x7f\xff\xfc\x6f\xa4\x59\xad\x35\xad\x15\xdb\x41\x15\ \xd6\xb4\xb6\xcc\xaf\xa9\x69\x3d\xbc\x68\xee\x3c\xac\x65\x2d\x98\ \x3b\x6f\x66\xde\xcc\x3c\x62\x61\x71\x51\x71\x01\x05\xce\xf8\xf2\ \x72\x81\x3c\x1a\xcb\xf4\x04\xe2\xa9\xe1\x40\x26\xad\x73\xea\x02\ \x72\xb1\x27\x0d\xe4\x29\x2a\xd7\x45\x75\x81\x38\x76\xbd\xc7\x53\ \x51\x8f\x93\x1a\xf3\x38\xd1\x92\x8a\x4b\x95\xd3\x93\x4e\x5d\xf2\ \xd1\x2b\xf8\x82\xb1\x1e\x90\x69\x14\x2e\xb0\x31\x1d\xd7\x23\x17\ \x50\x41\x30\x8e\xf5\xc8\xe5\x4e\x41\x59\x5e\x79\x41\xc1\xcc\x3c\ \xba\x9c\x5e\x5a\x3c\x33\xcf\x3a\x9e\x92\x7b\x9c\x31\xa0\x4c\xdc\ \x47\x17\xc6\x75\x7d\xc3\xc3\x63\xe3\xc3\xcf\x06\x86\x86\x26\x80\ \x58\x8f\x8e\x65\x3c\x29\x78\x34\xde\x97\xca\x8c\xf5\xf5\xa1\x13\ \x56\x3c\xa0\xe3\x96\x52\xd0\x7f\x54\x6e\x75\x46\x75\xd6\x28\x57\ \x6c\xf5\x08\xa8\xd4\x9c\x2f\x96\x8e\x8e\x55\x77\x8a\x8e\x48\xa1\ \x97\x96\x96\x52\x0a\xca\x72\x35\x2c\x54\x80\x98\xbd\x85\x5e\x77\ \x57\x07\x31\x80\xa1\xb7\xbd\xb7\xa3\x9d\x06\xeb\x3f\x9b\xc6\xe4\ \xb8\x08\x70\x96\x72\x4c\x09\x34\x85\x62\x31\x58\x4c\x9e\x89\x04\ \x68\xc0\x63\xa2\x1d\x8b\x8c\x61\x22\x90\x44\x4a\x85\x4c\x84\x12\ \x88\xcc\x14\x49\x40\xb3\x99\xcd\x4a\x63\x65\x53\x73\xd8\x6b\xd7\ \x3b\xc2\x76\x8d\x2f\x5c\x69\x73\x1b\x44\x16\x19\xe8\x2a\xf4\x89\ \x14\xc9\xcc\x6e\x83\xda\x6d\x09\x3b\x8e\x0c\x38\x47\xbf\x7b\xba\ \xf7\x6a\x57\x70\x75\xa5\x5a\xcd\x27\x03\xe6\x5c\xed\x80\x6f\xdf\ \x31\xd8\xd5\x35\xc8\x10\xb6\x03\x98\x62\x80\x58\x2e\x75\xd0\x12\ \xf2\x87\x7d\x66\xa6\xcd\xe6\xf7\xda\xec\x66\xbf\x59\x61\xf6\x57\ \x7a\x61\x75\x24\xb1\x58\xae\x6e\x9c\xf9\xeb\xea\xea\xe6\x00\x2d\ \x41\x8d\x80\xfe\xe8\x2e\x00\x15\x89\xed\xe3\xa6\x06\x8b\x26\xdc\ \x58\x5b\xdd\x19\x09\xd7\xaf\x6c\x6a\x6b\xf3\x57\x56\x1a\xe0\x68\ \x07\x4d\x67\x6a\x77\x01\x3f\x82\x83\xbd\xa3\x17\xd3\x9e\xe1\x23\ \xce\x54\x06\xdb\x4d\x18\xc6\xd1\xd5\xe5\x72\x75\xb4\xbb\x82\x00\ \x1d\x42\x32\x01\x63\xe6\x85\x1c\x57\xb7\x0a\x38\x8f\x94\x86\xc4\ \x2a\x01\x38\x15\xc4\xb1\x42\x97\x0a\x5d\x63\x80\x0c\x21\x7e\xa1\ \x23\x0c\x8d\xcc\x09\x26\x30\xf6\x2e\xd8\x8e\xce\x3d\x04\x9e\x89\ \xcc\xa0\xf1\xba\x83\x1c\x61\x3b\x4e\x60\x73\x58\x68\x84\x25\x54\ \x11\x30\x98\x03\x78\x14\xc1\x84\x23\x3a\x2a\xf8\x7c\x21\x99\x0c\ \xcf\x42\x60\x62\xcb\x28\x4f\x45\xc0\xd1\x72\x1e\x93\xcf\x91\xb0\ \x79\x64\x02\xd0\x2f\xf8\x39\xd9\x24\x36\x6e\xb3\x1a\xec\x7a\xbd\ \xdb\x5c\xdb\xd9\xb9\x67\xe9\xd6\xf7\x3f\xbb\xb5\xe6\xe8\x83\x7b\ \x4b\xaf\xbf\xf8\xb6\xff\xe1\x9b\x27\x57\x9e\x3c\x7b\x33\xf1\x2c\ \x63\x15\xf4\x24\x4b\x89\xc4\xf2\xb2\xa2\x72\xee\xcc\xb2\xb2\xe2\ \x72\x79\xcf\xeb\x67\x8f\x5e\x66\x3d\x56\xb1\x33\xdb\x13\x7f\x7d\ \x4d\xcd\x62\x63\xad\x1d\xcd\x54\x14\x32\x29\x5b\xad\x37\x84\x2a\ \xfd\xa0\xe2\xd7\xfb\x6c\xab\xd5\x1c\x9a\x48\xa1\x30\xb8\x2b\x2b\ \xeb\x1a\x7c\xd5\x11\x5f\x24\x5c\xb5\xb2\x71\xed\x9e\x5d\x4b\xf6\ \x6c\xda\xbc\x79\xcf\xe6\x3d\x9d\x9b\x3e\xfc\x78\xd9\x47\xef\x9e\ \xfe\xec\xf8\xe9\x23\x67\xcf\x9e\x3f\x7d\xef\xd6\xb7\xcf\x9f\x3f\ \x7f\xf3\xf2\xd9\xcb\x2b\x2f\x07\x1e\xbd\x9a\x48\x0a\x62\xaf\xfa\ \xfa\x86\xb3\x3d\x7d\xe9\xec\x58\xdf\xc0\x90\x33\xca\x2d\x98\x3f\ \xbf\xf5\x8b\xcf\xff\xf4\xf5\x3f\x7e\xc6\xb3\x75\xca\x74\x13\xce\ \xd1\xbf\xfe\x15\xa0\x0a\xe0\xea\xa7\x1c\x60\x01\xd3\x9a\xf5\xe3\ \xf8\x8b\x1b\xa7\x56\x2c\xfb\xe0\x50\xe7\xda\xb5\xdb\xf6\xef\xae\ \x6b\xaa\xb6\x57\x36\x34\x34\x54\xd7\xfa\xab\x1c\x66\x9b\x5a\x6b\ \x54\x6a\xb5\x5e\xbf\xcd\x27\xc1\x6a\x05\x2e\x1d\x2a\x61\x62\xd0\ \x05\xef\x39\x5c\xc5\x18\x71\xb2\x90\xc3\x64\xac\xdf\x7c\x66\x60\ \x17\x93\xe5\xbf\xcd\xdd\xe9\x62\xb0\x3f\xfd\xf1\xe7\x1f\xff\xf5\ \xa7\xf7\x56\xae\xde\xb2\x6a\xd3\xc6\x5b\xef\xcd\xfc\xcb\xe4\x9b\ \xcb\x6f\xfe\xbe\x84\xa4\xd4\x5b\xfc\xe7\xfb\xa5\x4a\x83\xc1\x20\ \x72\x03\x36\xab\x65\x0a\xa5\x5e\xa1\xb7\x1b\x6d\x7e\x77\x38\xd4\ \x5c\x55\xd5\x50\xe5\xb0\x78\xdd\x7e\x8b\xad\xb9\x3a\x12\xa9\xac\ \xaa\xf4\x3b\x2a\x1b\xea\x56\xe7\x3f\x5b\xbe\x64\xfd\xae\xfe\xc2\ \x45\x2f\xda\x3a\x97\x7c\xb8\x75\x6c\xf1\xf2\x7b\x2f\x2e\x5c\x1e\ \x18\xf1\x70\x93\x73\xf3\xcb\x16\x1d\x3e\x39\xeb\x7f\xc0\xe8\xff\ \xeb\x68\x3f\xf9\x96\x54\x4d\x57\xab\xee\xe4\x24\xe1\xc2\xe9\x1e\ \x87\xff\xaf\x1b\xeb\xd7\xc6\xf7\xdf\x08\x16\x42\xfb\xcf\xdf\xff\ \xfc\xb7\xcf\x3f\xff\xf3\x3a\xf4\xb1\xc9\x35\xc3\xcf\x02\x8e\xf5\ \x3d\xd2\xac\x75\xeb\x40\x2c\x56\xb4\x9e\x38\x71\xb8\x15\x48\x56\ \xc5\xbc\x8a\xd6\x45\x35\x8b\xe6\xcd\x9f\x3d\x33\x7f\xf6\xbc\xd2\ \xbc\xe2\xa2\x12\x62\x79\x09\x97\x5a\x52\x40\xb1\x46\x63\xb1\x9e\ \x68\x32\x1d\x4f\x8e\x67\xe3\x49\x5d\xbc\xc7\x03\x52\x90\xaa\x8b\ \x63\xf7\x3a\x90\x9d\x58\x34\x1b\x97\x27\x03\x02\x6e\x2c\x1a\x80\ \x07\x62\x51\x31\xb5\xa0\x8c\xca\x95\x7b\x62\x3a\x71\xb2\x2f\x63\ \x8d\x0b\x30\xdf\x14\xa4\x9b\x35\x10\x88\x7a\xe4\x81\x67\x31\x00\ \x18\x71\x79\x59\x31\x40\x56\x49\x39\xc6\xb4\x16\x14\x5b\x53\x99\ \x58\x0a\xf0\x30\x15\x10\xa4\xfb\x5f\x01\x4b\xcb\x0e\xeb\xfa\x46\ \x47\xfb\x86\xfa\x52\x3d\x3d\x7d\xd9\x4c\xcf\xa3\x58\x3c\x3b\x3c\ \x94\x84\xe3\xa3\x27\x13\x95\xcb\x03\x81\xb4\x93\xea\x89\xa5\x63\ \x62\xa7\xd8\x0a\x12\x15\xa4\x27\xc8\x4f\xb9\x5c\xa7\xa3\x70\x05\ \x44\x22\xc0\x17\x95\x2b\x40\x41\x4b\x27\x16\x14\x10\x7f\x77\x75\ \x4a\x0b\x02\x40\xb4\x03\x56\xfc\xd2\x05\x0a\x69\x10\xcd\x80\x7b\ \x7b\xb1\x04\xc3\x06\xc6\x62\xe2\x25\x82\x2e\x4e\x22\x88\xb9\x0f\ \x2a\x12\x19\x58\x83\xcb\x15\x6c\xcf\x65\x18\x92\x18\x1c\xf4\x05\ \x66\xf0\x71\x2a\x25\x98\x68\xef\xc6\x34\x68\x9e\x8a\xa3\x94\x81\ \xca\x70\x88\x64\x7c\xb6\x48\x6f\x8c\x54\xd5\x6f\x69\xae\x65\xc9\ \xdc\x04\x3d\x89\xc0\x56\x80\x84\x34\x5b\x8c\x18\xca\xec\x6e\xf8\ \xf0\xf9\xd1\x4e\xb3\x9a\xdc\x35\x95\xfa\x87\x66\xea\xb9\xc4\x07\ \xbc\xf6\x4b\x2f\x87\xc3\x01\x82\xd5\xd1\x0e\xff\x4b\x18\xec\xc6\ \x70\xc8\x5b\xdd\x16\xd1\x68\xab\xaa\x43\xd5\x0e\x63\xd8\xae\x66\ \x4b\xa5\x64\x00\x8d\xae\x5c\x46\xf3\x20\x6e\xf4\xb9\x82\x48\x6c\ \x08\x40\x56\x54\x42\x0e\x03\x58\x89\xbb\xf3\xa3\x6d\xbb\xf7\x34\ \xef\xda\x77\x70\xd5\xce\xce\x88\x52\xc3\x02\xa5\x06\xfa\x0d\xf8\ \x1b\xc7\xd5\xce\x31\xb5\x83\x86\xc3\x1e\xf5\x44\x2f\x20\x64\x07\ \x5c\x06\xbb\xb0\xbb\x80\xd3\xde\x9e\xe8\x70\x99\x4c\xdd\x1d\xf0\ \x73\x26\x78\x64\x1a\x28\x0f\xe0\x4d\x40\xb8\x40\xfa\xd1\x98\x80\ \xaa\x1d\xae\x04\xda\x84\xa2\x47\x28\x40\x1a\xcf\x45\xa6\xd1\x90\ \x4d\x05\x13\x3c\x1c\xda\x81\xe7\x0c\x26\x4c\x04\x1e\x99\x83\x05\ \x7b\x55\x10\xeb\x50\x2e\x8c\xa5\x77\x01\x26\x31\x50\x0e\x9a\x40\ \xbc\x32\x80\xc3\x11\xd0\xbd\x19\xe8\x1c\x5a\xc8\xc0\xcb\x16\x06\ \xb1\x9d\x08\xb0\x0b\x1d\x92\x09\x00\x67\xa0\x2b\x39\x34\xbe\x5a\ \xc4\xa2\xb9\x18\x4c\x96\x88\x4f\x66\x19\xdc\x3e\xbb\xd1\xa8\x56\ \x54\x36\x6e\xb9\xb8\xe3\xcc\x99\xb3\x1f\x1f\xb9\x71\x7c\xcd\x9a\ \x17\x8f\x27\x9f\x3e\x78\x7d\xb9\xff\xca\xe4\xe5\x57\x2f\x7b\x80\ \x84\x27\x7b\x3c\xa5\xe5\xd6\x00\x7d\x46\x19\xb5\x2c\xbf\xc4\x33\ \xf4\x68\x64\x98\x9b\x4a\x59\xb9\x62\x4f\x36\xee\xbc\x60\xe4\x03\ \x1f\x36\x18\xf5\x06\xb5\x52\xad\xb4\xcb\xf8\x32\x36\x4d\x1d\x09\ \x55\x82\x0c\xae\xad\xb6\x84\xe1\xa4\xb5\xf9\xed\xde\x48\x43\x78\ \x75\x7d\xa8\xba\xa1\x6d\xcf\xa1\xcd\xbb\x37\x6c\x5a\xbb\x79\xef\ \xee\x9d\x9b\x56\xed\x5d\xf5\xc1\xa6\x3d\x5b\x37\x6c\xdd\xfa\xfe\ \xf2\xf7\x76\x1c\x39\x7e\xfe\xda\xad\xa7\xaf\x5f\xf4\x7f\xd5\x7f\ \xe5\xd9\xc4\x85\xb1\xa1\xb1\x91\x47\xa9\x0b\xd4\x99\xdc\xa7\x97\ \x27\x32\x51\x1d\x95\x5a\x32\x77\x5d\xcb\x17\x5f\xff\xe3\x9f\x68\ \x01\x8c\x6c\xea\x9d\x39\x58\xe2\xb9\x93\x23\x1e\x77\x10\xaf\x72\ \x24\x04\x00\x0b\x3e\xc0\x9f\x39\x7f\x8d\x5d\xf8\xe1\xc6\xd1\xc5\ \x4b\xf6\x1d\x68\xac\x3d\x70\x28\x52\x5d\xe9\xae\xf2\x85\x1a\x57\ \x36\xd5\x56\x57\x7a\xbd\x80\x56\x0e\xb3\x46\x69\x08\xfb\x2b\xfd\ \x16\x3d\x13\x43\xd1\x54\x09\x15\x07\xfb\x59\x68\x34\xcc\xf9\x10\ \x0a\x55\x68\x2e\x46\x5a\xbd\xeb\xd6\xf3\x03\x0c\x7e\xe7\x23\x7a\ \x1b\x83\x49\xba\xf5\xe3\x3f\xff\xf5\x63\xd9\x96\xd5\xeb\x0f\xee\ \xff\xf8\xd4\x99\x25\xd4\x7f\x4c\xbc\x39\x77\xe5\x5f\x17\x49\x7a\ \x66\xb3\xfd\xf2\x67\x4a\x8b\x5a\x03\x3a\xd0\xa2\x31\x68\xbd\x0e\ \xbe\x46\x03\xc7\xab\xdd\xd8\xe0\x5e\x5b\xe7\x6f\xf0\x79\xc3\xee\ \x2a\xb7\xcd\x5f\xb5\xda\x1f\xae\x0d\x87\x9b\xdc\xee\x70\x63\x5d\ \x5b\x34\xb5\x62\x7f\xe3\xe6\x89\x45\x0b\xbe\xdb\xb5\x77\xc9\x8a\ \xcd\x6f\xae\x6f\xbe\xf4\xe0\xe5\xcb\x57\xaf\x63\xc3\xa3\xf4\x99\ \x33\x2a\xd6\xfd\xfd\x9d\xe9\x66\xd0\xb7\x5d\xec\x27\xa7\xf7\x04\ \xa7\xb7\x0a\xdf\x42\xd6\xc9\xb7\x68\xf6\xab\x59\xf2\x9c\x5f\x9b\ \x1b\xa6\xec\x66\x7e\x75\xaa\x99\x95\x73\xad\x99\x35\x15\x59\x31\ \xeb\xe4\x9d\xe9\x2b\x39\x5b\x87\x59\x3f\x7d\xff\xf3\xcf\xdf\xff\ \xf4\xdf\x3f\xaf\xfb\xf2\xf3\xed\xdb\x4f\x9c\x38\xb6\xfd\x30\xc6\ \xe7\xd4\x2c\x58\x84\xe3\xcf\xd8\x3c\x3a\xb7\xb8\xa8\xa8\x70\x46\ \x71\x51\x29\x95\x0e\x04\x8b\x2e\xc6\xb9\x98\x78\x26\x9e\xe9\x1b\ \x4e\xcb\xc5\x80\x0e\x5c\x6b\x1c\xcd\x91\x05\x74\x5d\xc6\xe9\xcc\ \x44\xa3\xd1\xb4\x87\x98\x8e\xd1\xad\x71\x60\x57\x62\x9d\x95\x9a\ \xa4\x3a\xa3\x02\x6e\x79\x09\x45\x2e\xa6\xca\x03\x14\x71\x92\x62\ \x8d\x03\xca\x65\x46\xb2\x3d\xd1\xec\x70\x14\xdd\xff\x8a\x8b\xf2\ \x4a\xca\x89\x74\x7a\x49\x01\x0a\x37\x4f\x4f\x46\x2e\x97\x47\x03\ \xd1\x3e\x6b\xf6\xe5\x58\x34\xe0\xb1\xf6\xa5\xfa\xd2\x43\x8f\x86\ \xb3\xd9\x91\x6c\xdf\xa3\xa1\xe1\x89\x8c\x33\x95\x8d\x0f\x65\x81\ \x83\xc5\xb3\xba\x58\xc0\x13\x03\x91\x1a\xf3\x70\x81\x65\xc1\x15\ \x39\xd7\x2a\x00\xb9\x19\xa5\x94\x04\x04\x62\x22\x91\xc2\x2d\xcd\ \xa3\x97\x53\xe0\xc5\x50\xe5\xdc\x12\x94\x84\xb9\xd8\x3d\x44\xac\ \x9c\x16\x04\x9a\x12\x1c\x44\x6f\x15\x9c\x90\x23\xc1\x62\x1f\x04\ \xb4\xea\x36\x81\x32\x83\xbf\x40\x41\x3a\x84\xa6\x44\x3b\xaf\xb7\ \x03\xee\x55\xa1\x0b\x56\x77\xa2\x03\x4e\xf7\x76\x8c\x93\x19\x44\ \x3b\xf4\xab\xc0\x4d\xae\x76\x04\x3b\xba\xb1\x51\x3c\x31\x18\x84\ \x93\x52\xa2\xb6\x18\xdd\x86\x20\x49\xc2\xe0\x00\xaa\x81\xda\xf0\ \x6a\xa4\x32\x89\x45\x2f\x71\x1b\x0c\xa6\xae\xe9\x1d\xca\x5f\xae\ \x4e\xfd\x3f\xf5\x3a\x06\xbb\x01\x3a\xdb\x39\x64\x40\x16\x50\x49\ \x3c\x89\x9d\x46\xf6\x35\x35\x45\xaa\x9a\x1d\x7a\x91\x86\xcf\x10\ \xaa\x7a\x3b\xf0\x15\xf7\x0e\x5e\xc5\x1e\xfc\x5e\xe4\x48\x83\xdd\ \x58\xc5\x52\x91\xb1\x81\xd9\xe4\x42\x38\x55\xe9\x77\xd5\xbf\x7b\ \xf7\xf6\xb2\x5a\xb3\xcf\xa6\x60\x63\x65\xbe\xc3\xd5\x8b\x99\xef\ \x0c\x4c\x37\x85\x03\x3c\xe1\xa2\xd1\x5c\x48\xb4\x82\xdd\xed\x89\ \xae\xf6\x5e\xb8\x82\xe6\x39\xc1\xa0\xab\x3d\x17\xb5\xd1\xae\x12\ \xa2\xeb\xba\x90\x8d\x53\xca\xc0\xd7\x78\x34\x1e\x3e\xd8\x3d\x88\ \x01\x86\x2e\x0e\xd6\xab\x40\x09\x02\xc9\xea\x76\x31\x70\x5a\x9a\ \x07\xef\x8c\x10\x80\x4e\x05\xf4\x2e\x08\x3c\x8f\x89\xbb\x86\xa0\ \x5c\x54\x26\x16\x81\x87\xf9\x11\x00\x46\x38\xcd\x03\xd7\x38\x40\ \xbc\xb0\xbd\x15\xbd\xc8\x54\xe8\x84\xa5\xc2\x0e\x86\x5c\xbc\x17\ \x1a\xdd\x80\x5c\x44\x5c\xe3\x09\xc9\x34\x26\x81\x69\xd6\x18\x14\ \x24\x02\x59\x2a\xc1\x3c\x22\x23\x9c\xb0\x55\x66\xcd\xee\xa6\xc6\ \x35\x4b\x4e\x9f\xbd\x76\xe4\xec\xb7\x77\xbf\xbd\x7b\xf3\xbb\x17\ \x2f\xee\x3d\xbf\x8e\xc1\xca\xc3\x7d\xf1\x1e\xab\x2e\x1e\xa0\x97\ \x0a\xa2\xba\x38\xd5\xd9\x57\x44\x1c\x9d\x48\xc5\xe3\x7d\x9e\xb4\ \x55\x90\x4c\x25\xb3\x81\x37\x61\xb5\x56\xa9\x94\x48\x8c\x4a\xb7\ \x43\xcd\x66\xa9\x25\x6a\xad\xc8\x52\xe7\xad\x0c\x59\x22\x55\xbe\ \x26\xe0\x17\xa1\x50\x64\x65\x33\x20\x62\xe4\xc0\xae\x83\xdb\x3e\ \x59\xfa\xc1\xe6\x6d\x87\x56\xbd\xbf\xf9\xe3\x4f\x36\x6d\xda\xb0\ \xbb\x73\xe7\xde\x4d\x3b\x0f\xed\x59\xbc\x7c\xd9\xa7\x77\x8f\xde\ \x3a\x73\xf7\xc9\x83\x73\xaf\x27\x2e\x5c\x79\xd3\xff\xf4\xc9\xad\ \xcb\xaf\x46\x33\x7d\xdc\xd2\xe2\xd6\x63\xeb\x8e\xfd\xf1\x6f\xc0\ \xa6\xa6\xce\x36\xb8\x60\x11\x1a\x00\x09\x81\xea\xce\x74\x41\x07\ \x6e\xfe\x94\xbb\x8d\x78\x05\xd7\x7e\x42\xf8\xa2\x8c\x4d\xde\x3b\ \xbb\x63\xf1\x9e\xfd\x07\xd7\x1f\xdc\xb0\xad\x33\xec\x77\x78\xfd\ \xd5\x68\x62\x53\x19\xf6\xd9\xbc\x68\xf8\x61\x0e\xbb\xed\xbe\x88\ \xd7\x1e\xd2\x30\xd1\x26\x8c\x67\x52\x01\xbf\x05\xdc\xe2\x09\x71\ \xb2\xc9\x85\xef\x68\xe5\xb2\xad\x9f\x2c\xd9\x27\x53\xee\x4f\x3d\ \x33\x12\xf8\xca\x89\xbf\xfd\xe3\x1f\x7f\xbb\x15\x6e\x5b\xbd\xe7\ \x83\x65\x1f\x9d\xdd\x11\xfb\xef\xab\xaf\xfa\xfb\xff\xf3\x29\x59\ \x41\x3b\x20\x15\x9f\x96\x68\xd9\x6a\x83\x5b\x6b\x03\x1d\xa8\x35\ \x28\x6d\x0a\x91\xd1\x61\x36\x1b\x40\x02\x38\x9a\xc2\xee\xca\x48\ \x9d\x3b\xe4\xf6\x36\x55\xfa\x2a\x2b\x7d\x0d\xd5\x4d\x8e\x86\xe6\ \xb5\x93\xf1\x0f\xf7\xef\x5b\x3e\xdc\xba\xa8\xbf\x73\xe7\xb2\x55\ \xab\x9e\xbf\x58\x7e\xfd\xe1\xe4\x77\x3b\x5e\x88\x47\x32\x81\xf2\ \xfc\xb9\x8b\x5a\xbf\x9f\xb5\x70\xba\xbf\x7d\xca\xae\xe1\xe4\xaf\ \x25\xab\x93\xff\x7f\xa5\xfd\x37\x98\xc2\xd6\xab\x29\x3f\xbf\x93\ \x0b\x7f\x55\x8b\x6f\xbb\xb5\xde\x76\x3e\xe4\xcc\xfd\x66\xe5\x1a\ \x1d\xa6\x86\x0d\x73\xc3\x3b\x00\x59\x77\xbe\xff\xfe\xa7\xbf\x7e\ \xff\x8f\xcf\xbf\xfc\xfc\xc4\xe7\x5f\x6e\x5f\x97\xeb\x8c\x6f\x59\ \xd4\xba\x68\xee\xdc\xf9\xf3\xf3\x73\xf9\x84\xe8\x3a\x33\x13\x2b\ \x40\x54\x4a\x89\xb8\xa7\x27\x1e\x8d\xa6\xb2\xa9\x6c\x32\xaa\xa3\ \xa0\xc9\x27\x35\xa6\xa3\x0a\xe8\x18\x3d\x91\xf6\x24\x9d\xf2\x68\ \x34\xee\x4c\xc7\x63\xce\xd2\x19\x65\x02\x4a\x7c\x18\xe8\x57\x72\ \x38\x4d\xa5\x70\xc5\x14\x1d\x80\x9a\x5c\x9e\x12\x13\x01\xc2\x9c\ \x3a\x2a\xb1\xbc\x88\x28\xf7\x24\x03\x4e\x2b\xbd\xac\x94\x4b\x29\ \xa5\x94\x96\x50\x02\x62\x6e\xb9\x3c\x93\x1d\x06\x10\xca\xf4\x8c\ \x04\x3c\x17\xae\xa4\x32\x43\x99\xcc\xa3\xd1\xec\xd0\xb3\x0b\xa9\ \xd1\x91\xd1\xe1\x9e\x74\x76\x28\x19\x8b\x25\x93\xe9\xa1\xe8\xd0\ \x78\x5f\xb2\x07\x38\x1a\x32\x36\x79\x40\x17\xb0\x7a\x52\x56\x6b\ \x40\x20\xa7\x7a\xe2\x3a\x0f\x97\xe8\x14\x17\x52\xb9\x3a\x22\x5d\ \x20\xe0\x7a\x72\xe1\x5f\x74\xae\xbc\xf8\x77\xd3\x38\x75\xf5\xf7\ \x57\x73\xf6\x9c\x57\xbb\x3a\x5c\x70\xfa\x5f\xed\x6a\x6f\xcf\x91\ \xec\xa9\xf1\x94\x8e\x44\x47\xd7\x60\x6f\x77\x02\x9b\xb4\x5c\xc8\ \x24\x80\x4d\xb9\xda\xbb\xf0\x13\x7b\x31\x10\xf9\xea\x5b\xaf\x87\ \x5f\x00\xb7\xba\x00\xc3\x82\x68\x11\x7f\xb5\x1b\x3e\x26\xda\x7b\ \xa7\x3a\x53\xbb\x78\xbd\xc0\xc0\xba\x38\x64\x83\x17\xcd\x89\x9b\ \xf9\x04\x6f\x58\x0f\x78\x37\xd8\xdd\x35\x5d\x36\xbb\x8a\x61\x38\ \x39\x04\x83\x7f\x18\x0d\x0f\x5f\xdf\x6d\x02\x54\x24\x13\xda\x7b\ \x55\xc2\x5e\x78\xc6\x8e\x0e\x55\xf7\x60\x2e\x38\x1e\x28\x51\x7b\ \x0e\x46\x3b\xda\x7b\x83\x2e\xd4\x90\xdd\x98\x80\x2a\xe4\x98\x68\ \x32\x12\x03\xb9\x8a\x76\xc9\x9a\xa3\x0f\x3f\x5b\x15\x52\x30\x41\ \xa3\x05\x85\x89\x0e\x38\xa8\x31\xef\x14\x18\x61\xae\x93\x9c\x03\ \x3f\x09\x19\x7e\xb0\x5e\x1e\x7a\xf1\xc1\xeb\xec\x1e\x04\xfc\xe1\ \xa8\x80\x25\x0a\x83\x68\x11\x23\x0c\xba\x68\x7c\x4e\xd0\xe5\xe2\ \x49\xd8\x09\x17\x83\x13\x04\x62\xa5\x42\xcf\x55\x78\xb9\x18\xc4\ \x88\x03\x22\x42\x2c\xd5\x27\xda\x4d\x53\xe6\x56\x26\xb2\xa9\xdb\ \xe4\xe2\xa9\x40\x2b\x72\xc8\x26\x06\x80\x2d\xb0\x2b\x80\x20\xb2\ \x4a\x45\x62\x91\x49\xc2\x8e\x84\x4b\x28\x74\x01\x83\x22\x23\x3f\ \x15\x62\x61\x1e\x84\x21\x03\x08\x1a\x87\x40\xe2\x71\xb0\xf4\x45\ \xc2\xe6\x22\x1e\x46\x1a\x33\x48\x04\x54\x8e\x32\x4d\x9b\xdb\x60\ \xd4\x68\xd4\x12\x09\x9b\x6d\x36\xcb\x94\x76\x9f\xb1\xba\xee\x60\ \xf5\x8a\xf7\x3a\x97\x2e\x7f\x77\xe9\x8e\x5b\x6b\xce\xdc\x78\xf0\ \xf0\xbb\xa7\x93\x3f\xbc\x9c\x98\x18\x1f\x7d\xf9\x6a\x24\x15\x95\ \x47\xd3\x23\xd6\xd8\xc4\xc8\xb3\xd4\xf8\xb9\xa1\x89\x74\x8c\x42\ \x14\xd3\x03\xf9\x71\x4f\x60\x7c\x3c\x9a\xb6\x63\xdf\xaf\x54\xa9\ \xd0\x5a\xf4\x1a\xb3\x41\x69\x74\x3b\x94\x66\xb4\xf5\xb1\xd5\x55\ \x85\x7d\xb5\xee\x2d\x75\x6b\x01\xb0\x1a\xea\x9a\x42\x8d\xbb\x76\ \xed\x3a\xb8\xf6\xe0\xfa\xcd\xfb\x77\xb5\x6d\x5b\x5f\xbb\xfe\xc0\ \x96\x83\x1b\xde\x5b\xb1\x7f\xd5\x86\xfd\x7b\x3f\xda\xba\xfc\xdd\ \xc5\xcb\x97\x7f\x74\xea\xe2\x9a\x23\x77\xfb\xc7\x5e\x09\xa2\x45\ \x35\x8b\xbe\xfc\xc3\xd7\xff\x46\xf3\xf2\x9c\xd3\xef\x3b\x39\x5b\ \xa8\x3b\x58\x9a\xba\x33\x0d\x51\x77\x7e\xad\xea\x20\x3e\x4d\x55\ \xae\x90\x60\x21\xc3\xc2\x0f\xef\xcc\xbf\x32\x7e\xee\xf6\x37\x67\ \x3e\x59\xb2\x69\xcf\xfe\x9d\x3b\x37\xed\x83\x57\xe1\xad\xab\x8f\ \xd4\xd6\x56\xd5\x3b\xbc\x6e\xad\x4c\x63\x50\xdb\xeb\x22\xe1\x70\ \x08\x7d\x88\xd4\x20\xaf\x83\x28\xc9\x79\x04\x15\xf0\x57\x55\x02\ \x7b\xdc\xe0\x97\x42\x5b\xbf\x62\xc3\x81\xfa\x5a\x47\xdb\xc5\xf1\ \x0f\x99\x0c\xbe\x42\xf0\xaf\x3f\xfd\x2d\xaf\x7e\xdf\x81\x5d\x9d\ \x3b\x3f\x5a\xba\x63\x87\xf5\xe7\xbe\xfe\xfe\x1f\xfe\xf5\x1e\x59\ \x66\x58\x2f\x2d\x5d\xac\xd5\x6b\xec\x16\xa3\x4d\xef\x07\xad\xad\ \x31\x98\x95\x1a\x8b\xd7\xa6\x96\xc9\x0c\xf0\xae\x84\x2a\x6b\xbd\ \xe1\xc6\x5a\x5f\x5b\x75\xa5\xcd\x5b\xd7\x56\x15\x0a\x03\xea\x45\ \xce\xa6\xd7\xec\xdd\xfd\xf1\x68\xc5\xba\x67\x4d\x07\x36\xec\x5f\ \x75\x33\xbd\xe1\xe8\xe2\xfb\xe7\xce\x3f\xa2\x8e\x8f\xf6\xc9\x17\ \xb4\xb4\xac\xfb\xf3\x3b\x88\x58\x08\x4a\x77\xa6\xca\xeb\xff\xd3\ \x3f\xfa\x1b\x50\x9d\x7c\x2b\xfd\xa6\x1f\x3b\x39\x3d\xa6\xf3\x5b\ \x4f\xe9\x74\xeb\xe8\x34\xd7\x7a\xeb\x0c\x3f\x6b\xea\x5f\x6e\x8f\ \xe2\x37\xcc\x82\x9b\x27\xff\xf9\xf5\xe7\x7f\xf8\xd3\x17\x5f\x9e\ \x68\xa9\x58\xb4\xbd\x66\x51\x4d\x6b\xeb\x82\x96\x1a\x0c\x29\x5c\ \x34\x7f\x76\x61\x49\x61\xc9\x0c\xc0\x1f\x3a\x76\x35\x59\x41\x8b\ \x8d\xf4\x4d\xf4\x79\x9c\x02\x01\xbd\x9c\x4b\xb7\x8a\x75\xe5\x72\ \x1d\x97\x1e\xc8\x70\xad\x9e\x58\x20\xe6\x49\x02\x81\xa2\x08\xb8\ \xc4\x82\x52\x41\xcf\x70\x8a\x8a\x0d\x5a\x49\x4f\xc0\x03\x82\x8d\ \x2b\x8e\xc6\x80\x3c\x59\x05\xe2\xd2\x19\x05\xf9\xf9\xc5\x25\x65\ \x82\x54\xda\xa3\x73\xa6\xc4\x14\x39\x97\xea\xc4\x8e\xd2\x38\xb1\ \x80\x18\x1d\x1b\x4f\x09\x3c\x9e\x64\x4c\xc0\xed\xb9\x32\x3e\x92\ \xee\x49\x03\xf9\x1e\x1f\xca\xa6\xc7\x87\x87\x87\x52\xa3\xcf\xfa\ \xa2\xd6\x0c\xca\xc1\x9e\xa1\x74\x32\x1a\xc3\x96\x51\x39\xfa\x08\ \x0e\xa7\x3c\xb1\x98\x53\xe7\xa1\xe8\x74\xd1\x24\x80\xa3\xd8\x59\ \x5a\x54\x4a\x94\x97\x96\x53\xca\xca\xa9\xe2\x72\x3a\x91\x4b\xa6\ \x78\x2a\x4f\x00\x00\x20\x00\x49\x44\x41\x54\x24\xd2\x0b\x7e\x37\ \x35\x3e\x98\xd3\x85\xbf\x80\xb2\xba\xda\xdd\xde\x8d\x39\xc7\xdd\ \xdd\xdd\x58\xca\x4e\x08\x41\x1a\xaa\xae\x02\xd4\x60\x77\x16\xc8\ \xaf\x8e\x5e\x40\x85\x29\x36\x84\x97\xc1\x5c\x7c\x3b\x96\xc1\xa6\ \x3f\xc0\x57\x76\xc0\xd9\x1f\xe4\x24\x00\x6e\xae\xf6\x26\x54\xdd\ \x08\x75\x83\x70\x1d\xe1\x0d\x37\xfe\xd8\x6a\x9b\xc1\x6e\xf7\xba\ \x39\x8a\x7a\x11\xa9\xbb\x3b\xc7\xaa\xb0\x86\x36\xf5\xe5\x53\xfd\ \xf6\xf0\xf4\x83\xd3\x6e\xec\xbf\xff\xe5\xed\x93\x23\x75\x83\x57\ \xd0\xdd\x1b\x84\xaf\x18\x84\xcf\xec\x45\x94\xea\xea\x02\x34\xc5\ \xe6\x76\x0c\x52\x4e\xa0\x77\x33\xd9\x7d\x28\x22\xb5\x54\x1f\x3a\ \xb5\xb3\xad\xce\xcb\x46\x47\x50\x0c\x2c\x03\x50\x03\x5a\x95\x0b\ \xce\xe2\x99\x38\xb9\xed\x70\x80\x0c\x1e\xe0\x6e\x07\x0f\xae\x05\ \x79\x70\x05\x37\x43\x85\x41\x80\x5b\x1e\x1a\xaa\x93\x79\x09\x0e\ \x8b\x04\x9f\xc6\x68\x27\x13\x08\x28\x7b\x99\xc2\x5e\x0c\x88\x06\ \x05\xfd\x4b\x07\xa2\x1e\x72\x21\x5e\x30\x88\x44\x8b\x01\x67\x0f\ \x20\x60\x8e\xbb\x01\x3b\x43\x26\x95\xeb\x24\xe5\xd3\x98\x3c\x13\ \x1a\x68\x01\x74\x71\xd0\x21\x19\x3d\x0f\x83\x0c\x20\x5f\x04\x0e\ \x16\xe8\x31\x61\x82\x80\x18\xc5\x20\xb8\x50\x09\x06\x49\x0c\x06\ \x8d\xaf\xca\xb5\x99\x12\x48\x1c\xb5\xcd\xff\x41\xc3\x1e\x1a\xdf\ \x18\xaa\x32\x18\xfd\x0e\x83\xda\x2c\x12\x19\x2c\xcd\x11\xdf\xfb\ \x2b\x9b\x9a\x2d\x6d\xdb\x3e\xde\x78\xeb\xa3\x35\xa7\xbe\xf9\xee\ \x71\xff\xb9\x37\xfd\x03\x23\xaf\x32\x81\xbe\xd1\xf1\x6c\x26\x39\ \x9a\x85\x85\x6a\xf4\xc5\xd9\x2b\x2f\x7e\x88\x3b\x41\x09\x50\xc4\ \xb1\xf8\x95\x0b\xb1\xd1\x28\x7d\xdc\xab\x37\x28\x00\xf7\x2c\x9a\ \x90\xc3\x66\x33\xdb\x95\x16\xb7\x56\x21\x52\x5a\x8c\xbe\xea\x86\ \xea\x88\x63\x7d\xed\xee\xb0\x3f\x1c\xd9\xdd\xdc\xb0\xbb\xb9\xb9\ \x11\x84\xd9\xee\xfd\x6d\x6b\xf7\x1f\xdc\xbb\x7b\xc3\xa1\xd5\x87\ \xf6\x7f\x74\xfe\xcc\x7b\xcb\x57\xac\x3a\xb4\x62\xcd\xa6\x55\xa7\ \xce\xdc\xf8\xe1\x4a\x9a\x5a\xda\xfa\x87\x7f\xcc\xc1\x45\x7f\xfa\ \xbc\xc1\x3d\x2f\xc4\xa6\x85\x39\x42\xf5\xd7\x69\xfd\x97\xe3\x17\ \x77\x72\x35\xab\x93\x39\x15\x88\x0f\xfc\xf4\xd3\x94\x16\x9c\xaa\ \xb9\xff\x75\xd6\x5f\xc6\x5f\xf5\xdf\xbb\x7b\xfa\xd3\x55\x87\x0e\ \x1e\x3a\xd4\x79\x70\xc3\xde\xc6\xce\xea\xc8\xfa\x5d\x4d\x55\xb5\ \x4d\x55\x5e\xaf\xd9\x66\xd7\x8a\x64\xa1\x70\x95\x43\x69\xf3\xd9\ \x8c\x66\x3d\x13\xde\x44\xa1\x0b\xfb\x6c\x54\x42\xf4\x8f\x66\x60\ \xc3\x88\x8a\xb1\xbb\xce\xdb\x64\xb1\xb8\xf5\x4d\x03\x3d\x9b\xc9\ \x1c\xcb\x07\xf3\xfe\xf3\xf7\xcf\xdf\xad\x3c\x70\x68\xf7\xb6\x55\ \xef\x6e\xbc\xb6\x23\xfb\x73\xdf\xcb\x27\xaf\xff\x35\x40\xe0\xed\ \x76\xab\xe7\xee\x11\x59\xe0\x79\x1d\x46\xad\xc3\x6d\xb3\x19\x8d\ \x76\x85\xc5\x62\xd7\x1b\xb4\x7a\x83\x5b\xa9\x31\x47\x22\x61\xb3\ \xad\x32\x54\x15\x09\x57\xfa\xbd\x0d\x75\x0d\x0d\x6d\x07\x37\x6c\ \xda\xf4\x6c\xf1\xa6\x3d\x1f\x8c\xcc\x5b\xf7\xa4\x73\xf9\xf2\xcd\ \x3b\x3f\x0c\xec\x5b\x7c\xfc\x79\xfc\xf2\x53\x6b\x7a\xe0\x11\xbd\ \xf5\xf0\xa2\x75\x35\x5f\xcc\x59\x98\x03\xe5\x85\xd3\xed\x58\x27\ \x7f\xad\xb5\xe7\x60\x69\x9a\x4b\xbd\x45\xa7\xe9\x16\xf8\x3b\x6f\ \x3b\x4b\x7f\x2d\xb5\xbf\x65\x5f\x73\x4e\xfe\x16\x64\x31\x07\xd5\ \x21\x26\x5b\xe4\x7a\x4a\x73\xf9\x60\xb9\xc5\x61\x2a\x3a\xec\x9f\ \x7f\xfa\xf3\xe7\x9f\x7f\x71\x0c\x58\x16\x0e\x4b\x03\x56\x55\xa0\ \x37\x7c\x4d\xcd\x82\x19\x33\x0a\xf3\x8a\xcb\x4a\xe8\x65\x44\x2a\ \x95\x5a\xae\x4b\x0d\xf5\xa5\xb2\x56\x60\x36\x62\x2e\x70\x2b\x71\ \xd4\x23\xa7\x53\xc5\xa5\x74\x60\x38\x40\x71\xfa\xd2\xc9\x40\x20\ \xea\x74\x82\x1c\xa3\x7b\x9c\x43\x31\xab\x27\x9e\x8c\x61\xf4\xaa\ \x27\x25\x17\x50\x3d\x59\x6c\xec\x14\x78\x8a\xe6\x96\x17\xc0\x33\ \xe6\x51\x63\x1e\xab\xdc\x13\x43\x1f\xf8\x02\x9d\x98\xae\xd3\x51\ \x28\x25\xc4\x9e\x67\x23\x29\x2e\x35\x90\xe9\x19\x0e\x64\xbe\x7a\ \x35\x34\x94\x89\xa7\x86\x5f\x8d\x3d\xcb\x66\x27\x86\x7b\x86\x87\ \x86\xc7\xfa\x7a\xa2\x7d\x99\x40\x3a\x16\xc8\xc8\x03\x43\xb1\x68\ \x1c\x00\x32\xe0\xd4\xc5\xa2\xc0\xd5\x62\x00\x59\x56\x39\xe0\x97\ \x47\x47\xa5\x7a\xe8\x14\x01\x9d\x5b\x4e\x11\x13\xb9\x56\x74\xd1\ \x95\x13\xf3\x4a\xca\x7e\xd7\x7b\xf5\x57\xec\xe9\x45\xfc\xc1\x5d\ \xb9\x6e\x57\x3b\x50\x2b\x50\x5c\xa8\x03\x01\xce\xd0\x26\x0b\x20\ \x07\x74\xd3\x60\xce\x7a\xf8\xff\x91\xf5\x26\x0e\x4d\x1d\xda\xf6\ \x70\x01\x41\xe6\x40\x26\x62\x06\x32\x18\x32\x61\x42\x30\x03\x24\ \x21\x13\x04\xc2\x14\x78\x12\xa0\x84\x10\xb5\xce\x12\x9c\xa3\x58\ \xc5\x09\x07\x44\x41\x43\x14\xc5\x58\x4d\x45\x3b\xd8\x62\x55\x84\ \xdc\xd6\x4a\xab\xbd\x54\xa4\xad\x2d\xdc\x16\xb4\xf7\xd9\x8a\x7a\ \xfb\xda\xfe\x17\xbf\xbd\x4f\x00\xbd\xdf\x87\x32\xc5\x4c\xe0\x39\ \x2b\x6b\xed\xbd\xf6\xda\x3d\x11\x74\x41\x9e\x43\xd0\x27\xe2\x3a\ \xb3\x97\xdc\x19\x46\x54\xe9\x2f\xed\xe8\xe9\x75\xf7\xf6\x7b\x01\ \xe9\xe0\xa6\x00\x2c\x77\xee\xb8\x3b\x30\xbb\xd8\xcb\x64\xcb\xcb\ \xab\xf3\x25\x39\x24\xb6\x86\x82\xda\xb3\x03\x9d\x0b\xfd\x91\x81\ \x46\xbc\x9b\x61\xbc\x77\x44\xac\xbf\x67\x65\x62\xe4\xc1\x86\xef\ \x60\x2f\xb3\xbf\xa3\x27\x0f\x68\x1d\x6e\x68\xc6\x76\x66\x2f\x6e\ \x0a\xec\xf5\x12\xcd\x3e\x77\x6f\xa9\xb7\x74\x18\xeb\xe0\xf9\x9d\ \xc5\x9a\x0a\x9b\x9a\x49\x82\x6f\xdc\x20\xb8\x78\xa5\x58\x0d\x03\ \x6e\x45\x2c\x74\xa0\x93\x89\x04\x4f\xb4\x79\x82\x42\x63\x94\xe6\ \x29\xd8\x3c\xb8\x96\x30\xaf\xa3\xb4\xa7\xc7\x0b\xf7\xa2\xf0\x02\ \x47\x52\xe0\xb4\x1f\x76\xf0\x30\x68\x7d\x38\x2f\x8f\xc4\x27\x03\ \xdd\x71\x0f\xf7\x97\x82\xfc\xc5\x87\x36\xe3\xcc\x0e\xd0\x25\x1e\ \x6e\x9d\xc6\x62\x3c\x2f\x8f\x12\xa1\x66\xb8\x91\x42\x58\xca\x00\ \xb6\x46\xc1\x2c\x51\x4a\x47\x29\x85\x52\x2a\x64\x50\x84\x6e\x0a\ \xc9\xac\x80\xeb\xe5\x99\x39\x6c\x12\x45\x88\x7b\xa9\x29\xd8\x34\ \x24\x36\x63\x0b\x85\x74\x36\x31\xd3\xab\x10\xb2\x30\xa2\x81\x43\ \x62\x91\x19\x3c\x56\xd1\xfa\xa7\x8f\xea\xab\x3a\xab\xf7\x6f\x6f\ \xdf\xd6\x56\x07\xac\xa7\xad\x38\x57\xd9\x54\x91\x7f\x64\xc5\xbe\ \xaf\x4e\xaf\x3d\xb4\x7e\xc7\xba\xfd\xef\x9f\xfc\x7c\xfa\xd7\xa1\ \x97\x2f\xa7\x26\x9e\x8d\x4d\x04\x5d\xe1\xb1\xc1\x41\x47\xc0\x3f\ \x60\xf7\x4f\x4e\xdf\x9a\x34\xa5\x25\xe9\xd3\xd2\x54\x0e\x9f\xc7\ \x14\x9c\xb6\xbb\x12\xc3\x4a\x8e\x5a\xab\xd4\x6a\xe5\xe2\xdc\xa2\ \xf2\x02\x5b\x41\x51\xbe\x56\x9c\xa5\xce\x96\x6b\x0a\x2c\x55\x0d\ \x5b\x2b\xf3\xeb\x5b\x77\x9c\xd8\x76\x74\x5b\x6d\x65\x59\x6d\x79\ \x63\x53\x7d\xd3\xfe\xbd\xdd\xf5\x2d\x5d\xad\x5b\xd6\x9e\x39\xf3\ \xe0\xca\x8d\x7b\xbf\xcc\xfc\x32\x34\x30\x32\x12\x32\x05\x54\x2b\ \x57\x5e\x4e\x49\x4d\x7a\xef\x4f\x2c\xab\xc0\x19\x07\x10\xd4\x17\ \x01\xa7\xc2\xbe\x48\x99\xea\x9b\xbb\x04\xa3\x8a\x90\x2a\xe2\xfd\ \xcf\xd9\xea\x15\x5e\x38\x5b\x6d\x9f\xe3\x59\x77\xef\xa6\x7f\xfb\ \x7c\x70\x7a\xfa\xc7\xab\x9b\xb6\xac\xdf\xb0\xb5\x6b\xfb\x91\xe3\ \xdb\x9b\x5b\x76\xd6\x34\x34\x54\x35\x34\x35\x36\x15\x17\xe4\x1b\ \xb4\xb9\x5a\x75\xae\xa5\xaa\xb6\xd8\x62\x2b\xd2\xa1\x6f\x19\x18\ \x27\xd9\x2d\xa4\xf0\xf2\x18\x64\x8a\x82\xcc\x11\x32\x39\x5e\xaf\ \x59\xba\x2d\xab\x52\x43\xd1\x2a\xb3\x4e\x4c\x0e\x6e\x13\xe6\xe5\ \xfe\x58\xf2\xaf\x6f\x87\xb4\x0d\xdb\xb6\xee\x3e\xb4\x7b\xcb\xc5\ \x2f\xd6\xcc\x7c\xef\x83\x9f\xe1\xb7\x05\x59\xea\xa3\x92\x8a\x8c\ \xa6\x1c\x8b\x54\x6e\xa9\x40\xff\x02\xfc\x05\xc9\x69\xc8\x35\xe8\ \x94\x05\xf9\x45\xb6\x6c\xa5\xb1\xb2\xdc\x68\x54\x1a\x0c\xc5\x5a\ \xa3\xc5\x68\xa9\xac\x6d\x6e\x6e\x39\x7e\xec\x68\xeb\xfb\xdb\x3b\ \xdb\xf6\xdf\xa4\xa6\xac\x69\xd9\xb7\x63\xfb\xf6\xed\x23\xcb\xd7\ \x9d\xbb\xf7\xfc\xf9\xd0\xd8\xf8\xb3\x27\xdc\xb8\xb8\x25\x25\x97\ \x32\xff\x5a\xd8\x37\xeb\x73\x9f\x47\xab\xf9\x0f\x6f\xd8\xb1\x66\ \x77\x7d\xcd\x75\x11\x67\x4b\x58\x7d\x73\x1e\xac\xd9\x25\x60\xf3\ \xf9\x0d\xf3\xb4\xeb\x75\x66\xd6\x1c\xcb\x22\xea\xef\x0b\xdf\xfe\ \x4f\xfa\x8b\x8f\x3e\x38\x70\xfe\x1f\x07\x36\x9e\x2d\x59\xb4\x64\ \xe3\xae\x92\xcc\xa5\x25\x2b\x4b\x32\x4b\x96\x80\x34\x5c\x10\x1f\ \x1f\x93\x96\x96\xc4\x15\x01\x43\xc2\xb0\x04\x95\x3d\x60\x12\x01\ \xb5\x49\x16\x89\x52\x4d\x1e\x19\x4d\x40\xa3\xe2\x1c\x9f\xca\xea\ \xf0\xcb\xac\x22\xa7\x4f\xcf\x35\xa9\xb8\x02\x8f\x5f\x25\xf3\x05\ \x7d\xf6\x54\x99\xc8\x3e\xee\x33\xe9\x4d\x22\x95\x49\x24\x72\x65\ \x24\xc6\xc7\xe8\x45\x32\x2e\x35\x59\xe0\x0f\xf9\x9c\x61\x4f\x62\ \x82\x8a\x9a\x6c\xb2\xd3\x92\xb8\x69\xb2\x8c\x0c\xfd\xe0\xe4\xa8\ \xcb\xee\x08\x0c\x3c\xf3\x71\xc7\x86\x46\xc7\x3c\x01\x7f\xf8\x79\ \x68\x08\x2e\x1d\x1b\x0a\x8d\x05\xc7\xc3\x8e\xe0\xc4\x48\xd8\xe3\ \x31\xf9\xf4\xae\x49\x8f\xca\xe7\xcc\xe0\xda\x1d\x0e\x91\xde\xee\ \x31\x39\x9c\xf0\xd4\xb8\x2a\x78\x2a\x19\x2a\x81\xc0\x25\x03\xaa\ \x87\x4f\x5a\xa0\x4f\x4d\x03\x24\x4c\xcb\xa0\x45\xbd\x85\x10\x85\ \xab\xbb\x90\x56\x11\x76\x86\xfe\x59\x88\xe8\x89\xd4\xa5\x22\x4d\ \x44\x00\x91\x8e\x61\xb7\xb9\x1f\x00\xab\x97\xa8\x79\xdd\xe9\x8f\ \x10\xab\x39\x39\x37\x4c\xdc\xc0\x0d\xf7\x01\x9a\xd0\x4b\x38\xe6\ \x01\xef\xfa\xcd\x1d\xbd\xde\x7e\xdc\x7b\x0a\xbc\x84\xe7\x05\x54\ \x19\xbe\x63\x66\x48\x5b\x0e\xd7\xb2\x15\xec\x2c\x3e\x07\x6d\xaa\ \x7f\xf7\x0c\x47\x1e\xab\x87\xd0\x94\x91\x67\xd1\x33\x8b\x7e\x77\ \x88\x0b\x09\x33\x3e\xaa\x3e\xc4\x3e\x37\xe0\x26\x06\x29\x00\x5b\ \x43\x0f\x55\x3f\x0e\xc6\xe0\xa4\x1f\x7e\x76\x2b\x70\x2d\xac\x7b\ \x18\x58\x4f\x7f\x07\xcf\xdd\x81\xd1\x2d\xe8\x4a\x20\xc1\x8b\x30\ \x8f\x42\x27\xa3\xaf\x1d\x3e\x02\x76\x91\x28\x79\x18\x01\x07\xdc\ \x87\x8e\xae\x1e\x77\xa9\xb9\xd4\x9b\xc7\xf3\xba\x51\x63\x80\xb8\ \xe3\x70\x80\x89\xb1\xa4\x24\xa0\x43\xa0\xde\xfa\x85\x6c\x0a\x8b\ \x6c\x16\x2a\x40\x36\x76\xa0\x2c\x86\xdf\x0a\x0e\x02\x61\x0a\x56\ \x07\xe6\xcb\xb8\x31\x81\xc1\x8c\x51\xd3\xe6\x3c\x04\x24\x33\xee\ \x8f\xc8\xc3\xd5\x3b\x79\x42\x60\x6d\x00\x65\x42\x12\x0f\xa7\x71\ \x78\x00\x52\x58\x58\x27\x33\xe9\x1c\x37\x31\x94\x23\x04\x85\x4a\ \x66\xb3\x78\x18\xe8\x47\x02\x9c\xa2\x08\x29\x7c\x36\x8f\x43\xe7\ \x30\x58\xc0\xb1\x38\xd2\xa6\xb5\xbf\x37\xea\x6c\x47\xa6\x7f\xef\ \xda\x3a\x7d\xe8\xe8\xfe\xd5\xab\x57\xac\x6b\x2a\x2b\xa8\x58\x5d\ \xdb\xbc\xe6\xe8\xd6\xee\xb5\x67\xee\xdd\xbb\xf1\xcb\xf4\x97\x83\ \x83\xbf\x4e\x39\xc3\xe3\x03\xf6\xe0\x44\x78\xca\x39\xaa\xe7\x5a\ \x43\xc1\xf0\x68\xd8\x27\x80\x03\xd1\x9e\x21\x18\x08\xfb\x6f\x0d\ \x8c\x0f\xc4\xa6\x5c\xcb\xa2\x67\xa9\x35\x39\x39\x1a\x35\x10\x35\ \x65\xae\xae\x40\xab\x54\xb3\xa5\xf9\xea\x5c\x20\x14\x0d\xdb\x37\ \x55\xe7\x1b\xdb\x67\x36\xd4\x74\x1d\x6a\x6c\x3d\xdc\xd5\x7c\xfc\ \x58\x7b\xd7\xaa\xcf\x7f\xfe\x69\xf0\xc9\xcd\xc1\x09\x7f\xd8\x65\ \xb2\xab\x9c\x70\x94\xc6\x64\xd0\x68\x82\xf0\x67\xff\xf8\xcc\xa1\ \xe7\x72\xbf\xbe\x5b\x38\x27\xf7\x08\xc5\x77\x77\xf6\xeb\x08\x58\ \xcd\x09\xc0\x6f\xb0\xc2\x7e\x37\x42\xb7\x0a\x23\x80\x45\x60\x16\ \x51\x75\xbf\xfb\xe7\x9f\xf0\x65\xe1\xd7\xcf\x6f\xdd\x9c\x7e\xfa\ \xcb\x57\xef\xac\xdb\xba\xa5\x6b\xff\xba\x7d\xdb\xb7\x9f\x68\x6d\ \x6d\xac\x6f\xaa\xa9\xde\x56\x53\x65\xd1\x6a\x35\xa0\x8a\x0d\x18\ \xd0\x55\xa6\xb4\x15\xe8\x34\x52\xa9\x44\x9a\x2d\x96\x30\x18\x4c\ \x9c\xbe\xa4\x20\x2f\x65\xe1\xce\x35\x43\x83\xbc\x5c\x4e\xda\xa6\ \x94\xec\x9b\x3a\x29\xa7\xf0\x73\xae\x7f\xfc\x22\x71\x67\xcd\xce\ \xc3\x5b\xb6\x6f\xde\xb1\xf9\xca\x87\xdb\x1f\xbf\xf0\xcf\xbc\xf4\ \xff\xf3\x13\xa5\xee\x58\x69\x4d\x42\x65\xae\x45\xae\xcd\xd7\xca\ \x2d\x9a\x02\x65\x91\x36\x37\xbf\xc0\x60\xc9\xd1\xe4\xd8\xaa\x2b\ \xb4\x05\x45\xc5\x15\xe5\x96\xea\xea\x2a\x63\x99\xc1\x58\x55\x56\ \x56\x53\xd7\x52\xd5\xd2\xd2\xb0\xb3\xab\xbb\xab\xb3\x79\xed\xb4\ \x27\x79\xd5\xee\xe5\x1b\x0e\xad\x3d\x7e\xfd\xc7\x7d\x57\xee\x3f\ \x0e\xd9\x9f\x0d\x8e\xf9\x82\xfa\xd4\xa8\x98\xa5\x2b\xff\xf1\x76\ \x61\x84\x61\xf5\xcd\x03\x57\xdf\x5c\xe3\x90\x28\x61\x45\xbc\x0e\ \xe9\x6f\x0c\x3d\xf7\x15\xfe\x57\xd6\xcc\xec\x28\x61\xe1\x5c\xd4\ \xfb\x3c\xc1\x4a\x9f\xdf\x0b\x36\xaf\x0b\xe7\x0b\x5a\x40\xb3\xfe\ \xf3\xfd\xa5\xf3\x97\x3e\x39\x7f\x7e\xd7\xb2\x95\x25\xc4\x2a\x7b\ \xa0\x7c\x4b\x57\x02\xd5\x4a\xc9\x8c\x4e\x89\x8f\x49\x84\x73\x5e\ \x24\x4a\x13\x98\x02\x76\x7b\x38\x68\xc2\xc8\x85\x54\x9a\x8c\xeb\ \xd1\x5b\x3d\x01\xab\x0a\x87\x6f\xf4\x2a\xae\x55\x6f\x97\x99\x9c\ \xa9\x2a\x99\xde\x64\x32\x51\x05\xf6\xe0\x78\xc8\xc1\x75\xa8\xf4\ \x2e\x87\xdd\x61\xd7\x9b\xac\x26\x19\x35\x3e\x0a\xee\xc6\xee\x10\ \x51\x33\x04\xae\x11\xa0\x64\xfa\x0c\x9a\x2c\x0d\xfd\x0d\x7a\x1f\ \x91\x71\xfc\x6a\x70\x24\x08\xca\xd3\xe5\x0f\xca\x02\x43\x93\x53\ \xf0\xea\x19\x9a\x08\x3b\x3e\x10\x8c\x82\x28\xf4\xf9\x27\x4d\xce\ \xc0\x58\x30\x38\x62\x0a\x84\xc6\x42\xe1\xd0\x80\xdf\x21\x90\x39\ \x91\xd7\xe9\x45\x56\x9c\x13\xe2\xd2\x44\x2a\x87\x8b\xab\x12\x00\ \x64\x9a\x04\xd4\xc4\x94\x64\x01\x57\x40\x4d\xc3\x25\xd0\xc9\xa9\ \x09\x6f\x61\x77\x70\x18\x79\x54\xef\x30\xc1\x1d\xb0\x47\x48\x14\ \xc1\x23\xde\xac\x88\x60\x23\x68\xd4\x70\x1e\x56\xd1\xdd\x1d\xfd\ \x08\x5a\xfd\x11\x6a\x05\xda\xac\xb7\xb7\x07\x31\x8c\x18\xed\xe9\ \x05\xf1\x48\xd0\xa0\x0e\xe0\x59\x00\x59\x5e\x4c\x14\xee\x01\x7a\ \x86\x57\x62\x0c\x0f\x63\xab\x91\x24\x97\xd7\xb7\xd4\x95\x0e\x33\ \x81\x7a\x10\xb6\xaf\x3b\xc3\x04\x3d\x83\x2b\x0e\xcf\x0e\x08\x45\ \xd8\x1a\x7e\x89\x95\xfc\x59\xf8\x74\xf7\xa2\xc7\x01\xb4\x2a\xd1\ \x8d\x84\xbf\xa0\x3e\x87\x4b\x3b\xd8\x74\xdc\xfe\x0a\x20\x03\x08\ \xc1\xc8\xe3\x60\x93\xa0\xb4\x14\x64\x1c\x07\xa3\x13\xd0\xd1\x84\ \xbb\x36\xe9\x14\x32\x9f\xcf\x62\x13\xdb\xca\x78\xa5\x7c\x8c\xc2\ \x02\xc4\x02\x81\x08\x6c\x8a\x41\xc2\xd5\xa6\x79\xc4\xde\x07\x33\ \x83\x27\x34\xe3\xd8\x1e\x8f\xce\x51\x90\x25\x0c\x33\xda\x49\x29\ \x64\x0a\xe6\x01\x50\x78\x0a\x2f\xb6\x50\xfb\xb1\xd8\x0f\x3f\x6e\ \x29\x28\xc2\x52\x90\x21\x1c\x3a\x3c\x8e\x9b\x87\xfb\x21\x70\x8a\ \x90\x23\x74\xa3\xdf\x1d\x73\x99\x41\x02\x9a\x71\xe5\xb5\x10\x18\ \x1e\x9d\xc5\x60\x20\xb5\xa2\x13\xcb\xd5\x31\x65\x9e\x44\xc7\x81\ \x1c\x3a\x2e\x41\xe4\xd1\xd9\x58\xec\xe2\xb1\x80\x96\x31\x28\x0c\ \x4c\x22\x20\x71\x88\x45\xec\xbc\xdc\xb5\xef\xac\x6f\xd2\x64\x57\ \x5d\x5c\x6b\xac\x70\x5e\xad\x7c\x7f\xfa\xd5\xcb\xb1\xc9\xef\x0e\ \x36\x6c\xd9\x53\x7f\xa4\xfb\xe4\x95\xcf\x7f\x98\xfe\xee\xd3\x5f\ \xbe\xfb\xf5\xd7\x99\x97\x03\xd6\xd0\xf5\xeb\x23\xa1\xf1\xc1\x97\ \x7a\x8f\x6f\x64\x20\x3c\x62\x1a\x71\x38\x43\x93\x54\xbd\x4a\xe4\ \x18\x99\x1a\x1a\xf3\xcb\xe2\x63\x56\xc9\x73\x35\x46\x4b\x41\x2e\ \xe6\x2a\x6a\xb4\x62\x49\x0e\x3b\xbf\xc9\x96\x6f\x29\xc8\xce\xcf\ \x56\x56\x34\xef\x79\xb7\xd9\x58\xb6\x6e\xf2\xea\xf2\x23\x6b\xb6\ \xee\x79\x67\xfb\x8a\x15\x27\x1f\xdc\x7c\x35\xfe\xec\x99\xeb\xd6\ \xcf\xd7\x6e\x0e\x84\x47\x89\x80\x48\x9f\x49\xc0\xa5\xe9\x07\x16\ \xac\xcc\xf8\x08\x8e\xc7\x3f\x66\x4f\xc6\x88\xdf\xa8\xef\x6e\xdf\ \x6c\x5d\xbd\x2f\x52\x57\x8f\x14\xd8\x0b\xfb\x88\x1e\xe0\xdd\x88\ \x12\x44\xa1\x84\x15\x2b\x02\xb0\xfe\x9c\xe5\x65\x7f\xf6\xfd\x69\ \xba\x3e\x78\x1b\x00\xeb\xd3\x77\xdf\xd9\x7a\xfc\xd8\xba\xdd\xed\ \x7b\x77\x37\x1f\xeb\x6e\x2d\x6f\x69\xa9\xaf\x69\xaa\xcc\xd7\xe5\ \xa8\x35\x6a\x5d\x45\x53\x75\x45\x55\x85\xc1\xa2\xcc\x66\x8b\xe5\ \x12\xa6\x5c\x0d\xa8\xc5\xa2\x70\x80\x0d\x03\xc4\xf3\xf9\x24\x39\ \x99\x64\xcc\x52\x56\x64\xd1\xbb\x73\xf9\x1f\x4e\x1c\x97\x90\xeb\ \x2e\x2c\xfe\x63\xe3\xd1\xe2\xc6\xae\x23\xfb\xb7\xef\x38\x78\xf1\ \xea\x8d\x77\x1e\x7f\x3b\xf2\x72\xc6\xff\xf5\xff\x5e\x35\x54\x90\ \x76\x26\x97\x67\x69\x75\x1a\x8b\x45\x0c\x70\x68\x30\xea\x00\xba\ \x0a\x8c\xc5\x40\xb2\x6c\xf0\x92\x50\x6c\x2b\xae\xaa\xa8\x6c\x2a\ \xaa\xb4\x15\xeb\x0c\x15\x15\x2d\x55\x35\x0d\x15\x27\xf6\x36\x1f\ \xe9\xdc\xb2\xef\xc8\xc1\x87\x32\xd3\xee\x63\x7b\x36\x2c\x5f\xbf\ \xff\xa7\xdf\x57\xbc\x7b\xe3\xc1\x73\xdf\xc4\xed\xe7\xa3\xc0\x36\ \xf4\xaa\xc4\x03\xbb\xb0\xcb\x50\xf8\x46\xa1\xfd\xbf\x92\x92\x23\ \x17\x7e\x13\xd9\x3c\x31\x97\x35\x8a\x6e\x8f\xd9\xa8\xf7\x59\x94\ \x5a\x98\xfe\x66\xe2\xfb\xc2\xb9\x25\xd1\x0b\x23\x03\x88\xe9\x73\ \xec\x6a\x8e\x69\xcd\x46\xc1\xff\xe7\xdb\xb3\x1f\x7c\x7c\xf9\xbd\ \x53\xbb\x56\x2e\x59\xb6\x64\xe5\xc6\x4b\x07\x96\x1d\x58\x86\xe1\ \x33\xcb\x32\x17\x65\xc6\x2d\x8a\x8f\x01\x5d\x85\xc3\xc4\x2e\xbb\ \x27\x08\x92\xcd\x21\x93\x09\x04\xc9\x34\xbd\x28\x83\x66\xd2\xfb\ \x64\x2a\x11\xcd\xe1\x17\x38\x4d\x2e\x87\x00\x84\x1e\x4d\xa5\xd7\ \x9b\xd2\x68\x2e\xbf\xc7\x1f\xb0\x9a\x9c\xa8\x13\x65\x01\x8f\xd3\ \x63\xe5\xc6\xc7\x51\xf5\xb2\x54\x9a\x95\x1a\x45\x13\x99\xac\xf6\ \xb1\xd1\x00\x8d\x9a\x94\x61\x12\xd8\xad\x2a\x57\xc8\x94\x28\xd0\ \x4f\xdd\x9e\x08\x98\xac\x7e\xab\xcb\x21\xb2\x5e\x9f\x9c\x00\x52\ \x35\x15\x7e\xb2\xf8\x2e\x35\xe8\x9a\x98\x02\xbe\x35\x1a\xf2\xd8\ \x3d\xe1\x89\xd0\x68\x70\xc2\xef\x09\x81\xc8\x04\xf1\xe9\x1c\x70\ \xb9\xf4\x32\xbd\x0b\x6e\x63\xa2\xa6\x26\x67\x50\x45\x76\x91\x88\ \x4a\xa5\x02\xbe\x26\xa6\x65\xa4\x99\x64\xdc\x34\x9a\x89\x1a\x95\ \x96\xf8\xd6\x9d\xd2\x5e\x82\xcf\xf4\xe6\xe1\x86\x99\x5e\xac\x56\ \xe1\x1b\x20\xc4\x30\x82\xd2\xf0\x2c\x82\x80\xb8\xeb\x77\xbb\xcd\ \xc2\xde\x7e\x54\x7c\x40\x94\x7a\x87\x11\x88\x3a\x3a\x40\xce\xb9\ \x89\xed\x5f\x3d\x3d\x91\x0f\xfd\x00\x7c\x6e\x37\x30\x2b\x37\xfc\ \x83\xdb\x3d\x0c\x0c\x0e\x30\xa9\xa3\x97\xc3\x02\x41\x08\x02\x51\ \xc8\x32\x36\x18\x59\x3d\x5e\xb6\xbb\xa7\x7f\xd6\x5e\x1f\x01\x3f\ \xa4\x54\xfd\xf3\x0d\x4b\x24\x7c\xc3\x3d\x3d\x73\xe5\xf8\x61\xac\ \xc0\x0f\xf7\xe4\xc1\x3d\x0c\x63\x0f\x00\xa0\x6a\xd8\xdb\x0f\x1c\ \x87\x87\xa9\x08\x66\x61\x07\x8f\x67\xc6\x86\x91\x90\xb0\x9d\x63\ \xf9\x08\x23\xd7\x99\x3c\x21\x83\x2f\xe6\x03\x52\xe1\xfa\x31\x26\ \x8b\xc4\xa1\x8b\xc9\x1c\x26\x59\xc2\xa2\x63\xf8\x3b\x85\xcd\x60\ \xc3\x65\x1c\x33\x89\x4c\x32\x9b\x15\x4c\x1c\x03\xcc\x53\x08\x41\ \x33\xa2\xd1\x9c\xc5\xc3\x16\xa0\x30\x0f\xab\x49\x59\x38\x60\x63\ \x76\xe3\x46\x46\xc2\x7c\x0f\xcf\xae\x03\x90\x48\x01\x5a\x04\xeb\ \xe7\x38\x72\x0d\xea\x13\x23\xd9\xd1\x42\x0a\x74\x8d\x43\xa7\x30\ \x4b\x71\x0b\x21\x6e\x95\xe0\x90\x14\x14\x3a\xa0\x29\x29\x2f\x8f\ \xc3\xa0\xe3\x34\x34\x89\xc9\xa0\xf0\x40\xa1\x0a\x01\x96\xb0\x80\ \x05\xf2\x94\x01\xd7\x61\xd1\xe1\x62\x9c\x35\xe4\xb0\xe8\x40\xb8\ \xf8\x12\x92\xe6\xd0\x8a\x46\x63\x56\x8e\x46\x79\xbc\xf9\xc8\xf2\ \x1f\xb3\x8e\xee\xb9\xb0\x7a\xf4\xe1\x93\x89\xe9\x83\xdf\x6d\x5f\ \xbd\x6a\xd3\xe6\x2b\x5f\xdd\xbf\xff\xf8\xf6\xab\xdf\x9f\x3c\x1f\ \x0a\xbb\xc6\x5e\xdd\x0a\x0e\xbc\x3a\xf7\xe0\xd5\x48\x28\x84\xab\ \x2a\xc7\x5c\xb2\x31\xbf\xc8\x61\xb5\x3a\x06\x64\x2e\x51\x5a\xa6\ \xab\x2b\xb7\xb8\xba\x3a\x5f\x6b\xb3\x19\x73\xd5\xfc\x1c\x03\x93\ \xc1\x56\x56\x35\x1e\x6b\x69\x2c\xaf\xd9\xb9\x6d\x67\x53\xc3\xbe\ \x0f\xbb\x0d\xf5\x17\x3c\x5b\xae\x8d\x8f\xd3\x3c\xa7\xb7\xad\x9d\ \x9e\x79\x3c\x3d\xf3\xfb\xcc\x93\xd0\xd3\xa7\x2f\x67\xc6\x82\x13\ \x4e\xcc\xd3\x75\x04\xed\x22\x9a\x4b\xf5\x89\xeb\xd2\x81\x80\x6c\ \xf1\xff\xf6\x11\xbc\x60\x76\x10\x65\xae\xb8\xfe\x4d\x44\x16\xde\ \x9d\xaf\xb1\xdf\x9d\x67\x5a\xb3\x0c\x2b\xe2\xbb\x8a\x20\x18\x12\ \xaf\xc2\x3f\xf5\x13\x93\xcf\x7e\xbe\xf6\xe3\xa7\x07\x57\xad\xed\ \x6a\xdb\xbb\x7f\xeb\x9e\xfd\x7b\x1b\x6b\x76\xee\x6c\xac\xaf\xb7\ \x55\xe5\x5b\xaa\x2b\x0c\x4a\x4b\x41\x75\x59\x65\x4d\x71\x51\x2e\ \x88\xb7\x5c\x36\x53\x92\x0d\x42\x56\xcd\xc7\xe1\x4e\xe0\xac\x1c\ \x12\x4e\xb8\xb2\xcd\x3c\x25\x5b\xa9\x21\xe7\x54\xf0\xe4\x37\x9e\ \xd6\x18\x2d\xea\x27\xdf\x7e\xf2\x4e\x51\x5d\x7d\x7b\xf7\xde\x55\ \x3b\x36\x7f\x7a\xf1\xf4\x3b\xbf\x7c\xeb\xb9\x39\x98\xfa\xe2\x5f\ \x25\x8f\xf8\x9c\xce\xa4\xe3\xe5\xba\x9c\x5c\x8b\x41\x2a\x2f\xb2\ \x69\x75\x05\x1a\x69\x51\x45\x75\x79\x65\x55\x65\x95\x4d\x57\x51\ \x5e\x5d\x66\x28\xab\xab\xaf\x07\x5e\xd5\xd8\x79\x74\x5b\x63\xad\ \xb1\xa1\xb5\xfb\xc8\xb1\xcd\xbb\x4f\x6f\xdf\x7b\xf2\x7e\xa2\x7f\ \x6b\xeb\xd1\xa3\xab\xb6\xac\xbb\x3f\xbd\xe9\xe4\xb9\x2b\x3f\x4f\ \xfc\x72\x7b\xc2\x39\xf5\xdc\xe3\x5a\xf4\xc1\xae\xcc\x7f\xbe\x3d\ \x2b\xf6\xbe\x99\x73\x90\xce\xba\x18\xd2\x23\x54\x2b\xfd\x8d\x3e\ \xe0\xdc\x90\x61\xfa\x1b\xe9\x32\xe9\xaf\x57\xea\xa4\xcf\x2d\x89\ \x9e\x07\xaa\xc2\xd7\x18\x45\x10\xac\xc2\x79\xe8\x42\x59\x58\xf8\ \xcf\x4f\x3e\xda\x75\x60\xd7\xae\x95\x25\xcb\x36\x2e\x5d\xba\xeb\ \x00\xc6\xce\x2c\xc9\x5c\xb9\x12\x47\x0b\xa3\x53\x16\x24\xa5\x25\ \xa5\x8a\xb8\x02\xbb\x27\x10\x14\xd8\x9d\x2a\x19\x10\xf0\x98\xa4\ \x0c\x91\x15\x33\x8a\x9d\x2a\x91\xca\x0e\x2f\x4a\x76\xbb\x20\xc3\ \x64\xe7\x62\x5a\x0c\x8d\x96\xa6\xb7\x73\xa9\x4e\x67\x40\x2f\x70\ \xf9\xf5\xd6\xa0\x9e\xeb\x33\x25\x25\x65\xa0\xd5\x9d\x6a\xe5\xc6\ \xc0\x6b\x57\x6c\x94\xe7\xc9\x33\x80\x1c\x2e\x37\x43\xef\xd2\x0b\ \xf4\x56\x53\x9a\x69\xe0\xd6\x50\xd8\xe1\x07\x92\xe4\xb2\x3b\x9d\ \xe3\x63\xc1\x80\x7f\xfc\xc9\x08\x75\x41\x38\x18\x9e\x0c\x05\xa6\ \xc6\x46\x9c\x41\xe7\xc0\x58\xc8\x0f\x88\x16\x1a\x70\x9a\x4c\x56\ \x1a\x80\x9b\x23\xe0\xc3\x3c\x2c\x91\x48\xa5\x4f\xa3\x89\x70\xe5\ \x84\x4a\xc5\xa5\xd2\x9c\x82\x0c\x9a\x4a\x84\x5d\x42\x5a\x1a\x0d\ \x1e\x37\xf9\x2d\xa0\x41\xfd\xc3\xbd\x00\x58\x40\xb4\x90\x38\xcd\ \x56\xc8\xff\x06\x2a\xe1\xed\x8f\x24\xfa\x11\x05\x77\xf7\xb0\xbb\ \xc7\x8b\xb6\x70\x20\x3a\x1d\x58\x98\x07\x2a\x06\x0a\xcd\x8d\x4d\ \xfe\x0e\xb7\xf7\xce\x6c\x73\x0f\xe9\x16\xb6\xfd\x3b\x3a\xbc\x20\ \xd7\xfa\x89\x9d\x16\x1d\x3d\x68\x3d\x60\xf3\x00\x81\xcc\xc0\xb7\ \xe8\x15\x86\x62\xb3\x50\xc3\x88\x94\xa7\x7a\x86\x67\x25\x25\x51\ \xaf\xea\x27\x4c\x0d\xc3\x04\x56\xfd\x8d\xdf\x81\x2c\xfc\x9f\x1e\ \xa2\x9a\xd5\x8b\xc4\x0d\x7d\x5e\x70\xef\x79\x5e\xfc\x2a\x0f\xb3\ \x8b\xf3\x70\x41\x16\x03\xb4\x1c\xae\x56\x86\x73\x1f\x20\x0b\xb3\ \x85\x15\x18\x8c\x65\x26\x49\x48\x0c\x32\x99\x84\xfb\x09\x98\x14\ \x12\x99\xce\x62\x65\xe9\xe4\x2c\x0a\x93\x4e\xa6\xd3\x59\x4c\x26\ \x1b\xc7\x8e\xb0\x17\x07\x9c\x0a\x64\x1d\x5d\x88\x53\x36\x1c\x10\ \x8d\x18\x0b\xcf\xe2\xa3\x5f\xde\xac\xa0\x30\xf9\x64\x29\x9f\x81\ \x0b\x55\xfb\x89\x9f\x9b\x60\x9f\x77\x7a\xdd\x66\x6f\x3f\x0f\xfb\ \xea\x3c\x04\xcc\x3c\x06\x4e\xd5\x80\xe4\xe3\x61\x59\x1d\x4b\xee\ \x0a\x0a\x46\xb6\xf3\x14\xb8\x0b\x1a\x17\xa6\x82\xb8\x84\x67\x0a\ \xe0\x84\x71\x31\x1c\x12\x13\x7b\x90\x98\x0a\x41\x61\x51\x48\x0c\ \x16\x99\x47\xac\x4e\x85\xe7\xc1\x24\x73\x48\x24\x1e\x10\x34\x10\ \x3a\x12\x36\x29\xdb\x68\x91\x92\xd5\x62\xf1\xde\xfd\xca\xf2\x23\ \x4a\x75\xe5\x96\x0d\x0f\x4f\xbe\x7b\xef\xa7\xdf\x0f\xee\x5b\xb5\ \x65\xed\x3b\x17\x6e\x5f\x59\x71\xee\xe9\xef\x83\xcf\x06\x7f\x9d\ \x08\x4d\x4e\x8d\x59\xc7\xbf\x7b\xf0\xfb\xd0\xb3\x01\xbd\x3f\xe8\ \xf4\x99\x32\x80\xfb\xab\x68\x7a\x93\xd3\xe1\xb7\x26\x26\x9f\xd6\ \x2a\x6d\x96\xe2\x82\x82\x62\x9d\x46\x5e\xd4\xb8\xb3\xba\xa8\x75\ \xed\xb9\x47\xd7\x9e\xbe\x7c\xe6\x0a\xf9\x65\x8e\x57\xef\x1c\x69\ \xbb\xba\xc2\x58\x79\x35\xf1\x3a\x77\xd9\xe5\xc4\xdb\x0f\x3e\x7f\ \x38\xfd\xcb\xf4\xf4\xb3\x27\xcf\xc6\x5f\x7e\xf5\x78\x66\x6a\x70\ \x72\x04\xdb\xdf\x26\xab\xd3\xa4\xd2\xfb\x57\x72\xdf\xfb\x63\xc4\ \xa4\x5f\xf2\xe2\x1b\x6c\x0b\x12\x29\x4f\x73\x58\xf5\xcd\xec\x1c\ \x5d\xdf\x37\x7d\x73\xa2\x70\xd6\x7a\x15\x29\x6c\xcd\xe2\x54\xe4\ \x33\x16\xe1\x91\x5f\xa5\x67\x3c\xbb\xfe\xcb\xad\x5f\x7e\xc2\x7d\ \xd0\x5b\xf6\x1f\x5f\x75\x6c\xef\xf6\xfd\xfb\x8f\xee\x6c\xef\xac\ \xaf\xae\x01\x65\xa6\xb4\xd9\xca\x0b\x6c\xf5\x75\x65\x96\x4a\x43\ \x91\xd2\xa2\x94\xe0\x22\x13\x89\x14\x94\x2d\x86\x4c\x92\x29\x4c\ \x09\x53\xcc\xa4\x88\xf7\xb5\x56\x34\x90\x19\x59\x2c\x76\xad\x9c\ \xdc\x74\xac\x9c\xb9\xfa\xd6\x57\x49\xbf\x8d\x96\x37\x35\x1c\xdf\ \x7b\x74\xcf\xea\x35\x6b\xbe\xf8\xe2\xfd\x2d\x3f\xfd\xa1\x7f\xfc\ \x32\xf6\xaf\x45\xe3\x5f\xef\xf5\x1e\x4b\x34\x68\x8b\xab\xea\x6b\ \x2b\x72\xe5\x5a\x4d\x41\x51\x41\xae\x01\xbe\xab\x2c\xae\x68\x6a\ \x2a\x2e\x2b\xae\xaf\xcb\xb7\x94\xb5\x75\x36\xec\x6c\x68\x39\xbc\ \xbf\xbd\xad\xbd\xbd\xbd\xbb\xb3\xbd\xab\xfb\xe4\xa1\xdd\xcb\x0f\ \x6d\x79\x1a\xf3\xaa\x6b\xdb\xd1\xdd\x6b\xf7\x6e\x3d\xf9\xaa\x7b\ \xe6\xab\x1d\xef\x8e\x4c\x5c\x0f\xe1\x0e\x05\xff\xd2\xcb\x07\x0e\ \x2c\xfe\xfe\xed\xb9\x19\xc1\xbe\xf4\xd9\x55\x5f\x73\xa3\x39\x7d\ \xaf\x33\x1c\xe6\xea\xee\xe9\x73\x63\xd1\x73\xca\xb0\x30\xfd\x35\ \x50\x15\xbe\x51\x84\x9f\xb5\xc1\xcf\xbd\xcf\x0e\xef\x14\xce\xe2\ \x17\xd6\xb1\x80\x66\xfd\xf6\xd1\xa9\x8d\x67\x4f\x9d\x3d\x5b\xb2\ \x34\xb3\xe4\xc0\x01\xe0\x59\x18\xf9\x9e\xb2\x20\x6e\xc9\xa2\x94\ \x45\x29\x71\xd1\xf1\x69\xa9\x34\xbd\xdd\x17\x70\xf8\x41\xf1\xc1\ \x7f\x25\x90\x2c\xbd\x4c\xe4\x34\xd9\x31\x76\x21\x4d\xe6\x77\x7a\ \x46\x5c\x4e\x3d\xb0\x2d\x2e\x55\xa5\x77\x08\x04\x56\x91\x40\x60\ \x1f\x70\xc9\x04\x3e\x9f\xc7\x17\xf6\xf9\x9c\x49\x09\xb1\xc9\x32\ \xab\x48\x46\xa5\xb9\xd2\x92\x33\x32\xe2\x16\x51\x9f\x5c\x37\xe9\ \x33\x40\x5e\xda\x1d\x56\x95\x43\xaf\xd7\x3b\xc7\x47\x06\x27\xc7\ \x3d\x26\x93\xde\x04\x94\xfc\xf9\x14\xd6\xf8\x07\x26\x9d\xfe\x01\ \xcf\xc8\xc0\xc0\xd8\x78\x78\x7c\xca\x13\x08\x84\x7d\xa1\x50\x30\ \xe0\xf4\x78\x3c\x26\x57\x30\x1c\x90\xf9\x5c\x1e\x91\xd3\xca\x35\ \x99\x44\x76\x3b\x1c\xb2\x0e\x00\x2c\xae\xdd\x83\x5b\xe8\x32\xb8\ \x22\x19\xa6\x25\xa7\x45\x25\xa5\xc6\x25\xbf\x05\xf8\x34\x8c\xbd\ \x7d\x1c\x34\x2e\x2d\xed\xe8\xef\x2d\xf5\x9a\x3b\x40\x6c\x45\x80\ \x04\xf5\x4f\x24\x26\x18\x13\xa3\xe0\x1d\x0d\x56\x5e\xac\x4f\xdd\ \x89\xf4\x12\xf1\x5a\x84\x2a\x44\x68\xeb\x27\xbe\x42\xb4\x81\x7f\ \xca\x1b\xee\x25\x8c\x5b\x48\xa0\x00\x06\xfb\x49\x88\x7b\x70\xd1\ \x1d\x66\xd6\xb0\xc2\xcc\xa4\x10\x84\x6c\x38\x12\x0f\x41\x70\xa8\ \xde\xe1\x8e\x3b\x44\x65\xca\xdd\x5b\x8a\x77\x38\x5b\xbb\x22\x46\ \x1b\xb1\x2e\xdf\x81\xc6\x0a\xe0\x79\xbd\xde\x5e\x24\x70\xbd\x1d\ \xc0\xa8\x84\x40\x44\x14\x0a\x26\x09\xb3\x3f\x15\x40\xb7\x28\x4c\ \x12\xb1\xb2\x46\x21\xe4\xf0\xe8\x14\x21\x83\xcc\x06\x4e\x45\x07\ \x45\x28\x15\xd3\xd9\x62\x96\x54\x2e\x57\x8b\x01\xa8\x98\xfc\x6c\ \x7e\x16\x4e\x3f\x67\x51\x98\x59\x1c\x32\x9a\xd5\xb1\x7d\xc8\xe0\ \xb0\x14\x98\x0c\x4e\xc6\xad\x1a\x7c\x36\x3f\x4b\x4a\x67\xf1\x31\ \xdf\x93\x42\x67\xb2\x41\xf3\x79\x51\x11\xa2\xad\x02\x7f\x35\x6e\ \x6f\x47\xa9\xc2\x8b\x52\x10\x99\xa7\x99\x43\xc6\xcd\xcf\x42\xb3\ \xb7\xb7\xb4\x03\x57\xa5\x72\x14\x4c\x3a\x08\x52\x06\x0f\x9d\x0c\ \x38\x61\xc8\xe1\xe0\xde\x67\x33\x3e\x0a\x99\x41\x81\x37\x84\x34\ \x0a\x70\x2b\x32\x43\x01\x4f\x90\x0c\x70\x4a\x26\x01\xc4\x61\xac\ \x0f\x1b\x41\x16\x57\x4e\xb0\xc9\x3c\x31\x9f\x47\x61\x33\xb7\xb5\ \xef\xbc\x5f\xc3\x27\xd3\x35\x39\xb5\xd5\xed\x27\xd6\x5e\xf8\x74\ \xf7\xf6\xae\xae\xd6\xce\xd3\x17\xce\x5c\xfd\xee\xab\xef\x66\x5e\ \x0e\x8e\x8f\x4c\x84\xc3\x41\xc7\xe0\xcb\x91\xdb\x03\x26\xf8\xc2\ \xa1\x72\x38\x69\x34\x91\xc0\xae\xe2\xca\x44\x81\xc9\x05\x82\x2e\ \x69\x6d\x7d\x75\x5d\x53\x67\xf7\xf6\x7d\x6b\xd6\x3c\x78\x12\xfa\ \xf5\xfe\xd0\xe4\xc4\xad\x67\x3e\x6a\xf4\xf9\xcf\x4e\x8d\x9d\xdb\ \x74\x23\xe5\xdd\x87\xad\xb9\xca\x87\xe7\x57\xfa\x7e\x08\x0c\xdd\ \xfe\xf1\xde\xc3\x9f\xa7\x7f\x1f\x7c\x35\x35\x75\xfd\xd1\xe3\x5f\ \x9f\x4d\x4c\x84\x02\x0e\x99\xc8\x03\x72\x81\x66\x57\x25\x1d\xe0\ \xc6\xd2\xec\xb2\x50\xda\x8b\xbb\x7d\x91\x1e\x3e\x31\x21\x17\x29\ \x63\xcd\x8d\xce\xcd\x82\xd5\xdd\x59\x8a\xf5\xcd\x6c\x0d\x8b\x68\ \x15\xce\xbd\x7d\x43\x38\x1a\xee\x2e\x3c\x3b\x72\x7d\xf0\xe7\x99\ \xa7\x5f\x7d\xb8\x69\xd3\xea\x0d\xfb\xd7\x6f\x07\x55\xd8\xd8\x72\ \xe2\x58\x5b\x6b\x6b\x7d\x53\x6d\xb5\x41\x69\x2b\x2a\x2f\xa8\x6e\ \x2c\xce\xb7\x15\x14\x18\xb4\x05\x5a\xbe\x94\xcc\x64\x91\xf9\x1a\ \xb9\x84\x4d\xc6\xe5\x42\x4c\x31\x6e\x80\x2e\x6a\x52\xd6\xdc\xde\ \xb1\xef\xa0\x46\xca\x56\x70\x72\xe4\x7c\x56\x5b\xf2\x07\x1f\xa5\ \xd4\x34\xb5\x34\x35\xec\xef\x5c\xb1\x63\xc3\xc5\x0f\x6f\xbc\xbf\ \xf6\xc7\x17\xa2\x2f\x66\x96\xfc\x15\x98\x5e\xf4\x91\xb6\x55\xa4\ \xcc\xc9\xcd\xd5\x19\x0a\x74\x05\x45\x6a\x78\x8c\x8a\xaa\x32\x63\ \x71\x75\x51\xf9\xb6\x9d\x2d\x2d\xc5\x95\x0d\x35\x35\xf5\xb5\x2d\ \x75\xdd\xd5\xf5\x9d\xed\xed\x9d\x7b\x36\x74\x6f\xab\x3f\xd6\xbe\ \x65\xd3\xde\x93\x1b\xda\x77\x4c\x8b\x36\xed\x3c\xbe\xf5\xd0\xbe\ \x3d\xfb\x36\x4c\x6d\x9d\x7e\x7e\xf1\xdd\x11\xea\x88\xdf\xe9\x7f\ \x3e\xa2\x3a\xbb\x2c\xf3\xf2\xe2\x4f\x16\x16\xbe\xa1\x05\x23\x80\ \x8e\x9b\x28\x66\x23\xb1\xfa\xe6\xf7\xac\xce\x3b\x4a\xe7\x97\x44\ \xcf\xad\x5a\x9d\xaf\xb6\xe3\xf7\xb3\xe0\x44\x5c\x4c\xb8\xb1\x0a\ \xdf\x2c\xc0\x47\xfe\x95\xf8\xf3\xf6\xc2\xb7\x5f\x5c\x3a\x7f\xfe\ \xf2\x32\x62\x18\x7a\x23\x66\xc1\x9f\x5a\x9c\x92\xb2\x20\x7a\x51\ \x54\x7c\x6c\xdc\x92\xe8\x98\xb8\x98\xa4\x54\x5a\x86\xd5\xe5\xf4\ \x04\x9c\x56\xbb\xcf\x25\xc2\xa2\x94\x40\x04\xaf\x58\x00\x09\x02\ \x00\x2e\x81\x75\xc0\x33\x36\xe2\x73\x59\x01\x83\xec\x26\x95\x55\ \x60\xd7\xab\x9c\x3e\x6e\xc8\x05\x57\x19\x08\x38\xfd\xd4\x98\x05\ \x71\xa9\x2a\x7b\x5a\x72\x02\xcd\x14\x95\xca\x15\xc0\xfd\x82\x6e\ \x53\xa5\x71\x69\x2a\x9f\xcb\x64\x0d\xd8\xa9\xb4\x91\x21\x38\x6e\ \x26\xec\x40\xc9\x1c\xf0\x28\xa1\xa9\xf0\x98\x2f\x38\x30\xee\x47\ \xb0\x9a\x18\x1f\x1b\xf3\x0d\x8c\x05\x83\xa6\xc0\xd8\x64\x28\x14\ \x1e\x75\x82\x32\xf5\x85\x5d\x56\x4c\x99\x41\x03\xa9\x4b\xa6\xf7\ \x89\x64\xf0\xb8\xf0\x42\xab\x87\x47\xc7\xa9\xc4\x0c\x6a\x12\x2d\ \x2d\x29\x31\x25\x85\x26\x8b\xe5\xbe\x05\x90\xd2\xe1\x85\xf7\x61\ \x82\x1b\xf5\x0e\xe7\x11\x82\x0e\x40\x8a\x68\x0e\x62\xab\x0f\xab\ \xe8\x79\x1d\xf0\xb9\xd4\xdb\x01\xd4\x09\xa4\xa3\x17\xb1\xa9\x1f\ \x1b\x8a\x77\x00\x8d\x86\x09\x9c\x22\x2a\x4d\x70\xdb\x7e\xac\x6b\ \xdd\x41\xdd\x36\xdc\x8f\x49\xa5\x84\xc3\x13\x60\x69\x18\xf1\x8a\ \x80\x32\x90\x92\x77\x70\xab\xf3\xdf\x44\x85\x9f\x68\x05\x62\xcb\ \x0f\x1e\x07\x67\x9d\x7b\x30\x3f\x3d\xcf\xed\x8e\xac\x6e\x1e\xee\ \x8f\x14\xc7\x80\x05\x62\xc1\x1d\xd0\xf4\x0e\x7c\xea\x47\x8f\x68\ \xbf\x59\xe1\xcd\x13\xd2\x41\xb8\x95\x0a\x31\xca\x45\x48\x01\xc4\ \xa0\x30\x99\x1c\xe4\x34\x4c\x05\x6e\x71\xa0\xb3\xd8\x62\x3e\xee\ \x77\x65\xf3\xe5\x4c\x7a\x76\xb6\x52\x2d\x55\x67\x03\x1a\x49\x99\ \x7c\xb9\x38\x5b\xcc\x12\x8b\xe5\x2c\xf8\x46\x42\x16\x9a\x15\xb8\ \x39\x90\x8e\x0b\x06\x59\x2c\x12\x45\xc2\x52\x67\x4b\xb5\xac\x2c\ \x50\x1d\x52\x38\x17\x30\x7e\x97\xcc\xa7\x0b\xdd\x80\x46\x28\x6b\ \x81\x03\x82\xb6\x2d\x55\x98\x15\x80\x59\x68\x5d\xe4\x28\x14\xb8\ \xcb\x5e\x88\x12\xd2\x8d\xd3\x3c\x44\x00\x66\x1e\x32\x2f\x0c\x1f\ \x55\x00\x6c\xe5\x61\x0c\x03\x1a\x1b\x49\xb8\xd5\x19\xb7\xd0\x72\ \x70\xfc\x46\x48\x07\x31\x98\xc7\x61\x91\xc9\x79\x79\x24\x86\x82\ \x58\x9c\x41\x27\x53\x58\x6c\xa6\x10\x20\x0b\x84\x2b\x45\x97\xc5\ \xe1\x33\x18\x2c\xb5\x24\x5f\x27\x97\x4a\xd5\x39\x5a\xb5\x56\x5e\ \xde\x75\x75\xfd\xba\xd5\xcb\xd7\xad\x78\xf7\xd1\xfb\x57\xee\x6d\ \xfa\xfc\xe9\xcd\x6b\xaf\x26\x5f\x0d\x0e\x3e\x7f\x32\x12\xf6\x8d\ \x00\xad\x1f\xf0\xc9\xb8\xc9\x49\xd4\x24\x51\x7c\xb2\xde\x61\xe7\ \x5a\x17\x24\x5c\x5c\xf5\xf0\xab\x2f\xd6\xac\x79\x67\xcd\xf6\x15\ \x57\xae\xfd\x3a\xfd\xe0\xe1\xaf\x33\x2f\x5f\x3a\x4c\x8e\xf8\xf3\ \xef\xc5\xfd\x7c\xfc\xd8\xe6\xd5\x2b\xec\x23\xdf\x15\x6b\xb4\x47\ \xed\xdf\x15\xe7\x54\x1e\xdb\xf3\xf3\xed\x47\xd7\x67\xa6\x07\x6f\ \x5d\xbf\x3e\xf8\xd3\xd3\x9f\x87\xc6\x3c\x61\xdc\x07\x35\x6e\x97\ \x89\x54\xa9\xb1\xcb\x12\x13\x92\x33\x54\x22\xd9\xd9\x3f\xff\x7c\ \x23\x77\x60\xde\x20\x39\x5b\x70\xff\x93\xa8\xad\x13\x85\x2c\x82\ \x4f\xcd\xf5\x0c\x5f\x0b\xc2\x59\xce\x95\xfe\x71\x70\xf4\xe6\xd0\ \xef\x4f\xbf\xbb\x72\xee\xe0\x99\xe5\x7b\xb7\xed\xdb\xb3\xf7\xe8\ \xfe\x96\xe6\x63\x3b\x1b\x6b\x5a\x5b\x6a\x2a\x2a\x2c\x5a\xad\xa1\ \xcc\x58\x51\x6c\x29\x2b\x96\xe6\xe8\x8a\x94\xf2\x7c\xa5\x94\xcf\ \x52\xab\xb5\xd9\x59\x7c\x2c\x05\x32\xd8\x59\x7c\x69\x4e\xf9\xaa\ \x6b\x8f\x0e\x5b\x8a\x8f\x05\x7e\x9d\x5e\x25\x3f\x79\x6e\x73\x55\ \xf5\x9a\xcc\xef\x3f\x59\x53\x7e\x18\x6b\xe5\xed\xab\x4f\xaf\xdf\ \xf4\xe5\x0f\x1f\xae\xfd\xe5\x85\xe0\xd1\xe0\xa5\xdf\x66\x26\x9d\ \x7f\x50\x3b\x3d\xb8\x2c\x4d\x97\x23\x91\xe4\x16\xe7\x1b\x71\xbb\ \x46\x71\x71\x59\x75\x75\x55\x5d\x65\x5b\x5d\x4d\xf5\xce\x9a\xc6\ \x66\x00\xbb\xfa\xaa\xe6\xce\xc6\x86\x96\xe6\x86\xc6\x86\xf6\x15\ \x47\x8e\x1d\x5a\xff\xee\xd1\x3d\xeb\xef\x39\xd6\x76\xed\x6e\xdf\ \xbe\xe1\xe0\xa3\xbd\x37\xcf\xec\xa1\x4e\xdd\xf8\x9d\x7a\x3d\xec\ \x9f\xb8\x36\xe9\xb8\xb4\x2b\x6e\xd7\xb2\x65\xc4\xfc\xf2\x9c\x15\ \xab\x70\x76\xf4\xb9\xef\x8d\x85\xd0\x6f\x38\x44\xff\xeb\x6d\x8e\ \x5f\xf5\x21\x85\x22\xe6\x0b\xe7\x91\x6b\xae\x7c\x35\x4f\xbf\x22\ \x75\xf7\x59\x08\x9b\xf3\x67\xfd\xe7\xdf\x1f\x5c\x3a\x7f\xf6\x14\ \x2e\x84\x5e\x79\x79\x65\xc9\xa2\xc5\x25\x25\x4b\x52\x52\xa2\x17\ \x47\xc7\xa6\x2c\x5d\xb2\x28\x36\x26\x89\x1b\x9f\xcc\x45\x0a\xe3\ \x74\xb8\x3c\x76\xab\x15\x63\xd4\x55\x1e\x07\x97\xcb\xb5\xca\xac\ \x76\xa7\x87\x26\x73\x98\xac\x13\xd7\x07\xc7\x1d\x19\xc9\x32\xae\ \x55\x2f\x50\xc1\xff\xb8\x29\xc3\xea\x73\x38\x43\x4e\x20\x3f\xc9\ \x51\x69\x40\xc5\xa2\x92\x33\x92\x44\xa9\x49\x34\x99\x2a\x83\x1b\ \x17\x17\x93\x9a\x9c\x96\x41\xe3\xaa\x54\x70\x3c\xd9\x55\x22\xd7\ \x93\x57\xcf\x26\x27\x06\xac\x81\x01\xa7\xcf\x69\x77\x06\x26\xa6\ \xc6\x27\xc3\x13\xe1\x89\x71\x4f\x78\x68\x32\x18\x0a\x86\xc6\x5c\ \xae\xe0\xe8\x48\x28\xe4\xf1\x04\x42\x1e\xe0\x74\x61\xa7\x35\xec\ \xf3\xfb\x40\x71\xaa\xec\x32\x93\x8c\x2b\x33\xe9\x1d\x5c\xbd\xc0\ \x29\xa0\x09\xb8\x7a\x55\x46\x42\x1a\xd5\x4a\x4b\x4d\x5d\x94\x19\ \xc3\x4d\x72\xbd\x35\x7c\x07\xe7\x5f\x86\x3b\x08\x34\xb9\x43\x60\ \x0f\x48\x3d\x04\x8a\xbf\xff\xc6\xaa\x37\x4a\x40\x5c\x18\xe3\xc6\ \x79\xbd\x8e\x7e\xb7\x17\xf3\x0d\x00\xbe\xd0\xb4\x09\x74\xa7\xb4\ \x87\xf0\xc0\x9b\xbd\x68\x3a\x47\x07\x55\x4f\xc7\x1d\xe2\x46\xa5\ \x1d\xb8\x75\x15\x0b\x58\x84\xda\x23\x4a\xf7\x48\xdc\x70\x88\xa6\ \x27\x72\x15\x0c\x63\xe8\x21\x98\x5c\x4f\x44\x1b\xa2\xc7\x01\xee\ \xbc\xd7\x1c\x49\x49\x2f\xc5\x0e\x62\xff\xac\x01\xbf\x9f\x48\xbe\ \xc1\x3a\x5b\x7f\xaf\x59\x21\xec\x70\xc3\xe9\x0e\x20\x45\xa1\x00\ \x20\x00\x91\xc1\x61\x18\x45\x5e\xaf\x82\xc3\x20\x0b\xe9\x79\x24\ \x3c\xef\xf9\x64\xb1\x9a\xcd\x94\xa8\xc5\x64\x3e\xbc\x0a\x03\x49\ \x62\x4a\x25\x72\x6d\x36\x49\x2a\xce\x96\x67\xc9\xc5\x52\xb9\x86\ \x2d\xc9\xc9\x66\xf1\x41\x1c\x02\xc7\x12\x72\x84\x24\xb6\x84\x09\ \xe2\x02\x70\x2e\x8b\x43\xe2\x4b\xc5\x2c\xb5\x38\x8b\xcc\x97\xb0\ \xc4\x74\x8e\x94\xcf\x64\xe1\x22\x21\x34\x52\xc0\x93\x05\xbc\xea\ \xed\x45\x19\x0a\xe2\x0f\xa3\x61\x48\x44\x86\x0c\xf0\x2c\x9c\x27\ \xec\x70\x73\xd0\xc8\x8e\x4b\x9c\x79\x58\xdf\xc2\x35\x5e\xe8\x18\ \xf5\x82\xf4\x23\xf3\x39\x88\x57\x74\x3a\x89\x42\x62\x62\x70\x0c\ \xf1\x0d\x7c\x2d\x61\x30\x31\xd1\x9d\x01\xf7\xc4\x01\xe8\xe5\xb0\ \xe9\x1c\x3a\x93\x04\x1a\x96\x05\x5f\x49\xa5\x12\x36\x3b\x1b\x24\ \x90\x5a\x92\x2d\xc9\x96\xeb\xb4\xba\xf6\xcd\xe7\x36\x6c\x3e\xf8\ \xce\xa6\xd3\x07\x37\xbf\x7b\xe6\xc2\xd5\x9b\xd7\x9e\x4e\xbf\x7a\ \xfa\x74\xea\xd9\xe4\x88\xdd\x34\x15\x94\x89\xec\x2e\x2e\x2d\x36\ \x26\x35\x55\x26\x12\xc1\xe1\xe5\x48\x70\x6c\xab\x6a\x6c\x39\x7a\ \xa2\x7d\xef\xa1\x15\x7b\x8e\x1d\xdb\xf7\xfe\xbd\xe9\x57\xcf\x06\ \x27\x5c\xb4\xd8\x5d\x67\x65\x37\x8e\xec\x5f\xb1\x77\xdf\xc3\x8c\ \x87\xe1\x9f\x34\x05\xb6\xfc\x93\x6d\x9a\xa2\xf2\xca\x8a\xd5\xab\ \x7f\x0f\x3e\xbd\x39\x34\x75\x73\xf2\xe6\x8d\x1f\x67\x6e\x4e\x4e\ \x4c\x86\xf4\x26\x7b\xd0\xc4\xd5\x9b\x32\x62\x17\x08\xe2\xd3\x44\ \xb2\x8c\x45\x2f\xe6\xce\xb0\xf9\xb3\x31\xa2\x83\x88\x42\x15\xf2\ \x2a\x2c\xc4\xcf\x3a\x1c\x22\xcd\x43\xe2\xcb\xbb\xf3\xb0\x45\xfc\ \xe3\xdb\x7f\x8c\x8d\xbf\xba\x79\xf3\xe9\xe3\xfb\x57\xde\x3f\xb7\ \x79\xcb\xf6\xdd\xc7\x76\x77\xb5\x1c\xee\xea\x3a\xd6\xbc\x0d\x24\ \x61\x73\x5d\x99\x51\xab\x2c\x2a\xc8\x2f\x36\xea\x8a\x2a\xf3\x75\ \x1a\x9d\x56\x2b\xd7\x00\x60\xf1\xa5\x4a\x39\x9b\x8e\xdb\x47\x14\ \xec\xec\x2c\x9d\xa5\x79\xc3\xc8\xe5\x03\xab\xca\xca\xcb\xb7\xb5\ \x1d\xd2\x1c\x39\xd4\x56\xb6\xff\xe5\xd2\xbf\x44\x96\xaa\x96\xca\ \xaa\xba\x13\x87\xde\xbd\x78\x7a\xc7\xd5\x0b\x17\x76\xdc\x7e\x91\ \x70\xff\xf9\x3f\x2e\x3f\x1c\x1d\x8f\xfe\xdf\xa8\x5f\xe5\xf9\xb9\ \x5a\x8d\x86\xaf\x96\xe6\x54\xea\x0a\x0a\x34\x15\xf5\x65\xe5\x4d\ \xd5\xe5\x16\x5b\x35\x50\xab\xca\x9d\x9d\x55\x4d\x8d\x55\xf5\x2d\ \xed\x8d\x35\x55\xd5\xdb\xaa\x1b\xda\x8e\x9c\x42\x8f\x96\x3f\x00\ \x00\x20\x00\x49\x44\x41\x54\xe8\x6c\x5f\xbe\x67\xf7\x91\x0d\x27\ \xee\xfd\xb2\xef\xc8\xf1\xc3\xad\x47\xba\x37\x7d\x79\xef\x87\xce\ \xa7\x99\x9e\xeb\x22\x9a\xcf\xea\x79\x35\xaa\x3a\xb0\x6b\xc9\x81\ \x53\x29\xff\x58\x98\xfe\x46\x9a\xcc\x5c\x56\xf2\x1b\xeb\x72\x22\ \xc6\x86\xd9\x66\x61\x24\x5f\x66\x6e\x6f\xce\x5c\xc5\x6a\x61\x7a\ \xfa\x3c\xa2\xbd\x76\x67\xbd\x06\xab\xff\x8a\x73\x88\x7c\xc0\xf8\ \xac\xff\xbc\xb8\x7c\xea\xd4\x07\x1f\x9c\x5d\xb9\xf1\xd4\xd9\x95\ \x25\x2b\x4b\x4a\x36\x2e\xce\x4c\x59\xb4\x14\x10\x6b\x41\x42\xec\ \x82\xa8\xf8\xa4\xe8\xd8\x8c\x34\x9a\xc9\x25\x00\x7e\xe5\x92\x99\ \x9c\xb8\x05\x47\xc6\xb5\xcb\xf4\x7a\x91\xc0\xe1\xb2\xa3\x46\x14\ \xf9\xfc\xcf\xc6\xae\xfb\x54\x4e\x3f\xc8\x40\x93\xd5\xe9\x49\x13\ \xb9\x3c\x7a\x8f\xcf\xe3\x14\xa5\x52\x13\x62\xec\xa2\xb4\x24\x19\ \x95\x6b\x35\xe9\x45\xb2\xb4\x0c\x41\x54\x4c\x6a\x5a\x1a\x4d\x06\ \x60\x67\xb5\x5a\xc3\x4e\x93\xca\x34\xf8\xea\xd6\xb3\xe7\xe3\xa0\ \xf1\xec\xae\x50\xd8\xe5\x1b\x1f\x0f\x86\x46\x00\xa9\x9e\x8f\x8c\ \x4c\x0c\x4d\x04\xfd\xbe\xf1\xd1\x70\x70\x64\x2c\xe0\x0f\x05\x7d\ \x56\xdf\x88\x27\x38\xa0\x37\x8d\xe9\xad\x7a\xab\xc9\xaf\x92\xb9\ \x4c\x34\x99\xc8\x4a\xe3\x72\xb1\x6b\x29\xa0\x51\x45\xd4\xa4\xa4\ \x54\x6a\x86\x5e\x25\xc8\x48\xa6\xd1\x54\xe1\xb7\x86\x51\x81\x75\ \xe0\x0e\x55\x00\x11\xf8\x0b\xcc\xc5\x8b\x64\x66\x98\x10\x64\x5e\ \xf4\x0e\x60\xa5\x4a\xe1\xf5\xa2\x9f\xa0\xd7\xec\x46\x97\x55\xaf\ \x19\xa4\x61\xef\xb0\x77\xb8\xd7\xeb\x1d\x46\x18\xea\x00\xad\x86\ \x89\xe4\x40\xd5\xd0\xe4\xee\x2d\xc5\x5e\x62\x7f\x6f\xc4\xa2\x30\ \x1c\x69\xfa\xe1\x60\x75\x47\x07\x41\xc0\x50\x46\xe2\xed\x40\x03\ \xf6\x96\x2a\x7a\x3b\xbc\x11\x87\x44\x3f\xdc\xce\x6b\xf6\x62\xd6\ \xb0\x10\xe7\x52\x18\xde\xb9\x56\x25\xd6\xb5\xe0\xc6\x66\xe0\x7f\ \x80\xa5\x6e\xb3\x39\x8f\x87\x65\x1e\x12\x05\x97\xa5\xe0\xd8\x0c\ \xa2\x03\x45\x38\x3c\x9c\xc7\x24\x53\x84\x0a\x06\x1f\x74\x1d\x5d\ \xc2\x66\x31\x25\x2c\x49\x16\x8b\xc9\xcc\x46\xa2\xa4\xce\xcd\xc9\ \x55\xe7\xb2\x94\x4a\x8d\x56\x92\x25\xce\xca\x66\x91\xe8\x62\x32\ \x4b\x82\x6b\x7e\x48\x0c\x90\x6b\x1c\x32\x8b\xc9\x67\x49\xc4\x4c\ \x56\x0e\xe8\x47\x75\x96\x24\x27\x2b\x97\x4f\x61\x4b\x58\x1c\x1e\ \x5b\x2d\x61\xf2\x3a\x4a\xdd\x04\x07\x24\xba\xa3\x5e\xd0\xa4\xa5\ \x68\xa2\xe0\x99\x31\x38\x14\xab\x54\x66\x2f\xce\xf4\x30\x28\xd8\ \x2f\xc4\x45\x38\x68\x8e\x60\x61\xee\xa1\xd0\xdd\x8f\xd3\x3f\x0c\ \xcc\x5e\x10\x2a\x00\x63\x19\x0c\x3a\x83\x4e\x66\x32\x14\x79\x74\ \x0c\x41\x26\xf3\x99\x14\x0e\x88\x57\x05\x05\xe7\xa8\x29\xb8\x00\ \x96\x45\x22\x67\x91\x29\x58\xa0\xc9\x56\x93\x18\x7c\x29\x1d\xd0\ \x96\xcf\x96\xb2\xb3\xd4\x72\xb9\xce\x56\xb5\xfa\xe2\xd5\x2d\xab\ \x37\x6f\x7d\xf7\xde\xa7\x67\x6e\x3c\xb8\x71\xe1\xda\xe3\x5f\xaf\ \x0d\xde\x9c\x09\x3f\xf7\x4f\x39\x9d\x4f\x06\x54\xb1\x98\x06\x29\ \x50\xf9\x42\x81\x11\x99\x8c\x4a\x5b\x1c\xae\x6c\x69\x3f\xba\x67\ \xcd\x3b\x3b\x96\xbf\xff\xe3\xd0\xcc\xf4\xcd\x27\xcf\x67\x9e\x05\ \x3c\x49\x2b\xcf\x96\x3c\xdb\xda\x7a\x64\xc5\x8a\x23\x17\x03\x2f\ \x37\xac\xbd\xf2\x61\x91\xad\xac\xa8\xac\x48\x5b\x69\xa9\x5f\xf1\ \xf9\xe4\xe3\xc9\x6b\xbf\x8f\x0f\xbc\x9a\x1c\xfc\xea\xe9\xe0\xe0\ \xe4\x78\x38\x0c\x07\x94\xc3\x2a\xa3\xe9\x53\x05\x69\x89\x09\x69\ \x40\xb0\x4a\xbe\x89\xac\x0e\x9d\x1f\x3b\xe9\x8b\x24\x41\x7d\x33\ \x67\x6f\x8f\x54\xdf\x67\x4b\xef\x77\x67\x4b\xf1\x77\x67\x01\xeb\ \x4f\x42\x11\x02\xbf\xfa\x5f\xd5\xc8\xf5\xe9\xdb\x37\x9f\xfe\x70\ \xff\xfd\x4d\x2b\xd6\xee\xdd\xba\x62\xef\xfe\xea\xc6\xd6\xe6\xd6\ \x43\x5d\xad\x8d\x35\x2d\x8d\xe5\x0d\xe5\x86\x5c\x9d\x4e\x99\x5f\ \x61\x91\x6b\x8d\xf9\xf2\x1c\x4d\x8e\x3a\x1b\xfe\x9f\xd8\x12\x79\ \x16\xbc\xa4\x48\x58\x42\x1e\x86\x4b\xd8\xb6\xdc\x1b\x5a\x70\x76\ \x68\xeb\xc3\x7b\x4f\x37\x55\xd1\x39\xca\xf5\x57\xee\x7f\x9e\xfc\ \xbd\x53\x6b\xac\x6a\xae\xad\x6e\xdd\xbd\xfc\xe4\x95\xd3\x5f\xbe\ \x7f\x61\xc3\xbd\x17\x09\x5f\x89\xfe\xa5\xba\x3a\x14\x1a\xf8\xe4\ \xdf\x83\xd2\x82\xdc\x5c\x79\xb6\x58\x27\xcf\xca\x2d\x50\x67\xcb\ \x0d\x06\x8d\xb1\xd8\x66\xa8\x30\x18\xca\xeb\x6b\x2a\xb7\xb5\xd6\ \x9d\xd8\x59\xdf\x0c\x70\x55\x56\x5d\x7b\xe2\x44\x7b\x77\x53\xe5\ \xce\xf5\xc7\x0f\xed\x69\xdf\xbf\xfd\xc6\xba\x23\xdd\x5b\xdb\xda\ \xda\xeb\x56\xbf\xfc\x7c\xf0\xf8\xaa\x60\x82\x20\x69\xa9\xd3\x9a\ \x1a\xf2\x27\x6d\x5c\xb6\x64\xf1\x81\x25\x29\x7f\x45\x52\x1b\xe6\ \x0b\x7a\x6f\xb4\x0a\xe7\xd3\x64\x22\x8e\x87\xf4\xf4\x59\x58\x9b\ \xb7\x8a\xbe\x8e\x99\x29\x4c\x7f\xc3\xfb\xbe\x70\x4e\x0e\xce\xd7\ \xe7\xe7\xe0\x2a\x52\x87\x8f\xa0\x56\xfa\xdb\x85\x5f\x5f\x3e\x70\ \xfe\x83\x4b\x67\xcf\x9f\x3d\xb0\xf1\xc0\x59\x80\xac\x65\x25\x99\ \xd1\xcb\x96\xc5\xc6\xc4\x44\xa7\xa4\x24\x24\x26\x44\x45\xa5\x66\ \x50\x1d\x3e\x5f\xc8\xee\xb1\x7b\x5c\x3e\x9f\xcf\xa5\xd7\xdb\xf5\ \x22\xa7\xd3\x2e\xb3\x5a\xb9\x7a\x7d\xd0\xa1\x72\x85\xfc\xae\x10\ \x46\xfd\x89\x54\x0e\x6a\x06\xd5\xca\x15\xe0\xd2\x42\xbb\x33\x23\ \x39\x29\x29\x3e\x41\x25\x48\xcb\x90\xa5\x9a\x54\x76\xbd\x33\x43\ \x64\x12\xa9\xa8\x69\x34\x1a\xae\xbb\x01\xc4\xd1\x7b\xfc\x0e\x55\ \x78\x66\x68\xe2\xd6\xe0\xe4\x80\xdf\x14\x70\x1d\x58\xe9\x1f\x0d\ \xfb\xc7\x07\x46\x9f\x8c\x4d\x4e\x06\x27\x06\x46\x07\xc2\xae\xd0\ \x78\x20\x6c\xc7\x7d\x14\xf6\x70\xc0\xee\x0a\x3a\x03\xa3\x21\xd7\ \x88\xca\x6a\xb5\xdb\x7d\x40\xf9\x4c\x26\x95\x4a\x00\x8f\xa0\xc7\ \xcd\x39\x34\x5a\x5a\x62\x2a\x4d\x46\x45\x27\x4d\x92\x40\x24\x0b\ \xf8\xdf\xf2\xf6\x03\x3d\x32\x03\x83\xc2\xf1\xe7\x61\x90\x7b\x98\ \x4e\x0e\xe7\x65\x3f\x11\xdd\x00\xb0\x54\x9a\x07\xfc\xcb\x8b\x72\ \xd0\x5d\xea\x35\x83\xcc\xc1\x09\x9b\x52\x90\x6c\x68\x26\xed\x20\ \xec\xeb\x00\x73\x8a\x52\x37\xd0\x8b\x52\x82\x84\x99\x7b\xcd\xc0\ \x40\x40\x68\x12\x9e\xf5\xbf\x7b\xe6\x28\x14\x41\xa3\x86\x3b\x86\ \x89\x49\xe5\x9e\xbf\xfb\x81\xdc\xdd\xb9\x33\xdb\x15\x1c\xee\x45\ \x73\x6a\x69\x07\x52\x2f\x7c\x36\x68\x36\xc7\x65\xa8\xde\x0e\x02\ \xdc\xb0\x93\xd9\xe1\x05\xd0\x04\x62\x63\xee\xc7\x38\x17\x05\x0f\ \x28\x0a\x99\xcc\x10\x52\xa4\x74\x0a\x31\x01\xc3\x64\xe6\xf1\x28\ \xcc\x1c\x26\x9b\x09\xb2\x8f\xcf\xc0\xf5\xae\x62\xb9\x5c\x02\xd8\ \xa4\x05\x25\x98\xc5\x86\x43\x52\x2c\xcd\xca\x96\xea\xb2\x75\xb8\ \xb6\x55\xce\x52\x08\x85\x14\x05\x20\x23\x59\x9a\x9b\xaf\xe4\xc3\ \xf1\xca\x27\x67\xc9\xb3\x34\x6a\x5c\x42\x90\x9d\x23\xce\xd6\x69\ \x72\xb2\xc5\x0c\x49\xbe\x46\x9a\x9d\x25\x95\x8b\x81\x4c\x61\xca\ \x7b\x44\xa3\x76\x20\x4c\x01\xd8\x02\xaa\xc2\x8f\xdd\xa1\xe0\xe0\ \xe6\x2f\xd0\xd2\x42\x1c\x5a\x16\x92\x85\x91\x99\x1d\x0e\x99\x8c\ \xcb\xb9\x28\x44\x42\x9f\x90\x01\xf4\x8f\x04\x8c\x8a\x81\xf6\x06\ \x26\x19\x00\x0b\xed\xee\x14\xa0\x51\x3c\x26\x09\xb3\xfa\xe8\x74\ \x8e\x90\xc7\x67\x29\x14\x24\x36\x9f\xce\x61\x31\xe8\x6c\x0e\x99\ \xae\xd6\x71\x28\x7c\x26\xe8\x58\x29\x93\xcd\x87\x0f\xd2\x1c\x65\ \x81\xa1\xf1\xe0\x97\xe7\xbe\x9c\x79\x78\x71\xfa\xbb\x2f\xae\x9e\ \x3e\x77\xf5\xf1\xaf\x4f\x7f\xfd\x79\x66\xc4\x39\xe2\x0a\xb8\xfc\ \x21\x47\x9a\x6f\xcc\xf7\x2c\x28\x1b\x19\x08\xf9\xc6\x44\xa9\xb1\ \x67\x5f\x15\x37\x75\x1e\xdf\xbd\x7e\xc7\x99\x2f\x66\xa6\x7f\x78\ \x35\x38\x66\x77\xaa\x4c\xb4\xd8\xc5\x8b\xfd\x0f\xb7\x9e\xd8\xb3\ \x7d\xed\x3b\xc7\x2f\x3c\xed\xda\xbd\x7b\xdd\x8a\x1d\x15\xc6\x7c\ \x5b\x45\x39\x02\xd6\x9e\x99\x54\xe7\xf5\xdb\x83\x43\x43\xcf\x47\ \x7f\x7e\x78\xfb\xd6\xb3\xb1\xd1\xc0\x80\x89\xe6\xc2\xde\x77\x6a\ \x5a\x52\x02\x95\x4b\x15\xa5\x09\x92\xfe\xfa\xfe\x7f\x89\x0a\x70\ \x24\xef\x97\x00\xa7\xd9\xf3\xf4\x9b\xd7\xfe\xee\x88\x69\x34\x62\ \x7f\xef\x9b\x2d\xb4\xdf\x8d\x58\x47\xd1\x82\xd5\x57\x98\x14\x18\ \x7d\x36\xf3\xf2\xd7\x5f\x1e\x1e\xbc\xb0\x61\xef\xf2\x63\xdd\x6b\ \xdb\xea\xea\x0f\xb7\xef\x3c\x74\xbc\xb5\xba\x1e\x80\xab\xaa\xb2\ \x0c\x74\x5b\x81\x51\x09\x7f\x35\x1a\x63\x6e\x4e\xbe\x98\x0f\x52\ \x5f\xcd\x57\xe6\x66\x8b\x71\x85\x0e\x8f\x99\x2f\x55\x17\xd5\x7e\ \x75\xef\x66\xd2\x59\xd7\xf6\xcd\x5f\x25\x7e\xfd\xd9\x48\xc6\xd8\ \x89\xd5\x57\x6e\x24\xbf\xc8\xa8\x6d\x6c\x6c\xa9\xad\xa8\x3c\xb2\ \x7c\xcd\x99\xf7\xbf\xb8\xb8\x63\xdd\xd3\x17\xd1\xf7\xa3\x5f\xfc\ \xf4\xc5\x54\xc0\x93\xf9\xe2\xb7\x43\x39\x5a\xa5\x4e\x2a\xcd\xc9\ \xc9\x95\x18\x0b\x0c\x70\xb4\xa8\xd5\x05\xb5\x95\x36\x65\x51\x7d\ \x55\x75\x05\xc0\x54\x5d\x75\x5d\x71\x6d\xc3\xb6\xea\xfa\xda\xc3\ \x6d\x27\x0e\x37\x1f\x3e\xb4\xb5\xf9\xd0\xa1\xee\x43\xe7\xce\xed\ \xd9\xdf\xdd\x7e\xb8\xad\xb3\x75\xcd\xfb\x6b\x06\xf6\xec\xd9\xf2\ \xe4\x66\x28\x2e\xda\xa5\x52\xe9\xe3\x77\xed\x5a\x19\xbf\x64\x63\ \xcc\xe5\xf4\xb9\xf6\x69\xdf\xfc\x58\xe0\x2c\xc3\x4a\x27\xe8\x54\ \xfa\x7f\x01\xd8\x9c\x13\x6b\xe1\xeb\x55\x14\xe9\xe9\xf3\xad\x44\ \xa2\x66\xb5\x70\xe1\x1b\xde\xd1\x37\x3f\x2f\x2c\x7c\x2d\x0b\x89\ \x89\x83\x6f\xfe\xfa\xed\xa3\xf3\x07\x76\x5d\x3a\x5b\xb2\xec\xd4\ \xf9\x8d\xbb\x4a\x96\x94\x2c\x59\x7a\x6a\x71\xf4\xd2\xe8\x25\xcb\ \xa2\x63\x13\x16\xc4\x24\x24\x27\xa7\xca\x5c\x9e\xa0\xcb\x1e\xf2\ \x3b\x01\x9d\xac\x5c\xab\x4a\x65\x32\x39\x65\x2a\xa7\x15\xd7\x6f\ \xc1\xd7\x32\xab\x49\x60\xa5\x0a\x30\x26\x21\x8d\x9a\x04\xa4\x4b\ \xe5\x73\xa8\xf4\x09\x71\x0b\x92\x92\xa2\x62\x32\x30\xd2\x8f\x06\ \x97\x79\x7c\x32\xae\x48\x05\xba\x10\xe8\x10\x15\xf4\x20\x1c\x7b\ \x61\x9f\xc9\x1e\x98\x9c\x1a\xbd\xfe\xf2\xd9\x88\x5f\xef\xb8\x94\ \x7e\x69\x62\x2c\x10\x1c\x1d\x08\x3d\x79\x32\x34\x36\xee\xf2\x05\ \x82\x41\x5f\x38\x14\x0a\x87\x26\xfd\x1e\xab\x63\x7c\x40\xe5\xf0\ \xb9\x1c\x03\x01\xdf\x88\x35\x68\x17\x89\x5c\x26\xd0\xa8\x7e\x13\ \x95\x8a\x35\x31\x13\x4d\xa5\xa2\xd1\x52\xb9\x82\x54\xb8\x77\x11\ \x95\x9a\x9c\xe6\x52\xd9\x3d\x6f\x11\x8c\x4a\xa1\x30\xa3\x4b\x00\ \x28\x43\x8f\x37\x0f\x47\xe1\x80\x6c\xb9\xb1\x57\x88\xe9\x0d\xe8\ \x61\x28\xc5\x89\x60\x61\x29\x16\xe8\xcd\x5e\xf7\xb0\xd7\x8d\x5e\ \x2c\xa0\x46\x66\xc0\x2c\xcc\x69\x00\x5e\x05\xb4\xcb\xad\xc8\x43\ \xd8\x82\x13\xb7\x1f\x0b\x55\x91\xd5\x16\x7f\x63\x75\x1e\x90\x6d\ \xb6\xb4\x4e\xa0\x13\x11\x1d\xdf\x4f\x4c\xf6\x10\xae\x87\x48\x97\ \x10\xc0\x8f\xf0\x83\x2a\x38\x18\xd0\x0c\x27\x3b\x93\xcc\x97\xb2\ \x88\xca\x3f\xfe\x23\x30\xbc\x52\x77\x3f\xe6\xa9\x2b\x98\xa0\x9b\ \x48\x70\xca\x93\xb0\xfb\x4f\x66\xd2\xf9\x7c\x32\xee\xd1\xa4\xb0\ \xd8\x2c\x31\x87\x25\x61\x81\xe0\x02\x86\xc5\x13\xf3\xf9\x98\xd7\ \x9d\xa3\x91\x4a\x30\xf6\x56\x9d\xaf\xd4\xe5\xca\xb3\xf8\x39\x4a\ \xdc\x6d\x0a\xb2\x22\x27\x47\x69\xc9\x37\x18\x8a\x74\xf9\x96\x0a\ \x4b\x39\xbc\xb0\x82\xf2\xd0\xe6\x03\x58\x69\x8b\x8a\x34\x4a\x65\ \x41\x71\x51\xbe\x06\xf8\x8c\xc5\xa0\xb5\x88\xa5\xb9\x14\x45\x5e\ \x7f\xbf\xbb\x03\x60\xb7\x97\x08\x77\xc0\xf9\x6f\xa1\x42\xa1\x10\ \xe2\xfc\x32\x9a\xe6\xcd\x0a\x33\x16\xd2\x15\x48\x0f\xe9\x4c\x00\ \x20\x0e\x8b\x69\xc6\x98\x1b\x85\xdb\xcd\xc3\x3d\x78\x62\x09\x89\ \x47\x67\xb3\xf3\x28\x1c\x05\x20\x2c\xc8\x54\x06\x4e\xf0\xb2\x58\ \x24\x06\xd0\x45\x1c\x2f\x61\x93\xe8\x4c\x09\xa6\x37\x90\x99\x2c\ \x06\x87\x42\x52\xb3\x78\xe4\x6c\x3e\x9f\x29\x25\xa1\x4b\x92\x2c\ \x51\x67\x49\xc9\x62\x8d\x36\x5b\x59\x77\xf2\xdc\xbd\x2f\xbe\xbb\ \xb0\xf9\xea\xe6\xb6\x7d\x57\x3e\x7f\xf0\xeb\xcf\x8f\x66\xc6\x5f\ \x4e\x8d\x85\xac\x2a\x93\x28\xe0\x9a\x98\x7c\x35\x32\x35\x32\xf2\ \xcc\x61\xb2\xeb\x63\x96\x6c\xfc\xb2\xbe\xfd\xd8\xb1\xd5\x3b\x56\ \x7d\xf9\xdd\x83\x1f\xee\xdf\x0e\x0c\xf8\x55\x69\x71\x4b\x17\x78\ \xee\x1f\x39\x7c\x7c\xfb\xfa\x0d\x5d\xbb\x57\xed\xd9\xbc\xff\xc4\ \xc9\xb5\xeb\xb6\x0c\x36\x6b\xe4\x45\x9d\x9b\xeb\xea\x9b\x5b\x0e\ \xc6\xa4\xde\xba\xfd\xf2\xc9\xe0\xe0\xe8\xc4\x97\xdf\x0d\x0e\x8d\ \x4f\x8d\x4f\x8e\x59\x33\xf4\x32\x81\xde\x91\x96\x94\x18\x93\xa6\ \x17\x08\xb8\x9e\x8c\xb8\xf8\x84\x7f\x13\xe7\x58\xfa\x5c\x1d\xb9\ \xaf\xef\x75\x36\x41\xdf\xfc\xdb\x37\x58\xcd\x99\xd7\x85\x73\x03\ \x3b\x85\x44\xab\x70\xe1\xb2\x80\x7f\x68\xe6\xe5\xf4\xbd\x47\x5f\ \x5c\xb8\xb0\xee\xd0\xf1\x75\x1b\x0e\x6f\x6b\xed\xda\xdf\x7d\x64\ \x6d\x7b\x73\xe3\xce\xe6\x9d\x35\x55\x15\x45\xf2\xb2\xea\x82\x7c\ \x8b\xc5\x62\x34\x2a\x01\x61\x0c\x6c\x89\x54\x22\x26\x4b\x95\xf9\ \xb9\xb8\xfd\x88\xc7\x23\x37\xda\x74\x55\x47\xae\xbe\x9c\xca\xb8\ \x44\x5b\xd5\x7d\xf2\xc9\x92\x17\x71\x97\x13\xb4\x6b\x1e\xdc\x4b\ \xfc\xe7\xe2\x6d\x87\xbb\xb7\x35\x54\xd6\x74\x6f\x59\x73\xf1\xcb\ \xef\x1e\xae\x5b\x37\xfe\x62\xd9\x2f\x97\x3e\xb9\xf0\x68\xf0\xf9\ \xe8\x82\xcf\xfe\x5a\xa2\xad\x52\x2a\x75\xea\x2c\xb1\x26\x5b\x53\ \xa4\x29\xc8\x57\x8b\xd9\xea\xfa\xc3\xf9\xf2\xa2\x32\x5d\x7d\x55\ \x7d\x79\x55\x51\x93\xad\xb6\xb6\xba\xa9\xb6\xad\xae\xa5\xa1\xbd\ \xaa\xa6\x1b\x9e\xd8\xfe\xb6\x63\x5d\x5f\x9c\xdc\x77\xfc\xd8\xe1\ \xc6\xee\xc3\xc7\x96\xaf\x5a\x3f\xf5\xe0\xe8\xf1\x4d\x0f\x5f\x3d\ \x8b\xa6\xde\x1a\xe1\x96\x9c\x5a\x9a\xb9\x28\x73\xe9\x82\xc5\x7f\ \xbd\x9d\xfe\x3a\x62\x66\x36\x3d\xa6\x6f\x8e\x33\xf5\xcd\xab\xe7\ \x08\x64\x2d\xec\x9b\x43\xac\xbe\xf9\xed\x84\x85\x73\xc9\xee\x44\ \x8d\xbd\x70\xf6\x53\x84\xd2\xce\x99\x47\x67\x2f\x8e\xf8\xb0\xe6\ \xda\x86\x6f\xff\xe7\xdf\xdf\xfe\xfb\xdf\xff\x3a\x50\xb2\x6c\xe3\ \xb2\xf3\x5f\x9f\x3a\x70\x60\xd7\xd9\x25\xcb\x36\x66\xa6\x2c\x29\ \x59\xb9\x24\xa5\x24\x73\x41\x54\x42\x5c\xc2\x82\x34\x9f\x75\xd4\ \xe5\xf1\x00\x52\x59\x83\x40\xab\x4c\x26\x93\x48\xe4\x10\x89\xf4\ \x21\x87\xc3\xa9\xb2\x9a\xa8\x34\x91\x5d\x95\x4c\xc5\x90\x3e\xa0\ \x3b\xfa\x0c\x81\xde\x1e\x70\x52\xe3\x13\xa3\x12\x71\x7f\x74\x9a\ \xc9\x67\x12\xa5\xe9\x03\xe3\x61\xd0\x6f\x54\xae\xc9\x6f\xc2\x40\ \x52\xbf\xd3\x15\x7e\x12\x0c\x8b\x4c\xe1\xdf\x67\x5e\x4d\x0d\x85\ \x87\x46\xb8\x5c\x53\x72\x38\x30\x32\xe2\x0c\xf9\xc6\x27\x06\xc2\ \x13\x63\xa1\xf0\xc0\x48\x30\xe4\x73\xb8\x3c\x8e\x30\xc6\xce\x84\ \xc3\xfe\xc0\x84\xd3\xe7\x74\x7a\x02\x2e\x10\x9c\x2e\x2a\x6e\xcf\ \x74\x0a\x44\x56\x01\xd7\x6e\xcd\x90\x39\x68\x38\xad\x2d\x02\x7a\ \x95\x91\x94\x96\x9c\x98\x2a\x32\x39\x23\x80\xd5\x01\x3c\xaa\xa3\ \xd7\xdb\x53\x0a\x34\xab\xdf\x8b\x9b\x67\x80\x2a\x95\xf6\xf7\x10\ \x21\x0c\x00\x5e\xf0\xd5\xb0\x19\x98\x44\xaf\x3b\x0f\x49\x04\xcf\ \x8b\x65\x2c\xe0\x17\xf0\x67\x18\xeb\x58\x66\x44\xb8\x5e\xb8\xd4\ \x9d\xc7\x2b\xe5\x11\x7e\x83\x3b\xaf\xdf\xfa\xfb\x23\x43\x3c\x11\ \xf3\x7c\xff\xdf\xc4\x82\x1e\xac\xef\x63\x91\x8c\xb0\xb6\xe3\x9c\ \x33\x71\x05\xac\xf2\x83\x76\x12\xe6\x75\xc0\x03\x51\xf8\x7c\x36\ \x4b\xa3\xe4\xe7\xf5\xf6\x63\x45\xbe\xd7\xed\x35\xe3\x3f\x60\x1a\ \x15\xf0\x29\x12\x1b\x14\x93\x84\x02\x1a\x29\x47\xc2\xce\xc9\xcf\ \x62\x92\xf8\x2c\x3a\x89\x8e\x33\xc6\x7c\xb6\x9c\xaf\x51\x6a\xd4\ \x2c\x32\x8b\xac\xd6\x6a\x95\x46\xb9\x1a\x1b\x41\x86\xa2\x82\xf2\ \x2a\x4b\x39\x40\x92\x11\x5e\x3a\x2b\x6a\x77\x1e\x39\xdc\xd0\xb4\ \xf5\x70\x6b\x45\x65\x65\x4d\xad\xcd\x06\xd7\x2b\x2f\x28\x00\x28\ \xd3\xe5\x6b\xca\x2c\xf9\x00\x66\xc5\x75\x95\x95\x36\x63\x55\x75\ \x59\x7e\xbe\x2e\x3b\xa7\x28\x1b\x9e\x00\xf6\x08\xfb\x87\xd1\xb0\ \xd6\x81\x48\xcd\x30\x77\x28\x70\x97\x20\x6e\x96\x30\x53\x4a\x71\ \xaf\xaa\x50\x51\xca\xa1\x73\x38\xb8\x2d\x8f\xc1\xc3\xed\xd3\x00\ \x4f\xa5\x1d\x80\xf7\xd9\x4a\xb6\x9a\x2f\x34\x2b\x80\x18\xf2\xc8\ \x38\x3b\x08\xbf\x28\x12\x89\xc7\x42\xc0\x05\x1d\x48\xc2\xcd\x17\ \x0c\x31\x87\x09\x3f\x00\x07\xbe\x27\x33\x49\x0c\xe0\x11\x4c\x31\ \x08\xdf\x2c\xcc\xc2\xca\x96\x00\x63\x94\xe6\x88\xb3\x98\x39\x59\ \x20\x5e\x2a\x5b\x57\xaf\x5f\xdf\xb5\x67\xdf\x86\x33\x9f\x7e\xf1\ \x18\xe4\xe0\xed\x81\x90\x7f\xc2\xef\x80\x03\x6b\xea\xf9\x93\xc9\ \x67\xb7\x9e\xe8\x65\x54\x59\x5a\x4c\xcc\xe2\x5d\x27\x3b\xdf\x5d\ \x7b\x66\xdd\xf2\xd3\x4f\xa7\x07\xc7\x47\x43\xb2\xa8\xe8\xb8\x04\ \xdf\x77\x5b\xf6\x9c\x68\x3f\x7a\xf4\xe8\xde\xf6\xad\xfb\x0f\x6d\ \x5e\xb1\x7b\x4b\xfb\xf2\xd3\xef\x2c\xdf\x54\x6e\x33\x16\xaf\xf8\ \x45\xe4\x19\x9c\x49\x0d\xfc\xf8\xfb\xd0\xe0\xad\xa1\xa9\xc1\xc1\ \xfb\x8f\x9e\x3e\x7b\x1e\xf6\x07\x1d\xf0\x6a\xca\xa5\xd2\xb8\xa9\ \xf1\x51\x89\x51\x7a\x3d\xcd\x69\x17\x39\x4d\x2e\xd4\x3e\x85\x85\ \x6f\x4c\xc7\xcd\xea\xc3\xd9\x22\x7c\xdf\xfc\xd0\x6f\xdf\x6c\x0d\ \x2b\xf2\xfe\x67\xa4\x24\xff\xcd\xdd\x85\x1f\xfb\x9f\xff\x3e\xfd\ \xeb\xef\xdf\x7d\xf9\xf3\xd5\x77\x36\x1d\xda\xbd\x63\x47\x5b\x75\ \xf3\xd1\x13\x47\x8f\xb6\x1d\xe9\x3c\x7c\xa2\xbc\xa2\xb2\xa6\xba\ \xba\x0c\x73\x63\x2d\xc5\x06\x9d\xc1\x90\xaf\x56\x6a\x35\xe8\xac\ \x63\x67\x6b\x30\x6d\x91\x8e\x46\x77\xe9\xa1\xfa\xac\xc6\x33\x6b\ \xa7\x9f\xf9\xce\x46\x3f\x6a\xdc\x30\x13\xfd\xdb\xc6\xa5\xa9\x65\ \x3b\x3e\xfc\x8e\xfa\xf5\xd9\xbd\x47\x0f\xef\xac\xae\x6d\x3c\xb4\ \xe1\xe0\xe9\xfb\xf7\xbe\xda\xb4\xfa\xf9\x8b\x95\xb7\xfe\x21\xda\ \xfd\xdd\x4c\x68\xc2\xf4\xf1\x3f\xff\xbc\x95\x6d\x91\xe7\xab\xb3\ \xb2\x72\x24\xd2\xa2\x62\xb9\x4e\x2e\x97\x4b\x2d\x16\x9b\x45\xa3\ \x35\xc8\xb5\x55\x15\x65\x65\x55\x05\x65\xc6\x82\xaa\xa6\xba\x9a\ \x13\x4d\xf5\x35\xcd\xe5\x27\xba\x8f\xac\xda\x7d\x62\xfd\xe6\x2d\ \xbb\xbb\x8f\x9f\x38\x7a\xe8\xd8\xde\x7d\x07\xf7\x0e\xce\x74\x6f\ \xd8\x7f\xf1\xc6\xbd\xb1\x45\x63\xe3\xf1\x97\x4f\x2d\xa0\xa6\x2c\ \x5b\xba\x34\xe5\xd2\x8b\xb7\xdf\xb0\x8a\x16\xce\xaf\x4a\x8d\xb8\ \xac\xf0\x37\x33\x3b\x77\x39\x5f\x80\x8f\x64\x93\xce\x95\xd9\xff\ \x6b\x10\xba\x70\x61\x61\x5f\xe1\x1b\x66\xf7\xc2\x37\x4a\xf0\xf3\ \x84\x6b\x61\xc4\x91\x85\x0e\xd2\x6f\x4f\x7d\xf2\xd7\xbf\xff\x51\ \x72\xe0\xfc\x6f\x9f\xec\xda\xf5\xde\xf9\x5d\xcb\x96\x2d\x5b\xb9\ \x74\xe9\xe2\x95\x25\x29\x4b\x16\xe3\x6e\xd5\x45\xd1\x71\x34\x6e\ \x30\xec\x73\x84\x5c\xce\x90\x5f\xa0\xd2\xbb\xec\x02\x3d\xcd\x67\ \xd2\xbb\x4c\x41\x97\x8f\x9b\xa1\xa7\x26\x51\x69\xaa\x24\x50\x8f\ \x19\x2a\x11\x0d\x58\x98\x55\xa4\xb7\xaa\x52\x63\x62\x12\xe3\x13\ \x62\xa2\x92\xd2\x44\x03\x7e\xae\xcc\x67\x0f\x85\xed\x40\x8c\x32\ \x54\x26\xbb\x80\x2b\x73\xa8\x7c\xce\x30\x60\x90\x7f\x20\xfc\x72\ \xe6\xd5\xad\xc1\x89\xd1\x67\x93\xa6\x60\x28\x14\x0c\x85\xc3\xa3\ \x63\x93\x81\xc0\xc4\x93\xb1\x91\xd1\x89\x51\xa7\x2f\x38\x62\xf7\ \x78\x02\x7e\xbb\xca\x31\xea\xf7\x04\xc6\x06\xec\xfe\x01\xd0\xa6\ \x1e\xc0\x35\x3d\xd5\x6a\x55\x59\x89\x9e\x40\x50\x05\x32\x13\x14\ \x61\x32\xb0\x39\x2e\x48\x42\x78\xcf\xd0\x0f\x58\xfd\x6f\x0d\x9b\ \x4b\x81\x1a\x11\xfe\x70\x05\x16\xa8\xdc\xbd\x68\x10\xe8\xcf\xcb\ \xc3\x29\xc0\x0e\x77\x2f\xd6\xd2\xbd\x98\x20\x53\x6a\xc6\xb5\xf1\ \x3c\x73\x5e\xbf\xdb\x8d\x7d\xbc\x3c\x21\x50\xb3\x3b\x5e\xb7\xd9\ \x8c\xc6\x73\x22\xb8\x73\x18\xf4\x1a\x07\xc5\x23\x1a\xb7\x88\x69\ \x6a\xc4\xa2\x39\x44\x42\x1d\x88\x05\xad\xff\x99\x9d\x39\x44\x81\ \xd8\x1f\x19\x62\xec\x20\xec\x57\x7f\x47\xd4\xe3\x70\x87\x42\x08\ \x7c\xce\x0b\xea\x88\xcd\x94\x02\xd8\xb0\x14\xd8\x99\xc3\x02\x52\ \xa9\x90\x07\x22\xca\x0b\x7a\x11\x87\x5b\x58\xd9\x2c\x7e\x76\xb6\ \x58\x9a\x0d\x9c\x09\x5e\x19\x73\xc4\x6a\x29\x4b\xca\xca\xc1\x51\ \x5e\x4d\x3e\x70\xa9\x6c\x16\x8b\x2e\xd1\x19\x74\x45\x3a\x5c\x04\ \x5a\x5f\x5e\xd1\xd0\xba\xb3\xac\xb2\xbc\xac\xaa\xb8\x42\x9b\x43\ \xe7\x60\xa6\xbb\x84\x4d\xc1\x41\xe7\x52\x77\x96\x5c\x81\x51\x7c\ \x79\x00\xc2\xb8\x2b\xde\x2c\x04\xa0\x61\xb2\x59\x4c\x66\xae\x51\ \x23\xcf\xd1\x58\x8c\x05\x1a\x7a\x29\x08\x66\x64\x96\xbd\xbd\x58\ \xf9\x77\x63\x05\xcb\xdb\x91\x47\x27\x9e\x53\x29\xae\xed\xe2\x61\ \x68\x20\x03\xab\xed\xf0\x99\xcc\x03\xe5\x4a\xa2\x03\xf4\xe4\xb9\ \x4b\x85\x0c\x96\x46\x0c\xe4\x49\xc1\xe3\xb1\xe0\x11\xc9\x18\xd3\ \xc7\x70\xc3\xef\x90\xc1\xc0\xda\x3b\x07\x57\x54\xf1\x28\x0c\x8a\ \x18\x57\x55\x91\xcc\xa5\xc8\x1f\xe9\x40\x18\x25\x4c\x16\xc0\x2e\ \x9f\x22\x21\x93\xc4\x64\x36\x2b\x4b\x9d\x2b\xe6\xe7\x68\x41\xad\ \x36\xb6\x1c\xee\x3a\xb1\x6e\xdd\xda\x1d\x5f\x3c\x7a\xfa\xd3\xf4\ \xab\x27\x2f\x87\x46\x86\x46\x03\xe1\xa1\x89\xf0\xd4\x44\x70\x64\ \xc4\xe7\x77\x26\xa5\xa6\x26\xa7\xc6\xaf\x5c\xbc\xfc\xd8\xbb\xe7\ \xce\x7d\xf1\xd3\xcc\x60\xc8\x9e\x18\x15\x9f\x19\xeb\xbf\xb6\xa1\ \xb6\xb2\xe1\x44\x5d\x53\xe7\xb6\xce\xae\x2d\xdb\x4f\x1c\xda\x7f\ \x74\xeb\x9e\x83\xab\x97\xbf\xb3\xf9\xd1\x91\x7c\xa3\xad\xe6\x7d\ \xda\x81\x7b\xd3\x37\x07\xaf\x0d\x0d\xde\x7c\x32\xf4\x7c\xe2\xd6\ \xed\x0f\xa7\xa7\x07\xaf\x8f\x8e\x8c\x5a\x71\x07\x93\x20\x29\x26\ \x3e\x23\x35\x21\x2a\x2d\x89\x96\x96\x28\xa0\x3a\xb9\x11\x4b\xf6\ \x5c\x33\x7e\x5e\xf5\xcc\x92\x0b\x64\x54\xf3\x6b\xfa\x88\xe9\xe7\ \xbe\xd7\x86\x2c\xac\xca\xa7\xff\x65\x1d\x1d\xbc\xfd\xdd\x57\xf7\ \xbe\xbc\xfa\xe9\xc5\x1d\x6b\x37\x9f\xbc\xba\xa7\xfe\xf0\xe1\xe3\ \xed\x6b\xb7\x9c\x68\xdf\xd6\x58\x55\x6c\x29\x6f\xa9\xaf\x36\x1a\ \x0d\x86\xaa\x02\x9b\xce\xa0\x54\xe7\x2a\xb3\x30\x66\x8d\xc1\x17\ \xe7\x02\xb8\xe4\xb0\x18\xf0\xc6\x94\xef\xab\x94\x37\x0c\x7e\xfa\ \xf9\xf4\xd0\xc6\xc5\xd3\x47\xdf\xbd\xaa\xfa\xfa\x1f\x25\x19\x45\ \xab\x3f\x7f\x9a\xfa\xf5\x07\xe7\xf6\x1e\x29\x6b\x6c\x6c\xde\x77\ \xf1\xdc\x99\x07\x37\x3e\x3c\xb8\x7c\xfc\xb7\x95\x81\x4f\x7e\x3f\ \x79\x6f\xd0\x3f\x1a\x38\xfb\xed\x8b\xef\xd7\x69\xd4\xf2\x1c\x89\ \x1a\x74\xa6\xda\x22\xd7\x49\x00\xa8\x74\x3a\x4b\xb5\xad\xc8\x98\ \x93\xad\xcd\xd7\xda\x2c\x15\x15\x55\x15\x15\xf5\x4d\xb5\xad\x2d\ \x35\xf5\x2d\xad\x5d\x75\x87\xaf\xec\x6f\x5e\xb7\xef\x78\xfb\x89\ \x7d\xc7\xd6\x1f\xdd\xb7\x69\xfd\xfa\x4d\xcf\xef\x6f\x5f\xb5\xfb\ \xe4\xe7\x57\x7e\x70\xd2\x42\x4b\x4e\x2d\x8d\x4f\x5b\x12\x17\xbd\ \x72\xf1\x92\xf3\xbf\xbd\xfd\xda\xad\x50\x38\x1b\x34\x3a\x6b\x64\ \x9f\xdd\x9f\xf3\xda\x80\x35\x57\xb5\x22\xac\xa6\xe9\x6f\x32\xaa\ \x88\x1e\x8c\x58\x49\xd3\x0b\xff\x7f\xa2\xb0\x70\x7e\x50\x67\x2e\ \xea\x8f\x30\x63\x7d\xbf\x2b\xf3\xb3\x85\xdf\x97\x7c\xfd\xcf\x5d\ \xbb\x96\x9d\x3f\x55\x52\x02\x90\xb5\x71\xd9\xd2\x65\x2b\x4b\x96\ \x2e\x01\x30\x4d\x59\x94\x12\x9b\x98\x26\xf2\x7b\x4c\x2e\x93\xc9\ \xca\xcd\xb0\x3a\x1c\x0e\x93\x8a\x6b\x77\x39\x7d\x2e\x0f\x60\x44\ \x54\x52\x72\x54\x7c\xca\x82\x45\x8b\x30\xe2\x81\x2b\x0b\x78\xa8\ \x2a\x91\xca\x43\x8d\x8f\x4b\x4a\x8e\x8f\x4a\x8a\x4d\xa4\x3a\x5c\ \x3e\xd1\xe8\x78\x60\x64\x7c\xc0\x17\x0a\xeb\x4d\x32\x53\x98\x08\ \x79\x70\x8e\x04\x42\x03\x63\xe1\x91\xa1\xa1\xe7\x53\x37\x6f\x8f\ \x01\xab\x0a\xfa\x9d\xa3\x03\xa3\x53\xa1\xf1\x81\x81\xf1\xb1\x91\ \x40\x38\xe8\xc3\x3c\x11\x62\xff\x73\xd0\xee\xf0\x78\x44\x4e\x47\ \xd0\xe5\xf2\xd9\x9d\x00\x61\x3e\x99\xc9\x6a\x72\x59\x31\x45\x5e\ \x26\xb0\x07\x3d\x4e\x2b\x2d\x86\xc6\xe5\x52\x65\x89\xc9\x69\x69\ \x32\x2e\x37\x2d\xd1\x17\x0c\xfa\xdf\x02\x04\xea\x55\x00\x59\x70\ \xc3\x49\xc6\x71\xe7\x01\xf6\x98\xcd\x66\x4c\x38\xe0\xc1\x97\x1d\ \xe6\x52\x54\x63\x38\x37\xd7\xcb\xe1\xe4\x79\x7b\x7a\xe1\xc4\x34\ \x0b\x85\x6e\x5e\xa9\x50\x01\x24\x0b\xe9\x55\x29\x48\xc5\x3c\x05\ \xa6\xbc\x00\xdd\x2a\x1d\xf6\xf6\x46\xfa\x7a\xfd\x3d\x3d\xb3\xa3\ \x86\xc0\xae\x4a\x41\x21\xc2\x15\xd0\xde\x40\x10\xac\xde\x3b\x00\ \x41\x78\x95\x0e\xd4\x82\x68\x86\xc7\x7c\x1a\x80\xb4\x52\xf8\xbe\ \xd7\xdd\x8f\x3d\x42\xb7\x82\x91\xc5\xe6\x4b\xe5\xf2\x72\x63\x2e\ \x09\xa0\x02\x15\x21\x7a\x07\x38\x74\x21\x53\x41\xca\xce\x61\x49\ \x75\xca\x2c\x71\x6e\x16\xc2\x93\x51\xa9\xd6\xe8\x74\xb9\xb9\x98\ \xd4\x8c\x2f\xc1\xea\xac\x7c\x9d\x3a\x5b\x5e\x5c\x66\xcb\xb7\x55\ \x34\x15\x97\x1b\x0b\xca\x9a\x1a\x8c\xca\xa2\xa2\xda\x22\x83\x4e\ \xad\xcd\x57\x52\xbc\xd8\x16\x25\x86\xbc\xef\x0c\x03\x2c\x9b\xd5\ \x3c\x4c\xba\x42\x5f\x2a\xb1\x33\x15\x21\x18\xb7\x0c\x76\x94\x62\ \xe2\x52\x1e\x83\xc4\x94\x4a\x38\xf8\xcb\xc9\x03\xd1\x0a\x9a\x18\ \xd1\x17\x84\x2f\x3c\x23\x50\xc3\x0a\x05\x0e\x39\xe3\x7a\x2e\xc4\ \x28\xd4\x88\x79\x42\x92\x10\x6f\xc7\xc3\x11\x67\x33\x87\x02\xcf\ \x9b\xcc\xc6\x38\x44\x06\x5b\x48\x22\x63\x70\x03\x89\xce\xcb\x73\ \x93\xd0\x5f\x4a\x27\x0b\x81\x5e\xf1\xd9\x6c\xf8\x08\x98\x44\x17\ \xd2\x85\x79\x40\xb5\x98\x74\x12\x08\x5e\x09\x8b\xc9\x27\x03\x65\ \x94\x4a\xc8\xd9\xd2\xec\x6c\x66\x8e\x26\x47\xa3\xd5\x1a\x8b\x1b\ \x8f\x9e\x58\xdf\xda\xbe\xe5\xe2\xbd\x2f\x1f\xdf\xbc\xfd\xcb\xd3\ \xf1\x5b\xbf\x8e\x0d\x4c\x3d\x0b\x8f\x0d\xf8\xc2\x23\x01\x1f\x35\ \x29\x39\x91\x4a\x4d\x8d\x8b\x8d\x5e\xbc\x78\xf3\xee\x83\x8f\x1e\ \xdc\x7c\x12\x76\x24\xa5\x2c\x48\x9c\x7a\xb8\xbe\xca\x56\xd4\x52\ \xd9\xda\x75\xe2\x48\xeb\xfe\x9d\xc7\xba\x8f\x77\x75\x1e\x3f\x0e\ \x00\xb1\x77\xf5\xf2\xed\x3b\xce\x54\x58\x6c\xba\xfa\x1f\xcf\x0e\ \x5e\xfd\xf5\xe9\xcd\x67\x43\xaf\xe0\xb8\x1b\x7a\xfe\xea\xbb\x7b\ \xd3\x83\x83\x53\x63\x7e\x3b\x1c\xd2\x70\xd4\xa4\xc5\xc7\x27\x25\ \xc7\x2c\x88\x5d\x1c\x17\x95\x44\x4d\xe4\xa6\xf6\x2d\x9c\x3b\x91\ \x90\x21\x7c\x33\x57\x77\x8f\xf8\xbc\x67\x5d\x59\xb3\x03\xcf\xf3\ \xd6\x52\x42\x1e\x12\x8c\xab\xf0\xae\x7e\xe0\xf9\xed\x9f\x1e\xdf\ \xf8\xf0\xc6\xa7\x57\x2e\x9e\x3e\xbd\x79\xc3\xda\xb6\xc6\xae\xb6\ \x43\x6d\xdb\xb7\xee\xdf\xb6\xb3\xa9\xba\xa9\xb1\xbe\xa5\xac\xa2\ \xd8\x86\xf3\x43\x3a\x65\x4e\x6e\x56\xb6\x2e\x07\x5e\xa0\xb2\x24\ \xac\x1c\x5d\x6e\x81\x46\x4a\x21\x93\x39\x64\x7a\xc5\xe6\x72\x63\ \x97\xfd\xf6\xe6\x5f\x46\x57\xee\x7a\xb6\x7d\xd5\xbe\x57\xa7\x5e\ \x5c\x4e\xb2\x6d\x78\x74\x23\xed\x9f\x1f\x7f\xba\xbd\xcb\x66\x69\ \xda\xbb\xf9\xe4\xe6\x1b\xf7\xce\xac\x5e\xbe\x62\xe0\x8f\x5d\xd6\ \x05\x27\xdf\x7d\xf4\x6a\x30\x18\xfb\xde\xb7\x2f\xfe\x3a\x55\x9e\ \x9b\xaf\x93\x03\x5d\xcb\xca\xce\x05\xb1\x9d\xab\xcc\xcf\x51\x8b\ \x8d\x40\xb2\x72\xc4\x52\xad\xd1\x96\x5f\x54\x54\x99\xaf\x2d\x2f\ \xae\xa8\xdb\x76\xa2\xa1\xba\xa5\xba\xba\xed\xf3\x77\x97\xaf\xdd\ \x73\xa2\xe5\xc8\xfe\xf6\x55\x1b\xd6\xbd\xbb\x7a\xd5\xa6\xfb\x3b\ \x56\xec\x39\xb9\xfe\xe2\xfb\xef\x7f\x15\x36\x9d\x3a\xb5\x32\x26\ \x79\x09\x2d\x69\x51\x74\xcc\xd9\x53\xff\xfb\x76\xdf\xfc\x5a\xd5\ \xbe\xbe\x37\xa4\x61\xfa\x9b\xe1\xa2\x85\xe9\xaf\x23\x46\xe7\x8b\ \x59\xf3\xb0\x34\x07\x53\x73\x41\x33\xe9\x6f\x4c\x16\xbe\xae\xbc\ \xcf\x9b\x48\xd3\x67\x01\xab\xef\xcf\x3f\x36\x5e\x2e\xfc\xf8\xeb\ \x0f\xce\x9f\x3a\xff\xde\x01\x5c\xbe\xba\x6b\xe5\x32\x5c\x02\xb6\ \x72\xd9\xd2\xe8\x05\x8b\x53\x12\x80\x2b\x25\xda\xfd\x2e\x9f\xc3\ \xe3\x70\xd8\xa9\x34\x81\x5d\x25\xd2\xd3\x68\x2a\x97\xd3\x9a\xba\ \x20\x21\x3a\x61\x41\xe6\x52\x4c\xa6\x89\xe3\x82\x26\xd4\xdb\x07\ \xec\x2a\xa7\x2b\x04\x6a\x10\x84\x19\x35\x31\x0e\xc4\xa0\x0b\xc0\ \x26\x18\xf2\x38\xed\xd6\x40\xc0\xe5\xb2\xda\x47\xfc\x76\xbf\x53\ \x66\xf5\x8f\xfb\x7c\x0e\xab\x4b\x64\xe2\x72\x9d\x4f\xfc\x13\x9e\ \xa9\x70\x70\xe2\xc9\x48\x60\x22\x34\x7e\x7d\x6a\x2a\x14\x9c\x78\ \x3e\x11\x1e\x9d\x98\x18\x1b\x07\xe8\x1a\xf0\x07\xfc\x41\x4f\xc0\ \xa9\x52\x05\xc3\x2e\x95\x1f\xe1\x2e\x43\xe5\xd2\x8b\x44\x56\xab\ \x93\x9b\x66\xf2\x98\x4c\x3e\x07\x37\x21\x43\x2f\x4b\x13\x64\xc4\ \x60\xde\x16\x2d\x39\x23\x30\xe2\xf7\xbd\xa5\xc0\x44\xa9\x0e\x6c\ \x62\x61\xbc\x26\x70\xa9\xe1\x52\x1c\xea\xcd\x83\x13\xae\xb4\x03\ \x4e\x4a\x5c\x50\xd1\x8b\x15\x75\x73\x5e\x1e\x8e\x08\x97\xe2\x76\ \x76\xaf\x10\x03\xa0\xcc\x3c\x9c\x18\x26\x72\x3b\x31\x93\x0a\x2b\ \xe6\x70\xfd\x7e\xb4\x79\xce\x8e\x1f\xfe\x3d\x3b\x13\xe8\x46\xc7\ \x04\x7a\xb6\xe6\x72\x62\x08\x83\x3b\xe1\xbf\x1c\x26\xec\x0c\x77\ \xfe\x07\xaf\x1a\x09\x7a\xf0\xf6\x74\x78\x51\x63\x31\x50\xf7\x49\ \x73\x0b\xb4\x62\x9d\x8e\x8d\x26\x08\x00\x38\xc0\x10\x0a\x9b\x09\ \xaf\xb1\xd9\x5a\x75\x4e\x76\x8e\x0e\xb4\xa0\x18\x5e\x12\x75\x16\ \x9d\x4d\xab\xd1\x16\x28\x6d\x4a\x4d\x71\x91\xc5\x52\x51\x5b\x63\ \x33\x54\x97\x35\x37\xd4\x1b\x8d\xc6\x62\x8b\x32\x5b\x69\x84\x63\ \x3e\x57\x53\x60\xd0\x2a\x35\x86\x0a\x75\x0e\x2b\xcf\x3d\xdc\x0f\ \xac\x10\x08\x93\xb7\xc3\xeb\xed\x57\xcb\x81\x65\x76\x78\xf3\x4a\ \xf1\x67\xee\x45\x20\x16\x2a\xdc\x42\x1e\x07\x28\xa5\x90\x43\x06\ \x4e\xc4\x62\x08\xc5\x8c\x5e\xdc\xa7\x9a\x87\x8d\x53\x62\xc9\x2a\ \xa8\x42\xb3\x19\xae\xa5\x50\x50\x28\xc4\xba\x79\x21\x8f\xcc\xc1\ \x7d\x16\x24\x06\x87\x82\xf9\xd2\x00\xae\x18\xda\xc4\x62\x01\x02\ \x91\x28\x0a\x2f\x0e\x55\x63\xe9\x1d\x73\xaf\xe0\x2f\x50\x31\x12\ \x8f\x07\x32\x16\x0b\x71\x20\x0a\x01\xa1\x98\x80\x61\x74\xbc\x1d\ \xa0\x9a\x84\x4f\xe6\x30\x99\x12\x39\xc0\x15\x33\x3b\x2b\x2b\x5b\ \x22\x66\xb1\xc5\xb9\x06\xb9\x26\xd7\x72\xac\xf9\xc4\xfa\xa3\x6d\ \x5b\xdf\x39\x7d\x63\xc7\x97\xbf\xbe\xba\x39\x3d\x73\xed\xd9\x78\ \xe0\x89\x5f\xa5\x72\xb9\x3c\x5c\x91\x29\x29\x23\x35\x2a\x3e\x21\ \x2d\x21\x2e\x85\xf6\xf8\x87\x97\x63\xfe\x00\x2d\x2a\x3e\x6a\xe0\ \xbb\xee\xb2\x32\x79\x7e\x6d\x6d\x4d\x5b\xfd\xce\xce\x9d\x75\x2d\ \x6d\x9d\xdb\xb7\x1f\xe9\xea\xda\x77\xa2\x1d\x6d\xe5\xdb\x97\x5f\ \x69\x02\x12\x23\xff\x39\x3e\xe1\xcc\xa3\x9f\xa7\x67\x06\x87\x6e\ \x82\x22\xbc\xf5\x74\xfa\xc1\xe3\x99\x57\x4f\xc2\x03\xe3\x0e\xbd\ \x20\x23\x81\x9a\x11\x1b\x9b\x98\x18\x17\xb3\x28\x7e\xe9\xe2\x45\ \x09\x54\x6e\xda\x25\x22\xeb\x04\x2d\x91\x04\x60\x15\xce\x5b\x23\ \xfb\x5e\xbb\x22\x09\xe3\x64\xc4\x8e\x34\xc7\xad\x66\xf5\x61\xdf\ \xdb\xd1\xcf\x9f\xbf\x9a\xb9\xf6\xd5\xa7\x8f\x2e\x5c\xd9\x71\xe5\ \xcc\x99\xab\x1f\xae\x6b\x6a\xec\xdc\x7d\xfc\xe8\xf6\xe3\x6d\x8d\ \x0d\x9d\x35\x65\xe8\x3a\xaf\x2c\xb6\x69\x94\xb6\x7c\x83\x41\x6a\ \xc8\x96\xab\xa5\x59\x12\x3e\x9b\xce\xd7\x18\xe4\x72\xa5\x58\x4c\ \x22\xb1\x99\x9c\x86\xdd\x15\x55\xab\xa8\x0f\xd7\x7c\xe8\x59\x72\ \x8a\xfa\x70\xf9\xaa\xaf\xa2\xff\xf8\x2c\xd5\xb6\x61\xfa\x81\xfe\ \xb3\xaf\x6f\xac\xd8\x5f\x59\x55\xd9\xb9\xfe\xe4\xe9\x4f\x3f\x3d\ \xb3\x63\xd5\xd5\xc0\x6f\xa7\x9c\xe3\x5b\xae\xdc\x1a\xf1\x8b\xa2\ \x3e\xf8\xf6\x8f\x17\xdf\x07\xd5\x46\x65\x4e\x81\x86\x2d\xd6\x64\ \xa9\x8b\x8a\xb5\xf0\x3a\x27\x55\xe7\x16\x14\x2b\x75\x5a\x79\x96\ \x12\x20\xcb\x52\x5c\xac\xb1\x19\x0a\x74\xb6\xfa\x4a\x8b\xb1\xf9\ \xf0\xe1\x7d\x3b\x96\x6f\x58\xf3\x70\x5d\x57\xfb\xde\xdd\x7b\x56\ \xec\xdb\xbb\x67\xfb\x86\x0b\x57\xcf\x9c\x5c\xb7\xe2\xe2\xc5\x1b\ \x83\xb4\xcb\xe7\x4f\x6d\x8c\x8e\x8e\x49\x8d\x5d\x14\xbb\xe4\xf2\ \xa5\x79\x5f\xc2\xbc\x05\xeb\xff\xb3\x99\x70\x7e\x9b\x6a\xe1\xfc\ \xde\xfa\xc2\x37\x68\xd4\xdc\xa7\x88\x4e\x5c\xf8\x66\x5c\xc3\xfc\ \x18\xf4\x2c\xbc\x2d\x9c\x1b\x86\x8e\x94\xb1\x16\xf6\x15\xfe\x55\ \xf2\x47\xe1\x5f\xa7\x2e\x5d\xba\xfc\xde\xa9\xf3\x07\x4a\x36\xe2\ \x5b\xe6\xa2\xa5\x99\x40\xaf\x16\xa5\xc4\x2d\x88\x8d\x5b\x14\x45\ \x33\xf9\xc6\x82\xd6\xb0\x4f\x96\x01\x8c\xc6\xce\x15\xd8\xf5\x56\ \xbf\x55\x90\x91\x96\x94\x19\x13\xb5\x14\xf7\x49\x97\x2c\xca\xc0\ \x05\x86\x0e\x91\x8a\x26\x50\x89\xa2\x12\xd3\x92\xd2\x68\xdc\x34\ \x9c\xb8\xf1\x00\x47\x0a\x85\xd0\x5e\x4a\xb3\xdb\x55\xd6\x81\x49\ \x2b\xf0\x24\x93\xc9\x1e\x1c\x0d\x65\xc4\xc4\x27\xd3\x44\x19\x22\ \x07\x55\xe5\x08\xf9\x03\xa3\xa3\xbe\x81\xb1\xc9\xa1\xe7\xd7\x9f\ \xf8\x9f\x4f\x8d\x86\x9f\x4f\x0c\x04\x46\xc3\x40\xc4\x46\x07\xec\ \x01\x97\x67\x7c\xdc\xe5\x0f\xb8\x7c\xfe\x90\xcb\x67\xb5\x0a\x70\ \x19\xa2\x4f\xa4\xb7\x9b\x44\x76\x84\x2b\x95\xd5\x94\x84\x4b\xeb\ \xd3\x68\x22\x51\x2a\x35\x31\xd9\x37\x32\x31\xe2\x7a\xab\x94\xa0\ \x54\xa0\x6d\xbc\x40\x2e\x4a\xe1\x24\xc4\x91\xc1\x5e\x73\x7f\x2f\ \x6e\x61\xc0\x24\xcf\x0e\x90\x6c\x58\xee\xee\x00\x2a\x81\xa3\xc1\ \x6e\xb8\x01\xe0\x94\x19\x4f\x68\x4c\xf6\xc4\x6e\x98\x39\x8f\xe1\ \xee\xf5\xf6\x7b\x87\x09\xa3\x54\xe4\x4f\x4f\x2f\x61\x5f\x40\x67\ \x16\xe6\xf2\x11\xb2\xb0\x3f\x52\x41\xef\xe8\x98\x6f\x1c\xce\x86\ \x23\xcf\xda\x1f\x80\xe1\xb9\x7b\x85\xde\xde\x5e\xdc\xf1\x80\x95\ \x21\xb1\x38\x07\x08\x53\x71\x75\xb5\x12\xe9\x9e\xb9\x07\xa3\x0f\ \x00\x0d\xb2\xc8\x52\xb5\x38\x0b\x4b\x0f\x06\xad\xd1\xa0\xb1\xd9\ \xca\x70\x2b\x74\x79\x75\x45\x7d\xb1\xa1\xde\x58\x59\x65\xa9\x2a\ \xd6\x18\x2c\x05\x0d\x15\x45\x45\x46\x5b\x6e\x7e\xbe\x26\xcb\x50\ \x60\xb0\x69\xe0\x98\x57\xda\x0a\x6c\x55\x1a\x8d\x04\x03\x6a\xbc\ \x8a\xd2\x1e\x6f\x29\xa7\xb4\x63\x58\x61\xa4\x08\xdd\xf0\x33\x9a\ \x81\xd8\xf5\x76\x94\x72\xcc\xf0\x58\x42\x77\x29\x03\x8b\x52\x79\ \x84\x73\x8a\x02\x9c\x88\xcd\xc3\x10\x9b\x5e\x44\x2a\xcc\x1d\x04\ \x2e\x09\x0c\xb4\x54\x01\xd0\x4e\x47\xdc\xa1\x2b\xe8\x1c\xcc\xb8\ \x02\x86\x25\xa4\x98\x29\x4c\xa1\x19\x47\x9b\x01\x78\x49\x64\x40\ \x31\x0a\x87\xcf\x04\xe1\xc7\x20\x7c\xa3\x4c\x26\x27\x8f\x22\x61\ \x09\x49\x62\x0a\x03\xf8\x15\x1d\xce\x3a\x6c\x75\x92\xf9\x4c\x0c\ \x6f\xc0\xf1\x1d\x36\x9c\x89\x74\x31\x4b\x92\xad\xc3\x02\x33\x93\ \xa5\x06\x29\xc4\x67\x8a\xb1\x91\x2f\xd7\x15\x77\x37\xee\xeb\x5e\ \xb7\xfe\xe8\x9a\x75\x1b\x0e\x6e\x02\x40\x19\x9a\x1c\x1c\x1d\x09\ \x0c\xc8\xfc\x01\xa7\xc3\x29\xb0\xfa\xb9\x22\xda\x82\x94\x05\x0b\ \x62\x12\x96\xf8\x02\x26\x2e\x95\x9b\x6a\x7f\x75\xba\xde\xa0\x2d\ \x2e\x6b\x2a\x2f\xb6\xd4\xb7\x9c\xa8\xac\x68\xde\xd6\x72\xe4\x70\ \xdb\xd1\xee\xe6\x9a\xf6\xfd\xdb\x1a\x8e\x6f\xdf\x72\x62\xeb\x87\ \xbf\x94\x57\xda\xf8\xc7\x52\x97\x7e\x71\xf1\xa7\x9f\x6e\xde\x44\ \x82\xf5\xea\xfa\xe0\xef\x0f\xef\x3f\x7d\xf5\xfb\xf8\x68\x30\x60\ \x37\x71\x93\x92\x53\x63\xa2\x62\x62\x62\x53\xa2\x33\xe1\x55\x3a\ \x3e\x36\x95\x96\xfa\xf1\x37\x7d\xd8\xbe\x02\xdd\x77\xf7\x4d\x17\ \x64\x7a\xdf\x5c\xb4\x26\xe1\x74\x9f\x1b\xd4\x99\x67\x58\x85\x91\ \x22\xfc\xc2\xf7\x3c\xa3\xbf\xce\xbc\x9a\xb9\x7f\xe3\xcb\x0f\xcf\ \x9d\x3b\xfd\xc5\xb5\x5f\x0e\x1e\x6e\x68\xeb\x3e\xd6\xb9\x65\x4b\ \x5b\x7d\x6b\x43\x4d\x63\x53\x6d\x53\x6d\x55\x85\x05\x14\x7d\x85\ \xa5\xb8\x20\x17\xfe\xd3\xb5\xb9\xa0\xfb\xd9\xac\xdc\x1c\x65\x6e\ \xae\x14\x14\x3d\x6e\xc9\xec\xac\xab\x68\x99\xa6\x9d\x5e\x7e\xda\ \x5f\x72\x39\xee\xd5\xbe\xd5\xf7\xb9\x5f\xff\x46\xcd\xdf\x70\xff\ \x9e\xeb\xe3\x7f\xde\x5b\xb1\xfd\x70\x43\xe5\x96\x0b\x9f\x5e\xbd\ \x71\xee\xe2\xe9\xcd\xa7\x83\x5f\x5f\x1e\xfd\xe5\xe0\xe3\x10\x57\ \x9f\x50\x02\x0c\xeb\xc5\xc7\x7f\xbc\x2f\x37\x5a\x2a\xb2\xc5\xea\ \x5c\x29\xdf\x58\x6c\xd3\xf1\x73\x95\x3a\xa5\x46\x97\x5f\x5c\x6c\ \xc8\x95\xaa\xe1\xd8\xd2\x1a\x74\xba\xe2\x72\x38\x6e\xca\x6d\x6a\ \x79\xe3\xb6\xe6\xc6\xf6\xe3\xdb\xaf\x6e\xab\xab\xdc\x79\x62\xdb\ \xee\x35\x6b\xd6\xaf\x5d\xff\xce\xbb\xbf\x5e\x5b\xb3\x65\xd3\xe7\ \x1f\xce\x44\x1d\xb8\x74\xe9\x83\x5d\x8b\x63\x63\x92\xe2\x16\x2d\ \x3e\xb5\xf1\x8f\xb7\xe7\x13\xfa\x08\xbc\x7e\xa3\x2b\x38\xd7\x38\ \x24\xdc\x56\x91\x2f\xfe\xdb\xcb\x30\x87\x46\x0b\x0b\x5f\x97\xdf\ \x89\x00\xd7\xd9\x8c\xf7\x42\x22\x39\xf9\x35\x86\x45\xbe\x59\x38\ \xdb\x28\x7c\xfb\xed\xff\x14\xfe\xf9\xcd\xff\xbd\xfd\xd1\xd9\xf3\ \x97\x2f\x1f\xd8\xb5\xb1\x64\xd7\x2e\xc0\xac\xa5\x1b\x57\x66\x96\ \x2c\x4e\xc9\x8c\x8b\x5d\x90\x90\x92\x12\x9f\x44\x53\x39\x46\x7d\ \x9e\x60\x90\x2b\x48\xb5\xda\xf5\x32\x95\x8c\xaa\xa7\x89\xa8\xc9\ \xd8\x48\xcc\x5c\x59\x12\xbd\x20\x33\x33\x59\x64\xd7\x8b\x52\x69\ \x2a\x8f\x5d\x14\x13\x93\x98\x9a\xc4\x95\x25\xa7\x9a\x9c\x2e\x47\ \x70\xcc\x1f\x0c\xf9\x5d\x01\x0f\x8d\x26\xe3\xea\x4d\x9e\xa0\x53\ \x6f\xf5\x99\x3c\x01\x4f\x30\x0d\x47\x16\x13\xe3\xd3\xd2\xb8\x89\ \xa9\x5c\xaa\xde\x33\x12\x0c\x4c\x8d\x06\xc7\x9f\x3d\x1b\x79\x36\ \xf4\x3c\x30\xf6\x0c\xcd\x0d\xcf\x9d\x3e\x50\x87\x58\xb4\x1a\x0f\ \xe8\x03\x7e\xbf\xcf\xe5\xb2\xfb\x05\x54\x91\x2a\x03\xf4\xa7\x9e\ \x26\x08\x98\x68\x54\x99\x2a\x2d\x0d\x0d\x0e\x34\x11\x2d\x59\x04\ \x5f\xe8\x93\x69\xa3\x23\xa1\x81\xe0\x5b\x40\xaf\xf2\x40\xe9\x00\ \x54\x95\x7a\x7b\x88\xdc\x05\x74\x77\xa2\xed\x3c\x0f\xf3\xd2\xcd\ \x38\x05\x03\xdc\xa6\xc3\x0d\xe7\x30\xee\x67\x50\x98\xf3\x3a\x40\ \x06\xf6\xe7\x21\x23\xe9\xe8\x29\xf5\xde\xe9\x71\x9b\xd1\x7d\x35\ \x9c\xd7\x81\x5a\xa9\x3f\x62\x9c\x22\xd0\x88\x00\xaf\x61\x5c\xee\ \xd0\x83\x29\x07\x6e\xa2\xd9\xd7\x3f\xaf\x17\xb1\x1e\x3f\x3c\x7b\ \xf5\x08\xc6\x95\x82\x3c\x03\x04\xf0\x76\x00\x74\xb8\xdd\x1c\x12\ \x8f\xc9\x96\xc3\xa1\x63\x31\x36\xb6\x29\x79\x5e\x5c\x0b\x21\x21\ \x71\xd8\x05\xba\x6c\x12\x5d\x4c\x57\x16\x29\x0b\xe0\xc5\xb7\xa9\ \x3c\x5f\x5b\x61\xd0\x16\x14\xe8\x2a\x0b\x2a\xf2\x6d\x46\x8b\x5c\ \xab\x54\x1b\x94\x4a\x5b\x91\xad\xb2\xac\x48\x59\x56\xa4\xb1\x14\ \x18\x72\x81\x75\x15\x68\x2c\xda\x7c\x43\xb1\x4e\xa7\x34\x6a\xc9\ \xbd\x18\x79\xd3\xdb\x7b\x07\x93\xdc\x3b\xfa\xd5\x2c\x77\x9e\xb0\ \x23\x0f\xb4\x70\x69\x24\xae\xbe\x03\x80\xca\x2c\xe4\xb9\xd1\x06\ \x0a\x7a\x90\x22\xa4\xb0\x24\x64\x26\xc3\xed\x05\x25\xd8\x81\xbf\ \x30\x20\x62\x84\x01\x04\x6e\xa2\xc0\x14\x2c\xc4\x51\x1c\x14\xc4\ \xb1\x20\x3a\x99\x43\xe7\x51\xf8\xb1\xe7\xb1\x00\x00\x20\x00\x49\ \x44\x41\x54\x18\x18\x22\x41\xe2\x71\xf8\x14\x05\x99\x8c\xcb\xa0\ \x29\x62\x0a\x8b\xc9\x24\x51\xe8\x1c\x0a\x7c\x64\xd0\x59\x1c\x1e\ \x80\x14\x93\x21\x04\xa0\xe3\xb3\x80\x64\x51\x40\x20\xf2\xf0\x5b\ \x32\x5a\x32\x48\x6c\x32\x4b\x22\x95\x66\x4b\xa4\x2c\xb1\x94\x99\ \xa5\xcd\xc9\x92\x48\xd4\x52\x71\x76\x16\x4b\xae\xdd\x59\xb9\xad\ \xed\xf8\x86\x43\xeb\x56\x9d\x7e\xff\xc2\x83\x07\x4f\x5f\x8d\x4f\ \x3f\x0b\x07\x5d\xaa\x81\xe7\x4e\x51\x68\xc4\x3f\x2a\x48\x8d\x4f\ \x49\x4d\x8a\x59\x10\x7f\xb4\xb6\x73\xef\xde\xe3\xdb\x0c\x46\x6d\ \x8e\xae\xa8\xba\xac\xbc\xb2\xb1\xbe\xbe\xbe\xb9\xb9\xae\xa9\xa1\ \xb1\xa5\x75\x5b\x5d\x43\x67\x73\x73\x4b\x43\x43\xd7\xf1\xae\x23\ \x7b\xf6\xee\x68\xb6\x14\x69\x59\xef\x66\x24\x7d\xf1\xe9\xf4\x17\ \x33\x33\x37\x9f\x5f\x7f\xf5\xfb\xef\xd3\x3f\xdf\xbf\x31\xf3\x6a\ \x70\x72\x32\x64\x77\x78\x64\x31\xf1\x40\xce\x63\xa2\xa3\x63\xe3\ \x33\x17\xc5\xa5\xa4\xc4\x25\x25\xc3\x39\xff\xdb\xc2\x48\x07\xfe\ \xee\xdd\xc2\x37\x63\x9f\x08\x8c\x4a\x8f\x4c\xa4\xcc\x85\xf8\x7d\ \xf3\x3a\x73\x86\xb8\xe6\xdb\x97\x02\x53\xaf\x66\x9e\xde\xfe\xe1\ \xea\xb9\x4f\x3f\x3c\xf3\xf8\x9a\xd5\x7f\xa1\xfd\xf0\xde\xb6\xee\ \xe3\x47\xf7\x6e\x6b\xde\xd6\x56\xb3\xb3\xb5\xb9\xb6\xaa\xb6\xb2\ \xac\xb8\xd6\x52\x66\x2b\x2e\xd0\x64\xab\xb3\xa4\xd2\x1c\x39\xfc\ \x26\xd4\x1a\xf8\x2f\x46\xd3\x2f\x9f\x41\xa1\xb0\xea\xca\x1b\x5b\ \x9f\x58\x8f\x1f\xd9\xf3\x7c\xd9\xd9\x45\xfe\x1d\xbb\x37\x4f\x6e\ \x7c\x91\x94\x7f\xe8\xfe\x87\xa3\x1f\x7d\x3b\xbd\x7f\x7b\x67\xe7\ \xd1\xb5\x5b\x36\x5f\x7c\x70\xf5\xfd\x4d\x07\xdf\x0d\xff\xe3\x83\ \x9b\x3f\x7c\xf1\xcc\x13\x1d\xbd\xa8\xe4\xec\x47\xdf\x7e\xff\xf1\ \xd7\x1f\x35\x4b\xe5\xd8\x44\xce\x26\xb3\x35\x15\x5a\x83\x24\x47\ \x2e\xcf\xc9\x91\x17\xe4\x1b\x6d\xda\x1c\xb9\x46\x69\x2c\xae\xa8\ \xd7\x54\x96\x69\x0b\x2c\xe5\x65\x16\xb5\xb1\x7e\x5b\x77\xa5\x56\ \x57\xb7\x6f\x4f\x79\xd9\xce\xd6\xae\xa3\xfb\xd7\xbf\xbb\x7d\xed\ \x86\xab\x03\x33\xfb\xf7\x9c\xb9\xf8\xc5\xe8\xd9\x8f\x2f\x7f\xf4\ \xc1\xf9\x92\x68\x5a\xcc\xd2\x94\x8d\x99\xa7\x88\xea\x79\x24\x2b\ \xf9\xf5\x2a\x8a\xc2\x37\x76\xac\xa6\xbf\xb1\xb8\xfe\x0d\x81\x38\ \x6b\x6e\x78\xa3\xc4\xf5\xdf\x51\x58\xb3\x11\x0e\x0b\xe7\x2a\xf0\ \x73\x54\x2c\x92\xa1\x4c\xcc\xe8\xa4\x7f\x93\xfe\xe7\x7f\xfa\x70\ \x3b\xc5\xe5\x5d\x4b\x56\x02\x5a\xad\xdc\xb8\x6c\xd9\xc6\x95\x8b\ \x32\xe3\xe2\x16\xc4\x61\xe1\x7d\x41\x52\x06\x55\xe4\x73\x5a\xfd\ \x76\x27\x37\x23\xd5\x6e\xa2\xc9\x70\x5d\x73\x40\x95\x9c\x9c\x94\ \x10\x9f\xb9\x74\x51\x4a\xca\x82\xd8\x28\xdc\x0b\x26\xd3\xbb\x3c\ \x63\x23\xae\xa4\x24\xb8\x9c\x06\xbc\x27\xe4\x71\x01\x69\x0a\xf8\ \xed\xf6\x81\x90\x5d\xc5\xd5\xdb\x3d\x38\xae\xe5\x70\x38\x3d\x76\ \x99\xcf\x05\x47\x47\xe6\x82\x05\x99\xb1\x29\xb1\xf1\x51\x19\x38\ \x59\x63\xf7\x4d\x4e\x3e\x19\xba\xf9\x6c\x70\x6a\xf0\xe6\xab\xc1\ \x5b\x81\xa9\xf1\xf1\xc9\xb1\x91\xf1\xc0\x64\xc8\x15\x02\x42\xe6\ \x1f\xf1\xbb\x06\xe0\xe0\x05\xa2\x86\x9e\x7b\xbb\x0b\x87\x09\xa9\ \x49\x69\x88\x55\x02\x99\xc8\x61\x12\xa8\x00\xf8\x32\xac\x22\x7d\ \x70\x22\x18\x08\x78\xde\xf2\x0e\xa3\x2f\x01\x98\xc5\x30\x50\x0b\ \xb7\x77\x18\xeb\xeb\xb8\x85\x0f\x88\x16\x51\x36\xc2\xd3\x8e\x80\ \x90\x9e\x5e\x38\xa1\x49\x0c\xaf\x97\xe7\x76\x0b\x81\x78\x01\xd7\ \xf1\x7a\x7b\x70\x44\x05\x94\x12\xea\xba\x7e\x6f\x6f\xef\x6c\x3c\ \x7b\x24\x7e\x8f\x70\x61\x11\x95\x74\x34\xb8\x0f\x13\x0e\xd2\x0e\ \x34\x78\x01\x92\x11\xb1\xa6\x3d\xbd\xc3\xaf\xe3\x91\x91\x9b\x61\ \x15\xab\x17\x28\x9c\x17\x63\x64\x78\x3c\xba\x99\xc7\x11\x67\x65\ \xc9\xe5\x65\xe5\xdb\x5a\x6c\x72\x60\x44\xf4\xda\xfa\xda\xe2\xfd\ \x33\xd3\x0f\x2a\xd0\x06\xca\xcf\xda\xb7\x42\x69\xc8\x2f\xce\x95\ \x2b\x73\x94\x46\x9d\xb1\xd8\xa0\x29\x28\x03\xd5\x67\x2c\x96\xeb\ \xe0\x24\xd5\x18\x0a\x94\x3a\x20\x16\x36\x8b\x21\xbf\xa0\xbc\xad\ \xa2\xc0\xa2\x2b\xb0\x94\x19\x35\x3a\xb9\x8e\x4d\xec\x97\x18\xc6\ \xde\xa6\xb7\xb4\x83\x95\x8d\x44\x09\x33\xea\x85\x00\xd0\x40\xba\ \x80\x35\x9a\x31\x5a\xa6\xb4\x94\x87\xbb\x63\xc9\x24\x21\x80\x16\ \xb0\x24\x10\xca\xa0\x1f\x01\xa1\xfb\xf1\x17\x66\xe6\xf5\x03\x3f\ \xed\xef\xc0\x84\x06\xb3\x10\x57\x4d\xd0\xd9\x74\x37\x2f\x8f\xc4\ \x64\x90\x00\x91\x78\x98\xdc\x4b\x62\xf1\x88\xae\x21\x5b\x21\x64\ \x50\x18\x4c\x50\x7a\x62\x16\x8f\x45\xc6\x44\x2c\x50\x86\x1c\x5c\ \x99\x41\x22\xd1\x19\x62\x26\x93\x4c\xa7\xc3\x7d\xc0\xd5\x48\x64\ \x74\x6c\x50\x98\x12\x12\x93\xc5\x92\x88\xe9\x64\xa9\x06\x18\xa5\ \x54\xad\xe6\x03\x47\x53\x6a\xb2\xb2\xb4\xba\xfa\xa2\xea\xce\x23\ \xdd\x27\xf6\x2f\xdf\x72\xe6\xdd\x2b\x17\x37\xdd\xfb\xf2\xde\xe0\ \xd0\xf4\xa4\xd3\x11\x18\x0b\x85\xec\x40\xd3\xf5\x7a\x81\x5d\x94\ \xb2\xf1\xa7\x1c\x5d\xb6\x3a\x5b\x9d\x9b\x5b\x80\x59\x04\xc5\x65\ \x75\xf5\x4d\x4d\x8d\x8d\x75\x6d\x4d\xad\xf5\xcd\x4d\xad\x6d\x75\ \x3b\x77\x9e\xe8\xec\x3c\xbe\x77\x6f\x67\xf7\xfe\xad\xcb\x8f\x1b\ \x2a\xda\x34\xec\x4f\x45\xd1\x8f\x1f\xff\xfa\xe0\x36\x90\xb6\x57\ \xb7\xa7\xaf\x3d\xfd\xe1\xc1\x0f\xb7\x5f\x4d\x4c\x84\xfd\x56\x9a\ \x95\x9b\x90\x10\x13\x93\x10\x15\x17\x1f\x9d\xb0\xf8\x40\xc9\xd2\ \x94\x38\x2a\x77\x71\x54\xea\xe2\x7f\xff\xfb\xdf\xc0\x1e\xd2\xfb\ \x66\xb3\x33\x67\x73\x09\xd2\xbf\x89\x2c\xe0\x23\xa8\xc5\x5c\xae\ \xdf\xac\xff\x3d\xb2\x7c\xa2\xef\xed\x4f\x06\x27\x5f\x3d\xfe\xf1\ \xe7\x47\x37\x2e\x5e\x59\x75\x61\x44\x3f\x9a\x30\xb1\xb5\xb1\xfb\ \xf8\xee\xdd\xbb\xb7\x1e\x6d\x6f\xac\x6f\x6b\x6a\xee\xae\xa9\xad\ \xb2\x15\x15\x15\x81\x90\x2f\x30\xb0\x24\x59\x1a\xa5\x94\x9d\x2d\ \x91\x48\xc8\x2c\xa9\x16\x97\x46\x4a\x48\x12\x26\x8b\x9e\xd5\x54\ \x5b\xbf\xf3\x09\xf7\x48\xeb\xf2\x27\x99\xa7\x36\xda\x3f\x3d\xb1\ \xe5\x41\xec\x6f\xc9\xf2\x7d\x8f\x7e\x08\x5f\xfe\xd7\xb5\xd6\xbd\ \x5d\xdd\x7b\x56\x81\x7a\xfe\xfc\xca\xc5\x77\x56\x5f\x78\xf6\xf1\ \xc7\x2f\x1f\x3f\x55\xc5\x2c\xfe\xe0\xfc\xc6\xf8\x03\x1f\xfd\xf5\ \xf1\x81\x17\x89\xb9\xd9\x35\x06\xb1\x5a\x0e\x1c\xcb\x66\xd3\xe5\ \xca\x0d\x70\x84\xa8\x35\xba\x02\x5b\xb1\x56\x97\xad\xd1\x16\x54\ \xd4\x1b\xab\xaa\x2a\x8a\x0b\xca\x80\x80\xe5\xea\xba\xba\x3b\x9b\ \xaa\x6b\x0e\x77\xb5\xed\x6c\x6a\x6a\x6a\xd9\x79\x74\xdf\xbb\xab\ \xce\xbd\xf3\xa9\xec\xf6\xb1\x77\xbe\xba\xf0\x73\xdc\x27\x1b\x89\ \x9c\xe2\x92\xcc\x92\xa5\x4b\x17\x1d\xf8\xe3\xed\x88\x41\x74\x7e\ \x29\xce\x1b\x4d\x53\xa2\x27\xf8\x66\x21\xeb\x0d\xec\x9a\x0f\x66\ \x78\x5d\x90\x4f\x7f\x3d\xa5\x53\x58\x38\x97\xda\xf0\xc6\xc6\x8a\ \x37\xd6\x81\x11\x65\xac\x85\xe9\x77\xff\x4c\xff\xe0\xf2\x67\x07\ \x56\x5e\x06\xd0\x5a\xb9\x6c\xe3\x81\x65\x4b\x81\x63\x65\x66\x2e\ \x8d\x8d\x8e\xce\xcc\x04\x38\x89\x01\xad\xe5\xc0\xd4\x2b\x15\x37\ \x83\x96\x21\x52\xc9\x7c\x3e\x7b\x28\x20\x03\x12\x0d\x78\xb5\x74\ \x71\xca\xe2\xe8\xf8\x24\x07\x60\x93\x67\x60\x20\x3c\x30\x35\x90\ \x1c\x1b\x15\x45\x55\x99\x4c\xc1\x80\xc7\x3a\x8a\xe5\x74\xd0\x83\ \x22\xbf\x4b\xc6\x15\xe9\x9d\x02\xbd\xde\xe9\x74\xe9\x65\xd6\xa0\ \x3f\x61\x51\x6c\xdc\x92\xc5\x09\x70\x8c\x24\x2e\x88\xa1\x81\xa0\ \x33\x39\x43\x63\xe3\xcf\x6e\x0e\x3d\x09\x8d\x0c\xc2\xc7\xe7\x63\ \x13\xe1\xd1\xf0\x93\xd1\xc9\x89\x91\xa0\xc7\x33\x0a\x90\x35\xa6\ \xf2\x0d\x84\x82\x1e\xa7\xc9\x15\xb0\x0b\x1c\x0e\x93\x55\x65\xa5\ \x01\x56\xe9\x4d\x7a\x19\xa6\xcb\x88\x04\x49\x02\x1a\x57\x26\x73\ \x86\x46\xc2\xbe\x80\xfd\x2d\x21\x4e\x95\xf0\xe8\x3c\x33\x89\xc4\ \x84\x03\x41\x22\x86\xb7\x1c\x3e\x9d\xc5\x97\x48\xc4\x6c\x26\x99\ \x43\xc6\x70\x5f\x32\x03\x05\xa1\x19\xc0\x84\x07\xb4\x42\xc1\x50\ \xb8\x89\xb8\x3a\x4c\x2f\x47\xf6\x85\x81\x05\x70\x26\xc3\xa9\xfc\ \xf7\x9d\x7e\x6c\xf6\x75\xf4\x46\x36\x48\xf7\xcf\xc6\x87\x22\x73\ \xeb\x27\xe0\xa9\xa7\x27\x12\x58\x83\x97\xe0\xdc\xe0\x6c\x21\xeb\ \x0e\x86\xc8\xf7\xb8\x09\x50\xeb\xc5\xdd\x16\x3d\xc3\xa5\x64\x1e\ \x03\x5b\x70\x62\x09\x53\x59\x51\x5e\xdd\x5c\xdd\xa0\x34\xf7\x93\ \x3b\xf7\x6d\xe9\x3e\xb6\xf9\x89\xaf\xa5\x9f\x81\xe6\x51\xcb\x99\ \x4a\xa5\xc1\x66\x2c\xb0\xe5\xe3\xd6\x43\x43\x41\xbe\xb2\xc8\x58\ \x6e\xb4\x94\x17\xd4\xe6\x97\x97\xe9\xf2\xf3\xe5\x39\x36\x25\xbc\ \x32\x17\xe8\x8c\x96\x3a\xd0\x87\x98\x86\x5b\x60\x30\x16\x14\x49\ \xbc\xa5\x79\x98\x28\x51\xca\xeb\xf0\x7a\xdd\x46\x36\xfc\x54\x79\ \x8c\x52\x2f\x0f\x40\x0b\xa8\x24\x9d\x2d\x54\x88\xf9\x52\xb1\x44\ \x0e\x10\x21\xce\xc9\xca\x86\xf3\xde\x68\xb1\xe5\xe7\xf2\x78\x0c\ \x37\x96\xb0\xe0\x36\xe8\x92\xcd\x2b\x15\x62\x69\x0f\xb7\xdb\x88\ \x71\x3f\x8e\x90\xc7\x64\xe1\x76\x56\x0e\x11\x29\xc3\x30\x9b\x79\ \x14\x12\x9f\xc2\x60\x64\x53\x78\xec\x3c\x0e\x19\xc3\xfa\xc8\xe8\ \x74\x60\x82\x0a\xe4\x70\xd0\xb7\x45\xe1\x94\xd2\x19\x1c\x32\x9d\ \xcd\x67\x91\x00\xe4\xe8\x4c\xdc\x2a\x46\x26\xb3\x58\x3c\x3a\x9d\ \xce\x24\xe3\x64\x0e\x99\x99\xab\x04\xac\x92\x8a\xd9\xd9\x6c\x49\ \x76\x8e\x46\x93\x93\xab\x2d\x33\x1e\x6e\x3d\xd1\xdd\x7d\xf8\xd0\ \x86\x55\x7b\xd6\x6e\x7e\xff\xe1\x8d\x1f\x6e\x3f\xbd\x39\x34\x39\ \x11\xf2\xd9\x7d\x32\xee\xa8\xdd\xe9\x94\x45\xc5\x2d\x9e\xb0\x01\ \x33\xb0\x14\x1b\xca\x75\x86\x62\x63\x8e\xc1\x58\x51\x51\x54\xd7\ \x54\x5b\xd7\xd8\xd8\x50\x53\x5d\xdb\x58\xdf\xb4\xb3\xb3\xfd\xc4\ \xce\x9d\x9d\x87\x4e\x34\x1f\xd9\xbb\xef\x69\x5d\x41\x67\x17\x5f\ \xfa\x63\x72\xc6\x97\x37\xbf\xfb\xfc\xcc\xc3\xc7\x37\x6f\x3e\xbd\ \x76\xed\xf1\x77\x5f\xfd\x3c\x38\x34\x36\xa0\x97\x99\x44\xdc\xe4\ \xb8\x98\xf8\xa8\xe4\x18\x38\xe0\x17\x2c\x5e\x52\x72\x2a\x2e\x3e\ \x26\x6a\xc9\x2e\x95\xec\xdb\xcf\xfe\xf1\xcf\xbf\xfa\x5e\x2f\x4d\ \x98\xff\xf4\xda\x8b\x35\x1b\x97\x35\x1b\x36\x13\x71\x8f\x7e\xf3\ \xf6\x3f\xae\x0f\x0d\xfe\xfc\xf3\x0f\x5f\x7c\x7a\x61\xd5\xf2\xc7\ \x4b\x16\x3f\xcb\xf0\x3f\xc2\xb5\x17\x7b\x97\xef\xef\x6e\x3f\xd6\ \xba\xad\xa9\xa1\xf9\x70\x43\x83\x2d\xbf\xac\x20\x5f\x0b\x8c\x19\ \xfe\x3b\xb2\x95\x6a\x09\x5b\x8a\xdb\xc9\xc4\x72\x1b\xd0\x66\x36\ \x9f\x4c\x21\x89\xc9\x05\xdb\x8a\x2d\x87\x47\xec\xfb\x6b\x37\x0f\ \xc6\xbd\xf7\x49\xd2\xd3\x43\xc7\xdf\x71\x7d\x9b\x69\x58\xfb\xf4\ \xc1\xf8\x27\xff\xfa\xe9\x30\x40\xe0\x85\x4d\x9f\xde\x38\x77\xe3\ \xcb\x4f\x37\xed\x39\x17\xfe\xe0\xe3\xc1\x1f\xa7\x32\xa2\x0f\xbc\ \xf7\xf5\x07\xaa\xd8\x03\x2f\x7e\x5b\x56\xf2\xc7\x0d\xc9\xe1\x32\ \x1d\x88\x4c\x9d\x54\x87\x8b\x09\xb5\x3a\x65\x76\x76\xae\xa1\xb8\ \x40\x5b\x55\x99\x83\x8d\xc9\x22\x5b\x79\x45\x79\x9d\xd1\x66\xa9\ \xa8\x2d\xca\xcf\x6f\x6e\xdd\xb9\xb3\xb9\xee\xc8\xce\xa3\xc7\x0e\ \x6f\xab\x68\x6d\x6d\x5f\xbe\x76\xf9\xaa\x7d\x3f\xc7\xfd\x72\xf4\ \xe4\x87\x8f\x46\x4b\x0e\x9c\xbf\x7c\xe9\xa3\x8f\x3f\xbe\x7c\xf9\ \xec\xae\x92\xf7\x3e\xba\x4b\x2c\x5e\x9c\x2f\xbd\xbf\xce\xbf\x7a\ \x5d\xdc\x8a\xb4\xff\xe6\xa8\xd6\x1c\xeb\x9a\x9f\x7b\x9e\xf3\x43\ \x2c\x4c\x2f\x7c\x03\xb3\xe6\x6b\x58\x6f\x56\xb7\x16\x46\x12\x94\ \xdf\x8e\x04\xcd\x80\x2a\xec\xfb\x77\xe1\x8b\xcb\xe7\x2f\x9d\x3a\ \x70\x7e\xe3\x2e\x4c\x9c\x59\xb9\x6c\xc9\x92\xc5\x4b\x96\x2e\x86\ \x3f\xb1\xb1\x09\x89\xdc\x34\xae\xc0\x14\x72\x39\xed\x80\x0a\x19\ \x19\x0e\xff\xc0\xf8\x48\xc8\x23\x4a\x8c\x4a\x8b\x4a\xc9\x4c\x01\ \xe5\x58\x12\x07\xff\xec\x03\x7d\x66\xf5\xfb\x07\xf4\xc9\xa9\xc9\ \x31\x5c\x93\xc8\xe1\x77\x04\xc7\x3d\x23\xbe\x80\x53\x64\xd5\x0b\ \x1c\x00\x5a\x40\xcd\x54\x70\x78\xe8\xad\x0e\xae\x7e\x42\x16\xbd\ \x38\x3a\x65\x29\xd0\xb8\x84\x05\xd1\xf1\xc9\x51\xc9\xc9\x5c\x87\ \x5e\xef\x1a\x09\xbe\x7a\x75\x33\xa0\xf7\x85\x3d\xa3\xd7\x43\xe3\ \xb7\x06\xc7\x27\x46\x86\x46\xa7\x9c\x3e\x5f\x28\x3c\xee\xf3\x9b\ \x7c\x41\x91\x2b\x1c\xf0\xbb\x9c\x22\xae\xc9\x89\xe9\xcc\x26\xab\ \xc9\xe9\xb0\x0b\x54\xc0\xba\xa8\x02\x6a\x46\x2a\x55\x20\x33\x05\ \x7c\x81\xe0\xa8\x4f\xf6\x56\x6e\x4e\xb6\x5c\x23\x81\xd7\x6f\xe0\ \xc1\x62\xa5\xb2\xb8\xac\xba\xa1\xb1\xb5\xac\xb1\xb5\xa9\xa1\xa9\ \xae\xa9\xa9\xba\x52\xce\x02\xe4\x22\xab\xf9\x64\x89\x3c\x5b\xd9\ \xd8\x68\x01\x96\x9c\xa5\xcb\x06\x6a\xae\xc9\x37\xc8\x0d\xf9\x20\ \x52\xa4\x00\x6b\x6e\x9e\x22\x0f\xa3\x0c\x22\x5e\x51\xb4\x5e\xcd\ \xd7\xd4\xf1\xbb\x8e\x88\xd4\x24\x06\x9f\x91\xd6\xf4\x02\x2c\x45\ \xbc\xa2\x18\xf3\x30\xdc\x8b\xa1\x36\x38\x02\x1d\x99\xf6\x71\xbb\ \xcd\x68\xb9\x67\x70\x78\x0a\x3a\x9f\x43\x61\xf1\xa5\x86\xca\xa6\ \xba\xea\xb6\xc3\x46\x21\x69\xf7\xbe\xb5\x87\xeb\x8e\x6e\x3e\x54\ \xe0\x65\x90\xcc\x5e\x21\x6f\xdf\x11\xad\xad\xc8\x52\x5d\x96\xab\ \xb5\x00\x70\xd5\x94\x1b\xd0\x04\x5a\x51\x5c\x57\x59\x56\x60\x34\ \xe8\x74\x86\x5c\x65\x3e\xa6\x69\x16\x58\x8a\xf3\x8b\x8a\x74\x96\ \xaa\x4a\x5d\xbe\x36\xb7\xac\x9c\xdc\x8b\xe1\xec\x98\xad\x0c\xca\ \x90\x5f\x2c\x04\x2c\x46\x03\x3f\x48\x42\x78\x73\x63\x48\x02\x59\ \xad\x84\x57\xd4\xdc\xec\x5c\x9c\x06\xd1\xc8\x35\x46\xa3\xad\xba\ \x8a\x94\xc7\xe1\xf5\x47\x1a\x96\x5e\x90\xc6\x98\x80\xc5\x20\x32\ \x91\x01\x93\x38\x0c\xc2\xc5\x80\xc9\xe2\x4c\x06\x99\xc2\xc0\xa9\ \x68\x00\x2b\xf4\x80\xb2\xb1\x83\x48\xe2\x93\x00\xc4\x98\x4c\x00\ \x22\x78\x87\x33\x8d\xc1\x41\x7f\x2b\x03\x5e\x2c\x48\x0a\x20\x70\ \xc0\xc3\x48\x14\x36\x5c\xce\x22\x81\x20\x24\x4b\x80\x8b\x01\xbb\ \xa2\x93\x25\xfc\x1c\xb5\x94\x2f\xd5\x88\xd9\x62\x3e\x8b\x0d\xbf\ \xfe\xec\xac\xdc\xea\xf2\x63\xc7\x8f\xb7\x6f\x6b\x3d\xb6\x6f\xd5\ \x9e\xed\xab\x97\xaf\x59\x77\xf1\xc7\xcf\x01\x61\xa6\xc2\x2e\xd5\ \xf8\xe8\xc8\xb8\x2a\x35\x7e\xe9\xa2\x4c\x87\xc1\x56\x51\x81\xee\ \xb3\x02\xf8\xd9\x6d\xf9\x16\x9b\x4d\x69\xac\xad\x38\xbc\xad\xb1\ \xea\x70\xbd\xad\xee\x70\x93\xad\xa1\x71\x67\x5b\x63\x7d\x77\xd7\ \xe1\xb6\xfd\x5d\x5f\xfe\x60\xc8\xdd\x57\xc3\xd6\xfc\xb2\x4b\xf5\ \xd3\xef\x3f\xac\xd9\xb0\x67\xf7\xf2\x7d\x07\x1f\xfd\xf4\xf0\x87\ \x07\x3f\x3d\x9b\x1c\xb0\x9b\xb8\x56\x6e\x6a\x54\x74\x62\x7c\x54\ \x6c\x6c\x6c\x4c\x42\xdc\xe2\x65\x4b\x4f\xad\xcc\xcc\x8c\xcb\x3c\ \x9f\x49\x4d\x4c\xfc\x3e\xb2\xb6\xf9\xee\x9f\x7d\xc4\xa4\x49\xc4\ \x21\x39\x1b\x6b\x5e\x18\x69\x0d\x12\x43\xd2\xdf\xcc\x99\xe0\x09\ \x3d\xf8\xd9\x93\x67\xb7\x7e\xfd\xe1\xe1\x8d\x1b\xa7\xdf\xf9\xd2\ \x74\x60\x65\x42\x46\xac\xec\x4a\x7d\x1b\x06\x61\xed\x6d\x3b\x76\ \xe2\x58\x67\x53\x4b\x7d\x5d\x15\x8e\xf1\xe5\xdb\x8a\x72\x72\xb2\ \xc4\xd9\x7c\x49\x4e\x0e\x9f\x9d\x95\xc5\xce\xc9\xd5\x88\x8d\x45\ \x46\x39\x9d\x44\x67\xb2\xf8\xcc\xaa\x86\x62\xdb\xd6\xc9\x9b\x6d\ \x2d\x7b\xae\xc5\x9c\xfd\x28\xfa\xe6\x9a\x43\xef\xcc\xbc\x77\xca\ \xb8\xfd\x87\x07\x03\x9f\x7c\xfb\x4b\xd7\xd1\xf6\xbd\x67\x3e\xbd\ \xf1\xd5\x85\x0f\xef\x6d\x5a\xb5\x7c\xdd\xc3\xf7\x3e\xfb\xe1\x9a\ \x33\xf5\xec\xd7\x1f\xfc\xf3\x5b\x4f\xf2\x82\xf7\xbe\x3f\x9b\x79\ \xf9\x83\x7a\xb9\xd6\x98\x25\x2f\xd0\xe6\xb0\x75\x86\x02\x83\x12\ \xce\x86\xac\x7c\x63\x6e\x8e\xd6\x08\x87\x80\x12\x00\xab\xc8\xd6\ \x50\x5b\x56\x51\x55\x5e\x79\xa2\xa6\x49\x6e\xe9\xee\x3a\xd6\x7c\ \xa2\x79\x6f\xe7\xee\xee\xa6\xe2\xc6\xa6\xc6\xee\xed\x5b\x57\xbf\ \xbf\xe3\xfe\xa2\xdb\x9d\xe7\x3e\xfc\x49\xb4\x2c\x36\x73\xe5\xe2\ \x92\xcb\x97\xde\x7b\xef\xb3\x53\x67\x3f\xfa\xc7\xc2\x79\xb3\xc2\ \x6b\x82\xf5\xa6\xb3\xa1\xf0\x8d\x50\x86\xf4\x79\xab\x43\xfa\x1b\ \xdd\xc3\xd9\x2e\xe1\x1c\x85\x2a\x9c\xeb\x13\x16\xce\xc5\xbe\xa7\ \xcf\xa7\xcd\xbc\x8e\x9e\x79\x9b\xc8\x7a\xff\xbf\xff\x7b\xb1\xf1\ \xc0\xf9\xf3\x2b\x97\x6c\xdc\x75\xf6\xc0\xf9\x53\xb8\xb1\x70\xe3\ \xca\x92\xa5\x8b\x17\x2f\x05\xc9\x97\x10\x93\x98\x96\x21\xf2\xf8\ \x9c\x3e\x7b\x6a\x1a\x8d\xeb\x0f\x05\x5d\xe1\xeb\x53\xa3\x76\x6a\ \x46\x46\x74\x4a\x74\x42\x4a\x4a\xca\xe2\x05\x22\xbd\xcf\xc1\x15\ \xe8\x9d\xfe\x81\x31\x5a\x4c\x4c\x6a\x0c\x8d\x9a\xa4\x1f\x0d\x7a\ \x00\xc5\x5c\x5c\x59\x86\xc9\x2a\x93\xc1\x27\x34\xbe\xfb\x9c\x5c\ \x91\x63\xd4\xaa\x9f\x48\x5c\xb4\x08\xf8\x5b\xe6\xa2\x94\xb8\x84\ \xb8\xa8\xc4\x44\x2e\x57\x1f\xb0\xdb\x9d\x4f\x42\xcf\x7f\xbf\x05\ \x34\x2a\x08\xb2\xce\xe7\x0b\x86\xc7\x26\x27\xc6\xc7\xaf\xfb\xfd\ \xc1\xe0\x40\xc0\x1e\x1a\xf0\xb9\x1c\x76\xbf\xcb\x25\x93\xc9\x00\ \xaf\xac\x56\xbd\x9d\xab\x77\xa8\x64\x34\x2e\xd7\xce\xc5\x89\x1f\ \x5a\xaa\x28\x55\xe4\x70\x85\x1c\xa1\x80\x87\xf6\x96\x5a\x9d\xad\ \xc1\x73\x3a\x5b\xca\xd2\x49\x73\xd4\xb9\xd9\xf9\x15\xca\x82\xa2\ \x2a\x78\x4d\x29\xd2\xca\x5b\x6a\xab\xeb\x0a\xf2\x6d\xf9\xc6\x62\ \xad\x56\x0d\x87\xfb\xc1\x83\x35\xb5\xe5\xf5\x45\x55\x96\x32\x8b\ \xad\x0a\x28\x71\x5d\xf7\xb6\x1a\x78\xb9\xd6\x48\x85\x79\x66\x1c\ \xa2\x89\x00\x12\x11\x93\xdc\x13\x09\xb7\xc2\x80\xbf\xde\x3b\x58\ \x75\xef\x8d\x94\xb7\x80\x9e\x94\x82\x92\xfc\x9b\x88\xa7\x89\xc4\ \x32\xe3\xe8\x4f\x3f\x2e\xcf\x21\x32\x20\x50\x5b\xba\xcd\x70\x87\ \xa0\xa9\x4a\x71\xf1\x3c\x39\x4b\x69\xab\x6d\xae\xa9\xad\xaf\xac\ \x2b\x17\xef\x3f\xb2\x6e\xf7\xb6\xb6\xad\xc7\xab\x14\xe8\xbe\x50\ \xe4\xd9\xb6\x14\x19\x70\xc8\xde\xa6\xd3\x96\x15\x15\x55\xe4\xea\ \x74\x1a\x5b\x65\x71\x7d\xa3\xb1\xc8\xa0\xb5\x20\x8a\xe5\x97\x69\ \xa5\xba\x22\x6d\x51\xb9\xd6\x58\x55\x5c\x61\xb1\x54\x58\x8a\xca\ \xca\x0d\xee\x1e\xef\x70\x4f\x7f\x9e\x37\x0f\x23\x22\xea\x35\x00\ \x8f\xa5\xbd\x38\x54\x84\x5a\xb0\x74\x98\x2c\x25\xe5\xf1\xe8\x94\ \x9c\x1c\x49\xc3\xf1\xdd\xdd\xbb\x8f\xef\xde\xba\x7b\x4f\x25\xc8\ \x2b\x39\x1d\x40\xa8\xb4\x7f\x18\x43\x99\x71\xd5\x06\xae\x57\x05\ \x4a\xc4\x13\x2a\x84\x74\x0a\x8f\x2c\xa4\x50\xe8\x1c\x9c\x69\x44\ \x7e\xc4\xa1\x90\x30\x89\x99\x43\x21\xd3\xa5\x74\x21\x87\x27\x21\ \x93\x28\x4c\x0e\x83\x8d\x1b\x27\x48\x42\x06\x83\x47\x66\x83\xf8\ \x63\x90\x71\x00\x9a\xa9\xc0\xa2\x3d\x87\x02\xfa\x8f\xcf\x22\x33\ \xc9\x6c\x09\x1d\xeb\xef\x24\x0a\xdc\x1a\x57\x30\xe3\xfc\xb6\x98\ \x8d\x7d\x77\x9d\xdc\xa8\xcd\xca\x91\xab\x8d\x0d\x58\x39\x6f\xef\ \x6a\xfd\x7f\x64\x7d\x87\x5f\x93\x67\xfb\x7d\x91\x21\x1b\xcc\x22\ \x84\x40\x48\x80\x00\x61\x25\x84\x84\x6c\x12\x93\x10\xb2\x3f\x84\ \x24\x86\x40\xd8\x82\x84\xb0\xc3\x90\xbd\xb7\x08\x08\x52\x91\xa1\ \xb8\x15\x47\x11\xd0\x0e\xd4\x56\x2c\xb5\xd6\xd6\xf1\x3a\xda\x6a\ \xd5\xfa\xfa\x79\xed\x7f\xf1\xbb\xef\x20\x6a\xbf\x3f\x44\xc8\x82\ \x24\x0f\xcf\x73\x9e\x73\xae\xfb\xba\xce\xe9\x1e\xec\xec\x69\x2a\ \x2f\x1c\xfe\xfa\xf1\x4f\xb7\xbe\x5d\x7e\xb8\xf2\xec\xc9\xb9\x35\ \xff\x1d\x6e\xb1\x3e\xe9\x9e\x5a\x96\x5e\xce\x94\xf0\x19\xbc\x04\ \x70\x24\x4a\x94\x52\x89\x98\xcb\x35\x6a\x8d\xd9\x3a\x49\x9d\xcd\ \xa6\x37\x9a\xb2\x6d\xd9\xd9\x2d\xdd\xd9\x75\xdd\x07\x0e\xf4\xd6\ \xfc\x6e\xe5\x2a\x86\x99\x09\xdc\xaf\xa6\x9f\x5f\xbc\xf0\x73\x51\ \x71\x6f\x55\x4f\xaf\xb5\xa7\xf2\xbb\xeb\x5f\xff\x67\x65\xe5\x2e\ \x25\x93\x8e\x72\x46\x79\x25\x7a\x78\xfa\x07\xba\x78\xb8\xb9\x38\ \xbb\xe6\x4d\x8e\xd6\xd7\xfb\xb8\x27\xce\x95\xba\x07\xb8\x4e\xbf\ \xdf\xb3\xa5\x5f\xbe\xfc\xbc\xf0\xbe\xed\xfe\xf4\x61\xa0\xf0\xc3\ \xe2\xa1\x43\x0d\x82\x1b\x77\xbe\x79\xb2\xf2\xfa\xf1\x4f\x17\x4e\ \x1c\xcc\xf9\x76\xc2\x27\x31\x35\xd6\xcd\x8b\x72\xb1\xad\x7a\x70\ \xa8\xb7\xa9\xb9\xb3\x2d\xb7\xa7\xa1\xae\xcf\x6c\x33\xd9\xb4\x1a\ \xad\x9c\x1a\x17\x17\x19\x11\x11\x41\x4b\x00\xf2\x16\x0f\xd7\x22\ \x58\x40\xef\x83\x53\x50\x02\x02\x89\x41\x06\x61\x22\xc1\x9f\x54\ \x5b\xf8\xf4\x58\x77\x5f\x67\xb9\xfb\xf9\x33\xb1\x2f\x0a\x9a\xda\ \xbe\x0e\x39\x33\x58\xf8\xf3\xf7\x94\x33\x77\xfe\x33\xd4\x7c\xa0\ \xf1\xc4\x89\x23\xa7\x8f\x77\x9c\x2e\xee\xdc\x97\xdb\x88\xba\x73\ \x63\xc3\xdf\xf7\xfc\xa3\xdb\xb7\x6f\xcb\xbc\x3d\xd2\xdf\x9f\x4d\ \x4c\xbd\x27\x8a\xe6\x52\x19\x30\x42\x28\x26\x86\xab\xe4\x81\xb3\ \x54\x42\x42\x42\x4c\x54\x64\x34\x8f\xca\x53\x68\xa1\x1e\x15\x2b\ \x0c\x62\xa3\x42\x25\xb5\x59\xcd\x72\xb1\xa1\xab\xad\xef\x80\xb5\ \xa6\xa6\x6f\x64\xc4\x6a\x6e\xb1\x75\xe5\x34\xf7\xf6\xd4\x1e\x3e\ \xe2\xfc\x57\xd5\x89\xef\x64\xa5\x76\xb2\x0f\x0a\xe5\x1a\x9b\xd8\ \x3e\x3b\xdb\x3e\x37\xfb\xc7\x9e\xed\x3e\xd1\x7f\x15\xdc\xb7\xbb\ \xe0\x3f\x15\xaa\x76\x7f\x56\xa8\xfa\xe8\x32\x03\xb1\x67\xf7\xa7\ \xa5\xc0\x0f\x8f\xfc\x50\xba\xfa\xf4\x13\x3b\x3f\x14\xb0\xb6\xa5\ \x21\x20\x59\xb0\xee\xbe\xeb\xcd\xf9\xfa\xd2\xd1\xf6\xf6\xd1\xd2\ \xd2\xe9\xb9\xf6\x51\x68\xe5\x97\x3a\x9a\x1e\x96\x1a\x18\x12\xeb\ \xe2\xe3\xee\x0c\x38\x96\x2f\x25\x73\x82\x3e\xc3\x41\xa1\x64\xea\ \x99\xa5\x07\x4b\x0f\xd6\x37\xd7\x33\x29\x64\xb2\xab\x9b\x93\x5b\ \x60\xac\x8f\x13\xc9\x32\xb6\x46\x11\x2c\x2d\x6f\x9e\x3b\x67\x27\ \xa3\xbc\x3d\x51\x04\x14\x61\x66\x63\x63\x6d\x61\x62\x0c\xa8\x40\ \x59\x06\x49\x80\x0a\xf0\x0f\x10\xf8\x06\x70\x28\x32\x18\x0e\x36\ \xb1\x31\x81\x72\x0f\x0b\x71\xdb\xe1\xe1\xe4\xef\x8b\xa2\xc8\x64\ \x68\x32\x5d\xb4\xb0\xb1\xb6\xf4\xea\xc1\x7a\x06\x7a\x62\xed\xe1\ \xb3\xf5\xcd\x85\xa5\xa5\x09\xcb\xa6\x25\x43\xb6\xf1\x70\x7d\x62\ \x7d\x65\x7d\x4d\x9d\x71\xd7\x42\x19\xcb\x00\xdc\x0d\xc6\x24\xaa\ \xc9\x19\x13\x6a\x19\x05\x85\x0a\x80\x11\xd3\x64\x01\xc7\x0b\xa5\ \x16\x90\x02\x02\x28\x70\xc0\x31\xc3\x4e\x41\x7d\x11\x07\x0e\x82\ \x84\xb8\xb8\xa4\x04\x36\x5b\xcc\xa3\x32\x13\x70\x80\x04\x23\x63\ \x88\x41\x54\x2e\x90\x41\xd5\x1a\x1e\xa0\x2a\x80\x75\x49\xb2\xcd\ \x7a\xb0\xf3\x14\x37\x6a\x74\xd9\x06\x23\x9c\xb4\xd2\x88\x79\xe0\ \x04\x6e\xd0\x29\x14\x52\xb1\xd4\xa8\x8c\xc3\x5e\xdd\x72\xe2\x1b\ \xcf\x1a\x5f\x2d\xdb\xb2\x60\x80\x0e\xc8\x53\x57\x61\xcd\xca\x31\ \x1f\xed\x68\xb8\x9c\x82\xc6\x5b\x70\x95\x10\x68\xc3\x7e\x47\x6b\ \x3b\x94\x86\x70\xba\xd0\x61\xc1\xe5\x08\xc4\x99\xea\x4f\x0b\x87\ \xf9\x80\xfd\x00\x12\xe2\x83\xa3\x92\xf0\x0c\xa6\x44\xa1\x52\x69\ \xf4\x3a\x5b\x4b\x65\xe7\xbe\xde\xe6\x81\x9a\xc3\xdd\x18\x20\xdd\ \x80\x26\xc5\x35\xd5\xf1\xe4\x52\xaa\x50\xab\x54\x69\x85\x3c\x71\ \x12\x57\x2c\xd6\x28\x79\x62\x16\x4d\x2a\x16\x1a\xc5\x4a\x85\x58\ \xa1\xd0\x50\xf9\x7c\xb0\xe7\x49\x95\x4a\xb9\x46\xaa\x30\x49\x55\ \x3d\x43\x11\x70\x98\x1a\xda\xd5\xc0\x92\x3b\xd1\x90\x06\x5e\x33\ \xcc\x13\xcc\x2a\x4b\x09\x86\xed\x66\x41\x26\x21\x5c\x2b\xf4\xc3\ \xa4\xec\xfd\xeb\xd6\x57\x1b\x0b\x1b\x9b\x9c\x8c\x1b\xf1\x29\xfd\ \x53\xb0\xd7\x03\xb6\x70\xa4\xc1\x2e\x0f\x80\x4c\x29\x29\x7e\xc1\ \x98\xa0\xe0\xe4\x70\x58\x4a\x87\xae\x5c\xc8\x20\xd8\x8c\x81\x83\ \x41\xd0\xf1\x38\xc0\xa8\x88\xd8\x48\x1c\x9c\x28\x04\x7a\x26\xc2\ \x2f\x06\x81\x01\x3c\x0a\x89\x09\x42\x20\x00\xd5\x42\x22\xfd\x70\ \x98\x20\x64\x3c\xa0\x5a\x18\xbf\x50\x38\x9c\x03\x00\x2c\x14\x8b\ \xc1\xe1\xa1\xbd\x20\x50\x3a\xb8\x28\x22\x8e\x18\x1d\x1d\x41\x8c\ \x8a\x88\x8b\x24\x46\x45\x26\xf0\x99\x70\x06\x98\xc6\x8c\x89\x61\ \xf0\x1a\x7a\x80\x2e\x69\x69\xec\x6c\x6d\x1a\x18\x18\x39\x50\x71\ \xfc\xc6\x85\x9f\x7e\xfe\xf5\xed\xf2\xe5\xb7\x0b\x64\x27\xb0\x27\ \xa6\xd7\x3b\x75\x53\x8d\x46\x80\xda\x71\x6c\x21\x2b\x4e\x4c\xe5\ \x82\x6d\xc2\x93\x28\x74\x2a\xa1\x1c\x9c\x84\x74\x36\xbd\x4e\xa7\ \x37\x0c\x35\xd4\xb5\x18\xcd\x43\x83\x5d\x5d\x55\xaf\xe5\xb4\xda\ \xdc\x98\x24\xc6\xdf\xfe\x8a\xa1\x81\xd6\xaa\x21\xeb\x50\x4b\x57\ \x75\x5d\xd7\x85\x5b\x37\x2e\x2f\x2f\xdf\x55\xab\xed\x40\x3e\x78\ \xbb\x78\x79\xba\x87\x39\x05\x04\xba\x78\x7b\xc4\xe6\xb5\xe7\xcd\ \x97\xa6\x86\x8c\x4e\x8f\xb6\x87\xb9\x9e\x77\xe4\xe6\xec\xfc\xe4\ \x8f\xf2\xe9\xa8\xdc\x6e\x40\xda\xaa\xbc\x3b\x8c\x0b\x1c\x06\x9c\ \x7f\x4c\x9c\xbb\xf2\xd7\x2f\xdf\x95\xe7\xdc\x98\xc8\x9b\x4e\xdd\ \x91\x1a\x46\x7e\x75\xb2\xd1\x3c\x30\x32\xd0\xd3\x57\xd3\xdc\x36\ \x58\xad\xb7\x1a\xaa\xf5\x3a\x95\x58\x0e\xa8\x32\x8b\x01\xf0\x04\ \xd0\xaa\x88\x98\x84\x88\xa8\xc8\x28\x18\x9f\xc1\x13\x73\x69\x09\ \x78\x2c\x12\x83\x8f\x62\xf2\xa5\x62\xdb\xa1\xa7\x85\xd6\xea\xa6\ \x83\xa8\xf3\xd7\xe6\x17\x3a\x2a\x3b\x73\x29\x77\xae\x17\xff\xe7\ \xb4\x60\xfe\xce\x63\x53\x49\x71\xce\xe9\xaf\x2f\x1c\x1a\xae\x28\ \x6a\x6a\x6b\x2a\x28\xf8\xfb\xda\x63\x5f\x97\xc0\x4b\xf7\xee\x9c\ \xbf\x49\xf0\x71\x71\x7b\xf3\xa6\x3e\x6f\xee\xcd\xc1\x18\x3e\x1c\ \x83\x8e\x8b\xc0\x44\x2b\x79\x49\xd4\x84\x04\x5a\x34\x31\x28\x3a\ \x81\xca\x62\xf2\x80\x22\xa5\x02\xa4\xaf\x36\xd5\x99\xa5\x7c\x9d\ \x55\xae\xd5\xd2\x14\xc5\x3d\x03\xdd\x43\x7b\x5b\x7a\x6a\x5a\x80\ \xac\xee\x6e\xae\xea\xed\x2d\xdc\x5b\x72\x30\xe0\xf2\xf5\xaf\x2d\ \xed\x74\xe7\x30\x01\x45\x14\xe0\x59\x3a\x39\x3b\x59\x3f\x77\xfe\ \x8f\x2d\xf7\xd1\x2d\x45\xb8\x0d\x34\x5b\x06\x58\xff\x02\xa6\x8f\ \xbd\x58\xdb\x5d\x22\x8e\x26\x91\x4f\x15\xac\x5d\x1f\x13\xec\xb7\ \xf5\xe0\xee\xed\x6e\x86\x5d\x9f\xd8\xd7\x67\x06\xef\xdf\xfc\xb1\ \xe7\x87\xb3\xb3\xf5\xd3\xa3\x93\xa3\xa3\x93\xf3\x00\xb4\x62\x63\ \xeb\xd3\xeb\x27\x63\x13\x03\x5d\x02\x43\x7c\xdc\xdc\xdc\xdd\x9d\ \x7d\xbd\xd0\x99\x99\x76\xcb\x4c\x06\x45\x64\x9f\x99\xd8\xb0\x6f\ \x6e\x2c\xd9\x29\x14\x8e\x00\xed\xe9\xee\xe3\xe6\xee\x49\x5e\xda\ \xc8\x94\x71\x26\x16\x1e\xae\xbc\x78\x40\x08\x00\xb0\x41\x40\xfb\ \xd2\x27\xec\xf6\x89\xb1\x19\xbb\x9a\x2c\x5b\xe2\xd0\x2d\x64\x32\ \x85\x84\x76\x22\x58\x08\xa2\xb1\xcd\xa5\x89\xa5\xbb\x0b\x01\x2e\ \x3b\x02\x7d\x3c\xbc\xbc\x50\x4e\x28\x8e\x23\xcb\x10\x0e\xe0\x6c\ \x6c\xac\xac\x05\xf8\x50\x9e\x2d\xad\xcf\x6c\x8c\xcd\xac\xbd\x7a\ \xf0\x60\x89\x42\x91\xd1\x05\xb2\x8d\xe5\x17\x2f\xd6\xec\x0b\x33\ \xf4\x09\x19\xc7\x62\x17\xd9\xe9\x02\x14\xe0\x57\x33\x99\x24\x0e\ \x87\x4e\x26\xa3\x48\x1c\x82\x88\x14\x20\xa2\x90\x44\x04\xca\xc6\ \xd2\xd8\x93\x75\x11\x01\xf5\x05\x40\xa9\x88\x04\x36\x57\xc2\x63\ \x2a\x95\x1a\x36\x0b\x90\xe1\x18\x1a\x06\x1f\x1a\x1c\xc9\x64\x48\ \x14\x1a\xb1\x58\xca\x64\x71\xc5\x4c\xbe\xd8\xd8\x3b\x68\x62\x69\ \x6d\x0a\x8d\xd5\x2a\xe7\x6b\xa5\x4c\x8d\x58\xa3\xd7\xab\xb4\x1a\ \x70\x2f\x4d\x6e\xd2\x71\x93\xe1\x30\x33\x24\x4c\x59\xab\x0e\xe8\ \x72\x58\x59\x6d\x19\x8a\xae\xae\x6e\x69\x3f\x98\x58\x08\x7d\x62\ \xb2\xc6\xaf\xa6\x41\x53\x9a\xab\x5b\x23\x85\xab\x57\x1d\xde\xcc\ \x5b\x1e\xa6\x57\x57\xfb\x57\xd3\xb2\x92\x43\xe3\xe3\x93\xb1\x8b\ \xab\x29\xa1\x80\x7e\x44\xe3\xfc\x68\x2c\x95\xd1\x04\x0e\xd0\x3e\ \x5b\x55\xce\x85\xe2\xde\x81\x92\x8e\x96\x84\xac\x32\xd8\xa3\xb9\ \x98\x7d\xb8\xb1\x7c\xd0\x20\x54\xe9\x25\x12\x9e\x84\xcd\x60\xf1\ \xa4\x2a\x39\x5b\xc8\x66\x88\x15\x4a\x95\x5c\x67\xd4\x88\xb5\x2a\ \xbd\x92\x4f\x63\xf3\xf8\x52\xb0\xf7\x73\x55\x42\x2a\xcf\x68\x0c\ \x87\xbd\x5f\x40\xa8\xae\xa6\x8c\xf7\x87\x66\xc7\xc1\xd0\xd7\xfe\ \xe4\x50\xa8\xed\x42\x11\x98\xd0\x14\x6a\xe5\x81\xab\xe3\x00\xc0\ \xfc\xc2\x07\x7e\xcc\xb9\xf1\xfb\x7f\x2e\x2f\x3f\xb9\x7b\x12\xbb\ \xda\x0f\x40\x2a\x25\x1e\x10\xc4\xb4\xe4\x29\xd8\x67\x1a\x1e\x9a\ \x92\x8c\x4c\x01\x42\x0e\x83\x09\xc2\x02\x7e\x85\x89\x4f\x01\x0c\ \x2a\x34\x0b\x89\xc0\xc2\xc0\x7a\x40\xa9\x30\x78\x1c\x2e\x18\x11\ \x0d\xf8\x56\x0a\x11\x0f\x80\x0b\xe0\x11\x02\xde\x0c\x9d\x1a\x30\ \x7e\x70\x92\x10\xb6\x91\x62\xfc\x00\x0d\x0b\x0e\xc5\x07\x85\x62\ \xb1\xf1\xb8\x28\x04\x86\x88\x07\x8f\xc3\x12\xa3\x80\x98\x24\x46\ \x44\x47\x45\x25\x24\x41\x49\x18\x95\xc4\x4e\x60\xb1\xd8\x2c\x1e\ \x83\xa1\x37\x1a\x2b\x73\x7b\x6a\x0e\x54\xf6\x0d\x56\x0e\x34\x36\ \xd5\xec\xcd\xd9\x7f\xf0\xe4\xdf\xb7\xce\x6d\xae\xa1\x50\xce\x80\ \x40\x87\x9d\x72\x6f\x00\x6f\x5f\x21\x64\xb1\x18\x2c\x05\x97\xc9\ \x62\x09\x79\x4c\xaa\x86\x07\x30\x9b\xa5\x10\xab\xea\x54\x66\x85\ \x7e\xc0\xaa\x6b\xb0\x99\x6d\x2d\xd6\xa1\x81\x9e\x03\x8d\xd9\x54\ \xeb\x53\x49\x12\x9b\x57\x7e\x97\xdb\x50\xd9\x7a\x60\x70\xb0\x61\ \xa0\xaa\xaf\xa7\xa6\xf2\xd0\xe1\xc7\x4f\x1e\xae\xcf\xd0\x33\x09\ \x74\x01\xda\xd9\xcb\xd3\xc9\xc5\xc9\xc9\xc7\xc9\xcd\x27\xb6\x74\ \x7a\x74\x7e\x7a\xbe\x7d\x7a\xfe\xd4\xdc\x7c\xfb\xec\x9d\x0f\xf1\ \xc4\x0e\x5b\xf2\x6d\xcb\xf2\xed\x56\xc9\xed\x68\xf6\x0f\x6e\xc9\ \x8e\xbe\xd2\x9d\xae\x6f\x97\x4f\xde\x3f\x9e\x73\x81\xd4\x3e\x79\ \xe6\xd2\xec\xdc\x5c\xfa\xdf\x2b\xdf\x0d\xd5\xb5\x34\x35\x35\xf6\ \xb5\x55\x1e\x30\x64\xeb\xeb\x1a\x6c\xd9\x26\xa5\x4a\x22\xa6\x71\ \xf9\x6c\x06\x8d\xcd\x60\xc6\x45\xd0\xd8\x91\x34\x06\xd0\xf6\x42\ \x80\x24\xe0\x6f\x1c\x83\xf3\x8b\x0c\x22\x4a\x54\x3a\x5d\x5d\x73\ \x51\xe3\x90\xa9\xf8\x47\xf2\xfc\xed\x39\xc1\x89\x92\xca\xaa\x2b\ \x2f\x27\xf6\xfe\x72\x7a\x6d\xf4\xe6\xf3\x91\x92\xfc\x83\xa7\x2f\ \x1e\x3e\x9a\xd3\x9a\xdb\xd3\x59\x55\x71\xf0\xb7\x4b\x6f\x7d\x12\ \xe7\x1e\xbd\x7b\x77\xe9\x0c\xc5\x23\xdd\xe3\xfc\xfb\xb3\xf5\xae\ \x67\xe7\x79\x71\x2c\x2a\x83\x96\x44\x8b\xc4\x53\x59\x72\x25\x3b\ \x8e\x15\x19\x84\x8f\x4e\xe2\x32\xa9\x54\x89\x49\xa7\x60\xd2\xa4\ \x75\x06\x8d\x4d\xa5\x95\x9b\x8d\x2a\x2d\x8b\x9a\x6d\x6d\x69\x33\ \xb4\x75\xb6\xf5\x0d\xf6\x74\xf6\x1d\xe8\xab\x1e\x68\x6b\xdd\xdb\ \x58\x78\x42\xd6\x71\xfc\x61\xbd\xb7\x4b\x6c\x86\xc8\x62\x09\x48\ \xcc\x9b\xab\x4f\x4c\x9f\x9c\xff\x63\xcf\xf6\x56\xd8\xf5\x89\x7b\ \xee\xfa\xd4\x45\xba\xdd\xc1\xb0\xeb\x63\xd4\xf3\x36\x4c\x7d\xf9\ \xe5\xc7\x01\xe8\x4f\x8b\x81\xdb\xc1\x14\x3b\xff\x9d\xa0\xb3\xdd\ \x81\xb5\x6b\xdb\xb8\x61\xcf\x9f\x79\x97\xbe\xfc\xef\xbd\xd1\xe9\ \xf9\xf9\xc9\xe9\xf6\xd2\xfa\xf6\xd2\xd4\xd2\xf6\xd4\xbc\xd2\x58\ \x00\x56\xb0\xc8\xe4\xee\xe2\xe2\xee\x8f\xf2\x52\x93\xe9\xf6\xb5\ \xb5\xa5\x19\xc1\xc4\x98\x7d\x46\xbd\xbe\x00\xd0\x41\x40\x06\x58\ \xe1\xea\x46\xce\x58\x78\x9b\xe9\x9d\xc9\x11\xcd\x58\xd6\x9e\xd9\ \xfd\x49\x24\x94\xbf\xaf\xa7\x2f\x7d\x6c\x29\xf3\xc1\x03\x80\xc8\ \x1c\xc1\x84\x28\x73\x5d\x2d\x93\xa9\x39\x28\x00\x2e\xf6\x0c\xd9\ \xd8\xdd\x99\xcd\x4d\x82\xb7\x8b\xaf\xbf\x87\xaf\xbf\x97\xbb\x37\ \xca\x09\x9a\x1b\xd1\x29\x82\xb5\x8d\xbb\x2b\xcf\x56\x9e\x6c\x6e\ \xac\xdf\x5d\x59\x19\x1b\x5b\x5a\x9b\x59\xc8\xb4\x8f\x59\x28\x14\ \xfb\x8b\xb7\xcf\x5e\x2c\x2d\xbc\x02\x57\xd7\x32\x33\x17\x2c\x63\ \x63\x63\x22\x91\x7a\x82\x4e\x17\x09\x44\x1c\x32\x45\x44\x22\x91\ \x39\x74\x0a\x01\x85\x12\x91\x04\xeb\x77\xd7\xae\x2c\x11\xd0\x9c\ \x2f\xe4\xbc\xb8\xa4\x18\x9a\x54\x28\xe1\xb1\x58\x12\x09\x8d\x4a\ \x4b\x88\xe3\x0b\xa9\x98\xc8\xa4\x68\x9a\x44\xca\x02\x04\x45\x29\ \x56\x9a\x94\xca\x24\xb6\x2e\x5b\x18\x19\xc9\x95\x6a\xb3\xad\x0a\ \xbe\x46\xa3\x90\x0a\x0d\x0d\x9d\x26\xb1\x98\x2b\x51\x32\xe5\xd9\ \x8a\x70\x87\x33\xc3\xf8\x56\xdf\x3a\x74\xf8\xfb\x67\x15\xba\x27\ \x3b\x8c\x49\x81\x26\x5c\x74\xc4\x85\x4d\x39\xd2\x28\xe0\x15\x48\ \xb7\x56\x1d\xc9\x3a\x57\xc1\xdd\x8b\x30\x2a\x7e\xbc\x6c\x6a\xcb\ \x07\x01\xda\x93\xc2\x6a\x52\x72\xd6\xea\x54\x7c\x70\x72\x68\x54\ \x02\x32\x28\x81\x26\x96\x5b\x47\x06\xdb\x46\xac\x7d\xc5\x85\x4d\ \x07\x2a\x87\xeb\xf8\xd0\x3c\xbd\xac\xbf\x0c\xdf\x71\xe1\xdb\xca\ \x6c\x89\x1c\x1c\x95\x5c\x36\x2d\x2e\x9a\x26\x94\x4b\xf9\x72\x29\ \x53\xc2\x64\x0b\xa9\xd9\x66\x8d\x10\x10\x0b\x0d\x97\x29\x85\xe7\ \x61\x89\x58\xa8\x92\x6a\x1b\x8c\x34\xf8\x32\xc6\x57\xe1\xb3\xac\ \xae\x46\x65\x03\x36\x95\x9c\xb2\x9a\x8c\x49\x49\x06\xea\x0e\x1b\ \x9a\x52\x26\x3e\x36\xfc\x0f\x0c\x3b\x43\x22\x8a\x7e\x19\x3e\x79\ \xeb\xc6\xc2\xdb\xbb\xb2\x95\x84\x14\x18\xb7\x88\x8d\x07\x7a\x30\ \x39\x7c\x35\x2d\x1c\xbc\xc0\x60\x4c\x72\x28\xd2\x2f\x1e\x30\x29\ \x7c\x70\x70\x28\xc0\xa3\xf8\x20\x22\x06\x50\x34\x20\x11\x71\x50\ \x1b\x62\x89\x49\x91\x78\x22\x26\x3a\xd8\x2f\x1e\x13\x84\x41\x62\ \xa3\x90\x38\x40\xab\xe2\xc3\x01\xa7\xc2\x43\x5a\x85\x0b\x82\xb1\ \x18\x7e\x70\xa1\x30\x18\xce\xf0\x20\x01\xbb\xf2\xc3\xe1\x30\x78\ \x7c\x10\x22\x28\x08\x17\x09\xbe\x13\x23\xa3\x88\x49\x09\x49\x5c\ \x6a\x44\x12\xac\x39\x73\xb9\x54\x6e\x1c\x93\xc7\x6b\x19\xa8\xb1\ \x66\x8f\xb4\x34\x0c\xf6\xf4\x8c\x34\x36\xb6\x1c\xda\xd7\x52\x73\ \xe2\xd7\x17\x63\x76\x3b\x85\x8e\x12\x90\x13\xa7\xfd\x3b\xf9\x12\ \x8d\x5c\x27\x65\x72\xa9\x62\x25\x93\x0b\xe4\xb0\x58\xc8\x92\xb2\ \xf8\x7c\x21\x90\xc5\xf2\x6c\xb3\x51\x59\x6d\xd2\x6b\x55\x66\xbd\ \xd5\x66\xb4\xf6\x99\x4c\x8f\x4d\xda\xef\x5a\xa9\x49\x31\x8a\x5b\ \x64\x71\x5d\x55\xcf\x60\xc3\x50\x5d\x5d\x4f\x49\x55\xc3\x40\x65\ \xc7\xdf\x2b\x0f\x37\x65\x28\x02\x85\xe3\x8c\x0e\x70\xf6\x70\xf6\ \x76\xdd\xe1\x13\xe8\xe2\x96\x07\x8e\x82\xd1\xd1\x53\xe7\xe7\x27\ \xe7\x26\xaf\x9d\xbd\x79\xe7\xcc\x9b\xdd\x7b\x3e\x8c\xb7\x7d\x58\ \x03\xfb\x38\xa8\xf3\x61\x2a\x65\xf7\x97\xdf\x7c\x48\xea\x83\x05\ \xac\x6b\x4f\x5e\x3f\xfd\xa9\xf6\x2f\x8e\x4b\x5e\x7a\xfa\x6c\x7d\ \xfb\xf4\xf4\xc6\xdf\xb2\x23\x0d\x6d\xbd\x5d\x8d\xcd\x8d\x03\x4d\ \x23\x66\x9b\xad\x4e\xa7\xd5\xe9\xcc\x2a\x09\x97\xcb\x00\xef\x19\ \x7c\xb0\x13\xe2\xa8\x0c\x70\x2e\x92\x72\xe5\x2c\x96\x98\x4d\x4b\ \x8a\xc6\xe0\x22\x71\x91\x34\x05\x97\xab\x34\x03\x01\xd9\x60\x2d\ \xf9\x3e\x60\xfa\xe6\x1c\xea\xe7\x92\xda\x9a\xe7\xa7\xdc\xf6\xdf\ \x3a\xf2\xaa\xfe\xd1\x7f\x06\x07\x2a\x0e\x1e\xbb\x51\x9e\x5b\xd4\ \x35\x68\xed\xca\x3f\xde\xf1\xd7\x25\xbb\xfb\xfc\xec\x9b\x37\x6f\ \x5e\xce\x7a\xbb\x4f\xa7\x96\xbe\x7f\xe4\x12\x10\xf6\xe7\xcf\x91\ \xe2\xb8\xb8\xe8\x84\x68\xb0\xad\x99\x4c\x3e\x95\xcd\x66\xb1\xe3\ \xa2\x92\x58\x71\x54\x9e\x44\xaa\xd0\x4b\x59\x11\xaa\x6e\x95\xce\ \xa0\x52\xe8\xeb\x0c\x00\x20\x99\xa6\xb6\x9e\x86\xee\xe6\xc6\xc6\ \x9a\xaa\xc6\xbd\x25\x55\xbd\x23\xd5\x8d\x4d\xdd\x9d\xad\xcf\xaf\ \xe4\xbc\x8d\x75\xf7\x18\x45\x0b\x32\x17\x50\x81\x32\x72\xba\x7b\ \x6a\x48\xea\xac\x03\xb1\x3e\x2e\x0f\x42\x1e\x0a\x91\x68\xe7\x67\ \x10\xf5\x6f\xd8\xfa\xbc\x97\xf4\xf3\x4c\xaf\x7f\x67\xab\xee\xfa\ \x57\x47\xc3\x87\xbe\xd1\x0f\x83\x87\x5b\xb9\x5f\x8f\xee\xfd\x79\ \xef\xfc\xfc\xf4\x1c\xa0\x57\xed\xf5\xe0\x5f\x6a\x6c\x62\x6a\x6a\ \x7b\x5e\x62\xe2\x8e\xc4\x54\x37\x17\x77\xb7\x10\x0f\x67\x34\x05\ \xc6\x71\xad\xaf\xaf\xcf\x2c\xc8\x32\xd6\xed\x32\xc0\x76\xc8\x24\ \x7f\x34\x49\x84\x26\x08\x44\x02\xcb\x5d\x3a\xda\x9e\x21\x12\x89\ \x66\x96\x29\x1e\xa4\x00\xa0\xf2\x08\x01\xf4\x27\x0f\xec\x77\xd7\ \xe8\x64\x75\x06\x07\x2d\x98\x90\x01\x52\x14\x40\x27\x05\xa0\xe8\ \x82\x4c\xb5\x7a\x2c\x63\xe1\xd9\x02\xdd\x8b\xc2\xf1\xf2\xf4\xf6\ \x86\x5d\xf1\xbe\xce\xde\x24\x91\xc8\x9f\xbe\xb4\xf6\xe4\xd9\xb9\ \xe5\xbb\x33\x63\xe7\x5e\xbc\x5a\x7e\x71\xee\xc9\xd2\xfa\xe6\xda\ \x52\x06\x60\x5f\x77\x2f\x6f\x2e\xcc\xd8\xcf\x8d\xd9\x51\x68\x12\ \x50\x90\x13\x9c\xb1\x67\x13\x13\x13\x32\x4a\x66\x46\xe6\x18\x01\ \x25\x12\x01\xa9\x09\x98\x58\x00\x81\x2e\xca\xd8\x98\x19\x9b\xc9\ \x08\x20\x64\x7c\x01\xf3\x48\xd8\x4c\xa5\x59\x28\x11\x73\x85\x12\ \x16\x2b\x89\x2a\xe6\xf1\xa9\x18\x22\x5b\xa8\x94\xca\xc5\x72\x85\ \x96\xc7\xd3\xf2\x25\x72\x26\x0d\x28\x43\x71\x1c\x55\x2a\x35\xea\ \x95\x42\xa5\xde\xda\xa0\x50\xb5\x74\xd7\x29\x14\x0a\x95\x51\x6b\ \xa4\x26\x43\x73\xe3\xd5\xad\x51\x1c\x88\x4f\x0e\x47\x76\x47\x7b\ \x03\x64\x5b\x8e\x1b\xb6\x7a\xb2\xa0\x81\xf2\x6a\x19\xf4\x64\x80\ \xf6\x5b\x30\xa5\x07\x36\x43\xc1\xf8\x43\x87\x27\xfc\xaa\xc3\x04\ \x7e\x71\x31\x2b\x3e\x0b\x7a\xf8\x8d\x2f\x42\x33\x3c\x22\x22\x9e\ \x18\xc9\x62\xa9\x4c\x9a\x96\x96\x6e\x6b\xe3\xf1\xd6\x92\xe2\xf2\ \x1a\x65\xd4\x78\x4a\xf0\xd4\xd5\xb2\xb4\xde\x22\x95\x4e\xa1\xe4\ \xf3\xe4\x54\x70\x24\xb3\xa2\x23\xd8\x11\x49\x42\xb6\x51\xab\x65\ \xb3\xd9\x4a\xbd\x54\x22\x67\x89\x25\x72\x85\xd9\xa6\x33\x28\x94\ \x3a\xad\x4a\xa3\xea\x3d\x7a\x3a\xc9\x11\x86\xb8\x5a\x96\x95\x9c\ \xb2\xd8\x3f\xc8\xba\xba\x98\xbc\x08\x2e\x63\xe3\xc3\x83\x93\x93\ \x43\x81\xea\x33\xfd\x72\x17\x3a\x14\x86\x63\xfd\x86\x4f\xe6\x3e\ \xbf\x7c\xe3\xdc\xc6\x84\xe5\x2b\x5c\x78\x7c\x56\xff\x62\x72\x78\ \x72\x56\x3c\x32\xb8\xbf\x0c\x52\x40\x3f\x6c\xb2\x1f\x22\xc8\x0f\ \x8b\xc0\xe3\x82\xa1\x9d\x0d\x12\x83\x08\x0a\x85\x2d\x56\xa1\xe1\ \x59\xc9\x69\xe0\xc7\xf1\xd1\x41\x31\x7e\xe1\xb0\xb0\x8e\x45\x82\ \xc7\x84\x07\xe3\xfd\xf0\x51\xc9\xe1\x08\xa0\x36\x11\x44\x18\xf4\ \x12\x15\x8e\x09\x02\xc7\x1d\x26\x3c\xd4\x11\xe4\x13\x14\x4d\x44\ \x10\x11\x10\xc6\x88\x41\x40\x05\xe2\x83\xf0\x98\x88\x08\x62\x5c\ \x34\x9b\x97\x90\xc0\xe5\xc6\x25\xb1\x58\x54\x70\x10\x45\xf0\x79\ \xc2\x6e\xab\xb1\xce\x6a\xb5\x35\x8c\xd4\x74\xb7\x68\xad\x7b\x7b\ \x34\xbd\x37\x7e\x5b\x5f\x9f\x10\x08\x2c\x1c\x97\xf4\xd8\xaf\x0c\ \x43\x66\xb1\x4a\xa5\x94\x48\xa4\x3a\xb3\x94\x2d\x16\xcb\x35\x5c\ \x31\x8b\xc9\xe4\xb2\xe5\xa6\x6e\x6d\xb6\xca\xa8\x37\x41\xaa\x60\ \xb4\x9a\xfa\x1a\x5a\x06\x7b\xf7\x9e\xbe\xac\xeb\xfe\x8a\x2f\x64\ \x47\xf2\x2e\x90\xb5\xd5\xd5\x75\x23\x3d\x5d\xd9\x7d\xb9\xad\xc5\ \x7b\x6b\x4a\xf6\x7f\xb5\xb2\xb2\x69\xe7\x64\x72\x38\x64\x4f\x6f\ \x77\x4f\x57\x77\x77\x0f\x9f\x1d\x6e\xae\x6e\xa9\xa5\xa3\xf5\xd3\ \x73\x67\x67\xe7\xe7\x67\xa7\x2f\x3d\x7a\x34\x39\xfa\xde\xe1\x29\ \xfe\xb1\xf7\x45\xcc\x1d\xe9\x00\x00\x20\x00\x49\x44\x41\x54\x71\ \x5b\x08\x39\xa6\x09\x3f\x1b\x50\x71\x34\x93\xee\x7a\x77\xf7\xdc\ \xd3\xd3\x5f\xcb\x26\x81\x4e\xc9\xbb\x34\x1f\x3b\x99\xe7\xfe\xfc\ \xab\xe7\x6d\x2d\x3d\x55\x3d\x0d\x7d\x8d\x07\xfa\xfa\x0c\x2d\xe6\ \x3a\x83\x4e\xab\x50\xf1\x24\x62\x3e\x95\x49\x65\x44\x44\x26\x08\ \xa9\x54\x61\x82\x44\x03\x4e\xa0\x72\xa6\x90\x0b\x2d\x38\xb0\x48\ \xbf\xe0\x20\xb6\x0a\xa8\x34\x1b\x5c\x25\xd2\xb4\x9d\x46\xcf\x5e\ \x9b\xf5\xbf\xb5\xb7\xb8\x71\xd8\x65\x6e\xf8\xc4\xf7\x4b\x89\xb7\ \x9f\x0e\x55\x1c\x3c\xb8\xbf\xb0\xa8\x6a\xa0\xb9\xaf\xbb\xb9\xe2\ \xe2\x91\xbf\xcf\xa2\xdc\x2e\xbd\xbc\x73\xef\xcd\xa3\x4b\xfe\xf4\ \xd1\xe9\xfa\xf7\x2f\x13\x65\x84\x33\xe7\x15\x8c\x04\x46\x54\x02\ \x10\x1b\xb4\x04\x89\x92\x1b\x43\xe5\xc5\x25\x24\xc4\x24\x45\xd2\ \x58\x71\x6c\x16\x5f\xa3\xe7\x8b\x5b\x8c\xd9\x2a\x85\xd5\x6a\x32\ \xaa\x34\x75\x7a\xf1\x50\x73\x53\x5f\x63\x6e\x6b\x63\x4d\x53\x73\ \x53\x09\x90\xe5\x95\xad\x03\x23\xbd\x8d\x6f\xcb\xff\xf2\x71\x2e\ \x6d\xf7\x27\xdb\x05\x3e\xa7\x96\x2e\xae\x93\x5c\x5c\xbd\x43\x52\ \xff\xd8\xb3\x7b\x1b\xaa\x3f\x1b\x20\x74\x28\xc4\x4f\x69\x13\xbb\ \x3f\x18\xca\x6c\x21\xd9\xff\xe9\xc0\xfa\xb8\x40\xe8\xa8\xe1\xef\ \xda\xb9\xfb\xb3\x68\xd5\x5d\x9f\xf9\x25\xef\xfc\x34\xa9\xe3\x88\ \x56\x3d\x5f\x0f\x18\x16\x38\xb1\x00\x8a\x55\x3a\x59\x9a\x1e\x0b\ \x13\x74\x12\x63\xeb\xeb\xd3\x77\xb8\xbb\xf9\xf8\x78\x3b\xf9\xd3\ \x45\x76\xbb\x5d\xb0\xb0\x36\x91\x49\x20\x90\xd1\x04\x51\x66\x06\ \x1d\x9a\x5f\xd1\xd5\xe0\xc4\xe7\xc9\x21\x78\x51\x32\xc7\xc6\xec\ \xcf\x36\xd7\x3c\xdd\xd1\x01\x68\x0e\x99\x14\x20\x5b\x78\xf1\x64\ \x41\x4d\x98\x58\x00\xac\x8a\x63\xb1\x50\xd0\xbe\x04\x34\x8a\x24\ \x92\x89\x2c\xb2\x85\xb5\x25\xcb\x8b\x95\xcc\x00\x2f\x12\xc1\xcb\ \xdb\xd9\xc9\xd5\x17\x05\x84\xa5\xb7\x97\x97\xa7\x3f\x85\x2e\x9b\ \x98\x58\x5b\x78\xf5\xea\xd9\xc2\xc3\x73\x57\x9e\xbc\x5d\xb9\xfb\ \xc2\x0e\x67\x78\x2c\x6b\x57\x1e\x3e\x5c\x5f\x78\xb5\xa1\xf6\x25\ \x5b\xc6\xd4\xfe\x5e\xce\xf4\x09\xf5\x8c\xdd\x92\x21\x5a\x58\xb2\ \x4f\x10\x2c\x76\x0e\x5d\x06\x9e\x83\x02\xd8\x16\x60\x6a\x24\x32\ \xca\x1b\x45\xf9\x42\x2b\xa6\xb2\x79\x3a\x6b\xb5\x12\x9c\x79\xa5\ \x0a\x31\x9b\x19\xc7\x13\x0a\x25\x31\x88\x68\x2a\x33\x49\xc8\x8b\ \x8b\x66\xb0\x19\x8c\x24\xc0\x52\x24\x7a\x20\xaf\x58\x4a\x3e\x03\ \x90\x31\x89\xca\xd8\xdd\x60\x36\x56\x77\x9b\x74\x26\xad\x50\x65\ \x95\x20\x60\xf3\xd5\x56\x06\xce\xf8\xf8\xd6\xd4\xcd\xaa\xc3\x0a\ \x79\xd5\x91\x79\x58\x06\x60\x68\xf5\x1f\x68\x6a\x05\x0d\x20\xfa\ \xc7\x93\xd3\xc6\x17\xc7\x61\x98\xf4\x94\xc3\x99\x19\xe6\x49\x43\ \x03\x52\x47\x32\x2a\xac\xcd\x03\x2c\x4b\x9e\xea\x4f\x4e\x0e\x2f\ \x1b\x5f\x8d\x4f\x0e\x46\x22\x70\xc8\x28\x2e\x53\xa8\xd4\xea\x4c\ \xd6\x96\x81\x9c\xdc\x9c\xe6\xe1\x2a\xbd\x0a\x28\x33\xd8\x34\xc6\ \xec\x94\x98\x15\x1a\xad\x44\xaf\x90\xea\x95\x00\x5f\xf9\x6c\xb0\ \xa3\x19\x15\x12\x2a\x9f\xcd\x15\xcb\x61\xf3\xa8\x58\x65\x30\x52\ \xf9\x75\x0d\x3d\x3d\x0a\xb1\xb1\xda\x3a\xd8\x88\x05\x4f\x0e\x9e\ \x25\x25\x25\xad\x7f\x95\xdb\x53\x06\x3b\x63\x57\xc3\xfd\x42\x3f\ \xa4\x72\xc5\xa7\xf4\x9d\x7c\x3c\x35\xd5\x5f\x96\x86\x8b\x6f\x7b\ \x7a\xe4\xd6\xf2\x85\xd7\xbf\x6f\x4e\x3c\x0e\xc2\x45\x27\x45\x66\ \xad\x96\x05\xc3\x4c\xa9\xb4\xb2\xf0\xe4\x64\xbf\x20\x1c\x02\x83\ \x05\x54\x08\x1f\x14\x8c\x05\x97\xfd\x70\xa1\x48\x1c\x0c\xc0\x09\ \x4d\x43\xe0\xfd\xa2\x93\xf0\xc4\xc8\x98\x08\x3f\x38\x66\x83\xc1\ \x61\x61\x91\xca\x0f\xa0\x16\xce\x2f\x3c\x34\x22\x34\xd8\xcf\x0f\ \x07\xde\x97\x1f\x1e\x89\xc4\x05\x05\x11\x83\xfc\xf0\x18\xa4\x1f\ \x06\x13\x45\x8c\xc6\x81\xdf\x83\x0f\x0e\x22\x46\x25\x45\x24\xe0\ \x01\x05\x8b\x48\x22\x42\xb3\xc1\x28\x2a\x3b\x29\x21\x21\x81\x49\ \x8d\x63\xb1\xd9\x42\xb9\xce\xda\xd3\x6d\xee\x1c\xb2\x36\x98\xbb\ \x3b\xab\xba\x06\xeb\x6c\xd6\xfc\x9f\x4f\xac\x3c\xb1\x8f\xc9\x02\ \x9c\x13\x5d\x0e\x69\x4d\x9d\xd5\x46\x93\x51\xcc\xe5\x29\x75\x3a\ \xa1\x90\xc7\x17\x0b\x79\x62\xbd\xd9\x68\xed\x1a\x1a\x1c\xb2\x8d\ \x74\x75\xb5\xe8\x4c\x7d\x3d\x7d\xad\xfb\x1a\x0b\xf2\xf7\xed\x1b\ \xfe\xfa\x41\x25\xb3\xa0\x29\x09\x28\x1f\xd6\xe1\x4c\x71\xcb\x90\ \x35\x5b\x3b\x68\xb6\x76\x96\xe4\xd6\xe4\xe6\x5c\x78\xfb\x76\xe5\ \xdc\x12\x5d\x0d\x4e\x78\x64\x7f\x5f\xb2\xbb\x87\xb7\xb7\xb7\xab\ \x5b\xa0\xcb\x8e\xb0\xd1\xf9\xb9\x53\xb3\xf3\xd3\x67\xce\xb7\xcf\ \xdd\xb9\xfd\xe6\xe6\xdc\xd9\x7b\xbb\x76\x7f\xac\xae\x7c\x36\x42\ \xf7\xc3\x07\x4b\x95\x0f\x43\x3a\x70\x99\x70\x17\xe1\xc9\xdb\xe3\ \xf7\x7d\x13\x03\x7d\x80\xb2\x3c\xdf\xee\x12\xeb\x24\x78\xfa\xed\ \xbe\xc1\xce\xc6\x36\xa0\x08\x5b\xaa\x07\xeb\xb2\xbb\xac\xdd\x3a\ \xad\x46\x29\x65\x28\x84\x40\x01\x0a\x13\xa2\x63\x18\x72\x36\x95\ \x0a\x3b\x3a\x14\x12\x36\x8b\x16\xc7\xa2\x45\x44\x82\xad\x8a\xc0\ \x53\x55\x46\x83\xce\x6a\x56\x68\x4d\xda\x92\xdf\x08\xf5\x97\x2e\ \xf9\x2c\x17\xf6\x35\xed\x27\x5d\x7a\x7e\xe4\xa7\x89\xbc\x9b\x5f\ \x35\xee\x1f\x3e\x96\x53\xd2\x6c\xac\x6e\xd0\xb5\x0c\xec\x3f\x92\ \xfb\xf6\x9a\xf7\xe8\xed\x7b\x6f\xee\xbd\xbb\x73\xd6\xe7\x49\xfd\ \x99\xd4\xdb\xef\x46\xd1\x16\xaf\x37\x13\x91\x7c\x66\x42\x04\x10\ \x18\x49\x91\x4c\x36\x93\x09\x7e\x7d\x0c\x95\x9a\x14\x99\x94\xa4\ \x52\x8a\xc1\x69\x4f\xa7\x35\x35\x00\xfd\xac\xb1\xea\x6d\x56\x43\ \x8b\x55\xcf\x1d\xaa\xe9\x6a\xa9\xe9\xec\xfc\x69\x6f\xd5\xde\xaa\ \x7d\xb9\xe5\x05\x39\xad\xcd\x95\xd6\x43\x47\x3b\x02\xd1\x89\xf3\ \x01\x22\xba\x67\x7d\xd8\xeb\xcd\xf5\x07\x76\x0f\x00\xf0\x79\x3b\ \x77\x7d\xac\x61\x7d\xd6\x22\xfa\xc9\xbc\x7d\x3b\x38\x67\xd7\xe7\ \x96\xa3\xdb\x17\xb6\x37\xe9\xee\x2d\xc7\xab\x2d\xac\xfa\xac\x0a\ \xbf\x5d\x00\xfb\x17\x0f\x73\x70\xac\x2f\xdf\x7f\xf9\x32\x6f\x12\ \x02\xd6\x24\x4c\xa5\xa8\x2f\x2d\x85\xe1\xaa\x81\x61\xa5\x79\x61\ \x81\x6e\x1e\x2e\x3e\x9e\x2e\xae\x24\x8e\x40\x60\x9f\x59\x1b\x43\ \x7b\x39\xa1\x38\x24\x5f\x14\x19\xfa\xa8\x73\x08\x14\x40\xa0\x38\ \x04\x70\xd7\x03\xbb\x7d\x61\xe1\xca\x4a\x06\x20\x57\x14\x12\x85\ \xe4\x4f\x5e\x7f\xf0\x60\xc3\xa2\xce\xc8\x58\x13\x01\xfc\xb2\xaf\ \x67\x12\xc8\x16\x12\x49\x30\xb3\xb6\x60\xe7\x4c\xd8\xd7\x96\x26\ \xd6\x36\xc8\x24\x8e\x57\x00\xda\xc9\xd9\xc9\xd3\xc9\xc3\xc5\xdd\ \xc3\xdd\xcd\x19\x10\x2e\x34\x47\x44\x1f\xcb\xb8\xbb\x7c\xf7\xca\ \xe6\xb9\x07\x0f\x96\x57\xd6\x66\x96\x36\x32\xd4\x63\x33\x0f\xd7\ \xc7\x26\x36\x67\x16\x32\x08\x74\x12\x05\x4d\x70\xf6\xf2\xb5\xd3\ \x61\xe1\xca\x5f\x60\x91\x59\x28\x99\xeb\x33\x16\x0e\xc5\xcb\x13\ \xec\x73\x1e\x4e\xce\x5e\x4e\x1e\x3b\x5c\x9d\x9c\xbe\xd0\x28\x94\ \x12\xa9\xd1\x68\x16\xeb\xb4\x72\x63\xb6\x58\x28\x15\x03\x40\x92\ \x30\x13\xd8\xd4\xb8\x38\xa1\x92\xcb\x93\x2b\xa4\x5c\x96\x46\x22\ \xd1\xa8\x94\x3c\x9e\x44\x21\xe6\x09\xb5\x1a\x31\x5f\x6e\x32\xe9\ \x34\xd9\x52\xad\x36\x5b\xa8\x31\xea\x22\x57\x21\x91\xfa\x67\x71\ \x2b\x7b\x75\x2b\xac\xd0\x11\x11\x0d\x6e\x87\xa3\x85\x8b\xfd\x70\ \xed\x70\xb1\x3f\x6b\xd1\xd1\x8e\xb5\x35\x06\x0d\x1d\x66\x1c\xfd\ \x0e\xab\x8e\xf1\x1f\x00\x6a\x0e\xa7\x06\x18\x37\x01\x2b\x59\xe0\ \x76\x98\x49\x3a\x95\x12\x8c\x45\x20\x68\x34\x1c\x3e\x46\xae\xd2\ \x37\x58\xb5\xa6\xba\xae\x9a\x92\xfc\xc3\x43\xd5\x7a\x4c\x19\x6c\ \x31\xcd\xca\x6a\xae\x31\x59\x75\x0a\x49\xb6\x2a\x5b\xa7\x34\xf4\ \xa8\x80\x10\x92\x02\x4e\x28\x11\x6a\x54\x5c\x25\x4f\x0c\x4e\x8e\ \xc2\x6c\x2d\x57\x22\xd7\x18\x14\x1a\xb9\xb2\xae\x5a\xa5\x63\x97\ \xc1\x40\xd8\xfe\xfe\xac\xfe\xb2\x29\xbf\x7c\xde\xd5\x2c\x68\x6e\ \x95\x0c\xe3\x01\x1d\x41\xa6\xc1\x7e\x23\xbf\x3e\x4d\x1b\x4f\x49\ \x4b\xc6\x62\x95\x17\x6f\xbd\xfe\xfd\x98\xff\xe5\x27\x82\xdf\xd2\ \xfa\x93\x11\x34\x26\x23\x3c\x34\x34\x34\x38\x19\x83\x27\xe2\x30\ \x41\x44\x64\xb8\x38\x21\x14\x89\x40\xf8\x05\x07\x07\x39\xa2\x6f\ \x00\x4d\x0a\xc6\x06\x63\x93\xe4\x42\x6a\x34\x11\xb0\xa5\x24\x3f\ \x04\x06\x83\x81\x3d\x0a\x98\xe0\x78\x24\x0e\xe6\x4c\x20\x70\x7e\ \x41\x18\x98\x8b\x01\x93\x09\x71\x18\x68\x89\x83\xc0\x05\xc1\x88\ \x2f\x3f\xa0\x05\xa3\x83\x88\x78\xbf\x48\x3f\x40\xdc\xa2\x61\xae\ \x02\xc0\xad\x98\xe8\xa0\xe8\xb8\xe8\x68\x1a\x23\x81\xca\x4b\x4a\ \xa2\xb2\xd8\x54\xb6\x90\xab\x37\x35\x65\xeb\x5b\x5a\xc0\x31\xd4\ \xdd\x56\xd2\xd8\x73\xa0\xa7\xa7\xe3\xe0\x2f\x6f\x37\x2d\x9e\x9e\ \x28\x67\xe7\xe6\xbe\x82\xca\xa6\xde\xc1\x9e\x06\x73\xb6\xc9\x66\ \x55\x72\xa5\x3a\x93\xdc\xa0\xed\xeb\xe9\x3d\x50\x59\x91\x5b\xbc\ \x3f\x27\xb7\xa4\xaa\xa6\xb8\xb1\xa3\xe2\x60\x6d\xf9\x91\xda\xc3\ \xa7\x0f\x9f\xf8\xee\x6b\x9e\xfe\x47\x85\xc4\x2a\x27\x4a\x2f\x5b\ \x34\x4a\x9b\xa9\xdb\x66\x1d\xb4\xf6\xf5\x95\xb4\x76\x16\x5e\x7c\ \x7c\x79\xf9\xe1\x3a\x3d\x93\x4e\xe1\xa0\x09\x68\x5f\x2f\x6f\x00\ \x5b\x2e\x3e\xae\x00\xb4\xf2\xc0\x91\x50\x9a\x3e\x3a\x7b\x7e\x76\ \xfa\xfc\xed\x3b\x6f\xee\x4c\xb6\x03\x59\xf8\x61\x0a\x77\xf7\x87\ \x3c\xf6\xdd\xdb\x41\xc6\x5b\x25\x9c\x2d\x7d\xf8\xc3\xce\xdb\x2b\ \xaf\xbf\x7d\x12\xe8\xe6\x12\x12\x96\x17\x9b\x97\x97\x1e\xeb\xe3\ \xfd\xe2\xbb\x23\x3d\xdd\x35\xcd\x43\x55\x95\x83\x0d\x7d\x43\x83\ \x83\xd6\x3a\x93\x5e\x2f\xd7\x88\xa5\x5c\x9a\x52\xca\x64\xc5\x24\ \xd0\x84\xe0\x1b\x8d\x2b\x96\x80\x3d\x94\xc9\x67\x32\xf8\x0c\x5a\ \x10\x90\xd2\x88\x18\x95\x4a\xce\xd7\x67\x5b\xeb\x0c\xaa\xc1\xe2\ \xa7\xe8\xf4\xb9\x9b\x2e\xe7\x3a\xba\x8b\x2b\x2c\xd7\x96\x73\x8e\ \x2f\x8c\xde\x3c\x99\x5b\x90\x9f\x9f\xdb\xdb\x63\x53\x98\xcc\x03\ \xfb\xbf\x2e\xaf\x7a\x71\xc9\x6b\xfe\xe5\xfb\x37\x6f\xde\xbd\xb9\ \xd9\x9e\xe9\x3c\x37\x7b\xe9\xe5\x9c\x93\x9b\x73\xde\xcb\x12\xc8\ \x61\xe3\x22\x22\x92\xc0\xf6\xe5\x0b\x59\x4c\x36\x9b\x9a\x04\x4e\ \x0f\x71\x09\x3c\x21\x4b\x6e\xd3\x1a\xea\x1a\x0c\xd9\x43\xb6\x16\ \x5b\x43\x9d\xd9\x34\xd8\x63\x55\xb4\xf5\x74\x77\x56\x36\x16\xee\ \xcd\x6d\xca\xcf\xcd\xa9\xad\x69\x2d\x2e\xae\x19\x68\x3d\x56\xbb\ \x83\x6e\x09\x73\x22\x91\x43\x3c\xaf\xbc\x5e\x57\x93\x13\xd3\xd3\ \x4b\x27\xc3\xde\xef\xf9\x30\x38\xf8\x69\x09\xf0\xe3\x20\xe0\xee\ \x5d\xff\xea\x6e\xd8\xf5\xd9\x90\xf3\xee\xcf\x47\x0a\x3f\x1a\x3a\ \xec\xfe\x18\xa1\xf3\xd1\xa2\x61\x1b\xae\xfe\x9d\x09\xbd\x67\xf7\ \x1f\xff\xbb\xd6\x3e\x7b\x1e\x1a\x8f\xd6\x4f\x4e\xcf\x97\xd6\xe7\ \x95\x42\xd4\xca\x4b\x4f\x0d\x0b\x4b\x0f\x71\xdd\xe1\xe4\xe2\x4d\ \x17\x91\x65\x0b\x13\xa2\x0c\x01\x34\xc6\x0a\xf0\x27\xfb\xd3\x29\ \xe0\x4f\x4d\xf2\x22\x0b\x04\x6a\x99\x40\x66\x59\x52\x4f\xac\xd9\ \x37\x9f\x2c\xf8\x7a\x79\xa1\x05\x64\x8a\x6f\x86\xdd\xfe\xd0\x82\ \xa6\x08\x64\x76\x19\x5d\x24\x5a\x5b\x1b\xe3\x50\x00\x14\x6d\x2c\ \x2d\xa9\xd5\x33\xeb\x99\x13\x33\x13\xeb\xcf\xd4\x14\x5f\x5f\x14\ \xda\xdb\xc3\xcb\xd3\xd9\xd3\xd3\xd9\x75\x87\x9b\x43\x1f\x7a\xfb\ \x12\xc8\x64\xd9\xc6\xe6\xc3\x17\x1b\x4f\x9e\x3c\x79\x20\x5b\xb0\ \x2f\x4c\x58\xd4\x1c\xb5\x9a\x23\x00\x9f\x14\x92\x0c\x08\x4e\xb4\ \x3f\xc9\x99\x84\xf2\xf4\x25\x08\xc8\x04\x32\x74\x73\x17\x50\x02\ \x42\x42\xdc\x5d\x5c\x3c\x7d\x9d\xbd\x9c\x3d\xc2\x62\x53\xf3\x4a\ \x13\xbf\x60\x29\x15\x3a\x3d\x4f\xc8\x60\x6a\xf4\x52\xa3\x54\xaa\ \x90\x28\xe5\x42\xb9\x84\x21\x96\x27\xd0\x58\x1a\x9d\x54\xa1\x14\ \xf3\xf9\x12\x70\x96\x93\x70\x01\x12\x18\xe5\x1a\x95\x58\xab\x94\ \x73\xa5\x0a\x95\x58\x68\x33\xe8\x75\xd9\x72\x85\x0a\xbf\xe5\xba\ \x0e\x7b\x14\x16\xcb\x1c\xde\x31\x30\xb8\x02\x66\xe4\x4c\x2d\x42\ \xb3\xf8\x7e\x87\x55\x32\x74\xce\x72\xa4\x4c\x2f\x96\x95\xc1\x3e\ \x51\x18\x2b\x51\xb6\x5a\xd6\x5f\xe6\xe8\xc1\xba\x0a\xc3\x73\xe0\ \xaf\xe9\xbf\xfa\xa1\xb5\x74\x75\x35\x2d\x39\x39\x39\x1e\x08\xb3\ \xf8\x64\x62\x42\x02\x0e\x2b\x51\x89\xeb\x4c\x40\xda\xb5\x0d\x14\ \x1f\xb9\xd8\x22\xb5\x89\x93\xfb\xd3\xa0\x5d\xba\xa4\xa3\xb7\x5a\ \x28\xd1\xf3\xf8\x3c\xad\x44\xae\x04\x2a\x96\x2f\xe6\x29\xcc\x2a\ \x8d\xd1\x6a\x14\xd2\x14\x56\x8d\x58\xa1\x51\xe8\x0c\x7a\xa3\x5c\ \x2e\x37\x99\x15\x54\xbe\x1e\xe1\x70\x14\x0c\x4d\x49\x06\xfc\xcf\ \x58\xd5\x9f\x55\xe6\x68\xa4\xe8\x8f\x0f\xc6\x11\x91\xd8\x70\x80\ \x5c\x5d\x8f\x17\xb0\xfd\xf1\x59\x00\x51\x14\xd7\x37\x48\xdf\x9d\ \xa6\xcc\xac\xaf\x7d\x97\x05\x3d\x08\x17\x53\x90\xf8\x48\x0c\x2e\ \x1c\x4a\xba\x70\x18\x89\x83\x14\x1a\xf1\x29\x48\xa2\x1f\xd6\x2f\ \x18\x70\xb4\x78\x38\x9d\x43\x8c\xc0\x20\x42\x01\xca\x86\xfb\x21\ \xa2\x00\x32\x01\x5c\x83\x56\xcc\x48\x20\xef\xc2\xfd\xfc\x90\xc1\ \x90\x93\x21\x70\xc1\x08\x3f\x70\x81\xe8\x07\x90\x0c\x8f\x8d\x04\ \x9a\x12\x11\x14\x89\xc1\xe0\xa2\x70\x00\xb0\xf0\x51\x18\xbf\x50\ \xe8\x7d\x93\x14\x19\x11\x11\x13\x1d\x45\x04\xd2\x84\x01\x24\x0a\ \x97\x1d\xc1\x60\xf0\xb9\x34\xb6\x55\x68\x6d\xa8\xb3\xaa\x86\x00\ \x67\x1c\xea\xb4\xf5\x0c\x34\x9a\x47\xda\x2e\x1e\xfa\xf1\xef\x4d\ \xba\x07\xdd\xd5\xa5\x66\x68\xa0\x31\xa7\x66\xef\xde\xe6\xe2\xca\ \xce\xb6\xd6\x92\xce\x86\xaa\xc6\xfc\xd6\x9a\x81\xc2\xe2\xa6\xbd\ \xfb\x2b\x0a\xf2\x2b\xf6\x17\x14\x14\x57\xd6\x14\x54\x34\x1e\x2a\ \xa8\xda\x37\x7c\xec\xd6\xad\x9f\x7f\xfd\x95\x9d\x7d\x42\xa8\xea\ \xe1\x26\xe8\x7f\x23\xf0\xc1\x86\x33\xb7\x59\xab\x87\x7a\x5a\x9b\ \x8a\x2a\xf7\x16\x5d\xbf\xbc\xfc\xea\xc1\x42\x26\x38\xff\x06\x70\ \xe8\xbe\x9e\x84\x0c\x0a\xa0\xee\x28\x94\xa7\x4b\x60\x5e\x7a\xfd\ \x64\x69\x5e\xfb\xec\xa9\xb9\xd9\x53\xb7\x1f\xbd\x7f\x77\xf3\xd2\ \xb5\x7b\x70\x16\x65\xd7\x0f\x2f\x7f\xf8\x9c\x46\x7c\xf9\x59\xa7\ \x03\x84\xae\x5d\x5f\x6e\x9e\xbc\x45\x71\x73\x4d\x6c\x4f\x0d\xcb\ \x73\x09\x09\xf4\x72\xf2\x25\xff\x7c\x31\x77\xb0\xb3\xe7\x40\xe7\ \x48\x55\x57\x5f\xdf\x01\xab\xc2\x6c\x52\x6a\x0d\x5a\x9b\x94\x9d\ \x40\x95\x2a\x81\x98\x65\xf0\x24\x72\x21\x9b\x2b\xe4\x29\x14\xfc\ \x38\x21\x8d\x16\xc3\x48\x88\xc3\x87\x06\xe1\x89\x71\x80\xe0\xeb\ \x35\xd9\x75\xd9\x56\x89\xa6\x18\x1d\x1b\x38\x77\x33\x70\xe5\xe0\ \x81\x9c\xda\xcd\x33\x96\x7d\x47\x56\xd2\xcf\x5c\x6f\x69\x3c\x50\ \xd5\x65\x50\xc0\xd5\xa2\xa6\xa2\xeb\xc7\x1b\x37\x6e\xba\x9c\x7d\ \x77\xef\xde\x9d\x77\xef\x5e\x4e\x86\x38\xa7\xdf\xbe\x36\x3b\x5b\ \xea\x9a\x5a\x3f\x9b\x0e\x9e\x41\xca\x8a\x8e\x49\x8a\x8b\xa2\x49\ \xc4\x6c\x16\x4f\xc8\x8c\x61\x30\xa8\x7c\x46\x12\x2d\x41\xa8\x95\ \xaa\xcc\x86\x16\x63\x4b\x57\xf5\x81\xde\xee\x96\xbe\xa6\xa1\xea\ \xec\x86\xde\x86\xe2\x82\xc6\xe2\xb6\x92\xd6\x9c\x1c\x40\xb1\x86\ \x0f\x1f\x2e\x2c\x6f\x2d\xdf\xeb\x99\xb1\x4c\xf7\x55\xbb\x52\xd4\ \xea\x31\x12\xc5\x39\x35\x36\x35\x75\x72\xfe\xd2\x9e\x5d\x9f\x7a\ \xac\xb6\x5b\xab\x76\x6e\x37\xad\xef\xfe\x3f\xed\xea\xbb\x3f\xb7\ \x6b\xf8\x04\x5c\x9f\x57\xb4\x76\x7f\x5a\x16\xfc\xe8\x39\xea\x78\ \xc8\xce\xcf\x52\x74\xf6\xec\x9a\x2d\x2d\x05\xe7\x93\xc9\xfa\xd1\ \xd1\xbc\xd2\xf6\x51\xf0\x2f\x6f\xba\x3e\x15\xa8\xc2\xd8\x40\x70\ \xec\x87\x38\x39\xf9\x78\x10\xe8\xf4\xb1\x05\x99\x4c\x9d\xa9\xce\ \x50\x0b\xc8\x68\xba\x37\x67\x41\xa4\xa6\xa0\xbc\xdd\x9d\xc9\x13\ \x99\x22\xd1\x8c\x5a\x94\x91\xb9\xb4\xfe\x70\x4d\x16\xe0\xe5\x0e\ \x4d\x91\xd5\x96\x89\x19\x02\x85\x22\xca\x58\x10\x71\x28\x02\x8b\ \xc5\x32\x61\xb7\x53\x64\x9b\xeb\x63\xeb\x4b\x1b\x6b\x9b\x63\x13\ \x13\x2f\xae\x88\xc8\x9e\x04\x2f\x0f\xe8\xb0\x80\x76\xf6\x87\xbe\ \xcc\xee\x4e\x1e\xae\x9e\x1e\xde\xfe\x28\xba\x4c\xa0\xce\x90\xd9\ \xef\xde\x7d\xb2\xb6\xf1\x60\x01\xba\x3c\x90\xd1\x28\x34\x80\x26\ \x02\x1d\x0d\x28\x16\x89\x8c\xe6\x08\x7c\x7d\x03\xfc\x39\xa8\x00\ \x02\x89\x42\xa6\x7b\x39\x07\x06\x86\xb9\x3a\x79\xbb\x7b\x7b\xba\ \x06\x26\x82\xb7\x10\x1b\xdb\x9e\xf7\x05\x5f\xc3\xd3\xa8\x58\x54\ \x86\x50\xab\xca\x96\x08\xf9\x2c\xb1\x98\xa7\xc9\x96\x48\xa4\x3c\ \x31\x53\xa8\x60\xb1\x85\x2c\xbe\x02\xdc\x24\xe6\xab\xac\x46\xbd\ \x46\xab\xd7\x28\x8c\x1a\xbd\x51\xa9\xd1\xab\xb8\x1a\x9d\xc6\xd0\ \xa0\xd5\x35\x30\xa7\xae\x4e\x39\xc6\x71\xe0\x62\xdf\xea\x96\x05\ \x3b\x9c\xc6\x81\xed\x57\xfd\x50\xe8\x39\xa2\xa2\x61\x02\xe9\x38\ \x24\x54\xc9\x65\x59\x50\x0c\x4e\x8d\x43\x21\x06\xee\x19\x87\xc2\ \xae\xdf\x11\x6c\x3f\xe5\x08\xf3\x72\x54\xbe\xfe\x01\xa8\x95\x52\ \x96\x9c\x12\x1a\x0f\xc0\x04\x19\x1d\x45\x4b\xc0\x53\x19\x0c\xa0\ \x70\x5a\x86\x0e\xb4\x1c\x68\x3c\xd2\x26\x35\x9a\x83\x16\xcb\x52\ \xc2\xd3\xd2\xa2\xf2\x07\x55\x3c\xa1\x52\xa2\x30\xaa\x24\x3a\x0d\ \x8b\xa7\x95\x27\xc5\x28\x14\x26\x2d\x5f\x05\x28\xa0\xb2\x4e\x2e\ \x37\xca\x79\x2a\xa3\x52\x25\xd7\x6a\xe4\x26\x95\xd6\x66\x2c\x73\ \x58\xb2\x67\xa5\x2c\x96\xf5\xe3\x87\x93\x60\xec\x75\x19\x90\xa6\ \xc9\x70\x8a\x1b\x0b\x47\x9e\xcb\x7a\xee\x9f\x0c\x9f\xca\x4a\x43\ \xfa\x21\x74\x27\xef\x3f\xfb\x4a\x74\xc5\x7f\xcd\xf2\xd3\x94\x23\ \x8d\x11\x02\xee\x2a\x9c\x4f\xc6\x00\xe4\x09\x07\x08\x15\x9e\xa0\ \x8f\x0c\x86\xcb\x81\x48\x04\xcc\x15\xc4\xc7\x23\x70\x58\x3f\x64\ \x38\x06\xca\x58\x98\x85\x88\xc5\x61\xfc\x70\xd1\x91\x08\xd8\xca\ \x80\xc4\x21\x01\x9d\x42\x02\x7a\x85\xc7\x10\x71\x51\x31\x44\x08\ \x58\x91\x41\xc1\x11\x91\x18\x22\xf8\xc0\xc4\xe0\x10\xd1\x30\x9c\ \x3a\x0a\x3c\x36\x28\x1a\x80\x55\x50\x52\x24\x3e\x08\x5c\x8a\x8c\ \x22\xb2\x59\x90\xf3\x6a\xb2\xe3\xb8\xb4\x84\x3a\xad\xd0\xd4\x36\ \x58\x37\x64\xae\x6a\x33\x0f\x0c\x0c\x56\x1d\xb0\x8e\x14\x9d\xfe\ \xed\xe9\x33\x0e\x59\xe4\xe2\x9a\x73\x60\xa0\xad\xaa\x37\xa7\xa9\ \xb9\xb1\xa6\xb8\xad\xaa\xaa\xb2\xaf\xb1\xaa\x35\xb7\xb2\xb0\xa0\ \xa4\xa0\xa8\xfc\xd0\xbe\xe2\xda\xc2\xf2\x8a\x8e\xda\xf2\xce\x7d\ \x87\x4b\x00\xa0\xd5\x1e\x3d\x76\xeb\xb7\x5b\x6f\x2f\xf0\x9b\xaf\ \x6b\xbb\xf3\x23\x12\xb4\x17\x9c\x25\x3a\xb3\x59\x6e\x68\xa9\xeb\ \xae\xae\x69\xdd\xdf\x51\x58\x70\xf0\xf9\xeb\xaf\x9e\x3d\x13\xd8\ \x45\x24\x35\x5d\xc4\xf1\x22\x71\x2c\x99\x22\x98\xc3\xeb\xeb\xe9\ \x96\x9a\x37\x0a\xce\xda\x79\x93\xa7\xe6\x27\xe7\x1f\xdd\xfb\xf3\ \xdd\xb5\xf3\x67\xee\x3c\x7a\xf3\xee\x0f\xd8\x3e\xba\xeb\x9b\x0f\ \xd4\xea\x83\xb7\x1f\x1c\x90\x76\x50\xae\x1f\xbe\xfc\xaf\xcb\x77\ \xe7\xd0\xee\xfe\xae\xb1\xf3\x93\x61\x21\x1e\x40\x34\xb9\x11\x5e\ \x1c\xbe\x38\xd2\xb8\xb7\xab\xab\xb5\xb9\xa5\x73\xa4\xcf\x30\xd4\ \x90\xad\xcb\x96\x4a\x85\x7a\x31\x9f\xcd\x90\x6a\xe0\xba\x81\x5c\ \x25\x96\x8a\x59\x4c\x16\xa0\xf8\x5c\x1a\x33\x2e\x8e\xcf\xa0\x02\ \x74\x47\x44\x26\x29\x75\x72\x85\x5e\xd3\xa5\xe1\x2b\x94\x3d\xfe\ \xb3\x3b\xa6\x2f\xe5\x65\x5c\x2f\x29\xe9\x78\x3a\x1d\x90\x73\x64\ \xa9\x7e\xb6\xc2\x36\x32\x62\xaa\xd6\x71\x85\x5a\x6d\x43\x6f\x49\ \x45\x41\x8f\xfa\x7c\xc8\xcd\x77\xef\xef\x3d\x7a\x73\xef\xd1\xd9\ \x54\x97\xe9\x4b\xb3\x81\x81\xb7\xdb\x3d\xda\x43\xee\xfd\xc6\x04\ \xbf\x99\xc6\x8d\xa3\xc6\x44\x32\x58\x7c\x21\x50\x19\x0c\x46\x52\ \x64\x1c\x35\x2a\x3a\x86\xc5\x37\xaa\xc0\x39\xda\x60\xb0\x35\xf4\ \x76\x5b\xbb\x06\x07\xcd\xd9\x43\x56\x6b\xf3\x40\x7e\xe7\xde\x81\ \x9c\xd6\x9c\xc2\x83\xb5\x47\x3b\x3a\x8a\x0e\xed\x3f\x74\xa4\xd8\ \x57\xb0\x64\x27\xaf\x8b\xc6\x50\x4e\x3e\xb1\xed\xb3\xed\xe9\xe9\ \xed\x79\xed\xf3\x3f\x6c\x79\x89\x7e\x72\xe5\xfb\x64\x77\xf5\xf9\ \x38\xce\xd6\x10\xf3\xee\xed\x31\xe6\x2d\xe7\xbe\x8f\xab\x83\x9f\ \x96\x06\xb7\x1b\x49\x77\x7e\xea\x28\xfd\x7c\xde\xf0\x83\xfd\xe8\ \xce\xff\xbe\x81\x6b\x84\xd3\xf5\xb0\xb1\x01\xc8\xc2\xe9\xc9\xf6\ \xbc\xbc\xf6\xd8\xb0\xc4\xbc\xd8\x90\x1d\x21\x61\x2e\x40\xaf\x79\ \x93\x7c\x39\x76\x8b\x3d\x73\x4c\x2d\x53\x8b\xc6\xec\x64\x0e\x89\ \xbe\xa0\x9e\x21\xfb\xa3\x49\x82\x09\x68\xf4\xae\xe6\x64\xce\xc8\ \xe8\x6b\x57\x2c\x74\x12\x19\x45\xc8\xc8\x54\xdb\x5f\x2d\xa0\x29\ \x32\x7a\xe6\xd8\x8c\x4c\x40\xca\x5c\x00\x80\xa6\x56\xd3\x33\x16\ \x96\x36\xd6\xd7\x37\xd7\xd7\x26\xc6\xd6\xd7\xce\x8d\xd1\xd1\xbe\ \x01\x4e\x1e\x4e\x4e\xce\x01\xce\xae\xce\xbe\x5e\x4e\xce\xce\x2e\ \x4e\x1e\x9e\x24\x7f\x5f\x5f\x8e\x00\x2d\xe2\x10\x2c\x6b\x99\x63\ \x0f\x56\x36\x36\xc7\xc0\xf3\x52\x50\xfe\x40\xf1\x05\xf8\x07\x90\ \x48\x28\x02\x9d\x00\x74\x67\x00\x3a\x00\xed\xef\x8d\xf6\x25\xf8\ \x06\x86\x05\xc6\x86\x79\x38\xb9\x78\xb8\xc7\x82\xfd\x6c\x7a\x3e\ \xb1\xb4\x34\x36\x2c\xef\x8b\x6c\xa6\x52\xab\x04\x30\xa5\x54\xb2\ \xe5\x5a\x3d\x53\xa1\x37\xe9\x79\x12\xa8\x05\xa5\x12\xa9\x84\xc1\ \x60\x26\x30\xc5\x42\xbe\x44\x29\x54\x82\xc3\x5e\x29\x51\x49\xc5\ \x2a\x8d\x34\xdb\x28\x56\x66\x73\x15\x66\xa5\xa1\x4f\x6f\x1a\x42\ \x3a\x7a\xa9\xa6\x1c\x39\x13\xab\x30\xe1\x6b\x2b\xc4\x79\x2b\x7b\ \xe2\x9f\xed\xf9\x67\x88\x61\xd0\xe7\x60\x15\x5a\x40\x94\x41\xee\ \x05\x3b\xde\xb3\xfa\xc7\xff\x99\x4a\x1b\x2f\x1b\xff\x67\x1c\xfa\ \xb5\x8f\x3b\x12\xa5\x3f\x84\x56\x40\x13\xe6\x70\x9c\x5f\xd6\xd5\ \xd5\x50\x04\x91\x18\x19\x89\x4b\x60\xc7\x69\xf4\x26\x43\x4b\xb5\ \xa1\xab\xbc\x52\x21\x54\xca\xd3\x92\x53\xca\xc2\xc3\xd3\xba\x7a\ \xf9\x0a\x16\x78\x6d\x2a\x29\x17\x88\x3e\x9e\xd1\x26\x56\x18\x8c\ \x46\xa5\x42\xaa\x57\x64\x6b\xb4\x62\x89\x9e\xab\xd2\x9b\xb5\x3a\ \x85\x98\xa9\xd1\x1a\x54\x0d\xf2\x7e\x98\x06\x5b\xb6\x08\x60\x32\ \xad\xa0\x64\x31\x65\x2a\xa5\x0c\x0e\x33\x87\x86\xc3\xe8\x7a\xe8\ \xbc\xbe\xaa\xf9\xf9\x15\xa2\x1f\x8b\x09\xc2\x61\xf9\xaf\xef\xff\ \xb2\xec\xf9\xf6\xf5\xa6\xe5\x75\x19\x8c\xb1\x9e\x72\xac\x15\x8c\ \xa7\x85\x06\x07\x97\x61\x43\x53\xb0\xd0\x36\x26\x18\x09\xf8\x56\ \x74\x10\x96\x88\x45\xf8\xe1\x23\xa3\x83\xfc\x42\x91\xa1\x98\x48\ \x1a\xe0\x84\x48\x1c\x11\x83\x44\x86\xe2\x60\x39\x1e\x8b\xf5\x0b\ \x0f\x85\x25\x2c\x2c\xb8\x1f\x89\x00\x30\x06\x99\x58\x24\xd4\x82\ \x48\x4c\x54\x50\x54\x12\x11\x8b\x8d\xc2\xc0\x65\x44\x4c\x4c\x24\ \x11\x17\x14\x14\x13\xc3\x88\x21\x22\x92\x88\x48\x0c\x91\x9a\x10\ \x93\xc4\xa0\xb2\x79\x46\xbe\x58\xaf\x67\x11\xa3\xab\x8d\x86\xea\ \xce\x16\x53\xb7\x75\xa4\xbb\xad\xad\xa7\xee\x40\x53\xef\xde\x63\ \x37\x7e\x9b\x10\x09\x02\x7c\xbc\x73\x06\x2a\x7b\xaa\x9a\x6a\x2a\ \x73\x9a\x2a\x3a\xf7\x15\x77\xb6\x0d\xf4\x95\x34\x97\x54\x56\xb5\ \x0e\xf7\xd6\x74\xe6\xd7\xe4\xd6\x16\x1d\xcf\x2d\xd9\x5b\xde\x51\ \x3b\x9c\x5b\x72\xb8\xf0\xc8\xe9\xe1\x83\x87\x8f\x0e\xff\x7d\x8c\ \xb9\xef\x64\x77\xf3\x05\x9a\x26\xfb\x39\x47\x52\x9d\xad\x53\xb5\ \x0c\xf6\x0c\xd4\x54\x54\x8e\xe4\x96\x14\x57\x5c\xbc\xfc\x74\xf9\ \xd9\xba\xdd\x22\xca\xe0\x00\xde\xaf\x16\xa8\xc7\x96\x96\x16\x32\ \xd1\x04\xb2\xbf\x5b\x58\x6a\x7a\x7a\x7d\x6c\x60\x69\x7a\xfb\xe4\ \xe4\x99\x47\x6f\x5e\xde\x3c\x7b\xe6\xcc\xf4\xed\x9b\x93\xf5\xf7\ \x20\x3e\x7d\x62\x10\xbb\x3e\xe6\x20\xef\xfe\xe1\xcb\x9d\x73\x17\ \xff\x92\xb9\xf9\xb8\x78\xb8\xed\xd8\xe1\xe3\x9a\xe8\xb3\xc3\x65\ \xc7\xab\x5b\x17\x86\x47\x2a\x8b\x46\xba\x7a\x07\x7a\x4b\x1a\xeb\ \x4c\xd6\x41\x29\x38\xe1\xb0\xa4\x56\xa1\x58\x08\xce\x45\x1a\xa5\ \x90\x2a\x97\xf3\x79\x5c\x16\x8b\xc7\x07\xe2\x9e\x11\xc3\x00\x5a\ \x2d\x02\x87\xc1\xe1\x69\x31\xe0\xb4\xa4\x94\xc8\xb5\x72\xa9\x54\ \xdc\xe3\x7b\xd6\x65\xfa\x66\xa9\xf3\xeb\xe2\xdc\xdc\x5b\xa3\x5e\ \xb9\xdf\xad\x95\xce\x55\x9a\xeb\x06\xf5\x2a\x39\x55\xa8\xd0\x36\ \x0f\xd6\xe4\xe7\x0f\xfa\x7b\xa6\x3e\x7a\x77\xef\x0d\xf8\x78\x74\ \x67\x3a\x64\x6e\x6e\x3a\x84\x9c\x7e\x69\x72\x2e\xec\x51\x29\x3b\ \x29\x8e\xc1\xa5\x26\xb0\x98\x8c\x18\xbe\x92\x2f\x67\x31\x79\x62\ \x46\x4c\x52\x42\x42\x0c\x8d\x9b\xc4\x92\x6a\x84\x12\xb3\x75\xb0\ \xe5\x80\xb9\xa5\xab\xcb\x30\x32\x34\xd8\x57\x3d\x32\xd2\x54\x52\ \xd3\x39\x50\xbc\xb7\xb5\xa8\xb0\xb0\xe3\xf0\xc1\xa3\x45\xf9\x15\ \x25\x28\x5f\xbb\x13\xf9\xc6\x5f\x1b\x1b\x6a\x32\x9a\xe2\xed\x04\ \x88\x05\xca\xbd\xf4\xdd\xce\x4f\x5b\xe2\x63\x5c\xea\xae\xcf\x43\ \x52\x77\x7f\x2c\xaa\x7f\x8e\x3e\x5b\x8e\xc8\x8e\x5e\xd1\xdd\x5b\ \xb6\xee\xf0\xa6\xdd\xdb\x06\x7f\xff\x2a\xb8\xef\xda\xbd\xeb\x53\ \x9e\xfd\x56\xfb\xe8\x97\x67\xe7\xa6\xa7\x47\xa7\xa7\xc1\x5f\x07\ \xae\xe9\x4e\xb6\xd7\xa7\xb6\xa7\xc6\xc2\xc4\xc2\xb0\xc0\x1d\xee\ \xae\x2e\x4e\x9e\x64\x7f\x91\x85\x43\x10\xd8\x33\xd4\x22\x91\x88\ \x2c\x00\x6c\x89\x6c\x9f\xa0\x93\x49\x19\x04\x12\x8a\x82\x46\xd1\ \xc9\x6a\x0e\x9a\x3c\xf3\x4a\xe6\x4b\xa2\xa3\xc9\x6a\x0a\xc7\xfe\ \xf0\x2e\x45\x20\xe2\x40\xa8\x91\xcd\xc8\x64\x1c\x91\x40\x30\xb3\ \x30\x76\xf7\xee\x8b\xcd\x99\xb5\x67\x13\x19\x4b\x77\x27\x5e\x3c\ \x11\x90\x03\x7c\xbd\x3c\x49\x68\x6f\x5f\x77\x27\x6f\x5f\x4f\x57\ \x2f\x27\x77\xaf\x00\x57\x94\x3f\x29\x80\xe0\x1d\x40\x16\xc8\x28\ \x1c\x82\xc8\x32\x23\x1b\xb3\x6f\xd8\x97\x44\xbe\xce\x4e\x4e\x5e\ \x5e\x04\x27\x5f\x94\xb7\x7f\x00\x41\x9d\x99\x29\xa0\xd0\x09\x80\ \x8c\x79\xed\x48\x05\xec\xd4\xc7\xcd\xd3\x29\xa4\x34\x76\x72\x7e\ \x34\x16\xf0\xab\xd2\xd2\xc4\x44\xc0\xb0\xa4\x1a\xbd\x82\xa7\x53\ \x02\x51\x35\x78\xa0\xab\x2e\xbb\xcf\xac\x12\xf2\xd9\x4c\x89\x5c\ \x6c\xd4\xaa\x34\x7c\x26\x8d\x26\xe6\x8b\xb3\x35\x3a\x5b\xb5\x46\ \x2e\xa1\xf1\x01\xc5\x52\xc8\xa5\x62\xae\xd2\x28\xd6\x59\x25\x52\ \xab\xd5\xcc\x70\x38\x1f\x83\xcf\x2c\x47\xa2\xc4\xd4\xea\xa7\x79\ \x41\xb8\x64\x08\x83\x55\x61\x03\x3b\x4c\xaa\x28\xcb\x4a\x83\xf6\ \xa5\xe0\x9e\x34\xc0\x72\xb2\xca\x20\xe5\x4a\x81\x0d\x0e\x29\x53\ \xb0\xc7\xc0\xa1\x1c\xa7\xca\xa6\x52\x1c\x7d\xa5\x57\x17\xd3\xfa\ \xe3\xe3\xfd\x70\x7e\x8b\x8b\xa1\xa1\xc4\xc8\xa0\x08\x3c\x9e\x1d\ \xa7\x34\xd6\x55\x5b\x9b\x5b\x7b\x0b\x0a\xcd\x3a\xa1\x2d\x2a\x25\ \x65\xbc\x3f\x39\x25\xba\xa0\x5a\xc1\x92\xf3\xa4\x42\xb1\x81\x27\ \x35\xe9\xb5\x43\x75\x52\xa9\x52\xab\xd0\x02\x36\x28\x87\xeb\xf8\ \x7c\xad\x51\xab\x90\x2b\x15\xe0\xb2\x41\xc1\xb3\xc5\x2c\x42\x93\ \x86\xb2\x71\xf0\x3c\x92\xe7\xf8\xa9\x32\xd8\x3c\x3a\xb5\x98\x96\ \x96\x0c\xe7\xff\x80\x26\xc4\xae\xda\x1e\x5f\x89\x5c\x44\xe2\x70\ \xc4\x60\xde\x5f\xa2\x57\xaf\x05\x82\xe7\x14\xf4\xdb\x50\xf0\x03\ \xb0\x32\xb7\x9a\x06\xa5\x6f\x7f\x38\x06\x83\x80\x6b\x7b\xc1\xb8\ \xf0\x60\x3f\x62\x70\x7c\x38\x12\x13\x1c\x84\xc0\x22\x60\x87\x67\ \x92\x1f\x11\x03\x9b\xd8\xc3\xb1\x88\x78\x2c\x12\x80\x50\x68\x72\ \x30\x16\xd0\x01\x18\xf3\x05\xd3\x27\x10\xb0\x60\x15\xef\x87\x47\ \x60\xf1\x41\xd1\xd0\x05\x0b\x00\x72\x54\x54\x10\x82\x08\x24\x60\ \x10\x50\x80\x71\x41\xe0\xfe\xa8\x24\x2a\x8d\xcb\x8d\x89\x22\x46\ \x27\x39\x56\xf4\xe3\xe2\xd8\x4a\x26\x8b\xa9\xd0\x32\xc4\x3d\xfa\ \x3a\x43\x83\xa2\xba\x71\x64\xa8\xea\x40\x73\x71\x6b\x77\xcf\xde\ \xa3\x3f\x3f\x7f\x2d\xe0\xf8\x96\x8a\x5a\xab\x7a\x5b\xab\x1a\x9b\ \xf2\x0b\x6b\x72\x8a\x5b\xf3\x3b\x2a\x7a\x1b\xf7\x36\x55\x14\x97\ \xec\xaf\xd8\x57\x99\x53\xb4\x6f\x5f\xd1\xfe\x9a\xda\xa6\xbd\x05\ \x7b\x6b\xcb\x73\x5a\x8b\x8f\x74\x1c\x1e\x3e\x72\xec\xe2\xf5\x1b\ \x13\xdf\x25\x35\x3d\x6c\xe9\x28\x8c\x51\x19\xc8\xe7\x0c\x06\x85\ \xad\xae\xa5\x6f\x68\x6f\x6e\x67\x61\x65\x7e\x45\x47\xd1\xfe\xdf\ \x5f\x3f\xff\xfb\xd9\xb3\x35\xbb\x9d\xce\x59\x5b\x5f\x7a\xb2\xf4\ \xec\xc1\x93\x95\xcb\x6b\x0b\x63\xf4\x00\x14\x00\x9d\xd8\xd4\xc0\ \xc0\x90\x10\x70\xf6\x4b\x9d\x3c\xf3\xe6\xdd\x9d\x53\x67\x4e\xcd\ \x4e\x86\x9d\xd9\x03\x17\xd7\x77\xff\xb0\x6d\x97\xf9\xc1\x6b\x06\ \x16\xdd\x77\x3d\x7a\xba\x2c\xa2\xa3\x44\x1c\x7f\x27\x4f\x97\xd4\ \x44\x6f\xe7\x1d\xae\xfe\xcf\xae\x1f\x1d\x6a\xce\x19\x68\xee\x1c\ \xe8\x3c\x70\xa0\xa5\xda\x6a\x36\x57\xeb\x75\x66\xad\x32\x5b\x2c\ \xe6\x32\x59\x52\xbd\x5e\xa7\x92\xf2\x58\x3c\x89\x92\x45\x65\x32\ \xa5\x42\x1e\x83\x19\x97\x14\x13\x85\x09\x46\xc4\xd1\x92\xcc\xd9\ \x12\xb0\x67\x82\x9d\x58\x65\xc8\x71\xbd\xe6\x52\x7f\x36\xcc\xe3\ \x55\x51\x71\xfe\xf5\x44\xef\xd6\xd3\xaf\xea\xdb\x6b\xb4\xe6\x21\ \x93\x44\xc2\xa2\xf2\x14\x83\x6d\x25\x45\x85\x03\xa7\x2d\xb3\x8f\ \x20\x5c\xbd\x7c\x74\xfb\xe6\xb5\xf4\x53\xb3\x6e\x6e\x3b\x64\xbe\ \xe7\xe7\x12\x2f\xfd\xf9\x3d\x8e\xc7\xa2\x45\x32\xc4\xb4\x84\xc8\ \x04\xa3\x42\x2b\xe7\x03\x1d\xca\x63\x27\x70\x69\x60\xe3\xd3\xe4\ \x72\x8d\xd2\xdc\x32\x62\x1b\x6a\xb0\xb5\x8d\x8c\x74\x76\xf6\x74\ \xf6\x35\xd4\x75\xe6\xe7\xb4\x16\xec\xcb\x2d\x38\x5e\x7e\xfc\xe0\ \xfe\xfc\xa3\xc3\x87\xf2\x5b\xc9\xde\x19\xf6\x5f\x4e\x5f\xbc\xfe\ \xcb\x6f\x3f\xfd\x7e\xf9\xca\xeb\x73\x4b\x32\x12\x3a\xf5\xd2\x97\ \xdb\x88\xf5\xe5\xe7\xee\x7d\x9f\x86\x71\x3e\x41\x8e\xa3\xbb\xf4\ \xcb\x5d\xff\x27\x6c\x62\xd7\xce\xed\x91\x9c\x9d\x9f\xa5\x7c\xed\ \xfc\xe4\x96\xbc\xfb\xc3\x8c\xce\x16\x60\x6d\x87\xaa\x3e\x9a\x03\ \x0c\x6b\x1e\xd0\xab\xd2\xd1\xf6\xc9\xf6\xd2\xc9\xf6\xd4\x7a\xd8\ \x88\x15\x18\x16\x96\x18\xb8\xc3\xcd\xd3\xdf\xd9\x93\x44\xa7\xd3\ \xd7\x27\x96\xd0\x64\x99\x9a\x4e\x02\xd4\x59\x26\x92\x65\x64\x72\ \xc8\x32\x6f\x4f\x94\x97\xa7\x3f\x49\x94\xc9\x21\x90\x44\x4f\x32\ \xc8\x24\xa0\xdd\x28\x4e\xe4\xcd\x05\x68\xaa\x40\xce\xa0\xa8\xed\ \x16\x8b\xcc\x4e\xca\xcc\xe0\x2c\xcd\x4c\xac\xcd\x3c\x79\xb8\xbe\ \xf9\xca\x02\x13\x71\xde\x3e\xb0\x03\x49\x17\x10\x80\x22\x78\x01\ \x19\xe9\xe2\xed\xec\xe6\x84\xf6\x74\x72\x77\xf2\xf5\xf0\x42\x11\ \x02\x9c\x7d\x7d\x09\xfe\x04\x34\x81\x23\xb0\x8f\x65\x64\xde\x1d\ \xcb\x50\x13\x08\xbe\xde\x9e\x5e\xce\x4e\xde\x28\x5f\x5f\x2f\xb2\ \x17\x0a\x05\xd4\x61\x80\x80\xe3\x52\x0f\x01\x2b\xd0\x23\xb1\xbd\ \xbd\xbe\xbd\x74\x74\x34\x3d\x35\xbd\x7e\x32\xbd\x34\x3d\xf6\x0b\ \x8d\x58\xa8\xd0\x08\xb9\x3c\xa3\xa1\xbb\xc7\x66\xaa\xd3\x28\xa4\ \x5a\xa3\x4e\xc1\xd4\xb2\x14\x3a\x53\xb7\x4a\x6f\x12\x2b\x25\x4a\ \x9e\xd6\x04\x67\x66\x15\x52\x9e\xd6\x26\xcd\x56\x18\x54\x5a\x29\ \x5f\x63\x34\xd9\x74\x5c\xa5\x9e\x05\x48\xd3\x78\x56\x19\x0c\x33\ \x74\x58\x36\x5c\xed\x77\x30\xac\xfe\xfe\xab\x0e\xfc\x59\x4c\x76\ \x54\xdb\x53\x80\x0c\x84\xeb\x81\x70\xbd\x10\x08\xbf\xac\x29\xe8\ \x5c\x13\x3f\x05\x33\x58\x61\x42\x6a\x3f\x0c\x0f\xeb\xcf\x2a\x83\ \x21\x5e\x00\xb1\x1c\x43\xd3\xe3\x8b\xf1\x65\x70\xd5\x2e\x25\xbc\ \x7f\x0a\x89\x88\x60\xb0\x22\x82\x68\x4c\x9e\xd0\x68\x30\xef\xcd\ \xed\x6b\x2b\xee\xae\x96\xea\x35\xd8\xb4\x94\x2c\x6c\x7c\x9a\xb9\ \x5c\xa3\x33\x99\xea\xba\xac\x66\x1d\x8f\x2d\xae\x36\xf0\x25\x0a\ \x89\x52\xaa\x50\xf2\xf4\x1a\x25\xa0\x5a\x60\x5f\x93\x18\x8c\xd9\ \x75\x4a\x85\x4e\xab\xd4\x28\x42\x57\x61\xd0\xfc\xf8\xf8\xd4\x14\ \xf1\xb0\x01\xfa\xe6\xc0\xd0\x6b\x68\xee\x8c\x0d\x0f\x46\x42\x83\ \x98\x2c\xc3\x4f\x2b\xb8\xd5\x50\x3c\x31\x02\xc1\x7a\x7d\xf2\xca\ \xeb\xbf\x03\xde\xde\x15\x2d\x23\x21\x07\x04\xef\x12\x36\xec\x03\ \xe2\xd8\x1f\x8e\x80\x99\xf6\xd8\x60\x0c\x34\x67\xc8\x0a\x87\xab\ \x83\x58\x68\x80\x19\x1f\x8c\x44\xfa\xf9\xc1\xc5\xbf\xd0\x64\x3f\ \x4c\x3c\x06\x99\x0c\x70\x10\x1b\x1c\x8c\x23\xc2\x58\x89\xc8\x68\ \x3c\x12\x03\x84\x62\xb0\x5f\x30\x36\x2a\x0a\x89\x0b\x06\x38\x15\ \x49\x0c\x82\x61\xd4\x51\x5b\xae\xed\x08\x04\x1e\xb6\x73\x03\x21\ \x12\x13\x1d\x91\x90\x14\x41\x8c\x48\xa2\xc6\xc5\xb0\x99\x4c\x1a\ \x83\x4d\xa3\x72\xf9\x42\x95\xbe\x4e\xa5\xed\xee\x1a\xea\xae\x3e\ \x30\x68\x32\x0f\x74\x8d\x64\xb7\x1d\x39\x71\x65\x63\xd3\xdf\xad\ \x7d\xa2\xb1\xb8\x69\x5f\x7e\x51\x47\x45\xfe\xbe\xaa\xce\xce\x91\ \x92\xdc\xdc\x9c\xfc\x9a\xce\xda\x9c\xc2\x8a\xf2\xaa\xaa\x82\xfd\ \xb5\x45\xf9\xf9\xb9\x45\xb9\x47\xf3\x2b\x8a\x86\x0b\x73\xbe\x3b\ \x7c\xfd\x60\xc7\xc5\xe7\xdf\x5f\xec\xb8\x5e\x44\xd5\xad\x35\x1f\ \xaf\xe2\x4b\x8b\xdd\x9e\xeb\xba\x3a\xfb\x0e\x8c\x74\xb6\x55\x35\ \xb5\xe5\xec\x2b\x2e\x38\x38\xbc\xff\xe8\xf3\xef\x1f\xff\x75\xe5\ \xc5\x93\x95\x8d\xb5\x27\x2b\x57\xce\xbd\x7d\xfa\x7a\xf9\x19\xf8\ \xf2\xf4\xf2\xb9\x57\x33\x9c\x00\xb7\xf4\xd4\xc4\x40\x37\x97\x30\ \x9f\xd4\xd8\xb0\xc9\x6b\x2f\x5f\xde\x03\x1f\x6f\x1e\xfd\xf9\xee\ \xde\xfb\x6f\xbe\x7c\xf9\xc7\x97\x3b\xff\x74\xf8\x12\x38\x4a\x57\ \x0e\xb7\xe4\x5d\x1b\x37\xc8\x84\x4c\x81\x57\x60\xa2\x87\xb3\x93\ \xa7\xbb\x40\xe6\x4f\x7e\xf1\xd7\xe1\xbe\x06\x40\xe8\x5a\x7b\x07\ \x06\x87\x46\xea\xea\x4c\x36\x83\xd1\xaa\xd7\xb2\xf9\x2a\x89\x58\ \xc3\x55\x6a\xa5\x72\xa5\x5c\xa5\x67\x52\x99\x42\x25\x9b\x4d\xe5\ \x32\x92\xe2\x60\x04\x5b\x44\x34\x8e\xc8\x62\xf0\xf5\x3c\x25\x10\ \x8b\x3c\x65\xb6\x49\x57\xb1\xe3\x6c\x60\xde\x6c\x5e\x88\xff\x2f\ \x85\x39\xc7\xbd\x7c\x2a\x8e\x2d\x4d\xc6\x76\x6b\xb4\x2a\x39\x3b\ \x21\x81\x2d\x57\x9a\x87\x5a\xf3\x5b\x4d\x25\x9e\x67\x6e\xdf\x79\ \x77\xef\xd1\xcd\x3b\x77\x2e\x3d\xaa\x9f\xbf\x94\x27\x70\x4e\x15\ \x38\xe7\x85\x5d\xba\x77\x86\x17\x47\x65\x46\x01\xf6\xc6\x4e\x8a\ \xe4\xf1\xa4\x7c\x3e\x97\xcf\x8b\x63\x31\xa9\x0c\x06\x8d\x0b\x9e\ \x41\xc5\x57\xea\x1b\xba\xba\x7a\x7a\x06\x7a\xba\xfb\x06\x5b\x87\ \x0e\xf4\x54\x0f\x14\x56\x1c\xac\xca\xa9\x28\x1e\x3e\x74\xa8\xbc\ \xa9\xb2\x63\x5f\x79\x45\xd5\x4a\xea\x6f\xfb\x7f\xfe\xfe\xfe\xfd\ \x5b\x27\xbe\xfb\xed\x3f\xcb\x9b\x32\x7f\xb7\xd2\xd4\x76\x47\x2f\ \xd6\x16\x1e\xed\xfa\x6c\x18\x60\x2b\x24\x67\x5b\xfd\x6d\xf9\x5d\ \x6d\xa3\xd1\xe7\x16\x0c\xbb\x77\xef\xfa\x6c\x60\xf0\x43\xc9\x6a\ \xf7\xe7\x46\x33\x9f\x49\x42\x87\x20\x74\xd0\xb1\x9d\x7b\xfe\x3c\ \x7b\x6a\x6e\x6e\xbe\x7e\x76\x7e\x6e\x7e\x72\x74\xb2\x3e\x3d\x36\ \x31\x2f\x35\x2c\x24\xd1\xcd\x27\x2c\xd6\xc7\x7d\x87\xa7\xaf\x97\ \x2f\x99\x92\x91\xb9\x99\xa9\x0e\xf0\x17\x90\xfd\xc9\x63\x24\x91\ \x28\x23\x33\x23\x43\x64\x07\xd0\x45\x11\xa0\x33\x65\x32\x81\x88\ \x1e\xc0\x79\x26\xf3\xf7\xa7\x53\x00\x0c\x89\xd6\x33\x08\x68\x20\ \x0f\xd5\x0e\xbb\x3e\xce\x8c\x6c\x61\x61\x6c\x62\x69\x69\xe3\xc9\ \xca\xdd\x8d\x8d\x85\xbb\x1b\xe7\x9e\x3d\x5b\xbe\x72\x6e\x02\xed\ \x8b\x42\x07\xf8\xfa\xfb\x93\xdd\xc2\x3c\xdc\xdc\x7d\xfd\x3d\x9c\ \x9d\x9d\xbd\x9d\x03\x3c\xbd\xc9\x64\xb2\xbf\x8c\x12\x80\x46\x93\ \xd1\x02\x19\x5a\xed\xfe\xe6\xce\x74\x9e\x7b\x00\x09\xed\xec\xe6\ \xec\xec\x19\xe0\xef\xe4\xee\x8d\xf6\xf4\xf4\x25\xf9\x07\xb8\x27\ \xd6\xa7\x87\x24\x06\xe6\xc1\x0e\xbd\xd1\xfa\xd2\xbc\xf6\xbc\xb0\ \xc4\xc4\xfa\xd8\xf4\x1d\x21\x5f\x30\xe5\x52\x8d\x41\xc3\xe3\x2a\ \x8c\x1a\x95\x59\xc7\x67\x52\xa5\x46\x9d\xa1\x4e\x9f\x2d\xd4\xea\ \x75\x1a\xbd\x4d\x65\xa8\xe3\xc3\xa6\x71\xbd\xa6\x41\xab\xd0\xc8\ \x0d\x1a\xa5\x42\x62\xed\xb6\x99\xc1\x6e\x94\xad\x32\xe8\xa4\xbc\ \x64\x98\x56\x91\x05\x47\x99\xa1\x18\x5c\xdd\x62\x59\xfd\x8e\xb4\ \xd1\x45\x38\xd9\x3c\xb5\x78\xd5\x01\x42\x65\x8b\x8e\xa9\x1d\x70\ \x0f\x8c\x6d\xee\x87\x30\xb7\x98\x06\xe7\x74\x1c\xad\xee\x40\x9e\ \x41\xaa\x03\x24\xa3\x03\xe7\x60\x10\xf5\xd5\xab\xe0\x81\x29\xe1\ \xf1\x69\x58\xbf\x32\x70\xc4\x47\x33\x93\x22\x85\x40\x11\x68\x8c\ \x83\x5d\x07\x5a\x07\x1a\x7b\x01\xb2\x56\xb3\x17\x53\xca\xe2\x53\ \x52\x90\xf9\xcd\x5a\x9d\xdc\x54\x07\x68\x95\x94\xc1\xd4\x54\x6b\ \xb5\x46\xa5\xd2\x66\x6d\xd0\xdb\x74\x2d\x3a\x58\x71\x53\x66\xeb\ \x34\xb6\xaa\x3a\x73\x97\xd1\x68\x96\xc2\xca\x1a\x20\x4b\xe3\x8b\ \x59\xc5\xf7\x61\x06\x63\x19\xa4\x4d\x00\xb1\x80\x1a\xc4\x61\x90\ \xe1\x29\xe1\xc9\xc2\xdf\x51\x49\x8b\x69\x48\x7c\x64\x78\xd2\xe5\ \xdf\xbe\xfa\xea\x1c\x6a\xe9\xb5\x7a\x33\xa8\x2c\x05\x9a\x7a\x41\ \xe7\x7a\xc7\xdc\xf6\xf8\x54\x28\x31\x26\x08\x13\x1a\x1c\x0a\x8d\ \x64\xe2\x93\x31\x08\x24\x2e\x1c\x47\x0c\xc5\xc6\x23\x10\x70\xfd\ \x0f\x87\x4c\x46\xe2\x91\xe1\xc1\xb8\xe0\x78\x64\x54\x10\x32\x9c\ \x88\xc7\xfa\x61\x82\xf0\x78\x80\x69\xd8\x20\xbf\xf0\x20\x2c\x12\ \x1f\x13\x4d\xc4\x47\x45\xe1\x00\x99\x8a\xc6\xe3\x71\x31\x91\xe0\ \x22\x0e\x5c\x8f\x24\x26\x44\x46\x45\x44\x81\xbb\xa3\xa3\xe3\x18\ \xd1\xd4\x28\x1c\x35\x89\xcd\x62\x72\x19\x4c\x89\x50\xca\xe2\xf2\ \xd9\x09\x4a\xc3\xc8\xc8\x01\x5b\x57\xf3\x50\x5d\x5d\x97\xa9\xba\ \xe0\xd6\x77\x3f\x3f\x59\xe3\x84\xcc\xaf\x74\xe5\x14\x17\xd7\x54\ \xb5\xe6\x0c\xf5\xb5\xf6\xf4\xd4\xe4\x16\x16\x55\x0c\x17\xee\x2d\ \x3a\x7e\xb8\xa2\x62\x38\xf7\xf0\x61\xf0\x6d\xff\xf0\xa1\xfd\xe5\ \x40\xc0\x1c\x3a\x58\x3e\x7c\xeb\xc4\xb7\x3f\xdd\x3f\x71\xac\x24\ \x5b\xde\xd2\xcc\x36\x2d\x1d\xf9\xc5\xcc\x53\x35\x87\x2d\x9b\x7b\ \xda\x00\xd0\x1d\xdb\x3f\x9c\xbb\xb7\xa2\xfc\x70\x45\x79\x61\xf1\ \xbe\xaf\x7f\xbb\x71\xff\xed\xdf\xaf\x97\x7f\xfd\xfb\xca\xdf\x7f\ \x7d\xf5\xfc\xf5\x5f\xf7\x1f\x3f\x7f\xfd\xfa\xf7\xc7\x4f\x7f\x07\ \x97\x27\xbc\xdd\x7d\x5c\xc3\x42\x9c\x9c\xbd\x5d\x03\xc3\x76\x84\ \x8d\x9e\x7d\xf3\xe7\x1f\xf7\xde\xbd\xb9\xf7\xe6\xce\xa3\xf7\xf7\ \xde\xfc\xf1\xc3\x37\xff\xfb\xe6\x7f\x8e\x26\x77\xe8\xb3\x02\x15\ \xcd\xbd\xaf\xda\xae\x2f\x79\xfa\xa3\xbd\x9d\xbd\x38\x5e\x5e\x14\ \x3a\x4a\xf6\xe2\x79\x3e\xb4\x3c\xdd\xdb\xd3\x32\x50\x39\x32\x64\ \x35\x98\xbb\xad\x80\x53\x69\x15\x42\x29\x4f\xcf\x15\x2b\x85\x72\ \xbd\x92\xcf\x97\x48\x78\x2c\x36\x5b\xca\xe0\x33\xa8\x8c\x18\x5a\ \x74\x4c\x10\x0e\xc0\xbc\x46\x09\xa7\x30\xb8\x5a\x8d\x52\x2e\x31\ \xca\x8b\xea\x6f\xe6\xc1\x55\xfc\x90\xe5\x8e\x9a\xbd\x9c\xd4\xfa\ \x0d\xfe\x05\x00\x00\x20\x00\x49\x44\x41\x54\x83\x47\x9f\x8c\xba\ \x4a\x84\x72\x1e\x23\x89\x11\xc9\x54\xc8\xcd\x6d\x9d\xb5\x07\xba\ \xde\x26\x9e\x39\x73\xe6\xce\xbd\x37\x2f\x6f\x5f\xbb\x74\x73\x32\ \xf1\xec\x29\x2f\x5f\xd7\x30\xb4\xc7\xe8\xd9\x97\x7f\x6c\x10\x69\ \x2c\x2a\x55\xcc\x66\x25\x24\x51\x85\x42\x31\x8b\xaf\xe0\xb3\x14\ \x62\x6e\x42\x0c\x0f\xdc\xcc\xe7\xb2\x84\xaa\x3a\xb0\xdd\x1b\x7b\ \xba\xba\xab\x1b\x73\x1b\x1b\xfb\xba\x7b\xca\xab\x80\xf8\x2e\x18\ \x3e\x52\x50\xbb\xaf\xb9\xf8\x70\x4e\xd1\xd7\xd7\x9f\x4c\x1c\x3b\ \xfd\xed\xd7\x5f\x3f\x5f\x7e\x91\xa1\xf6\x0a\x9b\x9e\x4b\xad\xaf\ \x07\xcc\xe6\xde\x9e\xcf\xea\xe9\x8e\xca\xde\xae\xcf\xc7\x97\x3f\ \x12\xaf\xed\xc6\x84\x2f\x3f\x43\xb1\xcf\x44\xdf\xd6\xbc\xa0\x43\ \x13\xee\xfc\xac\x73\x74\xf7\xce\xff\xbf\xc1\x14\x5e\xd8\xb3\xeb\ \xda\xa9\xb9\xe9\xf9\xc9\x59\x40\xb4\x26\xc1\xc1\x9f\x97\x0a\x68\ \x4b\x22\xa4\x58\x89\xa9\x89\xae\x9e\xee\xee\x01\x01\x32\x11\xc9\ \x62\x5f\xb3\x13\x08\x02\x02\x99\xcc\xe1\x64\xa0\x02\xc8\x1c\x12\ \xd9\x32\x91\x21\xb3\x64\x64\x4c\xd8\x67\x16\xd4\x6a\xcb\xcc\xb3\ \x09\x74\x00\x20\x42\x04\xc2\xe6\x5d\x01\x85\x84\xa6\xc8\xec\x6b\ \x63\xb2\xcc\x09\xb5\x68\x6c\x7d\x63\x69\x62\xe3\xc1\xc2\xca\xfa\ \xcc\xdd\x07\x0b\xcf\x1e\x3c\x7c\xb6\xb1\x72\xe5\xe1\x03\xba\x2f\ \x99\x40\xf1\x74\x75\xf6\xf4\x72\x77\x72\x76\xf7\xf6\xf5\xf2\xf0\ \x70\xf7\xf0\xa6\x00\x1a\x67\xb1\x50\x48\x40\x5d\xfa\x7b\x0b\x38\ \x84\x00\x7a\xc0\xd9\x5d\xff\xdd\xb3\xfb\xfd\xa3\xb9\xbc\x40\x40\ \xbc\xbc\x3d\x9c\xfd\x03\x7c\xd1\x1e\x1e\xde\x9e\x2e\x21\x61\xe9\ \xf5\xb1\xb1\xf5\xf5\xa3\xed\xed\xf3\xf3\xf5\xa5\x89\x81\x21\x8e\ \x91\xea\xd8\xd4\xd8\x2f\x5a\xac\x46\xa3\x4a\x09\x40\x49\x2e\xd5\ \x6a\xcd\x4a\xad\x8a\x2f\xd7\x69\x06\xf5\xd9\x5a\xa0\x9f\x34\x36\ \xb3\x46\xa2\x11\x4b\x8c\x62\xa9\x4a\xa3\xd2\xf3\x55\x2d\x36\x8d\ \x58\xaa\xd0\xf0\x25\xd9\x42\xa5\x46\xa7\xd2\x98\xe5\x38\x18\x75\ \xbf\x9a\xe5\x18\x1e\x5c\x5d\xfc\x67\x15\xfa\xcb\xc0\xe2\xf4\xd6\ \x62\xe1\xd4\x14\x9c\x22\x84\xbd\x55\xfd\xf0\x6b\xd6\xd4\x62\x16\ \x38\xe4\x93\xa7\x60\x35\x2b\x6d\x11\x88\xc3\xac\x32\x38\x16\xb3\ \xb8\x0a\x1b\x2d\xc1\x63\xb3\xfa\xcb\xae\x2e\xc2\xc2\x7d\xda\x22\ \x64\x3d\x00\x49\xca\xb0\xa1\x08\x70\x78\x63\x82\x70\xc4\xe8\x38\ \x1a\x53\x2b\x57\xd5\x75\xdb\x3a\x9b\x1b\x73\xf6\x8d\x18\xea\xaa\ \xb3\x11\xfd\x53\x69\xf1\x65\x53\xe2\x02\x2d\x8f\x29\xd5\x4b\x25\ \xd6\x6c\x89\x42\x5c\x37\x38\xd8\xd7\x6d\x6b\xa9\x36\xdb\x06\xeb\ \x74\xd9\x46\x83\xcd\x68\xea\x96\xcb\x1b\xfa\x5a\x5a\xea\xb2\x8d\ \x83\x52\xb8\x54\xd9\x1f\x0e\x88\x15\xe3\x2d\x7f\x11\x66\x67\x94\ \xa5\x41\xcf\x42\x80\x34\x00\x51\x00\xf8\x84\x27\xeb\x7f\x5f\x8b\ \x5e\x4c\xc3\xe2\x22\xf1\xd1\x17\x7e\xce\xf8\xfb\xf5\xdf\x9c\x67\ \x13\x4f\xe2\xc0\x1b\xeb\xdf\x9e\xeb\x86\x56\xd2\x57\x17\x91\x11\ \x7e\x58\x3f\x47\x86\x0f\xb4\xe2\x0b\xc6\xe1\x31\x78\x9c\x1f\xcc\ \x4f\x45\xe0\x00\xf5\x02\xa4\x2a\x02\x89\x45\xfa\x85\xc3\x9e\x07\ \x84\x1f\x0e\x0f\x54\x24\x78\x20\x16\x43\xf4\xc3\xe0\xc0\xc3\xe1\ \xba\x21\xd0\x87\x91\x44\x1c\x1e\xc8\xc0\x04\x62\x10\x31\x22\x12\ \x07\x70\x2a\x3a\x88\x18\x15\x1d\x17\x47\x04\x47\x65\x44\x54\x1c\ \x8f\x11\x1d\x17\x43\x4b\x88\x4b\x00\x60\xcd\xe2\xea\xe5\x7c\x2e\ \x50\x29\x52\xbd\x75\xb0\xb7\x79\x68\xb0\xa1\xda\x6a\xd0\x15\x9e\ \xfe\xea\xbb\xa7\x0f\x26\xc2\xc2\x7e\x29\xaa\xac\x69\x6c\x6d\xd0\ \x99\x3a\xfb\xaa\x9b\x0a\x2b\xf7\xb6\xe6\x1c\x2a\x38\x54\x5b\x54\ \xb8\xbf\xbc\xa2\xb6\x23\xb7\xb0\xf6\xf8\xf1\xdf\x2e\x7e\x5f\x7b\ \x68\xff\xd1\x23\x17\xae\x17\x1d\xfe\xf6\xe7\xaf\x56\x9e\x96\x18\ \xad\xd5\x66\x5d\x65\x71\x8c\x7c\x79\xe5\x8a\x46\xa2\x2c\x76\xf9\ \xc9\xd6\x5a\x5c\x52\x52\x54\x5e\x7b\xa4\xa8\x68\xf8\xeb\xeb\xdf\ \x1e\xac\x3d\x58\xb0\xef\xd0\x8d\x1f\x7f\xfd\xed\xeb\x5b\xc7\x7e\ \xfe\xed\xe4\xd3\xff\xfc\x76\xff\xf9\xaf\x8f\x6f\xdc\xf8\xf9\xf1\ \xaf\xf7\xef\xff\xfc\xfc\xef\xcb\x4f\xcf\xc9\x9c\x77\xb8\x07\x78\ \x92\x29\x5e\xee\xee\xae\x3e\x3e\xa9\x73\x97\x20\xcd\x7a\xf3\xf2\ \x1d\x60\x59\x7f\xfc\xf1\x3f\xf0\xf9\xbf\x0f\xbe\xc8\x5b\x2d\xa4\ \xbb\x46\x7f\xe9\x3d\xb2\x46\xe2\x88\x38\x14\x2f\xb4\x8c\x4c\x5e\ \xfb\xeb\x50\x6f\xdf\x50\x57\xef\x40\x4d\xcf\xd0\x90\x75\xc8\xd6\ \x60\xb3\x59\xf5\x4a\x93\x5c\x2b\x16\x53\xc5\x62\xa3\x44\x62\x54\ \x08\xd9\x00\x41\xf8\x4c\x36\x93\x4b\xa3\x31\x98\x00\xb2\x22\xe2\ \xa2\x89\x18\x7c\x92\x5c\x21\x95\xb0\x14\x2a\xb9\x52\x2f\x55\x09\ \xf5\xd7\xf3\x1e\x01\x36\x31\x3a\x5f\x8a\xba\x55\xd4\xfa\x2a\xb1\ \x20\x77\xb9\xdd\x93\xc1\x96\xc4\x45\xe0\x68\x5c\xbe\x5c\x6f\xb5\ \xf5\xf4\x74\x7d\x3f\xe3\x39\x39\x79\xfe\xf6\x9b\x77\xf7\x6e\x9f\ \x9d\xbd\x74\x7e\x7e\x7a\xd2\x67\x21\xd1\xcd\x99\x93\x3e\x7f\xed\ \xdd\xfb\xc2\x88\x24\xc0\xa8\xe4\x4c\xa0\xc2\xa9\x7c\x1e\x4f\x23\ \x64\xb2\x84\x42\x39\x8b\xc6\x95\x48\xc1\x66\x67\x09\xeb\x0c\xd6\ \xc1\x96\x91\xea\x91\x91\x9e\x91\xca\x92\xe2\xce\xe6\xa1\xa6\x82\ \x92\xc2\xfc\xc3\xfb\x3a\x9b\x5a\x3b\xcb\x6f\x94\x77\xdc\x7a\xbb\ \x4e\x52\x53\x04\x1b\x63\x74\x8a\x6b\x1e\x10\x30\x21\x00\x13\xfc\ \x51\xa8\xd4\xf6\xdb\x1f\xdb\x43\xb7\x92\x67\xc1\xf7\x77\x7f\x7e\ \x9a\x1f\xfc\xac\xed\xea\x13\x40\x7d\xc8\xed\x72\x24\xd2\x7f\x9a\ \xce\xd9\x86\xb8\x9d\x9f\x31\xae\x0f\x0e\x59\x5b\x8e\x7e\x5b\x8f\ \xdd\xba\xb8\xe7\x8f\x53\x50\x12\xce\xb6\x4f\x4e\x4f\x97\xe6\x4d\ \xe6\xa5\x86\x84\x8d\xc2\x86\x77\x78\xf8\x07\xfa\x38\x3b\x07\x90\ \x50\x24\x3a\x60\x4a\x19\x6a\xb4\x37\xda\x22\x40\x91\x61\xbf\xb9\ \x88\xe4\x4d\xa0\xa0\x45\x13\x82\x09\x11\x67\x69\x63\x6c\x66\xe3\ \xe1\xb3\x31\x5f\x14\x89\x4c\x26\xd1\xd7\x1f\x72\xc0\x57\xd1\x8c\ \x25\x73\x62\x46\x64\xb1\xac\xd9\x33\xed\x1b\x16\xc8\xad\xd6\xd7\ \xd7\x96\xc6\x96\x97\x5f\xc1\x18\x80\x4d\x3a\x01\x4d\x16\xa1\x9d\ \xfc\x09\x5e\x80\x65\x39\xa3\x02\xdc\x3d\x80\x10\xa4\xc8\x38\xa2\ \xcc\xf5\xf5\xcc\x8c\x4c\x34\x87\xee\xeb\x0f\xa7\xa6\x39\x80\xc4\ \x5d\xda\xf5\xdf\xff\x02\xd0\xfa\xdf\xbb\x4b\xf3\x3b\x7c\x51\x64\ \x11\x8c\x4e\xf1\xf6\x76\x73\x0b\xc9\x4b\x8d\x8d\x2d\x1d\x9d\x9c\ \x9c\x9e\x2c\x6d\x6f\x07\x24\x3e\x35\x7d\x47\x58\x7d\x6c\x7d\xde\ \x17\x7d\xb6\x16\xbd\x58\xae\x55\x19\xc5\x12\x89\xd8\x68\x50\x00\ \x46\x62\x54\xe9\xe4\x5a\x8d\x50\xa9\xd3\xe8\x8c\x0a\x9e\x52\x65\ \x02\xfa\xd0\xac\x02\xf4\x46\x61\xd2\x69\x35\x12\x61\xb6\x41\x99\ \x6d\xb0\xd9\x34\x5a\xa9\x32\x06\x16\xce\x57\x61\x11\x7d\x75\xcb\ \xab\x01\xc2\x16\x44\xb0\x0f\x11\x5f\x40\x7a\xfd\x03\x18\x17\x20\ \x31\xb0\xe5\x2a\x0d\x30\xad\x7e\x07\x5e\x40\x87\xe1\xb2\x94\xc5\ \x71\x58\x3d\x1a\x07\x37\x2e\xae\xa6\xc1\xb5\xc4\x55\xb8\x7c\xe7\ \x70\xa1\x19\xef\x5f\x85\x17\xfe\xe9\x47\x62\x83\x93\x83\xe3\x53\ \x90\x41\xd1\x31\x5c\x7e\x24\x0b\x30\x7f\x89\xb5\xb1\xb5\x31\xbf\ \xa4\x12\x88\x54\xb3\x10\xa6\xfd\x4c\x65\x85\x0e\x36\x2a\xc4\x5a\ \x8d\x66\xb0\x8e\xcf\xb7\x76\x55\x1f\xa8\x1e\xd4\xe9\x75\x6d\x0d\ \xd5\x43\x1a\xad\x51\x6f\xcd\x96\xab\x00\x50\xd9\xfa\x1a\xba\x25\ \x92\xee\xd3\x0a\x68\x35\x0a\x50\x29\x0d\x7b\x62\xdf\x6a\x30\x40\ \xbb\xfe\xfe\xb2\xd5\x7f\xca\xfa\xb1\x80\x61\xa5\x94\x61\x91\x18\ \x4c\x19\xfb\xe2\xab\x98\xb2\x64\x2c\x2e\x02\x8f\xfb\x69\xe5\xe1\ \x8b\xe5\xd7\x6f\xcf\x2d\x6d\xf2\xfe\x99\x9a\x72\xc4\x26\x42\x30\ \x2e\x9b\x72\xf8\x0e\xa6\x61\x83\x70\x18\x84\x1f\x90\x91\xf1\xc1\ \x78\x98\x73\x83\x40\xe0\x90\xf1\xa1\x58\x04\x10\x79\xc8\x50\x44\ \x14\x0e\x68\xcc\x64\xe8\x1f\x13\x1c\x0e\x9d\xb2\xe2\x91\x08\x1c\ \x02\x89\xc5\x63\x10\x38\x3c\x80\x32\x40\x11\x82\xf0\x11\x40\x3b\ \xe2\xa2\x89\x88\x08\x00\xc9\xc4\xc8\x20\xbc\x1f\x12\x5c\x8d\x8c\ \x88\x48\x88\x89\x8e\x4b\x88\x8b\x60\xb3\x78\x31\x80\x58\x30\x92\ \x92\x58\x42\x7e\x5c\x8c\x98\xcf\x62\x4a\xd9\x7c\x89\xd1\x60\xb5\ \x8e\x54\xdb\xac\x75\x4a\x73\xf1\xd1\xaf\xbf\xbb\xf5\x2c\xa0\xdd\ \xad\xa0\xb2\xb6\x77\xa4\xaa\xb5\xb2\xaf\xa1\xb1\x70\xdf\x91\xfd\ \x45\xb5\x07\x8f\x1f\x2a\xaf\xc8\xdd\x9b\x7f\x24\x7f\x7f\xd1\xe9\ \x8a\xe1\xda\xf2\xd3\x1d\xfb\x0f\xed\xcb\x3f\x7a\xb0\xf6\xf8\xc1\ \xa3\xcf\x5f\xc9\x26\xfe\xae\x30\x9b\x1a\xba\xaa\xf5\xb5\x3f\xc6\ \xf0\x9f\x8b\x5e\x88\x4d\xe6\x56\xe7\xa7\x7d\x39\xf9\xb9\xb9\xb9\ \x45\x85\x47\xca\xbf\x2e\xef\x38\x5a\xdb\x71\xbc\x36\xbf\x38\xe7\ \xe8\xa1\x1b\x5f\x9f\xfc\xfe\xc2\xa1\x63\xc7\x6e\x9c\x3e\x76\xe2\ \xf4\x8d\x5f\x7e\xfb\xee\xdb\xc7\x37\x7e\xfa\xf1\xd6\xd3\xd7\xbf\ \xff\x72\xff\xd7\xe7\xeb\x74\x5f\x0f\x6f\x34\x09\x85\x26\x78\x7b\ \xba\xbb\x05\xd6\xb7\xcf\xde\xbe\xf7\x0e\x28\xc3\x37\xf7\xfe\x7c\ \xff\xfe\xfd\xbd\x3f\xff\x00\xa8\xf5\xcd\x37\x1f\x52\x28\x7e\xd8\ \xf3\xdf\xf3\xcf\xab\x0b\x5e\x6d\x4e\x58\x50\x84\xcc\x0c\xfb\xb3\ \x82\x9e\xe6\xb6\xae\x92\xbd\x7d\xbd\xbd\x8d\x43\xe6\x11\x93\x1e\ \x50\x7d\x95\x51\xca\x05\x6c\x52\xc2\x14\x2a\xc4\x7c\xbe\x5c\xc2\ \x94\x48\xe4\x2c\x06\x97\xc9\xa5\xe2\xc1\x46\xa0\x45\xe1\x23\xf1\ \xb8\xa8\x24\xaa\x42\xa1\x51\xf1\x74\x7a\xa6\x54\xa7\x51\x28\xeb\ \xfe\x9a\xbb\x0d\x1b\x8e\x2e\xcd\xf9\xfc\xb5\xbf\xf8\xf2\x8e\x83\ \xc5\xbf\xc7\x0a\x98\xdc\x88\xe8\xe8\x48\xae\x5e\x65\x94\x37\x74\ \x0d\xf6\x1e\xfe\xcb\x4e\x16\x79\xfa\x5c\xba\xf9\xf2\xcd\xa3\x3b\ \xa7\xce\xcf\x9e\x99\x9b\x8f\xdd\xcc\x48\x74\x77\x0a\xb9\x79\xe9\ \xce\x9f\xf3\x42\x1a\x1b\xd0\x3a\x46\x5c\x02\x35\x9a\x26\x61\xaa\ \xa0\x3f\x2d\x03\xf6\xf4\xc5\x51\xa9\x34\x31\x97\x65\xac\xae\x36\ \x57\x77\xb5\x0d\xf4\xd4\x35\xd6\x54\x35\x77\x37\x74\x57\xef\xad\ \x29\xa8\x6a\x6d\x6b\x1c\xac\x2a\xc8\x29\xce\x2f\x3c\x74\xf1\xc7\ \x9f\x9e\x50\xdc\x7d\xdc\x7d\x76\x40\x43\x14\xfb\xfa\xd8\xcc\xb3\ \x57\x6f\xef\x72\xf2\xce\x7e\xf9\x89\x5f\x7d\xc8\x27\xfc\xdf\x37\ \x1f\x6d\xaf\x3e\x72\xa9\x2f\x77\x7f\xbc\xb6\x73\xf7\x47\xfb\x85\ \x7f\x1b\x8e\xee\xde\x8e\x4e\xdd\x0e\x57\xdd\xf9\x69\xcc\x10\xc2\ \xdb\xce\xdd\x9f\xe5\x51\xec\xb9\x36\x3d\x3b\xd9\x3e\x0b\x36\xca\ \xe4\xf4\xdc\x64\x6a\x69\x7a\xec\x68\x5e\x3a\x64\x58\xb1\x81\x6e\ \x3e\xde\x9e\x5e\xd0\x3a\xc6\x3e\x93\xc1\x41\x7b\x3a\xd1\x29\xe0\ \x1b\x8a\x43\x12\x11\xbc\x3c\x49\x84\x00\x99\x0c\x8d\x06\x68\x96\ \x99\xa1\xde\xd8\x58\x9f\xf1\x05\x2a\xce\x92\xc1\x91\xc9\x2c\xf6\ \x09\x7b\x26\x45\x2d\x10\x59\xd4\x1b\x0f\xd6\x28\x96\x89\x87\x0f\ \x56\x96\x36\x5f\x9d\x5b\x9a\x59\x5f\x5a\x79\xb6\xb9\xb9\xb2\xbc\ \x6c\xa7\x8b\x04\x74\x19\xc5\xd3\x8b\xe0\xe9\xed\x8b\xf2\x84\xa6\ \x5b\x6a\x8a\x48\xb4\x30\x01\xb0\x6f\x63\x63\x66\x8c\x00\x97\x04\ \x51\x74\x34\x89\xe3\x4b\xe0\xa8\x63\xbf\x71\xf4\xe4\x43\x19\xfb\ \xfe\xd1\xd9\xfa\x40\x37\x4f\x7f\x5f\x27\x57\x9f\xb0\xd2\xd2\xf4\ \xfa\xd1\xd1\xf4\xe9\xf6\x74\xf0\xaf\x3d\x0f\x5a\xe3\xa4\xe7\x85\ \xa5\xa6\x7e\x41\x8b\x93\xca\x55\x7a\x95\x52\x2f\xe1\xcb\x15\x46\ \x9b\x50\xa1\xed\xd6\x01\xd4\xd2\x6b\xf8\x72\xb9\x54\x65\x53\xf0\ \x25\x2a\x9b\x55\x27\x37\x9b\x54\x2a\xad\x5c\x2b\x51\xe8\xf5\xdc\ \xba\x6e\x43\x9d\x49\x67\xd6\x6b\x54\x0a\xe4\x6a\x99\xc3\xea\x18\ \x62\x15\x80\x17\x87\x2b\x32\x60\x5b\xb0\x43\x14\x5c\x5b\x9c\x72\ \x78\x97\xf6\xf7\xa7\xa5\xad\x4e\x65\x65\xf5\xc3\xc0\x8a\x32\xd8\ \xaf\x99\xd5\x9f\x32\xbe\x9a\x15\x0a\x1e\xec\x08\x3b\x8c\x07\x34\ \x0d\x46\x3a\x94\x41\x73\xbc\x45\xc8\xb1\x1c\xfd\xf2\xd0\xe5\x2f\ \x2d\x1c\xd0\xab\xd0\x14\x18\x24\x83\xc0\x33\xd8\x91\x34\xf0\x02\ \x1a\x7a\x7b\xfa\x1a\x0f\x14\xee\xaf\xd6\x2a\xbb\xe5\x29\xab\x10\ \xe7\x92\x2a\xba\x78\xd9\x56\x63\xb7\x59\xa5\xaa\x6e\xec\x1b\xd4\ \x76\xdb\x00\xa6\x4a\x8c\x26\x6d\x4f\x6d\x97\xa1\xba\x4e\x27\xb7\ \x76\xb5\x74\x59\x0d\x86\xc3\xcf\x48\xf2\x45\xf0\x02\xe2\xb3\xfa\ \x57\x1b\x5e\x10\xe3\x43\xe3\xb3\xca\xd2\xca\x56\x57\x57\xa1\xe7\ \x4d\x3c\x32\x18\x60\x0f\x12\x99\x16\xf7\xab\x2f\x6b\x35\x19\x0e\ \xda\xe0\x6e\x89\x5e\x3d\x3d\xf9\xec\xd9\xeb\x4d\x41\xcb\x3f\x53\ \x8e\x11\x22\xe8\xca\x3a\x05\x5b\x5f\xfb\x61\x5f\xac\x5f\x94\x5f\ \x28\x16\x99\x9c\x8c\x44\xe2\xe1\x0f\x63\xa1\xa5\x1c\x26\x3a\x14\ \xfc\x2c\x26\x1c\x1b\x0c\x23\xe7\xb1\x98\xf0\x64\x1c\x02\xeb\x87\ \x45\x60\xa0\x33\x1f\x11\x8b\x27\xfa\xe1\x81\xf8\x23\x62\xa2\x01\ \xc6\xe1\x61\x6b\x7b\x50\x14\x22\x18\x80\x16\x31\x09\x88\x42\x3c\ \xa0\x59\xe0\x3f\x31\x41\x48\xa5\xc5\xb1\x59\xd4\xb8\xa4\x18\x2a\ \x4d\xc8\x8d\x63\x4b\x15\x62\xd8\x1f\x27\x64\x73\xc5\x7c\xe5\x50\ \x9f\x49\x55\xdd\x30\x58\x67\x6c\x6b\x3e\x74\xfd\xdb\xef\x5f\x93\ \xda\x39\x8d\x35\xfb\x2a\x1b\xea\x7a\xaa\x9a\xf6\xf6\xd6\x54\xb7\ \x9d\xce\x29\xc9\xf9\xed\xdb\x83\x87\x8e\x1c\xae\x2c\x2e\xaf\xdd\ \x3f\x7c\xe2\xe8\xe9\x1b\x15\x05\xe5\x1d\x87\x4e\x9f\xde\x5f\x7b\ \xf1\xfe\xe5\x85\x8d\xa5\xa5\xb7\xc3\xd5\xf2\x16\x6b\xb7\x51\x55\ \x73\x9d\xc5\xd8\xe7\xfe\x94\x57\x67\xad\x75\xfb\x4f\x63\x4d\xdb\ \xde\x7d\x07\x6b\xf7\xed\x3f\x74\x7d\x7f\xc7\xf0\xd1\xe3\xc3\x87\ \x87\x8b\x9a\x72\x0b\xca\x8f\x5d\x38\x78\x6c\xff\x89\x23\xc3\xd7\ \x8f\xe4\x1f\xbb\x7e\xfa\xc6\x8d\x1b\x4f\xef\xff\xfc\xfd\xe3\xe7\ \xf7\x7f\x3b\x79\xf2\xe9\xaf\x8f\x4f\xfe\x3d\xa3\x16\xd0\x05\xea\ \x19\x11\xc9\xd7\xdd\xd3\xd3\xd9\x3b\xfd\xec\x6d\x00\x57\xef\x5e\ \xbe\x79\x73\x0f\x40\xd6\xfb\x3f\xff\x00\xa0\x05\x83\x9e\xbf\xf9\ \xe6\x8f\x1f\xc0\xa1\xf6\xdf\x97\xa2\x8e\xde\xc2\x13\xbf\x5f\x7e\ \xfb\xf4\xab\x8b\x9d\x0d\xb3\x19\xd2\xca\xd6\x96\x86\x9e\xea\x6e\ \x65\xb6\xca\x6c\xd3\x1b\xb4\x7c\xbe\x42\x2a\x84\xfa\x8c\x2d\x01\ \x2a\x98\x2b\xe1\xf1\xa9\x71\x4c\x1a\x9b\xca\x4e\x60\x0a\x85\x31\ \x34\x22\x12\x83\x45\x24\x70\x85\x5c\x83\x52\xaa\x10\xb2\x24\x4a\ \xa5\x44\x6b\xbb\x7c\xf3\x66\x69\xfa\xf4\xa9\x9b\xe7\x63\x67\x86\ \x9b\x5f\xed\xd8\xd7\xfc\x34\xf5\x75\x12\x37\x29\x82\xc7\xe0\x69\ \x35\x26\x5b\x75\x4f\x55\xc5\xb7\xcf\xc6\xd4\x9b\xcb\x4f\xd1\xd7\ \xee\xbc\x7b\x73\xe7\xe6\xd9\xe9\xb9\xf3\xb3\xa3\x82\x87\x2e\x21\ \x28\x8f\xe9\x9b\x37\xef\xfc\x71\x2e\x4e\xcf\x67\x32\x19\x71\x71\ \x31\x31\x34\x16\x5f\x9c\xa0\x94\xf3\x85\x42\x9e\x50\xca\x8d\x61\ \xf2\x85\x7c\x3e\x4f\xac\x91\x5a\xcd\x55\x8d\xbd\x43\x03\x4d\xb9\ \x7d\x35\x07\x7a\xdb\x0e\x96\x54\xb6\xd5\x56\xec\xab\xe9\x28\xac\ \x2d\xc8\xcf\x2f\xbf\x90\x73\xf1\xe8\xb7\xdf\xff\xf8\xf3\xd3\xd7\ \xf7\x7f\x7e\xfc\x9f\xa7\xaf\xc1\xe7\xdf\x0f\x5f\xa8\x13\x4f\xfd\ \xb0\xf3\x5f\x06\xa1\xff\x17\x83\x3e\x18\x31\xec\xfe\x08\x51\xff\ \x6e\x21\xfd\xd0\xcd\xfe\x21\x1c\xe7\x53\x75\x6b\xe7\xce\x9d\x9f\ \x0f\x45\xef\xfe\x38\xfd\xec\xc0\x3b\x58\xc5\x7a\x37\x3d\x39\x37\ \x39\x3f\x59\x3f\x59\xdf\x3e\x07\xb8\xca\x74\x3a\x8c\xd0\x89\x8d\ \xcd\x0b\x73\x0d\x74\xf3\x75\xf6\x22\x70\x44\x32\xb5\x5d\x2d\x03\ \x18\xc5\x21\xc9\x44\x64\x3a\x89\x3c\x86\xf2\x0d\x50\xc3\x53\x0f\ \x27\x93\x43\xe6\xd0\x2d\xea\xa5\xcd\xb5\xcc\x19\xba\x6f\x00\x21\ \x93\x3c\x66\xc9\xb0\x2f\xd0\xc9\x94\x0c\x8b\x28\x23\x73\xe6\x81\ \xdd\x32\xf1\x60\x63\xed\xc1\x2b\xfb\xfa\xb9\x07\x9b\x77\x1f\xbe\ \x3a\x37\x63\x7f\xb8\x91\xc9\xa1\x64\x2c\x91\x51\x32\xb4\x3f\xca\ \x13\x15\x40\x09\xf0\x15\x88\x64\x13\x19\x9b\x6b\x13\x1b\xeb\x99\ \x96\xcd\x09\x5f\x14\x85\x2e\xf2\x22\x8f\x2d\x65\xd0\xd1\x28\x02\ \xca\x8b\x13\xf6\x0d\xec\x71\xbd\xf6\x6e\xf7\x7f\xf7\xec\xd9\xf9\ \xe5\x0f\xef\xdf\x5c\x1b\x75\x0f\x04\xec\xaa\xbe\x1d\x88\xfb\x3c\ \x40\xaa\xa6\x4b\x47\xa7\x47\xeb\x61\x4c\x59\x6c\x5e\x69\xfa\x17\ \x6c\x9a\x54\xa2\x51\xe8\x58\x72\xbd\x42\x2f\xd5\xda\x6c\x62\x4d\ \xb5\x2d\x5b\x6f\x33\x98\x94\x3c\x39\x8f\xab\x52\xe9\xa8\x2a\x5d\ \xb5\x5c\x63\x6c\xb0\x59\xbb\x6d\xd9\x72\xa6\x44\xa5\xd5\xeb\x6c\ \xbd\xd5\xe6\x6c\x43\xb6\x59\x0c\x54\x1c\xd4\x7f\x8e\xe8\x41\xc7\ \x54\x0e\xc0\x23\x38\x61\x03\x70\xea\xea\x3f\x8b\xd0\x57\x19\xd2\ \x19\xd8\xda\x3e\x95\x12\x9e\x12\x9a\x96\x02\x83\x77\x52\xca\xc6\ \x1d\x51\x0e\xf1\x69\x00\x92\xca\xc6\x81\x22\xbb\x3a\x95\x96\x9c\ \x32\xb5\x08\x17\xfd\x16\xa7\xd2\x16\xd3\xfa\x1d\x41\x86\x00\xc1\ \x92\x53\xe2\x43\x53\x30\x40\x3f\xc5\xa7\x84\x07\x47\x26\x08\x19\ \x54\x2a\x5f\xa5\x1a\xea\xdd\x57\xd9\x58\xd3\xd1\xa9\x93\x77\xf7\ \x46\xc2\xe7\x4a\x4e\x31\x5e\xd0\x29\x0c\x7a\x83\xd9\xa8\xeb\xaa\ \x6a\xeb\xea\x32\xf7\x19\xac\x75\x2a\x49\xdd\xf0\x8a\x8b\xda\xa6\ \x6f\xa9\xd3\x98\xad\x23\xbd\xa6\xe2\xb7\xbe\x6e\xf6\xa8\xab\xfd\ \x8b\x29\xf1\x65\xe3\x88\x95\xba\xfe\xd0\x14\xe8\xd2\x1e\x5e\x36\ \xb5\x58\x86\x4c\x9e\x4a\x81\xc1\xf3\xf1\xf1\xc8\x64\xee\xb7\x2b\ \xd4\xa9\x14\xa0\xe6\x70\x41\xdf\x66\xbc\x38\xf9\xeb\xb3\xcd\xe5\ \x2b\xf6\xe1\x7f\xa0\x1b\xf4\xf8\x6a\x7c\x16\xfc\xd6\x7f\x15\x2a\ \xd6\xab\xe3\x59\x7e\x40\xfd\xc5\x03\x16\x05\x83\xbb\xb0\xb0\x89\ \x01\x81\x85\xc5\xf7\x08\x22\x1e\x1f\x1a\x1e\x8c\x83\xde\x7c\xd8\ \x14\x1c\x1e\xc0\x5a\x14\x22\x2a\x12\xe9\x17\x1a\x8f\x8b\xc0\x01\ \xcc\x02\x30\x85\x8f\x8e\x82\x06\x74\x41\xb8\xa4\x88\x28\x18\x92\ \x13\x49\x8c\xc6\x13\x63\xa8\x71\x51\x41\x91\x31\xd1\x91\x71\x34\ \x2a\x1b\xe6\x67\x44\x33\xe2\x68\x42\x96\x50\x2a\xe4\x52\xf9\x52\ \xa1\x90\xc5\x8e\xa4\x32\x0d\x0d\x2d\x43\x42\x65\xcf\x88\xa9\xaf\ \xa9\xe0\xd8\xf5\x5f\x97\x03\x42\x26\x1a\x2b\xca\x5b\x0b\x73\x2b\ \xf7\xed\x2f\xe9\x2a\x68\xed\x1a\xc8\x39\xd0\x59\xf9\xdd\x5f\xd7\ \x2f\x96\x5f\xdc\x5f\x74\xac\xa4\x69\xff\xf5\xe3\xc7\x4f\x94\x1f\ \xea\x38\x78\x70\xf8\xc8\x8f\x6f\x03\x48\x13\x0f\x36\x5f\x7c\xdf\ \x64\xd2\xea\x1a\xea\xf4\x0a\x79\xd7\x3e\xa9\xb0\xca\xb9\x5c\xdc\ \x56\x73\xa2\xfd\x7a\x53\x6d\x73\x25\x2c\x7e\x1d\x29\x02\x38\x77\ \xb0\x62\x7f\x47\x51\x6d\x41\x4e\xfe\xfe\xbd\x05\x07\x0f\x15\xe4\ \x1c\xea\x28\x04\xbf\x23\x7f\xf8\xc2\xb7\x5f\x1f\xbb\xf0\xd3\x85\ \xdf\x7e\xfe\xe5\x97\x1f\xbf\x7b\xfc\xd7\xdf\x3f\xdd\x7a\xfe\xd5\ \xf3\x95\xa5\x89\x85\x31\x99\xda\x22\x92\xd1\xd1\xfe\x68\x94\xb7\ \x5b\x62\x7d\x6a\x7b\x7b\xfb\xa9\x6b\xb7\xaf\xdd\x7e\xf7\xee\xcd\ \x9b\xf7\xf7\xa0\x44\x74\x20\xd7\x0f\xdf\x7c\xb9\x67\xcf\xbd\xbc\ \x8d\xda\xb6\xe6\xc2\xce\x9e\x1a\x74\x7b\xaf\xae\xad\xaa\x41\xde\ \xd2\xdb\x62\xb5\x6a\x55\x1a\x9d\x46\x2a\x94\x68\x54\x62\x18\x31\ \x99\xc0\x60\x00\x08\x91\x68\xb9\x30\x85\x8b\xcd\x00\x34\x2b\x2e\ \x21\x22\x09\x17\x85\xf0\xc3\x24\x29\xa8\xd2\x6e\x95\x94\xc7\x07\ \x70\x25\x94\x6a\x75\x27\x4f\xbd\x6c\x8f\x05\x0c\xeb\x52\x2c\xfa\ \x7e\xc1\x86\x7b\x55\xd3\xd3\x1d\xa7\xa3\x62\xa2\x23\xa8\x12\x9e\ \x58\xa9\xb3\xb6\x74\x15\x1f\xfa\xf5\xf2\xdd\x85\xe5\xbf\xfe\x7a\ \xed\x72\xf6\xd1\xbd\x3b\xd7\x2e\xcd\xcf\x9e\x39\x33\xe7\x74\x17\ \x15\x82\xf2\xc9\x3b\x7f\xf6\xda\xcb\x3b\x2d\x1a\x66\x4c\x5c\x44\ \x84\x84\x49\x8b\x61\xe8\xa1\x5b\x11\x4f\xae\xe4\xc5\x49\xb8\x52\ \x00\x5b\x62\x16\x43\xaa\xd1\x18\x0d\xa6\x6e\x1b\xd8\xc7\x46\x06\ \x7b\x73\xfa\x7a\x8a\xf7\xed\x6d\x1b\xa9\xa9\x6c\xdc\x57\x9c\x5b\ \x58\xd4\x71\x10\xc6\x95\xdd\xfa\xcf\xd7\x47\x4e\x9c\xe8\xf8\xf6\ \xe9\xf3\xfb\x8f\x9f\xff\xfe\xe2\xd9\xf2\x53\x4b\x6c\xfb\xfb\x0f\ \x95\xf2\x2d\x4d\xbc\xeb\xd3\x97\xcf\x7a\xa9\x3e\xef\x50\xd8\xb9\ \x73\x3b\x3d\xc7\x81\x3c\x9f\xfa\xda\xb7\xd7\x04\x77\x7e\x6a\x71\ \x77\x78\x3f\xfc\xbb\x4e\xbf\x73\x2b\x14\x7a\xe7\x9e\x6f\x66\xa7\ \x67\xe7\xa7\x47\x47\x27\xf3\xda\xa7\x4b\x53\xf3\x26\x27\xeb\x61\ \x21\x2b\x35\x36\xc4\xcd\x75\x87\xb3\x87\x2f\x05\x25\x10\x58\x64\ \x1c\x8e\xa7\x07\xda\x1f\x90\x2b\x32\x00\x9b\x0c\x12\x09\x0d\x0d\ \xd5\xbd\xfc\xc1\x1f\x32\x53\x4d\x17\x2d\xbc\xca\xcc\x7c\x90\x11\ \xe0\xef\x4f\x11\x3c\x78\x66\x19\x93\x59\x64\x22\x68\xa5\x37\x96\ \x39\xb3\x36\xb3\xb4\xb6\xb2\xb0\xf1\x6a\x69\xfd\xdc\xe5\x07\x1b\ \x1b\x2b\xb0\x94\xb5\x21\xca\x24\x90\x1f\xc8\x02\x48\x02\x01\xd9\ \x23\x40\x40\x26\x70\x00\xba\x65\x4e\xac\xaf\xad\x59\xd4\x76\x3b\ \x67\x8c\x44\x00\xa0\xe8\x4b\x10\xac\xad\x2f\x89\x38\x22\xb4\x3f\ \x81\x1e\xf2\x7e\xf7\xae\x77\x9e\xee\xf3\x2f\xc1\xce\xe1\xe8\xda\ \x7b\x19\x16\x16\x92\x1e\x5b\xda\x5e\x5f\x3f\x3a\x19\x12\x7b\xea\ \xfc\xf4\xf4\xe4\x68\xfd\x68\x1e\x90\xb2\xe0\xb6\x2f\xb4\x42\xad\ \x4e\xaa\xd7\xcb\xa5\xdd\x86\x91\xce\xaa\xa1\x16\xad\x49\x65\xae\ \x53\x35\xd8\x8c\x52\x89\x98\xad\xd2\xd6\x59\x0d\x2a\x85\xd5\x9c\ \xad\x05\x07\xbd\xde\x04\x38\x8d\x50\x61\x56\xb4\x74\x75\x0f\xd6\ \x1d\xc8\x36\x6b\x83\xe1\x2c\x0d\x34\xee\xeb\x77\x14\xb1\x00\xee\ \xc0\x0a\x0f\xb8\x09\xe8\xc2\x7f\x60\x4b\xd5\x38\x9c\x73\x06\xfc\ \x0a\x46\x25\x27\xa7\x25\x87\xc3\x3a\xfb\x54\x4a\x32\x40\x08\x00\ \x5d\x65\x59\x57\xcb\xca\xae\x8e\x03\xd6\x05\xa8\x18\x34\xd0\x8b\ \x87\x1e\x0a\x40\x2e\xc2\xe0\xb1\x2d\x38\x58\x84\x8f\x0b\x0d\x45\ \x86\xa6\xf4\x87\x63\x23\xd8\xbc\x38\x2a\x9b\xaa\x95\x1a\xda\x06\ \x5a\x0b\x0b\x6a\x2a\xc4\xda\xa1\x6e\x0d\x32\x2b\x25\x2b\x25\x25\ \xa5\x30\x5f\x31\x62\x06\x2f\x7b\x70\xa0\xc7\xa6\x57\xaa\x5a\xaa\ \xcd\x4a\xd3\x60\xf9\xc9\x0d\x4f\xd7\x61\xbd\x6d\x24\xbb\x41\x67\ \xac\x3b\x4a\x77\x0b\xf0\xb8\x8c\x85\xc9\x11\xc9\xc9\xc9\x39\xdf\ \xae\x66\x05\x87\xa7\x94\x4d\xa5\xa5\x81\x17\xb0\x98\x9c\x9c\x96\ \x16\x1c\x0e\x3e\xb3\x70\xf1\x71\x87\xc7\x34\x57\x57\x43\xf1\x78\ \x0c\xee\xc7\xcc\x95\x93\x27\x57\x36\x4e\x2e\x93\x9e\xa6\xa4\xf5\ \xc7\x03\x78\x2b\x2b\x5b\x84\x8c\x72\x11\x80\xdc\x22\x6c\xd8\x08\ \x8f\x0e\x0a\x4d\x46\x42\xa7\x3e\xa0\x0d\xe3\x83\x31\x44\x4c\xb8\ \x1f\x12\x60\x0f\x0e\xf0\xb5\xa0\x60\x5c\xb8\x1f\x10\x85\x38\xbf\ \x70\x00\x62\xc1\x00\xdc\x42\xb1\x38\x5c\x50\x4c\x24\xcc\xc8\xc1\ \x45\x05\x45\x03\x6d\x18\x1d\x19\x4d\x8b\x06\x24\x8b\x88\x81\x99\ \x13\x91\x51\x31\x11\x31\x91\x31\x09\x91\x11\x51\x54\xb6\x90\x0a\ \x93\xa8\xb9\x34\x21\x9b\x09\x98\x86\x94\xca\x95\x43\x5f\x42\x2e\ \xdf\xd8\x72\xc0\xa0\x50\xd4\x0d\xf4\x76\x55\x1e\x39\x7d\xec\xe4\ \x5d\xd7\x1d\xff\xa9\x3d\x5c\x78\x3c\xbf\x7c\xdf\xe9\xfc\xdc\x43\ \x39\x95\xfb\x0e\x16\x95\xd7\x16\x36\x16\xdf\x3a\x7c\xac\xe2\xd0\ \x85\x8e\xe3\x07\x0b\x6b\x6a\xf3\x8b\x8e\x5d\xbf\x70\xe4\xe7\x43\ \xa7\x97\x33\xfc\xd5\x6b\x33\x57\xfe\x53\x3b\xd4\x60\xd2\x35\x98\ \x6d\x56\x43\x76\x6b\x8e\x90\x55\xe8\xb4\xdf\x54\xd3\xb7\x3c\x79\ \xa4\xb3\x76\x5f\x4e\x47\xc5\xbe\xf2\xe1\xda\xc2\x6f\x8f\x1e\x3a\ \x34\x7c\xbc\xa0\x71\xf8\x48\x6d\x7e\xc5\xf0\xc1\xa2\x9a\xca\xe2\ \xce\xfc\x63\x00\xb1\x0e\x7d\x7d\x0b\x80\xdf\xb1\x1b\x47\x8f\xdd\ \xf8\xfe\xe2\xb7\x17\x7e\x7e\xfe\xe3\xaf\xf7\x9f\xdf\xff\xf5\xaf\ \x1f\x9f\x2e\xaf\x6f\x2e\xcd\x58\x32\x32\x2d\x32\x34\xca\x4b\x44\ \xf7\xf5\x0d\x4c\x0f\x8b\x0d\x09\xab\x2f\xad\x9f\x1c\x05\xa7\xfa\ \xb3\xb7\xdf\xbc\xb9\x73\xe7\x11\x64\x5d\x7f\xfc\xf9\xc3\xce\xff\ \xfe\xf7\x8f\x53\xed\xb1\xf5\xbb\x5e\xe6\x98\x6d\x5d\x56\xa0\xb6\ \x9a\xad\xa6\x91\x6a\xbd\xce\xa0\xd2\x1b\x61\x10\x12\x37\x89\x06\ \x5d\x2a\x92\xb8\x2c\xa1\x90\x41\x63\xb3\x18\xd0\x45\x21\x86\x11\ \x87\x27\x22\xf0\x40\xb1\xb3\x94\x7a\xbd\x4e\xae\x90\x80\x5d\x98\ \xaf\x51\xd5\x49\x7f\x9c\x7c\x34\x9a\x7e\x6a\xf2\xfc\xed\x69\xe7\ \xaf\x4e\x2f\x10\x6a\x3a\x7f\x77\xa9\xc1\xd1\x92\x92\x62\x58\x5c\ \xb1\x5c\xa8\x34\x0c\x54\x1c\xf9\xee\xf8\x2f\xcb\x6f\x1f\xff\xfa\ \x74\x25\xf0\xe6\xa3\x37\x37\xe7\x46\x27\xcf\x9e\x99\x0d\xcc\xa0\ \xa7\xbb\xba\x25\x9e\x3f\x73\xe6\xce\x9f\x82\x04\x26\x0f\x30\x2c\ \xa0\xc4\xa9\x31\x52\x9e\x94\xaa\xe4\x09\x55\x62\xae\x54\x2a\x65\ \x83\x8d\xcf\x12\x4a\x00\xbc\x1b\xcd\x06\x43\x76\x77\x9d\xb6\xad\ \xe6\x40\x49\x67\x5b\xc5\x3e\x73\x57\x53\x6b\x4d\xcd\xde\xa6\x8a\ \x82\xe2\x9c\xd3\xdf\x77\x1c\xa9\xbd\x5e\x71\xec\xbb\x43\x17\x7f\ \x79\xfe\xfc\xfe\xd3\x95\x17\xcf\xd6\x32\x64\xe8\xd2\xfa\x8f\x80\ \xf5\x89\x60\x7d\xde\xd9\xf0\xb9\x5b\xcc\x87\x0a\xd4\xbf\xca\x59\ \xbb\x3e\xa5\xab\x6e\xd3\xac\x6d\xff\xab\x0f\x59\x3b\xdb\x3d\x0e\ \x9f\x25\x1a\x3a\x34\xe1\xa5\x53\xb3\xd3\xf3\xf3\xa3\xf3\xd3\xed\ \xf3\xf5\xed\x79\x79\xf5\xa5\x79\x21\x81\x79\x89\x21\xee\x6e\xae\ \x4e\xee\x1e\x28\x3a\x05\xa0\xcf\x98\x4c\x44\x21\xa0\x51\x14\x35\ \x1d\x5c\x05\x98\x92\x41\x27\x50\xc8\x40\x15\xd2\x09\x6a\x99\x85\ \xa2\x16\xcd\xc8\x2c\x77\x57\x2c\x04\x99\x8c\xbc\x76\xce\xbe\x6e\ \x59\xb7\x67\xd8\x27\x2c\xb2\xcc\x09\xcb\xcc\xd2\xc3\x73\x2b\x4f\ \x96\x9f\xac\xdd\x7d\xb6\xf9\x6a\x7d\xe3\xdc\x8b\xcd\x67\x13\xeb\ \x33\x19\x04\x94\xe5\x85\x85\x63\x97\x51\xd0\x64\x8e\x3f\xdd\x92\ \x21\xb2\xdb\xd7\xc0\x57\xb5\x8c\x03\xf3\xec\x65\x14\x7f\x0a\x47\ \x36\xb1\x60\xa7\xa3\xd1\x02\xb2\x80\xec\xed\x9d\xf8\xe7\x37\x67\ \x45\x16\x11\x9a\x80\xda\x71\xf6\xdd\x1f\xdf\xfc\x31\xed\x1e\xe8\ \x96\x0a\x04\x61\x7d\x69\x69\x7d\x29\x90\xed\xed\xd3\xb3\xa3\xe0\ \xc4\xd7\x5e\x9f\x07\x5e\xff\x17\x0a\x95\x56\xc2\x37\x9b\x55\xe2\ \x16\xb9\xb9\xb0\xa4\xda\x68\xb0\xda\x54\x0d\x3a\xb1\xb2\xcb\xa6\ \x32\x2a\x34\x7a\x43\xb6\xc1\x66\xd4\x36\x8c\xd8\x4c\x56\x95\xa6\ \x41\x37\x64\xd6\x9b\x8c\xaa\xee\x6c\x63\x75\x77\xb5\xc9\x1a\x33\ \x05\xc7\xfe\xc6\xa1\x01\x16\x8c\x8d\x18\x87\x3d\x57\x8e\xcc\x09\ \x38\xe5\xd7\x5f\x96\xd6\x3f\x55\x96\x92\xb2\x08\x90\x6a\xaa\x2c\ \x2b\x3e\x05\x68\xc2\x50\x18\x33\x9d\x92\x92\xb6\xb8\x08\x3d\x86\ \x01\xaa\x4d\x95\xc1\x01\x1e\x38\x89\x98\x06\xf0\x0b\x32\x17\x47\ \x0a\x18\xcc\xfd\x83\x0b\x8c\xfd\xab\x57\xa7\xe2\x53\xca\xb0\xc1\ \x08\x7c\x56\x16\x26\x3a\x92\xc1\x63\x25\x48\xcc\x52\xcd\x81\x03\ \x8d\xb9\x87\x6b\xf2\x8b\x6d\x5d\xd9\xd9\xc2\xb2\xc5\x94\xb2\x94\ \xb2\xb8\x0b\x07\x3b\x55\x62\x55\xb5\x1e\xf0\xc0\xfc\xbf\xba\xf4\ \x3a\x3e\x73\xe0\xdb\x8e\xf2\xbf\x33\xdd\xd7\xeb\x4c\x2a\xb9\xaa\ \xa1\xed\xb1\xaf\x8b\x3f\x25\xa3\x62\x35\x05\x66\x85\x4d\xe9\x97\ \x89\xe3\x29\xf1\x70\x15\x32\x2b\x25\x0d\x66\x5c\x67\xa5\xc1\xa8\ \xc0\xf8\x94\x34\x4c\x72\xd4\xf5\x25\xc5\x62\x16\x12\x8f\xc0\x07\ \x57\x3d\x01\xb2\x9c\x3c\xf3\xf6\x6f\xff\x57\x7e\x30\x41\x68\x6a\ \x71\x1c\x46\x7c\xf5\x2f\x66\xc1\x2e\xfd\xc5\xb2\xd5\xc5\x32\x7c\ \x50\x28\xa4\x59\x30\xe4\x19\x83\xc1\x21\xf1\x18\x04\x1e\x89\x0b\ \x0a\x4e\xc1\x02\x4e\x85\x27\x42\x1d\x88\x21\x22\x70\x38\x3c\x02\ \xb6\x99\x82\x0f\x44\x28\x06\x56\xbe\x82\x82\xa2\x82\x70\x7e\x78\ \x7c\xc2\xff\x23\xeb\x3b\xdc\xd2\xca\xd6\xaf\xc7\xae\x58\x63\x57\ \x50\x01\xa9\x22\x58\x50\xb1\xa3\xb1\x61\x7f\xec\x05\xbb\x58\x41\ \xac\x88\xbd\x60\x41\xb0\x26\xb6\xd8\x5b\x62\x8a\x71\x4c\x8c\x71\ \x74\xd4\x8c\x66\x1c\x4b\x26\xc6\x78\x13\x8d\x66\x72\xa3\x13\xef\ \x7d\x66\xee\x7f\xf1\xed\x8d\x69\xf3\xfb\xac\x1c\x04\x3c\x1e\x39\ \x8b\xb5\xde\xfd\xbe\x6b\xa1\x88\x24\x20\x20\x29\x28\x33\x14\xd5\ \x94\x6c\x4a\x22\x53\x6c\x1c\xdd\xec\xf0\x8e\x64\xb2\x83\xa3\x83\ \x87\x03\xd5\xcd\x96\xea\xe3\xeb\x11\xee\xec\xe2\xe7\xe3\xec\xe6\ \xee\x13\xe4\xe7\xec\x21\x14\x44\x46\x0b\xa4\x4d\xc2\xaa\xd4\xf5\ \x37\x5b\x8b\x46\x08\x83\x05\x0e\xa7\x20\xb3\x21\x35\xa3\xb7\x14\ \x36\x35\xd4\x8e\x74\x8f\xcc\xb4\x67\x67\xf1\xd3\xe7\x27\x0b\x06\ \x06\x0a\x38\x0d\x0d\xe9\x59\xd5\xdd\xa7\x67\x9f\x4e\x5f\x5c\x04\ \xb8\xd2\x97\x17\x16\xdf\xae\x35\x26\xe5\xc7\xc4\x46\xc7\x08\xf2\ \x3b\xaa\x45\xd5\x25\x1e\xd4\x16\xa5\xbd\xa4\x81\x9c\x0d\xc5\x92\ \x92\x9c\x4a\xfe\xe1\x6c\x26\xbc\xdb\xec\x48\x7b\x65\x43\x2f\xa7\ \x61\xa6\xbb\x21\xbd\x37\x95\xd3\x9d\x55\x9b\x0e\x78\x56\x37\xbf\ \x74\x66\x67\xa0\x77\x28\x7d\x64\x6e\x72\x75\x67\xe7\xe4\x74\x75\ \x6b\x73\xef\xec\xf0\xe3\x9b\xc7\x17\x7b\x9b\x67\x9f\x4e\xce\x16\ \x17\x2f\x8f\x8f\x87\x8f\x92\xa3\xa2\x3c\x43\x43\xe9\x56\x51\x74\ \x0d\x25\x79\x93\x34\x59\x6a\x4b\x79\xda\x9d\x7b\xf5\x77\xee\x3c\ \xf8\xe9\xb7\x7f\xcb\x0a\xf2\x90\x68\xfd\xe7\x3f\x77\x52\x6b\x9a\ \x22\x6b\x8a\x23\x83\x8a\x3b\x12\x63\x84\x45\x82\x98\xa6\x9a\x98\ \x18\x5f\xaf\xc0\x40\xbf\x70\x3f\x1b\x27\xd8\xcf\xe9\xe8\xec\x4c\ \xb1\x73\x23\x53\x5d\x9c\xdc\xa8\x18\x92\x1d\x1e\x45\xc2\xa0\xf0\ \xce\x02\x41\x78\xa0\x8f\x6f\xa0\xb3\x7b\x4c\x98\x4f\x7c\xb8\x5f\ \xe0\x64\xc4\x6f\x77\xf3\xee\x8c\x8d\xfd\x32\x2e\x77\x51\x99\x9c\ \xdc\xd4\xf4\x4c\x2d\x5a\x17\x45\x71\xb0\xb1\xa3\x78\x84\x87\x87\ \xb5\x72\x4a\x4f\xb6\x0a\xb3\x67\x5e\x1e\xac\xbd\x38\xbd\x8c\xb8\ \xf3\xef\xdf\x1f\x94\xa7\xfd\xf2\xeb\x68\xdf\xf0\xae\xb2\xb5\x3d\ \xa0\x58\x77\xff\xfd\xe7\xef\x29\x14\x1f\x0f\x27\xbc\x93\x13\xc5\ \xc6\xc1\x41\xe6\xa1\xe6\x0c\x44\x78\x48\x30\x9c\xf8\xf7\x73\x0f\ \x0f\x4e\x4a\x8a\x17\xf0\xa4\xc2\xc4\xc8\x9a\x44\x61\x67\x9d\xa8\ \xad\xa2\x36\xbb\xba\x59\x54\x95\x52\x92\x92\x9d\xd1\xc0\xef\x2e\ \x98\x69\x3f\x5c\x03\x07\xfa\xf1\xce\xc1\xa7\xcb\xb7\x27\x4b\xbb\ \x0f\xf7\x5f\xef\x3f\xb4\x50\x4c\xfb\x3b\x4e\xe5\x8a\x08\x5d\xff\ \x4e\x03\x7e\x19\x60\xfe\x87\x06\xfc\x3e\x43\xf5\xfa\x67\x05\x28\ \x1b\xb4\xf9\x6e\x60\xf0\x2a\x95\xfe\xbb\xf4\xd4\x6f\x5e\x58\x5f\ \xed\x1a\x64\xab\x89\x40\x13\xf6\xf5\x8d\x03\xc0\xba\x33\x56\x9f\ \xd7\x55\x0f\x94\x55\x44\x79\x84\x7f\x9e\xbd\xa6\xbc\xb5\xb9\x12\ \x02\x81\x35\x70\xf5\xbc\x39\x11\x15\x95\x10\x80\xc5\x5a\x18\xb8\ \x5a\xb9\x7a\x7a\x3f\x4c\x4e\x48\xc0\x1a\x10\xac\xac\x08\x9e\x9e\ \x3a\x74\x57\x82\x45\x68\x54\xe8\xfe\xd1\xee\xf1\x70\xcf\x44\x02\ \xfd\xe1\xd2\xc6\xee\xfe\x70\x8f\x77\x14\xdd\x35\xea\xe6\xcd\xb2\ \xdd\x8d\x8d\xa3\xd7\xef\x96\xce\x3f\x3c\xdc\x3f\x3e\xdf\xbe\x7f\ \x7e\x7e\xbe\xdd\xb3\x9d\x6c\x65\x61\xa9\x1c\xb5\x3d\x7c\xd3\xca\ \xc2\x9b\xe0\x69\x50\x16\x9a\x10\xb5\xbc\x31\x9c\x10\xe5\x6a\xa1\ \x43\xa7\x6b\xe9\x6b\x59\x79\x7a\x06\x94\x2d\x4f\x2c\xbb\x1a\x69\ \x18\x21\x10\x6a\xfe\xf5\xfe\x72\x69\x77\xd3\xd4\x35\x2c\x60\x5e\ \x98\x86\x5a\xda\x83\x51\x25\x65\x13\xcd\x88\x08\x7f\x7b\xc0\xaa\ \xfa\x06\x47\xc7\xca\xf3\xba\xc6\xba\xca\x01\xcd\x1a\x2c\x8f\x80\ \x0c\x2b\x38\x3a\xc8\x4f\xd0\x1a\x1f\x1b\x13\x1b\xc4\x2b\x0e\x8f\ \x8c\x0f\x0b\x4e\x8c\xf6\xf1\x48\x6a\xe2\x35\x25\xc5\xe7\xc7\x87\ \x85\xe4\xc7\x0b\xc1\xff\xa8\x26\xbe\xa4\x3a\x29\x26\x5c\x52\x2c\ \x91\x46\x26\x26\xf9\xc5\x36\x35\x09\xf2\x43\x58\x32\xe5\x06\x3b\ \xd8\x61\x6a\x33\x5c\xf4\xbf\x72\x6d\xe8\x67\x01\x26\xd2\x2f\x66\ \xb3\x60\x04\xab\x98\x29\x06\x14\x88\xc5\x00\x08\xc6\x06\x24\x8b\ \x01\xc3\x95\xd9\x6c\x06\x17\x20\xd4\x0d\x2e\x78\x83\xed\x4d\x32\ \x87\xe4\x7e\x00\x64\x5c\x31\x34\xc3\x9a\x86\x91\x14\x00\xaf\xe0\ \x4f\x9f\xb2\x98\x0c\xa0\xd3\xb4\x75\xc5\x80\xf1\xe0\xdd\x3c\xec\ \x9c\x62\x83\xa3\x25\xad\xc5\x45\x75\xe9\xb9\xbd\x9d\xad\x41\x61\ \x91\x3e\x00\x81\x18\x5c\x9a\xef\xcb\x14\xa0\x09\x79\xf1\xbc\xa6\ \x90\x4d\x6b\xa5\xe1\xf3\x8b\x37\x13\xe7\x2f\x0e\x2e\x36\x34\x8c\ \xea\x32\x2e\x2b\x63\x5b\x76\x5c\xb5\x02\xa2\x76\x2f\x23\xa7\xd9\ \x66\x80\x24\x99\x7e\x12\xc1\xc6\x04\x3d\x63\x1c\x0b\x08\x57\x40\ \xf1\x68\x68\xb6\x19\xec\xa4\x62\xc0\x70\x31\xfe\x65\xf0\x13\x31\ \xc3\xd8\x50\x57\x4f\x74\x7e\xfb\xe4\x93\x52\xc2\xb6\xe7\xf2\xb2\ \xdb\x53\x98\xe8\x03\x73\x0b\x65\x01\x1a\x50\xbd\xca\xea\x6c\x2c\ \x33\x14\x51\x4f\x4f\x1b\x89\x04\xca\x15\x30\x29\x43\x53\x58\xac\ \xd2\x35\xe4\x02\xf8\x42\x11\x91\x00\xc6\xb4\x75\x51\xba\x00\xa7\ \x64\x35\x79\x70\x85\xa9\x21\x0a\x4e\x38\x93\x1c\x48\x30\x61\x02\ \xe8\x42\x32\x11\x65\x88\xa2\xe0\x0d\x51\x54\x32\xb4\x07\xb0\x43\ \x92\x6d\x61\xd4\x04\xc5\xd6\xc6\x85\x6c\x0a\x00\xcb\xc9\xd7\xcb\ \xc7\xcf\x16\xa8\x42\x37\x17\x27\x77\xf0\x11\x99\x24\x15\x00\x81\ \x9e\x1f\x2d\x99\xb9\x7c\x37\xa1\xaf\x75\xb2\x3e\x7f\x3a\xfb\x6c\ \xa6\x72\x72\x8e\xc3\x19\xd9\xe1\x1c\x4c\x8e\x54\xf6\x96\xee\xad\ \x0f\x14\x64\x65\x4d\xbe\x9a\xed\xe6\xd7\x16\x64\x54\xb6\x97\xec\ \xbc\xfb\xf4\xea\x62\x03\xe1\x59\x76\x7e\xb2\xd7\x5b\xd4\xd1\x14\ \x29\x88\x89\x29\x16\x48\x24\x52\x51\x67\x6b\x87\xad\x5f\xbe\xfa\ \x62\x67\xe5\x54\x99\x49\x51\x6a\x43\x7a\xe5\xfc\xd4\xce\x4a\x41\ \x6f\x77\x03\x3f\xbb\x72\x20\x23\xb5\x34\x87\xcf\xef\xe6\x14\x72\ \x38\x55\x99\x23\x40\x21\x56\x56\x0e\x0d\x0d\x8d\xcc\xcf\x4d\xb5\ \x1f\xac\xcd\x3c\x7b\xf6\xea\xd5\xe9\xc1\xd6\xe1\x9b\x97\x5b\x6f\ \xdf\xbe\x3a\xb8\x38\x39\x3c\xd8\x3c\xdb\xd9\x79\x79\x7a\xb2\x76\ \x72\x72\xb1\xf0\x68\x69\xe9\xdd\xe2\xbb\x84\xe1\x87\xde\x58\x2c\ \xd6\xca\x55\x5d\x41\xeb\x47\x4b\x75\x4d\xf3\x88\xbc\xc1\xbb\xbf\ \xfd\xeb\xbf\xbf\xff\xfd\x07\xc0\xac\xe7\xf5\xd9\xd5\x45\x92\xc4\ \xfc\xfc\x62\x5e\x4d\x45\x62\x24\xaf\x46\xd2\x24\xaa\x49\xec\x90\ \xc6\xc7\xfa\xfa\x46\x87\xf8\x05\xfa\xda\xd8\x3a\xbb\x13\x4d\x01\ \x55\xc2\xdb\xb9\xdb\x39\xdb\x62\x80\x76\x46\x02\x88\x47\x45\x4b\ \x03\x7d\xdd\x9c\x7c\x7d\x02\xdd\xa3\x83\xc3\x13\xc3\x02\x63\x33\ \x4c\x7e\xfb\xb1\x1c\xc2\xe1\x3d\xeb\xa5\x6e\xd7\xcb\xc8\xc2\xc3\ \x25\xaa\xa1\x29\x99\xec\xe2\x6c\xe7\xe1\x17\x1b\xd3\xce\x99\xfb\ \x54\xba\xba\x92\x5b\xf0\x62\x76\x6b\xbe\xf7\x40\xee\xce\xef\xff\ \x2e\xcf\xfb\xed\x9e\xe5\x8f\xaa\x1f\xe9\x79\x8a\x96\xca\xf5\xe3\ \x3f\xfe\xf6\x77\x97\x9f\x6f\xb0\xbb\x03\x1e\xef\x68\xe7\x68\xe3\ \xeb\x1e\x1c\x18\x18\x1d\xed\xec\x15\x18\xec\xe3\xe7\x17\x62\xeb\ \x11\xe4\x1b\x22\x4a\x4c\x4a\x14\x24\xe5\xd7\xe4\x0b\x62\x9a\xa5\ \xad\xad\xd5\x25\x55\x39\xb5\x45\x39\xd9\xfc\x94\xaa\xca\x91\x52\ \x4e\x69\xc1\xd0\x48\xef\xcc\x9b\xd3\x93\xc5\xfd\x45\x40\x3d\x96\ \x2e\x3e\x3e\x3a\x5e\x3a\x1f\x9e\xc0\x76\x41\x42\x24\x2b\xb6\xcb\ \xc4\xde\xb7\xae\x84\xab\xca\xd4\x77\x66\x0b\xd7\xbf\x4c\xe8\x7c\ \x4f\xbb\xae\x7f\x2b\x5e\x5d\xff\x1c\xf1\xf5\xd5\xdf\xfd\x7b\xb3\ \xac\x2f\x6d\x5b\x5f\x17\x10\xe3\xfe\xea\xeb\x1b\x1c\xbf\x77\x67\ \x6c\xb0\x1e\x10\xac\xf2\x41\xff\x88\xb4\xf2\x34\x6b\x13\x79\x13\ \x4b\x25\x79\x75\x05\xac\x55\x68\x72\x28\xc0\x1e\x40\x7d\xac\x08\ \x56\xae\x09\x58\x57\xef\x28\x4f\x4f\x3a\x10\x72\xd8\x50\x2b\x23\ \xba\x91\x86\x7e\xe8\xf0\x70\xf2\xcd\xa3\xed\xd7\xbb\xfb\xf7\x8f\ \x3c\x93\x37\x5e\xdf\xff\x70\x7e\xdc\xd3\x33\x11\x55\xb6\x71\x3c\ \xbc\x7b\x3e\xbc\xfb\x68\xf7\xdd\xf9\xe5\xd2\xf1\xf9\xd2\xbb\xed\ \x0f\x1b\x1b\xaf\x27\x42\xa3\x12\x3c\x09\x26\x7d\x26\xde\x13\xb0\ \xcc\xe5\xed\x99\x10\xd5\x33\x31\xb1\xb1\xec\x5d\x16\xe5\xe9\x4a\ \x58\xf6\xc6\x5a\x81\x07\x27\x58\x25\x4f\x78\x86\xba\x6a\xc9\x21\ \x54\xcd\xfd\x61\x79\xca\xdf\x12\xa1\xa0\x88\x90\xb9\x22\x1b\x69\ \xa9\xc9\x9b\x28\x9b\x47\xf8\xfb\xdb\x43\x46\x55\x3f\x36\x3a\x06\ \x74\xec\xf8\x60\xdf\xd8\x78\x79\x1f\xc0\xac\xfa\x1f\x3a\x62\xa1\ \x4b\x5a\x6c\x5d\x98\xa4\xad\xd5\x2f\xbe\x65\x6a\xad\x39\x3c\x3a\ \x29\x3e\x92\x27\xe8\xe0\xe5\x27\x85\x84\x87\xc4\x16\x0b\x63\x12\ \xf3\x79\xbc\xfc\x92\xa2\x8e\x36\x89\x4f\x98\xb4\x2d\x31\x3e\x31\ \x38\x31\x91\xd7\x9c\x4f\x86\x23\xcd\xfd\x57\x41\xa8\x4f\xaf\xbe\ \x3c\x91\x09\x41\x31\xf7\x29\x5c\xe3\x63\x18\xf7\x3f\x65\x33\x65\ \xd9\x7f\xd3\xfd\xfd\xe2\xa7\xac\xe9\x7e\x80\x4d\x2c\x00\x5a\x68\ \x70\x35\x5b\xcc\x06\x30\xc1\x60\x41\x7b\x19\x99\xff\x0c\xfc\x06\ \xc0\x0a\xf0\x18\x99\x73\x32\xd8\x06\x2c\x06\x50\x31\x9a\x31\xcc\ \xa1\xc1\x33\xa7\x0d\x51\x18\x47\x1f\x47\x62\xa0\x8f\x30\x56\xd0\ \xd8\x91\x5d\x92\x9a\x5b\x1d\xee\x9b\xc4\x6b\x0d\x81\x11\x81\x0c\ \x5a\xec\x41\x67\x62\x8b\x54\x22\xe8\x68\x6e\x28\x2b\x1f\xef\xb3\ \x57\x93\x53\x33\x51\x92\x03\xaf\xee\xa9\x93\xfa\x27\x2d\xf3\x37\ \x6f\x2e\x9c\xbd\x9a\x5d\xf3\x7a\xca\x82\xb1\x8a\x99\x07\xe0\x0b\ \x9b\xc6\x30\x03\xf4\x0f\x10\x40\xee\x53\x70\x99\xa6\xab\x6d\x46\ \xd3\x36\xc6\x69\xa3\xaa\xce\x62\x9e\xb2\xc5\x7a\x7a\xc6\x0c\x5e\ \xcf\xcb\xb3\xfd\xe3\xed\xfb\x4a\x5a\xd8\x0c\x18\x06\xd4\xdf\xff\ \x84\x0b\xad\x07\x61\xaf\x98\xf8\x86\x0c\xba\xfa\xcd\x50\x24\x6d\ \x24\x0a\x4f\x32\xd6\xd5\x35\xc5\x19\x9a\xe9\x99\x99\xd1\x0c\xb5\ \x0d\x71\x7a\x48\x59\x92\x97\xb6\x36\xd0\x7f\xa6\xa6\x66\x7a\x18\ \x3d\x1c\x12\x09\xf3\x27\x90\x64\x0c\x05\x69\x6a\x4a\x44\x62\x00\ \xef\x22\xea\xa2\x50\x44\x8c\xa1\x1d\xde\x06\x63\x08\xe9\x15\x50\ \x87\xe0\x0c\xb3\xb3\x71\x00\x6c\xd2\xce\xd1\x41\x97\x8c\x77\x72\ \xb6\x75\xf6\xf5\x70\x83\x45\x77\x27\x1b\x5b\x1b\xe7\x68\x8f\x90\ \x10\x41\x78\x74\xa4\x4f\xf1\xe6\xe5\xfd\x25\x0b\xd7\xf6\x9c\xad\ \xf9\x57\x07\x2f\xd7\x4a\x1b\x66\xaa\x72\xe7\x2f\x57\x77\x36\x07\ \x72\x79\x61\x45\xa5\x2f\x37\x39\x29\x9c\x0c\xce\xd4\xc8\xd6\xe1\ \xc8\xca\x26\x3f\x63\x6f\xe7\xb5\x2b\x42\x67\x78\xe9\xb0\x37\xb7\ \x0e\x70\x93\xd8\x62\x41\xac\x50\x92\x58\x5c\x53\x04\x84\xa5\xb3\ \x4f\xfc\x70\x4f\xd6\xfc\x85\xb5\x7e\x51\xc5\xe4\x50\xc1\x48\xc3\ \x64\xc6\x54\x77\x6e\x16\xa7\xa2\x23\x83\xcf\xcf\x4d\xcd\xca\xcd\ \xcc\xcd\xad\x4d\x69\x9f\x9d\x9b\x9a\x5f\xdf\xbb\x51\x36\xce\x00\ \x00\x20\x00\x49\x44\x41\x54\xdb\xda\x5c\x9b\x9f\x9c\x1f\xd8\x99\ \xda\x7a\xb6\xb2\xb3\x39\x37\x7b\x7a\xb8\x77\x70\xb2\x75\xfa\x78\ \xe1\xf1\xc9\xed\x8f\x3b\xaf\x2e\xee\x9f\x9e\x9c\x9d\xbc\x79\x73\ \xf1\xf6\xe5\xca\xe6\xc1\xcb\x37\xaf\x4e\x2f\x16\x2e\x2f\xef\x5f\ \x2c\x2e\x2e\x1d\xdd\x3f\xef\x51\x56\x53\xb0\x32\x90\xf7\xaf\xbf\ \x73\xef\x17\x08\x59\xef\xff\xb0\x06\x3b\x59\x28\x6d\xaa\xe9\xe4\ \x45\xc7\x88\x24\xf9\x1d\xf9\xb0\xd3\x26\x29\x26\x29\xd6\xd7\xcf\ \x23\x28\xd0\xdd\xdd\xd9\xc3\xdd\x8d\x6a\xa3\x6d\x4a\x24\x92\x88\ \x4e\x78\x0a\x1e\x63\x87\x37\x45\x19\xa2\xb5\x29\xd2\x46\x5b\x1f\ \x0f\x67\x17\x5b\x40\x44\x3d\x62\x7d\x43\xa2\xfd\x86\x2c\x7f\x1c\ \xed\x1a\xbf\xfb\xeb\xaf\x3f\xdd\x99\x98\xf1\x5c\x15\x56\xbc\xcc\ \x40\xa1\x48\x14\xa2\x03\xd5\xc6\xcd\xc9\x27\x27\x27\x65\x68\xa0\ \x26\x65\x68\xa4\xf4\xc5\xcb\x37\x3b\xdd\x05\x4b\x06\x77\x7f\x05\ \x6c\xec\x17\xfb\xfa\xb1\xc5\x4b\x4d\x75\x4d\x4d\xcd\xf1\x07\x77\ \xff\x7c\x7e\x62\xeb\xeb\x66\x6b\xe3\xe0\xee\x8e\xb7\x73\xf6\xf5\ \x09\x89\x0e\x74\x0e\x06\xc8\x19\x66\x63\xe7\xe3\xe7\xe3\xe7\xee\ \x16\x12\x1e\x1e\x93\x14\x99\xd8\xd8\x14\x59\xdc\x2c\x95\xb4\x36\ \x8b\xda\x5a\xaa\xdb\xaa\x2a\x1a\x53\x73\x72\x39\xf3\xcf\x06\xb2\ \x67\x0b\x0a\x86\x56\x9e\xad\xce\xed\x6c\xde\x3e\x5b\x7c\x74\x72\ \xb2\x70\x7e\xfc\x70\x79\x7b\xe9\xf8\xa7\xb8\xaf\x69\xf4\xdf\x9b\ \x32\x7c\xcd\x4b\xfd\xc6\x90\xbe\x43\xa8\xef\x02\x55\xbf\x73\xbf\ \xba\xfe\x15\xf0\x54\x54\xbe\x37\x75\xff\xce\xdf\xe1\xcb\xa0\x8f\ \x4a\x5c\xdc\xdd\xb1\x3b\xa3\x0f\x1e\x3c\x18\xeb\xab\xef\xcb\x4b\ \xcb\x93\xb9\xf8\x45\x58\x5b\xca\x2b\x9b\xc8\x1b\xe9\xb8\x02\x1e\ \x45\xf7\xee\x01\x28\xe3\x6a\x41\xb0\x0a\x75\xc5\x7a\x7b\x62\x09\ \xa1\x51\x01\xfa\xf4\x80\x28\x6f\x02\x5d\x8b\xee\x49\x9f\x98\x08\ \x3d\xba\xdc\x1f\x3e\xea\x49\x28\xdb\xdf\xf6\x5c\xda\xed\x59\xde\ \x5d\x1e\xf6\xee\xd9\xe8\x39\x1a\xde\x7e\xfd\xf0\x43\x72\xcf\xf1\ \xcd\xd7\xcb\xc9\x37\xb7\x6f\xf6\x6c\xdc\x7c\x78\x73\x39\x61\xff\ \x61\xc2\xf2\x43\xac\x4e\xd9\x51\x19\x94\x7f\x9e\xf4\xb2\x89\xe3\ \xb2\xe1\x9b\xf4\x9e\x64\x3a\x3d\xe1\x66\x54\x80\x6b\x68\xa8\x3e\ \x21\x74\x3b\x19\x8b\xc0\xba\x2a\x98\xd8\xdb\xe7\xd5\xd7\x03\x16\ \xd5\x65\x6e\x0f\x73\x5d\x61\x8f\x96\x95\x9a\xbc\xb9\xb2\xbc\x89\ \xb5\xb5\xff\x60\x5e\x5a\xb9\x7f\x5e\xdf\xe0\xdd\x07\x63\x0f\x46\ \x47\x1f\x8c\x0f\x8e\xf7\x01\xd0\xfd\xa1\x33\x29\xbf\x23\x2c\x29\ \x29\x3f\x5a\xd8\x29\x0c\xf7\xca\x4f\x7d\x99\x21\x49\x6a\x12\x36\ \x49\x12\xeb\xa2\xc3\x43\x42\x60\x3d\x33\xbc\xb8\x25\xb5\xb6\xa8\ \xb5\xa8\xae\xba\x2d\xde\x2f\xa4\x58\x94\x0f\x9e\xeb\x35\x4d\x6d\ \x6d\x02\x9c\x6c\x00\x47\x56\x70\x9f\x7e\xfa\x84\x0b\x94\x21\xb4\ \xc4\x02\x74\x85\x0d\x70\xa9\x9f\xcd\xe4\xd2\xd8\x4f\xa7\xfb\x59\ \x2c\x26\x8d\x06\xa3\x27\xf4\x70\x7a\x66\x10\xa4\xc4\xd3\x37\x18\ \x38\x1c\x03\xe0\xc4\x34\x40\x0a\x31\xc0\x29\x26\x1c\xee\x13\xcb\ \x7c\x47\xa7\xa7\xa7\x99\x70\x06\x5a\xe6\x91\x05\x57\xef\xc4\x2c\ \x06\x8e\x45\x43\xeb\xe2\x51\xd3\x68\x24\x11\x3c\x8f\xc8\x7e\x7e\ \x49\xb1\x1d\x25\x85\xb9\xb9\x95\xed\xf3\x6d\xe1\x49\xbc\xa6\x36\ \x27\x36\x93\x29\xee\x47\xb7\x9c\xd5\x08\xf2\xa5\xfc\x99\xc9\x81\ \x8b\x88\xfa\x88\x08\x39\x7d\x0d\x05\x05\x55\x13\x7f\xf3\xcc\xfc\ \xf6\x9a\xda\xa3\xe3\x67\x2b\x53\x9b\xb7\x27\x42\xb8\x2c\x36\x83\ \x1d\xb4\x44\x86\x42\x12\x6d\x66\xc6\x84\xc5\xb5\x7e\xf1\x93\x7e\ \x2e\x8d\x89\x32\xd5\xa3\xe1\x00\xc8\x68\x37\x5c\x86\x3f\x11\xd3\ \xb4\x49\xa6\x66\x35\xc9\x5b\x8b\xbb\x97\x56\xaf\x87\xcb\x26\x1e\ \x31\x21\xfd\x83\x55\x36\xf8\x37\x3f\x05\x0a\x17\x76\x44\x80\xbf\ \x94\xa1\x8d\xc4\x63\x74\x89\x24\x5d\x53\x92\xa1\xa9\xa9\xb6\x29\ \x0a\x68\x40\x0c\xc0\x2d\x6d\xe8\x1a\xa3\xab\xad\xa7\x6d\x68\x8a\ \x02\xec\x0b\xa5\xad\x6d\x83\x32\x35\x86\x09\x6a\x30\xc5\xd9\x0c\ \x03\xb3\x25\x48\xe0\x12\x86\x84\x22\xe2\xc9\x0e\xa6\x78\x3c\x85\ \xe2\x80\xc4\xd8\x50\xc8\xb6\x0e\x14\xc0\xb0\xa8\xce\x0e\x14\xc0\ \x29\xdc\x3c\x60\xcf\xa8\x8f\x07\xac\x5f\x51\x01\xf3\x72\x8b\x96\ \x08\x05\xc1\xe1\x49\xa9\x6f\x4e\x5e\x3c\x54\xef\x49\x6f\x1c\x99\ \x9c\x9f\x5a\x3c\x2c\xe8\xcd\x5c\x99\xe7\xa7\xcc\x6f\x75\xcf\x4c\ \x15\x64\x17\x49\x53\x66\x66\xe6\x1b\x32\x2b\x7b\x67\x27\x57\xe6\ \x36\x77\x56\xe6\x66\x76\x0e\x1f\x7a\x97\x5d\xce\xa5\x67\x94\xd4\ \x49\x92\xa2\xf3\x23\x93\x04\xc5\xc5\xa2\xc8\xa6\xe2\x0e\x5e\x75\ \xa6\x7b\x60\xdb\x3e\xa1\xf0\xa2\xac\x7c\x3b\xb7\x32\x85\x9f\x91\ \xd1\xce\xa9\xad\x2a\xe5\xa4\x17\x64\x70\x52\xf8\xed\xdd\x03\x9c\ \xdc\xac\xc2\x94\x0c\xce\xd6\xce\xea\xd6\xe1\xd9\xcb\xc3\xbd\xbd\ \xf5\xb9\xd5\xcd\xb5\x95\xb5\xbd\xbd\x97\x87\x9b\x87\x6f\xce\x4e\ \x5e\xde\xfe\x78\xf9\x76\xe1\x2d\xe0\x54\x0b\x17\x9f\x96\x96\x16\ \x97\x8e\x1f\xed\x9e\xbf\xdb\xdf\xd8\xff\xf0\x7a\xf1\xed\xed\xdb\ \x1f\x2f\xce\x4e\x4e\x3e\xbd\x39\xfd\x78\x76\xf6\xf1\x0d\x60\x1f\ \x65\xca\x69\x11\xf5\x77\x7e\xfd\xf3\xcf\xdf\xdf\xbf\x7f\x30\xc0\ \x99\xab\xcc\x6c\xcc\xc9\x68\x29\x8e\xe5\x35\x0a\x3b\x05\xbc\xf8\ \x10\x9e\x90\x97\x14\xeb\xe7\xe5\xeb\xec\xe3\xe3\xec\xe8\xe2\x64\ \xeb\x48\x86\x87\xcc\x01\xef\x40\x25\x13\x89\xe0\x98\xa1\x0c\x8d\ \x8d\x75\xdd\x72\x24\x2e\x49\xbe\xce\x2e\x2e\x1e\x40\x2c\xfb\xfa\ \x25\x85\x87\xec\xa5\xfd\xf8\xa0\xaf\x6b\xec\x97\x5f\x1f\xdc\xf5\ \x3e\x1d\x6e\x0d\x91\x54\xc6\xeb\x12\xa9\x44\x1b\xaa\xad\xbb\xad\ \x6f\x51\x7a\x43\x51\x6b\x4b\x5d\x66\x76\xc6\xc0\xb3\x17\x2f\x0e\ \x76\x52\xe6\x1f\x3d\xd4\x1c\xbc\x73\x77\x6c\xcc\x7a\x0c\xf1\x48\ \x43\xce\xb2\x5c\x0b\x51\xee\xff\xe0\x8f\xdf\x22\x6d\x3d\x3c\x5c\ \xbc\xa0\xcf\x8c\x9d\x8f\x57\x78\x88\x4f\x18\x80\x42\x9e\xaf\x97\ \x5f\x60\x6c\xb0\x5f\xb0\xbb\x47\x71\x70\x2c\x10\xe4\x91\x3c\x69\ \x87\xa8\x55\x24\xe1\x15\xe7\xb7\x35\x8b\x5a\x1a\x73\x73\x2a\xaa\ \x32\x4b\xd7\x16\x9e\x75\x8f\xf4\x4e\x8e\x8c\x4c\xad\xec\xec\xec\ \x1d\x9e\x7d\x5c\xbc\xf8\x70\xb4\x31\xb1\x34\x6c\x41\x1f\x8c\x53\ \xf9\x66\x80\xf5\x5d\x91\x5d\x45\xe5\x6b\xd5\xea\x6b\x6f\xc2\x37\ \x3b\x86\x6f\xa4\x4b\xe5\x2b\x60\x5d\xfb\xff\x7d\x48\x55\xfe\x61\ \x98\xac\xf2\xa5\xd0\x05\xd7\x09\xff\xf3\xfb\xd8\xe8\x68\xdf\xe8\ \xe8\x20\x34\xc4\xaa\x4f\x03\x6f\xfe\xd6\xfe\x40\x0f\x6a\xca\xab\ \x6a\x69\xb9\x86\xba\x5a\x59\x04\x84\x46\x79\xd3\x2d\xb4\xb0\x01\ \x74\x57\x57\x82\x55\x80\x85\xa7\x37\xb8\xe4\x1d\x10\xd5\x43\x27\ \x04\x78\x5b\x59\x05\x24\xf4\xbc\xbe\x19\xe0\x69\xa5\x4f\x77\x0d\ \x35\x00\x12\x31\xb9\x27\x80\x4e\xb0\x4a\xf0\x76\xb5\x70\x75\x05\ \x98\xf4\x70\xbb\x0c\x30\x29\x57\x18\xd9\xe5\x7d\xf3\xe6\xfe\xc3\ \xe5\x8d\xe5\x0f\x1f\x60\x18\xfd\x6e\x32\x01\xc6\x15\x7a\x7b\x27\ \x4f\x94\xc1\x3a\x3d\x81\x1e\x40\xf7\x0e\xb0\xd0\x77\x0d\xb0\x3a\ \x3a\xd2\x57\x86\x95\x4d\x4b\x13\xcb\x88\xf2\xf2\x34\x80\xa4\xd6\ \x79\x26\xe6\x8a\xfa\x01\xde\x06\x04\xba\xa6\xb5\xb2\x92\xb2\x3c\ \x00\xd6\xae\xc1\x07\x63\x11\x11\x5d\x7d\x80\x1d\xde\x19\xfd\xf1\ \xd7\x1f\x01\x70\x8d\x8e\x8d\xfd\xe0\x1b\x1e\x1b\x53\x2c\x8a\x97\ \xf0\x84\x92\xba\x68\x3f\x8f\xe0\x90\xf8\xce\xd6\xc4\xc4\x90\xa4\ \x98\x90\x68\xa1\xc0\xcd\xdd\xcb\x27\x24\x4c\x20\xaa\xa8\xaa\x96\ \x48\xb3\x9a\xab\x63\x3a\x45\x89\x9d\xad\xc5\xc5\xad\x4d\xd2\xba\ \x46\x5b\x99\x77\xbb\xcc\xaf\x4f\xe6\x10\x23\x4b\xbd\x01\xdb\xff\ \x03\x48\xc3\xe6\x02\xa9\x24\x06\x10\x46\x43\x9b\x81\x77\x1c\x6c\ \x5a\x87\xa1\x56\x38\x34\x9a\xa6\x07\xd0\x81\xcd\x32\x83\xb5\xef\ \xfe\x7e\x1c\x93\x05\xce\x7f\xa6\x18\x76\x3b\xc0\xa1\x9c\x7e\x31\ \x60\x3b\x40\x74\x41\x89\x08\x9b\xe1\x61\x65\x4c\xcc\xc2\xa1\x01\ \xef\xd0\xe3\x9a\x91\x00\xb5\xf7\x72\x0a\x8b\x69\x91\x88\xa4\xa9\ \x19\xe9\xbd\x05\xdd\x3e\xc1\x21\x82\xaa\x0e\x0a\x93\x89\x66\xe1\ \xcc\x0a\x47\x9a\xab\xf8\x80\x04\xa4\xf4\x6a\x59\x6b\xda\xfb\xdb\ \x2b\xaa\x6a\x2a\x83\xff\x4c\x4a\xa0\x20\xb6\x6a\x36\xa5\xf0\xe0\ \xf4\xf1\x51\x3b\x97\x05\x7e\xa3\xe1\x59\xd1\xff\xd8\xb4\x7e\x36\ \x83\x89\x46\x33\x00\xe2\x00\xb8\x64\x33\xc5\x68\x33\x43\x63\xb4\ \x19\xd4\x6e\x19\x1f\x24\x40\x12\x22\x29\x86\xda\xb1\x84\x9d\x37\ \x0b\x09\x96\x17\x4b\x09\x26\x65\x68\x26\xd8\x2d\x40\x25\xd9\xe2\ \xe9\x27\x62\xd8\xb2\x21\x03\xdc\xe9\x7e\xa6\x21\xd0\x81\x64\x12\ \x91\xac\x6b\xac\x4d\x26\x9b\xa2\x74\xd1\x38\x5d\x58\x4e\xd7\x46\ \xea\xd2\xa0\x1a\xd4\x33\x36\xd5\x03\x52\x51\x17\xdc\x08\x43\x34\ \xd5\xc6\x90\x28\x36\x24\x24\x06\x83\x72\xa0\x90\x30\x78\x3c\x95\ \x02\x4e\x41\x98\x5e\x65\x43\xc1\x90\x1d\xa1\x53\x9d\x9d\x03\xf8\ \xc0\xd8\x3a\x39\xd9\x50\xdd\x00\x83\x70\x83\xce\xe2\x2e\x4e\x8e\ \xee\x1e\x2e\x6e\xbe\x36\x64\x1b\x27\xc7\xa6\x62\x41\x7c\x45\xfb\ \xcb\xb5\x45\x2b\xef\xc3\x8b\x9d\xcd\x83\xad\x83\x97\xb3\xf3\x23\ \x93\x93\x7b\x6b\x0d\xfc\xf6\x8b\x57\x93\xab\x33\x05\xcd\x45\xb5\ \xd9\xe9\xdd\x3b\xfc\xc9\xad\xcd\xd3\xc7\x3b\x5b\xa7\xa7\x27\x1b\ \x8f\xb2\xdf\x9c\xbc\x3d\xc8\x6d\x02\x7a\x32\x26\x29\x8c\xc7\x8b\ \x4e\xcc\x2f\x96\xd6\x74\x08\x9b\x8a\x45\xb9\x1e\x81\xa9\x27\xf6\ \x53\x17\xf4\x1f\x6f\x57\x67\xe6\xb6\x55\x65\x67\xb5\xe7\xa4\xb7\ \x73\x46\x46\x86\x2a\x39\xfc\xda\x8c\x8c\xf4\xac\xac\x0c\x4e\x7a\ \xe9\xe4\xfc\x2a\x80\xa8\x67\xeb\x9b\xeb\xab\x3b\xeb\x7b\xaf\x06\ \xd6\x5f\xbe\xda\xdb\x7a\xb9\x79\x7a\xf1\xf6\xe4\xf1\xc9\xc9\xd9\ \xe3\xcb\xc5\x85\x0f\x0b\x0b\x0b\x4b\xbb\xcb\xfb\x47\x1b\xa1\x06\ \xf4\xd0\xe5\x8d\x0d\xa0\x1f\xc0\xf3\x78\xe3\x78\xf1\xf5\xa3\x4f\ \x97\xe7\xf7\xef\x2f\x4f\x80\x27\xad\x9c\xf5\xe8\x4f\x63\x7d\xa3\ \x3f\xfd\xfe\xfb\x1f\x7f\xbe\xcb\xed\x6d\x98\xe5\x64\xd6\x16\x36\ \x77\x24\x8a\xda\x3a\x63\x82\x9b\x12\x8b\x63\xc2\xe3\xe3\xc3\xc2\ \x7d\x82\x7d\xbc\x3c\x9c\xc8\x76\x54\x70\x64\x28\x76\x54\x8a\x03\ \x9e\x84\x31\xd5\xc5\xc0\x2e\x5c\x6d\x5d\x43\x52\x71\x7b\x10\x25\ \x50\xe6\x8e\x15\xec\xe1\xe5\x16\x18\x1b\x14\xf9\xc2\xfe\xee\x8f\ \xa3\x83\x63\xbf\xdc\x1b\x1b\xc5\x2e\x9e\x44\xe7\x77\xb4\x39\x18\ \x1b\xda\x80\x03\xeb\xe2\x16\x9c\x5b\x58\x95\x5d\xd5\x54\x24\xad\ \x68\xa8\xca\xe8\x7e\xf1\x6a\x6b\x73\x64\xe0\x64\x75\x4a\xae\xeb\ \x97\xbb\xa3\x69\x9a\xf6\xaf\x35\xd4\xac\x07\xe5\x5d\x0d\x14\x2c\ \xc7\x7f\x3e\x22\x7a\x04\x3a\xc1\x55\x42\x3f\x37\xaa\x9b\x5f\x74\ \x48\x74\x50\x64\xa2\x20\x32\x24\x24\xd8\x2f\x24\x36\x32\x3f\xdc\ \xcf\xd7\x8b\x2f\x08\xe3\x75\x8a\x84\x02\x61\xbc\x50\xd0\xd4\xdc\ \xd6\x56\xd7\x59\x54\x9b\xda\x58\x32\x93\xc3\x9f\x7f\xf4\xe8\xe0\ \xd9\xb3\x91\xcd\x9d\xd5\x67\xa7\x6b\xaf\x2e\x96\x3e\x7c\x58\x3c\ \x3f\x3e\xbe\xf8\xe0\xaf\x31\x18\xf7\xd5\x8d\xf5\x1f\xd5\xaa\x2b\ \xa0\xfa\x8c\x57\xdf\x98\xd6\xff\x31\xb8\xfa\x26\x20\xaf\x52\x26\ \xfe\x61\xe7\x7e\x4d\xe5\x7b\x9c\xfa\x3e\x98\x02\x52\xac\x5b\x77\ \xef\xdc\x7b\x30\x3a\xd6\x97\x57\x9e\x97\x57\x9f\x97\x56\x5f\x0f\ \xd4\x96\xbc\xa5\xb5\x89\xb2\xa5\x3c\x42\x9f\x80\xd0\x97\x43\xa8\ \xd3\xb5\x8c\x74\x14\xb4\xf4\x2d\xb0\x04\x2b\xcf\x50\x02\x96\xa0\ \x0f\xf4\x7b\x80\x55\x80\xb7\xa7\x81\x95\xab\x81\x7a\x42\x82\xac\ \xf1\x8a\x6e\x41\x30\x30\x32\x52\xc0\x5a\x00\x4c\x4b\x48\x08\x35\ \xf2\x0e\x0d\x48\x4e\x0e\x0d\x7d\xb8\x1c\x30\xb1\x9d\x30\x1c\x15\ \x1a\x05\x2d\xb1\x8e\xcb\x42\xc1\x7f\x7b\xff\xf8\xf8\xf5\xf6\x76\ \xcf\xcd\x80\xe4\x00\x2b\x2c\x1d\x3b\x71\x73\xb8\xcc\xd3\x80\xee\ \x4d\x57\xd7\x21\x84\x3e\xdc\x3f\x1e\x9e\x48\x50\x30\x51\x53\x94\ \xd3\x8c\x88\x30\xf1\x87\x2e\x5d\x5d\x5d\x79\x30\x33\xd1\x52\x9d\ \x60\x60\xa0\x61\xa9\xa9\xac\x28\x9f\x16\xe1\x9f\x07\x94\xec\x60\ \x17\x0c\xfd\x49\xf3\x1f\x1f\xbd\xf7\xe3\xdd\x3b\x77\x46\xef\x8c\ \x8f\xff\x20\xe9\x90\xc2\x6e\x67\x61\xbe\xa4\x26\x3e\xdc\x2f\x56\ \x92\x94\xd4\x22\x4d\x4a\x8c\xcf\x6f\x12\x25\x89\x6a\x78\x81\xbe\ \x31\xbc\x0e\x5e\x58\x58\x7e\xb5\x54\x98\xd3\xd8\x59\x23\xe8\xa8\ \x2b\x11\x15\x4b\x1a\x45\xc5\xc2\x58\xf6\x55\xa4\xf3\xb4\x6c\xd6\ \x19\x48\xa3\xff\x5d\x79\x62\x89\x01\xc7\x82\x79\xee\xd0\x87\x8f\ \xcd\x34\x36\xe3\xa2\x8d\xd9\x34\x9a\xb1\x1e\x13\x47\xc3\x01\x62\ \x85\x63\xa3\x99\x62\x26\xe4\x5f\xd3\x4c\x16\xf4\xf4\x7b\xca\x80\ \xf3\x2e\xd3\x40\x2e\x8a\xa1\xbb\xfb\x34\xeb\x09\x4c\x9e\x86\xf5\ \x6d\x80\x80\x5c\x58\x25\xba\xc1\x44\xd3\x48\x64\x32\x06\xad\x8d\ \xa1\xd8\x3a\x78\x39\xba\x00\x4c\x95\x48\x1b\x0b\x33\xf9\x99\x19\ \xad\x31\xd5\x45\xa9\x15\x42\x12\x0b\x4d\xa3\xd1\x48\x53\x4b\x6f\ \x33\x72\x2a\x3a\x3a\xc2\x73\x1f\x9a\x03\xec\xb6\x07\x30\x2e\x6f\ \x6d\x9e\xeb\x2b\xa8\xc8\xed\xdd\xbb\xec\x71\x55\x75\x25\x3f\xe5\ \x32\x71\xb8\xac\x33\x9c\x98\x35\xcd\x62\xa3\x19\x62\x80\xa4\x62\ \x18\xf7\x2c\x66\x8a\x19\x7a\x0c\x3d\x33\xb0\x8f\x66\xda\x95\x47\ \xd2\x1b\x62\xa6\x19\x86\x68\xec\x1c\xb0\x79\xb8\x1b\xa5\xbf\xf0\ \x8e\x1e\x41\xd7\x65\xd3\x70\xd0\x1a\x95\x05\xa1\xb4\x9f\xc5\xbd\ \x01\x2d\xea\xb9\x62\xd8\x55\xc1\xc5\x61\x28\x40\xd4\xa1\xb5\x0d\ \x6d\x90\x86\x48\x63\x63\x8c\x03\x12\x89\x34\x36\x33\x46\x02\x91\ \xa8\x6d\x66\xa8\x6d\x6c\xac\x47\x32\xd6\x43\xeb\x99\x22\x31\x64\ \x53\x98\xe1\x85\xc1\xe0\x01\x48\x21\x4d\x91\x0e\x14\x07\x0c\x06\ \x70\x2c\x12\x19\xe5\x80\xc7\x00\x06\x45\xb1\xb3\x73\x71\xa4\x3a\ \x3b\xda\xda\x52\x50\x36\xb6\x76\x1e\x3e\x4e\xce\x54\xaa\x53\x58\ \xb8\x0d\x78\xe1\xf7\xf1\x73\xb4\x93\x84\xfb\xe5\xe7\x54\xa4\xcc\ \xcf\x6c\x2d\x2d\x9f\xac\x6d\x9d\xbe\x79\x31\x32\xf2\xe9\x22\xa3\ \xfb\xd9\xce\xab\x9d\xf9\x94\x86\x94\xf5\x37\xeb\xab\x93\xfc\xc8\ \x8e\x26\x5e\x4c\xf6\xdc\xe6\xcc\x05\xf8\xc3\x3f\x2c\xcd\x9d\xba\ \x5e\xb6\x64\x35\x4c\x5d\x4c\x15\xf1\x8a\x13\x63\xf2\x13\x6b\x24\ \x82\xa4\x44\x69\xbc\x54\x90\x5f\x23\x88\x69\x99\x09\x0e\x9a\xbc\ \x6d\xf2\x71\x5b\xa9\xbc\xa2\xa5\x3a\x25\x37\x37\x3b\x33\x6b\xa8\ \x32\xa5\xb2\x20\x33\x3d\xbb\x28\x3b\xb7\xa8\x96\x33\xd7\x3e\x34\ \x34\xf2\x6c\x67\xed\xc5\xc1\xe9\xdb\xb7\x87\xcf\xde\xbc\xd9\x9b\ \x5f\x7d\x35\xbb\xf3\xf1\xf4\x14\x00\xd6\xdb\xd3\xb7\x9f\x16\x3e\ \x02\xc9\x07\xe8\xd5\xc9\xc2\xfd\xa5\x8d\xfd\x80\xfd\xb2\x04\x4f\ \x75\x75\x04\x02\xa1\xa6\x24\x07\xa7\xc3\xb0\x0a\x08\x39\x05\x55\ \x79\x13\x13\x65\xf3\xb4\x7b\xff\xfd\xfb\x39\x3c\x33\x6f\xfd\xfd\ \xef\xdf\xee\xfd\xaa\x9c\x32\x37\xcb\x9f\x4d\xaf\xa8\xad\x6b\x04\ \x2f\x9a\xb5\x15\xf1\x31\x82\x90\xe8\xa4\x10\x9f\xf0\x70\x3f\x5b\ \x3f\x1f\x1f\x37\x37\x3b\xaa\x9d\x0d\x06\x63\x83\x07\x6f\x48\xa2\ \x9e\x99\x29\x09\xda\xf4\x98\x19\x9a\xfa\x54\xd6\x51\xc9\xd1\xbe\ \x1e\xe1\xbe\x4e\x4e\x54\xe7\xc0\xf0\x68\x8f\xc8\x37\xca\xa3\xbf\ \xfe\x34\x3e\xf6\xd3\x8f\xe3\x83\xd8\xfb\xa5\xee\x49\x2d\x5e\xda\ \x7a\x64\x1b\x1b\xaa\x9d\x8b\x5b\x23\xa7\x4e\x52\xc3\x6b\x2d\xa9\ \xa8\x2a\x28\xac\x9d\xdb\xdc\x5b\x2f\xc8\x4e\x6d\x1f\xea\x5e\x34\ \xea\xbb\xf3\xcb\xa0\xaa\x7f\x94\x4e\x97\x42\x9a\x9c\x77\x80\x89\ \xea\xc1\xf2\xbf\x44\x48\x2f\x3f\x98\xf9\xe5\xe6\xe6\xec\x18\xe2\ \x1c\x16\xec\x13\xe3\x17\x19\x16\x1d\x1c\x18\x1b\x1b\x1e\xdd\x14\ \x13\xeb\xe3\x11\x94\x98\x94\x5f\x5c\x1c\x5f\x57\x98\x2f\xec\x14\ \x49\x45\x25\x55\x6d\x29\xd9\x85\xd9\x55\x19\x9c\xcc\xdc\xa1\xa3\ \x9e\xa5\x47\x97\x07\xeb\x2b\xf3\x93\x9b\x4b\xcb\xe7\xc7\xfb\x4b\ \x0b\x4b\x37\x7b\x94\xad\x55\x7f\xbd\xc2\x93\x2f\x2d\x57\x2a\x9f\ \xbb\xde\x65\x43\x3a\x2a\xdf\x89\xbe\xeb\xd7\xbf\x94\xce\xbf\x8c\ \xdd\xa8\x7c\xa7\xf9\xae\x5d\xbf\xf6\x8f\xad\x2f\xe5\xf6\xeb\x5f\ \xbe\x5d\x71\xb5\x2f\x98\x25\x6b\xc5\xfa\xed\xde\x9d\x7b\x80\x60\ \x81\x53\xbf\x3c\x22\x02\x00\x81\xb9\x89\x89\xbc\x09\xa0\x37\x96\ \x69\x96\xf2\x8a\xaa\x72\xaa\xea\x1a\x08\x55\x0d\x75\x35\x0d\x35\ \x55\x03\x2b\x82\x05\xdd\x00\x8b\x35\xd2\xc7\x12\x74\x8c\x2c\xe8\ \xa1\x04\x23\x82\x27\x81\xe0\xe9\x49\x37\x80\x1a\x11\x6b\x85\xf5\ \x0c\xf0\xf4\x2c\xbb\x19\x00\x90\xc8\x33\xb4\x27\x79\x7f\xc2\x33\ \xa0\x2c\xd4\x33\x2a\xd9\xdb\x7b\x22\x20\x21\x79\x78\x63\x79\x78\ \xd9\xa0\xac\x6c\x7f\x7f\x7f\xa2\x6c\xb8\x27\xb9\x27\xc1\x35\x20\ \x79\x22\x39\xe1\x61\x02\xb8\x97\x51\xa8\xb7\x2b\xdd\x7b\xe3\xf5\ \xf1\xe2\xe2\xeb\x0d\x03\x39\x0d\x2b\x2c\x02\xe6\xf7\xd8\xa7\x95\ \xa7\xf5\xd5\xe7\x59\xfa\x47\xa4\x45\xe4\x01\x55\x6e\xa0\xa1\x24\ \x27\x6f\x6e\x59\x1e\x61\x0f\xf4\x2b\xec\x77\x2d\xef\x1a\x1f\xf4\ \x07\x30\x7b\x17\xa8\x5a\xe8\xf4\xfc\x03\x87\x9f\x5e\x13\x2f\x91\ \x74\xe6\x37\xf1\xda\x3a\x9b\x44\xb5\x52\x81\x40\x98\x18\x2e\x8c\ \x91\x00\x54\xea\x28\xee\xa8\xe6\x34\xb4\x4b\x24\xb1\xbc\x8a\x2a\ \x51\x5b\x5b\x6d\x55\x7e\x4b\x45\xa7\xa8\xa5\x46\xd8\x92\x95\xe1\ \x07\x11\xe9\xc6\x34\x9c\xc4\x7b\xf2\xbf\x1b\x62\x59\xca\x20\x4c\ \x95\x80\xd3\x2e\x37\x00\xfb\x78\x3a\xcd\x66\xe2\xd0\x34\x2e\x97\ \xc1\xc4\xe9\xe1\xcc\xcc\x58\x2c\x33\x6d\x34\x03\xcd\x64\x72\x61\ \x73\x3a\x17\xc7\x86\xc0\xc6\xa4\x31\xc4\x70\x5a\xe7\xaa\x1f\x0b\ \x22\x00\x20\x69\x62\xa8\xb4\xa0\x23\x3c\x94\x8f\x00\x1a\xc4\x38\ \x2e\x83\x4c\xd6\xc3\x10\x89\x40\x30\x11\xdd\x03\x7d\x78\xc2\x20\ \x5e\x7e\x4d\x6b\x4e\x69\x66\xc9\x40\xf6\x24\xa7\xa3\x31\x2b\x04\ \x3c\x2a\x97\xcd\x70\x5f\x58\x2b\x96\x54\x48\xf2\x83\xeb\x96\xf3\ \x1e\x8c\xa5\xf9\x5b\xda\x47\xf8\x2b\xe9\xac\x72\x4e\x81\x48\x19\ \x5e\xde\x8e\x32\x68\x66\x31\xd9\x4c\x74\xe0\x07\x8f\x1b\x70\x41\ \x80\xc6\x32\xc4\x41\x70\x65\x4f\x03\x0d\xcb\x80\x19\x83\xc6\xda\ \x68\x63\x26\x5a\xbb\xf4\xbc\xed\x7f\xfd\x5c\x33\x53\x8a\xb1\x53\ \xcf\xe1\x5a\xc2\xf2\xbb\xf5\x89\x0d\x05\x1d\x37\x2e\x0d\x07\x6e\ \xc4\x06\x0a\x96\xc5\xe5\xe2\x58\x30\xae\x0c\xec\x29\x00\x2c\x63\ \x1a\x53\x8f\xe8\x48\xc2\x20\x4d\x75\x29\x86\x70\x5c\x90\x84\x31\ \x84\xa3\x6e\x48\xd8\xeb\xa0\x0b\xf4\x0b\xd2\x58\xd7\x0c\xad\xab\ \x8b\x24\xa2\x30\x44\xa4\xa1\x36\x0a\x4f\x26\xa2\x88\x24\x32\x06\ \x8f\xc4\xe0\xa9\x48\x14\x52\x17\xf0\x33\x32\x91\x4a\xc6\xdb\x90\ \xec\x9c\x28\x54\xb2\x8d\xa3\x87\x8b\xad\x0d\x91\x4a\xc5\xbb\xf8\ \xfa\xd8\xba\x3b\xb9\xb9\x78\x39\xf9\x05\x39\xfb\x85\x78\x39\xb5\ \x49\xc2\x43\x0a\x67\xf6\x36\x1f\x85\x2e\xbc\x39\xb8\x5c\xdd\x3c\ \x58\x7f\xd6\xdd\x3b\x32\xd2\xbe\x77\x31\x3f\x77\x7a\x78\x38\x3b\ \x7f\x36\x3f\xbf\xf5\xf2\xe5\xde\xde\xec\xb3\xc7\x9b\xed\x2f\x16\ \x0e\x5f\x5e\x5c\x5c\xce\x4c\xc8\xd5\xf2\xd6\xf7\x67\x77\x38\x52\ \x9e\x20\x3e\x31\x31\x32\x06\xbc\x24\x35\x15\xe7\x17\xc7\x36\x49\ \x85\x89\xd5\x7b\xbe\x3e\x8f\x43\x55\x37\x42\xf3\x3c\x5b\xda\x53\ \x2b\x07\xe6\xf9\xb9\xb9\xdd\x95\xed\xa9\xb9\x80\xc5\x0e\xa5\x64\ \x94\xf6\x4e\x6d\xce\x8f\xcc\x4c\xce\xcf\xef\xbc\x9c\x5f\xdb\x39\ \x00\x2c\xeb\xcd\xe1\x8b\xd9\x37\x27\x5b\x8f\xdf\x7c\xba\xbc\xfd\ \xf8\xe2\xcd\xc7\x47\x17\x67\x8b\x97\x1f\x16\x1f\x2d\x2e\xbd\xbb\ \x7f\x9e\xbc\xdb\x33\x11\x15\xa5\xaf\x21\x27\xaf\x2c\x5f\x5e\x5e\ \x5e\x3f\x36\xfa\xe0\xd7\xff\xfe\xfd\xf7\x1f\x3f\xc3\x40\x42\x70\ \x22\x3d\xff\x9a\x78\xfc\xd7\xdf\xff\xba\x5f\x3a\x57\x50\x90\x91\ \xda\x98\xdd\xd6\xd1\xd4\x2c\x6c\x6d\x8a\x4d\x0a\x8c\x0c\x8b\xf7\ \x70\x0e\x76\xf3\xf2\x72\x77\xb7\x25\x3b\x41\xb2\x43\x44\x91\x49\ \x00\xd1\xf5\x88\x48\x53\x43\x8c\xa1\x21\xd2\xd0\x14\xef\x5c\xc4\ \x89\xc5\x38\x02\x60\xf3\xf2\x71\xf2\x75\xf3\xf0\xf5\x71\xf4\xf1\ \xd9\xd4\xec\x02\xd2\xe1\xce\xaf\xbf\x74\xe5\x61\x77\x78\xee\xf9\ \x49\x64\x86\xae\x8d\xbb\x9d\xa3\x93\x47\x47\x76\x73\x5d\x0d\x2f\ \xbe\xb5\xa3\xb3\xa3\xa2\xb3\x98\x33\xc3\x1f\xe1\x0f\x95\x36\x74\ \x67\x4c\x1e\x05\x98\x8f\xdd\xb3\x96\x97\xb7\x1c\x47\x18\x4d\x78\ \x1b\xf5\x59\x15\x8b\x76\xad\x1d\xec\xdc\xbd\x1c\xed\x88\x4e\x6e\ \x81\x30\x82\x22\x86\x17\x1f\x9d\x94\x98\x1f\x13\x1b\x1b\xc9\x8b\ \x2f\xce\xe7\x05\x45\xf2\x82\x63\x84\x89\x82\x24\x61\x0d\x0f\xec\ \x73\x4d\x6b\x23\xbf\xb1\x30\xbd\x8a\x93\x52\x3a\x93\x99\x9b\x5b\ \xf9\x32\x94\x1e\xd5\xf3\xe1\xd3\xed\xc3\xbd\xb7\xc3\x01\x1b\x4b\ \x67\x8f\x6e\x2a\xe4\xf9\x23\x4c\x7e\xbb\xf6\x7f\x8a\xe8\x32\x70\ \x82\x43\x96\x5f\xc7\x9b\xff\xd9\x84\xf5\x7d\x77\x96\xca\x3f\x5a\ \x1c\xbe\xe7\x60\xd7\x55\xbe\xb8\x5f\x7d\xc5\xab\xcf\x77\xfb\xfc\ \x03\x95\xb8\xf7\x0f\xc6\xc7\xc6\xcb\xeb\xc1\xc9\x9e\x17\x91\x66\ \x6d\x6f\x6f\x6d\x6e\xa2\x69\xae\xa8\xac\xa9\x04\x80\x4b\x5e\x09\ \x01\x27\x93\xe5\x14\x34\x0c\x74\x74\x10\xea\x46\x04\x0d\x25\x2d\ \x2b\x7d\x75\x7d\x23\x84\xa2\x91\x85\x9a\x3e\x1d\xab\x43\xf0\xc4\ \x12\x86\xb1\xfa\xb0\xaf\xca\xc8\xd5\xd5\x3b\x2a\x0a\xd6\xbd\x7a\ \xa2\x42\xbd\x09\xde\x01\xc9\x09\x51\xa1\x9e\xa1\xde\x09\x74\x7a\ \x68\xb2\x6b\x19\x3d\xb9\x0c\x4b\x88\x22\xf4\x78\x87\x96\x85\x7a\ \xdf\x3c\x2e\xdb\x85\x49\x38\x3d\xc3\x0f\x13\x12\xa2\xca\xac\xe8\ \xf4\xa8\xd0\xe5\xd7\xe7\x4b\xaf\x17\x2f\x8e\x96\x8e\x75\x94\x55\ \xd5\xe4\xb4\xe4\x35\x95\xfc\xfd\xfd\xa1\x07\xaa\xaa\x8e\x7f\x57\ \x1f\xa0\x7e\xe6\x26\xf2\x08\x39\x4b\x79\xcb\x34\x7f\x4d\x79\xfb\ \xbe\x2e\xff\xbe\xc1\x2e\xf0\xf4\x19\xcb\xb3\xee\xea\x1b\x1f\x1c\ \x1c\x4c\xf3\x2f\x8f\xf8\xa1\xad\xba\xb3\x51\x22\x15\x76\x44\x87\ \xd4\x74\x0a\x44\xf9\x75\x55\x75\xcd\xd2\xe2\xe2\x58\x41\x4c\xa2\ \xa0\xa3\xb5\xa2\xa6\x71\x76\x27\xa3\xba\xa2\xb9\xb9\x96\x93\x9b\ \x9e\x0b\x5e\x05\x33\x0a\xdb\x5a\x5a\xb2\x1b\xab\xb2\xd2\xdd\x64\ \x03\x34\x4f\x68\x62\xe8\x84\x25\x1b\x1e\xbc\x01\x7b\x11\x9e\x3e\ \x65\x40\x33\xd1\x27\x4f\xb8\xd0\x1e\x5d\xcf\x78\x1a\x48\x3f\x6d\ \x33\x36\x40\x05\x86\x98\xc1\x40\xb3\xc4\x4c\x26\x0d\xf6\x5e\x72\ \x69\x40\x61\x4d\xb3\x98\x66\x5c\xe8\x86\xfc\xa4\x9f\xf9\x94\xcb\ \x06\x5a\x52\x36\x87\xc8\x65\x3f\x85\x23\x89\x32\x2f\x87\xa7\x80\ \x6f\xb1\xd9\xd0\xe7\x80\x84\xd2\xd3\x46\x69\x93\xdc\x82\xe0\xec\ \x3e\x60\x79\x25\x99\xb9\x9c\x22\x4e\x41\xe1\x24\xbf\x76\x36\xdb\ \x09\xe6\xce\xeb\xe1\x78\x6f\x2f\xb3\xaa\xeb\x78\xa2\xee\x87\x7d\ \x3f\x8e\x77\x59\x9a\x77\xa5\xc5\x04\xbd\xd3\x30\xd2\xd1\xd0\xb1\ \x4a\x48\x76\x45\x6c\x31\x8c\x99\x0c\x16\xea\x2d\xe7\x09\x53\x0c\ \x87\x7a\xc4\x38\x26\x97\xdb\x2f\x5b\xd1\xe4\x82\x8b\x80\x5e\xd1\ \xd0\x0c\x36\xce\xac\xb6\x87\xff\x44\x4c\x33\xd5\x73\xd0\x75\x49\ \xde\x3b\x21\x1c\x5d\xec\x18\xe9\x98\x9b\x88\xb8\x68\x40\xbf\xd0\ \x66\xe0\xbe\xdc\x7e\xd8\x3d\xf6\xa4\x1f\x8a\x5f\x26\x97\x6d\x86\ \x63\x18\xa3\xec\x1c\x48\xba\x18\x14\xc6\x58\xcf\x50\x8f\x48\xd4\ \x05\xfb\x4a\x42\x39\x98\x69\x1b\x9a\x41\x88\x42\xea\xa2\xd0\x80\ \x20\xc2\x88\x09\x53\x8c\x29\x09\x89\xc4\x93\x50\xa6\x64\xb2\x0d\ \x49\x0f\xe3\x00\x6d\x19\xc8\x78\x3c\x91\x42\xa2\x52\x00\xef\x72\ \x72\x71\xb0\xb3\x01\xb4\xc2\xcd\xd9\xc5\xd1\xce\xd1\x91\x6c\xe7\ \xe8\x4c\x75\x77\x72\x77\x73\xf6\x0a\xf3\x0b\x4f\x8c\x75\x11\xa4\ \x0b\x9b\x66\x57\xce\xca\x7a\x0e\x76\x5e\x5d\x9c\xce\x8e\x4c\x36\ \xac\xcc\xf5\x8e\xb4\x4f\x9d\x3e\x5e\x9d\x5c\x9d\xbf\x58\x38\x39\ \x59\xaf\x1c\x58\x99\x99\xdf\x7c\xb1\xf5\xec\xe2\x70\xe5\xc5\xd9\ \xa7\xf3\x4f\x97\x47\x88\xde\xa0\xce\x95\xa9\x94\xec\x56\x51\x71\ \x78\x71\x3c\x2f\x12\x40\x83\x30\x29\xbf\x31\x3c\xb2\x43\xd8\xda\ \x51\xb8\xe5\x6e\x97\x61\x24\xbf\xab\x30\xf6\x38\x9b\x5f\x99\x5d\ \x99\x55\x09\x63\x1b\xba\x53\x52\x1a\x7a\x27\xe7\x26\x27\xd7\xb7\ \xe6\x9e\x4d\xcd\x0d\xac\xae\x3d\x5b\x79\x7b\xba\xb7\xb5\xf9\xe2\ \x74\xe1\xf6\xd9\xd9\xe9\xed\x85\x8f\xb7\x5f\xdc\x3e\xb8\xf8\xf4\ \xe9\xf1\xc9\xc5\xa3\xc5\xc5\xc5\x47\xef\xf6\x8f\xee\x1f\xed\x6e\ \x83\x27\x71\x68\x14\x9c\xd7\x97\xf7\xff\xd7\x5f\x30\x83\x02\xbc\ \xcc\xc3\xbc\xf6\xe7\xb2\x20\x86\xeb\xb7\x7e\xbe\x8a\x55\xbd\x1a\ \x88\x7e\x3d\x30\x53\x3a\x92\x9e\x5e\x90\x5a\x53\x2b\x6d\x6e\xee\ \x6c\xe6\xe5\xc7\x46\x06\x05\x05\xf9\xf8\xd8\xba\xf9\xda\xda\xba\ \xd9\x02\x3d\xe8\x40\x41\x61\xa8\x44\xb8\xb4\x4a\x41\x02\x6e\x8a\ \x42\xa1\x90\x64\xc7\xf0\xc2\x66\x27\x92\x8b\x1b\xd5\x0b\xa0\x55\ \x70\xb0\x9f\x97\x1b\xd5\x96\x77\xa2\x36\x7e\xf7\xde\xbd\x07\xbf\ \xfc\x3a\xe6\xbf\x51\x6d\x17\x1d\xef\x81\xa4\x99\x52\xbc\x82\xdc\ \xdc\x84\x59\x1d\x9d\xc5\x82\xfc\x4e\xa1\x24\xbf\xb8\xb1\xad\x25\ \x77\x66\x60\x68\xa8\xbb\xb4\x60\x72\xb2\xf7\x64\x18\x1b\xf1\xcb\ \xb8\x89\x7f\xbd\x62\x1a\xe1\x99\x45\x7d\x5e\x41\x71\x89\x54\xa1\ \x01\x65\xeb\xee\x65\x43\xb5\x0d\xf6\x72\xf3\x09\x8f\x17\x74\x24\ \x26\x09\x9b\xa2\x13\x85\xbc\xa4\x56\x69\x53\x47\x62\x74\x10\x2f\ \x49\x50\xdc\x2c\x8d\x49\xac\x09\x91\xe4\x57\x17\x56\x55\x64\x66\ \xd4\x96\xe4\x56\xa5\x66\x76\x73\x52\x33\xf9\xa5\x53\xdb\xae\x6a\ \x6a\xae\xfb\x8f\x16\x4f\xb6\xe9\xfb\xef\x2e\x1e\x6a\xf4\xe5\xe9\ \xe8\x77\xfd\x06\x73\xce\x64\x46\x0a\xd7\xbe\xcb\x69\xbe\xf5\xd7\ \xad\xf7\x3f\x7f\xe9\xbd\xfa\x0c\x38\xd7\xbf\x84\xce\xff\xff\x96\ \x57\xdf\xa2\x52\xbf\xaf\xb7\xab\x7c\xd7\x54\xfa\xb9\x84\xff\x35\ \xee\x0b\xbe\xdd\x1d\x1b\x1f\x05\x04\x0b\xc8\x41\x38\xde\x12\x61\ \x29\x13\x1e\x4a\x0a\xf2\x96\x30\xa0\x59\x5e\x49\x51\x51\x09\xa1\ \x2a\xa7\xa0\xa3\x8e\xd0\x52\x20\xa8\xcb\x11\xe8\x5a\x16\xae\x58\ \x75\x25\xac\x95\x41\x82\x85\x81\x85\x95\xb7\x77\xd9\x72\x28\xe0\ \x56\x56\x74\x6f\x80\x47\x0f\x01\xf0\x60\x5d\xad\x2c\x0c\x0c\x0c\ \x08\xae\x65\x80\x70\x61\xad\x00\x13\x8b\x4a\x48\xa0\x0f\x47\x79\ \xd3\xb1\x46\x06\x51\x09\x00\xd2\x7a\xa2\x76\x8f\x8f\x27\x96\x97\ \x3f\x1c\x6f\xec\x6f\xbf\xdb\xd8\x78\x48\x4f\xd8\xbe\x7f\xfc\xe1\ \xd1\xbb\x85\x47\x67\xef\x26\xce\xef\x97\x21\x94\x60\xf6\xb4\xbd\ \x92\x82\x3f\xd8\x27\xcb\x7a\x65\x1d\xfb\xae\xf2\x08\x6b\x35\x2b\ \x39\x45\x39\x65\xc0\xb3\xba\xe4\xe5\x15\x23\x1e\x8c\xfb\x97\xa7\ \x8d\x8d\x8d\x8e\x8d\x8e\x03\x72\x68\xdd\x37\xf6\x00\x30\x2c\xff\ \x1f\x22\x9d\x3d\x5a\x05\x82\xd6\xb6\x92\x22\x49\x7e\x53\x52\x4c\ \x93\xb4\xba\xa5\x59\x28\x94\x74\x4a\x24\xbc\x9a\xc6\x16\x9e\xb0\ \xb3\xb0\xb5\xb5\xb1\xb9\xa4\x30\xa5\x34\x35\x57\x52\x54\x92\x59\ \x54\xd5\x98\xc3\x49\x2d\xaa\x28\xc6\x01\x56\xc5\xbd\x32\x71\xbf\ \x8a\xa4\x87\xd9\x11\x70\x34\x98\xdd\x2f\x06\x30\x03\x28\x08\x83\ \xcd\xd5\xa6\xa1\x81\x66\x02\x67\x78\x3f\xdb\x8c\xc5\xa0\xa1\xcd\ \xa6\x99\xc6\x0c\x1a\x8e\xc6\xc6\xd1\x68\x0c\x1a\x5c\x9e\x63\x32\ \xfb\x19\x4f\xa0\x3f\x0d\x5c\x7d\x83\x23\x2f\x2c\x99\x9e\xbc\x71\ \xa3\x9f\x0d\xd8\x1b\x20\x6b\x40\x25\x3e\x15\x1b\xeb\x92\x51\x24\ \x22\x52\x0f\x45\xa2\x3a\xb9\x05\x87\x84\x44\x17\x4b\xb2\x73\x9a\ \xb3\xd2\x53\x33\xba\x53\x73\xaa\xaa\x3a\x73\x72\x3d\x00\x55\x62\ \xd0\xf4\x72\x6e\x2e\x70\x52\x8b\x87\x3e\xbe\xf6\xef\xeb\x1a\xef\ \xca\x8b\x78\x4d\x0c\xda\xda\x56\x93\x57\x54\x34\x57\x0b\xd0\x4f\ \xb0\x61\xd3\x8c\x71\x8c\xba\x25\x6d\xb0\xa3\x2c\x36\x9b\x85\x83\ \x9d\x57\x34\xb0\x1f\xfd\xb0\x1b\xab\x1f\x80\x15\x93\xc1\x04\x80\ \xd5\x76\xd4\xfa\x84\xa5\xa7\xab\x87\x32\xb3\x75\x3d\xd9\x39\x5d\ \x5c\x58\xda\xf5\x56\xb4\xae\x98\xc6\x31\x59\x34\x9a\xa1\x19\xec\ \xd0\x17\xcb\x72\xab\xe1\x40\x34\x0b\xec\x1e\xda\x98\x66\x68\x4a\ \x22\x51\x4c\x01\x85\xd2\xd6\x46\x61\xc0\xbe\x6a\x23\x91\x28\x8a\ \x29\x46\xe6\x20\x8a\x84\x30\x05\xf3\xe9\x75\x49\xda\x66\x14\x24\ \x11\x60\x15\xc9\x10\x20\x30\x19\x8f\x22\x53\x1d\x88\x0e\x14\x8a\ \x8d\xa3\x03\x99\xe4\x44\x46\xd9\xda\xd9\x02\x4d\xe8\x60\x47\x75\ \x71\x0c\x74\x0f\x77\xa1\x52\xf0\x76\x44\x3c\x99\x42\x72\x77\x8f\ \x4f\x0a\xa9\x49\x0a\xaf\x11\x95\x66\xb7\xb6\x9f\xd2\x0d\x3e\x1e\ \x7e\x7c\xb5\x03\x14\xd9\xca\xb3\xf9\xad\xc9\x8c\x99\xa1\x95\x57\ \xcf\x1e\x7f\x3a\x7d\xf1\xf2\xd3\x9b\xa9\x57\x67\x7b\x73\x53\x0d\ \xb3\x9b\x3b\x6f\x76\xd6\x5f\x7c\x3c\x7c\xf1\xea\xa6\x85\x41\x8e\ \x6f\x64\x55\x73\x73\x4a\x51\x4a\xdb\xed\xd4\x0a\x49\x75\x4b\x55\ \x67\x73\x8b\xa4\x23\x31\x30\x2c\xd0\x36\x4c\xd8\xd9\x1e\x16\x7c\ \x62\xaf\xe5\x3a\x9e\x97\x92\x91\x9a\x9a\xd2\x9b\x9d\x53\x52\x9b\ \x93\xd3\x30\x50\xc0\xe1\x77\x4f\x4d\x4e\xce\xbc\x9a\xd9\x2c\x98\ \x9d\x5a\x9d\x9b\x5f\xdb\x3c\x7b\xbb\xb3\x75\x78\x72\x7a\x02\x94\ \xe1\xc1\xe9\xc5\xc5\xe9\xab\xd3\xc7\x8b\x27\x67\x17\x27\x4b\xe7\ \x8b\x1f\x8e\x8e\x8f\x77\x8f\x97\x1f\x2e\x87\x12\xa2\x02\x5c\x35\ \x54\xf3\xfe\xfc\x0b\x76\x0f\x5d\xe5\xb3\x83\x2f\x32\x9c\x82\xf3\ \xcf\xb2\xf0\x67\xb0\x0d\x31\xeb\xe7\x85\xa1\x81\xf4\xa1\xca\x42\ \x7e\x8e\xa8\xb1\xa5\xa5\xad\x45\x28\x6c\xe5\x05\x7a\xf8\x86\x3b\ \xb9\xf9\x05\xb9\xbb\xb8\x3b\xda\xd9\x51\x01\x90\x63\xec\x28\x28\ \xb8\x9e\x01\x74\xb6\x21\x1c\x07\x20\xdb\xfa\x08\xdb\x22\xed\x30\ \x5e\x81\x76\x2e\x5e\x5e\x49\x89\x7e\xe1\x91\x1e\xee\xce\x4d\x2f\ \x2d\xd2\x7e\x82\xc5\xd9\xbb\x5d\xd6\x0b\x36\x8e\x92\x40\xb2\x99\ \xb1\xae\x5b\x47\x51\x47\x75\x4a\x47\x2c\x2f\x46\xd0\x21\x49\xca\ \xaf\xe9\x10\x36\xb7\xe4\xcc\xf4\xce\x4d\x95\x72\x4a\x2b\xbb\x4b\ \x07\x46\x6e\x27\x77\xfd\xf4\xe0\xce\xa8\x92\xbc\xfc\x23\xc5\xd1\ \xe5\xe2\xac\xec\xa2\x75\x7d\x5b\xaa\x9b\x53\xa0\x0b\xd0\xe0\x8e\ \xee\x5e\x41\x89\x2d\x92\xe2\xf8\x8e\xd8\xf8\x58\xa1\xb0\xad\x08\ \xd0\xb4\xc4\x7c\x5e\x52\x7e\x62\x53\x9d\xb4\xb8\x06\xbc\xc2\x57\ \x4b\xf2\x1b\x8b\x72\x6a\x6b\xeb\x24\xa9\x99\xed\x8d\xa9\xa5\x9c\ \xde\xcc\xee\x37\x3d\x08\x13\x35\x57\xab\xe5\xdd\xe5\xa5\x93\x63\ \xe5\xb1\x3e\x55\x03\xf9\xf1\x5f\xe3\x54\xae\xdf\xfa\x67\xb9\x1c\ \x7c\x82\x83\xf2\xfe\xbd\x0c\x72\xbe\x59\xb4\x5f\xff\x1e\x92\x54\ \xae\x5d\xff\x86\x48\xd7\xbf\x72\x2d\x95\x2f\xc2\xef\x4b\x27\xa9\ \xca\x3f\xd8\x97\xca\x95\x23\xd6\xd5\xd5\x71\x7f\x8e\x8d\x0e\x8e\ \x8f\xf5\x95\xfb\x77\xa5\xe5\xe5\x59\x42\x1f\x7d\x7b\x4d\x13\x6b\ \x4b\x79\x73\x79\xa8\xd1\x55\x15\x95\xcc\x95\xd5\x34\xe4\x8c\x10\ \xea\x08\x05\x0b\x2d\x84\x91\x81\x95\x95\xa7\xba\x0e\xb8\x44\xf0\ \xc6\x6a\x18\x11\xbc\xcb\x42\x93\x43\x0d\x3c\xa3\x08\x01\x04\x57\ \x82\x6b\x14\x00\xa4\x50\x20\x0e\x8d\xac\xbc\xcb\x12\x7a\x02\xc0\ \x6b\x13\x1d\xa1\x13\xe0\xe9\xed\x19\x15\x0a\x74\xe2\xcd\x1e\xcf\ \x00\xab\x50\xd8\xca\xb0\xff\x70\xa3\x27\xaa\xac\x27\xe1\xe6\x44\ \xd9\xd1\xee\xf1\xee\xf2\xc4\xf2\xee\x87\xa3\xf3\xa3\xf3\x0f\x0f\ \xcb\xb6\x77\xb7\xb7\xa3\x2c\x94\xad\xad\x23\xec\xd5\x34\x94\xec\ \xed\x2d\x95\xf2\x2c\x11\xaa\xfe\x4a\xaa\xd6\x8a\x06\x00\x3d\x95\ \xd5\x14\x54\x4d\xe4\x95\x55\x35\xbb\xc6\x22\xd2\xf2\xc6\xc6\x1e\ \x8c\xf5\x3d\xe8\x2b\x2f\xcf\x1b\x4c\x1b\xbc\xfb\xa0\xab\xfe\x87\ \x24\x27\xaf\xc4\xec\xc2\x92\xea\xda\xea\x98\x98\xa6\x90\x90\xa6\ \xc8\xd6\xce\x96\xd6\xa6\x8a\xea\xac\x66\x49\x49\x6e\x6d\xab\x54\ \x54\xdd\x91\x95\x9a\x9d\x99\x5a\xd8\xd8\xdd\xd8\x58\x98\x5a\xdd\ \x91\x99\x55\x24\x05\xcf\x78\xd2\x95\x47\xdf\x55\xf4\xe0\x93\x27\ \x70\x45\x0f\xda\xc4\x00\xbe\xc4\xe2\x3e\x61\xd3\xd8\x37\xc4\x0c\ \x40\x61\x68\x6c\x1a\x8e\x2d\x06\x7a\xed\x06\x0d\xcd\x86\x2b\x70\ \x4c\x3d\x33\x26\x0e\xa7\x07\x50\x0c\x66\x27\x33\xd0\x40\xf1\xb1\ \x59\x62\xe8\x8d\x05\x38\x15\xb8\xe1\x34\xcc\xfd\x62\xb2\x61\xa3\ \x13\x74\x44\xc0\xb1\xa7\xc5\xd3\xdc\x1b\x6c\x1a\x4a\xd7\x14\xaf\ \x4d\x41\x03\xfe\xe1\x64\xe3\x1e\x16\x1b\x9e\x1f\x9f\x9a\xdb\x0e\ \xb8\x40\xee\x7c\x56\xbe\xa8\x24\xa9\x8a\x9f\x69\xc7\x65\x1a\xe3\ \xd0\xda\x25\x1b\x6f\xd3\x0f\xd5\x5d\x17\xd4\xed\x23\xba\xba\xfa\ \xcc\x9d\xf5\x02\x8b\x6f\x2a\x9b\x9b\xa8\x5a\xe6\x29\x23\x5a\x6f\ \x00\x78\xe2\xda\x44\xe5\x4f\xa3\x81\xce\x64\xe0\x18\x68\x3d\xa0\ \x54\xb9\x2c\x36\x10\xb4\x2c\x1c\xe0\x78\x80\xfb\xb1\x8d\x59\x4c\ \x74\xeb\x61\x0a\x00\x2c\xbc\xb6\x9e\x9e\x9d\x27\xe1\x60\xf3\xf0\ \xe1\xa7\x93\xfb\x08\xe5\x76\xae\x1e\x0e\xc6\xb7\xe2\x18\x00\xec\ \x00\x8d\x64\x40\x73\x9c\xa7\x30\x5a\x83\x65\xa6\x87\x46\x6a\x9b\ \x6a\x93\x48\x28\xc0\xab\xc0\x39\x85\xa1\x40\xfb\x13\x92\xa9\x29\ \x59\xd7\x54\x17\x3a\x63\x22\xf5\x48\x28\x24\x12\x9a\xf7\x99\xe1\ \x81\x2c\x24\x13\xc9\x0e\x80\x91\x51\x6d\xa8\x18\x22\xde\xc1\xc6\ \xc5\xc1\xcd\x85\x48\x71\x70\x02\x0c\xcb\xd9\xd6\x06\x6f\x47\x71\ \xf3\x75\x72\x72\x70\xa0\x82\xcb\x60\xcb\xc9\xc9\xc7\xb9\xae\x2d\ \x3e\x3f\x3c\x5e\x52\x92\x25\x69\xe7\xbc\x38\x92\xb7\xfa\xf0\xf8\ \xe2\x78\x61\xe5\xf4\x6c\xed\xd5\xcc\xca\xe6\x7c\xe6\xec\x66\xef\ \xd0\x9b\xad\x17\xdb\xc7\x27\x8f\x0f\x5f\x9c\x2d\xbc\x5b\x3a\x38\ \x7d\x75\xf6\xe8\xec\xec\xd3\xe1\xfc\x8b\x93\x8b\x61\x8d\x19\x9f\ \x62\xa9\xa4\xa5\xaa\x2a\xeb\x75\xe6\xda\xcb\x93\x91\xd2\xda\x9c\ \xce\x9a\x9a\x10\x77\x67\xc7\xe8\x40\xe7\xa0\x60\x41\xa9\x9f\x50\ \x5e\x6b\x0e\xf1\xd3\x6e\x5d\x7a\x0a\x87\x5f\x59\xd1\x58\x94\x92\ \xd9\xbe\x32\x37\x59\x00\xf0\xaa\x7d\x6e\x66\x67\x6d\x76\xe8\xd9\ \xfa\xc1\xde\xea\xda\xd6\x9b\x83\x17\x27\x07\xb7\xdf\x5e\x7e\x3c\ \x05\x4a\xf3\xd5\xdb\x4f\x8f\x17\x1f\x2f\x2e\x7c\x38\x3f\x3e\xbf\ \x7f\xff\xe8\x68\x63\x7f\x79\xa3\x2c\xc0\x7b\xc2\x4a\x4d\xfe\xc1\ \xef\xcf\xbf\x86\xb4\xc3\x60\x2f\x59\xe8\xf3\xad\x2f\x58\x05\xb7\ \xa1\x7f\xc3\xf3\xeb\x3f\x7f\x9c\xef\x9d\x99\xe4\x64\xe6\x64\x35\ \x77\x48\x5a\x24\x15\xd2\x62\x49\xb4\x4f\x70\x18\x60\x45\xbe\x41\ \x5e\x8e\xb6\x0e\xce\xee\xb6\xb6\x64\x20\xb1\x01\xab\x02\x4a\x1a\ \x83\x21\xea\x39\x50\x81\xa0\x76\x0b\xcb\x69\x75\x23\x91\xa8\x54\ \x47\x5f\x70\xec\x04\x61\x7e\xf9\x35\x82\xa0\xfc\x13\xac\xe6\x9d\ \xdf\x7e\xbd\x7b\xe7\xc7\x72\xf3\x53\x43\xaf\x60\x94\x1e\xd3\x30\ \x30\xa9\xb3\x22\xb7\xa4\xb5\x38\x29\x26\x2c\x32\x38\x3e\x5e\x20\ \x2d\x96\xd6\x76\xd6\x54\xf6\xbe\x9c\x1b\xa9\x28\xc9\xe4\xa4\x54\ \x55\xb5\xd4\x0e\x3d\x1a\xfb\xf5\xae\xa5\xa2\xa5\xfc\xb8\x5c\x63\ \x71\x9b\x54\xc2\x8f\x58\x8d\x21\x3b\xb9\xd8\xd9\x3a\xf9\x50\xfd\ \xfc\xc2\x6b\x6a\x6a\x85\xc2\x26\x69\x1b\x8f\x57\x5c\xd3\x2c\x2a\ \x16\x15\x37\xb7\x36\xe5\x27\x4a\xa5\x1d\x4d\x2d\x82\x8e\x96\xba\ \xb6\xfc\xc6\x92\xc6\xaa\xc2\xcc\x9c\xd4\xec\x94\x94\x81\x91\xde\ \xee\x01\x4e\xc6\xec\xe9\xb6\xaa\xa5\xa2\xaa\xfe\xc4\xbb\x7d\xb5\ \x7b\xa3\xfe\x46\x0a\x79\xe5\x0f\xae\xa9\x40\x63\xb0\x6f\x2e\x0c\ \x57\x38\xf3\xfc\xf9\xf3\xbf\x6e\x5d\xff\x82\x4f\x2a\xff\x88\x46\ \x8d\xfb\x0c\x58\x71\xd7\xbe\x5b\x4e\xfc\xae\xd6\x1e\xf7\x0f\x82\ \xa5\x22\x33\x76\x90\x15\xe5\xaf\x7f\xab\x61\xc1\x66\xf7\xbf\x46\ \xc7\xbb\xfa\xee\x8e\x0d\x46\xd8\x47\x44\xc0\xb9\x1c\x4b\x7b\x40\ \xac\x00\x50\xd8\xcb\x2b\x9a\x5b\x02\x2e\xa3\xa8\xa6\xac\x28\xa7\ \xaa\xa4\xa6\x8e\x50\x57\xd7\x30\xb2\x52\x42\x10\x74\x14\x60\x38\ \x92\x86\x96\x3e\x5d\xdf\xc0\x40\x1f\x86\x41\xb8\x62\x09\xea\x06\ \x74\x18\xc6\x6c\xa0\xef\x39\x91\x1c\x6a\x44\x4f\xf0\xf6\xb6\x00\ \xd8\x96\x10\xa0\x83\x85\xdd\x55\xae\x06\x16\xa1\xc9\x9e\x56\x01\ \x06\x06\x58\xba\x2b\x3d\x00\xdc\xd2\x2a\xd4\x33\x80\x4e\x00\x30\ \x56\x26\x5b\x79\xb4\x48\x4e\x0e\x0d\xf0\x2c\x4b\x26\xb8\x86\x12\ \x42\x7b\xa2\x74\x94\x2d\xd3\x2c\xe5\xd4\x55\x95\x95\x95\xe4\x95\ \xe5\xe5\x94\x4c\xe4\xf4\x11\x06\x16\x5a\x4a\x4a\x4a\xaa\x6a\xca\ \x26\x96\x00\x4a\xed\x07\xfd\xc1\x1e\x0f\xde\xbd\x33\xf6\xa0\x3e\ \xaf\xbc\xab\xdc\x3a\xed\xce\xbd\x07\x83\x3f\x88\x6a\x9a\xa4\x4d\ \x82\xb6\x96\x90\x70\xd8\xd6\x1e\x2b\x68\x2c\x02\x7c\xaa\x55\x52\ \x52\x2d\x29\x4a\xcd\xad\x95\x76\x4a\xa4\x80\x52\xcd\xe4\x66\x17\ \x76\x02\x22\x93\x95\x23\x69\xad\x6e\x6d\x91\x84\xd4\x49\x19\x4f\ \x9e\x5c\x59\x5a\x3d\x81\x63\xc0\x70\xe8\xf9\x29\x9c\x54\x91\xc5\ \x37\x8b\x59\xe0\x94\xe6\x3e\xe5\x02\xc0\x42\x3f\xa5\x71\xb9\x68\ \x3d\x06\x60\x54\xe0\x5a\x1a\x8b\xcb\x60\xf6\x43\x31\xc8\x10\xb3\ \xd0\x38\x16\x93\x26\x7e\x3a\xcd\x82\xb6\x32\x6c\xe6\x93\x27\x00\ \xe1\xc0\xfd\xc1\xfd\xfa\x61\x36\x05\x74\xf5\xe3\x42\x75\x09\x4d\ \x4a\x61\x7b\x94\x29\xca\x11\xc9\x20\x39\x3a\x93\xdd\x63\x9d\xc2\ \xe2\x45\x82\x96\xaa\xec\x9c\xac\xaa\xec\x14\x1e\xaf\x4d\xd8\x9a\ \x99\xd1\x49\x64\x02\x04\x62\x11\x73\x2e\x0e\x5d\xef\x28\xbd\x53\ \xb5\xb4\x07\xb0\x4c\xc0\x1b\x53\x83\xe7\x1b\x56\x4c\xcc\xed\xcb\ \xc7\x97\xb5\x71\x34\x6d\x1a\x63\xef\x54\x2c\x66\xa3\xd9\x30\x3d\ \x95\xa5\x67\xc6\xc0\xb1\xc4\xf0\xf7\x1b\xa3\x21\xe1\x9b\xe6\xc2\ \xae\x07\xb3\xe6\xa3\x01\x31\x53\x9b\x8c\xc2\x13\xf1\x3d\xf2\xa7\ \xaf\x0e\x16\x96\x16\x16\x17\x08\x7b\x6c\x86\x1e\x1a\x30\x44\x9c\ \x19\x0e\x4e\x13\xf5\xb3\x01\x0e\xc3\x01\x9d\xe9\x69\xa6\x9e\xb1\ \x19\xec\x08\xd5\x35\x44\x52\x81\x2e\x44\x22\x01\x0c\x61\x50\x7a\ \x18\x12\x85\x48\x36\xd5\xd3\xd3\xc3\x60\xa0\xf3\x03\x11\x69\x0a\ \x98\x97\x29\xd9\xd4\xd4\x14\x3a\x8b\x92\xc8\x78\x27\x2a\x89\x88\ \xa7\x80\xd3\x0e\xba\xa5\x90\xc9\x64\x43\x8c\x8d\x13\x4c\x6e\xb1\ \x71\x77\xb6\x75\xb7\xb1\x73\x76\xa2\xba\xb8\xbb\x78\xf9\x04\xc7\ \x86\x17\xf3\x62\xa1\x13\x58\x4e\xd5\xd4\xe9\x92\x91\xfa\xf6\xe5\ \xf9\xc5\xc2\xbb\x85\xd3\xc7\x24\xf3\xab\xff\x00\x00\x20\x00\x49\ \x44\x41\x54\xe7\x87\x97\xb7\xe7\xb7\xe6\x1b\x26\xb3\x52\x1a\x26\ \x67\xe7\x5e\x5c\x7c\x58\xba\x3c\xbd\xbc\x58\xb8\x58\x58\x02\x1f\ \x1f\x4e\x16\x4f\x0e\xcf\x8f\x8f\x3c\x77\xe2\x05\x49\x12\x51\x85\ \xa8\xa9\x68\xf7\x62\x6d\x28\x73\x6a\x28\xb3\xb0\xae\x29\x3c\x3f\ \x29\x3a\x3a\x46\x22\x95\x08\xe6\xe7\x6d\x5b\x15\x6b\x92\xcc\x1f\ \xbc\xcc\x99\x6a\x2f\x6d\xe8\x4d\x6d\x4e\xe5\x67\x0e\x4c\x56\xf6\ \x36\xb4\xaf\x3d\x9b\x5f\xd9\xda\x9c\x79\xf6\x6c\x65\x66\x67\x6b\ \x65\xeb\x60\x6f\x6f\xfd\xf0\x70\xef\xf6\xc5\xe2\xd2\xd9\xc5\xa3\ \xdb\x67\x97\xf7\x2f\x17\x4e\x2f\x8e\xa0\x71\xdb\xd1\xee\xc6\xc6\ \xee\x44\xd4\xb0\xa7\x96\xfd\x6f\xef\xaf\x41\xb4\x7a\xfe\x39\x48\ \xf5\xca\x6c\x14\x32\xab\x9f\xbf\x24\xab\xca\xe2\x9f\xe1\xf6\x5f\ \x8f\x06\xd2\xdb\xb3\xb2\x39\xfc\xf4\x26\x41\x73\x75\x67\x73\xab\ \x50\x10\x16\xeb\x13\x6c\xe7\xe2\xe3\x11\xec\x67\x07\x8e\x0c\xf4\ \xbe\x42\x22\x89\xba\xa6\x24\x20\x06\x91\x18\x8c\x83\x23\x95\xe8\ \x60\xeb\x23\x68\xf4\xc1\xeb\x9a\x3a\xfa\xf8\x05\x01\xd0\x77\x71\ \x0c\x11\x36\x09\x8b\xe3\x0f\x14\x4d\xba\x7e\xfa\x65\xac\x6f\xac\ \x4f\xf3\xc0\x39\xdf\x86\xc9\x36\xb6\x8d\x29\x6e\x6c\xac\xab\x96\ \x24\xc6\x0b\x79\xc5\xb1\x82\xc4\x62\x41\x71\xa7\xa8\x4e\x94\x92\ \x3e\xb5\x59\x59\x5b\x55\x92\xdd\xde\x5b\xd8\x5c\xd1\x28\x98\xbf\ \xfb\x93\xb5\xa6\xb5\xbf\x1c\x3f\x36\x29\x29\xa9\xd1\x2a\x6d\xf1\ \x55\x2e\xc9\xd9\x23\xd6\x2f\x1c\xe6\x00\x08\x5a\x1b\x5b\xea\x5a\ \x72\xeb\x44\x1d\xd2\x66\xa9\xb4\x53\xda\x99\xdf\x21\x4d\xaa\x89\ \xe7\xe5\x0b\x12\xc1\x3e\x0b\x4b\x6a\x1b\x0b\x01\x28\xa6\x64\xe6\ \x54\x17\x56\xa6\x94\x16\xf0\x47\x06\x66\xf9\x0d\x33\x67\xa1\x26\ \x79\xf2\xa1\xe7\xa1\xe3\x3f\xf5\x99\x63\xad\x47\x23\xc6\x6e\x5d\ \x7b\xfe\xfc\xbb\x35\xbe\xab\xa6\x03\x95\xab\xc0\x7a\xf0\xf5\x8a\ \x72\x7d\x35\xc4\xfa\x0a\x5f\x5f\x7b\xda\x55\xbe\xf4\xb6\x7f\x66\ \x57\x5f\x1f\xe8\x8a\x4c\x5d\xfb\x62\x2d\xf3\x65\xe3\x4b\x3f\x44\ \x5c\x9c\xca\x2f\xe3\x7d\xe3\xa3\xf5\x5d\x5d\xfe\x11\x11\xd6\xfe\ \xe5\x5d\xd0\xca\xd3\xc4\xde\x3e\xc2\x5c\x09\x36\x37\x28\x6b\xaa\ \x29\x29\x2a\x2b\x5b\x2a\x2b\xa8\xc9\x21\xd4\x14\xd4\xf5\x8d\x14\ \x10\x46\x46\x08\x23\x7d\x0b\x39\x7d\x0b\x04\x81\x60\xa5\x45\xc0\ \xaa\xa9\x6a\x59\x60\xb1\x9e\x3a\x16\x16\x56\x3a\x72\x72\x1a\xe0\ \xab\x45\x00\xc1\x42\x9f\x6e\xa0\xe3\xea\xea\x4d\xb0\xf0\x74\xa5\ \xd3\x75\x0c\x8c\xc0\x0d\x8d\xbc\x2d\x2c\x00\x29\xa3\x7b\x5b\xb9\ \x7a\x82\xab\x09\x16\x74\xf0\x63\x6f\x00\x72\xde\xae\x58\x03\xef\ \x00\xab\xa8\x1e\xba\xf7\x30\xf8\xa1\xd5\xcd\x9b\x16\xe6\x11\xd6\ \x4a\x0a\x72\x6a\xca\xca\x9a\xe6\x69\x40\x9b\x9a\x9b\xc8\xab\x6b\ \x00\xa4\x54\x53\x33\x51\x54\x94\x53\xb3\x06\xc8\xaa\x0a\x58\x60\ \xd7\x83\xf1\x72\xa0\x94\x20\xd4\x96\x77\x8d\x02\xc0\xea\xac\xee\ \xa8\x09\x0e\x01\xff\x6d\x49\xbc\x9f\x9b\x57\x60\x0c\x2f\xbf\xb9\ \xb3\xa3\x43\x9a\x9f\x9a\x01\x5e\xd4\xb3\xab\x3b\x73\x1b\x0b\x5b\ \x79\xd9\x55\x89\xa2\x9a\xe6\x96\xce\xe6\x92\x8a\x9a\xea\x96\x46\ \x89\x94\x23\x98\x86\x23\x35\xb2\x6e\x06\xd8\xe0\x0e\xfb\x1b\x64\ \x8d\x58\x32\x17\x19\x2e\x8b\x86\x03\x58\x03\x47\x72\xe0\xc2\xa0\ \x31\x83\x69\xa8\x0b\x88\x09\x53\xcc\x80\xb5\x77\x36\x13\x76\x97\ \xf7\x8b\xfb\xb5\x01\x7c\xc1\xc6\x51\x31\x9b\xc5\xe8\x97\x25\x13\ \x42\xa4\x92\x71\x16\xe8\xd3\xd0\xcf\x84\x8b\x86\xb0\x21\x0b\x20\ \x20\xce\xcc\xcc\x90\xe2\xe8\x88\x33\xb6\xc1\x38\xb9\x07\xb9\x78\ \xd5\x48\x84\x2d\x8d\x45\x95\x0d\xbd\x59\xfc\xe2\x78\x69\x31\x4f\ \xd8\x52\xdb\x69\xc7\x64\x1a\x1b\x32\x70\x4d\x17\x97\xf2\x3a\xfb\ \x08\x39\xf3\xf2\xbc\x5e\x8c\x2e\xc6\x26\x6b\xf1\xf6\x8c\x5c\x79\ \xdf\xa8\xa6\x1f\x53\x4f\x4f\x5b\x2c\xf4\xc6\x43\x09\xc8\x98\x16\ \x33\x19\x00\x50\xcd\xcc\xb8\x5c\x00\x5e\x00\x48\xc1\x6e\x33\x9f\ \x70\xc5\xfd\x2c\x34\xbb\xf3\x55\xad\x98\x89\xc6\x98\xba\x60\x28\ \x13\xfa\xa7\x6f\x2e\x6f\xee\x3e\x3a\x5a\x70\x5d\x62\x30\x18\x7a\ \x34\x98\x51\xcf\x92\xb5\x60\x01\x70\x7b\x0a\x47\xb4\xc1\x5f\x64\ \x6c\x08\xd4\x87\xb1\xa1\xa9\x19\xda\x10\x4f\xa2\x90\x00\x25\x00\ \x4a\x0f\x49\x71\xc0\xe0\x75\x51\x44\x5d\x5d\x0a\xd1\x90\x88\x27\ \x11\x1d\xf0\x28\xa2\x33\x40\x31\x94\xb1\x21\xc6\x81\x8c\x02\x92\ \x11\x8f\x77\x20\x39\x90\x6d\x6d\xf1\x44\x00\x5c\x0e\xb0\xd1\xc8\ \x81\x08\xdb\x1b\xec\xa8\x5e\xd1\x81\xee\x7e\x3e\x4e\x54\x0f\x5f\ \xc0\x27\xc1\x29\x9c\x18\x13\x59\xdc\xbd\x36\xb3\xba\x9f\x10\xb5\ \x7d\x72\xfb\xe3\xdb\xc3\xc3\xd3\x8f\x8b\x4b\x47\x9f\x2e\x96\x8e\ \x3f\x9e\x3e\x5b\x5f\x9b\x2f\xc8\xc8\x9c\xd9\xfb\xf4\x68\xf1\x14\ \x50\xa0\x8b\x9b\x3d\xc3\x97\x17\x00\x4c\x96\x97\xde\x3d\xdc\x48\ \x58\x8a\x14\xd4\x88\x80\x9c\x49\x4f\x11\x65\xbf\x5a\x1f\xe1\xa4\ \x94\x96\xd6\xd6\xd4\xd5\x01\x25\x5d\x58\xd3\x51\x9d\x53\x92\xc1\ \x71\x0c\x3e\xd9\x3e\x1b\x34\x69\xe5\x34\x74\x57\x66\x57\xd6\xa6\ \x66\xf0\x39\xbd\x43\x43\x73\x05\x43\xb3\xbd\x5b\xeb\x5b\x23\x0d\ \x9b\x87\x6b\xab\x0d\x6b\x2f\x77\x5e\xbc\x3c\x3d\x7d\x71\x7a\x72\ \xf2\xe6\xf1\xc5\xe5\xdb\x8f\x67\xb7\x3f\x2d\x5e\x3e\x5a\xba\xbc\ \xff\xe8\x78\x7b\x7b\x63\x7b\x7b\x79\x03\x8b\xe8\xfb\xfb\x1a\x8c\ \x80\xbe\x7e\x15\x1b\xfa\xfc\x2a\xf0\xf8\xd6\xe7\x94\xc2\x2b\x8e\ \x25\x43\x32\x40\xb9\x7e\x06\x1b\xef\x2f\xe7\x1a\xf8\x29\x39\x55\ \xa9\x55\xd5\x22\x41\x73\x47\x9d\x30\x2c\x3a\x36\x28\xd0\xcf\xc9\ \xdd\x07\xa8\x3d\x2a\x10\x84\x36\x64\xaa\xa3\x03\x8a\x4c\x86\x79\ \xb5\xe0\x50\x51\xc8\x24\x17\x5b\x27\xe7\x58\x41\x8c\x17\x9e\x64\ \x6a\xe3\xe7\x6b\x0b\xad\xef\xdd\x7c\xc3\xc2\x23\x93\x04\x39\x01\ \x5d\x5d\xf7\x7e\xbb\x53\xde\xd7\x65\x72\xe6\x0e\x5b\x5d\x28\xd1\ \x89\xd2\xcc\xac\x9c\xda\x62\x21\x2f\x5e\xd2\x28\x88\x8e\x14\xd6\ \xb4\xd4\x35\xb7\xb5\x55\x34\x4c\xa5\x0f\xa4\x66\xe5\x56\xa4\xa4\ \x4b\x5a\x6b\x4b\x52\x25\x8f\x1e\x28\x13\x94\x2d\xd7\x82\x8b\x63\ \x62\x78\xdd\x04\x05\xcd\x89\x47\x85\x6e\xc1\x41\xee\x8e\xd1\x89\ \xf1\x81\xf1\xcd\x05\xa5\xfc\xc6\xc2\xd2\x2c\x7e\x67\x75\x53\x62\ \x63\x5b\x53\x7c\x7c\x9d\xa0\xb9\xae\x53\x54\xdc\x91\xd8\x2c\x4a\ \x14\x4a\x2b\xea\x0a\xeb\xaa\x4a\x2a\xb2\x32\xd2\x1b\x1a\x06\xd2\ \x6b\xbb\x2b\x87\x56\x46\xd6\x66\x86\x4e\x0c\x2c\x15\x0d\x34\x1f\ \xdc\xc9\x53\x56\xae\x1f\x2b\x7f\xf0\xfc\xca\x80\xef\x33\xda\x5c\ \xd5\xc3\x21\x69\x7a\xfe\x5c\xb6\x56\x78\xfd\x9b\xe8\xfb\x8c\x4f\ \xd7\xae\x7d\xaf\xf6\xae\x7d\xbe\xcf\x97\x2e\x88\xb8\x6b\x5f\xdb\ \x1b\xbe\x35\x33\x5c\xff\x9a\x99\xf3\x2d\xff\x2b\x4e\x36\x9e\x33\ \xd8\x55\xdf\x35\xd8\x97\xe7\x6f\x59\x5e\x0e\x74\xa1\xbd\xb2\x89\ \x7d\x44\xbd\xb9\xa2\xbc\x92\xbc\x89\x2a\x80\x2c\x73\x45\x40\x73\ \x54\x15\x35\xd4\xa0\x5d\xb1\x01\x20\x5a\xfa\xea\xea\x58\x2d\x7d\ \x2d\x2d\x2d\x2b\x1d\xac\xbe\x85\xba\x3a\x21\x00\xab\x60\xe1\x6d\ \x64\x64\xa4\xa5\xa1\xaf\x6f\xa4\xa3\x85\xb0\x72\xb5\x40\xe8\x03\ \x2e\x0d\x3d\x68\x8c\x2c\xac\xf4\xf5\x75\xb0\x16\x04\x7d\xba\x05\ \xdd\xca\x00\xab\xaf\x63\x41\xf7\x4c\xa0\xbb\x5a\x01\xda\xe5\x6d\ \xa5\x63\x45\xd7\xb7\xf2\xa4\x63\x75\x0c\x2c\xb0\xae\x01\x09\xf4\ \xd0\xe1\x04\x3a\x96\x9e\x1c\xe0\x4d\x97\x53\x56\x55\x55\x44\x98\ \x97\xcb\x2b\x47\xf8\x2b\x9b\xdb\x9b\x2b\x9a\x58\xeb\x98\x6b\x22\ \x2c\xd4\xd4\x14\xe5\x94\x34\x15\x4d\xec\xe5\xed\xd3\xf2\xfc\xc7\ \x07\x23\xd2\x22\x22\xd2\xd2\xea\xc7\x07\xcb\xd3\xfa\xfa\x7e\xe8\ \xac\x6b\x6d\xae\xc8\x97\x66\xb7\x67\x64\x57\x77\xc4\x27\xf1\x7c\ \x42\x3a\x0b\x3b\x3a\x72\xdb\xda\x32\x4a\x8a\x6b\x80\x56\xac\xa9\ \xc8\xa8\xea\x14\x55\xd4\x54\x34\x37\x96\x54\xd4\xb5\x08\x8b\x1a\ \x0b\x6b\x9b\x0b\xb3\x88\x4f\xa6\xc5\x5c\x99\x47\x43\x3f\x5b\xd6\ \xec\x2e\x6b\x9a\x12\xdf\x60\x4f\x3f\x01\x7c\x88\xf6\x14\xd0\x17\ \x1a\x97\x71\xa3\x9f\xa9\xc7\x00\xec\x03\x4e\xd7\xe0\x18\x6c\x26\ \x0b\xc7\xa2\xd1\x18\xd0\xf0\x0e\x90\x2f\x2e\x8e\x49\xc3\xa1\x59\ \xec\x1b\x6c\x34\x04\x30\xe8\xe7\x07\x00\x0a\x66\xd8\x70\xc5\x40\ \x72\x71\x65\x74\x8d\x7b\x83\x31\x0d\x6e\x22\xe6\xa2\xcd\x0c\x4d\ \x31\x0e\x18\x43\x47\x1b\x0f\x27\x2f\x87\xd8\x18\xa1\x48\x9a\x53\ \x9b\x5e\xd9\xcb\xa9\xe4\x00\x86\x2e\xad\xe9\x6c\x6c\xcc\x76\x10\ \x9b\xe9\x31\x99\xcc\xa6\x85\x84\x8d\x17\x3a\x9a\x9a\x69\x7d\xed\ \x66\xa6\xc6\xd4\xc5\x87\xaf\x3f\xa9\x8f\x3e\xb8\x3b\x73\x83\x01\ \x80\x05\xbf\x5d\x7d\x83\xc1\x60\xb3\x01\x48\x32\x00\x9e\xc2\x3e\ \x2c\x36\x8b\x09\x7e\x23\x13\x36\x28\x00\x1c\x62\x80\xcd\xf8\x37\ \x0d\x5c\x36\xd7\xd0\x10\x6f\xaa\x3b\xa1\xfc\x6a\x61\xf1\xc3\xa3\ \x87\xe7\x8f\x97\xcf\x75\x19\x10\xac\x98\x38\x33\x38\x67\x04\x6f\ \x2e\x8b\x28\x03\x7a\x96\xcb\x36\x43\x33\x0c\x51\xba\x66\x68\x63\ \x9c\x19\xc9\xce\x91\x8c\x22\xc2\xb8\x28\x1b\x32\x85\x84\x41\x82\ \x13\x0b\x89\x34\x36\x24\x93\x51\x10\x8a\x6c\x50\x80\x74\x21\x01\ \x7e\x51\x00\x32\x51\xa9\x1e\x4e\x0e\x8e\x76\x54\x77\x3b\x8a\x2d\ \xde\xd1\x86\x68\xeb\x42\x26\x11\xa9\xb6\x2e\x0e\x4e\x6e\xce\xd1\ \x7e\x1e\x81\x81\xbe\x2e\x41\x31\xd1\xbe\x2e\xee\xbe\x5e\xc2\xd6\ \xca\xcd\xd3\x83\x67\x0b\x01\x3a\x83\xbf\xdd\x91\xef\x79\xbd\xbd\ \xb8\xba\x75\x78\xf0\xf6\xed\xc5\xc5\xe3\xf3\xdd\xf3\xcb\xc5\xe3\ \xed\xb3\xf5\x8b\x83\xb7\x0b\x07\x67\x97\x8f\x77\x96\x16\xf7\x93\ \x1f\x5d\x7e\x58\xda\x2d\xdb\x4f\x1e\xf6\x0c\x6d\x4a\x2a\x16\x15\ \x75\x56\xc7\x8b\x32\x73\xdb\x56\x2e\x0e\x5f\x65\xd4\xe6\xd6\xa6\ \x67\x55\x35\x57\xb5\x34\xb7\x4a\x2a\x38\x99\xf3\xcf\x1c\x3d\x24\ \xb7\x15\x7f\x5a\xa8\x2d\x28\xcd\xac\xe4\xa7\xa7\x73\x1a\x26\x4b\ \x57\x26\x7b\x47\x86\x86\x26\xd7\xbb\x67\x1a\xa6\xa6\x66\x36\x87\ \xd6\xf7\xd6\x0f\x5e\x6c\x3e\x3b\xbd\xb8\x38\xb8\x7d\xf9\x78\x69\ \x71\xf1\xf2\x72\x71\xe9\xdd\xe5\xe5\xd2\xd2\xbb\xa5\xa3\xe5\x0f\ \xbb\xf7\x8f\x3d\xcd\xff\xf5\x5e\x25\x4e\xe5\x2a\x86\xf0\x0a\xa4\ \xae\x3f\xff\x12\xfa\x7c\x85\x5d\xcf\x6f\xfd\xfc\xb3\xcc\xc5\x0f\ \xfa\x62\xfd\x0c\xde\xdf\x2f\xac\x76\x37\x54\x66\xa5\x16\x36\xa6\ \x4a\x6b\xea\xda\x5a\x45\xf1\xe1\x91\xbe\x91\xbe\x41\x21\x81\xee\ \xee\xb6\xce\x1e\xee\x14\x2a\x86\x82\xc7\x20\x51\x24\xa4\x36\x0a\ \xb0\x54\x24\x91\x4c\x01\x4a\x2d\xb6\xa3\xc6\xdd\x86\x64\x83\xc1\ \x83\xa3\x66\x47\x75\xb4\xf3\x70\x71\x89\x4e\x4a\x8c\x15\x1e\x94\ \xdf\xfb\xe9\x5f\x77\x07\xf3\x06\xfb\x16\x91\x0c\x34\xc6\x27\x04\ \xb0\xb6\xcc\xac\x46\x91\xb4\xb8\x26\x32\xbf\xba\x93\x97\x24\xec\ \x10\xd5\x55\xd4\x16\x15\xf1\x67\xc1\x13\x27\x35\xa7\xba\x03\x1c\ \x98\xd4\xc6\xec\xba\x2c\x2d\x0b\x84\xfa\x62\x7e\x90\x20\x2c\xb2\ \x65\x45\x6d\xe3\xd4\xfb\x72\x5b\x18\x1d\x1b\x6c\xeb\x1b\x93\x14\ \x53\x53\x97\x55\x3a\x55\xcb\x19\xc9\xa9\x2a\xe9\x90\x08\x3a\x01\ \xe6\x01\x35\x18\x9f\x21\x68\xec\x10\x15\xb7\x34\x37\x4a\x9a\x45\ \xad\xd5\x85\xd9\xa9\x45\x85\xa9\xb5\x95\xed\x3b\xab\xa9\x00\xb0\ \xa6\x56\x5f\x6c\xce\x8f\xac\x9e\xd0\xeb\xc7\x46\x07\xf3\x00\x48\ \x44\xd4\xff\x76\x15\xce\x78\xc5\x87\x3e\xfb\xc2\xc8\x36\x60\x55\ \x4f\x96\x36\xfb\x95\x5b\xa9\x7c\xa9\x51\x7d\xa3\x55\x5f\x60\xee\ \xab\x5c\xfc\x4a\xb9\xbe\x68\xc2\xeb\xdf\xa0\xea\xcb\xfa\xe0\x17\ \x22\x16\xf7\xfb\x9d\xb1\xfa\xc1\xf2\x41\x70\xc2\xfb\xdb\xa7\xd5\ \xa7\x95\xe7\xf9\xdb\x9b\xd8\x5b\x03\x51\x68\xae\xa8\x6c\xae\xa9\ \x29\x6f\x6e\xaf\xa8\x00\x88\x93\xb9\x22\x02\xa1\xa0\xa0\x81\x50\ \xd3\x32\x42\xa8\x19\x79\xea\x1b\x69\x68\xd1\xad\x8c\x34\x34\xb0\ \xea\x08\x0b\x6f\x80\x5e\x58\x75\x39\x1d\x2d\x2b\x57\x1d\x2d\xd8\ \xf6\x40\xf7\xd4\x27\x18\x78\x1a\xc1\xa0\x7a\x0d\x75\x2d\x82\x96\ \xba\xbe\x96\x85\x01\x9d\x6e\x81\x35\xb2\xd2\x37\x82\x49\x83\x04\ \x2b\x78\x0b\x1d\x84\x06\x81\x4e\xc0\x12\x8c\xd4\xf5\xad\xac\xac\ \x08\x04\xac\xa7\x77\xa8\xab\x95\x37\x16\x7a\xc7\x47\x59\x01\x82\ \x25\xa7\xea\xaf\x6c\xa0\x60\xa9\x69\x6e\xae\x2c\xa7\x6c\xa2\xae\ \xaa\xa0\x85\x90\x53\xd6\x54\x04\x92\x10\x2e\x0e\xf8\xf7\xd9\xd7\ \xdf\x89\x88\xa8\x2f\xef\xeb\x7b\xf0\xcb\x9d\xf2\xae\xbe\xfa\x1f\ \x8a\x4b\xd2\xab\xb2\x5b\x4b\x32\x32\x39\x7c\x7e\x66\x5b\x63\x55\ \xab\xb4\xa8\x52\x9a\xc3\xaf\x13\x65\x96\x88\x0a\xd3\xd3\x2b\xc0\ \xd3\xa8\x24\xb7\xb6\xa2\xaa\xb1\xb3\xb3\xb9\x43\xd4\xd1\x54\x37\ \x9b\x9e\xcb\x29\x8a\xbc\xf1\xbf\x27\x4f\xc4\x70\x9d\xf0\x7f\xd0\ \xe4\x18\xfa\x17\x3c\x79\x2a\xab\x99\xdf\xb8\xc1\x04\x40\x04\x58\ \x4b\x3f\x9b\xc5\x9d\x46\x33\x69\x66\x38\x63\x20\xc5\x80\xa6\x43\ \xe3\x70\x34\x33\x06\xcd\xcc\x98\xc6\xa5\x31\x19\x34\x3d\x26\x0b\ \xe0\x06\x03\x56\xd8\x01\x8e\x31\x59\x70\x9a\xef\xc9\x13\x16\x53\ \x16\x9c\x03\x43\xb8\xa6\xb9\x30\x8f\xf5\x06\x40\x11\xd6\x53\xf0\ \x78\x66\x24\x12\x38\xe9\xd1\x48\x27\x77\x17\x1f\x47\x2f\x41\x8d\ \xb0\x2a\x9b\x5f\xc0\xaf\xec\x6d\x9f\x4c\xef\x88\x8c\x6f\xe9\x2c\ \xa9\xad\xe6\x21\xe1\x6c\xa0\x19\x32\x7f\xf1\xe6\x89\x7d\x9a\xfd\ \x60\xdf\x9c\x31\xd2\x90\xf2\xe2\xfc\xf2\x48\x75\x70\x3c\x01\xa9\ \x87\xc6\x99\xa1\xd6\x5f\x70\x99\x5c\x1a\xf8\xb5\x5c\x33\x33\x26\ \x0b\xda\x83\x32\x01\x43\x12\x8b\x99\x6c\x58\x78\x67\x42\xef\x08\ \x31\x4e\xf8\x78\x92\x26\x66\xa2\x30\x40\x8c\x2c\xd7\xbf\x39\x7b\ \x7b\x62\xe1\xbd\xf4\xc6\xfb\x21\x86\x89\x36\x36\xa3\x31\x70\xc6\ \x0c\x06\xb4\xc1\x61\xf6\xcb\x6c\xe9\xfb\x01\xc6\x31\xd0\x38\xae\ \x19\x9c\x16\x44\xd3\x70\x38\x33\x8c\x0d\x95\x4a\x76\x74\xc2\xdb\ \xc2\x8e\x47\x1b\x3c\x86\x4c\x44\x39\x40\x1b\x39\x24\x15\x7c\xa3\ \xd8\x52\x28\xe0\x6a\x32\x9e\xec\xe4\x48\xc2\xdb\x3a\xd9\xba\xb8\ \xdb\xd9\x52\x6c\x1d\x1d\xf0\x54\x14\x9c\xb8\xb5\x71\xb0\xf3\x09\ \x76\x73\x0e\x8e\x0f\xf3\x0a\x0b\xf1\x09\x89\xe1\x85\x84\x45\xf3\ \x12\xab\x39\x53\x07\x6f\xf8\x7b\x88\x7f\xff\xf1\xfe\xb9\xca\x7f\ \xe2\xe2\xde\xff\x79\xaf\xdc\x44\x49\x4b\x7f\xf8\x68\xe9\xd9\xce\ \xc6\x84\xfe\xf0\xfe\xc4\xf1\xe2\xd1\xc5\xc5\xa3\xfb\x1f\x12\x5c\ \x37\x1e\x9d\x7f\xb8\xb9\x78\xff\xe8\x7c\x63\x77\xb8\xcc\x55\x6d\ \x26\xba\x23\x3e\x51\x24\x14\x25\x8a\xb2\xea\x8a\xf8\x03\x0d\xed\ \x99\xe9\xed\x39\x2b\xb3\xed\x75\x4d\x52\x49\x5b\x4a\x4e\x5d\xed\ \xc8\xbc\x53\x48\x74\xba\x5c\x3d\xa7\x36\x23\x63\x72\xa0\xbb\x34\ \x77\xa8\x7d\x6a\xa8\x60\xb2\x7b\x76\x75\xae\x61\x65\xbd\x7b\xed\ \xd9\xca\xde\xca\xdc\xde\xcb\xf5\x57\x3b\xab\xa7\x9f\x2e\xcf\x4e\ \x3f\x7e\xba\xf8\xf4\xfa\x68\xe9\xf5\xbb\xed\xed\xa5\xfd\xd7\xaf\ \x27\xca\x76\xcf\x37\x4c\x7e\xfc\xef\x2d\xb0\x5f\x9f\xa1\xea\x73\ \xd0\x33\x44\xa7\x2b\x86\x05\x4f\xc9\x5b\xb2\xca\xfb\x15\xc9\x92\ \x55\xb3\xc0\x75\x7f\x5d\xac\x54\x56\x66\xce\x57\x94\x94\xd4\xd6\ \x4a\x73\xab\x6b\x04\xe1\x21\xd1\x81\x5e\x6e\xee\x81\xc1\x7e\x7e\ \xee\xce\x1e\x5e\x0e\x28\x94\x93\x0d\x90\xd2\x86\xba\x10\xe2\x01\ \x11\x75\xb4\x73\x72\x8a\xcc\x0f\xf4\xa3\x38\xd9\x52\xf1\x90\x9a\ \x52\x6d\x1c\xbc\x02\x9d\x6d\x83\x63\x9a\x12\x43\x9a\x75\x7e\xfb\ \xd7\x4f\x3f\x8e\x99\x9b\x77\xdd\x47\x22\xa9\xd1\x82\x16\x51\x53\ \x47\x75\x75\x55\xa7\x94\x07\xdd\x59\x3b\x9a\xa5\x4d\xad\x4d\xb5\ \x25\x29\x55\xcd\xd9\x93\x33\xe9\x6d\x3c\x41\x67\x5d\x76\x66\x6e\ \x7b\x51\x51\x4e\xce\xae\x91\xe5\xc3\xea\xd8\x44\x49\x90\xb0\x68\ \x5d\xf5\xb4\xe1\x30\xa0\xe1\x32\x30\x92\xe7\x11\x1d\x1f\xd3\xd1\ \x99\x92\x32\x32\xb3\xd5\x9e\x5e\x99\x59\x94\x53\xdd\x5a\xdd\x2a\ \x6a\x69\x6a\x6c\x89\x11\xb4\x94\x48\x9b\x93\xea\x3a\x9b\x3a\xb2\ \xea\xea\x9a\x6b\x4b\x73\x73\xb3\xab\x72\x39\xa5\xcf\x3e\x9c\x8c\ \x34\xa4\x74\xb7\xcf\x6c\xae\xae\x6e\xcd\xcf\x2e\x29\x8e\xdd\xe9\ \xeb\x02\x98\x65\xff\xdf\xab\x4e\xf7\x2f\x70\x14\xf7\xd9\x92\x41\ \xe5\x1a\x34\xbb\xbf\x75\x95\xeb\xac\xf2\x8d\x7a\xa9\xa8\x7c\x0d\ \xbf\xf9\x82\x3b\x57\x8c\xec\x8b\xb1\xe8\x97\xc4\x5a\xf0\x35\x0e\ \xde\xfe\xbb\x9e\x86\xab\x5f\x11\x77\xf5\x30\xf0\xd2\xef\xa3\xf7\ \x46\xbb\xea\x47\xc7\x00\xb9\x2a\x4f\xeb\xea\x4a\x83\xf6\xc3\xd6\ \x26\x26\xd6\xb0\xad\x41\xd9\x5c\x59\x4d\x55\x49\x59\x49\x49\x49\ \xd1\x52\x5e\x43\x4e\x5d\x47\x43\x4d\x4d\x4b\x4b\x5d\x11\x60\x93\ \x96\x8e\x96\x8e\x06\x56\x4b\x1d\xd2\x2a\xac\x0e\x42\x41\x4b\x1d\ \x08\x45\x1d\x2d\x2c\x4c\xb5\x31\x30\x00\xa8\x05\xc8\x97\x8e\x11\ \x5d\x47\x4d\x0d\xfc\x58\xc3\x02\x8b\x90\x33\x22\x58\xe8\xa8\x1b\ \x58\x00\xc9\x67\xa4\x4f\x37\x32\x82\xc1\x5d\x74\x0d\x38\x49\x9d\ \x60\x61\x80\x35\xb0\xf0\xf4\x8e\xb2\x00\x12\x11\xeb\xea\x4d\x8f\ \x4a\xf6\x1c\xee\xe9\xd1\x31\x30\xd0\xd2\xa2\x63\xf5\x0d\x0c\x00\ \x4a\x59\xaa\xca\xc3\xba\x1f\x02\xa1\x24\xaf\xa8\x68\xd9\x65\xed\ \x1f\x61\xef\xef\x9f\x67\xd9\x57\x6f\x02\x83\x7e\xfa\xee\x3c\x18\ \x83\xe3\xdb\x3f\xb4\xf1\x87\xf8\xd5\x45\x8d\x2d\x9d\x92\x8a\xdc\ \x8a\x12\x7e\x41\x41\xe9\x08\xbf\xaa\x22\xa3\xb6\x22\x3b\x3b\x35\ \xb7\x30\xb3\xb0\xb7\x51\x5a\x54\x5a\x91\x5b\xd5\x56\x28\x95\xb6\ \xd6\xf0\x4b\x9a\x4b\xb2\x53\x47\xb2\xdd\x00\x4e\xc1\xb4\x77\x38\ \xab\x02\x89\x10\xa4\x58\x62\x00\x51\xd0\x3f\x14\x00\xc0\xf4\x53\ \x31\x77\x9a\x8d\x06\x97\x68\x34\x34\x4d\x0c\x68\x8c\x19\x1a\x7c\ \xa7\xf5\xd3\x68\x6c\x31\x9a\xcd\x9a\xee\xa7\x99\xb1\xd8\xb8\x7e\ \xb8\x0c\x08\xcd\xb2\x68\xf0\x7a\x80\x6f\x00\xf5\x58\x30\x95\x06\ \x9a\xbe\xc3\x9e\x4c\x38\x01\x23\x86\x1d\xe5\xd3\x5c\x86\x99\x29\ \x86\x48\xb2\x23\xea\xb9\xd8\x39\x78\xc4\xfb\x7a\x24\xe6\x8b\x72\ \xb2\x6b\x73\x46\xe6\x06\x66\x52\x9b\xe2\x13\x6b\x5a\x1f\x1f\xe5\ \x47\x06\x23\x59\x34\x3d\x06\x4d\x3b\xe8\xd3\x6b\x7a\x84\x75\x79\ \xd7\x26\x4e\x5b\xcf\x34\x63\x3b\x34\x41\x0b\x41\xf7\xc2\x99\xe1\ \xd0\x66\xa9\xc3\x28\xc0\xae\xd8\x62\xb8\x6b\x4c\xa0\x01\x01\xfd\ \x03\x64\x0e\x8e\x10\xc9\x62\xa4\xc5\x37\x9e\xf6\x4f\xb3\x99\xe1\ \x07\x03\x4c\x2e\x83\x84\x41\x11\x4d\x17\xfb\x8e\x4e\x36\xdf\x25\ \x04\x7c\xf8\x64\x34\xec\x00\xe7\x20\x59\xc6\xc6\xc6\x70\x98\x87\ \xcd\xc2\x01\xc6\xc8\x16\x4f\x3f\x05\x48\x07\x08\x20\xc3\x58\x4f\ \x0f\x45\x42\x33\x00\x2c\x1b\xeb\x01\x8a\x64\x47\xb4\xb5\xb1\x43\ \x1a\x3a\x38\xd9\x00\x64\xa2\x90\xc9\x24\x3c\x11\x7c\xe0\xc9\x18\ \x1b\x07\x0c\x19\xa5\x4b\x21\x39\x50\x1d\x31\x24\x32\xc9\xce\x1d\ \xef\x48\x25\x53\x90\x78\x22\x00\x31\x92\x0d\x9e\x64\x4b\x76\xf3\ \x71\xf1\xf3\x88\xf4\x0a\x8a\xf5\x72\x0e\x6f\x0a\xe7\xd5\x34\x76\ \x56\xb4\xaf\x1c\xac\x0d\x5d\x94\xff\xf5\xf3\x5f\x3f\xc3\x75\xf1\ \xb8\xff\xfc\x47\xe5\xfa\xad\xf7\x7f\xff\x39\xae\xa8\xb0\x7d\xb8\ \x3e\xf5\xf8\xd3\xc1\xd9\x46\xf2\xc5\xd2\x87\x4f\x65\x8f\xee\xef\ \x2f\x7c\xe8\x59\x7a\xb8\xf0\x61\x7b\x69\xe9\xd3\xfe\xc3\xa8\xe1\ \xa6\xa6\x9a\xc8\x9a\xaa\x96\xba\xa6\xde\x94\xf8\xe2\x96\xb6\xec\ \x94\x99\x0a\x69\x56\xc5\x64\x69\x77\x6e\x4b\x6d\x6d\x56\x91\xa0\ \x24\x63\xbd\xc6\xb9\x8e\x1e\xf1\xb6\xaa\x7d\x80\xcf\x4f\xe1\x54\ \xa6\xcf\x76\x83\xcf\x82\xb5\x95\xf9\x95\x86\xa1\xf9\x67\xf3\xab\ \xab\x6b\xeb\x5b\x2f\xd6\x5f\x9d\x1c\x9e\xde\xbe\xfc\x78\xb2\x74\ \x72\xb1\xb4\xb8\xb4\xbd\xbf\x3c\xfc\x70\xe2\xfe\x87\xf3\xf3\xe5\ \x9b\xae\x96\xbf\xab\x00\xb0\xfa\x1c\x9a\x7a\xeb\x2a\xf9\xe5\xd6\ \xf5\xbf\xfe\x78\xff\x33\x50\x3b\xb2\xeb\x7e\x7e\x7e\x55\xbf\x7a\ \xfe\xb9\x7c\x25\x7b\xfb\xf9\xfa\xfb\x83\xc9\x76\x4e\x61\x6f\x56\ \x85\xa4\xa3\xb5\xb9\x3a\x51\x10\x13\x1d\xe6\x1e\xe8\xee\x04\x24\ \xa1\x0b\xd5\xc9\x81\x4c\x25\x02\x81\xed\xa0\xeb\x80\x31\x36\xc5\ \x53\xc8\x14\x3b\x47\xa0\x12\xfd\x82\xc3\x23\x7d\x7c\xec\xa8\xce\ \x54\x0c\xde\x3d\xd8\xd9\xc1\x91\xe2\xe5\x64\xeb\xe4\xee\x1b\x96\ \x24\x8c\x9c\xea\xfa\xf3\xd7\x3b\x63\x11\x5a\xaa\xf7\x5d\xdc\x9d\ \x9d\x3d\x7c\xbc\x62\x62\x05\x82\xce\x92\x9a\x62\x41\x92\x34\x26\ \xb1\x53\xd0\x28\x91\xb4\x74\xd6\x89\x5a\xab\xb2\x72\x04\x41\x89\ \x45\x19\xfc\xc2\x92\xaa\x9c\x8a\x8a\xaa\xa1\x23\x83\x80\x82\x44\ \xbf\xf0\xd8\xf0\x9a\xea\x3d\x8d\x83\x9d\x23\xd7\xcb\xd5\x8c\x68\ \x41\x8c\xa4\xa6\xb3\xb3\x31\x33\x2b\x6a\x6c\x71\xab\x7d\x60\x32\ \xa5\xb0\x22\xbb\xad\xba\xb3\x55\x2a\x2a\x6a\xaa\xab\x6e\x13\x94\ \x16\xc5\xb7\x0a\xa5\x42\x91\xa8\xaa\xa2\xaa\xba\xb6\xb0\xb0\x24\ \xa3\x81\xbf\xb4\x71\x30\x39\xd2\x0b\xa4\x74\xe5\x24\x34\xc7\x7a\ \x15\xa5\x5c\xde\x05\xfd\x3e\x9f\xc7\xc5\x7d\x2e\x61\xc9\x0a\x56\ \x57\x10\x74\xeb\xaf\xcf\xeb\x0f\xb7\x6e\x7d\x06\xa0\xb8\x6f\xea\ \xef\x6b\x0f\xd6\x57\xf0\x52\xb9\xaa\xac\xc7\x5d\x41\xda\x57\xdc\ \x8b\x8b\xfb\xba\x96\xf8\x79\xb1\xf1\x1f\x45\x77\x95\xb8\xbf\xbb\ \xee\x8c\x75\xf5\x75\xf5\xa5\x75\x41\xeb\x4e\x7f\x4b\x4b\x7f\x13\ \x4d\x7b\x65\x65\x45\x4d\x39\x35\x0d\x45\x7b\x05\x23\x75\x25\x73\ \x4d\x25\x39\x70\x85\x9a\x9a\xba\xba\x86\x8e\x0e\x02\x28\x42\x75\ \x2d\x23\x1d\x0d\x2d\x7d\x7d\x0d\x84\x96\x06\xb8\xa0\xa5\x84\x40\ \xe8\x6b\xc9\x21\x14\x10\x46\x56\x06\x3a\x06\x58\x23\x1d\x23\x1d\ \xac\xa7\x81\x91\x85\x8e\x81\x0e\x41\xdf\x48\x15\xc6\x09\x5a\x10\ \xe8\xde\x9e\xea\x3a\x58\x82\x16\x80\x38\x2d\x75\x0d\x98\x39\xe1\ \x6a\x01\xbd\x95\x5d\x3d\xbd\x13\x00\xcc\x85\x26\x7b\x5b\xe8\x1b\ \x19\xe9\x10\xb0\x74\x7a\x54\x40\x40\xcf\x70\x32\xc1\x3b\xc1\x33\ \xf9\x61\x4f\x82\x85\xab\x8e\x8e\x82\x9a\xaa\x89\xaa\x06\x96\x60\ \xa1\xae\x6c\xa2\x69\x5e\xef\x6f\x62\x6f\x62\x99\x66\xae\x09\x76\ \xd7\x52\x5e\xd9\xb2\x3c\xad\x1c\xe6\xee\xe6\xfd\x50\x92\x9b\x95\ \x55\x98\x9a\xd1\x28\xad\x28\x29\x4c\x2d\xcc\x4c\xe5\x57\x96\xf6\ \x76\x97\x96\x66\x4c\x55\x56\x66\xd7\xe5\x56\xd5\x02\x79\x5e\xcb\ \xcf\xe1\xb7\xcf\xf1\x85\x91\x80\x1c\x4f\x56\xb6\x66\xf0\x4b\x73\ \x29\x4f\x00\xfd\x91\xa5\x31\x4c\x3f\x95\xb5\x61\xc1\xb3\x56\xdc\ \xcf\x14\xc3\x82\x7b\x3f\x0b\x37\x3d\xcd\xe8\x07\x52\x89\xc9\x32\ \x43\xd3\x00\xcb\x32\x46\x1b\x33\x68\xe0\x6c\xa7\xb1\x01\x67\xd2\ \xa3\xe1\xe0\x48\xe1\x34\x8c\x07\x04\x1c\x0b\xc0\x06\xd0\x66\xdc\ \x7e\x38\x94\xc3\xe2\x3e\xe5\xc2\x0c\x43\x40\xcf\x00\xad\x7a\x0a\ \x18\x4f\x3f\x97\x25\x66\xf4\x43\xbf\x1a\x96\x19\x78\xee\x3a\x52\ \x29\x76\xb6\x7e\x91\x91\x35\xce\x21\x2d\x6d\x35\x8d\x55\xe9\x53\ \x6f\xa7\xd2\x33\x1a\xeb\x9a\xf2\x85\x8b\x56\xd5\x61\xce\x54\x22\ \x03\xa6\x9b\xa2\x1d\x7b\x8f\x0c\x00\x1d\xbf\x69\xcc\x30\x46\xf1\ \x46\xf6\x0e\xbc\xb1\xf1\x68\x63\x00\x4e\x41\xa1\x89\x37\x58\x34\ \x36\x34\xc4\x02\x08\x89\x63\x9a\xe9\xe9\xea\xb1\x70\xd0\xe9\x86\ \x0d\x53\x7b\x60\x33\x57\x3f\x97\xc1\xf6\x5a\xd9\xc1\xf5\x33\xb4\ \xb5\x1d\x6c\x88\x17\x83\x56\xdb\x1f\xac\xde\xed\x06\xdc\xc7\x86\ \x3a\x8a\xe1\xc2\x27\xcc\x4f\x45\x33\x61\xd0\x0f\x5c\x15\x10\xf7\ \x4f\xc3\xd4\x7b\x63\x63\x1c\xf4\x46\x46\x6a\xe3\x70\x86\x86\xda\ \x38\x34\x92\x4c\xb5\xf5\x71\x20\xba\x38\x20\x89\x32\x47\x76\x53\ \x22\xd5\x89\x82\x47\x52\x1c\x6c\x00\xc7\xc2\xdb\x82\x13\xd1\x94\ \x04\x2e\x93\x30\x24\x3b\x2a\x91\x4a\xa5\x50\xdd\x00\x60\x51\x00\ \x33\xa3\x02\x9c\x73\xf4\xf5\x49\xf4\x09\x0a\x09\x09\xf7\x09\x17\ \x15\x89\x1a\x9b\x53\x39\x2b\xb3\xfc\xd4\xdb\xf5\xbf\xff\x01\xd0\ \xea\x39\xb4\x66\x8c\x8b\xfb\xcf\xb5\xeb\xd7\xdf\xff\xfd\xf7\x8f\ \xfe\xca\x5a\x8a\xd6\x83\x77\x34\xd5\x17\x9e\xf5\x7c\x7a\x98\xfc\ \xe9\xf2\x72\x77\xe9\xdd\xeb\xe5\xf3\xf3\xdb\x67\x97\x8b\x27\x8b\ \x4b\xde\xcb\x39\x89\xf9\x35\x22\x61\xdd\xed\x83\x57\x17\xf3\xf9\ \xd1\x89\x2d\x45\xb1\x2d\xfc\x5a\x51\x55\xf7\x64\x7a\x7a\x5d\x49\ \x45\x51\x6b\x46\x3a\x9f\xbf\xf9\xe2\xb6\xe7\x61\x2e\x7f\x60\xb2\ \x21\xbd\x7b\xa0\xbb\xa1\x60\x64\x72\x72\xa6\x77\x76\x6b\x65\x72\ \x75\x73\x7d\x68\x72\x72\x7e\x7d\xeb\xe5\x8b\x17\x07\x7b\x6f\x4f\ \x2e\x3e\x7e\x5c\x80\x0e\x04\xfb\x4b\xc7\x3d\x56\xde\x3d\xc3\x13\ \x37\x93\xb5\x7e\xfb\xf3\x7a\x9c\xca\xb5\xaf\x70\x75\xc5\xae\x80\ \x00\xfa\x19\xda\xb9\xcb\x78\xd5\xb5\x5b\x9f\x79\xd5\x97\x6f\xb2\ \x25\x42\x08\xbe\xbf\x9f\xcd\x96\xa6\x66\x70\x32\x1a\x2b\x44\xf9\ \x02\x40\x9b\x93\x82\x85\xd0\x7e\xca\x3d\xd8\xd1\x05\xef\x40\x81\ \xf3\x0d\x36\x48\x12\x09\x46\x10\x52\x6d\xc8\x36\x8e\x40\x2e\xfb\ \x04\x7a\x15\xc7\x04\xba\xb9\xd8\x52\x90\x34\x62\x7c\x76\x62\x90\ \xb3\x9b\xbb\x87\x97\xaf\x8f\x87\x1f\x4c\x7f\x4d\xf8\xe5\xb7\xbb\ \xa3\xe3\x0a\x51\xeb\x78\x32\x09\x49\xa2\xe2\xdd\xa3\x43\x12\x8b\ \x4a\x8b\x9a\x62\x12\xc3\x05\x35\x9d\x4d\x4d\x92\xa6\x96\xd6\x44\ \x81\x50\xd8\x1a\xdf\x51\x58\x0b\x48\x51\x56\x6e\x65\x49\x56\x5b\ \x63\xfb\xed\xa5\x4f\xbc\xc8\x90\xc0\x90\xf0\xea\xba\x06\x8b\xe1\ \x73\x57\x84\x1a\x7f\x3f\x46\x90\x5f\xd7\x56\x58\x38\x30\x73\xf2\ \xfc\x3f\xef\xef\x9c\x6f\x8e\x14\x64\xb7\x35\x57\x67\x17\x56\xb7\ \x14\xd5\x55\x4b\xaa\x3b\x04\xd2\xe6\xe2\xe6\x26\x69\x6b\x7c\x63\ \x61\x4b\x4b\x75\x73\x4a\x76\x69\x66\x46\x76\x65\x4f\xd4\xe2\x5e\ \x29\xa7\x72\x72\x6a\x6a\x73\x7d\xb6\x7d\x66\xe7\xf6\x43\xd5\x88\ \xb1\x07\x3f\x01\x8c\x01\x5a\x39\x2e\xee\x5a\xdc\x35\xf0\xb7\xcb\ \x5a\xd3\x20\x60\x3d\x97\xe5\xab\x82\x6b\x54\xbe\x70\xaf\xaf\xd2\ \xee\xab\x36\xfc\x56\x67\xbf\xf6\x7d\xf9\xfd\xda\x17\x2a\xf6\x25\ \x56\xe7\x8b\x8a\xfc\x0e\xe1\xae\xf2\xbe\x6e\x8d\x42\xbb\x83\xf2\ \xf2\xbc\xbc\x08\x7f\x7b\x6b\x73\x73\x73\x6b\x7b\x4b\x4b\x73\x4b\ \x00\x52\x72\x1a\x8a\x6a\xea\x8a\x6a\x00\xba\x80\x20\x53\x53\x95\ \x03\x6f\x1a\x72\x1a\xaa\x6a\x1a\x5a\xaa\x6a\x4a\xb0\x9f\x54\xd1\ \x5e\x59\x41\x0b\xa0\x94\xba\x0e\x02\xfc\x44\x01\xa1\x04\x90\x0c\ \xa1\x61\x61\x81\xa5\xeb\xab\x6b\x61\xf5\x11\x40\x40\x5a\xde\xc9\ \xd3\xd2\x32\x40\x60\xf5\xbd\xbd\x3d\x8d\x08\xae\x04\x03\x02\x16\ \x28\x47\x03\x23\xc0\xd0\xf4\x2d\x5c\x09\xb0\xa2\x45\x48\xde\xd8\ \x9f\x00\xa8\x14\x8a\xd5\x50\xd7\xc7\xc2\x2c\x2f\x23\x75\x6f\xac\ \x4e\xc2\x04\xdd\xca\x33\x21\xa0\x6c\xc2\x93\x40\xb7\x72\xf5\x34\ \xd2\x51\x95\xd3\x09\x0d\xd5\x57\x95\x53\x55\x35\xb1\xf7\xb7\xd4\ \xd4\xd4\x34\xd7\x34\xb1\xf6\xb7\x8c\x90\x97\xd3\xb4\xb6\x4c\xb3\ \x37\x37\xb7\x4f\xfb\x21\xb3\xaa\x05\x88\xf3\xb6\xc2\x8a\xd4\xe6\ \xdc\xdc\x91\xee\x14\xce\x54\x4a\xef\xcc\x5c\x3b\x7f\xb2\xbd\x21\ \xb7\xa2\xa1\x20\xab\xa0\x3d\xa3\x70\x76\x32\x23\xa5\x7b\xaa\x34\ \xa7\x39\x35\xb7\xa0\x30\xa5\xb9\xa4\x94\x83\x92\x99\x33\xf4\x43\ \x5e\x25\xbb\x00\xd1\x85\xf5\xf4\x86\xf8\x89\x18\x88\xbd\x27\x40\ \x1a\xc2\x70\x19\x31\x0e\xcd\x64\x9a\x31\xc0\xe9\xcd\x30\x06\x5a\ \x90\xc6\x86\xde\xe7\x7a\x34\x63\x26\x9b\xc1\x85\x08\x05\xa8\x19\ \xec\xbf\x64\x72\xd9\x2c\x31\x6c\x28\x85\x09\xd0\x4f\x61\xf8\xc4\ \x0d\x06\x20\x6e\x5c\xc0\xde\xd8\x40\x71\x89\xa7\x99\xfd\xfd\x40\ \x21\x3e\xd5\x26\xa2\xc8\x5e\x36\x76\xee\x0e\xee\xd1\x3c\x89\x4f\ \x52\x4b\xab\xb4\x3a\x37\xab\x60\x72\xae\x28\x53\x12\x1b\x1f\xc3\ \x5b\xb9\x59\x69\x8b\x27\x3b\x52\x00\x1e\x1a\x1a\xb3\x6c\x2a\x4e\ \x26\xca\xfb\x6a\x70\xda\x48\x8c\xd3\xe4\xd2\x3e\xbd\x81\x85\x32\ \xd3\xd6\x75\x7b\x57\xfa\x94\xcb\x32\xe6\xa2\x19\x2c\x1c\x83\xc6\ \x04\xda\x8e\xa6\xa7\x0b\x60\x14\x07\x1d\xbb\xb8\xe2\x69\x36\x97\ \x01\x17\x37\x99\x21\xab\x05\x38\x16\x1a\x63\x48\xb6\x45\xbd\x19\ \x35\xd8\x27\x6c\x9f\x2f\x9e\x2f\x1d\x2f\x50\x00\x4d\x84\x6c\x11\ \x47\x63\xa2\x01\xca\xde\xb8\x21\x1b\xea\x79\x0a\xe8\x20\x4b\x17\ \xc6\xa3\x1a\x1b\x1b\x9a\xea\x31\xb5\x8d\x69\xe0\xd3\xd0\xa1\x45\ \x14\xeb\x65\x83\x87\x75\x75\x80\x42\x24\x07\x17\x40\xa0\xa8\x76\ \x64\x3b\x0a\xd2\x0e\x6f\x43\xc5\x93\xa8\xb6\x36\x36\x64\x12\x91\ \x62\x03\x74\x20\x20\x5d\x8e\x76\x76\x14\xb0\xe5\xe4\xe2\x68\xeb\ \xe1\xe1\x11\x14\xee\x17\x12\x1e\xed\x13\xd2\xd4\x22\xa9\x2b\x99\ \xac\x2a\xa9\x48\xb9\x50\x18\xfd\xf3\x8f\xbf\xdf\xdf\xfa\xf9\x0f\ \x58\xf4\xf8\xf9\xba\x0a\xe0\x27\x0f\x46\xff\xfc\xf3\x8e\x9c\xfc\ \xbd\x5f\xc6\x47\x1f\xfc\xfe\x7b\x84\xeb\xc2\x8b\x95\x77\x1f\x2f\ \x3e\x2c\xf6\x4c\xec\x2e\x1f\xdf\x3f\x59\x38\x78\x74\xfc\x61\x61\ \x28\xbc\x46\x2a\x6c\xae\x91\xcc\x60\xf7\x17\xe7\x4b\x84\xd1\x49\ \x0d\x55\xd1\x29\xe9\x8d\x9d\x95\x43\x95\x8d\x59\xb5\x29\x45\x9c\ \x81\xf6\x4a\x7e\xf7\x3a\x87\x9f\xde\xcb\xe9\x05\xd4\x80\x3f\x34\ \x52\xd0\x50\x30\x34\x34\x35\x34\xf4\x72\x7d\x6d\x7d\xed\x70\xf3\ \xc5\x8b\xd9\xf5\xdb\x87\xcf\x0e\x0e\x00\x5e\x3d\x7b\xbc\xb0\xf0\ \x69\x61\x69\xf1\xf5\xeb\xa3\x9e\x32\xcf\x04\xb9\x7f\xff\x7c\x0d\ \xe0\xe7\x97\x34\xf5\x6b\xdf\x32\xe9\x01\x28\xfd\xf1\xfe\xaf\xf7\ \xcf\xaf\xd0\xeb\xaa\x0d\xeb\x4a\x0b\x5e\xf5\x36\x80\x4d\x68\xf2\ \xfe\xcb\xb3\xb9\x4a\x7e\x69\x66\x6a\x49\x75\x91\x20\x9f\x27\x04\ \x98\xe1\x0e\x60\xc3\xc7\xd1\xc3\xdd\x19\x2e\x9d\x92\x00\x19\xd5\ \x46\x92\x91\x28\x0c\x00\x78\x8c\x8b\x2d\x19\x46\xd6\x07\x0a\xc2\ \xfd\x60\xb2\x8d\x2e\x43\x37\x69\x6a\xb2\xb2\xce\xd7\x0e\x6f\xeb\ \xee\xe1\xe3\x1e\x18\xce\x13\xb5\x9b\xff\xeb\xd7\x3b\x77\x23\x1e\ \x79\xe0\x0c\xb5\x75\xc9\x24\x8a\xb3\xa3\x47\x0c\x78\x82\xf3\x62\ \x12\xe3\x79\x49\x82\xa4\x48\x49\x53\x75\x5b\x5d\x47\x92\xb4\xb9\ \x25\x73\x86\x9f\x5a\x54\x9b\x9b\x95\x52\x5d\x58\xd1\xd2\x3e\x34\ \x57\xe2\x93\x1f\x12\x1d\xdb\x54\x54\x3b\xe7\x6d\xa4\xa8\x64\x92\ \x76\x74\x96\xd2\xda\xd8\x98\x53\xc0\xdf\xdc\xfc\x31\xee\xd6\xf5\ \xb8\xe7\xdb\x23\x43\x0d\xe0\x70\x95\xe4\x88\x3a\x4a\x44\x6d\x1d\ \xbc\x0a\x9e\x48\x24\x69\xed\x84\x99\x68\x6d\xcd\x45\xcd\x8d\xe9\ \xa9\x95\x8d\x45\xad\x75\x3b\x16\x06\x3d\x27\x33\x43\xf3\x9b\x2f\ \x4f\x2f\x2e\xcf\x56\x56\x4e\x6e\x7f\xba\x69\x32\x36\xfa\x5e\xb6\ \x16\x18\x27\x4b\x6b\xfc\x19\x4a\x65\x19\xc3\x7a\xff\xc7\xcf\x7f\ \x5d\x87\xf9\x8d\xd7\xbf\xb2\xae\xef\x51\xeb\xdb\xd6\xb7\x19\x9c\ \x6b\xdf\xd2\xe8\xbf\x94\xba\x3e\x4f\x4f\xc7\x7d\xb5\xc8\xfa\xb2\ \x4e\xf8\xb9\x44\x1f\xf7\xaf\xae\xbe\x71\x48\x51\x60\xda\xbb\xbf\ \xbd\x7d\x04\x00\x2c\x13\x7b\x7b\x7b\x13\x7b\x39\x25\x4d\x35\x05\ \x25\x45\x65\x45\x05\x45\x79\x88\x5b\xe6\x79\xd6\x6a\xe6\x72\x26\ \x9a\x26\xe6\xca\x8a\x72\xfa\xfa\x0a\xaa\x00\xd0\x14\x15\x35\xd4\ \xe4\xd4\xf4\xd5\x11\x08\x35\x0d\x05\x45\x55\x55\x05\x84\x9c\x9c\ \x82\x3a\x56\x5d\x4d\x4d\x07\xb0\x28\x45\x35\xcb\xbb\x79\x46\x3a\ \x3a\xe0\xb2\x91\x85\x91\xab\x81\xbe\x0e\x10\x91\x6a\x5a\x04\x2b\ \xba\x96\x82\x06\xb8\x0a\x6b\xa4\xae\xa0\x85\xf5\xa4\x5b\x79\xc3\ \x74\x09\x82\x02\x82\x6e\xa4\xa1\xa3\x8e\xd0\xd0\x8a\xb2\xa0\x7b\ \xd3\x09\x74\xcf\x00\x57\x7d\x4f\xcf\xd0\x28\x2b\x2b\xcf\x28\x2b\ \x0b\xac\x05\xd6\x5b\x5d\x41\x41\x19\xf0\x2a\x7b\x73\x7b\x7b\x73\ \x13\x00\x5c\x79\x96\x9a\x26\x4a\x72\x4a\x4a\x96\xfe\x96\xf2\x8a\ \xe6\x3f\xe4\xa4\x96\x64\x77\x76\x56\x54\x14\x16\x65\x67\x97\xcc\ \xac\x8c\xcc\x8d\xa4\xae\xec\x4c\x65\x14\xa4\x3f\xe3\xe7\xa6\x70\ \x4a\x4b\xb3\x2b\x1b\xba\x47\x66\xd2\x53\x53\x38\xa9\x25\x85\x59\ \x45\x0d\x03\xa9\xa9\x6d\x29\xf9\xfd\x30\x3c\x02\xe8\x27\xae\x2c\ \x2f\x75\xfa\x06\x93\x05\xe7\x00\x9f\xfe\x6f\x1a\x6a\x2b\xb8\xe6\ \x07\x78\x11\x00\x02\x1a\x17\xd0\x17\x1c\x9b\xa5\x07\x44\x14\x97\ \xdd\x4f\x63\x33\x68\x38\x3d\x26\x4d\xcc\xbd\x21\x86\x33\x3b\xd0\ \x22\x1d\x4e\xb6\xb0\x18\x5c\xc0\x56\xd8\xb2\x6c\xfb\xa7\xf0\x71\ \x60\x53\x16\x1b\xa2\x5f\xbf\x6c\xfc\x65\x5a\x16\x7a\xc8\x44\xc1\ \x02\x36\x15\x6f\xe7\xe7\x17\x5e\x2c\x88\x15\x75\x08\x0b\x2b\x53\ \x33\x72\x07\x32\x1a\x6a\x5d\xc2\xa2\x93\xea\xea\x3a\xdc\x49\x64\ \xc0\xbf\x7c\x69\xa6\x86\x86\xa6\x98\x98\xa1\x65\x03\x3b\x16\x0a\ \x69\x68\x7c\xa2\xe5\x7d\x44\xa6\x19\xa2\x8d\x29\x6f\x07\x33\xc4\ \x80\x07\x31\x80\x20\x44\x1b\x03\x18\x05\x74\x08\x69\x88\x63\x42\ \x5d\xf7\x44\x0c\x57\x26\xc5\x62\x06\xdc\x73\x37\x0e\x9f\xdb\x8f\ \x83\x91\xa6\xba\x8f\x07\x2d\x5d\x4d\x8e\x8f\x76\x1f\x1e\x85\x1e\ \xa3\x0c\x91\x38\x53\x3d\x3d\x34\x40\x3a\x3d\x48\xc7\x80\xac\x64\ \xf4\x83\x07\x63\xb1\xb8\x48\x5d\x63\x9c\x36\x4d\x0f\xce\xe1\xa0\ \xcd\x58\x38\x1c\x4e\xcf\x21\x26\x48\x7a\xbb\x34\xc9\xcb\xcd\x96\ \xe2\x62\xe7\xee\x04\x40\xcb\xd0\x01\x10\x2a\x3c\x91\x68\x03\xe4\ \x9f\x29\xd9\xc1\x96\x42\x21\x61\x30\x14\x37\x27\x1b\x17\x0f\x3b\ \x24\x24\x8f\x0e\x8e\x0e\x8e\x2e\x1e\x6e\x1e\x5e\x4e\xd1\xe1\x3e\ \x89\xbc\x0e\x89\xb4\x89\xd7\x54\x92\x53\x14\x54\xb7\x37\x61\xa1\ \xa6\xf0\xeb\xbf\x1e\xe4\x0d\xda\xcb\x69\xca\xc9\x97\xd7\x77\xe5\ \x99\x58\xea\x94\xd1\x3d\xe5\x3d\x17\xe9\x01\x0b\x2f\x2f\x8e\x5f\ \x9f\x6b\x75\xfd\x74\xf7\xee\xdf\xbf\x44\xf4\x8d\x3d\xf8\xed\x97\ \x5f\x7f\xfa\x77\x57\xb9\x9c\xda\x76\x59\x59\x55\x64\x7e\x64\x53\ \x5b\x4a\x2f\x87\xbf\xfa\x66\x2e\x25\xa7\xb6\x3a\x3b\x2b\x3e\xbf\ \xa8\x34\xa3\x17\x48\xbf\x5e\xce\x50\x49\x6a\xfb\x4c\x76\x7b\x65\ \x6e\xe5\x48\x43\xe9\x00\x9f\xd3\x3d\x93\x3a\x30\x34\xb0\xd6\x30\ \x50\x39\xbf\x3a\x35\xb3\xb6\xb7\xba\xb6\x76\xfa\xe2\xcd\xce\xc1\ \xce\xab\xad\x9d\xd3\xdb\x17\x17\x6f\x4f\x3f\x9e\x5d\x3e\x5a\xba\ \xbf\xbb\xbb\xff\xfa\xc8\xea\x47\x40\x0c\x64\x0d\xdc\x9f\x87\xe1\ \xae\x52\x14\x64\x13\xbe\xcf\xdf\xbf\x87\x56\xc8\xb2\xe5\xc0\xcf\ \x11\xf5\x57\xeb\x84\x00\xa5\x64\x21\x3a\xb2\xcf\x6b\x7d\xa5\xab\ \x53\x23\xfc\xac\xda\x92\xce\x9a\xa6\xea\x26\xc0\xb0\x7c\x5d\x02\ \x43\x82\x3c\x7c\xbd\x6c\x5d\x6c\xf0\x78\x1b\x0c\x8a\xa2\x8b\x22\ \xdb\x10\xf1\x28\x32\x0a\x8f\xf7\xf2\xb0\x73\xf3\x0d\x77\x8e\xf7\ \xf3\x73\xb4\xb1\x03\x0c\x0b\x6d\xec\xde\x91\xb1\x73\xfb\xb0\x28\ \xcc\xc5\xd6\xc5\xcd\xc9\xc5\x29\x3e\x36\x71\xf1\xc1\x2f\xf7\xee\ \xf8\x3f\x26\xe3\xd0\xc6\xa6\x44\x24\xc5\x11\xef\x11\x5c\x93\xdb\ \x2c\x14\xc4\x04\x25\x86\x87\x04\x47\x86\x27\x25\xd6\xd5\x88\x9a\ \x0b\xd3\x47\x46\x0a\x32\x39\x1d\xb5\xb5\x29\x05\x93\xd0\x47\x67\ \x32\x8b\x07\x34\x65\x64\x50\x73\x4e\xe7\xaa\x01\xc1\xde\xdc\xdf\ \x5e\xa1\xfb\x76\x7e\x4b\x23\x67\x60\x76\x55\x31\x0e\xa2\x6b\xdc\ \xf8\xe1\xc8\x4c\x77\x41\x66\x51\x5d\x63\x6d\x7a\x4e\x67\x4d\x7e\ \x47\x9b\x48\xda\xd9\x51\x02\xb4\x76\x5b\x6d\x63\x5b\x75\x6e\x4e\ \x61\x61\x6a\x7b\x6d\x6a\xe1\x82\x9a\x09\xf6\xe3\xb3\x57\x6b\xb7\ \x1f\xdf\xdf\x9f\x78\x7b\x70\x70\xfa\xf1\xf6\x27\xd5\xf2\xdf\xaf\ \x3f\x07\x84\x12\xa2\xca\xb5\x5b\x50\x0a\xbf\x87\x88\x75\x0b\x1e\ \xa4\xe7\xb2\xca\xde\x37\xe6\x74\xfd\xab\x24\xbc\x42\xa3\x2f\x6d\ \x0b\x5f\x49\xd4\x77\x3e\x0e\x2a\x57\xf3\x84\xd7\xff\xb1\x36\xa8\ \xf2\x15\xc7\x3e\x3f\x5e\xdc\x5f\x83\x5d\x63\x79\xe0\x49\x53\x9f\ \x67\x9f\x17\x61\x99\xe6\x6f\x2f\xaf\x68\x62\xae\x19\xe1\x2f\xaf\ \xa8\xa8\xa8\xa9\x28\xa7\x66\x2e\xaf\x2c\xaf\x6c\xae\x69\xe9\x3f\ \xde\x15\xa1\x6c\xa2\xaa\xaa\x69\xa2\xa6\xa6\xaa\xa5\xa3\xa0\x81\ \xd0\x50\x00\x2c\x4b\x41\x4e\x15\x21\xa7\x8e\x80\xb9\x81\x72\x8a\ \x6a\x1a\x4a\x0a\x6a\x4a\xe6\xaa\xf2\x9a\xaa\xea\x72\x6a\x08\x55\ \x0d\xba\x85\x96\x81\xbe\x1c\xb8\x4e\x11\x01\x6e\xa6\x63\x04\xb3\ \xbd\x0c\x34\xe4\xd4\xb1\x0a\x08\x45\x05\xa0\x23\xf5\x01\x6e\xe9\ \x1b\x81\x0b\x1a\x6a\x0a\xfa\x72\x1a\xfa\x1a\x06\x06\x06\x5a\xf4\ \x00\x00\x56\x00\xd3\x10\x06\xea\x80\x9e\x59\x68\x85\x12\xb0\x51\ \x51\xa1\xd0\x94\x34\x99\x1e\x60\xa5\x6a\x9d\xa7\xaa\x2c\x6f\xa2\ \x68\xe2\x0f\x00\xb6\x5c\x09\xa1\x69\x6d\xae\xaa\xac\x0a\xfb\xc7\ \x34\x7f\xe8\xcd\x6e\x28\x6d\x48\x4d\xcf\x6d\x4b\x29\x4c\x99\x2a\ \xc8\x4d\x9d\x69\xcf\x9e\x6f\xcf\xaa\x9c\xe9\x1e\x19\xc8\xcc\xe5\ \x64\xfe\x3f\xb2\xde\xc2\xaf\xe9\xf6\x7d\xff\xbf\x19\xdb\xa4\x46\ \xa7\xc0\x40\x46\x48\x0d\x18\x31\x7a\x34\xa3\xe4\x41\x28\xe2\xa4\ \x5b\x24\x04\x44\xba\x1b\xa4\x43\xba\x94\x86\xc1\x1c\x1d\x52\x92\ \x52\x22\x73\x20\xca\x60\xb7\x0f\x78\xff\x17\xbf\xeb\x1a\xea\xed\ \xe7\xfb\x43\x84\xc5\x6b\x1b\xb5\xe7\x8e\xe3\xbc\xce\xeb\x38\xab\ \x22\x43\x13\x62\x32\x13\x73\x0b\xe3\x8b\xd2\xe3\x2b\x9e\xbd\x8c\ \x0b\x09\x89\xc8\x0d\xd1\xe3\x6c\x1e\x84\x0d\xe9\xd1\x30\xac\xa1\ \xe7\x3d\x05\x78\xaa\x9a\x1a\xf2\xfb\xc9\x62\x3c\x50\x54\x44\x32\ \xc7\x5c\x29\x2b\x47\x47\x93\xe4\x01\x98\xa4\xc9\xca\x92\x64\x32\ \x89\x24\x5d\x1c\x4d\x22\x8a\x45\xc3\x8d\x30\xd0\xfd\xf5\x40\x49\ \xd5\x03\xeb\x49\xc0\x44\x02\x6e\x15\x37\x50\x7a\x88\xc5\xa4\x1a\ \xa0\xb7\xde\x03\xb5\x56\x0c\xd7\xe1\x7a\xa2\x6b\x60\x4f\x56\x74\ \xf1\xff\xde\x53\x24\xc1\xb3\x5d\xc7\x5d\x45\xcc\xc8\xde\xe5\xf9\ \x63\x6f\xcf\xd2\xc2\x20\xff\x84\xf0\xaa\xbe\xc4\xd4\x05\x17\x03\ \x43\x3b\x57\x7b\x3b\xe0\xbd\x0c\x4d\xec\xe9\x91\xd2\xd2\xa2\x6a\ \xa2\x6a\x86\xe9\x8b\xe7\x16\xc0\x21\x8a\xad\x68\xb8\x75\xaa\x4b\ \x0b\xc9\xde\x7d\xcd\x45\x88\x6d\x50\x14\x03\x5a\x0f\x4f\xc4\x4b\ \xcb\x4b\x4a\x4a\xc3\x64\x85\x62\xa2\xac\xf9\xe3\x80\xd4\xd6\xc6\ \x00\x4f\x15\x79\x98\x2d\x4f\x2c\xb6\xed\x2d\xa7\x14\x13\xe5\x60\ \x86\x31\x0b\x65\x9d\xc4\xad\xaf\xd0\xa9\x21\xcc\xbb\x89\x97\x97\ \x14\x12\x12\x53\x54\x56\x14\x92\x57\x04\x86\x98\xa4\x0c\x93\x69\ \x60\xd4\x73\x34\x19\x2f\x2b\x06\xc7\x1a\xca\x4b\xc3\xa6\x77\xbc\ \xac\xa8\x98\xc0\xe6\x09\x91\x00\x00\x20\x00\x49\x44\x41\x54\x9c\ \x66\x56\x7c\x69\x9d\x7f\x86\xf9\xc3\x94\x0c\x13\x75\x39\x03\x2b\ \x5b\x6d\x59\x4d\x0b\x73\x3d\x23\x63\x3d\x35\x1d\x5d\x95\xfb\xea\ \x3a\x4e\x46\x9a\xea\x3a\x06\x2a\x86\x40\x62\x19\xab\xab\xe9\xe8\ \x69\x9b\xe9\x5a\x00\x60\xd9\x9b\x38\x3b\xbb\xdb\x79\x3f\x2c\xc9\ \xc8\x7b\x5a\x06\xc4\x51\x45\x7c\x2b\x6b\x6a\x90\xf5\x63\x9b\xbe\ \x79\xb8\x3d\x71\xb2\xf8\x96\xc9\x1a\x9f\x6a\x99\xfa\x7a\xb8\x4d\ \xa5\x52\xb7\x98\x54\xc6\xcc\x0e\x6d\x8f\x4a\x63\x33\x8e\x7e\xb4\ \xa0\x11\xc9\xd3\x1f\xbf\x0f\xbc\x6b\xfb\xb0\x7b\x76\x76\xb3\xe6\ \x21\xc3\xc7\x33\x95\x91\x51\xf0\xca\xb3\x74\xb8\xb3\x31\xbe\x28\ \x21\x2f\xa5\x3c\x22\x36\xff\x45\x5a\x41\x44\x6f\x6f\x68\x6c\xf3\ \x56\x6b\x4e\x79\x58\x64\xd5\x4a\xf7\x68\x77\x63\x6f\x4e\x55\x62\ \x55\x79\x6a\xe2\x42\x4c\x5d\x62\x55\x6f\xce\xe8\x70\x6b\x6f\x6b\ \xd7\x70\x1d\x83\x39\xbc\xb4\x7c\xbc\xf1\x65\x6b\xe5\xd3\x97\xe3\ \x83\x1f\x13\xfb\x2c\x36\x10\x58\xf4\xa3\xc1\x11\xaa\xd2\x67\x1b\ \x9b\xb9\xeb\x6f\xbb\xbb\xd7\xb7\xb3\x5e\x38\x23\x9e\x7f\xcf\x37\ \x7e\x73\x0d\xc4\xc3\xdc\xad\x19\xfc\x25\xba\xde\x70\xca\xec\xe0\ \x42\xf0\xcc\xe5\xc8\xad\xd5\xeb\x37\x6f\x50\x71\x4b\xdd\xdd\xad\ \x41\x91\x71\x99\xf9\x19\xcf\x1f\x3f\x7b\xf2\xc0\xca\xca\x19\xfc\ \x2a\x2d\x8c\xd4\x0d\x74\x0c\xef\x1b\x1a\xc8\x41\xe3\xac\xa3\x0e\ \x4c\xb4\x81\x0a\xf8\xf1\xd9\xda\xdb\x3b\x3b\x3d\xb2\x75\xb2\x33\ \x36\x34\xd1\x14\x95\x16\x55\xb1\x2b\xe9\xa2\xf3\x29\xd0\xba\x53\ \x3c\x6d\xf5\x0c\x0c\x8c\x3c\x5f\x06\x21\x3f\x0c\x0c\x55\xea\x5b\ \x11\xc5\x00\xe9\xd4\xef\xab\x18\xea\xda\x3f\x2b\x73\x7f\x9c\xeb\ \xf9\xb0\xe2\xf9\x23\xcf\x07\xee\xde\xa5\x89\x11\xfe\xcd\x0b\x75\ \xa1\x5d\xa9\xcd\x91\x11\x11\xe9\xfe\x39\x55\x8d\x61\xfe\xe1\xb9\ \x0f\xed\xec\xed\xdc\x9f\x3f\x4b\x0b\xcb\x64\x8a\x5b\xf3\xa3\x31\ \x58\xad\x98\x2b\xcf\xac\x94\xc4\xd9\x3d\x4b\x9f\x55\x38\x5a\x51\ \xe4\xf2\x64\x23\x31\x35\x34\x35\x2c\x21\x37\x22\x2d\x3c\xed\x55\ \x7c\x41\xc6\xeb\x92\x17\x15\x65\x29\x45\x25\x99\x59\xe9\xaf\x73\ \xd3\x0b\xca\xc2\x82\x63\x83\xc3\x13\x13\x17\x09\x81\x82\x17\x3b\ \xc3\x4b\xe3\x49\x9b\x5e\x47\xb4\x53\xe6\xf1\xde\xa7\x1f\xfc\x97\ \x3e\x22\x9c\x20\x7b\x1f\x9f\x3b\xab\xd7\x67\x73\x73\x67\x6f\x80\ \x29\x9c\x03\x22\xf4\xfa\xda\x86\x83\x6e\xb8\xa3\xc6\xe7\x3f\x57\ \x27\xf2\x9f\x7e\xe2\xac\xf4\xdd\xf9\xd3\x8f\xf5\x5f\x8d\xea\x8f\ \xfb\xb3\xf9\xab\x7d\xfe\x77\x8b\xfb\x9f\x45\x45\x68\x44\x3f\xd6\ \x67\x57\x76\x44\x55\x66\xcb\xc8\x04\x26\x07\xc2\x74\x3c\x0c\x0a\ \xcd\x8b\x95\xe1\xe2\x41\x02\x05\xc5\xc3\x8d\xc0\xc9\x00\x72\xc9\ \x00\x29\x83\x46\xf1\xa0\x10\x48\x34\x01\x23\x83\xe1\x81\x04\xe2\ \x01\x6a\x08\x2d\x28\xc0\xcf\xcd\xcb\x05\xe8\xc3\x2d\x28\x20\x2c\ \x8c\x41\x03\xad\xc5\xcb\x8b\xe6\xe5\xe6\x86\xdb\x7a\x78\xc4\xf9\ \xc0\x15\xe0\x08\x01\x94\x00\x37\x8a\x9b\x1f\x08\x30\x29\x05\x61\ \xa0\xbc\x04\xb8\xf9\xc0\x0d\xa4\xa4\x24\x24\xc4\xf9\xf8\x25\x14\ \x24\x14\x84\xf9\x05\x05\xf4\x4d\x55\xb9\x4c\xf5\x35\x94\xc4\x81\ \xa3\x14\xe0\x57\x92\x12\x14\xe0\x12\xe6\xe7\x07\xd4\x53\x15\x14\ \x16\x96\xe2\x16\xb7\x54\x52\xe2\x57\xb2\x14\x26\x78\xf0\xf0\x60\ \x09\xbc\xc0\xb6\x62\x70\x32\xdc\x5c\x68\xac\x16\x1a\x05\x7c\xa1\ \x0c\x12\xf5\xcf\x70\xeb\xd2\xec\xf0\x72\x4c\xb3\x7f\x63\x4c\x44\ \x62\x66\xfe\xb3\xf4\xb4\xb4\xb8\xcc\x82\xb2\xa2\x57\xf1\x91\xfe\ \x89\x5d\x21\xa1\x91\x85\x2f\x9e\xe4\x67\xc6\x97\x56\x94\xa4\xc7\ \x67\x95\x66\x14\x66\x06\x87\x86\x46\x28\xbf\x07\x62\xe8\xb6\x74\ \xd5\x03\xc4\xcf\xfb\x86\x86\x1e\x58\xd1\x02\x32\xe9\x7d\xc3\x24\ \x39\x1a\xa8\x2f\xd8\xa7\xa4\x2c\x4f\x22\x2a\x8b\x91\x29\x14\xc0\ \x23\x79\x0a\x05\x2f\x4f\x54\x06\x62\xaa\x86\x04\x5b\x98\xc8\x0d\ \x70\x0e\x05\x1c\x53\x08\x98\x57\x4c\x99\x24\x01\x34\xc1\xe4\xab\ \x1e\x60\xb0\x48\x0d\xd1\xc5\x00\x7d\x14\xca\xe4\xfb\x68\x58\xdd\ \x7a\x0f\xef\xae\x66\x52\x99\xa4\x2c\x77\x4f\xdb\xec\xae\xa2\x89\ \x85\xb1\xfd\xa3\x17\x2f\x5e\x94\xa5\x35\xa7\xc6\x85\xcc\x6f\xc4\ \x8e\xc6\x3f\xb6\x73\xb1\xb7\xb5\xd5\xd5\x33\x37\xb6\x30\x3b\xe2\ \x8f\x37\x13\x93\x93\xbb\x2b\x24\x5b\xd0\xa2\x10\x24\x8a\x57\x5f\ \x12\xe0\xee\x2a\xc6\x0b\x09\x99\x27\x25\x07\x2e\x03\x40\x15\x93\ \xe1\x4a\x00\x9e\x8c\xa7\x50\x48\x92\x06\x9e\x11\xa3\x57\xbe\xd6\ \xaa\xaa\xd6\xbe\x2d\x2d\x5f\x52\x34\x49\x8a\x0d\x24\x8a\x4b\x6c\ \x1e\x09\x4f\x16\x92\x96\xd3\xbc\xcf\xc2\x99\x5a\xaa\x56\x36\x65\ \x37\xa9\x7a\x05\x2b\xca\x8b\x8a\x4a\xcb\x2b\x03\x9f\x29\xa6\x0c\ \x2c\x2d\x90\x92\x70\x2d\x13\x76\x9e\xf5\x90\x25\x15\x95\xef\x02\ \x60\x09\x89\xc9\x4b\x13\xc1\x77\x7d\x57\x48\xfd\x59\xe8\xab\xc2\ \x52\x33\x13\xcf\x38\x5f\xc7\xbd\x12\x23\x3d\x13\x73\x3d\x43\x0b\ \x3d\x5d\x13\x23\x6d\x5d\x63\x0b\x0b\x38\x9c\xd3\x40\x5d\x47\xd7\ \x44\xcf\xe4\xbe\x8e\xba\xa1\xa1\x91\x9e\xb6\x8e\xb9\xae\x89\x9d\ \xae\xb3\x8b\xad\xc5\x03\x17\xe7\x87\xf6\xf6\xb6\xee\xae\x15\x65\ \x00\xc8\x3f\x16\x0f\xe9\xac\xab\xc1\x71\xda\x97\x1f\x57\x3f\x58\ \x47\xb5\x2d\xdb\x9b\x53\x7e\xaa\xbe\xfa\x8b\x34\x3a\x95\x7d\x7a\ \x45\x63\x53\xbf\xd2\xd9\x17\xe3\x5f\x68\x87\x5f\xe9\xd5\xb5\x9d\ \x8c\x16\x3e\xd5\xce\xce\x4d\x01\x02\x56\xe3\xd0\xcb\x94\x77\x3f\ \xa3\x2c\x3f\xaf\x20\x7e\x7e\x66\xb4\x31\x38\xa8\x35\xbc\x28\x2f\ \x3f\xf7\x59\x59\x58\x68\x79\x50\x50\xf7\x6c\x6c\x4c\x5d\x73\x55\ \x6a\x62\x57\x73\x73\x63\x79\x68\xce\x68\x6b\x6b\x50\x4c\x73\xdf\ \x52\x63\x5d\x57\x5f\x6f\xf3\x70\xd7\xc2\x68\x57\xdf\xcc\xc2\x42\ \xdf\xce\xf2\xcc\xec\xfe\xca\xf2\xec\xa7\xd3\x2f\xfb\x7b\xa7\xd4\ \x71\xfa\x38\x7b\x71\xf3\xa8\x36\x9b\x33\xb8\x6b\x0e\x4a\x84\x5b\ \x54\xbd\xb9\xad\x61\x41\x79\x05\x44\xd4\xd9\xcd\x19\xa7\x4d\x54\ \xc4\xe6\x4f\x83\xc3\x6d\xa9\x1d\xba\xc3\x6b\x68\x8a\xe0\x24\x8a\ \xb9\xc1\x95\xee\xe5\xaa\xd6\x20\xff\xf0\xcc\xf4\x0a\xef\x27\xcf\ \x3d\xdd\x5d\xed\xac\xf4\x2c\xcc\x0c\xcc\x75\xe4\xd4\x34\xef\xa9\ \x19\x18\x18\xa8\xa8\xab\xa9\x69\xeb\x68\xeb\x19\x1b\xe8\x1a\x5b\ \x3d\x70\xb2\x75\x7e\xf6\xd0\xdd\x5c\x4f\x5d\x5d\xc7\xe4\xfe\x3d\ \x39\x39\x15\x73\xe7\xb0\x73\x3e\x82\x16\xff\xf6\x8a\x7f\x63\xdd\ \x63\x33\x97\x52\x5a\x5b\xff\x50\xbb\xa0\xbb\xb2\xa8\x98\x98\x9c\ \xac\x9a\xa1\xae\xae\x99\xcb\xd3\xd2\x8a\xf8\xf4\xac\xd2\x57\xaf\ \x32\x5e\xa5\x87\x04\xb5\xe6\x74\x8d\x2e\x34\x56\x95\x57\xa5\x06\ \xc7\x85\x85\x84\x75\x35\xf7\x86\xbc\xf6\xb6\x72\x7f\x6a\x6b\xf6\ \xe0\x51\x46\x51\x5c\xfc\x06\x3f\x3f\xb7\x3e\x1f\x36\xaa\xfb\xc0\ \x3f\x2d\x64\xf8\x80\x3e\x07\xb5\x11\xf8\x66\x56\xab\x3b\x67\x43\ \x82\x83\xe2\xc3\xe2\xe3\x73\x81\x0d\x4c\x83\xed\xa4\xf9\x25\x2f\ \xe2\x0b\x33\xca\x5e\x17\x64\x06\xa4\xa5\x45\xc4\x05\x04\x25\x06\ \xf9\x47\xf4\x69\x78\x44\xf1\x5a\x32\x97\xc7\x2d\xdd\xf8\xbc\x5a\ \x5a\x36\x19\xa7\x8c\x85\xf1\xb6\x6b\x78\x37\xb0\x8d\x13\x2e\x96\ \xdc\x5c\x5f\x03\x78\x89\x5c\xef\x7e\x83\xcb\xa8\x90\xdc\x36\x36\ \x67\xf0\xca\xff\xd3\x6b\xf5\x57\x43\x95\xc8\x5f\x11\x57\x7f\x9a\ \x1f\xc0\xf1\x77\xfe\x8b\x73\xff\xab\x59\xfe\xb7\x8b\xb4\xf1\xb9\ \x3d\xff\xef\xb7\x26\x18\x39\x1a\x18\xe5\xa1\x05\x3e\xc0\x44\x2c\ \x2c\x4e\x06\xa1\x05\x99\x44\x40\x20\x80\x25\x44\x20\x64\x10\x28\ \x14\x0a\x8b\x11\xe0\xe3\xc1\x60\x79\x50\x68\x0c\x02\xc5\x25\x28\ \x0c\xae\x10\xe4\xe6\xe5\xe1\xe1\x05\x70\x42\xa2\x80\x55\xe3\x03\ \x92\x0b\xc3\x23\xce\xcd\x25\x20\xc0\xcb\xcb\x2f\xc0\xc7\xcb\x27\ \xc1\xcd\x87\x46\x70\xf1\x02\x1f\x07\xcc\x22\xc0\x99\x00\x02\xcd\ \xcd\xc7\xcf\xc7\x25\x20\xc5\x25\x2c\x21\xcc\x25\x28\xc0\xc3\x23\ \x08\x1e\x86\x07\xcd\x2d\xc8\x05\xa8\x66\x69\xaa\xaf\x80\xe2\x92\ \x12\xe6\x05\x92\x0c\xc9\x07\x94\x1b\x0f\x80\x1d\x12\x40\x49\x00\ \x58\x4e\x2e\x94\x80\x02\x17\x12\x85\x44\xf1\x21\xb0\x18\x82\x16\ \x0e\x8d\x40\xf1\xa2\xd0\x58\x2c\x02\xc3\x27\x83\xe3\x41\x00\xb0\ \x22\x30\xff\x84\xc4\x1e\x6c\x8c\xc6\x86\x2e\x05\x87\x54\x25\x16\ \x14\x15\xa5\xc4\xfb\xc7\xc5\x45\xc6\x95\xbc\xf4\xf6\x4c\x0f\x8b\ \x4b\x49\x48\x4f\x4b\x29\xca\xca\xad\x28\xc8\x2f\x4a\x09\x2e\x2c\ \x79\x5d\xf4\xf8\x91\x7f\x2a\xb3\xf0\xb6\x53\xf4\xfd\xff\x60\x81\ \xbc\x87\xb3\xab\xae\xa7\x01\xb8\xc3\xf7\xe4\x62\xb8\xb9\x0e\xd8\ \xb9\x06\x12\x9e\x02\xdf\x89\x24\x20\x9a\xc8\xc5\x78\x31\x88\x07\ \xf0\x0c\x07\xf2\xa3\xa7\x41\x0c\x3f\x09\xbb\x43\x6b\xde\x53\x60\ \x14\x3c\x8c\x90\xa1\x10\x61\x46\x3a\x5c\x82\x83\xf1\xc9\x70\xbe\ \x32\xdc\x8f\xcc\xb1\x9d\xe0\x44\x74\x0d\x47\x93\x29\xe2\xe5\x0d\ \x74\xcc\x8c\xee\x29\x6b\x1b\x1b\xba\x3c\x79\xec\xf9\x24\xbf\x34\ \xbd\x2e\x22\xb2\x97\x51\x57\x1e\x92\x52\xf6\xc2\xdb\xce\xcc\xd0\ \xcc\xd9\xd5\xc5\xa8\xdb\xc1\x77\xd4\x49\x0c\x98\x3d\xb9\xfb\xde\ \x2c\xec\xb6\xad\xca\x93\xe6\x89\xac\xe0\x0a\xf9\xe8\x2c\x42\x54\ \xfb\xa6\x18\xf0\xa5\x24\x69\xc0\xc7\xbb\x3a\x76\x85\x01\x39\xa7\ \x47\x5e\xd6\xfa\x7e\x7e\x49\x8e\x17\xdb\x53\x49\x12\xfa\x9b\x0b\ \x8f\x14\x29\x78\x49\xf3\x88\x2c\x59\x49\x31\x59\xb1\xbb\xa2\x92\ \x2b\x6b\x03\x0e\x6d\xd9\x52\x27\xcb\x8f\xd4\xe4\xa5\xef\xca\xca\ \x4b\x2a\x02\x90\xc9\x4b\x0b\xc1\x56\x0b\xbc\x22\x99\xd3\xd5\xda\ \x30\xd9\x23\xad\x22\x1a\x2d\x7b\x57\x51\x4c\x5a\x5a\x0c\xaf\x0c\ \xd0\x2a\x2a\x77\xef\x59\x57\xc4\x0b\x67\xab\x74\xef\xbb\x8f\x54\ \x09\x04\xee\xb7\x25\x16\x06\xda\x7a\x9a\x56\xe6\x66\xe6\x46\xe0\ \x49\xa4\x6d\x66\xa6\xa3\xa6\x6d\xab\xad\x6e\xa0\xa2\x67\x20\xab\ \x63\x00\x90\xa5\xae\x6b\x66\x66\x6e\x61\x64\xf5\xc0\xf3\xb1\x8b\ \xbb\xfb\xcb\xc2\xf0\xb0\x88\xf4\x22\x56\xd7\xe9\x66\xed\xf9\xc9\ \xc5\xd1\x11\xf3\x84\x36\x4e\x3f\x65\xd3\x81\xbc\x61\x50\xd9\x96\ \x8e\xaa\x23\x47\x23\xf4\x71\xda\x09\x7d\xea\xf0\x62\xfd\xeb\xf9\ \x09\x8b\xea\x5b\xed\xe8\x6b\xea\xb5\x68\xed\x3b\x35\xb5\xbd\x78\ \x51\xab\x21\xa0\x01\xfe\x14\x52\x1f\x97\x15\xbc\xca\x98\x79\x9b\ \x19\x57\x55\x17\x9e\x52\x98\x90\x1b\x9e\x1e\x90\x15\x1e\x10\x17\ \x1e\x33\xd3\x1a\xda\x3c\xb3\x92\x18\x5a\x37\x5f\xb7\xb4\x5c\x17\ \xdb\xdc\xda\x5c\x55\x57\x55\xd7\xbd\xdc\xdb\xb5\xf2\x69\xa6\x7b\ \xa6\xf9\xb4\xaf\x77\x78\xbf\x6f\x8b\xc9\xda\x62\x8e\xae\xcc\x6f\ \xec\xef\x31\xf6\x3f\x31\xbe\x30\xe9\x5f\xcf\xbf\xd2\xb6\xf9\x2e\ \x57\xe7\x6e\x20\xb2\x60\x3d\xca\x66\x55\xe4\xb6\x95\x68\x15\x2e\ \x61\xc2\xa2\xf2\x35\x10\x78\xe0\xcc\x7f\xdb\x72\x6e\x4f\xdc\x16\ \xb1\xe0\x24\x68\x38\xf0\x0b\x9c\x9b\xa3\xcd\xf4\x8d\x56\x25\xc6\ \xa6\x46\x16\xbe\x2c\x7b\xfa\xcc\xdb\xf9\x39\x9c\x6d\x6d\x08\x7c\ \xb4\xae\xe6\x3d\x4d\x35\x3d\x59\x75\xa0\xae\x0c\x74\x0c\x34\xb5\ \x0d\x0c\x2c\xec\x9d\xec\x1f\xba\x38\x3b\x3b\x7b\xbb\x82\xd7\x26\ \x15\x43\x3d\x15\x15\x39\x51\x75\x63\x57\x8b\x67\xc3\x96\xd9\x63\ \x6d\x95\x58\x74\xa0\xf8\x81\xab\x51\x9f\xc7\xc0\xbb\xf6\x24\x43\ \x79\x31\x49\x39\xd9\xbb\x7a\x06\x3a\xc6\xce\xee\x65\x15\x15\x09\ \xe9\x01\x25\x05\xe9\x09\x80\x56\xbd\x5d\xcd\xf3\xc0\x3e\xe4\xe4\ \xb4\x26\x66\x66\x26\x84\x04\xd4\xc5\x34\xa7\x94\x3d\xf0\x2c\x7a\ \x64\x65\xfe\xe0\x41\x7e\x6e\x6e\x11\x13\xc3\x2d\xc3\xa7\x81\xd1\ \x3a\x1c\x5d\x48\x89\xa5\xd2\x76\x21\x7e\xa1\x22\xf4\xc1\x4d\x25\ \x75\xc7\x54\x85\x45\x64\xa5\x85\x67\xc5\xe7\x16\xa4\xe5\x82\xa7\ \x4b\xe1\x8b\xf4\xb4\xf4\x8a\x82\x5c\xf0\x23\xcd\x0c\x4b\x0f\x0a\ \xcd\xa9\x0a\x0e\x0b\x9f\x15\xae\xac\xd7\xe2\xf7\x9d\xd2\xd7\x17\ \xd7\x90\x40\x0b\x9a\xfa\x6e\x1e\xd3\xa6\x45\xe6\xce\x6e\xae\xdf\ \x00\xc8\xd8\xac\xde\x7c\xbb\xde\xdd\xfd\xf9\xc6\x67\xf5\xdb\xf7\ \x9b\x39\x60\x06\x61\x49\x0f\x3c\x02\x84\x90\x8f\xcf\x9d\xbf\xcb\ \xe7\x22\x3e\x7f\xca\xee\x3e\x7f\xeb\xa6\xbf\xba\xdf\xff\xae\x7d\ \xfd\x9e\xbc\x7a\xe7\xef\x78\x40\xd8\xed\x6e\xd3\xf6\xae\x3e\x3b\ \x3b\x3b\x0a\xee\xce\x09\x84\xfb\x9f\x11\x38\x02\xce\x01\xa7\xa5\ \x85\x01\x22\x46\x86\xc0\xcd\xc7\x83\xe4\x01\x26\x0f\x8d\x44\x01\ \x35\xc3\xcb\xc3\x8b\xe4\x42\xa2\x05\xa4\xf8\x50\x80\x33\x02\xbc\ \x28\x5e\x3e\x14\x2f\xd6\x01\x60\x0b\xcb\x83\xc4\x12\x30\x18\x24\ \x92\x9b\x9b\x9f\x8b\x8b\x1b\x48\x2c\x34\x17\x92\x8f\x1b\x83\x42\ \xf0\xc0\x1e\x54\x04\x0f\x3f\x1f\x90\x5c\x58\x04\x0f\x1f\x9f\x38\ \x0f\x52\x58\x18\x98\x42\x80\x24\x6e\x2c\x86\x8f\x17\x8b\xe4\x41\ \xf1\xf3\x0b\x03\x93\xc9\x85\xc0\xa0\x90\x08\x04\x00\x1d\x37\x12\ \x01\x2c\x26\x02\x81\xc3\xf0\x08\x70\x23\xf8\xc1\xc3\xf1\x00\x0f\ \x09\x6e\xc5\x25\x80\xc6\x78\x10\xd0\x5c\x80\x56\xdc\x7c\x32\x18\ \x19\xd8\x43\x8a\x43\x62\x10\x3c\x32\xd8\x7f\x82\x52\x7b\x87\x83\ \x82\x9a\x43\x5f\x3c\x2c\x4b\x4c\xcc\x78\x90\x10\x9f\x13\x13\x9e\ \x19\x93\x5e\x50\x10\xd2\x18\x5a\x1e\x1c\x90\x5e\x12\xda\x1c\x10\ \x12\x50\x90\x50\x54\x14\x1e\x9c\x19\x56\xf0\xfa\x55\x44\x17\x23\ \x9f\x33\x88\x10\x6e\xc8\x99\x84\x6b\x84\xff\x03\x42\x89\x93\x04\ \x43\x26\xc1\xf5\x7e\xd8\x8f\x85\x8f\xee\x81\x2d\xa2\x44\x21\x3c\ \xf0\x7c\x44\x98\x93\x47\xe1\x0c\xa2\x20\x11\x81\xbd\x83\x31\x09\ \x1c\xd2\xc1\xc8\x3e\xb8\xc9\xb9\xb8\x87\x0c\xbb\x22\x1a\x88\x8a\ \x9c\x90\x18\x60\x01\xc9\xd1\x35\x64\x22\x9c\xa4\x0a\x97\xe1\xe0\ \x54\xf9\x86\x06\x00\x3b\xb1\x7b\x6a\xba\xc6\xf6\x72\xf7\x8c\x8d\ \xbd\x3d\x33\x8c\x1e\x27\x04\x94\x84\x74\xa5\xe6\x9c\xf6\x96\xb7\ \x06\x94\xa4\x3d\x71\x71\xb6\xf3\x74\xb7\x77\x32\x7b\xb8\x4e\xf0\ \x65\x16\xc9\xc1\xbf\x58\x35\xc3\x44\x3e\xfd\x9c\x17\x65\xe3\xc2\ \x8e\x99\x42\xb6\x9d\x6d\x6d\x1f\xd6\x95\x6b\xa2\x49\x92\x26\xcf\ \xd3\x73\x80\x4c\x48\x9a\xa2\xd2\xd7\x3b\xfd\xaa\x2f\x0e\xdd\xbc\ \x5a\x2c\xf5\x15\xc4\xdd\x7c\x35\xe8\x8f\x7a\xf0\xa2\xae\xc1\x85\ \x06\x77\xef\xdf\x33\x7a\xe8\x6e\xf6\x82\x3d\xfb\x3a\xbc\xc2\x4c\ \x5d\x54\x4c\x5e\x4e\xf4\xee\x7d\x65\x45\x69\x8a\x90\x9c\xbc\xd0\ \x5d\x38\xd0\x90\x0c\xbe\xc7\x68\x98\xa9\x5a\x1c\x2d\xad\x7e\x97\ \x04\xb4\x97\xdc\x3d\x31\x45\x21\x45\xa2\xb4\x98\xf2\x5d\xcd\xc7\ \x8c\xbd\xd8\xd0\x72\x66\x44\x5e\x8a\x29\x4a\xd8\x23\x99\x9f\x7b\ \xf1\xad\xbf\xbd\x91\x39\x78\xa6\x99\x58\xc0\xf8\x05\xf0\x2c\x34\ \xd7\xd6\xd5\x33\xd2\xd1\xd1\xd3\x85\x91\x0c\xba\xe6\xf6\xb6\x16\ \xde\xb6\x76\xaf\x02\x5e\x97\x85\xc6\x86\x85\x97\x38\x19\x28\xcb\ \x9e\xd3\xc7\x0f\x35\xaa\xdd\xa6\x2e\x4e\x36\x3b\xd9\xe3\x5f\x18\ \xe7\x83\xd4\x99\xc3\xc1\xf1\x93\xed\x8b\x24\x7d\xaf\x43\x1a\xcd\ \xaf\x76\x84\xf6\x65\x73\xd3\x6b\x71\x8a\x7b\x73\x6a\x5b\xc0\xda\ \x11\x48\xf0\xa3\xf5\x5a\xbf\xf5\xce\x11\x3f\x25\xf0\x72\x27\xfe\ \x32\x23\x3d\xe3\x79\xfe\x0f\xe6\x4c\xe8\x70\x57\x49\xc6\xe3\xfc\ \xb8\xd4\x14\xff\x98\xb2\x9c\xf2\xd8\xe1\xe1\xba\xd4\xd6\xa5\x85\ \xd1\xee\xe1\x8d\xd1\xe6\xd9\x99\xba\xe5\xad\xe6\xf2\xd0\xd0\xb0\ \xe6\x65\x16\x63\x62\x91\xd9\xd5\xbb\xcf\xda\xfb\xc1\x66\x82\xb7\ \x2b\x06\xed\x94\xcd\x66\x6e\xed\xef\xfd\xa0\xb2\x69\x83\x6c\x36\ \x75\x5c\x70\xda\xe6\xce\x1c\x67\x9e\xf3\x6d\x1b\xc3\xef\x31\x30\ \x6f\xe6\x38\x41\x57\x6f\xae\xbf\x9d\x41\x5c\xfd\x5e\x35\xbc\x4d\ \x69\xe0\xac\x0c\x72\x9a\x19\xc0\xb3\xf3\x9a\x53\x74\x5f\x9d\x9b\ \xea\xcd\xa9\xf3\x0f\x8b\x08\xce\x8c\xcf\x78\xec\xfa\xc8\xd9\xd3\ \xd3\xdd\xce\x1c\x08\x65\x73\x6d\x63\x4d\xd1\x7b\x3a\xda\xf7\x0d\ \xf5\xd4\x0d\x75\xb4\x75\x0d\x75\x74\x8d\x9c\x1e\x78\xbb\xbb\x78\ \xdb\xb9\x7b\x3f\xb2\xb5\x33\x53\xd7\xd6\x51\x91\xbd\xaf\x63\x60\ \xfe\xc8\xcc\xc5\xca\x3d\x23\x98\xee\x86\x6b\x7f\xd7\xd1\xdf\x2f\ \x58\x18\xc0\x3b\x36\xd4\xc4\xb8\xa7\x26\x7a\xdf\x40\xf6\xae\x8e\ \x8a\xa6\xbd\xfb\x53\xa0\x30\x5f\x95\xe6\xa5\xa4\xe4\x34\xf7\xe5\ \x94\xd7\xf5\xce\x2e\x2c\xc4\x34\x37\xf6\xad\xd4\x25\xc6\xc4\xc7\ \x76\xa5\xfa\x87\xe7\x95\x16\x3d\xc9\x7b\xee\x64\xec\xfd\x22\x2f\ \x37\xa1\xa8\x4f\x8b\x0f\x81\x91\x92\xc0\x29\xf8\xb3\x62\x56\x26\ \xd6\x7c\x56\xdf\x70\xbe\xda\x55\x9b\xe9\x43\xc1\xc3\x9c\x9c\x80\ \xb0\xf0\x82\xe0\x84\x94\xf4\xb4\xb0\xc2\xbc\xd2\x82\xdc\xdc\x92\ \xc2\x8a\x8a\xd2\x82\xf0\x92\x70\xff\x48\xff\xe0\x88\x98\xc8\xaa\ \x98\x10\xff\x09\x64\x7b\x5b\x47\x32\x16\x0d\x34\x08\xba\xb2\x3e\ \x30\x0a\x75\x21\xf0\xf1\xdf\x3b\xbb\x3f\x77\xe7\x80\x11\xbc\xf3\ \xe6\xf3\x77\x91\xef\xdf\xae\xaf\x81\x37\xfc\x7e\x09\x7e\x52\x22\ \xd0\x72\xfe\x59\x26\xfc\x2b\x6a\x41\x84\x63\x12\x61\xa7\x83\x0f\ \xec\xb6\xfa\x65\xf5\x44\x7e\x73\xec\x4f\x8d\xeb\x2f\x93\xf8\x57\ \x3e\x16\xbc\xe5\xed\x2a\x22\xf0\xa1\x1f\xdb\xb3\xb3\xe1\x18\x9a\ \x4a\x07\x19\x82\x87\x83\x16\x16\x01\x3f\x11\x64\xd0\x48\x19\x2c\ \x52\x06\x48\x19\x04\x0a\x07\x94\x16\x2f\x37\x0f\x37\x12\x83\xe6\ \xe2\x91\x41\x72\xf1\x70\x03\x85\x85\xc0\x72\x4b\x71\x71\xa1\xf8\ \x30\x48\x19\x14\x3f\x0a\x81\x43\x02\x90\xe0\x50\x08\x2c\x12\xc3\ \x83\xc1\xc1\xe6\x78\x70\x47\x38\x1c\x86\x17\x85\x80\x57\x72\xf3\ \x0a\x08\x63\x80\x73\xc3\xa2\x79\x51\xc0\x53\xe2\xb0\xe0\x2e\x11\ \x50\xc5\xc9\x20\xd0\x68\x24\xd2\x81\x97\x07\x6e\x02\x42\xcb\xa0\ \x30\x08\x04\x92\x47\x06\x21\x23\xc3\xc5\xc7\x0b\x38\x27\x83\x01\ \xf0\x43\xf0\x71\x21\x91\x5c\x50\x85\xf1\x49\xf1\x89\x03\x56\x01\ \xf4\x71\x01\x81\x85\x93\x01\x4c\x45\xf0\xa2\x65\x30\x0e\x32\x02\ \x28\xc4\x3f\xe9\x99\xe1\x89\x31\x39\x7d\xa1\x2f\x0b\x73\x43\x72\ \xd2\x5f\x94\xa4\xa5\x04\x87\xe7\xa7\x95\xc4\x17\x14\x36\x37\xfa\ \x07\xa4\xc5\xc6\xf9\x57\x45\x26\xc4\x86\xc6\x05\x64\x14\xfa\xa7\ \x94\xc6\xc5\x94\x24\xa4\xa6\xc9\x71\xa6\x1f\x4f\x36\x40\x99\xc5\ \x89\x69\x20\xc3\x2a\x53\x4d\x0d\x78\xf6\x4e\x02\x43\x57\x0c\xe4\ \x56\x71\x34\xbe\x98\x58\x4c\x94\x07\xba\x8a\xa4\x2c\x1f\xad\x2c\ \x4d\x21\x29\x47\x13\x29\x44\x60\xa3\x20\xba\x8a\x61\xa4\x4b\x34\ \x34\x85\xc0\x1b\x46\xc3\x5e\xae\x1e\x98\x39\x43\xc2\xc3\x2d\x87\ \xb7\xd9\x58\x24\x45\x48\x33\x38\x86\xa2\xa6\x38\x9a\x12\x0d\x47\ \x18\xca\xab\x69\xea\x18\xea\xaa\x89\x9a\x1b\xdb\x67\xa4\x19\x7b\ \x67\x95\x44\x54\xa4\x36\xb6\xce\x74\x07\x2f\x75\x05\xa5\xbf\xca\ \xb7\x7f\xf4\xc0\xd5\xca\xc5\xde\x2c\x41\x55\x50\xdc\x9a\x66\xa5\ \xa8\x28\x26\x26\x2a\xf7\x9c\xc6\x67\xaa\x4a\x0b\x4a\xf3\x67\x9a\ \xb6\x83\x57\x99\x4f\x6a\xde\x71\xb3\x5f\x16\xdd\x6a\x47\x6a\x37\ \xcf\xd7\x17\xb7\x07\x2f\x0e\x47\xb6\x8f\x16\xfd\x2c\x1d\x4d\x7d\ \x5b\x92\x60\x86\x06\xd3\x88\x28\x6f\x14\x16\x64\xab\x6b\x61\x95\ \x5f\x98\x90\xe2\x7c\xbf\x86\xa8\x02\x33\x40\x65\xa5\x15\x15\xef\ \x8a\x91\xc9\xf2\xd2\xd2\x77\xe5\x80\xc8\x22\x42\xb8\x8a\x11\x81\ \xc2\x22\x82\xef\x1b\x5c\x8a\x07\x6e\x50\xee\xbe\xb4\x98\xb4\x32\ \x51\xee\xae\xb4\x90\xc1\x8b\x8d\xe5\xe5\xd4\xbd\x9c\xd4\x99\x13\ \x5f\x29\x7e\xac\x96\x25\x37\xa1\xbe\x3e\x59\x8a\xbe\x93\xe6\x6a\ \x0b\x27\xa0\x5b\xb8\xb8\xbe\x7c\xe5\xfd\xc8\xd5\xc5\xd5\xd3\xc9\ \xdc\xcc\x58\xc7\xec\xc1\x83\xa7\x9e\x4f\xc0\x0b\x45\xf7\xc6\x9e\ \x1f\x6f\x81\xb2\x1c\xdc\xcd\xa4\x3b\x72\x78\x3a\x05\x2c\x21\xbd\ \xa5\xf6\x90\xf5\x89\x4e\x63\xaf\x8f\x98\xfe\xf8\xf4\xf6\xe4\x2b\ \x95\x75\x32\x52\x6d\xd9\x39\xe5\x3b\xd8\x72\xb1\x4c\xa7\x59\x3b\ \xb6\x48\x89\xeb\x2f\xfa\x51\x4d\xb1\xaa\x9b\x49\x7e\x96\xaa\x49\ \x96\x23\x23\xb5\x96\x96\x7c\xb4\xa7\x45\x85\x65\xf9\x69\xec\xdc\ \x84\xc2\x98\x98\xb0\x97\x9e\x99\xa1\x45\x05\x69\x75\x11\x01\x39\ \x41\x0b\x75\xdd\x1b\x8d\xb3\x4b\xa3\x39\xc3\xf3\x55\xf3\x0b\xa3\ \xcb\x7b\xc7\x8d\xf3\x21\xb1\xa1\x99\x89\x6f\x2f\xd8\x83\x83\xdb\ \x6c\xd6\x38\x7d\xb1\x85\xc1\x98\x98\x18\x3f\x1c\xa4\x0e\x1e\x5e\ \x8c\x9f\x32\x4f\xd9\x54\xf6\x57\x3a\x75\xbb\x72\xf5\x8e\xcd\xea\ \xd9\xf5\x9b\xd5\xdb\xee\xa1\x37\xbf\x7a\xad\x57\xe7\x38\x15\x77\ \xe8\x07\xcf\xae\x7f\x75\x8c\x72\x1c\xa1\xc8\xef\x86\x86\x5f\x2d\ \x0d\xb7\x15\x77\xb8\x54\xf6\xed\x47\x57\x77\x48\x70\x6c\x78\x78\ \x56\x51\xfc\x53\x6f\x6f\x77\x3b\x17\x67\x13\x73\x73\x13\x13\x13\ \x43\x15\xf5\xbb\x77\x0d\x74\xe4\x54\xb4\x8d\x74\x0d\xf5\x8c\x4d\ \x0c\x0d\xad\x9c\x6d\x9f\x3e\x7b\xe0\x6d\xef\xe9\xe4\x6a\xae\x67\ \xa0\x6d\xac\xa7\x29\x2b\xa7\xa3\x69\xf1\xe8\x61\xde\x53\x5d\x3d\ \x3d\x3d\x03\xfb\xc8\x83\x2b\x85\xfa\xb5\x76\x09\xc4\xd8\x74\xf2\ \x82\x32\xd0\xd7\xf7\xef\xdf\xbd\x67\x64\xec\xe4\x5a\x58\x94\x12\ \x57\x94\x5e\x11\xde\x35\x3a\xdf\x18\xec\xdf\xbc\xdc\xd8\xd7\x57\ \xd7\xd7\xb5\xb2\x5c\xd5\x15\xec\x1f\x19\xe4\x9f\x52\x94\xdb\xd8\ \x58\xf4\xea\xb9\x95\xd3\x83\xc7\xcf\xe2\x32\xe3\xa8\xc9\x28\x2c\ \x8f\xb8\x20\x0f\x32\x96\x1e\x9c\x88\xf2\x01\x5f\xe7\xf5\xed\x0a\ \xe7\x9c\x92\xe5\x1e\x2b\x35\x28\x35\xb1\x20\x2e\x2e\x33\x3e\x3d\ \x2e\x2b\xa5\xa8\xe0\x45\x69\x56\x45\x7e\x69\x4a\x56\x44\x70\x78\ \x7c\x6c\x18\x70\x84\x09\x89\x41\x41\x61\x91\x54\x4c\xdb\xbb\xb6\ \x26\x0f\x87\x6c\x8f\xe4\x8e\xfa\xa8\x6c\x02\x37\x66\xfa\xdb\x9d\ \xdd\xcb\xcf\x37\xab\xb0\x5f\xed\xe3\x87\xdd\xcb\xeb\x7f\x61\xd3\ \xd5\xee\xf7\x9b\xcb\x5d\x1b\x1b\xe0\x38\xcf\xfe\x74\x67\xf9\xfc\ \xd9\x35\xe8\xf3\x7f\xd7\x0d\xff\x68\xa9\xbf\x16\x04\xff\x2c\x07\ \xde\xf1\xf9\x2b\x05\xe2\xd7\x95\x3e\x3e\xbf\x6f\xe7\x73\xd6\xde\ \x01\x04\x56\x7d\x76\x65\x14\x2e\x30\x30\xca\x01\x27\x43\xc0\x61\ \xb5\x10\xdc\x40\xb3\x60\x00\xb2\x78\x11\x38\xe0\xe7\x04\xb8\x04\ \x78\x11\x48\x04\x06\xc9\xcf\x85\x01\xf6\x8f\x07\x05\xa8\xa3\x05\ \x0c\x1a\x1a\x5c\x86\x02\x24\x43\x83\x23\x09\x40\x9b\xe1\xb0\x32\ \xc0\xa6\x41\xde\x20\x30\xc0\xbb\x61\x00\x7e\x80\x08\x83\x83\xc3\ \xb8\xd0\xd0\x20\xa2\x65\xc0\xbd\xc0\xbe\x75\xa0\xcf\xc0\x41\xbc\ \x5c\xd0\x61\x22\x65\x30\x1e\x18\xa0\xa6\xd0\x58\x02\x0e\x30\xcb\ \x01\xf8\x4f\x24\x56\x06\x83\xe4\xc1\x20\xd0\x18\x0c\x3f\x37\x5c\ \xa9\x04\xd2\x8e\x17\xc5\xcd\xc7\xcb\x2d\xc8\xcf\xcb\x83\xe1\x01\ \xca\x0b\xe7\x20\x03\x00\x08\x1e\x19\xa8\x2c\x19\x34\x8a\x8f\x0b\ \xf7\x4f\x5c\x78\x64\x40\x6c\x58\x70\x5a\x98\xff\x4c\x73\xe2\xa0\ \x92\xe9\x79\x6c\x73\x6a\x6e\x81\x7f\x79\x5a\x45\x91\x7f\x5d\x5c\ \x7c\x50\x79\x48\x64\x4a\x56\x5c\x63\x6b\xf8\x8b\xb2\x34\x60\x0d\ \x53\x32\x4a\x22\x9d\x28\x30\xbb\xfd\x7f\xef\x27\xe1\xb0\x88\x9a\ \x49\x20\xb7\xe0\xfc\xe6\x06\xe0\xed\x1a\xe0\x94\x1b\xc0\x9f\x62\ \x12\xdc\xfa\x82\xc7\xc3\x71\xcf\x24\x45\x20\xb5\x94\xa3\x1b\xc8\ \xa4\x9e\x1e\x12\xa9\x27\x5a\x91\xc8\xc9\x92\x6a\xc0\x93\x60\xf6\ \x3b\x6c\x17\x85\xdd\x11\x44\x22\xbe\x78\x92\x42\x06\x18\x80\x37\ \xa1\xdc\x26\x90\x82\xbb\x85\x43\x0a\x27\x61\x4a\x3c\xcc\xca\x23\ \x4b\x6a\x1b\x19\xda\xe9\xca\x1b\x3e\x76\x7d\x59\xe4\x6a\x5f\x90\ \x5e\x58\x96\x1b\x39\xdb\xd7\x18\x5b\x95\x58\xea\xea\xfe\xd2\xde\ \xce\xd9\xdb\xdd\xd3\xd5\xe9\x91\x6b\xc5\x72\x57\x84\x8b\xae\xf3\ \xb3\xc7\x89\x79\xf8\x7b\xe1\x5e\xeb\x9b\x96\xe2\xbc\xc9\x6d\x5a\ \x82\xeb\xac\x85\x89\xc5\xea\xea\x24\xaf\xce\xa4\x93\x93\xed\x71\ \xfa\xe1\xf6\xe1\xe0\xba\x63\xb5\x5f\x4b\xa7\xa3\xaf\xa0\xa9\xa5\ \xaa\xb8\xb8\xb8\x94\x69\xa3\x34\xc9\x20\xf4\x6d\xe4\x8b\x57\x19\ \xe9\x8d\x71\x25\xee\xc6\x8a\x8a\x7a\x66\x2a\x26\x06\xa2\xa2\x62\ \x8a\xc4\x68\x38\x54\x47\x5a\x48\x51\x11\xee\xe6\x81\x9b\x0f\x89\ \xd1\x0d\x93\x64\xe5\x86\xf7\xc5\xd2\xa2\xca\xc0\x86\x8a\xca\x8a\ \x09\x49\xe3\xf1\x8a\xd2\x92\x42\x72\x4f\x53\x5f\x3c\x4f\xcb\x74\ \x7e\x98\x37\x38\x22\x21\xc0\x8d\xb2\xe6\x73\xf0\x08\x8c\x4a\xd6\ \xea\x68\xcf\x0e\xdc\x6a\x4c\x4d\xcb\xcc\x2a\x49\x2f\xc8\x78\xfc\ \xc2\x33\xbf\xec\x61\x45\x5a\x66\xe3\xa7\xb7\xd4\xa5\xb7\xc7\x9d\ \xdb\xbe\x47\xe3\x2c\xb7\xca\x74\x8a\xa2\xa4\xbc\xa2\x62\xa9\x1f\ \x75\x83\x7a\x6a\xa9\x90\x04\x10\x44\x9f\x60\xb8\x2d\x6d\x6d\x8e\ \x7c\xea\x05\xc0\xa2\xb3\xd9\x3f\x68\x96\xd6\xd6\x87\x2d\x12\x1a\ \x3f\xe8\xa6\x53\x87\xb5\x7e\x6e\xeb\xa6\x5e\xe3\x87\x9d\x87\x53\ \x0a\x49\xdb\x5e\xfa\xbe\x8b\x6e\xd5\x1a\x1a\x51\x8c\x67\x25\xa5\ \xb9\x85\x69\xf3\x8f\x73\x0b\x5f\xa7\xf9\xbf\x7c\x12\x11\x9e\x90\ \x50\xd8\x18\x10\x17\x5a\x3e\xdb\xdd\x35\xdf\xb7\xbc\xbc\x03\xac\ \x60\xef\xcc\x68\xd7\x06\x9b\xfe\xa5\xb9\x35\x31\x24\x33\x33\x71\ \x83\x7e\xf8\x96\x76\x34\x4e\xa5\xd2\xe9\x34\x06\xdc\x7b\x73\x74\ \x7e\xd8\xd9\xd9\x79\x42\x7b\xfb\x96\xcd\xa2\xfb\x56\x9e\xdd\xb9\ \x3e\x5b\x85\x95\xf3\x6b\x68\x67\x20\xa9\x38\x25\x77\x4e\xf9\x0a\ \x16\xda\xe7\x38\xf3\xbb\x38\xf3\x3d\xff\xd4\xaf\x6e\xff\x71\x1a\ \xb0\x6e\x3b\x1a\xe6\x38\x15\x30\xcb\x90\xde\xd6\x98\xe0\xcc\xb8\ \xf8\xa2\x8a\x3c\x17\x0b\x20\x9d\x1e\xb9\x5b\xd9\x99\x9b\x18\x19\ \xa8\xdd\x55\x03\xd2\xea\xfe\x3d\x75\x43\x63\x33\x1d\x5d\x73\x43\ \x63\x0b\x33\x67\x7b\x7b\x38\xf7\xcb\xc9\xf9\xa9\x9d\xb9\x9e\xb9\ \x95\x91\x91\x21\x78\x21\x31\x31\xb7\x7b\xee\x62\xef\xf2\xd4\xd6\ \x4c\x53\xdb\x48\xc7\x36\x73\x10\xd3\x51\x3f\x34\x1d\x98\x4a\x94\ \x95\xbb\x27\x2b\x29\xab\xa6\xe7\xfc\xe8\x59\x56\x78\x4a\xc5\xa3\ \xd2\xb8\xd8\x8d\x4f\x07\x5d\x39\xa1\x5d\x07\x3b\xcc\x8d\xba\xde\ \xbe\xa5\xf9\xe5\xde\xc4\xa0\xc4\xc8\xb8\x8a\x82\x90\xe1\x85\x84\ \x97\x4f\xdc\x5d\x1f\x3e\xcf\xf3\x0f\x4e\xac\x1e\x02\x12\x80\x5f\ \x40\x10\x7b\xba\x99\x50\xeb\xf3\xa7\xc7\x75\xf5\xcd\x1d\x8f\xf3\ \xd6\x2f\x9f\x02\xfc\xfd\x23\x52\x0a\xe3\x33\x4b\xc2\x23\x5e\xa6\ \x17\x65\x94\xbe\x28\xc8\x2f\x2c\x2c\xcc\x2a\xa9\x28\x09\x08\xcb\ \x2c\xf7\x8f\x4c\x01\xf8\x4d\x09\x9a\x10\xd0\x4a\xee\xe8\xa8\xcc\ \x0e\xcc\x8e\xe2\x31\x15\x47\x22\x85\x81\x7f\xfe\xf9\xf9\xf2\x66\ \x0e\x36\x90\x5e\x4e\xbf\xfb\x78\x03\x3e\xdf\x5c\x5e\x7e\xbe\x1c\ \xfb\x70\xb3\xfa\xe6\xdb\xd9\x4f\xce\xb2\xa1\xcf\x2f\x37\xe8\x73\ \xe7\xaf\xc5\x3e\x91\x5f\x7d\xf1\x7f\x32\x65\xfe\xaa\xc6\x8b\xfc\ \x07\x31\x91\xff\x7f\x13\xc4\x9f\x60\x08\x9f\x9b\xa6\xf6\x8e\xca\ \xe4\xa6\xe4\xca\x40\x5c\x72\x60\x20\x41\xcb\x01\x8b\x41\x63\xe1\ \xca\x20\x50\x46\x10\x48\x08\x5e\x3e\x2e\x6e\x24\x37\x0a\x03\xa4\ \x10\x90\x57\xdc\x3c\x68\xc2\xad\x5d\x44\x80\x0b\xc1\x69\x24\x9a\ \x80\x05\x0e\x12\x88\x33\x04\x38\x87\x25\xc8\x68\xc1\x6d\x3d\x04\ \x0c\x02\xa3\x85\x86\xb1\x0f\x38\x04\x0f\x0f\x12\xc9\xc3\xcb\x8d\ \xe2\x45\x01\x05\x06\x13\xe3\xb9\x80\xec\xe2\xe2\xc1\xe2\x00\x82\ \x10\x08\x2e\x7e\x34\xb0\x9e\x80\x73\x08\x70\x97\x04\x04\x02\x8b\ \x42\x73\x73\xbe\x02\x8c\x0c\x1a\x88\x30\x2e\x58\x34\xe3\xe7\xe6\ \x06\xba\x8e\x5f\x9c\x9f\x87\x0f\x36\x84\x01\x79\xc5\x85\x72\x40\ \xf3\x20\x00\xe5\x90\x08\x82\x0c\x0a\xa8\x31\x02\xf6\x9f\xd6\x9c\ \x80\x98\x54\xff\xc2\xc2\xcc\xc4\xad\xa5\xd4\xab\xc5\xa9\xbd\xf2\ \x8d\xe1\xee\xaa\xe0\xae\xf0\x92\x8a\x94\xd9\xba\x84\x98\xe0\xc8\ \x88\xac\x84\xa0\x88\x46\xff\xb4\xd8\x90\xa2\xc2\x82\xdc\x92\xf4\ \xf0\x87\x0d\x35\x9c\x6e\xd1\xf7\x9c\x19\xcf\x70\xa0\x3c\xec\x4c\ \x87\xbb\x96\x61\x29\x9d\x13\x6e\xd7\x13\xdd\xa0\x48\x24\x47\x93\ \x48\xa4\x06\xe5\x68\x65\x12\x60\x17\x40\x18\x11\x8e\xf3\x82\x4f\ \x70\x22\x3c\x06\x0f\xe7\x2d\x93\x80\x2b\x24\xf7\xf4\xf4\x44\xd7\ \x14\x17\x93\x95\xc1\xed\x49\x40\xb6\x50\x80\x98\xea\x01\x87\xdc\ \x86\x35\x34\x4c\x02\xf1\x45\x86\xa3\x59\x01\xf3\x54\xac\x8c\x8d\ \x1f\xa8\xc8\xd9\x3e\x75\x7f\x52\x90\x11\x9e\xf5\x2a\x2b\x20\x24\ \xb1\xb5\xb9\xb1\x37\xf5\x81\x91\x85\xbd\x85\xb9\xed\xc3\x07\xee\ \xae\x0f\xac\xc0\x1f\xb9\x85\xb9\xb1\xd3\xcb\xb0\x60\xfa\x46\x31\ \x49\x6d\xe7\x62\xd1\xda\xf7\x70\x9d\xb5\xc1\x5c\x9a\xa0\x2e\xae\ \x2f\x2e\x8e\x6f\x56\x5f\x8c\xb8\x09\x2a\x7d\xdd\x3e\x3c\x19\x69\ \x59\xf4\xb2\xb4\xf4\x52\x50\x35\x95\x10\xe6\xe3\x13\x14\x10\x14\ \xec\x34\x27\x59\x04\x9d\x33\x9b\x53\x72\xba\xba\x77\x4a\x74\xad\ \xe4\xd5\x6c\x0d\xf5\x74\xd5\x84\x84\x94\x95\x49\xa4\x68\x22\xdc\ \x7b\xa3\x2c\xad\x1c\x4d\x21\xc3\x1d\xd3\xf0\x4b\x04\x28\x8e\x26\ \x09\x89\x12\xc5\x94\xe5\x24\x01\xd6\xa4\xe5\xf1\xd2\x70\x4d\x52\ \xaf\xc8\x39\x38\xc2\x5c\xcf\x4c\xfb\x4a\xc9\x54\x80\x87\x4b\x82\ \x07\xe3\x11\xe8\x10\x85\xc5\x34\x75\x24\x1f\xb0\x4f\x98\x53\x23\ \xec\xf1\x23\x1a\x83\x4e\xa7\x7f\xd9\xa3\x3b\xba\x99\x5e\x1c\x2b\ \x6d\x8e\xd3\xa8\x27\x9f\x0e\xa8\x13\x07\xec\xbc\x06\xbc\x22\x78\ \xbc\xe7\x9b\xdb\x53\x8e\x9b\xd5\xd5\x9d\x7e\x7e\x49\x7e\x83\x47\ \xd5\x9b\x27\x53\xbe\x53\x8b\x53\x9b\x0b\xcb\x00\x26\x07\xec\xab\ \xc3\xa3\x8b\xce\x24\x7e\x41\x05\x47\x5a\xb5\xb0\x3e\x2a\x99\x5f\ \x18\xed\x68\x29\x80\xd6\xf7\xf2\x73\x6b\xa9\x5e\xf7\x93\x50\x45\ \x06\xbd\x8a\xcf\x2f\x79\x5e\x92\x90\x91\x15\x9c\xe0\x1f\x52\xf2\ \x2a\x3d\x36\xae\x31\x26\xb3\xaf\x6f\xb8\x71\x79\xa6\x77\xa6\x6f\ \xf4\xd3\xce\x68\xdf\xf0\xce\x7c\x57\xd5\xcc\x1e\x6b\x7c\xb9\xb5\ \x2b\x38\x34\x36\x21\x76\x74\xea\xa8\x6b\xe7\xcb\x0f\xf6\xf8\x04\ \x9b\xf1\x95\x0a\x88\xd5\x02\x78\x55\xeb\x98\x74\x71\xc1\x9e\x6a\ \x83\xea\xea\xfa\x06\x3c\xf5\xae\x6f\x6e\x80\x9b\x81\x5d\xda\xc0\ \x18\x8a\x70\xb6\x0a\x72\xf6\x99\x40\xbf\xc7\x39\xfd\x7b\x57\xce\ \xea\x6d\x42\xc3\x2f\x99\x05\xd7\x09\x39\xf2\x6a\x6e\x55\xa4\xad\ \xaa\x6f\x34\x36\x32\xf8\x75\x56\x56\x56\xfe\x4b\x17\x33\x7b\x33\ \x3d\x2b\x3b\x57\xe8\x92\x65\x55\x74\x75\x81\x5d\x36\x30\x37\xd3\ \xd5\x35\x36\xb4\x80\x9f\xcc\x6d\x9d\x2d\xac\x6c\xdd\x1f\x3a\x3b\ \x39\xd9\x01\x3d\x6a\xa4\x6d\x6c\x02\x9c\xb4\x81\x8e\x89\x85\x91\ \x91\xcb\x13\xcf\x17\xcf\xbc\x5d\x9e\x7a\x3f\x7d\x94\xb5\x53\x8b\ \xac\x6c\xea\x13\xbb\xa7\xae\x79\x5f\xd7\xd8\xc4\xf6\x59\x5a\x4a\ \xf8\x0b\xfb\x07\xde\x4f\x22\x98\xc7\xb3\x2b\xe5\x5b\x8c\x89\x53\ \x16\xfd\x78\x63\x67\x66\x61\xbe\xbb\x2b\x24\xa8\x37\x32\x3c\xde\ \xbf\xb1\x79\xa9\x31\x25\xc3\xd3\xb5\xb4\xac\x24\x33\x75\xd6\x77\ \xc0\x41\x58\x8a\x0f\x25\x80\x1b\x59\x12\xf7\x81\x85\xb7\xb9\xdb\ \xaf\x7b\xf5\x4e\x3d\x83\xb1\x75\xd5\x17\x14\x1c\x9a\x10\x91\x92\ \x12\x11\x9e\x5b\x98\xfb\xba\xa2\xe2\x45\x69\x5e\x59\x59\x7e\x7a\ \x41\x7a\x7a\x61\x61\x44\x62\x70\x48\x5a\x78\xb8\xbf\x7f\x6a\xd0\ \xb2\x40\x72\x5b\xbb\xa0\x38\x32\x50\x4b\x58\x1c\x8d\x95\xd1\xba\ \xbe\x3e\xbb\x1c\x1b\xb8\xdc\x3d\x03\xb2\xf2\x43\xfb\x40\xff\x67\ \x9b\x37\x37\x6b\x43\xef\xa6\x2f\xfb\xc7\x2e\xbf\x5d\xef\x5e\x82\ \x1f\xa8\xc8\x1b\x9b\xbf\x8a\x52\x70\x3d\xf1\x17\xa9\x7c\xfe\xc8\ \xae\x5f\x88\xf2\xf9\xbf\x61\x0d\xff\x71\xec\xaf\x0d\x89\x7f\xb6\ \xf1\xc0\x53\xff\xde\xd4\xd7\xd7\x57\xc2\x3c\x2c\x2d\x19\x2d\x87\ \x40\x2d\x02\x16\xe3\x41\x20\xc8\xe0\x08\x48\x24\x80\x0b\x30\x6c\ \xbc\x18\x14\x54\x52\x68\x60\x12\xb1\x58\xe0\x10\xb1\x58\x58\xe7\ \x92\x41\x20\x08\x5a\x08\x19\x2d\x20\xaa\xb0\x51\x18\x02\x0e\xc0\ \x4e\x0b\xc0\x4e\x2b\x50\x0b\xeb\x00\x54\x96\x8c\x43\x20\xc1\x41\ \x4b\x2b\x3b\x90\x40\xf0\x00\x30\xc2\x61\x51\x10\x56\xe0\x1e\x81\ \x4b\xc4\x10\xb0\x08\x1e\x2e\x1e\xe0\x34\x91\x18\x24\x16\xc7\xcb\ \x0b\xee\x94\x00\x84\x12\xa7\x7d\x02\x8d\xe2\x9c\xc1\xe1\x80\x68\ \xd3\x42\x23\x31\x28\xa0\xa2\x80\x4b\x44\xc1\xd6\x08\x3e\x20\xd3\ \x24\x04\x04\x04\x05\xb8\xf9\xf9\x04\xf8\xb8\x05\x78\xb8\x51\xc0\ \x39\x72\x3a\xc5\x30\xe0\x96\xff\xf4\x35\x27\xa6\x96\xa7\xe5\x66\ \xe6\xa6\x95\xc7\xb6\xb6\xc6\xa5\x37\xe7\x44\x86\x36\xf7\x55\x05\ \xc7\x64\x79\x3f\x7d\x1d\x1e\x90\x98\x52\xf2\x3a\x2b\xac\x6b\xa6\ \xb7\xab\xf7\x53\x77\x49\xa4\x7f\x40\x66\x42\xc8\x53\x98\x1d\x03\ \xa7\x3d\xbf\xff\xdf\x64\x31\x27\xc1\x0f\x06\x0e\x93\x7a\xe0\xfa\ \x7e\x34\x85\x48\x04\x56\xb1\x87\x48\x26\x2b\xc2\xe1\xa9\x78\x40\ \x20\x3c\x9c\x9d\x0a\xd0\x45\xba\xdd\x5a\x5c\x43\xa4\xf4\x40\x93\ \x07\xa7\x4e\x70\x42\x64\x26\xdf\x17\x93\x81\x47\x24\x2a\x37\x28\ \xf7\x44\x03\xcc\xc1\x3e\x86\x49\x80\x3e\x60\x0c\xa3\x61\xfb\x04\ \x89\xe3\x07\x61\x8d\xeb\xae\x81\xb1\xb9\xb9\xae\x8a\x89\x93\x9d\ \x67\x45\xee\xab\xb2\x8c\xac\xf8\xf0\xde\xb0\xe6\xd6\xd6\xd0\x46\ \xe7\x7b\x9a\x86\xe0\x2f\xd9\xdd\xf3\xa1\x1d\x70\x5c\x66\x56\xae\ \x4e\x4e\x0f\x9f\x3d\x4b\xff\xf4\xa2\x47\x2f\x6b\x93\x4f\xc3\xed\ \xeb\x79\xf5\x21\x6d\x84\xcd\xa2\xd1\x68\xdb\xdb\xdb\x9b\x7e\x9b\ \x23\xdb\x53\x96\x8b\x5f\xa7\x0e\xb7\xfd\xaa\xad\x7d\x2d\xc5\xf9\ \x15\x24\x24\xc4\x25\x04\xa4\x24\xc4\x35\x54\xe3\x49\x4e\xe5\x1a\ \xac\xe1\x95\xe1\xe3\xe5\x99\x12\x15\x15\x79\x59\x3d\x5d\x6d\x83\ \xfb\x10\x58\x44\x22\xcc\xfb\x53\x94\xc6\x2b\x2b\xc2\xf5\x04\x3c\ \x38\x4f\x2e\xe6\xf4\xe7\xcb\xcb\x8a\x92\xc5\x64\x45\xe5\xe5\x65\ \xef\x4a\x8b\x91\x64\x15\xa5\x65\xef\x99\xbf\xa8\x68\x6e\xce\xb7\ \xd3\x93\x9c\x71\x1b\xe1\x47\x0b\x3b\x62\xd0\x84\xc0\xe4\x4a\x19\ \x4c\x76\x9b\xd6\xf2\xdb\xf9\xa5\x6d\x16\xed\xcb\xe6\xc9\xf6\x3a\ \xfd\x80\xc1\xd8\xd9\xa2\xb2\xd8\x5f\x37\x81\xe5\x1b\x9f\x78\x7b\ \xc5\x18\xdf\x63\xa7\xf4\x28\x4a\x2b\x93\xa4\x0b\x35\xd8\x17\x2d\ \x17\x4a\xbe\xb3\x5f\xc5\xbd\xb6\xad\xf9\x6a\xcf\x0f\x47\x36\x47\ \x92\x68\x27\xb5\xeb\x47\x0c\xe6\xdb\x15\x86\xdf\xe2\x89\x97\x84\ \xb5\xa3\x3e\x3f\x9f\x02\x86\x20\xbe\xae\xaa\xea\x2b\x05\x5e\xe1\ \xc4\xf9\xc5\x85\x05\x05\xa5\xf8\x04\x64\x08\x05\x65\x05\xe9\xb9\ \x69\xf1\x79\x45\x21\x29\x45\x61\x01\xe9\xaf\xe3\x63\x1b\x43\x82\ \x12\xaa\xe6\x87\xbb\x87\x97\x46\x97\x66\x36\x76\xb6\xb6\x96\xe7\ \x1b\xab\x72\xca\xab\xe6\xdf\xb2\xde\xf6\xb6\xb6\x8e\xe6\x04\xf9\ \x47\xa4\xd6\x5e\x55\xe5\xcc\x7c\x62\xfc\x60\x52\xd9\x3f\xde\xb2\ \xd8\x83\x49\x49\xd5\x2d\x8b\x6e\x6e\x17\x08\x20\x10\x80\x82\xfa\ \x79\xf3\xb1\x7e\xf7\x5b\x5b\x25\xf0\x49\xd7\xd7\xb7\x7c\x02\xf6\ \x10\x36\x89\x82\x33\xbb\x67\x6f\x7e\x75\x90\x8a\xdc\xc6\xca\xdc\ \x56\xb1\x56\xdf\xfc\x0a\x99\x01\x27\x61\xf5\x0b\xe8\xb3\xb3\x8b\ \xd6\xae\xba\x18\xff\xf0\x94\xc2\xb4\x92\xa2\xd2\x27\xf6\xe6\x26\ \x3a\xea\x7a\xf6\x86\x86\x86\xda\x72\xf7\x0d\x75\x75\x61\x73\x95\ \xae\x95\xae\xad\xb9\x85\x89\x9e\xae\xbd\x99\x95\xcb\x03\x3b\x5b\ \xf7\x27\xce\x76\xae\x4e\xba\x16\xba\xea\x9a\x7a\x66\x26\xda\xf7\ \xf5\x2c\x9c\x9c\x9d\x4c\xb4\xb5\xed\x1e\x3f\x7f\xf4\x3a\x25\x2c\ \x35\xcd\xf8\xbe\xde\x8b\x19\x37\x7f\x39\x75\x4d\x1d\x35\x63\xfb\ \x67\xe9\x09\xe9\x4f\xed\xac\x32\x9e\xa5\x87\x55\x1d\xb0\x7e\x30\ \x98\x0b\x0c\x2a\x6d\x8f\xb1\xd7\xcb\x60\x5c\xed\x2c\x2c\x34\xfb\ \x07\xc4\x84\x44\x44\x46\xa4\x56\xcd\x26\xbc\x7a\x52\x50\x51\x92\ \x19\x94\x33\xaa\xdf\x9f\x9c\x64\xca\x85\xe1\x21\x28\x9d\xff\x6b\ \x73\x5b\x69\xfb\x05\xac\xa1\xd3\xad\x85\x2f\xd5\x55\x91\xb9\x09\ \xf1\x01\xb9\x09\x61\xe1\x99\x05\x69\xaf\xca\xf2\xb3\xca\xb2\x32\ \xca\xb2\x4a\x2b\x72\xd3\xb2\xe2\x43\x53\x43\x82\x03\x72\x62\xfd\ \x73\xc2\x22\xe6\xd1\x1f\x3e\x78\x20\xb9\x80\x9a\xf1\xc8\x06\xb6\ \x10\x20\xfe\xf2\xc3\xe7\x8f\x1f\x2f\x6f\x6e\xd6\xa6\xfb\x07\x06\ \x3e\xec\xae\xce\x7d\x1f\xea\xf8\x70\x73\x09\x47\xb4\xef\x7e\xbc\ \xf9\x76\xe6\x73\xc7\xe6\x3f\x1d\x75\xc7\x86\x83\xa9\xff\x53\x59\ \xff\x6f\xbb\xcd\xef\xce\x05\x91\xbf\xda\xb5\xfe\xcb\x9f\x11\xf9\ \xef\xf0\x5f\x58\xf3\xb9\x81\x35\xac\x6c\x42\x72\x14\xe0\x14\xc1\ \x01\x56\xb1\xd0\x32\x04\xa0\x5e\x20\xa3\xb4\x00\x53\x50\x3c\x68\ \x19\x24\x2f\x0c\x6d\x00\x36\x0d\x81\x01\x74\x41\xe0\x00\xac\x08\ \x00\x28\x0e\x51\x0e\x0e\x00\x47\x5a\x1e\x00\x5b\x04\x0f\x2d\x07\ \x18\x52\x83\xd5\x8a\x02\x77\x05\xe0\xa7\xa5\x15\x15\x55\x99\xed\ \x01\x5e\x8a\xb1\x04\x07\x9c\x03\x01\x0d\xd8\x84\x45\xa3\x11\x38\ \x87\x40\x80\x32\x02\x70\x7d\x68\x14\x0e\xe7\x00\x4b\x5d\x58\x04\ \x8e\x80\x0d\x44\xf3\xc8\x70\xcb\x60\xb0\x1e\x5a\x81\x58\x0c\xc0\ \x1c\xc1\x01\x1e\x08\x3b\xac\x3c\x1c\x64\x78\xb8\x50\x38\x24\x8a\ \x07\xc9\x27\xc8\xcb\x2d\x2c\x80\x12\x40\x0a\x8a\x4b\x09\xf2\x2b\ \x08\xa0\xb8\xb1\x04\x14\x1f\x1a\x4e\x53\xe4\xfd\xa7\x7c\xa6\xae\ \x2e\x27\x28\x2e\x35\x34\x2c\xae\x3c\xb8\x39\x26\x74\x36\x35\x38\ \xa7\x2e\x26\x20\xd6\x3f\x2f\xe3\x55\x7e\x5c\x68\x48\x58\x5a\x9a\ \x7f\x77\xef\x4c\xce\xcc\xec\xb1\x7f\x57\x57\x4e\x70\x68\x40\xb0\ \x59\x31\xa9\x98\x33\x98\x1e\x8e\xcb\x81\x43\xe8\x01\x7b\xe0\x26\ \x95\x68\x38\x7c\x06\x28\xa8\x9e\x9a\x49\x0a\x29\x7a\x12\x46\x79\ \x4e\x42\x5b\x47\xa2\x00\x66\x4d\x52\xe0\x6c\x89\x06\x12\x9e\x5c\ \x4c\x22\xc2\x34\xe5\x06\x32\x99\xd3\x23\x0e\x44\x54\x0f\xf4\x91\ \xf0\x48\xce\x20\x78\x0a\x3c\xd1\x40\x06\x57\xc1\xac\x99\x68\xd8\ \x03\xff\x1e\xb8\x49\x40\x06\x45\x35\x60\x01\x2c\x4c\xcc\x8d\x5d\ \xcc\x5d\x1e\xe7\x3f\x72\xcf\x8d\x7c\x1d\x16\x14\xe0\x3f\x5c\x95\ \x38\x9f\x75\x4f\x56\xc7\xd9\xd6\xe5\xf1\xc3\x27\xae\xb6\x56\xc6\ \x26\x76\x86\xda\x46\x16\x9e\xf9\xfe\xf1\x91\x5d\xf3\xd4\x24\xc7\ \xa3\x11\x37\xeb\x45\x2f\xd3\xa3\x93\xaf\x5f\xe9\x74\xb7\xa4\x0b\ \xea\xa9\x86\x5f\xf5\xa2\xa5\x5b\xad\xa9\x63\x67\x75\x67\x6d\xb5\ \x92\xb0\xa3\x92\x82\x84\x86\xb0\x80\x84\x86\xa0\xbe\x42\x73\x8f\ \xdd\xbc\x29\x6d\x83\x39\xda\x3a\x5c\xf7\x54\x5b\x92\x28\x04\x6d\ \x32\xd0\xbc\x00\x00\x20\x00\x49\x44\x41\x54\xac\x89\x9c\x28\x51\ \x1e\x68\x2b\x3c\x5e\x5e\x99\x22\x29\x46\x54\x06\xb8\x8a\x06\x8e\ \x50\x51\x9e\x4c\x6a\x80\x8a\x52\x59\x56\x8c\x28\x24\x2a\x2b\x2a\ \x24\x2b\xa7\x26\x09\x04\x98\xb4\xac\xde\x8b\x2a\x77\xef\xcc\xc2\ \xf0\x34\xff\x13\x05\x25\x2e\x01\xcc\x14\x37\x0e\x81\x75\x88\x8a\ \x72\x08\x6c\xcf\x3e\x66\x31\xb6\xe8\xfb\x6f\xe9\x9d\x9d\xcc\xfd\ \xae\x85\xb7\x74\x1a\x93\x4a\xa3\xb3\xbe\x4c\x7c\x19\x1f\xe9\x3c\ \x67\xb3\xbf\x50\xbd\x02\x6a\x88\xf2\xa2\x9a\xde\x7b\x87\xdb\x9d\ \x13\x07\x7d\x8e\x3b\x0b\x5e\x96\x8e\xaa\xd6\x23\xb5\x23\x2d\x53\ \xfa\xeb\xdb\x87\xfa\x7e\x87\xeb\xa6\x96\x12\xd6\xfa\x8e\x9b\x83\ \x8b\xeb\x17\x49\x6e\x7c\x82\x0a\x4a\xc2\x8b\xb5\x9d\x54\x41\x41\ \x3e\x24\xd6\x01\x2d\xa5\x20\x05\x94\x7c\x3f\xf2\x79\xfe\xcb\xd7\ \x59\x21\xf1\x99\x91\x01\x99\x65\x25\x09\xf9\x15\xfe\xe1\x11\x01\ \x61\x55\xbd\xcb\x7d\xbd\x33\x75\xb3\x7b\x2b\x07\x1b\x4b\x7b\xcc\ \xa5\xd9\x95\x98\xba\xbe\xd6\xba\x59\xc6\x56\xf7\x7c\xb3\x7f\x78\ \x78\x5c\x42\x62\xcb\x97\xd6\xbe\x85\xe3\x8d\xe5\x2f\x54\xda\xca\ \x5b\xda\xd5\x61\xcb\x54\x4b\x52\xb5\x86\xe3\xbb\x5d\x9b\xd5\xb9\ \x9b\x6f\xef\x92\xb3\xd1\xc9\x02\xc2\x84\x9b\x6f\xd7\xe0\x09\x7d\ \xc6\x29\xf1\xcc\x71\xb6\xc4\xcd\x7d\xfb\x76\x76\xfd\xab\x8b\xd4\ \xe6\xb6\xdc\x6e\xf3\x57\x00\xd6\x6d\xeb\xe8\xad\xbe\x5a\x9d\xd3\ \xca\x59\xa8\x8a\x0d\xf1\xf7\x4f\xcb\xcb\x2a\xf3\xf4\x7c\xf0\xc0\ \xc2\x4c\x57\x4d\xfd\x3e\x90\x4d\x6a\x2a\x06\xda\x46\xe6\x46\xba\ \x56\x26\x16\xe6\x86\x46\xba\xf6\x76\x16\x76\x56\x66\x16\xf6\xce\ \xe6\x76\xce\xf6\x4e\x56\xf6\x56\x46\xe6\xda\x6a\xea\x7a\x16\x16\ \x00\x6a\x2e\xb6\xe0\xf7\x6d\x6b\x67\xfe\xf4\x45\xc2\xa7\x2f\xa3\ \xfb\x1b\xaf\x64\x4d\x9e\x66\x38\xa9\xab\x1b\x58\xd8\x3f\x7a\x59\ \x14\xfe\xd4\xd8\xf6\xc9\xf3\x87\x2f\x1f\x06\xe5\x2c\xcc\x52\x07\ \xdf\x32\x97\xf6\x18\xd4\x89\x89\xd3\x63\xc6\x29\x63\x65\x65\x67\ \x38\xa4\x3c\x34\x34\x3c\x22\x64\x7e\x34\x28\xf7\x59\x7a\x6e\x6e\ \x70\x79\x4a\xdd\x8a\xea\x18\xa1\xf6\xd0\x0f\x85\xe4\x71\x33\xf5\ \x59\xbd\x5d\xbf\xe3\x7c\xb4\xb1\x39\x3b\xdf\xe9\x9a\x19\x61\x95\ \xfb\x07\x64\x05\xe7\xc6\x85\x64\x66\x85\xe5\xa6\xc7\xc7\x67\xe5\ \x95\xe5\x45\x16\xbc\x28\x2d\x29\x2c\x28\x0b\x09\x08\x08\x0d\x4b\ \x0b\x0b\x8e\xad\x8a\x8d\x5c\x49\xfe\x39\xd0\x51\xd9\xde\xd6\xde\ \x31\xd4\xdf\x76\x79\x76\xf9\xfd\xf2\xe3\xc7\xb5\x8f\x63\xd3\x6b\ \x03\x03\x43\x43\x63\x40\x6b\xdd\x4c\xbf\x1b\x1a\xfa\x38\xf0\xe1\ \xdb\xf5\x37\x60\x0c\xbf\xef\x72\x22\x63\x7c\x7e\xe3\x66\xf5\x06\ \x36\x3e\xdc\x6a\xad\x3f\xc1\x0d\x77\xee\xfc\x5f\x7e\xfd\x29\xcd\ \x8b\xfc\x5f\xa0\xfd\x9f\xd1\x3a\xe0\xd4\xbf\x97\x1d\x30\x23\x39\ \x39\x90\x10\x15\xe8\x80\x93\x71\xc0\x01\x44\x20\xd0\x38\x24\xc7\ \xe9\xc1\x42\x16\x0e\xe8\x1e\xe0\xe3\x30\x04\x0c\x30\x6a\xe0\x08\ \x1c\x44\x89\x96\x16\x2c\x9d\x47\x69\x61\x3d\x3c\x00\x5b\x30\x04\ \x2d\x2d\xe0\x26\x65\x70\xd9\x95\x32\x08\x1c\x2e\x3b\xdb\x23\x39\ \x10\xe0\x26\x90\x10\x98\x0d\x47\x7a\xc3\xf4\xfe\x28\x07\xad\x7a\ \x02\xd6\x03\xc7\xc3\x85\x04\x80\x8a\x22\x10\x30\x38\xb8\xb3\xc6\ \xa3\x03\xf0\xc9\x23\x2a\x10\x2e\x54\x06\x06\x26\xcb\x38\x24\x67\ \x03\x4c\x61\xb0\x81\x30\x9e\x0b\x7c\x40\x02\x95\x05\x1e\x0d\xa3\ \x85\x03\xf2\x8b\x47\x9c\x1b\x9a\x40\x5e\x34\x4a\x40\x42\x5c\x9c\ \x8f\x97\x8b\x5f\x8a\x9f\x1b\x8d\xe4\xe7\xe7\xe6\x45\xf3\xf0\x4a\ \xfd\xe3\x1f\xda\x18\xd3\x15\xe3\x9f\xd0\x3b\x9b\xb3\x55\xd5\xdb\ \xd7\x38\x9c\x5a\x57\x9e\x9a\x33\xdc\x9a\x96\x1f\xd6\x1b\x11\x91\ \xd2\xba\x90\x1a\x1b\x14\xe3\x5f\x95\x93\x38\xdf\xd7\x5c\xde\x15\ \x1b\x3b\xda\x18\xa0\xfc\xbe\xa7\x01\x8e\x7b\x86\x23\x73\x26\xe1\ \x76\x67\x0a\x30\x45\x70\x78\x6a\x4f\x43\x31\x5e\x31\x5a\x19\xce\ \x7b\x06\x7e\x09\x50\x8b\xd8\x13\x8d\x9f\x24\x53\x94\x61\x24\x03\ \xb0\x78\x78\xe5\x68\x00\x31\x0a\x1e\x1a\xc3\xdb\x35\x42\x58\xab\ \x87\x19\xf0\xc5\x0d\x3d\x9c\xa1\x59\x3d\x78\x72\x03\xf0\x8e\x70\ \xcc\x17\x69\x32\x9a\x04\xef\x12\x00\x81\x0c\x8b\xef\xd1\xe0\xde\ \x45\x0d\x4d\x74\xcd\x8d\xed\x8d\x0d\xed\xed\x9d\x2b\xbc\x5f\x64\ \xa5\x55\xc4\x35\x26\xe6\xf4\x0e\xef\xcf\xd7\xa9\xc8\x1a\x7a\x3e\ \x7c\x92\xff\xf8\x91\x8b\x99\x89\xae\xce\x83\x97\xfe\xdd\x9f\xa8\ \x27\xeb\xeb\x70\x78\x87\x63\x8b\xdb\xd4\xba\xe9\xc8\xbe\x97\x1f\ \xed\xf4\x07\x75\xdd\xab\x3a\xa9\xe5\xa4\x73\xdd\xcf\xd1\xd4\x31\ \xc9\xcf\xcd\xd7\xd2\xcf\x1a\x4e\xcf\x36\x15\x56\xd2\x10\xe0\x52\ \x55\xd5\xf7\xd2\x18\xc5\x5b\x8c\x8a\x6f\xee\x6f\x6d\xf5\x55\xc5\ \x1b\x19\x88\x35\xc8\x9a\x98\x8b\x29\x2a\x93\x89\x24\x00\x22\x45\ \xe9\xe2\x62\x45\x49\x79\x0a\x84\x17\x1c\x60\x8d\x2f\x2e\xc6\xc3\ \x79\xd6\x8a\x92\xa2\x42\x42\x92\xb2\x6a\x70\x3a\xbd\x98\xa2\x98\ \xbc\xb4\x45\x6a\x48\x90\x89\xae\x93\x85\x99\x4b\xe3\x57\x1e\x1c\ \x3f\x8f\x70\x8b\x20\x12\xe3\x01\x7f\xc1\x81\x6d\x88\x19\xc6\xfe\ \x27\xea\xd1\x27\xf6\xc4\x15\x9b\x71\x7c\x54\xbd\xbd\xbe\x7d\xca\ \x1a\xa7\x8f\xb3\x0e\xab\x19\x17\x23\x53\x53\x9f\x26\x8e\x46\x49\ \x8a\x62\x77\x4d\xea\x7c\x19\xd4\xa4\xce\x3e\x7f\x26\x7b\xf0\xc7\ \x61\xa7\xa3\x97\x25\x9c\x20\xae\x64\xe9\xbb\xa9\x24\xd5\xf2\xa9\ \x5a\xa2\x73\x7d\xa4\xd3\x37\xc9\x92\x4f\x43\x40\xdc\x51\x58\x50\ \x02\x87\xe1\xf3\xd2\xd0\xb7\x94\xe0\x15\x14\x46\x2a\x48\x20\x70\ \x81\xd8\x36\x5f\x97\xfc\xe7\x25\x79\x61\x01\x09\x99\xe9\x11\xfe\ \xcd\x55\x21\x15\xfe\x09\xe1\x31\xad\xc3\x33\xcb\xdd\xa3\xa3\xb3\ \x5b\xcc\xd1\xbd\xa5\xf9\xd6\xde\xf9\xee\xc6\xaa\xaa\xd4\x88\xc6\ \xe6\x15\xe6\xc6\x4c\x4c\x6c\x5d\x55\x78\x68\x58\x6f\xed\x71\xdd\ \xfc\xd2\xca\xc2\xce\x31\xf5\x2d\x73\xe2\x8a\x06\xfb\xbf\xaa\x93\ \x78\x2d\x85\xfb\xa1\x4c\xe8\xe7\x42\x75\xa0\xa9\x01\xfc\x63\x9c\ \xc6\xc7\xd5\xb9\xdb\x35\x3f\x40\x21\x11\x9b\xeb\xdb\x80\x06\x4e\ \x2f\xe9\x9b\xdb\xee\xac\x5f\x52\xeb\x57\x10\xd6\xaf\xf2\x15\x38\ \xee\xdb\x55\x64\xdd\x6c\x4e\x66\x50\x7a\x6e\x51\xa1\xa7\x93\xab\ \x91\xb9\xf7\x03\x5d\x1d\x39\xb1\xfb\x06\x40\x2d\xeb\x18\xe8\x18\ \x69\x1b\x6a\x9a\x18\xc2\x56\x5b\x3b\x17\x38\x32\xde\xc8\xd8\xde\ \xc9\xcc\xd6\xc4\xd8\xca\xc8\xc2\x4c\x5d\x4f\x47\xcf\x0a\x48\x2f\ \x33\x73\xfb\x07\x66\xf6\xae\xae\x0f\x1e\xbd\x8a\x59\x66\x5d\x1c\ \xf9\x26\x65\xdd\x73\x5a\xa1\x97\x1a\x5b\x79\xbe\xcc\xcb\xf3\xb6\ \x75\xb1\xb3\x70\x0f\x4b\x71\x7d\xf4\x38\xd1\xbf\x6f\x74\x67\xeb\ \xcb\x17\xe6\x0a\xf3\xea\x2b\x9b\xc9\x62\xd1\x26\x96\xdf\x32\xbb\ \x9a\x83\xc3\xd2\x72\xe3\x22\x99\x4b\x45\xaf\x9f\xbf\x4e\x08\x48\ \x8c\x8c\x68\x3d\x9d\xea\xf7\x50\xf2\xa2\x39\x2a\x20\x2f\x84\x7d\ \x38\x81\xce\x9c\xd5\x02\xb8\xc4\x79\x47\x89\xb9\xb5\xc3\x4c\xea\ \x0b\x4e\xcb\xf2\x8f\x09\x2f\xf1\x2f\x8f\x2b\xcc\x8d\x2c\x28\xc8\ \x7d\xf5\x22\x37\xa1\x2c\xb3\x30\x3e\x2d\x2b\x2e\x2c\x24\x32\xb5\ \xe4\x75\x62\x50\x6c\x73\x77\xf8\x8f\xec\xcb\xe9\xb1\x81\xfe\x7e\ \x60\x00\x07\xfe\xbd\xfe\xfc\xfd\x12\xbe\xad\x7d\xfc\x38\x30\x30\ \xd6\x3f\x74\x79\x76\xf3\x73\xba\xad\xff\xdd\xc0\xbb\x0f\xbb\xdf\ \x76\xfb\xdb\x06\x86\x3e\xda\xf8\xd8\xd8\x70\xe0\x74\xdb\x41\xfa\ \xf3\xe7\x6d\x0e\xc3\xaf\xca\xd6\xad\xd1\xf3\xe1\xf4\x6a\xfd\x87\ \x25\x91\x3f\x35\xf8\xdf\x6e\xf1\x57\xc3\x96\x8f\xcf\x7f\x49\xcb\ \xe0\xd2\xe9\xfa\xca\xfa\xec\xe4\x64\x0f\x07\x0f\x02\x30\x6d\x32\ \x68\x2d\x58\xa2\x02\x08\x82\x5b\xa0\xb9\x51\x40\x31\x01\x62\xf1\ \xa0\x78\xb0\x1e\x68\x34\x06\x01\x89\xe6\x00\x07\xeb\xc0\xe6\x77\ \xa0\x7f\xe0\x87\xe4\x64\x20\x9a\xb4\x3c\xe0\x14\xd6\xc0\x40\x19\ \x34\x20\x9a\x07\x14\x59\x84\xa8\x64\x80\xb6\xa8\xec\x28\x28\xb9\ \xea\x03\x11\x0e\xf5\x80\x8b\x1e\x81\x51\x40\x44\x61\x01\xe9\xa2\ \xb2\x03\x93\xb3\x71\x38\x70\x01\x4e\x2b\xbb\xa9\xa3\xb2\xa9\x32\ \x4a\xcb\x43\xcb\xa3\xb2\x29\xaa\xde\x83\x03\x40\x07\x2d\x40\x50\ \x60\x44\xb1\x51\x58\x02\x21\x2a\x4a\x86\xd3\xdd\x8e\xc1\x05\xe2\ \x08\x0e\x08\x1e\x14\x9f\x8c\x07\x16\x85\xe0\xe1\x46\xf3\x71\x23\ \xb0\x40\x0d\xa2\x50\x5c\xff\x94\xc7\x04\x55\x05\x27\xa6\xc6\x36\ \x7f\x99\x99\x8f\x89\xa9\x8a\x4d\x2c\x2f\xcf\x8c\x28\x1f\x5d\x2a\ \x4f\x0f\x2a\xcf\x7c\x5d\x11\xd6\xdd\x1b\xe0\xef\x9f\xf1\xba\xb1\ \xb5\x79\x74\xb8\x2e\xa7\x24\x6d\x78\x29\x2b\xba\x81\xb3\x59\x06\ \xb6\x1b\xc0\x7c\x51\x70\x62\xb2\xa1\xb8\xa1\x66\xb2\x81\x58\x3c\ \xa9\x4c\x26\x73\xda\x10\x80\x05\xec\xe9\xe9\xc1\x13\xf1\xb0\x36\ \x4d\x69\x98\xc4\x73\x36\xdd\xd4\xd4\x70\xd6\x11\x01\xde\xc8\x78\ \xa0\x9f\xa2\x8b\x7b\x00\x94\xa0\x1d\x84\x35\x2a\x12\xb0\x8e\x94\ \xe8\x9a\xc9\xe2\x1e\x45\x0a\x3c\xb4\x06\x76\x62\xd5\x00\x1e\x02\ \x98\x51\x80\x0b\x05\x8c\xc3\xab\x69\x9b\x03\xbf\x67\x2b\xe4\x92\ \x57\x5a\x56\x96\x51\x91\x9b\x92\x1e\x93\x33\x9b\xd3\x3c\x1b\x34\ \x6a\x28\xa7\xf7\x3c\xff\xa9\x8b\x93\xcb\x8b\xf8\xb4\xaa\xf9\x53\ \xda\xe1\xf6\xd4\x76\xa7\xaf\xbe\xb5\xaa\x92\xdf\x88\xa5\xa5\xd7\ \xa1\x9b\x6a\xf5\xba\xe3\xfa\x05\x9d\xde\x52\x3d\x55\xbb\xe8\xe8\ \xd5\xe2\xa6\xa0\x64\xaa\xa4\xa0\x61\xa9\xa1\xaf\x2a\x21\x6e\xad\ \xa1\x6a\xaa\xaf\xe1\xa7\xa4\xef\xe5\x98\xa4\x5a\x45\xb6\x9b\x17\ \x3f\x3a\x3e\x18\x8d\x08\xf7\x56\x97\xa4\x90\x44\xd5\xd4\x95\xf1\ \x00\x57\x78\x12\x1e\x68\x45\x8a\xb2\x98\xa4\x24\x9c\xb5\x48\x54\ \x06\x9a\x0b\x18\x5e\x65\x98\x51\x7f\x57\x4e\x88\x24\x29\x27\x29\ \x2a\x27\x27\x29\x8f\x27\x89\x19\x97\xc6\xbb\x3e\xaa\x72\x37\x53\ \xb9\xa7\x63\x98\x51\x8e\x44\x09\xf3\x28\x79\x01\xe5\x83\x25\x68\ \x35\x65\x47\xb5\x0b\x37\xb3\x8e\x77\x0e\xa8\x54\xd6\x1e\x95\x79\ \xbe\x4e\x65\xb2\x0e\x69\xfb\x8c\x25\x26\xfd\xc7\x04\x90\x81\x6e\ \xac\x11\xa9\xf5\x9d\xce\xe7\x35\xf8\x7b\xfe\x1a\xbe\x8b\xe7\x6c\ \xda\xc6\xd5\x29\xeb\xeb\x71\xd8\xe8\xd6\xc9\x7a\x6d\xa7\xc2\xe2\ \xb6\x97\x5b\x6d\x35\x8d\xcd\x64\x6c\xfa\x5a\x5a\x4a\x28\x28\x88\ \x2b\x08\x9b\x4a\x78\x55\xfb\x1e\x30\x8e\x68\x08\x94\x00\x2f\xaf\ \x4c\xe7\x88\xdb\x66\x35\x37\x1a\x85\xe4\x0e\x7d\x59\x5a\x54\x14\ \x1f\x19\x96\x10\x9e\x99\x1b\xdc\x0d\xd0\x10\x13\x50\xb7\xd1\xb5\ \xd2\xdb\x3d\x3b\x3a\xb3\xb2\xb5\x30\xba\xb0\xb4\x3c\xdb\xb5\x32\ \x93\xd8\xd8\x58\x1e\xdb\xd5\xd8\xbd\xb1\xb7\xd4\x58\xde\x58\x15\ \x1c\x1f\x5e\xb2\x72\xd4\x3d\x3c\xbb\xbc\xf1\xe9\xf8\xf4\x0b\x8b\ \xcd\x62\x51\xbf\x2e\xd6\x8e\xf8\xf2\x6a\xd4\x4e\x09\x22\x9b\xc6\ \xc0\x1f\x20\x6f\x2d\x4f\x35\x4f\xd3\x4f\x58\x5e\xe7\xf4\x36\xdc\ \x81\xdd\x55\x40\x6c\xdd\x40\x62\xfd\xda\x9f\xc3\xd9\xf6\x7c\x1b\ \x2b\x03\xd5\x97\xcd\x6d\xe1\xfd\xd7\x2a\xe1\x9c\xc8\xf7\x99\xf0\ \xe0\xa0\x88\xf4\xf8\x8c\x87\x2f\x9f\x3d\xf6\xb6\x37\xb1\x35\xb1\ \xb3\x30\x81\x63\x39\xe4\xf4\x80\x07\xd4\x56\xd7\x34\x30\xb1\x32\ \x34\xb2\x33\xd7\xd3\xb5\x30\xb7\x35\x37\xd4\x01\x82\xca\xc9\xd8\ \xdc\x44\x4f\x53\x45\x4f\x53\xc7\xd0\xc4\xcc\xc2\xca\xc2\xcc\xce\ \xde\xc5\xe5\xc5\x33\x77\xcf\xc8\x88\xbe\xf3\x93\x75\x2f\x71\xdf\ \xd7\x3a\x4f\x18\x17\x41\x0f\xbd\x5f\x59\xe8\x6a\xeb\x19\x68\xbb\ \x3f\x78\xb9\xb3\xf4\xe8\xa9\x7d\x5e\x50\x58\x7a\xc0\x0c\x8b\xc5\ \xda\x67\xb2\xd8\x57\x3b\x6c\x2a\x75\x82\x49\xfb\x32\xda\x18\x9a\ \x59\x18\x92\xb8\x30\x9b\xf2\xf2\x65\x66\x68\x88\x7f\xac\x7f\xd5\ \x06\xad\xb6\xa9\x52\x75\x7b\xde\x8b\x0f\xc3\x96\xfa\x97\xe3\x06\ \x7f\x85\xd1\xcf\xcd\xf9\xe0\x36\x66\xab\x7a\xc7\x59\xcb\xe1\x61\ \x71\xb1\xe1\xb1\x71\xfe\x21\x09\xaf\x0b\x5e\x15\x94\x65\x15\x15\ \x64\xa6\x95\x64\xe5\xe6\xc6\x87\xd7\xb5\xc6\x04\x87\x24\x46\x44\ \xb4\x56\x35\xe7\x84\x32\x93\x2f\xd7\x06\xde\xb5\x77\x74\x54\xce\ \xfd\xf3\xe6\xf2\xfb\xcf\xdd\xcb\xcb\xcf\x1f\x3f\x4c\x03\xe4\x4f\ \x8f\x5d\x42\x22\x8d\x8d\x0d\x0c\xf5\xaf\xdd\xdc\x7c\x68\x6b\x1f\ \xeb\x1f\x98\x03\xa6\x9a\x03\x27\x1f\x0e\xa8\xce\x3e\x7e\x13\xf9\ \xdb\x22\x5e\xbf\xf9\x55\xbf\x12\xf9\x4b\x70\x89\xfc\x57\xa0\x17\ \xf9\x2f\x82\xe6\xf7\x6a\xa3\xc8\xef\xb5\xc3\x7f\x2f\xb3\xdb\xb3\ \xa3\x3c\x02\x01\xb1\x1c\xb0\x38\x2d\xe0\xdd\xa0\x21\xc3\x61\xb1\ \x3c\xc0\x13\xf2\x20\x08\x48\xc0\x17\x0c\xcc\xfe\xc4\x22\xb9\x78\ \x64\xb0\x18\x2d\xe8\xfa\xb0\x38\x68\xff\x80\x7d\x24\xc8\x38\x40\ \x9d\xe4\x00\xe3\x5e\x2a\xa3\x00\xb6\x3c\x02\xc1\xa5\x51\xd9\xf5\ \xc9\x1c\x6d\x15\x15\x88\x8b\x6a\x82\x4d\x5d\xe0\x70\x38\x56\x9e\ \x13\x68\x5c\x09\xa7\x0d\xc2\x1c\xab\x8e\x7a\xf0\x98\xd9\x50\x5c\ \x55\x56\x76\x64\x13\x00\xe7\x02\x3d\xc0\xc9\x7a\x02\x0a\x09\xee\ \x22\xd9\x01\x1c\x98\x1d\xe8\x81\xf3\xc0\x3a\x78\x44\x65\x43\x52\ \x66\x6b\xe1\xa2\x92\x3d\xa2\xe0\xad\x03\xfb\x9b\x02\xa3\x3c\x3c\ \x50\xc0\xbd\x46\x35\x79\xc8\x80\x07\x76\xf8\xa7\x6b\x36\x34\xb4\ \x0a\x8e\x44\xe9\x6d\x1e\x5e\xc8\x99\x59\x5e\x99\xef\xaa\x4b\x0d\ \x0e\x8b\xe9\x8b\x0c\x7b\x5d\x50\x94\x19\x10\xd0\xda\x1c\xd3\x18\ \x19\x10\x19\x99\xe2\x9f\x5a\x17\xe0\xf4\x2c\xb4\xd7\x15\xee\x49\ \x6e\x80\x80\x82\x81\xee\xef\x27\x27\xe1\x66\x67\x98\x8a\x45\x89\ \xa6\x00\xb5\x35\x39\x49\x01\x1c\x22\x93\x88\x30\x9c\x1d\xd6\xd7\ \xf1\xf8\xe2\x06\x0a\xb1\xe1\x3d\x85\x02\xa7\x3a\x93\xe1\x4e\x66\ \x22\x78\x9a\x47\x93\xc9\x70\x70\x7d\x4d\x0d\x99\x04\x50\xf6\x3e\ \x1a\xc8\x32\x22\x4c\xca\x22\xd5\x00\x27\x58\x03\x87\x87\x15\x83\ \xab\x60\x0c\x69\x31\x89\x42\x22\xc3\xac\xac\xe8\x68\xd1\xbb\x7a\ \xb6\x66\x0f\x5c\xd4\x3d\x1f\xe7\x25\xa4\x95\xbe\x2c\x4d\xcf\x08\ \xe8\xee\x5b\xae\x6a\xcc\xd9\xb3\x95\xb3\x2d\x4b\x89\x88\xe9\xfe\ \x74\xc5\xa6\x9d\x1f\x76\xb2\xaf\xd8\x54\x36\xdd\x4f\xd5\x52\x41\ \x6a\xea\x70\x4a\xdf\x7a\x8a\xee\x28\x45\xfd\xe4\xe5\xe8\x0b\x2e\ \xb1\x6c\xb1\x56\xb2\xd6\xe7\x17\x57\x10\x97\xd2\xf7\x33\xb5\xf6\ \xd2\x30\x95\x72\xf4\xf3\x1d\xf1\xb3\xb6\x36\xf5\xaa\x4d\x72\xf3\ \x7b\x59\xec\xbd\xe7\x76\x3a\xdc\x5d\xe0\x6d\x7c\x5f\x14\x4f\x54\ \xd4\x54\x51\x16\x23\x91\xc8\xf2\xf2\x64\x0a\xa5\x18\xa6\x8e\x0a\ \x89\xc9\xcb\x93\xe4\xf1\x40\x48\xc9\x13\xf1\x8a\x40\x5f\x29\x93\ \xe4\x24\x95\xf1\xf2\xd2\x62\x77\xef\x4a\x4b\x93\x95\x6d\x23\x53\ \xcc\xa4\x35\x6d\xf7\x7b\x5f\x3c\xb0\xf3\x36\x97\x7b\xe4\x88\xe4\ \xe5\x92\x4a\xe2\x73\x08\xc4\x10\x70\xe0\x77\xdc\x21\x35\x1a\x51\ \xcd\x7f\x40\x3d\xfc\x4a\x3b\x3a\xa5\x4a\x1d\x1e\x33\xf6\x37\xa8\ \x9d\xe5\x7d\x3f\x58\x1b\xf4\x5a\x7a\xf5\xc5\xd6\x5b\x76\x8b\x92\ \x92\x67\x83\xf1\x48\x35\xdb\xcf\x37\x89\xb6\x70\x75\x7e\xce\x88\ \xf0\xa4\x4e\x99\xfa\xb1\x97\x1c\xd7\x59\xec\x43\xbf\x96\xe3\x29\ \xeb\xb7\x27\x49\xa6\x8e\x12\x4a\xe2\x02\x52\xfc\xbc\xd6\x8e\xec\ \x99\xb0\xee\x83\x6e\x04\x9f\x30\x16\x83\xe4\xe7\x45\x81\x17\x51\ \x87\xb5\xca\xc6\xa2\xf8\xdc\x92\xb2\x94\x00\xff\xf8\xd6\xb4\x94\ \xb0\xc4\xd1\xf4\x90\x9c\x98\x85\xde\xd1\x9c\x99\xde\xe6\x8d\xad\ \x8d\xe3\x95\xf9\xad\xfd\xad\x99\x61\xe0\x06\x1b\x1b\x73\x82\x72\ \x42\x7a\x13\x17\x26\xf6\x16\x76\x7a\x73\xe2\x62\x62\x03\x4e\x0f\ \x97\x5a\x67\x16\xf6\x98\xe3\xd4\x41\xc6\x15\x95\x3d\x7e\x51\xeb\ \x66\xe9\xdb\x69\xbd\xc9\x65\xca\xdf\x71\xb2\x9e\x7c\xe1\xfb\x6e\ \x60\xe0\x72\x77\xf7\x6c\x55\x84\x93\x1c\xb3\x6a\x33\xf7\xed\x7a\ \xee\x8c\xe3\x11\x7f\xb5\xbc\x43\x5e\x89\xfc\x09\x1a\x5d\xbd\xed\ \x76\x07\x67\xce\xbe\xc1\xfd\xbf\x6f\x7c\xb0\x01\x31\x89\x59\x85\ \x99\x59\xa5\xaf\xf2\x9e\x3e\x7a\x66\x6b\x64\xa2\x63\xe4\x6a\x64\ \x28\xa7\xa2\xa6\x66\xa6\xab\xae\x6b\x20\xa9\xa9\x69\x62\x6e\x6e\ \x64\xef\x6a\x62\xa1\x67\x61\x6f\x60\x62\x62\x06\x1c\xa0\xa1\x93\ \x95\xb6\x8a\xa6\xa6\xa1\xb1\x99\xad\x99\x11\xf0\x8c\xe6\x4f\x5d\ \x5d\x5f\x94\x3d\xc9\x0b\x1a\x9d\x38\xdf\xae\xd5\xe7\x71\x7b\x69\ \xf8\x9a\x4d\xcb\x37\xb3\xd0\xd3\x86\x55\x30\x43\x5b\x5b\x93\x97\ \x0b\xa7\xcd\xaf\xf2\x23\x13\x5e\x5a\xa5\x75\xcd\xfe\x60\x9c\x7e\ \xa1\x7e\x61\xee\xb3\x07\x69\x47\x17\x6c\xea\x46\x73\xd5\xd2\x71\ \x5f\x6b\x6e\x7e\x51\x6e\xdd\x7c\xa8\x7f\xca\xeb\x18\xb6\x9f\x5f\ \x60\x7d\xe7\xd1\xb9\x14\x92\x8f\x86\xf5\x99\x9b\xfb\xbd\x54\x00\ \xc1\x75\xa7\x63\x7f\xa5\xb5\xae\x8a\xca\x98\x8f\x09\x89\x08\x2d\ \x8f\x88\x0b\x89\x4d\x78\x95\x57\x9a\x97\x55\x91\x9e\x10\x97\x12\ \x9f\x99\xf2\x2a\xbc\x95\xd1\x18\x3b\xda\x1c\x16\x14\x16\x9c\xda\ \x15\x1a\x32\xd8\xf4\x61\x7a\xec\x5d\x65\xfd\xc7\x7f\x7c\xce\x2e\ \xc1\x0f\xeb\x3b\xb0\x85\xd3\x40\x63\x7d\x5f\x5b\xfb\x78\x23\x72\ \xf3\x7d\x7a\xed\xfb\x58\xff\xd8\xcd\xb7\x81\xfe\xe9\xe9\xfe\x0f\ \x73\x36\xab\xb0\x93\xc1\xe7\xb6\xdc\xee\x73\xf6\xfd\xf2\xdb\x2f\ \xb3\x07\x2f\xb8\xb3\xca\x59\x47\xfc\xcb\x06\xfe\x5e\x3b\xbc\xd5\ \x57\x3e\x22\x36\x22\xff\x4f\xb9\xeb\xcf\xf4\x8a\x3b\x3e\x36\x97\ \xed\x95\x10\x03\x81\xb0\x17\x0b\x8b\x85\xb5\x6f\x07\x2c\x02\x03\ \x3b\x06\x08\x48\x14\x0f\x0a\x87\x43\xc8\x80\xf3\x58\x58\x30\x27\ \x60\xe1\x0e\x69\x2d\x2d\x1c\x02\xa7\x15\x28\x83\x80\x1b\x10\x93\ \x3d\x64\x3c\x2a\x2b\x93\x93\x2b\x81\x20\x02\xaa\x08\x38\x3b\x98\ \xad\x55\xd9\xc4\x41\x56\x76\x14\x8e\x00\x0c\x67\x94\x43\x60\x54\ \x65\x72\x7b\x13\x50\x51\xd9\x95\xc9\xf5\x4d\xf5\xed\x4d\x6d\x80\ \x53\x4d\x00\x59\xc9\x00\x3f\x70\xc4\x42\x25\x70\x8e\xed\xe0\x46\ \x1d\x30\x00\x15\xdc\x30\xbb\xa9\x29\xaa\xb2\xbe\x09\x76\xb4\xc2\ \xee\x8f\xa6\x76\x78\x0e\x30\xae\x83\xf3\xa9\x8d\x33\x28\xa7\x09\ \xdc\xaa\x29\x3b\xb9\xa9\x2d\x3b\xb9\x32\xb0\xa9\xfd\x9f\xde\xee\ \x88\xf2\xbe\xe5\xad\xaa\xe1\xb0\xc8\xd6\xbe\xe6\xa0\xaa\xd9\x95\ \x85\x83\xee\xaa\xbe\xae\xae\xae\x88\xd7\xaf\xf3\x8a\x22\xc3\x52\ \x82\xab\x9a\x5b\xfb\x42\x42\x42\xca\x99\x3b\x89\x4f\xbc\x4b\xba\ \x9d\xe1\xa4\x09\x08\x28\x38\x4e\x10\xce\x88\x50\x06\x9f\xde\x03\ \x53\x07\xe4\xc6\x7b\x60\xf1\x1a\x48\x70\xb7\xa0\xa2\x22\x10\x4d\ \x78\xb2\x18\x89\xac\x08\xb7\x1c\x02\x94\xe1\xf1\x40\x4f\x91\x8a\ \x89\xd1\x8a\xca\x24\x32\x09\x0f\x27\x30\x47\x73\xf6\xe0\x90\x81\ \xc3\xfc\x5f\xf4\x64\x43\x4d\x31\xa7\x82\x0d\x8b\x5a\x14\x98\x95\ \x5c\x03\xae\xeb\x01\xf7\x87\x87\x6b\x86\x93\xd0\x68\x92\x34\xef\ \xdd\xb3\xb7\xf0\xb6\x55\xf3\xf6\x4c\x4f\x8b\x4f\x79\x5d\x54\x12\ \x5e\xb5\x14\x1a\xb3\xb2\x34\xbb\x17\x5c\xd2\xb5\xb4\x33\xc1\xa6\ \xb1\xe8\x2c\x36\x9b\xb6\x4e\xa3\xd2\x2f\x68\x83\x9d\x9d\xa6\xa6\ \x4a\xa6\x47\x83\x6e\x23\xb5\xe7\xd5\xe2\x8e\x0c\xeb\x24\x6b\x05\ \x29\x71\x61\x6b\x6b\x0d\x47\x25\x25\x7e\x55\xaf\x24\xbf\x24\x4b\ \x2f\x5f\x47\x55\x05\xaf\x6a\xfa\x51\xd2\xc8\xc8\x48\xa7\xd7\xd7\ \x4d\xf6\xbd\x68\xfb\x53\x9e\x98\xd7\xde\x7a\xf7\xc5\x94\x49\x44\ \x69\xd1\xfb\x77\x61\x6c\x17\x85\xa8\x0c\x57\x14\xf0\xf2\x8a\x8a\ \x24\x32\x59\x91\x48\xa4\x90\xe1\x1c\x6b\x65\x18\x56\x43\xc1\xdf\ \xbb\x2b\x24\x29\x74\xef\xae\x98\xa4\xb4\x90\x51\x51\xc0\x53\x49\ \x69\x51\x03\xe7\xe1\xad\xd6\x88\xb4\xbe\x59\xff\xd9\x11\x09\x7e\ \x74\x8b\x23\xb6\xd2\x83\xdb\xa1\xbe\xb2\x32\x7b\x48\x7f\xab\x99\ \xed\xfb\xe3\x6a\x62\xe2\x84\xee\x77\x4c\x3d\x3a\xfa\xf1\xa9\x97\ \x46\x65\x5c\xb1\x59\x07\xdb\xe3\x7b\xeb\xb4\x8b\xa5\x03\xda\xb6\ \x57\x52\x51\xb7\x5f\x2d\x95\xce\xbe\xba\xa0\x9f\xf8\xb5\x30\x36\ \x82\x18\xdb\x23\x0a\x9b\xe3\x1a\x7e\xf4\x5a\x61\x4b\xfa\xc5\x21\ \x6d\x5b\x0a\xbd\x78\x28\xc8\x27\x65\x7a\x21\xdc\x81\x94\xb0\x1c\ \xa7\x6d\x9b\xfa\xf2\x48\xf8\xa1\x00\xaf\xb8\x08\x58\x07\x61\xe4\ \x50\xaf\x67\x41\x4a\xd6\xab\x8c\x90\x94\xcc\x04\xff\xc2\xc8\xd8\ \xc6\xd9\xf8\xac\xde\xf9\x99\xde\xaa\xee\x95\xe6\xad\x85\x63\xe6\ \xce\x0a\xf8\x3c\xbc\x32\xdb\x1b\x9a\x93\x9a\x13\x5a\xd5\xdd\xdc\ \xd5\xbc\xf2\x76\xb4\xb9\x2e\xa7\xae\xaa\x2e\x36\x31\x92\xb5\xd9\ \x35\xcf\x38\x4c\x3a\x62\x50\xc7\x27\x68\x5f\xc7\xa9\x87\x9d\x2d\ \xdb\xbe\xfa\x57\xfb\x8e\x1e\xd9\x68\x4b\x0f\x29\xdc\xf4\x77\xf0\ \x14\xbc\xb9\x39\xe3\x48\x10\x68\x9b\xce\xce\x80\xc4\x7a\xf3\x2b\ \xa5\xfc\x57\xc8\x8c\xc8\xaf\xb8\x19\x78\x80\x8d\x0d\x47\x67\xcd\ \xdd\x7c\xe3\x6c\x04\x16\xa1\x45\xb6\xa6\x46\x94\xa4\xbf\x82\x73\ \xe9\x6d\x5d\xed\x55\x0c\x54\xd4\xed\xcc\x0c\xef\xdf\xbf\xab\x69\ \x6c\xa2\xa9\x73\xff\xae\x8a\x26\x1c\x33\x61\x6c\x61\xa4\xab\xa9\ \x67\xac\x6b\xae\xa7\x67\x67\xa4\xa9\xa3\xa7\xab\xa3\xad\x62\xe6\ \x64\x04\x2e\x37\x34\xd4\xb3\x35\x36\x7c\x5a\x98\x55\x98\x97\x1e\ \xba\x41\xff\xea\x67\x2a\x85\x74\x7c\x6c\xf6\x9a\x7d\xec\x64\x64\ \x6b\x6f\xec\x64\xa6\x6e\x00\xfc\xa4\xbd\xb7\x5d\x69\x78\x63\xf7\ \xc4\x7e\x91\x49\x61\x58\xe3\xce\xfe\xcc\xd6\x3e\x7b\x62\x83\x45\ \x63\x4c\x0c\x0e\x8e\x0c\xb2\x18\x9f\xea\x52\x8b\xb2\xe2\x33\xd3\ \xe6\x97\x82\x5e\xbf\x7c\x1e\xc6\x4e\xe2\x8f\x6a\x1b\x54\x50\x55\ \x10\x90\xd8\x9b\xbe\x73\xbb\x52\x70\x1b\x30\x01\x94\xe3\xee\xe9\ \xc1\x72\x6f\x68\xe3\xd6\xfe\x46\x5d\x6e\x5c\x40\x58\x50\x77\x48\ \x4a\x58\x6e\xf8\xeb\xf4\x34\x38\xa2\xac\x20\x3d\x25\x2f\x3d\xf1\ \xed\x4e\xc0\x72\x55\x78\x6c\x44\x70\x55\x77\xd5\xec\xc6\x15\x77\ \xff\xda\x58\x76\xfd\xcd\x9d\xb3\x6f\x37\xbb\x3f\x77\x7f\x7e\xbf\ \xfc\xbc\x36\xb6\xf6\x11\x48\xac\xe9\x8f\xbb\xbb\x9f\xa7\x3f\x7f\ \x1f\x1b\x1b\xfb\xbe\x3b\x06\x2e\x1b\x58\x3b\x5b\x3d\x5b\xbd\x95\ \x45\xb7\x0b\x84\xc0\x40\xae\x72\x3a\xdf\x7f\xc5\xbf\xdf\x5c\xff\ \xd7\x8e\xf5\x5b\x64\xf9\xfc\x91\x52\x7f\xf7\x6a\xf9\xf8\xfc\x09\ \x6b\xb8\x95\x63\x6f\x06\xce\x7e\x02\x59\x1c\x05\x2c\xa1\x47\xa0\ \x16\xaf\x0c\x1c\x30\xec\x00\x68\x85\x46\x72\xa3\x08\x68\x6e\x2e\ \x0c\x0e\x83\x94\xe1\x42\xe3\x64\x30\x70\xfc\x83\x0c\xd0\x4a\x58\ \x2c\x8e\x07\x17\x85\x4b\x26\x68\x45\x11\xb4\x80\xaf\x03\xef\xf5\ \x1d\xc9\xf5\x51\x0e\x0e\x81\x32\x32\x1e\x80\x30\x0e\x95\x80\x20\ \x4d\xd9\x70\xa7\x8f\x03\xa0\x58\x65\x32\xa0\x4f\x76\x65\x3b\x40\ \x58\x7d\x76\x07\x60\x5b\x53\x7b\x5b\x47\x07\x1c\x5d\xd5\xd4\xde\ \x54\xd9\x56\x0f\x50\x54\xdf\x14\x08\x7c\x69\x47\x7b\x7b\x7d\x3b\ \xb8\xa2\x3e\x99\x00\xf8\x03\x89\xd4\xde\x34\xf4\xee\xdd\x00\xd0\ \x5f\xe0\x06\x1d\xef\xfa\xdb\x3a\x86\xda\xdb\xda\x9a\xda\x9a\x00\ \xe1\x9a\x80\x3c\x85\xec\x8a\x6a\x6a\x03\xa0\x8b\x8a\xea\xa8\xff\ \xa7\xb5\xab\xae\x3c\xb6\xaa\xae\x35\x20\xa7\xaa\x6e\xbe\x77\x74\ \xe7\xe0\xf4\xc7\x4a\x8e\x7f\xce\x4c\x70\x58\xe4\x4a\x78\x56\x42\ \x50\x68\x6e\x5c\x70\x55\xdf\x52\x57\x6a\xf3\xce\xf2\xf2\x70\x62\ \x6a\x40\x90\xca\xff\x7a\x7a\x38\x4d\x0d\x35\x93\xc0\x11\x46\x93\ \xdf\x37\xbc\x87\x6d\xeb\x0d\xd1\x44\x62\x71\x4d\xf1\xe4\x7b\xb8\ \xb4\x17\x0d\x2b\xe7\x0d\x0d\x78\xb2\x22\x05\xee\xaa\x81\xa1\x31\ \x14\x65\x8a\x32\x59\x9e\x82\x07\x34\x23\xe3\xa5\xf1\x30\x3e\x0b\ \xb8\x42\xb8\x01\x91\x04\x3c\x23\x60\x5e\xcf\xfb\x49\x8a\x32\xe0\ \x42\x0f\x5c\x6a\x24\xc1\xdc\xbe\x9e\x1e\x32\x05\x0f\x1b\x21\x60\ \x48\x60\x4d\x03\x31\xba\x58\x4c\xda\x40\xd7\xc4\xf8\xa1\xac\xf6\ \xab\xfc\xd7\x45\xf1\x65\xf1\x21\x11\xfe\xad\x8d\x71\xc3\xd4\x3d\ \xe6\x0f\xe6\x3e\x93\x41\x65\x7e\xf9\xc4\xba\xa0\xfe\x60\x4f\xb0\ \x68\xe7\x83\x5f\x4f\x92\xb6\x6b\x55\x2d\xfd\xa6\x8e\x34\xfc\xac\ \x7d\xfd\x94\x84\xab\x5b\x24\x46\xf4\x95\xa4\x94\x2c\x35\xbc\x1c\ \x35\x54\x25\xf4\x5b\x06\xb7\xd7\xfd\x92\x4e\xa6\xac\x2d\x17\xab\ \x59\x83\xeb\xeb\x87\x5f\xbf\xb2\x69\xd4\x27\xd1\x24\xf7\x1f\x9b\ \x4e\x26\x42\xa2\xd2\xca\x78\xbc\xa2\xac\xa6\x10\x91\x08\x23\x70\ \x48\xe0\x13\x11\xee\x24\x94\x6e\x20\xe1\x61\xd3\x3e\x4c\x77\x27\ \x81\xaf\x8a\x44\x8e\x56\x14\x95\x14\x15\x95\x97\x56\x94\xbe\x6b\ \x54\x10\xf1\xe0\xae\x90\xb4\xbc\xa2\xda\x33\x18\xf5\xe6\xfe\xa2\ \xec\x8b\xa9\xaf\x17\x9f\x8c\xc4\x08\xca\x41\x06\x13\xe5\xe0\x11\ \x58\x3f\xe0\x36\xc1\xa2\xb7\xd0\xaf\x8e\x19\x5f\xd7\x07\xcf\xa9\ \xb4\xc3\x53\x2a\x73\x6f\x1c\x99\xc4\x58\x61\x2c\x4c\x58\x6e\xb2\ \x59\x57\x23\xbe\xd4\xb7\xd6\x6e\x5f\xa9\xe7\xb5\x96\xfb\xec\xda\ \xc1\xce\x45\x4b\x53\x3a\x9b\x7d\x64\xbd\xbd\xd4\xb9\x3d\xae\x61\ \xea\x2b\x3e\xa8\xe4\xb7\x38\xce\x16\xde\xdc\xb6\x96\x92\x60\x9f\ \xd3\xd7\x35\x54\xb9\xb9\x24\x5a\x2c\x85\x55\xc5\xd1\x28\x4b\x25\ \x53\x7e\x0d\x29\x6e\x0c\xe6\xad\xf7\xa3\x8c\x94\x8c\x8a\x82\xac\ \xe0\x94\xb8\xcc\xbc\xf2\xd6\xe0\xd8\xb4\xd8\x99\x8d\x8d\xd6\xd6\ \xa5\x99\x85\x83\xde\xe1\x2f\x33\x33\x9f\x96\xf7\x7a\x67\x97\xfa\ \x66\x73\x72\xea\x42\x73\x1a\x63\x72\x9a\x67\x46\x3f\xcd\x24\x76\ \x2d\xf5\xb5\x36\xe6\xc4\x46\x9c\x0b\xf0\x4c\xd1\x27\x76\xd8\x83\ \x47\xd5\x74\x96\x9b\xd4\x61\x4b\xed\x62\x67\x35\xe3\x4a\xb0\xbd\ \xed\xf3\xc7\x31\x82\xc7\xd8\xda\x25\xe0\xd5\x0d\xac\x61\x71\x76\ \xe8\x9c\x71\x76\x07\x72\x26\xb0\xdf\x76\x31\x88\xfc\xae\xba\xdf\ \xba\xc2\xdb\x88\xf7\xeb\x6f\xd7\xbb\x67\xe0\x06\x73\x22\x6b\xc3\ \xad\x8d\x21\x11\xe9\x85\x19\x65\x8f\x9e\xba\x3a\xbb\x3a\x9b\xe9\ \x6a\xab\xa9\x5b\x18\xc9\xa9\xc9\x01\xcc\xe8\x1a\x6a\x6b\xab\xa9\ \xa8\xdf\x95\xd4\xb4\x30\x33\x32\xd1\x35\x33\x31\x33\xd2\xd5\x35\ \x02\xb0\xd2\x33\x34\x34\x32\xd4\x35\x52\xb9\x6f\x6c\x08\x30\x66\ \x61\xa8\x6d\xec\x1d\x1f\x1e\x1e\x17\xb3\x71\x38\x62\x29\x25\x8e\ \x49\x72\x71\x0a\xa3\x7e\x72\xb7\xd0\xb5\x7f\xe0\x64\x06\x0e\xb7\ \x7a\xf5\xa4\xe0\xd5\xcb\x57\xce\xe6\x79\x61\xf1\x56\x4e\x25\x15\ \x71\xfe\x61\x09\x29\xb1\xf3\xe5\xf3\x07\xbd\x33\x3b\x5b\xcb\x1b\ \x39\xe1\x19\x4f\x32\xd2\x4b\xc2\xe2\x52\xd9\x5b\xcd\xb1\x40\x85\ \xb2\x0e\x95\x2a\x87\xe8\x7e\x8e\x8e\x49\x12\xa3\xe0\x2b\x9e\xbb\ \xad\x60\x71\xd6\x13\x80\xd5\xd5\xbf\xda\x59\x29\xaf\xeb\x5d\x98\ \x9f\xe9\xce\x8c\x08\x8e\x3b\x0e\x09\x8f\x0b\x48\x49\x49\x2f\x4c\ \x7f\x59\x91\x1e\x1f\x12\x90\x9e\x95\xb6\xbf\x97\xd2\x75\x10\x17\ \x5b\x5e\xde\x18\x1a\xd2\xda\x5d\x95\xb3\x49\x68\xeb\xe8\xbf\x3c\ \x03\xc0\xba\x01\xc0\xfa\xf9\xf3\xf2\x12\xc8\xac\xcb\x8f\x1f\xd6\ \xd6\x3e\x7c\xf8\x30\x00\xfe\x4f\x8f\x01\x93\xb8\xf6\xe1\xe3\x87\ \x8f\xdf\x6c\xce\x76\xdf\xf8\xdc\xb9\x7e\xf3\xcb\x18\xee\x5e\xfe\ \xbc\xb1\xf1\xf9\x2f\x0d\xeb\xec\xdb\x9b\xbf\x3b\x4b\x7f\xb5\x3b\ \xfc\xd7\xbd\xf0\xdf\xfa\xa0\xcf\xdf\x55\x77\xce\xa9\xe4\xfa\xd5\ \x6f\xef\x92\x81\x06\xc2\xc9\x60\x51\x18\x2d\x07\x40\x23\x02\x02\ \x36\x64\xa2\x10\x04\xf8\x1f\x5c\x82\xe0\xe6\x87\xd8\x42\x80\x8b\ \xb5\xb2\x9b\x02\xb1\x04\x2d\x0f\x58\xf3\x02\xef\x40\x9b\x65\x03\ \x65\x06\x4c\x5e\x72\x36\x01\xa0\xc9\x03\x18\x3e\x80\x9c\x4a\x07\ \x00\x20\xe8\x08\xe1\xd5\x81\x81\x4d\x1d\xf5\xf5\x95\x50\xc7\x25\ \xb7\x77\x00\xd6\x40\xa7\x97\x0c\xf8\x54\xdf\x04\x34\x52\x3d\x84\ \x58\x76\x7d\x65\x5b\x3b\x6c\xa8\x05\x34\x03\x74\x83\xea\x6b\xa8\ \xad\xb2\xbd\xa3\xbd\xf2\x5d\x47\x53\x53\x47\x5b\xfb\x50\x47\xfb\ \xbb\x77\xed\x6d\xed\xef\x3a\xda\x80\x2e\x7b\xd7\x06\x68\xd5\xde\ \x0e\xe0\x05\x24\xd7\x3b\x70\x05\x07\x5d\xff\x34\x56\xf5\xc5\xc6\ \xa6\x87\x6c\x74\xcf\x6c\xed\x2c\xcc\xee\x31\x7b\x33\x63\x42\xd2\ \x62\x0b\x8b\x42\x63\x1a\x67\x02\x82\xba\xeb\x42\x23\xbb\xba\x7b\ \x97\x67\x66\x12\x8f\x17\xe2\x23\x52\x87\x13\x5b\xbb\x85\xfe\x57\ \xd3\x70\x3b\x39\x75\x12\x9c\x02\x84\xe2\xd0\x24\x1a\x36\x26\x35\ \xc0\xad\x3a\xc0\xea\x51\x48\x70\x14\x56\xc3\x24\x91\x42\x24\x17\ \xd7\x50\x60\xa4\x01\x05\xc8\x27\x0a\x1c\x48\x01\x30\x35\x89\x27\ \x16\x4f\x92\x48\xb0\x71\xa1\x81\x5c\x4c\xa6\xf4\xc0\xb1\xd1\xb0\ \x7d\x0b\xde\x14\x2f\x44\x6c\x68\x28\x86\x81\x33\x93\x9c\xc1\xd2\ \x9c\x19\x17\x93\x10\x8f\x0d\x64\x79\x3c\x51\x5d\xd7\xc9\xf6\x99\ \xae\xca\xe3\x67\xcf\x33\x4a\x33\xf2\x72\x8b\x52\x5b\x53\x9b\xbb\ \x68\x3b\x0b\x4c\xf0\x9a\xf9\x69\x82\x79\xca\x62\x8c\xd3\xbe\xb0\ \xa8\x2c\xfa\xe9\xf6\x45\xb5\x9f\x5b\x92\xbe\xe3\x62\x6d\xad\x97\ \xbe\x9b\xb5\x97\xa9\xaa\x3e\x8d\x4f\x49\xc1\x57\x5f\xdc\x54\xc3\ \xd2\xab\x65\xca\xad\x16\x88\x19\xc6\xd5\xf9\xe1\xf9\xf9\xd7\x41\ \x3a\xe3\xeb\xf9\x04\xfb\xed\xd5\xfe\xfe\x2b\x69\x39\xc9\x07\x07\ \x4f\xc8\x42\xd1\xca\xa2\x44\x45\x31\xe0\xf5\x88\x00\x4e\xf2\x8a\ \xe0\x23\x09\xb8\x40\x45\x45\x79\x22\x59\x5e\x19\x28\x2c\x79\xb8\ \x4f\x12\x96\xb6\x80\xc4\xc2\x0b\xc9\x49\x4a\x8a\xca\xab\x3c\xc8\ \x7b\x69\x21\xa4\x2c\x2f\x24\x2b\x2a\x79\xdf\xfd\xd9\x93\xfc\xe7\ \xee\x0f\xbc\x67\x2c\x7d\xab\x1d\xf9\x15\x94\x30\x04\x1e\x99\xfa\ \xec\xa8\xf6\xb6\xe9\x0b\xe6\x20\xbd\x9a\xfd\xe3\x07\xf5\x78\x7c\ \x6f\x2b\x94\x7a\x78\xf0\xf5\x20\x93\xd9\xe2\x77\x71\x4e\xdd\x9a\ \xe2\xaf\x66\x04\xcd\x0e\xbf\x1d\xa4\xb2\x47\x1c\xbf\xee\xb0\x8e\ \xfb\xb4\x04\x9a\x0f\x98\xc7\x9d\x49\xaa\x02\x87\x74\xfa\x8f\x5a\ \xd6\x95\xaf\xea\xd7\x16\x3f\xeb\x4d\x4b\x0d\xf0\xe6\xe6\x25\xa5\ \x74\xe4\x77\x42\xbf\x48\x12\xe0\xe3\x12\x74\x53\x35\x15\x16\xf6\ \xdb\x16\xee\x4c\x72\x13\x46\xd5\x8f\xb8\x3c\x7a\x52\xfa\xa2\x20\ \x2b\xef\x55\x77\x9c\x7f\x84\xff\x70\x55\x50\x70\x4a\xf3\xdb\xe5\ \xde\xe6\xde\x99\x8d\x89\x03\x06\x8b\x39\xbc\xf0\x69\x8b\xd9\x37\ \xdf\x38\x3b\x33\xbf\xd4\x5a\xde\x18\xd2\x9d\x13\xd3\x5a\xb5\x31\ \x5c\xb5\xb5\xb0\xbc\x71\xdc\x38\x33\x9a\x28\x60\x3d\x08\x1e\xb1\ \x9a\xce\xf6\xe3\xaf\xd4\xb8\xa0\xb2\xbf\x1e\x09\x4b\x48\xf5\xd7\ \x8f\x8d\x01\x89\xf0\xe1\xc3\x3b\x20\x19\xe0\xd6\x67\xd8\xf2\x3e\ \xb7\x7a\x7d\x9b\x7d\x6c\x73\x1b\x48\x77\x3b\x8c\x90\x53\x75\x5f\ \xbd\x15\x57\xb7\xc9\x7e\xab\x36\x6b\x32\x95\x37\x73\x9c\xcc\x06\ \xc1\xd4\xc6\xd8\xf4\xb0\xf0\x82\xf4\xfc\x47\xae\xee\xce\xce\x4e\ \xba\xea\xc6\x7a\x77\xd5\x75\xf4\x0c\x54\xb4\x8d\xcd\xb4\x75\x6d\ \x2d\xac\x4c\x4c\x2c\x8c\xd4\xb4\xf5\x74\x8d\x01\xa9\xcc\xb5\xed\ \x0d\x0d\xd5\x0d\xd4\xe0\xce\x26\x15\x6d\x75\x4d\x3d\x83\xfb\x06\ \xba\x7a\x86\x26\x4e\x66\x56\x01\xf3\x4b\x39\xcd\x07\xe3\x8b\xa6\ \xdc\xfc\xbc\x47\xba\xae\x41\x83\x0b\x66\x66\x76\xde\xee\xb6\x66\ \x56\xee\xce\x8f\xf2\xca\x2a\xb2\x2a\x2a\xf2\x9e\x79\xba\x38\xd9\ \x6a\x9b\x18\x39\xe7\xbf\x7e\x6e\x65\x95\xff\x22\x3d\x34\x24\x32\ \xfc\x75\x56\x4a\x4a\x40\x7c\x49\x7a\x78\x58\x4c\x6a\xf3\x3e\xab\ \x2a\x36\x34\xb4\x77\xb1\x3a\x09\x3b\x40\xa3\xb7\x88\xf3\x33\xac\ \x7d\x00\x5f\x77\x6f\xe3\x71\x6e\xdb\xf4\xef\xc8\x9c\x2e\x6d\x74\ \xa5\xce\x34\x57\x35\x8e\x86\xf9\x37\x86\x96\xc7\x06\xc4\xc5\xa7\ \x85\x47\xbc\x2e\xaa\x88\x4b\x4b\x8f\x8f\xc8\x7c\x1d\xd7\xf5\xb6\ \x1b\x08\xd4\xd6\x99\x99\xae\xd8\xae\xee\xd6\xc6\xd6\x85\x43\x6c\ \xfd\xda\x67\xa0\xaf\x6e\x76\x77\x01\xad\x20\xb4\x2e\x21\xb5\x3e\ \xc2\x22\xfc\xc7\x8f\x9f\xd7\x38\xe8\x5a\x9b\xfe\xf0\xfd\xf2\xcc\ \xe7\x1a\x00\xcb\xe7\x6c\xf7\xe6\x16\x58\xd7\x40\xc0\x7e\xfb\x8d\ \x1f\xf0\xe1\xcd\xee\xd9\x5f\x38\x12\xf9\xd3\x66\xfa\xc7\x19\xfe\ \xdd\x5d\xfa\xeb\xe4\xaf\xad\xd1\xff\x5e\x6a\xb5\x9f\xed\xb6\x47\ \x79\x00\x79\x84\x80\x5b\x5d\x70\x32\x51\x81\x38\x34\x0f\x1a\x85\ \x84\x8d\x56\x18\x84\x8c\x83\x96\x83\x16\x10\x55\x18\x19\x1c\xf0\ \x84\x5a\x51\xf5\xc9\x5a\x81\x04\x0f\xad\x28\x07\x82\x47\x76\x7d\ \xa0\x43\x7d\x32\x80\x91\x43\x65\x13\xcc\xd4\x02\xa2\xa9\xa3\x92\ \xd0\xd6\x0e\x98\x94\xdc\x04\x6c\x9e\x47\x7d\x7b\x3d\x30\x7d\xd9\ \x80\x3c\x1d\xf5\x6d\x95\xd9\x4d\x80\x4d\x6d\xed\xed\x00\x4f\xc0\ \xc8\x01\x6f\x08\x2e\x69\xeb\x68\x02\x4a\xa9\xbe\xbd\xfd\x5d\x5b\ \xdb\x50\x5b\x3b\x20\x55\x65\x7b\xff\xd0\xd0\xd0\xbb\xa1\xb6\x77\ \x40\x82\x01\x85\xd5\x01\x74\x16\xa4\x13\x90\x55\xed\x43\x43\x03\ \x43\x4d\x00\x5a\xfd\x6d\xed\xf5\x80\x6e\x95\x1d\xed\xfd\xfd\xef\ \xfa\xfb\x81\xd9\xac\xef\x68\xfa\x27\xd2\xbf\xbb\x2f\xa6\x6f\xe5\ \x98\xb9\xb0\xb7\x9c\x93\xd3\xda\x1b\x5a\x94\x1b\x19\x97\xf5\xea\ \x49\x42\xe8\x52\x55\x4e\x6f\x77\x4c\x6c\xf7\x1e\x63\x6b\x7e\xa9\ \x6b\x74\xa6\x2b\x32\x3e\x26\x36\x3d\x21\x83\x04\x3b\xb0\x38\xa9\ \xc8\x80\x33\x0d\x30\x1e\x14\xf8\x35\x4a\x83\x72\x03\x51\xb9\x18\ \x66\xee\x35\xe0\x89\x14\x8a\x3c\x19\x76\x25\x00\x51\x12\x0d\xe8\ \x05\xc7\xaa\x12\x49\x0d\xb0\x2f\x9c\x48\xa2\x90\x80\xa8\x82\xc9\ \x32\x94\x49\x32\x34\x94\xe0\x28\xe0\xfc\xde\x4f\xc2\x60\x06\x0a\ \xdc\x9f\x23\x46\xea\x69\x80\x03\xea\x7b\x60\x25\x3f\x9a\x0c\x1f\ \x8c\x08\x37\xeb\x10\xe1\x08\x2e\x8a\xb4\xba\xb9\x9d\xb7\xae\xe8\ \x83\x57\x8f\x1f\x96\x7a\x17\xe6\x47\x84\x06\xa7\xf6\xcd\x6c\x2c\ \x35\x1e\x30\x0e\x8e\x7f\x5c\x51\x19\x83\x8c\x71\xf6\xd7\xed\x73\ \xd6\xf6\x51\x67\xa7\x9f\x92\xaa\xb5\x86\xd4\x51\xd2\x66\x8b\xa9\ \xa5\x94\xbe\x92\x82\xb8\x9b\x14\x1c\xe2\xa1\x64\xaa\xa4\xb4\x4e\ \x1f\x3c\x1a\xff\xc1\x62\x5f\xd1\xa9\x27\xeb\x5f\xd9\x3f\x3e\x4d\ \x5c\x6d\x1c\x1f\xb4\xe6\x64\xe9\x11\x95\x65\xe5\x9c\x4f\x55\xa2\ \x15\x49\x8a\x6a\x92\x8a\x62\xe0\x1b\x20\xe1\x29\x30\xea\x59\x1e\ \xaf\x08\xc3\x46\xf1\x90\xc7\x24\x00\x2c\x45\x60\x10\x39\x9e\x10\ \x60\x56\x5e\x54\x52\x48\xc8\xfc\x49\x69\xbe\xd9\x5d\x18\x40\x23\ \x29\x27\x7b\x5f\x2f\xfd\x55\x69\x98\x99\xa6\x9a\xda\x4b\x55\x01\ \x53\x3f\x2e\x61\x3e\x34\x16\xc8\x68\x07\x87\x77\x4d\x6d\x34\xc6\ \x36\xeb\xfc\xe8\x6b\xf5\xf9\xce\x31\xd5\xfa\x8a\x39\xf1\x65\x7f\ \x38\xf1\x94\xb6\xae\x3a\x72\xe2\xcb\xbe\x62\xaf\xb3\xe8\x6f\x87\ \xc7\x4f\xfb\x0e\x8e\x2e\x16\x1d\x59\x61\x12\x0e\xc2\xa7\xc3\x7d\ \x27\xf4\xc1\x93\x73\xe6\xfe\xe2\x39\xab\x9a\x4f\xc1\xd1\xd2\xcf\ \xcf\xab\xba\xb3\x65\x7d\xc4\xef\xfc\x64\x70\x71\xf0\xed\x09\xad\ \xc5\x6f\xbd\x53\x98\x1b\x29\x20\xa3\x60\xad\xa1\xca\xa5\xe0\xc6\ \x4f\xa8\x0c\x7d\x92\x91\x91\x92\x5e\x52\x98\x9e\x36\x1c\x1b\x90\ \x99\xda\xd5\xb8\x10\x56\xd8\x7c\xb0\xbf\x71\xbc\x3c\x4f\x65\x2e\ \xef\x33\x37\x98\xcb\x3f\x18\xa7\xf4\x89\x8d\xf2\xe1\x79\xe6\x7e\ \x55\x55\xe3\xf0\x46\xd7\xec\x7e\xce\xe8\x01\x73\x65\xa7\x6b\x94\ \xc9\x60\xe7\xac\x28\x5d\xb0\xd9\x3c\x68\xfe\xfa\x1b\x9f\x7f\xdf\ \x7c\x6c\x6a\xfb\xd0\xb4\xd6\xff\x71\xf7\x03\x78\xc6\x81\x67\xd7\ \x25\xf0\x35\x97\x37\xd7\x73\x67\xd7\xb0\xf0\x0e\x73\xae\x60\x2f\ \x96\xcd\xef\x84\x99\x5f\x91\x32\x9c\xa8\x19\x9b\xdb\xe1\x84\x9c\ \x6b\xbe\xa3\x1d\xce\x38\x33\xa0\x2f\x27\xfa\x52\x23\x42\x23\x03\ \x0a\xb3\xca\x5e\x65\x3c\xf2\x74\x37\x31\xd0\xd4\x33\xbb\x27\xab\ \xa7\xa7\x72\x4f\xc5\xd8\xcc\xcc\x42\x4f\xc7\xcc\xdc\xce\xd9\xc5\ \xd8\x58\x57\xcf\xcc\xdc\x50\x4f\x47\x0f\xd8\x42\x1d\x6d\x03\x75\ \x03\x43\x6d\x95\xfb\x06\xf7\x6d\x8d\x0c\x00\x7f\x74\x75\x6d\x6d\ \xed\x5e\x35\x7e\x19\xde\x61\xb0\xb6\xc5\x79\x91\x5c\x4c\x33\xef\ \xba\xf3\x66\x73\x3b\x27\x7b\x2b\x33\x17\x17\xe7\xa7\x2f\x8b\xf2\ \x5f\x66\x3d\x7e\xe8\xfa\xe8\xd1\xd3\x87\x9e\x8f\x5f\x3c\xcf\x28\ \xcb\xf7\x7c\xf2\xa2\xf4\x91\xa7\xf7\xf3\x87\xcf\x5f\xbc\x0a\x1d\ \x6d\x8d\x89\x01\x7f\xe7\x11\xa1\xc3\xf3\x8c\xf9\xd0\xc8\xdc\xba\ \x2f\xbe\x8e\x3c\x03\xd5\x49\xfa\xd6\xfa\x8d\x37\x22\xab\xc0\xbf\ \x9e\xdd\xd6\xde\x38\x95\x77\x91\x31\xc6\x8f\xad\x85\x5e\xb8\x47\ \x3c\x35\x38\x38\x2e\x28\x28\x32\x38\x24\x2b\x2e\x3c\x3c\xbd\xf0\ \x45\x5e\x5e\x78\x6e\x58\x6e\x7e\x5c\x2b\x8d\x46\x65\xe6\xcc\x4f\ \x5c\x2d\xb5\x36\x0e\x57\xf5\xcd\x37\xcf\x3b\x26\x7f\xfc\x08\x80\ \xb5\x0b\xfd\x33\xf8\x00\xa0\xf5\xf3\x27\xe7\x13\xb0\x7c\xdf\x77\ \x2f\xe1\xe2\xe1\xe7\xb5\xb5\xcf\x97\x97\xbb\xdf\x76\x77\xe7\x00\ \xa7\xbe\xff\xb4\xe1\x30\x69\x75\x77\xf7\xdb\xcd\x9c\xcf\x1f\xd1\ \x04\x50\xb6\xea\x73\xe7\xff\x79\x13\xf9\x35\x3f\xe7\x6f\x5d\xf5\ \xd7\x7e\x9e\xdb\xd8\x64\x91\x7f\xbf\x03\xe1\x13\x95\x1c\xa5\xe5\ \x41\xf0\x70\x70\x90\xc1\x6a\x11\x08\xe0\x0c\x41\x0b\x8b\x46\x10\ \x60\x1b\x14\x01\x17\xa8\x85\xd3\xf2\xd0\x82\xbd\x0b\x81\x51\x70\ \xfe\x03\x8e\xe0\x81\xd5\x82\xb5\x72\x80\x9d\x6c\xf0\x0e\x90\x14\ \x58\x09\x71\x02\x8c\x60\xfd\xbb\xa6\xc0\x8e\xa1\xb6\x21\xa0\x8f\ \xea\x81\xd2\x02\xb6\xb0\x09\xa8\xaf\xca\xca\x6c\x07\xc0\xaf\xa8\ \x40\x40\x99\x8e\x6c\x80\x99\xf6\x40\x00\x2f\x60\x04\x81\xa8\x7a\ \xf7\xae\xff\x1d\xfc\x08\x3e\xf5\x8f\x0d\x00\xfa\xbc\x83\xff\xc7\ \xc6\x06\xc0\xb9\xb6\x81\x81\xfe\xfe\xa1\xfe\x21\x60\x02\xa1\xaa\ \x82\xd7\x7c\x18\x98\xee\xef\x18\x18\x03\x62\x2c\xbb\xa9\x03\x5e\ \x0b\x8c\x73\x7f\x7d\x7b\x13\xf0\x99\xff\xa4\x14\x64\x76\x1d\x30\ \xae\x16\x96\x17\x66\x67\x62\x60\x46\x6e\xeb\x68\x97\x7f\x66\x66\ \x7a\x42\x66\xef\xa7\x95\xee\x99\xe5\xde\xde\xd9\xf9\x95\xe1\x83\ \x95\x8d\xe6\xdc\x94\xc4\xf9\xd6\xb4\xb4\x52\xc5\x9a\x1e\x4e\xad\ \x1d\xce\x8b\xe9\x69\xe8\x79\xcf\xc9\xc5\x82\xe3\x50\x49\x30\x09\ \xaf\xa1\x01\xa0\x85\x0c\xe5\x08\x89\x58\x1c\x8d\x27\x92\x27\x29\ \xc4\x68\xb8\xd9\x99\x44\x2a\x56\x96\x57\x2c\xe6\x04\x48\xc1\x5d\ \x38\x44\xc5\x1e\x70\x05\xac\x77\x91\xc1\x11\x40\x43\x51\x48\x14\ \x65\xd2\xe4\xfb\x62\x62\x03\xac\xda\x17\x17\x03\xf9\x32\x19\x4d\ \xa9\x01\x54\x83\x71\xa6\xc5\x35\xa4\xe2\xe8\x06\x92\xb2\x9c\xae\ \xae\xb1\xbb\xbb\xac\x7d\x7e\xc5\xc3\x0c\xcf\x82\x92\xdc\x9c\x84\ \xf0\xa5\xde\x98\xf2\xd1\x4f\x7e\x23\x9f\x68\x31\xbd\x8e\xf1\x00\ \x00\x20\x00\x49\x44\x41\x54\xac\x09\xfa\x26\xfb\x88\x4a\x3d\xdf\ \x1e\x5f\x3c\x99\x72\x3c\x34\xf5\xf5\x95\x10\x6f\xd1\xef\xac\x36\ \x55\xb2\xb4\x56\x30\xf5\x52\xb5\x1e\x31\xf5\x75\xf4\xf2\xbd\x38\ \x39\x61\xb0\x18\x34\xea\xdb\x2b\xc6\x04\x63\x87\x4a\x9d\x5f\x3a\ \x9e\x69\x0d\x88\x7f\x6a\xa5\xa9\x48\x92\x27\x8a\x69\x3f\xd4\x01\ \xdf\x01\x2c\x57\x91\xc8\x35\x93\x64\x72\x34\x5e\x1a\x66\x94\x4a\ \x12\xc5\x94\xf1\x24\x69\x69\x20\xab\xf0\xca\xca\x62\x24\x72\x03\ \x49\x5e\xbe\x81\x04\x34\x96\xa2\xac\x98\xa8\x79\x56\xc1\x53\x4d\ \x31\x79\x31\x21\x31\x3c\xb0\x87\x72\xda\x86\x15\x2e\xaf\x63\xe3\ \x4b\xdd\x35\x3d\x6b\xc5\x15\xf8\xf9\xa6\x78\x79\x79\xe0\x1e\x2c\ \x87\xe4\x77\x95\x8c\xd6\xc6\xb7\x2b\x7d\xb5\x1a\x9d\xe7\xd6\x02\ \x96\xf4\x2f\x57\x5f\xf6\x36\xd9\x07\xb3\xcc\x93\x4d\xaf\xcd\xed\ \xe5\x99\x8d\xd9\x09\x06\x6d\x82\xf6\xe5\xcb\xe8\xa1\xbe\x69\x12\ \x9b\x4e\x5b\x5c\xff\x7a\xc1\x62\x6f\x6e\x7a\xe9\x2f\x7e\x65\x2f\ \xb2\x54\xf5\xad\x7d\xe9\xeb\xb5\x57\xa7\x7e\x6e\x1a\x9b\x53\x6c\ \x9a\xdb\x26\xcd\x4b\xc3\xcf\xcf\x4d\x89\x57\x49\x50\x43\x49\xdc\ \x4f\x81\x8b\x80\xe2\xe2\x1e\x30\x7d\xf8\x3a\xab\x28\xeb\x75\x6e\ \x41\x5c\xe1\x68\x70\x42\x40\x7a\x5d\xf7\x56\x55\x58\xf7\xfc\xfe\ \xd6\xd2\xfe\x17\xe6\x97\x53\xe6\xc6\x31\x7d\x8f\x4a\x3d\x5d\x3c\ \x99\xc8\xe9\x5d\xa1\x51\x97\xe6\x8f\x17\xb6\xf6\x16\x7e\xec\x8f\ \xee\x9d\x7e\x61\x1d\x9f\xd0\x2d\xdd\x18\x9f\x18\x84\x8e\xb1\xdd\ \x6b\x1b\x58\x53\x81\xcb\xe4\x36\x6f\xce\xce\x76\x2f\x81\x58\x38\ \xbb\xf9\x76\x0d\x35\xc3\xcf\x33\xce\x46\xe6\xeb\xdf\xf9\xa1\xbf\ \x63\x47\xdf\xfc\x0a\x1d\x7d\x63\xf3\xa7\x84\xf5\xeb\xe4\xaa\x08\ \xe1\xbc\xff\xce\x1b\xc0\xb9\xb1\x18\xff\xaa\xb0\x84\xdc\x84\xcc\ \xbc\x8c\xe7\x8f\x4b\x5f\x3e\x30\x33\xd0\x36\x34\x51\x37\xd0\xb6\ \xd3\x91\xbd\x77\x4f\xdb\xdc\x4e\x5b\x56\xed\xbe\x8e\x99\x95\xb3\ \x85\x21\x70\x81\x06\x3a\x7a\xea\x26\xc0\x0a\xea\x1a\xaa\x69\xab\ \xa8\xc0\x51\xd8\xea\xc6\x80\x58\x7a\xba\x7a\x06\x66\xba\x46\xb1\ \x2c\x16\x8b\x7a\xe5\x27\x80\xd6\xe2\x1d\x35\xf0\x6c\x65\xfb\x1b\ \x38\xc3\x4d\xa5\x56\xf6\x0f\x9f\x3f\x7f\x60\x67\xf7\xd4\xd9\xdd\ \xc9\xd5\xd5\xdd\xfe\x81\xad\xdd\x23\xe7\x57\x45\x25\x61\x12\x3f\ \xa7\x3d\xc4\x05\x84\xab\x7d\x25\x32\x3c\x1f\x3d\x87\x81\x3e\xc6\ \xb9\xa5\x0f\x9e\x67\xd5\x05\x33\x15\x5a\x4e\x94\x70\x1d\x2d\xaa\ \x7c\x0a\x3b\x82\xff\xae\x72\x56\x12\x56\x7f\x95\xdd\x01\x93\x6d\ \x56\xa7\x18\x9f\x66\x63\x03\x52\x1b\x9b\xeb\xba\x82\x83\x82\x43\ \xaa\x42\xfc\x03\xe2\xd2\x33\x33\x13\x0a\xb3\x2a\x0a\x5e\x07\x04\ \x47\x16\x86\xf6\xed\x39\x9e\x2f\x31\xd9\xf4\x73\xea\xc2\x42\x63\ \x6a\x73\x6f\xdd\x86\xc4\xf4\xf7\x9b\x6f\xf0\x8d\x03\x2c\x48\x2b\ \xce\x1b\xc7\x1e\x72\xd4\x16\x30\x89\x00\x5b\xf0\x82\x5d\xe0\xfa\ \xbe\x5d\xee\x5e\x73\xaa\xee\x6f\x7e\xfe\xbc\xb9\xf9\xf6\xe6\xcf\ \x06\x66\x9f\x37\x37\xdf\x6c\xfe\xd0\xeb\xbf\xf6\xd0\xdf\x21\x0e\ \x7f\xe2\x1c\x7c\xfe\xea\xc1\xe2\x8c\x12\x13\xf1\xf9\xd8\x54\x09\ \xc4\x92\x16\x90\x51\x1e\x1e\x80\x4c\x32\x38\x2c\xf0\x80\x38\xac\ \x16\x3c\xeb\x00\x2e\x74\x90\x71\x00\x97\x01\xc7\xe8\xe1\x80\x80\ \x00\x73\x00\x0e\x30\x2a\xb9\x12\x6e\x85\xcc\x6e\xaa\x0f\xf4\xf0\ \xf0\x00\x96\x0f\xb8\xb6\x26\xf8\xd6\x06\xd1\x32\x00\x1c\x1b\xd0\ \x49\xfd\x6d\x70\x19\x14\x9c\xef\x00\xa2\xa8\xb2\xbf\x1d\xd8\x3f\ \x28\xa2\xea\xb3\x2b\x87\xfa\x93\x2b\xdb\xdb\xfb\xdf\x4d\xf7\x37\ \xb5\xbf\x6b\x07\x18\x02\x9a\x0a\x76\xcc\x4e\xf7\xc3\x66\x8f\xa1\ \x81\xb1\xfe\x81\xb1\xe9\x81\x21\xb8\x68\xfa\x71\x6d\xa0\x7f\x1a\ \x70\x6b\x00\x48\xcd\xfe\xa1\xb5\xb5\xa1\xb1\xe9\xe9\xb5\xcf\x1f\ \x06\x80\x5b\x5e\x5b\x03\xaf\x8c\x6b\x40\x91\xae\x8d\xad\x4d\x8f\ \x4d\x7f\xf8\x67\xa6\xbb\xbb\x77\xb8\xee\x4b\x57\x6a\xf7\xca\x27\ \xc6\xca\xe8\xf2\x70\x44\xce\x68\xd7\xc1\xd6\x28\x78\x06\xf5\x2d\ \xcd\x77\x2f\xc4\x56\xad\xc0\x55\xf0\xde\xd6\xe1\xee\x9c\x99\x9c\ \xc6\xd8\xf0\x00\xc9\xf7\xb0\x52\x35\x49\x01\x3a\xe8\x3d\x9c\xf8\ \x1e\x5d\x1c\x0d\x53\xb0\x80\x74\x9a\x24\x17\x2b\xd7\x90\x80\x0f\ \x24\x92\xa3\x7b\x28\x80\x67\x40\x6d\xc1\x4e\x87\x62\x4a\x31\x85\ \x48\x52\xec\x91\xc6\x93\x27\x01\xd0\x94\x81\xe5\x03\xd8\x92\xef\ \x89\xee\x21\x45\x47\x2b\x52\x38\x45\x2e\x60\xfd\xa2\x29\xf2\xca\ \xd1\xc5\x35\x64\x80\x28\x68\x25\xe1\xec\x42\x12\x38\x9e\xac\x0c\ \x61\x55\xd3\x00\x6e\x39\x49\x91\xd5\x36\x34\xb4\x7f\xf0\x58\xdb\ \xe5\x11\x30\x5c\xf9\x19\xc1\xc1\x41\xcd\xad\x31\x5d\x39\x39\xc3\ \xcb\xa6\xd8\x41\x2a\x83\x7d\x74\xb2\x79\x34\xc8\x1a\x1c\x1c\xac\ \x5d\x9f\x72\x4b\xf2\xf5\x13\xe4\x92\xf2\x35\xf5\x12\xac\xd6\xb7\ \x34\xb5\x76\xb3\xf4\x5b\x3c\x3c\x5a\xdf\x1e\xa7\x8d\x5f\xb1\x8f\ \x3f\xed\xb1\xd8\x1b\x2b\xf3\xcc\x99\xbe\xe6\xae\xc4\xa0\x94\x07\ \x7a\xea\x77\xef\x8a\x4a\x8a\x0a\x49\x4b\xca\xa9\xc8\xc1\x36\x2b\ \x0a\x19\x48\x2b\x72\x4d\x03\x9e\x5c\x4c\x54\x26\x01\x8b\x4b\x54\ \x86\x13\x73\xe4\x15\x15\x01\x78\xc9\x90\x60\x70\x96\x19\x25\x9a\ \x04\xb4\x98\x8a\x51\x61\xa9\xfd\x3d\xd9\xbb\xb2\xa2\xd2\x92\xb2\ \xd2\x42\x62\x62\x9a\x86\x16\x19\xce\xae\x45\x69\x79\xcf\x4a\xba\ \x5b\x14\x94\xac\x55\xa7\x34\x50\x28\x24\x16\x4d\x48\xae\xec\x27\ \xec\xd3\xdc\xfc\xa8\xb4\x96\x16\x3f\xc7\x11\xfa\xdb\x71\x06\x9d\ \x79\x4e\xbb\x98\xda\x9c\xaa\x56\x60\xb1\xae\x4e\xd9\xcb\xfb\x8c\ \xd3\x13\x5f\xdf\xf5\xa9\xa9\xce\xed\xab\xf3\x96\xc3\xf5\x96\x91\ \x23\xdf\xf5\x8b\xed\xb7\x2d\xe7\x27\x9b\x6e\x17\x6f\x99\x5f\xd7\ \xa7\xfc\x16\xcf\x0f\xfd\xac\x4d\x05\x1d\x95\xaa\xad\x2d\x3b\xdd\ \xdc\x04\xbf\x72\xd5\x0f\x7d\xe4\x5a\xbf\xf0\x72\xb4\x16\x94\x42\ \x23\x91\x52\x32\xa9\x8f\x8a\x9e\x17\x14\x16\x95\x65\xc5\x67\xb6\ \x06\xc5\xa7\x05\xb7\xb6\xf6\x06\xa7\xce\x2e\xef\x7c\x79\xcb\x66\ \x00\xcb\x4c\xfb\x71\x7a\xc2\x60\xd3\x06\xdd\x2c\x19\xdd\xa3\x34\ \xf6\xf9\x29\x93\x76\x75\x75\x75\xcc\x64\x33\x3e\x5d\x2c\x6e\xd6\ \x6e\x6e\x77\x7e\xdd\xbc\xda\xd3\xb7\xf9\xe7\x5f\x1f\x4e\xa8\xe5\ \x1d\x91\x37\xc0\x60\x00\x31\x05\x68\x75\x03\x0b\x32\xe0\xff\x19\ \x70\x83\x30\x2a\xe6\xec\x76\xe5\xff\x36\x26\xf9\x77\xd3\xe8\xaf\ \xe1\x39\x36\x22\xbf\x40\xf5\xe6\x1a\x1e\xbd\x6b\xf3\x8e\x66\x79\ \x66\x73\xf6\xed\x06\x9b\xeb\x1f\x9c\x56\x91\x11\x56\xe4\xfc\xf8\ \xc1\xa3\x3c\x67\x43\x38\x31\xc8\x50\x5d\x5d\xdd\x58\x47\x53\x53\ \x1d\x38\x43\x3d\x1d\x4d\x40\x2e\x33\x7b\x33\x63\x2b\x80\x2a\x75\ \x03\x4d\x23\x7b\x43\x03\x43\x4d\x15\x6d\x20\x5a\xd5\xd5\xef\xdf\ \x07\x07\x18\x18\xea\x02\x59\x66\x64\xf6\x72\x7f\x64\x90\xc5\x4a\ \x12\xe4\xc1\x72\xa7\xea\xb8\xae\xd0\x32\x75\x8d\xcd\x9d\x5d\x9d\ \x6d\x1f\xb8\x96\x3d\xb4\x37\x33\x32\xb1\x30\xb6\x32\x36\xb7\x80\ \x71\x0f\xcf\x9f\x17\x14\xc4\xd3\xa7\x2f\x9b\x2a\x03\x3f\x9e\xed\ \xee\x9e\x95\xda\x19\xdd\xbb\xa7\xa2\x6b\x64\x5e\xf1\xd2\xc4\xdd\ \xc9\xee\x49\x41\x68\x67\xa0\x14\x5f\x7f\x92\x25\xff\xd4\xce\x6d\ \x1c\xe1\xb7\xdd\x9b\x5f\x66\x17\x32\xcb\x47\xe1\xe0\x60\xa9\x2e\ \xa7\xb9\xb5\x2b\xa6\x35\x28\x36\x2d\x2e\x38\x2c\x36\x33\x21\x24\ \xae\xa4\x24\x25\xa5\xa4\xb0\x30\xb8\xae\x3b\xb7\x2e\xb6\xae\x96\ \x37\xe9\x82\xde\x32\x42\x63\x7d\xea\xed\x06\xb6\xb0\x8f\x91\xbd\ \x06\xc5\x15\x04\xd6\x0d\xac\xfa\x41\x56\x01\x6b\x78\x79\x5b\xd0\ \xfa\x7c\x79\xfb\xb6\xcb\xa1\x19\xec\x7a\xbf\xdc\x85\xa5\x2c\xf0\ \x0a\xf1\x13\x7a\xc2\x9b\x37\x3e\xbf\x7b\x1d\xee\x00\x05\xe6\xf3\ \xab\x93\xd4\xe7\xef\xbd\xd0\x7f\x0b\xae\xdf\xbd\x5a\xff\x6d\xdc\ \x81\xc0\x9a\x1e\xea\x48\x86\x0d\x52\x1e\x00\x4d\x18\xad\x40\xe0\ \xfb\x70\xe0\xc5\x13\x18\x40\xb8\xa5\x26\xd0\x01\x5c\x10\xa8\x05\ \x24\x15\x6c\x59\x40\x7b\x44\xc1\x4e\xa9\x26\xa0\xa9\x92\xb3\x01\ \xe6\x08\x40\x35\x35\xd5\x57\x02\x5c\xf5\x73\x7c\x5b\xff\x10\xa7\ \xb0\x04\xf5\x55\x54\x13\x38\x05\xe0\xd3\x0e\x8b\x4f\x40\x09\xf5\ \xb7\x75\xb4\x75\xf4\x73\x74\xd4\xbb\xf6\xb6\xfe\xa1\x8e\x77\xd3\ \xd3\x03\xd3\x1d\x4d\x40\x40\x0d\x80\xf7\xb1\x81\xb5\x0f\xd3\x63\ \x43\x63\x9f\xa7\xdf\xdd\x56\xef\x06\xde\x0d\x0d\x4d\xaf\x8d\x7d\ \x00\x17\x83\xb3\xe0\x0d\xb0\x69\x60\xfa\x72\xad\xed\xc3\xc7\xb5\ \x9f\xd0\x36\x7f\xfc\x7c\xf9\x61\xed\xfb\xcd\x9c\x08\xfc\x05\xcc\ \x89\xf8\xfc\x2b\xf2\xcf\x4a\xf9\x04\xf3\x2d\x73\xaf\xaf\x6e\x74\ \x67\x7e\x69\x61\xe3\xed\x52\xef\xca\xd6\x70\xeb\x52\xdd\x7c\x5f\ \x5d\x6c\xf3\x68\x73\x6c\xf7\xa7\xa5\xd4\x95\xfd\xbe\xd0\x84\x82\ \x94\x8c\xf4\xc8\xcc\x82\xb0\x7c\x32\x27\x17\x19\xf6\x49\x4d\xc2\ \xb9\xf2\x30\x00\x06\x78\x3c\x12\x19\x4e\x96\x68\x98\x8c\x26\x46\ \x93\x8a\x49\xd1\x70\xae\x04\x19\x10\x89\x52\x0c\x90\x46\xc6\x93\ \xc8\x50\x59\xc1\xb2\x16\xdc\xec\xdc\xd0\x50\x03\x89\x05\xe7\xa5\ \x02\x17\x28\x46\xa6\x14\x17\xc3\xa1\xac\xe0\x58\x8a\xe2\xe4\xff\ \x47\xd6\x77\xf8\xb3\xd9\xfe\xdf\x3f\x6d\xb5\x6a\x35\x45\x6d\x21\ \x48\x6c\xb1\xc5\x0e\xaa\x44\x8b\xbe\x54\x55\x49\xad\xb6\x5a\xb3\ \x66\xed\x52\x5b\xed\xad\x35\x6b\x6f\x21\x8d\xbd\xf7\xde\x44\xac\ \x0a\x79\xfa\xe2\xfb\x5f\xfc\xae\xeb\x8e\xd1\xe7\xf3\x4b\x35\xeb\ \xbe\x91\x44\xee\x93\x73\xde\xd7\xfb\x7d\x4e\x01\x01\x0d\x88\x5b\ \x09\x96\xdc\xfb\xab\xee\x17\xde\xbf\xb7\x84\xec\x5f\x40\x86\xd9\ \xf0\xe9\x30\x66\x55\x12\x76\x38\x3f\xb1\x31\xb1\xb1\x7d\xe2\xe4\ \x17\x9b\x9c\xf8\xc3\x2b\xab\x36\xb0\x22\xec\x6d\xe0\x24\x55\xac\ \xf0\xf7\x19\xed\xa4\xbc\x7c\x83\xb6\xb7\xb8\x58\x13\x5e\x08\xf8\ \x94\xa9\x9d\xe1\x03\x69\x47\xed\xf9\xf9\x3e\x6b\x6b\xb7\xbe\x93\ \x19\x1a\x85\x42\xa5\x50\x20\x44\xac\x33\x27\x3a\x19\x4b\x3f\x03\ \x03\xeb\xa3\x63\x03\x4c\x14\x51\x28\xb4\xb8\xa0\xb0\xa4\xa0\xa0\ \x8e\xa4\xa8\xb8\xa0\x28\x46\x14\x83\x46\x98\x93\x3f\xa0\x8c\x30\ \xaf\x9a\xec\x8f\x25\x90\xf0\xd0\x06\x1e\x0d\x87\xba\x61\x8a\x85\ \x3f\x1a\x0d\x53\x62\x89\x58\x2c\x46\xe2\xf9\x1b\x7d\x75\x61\x19\ \x05\x49\x49\x8c\xa0\xa8\xb8\x02\x1a\x2b\x28\x28\x21\xf3\x2a\xf4\ \xc9\x93\xa7\xcf\xd4\x4c\x3e\xff\xce\x97\x15\xb2\xb6\xee\x10\xba\ \x7d\xdb\xea\xde\x6d\x20\xfb\xab\xa4\x66\xb6\x7b\xba\x8f\x28\xf4\ \x33\x26\x9d\x5e\x41\xa7\xec\x34\x8c\xd0\x99\xab\x94\xee\x79\xe5\ \x1e\xef\x86\xc5\x99\xbe\xf9\xf9\x93\xf0\xd1\x8d\xf2\xa3\x8e\xfc\ \xbd\x1e\xda\xfe\x28\x93\x52\x38\xda\x5a\x33\xe3\x58\xb8\x73\x72\ \xd4\x7a\xf4\x88\x45\xa1\xcd\x9b\xd2\x3a\x3a\x46\x7b\x5c\xca\x1d\ \xed\xec\xec\x4c\x65\xdd\x94\xad\xb5\xad\x4f\xcc\x39\xa4\xed\xac\ \x78\x64\xef\xc9\x1a\xca\xcb\xdf\x17\xa9\xe1\x8b\xc8\x4a\x8a\xcd\ \xce\x49\x4a\x4c\x4c\x09\x0e\x2a\x72\xf7\x89\xfe\xe4\xbe\x3d\x16\ \x5d\xba\xbf\xbf\xbd\xcf\xa2\xec\x50\x81\x14\xde\xdd\xeb\x2b\x9c\ \xaf\x71\x91\x96\x9d\xa9\x5f\x30\x6c\xad\xa1\xb5\xba\x74\xcc\x8c\ \xf6\x51\x8f\x76\x29\x1d\x6e\xd6\x85\xa3\xe5\x6e\xbb\x1b\xe6\x34\ \xca\x7d\x98\xdd\x75\xd9\xa4\x00\x6d\x4b\x00\xec\x0c\x01\x7a\x74\ \xfa\xe7\x10\xba\xfb\x02\xbd\x74\x80\xf4\x8d\x7e\x67\xb3\xab\x2b\ \x7f\x64\xb6\xe9\xa8\x85\xc5\xd5\xf4\xf3\x94\xc5\xc1\x29\x00\x2b\ \x00\x59\x17\xe7\xdf\x73\x8f\xf8\x96\x0f\x96\xc7\x8f\x82\xdf\xc5\ \xc4\x04\x67\x7f\x09\x78\xfe\xf2\xa5\xed\x13\x03\x63\x4d\x05\x25\ \x9c\xba\xa2\xa4\xa2\x9a\x81\x99\xbe\x81\xa2\x82\x82\x2e\x40\x2f\ \x45\x49\x15\x70\x0b\x20\x96\x99\x99\x86\x81\x99\x89\x91\x1a\x4e\ \x07\x67\xa4\x81\x53\x51\xd1\x51\x52\xd1\xc5\xa9\x1b\xe8\x69\xaa\ \x69\x1a\x1b\x5b\x1a\x7c\xe8\x33\xdf\xa3\x2f\x1a\x72\xc9\xc9\xe6\ \x68\xbc\x58\x69\xcd\x51\xd7\x33\x79\x66\x6f\x62\xfb\x26\x20\xf2\ \xb9\xb1\xa5\xb1\xc9\x63\xa3\xc7\x96\x66\xf6\xcf\xed\x5f\xbb\x66\ \xc7\x7a\x47\xfd\x94\x5a\x9e\xb5\x12\xcb\x9d\x05\x1f\xda\xa7\xf1\ \x4f\xf5\x54\x74\xd4\x8c\x6d\xec\x13\x53\x8d\x6d\x5f\x3e\x7d\x13\ \xf9\x6d\x9d\xc1\x51\xd6\xb2\xd7\xd3\xf1\xb5\xe5\x5f\x36\xe4\x0e\ \x9d\x5b\x4c\x5d\xf3\x44\x67\xcf\xb9\x9d\xe1\x8a\xac\xd2\xf6\x8a\ \x30\xf7\x50\xf7\x18\xef\xc4\xa0\x2f\x6f\x3d\x7c\x12\x83\x82\xd3\ \x92\x33\xb2\x53\x33\x7e\xb6\x57\xc4\x0c\x2f\x8c\x70\x78\xca\x87\ \xe7\xcf\x2f\x8e\xd2\x28\xab\x93\xf5\x6f\xf3\x4a\x19\xda\xc7\x87\ \x50\x10\x1e\x5e\x01\x16\x42\xb0\x4e\x11\xb2\x05\x54\x21\xbc\x01\ \xa0\x0a\x02\x15\x7b\x0b\xd8\x09\x31\xc7\x82\x08\x77\x70\x78\x88\ \xb4\x30\x20\x9c\xeb\xfc\xf4\xd0\xc2\x19\x21\x5b\x97\x51\xf6\x9c\ \x37\x01\x60\xff\x29\x5f\xdd\xcc\x47\x23\xc8\xe5\x7c\x00\x94\x59\ \x19\x10\x77\xbe\xb0\x9b\x4a\x0c\x4e\x03\x7a\xaa\x4a\x69\x49\xc9\ \x39\x78\x42\xde\xe5\x90\x00\x04\xa1\x27\xec\x3b\x07\x88\x65\xe5\ \xe0\xeb\xeb\xa9\x9a\x5b\x5d\x56\xec\x5b\xd6\xd2\x52\x55\xec\x60\ \x55\x0d\xa9\x15\x40\x9f\xb6\xfe\xc6\x4a\x80\x3a\x5d\x5d\x6d\x48\ \x65\xbc\xad\x2c\x21\x21\xa1\xba\x12\x00\x16\xe0\x4d\x2d\x50\xdc\ \x35\xb7\x35\x56\x76\x41\x60\x03\x1a\x0e\x00\x13\xb8\x1f\x60\x52\ \x57\x3f\x00\xb0\x36\x00\x46\x2d\x6d\x2d\x6d\x5b\x50\xec\xb5\x8c\ \x77\x81\xcd\x50\x0e\xf6\x8f\x1f\x6f\xcd\xfe\x59\x3e\x3c\x3f\x47\ \x7c\x89\xce\xcf\x2f\x67\x4e\x2d\x2e\x71\x17\x59\xed\x84\x6b\x10\ \x08\xc7\x47\x88\xe5\x3f\x94\xa5\xb3\x85\x91\xa2\x81\x89\xe1\x77\ \x79\x9d\x6b\xed\x0b\x73\x3f\x26\x1b\xd6\x27\x27\x16\x9a\x02\xbd\ \x7e\xae\x04\xd2\x8f\x86\x57\x98\x2b\x61\x15\x2b\xd1\x15\x83\x41\ \xdf\x2c\x9d\x3c\x3e\xc6\x0f\x86\xfc\x1f\x74\x58\x80\x66\x58\xd0\ \x13\x0b\x26\x25\xfb\x17\xd4\x41\x4f\xf6\x12\x7f\xa2\x7f\x1d\xe0\ \x42\x40\x4b\xf9\x03\xc5\xe7\x4f\xc4\x97\x14\x80\x1d\xeb\x60\xeb\ \x3a\xd8\x0b\x4f\x82\x91\x5e\xb0\xe5\xea\xff\x90\xac\x09\x7f\x12\ \x86\x04\x7b\xb1\x48\x68\x34\xf4\x96\x02\x04\x0b\x7c\x37\x89\x58\ \x57\xe0\x8f\x15\x04\x42\x0c\xd0\xb6\xf4\x3a\x32\x96\xfc\xab\x0e\ \xce\x29\x42\x6f\x2c\x32\xb9\x84\x50\x82\x95\xd4\x33\x31\x78\x6d\ \xff\xfc\xf9\xcb\x27\x96\x99\x19\x4e\x7e\x6f\xdb\xdb\xa3\x4b\x7f\ \x56\x78\xa5\x54\x30\x65\x1f\xec\xb9\x74\xb8\xb9\xcd\xe4\x9f\xb0\ \x16\xc3\xfb\xf2\x4d\xed\xec\xb4\xb5\xcb\xed\xee\x0a\x85\xcb\x17\ \x76\x00\x91\xc8\x62\xb2\x98\xbf\x7f\x9f\x51\x56\x16\x28\x9b\x2b\ \x40\x1a\x95\xbe\x2f\xaa\x4d\x7b\xa1\xa1\x24\x9c\xee\x4f\xc4\x62\ \xa0\xf1\x9e\xa8\x38\x46\x58\x10\x10\x28\x34\x1a\x85\x25\x63\xd1\ \x30\x39\x11\x2a\x58\x2c\x0c\xf6\xc1\xa3\xc1\xf3\x21\x92\xfd\x61\ \x8b\x3b\x1a\x4d\x26\xa2\xf1\x68\x98\x50\x28\x2c\x88\x15\x56\x31\ \x33\xd2\x13\x44\x0b\x08\x28\x29\xc9\x48\xa0\x04\x85\x25\xc4\x45\ \x89\x82\x82\x38\x19\x9b\x35\x8f\xc7\x46\x1a\x8a\x38\x5d\x6f\xc7\ \x87\xd2\x8f\x94\x19\xbc\xb7\x1e\x68\xe5\x22\xa3\x57\xca\x8b\xf2\ \x7b\x27\xb4\x1d\x0a\x6d\x69\xfb\x68\x77\x86\xda\xdd\xb3\xe8\x38\ \xb3\x59\x5e\x33\x42\x1f\x1c\xf9\x99\xc7\x18\xa0\xba\xd9\xb5\x9e\ \xb8\x85\x77\x14\x52\x8f\xba\xf7\xa8\x4b\xfb\x74\x56\xb9\xa9\x63\ \x8d\xa1\x90\xa9\xbc\x8b\xdd\x86\x9d\xe1\xd1\xa2\x90\xac\xf9\x1e\ \x83\x46\x19\x35\x2d\xdf\xb4\x5e\xb4\xd3\x9e\x2f\xd7\x76\x74\xe1\ \x31\xbc\xfd\x68\xf3\x5e\xb5\x90\x7c\x5f\xf8\xed\x3b\x62\x77\x46\ \x39\xba\xea\x23\x13\x13\x63\x32\x72\x12\x83\x3f\xf8\xe4\xbd\xfb\ \xf4\xe3\x6b\xe9\x3e\x63\x7b\x85\x7e\x06\x58\x15\x95\xca\xa2\x74\ \x8f\xce\xbb\xcd\x68\x9b\x5a\x6b\x8b\x70\xcb\x53\x97\x0c\x65\xb5\ \x4d\xf3\xad\xed\x5c\xac\xad\x69\x1b\xe5\x8e\x7d\x8e\x3c\x76\x8e\ \xca\xe6\x8e\x5a\xcb\xe1\x85\x3c\x11\x07\x00\xb1\x90\xb9\x9b\xa9\ \xab\x6e\x05\xf0\xf6\x9a\x82\x09\x5e\xd0\xb4\x7d\x08\x80\x10\xf4\ \x3a\x66\x5b\xc7\x59\xfc\x55\xc2\xba\x4a\x50\x05\x62\x11\xbc\x11\ \x2d\xe4\x1f\x1c\xcc\xb6\x40\x85\x73\xb0\xd5\xbc\x2b\xb2\x7c\xe0\ \xeb\x1e\xf5\xf1\x63\x6c\x4e\x5c\xc0\x8b\xd7\x2f\x9e\x83\x57\xd0\ \x52\x5f\x53\x06\xa7\x82\xd3\xd1\xd1\x37\x81\xae\xac\x9a\xe2\xea\ \x38\x49\x15\x1d\x15\x49\x49\x75\x9c\x86\x86\xc6\x93\xa7\x36\x1a\ \xb0\xf8\xae\xa6\xae\x6f\x69\xac\xae\xa1\xa3\x83\xd3\xd0\x54\x51\ \xc0\x01\xc0\x32\xd2\x34\x7e\xfa\xf8\xf5\xc2\x03\xe5\xdd\x51\x65\ \x2e\x31\xf3\x37\x1a\x49\xac\xdd\x38\x19\x03\xfd\xc7\x26\x36\x66\ \xb6\x36\xaf\x42\xde\xbc\x79\x61\x6b\xf3\xfc\xb9\xcd\x13\x57\x7b\ \xa7\x80\x4c\xa0\x8f\x3f\x15\x76\xfd\x19\x97\xf2\x6d\x3e\x3d\x6d\ \x99\xfd\x13\x6f\xa6\xa2\x6e\xa4\xff\xd8\xf2\x73\x4c\x8e\xad\x53\ \xa4\x93\x6b\x70\x79\x56\xd1\xe6\xfd\xb6\xfa\x95\x52\x91\x7f\x91\ \x35\x02\xfe\xcb\x10\x20\xf6\x72\xe7\x77\xfe\x03\xc6\xca\xe4\x44\ \x45\x6d\xfd\x8f\x52\x9f\xf7\x61\x31\x5f\x3c\x82\x82\xbd\x13\x43\ \x83\x63\x63\x63\xa2\x12\x63\x82\xdc\xc7\x86\x7f\x44\xcf\x0d\x97\ \x0e\x3a\x38\xdc\x12\x31\x0f\x37\x74\x73\xa9\xa1\x51\xa9\xf4\xf5\ \x9f\xb5\x2d\x10\xaf\x2e\x20\x39\xbd\x3e\xb1\x41\x0b\x4a\x42\x04\ \xa1\x00\xc1\x3a\xfd\xc3\x06\x2b\xb0\xe1\xf0\x10\xba\x29\x1f\x42\ \x90\x03\xaf\x32\x3f\xfb\x80\x75\x76\xb6\x38\xbe\x38\xe0\xff\x4f\ \xdd\xfd\xaa\x93\xf4\x3f\x09\xf6\x57\x8e\xef\xce\x57\xfe\x34\xff\ \x8e\xab\x7a\xfa\x7a\x26\xc0\x75\xbb\x5c\x4f\x4f\x5f\x55\x4f\x04\ \xba\xe4\xa4\x60\x1b\x28\x80\x28\x4f\x29\x39\xb9\xdb\x80\x5e\x25\ \x14\xfb\x46\x80\x93\x6f\x42\x84\x43\x75\x55\x55\x5b\x7f\x4b\x57\ \x63\x6e\x75\x55\x59\x65\x1b\x60\x42\x40\x8f\x21\xcb\x9a\xb3\xfd\ \xb3\x80\x2f\x01\x16\xd5\xd6\xd2\x0c\xf0\x0b\x5c\xb4\x80\xfd\xba\ \xc6\x01\x04\xc1\xfa\x54\x17\x64\x4d\x5d\x5d\x90\x32\xcd\xc2\xf5\ \x4f\x00\x4a\xfd\x6d\x60\x13\xfc\xde\xae\x96\xfe\xf1\x7e\xc8\xc3\ \x5a\xba\xa6\xa7\xfb\x8f\x97\x0f\xa1\x65\x34\x78\x5a\xff\x5e\x3e\ \x3d\x36\x44\x39\x3b\x5f\xc5\x32\xb2\x0b\x71\xec\x27\xc1\xde\x0a\ \xee\xfc\x07\x50\xaa\xac\x9f\x61\x3f\x56\x9a\x3c\xde\x66\x0d\xe7\ \xfd\xf4\xaa\x28\xf5\x28\xed\xa1\xb1\x76\x4a\x9b\x16\x9a\x52\x3a\ \x17\xe9\xc3\x7d\xd4\x40\xaf\x91\x89\x9f\xbf\xe9\x81\xd9\x31\x61\ \x45\x63\xeb\xfa\xbf\x60\x1c\x3d\xcc\x22\x84\xc3\x83\x30\xf8\x19\ \x1c\xf1\x25\x75\x00\x74\xc8\x98\x92\x74\x72\x2f\x01\x03\x9d\x57\ \xd2\x49\xa4\x02\x32\xd6\xbf\x17\xa6\xe3\xc0\xb8\x54\x22\x11\x4e\ \xeb\x00\xba\xe2\x0f\xe9\x15\xa0\x4a\xa4\x02\x12\x06\x5f\x07\xe3\ \xfd\x00\x65\xc1\xe2\x01\x95\x41\xe6\x7d\xfc\xc9\xbd\x05\x68\x6c\ \xdd\xff\xfd\xaa\x03\xf0\x57\x50\x42\x86\x93\x7a\x24\x00\x73\x24\ \xc0\xbe\xa0\x3d\x4d\xba\xa8\xde\x13\x33\x63\xa3\xc7\x9a\xea\x4a\ \x06\xaf\x63\x03\x5e\x64\x7b\x97\xd6\x37\xd5\x0e\xbf\xf7\x19\xa0\ \x1b\xca\x95\x8f\xce\xb8\x15\x9e\x38\x8e\xb2\x3a\xfa\x5c\x0a\x5d\ \xec\x66\x4c\xed\x4e\xfa\xee\x87\x33\x0b\xf7\xe8\x2b\x54\xda\x24\ \x9d\x46\xa5\xec\x6c\x37\x35\xad\xd1\xe7\x26\xb6\xdb\xa3\xfd\x5c\ \x75\x05\x88\x00\x7a\x88\x40\x96\x92\x30\x18\x61\x0c\x1a\x0f\x98\ \x11\x34\x89\xc1\xa2\x45\xf1\xe4\x74\xc0\xa7\x08\xfe\x18\x3c\x80\ \x29\x80\xc4\x44\x2c\x01\x31\x44\x4d\x4f\xc7\x08\xa2\x50\x82\x02\ \x82\x60\x2b\xc0\x2b\x0c\x16\xa5\xa2\x29\x8e\x26\x2a\x82\x3b\x50\ \x0a\x38\x71\x09\x09\x8c\xa0\xb8\x38\x1e\x2f\x2a\x23\xa9\xe7\x3a\ \xc9\xf0\x49\xcc\x79\xaa\x21\x68\x30\xe8\x28\xa4\x2d\xbd\x79\xeb\ \xc1\x23\x0e\xb9\x08\x55\xdf\x62\x5f\x37\x7a\xdf\xfc\xf6\x3c\x95\ \xb2\x48\x65\xb0\x5a\xe9\x3b\xbb\x81\x3d\x1b\x27\xa6\x77\xa5\xb4\ \xee\x38\xf6\x6d\xf6\xec\x33\x28\xf9\xd6\xf4\xd6\xd6\x9d\xdd\x99\ \x13\x6a\x61\x0d\x6d\xcf\x7c\x63\xa7\xdc\x6e\x5e\x56\x5e\xd9\xd0\ \x85\x56\x53\xc8\xa8\xc9\x77\x09\x77\x54\x5e\xec\x70\x04\x08\x4c\ \xb1\xae\x31\x14\x11\x71\x1b\x3d\x19\xa5\x74\x6c\x76\x08\x09\x99\ \xda\x75\xf7\xf1\xf8\xde\x97\x16\xe2\xbd\x1f\x31\xbe\x1e\xf0\x2d\ \x34\x2a\x3e\x27\x38\xf4\xdd\x8f\x77\x61\x9f\x02\x27\x17\xe8\x23\ \xc3\x0d\x14\x06\x8d\x76\xb4\xb7\x71\x44\xdb\x74\x1c\x75\xb4\x13\ \x11\x12\xb9\xcb\xc1\xf7\x40\xbe\xc3\x50\x88\x8b\xe7\xe1\xc3\x47\ \xf2\x8e\x8e\xa3\xca\x6e\xb2\xca\xe5\xda\x3c\x5c\x42\xe6\xf2\xd3\ \xd5\x1d\xa6\x5a\xf2\x22\x87\xff\xfe\xcb\x7f\x80\x2c\x03\xc2\x16\ \xf5\x21\xfe\xef\x07\x70\x9d\x1f\x16\xae\xc0\xd1\x04\xcd\x64\x86\ \x86\x86\xbe\x23\xce\xe2\xdf\x2f\xb9\xd5\xe5\x09\xc1\xad\xf3\xc3\ \x43\x80\x68\xfc\xce\x95\x4d\xd6\xa7\xf7\x78\x97\xcf\x2d\x38\x67\ \xbb\xaa\x99\x9e\x17\xdc\x49\xde\xf1\xa9\xa9\xd9\x71\x91\xcf\x5e\ \xfb\xbd\xd0\x07\xf8\xf2\xd8\x40\x57\x07\x07\x24\x9f\xba\xa6\xf1\ \x63\x33\x13\x33\x7d\x4d\x25\x25\x9c\x92\x92\x80\xa2\x84\xa4\xa2\ \xa4\x80\xd9\x63\x3d\x9c\xae\x9e\xcd\x33\x3d\x9c\x9e\x3e\xd0\x78\ \x9a\x70\xde\x50\x47\x47\x45\x57\x53\xe3\xb1\xe5\xe3\xc7\xcf\x9e\ \x24\x6d\xdc\x55\xae\x11\xba\x27\x55\xf3\x54\x2d\x74\x83\xf5\x46\ \x45\x13\xa7\x6f\x60\x60\xf3\xe2\xa5\xbd\xd3\x6b\xd7\xe4\x80\xa7\ \xae\x99\x91\x6f\x5c\x3f\xc7\x25\xa5\x64\x27\x45\xbd\xd7\x5a\x3e\ \xee\x8f\x68\xec\x3a\x06\x87\xde\x69\xd2\x53\x4d\x03\x03\x7d\x33\ \xbf\xd4\xa8\x38\xd7\x6f\xc1\xae\x3e\xb4\x9d\xd4\x54\x6a\xeb\xbd\ \xe1\xd2\x23\x58\xab\x66\x1b\xd1\x5f\x03\x16\x78\xf6\x16\x9c\x85\ \x6b\xcc\xf5\xb1\x81\xf7\x3e\x3f\xde\x7e\x72\xf7\x89\x72\xf7\x8e\ \x8d\x8d\xf5\x0e\x0e\xf5\x79\xeb\xe3\xe5\xf1\x25\xe8\xdd\xcf\xb9\ \xb5\xa5\x9d\x95\x24\x7a\x42\xb5\xd6\x1d\x21\x11\xd9\x07\xd2\xd2\ \x42\x7c\x52\xbc\x47\xb4\x59\x28\xf9\x0e\x0f\x2e\x2b\x59\x10\x93\ \xe0\xc5\xe1\x32\xa4\x58\x00\xa3\x96\xff\x82\x31\xf6\xe5\x21\x44\ \xa9\x73\xc8\xc9\x2e\x11\x8b\x8d\x44\xcb\xa7\x87\x53\xd7\xbd\x0b\ \x30\xc0\x6b\xea\x7f\x06\x0c\x2f\x89\xc8\xdf\x4e\xa4\xe0\x89\x38\ \x9f\x6a\x01\x7c\xd2\xf2\x94\x92\x02\x2c\xcb\x33\x02\x16\xc3\x61\ \x6b\x02\x80\x27\x4f\xd8\xf6\x9e\xeb\xe0\xe0\xeb\x60\x15\x51\x06\ \xdb\x06\x72\x8b\x61\x9d\x2a\xa1\xaa\xba\xb8\xaa\xad\x11\x50\xa9\ \xe2\x46\x80\x5c\xb3\xe3\xcd\x95\x2d\x00\x94\xa6\x01\xd0\x8c\xcf\ \x36\x56\xc2\xf2\x79\x65\x33\x32\xc4\xdd\xd8\xd2\x0f\xd0\x09\x9c\ \x01\x6c\x02\x8a\x6f\x1a\xae\x1f\x03\x8d\xd7\xdc\x32\x3b\x0b\x94\ \x1e\xa0\x52\x00\xa9\x00\xb7\x1a\xef\x6a\x81\xf7\x03\x91\x77\x0c\ \x64\x2f\x78\x43\x70\x42\x9c\xe2\xbc\x4e\x8d\x45\xe6\xbe\xaf\x2d\ \x55\xff\xf2\x30\xbc\x31\x32\x64\x73\xc6\x7f\x46\x16\x4a\xbd\x02\ \x7f\x54\xd4\x7f\xc9\xf0\x48\x8a\xae\x08\xfc\x5a\x3a\x91\xf5\x76\ \x84\xce\x58\x88\x5e\x3f\xaa\xef\xec\x9c\x5c\x18\xa6\x50\xdf\xbf\ \xdf\x5e\xa8\x68\x2f\xf2\x08\x8a\xf3\x0b\x63\x34\x69\xfe\x22\x92\ \xa1\x1e\x04\x58\x85\x2c\x14\xfa\x97\xf8\xf7\xf6\x02\xf6\x43\x4c\ \xef\x25\x90\x60\x8a\x44\x5d\x3a\x2c\xb6\xc3\x31\x1b\x52\x7a\x9d\ \x3f\xb9\xa4\x8e\xec\x2f\x4a\x84\x33\xc2\x44\x7f\x70\x9d\x40\x86\ \x79\xd1\x30\xae\xd4\xbf\x04\x0f\x08\x99\x3f\x9c\x1e\xc4\x12\x7b\ \x7b\x61\xd1\x2a\x1d\x81\x42\x3c\xe0\x65\xec\xd9\x1d\x72\x3a\x01\ \x1a\xd7\x80\xef\x23\x96\xfc\xaa\x23\x83\x5f\xd6\x8b\x52\x33\x7e\ \x61\xa4\xa9\xa2\x24\x20\xa3\x1f\x19\x1f\xe7\x97\x96\x18\x13\x38\ \xd8\xc4\x28\x1a\x18\xa1\xe7\xe7\xf2\xf4\xb9\x84\x2f\x6e\xda\xb9\ \x75\x6f\xd4\x94\xbb\xf5\xd5\x9c\xec\x1d\x8d\x2e\x3a\x36\x9c\x51\ \xb6\xa9\x94\x9e\xed\x09\xc6\xea\x52\x53\x58\xa0\xc7\xfb\xf7\x1f\ \x32\x5c\x6d\x14\xb1\xc4\x74\x7f\x2c\x09\x03\x6d\x17\xb0\x75\xe9\ \x02\x80\x17\x61\xb0\x04\x94\x28\x56\x14\x85\x86\x5d\x0c\x25\x44\ \x08\x49\x64\x14\x11\xe0\x12\x19\xaa\x42\x02\x4c\x9c\xe8\x45\xec\ \x27\xb0\x58\x01\x74\x09\x16\x83\x27\x89\x4a\xe2\x54\x84\x45\xd1\ \x44\x82\xa2\x38\x0a\x2f\x80\x53\x91\x50\x14\x16\x10\x17\x40\x8b\ \x12\x50\x12\x8a\x46\xa1\x29\xc9\x9f\x7e\xe4\x95\x8e\x0c\x32\x4e\ \xec\xe4\xb5\x69\x34\x98\x2e\x79\xd7\x33\xc2\x41\x4b\x8e\x41\x3f\ \x3b\x5a\x67\x31\xc6\xa4\x3b\x98\xd4\xdd\xb3\xcd\xd1\x13\xea\x68\ \xb8\x63\x39\xb3\xdc\x91\xb9\xdf\x37\xc9\xdc\xd8\xdb\x3b\xa1\xb6\ \x16\xb2\x5a\xfb\x36\x00\x1f\xec\x70\x71\x51\xde\x3c\x62\x76\x28\ \xdb\xcd\xbb\x18\x16\x8e\x9a\x9e\x74\x94\xcf\x53\x47\xa9\xa6\xd2\ \xa3\x35\xdd\x34\x6d\xe9\x13\xf3\x9a\x9e\x72\xea\xea\xe0\x3a\xab\ \x8f\x45\xa1\x1e\xd1\xfa\xdc\xfa\x66\x98\x14\x47\x39\xcf\xad\xef\ \x8b\x91\xb1\xde\x41\xa9\xb1\xef\xbe\xbc\x0f\xcc\xfb\x54\x5a\x3b\ \xb2\x32\xd9\xbe\x3d\xb2\xc3\xa4\xd1\x16\x17\x47\xe7\x67\x76\xf3\ \x0b\xed\xe4\x79\x45\xe4\xa5\xac\x6e\xf3\xde\xe3\xbd\x7b\xeb\xe1\ \x9d\x5b\xbc\x22\x52\xb7\xcc\xcd\x45\xb8\x1e\x4a\x8b\xcc\x18\x72\ \xdd\x7f\x70\xff\xbe\xe1\x4c\xb9\x5d\xc7\x09\xdf\x90\xb3\xf3\x01\ \xb4\xe4\x43\x72\x70\x60\x91\xfd\xe0\x3b\xa0\xf0\x53\x53\x07\xe0\ \x58\x3a\x87\xd6\x58\x43\x43\x16\xec\x23\x03\x99\xc7\xb9\x64\x62\ \x50\x1a\x0e\x1d\x4c\x1d\x80\x63\x6c\x79\xf9\x9c\x9f\xf3\x0e\x5d\ \x28\x57\xac\x0b\x5c\xbb\xc8\xbd\x98\xae\x9c\x35\xcf\x8e\x0a\xce\ \xf4\xcb\xce\x7e\x6a\xf9\xca\xe9\xa9\xd9\xe3\x27\xfa\xfa\x46\x06\ \x7a\x38\x09\x09\x01\x41\x9c\xbe\xa5\x89\x81\x8d\xad\x99\x81\x86\ \xbe\xa6\xba\xba\x8a\x8c\xb8\x80\xb0\xa8\x9a\x82\x8a\xae\xc1\x13\ \x1b\xbd\x67\xfa\x26\x46\x7a\x7a\x7a\x46\xfa\xfa\x7a\xba\xea\xea\ \x4a\x38\x4d\xcd\x37\x2f\x5f\x02\xc0\x7a\xf9\x51\x9a\xcb\xee\x81\ \x98\x1c\xcd\xec\x45\xe0\xfc\x9a\x1e\x4e\x47\xd1\xc0\xe4\xf1\x53\ \xdb\xe7\xf6\xae\xaf\x5e\xc7\x45\x06\xa4\x65\x84\x44\xa6\xa5\xc5\ \x67\x26\x65\x26\xe5\x7c\x91\xfd\xb3\xd5\x55\x5d\x35\xdb\xd5\xd6\ \x7f\x3a\x1b\x67\xa9\xae\x62\x60\xf2\x3c\xf5\x5b\x64\x5c\x46\x66\ \xc8\x87\x9e\x86\xd2\xa8\x7a\x66\xf9\x9e\x1c\xdf\xc5\x29\x92\xcb\ \x85\x0c\x16\x21\x39\xb0\xe0\xe9\x23\x45\x2c\xcf\x85\x86\xd5\xed\ \xe1\x1f\x9f\x8a\xbe\x16\xbd\xf7\x89\xfa\x18\x1a\x1f\x1a\x1a\x14\ \xf3\x31\x25\x28\xc8\x27\x27\xed\xe3\xbb\xa6\x9f\xeb\x4b\xa3\xdd\ \x1e\x41\xd4\xe2\x36\x2b\x3e\x2e\x9e\xbb\xf7\xb8\xef\x3b\x14\x57\ \x3e\x90\x3a\xfc\x03\x71\xe9\xf0\x80\x8d\x40\x10\xb5\x0e\x20\x4a\ \x1d\xb0\x25\x22\x82\x50\xec\x8b\xe5\x2b\xf6\x05\xa8\x94\x33\x27\ \x02\x60\x07\x07\x87\xe7\x97\xed\xef\x9c\xe7\xa7\x17\xb0\x35\x0b\ \x29\xba\x23\xd9\x63\x88\x76\x74\xbe\xf6\x9c\xf9\xcf\x8c\xf4\x8d\ \xc9\x8c\xf3\xa1\x83\xaf\xa7\x94\xaa\x96\xd4\x6d\x07\x55\x3e\x31\ \x2d\x07\xc8\xa2\x72\xcb\xaa\x8a\x23\x1c\x7c\xb5\x12\x7c\x1d\xe0\ \x52\x1e\xc0\xb1\xdc\x04\xdf\x32\x00\x5a\x2d\x8d\xe0\xac\x0a\xd6\ \xa5\xca\x2a\xab\xab\xcb\x72\x73\x01\x0e\x8d\x77\x35\xb6\x4c\xb7\ \xb4\x4c\x43\x58\x9a\x6e\x2e\x6b\x04\x2c\x09\x30\xac\xca\xb6\x66\ \xa0\x08\xfb\x21\x7b\x6a\x01\x10\x35\xde\xbf\x35\x0d\x2b\xe8\xfd\ \x6d\xd3\xb3\x5d\xe0\xca\x34\xb8\x35\xde\x0c\x15\x64\x63\xd7\xec\ \xf4\xec\xe9\xc5\x81\x05\x9b\x4d\x39\x5f\x37\xb6\xde\x0c\x6c\x5f\ \x2e\x19\x58\xf0\xff\x27\x09\xf6\xba\x59\xdf\xf9\x6a\xc7\x7f\x56\ \x7e\xac\x2f\x55\x44\x33\xd6\x62\xdc\x7f\xd4\x0e\x53\x18\x73\xcc\ \x25\xfa\xc0\xcf\xbc\xf7\x61\x1e\x23\x13\x59\xee\x0b\x83\x83\x03\ \x3f\x57\xf2\xbc\x7e\x2e\x74\x0e\x6f\x0f\x46\x07\xd8\x7a\xad\xb5\ \x1b\x00\x66\xf5\x0b\x49\x7c\x46\x06\xfe\xea\xb0\x84\x02\x68\x8a\ \x5c\x02\xcb\x3d\x05\x05\x00\xaa\x60\x93\x03\x24\x54\x48\x7a\x73\ \x09\x0c\xf1\x22\x01\xfa\x85\x34\x8b\xfb\xa7\xe3\x89\xd0\x8f\x14\ \xe8\x49\xd8\x1c\x4f\xc0\x43\x5f\x3e\xe8\x8a\x05\xa9\x16\x20\x32\ \x00\xce\xd0\xfe\x30\x35\xb5\x17\xc9\x63\x25\x42\x53\x77\xe8\xe8\ \x47\xe8\x05\x92\x91\x58\x42\xc6\x03\x90\x50\x34\xb0\xd1\x33\xf1\ \xd3\x17\x56\xb7\xcc\x49\xcb\x48\x8e\xf1\x0a\xf2\x29\xad\x58\x79\ \x3b\x51\xbf\x64\x5a\xf6\x28\xdc\x71\x71\xaf\xa6\x9c\xc6\xa0\xcd\ \xcf\xf7\xf5\x35\xac\xd0\xe8\xf3\x9b\xcc\xb1\x33\x06\x6b\xfb\xd3\ \xc4\xcf\x81\xa6\xb0\xa0\xc4\x24\xaf\xd2\xf5\x01\x45\x20\x2f\x89\ \x75\x44\xa0\xeb\xd0\x04\x2c\x96\x80\x16\xc4\x60\xc4\x85\x05\x50\ \x68\x2c\x41\x10\x45\x04\x72\x10\x68\x3e\x34\x5c\x22\x24\xa1\x49\ \x78\x2c\x2c\xb5\x13\xc9\xe9\x24\x38\x1d\x89\x87\x38\x0c\x14\x2f\ \x34\xcf\x21\x93\xb1\x82\x32\x38\x61\x32\x1c\x31\x14\x50\x94\x14\ \x46\x49\xea\x68\x2a\xca\x08\xe2\x25\x51\x80\x9f\x09\x4a\x2a\x98\ \xa5\xe4\xd8\x9b\xbc\x7a\xee\xf4\x8a\x91\x6f\x6e\x6a\x6d\x38\xbf\ \xa2\x7c\xf7\xee\xdd\xfb\xf7\x1c\x22\xc4\x54\xf3\xe5\xcd\xe5\xef\ \xcb\x87\x17\x2a\xdb\x99\xe6\x77\x9c\x9d\x39\x6a\x87\xe7\x77\x9c\ \xd0\x17\xec\xf6\x76\x8e\x5c\xc2\xf3\x1b\xf6\x06\x18\x1d\x4c\x16\ \xcd\x10\x48\x37\x53\x6a\x4f\x9f\xa9\xa9\x8b\xe3\xd9\xc9\x0a\x85\ \xb6\x67\x78\xcb\x45\xbe\xdc\x65\x63\xd3\x71\x83\xd6\x11\xbe\xcb\ \x68\xa5\x8e\x1e\xf5\x50\x37\xf3\x01\xce\xb1\x64\xe7\x69\x1b\xdd\ \x8b\x1b\x0b\x54\x1a\xab\xa7\xbb\x9b\x5b\x6b\x91\xd5\x17\x18\xf4\ \x21\x2a\x36\xf6\x4b\x8c\x87\x4f\xde\xa7\x1f\x3f\x56\x07\x47\xc6\ \xea\x19\x94\xee\x56\x1a\xb5\x75\xbe\x70\xbe\x46\xd9\x5c\x56\xfa\ \xc1\x2d\xee\x07\xf7\xad\xb8\x45\x6e\xf3\xf1\x89\x71\xf0\xc9\xdd\ \xe3\xab\xce\x15\x11\xe2\xe0\xe1\xb5\x96\x7e\x68\xc8\x75\xeb\x9e\ \x18\xd7\x2d\x39\x87\x7e\xe9\x72\x73\xb1\x03\xe7\xef\x17\x5d\xc7\ \x87\xa7\x5b\x90\x0f\xc0\x42\xd4\x01\xc0\xac\xa9\xc3\xf3\x03\x78\ \xec\x9d\xc3\xc4\x79\xf6\x7b\x8b\xed\x93\x6c\x61\xc1\x89\x1c\xeb\ \xfc\xdf\xa7\x60\xbb\xe4\xf2\x29\xff\xb2\x76\xdb\x77\x4e\xce\x71\ \xc7\x88\xfe\x88\x04\x70\x00\x36\x2e\x1f\xf4\xcf\xae\x67\x67\x06\ \x87\xb8\x06\x24\xdb\xbe\x04\xf2\xfe\x8d\xa5\xa5\x91\x92\x81\xa6\ \xae\x3a\xd0\x80\x02\x28\x71\x03\x13\x23\x03\x7d\x13\x4b\x23\x13\ \x7d\x78\x45\x5d\x47\x40\x58\x12\x25\xac\xa0\x66\xa0\xaf\xf9\xf8\ \x09\x10\x70\xe0\xcb\x58\xc7\x58\xfd\x19\x50\x83\x7a\x36\x7e\x9f\ \x5f\x3d\x36\x36\x79\x6a\x33\x76\xff\xd6\x1d\x39\x8e\x09\xbd\x80\ \xb1\xfc\x9f\x0a\x92\x4a\x4a\x1a\x9a\x46\xf6\x2f\x6d\x6d\x03\xde\ \xb8\x66\xa6\x65\x66\xa6\x25\xa5\xf8\xbd\x4e\x4e\x0d\x78\x93\xf8\ \xe1\xc3\x4f\xb1\xe6\x4a\xdf\xaa\xf1\x08\xcf\xb6\xd3\xe2\xcc\x67\ \xea\x1a\x8f\xfd\xe2\x92\xde\xa4\xe5\x24\x7d\xcb\x98\x18\x9b\x5b\ \xfa\x32\x28\x22\x97\x70\x6f\xf9\xa0\xaa\xf8\xe2\x72\xbd\x13\x3a\ \xa6\x5a\x4c\x1d\xc2\xb0\x0d\x40\xb1\x2e\xa8\x4b\x4b\xeb\x2b\x6b\ \xc3\xd1\x6f\xbd\xdd\x83\xdf\x7d\x09\x8a\xff\x18\x94\x11\xfb\x31\ \x23\x3e\xc7\x23\x35\x2d\xea\x63\xb4\x0f\xab\x62\xc3\xb0\xc8\xfb\ \x43\x5f\x5b\x4b\xb1\x03\x07\x97\xd6\x6d\x39\x55\x37\x2e\x8e\x96\ \x03\x84\x34\x81\x97\x0d\x5c\x80\xcb\xcb\x25\x43\x58\x61\x3f\x38\ \x3f\x5d\xbe\x44\x2c\xa4\x62\x75\x49\xb2\x00\xba\x01\x94\xba\xc4\ \x32\x80\x58\x97\xc7\x39\xac\xc3\x1f\x5c\xaa\x26\x40\xaf\x9c\xa7\ \x96\x87\x9c\x2f\x9b\xdd\x9d\x9d\xff\xd7\xcd\x01\x11\x8b\x6c\x59\ \xf5\xbd\x2c\x22\x41\x55\x15\xfe\x8d\xf9\x6e\x73\x70\x89\xa9\x6a\ \x89\xf9\x42\x2a\x55\xec\x0b\x5b\x9b\x72\x23\x60\x37\x3a\x64\x4d\ \x55\x8d\x55\xb9\xd5\x2d\xcd\xc5\xc5\x95\x95\xcd\x2d\x95\xd5\x6d\ \x95\x55\x40\xf6\xb5\x41\x8d\xd7\xdf\xd2\xb2\xd5\x02\x38\x55\x0b\ \x90\x7e\x10\xb8\x5a\x90\x8a\x55\xf3\xf8\xf4\xec\x2c\x2c\x5e\x75\ \x35\x42\xd1\x37\xdd\x35\xbd\x05\xce\x5a\x60\x15\x7d\x7a\x6b\x6b\ \x76\x0b\xf6\x98\xcd\x1e\x83\xe7\xf8\x9d\xff\x52\xf8\x5d\xe1\xa8\ \xf3\x5f\xb6\x5d\x57\x79\x64\xd7\x49\x65\x7f\x65\xc5\x5e\x8d\x73\ \x5f\xf7\xc1\xfe\x43\xdb\x19\x9b\x6b\x1a\x5e\xa4\x26\x46\x55\xd4\ \xd3\xc3\x27\xc6\x58\x9d\x13\xcc\xda\xf6\xed\x7d\xfa\x5c\xd3\xca\ \xe4\xc2\xc4\x60\xed\x02\x7d\xa5\x89\xde\x30\x37\x42\x1f\x09\x74\ \x0a\xcd\x6a\xaf\xc0\x95\xc0\x28\x7a\x40\x92\x60\x33\xc2\x2f\x20\ \xdd\xd2\xfd\xd3\x09\x80\x48\x81\x4b\x7f\xff\x5f\x75\x40\xe8\x91\ \xc8\x30\x41\x02\xe8\x39\x32\x09\x56\x9e\xe0\xb0\x33\x86\x40\x4c\ \x27\xd5\xc1\xc0\x65\xff\x12\x2c\xe0\x5e\x80\x92\x01\x89\x97\x4e\ \x4c\x27\x03\xc2\x55\x42\xc0\x92\x60\x21\x0c\xf0\x27\x41\x02\x11\ \xe0\x1f\x86\x5c\x87\xe4\x40\xd7\x81\x1f\xed\x8f\xd8\xe4\x15\xf8\ \x13\xd2\x51\x84\x12\x40\xd4\x24\x64\xf4\x9f\xda\x9b\x24\xe9\xaa\ \x3c\x09\x71\x8a\x4f\x0c\xf9\x16\x95\x1d\xfa\xd5\x7d\xa1\xbd\x7d\ \x60\xa0\xc3\x74\x63\x71\x7e\xf4\x64\x66\x97\x45\x3b\xd9\xec\xde\ \xa0\x51\x68\xad\x67\x54\xda\xd7\x75\x46\xed\xca\xbb\xb0\x3c\x0f\ \x8f\xaf\x73\x3b\x3d\x54\xea\xde\x06\xd5\xc0\x9f\x48\x40\x01\x48\ \x05\x44\x8a\x88\x45\x13\xd0\xc2\x78\xa2\xa0\xa0\xa8\xa0\x84\x80\ \x28\x4c\x97\x10\xc4\xa0\x31\x04\x80\x58\x82\x68\x58\x66\xc7\x20\ \x6b\x83\x64\xe8\xf5\x05\x1b\x19\x48\x68\x02\x19\x3c\xba\x3a\x32\ \x16\x23\xaa\x28\x2e\x21\x8e\x86\x1d\x1c\x58\x75\x9c\x84\xb8\xa0\ \xb0\xb8\x82\xa2\xa2\xa2\xa0\xa4\x20\x50\x8c\x02\x28\x61\x83\xd7\ \x6f\xe2\x43\x70\x4a\x66\x7a\x5e\xb4\xdd\xc5\x7c\x43\x4a\x2b\x0f\ \xef\x3d\x31\x0e\x0e\xcf\x84\x08\xd9\xdf\x34\x5a\xe9\x89\x35\x65\ \x6c\x74\xbe\xa6\xef\xc4\xad\xdc\x74\x37\xdf\xed\x28\xdf\x91\x46\ \x73\xc9\xb7\x76\xab\x69\x65\xb1\xe8\x47\x1d\x1b\xb4\x68\x06\x73\ \xc3\xf1\x81\xf6\x51\xb7\x63\x39\xbd\x23\x3c\x7c\x43\x96\xfb\xa4\ \x8f\xdb\xce\xba\x7c\x31\xff\x64\xf1\x84\xba\xb9\x3b\xba\x57\xa8\ \x3d\xa3\x7c\x4f\xb9\x7b\xf1\xa4\x8f\xa6\x6d\xcd\xd3\x77\x52\xd3\ \xea\xb6\xc9\x98\xd8\xef\x59\x5a\x5d\x7d\x17\x97\x1c\x93\x1a\x9f\ \x96\x18\x1a\xf3\x25\xf4\x4b\xa0\xd7\xd7\xb9\x1f\xf5\x15\x4d\x23\ \xeb\x74\x26\xad\x9b\x45\x3b\x02\xa2\xcf\x5c\x59\x44\xe8\xd1\x43\ \x2e\x8e\x7b\xf7\x3c\xad\x78\xf8\x54\xf9\xa4\xb4\xe4\x54\xad\xa4\ \x3c\x1b\xef\x2b\x73\x88\x3d\x50\x76\xe4\xb9\x77\xeb\xbe\xaa\x27\ \x17\xf7\x5d\xee\x04\xad\x47\x22\xa6\xb7\x0e\xf8\xa7\x2a\x23\xaa\ \xab\x1e\x48\x4d\x4f\x37\x9f\xc2\xb5\x76\x0b\x40\xac\x10\xba\xb0\ \x8c\x1c\xc8\x37\xcb\xe8\x97\x79\x5f\xd0\x86\xf4\x1c\x6e\xbd\xd8\ \x9a\x3d\x75\xfe\x37\x42\x64\xeb\x60\xe8\x30\xf7\x7e\x59\x25\x47\ \xdb\xf4\xc5\xe1\xf1\xd0\x1f\xb1\xa0\xd0\xa8\xd4\xa8\x10\x27\xa7\ \x80\x57\xb6\x46\x66\xcf\x1f\xeb\x1b\xe9\x6b\xe8\xeb\xaa\xe9\xea\ \x28\x09\x0b\x0a\x4a\x1a\x3f\x31\x50\x53\xd1\x80\xad\x57\x7a\x7a\ \xb6\x26\x9a\x8a\x12\x90\xb8\x0a\x28\xe1\x14\x0c\x8c\x9f\x3d\x79\ \xfa\xfc\xa9\xed\x63\x03\x63\x75\xe3\x37\xb6\x7a\x1a\x4f\x32\x93\ \x5c\x6d\x8d\xcd\x3e\xbf\xc8\xde\x10\x93\x53\xe5\x0e\x33\x89\xa2\ \x4a\x67\x61\x04\x24\x25\x34\x35\x9f\xd8\xd8\x47\xbe\x78\xfe\xc6\ \x2f\x2e\x27\x32\xd2\x2f\x20\x2e\xf2\x8d\x5f\xc8\xab\xa8\xc0\x98\ \xa8\x1e\x5e\xbe\x3b\x72\x8d\x8d\x1c\xaa\xe3\x5b\xb2\xc9\x9f\xd5\ \xf5\x9f\xc5\x05\x58\xbe\x49\xf4\x09\x8e\x2e\x9a\x18\x66\x16\xd2\ \x44\x0e\xc7\xff\xd8\x8d\x17\x1f\x56\x27\xf0\x5f\xc5\xc5\x5b\x5c\ \x77\xeb\x4f\x0d\x39\xf3\x4e\x2e\x31\xda\x47\xda\x2b\xbc\xb3\x3e\ \x7e\x09\x73\x8f\x89\xca\xf1\xfe\x98\x9a\x98\xf1\x2d\xd5\xc3\xfb\ \x4b\x52\xf0\x17\x8f\xf2\x1e\x96\xcb\xd2\x07\x8f\x22\xd3\x96\xae\ \x32\xd5\x3b\x52\x62\x09\x65\xf9\xe5\x42\x7f\xe0\x02\x05\xb2\x4c\ \x01\x80\xea\x10\x81\xa5\x43\x48\xa9\xc0\x8d\xa9\xf3\x53\x84\x6a\ \x21\xec\xeb\x0f\x5b\x30\x5e\x52\xad\x83\xa9\x0b\xa4\x52\x0f\x20\ \xee\x70\xe8\xb2\xc0\x73\xf1\x07\x36\x3a\x5c\x72\x2c\x4e\x00\x58\ \x07\xce\xd7\x65\x1e\xf0\x57\x18\xba\xe2\x2f\x37\x5d\x59\x6c\xe8\ \xea\x02\x02\xd0\x41\x4a\x0c\xba\x2f\x80\x0b\x68\x98\xa0\xaa\x55\ \x5d\x56\x1c\x51\x56\x09\x70\xa7\x0a\xf6\x6a\x36\x57\x57\x37\x56\ \x96\x35\xc2\xe2\x54\x25\xbb\x75\xaa\xb2\x05\x50\x23\x84\x49\x75\ \x35\x03\xd9\xd7\xdf\xd5\x35\x0e\xee\x83\x02\xb1\x7f\xba\xab\x19\ \x56\xa7\xfa\x67\x67\xb7\x8e\x81\x1a\xec\x1f\x07\xf0\x04\x38\x14\ \x80\xa7\xae\xe9\xfe\xad\x59\xa8\x04\x8f\x8f\xa7\x4f\x61\xc4\x06\ \x40\xaa\xeb\x22\xd5\x4d\xc0\x86\x33\xe7\xdf\xef\x19\x8b\xff\xb5\ \xfa\xb2\xf8\x4f\xc8\xe2\x5f\x99\xb1\x16\xff\x50\xe8\xd1\xa5\x73\ \x4b\xd4\xc1\xa0\x0a\x2f\xbf\x2f\x2b\xf5\x3b\x73\x4d\x3b\x9b\x34\ \x26\xbd\x7b\xb3\x9c\x31\xb8\xd3\x5a\x3b\xdc\xbe\x3e\x37\xd6\xb4\ \xb2\x30\x30\x57\xbf\xce\x5c\xf8\x39\xb9\x33\x28\xe9\x4f\x24\x22\ \x96\xa3\x30\x55\x1e\x10\x25\x22\xa0\x44\x44\x3c\xb9\x00\x76\x75\ \x12\xea\xea\x00\x69\xc2\xa4\x03\x98\x02\xa4\x84\x94\x0e\x4d\x64\ \xd8\x0d\xa1\x78\x24\x77\x10\x26\x38\x93\x09\x40\x85\x01\x95\x05\ \x00\xec\xff\x7e\xa5\x93\x61\x03\x04\x00\x32\x32\xec\x24\xf5\x07\ \xfa\x12\x80\xd2\x2f\x12\x96\x58\x00\x36\xfc\x82\x1a\x11\xe8\x4c\ \x42\x3a\x6c\xcc\x42\x63\x88\xe9\xe9\x44\xb2\xb8\xb0\x8a\xeb\x33\ \xb3\x57\x66\x9a\x7e\xdf\x42\x5c\xbf\x65\x26\xa5\x7c\xf1\x09\x1c\ \x98\x1b\x9b\x6b\xef\xd9\xdc\x3f\xea\x6e\x3d\x19\x6d\x65\xad\x9d\ \xb5\x32\x59\xf4\x6e\x56\xc3\xef\xf5\xb1\xa5\xaf\x61\xee\x29\x1f\ \xb2\xbc\xdd\x07\x47\x58\x47\x34\x6a\xcf\x12\x95\xb5\x91\x5c\x80\ \x27\x88\x0a\x60\xc9\x68\x51\x80\x45\x04\x3c\x56\x51\x10\x8f\xc7\ \x62\x04\x05\x84\xc1\x23\x13\x44\x09\xa3\x01\xab\xc2\xa0\xf1\x68\ \xac\xa8\x28\x0a\x2f\x0c\x94\x22\x1e\xf6\xbc\x92\x48\x78\x38\xf0\ \x4c\xf4\x4f\xc7\x62\x25\xc5\x45\x45\x01\x56\x61\x50\xe2\xc2\x58\ \x0c\x86\x2c\xaa\xa0\xa0\x24\x20\x00\x63\xf0\xc4\x15\x25\x65\x64\ \x04\x81\x52\x54\x12\xd6\x7f\xa6\xfb\xfe\xb7\x9f\xae\xb0\x60\x52\ \xeb\x3c\xcd\x0e\x60\x0a\xe0\x2c\x5c\xdc\x7c\xaa\xbe\x9e\xad\xf4\ \x8d\xf2\xd5\xb3\x9a\xd1\xd1\xe5\xda\x93\x92\x00\x00\x20\x00\x49\ \x44\x41\x54\x9a\x7b\xe1\x1d\x1d\xe5\x85\xe5\x76\xf9\xd4\x42\xf3\ \x8e\x39\xa6\xe1\x83\xf0\xee\xc5\xd6\x3e\xa0\x66\xe7\x37\x8e\xce\ \x7a\xd6\x6a\x3a\x1c\x79\xad\x77\x6b\xac\x6b\xe6\x0b\x1d\xed\x36\ \x4f\x36\x5d\x54\x1f\x2c\xce\xe7\x77\x84\x77\xc8\x2b\xbb\xd1\x7a\ \xf2\x47\xf7\x57\x67\x0a\x0b\xf3\xcd\x19\xdd\x35\x34\x6a\xf9\xc6\ \xea\xd9\xcc\xc9\x0a\x78\xba\xde\x19\x3e\xa9\xdf\x12\x83\x83\x53\ \x82\xe3\x83\x12\xc1\xb9\x57\xed\xd7\xaf\x9d\x9d\x45\x4d\x93\x67\ \xd4\x95\x06\x5a\xeb\xd1\x5e\x9f\x9b\xa3\xa9\xbc\xbc\xb5\x08\x37\ \x37\xef\x3d\x3e\x0e\xd5\x2a\xae\xbb\x09\x09\xaa\x56\x9e\x72\x11\ \x56\xbe\x6d\xaa\x6e\x77\x22\x54\xef\xf2\xf0\xc8\xca\x4a\x73\x59\ \xf9\xca\xf1\xf2\x72\xdf\x15\xb9\xf5\xe8\xd6\xed\x83\x7f\x97\xab\ \x1f\x71\x48\xcf\x6b\x8b\xc9\x35\x96\x55\xf6\x9f\xc2\x8a\xfb\xc5\ \xe1\x29\x72\xa0\x1d\x4c\xc1\x50\x84\x29\x24\x71\x8a\x7d\x7c\x43\ \xae\xf5\x1d\x1c\x95\xa7\x5d\xb0\x29\xb2\xf2\xd0\xf9\xfb\xed\xb2\ \xb6\xf1\xd3\xb6\x62\x0e\x5f\xb9\xdb\x95\xcd\xa7\xc7\x17\x7f\x0c\ \x03\x92\x82\xe3\x22\x93\x6d\x6d\x5f\xbe\xb4\xb5\xd1\x78\x0e\x28\ \x96\x99\x31\x10\x81\x38\x19\x61\x14\x4a\x54\x40\xe1\xb1\x89\xb8\ \x0c\x0e\xe6\x37\xaa\xa9\xeb\x1b\xe9\x68\xe8\xa9\x29\xa9\xc8\xa0\ \x64\x64\x94\x94\xd4\x8c\x1e\x3f\x7b\xfa\xf2\x99\x99\x91\xae\xae\ \xe6\x9b\x24\x57\x4b\xe3\xcf\xf1\x49\xc9\x2f\x6d\xfd\x9c\x02\x4a\ \x1f\xe5\x5a\xf1\x84\xea\x7a\xb9\x18\x26\xa2\x24\x25\x14\x94\xd4\ \x8c\x35\x9e\xbe\xb1\x7c\xfe\xec\xcd\x2b\xbf\x64\xd7\xd7\x2f\xec\ \x6d\x02\xbe\xbd\x7e\x95\x1d\x1a\xbb\x7a\xf7\x81\x08\xcf\xed\xaa\ \x62\xad\xca\xf1\xd3\xfd\x17\x4e\xba\xfa\xb6\x49\x7e\x36\xf6\x3e\ \x9f\x7e\x2c\xac\xcf\xad\xed\x53\x69\xa7\xe7\x16\x9c\x87\x70\xd1\ \xae\x0a\x72\x2b\xa4\x9a\xc4\xcf\xb6\xf5\x42\x96\x12\x38\xdb\x56\ \x58\x2b\xed\xab\x4d\x5f\x4b\x03\xbf\xb8\x87\xbe\x0d\xf5\x88\xf9\ \x12\x1b\xe5\x1e\xfc\xde\xc7\x27\x26\x26\x2a\x28\x36\xe6\xa8\x7b\ \x47\xba\x23\x3e\xf4\x6d\x11\xef\x78\x57\xb5\x16\xc7\xfd\xb2\xb6\ \x7b\x8f\xb4\x80\x70\x3e\x3f\x67\x03\x16\xc2\xb5\x2e\x61\x09\x29\ \x69\x2d\xb3\xab\x5b\x08\xf3\xba\x60\x6f\x46\xca\x5b\xe0\xfe\x03\ \x28\x19\x97\x11\xa4\x3b\x3c\x60\x23\xd6\x77\xd8\x04\xc7\xef\x7c\ \x55\xa1\x06\xd7\xaf\xea\xd1\xc8\x34\xf4\x21\xa7\xc5\xc1\xd5\xf8\ \xf4\x7f\x46\x0e\xbb\x80\xde\x83\xfe\x2f\x0e\x56\xbe\x56\xaa\xbe\ \xb9\x0e\x5a\x0e\x7c\x77\x55\xcb\xca\xaa\x23\xaa\xfb\x91\xc5\xbc\ \x46\x88\x5b\x2d\xfd\x2d\x6d\x6d\xcd\xcd\xfd\x40\x2e\x57\x02\xdc\ \xea\x82\x9d\x08\xe3\x6d\xb0\x4a\xde\x0c\x57\x01\x01\x16\x81\x3d\ \x5a\x00\x93\xda\x9a\x9e\xee\x9a\x3d\x9e\xde\x82\x78\xb5\xb5\x75\ \x3c\x3e\xdb\x0f\xf0\x0c\x8e\x48\x4e\x43\x62\x35\xbd\x75\x0c\xde\ \x19\xe0\x05\x63\x97\xa9\xfe\xb7\xa4\x76\x5d\x4f\xbf\xe2\x4d\x16\ \x7f\xfb\xa4\x22\xa2\xf0\xaf\x61\xa3\xbf\x5d\xbd\xe0\x1d\xff\x1c\ \x6d\x37\xfd\xd8\x99\x58\x19\x18\x5e\x1d\xc9\x8b\x0d\xdc\xdf\x64\ \x2c\xad\xac\x35\xac\x95\xd6\xae\xd3\xf7\x86\xc3\x26\x18\xef\xb3\ \xe6\xda\x87\x97\x02\x8b\xf2\x7e\xd6\x96\x4e\x6e\xcc\xd0\x77\x7e\ \x8a\x16\x00\x62\x95\x5e\x52\x00\x1b\x1a\xfc\x61\xab\x54\x09\x4c\ \x7d\x2e\x00\x9a\xaf\xb7\x97\xdc\x4b\x42\xd6\x0a\x21\xdb\x4a\x07\ \xfa\x89\x4c\xaa\xab\xeb\x85\x51\xa9\x78\xa0\xfe\xea\x7e\xf5\x96\ \xf4\xf6\xf6\xd6\xa5\xc3\x39\xc2\x74\x72\x6f\x3a\xf8\x39\x30\xd6\ \xb0\xe4\x57\x1d\x00\x37\x22\xb9\x0e\xde\x9b\x4e\xc6\x03\x2e\x83\ \x85\x55\x2c\x84\xb4\x95\x80\xfd\x0a\xd2\x91\xbc\x55\x3c\xbe\x04\ \xda\xfa\xa1\x8c\x9e\x86\xd8\x7f\x0e\xd0\x70\x0a\xc8\xfc\x9c\x9a\ \x96\x99\x91\x13\x5d\xf1\x63\x70\x6d\x69\x8e\x4e\x59\x65\x32\x29\ \xbf\x29\x8c\xfd\x81\x22\x16\x93\x49\x5f\x5b\x59\x5b\x69\x7f\xfb\ \xe5\x63\x5a\x54\x58\xe7\xb6\x47\x4e\x27\x9d\xb1\xcd\x68\x2f\x9d\ \xec\x59\x5f\xf2\xc6\x90\xb1\xe0\x11\x11\x49\x02\xc2\x28\x80\x58\ \xa2\x82\xc2\xa2\x44\x34\x56\x1c\x85\xc6\xa3\x00\xd5\x42\x41\xdf\ \x18\x02\x01\x4b\x20\xa0\x30\x68\x61\x0c\xe2\x54\x0c\x84\x1f\x9c\ \xbf\x21\x61\x85\x51\xc2\x12\x28\x94\xb8\x20\x10\x8b\x64\x02\x9c\ \xce\x01\xfc\x0b\x2d\x23\xa3\xa8\x28\x21\x23\x23\x01\xe0\x4a\x5c\ \x40\x42\x01\x05\xd4\xa5\x82\xce\x4b\x27\xfd\x80\xa8\xe4\x98\x60\ \x83\x8c\xf0\xc5\xcd\x51\xda\xae\xb6\x3c\x37\x2f\x37\x07\x9c\x50\ \x37\x75\x99\xa1\x31\x1b\xba\xe7\x4f\x36\x8e\xe6\x4f\x5c\x4e\xf6\ \x56\x59\x3d\x9d\xf3\x7d\x74\xc6\xa3\x3e\x2a\x6d\x71\x94\x56\xd8\ \x17\xde\x61\xee\x28\x2d\xdf\x37\xbf\x79\x52\xae\xbc\x48\xb5\x13\ \xc9\x57\x0e\xaf\x09\x67\x6d\xcc\x58\xcf\xb3\x58\x6e\x76\x47\x33\ \xa3\x8e\x76\x2e\x1d\x7b\x34\x73\x37\x73\xb7\x8d\xbd\x93\x9a\x45\ \x6a\xdf\x6f\x1a\xe3\xe7\x0e\x63\xbd\xc9\x3d\x34\x35\xc7\x2f\x25\ \x27\xed\x4d\x72\xa6\xdf\xe7\xd8\xc8\x90\xe4\xf8\x8f\xde\xf5\x3f\ \xf2\xc0\xc7\xce\xf0\xc0\x08\x10\xfb\xfb\x94\xdd\xee\xdd\xc5\xf2\ \x7c\x6b\xeb\x47\x40\x10\x72\xc0\x6c\x26\xb9\x5c\x1e\xe9\x5c\xdf\ \x84\xb2\x5c\x4f\x38\x61\x5a\xfd\x90\xd7\xd7\x33\x37\x42\x0e\x20\ \x96\xd0\x43\xb1\x08\x29\xb9\xdb\x5c\x30\x88\xe9\x21\xef\xc1\x3f\ \xd5\xdd\xa6\x76\x35\x27\x72\x1c\xb7\x1c\x1e\x71\xcb\x6d\x5d\xc0\ \xbe\xa1\xe9\xd3\x73\x70\x70\x9d\x4f\xb1\xe7\x9d\xaf\x39\x3d\x72\ \x60\x03\x1e\xf1\x67\xb6\xaa\xea\xb6\xdc\xe9\x74\xd9\xb9\xf3\x50\ \x17\xf8\x38\x2f\x9b\xd5\x12\xbb\x27\x56\xe6\x5b\x3c\xde\xdc\x48\ \x0d\x89\x4b\xf3\x7b\x13\x60\xff\xd4\xd6\xde\xf2\xc9\xd3\x17\x4f\ \x4d\x9e\x18\x19\x1b\xab\xab\xe9\xa8\x8b\x0b\x88\x03\xcc\x52\xd1\ \x54\x52\xd1\xc1\xe1\x70\x6a\x06\x1a\x66\xfa\xba\x06\x46\x66\x26\ \x1a\x6a\x38\x19\x01\x49\x45\x9c\x86\x9a\xde\x63\x63\x03\x13\xbd\ \x27\x96\xfa\x06\x39\x31\x7e\x4f\x6c\xc0\xa7\x56\x62\x4e\xa6\x6b\ \x4a\xcc\xae\x83\xaa\x50\x8a\xe5\x1a\x6f\xf8\x1b\x45\x15\x05\x75\ \x05\x05\x23\x7d\xcb\x27\xfa\x66\x46\x36\x96\x4e\xb6\xb6\xcf\x1e\ \x3f\xb7\xf7\xfb\x96\x9c\xec\x97\xba\xc9\x7d\xcf\x8a\xeb\xb6\x95\ \xaa\x55\x71\x57\xe5\x69\x6a\xc0\x63\x7d\x27\x3f\xd7\x97\x96\x6f\ \x02\x8b\x06\x57\x3b\xc7\x46\x18\xad\xcd\xcb\xb0\x5c\xe2\x7c\xf1\ \xfd\x80\xff\xfb\x9f\x03\x8b\xd3\xa9\x0b\xb9\x53\xb6\x81\x0e\xbb\ \x47\x63\xca\x62\x7e\xb5\x61\x6e\xa7\xf3\x6b\x45\x6d\x60\xd4\x87\ \xa0\xd0\x94\x0f\xb1\x5f\xa2\x82\xe2\xdf\x7a\xf9\x7c\xf9\x90\x11\ \x9b\x9a\xb6\xb3\xb7\xc0\xba\xff\xde\xe3\x6d\x18\x43\x75\xba\xbf\ \xfa\xd6\x83\xb6\x16\x55\x9e\xd3\x29\x88\x38\x00\xb4\x10\x8a\x05\ \xbb\x41\x0e\xd9\x34\xeb\xaf\xe2\x15\x84\x25\x44\x34\x42\xbd\x78\ \x70\xb9\x9c\x08\x11\x0b\xb6\x66\x21\xd5\x43\x36\x44\x41\xd6\x7a\ \xc0\xae\xad\x83\xd3\xe9\x29\x6c\xd9\xe2\xbc\x02\x28\xfe\x43\xf0\ \x07\xb9\x5c\x52\xe3\xbc\x01\x0b\x70\xad\xb9\x0c\x1a\x55\x95\xf9\ \x46\x68\x79\x7a\xaa\x46\xe4\xca\x59\x39\xa8\x8a\xc9\x15\x57\x25\ \x44\x14\x37\x56\x22\xbd\x0a\xfd\x50\xf5\x8d\xc3\xe6\x04\x70\xa3\ \x05\x59\xf1\x1b\xaf\x6a\x04\xcc\x0a\x56\xaa\x9a\xe1\xd2\x1f\xe0\ \x51\xe3\xd3\xfd\x6d\xc8\x62\x5f\x5b\xff\xf1\x16\xd2\xf0\x3a\xdb\ \xd5\x0c\x5b\xaa\xba\xfa\xab\x80\x5e\x04\x20\x06\xde\x16\xe7\x30\ \x68\xe3\xdf\x7f\x6f\x50\xf3\xef\x1e\xb1\x6b\x4f\xd4\x1b\xb7\xae\ \xff\xf5\x9f\xb7\xb8\x74\xfe\xfa\x1f\xbf\xfa\xcb\xa1\xc9\x7f\x7a\ \x6a\x87\x57\xc6\xbe\x6e\xaf\xb4\x33\xce\x7e\xef\xac\x56\x8c\x8c\ \x51\xc2\xcb\x67\xba\x5b\x77\x87\x3d\x96\x5a\x69\x8c\xb3\x85\x2c\ \xaf\xce\xb1\xce\xfa\xf5\xb9\x98\xc0\x8f\xde\x03\x3d\xf4\x95\x5a\ \x1c\x7b\xec\x19\x16\xce\x7f\x15\x20\xe9\xcc\x30\xda\xc6\x1f\xb6\ \x1e\xfc\x22\x03\x00\xc2\x8b\xc2\x04\x0a\x38\x57\x58\xe7\x4f\x02\ \x92\xcf\x9f\x0c\x70\x0b\x0f\xd3\xbf\x7a\x61\x63\x3c\x80\x29\x20\ \xb0\x10\xf7\xf7\x5e\x40\xcf\x08\x80\x69\x15\x14\xc0\x2c\x1d\x22\ \x34\x7a\x2f\x29\xc1\x62\xd3\xfd\x89\x00\x08\x7a\x7f\x95\x40\x47\ \x53\x98\xcf\xda\x8b\xc7\xc3\x2e\x2f\x32\xf8\xd6\xff\xfb\xf5\x4b\ \x54\xf1\xc9\xf3\x97\x01\xc9\xea\xae\x39\xa9\x49\x1f\x12\x53\x7d\ \xb2\x13\x7f\xb6\x8f\xd0\xd7\x3b\xd7\x98\x2c\x4a\xcf\xf6\x70\xfd\ \xd7\xb5\xc9\xc9\xc1\xb1\xb1\x91\xd2\xe8\xa6\x89\x8a\x8a\xb0\xc0\ \x19\xca\xef\xc1\xf8\xaf\x45\x59\xd4\xdf\x3b\xfb\xdb\x2b\xab\x93\ \x23\x63\xfb\x4f\xd2\x01\x87\x03\x3f\x13\x83\x06\x34\x0a\x8f\x02\ \x18\xe5\x8f\x42\xe1\x81\x42\x14\x47\x61\x01\x16\x11\x61\x6b\x28\ \x01\x8f\x47\x89\x62\xa0\x3c\x4c\x27\x00\x6e\x05\x48\x20\x91\x24\ \x2c\x2a\x0a\x36\x43\x7b\x67\x7f\x80\x60\x04\x00\xc8\x18\x34\x11\ \x03\x3e\xcf\x71\x28\x15\x01\x19\x94\x84\x82\xb8\xb8\xb0\x38\x4e\ \x40\x14\x85\x96\x51\x73\xf2\xd3\x7b\xa2\x67\xa0\xf9\x32\x86\xbe\ \x7b\xb2\x31\x23\xcb\x32\x7d\x74\x97\x83\x43\x4c\x35\xc1\x97\x97\ \xb6\x14\x18\x14\xf8\x76\x61\x6e\x82\xba\xdf\xb0\x38\x4a\x67\x50\ \x98\xbf\x3f\xe6\xac\xd2\x3a\xa8\xf4\xdd\xdd\x3d\x17\x6a\xeb\x4c\ \xa1\x8b\xf4\xa2\xdb\xdd\x07\x42\xb2\x2e\xdd\x1b\x27\xd6\x8b\xe5\ \xa3\x85\x35\xb4\x93\x42\x73\xd3\x07\xb4\xb3\xc2\xc2\x99\x85\xdf\ \xac\x51\xb7\xd1\xa3\xbd\x6e\x59\x21\xde\xf0\x3d\x46\x03\xcd\xd4\ \xd1\xd0\x6d\x93\x79\x46\x5d\xcb\x0b\x4d\xfc\x92\x11\x95\xfa\x2d\ \x29\x34\x33\x29\x24\xd2\x35\xed\x5b\x70\x4c\x8a\xc7\xfb\xbc\x9f\ \x9f\x7e\xd4\x0e\x8f\x0c\x74\x36\x8c\xec\x30\x99\xbf\xbb\x8f\xfa\ \xc2\xc3\x0d\x95\x65\x79\xee\xdc\x92\x83\xc9\x99\x0e\x11\xaa\xa6\ \x52\x70\xe2\xab\x0c\xce\x79\x35\x3e\x10\xf2\x75\xb8\x27\xe5\x79\ \x3b\xf7\xb6\x98\xf6\xe8\x43\x39\xab\xdb\x52\x62\x72\x5c\xf7\x78\ \xa4\x6f\x6f\x39\x3f\xa4\x76\x18\xda\x69\x0b\x9d\xcc\xdf\xeb\x36\ \xe5\x4d\x98\x3d\x3d\x05\x9f\xb9\xa7\x87\xc7\xb3\x07\xe7\xd0\xf2\ \xf8\x3b\xe4\xf5\x6c\x82\x8f\xd8\xc9\x1c\x22\xc3\x73\xfd\x2e\x76\ \x7d\xa7\xfd\xd3\x07\x16\x43\x17\x5d\x56\xca\x52\x3c\x8e\xf7\x79\ \x61\xd3\xf3\x6c\xc4\x60\x5c\x8e\xeb\x8b\x67\x96\xaf\xfc\xec\x9f\ \xda\x3c\x37\x78\x6c\xff\xcc\x4c\xdf\x4c\x43\x5d\x47\x49\x05\xa7\ \xa0\xa9\x28\x2e\x23\xac\xa4\xa9\x8b\x53\xc7\x09\x28\xa9\xa9\xe9\ \x69\x1a\x99\x68\x6a\xe8\xe9\x1a\xe8\x29\x49\x2a\x02\xcc\x52\x50\ \x03\xe4\x4a\xef\xd9\x4b\x4b\x3d\x5d\xb3\xb8\xa0\xb8\x67\x4f\x9f\ \x27\xbf\x4d\x8b\x4f\xca\x70\x67\xdd\xb3\x92\xcf\xce\xac\x91\x73\ \x33\x93\x10\x97\x50\x92\x51\x57\x57\xd4\x31\x78\xac\x61\x60\x6c\ \x62\x69\x6f\x6f\xfb\xec\x45\x9c\x5f\xdc\x1b\xdb\xa4\xb3\x3b\x42\ \x09\x6d\x62\x62\xaa\x1c\x09\xcd\x77\xca\x1a\x6d\x33\x2c\x4d\x02\ \x92\x5f\xd9\xda\x3c\x6f\x6f\x0a\xee\x6c\x1f\x5c\xa7\x9c\x2e\x17\ \x43\xe5\x32\x05\x3f\xf8\xc7\x8f\x2f\x96\x4f\x4f\x7d\x4d\x73\x01\ \x5a\x58\x5c\x8d\x43\x5a\x38\x47\xac\xae\x0d\x8c\xb5\x4f\xd6\x46\ \x83\x23\x22\xc3\x3b\x26\x26\xf6\x43\x5a\x5a\x86\x77\xf0\x97\xc4\ \xb7\x19\x99\xa9\xdf\x7a\x64\x47\x37\x7c\xcf\xc2\xdc\xbd\x7d\x68\ \x65\xb3\xcd\x62\xf7\x1b\xbb\x1c\x8a\xa7\xce\xd9\x80\x05\x7e\x0e\ \x72\xce\x3e\x41\xd6\x75\x70\x3e\xc4\x66\x5d\x87\x97\x58\x76\x00\ \x0b\x83\x07\x16\xce\xfc\xc8\x2e\x17\xe7\x07\x17\x7f\x96\x0f\x2f\ \xf7\x47\x20\xea\x00\x00\x18\xac\x5e\xb3\xcb\x41\x7f\xfe\x40\x5f\ \xd2\x9b\x36\x07\x80\x71\xe7\xfc\x37\x0e\x35\x37\xde\xf0\xc7\x65\ \xc5\xbe\x09\x11\xbe\xb9\x09\x56\xe0\x2d\xe8\xe0\x20\xe5\x0b\x4d\ \xad\x72\x73\xb5\x7c\xab\x8a\xcb\x2a\xab\x00\x38\x1d\xcf\xce\x42\ \xf0\x69\x69\x6b\x6e\xeb\x6a\x06\x84\xa9\xad\xaa\xe5\x78\xbc\x65\ \x7a\x16\x90\x2f\x20\x0d\xab\x5a\x20\x7d\x02\x62\xb0\xab\xb9\xad\ \x6d\xbc\xa5\x0d\xb0\xd3\xe3\xd9\x2d\x70\x82\x30\x36\x3d\x0e\x9b\ \xd4\x8f\xff\x1c\x02\x96\x0d\x90\xea\x0a\xaa\xfe\xb7\xa1\xf5\xba\ \x84\xce\xf9\x57\xd6\xcf\x55\x41\x9d\xf3\x3f\x65\xab\x9b\xd0\x45\ \xfe\xeb\x14\xc6\x4b\x90\xfb\x67\x65\x20\xef\x5d\xd3\x02\x85\x99\ \xf7\xf3\x8c\x3e\x9a\x4f\x61\xce\xb0\x9a\x06\x7e\x74\xee\x2f\xd4\ \xfb\xbc\xfb\x3a\xd9\x7a\x64\x3a\x5f\xeb\xe3\x11\xed\x35\x48\xcf\ \xcb\x48\xac\xff\xea\xf1\xa9\xe8\xab\x11\x8c\x4d\xfd\x85\x2c\x11\ \xf6\x22\xd6\xeb\x48\x0b\x3a\xb1\x84\x5c\x40\xa8\x03\x67\x25\xe0\ \xe8\x06\xcc\x8b\x48\x82\x4d\x4b\x84\xba\x5e\x7f\x64\x7d\x10\x0b\ \x0b\x5a\xe9\x90\x91\xfd\xea\x2d\x80\xf9\x12\xa2\x64\x7c\x7a\x6f\ \x41\x1d\x1c\x0f\x24\x95\x90\x08\x44\x0c\xd0\x83\xe9\x30\x5a\xc7\ \x1f\x30\xb6\x74\x22\x8c\x53\xae\xab\x4b\x2f\xa8\x23\x91\x61\xc2\ \x03\x12\x6c\x41\x02\xc8\x51\xe2\x4f\x12\xd0\xb4\x31\x49\xce\x8c\ \xd3\x7c\x16\x92\x93\x91\xf2\xf9\x4b\x4e\xf0\xcf\xac\xfa\xb1\x91\ \xed\xce\x39\x26\x83\xb1\xd4\x34\x92\x37\x58\x3f\x51\x1f\x5c\x1a\ \x3d\x57\x9a\xf4\x93\xb1\xda\x30\x58\xbb\x78\xe4\x95\xe5\x35\xc7\ \x2c\x1d\x59\x9b\x18\x64\xcc\xef\x94\x96\xd6\xd3\xa3\x31\x58\x0c\ \x80\x2c\x2c\x8c\xc6\xc0\x63\x50\x28\x38\xd6\x8c\x26\x88\x02\x00\ \x13\x00\x08\x86\x46\x61\x48\xa2\x82\x04\xac\x20\x46\x14\x48\x47\ \x14\x0a\x83\x17\x05\xfb\x11\x30\xa2\x44\xe8\xa0\x4a\x24\x94\x00\ \xec\x24\x03\x0d\x4b\xc0\x60\x49\xb0\x9d\x54\x50\x40\x50\x42\x58\ \x42\x46\x51\x52\x42\x46\x40\x58\x50\x1c\x27\x23\x28\xa0\x28\xa3\ \xf9\xe6\x85\xd9\x53\x25\x9c\xa0\x44\xd4\x2e\x75\xb3\xd0\x4e\xdb\ \xcd\x9a\x47\x4c\x4e\x4e\x2a\xa2\xda\x73\x9e\xd6\xb1\xff\xbe\x9d\ \xc1\x08\x7c\xdf\xb0\xcd\x9c\x5b\xa5\x74\x50\x3a\x6b\x83\xdc\xe7\ \x7e\x3f\xb4\x0a\x2f\xdf\x65\xd5\x6c\x96\x2b\x97\xcf\x8c\xb6\x6e\ \x70\x85\xcf\xdf\xe2\x09\x5f\xdc\x35\x0c\x2f\x77\xec\xe9\xa8\xe9\ \xee\xb0\xdb\x5d\xdc\xdc\xa3\x6d\x76\xec\xec\xd5\x94\x2f\x1e\x9d\ \x9d\x6c\x18\xba\xec\xf6\xcc\x9f\xe4\xb5\xcf\x31\x6a\x28\x1e\x1e\ \xf4\x89\xd0\x98\xb4\xec\x9c\xd8\xe4\x80\xc8\xf8\xe0\xe0\x6f\x4e\ \xb1\xc9\x4e\xd9\x51\x5e\x29\x3e\x1e\x9f\xda\x17\xd6\x27\xe9\xeb\ \xb5\xc3\xab\xeb\x63\x6b\x74\x4a\x2b\x65\x3e\xdc\xc5\xd4\x9c\xfb\ \x0e\x2f\xec\x63\x75\xb0\x02\x50\x25\xcb\x53\x09\x13\x55\x1a\xbb\ \x5a\xaa\xaa\x38\xa4\x7d\x23\xe4\xa4\x3c\xef\xa9\x56\x97\x69\x69\ \x1b\xde\xe6\x93\x12\x13\xd3\x02\x88\x75\x8f\x57\x64\xfa\xdf\x56\ \xba\xdb\x43\x53\xc3\x7c\x69\x6d\xe5\x2a\xea\x89\xd8\x74\x55\x0b\ \xc7\xc3\xe3\xe2\x88\xe9\x83\xe5\x21\xd8\x4c\xfa\x7d\x0a\x41\x2c\ \x8b\xef\xc8\x41\x09\xcb\xcb\x7f\xc0\xe1\x93\x70\x67\x53\xda\xa1\ \xf1\x14\x4e\xf2\x34\x4a\x3d\x7c\x18\x2e\xdf\xf1\xa0\xb2\x2b\xa2\ \xb2\xb8\x3d\x24\xc7\x29\xce\xe9\xb9\xfd\x1b\x5b\xfb\x67\x26\x8f\ \x0d\x6c\x8c\x0d\x8c\x2c\x75\x0d\x74\xd4\x55\x34\x55\x74\x74\x70\ \xba\x0a\x4a\xba\x46\x66\x4a\x92\xe2\x12\x0a\x00\xc5\x14\x70\x8a\ \x9a\x6a\x38\x4d\x4d\x1d\x03\x35\x09\x9c\x82\x80\x22\x4e\x45\x57\ \xc3\xd8\xe6\xd9\x63\xcb\x67\x36\xdf\x6a\xd3\x5e\xc7\x7e\x4c\x8c\ \x8f\x4a\x74\x1f\x68\xe5\xf0\xd4\x0e\xf1\x79\x68\xc5\x34\x32\x30\ \x50\x54\x92\x14\x96\x94\x54\x31\x52\x33\xd2\xd3\x7b\x66\x60\x62\ \x6b\xfb\xd8\xe6\x45\x40\xc0\xe7\xe4\x8f\xa6\x3c\xf7\xaa\x9a\xad\ \xee\x73\x88\x8d\x73\xf5\x75\x99\xeb\xfb\x58\x26\x27\x3b\xbd\x7a\ \x65\x1b\xb0\xb3\xf6\x29\xaa\x7e\xad\xa7\xed\x9f\x3f\x7f\x90\xd5\ \xb8\xa9\x8b\x73\xce\xa1\x0b\x8b\xef\x7f\xa4\xaa\xe4\xf8\xb6\xa6\ \xc0\xd3\xe2\xe7\x67\x77\xc2\xf2\x1f\x1c\xd1\x97\x56\x96\x7e\x14\ \xe5\xb9\xbf\xf5\x8a\x79\xe7\x11\x9f\x11\x9a\x93\x98\xf3\x25\x38\ \xe5\x4b\x76\x4a\x62\x5a\xd2\x7b\x1e\x0a\x8b\x4b\xfb\x6b\xb4\xfb\ \xfb\x3c\x91\xe6\xae\x08\xad\xaa\xe6\xb2\x8b\xa9\xab\x02\x16\x84\ \xa8\xc3\x2b\xcc\x82\x68\x65\xc1\x7f\x7e\x0e\x5f\xad\xf3\xf3\x21\ \x84\x7e\x1d\xb0\x59\xd8\x01\xff\xbf\xdf\xd9\x08\x36\x74\x70\xd9\ \xd9\x80\x64\xda\x43\x4d\x08\x94\xe2\xe1\xc5\xf9\x75\x0d\x1e\x68\ \x2f\xe7\x6b\x58\x72\x3e\xfc\x03\x08\x0e\xff\x8d\x48\xbc\x1e\x9d\ \xfe\x8e\x8c\xfd\x79\x26\x78\xfa\x02\xf1\xaf\xea\x90\x90\x90\xe0\ \xe0\x6b\x05\xd7\x0a\x23\xaa\x1b\x9b\x1b\x5b\x60\x1d\x1d\x0a\xbc\ \xd3\xd9\x69\x76\xf3\xc2\xf4\x74\x33\xb8\xab\x79\x7c\xba\x05\x99\ \xa6\xe9\x1a\x07\xdb\x81\x06\x9c\x9e\x9d\x6d\x6b\x9b\xee\x82\x1d\ \xe9\xe3\x00\xe1\xe0\xe4\x36\x9c\x8d\x3c\x98\xfa\xce\xff\x2f\xbb\ \x56\x75\x55\x5d\xfb\x6f\x4c\xc6\x4d\x9c\x8f\x05\xbb\x44\xc5\xbe\ \xca\x79\xcd\xb2\xd8\x84\xca\xe2\x7a\x61\x93\xf3\x2a\xe9\xfa\x0a\ \xb0\xae\x3a\x39\xfe\x19\xd8\xa6\x0f\xd4\xff\xfc\x94\x14\x10\xdb\ \xf4\x75\x37\x7c\xa3\x9b\x56\xde\x5e\x34\xb2\x5a\x5b\x51\xd4\xbe\ \x3e\x46\x5f\x58\xe9\x61\x50\x7a\x3a\xc7\xea\xc7\x18\x8c\x06\xc6\ \xef\xc9\xe1\xb5\xa6\x60\x4d\x38\xbb\x0c\x9d\xaa\xea\x60\xe2\x73\ \x09\x19\xf6\x1d\x90\xfd\x61\xa6\x17\x10\x7c\x10\x58\xf0\xb0\x64\ \xde\x0b\xb4\x22\x4c\x9e\x20\x43\x22\x06\x14\x5f\xc9\x2f\x70\xbd\ \x0e\x4e\x20\xf6\x16\xa4\xd7\xfd\x02\xb2\x10\x28\xc7\xba\x5f\x25\ \xd0\x3a\xab\xb7\x84\x80\xc1\xc3\x89\xc1\x74\xa0\x29\xe1\x5d\x75\ \x44\x3c\x12\xbd\x03\x8d\xfc\x7a\x4b\x10\xc8\x03\xa0\x07\x7e\x17\ \x91\x8c\x25\xe1\x74\x35\x6d\x93\x3e\x06\xe9\xeb\x65\xc4\xa6\xe5\ \xc4\x07\x65\x84\x66\x55\x8c\x0c\x0c\x0e\x4f\x0c\x36\x8c\x34\x05\ \x7a\xbf\x8b\xf7\x8a\x1e\xa0\x18\x8a\x2c\xb2\x96\xbe\xae\x4f\x16\ \xfd\xf0\x48\xfd\x18\xf4\x29\xde\x6b\x7d\xbb\x76\x90\x45\x99\xab\ \x5f\x59\x9f\x63\xae\x2e\x79\x09\x10\x00\x61\xf2\xc7\xa2\xd0\x58\ \x92\x3f\x40\x1c\x0c\x06\x03\x1e\x8f\x00\x46\x10\x8f\x16\x86\x6b\ \x84\x78\x02\x06\x43\xc0\x62\xf0\x04\x12\xa4\x60\x44\x22\x1a\x8f\ \x27\x63\xa1\xf3\x84\x7f\x2f\x89\x0c\x9e\x31\xa0\x83\x24\x82\x3f\ \x09\x4b\x16\x15\x25\x63\x64\x14\x24\x71\xe2\xe2\x32\xe2\xc2\x38\ \x09\x01\x71\x09\x01\x19\x49\x00\x5a\x92\x4a\xc6\x21\xdf\xdc\xc3\ \x9e\x2b\x49\x90\x14\x47\x8e\xf2\xb5\x45\x58\xe6\x22\x3c\xb7\x3c\ \x23\x22\x8a\xad\xa4\x9a\x1a\x46\x77\x5d\x3a\x5c\xdc\x36\xe9\xd1\ \x9f\xa8\x8c\xe1\x91\xf6\xac\x6d\x16\xab\x9b\xb6\xa8\xea\xdb\xc7\ \x9c\xa9\x59\x60\xb9\x39\xba\x94\x5b\xcb\x9b\x87\xcb\xd2\x00\x24\ \xf1\x76\x98\x76\xcc\xcc\x33\xf7\x3a\xfa\x0a\x37\x5a\xe7\xe7\xf7\ \x36\x0b\x5b\x69\x8e\x1b\x7d\xf2\x34\xc6\x62\xcf\xea\xe8\x19\xeb\ \x37\xa3\x28\x3e\x29\xd5\x3b\xf3\xb9\x6b\x5c\x40\x72\x76\x4a\x64\ \x5c\x5a\x52\x46\x62\x7c\x66\x46\xac\x5f\x80\x5f\x48\xe8\x07\x8f\ \xe8\xb7\x6f\xbd\x07\x1a\x26\xdb\x77\x18\xc3\x4b\xbf\xb7\x27\x27\ \xd6\xa9\x94\xd1\xd6\xbe\x99\x7c\x6d\xf9\x87\x42\x77\xe5\xe4\xf8\ \xe4\xe0\xa8\x2a\x9f\x79\x59\x73\x84\x03\x74\xf0\x68\x6c\x2b\xbe\ \xa3\x9a\xe0\xe0\x50\x6d\x75\x27\x22\xa1\xb8\x58\xec\x3e\x97\x94\ \x83\x9c\x96\x83\xd6\x6d\x8e\xdb\x52\xca\x8d\x5b\xed\x83\x85\x3c\ \x22\xe6\xd2\xd6\xe1\xdc\x1b\x67\xb4\xf0\x79\x91\x6a\x07\x87\x79\ \x97\xc6\xd3\xe3\x0b\x76\x30\x3d\x7c\x0f\x4e\x81\xe3\x0f\xf6\x6c\ \x23\x8a\x66\x76\xfc\xe2\xb4\x4c\x3b\xfc\xa1\xd6\xe9\xf1\xf2\xe1\ \x56\xe3\x9d\x5b\x8f\xb8\x84\xa4\x1d\xb5\x1a\xbb\x12\x6e\xef\x87\ \x24\xfb\x85\x84\xbc\x79\xf1\xc2\xd2\x06\xa8\x42\x0d\x7d\x4d\x25\ \x83\xc7\x70\xf2\x46\x5d\x41\x49\x42\x41\x45\x45\x47\xc5\x00\xa7\ \xa7\xa0\x24\x29\x03\xb8\x92\x82\xb0\xa2\xa4\x82\x92\x92\x82\x8c\ \xba\x81\x9a\x92\x82\xa4\x80\xb8\xa4\xba\xae\xba\x91\x9e\x86\x91\ \x9e\xad\xd1\x63\xf7\xb0\xcf\x91\x1e\xd9\xf1\x39\x51\x45\x74\x37\ \x0e\x07\xeb\x80\x25\x29\xb1\x40\x83\x57\x2f\x2d\x0d\x34\x95\x60\ \x1d\x0b\x67\xa4\xa7\x6b\xa4\x67\x69\xff\xe2\xcd\xab\x27\x8f\xed\ \x3f\x27\x7f\x5b\x92\xbe\xab\xa5\x95\x20\xcd\x51\x5d\x66\xce\x7b\ \x9a\xf7\x26\xea\x55\x8e\x9f\xed\x9b\x17\x36\x19\xbf\xcf\xe6\x7c\ \x7e\x8e\xc9\xf3\x3b\x6f\xe5\xc2\x06\xf2\xa9\x03\x20\x09\x91\xde\ \xcb\xa9\xf3\x7e\x6e\x2d\xab\x03\x18\x0f\xfb\xfd\x00\x81\x2c\x67\ \x21\xc6\xc4\xfa\x58\xed\x40\x60\xa9\x87\xcf\x5b\x9f\xe0\xd8\x94\ \x2f\x69\xf1\x3e\xb1\x89\x39\x89\xdf\xfc\xd2\xd2\x02\x62\xb4\x99\ \x4c\x65\xcf\xb5\x3c\xaf\x1f\x6f\x19\xb7\x5b\xda\x72\xab\x9b\x4f\ \xa7\x86\xe0\xeb\xc3\xe6\x53\x08\xd7\x82\xb7\x10\x3a\x75\xc0\xf9\ \x1d\x41\x28\x18\xe4\x01\x31\x0b\xb6\xe1\x22\xa8\x76\xee\x6c\x01\ \x1d\x69\x20\x80\x0d\xc1\xf6\xd1\x4b\x3e\x06\x33\xc2\xe0\xb8\xce\ \xe1\x15\x4a\x21\xbb\x20\x47\x3b\x1b\xc1\x0e\xb7\xc0\x67\xc3\x90\ \xc5\x35\x5e\x21\x00\x82\x08\xac\xa1\xd9\x88\xe2\xb2\xb2\xaa\xdc\ \xca\xe2\x5c\x2b\xd8\x38\x9a\x50\x16\xe1\x90\x50\x5c\x96\x9b\x5b\ \xd6\xd6\x32\xdd\x55\x59\x5d\xd6\x05\x00\x08\x4e\x08\xb1\x3d\x24\ \xfa\xa7\x61\xf7\x67\x65\x4b\x0b\x50\x85\xd3\x80\x7d\x01\x18\x83\ \x4d\x54\xd0\x94\x1e\xe0\x19\xdc\xa1\x6b\xfa\xf8\x0f\x6c\xa9\xe2\ \xbf\x22\x55\x57\xcb\x95\xff\xa3\x01\xaf\x0d\x52\xff\x0a\xcb\xe0\ \xbf\xa9\x4d\xdd\x5c\x5e\xf3\xaa\x2b\xa0\xb2\xe0\xbf\xa9\xcc\x5f\ \x42\xaf\x05\xff\x3f\x9d\x03\x4c\x96\x77\xd3\x44\xf4\x8f\x91\xc9\ \xc9\x86\x93\xee\x11\x20\x99\xd6\x4e\xb4\xa9\x6b\xed\x2b\x9b\x1b\ \x3d\x5f\xea\xa9\x0d\xc3\xf4\xfd\xce\x75\xfa\xda\xc4\x0a\x95\xd2\ \x54\xba\x3a\x19\x85\x45\x2c\x1a\xd2\xa1\x23\xcc\x2f\x18\xcd\x5c\ \x07\x67\x6f\xd0\xe9\x10\x56\x00\x2f\x82\x44\x08\xee\x00\x58\x11\ \x40\x1e\xb2\x28\xec\xd9\xaa\xeb\x4d\xf7\xaf\x83\x89\xcf\x40\xd1\ \xc1\x84\x68\x70\xde\x0b\x38\x58\x09\x0c\x1f\xac\xeb\x25\xa6\xff\ \x4a\x47\x61\x0b\x80\xe6\x03\xf7\xf8\x17\x14\xc0\x41\x44\x2c\x16\ \x96\xc2\xfc\xfd\xc1\x1d\x25\x00\xa4\xfc\x11\xc2\x05\x33\xa4\xc1\ \xb7\x29\xaa\x69\x98\xd9\x87\x84\x3c\x77\x4d\x4e\x7e\xf5\x21\x31\ \x31\xd4\x2b\xd9\xab\x7d\x78\x8d\x3e\x91\xb7\x3f\x1c\xed\xfe\xa9\ \xa9\xdd\x27\xc3\x6b\x4f\x4c\xdb\xe5\xf7\x3e\x93\xda\xb7\x19\xdd\ \xce\xe8\x19\xab\x6d\x9f\xdb\xdf\xdf\x8f\xde\x6f\x18\xae\xa8\x5f\ \x02\xd0\x3b\xb9\xa0\x44\x20\x89\xa2\x89\x58\x61\x41\x02\x1a\x8f\ \x94\xda\x30\x00\xba\xf0\x58\x01\xbc\x80\x24\xcc\x41\xc5\xa3\xd1\ \xa2\x04\x58\x88\x27\x61\x05\x45\xd1\x00\xb4\xc0\x33\xc4\x60\xc8\ \x80\x51\x01\xc0\x24\x92\xd3\xd1\xd0\x86\x82\x04\x45\x22\x16\x2f\ \xa1\x00\x0e\x29\x51\x71\x19\x00\x55\x0a\x32\x12\x92\x4a\x80\x16\ \xa0\x24\x24\x70\x4f\x5c\xed\x63\xdf\x07\xc7\x66\xb8\xbe\x9a\x2c\ \xef\x33\x54\xa6\x2a\xdf\x7f\x70\xe7\xb6\x55\x82\x67\x02\xcf\xdc\ \x0a\x63\x3e\x3c\xfc\x68\x87\xa5\x6d\xb7\xc2\x58\xfd\xbd\x7a\x52\ \x33\xb1\x48\xa3\x52\x6b\xc2\xef\x4a\x87\x6b\x2b\x33\x2b\x1c\x99\ \x1d\x7c\xda\x0f\xcc\x57\xb4\x5d\xf2\x37\x98\x2e\x22\x6e\x8b\x35\ \x35\xe1\x86\xf9\x85\xf3\x47\x85\x35\x8b\x33\x27\xb4\xd1\xbe\x0e\ \x16\x93\x72\xb6\xc7\xec\x61\xac\xd2\x1b\xbe\xa6\x26\xb9\xa6\x64\ \x86\x64\xbe\x8c\x7b\x19\x90\x99\x99\x93\x93\x96\x9d\x92\x1d\x97\ \x99\x13\x17\x1a\x92\x9d\x94\xf2\xd1\xfd\xed\xfb\xe8\xb7\xf5\xfb\ \x93\x13\x0b\x3b\x13\x93\x73\x0d\x0b\x03\x3b\x6b\xdb\x3d\x2c\x5a\ \xeb\xc6\x89\x69\xbe\xd0\xa3\x87\x7c\x7c\xb7\xee\x59\x59\x39\x24\ \xe4\x3e\xb2\x6a\xc9\x2d\x6e\x01\x70\xd5\xd6\x56\x75\xcf\x37\xc1\ \x4a\xab\xda\xf7\xb6\xa7\x43\x75\x4b\x15\xcc\x77\xf2\xd5\x92\xd2\ \xf2\xe4\xbb\xab\x2a\xe6\x78\xff\xee\xe0\x00\x4d\x96\xfb\xe1\x03\ \x37\x37\xd3\x8e\x8e\xbe\xbd\x23\x73\xd3\x3d\xaa\x61\x9b\x56\x0b\ \xf4\x1e\x80\x8b\x85\xfc\xb0\xd2\xbe\xbc\x75\x0a\xa4\x60\x5b\xd9\ \x31\xec\xe3\x6e\x9e\xfd\x93\xf0\x48\xd5\xd7\x77\xb6\xff\xe2\xe0\ \x58\xcc\x70\x37\x9c\xe7\xa1\xf6\xbd\x84\x96\x36\xdf\xed\x80\x37\ \x4e\x2f\x5e\xd9\x3e\xb3\x37\x50\xd1\xd7\xd3\xd7\xd0\xd1\xd0\x07\ \x18\xa5\xa1\xa2\xa0\x86\xd3\xd0\x51\x92\x94\x40\xc9\x28\x89\x0b\ \xe8\xa8\xe9\x2a\x00\xa2\x24\x00\x34\xb7\xb8\x02\x78\x59\x55\x34\ \x35\x71\x4a\x4a\x8a\x12\x12\x3a\x3a\x92\x0a\x80\x70\xe9\x68\xaa\ \x69\xd8\x46\xfb\x38\x25\x7a\x64\x06\xc4\x47\x33\xf2\xef\x25\x2c\ \x46\x76\x94\x49\x07\xd8\x7c\x76\x7d\x61\x62\x66\xa2\x23\x2e\xae\ \xa3\xa6\x67\xa4\xa3\x61\xf4\xd8\xf6\x99\xa5\x8d\xfe\x4b\xd7\x37\ \x71\x49\xbb\xda\xa6\x85\x77\x6e\x09\x25\x54\xe5\x4b\xe7\xb6\x3d\ \xf9\x96\x11\xf0\xd2\xd6\xd5\xde\xd6\x26\x94\x41\x6d\x08\x1c\x9e\ \x19\x72\x76\xbe\x28\xe6\x47\x2c\xe8\x2f\x67\x22\xe1\x51\xf3\xfd\ \x74\x76\xeb\x9c\x73\xf9\x90\x13\xba\x51\x00\x2a\x51\xb9\xb4\xb2\ \x3e\xf8\xb3\xe8\xd3\x8f\xa8\x8f\xee\x61\xee\xf1\x5e\xc1\x51\xa1\ \xee\xb1\x49\x89\x39\xc1\x9f\xbf\xe5\x7c\xa9\xd7\x9e\xa7\x6c\x24\ \x94\x17\xb9\xbb\xbf\xab\x98\xf1\xad\xac\x6c\xec\x3a\x9f\xba\xa2\ \x54\xe7\xe7\x57\xe7\x97\x75\x29\x38\xd9\x74\x0e\x5b\x43\x90\xee\ \x36\xc8\x53\x11\xd8\x82\xf6\x3b\x43\x08\xd3\x82\x25\xc2\x83\x3f\ \x7f\x96\x11\xd2\x0a\xf7\x98\x3a\x38\x5c\x86\xa6\x3e\xec\x99\x68\ \x67\x0b\x88\x7b\x53\x80\x79\x0c\x4d\x21\x90\x75\x00\x0d\x20\x10\ \xf1\xc8\x79\x25\x0a\x2f\xdb\x1d\x9c\xff\x5d\x2e\x2e\x2b\xae\xae\ \x2a\x8b\x80\x7e\x2d\x55\x55\xb9\xb9\xbe\xbe\x30\x13\x22\x37\x37\ \xa1\xb8\xad\xab\x32\x37\xb7\xad\x65\xf6\x78\xf6\xf8\xf8\x0f\x32\ \xd8\x08\x20\xaa\xa5\x11\x80\x16\x10\x84\x8d\x5d\x5d\xc7\x5b\x5d\ \x40\x2d\xb6\x4d\xcf\xc2\x51\xc0\xae\xf1\xf1\xd9\xd3\x0b\xd8\xaa\ \x80\xe8\x3f\x00\x56\x9c\x37\x8d\xea\x9c\x37\x15\x7f\x7e\xce\xcb\ \x24\x58\xfe\xbf\x6c\xba\x6e\x56\xfe\x2e\x49\x94\x85\xc5\x65\xd7\ \xd5\x75\x81\x0b\x0e\x4c\xfc\x7f\x78\xc6\x79\xdd\x98\xf5\xcf\xd7\ \xe8\x41\x1a\x8b\xb2\xb9\xd7\x4a\xdd\x75\xdc\x89\x4a\xc9\xc9\xf2\ \xca\xaa\xef\xa4\xec\xb1\xa2\xeb\xb7\xfb\x3a\xbe\x86\x6d\x77\x86\ \x85\x75\xae\xfc\xdc\x5e\x5a\x9f\x60\x31\x9a\x7e\xfe\xd8\xff\x88\ \x29\xf8\xbf\x3a\x48\x94\xa0\x51\x55\x5d\x5d\xef\x2f\x98\x79\x83\ \xc5\xc2\xb6\x2b\xa4\x8d\x34\x3d\xdd\xbf\xa0\x17\x0e\x32\x93\xea\ \x7e\x11\x31\xe0\xf0\xee\x2d\x28\xf0\x2f\x20\xe2\x49\x30\xce\xbe\ \xe0\x57\x3a\xb1\x84\xf0\xab\xb7\x84\x54\x42\xc6\x8b\x92\x60\xd7\ \x42\x2f\x2c\x53\xe1\x01\x3a\x81\x3d\x49\x97\x73\xcf\xd0\x01\x1e\ \xba\xcf\x10\x61\x8c\x6a\x3a\x32\xbf\x53\x00\xfd\x94\x4b\xf0\x00\ \xb1\x30\x9a\x66\x66\xcf\x9f\x3b\x45\x7e\x7b\x19\xe2\x17\x9a\x1a\ \x15\x56\x91\x1c\xda\x39\x38\xd6\xc0\x98\x5c\xa5\xac\x9e\xd1\x8f\ \xee\x36\x3d\x8b\xff\xba\x5a\xde\xd0\x79\xb4\xb8\x7b\x12\xbe\x58\ \xd3\xd1\xdd\x7a\x62\x57\x4e\x5b\x5f\xa2\xf7\x2c\xac\x52\x26\x18\ \xbf\xf7\xdf\x31\x67\x92\xd0\x30\xf7\x46\x14\x05\x70\x09\x66\x26\ \x12\x30\x04\x41\x61\xbc\x3f\x49\x54\x58\x10\x1c\x17\x82\x58\x14\ \x10\x8b\x78\x51\x51\xa0\x0b\x45\x31\x68\x12\x50\x8b\xe0\x11\x10\ \x21\xe9\xc2\x93\xa0\x47\x0e\x16\x3c\x72\xc0\xbf\x30\xb0\xe5\x01\ \x2b\x20\x81\x52\x11\x17\x16\x56\x14\x16\x10\x56\x50\x54\x50\x50\ \x57\x54\x94\x50\x51\xc0\x69\xbe\x7c\xac\xa1\xa9\x67\x84\x7b\xf9\ \x89\xb2\xda\x3a\xaf\xbd\x58\xc8\xfb\x90\xe7\xee\x6d\xcf\x6a\xcf\ \x08\xea\x3e\x95\xc1\x58\x39\x5b\x69\x30\xcd\x3f\xb2\xeb\xd9\xa6\ \xd1\x47\xad\x69\x0c\x3b\x17\x9e\x9e\x23\x79\x3b\xca\x6d\x55\xeb\ \x25\xe6\x89\xe3\xfc\xef\x72\x69\x65\xed\x07\x22\x7b\xdd\xe1\x0f\ \x5d\xc2\x79\x1f\xf1\x70\x69\xb7\xba\xd9\x99\x9a\x2e\x3a\x6a\x87\ \xd7\xec\x74\xe7\x47\x2f\x0d\x30\xd7\x99\xf9\x4b\x83\xef\x03\x22\ \xd3\xe2\x22\x5d\x93\xd2\x22\x53\x5d\xdf\xe4\xc4\xc4\xa4\x66\x67\ \xa7\xa6\x64\xc4\x7f\xcb\xf4\x08\xfa\x10\x1b\x13\xff\x21\x35\xf8\ \x53\xc5\xfa\xd8\x12\x85\xbe\xcf\x60\xac\xee\xff\x5e\x5d\x65\xae\ \x33\x1a\xe8\xd4\x99\x3d\xbb\x3e\xc0\xe2\x6e\xdd\xe7\xe2\xe2\x13\ \x93\x93\x72\xd0\xe2\x2e\xae\xae\xae\x6c\xac\x6a\x06\x6f\x64\xad\ \x88\xea\xdb\x7c\xb9\x55\xb9\xaa\xb9\x11\x2d\xfd\xd5\x11\x72\xdc\ \x1c\x9e\xaa\x0e\x55\x30\xec\xe4\x6e\xf9\xa3\x7b\xf4\x68\x8a\xfc\ \xad\x07\x22\x42\x86\xb2\x1d\xe5\xe1\x6e\x1b\xbc\xf9\xdd\x0e\x5c\ \x1b\x86\x55\x2d\x5a\x7f\x96\x97\x01\xb9\x3a\xbf\x00\x97\xfd\x72\ \x65\xe3\x5a\x09\xb2\xa6\x11\xcd\xd3\xa7\xfd\xfd\x65\xcd\x56\x7c\ \x3c\xbf\x3d\x9a\x0a\xfb\x0f\xc7\x55\x67\x46\x79\xf8\xee\xf0\x02\ \x99\x54\xd9\x6a\xe6\xf4\xda\xe9\xb1\xcd\xb3\x67\x3a\x6a\x1a\xea\ \x6a\x46\x2a\xfa\x26\x38\x75\x1d\x63\x23\x4d\x35\x5d\x5d\x0d\x1d\ \x9c\x02\x4a\x40\x5c\x51\x50\x46\x57\x07\x07\xae\x83\x97\x55\x58\ \x42\x49\x51\x41\x11\x87\x53\x54\x53\x53\x50\x52\xc4\xc9\xa8\x48\ \x0a\x28\xe8\xaa\x28\x29\x28\x2a\xa9\xbd\x0e\x8b\x4a\xfe\xe8\x91\ \xf2\xed\x13\x23\x5c\x2a\x97\x1a\xcf\x91\xb0\xff\x2c\x20\x33\xf2\ \xa5\xeb\x2b\x13\x3d\x5d\x1d\x35\x1d\x23\x23\x20\x0a\xcd\xf4\xf5\ \x74\x0c\xc0\xc7\x9c\x53\x5c\xaa\x79\x65\x59\x99\xea\xfd\xdc\x66\ \xed\x3d\xae\x69\x37\x75\x6f\x6f\xa7\x17\x8f\x6d\x6d\xec\x5d\x63\ \xf6\x69\xf4\xb1\x1f\xe3\xe0\x58\x3b\x3f\x76\x06\x4c\x8a\xd3\xe2\ \x80\x3d\x12\x89\x18\x1e\x00\x20\x98\xe2\x5c\x86\x24\x12\x02\x98\ \xf3\x39\x7d\x60\xa7\xa9\xfe\x6b\x56\x74\x74\xb4\xc7\xa7\x98\xc4\ \xd4\x2f\x9f\x3e\x06\x05\x65\xc6\x05\x7f\x89\xcd\x49\x09\xae\xd5\ \xae\x99\xa1\x75\xe4\x32\x02\x43\xbd\x3e\xad\xf3\xaa\x46\xb4\x9d\ \x0e\xb1\x01\x0b\x0e\x61\x22\xa0\x03\xcb\x56\x97\xc0\x35\xf5\xfd\ \x00\x22\x13\x40\x29\x38\xe3\xc4\x46\xa5\x21\xf6\x68\x26\x4c\x23\ \x3a\x80\xeb\x89\x40\x15\x2e\xb3\xa9\xd6\x14\xf2\xed\x07\xec\x76\ \xad\x29\xe7\xcb\x65\x42\x58\x60\x83\x25\xaf\x73\xf0\xc8\x9c\x2f\ \xa0\xdb\xd6\x05\xd8\xc8\x79\x30\xc5\x79\x3d\x82\xc7\x3e\xfb\xf7\ \x3c\x21\xa1\x72\xab\xd9\xd3\xb3\xb2\x0a\x92\xad\xdc\xea\xfe\xca\ \xb6\xea\xe2\xb2\xc6\xaa\xaa\xca\xb6\xc6\xc6\xca\xae\xaa\x46\xc0\ \x9a\xb6\x8e\x81\xc2\x5b\x3e\x05\xb8\x35\xbb\x05\xa7\x69\x8e\x67\ \xfb\x9b\xfb\x67\xb7\xa0\x2e\x9c\x06\x9b\x0e\xe0\x63\xb6\xb8\x86\ \x2a\x36\x2c\x72\xf2\x3b\x5f\x37\xd8\xdf\x14\xcf\xf8\x39\xff\xce\ \x4c\xfc\xcf\xa8\x23\xff\x5f\x4e\x5d\x37\x2d\x56\x57\x35\x2d\x76\ \x4f\xc3\x8d\x1a\xfc\xab\xb8\x05\xb6\xfc\xc3\x5a\xa1\x33\x1b\x16\ \x1a\x26\xe9\xcc\x72\x43\x46\xb4\xd3\xf3\x6f\x6f\xa3\x1b\x3e\x7d\ \x9c\xa0\x53\x7b\xc2\xda\xd7\xdf\x7e\xfc\x1a\xdd\x54\x94\x47\x9b\ \xe8\xdc\x5d\x9d\xab\xa0\xef\x4d\x8c\x30\x9b\x24\x00\x1c\xc1\x12\ \x56\x5d\x41\xaf\x3f\xb8\x02\x88\x56\x2f\x89\x80\x87\x89\x84\xb0\ \xb9\x12\x0f\xa9\x11\x20\x60\xd0\xe9\x80\x28\x0c\x27\x6e\xe0\x22\ \xdf\x2f\x22\x29\x1d\xc8\xc1\xf4\x3a\x12\x9a\xd8\x9b\x5e\x02\x53\ \x51\xa1\xc5\x1f\x74\xbd\x02\x2c\x0d\x80\x17\x1a\xeb\x4f\x20\x10\ \x60\xa0\x6a\x41\x3a\x16\x9b\x8e\xc1\x94\x14\xc0\x56\x51\x32\xc0\ \x33\x7f\xf6\xbc\x22\x1c\xa5\x26\xf9\xe3\xfd\x7f\x15\xc8\x18\xd9\ \xba\x3e\x7d\xf9\xd2\xcc\x32\x33\x38\xfb\x4b\x94\xfb\xbb\xb0\x8a\ \xb5\x4f\x3f\xc7\xd6\x46\xe6\x00\xec\x32\x16\x1e\x6c\xe7\x79\x07\ \x17\xf5\x34\xd5\xee\x50\x1a\x56\xe8\x3d\xb4\x9e\x5d\x16\x8b\x4a\ \x63\xe4\xad\xb1\x76\x3b\x0c\xe5\xc3\x69\xe1\xbb\x14\x5a\xc7\xa6\ \x22\x01\xc6\x47\xa0\xb1\x04\x00\x4b\x18\x14\x01\x4b\xc6\x88\x0a\ \x62\xd0\xa2\x82\x28\x51\x01\x01\xf0\x1f\x03\x60\x4c\x50\x10\x8d\ \x17\x16\xc7\x03\xba\x25\x9a\x8e\xc7\x16\xa4\x13\xf1\x10\xa4\x60\ \x7b\x03\x01\x3c\x53\x8c\x20\x34\xf5\x13\x15\xc5\x02\x6e\x25\x21\ \x00\xb4\x87\xa0\x92\xa4\xa2\x84\xa2\x8c\x8e\x24\x4a\x41\x53\x40\ \x45\x2f\xd3\xe8\xc9\x6b\x0d\x15\x45\x9d\x94\x35\xfa\x5e\xb9\xb2\ \xb5\x9d\x08\x37\xaf\x9c\x9c\x67\x65\x19\xdf\xc2\xe4\x7a\x4d\x37\ \x83\x62\xfe\x20\x9c\xba\x5f\x3e\x39\xff\xfb\xa1\xf2\x49\xf8\x8c\ \x2c\x05\xf0\x1e\x37\xa1\xcd\xbd\x31\x97\x47\x3b\x4d\xf9\x2b\xdb\ \xf5\x94\xfb\x8b\x42\x86\xe6\x27\x1b\xe6\xf2\x47\xca\xca\xf9\x22\ \xe5\x3b\x0d\x94\x6e\x43\x1a\xad\x3c\xbc\xc3\xb1\x9c\xf5\x83\xd1\ \xbd\x47\x5f\x5a\x6d\x0f\xca\x4c\xfb\xe6\x94\x96\x93\xec\x17\x97\ \xf3\xcd\x3b\x34\x34\x2a\x26\xfb\x63\x46\x5a\x6c\x46\x62\x46\x6a\ \x4c\x68\x50\x90\x8f\xfb\xa7\x58\xf7\x9f\x83\x73\x8c\xdf\xeb\xf4\ \xdf\xeb\x3d\x8c\xa5\x95\xdf\xeb\x23\x0b\xf4\x7d\x26\xed\x88\xba\ \x38\x33\xe3\x62\x6e\xc8\xcd\xcd\xcd\x23\x75\x9b\xef\xae\x15\x9f\ \x5c\x6e\x63\x75\x31\xb4\x7b\x2c\xf3\x8c\xa8\x8c\xd0\x2a\x6b\xac\ \x4c\x48\x28\x6e\xec\x1f\x2f\xbe\x77\xef\x21\x90\xb2\xb9\x65\x8d\ \xd5\x09\x0e\x1c\xd2\x0f\xef\x59\x67\xad\x5b\xf3\x3c\x12\x52\x96\ \x75\xd4\xce\x37\x34\x9f\xa9\x99\xb9\xe7\xd0\xb7\xba\xf1\x88\x7b\ \x79\xf6\xcf\x39\x94\x82\xa7\xc7\xa7\xc7\xcd\x56\x09\xe6\xdc\xda\ \x8b\x27\x86\xd5\xcd\x09\xb3\x2d\xd5\xd5\xcc\xd8\xac\xc0\x24\xbf\ \x0a\x3b\xd9\x47\x85\xa6\xf2\x22\xb7\xb5\xc4\xee\x19\x86\xd7\xea\ \x05\xc4\xd9\xeb\xdb\x1b\x3f\x56\x53\x33\xd3\x50\xd1\xd5\xd1\xd0\ \xc4\xa9\x1b\x69\xa8\x03\x49\x88\xd3\x55\x03\x14\x4b\x14\xa5\x28\ \x23\xa0\xa8\xa9\x29\xa3\xa2\xa9\x2e\x01\x44\x22\x40\x2d\x09\x49\ \x05\xa0\xbe\xd5\x55\xc0\xcb\xac\x28\xa1\xa4\x23\xa3\xa8\x00\x04\ \x22\x4e\x23\x2e\xeb\x43\x64\x4a\x68\xea\x27\xba\xb6\x83\xef\x76\ \x7d\x82\x48\x8e\x53\x7c\xe6\x1b\xa7\x48\xd7\x67\xb6\x46\x96\x9a\ \x2a\xc8\xb0\xa1\x9e\x9a\xae\xa4\xfe\x13\x13\x3d\x9b\xa7\xaf\x5e\ \x87\xb5\x36\x37\x37\x56\x59\xaf\xf4\xe5\x2e\xff\x34\x28\x8d\xd5\ \x7b\x62\xe9\xfa\xe2\x55\x48\xe2\x02\x73\x3d\xeb\xae\x33\x38\xf4\ \x87\xda\xbe\x1f\xc2\x95\x37\x78\xc0\xb3\x17\xd9\xd9\x07\xcd\xf7\ \xf3\xd9\xd9\xe5\xa9\x83\xe5\x03\x7e\xfe\xef\x77\x06\x57\xde\x56\ \x94\xbe\x7b\xfb\xc9\xc3\x27\xca\xc3\x3d\x35\x26\xe6\xc3\x97\xec\ \x10\xbf\xcc\x94\xf8\xb4\xb4\xb0\xf7\xd4\x8e\x39\x4a\x51\xf5\x66\ \xd3\xd7\xb0\xe0\xf5\x47\x9e\xb7\x72\x0f\x21\x14\x41\x8c\x42\x04\ \xdf\x10\x32\x3c\x0e\x41\x09\xa8\xc0\x03\x68\xd3\x7a\x8e\x54\xb0\ \x20\x60\xb1\xb1\x8b\xbd\x03\xbc\x77\x88\xdd\x60\x7a\xfe\x9d\x5d\ \x02\x3b\x67\x6f\x3e\x47\xf4\xe5\x05\xc0\x27\xc8\xa9\x86\xc0\x16\ \xc0\x0b\xf9\x11\xac\x9b\x3a\x47\xfa\x24\x00\xb4\x3a\x5b\x5c\x1c\ \x42\x0a\x74\x5d\xc8\x42\x2a\xf1\x7f\x66\xc1\x1f\xa8\x6d\xfc\xcf\ \x74\x15\xe0\x4b\xd5\x55\xfd\x95\x10\xb1\xc0\x27\x55\x75\x75\x1b\ \xd2\xcf\xd0\x06\x48\xd5\x34\xf4\xba\x61\xbb\x49\xc0\x5c\xea\x65\ \x04\x5b\xa1\x19\x07\xfc\x6d\xff\x5e\x16\xaa\xae\x87\xff\xae\xc6\ \xfe\xae\x5a\xbf\x9c\x9d\x6f\x86\x6d\xae\x5b\x18\x9c\x39\x6f\xe0\ \xe8\xfa\x8e\x9b\x95\xbf\x9b\x36\x87\x6b\x1a\xc5\xf9\x57\x2b\xc3\ \xcd\x6d\xa4\xd3\xec\x9f\x9e\x79\x1a\xbd\xa2\x67\x0f\xa8\x06\x06\ \x34\xea\xa4\x14\x65\x86\x04\x06\xb5\x33\xe8\xda\x77\xba\x19\xf5\ \xc9\x5f\x03\x73\xd6\x68\x67\xac\xc0\x49\x1a\xab\xb3\x76\x75\xa4\ \x82\x5e\xc8\x54\x80\xa3\x35\x48\xec\x33\x5c\xc3\x03\x8c\x09\x82\ \x4a\x5d\x1d\x06\x0f\xe4\x1a\x96\x88\xff\x55\x40\x86\xe1\x5f\x25\ \xfe\x58\x22\x09\x43\x86\x30\x54\x02\xd4\x1e\x1c\xc8\xe9\xfd\x05\ \x34\x15\x32\x68\x48\x2e\x29\x81\x39\xce\xc8\x52\x21\xb4\x25\x2d\ \x41\x12\xff\x08\xfe\x70\x96\xb0\xae\x8e\x40\x80\xae\xca\x44\x98\ \xb9\x0a\x34\xe1\x2f\x98\x5c\x08\x30\x11\xc6\xde\x43\x9b\x87\x82\ \x74\x01\x0d\x5b\xa7\x97\x2f\x43\x24\x5f\xbe\x8e\x8b\x0b\x4d\x0c\ \x75\x2f\xad\x58\x6b\x2a\x5d\x9b\x1b\xdc\x6e\x0f\xac\x7f\x1b\xf8\ \x16\xa8\xd8\xe8\x09\xda\x4e\xfb\xc0\xc4\x3c\x73\x97\xbe\x39\xfa\ \xe8\xee\x83\xd1\xa3\x55\x6a\x2b\xbd\x9c\x7b\x74\xa3\xef\x64\xbd\ \x7b\xa7\xa2\x36\xcb\x98\x84\xc1\x22\x96\xc7\x58\x82\xa0\x00\x0a\ \x0d\x84\x1f\x0a\x85\xc7\x93\x48\xa2\x28\x01\x41\xf0\x1f\xe6\x79\ \xa1\xa0\x5f\x1f\x02\x69\xd0\xb4\xcf\x1f\x3c\x76\x3c\x86\x40\xc0\ \x93\xd0\x68\x58\x8c\xc7\x63\xf0\x80\x57\x12\x51\xe2\x12\x02\x18\ \x51\x01\x49\x75\x9c\x8c\xba\x8e\x80\x84\xa4\x84\x04\x5a\x40\x46\ \x46\xd2\xc8\xe6\x85\x49\xea\x87\x57\x6a\xe2\x98\x24\x2a\x85\xe5\ \x28\x64\xfe\x40\xfe\xbe\x9c\xaf\x55\x44\x55\xc2\xa3\x15\x06\xab\ \xa6\x63\x71\xd1\xce\xee\x64\x93\x7a\xb2\xb6\x77\xd6\xad\x3d\x63\ \xee\x42\x2b\x1f\x3b\xaa\xe9\x33\x15\x3a\x19\x6e\xd8\x74\x63\x6d\ \x14\x52\x07\xbe\xd2\x0b\x4d\x29\x73\xf4\xb9\xbe\xc5\x70\xe5\x9e\ \xcd\x23\x73\xc3\xb1\xee\x8d\x72\xb7\x4d\x2a\xcb\x71\x97\x8b\x67\ \x91\xb9\x4f\x59\x59\xa2\xcf\xc5\x94\x06\x07\x24\x27\xc6\x07\x24\ \xc5\xa7\x66\x7e\xf9\x98\x91\x12\x9b\x98\xf5\x3e\xe8\xed\xc7\xa0\ \x0f\x5e\x89\x3e\x1f\x43\xdf\x17\x85\xbd\x0f\x6c\x6a\xff\xba\xb4\ \xbe\x42\x67\x81\xbf\xee\xca\xca\xfa\x0e\x63\xa2\xb3\xa1\xe1\x37\ \x85\x45\xdd\x38\xa9\xc9\x77\x94\x7e\x24\xfb\x00\xa6\x83\x73\x58\ \x49\x95\x55\x96\x15\x37\x36\x96\x95\x55\x02\xdc\x2a\x73\x88\xa8\ \x6e\x84\x0d\xcd\xfd\xb3\x6d\xbe\x62\x77\xdc\x78\xaa\xab\x13\xc0\ \x07\x72\xa5\xaf\x16\x2f\x6f\x04\xf7\x36\x53\xfe\x16\xb7\x88\xb6\ \xd0\x23\x21\x11\xf9\x70\x97\xf2\x7c\x73\x6a\xb8\xe1\x1c\x57\x65\ \xcb\xf2\xe1\xf1\x71\x7f\xf3\x6c\x63\x0b\x10\x82\xcd\x8d\x7c\x85\ \xdd\x7b\x9b\x86\x72\x0e\x95\xb3\x5a\x4b\x39\x00\xb0\x72\xd2\xbe\ \x7d\xfb\x1c\x19\x90\x1c\x9a\x9d\x13\x15\x93\x91\x14\xf7\xc2\xde\ \x35\x40\xcf\xc6\x44\xc3\xd2\x52\xd3\x48\x43\x49\x45\x5d\x53\x47\ \x49\x45\x49\x46\x49\x45\x45\x49\x51\x5d\x43\x41\x45\x46\x5c\x52\ \x52\x58\x58\x42\xc5\x40\x41\x47\xdd\xd8\x58\x45\x5d\x43\x52\x47\ \x18\x2d\x2c\xa0\xa2\x84\x03\xbc\x4a\x5c\xc7\x18\x28\x6f\x49\x5d\ \x15\x88\x63\x9a\x1a\x21\x1f\x3e\x85\x84\xc4\xe6\xed\x2b\xe7\x6a\ \xad\x6d\xfa\x52\x02\x3e\x47\xbe\x8c\xcc\x4e\x0e\x79\xf9\xda\xf5\ \x99\x89\xb1\x0a\xd2\x89\xdd\x00\x00\x20\x00\x49\x44\x41\x54\xae\ \x2e\xf8\xd4\xd0\x57\xc3\x29\xea\x9a\x19\xa9\x68\xea\xe8\x82\xd3\ \xf0\x9f\x96\x42\xfa\xbe\x61\x73\xc2\xd3\x57\xef\x9f\x1b\x58\x3e\ \xff\x1c\xf2\x26\x24\xd8\xa7\x68\x9b\x6b\xc8\x02\x1c\xfb\x16\xa7\ \x16\x43\x87\x30\x02\xe2\xc2\x99\x2d\x4f\x2e\x6b\x31\xe7\xfc\xb0\ \xf0\x34\x34\xf4\x1d\x60\x43\x15\x65\xe2\x47\xc5\xfb\x77\x5e\x59\ \xef\x13\x3d\x3e\x7c\x89\x89\xc9\xf0\xf6\x8e\x49\xf9\x96\x16\xeb\ \x9a\x9c\xf4\x35\xb5\x55\x68\x9d\x91\x78\x97\x63\xa5\x22\xda\xa3\ \x93\x37\x57\x9e\xef\x90\xad\xe6\xce\xcf\xaf\x8b\xed\xc8\xda\x20\ \xf2\xc5\x7f\x99\xd1\xc8\xe6\x58\x90\x8a\x41\x51\xc8\x3e\x21\x66\ \xae\x48\x6f\x03\xd8\xf5\x82\xcd\xd0\x0e\x0f\xa6\x10\x2a\x06\xc7\ \x0b\x2d\x10\xee\x07\x6b\xf3\x80\x60\x4d\x0d\xb1\xcb\xf5\xb0\x34\ \x06\x10\xeb\x10\x20\x2b\x12\x07\x82\x94\xb3\xae\xbb\x1b\xbe\x8f\ \xc3\x39\x99\xad\x8b\xd9\xaa\xae\x69\x20\xda\xab\xaa\x9b\x2b\x13\ \xca\x2a\x1b\xcb\xaa\x01\xc1\x02\xa7\xaa\xaa\xc6\xe9\xd9\xfe\x16\ \xd8\x0f\x0a\xa4\x21\x5c\x7e\x64\x13\x29\x08\x51\x57\x30\xe5\xfc\ \xdf\x6e\x85\xab\xe5\x40\xe7\x1b\x7b\xf9\x9b\xe6\xd0\x4b\x1d\xe7\ \x7c\x6d\x8c\xfa\x57\x3a\xd9\x5f\xb1\xd4\xff\x71\x1c\xbc\x82\x32\ \x0b\x7e\xfe\x9b\x91\xc2\xab\xd5\x45\x78\xfa\x27\x6b\xae\x3b\x9c\ \xf5\x9b\xde\x43\xd9\xdc\x99\x5b\x6a\xd8\xa7\xaf\x7f\xfd\x5a\x3f\ \xb2\x50\x51\xdf\x43\xa3\x50\x8f\x5a\x97\x3e\x66\x51\x26\x2a\xe8\ \xed\xd4\xc5\x89\xdf\xfb\x2b\x1f\xda\xd7\x29\x13\x12\x90\x55\x01\ \x7a\xf5\x0b\x4a\xc0\x92\x12\x80\x45\x80\x28\x01\xca\x95\x0e\x7b\ \x3e\x7b\x4b\xd2\xb1\x64\x72\x9d\xbf\xbf\x7f\x3a\x01\xe8\x3c\xc8\ \xa2\x20\xd2\xb0\x27\x08\x7b\xc1\x71\x0f\x97\xd8\x30\x84\x12\x68\ \x18\x03\x9b\x1e\x80\xe6\xeb\x85\x10\x06\x2b\xda\x00\xb1\x88\x30\ \x2f\x0c\x0f\x23\xbd\xd2\x31\xd0\x8e\x26\xbd\xf7\x57\x49\x1d\x19\ \x00\x56\x1d\xd2\xf4\xfe\x0b\xf1\x99\x91\xd4\x7f\x93\xec\x14\xf7\ \xc2\x20\x35\x28\x26\x39\xce\x3b\xf4\x53\xde\xf0\x60\x51\xd1\xdc\ \xea\xa7\x7d\x6a\xe7\xc4\x59\xf7\x40\xe1\xe8\xd9\x30\x93\x5e\xdb\ \x4d\x5f\x91\xdf\x5d\xc8\x9b\x5c\xa7\x2c\xd4\xb6\xef\x0c\x7c\x7a\ \x1f\xb5\xb2\x14\x9b\x55\xb1\xf0\x75\xbb\x3e\xac\x9e\xbe\x2e\x01\ \x40\x0a\x00\x22\x91\x48\x10\x15\xc7\x12\xd0\x68\x01\x0c\x46\x94\ \x44\x44\x83\x83\x42\x10\x20\x10\x16\xda\x86\x62\xd0\xc2\x82\x18\ \x2c\x5a\x10\x8d\xc5\xa2\x09\x80\x7e\xa1\xd1\xa2\x44\x22\xc0\x64\ \x70\x17\x5e\x40\x18\x70\x30\x51\x41\xb4\x92\x8c\x38\x86\x20\x80\ \x92\x54\x92\x90\x51\x54\x52\xc0\xe9\x28\x0a\x90\xb0\x80\x71\xa9\ \xbc\x7c\xa6\x69\xe6\x94\x16\xf0\x42\x3d\x7a\x9e\x76\x64\x6a\x6d\ \x7a\x87\xeb\xbe\x5c\x84\x95\x67\x55\xae\xdd\xd1\x06\x65\xb1\x61\ \x7e\x74\x7f\xc3\x85\x32\xdc\xdd\x51\x6e\x3e\xef\x16\xae\xcc\xdb\ \x4a\xcf\x0a\xce\x9b\xd1\x5a\xb4\xb6\x13\xba\x2f\x25\x22\xeb\x26\ \x3d\xdf\x7a\xb2\x37\x13\xce\x62\xd0\x99\x8b\xca\xda\xa6\x8e\x33\ \xd6\x33\xac\x0e\x79\x9a\xe3\x09\x35\x76\xb8\xd5\x8d\x3a\x63\x37\ \xbf\x77\xb2\xce\x88\x7e\xff\xc3\xc3\x23\xfe\x1b\x00\xaa\x2f\xde\ \xf1\x31\xee\xee\xc1\xa1\x1f\xa3\xbd\x82\xf2\xde\x7f\xf4\x0a\x0a\ \xf3\x8a\x0e\xcc\x1b\x6b\x2f\x6d\xea\x1c\x9b\xa4\x33\x7a\x28\x0c\ \xa8\x09\x19\x2b\x13\xc3\x73\x83\x0b\x8c\x95\x9d\xfd\x6d\x56\xeb\ \x51\x5f\xe1\xa2\x9b\x9d\xcb\x23\x65\xa1\xfb\xdc\x72\x5a\x62\xb9\ \x95\xb9\x65\xbe\x9e\xbe\xd5\x6d\xc5\xc5\x55\x09\xb9\x5d\x5d\xe3\ \xb3\xb0\xeb\xa6\x31\x21\x82\xaf\x8f\x6e\x17\x51\x56\x9d\x5b\xd5\ \xdf\x52\x9c\x6b\xc5\x11\xe1\x69\x7d\x24\x7d\xef\x3e\xf7\x03\x11\ \x9e\x87\x3c\x22\xe0\xa9\x6d\x76\x0b\x39\x4a\x0b\x39\x54\x2d\x1f\ \xb7\x54\x55\x95\x8d\x37\xb6\x4d\x83\x8f\xf1\x3f\xc7\x77\x77\x28\ \x35\xf9\xe1\x1c\x0e\xcc\xd0\xd4\x54\x8f\x77\x79\x1f\x3f\xbf\x7a\ \xfd\x34\x20\xdb\x29\x32\x32\x32\x35\xe5\x4b\x4e\x9c\xcd\x1b\xd7\ \x57\xcf\x8d\xd4\xd4\x8d\x0c\x74\x35\x34\xd5\x94\x00\x5e\x29\xa8\ \xe8\xe0\x74\x81\xda\xc3\x81\x1b\x38\x15\x19\x75\x15\x41\x61\xb4\ \x80\x12\xd0\x88\x66\x7e\x91\xcf\xd5\x55\x14\xe0\x00\x81\xa2\x8c\ \x8c\x84\xb0\x0c\xce\xc8\x4c\x1d\xa7\x20\xa0\x80\x53\xc7\x01\x00\ \xd3\xd4\x4b\xf9\xfa\x3e\xf8\x43\x2d\x4b\xda\x53\xea\x48\x5b\x3e\ \xc7\xf5\x5b\x88\xd3\x2b\xa7\xb8\x6c\xa7\x80\xb8\xd7\xaf\x22\x9f\ \xd9\x3f\x33\x51\x7b\x6c\xac\xa3\x82\xd3\xd4\x54\x57\xd3\x78\x6a\ \x6f\x6b\xd3\x33\xfe\x70\x7f\xa9\x5d\x79\x9a\xa5\x91\x9d\x67\xa6\ \x6b\x69\xeb\x94\xf3\x39\xf8\x73\xe2\xc6\xe9\xe9\xc5\xf9\xc1\xb2\ \xc5\xf2\xac\xf3\xf7\x65\x78\xe8\x7c\x47\x8e\x93\x6b\xe1\xf2\x9d\ \x9f\xff\xfc\x02\x4a\xc4\xf3\x8b\x83\x53\x6d\x46\xe7\x40\xc5\xa7\ \xb0\xac\x4f\x41\x1e\x41\x6f\xa3\x42\x53\x12\x13\x63\x92\x3e\xa6\ \xf8\x85\x84\xbc\xa3\xb8\x8f\xdc\xde\x74\x0c\xde\x6d\xfc\xdd\xf9\ \xd6\xc3\x9d\xbb\x8b\x9b\xeb\xe2\xfc\xe2\x52\x01\x42\xa6\xc5\x5e\ \x42\x65\x73\xa9\x83\x21\x4e\x08\x55\xd0\xce\x02\xe1\x5f\x97\xa0\ \x85\x5c\x0c\x9d\xb3\xbb\x20\xd8\x2d\xef\xe7\xec\x8e\x87\x21\xa4\ \xc8\xc5\x16\x98\xd0\xd4\x07\x30\x1a\xf8\x03\x9c\x9d\xa1\x27\x19\ \xbb\xf9\xe1\x90\xbd\x08\x79\x0e\x49\x19\xe4\x45\x80\xc7\xb1\x43\ \x2d\x90\x12\xd3\xd4\x74\x65\x59\x6e\xdb\x6c\x3f\xec\xac\xaa\xca\ \x4d\xa8\x1e\xef\x6f\xcc\x8d\x28\xae\x6e\xeb\xaa\xca\x2d\xae\xaa\ \x6e\x83\x8d\x56\xb0\x95\x01\x3a\xcc\x4f\x6f\xfd\x99\xba\x74\x53\ \xb8\x1a\x52\x76\xbe\x69\xeb\xfa\xab\xbb\xde\xf9\xfa\xec\x66\x59\ \x92\xff\xbf\xde\xf3\x57\x27\x8b\xef\x37\x6d\x0b\x9c\x7f\x23\xd8\ \x15\xb1\xfa\x6b\x55\x91\xff\x06\xd4\xf8\xff\xae\x67\xfd\x43\xdb\ \xde\x15\xa2\x74\x32\xad\x4d\xd7\xc7\xe8\xf4\xfa\x95\xc0\xa6\xc9\ \xf5\x93\xa5\xb1\xc1\xa2\xc1\xfa\xac\xc0\xb9\xf5\xfa\xc1\x52\xf7\ \xfa\xa6\x1f\x59\x15\x1e\x3e\x6b\x45\x73\x3f\x46\xd6\xc3\x9c\xc8\ \x05\xbd\x64\x58\x74\xff\x85\x2c\xfa\xa5\xc3\x21\xc0\x12\x32\x12\ \x8b\x03\xb4\x62\x41\x3a\x81\x88\x27\x62\x48\x24\x12\x51\x94\x08\ \xb3\x24\x00\x00\xf5\x62\xb0\x18\x38\x16\x5d\x87\x87\x5e\xc8\xd0\ \x7a\x14\x0b\x48\x13\x8c\x7a\x4f\xc7\xfa\x93\xc9\xbd\x25\xa2\x30\ \xf3\x9d\x04\xee\x25\x13\x09\xb0\xdd\x0a\xe0\x15\x19\x30\x2c\x58\ \x06\x03\x9c\x0a\xc6\x4c\xc3\x06\x08\x22\x0c\xe4\xc1\x13\xf1\xa2\ \xfa\x66\x4f\x5e\x38\xa5\x3c\x31\xce\x8c\x8f\xca\x0c\xf6\xfe\x92\ \x55\x14\xf8\x2e\xb6\x7e\xa4\xb6\xb4\xa1\x86\xb2\x32\x5f\xb8\x7b\ \x54\xe8\x32\x37\x39\x37\xd9\xfe\xf5\xf7\x0c\xfd\x6d\x56\x4a\xed\ \x76\xde\xa7\x1f\xab\xee\x51\xb1\x4b\x40\xf9\xd2\x4e\x36\xba\x37\ \x69\x94\xd6\x0e\xeb\x6c\x58\x93\x82\xcb\x80\x82\xec\xfa\x14\x5a\ \x40\x52\x5c\x94\x80\x05\xaa\x10\x40\x16\x5a\x10\x2b\x20\x88\x22\ \x88\xa2\x01\x66\xa1\x80\x34\x04\x74\x0b\x80\x16\xcc\x22\x24\x61\ \x45\x81\x5c\x24\x40\xf4\x12\xc4\x13\xd0\x4a\x8a\x28\x09\x01\x41\ \x45\x45\x49\x1d\x25\x9c\x82\xb8\x8c\x12\x4e\x42\x14\x23\x20\x28\ \x2e\xa3\xf8\xe2\x99\x80\x9a\xba\x8a\xd1\xb3\x94\xa3\xbe\xcd\x70\ \x6b\x66\xe1\x7d\x2e\x0e\x55\x2b\x55\xad\x5c\x07\xbb\x45\x1e\xc7\ \x9f\x13\x9b\x73\xdb\x54\x17\x91\x19\x96\xa9\x9d\x4b\x87\xfc\xe6\ \xd8\x42\xd8\x47\xef\x91\x33\xed\x3b\x7d\xd6\xa6\x77\x6f\xdd\xe2\ \xb9\xf3\x90\xe7\x96\xe9\xa3\xd1\x6e\x53\xed\x0d\x43\x53\x47\x8e\ \xfc\xfc\xfc\x4d\x5e\x5e\x79\x5a\xf9\xc9\xd1\xf6\x02\x9d\xd5\xda\ \x7a\xa2\xbd\x48\x3b\x1b\xfd\xbd\x49\x9f\xdc\xce\x7b\x1f\x14\xea\ \x1d\x13\x14\x14\x1b\xfa\x21\x31\xcb\xfd\xcb\x07\x8f\x4f\x3f\xde\ \x7d\xfc\x54\x51\xf1\xf3\xeb\xa7\xa2\xa2\xfa\xc9\x95\xb9\xf5\xc9\ \x95\x9d\x91\x86\xfd\xc9\x1d\xca\xef\xf5\xe1\x89\xb9\xa5\xfa\xda\ \xe1\x85\xb9\xb1\xb1\x09\x46\x77\x77\xeb\x4c\xeb\xa8\xe3\xa8\xa1\ \xa1\xa1\xb6\xd0\x1d\x2b\x31\xcf\x46\x5f\x2d\x31\x39\x55\xdf\xe6\ \x36\xd8\x22\x38\x3b\x0b\x17\x89\xa6\x5b\x9a\xcb\x12\x1c\xe4\x57\ \x26\x0d\x73\xa1\xd5\x76\xd7\x78\x73\xb1\x95\x96\x67\xd9\xbd\x70\ \x21\xb1\x5b\xbc\x1c\xf7\x1f\x70\x3f\x92\x37\x74\xa9\x19\xa5\xb5\ \x16\xca\x5b\x97\x4d\xb7\x78\xaa\xfa\x3a\x14\x77\x95\x59\xc9\x55\ \x6d\x2d\x5f\xcc\x72\xd3\x68\xe1\x77\x4d\x2b\xbe\x25\xc7\x03\xe5\ \xee\xf1\x3e\xd6\xc6\xf2\xc9\x2b\xdb\x97\xcf\x5d\x5f\x85\x84\x64\ \x27\x07\xbc\x7c\xfd\xea\xa5\xbd\x99\xd1\x53\x7d\x75\x7d\x5d\x35\ \x23\x1d\x75\x5d\x4d\x80\x58\x38\x15\x15\x15\x35\x9c\x8e\xa6\x8a\ \x92\x9a\x8e\x8e\xba\x82\x8c\x30\x4a\x40\x51\x4d\x4f\x3f\xce\x27\ \xe4\xb1\x9a\x86\x92\xa4\x92\x80\x8a\x3a\x4e\x12\xe8\x6f\x7d\x33\ \x5d\x19\x45\xb0\xa7\x9e\x91\x86\x8e\x8c\xbe\x99\xb1\x53\xde\x8f\ \xb0\xfa\x23\xde\x32\xbe\x8d\x51\x2f\xfb\xec\x6f\x71\x21\x9f\x5f\ \xbd\x4a\xce\x4e\x76\x0d\x49\x8b\x09\x70\x7d\x63\x62\x66\x1b\x10\ \xe2\x97\xe8\xf1\x69\x8e\xb9\x31\xcf\x18\xac\xa9\xb6\x5a\xa4\x4c\ \x52\xee\xb6\xf8\x19\x7b\xff\xd0\xd3\xb0\x04\xdb\x72\x52\xbc\xef\ \xf2\x8d\x3b\x38\x2c\x4f\x57\x1e\x2e\xf7\x73\x0e\x9d\x1e\xf0\x5f\ \x4c\x9d\xdf\xf8\x4d\x5d\x4e\x76\xf3\x1f\x2e\xc3\x6a\xd1\xf8\xe9\ \x85\x6a\x7e\x6d\x51\x45\x5e\x90\x7b\x50\xb0\x47\x4c\xd4\x97\x77\ \x89\xa9\x19\x9f\x73\x32\x22\x33\xd2\xe2\x32\xce\x8e\xea\x79\x29\ \x33\x1f\x7e\x36\x0b\x2d\xb9\x7b\x67\x71\xb5\x71\xcb\x2d\x1f\xb0\ \xa7\x6b\xae\x70\x66\xe8\x52\x01\x82\x2f\x0b\x18\x27\x8b\xfc\x63\ \xe3\x15\xb2\x5a\x78\x89\x58\x08\xa8\x1d\x22\xe1\x15\xcb\x17\xec\ \x6a\x3d\xdc\x7c\x7e\x55\xec\xba\x91\x82\x43\xfc\xfc\x90\x9b\xc1\ \x01\xcf\x03\xd8\x21\x7f\x88\x08\x4f\x38\x8c\x38\x65\x01\xef\x1f\ \xba\x6a\x8b\x87\x28\x33\xdd\x05\xfb\x14\xba\x9a\xfb\xbb\xa0\xfb\ \x70\x55\xb5\x2f\x0c\x81\x68\x6c\x6e\xee\x6a\x6b\xee\x9f\x3d\x3d\ \x1d\x87\x16\x9f\xd0\xe1\x13\xa8\xfb\x21\x0b\x68\x19\xc1\xc9\x79\ \x43\xab\xae\x0b\xeb\x37\x7c\xca\xf9\x7f\x98\x15\xe7\xff\xf8\x0a\ \xf2\x3b\xff\xcf\x60\xe3\x4d\x9b\x83\xf3\x5f\x8e\x0c\xd7\x91\xaf\ \xc8\x87\x04\x1c\xd7\xfe\x5f\xe0\xbb\xd2\x93\xff\x50\x57\x99\xac\ \xd2\xb7\x2b\x0d\xf5\xb5\xf4\x0e\xe6\xe0\xce\xd8\x5c\x05\x6d\xb4\ \x86\x39\x36\x50\x1a\x38\x18\x56\x0b\x3e\x9b\xc7\x76\x3a\x36\x66\ \xba\x97\xea\x8b\xe6\x3e\x0e\x14\xfd\x28\xa4\x66\x63\x0b\x90\x76\ \x86\x82\x02\x12\x2c\xbd\x97\x90\x4b\x20\xcf\x82\x79\x5f\xfe\x00\ \x8e\x80\xbe\x83\x7d\xe1\x00\x8d\x00\x6e\x11\xfc\xb1\x24\xe8\xeb\ \x00\xa7\x0b\x89\xe0\x7b\xd2\xb1\x04\xa0\x17\x4b\x48\x18\xd8\x76\ \x09\x44\x63\x3a\x1c\x74\x21\xa7\x83\x9d\x01\x83\xf1\x87\xf3\xd2\ \x44\x68\xe0\x52\xe7\x8f\x27\x93\x00\xb5\x82\x63\xcf\x75\x70\x9d\ \xb0\xa4\xae\x24\x3d\x9d\x48\x22\x03\x3c\xc4\x00\x36\x84\x33\xb6\ \x7d\x69\x96\x92\xaa\xf3\x2d\x2a\x36\x3b\xd4\x23\x31\xf5\x53\xd8\ \xa7\xbc\xa5\xed\xc1\x81\xa5\xc5\x3e\xe6\x59\xdf\x22\x65\x63\x71\ \x67\x7f\x65\xae\x74\x84\x39\xb8\x42\xd9\x61\xed\xd0\x56\x2b\xe6\ \x26\x3e\x79\x30\x58\x34\xd6\x9d\xa3\xd2\xc9\xa3\x23\xbb\x47\x2e\ \x34\x97\x06\x51\x08\x57\xe0\x61\x8a\xe2\x01\x72\x61\x50\x18\x71\ \x34\x4a\x90\x80\xc5\x0b\xa2\x04\x04\x04\x84\x01\xdf\xc2\x08\x02\ \x6c\xc2\xa0\x84\x31\x58\x61\x34\x1e\x88\x41\x0c\x9a\x04\x6b\x56\ \x28\x51\x2c\x38\x61\xf0\x00\xcd\xf0\x82\xc2\xc2\x82\x28\x09\xb8\ \x16\x25\x29\x20\x83\x53\xc4\x09\x28\x28\x08\x08\xa3\xc5\xc5\x15\ \x95\xd4\x23\x6d\xd4\x4d\x54\x70\x0a\x32\x91\xd4\xf2\x8d\x7c\x47\ \xaa\xf5\x03\x39\x29\x0e\x8e\xfb\xaa\x55\x0f\x00\x3e\xec\xed\x6f\ \xff\x2e\x34\x84\x3e\x2f\xf2\x0e\x42\x54\x55\x37\xfa\xeb\xe4\x8a\ \x93\x45\x6d\xa1\x72\x17\x73\x73\x65\xa1\x47\x0f\x1f\x0a\x71\x1b\ \xda\x69\xcb\xca\xcf\xdb\xcd\x98\x3e\xe0\xd9\xd0\x96\xb7\xa6\x32\ \xcb\x1d\xfb\xf2\x1d\x8f\x76\xbb\xbb\xc3\xe7\xa9\x94\x19\xeb\xfd\ \xfd\xd1\x88\x2a\xd5\xa3\x1e\x7a\xd3\xc0\x0f\x6f\xef\xf7\x1f\xdf\ \xf9\x84\x05\xbe\xf5\xfe\x18\xe6\x15\xf6\xb5\x3e\x10\xfc\x5f\x18\ \x69\x1f\xac\x9d\xa0\xef\xef\xd3\xe9\x0b\x4b\x14\x26\xfd\xac\xa7\ \xa1\xa7\x61\x62\x69\x70\x7b\x67\x60\x38\xeb\x53\xd1\x8f\xce\x95\ \xfa\xb5\x15\x06\xa5\x9b\xba\xbb\x9b\xdf\xd7\x31\x63\x6d\xfe\x48\ \xca\x33\x42\x4a\x8c\x8f\x4f\x4c\xb5\x6b\x1c\x76\x34\x03\xc0\x82\ \xd1\x08\x2d\xcd\x55\xc5\x09\x5a\x7d\xcc\x3e\x59\xdf\x5c\x5f\x38\ \xc5\x91\x9b\x6b\x65\x55\xed\x1b\x71\xff\xd1\x6d\x3e\x39\xbe\xbb\ \x1c\xb7\xb8\x95\xc1\xa3\xee\x73\xdb\xdc\x90\x2e\x56\x15\xe3\x7a\ \x78\x8f\x8b\x4b\xaa\xac\x4a\xcc\x45\x3b\xe2\x78\x79\x56\xf5\xee\ \xad\xee\x94\xd7\x29\x39\x1f\xa3\x62\x7d\xe2\x33\xbe\x24\x3d\x7b\ \x6a\x6f\x66\xac\x69\x69\xa9\xa1\x67\x66\x66\x1f\x62\x6b\xe3\x04\ \x5b\xd8\xf5\x34\x74\x35\x60\xef\x95\xae\x8a\xae\x9a\x12\x4e\x5c\ \x42\x45\x5d\x12\x07\xd4\x21\x60\x4f\x1a\xea\x6a\x92\x82\xa2\x02\ \x8a\x3a\x4a\x36\x1f\x02\x73\xec\xcd\x74\x15\x65\xd4\xcd\x1e\x5b\ \xea\xeb\x69\x1a\x3d\xb1\x7f\x6c\xac\xae\xa7\x6b\x64\xa9\xa7\xa7\ \xab\x6b\xf6\x58\xc3\xe0\x75\xd6\xd8\xc4\x2e\x57\xf5\x3d\x1a\xeb\ \xf3\xd3\xd7\xc9\xaf\x9d\x02\x3e\x3b\x25\x7f\xf6\x8b\x4c\x4e\xfa\ \x96\x9c\x19\x19\xe0\xfa\xda\xf5\x75\x8a\xb7\xcf\x97\xa0\x85\x4d\ \x59\xe9\x3b\xd5\x65\xf2\xcc\xc9\xac\xa3\x32\x79\x49\x33\x8f\x2c\ \x75\xa7\x27\xaf\x5e\xf9\x05\x7c\xb8\x95\xf0\xf0\x8f\xaa\x9d\xbc\ \xef\xd6\xc5\x69\x0b\x3f\x00\x2c\xe7\xfe\x29\x64\xed\x0d\x19\x7f\ \xbb\xf4\x3f\xf9\x0e\xa0\x03\x16\xb8\x4f\xab\x73\xef\x3f\xa2\x7a\ \x45\x7f\xf1\x7a\x1f\xfa\x05\x68\xc2\x40\xef\xa4\x9c\xd4\xec\xcc\ \xc8\xb4\xe0\x6f\xae\x1f\xeb\x3b\x98\x42\xbf\x57\x63\x3f\xa8\x16\ \x4f\xbc\x0d\xf4\xba\xd5\x28\xa2\x7a\x65\x1d\x73\x78\x78\x78\xd5\ \x31\x7a\x8e\xf0\x27\xc4\xa3\x67\x08\x71\x97\x3e\xb8\x01\x31\xe8\ \xd5\x03\x37\x23\x6b\x8b\x90\x5c\x21\x24\xeb\x60\xe8\xb2\x5f\x6b\ \xe8\x7c\x0a\xf1\x21\x03\x9c\x0b\x29\x2b\xc1\x65\x4b\x8b\xef\x6c\ \x9d\x88\xf4\x4c\xc0\x8a\x3c\x42\xb5\xe0\xaf\x44\x50\xef\xf8\xcf\ \xf9\xf7\x8b\x73\xe4\x79\x00\x09\xd9\x32\xdd\x58\x59\xdd\xd8\x35\ \xbb\xd5\x55\x55\x0c\x68\x73\x65\x7f\x7f\x5b\x65\x75\x15\x6c\x54\ \x68\xde\x5a\x3e\xff\xd3\x75\x71\x3a\x7e\xbc\x7c\xc0\xef\xfc\x97\ \x37\xd5\x35\xcb\xba\xe4\x58\xfc\x37\x8d\x9e\x7f\x7b\xd9\x38\xff\ \xc7\x35\xe2\x8a\x3c\x39\xff\xdd\x38\xca\xae\x5b\xfd\x6f\xd7\x03\ \xdb\xa3\x81\x7d\xc3\xe2\x6a\xaf\x9b\xc4\xeb\x1b\xd3\x7a\x04\xb0\ \xd6\x57\xd6\xfb\x3a\x7a\xf6\xce\x16\xd6\x0c\xb9\xdd\x46\x17\xf3\ \xed\xa8\xf9\x2e\x76\x9b\x6e\x3d\x79\x40\x70\xd4\xce\xb7\x0e\xb7\ \xba\x48\xab\xf2\xba\x3c\xd4\x5e\xa3\x2c\x52\xe9\xab\x0d\x0d\x0b\ \xb8\xff\x83\x81\x81\x30\x96\xab\x0e\xe9\x1d\xf5\xf7\x47\x06\x06\ \xe1\x72\x7f\x7a\x5d\x81\xbf\x3f\x16\x50\x2b\x52\x3a\x11\x8d\x87\ \x1b\x60\x53\x43\x9d\x3f\x06\x5b\x47\x06\xe4\x08\x76\xb1\x83\xef\ \xad\xc3\x92\x01\x16\xd5\x91\x0a\xea\x08\x80\x58\x91\x61\xca\x2a\ \x8c\x51\xc6\x96\xe0\x31\x30\x41\x07\x28\x46\x32\x50\x94\x05\xfe\ \x04\x38\x5d\xed\x0f\x94\x66\x3a\xf8\x3d\xe9\x70\x54\x11\x03\xb8\ \x10\x91\x84\xd1\x7c\xed\xf7\x3c\x29\x1b\xf7\xfa\x4b\x52\x80\x87\ \x4f\x6c\x94\x57\x56\xe7\xd2\xf6\xd2\x76\x53\x27\x6d\x63\x71\xbb\ \x81\xc5\xd8\x5f\x98\xdc\xdc\xdb\x5c\xa2\x6a\x53\x28\x85\xbf\x7b\ \x28\x1d\x7d\xdb\xe5\x14\xe6\xfe\xc6\x6e\x03\xfd\x84\xf2\x95\xbe\ \x3b\xbc\xca\x57\x4e\x99\x39\x31\xc6\x8a\x12\x80\x56\xc5\x62\x20\ \xab\x12\x44\xa1\x51\x88\x75\x03\x1e\x83\x12\x17\xc5\xeb\x28\x8a\ \x0b\x0b\x8a\x0b\x00\x65\x28\x0c\xd0\x0c\x85\x25\x91\xd0\xc2\x40\ \x30\x8a\x62\x00\x54\x61\xb1\x02\x80\x31\x02\x28\x43\x89\x4a\xa0\ \x04\x45\x85\xd1\x4a\xea\x4a\x32\x92\x82\x12\x12\x92\x2a\x2a\x40\ \x17\xe2\x24\x24\x64\x34\x74\xcd\x4c\x5e\xbc\x76\x75\x32\x91\x41\ \xab\xbf\xdd\xd4\x36\xdd\x64\xb0\xb8\x6f\xf3\xdd\xe6\xe3\x90\x72\ \xc8\x37\x95\x77\xcc\x77\x6c\xdd\x9f\x60\x8c\xac\xd5\xb3\x98\xad\ \xa5\x79\x5e\x9f\x17\xad\x5d\x76\x6b\xe4\xe6\x27\xfa\xf2\x45\x1e\ \x08\x29\x9b\xcb\xcb\x8b\x98\x3f\xe4\x31\xb7\xeb\xe8\xd0\x66\xcc\ \x3f\x9c\x39\x99\xd9\xd5\x7e\x94\x2f\x7d\x34\xb3\xd9\x71\xb6\x21\ \xbb\xc9\xea\x96\x2f\x2f\x37\xd7\xe6\x8b\xe0\xda\x63\x51\x68\xcc\ \x6e\xca\x1e\x6d\x7b\x6d\xfb\x5d\xa8\x4f\xf4\xdb\xa2\xbc\xaf\xa5\ \x9d\x79\xb5\x61\x3f\xc2\x06\xe6\xda\x17\xd6\x46\xf6\x1b\x1a\xe8\ \x14\x16\x93\xc9\xea\x39\x63\x36\xac\xac\x6f\xd3\x57\x27\xe6\x2a\ \x06\x06\xda\x2b\x02\xbd\x4a\x7f\x16\xfd\x1c\xeb\xf9\x4d\xa7\xf7\ \x9c\xb1\xa8\x27\x1b\xa3\x7d\x85\xf2\xb7\xf9\xee\xdf\xe2\xba\x2d\ \xa6\xd5\x36\xdd\xd5\xd6\xd5\x36\x0e\xa3\xa7\xa6\x61\x7c\x49\x4b\ \xa3\xaa\xd6\x28\x75\x4f\xc4\xd7\x57\xce\xaa\xba\xb2\x19\xae\x8b\ \x6b\xa9\x7a\x8a\xdd\x92\x13\xe3\x90\x53\x15\xbb\xfd\xa0\xcf\xfa\ \xa1\xb9\xb2\x0b\x7d\x43\xca\xba\x50\xba\xe3\x11\x37\x8f\x3c\x4f\ \x42\xb3\xa7\x7c\xcd\xdd\xad\x8b\x63\xad\xb5\xc8\xc8\xec\x6f\x69\ \xa9\xf1\xa1\x89\xd9\x49\xdf\x72\x3e\x67\x3e\xd3\x53\xd7\xd1\x05\ \x3a\x4e\x49\xd3\xc4\xef\x8d\xa5\xed\x93\x67\x7a\x6a\x46\x46\xea\ \x66\x1a\xba\x6a\x3a\x38\x25\x15\x25\x40\xa9\x24\x15\x70\x2a\x8a\ \x12\x12\xe2\x28\x45\x25\x9c\xae\xbe\x9a\x82\x80\x84\x92\x8c\x82\ \xca\xbb\x95\xa2\x24\x33\x75\x05\x09\x75\x7b\xa7\xa7\x4e\x2f\x5d\ \xd3\x72\x3e\x3f\x7f\xf2\x4c\xc3\x40\x57\x4f\x57\xd3\x52\xe3\xb1\ \xcd\x9b\xe7\xfa\x91\x83\xcc\x4d\xb1\xb2\x5b\xdd\xb5\xc6\x2f\x22\ \x9d\xfc\xd2\x72\xbe\x25\xe7\x00\xc8\xfa\xfc\x39\x35\x2d\x2d\x2d\ \x32\x33\x28\x24\x24\x29\x33\x3b\x9b\xca\x5d\xd6\xa5\xca\xa7\x7a\ \xaf\x6f\xe2\xbd\x3b\xb3\x32\x4a\x37\xe7\xab\x87\x9a\xe5\xab\x17\ \xf6\x2f\x6a\x01\x6b\xbc\xc7\xef\x5b\x78\x4b\xcb\xf7\xfc\x34\xe2\ \xfc\x60\xf6\xe2\xdf\xef\x80\x60\x01\x7e\x72\x75\x58\xc1\x4a\x96\ \x45\x57\xe3\x69\xa3\xef\x85\x85\xf3\x81\x56\xb5\x90\xf5\xf0\x8f\ \x3c\x20\xc8\xbd\x3f\x44\xc5\xbc\x0b\x4e\x89\x4a\xcb\x8e\x8f\x4b\ \x89\x4d\x8c\xf4\xaa\x67\xf5\xc8\x9e\xb4\xe6\xa5\xb5\xf6\x9f\x04\ \x7a\x7f\xb8\x33\xfb\x88\xe3\xe2\xfc\x6a\x0c\xe7\x10\x99\x19\x64\ \xb3\xad\x0b\xb8\xe6\x88\x90\x2e\x04\x8a\xce\x2f\x4b\x50\xff\x5d\ \x46\x3c\x38\x58\x3e\x46\x06\x0a\x97\x97\x2f\x85\xe3\xd0\x65\x41\ \x7e\x08\xb9\x35\x75\x59\xfc\xe6\x47\x9a\x20\x90\xca\x3e\xf2\x2b\ \xae\x27\xad\x21\x86\x5d\xb4\x34\x37\x1f\x76\x35\x8e\x6f\x9d\x2e\ \x43\x63\x9a\xfe\xc6\x71\x78\xf5\x02\x3a\x07\x6e\xc1\xce\xab\xf1\ \xfe\xae\x65\xf6\xe3\x00\x94\xed\xfb\xf7\x7f\x9d\x2d\xf8\xaf\x57\ \x17\xaf\x8a\xeb\xdf\x2d\xae\x7c\xe5\xf9\x39\x6f\xf4\xe0\x7f\x0c\ \xac\x2e\x87\x69\x9c\x6f\x92\x12\x39\xff\xb7\x2d\x0b\x01\xff\xff\ \xe9\x7f\x67\x23\x94\xc5\x75\x05\xeb\x0a\xb2\xd8\x78\xe7\xfc\x17\ \x6f\xbb\x9c\xd7\xf9\x67\x31\x5f\x7e\x83\xd9\x31\xea\xe2\xf6\xf0\ \x36\x5f\x0d\xf8\x3c\xa6\xfd\xde\x74\xa3\x4d\x9e\xec\x75\x46\xc7\ \x14\x65\xd5\x87\x7d\x1e\x38\xcb\x3b\xe9\x38\x19\xa5\x44\x77\xee\ \xfe\x2e\xf2\x48\xf1\x1e\x7e\x06\x53\x08\x49\x75\x75\xd0\xb4\xa1\ \x24\xbd\x80\x54\x92\xde\x0b\xd8\x4f\x09\x5c\x16\x84\x2b\x7a\x25\ \xfe\xa2\xa2\xe9\x04\x98\xfd\x5c\x02\xa9\x56\x3a\x74\xf7\x2b\xc1\ \x02\x68\x20\xf9\x17\xe0\xd3\x91\x7a\x14\x1c\x95\x06\x04\x0b\x56\ \xbf\x00\xa1\xea\xf5\x47\x6c\x86\x89\x40\x9a\xe1\x09\xfe\x75\x24\ \x3c\x6c\xd3\x84\x30\x46\xc2\xe0\x89\xbf\x0a\x60\x90\x7d\x1d\x74\ \xf0\x23\x88\x02\x38\xc1\x08\xfa\x97\x60\xd5\xec\x9f\x3f\x4f\x76\ \xc5\x05\x64\x07\x7c\xa8\x4d\xf4\xf0\x29\x2a\x62\x9c\x8d\x74\x32\ \x96\x9a\x28\xfb\x94\x35\xfa\x28\xad\xa1\x69\x84\x3e\x76\x44\xe9\ \xa9\xa1\x75\x52\xf7\xa8\x14\xd6\x76\xfd\xfb\x09\xe6\x68\x07\x6b\ \x33\x9f\x45\x19\x39\x61\xfd\x9e\x31\x0c\x67\x15\xca\xae\xa1\x30\ \xb0\x27\x14\x8f\x81\x6e\xa3\x02\x28\x34\x9c\x72\x16\x07\x37\x00\ \x06\x09\x82\x43\x47\x49\x1c\x25\x89\x46\x89\x4b\x62\xf1\x28\x19\ \x3c\x01\x96\xad\x48\x18\x71\x01\x0c\x4a\x10\x99\x89\x06\x8f\x57\ \x58\x5c\x46\x58\x18\x2d\x28\x28\xa3\xa3\xa9\xa3\x88\x13\x57\x91\ \x50\x50\x42\x44\xa1\xa2\xb8\x92\x86\xd1\x4b\x5d\x1d\x03\x1b\xd7\ \x9c\xd4\x37\xaf\x07\xd6\xca\x0b\x29\x34\xeb\xfb\x77\xf9\xf8\x54\ \x1d\x72\x79\x5b\x3b\xca\x1d\x95\x4d\xc3\x47\xa9\x4c\x7a\xc3\x5a\ \xf7\xfc\xd1\xdc\x46\xf9\x5e\x21\x7d\x66\xe3\x4c\x9b\xf9\xf5\x2b\ \x45\xd6\x94\x47\x88\x8b\xef\x8e\x88\x3c\xaf\xac\x61\x61\xb8\x9d\ \xbc\xf6\xbc\x55\xdb\xa3\x99\x0e\x6b\x69\x79\x6d\x59\x69\x65\xa1\ \x51\x37\xeb\x99\x0e\xbb\xfb\xa6\x6e\xbc\x3c\xca\x8c\xa2\xce\x99\ \xf9\xbd\xfd\x25\x4a\xa1\xac\x88\xfc\x9d\xf9\xc5\x8d\xa6\xbc\x8a\ \x91\x9f\x3f\x16\x28\x4b\x9d\x83\x83\x9d\x93\x63\x6b\x13\x0d\x47\ \x67\xe0\x05\xd9\x63\x6d\x74\x03\x39\xd8\x40\x65\x32\xd7\xd6\x29\ \x73\x4d\x15\x59\x45\xed\x79\x3f\x61\x92\x77\x74\x60\xfd\xc8\xca\ \xc4\xce\x02\xf3\xec\xac\x7b\x7e\xf7\xe4\x21\x07\xaf\xf2\x83\x3b\ \xf7\xef\x96\x75\x75\x35\x37\x42\xb3\x49\x68\x21\xd9\x56\x59\xd9\ \xd8\xe6\x19\x71\xa7\x83\xb9\x69\x77\x0f\x48\x5a\xa9\xaa\xe6\xaa\ \x5c\x98\x52\x5e\xec\x2b\x25\x07\xbe\xe4\xa4\x78\xcb\x0d\x85\x0c\ \x45\x64\x8f\x8e\xca\x79\xa9\x7d\x47\xa3\xbc\x5c\xe6\xe6\xb2\x9e\ \x6d\xbe\xaa\xd2\x52\x7f\xb8\xe2\xd3\xa2\xbe\x65\x26\x27\x67\xa6\ \xc6\x7f\xcb\xc9\x8e\xf3\xf3\x4b\xb6\x37\xd6\xd7\xd3\xd1\x91\x51\ \x52\xd0\x35\x7b\xfe\xe2\xb1\x89\xa5\xa5\x9e\x01\xa0\x48\xfa\x06\ \x9a\x9a\x6a\xfa\x2a\x8a\x8a\x12\x8a\x12\x4a\x8a\xa2\x4a\x0a\x92\ \x12\xe2\x32\x12\x32\x92\x8a\x40\x15\x2a\x6a\xaa\x08\x28\x2a\x85\ \x4c\xec\x14\x65\xaa\xa9\x28\xa9\x1b\xd9\x3c\xb5\xb7\x35\x4b\x0d\ \xfb\xf0\xff\xe8\xfa\x12\xb7\x24\xb7\xf6\xeb\x83\xa2\xa2\xa0\xa0\ \x80\xe2\x80\x80\x20\x82\x08\xce\x82\xa8\xa0\x39\xe1\x80\x5e\x46\ \x8a\x43\xa4\x4d\x96\x43\xa7\xc9\xa1\xc1\xb2\xb2\xb2\xd1\x8c\x2c\ \x8b\x54\x2a\x33\xd3\x28\x94\x43\x36\x6a\x93\x65\x6a\xa6\x56\x2a\ \x76\x4c\x49\x4e\xbf\x7a\xff\x8b\x6f\x6f\x35\xc5\xf3\xbe\x1f\x72\ \x89\xcc\x08\x3c\xeb\x59\xeb\xde\xf7\xbd\xd6\xe9\xac\xc3\xe5\xd9\ \xc5\xeb\x4b\x53\xd6\xd6\xec\xae\xd9\xb7\x6b\xd7\xbe\xfd\x9f\x95\ \x7e\x0d\x68\xd3\xb1\xd8\xaa\xdc\xdd\x99\x35\xbb\x4f\x9f\x3b\x78\ \xe6\x74\xd5\xb1\xf3\xe7\x6b\x8a\xcf\x9c\x3e\x79\xf0\x60\x4d\xe5\ \xb9\xad\xb3\x9e\xd5\xcd\x19\x88\xa0\x02\xdf\xf9\x91\xed\x77\x62\ \xec\xd9\x49\x47\xfb\xce\x05\x44\x17\x47\x97\xea\xda\xdb\x2b\x2c\ \xac\x6d\x1a\x89\x2e\x31\x0e\xdf\x33\x90\xc3\x7f\x3f\xf8\x05\x47\ \x8b\x7e\xca\x9f\x2e\x66\x2d\xff\xb6\x4a\x77\x7c\xfa\xf7\x9b\xc6\ \x1f\x7f\xdb\xbc\xa9\xfe\xf5\x48\xad\xda\xb2\x7f\xc3\xf6\xed\xdb\ \x37\xee\xdc\x73\x68\xeb\xf1\x63\x27\xcb\x4f\x97\x9f\x3e\x79\xe6\ \xdc\x96\x09\xf5\xab\x44\x4d\xd7\xa5\x83\xfb\x1b\xec\xaf\x6f\xd8\ \xec\xf2\xc6\xc1\x7a\xc9\xf4\xca\x6c\xdc\x79\xc1\x11\xeb\xeb\x57\ \x9b\x15\x5c\xfa\xb9\x32\xb0\xf3\xdb\xd3\xe1\xeb\xe2\x00\xf4\xb7\ \x47\xdf\xbf\xfe\xfd\xe3\xfb\xa7\x1f\x0b\xde\xf9\x50\x53\xbe\x5e\ \x64\x61\xaf\x5f\xbf\xfe\xba\xd0\xfa\x0e\xbb\xdf\x17\xdb\xb6\xbe\ \x2e\x1b\x00\xae\x68\xd0\xaf\x5f\xbf\x83\xcf\xf2\xfb\xa3\xf6\xce\ \xe6\xf6\xb7\xb0\x77\x0b\x30\xb2\x25\xa6\x24\x97\x2f\xf6\x23\xc8\ \x6d\xe4\xff\x98\x15\xd5\x7f\xcf\xf5\xfc\x36\x03\x5c\xec\x3d\x05\ \x3a\x4d\xee\xe8\xb8\x3c\xa4\xf8\xbb\xa1\x61\x11\x52\xe0\xca\x84\ \xdc\xdc\x90\xcb\xdc\xe1\x66\xe5\x1d\x94\xaf\x40\x0f\xa4\x4d\xd0\ \xc3\xd6\xcc\xc0\x6b\xa5\xba\xb5\x7c\x5c\x59\x57\x5c\x11\x8f\x7f\ \xdc\xfb\x30\x36\xda\x6a\x98\x2e\x4b\x9c\x9b\x50\x3d\xbf\xf7\xea\ \xbd\xb1\x37\xb1\xf7\xf6\xbc\x7e\xd0\x34\x39\xd9\x35\x69\x18\xda\ \x79\x64\x53\xfe\xb5\x9d\x9b\x0f\x9c\x3c\x79\xf3\x66\xe1\x89\x93\ \xef\xfe\x3c\x1e\x70\xf9\xaf\xff\xfc\x05\x33\x21\x60\x93\xd4\x45\ \x68\xe3\x0e\x8b\x4e\x00\x99\x2e\x97\x40\xcb\x2b\x09\x9f\xcc\xc8\ \x03\x00\x05\xd4\x5e\x09\x00\xa1\x5b\x80\x82\xdd\xba\xc5\x28\xc9\ \x5b\x1c\x37\x84\xf8\x74\x19\x20\xd4\x45\x58\xac\x17\x03\x85\x58\ \x2b\xce\xe3\xb9\x51\xf9\x64\xb1\x44\x2c\xe1\xe3\xb1\x00\xa8\x6e\ \xc1\xa5\x3b\x38\xe9\x53\xc2\x00\x2a\x31\x0f\x90\xb4\xcb\x70\x54\ \x87\xcf\xc7\x8a\x79\xb0\x7f\x82\x8f\x0d\x4c\x8a\x8e\x3b\xbd\xcf\ \x3b\x37\xf7\xf4\xd1\x2d\x27\x36\xee\x7f\x76\xef\xc9\x87\xd6\xa1\ \xa1\x1b\x77\xc6\x3f\x76\xcc\x8f\x8d\xeb\xcb\xbe\xcc\x8f\x74\x28\ \x8d\x5a\xad\xae\x77\xce\xa4\x9b\xd1\xeb\x55\x43\x7d\xda\xc1\x7e\ \xa9\x50\x34\x6a\xea\xed\x19\x1d\x7a\xf9\xf8\xcb\x6c\xb7\xde\x10\ \x2d\xc1\x33\x16\xa8\x1d\x89\x4c\x22\xe1\xc1\xd1\x19\x8f\x77\xe6\ \x61\x49\x78\x32\xc9\x19\xeb\xce\x61\x53\xc1\x5f\x64\x32\x56\x4c\ \x75\x83\x91\xf4\x30\xe0\x0b\x0e\xeb\x90\xc9\x62\x80\x69\x40\xee\ \xe2\x21\xbd\xa2\xf2\x49\x60\x23\x63\xbb\xb1\x38\xb0\xbe\xe2\xee\ \x1e\xc8\xf6\xf1\x61\x79\xb0\x02\xe2\x04\x91\x21\x61\xec\xb0\x9a\ \xd6\x0d\x6a\x75\x8c\x6e\xb4\x9e\x48\xf4\xa4\x5b\xf9\x55\x07\x49\ \xad\x30\x89\x2a\xcd\x94\x69\xae\xaf\x5b\x55\x2f\x4a\x1c\x50\x5b\ \x7b\x22\x6d\xeb\x4d\xfd\x04\xa9\x46\x28\x9a\x90\xf5\x2b\x44\x0a\ \xbd\xaf\x6a\xf4\x63\x22\x45\x34\xd3\x23\x72\x20\x60\x6c\x45\x22\ \x66\xa2\x06\xe9\xe0\x40\x74\xf0\x15\x0a\x09\x28\x29\x81\xe9\xe5\ \x22\x1c\xef\x63\xf6\x6a\x12\x7b\x54\x4a\x65\xa2\xaf\x8b\x82\xe8\ \xe2\x85\xf6\x52\x29\xbb\x6e\x3e\x7f\x7e\xef\x4b\xd7\xc7\xa1\x97\ \xef\x47\x8d\x46\x83\x56\xaf\xd3\x4f\xe8\x75\x13\x33\x73\x5d\xe0\ \x38\xdd\xa5\x9d\x31\xdd\x36\xde\x7e\xff\xfc\xdd\x8d\xeb\x37\x1f\ \xef\xbc\x71\x76\xe3\xa1\x7d\xf9\x1b\x8f\x1e\xda\xf2\xf8\xf1\xfb\ \xe7\xcf\x8c\x7a\x5d\x2f\x11\x81\xc6\x11\x1c\x2c\xeb\xda\x3a\x01\ \x8f\x6a\x6b\x82\xae\x22\xcd\x80\x4e\x35\xb5\x24\xd0\x13\x08\x65\ \x5d\x5a\x95\x45\x01\x12\xed\x59\xd0\xdc\xd8\x90\x60\x91\x90\x60\ \xe1\x17\x64\x6f\x41\xf7\x0c\x42\xa8\x12\x83\x09\x2e\x76\x4a\x93\ \xa1\x47\x3f\x37\xa7\x53\x23\xec\x88\x52\x2f\xfb\x96\xce\xbb\x05\ \xfd\xc7\xce\x1f\xad\x2c\x3f\x97\x59\x53\x79\xf8\xdc\x89\x13\x35\ \x27\x8e\xad\xcf\x2c\x4d\x8d\xf4\xf7\xf6\xa6\xb9\xb3\x22\xd2\xd2\ \xca\x53\xe3\xa2\xc3\x22\x03\xc2\xc3\x03\xb9\x30\x12\x27\x30\x6c\ \xc1\x6f\xd4\x83\x85\x07\x48\xc5\xf2\xe1\xb2\x59\x1e\x1e\xee\x34\ \x76\x88\x20\x1c\x08\xc5\xb4\xc7\x93\xa3\x1b\xd3\x22\x39\x21\x81\ \xb1\x71\x69\xeb\xd3\x53\x33\xf7\xed\x3a\x75\x68\xe3\xa1\xcd\x67\ \x37\x9d\x2f\xdc\xbc\x71\xeb\xa9\x6d\x37\xfb\x5a\x5f\x25\x16\x25\ \xc4\x0c\xa5\xa4\xae\xcf\x5a\x9f\xbd\xbe\x74\xfd\xb1\x72\x38\xff\ \x5d\x03\x80\x6a\xf7\xe1\x7d\xe7\x0e\xef\xaa\xaa\x54\xe6\xb8\xb6\ \x35\x57\xfb\x65\x20\xa4\xe3\x73\x9f\x4d\xcd\xcf\x3d\x32\x0f\xbd\ \xcc\x8a\x15\xa4\xed\x0f\x7a\xd1\xd4\x50\xe0\x47\xbf\xda\xe4\x82\ \x61\x7a\x15\xd8\xf9\xfd\xf8\xd6\xb2\xe8\xae\x27\xff\xf9\x73\x8d\ \x59\xf5\x18\x6e\x3c\x4f\x87\xff\xfe\x2e\x7f\xeb\x59\xf7\xc3\x4f\ \x34\xbb\x73\xc3\xa1\x5d\x07\xf2\x37\x1c\xa8\x3a\x9f\x5d\x75\xae\ \xa6\x66\x6d\xcd\xe9\x93\xa5\x27\xc6\x7d\x4d\xf5\x53\xa3\xfb\x8f\ \x16\x26\xbe\xb8\x9d\xbf\x75\xf0\x2d\x3a\x63\x31\x2a\x67\x78\xd1\ \xc9\xfd\xef\xdf\xc6\x57\xbf\x7e\x5d\x95\x2f\x95\xd2\x7f\xfe\xc6\ \x29\x28\x1a\x97\xd8\xd8\xdf\xc3\xbf\x60\x98\xda\x1b\xb0\xf3\x28\ \x7a\xf4\xeb\x17\xe0\x42\xbf\x96\x6a\x5a\x4f\xa1\x90\x04\xd2\x70\ \x31\x90\x1a\x62\x09\xf4\xac\x86\xbd\x0e\xe0\x00\x63\x0f\xbf\x7d\ \xfa\xbe\xe4\xa2\x05\x0f\xaf\x61\x4a\x08\xc0\xb8\x05\x8e\xb4\x42\ \x9b\x96\x81\x69\xb9\x3f\xc1\x46\xbe\xaa\x6c\x6e\x5e\x9c\x5a\xee\ \x57\x78\xfa\xf4\xdf\x78\xb4\xd4\x2f\xb1\xe2\x02\xe3\xb8\x22\x06\ \x1d\x97\xb3\x5e\x6d\xcc\xdf\xc5\xdf\x86\x58\x57\xff\xbe\xfa\xdb\ \x0b\x6b\x45\x27\xae\x1e\x88\xb6\x59\x32\xee\x33\x97\x90\x7f\x5c\ \xfa\xf0\xd9\xa0\x7d\x76\x69\xc4\xf0\x64\xa8\x6b\x70\x7b\x6c\x76\ \x9f\x76\x7c\x42\x37\x3e\x67\x1c\x31\x99\xf4\xda\x91\x27\x9b\x9e\ \x0c\x8d\xe8\x9e\x6f\xbb\xbe\x67\xd3\xb5\xeb\xf9\xcf\xdf\xf7\x4e\ \x0c\x71\x1f\x3e\x5c\x30\x97\x59\x90\x69\x40\x13\x5e\xae\xbd\xf5\ \x30\x0f\xe6\x4d\x40\x61\x78\x99\x5c\xcb\x20\xf3\x18\xd0\x0c\x1d\ \x40\x18\x8c\x9d\xb8\xf5\xf0\x32\x90\x89\x60\x0b\x7f\x58\xcb\x80\ \x84\xeb\x56\x2d\xaf\x84\xf7\x10\x26\x15\x5e\xce\x83\x62\x51\x5c\ \xcb\xa3\x92\xf1\x12\x3c\x95\x07\x13\xb4\xc4\xb0\x93\x14\x80\x9d\ \x38\x8f\x04\x73\x1f\x4a\xc4\x0b\x1e\xcb\x12\xa0\x2e\x61\xd5\x9d\ \x01\x1b\x20\xc8\x21\xb1\x49\xb1\xc5\x55\x07\xb9\xbb\x2b\x4f\x1f\ \xdc\x73\x74\xc7\xc6\x4b\xad\x4f\x9e\x3f\x79\x6c\x78\x7c\xc3\x34\ \x67\x9c\x9a\xe9\x9b\x49\x34\xf6\x3d\xd1\xe9\x47\x0c\xda\xf9\x9c\ \x41\x2f\xb4\xae\xd5\x98\x63\x52\xc7\xf4\x0f\xc4\x28\x91\x1d\x83\ \x14\x8d\x56\xa7\x31\x99\x66\x8c\x5f\x86\x36\xe0\xe1\xcc\x20\xc0\ \x24\x12\x2f\x8f\x41\xc2\xf3\xf9\x78\x3c\x89\xcc\x83\x7e\x58\x40\ \x24\xba\xfb\xb8\xbb\xb9\xb9\x3b\x39\xf3\x9c\xa8\x7c\x2a\x8f\x4c\ \x75\x72\x72\xa2\xe2\xdd\x00\x29\x63\x30\xc4\xe0\x36\x80\x90\x61\ \xdd\xa9\x4e\x3e\x12\x67\x27\xac\x33\xcb\xd9\x83\x1d\xce\x76\x66\ \xf9\xf8\xb3\x7c\x58\x6c\xb0\x39\x06\x46\x84\x46\x17\x0b\x7c\xbc\ \xd9\x71\x57\x74\x5e\x65\xcc\x39\x9d\x97\x1d\xc6\xc2\xd3\xbe\x20\ \xc3\x35\x86\x62\x1f\x93\x38\xf8\x65\x48\x3f\x77\x7b\xbc\xcc\x8b\ \xa2\xfa\x1c\xd3\xaf\xac\x0f\x36\x29\x00\xfb\x53\xc6\x94\xc9\x8c\ \x44\xd9\x85\xfb\x33\xca\x97\xaf\x06\x91\xbe\x5e\x18\xdf\x44\x8d\ \xb2\xec\x95\x1e\xcd\xfc\x12\xe3\x80\x73\xa8\x57\xbb\xc4\xe4\x28\ \x08\x44\x99\x94\x88\xe9\x98\x0b\x26\x10\xac\x90\x08\x2b\x4b\xa1\ \xc8\xcf\x85\xe9\xe5\x8b\x44\xf8\x06\xeb\xae\xdc\xf8\xf8\xec\xd5\ \xc8\xe8\xe7\xdb\x5f\x26\xf5\x73\xc6\xae\x89\xb9\xf1\x01\x75\x6f\ \x47\x6f\x87\x71\x4e\x31\x65\x9a\x98\xd1\x77\x19\x0d\x9f\x27\xbf\ \xcc\x7e\x7c\x7c\xfd\xda\xa6\xbd\x7b\xff\xdc\xb8\x65\xfb\xa6\x9d\ \xbb\x76\xe6\x17\x1e\xb9\x7e\xe4\xfd\x88\x49\x3b\xee\x8b\x11\xa9\ \x72\x08\x0d\xb0\x2b\xa7\xae\xa1\xa5\xba\xe1\x6e\x0b\x38\xa9\x68\ \x6e\xb1\xcf\xa8\x40\x39\xf4\x18\x0c\x83\x96\x74\x07\x9c\x5d\x51\ \x53\x75\x41\x51\x86\xa7\xad\xbd\xbd\x15\xd2\x35\x23\xc3\x5e\x29\ \xf5\x42\x5b\x5a\xc9\xa6\xf4\xf3\x33\x5d\x7a\xbd\x4e\x68\xed\x90\ \x81\x44\x5b\x24\x20\xde\x15\x67\x9e\x38\x76\xac\xb4\x32\xb7\xea\ \xf4\xb1\xd3\x35\x55\xa5\xa5\xc5\xe5\xeb\xcb\xd7\x25\xa5\x44\x07\ \x84\x38\x61\xbd\x53\xa3\x63\x53\xe3\xd3\xa3\xe2\x04\xe1\x5c\x56\ \x08\x27\x24\xc4\x87\x1b\xe6\x1f\xc8\x01\x2c\xcb\x83\x13\xea\xcd\ \x0d\xe1\x06\x06\x86\x78\x7b\xb3\x7c\xe0\x48\x21\x97\xed\x9f\xb4\ \xe7\x95\xa1\x75\xeb\x99\xf4\xf0\x80\xa8\xb0\xc8\x75\xa9\x59\xc9\ \xe9\xd9\xa5\xd9\x27\x8b\x0f\xef\xb8\x5e\xb8\xb1\x70\xfb\xa6\xfd\ \x9b\x5a\x87\x5e\x99\x50\x2d\xf6\x86\x53\xc9\xa9\xb9\x99\xeb\xb3\ \x92\x53\x77\x67\x27\xaf\x2b\xcd\x3c\x99\x7b\xec\xd8\xb9\xdc\xaa\ \x93\xe5\xa7\x4e\x9d\x3a\xe6\xda\xfe\xe8\x41\x5b\x63\x82\x5d\xce\ \xdc\x8c\x52\x85\x68\x89\x8d\x3e\xb7\xf1\xbe\x20\x20\x6c\xf0\x45\ \x7b\x5b\x7b\x67\x43\x5d\xc3\x9a\xbb\x9e\xf6\x96\xc4\x98\x01\xcf\ \x5f\x9f\x32\x86\xdb\x13\xbe\x7d\x82\xe5\xa5\xd5\xe6\x9d\x36\xf2\ \xd7\xdf\x7e\x7c\xb5\xf9\xe5\x59\x3d\xec\x48\x21\xdc\xcf\xdf\xb3\ \xb3\xf0\xc0\xd1\x43\x35\x67\xd6\x56\x9e\x39\x7e\xb8\x74\x77\xe9\ \x89\xaa\x3d\xdd\x2e\x52\xe6\xd8\xc8\x81\xaa\x5d\x93\x6f\x31\x7f\ \xee\x18\xbd\x6b\x55\x00\xc7\x00\x60\x33\x26\xb4\x43\xfe\x1d\x41\ \x01\x43\x87\x6c\x5e\x2f\x04\x53\x2c\x53\xaa\xdf\x6e\xa3\x0b\x37\ \x80\x72\xed\xd3\x8b\xf6\xf6\xb6\x86\x6a\x0b\xbb\x0a\x00\x5d\x6f\ \x3f\xfd\xbd\xd8\x34\xba\xd8\xad\x00\x93\xb6\x17\x20\xcb\xc6\xf1\ \xf5\xeb\xa5\x92\xd5\xc2\x53\x80\x3b\x7e\x5a\x0c\x3e\x84\x0f\xfe\ \xd4\xd1\xac\x69\x6a\xd9\xe6\xcf\x4c\xd4\xad\x2c\xf0\x2d\xf7\x29\ \x2c\x81\x98\x8d\xf9\x8d\x96\x1a\xad\x1c\x9f\x2e\x8c\x01\xfd\x1e\ \xb5\x96\x9b\xd5\xd9\xe5\xab\x79\xd4\xe2\x6c\xe0\x52\xd7\x95\xdc\ \xac\x81\x74\x75\xc5\xcb\xbc\xa7\x74\xa5\x36\x0f\x7f\x56\xb9\x79\ \x99\x6b\xca\x3f\xba\x15\xc6\xd9\x8e\x77\x1f\x47\xef\xfc\xb9\x77\ \x66\xf0\xc3\xe6\xed\x46\xe3\x91\x1d\x5b\x6e\xeb\x0c\x1f\xaf\xf7\ \xe9\x3f\x74\x4f\x0c\x28\x83\x75\x23\xa3\x1f\xb5\x17\xf2\x77\x5c\ \xdb\x36\xa5\xd2\x69\xc7\xa2\xfe\x73\x0b\xa6\x04\x02\x8e\x55\x02\ \xb1\x0a\x96\xa3\x6e\xc1\x02\x53\x1e\xf4\x6c\xa8\xe5\x5f\x16\xf3\ \x18\xb0\x25\x9c\x4f\x05\xe0\xc3\x07\xba\x0e\x80\xd4\x42\x14\x34\ \x00\x2e\xa0\xf5\xc0\x7d\xc8\x12\xea\xc3\x5a\x31\x8f\x07\x3b\xae\ \x18\xd0\x34\xab\xa4\x96\x2a\x29\x81\x63\x82\x80\x58\x3d\x04\x52\ \x10\xdc\x9b\x0a\x1b\x08\xf2\xf8\x62\xc9\xc3\x8b\x7c\xd8\xab\x25\ \xb9\x0c\x8d\xd5\x79\x3c\x89\x98\x44\xf6\x01\x7b\xe3\xca\xf2\xc3\ \x11\x87\x4f\x15\x57\x15\x5e\xb8\x72\xe9\xa6\x61\xf6\x71\xdf\xfb\ \xf7\xf7\xf6\x4f\x8e\xbc\x34\x4c\x76\x7f\x9c\x32\xbe\x9b\x7f\x39\ \x31\x6b\xb8\xdd\xaa\xbb\x7f\xed\xf3\x97\x3d\xd3\xaf\xf6\xd5\x5b\ \xd7\xab\xc7\xba\xfa\x81\x2e\x52\xf7\xf6\x10\xc1\xbf\xa4\x9d\xeb\ \x9a\x5b\x4b\x75\xc3\xe3\x61\x39\x8a\xc7\xc3\x93\x60\x95\xdd\x1d\ \x32\x28\x0f\x32\x83\x0c\x60\xc8\x0d\xc8\x3b\x37\xa0\xf9\x9c\x81\ \x26\x84\xf3\x39\x78\x0f\xac\x07\x38\x8f\xc7\x03\xfc\xc2\xe3\xdd\ \x59\x6e\x78\x9a\x13\xd0\x86\x1e\x6c\x67\x37\x16\x8b\xed\xc3\x0a\ \xf1\x61\x7b\xfb\x78\x80\x3f\x9c\xb8\xb1\xd1\x11\x6c\x6e\x5c\x7c\ \x92\x3b\x76\xed\xf5\x09\x91\x5a\xa6\xa3\x04\x7b\xd9\x59\x04\xf9\ \xd5\xd9\x7f\x26\xa0\x10\x44\xaf\x32\x7d\x8e\xf6\xf3\x80\x72\x8e\ \x42\x51\x33\xd5\xc6\x31\xad\xe9\xc8\xe4\xc7\x01\xca\xe8\xdc\x98\ \x76\xae\x57\x34\xaa\x57\x89\x46\xa4\xfa\x5e\xbd\x8c\x10\x8c\x03\ \x10\x45\x94\x06\x0f\xe4\x24\x8a\x1c\x66\x37\xf6\xba\x22\x29\x5e\ \x42\xa2\x83\x42\x43\x54\x53\x6c\x85\x31\x0e\x48\xa2\x0b\x0a\x89\ \x20\x62\x30\x38\x8c\x35\x02\x8d\x96\x0e\xb6\x76\x20\x64\x5a\xad\ \x49\x6f\xd2\x4d\x74\x8d\xf5\x8f\x4f\xf5\xab\x34\x65\xe3\xba\x89\ \xfe\xde\xde\x09\xfd\xd4\xac\x4e\x6f\xd2\xea\xbb\x27\x3f\xbf\x1b\ \xfd\xfc\xf8\xce\x85\x3f\x8f\x1c\xd9\x71\xe5\xe0\xa9\x0d\xdb\x4e\ \x1c\xda\xb0\x6b\xe7\x95\xfb\x1f\x0d\xb7\x8d\x65\x32\x8d\x26\x26\ \xa3\xa5\xa9\xb9\xa9\xa1\xba\xad\x28\xe1\x41\x43\x4b\x33\xc0\xad\ \x16\x97\x84\x3a\x7b\x14\x65\x70\x54\xaf\xb4\xa7\xdb\xfa\x12\xec\ \xeb\x80\xb2\x2a\x08\xa2\x7b\xba\xda\xe3\x90\x7e\xf6\x14\x0a\xce\ \x8e\x62\x49\x1c\x1b\xeb\x1f\x23\xc6\xc8\xea\x95\x2e\x2e\x4a\x6d\ \xf7\xcd\x9d\x95\xf1\x99\xd9\xbb\xcb\x4f\xee\x5e\x7b\xa6\x74\x77\ \xf6\xee\xdd\xd9\x6b\xb3\x53\xb3\x6b\x4a\x73\xd7\xc6\x25\xa5\xc6\ \x05\xb8\xb1\x23\x93\x23\xa3\x92\xd7\xa6\xae\x8b\x05\xc8\x14\xca\ \x09\xf1\xf6\xe0\x7a\x73\xa2\xc2\xd8\x40\x52\x73\x38\xfe\xfe\xb0\ \x2f\x4b\x10\x08\x80\xcc\x9f\xe3\x1f\xc2\xe2\x46\xc6\xef\xbe\xf1\ \x7e\xe8\xf1\x8d\x5d\xe7\xa2\xc2\x63\xe3\x62\xc3\x93\xc1\x9d\x23\ \x05\xa9\x51\xc9\xeb\xcf\x1c\x3b\x5e\x75\x70\xcb\x33\x83\xf1\xcb\ \x97\x01\xbf\x0a\xc2\xe9\xf4\xcc\xec\xf8\x75\xc5\xbb\xb3\xd7\x65\ \xd7\xe4\x96\x17\x97\x97\x16\x57\x96\x96\x96\x57\xae\x4f\x2f\x2f\ \x3d\x76\xfe\xc3\x8f\xef\xdf\x3a\xeb\xac\x14\x5d\x43\x93\x53\x31\ \x6f\x0c\xec\xb4\xe3\x37\xfb\x02\x0f\x23\xbf\xdf\x6d\x6e\x7e\xd0\ \xd9\xd8\xdc\xb0\xe6\x45\x45\x91\xbd\xa7\x2b\xd3\xe1\xd1\x0b\xc4\ \xb7\xa6\xa2\x6f\x41\x30\xa0\xfa\xe7\xeb\xab\x72\xb9\x59\x25\x65\ \xcd\xd7\xe1\x5f\x8e\x8e\x6f\xdb\x3f\xad\xb9\x9b\x93\xb3\x67\xdb\ \xe6\xc2\xc3\x07\xf2\x0f\x55\xd5\x54\x9d\x3e\x79\x78\xdf\xe9\xdd\ \xc7\x8f\x9d\xb8\xcd\xc4\x11\x27\xee\x6d\xdd\xb3\xfd\x59\xd0\x9b\ \xdb\xd7\x3f\x17\xd5\xb5\x00\xca\xb3\x90\x95\xba\x30\xf2\xf2\x03\ \x62\x09\xb4\x18\x1d\xbe\xfa\xf3\xab\x99\x50\x84\xf2\xef\xc7\x62\ \x58\xe1\x8f\x6f\xe0\xf8\xf6\xd1\xa3\xbb\x77\x3b\x9b\x1b\x0b\xe8\ \x9e\xf6\x88\x18\xdb\x17\xdf\xde\x3e\x78\xf4\xfd\xd7\xa2\x9c\x84\ \x2f\x6b\x21\x2c\xf1\xf5\x42\x62\xe2\x42\x01\x0c\xe2\xdd\x37\xf0\ \x34\x9f\xa0\xef\xe7\x8b\x6f\x40\x42\x0e\xff\xfa\x79\x75\x75\xd3\ \xd4\x72\x9a\x83\xe3\x0a\x4a\xad\x9c\x9a\xc3\xc3\x4a\x46\xcd\x72\ \x53\xe8\xe2\x1a\x23\xd0\x71\x5f\xaf\x3a\xae\x66\x62\x66\x43\x8b\ \xf2\xff\xae\x5a\xad\xb6\x96\x59\x15\x9d\x61\x66\xe2\xfc\xdf\x37\ \x5d\xe4\x6b\x72\x33\x63\xac\xa5\x8a\xd6\x1f\xcf\x94\x22\xfd\x87\ \xdb\xdd\x53\xa6\x91\xd6\x8f\xd3\x9a\xdb\x37\xa7\xc6\xee\x6d\x38\ \x65\x98\xd0\xea\x3e\x8c\xce\xbe\x9a\x34\x0c\x28\x8d\x93\x3a\x53\ \xdf\xcb\xe7\x37\xf5\x06\xdd\xbc\x4a\xff\xd2\x98\xfe\x9f\x8b\x40\ \x0c\xc2\x98\x79\xd8\x88\x55\x72\x11\x86\x43\xf0\x24\x92\x92\xda\ \x5a\x1e\xd0\x7f\x3c\x20\x04\x79\x00\x58\xa8\x24\x28\xec\xf8\x3c\ \x68\x6e\x50\x2b\x21\x4b\x24\x7c\x7e\x2d\x10\x7b\x3c\xbe\x84\x57\ \x7b\x19\xda\xf3\x31\xa0\xb1\x0c\x99\x01\x28\x14\x9c\x2b\x84\xee\ \x54\x64\x5e\xc9\xc3\x3c\x1e\x50\x98\x0c\xf8\x20\xb7\xa8\x25\x25\ \xe0\xa6\x00\xb0\xa0\x37\x69\x1e\xa3\x16\x80\x9e\x04\x08\x49\xfe\ \x65\x6c\x58\x78\x5c\xe6\xfa\x83\x95\xb9\xc9\xc5\xc5\x7f\xbe\xeb\ \xf5\xea\x62\x00\x00\x20\x00\x49\x44\x41\x54\xdc\xbb\xe3\xc6\x6d\ \xc3\xcb\x97\xcf\x0d\xa3\x1f\x27\x8d\xf3\x63\x9a\xfe\x1b\xf7\xf4\ \x23\x1d\x5d\xd3\xaf\x0a\xaf\xf5\x3d\x79\xa5\x53\x76\x8c\x96\xf5\ \x3e\x9e\x52\x00\xb0\xd2\xaa\xa6\xef\x28\x7b\x54\x13\x13\xe3\x3a\ \x83\xaa\xb7\x9e\xa2\x0e\xc5\x3b\x93\x78\x3c\x3e\x9f\xea\x04\xd4\ \x1f\x83\xcc\xc7\x92\xf9\x64\x92\x07\x00\x24\x27\x12\xc3\xdd\xd9\ \x89\x43\x63\xb9\x93\x9d\x80\x52\x24\xe1\x79\x3c\x12\xe0\x63\x58\ \xd8\x17\x0a\x27\x77\x3c\xdc\xa0\xef\x15\x8d\xcc\xa7\x01\x05\xc8\ \xf1\xf0\xf1\xf6\x00\x60\xe5\xee\x0d\x08\x42\x48\x60\x68\x78\x40\ \x72\x9c\x3f\x97\xcd\x09\x0b\x8f\xcc\x9f\x1c\xcf\x29\x53\xf8\x32\ \x29\x38\xa4\x95\x75\x50\x11\x71\xaa\xc3\xc1\x8e\x42\xc8\xa1\x04\ \xd7\x2b\x14\xca\x32\x8a\xac\xa7\x77\x50\x33\xd1\xad\xbb\x76\x13\ \xbc\x70\x34\xc5\xa4\x13\xc5\x30\x71\x2e\xa6\x7a\x9d\x74\x22\x51\ \x25\x9a\x1e\x4c\xc4\x59\x06\x7b\x11\x29\x68\x69\x8f\x88\x38\x70\ \x7f\x0a\x8d\xb4\x74\xa9\x2f\x13\xe6\xc8\x70\x04\x82\x48\x25\xeb\ \x55\x4b\x83\x71\x96\x5e\xf5\x31\x03\x32\x34\x00\x2d\x14\xd8\xe6\ \x5e\xbc\x11\x75\x77\x8d\x77\xe8\xc6\xfa\x07\xd5\x3d\x1a\x8d\xaa\ \x4c\xa6\x1c\x53\xf7\xaa\x65\xaa\x1e\x8a\x5a\xaf\x1f\xd7\xcf\x77\ \x74\x4c\xce\xdf\x1e\x79\x35\x39\x7b\xa9\xf5\x66\xfe\xd6\xbd\xad\ \x97\x36\xef\xd9\xb7\x6b\xe7\x81\x5d\x1b\xf3\xb7\x6f\x6f\x6d\x9d\ \xe9\xcf\x51\x2a\xfd\xc0\xe3\x34\x37\x15\x01\xb0\x6a\xca\x68\x6e\ \x6b\x69\x68\x29\xca\xf1\x2b\x08\x72\x0d\xc6\xe9\x67\x3a\x54\x16\ \x16\xc4\x18\x0a\x32\xa1\xa0\xae\x21\x03\x69\x4f\xb7\x40\x62\xd0\ \xb6\x56\x76\x0e\x76\x5e\x38\x66\xce\xdc\x54\x4e\x8e\xd0\xcb\x0b\ \xad\xdc\x9e\x9a\xb6\x3e\x2d\x3d\xb7\xf8\x0c\x90\x63\xa5\x55\xb9\ \xa5\xa5\x67\xb2\x73\x4b\x8b\x93\xb2\x52\x53\x2b\xcf\x9c\xce\x4e\ \x4d\x4e\x8e\x8e\xf3\x67\x07\x44\x26\x47\x08\x62\x53\x33\xe3\x92\ \xe2\xb8\xa1\x1c\x1f\x6f\x27\x1f\x77\x76\x68\x40\x20\x87\x06\xe7\ \x03\xfd\xd9\xfe\x1c\xef\x80\x88\x88\xa8\xb0\xf0\x08\x41\x60\x44\ \x6c\x44\x5a\xca\xb9\x3d\xd7\x8f\x9c\x3d\x74\x30\x33\x33\x73\xdd\ \xc1\x73\xd9\x69\xe1\x61\x91\x91\xc9\x51\x61\x51\xc5\xe7\xd2\x4b\ \x6b\xf6\xdc\xd7\x8e\x99\xb4\xd2\x8c\x84\x2f\xec\x90\xf5\xe9\x29\ \x69\xc5\xd9\x69\x69\xd9\xe9\xa9\x95\xbb\xab\xd6\xe6\x9e\x2e\xad\ \xac\x59\x97\x96\x95\xb9\xaf\x72\xfd\xf1\xe6\xef\xed\x0d\x28\xd1\ \x8c\xb1\x5b\xaf\x74\x6d\x4a\x0d\xad\xda\xf8\xf1\xcc\xa5\xbb\x6f\ \xda\xa0\x15\x70\x67\x67\x5b\x81\xfc\x7b\x75\x53\x75\x90\x2d\xda\ \xd2\xbe\xc1\x62\xb8\xf9\xed\xa3\xc4\x96\xe1\xd7\x4f\x81\x48\x5b\ \xa8\xde\x3c\x7d\xfa\x7b\x2b\x7b\xfd\x14\x6e\x3c\x3f\x87\xbf\x7a\ \xda\xdd\xde\x9c\x7f\x68\xe7\xa1\xed\x5b\x77\x9d\x3b\x7d\xfc\xe4\ \xc9\xd3\xa7\xcf\xd4\x9c\xab\x32\x88\x50\x56\x8a\x89\xcd\xbb\xb6\ \xed\xf0\xfa\xee\x7a\xc7\x40\x69\xb9\xfb\xed\x1b\x34\x0b\xfe\xf6\ \x09\x8e\x0c\x43\xe3\x60\x70\x1e\x82\xd3\xdf\x3f\x7e\x2d\x44\xa9\ \xfe\x58\x8a\xfd\x82\xa1\xaa\xdf\xbe\x7d\x7b\xf3\x02\x2e\xd1\xbe\ \x80\x5e\x9f\x80\x0f\x82\xfd\x82\x3d\xc2\xd2\xab\xcc\xa1\xe9\xcd\ \xdd\xa6\xb6\xef\x8b\xd9\xd1\x7f\x2f\x54\xe9\x7f\x3b\x74\x3d\x5d\ \xe2\x57\xc3\x3f\x3e\xbd\x58\x30\x30\x7e\xf3\xe2\xd1\xdb\x4f\xdf\ \x7f\xaf\xf3\xd9\xc8\x7f\xe3\x8f\xd9\xe8\x8c\xcd\xca\xb4\x9f\xe3\ \x52\x31\x6b\xe1\x06\x8e\xab\x28\x8f\xdc\xac\x87\xdd\x66\x69\xbe\ \x1a\x10\xba\x85\x0c\x2e\xb9\x19\xaa\x2d\x9f\x35\x17\x95\xf2\xc5\ \x6c\x32\xb9\xa3\xfc\xdf\x15\x2d\xf9\x6f\xfa\xf5\x5f\x38\x25\x37\ \x9b\x31\x5c\x45\xaf\x96\x5e\xee\xc2\xc9\x1f\xe7\x0d\x8a\xae\x99\ \xcf\xda\x89\x41\xbd\xbe\x6b\x5c\x61\xe7\x7b\xdf\x18\x64\xaa\xd9\ \x79\xc7\x38\x36\x6d\xf8\x3c\x95\x33\xfa\xc5\xd0\x6d\xdc\x7c\x26\ \x20\xe0\xa8\x69\xfc\xc3\x67\x63\xaf\xb1\x6f\x76\xf7\xc5\x5b\x00\ \x70\x60\x6f\xd4\xc3\x5b\xb5\x30\x51\xfe\xe2\xad\x5a\x09\xe4\x52\ \xb5\xd0\xe2\x9d\x01\xcb\x4e\xb5\x0b\x29\xa3\x25\xe2\x5a\x32\x40\ \x99\x8b\x79\xe2\x3c\x40\xad\x1e\x4a\x80\x38\xe4\xe1\x17\x40\x0c\ \x86\xa6\x4a\xa8\x7c\xde\x65\x46\x9e\x04\xb2\x32\xbe\x98\xc4\x17\ \xf3\xc8\x8c\x3c\x1e\x43\xb2\xb0\x68\x28\x11\x4b\x18\xb0\x47\x14\ \x8a\xcc\x5a\x31\xb8\xc1\x65\x7e\x6d\x2d\xf4\x2d\x96\xd4\xd6\xfe\ \xc5\x48\x8e\x88\x2f\xae\x2a\xcd\xcd\x4e\x2d\x3d\xff\x67\xeb\xd9\ \x6b\x1b\x3f\x7c\xbc\xf3\xbe\xfb\xc3\xe8\xa4\xb6\x67\x7e\xa0\x7e\ \x62\xa2\x6b\xb2\x47\x25\x1d\x6f\xdd\x3f\x75\xff\xac\x5e\xa3\xd2\ \xab\x55\xa6\x71\x95\xbd\xcb\xe4\x97\x8e\x91\xa1\x29\xe3\x93\x19\ \x43\x47\xff\xe7\xb3\xf3\x13\x3d\xe3\x0e\x43\x64\x77\x12\x9f\x4a\ \xc2\x3a\x39\x03\x0e\x05\xe0\xca\x0d\xd0\x2d\xac\x1b\x16\x36\x2b\ \xb8\x79\x38\xf9\x78\xf8\x78\x78\x90\xdd\xbc\x69\xce\x4e\x24\xb2\ \x9b\x07\xd0\xad\x24\x37\x37\x16\xd9\xc9\xc3\xc3\x8d\x45\x03\xfa\ \x90\x05\x78\x58\x28\xcd\xdd\x9f\x45\x63\xd3\x38\xde\x1c\x9f\x10\ \x6f\x36\x2b\x84\xcb\xe1\x04\xc4\xa7\x46\x02\x6a\x00\x48\xc2\xc6\ \x49\x5d\xbf\xb0\xfe\x95\x54\x95\x88\xb1\x45\x20\x3c\x1d\x26\x28\ \x9a\xbe\x8e\x7a\x8c\x15\x8a\xc8\x0c\xf6\xc5\xc8\xe6\xc7\xfa\xfb\ \x55\x65\x63\x3a\x21\x45\x24\xd3\x69\x35\x73\x04\x8d\x90\x42\xa9\ \x57\x0f\x10\x13\xc7\x8d\x52\x54\x4c\xcc\xed\x60\x8c\x97\x10\x45\ \xc1\x60\x5c\x34\x8a\x32\x0a\x01\xe3\x80\xc0\x61\x50\x38\x34\xb3\ \x47\xc3\x44\x31\x5d\x08\x53\x5a\x4d\x70\x7f\xb0\xb0\xcc\x57\x28\ \xf2\xca\x41\x24\xd4\xb5\xb4\x3c\x68\x1b\xd7\x4f\xa9\x07\xc6\xd5\ \x1a\xb5\xa2\xbe\x4c\x56\x1f\x23\x94\xd5\x97\xd5\xf7\x28\x65\x3d\ \xfd\xf5\xbd\xea\xf1\x19\xe3\xa4\xb1\x5f\xa7\xd7\x7f\xfe\xfc\xd9\ \x70\xef\xd5\xf5\x1d\x5b\xb6\x5c\xb9\x74\x65\xf3\xf6\x6d\x7b\x77\ \xec\xdd\x72\xb0\xf0\xc4\x9e\x2d\xad\xba\x81\x89\x5e\xbf\xa2\xba\ \xc6\xe6\xe6\x8a\x86\x3a\xc0\xae\x2a\x5a\x9a\x9b\xef\x76\xd2\x09\ \x19\x2d\x19\x44\x2f\xa6\x7a\x70\xa2\xde\x0e\xe1\xa0\x88\x11\xba\ \x56\x54\x57\x78\x02\x0c\x76\xf5\x44\x78\xa1\x09\x0e\x68\x07\x26\ \x9a\xa9\x49\x2c\x53\x10\x2d\x85\xf7\x53\x23\xd2\xd7\xa7\xa4\xad\ \x2d\xde\x5d\x79\xa6\xb4\x7c\x77\x76\xe9\xee\xdc\xf2\xcc\xac\xd4\ \xcc\x75\x59\x69\xa9\xc5\xc5\xd9\xd9\x6b\xd3\x62\xc3\x22\xdd\x69\ \xe1\xb1\xa9\x40\x03\x06\x06\x84\xc6\x96\xaf\xcb\x0a\x08\x0d\xf5\ \x66\xbb\xbb\x61\xbd\x39\x21\x61\x21\xdc\x90\x10\x16\x1c\x21\xe4\ \x84\x73\xc3\x62\x23\x62\xa3\xa2\xe2\xc0\xef\x88\xa4\xf5\x3b\x0f\ \xe4\x1f\x4c\x4e\x49\x2b\xdf\x79\xe5\xda\xcd\xfc\xdc\xe4\xb5\xa5\ \xa9\x29\x91\x9c\x88\xd2\x9a\x93\x47\xff\x34\x98\x0c\x7d\x26\x4c\ \x35\xb1\x0a\x4b\x4b\x2a\x8f\x4f\x5b\x9b\x9b\xb6\x6e\x5d\x0a\xc0\ \xaa\xdc\xcc\xd2\xf2\xd2\xcc\xb4\xf5\xb9\xeb\x2a\xaf\x3c\xcb\x3f\ \xd2\xf2\xc0\x0f\x51\x3f\xd8\xaf\x91\xe6\x58\x3e\x7a\xcf\x4e\xab\ \xda\x3b\xa4\x7a\xf1\xa8\xb3\xad\xbd\x09\xc6\x55\xdd\x6d\xf8\xf9\ \xab\x05\x48\xc3\x20\x7a\x02\x26\x08\xd5\x88\x6e\x7f\xa4\xb1\x6c\ \xfc\xb6\xd8\x00\x75\xd5\xe6\xea\x82\x03\xd5\xe2\x76\x03\xb6\xd7\ \x7f\x9e\x3e\xf8\xf5\x77\xb3\xb5\xea\xe0\x86\xfc\xc2\xa3\xf9\x07\ \x0f\x1c\x28\xdc\xb5\x67\x57\xf9\x99\xf3\x07\x8f\x9e\xbb\x46\x70\ \x21\x10\x3f\x6c\xdd\xb5\x6d\x8f\xf1\xcd\x37\xa6\x76\x30\x08\x36\ \xe0\xc2\x10\x3e\x00\x8c\x0f\x5e\xb4\xc3\x50\x2c\x00\x28\x6f\xa1\ \x17\xfa\x77\x80\x64\x00\xc0\x16\x92\x9f\x01\x9e\x7d\xfa\x06\x93\ \x8d\x1f\xb4\x03\x5e\xd5\xd8\xd4\xd0\x50\x47\x0f\xf2\xb3\xa7\x23\ \x51\xb6\x5e\x14\x5f\x45\x7f\x4e\x51\x53\x4b\x4b\x4b\xfb\x5b\xc8\ \xd5\x86\x87\x61\x17\x04\x0c\xae\xbd\x0a\xc3\x31\x20\x5c\x41\xda\ \x06\x50\xee\x2e\xcc\xd9\x7a\xf1\xe6\x3b\x9c\xcd\x31\xef\x9e\x32\ \x9b\x9b\xf9\xcd\x88\x1c\x7f\x17\xcc\x97\x49\x97\x59\x53\xc2\xef\ \x5f\x8e\xab\xb4\xe3\x6f\x01\x09\x30\xcb\x06\xba\x46\x3c\x75\x94\ \x9b\x5b\xc9\xc8\xcd\x55\xe4\xd2\x7c\xa1\x19\xbf\x73\x5c\x4d\xbe\ \x1c\x1d\xcd\xe5\x9e\xa3\xcd\xbf\x9a\x1d\x1c\x57\x14\xa4\x7c\x69\ \x8c\x5a\xbe\x58\x30\xfb\xe3\xc3\x13\x7d\xc7\xd4\x74\x0f\x60\x1e\ \xfd\x4a\x95\x86\x69\xd5\x61\x9a\x98\x34\x9c\x3f\xa1\x53\xc7\x28\ \xc6\x7a\xa7\x5b\x6f\xeb\x5f\x6e\xda\x5a\x7c\xa2\x72\x6d\x4d\x65\ \xe9\xc9\xbd\x37\x77\xed\x98\xdd\xf5\xd7\x43\x40\xad\x60\x0f\x16\ \x74\x13\xad\x7d\x58\x22\x91\x80\xbf\xa0\xb4\x83\x73\xce\x97\xa1\ \xa7\x41\x2d\x96\x24\x81\x03\x80\x62\x31\xf4\x17\x96\xe4\x01\x00\ \xe2\xe7\xe5\x2d\xdc\xea\xd6\xad\x3c\xa0\x21\x2f\x82\x6b\x00\x38\ \x89\x6f\x3d\x84\x6b\x89\x30\x0d\x82\x01\xce\x89\x4b\x48\x8c\x87\ \x7c\x2a\x03\x96\xb9\x9d\xf3\x4a\x78\xe4\x5a\x38\x12\x0d\x1b\xe1\ \x4b\x6a\x79\xb0\x64\xcf\x93\x30\x48\x79\xb5\xbc\xb0\xd4\x33\xbb\ \x6b\xf6\xa4\xa5\x9d\xd9\x7d\x68\xdb\xe3\x0b\xad\xd7\x5f\x3d\xdb\ \xf2\xaa\xaf\x6b\xfa\xbd\x42\x95\x28\xd3\xcd\x1b\x7b\xf5\xb7\x4d\ \x46\xaf\x5e\x83\xa1\x57\x23\xed\xff\x32\xad\x88\x91\xf6\x1b\x09\ \x22\xe2\xed\xe7\x46\xbd\xfe\xf6\xc4\xc0\x3d\x5d\xef\xb4\x51\x6f\ \xd4\x8d\x0f\xce\x72\x60\x3b\x3b\xd6\x19\x8b\xe5\x33\x9c\xdd\x68\ \x64\x3c\xc0\x2d\x3c\x16\x08\x3e\x0f\xe8\x70\x05\xc7\x99\xdd\x9d\ \x9d\x81\xca\xf3\xc6\x3b\x39\x03\x08\xf3\x70\xa2\xb1\x00\x86\x71\ \x00\xb7\xc2\xc3\x48\x7a\x1a\x99\xec\x43\x73\x72\xf2\x71\x0a\xf1\ \x66\xf9\x87\x07\xfa\x73\xfd\xb9\x40\xc6\x70\xc2\x23\x03\xa2\x23\ \x23\x43\x7d\x68\x11\x57\xb4\x33\x2a\x82\xfe\xdd\x80\x2a\xc6\x0e\ \x61\x95\x90\xa1\x9e\xd3\x1b\x1e\x7f\x51\xb9\x08\xcb\x54\xcc\x5e\ \xdb\x41\x91\x56\xcd\xec\x57\xbe\x9f\x91\x8d\x0d\xf6\xaa\xed\xac\ \x06\x07\x99\x65\x98\x8c\x1e\xa9\xbe\x43\x88\x2c\x13\x0a\x51\xbd\ \xa2\x2e\x29\x5a\xa5\x92\x89\x72\x3c\xed\xec\x08\x84\x44\x2b\x24\ \x02\x4d\xc9\x51\x10\x50\xe0\xfe\xc1\x18\x21\x0e\x6d\x87\x21\x2a\ \x72\x94\x32\x21\x12\x09\xc4\xa1\x55\x41\xdb\x9b\xe1\xef\x53\xba\ \x81\xde\x1c\xa5\x42\xa5\x54\x2b\x65\x8a\x44\x5f\xa6\x30\x46\x5a\ \x5f\x96\xa3\x92\xc9\xa4\x65\xe0\xc3\x9d\x9b\x51\x4d\x98\x8c\x53\ \x83\x1d\x93\xe0\xd0\xfd\xec\xfd\xfb\x1b\xad\x1b\x9e\xdd\xbf\x99\ \xbf\xff\x52\xfe\xbe\x4d\x07\x0e\x9d\x3a\x7f\x6a\xab\x6e\x56\x67\ \x0f\xc0\x28\xa1\xc1\xaf\xa0\xa0\xa1\xba\xa2\xa2\xb1\xb9\xb1\xb3\ \xbd\x22\xa1\xb1\xae\xc8\xd3\xd2\xd7\xab\x4c\xa9\x57\x12\x11\x44\ \xa1\x30\x86\x98\x50\x54\xe4\xe9\x6a\x65\x81\x44\x11\x44\x4c\xa6\ \x03\x51\xe6\x1b\xac\x52\x60\x88\x63\x7b\xd7\x45\xa7\xac\x8f\x8b\ \x8f\xcd\x8a\x4f\x4b\x5f\x97\xbd\x2e\x35\x77\x77\x69\xf6\xba\xe4\ \xf5\xa9\xa9\xa9\x11\xa5\xc9\x51\x71\xf1\x69\x99\x55\xbb\x93\xd2\ \x63\xfd\xb9\x91\x51\xd1\x61\xd1\xd0\xaf\x8f\x15\x1a\x1a\x1d\x96\ \x12\x1b\x16\xc8\xf1\x71\x63\xf9\xb0\x22\x02\x42\xd8\x82\xc0\x70\ \x58\xcd\x0a\xe1\x46\x84\x46\xc7\x47\x24\xc7\x07\xa4\x44\xc7\xa6\ \x27\x65\x9d\xa9\x4a\x8d\x4b\x89\x4d\x3d\x7e\xa5\x75\xd4\xd0\xb7\ \xf7\x54\xcd\xb1\xaa\x83\xe9\x69\xf1\x95\x1b\x9e\x4c\xe9\x6e\xbf\ \xfb\x28\x2d\xca\x18\x0d\x01\x7c\x37\x73\x5d\x5c\x52\x6e\x56\x64\ \x6a\x7a\x4a\xd5\xee\x9a\x9a\xdd\xc5\xa5\xd9\xc9\x59\x55\x27\xcf\ \xff\x39\x3b\x66\xd7\x1c\x44\x88\x51\xeb\xfb\xb5\x22\x5c\x53\x46\ \x00\xb7\x7c\xdf\x46\xaf\xe1\x07\xed\x0f\xde\x3e\x78\xd0\xde\x08\ \xd3\xd5\x7f\x0c\x83\xdf\x9d\x6d\x45\x9e\x08\x0c\x02\xc5\x7c\xf0\ \xa2\x9e\x40\x6f\x6e\xff\xbe\xc0\x6a\xbe\x0f\x7f\x82\xc3\xc5\xbf\ \x53\xfe\xe4\xf2\xe1\x16\x4f\x17\x5b\x94\x68\x47\xfe\xd1\x83\x3b\ \x37\x6f\xdd\xbe\xf3\xe8\xd1\x13\xc7\xcf\x94\x9f\x3e\x7d\xb8\x6a\ \xbf\x10\xe3\xdb\xdb\x5a\xb8\xf3\xc0\xa1\x6b\x0d\x3f\xda\x98\x6a\ \x4f\xe8\x78\xd7\xd6\x0c\x73\x92\x9b\x9b\x01\x6b\x6d\x6a\x69\x06\ \x94\xae\x09\xba\x7c\xde\x7d\xf1\xf6\xcd\xa3\x85\xa4\x51\x68\x97\ \xde\xde\xfe\xa0\xa9\xa5\xae\xb1\xa5\xba\xba\x22\x23\x21\xc3\x2f\ \xc1\x15\x41\xf1\x72\x20\x32\x65\xf5\x1a\xf5\xd8\x4c\x87\x41\x1f\ \x63\x5d\xe1\xe7\xd7\xd4\x0e\x5d\xa8\xe0\x84\xdf\xc2\x78\xdf\x53\ \xd8\x09\x0f\xe7\x9d\x3f\x7d\xfa\xf4\x02\x42\x6f\x5d\x4b\x63\x75\ \xf3\xa3\x1f\x5f\xd7\x98\x95\xd6\x57\x3a\xd4\x6d\x56\x6a\xeb\xff\ \x22\x3d\xab\xb5\xdc\xf2\x30\x8f\xe3\xb2\x30\x5c\x2a\x7d\x9b\xa1\ \xd7\xd3\x17\x5f\x97\x41\xf0\xb7\x8e\x34\xef\xf6\x5c\x5d\xad\x5a\ \xc5\xa3\x1c\xcd\x26\x0d\x1d\x1d\x97\x21\xd5\xd1\xdc\xeb\x6f\x65\ \x76\xfa\x5f\xd9\x1a\x7f\xe8\x34\xbd\x73\x53\xba\xde\x41\xa3\x4c\ \xa3\x37\x1a\xc7\x8d\x1f\x74\x9f\xfb\x6e\x1a\x9e\xbf\x9f\xf5\xb5\ \x53\x8c\x75\x00\x21\x75\x69\xc3\xf4\xb8\x52\xa8\x3f\xb2\xb1\x75\ \x28\x7f\xbf\x56\x3b\x79\xe0\xaf\xcb\x17\x6f\xc1\x4e\xac\x85\x03\ \xcc\x63\x28\xa9\x5d\x30\x5a\x00\x90\xb5\x60\x80\xcc\xcb\xe3\x93\ \xa9\x25\xb0\x1d\x94\xca\xcf\x03\x62\x51\xcc\xe0\x95\x94\x40\x33\ \xa9\x5a\xd8\x59\x7a\x11\xba\x2b\xd7\xc2\xfc\x07\x20\x2b\xa1\x2d\ \x69\x1e\x59\x72\x8b\x44\xe5\x53\x01\x76\xc0\xc4\x55\x06\x99\x4a\ \xc2\xd7\xf2\x79\x25\xb7\x2e\x8b\x25\x40\xb0\x01\x8a\x05\xbd\xe3\ \xe1\xfa\x20\x74\x32\xa5\x8a\x25\xf8\xf8\xb8\xb5\xb9\xb9\x07\xb2\ \xa2\x8e\x55\x9e\xdb\x79\x23\x7f\xef\x95\x97\xef\xee\xbd\xba\x39\ \x6b\x32\xa8\xca\x06\x15\x1d\xc6\xf7\x73\xaa\x97\x5f\x4c\x4a\xdd\ \xec\x91\xe9\x44\x66\xd9\xf8\xc8\x68\x77\xcc\xc7\x7a\xfb\x9e\x0e\ \xcd\xd4\xf3\x67\x3d\xbd\x86\x57\x3b\x6f\x18\xb5\x14\x15\x10\x61\ \x7a\xcd\x36\x06\x03\x8f\x25\x91\xf0\x54\x89\x04\xfc\x41\x15\xe3\ \x9d\xf0\x54\x3c\x19\xeb\x06\xa4\x22\x96\x0c\xa4\x21\x9b\xed\x81\ \x07\x38\xe5\x86\x25\x93\x9c\xdd\x69\xde\x34\x7f\x16\xdb\xc7\x83\ \xe5\xe1\xe3\xee\xcc\x23\xb1\xdd\x7d\x48\x1e\xde\x2c\x16\xcd\xdb\ \xdf\x9b\xe5\xed\xef\xe6\xcd\xf6\xf6\x0f\xe3\xfa\x84\x72\x92\x22\ \x38\xfe\xb1\x99\xa9\x49\xde\xec\xc2\xc9\x19\x85\x43\xdf\x9c\x42\ \x4a\xb1\x44\x21\x3d\x51\xd2\x32\x4c\x8f\x5e\x6b\x1a\xf9\xe2\xcb\ \x74\x50\x08\xeb\xad\xc0\x96\x6f\x9b\xe0\x57\x54\x50\x50\x60\x6f\ \x81\xf4\x8c\x99\xa4\xc4\x74\x75\x28\xd0\x14\xa2\x7a\xaa\x57\xa6\ \xeb\xaf\x57\x97\x05\x6b\x7a\xe6\x64\x76\x9e\xd6\x76\x96\x28\x07\ \x75\x5f\x3f\x40\x20\x94\x9d\x0b\x12\x8d\xa0\x23\x29\x96\xf6\x41\ \x41\xd6\x04\xa5\x75\x30\x13\xad\xb4\x74\xf5\xb4\xa2\x17\xdc\xfd\ \xfe\xeb\x57\xb5\xba\x63\xae\xbf\xde\x4b\xa4\x92\x7a\x25\x12\x70\ \x38\x07\xa6\x97\x42\xe4\x1b\x93\xd8\xdf\x93\x13\x93\xd3\x93\xa3\ \x54\x0f\x48\x1f\x24\xe8\xfb\x67\x4c\xd3\x93\x86\xee\x91\x0f\x7d\ \x17\x5a\x1f\xdf\xbc\xf1\xea\xfe\xd9\x3f\x37\x6f\xdb\xb4\xef\xd0\ \x81\xc3\xbb\x4e\x6f\x7c\x66\xc0\xd1\x13\x12\x5c\x13\xa0\x4f\x72\ \x01\xbd\xa2\xa1\xa2\xae\xa5\xad\x20\xa1\xae\xb9\xad\xc2\x9a\x18\ \x2c\xca\x19\xeb\x1e\x8b\x41\x50\x64\x39\x5e\x28\xcf\x04\xba\xb5\ \x27\xdd\xda\xca\x52\xe4\x40\xb1\x24\xc6\x04\x53\x30\x4c\x63\x61\ \x6c\x64\x7a\x7a\xac\x20\x3c\x40\x10\x0d\x0f\xf1\x29\x70\x4d\x2f\ \x37\x35\x3d\x76\x6d\x5a\x7c\x5c\x5c\x8a\x20\x22\x2a\x1e\xa0\x58\ \x5a\x5a\x64\x00\x3b\x36\x29\x2e\x36\x2b\x29\x3a\x90\x13\xc2\xa1\ \x71\xb8\x82\x38\x41\x78\x28\x87\xe3\xee\xe1\xcc\x62\x73\x02\x43\ \x05\x11\x61\x6c\x76\x88\x8f\x7f\x40\x60\x54\x74\xb8\x20\x3a\x2a\ \x29\x3e\x3a\x4a\xc0\x4d\x8e\x8b\x10\x84\x0a\xe2\x4f\x16\x6e\x38\ \x7e\x60\xc7\xd0\xc7\x8d\x87\x8f\xef\x3b\x75\xfa\xfc\x89\x3e\xfd\ \xdc\xc8\x87\x6e\x23\xa6\xa2\xec\xb0\xbb\x0f\x1b\x1b\x57\x9a\x94\ \x1c\x1d\x99\x9c\x95\x15\x9f\x9e\x79\xfa\x58\x56\xdc\xfa\xaa\xdc\ \xd3\x55\xc7\x5f\x8d\xcd\x28\x1a\xe8\x0e\x39\x33\xfa\xcf\x89\x83\ \xb8\x86\x37\xf9\x3e\x51\xc5\xdb\x6f\x06\xbd\x6d\x6b\x6b\x03\x24\ \xb2\xd1\x13\x2d\x0d\x46\x36\x0f\x57\xd4\x35\xb4\xb5\xb7\x54\x54\ \x07\x79\x66\xd8\x37\xb7\x53\xd0\x9e\x41\x0d\xd5\xcd\xed\x6d\x2d\ \xd5\x09\x2d\x6f\xdf\x74\xde\x85\x4e\x9f\x57\x17\x36\xbe\xe1\xce\ \x06\x7b\xba\x35\xca\xe1\xf3\x86\xfc\x8d\xf9\x3b\x0b\x0f\x1d\xde\ \xbe\xe5\xe0\x89\xca\xe3\xf9\x27\x8e\x9e\x7c\x8c\x03\x9f\xeb\xfc\ \xfe\x53\xdb\xb6\x6e\xad\x7f\xf3\xad\x22\xc6\xbe\x0d\xc0\x50\x4b\ \x43\x05\x90\xd8\x0d\x75\x75\x0d\x0d\xd5\xd5\xd5\xcd\x8d\xd5\x0d\ \x75\x8d\x60\x5f\xd0\x06\xe1\x0b\x36\x9a\x37\x35\xb6\x34\x14\x14\ \x55\x54\x24\x20\x5d\x91\x28\x2b\x5b\x5b\x04\x9a\x28\x8d\x51\x68\ \xd4\x83\xbd\x83\x26\xa3\x5e\xa7\xef\x98\xd3\xce\x4f\x6a\xd5\x5e\ \xb6\x74\xcf\x82\x86\x06\x80\xab\xed\x30\x33\x0b\x50\xab\xe1\xef\ \xd0\x12\x14\x0a\xc1\xa6\x46\xa8\xd3\x5d\x33\x2a\x0a\x9a\xdf\x0e\ \x9b\xf1\x2b\xb9\x79\x71\x69\xf9\x32\x9b\xd5\xeb\x77\xab\x9a\xc9\ \x97\x19\x97\x8d\xf9\x9c\x8d\xe3\x7f\x79\x5d\xc9\xe5\xab\xfa\xa3\ \x96\xdb\xb6\x96\xaf\x5a\x81\x41\xc7\x45\x39\x69\xf6\x10\x8b\x45\ \xf8\xdf\xa3\x04\x8b\xaf\xca\xd1\xac\x92\xb6\x52\xa0\x77\x5c\xf5\ \x0a\xe5\x36\x7f\x28\x29\x03\x5d\x53\x9a\x2f\xef\xde\x7f\x34\xbe\ \x3a\xf2\xfe\xf3\xf6\x7d\x85\x46\xe3\x9d\x6b\xd7\x66\xb4\x26\xe5\ \xfc\xac\x49\x36\x97\xa3\xda\x3f\xd4\xf7\xf8\xc3\xb8\x46\x24\x1d\ \xff\xf0\x61\x6c\xc6\x74\xea\x62\x6d\x6d\xde\x82\x4d\x32\x9c\x7f\ \xbe\x7c\x6b\x21\xd8\x06\xe8\x3e\xe7\xbc\x85\x01\xc1\x5b\xb7\x2e\ \x03\x79\x07\xfd\x87\xc5\xd0\xc8\x33\x8f\x0a\x60\x29\x4f\x2c\x66\ \xd4\x5e\xe4\xc1\x31\x1d\xd8\x5c\x5a\x4b\x85\x20\xc6\xc8\x83\xd9\ \x12\x0f\x61\xbb\xa9\x04\x0e\x12\x53\xf1\x0c\xe8\xf8\xc0\x28\x81\ \x57\x41\xef\xe1\x8b\x92\x12\x2a\x0c\xb7\xb9\x05\xbd\xdd\x25\x54\ \x80\x81\x12\x06\xa0\x6b\x3c\x6e\xd2\xfa\xb8\xf4\x9a\xec\x90\xec\ \xaa\xaa\xa3\x9b\x6e\x9c\x7d\xb2\xf1\xec\xc7\x8f\x2f\xef\x1b\x4d\ \x26\x55\x59\x77\xb7\x69\x72\xfa\xbd\xc6\x6e\x46\xe6\x20\xa3\x2b\ \x0d\x53\x83\xb2\x7a\xed\xc7\xe7\xd2\xd1\x99\xee\x9b\x43\x7a\xe3\ \xed\x9b\x03\x53\xd7\xbe\x3c\x9f\x9d\x1f\x53\x76\xf4\xd7\x7f\x9e\ \x55\x8c\xaf\xe5\x79\x50\x19\x0c\x67\x52\x6d\x1e\x99\xca\xc0\x32\ \xc8\x58\x27\x9e\x98\x44\x76\x72\x63\x39\x79\xf0\x18\x62\xb2\x37\ \xcb\x8d\xec\x84\xc7\x62\x69\xce\xce\x34\x0f\x16\x17\x0e\x37\x63\ \x69\x6c\x96\x07\xd6\x89\x8c\x65\x7b\x84\x38\x39\x79\x07\xb2\x9d\ \x9c\x58\x1c\x96\x77\x88\x07\x8d\xc6\xf2\x0f\xe4\x06\xb2\xc2\x03\ \x92\x92\xfc\x05\x82\xc8\xcc\x23\x97\x46\x67\x26\x62\xba\x46\xfa\ \xcb\x84\x14\x2b\xa4\xb5\x85\x0c\x3d\xa8\x41\xcb\xb4\xd3\x1a\x93\ \xd4\xca\xd5\xc2\x4b\x91\xe3\xa5\x54\xdb\xa1\xed\x6c\xa5\x14\xbb\ \x32\x0a\x93\x99\xf8\xb8\xdb\x6b\xbc\x5e\xa4\xf4\x55\xd4\xf7\x4c\ \x99\xb4\x22\x94\x85\xc2\x81\x92\x43\x54\x6a\xe8\xa8\x60\xb5\x6d\ \x85\xab\xf1\xca\x31\x1d\x02\x45\x89\xb1\xa3\x23\x6c\xed\xd4\x98\ \x7a\x21\x22\xc1\x1e\x15\x64\x6f\x91\xe0\x62\xe7\x69\x9f\x10\xd4\ \xd6\x3e\xfc\xf5\xb5\xe3\xaf\x17\x9f\x5e\x80\x07\x4c\xa4\xd8\x22\ \x6c\xd1\x68\x2b\x4b\x9c\x0b\xce\xd2\xcb\x85\xa2\x52\xc7\x08\x99\ \xd2\x18\xa5\x62\xcd\x1f\xaf\x45\x5d\x83\x03\x5a\xbd\xc9\xf0\x61\ \x7a\xf6\xcb\xbb\xfb\x4f\xee\xbf\x7b\x7e\xe1\xec\xf6\xbd\x9b\xb7\ \xee\xdd\x76\xf4\xe8\xf1\x93\xc7\xfa\x5c\x2c\xad\xe8\xf4\x8c\x84\ \xa2\x3a\x7a\x06\x50\x87\x15\x0d\xcd\x0d\x05\x0d\xcd\x9d\x77\x9b\ \xaa\x01\x99\x0a\x66\x76\x69\x95\xc1\x44\x5f\xa9\x5a\x88\xc3\xd8\ \x27\x78\x5a\x5b\xa1\xec\x70\x08\x0c\xce\x57\xe4\x60\xd1\x91\x15\ \x12\x57\x9c\xbb\x2e\x3e\x56\x10\xe8\x1d\x1e\x16\x18\x19\xe8\x1d\ \x10\x95\x16\x1e\x11\x97\x16\x95\x9c\x1c\x15\x1b\x19\x15\x1b\x1d\ \x1e\x1e\x1e\x97\x96\x9e\x9d\x1b\x1f\xcd\x0d\xc8\x4e\x3f\x5d\xb9\ \xbb\x32\xa5\xb8\x06\x96\xe1\x53\xa2\x62\x53\xd6\xa5\xc4\xfb\x38\ \xbb\xbb\x39\x85\xb8\xf9\xb3\x43\xa3\x43\xd9\xd0\x64\x86\x13\xc2\ \x15\x70\x03\xa3\x22\x63\x03\xe2\x53\xd6\x27\x45\x44\xc7\x06\x70\ \x63\x4b\x0b\xf7\xbe\xbf\x9e\x99\x5a\xb3\xfd\xd2\x91\x53\xfb\xb6\ \x6d\x6f\x7d\x37\xa9\x35\xe8\xa7\x0b\x3f\x5a\xcb\x8e\xaf\xc3\x83\ \x0f\x88\xbd\x3e\x2d\x39\x2e\x56\x90\x9c\x9c\x96\xba\x2e\xeb\x7c\ \xd5\x99\xf2\xf3\x47\x8f\x65\x9d\x56\x37\x23\xad\x1b\x6c\xeb\xc1\ \x5e\xac\x9b\xe2\x6b\xf1\x8d\xe9\x1e\x1e\x7f\xe8\xc2\xc8\xdd\xef\ \x77\x3b\x3b\xba\x71\x0d\xf5\x7e\xc3\x45\x67\x4a\xc7\x3e\xf5\x5a\ \x37\x74\xde\x6d\x07\x32\xb1\xa5\xa1\xb1\x29\x03\xea\xde\x47\x8f\ \x3e\xb5\x77\xb6\x80\x37\xe1\xfb\x83\x47\x6f\xdf\xb4\xd5\xb5\xbf\ \x1d\xfe\x7b\xcd\xd3\x6f\xcd\x96\x19\x45\x7e\xd6\x48\x2b\xe1\x86\ \xc2\xcd\xf9\x1b\xce\xef\xd9\xb3\x07\x50\xad\x93\x27\x76\x9d\x3a\ \x78\xfc\x19\xda\x33\xd1\xf7\xfe\x9e\x5d\xf9\x1b\x0e\xbf\x6b\x79\ \xfb\x00\x89\x68\x28\xa2\x27\xf8\xc1\x72\x3e\x9d\x6e\x61\x1f\x84\ \xb4\x70\x0d\xa2\xfb\x05\x25\x64\x2c\xb0\xa8\x04\xba\x45\x50\x01\ \xd8\x63\x55\x83\x6b\x2c\x3c\xfd\xfc\xe8\x56\x38\x2f\x07\xa6\x6f\ \x99\x5a\xa3\xd2\x0f\x74\xcc\x75\x75\x8d\xcf\x68\xbb\xe6\xf4\xba\ \xf1\xb1\xb1\x31\x40\x1d\xb4\x83\x40\xff\x0b\x89\x38\x5b\x6b\x2b\ \xa4\x5f\xf3\xa3\xef\xdf\xdf\x02\x9c\x6a\xac\x03\x40\xd8\x08\xf6\ \x7a\x45\x05\x41\x16\xe0\x8b\x50\xd7\xfe\xe0\x87\x59\xb5\x7d\x99\ \x01\xfd\xab\xc5\xca\xd1\x71\x55\x7d\x68\xe9\x12\xf9\xaa\x3c\x69\ \xb9\xdc\x6c\x3a\xd9\x51\x6e\x7e\xad\xe3\x52\x0e\xb3\x59\x13\xd5\ \xca\x70\xa1\xe3\xef\x4a\xd9\xef\xba\x94\xe3\x52\x2d\xcc\x71\x85\ \xbd\x39\x9a\xaf\x21\xca\x57\x44\xa3\xe3\x12\xbc\xad\xae\xc1\x2f\ \x77\xbb\x03\xc0\x1a\x30\x39\x74\x3e\xfa\xd4\x6c\x7c\x3c\xda\xa1\ \x9b\x36\xf4\xed\xfb\xb3\xf0\xc8\x90\xf6\xdd\x4e\xbd\x68\x5e\xf7\ \xf1\xfd\xbd\x91\x4b\xef\x83\xa7\x8c\xc6\xcf\xcf\xba\xcb\x72\x94\ \xda\x6e\xfd\x5c\xd7\x64\x21\x0f\x46\x3f\x5f\xfc\x0b\xba\xef\x2d\ \x18\x36\xe4\x5d\x06\x42\xaf\x36\xcf\x19\x36\x65\xc1\xfe\xab\x5b\ \x7c\x80\x2a\x79\x80\x1d\xc1\xf4\x7a\xc0\x99\x24\x79\x79\x30\x3f\ \xb9\x84\x2a\xc9\x5b\x58\x05\xac\x65\xc0\x12\xbb\xa4\xb6\xe4\x21\ \x15\x66\x3b\xe7\xe5\x5d\x14\xf3\x25\x3c\x32\x89\xc1\x20\xe1\xf3\ \xa0\x17\x31\x9f\x41\x5e\xb4\x46\xe0\x33\x78\x0b\x5e\xc4\x92\xcb\ \xb7\x6a\xa1\x4f\x42\x6d\x2d\x9f\x2f\x91\xb8\x45\xe6\xa6\xa6\x64\ \x9d\x09\xcc\x3c\xb8\x6f\xd3\xa6\xad\xdb\xef\x01\x8a\xd5\x77\xef\ \xc3\xe4\xac\x7e\x20\x58\x35\xa6\x1e\x1c\x1f\x94\x15\x58\x8a\xc6\ \x7a\x4d\x7f\x8e\x1b\x75\x53\x7a\x91\x54\x4f\xf1\xd5\x0e\x99\xba\ \x26\x4c\x83\x93\x4f\xe6\xee\xdf\x7f\xa5\xd7\xe1\x7c\x7b\x13\xa5\ \xfa\x7b\x3a\x9c\x3e\x09\x4b\xc2\xe3\x79\x54\x1e\xd5\x9d\xc1\x77\ \x06\xdc\xca\xd9\x89\xe4\x4e\x22\xb9\x39\x01\x11\x48\x82\x63\x37\ \xce\x64\x67\x77\x3c\x09\x86\xa3\x7a\xd0\x7c\xf0\x58\x27\x0f\x16\ \x87\xe6\xe1\xe1\x46\x03\x47\x0e\xcb\xcd\x9d\xe5\xcd\x72\x77\xf7\ \xf1\x0f\xe1\xb0\x69\xe0\x7c\xa8\x77\x78\xa8\x4f\x44\x60\x78\x3a\ \x74\xb9\x8c\x7d\xa5\x9f\xea\xed\x61\x02\x01\x2a\xa5\xd8\x5a\xa1\ \xed\x85\x53\x31\x89\xf5\x26\x23\x90\xac\x23\xa3\x28\x8c\x3d\x9a\ \x32\x30\x38\xa0\xd7\x11\xed\x64\x14\xa1\xaf\x02\x87\x40\xdb\x79\ \x29\x34\xa6\x91\xd9\x6b\x93\x0a\x29\x1a\x41\xf1\xb5\x6f\xa6\x2b\ \xf5\x04\x6b\xfa\xb8\xc6\x53\xcd\x2c\xc3\xd9\x06\x3b\x60\x54\xf6\ \xd5\x08\x2b\x84\xa5\x5f\x82\x9d\xad\x15\x0a\x85\x74\x70\xf5\xf3\ \x74\x05\x98\x61\x57\x54\x8d\xf2\x2c\x68\x79\x30\xbc\x60\xfe\x28\ \xb7\xf9\xde\xf9\xf5\xad\x1f\x05\x85\x44\x63\x6c\xd1\x0e\x0e\x18\ \x4b\x5f\x02\x85\x49\xb1\xb3\x13\x79\x89\x34\xcd\x72\xb9\x63\xc2\ \xa0\x52\xd3\x33\x36\x3d\x3f\x6d\x30\x19\x3f\x74\x7f\xf9\xf2\xb2\ \xef\x46\xfe\xa6\x7b\xfb\xb7\x5c\xbf\xb2\x7d\xf3\xe6\x9d\x95\x1b\ \x5d\x2c\x5d\x30\xd6\x48\x7b\x57\xbf\x82\x8a\xa2\xa2\xea\xa2\xea\ \x86\x6a\x7a\x4b\xfb\x83\x07\x6d\x75\x05\x16\x98\x60\x8c\xa2\x43\ \x5b\x26\x72\x11\xa9\x15\xbe\x44\xdb\x20\x57\x7b\x6b\x6b\x3b\xb4\ \xad\x1d\x11\x67\x41\xd9\x1a\x1a\x11\x15\xbd\x76\x77\xd5\xee\xb5\ \x9c\xa4\x50\x9f\xf0\xd0\x08\x0e\x3b\x84\x13\x16\xe2\xcf\x0d\x8b\ \x8f\x87\xa9\xce\x11\x82\xf0\x40\x6e\x14\x37\x2e\x36\x6d\xed\xda\ \xac\x75\xe5\xe5\xc5\xc5\x99\x6b\xd7\x45\xa4\xad\x5f\x57\x9c\x99\ \x9c\x1e\x17\x99\x92\x94\x94\x99\x14\x4e\x73\x26\x79\x7b\xfb\xf8\ \x84\x84\x09\xc2\xa2\x22\x42\x43\xfc\xfd\xbd\x43\xa3\x22\x03\x62\ \xa3\x22\x00\x1d\xab\xac\xac\xcc\x8a\x4e\x5a\x7f\x7c\xc3\xd6\x7c\ \xc3\xf3\x63\xeb\x32\xcf\x9c\x39\xb9\xf9\xfa\x7d\xe3\xa4\x51\x67\ \xdc\x11\x75\x5e\x26\x3d\x1e\x17\xed\xe4\xcc\xf2\x70\x0b\xaf\x59\ \xbf\x2e\x29\x35\x2a\x2d\x65\x6d\x52\xfa\xee\x63\x27\x4e\x9e\x3c\ \x51\xb9\x7b\xa7\x0a\xc8\x3e\x3f\xdf\xc1\x0e\xdd\xa4\xd6\xc5\xaa\ \xe1\xfb\x66\x9f\xc0\xec\xbd\x47\xe6\x7f\xd8\x9f\x0d\xaa\x48\xa8\ \xd3\xb5\xd6\xfd\xfa\xea\x12\x30\xf0\x28\x6d\xd7\x33\xf4\xdd\x37\ \xdf\xbe\x7f\xfb\x04\xa4\xda\xa3\x17\x6f\x1f\xdc\x7d\xf4\xe0\xdb\ \xf7\xef\x3f\x3e\x7d\xff\xf4\xb6\xb1\xb1\xa1\x28\x28\xa8\xba\xae\ \xa8\xe5\x45\x75\xc2\x37\x3a\xbd\xba\x88\x60\x9f\x28\x6a\x3d\x74\ \x60\x6b\xe1\xbe\xc2\x7d\xfb\x76\xed\x02\x68\xb5\x27\xff\xd0\xae\ \x9b\x88\x20\x97\xb2\x4b\xf9\x7b\xb6\xef\x39\x70\x08\xf5\xf6\x45\ \x8b\x85\x67\xbd\x2a\x58\x84\xb1\x24\xda\x21\x6c\x2d\x2d\x31\x18\ \x17\x22\x85\xe8\xe5\x4b\x24\x60\x10\x2e\x76\xb6\x96\x2e\x44\x8c\ \x03\x1a\xe7\x40\xf1\xf5\x25\xfa\xfa\x82\xbd\x96\x70\x6c\x40\x59\ \xaf\x1e\x9b\x9b\x18\x9f\x50\x25\xca\xc6\xa6\x7a\x7a\x07\x55\xe3\ \x63\x03\xbd\xfd\xfd\x83\x2a\xf5\x9c\xde\xa4\x67\xca\x26\xea\x73\ \x34\x2a\x91\x48\x24\x8d\x21\x10\x5d\xd0\x08\x5b\x2b\x7b\xd7\x20\ \x57\x6b\x17\x8a\x48\x4a\x41\x23\xec\x0b\xea\xda\x1a\x3e\x5d\x75\ \x5c\xc9\x7d\xb7\x59\xb6\xd6\x93\x2f\x97\xaa\xe4\xab\xaa\x46\x72\ \x33\xab\x85\xe5\xf9\x9b\x85\x05\xba\xc5\xca\xb9\xa3\xb9\xc5\xfa\ \x32\x0d\x5a\xd5\x1c\x61\x23\xff\xfa\x37\x6c\xb1\x30\x2f\x5a\x39\ \x2e\x53\xac\x25\x60\x93\xcb\xff\x75\x2f\xc7\xff\xae\x6c\x99\x4b\ \xd3\x85\x16\x7e\x47\xb3\x69\xc4\xc5\x2b\xff\x18\xda\xec\x02\xf6\ \x21\x94\x27\xd3\x9f\x0d\xba\x21\xdd\xe8\x3b\x4d\xbd\x76\x5e\x3b\ \xf9\x4e\xd6\xa3\x1a\xeb\x9a\x1b\x34\x19\x74\x39\xc6\x11\xa3\x71\ \x4c\xa9\x1a\x57\x98\x26\x34\x9a\x8e\x77\x77\x52\xfe\x82\xce\xa1\ \x30\x0a\xf5\x22\x74\x68\xaf\xcd\x83\x26\x0b\x25\x0c\x3c\x1f\xb6\ \x62\xf1\x01\x4a\x49\xa0\xdf\x02\xec\xfa\x04\x98\xc5\x13\xe7\x49\ \xf8\xb7\xe0\x8c\xf1\xa2\x15\x1f\xcc\x9f\xc8\x13\xf3\x18\x80\x49\ \xe5\xd5\x4a\x6a\xf9\x12\xc0\xa4\x1e\x02\x5e\x85\x27\x53\x69\x78\ \x12\x4c\x2e\xe5\xc3\x11\x3f\x1e\x49\xbc\xd0\xf2\x90\x57\xf2\xb0\ \x04\xc8\x41\xe8\xe7\x00\x64\xdb\x42\xa2\xbd\x58\x42\x4b\x49\x2d\ \x4f\x3d\x17\x91\xb4\x6b\x67\xeb\xde\x7d\x87\x0f\x1c\xb9\xdf\x7a\ \xe7\xce\x7b\x93\x61\x06\x2d\x54\x8a\x94\xb2\xc4\x1c\x0d\xda\x4b\ \x08\xe0\xf5\x50\xb7\xb2\xab\xac\xb7\x83\xa2\x11\x8a\x88\x38\x91\ \x48\x58\x26\x25\xc8\x62\x7a\xbe\xa8\x98\x80\xd7\xc4\xe4\x28\x07\ \x67\x54\x44\xdb\x21\x27\x2a\x5c\x1b\xc4\x93\x69\x64\xbe\x18\x4f\ \x72\x77\x26\x39\xb9\xe1\xc9\x24\x2a\x19\x8b\x75\xf7\xc0\xba\x3b\ \xe3\x79\x0c\x32\xdf\x9d\xe6\xe4\xe1\xee\xc1\x71\xc7\xbb\x39\xb1\ \x60\x0f\x36\x8d\xcd\xf5\xf6\xe1\x70\xc0\xa5\x6e\xce\xce\x1e\x81\ \x9c\xc0\x70\x4e\x60\x88\x77\x98\x3f\xc7\x27\x2c\x20\x02\xe8\x9c\ \x80\x28\x81\x37\x3b\xee\xec\xa4\x42\x25\xd3\xcf\xce\x29\x00\xfd\ \xb0\xb0\xb7\x52\x8b\x88\x44\x4b\xcd\xc7\x32\x40\xae\x74\x14\x5f\ \x4c\x3d\x33\x58\xe9\xa5\x50\x12\x6c\xad\x2c\x5c\x28\x0e\x76\x96\ \x5e\xb8\x60\x0a\xd3\x0b\x2d\x8a\xf1\x25\xf4\xc7\xd8\x55\xbb\x80\ \xaf\x65\x4c\x10\xa5\x9f\x30\xde\xa3\x46\x30\x51\xae\x44\x8c\x1d\ \x90\x82\x18\x17\x14\x1a\x6d\x9f\x81\xf0\x0a\xb2\xcf\xa0\xa3\x1d\ \xec\x91\x08\xa5\x67\x51\x51\x63\x46\x43\x1b\x5c\x3d\xfa\xea\x08\ \x8b\xa1\xf2\x9f\x6b\xe4\xff\xd8\x0c\xb7\x21\x11\x18\x17\x17\x34\ \xca\xce\xd2\x0a\x89\xb2\xb4\x75\xf0\x4a\xcc\x19\xa0\xc3\xbd\xe4\ \xdf\xd2\xde\xb1\xb9\xb9\xc9\x19\xe3\x97\x49\xc3\xd0\x97\x59\xed\ \x93\xbe\xfb\xd7\xdf\xf7\xed\xdf\xb1\x77\x63\xfe\x9e\x3d\x3b\x0f\ \x5d\xc8\x61\xba\xf8\x62\x50\x08\x6b\x64\x45\x51\x41\x46\x46\x50\ \x50\x45\x41\x46\x4b\xdb\xdd\x47\xed\x75\x45\x05\xb6\x76\xf6\x96\ \xc1\xfd\xf5\x4c\x2f\x5f\xa1\x28\x46\xc5\xc4\x20\xec\xed\xad\x70\ \x68\x0a\x06\x81\xd2\xc6\x73\xc3\xc2\x23\xe2\x93\xb3\xd2\xca\x2b\ \x93\xd3\x61\x9a\x44\xb8\xb7\x0f\x9b\xcb\xf6\xe6\xb2\x7d\x38\x82\ \xc0\xc0\xb0\x80\x80\x50\x36\x37\x34\x94\x13\xe2\x1f\x0e\x84\x62\ \x7c\x44\x54\x64\x58\x44\x74\x44\x28\x60\xa2\xd1\x91\x61\x49\xb1\ \x01\xa1\x01\xd1\xb1\x69\xbb\x6a\x42\xb0\x1e\x6e\x4e\x60\x07\xe0\ \x1d\x16\x15\x18\x19\x1b\x16\x28\x00\x57\x84\x01\x85\x19\x1e\x25\ \x48\x4d\x29\xcd\x4e\x4d\x4f\xab\xda\x74\x69\xfb\xd6\x8f\x9f\x77\ \xd5\x1c\xde\x5d\x78\xf3\xe3\x4b\x93\x76\x72\x67\x3c\xed\x7c\xef\ \x7c\x61\x76\x79\x3a\xdb\xdb\xc3\x83\xc6\x2d\x3d\x97\x99\x96\x95\ \x16\x2b\x48\x4a\x49\xcd\x3d\x77\xe2\xd8\xf1\x33\xeb\x4e\xde\x17\ \xb6\xdf\xa5\x23\x82\x85\xe3\xfa\x2e\x59\x41\xd3\x27\xbf\xb8\xf0\ \xd8\x5d\xad\x5b\xad\x32\x26\x0f\xee\x35\x29\x6e\x66\xbb\x0c\x0f\ \xff\x6a\x2f\x0e\x7e\x54\x59\x53\x7c\xe6\x42\x4f\xc6\x83\xb7\xb0\ \xf3\xe0\xc7\xa7\x4f\xbf\x60\xb6\xb2\x5c\xbe\x06\x46\x96\x7e\x7a\ \xf4\x06\x26\x86\x36\xd5\x55\x77\x26\x74\xfe\xca\x80\x33\x3e\x94\ \x51\xca\xc8\xa1\xcd\x5b\x0b\x77\x6e\xce\x3f\xbe\xed\xd0\xd6\xf3\ \x47\xb7\xed\x29\x3c\xbc\xd5\x21\x88\x20\x9b\xbc\xb4\x73\x7b\xfe\ \xd6\x53\x73\x6f\x1e\x3c\x2a\xb2\xfa\xd2\x35\xfb\xc5\xa8\x35\x4d\ \x4d\xcc\x69\x54\x83\x6a\xf5\x78\xbf\xaa\xa7\x4c\x26\xea\x19\x18\ \x98\x98\x52\x51\xca\x34\x03\x33\x1d\x63\xfd\xe0\x38\x35\x38\x36\ \xd1\x35\xd0\xab\x50\xca\x00\x74\xd9\x31\x09\x76\xb6\x48\x6b\x5f\ \xa9\xaa\x5f\x9a\xa8\x8a\x09\xae\x97\xca\x62\x28\xb6\x18\xb0\xa3\ \xb2\x43\x05\xb9\x5a\x61\x30\x74\xcb\x44\x45\xef\x60\x57\x97\x2a\ \xc7\x17\xc7\xf4\x25\x48\x65\x4a\x5f\x22\x51\x88\x43\x66\x34\x37\ \x20\xbe\xaf\x72\x83\x59\xd1\x5c\xff\xd2\x7c\xff\x02\xae\x15\x10\ \x31\x9b\xab\x59\x6c\x26\x70\x94\xaf\x5a\xe2\x5b\xa4\x53\x72\xf3\ \x0a\x95\xfc\xe7\xdf\x5f\x3f\xfd\x7d\xf5\xb7\xec\xb4\x31\x03\xa9\ \x35\xff\xee\x99\xf8\xef\xfa\xfc\xbf\xfb\xe2\xe5\x2b\x2f\x49\xee\ \xb8\xca\xbe\x06\xdc\xe5\x8f\xf1\xa9\xb2\x7a\x93\x1a\xa8\x84\x2e\ \x93\xf6\xf1\xb3\xb9\x6e\x2d\xd3\x4e\x36\x33\xdf\x25\x34\x0d\xea\ \xa7\x2e\x18\x7b\xf5\x83\x89\x1a\x93\xce\x60\x34\x19\x8c\xb8\x1c\ \x75\x70\xaf\x69\xbe\xeb\xc4\x43\xc0\xab\xa0\xab\xfb\xc3\x85\xb6\ \xd1\x85\x90\xfa\x12\x6a\x1e\x23\xaf\x04\xc6\xde\x48\xc4\x54\x38\ \xf0\x22\x81\x06\x0d\x30\xf1\x0b\xba\x09\xf3\xf3\x18\x70\x19\x10\ \x08\x3e\x89\x58\x2c\x01\x64\x0b\xf6\x6b\xf2\x49\x62\x09\x96\x0a\ \xad\x94\xc1\x8f\x18\xc8\x31\x3c\x09\xdc\xcf\x99\x04\xbd\xf3\x24\ \x58\x2c\xaf\x84\x01\x7d\x14\x24\x62\x49\x09\x9f\x0f\xa0\x0e\xda\ \x39\x50\x79\x79\xd0\x26\xd0\x27\x3d\xbe\xf4\x5c\xae\x7f\xd5\x99\ \xfc\xd6\xad\x07\xf6\x1d\xdd\xf4\xec\xfd\xf3\x57\x9f\x01\xb4\x7a\ \xa9\xbb\x4c\x53\xcc\x18\x45\xa2\xad\x4c\x44\x24\x20\x88\x6a\xe3\ \xbd\xc9\x57\x8f\x07\xf4\xf3\x06\x2d\x81\x20\x35\x49\x2d\xec\x70\ \xd2\x9c\x18\xc5\xb8\xd1\xd8\xd1\x3f\x61\xd0\xf6\xcd\xe8\x74\xc1\ \xc7\x18\xa4\x5a\x1e\x9e\x01\x4d\x91\xf1\x6e\xce\x3c\x06\xc9\x09\ \x90\x2a\x67\x67\x92\x9b\x9b\x07\x0b\xa0\x11\x0b\x9a\x35\x00\x10\ \xc3\x02\xc5\xe7\x01\x2f\xa6\x81\x8d\xc2\x07\x48\x40\xb0\x21\xfa\ \x70\x3c\x58\x60\x03\xa1\x81\x0d\x2c\x30\x80\xc3\xe2\x84\x84\xf8\ \x87\x71\x93\xcb\x53\x23\x03\x38\x61\xe9\xd1\x47\x4d\x7a\x99\x48\ \xd5\x35\x28\x55\x10\x51\x80\xae\x28\xbf\xe8\x7b\xd5\x06\x0d\xda\ \x16\x08\x29\x94\x0b\xc2\x8e\x40\x21\x88\x28\x5e\x04\x61\x3d\xb3\ \x63\xb3\x5a\xad\xa2\x88\x12\x51\x96\x68\x04\xd2\x97\xe9\x60\x8b\ \x44\x7b\x06\x77\xab\x2d\x95\x1d\x5d\x42\xa5\x17\x93\xa0\x50\xd7\ \x5b\x50\x90\xb6\x0e\x38\xbb\x44\x2f\x2b\xa4\xad\xb5\x1f\xdd\xda\ \x16\xe9\x29\xf2\xb3\xb2\x44\x20\xaa\x83\x6c\xeb\x8a\x1a\x5c\x5b\ \x1e\x40\xa3\xb5\x9f\x4b\x8b\x38\x8b\xa9\x29\xc3\xd5\x74\x02\xc6\ \xce\xda\xc2\xd2\x12\x89\xb0\x74\xf0\xf5\x8d\x91\x21\x16\x42\x82\ \x1d\x63\xca\x06\x06\x13\xc7\xe7\xb5\xda\x8e\x91\x11\x83\xbe\xe3\ \xd9\xfb\xf7\x7d\xaf\xee\x5d\x6b\xdd\x71\x63\xef\xbe\x7d\x07\x0f\ \x6d\xee\xa8\x4f\xf4\xc2\x59\xe2\x1c\x1c\xfc\x0a\x3c\x8b\x2a\x82\ \xe8\x19\x15\x05\x45\x19\x41\x19\x2d\xcd\x0d\x8d\x05\x7e\x09\x05\ \x48\x8a\xb2\x3e\x38\x98\x99\x28\xd3\xc8\x82\x5d\x30\xb6\x28\x0b\ \x1c\x11\x6d\x31\x10\x15\x16\x99\x14\x17\x17\x11\x1d\x15\x1f\x9b\ \x1e\x1f\x9f\x96\x15\x1f\x1f\x15\x1e\x16\xc0\x01\xe0\xee\x04\x24\ \xb4\x0f\x87\xcb\xe6\x70\x42\x02\xbd\x69\xde\x34\x16\x20\xa3\x5c\ \x6e\x28\x37\xc4\x3f\x20\x34\x34\x3c\x2c\x54\xc0\x85\x44\x2a\x20\ \x42\x10\x1b\x1d\xbf\x76\xe7\xb5\x6c\x1f\x9a\x13\xde\x9d\x16\xe2\ \xed\x1f\x18\x1a\x15\x15\x11\x2f\xf0\x0f\x0d\x0f\x0c\x8d\xe0\x0a\ \xa2\x22\xe3\xd2\xe3\x22\x52\xd7\x57\xed\xda\xbc\x77\xd7\xe6\x57\ \x37\x0f\x9c\x38\xf0\xf8\xb6\x56\xfb\xe1\xa0\xc0\xcd\x67\x8f\xe9\ \x55\x58\xd6\xc9\x33\xf1\xec\x48\x6f\x67\x0f\x2e\xb7\xb2\x26\x2b\ \x2d\x2e\x35\x36\x2a\x25\x2b\x37\xb7\xa6\xb2\xf2\x4c\xe6\xce\x71\ \x7a\x5b\x8b\x65\x70\x6f\xaf\x8c\x19\x6c\xd7\xf4\xa8\x53\xef\x1d\ \x9a\xba\xe9\x82\xe2\x17\x7d\x56\xab\x1d\xb8\x9e\xbd\xb7\x68\xf8\ \xed\x9b\x47\xf9\xbd\xbe\x85\x1b\xce\x6f\x3d\x7f\xee\xd9\x91\x56\ \xed\x3c\x1c\x14\x08\xae\x90\xff\xf1\x7f\x66\x5b\xbe\x23\xec\x25\ \x78\xfd\xf5\x57\x63\xf5\xaf\x4f\xd5\x8d\x88\xfa\xd1\xd1\xf1\x3b\ \x1b\x77\xe6\xef\x3c\xb1\x7d\xeb\xf1\x53\x3b\xf7\xed\xdc\x75\xf0\ \xc0\xce\x3d\x07\x84\x19\x5e\x8a\x0b\x5b\x0f\x6d\xdd\xba\x73\xdf\ \x91\x8a\xb6\xce\xbb\xd5\xb6\xf6\x08\x04\xd1\x4b\x4a\x29\xa8\xb0\ \x93\xfa\xe2\x82\x83\x81\x4a\xb7\xb4\xb7\x96\xf6\x5b\x7a\x4a\xa5\ \x68\x4d\xef\x9c\xa6\x3e\x87\xc9\x24\xb8\x30\x83\x5d\x5c\x98\x2e\ \x04\xb4\x03\xda\x0e\x85\x42\xb9\x06\x59\xd0\xad\x5d\x6d\x91\x28\ \x9c\x03\xd8\xdd\x58\x26\x74\x62\x30\x30\xb8\x39\xc8\x22\x28\x88\ \x1e\x54\xdd\xdc\xf9\xe3\xef\xaf\xdf\x3b\x5f\xb4\x37\x36\x20\xad\ \x30\x96\xa8\x20\x0b\x24\x12\xec\x97\x3c\x8b\x12\xe8\x05\x15\x28\ \xd7\xce\x07\x6f\xc0\xde\xcb\xe6\xe7\x57\xc7\x15\x07\x50\xf9\x4a\ \xe7\xa8\x7c\xb9\x95\x73\xd9\xdb\x6f\x95\x24\xfb\xad\xd8\x56\xe9\ \x43\xb3\x96\xac\x45\x94\x72\x34\x83\x9d\x85\x3c\x8c\x35\x4b\xcf\ \xf3\xfa\xe9\xd5\xdf\x2c\x69\xe1\x79\x96\xb9\x9b\x7c\xa5\x8e\x06\ \x4f\x7f\x7d\x97\xcb\x57\x03\xd4\x7f\x37\x63\xad\xee\x93\x5f\x78\ \xca\x3f\x64\x7a\x99\x6c\x46\x3f\xd0\x33\xd2\x3d\xd3\x7d\xe3\xc9\ \x94\x6e\xd6\x94\x63\xab\xfe\xd2\x63\x65\x87\xfa\xf2\x64\xfb\x5e\ \x9d\xb2\x27\x27\x86\x39\x33\xaf\xbd\xfd\xac\x6f\x6c\xae\x5f\xf1\ \x6e\xef\xfb\x99\x2a\xd8\xcb\x50\xbb\x58\x78\xbf\x75\xf9\x22\x74\ \xe3\x03\xca\xae\x56\x7c\x2b\x0f\x46\x67\xdd\x92\xe4\x41\x5f\x3c\ \x06\x4f\xfc\x10\x9a\xc5\x00\xbe\x45\x65\xf0\x79\x25\xfc\x3c\xb2\ \xf8\x16\x9f\x7f\x39\x8f\x7f\x2b\x8f\xc1\x67\x60\x19\xb5\x79\xa4\ \xcb\x25\xce\x92\x12\xa0\x28\xc5\x0f\xe1\x60\x31\x5f\x4c\xbd\xcc\ \x27\xe1\xa9\x24\x86\x18\x80\x1b\x83\x91\xc7\x60\x50\xe1\x14\xf5\ \x82\xf5\x43\x09\xbf\x44\xcc\x10\xd7\x02\xa1\xe8\xe6\xc6\x8a\xcd\ \x5c\x9b\x7b\x7c\x03\x7b\xfd\xc1\xfd\x17\xb6\xef\x29\x3c\x70\xf6\ \xce\xfb\x77\xdd\x7a\xe3\x64\xef\x58\x17\x33\x86\x39\x39\x31\xaf\ \x64\x6a\x12\x95\x65\x0e\x38\xd3\xc7\x97\x97\x76\xb4\xf6\x94\x29\ \x67\xe7\x07\x1c\xfa\xf5\xe3\x0a\xa5\x3e\xc6\x25\x46\x23\xc4\x8c\ \x0b\x85\xaa\x2e\xb5\x4e\xd6\xdf\x3a\xa9\xcd\xe4\x33\x9c\x19\xe4\ \x05\x23\x19\x00\x56\x58\x2a\x1e\xda\x25\xe3\xb1\x1e\xce\x58\x27\ \xac\x9b\xbf\x07\x96\xe6\x8e\x77\x76\x83\xb6\xe2\x1e\x2c\x5a\x08\ \xcd\x87\x03\x36\x3d\xff\x50\x0f\x20\x0b\xfd\x39\xde\xde\xde\x6c\ \xb6\x3f\x9b\x23\xf0\x0e\x0c\x61\x07\x72\xbc\x03\xb9\x81\x61\xd1\ \x6b\xe3\x22\xc1\x69\xfa\x85\xc9\x8e\x2e\xe5\xc4\x7e\x29\xb3\x4c\ \x86\xb1\xce\xf0\x73\x0d\x4a\x1c\x9c\x50\x8f\xe1\xac\x89\x16\xae\ \x38\x40\xe2\xed\xd1\x68\x0b\x9c\xaf\xc6\x25\x06\xed\xa5\x2a\xd3\ \x4d\xc4\x10\x63\x84\x4c\x26\x3a\x18\xbc\xd9\x38\x8a\x4a\x6b\xc5\ \x9c\xc9\x0f\x16\x12\x13\x7b\x7d\x29\x48\x8c\xa7\xa5\x97\x3d\xca\ \xc2\x1a\x61\x69\x8d\x01\x34\xab\x4c\x64\x4f\xb7\xb3\xf2\xb4\xb0\ \xb2\x4a\xa8\xb6\x08\xa2\x17\xd4\x35\xd0\x0b\x1a\xef\x7e\xfb\xf4\ \x0b\xe6\x2f\x2f\x6a\x80\xa5\xc6\x3e\x98\xbc\xfc\xed\xeb\xaf\x07\ \x9d\x05\xf6\xc2\xe0\x18\x69\x8c\xf4\xcd\x62\x36\x14\x41\xa9\xee\ \x51\xf6\x4e\x75\x4c\x4d\x80\x5d\x94\x76\xbe\x7b\xde\x38\xf4\xe4\ \x71\xeb\x95\xb3\x57\x76\x6c\x39\xbb\x75\xdf\xa1\x27\xda\xb1\x60\ \x19\x85\x82\x43\xdb\xba\xda\x59\x64\x04\x59\xb8\x26\xd0\xe9\xd6\ \x96\x18\xd7\x84\xea\x8a\xea\x8c\x82\x0c\x6b\x5b\x8a\x22\x47\x28\ \x4a\xf4\x75\x49\x4c\x14\x11\x10\x0e\x18\x00\xa4\xc4\x0d\x82\xd8\ \xc8\xe4\xd8\x88\x80\xa4\xb0\xf0\xc8\x94\xd8\x28\x41\x4a\x52\x4a\ \x54\x74\x72\x5c\x44\x38\xc0\xa2\xc0\x10\x1f\xa4\x5e\xaa\x0d\x00\ \x00\x20\x00\x49\x44\x41\x54\x37\x70\xf0\xf6\x0e\xa1\x39\xb1\xdc\ \xc1\xdb\x48\xc3\xba\xd3\x38\x6c\x6f\xef\xf0\xc8\x30\x41\x68\x44\ \x52\x52\x44\x60\x04\x3b\x04\xdc\x7f\x7d\x9c\x20\x6d\xff\x9d\x4d\ \xeb\xdc\x79\x58\x0f\x6f\x00\x6f\xa1\xd1\xb1\xf1\x49\xb1\x11\x91\ \x82\xb0\xf0\xd0\x10\xef\x48\x81\x7f\x44\x5a\x72\xee\xda\x9a\xf3\ \xe7\x76\x1d\xd8\x75\xe0\xe6\xf5\xd6\x57\xc6\xc9\x6b\xb9\xfe\x58\ \x52\xf8\x11\x63\x61\x6e\x68\xd6\xe9\xf2\x38\x6e\xb8\x8f\xb3\x1b\ \x8d\x16\x75\x66\x6d\x7a\x6e\x5a\x54\x56\xf2\xba\xd4\xcc\xf5\xc5\ \x27\x8f\x1d\x3f\xe0\xf0\xa0\xc2\x52\xd1\x35\x65\x2a\xf3\x72\xa8\ \x7b\xd4\xdc\x7c\xc8\x3f\xfa\xe0\xfd\x31\x47\xc7\x9f\xdf\x32\x12\ \xbf\x1c\xdd\xbc\xb3\xec\x45\x67\xf3\x8b\xd1\x63\xcf\xb6\x14\x6e\ \x7f\xf9\xea\xe6\x87\x23\xdb\xee\xf7\xdd\x1f\x9d\x35\xa9\x31\x8f\ \x7e\x3c\xba\xfb\xf4\x9f\x65\xb7\x82\xdf\xdc\x01\x88\x9f\xab\x8f\ \x98\xcf\xae\xf5\xdd\xbf\x76\xe3\xc2\xde\xb3\x7b\x36\xec\x39\x75\ \x62\x4f\xcd\xd1\xf2\xca\xa3\x07\xb6\x1d\xca\xf1\x0b\x9e\xdc\xb0\ \x73\xe3\xd6\x5d\x1b\x36\x6c\x16\x56\x57\x3c\xaa\xf6\xf4\xf4\x04\ \x9f\xbf\xb5\xeb\x83\x37\x9d\xae\xd6\x48\x6b\x4f\xbf\xf6\x6f\x6d\ \x75\x75\x77\x87\xd7\x40\xc5\x35\xfc\xa2\xf1\x6e\x63\x5b\x4b\xdb\ \xb7\x4f\x77\xdb\x87\x7f\x0d\x7f\xea\x6c\xee\x6c\x79\xf3\x1d\x86\ \x3b\x40\xd7\x84\x6f\x9f\x86\xa1\xff\xe7\xf7\xce\xe1\x7f\xbe\x3f\ \x78\xd1\x5c\xd7\xfe\xd3\xe6\xe9\xdd\xa6\xef\x57\x17\x9d\x3f\x97\ \xbc\xf5\x1c\x9f\xc2\x8e\xf9\x6f\x6f\xde\x34\x55\xc0\xc7\xbd\x5b\ \xdd\x58\x57\xd7\x16\x94\xd0\xd8\xd9\xfc\xeb\xea\xd5\xa7\xff\xea\ \x8f\x72\x5c\x35\xb9\xec\xb8\xd4\x31\x65\x96\x4b\xf3\xaf\x89\xe5\ \x85\x2b\xe4\x8e\xf2\xd5\x2b\x89\xbf\x91\xca\x6c\xa0\x67\x91\x89\ \x82\x2f\xdf\x8f\xea\xea\xb6\x07\x3f\x97\xbb\xeb\xff\x55\x7e\xbf\ \xfa\xf4\xe7\x9a\x1f\xdf\x61\x2b\x97\xfc\x3b\x66\xf8\xe7\xb2\x15\ \x86\xcd\xff\x6c\x7f\xf8\x8d\xab\xbf\xa3\xa2\x17\x00\x6b\x42\x6f\ \x9a\x00\x9c\x63\xd4\x38\x28\xec\x98\xd7\x6b\x4d\x4a\x55\x8e\xa8\ \x7f\x7c\x8c\x82\xc1\xe5\x4c\xdf\xb8\xd3\xda\xa7\x9d\x35\x0d\x38\ \xcc\x98\xfa\xc0\xf7\xe3\xf6\xec\xa4\xf6\xba\x61\x20\xeb\x3f\x25\ \x97\x17\x8b\xee\x10\xaf\x60\x1b\x56\xc9\xe5\x87\x62\x89\x04\xfa\ \x37\xc0\x1a\x13\xc0\x16\x68\xc9\x29\xc9\xab\xfd\xeb\xa1\x64\xa1\ \x16\x05\x47\xa3\x4b\x4a\x78\x25\x62\x2a\xf6\x56\x2d\x75\xa1\x65\ \x54\x52\x0b\x68\x16\x95\xc1\xe0\xc3\x51\x44\xbe\xbb\x33\x90\x65\ \x62\x68\xe5\xc9\xa3\xe2\x79\x24\xaa\x24\x2f\x0f\xce\xf9\x31\xa8\ \x64\x09\xb8\x1f\x89\x5a\x02\x61\x90\x2f\x96\x5c\x16\xf3\xf1\x6e\ \x01\x29\xeb\xd6\x65\xee\xde\x19\xb8\xfe\x44\x7e\x7e\xe1\x81\xfd\ \xe7\xf3\xdf\xdf\xbf\xa9\x33\x02\xc0\x72\x51\xe5\x30\x7d\x35\xaa\ \x5e\x99\x5e\xcd\x54\xd7\xeb\x06\x8c\x77\xf2\x87\x30\xba\x1e\xa1\ \x48\xa4\x54\x33\x83\x35\x3a\x93\xea\xe5\x80\x6d\xa2\x41\x4d\xb7\ \x03\x2a\xac\xc2\xc2\xc2\xce\x65\x4c\x93\x38\x89\xe7\xf1\xe0\x30\ \x21\xc3\x19\x8b\xc7\x3a\x3b\x53\x49\x78\x3e\x15\x80\x15\x09\xef\ \x0e\x7e\xbb\xbb\xb1\xdd\xdc\xdd\xb0\xce\x6e\x58\x37\x37\x67\x27\ \x67\x4e\xa0\xbf\x3f\x9b\xe6\x0e\x37\x3a\x1a\xde\xc7\x87\xc6\xa2\ \x85\xfa\x38\x7b\x7b\xb0\x43\x58\x21\x82\x00\x4e\x28\xc7\x3f\x20\ \x36\x2c\xa5\x38\x29\x94\xc5\x16\x1c\xe9\xd5\x99\x34\xc6\xfb\x8a\ \x60\x07\x17\xb4\xbd\xb5\x0b\x91\x80\x61\xa2\x29\x13\x48\x91\xc6\ \x01\x8d\x43\x21\x11\x28\xab\x7a\x15\x1a\x61\x97\x01\xbe\xcd\x96\ \x2e\x5e\x6a\x91\x28\x87\x48\x90\x0a\x85\x3d\x0a\x74\x82\x17\xba\ \x97\x22\xcb\x31\xa1\x7d\x73\xe6\x14\xf5\x04\x94\x86\x62\x85\xc2\ \xd8\x5b\x07\xbb\xfa\xd5\x05\x59\x5b\x59\x26\xf6\xa2\x81\x1a\x04\ \xfb\x5a\xd7\x82\xa2\x8a\xba\x02\x7a\x73\x43\x53\x5d\x4b\xdb\x8b\ \x1f\xb0\xc1\x71\x8d\x7c\xd9\xff\xc3\xe6\xf7\x92\xd0\x82\x38\x78\ \xfd\xf3\xa9\xcd\x37\x61\xd3\xc2\x28\xef\x1a\xcb\x01\x55\x59\xcf\ \xc0\x78\x87\xae\x63\xaa\x6b\xca\x38\x69\xd0\x7d\x79\xfe\xee\xe3\ \xab\x3b\xf7\x36\x6e\xd9\xb2\xa3\x70\xc7\xa6\xc2\xd6\xee\xae\x29\ \x55\x4c\xa2\xc8\x97\x88\x41\x5b\x59\x58\xd8\x5a\xd9\x23\x31\xcc\ \x98\x60\xab\x04\x3a\x80\xdd\x02\x57\x6b\x0c\x53\xa9\x51\x97\x69\ \x12\xbd\x44\x4a\x85\x88\x40\xf0\x25\x32\xbb\x63\x03\xe2\xa2\xa2\ \x05\x5c\x2e\x37\x2c\x32\x22\x3a\x2e\x25\x22\x22\x2c\x20\x3a\x3a\ \x32\x2a\x36\x36\x2c\x2c\x52\x10\x21\x60\xf3\x9c\xc8\x78\x96\x87\ \x1b\x4c\x75\xc6\x93\xb0\xce\x4e\x1e\x3e\x3e\x6c\xb7\x10\x7f\x20\ \xf7\x04\x51\x11\x6b\x23\x43\x63\x93\x93\xd2\xd2\xd7\xae\x4f\x8b\ \x4b\xdf\x66\x30\x1e\xc9\xa4\x61\xdd\x3c\x38\x5c\x01\x37\x22\x32\ \x1e\x46\x79\xa5\x44\xa7\x47\xc4\x47\x84\x73\x93\xe2\xd7\xe5\x66\ \x56\xd6\x9c\xd9\xb3\x6d\xd7\xe6\x67\xba\x39\xc3\xd6\x14\x8e\x87\ \x1b\x3b\xf7\xe6\x9f\xeb\x53\x6b\x02\x52\x4f\x54\xa6\x84\xfb\x87\ \xb0\xc0\x2e\x85\x95\x79\xa6\x78\xe3\xe6\x5c\xc0\xf6\x52\xe3\xd7\ \xed\xce\x3d\x79\xfe\x90\x7d\x53\x42\xce\xa0\xa6\x5e\x86\xb3\x2f\ \x78\xd1\xd0\xec\x55\x1a\x9b\xb6\xff\x79\xc1\x6b\x47\xc0\x05\xbe\ \xfa\xed\x3d\x9a\xbf\x61\xac\xb1\xe9\xed\xec\xda\x4b\xd7\xb7\xee\ \x7d\x76\x6f\xe8\x99\xf1\xf3\x07\x6d\xd7\x5c\xbd\x7a\x40\x51\xa6\ \xcc\xc9\x90\x9b\x8f\xfa\xfe\x9e\x92\x5b\x23\xff\xa5\x1e\xd9\x7e\ \xa9\x70\xd3\xb6\xfd\x57\xf6\x6e\xda\xb0\xf7\xe0\xe1\xe2\xaa\x73\ \x35\x67\x8e\x6f\x3b\xb0\xc5\x2b\x43\xf9\xea\x48\x61\xe1\x96\xc2\ \x6d\x1b\xf3\xdf\x65\x58\x35\x0d\x2f\x44\x08\x2d\xc4\x3b\xaf\x91\ \xaf\xf9\xf9\x74\x8d\x7c\x31\xb7\x61\x91\xba\xfd\xf3\x7f\xff\xf7\ \xcf\xca\x61\xf1\xa2\xd5\x17\x2c\x9c\xda\xd8\x2c\x9a\x13\x2f\x25\ \x94\x9a\xcd\xf7\x99\xdf\xe5\xf7\xc7\x0d\x6f\xe3\xb8\x38\x95\xf3\ \x15\x00\xe3\x72\x67\x03\x38\x3e\x7d\xfd\x2f\x44\xfa\xad\xff\x56\ \xd9\x56\xc9\xcd\x1c\xac\x56\x0f\xcd\xac\xbe\x87\xdc\xac\xc1\xd4\ \xe6\xe7\x2f\x70\xbf\xd7\x77\x13\x9a\x5e\xdc\xfd\x7e\xf7\xee\xc2\ \x82\xaa\xd9\xe2\xe4\xd2\x0d\xaf\xbe\x76\xb4\xf9\xfb\xee\x55\x39\ \x40\xac\xd7\xc3\x6f\xee\xbe\x96\x2f\x55\xdf\xe5\xe6\x0d\x12\x2b\ \xa4\xef\xf7\x04\xb6\x7c\x65\x6a\xe8\x8f\xfe\xe7\xcf\xa7\xbb\xaf\ \x18\x15\x08\xa4\xe8\xda\xf3\xdb\x93\x03\x52\x45\xce\x07\x6d\xc7\ \xe7\x19\x85\x6e\xb0\x7e\xac\xdb\xb8\x73\xc7\xbd\xa1\x0f\x73\x7a\ \xcd\x98\x51\xc9\xbc\x3d\x39\x33\x3e\x36\x6f\x3c\xfe\x30\x4f\x02\ \x3d\x92\xe1\x40\xe1\x2d\xb8\x52\x58\x5b\x22\xae\x65\x50\x01\x75\ \xba\x75\x11\xf6\x7a\x4a\xc4\x79\x79\x25\x54\x12\x59\x72\xf9\xb2\ \x84\x0f\x90\x8b\x4f\x2d\xe1\xf3\x18\xb7\x6e\xe5\xf1\xa8\xb5\xbc\ \x3c\x2a\xa3\x44\x72\x0b\x9a\xbf\xe7\x01\x9c\x80\xa2\x8f\x4f\xbd\ \xcc\x73\xf2\xe6\xf3\x00\x90\x39\x39\x3b\x61\xf3\xa8\x3c\x2c\x4f\ \x42\x95\x94\xe4\x61\x49\xfc\x12\x12\x0f\x46\x49\x93\xa9\xd0\xee\ \x0f\xa6\x1a\xf2\xc8\x78\x7c\x44\x76\x76\x6e\x56\x71\xf6\xfa\x93\ \xe7\xcf\xef\xb9\xb6\x6d\xeb\xbe\x23\x37\x47\x87\x46\x3e\xbe\x37\ \xaa\x7c\x63\x82\x89\xca\x44\x85\xbe\x5b\x3b\xaf\x1b\x53\x75\xcc\ \xe9\xa7\x8d\x7a\x57\xaf\xa9\xe7\xcf\xca\xa4\x89\x8a\x60\x3d\x4a\ \x66\x9a\x9a\x53\x4f\x9a\xe6\x14\x0e\xbd\xf5\x2e\x74\x4f\x4b\x85\ \xce\xbe\x69\xdc\x70\xdc\x59\x82\x27\x31\x9c\xc8\x7c\xb0\x31\xe1\ \xa9\x78\x58\x78\x77\x77\x26\xf3\x18\x6c\x9a\x33\x8d\x0c\x36\x32\ \x27\x9a\x3b\x96\xe6\xe1\x04\xf3\x29\xdc\x43\xdc\xdd\xbd\x7d\x3c\ \x00\x67\xf0\xa0\xd1\xd8\x40\xbd\xb0\x23\x43\xb0\x4e\x3e\xde\x5c\ \xb6\x7f\x54\x00\xe0\x10\xa1\x61\xf1\x49\x49\x69\x49\xd1\xd1\xe1\ \x81\xfb\xd5\xe3\x63\x73\xaf\xe6\xea\x85\x18\x2b\x7b\x57\x5f\x05\ \xc1\x3a\x28\xa8\xc2\xd2\x4b\xad\x9d\x56\x29\x46\x44\xc4\xee\x97\ \x1d\x52\x8d\x1d\x12\x83\x48\x08\xd2\x0e\x22\x2b\x2c\xac\xac\x63\ \xfa\x15\x76\x96\xbe\x0a\xa5\x5f\x43\x41\x45\x06\xae\xdf\x35\xc8\ \x13\x81\xb0\xf3\x9a\x63\xa2\x5c\xbc\x08\xae\x41\x45\x9e\xa8\xc6\ \xa2\x0c\x8b\x44\xbf\xea\x8c\x0a\x0b\xfb\x0a\x6b\x7b\x4f\xcb\xba\ \x86\x0c\xcf\xa2\x02\xba\xab\x67\x5b\xfb\xdb\x61\x98\x44\xf0\x1a\ \xee\xb6\xa0\x20\x04\xdb\x85\xa3\xe3\xaa\x8e\xbc\x85\x6f\xf6\xd5\ \x85\xb4\x53\xc7\x1f\x28\xa9\x4c\x28\x94\x29\xfa\x7b\x7b\x07\x3b\ \xf4\x5a\x6d\xf7\xed\xf7\x4f\xee\xbf\x1c\xba\xff\xec\x55\xdf\xb3\ \xc2\x3f\x77\x6c\xdc\xbb\xb3\xf0\x9e\xa1\x7b\x6a\x6e\xbc\x37\x31\ \x18\x87\x26\xe0\x70\x04\x9c\x35\x5a\xd6\x3f\x23\x75\x01\x3a\x05\ \xe8\x91\x0c\x4f\x4b\x99\x70\x46\x35\xa8\x57\x05\x27\x2a\x12\x65\ \x31\x44\x5b\xd1\x49\xae\x20\x22\x3d\x9d\xeb\xed\xcf\x8d\x0e\x8f\ \x8c\x48\x15\x04\x04\x04\x84\xc5\xc5\x46\x46\xad\x8d\x8f\x12\x08\ \xc2\xa2\x22\xfd\xbd\xfd\x01\xf5\x01\x28\x05\x76\x0c\x4e\xce\x34\ \x1a\xd8\x07\x38\x3b\x03\xa1\xc8\x66\x05\x44\x0a\xc2\x93\xa3\xe3\ \xd3\x62\xd3\x92\xe3\xc0\x49\x74\x74\xf6\xd1\xc7\xf3\x93\x7f\xae\ \xf7\x27\x39\x71\x42\x59\xdc\x80\x50\xff\xa8\xf4\xa4\xf4\xb4\x75\ \x29\x99\xa9\xf1\xd1\x29\x40\x6b\x56\x9e\x3b\xb9\x6d\xc7\xe6\x67\ \x93\xb3\xf7\x0e\x07\xe2\xf1\x6e\xfe\x95\x7b\x8f\x9c\x2a\x4d\x2a\ \xae\x0c\x4b\x3f\x5e\x1a\xc7\xe2\x82\xd7\x00\xb8\xae\xa0\xe6\xf4\ \xe1\xe7\xba\x7b\xe5\xa1\xf1\xa9\xf1\xd9\x27\x0f\x9f\x1a\xaa\xb6\ \x90\xcd\x69\x55\x65\x68\xcf\x8a\xce\xb6\xfa\xa6\x91\xf3\x11\x87\ \xb7\x10\x3e\x41\x11\x0d\x10\xeb\x8d\x61\xdb\x89\x7b\x5e\x75\x6f\ \x3f\x1e\xbf\xf0\xfc\x95\x61\x72\xdf\x8d\x6b\xf3\xfd\x1a\xe3\x9f\ \xf7\x26\xc7\x28\x5e\x19\xed\x6f\x7e\x9a\xd5\x82\x1c\xcd\xc6\xdf\ \x7e\x7d\xee\x39\x7b\xe0\xe8\xe1\x63\x67\x8e\x1d\x3b\x71\xe2\xc4\ \xa9\x9d\x27\xb3\x2b\xcf\x9c\x38\x7e\xe2\xd8\x25\x04\x7d\xe0\xc2\ \xb6\x43\xa7\xb6\xec\xda\xb4\x63\xff\x46\x5b\xfa\xf0\xff\x2d\x92\ \xa1\xd5\x1e\xc3\xcb\xf1\x32\x66\xed\x07\x66\xf6\x78\xcb\x74\x6e\ \x21\xbb\x6f\xd9\xd2\xc5\x6c\x5a\x79\x25\xa7\x66\xf9\xe0\x68\xb3\ \xfa\x06\x4b\x41\xd1\x9f\xbe\x2e\x91\x94\x35\x10\xab\x96\x7c\x15\ \x56\x0b\x3c\x33\xa6\x24\x5f\x6d\xbf\x67\xf3\x7b\x81\x70\x65\x25\ \x70\x99\x52\xad\x1a\x4d\x5c\x7c\x68\x00\x93\xbf\x5e\x83\xa7\x7a\ \xfa\xe6\x51\xe3\xdd\x96\x37\xbf\x9e\xae\x59\xea\x77\x5f\x59\xa8\ \x5c\xfa\xcf\xd6\xd8\x98\xf5\xc6\xdb\x2c\xc7\x28\xfe\x6e\xb9\xff\ \x57\xcb\x85\x5c\xee\xb8\xcc\xe9\xfe\x78\x72\xe8\x55\xd7\xf4\xbc\ \x0a\x85\xec\xb9\x71\xfa\xd0\x07\x6d\xfd\x58\x97\xc6\xf8\x6c\x76\ \x6e\x66\x72\xf2\x8b\x56\xb7\x75\x83\x4e\xd1\x3b\x32\x3a\xf9\x4e\ \xa7\x1d\xfa\x32\xd0\x37\xa5\xd4\x8e\x4f\xcd\xeb\x7c\xfe\x03\x09\ \x16\x0c\xeb\xfa\xeb\x3f\x0b\xba\xb0\xb6\xb6\x56\xc2\x67\xc0\x10\ \xe8\x12\x18\x2f\xc1\xcb\x03\x0c\xca\x59\xcc\xc8\xe3\x61\xc5\x7c\ \x09\x89\xc1\xaf\x25\xf3\xf9\x54\x09\xa0\x5b\x64\x2c\x83\xfa\x90\ \x0f\x18\x53\x6d\x89\x33\x09\xf0\x29\x20\xf3\xf8\x54\x31\xef\x32\ \x83\x05\xb0\x82\x41\xc2\xba\x01\xdc\xcb\xe3\x93\xc4\x79\x0c\x1e\ \x4f\xc2\x10\x93\x60\xdb\x69\x49\x1e\xec\x32\x15\x5f\x2e\x81\xad\ \xa4\x80\xa4\x89\xb9\x67\x8e\xed\x3e\x7d\xba\xea\xe8\x89\x33\x07\ \xf7\x5d\xd9\x7a\xe8\xc0\xc6\x4b\xb3\x2f\x9f\xbc\xfb\xac\x1b\x9c\ \x91\xa2\x1d\x06\xbc\x98\x1a\x95\x82\x42\x29\x9b\x9b\x7e\x39\x32\ \xe8\xda\x5b\x26\xd2\x7d\x66\x7a\x4d\x4a\x29\x2e\x04\xba\x74\x54\ \x6f\x34\xcd\x25\xba\xa0\x30\x0e\x0e\x2e\xfd\xb8\x44\xdd\x96\xfb\ \x98\x9e\x8f\xd7\xc3\xc5\x78\x3c\xd5\x03\x4f\x26\xc3\xce\x0a\x2c\ \x20\x01\x6e\xee\x54\x1e\x09\x08\x41\x2a\x09\x4b\xc5\x3a\xd1\x9c\ \x9c\xc0\x85\x4e\x1e\xce\xb0\x1a\xe3\xce\x62\xb3\xdc\xfd\x43\x42\ \x58\x2c\x67\x6f\x16\x97\xc5\x62\x7b\xfb\x70\x42\x68\x81\xe1\x81\ \x6c\x6f\x40\xb0\x04\x61\x01\x59\xd1\x61\x82\xf0\xb5\x97\x8e\x8c\ \xc9\xa4\x53\xad\x93\xaa\x7a\x29\x11\xe5\x87\x4c\x9c\x18\x70\x45\ \x8a\xa4\x05\x56\x4c\x84\x9f\x8b\xb5\x4c\xff\x6a\xe8\xf8\xd6\x09\ \x4d\x19\x05\x85\xb0\x44\xc6\xa8\x85\x76\x32\xa9\xaf\xd0\x57\xe8\ \x59\x87\x9c\x2b\xdf\xd5\x8d\xf6\xa4\xdb\x5b\xda\xa2\x11\x38\x2f\ \x82\xcc\x97\x60\x67\x6b\x99\x51\x94\x60\x5b\x6d\x6f\x61\x8d\x2e\ \xa0\x5b\x3c\xa8\xf3\x2b\x08\x2a\x2a\xf0\x83\x4d\xe8\x09\xc8\xb6\ \x47\x2f\x2a\x2a\x1a\xee\x3e\xfa\x34\xbc\x98\x4f\xf7\x7b\xb0\x75\ \xcd\x1a\xc7\x85\x45\x9b\x95\x19\xd4\xdf\x4e\x44\x8e\x4f\x5d\x71\ \x28\x1c\x2e\x58\x18\x23\xcc\x51\xa9\x7b\x4d\xfa\xc1\xf1\xa9\xdb\ \xa6\xee\x0f\xc6\xc9\x77\x8f\xef\xbf\xbb\x7e\xbf\xf5\xda\xd9\x3d\ \xdb\x8f\x1c\x7a\xf2\x7c\xc8\x30\xa8\xd3\x4e\xf5\xa8\xfa\x73\x7c\ \x99\x38\x69\x87\xf6\xa3\x76\xce\x17\x65\x69\x89\xb4\x44\x21\xed\ \x5d\x28\x42\xd3\x4c\xff\x44\xaf\x30\x47\xa4\x00\xb4\xf0\x82\x20\ \x39\x3e\x42\x10\x11\xea\x1f\x1e\xc2\x11\x44\x70\x03\x02\x05\x81\ \x81\xb1\xe1\x61\xd1\x81\xb1\x51\x91\xb1\xe1\xdc\xc8\x80\xc0\x10\ \xff\xf0\x40\x1f\x36\x9b\xcd\xa2\x61\x59\x2c\x1a\x90\x6d\x4e\x58\ \x2a\xcb\xc3\xdd\x9f\xc5\x0e\x8c\x8a\x0a\x17\x84\x71\x23\xd7\xa5\ \x46\x46\x04\x08\x00\x3d\xcb\x3e\xb6\x63\x48\x6b\x7a\x77\x8e\x4b\ \xf3\x01\x90\x46\xf3\x11\x44\x05\x84\x81\x6b\xa2\x62\xe3\x53\x92\ \x63\x33\xd7\xed\x3e\x9f\xff\x58\xdb\xf5\xe5\x40\x2c\x95\x8c\xc7\ \x86\xe4\xee\xd8\xb1\x27\x3b\x2b\x37\xb3\x7c\x6d\x6c\xca\xf9\x9a\ \x68\xa7\x40\x6e\x08\xd8\x6f\x04\x70\xa3\x76\x27\x1f\xff\x20\xa3\ \x4c\xee\x38\x96\x14\x96\x7a\x6c\xc3\x80\x8b\xc6\xa4\xad\x47\x38\ \x58\x59\x54\x3c\x70\xc0\xd1\xcf\x9f\xa8\xda\x6a\xfa\xd6\xf9\xed\ \xef\xe1\xaf\x57\xd7\x7c\x7d\xfd\xba\x19\x50\x5d\xcf\xce\x0f\x87\ \xae\x8c\x1a\x26\x14\x03\x83\x5f\xbe\x18\x35\x39\xb2\xa9\x01\x4b\ \xbf\xea\x61\xf9\x3f\xff\xac\xf6\x31\x87\x7e\x4d\x0b\x09\x60\x5f\ \xfb\xee\x6b\x37\x1c\x38\x75\xf8\x5c\x79\xee\xce\x33\xeb\x6b\x6a\ \xce\x9d\x39\x7d\x2e\xf7\xe4\xf1\x73\x5f\x50\xbe\xba\x9b\x5b\x76\ \x9e\xdb\x5a\xb8\xa1\x70\xef\xfe\x9c\xb6\xc5\x79\x17\x33\xe1\x24\ \x5f\x99\x30\x96\xaf\xea\x35\x58\x91\x58\x2b\x2a\x6e\xb1\x66\xbd\ \x82\x4d\xf0\xb3\xfd\x17\x50\x2d\x57\xb9\xe5\xe6\x73\xce\xf2\xe5\ \x2c\x55\xf9\x32\xc5\x71\x94\x9b\xeb\xba\x65\x10\x71\xfc\xdf\x7d\ \xa4\xff\x35\x79\x2c\x5f\xa5\xd2\x56\xf5\x83\x9a\x97\x9a\x96\x5e\ \x2c\xb4\xe7\x01\x9c\x12\xc6\x0c\x99\x39\x65\xc9\xcd\x8b\xf5\x2b\ \x95\xa9\xe5\xc7\x75\x5c\x6e\x90\x70\x5c\x05\xa1\x66\x14\xeb\x0f\ \xe3\x7b\x83\x76\xce\xf0\xa5\x8c\x68\x97\xa1\xdc\xfe\x6c\xc7\xb4\ \xf6\xf3\x54\x8e\xf6\x9a\x8a\xde\x3f\xfd\x71\xba\xcc\x64\xb8\x8d\ \xe9\xe9\xee\xf8\xf2\xec\xc2\xb5\x6d\x47\x6f\xce\x9b\xfa\xf5\xca\ \x32\xbd\x21\x02\x90\xab\x8b\x10\xb3\xe0\xf1\x21\x60\x3e\x25\x17\ \x2f\x5e\x94\x30\x2e\xd7\x4a\x2e\xc3\x28\x64\x3e\xec\x00\xcd\x73\ \xe6\x93\x4a\x18\x54\x40\xab\x00\x6e\xf1\x60\x44\x8d\x18\xe8\x3a\ \x18\x49\x5a\x2b\xc1\xf2\xf3\x00\x65\x82\x1e\xc3\x6e\xe0\x7b\xc7\ \x00\x97\x3a\x3b\x93\xf0\x78\xb1\x84\xea\x26\xc6\x52\xa9\x40\x0a\ \xe6\x95\xf0\x19\xce\x62\x77\x77\x32\x19\xd6\xee\x79\x25\x12\x9e\ \x84\x07\x67\x14\x19\x25\x40\x5e\xb2\xd7\x96\x1f\xab\x49\x2a\x4d\ \x3f\x78\xea\x70\xe5\x8e\xe3\xfb\x4e\x9d\xb8\x3d\x74\x73\x64\x7a\ \xd4\xe4\x92\x38\xa3\xef\xcf\x49\xa4\x74\x11\x1a\xfc\x44\x52\x5f\ \xfd\x84\xc8\xda\xca\x45\xd8\x3d\xd6\xcf\x8c\xb9\x39\xe3\xa5\x8e\ \x71\xb5\xb0\xcb\x11\xaa\xcb\x64\x31\x38\x04\x11\x83\xc2\x19\x8d\ \xb2\x6b\x6b\x27\xf3\x37\x3e\xd9\x1f\xcb\x70\x02\x4f\x8a\xc5\x8a\ \xb1\x24\x31\x78\x7a\x20\x00\xc9\x54\xb0\xfb\x26\xe3\xc9\x6e\x30\ \x1b\xd5\x03\xeb\x4e\x73\x72\x77\xa7\xb1\xdc\x7c\x60\x97\x23\x9b\ \x86\xe5\xb0\x7c\x3c\x58\x6c\x2e\xc7\xdb\xc3\xdd\x27\x84\x1b\xe2\ \xed\xef\x2f\x10\x04\x72\xc3\x53\xd6\x85\x02\xe8\x02\xdb\x67\xf6\ \x13\x5d\x99\xba\xec\xc3\xcd\xc1\x60\x2f\x5f\x07\x0b\xa4\x85\x6f\ \xd9\x64\x2f\x9d\x8e\x29\x40\x21\xad\xd0\x22\x2b\x6b\x3b\x1c\x26\ \xd8\xcf\x52\xe4\xd5\x8f\x23\xc8\x3c\x7b\xd0\xd6\x74\x8a\xd4\x8a\ \x62\x61\x67\x67\xe1\x2a\x8c\x71\x90\xa9\xe9\x56\x16\x5e\x4c\x7a\ \x82\xad\x0b\x4a\x48\xb1\x4b\xe8\x74\xb1\xb0\xaf\xae\xab\x0b\x72\ \xa9\xf0\xb4\x72\x40\x34\x54\x07\xa1\x2c\x8a\x9a\x13\x0a\xaa\x8b\ \x6c\x8b\x3a\xff\xfe\x05\xad\xd7\xae\x3e\xfd\x3a\xfc\xf5\x35\x2c\ \xad\x98\x87\xfd\x3a\xbe\x5e\x6c\x5e\x59\x95\x62\x09\xc3\x14\x7e\ \x3c\x40\x11\x85\x5e\xc4\x18\xb5\xb2\x5e\xd5\xa3\x99\x18\xd4\x77\ \xe8\xe7\xbb\xbb\x4c\xa6\xd9\x27\xcf\xde\xbd\x7a\xff\xfc\x46\xeb\ \x86\x4b\x47\x0f\x16\xe6\x6f\xee\x7b\xd2\x77\x1f\x00\xd7\xe4\x54\ \xaf\x62\x40\x67\x9c\xfc\x68\x98\x0b\xc6\xe0\xac\x50\x42\x82\xbd\ \x95\x1d\x73\xa6\x7b\x70\x4c\x25\x9c\x53\x7a\x25\xc6\x4c\x65\xc6\ \xa5\x47\x45\x87\x05\x70\x03\x02\xfc\xb9\xdc\xd0\xc0\x50\xff\xd0\ \xb0\xf0\x08\x7f\x40\x76\xa2\x23\xc3\xa2\xc2\x02\x02\xa3\x05\x61\ \x82\xc8\x80\x10\x36\x5b\xe0\xcd\xf5\x09\xf1\x77\x22\x7b\xd3\x9c\ \x9d\x9d\x69\x78\xb2\x13\xc9\x83\xe3\x43\x03\x3f\x3e\x81\xe1\x40\ \x44\x86\x86\x47\x24\xc7\x27\x9d\x3b\xb5\x7d\x87\x61\x22\xc7\x74\ \x24\x93\x0b\xde\x79\x27\x76\x88\x4f\x60\x80\x7f\x88\x20\x34\x30\ \x50\x10\x99\x52\x7e\x72\x47\xf7\xdc\xfb\x73\xde\x7c\x06\x89\x1d\ \x75\x72\xcb\xa6\x5d\xa5\xd9\xb9\xe9\x59\x49\xa5\xc9\xf1\x51\x35\ \x55\x01\xee\x6c\x4e\x40\xa0\x47\x68\x08\xdb\x23\x3e\xb3\xfc\xc0\ \x08\xa5\x20\xc8\xce\xab\xa7\xef\xe8\x95\x89\x9e\x32\x29\xd3\xda\ \xcf\xd5\xcf\xbe\xdd\x5e\x5b\xd4\xb5\xbb\xe6\x50\x7e\xf3\x8b\x86\ \x8a\xb7\xc3\xc3\x70\x00\x79\xcd\x2f\xe6\x94\xa5\xad\xdd\xbb\x1b\ \x77\x66\x67\x66\xe7\xd5\x68\xa6\x25\x41\x25\x43\xdb\x79\x7a\x66\ \x24\x04\x55\x34\xde\x6d\x7b\xfb\x75\x49\xc5\x2d\x27\xa7\xc3\xac\ \xaf\xaf\xa6\x4b\xf7\x26\x6f\x9e\xac\x3a\x5e\x55\x7c\xac\x32\x33\ \x3b\xfe\x58\x65\x6e\x66\x2e\xa0\x7f\x6a\xcc\x98\xf6\xd5\x91\x3d\ \x47\x77\xee\xd9\x96\x7f\x6d\xcb\xd8\xd7\x7f\x16\xc2\x22\x96\x8d\ \xcf\xe5\x66\x64\xc9\xbc\x02\x6d\x63\x63\x4e\x9e\xcc\xd8\xd3\xd2\ \x82\x1c\xdc\xaa\x17\x8d\xf5\x5e\x0f\xff\x94\xff\xef\xc3\xea\x26\ \x51\x9b\xa5\x3e\x86\xdf\xd5\xf6\xff\xd5\xe1\xfe\xaf\x76\x82\x65\ \xcd\x67\x36\x75\xb8\x5c\xa0\x37\x53\x84\x36\x2b\x49\x39\x2b\xfc\ \xd0\xc6\xac\xb0\x6f\xfe\x2f\x2e\x3d\x90\xa3\x59\x9e\x8e\x5c\x6e\ \x66\x0f\xbf\xb4\x14\x28\x5f\x31\x6a\x30\x87\xb3\x15\xef\x9b\xdf\ \x87\x3f\xe6\xc7\x8d\x13\xa6\xd9\x79\xd5\xfc\x5c\xa2\xd1\x2b\xe7\ \xcf\x67\x3a\xe3\xfb\x2f\x83\x93\x1d\x22\xd3\xe8\x05\x63\x2f\x45\ \x6d\xd0\x8f\x1a\xa4\xfd\x5a\xd3\xd8\xc7\x9b\xc6\x01\x05\x4e\x3a\ \xd7\xa5\xd3\xc5\x43\x2f\x77\x98\x9d\x73\x19\xea\x41\x58\x37\x2f\ \x29\x79\x78\x19\x80\x52\x89\xb8\xe4\xf2\x2d\x46\x1e\xbf\x16\xd0\ \x24\x40\x4a\x48\x30\x4c\x55\x02\x24\x22\x55\x22\xa1\xf2\xf2\xe0\ \x68\x0d\x5c\x31\x04\xf2\xee\x32\x96\x07\x7d\xd1\xf1\x3c\xc0\x9d\ \x78\x7c\xac\x13\x38\x0b\x73\x0a\x25\x24\x18\x04\xc8\x23\xf3\x4b\ \xf2\xc0\xf5\x30\x30\x50\x8c\x25\x03\x1c\x83\xb3\xd3\x78\x68\x07\ \x08\x48\x17\xb9\x84\x9d\x5d\x95\x55\x7c\x32\xdb\x2d\xf3\xd8\xee\ \xca\x23\xc7\x4e\xec\xd8\xf8\xec\xc6\x95\xdb\xcf\x75\xa6\x18\xdf\ \xf1\x5e\x2f\x94\xae\xaa\x32\x11\xe7\xa5\xd7\x7b\x4d\x08\x6d\x51\ \x96\x38\x4b\x82\x8c\x18\x7c\xf6\x6c\x62\x70\x99\xca\xb2\xba\xad\ \xb3\x39\x47\xe5\xe5\x22\xc2\x89\x28\xb8\x5e\x8d\x51\x3b\x96\xff\ \xf1\xc6\x91\x97\xba\xb1\x72\x32\x9f\x84\x77\x22\x91\x81\x12\xe4\ \x4b\xa0\x97\x28\x1e\xef\x04\x27\x76\xc8\x00\xaf\x68\x2c\xd8\x7e\ \xe5\xec\xe1\x41\xf3\xc0\xfb\x84\xb0\x38\x1c\xb6\x9b\x33\xd7\xc7\ \x9f\xc5\xf1\x71\x0f\xf1\xe6\x78\xb0\xfc\xc3\xfd\xc3\x03\x02\x43\ \xb9\xde\x61\x59\x99\x59\x61\xd1\x61\xa1\xfe\x61\xdc\x42\xed\x94\ \x49\xd9\xfd\x41\x5d\x2f\xf3\x45\x23\x32\x2c\xec\x6d\x8b\xec\x72\ \x50\x19\x2a\xe1\x4c\xef\x7b\x97\xc4\x60\x02\xdd\x02\x89\x23\x20\ \x7a\x54\x5d\x39\xa6\x39\x14\x06\x29\xb3\x10\xaa\xac\xfc\x90\xb6\ \x89\x31\x44\x9c\x6b\x5b\xf0\x1c\x72\x8c\x50\xdf\xad\x9b\xb1\xf7\ \xac\xc3\x21\xe9\xd6\x2d\xcd\x9e\xd6\xf6\x09\x9e\x76\x96\x41\x45\ \x56\x19\x74\xa0\xca\x82\x2a\x2a\x1a\x3b\xed\x33\x9a\xaa\xfd\x1a\ \xbe\x7f\x7f\xf3\x1d\x86\xe5\xad\xb9\x6a\xd6\x6b\x63\xb6\xf3\x92\ \xdb\xac\x6e\x06\x5c\xb4\xd2\x96\x3b\xfe\xfa\xf4\x00\xa1\x56\xe6\ \x30\x65\x2a\xd9\xe0\xcc\x18\xc1\x4e\x33\xa1\xef\xd0\xcd\xdc\xee\ \x9e\xfd\xf8\xec\xc3\xe8\xc7\xe7\x8f\x2f\x6c\xc9\x3f\x5d\x5e\x7e\ \x72\xcf\xd9\x6d\x07\xf6\xed\xd9\xff\x78\x7a\x7a\xda\x38\x7a\xef\ \xf1\x97\xf9\x31\x0a\x91\xe8\xe5\x80\xb3\xb5\xb0\x25\x68\x74\x5d\ \x7a\xfd\x58\x87\x54\x84\x7b\x95\x1a\x25\x88\x8e\x0f\xe5\x46\x45\ \x07\x40\xeb\x05\x36\xdb\x3b\x3c\x3c\x34\x90\x13\x10\xe6\x1f\x06\ \xae\x00\x84\x33\x4a\x90\x14\x1e\xc6\xf5\xf7\x0e\x0c\x08\x0d\x07\ \x68\xe6\x03\x34\xa1\x13\xd0\xd8\x60\x57\x40\x76\xf3\x0f\xe7\x82\ \xb7\x8e\xc5\x0a\x64\x7b\x04\x70\xfc\x43\xa3\x92\xd2\x4f\xa7\x66\ \xaf\x3f\x76\x65\xba\x27\x47\x39\xb9\xff\x54\x6e\x74\x40\x44\x68\ \x78\x64\x78\x40\x68\xa0\x77\x48\x64\x74\xf9\xe6\xcf\x86\x2d\xb1\ \x34\x67\x77\x6f\x41\xe9\xf1\x1d\x1b\xcf\xad\x8f\x5d\x97\x96\xbb\ \x3e\x35\x2e\x3b\x2e\x2a\xf9\xcc\xee\x34\x40\xca\x38\x1c\x8e\xc0\ \xc7\x83\x13\x51\x5c\x99\x7d\xea\x1d\xce\xda\xb5\xa2\xb9\xbd\xb3\ \xb9\xad\xa5\x05\x96\xbe\x6d\x91\x41\x75\xe3\x63\xcd\x97\xaa\x76\ \x9d\xa8\x6f\x06\xef\xa2\xe7\xa3\xe1\xe1\xef\x8f\x9a\x9a\xbe\x36\ \x5c\xb9\xb7\x63\xcb\xf3\x8f\xcf\x26\x95\x03\x03\x33\x83\x42\xd5\ \x80\x92\x22\xf2\x42\x2a\x13\x09\x75\x75\x38\x04\xca\x2a\x28\xa3\ \xf1\xcd\x8b\x1f\xbf\x0d\x51\x96\x20\xeb\xe7\xe4\xa5\x4b\x37\x86\ \x2e\x9d\x39\x78\xb8\x38\xb7\xbc\x34\x29\x7a\x6d\xe5\x99\xd2\xd3\ \x27\xcb\xaf\xe3\x08\xf3\x1f\x5a\xaf\x9d\x38\x75\x70\xeb\x8e\x3f\ \x8f\x9c\x9d\xfa\xb5\x20\xcf\x17\x1b\x27\x57\x93\x22\xf9\xbf\xb7\ \x44\x33\xaa\x64\xf3\xaf\xdb\x99\x41\x10\x38\xf7\xed\xd7\xd5\xff\ \x02\xaa\x15\x8f\xd0\x35\xe6\x53\x83\xf2\x65\x5b\x63\x9b\x15\x68\ \x5c\xb9\x46\x6e\x9e\x22\xb1\x8a\x77\x99\xc9\xb4\x95\x96\xaa\xff\ \x2a\xcb\xaf\xf2\x7c\x58\xe5\x9e\xb5\xb2\x1a\xb9\x82\x9b\xe6\x4c\ \xd0\x66\x69\x2a\x7a\xe9\x52\xc7\xe5\xe5\x00\xc7\x55\xa6\x36\x66\ \xb0\x09\x5b\x35\xfe\x01\xb8\xf7\xc7\x48\x8f\xce\xf0\x64\x52\xab\ \xd1\x4e\xa9\x74\xfa\x9e\x2f\xad\xf3\xea\xf1\xfb\x1f\xeb\xa7\x26\ \x47\x9e\xdf\x33\x1a\x3e\x18\x8d\x77\xee\xbd\xd4\x8e\x7e\x36\x99\ \x74\x65\x65\x52\x99\x43\xf0\xe7\x69\x53\x77\x18\x4c\x9c\xaf\x85\ \x76\xa3\x00\xb4\x4a\x6e\xfd\x75\xf1\x61\x49\xde\x45\x31\xc0\x23\ \x98\x4c\x58\x9b\x07\x1d\x19\x60\x26\x32\x8f\xca\xbb\x7c\x99\x4f\ \xcd\xe3\x89\xc9\x12\xb1\x98\xcc\x67\x48\x9c\xf3\x16\xc6\x9a\x25\ \x25\xb5\x7c\x3c\x8f\x81\x67\x39\x01\x7c\xc2\x8b\x79\x54\x0f\xa0\ \x14\x79\xd0\x81\x58\x02\x60\x0c\xe6\xc7\xf3\xc9\xb0\x3d\x4a\x5c\ \x02\x1e\x43\xb2\xf0\x88\xb5\x7c\x92\x33\x75\xc1\x07\x82\xec\x1c\ \x9a\x9a\x56\x5c\x7a\xb4\xd4\x3f\x77\x5f\xe9\xf1\x3d\x87\x4f\x6f\ \xba\xf6\xf8\xfa\xe3\x91\x11\xa3\x2e\x58\x38\x35\x67\xd9\x7d\xa8\ \x7c\x8b\xa9\x5f\xa1\xef\x9a\xd2\x4d\x1a\xba\x4c\x52\x17\x57\x55\ \xf7\xe7\xdd\xfb\xeb\x11\xa2\x44\x8b\x82\x02\xbf\x04\xcb\x32\x5f\ \x24\x93\x62\x8d\x42\xf8\xce\xc9\x06\x7a\x15\x39\x89\xe3\xfd\x7a\ \xa1\x28\x5b\xec\x0e\xfb\x19\x9c\x48\x00\x22\xf1\xd0\xa0\x81\x8f\ \x77\x82\xa6\xc9\x78\x12\xcd\x8d\x45\xc3\x3b\x63\xdd\x42\x58\x40\ \xfc\xf9\x03\x92\x85\xf5\xf1\xf7\x61\xbb\x79\x03\x61\xe8\xe3\xce\ \x0e\x61\xd1\xbc\x43\x00\x5e\x09\xb8\x5c\x41\x74\x72\x14\xc7\x3f\ \x22\x2e\x34\x30\xf3\x7c\x9f\x6e\x46\x6f\x32\xea\x94\xcc\x44\x5f\ \x4b\x04\x9d\x48\xc1\xb8\x12\x10\x7e\x41\xf3\xb3\x6a\xed\xab\x09\ \x65\x8c\xc8\xda\x17\xe3\x8a\xb1\xb5\xcc\x19\x14\x96\xf5\x23\x83\ \x1a\xc1\xdf\x4c\xb4\x6b\x8f\x30\x41\xaa\xb1\x68\x71\xb9\x3f\xa6\ \x61\x16\x04\x21\x2d\xe8\x75\xf4\x04\x57\xba\xa7\x67\x41\x5b\x67\ \x45\x82\x5f\x75\x63\x4b\x4b\x43\x43\x51\x75\x85\x55\x42\x51\x63\ \x03\xbd\x01\xa7\xc8\xc0\x11\xec\x1a\x5b\xaa\xfd\x3e\xfd\x0d\xcb\ \x9b\x8e\x6b\xbe\xbe\x36\x2f\x8f\xd8\xac\xe4\x5b\x2e\xd7\x23\x16\ \xd8\xff\xf2\xec\xd6\xd7\x47\x96\xc2\xb2\x1c\x61\x7d\xbf\xa6\xac\ \xb7\x67\x40\xaf\xd3\xea\xc6\x8c\xda\x8f\x1f\x46\x86\x3e\xbc\x6f\ \xbd\xd1\x7a\xe9\xcf\x2d\x07\xb7\xdf\xfb\xb8\x23\x7f\xcf\x81\x2d\ \xe7\xcb\x37\x6d\xb9\x76\xff\xc6\x9d\xeb\xcf\x3e\x8f\xe5\xc8\x08\ \x2e\x2e\x2e\x08\x14\xd2\x21\xa7\x43\xaf\xd4\xf4\x77\x28\x54\x87\ \x22\x63\xfd\x03\xa3\xc2\xc3\xc3\xa3\x23\xa3\x02\x23\x00\xed\xf4\ \xe6\x0a\x60\x7e\xa0\x00\xd0\xce\x90\xc8\xf8\xe8\x80\xf8\xf0\xf0\ \x94\x80\xd0\x90\x50\xa0\x19\x03\xd9\xec\xd0\x90\xe8\x50\x8e\x00\ \x62\x9b\xbf\x87\x3b\x89\xea\x0e\x90\x8d\xed\xc1\xe2\x78\x38\xb1\ \x38\xe0\x61\xe2\xb3\xd6\xaf\xcb\x4a\x8d\x5d\x5f\xbe\xe3\xce\x35\ \xed\xc4\xc4\x9c\xfe\xf3\xb5\xbd\x97\x36\x1f\x3a\x7f\xf8\xf0\xb9\ \xc2\x1d\x37\xef\x6d\x5a\x1f\xe2\x13\x1a\x16\xb0\xfe\xc4\xc6\x6b\ \xbb\xce\x65\xaf\x2d\xce\x2a\x2d\xcd\x5c\x97\x9c\x9a\x9d\x1a\x17\ \x57\x59\x9e\xc5\x09\xe5\xc4\x87\x85\x47\xfb\x3b\xb1\x43\x2b\xab\ \x52\xca\x8f\xef\xd7\x0e\xaa\x29\x08\x7b\x5b\xba\x1d\x82\x28\x64\ \xda\x11\x10\x75\x52\x9d\x6d\x50\xcd\xc1\xed\x86\x19\x97\x04\x7a\ \x43\x63\xdd\xa3\x6f\x8f\x9a\x9a\x5b\x7e\x7c\x9b\x1b\x1b\x9f\xeb\ \xd1\xcf\xd4\xfb\x0e\xf4\x28\xcb\x84\xd2\x01\x35\x4e\xaa\xc0\x09\ \x7d\x09\x4d\x2f\x82\x9a\xbe\xd9\x13\x83\x09\x9e\x6d\xc3\xcb\xeb\ \xfd\x0b\x79\xc5\x8e\x5f\xe7\x8f\xdc\xd8\xbb\xbf\xef\xc8\xd6\xa3\ \xc5\x95\x6b\x4b\x8b\xd3\xd6\xa5\x96\xae\x2d\x3d\x57\xde\x67\xc7\ \x34\xbc\xdb\xf1\xe7\xa1\x43\xdb\xf3\xf7\x6f\x39\xfb\xa7\xa9\x13\ \x96\x97\x1d\x97\x2b\xcf\xab\x78\xd5\x2a\x3b\xbd\x55\xb5\x2c\xf9\ \x4a\x1e\xe9\xff\x00\x26\xf9\xcf\x4f\x5f\xff\xeb\x9e\xcb\x87\x35\ \x66\x2d\xa3\x2b\x85\xf9\x65\x98\x32\x07\x46\x1b\xb3\xa5\xbc\x65\ \x83\x51\xb3\xd1\x43\xb9\xdc\x5c\xf6\xc9\x57\x77\x7f\xae\x78\x26\ \xaf\xf4\xcf\x9b\x3d\xf4\x0a\x6b\x5b\xb6\xc3\x5a\xf5\xef\x0c\x7f\ \x95\xdb\xfc\x97\x1d\x8d\x59\x7d\xcc\x7c\x42\xf1\xf7\xff\xbf\x06\ \x5a\x53\xfc\xd1\xa1\x1a\xf8\xa2\x73\x99\x7e\x37\x39\xe5\x1b\x13\ \x3c\xde\x31\x2e\x52\x8f\xab\xb5\xb7\x3b\xfa\xae\xef\x1d\x52\xe1\ \x9e\x6d\xd0\xe6\xef\x3b\xd2\xfa\xec\xf1\x1d\x83\x56\x48\x94\x0e\ \x10\x28\x5d\x06\xad\xee\xa4\xf8\x2f\xd8\xc9\x70\x0b\x56\xdd\x4b\ \x1e\x5e\x84\xbf\x6f\x95\x48\x24\x12\xc6\xad\xda\x5a\x31\x4c\xf1\ \x22\xf3\x60\x2f\x16\x1f\xa0\x4d\xad\x98\x4c\x85\x1e\xa2\x80\x71\ \x89\x25\x12\x71\x09\xcc\x77\x67\x60\x01\x91\x61\x40\xa3\x4f\xa0\ \xbc\xdc\x9c\x18\x24\x77\x2c\x38\x00\xd1\xc7\x83\xb3\x87\x24\xbc\ \x07\xc0\x34\x3c\x95\x4f\x25\xf1\x24\x12\xd8\xa1\xc5\xb8\x05\x30\ \x8d\x4a\x26\x41\x8a\x45\x26\x31\xdc\x03\x22\x93\x52\x4b\xcf\x85\ \x45\x1d\x3c\xbf\xbe\x26\x7f\xf3\x86\xc2\xfb\xaf\x1e\xdf\x79\x6f\ \xd0\xcd\xd9\x26\x00\x29\xa5\xec\xd1\x7e\xb9\x5e\x58\x75\x7c\x7b\ \xcd\xf6\xed\x8f\x5b\x3f\x18\x72\xea\xfc\xce\x73\xc2\x0e\x4c\x13\ \x6d\x83\x29\x68\xa1\xa6\x1e\x45\xec\x1d\x90\x29\xfc\xe8\x7e\x09\ \x56\x4c\x91\xd2\x57\xa7\xb1\xb2\x72\xf1\xcd\x99\x4f\xe2\x93\xdc\ \x9c\xe1\x1c\x21\x99\x4a\x76\xc3\x63\x19\x80\xe0\x91\xf1\x58\x67\ \x3c\xcc\x6d\x09\x71\x26\xb9\x79\x78\xc0\x14\x4f\x36\x8d\x86\x77\ \xf3\xe6\x40\x73\x3f\x68\x42\x0e\xa4\x0c\x37\x24\x2c\x10\x2e\xcb\ \x7b\x47\xa4\x24\x05\x84\x86\xc2\xe0\xe2\x88\xe2\x0d\xf7\xa6\x47\ \xb4\xfb\xa7\x67\x62\x88\x68\x3b\x2b\x4b\xb4\x97\x03\x02\x65\x51\ \xe0\x42\xc0\x30\x5d\x83\x67\xa6\x62\x90\xd6\x31\x22\x7a\x35\xd2\ \x12\xd1\x6f\x9d\x80\x74\xb1\x43\x21\x91\xd6\x2e\x18\x34\xc2\xce\ \x95\x8e\xf2\xf3\xab\x2b\x0a\xf2\xcb\xb0\xa8\x48\x28\x2a\xaa\x68\ \x2c\x6a\xa8\xa3\x7b\xb6\x3c\xea\x6c\x6b\x6a\x29\xb0\xf6\x04\xe0\ \xd4\xd4\xd0\xd2\xde\x58\x41\x6f\xf6\xac\xb3\xa6\x5b\xa3\x46\xf5\ \x04\x54\xb0\x54\x65\x37\xfc\x74\xcd\x9a\x35\xaf\x1d\xff\x47\x5d\ \xc3\x7c\x51\xc7\xd1\x2c\xda\x64\xd1\x2e\x5b\xee\xf8\xad\xc5\x1e\ \x21\x54\x0b\x51\x83\xa6\x31\x35\x53\x99\x83\x0b\x56\xa9\x7a\x4c\ \xba\xd9\xa1\xe9\x57\xa3\x1f\xb4\xa3\xd7\xfb\xee\xf5\x5d\xba\x70\ \xa9\xf0\xfa\x86\xc3\xc7\x92\x4e\x1c\x28\xdc\x71\xa9\xf5\xca\x16\ \xad\x52\x21\x15\xaa\x82\x29\x5d\x87\xfb\xc6\xc6\x75\x33\x2a\xe6\ \x58\x77\x76\x58\xac\x20\x50\x10\x1b\x11\x17\x2f\xc8\x8a\xe3\x72\ \x42\x02\x22\x03\xa1\x5d\xa8\x37\x37\x2c\x3c\xc4\x27\x3c\xd0\x1f\ \x68\x64\x6e\x94\x20\x52\x10\x01\x40\x3d\x0c\x50\x2c\x6e\x60\x44\ \x54\x5c\x40\xb4\x80\x4b\x0b\xa4\x61\xe1\xa8\xb9\x3f\x3b\x30\x2a\ \x00\xbc\xa7\x9c\x90\x88\xd8\xec\xac\xf2\xe2\xf2\xaa\xb4\x94\xf4\ \xe4\x94\xac\xa3\x47\x0f\x6f\xb8\x76\xed\xc2\x8d\xfb\xad\xd7\x9e\ \xdc\xdc\xf2\xe7\xc6\x73\x69\x11\x81\x71\x6b\x33\xd7\xee\x39\xfb\ \x79\xff\xe9\xca\xe2\x93\xa7\x8f\x1d\x5b\xb7\x36\x3b\xb5\x38\x3b\ \xb9\x3c\x39\x49\x90\x54\x1c\xcd\x0e\x88\x08\x07\x14\x57\xc0\x61\ \x7b\xc7\x1f\x4b\xcf\x2e\x3f\x7a\xe4\xfd\xf3\x69\xa3\x4e\xd7\xf1\ \x7e\x52\x67\x1c\x9c\x50\x06\x15\xe4\x68\x3c\xfb\x4f\xe4\x6f\x34\ \xde\xe8\x75\x49\x78\xd0\xde\x56\xf0\xe0\x4d\x43\xd3\x8b\x4f\x2d\ \xcc\x1c\x4b\x7b\x3a\xda\x17\xe3\x52\xa6\x0e\x46\x11\xbd\x28\xb6\ \x18\x51\xa2\x4c\x4d\x08\x46\x7c\x7b\xfd\xcf\x3f\x6b\xee\xb6\xbf\ \xf9\x7b\x71\x09\x6e\x65\x4e\xc5\xf1\x6a\xef\x85\x23\xdb\xb7\x1f\ \xd8\xbf\x61\x4f\xe1\xf1\xdc\x33\x55\xe5\xe5\x69\xe9\x95\x95\xa5\ \x87\x67\x89\xa2\x91\x91\x1b\x5b\xf6\x6c\x39\x70\x74\xdf\xb6\x9b\ \xf7\x67\x3d\xcd\xdd\xe8\xe4\xff\x93\x18\x99\xab\x43\x33\x44\xb3\ \xf9\xff\x42\xd2\x02\xd1\x58\x5d\x5a\x5f\xa5\x0a\xcd\x6a\x65\x36\ \x36\xab\x0b\xf5\x2b\xe8\x65\xb3\xec\x74\xbc\x0a\x8c\x96\x6f\xeb\ \xb8\xda\xca\xcf\xc6\x1c\x90\x6c\xcc\xc7\x7d\x1c\x57\xcf\x4c\xaf\ \x24\x3f\x9b\xb5\x3d\x2c\x5c\x78\xd5\xd1\x5c\x3e\xfe\x78\xbd\x6a\ \x32\x5b\xfe\x3f\xda\xdc\xe5\xcb\xc4\xea\x9f\x05\x23\x2e\xe8\x50\ \xf8\xed\xcd\x1f\x65\x03\xfd\x5a\x5d\x8c\x61\x8b\x61\xb2\x6c\x42\ \x74\xfb\x8e\x34\xa6\xe3\xd9\xe4\x98\x7e\x4c\xa9\x9a\xdb\xf1\x0e\ \xa7\x7b\x3c\x72\x53\x39\x7f\xe7\xfa\x85\x5d\x37\x7b\x2a\xac\x7d\ \xcb\x5c\x34\xc6\xe9\x89\xfb\x43\x61\x7f\xd5\x5e\xfe\xcf\xc3\x5b\ \x17\xff\x73\x19\xb6\xaf\x5f\xfc\x4f\xed\x43\x68\xdc\x7e\x39\xaf\ \xb6\xf6\xe1\xe5\x5a\xa8\xfb\xa8\xce\x54\x3e\x8f\xc1\x2f\x21\x2d\ \x98\x26\xd7\x8a\xc5\x12\x3e\xc4\xb4\xcb\x0f\x4b\x24\x0c\x28\xf9\ \xf8\x78\x70\x1b\x32\x95\x01\x20\x8a\x41\x62\x39\x93\xc9\x58\x77\ \x12\x83\x27\xc9\xe3\x43\xbb\x17\x56\x6d\x09\x9f\x04\x04\x21\x19\ \xea\x47\xd8\xdb\x25\x16\x97\x00\x28\xab\x2d\xa9\xbd\x75\x91\x4f\ \x95\xf0\xdc\x23\xd7\x9d\x59\x77\x3a\xdc\x3f\x73\xed\xb1\xed\x1b\ \x4e\x6d\xbe\x74\xe9\xfe\xe3\xa1\xbe\x69\x53\xbd\x03\x01\x67\xe7\ \xa0\x54\x4b\x29\x38\x8c\x54\xd9\x7f\x7f\x68\x74\xe3\xd6\x91\x0f\ \xda\x31\x44\x99\xc1\xa0\xef\x40\x59\xd3\x71\x48\x2f\xd9\xac\xce\ \x85\xa9\x76\x41\x58\x22\xfc\x5c\x3d\xe9\x22\xb4\xab\xaa\x8b\x58\ \x66\xeb\x60\x92\xaa\x22\xf3\x9c\x9d\xf0\x58\x37\xf0\x2a\x80\x42\ \x75\x03\x7a\x90\xcc\xa0\xba\xb1\x3d\xdc\xc9\x58\x0f\x16\xcd\x89\ \xe6\xec\xe6\xee\x0f\x34\x8c\x1b\xcb\x9d\xc6\x65\xb3\xdc\xdd\x01\ \x83\x60\x07\xfa\xd3\xb8\xde\xe1\x71\x1c\x37\x41\x28\x27\x42\x10\ \x26\x48\x8a\x0a\xe7\x04\x44\xa4\x45\x96\xee\x7d\x6f\x98\xd9\xff\ \x61\x62\x82\xe0\x20\xc4\x65\xf8\x01\x7e\x65\x47\x28\xa2\xe7\x50\ \x30\x68\x34\xc2\xc2\x02\x41\x44\x13\xac\x88\xca\xae\x32\xcc\x80\ \xc3\xff\xe3\xeb\x5c\xfc\x92\x3c\xff\xff\x9f\xa8\x84\x47\x0c\x14\ \xe5\x28\x08\x08\x08\x88\x22\xa0\x78\x48\x4b\x25\x4f\xe9\x03\x4b\ \xf3\x54\xd1\x79\xa8\xad\x6c\x89\x1d\x4c\x96\x56\xa6\x29\xab\x86\ \xa3\xd5\x0d\x95\x1b\x83\xdd\x2b\xda\x5a\x45\xab\x6d\x6c\x31\x5a\ \xcd\xad\x2d\x3a\xce\x62\xc5\xca\xe5\xfe\x8b\xdf\xfb\xb2\xed\xb3\ \xda\xe7\xf3\xfd\x59\x1e\x40\xb8\x85\xfb\xbe\xae\xd7\xf5\x7c\x5d\ \xd7\xfb\x7a\xbf\x0d\x96\x48\x92\x3e\x3e\x86\x14\x91\x19\x4f\x8c\ \x4f\x96\x45\xe9\x64\x06\x83\xdd\x66\x34\x59\x65\x66\x4c\x67\x34\ \xc3\x87\x41\xaf\xb4\x19\x8c\x76\xcc\x4a\x74\xd9\xad\x38\x60\x96\ \xd3\x6e\x35\x3b\xbc\xa6\x28\x9d\x53\xaf\xb7\x3b\x4c\x78\x70\x76\ \xfa\xca\xe2\xc5\xaf\xab\xd5\xfc\xff\x8e\x70\x7e\x35\x99\xe3\xdf\ \xa9\x6c\xa1\x21\x1c\x0b\xfb\xdc\x76\x59\xde\x92\x65\xc6\xa9\x50\ \xc0\xfd\x32\x5b\x00\x9f\x94\x10\x95\xb2\xe4\xee\x97\xef\xbd\xb9\ \xe6\xed\x8f\x76\xbe\x75\xe8\xdd\x2d\x6b\xdf\x1a\xd8\xdd\xd9\xd3\ \xb7\x6d\xe7\x9b\x6b\xd6\x7f\x79\xfb\x41\xeb\xbd\x27\x77\x35\x92\ \x1b\xf7\x3e\x3b\x07\xa7\xf5\xf6\x8e\x8a\xe2\xca\x9a\x02\xb5\x36\ \xb7\xa4\x44\x5d\x51\x0d\x0e\x0f\xfc\xa0\x42\xc5\x14\x8b\xd4\x25\ \x0a\x31\x4f\x21\x97\x4b\x73\x72\x8a\xca\xb4\xea\xea\x92\xdc\xe2\ \x1c\x2d\x88\x56\xb1\x50\xab\x29\x50\x97\xd4\x16\xe5\xc8\x55\x2c\ \x1e\x85\x46\x61\x22\x14\x93\x88\x24\x2a\x79\x59\x75\xd3\xc8\x40\ \xff\xe8\x58\x67\xe7\xfe\xa1\xbe\x81\x9d\x3b\xfa\xf7\xef\xda\xb6\ \xea\xd0\xea\x1d\xdd\x35\x39\x2a\xb9\xa6\xba\x69\x70\xe3\xb6\x35\ \x77\x62\x2d\x27\x36\xf4\xed\x1b\x68\xe9\x1b\xad\x6b\x68\x6a\x29\ \xd1\x34\x56\x77\x76\x2f\xaf\xaf\xe9\xe8\x2d\x67\xe6\x96\xc9\xd5\ \xe5\xf5\xc5\xc5\x80\x70\xbd\xfd\xcd\x8d\xe3\xdb\xd6\x7f\x7d\xf7\ \xf7\x87\x3f\x7c\x76\xeb\xee\xb3\x67\x4f\x1e\x44\x62\xc4\xcc\x58\ \xc7\xfb\xe3\xa3\x51\x5f\x1e\xba\xff\xfd\x25\xba\xdb\xad\xa3\xdb\ \xcd\x0e\x63\x0a\x5d\x47\x8a\x48\x89\x8f\x25\xc5\xe8\xec\xa6\x48\ \x92\xd1\x2a\xe3\xb8\x0c\xb2\xe0\x14\x40\xc0\xf3\xff\x04\x0d\xfc\ \xc3\xae\x2f\x15\xeb\xf9\xf1\xb5\x1b\xb7\x6c\x1b\xdb\xb7\x6b\x60\ \xef\xfe\x91\x81\xdd\x07\x86\x1a\x9b\xfb\x77\x8f\x6f\x7e\xb2\xf4\ \xf1\xa9\x3b\xef\x1d\xec\xd9\xbb\x61\xeb\xb6\x35\xeb\x3f\x79\x1c\ \x3d\xfd\xfa\x74\xd5\x7f\x2d\x12\xce\xff\x9f\xa2\xf3\xdf\x8a\xf6\ \xff\xff\x78\x9d\xc6\xe6\xff\xeb\xa0\xf3\xff\x47\x01\x9c\xd7\xe3\ \xcf\x5f\x71\x6f\x2b\xfe\x53\xe0\xfe\x1f\x91\x7a\x2d\x5f\xdf\xab\ \xe9\x48\x5f\x35\xac\xaf\xa5\xdb\x02\x51\x7d\xdd\x15\xfe\xbd\x8a\ \xf9\xaa\xbc\xbd\x7a\x7b\xc5\xfc\x7f\xfd\x91\x15\xff\x89\xd7\x5f\ \x70\xec\x05\x4a\x6e\x18\xf6\x07\x02\xfe\x60\x70\xde\xf1\x0b\xe7\ \x6f\x1e\xcf\x6b\xbd\x73\xe3\xea\xb7\x3f\xfc\xf4\xe1\xc3\x5f\x57\ \x0d\x2c\xff\xe8\xf1\x2f\x1c\xe2\xc9\x95\x77\xf7\x9f\x3e\xf7\xe9\ \x4f\x0f\x17\x1d\x3e\x77\xf7\xc2\xd3\xbb\x5f\xdc\xfe\x3e\x63\xe1\ \xe3\xf3\xdf\x67\x5c\xf8\xe8\xf6\xe6\xb9\xa8\x86\xaa\x23\x7f\xc2\ \xe7\xe4\xc5\x76\xf8\x79\x78\xb8\x9d\x96\x0d\x56\x6e\x62\xb8\x2b\ \x7b\xae\xfe\x4d\x15\x19\xed\x7c\xce\x46\xc9\x1b\x04\x5d\xc3\x40\ \x4a\x13\xd9\xa5\xc3\x13\xc3\xa5\xe0\x09\xbb\xf2\xbb\xaa\xc8\xec\ \x76\x2e\x3b\x9b\x06\x92\xc5\x64\x53\x40\xe2\xd2\x28\xf9\xa5\x5c\ \xae\x80\x2b\x68\x67\xd3\xb2\xab\xd8\xe4\x2a\xb6\x20\x0d\x65\x79\ \xe7\xb6\x77\xb5\xc3\x01\x51\x05\xb0\x49\x36\x17\x95\x0e\xab\x2a\ \xa5\x14\x0f\x0e\xf5\x0c\x94\x97\x8f\x8c\xec\x59\x77\x68\xf7\x9a\ \xf7\xdf\xd9\xf9\xde\xe5\x73\xe7\x3f\x3b\x9c\x9a\xba\xf4\xe4\x57\ \x4f\xb6\xaf\x5c\x78\xf3\x68\x26\x29\x3e\x32\x36\xee\xd2\x77\x4f\ \x7f\x7d\x7f\xdf\x8e\xd3\x3b\x3f\x58\xfd\xfe\xed\x95\x4b\xd3\x39\ \xfc\xcc\xa4\xc4\xd8\xbc\x56\x70\x87\x51\x09\xfc\xf8\x56\x92\x32\ \x36\x3d\xf9\xe6\x17\x51\xb2\xc4\xa5\x2b\x1f\xd4\x0a\x98\xe0\xfd\ \x68\x3c\x0a\x85\xc6\x42\xb3\x58\x69\x54\x32\x85\xc6\x64\xd1\x18\ \x34\x32\x8d\xc9\x64\xf3\x44\x3c\x89\x84\xc9\x63\x0a\x79\x62\x1e\ \xe8\x96\x54\xa1\x12\x0a\x55\x2c\xb1\x50\xad\x91\xe6\x96\x15\xc9\ \x8b\x3b\x8a\x0a\x6a\x2a\x8a\xe5\xd2\xe2\xee\x3d\x6f\xff\x70\xff\ \xd7\x1f\xbe\x7d\xf8\xd5\xa2\xb8\xb8\xc4\xc8\xb8\xe8\xd8\x25\xf1\ \x49\xb1\x29\x85\xad\x29\xb1\x29\x19\x04\x4e\x16\xc1\x92\xa8\xb3\ \x1a\xe3\x22\xf8\xfc\xf4\x44\x12\x51\x19\x2d\x53\x46\xca\xf4\x09\ \x91\x79\x79\x71\xca\x08\x59\x0c\x27\x5a\x67\xd6\x63\xfa\x84\x24\ \xb3\x55\xaf\x37\x44\x65\x66\xe6\x2d\x8b\x89\x8e\x8a\xb5\x38\xa1\ \x6f\x61\x36\x8b\x1d\x33\xdb\x9c\x3a\xa7\xc7\x61\x76\xfb\xfc\x6e\ \x9f\x13\x0f\x4d\x4d\x4f\x1d\x9b\x0b\xed\x7b\x79\x75\xe7\xbf\x3a\ \x53\xf1\x9f\xfc\xb4\xaf\xec\xaf\x78\x65\xc7\xc3\xdc\x72\xf9\x62\ \x67\xcc\xc2\x65\xa9\xc9\x99\xb1\xf1\x49\xe9\x8b\x0a\x17\x25\xdf\ \x7e\xf2\xcb\xf1\xc3\x29\xdb\x5b\x2f\x7d\xfa\xe0\xf1\x0f\xdf\x7e\ \x72\xf9\xed\xb5\xab\x77\xbe\xf9\xce\xae\x4d\x07\x7b\x86\x3a\x87\ \xda\xf6\x6e\x1b\x38\x7b\xe1\xf6\xf7\x1f\xbf\xb7\x63\xfd\x3b\xb7\ \x3e\x78\x72\xf3\xe3\x33\x37\x6a\xcb\x2b\x6b\x2a\x8b\x15\xd2\x02\ \x90\x20\x6d\xa5\x5c\x51\x56\x56\xa2\xc9\x51\x49\xc5\x22\x69\x6e\ \x8e\x4a\x22\x94\xaa\x73\xa4\xea\xf2\xca\x8a\x02\x79\x6e\x6e\x65\ \x89\xba\xa8\x48\x9d\x5b\xa0\x91\xab\x8b\x2b\xcb\x73\x2b\xcb\x2b\ \x0a\x84\x2c\x9e\x48\x42\x11\xec\xc6\x40\xf2\x00\x00\x20\x00\x49\ \x44\x41\x54\xa9\x14\x42\x89\xb6\x40\x5d\x33\x7a\x70\xfd\xbe\x81\ \x1d\x5b\xb7\x6e\x5c\xbb\x69\xe3\x86\xb5\x6f\xac\x59\xbf\x76\x6b\ \x5b\x09\x8f\x29\x11\x6a\x6b\xfb\xc6\x57\x6f\xf8\xe8\x7e\x96\xfd\ \xda\x3c\xdd\xd8\xee\x03\x07\xfb\xdb\x9a\xeb\x1a\x2a\x7b\x3b\x1a\ \x6a\x1b\x5b\xfa\x7a\x3b\x97\x37\x35\x0d\x76\x48\x35\x1a\xa9\xb6\ \xb8\xa6\xba\x44\xa3\x96\x57\x8c\xf5\x8f\x8c\xef\xd9\xf4\xf3\xc7\ \x97\xee\x7d\x7a\xe1\xd9\xd7\xf7\xbf\xf9\xf9\x7b\xa5\x25\x3e\xde\ \x42\x1f\xec\xcc\x9b\x3d\xfa\xec\xf6\xc2\x4b\x67\xb2\x32\x97\x2c\ \x21\x79\xa6\x66\x1f\x3d\x9f\x3b\x53\x7f\x05\x3d\x4d\x1f\x83\x21\ \xfd\x8f\xe7\x7f\xa0\x8f\x97\x4a\x35\x17\x93\xf0\x6a\x8d\x76\x74\ \xe6\x9e\xb7\xae\x7e\x63\xcf\xf8\xae\x03\x83\x03\xe3\xa3\xfb\x7a\ \xc7\x07\xc7\xfa\x86\x06\x07\x76\x7c\x70\xfb\xf8\xaf\x5f\xdc\x7f\ \x6b\xc3\xd0\xfa\xd5\xfb\xf6\xbe\xfb\xde\xd9\x33\xb1\x33\x0b\x8e\ \xbd\x5c\x26\xfc\xbb\x0f\xce\x1d\xe7\xf9\xdf\xdd\xf1\x1f\x31\xfc\ \x77\x75\xe5\xd7\xa1\xe8\xff\x9a\x62\x5f\xf1\xff\x7d\xcc\xbf\xd6\ \x13\x5f\x53\x89\xff\x88\xd3\xab\xcb\x7c\x2b\x5e\x5d\xea\x9b\xbf\ \xe2\x15\x77\xf6\xfa\x62\xc0\xfc\xd7\xe4\xe8\x5f\xb3\xe8\x73\xe5\ \xa8\x5f\x2c\xf8\x17\x28\xbd\x4e\x91\xaf\x0c\xad\xaf\x2f\x36\xbe\ \x12\x5b\x06\x3f\x5e\x9b\x7e\x34\x35\x3b\x35\x83\xe6\x6a\xc3\x3e\ \x8f\xcb\x88\x79\x43\xf3\x4e\x9f\xfa\xe8\xc3\xdf\xf2\x96\xfe\xf2\ \xec\xc2\x57\x37\xde\xb8\xfe\xf4\xbd\x6d\x07\x37\x7d\xf2\xe1\xd8\ \x89\x87\xf7\x9f\xfe\xf6\xf3\x4f\x3f\x7f\x7d\xf7\xc7\x87\x0f\xd7\ \x1d\x7c\x63\xeb\x37\xeb\xdf\x5d\x75\xe2\xe3\x33\xe7\x5a\xb3\x3e\ \x3d\xfd\x78\xf5\xe7\x93\xa0\x58\x13\x60\x09\x8f\x74\xa1\xf2\xf1\ \x13\x5d\x13\x93\xc3\xed\xf9\x28\x25\x32\x4a\x97\x8c\xb6\x36\xe7\ \x33\xd2\xd0\x57\x2e\x4a\x3b\xda\xc5\x6d\x9f\x1c\xce\x7f\xe9\xef\ \xd8\x5d\xf9\xec\xaa\x89\x6c\x36\x10\x14\x8d\x4d\x01\x90\x41\x79\ \xfb\x50\xb9\x07\x34\x07\x96\xcf\xcc\x2f\xa5\xa4\xd1\x04\x55\x54\ \xb4\x07\xba\xb4\xbd\xab\x34\x7f\x72\x62\xb2\x7d\xb8\x7d\x6e\x72\ \x0c\xe0\x8b\x4b\xa6\x90\xd3\xa4\xcd\x6d\x4d\x7d\xa3\x92\xb6\xa1\ \xbd\x6f\x6c\xdc\x7f\xe8\xdd\x77\x4f\xbf\x75\xe2\xcb\xbb\x77\xaf\ \xb7\xa6\x2f\xcc\x5a\xb4\x34\x29\x69\x61\xfa\xf7\x0b\xb3\x56\x16\ \x1e\x6e\x25\xc4\x1c\xcd\x3b\xbc\xf4\xf0\xbd\x67\x5f\x5f\x7f\x7b\ \xc3\xbb\x37\xce\x5e\x48\x92\x1d\x27\xe9\x39\x37\x0f\xa7\x64\x90\ \x64\x74\xd9\xd2\x74\x25\x9f\x9e\x7a\xf4\xee\xda\x9b\xc9\x4b\x8e\ \xa7\x72\x5a\xbb\xd9\x2c\x26\x99\xca\x13\xd3\x28\x2c\x64\x0c\xb9\ \xd9\x80\x58\x2c\x1e\x0b\x64\x8b\x4c\xe6\x49\x99\x28\x35\x16\x83\ \xa5\x90\x08\x73\x55\x3c\x89\x42\x95\xab\x12\x31\xc5\x2a\xad\x3a\ \x47\xa4\x2a\x2e\xd6\x94\x55\xb7\x74\x34\x94\x95\x97\xa8\xd5\x25\ \x83\x1b\xbe\xbe\x7a\x6b\xcd\xf5\x9b\x67\x16\xa5\xa4\xa6\x26\x2a\ \x49\x3a\x7a\x52\x61\xb2\x3e\x3e\x5a\x69\xd6\x13\x93\x48\xb1\x49\ \xd1\xfc\x45\xd1\x09\x89\x74\x8e\x51\xaf\xe4\x38\x22\x08\x3a\x65\ \xe4\xd2\xd6\xc4\xed\xad\xc9\xd6\x04\x02\x47\x19\x9f\x9c\xb9\x90\ \x18\x65\x58\x58\x18\x65\xb6\x27\xd8\xbd\x16\x65\xd4\x42\x4e\x52\ \x7c\xc2\xd2\x0c\x92\xc3\xec\xd0\x2b\x03\x41\x7f\x38\xe8\x76\xc3\ \xa5\x73\x79\x6d\x1e\x8f\xcf\x17\x08\xcf\x5c\x59\x3c\xff\x9f\x38\ \xc4\x97\xab\xc7\x2b\xfe\xb9\xf6\x7f\xcd\xb4\xbf\xb2\xd2\xf3\x9f\ \xfc\x22\xff\xc9\x04\xb2\x20\xe4\xf5\xbb\x5c\xf1\x84\xa4\x45\x89\ \xd1\xd1\x9c\xa9\x17\xa1\xe8\x28\xd2\xc2\x5f\xce\x9f\x7f\xfa\xeb\ \xf5\x5b\x3f\x7d\xfb\xd1\xd5\xcd\xab\x56\xbf\xf9\xe6\x9b\x3b\x77\ \x0f\xec\xdd\x37\xd2\x37\xb4\x7f\xcb\x8d\x0f\x9f\xee\xac\x28\xfb\ \x24\xef\xe4\x6f\x9f\x5e\xb8\xb0\xb9\xa4\xa2\xb6\x08\x6c\x9f\xba\ \x40\xab\x52\x2b\xb4\xda\x9c\x92\xea\xca\xf2\x82\x62\xb5\x0a\xd4\ \x4a\x8b\xca\xa2\x02\x71\x09\x73\x35\x9a\xe2\x62\x85\xa6\xb6\x5a\ \xa3\x2d\xd1\x00\x8b\xca\x01\xbf\x2a\x34\x0d\xcb\x9b\x1b\xca\x8a\ \xb5\x5a\xb9\xb4\xa4\xa4\xbc\xa0\xba\x7b\xb4\xfb\xe0\xaa\xcd\xab\ \x76\x6c\xdc\xb9\xfa\xcd\x35\x9b\xd6\xad\xdb\xb8\x6e\xc7\x68\x85\ \x88\x29\x14\xab\x4b\x86\xfa\xb7\x6d\x38\xb4\xea\xcb\x27\xfa\x47\ \xf3\xe7\x2f\x5e\x71\x7e\xed\xe0\x60\x67\x6d\x47\x4b\x53\x6f\x4d\ \x73\x4f\xd3\xf2\xe5\x75\x23\x83\xdd\xe0\x24\x5b\x5a\x54\xc5\x25\ \x05\xd5\xb5\x25\xcd\xc5\x25\xd5\x6a\x75\x7d\xff\xf2\x86\xbd\x0f\ \x4f\x66\xc4\x26\x6d\xbf\xfd\xe1\x17\x57\xdf\xbd\x91\xea\x4a\x8c\ \xa5\x7b\x7e\x6a\x7b\x36\x85\x3d\x39\xf7\xdb\x67\x77\x9e\xdd\x3b\ \x77\x73\x29\x27\xfc\x7c\xde\xbc\xe7\xaf\x06\x6f\xfe\xf1\x9f\x00\ \xce\xbf\xd5\x64\xfe\xf4\xa3\x17\x28\x55\xde\xb1\x05\x7f\x45\x66\ \xce\x47\x89\xa8\x56\x6e\x5e\xb5\xb5\xaf\xb3\x67\xa4\xf3\xc0\xbe\ \xd1\x83\xa3\x83\xfb\xc6\x07\xfb\xc7\x0e\x7c\xf0\xfd\xa5\x67\x0f\ \xd7\xef\xdb\xbd\x6f\xff\x96\xbd\x1b\x36\x6e\xfe\xe1\x4c\x94\x67\ \xc6\x13\x9a\x9a\x09\x04\x67\x42\xa0\x8c\xd3\xb3\x53\x2f\xae\x81\ \x7f\x5f\xfc\x17\x12\x2d\x78\x99\x81\xef\xda\x5f\x8b\x6e\x0b\xe0\ \x52\xce\x09\xe4\xf3\x7f\xc2\x29\x5e\x91\xba\xff\xa9\x6a\xff\x47\ \x50\xd6\x8a\xff\xda\x4b\xf8\x0f\x78\xcd\x7f\x3d\xfb\xcb\x2b\xf9\ \xde\x5f\xc1\xa9\x7f\x1e\xf9\x4a\x71\xe7\x15\xaf\xc3\xfb\x3f\x7a\ \xf3\xea\xdc\xd8\xdc\xb7\x63\x2f\x8e\xbd\xd2\x00\xff\x37\x32\x2e\ \x7e\x65\xe5\xe1\x95\x58\x8f\xb9\x77\x08\xd7\x19\x79\xc0\x99\x20\ \x8e\x76\xa3\x87\x43\x33\x21\xa0\x2b\xb7\xcf\x6b\x77\xcc\xfb\xe6\ \xc6\xdd\xeb\x97\x2f\x3c\xbc\x7f\xe1\xbb\xe3\x4f\xee\x7f\x7f\xff\ \xc6\xe9\x1f\x3f\xfe\x7a\x53\x41\xdb\xd6\xa1\xb7\x7e\x3c\xff\xe4\ \xd6\xfa\xc1\xcd\xeb\xf7\x6e\x1b\xe9\x14\x0d\xbc\xf9\x56\x5b\xc9\ \x96\x6f\x3f\xf8\xec\xeb\x6f\x7e\x7a\x7c\xe8\xf3\xae\xcf\xff\xfc\ \x13\x6d\xce\x39\x82\x02\x47\x3f\x3f\x32\x71\x64\x72\x12\x25\x78\ \xaf\xca\x9e\xfc\xfc\x73\x40\xa2\xae\x2e\x04\x50\x28\xbc\xbd\x8b\ \x8d\xb2\xcc\x00\x60\x0d\x77\xb5\x0f\x03\x32\x95\x76\x95\x56\xa5\ \x75\xa5\x71\xd3\x04\xf9\x54\x36\xd0\x0c\xb8\x40\xf2\x5c\x3d\x78\ \x54\x0b\x3e\x1f\x4c\x24\x95\x91\x56\x45\xe6\xe6\x97\x0e\x57\x81\ \x64\x94\x82\xc4\x0d\xa3\x6c\x0d\xf0\xbc\xe1\xd2\x6c\xb8\x2b\x9b\ \x2c\xaf\xed\xed\xab\xed\x18\x95\xd6\x8d\xed\x58\xb7\x71\xf7\x1b\ \xef\xbd\x77\xf5\xf2\xf5\x1f\xef\xdc\x7b\x96\x42\x8a\x89\x8a\x4c\ \x89\x20\x15\x46\xa6\x66\x15\x5e\x58\xb9\xf0\xf6\xcd\xa3\xdb\x13\ \xb7\x9f\x49\x8c\x8d\x25\x12\x32\x96\x2c\x39\x79\xf2\xe6\x99\xdb\ \xe0\x0c\x96\xdc\x7b\x72\xfc\xeb\x5f\x1e\x1e\x8f\x25\x2e\xb9\x7f\ \x23\x6b\xc9\xb9\x95\x67\x96\xa4\x7f\x7a\xe1\xe8\xa5\xcc\xbc\xfd\ \xd9\x34\x1e\x48\x16\x85\x09\xa2\x28\x41\x33\x6c\x64\x26\x19\x6e\ \x30\x58\x62\xb9\x18\x60\x0a\x95\xcb\x13\xe5\x4a\xe4\x39\x9a\x1c\ \xa9\x34\x47\x2e\x91\x48\xa4\xea\x22\x95\x5c\xae\x90\xe7\x54\x6b\ \x34\x45\x25\x25\xb9\xb9\x60\x13\x9b\xbb\x77\x5f\xbf\xfb\xe5\xd5\ \x0b\xdf\xad\x04\xa4\xcb\xe0\x18\xa3\xf9\x4a\xa5\x41\x6f\xb3\x26\ \x47\x24\xdd\xce\x5a\x92\x47\x8a\xe2\x64\xf0\x4d\xa4\xc3\x2b\x3f\ \xbc\x69\x31\x12\x1d\xfa\x04\xd9\x12\x42\xca\x83\x9b\x8b\xce\x44\ \xbb\xce\x1c\x26\x66\xac\x4c\x88\x4b\xa5\x93\xe2\x93\x62\x2c\x1e\ \xb7\xd1\x8b\xe3\x86\x04\x9b\x91\xaf\x03\x7f\x98\x94\x60\x54\x9a\ \xed\x4e\x2f\xee\x0a\xfb\x5d\x3e\x83\xcb\xe5\xb0\x98\xdd\xde\xf0\ \xcb\xca\x9e\x73\x01\xd0\xff\x6a\xbf\xaf\xa5\x23\x5a\xf0\x8a\x0d\ \x58\xf1\x1a\xfe\xbf\x6c\x86\x2f\xbb\xea\xac\x6f\x76\xfe\x1c\x01\ \xe8\xd3\x8f\x9e\x39\x73\xe1\xfc\xd3\xeb\x4f\xef\xdf\xba\xfe\xcd\ \x0f\x97\xcf\xbe\xb5\xe1\xed\x13\xef\xbf\xb5\x7a\xd7\x9b\x1f\x1d\ \x5a\xbb\xee\xcd\xf7\x37\xd7\x4a\xc8\xbc\xe6\x0b\xbf\xfc\x02\x28\ \xb6\xa9\xae\xa2\x38\x47\xad\xd5\x54\xc2\x17\x85\x42\x5b\xac\x2d\ \x28\xd1\x6a\xe4\x05\x72\x95\x46\x21\x04\xce\xe2\x31\x84\x2a\x21\ \x4b\xac\x29\x2a\xcb\x91\x16\x15\xd7\x6a\xcb\x2a\xcb\x35\xa0\x59\ \x20\xf8\xea\x82\x82\x82\xca\x86\xc6\xe6\xca\x96\x86\x86\xe6\xa6\ \xde\xee\xbd\xfb\x06\x0e\x6e\xdb\xb0\x63\xd3\xee\x2d\x7b\x37\xbe\ \xf7\xd6\xba\x9d\x1b\x47\x2a\x85\x92\x1c\x4d\x51\x45\xfd\xd8\xd6\ \xf5\x9b\x77\x7e\x7d\x4f\x3f\x05\x64\x73\xec\xd8\xb1\xc5\x3b\xdf\ \x00\x45\x68\xa9\xae\xaf\xae\x28\xab\xe9\xee\x6c\xa9\x2f\xef\xe9\ \xec\xe9\x69\x6c\x6c\x69\x93\x6a\x8b\x72\x14\x65\x25\x15\xa8\x7e\ \x58\x45\x5d\xfd\xde\xde\x7d\xf7\x33\x63\x0c\xf4\xc3\xf7\x7f\xfc\ \xfa\x8b\x8d\x5f\xe9\xf5\x37\x23\x95\xb6\xad\x5f\xfa\x1f\xd1\x37\ \x6e\x59\x73\xf7\x87\x77\x3f\xfa\xe1\x71\xaa\x39\xf0\xb2\x9e\x0c\ \x2a\x45\x7a\x65\xfa\xd1\xa3\x97\x05\x6e\x5e\xa6\x5b\x9f\x2b\xe3\ \x00\x3f\x05\x2c\x78\x10\xba\x4b\x38\xec\xf6\xa1\x64\x7e\xe1\xb9\ \xaa\x12\xa1\xd6\xcd\x87\x56\xed\x1d\x69\xe9\x68\x6c\xe9\xed\x1f\ \x1d\x1f\x18\x3d\xb0\xaf\xbf\x7b\xf7\xd9\x5f\x9e\x9c\x7b\x7b\xc3\ \xc0\xfe\xde\xd1\x8d\x3b\xf6\x6e\xd8\x76\xf5\x69\xa6\xd5\xeb\x0b\ \x04\xcd\xdf\xf1\x2d\x29\x09\xfe\xa0\xc3\x86\xfb\x51\xba\x3d\x57\ \x70\xc6\x1b\x9e\x09\xb8\x03\xb8\xcb\x65\xb7\xe9\x1c\x18\x1e\x98\ \xab\x52\x11\x08\x4f\x41\xef\x9c\x9d\xbd\x72\x6c\xf1\x15\x74\x25\ \x16\xaf\x78\xfe\x4f\x18\xfb\x82\xf9\x2f\xa1\xe3\xff\x43\x52\xf3\ \x5f\x2f\x27\xf8\xbf\x7d\xe1\x8a\x7f\xc2\x1d\x56\xbc\x26\x65\xaf\ \xc9\xd3\x2b\x1b\x0f\xe7\xcf\x5f\xf1\x3f\x62\x31\xfe\x75\xf4\x7f\ \xf0\xed\xb5\xc9\x89\x7f\x84\xf1\xb5\x57\x89\x8e\x32\x85\x07\xa6\ \x16\xbf\x76\xa0\xb9\x36\xbc\xf8\xca\x8b\xd9\x47\xc0\x54\xa1\xa0\ \xc7\x13\x44\xdf\xfd\x01\x54\x58\xc3\xe3\xf1\x87\xdc\xae\x60\xd0\ \x37\xef\xf7\xcf\x9e\xfe\xfe\xf0\xdb\x4f\xde\x7f\xfb\xd6\xa1\xb7\ \x7e\xfc\x71\xcd\x96\x35\xef\xfc\x7c\x68\xcd\xbe\x1f\x97\xee\xdd\ \xb7\x7f\xff\xf9\x5f\xbf\x1c\x1b\xdf\xd2\xdd\x9d\x33\x5e\x50\xbd\ \x77\x67\x4b\xf7\xae\x8e\xde\x4d\x0f\xbf\x5e\xff\xfb\x27\xa5\x17\ \x51\x90\x3b\x8a\xc3\x42\x0b\x85\x47\x2e\xa2\xd2\xf5\xf0\x75\x92\ \x5d\x3a\xd9\x35\xdc\x4e\x46\xfb\x73\x4a\x05\xd9\xf9\x5d\xf9\x55\ \xf9\x20\x37\x68\xfb\x72\xf6\x64\x95\xa0\x74\xae\xe0\x60\x17\x17\ \x38\x8b\x4d\xcb\x27\xb3\x28\x69\x68\xca\x4a\x90\x8f\x3e\xd2\xa8\ \x28\x24\x9e\x5a\x8a\xea\x40\x94\x82\x21\xcb\x6e\x9f\x28\x15\x80\ \x7b\x84\xdf\x76\xa1\x18\x77\x20\x35\x14\xbb\x25\x68\x67\x34\x1c\ \x38\xd0\x5f\x3b\xbe\x4f\xb2\x77\x60\xdf\xc6\xd5\xbb\xd7\xbf\x75\ \xfa\xd0\xa9\x4f\x7e\x3a\xf7\xe3\xbd\xa8\x84\x08\x65\x44\x22\x3f\ \x2a\x2f\x63\x7b\xea\xca\x7b\x27\xbf\x3a\xfe\xe0\x66\x46\xfa\xc9\ \xa5\x71\x29\x2b\xd3\x33\xb2\xe2\x63\xd2\x33\x17\x6d\x5f\xb9\x24\ \x39\x2f\xf3\xcc\xed\x4f\x3f\xf9\xe8\xad\x2f\x3e\xb8\xb5\xa5\x71\ \xdd\xa6\x4f\xe2\x33\xe3\x53\x53\x62\x13\x23\x13\xb3\x56\xc6\xef\ \xcf\x67\x31\xd3\xd2\x04\x28\x49\x03\x83\x45\xa1\x92\xd3\xd0\x1e\ \x1d\x0a\x8f\xc2\xca\x95\xf0\x58\x12\x96\x44\x2e\x12\x49\xa5\x42\ \x91\xa2\x58\x24\xca\x55\x8b\x84\x6a\xc0\x07\x95\x46\xab\xaa\x2d\ \x2e\x28\xd7\x6a\xd5\x0a\xe8\x85\x45\x23\xfd\x1b\xbf\xf8\xe9\xd4\ \x9d\x67\x4f\x8e\x9e\x39\x1c\x97\x1a\x71\xe7\xdc\x92\xf8\x18\x9d\ \x03\x37\x1b\xf5\x96\xe8\xcc\xcc\x8f\x6f\x46\x2c\x4d\xe1\xc7\x15\ \xc6\xfd\xbe\x24\x6f\x20\x4f\xc6\x49\x20\x24\x18\x52\x96\x91\x12\ \x8f\x13\x56\xa6\xd2\x0f\x7f\xaa\x8b\x89\x33\xe5\x3d\x89\x3f\x5c\ \xb8\x34\x91\x6e\xb6\x1a\xf8\x51\x6e\xdc\xe8\xc6\xcc\x3a\x1b\x5f\ \x89\x11\x75\x76\xb3\xc5\xe1\xf2\xe2\x01\x8f\xce\x6d\xb6\xda\x4d\ \x74\xa5\x27\x14\x98\x81\x01\x7b\x01\x6a\xcc\xff\xc3\x4d\xfc\xb3\ \x0e\xfd\x5a\x30\xf5\xab\x2b\xdb\xff\x24\xfb\xfe\x1b\xc2\xe7\xee\ \x09\x45\x24\xa7\xae\x7c\xf2\xdb\xfd\xd3\xb7\xbf\x79\xf7\xdb\x0f\ \x7f\x3f\x7b\xf6\x8b\xb7\xd7\xfe\x76\xef\xdc\x8d\x2f\xbe\x39\xf7\ \xf5\xa6\x81\x66\x05\xa0\x28\x83\x91\x36\x74\xfd\x83\x13\x63\xcb\ \x8b\x6a\x2a\xd5\x05\x25\x9a\x92\x82\x5c\x35\x48\x50\x0e\x18\xbe\ \x22\xb5\x1c\x6d\x6c\x2e\xc8\x95\x4b\xc5\x0c\x06\x59\x25\x61\x48\ \x54\xaa\x22\x79\x8e\x50\xab\x2e\x2a\x28\x2e\xab\x2c\x28\x28\xd6\ \xe6\x0a\xc5\x52\xb9\x26\xa7\xb2\xa1\xae\xb6\x79\xff\x48\xcf\xc1\ \xf1\x91\xad\x7b\x07\xb6\xec\xdf\xb4\x7a\xf5\xa1\x35\x6f\x6c\x78\ \x63\x6b\x4f\x85\x9a\x29\xd6\xd4\xd4\xd5\x34\xf5\xec\x5f\xfb\xf6\ \x9e\x2d\x3f\xc4\x86\x9f\xff\x81\x8a\xc5\xc3\xc7\xf4\xdb\xbb\xfb\ \xc7\x9a\x9b\x2b\xaa\x1b\x6a\x6b\x9a\x7a\xdb\x5a\xea\x8a\x3b\xbb\ \xbb\x0f\x8c\x34\x76\x56\x33\x8b\xb5\x3c\xa1\xa6\xa8\x1c\xcc\x69\ \x71\x79\x6d\xc5\x78\xe3\xae\x93\x44\xa3\x81\x74\xf4\xc2\xcf\x1f\ \x6c\x5b\x93\x61\xdf\xfe\x20\xde\x75\xe6\xa0\x2b\x30\xe5\xcd\x34\ \x78\xa7\x67\x9c\xfc\xc3\x04\x07\x1e\x98\xcb\x1f\x13\x02\x87\x6d\ \xb1\x38\xdc\x78\xc0\xeb\x76\x5b\x03\x61\x8f\xdb\xeb\xc6\x3d\x3e\ \x97\x3f\xe8\xf1\xba\x08\x7a\x8f\xcb\xed\xb1\x63\x41\xdc\x82\xbb\ \xad\x56\xcc\xee\xf6\xda\x1c\x61\xd2\xc6\x2d\x5b\x0e\x0e\x0e\x8c\ \x82\x50\xb6\xf5\x0e\x1e\x68\x1b\xdd\x36\xde\xbf\xfa\xc3\x0b\x9f\ \x9e\xda\xb7\x67\xd7\xd0\xc8\xf8\xc0\xc0\xf8\xfe\x8d\xa7\x3f\x5d\ \x6a\x99\xcb\xbf\x1c\xad\xb4\x3b\xf1\xa0\xdd\x61\x4f\x59\x68\x74\ \x7b\x7c\x98\xd2\x64\x71\x3a\x31\xbb\x09\xc3\x8c\x6e\xb7\xd3\xe6\ \xc0\x1d\x6e\x4f\x30\x18\x70\x7a\x3c\x0e\x93\x1d\x65\x79\x0d\xf8\ \x02\x33\xb3\x53\xbe\xf0\xa3\x2b\x2f\x66\x66\xe7\x8a\x3d\x4f\x79\ \x51\x8d\x89\x40\x38\xe0\x0f\x04\x66\x91\x78\xbd\xb6\x99\x67\xc5\ \x2b\x50\xf6\x1a\x8e\x3d\xff\x17\x95\xfd\x85\x46\x8b\xe7\xbf\xea\ \xd1\xfe\x13\x88\xb0\xe2\x9f\x49\xa8\x57\x62\x13\x5e\x99\x8d\xff\ \x4f\x73\x5a\xf0\xe2\xc5\xbf\x96\x79\x5e\x73\x7f\xaf\x1e\x77\xfe\ \xbf\x42\x34\x5e\x3e\x6c\xb1\x2b\x8a\x63\xf6\x04\x5f\x32\x25\xba\ \xb4\x8b\xe7\x4a\x5d\x83\xff\xf3\x06\xbc\x1e\xaf\x2f\xe4\xf3\xbb\ \x31\x7f\x10\x65\xbb\x87\x77\x0d\xca\x05\xf7\xa3\x81\x62\xde\xa9\ \xb7\x4e\x7d\xb4\x71\xcd\xcf\x97\xdf\x3e\xf5\xfe\x47\x77\x06\x06\ \xb6\x1d\xba\xf5\xde\x86\x73\x9f\x5e\xf8\xe8\xf2\xc7\x8f\xdf\x3c\ \xfb\xd1\xa7\x77\xde\xf9\xe2\xc2\x87\x97\x3f\xbb\xbf\x7e\xd5\x37\ \x9b\xb6\x3c\xdb\xb9\xf9\xf1\xaf\x77\x9e\xfe\x7e\x55\xf3\xe7\xe7\ \x13\x73\x70\x35\x17\xeb\x3e\xd9\x3e\xd9\x3e\x31\x71\xb1\x14\x95\ \x8e\x18\xae\x9a\xec\xca\x9f\x04\xbc\x6a\x47\x9b\x69\x40\x65\x2e\ \xa2\x64\x57\xa0\x34\x17\xab\x50\xb8\x42\x29\x97\x5d\x8a\x6a\x2c\ \x93\xd3\xa8\x34\x54\x61\x0b\xd5\xf8\xcb\x46\x0f\x86\xef\x55\x02\ \x01\x15\x6e\xa7\xa1\xc7\x71\xf3\x41\xf1\xa8\xe0\x03\xb9\x54\x2e\ \xda\xea\xc3\xe5\x96\x82\x60\xc1\x61\x4b\x59\xcb\xc7\x7a\x9a\x0e\ \x0c\x0e\x54\x1f\xdc\xbf\x7b\xf3\xba\xdd\xef\x1d\x7a\xef\xdd\xaf\ \x7f\xbc\x7f\xfe\x9b\x65\xc9\x71\x31\xc9\xc4\x68\x7e\x64\xde\x22\ \xa2\x55\xf6\xe4\xfb\xc3\xad\x59\xad\xc9\x1f\x3f\xfb\xe5\xf1\xaf\ \x47\x0b\x97\xe5\xc5\x65\x6d\xcf\x88\x48\x4a\x4e\x89\xcb\x4a\x8a\ \xe7\x24\x2c\x3c\xbe\xfd\xde\xc3\xab\x6f\xee\x3c\x7b\x7a\xcd\x79\ \x4e\x5e\xd6\x92\xc8\xa3\xad\x59\x79\x47\x97\x25\x6f\xa6\x00\xe8\ \x91\x29\x3c\x16\x95\x8d\xa4\x8a\x46\x65\xf2\x78\x4c\x09\x85\x27\ \x12\x51\x99\x2c\x06\x4d\xcc\xe3\xf1\x14\x68\x03\x34\x4f\x25\x55\ \x48\x59\x52\xe8\xa4\x62\x79\x7d\x75\x5d\x51\x41\x79\xb9\xb6\x1a\ \x48\x2b\xb7\x77\xe3\x37\x4f\x7f\x3b\x75\xf6\xfe\xb3\x4b\xcb\x0a\ \x95\xca\x0c\x5d\xe1\xbb\xeb\x13\x53\x74\x66\x83\xd2\x24\x53\xf2\ \x39\xe6\xc8\x54\x25\x81\xc3\x5f\xb8\xb2\x30\x2a\x3e\xf1\x4c\x56\ \x62\x12\x21\x6e\x11\x31\x23\x82\x4e\x20\xa5\xeb\xf4\x06\x59\x94\ \x95\x4f\xb2\x98\x33\x2e\xa5\xa6\x2e\x5a\x18\x23\xb3\x99\xe9\x09\ \x89\x0b\x49\x37\xcf\x5b\x56\x12\xf5\x4e\x5d\x8c\xc5\x19\xd0\xeb\ \x2d\x0e\xaf\xcf\x6e\x20\x06\x7c\x3e\x3f\x86\x5b\x1d\xb3\x2f\xae\ \x4c\x79\x16\xac\x40\x65\xe7\xe6\xff\xd7\x28\xfa\xea\xc4\x3b\x5a\ \x65\xf9\xf7\xa8\xf8\xcf\x98\xf9\xf7\xaa\xf1\x5f\x51\x3c\x2b\x56\ \x98\x23\x48\xf7\x1e\xfc\xfe\xf3\xb3\xa5\xf7\x7f\xfc\xf6\xa3\x13\ \x6f\x9f\xfa\xf5\xe7\xa7\x19\x8b\xbe\x3f\x77\xb5\xbf\x4c\x2e\x86\ \x0b\x97\xc6\x86\xff\x6c\x86\x80\xcd\xa4\x88\x8b\xca\x8b\x81\x2e\ \xab\x2b\x55\x62\xb9\x5a\x2b\x47\xc1\xb4\x5a\x00\x23\x6d\x4e\x8e\ \xb6\x32\x47\xab\xd0\x4a\x24\x0a\x31\x8a\xb1\xcd\xe5\xa9\x41\xa5\ \x72\x35\x6a\x4d\x41\x6e\xb9\x1a\x8c\x60\x41\x59\x59\x41\x4e\x4e\ \x45\x6d\x7d\x77\xf3\xe8\xc8\xe0\xc8\xe0\xae\xce\xb1\xd5\xab\xd6\ \xad\x5e\xbb\x6a\x7f\xaf\x56\xa1\x12\x15\x35\x57\x34\x74\xf7\x0c\ \xed\x5d\xb3\xf9\xd0\xa6\xd5\xad\xf8\xe2\x3f\x9e\xcf\xed\x53\x59\ \x7c\x65\x76\x36\x7a\xd3\xda\x81\xfe\xc6\xb2\xea\xda\xe6\xca\xb6\ \xee\xfa\xba\xde\x86\xb2\xb1\xce\xa6\xb6\xbe\xfe\xce\x4a\x56\x0e\ \x8a\x56\xd5\x54\x54\x97\xe5\x2c\xaf\x5d\x5e\xd7\xd2\x33\x96\x69\ \xc5\x0d\x85\xe7\x9f\xfc\x70\x7a\xed\x7d\x65\xd4\xb9\xaf\x62\xb1\ \x7d\xf1\x53\x41\xaf\x13\x77\xd8\x17\x5e\x27\x39\x7d\x88\x95\x02\ \x7e\xcc\x61\xc5\x3c\x6e\xbb\x51\xe6\x9e\x0a\xe1\x3a\xb7\xcf\xee\ \x9d\xf1\x04\xc0\x74\x63\x76\x7b\xd0\x8d\x05\x3d\x66\x9b\x15\x77\ \xf9\xdd\x76\x1c\x2c\xb8\x07\x73\x9a\xcd\x1e\xbf\x1b\x0f\x99\xf6\ \x0e\x6c\x1d\x1c\x19\x3a\xd0\xd4\xd4\xd1\xd9\xb7\xaf\x6d\x6c\xf4\ \x40\x4b\xdf\xda\xbb\x9f\xfe\xb4\xa7\x67\x68\xff\x8e\xfd\xa3\x07\ \x77\xed\xdf\xbb\xfa\x83\xdf\x16\x59\x5d\x26\x9b\xcb\x3b\x15\xf6\ \x60\x5e\xbe\x05\xb7\xe9\x64\x46\xd0\x23\x87\x1e\x73\x7a\xbd\x06\ \x07\xee\xf7\x39\x9d\xc0\x57\x18\x66\xe6\xdb\x7d\x38\xa8\xa7\x2f\ \x18\xb4\x58\x31\xaf\xcf\xe9\xf1\x79\xdc\xa1\x80\xc3\x40\x37\x7a\ \xfd\xa8\x64\x8e\x2f\x34\x05\x2f\xd5\xe7\xf5\xd8\xcd\x98\x1d\x77\ \x87\xc2\x53\xe1\x47\x2f\xe6\x56\x4e\xd0\x68\x75\xec\xda\x8b\xf0\ \xec\x5f\x02\x35\x27\x5c\x0b\x56\xa0\x80\x55\x38\x5f\xa8\x6c\x34\ \x50\x38\xb2\x65\xcf\xff\x9a\x3c\x9b\xff\xdf\x5c\xf6\x3f\xe6\xf0\ \x5f\x07\xa5\x7f\xb8\xec\xaf\x26\xb5\xf8\x65\x4d\x9e\xf9\xaf\x84\ \x46\xfc\xdb\x97\xce\x7f\x65\xfa\xfe\xef\xb8\x84\x57\xfe\xf0\xb1\ \x29\x3f\xc7\x34\x8b\xf2\x4d\x07\x7d\xa1\x97\x85\xc9\x66\x66\x42\ \xa1\xb0\xd7\x86\xc3\x09\xf0\xcf\x29\xd4\x0c\xaa\xd3\x11\xf2\xfb\ \x60\x08\x09\xcf\xf8\x3d\x40\xa0\x53\xf3\x06\xf7\x9d\x18\x1b\xd8\ \xfb\xd3\xd7\xab\x0f\x7d\xf1\xf0\xe6\xe9\x77\x9e\xad\x7f\x73\xe3\ \xe6\xfb\xcf\x9e\x5d\xfe\xe4\x8d\x5d\x6b\x56\xbd\x7f\xe3\x87\xda\ \x35\x85\x29\x84\x93\x0f\xdf\x7c\xe3\x9d\x3b\xb7\x2e\x3d\x7c\xe7\ \xc6\xad\x5b\x17\xf2\x6e\x75\xfc\xf9\x52\xad\x3e\x1f\x46\xb2\xf5\ \xe7\xe7\xe0\x08\x4b\xbb\x26\x8e\x5c\x44\xa9\x62\x26\x50\x19\xfa\ \x52\x81\x20\x1b\xa4\x49\x50\x2a\xe8\x42\xc5\xba\xb2\xb3\x51\xec\ \x15\x38\xbc\xfc\x2a\x90\x22\x9a\x20\x9b\x4a\xc9\x66\xa7\xb5\xe7\ \x93\x69\xf9\xa5\xa5\x54\x06\x43\xc0\xa5\xc1\x13\xda\xd9\x54\x01\ \x8d\x92\xc6\xe5\xb2\xd9\x5c\xc1\x30\x1b\xd8\x4b\x50\xd5\x8e\xb2\ \x63\xe5\x67\x83\x3d\xcc\x66\x0b\xb2\xbb\x8e\x7c\xce\x6d\xdb\xdf\ \x3f\x36\x3e\x3a\xd0\x32\xb4\x6b\xdb\xa1\x55\xab\x4f\xbc\x7d\xf6\ \xf4\x9d\x87\x4f\x2f\xfc\xf4\xec\xf7\x4b\x79\xdb\x8f\xd3\x63\x0a\ \x0f\xdf\xcc\x8b\x26\x5e\xf8\xec\xe8\xc9\xed\x99\xdb\x97\xb6\x2e\ \xb9\xf9\x2c\x3e\xf6\x70\x6b\x5c\x7a\x6b\x46\x61\x62\x6c\x74\x04\ \x21\x2e\x2e\x85\x43\x5a\x48\x2a\x5c\x76\xf3\xcc\x57\x67\xce\x7e\ \xf3\xcd\xf5\x67\xe7\x3f\x7d\x7c\xff\xdc\xf7\xf7\x1e\x64\x44\xea\ \x6f\x2b\xc0\xa1\x32\x79\x0c\x2a\x8d\x0c\x3d\x8d\x41\x63\x31\xc9\ \x70\x9b\xc9\x54\xb0\x50\xa6\x14\x1a\x95\xc7\x93\x83\x52\x31\x25\ \xe2\xb9\x74\x29\xf2\x62\x8d\x50\x55\x50\x52\x59\xa0\x2a\xce\x01\ \xc6\x2a\x29\xa9\x18\x7f\xe3\xe1\xef\xef\xdc\xb9\xff\xf4\xc2\xca\ \x8c\x04\x23\x89\x8e\x13\xa3\xe2\xf5\x7c\x65\x52\x46\x4a\x64\x34\ \x91\x43\x4a\x8c\x8e\x4e\x89\x31\x44\xc6\x25\x13\xf5\xa9\x4b\x63\ \x93\x63\x2f\x64\xc6\x9e\x3c\x99\x45\xba\x7f\x2b\x3d\x99\x40\x4c\ \x39\x1e\xa3\xc4\xf5\x32\x3d\xdf\x44\x88\x96\xe9\x89\x0f\x7f\xc8\ \x8a\xb6\x5d\xba\x15\xb9\xf0\x29\x3f\xaf\x95\x48\x37\xf0\x0d\xde\ \x80\xdf\xa4\xe7\xd3\x39\x66\xa7\xcc\x19\xf0\xd8\x71\xcc\xe6\x9c\ \x79\xb1\x20\x68\x42\x3b\xbd\x16\xcf\x5f\xfc\xfc\xb5\x11\x76\xc1\ \xfc\xd7\x82\xb2\x56\x3c\x47\x3b\xa3\xff\xef\xf9\xdd\x57\x1b\x19\ \x08\xd7\x02\x2f\x3f\x32\x35\x2a\x3a\xf1\xfe\x6f\x3f\xdd\xd5\x19\ \xbe\xca\xf8\xf9\xd7\xf8\xe8\xdf\x1a\x34\x12\x16\x53\x2a\x64\xc0\ \x05\x12\x08\xaa\xa8\x0c\x04\xa2\x4c\x86\xb0\xa4\xbc\xa0\xa0\xa8\ \xa2\x24\x97\xc2\x12\x4a\xa5\x62\x95\x48\xa1\x62\x89\xa4\x2c\x16\ \xa0\x4e\x4e\x45\x3d\xf8\x42\x11\x4a\x32\xa3\x92\xf3\x14\xd2\x1c\ \xa9\x50\xad\xcd\x29\x52\x17\x29\xd4\x9a\x72\x6d\x51\x59\x81\xa2\ \xb8\xb8\xa4\xa0\x78\x79\x5d\x5f\xf7\xe0\x60\xcf\xee\x1d\x07\xda\ \x3a\xca\x73\x25\xd2\x5c\x79\x65\xc5\xf8\x81\x5d\xbb\xf6\x6f\xdb\ \xf0\xf6\x86\x7d\x1b\x7f\xcd\xc0\xc1\x22\xb8\xc3\x61\xbf\xdf\x60\ \x90\xf1\x0d\xb6\x5b\xfd\x7b\x0e\x8c\xf4\x55\xd7\x2e\x6f\x28\xae\ \x69\xac\x69\xae\xaf\x28\x6b\xa9\x19\xea\x6c\xec\x6c\xac\x57\x95\ \x94\xe5\x80\xcf\xac\xab\xaf\x2c\x2a\xa9\x2d\xeb\xec\xef\x19\x8c\ \xf4\xba\xf5\x8b\x1e\xdc\x3f\x7b\xe8\x9b\x4c\xfc\xdc\xf9\xef\xf4\ \xbf\x5c\xf7\xda\xdc\x6e\x33\x8e\xe9\x1d\xd3\xde\x78\xa2\x2f\x1c\ \x08\xcf\x82\xd3\x08\xcc\x3c\xf2\x3a\xa6\xa7\xfc\x1e\x0b\x08\x45\ \xc0\xcf\x37\x82\xac\xb8\x82\x5e\x97\xc7\x6f\x75\x04\xec\x16\xa3\ \xde\xed\x76\x7b\xdc\x98\xcf\xeb\xc3\xdd\x7e\x20\x24\xb7\xd7\x3f\ \x63\xdb\xb0\x67\x60\xff\x81\xa1\xbe\xb6\xa1\xb1\x7d\xfd\x0d\x4d\ \x23\x3d\xdd\xfd\x1b\x6f\x3c\x7c\xf8\xee\xee\x06\x30\x89\x43\x63\ \x3b\xf6\xec\xdf\x36\xf0\xfe\xf9\x95\x7a\x3b\x22\xb2\x50\x30\xec\ \xb1\x5b\x30\xcc\x83\xfb\x02\xde\x60\xd8\xef\x09\xe3\x3e\x34\x8b\ \x8c\x21\xbc\xf2\x63\x66\x92\x12\xfe\x84\xd9\xe4\xc2\x40\x14\x5d\ \x2e\xb8\x1b\xc3\xf4\x56\x97\xc7\x61\xd0\x25\x28\x3d\x5e\xb7\xcf\ \x8d\xb9\xfd\x7e\x5f\x30\x1c\xf0\xfa\x82\xa1\x90\xdb\x83\xe1\xa0\ \xa7\x2e\x87\xdf\x3f\x35\x3d\x15\xf6\xce\xcc\x06\x7d\x41\xbf\x3f\ \x34\x13\x9e\x5e\x00\xec\x34\x3d\x13\x9e\x02\x1f\x15\x0a\x07\x71\ \xa7\xdd\xe1\x73\xda\xc0\x84\x86\x67\x66\xa7\xe7\x84\x6b\xfe\x7f\ \x16\x10\x5e\x6f\x30\xff\x9f\x25\xc9\x57\x02\xb6\xfe\x15\x1b\x36\ \xff\x9f\xd0\x88\xc5\xff\x23\xd2\xec\x9f\xc0\xf6\xf9\x7f\xe7\xc8\ \x5a\xf1\x32\xc5\xd8\xcb\x79\x88\x3f\xae\x5c\x83\x71\x68\xda\xe7\ \xb6\x62\x70\x46\x03\x7e\x94\x39\x31\x08\x6f\x24\xfc\xb2\x30\x63\ \x28\xe8\x0b\x04\x82\x3e\x30\xcf\x41\x2c\xe8\x0e\xcd\x4c\x85\x50\ \x01\xb4\x79\xe7\x7e\xfe\xe1\xad\x3b\x27\x36\xfe\xb4\xea\xec\xad\ \x1f\x4e\xef\x1a\x7a\x6b\xff\xd0\xee\x9d\x1f\xdd\x7a\x78\xf7\x9d\ \x0d\xeb\xbe\x5c\xb3\xb5\xb9\x59\x55\xf1\x3b\xd1\xd1\x7a\xff\xdb\ \x6d\xa7\xae\x7f\xf1\xed\xfb\x3f\xdf\x78\xfb\xe1\xf9\x67\x37\xfa\ \x3f\x47\x4e\xf0\xcf\x3f\x51\xe2\x51\x54\x53\x75\x6e\x07\xf4\x91\ \x8b\x47\x26\x8f\x5c\x44\xa1\x56\xd9\xa5\x28\x14\x8b\xcd\xa0\x00\ \x5b\x65\x77\x75\xa5\x95\x66\xe7\x57\x51\xb3\xe7\x04\x4b\x90\xd6\ \xde\x2e\xe8\x62\x67\xd3\x04\xf9\x69\x40\x51\x28\xc0\x2a\x9f\xca\ \x2d\x05\xdc\xe2\x82\x80\xa5\x51\x29\x4c\x36\x8a\x20\xcd\xe7\x72\ \x69\xf0\x90\xe1\xae\x76\x36\x62\xb6\xec\xd2\xd2\x23\x5d\x69\xd9\ \x5c\x41\x76\x55\x5a\xcb\x81\xd1\xf1\xfe\x83\xe5\x0d\x7b\xc7\x0e\ \x6e\xde\xb5\xfa\x8b\x6f\x7f\x3c\xf1\xcd\xc3\x67\x1f\x3e\xfc\xf4\ \xc2\xf5\x8f\x6f\xdf\xbf\x17\x47\x5a\x94\xb7\x72\x3b\x29\xe5\xe3\ \x0b\x79\x79\xb1\x47\x17\x46\xa6\x66\x2d\xcc\x04\xad\x4a\x4a\x39\ \x9a\x14\x97\x9e\xb8\x30\x56\x99\x18\x9d\x54\x18\x97\x12\x4b\x04\ \xad\x38\xb7\xe4\x70\xc6\xd2\xf3\x8b\x9e\x3d\xb9\xfc\xf4\xf1\xf1\ \x73\x9f\x9e\xb9\x7c\x77\xe5\xfd\x9a\x34\x81\x44\x4c\x63\xd0\x68\ \xa8\x8e\x2a\x99\xc6\x14\xa5\x81\x9e\x42\x87\x13\x49\x84\x12\x31\ \x45\xa1\xcd\x45\xc5\x3e\x45\x42\xb1\x4a\x9b\xa3\xc8\x2d\x28\xce\ \xcd\x2d\x2e\x2f\x5b\x9e\x4b\xd1\x14\x15\xc8\x25\x8a\x86\xd5\x5f\ \x9c\x7e\xe3\xea\xef\xbf\x3d\x5e\x58\xf8\xe0\x70\x82\xde\x6c\xa7\ \xd3\x39\x44\x1d\x21\x35\x8b\x10\x47\x20\x72\xe8\x4a\x43\xa4\x23\ \x42\x1f\x13\x1b\x91\x18\x43\xbf\x7d\x26\xbe\x30\x29\xfd\xbd\x93\ \xbf\x7f\xa6\xdb\xbe\x6c\xbb\x21\xfe\xfc\x93\xf3\xc4\x24\xab\x49\ \x87\x19\x09\x71\x79\xc6\x94\x98\x98\xaf\x4f\x1d\xe6\x93\xdc\x7e\ \x27\x21\x72\x11\xdd\xac\x77\x87\x5d\x98\xc1\x60\xb6\xe9\x0d\x46\ \xab\xdd\x13\x74\xd8\x1d\x41\x0c\xfa\xd3\xec\xf4\xb1\x63\x73\xd3\ \x2f\xb3\x81\xc5\x68\xf7\x08\xda\xbd\x31\x37\xec\x2e\x58\xf0\x7a\ \xe4\xce\xb5\xe9\x6b\xf0\x50\x94\xd2\xe1\xca\xb1\xf9\xd7\xae\xad\ \x40\xb9\xfe\xe6\xbf\x32\x8d\xfb\x9f\x85\x7b\x34\xf4\xa1\x5b\xf3\ \xfe\x98\x37\xef\x8f\x3f\xe0\x48\x8b\xb1\x65\x7b\xa5\xaa\xb1\x55\ \xb5\x22\x9e\x18\xed\x44\xe2\x31\x69\x68\x24\xe1\x91\xc9\x6c\x2a\ \x5b\x20\x66\x69\xeb\x8b\x8b\x34\xc5\x1a\x05\x45\x55\x20\x94\x4a\ \xd2\xd2\x84\x72\x11\x9c\x21\x38\x77\x54\xaa\x48\x2d\x14\xa9\xa5\ \xf2\x9c\x1c\xb1\x5c\x0a\xf7\x0a\xe5\x2a\x55\x8e\x5c\xa5\x50\x49\ \x55\x9a\xfa\x92\xca\xca\x82\x9a\xba\xf2\xf2\xca\xca\xa6\xde\xce\ \x8e\xe6\xe5\xc5\x25\xb9\x42\xa6\x48\x2e\xd5\x54\x54\x0e\x0d\x1c\ \xd8\xba\x61\xf3\xfb\xa7\x56\xf5\xef\xfd\xf1\xa8\x7b\xd6\x1b\x74\ \x39\x6c\xfc\xd8\x98\x38\x62\x44\x24\x9f\xe8\xf0\x6f\x1e\x1f\xef\ \xeb\x6e\xac\x6e\xae\x2b\x2b\x28\xa9\xaf\xeb\x68\x2c\x5b\xde\x56\ \xdf\x0d\x34\xd6\x53\xad\x28\xd2\x8a\x15\x05\x95\xe5\xd5\x4d\xb5\ \x45\x95\x35\x05\x9d\x23\x63\xd1\x7e\x37\x7d\xfb\xd3\x53\x6f\xbe\ \x7b\x53\x1f\xfd\xc3\xb3\xa3\xc6\x1b\xd1\x06\x99\xcb\xed\xf5\x86\ \x8f\xbd\xb0\x25\x78\x83\x56\x6b\xb4\x2b\x38\x1b\x0e\xcd\xf8\xc0\ \x6f\x41\x27\xf1\xf9\xa0\x7b\x84\x1d\xe6\x95\x5f\x65\x46\xa1\x6d\ \x04\x80\xb3\x36\x27\x66\xb2\xea\xac\x2e\xb7\xcb\x86\x19\x4d\xf0\ \x89\x32\x83\x99\x71\x3c\x68\x78\x77\xf7\xc0\xfe\x83\xfb\x7a\xc6\ \xb7\xee\xeb\xec\xed\x69\xea\x1e\xea\xdd\xf7\xfe\xdd\x1f\x2e\xaf\ \x3e\xd0\xdf\xbf\x67\x74\xe8\xc0\x58\xf7\xd0\xea\x8d\xef\x9f\x4f\ \xb7\x38\x4d\x46\x9b\xd9\xc5\x49\x90\xc9\x70\xa7\xcf\x1f\x0c\x85\ \x7d\x51\x1c\x40\x24\x5f\xd0\x8d\x3b\x71\x10\x31\xb3\x2d\xe0\xb2\ \x60\x0e\x77\xc8\x6b\x75\x06\xbd\x5e\x0f\xee\x0f\x85\x3c\x3e\x70\ \x85\x1e\x07\xee\xb2\xd9\x5d\x81\x60\xc0\x6b\xf7\x38\x3c\x61\x6f\ \x30\xe8\x01\xcd\x9a\x7e\x11\x76\x7b\x83\xa8\xd8\x61\xc0\xe7\x81\ \xfe\xed\xf6\x40\x0f\x07\x63\x1b\x04\x10\xf1\x78\xbd\x3e\xaf\x17\ \xc3\x9d\xfe\x20\x08\x9f\x37\x1c\xf4\x7b\x1d\x98\xd7\xe9\x83\xe3\ \x7a\xfd\xb8\x15\x0b\xf8\x5c\xbe\x70\xd8\xe7\x9f\x9d\x09\x05\xc2\ \xc7\x16\x1f\x5b\xf1\xd7\xc6\xec\x7f\x8c\xe5\xf3\xbf\x31\xec\xaf\ \x99\xcd\x7f\x46\xb7\xf9\xaf\x06\xb6\xfe\x9f\x0a\xf7\x6a\xb4\xd9\ \x5f\x93\xed\xaf\x45\xf3\x3f\xff\x2b\x1c\x6b\xee\xe8\x60\xf2\xaf\ \xcc\x02\x7c\xba\x5d\x4e\x87\xd3\xe3\x05\xf5\xb6\xdb\x3c\x41\x38\ \xef\x41\x84\x5a\x41\x9f\xdf\xe5\xc6\xe1\x3c\x80\x76\x21\x47\x18\ \x9a\x9a\x82\x4b\x15\x9a\xb7\xe1\xdd\x5d\x6f\x5e\x5d\xb3\x67\xd5\ \x89\x35\x5b\x87\x0e\xd4\x56\xaa\xbb\x37\x74\x36\x74\x0c\x1d\x1a\ \x68\x68\x3c\xf8\xcd\xd7\x07\x2a\xb5\xa3\x83\x37\x32\xd2\x0f\xfd\ \x70\xfd\xd4\xe5\x1b\x0f\x6f\x9f\xbb\x7f\x7d\xf3\xc3\x07\x1f\x9f\ \xbf\xce\xfe\x73\x8e\xac\x2e\x1e\x41\x49\x1b\xe6\xca\xd1\xa3\x22\ \x5f\x13\xc3\x55\x55\xed\x13\x28\xf6\xaa\x1d\x7c\x9c\x20\xbf\x3d\ \xbf\x9d\x9b\x8f\x76\x12\x0a\x90\x69\x6c\xcf\xe6\x4e\x70\xb9\x20\ \x51\xdc\x76\x54\xfc\x3d\x7b\x2e\x94\x34\x0d\x9c\xa3\x80\x8b\x82\ \x4c\xb3\x27\xaa\xf2\xd3\x68\x34\x76\x15\x3b\x8d\x8a\xf6\xed\x80\ \x92\x65\xa3\xc8\x06\x41\x3b\x1c\x26\x1b\x6c\x61\x7b\x15\xf0\x19\ \x2b\xb7\xbe\x73\xe4\x40\xef\x2a\x55\xc9\xc8\xf8\xc1\x3d\xeb\xd7\ \x6c\x38\x75\xf6\xf2\xd9\x9f\x9f\xfd\xf6\xcb\x85\x5f\xcf\xfe\x7a\ \xee\xde\x3b\xef\x3d\xfb\xf9\xec\xc3\xa3\x85\x87\xb7\x5d\x5d\xf9\ \xc3\x87\x4f\x7f\xbd\x7f\xe1\x12\xe7\xe7\x3b\x97\x32\x97\x24\x2f\ \x5a\x96\x92\x9e\x91\x99\x9c\x71\x32\x3d\xf3\xd2\xf6\xed\x27\x93\ \xe3\x0b\x17\x2d\x49\xcc\x22\x65\xdd\x5c\xfa\xfb\xfd\x93\xdf\xe7\ \x6d\x3f\xf9\xcb\x99\xaf\x7e\xbe\xfc\xfd\x77\x23\x62\xaa\x98\xc9\ \xa3\x91\xd3\x18\x54\x2a\x93\x4c\x11\x31\x98\x34\x86\x50\xc2\x9b\ \xeb\x6f\x52\xb5\x54\x92\x9b\x2b\x42\xc0\x20\x05\xbf\x53\xa2\x06\ \x87\x53\x59\xa2\x2a\xd7\xa8\xeb\x47\x86\x6a\x6a\xeb\xf6\xde\xfd\ \xe6\xcb\x87\xbf\x3e\xbd\x9d\xfe\xf8\xf1\xcd\xbc\x25\xe9\xb1\x79\ \xe9\x44\x9d\x55\x19\xa3\x53\xc6\xc4\x9a\xf8\x1c\x9d\xc9\x28\xc3\ \x22\x22\x8c\x71\x1c\x43\x4a\xb4\x9e\xce\xd1\xc9\x12\x57\xc6\x12\ \xb2\x48\xad\x4b\x3f\xbd\xf0\x74\xe7\xbb\x3f\xb6\xea\x94\x87\xc7\ \x4e\x92\x56\x9e\xb8\xa1\x7c\xfb\x16\x69\xe5\xd1\xd6\x8f\x0f\xdb\ \xb1\x78\x2b\x26\xd3\x91\x38\xa9\x24\xbb\xd3\x6e\x4c\x77\x4d\xdb\ \x63\x2e\x10\x62\x93\x94\x46\xa3\xdd\x8b\x3b\x3d\x53\x28\xa5\x10\ \xda\xe9\xfc\x62\x3a\xe0\x09\xcd\xce\xce\x5e\x81\x9f\x66\x1f\xa1\ \x24\x22\x20\x5a\x7f\x37\xab\x2b\xa1\x19\xbb\x33\xec\x0f\xdb\xad\ \x26\x3f\x8c\xb5\xbe\x10\xb4\x6f\x5b\x38\x3c\x75\x65\x0a\x95\xe6\ \x44\x79\x1e\x56\x1c\x9b\xff\x9f\x14\x4b\x73\xed\x73\xf1\x8b\x50\ \xc8\xe5\xb4\x9b\x6d\x99\xbb\xca\x58\x22\x89\x94\x47\x66\x89\x58\ \x94\x34\x1a\x8b\x4a\x63\xd1\x28\x64\x2e\x8d\x89\xd2\x5a\x90\xe1\ \x54\xc9\x4b\x72\x8a\x8a\x51\xc1\xf9\x9c\x22\x21\x4f\xca\x64\x49\ \x44\x12\x31\x93\xc2\x60\x30\x28\x70\x0e\xd9\x34\x8a\x54\x9a\xa3\ \x16\xaa\xe4\x5a\x55\xae\x4a\x22\x2d\x90\x83\xad\x56\xc8\xe5\xb9\ \x65\x25\xc5\x39\x12\x85\xbc\xb8\xa2\x44\x98\x2b\x57\x83\x6d\x64\ \x88\xe4\x39\xc5\xe5\x8d\x4d\x7d\xe3\xfb\x56\xaf\x5f\xf7\xee\xce\ \x7d\x8d\x3b\x4e\x6d\x37\x7a\x08\x76\xb7\xce\x6c\x33\x24\x45\xa6\ \x1e\x4e\x4f\xd2\x1b\x4d\x04\x82\x6e\x0c\x0c\x64\x5f\x4d\x77\x7d\ \x6d\x75\x79\x49\xf9\xf2\xe6\xea\xca\x8e\xde\xe6\xda\x8e\xde\xb6\ \x96\x32\x45\x2e\x10\x9d\xb6\xae\xbe\xba\xb8\xb8\xb6\x7e\x79\x73\ \xdb\xc8\x78\x94\x0f\x37\x6e\x3f\xbb\x7a\xd5\x9d\x58\xe7\x93\x67\ \x17\x62\xcc\xf6\xa0\xc7\x16\xf0\x4d\x1d\x9b\x0e\x79\x9d\x56\xaf\ \xdf\x13\xf2\xa2\x24\xa2\x16\x5f\xc0\xed\xf5\x38\xc0\x77\xe0\x4e\ \xaf\xcf\xe3\xb4\xda\x9d\x36\x13\x1e\x08\x86\x43\x1e\x3b\x68\x82\ \x3b\xe0\x77\x58\x4c\x2e\xbb\x83\x23\xb3\xe0\xb8\xd1\x6c\xb0\xb9\ \x1d\xae\x00\xff\x93\xbd\x23\xfb\xb7\x1c\x1c\xdb\x37\xd8\x7f\xa0\ \xbf\xb7\x61\x70\x70\xdf\xee\x1b\xd7\x6f\x1d\xda\xdf\x39\xde\x34\ \xd8\xdf\x38\xd8\x3d\xbe\x6d\xf7\xea\x43\xb7\x96\x58\x30\xdc\xe6\ \x72\xf9\xed\x56\x27\x66\x31\xbb\x1c\x46\x1b\x6e\x5f\xb2\xc8\xe0\ \xb1\x5a\x71\xab\xc5\x80\xfb\xac\x56\x1b\xe6\x0a\x60\x26\x4f\x28\ \x04\x42\xe3\xf2\x07\x82\x1e\xdc\xeb\x35\xe9\xdd\xa0\x37\x4e\x0f\ \x66\xc4\x02\x20\x9b\x41\x1b\x0e\x76\x28\xe4\xf3\x82\x4f\xf5\xfa\ \xc0\xb7\xe2\xc1\x60\xc0\x87\x39\x3c\x6e\xf8\x2d\x0e\x14\x12\x84\ \xa7\x79\x30\xb3\x1d\x07\x5d\x75\x3a\x5d\x06\x93\xd9\x86\x39\xdd\ \x3e\xaf\xdf\xe7\xf6\x3b\x30\x34\x6b\xed\x77\xf9\xc3\x3e\x37\x68\ \x1f\xee\xf1\xb8\x70\xbf\xdb\xed\x0f\xfa\x3d\xee\x20\xf8\x45\x14\ \xc7\x77\xec\xda\xb5\xc5\xd3\xd3\x0b\xae\x5d\x81\xc6\x30\x3b\xd7\ \x28\x66\x5f\x1c\x9b\x7f\xec\xd8\x02\xd4\x98\x8e\x2d\xf8\x5f\xaa\ \x34\xc7\x48\xd3\xb3\x7f\x2b\x1d\x98\xd2\x05\xaf\xcb\xdd\xff\x15\ \xf4\xba\xe2\xef\x50\x11\x64\x0a\x43\x2e\x1c\xad\x7a\xbb\xac\xe0\ \x83\x83\x70\x06\xac\x06\x83\xc5\xe1\x74\x84\x50\xbd\xc6\x10\xbc\ \x7c\x9f\x1f\xf3\x04\x7c\x68\x9e\x11\x9c\x3c\x18\xc3\xf0\xec\xd4\ \x3c\x0d\x10\xb8\xb6\x79\xeb\xae\xb7\x57\xef\x1b\x1f\xd9\xb2\xa7\ \x7e\xec\x8d\x4d\x5b\xcb\xd5\x5a\x16\x4b\xbd\xfb\xb3\xdf\x37\xaf\ \x7e\xff\xe7\xf3\x77\x7e\x3f\xb1\xf6\xa7\x4f\xef\x9e\xff\xf9\xf6\ \xe1\x9b\xe7\x7e\xf8\xe1\xce\x9b\x37\xbe\xfc\x74\x4d\xd5\x9f\x48\ \xb2\xc0\x0a\x7e\x7e\xe4\x4f\x50\xaa\xaa\x89\x2a\x54\xf9\x79\x78\ \xb8\xb4\x0a\x55\x96\x38\x32\xd9\x8e\xf6\x0e\x76\x4d\x90\xe7\x76\ \x2f\x0f\x03\x2b\x5d\x1c\xee\x02\x7b\x58\xca\xce\x2e\x15\x54\x65\ \xa7\x51\xab\x4a\x87\xd3\xb8\x20\x61\xa0\x55\xf9\x28\x2e\x5e\xc0\ \xed\x1a\x06\xe1\x02\x8f\x98\xcf\x26\x23\xad\xe2\x82\xd8\xa1\x4a\ \xcf\xec\xd2\xf6\x49\x78\x0e\x9b\x9a\x3f\x5c\xda\x5e\x25\xa0\x29\ \x6a\xda\xfa\x7a\x76\xf7\x96\xb4\x74\x0e\x0c\x1e\x5c\xb7\x76\xe7\ \x47\xa7\x4e\xfd\x70\xf7\xfc\x83\xdb\x9f\x6c\x38\xb1\x7e\xfd\x3b\ \x3b\x07\x36\x6c\x1b\x1f\xf9\xf5\x9d\xf1\x8a\xc1\xee\x8a\xc1\xbd\ \x7b\xc6\x9a\x77\xff\xb6\xa1\x77\xdf\x9a\xeb\xc9\xa4\x85\xdb\x93\ \x52\x23\xa3\x63\xd3\xe9\xa4\xa8\xc3\x85\xa9\xdb\xb3\xe2\x23\x96\ \x64\x2e\x21\xc5\x2d\x89\x20\xa6\xc4\xc4\xc6\x27\x47\x27\x16\xa6\ \x66\x2d\x49\xba\x99\xba\xac\xad\x14\x3a\x23\x85\xc7\x63\xa0\xc2\ \xa9\x22\x31\xf4\x3c\x86\x84\x35\x17\xd6\xae\x90\x4a\x79\x80\x0c\ \x22\x95\x58\x52\x5c\xa0\xd2\x68\xe4\x60\x69\x2a\xcb\x72\x73\xd5\ \x1a\xed\xe8\x5b\x6f\x9c\x7a\x78\x63\xe7\xd7\xe7\x3e\x7b\xba\x32\ \x23\xe9\xea\x3b\xeb\xcf\x2c\xcc\x6b\xcd\xbc\x73\x92\x90\x48\x8c\ \x4f\xca\xd2\x19\x63\x0b\x6d\x96\x04\xbe\x83\x44\xe2\x13\x74\x32\ \x03\xdf\xac\xe3\x98\x2c\x58\x14\x29\x91\x93\x10\x4f\x54\xf2\xbf\ \x3b\x93\x92\x44\x77\x78\x38\x9f\xfe\xba\x32\x33\xeb\xec\xfa\x5b\ \x4b\xde\xb8\xbe\x7d\xa5\x8d\xc8\x71\xd9\x0c\x36\x0b\xa6\x3c\x7a\ \x3c\x32\x82\x44\xf2\xf0\x17\x7a\xbd\xf1\xcb\x96\xc6\x6f\xd8\x7f\ \xeb\x0c\x9d\x1f\x91\xa4\xb3\xbb\x03\xa1\x29\x94\xc4\xe3\x8f\xe7\ \xf3\x16\xcc\x86\x30\x07\x86\x92\x4d\x4e\x85\x83\xde\x10\xdc\x0f\ \xce\x60\x6a\x06\x8c\x87\xc3\xa8\xa4\x63\x5e\x9f\xd2\xe8\x99\x71\ \xe3\x06\xbb\x25\xc2\x83\x13\xf4\xad\xb8\xc7\x69\x33\x9b\xe9\x36\ \x97\x1b\x83\xff\x76\x40\xee\x30\x6a\xbe\x61\xb7\x2b\x1c\xc2\xbd\ \x76\x19\x5f\x67\xe0\x10\x8c\xad\x05\x8a\x22\x85\x0a\x34\x9b\xc9\ \x63\x31\xd2\xc8\x5c\xd1\xdc\x36\x75\x26\x99\x4c\x65\x73\x69\x2c\ \x16\x85\x82\x04\x0b\x65\x40\x2e\xd1\xe6\x94\xa8\x78\x2a\xa9\x58\ \x2a\x94\xa2\xa4\xa1\x6c\x2a\x83\x8d\xf2\xca\x02\x43\xa3\x5d\xce\ \x6c\x32\x8a\x10\xa5\xf0\xa8\xe4\x34\xa6\x90\x41\x26\xc3\xb1\x10\ \xa7\x01\x50\x8b\x79\x0a\x55\xae\x22\x27\xb7\xbc\xb1\xa6\xa3\x7f\ \xc3\xb6\x3d\x27\xbe\x38\xf1\xc6\x48\xe7\xb6\xcf\xd2\xf5\x18\x7d\ \x21\x96\x10\xad\xd3\xf3\x13\x1d\x1c\x83\x83\x9e\x00\x3a\x82\x7b\ \xdd\x19\x1d\xbd\x07\xba\x9b\x6b\x9a\xea\xab\x6b\xba\x2b\xab\xab\ \x6b\x2a\x6b\x7b\x1a\x6a\xca\x7a\x9a\x3b\xda\x96\x4b\x73\xb4\x60\ \xcc\x1b\x6a\x6a\x35\xf2\xba\xea\xe5\xcd\xf5\x4d\xbd\x84\x80\x53\ \x76\x61\xdd\xda\x37\xcf\x1b\x8d\xc7\xcf\xb4\x1a\x1c\x9e\x80\x07\ \x68\xc6\x05\x9d\x21\xe0\xf7\x38\x31\x0f\x30\x8b\x1f\x77\x39\x7d\ \x38\xe6\x45\xe5\x03\xbd\xe0\xd9\x1c\x16\xdd\xb2\x08\xbb\xdb\x85\ \xdb\x30\x1b\x8e\xe3\xa8\x04\x97\xcf\xe9\xb2\x1b\x1d\x4e\x0b\x88\ \x8e\xd9\xa6\xd4\xe3\x98\x53\x6f\xd0\x27\x5f\xde\x38\xd2\xb3\x63\ \x7c\xa4\x77\xa4\x67\xbc\xbf\xa7\xae\xb1\xa9\x77\xcd\x17\x27\x4e\ \x1f\xa8\xeb\xdf\x37\x3a\xda\xd7\x32\xd6\x3f\xde\xbf\x7f\xe7\x3b\ \x57\x4f\x5a\x6c\xae\xb9\x9a\xcf\x2e\xa7\xdb\xc4\x37\xdb\x6d\x56\ \xab\xdb\x6d\x73\xc2\x1f\x36\xc1\x25\x71\x01\x10\xb9\xed\x1e\x97\ \x19\x48\xca\x8b\x83\x00\xb9\x4d\x26\x1c\x08\x2e\xfe\x17\x60\x69\ \x1c\x95\x2e\x44\x97\x04\xa5\xd3\x9a\x41\x5d\x16\x61\x14\xd8\x52\ \xa7\x1d\x2e\x58\xc0\xe7\x77\x5a\xdc\x01\x8f\xc7\xee\x75\x3b\xc1\ \x5e\x06\x42\x38\xe6\x0b\x85\x43\x60\x19\xbd\xa8\xb0\x98\x03\xe8\ \xc4\x60\x75\xdb\x30\xdc\xe1\xf7\x85\x50\xd5\xfb\xa0\x0f\xf3\xcd\ \x84\x03\x80\x58\x21\xd0\x67\x37\x5c\x7e\x87\xc9\x8a\xc1\x59\x00\ \x3d\xf5\xb9\xdd\xe0\x44\xdd\x76\xab\xd5\x61\xd4\xdb\x6d\x78\x70\ \x0a\x4d\x92\xf9\xbc\xa0\x80\xde\xf0\xd4\xec\x8b\x6b\x2f\xae\x2d\ \xfe\x87\xba\xfe\xfa\xb2\x62\xca\x83\xd6\x52\x1f\x4d\x3f\x9a\x9e\ \x05\xcd\x44\xd5\x10\x5f\x5c\xbb\xf6\xe2\xca\x8b\x97\x45\x72\xfe\ \x16\xaf\x57\xd3\x7b\xbd\xd4\x36\x50\xc2\x05\xf3\xaf\x85\xc3\x1e\ \x93\xc9\xe2\x04\xc9\x42\x55\x1a\x91\x9a\x5a\xed\x98\xd9\x6c\xb2\ \x18\xcd\x36\x97\x1f\xfe\x7e\x28\x08\xc6\xd0\x17\x46\x16\x71\x66\ \xea\xd1\xec\x5c\x55\xec\xa9\x99\x79\x3b\x6a\x0b\x34\xbc\xf2\x0d\ \x1b\xf7\x8d\x6d\x58\xd5\xbf\x7b\x5d\xdb\xe0\xa1\x53\xdb\x2a\xfa\ \xf6\x17\xc9\x1b\xf7\x9c\xfb\xec\xfe\xe9\x0f\xbe\xbc\xfd\xfd\x85\ \x1f\xdf\xda\xb5\x6a\xdb\xf8\xbe\xb7\xd6\xaf\x1e\x5b\xf7\xf0\xd6\ \xfa\xcd\x7b\x07\xee\x0b\xff\x9c\x43\x2b\x34\x7f\x05\x9f\x9f\x4f\ \xa0\xec\xa2\x17\x8f\x4c\x4c\x74\x0d\x4f\x4c\x5e\x6c\xff\x3c\x1f\ \x55\x52\xad\x42\x0e\x30\xbb\xbd\x8a\x5d\x3a\x0c\x6e\x70\x12\x55\ \xc4\x01\x65\xcb\x17\xb0\xb9\x64\x72\x57\xa9\x80\xc9\xae\xe2\x52\ \xd8\xa5\x6c\xaa\x80\x0b\xae\x30\xbb\xb4\x2b\x1f\x4c\x24\x19\xed\ \x70\xce\x67\x77\x55\xe5\x83\x87\x04\xa6\xea\xca\x07\x60\xcb\xef\ \x12\x70\x51\x62\x1a\x90\xfe\x00\x00\x20\x00\x49\x44\x41\x54\x7a\ \x64\xb4\x25\x91\x57\xd0\xdf\x77\x70\x9b\x22\xb7\xbf\x6d\xf7\x96\ \x2d\x5b\xd7\xbf\xb9\xf9\x83\xcb\x3f\xdd\x3a\x7f\xf2\x50\x59\x77\ \x4d\x6d\x59\x4d\x81\x54\xa3\xc9\xe1\x69\xca\x72\x98\x5a\x14\xc1\ \x58\x51\x51\x37\x3a\xd2\xa2\xd6\x94\x1c\xd8\x7f\xe2\xf2\xb3\xef\ \x96\x46\xeb\x22\xee\xbe\xf7\xe5\xfd\xe3\xd7\xcf\x3d\x5b\x19\x95\ \xb8\x32\xf3\xd2\xfd\x0f\x6f\xfd\xfe\xe0\xfe\xfd\x67\x1f\x9f\xfb\ \xea\xc1\xd3\x7b\xb7\x5b\xa3\x97\x2e\x8b\xcf\xdb\x23\xa1\x32\xc0\ \xff\x50\x98\x28\xe2\x4a\xc8\x14\xb3\x80\x2e\x44\x22\xa1\x3a\x47\ \x22\x51\x49\x84\x42\x21\x4f\x21\xcc\xd1\x14\xa9\x15\x2a\x4d\xb1\ \x5a\xab\x50\x17\x6b\x2a\x9a\x9b\xfa\x57\xbf\x7d\x76\xd5\xc6\xb7\ \xbe\x7d\xf8\x55\x8a\x11\x68\x8a\x14\x1f\xab\xd3\x2f\x8a\xb5\x70\ \xa2\x22\x13\xcd\x91\x0f\xd3\xe3\x63\x12\x13\x64\xf1\xfc\x2c\x13\ \xc7\x8a\x19\xe8\x89\x91\x31\x06\x3a\x47\x4f\xd2\x99\xf8\x16\x9b\ \xd1\x8c\xbb\xed\x06\xbb\x0f\x77\xb9\x74\xb7\xde\x5b\x7d\x33\xe9\ \xd2\x89\x6f\x0e\x7f\xb5\xe4\x64\x8a\x13\x9c\x87\xd3\x2c\xb3\xe2\ \x4e\xab\x2c\xd6\x18\x15\x95\xf2\x59\x5e\xc2\x22\x7e\x14\x3d\xf6\ \xc1\xd7\xeb\xf2\xf8\x8b\x32\xf3\xa2\xf8\xa9\x79\x0b\x49\x26\xe8\ \x55\x33\xf4\xc0\x8a\x3f\xe6\xad\x78\x31\xe5\x9b\x59\x70\x6c\xd6\ \x63\xc7\x5c\x26\xa3\xd9\xc4\xb7\x59\xcc\x3a\xa5\x49\x47\x34\xd9\ \x66\xf5\xba\x00\x11\x9f\x4e\xa2\x27\x2e\xa5\x93\xcc\x7e\x9f\x39\ \x86\xae\x33\x83\x5e\xc5\x45\x44\x03\x36\x78\x30\x93\x4d\x67\xb1\ \xda\x74\x0e\x83\x3e\xd2\x20\xe3\xa4\x26\x46\x64\x44\x39\xe9\x09\ \x36\xfa\x56\x90\x12\x29\x93\x29\x11\x31\x24\x4c\x36\x40\x27\x8f\ \x45\xa6\xa6\x51\x40\x91\xb8\x80\xa0\x14\x01\x97\x4d\x13\x4b\x54\ \x5a\xb9\x3a\x37\x27\x47\x23\x57\x6b\x40\xd3\x85\x62\x94\xab\x95\ \x2c\x10\x08\xd8\x34\xee\x5c\x14\xcb\x70\x55\xf6\xe4\x70\x29\xca\ \x6a\x46\xa5\x66\x0b\xb8\x54\x09\x8b\x42\x13\x8b\x98\x42\x29\x8b\ \x21\x2d\xa8\x28\x96\xaa\xca\x8b\x2b\xfb\x1b\x47\x7b\xfa\x0e\xae\ \xff\xe2\xd0\xda\x6d\xa3\xfd\xab\xbf\x23\xd2\x2d\x0e\xcc\x7e\xef\ \xe0\xcf\x0b\xf3\x4e\x66\x14\x7e\x1f\x4f\x34\x90\x64\x1c\xd0\x7a\ \x97\x05\xbf\xd9\xd1\x3d\x54\x5f\x51\x53\x09\x3c\x56\x5e\x51\x51\ \x50\x5d\x53\xd6\xd2\xb0\xbc\xa9\xba\xb7\xa3\xb1\x21\xb7\xac\xbc\ \x48\xa3\x2a\xae\xa9\xab\xd0\xd4\x56\xd7\xd4\x35\x77\x8c\xeb\x7d\ \xce\xf8\xd3\x03\xeb\x3e\x59\x69\x8f\x4c\xc9\x8b\x70\xda\xc1\x0d\ \xda\x6d\x2e\x6f\xc0\x81\xb9\xdd\x5e\xab\xcf\x63\xb3\xba\x50\xc7\ \x40\x46\x0c\xfa\xb4\xcf\xef\xf5\xd2\x4d\x19\x89\x49\x76\xb7\xdb\ \x63\xb6\x39\x71\xd0\x7a\x3e\x11\x24\x5d\x19\x17\x8d\x21\xef\x85\ \x3c\x98\xcf\x85\xbb\x30\x5f\x38\xe6\xf8\xfd\x2d\x83\x9d\x5b\xc6\ \xfb\xfb\xc6\x7a\x9b\x86\x7a\xab\x9b\x46\xfa\x77\x5e\xbd\xbc\xa3\ \x7b\x79\x6f\x6f\xef\x48\xdd\x50\xdf\xbe\x2d\xfb\xbb\x77\x7e\xfb\ \xcd\x25\x54\xd5\xcb\xe7\x75\xea\xa3\xf3\x22\x4d\x1c\xb3\x17\xb7\ \x10\x4d\x3e\xbf\xdf\xef\x90\x99\xec\x9e\x40\xd0\xa4\x07\x99\x74\ \xeb\x1c\x4e\xab\xd3\x69\xd7\x5b\xec\x16\x9b\x45\x99\x40\x20\x90\ \x74\x66\xcc\x02\xaa\x31\x33\x35\x85\x0a\xad\xc2\x10\x14\x82\x9f\ \xc3\x41\xa4\x5f\xa0\x5d\x81\x39\x05\xf4\x06\x30\xcc\x85\x3b\x1c\ \xa0\xad\x76\x83\x05\xa4\xd7\x37\x27\x58\xde\xb0\xd7\x3f\x33\x17\ \x79\x01\x38\xe5\xf6\xa0\x2a\x1a\xc8\xdc\x06\x01\xb0\x30\xcc\xe7\ \x05\x81\x72\xc2\x19\x70\x1a\xed\x60\x4f\x03\x70\xd3\xe7\xf7\xc9\ \x64\x5e\x2f\xa8\x37\x2a\x11\xe4\x01\x8c\x73\xe8\xac\x1e\x18\xb7\ \x7c\x2e\xa7\xc7\xe5\x71\x23\x93\x0c\xb2\x14\x40\x31\x1e\x28\xc8\ \x03\x45\x93\x4d\x5f\xbb\x02\x86\xf2\xd1\xcc\x23\x78\x61\xe0\x4e\ \x7d\x01\x97\x3d\x00\x2f\x70\x26\xe4\x87\x83\x4e\xc1\xab\x04\xfb\ \xf6\xe2\xca\x9c\x98\x4d\x5f\x7b\x71\xec\x05\xe2\xb8\x17\xd3\x2f\ \x80\xdb\x5e\x5c\xb9\x32\x8d\x86\xc5\x60\xc0\x69\x0f\xc0\x35\x76\ \xa2\x89\x74\xaf\x27\xe0\x35\xe4\xa5\xe8\xf4\xa8\xf0\x19\x0c\x12\ \x2e\xf0\xdc\x40\x93\x16\x97\xcf\xe3\x09\x20\xd8\x7a\x34\x0b\x5f\ \x90\x60\xc1\xdb\x9a\x37\x34\x26\xd7\x8e\xd4\x0c\x34\xee\x18\x69\ \x1e\x1a\x18\x3d\xd0\xa7\xad\x3b\x38\xd0\x5c\x59\x2e\x61\x6a\x7a\ \xbf\xf9\xe5\xce\x86\xe5\x6d\x2d\x1b\x7a\xb7\xae\xdf\x23\xa6\x29\ \xca\x2b\x8a\xca\x3b\x46\xdf\xeb\xde\x76\x76\xf3\x86\x4f\x14\x9f\ \x4f\x82\x07\x44\x7a\x35\x27\x58\x9f\x4f\x4e\x0c\xbf\xcc\x98\x3c\ \x3c\xdc\xd5\xd5\x05\x26\x11\x65\x6a\x07\x35\x12\x94\x56\x75\xa5\ \x5d\x1c\xae\xea\xca\x9e\xac\x6a\x4f\x9b\x98\x44\xb1\x58\xd9\xc3\ \x5c\xe4\xef\x04\x13\x55\xd9\x54\x94\xb0\x01\x25\x54\xae\xca\x1e\ \x6e\x87\x01\x57\xc0\xae\x02\x6d\xa2\x09\xda\xab\x90\xff\x6b\xcf\ \xce\xef\xe2\x82\xda\x75\x4d\x74\xb1\x19\x02\x14\x78\x9a\x5d\x4a\ \xee\x1d\xef\x1f\xdc\x25\x67\x55\x34\x8e\xed\x5a\x35\xb8\xf6\xcd\ \x6f\x2e\x5f\xbd\x71\xe7\xc1\xbd\x16\x5e\xae\x44\x24\x52\xb3\x68\ \x2c\x18\xb1\x25\x42\x89\x5c\x2d\x11\xe6\x48\xe5\x0c\x9a\x24\x47\ \xae\x50\x15\x49\x44\x72\x61\x71\x49\xcd\x81\xd1\x6a\x09\x8d\x22\ \x56\x33\xc5\xd2\xea\xc1\x83\xa3\x95\x0d\xda\xf2\xe5\x9d\xe3\xe3\ \x2d\xcd\xf5\x35\xbd\xdd\x6b\x36\xed\x59\xf7\xee\x4f\xa7\x3e\x79\ \xe7\xea\xea\x22\x21\x78\x1a\xaa\x58\x2a\x51\x29\xd4\x28\x93\x8c\ \x44\x22\x52\xe4\xca\x55\x62\x96\x50\x22\x16\xf2\xe0\x48\x45\x45\ \x05\x12\x89\x42\x5b\x00\x70\x91\x5b\x5c\xb4\xfc\xe0\x5b\x7b\xd6\ \xbf\xb5\x61\xdd\xf5\x9f\x9f\x2d\x4d\xa2\x13\x63\xa2\x5a\x0d\x4e\ \x52\x92\xfe\xe3\xa7\x1c\x62\x24\x29\xda\x6e\x89\xd6\xc7\x12\x5d\ \x49\xf7\xef\x2b\x53\x7f\x89\xa4\x5b\x0d\x7c\x93\xd2\x46\x30\xa5\ \xa7\xd3\x4d\x74\x02\x1f\x15\xaa\xb3\xdb\x31\x9b\xc3\x65\x4d\xb0\ \x10\x7f\x3d\xf5\xd9\xe9\xdf\xae\x3f\x3e\xf1\x94\x60\xb6\x3a\x9c\ \x66\x93\x55\x49\x97\xd9\x31\x9f\x95\xce\x21\x24\x27\xd2\x8d\xa6\ \xf8\xac\x28\xa5\x81\x43\x7f\xf3\xe4\xa2\xe4\xed\x74\xdd\xb2\xe4\ \x4f\x97\x72\x92\x4c\x36\x97\x0f\x60\x6b\x6a\x1a\xa5\x20\x47\xd9\ \x29\xc1\x22\x5e\x99\x0e\x05\x60\x48\x86\xd6\x3d\x13\xf6\x3b\x1d\ \xe1\xe9\xa0\x6d\xf6\xda\x95\xf9\xd7\x8e\x5d\x9b\x9e\x3f\xef\xf9\ \x8a\x3f\x56\xbc\x98\x9d\x0a\xce\x4c\x4f\xcd\xe0\xfc\x38\x92\xdd\ \x01\x40\x65\xb7\x9a\xed\x06\x93\x2e\x39\x15\x45\x5b\x28\xe9\xd1\ \x4a\xc0\x08\xe3\xcd\x92\x5a\x95\x58\x4a\xa5\x08\x59\x34\x06\x0a\ \xf9\xa7\x20\xf0\x04\xbf\x47\xa1\x92\x69\x02\x32\x5c\x2f\x80\x25\ \x94\xcf\x18\xc6\x06\xb5\x46\x51\x50\xa2\x96\x6b\xe5\x3c\x31\x2a\ \xd6\x48\x61\xd2\x28\x12\x1a\x10\x34\xa0\x15\x8b\x49\x66\x4a\xd0\ \x1e\x02\x31\x53\xaa\x52\xe5\x16\xa1\xa9\x2d\xa1\x50\x5b\xa4\x55\ \x97\xd4\x75\x56\x14\x95\x74\x74\x8e\xf4\x8d\x6f\x59\xfb\xc9\x3b\ \xbb\xfa\x97\xef\x3d\xdb\x2a\x73\x80\x7b\x72\x98\x62\x8c\x66\x8f\ \x2c\x81\x98\xb7\x68\x09\x51\x47\x3c\x9c\x9e\xb2\x2c\xf1\xea\x39\ \x07\xe6\x39\x5b\xd1\xd6\x56\xd3\xd0\x51\x9e\x93\x5b\x52\x53\x5b\ \x50\xd2\x5c\x59\x3f\xd6\xdb\xb9\xbc\xba\xbe\xa6\x76\x79\x49\x49\ \x8e\x56\xad\x2a\xa9\xee\xad\xd0\xc8\xb5\x0d\x1d\xbd\x8d\x67\x6d\ \x76\xf3\xd1\x75\x5b\x57\x7d\xad\x34\x26\xa4\x24\x02\x4e\xf8\x03\ \x7e\x1f\x66\xd2\x01\x45\xfa\x5c\x16\x30\x1c\xe1\xb9\x1a\xa4\x1e\ \x17\xe2\x0e\xb0\x69\xd0\x83\x48\x9c\x18\x9b\x1b\xd5\x4f\x86\x17\ \xe1\x86\xfe\xe7\xc3\x01\x60\x02\x2e\xcc\xee\xf2\x00\xad\x60\x5e\ \x97\x33\xe0\xc1\x7d\xc1\xa9\xa5\x5f\x6c\xff\xe1\x8d\xc1\x83\x7b\ \x06\x3b\x7a\x7b\x3a\x1a\x1b\xbb\x07\x07\xb6\xec\x39\xbd\x66\x7f\ \x4b\x73\x75\x63\x5b\x67\xcb\xee\xbe\xbe\x81\xd1\xfe\x83\x5f\x3f\ \x6d\x35\x9b\x6d\x16\x7f\xc0\x10\x8d\x9b\x48\x76\x17\x9e\xa0\x8c\ \x59\x94\x92\x40\x27\x19\x8c\x7a\xb3\xd5\x66\xf5\x3b\xa2\x61\x98\ \xb0\x19\x08\x31\x26\xab\xd9\x4a\x97\xc9\xcc\x66\x83\xd1\x68\x73\ \x3a\x1c\x73\xf3\x57\x1e\x97\x37\x08\x02\x02\xcd\xc3\x0d\x3c\x68\ \xb7\xfb\x5f\x56\x7e\x0e\x80\x98\x80\xfe\x78\xec\xa8\x38\x08\xc8\ \x94\xcf\x85\xe9\x6c\x6e\xbb\x13\xc5\x3d\x38\x5d\x88\x95\xfc\x3e\ \xb8\x81\xa4\x0d\x4c\xad\xcd\x15\x46\x73\xee\x68\x39\xd4\xe3\x75\ \xe3\x26\x97\x43\x8f\xcd\xcc\xf8\x30\x50\xea\x99\xd9\x47\x73\x0a\ \x18\x70\x07\xa7\x00\x34\xd1\x2c\xb7\x1d\xec\x31\x6e\xf3\x3b\x51\ \xbd\x57\xb8\xc7\x1b\x08\x87\xd0\xa7\xdf\x8d\xd6\x1b\x5c\x4e\xab\ \xc1\x6c\x73\x7b\x41\xec\xd0\x99\x0b\x23\x88\x07\xb4\x9b\x0a\x82\ \xe8\xf9\x70\x07\x9a\x6e\xf3\xfb\x82\x28\xc6\xd3\xef\xf2\x21\x40\ \x73\x05\x40\x35\xfd\xd0\x00\xdd\xc0\x92\xf0\xaa\x70\x0f\x1c\xce\ \x03\xe7\x3a\x3c\x83\x4a\x12\xe1\x98\x3b\x10\xf0\xbb\x3d\x70\x72\ \x31\x7e\x3c\x5a\x9e\xb0\x7b\x5d\x6e\x4f\x00\xe4\xdb\xe7\xe6\x27\ \x44\xe9\x0c\x60\xbf\x9d\x20\xec\x61\xf0\xaf\xd0\x8e\xdd\xa1\x00\ \xee\x9a\x57\xd1\xa8\xce\xe9\xa9\xa8\xac\xdd\xbd\x7a\xf7\x81\x8d\ \x9d\x7d\xe5\x92\xa2\x82\xea\x12\x34\x8b\x44\x95\x76\x5e\x3d\x58\ \x5e\xdd\x52\xcf\x92\x56\x1c\xe8\x97\x50\x79\xb9\x45\x72\x6d\xb1\ \xaa\xb8\x79\xff\xc0\xda\x9d\xab\x72\x41\xa5\x26\xe7\x82\xb0\xd0\ \x7a\x61\xd7\x9f\x73\x65\x0a\x2f\x4e\xc0\xc7\x64\x55\x55\xd7\x70\ \x7b\xd7\x11\x54\xfc\xb4\x34\x5f\x90\xcd\x9d\x68\x9f\x44\x15\x51\ \x81\xa3\x60\xb4\x9d\x18\x1e\xe6\x72\xab\xd0\x32\x22\x9b\x0d\xbf\ \x1c\x2e\xcd\xce\x46\x59\x89\x81\xaa\xaa\xf2\xc1\x3f\x0a\xaa\xda\ \xb9\x6c\x01\x3b\xbb\x6a\xb8\xbd\x3d\x5b\x80\x92\xb9\x23\x29\x2b\ \x9d\x2c\xcd\xa6\xa6\xb1\xb3\xa9\x02\x41\x97\xb0\xa9\xb1\x77\xac\ \x43\x58\x30\x34\xde\x3d\xb6\x6f\xdb\xa6\xad\x97\xaf\x7e\x7b\xff\ \xfc\x99\x07\x0a\x32\xca\x5a\x45\x61\x94\x72\x19\x12\xb1\x58\xc4\ \xe3\xf1\xc8\x2c\x39\x53\xc8\x43\x2b\x7e\x34\x16\x83\x8a\xe6\xcf\ \x29\xbc\xb4\x6c\x1a\x83\x4a\xa1\x90\x81\x13\x60\xa8\x27\x0b\x18\ \x4c\xd0\x21\x79\x8e\x54\x24\x16\x4b\x73\x8b\xaa\x15\x0a\x55\x01\ \xb8\x9b\x92\x9a\x12\x35\x4a\xd7\x24\x12\xa9\xa4\x12\xb9\x98\x27\ \x52\x09\xe5\x52\x95\x36\x47\xc8\x24\xb3\xd4\x0c\x9a\x58\x08\xd8\ \x21\xcf\x15\x49\x78\x12\xc0\x8a\x0a\x6d\xc5\xd0\xc1\xfd\xeb\x36\ \x6d\x5b\x7f\xe8\xe1\xb3\x8c\xc8\x7b\xbf\x93\xe8\xb2\xd6\x95\x7a\ \x5b\xca\x97\x0b\x53\xe8\xa4\x48\x7a\x4c\x56\xa4\xd1\xec\xb0\x3a\ \x94\x1f\x2d\x8a\x2d\x4c\x79\x92\x12\x1b\xad\xd7\xe9\x1d\x66\x65\ \x82\x32\x9a\xe3\x81\xbb\x75\x26\xb8\x89\xb9\x6c\x36\x1b\x6e\xb6\ \xe2\x86\xd8\x88\xc2\xb8\xb8\x95\x8b\x96\xe6\x29\x71\x9c\x60\x77\ \x29\xcd\xa6\x9b\x0b\x49\xfe\x90\x99\x1e\x9b\xa1\xc4\xac\x09\xb2\ \x95\x19\x56\x5b\x94\xa9\x30\x7e\x29\x3f\xd6\x44\x48\xa2\x47\x44\ \x47\x1a\x88\x74\x7d\x30\x64\x30\x79\x1c\xbe\x90\x77\x76\xc1\xf3\ \xc5\x2f\xc2\x8f\xa6\x8f\x01\x8d\x2f\x9e\x2b\xe7\x36\xed\xb4\x44\ \x39\xed\x98\x1b\xb0\xdf\xe5\xf3\x4d\x2d\x9e\x77\x65\xf6\x8f\x3f\ \x56\x3c\xff\x63\xde\xcb\x9d\x27\xf3\xa7\x1f\x85\xdd\x56\xa3\x5e\ \x26\xb3\x59\x0c\x11\x44\x02\x31\x4a\x69\x4a\x94\x25\xd0\xf5\x26\ \x7b\x82\xd1\x72\x1f\x4e\x8f\x84\x46\x16\xd1\x78\x22\x06\x99\x0a\ \x4e\x99\xca\x13\x32\x28\x2c\x0a\xb7\x54\x40\xe6\x96\x22\x5c\x82\ \x93\x49\x13\xab\x25\xb9\x05\x1a\xad\x34\x17\x7d\x55\x88\xb4\x72\ \xa9\x44\xa1\x10\x89\x69\x22\x94\x96\x95\x05\x26\x51\x2c\x92\xe7\ \xb2\x78\x22\x9e\x50\x9c\x5b\x54\x51\x50\x56\x2c\x57\x17\x6b\x4b\ \x2a\x1b\x1b\x7b\x47\x3a\xda\x1a\x5b\x5a\x7a\x3b\xf7\x6e\x5a\x37\ \x3e\x34\xb6\xe7\xf2\xe3\x14\x87\xc7\x1a\x1d\xcf\x57\xc6\xd2\xf9\ \x7c\x9d\xc3\x0b\x2d\x59\xa7\x54\xd2\x6d\x4e\x0b\x31\x2a\x36\x2a\ \x39\xf5\xe6\x52\x43\x4f\x7d\x67\x77\x63\x65\x45\xbd\x26\x47\x53\ \x56\x50\x52\x52\x59\x50\xd3\xd3\xdc\x56\x56\xd1\xbd\x7c\x79\x4b\ \x45\x2e\x5c\xbf\xe2\xa2\xe2\x9e\x86\x62\x4d\x79\xe3\x68\xf7\x81\ \xa5\x98\x2d\xe1\xdc\xe6\xbe\x4d\x0f\x2c\x89\x51\xb1\x31\x6e\x77\ \x60\x66\xca\xe3\x02\xe7\xe7\xb6\x39\x48\x32\x3b\xd0\x45\xd8\x3f\ \x13\x76\xb9\xfd\x41\x30\x5f\x7e\x9f\xcd\x4a\x32\xfa\x8c\x04\xba\ \xc1\x44\xcc\xa3\x5b\x74\xdf\xdd\x27\x6e\x4f\x8c\x3f\x4e\xb4\xe0\ \xa0\x39\x4e\x20\x55\xab\x8c\xaf\xb4\x60\xb8\xd9\x61\xd3\xf1\x4d\ \x0f\x4f\xa7\x1e\xff\x60\xeb\x48\x5f\x6f\x43\x6f\x53\x7d\x6d\x43\ \xc7\xd8\xce\x4d\x5b\xde\xd9\xdf\xd6\x51\x53\xd7\xd7\xdc\xd6\xdc\ \x77\xe0\xc0\xf8\x81\xc1\xad\xa7\xbe\x8b\x35\x59\xed\x01\xbf\x2b\ \x08\x08\x67\xf7\x02\x58\x59\x4d\xd6\x84\x38\x33\x66\x05\xe1\x03\ \x61\xb1\x81\x1d\xc5\xbd\x0e\xcc\x8c\xf9\x3c\x41\x3f\x6e\x05\x15\ \x73\xfa\x6c\x3a\xa3\xc9\xe1\x34\x80\x5b\xb2\xa2\x39\x29\x8f\x0d\ \xbc\x21\xe8\x85\xdb\xac\x74\x1a\x4d\xce\x50\x18\x5e\x00\x30\x31\ \x74\x61\x97\x2f\x04\xdd\x1f\x2d\x66\x7a\x31\x97\xdd\xe5\x77\x01\ \x5a\xf9\x3c\x68\xf1\xd1\x1b\xb4\x71\xbc\x60\x17\xfd\xfe\x00\x8e\ \xf9\x41\xb5\x70\x30\x94\x98\x3f\xe4\xb1\xfb\x50\xe2\x78\x7f\x10\ \xc0\x0b\xe0\xc5\x8b\x56\x49\x11\x39\x3d\x9a\x63\x1e\x10\xf0\xa0\ \x0b\x03\xc9\xf3\xc3\x53\x1d\x06\xa5\x05\xf7\x7b\xfc\x76\x87\x05\ \x84\xd2\x0b\x2f\xd0\x89\x9b\x2d\x04\xa5\x85\x93\x18\x85\xf9\xe7\ \x84\x13\x40\x0e\x54\x10\x4d\xf9\xfb\x83\xe1\x10\x20\xab\xd7\xe9\ \x40\x5a\xeb\xb4\x81\xcf\xf3\xda\xf9\x04\xa5\xcd\x64\x75\x59\x8d\ \x6e\xcc\xee\x0b\xcc\x84\x3c\xc0\xa7\x80\x6d\x60\x62\x41\xb6\x42\ \x41\x10\x21\x17\xe6\xf7\x22\x46\xb4\xd9\x4c\x32\xbb\x03\x07\xec\ \x05\xa4\xf2\xe2\x26\xa3\xdd\x6e\xb3\x61\x1e\x8b\xd1\xa0\xe7\x10\ \xe8\xf4\xa8\x04\x62\xbc\xcc\xe9\x76\xc2\x58\xe1\x0f\xcc\xcc\x93\ \x2a\xfa\x06\xbb\xdb\xaa\x7b\xd6\xad\x5b\xb3\xa5\xb3\xad\xb6\x5c\ \x5d\x21\xe1\xb2\x27\xaa\x18\xd2\xf2\xda\xda\x86\xe6\xea\xe6\xa1\ \x1c\xb1\x54\x2c\xa7\x70\x29\x64\x8a\x30\x57\x28\x54\xe4\x36\xd7\ \xf7\xb4\x54\x54\x2a\xe6\x02\x1b\x3e\xff\xf3\xcf\x3f\xe7\x44\x0b\ \x2d\x14\x0e\x57\x1d\xf9\x1c\x4d\x60\x01\x61\x95\x56\x4d\x1c\x41\ \x5b\x72\x40\x85\xd8\xc3\xd9\x00\x55\xe4\xec\xae\xd2\x76\x36\xda\ \xa6\xd3\xde\x3e\x8c\x6a\x14\xa2\xc2\x85\x60\x1c\xd8\xd9\x68\x0f\ \x21\xda\x9e\x53\xc5\x86\x1e\x91\x4f\x41\x64\xd5\x4e\x65\x57\xb5\ \x97\xce\x25\xfa\xcb\x87\x83\x55\x5d\x04\x1c\xcb\x2e\x15\xe4\x0f\ \xe7\x53\x59\xc2\x92\xee\x96\xca\xde\x66\xc1\x81\xdd\x7d\x07\x37\ \xed\x7f\x67\xfd\xfa\x13\x3f\xfd\xf8\xec\x66\xeb\x27\xdc\xb4\xd2\ \x2a\x2a\x99\x2b\x40\x35\x0d\xa1\x57\xf1\xd8\x5c\xb4\xce\x27\x02\ \x16\x80\x7b\xd3\x5e\x26\x0d\x65\x90\x99\xa0\x5e\x0c\x2a\x83\x45\ \x43\x85\x05\xc5\x3c\xf8\x81\xc9\xa2\x55\x91\xd3\xd0\xee\x40\x89\ \x94\x41\x13\x31\x29\x64\x9e\x4a\xcc\x60\x32\x78\x14\x96\x58\x94\ \xc6\x04\x25\x13\xab\x80\x21\x84\x0a\x79\x81\x82\xc2\x63\xf1\x54\ \x14\xe8\x82\x22\x91\x5c\x24\x55\x15\x2b\x78\x8a\x1c\x79\x79\xc3\ \xd0\xbe\x3d\x3b\x46\x07\xd6\x5f\x7f\xba\x32\x76\x69\xca\xf6\xd4\ \x5f\x8e\xc6\x5f\x3a\x2a\x93\xa5\x12\xf8\x67\xf8\x31\xc9\x91\xf1\ \xad\x91\x4e\xa5\xce\xe2\x38\xfa\x13\xc9\x14\xf5\x70\x61\xde\x53\ \xd9\xd3\x0f\x92\xe3\xbe\x37\x99\x52\xa2\x8e\xbf\x73\xef\x8c\xcd\ \xc4\x97\x99\x6d\x38\x6e\xd6\x47\xf2\x53\x64\x51\xa4\x84\x88\xc4\ \x04\x93\xce\x60\x0b\xe0\xb8\xcd\x60\xe0\xc0\xd0\x1e\x17\xb3\x24\ \x9a\x8e\x59\x75\x29\x51\x44\xb3\xde\x16\x45\xc4\x4c\x71\xca\x54\ \x82\x9e\x1f\x49\x6a\x3d\x1e\x73\x38\xfd\x66\xac\x85\x9e\x10\xa5\ \x8f\x21\x19\x13\x08\x71\x31\x0b\xa3\x75\x86\xd8\x14\x3a\x6e\x0d\ \x3e\xba\x72\x65\xf6\x05\x0c\x9c\x71\x59\xd1\x09\x89\x9c\xf8\x58\ \x4e\xb4\xc1\xa2\xe7\x18\x62\x9c\x26\xfd\xec\x6c\xf0\xc5\x8a\xc5\ \xd7\xae\x5c\x79\xfe\x1c\xad\x05\xae\x38\xf6\x28\x60\xb7\x1a\x8c\ \x56\x43\x84\x2c\xca\x61\xd6\xe9\x63\x1c\xe0\x02\xc2\xde\x24\x99\ \xee\x52\x2e\x58\x62\x11\x53\x45\x66\x33\xc4\x64\x00\x2c\x06\x8b\ \x45\x66\x93\x99\xb4\x34\x2e\x57\x90\x8d\xf2\x6d\x08\x98\x69\xd9\ \x69\x92\x22\xa1\x54\xae\x51\x95\x97\x80\x8c\x03\x86\xca\x55\x72\ \x89\x44\xca\x54\x88\x14\x12\xb1\x4a\x24\x16\x4a\x78\xc0\x60\x2a\ \x0d\xa8\x49\x11\xda\x98\xa3\x29\xa8\xab\xa8\x6c\x69\x83\xd3\x36\ \xd4\x32\xd4\xd9\x3d\x38\xd4\xb3\xfa\xf4\x27\x5f\x3e\x7c\x92\x97\ \xc5\x77\xd8\xed\x66\xbd\x9d\x63\x32\x22\x5b\x22\x8b\x96\x11\xa2\ \x39\x44\x1d\x89\x04\xe7\x03\xf8\x01\xe3\x9b\x1c\x51\x04\x62\x47\ \x77\x33\x28\x44\x51\x59\x4d\x79\x79\x51\x51\xb1\xb6\xb8\xac\xb6\ \xae\xa2\xae\x06\xfe\x35\xb7\x95\xcb\x73\x14\x05\x45\xc5\xcb\x7b\ \xeb\x2a\x72\xca\x9b\x0e\xf4\x7c\x62\x30\x9b\xb2\xbe\x3c\xd8\xb2\ \x31\x22\xe3\x70\x1c\xd1\x01\x5e\xce\xec\x76\x3a\x71\x77\xd0\x95\ \x90\x1e\xc1\x71\xfa\x71\x5b\x24\x81\x10\x01\x8e\xdc\x0f\xee\x83\ \x18\x61\xb1\x60\x56\x17\x68\x83\xd3\x62\x22\x1a\x6d\x76\x7a\xac\ \x4e\x66\x97\xc5\xea\x1d\xb8\xd1\x82\x61\x66\xb7\xd1\x62\xb0\xd8\ \xed\x16\x2c\x90\xfe\x45\x8c\xd3\xfc\xd6\xe9\x95\xc7\x7f\x5d\x3b\ \xde\xdf\xd3\xd7\xdc\x50\xdd\x50\xd3\x33\xb4\x71\xd5\xd6\x6d\x9d\ \x4d\x4d\xd5\x2d\x2d\x1d\x9d\x1d\x75\xdd\x9d\x3d\xbd\x1d\x7d\x03\ \x47\xf9\x26\x8b\xde\x0d\x7a\xe8\xc6\x80\x8e\x3c\x2e\xcc\x00\xea\ \x12\x0a\x04\xfd\x80\x24\x3e\x40\x28\xcc\x63\xb3\xb8\x1d\x2e\xd0\ \x23\xf0\x87\xe1\x60\x28\x1c\x00\xff\x9f\xc0\xd7\x9b\x2d\xd0\x63\ \xc1\x92\x79\xdd\x21\x0f\xe6\x03\x09\x42\x62\x02\x28\x65\xb3\xe3\ \x1e\x3f\xee\xf5\xbb\x6c\x2e\x18\x83\x3c\x60\x61\xd1\x94\x23\x2a\ \x5f\xef\xc2\x1c\x36\x8b\xcd\x09\xce\xd2\xea\xf2\xf8\xc3\x61\x87\ \x92\xae\xd7\xd9\xbd\x00\x30\x7e\x7f\x28\xe8\xf4\x04\x43\x66\x93\ \x2f\x34\x8d\x82\x33\xa7\x67\xc3\x6e\x1c\x94\x06\x9c\xb0\x35\x22\ \x81\xe0\xf4\xfa\x02\x88\x3c\x41\x3c\x7c\x28\x98\x00\x34\xd0\x8d\ \x44\x08\x4d\xea\x81\x14\x1a\x8c\x36\x13\x10\x9e\xd7\x1b\x0e\x3a\ \xa2\x09\x3a\xa3\x92\x83\x50\xcc\x05\xde\x0f\x05\x1d\xf8\xc1\x76\ \x02\x63\x4d\x4d\x81\x0c\xc1\x4b\x0c\x83\x66\xa1\x02\x8e\x06\xdc\ \x8b\x83\x5a\xd9\xf4\x04\xb0\x03\x46\x10\x64\xff\x54\x78\xca\x67\ \x0f\xc0\xbb\x0c\x86\x5c\xce\xb9\xc5\x03\xb7\x03\x2e\xaa\x07\xd8\ \xd1\xea\x71\x58\x30\x4f\x10\x10\x12\x0b\xb9\x30\x97\x95\xe3\x74\ \x7b\x70\x8f\x1b\xc7\xac\x36\x33\xaa\xd9\x44\x88\x4f\x5e\x49\x22\ \xc5\x67\x44\x79\x11\xd4\xcd\x03\x78\x2f\xcb\xcd\x29\xee\xdb\xd5\ \x37\x3a\x5e\x5b\xad\x2d\x2e\xaf\xab\xc8\x55\x33\x99\xaa\xda\x6a\ \x15\x23\xa7\x5c\x9b\x53\x22\x67\xf1\xc4\x95\x52\x94\x33\xb8\x4a\ \x24\x62\x32\x98\xb9\x42\x75\x8e\x5a\xcd\x9b\x38\xf2\xe7\x45\x24\ \x58\x47\x5e\xee\xcf\x39\x72\xe4\xc8\xc5\xe1\xc9\xf6\xaa\xae\xae\ \x89\x23\x93\x17\x27\x2e\x0e\x83\x2d\x1c\x9e\xe8\x42\x13\xea\x02\ \xc1\x70\x7e\x7b\x69\x69\x15\xca\x14\x93\x8d\x76\x17\xa2\xea\xf5\ \x82\x52\x24\x55\x69\x02\x01\x37\x1b\xc4\x4b\xc0\xad\xca\xa7\x90\ \x99\x69\xd4\xb4\x52\x14\x45\x9a\x9d\x8d\xca\x4d\xb4\xe7\xe7\xa7\ \x95\x4e\x82\xc3\xac\xe2\x76\x09\xe6\x9e\xd6\x55\x4a\x06\xd4\x1f\ \x6c\xea\xeb\xa6\x0e\x6e\xd8\xb1\xe9\xe0\xb6\xb5\x6b\xaf\x7e\xf2\ \xc5\xb9\x67\x17\x1e\xd4\x73\xc9\x54\x2e\xad\x4a\x20\x60\x83\x73\ \xe1\x32\x79\x62\xb4\x44\xc5\xa5\x71\x51\xf5\x30\x4a\x29\x99\x41\ \xa3\x92\xd3\x18\xe0\xf3\x50\xf6\x05\xb2\x88\x51\xca\xa4\x40\xef\ \x03\x01\x63\xf0\x18\xec\x52\x1a\x8f\x49\x93\x08\x19\x3c\x26\xaa\ \x8d\xc3\x14\x33\x28\x22\x89\x84\x25\x14\x51\x24\x2c\x1e\x8b\x25\ \x91\x08\xa5\x00\x59\x12\x16\x0b\x05\x3a\x30\x41\xb5\x44\x52\x31\ \x4d\xc8\x13\xb3\x80\xe2\xd4\x6a\x4d\xfd\xfe\x81\xdd\xfd\xdb\xde\ \xbd\x71\xee\xe9\xc3\xbc\x65\x79\xa9\x19\x19\xb1\xfc\xc4\x9b\x5f\ \x9d\x4c\x5f\x9a\x60\x7b\x9c\x97\x9e\xb8\xf2\x7b\x4b\x4a\x61\x54\ \x72\x44\x4a\x2b\x3f\x3e\x26\x69\x7b\x2c\xf1\xab\xd8\x65\xcb\x48\ \x11\x19\x09\x26\x8e\x4c\x99\x75\xf3\x21\x3d\xfe\x5c\x02\x27\x39\ \x99\x4e\x8f\x36\x44\x7c\xff\xf4\x71\x5e\xde\xd2\x8f\xf3\x52\xe3\ \x1d\x9e\xa0\x0b\x77\xba\xec\x7a\x13\x3d\x82\x1f\xab\xcc\xf8\x38\ \xdd\xed\xc3\x64\x44\x3d\x70\x98\xc9\x60\x8b\xdd\x9e\x94\x1c\x97\ \xc0\x97\x19\xe9\xa8\x6a\x0d\x27\x1a\xb3\x46\xb7\x7e\xe7\x88\x8b\ \x88\xfa\x94\x63\x34\xbb\xdd\x16\xb3\x4c\x06\xcd\x55\x66\x30\x9a\ \x4d\x32\xa3\x4c\x19\x1b\x1b\x43\x48\x8e\x89\xb4\x59\x00\x12\x4c\ \x71\x66\xab\x0c\x65\x83\xf0\xe0\x0e\xb7\x23\xf4\x02\xad\xf3\x3c\ \x07\x8f\xb8\x02\x45\x1a\x4f\x4d\x5f\x79\x71\x0c\x5a\xf4\x8a\xe9\ \xf9\x2b\x5e\x2c\x3e\x06\x0d\xdb\xb1\x4d\x2c\x51\xc9\x99\x20\xf2\ \x28\xb8\x9d\xc2\x83\xcb\x4f\x81\xd3\x4a\x65\x0b\xc0\x10\x0a\x50\ \xcd\x0e\x06\x93\xca\x26\x0b\xc5\x6a\x8d\xa6\x48\x2b\xaf\x50\x6b\ \x73\x54\x42\x91\x42\x2b\x57\x29\x80\x43\x55\x22\x86\x48\xac\x92\ \xaa\x35\xb9\x6a\x8d\x4a\x91\xab\xcd\x51\x17\x15\xc3\x47\x7d\x47\ \xc3\x50\x4f\xef\xfe\x83\x63\x7d\xdd\xa3\xa3\xab\xee\xdc\x8b\xb6\ \xdb\x65\x16\x9f\xdb\xa0\x4f\xfa\x25\xc5\x10\xc5\xe7\x13\x09\xdf\ \x45\x5b\xec\x96\x28\x10\x2a\x93\x8c\xc4\x37\x13\x22\x8c\x36\x2b\ \x6e\xa2\x9b\x30\x47\x8c\x3b\xb1\xa5\xaf\xad\x5a\x5b\x51\x53\x5b\ \x5e\x53\x52\xae\x51\x95\x29\xd4\x15\xb5\x45\xd5\x0d\x4d\xe5\xb5\ \xcb\xfb\xea\x41\x14\xa5\xf2\xb2\x9a\x96\xc6\xce\x9a\xe5\x4d\xa3\ \x5b\xf3\xc0\xe6\x7e\xbc\x76\xe4\xc0\x53\xcb\x4f\xcf\x92\x4c\x7e\ \x6f\xd8\x6e\xf3\x05\x41\x22\x64\x7c\x03\x9d\x5f\x18\xa9\x37\x98\ \x64\xa9\x49\x32\x27\x8e\x87\x9d\x46\xd7\xc2\xef\xec\x16\xab\x41\ \xa7\x27\x24\x45\xc6\x2f\xfc\xed\x97\x25\x48\xc7\x9c\x1c\xa2\xc9\ \xed\x72\x3b\xe3\x65\x38\x00\x8b\xd5\x02\x5f\x31\xba\xdb\x93\xda\ \x1a\x4e\xd8\x7b\xb9\xf5\xee\xb9\xf7\x5a\xda\x7a\x7b\x1b\x9b\xcb\ \x96\x77\x1f\x1c\x1d\x5f\xbd\xae\xaf\xb2\xb2\xb6\xb6\x7e\x79\x63\ \x47\x7d\x53\x67\x43\x5b\xcb\x68\x77\xef\x63\x33\x60\x02\x40\x94\ \xdd\xee\x34\xc8\x30\xdc\x8b\xc5\x7b\xc2\xf0\xf7\x1c\x36\xb3\xcc\ \x12\x08\xe2\x6e\x0b\x30\x97\xc1\x8e\x64\xc2\x87\xe3\xfe\x20\x66\ \x76\xb9\x1c\x20\x4a\x60\x18\xed\x26\x10\x23\xab\xc3\x0d\x77\x87\ \x3d\x0e\x97\xd7\xed\x0b\x4f\x85\xc1\x6c\x81\x93\x02\x6b\xe7\x75\ \x85\x40\x27\x5c\x5e\x1c\x07\xb5\x41\xb1\x59\x41\x40\x21\x1c\x73\ \x58\xed\x56\xa5\x0e\x03\x19\x09\x84\x6c\x1c\xdc\x05\xd2\x10\xf6\ \x7b\x6c\x8e\xb0\xcf\xec\x02\x73\xeb\x99\x99\x0a\xa1\x89\x2e\x90\ \x26\xb7\xcf\xed\xb6\x43\x0b\xb0\xd9\x75\x00\x66\x01\xcc\xea\x0b\ \xa2\x30\xaf\x10\xe8\x0a\x48\xa0\xc7\x8d\xbc\x5d\x20\x0c\x9e\x19\ \xcd\xda\xc1\xd1\x3d\x08\xe5\x80\x7e\xc0\xe4\x01\x56\xcd\x4c\x81\ \x8d\xf6\xa0\xc7\x84\xc2\x9e\xe0\xcc\xd4\xf4\xb1\x69\xf0\xc9\xb8\ \xdb\x1b\x04\xf6\x0a\x85\x41\xf9\x02\x7e\x78\x61\x20\x7a\x48\x8b\ \xdd\xf0\x44\xb7\x2b\x18\xf6\xc3\x0d\xd0\x43\xd0\x5e\xb0\x7d\x28\ \x2a\x07\x24\x1a\xb7\xba\x30\xdb\x2c\x6e\x33\x3b\xbd\x80\x95\xae\ \xb0\xcb\xe1\xe2\x24\x39\x9c\x5e\xb4\x06\x61\x33\xdb\x2d\x26\x13\ \x9f\xc4\x31\x13\x23\x53\x56\x1e\x7d\x12\x1f\xad\xb4\x3a\x43\xf3\ \x84\x52\x06\x8f\xc5\xa5\x95\xf5\xd4\x96\x54\x14\x54\x16\x28\x8a\ \x4b\x34\x25\x15\x25\x45\x2a\x6d\xb1\x94\x25\xd4\xaa\xa5\x62\x09\ \x85\x41\x91\x4a\xa9\x34\x71\x5a\x36\x4f\xc1\x13\x93\x79\x6a\x16\ \x60\xbe\x5a\x84\x12\xf7\xa1\xe9\xab\x39\xb9\xfa\x7c\x6e\x5f\xe1\ \x70\x15\x08\xd5\xc5\x49\x54\x30\xf5\x48\xd7\x11\x54\xac\xb0\xaa\ \x2a\x3b\x0d\x64\xa4\xaa\xb4\x54\x50\x05\xd2\x83\xf6\x34\xb7\x73\ \x91\x62\xe5\xe7\x83\xdf\x13\x80\xe9\xcb\x66\xc3\x8d\x2a\x32\x23\ \x1b\x46\x6d\x72\x5a\x29\x95\x0d\x0e\x50\x50\x5a\x3a\xd1\xc5\x6e\ \x07\x3b\xd8\x55\x8a\xc2\x23\xb2\x87\xb3\xb9\xd4\x76\x30\x94\xed\ \x69\x05\x2d\x83\x23\xa3\x03\x2d\xf2\xdd\x27\xd6\xae\xdb\x3b\xb0\ \xe1\x93\x77\x4f\xff\x78\xe1\xe8\xcd\x1b\xe2\xb4\x7c\x54\xf0\x86\ \x2b\xa0\x8a\xe4\x0c\x0a\x85\x47\x4e\xa3\x09\x04\x54\x2a\xf2\x31\ \x5c\x36\x74\x2c\xd4\xcd\x98\x62\x96\x84\x47\xcd\x07\xde\x62\xb0\ \x19\x12\x9e\x98\x42\xa1\xa6\xa5\x81\x72\xa5\x91\x29\x14\x36\x2d\ \x2d\x4d\xc4\x80\x87\x80\x44\x31\xa5\x22\xa6\x94\xc1\x02\x3b\x23\ \x11\x4a\xd0\x2a\xbd\x42\x04\x9a\xcd\x93\x02\xac\x89\xc5\xe0\x10\ \x59\x12\x45\x8e\xba\x42\x3b\x58\xd0\xb8\x61\x75\x7f\x47\xdf\x81\ \xbd\x6b\x56\xad\x3f\x73\xe9\xa7\x8c\x65\x0f\x8e\x1e\xbf\x79\x34\ \xeb\xb1\xe1\x8b\xef\xcf\xf0\x39\x51\xd6\xc8\x84\xe8\x85\x89\xc9\ \xf1\x84\x67\x0b\x97\xc8\x22\x2f\x9d\x91\xd1\x5b\xf9\x4b\xf3\x22\ \x38\x91\x31\x9c\x24\x42\xe6\xd1\x68\xa5\xcd\xa0\x8b\xd2\x93\x74\ \x04\x63\x02\x66\x34\x63\x86\x28\x4e\xc2\xd1\x9b\x8b\xee\xfc\x74\ \x9c\x08\x83\x27\x80\x80\xc3\x83\xc5\x99\x81\x89\x95\xf1\x26\x52\ \x66\x2b\x47\xcf\x8f\x6d\x4d\x4e\xfa\xf8\x71\xe1\xc9\x67\x3f\x9f\ \xcb\xfc\x38\xc9\x6a\x8c\xe3\xcb\x92\xe3\x7f\x85\x27\x13\x22\x65\ \x71\x91\x26\xbd\xd2\x48\xd7\xe3\x36\x42\x9c\xc5\x69\x37\xf1\x23\ \xf4\x06\xab\xcd\xe3\x32\x9b\x1d\x26\x19\xc7\x12\x1f\x6f\x97\x39\ \xcd\xe9\xb1\xb8\xc3\x68\x32\x98\xe9\x7a\x25\x51\x19\xab\xe7\xe8\ \x02\x16\xba\x01\x1a\xdd\xa3\x47\x73\x05\x77\xfe\x08\x4c\xcd\x99\ \xc4\xb9\xfd\x6a\x28\x25\xe4\xf3\xe7\x0b\xbe\x67\xca\x79\x2c\x0a\ \x13\xbd\x7f\x00\x54\x06\x0d\x19\x6c\x0a\x85\x56\x9a\x4d\xe6\xa2\ \xc0\x3a\x32\x4d\x25\xa1\xb1\xb3\xd3\xc4\x5a\x14\xd9\xa0\x2d\xc9\ \x2d\xc8\x91\xab\x54\x6a\x31\xf0\x96\x4a\x2c\x55\x48\x79\x2c\xa9\ \x5a\xae\xce\x55\xe5\x16\x14\xe4\x16\x69\x6a\x34\x05\x15\x75\x4d\ \x15\x1d\xdd\xbb\x76\x8f\x8c\xf5\x0d\x8e\xec\x39\x7b\x2e\x9d\x23\ \x33\xe1\x16\xbd\x59\x99\xbe\x30\x8a\x63\x20\x90\xd0\x89\xd0\x99\ \xcd\xf1\x7c\x33\x07\x37\xca\x6c\x98\xcd\xa2\x73\x39\x1c\x7e\x1b\ \x5d\xc9\x89\xd6\xeb\x2d\x46\xe7\xaf\xb5\x2d\x2d\x75\x75\x6d\x8d\ \x35\x05\xa0\x58\xb9\x92\xe2\x5c\x6d\x7d\x5b\x6d\x5d\x7d\xed\xf2\ \xe6\xb6\x1e\x94\x12\x22\x47\x95\x53\xde\xd2\x36\xb4\xbf\xbb\x7f\ \xdb\xfb\x7c\x87\x93\xfe\xeb\x96\xb1\xad\x09\x91\x57\x9f\x25\xdb\ \x67\x66\xfc\x6e\xcc\xe3\x73\xe9\x65\x16\x13\x81\x63\x73\x62\x16\ \x07\x86\x79\x50\x18\x93\x0d\xad\x98\xdb\xc1\x98\xdb\x2c\x66\x42\ \x82\xd1\x91\x7e\x33\x93\x94\x17\xc5\x01\xf6\xe1\xc7\x9b\x3d\x32\ \xb3\xcb\x40\xd4\x39\x3c\x5e\x13\x11\x7a\x9f\x1f\x1c\xe5\x6c\x78\ \x36\x79\xe0\xf2\xd1\xf7\x7f\x7c\xb0\xbe\xb7\xa9\xb3\x69\x79\xcd\ \xf2\x7d\xe3\x63\x03\x3b\xf6\x34\xd4\x96\x95\x57\xd6\x75\xd4\x37\ \x37\x37\xf7\xb4\xd5\xb7\xf5\x8f\xf6\xdd\x37\x5a\x74\x49\xe7\x32\ \x13\x53\x31\xf0\x76\xc1\x99\xd9\xd9\xe9\x29\xaf\x8b\x13\xed\xc4\ \xac\x26\x0c\xc3\x9c\xe0\xad\xfc\x4e\xa3\x4d\x67\xa2\x73\x12\xf2\ \x12\xf1\x10\x27\x9a\x9f\x60\x31\x1a\x5d\x36\x13\x47\xaf\x0f\x9a\ \xe8\x7c\x4f\xc0\xa9\x4f\x8f\x06\xb7\x08\x06\xce\x83\xb0\x0c\x24\ \x01\xae\xa8\xd3\xe3\x0e\x7b\x71\xe8\xd5\x2e\x33\x0e\x38\x12\x40\ \xbb\x56\x3c\xf0\x7e\x5c\xe0\xc0\x38\x56\xcc\xef\xc7\xbc\x1e\x0c\ \x48\x32\x04\x42\x18\x9c\x09\x21\x7a\x0a\xa1\x18\x4c\x5f\xc0\x06\ \xef\x03\x77\x7b\xdc\x2e\x14\xb4\x6f\x35\x9a\xac\xa1\x30\x12\x16\ \x0f\x88\x87\xd3\x1b\xf6\x83\x1e\x82\x72\x02\xb3\x85\xc0\x2d\xbb\ \x66\xd0\x34\x54\x08\xcc\x22\xd8\xbe\x30\x5a\xab\x9b\x45\xf3\xea\ \x00\x83\x5e\x50\x4c\xdc\x05\xe2\xe7\x81\xf3\x09\x4c\xe7\x9f\x9d\ \x9e\xf5\x58\x71\xaf\x1b\x50\x0c\xcd\xb9\xa3\x27\xce\xc5\x9c\xa1\ \xa5\x82\x99\x70\x08\x8e\xe0\x44\xd3\xe6\x21\x38\x10\x08\x6d\xc8\ \x69\xf7\x00\x08\xa2\x6a\x67\x1c\x99\xd7\x03\xfe\xd3\xe1\x08\x7a\ \xd1\x4c\x56\xc8\xe5\x30\x1b\xd0\xce\x02\xcc\x60\x75\xd8\x0c\x32\ \x07\xe6\x30\x1a\xed\x7a\x65\x66\x5e\xfc\x92\x38\x7e\x64\x64\x84\ \xc9\x38\xaf\x2c\x47\xc2\x13\xd1\x80\xfb\x99\x42\x49\x6e\x4e\x2e\ \x8f\x29\x51\xf1\x14\x15\x5a\x18\x4e\x73\x85\x4c\xb1\x90\x26\x61\ \x40\xcb\x14\xcb\x19\x22\xa9\x08\x1a\xae\x58\x25\xce\x2d\x62\xa1\ \x29\x1f\x55\x17\x4a\xd6\x80\x3c\x21\x8a\x6e\x98\x9b\xcd\x9a\x04\ \xf7\x86\x6a\x53\x80\x32\xb5\x83\x80\x7d\x5e\x9a\x3f\x5c\x05\xce\ \x6e\xb8\x8a\xcd\x06\xa3\x87\xca\xa8\x0e\x97\xa2\x3b\x26\x4a\xb9\ \xd9\x13\x28\x74\x01\x8c\xde\x04\x37\x7f\xb8\x2b\x9b\x4a\x4d\xcb\ \x26\x53\x05\x40\x60\x69\xd9\xd9\x82\x7c\x6a\x36\x0a\xd9\xca\x86\ \x87\x82\xc5\x6b\x07\xe6\xaa\x02\xa7\x97\x5d\xca\xad\xba\x28\x28\ \x68\xec\xdf\xb7\x7f\xac\xad\x63\x70\xc7\xbe\xbd\x9b\xb6\xbd\xf9\ \xd1\x47\x1f\x7d\xf6\xdd\x83\x27\x43\x13\x0c\x72\x9a\x80\x4d\xe5\ \xa6\x71\xf3\x69\xa8\x68\xa0\x88\xc1\x48\xe3\x92\xb9\x14\x0a\x20\ \x15\x05\xd5\x71\x06\x65\x62\x90\x59\x34\x6a\x1a\x17\x18\x8c\x0a\ \x12\x0c\xc0\x24\xe2\x01\x37\x88\xa8\x5c\x2e\x03\xfc\x2e\x85\x29\ \x06\xb9\x42\x49\x19\x68\x62\x96\x38\x57\xce\x64\x80\x30\xc9\xe5\ \x52\x31\x05\x1c\xa6\x94\x27\x64\x30\x99\x12\xa9\x48\xa8\xd1\x68\ \xa5\xd2\x12\xb9\xa6\x4d\xbb\x6b\xec\xf2\xb6\xdf\xbf\xfd\xed\xf1\ \xb9\x4b\xbf\x9f\xbf\x79\xee\xd3\x33\xfa\x88\xd8\x84\x84\xe4\x7b\ \xf7\x7e\x3e\xba\x24\xf5\xfb\xe8\x9b\xdf\xd9\x53\xcc\x7c\xbe\x2b\ \xef\x76\xb4\xc1\x40\xe4\x2c\x7c\xb0\x28\xd2\x78\x92\xcf\x59\x16\ \xbb\x48\x17\x19\x9b\x94\x42\x88\x23\x44\x47\xc8\x38\x0b\x39\x26\ \x7d\x1c\x87\x1e\xc0\x2d\x2e\x0f\x1d\x33\xc4\x1c\x8f\x88\x26\x2c\ \xbb\x90\x45\xd2\xf3\x75\x31\xd1\x51\x71\x8b\x92\xbf\xe2\x47\xd0\ \x65\xba\xf8\x94\xa8\x84\x3c\x65\x9e\x2e\x35\x8b\x7f\xf4\x66\x5e\ \x4c\x86\x32\xb3\x70\x61\xcc\x92\x65\xf1\x51\x31\xd1\x67\x0e\xa7\ \x44\xc5\x44\xea\x23\x63\x09\x89\x11\xfa\xd8\x28\x4b\xec\xa5\xac\ \xcc\x45\x2b\xe3\x13\x65\xe6\xbc\x48\xb3\xd9\x94\xc8\x07\x3f\x65\ \x34\xe9\x32\x12\x0a\xa3\x6c\x3a\x60\x0b\xb3\x21\x05\x7c\x88\x53\ \x97\x15\xa5\x37\xd9\x9d\x20\x5a\x46\xbb\x1d\x45\x58\xbb\xec\x01\ \x5f\xd8\x6b\x27\xe2\x7a\x7b\x02\x36\x13\x84\x46\x37\xfd\xe8\xd1\ \xb1\xc5\xca\x02\xb5\x04\xd5\xba\x16\x52\xd0\x36\x4b\x6e\x1a\x0d\ \x2d\x12\x32\x29\x54\x80\x5f\x72\x3e\x9b\x22\xe6\x51\xc9\x34\x06\ \x9b\x2d\x94\xc8\x73\xe4\x65\x45\x45\xda\x5c\x1e\x28\x95\x04\x5c\ \x61\x8e\x46\x9b\x2b\x05\x73\xa8\xd5\x0a\x73\x14\xb9\x65\x65\xcd\ \x25\x25\x4d\xc5\x15\xe5\x0d\xe3\x6d\xbb\x50\x1c\x55\xe7\xf8\xd5\ \x8f\x53\x75\x36\x5d\x14\x21\xce\x61\xb5\xca\xf4\xfc\x88\x28\x13\ \x5f\x67\xb7\xe3\x16\xb3\x91\x8e\x3b\x65\x44\x93\x19\x20\xc4\x49\ \x52\x46\xc4\x82\xb4\xe0\x06\x62\x46\xb4\xde\x94\x1c\xcd\x77\xed\ \xa9\x1e\x5a\xde\x5c\x54\x57\xaf\x55\x94\x14\xe7\xa8\x0b\x8a\xb4\ \x45\x1d\x40\x53\x0d\xcb\x6b\x6b\xba\x1b\x8a\x54\x72\x35\x0c\xb4\ \xd5\x35\x3d\xfb\x46\x06\x07\xc7\x6e\x80\x09\x4e\xbd\x3c\x3e\x78\ \xc2\xfc\xec\xce\xc7\x04\xa7\x0f\xb7\x38\xd1\x24\x6f\xc0\x61\x0f\ \x38\xb2\x32\x1c\x00\x23\x32\x00\x19\xbd\xc9\x6c\xb1\x40\xd7\x07\ \xff\x85\xe6\xda\x5d\x06\xa3\xcc\x69\xd3\xdb\x9d\xc6\x28\xd0\x4b\ \xd0\x4f\xa7\xcc\xe8\x0e\xda\x38\x7c\x9d\x89\x4f\x34\xf0\x4d\x6e\ \x3c\x3c\x05\x5d\xec\xfe\xd6\x77\xbe\x3f\xfb\xee\x85\xdf\xf6\x36\ \xd7\x55\x36\xb4\xb5\xf5\xee\xdf\xd0\x3f\xb2\xb7\xb6\xba\xba\xae\ \xba\xba\xa6\xbc\xa1\xbe\xb1\xad\x69\x79\x47\x47\x75\xd3\x57\x32\ \xbd\x59\x47\xd0\x79\x74\x4a\x13\x6e\xd5\x47\x70\xb2\x92\x8d\x16\ \xbb\x95\x6f\x4a\x00\x1d\x56\xf2\xad\x09\x89\x09\x66\x0b\x3d\x2e\ \xae\x90\xcf\x27\x10\xec\x61\x07\x3d\x2e\x95\x04\x6a\x1d\x63\x4a\ \x90\x39\x2c\x6e\x93\xde\x19\xb0\xf3\x5d\x26\xba\x01\xf3\x38\xac\ \x38\x00\x0c\xe6\xc6\x1d\xde\xa0\xcb\xe2\xf4\xda\x42\xd3\x2e\x27\ \xe6\x73\xdb\x7d\x20\x58\x6e\x70\x78\x1e\xbd\x05\xf3\x3a\x4d\x20\ \x8c\x26\xb0\x7e\x6e\xa7\xc3\x6c\x03\x43\x18\x08\x03\xd8\xb8\x3d\ \x3e\x9f\xc5\xe4\x0d\xfb\xf4\x16\x9b\x1b\x1c\xaf\x0d\xb3\x03\xd1\ \xf8\x5c\x7e\xdc\x6c\x74\xc1\x7b\x06\xca\xf3\xda\x6c\x2e\xf0\x61\ \x76\x83\xc1\x61\xe2\x9b\x6c\x98\x27\x1c\x0e\x3f\x9a\x9d\x9d\xc1\ \xac\x66\x1c\x4d\x37\x01\x56\xf9\xa7\xae\x4c\x81\x62\xba\xdc\x36\ \x27\xfc\x59\x14\x20\x02\xe0\xe5\xf5\x83\x9c\x79\xe0\xd0\xa1\x19\ \x60\xb1\x99\x19\xb8\x3d\x15\x98\x0b\xe3\x80\xef\xc0\x5a\x73\xcb\ \x95\x33\xb3\x21\x4f\x10\x40\x30\x04\x82\x15\x08\x7a\x50\xec\x18\ \x9a\xbb\x42\x45\x1f\x7d\x76\xfb\xd4\xf4\x74\xd8\x0b\x87\x95\x19\ \xec\x68\xe9\xd6\x6d\x32\xbb\x9c\x56\xa7\xc3\xe8\x72\xda\x1c\x68\ \xf5\xc5\xa0\x37\x65\xc4\x2d\x4b\x22\x46\x47\x45\x27\xc4\x2c\x8c\ \xc9\x9c\x27\x15\xa5\x95\xe6\xa7\xb1\xd8\x34\x09\x93\xcc\x16\x31\ \x45\x64\xb1\x58\xa8\x92\xf3\x68\x69\x62\x05\x8f\x47\x86\xee\x4e\ \xcd\x16\xd0\xa4\x2a\x9e\x94\x07\x90\x25\xa1\x08\x19\x42\x1e\x99\ \x81\xa6\x78\x4a\x5f\xea\xd5\x1c\x5f\x1d\x41\x8e\xf0\xe2\xc4\x91\ \x09\x34\x07\x3f\x3c\xdc\x3e\x51\x35\x39\x39\xd9\x35\x5c\x3a\x3c\ \x39\x39\x51\x0a\x96\x2e\xbf\x2b\x7b\xb8\x2a\xbf\xb4\x7d\x18\x55\ \x7a\x1e\xee\x42\x41\x5a\xe0\x05\xab\x50\xc2\x76\x54\x28\x15\x7e\ \x2f\x60\x30\xa8\x64\x72\x17\x95\x5d\x95\x4d\xcb\x07\x2a\xcb\x46\ \xe5\x54\xbb\x40\xbb\x80\xaf\xb8\x5d\xf9\xed\x5d\xc3\x80\x59\xd9\ \x5d\xec\xe2\xea\xf2\xbe\x9e\xba\x8e\xbd\xdd\x9d\x83\x3b\xf6\xbe\ \xf1\xde\x9b\xef\xff\xf0\xf4\xfe\xb3\xdb\x05\x55\x6c\x1a\x59\x40\ \x05\x08\x04\x20\xa3\xa5\x51\x99\xb9\x5a\x05\xe0\x00\x03\x5e\xbf\ \x80\xc9\xa3\x89\x40\xbf\x28\x00\x54\x94\x7c\x01\x95\x01\x72\x46\ \x63\x52\x44\x22\xa1\x84\x85\xa2\x57\x79\x60\x0c\x81\xc3\x68\x2c\ \x11\x83\x2c\x46\xe5\x11\x98\x72\xa9\x48\xa5\x02\x50\x90\x0a\x15\ \x39\x52\x85\x4a\x22\x95\x08\x15\x62\x96\x48\x55\x5c\x59\x20\xd7\ \x16\x95\xd5\x16\xe7\x14\x68\x9a\x96\x6b\x14\xda\x13\xcf\x9e\xdc\ \xfc\x38\xe6\xd2\xf1\x1b\x04\x1b\xa9\x50\x7f\x29\xdd\xaa\xc7\xa2\ \x39\xf1\xf1\x3a\x17\x3f\xc3\x11\x91\x6a\x88\x59\xb4\x3d\x09\x8b\ \x4d\x5d\x9a\xa7\x24\x5d\xb8\xf7\xc1\xcd\x98\x07\x6b\x4e\xea\x12\ \x63\x22\x49\x71\xc4\x0f\x9f\x45\xc4\xe8\x97\x64\x7e\x96\x10\x09\ \x63\x0c\xc1\xc9\x37\xca\x4c\x66\xbd\xd9\xa2\x97\x45\xf2\x4d\x79\ \xf1\x11\xc9\xa9\xd1\x99\x51\xf1\xfc\xa4\x58\x47\x7c\x7a\x02\x21\ \x3d\x25\x26\x62\xe5\x57\x29\x8b\x00\xb1\xf8\x24\x97\x43\xc6\x37\ \x5a\xcd\x74\x93\x91\xbe\xe8\xb7\x08\xe3\x77\xb1\x59\x8f\x6f\xb5\ \xea\x4d\xba\x88\xa8\x08\x62\xe1\xe3\xc8\xa4\xcc\x65\x06\x65\x66\ \x7c\x06\xe9\x70\x46\x44\x64\x4c\x64\x26\x9d\x1e\xb9\x84\x90\x40\ \xca\x88\x49\x5d\x52\xb8\xc8\xa2\x33\x82\x0d\x2a\x54\x7a\xb0\x58\ \x07\x26\x33\xe8\x4c\x96\x48\x93\x39\x86\x8e\xb6\x68\xf1\x23\x96\ \xb4\xd2\x6f\xa7\x2e\x4c\xfa\x6e\xe5\xc2\xc8\x28\xbe\xce\x66\x8e\ \x20\x46\x28\x9d\x21\x4f\x7c\x91\x42\x2a\xe4\x31\x45\x28\xcb\x2a\ \x5c\x7f\x36\x9c\x45\xf0\xd1\x0c\x66\x1a\x9b\x4d\xa3\x88\x98\x64\ \x18\xe8\x58\x2c\x0a\x9b\x49\x51\x14\x68\xb4\xda\x22\x38\x6f\x6a\ \x85\x58\x5e\xa0\xd6\x16\xa9\x73\x4a\xb4\x25\x25\x1a\x39\xd0\x95\ \xb6\xa8\x3c\xa7\xba\xa6\xa3\xb9\xb8\xa9\x6d\x64\xff\xc1\x03\x3d\ \x83\x9b\x6f\x65\x19\x9c\x56\x19\x9d\x68\x55\x9a\x39\x32\xab\x45\ \x6f\xe2\xf3\xcd\x7c\x8b\x59\xc7\x89\x8f\x31\x2a\xa3\xdd\x53\x21\ \x6f\x10\xed\xd3\xf0\x59\xec\xa4\xb8\x08\x4f\x02\x29\x81\x14\x9f\ \xca\xc1\x48\x89\x8e\xa4\xca\xa6\x9e\xb6\x9e\xca\x8a\x62\x85\x5c\ \x25\x94\x68\xe4\x6a\x79\x4e\x47\x5d\x79\x71\x7d\x5b\x5d\x43\x4f\ \x73\xae\x1c\x65\x88\xd7\x94\x95\xb4\x8c\xf4\x6e\x3d\x70\xe0\x09\ \x5d\xa6\x5c\xf9\xcd\xf8\xe0\x33\xfa\xc3\xc7\xf7\xcc\x26\x22\x38\ \x26\x8f\xa3\x50\x67\x43\x61\x47\x46\x10\x47\x9b\x8e\x48\x37\x58\ \xf5\x84\x44\x83\x0d\xc3\xcc\x7a\x6b\x04\xc9\xea\xc0\x2d\xf1\xa9\ \x17\xce\x91\x4c\x04\x83\xc3\x66\x52\x5a\x62\x0a\x1d\x26\xa3\xd3\ \xe4\xf1\x3a\xcc\x91\x85\x31\xba\xc8\xc7\xe7\x4e\xea\xdd\x21\xcc\ \x85\x7f\xb1\xe3\xfa\x83\xab\x5f\x9f\xfb\xf8\xc6\x58\x7d\x73\x63\ \x67\x53\xff\xc0\xd0\xd8\x48\x63\x73\x63\x59\x5d\x51\x65\x6d\x7d\ \x73\x6d\x5d\x5d\x4d\x53\x53\x77\xf3\xae\x14\x99\x0d\x88\xc5\x35\ \xe5\xc5\x1c\x32\x02\x69\xe9\x22\x65\x6a\xba\x19\xf7\x80\xd3\x81\ \x2e\x0f\x3c\x9c\x7c\x21\x12\x2c\x3e\x47\x6f\x34\x98\x38\x24\x8b\ \xd3\x06\x27\x83\x98\x28\x93\x01\x03\x5a\x2c\x66\xab\xcb\x61\x77\ \x3a\x88\xb8\xc7\x69\x35\xda\x6c\x32\x82\xd2\x02\x68\xe5\xb5\xe8\ \xec\x4e\x8c\x9f\xf5\x1d\x7f\x06\x8e\x09\xb6\x2a\xe0\xb5\x7b\x71\ \xb3\x07\x33\x3b\x1d\x56\x9b\xd1\xa8\x33\x00\xbb\x79\x50\xd6\x34\ \x3d\x51\x0f\x50\x17\x9a\x4b\x75\x00\x2a\x65\xf2\xb8\x5c\x36\x97\ \xc5\x8d\xa0\x12\x98\xd5\x62\x36\x5b\xa3\xd2\x63\x93\xac\x18\xaa\ \xc2\xeb\x77\x24\x98\xed\x70\xca\x67\x5c\x4a\x9b\xd7\x6a\x31\x9b\ \xac\x3e\x2f\xc1\x18\x9a\x99\x0d\x1a\x08\x26\x13\x16\x0c\xcd\x78\ \xf0\x80\x3f\xec\xb5\x02\x9c\x05\xd1\xe4\x39\x5c\x9a\x00\xda\x1b\ \x00\xd6\x10\x4d\xd1\xe3\x53\xf0\x69\x77\xf8\x66\xfc\x28\x2c\x19\ \x6d\x19\x40\xf1\xea\x3e\x0f\xb8\xc3\x60\x20\x30\x15\xc6\x6d\x68\ \xc7\x93\xdb\x81\x03\x22\xfa\x3d\x98\x13\x94\x34\x00\xa0\x16\xf6\ \xb9\xbc\xf0\x47\xae\x5d\x9b\x99\xc2\xe9\x59\x24\x97\xc5\x86\x76\ \x79\xba\x83\x1e\x8b\xdd\xe6\x72\x05\x71\x4b\x04\xc9\xe1\x30\xc4\ \xe7\x91\xf4\xb2\x78\x25\x60\xb8\x2e\x9e\x74\xfc\xf1\x3c\x91\x98\ \x89\x26\x4e\xd3\x68\x14\x2e\x95\x26\x80\xd6\x28\xe6\xa2\x7a\xa6\ \x69\x69\xd4\x7c\xb0\x55\xd0\xc3\xe1\x1f\x99\x46\xa5\x66\x57\x63\ \x09\x98\xdb\x00\x00\x20\x00\x49\x44\x41\x54\x71\x29\xb9\x4c\x2a\ \x5a\xa8\xeb\x02\x10\xe2\x31\xa9\x68\x5d\xf0\xc8\xe4\xc5\xc9\x23\ \x73\x33\x59\x93\x28\xdb\xcc\xe7\x17\x51\x45\x68\xb0\x83\x13\x13\ \xed\x17\x27\x27\xdb\x27\x27\x26\x27\x50\xde\x86\x2a\x76\x5a\xfe\ \x44\x7e\x15\xb7\xb4\x3d\x9b\x9d\x0d\x96\x70\x72\x38\x5b\x20\x00\ \x1a\x02\x81\x29\xcd\x16\x90\xb9\x82\x34\x01\x00\x96\x84\x0d\xbf\ \xcd\xa7\x21\x8d\x2a\x1d\xce\xaf\x6a\x47\x33\x62\x6c\x41\x15\x88\ \x15\xb9\x74\x98\x0b\x12\x57\xca\x90\xd6\xd7\xd4\xb7\x8d\x57\x0b\ \x3b\x87\xc6\xb6\x1e\x1c\xdf\xb3\xe7\x9d\xb3\x77\xee\xdf\x5d\xf9\ \x35\xaa\x1f\x41\x83\xc1\x9e\x9b\x5f\x0a\xa4\xd5\x95\xaf\x6d\x2c\ \x56\x90\x69\xa0\xc0\x0c\x50\x62\x26\x03\xe8\x89\x85\x8c\x60\x36\ \x62\x2b\xa6\xa8\x4e\x0b\x3c\xc5\xa3\x31\x69\x4c\x16\x45\x24\x06\ \x83\x0b\x7d\x91\x27\x12\x8a\x58\x0c\x05\x8b\x21\x95\x14\x08\xa5\ \x0a\xb9\xa6\x48\x53\x22\xe7\xe5\xd6\xe5\xc8\xa5\x2a\x8d\x38\x67\ \xa0\xef\xe0\x96\xd1\x55\x0d\x6a\x75\x81\xb6\xa0\x40\xc5\x92\x17\ \x94\x6b\x3b\xcf\x67\x66\x46\x9e\xd7\x61\xb1\xe9\x0f\xe2\xac\xb1\ \xdf\xa5\x5f\xe5\x70\xb2\x0c\xa9\x0b\x95\x04\xa3\xcc\x62\x76\x5b\ \x89\x66\x5d\xd2\xb2\x98\xf0\x4c\x34\xbd\x75\xa9\xae\xd0\xc4\x29\ \x8c\x4b\x5d\x7d\xf2\x42\x56\x5c\xc6\x92\xc2\xe3\xc7\x33\xbf\x3a\ \xfc\x60\xfd\x87\x31\xb1\x7a\x33\xc6\x4f\x34\x45\x2f\x34\x99\x0d\ \x47\x09\x51\xba\xd8\xc2\xd8\x84\x64\x63\xaa\x89\x90\xb2\x24\xc3\ \x21\x7b\x10\xef\x32\x26\x10\x38\xa9\x59\x71\x5f\x2d\x4d\xb5\x45\ \xa6\x46\x73\x94\x19\x89\x36\xb0\x4c\x36\x5b\x42\x12\xaa\xea\x42\ \xd0\x2f\x23\x25\x7d\xf3\xf6\x37\x4f\x7e\xbb\x53\xa8\x0b\x58\x49\ \xc7\x0b\x95\xa4\x68\xa3\x2e\x2f\x2a\x3e\x2a\x32\x31\x91\x50\x08\ \xfa\xd5\xaa\xe4\x9b\xe8\x51\xdf\x3d\x6e\x35\x27\x1e\x5d\x1a\x97\ \x9c\xee\x20\xa5\xc4\xc5\xf1\xe3\xb2\x96\x2c\xd2\x13\x75\x26\x1d\ \x9f\x80\x19\x5c\x16\xba\xce\x48\x8f\x4e\xd0\x73\x62\x95\xfc\x74\ \x92\xdd\xa0\x37\x16\x46\x92\x12\xf5\x49\x30\xd8\xb7\xa6\x0e\xa6\ \xb1\x84\xa2\x5c\x0a\x85\x41\xa3\xf0\x68\x62\x01\x85\x01\xa3\x01\ \x8f\x0c\xba\x0e\x9e\x10\x3e\x28\x12\x16\x83\x0a\xa3\x02\x95\x25\ \x47\x61\xb4\xda\xb2\x82\x92\x72\xb4\xad\x59\xa1\x50\xe4\x96\x14\ \x15\xcb\x41\xd6\x35\x15\x6a\x44\x58\xcb\x97\x8f\xf6\xf6\x1c\xd8\ \xbb\xfb\xc0\x07\xb7\xf5\x76\xdc\x68\x4d\x50\x1a\x4d\xa9\x36\x19\ \x88\xaa\xc1\x44\x54\x3a\x09\x4a\x52\x24\x81\x43\xe4\x67\xf0\x6d\ \x31\xad\x06\xbd\x4d\xc7\xd1\x29\x75\x51\x1c\xbb\x3d\x2a\x5d\xa9\ \x74\x62\x26\x93\x4d\x16\x2b\x23\xba\xd7\x34\x34\x56\x54\x36\xd4\ \x16\x17\xcb\xcb\x15\x12\xa9\x3a\xa7\x58\x55\x50\x5b\x5d\x5f\x53\ \x56\x5f\xdd\xd1\x5c\x99\xa3\x56\x8b\xa4\x52\x4d\x51\x75\x63\xcb\ \xe8\xe8\x81\xad\xff\x8f\xaa\x37\xff\x6b\xe2\x6c\xdb\xff\xcd\xfa\ \x64\x87\x02\x21\x84\x25\x2c\x81\xb0\x45\xc0\x20\xfb\x5e\x60\xd8\ \x44\x5e\x03\x6a\x45\xa0\x4d\x57\x3b\x62\x17\x5b\x1c\x6d\x6b\x9d\ \xde\x6a\xa5\x5a\x9d\x52\x3a\x74\xee\xd2\x99\xa1\xb5\x4e\x67\x9c\ \x62\x50\x8a\xa4\xad\x4b\xf4\x0e\xd1\x2a\xd5\x42\x94\x45\x2b\x4a\ \xe4\xa6\xfa\xfc\x17\xdf\xeb\xa2\x9f\xe7\x87\x6f\x6c\x11\x52\x42\ \x93\x30\x73\x5c\xef\xe3\x9a\xf3\x3c\xce\x44\x8a\xb4\x0f\x5e\xdf\ \xf9\x61\xab\x61\x65\x30\x9c\x75\x7a\xfc\x21\xd6\xef\xd1\x0a\x4b\ \x4b\xb0\x68\x5c\x14\x43\x1e\xc1\x17\x14\xc0\xaa\x0e\x8c\x9e\x57\ \xa2\xdc\x34\x09\x6b\x3a\x3d\x02\x4e\x61\x66\x8c\xa5\x6c\x6a\xd6\ \xae\xe1\xbc\x38\xed\xa6\x05\x09\x9c\xed\x12\x8b\xc8\x75\x46\xbc\ \xc1\x6c\x07\x2c\x6a\xfd\xe4\xe0\xa5\x7b\x7f\x9c\xb9\x31\x3e\xfb\ \xe6\x96\xf6\xed\xdb\x4e\xec\x3a\xdc\xde\xbd\xbb\xb6\xbe\xa4\xa2\ \xbe\x04\xe8\x65\x53\x0b\x30\x86\x7b\xdb\xf7\x1c\x3a\x63\xc5\x80\ \xed\x71\x22\x5e\xc2\xc6\xd3\x4e\x35\x8d\x38\x39\x39\xc2\xdb\xe5\ \x2e\x20\x51\x76\x92\x65\x10\x8e\xe1\x71\xb7\x07\xa0\x84\xcd\x00\ \x70\x93\xe5\x09\xcc\xa8\xb6\xda\x80\x13\x76\x1b\x94\x06\xb9\xdb\ \xef\xe3\x78\xf0\xfb\x06\x84\x25\x10\x6e\x4e\x60\x78\xa0\xa8\x34\ \x6a\x74\xb9\xe5\x2e\x82\x5b\xbb\x8a\x10\xf0\x4b\xde\x10\x00\x42\ \xb7\x9c\x97\x24\x37\xc1\xf3\xf0\x12\xb4\x87\x75\xb1\x5e\xd8\x44\ \xc4\x89\x22\x47\x7b\x96\x02\x0c\x27\x08\xac\x8b\x07\xd4\xe6\x03\ \x80\x14\x08\x0a\x5a\x2b\xee\x34\xaa\xe5\x26\x13\xea\x21\x50\x46\ \x24\xac\x6e\x91\x63\x3d\x82\xe8\xf7\x8a\x12\x89\xb3\x6e\x35\x61\ \x1d\xe9\x54\x07\x9e\x79\xec\x08\xa5\x50\xf3\x12\x9a\x8f\xb1\x8c\ \x97\x70\xe2\x24\xeb\x0d\x85\x68\x9c\x09\x04\x58\x12\x58\x4e\x40\ \x5f\x21\x1f\x22\x06\xa7\x1f\x4c\x07\x7d\xc0\xdc\x01\xd2\xa3\x58\ \xbf\x9f\x54\xf8\x01\x4b\xf9\x29\x31\xe0\x5b\x02\x48\xeb\xe5\x78\ \x3f\x78\xd7\x01\xc4\xae\x06\x3d\x1e\x8a\x84\xdd\xe7\xc0\x3f\x72\ \x52\xd0\x1b\xe4\x19\x40\x60\xff\xf9\x4d\x70\x71\x60\xd5\x60\x59\ \x52\xe0\x00\x82\x4a\x02\x2f\x92\x12\x65\x70\xd2\x1e\xb5\xda\x32\ \xa1\xc4\x19\x97\x1d\x25\x08\xb0\x64\x3b\xa2\xd6\xc5\xa7\x65\xc0\ \xdd\xe4\x88\xa4\xa2\x9c\x38\x20\x5d\x31\xd1\xe9\x11\x31\x09\x91\ \x00\xf8\xbb\xba\xaa\xba\x8a\x7a\xe1\x60\xe6\xaa\xd4\x48\x00\x22\ \x09\xb1\x39\x61\xa9\xbd\xfd\x09\xe0\x1b\xe1\x9e\x6b\x4c\x58\xce\ \x97\xff\x3b\xf4\xe5\x85\x21\xb8\xf3\x0e\x85\x0a\x96\x39\xfc\xfc\ \xf3\xd0\x10\xe0\xad\xfe\x84\x7e\x58\xf6\x0e\x64\xeb\x02\xac\x82\ \x87\xe3\x04\x8b\x7a\x7b\x93\x8a\x12\x8a\x80\xbf\xeb\x4d\xca\xe9\ \x0d\x0b\xab\x8a\x09\x4b\x88\x48\x4d\x4d\x88\xa8\xea\x8a\x8c\x01\ \x8e\x10\x58\x8d\xd4\x1c\xe0\x33\xba\x8a\x12\x52\x7b\x61\x96\x0c\ \x1c\x62\x91\xd0\x0b\x77\xb8\xaa\xc0\xa3\xc1\x5f\xbd\x39\x45\x45\ \xd9\x85\xf5\x5b\x77\xb5\xed\xc9\xad\x38\x76\xe0\xe4\xc7\x47\xdf\ \x78\xe9\xdb\x3f\xc7\xee\xdc\x7d\x32\xbe\x37\x36\x23\x2e\x02\x90\ \x53\x79\x45\x63\x6a\x42\x42\x5c\x61\x6e\xf7\x89\x23\xc5\xb9\x19\ \x99\xf1\x45\xd1\x19\x91\x40\x83\x21\x3a\x46\x24\xc7\x25\x24\x65\ \x14\xc7\x65\xc6\x97\x7c\xf8\x61\x77\x6e\x18\x50\x2c\xf0\xa8\xb8\ \xb4\x8c\x88\xec\x8c\xec\xdc\xb4\xec\x82\xdc\xdc\xe2\xcc\xb4\xec\ \xb2\xc2\x0d\xd9\xf1\x69\x15\x65\xbb\x00\xdf\x6f\x7e\xe9\xd5\x1b\ \xa7\xef\x55\x9e\x6b\xf9\x61\xe5\xec\xa5\xe5\x27\x7f\xbc\xba\xad\ \xbc\x7e\x43\xee\xae\xba\x4d\x2f\x7d\xfa\xcd\xdb\x0f\x0d\x53\xe3\ \xcb\xe7\x0d\xde\x90\xdd\x8a\x62\x7a\x87\x3c\x51\x6d\x74\xe9\x71\ \x34\xa5\xb3\x41\xad\x50\xa0\x08\xf8\x4d\x53\x36\xb9\x8a\xb6\x25\ \xca\xb3\x2c\x89\x0d\x32\xe0\x67\x68\xb9\xca\x62\x78\x38\xa6\xef\ \xb8\x39\xab\x7d\x34\xba\x7c\x45\xe5\x42\x71\x0e\xac\x1b\x28\x5a\ \xaa\x52\xe9\x13\x6b\x10\x8d\x63\x6c\x56\xe7\x44\x74\x95\x0e\x14\ \x80\xb0\xa3\xc1\xdc\xda\xd1\xd9\xa1\x56\x54\xea\x86\xcd\x32\x63\ \x54\x78\x8a\x63\x2e\xd1\x40\xf1\xa8\xdc\xed\x0e\x0f\x37\xaa\x2b\ \xd5\x5a\x0d\xa2\x31\xea\xef\x8d\xaf\xcc\x0f\xcb\x59\x39\xe1\x54\ \x84\x6b\x29\x9e\x01\x27\x83\x5a\xab\xb0\xb4\x62\x36\x55\x4a\xfe\ \x94\x0d\x67\x64\x56\x74\xe5\xda\xa8\x2c\x6b\x46\x2b\x39\xf3\xaf\ \xb7\x6a\xf3\x35\x1a\xb5\x02\xb0\x46\x16\x30\x9b\x18\x1a\xae\xd5\ \xd1\x98\x93\xb6\x22\x34\xda\x31\x02\x64\x82\x53\x0d\xd8\x68\x85\ \x5e\x43\xaa\xd5\xac\x5b\xe3\x5c\x29\x48\xce\x48\xcf\x05\x6f\x61\ \x46\x3a\x6c\xcb\x89\x8b\x8c\x8e\x8d\x89\x48\x8a\x01\xc0\x0a\xf7\ \xde\x23\x22\x63\x63\x63\xe1\x84\xc9\x84\xf4\xb2\xf5\x1b\x4a\xca\ \x9b\xeb\xca\xea\x2a\x36\xb7\xa4\xe7\x96\x6d\x2c\x68\x6a\xa9\x2e\ \x5b\x5f\x5f\x91\x97\x57\xd7\x5c\x57\xd1\x7c\xe0\x58\xfb\x8e\xc3\ \x87\xdf\x3a\xe3\x9c\x7e\xfe\xf9\x17\xfe\xfd\xc2\x73\xcf\x3f\x9d\ \x0e\x3d\x7d\xfa\x80\x21\x97\x60\xa3\xd8\x34\xcc\x4f\x81\xe5\x39\ \xcf\x84\x25\x20\x1e\x38\x10\x7d\xab\x15\xb5\x0f\x1a\xf2\x4d\x4a\ \x73\x6b\x4a\x8a\x1a\xb5\xdb\xe4\x98\x15\xe1\x0e\xb7\xb5\xb5\x6c\ \x6a\xae\x05\x82\x95\x5d\xb6\x3e\x37\xa3\xa0\x30\xa3\xba\xbe\xbe\ \x69\x53\x73\x73\xc5\xa6\xed\xcd\x65\x85\x99\x1b\x4b\x0a\x6b\x9b\ \x37\xb5\x9d\x38\x71\xec\xa3\x77\x2d\x8c\x44\x44\xdd\xfd\xee\x57\ \xeb\xe5\x9b\x9d\x84\x33\xc5\x4d\xd1\x6e\x44\x08\x30\x22\x23\x7a\ \x61\xa9\x93\x9f\xa1\x25\x51\x20\x80\xa5\xf2\xd2\x14\x0d\xaf\xf7\ \x4f\x07\xc1\xa9\xcd\x31\x28\x83\x9b\x10\x8f\xc8\x12\xb8\x9d\xc2\ \x4a\x53\x86\x15\x5a\xd2\x6a\xc1\x49\x8a\xf7\x90\x84\x4d\x00\x7e\ \x88\xf4\xcb\xde\x7f\xfb\xd7\xdb\x03\x73\x13\x83\x8b\xc7\xb7\x1e\ \xd8\xb6\xef\xc8\xf1\x43\xdd\xd5\x9b\xb6\x95\xe5\xd5\x97\x95\xd5\ \xee\x69\x6b\x6f\xde\xd2\xb6\xa3\xed\xc0\xbb\xaf\x98\x09\x56\x10\ \x11\xad\x1d\x55\xbb\x18\x1e\xe8\x21\xc1\x48\xb4\xdf\xcb\xf0\x1e\ \x8a\xf2\x50\x98\x4d\x49\x79\x59\x4a\xe4\x08\xc4\xaa\xe5\x10\x35\ \xf0\xc5\x56\x05\x4a\x9a\x6a\x5a\xcf\xad\x8c\x74\x4c\xa4\xa8\x30\ \xab\xcd\xee\x11\x82\x0c\x4d\x7a\x83\x5e\x8a\x17\x44\x1e\x00\x17\ \xc2\x00\xc8\xc6\xc0\x17\xae\x31\x85\x04\x1e\xcd\x7b\x43\x00\x56\ \x24\xc1\x03\x44\x87\x24\x24\x01\x6e\x09\x31\xa8\x91\xf6\x51\x28\ \x8e\xbb\xd5\xae\x20\x00\x20\x2b\x2b\xf9\xa6\x25\xc0\x28\x56\xe0\ \x77\x71\x8a\x91\xd0\xa8\x9a\x44\x85\x0c\x95\x00\x63\x6a\x08\x9a\ \x23\x9d\x32\x70\x24\xb0\x40\x45\xfc\x1e\x60\xf3\x60\xf1\xbb\x97\ \x43\xd5\x4a\x9e\xc5\x08\x00\x82\x80\xde\xb5\x2a\x40\x37\x36\x99\ \xdd\xf7\x8f\x3b\x0c\xf8\x21\x56\x89\x3e\x7f\x48\x54\x59\x01\x25\ \xf9\x38\x31\xf4\xec\xaf\xa7\x4f\x97\xd6\xae\x5c\xf2\x02\x4c\xe6\ \x41\x98\x20\x6c\xcd\x04\x24\xe6\xf3\x90\x56\x35\xe9\x0f\x7a\x43\ \xd3\xab\xa1\x20\x25\x04\xa6\x57\xff\xfa\xeb\xc1\xb3\xbf\xfe\x7a\ \xb6\xea\x47\xec\xe2\x33\x78\xd5\x92\xb2\x6b\x45\x86\x62\xc1\xdb\ \xb3\x04\x16\x07\x92\x65\x09\xab\x15\x47\xed\x32\xc2\x8e\x10\x8a\ \x4a\x99\x5b\x2d\x73\x12\x0c\x61\x50\x68\xcd\xeb\xd2\xd2\xd2\xe3\ \x00\xd6\xc7\x47\x44\xc3\x19\x7c\x71\x91\xa9\xd1\xb1\x71\x61\x61\ \x09\x49\x39\xfd\x30\x73\xef\x14\x1c\x41\x78\xaa\xbf\x28\x32\x23\ \x2d\x23\x33\x36\x35\x36\x22\x29\x22\x22\x35\x21\x27\xa7\xab\xb1\ \x2a\x29\xe1\xff\xf6\xdc\xe1\xb6\xfb\xd0\x85\xb5\x59\x85\x43\xf0\ \x22\x21\x70\x83\xbd\xfd\x17\xbe\xec\x3d\x35\x04\x3e\x9e\xea\xcd\ \x01\xc4\x36\xd4\xd8\x5f\x95\x54\x54\x94\x03\x5c\x5d\xe3\x50\x42\ \x4c\x1c\x10\x9f\x84\x9c\xd4\x84\xc6\xa2\xb5\x51\x80\x71\x71\xd1\ \xc0\x70\xa6\x16\xc5\xc7\xc3\x6b\x81\xa9\xa9\x45\x49\x30\x60\xa6\ \x17\x26\x22\x03\x99\xaa\x82\xd3\x55\xbb\xaa\xfa\xab\x8a\x86\x12\ \x2a\x76\xb4\xb5\x1c\xd8\x1c\xb1\xfb\xc0\xe1\xa3\x2f\xee\xff\xf6\ \xd7\xb7\xee\x3d\xba\xba\x38\x7e\x37\x37\x3e\x23\x13\xe6\x04\x5c\ \x9b\x8f\x88\xaf\x3d\xf2\xfa\x37\x07\xb7\xd7\xbf\x73\xac\x65\x7d\ \x59\x76\x64\x6a\x6c\xc2\x5a\x07\x49\x24\x10\xe3\x88\xb0\xe4\xcc\ \xe2\x23\x47\xba\xf7\xbf\x79\xfe\xf7\x97\xda\xb3\xd3\x36\xc6\x87\ \xc5\x17\x64\xa4\xa7\xe7\x16\x00\x8e\xaf\x6b\xaa\xaf\xdb\x56\x57\ \x50\xdb\xb2\x79\x4b\xfd\x8e\x37\xc7\x8f\x9f\xfc\x7d\xa6\xef\xfe\ \xd8\xf2\xf2\x42\x3e\xea\x78\x7b\x91\x30\x3f\x5e\x19\x77\xfe\xf4\ \xe9\xbb\x7b\xde\x38\x7b\x6d\x76\xb6\x34\x5c\x8d\x12\x0d\xa8\x4b\ \x9e\x2f\xb7\xea\x34\x5a\x55\xe2\xed\xb3\x0d\x3d\x13\x7f\x9c\x33\ \x57\x9a\xad\xce\x52\x60\x31\xac\x4a\xa6\xd4\x84\xa8\xc2\x49\x97\ \xcb\x25\x7b\xf8\x47\x4f\xc7\xa4\x55\x3d\x69\xa7\xac\x66\xbd\x65\ \xe0\xe2\x9b\x0f\x97\xf3\x2b\x3b\x80\x26\x39\x5d\x4a\x15\x8b\xaa\ \x69\x8c\x72\x39\x0d\x7a\x3b\x6e\x9c\x78\xe5\xc6\xa0\x49\xae\x1e\ \x3f\xa3\x14\x25\xb4\x73\x1e\x1b\xee\x69\x1d\xd7\xea\x2a\xed\x51\ \xcb\x2e\xa7\x49\x96\x22\xb3\x12\x26\x8b\xd5\xea\x96\xbb\x71\xd5\ \x4d\x84\x73\x19\xec\x38\x80\x66\x33\x6e\xc4\x70\x1a\xb5\x81\x25\ \x1a\xd8\x40\x9c\xb5\xe1\x5a\xcc\x8e\xda\xac\x46\x97\x53\x6f\xb3\ \xf7\x21\x59\x08\xc7\xd3\x8a\x06\xa3\xb1\x33\x91\x12\x8c\x29\x0e\ \xa5\x4b\xa9\xa9\x4c\x31\xb9\xf4\x40\xd7\xdc\x59\x76\x99\xe3\xb2\ \xc5\x9c\x88\xe4\xcb\x91\xc1\xe1\xc5\x33\x96\x14\x53\x4f\x4d\x14\ \xa6\x08\xb7\xe8\xdd\x56\x5e\xd4\x20\x89\x4d\x71\x11\x71\x71\x19\ \xe9\x99\x19\xd1\x61\xf1\xb1\x11\x61\x91\xd1\xd1\x09\x49\xb0\x47\ \x30\x21\x76\x2d\x8d\x35\x1a\xdc\x17\x1b\x9f\x1c\x17\x13\x9b\x9c\ \x9b\x57\x5d\x5b\x5e\x5c\x51\x01\xc4\x24\xaf\xa0\x3c\x6f\xf3\xd6\ \xf2\xba\xea\xb6\xcd\x4d\xd5\x5b\x77\xed\xd9\xde\xbd\x7d\xef\x81\ \x0f\xc6\x89\x07\xff\x74\x2a\xfe\xf3\xef\xdf\xff\x5d\x1b\xd4\xbe\ \x56\x0f\xf6\xc2\x3f\xdb\xfd\xff\x7d\xfa\xf4\xf9\xe7\xff\xf3\xe0\ \xaf\xdf\x9e\x4d\x3f\x5d\x5a\x62\x0d\x0e\x80\x9e\xbc\x93\xc6\x48\ \x82\x0f\x06\x83\x7e\xfa\xe6\xf6\xb6\xea\xa6\xc2\xf2\x92\x0d\x85\ \xb9\xc9\x1b\xb2\x33\x92\xf3\x0a\x32\x37\xd7\xb5\x57\x6c\xdb\xde\ \xde\xbc\xed\x58\x73\xc9\x86\xb4\x92\xc2\xbc\xda\xa6\x96\xc3\x87\ \x8f\xef\x3e\x7a\x64\x82\xe5\x59\x5b\xeb\xf9\x01\xed\xf9\x41\x9d\ \x47\xe3\x52\xe8\xc2\x13\xa3\x18\x1e\x18\x43\x9a\xc5\x3d\x70\x8f\ \x9a\x01\xf8\xc1\x02\x2b\x4e\x61\x08\x07\xce\x41\x11\x87\xd5\xde\ \xa2\x87\x02\x76\x15\x7e\xc4\x18\xc2\x85\x21\x96\x52\x39\xa2\x9d\ \xbc\x31\xa8\x93\x59\x25\xc1\xae\xc1\x03\x41\x1f\xe7\x1f\xf9\xe4\ \xf3\x1f\xcf\xf4\x2d\xdc\x5c\x3e\xbe\x75\xdf\xae\x63\x47\x3f\x3b\ \xb1\x7b\x73\x71\x7d\x75\x45\x79\x6d\x6d\x6d\x71\x45\x49\x7d\x61\ \x71\xf7\x96\xad\x27\x8f\xfc\xa9\xa5\x25\x02\x58\x27\x1f\x38\x17\ \x3d\x1e\x94\x0e\xf9\x45\x40\x54\x72\xb0\xae\xb0\xc0\x95\x59\x11\ \x9b\x13\x56\x88\x4a\x88\x39\x71\xa1\xa7\x61\xd0\xa4\x55\x2b\x7a\ \x3a\x75\xae\xac\xb9\xb9\x47\x35\x73\x7d\x26\x23\xcb\xaa\x2a\x65\ \x28\x90\x18\x9e\x67\x61\x29\x01\x23\xf8\x61\xf1\xaa\xe0\xa5\x51\ \x86\xc4\x44\x1f\x69\xb3\x68\x25\x6d\x8d\x14\x00\x80\xc8\x7b\xbd\ \x5e\x70\x9a\x63\x3c\x2c\xaf\x72\xdb\x39\x2f\x67\xc7\x97\x60\x69\ \x80\x28\x79\x18\x8a\xb0\x7b\x9f\x3e\x0b\x7a\x18\x9a\xa5\x71\x8a\ \x25\xd5\xf9\x0a\x75\xb8\x0d\xa3\x18\x04\xa5\x18\x5e\x10\x28\x9e\ \x65\x5d\x56\x8c\x63\x08\xa7\x7d\xad\x0b\x31\x10\x80\x25\xa7\x12\ \x8f\x59\x59\x2f\x30\xa7\xc2\x12\xf0\x81\x24\x87\x31\x82\x20\x02\ \x54\x13\x3c\x3e\x9f\x47\xf4\x05\x97\xfc\xde\x40\x90\x93\x1b\xc9\ \xe9\x90\x87\xf7\x04\xe1\x15\x48\x16\x93\xbc\xde\xb5\x7e\x4c\x0f\ \x4f\x70\xb0\xe6\x16\x90\x95\x1f\x7c\x4d\xe2\x4b\xab\x90\xc3\x56\ \xa7\x43\x30\x77\x15\x2c\x0e\xfc\x74\xd0\xab\x9c\xe9\x63\x96\x02\ \xab\x41\x80\x88\x4e\x97\x0f\xfc\x3c\x11\x9a\xc5\x10\xac\x51\x25\ \x31\x02\x08\x9f\x91\x02\x70\xc8\x03\xef\x41\x5a\x49\xce\xe7\xac\ \x34\x3b\xb5\xeb\xe2\xd3\xe3\xa3\x63\x33\x73\xe3\x92\x01\x65\x65\ \x44\x84\xc5\x85\xc5\xc0\x8d\xe7\x84\xa2\x54\x18\xae\xd0\x0b\xf9\ \xaa\xf1\xc2\x50\x7f\x55\x58\x46\x4c\x7c\x1c\xd0\x85\xd8\x98\xd8\ \xa4\x54\xb8\xed\x54\x15\xd9\x08\x6b\xdc\x81\x19\x84\xd5\xee\x40\ \xa0\xfa\x7f\x86\x26\x30\xb5\x1f\xee\x67\xfd\x0c\xd0\xeb\xcb\xc6\ \x9f\xc1\xdd\xa7\x1a\x7b\x2f\xf4\xa6\x26\x24\xc1\x36\x9d\xa2\xa2\ \xa1\xde\x9c\x9c\xd4\x0b\x45\x50\xb9\xba\x60\x21\x62\x52\x6a\x6a\ \x64\x51\x44\x64\x55\x66\x5c\x74\x6c\x52\x55\x51\x34\x2c\xef\x69\ \xac\x0a\x03\x74\x95\x1a\x99\x03\x1e\xdc\x9b\x90\x94\xd0\x95\x9a\ \xda\xd8\x98\x10\x09\x14\xac\xb1\x3f\x67\xc3\xee\x4d\xf5\xc7\xbb\ \xe3\x8f\x1c\xda\xbb\xf3\xe3\xa3\x3f\xfd\xfe\xc3\xfc\xbd\xf3\x8b\ \x97\x3f\x29\x68\x6b\x6a\xda\xb7\x67\xc7\xee\x13\x47\xb6\x55\xbf\ \xf1\xe4\xbb\x97\x2e\xd6\xed\xfd\xf0\xf8\xbb\x5b\x9b\xd6\xa7\xc5\ \xc7\xc5\x6d\xdc\x98\x0c\x9b\x99\x93\x23\x23\x8a\xeb\x4a\xba\x5f\ \xbe\x3d\xf1\xcb\xdd\x8e\x85\xf3\x13\x9f\x9f\xd8\xd7\x56\x5c\x96\ \x9e\x1a\x9f\x99\x99\x99\xd7\xb2\x6b\xd7\xae\xad\xff\x3a\xf8\xd3\ \x6b\x1f\xbf\xfd\xd5\x93\xd6\x95\xcb\xba\x9a\x81\xf0\x44\x23\xe2\ \xcc\xbf\xd2\x6a\x4c\x2c\x1d\x99\xd7\xdc\x3c\x7d\xc9\xc2\x2e\xe8\ \x06\x96\x6b\xfa\xce\x24\x9e\xf9\xae\x75\xf9\xe2\xe5\x33\x2e\xd4\ \x65\xb4\xeb\x55\x26\x39\xda\x77\x73\xf4\x56\xdf\x2b\x97\x76\xfe\ \x74\xd7\x16\x6e\xd3\x0e\xeb\x8d\xb8\xdd\x86\x39\x55\x66\x13\x4b\ \xdb\x6c\xf4\x1b\xd7\xdd\x72\x19\xaf\x34\x03\x0f\xa4\x76\x72\xda\ \xc4\xf7\x3f\xbf\x79\xf6\x49\x8f\x39\x5f\xe3\xa2\xa3\x64\x2c\xc5\ \x21\x12\x69\x74\x8b\xf2\x87\xe7\x4c\x4e\x7d\xbe\x22\x51\x35\xd2\ \x93\x2f\x77\xd1\xe0\x91\x88\xb1\x01\x67\x45\xb0\x02\x0a\x59\x16\ \xc4\x95\x65\x90\x95\x12\x76\x1d\x62\x30\x02\x60\x57\xc8\x86\x3b\ \xc6\xc7\x27\xc2\x53\xce\x50\x01\x42\x3b\xd3\xa3\x55\x72\x56\x27\ \xce\x30\x6a\x12\x85\xa7\x37\x6e\x73\x33\xe0\x13\x1b\xa2\xb4\xa0\ \x9d\x06\x87\x11\x35\x26\x3a\x09\x92\x55\x29\x6c\x2a\x65\x8a\x0a\ \x75\x29\x8c\x36\xd4\x8a\xaa\xd5\x48\x8a\x5c\xa6\x19\x36\x2b\x09\ \x4c\xeb\x74\x11\x32\x95\xd2\x62\x18\x1b\xe7\x5c\x0d\x3a\x1c\x58\ \x34\xd4\xaa\x4c\x34\x27\xbe\x13\x17\x1b\x1f\x9b\x91\x96\x96\x19\ \x17\x0b\x6d\x33\xf8\x3d\x45\x87\x81\x43\x25\x36\x2c\x2c\x07\x90\ \x78\x1c\x78\x63\xd3\xd3\x92\xc3\x62\x62\x62\xd2\x4b\x2a\x4a\x0a\ \xd6\x37\x95\xe5\x6d\x00\x36\xb0\xa0\xac\xba\x7b\x73\x53\x4b\x6d\ \x75\xcb\xb6\xdd\x5b\x9b\xdb\x8e\x7c\xb7\x5c\x4a\xc0\xae\x18\x1e\ \x11\xa8\xe9\x67\x0f\xa6\xff\xfa\xed\x3f\xb0\x64\x71\xf5\xc1\x0b\ \xff\xff\x8e\xb3\xbf\xc1\xe7\x30\xb3\x18\x8a\xd8\xdf\x2f\x3c\xf7\ \xdc\x7f\xff\x2f\xe0\x7b\xdd\x7f\x9f\x7b\xe1\x39\xe2\x74\x41\x79\ \x6e\x79\x6e\xe6\xc6\x3c\x80\xcf\x99\xf1\xe9\x05\x25\x19\xd9\xed\ \xed\x3b\xea\x2a\xb6\xec\xde\xbc\xe3\x58\x7d\x4b\x41\x6e\xde\xfa\ \xc2\xee\xad\xdd\xbb\x4e\x1e\x3c\x71\xe8\x9d\x5b\x24\xc3\x90\xaa\ \x0e\x7c\xee\xfe\x0d\x9b\x17\xe0\x06\x49\xb0\x76\x60\xc3\x9c\x92\ \x0f\xb6\xde\xb0\x14\x60\x15\x96\x65\x78\x84\x66\x9d\x26\x60\x83\ \xe4\x6e\x92\x91\x7c\x1e\x60\x13\x69\x9b\x57\x10\x68\x84\xc1\x78\ \x9f\x28\xf2\x4b\x24\xa0\xcd\x61\x03\xca\x72\xb4\xe0\x32\x22\x1e\ \xaf\x48\xfb\xc7\x7e\xff\xe5\xda\xe0\x8d\x73\xf3\x1f\xb7\x75\xb7\ \xef\xde\x77\x6c\xc7\xd6\xa6\xfa\xe2\x8a\xba\xda\xfa\xc2\xb2\x8a\ \xfa\x96\x8a\x5d\xcd\x9b\xb7\xd5\xb6\x6d\x39\xfa\xd8\x2d\xf8\x5c\ \x6c\x30\x44\x6b\x5b\x0d\x35\x0e\x85\xbe\xe6\xdc\x57\x47\x8f\x6f\ \xdf\x71\xec\xf0\xe1\x5f\x68\x1e\x71\x71\x1c\xcd\xf1\x82\x3f\xc0\ \xe1\xb0\xdc\x52\x85\x98\xcc\x76\x42\xd1\x39\x6a\xd2\x26\xca\xe5\ \xe1\x80\xa2\x38\x9a\xb0\xe3\x70\x3b\x8a\x96\x28\x16\x18\xb9\x60\ \x08\x6e\xed\x85\x60\x4d\x7a\x90\x97\x78\xe0\x9b\x60\xbb\x33\x42\ \x7a\x01\x80\x81\x27\x0c\x2c\x16\x47\x4a\x01\xa0\x6c\x12\x60\x14\ \xca\xef\x05\x32\x22\x00\xbb\x29\xf1\x9c\x4b\x43\xfb\x81\xa1\x14\ \x3d\xab\x70\x8f\xdc\x03\xfe\xab\xe0\x15\x81\x30\x50\x02\x2c\xe1\ \xf2\x4a\xd0\xb4\x01\x33\x28\x91\x28\x38\x86\xe0\xe6\xbe\x24\x89\ \x1e\xc9\x0f\x94\x8c\x23\x55\xb0\x18\xc1\xcf\xf0\x40\x4d\xfc\x00\ \xae\x80\xa7\x94\x18\x86\x66\x28\x28\xa3\x0c\x13\x08\x79\x08\x1c\ \x5e\xa7\x84\x45\x64\x4b\x30\x42\x22\xc0\x23\xa4\xcf\x17\x84\xdd\ \xca\x3c\x45\xb1\x1e\x96\x07\xe4\x0c\xf0\xeb\xdf\x0f\x9e\x05\x25\ \x04\x97\xc9\xed\x52\xc8\x03\xe8\xb5\xc7\x4e\xaa\xc3\x13\x71\xe0\ \xb6\xe1\xce\x7d\xd0\x0f\x37\xb6\x24\xa0\x80\x0c\xe3\x67\xd8\xa0\ \xc8\x72\x0c\x2b\x46\x65\x11\xa8\xe4\x81\x8d\x6b\x4e\x44\xf4\x11\ \x9c\x55\x69\x4c\x5c\x17\x11\x17\x9f\xbd\x31\x33\x23\x2e\x3a\x33\ \x2c\x2c\x77\x43\x26\x58\x4e\x81\x45\x83\x7b\x58\x00\x81\x60\x21\ \x42\x74\x7c\x72\xe4\xd0\x10\xe0\xa9\xa2\xe8\xe8\x08\x60\xa2\xaa\ \x80\x99\x8a\x84\xe3\x22\x22\x63\x72\xfe\xa9\xbf\x02\x1f\x2e\xf4\ \x57\x0d\xad\xf5\xe8\x00\x13\x78\xe1\xcb\xff\xbd\x00\xbe\xe8\xef\ \x6f\x04\x82\xd3\x7f\x01\xce\xa5\x48\x80\x02\xd7\x0f\x23\x8f\xc1\ \x0f\x2c\x02\xd2\x05\xd1\xa9\x68\xad\x98\xa7\x11\x40\x56\x64\x51\ \x5c\x06\xac\xef\x89\x01\x67\x00\x1c\x4e\x9f\x10\x0b\x08\x2b\x27\ \xa7\xb1\xb1\xaa\x31\x3a\x15\x18\x52\x60\x41\x63\xaa\xfa\x53\x63\ \xa3\xc3\x62\xcb\xeb\xdb\xb7\x6d\x2b\xc9\x3b\x7e\x72\xff\xeb\x1f\ \xef\xf9\xe0\x9b\x1f\xae\x9e\x9e\x3f\xf3\xf0\xe0\x27\x2b\x07\xf7\ \x7e\xf5\xca\xf1\xe3\x2f\x1f\x7c\xf9\x95\xf7\x2e\xdd\xbd\xf4\xdd\ \x57\x6f\x7e\xb6\xef\xd8\x7b\xc7\x8a\x4b\x72\xd3\xd7\xe7\x25\x6f\ \x4c\x8e\x88\xce\xec\xae\xcb\xdb\xfd\xf6\x2b\x77\xef\x8c\x7f\xbf\ \x32\xbb\xf8\xc7\xb7\x2b\x2f\xdf\x19\xfb\xe6\xd1\xb9\x97\xf6\x75\ \xef\xa8\x88\xcb\x6b\x3f\x7c\x64\xff\xdb\x5f\xbf\x34\xff\x7b\xeb\ \xcd\xb1\xdf\x07\x2f\x77\x2a\x39\xc5\x6c\x8d\x5c\x8f\x59\x1e\x63\ \xaa\x86\xc7\x77\xdf\x7a\xe7\xf8\xe7\x7f\xbe\xf9\xe2\xfb\x86\xb1\ \xab\xcb\x37\xc7\x26\x26\x74\x3d\xd7\x17\x3f\x19\xef\x34\xcb\x51\ \xc6\xa9\x34\x69\xcd\xfa\x9a\x9e\x89\x8b\x5f\xbc\xf3\xc3\xf2\xe0\ \xc3\x9a\xcb\x13\x76\x42\x23\xc7\xe5\x9c\xdd\xd2\x63\xc7\x30\x4d\ \x22\x62\x6f\xb0\x4a\x34\x6f\x15\xd5\x4a\xb7\xa1\xc1\xc6\x65\xd5\ \xd8\xc2\x6f\x64\x99\x16\x97\x07\x4c\x82\x4d\x6d\x13\x5d\x6a\xb5\ \x49\xae\x9f\x6b\x6d\xb8\xf8\x85\xdd\x18\x85\xd3\x0d\x0f\x2b\x57\ \xe4\x72\x0a\x2c\x86\xa4\x55\x65\x33\x28\x49\x9e\xe5\xd4\x06\xb7\ \xdd\xa6\x74\x6a\x34\x76\x56\x3e\xa0\xf2\xf9\xd4\x89\xa6\x70\xc7\ \x40\xe7\xad\xf3\x2a\xb9\xc9\xcd\x68\x1b\x0c\x2e\x0c\xc3\x44\x1c\ \xc1\xed\x4e\x9c\x14\xdc\x04\x99\x85\xe2\x28\x8d\xa3\x9c\x8b\x14\ \x7d\xb8\xca\x6e\xd3\x19\x14\xad\x6e\x1c\xb1\x13\x5a\x6e\x09\x53\ \xb8\x70\x23\x81\x5b\xdd\x1a\x4c\xa2\x14\x84\x1a\x15\x58\x8c\xf1\ \xbb\x94\x36\x27\xb9\xc4\x60\x46\xa7\xcd\x26\x37\x84\x87\x53\x9d\ \x67\xb4\x16\xad\x5d\xe8\x00\x10\x1a\x91\x0c\x0b\x6d\xd3\xe2\x23\ \x32\xd3\xa3\xe1\x6e\x7b\x74\x74\x58\x58\x6c\x74\x52\x4e\x51\x44\ \x58\x04\x0c\x0d\x8b\x88\x83\x95\xb9\x99\x25\x1b\x4a\xca\x6a\xeb\ \x5a\x0a\x4b\x6a\x37\x6f\x29\x6e\xe9\xee\xde\xd2\x56\xdf\x54\x52\ \xb7\xe7\xfa\x84\x86\x40\x24\x70\x5e\x0a\x04\xc3\x18\x55\x2a\x0a\ \x53\xd8\x29\xc6\x6e\xa7\xb5\x56\x18\xab\x02\x5b\xd5\x82\x81\x07\ \xcf\xff\xcf\xd3\xdf\x9e\x9f\x5e\x5d\x0d\x2e\x4d\xc3\x99\xea\xff\ \xfe\x27\x5c\xfd\xff\x02\x33\xff\xf6\xe8\xc6\xb3\x4c\x67\x9b\x73\ \x73\xd3\xca\xf2\xe2\xd3\xe0\x54\x9e\xf4\x8c\xdc\x82\xf5\x91\x1b\ \xb6\x36\x57\x00\xb1\xa8\xaf\x6d\xda\xb3\x6b\x57\x61\xc6\x86\x0d\ \x25\xd5\x6d\x87\x4f\x1c\xdb\x7d\xf4\xe8\x4b\x8b\x72\x9a\xc6\x94\ \x56\xec\xce\xa3\x59\x6e\x69\xc9\x03\x4e\x7a\x42\x22\xed\x72\xbd\ \x16\x40\x06\x78\x73\x39\x9f\x9f\xa2\x18\x8f\xc0\x08\x2c\x53\xa9\ \x65\x68\x95\x01\x73\x3b\x59\xe0\xae\x58\x92\x22\x9c\xcc\x60\x4a\ \xd0\x0b\xcf\x6e\x09\xb6\xe0\x2d\x81\xb3\x90\x26\x5d\x80\x58\x00\ \xe3\x78\x31\xe6\xfe\xad\xc5\xdb\x33\x77\x17\x5f\xdd\xba\xb5\xbd\ \x7b\xf7\xde\x6d\x7b\x36\x43\xee\xab\xa8\x28\x58\xbf\x65\xcb\xa6\ \x4d\x15\xed\x9b\xda\xb7\xd7\x6d\x3a\xf0\xbb\xcb\xc8\x06\x50\x66\ \x29\x38\x1d\xb0\xe6\xff\x79\xa4\x65\xd3\xa6\x8f\x5e\xfe\x69\x71\ \x7c\x78\x70\xfc\xea\x07\x29\xa1\xa0\x57\x24\x25\x4e\xed\x73\x13\ \x00\xf9\x18\x6f\x80\x56\x69\x2c\x1d\x35\x08\x8f\x2b\xf5\xe1\x46\ \x19\x45\xd8\x08\x16\xb3\xb9\xec\x6e\x0c\xf3\x03\xe2\xf1\xf8\xbc\ \xa2\x8f\x52\xb3\x4e\x3d\x45\xd2\x00\x61\x7c\x6b\xff\x90\xdc\x5a\ \x67\xa4\x40\xb3\x80\xdd\x00\xc6\x51\x9c\x00\x73\x58\x7c\x41\x0f\ \x49\x02\xd8\xf1\x78\x42\x21\x20\x3e\x34\xcd\xc2\xf2\x33\x9e\xc2\ \xd8\xa5\x40\x68\xda\xbf\xb4\x3a\x0d\x37\x96\x3c\x7e\x0f\x2b\xb1\ \x84\x5b\x24\xb0\xe0\x2a\xac\xe4\x0a\xfa\x3c\x81\x00\xbb\x96\xc6\ \x05\x3c\xab\x4f\xe2\x49\x37\x10\x3b\x8c\xe4\x01\xf0\x00\x79\x0f\ \xfa\x3d\xfe\x55\x6f\xc8\xeb\xf5\xaf\x02\xdd\x0a\x06\x03\x22\x20\ \x3e\x41\x0a\x2c\x89\x02\x6c\x25\xf7\x79\xc1\x53\x82\xed\xca\xd3\ \x41\xde\xe7\x01\x4b\x93\x84\x5b\x35\x14\x50\xd8\x67\x7f\x4d\x3f\ \xf8\x6b\x3a\x28\x1a\x2d\x95\x1d\x29\x0d\x63\xe1\x2e\x52\xd0\x80\ \x75\x98\x17\xa6\xff\x7a\x3a\xed\x03\x16\x34\xc8\xb3\xa1\x25\xa0\ \x98\xe0\xad\x0d\xc0\x8b\x8b\x41\x02\x11\x58\x9a\x64\x45\x26\x51\ \x85\x51\xa1\x69\x8f\xcb\xe9\xa6\x3c\x80\xca\xfe\x7a\xfa\x6c\xd5\ \xb7\x2e\x23\x23\xad\x20\x2d\x36\x26\x2e\x3a\x37\x2d\x32\x3a\x37\ \x33\x0d\xf6\x5a\xc4\x46\x44\xc6\xf4\x9e\x6a\x04\xb7\xb0\xf8\xea\ \x2d\xbb\x9a\x33\x63\xe0\x54\xbe\xe4\x8c\xe8\xe4\x8d\x99\xf1\xe0\ \xe0\xcd\xcc\x88\x4c\x88\x4c\x58\x9f\xdd\xf5\xf3\x3f\x23\xeb\x87\ \x86\xfe\x89\x48\xbe\x00\x3e\xf4\xae\x7d\x84\xba\x35\xd4\xdb\xd5\ \xdb\xdf\x0b\xf8\xac\x77\xa8\xbf\xbf\x08\x28\x4e\x51\x0e\xdc\x7a\ \x4f\x6a\x84\x41\x0e\x40\xf1\xe0\x24\xaf\xde\xaa\xc6\xd4\xa2\xb0\ \xb8\xb8\xe4\xf8\x98\x04\x20\x5c\xe0\x7e\x38\x6d\xa2\xb1\xeb\xe7\ \x0b\x70\x6f\xbe\x31\xa9\x31\x12\x36\xe8\x14\xc1\x39\x14\x5d\x49\ \x61\x69\x85\xd5\x9b\xda\x0e\x1e\x0b\xdb\x76\xe8\xd0\x67\x87\xf6\ \x1f\x7e\xf3\xa7\xef\x7f\xf9\xe5\xf4\x99\x3b\x97\x66\x7f\xd9\xf9\ \xd9\xb5\x2f\xbe\x38\x7b\xfe\xea\xf9\x99\xc9\xfb\xf7\x6e\xce\xcf\ \x7f\x75\x74\xdf\xc1\xeb\xdf\xef\xd8\xba\xa9\xac\xba\xbe\x76\xc7\ \xf7\xaf\x9f\x3c\x7a\xfb\xa7\x1f\xff\xf8\x7e\x25\xea\xd1\xfc\xb9\ \xe5\x9f\x96\xa7\x5e\xbd\xf2\xcd\x78\xe5\xfb\xc3\x33\x46\x4b\x8a\ \xa5\xef\x8f\x9d\x63\x1d\x9f\xfc\xf8\xf1\xc8\x60\xe5\xe4\xe5\xa8\ \x95\xef\xbf\x7f\xd1\x69\x4a\x4c\xd1\x0f\xdf\xa9\x19\x19\x7d\x05\ \xc8\x4d\xcd\x4c\xc7\x47\x8b\xd7\xae\xcc\xff\x78\xc7\x6c\xc9\x6f\ \x6d\xed\xec\x98\x18\xcc\xd2\xd6\xcc\x3c\x5c\xb9\x35\xaa\xd3\x13\ \xd6\x4e\x99\x5c\x69\xd4\x28\x5a\xad\x36\xdd\xe0\x4c\xe9\xc8\x70\ \xe9\x9c\x43\xed\xe8\x19\x50\xa6\xd8\x34\x26\x99\x41\xc3\xbc\x3d\ \x7c\x66\xd2\x68\x31\x85\xa7\x94\xda\xf5\xea\x49\xab\xbc\x0f\xf7\ \x92\x72\x9b\x33\xd1\xa1\x09\x9f\x72\x90\x76\x0b\x5d\xda\x81\xca\ \x8d\x35\x83\x72\xce\xa0\x51\x3a\x79\x97\x51\xef\x52\x53\x72\x42\ \x6e\x77\x2b\x3a\x3b\x8d\xba\xf0\x06\x25\x36\xe5\xe6\xac\x72\x00\ \xfc\x1a\x2d\x26\x4f\x31\x32\x94\xd3\x6e\xb1\x98\x1c\x0e\x59\x43\ \xcd\xc8\xe3\x94\x28\x04\x93\xbb\xec\x38\x0f\xd8\xe1\x4c\x83\xdb\ \x64\x53\xa2\xf6\x1a\x3b\x63\x0c\xb7\xd3\x98\xc8\xe9\x08\x49\xe9\ \x94\xa3\x72\x93\xb2\x46\x6e\x37\xaa\x13\x11\x53\xcf\x12\x92\x28\ \x13\xd5\x06\x54\x2e\xe1\x08\xaf\x33\xda\xed\x08\x62\xb4\x72\x24\ \xc2\x73\x4a\x85\xd2\xe7\xc2\x98\xc1\x44\x12\xc8\x70\x22\x15\x2e\ \xd7\x86\x67\xa5\x54\x1e\x88\x88\x0b\x8b\x8f\x00\xac\x9a\x1c\x0d\ \x0e\x83\xc8\xa4\xe8\x04\x78\xc9\x35\x32\x2c\x2c\x0c\x8e\x70\x04\ \xeb\x5d\x5c\x74\x12\x80\xe5\x84\xa4\xb0\xcc\xf2\xb6\xa6\xba\x8a\ \x8a\xe6\x96\xa6\xb6\x6d\x60\x5d\xd9\x5a\xb7\xe5\xf0\xdb\xf7\x3a\ \x29\x11\xa3\x48\x8d\x9b\x36\x0e\x1a\x6d\x6e\x9a\xb1\x29\x54\x44\ \x87\x83\x44\x10\x37\xc7\x18\x71\x23\x4a\xbb\x69\x82\xa6\x49\x18\ \xf6\x45\x93\x98\x11\x71\xbb\x1d\x42\x28\x00\xfe\xfc\xf5\x9f\xa7\ \x4f\xe1\x2c\xf9\x07\x4f\x57\xff\xfa\x8f\xf1\xf3\x37\xef\x7c\x5e\ \x9f\x57\x98\x1e\x9f\x11\x97\x99\x1d\x0f\x4c\x41\xfc\xc6\xf2\xf5\ \xc9\xe9\x71\x4d\x5b\x0f\xec\xae\x2d\xdb\x5c\x5f\xd6\x76\x60\x7b\ \x7d\xe1\xc6\x82\xbc\x8d\xb5\xd5\xcd\x07\x8e\x1f\x3f\xfe\xee\xf1\ \x2b\x29\x4e\xb9\x49\x27\xf4\xcd\x8f\x8f\x4a\x80\x62\xa6\x9f\x3d\ \xf3\x07\xbd\x1c\xc5\x90\x94\x48\x53\x2c\x6b\x75\x39\x9d\x2e\x94\ \x83\x4c\x15\xc4\xed\x2c\xad\x44\x04\x99\xd2\xc8\x72\x84\x93\x17\ \x68\x9d\x95\xc4\x18\xd4\x0d\xf8\x46\x14\xc1\x73\x75\xb9\x39\xaf\ \x47\x04\x8f\x63\xe1\x0e\x98\x80\xfd\x7a\xfd\xd2\xd8\xfd\xb1\x6f\ \xf7\x1d\xdb\xd6\xbe\xb9\x7e\xef\xe1\x6d\x5b\xd7\xf2\x53\x0b\x4b\ \xea\xeb\xea\x6a\x2b\x9a\xea\xca\x9b\xb7\xb4\x1f\x7e\x2d\x51\xa7\ \xa7\x58\x2b\xe7\xf3\x86\x82\x3e\x41\x24\x15\x29\x26\xa5\x5a\xa9\ \xb6\xeb\xa2\x6a\x6e\x5c\x33\x01\x24\xf1\xfb\xbc\xac\x1b\xc8\x83\ \x40\x92\xb8\x24\xf8\x78\xa7\x13\x83\x5d\xbf\x3c\xe1\x06\xea\xe8\ \x76\xea\xe4\x72\xab\x91\x72\x23\x94\xe0\x11\x79\x9c\xb0\x59\xed\ \xee\xf0\x2c\x19\x62\x4f\x31\x10\x3c\x41\x30\xbe\x00\x09\xc4\x26\ \x20\xc0\x16\x43\xce\x4d\x50\xe2\x92\xc8\xf2\x56\xab\xe4\xf1\xc3\ \x2d\x25\x9f\xb0\x14\x92\x3c\xbe\x69\x00\x3d\x41\x89\xa3\xbd\x40\ \x87\x7d\x0c\xef\x03\xda\xe3\x61\x7c\x42\xd0\x83\xe3\x18\x41\x21\ \xc0\x1f\x62\x56\x9e\xa5\x25\x92\x11\x97\x04\x41\x90\xbc\x3e\xce\ \xe8\x74\x81\x77\x07\xe3\x57\x03\xb0\x8a\x4b\xe0\x19\x56\xe0\x29\ \x3b\xe7\xcc\xb2\x8a\x94\xcd\xe3\xe5\x79\x51\x14\x05\x1f\xbd\x56\ \xd6\xb0\x14\x0a\x0a\x2c\x00\x34\xf8\x62\x42\x41\x58\x78\x01\x93\ \x21\x00\x91\x79\x44\x2f\x30\xaf\x7c\xe0\xe9\x6f\xbf\x3d\x7d\x06\ \xb4\x99\xc5\x11\x14\xc5\x68\x00\x6d\x34\xef\xe1\x48\x3e\x08\xc8\ \xcc\x1b\x98\xfe\xf7\xf3\x3e\x4e\x60\x28\xda\x89\xab\x81\xdd\xe0\ \x28\x31\x08\x7b\x7e\x02\x1e\x1c\xbc\x20\x1e\x41\x04\x08\xa0\xe0\ \x67\x61\x34\xbb\xfa\xe0\xaf\x67\xb0\x46\xff\xd9\x5f\xeb\xf2\x32\ \xc2\x32\x01\xd2\x47\xa6\xaf\xdf\x18\x11\x97\xb6\x31\x1b\x38\xa8\ \x64\xd8\x2c\x06\xc8\x26\x26\x22\x26\xbe\x60\xf3\xee\x83\x07\xab\ \xe3\xe0\x44\x81\xf4\xec\xb4\xcc\xb4\xb4\xb0\x8d\xd5\x70\x8c\x53\ \x6c\x7c\x76\x49\x45\xfa\xa9\xb5\x1d\x77\x40\x59\xb0\xdb\xf9\xcb\ \xb5\x82\xac\xa1\x53\xfd\xa7\x7e\x3e\x05\x1c\x22\x30\x85\xfd\xfd\ \x5d\x70\x38\x45\x51\x63\x2f\x2c\x6e\x48\xe8\x02\x3f\xf5\x54\x51\ \x4c\x15\xa0\x26\xd8\x5b\x08\x1b\x05\x01\xc1\x45\x36\x16\x25\xc4\ \xc6\xc5\x27\x01\xd7\x57\x05\xfb\x72\xbe\xec\x8d\xa9\x3a\xf5\x65\ \x6f\x55\x4e\x63\x57\x6f\x51\x57\x64\xd1\xda\x78\x7b\x98\xdb\xd0\ \x9f\x90\x5e\xd1\xb6\x79\xef\x8b\xc7\x23\xb7\x1e\x7d\xf7\xe3\xad\ \x87\x3e\xfc\xe9\xbb\xb3\x8b\x8b\xf3\x13\x8b\x8b\x67\xbb\x8f\x7e\ \x37\x3f\x33\x71\x75\x6c\x62\x64\x62\xf8\xf1\xfd\xe5\x27\xe7\xe6\ \xbf\xfb\xd5\xd1\xba\xf0\xdd\x8d\xe5\xeb\x37\x47\xa3\x06\x57\xc6\ \xff\x3c\xbd\xf2\x64\x78\x7c\xd9\x9c\xdf\xa9\x57\x46\x99\x17\x4a\ \x4b\x1b\xe6\xdd\x95\x4f\xa8\x87\xe1\x29\xf2\xf0\xce\xc1\x27\x86\ \xd3\xe3\x89\x63\xae\x99\xc1\x7b\x3f\x84\x8f\x4c\x3e\xbe\xd5\xf9\ \xcb\xef\x4f\x4e\x8f\xdc\xca\x5f\xbe\xb5\x5c\xf9\x30\xdc\x66\x51\ \xe8\x0d\x9d\x16\xa7\x2d\x31\xc5\x15\x3e\xaa\x75\xe7\x4f\x21\x06\ \x8b\x3b\x71\x72\x70\xb8\xd4\x64\xd1\x13\x0a\xa3\x5a\xa6\x97\xd9\ \x50\xa5\xd6\x69\x1f\x30\x63\x36\x7b\xcf\xcd\x8e\xc1\xef\x7e\x9c\ \xd2\x2b\x2d\x03\x23\x5a\xb9\x7a\x6a\x62\xd6\x3c\xd8\x61\x76\x98\ \x2f\x8f\xa8\x1c\x93\x3a\x75\xe2\xa0\x7a\xea\xab\x70\x4d\xc7\x79\ \xb7\x3c\x2b\x4b\xa3\xba\x69\x9d\x28\x45\x0d\x88\xce\x20\x37\xcd\ \x1b\xee\x8d\x2b\x39\xce\x25\x93\xcb\x05\xb7\x5c\xa1\xb4\xd9\x3a\ \xec\x46\x65\x8a\xd1\x68\x51\xb8\xec\x5a\xce\xac\x70\xc9\x6d\xaa\ \x7c\x23\x6f\x03\x24\x85\xaa\x26\x6f\x3a\x3b\x2e\x4f\xce\xcd\xd9\ \x70\x20\x51\xaa\x4a\x9d\x06\xc1\x2c\x2e\x85\x86\x30\x37\x90\x66\ \x8d\xca\xd1\xe3\x72\xd9\x50\x0e\x58\xc3\x2c\x2b\x2a\xb7\x5b\x5d\ \x33\x13\x1d\x56\x38\xdf\x6c\x9c\x54\x72\xa2\xe8\x56\x1b\xb4\x72\ \xa7\x5e\x93\xe8\xb2\x92\x6a\x1b\xe5\xd6\xc8\xd5\x4a\x8c\x26\x29\ \x2d\x04\x9f\x2c\x8d\xb2\xe3\xcc\xa4\xfa\xb6\xc3\xd0\x79\x6b\xc5\ \x39\x9e\xbb\x31\x2d\x3d\x23\x33\x39\x2e\x3e\x36\x2c\x1a\x1c\x19\ \x49\x71\xd1\x91\xd1\x31\xb0\xad\x0a\x2c\x26\x11\x31\xb1\xe9\xd9\ \x31\x49\x91\x49\x71\x60\x99\xcb\xa8\xde\x54\x5e\x56\x57\xd7\x54\ \xdf\x7c\x68\x6b\x5d\xf7\x9e\x4f\x97\x6b\xe4\x6e\xb7\x15\xe3\x80\ \xfb\x71\xb1\x80\x76\x08\xbb\xda\x04\x14\x41\x6b\xb8\xdc\x17\xe5\ \x74\xac\x58\x78\x39\x41\xd9\x70\xa3\x42\x8e\x01\xe4\x21\x08\x8a\ \xc4\xdd\x38\xe1\xa2\x24\x09\x43\x29\x52\x72\xd2\x9e\x90\x07\x9c\ \x45\xfa\x94\x47\x16\xf9\x47\x27\xf7\x1d\xf9\x60\xef\xc6\xa4\x98\ \xa4\x88\x88\xf8\xf8\xb8\xf8\xe4\xf4\xbc\xdc\xf2\x92\xe4\xe8\xf4\ \xda\x4d\xed\xc7\x9a\xb6\x77\x17\x56\x1c\x3f\x79\xac\xbe\x30\x2f\ \x77\x43\x49\x5d\xcb\xd6\xe3\x07\x4f\x1e\xfe\xf4\x5f\xe3\x29\xe7\ \x6f\x5d\x99\xa3\x97\x57\x56\x3a\x9f\xfe\xe6\x0f\xbd\xf0\xf7\xdf\ \xeb\xfe\xfe\xef\xff\x3c\x58\x0d\x30\x5e\x91\xf7\xd0\x9a\xd6\x06\ \xb7\x5b\xe6\xc2\x5d\x5a\x4c\x4b\x89\x28\x06\x4b\xff\x31\x02\x63\ \x79\xce\xed\x01\x9a\x64\xc7\x58\x9d\xd6\x8d\x4b\x12\x85\x10\x92\ \x9b\xe4\x48\x9c\xe2\x78\x5d\xbe\x9c\xa0\xa9\x00\x7d\xf1\xda\x9f\ \xe7\xee\x7e\x70\x68\x5b\xf7\xf6\xcd\xed\xed\x5b\x9a\x5b\xba\x0b\ \xcb\xf3\xca\x0a\x2b\x2a\x36\xb4\xd4\xb5\x77\x77\xef\x6e\x69\xd9\ \x72\xe8\xd0\xbc\x66\x45\xe6\xb4\x6b\x68\xe0\xe6\xbc\x02\x83\xb9\ \xed\x72\x8d\x4c\x9b\xe2\xc8\xaa\x99\x58\xb9\xfb\x18\x85\x91\x7b\ \x3c\x2f\x20\xe1\x28\xee\x14\xe4\x6a\xb9\x92\xc4\x5d\x56\x5c\x04\ \x88\xad\xb4\x02\x11\xe2\x38\x80\x28\x22\x83\x70\x14\x45\xe8\x54\ \x92\xdc\xdc\x6a\x96\x1b\x50\x7b\x94\x86\xe6\xa3\x54\x5a\x8a\x41\ \x28\x80\x42\x2c\xce\xe2\x24\xcd\xb0\x1e\x0f\xed\x24\x05\x12\x13\ \x05\x37\xa5\x32\x0a\xc1\x25\x5e\x0c\xfa\x02\x4b\x5e\x2f\x70\x59\ \xb0\xe4\x53\xf4\x7b\x05\x27\xce\x4b\x2c\x27\x08\x18\xe5\xe2\x78\ \x9a\xa6\x24\xda\xbb\xc4\x4b\xc1\x80\xe4\x03\xdf\x04\x7c\x1b\xed\ \x5f\x7b\x85\x38\x9e\x22\x07\x1a\x24\x62\x36\xc9\x1f\xf0\x79\x3c\ \x40\xa5\xdd\x14\x6f\xd7\xb2\xa8\x43\x81\xaa\x0c\x6e\xda\x4d\x7a\ \xfc\x7e\xe0\x2a\x01\x9e\x05\x02\xdc\x52\x28\x20\x8a\xb0\xf0\x6a\ \x35\x00\x01\x4d\x94\xfc\x4b\x01\x1f\xef\x5f\xfd\x27\x68\xed\x01\ \x2c\xb1\xa2\xc0\xcb\xe2\x80\x63\xf5\x88\x8c\x00\xc3\x56\x45\x9e\ \x67\xfc\x22\x0d\xb7\x12\x7d\x0f\x9e\x7f\x66\x34\xe0\x4a\x5d\x6b\ \x96\xc6\x6c\x20\x79\x9c\x67\x35\x18\x07\x40\x8d\x75\x11\xac\xe8\ \x95\x3c\xcf\x48\xcf\xd2\x74\x20\xb8\xfa\xe0\xe9\x6f\x50\xac\xa6\ \x57\x83\xde\xd5\x75\x85\xb9\x09\x69\x69\xf1\x19\xd1\xd1\xe5\x79\ \xc9\x79\xcd\xdd\xf5\x65\x1b\x62\x13\xd2\x93\x7a\xab\xaa\x92\x72\ \x22\x92\xe3\xc2\xd6\x37\xef\x6a\x69\xda\xb1\x21\x26\x7a\x43\x7a\ \x72\x59\xf5\x86\x92\xe2\xe2\x8c\x8c\xe2\x8a\xb6\x1d\x2d\x85\xc5\ \x05\x05\x1b\xab\xd6\x52\xfc\xe0\xd4\x1c\xf0\x09\xd0\x2a\xd8\x54\ \x78\xaa\xf7\x4b\x78\xad\xf0\xcb\x0b\xa7\xbe\xec\x07\xa6\xee\x54\ \x7f\x57\x6a\x2a\x0c\x9d\xe9\xcf\x01\x02\x54\xd4\x95\x5a\xd4\x98\ \x93\x14\x06\x47\x54\x44\x47\x56\x55\x15\x85\xc1\xf2\x06\x38\xb7\ \x34\x2c\x29\x27\x27\xa7\x2b\x29\x27\x12\x08\x53\x63\xff\x5a\xd5\ \x56\x4c\x4e\xc2\x85\xae\x2a\x20\x9d\x43\xa9\xfd\x39\xa9\xa7\x1a\ \x8b\x32\xab\x77\xb4\x6c\x3f\x5a\xbd\xf9\xc8\xb1\x03\xef\x1e\x7a\ \xed\xc5\xab\xa7\xbf\x9d\x38\x37\x31\x76\xff\x95\xdd\x7b\x3e\xbb\ \x7b\xc3\x54\xb3\xeb\xd1\xbd\xe1\xe5\x45\xfb\x8b\xdb\x0e\xff\x30\ \x36\x56\x99\x3f\x52\x73\xee\xee\x9f\x63\x93\x5a\xf3\xc0\xc8\xf2\ \xa3\xcb\x37\xc7\xa3\xee\x8f\x3e\xfc\x5a\x33\x32\x7b\x63\x26\x45\ \x95\x22\x73\xe8\x5f\x19\xc7\xef\x7f\xd7\x71\xe6\xf4\xe5\x8b\xef\ \x3c\xfa\xe3\xc9\xb9\x45\x05\x66\xea\x98\xb8\x75\xd9\x59\x23\x53\ \x0c\x5e\x39\x7b\x62\xd4\x6c\xb6\x0d\x56\xce\x35\xe8\x2b\x57\x16\ \x07\x7f\x9d\xb7\xa8\x14\x3d\xc3\x93\x4f\x54\x35\xa5\x6a\xb3\xa1\ \x66\x6a\xb6\xcf\xe4\x30\xcc\x76\x2a\x14\xd0\x8a\x2b\xa3\xb2\xb0\ \xf0\x73\x2a\xcc\x70\x6f\xd9\x65\x7e\x68\x8b\x1a\xb4\x9a\xc6\x8c\ \x06\x93\xd2\x3a\xda\x8a\x19\xfb\xae\xc8\x35\xaa\x9e\xd2\x2c\xad\ \x55\xe5\x52\xa9\x2a\x6b\x9c\x51\xaa\x81\xc9\xa8\x4e\xf3\x57\x29\ \x8c\x52\x75\x4e\x21\x6f\xd0\xab\x94\x8e\x31\xa3\xb6\x72\xaa\x46\ \x7b\xed\xd5\x15\x3d\xc0\x10\xda\x88\x51\x34\xa1\xd0\x4a\x5e\x2f\ \x31\x09\xd6\x64\xbb\x4c\x6e\x55\xa3\xf7\x26\xad\x4a\x59\xa2\xbe\ \x92\xb6\x2b\x50\x35\x49\xab\x31\xa3\xc5\x8e\xaa\x6d\x72\xce\x65\ \xb7\xa1\x36\xab\x52\x24\xad\x36\x83\xde\xc6\x1a\xd4\x95\x88\x55\ \xa9\x26\xec\xc1\x90\x3c\x8a\xa0\xcc\x59\x3a\x27\x43\xda\x35\xbf\ \xff\x6a\x18\xe8\x1c\xc9\xef\xd0\x0f\x33\xa1\x90\x44\x91\x24\xa9\ \xae\x6c\xd5\xd2\xa4\xde\x2c\x27\x34\x1d\x7a\x41\x39\xf2\x85\x96\ \xe1\x38\x54\x22\xd5\x9a\x56\x5a\xbb\x30\x68\x02\x0e\xd2\x68\x30\ \x68\x3e\x8b\xdd\x18\x07\x08\x1b\x46\x34\x24\xc4\x27\xc7\xc5\x26\ \x44\x00\x5f\x18\x03\x1c\x7c\x32\x50\xac\xc8\x98\xc8\x68\x70\x4b\ \x05\x7f\x25\x67\xe7\x96\x34\x55\x6f\xdf\xd1\xb6\xe3\xe4\x81\x4d\ \xef\xcc\xf7\x19\xe1\x26\xae\xc6\x81\x68\xec\x6a\x27\x4b\xa2\x3a\ \x8c\xc0\x71\x3b\xce\x6a\xdc\x76\xab\x9b\x67\x8c\xca\xce\xb7\x5e\ \x5c\xc8\xcf\xb7\xd2\x2c\x85\x95\x9e\x21\x69\xab\xcd\x01\x87\x0a\ \x21\x1a\x6d\xcf\x23\x99\xd5\xae\x96\xa3\x94\x6f\xc9\x8a\x39\xd1\ \x99\xc5\xd6\x9d\x7b\x77\x1d\xda\xdd\xfe\xd9\xd6\xec\xf8\x88\xe8\ \xa4\xe8\xf8\x8c\x0d\x65\x1b\x8b\xd7\x17\x6e\x4c\xde\xb8\xb1\xbe\ \xb8\xbc\xae\x7b\x5b\x4b\xfd\xa6\x83\xed\x27\xdb\xcb\x01\x61\x95\ \x54\x1f\xdb\x71\xe4\xc4\xd1\xa3\x47\xc6\x6c\xbf\xbc\xf9\xe6\xce\ \x33\xfa\x3f\x56\x96\xa9\x75\xff\x5d\xf7\xef\x17\x60\xbb\xf7\x9a\ \x68\xbd\xf0\xdb\x34\x30\x41\xa8\x45\xcb\xe2\x86\xbe\x7c\xb5\xdc\ \x59\xe9\x12\x59\x1c\x50\x14\x89\x12\xf2\x28\x3b\x42\x8b\x30\xeb\ \x32\xe8\x97\x59\x79\x1c\x00\x04\x2b\xd9\x09\x9e\x16\x79\x9a\xf7\ \x4b\x6e\x35\xa2\x75\x7a\xac\x8b\x57\x16\xff\xfc\x64\xd7\xb6\xdd\ \x3b\x76\x34\x37\x6f\x6d\xaa\x6b\xde\x5c\xbe\xa7\xac\x60\x67\x00\ \x00\x20\x00\x49\x44\x41\x54\xa1\xb0\x24\x37\xaf\x02\xdc\xea\x9b\ \x9b\xda\xdb\x36\xb5\x7c\xfc\x6d\xf8\xe9\x09\xb3\xb5\x52\x4f\xe1\ \x14\x94\x09\x02\x75\x69\x65\x06\xb0\x84\xf5\x18\x3a\xa6\x96\x53\ \x28\xaf\x7f\xc9\x1f\xa2\x09\x37\xce\xd8\x95\x2c\x41\xb9\x31\x84\ \x00\x9e\x95\xe1\x9c\x12\x83\xaa\xc3\x59\x89\x77\x31\xde\x10\x03\ \x80\xdb\xa5\xac\x4c\x71\xfa\x70\x17\x66\x25\x30\x5c\x67\xd0\x32\ \x2a\xe0\xe4\x03\x6e\xd4\x09\x64\x85\xa1\x51\x9e\xa4\xed\x2e\x27\ \xc3\x4b\xa8\x43\xc3\xe3\x24\x4b\x71\x1e\x31\x08\x45\xc1\xcd\xb3\ \x1c\xeb\xf5\x53\x12\x60\xad\x90\xc8\x7a\xa0\x5a\xb1\x41\x80\x65\ \x38\xc2\x32\xc6\x2c\x25\xca\x80\x17\x49\xe3\xb8\x04\x43\x0a\xe1\ \x56\x96\x8f\x03\x56\x99\x04\xa0\x26\x72\x22\x90\x15\xc9\x07\xc1\ \x4f\x62\x29\x41\xf2\xf1\x4c\x40\xc4\x7d\xab\x01\x78\xaf\xc4\x79\ \x43\xab\xb0\x5f\x3a\x14\x02\xc0\xe6\x16\x00\x47\xf9\x39\x29\xc8\ \xb9\x29\xb8\x63\x1e\x5a\x05\x62\xb5\x36\x4a\x62\xc9\x2b\x4a\x3e\ \x11\xb5\x38\x25\x60\xb2\x3d\x02\x0f\xcc\x35\x2c\x1f\xe1\x79\x98\ \x42\x0d\xf3\xeb\x81\xcd\x9d\x7e\x3a\x0d\x8e\x09\xb5\x39\xc5\xea\ \x52\x49\xa2\xe4\xb6\x51\x26\x23\x0f\x44\x13\x78\xd2\x20\xcc\x26\ \xf3\x51\x94\x77\xad\x3b\x1b\x8a\x95\x8f\x36\xea\x50\xc2\xbf\x6e\ \x43\x76\x74\x5c\x76\x6e\x7c\x74\x44\x76\x5a\x76\x45\x7d\x6d\x71\ \x6e\x44\x6c\x4e\x4e\x24\xbc\x2e\xd7\x08\x56\xd1\x9c\x88\x92\x2d\ \xdb\xcb\x0b\xd7\xc7\x66\xc4\xa5\xa6\xed\xdb\x16\x9b\xde\x76\x64\ \x53\xc9\xc6\xf8\xb6\x5f\x3f\x2e\x3b\x79\xb8\xbc\x30\xae\x1f\xee\ \xba\xff\xb3\x8f\x05\xe3\x47\x21\x6a\xfd\x7c\xea\xcb\x0b\x90\xac\ \x1a\x81\x68\x9d\x02\x94\xd4\x05\x2b\xdc\x87\x7a\x2f\xf4\xf6\xf6\ \x37\xc6\xe4\x14\xc1\x8c\x3f\xd8\x60\x18\x99\x10\x53\x04\x57\xea\ \xd4\xd4\xe8\xb8\x68\xb8\x81\x9b\xd0\xd8\x58\x55\x15\x13\xd3\x35\ \xd4\xd5\x0b\x23\x94\x72\x52\xbb\x92\x80\x89\x6c\xcc\x49\x48\xaa\ \xea\x87\x25\xa4\x8d\x43\x49\x1b\xbb\xb7\x35\x1f\x39\xbe\xf9\xc0\ \xd1\x7d\xfb\x4e\xbe\xf3\xfe\xb7\x97\xae\x2f\x8e\x4f\xac\x8c\x7d\ \xfd\xee\x8e\xdf\x3f\xfc\xf3\xee\x3d\xc7\x99\xe5\xdb\x63\x57\x5f\ \x7f\x6d\xe7\xf6\x1f\x57\x1e\x5e\x1b\x9f\xb8\x3c\x39\xfb\xf8\xf1\ \xd8\xca\x8d\xd7\x5e\xbd\x8c\x0d\xff\xf8\xfe\x80\xe3\xe6\xfc\xa3\ \xb3\xe1\x37\x1e\xde\xbf\x73\xb9\x33\xcb\x32\x50\x79\x66\x74\x7c\ \xd6\x9a\x1f\xf5\x68\x79\xf9\xee\x6b\xcb\x57\xab\x37\x3d\x4a\x89\ \xea\xe9\x4b\x99\x18\xb0\x8d\x18\x74\x53\x7d\x29\x0a\x8d\x25\x45\ \xe6\x8c\x72\xc9\x15\x3d\xcb\x51\x67\xce\xf7\x24\xaa\x14\xba\x89\ \x9b\x76\x4b\xfe\x0d\x83\x39\x7c\x24\x5c\xa6\xd6\x5b\x1c\x1d\x2a\ \xdb\x99\xcb\x3d\x4f\x26\xc6\x3b\xb8\xc9\x2c\x1d\x26\x6f\xa8\xe9\ \xbb\x7d\x67\xca\x7c\x33\xdc\x90\x72\x63\xf9\xad\xcb\x2b\x17\x6f\ \xfd\x31\xa3\x1a\x2d\xfd\x13\x99\x39\x63\xd7\x1a\x9c\x3c\xa2\x95\ \x19\xdd\xa8\xd6\x6a\x53\xdc\xfe\xee\xf5\x6b\xc6\x1b\xe7\x35\x6a\ \x2c\xca\xe2\x32\x8d\x8c\x69\x6c\x44\x43\x96\x3a\x6a\xc6\x44\x2a\ \x68\x87\xd6\x6d\xd2\x72\x0d\x7a\x59\x0a\x2a\x48\x16\x3b\xd5\x93\ \xaf\xd1\x70\x8e\x9e\x70\xb9\xce\x59\x33\x65\x1a\xe6\x38\x8b\x41\ \xa5\xb6\xe3\x88\x5a\xdf\xa1\xaf\xb1\x18\x94\x8e\x14\xa7\x8b\xf3\ \x73\x0e\x23\x58\x72\x15\x1a\x4c\xaf\xd2\x27\xb6\x5a\x4b\x53\x94\ \xe8\x82\xcd\xe1\xc6\x52\x7a\xb2\x8c\x46\x3b\x66\xd0\xc8\xcd\xe7\ \x5f\x7f\x77\x59\x9b\xa2\x73\xf1\x3e\x9f\xcd\x6d\x34\xdb\x6b\x26\ \x35\x88\xcb\x66\xe0\x44\x63\xa2\x29\x5c\x63\x9b\xe8\x31\xb9\x58\ \x4c\x31\x86\x1b\xcf\xa6\xb8\xe8\x39\x1d\x63\xf6\xaa\x75\x88\xee\ \x52\x46\x2c\xf0\xec\x99\xe9\x71\x91\x49\x61\xb1\x99\x71\xd1\xd1\ \x71\x80\xb1\x8a\x52\xa3\x61\x88\x1f\xf8\x34\x29\x29\x3a\x26\x3a\ \xa2\x28\x26\x32\x21\x3a\x21\xad\x65\xcf\xde\xed\xdb\x8f\x6d\xdd\ \x7b\x5f\x65\xc4\x9c\x1c\x83\xf2\x1c\x06\xdc\x06\x85\x90\x4e\x78\ \xdd\x07\x9c\xf4\x76\x9b\xca\xe6\xe2\x68\x97\xc6\x65\xa3\x3a\x2a\ \x11\xc3\xa0\x56\x4b\xd3\x9c\x3c\x05\xe3\x5c\x29\x98\xcd\xc6\x52\ \x6e\xad\x0c\x51\x6a\x5d\xd6\x0e\xad\x1d\x0b\x4d\xe3\xad\x37\xfb\ \x08\x8f\xb6\xa4\xad\x7b\xc7\xae\xbd\xdb\x77\xb7\x75\x37\x57\xd4\ \x57\xd7\xb6\xb4\xd4\xe7\xb5\xac\x2f\xd8\x90\x9b\xb9\xb1\xbe\xa9\ \xb9\xad\x6d\x53\xf5\xe6\xed\x6d\x07\x5f\xdd\xb4\x3e\x2f\x2f\xaf\ \x64\xd3\x9e\x03\x87\x0f\xef\xd9\x7f\x15\xff\xe9\x8d\x8f\xdf\xf9\ \x68\xe2\xe1\xca\xe2\x7c\x68\x1d\xdc\xc1\xff\xf7\x3f\x71\x97\x30\ \xa7\x02\x48\x17\x6c\x3d\x7a\xfa\x60\xda\xff\x4f\x63\x9f\x80\xb3\ \x76\x85\x8d\xc2\xdc\x4e\x94\x90\xa1\x46\x94\x93\xbc\x01\x81\x84\ \xa3\x3b\x31\x06\x27\xad\x4e\x8c\x0c\xad\x2e\xf9\x58\x04\x23\xdc\ \x4e\x42\xd0\x8c\x7d\xfd\xf5\x9b\x47\x8f\x77\xef\xea\xde\xb2\x65\ \x4b\x5d\xf3\x8e\x6d\xe5\xc5\xc5\xd5\xb9\x85\xb9\x75\x2d\x79\xe5\ \xb5\xd5\x9b\x81\x2d\xac\xf8\xdc\x31\xf7\xc1\x40\x62\xf8\x88\x1e\ \x20\x26\x49\x39\x71\xa7\x4c\x11\xae\xb0\x4c\x8d\xdf\x68\x4d\xcc\ \x3a\x73\xd9\x84\x48\x1e\x81\x59\x0d\x31\x6e\x0f\x87\x8b\x1e\x95\ \xc6\x23\x7a\x70\x2b\xe2\x74\xb3\x98\xcf\x27\x0a\xfe\x90\xdf\x8f\ \xd9\x65\xf8\x92\xc4\x50\x3c\x2f\xc7\x31\x41\xc2\x69\x82\x17\x59\ \xd6\xee\x96\x18\xb9\x9d\x86\x71\x2d\x00\xd1\x60\x97\xb3\x97\xa7\ \x49\xaf\xc7\x1f\xa0\xa8\x60\x68\x29\x20\xd1\x2c\xeb\x91\xc0\xba\ \x43\xc3\xb0\x29\x8d\xda\x8e\xd8\x2c\x16\x62\xc9\xcb\xf9\x28\x82\ \xe7\x11\x06\x5e\x14\x75\x03\x24\x13\x3c\x76\x39\x0b\xac\x2f\x81\ \xc3\xe8\x08\x0f\x8c\x8e\x21\x39\x60\x09\x45\x01\x38\xba\xa5\xa5\ \x00\x1b\x08\xfa\x70\x00\x79\x92\x87\xf7\x80\xff\x0f\xef\xf3\x8a\ \x9e\x60\x40\x90\xfc\xcf\x42\xc0\xf6\xf1\x04\x1e\xfc\xeb\xc1\x6f\ \x4f\x83\x3c\x03\xc8\xc9\x1b\xa0\x98\x20\x43\x53\x9e\xe0\x34\x2c\ \x51\x09\x7a\x29\x56\x72\x13\x9e\x20\x47\x33\x80\xe2\x3c\x10\xe0\ \x08\x02\xe3\xc4\x40\x40\x04\x8e\x94\x27\x09\xcf\x92\x9f\x95\x44\ \x51\x5a\x0b\xae\x01\xdf\xef\x17\x71\x54\xf0\x01\x2f\x2c\x4e\x33\ \x0a\xca\x2b\x02\x56\x94\x58\xd1\x85\x02\x39\x25\x59\x9c\xb2\xe3\ \xc1\x50\x50\xa4\x5a\x0d\x03\xb3\x6e\x89\x5f\x97\x9d\x0e\x93\x35\ \x73\xd2\xb3\xe3\x63\x32\xea\x0a\x0b\xcb\x0a\xd3\x0b\xb3\xd3\x22\ \xd2\xa3\x73\x52\xc3\x4a\xd6\x87\xc5\x25\xa4\x46\x17\xe4\x46\x43\ \x08\xea\x8a\xc8\x2d\x2f\xdc\xfd\xcb\xa7\xb5\xdd\xb5\xb5\x47\xbe\ \xda\xb9\xfb\xf4\x57\x3b\xda\xeb\x12\x60\xde\xe8\xda\x68\x42\xc8\ \x57\x17\x86\x60\xfd\xe8\xcf\xa7\x2e\x7c\x09\x34\xe7\x42\xef\x29\ \x58\x96\xd5\xdf\xd5\xf5\xe5\x10\x8c\x64\xe8\xea\xef\xef\x5d\x0b\ \xe1\x4b\x8a\x89\x29\x4a\xcd\x89\x8c\xec\xea\x4a\x8a\x8d\x8d\x28\ \x4a\x05\x07\x7c\x58\x55\x11\xd0\xb2\xde\x5e\x80\x75\xe0\xfb\x7b\ \x61\x5a\x1f\x4c\x7c\x07\xdf\x96\x53\x15\x99\xd4\x38\x04\x88\xab\ \x31\x32\x61\x63\x5d\x77\xd3\xa6\x7d\xcd\xdb\xba\x8f\x1d\x3d\xfa\ \xaf\x17\x3f\xb8\xf8\xc3\xf2\xe2\xa3\x85\x1f\xde\x7a\xf7\xc0\x07\ \xef\x5c\x5c\x1e\x1e\xa8\xf4\x86\x2f\x0c\x8e\xcc\xde\x9d\xfa\xf5\ \xeb\x7f\x9d\xfb\xf6\x97\x9f\xbe\x39\x3d\xba\x72\xe5\x74\x87\x7e\ \xf9\xfa\xad\x94\x87\xe7\xc7\x2f\x1b\x16\xcf\x4d\x2a\x4a\x1d\x53\ \xf3\x2b\xbf\x7c\xfe\xf5\x42\x7e\xa5\x63\xb6\x61\x4e\x76\x66\x64\ \x65\x7c\xf9\xfd\xf9\x5f\xbf\xdd\x71\x65\x66\x76\xc5\x71\x79\xa6\ \x53\xa1\xeb\x18\x8c\x1a\x98\x72\xc8\x35\x26\xb5\x69\xaa\x92\x36\ \xe5\x0f\xde\x18\x7e\xb8\xe8\x30\x9b\x50\xab\x6e\xdc\x6c\x32\xf5\ \x8d\x4e\x0d\x2e\x9f\x57\x2b\x95\xba\x9b\x8f\x4b\xcd\xe7\x1e\x9a\ \x6f\x2e\xa0\x0d\x2a\xb5\x22\xbf\xd3\x1a\x3e\xfe\x62\x7e\xcf\xa3\ \xc4\xd7\x3f\xbe\x73\x71\xf1\xfc\x58\xe9\xe8\x5b\x4a\xe7\xc8\x5b\ \xa5\xd7\x3f\xad\xbc\x71\x4d\x20\x2c\x73\x9d\x03\x4a\x95\x01\xf8\ \x00\x8d\x15\x4b\x71\x0d\x9a\x2c\xb2\xbe\x4a\x4c\x6e\x99\x3c\x7d\ \xb5\xb3\xd4\x30\xee\x36\x74\x38\x1b\x46\xcd\x2b\x66\xbd\xf9\x46\ \x7e\x69\xe9\xc2\x8a\x1c\xa1\x1a\x06\xf2\x1b\x54\x98\xd5\xa0\x37\ \x28\x8c\xb6\x52\xa3\x91\x9e\x70\xdc\x98\xba\x41\xa2\x6a\x04\x55\ \xbb\x4a\x5d\x73\x13\x7d\x97\x67\x17\x34\x46\x9d\x31\x18\x60\xec\ \x83\x29\x94\xd9\xa6\x50\x2b\x65\xd4\x8d\x33\x9c\x36\xbf\xb3\x6f\ \x62\xb9\x95\x60\xf1\xbe\xc9\x15\x5e\xa9\x2b\x75\x94\xa6\x7c\x7d\ \xf6\xca\x43\x65\x78\x16\x1a\x25\x0b\x77\xe3\x5a\x43\x8d\x7e\x6c\ \x4a\x03\xa4\xcc\x86\xa1\x38\xaa\xd3\x19\x6c\x3c\x66\x76\xeb\xcd\ \xc6\xfb\x8f\x34\x59\x16\x0d\x41\xf1\x81\xca\x2c\xa3\xd9\xa9\x1c\ \xad\x8e\x89\x8d\x8f\xcf\xc8\x88\x87\xa3\x8e\x62\x62\x22\x12\x22\ \xe3\x92\xe3\x12\x72\x62\x62\x13\x1a\x93\x22\x63\xe3\x23\x23\x63\ \x8b\x52\x63\x00\x2f\x27\xc5\xa4\xc6\x17\x6c\xff\x74\xf7\xee\x0f\ \x6f\x0d\xa2\xb6\xca\x44\x9b\x64\x4c\xe9\x50\xeb\x89\x89\xb1\x4e\ \x37\xee\x22\x59\x92\xf3\xfb\x09\xb9\x11\x87\x06\xc3\x18\xe5\x30\ \x97\x76\x22\x2a\xb5\x95\xa6\x8c\x6e\x8c\x21\x09\xda\xae\x95\xb3\ \x26\x2d\xac\xa5\x04\x16\x16\x95\x2b\xc0\x23\x68\x25\xa2\xd6\xa1\ \xc8\xd2\xf5\x4d\x4d\xdd\x87\x8e\x6d\xda\x7d\x78\xf7\xa6\x2d\x5b\ \xf6\x36\xd5\x6e\x6b\xae\x2d\x2f\x28\xde\xb8\xa1\x70\x63\x49\xf3\ \xa6\xcd\xcd\x2d\x9b\x9b\xb6\xec\x6a\xfa\xe0\xf3\xbd\x79\x85\x79\ \x2d\xcd\x5b\xba\xb7\x6e\xda\xb7\xed\x65\x6c\x6a\xc7\xfe\x0f\x5f\ \xff\xbe\x63\xe5\xe1\xe2\x93\xc0\xea\x74\x00\x98\x11\x70\x92\x30\ \x21\x70\x52\x3d\xff\x3f\x2f\xfc\xbd\x0e\xdc\xfe\x5e\x1b\x9b\x0a\ \x43\xf0\xff\xfd\x9b\x97\xf3\x7a\xc0\x69\x1f\xe2\xc5\x50\x90\x95\ \xd8\xa5\x07\xa1\x67\xcf\xfc\x81\x25\x3f\xe3\xb2\x1b\x05\x38\xbf\ \xf5\xb9\xff\x79\xee\xf9\x67\xd3\xe0\xc4\x15\x28\x26\xff\xd1\x87\ \x9f\xbd\xb7\xe3\xd8\x8e\x96\x6d\x07\xba\xdb\xeb\xaa\x5b\x36\x57\ \xac\x2f\x29\x2c\xcb\x2e\x6e\x29\xaf\x6e\xaa\xab\xdd\xda\x54\xd6\ \xb2\x63\x6c\xea\x8d\xef\x66\xb2\xa6\x46\x0c\x9a\x70\x17\x8d\x63\ \x94\xcd\x9c\xdf\x99\x55\x39\x35\x39\xd5\xda\x70\x79\x7c\x4c\x17\ \x6e\xe7\x71\x06\xd8\x27\x23\x2b\x70\x76\x8e\x72\x61\x98\x97\x03\ \xac\x84\x93\x94\x87\x22\x38\x96\x91\x04\x1e\xf8\x33\x8f\x55\x25\ \x31\x0c\xc7\x30\x22\xc3\x79\x71\x46\x52\xd9\x19\x20\x55\x02\xe3\ \xf1\x7b\x29\x38\xb6\x01\x8e\xbf\x0a\x50\xac\xc7\x4b\x07\x3c\x04\ \xc9\x13\xe0\x4e\x60\xf7\x59\x37\xc1\x33\xa4\xe8\x05\x6f\x2b\x8f\ \xf2\x6e\xa7\x42\xe6\x22\x81\x44\x89\x01\xde\x6d\x94\x23\x1e\x9e\ \x5b\x0a\xf0\x30\xd9\x46\x60\xd0\x44\x9d\x8d\xf0\xb1\xb4\xd3\xc9\ \xf2\x12\x40\x20\x21\xe0\x63\x80\xd1\xf4\xad\x86\x80\x7b\xf3\xfb\ \xfd\x02\x8d\x22\x34\x19\x0c\xb0\x98\x51\x09\x55\x71\x4d\x62\x00\ \x1f\x2d\x79\x59\xc1\xb3\x14\xfc\x2b\x48\x48\xbc\xc4\xb8\x9c\x9c\ \x00\x3c\x61\x60\x09\x36\x5a\xb2\x24\x03\x70\x2a\xe4\x05\x77\x31\ \x24\xca\x8a\x1e\x0a\x25\x03\x40\x47\x29\x20\xb7\xa4\x97\xa1\x38\ \x82\x5e\x0b\xc5\x9d\x86\xc3\x26\x60\x0e\xb2\x07\xa6\x3c\x80\x97\ \xe2\x13\x68\x71\x69\x55\xe4\x7c\x5e\x06\x93\x93\x98\x8b\xe1\x58\ \x54\xe9\x42\x28\x8c\xb4\xea\x89\x90\xdf\xeb\x37\xbb\xe0\x36\xa2\ \x65\x5d\x34\xec\x00\xde\xb6\xb7\x7a\x63\x6e\x72\x7c\x72\x5e\x6d\ \x6d\xed\xfa\xea\xe6\x92\xf5\x1b\xd7\x83\x05\xb4\x0c\xac\xa4\x49\ \x61\x45\x45\x6b\x65\x50\xbd\x5d\x39\xf1\xf1\x85\x07\x8e\xd5\xe5\ \x35\x95\xd5\x96\x95\x14\x14\xb6\x6c\xda\xb7\xf3\xe3\xb6\x24\x58\ \x2e\xba\x16\x35\xd3\x7f\xea\x7f\x7b\x61\xf9\xe8\x85\x21\xa0\x58\ \x17\xe0\x4e\xd6\xda\x18\x9d\x53\x43\x70\x43\x2b\x15\xf6\x3e\x03\ \xb2\x2a\x82\x05\xa1\xa9\x8d\x39\xff\xcc\x2d\xac\x4a\x0d\x8b\x86\ \x9f\xc2\x64\x77\x38\x14\x27\x07\xee\x63\xc1\x7c\x77\xa0\x6f\x55\ \x8d\x49\x40\xb7\xfa\xc1\xb7\xf5\x9f\xfa\xb2\xb7\xa8\xb1\x3f\x29\ \xb7\xa2\xbe\xbe\xbb\xf9\x40\x5a\x59\xdb\xc9\x83\x87\xfe\xf5\xe2\ \xd7\x97\x2e\x9d\xbf\xb2\x30\x7b\xa8\xe4\xc5\x57\x2f\x3b\x7e\x3f\ \x3f\x63\xb7\x69\xae\xee\xbf\x38\x72\x79\xf9\xd1\xa3\xfb\xdf\x3e\ \x7a\x32\x76\xfa\xa3\xdb\x0b\x3b\x9b\xde\x18\xd7\x85\x1b\x7a\xce\ \xfc\xeb\xc9\xca\xc5\xf1\xb3\x73\xb7\xcf\x9c\x57\xb7\x2e\x2e\x2e\ \x7e\x72\x7c\xcf\x17\xaf\xdf\x5f\x7e\xd2\x31\x3a\xf1\xed\x2f\x1f\ \xbf\xfa\xce\xdb\x77\x2e\x1d\x51\x29\x2e\x9d\x58\xee\x18\x54\xe9\ \x4b\x2f\xd7\x28\xf2\x2d\x29\x95\xcb\xa5\xaa\x9e\x1a\xa3\xd2\xa0\ \x70\x8c\xa6\x58\x7a\x86\xb5\x4a\x27\xe2\x36\x1a\x2e\x8f\xa8\xc6\ \x1f\xf5\x44\x65\x75\xf4\x35\x0c\xe6\xe7\x5b\xf4\xfa\x8e\xd9\x95\ \x7c\xdb\xc8\x8c\x4d\x35\x32\xb2\xf8\xf9\xdc\xca\xf5\xc5\x3b\x63\ \xe7\xa3\x54\x13\x51\xf7\x57\xfe\xa8\xd4\x9e\xa6\xed\x73\x95\xd6\ \xb9\x31\xb3\xce\x22\x27\xc3\xfb\xae\xcb\x34\x59\x94\x3b\xa5\xc6\ \x8e\x1a\x74\x0e\x40\x4d\x7d\x66\x17\x97\x68\x32\x55\x12\x84\xbc\ \x67\xe2\xe5\x51\x6d\xa5\xc1\xdc\x8a\x0d\xdb\x64\x23\x95\x86\xc1\ \x11\xb5\x9d\x33\xcf\x54\x6a\x30\xa5\x51\x65\xb0\x18\x14\x48\x78\ \x54\x94\xfc\xe6\xd8\xf2\xe5\x56\x39\x67\x32\x72\x9c\x5a\x49\x69\ \x51\x86\xb8\xb1\x70\x79\xd0\x4a\x19\xc1\x91\xa0\xed\xc3\x14\x1d\ \xa5\x9d\x1a\x59\xd6\x47\x37\x96\x70\x87\x8c\x50\x83\xb3\xdd\xef\ \x33\xab\x48\x44\xd9\xa0\x40\xac\x3d\x51\x9a\xd2\x86\x28\xf9\x80\ \xad\x55\xad\x75\x53\x84\x6a\x45\xd6\xa1\xbd\x91\x68\xb4\x98\x29\ \x57\x3e\xae\x50\x25\xae\xcc\x24\xce\x38\x6f\x3e\xea\xa3\x2f\x5b\ \xb3\xfa\x26\x38\x3f\xaa\xb4\xf6\xa0\x32\x2d\x6d\x78\x27\x1a\x2c\ \x67\xc9\xe9\x71\xf1\x30\x1e\x19\xb6\x98\x87\xc5\x46\xc4\x44\x27\ \xc0\xaa\x14\x60\x0d\x23\x23\xe3\x52\x8b\x7a\xab\xa2\x93\x81\x51\ \x0c\x5b\xbf\xfb\xf0\x27\xad\x18\x85\xa8\x15\x16\x8d\x27\xa4\xe6\ \x7a\x70\x49\xbe\xb0\x62\x1e\xb0\x4b\x2e\x44\x45\x68\x5c\x92\xd5\ \x25\x69\xa3\xc2\x07\x3b\x71\x04\xc3\x11\x27\xd5\x89\xb3\x22\x81\ \xdb\x12\x11\x27\x8d\xd3\x36\x35\x5d\x33\xea\x74\x23\x2e\x2d\x4f\ \xca\x15\x4a\x3b\xae\x96\x63\xba\x28\xc9\x8e\xbc\xbb\x63\xc7\xae\ \xf6\xf6\xad\x5b\x76\xed\xe8\xde\xbd\xe7\xf8\xd6\xad\xb5\x05\xc5\ \x05\x25\x79\x69\xd9\xeb\xb3\x0b\x9b\xea\xda\x00\x72\x15\xb7\xd5\ \xee\x7b\xff\xfb\x23\x15\x79\x65\xd5\xdb\xda\x77\xb5\xef\x3e\xf6\ \xb1\xc2\xb4\xfb\xb3\x4f\x77\xae\xc8\x57\xc6\xc6\xff\x70\x78\x58\ \x04\x21\x04\xd2\x8a\xd1\x08\x4b\xe2\xc0\x09\x09\x4f\x7f\x7b\xfa\ \xfc\x0b\x6b\x55\x60\xff\x6f\xec\xf3\x0b\xcf\x3f\xff\xdc\x6f\xcf\ \x3d\xb7\x76\x45\x72\xdd\xdf\x6b\x59\xbe\xcf\x41\x0e\x83\xc3\x5d\ \xe0\x38\x85\xbf\xff\xfe\x3f\x32\x7b\xe1\xb9\xe7\xd5\x3f\x1e\xff\ \xec\xa5\xe3\x47\xf6\x6e\xd9\xd6\xb4\x75\x53\x73\x75\xc5\xe6\x96\ \x82\xe2\xbc\xf2\x92\x92\x8a\xb2\xf2\xa6\x82\xf2\xb6\xfa\xe6\x96\ \x5b\xcb\x67\xf7\x7f\x72\x3e\xeb\xc9\x78\xd4\x40\x83\x16\x45\xdd\ \xb4\x5d\xa7\x33\xa7\xb4\x0e\x4f\xf5\xcc\x5c\x7f\xff\xde\xc2\xcd\ \x61\xa5\x53\x29\x05\x45\x3f\x8e\xd2\x88\x51\x94\x28\x04\xb8\x3a\ \x92\x21\x5c\xbc\x9b\xa4\x31\xda\x2d\x47\x5c\x24\x45\x52\x28\x4b\ \x89\x1e\x51\xc2\x49\x86\x07\xbc\x2a\x09\xa4\xe0\x91\x82\xc1\x25\ \x70\x7a\x03\xad\x13\x04\xc1\xe7\xa1\x39\x0f\x47\x00\x7e\x61\x39\ \x89\xe6\x31\x37\x43\xb1\x7e\x81\x32\xf2\xa2\xc0\xc1\xc9\x0e\x9c\ \x57\xf4\xd3\xa2\x28\x48\x62\x40\xe0\x79\x9f\x88\xf3\x3c\x4e\x53\ \x9c\xdf\xcb\x03\x61\xf3\x7b\x3c\xa2\x53\xf2\x60\xa2\x28\x12\x2e\ \xa3\xdb\xc5\xc1\x60\x52\x2f\x2c\xdc\xe4\xe9\xb5\xb2\x2f\xaf\x40\ \x92\x56\x13\xce\x22\x28\x05\xfc\x32\xcd\x83\x47\x30\xe4\x12\x8f\ \x4a\xfe\xa5\xd0\x6a\xd0\x03\xc4\xd2\xab\xb2\x91\x04\xbf\x24\x12\ \x3c\xcc\x16\x5b\xcb\x46\x05\x86\x14\xfe\x18\xaf\x57\x04\xfa\xe5\ \xf7\x05\x7d\x82\x17\x28\x19\x26\x79\x39\x04\xc5\x08\x02\xa5\x19\ \x31\x08\xa7\xe1\x88\x00\xf2\x60\x54\x73\x48\xe4\x83\xb0\xd7\x07\ \x4e\xf5\x82\x0d\xd7\xe0\xb6\x04\x48\xce\x8d\x23\xa8\x4d\x69\x93\ \x23\x18\x82\x0a\x4e\xbd\xdb\x6e\x5f\x0d\x80\x67\x63\x97\x53\xeb\ \x62\x52\x63\xa2\xf3\xde\xb8\xb4\x3f\x2d\xb7\xbe\x65\x53\xf5\x96\ \xad\xb5\xcd\x7b\xf7\x6c\xce\x4b\x4b\xcf\x8d\x4f\x4f\x8f\x8e\x4e\ \x48\x6d\x4c\x05\x16\x2e\xa6\xb7\xab\xa8\x2b\x35\x2d\x2e\xb7\x2c\ \x2f\xad\xac\x6c\x43\x4c\x46\x5a\x64\x7c\xfc\xe6\x77\xaf\x7d\x75\ \x70\xe3\xff\xfe\x03\x58\x6b\xf3\x28\xd6\x6a\xb0\x60\x09\x16\xc0\ \x2d\x20\x59\xe0\x43\x15\x6c\x89\x86\xf5\x57\xe0\x98\xee\xed\x02\ \x1e\x02\x28\x51\x4c\x12\x1c\xdc\x95\x13\x13\x96\x94\x90\x0a\x1c\ \x45\x51\x64\x02\x2c\x9a\x00\x22\x55\x14\x96\x14\x96\x50\x14\x56\ \x55\x95\x03\x6e\xfd\xc0\x4b\x02\x3f\xd9\x58\xd4\xb5\xb6\x6b\xdf\ \xdb\x95\x9a\x5e\x5d\xd2\xd2\xb2\x75\x73\x49\xdb\xee\x23\xdd\xfb\ \x3f\x79\xe5\xad\x1f\xc7\xee\x8f\xdd\xbc\xbe\xf3\x83\xc1\xb1\xbb\ \xba\x95\x33\x53\x96\xc1\x5b\x17\x7f\x3f\x7e\xfd\xf6\xe2\xc5\x57\ \xde\xbb\x74\xeb\xf7\x6f\xff\xf8\x71\xf9\xe2\x47\x67\xe7\x26\x66\ \x14\x32\xcb\xe2\xe2\xf9\xf1\x3b\x17\x87\x27\xaf\x7e\x76\x78\x71\ \x7c\x7c\x61\x78\xf8\xde\xf2\xdc\xe4\x8d\x89\x5f\xff\x58\xa9\xac\ \x9c\xf9\xe2\x61\xcd\xb5\xd1\x8b\xaf\x76\xac\xdc\x5b\xee\x6c\x75\ \x58\x0c\x51\xfa\x4a\xad\x32\x3c\xca\x90\x5f\xda\x31\x5b\x2a\x6f\ \x00\x5a\x21\x97\x2b\x71\x57\xb8\xb3\xf5\xb1\x11\x75\xd6\xe8\x65\ \x51\x53\x3d\x89\x32\x83\x3e\x6b\xb2\x74\x3c\xdf\x9c\x68\x32\xbf\ \x3d\xa1\x52\x4e\x0e\x8f\xfe\x7a\xff\x87\x59\xf3\xf8\xad\xb9\x27\ \xa7\x17\x17\xee\x97\x6a\xaf\x1e\xb8\x7f\x46\xdb\x39\x6b\x50\xeb\ \x2a\xb1\xa9\x27\xe1\xcb\x63\x4a\x56\xf9\x58\x67\xe3\x71\xa0\x37\ \x56\xab\x62\x7c\xe5\x9c\x52\x35\xe8\x70\xd8\x0d\x6a\x4b\x3e\xd2\ \xda\xd9\x93\xf8\x47\x69\x8a\xc9\xa6\xd4\xd4\xfc\x31\xe1\x00\xea\ \x86\xcd\xc9\x0c\xf9\xda\x91\x1f\xbe\x21\x58\x9b\x6d\xd0\xcc\x32\ \x4e\x27\x69\xd0\xe9\x7b\x4e\x9f\x57\x11\xb4\x0e\x01\xdc\xcf\x32\ \xa2\xbb\xa1\x12\x99\x50\x01\x03\x25\x97\x70\x4d\xe5\x94\x16\x29\ \x05\xce\xc3\xf4\xda\xcb\x72\xa3\x03\x37\x9a\x74\x8b\xfb\x1f\x32\ \x01\xaa\xb3\x43\x27\x57\x82\x47\x93\x68\x54\x14\x8a\x5d\xae\x71\ \x09\x9c\x0b\x53\xc8\xf2\x97\xcd\x33\x8a\x9b\xf7\xef\x64\x59\x6d\ \x7d\xf7\xef\x5e\xf9\xfd\xe2\xed\xdf\xa3\x06\x1f\x9b\x94\xe3\x0b\ \x13\x86\x14\xf3\x88\xc6\xdb\x69\xb6\x6a\x6d\x6e\x95\xc2\xf2\x75\ \x5a\x66\x41\xfa\x86\xcc\xcc\xec\x58\xe0\x0a\x73\xc2\xc2\x72\x22\ \xc3\x22\xa3\x63\x61\x67\x4e\x42\x42\x6a\x52\x52\x6a\x18\xf8\x0c\ \x10\x56\x42\x6c\x5a\x71\xe1\xb6\x71\x0b\xc2\xaa\x81\x32\x68\xb4\ \x14\xe1\x24\x28\x54\xa9\x1a\x7d\x2c\x61\x89\x14\xa7\x92\x29\x1a\ \x4c\xae\x1e\x85\xce\x29\xb7\xc9\xec\x0a\xb3\x8e\xa3\x6c\x76\x5a\ \xa2\x50\xab\x55\x09\xc4\xd5\x06\x56\x7b\x8e\xc4\x51\xbb\xd1\xe8\ \x9a\x37\xd8\x5b\x27\x09\x9c\xd7\x66\x61\x32\x8d\xc6\xea\x68\xaf\ \xa8\x6b\x6f\xdf\xb1\xb5\xb9\x09\xe2\x54\x7b\xd3\x96\xa6\xb2\xe2\ \xf2\xf2\x82\xf4\xf4\x8d\xc9\x1b\xca\xea\x9a\x9a\xca\x0b\x0b\x5b\ \x0a\x77\xbd\x74\xeb\xed\x3a\xf0\x04\xb6\xec\xee\xde\x7d\xf8\x23\ \x8b\xe6\xd0\xd1\xfd\x2f\x7d\xa0\x6e\x98\x1f\xbf\xbe\x2c\x09\x22\ \x07\x2f\xa4\x79\xbc\x14\xdc\x4d\x22\x28\xd2\x3f\x2d\x80\x53\xf3\ \xc1\x0b\x6b\xe5\x5e\x6b\xc5\xab\x6b\xc8\x05\x2c\x23\x1c\xd7\xfa\ \xfc\x73\xcf\xfd\xf7\x85\xa7\xc0\x41\x02\x06\x5b\x07\x74\x6a\xdd\ \x83\xe9\x69\x38\xae\x16\xce\x88\x7e\xfe\xf9\xff\xf9\xef\xba\xe9\ \xef\x77\xbe\xfe\xfa\x87\x7b\xdb\x81\x1b\x6d\x69\x6e\x69\x2a\xa8\ \xae\x2d\xab\xcd\x5b\x9f\x9b\x57\x5d\x56\x52\x57\x5e\xb6\xad\xa2\ \xfd\xbd\x5f\x47\xbe\xfb\x73\xfe\xeb\xc5\x47\xc3\xda\xa9\x29\x8b\ \xce\xea\xc4\x5d\x06\x53\x69\x65\x47\xcf\x8d\xf3\x6f\x1d\xf8\xe1\ \xf3\xd9\x89\x11\x85\xce\x4a\x7b\x49\xe0\xb8\x18\x96\x66\x49\x56\ \xc4\x00\xdf\x72\x98\x13\x95\x04\x86\x41\x71\x71\x49\x10\x29\x89\ \x74\xdb\x10\x8a\xa4\xdd\x94\x87\x41\x09\x60\x03\x05\xaf\x1b\x11\ \x00\x21\x49\xc0\xbb\xf9\x3d\x18\xf0\xa7\xb8\x1b\xa7\x7d\x22\x49\ \x70\x18\x4e\xe0\xe0\x87\x71\x8c\x08\xe4\x41\xe0\x28\xdc\xc6\x10\ \x14\xcb\x0a\x34\xc5\xf0\x04\x8c\x0f\xf5\xc2\x7c\x08\x0c\x56\xc2\ \x03\x7c\xe3\x81\x29\xf3\xf1\x2c\xc5\x8a\xc1\x25\x96\x16\x96\x24\ \x16\xb8\x32\xbb\x53\xce\xc1\xdc\x2a\x81\x17\x19\x56\xf0\x05\x38\ \xd8\x03\x20\xd9\x38\x4a\x86\xac\x0d\xfe\x41\xdd\x9c\x2f\xe0\xa5\ \x9d\x38\x6c\x55\x66\x18\x9a\x5b\x9a\xf6\x51\x2c\x26\xb3\xd0\x01\ \xbf\x4f\x22\x3d\x41\xc1\x0f\xa4\x54\xf0\xac\xc5\x3f\xc0\xfe\x42\ \x06\x3c\xdc\x2f\x04\x9e\x4d\xaf\x7a\x29\x46\xe2\x80\xbf\x44\x65\ \x36\x82\x05\xd2\x29\xf2\x80\xd5\xe0\x8c\x0c\xf0\x8c\x7c\xa2\x44\ \x10\x5a\x03\x15\x9a\x5e\x85\xa8\x45\x71\xbe\xa5\x25\x91\x91\x58\ \x82\x42\x28\x1c\xf8\x57\x97\x28\xf2\x70\x20\x27\x3a\xa0\xe7\x0d\ \x56\x1b\xbd\x2e\x27\x26\xb9\xba\xbe\x6e\xcb\xc6\xb4\xdc\xdc\xea\ \x03\x07\x3f\x3b\xd9\x7e\x72\xd7\xf6\x4d\x05\xb9\xf1\x1b\x93\xa3\ \xe3\xb2\xb3\xe3\x93\x92\x22\xc0\x41\x5a\x34\xd4\xd8\xd8\x95\x90\ \xb0\x21\x2f\x2c\x3e\x73\x73\x45\xde\xc6\xec\xb0\xd4\x9c\xe4\x5d\ \x07\xde\xfa\xe0\xd0\xb6\xae\x0b\x3f\xc3\x81\x39\xff\xfb\xe5\x10\ \xbc\x30\xb8\x56\x98\x35\x74\x01\xb6\x43\x0f\xe5\xf4\x5e\xb8\xd0\ \x78\xea\xe7\x2f\x7b\xab\xaa\xfa\xab\x62\x00\x31\xf5\xf6\x77\xe5\ \xc0\xea\xf5\x98\xb5\x81\xce\xa9\x61\xa9\x49\x31\x60\x51\xee\xca\ \x81\x12\x05\x38\x2b\xa7\x37\x32\x06\x8e\xa8\x80\x69\xf0\xc0\x3c\ \x02\x8b\xb8\xf6\xf7\xa9\xa1\xae\xa4\x35\x57\x18\x57\x56\x5e\xd8\ \xbd\x2f\xb7\x65\xd7\xae\x93\xdb\x3f\xfe\xf6\x95\x5f\x7f\xf9\x63\ \xfe\xdc\x78\xd3\x91\xc4\x28\xd5\xf2\xed\xc7\x7f\xae\xdc\x9c\xb9\ \xbb\xb8\xf8\xf5\x8f\x33\x67\x3f\xf9\xe0\xcf\x73\x13\x9f\xed\xfc\ \xe9\xce\xc3\x5f\xee\xf7\xf4\x54\xde\xfb\x62\xe6\xfe\x95\xd3\xef\ \x2c\x67\xe5\xaf\xfc\x78\xfe\xe6\xc2\xad\xf1\xd3\xe7\x47\x27\x67\ \x5c\x2a\x0b\x3a\x3c\xf9\xa4\xb3\x2f\x71\xe0\x86\xaa\x72\xca\x72\ \x73\xf4\xd6\xcc\xe2\xa4\xda\x3c\x70\x69\x60\xd2\x92\x32\x36\x60\ \x8d\xca\x52\x6a\x6b\x4c\xba\x9a\x11\xc3\xe3\xd6\x2c\x95\x5c\x6e\ \x92\xc9\x71\x75\x83\x0a\x78\xb3\x01\x83\x52\x91\x92\xdf\x37\x68\ \x35\x74\xcc\x9f\x23\xcf\x65\xb9\xe9\xf0\x1a\x27\x62\xb3\xf6\xb4\ \x76\x98\x52\x6a\x06\x6a\x5a\xcf\x7f\xb3\x78\xfb\xcc\xe8\xa5\x9b\ \x0f\xf3\x57\x86\x1f\x2f\xfe\x7e\x79\x65\xd4\x32\xb7\x30\x6a\xd2\ \x79\x8c\x7a\xb5\xc9\x8a\x3a\x5d\x9a\xa8\x70\x42\xa6\xb2\x1a\x9c\ \x0a\xbd\xee\xf4\x63\xc5\xe2\x60\x94\xd9\x3c\xa9\x92\xdf\x4e\xa4\ \x1f\x96\xce\x3e\xfa\xe6\x95\xd3\xd7\xa6\x52\x90\x9e\xb9\x3b\x57\ \x46\xdf\xf8\x34\xed\x15\xcc\x68\x43\x54\x92\xce\xa5\x52\x95\x76\ \x20\x89\x7d\x13\xdf\x2d\x38\x5d\x38\x8c\x15\xa1\x81\x77\x11\x46\ \xe2\x1e\x05\xa9\xd6\xce\x28\xa7\x1d\x75\x2b\x05\x27\x22\x57\x2b\ \x6a\x14\x0d\x7d\x7d\x2c\x67\x77\xcd\x7d\x3e\x0e\x0e\x2c\x97\x2a\ \xd1\x84\x34\xb8\x05\xd1\x66\x72\xc8\x54\x53\x32\x0c\xc7\x1d\xa8\ \xb3\x52\x55\xaa\xd1\x1a\xd4\xb2\x86\x65\x43\xca\x99\xc9\xbb\x8e\ \x1b\xe7\x97\x17\x2e\x96\x02\x7b\x82\x90\x24\x01\x00\xd0\x6a\x37\ \x98\xdc\x96\x28\x1b\xa6\x53\x87\xef\x0c\xcb\x4d\xcf\xcd\xc8\x8e\ \x8f\x88\x0b\x8b\x8c\x88\x48\xc8\x49\x4d\x4d\x0a\x6b\x84\xd3\x54\ \x63\x81\xd7\xcf\xe9\x2a\x4a\x8d\xcc\xad\xae\x4d\x0f\x0b\xcb\x6e\ \x3f\xf1\x2d\x12\x6e\x5d\x99\x78\x94\xa5\xe9\x34\x91\xa2\xd1\x22\ \xb7\x47\x21\x03\xa3\x89\x8e\x2c\x1b\xa9\xb4\xd1\x56\xbb\x55\x8f\ \xf6\x44\xb5\xca\x68\xb7\x0b\x71\x53\xe1\x26\x4e\xad\x71\xc3\x1c\ \x37\x02\x9c\xb2\xa8\x51\x2e\x38\xb3\x04\xd6\xaa\x47\x56\x46\xed\ \x0a\x97\x38\xed\x33\x6a\x8d\x4e\x0b\xc2\x8d\xd7\x96\x57\x94\x37\ \x6f\x6d\xae\xad\x07\x92\xd5\x5c\xdf\x56\xde\xd2\x5e\x51\x5c\x51\ \x92\x9e\xb6\x21\x2d\xb7\x78\x4b\x6d\x75\x5d\x5e\x79\x5e\xfb\xae\ \xf7\xae\x9c\xdf\x91\xb7\x21\x6f\xf3\xa6\x5d\x87\xdf\x9d\x53\x1d\ \x3b\xfe\xf1\x87\xfb\xcf\xbb\xaf\xdf\xbf\x72\x16\x05\x28\x12\x10\ \x29\x18\xda\x63\xb5\xd9\x48\x9c\x42\x75\x18\x85\x7b\x38\xe0\x5a\ \xa6\x1f\x4c\xff\xf5\xe0\xff\xa6\xe8\xfd\x06\x37\x51\xbc\x14\x8d\ \xd9\x48\x0f\xc9\x51\x4e\x52\x04\xcb\xfe\xd3\x7f\x4a\x5a\xff\xf3\ \x6c\xd5\x47\x2a\x5d\x3c\xed\xf6\x86\x96\x96\x14\xd7\x0e\x1e\x38\ \xf6\xaf\x5d\x9b\x37\x57\x57\x94\x55\x17\xe7\x55\x57\xe7\x56\x6f\ \xd8\x98\x9b\x5b\xb2\xbe\x30\xaf\x76\xcf\x9e\xad\x2d\x1f\x7c\x5a\ \xf6\xe9\xa7\x5f\x5f\xfb\xf1\xfd\x6f\xe7\x54\x59\x9d\x7a\x8b\xd5\ \x4d\x90\x9a\x28\x47\xe5\xb9\x2f\x0e\x9f\xd8\xf9\xc5\x6b\x17\xef\ \x8d\xf5\xd5\x58\xe4\x14\xe9\x64\x60\x19\xba\x87\x31\xd2\x5e\x8e\ \x06\xa7\x2f\x0f\xc4\xc5\x47\xd2\x9c\x4d\x12\x19\xc1\x23\xa0\x1c\ \x49\xb8\x61\x12\xa7\xdb\xa6\x30\xb2\x0c\x2f\x61\xa3\x2a\x2f\xd0\ \x2f\x06\xc7\x44\x8a\x86\x15\x17\x9c\xcb\xe9\x81\xf0\xc4\xd0\xa4\ \x84\x22\x72\xc4\x4d\x02\x24\xe3\xa1\xe5\x03\xc6\x8c\xc5\x48\x49\ \x22\x59\x0f\xdc\x81\x0f\x67\x18\x04\x18\x4b\x9c\x63\x68\x9c\xe5\ \x38\xf0\x9e\xb3\x6e\x52\x80\x17\x04\x7c\xbc\x3f\x14\x00\x2a\xe3\ \x05\x77\x09\xf0\xaa\x2c\x0d\xe4\x0e\x98\x58\x96\x80\xc3\x02\xbd\ \x0c\x2f\x37\x02\x8d\x47\x8d\xaa\x7c\x56\x60\x04\x64\x0a\x07\xce\ \x12\xc5\x29\xce\x6e\xd1\xe3\x38\xef\x65\x58\x8a\xe3\x90\x7c\x0b\ \x90\x5c\x44\xf4\x01\x66\x92\xbc\x8c\xc9\xbd\x04\xd3\x6d\x03\x02\ \x0c\x60\xe0\x97\x24\xd1\x0b\xf0\xef\x9f\xd9\x8e\x30\xce\x34\x04\ \xf0\x10\x6a\x1a\x1c\x46\x2f\xf9\x96\x04\x82\x72\xeb\xf5\x76\xcf\ \xd2\xaa\x0f\x00\x99\xe8\x0b\xf2\x30\xee\x4b\x02\xd4\x26\x30\x84\ \xc4\x32\x21\xc9\x25\xe7\x3d\xa4\x4b\x08\x08\x4e\xe0\x5f\xd7\xc5\ \xc4\x64\xd7\x17\x27\x27\x45\xa6\x95\xc5\x6d\xd8\xbe\xbb\xa5\xa2\ \xfc\xdd\x4f\xb7\x6f\xdb\xbc\xb5\x20\x2d\x36\x36\x2d\x3b\x3e\x32\ \x3a\xa1\x08\xd2\xce\x29\x58\x6d\x9e\x59\x57\x96\x91\x94\x13\xb7\ \x7e\x4b\x6e\x74\x51\x57\x51\xf4\x87\xef\x7e\xf8\xf9\xc1\x1b\x3f\ \xf5\xae\x75\x3d\x03\x92\x82\x05\xa4\x6b\xa5\x0d\x3f\x03\x1b\xf8\ \xe5\xa9\xaa\x46\x60\x07\x21\x69\x9d\xea\x02\x80\x05\x67\x7e\x25\ \xe4\x14\x25\xf5\x76\x25\xe4\xc0\x32\xfa\xae\xd4\x30\x70\x9c\x57\ \x0d\x75\xa5\x56\x25\x01\xf5\x4b\x8a\xac\x2a\x82\x03\x0d\x13\x1a\ \x2f\xf4\x0f\x55\x75\xf5\x03\x5d\x83\xd7\x16\x7b\x81\xea\xc1\xbd\ \xf8\xa4\x1c\x70\x8a\xe4\x56\xb4\x00\x02\x4c\xdb\xb7\xaf\x7b\xff\ \x6b\x1f\xbd\xff\xe2\xaf\xa7\x17\xcf\xdf\x1c\x78\x74\xc5\xdc\x37\ \xd1\x3a\xf1\x30\xea\xf7\xaf\x65\xa5\xc3\xe7\xdf\x5a\xfe\xe6\x95\ \x0f\x8f\xf6\x8c\xa7\xdc\xca\xaf\x94\x25\x5e\x9b\x73\x8e\x5f\x37\ \x77\xdc\x7c\x7f\xf9\xc6\xd8\xf0\xe4\xcd\x95\xf1\xd9\xa9\xd9\x73\ \x35\x8a\x95\x2c\xd9\xf0\x48\xa9\xa5\xf4\xde\xf8\xcd\xd1\xa9\xd6\ \x9b\xb3\x95\xb2\x87\xf3\x0b\xbf\x8f\x0e\x9f\x7e\x6c\x51\x0c\x3c\ \x9e\x59\xc9\xd2\xf7\xcc\x8e\xe5\xa7\xa4\xf4\xcc\x2f\xcf\xb6\x3a\ \xfb\x16\x2b\x75\x46\xa3\x5e\x6f\x32\x53\xc6\x11\x8b\x52\x6b\xc9\ \x9a\xba\xdc\xa0\x9b\xac\x79\xa8\xd0\x8d\x8f\x7d\xf4\xc6\x6b\xdd\ \x37\x3b\xe7\x7a\x0e\x3a\x56\x64\x1a\xf5\xe4\xb8\xd1\xd2\xa0\x4c\ \x41\x1c\xe7\x6f\xde\x1f\x1c\xbf\x3a\xae\x32\x74\xf6\xfd\x38\xff\ \xd6\x27\x2f\x5f\xfe\x78\x65\x42\xd7\x70\xe3\xfa\xbb\x63\x28\xe6\ \x42\x6d\xf9\x1d\x0a\x3b\xcb\x8b\xa4\x5b\x97\x35\x76\x63\x12\xd7\ \x35\x60\xd4\x8c\x99\x57\x77\x54\x4e\x01\x55\x5d\xa8\xbc\xde\x77\ \x7b\x71\xe2\xe6\x93\xd9\xb9\x9e\xc4\x8b\xb3\x8b\xbb\xbe\xee\x0c\ \x37\x2a\xed\xaa\x70\xbd\xd6\xa1\x54\x98\x4a\xc7\xbe\xdf\xff\xc8\ \x6a\xc5\x58\xad\x0a\x75\x52\x14\xb3\x72\x7d\x80\xb7\xca\xed\x3a\ \x27\x70\x54\x83\x9d\x48\x54\x0d\xd2\xf3\x1a\x41\xa8\x2c\x98\xd5\ \x41\x62\xb8\x5c\xa3\xed\x71\x4d\x9e\x78\xcb\x80\x33\x08\x2b\x60\ \xc8\xb0\xd6\x4a\x83\x43\x31\xdc\x82\x80\x27\x39\xae\x43\x67\x14\ \x51\xa3\xc3\x93\x6a\xab\x49\x6f\x4d\x4c\x34\x8e\x3d\xd2\xcf\xcd\ \xdf\xac\x4c\xd1\x09\x3e\x14\xb1\xeb\x51\x46\x63\x55\x28\x13\x3b\ \xf3\x6f\x6f\x04\xeb\x57\x7a\x44\x74\x58\x46\x34\x8c\x1c\x4b\x88\ \x89\x89\x4c\x05\xbf\xc6\xb5\xbc\x99\x68\xa0\x60\x09\x45\xe9\x79\ \xeb\x33\x0b\xd7\x6f\x68\xfb\xba\x8f\x33\x5a\xc3\x2b\x17\x4a\xe7\ \x2c\xad\x67\xac\x84\xab\x52\x85\x1a\x2c\x88\x66\x76\xf8\x89\x1c\ \x8b\x72\xe1\x18\x66\xb7\xdb\x58\xb7\xdb\xa8\xb1\xc8\x9d\x68\x43\ \xc7\x8d\x37\x3f\x7f\x51\x95\x45\x30\x58\x4f\x25\xc3\xd1\x8a\x28\ \x9b\x0e\x77\xa3\x5c\x80\xc7\x2c\x04\x6a\x63\xc0\xd3\xb7\x72\x06\ \x1b\x7b\x1c\x18\xc0\xf2\xea\x96\xea\xba\xe6\x96\xf2\xfa\xba\xba\ \xb2\xc2\xa6\x2d\xdd\x2d\xe5\xd9\xe9\xf1\xd9\xc9\x1b\x5a\xb6\xd4\ \x57\x14\xb7\x35\x6d\xdd\xbf\xf7\xc4\x1b\x67\xbe\x2d\x5b\x5f\xdd\ \xd2\x7d\xe4\xc4\x1f\xc4\xa7\x7b\x8e\x7e\xf4\xee\xbf\xe4\xe7\x17\ \x1f\xfd\x54\x03\xab\x18\x59\x5a\x8d\x7b\x30\xd4\x2d\xe2\xe0\xf4\ \xd3\xb8\x28\xd2\x28\x77\xeb\x5c\x6a\x92\xc4\x8d\x5a\xa7\x00\x50\ \x82\x12\x05\xd2\x8d\x7b\x04\xa7\x44\xe3\xa4\x4b\x29\xb7\xe2\x56\ \x1c\xb7\xc9\x71\xd1\xef\x03\xa7\x77\x40\x12\x29\x81\xc6\x50\x35\ \x02\xc7\x37\x47\x5d\x9a\xff\x78\xc7\x91\x23\xed\xdb\xda\x9b\xab\ \xab\x2b\x8a\xd3\xf2\xf2\xd6\x17\x6f\x58\x5f\x52\x5c\xbc\xa1\x30\ \xad\xfa\xd8\xf1\xdd\x2f\x1d\xa8\x6b\xa9\x6b\xda\xf1\xe9\x67\xef\ \x7e\x37\x13\xd5\x99\xaf\x76\x58\x94\x2a\x95\x7e\xe2\xea\x3b\xc7\ \xba\x0f\x7d\xfc\xe6\xc4\xe9\x2b\xf7\x27\x26\x5b\xfb\x94\xca\x70\ \xa7\xe0\x05\xee\x2d\x00\x93\xed\x60\xf9\x27\x40\x27\x0e\xf3\xf3\ \x12\x45\x7a\x45\x12\x61\x48\xd2\x03\xa4\x89\xf5\xd2\x56\x07\x82\ \x23\x36\x2d\x2a\x5a\xe1\x58\x11\x3b\xc3\xe3\x32\x15\x06\x48\x45\ \xa0\xbc\xa1\x10\x38\xcd\x29\x1b\xe6\x26\x3d\x2c\x4d\xcb\x9d\x98\ \x0d\xc5\x09\x56\x62\x3c\x3c\x6a\x83\x2d\x47\x29\x89\x37\xfb\x4c\ \x86\x1b\x0d\x03\x89\xae\xb5\x08\x07\x91\x62\x28\x8e\xa6\xec\x3a\ \xc3\x80\x09\x05\x0a\x86\xf9\x82\x4b\x12\xe3\x0f\x06\xa1\x80\x84\ \xa6\xe1\x25\xb9\x50\x88\x00\x12\x07\x28\xcd\xef\x65\x51\xca\xcf\ \x82\xb5\x11\xa5\x25\x44\x0e\xe1\xc8\xd7\xf0\xf5\x30\xe9\xe5\x50\ \x8a\x61\x70\x97\x1a\x1c\xd1\x1d\x1c\x8f\x7b\x3c\x36\xbd\x8c\xe6\ \x7d\x8c\x24\xc0\x71\x14\x82\x8f\x20\x7d\xac\xc0\x4a\x4b\x5e\x1a\ \x70\x2c\xd4\xce\xd5\xa5\xc0\x92\x07\xa6\xc7\x04\xfd\xab\xa1\xa0\ \x6f\x29\xe4\x65\x38\xbb\x92\x26\x78\xc1\xe3\xf1\xfa\x3c\x22\x6c\ \xf6\x8e\x62\x3d\xfe\xe9\xa0\x57\x14\xfc\x30\x62\x70\x49\x82\xb3\ \x7f\x04\xb8\x07\x26\xac\x02\xd7\xc8\xb3\x81\x10\xfc\x6e\x21\xb8\ \x2e\x3d\xbb\xe2\xe8\xa1\xf6\xb2\xf2\xdd\x3b\xea\xcb\xdb\xdb\x76\ \xb4\x65\x96\x1d\xf9\x74\x6f\xc9\xd6\xe6\x82\xe2\xcc\xe4\xe8\xa4\ \x9c\xa4\x22\x60\xc6\x80\x21\x8c\xe9\x0a\x0b\x2b\xd8\x53\x97\x1d\ \x1d\x99\x9e\x57\x10\xd3\x58\x94\x14\x56\xf1\xe1\xa1\x7d\xcd\x2f\ \x3b\x75\xdb\xd7\xba\x9e\xbf\x5c\x8b\xc5\x5a\x13\xac\xfe\xb5\xf2\ \x77\x58\xd6\xd0\x95\xd3\x0b\x2f\x15\x0e\x9d\x6a\xec\x07\x8f\xa8\ \xca\x81\xac\x06\xa7\x12\x26\x14\xc5\xe4\xa4\x26\xa4\xa6\x26\x54\ \x01\xbd\x02\xf7\x36\xc2\x28\xab\xaa\x5e\xb8\x2d\x7f\x6a\xa8\xb1\ \xe8\x02\xb0\xa1\x43\x45\xa9\xb0\x17\x11\xfc\x01\xa6\xb0\xa8\xb1\ \x31\x27\xae\xa0\xb0\xae\x7e\xcb\xf6\x8d\xd5\x7b\x3e\x3d\xf9\xfa\ \x4b\xef\xbd\xf8\xda\x0f\xd7\x56\x16\x26\xcf\x8d\xd4\x8c\x4e\x2c\ \x47\xe5\x8f\x85\xcf\x8c\xb7\x22\xce\x4b\xaf\x4f\xfc\x32\x38\xbe\ \xff\xf4\x1f\xe3\x1d\x1d\x8b\x77\x6b\xa2\x1a\xf4\xe1\x03\xf9\x56\ \xcb\xa3\x91\xca\xce\x9b\xa3\xad\xad\x23\x0d\x2a\x8b\x2a\xb1\xf4\ \xb6\x8e\xe6\xe5\xa3\x67\xf7\x55\xbc\xfa\xcb\xbc\xc3\x31\x3f\xf6\ \xe4\xea\x93\x3b\xcb\xf3\x23\x0d\x8f\x6b\x2c\x35\xad\x97\xc7\x17\ \xee\x3e\xb9\x71\x6e\x76\xb6\x75\xa6\xe6\x8f\x91\xc9\x27\xe8\x40\ \xab\xb2\x54\x23\x37\x98\xb4\x06\xbd\xc9\xa9\x33\xcb\xe6\xce\xaf\ \xac\x2c\xfe\x3e\xd8\x30\x77\xf5\xce\xc2\xe9\x47\xf7\xf6\x96\x9f\ \x68\xfa\x66\xf4\xf4\xe4\x6c\xd6\x4d\xb3\x7d\x74\xe0\x4c\x87\x15\ \x11\x28\x32\x45\xa6\x72\xaa\xe4\x36\x8b\x62\x72\xa1\xf3\xfc\xd8\ \xfb\x07\xdf\x7b\xbf\x7d\xee\xfe\xf2\x95\xf1\x57\x8e\xde\x95\x35\ \x64\x75\x60\xba\x28\x17\xc1\x67\x79\x8c\xae\x27\x83\x1e\x52\xb2\ \xb9\x51\x87\x55\x56\xb3\xd2\x90\x05\xe0\x68\x79\x34\xdf\x4e\x55\ \xb6\xb6\x9a\x07\x5e\x7e\xe5\xc7\x89\xb9\xaf\x57\xde\x98\xea\x98\ \x9f\x7f\xbf\x3b\x4a\xe7\xb4\xca\x64\x2a\x4b\xa2\xb5\x35\x3c\xbf\ \xf3\xf2\xc2\x9d\xbb\xe8\x8a\x22\x45\x7f\x66\x72\xac\x52\xe9\x50\ \xa2\x82\x0c\x4d\xd4\x98\x5d\xb3\x8f\xad\x2e\x1b\x65\xd2\x4f\xf5\ \xc8\xb3\x34\x16\x9d\xd1\xa5\x53\x22\x6e\xc7\x19\x1b\xb7\x72\x7a\ \xdc\xdc\xb0\xa2\x78\xe8\xc4\x50\x17\x67\x51\xa9\x2c\x4a\xbb\xd6\ \x4e\x37\x34\x50\xe1\x3d\x0e\x8b\xc5\x46\xbb\xb5\x2a\xcb\xc2\xd5\ \x95\x9e\xac\xc4\xc1\x59\xce\xed\x43\x54\x4e\x4c\xa7\x73\x5d\x1e\ \x53\xe1\x6e\xab\xe9\xb3\xd4\xf8\xf8\xf4\xb8\xf8\xcc\x88\xb0\x98\ \x84\xd4\x98\x98\x9c\xa2\xd4\x84\xa2\x48\x00\x5c\x91\x91\xe9\xd9\ \x30\x2d\xab\x60\x63\x7c\x44\x44\xf9\xee\x83\x67\x75\x1c\x13\x14\ \xb1\x28\x85\x69\x26\xcb\x34\x3b\x80\x39\x47\xf2\xa3\xec\x33\xa3\ \xb4\x1e\x51\x95\xaa\xd4\x6e\xb3\x06\x21\x39\x8e\x66\x24\x27\xa2\ \x91\xd3\x6e\x54\xa1\x4e\xc4\x64\xa5\xe1\x38\x6d\xc5\x8c\x6a\x84\ \xf0\xc0\xeb\x64\x26\x3b\xe7\x54\xab\x6c\x4e\x09\x73\xeb\x51\x4c\ \xa6\xd2\xd0\x7d\xbb\xdb\xea\x72\x4b\xe0\x90\xe8\x96\xda\x92\xc2\ \xda\xbc\xe2\xdc\x92\x8a\xee\xcd\x15\xeb\xd3\xe3\xd2\x93\x8b\xdb\ \x9b\x8b\x8b\xcb\x9b\xf6\xbe\xf9\xde\x47\x5b\x0f\x2c\x3f\xac\xce\ \x6b\xd9\x7c\xf8\xe8\x3e\xd7\xd7\xdb\xf6\xed\x3d\x79\xf2\xb4\xe2\ \xfa\xf9\x4f\x1e\x91\x34\xe0\x37\xd6\x65\x47\x58\x9c\x10\x61\x90\ \x1e\x8c\x24\x90\x04\xcc\x1a\x6e\xa5\x6d\x2e\x8d\xd3\xaa\xb4\x9b\ \x8c\x88\x12\x97\x5c\x2e\xde\x03\x94\x23\xe8\x0f\xf9\x00\x5c\x78\ \x95\x76\x63\x65\xa7\x4c\xe1\xe6\x75\x5a\xd1\xd8\x87\x29\x71\x0c\ \x17\x9c\x56\x9d\x93\x41\xa7\xbe\xfa\x73\xe7\xe1\x6d\x07\x6a\xeb\ \xea\xaa\xeb\x4a\x8a\x73\xd3\x4a\xf2\xf2\x8a\xd7\x17\x14\x14\x6f\ \xaa\x6e\xef\xde\xfd\xee\xbb\x87\xde\xfb\xa4\xbe\xba\xf6\xf0\x89\ \x5d\x87\x77\x7f\x7c\xef\xee\x0f\x2b\x5f\xec\x3b\x71\xf4\xc4\xbb\ \xaf\x6c\xef\xee\xde\xb6\xff\x83\x8b\xa7\xff\xb8\xb5\xf8\xe7\xfc\ \xd8\xe3\x14\x53\xa2\x81\xfc\xcf\x3f\xa3\x4a\xff\xfd\xfc\x7f\x7e\ \xfb\xf7\x6f\xbf\x3d\x78\xf0\xe0\xaf\xd5\x90\x4f\x14\x51\xdc\x43\ \x22\x2c\x45\xe3\x38\x00\x64\xaf\x93\x76\xd9\x31\x65\xb8\x41\x89\ \x91\x28\xce\xc1\xc9\x60\xc0\x5f\x51\x6e\xda\xcb\x03\xea\xe2\x61\ \x8e\x17\x30\x77\x81\xa7\x41\xc9\xb3\xe4\x41\x60\x88\x14\x0d\x00\ \x8d\xf5\x32\xc0\x0a\x72\x4e\xa3\xa9\x61\xa4\x74\xb0\xd5\x61\x77\ \x33\x00\x90\x5c\x18\x6c\xf5\xe2\x3c\xbc\xdc\x66\x77\x11\x6e\xc9\ \x23\xb8\x35\x4e\x8c\x20\x88\xa5\x20\x87\xc1\x40\xf5\x40\x28\x04\ \x14\xc3\x17\x0c\xae\xb2\xc2\xea\x6a\x10\x58\x3f\x5e\xf2\xc1\x2d\ \x71\x0e\xe7\x24\x71\x29\xe4\xc1\xdc\xcc\x52\xc0\x0b\xc7\x82\x49\ \x3c\xe1\x36\x9a\xc3\x1b\x2e\xbb\x7c\x40\xdf\x18\x46\x04\x6a\x12\ \xf2\xfa\x29\x3b\xc6\x2f\xf9\xe0\xcc\xd8\x20\x60\x28\x18\x66\x0f\ \x07\x13\xc1\xb4\xd4\x50\xc0\x0b\x07\xfe\x04\x82\x4b\xfe\x60\x28\ \x40\x21\x04\x01\x4b\x2d\x04\xc9\xe7\x61\x68\x42\xe9\xb2\x11\x94\ \x6f\x1a\x0e\x04\x5a\x02\x22\x0c\xdb\xa4\x61\x94\xb4\xd7\xc7\x04\ \xa7\x43\x1e\x9f\x2f\xc4\x93\x4c\x80\xa6\x3d\xbe\x75\x1b\x5b\xea\ \x37\x6f\xfd\xec\xcd\x17\xaf\x7d\xd2\x5e\xdc\x56\x77\x7c\x7f\x73\ \x41\xed\xde\x7d\xdb\xea\x37\x24\x17\xc4\x87\xe5\x14\x75\x01\xda\ \xe9\xea\xcd\x49\x88\x4b\x8d\xc8\xae\x6f\x6e\xab\x08\x2b\xdc\x10\ \x1f\x99\x90\x94\x5d\x9e\x57\x7d\xe4\xcd\xcd\xdb\x3f\xdc\xfa\xd2\ \xd8\x7c\xe3\xcf\xbd\x6b\x75\x58\x3f\x03\x89\x5a\xeb\x2c\x1c\x1a\ \xea\xef\xed\x5f\x9b\x00\x36\xd4\xd8\x05\x7c\x22\x64\xac\xaa\xde\ \x1c\xe0\x1f\x1a\xbb\x8a\xe0\x4e\x2d\x00\xa6\x98\xe8\x9c\xc6\xc6\ \x53\xf0\x32\x20\x70\x87\x91\x31\xa9\x31\xa9\x6b\xb5\xf0\x30\xa3\ \xb4\xb1\xb7\x2a\x21\xb5\x17\xc8\x57\x51\x51\x57\x6f\x55\x52\x57\ \x6f\x7f\x7f\x57\x57\x52\x71\x7d\x73\x79\x75\x5d\xf7\xc6\xf6\xdd\ \xbb\x4e\x9e\x7c\xfd\xc3\xaf\x7e\xfd\x69\x6c\x6c\x61\xea\x4c\xcd\ \xbd\xf1\xa8\xce\xc5\x9b\x8e\xbe\xce\xac\xc5\x39\xb2\x74\xf1\xde\ \xb5\xeb\x13\xaf\xfd\x79\xd9\x31\x3a\xff\xf6\x7c\x69\xcf\xed\x3d\ \xb7\xad\x95\x59\x67\x77\xaf\xe4\x9b\x2d\xe7\x86\x6f\x0c\x5e\xe9\ \x94\x6b\xcf\xfe\xf9\x44\x46\xd0\x7e\xbb\xca\x99\x75\xe6\xce\x8a\ \x2a\x7c\x78\xb0\x63\xe1\x9d\xeb\x13\xe7\xa3\x6e\x4e\xde\x7c\xe5\ \x8d\xef\x4a\x51\xc5\xca\xc4\xd5\xf9\x44\xe5\xbd\x8b\xc3\x8f\xa2\ \xcc\xbf\xde\xc9\xd2\x3b\x15\x6a\x59\xd6\xb0\x52\x35\xf3\x53\x8f\ \x29\xaa\x55\x37\x3a\xb0\xb0\x30\xb7\xf8\xed\xa5\x85\xc9\xbe\xfc\ \x1b\xfa\x27\xe3\x63\xd7\xe6\x3a\xe5\xfa\xca\xc1\x8e\x3b\x73\xe6\ \xc5\xc5\xf1\x1b\xb2\x4a\x54\x22\x65\xa6\xe1\x41\xb9\x1d\xcf\x6a\ \x30\xba\xfb\xce\x65\x75\x4c\xcd\xdc\x7f\xff\x9b\xc5\x1f\xae\xed\ \x38\xf4\xc9\x37\xc3\x8e\x87\xad\xf9\x3d\x96\x52\x70\x34\x76\xa8\ \xc1\x99\xab\x37\x1a\x2d\x56\x85\xcc\xa1\x9b\xd8\x75\xcf\x31\x3b\ \x31\x61\x92\x59\x50\xb2\x32\x5c\x76\xf9\xdc\xca\xa3\xef\x1f\xbf\ \xf2\xd1\xf7\x47\x3f\x9e\xbc\xb5\xf8\xb2\x0c\x63\x52\xce\xea\x59\ \xdb\x6c\xc7\xb7\xe7\x46\x6e\x32\xa3\xe5\x48\x00\x00\x20\x00\x49\ \x44\x41\x54\x99\x97\x87\x53\xcc\x77\x7e\x3a\xa3\x18\x1f\x1c\x7e\ \xeb\x60\x54\xe2\xaf\xe7\x1c\x0a\xb7\xd2\xe5\x8c\x52\xf3\x3c\x6b\ \x93\xbb\x6c\x4a\x82\x45\xed\x6e\x27\x35\xaa\xd1\xc9\xa8\x4e\x53\ \xe2\xe5\x27\x63\x37\xce\xcd\x24\xf6\xa8\x30\xad\x31\xff\xd1\xcd\ \x99\x1a\x85\xcd\x60\x9c\xeb\x18\x9d\x1a\xee\x71\x98\x26\x27\xf5\ \xce\xa8\xc4\x2c\x9d\xd5\x34\xef\xa8\x99\x19\x37\x87\x5b\xd5\x89\ \x1e\x14\x09\xcf\x72\xe1\xd6\xce\x1e\x9a\xba\x07\x43\xb1\x32\x32\ \xd3\x63\xa3\xc3\x22\x52\x53\xc3\xba\x1a\xab\x22\x23\x23\x22\x63\ \x80\x29\x8c\xcf\xcb\x8d\x4f\xce\xcc\xce\x2b\xc9\x8e\xcb\xdb\xf6\ \xee\x0a\xea\x59\xf2\x8a\x4a\xab\x53\xa3\x34\xc9\x5d\x2e\xa5\xf3\ \xf1\xb8\x6e\xd0\x6c\x51\xa8\x09\x81\x75\x5b\xec\x66\x14\x31\xa9\ \x38\x9c\xb4\x2b\x50\x56\x9e\x5f\x49\xf3\x5e\x91\xd2\x28\x5d\x0c\ \x2e\xc7\x39\xb7\x9b\x9e\x9e\x0e\x1f\x91\xbb\xec\x72\x1d\x4f\x51\ \x6e\x84\x46\x5d\x08\x81\x81\xd7\xf0\xd2\xb6\xee\xba\xb5\x40\xd3\ \x92\xea\x92\xda\xea\xbc\xbc\xba\x6d\x65\x05\x05\x75\x5b\x5a\x72\ \x37\x64\xe6\xb6\x1c\xdf\x5c\x5d\x5d\xbf\xf9\xe4\x89\xa3\xc7\xb6\ \xee\xb9\x94\xf2\x63\x7d\x49\x71\x7d\xfb\xdc\x4a\xf7\x67\x07\x8f\ \x9e\x78\x5b\x33\xbe\xf8\xfb\x17\x1a\x89\x02\x68\xc9\x49\x6e\x27\ \x1c\x65\xca\xf3\x12\xcd\x52\x38\xe3\xb6\xbb\x54\x4e\x82\x25\x2d\ \x03\x6e\x3c\x51\x6d\x36\xbb\x56\x16\xdc\x46\x8c\xb1\xe8\x68\x94\ \x12\x78\x9c\xf3\xaf\x4d\x99\x61\x6c\x0f\xef\x4f\x46\xb9\xb4\x76\ \xbb\xd6\xe8\xe2\xd4\x2e\x9e\x27\x59\x9f\x84\x8c\x9d\xdc\x7f\x62\ \xdf\xee\xc3\x2d\xb5\x6d\xd5\x1b\xd3\x72\x0b\x0a\x2a\x36\xae\xcf\ \xcd\xde\x50\x5b\xdc\xd2\xbe\x6b\xdf\x1b\x3b\xdb\x0b\xcb\x76\xec\ \x6a\x29\x28\xfe\xe8\xe5\xef\xbf\xba\x78\xeb\x8f\xef\x5f\xdb\xdb\ \x7d\xe0\xb5\x17\x8f\xbe\xfc\xc3\x67\x6f\xbf\xf8\xda\x37\x67\xef\ \x2d\x5f\xbd\x7a\xe5\xca\x2f\xe7\x26\xcf\xac\x18\xd8\x17\xd6\xad\ \xdd\xfe\x5e\x1b\xb3\xfd\xff\xf6\xf5\xe1\xe4\x5b\x80\x3a\xa1\x90\ \xcf\x6d\xe7\x48\xa0\x18\x3a\xd2\xa7\xa6\xec\x34\x87\x30\x52\x90\ \x06\xba\x21\x78\x48\x60\xde\x38\x9c\x45\x38\x49\x82\x53\x1d\x00\ \x8b\x19\x89\x69\x09\x0b\x86\x24\x1c\x66\xe0\xb1\x92\xdf\x0b\xaf\ \x8a\x02\x7e\x03\x46\x8c\xa6\xdd\x18\x8a\x28\x5d\x40\xb6\x39\x9a\ \x46\x39\x3f\xcb\x01\x8b\xea\x06\x9a\x67\xa5\x09\x8e\x41\x59\x1a\ \x23\x6d\x7c\x30\xc0\xb2\x40\x74\xc4\x80\x97\x97\xbc\x3e\x9f\x93\ \x25\xe9\xe0\xea\xb3\x90\x87\x86\xe5\xe7\x3e\xc6\x07\x34\x52\xf4\ \x2f\xc1\xec\x07\x01\x26\xf3\x85\xfc\x81\xb5\x51\xd3\x38\x58\x0b\ \x3c\x1e\x9e\x61\x18\x89\x15\xa7\x57\xc1\x2f\x1f\x3c\x35\x20\x52\ \xb0\x9a\xc1\x27\xf1\x3e\xa0\x3d\xe0\x61\x01\xa0\x57\x4b\x70\x06\ \x19\xdc\x8f\xe7\x58\x41\x0a\xb1\xbc\x0f\xd6\xd1\x2f\x2d\xf9\x18\ \xce\x1b\xe0\xbd\x28\xca\x51\x01\x96\xf1\xf8\xa6\xff\x9a\x0e\xf9\ \xe0\x24\xeb\xd5\xd0\xd2\xb3\x67\xa1\x20\xd2\x90\xef\x06\xc4\x28\ \x3d\x43\xc1\xef\x10\x43\x39\x69\x5d\x7a\x73\x7d\xf7\xe1\x17\xbf\ \xba\x7b\x67\xf1\xc7\xb2\xed\x2d\xdd\x27\x3f\xad\xae\xd8\x5e\xdc\ \x5e\x16\x1b\x09\x74\xa9\xaa\xaa\xa8\xa8\x1f\x1c\x9d\xb1\xc9\xd9\ \xd9\xb5\xfb\xf6\xb4\xb7\x77\x67\xe7\xa6\x45\x6c\x68\xaf\x7f\x6f\ \xef\xe6\x6d\x07\xde\xf9\xe2\xa5\x6f\xde\xdb\xf6\xea\xc1\x8c\x9f\ \xd7\xca\x19\x7e\xfe\x7f\x96\x70\xe8\xe7\x0b\xbd\x43\x5d\x43\x6b\ \xa5\x0e\x17\x2e\xc0\x68\xac\x53\xb0\x28\xeb\x14\x10\xbe\xfe\x53\ \x43\x49\xa9\xa9\x31\xb0\x4d\xf0\x14\x9c\x8a\x93\x53\xd5\x9f\x13\ \x03\x0c\x5f\x63\x57\x4e\x12\xac\x10\xcd\x69\x2c\xea\x07\xb7\xae\ \x2a\x38\xca\xb0\x1f\x26\x97\x42\xe9\xeb\xea\x1d\x1a\xba\x10\x53\ \xbe\x69\x5b\xfb\xe1\x13\x5b\xaa\xb7\x1c\x3f\x74\x7c\xf7\x6b\x2f\ \xbd\xff\xd3\xfc\xb5\xc5\x87\xb7\xef\x7d\xff\xca\x8f\x8f\xe6\x9f\ \xdc\x18\x50\x8c\xac\xdc\x78\x78\xf5\xe3\xc3\x47\x6e\x74\xae\xcc\ \xde\xfb\xf4\xce\xa5\x7b\xb3\x3d\x8f\xae\xf6\x9c\xfe\x97\xa3\x74\ \xf1\xb3\x9d\xed\xcb\x33\x2b\x13\x7d\x7d\xa3\x83\xa5\x51\xad\xb3\ \xcb\x3b\x07\x5d\x9d\x57\x7e\x9d\xe9\xec\x94\x47\x9d\xbb\x3f\xf5\ \xf6\xb0\x79\x56\x6b\x31\x13\xac\xc1\x38\x7a\x2b\x71\x60\x46\xbe\ \xac\x33\x44\x69\x74\x73\x3d\xc3\xe6\x52\x53\x78\x4a\xb8\x2c\x2b\ \x4b\xeb\x58\x98\xac\xb4\x1b\x74\x0d\x59\xe1\x51\x8f\x65\x3d\xa5\ \xa5\xa3\x59\x23\x2f\x7e\xfa\xea\x93\x85\xb1\x9a\x1a\xb3\xbe\x74\ \x4a\xa5\x1f\x98\x3d\x97\x62\x34\x2f\x5f\x22\x69\x65\x8d\x25\xd1\ \x3c\xfc\xe4\xb5\xbb\x27\xea\xbe\xd0\x67\xd9\x94\x36\xc4\x5e\x93\ \xf5\xe7\x78\x03\x1a\x75\xa9\x75\x65\x65\x6c\x61\x62\x65\xd0\x60\ \x71\xe4\x9f\x51\xe9\x52\xe8\xac\x95\x6f\x16\x7f\xfa\x43\xeb\x88\ \x9a\xed\x91\x75\xe0\x7d\x0f\x89\xd9\x8b\x9d\xda\x91\x09\x1b\xb2\ \x1c\x8e\xd9\xb5\xdf\x76\x64\x35\x0c\xcc\x5f\xfd\x78\xf3\xe6\x96\ \x95\x8b\xdf\xce\x9b\xdd\xce\xd9\xd6\xc7\x8f\x97\x8f\xf7\x68\xe7\ \xa6\x5e\x9e\x33\x9f\xbe\x7d\xf0\xc6\x2f\x1f\xce\x8c\xd6\xa4\x9c\ \x7d\x79\x14\xb9\x7d\x62\xa1\xa3\x74\x2e\x71\x45\x3e\xe9\x14\x68\ \xbd\x43\x5b\xd9\xe7\xb4\xda\x34\x2a\x33\x4d\xe7\xe7\xa7\xc8\x09\ \x27\x6d\xb8\x6c\xa4\x24\xbb\xd3\x60\xe8\x6b\x30\x98\xd5\x72\xcb\ \x60\x43\xb8\x65\x7c\x2a\x4a\xad\x20\x51\x42\xfb\xf8\xc6\x32\xad\ \x75\x5e\xb6\xb4\xea\x3b\x52\xb4\x16\x1b\x89\xa4\xc8\x4d\x46\x4d\ \xfe\xfb\xfb\xff\xf5\xfe\x78\x54\x4f\x87\xc1\xb1\x3d\x33\x2d\x2d\ \x36\x22\x16\x76\x39\xaf\x5d\xce\x6d\x4c\x0d\x4b\x8d\x85\xe1\x1e\ \x11\x05\x79\x05\x69\x19\x71\x11\xd1\x1b\x37\x1f\xdf\xff\x61\x8f\ \xa3\x47\x8d\x2e\xd5\x98\x87\x0d\x76\x1c\x83\x41\xcc\xf2\x3e\xbb\ \x91\x31\xb8\x95\x56\x0e\xd5\x76\x8c\x7f\xa3\x54\xb5\x0e\x74\x2c\ \x44\x0d\x28\xce\x93\x58\xf8\x0a\xe9\x42\x10\xab\x91\x47\xdd\x89\ \x34\x4f\xea\xe5\x7a\xb5\x4b\x75\xd9\xe4\xd2\x2b\x9d\x76\x8c\x03\ \x7c\x21\xd1\x9c\x1e\x58\x93\x1b\xbb\x9b\x9b\xeb\x2b\x0a\xca\x2b\ \x4a\xf2\x0a\x0b\x00\x60\x6d\x2c\xa8\xaf\x58\x5f\x50\xdd\xbd\x39\ \x2f\x77\x7d\xf6\xe6\x9d\xcd\xdb\xaa\xeb\x0f\x1d\x3f\xb4\xfd\x78\ \xfb\x96\x8f\xc6\x13\x7f\xd9\x9d\x57\xf7\xf9\x4a\xf7\xa7\x3b\xf7\ \x1f\xdd\x59\x69\x3e\x7b\xfb\xec\xb2\x97\x75\x5b\x19\x09\x21\x79\ \xca\x47\x21\x2e\x81\x73\x22\x40\xd1\xbd\x01\xbf\x84\x0b\xe0\x24\ \xe4\x04\x51\xc0\x24\x67\x94\x73\x72\xa2\xb2\x41\xa7\xd0\x9b\x48\ \x0d\xe1\xf3\xf1\x82\x48\xc2\xe4\x74\x70\x3e\xf9\xbc\x6e\xab\xc0\ \x10\x84\xcd\xe8\xec\xb9\x7a\x6e\x65\x60\x12\x1c\x47\x0b\x27\x9a\ \x3f\xdb\xde\xd6\xd4\xd2\x52\x57\x50\x90\x9b\xbd\x7e\x7d\xec\x86\ \xff\x8f\xab\x37\x71\x4b\x32\xfb\xdf\xc7\x07\x04\x86\x3d\xa6\x20\ \xa2\x05\x1a\x28\x2b\x23\x2b\x68\x31\x54\x94\x51\x71\xd7\x0b\x51\ \x73\x2d\xb4\xb2\x50\x2b\x57\xb4\x32\x71\xc9\xb5\x24\x33\x94\xd1\ \x00\xd3\x24\x90\x14\x94\x21\xc9\x4a\xad\x70\x49\xb3\xdc\x12\xb1\ \xd1\x5c\xa8\xcf\xf4\xfe\x2f\xbe\xe7\x69\xde\x9f\xcf\xef\xba\x7e\ \x78\x89\x3e\x0a\x3c\xa7\xf0\xdc\xcf\x7d\x9f\xf3\x7a\xdd\xf7\xa1\ \x93\xde\x3e\x81\xe1\x55\x75\x49\x49\x09\x81\x67\x8e\x1d\xf7\x0a\ \xf7\xf7\xf2\x0d\x8b\x0a\x2c\xa9\xcd\xbb\x74\xb9\x36\xa9\xf0\x96\ \xb3\x67\xc6\x91\x6a\xf9\x98\x7f\x39\xad\xc3\xb1\x3e\xde\x92\x7f\ \xe3\xa9\xd3\xe1\x9c\x23\xb2\xd5\x46\xe3\x87\x3f\x7f\xbc\xfc\x06\ \x2d\xef\xff\x1f\x62\xfd\xf2\xdf\x9a\x8b\x5f\xff\x7c\xf7\xcf\x87\ \x0d\xb5\x5c\xc1\x92\xca\x75\x34\x02\x46\xab\x41\xea\x8c\x00\x33\ \x4d\xf3\x5a\x28\x34\x51\x2d\x27\x29\x80\xdc\xb2\xe9\x6c\x74\xb9\ \x49\xa2\x35\xa9\x95\x36\x83\x64\xe3\x83\x7e\xde\x24\x97\xb1\xe9\ \xa6\xb1\x91\x11\xad\xc6\xa0\x84\xc2\x6a\x6c\x46\xc3\xcf\x08\x57\ \xa5\x7e\x44\x03\xa6\xbd\xc1\xc8\xe6\xaa\x80\x40\x83\xf2\x7f\xa4\ \x46\x28\x41\x55\x2f\xa7\xd2\x4d\x50\xd7\x92\x52\xa7\xb4\x8d\xe8\ \x56\x57\x4d\x7a\xcd\xd8\xaa\x1d\x10\x22\x1d\x40\x0b\x93\xc1\xae\ \x5e\x5d\x1d\xd3\x69\x0c\xf3\x50\x33\x8e\x6d\x75\x03\x10\x38\x11\ \xe0\x4b\x3a\xc0\x58\x25\x4a\xbb\x01\x3c\xc2\x66\x30\xb0\x65\x3a\ \xad\x5c\x03\xfe\xd2\x0c\x23\x46\x40\xd1\xec\x26\x28\xab\x56\x23\ \x53\x6a\x8d\x36\xfb\x87\x2f\x3f\xa0\x92\xfb\xd5\x0f\x1f\xe6\x47\ \x0c\x36\xbd\x61\xc3\xa8\x56\x68\xec\x4a\xd9\xea\x88\x0d\xa0\xa1\ \x0d\x20\xab\xcd\x0e\xa8\x98\xc9\x20\x77\x1b\xfb\x6e\x03\x6f\x90\ \xc9\xb6\x6a\x53\xeb\x56\x3f\xfc\xd0\xe3\xe7\x98\xac\xf9\x0f\x22\ \x09\x5d\x21\x55\x2a\x45\x1c\xc9\x2f\x3e\x87\x22\x6e\x9f\xef\xfd\ \x6c\xb6\x2c\xcd\x96\x44\x05\x25\x95\xe6\x84\x65\x96\x9e\xf2\xf2\ \xda\xb9\x23\xc4\x73\x4f\x08\x80\x93\x9a\x9a\xd3\x47\x4f\xfe\x7e\ \xac\x2a\x30\x3c\xec\x64\x60\x43\x76\xa0\x4f\x58\xf1\xc3\xc7\x2d\ \xe1\xbe\xfb\xbd\xbc\x3a\xd6\xef\x56\x5f\x12\x0f\xdf\x38\x56\xf3\ \xfc\xc1\xff\xd9\x8d\x42\x86\x7e\x35\x9d\x3f\x43\xc0\x00\x28\x01\ \x76\xd4\x9c\x95\x1c\x02\x3e\x3b\x01\x12\x35\x77\x26\x7b\x3e\x00\ \xc8\x75\xba\x06\x2a\x77\xf7\xf4\xdb\xb3\xf7\x81\x5f\xc8\x69\x20\ \xfe\x80\x32\xcc\xf2\xf3\xcc\x02\xb7\xe4\x07\x80\x58\xf9\x01\xc5\ \x01\x98\x16\x80\xb4\xac\x66\xa0\x11\xfd\xb2\x6a\xb2\x8e\x87\x87\ \xc7\xa6\xa4\xe4\x16\xe6\xc6\xc7\xd4\xa6\x5f\xb9\x7f\xbe\xe3\xab\ \xf9\x49\x9f\xa5\xb4\xf2\x60\xd0\xf5\xc2\xc0\x6b\xb8\xe0\x37\xaf\ \x1e\x5f\x19\x4f\x9b\x6a\xc8\x7f\xb2\xfc\xd6\xb9\x78\x63\xe2\xed\ \xf9\x74\xd7\xd4\x0d\xc7\x22\x7e\x2e\x18\x85\x45\x50\x05\xe2\xf6\ \x54\x81\x38\xb8\x69\xb4\xed\xeb\x64\x7b\x17\xbf\x1d\xcf\x75\x15\ \x88\x17\xe0\x76\x96\xb5\x71\xa9\xeb\x6e\xe8\x0b\xb4\xc6\x48\x56\ \xab\x95\xf8\x51\x2e\x0d\x10\x0d\x12\x77\xd2\x1d\x01\x77\x98\x87\ \xfa\x1b\xe9\xc4\x02\xeb\x20\x86\x85\x12\x7c\xee\xa0\x61\xdb\x79\ \x44\x7e\xbf\x90\x42\x25\x0f\xb4\xad\xe5\xdf\x9a\x69\x6b\x5a\x9b\ \x5d\x5c\x9f\x7b\x36\x45\x0c\x7e\x46\x22\xd2\xdb\x22\x0b\xfa\xbb\ \x79\x82\x6b\xf7\x52\x87\x72\x06\xdf\x57\xdf\xa9\xfe\xd4\x5a\x31\ \x53\x9e\x93\xdf\xb2\xd6\x71\xc5\x81\xf3\x40\xf1\xb9\xe2\xa6\x26\ \x1d\x5d\xc7\x1c\xc5\xb1\x29\x43\x6c\x3a\x07\x26\x21\xf0\x23\x87\ \x2d\x05\x5c\x12\x8d\x27\xf1\x20\x13\x59\x46\x99\x06\xce\xa6\x7c\ \x4e\x64\x4f\x06\xbb\xaf\x61\x39\x58\x3a\x95\xa0\x69\xc3\xf5\xf0\ \x19\xf8\xe0\x02\x32\x4e\xbc\xc4\xc0\x11\x61\x1d\xaf\x2c\xeb\xa2\ \x48\xcb\x6c\x2b\x6f\xd9\x42\x1d\xc5\x32\x98\xe8\xc9\xc9\x99\x60\ \x9b\x48\x9c\xd8\x7d\xa7\xfa\xe9\x0d\xac\xd0\x83\xa5\xc5\x1a\x94\ \x34\x22\xde\x5d\x27\x84\xb9\xd3\x10\x2a\x04\x19\x8b\x5d\xe3\x90\ \x7a\xb8\x5c\x86\x91\x81\xc4\xc2\x18\x5c\x35\x1d\xe7\xc6\x60\x63\ \x49\x68\x0e\x96\x81\x23\x23\xa0\x0e\xea\x60\x14\x63\x12\x27\x87\ \x61\x59\x18\x95\x10\x86\x65\xc3\x09\x74\x22\x52\x82\xb0\x3a\x37\ \x1b\x53\x65\x74\x1e\xa7\xff\xf8\x91\x83\x5b\x0f\xee\xde\xb9\x6b\ \xeb\x8e\x1d\x50\x9a\xf7\x8e\x6d\x07\xb7\xff\xbe\x7d\xd7\xef\x07\ \x0f\x9e\xf0\x0d\x3f\xba\x75\xe7\x99\xa4\x6b\x57\x6a\xef\x16\x50\ \x49\x66\xaa\xe4\x07\x2c\x78\x4e\x28\x42\xce\xb5\xad\x53\x25\x30\ \xb6\xc4\x64\xe2\xc2\x85\x2a\xb6\x07\xd6\xbd\x29\xb5\xad\xa7\x11\ \x4e\x49\x6c\x7a\x65\x21\xb0\xf1\x4d\x2c\x22\x83\x03\x03\x4a\x10\ \xdf\x24\x34\xe8\xe5\x2c\x99\x46\xa4\xb1\xc9\xa5\x42\x3e\x87\xc0\ \x76\x4f\x94\xe9\x14\x74\xa5\x87\x87\x88\xb8\x94\x17\x1d\xea\x1b\ \x9e\xe2\xed\xed\x75\xf2\xe4\x91\x33\xc7\x7d\x7c\x8f\x1d\x39\xe3\ \x1b\x7a\xe2\xcc\xb1\xd0\x18\xdf\xe3\xe1\xe7\xef\xc4\xc4\x45\x95\ \x16\xd6\xde\x49\xaa\x8f\x2d\x29\xbe\x6c\xf5\x18\x7d\xec\xec\x48\ \xa9\x2f\xac\x2c\xaf\x75\x2a\x3e\x2e\x8c\x3f\x03\x68\x24\x52\xc8\ \xa5\x38\x20\x31\xa5\x9a\x55\x11\x4d\x21\x67\x6b\xa1\xd8\x3e\xc0\ \x95\x56\x35\x42\x42\x30\x52\xa6\xd2\x4a\x84\x94\x01\xa2\x42\x4d\ \x17\x4a\x25\x70\xa9\x48\xcc\x55\xb3\xf5\x36\xb5\xd6\x60\x64\xa1\ \x0b\x86\xf0\x32\x05\x5c\xa2\x60\xa3\x68\x3a\x76\xdb\xc7\xfe\xa1\ \x81\xb9\x99\x05\xf7\xee\x5b\xb1\x75\x49\x11\x61\x01\x61\x81\x41\ \x81\x3e\x81\xde\x27\x8e\xf8\x9e\xf4\x0a\xcd\xce\x0e\xaf\x8b\x8b\ \xf0\x8e\x88\x0b\x8b\x0f\x0c\xf2\x0d\x8f\x8d\xf6\x0e\x0a\x8b\x38\ \xe3\x5b\xfe\xb8\xf5\x62\x46\xfe\xc7\xf6\x89\x81\xb9\xae\xf7\xb7\ \xaf\xdf\x7d\x6d\xfe\x7c\xb1\xf4\xe6\xb5\x67\xbd\xad\xfd\x6e\x4c\ \x8e\x86\x05\x53\xe8\xf4\xf3\x90\x4b\x27\x64\xbe\x62\xda\x80\x7a\ \xef\xbe\x7c\xff\xfb\xb7\xdf\xfe\x97\x7a\x9d\x7d\xb9\xf1\xdd\x46\ \x03\xaa\x0b\xe9\x41\x00\x88\x62\x1c\x1b\x03\xb3\xdb\x68\x30\x98\ \x00\x22\x01\x82\xaa\xd5\x43\xe9\xa9\xdf\xed\x12\x3b\x60\x25\xf6\ \x11\xf5\xb7\xff\x19\x19\xb3\x2b\xe4\x42\x20\x0d\x85\x30\x14\x1a\ \x70\x2a\xa0\xf7\x30\x5a\x3b\x47\x66\x34\x1a\x74\x2a\x93\x46\x63\ \xd4\x6a\x95\x2c\xb1\xc1\xa0\x91\x29\x64\x22\x23\x5b\xa1\x95\xd2\ \x50\x08\x80\x68\x36\x85\x52\x04\xd7\x6a\x15\x76\x83\x6e\xde\xa4\ \x31\x28\xd8\xa6\x31\x39\xb4\xcf\x67\x14\x49\xa4\x26\xa3\x51\x67\ \x04\x7a\x4f\x6f\x54\x9b\xd4\x5a\xc0\xdf\xa4\x1c\x96\x09\xb0\x25\ \x93\x49\x49\x90\x40\xeb\x54\x1a\x00\x7e\x1a\x83\x5c\xa9\xd3\x4b\ \x44\x22\x9d\x91\xad\x81\xc0\x52\xad\x62\x29\x74\x2a\xa3\x5e\x6d\ \xf8\xf1\xe5\xdd\xdf\x1b\x63\x46\x21\xd0\x14\x7a\xbb\x6d\xde\x06\ \x79\xf9\x68\x0c\x63\x46\x85\x01\x5a\xde\xb2\x43\x45\x59\x63\x63\ \x50\x1f\xe1\x98\x56\x3a\xbf\xaa\x37\xea\xe9\x6c\x8d\x5e\x21\x23\ \x0a\x0d\x1b\x5f\x3e\xe8\x94\x02\x0c\xb4\x6f\xa8\x1a\x31\x72\x34\ \x06\xfd\x2f\x77\x02\x92\x72\x8a\xb2\xaf\x3d\x74\xba\x96\xb3\x4f\ \x44\x14\xd6\x55\x95\xc6\x27\x04\x1d\x84\x72\x99\x76\xee\xdd\x09\ \x74\xdb\xce\x53\xbb\x83\x32\xe3\xe3\x0a\x83\x4a\x2a\x42\x03\xfd\ \xef\xe6\x87\xd7\x5e\x2e\x29\x8c\x3a\x12\x7f\x33\x37\xbe\x22\xec\ \xc0\xe1\x24\xe7\x43\xe7\xb3\x53\xff\x81\xb8\xd5\xcf\x64\xc2\x9f\ \x35\x58\x90\x3e\xec\xec\x7c\x50\x03\xe0\x07\xe0\x18\x40\x21\x80\ \x54\x35\x21\x59\x9d\x21\x9e\x35\x21\xc9\x59\x3b\xfc\x3c\x93\xf7\ \x00\x11\x78\xda\xd3\x33\x2b\xd9\xf3\xb4\x5f\x32\xe0\x59\x21\x9d\ \x50\x24\x45\x48\x27\x14\x11\x06\xa8\x56\x48\x48\x4d\x88\xdf\xbe\ \x90\xbd\x9e\x80\x9c\x81\x47\xfb\xed\xfd\xdd\xcb\x17\x0a\x50\x8a\ \x8b\x8b\xa9\xc8\xbe\x79\xeb\xe2\xc3\xde\xb7\x0e\xa7\x6b\xf1\x6d\ \x49\x54\x52\x7d\x42\xdc\x93\x4f\xb7\x07\x43\x73\x29\x83\xd6\xea\ \xcd\x4b\xd7\x5a\x61\x91\xf7\x3f\xcf\xf2\xa7\xfa\x5e\x2d\x0c\xf5\ \x7e\xa4\xf2\x32\xc6\x79\xeb\x3c\xec\xa8\x3b\x69\xc0\x3a\xda\xe6\ \x1a\xe5\xf2\xb1\x2c\x2c\xac\x71\xa9\xad\xad\xaf\xad\x40\x30\xbf\ \x6a\x62\xc1\x3f\xc5\x5f\x2f\xf9\x84\xc2\xf5\x11\x83\x51\x2c\x82\ \x10\x89\x6a\x72\xf6\xac\xe1\xdc\xd8\x9c\x82\xc5\x89\xc4\xbe\xb9\ \xb6\x51\xa7\xf3\xbe\x2b\x55\x6a\xb9\x13\x89\x5d\xb1\x90\x45\x6e\ \x70\x4b\x23\x99\xc2\x98\x79\xe1\x9e\xba\xe8\xfc\x3c\xfd\xf5\x46\ \xec\xa3\xf4\xf7\xed\x2e\xeb\xe7\xb5\x39\x2e\xc2\xc3\x83\x47\x76\ \x99\x4b\xef\xce\xba\x3e\x5f\x7a\xef\xcc\x1f\x7f\xf3\x36\xf7\x4c\ \x7d\x52\xa6\xf7\x93\x16\xab\x24\x71\xae\x9b\x8c\x96\x0d\xf4\x90\ \xf0\x91\x12\x0e\x47\x8e\xa1\xba\x63\x10\x28\xb8\x16\xe9\x46\xb2\ \x5a\x5d\x0e\xe7\x95\x71\x0f\x1c\x81\x64\x9d\x61\x93\xe7\xf8\xd3\ \xa3\xa3\xa9\xe7\xfb\x38\x34\x1a\x4d\x6e\x42\x34\x15\xf0\xe6\xcc\ \x02\xe4\x04\xdd\xc5\xf3\xa0\xb8\xc1\x22\x23\xdd\xd7\xd6\xf0\xe7\ \xac\xa3\x9b\x33\x4f\x33\x66\xe8\x94\xcd\xe0\x89\xc7\xcf\x68\x4a\ \x35\xc5\x83\x4a\x6e\x9c\x9d\x14\x90\x96\x3c\x56\x04\x12\x23\x18\ \xa7\x90\x86\x85\x11\x48\x7d\x2a\x91\x84\x84\x9c\xc0\x4b\x38\x6e\ \xb3\x4c\x91\x8b\x2f\x97\xab\xdc\x61\x64\xde\xdc\xfa\x1c\x3c\x35\ \x71\x91\x84\x46\x21\x64\x26\x0d\x03\x2e\x27\xa0\x05\x3c\x99\xd4\ \x22\x76\xbc\xf5\x90\x39\xdc\x75\x64\x39\x96\x08\x83\xf3\x85\x40\ \x36\x41\x46\xdb\xaa\xf1\x2d\xbb\xb7\x1f\xdc\xbd\x05\x00\x96\xe7\ \x9e\xd3\x7b\xf7\xee\xd9\x03\xd0\x6a\xfb\xef\x87\x0e\x1e\x39\x79\ \xf2\xc4\x4e\xbf\x7d\x49\xd7\x66\x7a\x5f\x3c\xb2\x92\x34\x52\x11\ \x4a\x62\xa2\x51\x1b\x05\x40\x6c\x21\xc8\xb8\x54\x8c\x88\x01\x05\ \x63\xc0\xf5\x5c\x3e\x0b\x4a\xeb\x91\xaa\xe1\x68\xb2\xfb\x8b\x89\ \x69\x8b\xcb\x35\x09\x57\xd2\x89\x12\x29\x50\x85\x0a\xb4\x5a\xa3\ \xd0\xca\xe4\x2a\x18\x47\x81\x13\x8b\x69\x0b\x6b\x68\xe6\xe0\xa8\ \x02\x8d\xe5\x50\x5e\x04\xc4\x47\x05\xc6\x84\x7a\x7b\x1d\x3e\xe9\ \xe5\x75\xe6\x88\x8f\xcf\x89\xe3\x47\xfc\x83\x4e\x1c\x3b\x7e\x2c\ \x3c\x36\xa0\xa4\x2c\x2e\x36\xee\xc2\xc5\x9b\x75\x99\x95\x15\x45\ \x0d\xb5\xb7\xd3\x9f\xcc\x4c\x57\xc5\x15\x15\x65\xd7\x15\x96\x62\ \x1b\x5f\x3b\x2f\x8e\xea\xd4\x3a\xb9\x8c\x46\x76\x14\x60\xe7\x18\ \x42\x29\x9b\xae\x50\x2b\x35\x9a\x11\x9b\x88\x86\x17\x29\x34\x2c\ \x11\x4d\x0e\xae\x4f\x74\x34\x96\x8f\xf6\xe0\x16\x60\xd8\x54\xa2\ \x9c\x0e\x83\xe1\xe9\x3a\x16\x50\x80\x70\x34\x37\x95\x3f\xca\x20\ \x08\x90\x52\x2d\x9d\xe4\x2e\x51\x2a\xc0\x94\x61\xc9\xd0\xeb\x8b\ \x37\x33\x63\xc2\x63\x82\x42\x7d\x7d\x7c\xbc\x03\xa3\xa3\xa2\x7c\ \xfc\x7d\x63\x33\x63\xe3\x63\xc3\xb2\xb3\xc3\xb2\xc3\xe3\x2b\xe3\ \x72\xa3\x62\xe2\xc3\xbd\xc1\xa8\xe3\x73\xf3\xf2\xce\x5d\xca\x49\ \x48\xb9\xfe\x6c\xf0\xd1\x8d\xab\xc5\x65\xe3\x56\xe7\x93\xda\xa0\ \xaa\xbb\x0f\xef\x3b\x2d\x08\x12\x8e\x26\x53\xa9\xb5\x6c\x89\x92\ \xad\xd5\xa0\xe9\x22\x38\x81\xcd\x52\x6a\x14\x34\x8e\x50\x21\xdd\ \x78\xf7\xe7\xcb\x77\x50\x94\xd1\xdf\xef\xde\xfd\x06\x79\xec\xff\ \x8c\x3c\xfd\xfe\xe3\xdd\xaf\x2f\x7f\xfd\x9f\x6f\x7f\xfc\xf6\xf2\ \xcb\xcb\x77\x5f\xbe\x80\x47\x40\xce\x3b\xff\xad\x23\xfb\xb2\x6a\ \xfb\xe7\xac\x41\xa7\x51\x8e\xa9\x75\x3a\xb5\x5c\x28\x15\x6a\x64\ \x1c\xb8\xda\x08\x60\x42\x21\x5f\x35\x9a\xec\x86\x11\xb5\x01\xc3\ \xd6\xc9\x95\x72\x40\x2c\x95\x0a\x16\x90\x83\x2a\x91\x48\x4a\x47\ \x4b\x35\x12\xad\x56\x63\x57\xc9\x24\x00\x29\x64\x4a\xbd\xc1\x20\ \x85\x09\xc7\x14\x32\x1d\x64\x63\xa3\x93\xea\x37\x74\x34\xb4\x62\ \x6c\xc4\x06\x98\x93\x5a\xad\x01\x3a\x54\x6d\x52\xe8\x4c\xfa\x55\ \xbd\x46\xa7\x36\x8c\x8c\xe8\xc1\xeb\xa0\x09\x06\xb6\x48\x2e\x23\ \x28\xb5\x5a\x9b\x4e\xa5\x53\x02\xed\xad\x52\xdb\x6d\x00\x02\x65\ \xea\xf9\x2f\x7f\xbe\xfb\xa0\x52\xd2\x45\x06\x15\xd0\xb2\x26\x1d\ \x94\xca\x08\xe5\xa9\xaa\x94\x36\x89\x68\x0c\x8a\xbc\x30\x41\x5c\ \x76\x0c\x3c\x4f\xbd\x31\x6f\xd0\x19\xa1\x4d\x44\x85\x62\x14\x3d\ \x3f\x02\xfe\xd5\x3f\x6c\x4a\x9b\x69\xd5\xa6\x99\x37\xb8\x0b\x65\ \xf3\xbf\xdc\xaa\x0b\x8d\xc9\x0e\x6c\xa8\xcc\x29\xbe\x5c\x9c\x53\ \x97\x5b\x5d\x5a\x5a\xe9\x1f\x7a\xe6\x4c\x40\x44\x47\x6f\x50\x66\ \xef\xcd\x42\xff\xfc\xf3\x85\xf1\xb5\xe9\x39\x45\xe0\x22\x76\x37\ \x26\x2f\xc9\xf7\xe8\x99\xc3\xdb\x77\x9f\xb9\xd7\x7b\xe5\xd6\xc5\ \x0c\xaf\xa4\xd2\x04\xef\x80\xeb\x31\xd0\x1e\xe1\x83\x07\xcd\x50\ \x23\x34\x94\x5b\xdf\x09\x2d\x68\x35\xff\xcc\x86\xee\x7c\xd0\x0c\ \x38\x96\x1f\xb8\x07\x7c\xcb\x2f\xc4\x33\xeb\xf4\xe9\x1d\x7b\xf6\ \x85\x84\xf8\x79\xee\xf0\x84\x7c\xfa\xb2\xa0\xf8\xfa\x90\x2c\xbf\ \xac\x7d\x7b\x4f\x43\x06\x11\x80\x7d\x41\x3d\xcf\x9d\xc9\x7b\x6a\ \xfc\xa0\x4e\xe8\x07\x35\x35\x7e\x9d\x9d\x3b\x8e\x05\xfa\x42\x2d\ \xae\x07\x52\xa2\x63\xaa\x8b\x2f\x77\x0c\x2f\x7f\x5e\x5f\xbf\xf8\ \xc4\x75\xed\xd1\xcc\x40\xab\xb7\x6f\xe6\xf5\xb2\x4c\xaf\xb2\x1b\ \x57\xd3\x5c\x79\x65\xe9\x37\x2f\x56\xe5\xf0\x5b\xab\x2f\x3f\xae\ \x1a\x2c\x33\x2b\x18\x4b\xd6\x25\xcc\xe6\x8a\xb5\xa0\xe7\x71\xa3\ \x60\xad\x29\x98\x87\xe6\xe3\x99\x89\x91\x4f\x3a\x32\x52\x32\x67\ \x83\x31\x86\x0d\x83\x12\xc6\xd2\x04\xf3\xf0\x54\x6e\xa3\x07\x0e\ \xa6\x15\x22\xe5\xdd\xe3\x43\xdd\x6b\x7d\xc1\xc1\xe8\xd9\x01\xe4\ \x28\xa6\x6d\x8e\x89\x65\x74\xaf\x19\xd1\xcc\xbe\xc9\xfe\x4d\x0b\ \x4d\x3a\xd4\x44\x2a\xe8\x9a\x6a\x28\xdb\xec\xf9\x78\xbf\xc7\x99\ \x76\xf1\xf5\xe0\xdc\x93\xbc\x61\x35\x8d\x88\x6d\xc3\x0d\xf0\xc4\ \x4b\xb3\x2b\x13\xce\xc5\xe2\x98\xda\x92\x2b\x6f\xfd\x1f\x4f\xdd\ \xbd\x1d\xf7\x38\xf3\x68\xc5\x95\xec\x39\x0f\x0c\x07\xd7\x43\xb2\ \x62\x1b\xd1\x6d\x08\x09\x97\x20\x99\x10\x70\xa5\x04\x0c\x8d\xa3\ \x53\x4a\xb5\x08\x8f\x60\xbe\x39\x15\xe7\xfa\x34\xf0\xec\x5c\xfa\ \xf9\xf7\x8e\xe5\xc1\x76\x62\x81\x59\xac\xc4\x90\xbe\x2e\x8d\x7e\ \x1a\x7d\xbd\xe2\xb0\x8e\x17\x58\xcd\x1d\x2f\x86\x04\x6e\xa4\xa1\ \x35\xae\xdb\x2c\x2a\xd2\x91\x4a\xb2\x32\xdc\x67\xcd\x7c\x0f\xaa\ \xe3\x13\x85\xc5\x66\x92\x08\x9f\x3f\x3a\xad\xae\xcd\xa1\x4d\x77\ \x32\x17\xc3\x7a\x3f\xd8\x26\x85\x31\x38\x1c\x85\x1c\xde\x5e\xe0\ \xc6\x45\xab\x51\x64\x82\x58\x8e\x45\x53\xd1\x1a\x8d\x4e\x45\xc1\ \xf6\xb7\xad\x77\x7d\x36\x73\xe4\x1c\xad\x49\xaf\xa3\xba\x09\xe5\ \xca\x82\x36\xd4\xb5\x4d\xf2\x3a\x8a\xc5\x46\x73\xe0\x32\x11\x87\ \xb5\x1e\x89\xe1\x01\xea\x98\xd8\xed\x12\x76\x7b\x6d\xdf\xbd\x6b\ \xe7\xf6\x83\x40\x13\xee\xf1\x04\x97\x94\xe4\xad\xbf\x6f\xdd\x7d\ \xe2\xf0\x81\xdd\xbb\xf7\xd6\x74\x9e\xf6\x29\x2e\xae\xce\xad\xaf\ \x7b\x25\xc4\xb5\x8d\xf6\x7f\x85\x61\x4c\x30\x32\x2e\x58\x4a\x14\ \xca\x52\xc5\x14\x64\x24\x21\x15\x6d\x46\x4a\xdb\x08\x32\x21\x9d\ \x2a\x46\xc1\x29\x30\x29\x8b\x0d\xed\xcf\xa1\xd8\x1c\x3a\x01\x8f\ \xe4\xd0\xe5\x6c\xb4\x52\x24\x16\x5b\x53\xa5\x2c\xa9\x0a\x30\x00\ \x21\x4b\x8c\xd1\xd0\x48\x74\x05\x5a\xf2\xb9\x3c\xa5\x2e\x2a\xd4\ \xd7\xd7\xd7\x3f\x20\x20\x3c\x3c\xc0\xdf\xfb\xc8\xfe\x93\x3e\x81\ \x41\xde\x47\x4f\x7a\x9d\x0a\x2b\xcc\x38\x9f\x94\x74\xe9\x46\x5a\ \x71\x51\x55\x61\x49\x69\x6d\xcb\xd4\xdd\xda\xb8\x84\xcc\xa4\xc2\ \xec\xa4\x92\xaa\x16\xe1\x53\xe7\x78\xab\x82\x83\xd0\xc8\x44\x6a\ \xa3\x46\x46\x90\x1a\xd1\x18\xa1\x52\xa4\x04\xaa\x05\xa1\x62\x03\ \x3e\x21\xa2\xb3\xd4\x26\xbb\x5d\x0a\x4d\x5e\xb9\x90\x8c\x90\x28\ \x84\x8d\x03\x48\xba\x48\x23\xd2\xae\x82\xb9\x0b\xef\x46\x88\x10\ \x22\x34\x01\x33\xd7\xc4\x23\x35\x31\x67\x13\x65\x62\xf8\x77\x95\ \x02\x23\x29\x73\xa4\x15\xa6\xc4\x86\x06\x04\x78\x05\x86\x9f\x3a\ \x76\x2c\x28\xd6\xe7\x58\x60\x5c\x7c\x4c\x6c\x98\x77\x60\x80\x8f\ \x7f\x80\x7f\x58\x5c\x49\x5c\x6c\x76\x78\x44\x7c\x76\x5c\x52\x74\ \x45\x66\x6e\x45\x65\x52\x44\x49\x7d\x61\x76\xce\xd5\x8e\x67\xbd\ \x33\xd3\x57\x12\xaa\x6f\xb4\x3c\xbe\x7b\x7f\x5d\x69\xd3\x4b\x94\ \x7a\x15\x9d\x45\x93\x48\xe9\x32\x29\x5c\xad\x06\xe3\xc0\x33\x9a\ \x00\xc3\x87\xd1\x69\x40\x28\xe9\x6d\x00\x10\x14\xd0\x1a\x94\xd1\ \xa8\xd1\x00\x35\x06\x65\x9e\xfe\xf1\xed\x97\x9f\x65\x63\xdf\xbe\ \xfd\xf1\xb3\xaa\xf5\x67\x29\xd9\xb7\x9f\xab\x60\xdf\xbe\xfd\xf6\ \xe7\xd9\xbf\xbf\xcf\x6b\x81\x6a\x34\x69\x84\x76\x93\x48\xa8\xd0\ \xa8\x14\x1c\x25\x4d\x26\x52\xe8\xe4\x74\xad\x46\xc4\xd6\xb3\xc9\ \x5a\xfb\x98\x5e\xa9\xd4\x4a\x81\x32\xb6\xdb\x00\x56\xe8\xa1\x2c\ \x08\xc0\x39\x95\x50\xe2\xb5\xc6\x60\x52\xa9\x80\xdc\x94\xe8\x8d\ \x46\x76\x30\x00\x1e\xb5\x1e\x00\xbc\x01\xb0\x33\x99\x46\xa9\xb6\ \x03\x34\x51\xdb\x20\xa3\x19\xbb\x4a\xaa\x87\xea\xbb\xa0\xb2\x2e\ \xa8\xb8\x55\x23\xa4\x83\x93\x20\x10\x00\x28\x39\x1a\xb9\x52\x05\ \x58\x97\x4a\x0e\x1e\x0b\xd0\x52\x21\x93\xd9\x5f\xbe\xb4\x09\xd9\ \x3a\x93\x89\x82\x80\x42\x83\xf5\x1b\x6a\x8d\x01\xc0\x1c\x8f\x27\ \x75\xe3\xeb\xec\x4a\xf0\x2a\x46\xa0\x2b\x55\x12\xbd\x96\x63\x32\ \xd1\x60\x12\x36\x41\x39\x46\x23\x93\xa4\xab\x90\x67\xda\x87\xbf\ \x81\x72\xd4\x1b\x01\x25\xb3\x29\x4c\xa6\x5f\x4a\xee\xdc\xca\xab\ \xaf\xae\xbf\x75\x33\xa5\xb2\xbc\xe3\x5a\xf5\x9b\xd9\xa7\xa5\xc7\ \xce\xf8\x06\x15\x16\xdf\xaa\xf6\x3f\x12\x56\x74\x25\x2e\xe2\xe6\ \xb5\x99\x9c\xeb\x97\xa6\x1e\xdf\x6a\xb8\x5f\x91\x13\x71\xc2\xf7\ \x4e\x61\x68\x78\x7d\x6b\x5c\x58\x4c\xd1\xb3\xa7\x4f\x5a\x6a\xef\ \xbf\x19\xac\xdf\xf1\xe0\xf9\xcf\xad\xc1\xe7\x90\xf5\x28\x84\x55\ \xff\xe6\x42\x3f\xa8\x69\x7e\xfe\x20\x2b\xab\x33\xab\xb3\xa6\x39\ \xa4\xc6\xf3\x34\x10\x87\xc9\x59\x21\x90\xc9\x55\x0d\xa0\x56\x9e\ \x9e\x7b\xf7\x6d\xab\xe9\xec\x3c\x9d\x15\xe2\xe7\xe7\xb9\xc7\x0f\ \xd0\x30\xa0\x40\x93\xfd\x00\x23\xf3\xac\x79\x0e\x65\x85\x25\x9f\ \x4e\x86\x62\x09\x9b\xb3\xf6\x9d\xf4\x8f\x0a\x0a\x0b\x38\x16\x90\ \x5d\x74\x27\xb7\x21\xfd\xbd\x63\xbc\x6b\xe9\x5c\xe1\xe5\xd8\xa2\ \x1b\x15\x37\x2f\x9e\x3a\x96\xf2\xa6\x77\xfd\xd1\x95\x3c\xaf\xaa\ \x1b\x51\x15\xd1\xc7\xc3\x63\xf6\x97\xe7\xf8\x17\x33\x5f\xe4\x95\ \xbb\x10\x3d\x04\xa6\x99\xd4\xd8\x98\xca\x8b\xb4\x46\xc2\xa9\x05\ \xdc\xa6\xc5\xee\xf7\x9f\x86\xd0\xd7\xea\x6e\xbe\xfa\x78\x6d\x6d\ \x05\x6e\x14\x11\x5d\xcc\xf6\xae\x54\x1e\x7f\x74\x69\x6d\x34\x95\ \xa5\xa0\x21\xa9\xed\x82\x99\xa7\x17\x26\x9a\x22\x89\x30\x01\x90\ \x78\x7d\x43\xc1\x1e\x54\x02\x21\x98\x31\x44\x9d\x19\x4e\x75\xa7\ \x2c\xb4\x15\x5c\x3d\xf7\x24\x3f\x3b\xf3\x6b\x6a\x57\xcb\xdd\x69\ \xe7\xdc\xc4\x15\x4b\xdf\x92\x80\x83\x18\x75\xc3\x77\x35\xae\xad\ \x0f\x26\xbc\x1a\x74\xba\x5a\x9c\x4d\x1d\xb4\x47\x45\x37\x1e\x77\ \x38\xd0\x9b\x8f\x1c\x4f\x73\x9f\x8e\x52\x04\x7c\xf7\x44\xe7\x4a\ \xa3\xbb\x91\x0d\xe7\x11\xa9\x58\x0e\x8d\x23\x45\x45\x62\x38\x4a\ \xb2\x8c\x0d\x43\x0a\xd1\xed\x68\x3c\x5f\xd8\xde\xd7\x36\x77\x35\ \x22\x27\xd1\xac\x00\x78\x04\x0b\x9e\xea\x32\xf7\x36\x12\x99\x3d\ \x0b\x05\x7d\x8d\x05\xeb\x8e\x95\x44\x9e\x00\x41\xcc\x3f\xcf\xe4\ \x95\xdd\xbd\x38\x25\x9e\xe4\xf2\xdb\xac\x2b\x83\x6f\xac\x93\x1d\ \x1d\x4b\x77\x13\x9b\xfa\xd6\x27\xa4\xb8\x01\x37\xb1\x3b\xdd\x6c\ \x45\x62\xaa\x0a\x49\xac\x26\xa1\x52\x42\x97\x63\x49\xed\xf6\x79\ \x23\x49\x8a\xe3\x5f\x81\x0b\x0b\x24\x18\xae\x61\xc3\xe6\xb6\xd4\ \xd3\x98\xd8\x43\xf6\x40\xb0\x15\x88\x54\x98\x18\xcf\xa6\xf0\x9c\ \xc1\xac\xd1\x21\xe6\x38\x76\xb8\x76\xf0\x6a\xaa\xea\xc7\x86\xc2\ \x63\x82\xb2\xc6\xe0\x50\x98\x58\x14\xbb\xa0\xe3\xc0\xce\xdd\x5b\ \x77\xee\xdc\xbe\x6d\xc7\x9e\x3d\x50\x3e\xdb\x8e\x1d\xdb\x76\x1d\ \xde\xff\xfb\x96\xbd\x80\x16\x9f\x3e\x96\x10\x96\x9d\xd3\x50\xeb\ \xa2\xc1\xdc\x35\xd4\xb6\x46\xc6\x93\x02\x04\x9d\x43\x44\x00\xe5\ \x40\x21\x49\x9b\x1a\x19\xcc\x69\xa2\x64\x68\xa0\x7d\xa0\x31\xd8\ \x31\x3e\x39\xe4\x5c\x4f\x15\x50\xb0\x13\x6e\x32\x0a\x51\x26\x75\ \xe3\x2a\x90\x2c\xf2\xe7\xdb\x68\x15\x8c\x29\x92\x78\x54\x27\xe2\ \xd7\x51\x8d\x54\x05\x42\xc4\xc6\xe8\xc7\x74\xae\xeb\x0d\x71\xf1\ \xfe\xa1\xc7\xbc\x03\x23\xbc\x4e\x1d\xf3\x0f\x8d\x8f\x8e\x0d\xf5\ \xf1\x0e\x0d\x38\x73\xd2\x2b\x00\x5c\xa8\x1e\x5e\xbb\x77\xf9\xe9\ \xf5\xb4\xbc\xda\x5b\xb7\x2f\x5f\xf8\xf8\xb4\x3e\x3e\x21\x37\x21\ \x2e\x21\xae\xb2\xa2\x24\x23\x52\xfc\xc8\xf9\xd8\xc3\x6e\x9f\x57\ \x8b\x4c\xe0\xea\xbc\x6a\xd0\xa2\x50\x46\x19\x5d\x62\xd2\x28\x34\ \x32\xfa\x88\x52\x0d\xa6\x9b\x10\xae\xb0\x69\x89\x38\xa6\x42\xa7\ \x34\x19\x00\x19\xe0\xb8\x53\x64\x5a\x25\x4a\xa1\xe7\x68\x75\x42\ \x91\x8c\xce\x42\x71\x64\x34\x5c\xff\x43\x6c\x13\x73\x94\xac\xa3\ \xd3\xa8\x42\x24\x5a\x4a\x6f\xbd\x94\xd6\x90\x1b\x1f\xe0\x1b\x74\ \xca\x27\x30\xdc\xeb\xd8\x99\x53\xfe\x3e\xe1\x31\xd1\x61\x01\x67\ \x8e\x78\x9f\xf0\x3e\x7e\xfc\xf0\xb1\x94\xc2\xa4\x94\xd8\xb8\x94\ \x84\xea\xa2\xd8\xe8\x0b\xc5\x29\x49\xd9\x29\x51\xf1\x09\x45\xe5\ \x65\x69\xd7\xee\xbe\xbe\x7a\xae\xa2\xfc\x4a\xcb\x85\xeb\x9f\x96\ \x58\x23\x3a\x2d\x5c\x36\xb6\x61\x82\x6a\xa8\x44\x1a\xb5\x04\xa5\ \x82\x7a\x00\xa1\x7a\x2a\xba\x1a\x32\xb1\x87\xa2\xfd\xa0\x54\x06\ \xa1\x08\xca\x9b\x56\xea\x7e\xe6\x11\xea\xed\x50\xe9\xc1\x97\x3f\ \x7e\x83\x76\x17\xff\x80\x1a\x86\x7e\x3d\x0b\x01\xd8\xb7\x77\xef\ \x7e\x2e\xdc\x43\x08\xf6\xeb\xdf\x7f\x9c\xfd\xf3\xcb\xc8\xbc\x49\ \xc2\x92\x63\x8c\x76\xbd\x56\x23\xc7\x26\xa2\x45\x80\x86\x8f\xac\ \x02\x41\xa6\x07\x1c\x09\x60\x87\xcd\x64\x80\xec\x13\xf4\xa6\x8d\ \xb1\x31\x83\xcc\x66\x97\x49\xe5\x32\xa5\x4a\xa5\x04\xaa\xcd\x04\ \x45\xb4\x4a\xe0\x3a\xa5\xcd\xa8\x1b\x33\xd8\x6c\x6a\x00\x7b\xf3\ \x3a\x03\x54\x8f\x6e\x32\x6a\x47\xbe\x6f\x8c\x41\x29\x62\x36\x1b\ \x00\x11\xbd\x41\xa6\x85\x96\xc1\x74\x06\x00\xfa\x74\x21\x41\xaa\ \x01\xc0\x27\xc7\xba\x13\xe8\xed\x4c\xba\x50\xa2\x1a\xd1\xd8\x46\ \x64\x08\xe1\x88\xdd\x66\x54\x6a\x4c\x46\x8a\x48\x6f\xd7\x1b\x65\ \x36\x83\x5a\xa3\xd5\x4a\x65\x48\x82\x52\xcd\x56\x69\x74\xd0\xf9\ \x6c\x00\x59\xd5\x32\xba\x71\x44\x4e\x97\x2b\x23\xb1\x46\x83\xb4\ \x60\xc2\x4d\xf7\xe1\xc7\xc6\x8f\x97\x23\x74\xad\x0a\x6a\x66\x84\ \xea\xc2\x7e\xb9\x72\xe9\xca\x8b\x67\xe7\xcf\x5f\x6b\x48\x4a\xf1\ \x0f\x08\xf4\xa9\xaa\xbf\x97\xe9\xef\x1f\x9a\x79\x6f\x7f\xc8\x96\ \x6d\x21\xfb\xf6\xed\x8a\xa8\xc8\x2e\xb7\xce\x16\x85\xdd\x4a\xaf\ \xae\x38\xb9\x3f\xfc\xb8\x77\xbd\xa3\x8d\x9f\x58\x14\x17\xe8\x13\ \x56\xe1\x5c\xbf\x17\xd3\xd0\xb5\x6e\xbe\x1e\xea\xf7\x9f\xce\x10\ \xa8\x2b\xe7\xc1\x5f\x90\x1e\xec\xfc\x29\x0e\x01\x7e\x41\x8b\x5b\ \x9d\xc9\x80\x7d\x01\x41\x98\x05\x34\x9e\x5f\x4d\xa7\xdf\x0e\x28\ \x30\xc7\x2f\xe4\xf4\xbe\xd3\x7b\xf7\xed\xf1\xcb\xea\x6c\x3e\x5d\ \x93\x05\x39\x05\xfa\xd5\x64\x41\xe9\x85\x59\xfb\x92\xa1\xfc\xc2\ \x9f\x56\x0f\x7e\x7e\x59\x40\x0e\x42\x91\x5f\xc7\x21\xef\xe2\xad\ \xc7\xc2\x62\xea\x6f\x55\x5f\x3a\x3f\xee\x18\x5f\xb9\x5f\x9d\xef\ \x7d\x22\xa6\x32\xe6\x58\x6d\x69\x43\x9f\xd5\x3a\x33\xfd\xe6\x45\ \x99\x63\x2a\x29\xa9\x74\xba\xe3\x4e\x6e\xde\xb3\x9b\x1f\x57\xce\ \x17\xbe\xa2\xb8\x32\x26\x6a\x0f\x05\xa6\xbf\xd8\x5c\x4a\xe5\x59\ \xcc\x8d\x1e\x6d\xd3\xd3\x4b\x37\xea\x96\x78\xa3\x6e\x03\x9f\xcd\ \x6d\x70\xb8\x50\x45\x68\x12\xf4\xcc\x31\xc1\xdf\x26\x81\x23\x5e\ \x1e\x5f\xc1\xb0\x14\x2c\xb6\xb0\xdd\xf5\x71\x8e\x88\x44\xcc\xad\ \x14\xb4\x2d\x0c\x0d\x2e\xbe\x1f\x60\xa0\x52\xd1\x24\x97\x1b\x8e\ \x84\x4d\x9c\x5b\xf8\xda\xe6\x7a\xbb\x9c\x3e\xd1\x32\xe3\x9c\xbe\ \x64\x59\xca\x7f\xda\xc4\x1f\x12\x5b\x52\x39\x65\xdd\xb4\xb7\xad\ \xc4\x65\xe6\xd2\x7b\xf3\xdb\xc9\xda\xe2\x65\xa7\xa2\xf1\x0a\x3d\ \xb2\xec\xd9\x68\xd7\x7a\xcf\x80\xcb\xfd\x29\x99\x88\x47\x2c\x5a\ \xba\xcc\x13\xf0\xae\x4d\x99\x64\x08\xdf\x04\x14\x62\x62\x01\x8c\ \xc4\x42\x2f\x35\x32\x78\x5c\xb7\x48\x2a\x50\x7f\xc1\x24\x98\xf5\ \x3a\x73\xda\xe2\x70\x2e\x63\x51\x84\x57\x7d\xfd\x13\x6f\xf2\x27\ \x70\x4b\xfd\x4b\x91\xbc\x54\x82\x84\x82\xd3\x08\x51\x0c\xee\xca\ \x72\xe2\xeb\xde\x3e\x41\xc1\x66\xf7\x6c\x77\xff\x8b\xda\xe2\xc1\ \x8f\xeb\x73\x6b\x5d\x2b\xcb\x05\x8e\x82\xf5\x26\x77\xd9\xba\x04\ \x96\x4a\x41\x98\x34\x96\x1c\x17\x8a\xc7\x40\x13\x29\x4d\x8a\x0d\ \x13\x9b\x45\x17\x6c\x2a\xad\x83\x9b\x0e\x0b\x3f\x98\x48\x37\xa2\ \x98\x54\x26\xd9\x1d\x59\x10\x49\x20\x22\xc5\xa3\x08\x7e\x13\x23\ \x71\x6a\xe5\xbd\xeb\xfd\xd4\xdb\xd4\xab\x4f\xd6\x5b\x2c\x02\xc3\ \xdf\x26\x29\xb7\x1d\xbb\xb9\xc8\x43\xf0\x66\xa9\xd4\xb6\x92\x1d\ \x5b\xb6\xec\xdc\xb2\x65\xfb\x8e\x2d\x3b\xf6\xee\xf0\x0c\xd9\xb6\ \xc7\xf3\xc0\xfe\x9d\xa7\xc1\x5b\xf4\xd7\xe9\x5d\x41\x71\x15\x55\ \xf5\xb9\x55\x89\x1a\x51\x1b\x42\xcb\x77\xb7\xf6\x4f\xd0\xd8\xbc\ \x59\x14\x1e\x8e\xc1\xe0\xc5\x02\x0a\xbf\xa7\xa9\xc9\x3a\xea\xb6\ \x89\xa3\x22\x11\x74\xc6\x28\x9f\x28\x91\xa1\x50\x74\xc8\x00\x4b\ \x46\x97\xf1\x49\x3a\x9b\x46\xf0\x39\xd2\x83\x05\x27\x91\xe7\x6a\ \xeb\x83\x2d\xeb\xb7\x5e\xc0\x78\x8d\xae\x26\xb6\x82\x7d\xbe\x32\ \x3b\x34\xc0\x37\xcc\xff\xa4\x7f\x68\x90\xf7\xf1\xc0\xd0\x94\xe8\ \xb8\xba\xa2\xc2\x98\x20\xdf\x23\xa7\xbc\x7c\x63\xab\xa6\x2e\x35\ \x3c\xbb\x74\x2e\xff\x52\x46\x46\x7e\x6b\x59\x43\x45\x65\x74\x7c\ \x58\x54\x4c\x49\x42\x69\x43\xfd\xb0\xf2\xc9\xdb\xb7\x5d\x26\xa5\ \x0a\x31\xe4\x7a\xfd\xe8\xdc\xab\x25\xac\x8c\x88\x36\x79\xf0\x24\ \x2c\x15\xa0\x33\x89\x80\x6d\x10\x69\x1a\x19\xcc\x83\x40\x98\x98\ \x95\x49\x95\x24\x22\x5b\x2f\x55\x09\x45\x72\xa9\x52\x27\xa3\xd3\ \x08\x38\x36\x94\x8a\xa7\x07\x18\x26\x02\x0f\x93\x63\x59\x82\x3e\ \x25\x86\x4d\x82\x23\x08\x12\xb7\x4f\x95\xd9\x71\x29\x31\x61\x81\ \x61\x80\xf6\xc5\x06\x1d\x39\xea\x7d\x00\xa8\xd5\x53\x47\x03\x8e\ \x9e\x38\x19\xe6\x1f\xe0\xed\x13\x1a\x1e\x06\x75\xe7\x84\x45\xc7\ \x37\xd4\x85\x85\xc5\x42\xdf\xdc\xcb\xad\xaf\xba\x93\x71\xf9\xf2\ \xe5\xea\x8a\xf3\xaf\xaf\x5c\xb8\xf6\x9a\xaf\xb3\xa9\x0d\x06\x99\ \x5a\x65\x82\x0c\x59\x4c\x26\xd3\x98\x4e\xa6\x95\x83\xe9\x0d\xc6\ \xa2\xd1\xb1\x51\x28\x80\x66\xf6\x11\xfb\x06\xc0\x04\x8d\x14\x0c\ \x56\x6d\x50\xa9\x8d\x00\xb0\x20\x67\x17\xbd\x46\xa9\x1c\x19\x03\ \x8a\x6a\xf5\x3b\x54\x38\xf5\xf2\xd7\xb3\x67\xff\xfc\x5b\xc3\x1e\ \xf9\xf3\xec\xd9\xdf\xfe\xd7\xb7\x15\x68\xc4\xbf\x57\x4d\x22\xc9\ \x77\x19\x11\xa0\xb1\x12\x85\x47\x8b\xd4\x00\x63\xa0\x00\x69\xa8\ \x56\x00\xe0\x8d\xc9\x00\x90\x5b\xaf\x82\xc2\xde\x46\xa0\x31\x18\ \x0d\x5a\xb9\x52\x01\x98\x17\x47\xa5\x85\x4c\x8e\x35\x26\xad\x71\ \xde\xa8\xd3\xeb\xd5\x80\x4d\x19\x4c\x3a\x3d\x18\x80\x7a\xe4\xfb\ \x88\x56\x07\x55\x7b\xda\x6c\x1b\xab\x63\x6a\xc8\x34\xc6\xa6\x07\ \x00\x66\x9b\x07\x00\xa8\xd1\xc8\x09\x70\x14\x9c\x2e\x15\x71\x88\ \x18\x24\x92\x44\x96\xe8\x94\x58\x96\x72\x04\x70\x5a\xb8\x46\x67\ \x5c\x9d\xff\x19\xfc\xf5\x1d\x8c\x5b\x26\xb1\xdb\xed\x3a\x40\x7b\ \x95\x4a\x11\x8a\x26\x53\x18\x6c\x6c\x02\x5b\x0d\xe7\xd8\x57\xd5\ \x1a\xd3\xd8\x87\x0d\xbd\x4c\x6b\x92\x80\x27\xf2\x87\x37\xe5\xab\ \xb6\x0f\xef\xec\x91\x24\x2c\x5d\x07\x74\x2d\x1a\xa6\xf8\xe5\x6a\ \x75\x4c\xed\x5c\xef\xc5\x8a\x86\xfa\xdc\x70\xaf\xdd\x87\xcf\xec\ \xf4\xf5\x09\xf4\x05\xef\xc1\x9e\xad\x5b\xb6\xef\x0b\xd9\x7e\x28\ \xa8\xea\x54\xd0\x85\x8f\x37\xa2\xce\xe5\x04\x9d\x8c\x3d\xe3\x15\ \x11\x5f\x57\x66\x5e\x19\xce\x0d\x0a\xf0\x8d\x8a\x78\xfd\x31\xad\ \xb6\xaa\xac\xe3\x5a\x7e\x59\xc9\x8e\xe7\x7e\x90\xb3\x7b\xcd\xf3\ \xe7\x10\x4e\x65\x35\xff\x2c\x7a\x7f\x0e\x59\x37\x84\x3c\xf8\x0b\ \x32\x87\x6f\xae\x79\xf0\x00\x68\xbd\x90\x9a\x90\xe4\xce\xbd\x50\ \xc7\xe0\xbe\x9f\xfa\xef\x39\xe0\x5c\x3f\x2d\xb3\x42\x20\x22\x05\ \x08\x56\xe7\xde\xe4\x9a\xd3\x9e\x59\xcf\x21\x2f\x9a\xac\xe6\xe7\ \xcf\x4f\xfb\x65\x6d\xd9\x75\xf4\x54\x54\x5c\x8a\xcf\x21\xef\xe8\ \xa4\xf2\x4b\xa5\xad\x2d\x1d\x33\x5d\x83\x5e\xe7\xca\x2a\xbd\x4e\ \x3d\x7d\x1c\x35\x35\x19\xd0\x3a\x20\xee\x1a\x1c\xb5\x76\xf4\x36\ \x0e\xbe\x9a\x59\x7e\x5d\x15\x97\xe4\x55\xdf\x90\x97\x72\x3c\xfb\ \xdc\xb5\xbc\x96\x33\xa1\xa1\xf7\xdf\xb7\x51\x05\xed\x53\xe7\x2c\ \x7c\xcb\xeb\x65\x6b\x77\xb0\xfb\x40\xd3\x60\x58\x6c\x42\x1b\x96\ \x06\xa3\x08\x51\x14\x6e\xf7\xdc\x52\xea\x7a\x2f\x0c\xc1\xc0\x90\ \xf9\x62\xec\x9b\xd6\x48\xfe\xc4\xda\xc4\xec\x27\x22\x8e\x42\x24\ \xa5\xae\xf3\xdd\xa9\xa9\xbc\x35\x31\x93\xf1\x89\xdb\x94\x46\x6b\ \x5f\x41\x2f\x16\xa7\xb7\x5c\xc8\x27\x3a\xcd\xed\x14\x04\x95\x0a\ \x23\x79\x50\xcc\xe9\x5d\x70\xa1\xd8\x21\x08\x9e\xa6\x32\x9f\x58\ \xe7\x5e\x2d\x9b\x6f\x5e\x5a\x2e\x2c\x4e\x38\x76\x79\x78\x2a\xf4\ \xc5\x80\xf9\xd1\xe8\xf9\xd4\xdb\xe3\x96\x6e\xb6\x14\x87\x9b\x76\ \x4c\x58\x6e\xf6\x48\xc8\xcb\x65\xaf\xcc\x91\x1c\xb4\x5c\x89\x97\ \x12\xdc\x82\xb1\x89\xa9\x30\x39\x11\xc6\x72\x43\xa2\x58\x33\x52\ \x5d\xd7\x4c\x5a\x1e\xce\xa8\xec\x8b\xfc\xfa\xb1\xcb\xcc\x13\xb4\ \x0d\xde\x6d\x69\x84\x13\x26\x97\xe8\x64\x77\x96\x45\x41\x1d\xea\ \x9b\x98\xa0\x12\x88\x42\xce\x90\x65\x06\xef\xe8\x86\xa7\x2e\xae\ \xdf\xc8\x0b\xee\x31\x0f\xb6\x2d\x3d\x7c\xc2\x68\xa0\x1a\x22\xe5\ \x30\x3b\x67\x60\xad\xbc\x9b\x3b\x24\xe2\xc8\x74\x38\x38\x81\x24\ \x95\x13\xa4\x32\xda\x5c\xd3\xf2\xf5\x49\x44\x13\x8e\x22\x68\x43\ \xc3\x71\xc2\x60\x74\x2a\xce\x6d\xd4\x7d\x11\x81\x44\x7a\xac\x33\ \x30\x62\xf1\xe8\xe4\xc7\x69\x87\xcb\x92\xf6\xac\x7c\xb0\x3d\xd1\ \xbc\xd9\x5a\x20\xa3\xf6\xc3\xd0\x08\xea\xec\xd3\xb7\x67\x76\xec\ \x3e\xb0\x6b\xe7\x9e\x2d\xbf\xef\x3d\x5d\x53\x93\xbc\x63\xdf\xf6\ \xa3\x47\x77\x78\x7a\xd6\xd4\x74\x7a\x06\x56\x96\xdf\x2e\xaf\xae\ \xb8\x69\x4e\xa5\x59\xc8\x64\x99\xbc\x29\x18\xc3\x84\xc3\x1a\x89\ \xdc\x21\xf4\x47\xa2\x94\xe6\x86\x41\xf1\xc9\xe6\xcf\x46\x29\x0e\ \x4b\x47\xb3\x98\x64\x34\x5d\xce\x82\x8b\xc0\xec\x20\x90\x25\x52\ \x02\x92\x44\x88\x2c\x90\x10\x06\xce\x11\xb1\xb3\xce\xd1\xe9\x96\ \xa1\x46\x73\x9f\x38\x52\x80\x4e\x75\x0a\x28\x5f\x93\x72\xc3\x43\ \xa3\x4e\x45\x87\x7b\x07\x06\x01\x84\xf2\x0f\x4d\x09\x0b\x0d\x0a\ \x28\xac\x28\x49\x0a\xf0\x0d\x8c\xc9\x79\x66\xbe\xdd\x02\x68\x4b\ \x7a\x5a\xfe\xb9\xe2\x7b\x85\x99\xf1\x51\x00\x46\x62\x22\x62\x72\ \x4b\xb2\x6b\xd1\x8b\x77\xdf\xb6\x90\x31\x5d\x79\x01\xc7\xe2\xee\ \x95\x97\xc4\x9e\x09\xbb\xcf\x16\x19\x15\xc4\x44\x3e\x0a\xad\x51\ \xc0\x0b\xc4\x24\x1d\xcd\x83\x89\x66\xe3\xd9\x72\x1e\xde\x9d\x20\ \x95\x0a\xd1\x0e\xb1\x9c\x8e\x14\x63\x19\x42\x2d\x81\x85\xc2\x0a\ \x01\xdf\xd0\x68\x54\x32\xa9\x4c\xaa\x02\xd4\x47\xc6\x96\xd0\x65\ \x4a\xa9\x49\xa3\x17\x4d\xe5\xc4\xc4\xc4\x85\x85\xfb\xc7\x56\xc6\ \x45\x7b\x9f\x3a\xe3\xeb\x7d\xe2\x88\xbf\xd7\x99\xa0\x68\xef\xd0\ \xa0\x94\xf8\x94\xa8\x00\xc8\x58\x22\x2a\x21\x22\x34\x28\x28\x2a\ \x3e\x2c\x2c\xe9\x20\xad\xaf\x00\x00\x20\x00\x49\x44\x41\x54\x30\ \xaa\xa8\xa1\xe1\x66\x69\x61\x42\x79\x7e\x5e\xe5\xbd\x4b\x17\x1f\ \xb7\x5e\xbd\xf4\x10\xc8\x4f\x09\x82\x43\x17\x09\xd9\x38\x84\x56\ \x63\x54\x82\xb3\x8b\x90\x0a\x35\x8d\x6f\x92\xc0\x39\x0a\x83\x11\ \x49\x41\x2a\xb4\x23\x2a\x09\xc7\x3e\x66\x54\x02\xd2\x4f\x63\x4b\ \x75\x0a\x2e\x5e\xa9\x04\x7c\x59\xa1\xd0\xeb\xb4\x0a\xbd\xca\x0e\ \x38\x0e\x14\x4b\x6d\x1c\xd3\x1b\xc1\x2f\xe4\x2a\x83\xdd\x66\xfa\ \xf1\xed\xdf\xca\x2e\x20\x16\xcf\x7e\xf9\x01\xd8\xc9\x86\x6d\x6c\ \x75\x03\xda\x87\xfc\xf5\xdd\xbb\x3f\x7e\xfd\xed\x8f\x3f\xce\x7e\ \x3b\xfb\xeb\xd9\x7f\xbe\x1b\xe4\x6a\x25\x0a\x67\x58\x25\x60\x64\ \x0a\xa5\x1d\xca\x35\xd5\xcb\xf4\x6c\xa1\x51\x45\x57\xea\x00\x90\ \x19\x4d\x32\xed\xc8\xc6\x88\x1e\xa0\x9a\x6e\xd5\xf6\xd3\x13\x70\ \xd5\xa0\xb4\x8d\xcc\x6f\x18\xa0\x2a\x04\x95\x7a\xe3\x83\x5d\x6f\ \x1b\x53\x69\x0d\xf3\x36\x68\x37\x75\x1e\xf0\x26\xbd\x89\xc5\x43\ \x2b\x24\x72\x19\x1d\x0a\xec\x90\xe1\x11\x50\x3b\xa4\x4c\x24\xc1\ \xb0\xa1\xcd\x42\x36\x86\x66\x87\x0c\xdb\xa1\x9d\xc6\x55\xb9\xdc\ \x64\x94\x6b\x20\xcf\x09\x05\x41\xb7\x6a\x50\xe8\xd5\x4a\xa3\x51\ \x67\xd8\x18\xd3\xa9\xb5\xf6\xef\xf3\x36\x35\x9a\x80\x45\x69\x46\ \xec\xac\xa6\x59\x94\xc8\xf6\xc3\x4e\xa7\xc9\xe0\x24\x78\x2a\x0f\ \x41\x57\xfc\x72\xa1\xea\xfa\xad\xf4\xf4\x4b\x0d\xd9\xd7\x6f\x16\ \x57\x04\x05\x41\x6e\xdc\x31\xbe\x67\x02\xcf\xfc\x7e\x60\xd7\xde\ \x1d\x3b\xf7\x6c\xdd\x1d\x73\x29\xc1\xf7\xde\xa5\xf2\x8e\x98\x13\ \xdb\x76\x85\xc7\x7a\x79\x97\x9e\xab\xbb\x92\x1d\xed\xb3\xf3\xe0\ \xc9\xc2\xbe\x19\x9f\xe2\x8a\x88\xf2\xfa\x73\x17\xcb\x32\xff\x82\ \x36\x09\x7f\xa6\x41\xff\x55\xf3\x1c\x08\xc3\x7f\xdb\x74\xa0\x9a\ \xf7\xe7\x7f\x65\x65\x35\xff\xf5\xc0\xd3\x33\xab\xc6\x2f\x24\xb9\ \xf9\x41\xf3\x76\xa8\xef\x26\x64\x8f\x67\x32\xd0\x87\x59\xcd\xa7\ \x9f\x03\xa8\x3a\x1d\xe2\xd7\x1c\x92\xbc\x63\x4f\x56\x32\xb4\xa9\ \x08\x80\xab\x06\x80\x5c\xc8\x5e\xa8\x31\xe7\xaf\xac\x2d\x27\xc1\ \x75\x2b\x3e\x6c\xbb\x8f\x7f\x7d\x6e\xf1\x9d\xea\xbb\xf9\xcf\x9c\ \x8d\x37\xea\x6f\x07\x44\x04\x6e\x39\xe1\x75\xfc\x76\x63\x5a\xca\ \x7a\xeb\xd3\xe1\xc9\xe9\x65\xf3\xeb\xf7\x9f\x5d\xcb\x5f\x1d\xae\ \xa1\xfb\x96\x16\xff\xc2\xb0\x72\xf3\xd3\x49\xf3\x9b\xe9\x8f\xf7\ \x3f\xcb\xb4\x6e\x5f\x2f\x66\x2c\x24\x6e\x3e\xb9\xd8\xd6\xb8\x99\ \x90\x92\xd3\x52\x35\xbc\x66\x75\xe1\xef\x9e\x87\xf3\x16\x66\xaf\ \x5e\xcc\xe0\x3e\x6a\x19\xe4\xa2\xb0\x93\x22\x06\x92\xf4\xd1\xb2\ \xb8\xd9\x37\xd9\x7a\xc5\x81\x83\xd1\xa9\x48\x2b\x31\xd1\xea\x48\ \x9c\x5c\x74\x67\x50\x60\x6e\x05\xf8\xbe\x36\x32\x69\xd3\x3c\x3b\ \xc0\x8d\x6c\x7f\x9a\x9d\xdb\x47\xe3\x53\x23\xdd\x59\xdc\x48\xf6\ \x52\xf0\xa3\xf5\xae\x54\xea\x04\x27\x95\xeb\xd6\xb4\x64\xfe\xf4\ \x4c\xbf\x39\x4d\x8c\x24\x17\xac\x59\xfa\xb1\xa9\x4c\x01\x13\x8b\ \x7c\x9f\x3e\x40\xa5\x89\x68\x6b\x4e\x3c\x8e\xc8\x17\xb2\xdc\xdb\ \x67\xc4\x24\x19\x12\x2e\x94\x2b\xe8\x6c\x14\x0c\xc1\x96\x90\xdd\ \x48\x3c\x0b\xcf\x5a\x30\xf0\xc9\xa5\x72\x63\x2d\x5b\x27\x69\x0a\ \x09\x0c\x9c\x67\xe2\x35\x7f\x66\x61\x9d\x49\xb7\xa1\xdb\x0a\x12\ \x83\xc1\xfc\x6f\x42\x6a\x59\x6e\x4d\xcb\x56\x94\xc7\xab\xa6\xd4\ \x26\x96\xb1\x67\x49\x60\xbd\xb3\xbc\x28\x44\xb8\xb9\xb5\xad\x49\ \x88\x1d\x13\x42\x23\x97\x33\x42\x9b\x20\xb8\x29\x26\x06\x79\x68\ \x92\x7a\x6d\x1d\x87\x24\xe1\x68\x28\x1a\x9e\xc1\x40\xce\x76\x75\ \x7c\x7a\x74\xe1\xee\x8d\x29\xf8\x1a\x12\x85\x2f\x58\x48\x24\x7a\ \x88\x27\x12\x3f\x53\xe1\xe8\xbe\xc8\xee\xe0\x46\x71\xe2\x8c\x03\ \x8d\x99\xce\xbb\xdb\x87\xb1\xa6\xba\xf8\x58\x6e\x24\x42\x4c\x6d\ \xa3\x4c\xf4\x97\x7a\x6e\xd9\xbd\x6b\x37\x40\x2c\x40\x83\x81\xc0\ \xdf\xf3\xfb\xd1\x33\x5b\xfd\x00\x51\xf6\xdb\x92\x79\x2f\xbf\xf5\ \x52\x71\x4e\x46\xa4\x80\x95\xd8\xc8\x95\xd0\xb9\x17\x67\x48\x6e\ \xb3\xef\x9d\x74\x5c\xcf\x50\x1f\x5b\x82\x46\x23\x98\x32\xd9\x24\ \xca\xc8\x8a\x44\x3e\x61\xd1\x51\x0e\x9c\x52\xaa\x84\x89\xa8\x6c\ \xe9\x23\x86\x8a\x23\x47\xf2\xcc\x4b\x0a\xda\xc4\x8b\x45\x42\x22\ \x82\xd5\xe4\x18\x9a\xb4\x8c\xcf\x74\x3b\x3c\xd6\x5f\xa3\xb1\x19\ \x61\x25\x71\x51\xb1\x3e\x01\x41\xf1\x31\x51\xbe\xfe\x5e\x5e\x41\ \x61\x49\x29\x61\xfe\xbe\xde\x41\xf1\x99\xf7\x4a\xf3\xf2\x5f\x67\ \x0c\xf6\x7f\xb2\x3c\xb9\x7d\xa1\x38\x33\x37\x33\x3b\x25\x08\x08\ \xc6\xb8\xb8\xb0\x8a\x7b\x95\x45\x0b\x84\x8c\x37\x83\xe6\xa6\xdf\ \xe3\xa3\x2b\x9e\x99\x0b\x9a\xc4\xa9\x8e\xca\x30\x97\xd6\x68\xd7\ \xa8\x68\x2a\x19\x93\x6c\xb3\x8d\x20\x68\x46\x20\xfb\xe8\x3d\x05\ \x5a\x11\x4b\x64\xd4\x28\x19\x4d\x0a\x1a\x81\x8b\x15\x1a\xa4\x14\ \x1d\x98\xb9\x68\x6d\x24\x91\xad\x31\xa8\xa5\x34\x0f\x3c\xcb\x60\ \xd4\x6b\xe8\xc4\x48\x89\x42\xa5\x57\x6a\xe0\xbd\x97\x63\x42\xc3\ \x01\xbf\x4b\xb8\x97\x14\x18\x74\xe4\xf8\x99\x50\xff\x94\x38\x30\ \xc6\xd8\xd0\xcc\xc0\xe8\xd8\xf8\xca\xf0\xe8\xc2\x84\xb0\x94\xec\ \xf0\x08\x00\x5c\x45\xa5\x55\x75\xd5\x49\x15\xb7\xea\xef\x94\xc4\ \x15\x15\x16\xd5\x5e\xbb\x72\xe5\x7a\xc6\x9d\xcb\x5c\x39\x8a\x83\ \x62\xc9\x09\xc4\x01\xe6\xe6\x12\x07\x45\x65\x62\x84\x48\x0f\x91\ \x88\x85\x49\x64\xca\x44\x91\x10\x30\xaa\x34\x0a\xb9\x4e\x85\x9c\ \xa0\xaa\xf5\x3a\xa5\x84\x8c\x17\x11\x58\x52\x2a\x96\x3c\xc0\xc3\ \xf0\xc8\x6c\xa3\x5a\x2f\x15\x42\x6d\x35\x90\x7b\xb3\x41\x45\x93\ \x18\x6d\x50\x65\x81\x49\x2d\x32\x6c\xfc\xf8\xf3\x7f\xdd\xf1\xff\ \xdd\x66\x84\xda\x23\xff\xe7\xbf\xa5\x5e\xff\xbb\xf3\x08\xfd\xe4\ \xdb\x8f\x2f\xef\x3e\xc0\x48\x22\xa9\x42\x6f\xd0\x9a\x34\x80\x67\ \x71\xd8\x1f\x84\x70\x99\x1c\x6a\x53\x34\xd9\x46\x46\x0c\x1a\xb5\ \xce\x64\xd0\x1a\x8d\x06\x40\xc9\xc6\xd4\x86\x91\x31\x3d\x32\x98\ \x60\xa2\x13\x51\x1e\x6e\x36\x15\x9b\x3d\x06\x25\x46\x18\xa1\xc5\ \x70\x40\xdc\x4c\x0a\xfb\x86\xc9\xf6\x63\x4c\x03\xa0\xcd\xa6\xf0\ \xa0\x13\x68\x3a\x23\x8d\x43\xd3\x19\x8c\xc6\x0d\x1b\x81\x2c\x35\ \xc8\x64\x4a\x05\x46\x62\x32\x28\x15\x1c\x82\x6c\x44\x4f\x67\x23\ \x95\xb6\x79\x40\x2a\x8d\x23\x46\xc8\x60\x1f\x9c\xd4\x60\x94\xe9\ \x57\xed\x36\xbb\xfe\xcb\x8f\xd5\x0f\x36\xb9\x56\x63\x02\x9a\x96\ \x25\x57\xab\xd4\x26\x2d\xd4\x0c\x84\x80\xb3\xe0\x1a\xb9\x1b\xfa\ \x97\xaa\x7b\xe7\xab\xce\x5f\x2b\xbd\x55\x9f\x79\xee\x66\x6d\x6d\ \x49\xed\xcd\xfa\xba\xca\x94\xa0\xc2\xa2\xa4\x88\x63\x87\x0e\xfd\ \xbe\x67\xd7\xc1\xa0\x87\x0f\xcb\x93\x42\x8b\xaa\x4e\x1c\x3f\x16\ \x5e\x97\xe0\xe5\x5d\x1f\x1e\x9e\x54\x55\x11\x7a\xec\xe4\xe1\x34\ \xce\xc5\x9d\x29\x8f\x33\xcf\x1c\xf6\x8d\xbb\x32\x15\x0f\x85\xe7\ \x3c\xff\x59\x40\x5a\xf3\xe0\xaf\x07\xcd\xcf\x3b\x3b\xff\xf3\x1f\ \x70\x90\xf5\xfc\x79\x73\x73\x56\x0d\x50\x85\x10\x08\x81\xef\x93\ \x93\xa1\xa0\xfa\x66\xc8\x18\xeb\x34\x50\x7f\xcd\xc9\xe0\x97\xa7\ \xc1\x14\x68\x4e\x0e\xd9\xb6\x37\xa4\xa6\xb9\x19\x6a\x97\x86\x96\ \xe1\xb3\x00\xbc\xf9\x35\x67\x3d\xaf\xd9\x7d\x2a\x36\xe8\x4c\xa8\ \xd7\xc9\xa8\xcc\x86\xca\x86\x9c\xb2\x87\xaf\x9d\xce\xa5\xe5\x43\ \x5b\xb7\x1d\x4a\xca\x0d\xdb\xef\x55\x1b\x5f\x7f\xa2\xe4\x5e\xf5\ \xc5\xae\xab\x2e\xe2\x78\x57\x7a\xc3\xfd\xb2\xa9\xeb\x97\x97\xbb\ \x2e\x5d\x5a\x78\x1c\x9e\x56\xf2\x78\x3d\xbf\xf8\xee\xab\x34\xae\ \x08\xff\xea\xe6\xf8\xe6\xba\x7b\xfb\x3a\x7f\xea\x49\xbd\xa3\xa7\ \xeb\xf5\x14\x6e\xf1\x52\x5d\xab\x75\x20\x78\x7a\x7d\xfa\xf1\xc5\ \xa9\x4b\x95\x45\x85\x2f\x2a\x37\x61\xcb\xad\x64\xdc\xdc\xf2\xf2\ \x9c\x95\xb7\x39\xdc\xff\xa2\x49\xa7\xe1\xcc\x3a\x12\x97\x06\x12\ \x3d\xc8\x6d\xc3\xbd\xdd\x44\x6d\xaa\x79\xd1\x6a\xf1\x58\x5c\xe3\ \x08\x71\x30\x12\x82\x34\x40\x4d\xbc\xb4\xc4\xc2\xb0\x7b\x96\x7b\ \x1a\x9b\xde\xba\x78\x16\x84\x94\x43\xe7\x22\x39\x2b\x8e\xaf\xce\ \xe9\x1e\x44\xf7\x67\xc8\x6d\x60\xcd\xe2\xc1\xc3\x60\x53\x45\xc1\ \xd9\xeb\x08\x4a\xbe\xb9\x71\x20\x91\x89\x1b\x5a\x81\xad\xbd\x4a\ \x24\x88\xa4\xa9\x44\x91\x1c\x8e\xc5\xc1\x29\xa4\xa1\x96\xd7\xd7\ \x4b\xef\xa7\x57\x71\xdd\xd7\x11\x63\x12\x36\x8c\xdb\x36\x8b\x15\ \x5a\xbb\xa9\xbc\x17\x14\xdc\xd7\x01\x5c\xaf\x19\xc0\xd9\x92\x80\ \x2c\xa3\x2c\x2e\x89\x94\x98\x37\x9b\xc2\x4d\x1e\x33\x92\x77\xa5\ \x71\xe1\xcc\xeb\xb6\xeb\x60\x7a\xbe\x5a\x66\x15\xb4\x3b\xfa\x50\ \x3c\x8c\x90\x80\xd5\x10\xf1\x13\xee\x43\x9f\xca\xb8\xa4\xd7\x96\ \xd4\xb5\x17\xe3\x12\x04\x83\x61\x81\xf5\x48\x1a\x05\xd8\xee\xab\ \x8f\x5d\x55\x1d\x2d\x5d\x83\xaf\x18\x78\x0c\xb6\x29\x98\xda\xde\ \xb6\x60\x5d\x78\xe3\x8a\xbc\x6f\x86\xcf\x5a\x9b\x78\x4b\xdd\x8c\ \x60\x0e\x05\x49\x9b\xe8\xea\xe7\xd2\x10\xa3\xbc\x41\x26\xfa\xb3\ \x19\xe7\xd1\x7b\x64\xcf\x96\xad\x5b\xf6\xee\xd8\xe6\x19\x02\x11\ \xe4\xbd\x5b\x7f\x3f\xba\xdd\x6f\x9f\x67\xf2\xb6\x23\xd5\xd7\xaf\ \xe4\x9f\xbf\x5c\xfb\xc4\x43\x25\xa3\x89\xa0\x18\x50\x0e\x8f\x8b\ \x15\xc8\x10\x91\x89\x6b\x0b\x6d\x6d\xeb\x1e\x9b\x5c\x32\x96\x4d\ \x97\x50\xd9\x70\x8c\x40\xaa\x01\x1c\x06\xd3\x4e\x21\x0b\x11\x1e\ \x70\x15\x66\x8e\x9f\x48\xc0\xf2\x3f\xb7\x33\x60\x6a\xfc\x00\x0a\ \x09\xa7\xe1\xe9\x94\xe0\xe0\x3e\xeb\xb9\x6e\xee\xba\xdb\xfb\x63\ \xbe\x09\xb1\x61\xe1\xe1\xa1\x41\x61\x81\x40\x5a\x05\x46\x45\x27\ \x44\x04\xc5\xc5\x44\x47\x7b\x05\xc5\x66\x16\x16\xdd\xaa\xba\x69\ \x31\x27\x2e\xdc\xbe\x75\xaf\xa2\x24\x36\x21\xc0\x1f\xa0\x5a\x54\ \x50\x74\x58\x4a\x45\xd1\x4d\xc2\x7a\xfa\xab\xab\xf4\xc8\x2b\x6f\ \x3e\x4e\x2c\x7d\x5a\x5f\x99\x14\x78\xb8\xd2\xfb\xd0\xfa\x79\xb5\ \x4c\x84\x52\x20\x58\x22\x1c\x9c\x4d\x43\xdb\x6c\x70\x0a\x1d\x05\ \x43\xdb\x64\x1c\x96\x44\x44\x96\x2b\x64\x6e\x12\x1d\x1d\x45\x21\ \xb0\x90\x14\x3c\x9d\x0a\xb8\x21\x5d\x25\xe7\x70\xb4\x04\xa9\x52\ \x88\x95\xb1\x09\x2c\xb5\x50\xa4\xb2\xe1\xee\x55\x96\xc4\x1f\x3b\ \xe6\xeb\xeb\x7d\x32\xe0\xf8\x99\x53\xa7\x7c\x02\x7c\x82\xc2\xc3\ \x4e\x05\x85\x06\x06\x86\x45\x05\x85\x47\xc7\x47\xa4\xa4\x84\x46\ \xa5\x44\x47\x44\x64\xdf\xc9\x2d\xad\xaf\xa8\x4b\x89\x49\x49\x89\ \xf1\x0f\x4b\xb9\x53\x7c\x3e\xaf\xaa\xb4\xae\xe2\x19\x93\xa5\xd7\ \xa8\x3c\xdc\x14\x5a\x2c\x51\x29\x15\xf0\xe1\x6e\x3c\x06\x52\x2b\ \x41\xf2\xdc\x31\x24\x8c\x4c\x6b\xd0\x48\x15\x50\x12\xb7\x46\xad\ \x37\xcc\x03\x19\x38\x32\x66\xd3\xe9\x6d\x1b\x5f\xc6\x74\x06\x03\ \x64\xcf\x07\xd5\x86\x8f\x99\x0c\xf6\x9f\x76\xac\x6a\x8d\xde\xae\ \x82\xd1\x4c\xf3\x06\xa8\xee\x13\xa5\x34\x00\x28\x86\x52\x87\xbe\ \xbc\x7b\xf9\xcf\xea\xc6\x97\x0f\x2f\xff\xf8\xe3\xd7\x3f\xde\xfd\ \xf9\xee\xdd\x86\xf1\xef\x1f\x76\xdb\xc6\x87\x2f\x2f\x21\xe7\xd5\ \x5f\xce\xbe\x3b\xfb\x0b\x40\xad\x97\x3a\xa1\x62\xe3\xc7\x8f\xbf\ \xbf\xfc\xf3\xe7\xdf\x1b\x80\xf4\x28\xc0\xeb\x18\x57\xbf\x8f\xcd\ \xaf\x42\x46\xc8\x4a\x23\xd4\x28\xad\x83\x22\x04\xe5\x5a\x1d\x47\ \x23\xc5\x8b\x74\x2a\xb9\x11\x46\x52\x68\xa1\x5d\x00\x83\xce\x06\ \xad\x63\xa9\xd9\xe0\x9c\xc6\xb1\x79\xad\xf1\xbb\xc9\x60\x82\xcc\ \xdd\xc1\x50\x14\x00\x43\xb5\x12\xf5\xd8\x8f\x0d\x20\x6b\xa5\x42\ \x02\x0e\x2e\xd7\x69\x08\x74\x9d\xcd\x28\x1c\x2d\x10\xea\x45\xc8\ \x21\x8c\xca\xa4\x97\xd3\x09\x32\x9d\x09\x4a\x77\x1d\x9b\xd7\xd9\ \x4c\x63\xab\x63\x3a\xed\xfc\x8f\x1f\xdf\xed\xf3\x23\x06\xbb\xc9\ \xae\x93\xe3\x95\x80\x67\x02\x01\x69\x44\x0b\xa5\x5a\x1a\x41\x0f\ \x34\xe7\x2f\xc5\xb9\xad\x17\xee\xb5\x16\x5f\xb9\x93\x54\x77\x29\ \x23\x29\x30\xf7\x4e\x61\xed\xc3\x96\xa8\x3b\xd5\x45\x85\x29\xf7\ \xaa\xa3\xe3\x63\x02\x8f\x26\x15\x36\xd4\x66\x47\x54\xdc\xca\xbe\ \x7c\xae\xf5\xe6\xc5\x89\xae\x3b\x81\xde\xf7\x2a\x62\xc2\x42\xc3\ \xab\xe7\x36\x23\x4e\x84\xd7\x5e\x4a\x78\x36\xbe\x39\xf7\x69\xcb\ \x4f\xc0\xea\xfc\xeb\xaf\xce\xce\x9f\xee\xee\x9d\x10\x6e\x01\x80\ \x6a\x86\xec\x61\xb2\x3a\x3b\x21\xe5\x97\xf5\x00\x30\x28\x08\xa3\ \x3a\x6b\xfc\x3a\x43\x4e\xd7\x80\x83\x2c\x28\x13\x2c\xe4\xb9\x1f\ \xf4\xd3\xbd\x40\x12\x02\x54\xcb\x82\xb2\xbd\x4e\xfb\x41\x05\xee\ \x59\x59\xa7\xf7\xed\x39\xe1\xeb\x1d\x1b\x1e\x1b\x16\x11\x11\x7f\ \xa7\xbc\xe2\x72\xda\xf0\xba\xe5\x61\x59\xd5\x99\x33\xd1\x1d\xfc\ \xb7\x9f\xe3\xf7\x5f\x5e\x48\x0b\xf4\xcd\xef\x6f\x2d\xbd\x7c\xff\ \xf1\xb5\xeb\x69\x99\xce\xde\x9c\xda\xcc\x56\x57\x46\xcb\xdb\x1b\ \xd1\xbe\x07\x0e\x07\xa5\x9c\x3c\x7e\x32\xfc\xda\xab\xfe\xe1\x17\ \x6b\xe3\xc5\xcf\x5c\xce\xa7\xaf\xcb\x3e\x5e\x7e\x88\xe5\x93\xdd\ \xc5\xcf\x4a\x16\x46\x5d\xbd\x4d\x62\xcb\xda\xda\x8d\xaa\xec\xc6\ \xde\xb4\xd8\x00\x73\xcf\xa6\x05\x33\xb9\xb9\x3e\x54\xd6\xb4\x3e\ \x6a\x76\x28\x69\x1c\x59\x64\xff\x7a\x3b\x9e\xd4\xe3\x6a\x6c\x7a\ \x74\xb3\x91\xbc\xb2\xf9\xc4\x5a\xf1\xf0\xd9\xdc\x04\x9c\x34\xd0\ \xc5\xc2\x0e\x30\x57\x70\xed\x2e\x77\x0f\xb1\x15\x88\x21\x7e\xf0\ \x7a\x24\x43\x20\xe6\xbf\x79\x3a\xe8\xe0\x0e\xbf\x22\xf6\x3e\xbb\ \x5b\x16\x6e\x71\x2e\x0c\x36\x2e\x76\xa4\xb9\xea\x1d\x52\x73\xd2\ \xf9\x51\xe6\xf0\xb3\x67\x1d\xd7\x28\xd8\x39\x34\xac\x1d\x85\x20\ \x73\x38\x14\x96\x50\x45\x88\xc4\x10\xbb\xaf\x56\x56\x26\x25\x95\ \x5f\x73\x22\x07\x48\x3d\x77\x63\x32\x66\x9f\x66\x44\x17\x76\xf8\ \xec\x2f\xef\x6f\xbd\x0f\x37\x9b\xe1\x8e\xf7\x2d\xcc\x49\x37\x76\ \x22\x8a\xfa\x99\x3b\x8d\xd3\xb5\x3b\xdc\xac\x5d\xae\xb6\xc9\xc1\ \xf1\xf3\x8b\xf8\x82\xe9\x9e\xd4\xb6\xd1\xc4\xa9\xea\xe0\xb5\x44\ \xb3\xbb\x48\x2b\xe8\x72\x2f\x98\xe8\x1d\x7f\x71\x63\x72\x91\x92\ \xca\xa4\x2c\x5c\xad\x1c\x50\xf6\xb1\xd6\x30\xb3\x42\xb9\x07\x1c\ \x57\x30\xb8\x78\xe9\xce\xf2\xfb\x69\xf3\x12\x69\x91\x18\x39\xc9\ \x65\xa1\xf9\xb3\x02\xd2\x68\x53\x2a\x1f\xe7\xce\xb4\x26\x72\xe0\ \xa4\xde\xe0\xc5\x48\xcb\x45\x3c\xc3\xb2\x9e\xd8\xb7\x80\x58\xb3\ \xcc\x16\x14\x30\x2c\x77\xf6\xed\xdd\xb2\x7b\xfb\x9e\x1d\x7b\x42\ \x20\xaf\xb2\x9a\xe4\xed\xc7\xb6\x6f\xdb\xb3\x27\x6b\x4f\x50\xde\ \xf9\x3b\xe5\xe5\xd5\x31\xad\x64\x13\x39\x12\xa6\x15\x52\x8c\x74\ \x21\x73\xb2\x6f\xaa\xbd\x6f\xc9\xd9\xb6\xb4\x44\xf6\x48\x14\x13\ \x17\xe9\x68\x89\x60\x56\x60\x29\x7e\x38\x87\xc6\x5b\xbe\xc2\x05\ \x56\x17\x19\xef\xbe\x34\x7d\xff\x75\x06\x5b\x1b\xdc\x5b\x66\x46\ \xd3\xc5\x02\x0a\x2a\x12\x17\xcc\x96\x09\x25\x22\x36\xd9\x43\x8c\ \x7b\x76\xf8\xf8\x81\x33\xe1\xbe\xde\x81\x61\x09\x99\x11\xb1\x15\ \x85\xf1\x11\x71\x49\x31\xf1\xe1\xe1\x31\x29\xb1\x31\xb1\x61\x85\ \x51\x11\xa5\xeb\xc3\x96\xb6\xbb\x55\x0d\x29\x75\xf7\x12\x80\x1a\ \x8b\x0d\x0d\x0d\x0c\x8d\x4b\xa8\x2c\xad\x78\xa3\x48\x6b\xbd\xd0\ \xdd\x3d\x23\x15\x61\x53\x87\xf8\x48\xc6\xc0\xa8\x65\xb2\xa9\x87\ \xcb\xa1\xcb\x15\x42\xb4\x02\x4c\x40\x12\x47\x62\x12\x8e\x98\x46\ \x0c\x12\xf2\x1c\x47\xad\x64\xb1\x84\x28\x38\x8d\xc0\x36\xa8\xb4\ \x74\xb6\x90\xd5\x13\xd9\x83\xe4\x18\x08\x68\x9a\x94\x25\x44\x10\ \x10\x4c\xae\xca\xc0\x82\xcb\xe1\x32\xbd\x08\xc6\xd1\x20\xe2\x22\ \x4a\x8b\x7c\x4f\x7a\x87\x47\xf9\x07\x9c\xf2\x0e\x3c\x02\xe5\x58\ \x9e\x39\xbe\xdf\xc7\xdb\xeb\x64\xe0\x29\x6f\x9f\xa3\xbe\xa1\x61\ \x3e\x27\xbd\x03\xa2\xc2\x82\xfc\xa3\xc2\x62\xa3\x7c\x81\x3a\x88\ \x8a\x89\xc9\xad\x2f\xcf\xb8\x5d\x9a\x5b\x3c\x07\x23\x18\xe1\x3c\ \x37\xb5\x5e\x48\x95\x69\x14\x94\xb6\x11\x6d\x30\x4a\x8d\x47\x13\ \xba\x79\x24\x77\xbc\x42\x41\x97\x1a\x46\x0c\x46\xad\x48\xaa\xd1\ \xe9\xb4\xe0\x43\x63\x34\xca\x75\x7a\x35\x47\x21\x97\x28\xe4\x42\ \xb5\x9e\x8e\x51\xe8\x85\x52\x85\x68\x32\x18\x2e\x94\xc8\x61\x4c\ \x16\x9b\xc3\x56\x02\xe2\x67\x1f\x33\xe8\x30\x38\xa1\x1a\x50\x16\ \x95\x0e\x80\x9c\x51\xc1\xd2\x6a\x35\x72\x9a\x52\xa5\xd4\x19\x35\ \x46\xb9\x5a\x21\xb7\x1b\xa5\x12\x09\x07\x30\xa5\x8d\x0f\x1b\xdf\ \x75\x6a\xe3\xc8\x97\x3f\x7f\xea\xc3\x6f\xdf\x7e\xfb\x69\xb4\xf3\ \xed\xa7\x73\xce\xbb\x3f\x21\x8f\x9d\x6f\xbf\xfe\xf1\xf2\x0b\x40\ \xb1\x2f\xdf\x37\x36\xc6\xd4\x6a\x11\x5c\xa4\x36\xa8\x74\x7a\xbd\ \xf6\x67\xd5\x15\x9b\xa3\x82\x8c\x15\x6c\x6a\xdd\xc6\x86\xcd\x64\ \xd2\x43\x71\x14\x50\x19\xfc\x3c\xd4\x4b\xa8\x86\x72\xa1\x6d\x50\ \x2d\xbc\x9c\x35\xf6\xfd\xc3\x86\x46\x33\x36\x3f\x66\x44\x62\xf5\ \x76\xbb\x81\x0d\x4e\x6f\x53\xab\x30\x70\x82\x4d\xaf\x56\xe9\xe6\ \x37\xc0\x91\xdd\x36\x62\xd3\xa9\xc1\xc0\x6d\x50\x65\x99\x1c\x0a\ \x25\xd9\x80\xec\x99\x47\x4c\x3a\x8d\x5a\x65\x1a\x93\x29\x64\x2a\ \xbd\x51\xa1\x33\x01\x6c\x95\x83\xcf\x5f\xd2\xef\x25\xd5\x67\x94\ \x97\x5e\x6f\xa8\xbf\x5d\x5b\x1f\x54\xb4\xbc\x79\x33\x21\x77\x2a\ \xbb\x34\xaf\x08\x90\x99\xbc\xbc\xda\xca\x68\xef\xa3\xde\x47\xfd\ \xbd\xf6\x9f\x8a\x0d\x8d\xae\xae\x8b\xb9\xd1\x9f\x51\x5d\x95\x57\ \x9a\x13\x9d\x99\x19\x10\xd7\x70\x27\x21\xfb\x68\x60\xec\xb5\xd9\ \xe5\x9c\x84\x63\x3b\xa1\x10\x42\x68\xa7\x10\x28\xc3\xe6\xac\xff\ \x40\xd0\xf5\x1c\x6a\xd6\xc9\x7a\x0e\x05\x15\x36\x03\xca\xf4\xbc\ \x06\xe8\x3b\xc0\xb0\xb2\xf6\x85\x34\xef\xf3\xeb\x3c\xbd\xd7\x2f\ \x64\xdf\xbe\xe6\x90\xe6\x90\xd3\x59\x21\x7b\xf7\x25\xd7\x34\x77\ \x76\x36\x87\x64\x65\x85\x24\x67\x35\x87\xf8\x85\x9c\x7e\xf0\x3c\ \x04\x60\xd6\xe9\x83\x87\xbc\xfc\x8f\xc6\xf9\x1e\x8b\xc9\x2d\xac\ \xba\x99\x93\xdf\xfa\xe8\x93\xf9\x9c\x4f\x6d\x66\xc9\x85\xeb\x4f\ \x97\xcc\xbc\xe1\xd0\xf7\xe6\xb8\x0e\x47\x62\xdb\xe4\xcc\xdd\xb4\ \xee\x29\x4b\xe3\x8a\xa5\xf4\x95\xeb\xd5\xf0\x8c\x79\x33\x29\xf7\ \x75\x4b\x51\xef\xb9\x8c\xae\xd4\xe9\xe2\xf6\xe5\xae\x96\xf5\xa9\ \xa7\x65\x75\xa7\x42\x6f\x94\x5d\x7a\x94\x51\xfc\xd1\xda\xff\x71\ \x39\xfd\x52\x5a\x59\xfe\xa3\x0e\x3e\x77\x36\xd2\xb2\xf4\xa6\x1f\ \xd3\xbe\xd2\x9a\x73\xdb\x11\xec\xd1\xd7\xcd\x1f\x7d\x33\xdd\x6b\ \x7e\x3f\xe0\xf6\x89\x4c\x25\x12\xc9\x18\x1c\x7f\xa8\xc7\xf1\xf6\ \xd6\x95\x57\x91\x2f\xda\x18\x62\x97\x3b\x69\xce\x03\x85\x40\x20\ \x19\x62\xb7\x99\x43\x19\x9b\x97\xaf\xb7\x9a\xf1\x8f\x9f\x76\xaf\ \x89\xfb\xf8\xcb\xc5\x19\xbd\x39\xf5\xb7\xde\x5a\x46\x87\xe3\xca\ \x72\xab\x1d\x61\x51\x33\xb8\x32\xb3\xa0\xda\xf9\xe4\xd9\xb0\x15\ \x99\x9a\xf0\x96\x46\x1d\x9a\xe8\x68\xe9\xc1\xf2\x47\xe9\x5f\x2f\ \xbe\x72\x44\xa2\x74\x74\x33\x8d\x4b\xd0\x1b\xda\x2e\x56\x97\x85\ \x6d\x2d\xed\x59\x9f\x9e\x9a\x2a\x98\xee\x9e\x9b\x79\xbd\xb8\xe6\ \xcc\x0e\x28\xec\x2d\xbb\xdd\x85\x9d\x98\x76\x5c\x9c\x49\x84\x4f\ \x62\xf8\x7d\x62\x3e\x42\xb8\x38\xfd\xe2\x13\x46\x41\x79\x71\x6e\ \x82\x83\x45\xc0\x5c\x37\xcd\xc3\x82\x6b\x4f\xfb\xd6\xf9\xd6\x1e\ \x77\xd7\x20\xb5\x1d\xe3\x8e\x45\xc1\x2d\xae\xb5\xa6\x41\xa4\x5b\ \x64\x30\x1a\x67\x5e\x7c\xf5\x69\xfd\x09\x92\xb2\x14\x89\xe2\x5e\ \x6e\x24\xa0\x70\x91\x52\x2c\x99\xcc\xc5\xc8\x08\x52\x1a\x9a\xdc\ \xe4\xde\x88\xc7\x5b\x0b\xd8\x4c\x38\x8c\x8b\xa6\x0c\xa0\x08\xd3\ \x6e\x8d\xfd\xcc\x99\x05\x06\xd9\xcc\x2d\x30\x73\x3d\x9a\x56\x1c\ \x3d\x4c\x71\xd3\x50\xcb\xb1\xbd\x87\x0f\xec\xdc\xb1\x67\x9b\x1f\ \xe4\x4f\x96\x95\xbc\xef\xe8\x89\xbd\xe0\xad\xdb\x1e\x50\x7d\xb3\ \x3c\x2f\xb7\x32\xcc\x09\x97\xa0\xe0\xa3\x70\x94\x40\xa1\x52\xd0\ \x31\x62\x67\x3f\x2a\xd1\xea\xe2\x2e\xbb\x15\xc0\xe0\x70\x9c\x8a\ \x25\xa2\xe9\x88\x0b\x48\x54\x2a\x55\x2c\x17\x12\x12\x05\x8c\x49\ \x0e\x07\xe3\x9c\xc4\x39\x07\x98\x08\xab\x98\x59\x40\x32\xbf\xfd\ \x44\x76\xcc\x30\x88\x30\xd4\xc0\x04\x03\x50\x8c\xc4\x6b\x07\x8e\ \x1e\x39\x78\xe8\x44\x80\x6f\x60\x60\x44\x74\x74\x52\x76\x6e\x6e\ \x44\x7c\x49\x0c\xc4\x60\x02\x03\xe3\xa3\x8a\x4a\xbc\x2e\x4c\xbe\ \x99\xb4\x5e\xab\x88\x2b\x2c\x8c\x0b\x8f\xaa\xcf\x8c\x08\x8b\x08\ \x4f\xc8\xcd\xad\x28\xa9\x46\xba\x32\x1e\xbe\x46\x5e\xcd\x37\xe3\ \xf0\x64\x2c\x73\xcd\xdc\xbd\xb6\xee\xe8\x76\x45\xba\xe3\xc9\x08\ \x29\x81\x84\xc1\xa1\x75\x32\x09\x01\xae\x84\x61\x56\xd5\x0a\xbd\ \x8c\x2d\x61\xa9\x75\x02\x29\x5b\x21\x94\x40\x1e\xf4\xab\x3f\xd4\ \x28\x18\x57\x28\x52\xc3\x09\x28\x77\xa4\xc8\x0d\xc7\x92\x82\xeb\ \xbc\x52\xa5\xa2\x4b\xd0\x6e\x30\x24\x91\xf4\xaa\x30\x2e\x25\x2a\ \x3e\x30\x2c\xc8\xa7\xf0\x6e\x6d\xa8\x97\x4f\x80\xaf\x7f\xc0\x49\ \x6f\x1f\xdf\xb0\xd8\xf0\x84\xc0\xb0\x80\xe8\xd0\xb0\xa4\x92\xa4\ \xec\x98\xcc\xfa\xec\x84\x94\xc2\xf8\xec\xfa\xa2\xea\xea\x3b\xe5\ \x55\xb5\xe5\x95\x39\x6b\x12\x99\xdc\xa4\xd7\xca\x70\x08\x35\x41\ \x8a\xa0\x49\x0c\x74\x14\x8d\xef\xa1\x24\x4a\x09\xd3\xeb\x14\x21\ \x0a\x0d\x07\x22\xea\xbb\xcd\xa0\xd3\x2a\xb5\x7a\x95\x90\x2d\x52\ \x42\x5b\x9a\x32\x95\x8c\x2d\x12\xc1\xa8\x6d\x42\x40\x6b\xd0\x38\ \x8e\x0c\x45\x60\x91\x28\x0a\x34\x8c\x84\x07\x23\xa3\xad\xa1\x36\ \x56\xed\xd0\x4d\xc4\x93\xca\x85\x22\x29\x0e\xae\x36\xe9\x15\xb6\ \xf9\x79\xa8\x65\x92\xe7\x24\xe8\x44\x60\x9e\xab\x14\x32\xe3\xaa\ \x89\x0d\xa7\x30\x8d\x6a\x91\x48\x2a\xd7\x9a\x68\x22\xa3\x6e\x64\ \xfe\xdd\xbf\x72\xf1\xdb\xff\x77\xfb\xef\xc1\xbf\x3a\x12\xfa\x00\ \x80\xf6\xf7\x86\x7d\x6c\xf5\xc3\x87\xef\x7f\xbf\xfc\xf3\xcf\xbf\ \x3f\x00\x9a\xf6\xe3\xc7\x8f\x2f\x1f\xa0\xf5\xf3\x31\x68\xe1\x7f\ \xc4\xbe\xb1\xa1\xd3\xd8\x21\xc7\x53\x88\x5f\x41\x8e\xf9\xe0\x00\ \x00\xd4\x98\x0d\xa8\x3b\xb5\x1e\x6a\x2a\x64\x49\xc6\xec\xf3\x7a\ \x82\x74\x44\xaf\x99\xb7\x29\x15\x76\xb5\x7e\xf5\x83\x5e\xab\xb6\ \x1b\x4c\x2a\xf5\x86\xd4\x43\xa9\x85\x99\xfe\x06\xf2\xd2\x60\x92\ \xa9\x57\x01\x2b\xfb\x0e\xad\xce\x83\xd7\x07\xb8\xf7\x7d\x75\x1e\ \x80\xb8\x66\xc4\xb4\x61\xb3\x7f\x1f\xd3\xff\x52\x77\x3f\x2f\x2c\ \xff\x59\x58\x4a\x6e\xe1\xb9\xdb\x15\xb5\x99\x37\xce\xe5\x5c\x3f\ \x7f\x39\x2a\xb3\x38\xe7\xd2\xcd\xeb\xd5\x57\xef\x5f\x29\x49\x2f\ \xca\xf5\xca\xae\xbd\x3c\x55\x36\xf3\x2c\xca\x2b\xa0\x24\x3a\x01\ \x30\xf0\xd2\x73\x39\x17\xef\x65\xa7\xc4\xf9\xf8\x1e\xda\x7d\xb2\ \xfa\x42\x98\xd7\xa1\x6d\x7b\x3d\xf7\x42\xa9\xab\x50\x24\xc5\x7f\ \x1e\x40\x96\x0d\xe0\x2e\x39\x24\x19\xb2\x20\xed\xec\xac\x01\x24\ \x0a\xaa\x20\x7d\x50\xd3\x9c\xfc\x1c\x80\x50\xf3\x03\x40\xb9\xf6\ \xed\x05\xe4\xaa\xb3\x26\x24\xab\xa6\x06\x00\x9a\x1f\x60\x53\x35\ \xe0\xee\xc1\x83\xe7\x35\x9d\x3f\xab\x1f\x9e\x37\xfb\x65\x75\x3e\ \xdf\x73\xe8\xc8\x61\xff\xf0\xd8\xa3\x27\xfc\x0b\x2f\x37\xdc\xce\ \x7b\x34\xdc\xb5\x74\xf1\xd4\x9e\xdf\x8f\x9e\xda\x5f\xff\xe9\x85\ \x4b\xbc\x7e\x3d\xad\xea\x5a\x4b\xda\xeb\xb2\xdb\xd7\xab\x63\xcc\ \x6b\xb7\x6b\xd7\xa7\xaa\xeb\x5e\x3b\x5f\x64\xa4\xb7\x6c\x39\xd9\ \x6e\x7e\x3d\xd3\x3f\x3e\xb7\xd8\xd8\x6a\x5d\x19\xba\x97\x37\x6b\ \x75\x0e\xbe\x72\xcc\x9c\xb3\x26\xce\x8e\x26\x0e\x96\xbc\x32\xcf\ \xac\xcf\xb6\x71\x13\x7b\xda\xb8\x78\xb1\xbb\xeb\xeb\xd4\xc4\x2c\ \x07\x7f\xfe\xed\xc4\x5a\x4f\x5f\xff\x0a\x7f\xb1\xaf\xc9\xd2\xc8\ \xf4\x10\x74\x5f\x2d\x71\xa4\x22\xa8\x13\x43\xfd\xef\x85\x53\x47\ \x2b\x07\xae\x7e\x5a\x28\x59\xa4\x63\xb0\x48\x0e\x8b\xa8\xc2\x5d\ \xfd\x34\x38\xd5\x78\xbf\xec\x73\xdf\x66\xf7\x8a\x07\x75\xd6\x51\ \xf4\x6a\xf0\xfc\xed\xe8\xc2\xe8\x17\x73\x17\x2a\x6e\x9d\x0c\x2b\ \xf7\x3f\x13\x7d\x7b\xf9\xf1\xc0\x68\x7f\xef\xd3\xa5\xee\xc5\xdb\ \x0e\x82\x82\x2d\xa4\x2f\x2c\x3a\x9f\x91\x13\x25\x14\x7a\xe2\x22\ \x5f\xf0\xd1\x22\x60\x22\xd2\x0f\x97\xce\xb8\xb1\xf0\x91\x73\x4b\ \x8e\x8f\x8e\x99\xe3\x11\xc3\x97\x7d\x63\x1e\xce\xba\x61\x10\x52\ \x11\x6e\xcd\x7a\xed\xc2\xf4\xf0\xab\x4a\xcb\x78\xfa\xf9\x02\x4a\ \x41\x81\xa0\xc0\xba\xc8\x20\x4b\x86\x82\x95\xc2\xb5\xa1\x46\x99\ \xc8\xb2\x3c\xc5\x6d\x7f\x33\x3e\x7b\xf7\xfe\xe3\xbc\x8e\x09\x27\ \xaf\x8c\xc1\x79\xec\xb2\x7e\x6c\x1c\xc2\x4a\x69\xa4\x51\xb4\x4a\ \xb5\x36\x84\x4c\x54\x62\xfa\x1c\xae\xb9\xa5\xfe\x01\xa6\xbc\x7d\ \x0e\x27\x60\x24\x32\x18\x1e\x02\x0a\x93\xcc\x68\x9b\x55\x34\xf5\ \x20\x0a\x78\x04\xa6\x99\x88\x48\xc5\x35\xa6\xba\xaf\x61\xb9\x93\ \x2f\x2c\xe4\xd4\x99\x71\xc7\xfa\xdd\xcf\x96\x76\x4b\xb7\x7b\x30\ \x83\xec\xc6\xf7\x80\x63\xef\x7a\x1e\xd8\xb5\x67\xfb\x96\xbd\xfb\ \xa0\xf7\x67\x9b\xe7\xde\xad\x87\xb6\x9f\xce\x4a\xde\x1d\x58\x7f\ \xed\x71\x55\x52\x49\xed\x5c\x62\x23\xa2\x80\x81\x9a\x9d\x40\x71\ \x34\x2a\xbc\x1b\x52\x80\x44\xa1\xaf\x46\x4a\x97\x37\x9b\xda\xfb\ \x51\x48\x32\xad\x77\xdc\xf1\xac\xe7\xd1\xe6\xca\xec\x12\x29\x91\ \xdb\x8e\x1c\xdd\xa4\xca\xc8\xe6\xee\x81\x71\x18\x15\x45\xc1\x70\ \xe9\xf8\x49\x2c\x7b\x82\xcf\x9c\x11\x9b\x79\xc8\x75\x44\x5b\xfb\ \x32\x7a\xed\xe0\xfe\x43\x87\x4e\x1c\xda\xef\xe5\xe5\xe3\x1d\xea\ \x1f\x91\x99\x1d\x5b\x58\x14\x17\x1d\x9f\x9d\x9d\x10\xdd\x50\x9d\ \xeb\x95\x74\xf7\xf3\x44\xdb\x5a\x59\x5d\x42\x45\x6e\x52\x76\x78\ \x58\x6c\x74\x58\x44\x52\x76\x6c\x6e\x5e\xdc\x5b\x61\xf1\xc3\x32\ \xee\xfa\xc3\xb7\xf8\xb4\xaa\xbb\x17\xd2\x2e\x3c\x7d\xd6\xd7\xd7\ \x53\x20\x10\x33\xdb\x99\x52\x39\x9c\x24\x45\x53\x15\x72\x16\xc6\ \xae\xd3\xc8\x70\x4a\xd5\x86\x5e\x24\x91\xa2\x24\x08\xba\x52\x23\ \xc2\x20\x44\x2a\x91\x90\x45\x40\xd1\xe4\x1a\x09\x0b\x83\x97\x4b\ \x51\xaa\x11\x39\x5d\xaa\xc0\xd2\x98\x02\x21\x9e\x2d\x22\x88\x08\ \x30\xa4\xa8\x2d\xfc\x54\x44\x8a\xaf\x4f\xac\xf7\xa9\x40\x6f\xff\ \x63\x41\x00\xb1\xbc\x0e\x1f\x38\xee\x5b\xd7\x9a\x93\x73\xfe\xf6\ \xad\xf2\x94\xd0\x50\xdf\xc0\xb0\x98\xc2\xfa\xaa\xdb\x25\xa5\x45\ \x39\x97\x32\x6e\x65\xe6\xde\xca\xaf\xcb\x58\x27\x69\xbe\x6f\x8c\ \xac\xda\xa5\xea\x91\xb1\x79\x9b\xc9\x6e\x13\x89\xe8\x52\x95\x16\ \x43\x74\x77\x77\xe7\x79\x50\xc8\x5c\x52\x1b\x4d\xa8\x56\x4b\x74\ \x76\xbd\x52\xcb\xd6\xc9\x8d\x6c\xb8\x42\xa5\x56\x4b\xb1\x0c\x0c\ \x9d\x83\x65\x61\xe8\x4a\x09\x47\x81\x42\x73\xf0\x34\x78\x24\xbf\ \xed\x75\x81\x3b\x55\x11\xe9\x41\x17\x12\x54\x46\x9d\x61\x0c\xbc\ \x9c\x4c\xe6\x96\xff\xf0\xe3\xa7\x1b\xfd\x02\xdc\x74\x3e\x72\x4c\ \x28\x1f\x33\xda\xe4\x4a\x85\x11\xc0\x9f\x49\x2d\x91\x4b\xd4\x46\ \xfc\xa4\x1b\x87\xe3\xc6\xd1\x19\x14\x6c\x91\x4e\x43\x27\x28\x4d\ \xf3\x5f\x5e\xfe\xf3\xdb\x4f\xdf\xe8\x9f\xae\x60\xff\x6d\x10\xfa\ \x76\xf6\xb7\x6f\xbf\xbd\xfb\x73\xe3\xcb\xd9\xff\x42\xd7\xbf\xce\ \xd2\xff\x3e\xe4\xdb\xbf\x5f\xa1\x47\x9d\xfd\xf5\xec\xaf\xbf\xbe\ \xfc\xf2\xcf\x8f\x8d\xb1\x11\x80\x50\x63\xab\x3a\xa3\x5e\xa9\x9b\ \x07\xfc\xc8\x60\x9f\x87\x52\xc4\xf4\x32\x89\x46\x65\x98\x87\x3a\ \xba\xc1\x21\x50\x99\xaa\x79\x9d\x1a\xfc\xda\x26\x87\xac\x53\x01\ \x18\x03\x72\x8b\xb1\xd9\x59\x06\x3b\x00\x3c\x89\x02\xe8\xf4\x44\ \x2a\x18\x20\x91\xc0\x96\x2a\xe8\x48\xa9\x5c\x25\xd7\xad\xda\x0d\ \xfa\x0f\x6a\xd3\xc6\xea\xc6\xd8\x06\x60\x71\xbf\x24\x5d\xc8\x2b\ \xbe\x38\x58\xe1\x9f\x90\x1b\x57\x7f\xc9\xf5\xfa\xf6\xad\xec\xdc\ \x96\xb2\x7b\x55\x75\x25\x45\xd5\xa5\xe9\x37\xf2\x9e\x3c\x6c\xb9\ \x51\x15\x1b\xdb\xf0\xb8\x75\xd3\xd1\x5f\x7c\xe2\xd4\x91\x13\x79\ \x55\x01\x85\x0d\x99\xf1\x80\x9a\xdf\x0b\xdf\x7d\xe4\xcc\xee\x63\ \x51\xc7\xb6\x6c\xdb\xbd\x0d\x8a\x9a\x07\xd8\x04\xf5\x12\xfe\x07\ \x0a\x7d\xfe\xeb\x39\x90\x80\x21\x35\xcf\x3b\xff\xd3\x5c\xf3\x57\ \x73\xb2\x1f\x00\xa5\xe7\x0f\xfc\xfc\x3a\x93\xc1\x21\xd0\x85\xcd\ \xcf\x21\x61\xd8\xdc\x09\xb1\x28\x80\x50\x9d\x21\x0f\x6a\x3c\x7f\ \xa6\xae\x02\x36\x76\xba\x19\x5c\xbf\x81\xa4\x84\xbc\xdd\x3b\x4f\ \x1f\x3c\x72\x34\x30\x7c\xd7\xfe\x88\x98\x86\xdb\xc5\x37\x2f\xb4\ \x0e\x7f\x74\x3d\x2a\x59\xb8\x5f\x7b\xf2\x84\xff\xca\x80\xc3\x7c\ \x2d\xe6\x49\xc1\xf8\x6d\xc7\xb3\x8b\xe3\x31\x0d\xd1\x95\x17\xaf\ \x5f\xfd\x18\x71\x39\xc9\xfb\xe1\xd0\x44\xd7\xc3\x88\xba\xbe\x1b\ \x9f\x7a\x66\xcc\xc5\xb3\xe6\x37\xaf\x36\xdb\x3e\xe6\xf7\xb6\x3e\ \x9e\x7a\x7c\xf9\xd2\xc3\xcb\x2f\xce\x9d\x7b\xe5\x5c\x28\x08\xee\ \xa6\x8a\xb1\x56\x2e\xbd\x89\x80\x64\xa1\x53\xad\x73\xce\x01\x34\ \x72\x92\xc1\x2d\x68\x4a\xa4\xa6\x62\xb1\x4d\xc1\x3c\x7e\x5b\x8f\ \x2b\x3a\xa5\xe2\x9c\xf9\xf3\x38\x10\x85\x5c\xd1\xac\xa5\xa0\x3d\ \x2d\xfd\xc9\x9a\x3b\x01\x30\x91\xe5\x51\x39\x05\x17\xbc\x6e\xb1\ \xf6\x7e\x7a\x5c\x3f\x8a\x4f\xc5\xaf\x47\x8e\xde\xae\x7b\xff\xe2\ \xc2\x8d\xcc\xd7\xf7\xca\xdb\xdf\xac\x3b\x5e\xdf\x18\x7c\x7a\x3e\ \xa5\xbc\xac\x2c\xe7\x4e\x7c\x83\x65\xfc\xfd\xd5\xb2\xab\x55\x0b\ \x03\xb8\xf4\xa2\xec\xb8\xd2\x29\x87\x8b\x48\xe7\xa8\x14\x1a\x05\ \x6d\x68\xa2\xf1\xd4\xae\x9d\x27\x02\xca\xdb\xc5\x62\x94\x65\xc9\ \x72\x35\xa3\x2e\xf4\xd0\x99\x5d\x5b\x4e\x5e\xfe\x34\x4a\x46\x49\ \x74\x1a\xfc\xe8\xad\xbb\x4b\x65\x53\x93\x53\xaf\xd3\x67\xbb\x67\ \x46\xe7\xb8\x74\xfe\x60\x46\x70\x37\x25\xb2\x09\x21\xa6\x0c\x94\ \x9d\x9f\x18\x8f\x94\x6a\x9c\xa7\x5a\x3e\xf6\x92\x17\xdd\x18\x4d\ \x3c\xec\xa2\xeb\x73\xd1\xad\x37\xfd\x6f\x17\x29\xd4\x45\x0f\x1a\ \xe5\xeb\xdc\xa2\xa0\x7d\xce\x21\x90\x79\x78\x58\xcc\x98\xd4\x60\ \xc1\xc0\x90\x07\x97\x47\xfa\x3a\xda\x46\x42\x5a\x96\xf9\x73\x56\ \xbe\x40\xa5\xd6\xd3\x28\xbc\xcd\xe5\x59\x2e\xb5\x67\xc2\x21\xe4\ \x7d\x65\xb0\xf9\xdd\x57\x87\x66\x53\xdb\x3d\xc8\x64\x8a\xb8\xaf\ \x11\x4f\x12\x4f\x33\x1f\xee\x01\x6f\xf4\xd6\xd3\x21\x3b\x76\x84\ \x34\x7b\xee\xf3\xdc\xbb\xf7\xd0\x91\xdf\xfd\x3c\x03\x53\xfc\x93\ \xd2\xef\x15\x65\x57\x27\x0a\xdd\xbf\x3e\x75\xac\xbd\x59\x76\x6f\ \xb2\x60\x31\x93\x08\x3a\x81\x99\x2a\xdd\xf8\xc0\x98\xfb\xec\x5a\ \xc3\xa2\x12\x31\x38\x4b\xbb\x54\xc8\xa7\x32\x24\x0c\xd8\x7a\x2a\ \x83\x8e\x89\x9c\x14\x60\x47\x29\xeb\xd7\x14\x96\x25\x37\x26\x56\ \x8e\x9b\x23\x0a\x79\x2c\x26\xba\xa7\x91\x6f\x9d\xc3\x75\x7c\xec\ \x1b\xa2\x75\x1c\x3a\x78\xe6\xc8\xfe\x23\x07\x8e\x7b\x07\x84\x47\ \x87\x79\x07\x26\x44\x27\x25\x14\x26\x94\x64\xa7\x24\xd4\xe5\x1e\ \x8f\x2b\x7f\x6d\x5d\xf9\x3a\x9e\x5e\x72\xab\x21\x26\x29\xde\x3f\ \x2c\x22\x3e\xd4\x3f\xa1\xbe\xbe\xe1\x4e\x15\xb6\x20\xef\x52\x3f\ \x29\x65\x51\x50\x70\x31\xed\xd9\x93\x47\x1f\x07\xa7\x1c\xeb\x2b\ \x91\x8c\x60\xe6\x00\x17\x89\x14\x89\xc4\x2c\x13\x90\x7e\x62\x38\ \x5b\x2b\x8f\x8c\x24\xa8\x6d\x7a\x37\xb5\x16\xa3\x40\xca\x25\x4a\ \x8d\xc6\x60\x53\x69\x34\x42\x3a\x51\x6a\x54\x2b\x90\x44\x00\x06\ \x22\x29\xdc\x4d\xa4\x37\x19\x84\x54\xa9\x46\xae\x63\xe1\x39\x3a\ \x39\x47\xe7\x96\x7f\xcc\xe7\xe8\x91\x53\xfb\x8f\x1e\x3f\x72\xfc\ \xa8\xd7\xd1\xe3\x27\x4e\xec\xbf\x15\xa9\x30\x9a\x94\x72\x20\x33\ \x95\x1c\x2c\x55\x50\xf0\xf9\xd6\xc9\xc0\xb0\xc2\x8c\x0b\x17\xe3\ \x83\xb2\x6f\xdd\x1e\xa2\x6b\x55\xac\x60\x3e\x13\x89\x94\xb0\xc0\ \x44\x54\x19\x47\x6c\x60\x36\x2a\x8c\x86\x8d\x31\x93\x8d\x83\xa3\ \x4b\x38\x08\x91\x14\xa1\x87\x23\xa8\x78\x46\xbb\x19\x2e\xe5\x90\ \x0b\x96\xdc\x31\x74\x94\x87\x65\x51\xfa\x33\x73\x5e\x4e\xa0\x69\ \x51\x04\x19\x14\xdb\x4d\xa3\xc3\x12\x51\x43\xef\x31\x1e\xb3\x79\ \xce\x76\x33\x82\x8b\x4b\x65\xf0\xda\xe4\xab\x40\x98\x29\x09\x4f\ \xbf\x0e\x75\x3f\xfe\xdc\xd4\x16\x69\x15\xb7\x51\xa5\x4a\x36\x95\ \xc7\x27\x8a\x52\xe7\x7f\xd8\x8d\x5a\xb5\x06\x3c\x5f\xa5\x21\x32\ \x45\x22\xa5\x54\xa8\x36\x18\x94\x78\xad\x4d\x0b\xe9\x47\x20\xe0\ \x7e\xfc\x80\x12\xd5\xc0\xfd\x07\x00\x0a\x1b\x1f\xc6\x94\x50\x62\ \x84\x6d\xc4\xae\x53\x6f\x40\x41\x6b\x2f\x7f\xfd\xb7\x30\xf5\x27\ \x7c\xfd\xec\xd4\xfe\xdf\x55\xfc\x9f\x45\xab\xff\x82\xd9\xaf\x7f\ \xbc\x7b\xf7\xe5\xef\x1f\x50\x34\xe1\x87\x11\x93\xde\xbe\x01\x45\ \xf2\x28\x4c\xf3\x4a\xb4\xc4\x66\x1c\x9b\x1f\xd1\x2b\x65\x5a\x95\ \xca\x00\xe5\x84\x69\xbe\xaf\x9a\x46\x54\xf3\x23\x5a\xf5\xbc\x4a\ \xa2\x03\xc2\x90\xc3\x56\x19\x30\x4c\x34\x91\x41\x10\x4a\x60\x3c\ \xea\x28\x16\xe3\xd6\xc4\xd5\x62\x79\xd4\x01\x92\x4a\xae\x36\x19\ \xd4\x9a\x0d\xf0\x94\xd5\x79\xdb\xfc\x2f\x01\x45\xe5\x95\x77\x1a\ \x5a\xc6\xa7\xfa\x3a\x2a\x2e\xdf\xbd\x78\x25\xff\xfa\xb5\x1b\x55\ \x57\x4a\xab\x32\x73\xaf\x8c\xdf\x28\xba\x7c\xff\xfe\xc5\xaa\x86\ \xdb\x39\xe7\x73\xea\xaa\x32\x6f\x3f\x8c\xf5\x4e\xf0\x4d\xf1\xd9\ \xef\x13\x5d\xe5\xbb\xfb\xc4\xee\x53\xbb\xb6\xed\xde\xf9\xfb\x89\ \x23\x5b\xf7\x6d\xdf\xba\x6f\xd7\xce\x6d\x9e\xa7\xb3\x00\xaf\x02\ \x94\xaa\xa6\xe6\x41\xcd\x5f\x35\xcd\x50\x18\xf4\xf3\xe6\x7f\x83\ \x56\xb3\x3a\x81\x08\x04\x8a\xef\xaf\x2c\x80\x5b\x0f\x00\x20\x01\ \x6a\x05\xb0\x0a\x6a\x6e\x06\x28\x55\xf3\x73\xed\x0a\x00\x5c\x48\ \x27\x00\xb6\xd3\x9d\x3f\xeb\x22\x92\x7f\xc6\xb8\xee\x3f\x7c\xec\ \xa8\xf7\xf1\xa3\xb1\xd9\x25\x79\xc5\x19\x77\xc7\x9f\x38\xbb\x66\ \x66\x7b\xc7\xdf\x4c\x97\x3e\x31\xb7\xbc\x99\x29\xcf\xcc\x0e\xec\ \x9e\xfa\x3a\x58\x94\xf6\xde\xf1\xb1\xac\xa8\xe8\x59\x4b\x7a\xc2\ \x9b\x7b\xa1\x6f\xbb\x2c\xeb\xd6\x99\x62\x4b\xc3\x0d\x71\x70\xf7\ \x8b\x4f\x6f\x7b\x1f\xdd\x4f\x7f\xfb\xe6\xee\xa5\xe1\xcf\xf9\x8f\ \x1e\x7f\x9d\x79\xd8\x72\xf7\xeb\xc7\x0e\xc7\xeb\xbe\xea\x92\x1c\ \xdf\x8a\xd6\xf3\x65\x2e\xb2\x8b\x6f\x69\x5c\x7b\xb5\xf6\xf1\xda\ \xc3\xc5\xa5\x67\xd3\xeb\xf9\x96\x76\x46\x63\xaa\x78\x21\x2e\xd4\ \x3f\xe6\xca\x68\xe3\x00\x8e\x38\x80\x53\x11\xfb\xdb\x10\xeb\x43\ \x04\xb9\xf3\x2b\xd1\x83\x27\xb0\xbe\xe9\x6d\x31\x30\xa7\xb8\x1e\ \xae\x9e\xa1\x73\x39\x98\xf6\x51\x58\x1f\xff\x69\x6c\x5d\xf6\xa9\ \xe3\xd9\x51\xc7\xc3\x73\x32\x9a\x66\x17\xaf\x57\x0f\x5f\x0e\x38\ \xb0\xd5\xff\xf7\x9d\x67\xe2\x8a\xa3\x07\x59\x96\x1b\x57\x62\x92\ \x6e\x5c\xea\xbf\x7c\xe0\x40\x7c\xe9\x23\xc7\x28\x11\x21\x92\x68\ \x8c\x8a\xe2\x2d\x7b\xb7\x1d\x7e\x96\x51\x9f\x12\x94\xd4\x52\x52\ \xd7\xa3\x90\xb2\xfa\xa1\x50\xb5\xa3\xc7\xc3\x6e\x3d\x74\x7a\xc0\ \x25\x46\x1b\xf7\x4a\x74\xd5\x57\xa4\xbc\xa0\xe9\x0d\x1a\x29\x95\ \xea\x75\x6d\x4d\xd8\xe5\x85\xb9\xee\xc5\x60\x9e\x68\xa5\xa5\xfe\ \x15\xa5\x49\x20\xc6\xb4\x93\xdc\xe0\x1c\x81\x12\x8d\xc6\x98\xc9\ \x70\x26\x7f\x94\x4f\xec\xe1\x31\xa6\x26\x07\xe6\x28\x93\xce\xdb\ \x89\x8b\x6e\x5c\x8c\x9b\xd8\x32\x2b\x58\x5b\x6b\x7f\x95\xd8\x74\ \xf7\x3d\xb3\xad\x7d\xa5\x7d\x92\xd1\x14\xd9\xdd\x96\xd8\xc6\xe7\ \xdd\xf8\x1c\xcc\x22\xc1\x39\x98\x59\x24\x8c\x4b\x05\x53\x3b\x55\ \xc2\xb5\x92\x04\x2e\x9e\xd5\xe9\x0e\x23\x15\xac\x7d\xec\x73\x5a\ \x56\xfa\xdf\xc4\xed\xdd\xb5\x7d\xcb\x96\xd3\x3b\x77\x24\x27\x7b\ \xfa\xed\xdd\xb6\x6f\xe7\xa9\xc3\x9e\x27\xca\xef\x1c\xcb\x2d\xce\ \xac\xae\xbb\xdd\x32\x38\xdc\xd2\xfb\xe2\xe9\x2b\xb3\xd9\xdc\x6f\ \xfe\xda\xd3\x98\xc8\x37\xbb\x2c\x44\xf5\x06\x96\x2b\x70\x72\x10\ \xb8\xc8\xc4\x09\x47\x01\x7e\x0e\xc9\xa4\xd0\x99\xe8\x54\x0e\x9c\ \x8e\x11\x21\xe7\x82\x67\xa6\xdd\x23\xd7\xef\x7f\x1a\xa2\x88\x17\ \x27\xaf\x5d\x69\xea\x13\x44\xce\x8c\x62\x06\x18\x22\x34\x52\x9e\ \xd8\x44\xaf\x3f\xb0\xff\xe8\x01\xef\x23\x47\x8f\x1f\x3a\x7c\x2c\ \x20\x28\xc0\x3f\x2a\x3a\x3a\xa6\xb2\xae\xaa\xae\xa1\xc8\xa7\xa8\ \xf8\x4a\x77\x8f\xd9\x79\xf5\xc2\xf5\x86\x84\x08\xff\x53\x3e\xe1\ \x51\x31\xf1\x51\x49\x45\xf7\xca\xef\xbd\xd0\x3a\xee\x5d\x82\xe7\ \x65\xbf\xa0\x50\x1c\x1f\x37\xad\xd6\x49\xd7\xac\xc5\xd1\x67\x6d\ \x6a\x2f\x48\xa5\xe0\xe0\x68\x7e\x9e\x4e\x2b\x54\x22\x99\x38\x0c\ \x02\xc6\x76\xc3\xd2\x00\x70\xd0\xa5\x1c\x11\x5a\x21\xa2\x29\xf4\ \xb6\xaf\x9b\x06\xb9\x4c\x0a\xc3\xbb\xa1\x11\x78\xa2\x5c\x87\xc2\ \xa2\x68\x6c\x02\x41\x88\xc0\x91\xa5\x58\xa9\x8c\x88\x23\xd1\x85\ \x40\xd7\xe9\xc8\xb3\xce\xda\xa0\x43\x07\x8e\x6c\xdd\x75\xf0\xe0\ \xc1\x43\x87\x0e\x44\x99\x07\x3e\x4f\x22\xb0\x2c\x18\x47\xa9\x40\ \x89\x44\xda\xb1\x79\xe3\x54\xde\xe5\x16\xb5\xce\x80\x16\xe3\xdc\ \x69\x4a\x0e\x42\x02\x94\x90\xce\xa4\xd7\x29\x64\x52\x09\xcd\x83\ \x52\x30\xb5\xc9\xc0\xb1\x44\x72\xfb\x86\x11\x72\x10\x95\xb1\x85\ \x32\xda\x88\xd4\x83\x40\x97\xb3\xa5\x52\xa5\x5e\x2e\xc2\x50\x9a\ \xdc\xe9\xa3\x57\x9d\x8d\x06\x29\x09\x29\x51\x1a\x68\x52\x36\x47\ \x06\xc3\x88\xa8\x72\x15\x03\x0c\x09\x61\x64\x33\xb1\x6e\x08\x99\ \x08\x4b\xa0\x93\x10\x62\x3e\x81\x08\x13\x99\x4c\x88\xcf\xd3\x2b\ \x13\xa3\x62\x86\x3b\x93\x9f\xea\xae\x22\xa0\x38\x72\x16\x56\x81\ \x92\x7d\x58\x65\xe3\xd1\x6a\x23\x47\x01\x19\x7d\x6a\x24\x0a\x15\ \x1c\xa6\xd5\xe9\x84\x46\xad\x0c\x05\xb9\xee\x18\x35\x72\xb5\xda\ \x60\x54\x49\x6d\x76\xbd\x4a\xa5\xd5\x18\x34\xca\x91\x0d\x80\x2c\ \x2a\xad\x52\x69\xb2\x2b\xb4\x1a\xa5\x16\x48\xbf\x2f\x2f\xcf\xfe\ \xf6\xcf\xf7\xf9\xbf\x7f\xcc\xcf\x9b\x46\xbe\x7f\xff\xe7\xc7\x97\ \xbf\xff\x39\xfb\x93\x91\xfd\xd7\x68\xfa\x5f\x7e\x06\x91\xb1\x7f\ \x57\xc4\x7e\xfd\xf2\xf2\x0b\xe4\x3b\xb1\x6a\x9f\x87\xa2\x0b\x37\ \xc0\x97\xb1\x31\xb5\x62\x04\x9c\x6b\xde\x08\x10\xf3\xbb\x81\x26\ \x37\xcc\x83\x21\x01\xb0\x05\x32\x98\x4a\xa1\xe2\x99\x78\x34\x82\ \xc8\xa3\x23\xc1\x5f\x08\x11\x0e\x27\x10\x04\x48\xad\x4e\x0b\xfe\ \xc7\xe4\xc6\x55\xdb\x98\x4d\x3a\xaf\x37\xfe\x72\xfe\xea\xe3\xc0\ \x23\xfb\xeb\xae\xae\x30\x04\x0b\xe7\xe3\xeb\x2e\x5c\xcc\x8c\x4b\ \xf1\x75\x3c\x8b\xaa\xea\x6d\x69\x9b\x2d\xbb\x7d\x27\x3f\xef\x56\ \xde\xbd\xf2\xdb\xf9\x2d\xd5\x95\xe5\x45\x09\xb9\xe9\x25\x09\x3e\ \x27\xcf\x84\x86\x26\xc4\x1d\x3d\x74\x7c\xd7\x36\xbf\x90\xad\xbb\ \x76\x6d\xf5\xdc\xb3\xd7\x73\xcb\xce\x6d\x5b\xf7\x02\x5e\xd4\xf9\ \xe0\x01\xa0\x4e\x90\x12\x6c\x7e\xf0\x6f\xf1\x55\xf3\x5f\x0f\xca\ \x4f\x7d\xc7\x00\x00\x20\x00\x49\x44\x41\x54\x20\xc3\x06\xa8\x68\ \xfd\x41\x08\xd4\x8a\x53\x03\xa5\x18\xfa\x79\x76\x26\x27\x37\x3f\ \x07\xd2\xd0\xaf\x06\xb2\x94\x09\xf1\xf3\x6c\x4e\x0e\x09\x69\x86\ \xea\x1a\x9a\x6b\x92\x7f\xae\x64\xf9\xed\xf9\xfd\xe0\x99\x63\x3e\ \x81\xc7\xf7\xc7\x57\x26\x55\x95\x5e\x69\xed\x9d\x32\xbf\x28\x37\ \xcf\xa4\x1d\xaf\xae\xbf\xb3\x34\x7a\x35\x7f\x72\xe1\x55\x9b\xeb\ \x6e\x46\x5e\xda\xad\xfb\x69\x16\x5e\xf7\xf0\xc3\xe1\x6b\x7d\xb7\ \x7a\x2b\xd3\x15\x6d\x97\xde\x63\xdf\x3e\x2e\xce\x29\x75\x3d\x6a\ \x7d\x5a\x1f\x97\x19\x95\x76\xb7\xfe\xe1\x93\x2b\x33\xa3\x69\x6f\ \xfb\xee\x27\x85\x95\x15\x9f\xeb\x9f\xfd\xfa\x78\x69\xae\xf6\x5c\ \x6f\x45\x1d\x97\x27\x6e\xcc\x58\x61\xf6\x89\x9d\x89\xc4\xd4\xb4\ \x9e\xe5\xa5\xf7\x19\x97\xa7\x87\x5b\xcb\xce\xa5\xe7\xe6\xdd\xcf\ \xc8\xae\x20\xaf\x0f\x91\x9d\x0b\x17\xb9\x05\x79\x45\x79\x66\x6b\ \xea\xda\xfa\x66\xb7\xab\xd5\x6a\xe5\x8f\x7f\x8d\x74\x15\x5d\x78\ \xc8\x87\x2a\x44\xdc\x27\x9a\x3c\xfa\x47\xbf\x4e\xdd\x4c\x39\x12\ \x7e\xec\xe0\xc1\x33\xf5\xc5\x79\x17\x58\xd8\xb7\xb7\x5e\x2d\x27\ \x9c\x09\x4b\xd9\x73\xbc\x9d\xd8\x5b\x4b\x59\xbc\xd0\xf5\x26\xb1\ \x6b\xf9\x71\xce\xce\xdd\xa7\xfc\xef\xb6\xac\xb8\x53\x90\xe0\x7a\ \x69\x63\x15\xbe\x0d\x3d\x50\xe9\x3f\x5e\x52\x8d\x1c\xce\xef\x63\ \x50\x49\x9f\x0a\xea\x77\xed\xfc\x7d\xf7\xee\x03\x87\xf6\xfb\x74\ \x6c\xe2\xd9\xc6\x0d\x01\x75\x1a\x80\x8d\x42\x81\xbc\xda\xaf\x32\ \xb8\x17\xa0\x0d\xab\x8c\xc9\x2e\xd4\x64\x1d\xb6\xc0\xb1\x82\xe7\ \x12\x69\x14\xbc\x50\x25\xc5\xd1\xa5\xa4\xbb\xae\x46\x6b\x1b\x19\ \xbb\x86\x44\xf2\x13\xc9\x91\xcc\x44\x8c\xc8\xfc\x7a\xca\xc3\xd5\ \xd7\x73\xce\x42\xe1\xf1\x6e\x7c\xb5\xba\x93\xcc\x13\x3a\xb8\x65\ \x70\x0e\xef\x66\x4e\x1d\x4d\x2c\x70\xe7\x4e\xf5\x44\x32\xe7\xd6\ \xaf\x3d\x75\x6f\xb7\x16\xa4\x52\x59\x0c\x2e\x09\x97\xda\x08\xa7\ \x14\xb4\x3f\xb9\xd6\xd1\x95\x9f\xd7\x42\xee\xeb\xb1\x0c\x7c\x6a\ \xc5\x92\x78\x96\x1b\x5b\xf7\xed\xf0\xdc\xb6\x75\xcb\xb6\x1d\xcd\ \xcd\x35\x7e\x9e\x5b\xb6\x1e\x3e\x7c\x28\xfb\x7e\x4e\x78\x58\x51\ \x55\x75\xdd\xa3\xfb\xfe\x45\xe7\x7b\x19\xcb\xd9\xb5\xb7\x33\xe3\ \xa2\xbc\xcb\x3e\x9f\x1f\xff\xd8\xd7\x3a\x3c\x8c\xe5\x4d\xba\xb3\ \x51\xed\xc1\x0c\xe6\x72\xbe\x7b\xbb\x85\x44\x13\xb0\x0a\x26\xda\ \x38\x6e\x43\x91\x48\x82\x1b\x4e\x6c\x21\x8f\xcf\x4c\x0e\xf4\x25\ \x06\xe3\x19\x82\x51\x01\xba\x8d\xcf\x65\xd2\x68\x5c\x0c\x1a\x8b\ \x60\x71\xfa\x76\x1d\xf2\x39\x75\xf8\xc8\xd1\x23\x87\x4e\xec\xde\ \x7f\x68\xff\x91\x93\xa1\x41\xe1\x11\xd1\x11\x29\x31\x99\x51\x61\ \xe7\xef\xb7\x88\x57\xba\xce\x5f\xb9\x78\xa9\xaa\x24\x22\x34\x3a\ \x30\x3c\x2c\x3e\xbb\xb2\xba\xa2\x3c\xaf\xaa\xcd\xe4\x4a\x5b\xb1\ \x1e\x0a\xba\xbd\xec\x7a\xe3\x34\x0f\x35\x89\x07\x56\x96\x5c\x96\ \xb9\xb9\x9e\x48\xc0\x17\xf1\x34\xa4\x55\xc6\x49\xa5\x61\xd9\x05\ \x22\x85\x48\x6b\x53\x62\x64\x06\x99\x12\xa8\x15\x83\x41\x2f\x47\ \x10\x58\xc1\x66\x2c\x2e\xb8\x87\x34\xe1\x81\xe4\x44\xbe\x98\x75\ \xe0\x07\x9c\x69\x96\x4d\xc7\xc7\xb4\xd6\xe2\xe5\x67\x8b\xdd\xed\ \x13\xdd\xe6\x15\x9e\xb8\x09\x8b\xc5\x20\x38\x0c\x81\x79\x7a\xea\ \xf3\xfb\x1b\x0d\xd9\xe1\xd7\x9c\xd3\x6f\x5d\xeb\xdd\xaf\x16\x7a\ \x97\xdc\xdb\xcc\x4b\x4d\x44\x8e\x80\x9f\x48\x83\xf3\x38\x96\x9e\ \x6e\x04\x9b\xc3\x81\xf1\x31\x44\xb6\x92\x4d\x93\x4a\x64\x18\xae\ \x3b\x1c\x39\x3b\x69\x9e\xc3\xf1\xdd\x90\x04\xa4\x62\xe3\x83\x4e\ \xa6\xd6\x72\xa4\x32\x3a\x4b\x62\x14\x42\xd1\x88\x64\xaa\x5b\xbb\ \x46\xd4\x33\x47\xee\xbb\xee\x0c\x5b\x7f\x68\x6d\x3b\xf7\xc2\x82\ \x97\x40\xed\x32\x42\x24\x8c\x44\xd0\x28\x45\x04\x1a\x2c\x51\x24\ \x62\x6b\x09\x24\x2c\x47\xa8\x1c\x31\xca\x29\x1c\x09\x5a\x30\x19\ \x2c\xd2\xcb\x15\x12\x91\x42\x6e\xd2\xe9\x35\x72\x83\x52\x6f\x54\ \xdb\x0d\x3a\x19\x5d\xa5\xd6\x49\xa5\x5a\x20\x1a\xd5\x72\xb9\x42\ \x63\xd2\xcb\x01\xbd\x51\xc0\x68\xe0\x5a\xa9\x13\xa9\x94\x74\x09\ \xe4\xe2\xae\xd6\xe8\x6d\x06\xad\xd1\x00\x45\xde\x88\x44\x63\x7a\ \xf5\x88\x4d\x26\x64\x49\x55\x72\x8d\x5c\x33\x6f\x52\x6b\x54\xd0\ \x4d\xab\x10\x11\x90\x32\x0c\x4a\xab\x55\x1a\xec\x74\xd5\x87\xef\ \x1f\xfe\xfe\xf2\xe5\x8f\xb3\xff\x15\x93\xdf\xfe\xff\xb7\x7f\xf1\ \x0b\x5a\xcc\xff\xf3\xe5\x9f\x67\x01\x8c\x9d\xfd\xf5\xe5\x8f\x0d\ \xc0\xe1\xec\x76\xbd\xc9\x68\x9c\x5f\x5d\x35\x2a\xa1\xb8\xaf\x31\ \xc3\xfc\xcf\xf5\xaa\xb1\x11\x2d\x81\x85\x45\xe1\xb4\x3a\x21\x16\ \x86\x42\xb1\x94\x5a\xc3\x86\x6e\x44\xc1\x51\xda\xd8\x6a\xad\x6c\ \xc4\xc4\xd2\x9b\x46\x7e\x29\xbc\xf0\xea\x7c\x79\x6d\x54\x44\x2f\ \x63\xae\xb1\x3f\x2e\xa2\xbe\xa5\xa5\xfc\xde\x3d\xe7\xeb\xd8\x2b\ \xe2\xaf\x9b\x56\xdc\xfb\xf2\xb4\xd2\xb4\x2b\xb7\x6a\xf3\xae\x57\ \xdd\x6b\xc8\x29\x8a\xcb\x6c\xa8\xbe\x92\xeb\xe5\x7d\xca\xdb\xdf\ \xff\xf8\xae\x83\x5b\x76\xef\xd8\xb3\x7d\xfb\xee\x23\xa7\x76\x6d\ \x07\xfa\x00\x4a\x2f\xf7\xeb\xfc\x59\x41\xd5\xd9\x09\x05\x3f\x3f\ \xf8\x0f\xb4\x1e\x05\xbe\xe9\x84\x2a\x40\x3b\x9f\x37\x67\x65\xd5\ \x74\x9e\x06\xd2\xf0\x2f\x70\x0c\x99\xfb\x25\x87\x40\x7b\x83\x59\ \xc9\x9e\x21\x7e\x59\x21\xcd\x21\x59\x7e\xc9\xcd\xc9\x50\x86\x6a\ \xd6\x83\x1a\x68\xf3\xb0\x33\x79\xfb\x81\xdf\x0f\x1d\x0f\x0f\xdd\ \xef\x1d\x97\x7b\xaf\xbe\xb8\xe5\xfd\x94\xb9\xa3\xf5\x49\xaa\xf8\ \x71\x5c\x4c\xce\xdb\x75\x47\xfe\xd5\x57\x96\x7e\x33\xff\xad\xb3\ \xff\xfd\xe0\x95\x26\x8b\xc5\x31\x7b\xae\x74\x6d\x68\xf3\x5c\x69\ \xc6\xeb\xc2\xab\x3d\xa3\x0b\xe7\x12\xca\xe2\xaf\x3d\x4a\xf1\x69\ \x68\x78\x72\xe7\xe6\x40\xf6\xe5\x34\x57\xbb\x2b\xa1\xf2\x5e\x6e\ \x8a\xef\xf5\xd0\x62\x47\xef\xfb\xfb\xcb\x6d\x96\x27\x53\xc3\x9f\ \xc8\xaa\xd1\xc4\x35\xcb\x24\x93\xd2\xc3\x94\x8f\xbe\x7a\x73\x6b\ \x61\x26\xdd\x25\xc8\x5b\xef\xb8\x30\x3d\xdb\x65\x76\x0e\x17\xb0\ \x86\xd2\xaf\xa6\x3e\x65\x5e\xbc\x3e\x95\xf8\xd5\xd1\xda\x52\x71\ \xc1\xdd\x71\xe1\xea\x52\x0b\x0e\x3e\x5b\xfe\xd4\x5c\x59\xec\xe8\ \x4e\x9c\x6d\x5c\x5a\x1b\x65\x4e\x8c\x2e\x7c\x9e\x49\xbf\x99\x1f\ \x13\x94\x14\x91\x76\x2d\xef\x99\xcb\xb9\xfc\xb5\x8b\x30\x77\xa7\ \x34\xbd\xe1\xe8\x8d\x29\x67\x4b\x5a\xd5\x8b\xc5\xf4\xcf\x8e\xe8\ \xfd\xbb\xb7\x6e\xdd\x7f\x38\xf6\xe6\x1b\x31\x1c\x29\xe4\x68\x0c\ \xba\x25\xdd\xdd\x4b\xe6\x87\xe7\xcc\xe3\x5d\x6f\x4a\x1f\xd7\x1d\ \x3d\x79\x70\xff\x89\x9d\xfb\x8f\xef\xde\xb5\x73\xff\xef\xbb\x62\ \xaf\x6e\xba\x71\x34\xc1\xe3\xcf\xa2\xc3\xcb\x3b\x18\x3a\x9e\xf5\ \x6b\x77\x4a\xf8\x20\x6e\x04\xd1\x50\x68\x5d\x39\xf5\xfa\xab\x6b\ \x62\x2a\x83\xc9\xe7\xc1\x9d\x2f\x56\x66\x1e\x77\x4d\x7e\x74\x38\ \x7a\x9e\xdc\xac\x2d\x5f\xee\x48\x7f\xfc\xd9\x6c\x1e\xed\x9f\x6b\ \xff\xea\x31\xd1\xb8\x90\x0a\x7f\xd4\x3f\xdb\x3d\x7e\x5b\xec\x40\ \x2d\x2e\x24\x0e\xdd\xb0\x4c\x2e\xf4\xf1\xfa\xcc\xfc\xee\x48\x4b\ \x70\x8f\x3b\xf9\xf5\xa4\xd8\xbc\x1e\xd9\x25\x7e\x33\x31\x34\xb7\ \xe0\x51\x40\x31\x73\xfb\xdc\xc4\x9b\x8f\x97\xbb\x1c\x96\x09\xe7\ \xf0\x47\x2e\x71\x62\x65\x22\x52\x6c\xed\x3a\x9a\xbc\x6f\xef\xe9\ \x3d\xa7\x77\xec\xf6\xcc\x4a\xf6\xdb\xb7\x7b\xd7\xd1\x88\xd0\xa2\ \x6b\x17\x2b\xf2\xef\x57\xe5\xde\x79\x63\xcd\x2b\xad\x5a\xc3\xcb\ \x64\x7a\x79\x4f\xc1\xb9\x1c\x2e\x73\xa0\xb4\xaf\x6f\x91\xcb\x5f\ \x7f\xb2\xb8\x38\x64\x75\x58\xd6\x1c\xcb\xad\xe9\x6f\xd6\xad\x4c\ \xee\x70\xcb\xc4\x27\x57\xd9\xc5\xab\x8e\x3b\xb3\xf0\xf6\xaf\x14\ \x0e\x85\x0f\xf8\x16\x07\x4f\x22\xa0\x61\x78\x18\x9a\x48\x5e\xe1\ \x51\xc9\xc8\xd4\x49\x26\x2e\xc8\xd3\xf3\xe0\xb1\x93\x07\xb6\xee\ \x3f\x76\x60\xd7\xee\xfd\x07\x77\x1f\xda\x7e\xe0\x94\x77\x60\x68\ \x6c\x7c\x78\x6c\x61\xe9\x27\xe7\xec\x7a\x59\x5a\x46\xc6\x9d\xca\ \xa4\xca\xdc\xec\xa0\x50\xdf\xe8\xcc\x7b\x39\xc5\xa5\xe7\xef\xeb\ \x74\x91\x24\xea\xd1\xa8\xb8\x94\xb4\xb2\xa7\x2f\x06\x3f\xaf\x5b\ \xd6\x9d\xfd\x9b\xeb\xd6\xd1\x76\x81\x3b\x83\xcb\x1f\x9a\x98\xeb\ \x9b\xa5\x36\x71\x97\xfa\x1b\x71\x38\xb6\x86\x8e\x44\x69\x4d\x1b\ \x76\xa3\x0a\x4a\xc8\xc0\x71\x07\xde\x47\x06\x7f\xea\x73\x76\xcf\ \x4d\x92\x31\xb8\xb7\xc3\xd3\x53\xa8\x99\xf3\x2d\x17\x2a\xf2\x53\ \xee\xbe\x7d\xdc\x3b\xee\x9c\x5c\x31\xf7\x2c\xb9\x04\x5d\xfd\x96\ \x8b\x9f\x06\xc4\x3c\xb7\x02\x01\x83\x4c\x25\x72\xbb\x61\xed\xdd\ \x4b\x6f\x86\xb0\x9b\xd4\xa1\xa5\xbe\x29\x47\xbb\xb5\xc7\x63\x66\ \xf9\xe3\x30\xc5\xf2\xf9\xc5\xc3\xab\x03\x4c\x2c\x8c\xcd\x70\x17\ \x10\x11\x30\x6e\x3b\x42\x2b\xe1\x02\xdd\x03\xe0\x7a\x70\x71\x2d\ \x38\x92\xaa\x35\x8d\x8d\xc9\x50\x08\xa5\x84\x80\x64\xe0\x08\x94\ \xc6\x82\xaf\x6f\x56\xcc\xfd\xd6\x89\x05\x0f\x2e\x4a\x8a\xed\x71\ \x7e\x7c\x92\x76\xf5\xf3\xd7\xf7\x1d\xe9\xa3\x72\x01\x4c\x6d\x32\ \xc1\x83\xf1\x70\x84\x4a\xbd\x31\xa6\x55\x69\xf4\x1c\x91\x46\x68\ \x54\x6b\x8d\x2a\xa5\x48\xa3\xb1\x99\x24\x04\x39\x4d\xa9\x05\xf4\ \xcc\x6e\x37\x6a\xa4\x2a\x20\x6f\x35\x52\xba\x7a\x44\xa3\x34\x00\ \x5e\x05\x6d\xba\x8d\x98\x54\x0a\x9d\x5a\xae\xd5\x1a\x57\xe5\x0a\ \x35\x47\x62\xd0\x99\x34\xfa\xd5\x55\xa5\xcc\x64\xb2\x1b\xa1\x44\ \x1e\x85\xd2\xa8\x14\xb1\xe5\x6a\x9d\x02\x6b\x1d\x65\xeb\x09\x0c\ \x3e\x57\x04\xc3\xf3\xc9\x08\x14\x07\xb0\x43\x0d\x1a\x2f\x65\x21\ \xc1\x39\x35\x90\x31\xbb\x1a\x49\x83\xcc\x66\xc6\x0c\x76\xdb\xc8\ \x06\x20\x5b\x7f\xbe\x7b\xf7\xeb\x7f\x17\xb9\xfe\x7b\xff\x7f\xb8\ \xf5\xed\xbf\xab\xf7\xff\xae\xe9\xff\x06\x39\x15\x7e\xf9\xe7\xef\ \x1f\x90\x7a\x04\x04\xcc\x6e\xb2\x99\x6c\x00\xbc\x20\xdb\x86\x0f\ \x00\x03\xbf\x6f\x8c\xd9\x46\x00\x7c\xab\xb4\x1b\x2a\xad\x51\xab\ \x23\x28\x80\x36\xd5\x1b\xa4\x26\x8d\x42\xaf\x5b\xfd\xc5\xdf\xdb\ \xb7\xf8\xdc\x5c\x47\xf9\x8d\x99\xc9\xb6\xd9\x3b\x27\x13\xce\x3f\ \x2e\xeb\x18\x7e\xf1\x28\xa3\x7c\x7c\xfc\xd1\xf0\xd5\xe2\xcc\xe2\ \x9b\xb7\xaf\xfd\x3f\x9e\xde\xfe\x1f\xed\xbf\xff\xff\x7f\x21\xde\ \x85\x70\x38\x6f\x5b\x31\x99\x6d\xd6\x6c\xcb\x36\x9b\x6d\xcc\x65\ \x5b\x6c\x98\x4b\x8c\x0f\x33\x14\x85\x9c\xe6\x2c\x8a\xe4\x7c\x88\ \x78\xa9\xe9\x40\x85\x29\x25\x14\x1d\xcd\xc9\x3b\x27\x79\x3b\x37\ \x39\x59\x24\xaf\xa3\x11\x1d\xaf\xf7\xe7\xf5\xf9\x2f\xbe\xcf\xe7\ \xde\xef\xe3\xeb\x87\x4e\x9e\xf5\xac\xe8\xe1\xfa\xbc\xdd\x1e\xcf\ \xfb\xe3\x7e\xeb\xe8\x64\x30\xab\xaa\x9a\x18\x8c\xda\x92\x4a\xf0\ \x64\xee\x83\x7b\x8f\xef\x3c\xbc\x71\xe7\xe9\xdd\xbb\x0f\x6e\x3f\ \x8c\xa3\x76\x75\x3d\xbd\x7e\xfb\x0a\x30\xa2\xae\xbb\x7a\x23\xc1\ \xd2\xa9\xa8\xaf\xbf\xf2\x54\xbf\x82\xed\x46\x3f\x7f\xfb\x3d\xf5\ \x1b\x28\xba\x3e\x7f\xf9\x0a\x92\xeb\xf7\x6f\x80\x0d\x04\x67\xe2\ \xa3\x40\x3c\x45\x01\xa2\x2a\xf5\x73\x6a\x48\xea\xef\x80\xff\x03\ \x80\xf5\xfb\xd7\xd4\xdf\xc1\xba\x86\xcf\x5f\x80\x0d\xa9\xc8\x9b\ \xb7\x6f\xdf\x79\xf1\xf8\xf5\x93\x57\x6f\x5a\x6a\x9a\xb3\x0a\x37\ \x0e\x7b\xf6\xc5\xed\x7d\x06\x46\x3c\x63\xb8\xa0\x68\x43\xbc\x51\ \x53\xb5\x3f\x49\xa4\x0e\xf9\x98\x4f\x6a\xd5\xfd\xe3\x55\x9d\x43\ \x59\x2d\xaa\xac\x8f\xb1\x61\x4d\x45\x85\x7d\x16\x65\x41\x47\x56\ \xf2\xab\x92\xcc\xc7\x23\x55\xda\x9a\x17\x77\xdf\x35\x8f\xa6\xcf\ \xf7\x77\xd7\xb6\x67\x6b\x8a\xb3\xb2\xca\xf6\xb2\x8b\x07\xea\x07\ \x4f\xdb\xc8\x5d\x64\xe2\xe4\xe4\x90\x78\x90\xcb\xcd\xdc\x5a\x28\ \x8a\xe9\x68\x52\xce\xa9\xfb\x8c\x2d\x2d\x53\x73\x9d\x1f\xe6\xfc\ \x2c\x45\xca\x29\x55\xc7\x55\xea\x58\x0e\xb7\xa4\x3a\x63\x61\x94\ \xae\x32\x1f\xed\xa8\x7b\xfa\x2d\x09\xda\xd1\x85\xa2\xb5\xb2\x5c\ \xfa\xde\x9b\xd2\xc6\x77\xf1\x45\xfa\x33\x2b\xc7\xf2\xa9\x99\xe9\ \x11\x5d\xd6\x9e\x65\x2c\x62\x26\x32\x41\x6f\xc9\x5c\x30\x18\x49\ \x65\x1d\xd5\x1f\x8d\x65\x89\xf5\xc4\xc2\xc6\xc2\x86\xba\xdc\x17\ \xef\x9f\xe5\x65\x14\x7e\xc8\xd0\x3e\xcf\xe6\x6e\x76\x3b\xf1\x04\ \x34\x8c\xb5\x45\xa9\xb1\xa4\x1c\x9d\x1f\x6a\x4a\xde\x17\xbf\xbf\ \x7d\xef\xf1\x87\xb2\xe1\xdd\x8d\x39\x6a\xdd\x3c\xb3\xa1\xa5\x36\ \x99\x38\x96\xa6\xe6\x1a\xd3\xe8\x2b\xed\xcd\x91\x62\xa2\x8e\x7d\ \x70\xa2\x1f\x55\xeb\xc7\x32\xd4\x1b\x63\x9b\x3d\x85\x6b\x8e\x06\ \x6e\xf7\x79\xac\x8d\xde\x42\x08\x24\xa5\x39\xc1\x85\xb9\xba\xa1\ \x23\xf1\xde\x5e\x79\x80\x9f\x7b\x40\x44\x9a\x9f\x79\xcb\x18\x68\ \xce\x58\x98\xb0\x72\xd0\x8c\xcf\x1d\x1d\x9f\xee\x95\x5f\x8e\x88\ \x2d\x62\x77\x83\x65\x2d\x32\xd4\x61\x22\xa1\xbb\x3c\x70\xdf\xa4\ \xb4\x1c\x0c\x46\x2e\x64\x75\x7b\x44\xb2\x42\xd5\xc7\xea\xb1\x60\ \xcb\xde\xcc\xc9\x89\x21\xc0\xa0\x3e\x53\x79\xcd\x04\x07\xa8\x7a\ \x22\x6d\x03\x1d\xbb\xd3\xfa\xb3\x90\xfe\xde\xfe\x48\x7f\xb7\x3b\ \xbe\x5f\x82\xfc\xbd\xaf\xdc\x7a\xf0\x21\x83\xb4\x35\x5a\x9f\x5b\ \x5c\xd5\x4c\xdf\xcd\xd9\x56\x55\x67\xf7\x9a\x8c\x69\x5e\x10\x87\ \x4d\xdd\xd8\xf9\xe4\x8e\x78\x4d\x6b\xb1\x64\x8f\xd4\x75\x56\xed\ \xec\xef\x9f\x1a\x27\x97\x98\x62\xb3\x32\xc0\x6b\xed\x30\x4d\x79\ \x32\xd8\x7f\x7c\x7c\x72\x3c\x33\xdc\x47\xac\x2e\x55\x07\x98\xdc\ \x03\xd6\x82\x11\x90\x30\xf5\xdc\x5a\x98\x63\xac\x8b\x83\x4b\x00\ \x3c\xc5\x2b\x0b\xe9\xe6\x1b\xe4\x7f\xef\xe9\xad\x87\x77\x6e\xdc\ \xbb\x75\xeb\xe6\x9d\xdb\x37\x6f\xdd\xba\x7e\xed\xe9\xfb\xe7\xaf\ \x1a\x3f\x65\xaa\xd7\x94\xbd\xd9\xcd\x79\x05\x95\xc9\x35\x0d\x95\ \x2f\x5f\xbe\x89\x4b\x2e\xe9\x68\x60\x96\x66\xab\x2e\xf8\x81\x88\ \xc4\xfb\x8c\xb7\xcf\xde\xbf\x2d\xa0\xa6\x0f\xed\x18\x8d\x63\x86\ \x4b\xb5\x52\xbd\xb8\xd9\xdf\x13\xea\xd0\xbd\xa9\xe4\xea\x32\x1a\ \xc4\x5d\xe9\x99\xc3\x53\x8b\x3a\xf1\xa6\xf1\xc4\x3e\xb0\xdf\xa1\ \xbc\x7c\x26\xb0\x7b\xb3\x7c\x3b\xcd\x2f\x62\x6f\x7f\x6e\xab\xdc\ \x29\x20\x30\x61\xd0\xb8\xb4\xd3\x6d\x30\x1e\xcd\x4f\x52\x2b\xda\ \x3a\x2a\x0b\x5e\x24\x37\x35\xb5\x67\x64\xd6\x6d\x95\x15\x1a\x86\ \xf4\x73\x5b\xc4\x8c\x2a\xcd\xc8\xd2\xe9\x91\xce\xac\x34\x96\x77\ \x2b\x2f\x07\xe9\x2e\xdd\x07\x8b\x29\x61\xc1\xc6\xd0\x00\x38\x0c\ \x16\xbc\x18\xd1\x3d\xa7\xb6\xa0\x12\x8e\xfb\xfd\x6c\xec\xed\x11\ \x50\xb9\x88\x02\xe3\x49\xad\x61\x56\x08\x0c\x0c\x37\xe8\xe8\x73\ \xe8\x02\x08\x27\x9e\x94\x26\x91\x48\xf8\x22\x2f\x77\x07\x8f\x80\ \xe0\x69\xd5\x96\xde\x7c\xde\x67\xef\x14\xbb\x3d\x1f\x46\x03\x24\ \x91\xcb\x0e\xb3\x6c\x67\xa3\x69\x4e\x6f\x4d\x09\xb4\x85\x8b\x1c\ \xa0\x1c\x11\x20\xa1\x68\x78\x1a\x47\x28\xa0\x61\x39\xd6\x2c\x38\ \x45\x8e\x43\xd1\xa4\x22\x29\x07\x6e\x43\xe3\x83\x45\x9c\x8a\x75\ \xb9\x42\x3a\x0b\x36\x25\x96\x2a\x68\x02\x85\x00\x82\x56\x28\xe4\ \x3c\x81\x50\x2e\x10\xae\x02\x48\xf8\x09\x60\x8b\x87\x85\xe2\xf0\ \x10\x2c\x4f\x26\x10\x09\xa4\x80\x74\xa1\x70\x14\x52\x8e\x13\x47\ \x4e\xa1\xd8\x61\x21\x1e\x81\x7e\x76\x58\x74\xb7\x0f\x9c\x45\x43\ \x43\x39\x52\x39\xb6\x3f\x16\x8f\xb3\xe1\x10\x58\x1c\x1b\x0a\x5f\ \x81\x83\xa1\xf9\x52\x0a\x0b\xe0\x9a\x14\x70\x79\x60\x33\xbf\x0b\ \x99\x68\x7d\x56\x22\x9b\x5d\x07\x13\x56\xff\xfa\xe7\x3f\xc1\xba\ \xae\xff\xfa\xb5\x34\xfb\xdf\x22\xeb\x7f\xaa\x26\xfe\x57\x84\xfd\ \xf7\xbf\x7f\x7e\xd5\xe4\x83\xd6\x11\x44\xd8\xff\xfd\xaf\xff\xfa\ \xe7\xf7\x1f\xcb\xdf\xff\xfa\xae\xf8\xf1\xa7\x4c\x48\x91\xcf\xfe\ \x04\x98\x2c\x93\xf0\x24\x3c\x3e\x86\x73\xf1\xe7\xf7\x65\xb9\xec\ \xfb\x32\x8e\xf0\x5b\xd2\x73\xd7\xa7\x6f\xe2\xe2\x72\xca\x00\xd3\ \x95\xf9\xf1\xf6\xdb\x64\x6a\xe1\x48\x61\x29\x83\x5c\x95\xf4\xf1\ \x63\x6b\x03\xb7\xba\x89\x5d\xdf\x96\xd4\x58\x52\x99\xdc\xd6\xd9\ \xd2\x98\x97\x14\xf7\xe2\xf5\xd3\xe7\xef\xa2\xf3\xa2\x5f\xbd\x8c\ \xfe\x94\x1c\x57\x59\x4b\xcd\xa5\xa7\x97\xc6\x7d\xa8\x29\xf9\x94\ \x57\xf2\xfa\xd9\xbd\xdb\xb7\xa2\xc0\x96\xa3\x5f\xbf\xe5\xa7\xfe\ \x3f\x30\xbd\xfe\xdb\xaf\xc4\xaf\x2f\xf9\xdf\x80\x0d\x5f\xbe\x44\ \x85\x7f\xfb\x06\xf0\x29\xea\x6b\x2a\xd8\xaf\x3d\xf5\x4b\x14\x18\ \x03\x16\xf4\xf5\xf7\xd4\xa8\xdf\xf3\x81\xad\xc0\x8e\xf9\x60\x7f\ \xd1\xa8\xfc\x90\x54\x40\x77\xf9\x5f\xb9\x0e\xb8\x81\xeb\x57\x1e\ \x3f\x8b\x49\x6c\x6c\xc9\x29\x5c\x98\x6c\x2b\xde\xec\x1e\x11\x6b\ \x1b\x9a\x99\x05\x4f\xc8\x3b\xa7\xdb\x62\xfd\xf4\x51\x66\x59\xbd\ \xc9\xb0\x7f\x74\x56\x53\x51\xc7\xd6\x17\x76\xb6\xbf\xad\x5c\xf0\ \x09\xb6\xd9\xdc\xd2\xa8\xb2\xfa\x3a\x9f\xdc\xbb\x11\xfd\x28\xfb\ \x75\xf4\xfb\x9b\x77\xa2\x13\xa3\xe3\xda\x73\x95\x36\x66\xed\x8a\ \x7e\xaf\x3d\x07\xf0\xba\xef\x1a\xa8\xd1\x89\x64\x63\xf6\x42\xd1\ \x42\x0e\x95\xcb\x1c\xa5\x96\xb6\xb6\xd7\x3f\xaf\xec\x0d\x33\x67\ \xf7\xed\xd2\x4d\x13\x63\x03\x54\x46\xd7\xa7\xe6\xa2\x92\x8f\x54\ \xb1\x5e\x97\x5d\x99\xd7\x56\x5a\xf2\x29\xfa\xbd\xb1\xa7\x5b\x9d\ \x53\xa6\xcb\x7a\x9f\x71\xa7\x6e\x5e\xbc\xbd\x52\x23\x4e\x53\xc6\ \x6e\xad\xe4\x9e\x4c\x59\x79\x2d\x86\x29\x8f\xca\x8e\xc6\xd8\x11\ \x3d\x47\x2b\xbb\xc3\x6c\xbd\x7a\x69\x61\x60\x23\x93\x4a\x7d\xfb\ \xfe\xe3\xd3\x37\xb5\x0b\x19\x6a\x75\x52\x62\xc1\xd3\xc4\xa6\xf7\ \x89\xf5\x0d\x2f\x3d\x9f\x3d\x2b\x3a\x0c\x43\xd8\x59\x47\xcc\xd3\ \xcd\x86\x9d\xe2\x74\x6d\xd7\x38\xb3\x24\xa6\xa5\xe2\xe9\xed\x6b\ \x57\xbd\xaf\xb9\x3e\x7d\x59\xa0\x2b\x4f\xdb\x31\x2c\xcc\xab\x8a\ \x9a\x7b\x07\x7a\x43\xdb\x0c\xd4\xc7\x45\xc4\xf2\x15\xe2\xc7\x95\ \xfd\xb9\x96\xd1\x66\xbd\x2a\xa7\x51\x15\xb1\xbf\xb7\x72\x3a\xbf\ \xaf\x76\x4c\x09\x38\x10\x57\x99\xbb\x0f\x1c\x36\x18\x86\xee\xcb\ \x09\x65\xd5\x64\x98\xfa\x30\xc2\xb4\x37\xad\x5e\xbb\x1c\x33\x0c\ \xeb\xcc\x1b\xdd\x2b\x6a\x55\x4a\xda\x6e\x6c\x79\x64\xb7\xd1\x58\ \x68\x2c\xea\x3a\x09\x98\x1a\xd6\x58\xf6\x37\x43\xbb\x0f\x0c\x46\ \x87\xe0\xdc\x41\x75\x84\xfd\xe2\xcc\x41\xda\x71\xff\x89\x6e\x54\ \x79\xea\x43\x37\x2a\x03\x57\x74\x96\x13\xbd\xb6\x6e\x74\xc1\xa8\ \x1c\x33\xeb\x1f\x23\xdd\xbc\xbd\xfd\xbd\x5d\xfd\x81\xef\x27\xdc\ \xf9\xea\x9d\xfb\x8d\x5d\xba\x61\x36\x31\x9b\x44\x1c\xd5\x8e\x4e\ \x72\x3f\x76\x69\x8e\x98\x33\xca\xcd\x48\x0f\xe5\xe6\xcc\xf4\x12\ \x71\xa9\xa0\x61\x49\x6d\x36\xae\x2c\x19\xcc\xdc\x93\xa3\xbe\x93\ \x13\xdd\x98\x7a\x70\x42\xaf\x52\x29\x37\xd7\x66\xcc\x3d\xe7\x07\ \x11\x01\x09\x66\xe3\x42\xba\xfa\x54\x6d\x0c\xec\x39\x39\x31\x7b\ \xf9\x6c\x1d\x24\x1c\x9c\xcc\x84\xa5\xa8\x66\x76\x5c\xbd\xfd\x83\ \xfc\xc3\x43\xae\x3d\x78\x78\xfd\xc6\xed\x9b\xb7\x6f\xde\x7b\xf0\ \xe8\xe1\x8d\x87\x77\xae\x5f\x09\xba\x9e\x57\x3f\xd5\xaf\xde\x2a\ \x64\x36\xb6\x36\x33\xa9\x89\xf1\x95\x31\xef\xe2\x2b\x3a\x1a\xa8\ \xf5\x8c\x0c\xa2\xd7\x85\xd0\xb6\xf0\xf6\x8b\xc4\xfb\xaf\x93\xde\ \x94\x90\xe9\xdc\xa1\x81\xe1\x25\x83\xd1\x3c\x3d\x75\x7e\xae\xea\ \xb7\x57\x6f\x18\xb5\x6c\xf2\x5e\x7a\xd9\x7c\x06\x59\x93\x41\x6e\ \x68\x6b\x6e\x6f\xdf\x49\x7f\xd5\x58\x23\xde\x5d\x1a\x33\x2e\x19\ \xb7\xf5\x85\xba\xbd\x51\xa3\xd9\xb0\xef\x72\x54\xe5\x18\x66\x6c\ \x6c\x6b\xc9\x35\x1e\xe9\x36\xe6\xb2\x3b\xd2\x5b\xeb\xc9\x4d\xc9\ \xcf\x6b\x93\xdb\xb3\x3a\x4b\xb3\x7a\x4b\x33\xba\xea\x18\xcc\xfa\ \xea\xa5\xa5\x53\xed\xb6\xee\x24\x6d\x62\x73\xd1\xc6\xc5\xa4\x5f\ \xe9\x81\x1d\xed\x6c\x6f\x06\x06\x4f\xa4\x6d\xcc\x19\x36\xf6\x86\ \xcd\x1e\xe5\x06\x55\xb0\xc9\x1c\x1a\x08\x71\xb7\x2a\x77\x91\x52\ \x10\x0e\x76\x84\x14\x3f\x73\x04\xda\x16\x0a\x83\x73\x84\xf2\xd9\ \xd5\xd5\x1f\x32\x0c\x1c\x30\x8e\x38\x38\x4f\xc0\x41\xe0\xf1\x0e\ \x09\x61\xc1\x07\x96\x81\x08\xb3\x23\xce\x8b\x46\x70\x50\xef\x2b\ \x21\x83\x2e\x14\x38\xc1\xca\xcb\x96\xc7\xc2\x38\xa1\xe4\x42\x18\ \x41\x80\xa0\xc9\xb1\x34\x16\x0b\x05\xe5\x08\x39\x72\xce\xaf\x92\ \x2b\x11\x47\x22\x11\x89\x04\x00\xae\x64\x7c\xbe\x5c\xae\x58\xc5\ \x40\x66\x25\x42\x05\x5f\x28\x00\xb3\x77\x24\x3c\xda\xea\x77\xb0\ \x8d\x1e\x85\x80\x71\xb1\x61\xa1\xc1\x2c\x25\x02\x9f\x87\x01\xe8\ \xe3\x08\x53\x48\x44\x18\x8c\x82\x63\xe5\xe7\x40\x11\xda\x59\x59\ \x61\xa4\x88\xb0\x58\xbb\x59\xac\x1d\x1e\x8f\x17\x00\x06\x50\x28\ \xc0\xd0\x30\x84\xef\xf8\x14\x04\x1e\x6e\xc7\x17\x00\x00\x83\x41\ \x60\x70\xd1\xea\x4f\x85\x00\x3c\x6f\x70\x71\x21\x97\x4a\x04\xb3\ \x3f\x7f\x82\x5d\x49\x7f\xfe\xfc\xf9\x63\x7d\xf9\xe7\x85\x6c\xf5\ \xe2\xc7\x8f\x8b\x9f\x3f\xa5\x02\x05\x5f\x2e\xe3\xe3\x25\xff\xfc\ \xeb\x3f\xff\xdd\x5e\xe2\xdf\x53\x5e\xff\x96\x60\xbf\x54\xd8\xbf\ \xfe\xe3\x6f\xff\x33\xf9\x05\xe0\xee\xbf\xfe\xf9\x37\xc0\x6d\x82\ \x9b\xfe\x39\xcb\x47\xc1\xe1\x72\x8a\x60\x1d\x90\x64\x3f\x7f\x4b\ \x7e\x70\xfd\xd6\xe3\xb7\x9f\x7a\xcb\x62\x9c\xef\xb4\xbe\x79\xf7\ \xae\xa6\x89\x51\x5d\xd2\x38\x90\xdb\x05\x1c\xdd\x9b\x1a\x0b\x9a\ \x9b\x48\xa5\x05\xf1\x15\x15\x0d\x05\x9d\x9d\x6d\x9f\xe2\xe2\xdb\ \x5b\x5a\x92\x1a\x2a\x19\x2d\x39\x0c\x6a\x75\xe5\xbb\x8f\x54\x7a\ \x66\x27\x89\x5c\x9c\x59\xdf\xdc\x58\x5f\x5d\x5f\xdb\xf4\x36\x26\ \xee\x76\xfe\xaf\x55\x84\x80\x13\x04\xe8\xf4\x15\x9c\xbd\x02\xcf\ \x02\x7e\xfe\xc7\x97\x5f\x4b\xa0\x01\x76\xfd\x9a\xd1\x0a\x0a\xff\ \xd5\x7c\xe6\x73\x14\x40\x32\xb0\x46\x0b\x80\x59\x2a\x98\x0c\x96\ \xff\x35\x2a\x3f\xd5\x37\xf5\xeb\xe7\xd4\xf0\x70\xef\x2b\x37\xef\ \xdd\x7f\xea\x7f\xf3\xd5\x8b\xca\xda\x36\xe6\xc2\x11\xbb\xf3\xe9\ \x07\x6a\xd3\xd2\x64\x57\xd5\x10\xfb\xd9\xc3\x27\x1f\x0d\xc4\xc3\ \xc0\x95\x5c\xcb\xc6\xde\x34\xb7\x56\xbb\x57\xd5\x9a\x6b\x58\x9c\ \x34\xcc\xed\x1b\xcd\xa7\xa7\x86\x84\xb9\xf9\x96\xc6\x62\x62\xcb\ \xfd\x82\xb8\x3b\x2f\xef\x7e\x10\x57\x8d\x6c\x2c\xbd\x7c\x1f\x13\ \xf7\xea\xac\xdb\x90\x73\x76\xd9\x73\xa0\xd4\x18\x56\x06\xb4\xed\ \x71\x8d\x5d\x43\x55\x25\xa4\xdc\x26\xb2\xb9\xef\x2c\x60\x37\x31\ \x77\x6e\xa0\xd2\x2c\x66\xce\x93\x1f\xbd\xd7\xd3\x9b\xd2\x0b\xb9\ \x6d\xf5\xd3\x0b\x2d\x15\x6d\x03\xdc\x1c\x63\x9a\x6e\x5f\xa3\x15\ \x1b\x5f\x94\xa6\xb5\xc6\x31\x94\xec\xa6\xb8\x81\x2e\x66\x69\x6f\ \x03\xd7\xb2\xcb\x5d\xe3\x52\x3b\x98\xf3\xe7\x53\xbb\x7a\xcb\xe0\ \xf4\xb4\x61\xed\xd4\xb0\xdd\x3b\x50\x57\x68\x31\x68\x97\x36\x4a\ \x87\xfa\xd2\x9f\xbe\x61\xe6\x75\xee\x66\x55\x9d\x8f\x2c\xaa\x8b\ \x9b\xde\xbc\x8b\x2e\xa0\xbf\x7c\xf6\xe4\x65\xd9\xbb\x26\x12\x49\ \x6f\x2c\xa6\x1a\xcc\x7b\x16\xcb\xc6\x09\xb7\x70\x61\xa4\xa2\x2f\ \xed\x4d\x62\x45\x4d\x62\xe7\xeb\xfd\x57\xf7\x5f\x0d\xcc\xf4\x9d\ \x9c\xaf\x98\xd3\x6c\xa6\xc7\x5b\x0f\xfb\x18\xcd\xe6\xe0\xdd\x05\ \x31\x37\x91\x6d\x74\x0c\x53\xef\x2f\x19\x3c\x94\x3b\xb9\x75\xe6\ \x41\xcd\xa4\x72\x6e\x5a\x05\x3b\xdf\x28\x9c\x37\x1f\x10\xc5\x55\ \xc3\x63\x69\x6b\x74\xe3\x60\x84\xc7\x9a\x61\x6f\xcf\x10\x69\xd1\ \xea\xc4\x86\xd1\x7a\x4b\xf9\x84\x2e\xe1\x72\x66\x6e\x97\x9b\xa3\ \xca\x28\xab\x29\xca\x2c\x1c\xd7\x13\x13\x6b\xb3\xaa\x36\x0c\x97\ \xfb\x67\xc3\xc4\xcd\x95\x21\x13\x7d\xc9\x36\x72\x7e\x7e\x78\x54\ \x6b\x38\x6b\x2c\x1a\x36\x4e\xee\x2e\xd1\x27\x97\xd2\xd3\xd4\x23\ \xdc\xb9\x74\x63\xe8\x8c\xe9\xad\x7f\x90\x37\xd2\x37\xca\x1b\x5c\ \xa8\xe0\x8f\xbc\x75\xf7\x7e\xad\xfe\x68\x8e\x54\x38\x32\x59\xb4\ \x74\x1c\x68\x59\x53\xef\x85\x9a\x26\xdd\x17\x35\x47\xfb\x46\x83\ \x7a\x34\x93\x74\x39\x62\xb2\xa8\xd5\xaa\xc5\xb3\xf3\x09\xc3\xf4\ \xd1\x4e\x82\x87\x8f\x7b\x40\xb7\x2a\xa1\xa7\xbb\xdf\x72\x66\xd8\ \x30\xee\xaa\x2d\x73\xed\xbd\x5d\x67\x99\x3b\xc7\xaa\x9d\x33\x15\ \x9d\xa1\x31\xea\xf5\xc1\xaa\xa3\xbd\x49\x43\x5a\xc4\xe2\x03\x24\ \x32\x2a\xc4\x37\x3f\x3c\xc4\xf3\xe6\xbd\x47\x77\xae\xdd\x04\xa1\ \x75\xe7\xc9\x8b\x97\x1f\x6e\xbb\x5e\x79\x5a\x74\x38\xa3\xd2\xa4\ \x97\xb6\xd5\x67\x64\xb5\xb6\x54\xc6\x35\xb7\x57\x33\x9a\x3b\xab\ \x9b\xa8\x65\x66\xc4\xcf\xf5\xd1\xdb\xcf\x9e\xdd\x7b\xfa\xe2\xd9\ \xeb\xf8\x37\x31\xf1\x31\xf1\x9d\xb5\x65\xbd\x23\xca\xa9\x73\xd5\ \x41\x77\xe4\xc4\xf1\xa2\xaa\xdb\xa4\x3e\x1e\x4c\x50\xab\x8d\x1b\ \xa3\x5b\xcd\xf4\xd6\x0a\x2a\xf9\xf1\xbb\xa7\x71\x8c\xe8\x0f\x35\ \x75\xf5\xe4\xb9\x51\xf1\xd9\xce\x91\x5a\x65\xb2\x3a\xd0\x19\xe7\ \xd6\x5c\x1c\xd3\xcc\x33\x1b\xa7\x3b\xca\x51\x8d\x79\x6e\xd2\x72\ \x6a\xb0\x8c\x16\x2e\x1c\x9a\xe7\x8e\x16\x2f\xcf\x67\xba\xcb\xcf\ \x3d\x1c\x6d\x21\x68\x98\x8b\x0d\xd4\xce\x3e\x2d\x32\x54\xbc\x3d\ \xe8\x64\x30\xae\xe8\x3d\x22\x4f\xf4\xd3\x83\x8b\x5e\x6a\xe3\xd9\ \xf9\xf0\x99\xcb\xee\x70\x79\xbf\x87\xbb\x6a\x93\x06\x71\x3c\x47\ \x63\xad\x9c\xbc\x02\xad\x5d\x16\x31\x78\x34\xe8\xcf\xa4\x8a\x55\ \x29\x7f\x56\xc2\x13\x88\x84\x02\x21\x4d\x26\x15\xb0\x78\x78\x3e\ \x0b\xe7\xa3\x5e\x3c\x98\x31\xcf\x1b\x52\xd4\x7e\x4e\x78\x08\x0d\ \x8b\xb0\x81\x71\xb0\xe8\x00\x08\x0a\x02\xa5\xf8\x05\xa3\x6c\xe1\ \x28\x16\x84\x82\x70\xb7\x43\x13\xac\x61\x61\x83\x38\x88\x9d\x35\ \x8e\xb3\x2c\x97\x48\x21\x7c\x19\x4f\xbe\x2c\x91\xf0\x58\x00\x0a\ \x7f\xc8\x44\x3c\x8c\x04\x4c\x72\xb8\x90\x71\x64\x9c\x50\x2b\x1a\ \x9f\x20\xfa\xf9\x9d\xc7\xa1\x59\x8b\x38\x14\xf9\x3a\x0f\xc5\x82\ \xe2\x38\x78\xc2\xaa\x84\x22\x07\x67\xad\x44\x72\x16\xdf\x1a\x2e\ \xe2\x80\xc9\x63\x02\x04\x0b\xa0\x9c\x88\x27\xe4\xf1\x57\xd7\x57\ \x05\x80\xa7\xe4\x73\x96\x39\x36\x69\x18\x09\xc6\x81\x06\xc7\x71\ \x38\x14\x14\x1a\x2d\x98\x05\x1e\x91\xcd\x4a\xe5\x17\x00\x1d\x05\ \xcb\x3f\x57\x57\x67\x7f\xfc\x58\x05\x03\x52\x81\x5f\x65\x79\x59\ \xb1\xbc\xba\x0a\x2e\x20\x12\x08\x38\x80\x1d\x95\xca\x05\x3f\xff\ \xfc\xfe\x5f\x7f\xfb\x3f\xff\xfa\x8f\xff\x4d\x2a\xfa\x3f\xe0\x04\ \xfd\xff\x4e\x80\xfd\x5b\x89\xfd\xf7\x7f\xff\xff\xcb\x88\xfe\xb7\ \xf9\xea\x6f\xbf\xfd\xfd\x3b\x76\xf6\x8f\xbf\xfe\xf6\x6b\xbd\x51\ \x49\x63\x73\x67\x7d\x7a\x57\x75\x6b\xf4\x9d\x82\x81\x74\x62\x46\ \x27\xb3\x3e\x3a\x29\x83\xd4\xde\x55\x97\x5b\x5a\x9c\xd9\x5c\x5b\ \xd6\x5c\x5c\xdb\xc4\xac\x2a\x69\x6c\x6a\xa8\x6d\xc8\x25\xa5\x57\ \x71\x0b\xab\x9a\x6b\xf3\x5a\x9b\xab\x73\x73\x49\x0c\x46\x56\x65\ \x01\xb5\xa9\x35\xa3\x8f\x18\xdf\x51\xd9\x56\xd2\xfe\xe6\x43\xfb\ \xf3\xe7\x57\xff\x01\x36\x37\xce\x8f\xfa\xfc\x19\xb4\x86\xdf\x7e\ \x11\x0a\x00\xd6\x57\xb0\x4b\x32\xa8\xa6\x00\x90\x81\xda\x0a\xb0\ \x85\x5f\x42\x00\x17\xf8\xfb\x97\x6f\x5f\x00\x15\xf6\x15\x6c\x88\ \x0c\x66\x50\x7c\xf9\x0c\xe8\xad\xcf\x21\xbe\xde\x57\x6f\xde\x79\ \x70\x23\xf5\xe6\xbb\xf7\x2f\x92\x33\x8a\x7b\x95\x2b\x55\x35\x05\ \x31\xf1\xad\xa4\xe6\xb8\x9b\xef\x3a\xdf\x3f\xf9\x50\x51\xb8\x6b\ \xde\xd1\x64\x93\xf7\x7a\x73\xe2\x9e\x16\x55\x14\x34\x65\x74\xd4\ \x92\xcc\x53\x23\xe6\x72\xd3\xc2\xf0\xc4\x4e\x66\x76\xa9\xc9\x4c\ \xee\xc8\xdc\xd7\xab\x4b\x93\x33\x8d\x47\xdb\xfd\x43\x46\x66\x19\ \x51\x7d\xb0\xcf\x34\xef\xab\xa6\x7c\x0c\x46\xf5\xa4\xca\xb0\xaf\ \x2f\xdb\x1b\xa7\x36\xb4\xc4\x3f\xa7\x9f\x9d\xa4\x58\x9a\x4b\x9a\ \x18\x9d\x0f\xde\xbf\x5b\x62\xb6\x55\x5d\x2f\x25\x65\xd4\x0d\x05\ \x5b\xa8\x54\x6d\x4b\x16\xa3\xa1\x77\x74\x5e\xa5\x35\xa9\x2e\x89\ \xe4\xf6\xf9\x16\x32\x71\xa5\x6c\xa6\x6c\x3c\x67\xa3\xe2\xac\x73\ \x7b\xbc\x35\x3d\xb1\xb7\xf7\xf9\xd3\x92\xdc\xb9\x85\xa2\x0f\x4c\ \xe5\x62\x26\x55\x7d\xb4\x32\x92\x6e\x39\xdd\x5a\x53\x0d\xa7\xa8\ \x3b\x99\x6f\x72\x6a\xdb\xcc\x15\x1f\x6b\x47\x2e\x4f\x9d\x94\x23\ \xf3\x86\xba\xda\xa7\xd3\x99\x86\xb3\x1e\xbf\xc9\xb3\x4d\x65\x84\ \xf9\xa0\x7f\x11\x16\x4b\xda\xd4\xef\x1a\xb8\x55\x4a\x66\x7a\x7f\ \xd1\xa9\xce\xa0\x3f\x62\x0c\x9c\x98\x8b\xca\x16\x4a\xa7\xb5\xda\ \xc1\xa1\xee\x35\xa6\xd1\x16\x9e\x60\x1e\xee\x2d\x3c\x0e\x60\x0e\ \x1f\xd3\x8d\xa3\xaa\xe3\x3e\xe3\x68\xdd\xde\xdc\x56\xee\xe4\xf4\ \xe9\xd8\xd2\x65\xff\x9a\x7e\x4d\x65\x50\x1a\x88\xc3\x47\xaa\x63\ \xa3\x91\x7c\x19\xec\xe3\xe1\x67\xe1\x8e\x66\x89\xe9\x96\x4d\xeb\ \x7d\xba\x59\x65\x4e\x48\xd3\x0c\x6d\xd6\x66\x7e\x2c\xa9\x19\x2a\ \xca\x25\x96\xd1\xcb\xca\x48\x1b\x29\xba\x1d\x8b\x7e\x67\x2f\xe2\ \xd2\x78\xa2\x74\x74\xd9\xd7\x9c\x04\xab\xfb\x7b\x52\xf6\x2d\xe2\ \xe3\xc3\xc2\xf9\x23\xf5\xb0\x19\x10\x43\x9b\x29\x62\x43\x7a\x9d\ \x65\xff\x78\xbb\xe5\x6a\x38\xd2\xd7\xcd\xdf\xf3\x2a\x32\x2a\x28\ \xd5\xd7\xf5\xd6\x93\xd6\xb3\x4b\x36\x83\x98\xcd\xa4\xce\x6d\x87\ \x45\x76\x95\xb4\x4c\x9c\x77\xa7\xa4\xc4\x9e\x2d\x6a\xa7\x74\x4b\ \xe6\xb9\xf1\x4e\xa2\xc5\x60\xd8\x1b\x16\x6b\xbb\x83\x2f\xeb\xea\ \xe8\x4b\xa1\x1e\xfd\x6b\xea\x23\x9d\xc1\xa4\xd3\x1e\xa8\xd8\xaf\ \xab\x47\x3b\x3f\x26\x25\x27\xbe\x2b\xa1\x56\xee\x4c\xa7\x8f\xd3\ \xe7\xf7\xd4\x85\x63\x87\x9a\x74\xcb\xf4\x42\x4f\x32\xf0\x3e\x21\ \x21\x9f\xa3\xc2\x3d\x91\xdf\xdc\x1e\xdc\xbe\x76\xfd\xde\x9d\x3b\ \x0f\xee\xc6\xb7\xb4\x16\x95\x26\xd5\xc4\xdd\xef\x3b\x3f\xd9\x20\ \xa6\x17\x51\x8b\x8b\xdb\x2a\x4a\x4a\x6a\xe2\x2b\x6a\xda\x6b\x4b\ \xb3\xb3\x47\x37\xd1\xa2\xf1\x27\xf7\x1f\xdd\xbd\x7b\xef\xd1\x83\ \xd7\x8f\xee\x3f\x7e\xfe\x38\x3a\x26\x2f\x57\x63\x50\x9b\xd4\x67\ \xe6\x83\xc0\x84\x03\x8b\xf8\x6c\xef\x52\x69\xdc\xa2\x9b\xe6\x26\ \x33\x67\x12\x0e\x8c\xca\x53\xc3\xf8\x9b\x98\x27\x1f\x8b\x92\xdb\ \x87\x76\x48\x65\x3a\x8b\x2a\x63\x7c\x45\x37\xed\xe8\xe4\x53\x38\ \xaa\xd3\x5a\xdc\x1d\x54\x2b\x9a\xd1\x01\x7a\xe1\xd0\xf8\xd6\xd9\ \xd1\x49\xd8\xe0\x62\x58\xac\xcf\xd8\x71\x02\x60\xfd\xbc\x9c\x42\ \x03\x7d\x60\x30\x8f\xb4\x60\xe0\xda\xda\xb4\x18\xb9\xad\x56\x07\ \xab\x27\xfd\xd6\x3c\xec\x3d\xec\xec\x30\x42\x0e\x76\xc2\x9a\x42\ \xf0\x38\x0d\x20\x40\x42\xd1\xac\xee\x58\x58\x64\xb9\x13\x9a\xc7\ \xb7\xf5\x8a\xb0\x46\x58\xd9\x00\xf2\x85\xc3\x9f\x95\x89\x08\x1e\ \x61\x5e\x68\x1e\x58\xd6\x2e\x98\x15\xe2\xe1\x7c\xa9\xcc\x01\x0f\ \xf6\x05\xe3\x88\x14\x34\x6b\x84\x47\x98\x0b\xc2\xcb\x07\x8d\x75\ \x4c\xb0\x05\x5e\x25\x14\xcd\xc7\xd9\xc5\x26\x70\x38\xf6\x01\x5e\ \x29\x61\xb0\x60\x2b\x6b\x7b\x0e\x0e\x27\x92\xbb\xa0\x65\x3f\xff\ \xba\xf8\xf1\xf3\x42\x6a\x67\xc5\x91\xca\x38\x2c\x99\x80\x83\xa1\ \xe0\x29\x83\x35\x9f\x52\x44\x42\x08\xcc\x2a\x00\x41\xa3\x48\x68\ \x08\x6b\x47\x1f\x96\x68\x96\x63\x8b\xa0\xf1\x66\x15\x04\x1b\x91\ \x40\x2e\x13\x48\xa4\x0a\x39\x07\x4a\x91\x48\xd1\x70\x8c\x14\xf4\ \x99\x22\x94\x48\xf8\xab\x95\x06\xda\xc6\x49\x26\x21\x58\xc9\x97\ \x09\xb4\xf5\xef\x72\x1a\x0b\xb0\x68\x42\x05\xa0\xa8\xa4\x2c\xfe\ \xba\x4c\xb1\x2c\x5b\x5e\x07\xa4\x9c\x90\xc7\x51\x5c\xfc\xb9\xba\ \xac\x98\x5d\x07\x17\xff\xfc\xfc\x09\xf6\x64\x56\x2c\x8b\x38\x08\ \x2b\x3b\x0e\xa0\xb8\x2e\x2e\x00\x9f\x27\xc2\xf2\xf9\x42\xe1\xec\ \xb2\x8c\x25\x97\xfe\xf5\x4f\x05\x41\xb8\xfe\x53\xb1\x7c\x01\x9e\ \x7a\xfc\xcf\xbf\xff\xa2\x17\xc8\xb0\xff\x89\xb4\xfd\xd7\xbf\xfe\ \x03\xb4\x89\x7f\xff\xfb\xdf\xfe\xf8\xf3\xaf\xff\xbb\x7c\xc1\xf9\ \x1b\xc8\xad\x7f\xfd\xe7\x7f\xfc\x0f\xc3\x8c\x1a\x76\xc3\x87\x1b\ \xb7\xdc\x9e\x3a\x5f\xaf\x78\x1c\x97\x93\x93\x43\xce\xa8\x7d\xff\ \xe8\xf6\xa3\x37\x2f\x2a\x3b\x1f\x17\x17\x25\x67\x67\xb5\x8a\x73\ \x4b\xb3\xe3\x01\x09\x3d\x4a\xaa\x63\x67\x64\xb1\x77\xfb\x6a\xb5\ \xe9\x39\xc5\xc4\xce\xcc\x3a\x2a\x95\x3b\x57\x5d\x55\x9b\x5c\xcf\ \x24\xd7\x57\xb4\x14\x67\x7e\x7a\x15\xf3\xfe\xfd\xab\xbc\x87\x00\ \x8b\xf2\x01\x56\x7d\xfd\xf6\x05\x0c\xcf\xf9\x02\xf8\xbd\xcf\x5f\ \x40\x2e\x7d\xf9\x0c\x9e\x0d\x4c\x4d\x05\x4b\x1a\xf2\xc1\x40\xfb\ \xf0\x2f\x51\x5f\xbf\x7c\xfe\xfc\x7b\xaa\x2f\x70\x33\x3c\x2a\x35\ \x15\xec\xe2\x1e\x02\x06\x84\xf9\x23\x6f\xdf\xba\x71\xc3\xed\xea\ \xad\xe7\x35\x79\x15\xad\x45\x85\x73\xd5\xef\xda\x3f\x66\xcf\x57\ \x55\x56\x65\x56\x31\x13\xf3\xea\xa9\xf5\xf5\xd5\x9f\xde\x46\xfb\ \xbf\x9a\x2b\xba\xf1\xfc\xdd\xa7\x2c\x72\x75\x49\xd1\x87\x8a\xf6\ \xda\xc6\xc4\xae\xe1\xc3\xac\x86\xf4\xce\xa1\xac\x6a\x62\xdf\xb0\ \xba\xab\xb4\xe2\xec\xb8\x56\x67\x19\xc9\x10\x0f\x68\xba\x48\xda\ \xe2\xad\xfd\xd8\x69\x46\xd5\xca\x4a\x7b\x86\xb2\x74\xa0\xa5\x62\ \x78\x6d\x82\xd9\x58\x38\x5d\xa7\xc4\x78\x55\xd5\x2f\xb1\x17\x62\ \x32\x8a\x18\xc9\x37\x1a\xeb\x26\x34\x79\x2d\x44\x6e\xc5\x22\xc6\ \xee\x24\xce\xb4\x5b\x94\xd1\xf6\xe9\x41\xc1\xf6\x65\xf1\x38\xb7\ \xa0\x0c\x78\x76\x77\x5b\x72\x5d\x6e\x70\x6e\xb2\xad\xcf\x56\x4b\ \x7c\x5c\xcb\xbd\xbb\x0f\x99\x97\xfb\x03\x85\x4d\x26\xcb\xab\x61\ \xbd\x13\xb9\x23\xb7\x83\x6a\xaf\x9e\x0b\x1d\x74\x70\x50\x5f\x76\ \x5b\x0e\xb7\x0d\xc4\xf7\xb5\x93\xcc\xd2\x29\x3b\x02\x4a\xab\x3d\ \xab\x4a\x33\xa9\x52\x56\x66\x66\x76\x0c\xc6\xac\x7d\x55\xca\xb6\ \x7a\x63\x5c\x8b\x56\x75\x4d\x9d\xfa\x0d\x96\xad\xa8\xea\x8e\x46\ \x7d\x22\xe6\xd5\x07\xe7\x93\xb9\xda\x19\xf5\xbe\x61\xb7\xa8\x78\ \xb8\x35\x4f\x39\xa7\x74\xf0\x99\x38\x99\x26\xe6\x76\xd6\x8d\xcc\ \x8d\x8c\x2d\x9e\xce\x67\x66\x0e\x55\xb5\x54\x2d\x4d\xe4\x3e\xec\ \x56\x6f\xe4\x8e\x8d\xab\xe6\xd4\xc6\x3d\xa3\xd2\x7d\x4c\x37\x65\ \x59\xd1\xe9\xb7\x46\x46\x8f\x4e\x34\x45\xaa\x01\x63\x75\x45\x9d\ \x59\x13\xc6\x1d\x68\x2d\x4b\x18\x36\x1a\x47\x54\x15\x2f\x0a\x6a\ \xab\x9b\x47\x76\x4d\xfb\x4e\x65\x7a\x73\x9f\xee\xd2\xdc\x3b\xed\ \x75\xa2\x9b\x2b\xb4\x0c\x6c\x11\x95\x0b\x27\xec\x6c\xae\x45\xd3\ \xd5\x97\x43\xdd\x52\x5d\x5e\x2e\xcd\x1b\xa6\xc3\x8e\xc7\x19\x6d\ \xd9\x65\xef\xdf\x17\x15\x3f\xfd\x1c\x1e\x14\x14\x7e\xe5\xc6\x95\ \xf0\xcf\x00\xb0\xdc\x6e\x76\x1a\x97\x72\xc8\x43\xd9\x35\x6d\x3b\ \x2b\xa4\x71\xd3\xee\x91\x61\xcf\xac\x8a\x35\x6f\x98\xc4\xe2\xed\ \x33\x75\x64\xdf\xf9\x1e\xd3\x38\xdf\xb5\x31\xd2\x35\x3a\x42\x9e\ \x3e\xdc\xda\x18\xc8\xca\x6e\x6e\xab\xc8\x66\x66\x37\x66\x0c\x14\ \x77\x52\x2b\x4b\x37\x16\xda\xdf\xe6\x54\xb5\x64\x64\x56\x0d\x64\ \xeb\x57\x26\x77\xfb\x72\xeb\x56\x2e\xc7\x95\x26\x33\xfd\xba\xb3\ \xbf\xbf\x37\x32\x0a\xf0\x9f\xde\x21\xbe\x21\xde\x77\xee\xde\xbf\ \xf7\x3e\x29\xa9\xa6\xa6\x99\x64\xd9\x6f\x78\xfc\xe0\xc1\xab\xd6\ \xcc\xcc\xe2\xdc\xd6\xa6\xd6\xca\x82\x82\xc4\x4f\x1f\x2b\x3f\xb4\ \xd4\xd6\x0e\xed\xe8\xc3\x44\xe4\x3b\x0f\x9e\xdc\xbd\xff\xea\x65\ \xdc\xc7\xf8\xca\xec\x2c\xee\xfc\xe4\xe9\xa9\xd8\xa2\xdd\x18\xc9\ \x34\x06\x7a\x84\x6e\xbb\x07\x44\xf4\x1c\x9f\x5e\xea\xce\x76\xe6\ \xc7\xa6\x8c\x93\xfb\x03\x3b\x86\xcd\xa9\xf3\x61\xed\xf4\xc9\xc1\ \x2e\x9b\xd4\xa5\x2f\x1a\x4e\x5f\x2a\x1a\xc8\xa2\xee\x87\x06\x6c\ \xea\xcf\x02\xba\x4f\x27\x17\x7d\x52\x4c\xe7\xca\x94\x58\xa5\xe1\ \xec\xe0\xfc\x60\x7a\x7a\xa6\x5c\xe5\x34\x75\x7c\x1c\x5c\xee\xe3\ \x13\x66\x03\x77\x08\x85\xfa\xf1\xb0\x07\xd8\x48\x6b\x3b\xa7\x14\ \xac\xdc\xc3\x0b\x07\x87\xa5\x41\x38\xdd\xee\x50\xe1\x89\xc5\xde\ \x0f\x02\xc8\x26\xb8\x4c\xe6\x42\xc3\xe2\x70\x4e\x09\x70\x8a\x1c\ \x30\x49\xcb\x2c\x34\x74\x2d\xcd\x1d\xac\x64\x97\xf2\x69\x12\x5e\ \x80\x23\xce\xde\x0e\xcd\x42\x07\x06\xd2\x58\x90\x2d\xf3\x41\x2c\ \x94\x8f\x75\x84\x61\x83\x7d\x66\x25\x8a\x59\x21\x4a\x44\xf3\x0b\ \xb5\xb6\xc5\xd1\x08\x08\x0a\x7a\x30\x80\x87\xf5\x09\x38\xf6\xa1\ \x59\xb1\x38\x69\x53\x61\xd6\x4e\x8b\xa1\x28\x3b\xa7\x50\x47\x70\ \xee\xfd\xcf\x8b\x55\xc0\x82\x7d\x97\xc2\x58\x02\x01\x5e\x24\xc1\ \xd8\x40\x03\x82\x07\x8d\xdb\x28\x0a\x82\x87\x41\x71\x66\xd7\x67\ \x69\x7e\x08\x04\x1c\x8a\x22\x70\x30\x58\x88\x50\x2a\x91\x73\x58\ \x22\x96\x04\x1d\xb1\x06\xa5\xe0\x01\x32\xda\xa0\x58\x12\x28\x42\ \x8e\xa3\x00\xa2\x4f\x28\x15\xd2\x78\x7c\x16\xc6\xd6\xc7\xaa\x27\ \xd8\xcb\x1d\x03\x73\x59\x5e\xc5\xd9\x12\x80\xe7\xf3\x66\x7f\x2c\ \xcb\x14\x2c\xdc\xec\xfa\xba\x42\xf1\x73\x1d\x5c\x70\x68\xeb\xc3\ \x92\xc8\x24\x60\x78\x2a\x9f\x26\xbc\x50\x80\x5d\x67\xf8\x92\x8b\ \x55\x1e\x07\xc7\xe3\x73\x58\x7c\x2c\x45\x31\x0b\x7c\x30\x40\xc4\ \xc9\x67\xa5\x02\x11\x5f\xae\xf8\xf9\x53\x48\xc3\xd8\xe1\x70\x80\ \xe0\x5a\x5f\x5f\xff\x9f\x89\xf6\xe5\xd5\x1f\xdf\xbf\xff\x71\xf1\ \xfd\x02\x4c\xa7\xf8\x01\x2e\xa0\x5c\xfe\x6b\x56\x24\x9b\x95\x5f\ \x58\x43\xd7\xbf\xff\xf1\x17\xed\xe2\x6f\x80\x3d\xfc\xfb\xbf\x7e\ \x2b\xbd\xef\xea\xe9\xec\x06\x76\xbd\xbd\x7e\xf5\xda\xdd\xe2\x8f\ \x8f\x4a\x0a\xcb\xc8\xb5\x2d\x79\x2d\x0f\x6f\x25\x46\x3f\x7e\x77\ \xfd\xc1\xeb\xca\xda\xf7\x2f\x9e\x5f\x79\x5f\xd3\xd1\x54\x90\xcd\ \x68\xcf\x2d\xce\xcc\x2d\xca\xcd\x18\xa6\x97\x0e\x14\xb2\xeb\x3f\ \xde\x7a\xf9\x20\x71\x2e\xbb\xa9\xb9\xa9\xa5\x9d\x41\x27\x66\x35\ \xbf\xf9\xc4\xac\xea\x88\x7b\xe5\xfd\x3b\x80\x1e\xc0\xe7\x7d\xfe\ \x15\x44\x01\xae\x18\xfc\x1d\xcc\x2a\x04\x8b\x15\x3e\x7f\x0b\x0f\ \x8a\x0a\x4f\xfd\xf6\x25\x04\x5c\xe3\x9c\xff\x39\xff\x6b\x38\x18\ \xec\x0c\xd8\x41\x70\x65\x74\x14\x18\xda\x1a\x1e\x1e\x15\xe4\xe9\ \x7a\xed\xc1\xeb\x1b\x21\xb7\x3e\x34\xe4\x15\x34\xa5\xf7\x65\x36\ \x29\xb9\xad\x1d\xe6\x8d\xe2\xa2\xa3\xe9\x95\xb9\x0d\x72\x73\x45\ \x27\xb5\xf9\x25\xf5\x38\xda\x95\x5a\x71\xb7\xb6\xf1\x63\x3c\xe3\ \x65\x45\xc1\x9b\x17\x55\xd1\x0f\x6f\xbf\xad\x88\x7f\x19\x5d\xd5\ \x94\x5b\xd2\xa8\x65\x37\xa7\x5c\x36\xc4\x93\xca\x3a\x89\x7d\x0b\ \x19\x9d\xec\x8d\xac\xf6\xca\x8a\x9a\xc6\x96\x05\x66\xdc\x4e\xe4\ \x90\x6e\x9f\x7d\xac\x25\x92\xcd\x75\x0b\xdc\x9c\x8c\xf9\x14\x4d\ \xc9\x3e\x31\x31\x43\xbf\x55\x5f\x52\x95\x55\xfc\xb1\x80\x3d\x30\ \x5e\xdd\xd6\xc7\x24\x8f\xe8\x17\x3f\x7e\xa4\x93\x76\x67\x46\x9f\ \xdf\x53\xba\x78\xb1\x4b\x5a\x7b\xb9\xf5\xc4\xd4\x5e\x45\xe7\x00\ \x00\x20\x00\x49\x44\x41\x54\xbd\x49\x0b\xbb\xa6\x4b\xa4\xee\x99\ \x8a\x35\xbc\x2a\x31\x1a\x48\x74\xed\x4e\xb9\x8f\xae\x95\xac\xed\ \xbb\x9f\xa5\x65\xee\xa7\xed\x64\xab\x8f\x76\x16\xa7\xfb\xc6\xbb\ \x11\x66\xb3\x38\x54\x9c\xfb\xee\x6e\xde\xd3\xdb\x2f\x47\xd6\x1c\ \x99\xe7\xf6\x1b\x59\xec\x81\xb5\xae\x88\xfd\xf1\x4d\x73\xa6\x38\ \x77\x8a\xad\x5a\x53\x56\x32\x1a\x18\x6a\xe5\xa2\x3a\xc3\x64\x19\ \x19\xd0\x8f\xd2\x73\x1a\xba\x42\x0d\xda\x3a\x6e\x9d\x4a\x55\x97\ \xde\xc0\xee\xcc\x51\xf7\x87\xae\x30\x99\x7a\x62\x5f\x5d\xf1\x50\ \xcd\xf8\x4e\xb6\xa6\x90\x54\x9d\x99\xd5\xdb\x9b\xbe\x72\x76\x36\ \xaa\xe6\x6a\xa6\x18\xca\xd1\x3a\x63\x61\x45\x66\xbc\xd1\xac\x19\ \xc8\xa6\x7a\xb0\x3b\xaa\x5e\x8d\x6a\xc8\x49\x0b\x8b\x2b\xf3\x7d\ \xcc\x6a\xe6\x25\xb5\x8e\x24\xde\x1b\x5f\x4a\x18\xf4\x11\x17\x5e\ \x9a\x6b\xc9\x6c\x6d\x09\x75\x65\xce\xcc\x1d\x67\x77\x4d\x02\x5a\ \xe5\xdc\x64\xde\xd2\x6d\x4c\xd1\xf7\xcd\xa7\xe3\x2b\x6b\x83\x06\ \x4d\x59\x75\x83\x81\x3d\x37\x7c\x49\xef\xd4\xe8\xb2\x48\x1d\x64\ \xd5\x11\xb1\x2c\xb3\x3e\xcf\x2d\x2a\x2a\x35\xca\xfb\xe1\xad\x7c\ \xe0\x1b\x74\xbe\xe9\x99\xa8\x9d\xa7\x13\xe9\x5d\x19\x7d\x43\x9f\ \xa8\xaf\x4e\x42\x7b\x0b\x33\x7a\xf5\x64\x4d\xd9\xf6\xa1\x5e\x7f\ \x66\xd9\xab\xce\x62\x68\x3a\x54\xfa\xe9\xad\xd1\x11\xf6\x5c\x7a\ \xe6\xd2\x92\xfe\x74\x7c\x72\xab\x48\x5f\x4c\x22\xd2\x47\x73\x4b\ \xd9\xa5\x03\x5d\xec\x15\x22\xb5\x2a\x3e\x23\xb7\xb4\xa6\xa9\x2a\ \xbd\xa6\xa0\xb0\x30\x8b\xbe\x31\xce\xd6\x6a\xef\x7a\x06\xf9\x02\ \xe6\x33\xdc\xf9\xca\x55\xb7\x90\x10\xb0\xa7\xf6\x83\xe8\xe6\xd6\ \x96\xd2\xfa\x52\x92\x29\xac\xe9\xd1\x43\x67\x64\xaa\x67\x62\x43\ \x62\x63\x67\x49\xde\xc7\x92\x96\x96\xb6\x76\x6a\x5b\x7b\xe7\xa9\ \xd9\xc2\x5f\xba\xf6\xec\xc5\xad\xbb\x0f\xef\xdf\x7f\xf0\xe2\xd9\ \x8b\xb7\x31\x89\xc9\x49\x31\xc9\x79\x79\x71\x25\x9f\xb6\x8c\x83\ \x13\x33\x3a\xd5\xe1\xcc\x5a\xc4\xe6\x62\x77\xc0\x84\x97\xfa\x64\ \xfb\x72\x5f\x6f\x1a\x9f\xf2\x3b\x54\xce\xe9\xb5\xdb\x9a\x52\x0d\ \x57\x6d\xda\x4f\x30\xcf\x9d\x8f\x6d\x59\xd4\xc1\x83\xe3\x03\xba\ \x4d\x88\xfb\xf0\xf1\x9a\x9d\x7d\x68\x4a\x44\xc2\x01\xd4\xda\xa5\ \x7b\x42\x15\xe8\x73\x96\xe6\x14\x9b\x66\x85\x0b\x8b\x08\x44\xb3\ \x1c\x1d\x78\x08\x84\x15\x5f\x62\xe5\xe1\x85\xc2\xd2\x38\x1c\x6b\ \x0e\x8f\x85\xc3\xcb\x44\x61\x8e\x81\x06\xb5\xc5\x0f\xa1\xf8\xf9\ \x63\xf9\xe2\xa7\x50\x2e\x02\xa7\xca\xa1\x33\x81\x58\xbe\x02\x90\ \x1c\x17\x7c\x3b\x81\xf4\x87\x04\x0e\xc1\xba\x58\x3b\x84\x79\xc1\ \xbc\xac\x30\x94\x7e\xa8\x43\x04\x85\x0f\x4f\x38\xd8\x26\xe0\x44\ \x3c\x2b\x75\xb9\xfb\x21\x96\x20\x97\x10\x08\x02\x39\x07\x87\x09\ \xb6\xe6\xf0\x59\xb6\xd6\x28\x02\xca\xde\xef\xec\xc0\xca\xe5\xd8\ \x0e\xe6\x83\xc0\x3b\x04\xe2\x3c\x7a\x74\x3d\x01\xd6\x3e\x1e\x28\ \xc5\xcf\x8b\x1f\x17\xcb\x80\x72\xa2\x40\x05\x02\x9e\xb5\x17\x01\ \x65\xed\x14\xeb\xf0\xf3\x8f\x3f\x39\x2c\x34\x8d\x63\xcb\x97\xa7\ \xf4\x4e\xf1\x69\x04\x58\x40\x58\x8f\xcd\xa6\xbd\xb5\x43\x30\x86\ \x46\x93\x4b\xf9\x10\x14\x16\x8b\xc3\xd3\x04\x42\xc0\xd5\x49\x70\ \x0a\x09\x81\x23\x99\x95\x50\x28\x14\x82\x2d\x14\xed\xe2\xd5\x33\ \x13\x51\x0e\xb3\x71\xb2\x85\xcf\xa4\xe1\x69\x0a\xb9\x54\xb6\x7e\ \xa1\x10\xf2\x11\xd6\x7c\x01\x6b\xf6\x87\x42\x24\x91\x82\xa9\x5f\ \x84\x34\x91\x88\x22\xfd\x0e\xdc\x9c\x95\x49\xf9\x22\xfe\xf2\x05\ \xb8\xf4\x50\x26\x97\xae\x4a\x96\x25\xb6\x0e\x04\x0e\x1f\xc7\xe3\ \x71\x58\x14\x89\x62\x7d\x75\x59\x84\xa7\x11\x24\x02\x85\x14\xb0\ \xc0\xfc\x59\x05\x87\x05\x3c\x45\x0a\xbc\xec\xec\xfa\x4f\x89\xec\ \xe7\xaa\x0c\xec\xb5\xc8\x23\xc8\x7f\x2c\x0b\x7f\x7c\xff\xe3\x8f\ \x89\x34\x29\xdf\x0a\x23\xbf\x10\xb0\x00\x69\x36\xbb\x2c\xe5\xff\ \x76\xc3\xcd\xed\x9a\xab\xa7\xa7\xa7\x1b\xd2\xd5\xd9\xf5\x26\xe3\ \x55\xb8\xdb\xa3\xf7\xb5\x95\x8d\x2d\xcc\xc7\xd7\xa3\xa3\x1f\x5c\ \xf1\x0f\x41\xba\xf9\x07\x05\x85\x04\x5d\xbb\x7e\xcb\xf3\xea\xfd\ \x07\xb7\xae\xdf\x7c\xdd\xda\x50\x11\x5f\x51\x45\xad\x6f\x6e\xcd\ \xc8\xfa\xe4\x79\x97\x91\xce\x64\xc4\xbc\xbe\xf7\x32\x89\x91\xd1\ \x40\xcd\x4e\x67\x26\x36\xbd\xae\x78\x8d\x04\xfb\xc8\x7c\x8e\xfa\ \xfa\x0f\x80\x57\x9f\xc1\x79\xac\x7f\xfc\x9e\xfa\xfb\x3f\xc0\xb4\ \x54\xe0\x3e\x18\x4d\xf1\xe5\xdb\xaf\x5c\x8a\xcf\xa9\xe1\x5f\x01\ \xb2\x85\x84\x03\x0e\xf1\x1f\xc0\x23\xe0\xcc\x7c\xbe\x77\x88\xb7\ \xe7\xb5\x87\x37\xef\x3d\x7a\xf8\xfc\x49\xdc\xa7\xa4\xd2\xb9\xb3\ \x53\xfa\xc2\xde\xc6\x40\x2e\xa9\x63\xd7\x67\x23\x83\xd9\x95\x95\ \x5e\x5d\x46\x2a\xcd\x2d\x7c\xdf\xb8\xf4\xf8\xcd\x93\x17\xd5\x8c\ \xa7\x2f\x22\x47\x9e\x3c\x7b\x76\xed\xd5\xe3\xf7\x1f\x1a\xd3\x3f\ \x24\xc6\x97\xc6\xbf\x48\xea\xa2\xe6\x32\x72\x96\x9a\x9b\x17\x86\ \x88\x03\x3a\xfa\x4e\x71\xcd\x87\x47\x05\xc4\xa6\x77\xb5\x19\xc0\ \xb8\xbf\x91\xd4\x52\x34\x3a\x9e\x4b\xef\x68\xaa\x21\xce\xab\x8c\ \x7d\x0b\x75\xaa\x8d\xa1\xea\xce\xa1\x21\xfd\x78\x59\xf1\xe4\xc6\ \xdc\x1e\x23\x1b\x38\xc8\x96\x3d\x7a\x54\xd1\xd1\x34\x5d\x49\x5e\ \xd8\x68\x2a\x8e\x7e\xc8\xd0\x1d\x19\x19\x55\x23\x45\x85\x4b\xa3\ \x1b\x07\x4b\x69\xe3\x83\xdd\xe6\xec\xbd\xd8\x9e\xc9\xa5\x9e\xf9\ \xcc\xe1\x85\x80\x8d\x2e\xcd\xe3\xfd\xce\xc7\x9e\x39\x25\xd5\x23\ \x86\xa6\x4c\xa3\x3a\x70\xb7\x8f\x3b\xa2\x9d\xcb\xae\x2c\x25\x1b\ \x8d\x31\x4b\x03\xbb\x74\xee\x59\x32\x55\x3c\xe6\xb8\xa2\xe4\xae\ \xed\xef\x5d\x1a\x0c\xa5\x65\x6b\x06\x3f\xfd\x24\x69\x43\xc7\xe5\ \x5a\x96\xa6\x26\x74\x81\x4a\x31\x3d\x2b\xd3\x10\x61\x9c\xda\x9b\ \x16\x9f\x51\x87\x54\x75\xb9\x7e\xc1\x75\xcc\x62\xba\x6a\x20\x66\ \xb8\x68\x72\x3c\x73\xf2\xf4\x7d\x2e\xf9\x74\xab\x64\x89\x51\x5d\ \x9d\x5b\x56\x48\x2a\x1e\x9d\xec\xe8\xda\x3d\xea\x4f\x19\x02\x24\ \x24\xb1\x31\xfe\xdd\xfb\xc2\xbc\xaa\xa2\xfb\xf7\xd8\x75\x15\xba\ \xcc\xba\xe9\xd1\xdd\xe9\x52\xc6\xf8\xbe\x69\xa4\xb5\x6f\xc2\x9c\ \xa3\xcd\x30\x12\xd3\x94\x3d\xfa\xe1\xac\xba\x83\xde\x05\xb3\x86\ \x9c\x99\xab\x5d\x98\x37\xf6\x6d\xe9\xd2\xab\x2a\x95\xb1\x2a\xcd\ \xa9\xd6\xa8\x62\x93\xda\x2a\x49\x47\x5b\x5d\x59\x75\x93\x0d\x79\ \xf5\x0d\x0b\x67\x6c\x7d\x56\xd1\x50\xb5\x36\xb7\x5e\x75\xb8\x62\ \x34\x3e\xcc\x0f\x02\x8c\x9a\xf3\x75\xdf\xa8\xcf\xe1\xbe\xae\x57\ \xe3\x87\x47\x49\x0b\x03\x74\xf6\x96\x2e\x83\x41\xee\xdc\x1f\xe8\ \xac\xcc\x9c\x63\x36\x2c\x98\xf4\x24\xba\xbe\xbe\xed\x39\x77\xd8\ \xf8\x31\xba\xe8\x78\x77\x77\x2e\x93\x5b\x55\x9a\x75\x96\xd2\xdb\ \xd1\x14\x4f\x5a\x29\x21\xef\xf7\xf5\x92\x19\x39\x6c\x95\x79\xbe\ \x4f\xa5\xc9\x1c\xc8\x5a\x20\x36\x35\xcc\xeb\x16\x7a\xb3\x6b\x7b\ \x49\xa5\x9d\x03\x07\xef\xdc\x9c\xfd\x7d\x9d\x83\x7c\x01\x81\x05\ \x50\x2b\x04\x2c\xf2\xf3\x7e\xd0\x3c\x32\x5a\x38\x54\xa8\xd1\xa6\ \x1c\x57\xde\xf6\x46\xba\x85\xb8\x3d\x6c\x28\x6d\x6c\xe8\xcc\x2e\ \xad\x69\x6b\x6c\xad\x62\x8c\xb0\x0d\x69\xf6\x63\x8d\xf3\x3b\x33\ \x15\xf4\x3e\x43\x2e\x33\x9e\x51\x54\x13\x47\x4c\x37\xe6\x56\xb7\ \x66\x1b\x4b\x4b\x01\x77\x2b\x36\x2a\x7b\xc6\x22\xdd\xcf\x55\xa6\ \x5a\x97\xb4\xc3\xc3\xd3\x58\xab\x83\xf1\xe9\xe9\xd1\x45\xa3\x4e\ \xd3\x65\x51\xd2\x35\x07\xea\x9e\x60\x65\xac\x23\xcc\x34\x36\xe3\ \x6e\xb5\xad\x76\x3a\x4f\x71\xf1\xd3\x1b\x9d\x52\x22\x03\x82\x09\ \xee\x90\x40\x84\x75\xa8\x3b\x07\x85\x76\x70\x72\x98\x71\xc2\xe1\ \xb1\x28\x3b\x08\x34\xb0\xf1\x4d\xcb\xe4\x44\x00\x0e\xe2\x15\x10\ \xeb\x68\xef\x71\x0e\xf7\xc1\x42\x42\xa7\xfd\x66\x67\x29\x80\x7c\ \x92\x8a\x70\x2e\x80\x82\x12\x4a\x57\xa5\x78\x91\x14\xec\x7d\xc0\ \xb3\xb7\x1c\xa7\xc5\x5a\x39\x48\xc0\x80\xe3\x8b\x65\x40\xe4\x60\ \xec\xd1\xd6\x70\x9a\x9d\x7b\x20\xce\xda\x05\x00\x88\x8d\x93\xbb\ \xbd\x21\x20\xc5\x2e\xd0\x1e\xf0\x8d\x68\x04\x1e\x86\x10\xca\x31\ \x70\x91\x44\xc0\x77\xc0\x13\x70\x0e\x7c\x09\x01\x47\x40\xb1\xac\ \x62\x31\x2e\xfd\xa1\x91\xa1\x9b\x62\xe3\x94\x4b\x2c\xc1\x5d\x93\ \xad\x31\xee\x46\xb0\x2e\xd6\x2f\x7e\x10\xb0\x7c\x01\x05\x23\xfa\ \x21\xe0\xd1\xf8\x04\xec\x60\x1a\x1f\xfb\x1d\x10\x54\x1e\x30\x87\ \xd0\xc3\xda\xf4\x0d\x3c\x07\xc5\x89\xed\xb7\x75\x57\x9e\x0d\x70\ \x0f\x4f\x06\x37\x6d\x15\x0a\x16\x4a\xce\xa2\xf0\x14\x17\x72\xd1\ \xec\xac\x94\x46\x50\xc8\x59\x76\x04\x80\x27\x7c\x21\x60\x52\xd1\ \x7c\x16\x2a\x36\x0c\x3a\xb1\x66\x8f\x03\xa4\x91\x7c\x55\x2e\xe0\ \x89\xd6\x15\x04\x82\x35\x0a\x85\xc0\x8a\x96\x05\x84\x55\x60\x37\ \x29\xc4\x41\xfa\x53\xc1\xc3\x09\x50\x92\x3f\xe4\x78\x16\x8b\x27\ \x12\xfc\xbc\x00\xb3\xbe\x40\x35\xf6\xe3\xc7\xac\x48\x84\xe7\x4b\ \xb1\x78\xa9\x5c\x2e\x42\xb3\x08\x72\x21\x4f\xc8\x27\xb0\xe4\xb3\ \x1c\x3c\x45\x24\xe0\xb1\x24\x92\x59\x3e\x86\x20\x51\x00\xfb\xc9\ \x24\x60\xa6\xd8\x4f\x09\xd8\x23\xe2\xc7\xf2\xaa\x40\xb2\x7c\x01\ \x47\x49\xad\x08\x68\x88\x4c\x86\x0a\xf6\x82\x62\x07\x83\xa5\xbf\ \xdd\xbf\xe9\x7c\xcb\xd5\xf9\x0a\xd2\xd7\xd7\x3b\xc8\x3b\xc4\xd3\ \x3b\x35\xc8\xed\xea\x6d\xe7\x2b\xd7\xef\xc4\x3d\x7d\xfa\xf4\x5a\ \x6a\x38\x30\x64\x90\x21\x51\xbe\xe1\xfe\xe1\xe1\x21\xde\xbe\xde\ \xc8\xd4\x2b\x77\xaf\x20\x6f\x3f\xbc\xf1\xe8\xdd\xe3\x17\x6f\xa9\ \xc5\x89\x2f\x5a\xba\xaa\x98\x2f\x5e\xde\xb8\xf3\x24\xbe\xfa\xd3\ \x8b\xb7\x49\x05\x31\x6f\x0b\x5e\xbe\x7a\xf2\xf6\xda\x37\xb0\x33\ \xf2\x67\xb0\x82\xf4\xf7\xa8\xcf\x9f\xff\x01\xa6\xa2\x7e\x03\x33\ \xbb\xc0\xba\x87\x2f\xdf\xc0\x62\xf8\x6f\xe0\x0c\x3c\xe8\x15\x53\ \xbf\x80\x45\xef\x5f\xc1\x46\x0d\xe0\x94\x56\x94\xaf\xf7\x95\x6b\ \xae\x77\x3c\x9d\x01\x08\x26\xc7\x27\xe7\xd4\xf5\x65\x65\x16\xe5\ \xb4\x9b\xfb\xce\x8f\x26\x2d\xc9\x4f\x3a\x3e\x90\x13\xef\x37\xcd\ \x97\x36\xd4\xbc\x88\x2e\xa9\xa6\x7e\xb8\xf3\xec\xc1\xb3\xe4\x7b\ \x8d\xaa\x09\x6a\x72\x75\x4d\x5f\x9d\x8a\xb4\xb5\x31\x3a\x4f\x64\ \xa4\xb7\xd4\x36\xef\x16\x33\x89\x8c\xda\xda\xda\xe4\x82\xe1\xac\ \xb9\xbe\x6a\x36\xbb\xd9\xf0\xee\xfe\xd3\xb8\xda\x38\x46\xf3\xed\ \x67\xf7\xde\xc5\x3f\x6f\x5b\x49\xba\xdf\x52\x38\x90\x1e\xdd\x50\ \xac\xa9\xa8\x9a\x9f\x1b\xdd\x34\x2c\x26\x1c\x1b\x89\x85\x2b\x86\ \xad\xdc\xf6\x49\xbf\xf4\x14\x71\x76\x74\x47\x51\x8e\x96\xf1\x36\ \x63\xa4\xa8\x7d\x72\xb8\xb9\xc9\x52\x50\x4b\x6e\xa8\x2e\xdd\x7b\ \x4f\x3a\x38\x3b\x98\xda\x3b\x5b\xe8\xbb\x34\x44\xee\xe8\x9a\x27\ \xbb\x3e\xc6\x70\x6f\x18\xd2\x8b\xdf\x15\xc7\x17\xb4\x31\x75\xca\ \x91\x8a\xbb\x31\x99\x8d\x2f\x89\x5b\x19\x5a\xa5\x78\x2f\xe7\x63\ \x5c\x7b\x43\x77\xd9\x98\x78\x60\x9e\xa9\x5e\x28\x25\xcf\xcc\x1b\ \x7b\xba\x22\x2c\x45\xc6\xa3\xcc\xe4\xa6\xa4\x92\xe2\x87\x2f\x7a\ \xe9\xc5\x1b\x85\x33\x43\x7b\x3a\xba\xd6\x43\x77\x6a\x99\x28\xd4\ \xab\x55\xfb\xcc\xc9\xcb\xc9\x21\xd5\x18\x99\xb8\xa5\xad\x6d\xe6\ \x9e\x8e\xbd\x7d\xd2\xda\x36\x30\x6f\xd9\x57\x1e\xa6\xaf\x5c\x2e\ \x6c\x8c\x66\x12\x0b\xe9\x80\x80\x68\xdd\xa1\x1b\x56\x7c\xd2\x74\ \x6b\xe2\xf1\x8e\xe6\xd7\x15\xc7\x85\x9f\xfa\xf2\x5e\x96\xd1\x8d\ \xe9\xb9\xca\xd1\x06\x71\x9a\xb2\xab\xbe\x92\xab\xdc\x2c\xa3\xef\ \xf6\xb6\x6c\xa5\x1c\x9b\x9b\x4a\x6a\xa7\xcf\x16\x0c\x75\x99\x06\ \xed\xd8\xd9\xae\xee\x2c\xe0\x5c\x33\x5c\x37\xd0\x6f\x2e\x1b\x6a\ \xaa\x3a\x1c\x20\x1a\x6b\xdb\x8d\xe9\x4d\x4f\xb2\x87\x92\x5e\x32\ \xb9\xd4\xec\xce\xdd\xae\xf9\x1d\x9d\x61\x6e\x9e\x98\x5d\x65\x30\ \x11\xfd\xa3\x90\xe1\x21\xfe\x37\x6e\x05\x7d\x49\xf5\xbd\xf9\xe0\ \x6d\xae\x61\x98\x3b\xd0\x35\xb0\xb2\xcb\x6c\x26\x17\x57\x0d\x15\ \x17\x97\xd5\x8f\x89\xc9\xbd\x23\x99\xb9\xe4\x22\x32\x49\x4f\x22\ \x2e\x4d\x8e\x4f\xd6\x4d\xd6\xbd\xac\xab\x25\xc5\x65\x16\x66\x64\ \x91\x2b\x5b\x87\x18\xb9\x60\x38\x5f\x53\x5b\xf1\x98\x8a\xbb\xb0\ \x68\x1e\xe8\xb5\x2c\x14\x6e\x64\x91\xea\xeb\x7a\x0d\xa3\x86\xae\ \x15\xee\x7e\x2b\xd2\xd3\xdb\x0d\x18\x91\xde\x48\x57\x57\xff\x28\ \x60\x44\x78\x87\xf8\xe7\xe7\xbb\xbd\xef\x32\x9b\xcd\x2a\xb3\x25\ \xc1\x9c\x74\xff\xee\xb3\x27\xef\x5e\xbf\x2b\x48\x6e\xcf\x20\x93\ \xdb\xf2\x6a\x12\x1b\x8d\x75\x86\x48\xbe\xf9\x23\xb5\x83\xd8\x75\ \x7c\x76\x4c\x67\xb4\x8f\x18\x2d\xdd\x4a\x4b\xd7\x49\x68\xd1\x54\ \x7f\xf0\xf9\x56\x6e\x64\x8a\xb6\x6f\x5b\x9f\x50\x0e\xeb\xef\x36\ \xe5\x51\x06\x8d\x27\x45\x55\x26\x77\xe0\xd5\x52\x16\x77\x6d\x20\ \x3e\xc1\x26\x53\xa4\x7d\x7f\x9a\xb5\xe3\x41\x8a\xbd\x53\xcf\x0c\ \x24\x18\xdb\xdf\x33\x6d\x70\x9c\x48\xb3\xef\x09\x9e\x71\x72\xa0\ \x21\xa0\x33\x01\x68\x02\x0a\x2e\x42\xd0\x84\xeb\x28\x0c\x05\xce\ \x83\xf6\x5b\x11\x02\xa7\xac\x02\x07\x7d\x1c\xbc\xa0\x0e\xf6\x07\ \xe5\x61\x28\x38\xc1\xca\xc5\xce\xae\x3c\xc0\x8e\x40\xf1\x62\xd9\ \x42\xd2\x7c\x26\x1c\x12\x0e\x03\x27\x6c\xdc\x59\x34\x0e\x80\x2c\ \x40\x66\x48\x58\x28\x47\x1c\x4b\xf6\x03\xf8\x4f\xfe\xf9\xe3\xe2\ \xcf\x0b\xc0\x11\xfd\x58\xbf\xf8\x53\x21\x97\x71\x10\x98\x08\x1c\ \xda\xda\x7e\xc6\xcb\x71\xe6\x38\xf6\xdc\x1d\x87\xc0\x58\xfb\x60\ \x00\x52\xe0\x64\x28\xdc\xac\x44\x04\x21\xb0\xb0\x04\x28\x0a\x8d\ \x15\xb2\x50\x10\x21\x1f\xeb\x35\x73\x34\xa5\x84\xd9\x13\x02\x03\ \xdc\x37\x5b\x89\x53\x4b\xbb\xdd\x28\xd9\xba\x8c\xe5\xe5\xc1\x83\ \x3a\x50\x30\x58\x14\x4f\xc8\xe2\x61\xec\xa0\xfd\xb6\xdd\xe6\x41\ \xb8\x8b\x3a\xd8\x31\x6d\x4d\xd5\xed\x75\x9e\x40\xa0\xd9\xa0\x6d\ \x7d\x6c\x23\x23\xfd\x54\xe9\x67\xc7\xdd\x36\x6a\xb0\xd7\x2a\x01\ \x2e\xa2\x10\xd6\xff\x39\xcb\xe3\xb1\x96\xe5\x3c\xf9\x3a\x85\x80\ \xe3\xc9\x11\xf6\x1c\x5b\x97\xb0\x29\x17\x04\x01\xc3\x93\x2e\xcb\ \x96\x05\xcb\x7c\x9e\x10\xc1\xc3\x53\xac\xa1\x00\x8d\x05\x3c\x1b\ \xb9\x42\x22\xe4\x08\xb0\xee\x3c\x11\x56\x82\x4e\xb0\x12\xfe\x29\ \x62\x89\x96\x67\x25\xd2\x8b\xef\x3f\xa4\xb2\x59\x8e\x48\xb6\xbe\ \xfa\xf3\xcf\x3f\x57\x57\xe5\xab\xb3\x60\x5e\x98\x84\xaf\x00\xab\ \x1f\x56\xf9\x52\x60\xfb\x2a\xd8\x01\x55\x26\x01\x4c\x21\x20\xbb\ \x56\x65\xbf\x4a\x77\xc1\xb0\xc2\xe5\x65\x85\xe2\xe2\x62\x59\x28\ \xc2\x51\xd0\x7c\xe0\x4a\x28\xe4\xa3\xc3\x12\xdc\xad\x83\x69\x94\ \xb4\x60\xd1\x6f\x15\xcf\x6e\xdf\x7a\x88\x74\x0e\x07\x34\x4e\x88\ \xa7\x73\x88\x77\x50\xaa\x2f\x12\x79\xf5\xa6\x9b\xf3\x0d\x57\xcf\ \x2b\x60\x82\x8d\xb3\xaf\x5b\x6a\xb8\xb7\x37\x20\x8e\x82\xc0\xe0\ \xdf\x70\xdf\x90\xa8\x54\x7f\x7f\x5f\x64\x54\xbe\x2f\xa0\xd6\x9d\ \x6f\x3e\xbb\x73\xf7\xed\x8d\x3b\x0f\x6e\x5e\xbd\xfd\xf4\xf1\xa3\ \x2b\xd7\x6e\x03\xf8\xf3\x75\xbe\xf5\xfc\x9e\x7f\xd4\x3f\xc0\xaa\ \x05\xd0\x13\x82\x45\x59\x5f\xbe\x7d\xfd\xf6\xf5\x77\xb0\xa1\xcc\ \x67\x90\x50\x21\xa9\x9f\xc1\xf6\xa4\xf9\xdf\x80\x8b\x2f\xa9\xe0\ \xe2\xc2\xdf\x7f\xf5\x51\x4e\x0d\x0a\x0f\x09\xf1\xbc\x7a\xfb\xde\ \x55\xa4\xf7\x8d\x97\x1f\xe2\x63\xda\xcb\x48\xe4\xcc\x47\x37\x3a\ \x2a\xef\xdd\x7b\x4b\x24\x9d\x64\xb7\x34\x57\xb6\x73\x0b\xaa\x63\ \xaa\xbb\x1a\xa3\x9f\xbd\x99\xa3\xe7\x76\xc5\x3f\x7f\x11\x9d\x7c\ \x87\x9a\x99\x5b\x9d\x67\x49\xd7\x6f\x45\x72\xcb\x4a\x5b\xb3\x8a\ \xba\x8a\xd2\xeb\x8d\x73\x26\x33\x3d\x27\x73\x23\xb7\xb6\x21\xb7\ \x2b\xaf\x3e\x53\x65\x99\x5b\x20\x57\xf6\x4e\x7c\x72\x7d\x30\x95\ \xcb\xf8\x98\xd7\xc9\xa0\x53\x6b\x63\xea\x2e\xf7\x37\xc6\x87\xfa\ \x76\x77\x87\x57\x06\xaa\xb2\xa6\x54\x1b\xe2\xd2\xe4\xda\xad\xa6\ \x5e\xe3\xf6\xd9\xf4\x98\xa9\x6d\x5b\xd5\x39\xba\x72\x34\x56\x48\ \x9e\x9f\x4c\x7c\x9c\x3d\x5c\x95\xf3\x81\x94\xf4\x9c\xc9\xa8\x1d\ \x9a\x2b\x1e\x67\x64\x9f\xee\x6a\x47\xb4\xbd\xe6\x8c\xda\xa2\xe8\ \xa4\x82\xc7\xe1\xae\x15\x0d\x0c\xc4\xc8\x28\x69\xfc\x53\x67\x7a\ \x7b\x41\xb3\x76\x73\x34\x93\xca\xae\x27\xa9\x4c\xca\x9e\xad\x6e\ \x63\x33\x9d\x5d\x33\xb4\xd4\xfc\x56\x6c\xce\x5a\x39\x9e\x28\x2f\ \x8f\x4c\xf1\x33\x1d\x1a\xc8\x75\x0b\x99\x39\xe4\x9c\xd6\x98\xad\ \x03\x06\x69\x2e\xdb\xa8\x59\xd8\x4f\x3b\x39\x3e\x0f\x08\xdd\x02\ \xfe\x61\x26\x17\x56\x46\xc4\x75\x69\x16\x92\x6a\x5e\xbd\x3b\x6e\ \x4c\xd9\xed\x1b\x37\x62\xe7\xcd\xa5\xaa\x9d\xb6\xb9\xc3\xd3\xad\ \xe2\xd1\x6d\xc0\x47\xae\xd4\xbe\xbb\x1f\x97\x9b\xb3\xbb\xbf\x92\ \xbe\xaf\xd3\x2c\x75\xe6\xb5\x0f\x29\x4f\xdb\xdf\xbf\x8c\xb7\x14\ \x9a\x76\xb2\xdf\x52\x27\x95\xd3\xf3\x07\xcc\xbe\x83\xc3\x3d\xae\ \x81\xd1\x74\x20\xb6\x0c\x6e\x9e\x4d\x5b\x0c\xdb\x53\x23\xd5\xe2\ \x93\x5d\xcb\xa4\x32\x4d\xb5\xcf\x98\x57\xa5\x4d\x2f\x95\x15\x6b\ \xb9\x03\x0b\x19\x59\xd5\x45\x1d\x23\xd4\xa4\xa4\x85\xcb\xf6\xe2\ \xce\xd6\xde\xa6\x67\x03\x19\x03\x62\xb5\x79\x32\x70\x9a\xab\xeb\ \x7d\x0c\x8c\x06\x37\x5f\x40\x01\x83\xa5\xa3\xf7\x5f\x15\xa9\xc6\ \x87\x16\xca\x8a\x47\xfa\xe6\x33\x32\xb4\xe4\x8d\xb9\xc2\x2d\x92\ \x52\x55\x54\x9c\xa9\xd2\x65\x19\xb7\xa6\xe8\xe2\xf9\xf9\x06\x62\ \x56\x71\xe1\x5e\x99\x61\x6e\x6f\xa0\x75\xb4\x6e\x67\xa1\x28\xbd\ \xa8\xb6\x65\x7c\x73\x8e\x2b\x1e\x99\x2c\xb3\x94\xcd\x9b\x0f\x55\ \xfa\x83\xde\x91\x91\xad\xdd\x51\x4d\xe6\xd4\xe4\x3c\x89\xbd\xa2\ \xb9\xe2\x86\x04\x18\x15\x0e\x5c\x5c\xf1\xf4\xf6\x0d\x09\xf7\xbf\ \xea\xeb\x0d\x26\x02\xdc\xeb\x35\x19\x26\xd3\x06\xd3\x0e\x4e\x2b\ \x9e\x97\xd4\x17\x7c\x7c\xf7\xb2\xa2\xb3\xa0\xa4\xa5\xa3\xb9\xb1\ \x69\x7e\x6e\xcf\x0f\xaa\x26\x37\x37\x32\x35\x2d\x49\x74\x1f\x1c\ \xd4\x21\x34\xf4\x52\x7d\x32\x9d\xc2\x34\x9b\x35\x86\x15\xbf\xf2\ \x72\x17\xd3\x9c\x41\xb3\x1d\x69\x3a\xf6\xf3\x33\x1a\x03\x8f\x7d\ \xac\xc2\x42\xa1\x90\x45\xaf\x58\xbf\x94\x84\x00\x2c\x34\x34\x36\ \xd4\xdd\x31\x76\xda\xef\xb8\x57\x19\xd1\xbd\x19\x6b\x17\x88\x5d\ \x0b\x8b\x38\xda\x30\xa6\x71\x22\x0f\x60\xee\x68\x3e\x05\x0d\xf5\ \xc3\xb2\x9c\x8e\x6d\xad\xe1\x78\x01\x5a\x21\x84\xb2\x38\x5e\x00\ \x14\x82\x83\xcb\xad\x54\x1e\x5e\x11\xb1\xfd\x69\x13\x47\x4b\xc7\ \x6a\x47\x1f\x17\x2b\x98\xc7\x5a\x7a\x18\xdc\xe5\x24\x6c\xd2\x22\ \x56\xdb\xfa\x9c\x1c\xce\xf7\xa7\x04\x0c\x86\xaa\xd1\x3c\x98\x97\ \x83\x95\x55\xcf\x92\x4a\x9c\x80\x97\x2f\x2b\x56\xd7\x7f\xae\xff\ \x00\x6b\xbc\xff\x04\xcc\xdc\xf7\xbf\xfe\xf8\xe3\x8f\xbf\xbe\xaf\ \x03\xfe\xcf\x7a\x66\x17\x8f\xa5\x60\x21\x50\xab\x60\x9e\x44\xc8\ \xb2\xc3\x58\xf1\x7e\xc5\x0b\x4a\x78\x34\x1e\x87\xc2\xa1\x88\x10\ \x97\xd6\x32\x9e\x87\x57\x5a\x5a\x02\xd1\x1a\xb5\x4f\x1a\x57\x46\ \x44\x38\x41\x69\x68\x6b\x04\xc1\x0a\x63\x6f\x4b\xa0\xc0\x01\x21\ \x68\x4f\xe0\xc8\xe5\xeb\xcb\x32\x2c\x04\xcf\xc2\xa2\xe1\x76\x4e\ \x7e\x38\x18\x14\xd2\xb3\x33\x55\x7e\x64\xde\x9a\x2c\x07\xf3\xa2\ \x97\x67\x09\x36\xee\x6b\xee\xb6\x76\x01\x76\x28\x94\x88\x86\x87\ \x2f\xaf\xe2\x08\x12\x3e\x45\xc8\x82\x41\xf8\x34\xfb\x45\x1b\x68\ \xda\xf6\x31\xd4\x6b\x13\xe1\xe3\x6e\x43\x83\xda\x89\xe4\x52\x3c\ \x0a\x8f\x12\xa1\xf1\x34\x47\x07\x07\x17\x3e\x41\xf1\x1d\x87\xf8\ \x21\x23\x88\xf8\x3c\x09\x46\x22\x10\x2a\x64\x32\x89\x10\x25\x13\ \x09\x29\x60\xac\xa3\x6c\xf5\x87\x90\x87\x20\x28\x04\xbf\x52\x55\ \xa5\x0a\x99\x48\x0a\xa6\x5c\xd0\x64\x0a\x14\xda\x0e\x2f\x04\xf4\ \x93\x42\x24\xa0\x09\x66\xa5\xeb\x17\xb3\x00\xdd\x80\x1d\x04\xcb\ \x17\x3f\x66\x01\x76\x01\x06\xf1\xfb\x32\x4f\x0e\xb6\x99\x67\xb1\ \xa4\xb3\xdf\x7f\xe0\xa1\x81\x22\xa9\xec\xe2\xe2\xe7\xec\xf2\x6f\ \x2f\x1f\x5e\x0b\xf1\xf5\xf6\x0d\xf2\x75\x0b\x07\x0f\x69\xae\x57\ \xc3\x53\x53\x83\xbc\xaf\x23\xdd\x00\x38\x5d\xf5\x8e\x0a\x01\xee\ \x02\xda\x0a\xe9\x89\xcc\x8f\x0a\xf1\xbe\x02\xe0\x0a\xe9\x1f\xe2\ \x1f\x12\x14\x84\x04\xa3\x04\xbf\xe4\xa7\xfa\x5f\x01\x0e\xb7\xbe\ \x9e\x77\xae\xb8\xde\xba\xea\xea\xed\xeb\xe9\x0c\x0e\x34\x4f\xff\ \xa0\x28\x40\xaf\x45\x85\x03\x70\xfa\x0a\x68\xa9\x28\x80\x46\x5f\ \x01\x44\x85\x78\xa7\x86\x7c\x06\x03\x29\x80\xbb\xdf\x52\x43\xbe\ \x7d\x89\xfa\xfa\x15\x20\x16\x38\x07\xff\xed\xf7\x7c\x80\x84\xc0\ \x16\x7f\xa4\xf7\x4d\xcf\x5b\x57\x9d\x6f\x3f\x7d\x12\x1d\x17\x53\ \xaf\x0e\x65\x33\x7b\x35\xe4\xda\xd6\x97\x2d\xaf\x5f\xbe\x48\xcc\ \x9d\x67\xd4\x5c\xb2\x1f\x68\xd8\xb5\x47\x95\xad\xd1\x9f\x8a\x73\ \x1b\xa2\x93\x2a\xdf\xbc\x7e\xd2\x60\x1c\x27\xd7\x25\xe7\x9a\xcd\ \x73\x73\xa4\x8c\xf9\xba\x81\xbe\xac\xec\x85\x25\x83\x0a\x42\xd0\ \xb7\xd4\x0c\x68\x6a\x6b\x18\x7d\x0c\xb2\x6e\x61\x9e\x5b\x19\xfd\ \x6a\x50\xa6\x7d\x7a\xbb\x62\x38\x67\x65\xb7\xa6\x62\xb8\x4d\xdc\ \xd0\x59\xf1\xe4\xf1\xab\x4f\x95\x1f\x4b\x5e\xdc\xbe\xf7\x2e\xae\ \xb1\xc5\x32\x5a\xdd\x57\xd5\xdc\xb4\xd1\xd1\xb1\xd2\xb0\xa4\x2c\ \x78\x49\xae\x62\x94\x91\x73\x5b\x1a\xe2\x9f\xe7\xbd\x8e\xe9\x25\ \xd1\x49\x45\xc5\xad\xa3\x1f\xef\xed\x2d\xb5\x55\xb5\x8e\xd3\x87\ \x9e\xd7\xed\xe9\xd5\xa4\x47\x1d\x71\xd5\xe9\xf7\x2a\x93\x1a\x93\ \x5c\x07\x4a\xe6\xf2\xc8\x27\x06\xc3\xc9\xfe\xc0\x86\xb6\xb7\x97\ \x3b\x53\x58\x91\x6e\xa6\xd6\xcc\xb8\x27\x10\x5b\xc5\xa3\x75\x6a\ \x4b\x77\x4f\x18\x1c\x0b\x77\x72\xf2\x49\x89\x54\xab\x2c\x1b\xbb\ \xe2\xb1\x05\x92\x8e\x5b\x56\x9f\x55\xc7\x34\xee\x9a\xe7\x77\xb7\ \x66\xca\x4f\xf6\x23\x12\xc8\xc9\xe3\x8d\xb5\x87\x3a\x76\x26\xe9\ \x43\x7a\x71\x0e\xf7\x63\x5e\xc5\xd3\x57\xcc\xdd\xa2\x0d\xe3\x48\ \xb0\xdd\xa9\x71\xb2\x8b\x3b\x3c\xca\xee\x23\xf7\x6f\xa9\xd6\x2c\ \xaa\xad\x98\xb7\x4b\x96\x4b\x52\x69\x45\xe1\x56\xe2\xe9\xe8\x7e\ \x6f\xb4\x79\xd2\x54\x9c\xd7\x7a\x6c\xd0\x6a\x76\x8a\x72\xe9\xea\ \x08\x63\x19\x57\xad\xda\xdc\x50\x1a\x22\xca\x4b\x8f\x94\x99\xec\ \xc5\x48\x55\x97\xca\xa0\xb2\x4c\xeb\xaa\xea\x32\xce\xfa\x8d\x43\ \x73\x75\x0d\xb9\xe6\xcb\x21\xae\xa6\xed\x43\x26\xb9\x6b\xf0\x6c\ \x47\xd3\x3a\xf9\xe1\x95\x66\xaf\x7b\x84\x9c\xcb\xcc\x2b\x68\x2d\ \x25\xb7\x77\x31\xdb\xd4\xa7\x62\x23\xd1\x15\xf8\xfa\x3f\xfb\x3e\ \x7c\xe1\x9a\x1f\x82\xbc\xf1\x2c\x4b\x69\xd8\x50\x19\x94\x9b\xea\ \xbd\xd3\xfd\xd3\xfd\xad\xa3\x3d\xf3\xc4\x41\x63\x17\xb7\xa6\x61\ \x7e\x34\xb3\x6b\x78\x6e\x77\x6b\x74\x69\x6f\x6f\x7e\x78\x97\xd9\ \xce\xac\x5e\xa9\xd9\x29\xec\xda\x4a\xc9\xe4\x66\x74\x0e\x34\x75\ \x1f\x8f\x6c\x4d\xa9\xc6\x7a\xa7\xe9\x4b\x2b\xe6\x89\x14\xd3\x76\ \x6c\x5a\x30\x83\x4a\x5e\xd9\x2a\xde\x32\xde\x74\x76\x43\x7a\xfa\ \xfb\x06\x21\x9d\x7d\x6f\xba\x06\x01\x03\xf3\xea\x75\x6f\x40\x6d\ \x01\x23\xea\x6a\x01\x93\x0d\x8b\x2c\xef\x99\x38\xad\x78\x19\xf3\ \x29\x3e\xb9\x8d\x9a\xfd\x3a\xbe\xbe\xb9\xb9\x99\x3d\x4d\xee\x46\ \xf7\x6b\xd9\xba\xa5\x85\xd2\xf1\xb9\xb8\xa4\x2c\x75\xa8\x35\x1c\ \x0e\xc1\xaa\x0e\x23\xfb\xcc\x53\xc1\xa1\x11\x11\xa1\x09\xc7\x61\ \x61\xe5\x56\x36\x08\x9f\x63\xb5\x43\x70\x70\x7f\x40\x7f\x4a\x3f\ \x04\xe6\x14\xd1\xef\x64\x2d\xf4\x0a\xf6\x98\xf0\x83\xfa\x84\x1d\ \x9f\x2f\xaa\xf7\x02\x4f\xb0\x1c\xa3\xda\x70\x38\x15\x81\xc3\xba\ \x5b\x4d\xa7\xa0\x83\xe1\x68\x0c\xde\x96\x46\x43\x05\xf3\xe1\x8e\ \x8e\xe8\x65\x19\x0b\xcb\x52\xd0\x68\x7c\x11\x05\x27\xb4\x0b\x85\ \x71\x74\x65\x9b\x1e\x76\x61\x43\x9b\x61\x09\x6b\xe5\xdb\x13\xfb\ \x33\xb4\x72\xcb\x46\xef\xde\x79\x04\xde\xc7\x86\xa6\xb2\x91\x07\ \xab\xdd\x2f\x8d\x5e\x9b\x85\x45\xdd\x01\x70\x04\x1a\x81\x4d\x18\ \xb3\xc5\xd9\x07\x3a\xc2\xb1\x1c\x21\xcd\x0e\xe7\x84\xb2\xe3\x21\ \xb0\x38\x1e\x70\x03\x0f\x58\x2c\x09\x56\xa8\x98\x65\xb1\xb0\x38\ \x09\x9f\x4f\xf3\xb0\xb6\x85\x63\x08\x22\x17\x30\x08\x4c\x21\xa7\ \x09\x11\xb6\xcb\x9c\x50\x04\x84\x46\x43\x63\xac\x79\x01\x01\x34\ \x28\xda\xc7\x3d\x38\xb0\x27\x56\xe5\x65\xc5\x52\x2c\x03\x86\x0d\ \x03\xb3\x41\xc1\xbd\x20\x7f\xca\xec\xe4\x14\x2b\x0c\x05\x81\xe3\ \xf1\x85\x34\xc0\xeb\xc9\xa1\xb6\x3d\x27\x13\xf8\x58\x5b\x81\x9c\ \x16\xbb\xdd\x33\xad\x82\x13\x38\x1c\x16\x4b\x32\xab\x90\x72\x04\ \x12\x0a\xc2\x11\x8d\x23\xe0\xe4\xf8\x30\x09\x16\x61\x13\x86\xe3\ \xe0\xad\x78\xab\x34\x9f\xb1\x81\xdd\xfd\x2c\xad\xf2\x20\x73\xc9\ \xc9\x11\x85\x86\x0c\x1e\xe0\x84\x02\x30\x11\x03\x85\x13\xc0\xc3\ \x1c\x82\x5d\xdc\x71\xf6\xc1\x18\x39\xc4\xcf\x1a\xc1\xa1\xf1\x71\ \x2e\x1c\x89\xf0\x87\x84\x00\x07\x4c\x1e\x26\x00\xc5\xa1\x09\x29\ \x38\x0e\x0b\xcf\xa2\x41\x68\x1c\x16\x07\x87\x25\x10\x10\x42\x16\ \x45\x44\x83\x4a\xf9\x22\xbc\xcf\x98\x8d\x93\x1f\x05\x01\xc1\x60\ \x96\xd7\xe5\x92\x59\x30\x14\x43\xb0\xae\xe0\x4b\x84\x72\xa9\x44\ \x28\x98\x15\xcc\xae\x83\xe7\x1c\x79\xb3\x52\x39\xf0\x76\xcb\x7f\ \xfe\xf5\xab\x36\xfe\xff\x82\x97\xbf\x5d\x71\x76\x0e\x47\x06\x85\ \xa4\x22\x01\xed\xe4\x1f\xe4\x86\x74\xcd\xf7\x0f\x02\x58\x03\xe0\ \xca\xd7\xdf\xdb\x17\xc0\x0f\x30\x6c\xfc\xdd\x00\x63\x18\xee\xef\ \x1d\x02\x5e\xbb\x06\x01\xcf\xf7\x07\xfc\xa1\xbf\x33\xd2\xd7\x39\ \x15\x19\xf2\x25\xc8\xd7\xd9\xd9\xf7\xea\x4d\x67\x64\x08\x30\xc2\ \xdc\xbe\x84\x07\xa5\xba\x81\x3b\xf9\x03\xa8\x02\xfb\x31\xfc\x0e\ \x36\xf1\xfb\xfc\xfb\x3f\xc2\x53\x43\x7c\xfd\x81\xa3\x72\x6a\x38\ \x60\x00\x83\xf2\xf3\xc1\x48\x8a\xcf\x60\x0d\xfc\x57\xb0\xe5\xfb\ \x97\xcf\xe1\x60\x77\x19\x40\xb7\xf9\xba\x79\x5e\xb9\x76\xed\x59\ \xf4\xdb\xe7\x25\xe9\xad\xc9\x1b\x0d\x4f\xaa\x8a\x5a\x1f\x52\x8d\ \x55\xdd\xea\xb2\x86\xf6\xe2\xa1\xc5\x39\xf3\x65\x51\x5f\x95\xc1\ \x61\x7b\x6b\xa7\xe9\x43\xc3\x16\xa9\x89\x6d\x59\x6a\xaf\xca\x25\ \x0d\x54\x2b\x75\xd3\xe3\x97\xc4\xa5\x7d\xd3\x40\x2f\xbd\x94\x51\ \x3a\xca\x38\x17\xd9\x2f\x19\xd8\x1f\x36\x88\xd5\x39\xd4\xe8\x92\ \x81\xca\xf7\xed\xe3\x4b\x71\xb9\xf3\x86\x9d\xa5\x1c\x4b\xd5\x8a\ \x71\xa4\x37\x99\xf9\xe9\x4d\xd2\xf3\x97\xcf\xe3\x5f\x3d\x79\x56\ \xf0\x3a\xee\xe9\xdd\x5b\x37\x1e\x65\xc4\x50\xcf\xb6\x56\x46\x35\ \xd5\x55\x47\x4c\x6a\x63\xc5\x8b\x87\x0f\xef\x3d\x49\x8c\x7e\xf7\ \xea\xd9\xfd\xd6\xba\x8f\x9f\x18\x9a\xa9\xec\x79\xe3\xcc\x48\x83\ \xc5\xd8\x50\x38\x52\x3d\xda\xfb\xa1\xbd\x4e\xcb\x25\xa6\x27\xd6\ \x71\xdb\x99\xed\x19\xa5\xd9\x79\x99\xed\x6c\x52\x7c\x32\xd9\xbc\ \xbf\x97\x95\x4b\x2d\x2d\x4b\x34\x57\x17\xa7\x17\x9a\x57\xa6\x88\ \x87\xea\x85\x71\xa5\x29\x2c\x14\x0f\x09\x4c\x9b\x38\x30\x76\x1f\ \x29\x0f\x0c\xe7\x3a\x73\xc2\xc1\xf6\xb6\x79\x6d\x5b\x6d\x9a\xd9\ \xd3\xe8\x2c\x8b\x61\x36\x10\x1c\x34\x58\x1d\x11\x31\x78\x68\x5e\ \x34\x1e\xcd\x18\xb3\xaa\xe7\xb5\xc3\x95\xe9\xe9\xc5\x25\x8d\x8c\ \xa4\x47\xd1\x6d\x60\xea\x45\x70\xca\x3e\x3d\xf6\xf4\x54\xb9\xc3\ \x98\xdf\x31\x9b\x36\x06\xaa\xba\x74\x99\x4d\xe7\x27\x1b\x8c\xd1\ \xb2\xf8\xe8\x9c\x0d\x4d\xed\x52\xa5\x65\x88\xd1\xbe\xb5\xd5\xcb\ \x50\xef\xfb\x98\x17\x3c\x2c\x64\xd3\xb9\x5a\x7f\x4a\x6f\xef\x3d\ \x2e\xed\x55\x67\xd3\x37\xb6\xc7\x32\xca\xb4\xe2\x35\xa3\xae\xec\ \x74\x41\x93\xd3\x4a\x26\x65\x8f\x94\x2e\x1d\x64\x12\xa7\x49\x67\ \xe2\xde\xc4\xf4\x81\xf8\x5a\x76\xed\xe3\xa7\x4d\x89\x44\x62\x73\ \xf1\x27\xf6\x42\x6b\x2d\x9d\x58\xd8\xf8\x81\xba\x31\x62\xda\x7f\ \xf6\x05\x3c\x2b\x72\xfd\xcd\x93\xa8\x20\xdf\x9b\x0f\x5b\x8c\xd3\ \x2b\x47\xe6\x08\x0f\x83\xc6\x38\x60\x58\x19\xde\xeb\xd6\x4e\x1b\ \xcc\x96\xa1\xe2\xaa\x25\xc3\xc8\x42\x46\x1d\x7d\xe3\xcc\x64\xd8\ \x5d\x5a\x38\x4c\x59\xda\x37\xea\x37\x0c\xc4\x91\x4c\x66\x34\xa3\ \x20\xee\x6d\x41\x0b\xbd\xaf\xeb\x34\xf6\x52\x2f\xde\xab\xcf\x39\ \x1b\xce\x21\xef\x8f\x4d\x01\x42\x30\x6c\x30\x2d\xb4\xe7\x2e\xd2\ \xd7\xd5\x3f\x08\x18\x83\x21\x41\xe1\xb7\xc0\x6c\x70\x24\xd2\x19\ \x18\x8c\xae\xae\xb7\x1e\xdc\x09\x41\x7e\xb0\x86\x79\x05\xa4\x4d\ \x4c\x37\x3f\xb9\xff\x2c\xa9\x91\x7c\x58\x96\x54\x5b\xcd\xa8\x9a\ \xd4\x2e\x20\x60\x63\xda\x85\x21\xf5\x89\xc1\x08\x0b\x98\xeb\x23\ \x56\x19\x13\xfc\x4e\x42\xc3\x26\xb6\x13\x0e\x06\xdd\xd1\x81\x3e\ \xee\xd3\x7b\xea\x83\xf3\x83\x04\x77\x07\xa7\x35\x1f\xbf\x60\x0f\ \x77\x2f\xb8\x8d\x35\xca\xce\x31\xc5\x70\x76\x8e\xc5\x0c\xfa\xa1\ \x09\x3c\xd8\x18\xc6\x1d\x17\x70\x0c\xf7\xe3\x47\x4c\xd8\xd8\x3b\ \x6e\x75\xd3\xa0\x28\x2f\x8a\x8d\xfb\xa5\x23\x6a\xfd\x42\x00\x81\ \x89\x44\x2c\xb4\x0d\x4a\x02\xef\x87\x10\xec\x28\x14\x0e\xde\x07\ \xcf\x12\xd2\x22\x68\x4e\x96\x4b\x2b\x48\x4a\xb9\x0b\x2e\x61\x62\ \x66\x2c\xd6\xac\x82\x63\xd0\x36\xfd\x11\xa6\x41\x68\xb9\xc9\xc3\ \xc9\x0e\x85\xb1\x0d\x3d\x9f\x9e\x3a\x09\xe0\xc3\xb6\x71\x01\x36\ \x42\x0a\x80\x27\x08\xcf\x89\x23\x17\xc8\x57\x79\x2c\xbc\x0f\xca\ \x06\x01\x73\x0f\xe6\xd3\x10\x28\x21\x4e\x22\xc7\xc0\x69\x14\x01\ \x0f\x8f\x85\xa3\x1d\x6d\x69\xb6\x58\x30\x17\x42\x68\x87\x23\xd8\ \xe3\xa1\xa8\x6e\x43\xb9\x35\x9f\x02\x85\x62\x08\x00\xd2\x84\x4e\ \x18\x82\xcc\x1e\x46\xb3\x73\x01\x93\x70\x20\x2e\x28\x3e\x0e\xc3\ \x93\x0b\x29\x78\x0a\x87\xc7\x12\x7c\xe7\x60\xed\x63\xbd\xec\x60\ \x0e\xee\x18\x21\x9a\xc7\xc3\xf2\x60\x76\x1c\x58\x7f\xff\x84\x9f\ \x90\x80\x66\xc9\x45\x2c\x38\x96\x07\xfc\x08\x45\x02\xe9\xba\x5c\ \xe6\xae\xe7\x58\xe3\x58\x34\x16\x0b\xef\x78\xf1\x43\x44\x80\x2a\ \x77\xf6\x67\x30\xac\x65\x3e\x07\x2f\xb2\x51\x99\x36\xd8\x62\x1f\ \xb8\x1d\x01\x67\xab\x1e\xf6\x82\xba\x6c\x89\xa7\x83\x31\x14\xb4\ \xb5\x2d\xd6\x56\xc0\xa3\x71\xf0\x78\x8e\x44\x24\xc2\xd1\xf8\x32\ \x01\x81\xcf\x57\x60\xf1\x04\x1a\x1a\x3b\xfb\x53\xce\xe3\x60\x6d\ \xa1\xb6\x78\x16\xca\x8e\x23\x91\x08\x09\x22\xb8\x95\x03\x45\x22\ \x17\x29\x00\x34\xb3\x08\x38\x02\x07\xce\x47\xd8\xe1\x6c\x59\xb3\ \xab\x17\x1c\x81\x14\x20\xad\x40\xc0\x92\x89\x44\x7c\xa9\x4c\x2a\ \xe7\xb1\x58\x60\x16\x85\x84\x2f\x94\x48\x05\xb0\xc5\xc8\x83\xed\ \x94\xcd\x30\x07\x02\x06\x0d\xbc\x95\x5c\xf0\x9b\x37\xd2\x19\x19\ \x1e\x14\x15\x02\xd0\xc6\x35\xe8\x0b\xd2\x0d\x8c\x0b\x74\x73\xf6\ \xf5\xf7\xbf\x72\xcd\xcd\xd5\xed\x8a\xdb\x15\x4f\xdf\x10\xef\x90\ \xd4\x28\xe0\x39\xc0\x05\xa8\xd1\xfd\x91\x48\x7f\x60\xc8\x86\x44\ \x79\x03\xe6\x2f\x1f\xd8\x98\xea\x0f\x8c\x2c\x6f\x37\x37\x4f\x67\ \x4f\xe4\x75\x4f\xff\x28\xff\xa8\xfc\x70\x5f\x00\x47\x80\xd5\xfb\ \x9c\xff\xab\xe5\x31\x58\x93\x05\xba\x3d\x50\xe4\xbb\x85\x80\x67\ \x05\x83\x80\x21\x0f\xc8\x2a\x40\x52\x7d\x0b\xff\xf6\x35\x1f\xe0\ \x1a\xb8\x3a\x3a\xca\xf9\xb6\xb3\xf7\xb5\xdb\x0f\x5f\x3e\x8e\x79\ \xf3\xf6\x53\x63\x45\x7c\x6b\xf4\x83\x9b\x21\x2f\xdf\xdd\xbe\x7a\ \xeb\xba\x6b\xc5\x68\xc1\xed\xc2\x81\xe7\x9b\xda\x6a\xed\x6e\x51\ \x83\xf8\x7c\x3b\x6d\x2d\xb3\xa8\x85\x9c\xb3\x54\x4f\xee\x5b\x5a\ \x99\x1a\x9e\x13\x73\x8d\x43\xad\xfb\x35\x95\x69\xfb\x19\x1d\xd9\ \xcd\xf5\x71\x9f\x86\x5b\x36\x82\x87\x97\xfa\x9a\x88\x9f\xee\xde\ \x7d\x7e\xe7\x53\xce\x5b\x46\x69\xd7\x78\x4e\x6e\x77\x66\x7b\x49\ \xdc\xde\x38\x97\x51\xcc\x4e\x7e\xf4\xf8\x6d\x5e\x7d\x52\x7b\x6d\ \xde\xab\xba\xa1\xca\xec\xb6\xf8\x67\x77\x6f\x44\xbf\x23\x46\x18\ \x87\x2c\x3b\x73\xcc\xce\x4f\x05\x19\x8c\x77\x37\xaf\xde\x7b\xfc\ \x3c\x2e\xe3\x5d\x76\x69\x53\x2e\xb3\x32\xbd\x2a\x2f\xbb\x38\xa3\ \x38\xf9\xac\xef\x23\x43\xaf\xef\x9d\x64\x0e\x69\x99\x8d\xbd\xcc\ \x96\xd2\x0d\x4b\xcc\x1c\xd1\x4f\x67\x38\x5e\x33\x8d\x1f\x9c\x9b\ \x13\x3b\x8c\x73\x7d\x2b\xd3\x59\xca\xe1\xa3\x81\x74\xcb\x58\xda\ \x51\xec\x64\x97\x07\xb7\xed\xf5\xc7\xba\xac\xc3\x84\x3d\x4d\xbf\ \xc1\x12\xac\x3a\x52\x0e\xab\xa6\x2d\xac\x13\xad\x51\x55\x94\x7d\ \x5c\xa4\x3f\xca\x2c\x65\xb0\x37\x8e\xce\x36\x43\xa1\x58\x9b\xd8\ \x14\x98\x4b\xa4\x43\xa0\x29\x70\x7b\x5e\x37\xa4\x19\xa6\x9a\x8d\ \x75\x9a\xde\xf6\xbb\x37\x9f\x3c\x2b\xce\x6c\x5a\x71\xb1\x55\xee\ \x4e\x9d\x2e\x19\x95\xdb\xa3\x73\xec\xc3\xee\x1d\x73\xba\x31\xd2\ \x67\xa5\x65\x64\x6e\x92\x9e\xdb\x5c\x34\x4a\x3e\x1a\x2f\xcc\x68\ \x35\xee\xd0\xe9\xf3\x4d\x71\x97\x29\x53\x16\xa5\xf8\x3c\x73\x78\ \x73\x6c\x21\xeb\x43\xe1\xe9\x38\xf9\x55\xeb\x8e\x81\xbd\x60\x19\ \x36\x0e\x14\x2b\x2d\x19\xc5\x1b\xe3\xec\x25\x2e\x97\x19\xdf\xa1\ \x29\xe3\x36\x67\xa6\xd7\xcf\xcd\xd5\x65\x17\x95\xd2\xb5\xf4\x11\ \xfd\x70\x7d\x61\x6f\x46\x4b\x53\x9f\xb6\x38\x87\x5d\xdc\x49\xfa\ \xf0\xe6\x09\x31\x3d\xfe\x41\x78\x48\x90\xaf\xf7\xa3\x98\x3b\x5f\ \x83\xbc\x6f\xbe\xab\x3b\x36\x19\x2d\xdd\x33\xc6\x36\x76\x99\xb9\ \xeb\x24\x73\x71\xd8\xbc\xa3\x56\x9f\x44\x6c\x9e\x4c\x6f\x1e\xa8\ \x66\xdc\x0f\x0e\xcf\xcc\xbb\xd9\xc4\x13\x73\x79\x60\xe8\xcc\x71\ \xe4\xda\xb4\xc5\x64\x30\xce\x9f\x1d\xad\x19\xb4\xc3\xec\x01\xb5\ \xc5\x5d\x35\xdd\x3f\x95\x72\xa0\xea\x3e\xee\x49\x53\x23\xac\xfd\ \x38\x6a\x53\xb4\xb3\x73\x90\x27\xd2\xdb\x15\x6c\x3c\x1b\x74\xfd\ \x6a\x08\x80\xab\xa0\x5b\xc8\x28\x6f\x67\xb7\x6b\x57\x9c\x43\x42\ \xae\x92\xb6\xed\x61\x0e\x4e\x81\xdb\xbd\x4f\x5e\x7f\x2c\x5e\x3b\ \x5f\x1b\x29\xce\x2a\xca\x1e\x59\x39\x90\x38\xa5\xf4\x98\xc6\x1c\ \xd5\x2e\x16\x23\x14\x8c\x14\x53\x2a\xc7\x54\x69\x4e\x5e\x3d\xf6\ \x2c\x1b\x98\x9f\xa3\x87\x65\xc6\xdd\x05\x15\x69\x32\x94\x27\xc0\ \xdd\x83\x1d\x61\x30\x94\xa3\xcb\xd1\x5a\xff\xa5\x5d\xca\xf9\x98\ \x6a\xcd\x6e\x6d\x0d\xcf\x47\xc4\xda\x8b\xfc\x20\x3c\xdb\x34\x3b\ \x81\x15\x1a\xbe\x09\x59\xb7\x85\x22\xd4\x67\xf8\xe0\x30\x07\x0c\ \x06\xb7\xbe\x0a\x38\x92\x8b\x65\x8c\x1d\x84\x80\x71\x77\xb2\xb3\ \xb6\xb2\xb2\x62\x59\x0b\x04\xdd\x1e\x58\x01\x05\x0e\x09\x9e\x0e\ \x53\x7b\x04\x60\x76\xa1\x78\xbb\xee\x95\x34\x88\x15\xc6\x0b\x41\ \x08\x28\x77\xd9\x56\x41\x09\x76\x04\x09\xce\x2b\xd6\xce\xe6\x2c\ \x16\xee\x81\x8a\x2d\x87\x22\x9c\x1c\x39\x10\x08\x9e\xc6\xb3\x59\ \x3b\x81\xe0\x10\x42\xeb\x4d\x0e\xcb\x1a\x2d\x59\x16\xcc\x4a\x04\ \xb3\x42\x99\x14\x6c\x26\xc1\x87\x4b\x39\x34\x1f\x6b\x84\x3d\x82\ \x20\xe1\xc1\x09\xb6\x70\x08\x2c\x20\xd2\xbd\xba\x45\xe7\xee\x12\ \xb0\x89\x75\x87\x1c\x38\xc2\x6d\x78\x42\xac\x17\x05\x07\xb5\x82\ \x43\x38\xab\x00\xa6\x20\x76\xb8\xd0\x41\xd5\xd4\x98\x41\xb5\x1b\ \xc1\x42\xc1\x64\xbc\xe0\x72\x1c\x9a\x27\x15\xda\x45\x22\x08\x36\ \x8e\x42\xeb\x48\x07\x3c\x0b\x47\xb0\x15\x4a\x67\x85\x78\x21\xce\ \x09\x37\xe8\x13\x0c\x0d\x08\xb0\xc2\x8b\x70\x68\x08\xce\xda\x5e\ \x28\x84\xd8\x44\xa2\xfe\xfe\xfd\x2f\x99\x08\xae\x69\x51\x2b\x77\ \x9d\x66\xe5\x14\xb9\x00\x1e\xea\x02\xe7\xcd\xca\xf1\x00\x8a\x04\ \x30\x1f\x14\x02\x82\xb6\x0a\x0e\x85\x25\x40\x03\xba\x5d\xe0\x56\ \x84\xe5\x1f\x42\xda\xac\x5c\x2a\x62\xf1\x11\x3c\x1a\x0a\x2f\x17\ \x61\x50\x02\x91\x35\x7f\x75\x79\x15\x4e\x61\x09\x81\x5f\x17\x02\ \x97\x48\x15\xeb\x42\x56\xb7\x9d\x40\x20\x94\xca\x01\x09\xa5\xe0\ \x61\x3c\xe0\x12\xd9\x2c\x47\x22\x95\xa0\x1c\x64\x94\x89\x30\x5b\ \xe0\x43\xca\xe5\x0a\x70\x3a\x4c\x2a\xe5\xc9\x15\xc0\x9f\x41\xb1\ \xaa\xe0\xaf\xca\x14\x3f\x14\x12\xa9\x8c\x8f\xb5\x4e\xf1\x9a\x30\ \x63\xdd\xed\x38\x3c\x98\xe3\x6f\xfe\x00\x8e\xbe\xe6\xfb\x82\x71\ \xbe\xce\x51\x21\x41\x48\xb0\x82\xd9\xd3\x1b\xbc\xe7\xec\xeb\xeb\ \xe9\xe6\x0f\x26\x33\xfb\xfa\x02\x2a\xca\x3f\xdf\x0d\xf0\x82\x9f\ \xc3\x91\xfe\xfe\x00\xb4\xfc\x01\xea\xb8\xb9\xfa\xa7\xba\xfd\xe2\ \x97\xf7\x55\x57\x37\x5f\x6f\xe7\x20\xe0\xc0\xe8\xeb\x9b\xef\x0f\ \x98\x4a\x64\x88\x5b\x6a\x2a\x32\x08\x40\xd3\xb7\xa8\x5f\xf9\x5e\ \xdf\x00\xe3\x99\x0a\xb8\x45\xe4\xaf\x93\xd5\xf9\xe1\xe1\x60\x0e\ \xfd\xe7\x7c\xb0\xd7\xdf\xb7\xcf\x41\x41\xe1\xe0\x7a\x1c\x80\x92\ \x0f\xae\x5f\x7b\xf4\xe0\x65\x45\x03\xb9\x9d\xc1\xac\x7a\x79\xf7\ \xc9\xa3\x07\xd1\x41\x41\xbe\x71\xcc\x47\xc8\xbb\x37\x5a\x82\x35\ \x75\xc9\x15\xd9\xdc\xfe\xbd\xa6\xbc\xf7\xcf\xcf\xd7\x4a\xb7\x74\ \xa3\x4b\xa3\x79\x5a\xc3\x90\x96\xad\x31\xb0\x95\x19\xec\x53\xdd\ \x56\x8e\x91\xdb\x5e\x3b\x10\xdf\xd1\xab\x36\xb1\xa7\xce\x66\xc8\ \x43\xd4\xf7\x35\x4a\x6e\x6b\x6e\xd1\xfb\x37\xaf\x0b\x18\x8d\xf7\ \x6f\x3f\x68\x49\xd8\xfe\xf4\xbc\x82\x54\xf8\xa1\xa5\xb9\x2d\xa7\ \xa9\xe0\x63\xc6\x06\xb5\xb2\xe4\x63\xe5\xf8\x0a\xb5\x80\x1c\xff\ \xb8\x96\x9d\x7b\xa4\xb2\x6c\x9e\x1d\x2a\x7b\xb7\x0c\xe9\x5d\x59\ \xd4\xf4\x74\x52\x33\x93\x9a\x57\x3c\x3a\x40\xa5\xd7\xa4\xd7\x6d\ \xf5\xb6\x30\x4c\xc4\xce\xac\xd6\xe6\x32\xae\x51\x75\x72\x64\xd8\ \x5b\xe8\x60\x1a\x0d\x36\x27\x66\x9f\x48\x95\xd8\x74\xb4\x75\x54\ \x3a\x48\xa2\x9f\xa8\x77\x0e\x10\xa1\xc6\xb4\x4b\xe5\xe0\x81\x65\ \xca\x60\x2c\xda\x59\x02\x0e\xfc\x9b\xfa\xe9\xda\xea\x57\x45\x9d\ \xaa\x69\xad\x49\x9c\x75\x98\x3d\xc2\x2e\xc9\xbb\xdd\x71\xa0\xae\ \x4d\x1a\xdd\x9c\x1f\xcb\x1d\xd1\xe7\x14\x2d\xd2\xb3\x06\x76\xc4\ \x7a\x9d\xf9\xfc\x28\x6f\x7b\x73\xd3\xcb\x7a\x4a\x99\xa6\xda\xdd\ \xf7\x98\x9c\xde\x39\x07\x3e\xd7\x68\x36\x23\x8b\x98\x93\xa5\x53\ \x47\x78\xc0\x06\x2d\xe2\x71\xe5\xc4\xee\xda\xa5\xa9\x77\x7b\xde\ \x68\x39\x3a\x3e\x6b\x20\xe6\xb2\xcb\x55\xdd\x85\xec\x42\x8b\x7e\ \x65\xbe\x35\x31\xf3\x60\x7a\xcf\xd2\x97\x9e\x73\x74\xd4\x47\x2a\ \x53\x6d\xec\xf7\x4e\x1d\x18\xf6\x12\xc2\x06\xe6\x49\xb5\xef\xde\ \x37\xb7\x54\x32\xeb\x87\x34\x75\x4d\xec\x4c\x62\x1b\x73\x4b\x4b\ \x6e\x1c\x39\xca\xd1\xef\xd5\x29\x0b\x9b\x92\x89\x99\xa5\xc6\xdd\ \x85\x8c\x9c\xbd\x51\x2e\xe9\xc0\x7c\xa0\x24\xa7\x97\xc6\x3d\x63\ \x7e\x62\x16\xbe\x7b\x1b\xc3\xc8\xe8\x8b\x09\x0f\x41\xfa\xfb\x5e\ \x8d\x7e\x1d\x14\xe2\x76\xed\x4e\xdb\xa5\x7a\x5f\xb5\xa8\x1a\x53\ \xe9\x37\xea\xeb\xc4\x59\x16\x26\xfa\xa3\xd3\x00\x00\x20\x00\x49\ \x44\x41\x54\xcb\x81\xc5\xb2\xf2\x69\x60\x73\x63\x2a\x6c\xd0\xaf\ \x67\xa3\x4b\x05\xfc\x19\x3c\x0e\xb7\x76\xd3\xd4\x8b\xaa\xad\xc5\ \x03\x4b\xe8\x8c\x79\x66\x82\x7b\x78\x7e\x69\x52\x1f\x4d\x9c\xa8\ \x4f\xd9\x7a\xc3\xb9\xd8\x02\xcd\xee\xef\x89\x7c\x7d\xb4\x18\x96\ \x5d\xfc\xfa\xb3\xb7\xaf\xa7\xe7\x95\xab\xae\xde\x48\xe0\x8d\xae\ \xbb\x01\x96\xd0\xf9\xca\x23\x67\x5f\xd7\xab\x21\x6e\xf7\x1f\x00\ \xc7\xd6\xaf\xde\x31\xec\xad\xb1\x00\x08\x45\x7b\x7f\xc8\xdc\x1d\ \x71\xe2\x30\xc1\x5d\xd9\x35\xab\x9c\xc6\x50\x7e\xaa\xd3\x93\x99\ \xf3\xc1\xf2\x41\x53\xc2\xa9\x1f\xd4\x62\x8e\x4c\x09\xf5\x3b\xde\ \x1b\x17\x1b\xad\xc2\xa6\x8f\x96\xca\x5d\x66\x8e\x77\x27\xc4\x06\ \x75\xe0\xb1\x75\x4f\x79\x8f\xcf\xf6\xd4\xd8\x81\x43\x7f\x58\x40\ \x98\x87\x6d\x20\x05\x1e\x90\x06\xb3\x76\x74\xc4\xa0\xac\x6d\xac\ \xac\x60\xf6\x68\x14\x66\xba\xdb\x3a\x20\xd0\x2b\xb2\x1b\xe1\xb2\ \xcd\x77\xa7\x6d\x46\xce\xc4\x5a\xb3\xac\x29\xcb\x1c\x07\x07\x04\ \xdc\x3d\x10\x62\x0d\x71\x5a\x8c\x80\xa1\x21\xac\xd9\xef\x82\x60\ \x18\x2b\x56\x6e\xe7\x80\xc3\xe3\xad\x1c\xfc\xa0\x81\xf6\x42\x8a\ \x5d\x70\x02\x1f\x65\xe7\x87\xb6\x71\x08\x80\x21\x3c\xac\xe1\x61\ \xd3\xb1\x88\xd0\x9e\xcd\x04\x16\x34\x0c\x15\xe0\x63\xd7\x03\x61\ \x21\x10\xf6\xa7\x0c\x2f\x39\xdf\xda\x4e\x24\x91\x8a\x08\x36\x1e\ \x38\x3e\x05\x2b\xb2\xa6\xf0\x64\xab\x76\xfd\x08\x9c\x9d\x82\x87\ \x42\x63\x6d\x61\xa1\x3c\xa1\xbb\x69\xcd\xc6\x7d\x3e\x02\xed\xe7\ \x63\x6f\xde\xb6\x46\x1d\xa6\xd0\xec\x95\x68\x94\x0d\x01\x8f\xe5\ \xd3\x22\x7a\x12\x1c\xec\xac\xa5\x00\xf1\x70\xf8\x50\x1b\x2b\x7b\ \x27\x7c\x82\x45\xa7\x36\xab\xb7\x71\xb0\x88\x13\x5e\x44\x2c\x9e\ \x85\xb7\x3e\xd9\x14\xa2\x70\x0e\xbb\x70\x4e\x28\x5e\xca\xc3\xc1\ \x51\x38\xa8\x9d\x68\x95\x65\x8f\x03\xc4\x14\x81\x6f\x8b\xc3\xc8\ \x58\x36\x68\x8a\x50\x2a\x95\x71\xf8\x12\xbe\x9c\x86\x97\xad\x53\ \x78\xb6\x38\x3c\xcf\xc5\x85\xa3\xa0\x09\x00\xbd\x84\xc0\x08\x79\ \x4e\x38\x04\x5e\xfa\x93\x8f\x17\xa2\x45\x34\xb8\x15\xc4\xd6\xd6\ \x05\x05\x63\x49\x67\x15\xab\x3f\x97\x05\x3e\x2c\xc8\x44\x80\xc3\ \x61\xa8\x1a\x35\xe8\x07\xb1\xf7\xb0\xa6\xd1\x64\x02\x11\x81\xc0\ \x12\x80\xf9\x3e\xb3\x80\x07\xe4\x88\x24\x3f\x04\x42\x99\x4c\x26\ \x57\x08\xf8\x32\xf9\xcf\x8b\x9f\xcb\x12\xa1\x6c\x5d\x2a\xf8\x29\ \xe7\xf8\x4c\xe0\x04\xb0\x43\xd4\xb2\x42\x22\xe1\xa1\x44\x0a\x19\ \x5f\x3a\x2b\x93\x89\x14\x3f\x96\xa5\xb4\x65\xc1\xf2\xba\x54\x21\ \x5b\xe6\x60\x94\x67\x50\x38\x6a\x5d\x24\x94\xfc\x06\x56\x13\x87\ \x03\x5e\xcd\xdb\xff\x57\x4c\x7c\x50\x78\x90\x1b\xa0\x81\x9c\x9d\ \x3d\x3d\x91\x80\xf0\x07\x27\xdb\x53\xf3\xfd\x01\x54\x85\x23\xa3\ \x7c\xdd\x7c\x01\xa2\x39\xdf\x72\x46\x3a\x03\x82\x0c\xb0\x7d\xc8\ \x70\x6f\x24\x30\xb6\x90\x48\x4f\x7f\x37\xcf\xab\x57\x5d\x91\x57\ \xdc\xc2\xc3\xf3\x01\x02\x46\xa5\x82\xe9\xc0\x80\x24\xf3\x0f\xc9\ \xff\xe2\x1b\xe2\x0f\x90\x2b\x0a\xb0\x91\xa9\xce\xd7\x80\x43\xa6\ \x3f\xf0\x4e\xa9\xe1\xf9\x51\xde\xc8\xfc\x6f\x21\xa9\xe0\xf2\x9c\ \xd4\xaf\x51\xa0\x86\x43\x06\x7d\x09\xf7\x74\x76\xf6\xbf\xfd\xfa\ \xf1\xfb\xfb\x8f\xb5\xa4\x4f\x19\x8f\xef\xdf\x78\x75\xf6\xee\xf6\ \x8d\xe4\xdc\xba\xe7\x8d\x3b\x05\x8c\x9a\x98\x92\x98\x27\x2d\x25\ \x45\x99\x95\xf7\x1f\x92\xb8\x8f\x6a\xe7\x0d\xb9\xf3\xcd\x0c\x83\ \xd8\x76\x7b\x6b\xc3\xb0\x34\xbf\x51\xb7\x5b\x94\xbe\x7d\x90\x39\ \xba\x54\x41\x5a\xb3\xe8\xa7\xf7\x99\x07\xdc\xf4\x18\x65\x49\x6e\ \xf6\x10\x35\xb1\xea\x65\xc5\xcb\xf7\x1d\x1d\x8d\xc6\xc9\xc3\x08\ \x25\xb5\x31\xbb\xf5\x63\x75\x6b\x03\x83\x4a\x6c\x4c\x6f\xce\x4a\ \xaf\xc9\x19\x1e\x59\x10\x77\x64\x25\xbd\xaa\x19\x26\xe5\x2d\x35\ \x37\xaf\x6c\x64\xf5\x8d\x14\x1a\x8c\x4b\xfb\xe6\x86\xb6\xb2\x93\ \x81\xd3\x6e\xf7\x80\x3e\xae\x65\xa0\x77\xb4\xb1\x22\x6f\x54\x63\ \xe8\x27\x3e\xd1\xd4\xc4\x8f\xed\xc6\x4e\x78\xd8\xaf\xc4\x9d\x9e\ \xaa\xb9\x9b\xaa\xd3\xa9\xb2\x23\xab\xe3\xb9\xdc\x91\xf7\xcc\x71\ \xf5\xbe\x49\x5b\x3e\x39\x54\x3f\x34\xfd\x3a\xfe\xc5\xad\x3b\xce\ \xad\x6f\x0a\xa8\xad\xaa\xec\xa3\x80\xb4\x1e\x8b\x9a\x69\xd8\x12\ \x8f\xec\x68\xef\x31\xea\xba\x32\x1a\x62\x4a\x88\xf5\x06\x62\xd7\ \xee\xc8\x86\x89\xdd\x3d\x38\xa5\xd9\x66\xd4\x6a\xe8\x19\xd5\x73\ \xca\xbd\xd3\xf1\x6a\xd2\xa1\x6a\x72\xe7\x52\xb5\xb4\x33\x3f\x3c\ \x04\xbc\x69\x1a\xd4\xa8\x37\xce\xa4\x8c\x11\xf7\x98\x63\x86\x9e\ \x9c\x42\xfd\x08\x39\xd7\x92\x32\xc0\xa6\xd3\x57\x3a\x89\x62\xaf\ \xd8\xe0\xa3\x66\xf1\xd0\x89\xe9\x64\x78\x5f\x39\x1f\x9c\xc1\x4c\ \x37\x69\xcc\x26\xfa\xe1\xb1\xfe\x64\x63\x94\x68\xd2\x19\x74\x62\ \xc3\x64\x97\xc5\xa2\x8c\x1c\x31\x2e\x7e\x8a\x89\x8b\x26\x0f\x53\ \x89\x55\x0d\xf4\x91\x95\x85\x31\x23\xb9\x6a\xbc\xb3\xb8\x00\x10\ \x99\x65\xec\x61\x52\x57\x41\x36\xb3\xbe\xb9\xb9\x2d\x2e\xbe\xb9\ \xad\xa3\xb9\xca\xa8\x1c\xcf\x6a\x7c\xdf\x9c\xd1\x52\x9c\xf7\xf6\ \x71\x1e\xdd\xd0\x7c\x25\x15\xe9\x86\x0c\xbf\xf3\xf6\x6e\x90\xef\ \x95\x3b\x49\xd3\x33\x66\x53\x44\xac\xca\xa2\x1c\x89\x5b\xe8\xcf\ \x2a\x35\xf6\x59\xbc\x8c\x5d\x4d\xcc\xae\x7d\xd5\xbe\x5f\xb0\x71\ \xf4\xd8\xbc\xa6\xbe\x54\xee\x19\x0d\x2b\x96\xc1\x33\xf5\xf9\xda\ \xa0\xd2\xbc\x16\xaa\x9e\xd1\xec\xae\x98\xbb\x17\x4d\x86\x77\x4f\ \xab\xc9\xbb\x23\x31\xbd\xc7\x09\x29\xd6\x9f\x54\x55\x89\x51\x6e\ \x9e\x41\xe1\xfe\xbe\xfe\xce\xc0\x78\x42\x7a\x87\xfb\xbb\x22\x9d\ \x5d\x83\xc2\x6f\x3c\xba\xea\xed\xec\xed\xef\xfa\xae\x39\xe6\xcd\ \x35\xcf\xfc\xab\x25\x5b\x6c\x2a\xc9\x00\xd3\x94\xf6\xf3\x20\xb0\ \xed\x93\x21\xdd\xb6\x2d\x14\x86\x76\x74\x0c\x0b\x3b\xf0\x8b\x80\ \x85\x59\xd9\x47\x74\xa3\xb0\xb0\x09\xf3\x4c\xe4\xe6\x69\x8f\x72\ \x2a\x61\x3a\x52\x9d\x12\x19\x60\x63\x9f\x32\x63\xdb\x7f\x02\x0b\ \x30\xfa\x38\xcc\xb8\xf8\x41\xb1\x10\xbf\x60\x2b\x07\x3b\x9c\x87\ \xbb\x15\x81\x62\x8f\xc0\xa0\x71\x38\x34\x0d\x63\xe7\x65\x6d\x35\ \xe3\x63\x6b\x1d\x66\x49\xb0\xa5\x58\x23\xe0\xd3\xe6\x33\x8f\xb2\ \x6e\x2b\xd5\x6e\x97\x21\x16\xe3\xa4\x4d\xc0\x1d\x4c\xd0\xe0\x01\ \x7e\x1c\x1a\xd4\x09\xe6\x03\xf5\x0a\xc4\x58\xe3\x1c\x83\x01\xa1\ \x32\xe3\xee\x85\x39\xb0\x71\xc4\x0b\x7c\x6c\x44\x2c\x7b\x21\xf0\ \x5a\x04\x16\xc2\x83\x65\x8f\xe7\xa1\x70\x58\xd8\x69\x4b\x31\xac\ \x6f\xc2\x03\x70\x55\xa1\x27\x01\x36\x14\x8a\x87\x93\xad\x88\x25\ \xe1\xf0\x85\xd6\x1c\x8c\x95\x15\x06\xb5\xa6\xb4\x61\x11\xc2\x38\ \x14\x47\x38\x14\x8b\x11\x5a\x51\x7a\xd0\x7c\x5b\xdb\x60\xc7\xe0\ \x72\x2b\x02\x46\x98\x12\x81\x23\xc0\xa0\x30\x14\x1e\xee\x31\xbf\ \xe8\x84\x72\x4f\x5b\x83\x01\xa0\x92\xce\x42\xed\x07\x03\x23\x2c\ \x7a\x4b\x58\x98\x8d\x3d\x02\xdf\xbd\x08\x91\x50\x28\x08\x9b\x00\ \x11\x8a\xc5\x52\xb0\x84\x22\xbe\x93\x03\x1a\x43\xa3\xa0\x10\x72\ \x0a\xda\xce\x89\x00\x53\xa9\x6d\xac\x3c\x22\x1c\x11\x52\x0a\x04\ \x43\x11\x70\x58\x0a\x3e\x0b\x27\xe4\xe3\x09\x04\x2c\x1e\xc6\x97\ \xb3\x04\x3f\xa4\x22\x11\x6f\x56\xc2\xe3\xcb\x56\x39\x78\x9a\x84\ \x82\x26\xe0\x06\xd1\x50\x16\xcb\x0f\xaf\x10\xe2\x21\x81\x68\x91\ \x84\x43\x91\x60\x38\x7c\x27\x38\x45\x18\xa9\x12\xc9\x28\x3c\x9e\ \x44\xc0\xc1\x28\x84\x22\xb9\xc4\xd6\xc3\x3a\x2d\xc5\xca\x0f\x6a\ \xeb\x68\x83\xc0\x83\xd1\xd3\xb3\x7c\x9e\x0c\x8c\xab\x95\x4b\x64\ \xcb\x12\xb0\x81\x20\x00\x22\xc0\xfd\x81\xa7\x47\x2f\x7e\xac\x2a\ \x80\xab\xf5\x75\x89\x40\x2a\xb0\xf1\xe3\x2f\xcb\xa5\x0a\xa9\xe4\ \xe2\xaf\x0b\xd9\x2a\xf0\x88\xfc\xa7\x42\x41\x53\x2c\x83\x7b\x08\ \x64\x52\x01\x1a\x8b\x37\x59\x41\xac\xbc\x30\xb6\x04\xe9\x77\xe9\ \x6f\xae\xbe\x48\x24\x70\x0c\xf3\xf7\xf7\x0f\x01\xf3\x7c\xc3\x7d\ \xbd\x01\xad\x04\xa8\x71\xe7\x2b\x00\xb2\xbc\x7d\x01\xf5\x14\x02\ \xf8\xbe\x90\x10\x80\x38\x41\xc8\xd4\x7c\xdf\x10\xf0\xd1\x10\x5f\ \xf0\x04\x8e\xa7\xb3\xb7\xab\x1b\x12\xe9\xeb\x8b\x74\x0b\xf7\xbc\ \x75\x13\xe9\xe6\x7c\xd5\x1f\x10\x4e\x9e\x6e\x21\x51\x60\xce\x20\ \x32\x15\xb8\x08\x89\x02\x76\x09\x01\x38\x18\xe5\xe9\x1f\xee\x76\ \xfd\x76\x90\xb3\xab\x3f\xe0\x27\x7c\x53\xfd\x7d\x01\x1e\xe6\xfb\ \x06\x05\x81\xcb\x9d\x7d\x7d\x43\x9c\xef\x21\xf3\x1f\x67\xbc\xbe\ \xff\x30\xe9\xe3\x93\x0a\x72\xcd\xb3\x47\xb5\xcd\x95\xb9\xb5\x6f\ \x92\xdb\x5c\x86\xde\xb6\xa9\x07\x1a\x89\xb9\xdb\x95\x89\xaf\xe3\ \x93\x92\xa2\x5f\x5d\xab\xaf\x7c\x9d\x5d\xfb\xf6\xfa\xbd\xfa\xfa\ \xba\xae\xa5\xf4\xbc\x86\x37\x06\xfd\x7c\x7a\xd7\xe4\x8a\x52\x39\ \xd0\x59\x67\x9e\xb2\x38\xf6\xbe\xcb\xec\x29\x8f\xe8\x79\xe4\x5a\ \xba\xdb\xf5\xf1\xe5\xa3\xe8\xc6\x21\x6a\x4b\x7a\x41\xe7\xdc\xe2\ \xd9\x74\x5a\x82\xf1\x70\x7f\xcf\x40\x3e\x1f\xcd\x49\x2f\x7d\xc1\ \x2c\x4d\xd7\xcc\xd1\x8b\x9b\x6a\x5e\xcd\x8d\xd5\xe5\xee\x5a\xc8\ \xed\x3b\xa3\x9a\x0c\xba\x7a\x61\xb4\x97\x69\x5c\x32\x6e\x69\x13\ \xe8\x67\xca\xd6\xf6\x03\x8b\x61\x69\x97\xb4\xb2\x10\xba\x69\x9e\ \x62\x73\x6b\x95\xe5\xca\x14\x9b\x15\xc3\xce\xfe\x24\xe9\x70\x72\ \xbe\xf9\x40\x1d\xeb\x41\x9a\x49\xe9\x6e\x3f\xf6\xe8\x1a\x8a\xff\ \xb4\x75\x7b\x7c\xba\xea\xb4\xfe\x43\x65\x4c\x6f\x4e\x27\xc3\xdc\ \x6c\x50\xee\xcc\x73\x01\xb6\xd6\x15\x6d\xa5\x6b\x0e\x2d\xaa\xd3\ \xc0\x41\xbd\xe6\xfc\x9c\xab\x66\x5c\xe6\x6c\x72\x4d\xfa\x46\x12\ \x75\x7e\xab\x2c\x87\xb8\x54\x69\xb6\x71\x38\xef\x1b\x22\x36\x6c\ \xa8\xf4\xe3\xe3\x95\x19\x6a\xe3\x52\xcf\x94\x31\x36\x6c\x5b\x65\ \xd9\x56\x4f\x58\xf6\x76\x77\x27\xca\xc7\xcd\x59\x0c\xaf\x35\xf3\ \x8a\x51\x3d\xb4\x67\xcc\xd2\x69\xda\x74\xec\x99\xcd\xc9\x95\xad\ \xba\xc5\xae\x12\x9d\xe1\x4c\xbb\x32\xdd\x3f\xb1\x64\x32\x6d\xab\ \xd5\x4a\xd5\xe5\xa9\xb9\x6c\xe4\xfc\xf8\x6c\xf1\x54\x33\xac\xea\ \xa3\xab\xe6\xb5\x7d\xec\xb3\xf3\xe0\xb4\x73\x27\x8b\x45\xad\xeb\ \xaa\x2e\x2d\xec\x68\x2f\x6e\xac\xcf\xd2\x5f\x4e\x5a\x34\x7b\x4b\ \xc6\x84\x73\xdd\xbc\x45\xcf\xae\xa6\xea\x46\x87\xb2\x75\x39\x85\ \xc3\x93\x93\x99\xfa\x2e\x7a\x41\xf5\x91\x7a\x3c\xbd\xf2\x53\x5b\ \x47\x49\x71\x51\xe7\xf3\x4f\x9b\x0e\x47\xd1\xe0\x74\x67\x48\xf8\ \x83\x57\x9e\x51\xde\xb7\x9f\x66\xad\x2d\x9a\x22\x1c\x53\xf6\xea\ \x8c\x39\x54\x73\x5f\x41\x03\xa3\xbd\x2c\x53\xac\xec\xd2\xd0\x7b\ \x47\x77\x0f\x0e\x3d\x06\x83\x67\x9c\x54\x07\x7e\x2a\x53\x7f\xf7\ \xe6\x6e\xf9\xb9\x69\xe0\xd8\x32\x3f\x59\x3e\xb5\xa3\x51\xb9\x67\ \x93\xc7\x16\x8f\x86\xce\x4f\x16\xd5\x96\x13\x17\xbf\xe4\x1c\x31\ \x83\x0d\xce\x6d\xe6\x47\x7d\x0e\xf7\xf6\xbe\xe6\x09\x4e\x84\x5e\ \xbb\x0a\x0e\x2b\xff\x6b\x4f\xaf\x22\x9d\x91\xde\x57\x9e\xd7\x6d\ \x3c\x4f\x72\xfd\xfd\x79\xa3\xc9\xc6\x32\xac\x21\x0e\x1e\x2e\xb2\ \x53\xd0\x27\xc1\x1e\xf6\x5e\x76\x0e\x0e\x84\xc8\x00\x94\x7b\xac\ \x97\x63\xa4\xaa\xc7\xcb\xd6\xbd\xdc\xfd\xbc\x3f\x0d\x67\x65\xe3\ \x68\xef\xe4\xe2\x10\x0b\x73\xf2\x62\xc1\x61\xa8\x04\x07\x2b\x38\ \x07\x8e\xb5\xb3\xb3\x1f\xf4\x80\x63\x59\xa8\x09\xb8\xad\x59\x75\ \x0e\x98\x1b\x02\xdc\xde\xc6\xc5\xc5\x16\x0a\x41\x7b\xd9\xf8\x59\ \x41\x70\x28\x8c\xad\x93\x8b\x8d\xe3\xa5\x93\xb5\xfd\xe6\xcc\x69\ \xb7\x9f\xbb\x1d\xda\x67\xca\x26\xe5\x54\xbd\xbd\x90\x60\xc8\x32\ \x07\x5a\x61\x39\x84\x14\x2b\x19\xc4\x4f\xd5\xdd\xb3\x78\x99\x76\ \x12\x4a\xb1\xb5\xb1\x41\x43\x01\x6d\xe6\x42\x41\x0b\x31\x78\xac\ \xb5\x08\xe6\x6e\x8b\x80\x62\xa4\x34\x38\x2f\x0c\x61\x85\xc0\x44\ \x1e\xa2\xc3\x3c\x1c\xa1\x0e\x11\x0e\xea\xf2\xed\x5d\x0f\x41\x42\ \x30\x9a\xc5\xe2\xf1\x58\x56\xa1\xe0\xda\x3e\x4c\x30\x1a\x1d\x60\ \x66\x09\x28\x30\x04\x02\xe3\x43\x80\xae\xb9\xa4\x75\xcb\x6d\xed\ \x7b\xa6\x66\x4e\xfa\x63\x21\x34\x2b\x2b\xb4\xcf\xe1\x18\xee\xff\ \xe3\xe8\x3d\xbc\x19\x7b\xdb\xff\xdf\x4f\xea\x4a\x4f\x96\x12\x09\ \x12\x25\x51\x26\xa2\x45\x1d\x8c\xb2\xcc\x84\x19\x65\x56\x18\xd6\ \x18\x2d\xba\x18\xbd\x44\x17\x46\xf9\x18\x25\x1c\xf2\x91\x83\x24\ \x78\x88\x10\x46\xc8\xc9\x37\x58\xfa\xd2\x3d\xca\x18\x44\xac\x9f\ \x21\x23\xeb\x59\xe7\x7b\xfe\x8b\xb3\xf3\x68\x8b\x6d\x4b\x36\xee\ \xfb\x7d\xbd\xde\xf7\xbe\xee\xeb\xc2\x82\x8f\xbd\xbd\x26\x41\x16\ \x20\x1c\x32\xfd\x18\x4b\x1d\xc3\x00\x18\xc3\x76\xa6\x91\x79\x64\ \x2c\x87\xca\x66\x2e\x02\xbf\x0e\x98\x26\x61\x20\x59\x42\x1e\x5f\ \xc0\x65\x8a\x45\x32\x91\x8c\xc6\x96\x72\xb0\x00\xe2\x28\x24\x7c\ \x26\x08\xc5\xe2\xd0\x20\x50\x39\x1b\x9d\xe2\x03\xa5\xa1\x61\x30\ \x94\x23\x56\x24\x17\xcb\x78\x9c\x74\xe1\xfe\xef\xff\xfc\xfb\x7f\ \xff\xf0\x58\x72\x25\xda\x59\xfc\x5b\xc1\x66\x8a\x69\x48\xb2\x98\ \xc6\xa1\x4a\x56\x95\x04\x06\x13\x85\x00\x8b\x05\x73\x72\xb1\x44\ \xa9\x90\x93\x45\x32\x36\x06\x09\x91\xf1\xc5\x30\xb1\x4c\xb0\x2f\ \x97\x48\xc4\x34\x2c\x53\x22\x92\xfc\x92\x08\x85\x32\x99\x60\xee\ \xf0\xd7\x8e\x54\xb1\xf4\x1f\x53\x87\xe8\x9d\x39\xd9\x7f\xb3\x45\ \x69\x7c\xb6\x84\xcb\x9b\x93\xfc\xd9\x91\x4b\xf6\xe7\xc4\x52\x53\ \x4d\xd2\x55\x89\x5c\x21\xe4\xf2\xa4\x32\xc5\xaa\x72\xf5\xcf\x0e\ \x47\xac\x3c\xdc\x3f\xdc\x51\x4a\x01\x2b\x2a\x95\x00\xcc\x27\x51\ \x08\xc4\x3c\xae\x84\x4d\x63\x09\xe4\x22\x32\x58\xa0\x9c\x93\xfd\ \x45\xa2\x93\xcc\x01\x4a\x8a\x36\x15\xb4\xc2\x5b\xe3\xa3\x3d\x28\ \x44\xbc\xa7\x39\x9e\xe8\x41\xb7\xb7\x36\xa7\x78\x78\x78\xe0\x49\ \xe6\x44\xba\x87\x7d\x18\x20\x2e\xa9\x61\xd1\x61\xa6\x84\x18\xf3\ \x00\x0f\x0f\xe0\x23\x1e\xef\x61\xef\x81\x27\xda\x53\xcc\x5c\x89\ \x0e\xae\xbe\xaf\xcc\xcd\x6d\xec\x49\x14\xe0\x61\x00\xb9\x02\xe4\ \xcf\x3e\xec\x9f\x54\xc0\x5a\x7e\xfd\x27\x1a\x88\x98\x14\x12\xde\ \xc6\xc5\xc5\xd6\x93\xe8\x41\x74\xb5\x07\xbc\xa2\x07\x09\x4f\xff\ \xea\xe1\x41\x8f\x26\xd1\x53\x29\x78\x3f\x5b\xf3\xe8\x78\x7f\x52\ \x4d\x56\x7e\x63\x6d\x4f\x5d\x5a\xc3\x42\x43\x45\x59\x7c\x7b\xed\ \x9b\x98\xc8\xef\x35\x35\x49\x7d\x49\xe1\x47\x9f\x3f\x7e\xea\x98\ \xee\xaf\x4d\xf0\x6f\xed\xf8\x5e\x14\xee\xf7\x2e\xa6\xa8\x39\x33\ \xb9\xf1\x8d\xf7\xc7\x86\x86\xdd\xe5\xa7\xe1\x92\xaa\x81\xbd\x87\ \xbd\xb5\x9b\x85\xca\xbe\xde\x8d\xb1\xeb\xec\xcb\x85\xcd\x8d\x89\ \x44\xef\xb4\x3e\xb5\x5a\x97\xfd\xce\xb7\x22\x6d\xb3\xd0\xef\xf5\ \xbb\xf1\x86\xcf\x5f\x3a\x2a\x9a\x73\x17\xd4\xa5\x53\x3c\xcd\xf8\ \xf5\x66\x6d\xf9\x40\xc6\xf0\x51\xdf\xf8\x74\xe1\xe8\xb5\x5a\x75\ \xa5\x52\x6d\x8f\xcc\x96\x35\xd7\x27\x74\x54\x6d\x4f\xaa\xd4\xbb\ \x77\x27\x33\x97\xdb\x33\x3f\xf4\x59\x03\x0b\xeb\xd3\xd3\x2a\x63\ \x8f\x36\x71\xaa\xf8\x64\x4d\xd5\x75\x32\x5a\x70\x34\xad\x6e\xbe\ \x4f\x29\x7f\xbc\xc7\xac\xd7\x95\x1d\x19\xdf\x55\xf4\x64\xd7\x6f\ \x1f\xeb\xe2\x07\x36\xd3\x82\xd3\xaf\xf2\x32\x0a\x4f\x5a\x8b\xbf\ \x34\x2f\x64\x75\x9e\xd5\x9f\xeb\xe6\x37\x74\xbb\x0f\x8d\x9f\x43\ \x2a\xf5\x83\xf3\x51\x63\x04\x5a\x7a\x6b\x6e\xd4\xe4\x53\xe6\x74\ \x6d\xee\x74\x43\x63\xc5\xc7\x9b\xd6\xd9\xca\xde\x8d\xa7\x06\xdd\ \x4a\x65\x51\xed\x42\xd7\xbb\x61\xdd\xc3\xd3\x7a\xeb\x7a\xc9\x56\ \xd4\xbd\x11\xfe\xf3\x6c\xb3\x74\x6d\xcc\xd8\xba\xb7\xb8\xd8\xd9\ \x7e\xd9\x9a\xd7\xf1\xa1\x66\xdd\x67\x2b\xbb\x56\xbf\x39\xd5\xff\ \x79\x4f\x97\x5d\xe7\xb3\x75\xd9\x7e\x70\x7f\xa7\x9e\xd5\xab\xd6\ \x74\x25\x03\x0a\x66\x4b\x87\xaa\xb8\x2e\xa3\xac\x54\xb5\x3e\x69\ \x28\xa9\xcf\xcc\x9f\xca\x1a\xd0\xe9\xaa\xc6\x87\x55\x7b\x7a\xbd\ \x5e\xa5\xba\x38\x76\x9e\x30\xfe\x8c\x3a\xee\x7d\x34\xe4\xe9\xef\ \x4b\xea\x6a\x46\x7b\x0a\x2f\xaf\xf4\xc7\xd7\x11\x60\xae\x6c\xeb\ \xea\x1a\x7c\x51\x3d\x72\xa5\xdf\x58\x79\x52\xe9\x66\xa6\x4f\x0d\ \x3f\xca\xd6\x2f\xf5\xdb\x2d\x3f\x72\xdb\xfa\x4a\xf5\x99\x5f\xba\ \x6e\xa1\xd0\xc1\x83\x2f\x24\x12\xde\xe3\x1f\x9b\x60\xff\x80\x00\ \xa2\x5b\xbb\xce\xf1\xe0\x2e\x0e\xf3\x92\xab\xb9\xd2\x5e\xdd\xee\ \x5d\x5c\x6e\x67\x95\x1a\x6e\x17\xb5\x33\x65\x80\x78\x3d\x6d\x9f\ \x0d\x0c\x04\xae\x28\x31\xe7\x9a\xab\x73\xa3\x6a\x48\x67\xcc\x1d\ \xd1\xab\x16\xb7\x7e\xea\xf2\x0b\x4e\x55\x53\x83\x29\xb7\x93\xfa\ \x0b\x78\x8a\x3a\xa7\x60\xe2\x34\x29\xbe\xa5\x34\x1a\x40\xf3\xaf\ \xff\xfa\x57\x80\x39\x10\xfa\xec\x4d\x83\xc9\xda\xda\x1c\x4f\xb1\ \x37\xf3\xb4\x21\x11\x3d\xf0\x6e\xc1\x5f\xfa\xda\xdc\xcc\xc3\x7c\ \xdb\x32\x17\x09\x17\x0f\x86\x21\x91\x21\xb7\x75\x2b\x0a\x0d\xa7\ \x41\xb4\x0c\x4b\x8c\xa3\xd6\x31\x71\x62\xe2\x5e\x0d\x65\xa1\x61\ \x4f\x71\x10\xc7\xb8\xa8\x89\x41\x67\x28\x14\x01\x82\xe0\xa8\x70\ \xa4\x4c\xb9\x88\x08\x22\xa0\x2c\xe5\x1c\xc9\xdc\x20\x5a\x4e\x65\ \x58\x31\x51\xd5\xac\x44\xd5\xc6\x45\xd4\x7c\x3a\x1a\x0e\x85\x39\ \x3b\xb2\x20\x34\x8e\xa3\xcf\xc4\x44\x4a\xba\x0f\x3c\x22\xe5\x91\ \x8a\xab\x9a\xa7\xc2\x44\xa1\x16\x6c\xb9\x1c\x65\x17\x0a\xc5\x21\ \xb0\x02\x90\xa3\x06\x6c\x68\x73\x74\x3c\x9d\x3a\x15\xfc\x67\x15\ \x04\xbf\x07\x9f\x1e\xcf\x03\x8a\x84\x45\x39\x23\x85\x2c\x36\x94\ \x8c\xa0\x82\xc1\x71\xc3\xbf\xb1\x0c\x04\x18\xc6\x96\x46\xf9\xc0\ \x59\x4c\xbe\x58\xc8\xd5\x72\xa8\x62\xa8\x1d\x87\x29\xab\x9e\x32\ \xe6\x1f\xe5\x16\x3e\x62\xf9\x32\x39\x5f\xa4\x50\x0a\x20\x68\x0e\ \xd9\xb1\x9a\xca\x41\x42\x41\x41\x1c\xb2\x25\xcf\x82\xc9\xa1\x11\ \x50\x2c\xcb\x9c\xc1\x89\x31\x4b\x1e\x8b\x6c\x75\x7c\x4d\x66\xe2\ \xe0\xc0\x05\x0a\x79\x62\x1e\x13\xc9\x06\x33\x9c\x25\x2c\x14\xc6\ \x19\x3d\x1f\x24\xe4\x72\xe1\xd5\x20\x01\x8f\x43\xa5\x72\xb1\xe2\ \x25\xa5\x08\x76\x3c\x0f\x67\x82\xe3\x08\xd0\x09\xc0\x6a\xf2\x24\ \x62\x8e\x48\x24\x93\x88\xf8\x58\x2a\x8f\x23\xfd\xad\xe0\x51\x05\ \x7c\x09\x1b\xc1\x64\x8a\x05\x08\xaa\x12\xeb\x68\x47\x45\xc0\x04\ \x02\xa1\x8c\xcb\x86\x33\x85\x80\x47\xfb\xf3\x7b\x4e\xca\x97\xf2\ \x90\x48\xac\x58\xb2\xbf\xc4\x62\x20\x90\x12\x2e\x01\x2d\x92\xc9\ \xa9\xb4\xb8\xd0\x6b\x2b\x06\x8a\xc5\x46\x72\x85\x18\x24\x32\x48\ \x20\x53\x30\xd9\xf2\xb9\x25\x89\x82\x23\xa6\xf2\xc4\x34\x08\x96\ \x25\x93\x31\x15\x12\x31\x5f\xca\x67\xcf\xad\xca\x84\x4c\x31\x20\ \x38\x02\xaa\x72\xe9\x17\xa0\x57\xbf\xf6\x77\x56\x97\x24\x02\x9e\ \x90\x2f\x5f\x95\xed\x08\xc5\xe2\xb9\xdf\x72\x3e\x00\x59\x87\x32\ \xa6\x4c\xca\x14\xf1\xe4\x3c\xa5\x78\x67\x4e\x2a\xe5\xf1\x01\xbd\ \x95\x45\x61\x96\xd8\x76\x5b\x2f\x52\xb9\x54\x06\x38\x4b\xb9\x04\ \x4a\x03\x1e\x6c\x47\xc9\xc2\x6a\x13\xa1\x7f\x01\x6e\xd0\x54\xa4\ \x3b\xd5\x23\xd5\x64\xd6\xec\x01\xeb\x87\xa7\x10\xcd\xcd\xcc\xa2\ \x03\xfe\x0e\x33\x23\x99\x8e\xbc\xb2\x27\xe2\x3d\xa2\x29\x44\x4a\ \xc0\xdf\x5f\x01\xb4\x8a\xa6\x03\xa2\x14\x10\x96\xea\x11\x40\xb2\ \x4f\x05\xde\xf1\xe6\x78\x87\x10\x27\xbf\x57\x9e\x6e\x74\x7b\x33\ \x0f\x1b\x40\xdf\x80\x13\x53\x03\xbe\xa6\x9a\xba\xd1\x07\x50\xc2\ \xfe\xf9\x1b\x40\x29\x8a\x87\xb9\x8b\x57\x42\x91\xbf\xeb\x2b\x27\ \xef\xec\xf0\xff\x0f\x18\x8c\x78\xdb\xd4\x7f\x02\x6c\xe9\x14\x27\ \x77\x07\x2f\x07\x6f\x37\xf7\xd7\xdf\x33\xcb\x6a\x3e\xbc\x8f\x79\ \x1d\xec\x9f\x10\x59\x17\xeb\x5e\xfe\xe6\x7d\xd1\xbb\xb4\xc2\xf5\ \x5a\xa7\xc6\xc6\x9c\x8f\x4d\x9f\x6a\xcd\x7c\x33\x75\x1f\x9d\x6c\ \x8a\xbb\xb2\x6a\x3d\xc3\xf3\x3c\x13\x76\x47\x12\x36\x3e\x75\x36\ \xfa\x85\x7c\x6a\xa9\xaa\x57\xad\x95\x94\x3c\xab\x55\x51\x3e\x33\ \xc3\x25\x23\xba\xc2\xa2\x6d\xcb\x9f\x39\xe3\xa3\x55\xbd\xeb\x4f\ \x6d\x7d\x99\xaf\x93\x62\xfa\xcf\xda\x48\x7e\x3d\x1b\xf1\x2e\x1f\ \xdf\xbb\xd4\x75\x7c\xa9\x39\xba\x16\x0f\xf6\x24\x37\x35\x15\x77\ \x77\x0d\x77\xad\x5f\x5f\xe5\xb5\x3e\x2d\xeb\x1f\x8c\xba\x2b\xdd\ \x68\xcf\x8f\xc8\x40\xf7\x57\x49\x0b\xea\xec\xae\xb6\xba\xb2\xbc\ \xbd\xae\xfe\x65\xf4\x85\x71\xbd\xaf\x1f\x7d\xd1\x5d\xd9\xfe\x2d\ \xb0\xa7\x5e\xad\xaa\x6b\xcc\x78\xd3\x5e\xdc\xa9\xcf\xab\xbf\x48\ \xd1\x2d\x0e\xbc\xad\xf8\x18\xf9\x2e\x21\xd2\x68\xac\x3f\xcf\x98\ \x2d\xd1\xf5\x36\xb7\xf6\x75\x5d\x6e\x34\x64\x15\x8f\x78\xc5\x66\ \x16\xa6\x8c\xdf\x1c\xdd\xab\x4e\x8c\xc3\x91\xf5\xbd\xfa\xd3\x9b\ \xfa\xf9\x01\x03\x43\x33\x58\x9e\xa1\xb9\xbc\x7e\xb9\xdc\xcc\x2d\ \x69\xed\xbb\xd9\xce\x69\x7e\x3a\xdf\x33\xe6\x36\x26\x7d\xeb\xa9\ \xeb\x4c\xdb\x7d\xca\xa8\xab\x54\x8f\x37\x66\x66\x85\x7c\x5b\x98\ \x6e\xed\xea\x2a\x08\x69\xf4\x77\x6b\x18\xd4\x35\x35\x5d\xfd\x5c\ \x28\xe9\x1d\xaf\x9d\x18\xcb\xcc\x32\xee\xaa\x36\x3f\x16\x95\x55\ \xbd\x8c\x3e\x64\x95\xe6\x37\x23\x57\xea\xcf\xf2\xa6\x7f\x3c\x29\ \xf8\xfa\x9c\xbc\xc2\x6f\xe5\xad\x75\x3d\x05\x4f\xa1\x29\xbd\xba\ \xe7\xf1\x9b\x8d\xe3\xf4\xc9\x8a\xd8\xa6\xca\x96\xd6\x2b\xb5\xea\ \xc7\x5a\xfd\xc8\xf3\x4c\xc9\x99\xba\xbe\xaa\x74\xf2\xe2\x7c\x64\ \xa8\xb7\xa5\x65\x5b\x3f\x99\x59\xd5\xd1\xa6\x7b\xbe\xd6\x8c\xdd\ \x5f\x6d\x01\xae\xce\x68\xf8\x39\x6f\xd0\x1b\x75\x97\x67\x07\xc6\ \xcd\x83\x85\x84\x75\xd4\xd6\x83\xae\xec\x7b\xc1\xe3\xfd\x6e\xc9\ \x31\x37\x1b\x18\x0d\x14\x0f\xba\x77\x8c\x67\x2a\xc5\x33\xbe\xeb\ \x64\x66\x52\xe5\x63\x34\x4c\xfc\x3c\xda\x28\xda\xdc\xbd\x7d\xc9\ \x29\x53\xe9\xef\x23\x8c\xdb\xe3\xb1\x25\xc7\x97\xd7\xe3\x23\x85\ \x2d\x83\xfa\xde\xab\xd9\x27\xa3\x41\x35\xe1\x03\x1d\xd2\xaf\xdc\ \xcf\x6e\xfa\xd8\x69\x76\xb3\x9b\x0b\xa7\xf3\x5a\x73\x3a\xf2\x86\ \xd5\x13\x9f\xc2\x0b\x33\x7e\x8e\x5d\x45\x87\x79\x00\xa3\xed\x6f\ \xd3\xa2\x42\x6a\x40\xb4\xbd\x39\xc9\xda\xc6\xb4\x0d\xc3\xc6\xd3\ \x9a\x4e\x22\xb9\x38\x39\xf9\xf5\xbd\x06\xc8\x3f\xe0\xdd\xc0\xc6\ \xba\x65\x90\xf3\x96\x05\xca\x72\xe8\xd1\x70\x30\x7f\xbc\x75\xd0\ \xfa\xa5\xf3\xda\x52\x9c\x82\xe2\xf2\x71\xb0\x7b\x02\x1c\xbc\xf8\ \x60\xf7\x9c\xb2\x05\xb5\xba\x3f\xf3\xa9\xd6\xcc\xaa\x19\x67\xcb\ \x43\x4c\x11\xc2\x11\x63\xe1\x63\x3c\x79\x48\xc7\x9c\x5a\x8e\xe5\ \x55\x44\x40\x79\x18\xf0\xc1\x22\x1c\x98\x65\x58\x99\x88\x15\x84\ \x02\x8b\xc5\x6c\xb1\x98\x0f\x0f\x9a\xdf\x0a\xa5\xd2\x04\x4a\x5a\ \x1c\x8f\x89\x8a\x52\x81\xb9\x70\x4b\x0b\xb2\xd2\x27\x5d\x93\x12\ \x8a\x95\x38\x0e\xc5\xe9\x40\x28\x84\x48\xac\x65\xa5\x47\x48\xe4\ \x4c\x3e\x9c\xcd\xa5\xd9\x51\xa9\x62\x3e\x14\xcd\x97\x0b\x65\x50\ \x26\x07\x2c\x65\x83\x2c\xe6\x61\xd5\x1c\x64\xf5\xc8\xa4\x06\xc4\ \x24\x2b\xd9\x3e\xc0\x9c\x56\xc8\xa8\x50\x24\x87\xc1\xbc\x8e\x58\ \x9e\x60\x24\x52\xc5\xb8\x50\x2e\x99\x89\x56\x23\x79\x72\xcb\xad\ \x20\x2d\x14\x6e\x11\x67\x17\x84\x8c\xd3\x86\x3a\x0e\x4e\x38\xa3\ \x98\xc8\x55\xb9\x5c\x01\x86\x4b\x79\x08\x9a\x10\x0c\x86\x70\xf8\ \x7c\x47\xc8\x9c\x5c\xca\xe2\x49\x38\x00\x78\x60\x10\x4a\x91\x58\ \x09\xa5\x61\xc0\x32\xa9\x15\x81\x26\x14\x59\xc0\x07\x39\x58\xae\ \x84\x03\x06\x81\xf8\xa6\x9c\x08\xc1\x1c\x97\x0f\x00\x8f\x42\x22\ \xa4\x62\x05\x5c\x9e\x88\x0d\x07\xf1\x68\xd8\x88\x20\x24\x95\xc5\ \xe7\xc2\x70\x34\xe9\x8e\x14\xce\x5f\x55\x30\x05\x12\x11\x8f\xcd\ \x67\x59\x70\xa8\xfc\x55\x53\x5a\xd8\xa1\x82\xc7\xe2\x88\xc8\x71\ \x22\x40\x61\xe4\xf2\x25\x72\x22\x56\xae\xe4\x30\xb9\x02\x01\x0d\ \xc6\x89\x70\x0e\xc5\xf1\x60\x30\x02\x02\x61\xa9\xa4\xf1\x24\x5c\ \xa5\x74\x6e\x5f\xc9\xe7\x0a\xb9\x22\x01\x59\x30\xc7\x47\x90\x15\ \x32\xbe\xa9\x93\xb5\x80\x4b\xe5\x28\xd9\x4a\x89\x08\x44\x10\x08\ \xc9\x2c\xae\x4c\xa1\x94\xc8\x77\x0e\x57\x45\x3c\x11\x58\x4c\x03\ \x91\xe7\x7e\x1f\xca\x97\x7e\xff\x59\x95\xf2\x24\x0a\xd1\xdc\x2a\ \x80\x53\x64\x19\xa0\x64\x3c\x0e\x70\xd5\x72\x29\x73\xe9\x0f\x40\ \x71\x7c\x4b\xe1\xe1\x12\x13\x29\xde\x07\xfc\x29\x18\x2b\x66\x43\ \xd0\x32\x01\xef\xaf\xaf\x7f\x47\x87\xa5\x9a\xba\x6a\x7d\x4d\xb5\ \xa7\xa7\x7a\x44\x7b\xe0\xe9\x1e\xf4\x00\x5b\x12\x70\x38\x8c\x04\ \xa8\x93\x07\xc5\x1a\x4f\xa7\xa7\xda\x93\xf0\xf6\x1e\x94\x30\x8a\ \x3d\xe9\x2b\x05\x0f\x38\xb8\xb0\xe8\xd4\xaf\x74\xc0\xd0\x51\xa2\ \x49\x36\x66\x24\x1b\x6f\xf7\x57\xaf\x5c\x4c\xa9\x5b\xd6\x44\x3a\ \x9d\x68\x9f\x1a\xf6\x35\xd5\xc3\x9e\x6e\x6f\x7a\x03\xe4\x2a\x95\ \x6e\x6d\x6d\x6b\x6b\xeb\xff\xb9\xbc\xf8\xe3\xc7\xf0\x8e\xe6\xdd\ \xda\x40\x4f\xa7\xd7\xae\x6f\xfc\xbc\x9d\x7c\x6d\xfb\xf4\xef\x3f\ \x75\x65\xf5\x5e\x1a\x75\x95\x81\xef\x02\xc3\xdf\x04\x86\x17\x39\ \xf9\xc7\xbb\xc7\x77\xb6\xa4\x39\xf8\x7e\xe9\x0f\x7f\xdf\x94\xd1\ \x99\x3c\x12\x6c\xdd\x98\x9c\x5c\xd1\xdf\x15\x4c\x29\x4c\xdc\x48\ \xf0\x7e\xf3\xa6\x28\xcf\xef\x43\xb1\xed\x87\x06\x2f\x27\x5f\x33\ \xeb\xc0\x81\xcc\xfe\x4c\xbd\x57\x78\xfb\x55\x6f\x45\xe7\x4b\xb5\ \xc5\xda\x70\xce\x56\xe2\x73\x79\x45\x77\x7f\xa7\xd3\x49\x79\x64\ \x84\xe3\xcb\xcc\x4c\x77\xd2\x97\x77\xb6\xde\xae\x05\x86\xc2\xfc\ \xce\x32\xbe\x25\x17\x3b\xdc\xdc\x9f\xb2\x59\x9f\xfb\xed\x7b\x3e\ \x01\x1e\x37\x53\x75\xa6\xbe\x7d\x56\x19\xb6\xd5\x17\xba\x1f\x0d\ \x2d\xef\xbd\x1a\x2b\xbf\xbf\x71\xf2\x5b\x2f\x6d\xf7\x73\x68\xb8\ \xd1\x18\x2e\x7e\x5c\x5a\x34\xec\x65\x17\x36\xae\xd7\x55\x95\x76\ \x95\x8f\xe7\x17\x87\x38\x0d\x6f\xef\xad\x4c\x3c\x56\x8f\x7e\xf4\ \xec\xea\xf5\x6a\x38\xf5\xff\xd4\xac\x1d\xd2\x6f\x9f\x5f\x4c\xbe\ \xcb\x7c\xce\xc9\x6f\x0a\xf4\x73\x48\xf3\x7d\xdb\x37\x5f\x5f\x56\ \xfd\x3c\x7e\xa1\x7e\x3e\xc9\x2d\x6b\xbd\x34\xac\x5c\x5d\x35\xe6\ \x1f\x84\xda\x2d\xdf\x4c\xa8\x6e\x81\x99\x5b\x79\xf2\xac\x36\x34\ \xd4\xdd\xfe\xdc\xdc\x18\xd3\xa6\x1b\x47\x5a\x73\xf7\xf2\xd4\x9b\ \x17\x43\xf9\x55\xbb\x1d\xba\xfa\xec\xdd\xfe\xd2\xf2\xf6\xdc\xa1\ \x71\x5d\x61\x46\x4b\xfd\x74\x57\x7c\xfc\xc5\xf6\x6d\x46\x52\x79\ \x56\x47\xd9\x6e\xd9\x76\xc9\x6d\x77\xe1\x40\xbf\x51\xdd\x77\x7b\ \x9a\xf7\xfa\x16\xd1\x92\x9f\x16\xee\xeb\xde\x5f\x9d\x6d\x9c\x6a\ \x1a\xd8\x9c\xdc\xcc\xbd\x9c\x9d\x36\x8c\xb6\xfe\x18\x7f\x2a\xbb\ \x6d\x4c\x7a\xff\xb6\x78\xb8\xbb\x64\xe1\x34\x6a\x2a\xb7\x2e\xad\ \xa6\x3d\xfb\x56\xdd\xfb\xb0\x39\xbc\x47\x18\x5d\xec\x68\x2b\x2d\ \x9e\xd4\x75\xe4\xfd\x28\x29\xef\xd8\xce\x5c\x98\x0c\x9d\x9f\xb8\ \x9d\x79\x59\x39\x98\x50\xef\xde\xdc\xa8\x8c\x83\xf3\xcb\x27\x4f\ \x06\x83\xe5\xd1\xdd\xf6\xc0\xd5\xa5\xfe\x9a\x8a\xe6\x40\xa6\x6b\ \x6c\x02\xe8\x24\x0f\xd7\x0f\xb1\x78\x7b\x07\xff\xb7\xdf\x72\x73\ \x26\x0d\x71\xf3\x17\xea\xf9\x97\x8c\xbe\x4b\x95\xd1\x70\xb1\xf9\ \xa8\x99\x56\xbd\xdc\x5d\x5c\x68\x9f\x0e\x56\x4e\x8d\xba\xaa\xa8\ \x4b\xcd\xcc\x8c\x76\x22\x7d\xf9\x5c\xf3\xcc\xd0\xee\x6d\x6c\xea\ \x12\xc7\x42\xef\x86\x4f\x77\x17\x32\x97\x87\xce\x2b\xda\x77\x9f\ \xd5\xb7\xa5\x33\x30\x55\xaa\x07\x89\x4e\x09\x30\xd5\x43\xa3\x87\ \x01\xa3\x88\x1e\x60\x0e\x08\x15\x40\x5a\x6e\xee\xd6\x14\x4f\x57\ \x5b\x77\x5f\x12\x30\x94\x48\x61\x94\xcf\xb7\x5b\xbd\x43\x1c\x2e\ \x8a\x85\x8b\x48\xb7\x74\xb6\x0a\x82\xfd\x14\x1f\xdc\x27\x12\x74\ \xa6\xbb\x5e\x20\xc2\x35\x66\x8f\xc9\x5e\x1c\xcc\x3d\x9e\xdf\x53\ \x6b\xd4\xb4\x7d\xc9\x7a\x5b\x47\xe4\x99\x51\x8d\xc6\xf1\xa9\xd5\ \xd5\x51\xe9\x3e\x1c\xde\xc4\x29\x18\xce\x75\x46\x70\xa8\x56\x04\ \xa6\x08\xcc\x94\x90\xad\x58\x34\x16\x33\x22\x3d\x2a\x85\x2f\x44\ \x20\xc0\x07\x1c\x56\x54\x53\xd9\xf4\x05\x9c\x97\xa8\x02\x91\x39\ \xb8\x47\x8d\x15\x1a\x2b\x00\xa3\xd1\x54\x36\x08\xcb\x61\xa2\x2c\ \xe1\xd8\x2d\x28\x43\x06\x18\x1a\x36\x4f\x4c\x46\xf0\xe4\x4b\x72\ \x10\x42\xa4\x54\x2a\x84\x30\x54\xa2\x0f\x88\x2f\x84\x83\xb1\x43\ \xce\x65\x0b\x54\xcc\x50\x85\xdb\x15\xd9\x8e\xcc\x63\x45\x68\x2d\ \xec\x00\xeb\x2a\xe4\x0a\x61\x06\x2d\x94\x3d\x7f\x42\x76\x56\x05\ \x61\xb1\x3c\x47\x08\x0d\x02\xe6\x89\xc4\x30\x2a\x39\x8e\xc9\x16\ \x0b\xed\x68\x64\x02\x86\x2a\x66\xc3\x59\x6c\x85\x00\xcc\xb2\x20\ \xa4\x43\x44\x3c\x2a\xdc\xd2\x8a\x0d\x4a\xc1\xb0\x60\x6c\x11\xc2\ \x8a\x2a\x59\x3a\x5c\x32\x35\xd3\xfa\x05\x15\x70\xc0\x34\x1c\x94\ \x0c\x83\x2a\x98\x3c\x40\x8f\x30\x0c\x10\x46\xcc\x96\x2d\x09\x00\ \x3e\x51\x88\xc4\x3c\x9e\x4c\x2e\x51\xca\xc8\x32\xe9\xaf\x1d\xcb\ \x6b\x64\xca\x4f\x2b\x0c\x0c\x06\xe7\x5b\xc5\xb1\xb0\xa8\x31\xec\ \xbe\x80\xa9\xfc\x2d\x51\xce\xcd\xc9\xf9\x0a\x19\x12\xc4\xe6\x33\ \x59\x52\x80\x7b\xf6\x77\xc8\x58\x21\x1b\x42\x05\xc1\x78\x22\xf9\ \x12\x96\x2a\xe0\x49\x64\x9c\xd5\x9d\x25\x19\x4f\x0e\x68\x24\x00\ \xa1\x29\xd7\x48\x3b\x1c\xe0\x7d\x65\x58\x00\xa6\xf6\x77\x0e\x77\ \xa4\xfc\x39\x89\x64\x4e\x2a\x62\x52\x95\x7c\x34\x95\x0a\x41\x0e\ \x39\x5a\xb0\x64\x38\x34\x9a\x8f\x89\x88\x08\x1a\xc2\xd8\xa1\xc5\ \x60\xae\x50\xc6\x96\xca\xf8\x42\x16\xa0\xbe\x50\x85\x52\x2c\xde\ \x39\x14\xcb\xc1\xc2\x25\xae\x72\x75\xe7\xf0\xcf\xe1\xdc\xaa\xc2\ \x54\xf0\xe1\xf7\xfe\xea\xd2\xea\x92\x90\xcb\x54\xae\x02\x6e\x52\ \x2e\xa2\x89\x85\x7c\x11\x95\x4f\x83\xc6\x5d\x13\xa0\x1c\x3b\xce\ \x5f\x01\x14\xd3\x1a\x16\x9d\x0e\x04\xb5\xaf\x61\xe6\x94\xb0\xaf\ \xd1\xa6\xa2\x69\x74\x0f\x00\x90\x52\xc3\x4c\xce\xcf\xda\x01\xf8\ \x36\xc9\x9c\x1e\xf0\x95\x68\x96\x1a\x00\x0c\x26\x7b\x92\x3d\x09\ \xf8\x2a\xcc\x0c\x20\x75\xa2\x99\x07\xc5\xc6\x8c\xee\x14\x1e\xe8\ \x1e\xfc\xca\xda\x0c\x30\x91\x94\x54\xd3\x1d\xe9\xff\x6e\xe4\x09\ \x03\x7e\x3e\x95\x4e\x0f\x08\x33\x77\xf3\x26\x9a\x5b\x5b\x13\x1d\ \x5c\x12\x26\x6b\xb2\xde\x24\xbf\x2c\xcf\xe6\xd6\x35\x7d\xd8\xce\ \x5a\x2b\x68\xed\x6f\xd5\xcd\xbc\x5c\x1e\x9d\xec\xf5\xc6\x7e\x2f\ \x88\x0d\x7f\x13\x62\xed\x50\x5b\x47\x7c\xdf\xe4\xba\xbb\xfb\x29\ \x24\xf0\x5b\x42\x57\x73\x4b\x93\x9f\xe7\xf4\xb7\xc0\xfe\x8f\x6f\ \xeb\x2a\x03\x3d\xdf\x87\x34\x6f\x57\x04\xbf\xfe\xe0\x15\xe2\xe2\ \x49\x0a\xb0\x7d\xed\xee\xe7\xd4\x93\x95\xff\x29\x26\xc4\xab\xef\ \x9d\x83\x6d\x51\xd2\xeb\x4f\x53\xbb\x0b\x45\x99\x9e\xee\xdf\xd7\ \x06\x12\xfc\xc3\x7b\x46\x8c\x11\x4f\x3d\x97\xcf\x97\x39\x59\x15\ \xef\x1b\x3a\xb3\xba\x9f\xd5\xeb\x9b\x09\xdd\x03\x85\xfa\x95\x8c\ \xda\x98\x6e\x4f\xaf\x57\x14\x33\x07\xef\xe9\x89\x09\xd8\x58\xeb\ \xd5\xca\xee\xc5\xcb\xda\xf0\x4d\xe6\xe0\xd4\x42\x55\xdb\x97\xef\ \xc5\x39\xc1\x8d\x88\x0e\xeb\x37\x45\xfe\x17\xa3\xa3\x17\xa5\xa3\ \xc6\x85\xaa\x17\x7d\xfe\x9b\x8a\x9e\x84\xb4\xd1\xce\xee\xb2\xbe\ \xd6\xc6\x87\xea\x6a\x6d\xdc\xd4\x6c\xbf\x66\x7e\x32\xb7\xb9\xa2\ \xe0\x46\x55\x5f\xb2\xad\xa9\xca\x6e\xe8\x3f\x2a\x9d\x2e\xfe\xde\ \xdd\xa2\x6e\x7e\xf7\x63\xed\xb9\x23\xb6\xac\x4c\xd3\xbf\x72\x5b\ \x9e\xd0\x30\xa9\x1b\x7c\xba\x1d\xce\x79\x50\x2f\xe8\x4e\x35\x86\ \xdd\xb8\xa7\xd9\x27\x8b\x56\xdd\xd5\xe8\xa9\x5a\xa5\xb9\xd5\xe5\ \x4d\xaa\x0d\x6d\x37\xd9\x9f\x33\xbb\x8b\x9f\x74\xb3\x7a\xf5\xa0\ \x4e\xa7\x3d\x89\xd3\x9f\x6d\x67\x96\xe9\xbb\x55\xe3\x65\x86\xbb\ \x9b\xc9\x93\xd1\x85\xd2\xee\x8a\xbe\xb4\x8a\xc8\x98\xdc\xdb\x9b\ \x4c\x43\x5e\x4e\x9e\xa1\x32\x2b\x7b\x2a\x73\x01\x92\xb8\xd0\x99\ \x1c\x1f\xe8\x3f\x39\x6b\x30\xae\x8d\xf4\x8e\x18\x2e\x73\x75\x63\ \x47\xda\xc9\xb5\xeb\xac\xa9\xe9\x8d\xbd\xae\xd8\x4a\xfd\x88\xfe\ \x7a\x70\x79\xef\xa9\xeb\x7b\x4f\x7e\x48\xc9\x43\x43\x66\x7d\x46\ \xd6\xc6\x94\x51\xdd\x73\xfb\xa3\x74\x3a\xff\x68\x7d\xfa\x2a\x68\ \x79\x76\xb6\xf7\x68\x6d\x6f\xf6\xf9\x79\xfe\xf9\xe7\x85\x6a\x6b\ \x70\x4c\xb5\xbd\xfd\xb8\xb5\x1c\x85\xfb\x39\x7f\x3f\x61\x70\xae\ \xf6\x51\xcc\x1d\xfe\x86\xbf\x0c\xc7\x7b\x50\xe8\x1e\x5f\x5f\x7f\ \xf4\x27\x39\x04\x47\x76\x6f\x6c\x6c\xdc\x24\x2e\x6a\x54\x2a\xf5\ \x6c\xfb\xed\xcd\xd0\xcf\x6b\xc3\xed\x65\x73\x76\xe8\x85\x61\xcc\ \xf9\xa6\x51\xbf\xfd\xa4\xda\x9e\x8f\x8a\x63\x1c\x5c\x9c\x1e\x95\ \xe9\x9f\x7f\x38\x5a\x3c\x1a\x54\x37\x13\x68\xcd\xed\xee\x81\x4a\ \x55\x56\x58\xb2\xc1\x60\x38\x3f\x0e\xa5\x73\x2d\x13\x97\x49\x44\ \x4a\x34\x30\x16\x03\x52\x4d\x4b\xa6\xc0\x4b\x18\x3d\x00\x30\x84\ \x78\x73\x07\x5f\x1b\x0a\xde\x86\x48\xc2\xe3\xcd\x29\xa4\xe8\x00\ \x0a\xbe\xe9\x1e\x5e\x75\x3c\x27\xa3\x92\x75\x8f\x13\xc6\x79\xad\ \xee\xc8\x87\x47\x65\x0b\xb6\xb3\xae\x2d\x97\xc1\x30\x98\x15\x0b\ \x04\xe2\x82\xed\xac\xb0\x64\xad\xe3\xef\xff\xfb\xcf\x1c\x8a\x0f\ \xc1\x2d\x8f\x51\xb7\x74\xa8\x94\x28\x34\x06\x4e\x00\x25\x22\xb1\ \xa7\x8b\xd5\x3e\x02\x26\xc2\xf9\x85\x43\x66\x2c\x76\x5b\x62\x25\ \x22\xa6\x00\x6e\x41\x1e\x84\xfb\x10\x98\x50\x14\xe2\x91\x07\xda\ \x98\xba\x13\xee\x2f\xc9\x25\x6c\x2c\x13\x9c\x42\x20\x58\xc6\x85\ \x52\xb9\x7c\x0c\xc3\x92\x01\x87\xc4\xf1\x79\xa8\x20\x8c\x25\x04\ \x8a\x74\x64\x49\xe0\xea\x41\x05\xc0\x0e\x30\x0e\x07\x01\xe7\x5a\ \x71\x59\x29\x7c\x9e\x22\x91\x2c\x80\x20\x69\xb7\x89\x54\x30\x1f\ \xc4\x00\xcd\x6a\xa1\x02\x47\x04\xe1\xde\x31\x48\xb3\x65\x25\x90\ \x61\x2c\xa1\x02\x31\x0b\xce\x41\x12\x14\x42\x1c\xe1\xda\x87\xe9\ \xc8\xe7\x20\xa8\x56\x51\x5b\x77\x88\x38\x10\x0e\x03\xf6\x11\xd3\ \x68\x34\xae\x00\x37\x04\x65\x09\x78\x76\x46\x47\x18\x0e\x29\x14\ \xed\x00\xbc\x44\xc6\x20\x82\xc8\x72\x85\x92\xc6\xe4\x89\x85\x92\ \x25\xc5\xce\x9f\xff\xfd\xf7\xef\x55\x11\x12\x03\x73\x44\x02\x54\ \x64\x09\x25\x0c\x89\x44\x54\x85\x54\x26\x06\xf4\x63\x6e\x4e\x4c\ \x03\xe4\x54\x2c\x92\x0b\xe5\x73\x12\xb2\x8c\x87\x83\x5a\x80\x7d\ \x16\x09\x10\xe4\x35\xf5\xcf\x12\xd3\x72\xc8\x12\x38\xae\x54\x88\ \xc0\x6c\x85\x4c\xc0\x87\x83\x98\x76\xe9\x34\x01\x87\x83\x15\x49\ \xc9\x3e\xa1\x16\x48\x67\x9c\x15\xca\x79\x11\xc7\x9d\x63\x21\x69\ \x62\x40\xd6\xc4\x5c\x9e\x58\x2e\xf8\x75\xb8\x2a\x71\x7c\xc4\x91\ \xe1\x18\x1a\x97\x4c\xa6\x09\xa5\x52\xae\x49\xb3\x7e\xff\xfa\x35\ \x27\x51\x48\x45\x02\x11\x0d\x65\x45\x86\x59\x20\xd9\x32\x05\xb6\ \x1a\x01\xa5\xc2\x10\x10\xb2\x05\x92\xcf\xe7\xf3\xf8\x8e\x58\x99\ \x84\x0a\x5c\x89\x18\xc4\x61\x9b\xf6\x5b\x8b\x25\x42\xa8\x04\x00\ \x46\x38\x55\x2a\x14\x31\x85\x87\xbf\xf6\x97\x7e\xff\x5b\xcc\x95\ \xac\xfe\x59\x62\x23\x39\x62\xf1\xef\x43\xe5\xfe\x1f\xc5\x6f\x85\ \x12\x20\x2b\x32\x20\xbe\x6c\x30\x14\xf6\x97\x07\x09\x1f\x66\x46\ \x49\x8d\xb6\x8f\xfe\xfb\x7f\xa2\x3d\x02\xcc\x49\x01\xa6\x0d\x5c\ \x01\xff\xd8\x87\x91\xc2\xfe\x09\xa3\x84\x79\x98\xf9\xd9\x06\x7c\ \xb5\xb7\xb1\xc6\x03\x76\x30\xc0\x9e\x62\xca\x88\x37\x25\x1d\xd3\ \xe9\x74\x40\xde\xc2\x48\x00\x6f\x99\x59\xbf\x0a\xf1\x7a\xf3\xfe\ \xb5\x2b\xd1\x9c\x64\x6e\x0e\xe8\xd9\xd7\x00\x0f\x8f\x30\x53\x63\ \x09\x13\x5f\x05\x98\x59\xfb\x3a\xbc\x72\x32\xc3\x13\x29\xe6\x24\ \x97\x99\x09\xc3\x7a\x63\x43\x6f\x69\x5d\x6d\x73\xd2\xf7\x84\xbc\ \xd2\x8e\xb2\xd2\x82\x91\xc9\x9b\x99\xdd\x8d\xc2\x3e\xf5\x95\x83\ \xb7\xa7\x2d\xc5\xcd\x37\xd8\xd7\x3b\x3e\xbc\xdd\x3f\xb2\xf8\x4d\ \xe7\xa7\xc7\x20\xbf\xf6\xef\x69\xc3\x91\xef\x3f\x16\x35\x57\xed\ \x35\x25\xd4\x26\x8c\xf4\xb4\x25\xbd\x4d\x8a\x4c\xf8\xe6\x6b\x6b\ \xeb\x95\xf3\xdd\xda\xbc\xa5\xb3\xae\xd6\x35\xfc\xa5\xe1\xbd\x9b\ \xab\x03\xf1\x4d\x7f\xe0\xa7\xa4\xfe\x96\x48\x77\x6f\x9b\xe2\x91\ \xf8\xde\xac\x0f\xa4\xc8\x5a\xaf\xb4\xb6\x9a\xea\x8c\x4f\x7d\x2d\ \x45\xd9\x5d\x49\x7e\x4d\xc3\xf1\x95\x47\x03\x1d\xdd\x69\x21\x09\ \x6d\x1b\x97\x1f\xc2\x43\x82\xcd\x1c\xc2\xbd\x43\x12\x48\x8d\x3f\ \x7e\x64\x64\x5d\x4c\x7e\x1c\xa9\xcf\xbe\x6a\xd0\x1c\x6d\x0f\xeb\ \x0a\x75\x59\xdd\xe5\xe5\xf9\x19\xbd\x2d\xb5\x86\x7c\xbd\x3e\x23\ \xa7\xa5\x75\xe5\x76\xb6\x32\xa4\x26\x6b\x2a\x5f\x73\x39\x9b\xa3\ \x5d\x7e\x18\xb0\xd8\x88\xdb\x18\xef\x6f\xcf\xd1\x69\xdb\x0a\x0d\ \xfa\xab\x9c\x78\xf7\xa6\x8f\xed\x59\xcd\x0d\xb9\x1d\xbb\xc6\x1b\ \x9f\xdc\xa7\xf3\xf2\x86\xbe\xbe\xac\x93\xa3\xd2\xf5\xbb\x6b\x43\ \xe2\xc5\x65\x0b\xfb\x79\xb7\x6e\x7b\x3e\xa3\xda\x18\xa1\x27\xa4\ \x2c\x64\x54\x17\x66\x4c\x1e\xe1\x96\x37\xb6\x4f\xa6\x1a\x33\xda\ \x72\xb3\x66\x5e\x7b\x56\xb6\xbc\x71\x7a\xd7\x55\x57\xb7\xd1\xbc\ \x55\xd8\xf4\x74\x7e\xe1\xac\x6d\xfb\x34\xbc\xd0\xf7\x6d\x50\xbf\ \x39\xaa\x3a\x9d\xbc\x56\xef\x66\x2d\x8c\x14\x6c\x7c\x2c\x5a\xc9\ \xde\x9c\xbe\xb8\xd0\x1b\x36\xb3\x22\x9b\x71\x13\x89\xec\x91\x81\ \x1f\x67\xe5\x9b\xf5\x19\x47\x17\x95\xbd\x75\x4d\x3d\x2d\xa5\x1d\ \xb9\xe7\x99\x9b\xa3\x07\x88\x92\x7b\x43\x4e\x5b\xf7\xd5\xe6\x75\ \x86\xa6\x3a\x27\xa3\x72\xe0\x73\xce\xc0\xc2\x65\xfd\xf7\xd2\xfc\ \xde\x91\xb6\x2a\x83\xfa\x76\x71\xf7\x5c\x53\xd6\x5a\xb2\x8e\xd6\ \x86\x6a\xef\x0d\xad\x9b\x6a\x55\x6b\xb9\xbe\x7a\xe5\xea\x31\x65\ \x28\xea\x6e\xe2\x78\x62\x22\x68\xe8\x58\x35\x5f\x7d\xaf\xb5\x4b\ \x67\xb1\xe5\xbc\xd0\x6b\x55\x96\x13\x89\x48\xf2\xa0\xf8\x27\xbc\ \x72\x4a\xf8\x94\x69\x7c\x99\xd1\x8c\xa5\x1c\x3f\x9d\x8e\x19\x8c\ \xd7\xc6\x20\xed\xc4\xe9\x65\xe2\x9d\xf3\x90\xaa\x24\xce\xea\xc0\ \x62\xf0\x2e\x34\x68\x51\x3d\x72\x9c\x5e\x7d\xaf\x9f\x9d\xb8\xf4\ \xd9\xf0\x21\x5c\x07\x3d\x2e\x47\x80\x8e\x19\x76\xd7\x8e\xf3\x77\ \x16\x63\x5b\x89\x96\x60\x82\xa3\x56\x13\x01\x1a\xa7\xdb\x00\x3a\ \xf8\xf7\x7f\xef\xd7\x78\x98\xd6\xb3\xe8\xf4\x30\x8f\x68\xd3\x1d\ \x21\x20\x4c\x9a\x53\xec\x29\x44\x6b\xeb\x30\x53\x90\x34\xb3\xa9\ \x3d\xe0\x97\x6a\xd9\x4c\x9e\x90\x89\xbe\x9b\x2f\x08\x3d\x6a\x05\ \x19\x6e\x13\x7d\xd4\xd7\xfa\x3c\x35\x86\x40\x06\xcb\x12\x17\x13\ \xb5\xd5\x68\xcb\x44\x4b\x21\x18\x69\x99\x81\x24\x40\xc0\x8f\xce\ \x08\x46\x54\xe8\x96\xe1\xfa\x34\x34\x6a\x82\xad\x69\x3c\x3b\xdd\ \x93\xf8\xc4\x9d\x86\x42\xa8\xa1\x3e\x47\xc7\x60\x08\xf2\xfc\xce\ \x0e\x42\x45\x12\x7d\x2c\x25\x00\x00\x20\x00\x49\x44\x41\x54\xb1\ \x98\x50\xde\x33\x44\xc2\x17\x22\xc9\x30\x64\xa8\x62\x8e\xc3\x16\ \xc2\x21\x5c\x08\xda\x31\xca\x32\x82\xcc\xe2\x39\xce\x9f\xa2\xc8\ \x5a\x0b\xbe\x90\xc3\x75\x44\x23\x69\xb8\x50\x91\x0c\x84\x03\x03\ \x52\xc7\x5a\x65\x1d\x68\x06\x31\x0c\x2e\x48\xc5\x67\x46\xa0\x19\ \xb4\xd0\x41\x6e\x54\x9c\x48\x73\x6a\x89\xb4\x63\xf9\x3c\xdc\x18\ \x8e\x61\x4c\x1e\x14\x11\x71\x10\x01\x41\xa4\xf3\x68\x34\x16\x0d\ \xd0\x34\x2e\x12\xcc\xb1\x64\x0a\x84\x52\xac\xb3\x25\x9c\x1b\x65\ \x41\x06\xa1\x56\x9c\x51\x50\x8c\x38\xc2\x19\x06\x26\x53\xb9\xc0\ \xaf\x27\x13\x23\xf8\x64\x8e\x58\x09\xb2\x22\xa4\x0b\x98\x7c\xa6\ \x85\x8f\x9d\x85\xf1\xd8\x12\x46\x86\x63\xd9\x52\xe5\x2a\x60\xe2\ \x7e\x49\x66\xb3\xee\x22\x70\x32\x39\x19\x2d\x15\x4a\x24\x4a\x21\ \xd8\x19\x0b\xa8\xc1\x8e\x8c\xa7\xdc\x9f\x13\xcf\xc9\xc0\x11\x52\ \x25\xe0\x3d\x85\x76\x68\x0e\x0d\x32\x88\x80\x60\xa4\xab\x3c\xae\ \x8c\x0b\x15\xcb\xf6\x25\xe2\xa5\xfd\x25\x81\x4c\x22\x51\xcc\x01\ \x92\x24\x14\x8a\x7e\x29\x45\x64\x9a\x84\x03\x42\xc3\x59\x20\x16\ \x1f\x0e\x06\x83\x24\x12\x11\x8d\xcf\xe5\x2b\xe4\x92\xb9\x39\x05\ \x4f\x32\xb7\xbf\xa3\x90\xb0\x44\x02\xb8\x4c\x49\x96\xca\xd8\x6c\ \x96\x54\x2c\xe0\xf3\xe6\xc4\xa2\x55\x19\x2d\x28\x94\xc0\xc7\xc2\ \xa9\x2c\x23\x9a\x46\xe3\x91\x69\x22\x28\x93\x27\xe5\xe1\x38\x7c\ \xee\x9c\x88\xc9\xc1\x10\x98\x7c\x29\x57\xc9\xe6\x4a\x0e\x85\x6c\ \x2c\x8d\x8a\xb0\xe4\x12\x1c\xc9\x02\xa5\x4c\x02\x58\x41\x8e\x54\ \x22\xdd\x91\x89\xe4\xab\x1c\x2a\x4f\x24\x53\x88\x44\x20\xe5\x0e\ \x87\xcf\x53\x5a\x9d\x0b\x25\xfc\xc3\x1d\x01\x95\xc3\xe3\x2b\xb8\ \x48\xe1\x5f\x78\x33\x1b\x0f\x33\x12\xc0\x59\x61\xa9\xa6\x3a\x09\ \xa9\x74\x8f\x30\x8f\xb0\x80\xaf\xd1\xe6\x78\x7c\x34\x20\x63\x01\ \x14\x5b\x4f\x22\x25\x80\xe8\x6a\x6e\x1f\xf0\xaf\xbf\x01\x31\xf3\ \x30\x27\x92\x02\x48\x66\x74\xfa\x7f\xe5\x2b\xcc\x9e\x88\x37\x27\ \xda\xdb\xba\xf8\x46\x7e\xfa\x1c\xe2\x6a\x46\xb7\x31\x35\x2f\xa7\ \x9b\x12\x51\x89\xc0\x80\x0b\xf8\xea\xe0\x46\x72\x7a\xed\xf6\xdf\ \xe6\x50\x74\x92\x8b\x59\x70\xfe\xee\xde\x64\x65\x5b\x43\x63\x67\ \x4f\x77\x5d\xf3\xcd\x40\xd9\xf4\xf4\xc6\x42\x6f\x66\x63\x5f\x7b\ \xed\xf9\xe3\xe2\x8a\xb7\x77\xd7\x46\xa1\x17\xe5\xdb\x49\xcc\x9b\ \xc8\xcc\x84\x64\x33\x5b\x33\x7b\x37\x80\xb3\xda\xcb\x7a\x23\xbd\ \x93\xde\x06\xbb\x85\x94\x94\x64\x24\x75\x7b\x55\x16\xbc\x0e\x7e\ \x9f\xd0\xf2\xfa\x4d\x85\x7f\x78\x48\x64\xfb\x74\xc1\xdb\x1a\x73\ \xa7\xfe\x8a\x1a\xdb\x96\x56\xa7\xf2\xce\x57\x21\x85\x2d\xf1\x91\ \x78\x17\x52\xd3\xdd\xc4\xc6\x3b\x00\xec\x6c\x82\xdf\xb5\x27\xac\ \x14\x4e\x4f\xb7\x66\x79\xbb\x10\xdd\x80\x59\xe6\x5e\xd3\xe7\x15\ \x9f\xeb\xe5\xd4\xb1\xde\xd2\x55\xd7\x9b\xdd\x59\x54\x9c\x5c\xd0\ \xeb\xbc\xd7\xd2\x1d\x3b\x79\x79\x54\xb2\x79\x5e\xb0\x36\xab\x5f\ \x34\x36\xb7\xac\x6b\x6b\x0b\x0d\xb9\x23\xc3\xaa\x6b\xfd\xcc\x8a\ \xb1\x61\x53\xaf\x33\x0c\xaa\x96\xa7\xc6\xc7\x75\xef\xe3\x67\x17\ \x8a\x72\x74\x0e\xf9\x63\xf9\x4e\xef\x1b\xbf\xb4\xb7\xe7\x95\x1c\ \x77\x8c\x34\xf4\xaf\x34\x54\x95\xcc\x96\x4d\xe6\xcf\xb6\x66\x96\ \x36\x0c\xe4\xbe\x0c\x3f\x15\x7b\xc7\xd7\x5f\x5f\x1d\xcc\x7e\x28\ \xbe\xc9\xee\x2e\x1d\x31\x26\x8f\x8e\xf4\xb8\xbb\x9f\xe4\xa5\x6b\ \x22\x08\xa7\xe8\xbb\xad\x86\xde\xe3\xf2\xd3\x88\x49\x75\xc3\xe5\ \xe8\x76\xe9\x48\xcb\x63\x6e\x78\x51\x63\x6d\x73\x4c\x48\xe0\x87\ \x0a\xf7\x2c\x78\x86\xbe\x7f\x2d\xb7\x55\x83\x56\x1b\x7f\x14\x1c\ \xdf\xe9\xac\xd4\xf5\x1b\x2a\xf5\xad\xfe\x6e\xfb\x6a\xe4\xe1\x64\ \xe3\x2c\xbf\x31\x43\xa5\x7e\x1e\x9b\x1d\x2d\xda\x84\x06\x0d\xbc\ \xf4\x9e\x8e\x59\x99\xd2\x50\xb3\x47\x26\x2b\x73\x1a\x1a\x36\x73\ \xd2\xbe\xad\x9f\x97\x0e\x43\x07\xf3\x8c\x6a\x6d\x94\x51\xa7\xbf\ \x5d\x79\x40\x3d\x18\x1f\xe7\x87\x0b\x86\xbb\xf3\x0c\x5b\xa7\xc7\ \x3f\x9f\x9f\xc6\x17\x74\x5a\x55\xee\x9e\xe6\x56\xa5\x3f\x41\x0d\ \x17\xe8\xef\x12\x87\xc6\xd4\x33\x39\xf5\x27\x8f\xba\xad\x97\xbb\ \xde\xe3\xa1\xea\xbb\x53\xa3\xe1\x65\xec\x4e\x65\x07\xdf\xea\xb8\ \x1f\x64\x92\x8d\x6b\x0b\x57\xb3\x09\xb6\xb6\x14\xfb\xaf\x66\xaf\ \x23\x5d\xbc\x3e\x36\xac\x3c\xea\x0c\xa7\x29\x8c\x83\xd3\x79\x23\ \x83\x40\xc0\xf4\x5a\xc0\xc1\x1b\xf1\xc6\x45\x6d\xba\x61\xfe\x7a\ \x62\x6b\x28\x71\xb1\xfa\xe7\xa9\xf1\xe9\x44\x1b\x35\x36\x14\x67\ \x71\x69\x1c\x8c\x98\xb8\x3f\xbe\x39\x1a\x23\x1c\x93\xb9\x2c\x16\ \xc3\x0a\xf4\x8c\xd2\x1a\xc6\x18\x89\x20\x6c\x7f\x18\xd1\xb4\xef\ \x02\x20\xfe\xe8\x00\x3a\x10\x1c\x81\xd0\x67\x2a\xa1\x16\xf0\x95\ \x42\xf1\x20\x3a\x10\xcd\x29\x0e\x0e\x36\xe6\x44\x22\xde\x0c\x8f\ \xa7\x24\x45\x1d\xd6\xf7\x46\x28\x14\x02\x25\x66\x59\x47\x86\x6d\ \x4e\x20\xe3\x42\x91\xd5\xd4\xc7\x7b\x38\x56\x29\x58\xe6\x03\x06\ \x2b\x34\x0a\x07\xdb\xb8\xbc\x28\x7e\x19\xb2\x23\x8b\x70\x11\xcb\ \x0c\xf0\x4f\x26\xcd\x2e\x88\x60\x29\x0a\x32\x62\x86\xa4\x2c\xd6\ \xe9\xa6\x33\x0d\x06\x66\xd0\xd2\x07\x23\xb0\x51\x58\x81\x23\x98\ \x15\xb1\x65\x48\x44\x12\xc8\x12\x1a\x5b\x2c\x05\xf3\x20\x2c\xa5\ \x02\x17\xc7\xc6\xa2\xc1\x5c\x1e\x8a\x0d\xc2\x59\x21\xa9\x2c\x50\ \xba\x15\x08\xa9\x02\xf0\x82\xcf\xc5\x88\x38\x64\x56\x35\x48\x8e\ \x62\x70\x09\x64\x5e\xd5\xe5\x90\x21\x9d\xc0\x55\xca\xd9\xea\x19\ \x66\x22\x44\x8c\x00\x89\xb8\x42\x24\x08\x6d\x35\x70\xcd\x0f\x4d\ \x61\x07\x45\xb5\xde\xd9\x69\x06\xad\xd0\x64\x0c\x20\xa3\x43\xd5\ \x10\x2c\x86\x86\x81\x71\xc9\x00\xb5\x20\xf8\x52\x05\x8d\xc5\x95\ \x62\x10\x83\x70\xbe\xe1\x0e\x4b\x60\x0e\xc6\xa1\x2f\x6b\x87\x05\ \xe3\x8d\x27\xdb\xd5\x70\x04\x88\x4d\x85\x89\xa4\xb8\x19\x1d\x02\ \x61\x07\x27\x38\x6a\x7c\x4e\x75\xc7\x71\x16\x8c\x88\x28\x1f\x34\ \x5c\x00\x98\xbe\xb9\x7f\xff\xe6\x59\xf9\x30\x20\x4a\x31\x04\x4b\ \x10\xa2\x82\x10\x4c\x2c\x84\xc6\x95\x48\x99\x34\x0e\x98\x2b\x12\ \x08\x21\x28\x10\xd6\x19\x0b\xe1\xcb\x25\x0a\xb1\xe8\x0f\x77\x10\ \x03\x61\xe0\x12\x27\xc0\xce\x29\x7f\xc4\x52\x85\x9c\xc9\x51\x28\ \x14\x4a\xbe\x58\x2e\x03\x31\x95\xca\x1d\x96\x90\x4d\x16\xae\xb2\ \x61\x12\x16\x8c\xc7\x86\x72\xe1\x64\x26\x08\x84\xe6\x4b\xf9\x54\ \x40\xb4\xb8\x73\x80\xe9\x5d\xda\x91\x2b\xc5\x9c\x1d\x85\x4c\xcc\ \xe4\x4a\x98\x02\x16\x18\xcc\x13\xb2\x85\x32\x0e\x9f\x25\x86\x33\ \x39\xbc\x55\x3e\x1b\x38\x0b\xc1\xc6\xa2\x84\x32\x81\x92\xc5\xe5\ \x33\x05\x30\x19\x9f\xcd\x95\xb3\x79\x3c\xaa\x89\xc8\xa4\xf2\x7d\ \x05\x97\x2b\x50\x2a\xc5\xab\x73\xa6\x7d\xd7\x80\x56\xee\x1c\xee\ \xef\x8b\x85\x4b\x6c\x9e\x40\x21\xe2\x8b\x15\x22\xc4\xea\x2f\x04\ \x96\xa5\xa0\x71\x85\x50\xb5\x98\xcf\x17\x08\x45\x12\x9e\x18\x2a\ \x04\xfe\x23\x7f\x51\x28\x66\x78\x6b\x7a\x98\xbd\x47\x80\x7d\x58\ \xc0\x3f\xd1\xd1\x00\x82\xff\x4d\xb7\x8f\xf6\x20\xd9\xd8\xd8\x12\ \x6d\x29\xa9\x78\x5b\x57\x3c\x9e\x4e\xb2\xc6\x47\x03\xd1\xed\xbf\ \xe5\xbc\x4d\x25\x3f\x02\xa2\x81\x70\x07\xbc\xe2\x89\x44\x7b\x12\ \xd1\xde\xc1\xc9\x2d\x24\x36\xa6\xd8\xf7\x95\xbf\xbb\x0d\x9d\x18\ \x66\x5a\xdb\x4a\x05\x10\x2b\xd5\x9e\x6e\x16\xe2\xee\x1d\x12\xe9\ \xeb\xed\xd9\x95\xe9\xfd\x2e\xe9\x5d\x57\x45\x57\xeb\xe4\xcc\xcf\ \x7b\xd5\xed\xc5\xe4\xf8\x32\xda\x58\xf8\xad\xa2\x28\x21\xc4\x3b\ \x90\xf8\xea\x28\xab\xab\xf2\x56\xbb\xee\xf5\x92\xe5\xef\xf1\x7d\ \xe1\xd3\xfb\xf0\xc8\x8f\xdb\xef\xfa\x73\x1b\x7c\xcd\xa3\xed\x03\ \xeb\x7c\x53\x1d\xbe\x05\x92\xec\xad\xdd\xc3\x2b\x03\x03\xdd\xc2\ \x9b\xd2\xcc\x88\xd6\x1e\x61\x2e\x69\x05\x9d\x1f\xbf\x54\xc4\xf4\ \xa6\x85\x38\xf4\x77\xd9\xb8\x90\x3e\xcd\xe2\xbd\xbc\xdd\x1c\xde\ \xd6\xba\xe0\xed\x5f\x11\x29\x3d\x9d\xee\x01\x61\xf1\xef\x1d\x06\ \xd4\x0d\x5d\xe5\x6d\xcd\x35\x35\xad\xe3\xee\xaf\x42\x12\xdc\x2b\ \xca\x32\xcf\xbc\x7c\xe3\x43\x5c\xfc\xde\xbe\x19\xee\x74\xeb\xce\ \x4a\x28\x1f\x5e\xe9\xbd\x1f\xd4\x95\x35\xe6\x25\x7c\x6c\x9a\xd9\ \xab\x2f\xaf\xcf\x7d\x61\x6c\x45\xbd\x8b\x8c\x8c\x9f\x09\x8d\x98\ \x69\x5d\x8e\x2a\xc9\xbd\x35\x1b\xae\xfa\xd0\x73\x71\xf4\xad\x34\ \x7f\x32\xd3\xa3\x34\xe7\xfd\xfb\xcf\xe5\x31\x7e\xed\x69\xbd\x1a\ \xb5\x66\xaf\xe4\x7a\x51\x7f\x34\x92\xd5\xb0\x3d\x65\x3c\x7f\x1e\ \x5c\xbf\x3b\x1e\xb5\x32\x14\x8e\xc7\x6d\x7e\xb9\x31\xf4\xe6\x26\ \x7c\xb1\xc9\xfb\x79\x54\x3b\x7b\xa2\xa9\x98\x3c\x6d\x2e\xaa\xd8\ \x45\x26\x37\x06\xaf\x2f\xab\xf7\x52\x12\x9f\x27\x67\xd6\x27\x8b\ \x8a\xe7\x4f\x54\xc5\x9d\xb9\x9e\x31\xc6\x0a\x43\x76\x4c\xd5\x17\ \xff\x8a\xf6\xaa\xfc\xb2\xf1\xe4\x8f\x95\x75\xea\xd3\xd2\xf1\x6f\ \x79\x43\x5a\xcd\x66\xd5\x88\xc1\x78\x90\x7e\xfb\x74\x39\x71\xb0\ \xfc\x72\xfa\x6c\x38\x9d\xd9\xee\xae\xaa\xd8\xdb\xcc\x28\xd2\xaa\ \x9f\xaa\xb6\xa7\x0c\x5d\xef\xda\x5b\xfa\xb3\x4e\x36\x54\x8f\xc7\ \x99\x59\xf9\x15\x93\x7b\xba\xf5\xf8\xfa\xfa\xd8\xef\x9f\x9b\xba\ \xd4\xd9\xe5\x7b\x1b\x83\x46\x9d\x56\x7d\xb2\x3c\x3e\xe5\x88\xb2\ \x8b\x1b\x6b\xfc\xdc\x38\xde\x3a\x7d\x9e\x5b\xd5\xf0\xfd\xbe\x29\ \x77\xf4\x6a\xf3\x79\xe8\x62\xe8\x00\xa3\x39\x31\x32\x86\x86\x96\ \x35\x4f\x0f\xd7\x37\x71\x5b\xaa\xca\xa9\xfc\x8c\x81\xbe\x73\x67\ \xa3\xe1\xc1\xa8\xbf\x9a\x8a\x4d\x1a\x3f\xdd\x3c\x58\xd6\xa8\xd5\ \x86\x85\x78\xba\x3d\xd1\x9e\xee\xfe\xde\x97\xe2\x15\x3e\xaa\x39\ \xbe\x52\xf9\x04\xa9\x4f\x42\x59\xcf\x63\x95\xfa\xe6\x2c\x1c\x7a\ \x6b\x4c\xa3\xbd\xd7\x1f\xec\x0e\x47\x21\x1e\x23\x86\x8c\xf3\x3f\ \x37\x67\x90\x3f\x77\xc7\x8f\x5f\x6e\x6f\x6f\x33\xcf\x4f\x16\xe1\ \xd0\x89\x83\x63\xd5\x32\x03\x3e\xa8\x1d\xd4\x6c\xc5\xad\x67\x4c\ \x19\x17\xf4\xea\x0f\x78\x3a\x85\xf2\xdf\x75\xcf\x30\x20\x22\x92\ \x4c\x29\x82\x61\xaf\x5c\xff\xfe\x0a\x7c\x6e\xf2\x86\x61\x24\x73\ \x57\x17\x33\x33\x92\x39\xde\xc3\xcc\xde\x2c\x5f\x72\x57\xf4\x4d\ \x25\xdd\x57\x2e\x49\x8f\xf2\x72\xbf\x1f\x0d\xcd\x23\x70\x34\x21\ \x13\x09\xcc\x51\xb6\x85\x1d\x9b\x10\x15\x34\x34\x78\xfd\xe2\x33\ \x96\x0e\x51\x1f\x40\x91\x62\x1e\x81\x45\xf0\xa9\x86\x81\x61\x3e\ \xa1\xb7\x3f\x5a\x1f\x0c\x08\x1a\x08\x81\x82\xcb\x59\x76\x50\x19\ \x18\x89\xb1\x43\xd0\x78\x4c\x8b\xe7\xbe\xe6\x61\x1d\x99\x8a\xe5\ \x06\xf1\x79\x58\x3e\x57\xbc\x2f\xe6\xc9\x94\x62\x29\x87\x8a\x65\ \x21\xc0\x13\x8f\xd5\x71\xa1\x58\x1a\x1f\x98\xdb\x0a\xc0\xa0\x30\ \xa5\x12\x0e\x0b\x0c\x8b\xe3\xae\x92\x41\x3b\x20\xf6\x9f\x11\xdb\ \xca\xf4\x4d\xa8\x25\x8d\xbf\xb5\x3d\x0f\x56\x38\xd2\x78\x00\x1f\ \x51\x91\x07\xce\xd5\x16\x08\x08\x23\x1d\xb9\x65\x67\x01\x4c\x7e\ \x01\xc1\x54\x8a\x8f\x0a\x4a\x44\xa1\xc0\x51\x20\x88\x85\x88\xeb\ \x08\x66\xe3\x9c\xd1\x04\x1c\xe1\x42\x8d\xa3\x6e\x05\x05\x69\xee\ \x09\x3e\xeb\x18\xa5\x5d\xf5\xe0\x09\x08\x62\xc5\xc3\xa0\x1d\x01\ \x9f\xc6\x86\x31\x2c\x45\x4c\x2e\x0b\x3b\x66\x41\x98\x77\xb4\xb8\ \xbe\x32\x20\x19\xe0\xad\x21\x02\x99\x46\x88\xc2\xb1\xd8\x5c\x9e\ \x74\x75\x55\x06\xb8\x40\xb1\x0c\x23\xe1\x22\x71\xa1\x50\x18\x16\ \xab\xe4\xb2\x80\x2b\x80\x85\xd2\x56\x85\x50\xaa\x90\x40\x96\xcb\ \xe6\xf8\x12\x2c\x73\x47\xc9\x21\x58\x41\xc1\x28\x1c\x19\x32\x28\ \x80\x8a\xd9\x32\xe1\x29\x84\x2a\xe2\xb0\x01\x83\x07\xe6\x2d\xf1\ \xb1\x62\x39\x18\x2a\xa4\x81\xe4\x2c\x2b\x04\x9b\x2d\xa4\xb1\x51\ \x64\x30\x8c\xc5\xe4\x0c\x09\xd8\x2c\x4b\x3b\x1c\x4f\x2c\x15\xc9\ \xe5\xd2\x43\x89\x78\x6e\x55\x29\x96\x49\xe5\x52\xb1\x92\x23\xdc\ \x91\xcb\x24\x72\x10\x53\x2a\x3f\xdc\x97\xff\x11\xf1\x25\x52\x89\ \x6c\x4e\x26\xc4\xa6\xc0\x04\x7c\x21\x18\x26\x16\xc8\xa9\x22\x11\ \x84\x2b\x97\x4a\xf7\x45\x54\xae\x04\x2e\xc6\x42\x94\xd2\xb9\xc3\ \x25\xa9\x6c\xce\xb4\x43\x92\x89\x90\x1e\xca\x78\x6c\x40\x00\x41\ \x38\xa1\x48\x38\xa7\xf8\xb5\xb3\xb3\xaf\x44\xc2\xf9\xc7\xa8\x39\ \x99\xf2\x8f\x98\x85\x41\x3f\xfb\x70\x97\x94\x76\x6c\x14\xfc\x2f\ \x3a\x91\x9e\x0a\x48\x91\xbd\xa9\xca\x91\xbd\x69\x71\xdd\x54\xfd\ \x8a\x44\xb2\x37\xf3\x20\xba\x99\xdb\xb8\x10\xcd\x89\x66\x14\xba\ \x7d\x18\x1e\x1f\x66\x4e\xa1\x9b\xd3\x4d\x7d\xca\x03\x28\xd6\x78\ \x27\x57\x07\x1b\x3c\xd1\xd6\xc1\xde\xcc\x1e\x6f\x1e\xe0\xe7\xe4\ \x12\x93\x90\xf0\x3d\xdc\x33\x21\xd6\x81\x04\x84\xc3\xb0\x68\x7a\ \x80\x07\x9d\xe4\x61\xff\xca\x3f\x29\xc6\x2f\xfc\xe3\xfb\xda\xf8\ \x84\xb4\x34\xcf\x98\xe6\xc9\x4f\xed\x1f\x83\xbd\x6d\xbc\x03\x83\ \xfd\x23\x6b\x27\xbb\x3f\xf9\xc5\xb8\x78\xbe\xfb\xe6\xfe\xda\xe9\ \xd5\x97\xe4\x57\x1d\x05\xbd\x55\x4e\x83\xc6\xd8\x9a\x98\xbe\xb4\ \x60\xa2\x27\xf0\x0c\x4d\xdf\xfa\x63\x43\xfc\xdc\xdc\x3e\xbc\x72\ \x7f\x5d\x97\x4c\x34\xf3\xec\x03\x28\x2e\xf8\x3b\xfe\x6d\xac\xa7\ \xab\x93\xb5\x75\x00\xa9\xbd\xf7\x73\xc5\xf4\x3b\x7f\xaf\x0f\xb6\ \x0e\xef\x88\x45\xef\xff\xc7\xcf\xef\x73\xcd\x6b\x57\x07\x87\x9e\ \xda\xa4\x84\xb7\xbe\x7e\x4e\xa6\x6d\xda\xee\x1f\xc6\x4b\xfb\x5f\ \x7f\xef\xe9\x5b\x4f\xaa\x84\xe6\x85\x77\x76\x77\x2f\x2c\xb4\xff\ \xc8\x69\x6c\xca\xfa\xd0\x9d\x57\xac\xcf\x4d\x4a\x6a\x39\x2a\x6d\ \x6a\xd7\x1f\x65\xaf\xcc\xb4\x66\x6b\x37\x8b\x7f\xb4\x6c\x5c\x8d\ \xe7\x07\x5d\x55\xfe\xcc\xee\xb8\xca\x3b\xd5\x4d\xf6\xe5\x19\xea\ \x43\x6c\x5d\xde\x76\x67\x36\xfa\x77\x1f\x7b\x36\xd5\x16\xbc\xfd\ \x10\x58\x14\xef\xef\x9d\xa6\x53\x8f\x97\xa9\x6e\x7f\xe4\x7e\x2f\ \x49\xff\xde\xba\x32\xfc\xb0\x50\xd7\x76\xae\x5e\xce\x29\x5f\x3f\ \x50\xbf\x68\x6e\x0c\xcd\xb1\x1f\xd2\xbc\x5f\x17\x7b\xd3\x93\xdf\ \xfb\xf6\xcf\x1c\xaf\x38\xaa\x33\x66\x2e\xeb\xfa\x9a\x24\xcb\xde\ \xef\x6b\x9f\x2e\xef\x1e\x52\xa0\x71\x53\xea\x3c\x95\x6a\xe3\xf6\ \x65\xea\xa2\x3d\xbe\xa9\x6f\xb2\xc0\xeb\x5b\x63\x53\x5d\x42\x7f\ \xc5\x5e\xec\x91\x31\xf7\x53\xc5\xc5\xf2\x73\xf5\x8c\xfa\x59\xb5\ \x38\x75\x7f\xbb\xfd\x54\x5a\xaf\x59\x59\xb8\x9b\xde\x78\x51\xd9\ \x1d\x9d\x69\xae\xb3\xfb\xeb\xa7\x7f\x94\x4d\x1b\xef\x9f\xc7\xea\ \xd4\x33\xd9\x53\x07\xce\x77\xea\x46\x9d\xe6\x59\xab\xd5\x9c\x1b\ \x9e\x47\x1b\x4a\x4f\x8e\x76\x33\x0b\x1b\xa6\x3e\xaf\x8f\x04\x36\ \xec\x4e\x8e\xdc\x3f\xed\x66\x96\x9e\x0f\x74\x14\x4c\x5d\x1c\xc4\ \x1d\x0d\xe8\x74\xe3\x05\xdf\xba\xcf\xbb\x37\x76\x2f\x8d\xd7\x7b\ \xe7\x10\xfd\xa8\x4a\xa5\xd6\x0c\xdc\xe4\x5e\xce\x6e\xae\x77\xa9\ \x77\x37\xa6\xf2\xf3\xb2\x73\x2a\x6f\xf2\x7b\x67\x5f\x56\x6a\x3f\ \xe7\x35\xa4\x15\xf5\xc7\x7f\xf7\xeb\x6a\x9b\x9e\xb9\xbe\x36\xe4\ \xbd\x22\xda\x98\xdb\xe3\xfd\x03\x5d\xf0\xbe\x3d\xea\x44\xf5\x4b\ \x75\xca\xd9\x65\x95\x4a\x57\xe9\xdf\x63\xcc\xb8\x0f\x9a\x3e\xb8\ \x22\x58\x60\x84\xb0\xfa\x45\xcc\xd6\xf1\x4b\xcf\x5e\x62\x22\x92\ \x0d\x1d\xd2\xc0\xd0\xd9\xa1\x8e\x9a\x17\xe3\x33\x8b\xc5\xb4\x3b\ \x58\xef\x2e\x07\xb4\x6f\xa0\x19\xf9\x7c\x7d\x7c\x0c\x8d\xd3\x69\ \x82\x89\x74\x0f\x20\x40\x7e\x0d\xfb\x1b\x70\x82\xf6\xd6\xf6\xa9\ \xd1\x01\x61\x66\xf6\x14\xba\x87\xbd\x69\x37\x04\x89\x48\x24\xda\ \xbc\x22\x9a\x99\xe1\x89\x24\x33\x92\x6b\xc8\x28\xf5\xf1\x71\x65\ \xf7\x80\xc6\xe5\x81\x56\x1e\x9b\xfa\x4f\x9a\x57\x86\x0f\xb4\xf3\ \x3e\x1c\x11\x12\x07\x41\x0e\x81\xac\xa2\xd0\x8e\xd8\xa8\x47\x64\ \xc4\x29\x6a\xea\x27\xe7\x3a\x11\x09\x4f\x41\x63\xc8\x50\x4e\xdc\ \xf1\xa8\x21\x11\x04\xc1\xed\x90\x7d\x38\x5c\xa6\x40\x0a\x45\x8b\ \xe4\x5c\xa1\x4c\x2e\x80\x08\xb0\x2c\x3e\x9a\xb1\x75\x49\xc0\xda\ \xf1\xb0\x16\x3e\xec\x55\x31\x8d\x06\xb1\x10\x9b\xda\x60\xc9\xc9\ \x16\x5b\x3a\x28\x98\x0d\xb0\x16\x57\xc8\x60\x89\x39\x48\x26\x15\ \x0b\x83\x09\x2c\x16\x4a\x22\x2c\xac\x98\x1c\x04\x4f\x69\xa7\x45\ \x58\xa4\x4b\xa4\x0a\x96\x48\x21\x41\xda\x01\xba\xc4\x86\x43\xd8\ \x28\x24\x92\x07\x42\x3a\xf2\x58\x72\x5e\x22\x56\x28\x04\x33\xac\ \x70\x48\x9c\xf8\x50\xc9\xb3\x64\xa4\x38\x12\xb6\x7d\x58\x4c\x1e\ \x19\x8d\x45\xea\xe3\xb8\x11\xf3\x76\xa0\xc5\xc5\xf9\xd3\x88\xe5\ \x4b\x04\xfa\x34\xa3\x55\xaf\x66\x55\x1b\xcf\x2f\xc7\xf4\xa1\x76\ \xa1\x51\x90\x2d\xbd\xca\x38\x8b\x84\x02\x1a\x66\x01\x21\x4f\xc4\ \x3d\x87\xb2\x52\x08\x43\x41\x51\x76\x96\x5b\xd7\xa7\x04\x42\x3a\ \x21\x02\x2b\xe5\xb2\x05\x1c\x88\x25\x54\x21\x01\x84\x94\xcd\xa6\ \xe1\xf8\x5c\x38\x1b\x2e\x5b\x5d\x95\x8b\xe5\xca\x25\x91\x50\x6a\ \xaa\x55\x65\x35\x96\x2e\x14\x08\xa4\xd2\x25\x1e\x9b\x8a\x48\x01\ \xd3\x78\x4a\xf6\x22\x87\x15\xc7\x21\x73\x7e\xed\x0b\xf9\x3c\x18\ \xcb\xc4\x5c\x08\xb1\x95\xda\x99\x2c\x45\xab\x99\x5c\xaa\x18\x01\ \x67\x43\x98\x3c\x2a\x59\x80\xc5\x8a\xc9\x8b\x20\xb1\x84\xcb\xe6\ \x4b\xe5\x2c\x4b\x96\xd2\xd4\xf1\x42\x30\xa7\x90\x88\xd8\x60\x96\ \x50\xc4\xe7\xf1\x65\x12\x01\x97\xb7\x04\xc0\x10\x20\x4d\x52\xc5\ \x21\x47\xc2\x93\xef\x2c\x09\xe5\x62\x91\x50\x24\x15\x32\x39\x02\ \x2c\x4d\xa6\x5c\x14\x99\x56\xd5\x05\x56\x42\x01\x18\x8e\xe0\xc9\ \x24\xc0\x37\x61\xa7\x08\x72\x4a\x35\x86\x26\x15\x88\xf8\x54\xa1\ \x44\x39\xa7\xdc\x11\x0e\x49\xe5\x32\x1c\x8a\x07\x68\x9d\x5c\x28\ \x5c\x5a\x55\x2a\xc4\x32\x09\x4f\x28\xe2\xfc\x85\x77\x71\x88\xf6\ \xf0\x00\x26\x36\x25\xfa\x2b\x25\xfa\xef\x00\xbc\x19\xc5\xe3\x9f\ \x68\x80\xba\x53\xc3\x5c\x00\xb7\x87\x27\xd9\x10\xed\x29\x36\x24\ \x1b\x7b\xbc\x0d\x25\xda\xdc\xcd\xc9\x9a\x88\x7f\xed\xfb\xfa\x4d\ \xcc\xfb\xc0\xf0\x0f\x91\x1f\xde\xf8\xda\x5a\x5b\xbb\xba\xc6\xbf\ \x36\x7b\xf3\x39\xe1\x5b\x72\x57\xde\xe4\xc7\x57\xd6\x14\x8a\x69\ \xd0\x79\x98\x59\x47\xe3\x1d\xde\xb8\xbb\xfa\x56\x74\x7c\xee\xec\ \x88\xf1\x1e\x68\xe8\x5d\xcb\xae\x68\xfd\xd9\xe3\x55\xec\xda\x9c\ \x6c\x13\xec\x57\xd1\x7d\x73\x34\xdc\x19\x5c\xa4\x3f\x71\x21\xda\ \xbe\x75\x0a\x88\x4c\xf6\x77\xfb\x6c\x59\x1c\x93\xdb\x53\x3f\xaa\ \xdb\x58\xff\x1c\x1c\xfc\xf9\x53\x52\x51\x43\xcd\x48\x63\x4b\xf2\ \x45\xd5\xc9\xc2\xe7\xaa\x52\x53\xae\xfb\x78\x8d\x47\x67\x9e\x5b\ \x57\x52\xe4\xa7\x70\xff\xc8\xb6\xef\x23\x59\x49\x1f\x1c\x22\x5d\ \x3e\xbe\xf3\xf3\x34\x4b\xb5\xf5\x8d\x2d\x76\xb2\x8e\x77\xf1\x0b\ \x19\xee\x76\x8a\x79\x65\x4e\xa7\x7f\xa5\x53\x1c\x0c\x93\x0b\xd9\ \xf1\x75\xb1\x31\x35\x91\x45\xd9\x4d\x5e\x65\xf9\xfa\xe4\x60\xcf\ \xe0\xb5\xb2\x8c\x51\x5d\xf1\x74\x5b\x4f\x79\x73\xce\x94\xaa\x25\ \xeb\xaa\x61\xe6\xa2\xfb\x82\xb3\x74\x35\xb0\x9c\x5d\x5a\x7a\x79\ \xf3\xd0\xdf\x3a\x98\x59\xf5\xf0\xa4\x1e\xae\xe8\x68\x19\x99\x6c\ \xad\xac\x79\xed\x7f\x3b\x31\x3d\xaa\x9d\x6e\xcb\x0e\x79\x9d\x95\ \x55\xd9\xd7\x9e\xbf\xde\x37\xbd\xd7\xb8\x57\xd0\x96\x3b\x6e\xd4\ \x35\x64\x64\xbc\x8c\xae\x3d\x69\xd2\x17\x2f\x66\x8e\x4e\x7e\x0c\ \x37\x55\xb4\x4f\x1f\xed\xa9\x8f\x9a\x3e\x16\xe4\x36\x16\x16\xd6\ \x94\x9e\x2e\x0f\x1a\x96\x43\x27\xfb\x82\xfd\xde\x68\x2c\xdf\xf7\ \xb9\x95\xed\xf5\x1a\xef\xb5\x89\xd5\xea\x9c\xee\x97\x19\xc3\x8c\ \x6e\xe5\x5b\x4f\x56\x45\xee\x64\x45\x4b\x42\xe4\xdb\x98\xf1\xd1\ \xbe\x37\x9f\xcb\xd6\x47\x16\x1f\xf7\x6e\x34\x7a\xb5\xea\xc4\xb8\ \x95\x68\x69\xb0\x32\x16\x0c\x4e\x9c\x2f\xf7\xef\x6a\x35\x0f\x17\ \xb7\xa3\xe7\xea\x8b\xb3\xf3\x85\x9b\xdd\x0d\xed\x62\xfa\xc5\x95\ \x56\x63\x2c\xcf\x28\xad\x2f\xb9\x88\x8a\x52\xf5\x5e\x0e\x5f\x96\ \x44\x36\xe8\x7a\x67\xd7\x74\x6a\xd5\x68\xe7\xf3\xb1\xa1\x32\x4b\ \x7b\xb9\xd7\xd5\x1a\x74\x96\x5d\xba\x50\xb6\xad\xd9\xbd\xbe\xd0\ \x4d\x1b\xd5\xbb\x19\x57\x9a\x5b\x43\xe9\x1a\x9b\xab\x59\x9f\x18\ \x28\xcf\xd0\xcd\x38\xab\xae\x16\x55\xb3\x59\xd9\xad\xb3\x9a\xbb\ \x0b\x4d\x8a\x41\x73\xb1\xd1\x3a\xa1\xde\xd4\x3f\x2c\x7c\x5b\x1f\ \x3a\xbe\xbb\x38\xd0\x8d\x14\x7e\x2a\x28\x5d\x2f\xa9\x0c\x21\x59\ \x53\xbe\x06\xb8\xbc\x0b\x74\x75\x7b\x3f\xbb\x98\xae\xd6\x0c\x46\ \x45\x65\xaf\x95\x1e\xa0\xab\x83\x1e\xb7\xb4\xea\xc6\x1b\xf5\x33\ \x67\x64\x73\x7b\xc6\x98\x37\x7c\x5c\xa2\xc6\x40\xd0\x3f\xb5\x43\ \x64\x98\x0f\xdc\xd9\xa8\xc6\xac\x9f\x32\xaa\x59\x68\x18\x67\x70\ \x6c\xe8\x20\xea\xbc\x45\x97\x7e\x36\x62\x44\x45\x3d\x3e\xf9\x9a\ \xd2\x8d\x03\xe8\x01\x61\x5f\x53\x03\x3c\xec\x4d\x2d\xe0\x52\xc3\ \x02\x02\x00\xa0\x02\x8e\xda\x53\x48\x24\x33\x73\x5b\xd2\x2b\x17\ \x37\x27\x1b\x33\x33\x5b\x12\xde\x7c\x36\xe2\x4a\x0b\xd1\x2e\xac\ \x2f\xee\xff\xef\xbe\x9c\x29\x64\xb3\x2c\x84\xac\x50\x06\x0d\x8a\ \xc5\x62\x41\xe9\xd5\x43\x08\x1a\x43\xcf\x83\xd2\x20\x9a\x65\x23\ \x82\x30\xab\xf6\x49\xf7\xb1\x60\xd1\xac\x58\x89\x80\x2f\x11\x63\ \xb1\x70\x1f\x94\x0f\x94\xca\xc7\x92\x91\x76\x50\x11\x9b\x45\xe3\ \x8a\xa9\x2c\x1c\x8e\x25\x40\x60\xd0\x22\x19\x8d\x89\x40\x33\x77\ \xa4\x42\x28\xd4\xea\x58\x24\x15\x2d\x2d\xcd\xc9\x44\x60\x47\x96\ \x4c\x20\x10\x03\x58\x40\xa6\xc9\xb9\x08\xf1\x1c\x1f\x5e\xad\xe3\ \x2a\x45\x54\x34\x63\x26\x77\x1e\x63\xa9\x86\x70\xc5\x80\x2f\xc5\ \x69\x21\x2c\x51\xa2\x65\x4a\x28\x92\x29\x91\x33\x05\x88\x14\xb8\ \xe5\x44\x28\x32\x05\x0d\x8d\xc2\xf8\x60\xd0\xf3\x17\xd7\x3e\x84\ \xb9\x3f\xbf\x68\xd0\x3d\x03\x0a\x82\x3a\xd5\x3a\x73\x09\x1b\x3e\ \x7c\x29\x01\x1c\x6a\x17\x77\x75\xa6\x46\x46\xad\x1d\xb5\x8e\xf7\ \x0f\x9c\x01\x2e\x84\x15\x47\xb6\xf8\x09\x49\xd7\x2d\xc6\x0d\x85\ \x3a\xe2\x0e\x7c\xd2\x41\xe9\x29\xd8\xea\xa1\x1b\x23\x4e\x85\xb9\ \x20\x04\x25\xde\x45\x05\x39\xc6\x0d\xa1\x1c\x71\x51\x10\x30\xc2\ \x8e\xc3\x81\xd1\x04\x02\x36\x4c\x0b\x07\xa5\x20\xec\x30\x3c\xf5\ \x73\xfa\x71\xd0\x85\x01\x2d\xde\x17\xed\x28\xd0\x02\xa1\xd2\x52\ \x05\x5c\xab\x90\x86\x7b\x09\x3d\xdc\xff\xfd\xef\xff\xf7\xdf\xfb\ \xce\x60\x2a\x5c\x2c\xa3\x4a\xf8\x34\x2c\x19\xc4\x55\x28\x80\x3f\ \xcb\xe1\xbf\xff\xcf\xbf\x0f\x05\xe8\x50\xea\x2a\x95\xc5\x41\x83\ \x39\x12\x9a\x00\x70\xbf\x60\x3e\x14\x85\xab\xc6\x01\x70\x25\xe4\ \x89\x64\x52\xe9\x1c\xf0\xe7\xe0\x4b\x25\x22\x99\x5c\x26\x55\x72\ \x58\x73\x42\xa5\xcc\xd4\x3f\x43\xc2\x14\xed\xaf\x0a\xd9\x12\x9a\ \x6c\x49\x26\x96\x30\x11\x30\x26\x4d\xa4\x50\xca\x79\x52\xae\x58\ \xb0\x6a\x2a\xea\x2e\x13\x8a\x40\x4c\x05\x86\xab\x64\xe1\x10\xa8\ \x44\xf4\x35\x4b\x06\x30\xda\x1c\xe0\x45\xef\x70\x10\x1e\xf0\x78\ \x5c\xb1\x6c\xe9\xf7\xaf\x3f\xab\x62\x85\x4c\x29\x93\xac\xfe\x47\ \xce\x17\xca\xf7\x81\xa7\x9b\x93\xc8\xe4\x4b\xc0\x79\xe0\x89\xbf\ \x48\xb6\x0e\x44\x92\x8d\xb9\x8b\x2b\xe0\x07\x03\x28\x01\x00\x1b\ \x99\x79\xfc\xf3\xaf\xd4\x00\xba\x07\xc9\xda\x21\x80\x8e\xb7\xb1\ \xb1\xc1\x07\xe0\xad\xf1\x40\xb4\x23\x9a\xd9\x86\x98\x99\x5b\xbb\ \x05\x7b\xbe\x7e\x1b\xde\x51\x5b\xd1\x5e\xd1\xd1\x55\x91\x56\xd1\ \xf1\xf1\x5b\xc8\x6b\xef\xee\xc6\xb6\xb4\xd7\xe5\xbd\xf5\x9d\x7e\ \xae\x80\x55\x34\x37\x35\x68\x0a\x08\xb0\xb6\x76\xf1\xb4\x71\xb1\ \xb6\x4e\xa8\xcd\x1a\xcd\xff\x52\x95\xd9\xba\x7b\x92\xee\x38\x10\ \x39\xd8\x98\xb0\x99\x57\x95\x1f\x93\x94\x39\x6f\xf5\x98\x79\x59\ \xfe\xe5\x83\xab\x19\xfe\x6b\x80\xc7\xbf\x02\x28\xb9\x8c\xdd\xf7\ \xef\x02\x89\x0d\xc6\xa1\xde\xb7\x9f\xdb\x2b\xeb\xdf\x7e\xc8\x6f\ \x8f\x75\xf1\xcf\xcb\xaa\x2b\xff\xf2\x39\xe1\x43\x4d\xb0\x8d\x4b\ \xc3\xf7\x10\xa7\x78\xd7\xcc\xef\x6f\x62\x93\x93\xfc\x1c\xba\xbd\ \x12\x1a\xde\xba\xa5\x6d\x3c\xf5\x07\xbe\x36\x73\xb2\xa5\xbb\xba\ \xb9\xa4\x65\x07\xb6\x65\x75\x7f\x08\x6e\x4c\x6b\x34\x7b\xf5\xaf\ \x68\xcf\xc0\xca\x0e\xff\xd8\x70\xaf\x3d\x8c\x5f\x59\x41\x59\x6d\ \x26\x80\x25\x55\x81\xfe\x1f\x1a\x8b\xdd\x12\x8e\xca\xc6\x1b\x8b\ \xea\xde\xe5\xe9\xb7\xba\xf2\x2e\xf3\x3b\x3f\x98\x9d\xa3\xf2\x33\ \x7b\xbf\x38\x78\xeb\x47\x5b\x72\xcb\xda\xb3\x77\xf3\xbe\x9f\x6d\ \x68\xa6\x16\xb2\xc2\x03\x0b\x27\xb3\x7b\x1c\x3a\xe3\x23\x13\x8a\ \xfb\x1f\xee\x7b\x33\x3a\x1b\x3b\xdb\xdd\x3f\xae\xb5\x0f\x6f\x3e\ \x2e\x3e\x4e\x77\x6a\x34\xef\x5e\xe6\xcb\x46\x2e\x4b\x72\xd6\x2f\ \xb6\xab\xb6\xdb\x93\xfd\xfb\x26\x4b\x22\xbb\xba\x3f\x67\x76\x94\ \x0f\x9f\x3f\x66\x75\x96\x4e\x69\x54\xf5\xd9\xa3\x0d\x05\x6f\xcd\ \xed\x89\xee\x55\x37\x39\xa7\x99\x0d\x95\x67\x23\x11\x63\x5b\xe9\ \x51\xe9\x86\xfb\xe5\x32\xc3\x4b\x6e\x66\x71\xd6\x67\xf7\x4f\x6f\ \xfd\x7c\x23\xdd\xbd\x4b\x13\x3f\xc7\xb7\x25\xe7\x7f\x9c\x6a\xc8\ \xae\x3c\xd1\x2f\xdf\xde\x64\x95\x2e\x8c\xf6\x66\x0d\xf5\x7c\x3b\ \x2b\x68\xe8\x1e\xdf\xd0\x9e\xa9\x8c\x71\xd7\xfa\xc5\x6c\x5d\xe8\ \xf2\xfc\xd1\x5e\xbf\xda\xd0\xb6\x51\x5f\x98\x7d\x59\xd2\xb6\x9d\ \x57\x6e\x38\xba\x59\xbe\x7e\xda\xbc\xd2\x03\x9c\x57\xd5\xdd\x9b\ \x72\x0d\xe8\xce\xf3\xe2\xd1\xc3\x84\xfe\xe9\x7a\xeb\x4c\x7d\xfa\ \x70\xb1\x97\x72\xa4\xbe\x7f\x18\x70\x4e\xf4\x51\x9d\xcc\xeb\x4b\ \xb2\xd6\x56\x06\x5f\xd6\xf4\x5d\xb9\x3f\xae\xce\x1e\x96\xaf\x0c\ \x80\xe7\x3b\x53\xcd\x0f\xdd\xe4\x0d\x5f\x5b\x04\x9d\x1e\x3f\x1f\ \xe0\x74\xcd\x0c\xf5\x95\x5a\xbd\xbe\xa2\x39\xae\xde\x3a\xbe\xbd\ \x38\x9b\x35\x14\x96\x79\x93\x00\xea\xa6\xbc\xf2\xf3\xb6\x09\xec\ \x33\x3a\x4f\xcc\xac\x10\xa8\x10\xac\xfa\xe5\x26\xfd\xf9\x79\x76\ \xfe\xe7\xf5\x6d\x61\x90\x41\xa3\x87\x5f\x6b\xd3\x8d\xe9\x51\x63\ \x96\x60\x8c\xb3\xf6\x89\x1d\xba\x19\x97\x68\xe7\x88\x3e\xc5\x8e\ \x65\x0e\xdd\xe1\xa8\x60\x10\xb8\x9a\x0b\xfa\x69\x30\x1a\x0d\xa8\ \x93\x08\xb8\xd6\xc6\xde\x54\x09\x24\x35\x2c\xfa\x5f\x7f\x87\x99\ \x16\xde\xbf\x46\x07\x98\xee\x56\x9b\x53\xec\xa3\x01\xbd\x0a\xa3\ \xe0\x01\xa0\xb7\xf5\xf5\x0b\x76\xf7\xf2\xf2\x77\x23\x52\xcc\xab\ \x26\xd7\x4f\xad\x60\x71\x06\x03\x82\x23\xff\xcf\xbf\xff\x88\x65\ \xab\x3b\x73\xab\x87\x07\xd5\x76\x60\x24\x5c\x24\x13\xa1\xab\x2d\ \x23\x60\x7c\x94\x85\xa3\xa1\x5e\x75\x77\x30\x34\xf6\x98\xee\xa3\ \x7e\xba\x7c\x1e\x5b\xaf\x36\xa4\x5c\x6f\x11\x60\x18\x30\x08\xce\ \x07\x73\xc9\x58\xae\x08\xcb\xc0\x20\xd9\xa0\x20\x0b\x1a\x14\x0c\ \x43\xc1\x44\xb8\x21\x14\x80\x08\x58\x16\x27\x14\x2a\x54\xf0\x81\ \x4f\x78\xb4\x14\x96\x52\xc4\x16\x80\x31\x2c\xf8\xe3\xdd\xb1\x4a\ \xbf\x30\x86\xe2\x2a\x96\x04\x28\x1e\x13\xe2\x8c\x20\x58\x20\xaf\ \x52\x80\x13\xa4\xe9\x16\x8b\x0b\x7b\x77\x9b\x8f\xbb\x56\xd5\xc8\ \xf9\x20\x24\x8e\xcf\x66\xc5\x81\xd9\x02\x16\x96\x03\x47\xa2\xe6\ \x14\x54\xb4\x14\x0b\x11\xfd\xa1\x71\xfe\xf3\x7f\x7e\x43\xe3\xae\ \xb7\x26\x22\xd8\x34\xac\x25\x28\xc8\x0a\x94\x7e\x27\x42\x5b\x6c\ \xe1\x38\x54\x1c\x06\x02\x25\x84\xda\x69\x1f\x43\x5f\x50\x46\x3d\ \x4a\x63\xf1\x98\xa5\x89\x58\x56\x0d\x62\x40\x34\x9a\x10\x64\x41\ \x20\x6c\xe8\x8e\xd9\x83\x56\xa7\x34\x00\xbd\x18\x70\x78\x28\x0e\ \xe9\xe3\xc3\x06\x07\x21\xb0\x2c\x14\x94\x16\x17\xe4\x63\x67\xc1\ \xb1\xab\x46\x12\x90\x62\x30\x26\x0e\x05\xe7\x12\xa2\x9e\xc4\x1c\ \xa1\x02\xca\xb5\x12\x89\xd8\x48\x47\x1a\x92\x8b\xc2\x42\x82\x70\ \x08\x09\x20\x2c\x54\xa6\x58\x2e\x17\xf0\x08\x64\x89\x48\xb1\xba\ \x6f\x2a\xae\x7e\x28\x91\x84\xce\x3f\x47\x50\x05\xd2\x9d\xdf\xbf\ \xff\xec\x48\x4d\x4a\x21\xe5\x71\xf9\x02\x21\x5f\xc0\x67\x0b\x20\ \x10\x1e\x96\x06\xab\xa6\xf2\xb0\x60\xa1\x52\x2e\x92\xf2\xe6\x24\ \x4a\x09\x4c\xa8\x58\x3d\x54\x88\x31\x54\x09\x57\x38\x77\xb8\xc3\ \x11\xc8\xd9\x62\x09\x20\x6c\x60\x9a\x90\x86\x04\xd4\x8d\xc6\x94\ \x89\x65\x02\x11\x47\xf8\x6b\x6e\x8e\x0b\xb6\x00\x71\x2c\xa1\x70\ \x38\x8c\x27\xa0\x8a\x57\x25\x6c\x0e\x9c\xfb\x7b\x4e\x48\x13\x2a\ \x39\x7c\x99\x1c\x8b\x04\xe4\x90\x0f\x16\xef\x2c\x1d\xfe\xf9\x65\ \x6a\xd0\xfa\x67\x7f\x67\x7f\x5f\xae\x58\x5d\xdd\x97\xfc\xfb\x8f\ \x90\x26\xb1\xc4\xfd\x65\x4f\xa2\xe0\x6d\xbc\x5d\xdd\x7d\x89\xf4\ \x00\xa2\x93\x7d\x98\x07\x60\x0a\xe9\x1e\x61\x61\x94\x80\x00\xd7\ \x60\x73\xbc\x99\x83\xef\x2b\x22\xde\x23\x80\x12\xed\x11\x66\xe3\ \x40\x7a\xf5\x2a\xe6\xc3\xab\xe4\xfe\x4f\x5f\xd2\xd2\x3e\xb5\x54\ \xb5\x66\xb6\x66\x0c\xf7\xd4\xb6\x55\xf5\xbb\x79\xb5\x67\xe5\x95\ \xa5\xe5\xdf\x4e\x75\x24\x07\x92\xcc\xec\x3d\xec\x29\xf8\xb0\x68\ \x12\x60\x1a\x5d\x6c\xdd\x5e\xf9\x7f\x7a\x48\x1c\x1e\x7e\xff\xda\ \xd7\xf5\x75\x4e\x55\x67\x8c\x67\xee\x41\x45\xca\x50\xeb\xb7\xaa\ \xa6\x72\xd0\xd6\x55\x6e\x76\x0d\xde\x21\xc4\xd3\x1c\x78\xd2\x7f\ \x52\x03\xc2\x8b\x7a\x9c\x48\xe6\xef\xde\x8e\x2e\x5b\xbb\x07\x17\ \x66\xbe\x8d\xef\x29\x98\x7d\x57\x32\x55\x9f\x5b\x57\x9e\xd6\x94\ \xf3\x44\xe8\x6c\x6a\x6c\xad\x49\x2a\x0b\x35\x66\xf4\x9c\xbd\xcf\ \x5f\x29\x8c\x0d\x0c\x6f\xc8\x70\xb0\x7d\x3b\x19\xe1\xd8\xec\xeb\ \xfd\x3e\xc1\x36\x35\x35\xb0\xa2\xc2\x29\xfe\x63\x4d\xcd\xeb\x84\ \xd1\xdd\xe4\xd7\xde\xef\xde\xb5\x17\x45\xd6\xf4\xe7\x95\x6d\xe6\ \xb8\x3b\x19\x0b\x93\x7a\x22\x83\xfb\xdf\xbe\x4e\xfb\x10\xf3\xa5\ \xc5\xbb\xfd\x61\x20\xbe\x69\x2a\xa3\x32\x23\x4b\xaf\xce\x5f\x58\ \x9b\xe9\x6c\xaa\x6c\xae\xcd\x6a\xc9\xaa\x70\xeb\x8e\x09\xf6\x0c\ \x9c\x1a\xaf\x3f\xbf\x2c\x6f\xf3\x6d\x7f\x9e\xad\xe8\xce\xeb\xfb\ \x30\xd5\xe3\xea\xf4\x39\xaf\x3d\x38\x29\x73\x6d\xea\xe6\xd9\xf8\ \x21\x56\x55\xdc\x7f\xd6\x5f\xdb\x9f\x3b\xbc\xad\xea\xcc\xdd\x2c\ \x3b\xaa\x6b\x99\xd4\xb7\x9e\x7c\x9f\xca\x79\xff\xb9\x2b\xbb\xc6\ \xef\x43\x79\x5d\xd7\xeb\x6f\xf7\x7c\x9f\xa7\xf1\x79\x8d\x3a\xfd\ \x2e\xe5\xe8\x62\xa1\x35\xb9\xac\x24\xab\x51\x3d\x5d\xbf\xf1\x65\ \x53\x5b\xf6\xf2\x52\x7f\xc6\x70\xae\x46\xe2\x42\xcf\x8c\x53\x39\ \x9b\x33\xc5\xc3\xad\x1d\x1d\xe1\xdf\x6d\xfe\x1f\x97\xba\x85\x91\ \xae\xc2\x9c\xb6\x2f\xc9\x7d\x6f\x93\xcb\xeb\x9a\x5b\x4b\xaa\x26\ \x7b\x32\xaa\xea\xaa\x8a\x4e\x67\xf2\x6a\x5a\x1e\x56\x8e\xba\x35\ \x1a\xe3\xf6\xee\x76\x61\xe9\xcb\x91\xd5\xda\xf8\xf2\xe5\xe0\xcc\ \xda\xd4\xec\xcc\xc3\x5a\xc9\xfd\xb4\x4e\x9f\xbe\xce\x78\x38\x63\ \x30\x52\xd4\xa8\xfb\x19\xf5\x86\x7e\x53\x67\x30\xaa\xee\x67\xd6\ \x37\x55\xd5\xc7\x2f\x3a\x35\x24\x68\x68\x51\x3d\x35\xb0\x72\xcd\ \xf8\x61\x4c\xdf\x1e\xcf\xd5\x1a\x7f\x96\xd4\xfd\xd8\xbe\xa8\x7f\ \xde\x6b\x3c\x7b\xd2\xfc\x1c\xda\x98\x9e\x18\x4a\x39\x4e\x3c\x98\ \x50\x6b\x4e\x69\x18\xc0\xb9\x5d\x8c\x11\x9e\x56\x4e\x72\xab\xc6\ \xe6\x07\xc1\xfa\xe7\xad\x1f\xe9\xc7\xc7\x4f\xeb\xcb\xf9\x4e\x61\ \x40\x54\x0a\xf0\x0d\x74\xb2\x89\x99\xdd\x72\x34\x5c\xac\xfc\x84\ \xee\xfb\x1c\xcf\x54\x66\x3e\xc4\xb4\x60\xb4\xb7\x6d\xa5\x8e\x42\ \xd6\x1f\xf2\xf9\x95\x2a\x6d\x73\x56\xb3\x88\x88\x8a\x62\x87\x92\ \x51\xd5\xe9\xb9\x0c\x5c\x04\xd2\xe2\x11\x91\xc8\x60\x8e\x69\x82\ \x18\xc8\x53\x47\xea\xdd\xf3\xf5\xcd\xb2\x5e\x70\x4c\x34\xb3\xa6\ \x9b\xff\x37\x79\x2f\x3a\x8c\x12\x0d\x48\x57\x34\xc9\x03\x08\x65\ \x14\x92\x87\x87\x87\x3d\x9d\x0e\x84\x42\x73\xa2\xb9\xad\x9b\xad\ \x97\xdf\xbb\xf6\xb2\x9a\xb7\xd6\x3f\xa6\xa7\x8d\xcf\x83\xa1\x63\ \x96\x84\x2d\xb5\x1d\xfb\x50\xc8\x53\x98\x92\xad\x69\x95\xb9\x96\ \x42\xf6\xea\xfe\xa1\x7c\x2c\xd4\x38\xe2\x83\x60\x52\x27\x74\xf7\ \x86\x94\xed\x9f\xda\x0c\xed\x74\xef\x5a\x59\x47\x55\x55\xf2\xcc\ \xd1\xf0\xf8\xb9\x7e\x11\x8b\x82\xc3\xec\x52\x52\xb0\x80\xa6\x40\ \x69\x08\x30\x93\x47\x63\x0b\x40\x50\x31\xcf\x8a\x2d\x67\xd3\xd8\ \x60\x10\x4d\x68\xf5\x38\x14\xa1\xbe\x1a\x4b\x64\x5d\x5f\xcf\x8f\ \x32\xa4\xcc\x99\xd1\x93\xd6\x64\xa7\xda\xca\xca\x9e\x85\x79\x67\ \x2b\x3e\x92\x46\xe5\x58\x5e\x87\x02\x46\x8c\x47\x3d\x75\x46\x60\ \x45\x8a\xb8\xd3\x95\xd6\x9b\x45\xa3\x95\x7e\x3e\x88\x31\xa5\x21\ \x1c\xca\xc4\x96\xa7\xfa\x4b\xd5\x48\x5f\x6b\x62\xe8\x8f\x45\x28\ \x02\x6a\x81\xa4\xc5\x45\x3c\xf2\xc0\x70\x68\x44\x8a\xfe\xea\xc7\ \xb9\x25\x95\xc6\x4c\x4c\x5f\x04\xa5\xa0\x1d\xa1\x83\x50\x30\xd4\ \x82\x9d\x8e\x23\x3c\x58\x10\x52\xac\x42\xf5\xd7\xa7\xf7\x25\x33\ \x3e\x18\x2b\x72\xc4\xad\xba\x44\xdd\x8a\xd3\xbd\xe0\x42\x7f\x1e\ \x0c\x0e\x6a\x2d\x8f\x51\x56\x1c\x19\xdc\x19\x34\x78\x2b\x83\x1c\ \x5b\xe9\x33\x26\x55\x8b\x99\x2f\x08\x28\x47\x14\x1a\x07\xb8\x51\ \x26\x14\x29\x10\x6a\x55\x5a\xb2\x52\x02\x96\x72\xe0\x42\x85\x94\ \xb3\xb4\xca\x67\x9b\x0a\x7b\x81\x61\xc2\x97\x6b\x0d\x08\x07\xe2\ \xca\xe4\x2c\x1f\x9a\xfc\x7f\x7f\xff\xe7\xdf\xff\x5e\xfa\x33\xc7\ \xe4\xb2\x7d\x08\x18\x19\x02\xae\x4c\x9c\x1d\xdf\x3d\xd7\xcf\x3b\ \xc3\xd9\xe2\xd5\x5f\x80\x64\x1c\xfe\x9a\xe3\x4b\x05\x4c\x1e\x00\ \x46\x5c\x2c\x16\x66\x07\x93\x89\x05\x52\xd1\x2a\x0b\x8d\x95\x32\ \x99\x22\x19\x07\x03\x19\xe4\xcf\x11\x2c\xc4\x7c\x36\x20\x4b\x3c\ \xa1\x42\x2e\x15\x82\xd9\x72\xa9\x40\xc8\x03\x5c\x2a\x1b\x29\x55\ \x48\x96\xf8\x4c\x2e\x4d\x2e\x56\xb2\x98\x58\x54\x28\x47\x02\xc3\ \xf8\x38\xc2\xb0\x1c\x8e\x44\xca\xe4\xc0\x15\x12\xa1\x74\x55\x21\ \x66\x23\xd9\x52\x29\xc7\x0e\x8c\x82\xb3\xd8\x5c\xb6\xf4\xf7\xea\ \x8e\xa9\x0b\xcf\xaf\x5f\x32\x19\x4f\xa0\x14\xcb\x64\x7c\x9e\xc9\ \x8b\xfe\x65\x4f\x31\x7f\xe5\x1f\xe3\xe2\xea\xeb\x62\xee\x80\x37\ \xf3\xb5\xb6\x71\xa0\xdb\x13\x4d\x60\x65\x4e\x72\x8f\x75\xb3\x71\ \x70\xb0\xb5\xc6\x13\xf1\x44\x33\x07\x37\x87\x37\x35\x1f\x02\xfb\ \x4a\xfa\x5d\xac\xbd\x9d\x1c\xbc\xfd\xbc\x62\xf2\xca\xb3\x67\xc7\ \x47\x37\x2e\x0b\xda\x3b\x6b\x63\x3d\xbf\xb5\x75\x25\x57\x4e\xf7\ \xb6\x15\xbd\xf1\xb6\xa1\xd3\x81\x48\x48\xb1\x26\x99\xdb\x12\xcd\ \xcd\xcd\xf0\xee\x7e\xaa\xab\xcf\xe1\x6f\xc2\x63\x3d\xbf\x34\x16\ \x14\x67\xb6\xd4\xa8\x7a\xcb\x6b\x4b\x1a\x76\x47\x72\xd7\xf2\xf6\ \x46\x3b\xfc\xdf\x46\x3a\x99\x9b\xbb\x98\xfd\xfd\x8f\xa9\xf9\x04\ \x3d\xa0\xdd\xbd\x38\x47\xa7\x0f\xfe\xf6\x36\xd0\xb7\xf8\x75\x72\ \x51\x52\x6c\x45\xcd\xbb\xe4\x58\x3f\x6b\xdf\x8f\xfe\x1f\xba\x4b\ \x6a\x92\xdf\xc7\xd7\x0e\xf4\x54\x0c\x1f\xb5\xb4\x17\xd7\x7e\x7f\ \xdb\xba\x1c\xe3\xea\xfa\x7d\xb4\xf4\x47\x63\x6e\xa5\x13\xc5\xde\ \xc3\xec\x75\xee\x8f\xce\x37\x81\xee\x6f\x6c\x3d\x7a\x3a\x3a\xca\ \xca\x3f\xda\x10\x3b\x32\x26\x47\xcf\xeb\x6a\x34\x77\x65\x5d\x5f\ \xfc\x2a\xbe\xe5\x74\xa5\x79\x35\xb5\xcc\xe8\xb6\xcb\x86\xcb\xdb\ \xca\xb3\x0d\xcd\xdd\x65\x49\xb7\xbd\xb1\x7d\xaa\x52\x83\xee\xdb\ \x97\x98\xde\x9e\xd9\xdc\xf0\x6e\x4d\x5d\x4c\x88\xf7\xe4\xc3\xb7\ \x96\xbe\xa3\xf1\xca\x82\xc2\x2f\xed\x55\xc9\xb1\x35\xde\x4e\x78\ \x6f\x7f\x3a\x3e\xfc\x5b\x4f\xb8\x57\xbb\xb6\x64\xf7\x5b\xfc\x74\ \x56\xf1\xba\xfe\xac\x30\x2f\xb2\xac\x6f\xb2\xaf\xa7\xc0\xea\x21\ \xa1\x42\xfd\x98\x7f\x37\x1a\xbc\x50\x7a\xde\x57\x5e\x76\xd9\xef\ \xfa\xb6\x16\x33\x74\xbe\x75\x7a\x77\x7f\x7e\x65\x71\xd6\xd0\x55\ \x53\xff\xa3\xec\x66\xd2\x90\xa2\x9a\x79\x7e\x41\xac\x5c\x47\x3c\ \xbe\x68\x0e\x8c\x20\x4d\xfa\x58\x7a\xfa\xe8\x47\xcd\x4b\xe6\x63\ \x4a\xfa\xfc\xc3\x51\xd9\x7b\xd7\x85\x94\x8a\x8e\xb2\x78\xef\xd8\ \x2f\x0e\x39\x0d\xb5\xcd\xeb\x39\xb9\x19\xd9\x69\x53\x23\xf5\x53\ \x53\xfd\x25\x85\xd5\xbd\x1b\xe3\x9f\xfa\xad\x2e\x1b\x4a\x5a\x33\ \x93\xf2\x3b\x9d\x7b\x2a\xf2\x47\x77\xcb\xb7\xce\x4b\x0d\x8f\xbd\ \xc3\x43\x5d\x2d\x19\xdb\x79\x1f\xbb\x72\xd4\xaa\x44\xf5\x1d\x60\ \xd4\x0e\x82\xb4\x9a\x91\xc9\x2b\xcd\x93\xaa\x24\x4d\x3f\xe1\xbc\ \xfe\x70\x90\x62\x9c\xb8\x34\xaa\x87\x8c\x89\xf3\x27\xcb\x6b\xc3\ \x1d\x37\x7d\x0b\x8e\xe5\x79\x9a\x19\xd5\xb9\x31\x4b\x77\x74\xb7\ \x39\xff\xbc\x7e\x10\x51\x9d\x72\x7e\xe3\x0c\xbd\x5b\xd6\x2e\x07\ \x19\xaa\xcf\x4f\xd2\xa3\xd8\x3e\xea\x93\xf2\x4b\xf5\x58\xf5\xe6\ \xcd\x46\xd9\xe5\x71\xc4\xfc\xd6\xc4\xb8\x53\x74\xb4\xc7\x57\x8a\ \xa7\x9b\x4b\x60\x85\x3e\xa5\x7a\x7d\xc6\x4e\x33\x1f\x11\x77\xbc\ \xfb\x14\xb5\xdc\x3a\xdb\x3d\x78\x73\x7b\xed\x0c\x5f\xfd\xdf\x93\ \xa2\x92\x46\x8d\x96\xf1\x93\x75\xa0\xfe\x39\x31\xc6\xc0\x9e\xb7\ \xa9\x12\xd1\xb8\x09\x2b\x54\xca\xd0\xc3\x84\xe5\x45\xee\x24\x82\ \x83\x0a\x8a\x40\xb0\x95\x8a\xb9\x74\x6b\x33\x73\xbc\x2d\x85\x1e\ \x0d\x18\xc2\x00\x53\xe6\x68\x80\x07\xdd\xb4\xd7\xcb\xb4\xe2\x4e\ \xa2\x04\xd0\x49\x61\x80\x3b\xb4\xb7\x01\x58\xdf\xd7\x3f\xa9\x2c\ \xbb\xa7\x66\x63\x4a\xbf\xb2\xa2\x3b\x35\x18\x40\xca\xa0\xc1\x38\ \x2b\x50\xa8\x23\x99\x27\x10\x0b\x39\x97\xe5\xb9\x2a\x1c\x4f\xcc\ \xe7\x4b\xce\x54\x10\x74\x35\x77\xc2\x99\x79\x77\x7a\x32\xaf\x4d\ \x0c\x62\x4c\x10\xa2\x20\x20\x24\x8e\x65\xe5\x1c\x84\x49\xd1\x60\ \x98\x08\x68\xf5\x38\x5c\xc8\x64\x89\xe1\x38\x2c\x0e\x43\x45\xd1\ \x1c\xb1\x5c\xb6\x01\x73\x28\x86\x39\x62\x70\x1c\x01\x2f\x6e\xa6\ \x1a\x89\xb5\xf3\x21\xc7\x71\x08\x63\x5b\xce\x48\xb9\xe0\xc0\x10\ \x64\xd8\xb5\x3c\x5e\x98\x75\x44\x82\x2d\x41\x60\x04\x92\x03\x4c\ \x4b\x98\x48\x79\x4f\x03\x47\x61\x11\x82\x31\x6d\xdc\xdd\xb1\xfa\ \xe9\x82\xf1\x74\xbd\x9b\x72\x73\x76\x87\x43\xf8\x88\xf9\x07\x03\ \xdd\x25\xc6\xf1\xb5\x38\x8d\x1e\x33\xd6\xba\xcc\x01\xed\x6a\xef\ \x8c\x3e\x8c\xa8\xf9\x50\x47\x3b\x16\xd2\x12\xf6\x6b\x0e\x0a\xe1\ \xc2\x61\x34\x14\x03\x06\xb6\x62\x43\x40\x64\x2b\x94\x90\x30\x8f\ \x0b\xc5\x12\xaa\xc9\x63\xcf\xe7\x51\x5a\x43\x28\x72\x2c\x5d\x15\ \x71\x60\x09\x41\x22\x90\x5c\x36\xe2\x74\x65\x6b\x8c\x31\x16\x14\ \x61\xcc\xb8\x1f\x8a\xdb\x52\xe7\x5f\x9d\x9f\x1b\x01\xd6\xdc\x1a\ \xba\x67\x2e\xd9\xe9\x55\xce\x54\xa1\xf3\xda\x28\xce\x0a\x01\x57\ \x31\xd0\x0c\x2c\x84\x19\x05\x92\x13\x82\xf8\x04\xae\x88\x26\x13\ \x53\x11\x54\x58\xca\xd8\x18\x42\xc4\x41\xe0\x22\xaa\xd3\xd9\xab\ \x22\x19\x97\xa5\x71\xc6\xf2\x04\x72\x01\xff\xb7\x90\x07\x11\x2d\ \x79\xd1\xed\x00\x00\x20\x00\x49\x44\x41\x54\x8e\x4d\x94\xc6\xf7\ \x6f\xe8\x5a\x73\x7e\x9c\x3c\x8e\xc5\x81\x78\x52\xf9\xfe\x7f\xfe\ \xfd\xbf\xff\xd9\x97\x52\xc1\x0a\xa5\x80\xcd\x82\x49\x39\x77\x41\ \x2c\x9e\x08\x13\x67\x5a\x80\x7a\xc4\x0a\xb9\x16\xe9\x3f\xc5\x22\ \x16\x01\x2e\x93\xc9\xc0\xa0\xc1\x50\xd8\x5d\x04\x5b\x30\x27\xd4\ \x44\xb1\xab\x21\x48\x2b\xbe\x00\x4c\x93\x0a\x60\x4a\x85\x90\xcb\ \xe5\x73\x38\x1c\x1a\x15\x32\xc7\xe7\xc9\x85\x58\xac\x80\x27\x40\ \xd0\x94\x80\x10\x31\x97\x7e\xfd\x9a\xa3\x2a\x45\x72\x81\x78\xe7\ \xf7\xd2\xce\x8e\x98\xad\x98\x5b\xfd\xc5\x41\xf1\x77\x76\x7e\xc9\ \x97\x98\x62\x81\x8c\x45\x08\xe2\xd0\x68\xdc\xbf\x4c\x79\xa3\xbe\ \x1f\xde\x3b\x39\x78\xda\x50\xc2\x28\x5e\xb6\x66\xe6\x24\x6b\x33\ \x92\x39\xc9\xf5\x95\xab\xbb\x7f\xb8\x9f\x7b\xb8\xab\x93\x8b\x9b\ \xb9\xfb\xdb\xcf\x6f\xfc\xea\x92\x0a\xca\xca\x33\xba\x9a\x9b\xfc\ \x83\x9d\x3e\x7c\x4b\x8b\x2c\x6a\x29\xc9\xcb\xe9\xdd\xee\x6d\xad\ \x6b\xd4\x57\x36\xf4\x00\x93\x38\xad\xb0\x3f\xc6\xcb\xd5\xdd\x9d\ \x64\xee\x6b\x1b\x80\x27\x3a\x98\xd9\xbc\x32\xc7\x7b\xbf\xf2\xf6\ \x7a\x6f\xeb\xe0\x60\x06\x68\xe3\xf7\xce\xcc\xfa\x9a\x2f\x2f\x85\ \x1d\xdf\x0b\xa7\x17\xf2\xbe\x17\x0e\xeb\x2f\x0c\x19\x05\xef\xbd\ \xcc\xcd\xdf\x78\x07\xfc\xf3\xf5\x6b\xf4\x3f\x5f\x5d\xfc\xbb\xde\ \x07\xbf\x4d\x7e\xed\xe0\x44\x8a\x7e\xe5\xed\x62\xe3\xe6\x69\x46\ \xb2\xf5\x0e\x26\xbe\xc9\xf7\xeb\x0a\xf7\x75\x8a\x4d\x48\x6e\x6a\ \xe9\xed\x7e\x9d\x76\xd5\x30\x59\xf1\xa5\xf1\x73\x51\x45\x60\x4c\ \xb0\x53\x55\x61\x5f\x41\x4f\x5e\xbf\x97\x97\x83\x53\x53\x42\x57\ \xdb\xe7\xaa\xa2\xd8\x4f\x69\xb1\xc5\x31\xbe\x36\x44\x73\xef\xf6\ \xa4\xae\x61\xef\xee\xf2\xb2\xfc\xa6\x99\xa7\xf1\xf3\x92\xb6\x8c\ \xba\xda\xf2\x7c\xef\xee\xde\x8f\xcb\x75\x3d\x79\x09\x85\x5d\xc1\ \x6f\x07\x0e\x9a\x66\x12\x1a\x9a\x0a\x3a\x9d\x2a\xbc\xda\xaf\x3a\ \xdc\x3f\xbd\x99\x1c\xab\x2c\x5b\x8f\xcd\x6a\xa8\x68\x9d\xaa\xdc\ \x5d\xe8\x3d\xca\xec\xbd\xd4\x0d\x97\x7f\x6b\x8f\xfd\xf8\xd1\x3b\ \x26\xed\x43\x76\xe6\xdb\xba\xb5\x0c\x8d\x85\xfe\xbc\x21\xa7\xf0\ \xe9\xa9\xf2\xf1\xc7\x6c\xd7\x65\x56\xa4\xfa\x29\xaf\xf3\xb6\xfe\ \x6e\xf2\x61\x23\xe3\x47\x6e\x95\xe7\x79\x59\xfd\x89\x61\x4c\xbd\ \x72\x35\x92\x53\xd3\x77\x74\x9e\x77\xf3\x21\xbb\x2e\x21\xab\xa5\ \x64\x32\x71\xfd\x64\x56\xad\x37\x6c\x3e\xa7\xdf\x1d\xaf\xe9\xd6\ \xaf\x8f\x6a\x54\xba\x77\x79\xde\xff\x3a\xa9\x4c\xca\xcd\xca\xd7\ \xf3\x1c\x43\x6f\xbe\xb5\xbf\x2d\x0a\x7f\x0b\x04\x90\x77\xfd\xb3\ \xa3\x35\x9f\x9a\x1a\x8b\xde\xe5\x25\xc5\x16\x47\x8e\x8f\x95\x7e\ \xd9\x9d\xd2\x65\xbf\xcc\xac\xec\x3d\x18\x37\x87\xdb\xbb\x57\xea\ \xbb\xd5\xd9\xd5\xc3\xad\x95\x1d\xad\x39\x6d\xea\xca\x42\x7d\xff\ \xc8\x6c\x67\x4b\xd9\x87\xf1\x01\xf8\xcb\xcd\xe0\xfd\xa9\xe6\xee\ \x52\x7f\x31\x66\xb4\x1b\x1a\x0c\x8d\x88\x70\x76\x66\x5c\x69\xa6\ \xd7\x52\x0c\x2f\x6a\x4d\xf6\xd5\xdd\x72\x35\x1b\x69\x11\x35\x5e\ \xd4\xe3\x78\x7e\x9e\x1e\xc7\x65\x0b\x4f\xea\x75\x27\x97\xba\xeb\ \x08\xcd\x31\x23\xfd\x65\xcc\x02\x99\x38\x98\x6e\x65\x79\x70\x9d\ \xb2\x38\xa2\xea\xb8\xa9\x3a\xd7\xa9\x9d\xd1\x51\xdb\xea\xe7\xf9\ \x9c\xa6\xce\x90\xbc\xe3\xcd\x1e\x3c\x89\x1e\x16\x4d\x71\x7a\x17\ \xec\xd5\x70\xe0\x73\xbb\x6d\x54\x27\x3e\xe8\x8c\x56\xcf\xeb\x0f\ \x1a\xab\xe7\x8d\x95\x72\xef\x96\x44\xb9\xa4\xa3\x22\x4f\x7f\x51\ \xa5\x35\x18\xe7\x1d\x5b\xb5\xb8\x14\xfd\xa2\x5a\x1f\x7a\x70\x65\ \x01\xb3\xd3\x6a\x46\x9f\x47\x70\xd4\x67\xb4\xd5\x62\xd4\x5a\xcf\ \x97\x2e\x9d\xe6\xce\xcb\x86\xe4\x61\x6e\x32\x83\xd1\x01\xe6\x24\ \x92\x69\xfd\x8a\x1e\x46\xa2\xa4\x92\x48\x00\x5b\xe1\x49\xd6\x78\ \x00\xb5\xec\x49\x66\x74\x0f\x6b\xef\xe0\xf8\x4f\x31\x6f\x63\x9a\ \xf2\x3a\x2a\xa7\x4e\x66\x5e\x66\xb6\xb8\x02\xa6\x48\xf1\xf3\x21\ \x25\x65\xe2\x40\x3b\xa1\x49\xd4\x2c\x6c\x4f\x4e\x3b\xc2\x95\x7f\ \xe0\xa7\x28\x16\x0e\xea\x1c\x97\x0e\x19\xc4\x31\xec\x0e\x15\x34\ \x8c\x33\x86\x6b\xbc\x71\x86\x59\x04\x41\xc1\x4c\x06\x95\x06\x1b\ \x23\x10\xac\x38\x48\x2c\x0e\xe5\x83\xe5\x70\x11\x60\x38\x19\xcb\ \x40\x24\xce\xb1\x25\x5c\x3e\x95\x83\x14\xca\xb9\x0c\x81\x5d\x28\ \x56\x88\xbe\x46\xb3\xc9\x96\xac\x89\x9f\x56\x64\x3e\x6b\x68\x19\ \xc4\xb6\xac\x7e\x86\xf3\x84\x32\x32\x19\x49\x90\x89\x4c\x4c\xb1\ \xd2\xe1\xc3\xb1\x9b\x5f\xbc\xbe\x81\xa5\x83\x0f\x0c\xc6\x08\xc8\ \xec\x99\xfa\x25\x5d\xbd\x05\x7c\x40\x31\x18\x1a\x08\x18\x6b\x95\ \xfe\xcb\x87\x80\x73\xb4\x43\xc2\xd1\x0c\xfd\x41\x89\x25\x8e\x10\ \x97\x1e\x05\x66\x71\x65\x7c\xac\x15\x70\x21\x5c\xc1\x7d\x46\x50\ \x28\x12\x44\x85\x49\x98\x54\x67\x94\xb3\x95\x4f\x1c\x27\x9d\x0a\ \x1d\x0a\x4d\x47\x27\xc6\x21\x2c\x61\x30\xb2\x95\x11\x19\x15\x05\ \x5c\x2f\x18\x14\x81\xa1\x49\x85\x2c\xd4\xd8\xf5\xa0\xe5\x51\xe1\ \x55\xce\xe4\x22\xc4\x11\x91\x82\xa5\xdd\x9d\xe0\x22\xec\xc4\xbc\ \x03\x2b\x88\x05\xc7\x12\xc7\xc2\x12\x18\x12\x96\x25\x9f\x13\xba\ \xa1\xbf\x0c\xd5\x58\x22\xc9\x6c\x01\x47\xc1\x67\x81\xb9\xd2\x55\ \x11\xd3\x59\xc6\x42\x39\x06\x21\xb8\x29\x48\xa4\x90\xca\xb4\xe2\ \x40\xee\xa1\x54\xf2\x9c\x00\x25\x17\xc2\x98\xec\x8b\xac\xec\xba\ \xce\x96\xca\x8e\xcc\xaa\xaa\xf1\x8b\xab\x63\x67\xb2\x68\xee\xcf\ \xff\xfe\xe1\x71\x11\xe8\xea\x2d\xb6\x12\x6e\xc7\x00\x74\x58\xb0\ \x2a\x95\x4a\x38\xe2\x63\xc3\xbd\x05\xf3\xf8\x24\x45\x27\x93\x31\ \x7c\x78\x7c\xa6\x94\x25\x12\x81\x00\x1b\x28\x5e\x55\xca\x30\x8b\ \x08\x26\x68\x08\x6d\x69\x49\x65\xc3\x61\x4c\x18\x86\x2d\xe0\x89\ \x58\x18\x1a\x4b\x4e\xe6\x49\x64\x34\xa1\x48\xc0\x84\x51\x77\x78\ \x4c\x1a\xda\x02\xb6\x33\xa7\x40\x61\x25\x42\x8e\x6c\x6e\x5f\x71\ \xb8\x24\x63\xf2\x84\x5c\x38\x8e\x3f\x87\x45\x53\x69\xa8\xb9\x08\ \x84\x10\xcb\x60\xf2\xb8\xbf\xff\x02\x42\x98\x99\xb7\x57\x6c\xa4\ \x9b\xef\x6b\x5b\x7b\x00\xac\x28\x00\x91\x47\xa7\xd2\x6d\x92\xdd\ \x6d\xdd\xcc\x5c\x1c\x5c\x3f\x38\xe1\xcd\xcd\x6c\x9d\x6c\x7d\x89\ \x36\xc1\xae\x4e\xde\x0e\x9f\x5f\xfb\x37\x16\x54\xf6\x87\xc7\x07\ \x47\xa6\x35\xb5\xb7\xce\x96\xf5\x8e\xf6\xb6\x66\x67\x7e\xaf\xed\ \xde\xde\xe8\xfb\x5e\x15\x6b\xe3\x80\xb7\x75\x21\x99\xf9\xf9\x9b\ \xd6\x1c\x4c\xa5\x97\xcd\xac\xdd\xdc\x5d\xa2\x49\xe6\xa9\x1e\x44\ \x6b\x9b\xae\x91\xa4\x3e\x2f\x97\x7b\x6d\x41\x7e\xc2\xc7\xdc\xbb\ \xd9\xdc\xf2\xb5\x07\xdd\x7d\xc1\x67\x37\x73\x7b\x1b\x92\xab\xfd\ \xdf\x01\xff\xd7\xff\x58\x7b\xda\xb8\xd9\x06\x27\x27\x5b\xdb\x03\ \xe3\xd6\xda\xef\x4d\xb0\x5f\x4d\xc5\x1b\x17\xaf\x8a\x2f\x4d\xc5\ \xef\x8a\x9a\x92\x3e\xd5\x65\xbf\xed\xac\x0c\xf7\x74\x0d\x6b\x1f\ \x98\x6e\xa8\xed\x77\xc9\x30\x0c\x04\xc6\xf6\xd4\x76\x8e\xf4\x56\ \x75\x56\x7d\x5b\xdb\xcb\x59\xcb\xcf\x6c\xec\xd5\xe9\x55\xc3\x09\ \xef\x2a\x5c\xf1\xbe\x44\xef\xd8\xca\xbc\x4f\x6b\xb5\xc9\xe5\x95\ \x35\x31\x15\xdb\x27\xbd\x25\xe5\x1d\x99\xdb\x69\xa3\x47\x21\xf1\ \xdb\xd3\xbd\xa3\x47\xfd\xbd\x67\xe7\x69\xbb\x33\x75\x7b\x0d\x55\ \x4e\x57\xaa\xfa\xfe\x2f\xc7\xaa\xb2\x2f\x15\xdd\xb7\xcd\xe5\x9d\ \x79\x95\x03\x21\x99\xba\x88\xd6\xda\xe1\x8c\xa7\x9b\xce\xde\xf4\ \xa8\xa7\x99\x95\xcb\x82\xaa\x8e\xec\x9c\xe4\xe1\xc4\xce\x8f\xef\ \x8a\xee\x5b\xbf\x34\x55\xef\x16\x7d\x8e\xbb\x5b\x3e\x53\x3f\x8c\ \x5c\xd6\xf6\x77\x95\xde\xe6\xbc\xc9\x5d\xd8\xcc\xfe\xfe\xe5\x6a\ \xf6\x6a\x48\x75\xb3\xab\x1f\x38\x68\xee\xab\x48\xa8\x18\x19\xd5\ \xff\x28\x6d\x29\x51\x75\x37\x16\x7f\xba\x60\xdc\xac\xac\x18\xeb\ \xbb\xc6\x37\x4a\x32\x4b\x46\x8f\x5e\xae\xfa\x92\x66\xeb\x63\x7b\ \xeb\xfd\x8a\x55\xb5\xed\x23\x8d\x9d\xe5\xda\x38\x08\x6a\xb4\xa6\ \xa9\xe2\xdd\x7b\xff\xef\xba\xbb\x92\xe6\x2f\xaf\x1c\xfa\x72\xcb\ \x72\xd2\x3a\xca\x2a\x23\xdb\x1b\x5b\xb7\x08\x4f\x67\xdb\xa3\x53\ \xcd\xf3\x13\x83\xd7\x9b\x1b\x05\xaa\xbc\xa4\x9a\x6f\xb9\xd3\xfa\ \x86\xdc\x8c\xae\xbc\xe4\xf8\x8b\x9b\x61\xd5\xcf\xde\x81\xd6\xbd\ \xa9\xa7\xbd\xf3\xd2\xea\x9f\x17\xf7\xba\xab\xca\x9e\xac\x03\x4d\ \xca\x4a\xc4\xfd\xf4\xf2\xc8\xd8\x03\xfa\xd6\x78\x15\xe4\xc3\xd0\ \x8d\x58\xfd\x3c\x5f\xb1\xfc\xc9\x07\x13\x70\x8b\x33\x07\x5c\x6d\ \x90\xf3\xd8\x90\xc1\xd1\xee\x59\x3b\x08\x28\x7b\x86\x71\xf6\x48\ \x3f\xbe\x77\x3f\x71\xfc\x73\x7e\x72\x1b\x63\xbc\xdc\x1c\x1d\x3d\ \xbf\x0b\xba\x7b\xb9\x37\x6c\xa8\x54\x89\x9a\xe1\xde\x17\x86\xa6\ \x24\x0d\x30\x6a\x1e\xd1\x0e\xfe\xc1\x5e\x1f\x66\x9f\xe7\xd7\xef\ \xa2\x80\xd9\x63\xd0\x1d\x69\x18\x5b\x1b\x41\x2f\xa1\x9d\x36\x21\ \xe1\xc2\x88\x73\xed\x82\x71\x63\xf3\xd9\xb0\xee\x7c\x97\xae\xd5\ \xdc\xe9\xee\x68\x50\x2d\x64\x77\x62\x59\xfd\x73\x2c\x8a\x30\x6e\ \x54\x81\x7c\x90\x8e\x76\x1a\xe3\xd6\xbc\xca\xa0\xf3\xb4\x25\x7a\ \x98\xb2\x45\x4d\x37\x99\x4d\xed\x4f\x3c\x48\x14\x0a\xe0\x04\x89\ \x80\x7a\x11\xad\x29\x00\x7f\x99\x99\x92\xdd\x01\xe2\x07\x0e\x78\ \x00\x1c\x6f\xe3\x60\x63\xeb\xfb\xb6\xa3\xab\xa9\xbd\x52\x37\x81\ \x13\xd2\xac\x84\x10\x9a\x90\x27\xe0\xf3\xa8\x30\xcb\x89\xe5\x08\ \xda\xce\x1f\x91\xc1\x99\xcc\x88\x70\x84\xdb\x81\xc8\xc8\x1f\x39\ \x33\x13\x38\x2e\x5a\x7a\x48\x0b\x1d\xc3\x41\x05\x5c\x96\x25\x92\ \x8f\x84\x41\xb8\x20\x01\x17\x7c\x9d\xe8\xc3\x50\xeb\xf8\x4c\x48\ \x35\x97\x83\xb0\x92\x24\xc2\x85\xd8\x55\xa5\x05\xcc\x4a\xce\x41\ \x20\x84\xe0\xfb\xad\x2d\x30\x17\x0d\x72\xbe\x86\x83\x59\x88\xa8\ \x50\xcd\xe4\xcb\x96\xfa\xf9\x19\x2e\x67\x22\x82\x44\xec\x38\x8e\ \x50\xc6\x11\x70\x08\x8f\x8b\xb8\xd3\x88\xeb\xad\xf1\xf9\x2d\xe7\ \xe3\xf1\x3d\x36\x7b\xd1\x92\x2f\x01\x33\xb5\xe9\x71\x8e\x8f\x65\ \x84\x82\x69\xbb\xe3\xaa\xef\x63\x28\x02\xfc\x50\x0c\x41\x81\x38\ \xd7\xf7\xa1\x48\xcb\x50\x2a\x87\x1c\x15\x0a\x4c\x49\x31\x33\xee\ \x20\x9d\x80\xc5\xa4\x18\xe1\x90\xea\x03\xac\x38\x14\xce\x1c\x34\ \xa5\x83\x73\x43\xb9\xa6\xed\x2e\x70\x2c\x0c\x4c\x60\xab\x42\x9d\ \xed\x34\x43\x20\x8e\x05\x08\x94\x7e\xc0\x25\x38\x8a\xe0\x6c\x09\ \x0d\x49\xe3\x73\x7d\x8e\x27\x68\x18\xb0\xa3\x71\xef\x5c\xd7\x36\ \x55\x7f\x6f\xbc\x80\xc1\x1c\xef\x68\xcb\x13\x34\x80\x9a\x94\x72\ \xf9\xef\x7f\x8b\x91\x51\x28\x29\x66\x10\x13\xe1\xc8\x0f\x3a\x35\ \x62\xc8\x12\x01\x73\x55\x22\x56\xce\x2d\x09\xd9\x34\xb2\x23\x88\ \xc7\x44\x81\x21\x3c\x5a\x62\x0a\x0e\x2b\x16\x08\x65\x30\x0b\x06\ \x0f\x95\xfe\x33\x37\x3e\xa1\xa9\x28\xb9\xb8\x22\x7f\xf7\x44\xf7\ \x63\x1e\x03\x17\x1c\xfe\x1f\x85\x80\x26\x80\x71\x15\x87\x32\xa8\ \x1d\x59\x44\xe5\x8a\xb7\xb4\x2c\x01\x4b\xa9\x5c\x92\x8b\xe6\x96\ \xd8\x70\xae\x0f\xda\x0e\x00\x40\x1e\x0e\x0a\xd5\xf0\xfe\xf3\x8b\ \x2a\x55\x88\xe5\x3b\x6c\x8e\x92\x2a\x14\x40\x91\x4c\x74\x8a\x11\ \x02\x13\x49\xf9\x64\xa6\x58\xc8\x97\xc9\x85\x62\x2e\x0b\x06\xc1\ \x42\xe6\xf6\x7f\x99\xda\x1c\x0a\xd9\x73\x6c\x10\x5b\xc8\x95\xaf\ \xb2\x78\x4a\xd1\x9c\x54\x06\xd8\x5a\xc5\x1c\x20\xca\x89\x63\x54\ \xdc\x8b\x80\xa5\x90\xf2\x20\x50\x10\x95\xf7\x17\x3d\x20\xda\xbb\ \x25\xb0\x38\xe6\xd5\xe7\x60\x6b\x12\xc9\xc6\xd4\x5a\xc2\xf7\x8b\ \xcb\xdf\xe6\x5e\x66\xd6\xae\x36\xee\x66\xc4\xce\x06\xb3\x30\xa7\ \x10\x5b\x3a\xd1\x9c\x8e\x8f\x0e\x03\xc6\x10\x29\x80\xe8\x62\x6d\ \xed\x4a\xa7\x58\x07\xc6\xfb\x7e\x6e\x4f\xea\x9f\xda\x5c\x7b\xd9\ \xa8\xcf\x2b\xaf\xad\xcf\xac\xac\xff\x14\x98\x10\xfc\xca\xc9\xc6\ \x9e\x62\x4d\xa1\x93\x80\x73\x4c\xf7\x77\x48\x81\x5e\xf6\x44\x73\ \x07\x1b\x1b\x87\xae\x72\xff\x8f\x0d\x45\x19\x6d\x85\x05\xdd\x15\ \x65\x9f\x6f\xfa\x5b\xf3\x2a\x7a\x72\x2e\xda\xdb\x43\x9c\xe8\x1e\ \xff\xe0\xff\x7f\x8e\xce\xc3\x27\xb1\xb5\xd1\xfa\x87\x1a\xba\x44\ \x41\x06\x0b\xa8\x28\x2a\x62\xc3\x32\xf6\xd1\xa8\x30\xf6\x60\x21\ \xea\x58\xc0\x8e\x63\x2f\xd8\xc5\x82\x1e\x2b\xf2\x2a\x47\xa2\x22\ \xea\xb1\x8d\x6d\x50\x3e\xae\xa3\xb1\x8c\x66\x1c\x15\x5f\xeb\x51\ \x11\x13\x47\x19\xc9\x49\xee\x9f\xf1\xe1\x25\x04\x48\x80\x6c\xca\ \xde\xeb\xf9\xad\xbd\xf7\xb3\x96\x71\xf1\x59\x31\xa6\x96\xd1\x51\ \x1d\x7d\xbd\x9d\xf1\xad\xa2\xc0\xf2\xe6\xdc\xac\xd0\xd8\x11\x43\ \x65\x72\xa3\x28\xaa\xab\x28\xb5\x23\xd9\x3d\x3a\xaa\x8e\x93\x5a\ \x12\xd3\x5d\x15\x59\x3a\x50\x7d\x19\xab\xa9\xf5\xe9\xe9\x8a\x4c\ \x68\x2c\x13\x45\x86\xa6\x24\x46\x47\x8a\x0e\x44\xfa\x5e\x3f\x77\ \x8f\xca\x46\x51\x7d\x65\x49\xcb\xa9\x67\x4e\x7f\x5e\x5b\x73\x7c\ \x81\x3a\x57\xd4\xe9\x3f\x18\xe5\x91\x78\xbe\x5b\x5e\xe8\xcf\x99\ \xed\xcc\x5e\x59\x1a\xea\x8c\x6d\x5c\x3d\xc9\xab\xe8\x49\x19\xad\ \x5a\x99\x39\x1f\xcd\xed\x2d\x69\x2a\xcf\x1f\x98\x1d\xdd\xde\xce\ \x59\xb9\x5f\x7a\xaa\x6e\x9a\xa9\xef\x3f\x28\x5d\xdf\x6a\x51\xde\ \x9e\xac\xad\x1c\x34\x54\x0f\x1c\x9f\xad\xa9\x34\xba\xb9\x1d\xd1\ \xd6\xd3\xc2\xb3\x48\x34\xdd\xa2\x6f\x3c\x28\xef\x69\xae\xed\x2b\ \x6e\xc9\x1a\x36\x22\x4e\x6e\xd9\xc5\xd3\x6c\xd6\xed\x23\x79\x76\ \xe3\x96\x75\xbf\x55\xd4\x5f\xe7\x39\x76\xab\x9a\x18\x9e\xba\xc9\ \x37\x54\x34\xb7\xcf\x9e\x4f\x6f\x57\x34\xb5\x74\x0d\x14\xc5\x29\ \xeb\x4b\x46\x5b\x67\xa6\x5e\x27\xce\xab\x5b\x1a\xf5\xd9\x3d\x25\ \x63\x23\x1d\x03\xdd\xa9\xa9\xe5\xd1\xbd\xbd\x56\x96\xa5\xc8\x27\ \x14\x9c\x7a\xa9\x9f\x1d\xa8\xeb\xde\x5b\x6b\xae\x8f\x2a\x09\xf6\ \x0d\x2c\x18\x2c\xc9\xaa\x7a\xa2\xe9\xfa\x35\xb7\xed\x86\xa3\xf5\ \xa3\xad\x99\x16\xed\xd8\x74\x65\xf1\x68\x79\x71\x45\xf6\xdd\x90\ \xd7\x49\xf9\x82\x9a\xb7\xbb\xba\xb6\x13\xdb\x53\xcb\x7b\xca\x79\ \x3c\xd9\x18\xaa\x1e\xbb\x09\x1b\x59\x5b\xb9\x7e\xbd\x52\x8f\xe6\ \xf7\xeb\xa6\x54\xaa\xe9\x35\xbd\xf6\x71\x69\x21\xc9\xb0\xf6\xb8\ \xc9\x9a\x33\xe8\xf5\xfd\xd9\xaf\x9a\x3b\x9c\xae\x74\x5c\x87\xc5\ \x5f\xdb\x3d\x8e\xbf\x2a\xd7\x5f\x41\xb8\x9d\x2b\x96\x52\xd7\xd2\ \xf0\x72\x5a\x7a\xbd\x14\x66\x90\x3c\x94\x4d\xd5\xdc\xa9\xf7\xa7\ \x2f\xe6\x1e\xaf\x7a\x94\xaf\x12\xd5\x9d\xfe\xb9\xec\x4c\xfb\x7c\ \xb8\x3e\xe1\xff\xc9\xe6\xfd\xfb\xf7\x8e\x3e\xde\x8e\x89\x87\x86\ \x47\x3d\xf6\x66\xf4\x62\xed\xb1\x6e\x60\xec\xb8\x3e\x3a\x21\xd8\ \xd7\x3f\xb8\x82\xbf\x27\x5a\x6b\xdf\xea\x6f\x56\x49\x88\x7a\x5e\ \x00\x08\x78\x33\x9d\xa5\xd4\x6d\x00\x11\x01\x13\x8d\x9b\x9b\x71\ \x53\x28\x94\x61\x0e\xe7\x45\x25\x52\x25\x74\x32\xe4\xa1\xd3\xd2\ \xde\xc6\xed\x83\xfd\xbb\xb7\x30\xa3\x0f\xef\xff\x7a\x3b\xc1\xc6\ \xfe\x93\xdb\xff\xe5\x63\xb9\xd9\x3b\x19\x31\xeb\x9d\x85\x99\xb9\ \xb5\xa9\xa3\x8f\x95\xb5\x89\x89\x8d\x59\xb8\xad\x8d\x4b\xa8\x83\ \x47\x64\x65\x37\x27\x26\x35\xfb\x69\x23\x37\x7f\x57\x9f\x97\xdd\ \xb6\xa6\x3b\xd8\x39\xdb\x1e\x3b\x93\x24\x21\xa4\x3f\xc5\x61\x52\ \x3a\x26\x0c\x48\x61\x48\xb8\xff\x70\xbf\xf3\xf7\x5a\x66\x58\x08\ \x82\x70\xfe\x96\xf0\x43\x01\x02\x1b\x89\x0a\x07\x00\xe2\xe7\x40\ \x14\x08\x91\x9b\x14\x97\x34\xec\x85\x87\xaa\x20\xb8\x24\xe2\xf5\ \xc4\x0b\x1b\xb9\xae\xd1\x8d\x56\x26\xdd\x61\x6f\xa0\xdf\x80\x5e\ \xd7\xb4\x55\x15\x80\x0b\xf7\x9a\x02\x69\x30\x72\x05\x83\xc4\x25\ \xa9\x59\x08\xfc\xf5\xe6\xc2\x14\x72\x15\xc7\x60\x42\x08\x37\x32\ \x60\x08\x19\x8e\xc4\x11\x19\x24\x82\x97\x5e\x2d\x26\xdf\x3d\x6a\ \xb8\x5f\x88\x5f\xa4\x24\x2c\xfe\xe8\x84\xe0\xb5\x77\x6f\xb8\xd6\ \xd3\xc0\x40\x28\xfa\x2d\x46\xea\xcb\xaf\xdf\xbf\xe7\xd9\x24\xba\ \x62\xf1\xc7\xef\xaf\xf3\x3f\xd0\x38\x3c\x19\xa2\x64\x49\x20\x0b\ \x17\xb4\x07\x00\x12\x08\x20\xca\x84\x32\x38\x01\xcc\x1a\x47\x85\ \x00\xd5\x1a\x1a\x9f\x84\x18\xbe\x17\xe5\xe5\x4e\x91\x6f\x8f\x8c\ \x5e\x4e\x26\xa5\x10\x91\x04\x02\x72\x92\xcd\x10\x93\x10\x27\x49\ \x92\x6b\x3c\xab\x3f\xfb\xfc\x58\x87\x44\x42\x32\x6b\xf6\xd2\x42\ \xc2\x50\xd4\xa4\x38\x35\x5c\xf1\xed\xd7\xf7\x9f\xdf\x97\xbf\xff\ \xfe\x26\x46\xf1\x21\x58\x0a\x02\x01\xf1\x42\xc9\xb8\x44\xa8\x14\ \x03\x65\x80\x98\x5c\xa9\x7c\x92\x22\xfc\xc9\x17\xf3\xa9\x38\x72\ \x9a\xea\xa4\x86\xb6\x49\x9f\xa4\x86\x80\x88\x20\xb8\x80\xc1\x5d\ \x46\xe1\xe8\x54\xc9\x89\x7e\x95\xf6\x1a\xc2\x9e\x64\xb2\xc1\x10\ \x39\x9b\x0e\xc7\x30\xa5\x52\x19\x84\x22\x63\x0a\x50\xec\xaf\xd8\ \x00\x92\x5c\xf0\xe5\x8b\x70\x7e\x72\x72\xf9\x9b\x51\x86\xa4\x24\ \x00\xf5\xd2\x70\x19\xc7\x60\x30\xe7\xbf\x21\xe9\x0a\xa2\x50\xc0\ \x5e\x94\x4e\xca\xa5\xcb\x32\xf0\x11\xd1\x0b\xa2\x40\xd3\x17\x05\ \x93\x7c\x2a\x03\x82\x46\x8b\xe7\x15\x30\x35\x12\x75\x82\xfb\xb5\ \xac\x20\x72\xd9\x44\x06\x18\xa8\x98\xff\x31\xc9\x17\x7f\x53\xbc\ \xed\xd2\x5a\x54\x80\x49\x48\xe8\xfc\xe4\xf2\xb2\x5c\x2a\x90\xce\ \x7f\x9d\x64\xc8\x98\xcb\xc4\x90\x3f\xde\x7f\xb6\xf1\x8b\xf5\x4e\ \x4d\x1f\x2c\xed\xf2\x77\x74\x49\x48\x8e\x76\x16\x5d\xbe\x56\x5a\ \xbe\x8b\x70\x71\xb1\xb4\xb0\xb2\x79\xe7\xe3\x63\xfd\xde\xe6\x83\ \x9b\xfd\x87\x3f\xdf\x5b\x7f\xb2\xff\x64\xed\xf6\x36\x25\xc7\xda\ \xfe\x93\x8d\xbd\x49\x62\x54\x54\x2a\xa7\xab\x54\x39\x56\x77\x02\ \xb8\x98\x3e\xbe\xed\xe9\x68\xcd\x08\x0c\x8e\x09\xb6\xf5\x71\x34\ \x7f\x67\x6b\x65\x66\x94\x36\x67\x73\x73\x4b\x33\x33\x4b\x0b\x4b\ \x33\xe7\x9c\x56\x6f\xbf\xdb\xb2\x84\xec\xce\xfe\xa2\xe4\xe6\xfa\ \xc4\xf4\xc2\x84\x98\xbe\x4e\x51\x51\x51\x73\xb3\x6b\x67\xbd\xff\ \x87\x8f\x7f\xff\x3f\x6b\x8f\x0c\x51\x7a\x72\xf1\x65\x4b\x75\x4b\ \x7d\xc3\x58\x79\x55\xeb\x6c\x47\x7d\x7b\x42\x7a\x71\x42\x4c\xca\ \x79\x9f\x7f\x7d\xbb\x95\x4f\x97\x1f\xa7\x3b\x21\xd6\xd7\xd3\x31\ \x32\x2a\xe1\x70\xea\x70\x67\x62\xa6\xde\x2f\x71\xd4\xdf\xb9\xf7\ \x40\xe4\xee\xc2\xd9\xf3\xa8\x6a\xb5\x75\x6f\x17\x39\x5a\x99\xe4\ \x1f\xf8\xb8\xb7\x26\x86\x37\xe8\x52\x56\x8a\xc7\x7a\x22\x87\x6e\ \xbb\xc7\xfa\x52\x33\xea\xda\x6b\x07\x9a\xa3\x5a\x9a\x67\xba\x62\ \x82\xec\x3b\x9f\xea\x2f\xf1\xac\x80\xc7\xad\x82\x9c\x4e\x4f\xe7\ \xde\x2b\x65\xf3\x50\x56\x53\xd3\x7e\x05\xaf\x67\xab\xfe\xf6\xb0\ \x68\x60\xac\x5c\x1f\x40\x1d\xd2\xab\xaf\x4f\x94\xda\xd3\xa1\xbe\ \x82\x2d\xf5\xc4\xa9\x6e\xf0\xa6\xa9\xea\x5e\x97\x98\xaa\x9c\xc9\ \x83\x0f\x89\x92\x24\xb5\x79\x43\x3b\xe5\x99\x05\x2d\x1a\x6d\x73\ \x96\x86\x53\xdb\xd9\x30\x58\x94\xdf\xbf\x31\xd6\x94\x55\xe7\xe0\ \x59\x1b\xea\x5c\x7f\xa9\x5b\xb9\x33\x8c\x8e\x66\x4f\xaf\x14\xcd\ \x76\x75\x46\x77\xe4\xe7\x54\xe7\x66\xc5\x06\xc6\xbe\x0e\xf5\x2e\ \x64\x17\xe4\x94\xbf\xac\xe6\xea\xb4\xb1\x85\x17\x75\x7e\xf5\x4d\ \x7b\xb9\x03\xa3\x3d\x03\x3b\xd3\x65\x7d\x3e\xa7\xbb\x65\x8d\x57\ \x21\x0f\xaf\xea\x0e\x33\xf7\x6d\xc2\x76\x59\x05\x2f\xaa\xb8\xca\ \xc7\x37\x3a\x2f\x88\xa7\x0e\x1b\x0f\x49\xca\x7b\xc9\x29\xbd\x5d\ \xe3\x25\x44\xf6\xf7\xe8\xb2\xfb\xcf\x4b\x45\x08\x9c\xd7\xcb\xd9\ \xfe\x65\xc3\xc4\x7e\xdc\x6c\xee\xc5\xd2\xed\xb1\xa6\xff\xe0\xea\ \x71\x6c\x27\x8d\x51\x53\xa3\x1a\xb9\x53\xdf\x78\xdd\x54\xcc\x1c\ \xdc\x3c\x1b\xa6\xe6\x94\xf7\x4d\x87\xf1\xfd\xea\xd3\xfa\x02\x9d\ \xe4\x72\xe4\x78\xab\xe2\x56\xd7\xeb\xb5\x5e\x70\x95\x17\xf0\xf2\ \xa2\xc9\x3b\x56\x7a\xad\x87\xa8\xe9\x21\x14\xd8\x7d\xe6\x94\xf6\ \x44\xa3\xd5\xd0\x86\x35\x71\x7b\xd7\x69\x77\xeb\x80\xe1\x07\xdc\ \xc5\x11\x4d\x7d\xa4\x3c\x34\x3a\x4c\xcd\xc5\x55\xa6\xf2\x95\x70\ \x57\xe6\xf8\xde\xc4\xc6\xfe\x83\xa9\xd1\xbb\xb7\xde\x1e\xbe\x22\ \x51\xca\xd7\x6b\xfa\x96\xfa\xe6\xe9\xa4\xbf\xa8\x58\xd3\x16\x59\ \xf4\x3a\xae\x01\x20\xa9\x92\x75\x65\x91\x41\x7b\xb8\x56\x35\x7b\ \x7a\x7f\x82\xc2\xe3\x10\x28\xb2\x17\x09\x0e\x81\x69\x43\xd0\x30\ \x72\xc8\xc3\x91\xea\xf0\x14\x09\xbe\xc9\xb0\xb2\xf8\xf4\xf7\x5b\ \x78\xb6\x51\xa4\xde\x7f\x7e\x2b\x50\xfa\xf8\xe9\x6d\x66\xfe\x87\ \x77\xc6\x1b\x9b\xb7\x29\xaf\xef\xde\x19\x25\xcb\xc2\xd2\xd6\xdc\ \xc2\xc2\xd2\xc4\xc2\xc9\xcc\xda\xc9\xc5\xdb\xc5\x3b\x38\x3a\x34\ \x2a\xa2\xee\x2a\xad\x74\x44\x79\x67\x5c\xab\x1a\xb3\xd6\xf4\xaa\ \x0d\xad\xfe\x52\x4f\x86\x31\x90\x82\x7f\xbe\xb2\xd9\x01\x08\x96\ \x8a\xc0\x62\x81\x28\xff\x2b\x80\xd0\x19\x64\xaa\x98\x8f\xfe\xa2\ \xb0\x03\x2f\x7f\xff\xfe\xe3\xcb\xbc\x18\x89\x01\xa7\xa1\xe0\x20\ \x68\x1c\x81\xbc\x41\x07\xaa\x2e\x6e\xe7\x68\xfb\xc7\x5e\x69\x7b\ \x4a\xb2\xd7\xe3\xd6\x03\x83\x44\xe2\xcb\xc4\x00\x98\x9a\x87\x87\ \x50\x48\x76\x9b\xd7\x61\x78\xc5\x37\xe1\x30\x1c\xf6\xba\xba\xb9\ \x74\x91\x79\x3a\xb3\xb9\x71\xa5\xca\xe7\x1d\x4d\xbc\xe2\x1f\xa0\ \xf0\x75\x89\x06\x18\x86\x05\x80\x80\xa8\xcd\x1d\x24\x98\x3a\x95\ \xa6\x01\x62\xc8\x7b\x4f\xa4\x87\xe1\x97\x34\x48\xc0\xf3\xdd\xc3\ \xcb\xf8\xde\x91\x66\x73\x18\x22\xfd\x05\x0d\x19\xd7\xdf\x60\x19\ \x5f\x7e\xce\x33\x15\xf3\xdf\x48\x20\x2e\xb6\x54\x8b\x5d\x45\x63\ \xc7\xf5\xa4\x79\x12\xcd\x4e\x0b\x84\xeb\x71\x01\x44\x36\x90\x8c\ \x85\xa2\x58\xb8\x4c\x12\x5a\xfc\x76\x2e\x3a\x03\xc3\x85\xa2\x14\ \x72\x19\x04\x88\xba\x7d\x56\xe1\x61\xc8\xf1\xda\x59\xe5\xa9\x01\ \xc7\x84\x6d\x6a\xd0\x52\xa4\x26\x09\x2f\x35\xea\x15\x8a\x91\x89\ \x21\x2d\xfe\xfa\xf9\xfd\xdf\x7f\xff\xf9\xfd\xcf\xaf\x1f\x3f\xbe\ \x2b\xb8\x50\x10\x99\x82\x10\x80\x11\x52\x39\x16\x2a\x84\x5c\xd3\ \xd9\x64\x00\x97\x4f\xc2\xc2\x04\x4c\xe3\x78\x31\xa7\xca\x12\x0d\ \x9d\xa5\xa1\x18\x74\x00\x95\x0e\x47\x50\xf8\x14\xa3\x53\x83\x81\ \x27\xe5\x32\x92\x6c\x99\x8b\xc1\xa0\x28\x48\x30\x7d\x93\x46\xce\ \xd9\x4e\x63\xd3\xe0\x40\x26\x63\x9e\x31\x29\xff\xfa\x8f\x78\x52\ \xbe\x2c\x10\x2c\x0b\x27\x97\xe5\x82\x49\xba\x8c\x2e\xfd\xb9\x2c\ \x47\x30\xd9\x46\xcc\xfd\xb2\xfc\x4d\xc0\xfd\xb1\x3c\x6f\x44\x28\ \xc1\xfc\x4f\x29\x7f\xfe\xdb\xbc\x04\x3f\x2f\xfc\x0a\xa5\x2f\x42\ \x98\x93\x74\xa6\x6c\xf9\xab\x70\xf1\xab\x18\x56\x73\xc3\x40\x09\ \x14\x40\x1c\x82\x49\x12\xf3\xbf\x7e\x9d\x9c\x17\x22\x64\x8b\x93\ \xe2\x2f\xf3\x52\xee\xe6\x9e\x70\x5e\xf6\xf5\x06\x2a\xe4\xb2\xe5\ \xf3\x00\x34\x4a\xc8\x85\x18\x2d\xa1\x55\x7c\x42\x49\x8a\x5f\xfc\ \x4e\x4f\x4f\x45\x57\x71\x74\x79\x7a\xe1\x9a\x28\x70\xd0\x38\x38\ \x1a\xd7\x09\x37\xf3\x77\x1f\x3e\xbf\x37\x33\xb1\x7f\x6f\xed\x64\ \x65\x6f\xe4\x71\x33\x53\x6b\x13\x37\xe3\x0a\x64\xef\xe6\x66\x65\ \xea\x1e\x33\x18\x6a\x19\xdb\xdb\x16\x5e\x95\xd5\xdd\xac\xd7\x6f\ \xf7\x6c\xe7\x7b\x26\x78\xb8\x78\x5a\x5a\x99\x9a\x99\x5b\x99\x99\ \x99\x58\x99\xd9\xbf\x35\xe8\xd8\x5b\x58\x59\x58\xf9\xf4\xa6\xfb\ \xf6\x24\x46\xa4\x6a\x37\x8f\x93\x7d\xba\x1e\x2b\xdb\x5a\xea\xea\ \xfb\x7a\x6b\x3b\xf3\x83\x62\x82\xbc\x95\xa9\xd6\x16\x11\xd1\xa9\ \x63\xa3\xee\xc5\xcd\x31\x41\x51\xbe\x22\x9f\xfa\x31\x3f\x5b\xab\ \xe0\xe2\x70\x8f\x56\x8e\x7b\xf1\x40\xe8\x68\x51\x70\x78\xba\x6f\ \x68\x44\x8c\xbb\x5f\x70\x64\x78\xa0\xa7\xaf\xb3\x5b\x78\xdb\x48\ \x73\x65\x43\x57\x0f\xcf\xe5\xbd\xb5\x9b\x69\x47\xb0\x4d\x6c\x8e\ \x6b\x5d\x77\x67\xaa\x5f\xb0\x47\x72\x68\xb2\x32\x6b\xa4\x31\xb6\ \x37\xa5\xc8\x3f\xda\xb7\x3a\xcb\x22\x38\x47\xdf\x92\xe2\x71\x3a\ \xd1\x67\xd6\xd7\xd0\xdd\x33\x32\x1a\x99\xd1\xe8\xe3\xce\x89\xad\ \xcc\xd5\x4c\xf7\x0d\xb5\x15\x55\x94\x46\x35\xc6\xb7\xef\x9c\xe5\ \x27\x72\x7a\x53\x76\x86\x1e\xce\x66\x8e\xdb\x7b\x1a\x6b\xc6\xea\ \xa6\xb5\x63\x15\x71\xfd\x2a\x43\xa6\xfa\x51\x6f\x78\xd1\x29\xf7\ \x1f\x37\xea\xaa\x93\xda\xae\x8e\x2f\xbb\x12\x2f\xee\xd6\x74\x0b\ \x3b\x45\xc5\x55\xf5\xd3\xc5\xbc\xd8\x83\xba\xfc\x83\x96\x52\xd1\ \xb6\x61\xb0\x2e\xf7\x74\x6e\xbf\x50\x3d\x54\x32\x5d\x3b\x58\x5f\ \xb8\x20\x6a\xad\x6a\x4b\x6d\xef\x2d\x9b\xa8\x55\xa9\x7a\xba\xab\ \x0f\xd7\xea\x66\x7b\x8c\x94\x58\x39\x30\xdd\x7e\x91\x5f\x9b\x50\ \x9a\x76\x5e\x57\x5b\xcf\x1b\x2b\xe9\x10\x3d\x94\xf4\x57\xf5\x1c\ \xa7\xc7\x36\x0f\xd6\x1e\x3f\x76\x89\x9a\x5a\x16\xda\xfb\x03\x23\ \x5c\x06\x16\xd6\x0a\xa6\x17\x4a\xaa\xf3\xab\x92\xa3\x38\x1e\x81\ \x41\xdb\xdb\x30\x43\xcc\xcd\xd8\xfe\xc6\xb6\xae\x60\x2c\xab\x3b\ \x6f\x24\xaf\x4c\x4f\x40\x6a\x2f\xee\xcf\xfa\x12\x0f\x6b\x78\xfa\ \x95\x27\x32\x0d\x4f\x02\x84\x80\xb4\xda\x9c\xc3\xec\x29\xaf\x61\ \xa5\x36\xe0\xe6\xe6\x44\xa7\xa5\x21\xc4\x7c\xd8\x9d\xee\x8a\xad\ \xdd\xb8\x99\xba\x26\xa0\x31\x53\x5a\x43\x40\xdc\xb9\x2e\xed\x66\ \xf5\x42\x8f\xbc\x3c\x1b\xca\xcb\xe3\xcd\xf5\xcf\x8e\x36\x5f\x5c\ \x89\xd9\x57\xf5\xd7\xc3\xc0\x07\xdd\xe6\x89\x04\x60\xc0\x9d\xd7\ \x24\xad\xb7\x1d\xd0\xa8\x18\xfd\xdd\xa6\xc1\x4b\xfd\x92\x16\x87\ \x79\x3d\x25\xa3\xf1\x08\x10\x2d\x4d\x5f\x6f\xfb\xd1\xda\xed\x93\ \x9b\x53\x90\x8b\x5f\xd1\xfe\x09\x0e\x87\x96\x0e\x50\x64\x40\x0a\ \x59\x0c\x7c\x1d\x87\x52\x8f\xee\xa7\xc0\x30\x96\x52\x05\xbf\xa4\ \x42\xe3\xb2\x2f\x0b\x78\x0d\x1e\xed\x92\xdb\xd9\x36\xe5\x39\x1e\ \xc8\x88\x7b\x59\x52\xb2\xe0\x04\x16\x8d\xfc\xd8\x96\xef\x44\xe5\ \xde\xd7\x5a\x9b\x18\x01\xeb\x2d\x95\xfb\xd3\xc7\xcf\x7f\x7d\xfc\ \xf8\x56\x66\xf9\xf9\xaf\x4f\x46\xf9\x72\xfb\xf0\xce\xca\xdc\xde\ \xed\xed\xb4\x1b\x1b\x1b\x13\x5b\x47\x27\x6f\x6f\x73\x1b\x2b\x4b\ \x13\x6b\x73\x0b\x5b\x67\x77\x5f\x4f\x07\x17\x8f\xf4\x92\xbb\xd2\ \xee\x7d\x65\x78\x46\xdf\xe0\x60\xd6\x4c\xde\xc4\xfe\xf6\x8a\x76\ \x4e\xa2\x21\xc9\x7e\x33\xc8\x3f\x98\x0f\x69\x35\x73\xa3\x13\xfb\ \x77\x38\x2e\xf2\x08\x44\x15\xb0\x00\xec\x4d\xb2\x58\x0a\x96\x09\ \xa4\x5f\xbf\x2c\x7e\x9d\x67\x63\xe0\xf3\xf2\x6f\x3f\xb9\x7b\xea\ \x38\x34\x55\x7d\x72\xbb\xef\xb5\xfc\xfb\x5f\x01\x90\x0e\xc5\x03\ \x40\xd8\x93\x23\x1c\x91\x4f\x95\xa2\x36\x19\x64\xb8\x02\xf0\xc6\ \x26\x62\x01\x8c\x84\x83\xc3\x08\x21\x70\x36\x1b\x75\x73\x3d\x12\ \xda\x66\x98\xd6\x3d\xe9\x86\x8d\xaf\x7c\xb1\x9b\x5a\x3f\x0b\x3b\ \xb1\xa3\xdb\xc5\x81\x01\x54\xfc\x3c\x17\xba\x1a\x10\x06\xbe\x89\ \x83\x81\x89\x20\xcd\x56\xb5\xb6\x46\x7d\x43\xb3\x7b\x98\xd2\xcc\ \x3d\x5f\xcf\x9c\xa0\x08\x57\x2c\x20\x96\x4e\x5f\x05\xcf\x0b\xe3\ \xf6\x80\xa4\x4d\x4c\x12\x82\x81\xb1\x3b\x6a\x82\xa0\x18\x4c\xfd\ \x09\x83\x4d\x4e\x43\x61\x18\xa0\xa7\x1d\xfd\xdc\xc3\xc1\xe6\x12\ \xcc\x8e\xbb\x4e\x45\xc0\x68\x5a\x02\x5b\x8a\x52\x52\xc3\xc8\x21\ \x21\x9a\x4d\x38\x01\x80\x63\x83\x36\xaf\xd7\x91\x54\xc0\x26\x08\ \x85\x50\x1f\x01\xe7\x05\x72\xc5\xe2\xbf\x3f\xbf\xff\xfa\xa1\x98\ \xff\xfa\xd5\xc8\x72\xbf\x7e\xfe\xf3\xf3\xdf\xdf\x44\x86\x64\x15\ \xc0\x96\xca\xa0\xf4\x49\x2e\x1d\x88\x04\x83\xd9\x0c\x20\xc2\x0e\ \x01\x84\x50\x88\x10\x18\x84\x3a\x4e\x00\xa1\xe2\x34\x10\x8a\x42\ \xc8\xc0\xa2\x09\x50\xbe\x10\x75\x5f\x83\x01\x49\x99\xf0\xb4\x4d\ \x03\x70\x7d\x98\x08\x9c\x04\x19\x80\x24\x22\x10\xfe\xa0\x27\x1a\ \x25\x67\x92\xab\x90\x4f\xca\x27\x85\x4c\x30\x5a\x2e\x93\x2e\xcb\ \xe5\xdf\xbf\x4c\xce\x83\x61\x7c\x08\x02\x09\xbf\xdc\x33\xa4\x61\ \x00\xcb\x42\xe6\x22\x7f\xf2\x0b\x97\xfd\xf5\xfb\x77\x86\xd1\x9b\ \x7e\x81\x43\x64\x0c\x0a\x53\x3a\x2f\x5d\xfe\xf9\x43\x2a\xe3\x0a\ \x05\xdf\x97\x09\x60\x30\x9c\x69\x97\x29\x35\x22\x15\x97\x04\x10\ \xc2\x19\x5f\x20\x4c\x3e\x09\x45\x31\xea\xd5\x97\x9f\x5e\xc0\x45\ \xc5\xf2\xa4\x70\xf9\x1b\x57\x21\x9d\x64\xe3\xc3\xec\x00\xd8\x3f\ \x3e\xd9\x1a\xc7\xa7\x56\x4f\xa7\xa0\x81\x73\x51\x73\x41\x73\x7a\ \xa2\x7f\x4c\xbc\x67\x50\xba\xbf\xb9\x83\xb7\x8b\xbb\xb3\xa5\x99\ \x8d\x65\x44\x94\xad\x95\xb7\x7f\x71\x87\x4b\x70\xa0\xb7\xa7\x11\ \x99\x4c\xde\x92\x92\xed\xcd\x4d\xad\xcd\xcc\x4d\x1d\x2c\xbc\x23\ \x3d\x5c\x9a\xb7\x92\xeb\x06\xe6\x5a\x52\xcf\xfa\x8b\x3b\xdb\x4b\ \x3c\x4c\x2c\x6d\xad\x2c\xbd\x5d\x82\xbd\x63\xa2\x6c\xdb\xe6\x6c\ \xed\x7d\xea\x42\x9d\xfd\x0b\x73\xfc\xb2\xb3\xfd\xbc\x63\x74\x14\ \x70\x50\xfa\x6e\x43\x7f\x6e\x83\x68\xb6\xa5\xae\xa8\xb6\x6f\xad\ \xa0\x36\xa1\x20\x96\x13\xb9\x32\x33\x54\xcd\xab\xc8\x2b\xf6\xe9\ \x5c\xb9\x8b\x0e\x12\x05\x5a\xf9\xf9\x7b\x87\xc7\xfb\x04\xf2\x06\ \x2b\x2b\x73\x52\xb2\x1b\xeb\xa3\x3a\x0f\x2b\x7b\xba\xed\x9d\x33\ \x5a\x13\x46\x2b\xde\xb9\x37\x45\xf8\x67\xb8\x98\xd8\x58\x87\xde\ \xd6\x7b\x16\x3b\x37\x96\x25\x27\x64\x3d\x0f\x3a\xf6\x56\x73\x8a\ \x13\x42\x23\x23\xcf\xab\xe6\xda\x1a\x55\x0b\x0d\x95\x25\xf8\x89\ \xca\xc4\x2e\x4e\x71\x4c\x68\x70\x7e\x45\xe2\x47\xcf\xb6\x85\x8a\ \xe3\x0a\x53\x6b\x3f\x0f\xd7\xca\xd0\x58\xf7\x50\xf3\xed\xf1\x96\ \xae\xc2\xf2\xc4\x9e\xc7\xb5\xc6\xfe\xca\xc2\x43\x91\x73\x4f\x69\ \xc3\xa3\x61\x62\xa4\xa1\x3b\xbf\x20\x87\xd0\x98\x1e\x9c\x5e\xdf\ \x1c\x58\x3e\xb1\x09\x1f\x48\xd7\x4e\xd4\xf7\xa6\x26\x44\xef\xbd\ \xea\xef\x70\x4b\xe9\xb1\x2d\x99\xbc\xac\xd9\xe6\xfc\xd3\xfe\x53\ \xed\xe0\xe0\x42\x7b\xc7\x56\x6b\x6a\x6b\x72\x65\x62\x9d\xc3\x98\ \x4a\xd9\xb6\xbb\x9b\x7d\xb0\xc5\x2b\xec\x2e\x6f\x68\x39\xab\xe0\ \x15\x35\x56\x55\xa4\x57\x8e\xde\xee\x35\xcd\x5e\xd7\x45\x3e\xd7\ \xfb\xd9\x78\xba\xba\xe4\xf5\x66\x78\x47\x55\xe8\xf7\x67\x66\x2a\ \xda\x87\x75\x15\xcd\xd3\xa5\x39\x3b\x75\xf9\xb7\x0e\xed\xb1\xa2\ \xab\xdc\xba\xa0\x92\x6a\x65\xff\xd0\xee\xad\x12\x73\x70\xa1\xac\ \xef\x4c\xd4\x8e\xa4\x34\x19\x36\x06\x7b\x77\xaa\xa2\x58\x71\x43\ \xa5\xd5\x6d\xc9\xa7\x0f\x4a\xf5\x60\xc5\x05\x01\x55\x13\x70\x3e\ \x33\xb2\x36\x75\xa6\xd3\xae\xb4\xb5\xf6\x74\xaf\x67\x6e\xde\xdd\ \x1c\xdd\xee\xf4\x6e\xac\xaa\xb5\x65\xf7\xd5\x15\xf1\x21\xc0\xd7\ \xd1\x0b\x09\x2d\x69\x1d\x17\xa2\xcd\xa5\x86\x69\xd4\x7b\x06\xa5\ \x81\x8a\x12\x08\xf5\x35\xe3\x7b\x3b\xbc\x85\x96\xee\x0a\xc3\xe6\ \xc3\x9c\x44\xad\x69\xcc\x68\xee\xec\xec\x3e\xcf\x04\xe3\xb4\xfa\ \xe9\xe1\xbd\x9b\x93\xcb\xd7\xd6\x7e\x2f\x43\x0d\x35\x4e\x2d\x01\ \xea\x67\xeb\xb2\x86\x57\xb1\x08\x60\xda\x09\x20\x0d\x83\x20\xc2\ \x11\x38\x1a\x80\xb5\x5d\x68\xe2\x66\xf3\xde\xfe\x5d\xf4\x40\x50\ \x78\xc5\xa1\x04\x09\x64\x25\x5d\xef\xaf\xac\x6a\xe2\x80\x08\x3c\ \x2a\x89\xb6\xa9\x7d\x09\x5b\x45\xc1\x91\x6a\xde\xfc\x6f\xc8\xc6\ \xe6\x99\x72\x6a\x61\xe3\xf4\xf9\xf8\x54\x72\x9a\x49\x4f\x62\x19\ \x8e\xe2\x02\x40\x5e\x94\xa7\xdc\x29\x7e\x6f\x3d\x41\x50\xfd\xd1\ \xe4\xdd\x5b\x50\xf6\xc7\x3f\x6d\xec\xdf\xdb\x7f\x78\xef\xf6\xc1\ \x38\x34\x7e\x7e\x6f\x6f\x44\x2a\xdb\x77\x66\xe6\x96\x36\x6e\x66\ \x36\xc6\x3b\x67\x67\x17\x5f\x3f\x17\x8b\x77\xe6\x36\xe6\x26\x2e\ \x4e\x16\x16\xce\x9e\x8e\xe1\x96\x56\x4e\xae\x9c\xce\x04\xa3\x13\ \x8d\xcd\x48\x28\x19\x28\xe0\xb5\x14\x34\x0e\xe9\x71\x44\x00\x50\ \xf1\x6b\x32\x89\x0d\x5e\xbf\xa0\x24\x41\xf0\x4f\x71\x70\x03\x8a\ \x41\xd3\x1f\xd1\x5e\xe2\x9e\xbb\xef\x49\xab\x76\x24\xb6\xdc\xb8\ \x7d\x30\xe7\x1f\xb0\xc2\x49\xf9\xf7\x5f\x60\xac\x42\x9c\xe9\x05\ \x82\x53\x08\x06\x1a\xe3\x1b\x10\x17\x12\x47\xba\xc1\x0a\xc9\x5e\ \x94\x9a\x29\xa2\x8a\x8a\x02\x67\x26\x05\xd8\x0d\xa3\xc9\x44\x48\ \x8d\xd7\xf4\x83\x16\x4e\x41\xe1\x19\x70\x85\x34\x84\xf5\xcc\x52\ \x0d\x83\xd7\x8e\xef\xf7\x6e\x36\x2e\x96\x5e\x34\x7b\xe4\xa3\x7b\ \x2c\x48\xb8\x81\x01\x60\x18\x00\x2a\x43\x06\x80\x4a\x9e\x57\x95\ \x9b\x12\x3b\xda\x33\x5e\xa2\x27\x60\x0d\x06\xd6\x30\xa0\x66\xdc\ \xa0\xe2\xef\xf1\xf4\x3a\x12\x74\x78\x42\x8d\x88\x53\x6f\x3e\x91\ \xc1\x78\xfd\x61\x5a\xd8\x26\x96\xbc\x4a\x16\x33\x1e\x2f\xa8\x07\ \x12\x2f\x22\x28\x04\xb7\xb4\x4a\x43\x08\xc4\x08\x06\x44\x2a\xe0\ \x73\xc7\x11\x10\x0a\x4c\x4a\x40\x40\xb0\x54\x3c\xda\x0b\x1b\x37\ \xae\x56\xa9\x93\xc2\x5e\xe8\x5c\x5c\x18\x28\x20\x09\xc2\x5e\x5c\ \xfc\x2a\x67\x30\xc4\x5e\xd5\x21\xf3\x42\xa6\xfc\xeb\xfc\xaf\x5f\ \xff\xfe\xfe\xfd\x5f\xe1\xe2\xbf\xdf\x97\xb9\xa0\xb8\x30\x2e\x57\ \x4a\x67\x8b\x05\x93\x02\x24\x02\x08\x47\xc1\x33\xf1\x4c\x3b\x22\ \x76\xca\x80\xef\xd2\x1a\xdd\xdc\xcd\x6a\x1a\x06\x49\x9c\x24\x1a\ \xc1\x57\x2a\xa3\x23\x90\xd4\xfb\x34\xf0\xd4\xcd\x9e\x97\x02\xa6\ \x61\x0b\xe0\x20\x36\x83\x39\xb9\x28\xf7\x82\x01\x19\x14\xb4\x50\ \x0a\x64\x30\x04\x72\xae\xd1\xb5\xb1\x21\x93\x6f\xa6\xf0\xfb\x3f\ \xbf\x8d\xc2\xb8\xfc\x36\xc3\x06\x8d\x83\x12\xc5\x5c\xa3\x13\x24\ \x10\xbf\xe3\x95\x74\x31\x1f\x08\x07\x93\x8c\x8e\x11\x0c\x90\xf1\ \x89\x6f\x4d\x3b\x3f\xbe\x62\xba\xab\x29\x32\xec\x24\x13\x6f\xd4\ \x30\x04\x72\x7e\x52\xf8\xed\xbb\x78\x18\x43\x9f\x17\x2b\xa4\xb2\ \x49\x99\xf4\x07\x90\x4a\xbf\xd1\x63\xd0\x94\x9f\xe0\x81\x71\x05\ \x7b\x2f\x40\xfe\x8d\x8d\xc4\x51\xfe\x48\x74\x71\xf4\xf5\x8d\x76\ \x76\xea\x6d\xcc\x29\xa8\xec\xc9\xcf\x2d\xad\x0a\xb2\xac\xef\x8c\ \x6f\xf1\xf6\xcf\x08\xf4\x76\xb5\x72\xe9\x5c\x19\x1b\x1d\xf0\x09\ \x4e\x2e\x89\xf7\x4d\x8f\x88\x4e\xf0\xf7\x34\x35\xb5\x70\xf5\x31\ \x77\x76\x71\xf1\x8c\x88\xf4\x0f\x72\xef\x08\x74\xf4\xb0\xf4\x71\ \x4d\x48\x88\x76\xf5\xae\x1b\xec\x28\x2f\x9c\x58\x6b\x6f\xed\x74\ \xb0\x74\x4f\xac\x88\x0e\xf4\x78\x57\x1a\x57\xe2\x92\x3a\xd4\x1d\ \xef\x1f\x95\xe8\xd3\x1c\xe9\x9d\xb0\xad\x9f\x3d\x6f\xaa\x2b\xca\ \xce\xae\xad\xaf\x15\x65\xa7\xf4\x1e\x56\xc7\xa7\xb4\x87\x3a\x86\ \x17\xc4\xa6\x04\x36\xd7\x36\x6e\xe7\xba\xbb\x76\x8b\x4a\x92\x8b\ \xfc\x4d\x2b\x0b\x3b\x07\x9a\x83\x7d\x23\x1a\xdb\x2b\xfb\x12\x1b\ \xcb\x32\x8a\x07\xca\x23\x62\x12\x3b\x6b\x07\xa2\x72\x3a\x67\x38\ \x5d\x39\xd5\x63\xe9\x13\xc9\x11\x3e\x36\xfe\x85\x59\xb5\xed\xb5\ \x31\x15\x15\x39\xbd\xcd\xa3\x55\xf1\xb5\x8e\x1f\xfe\xf2\xaf\x4c\ \xdd\xa8\xda\x2d\x6c\xc9\x78\x7e\xee\x8a\xd0\xf7\x35\x0d\x1d\x0c\ \x85\xd7\xb6\xd6\x35\xd6\x66\x25\x98\x99\xc6\xd7\xa7\x17\xc7\x46\ \xd8\x7e\xb0\xf1\xf6\x71\xb2\x75\x36\x6d\x2f\x1d\x15\x15\xfb\x47\ \x24\x77\xb4\xfa\x17\x1f\x8c\x16\xe5\xfb\x39\x6d\xef\xf4\xe7\x87\ \xe7\x75\x0f\x8c\xcc\x44\xf2\x72\x9b\x1f\x9a\xda\x0b\xfd\x5c\x2b\ \x6a\xd5\xae\x1d\xb3\xbc\xc1\xee\xd6\x8a\xf6\x82\x36\x75\xee\xdd\ \x69\x59\x51\x56\x4f\x55\x8e\xe8\x38\x25\xa2\x2d\xbd\x8c\x63\xeb\ \x18\x59\x9e\x7c\x7b\x59\x54\x38\xd1\x35\xbd\xad\x6b\xcd\x2b\xf0\ \x6e\x7d\x1c\xec\x9d\xa9\xae\xec\x18\x48\xad\x4c\x28\x69\xcc\x2b\ \x8c\xca\xd1\xbf\x36\x89\xf2\x62\x13\x8b\xc3\x03\x5b\xfc\x1d\xc3\ \x5d\xa3\x3a\x8a\xa3\x3d\xbc\x13\xfd\x13\x53\x92\x4b\x75\x17\x8f\ \x3d\x2b\x03\x25\x9d\xba\xd2\xc2\xab\x81\x82\xf6\xad\x76\x97\xa8\ \xfd\xc2\xd8\xfe\x8d\xfa\xea\xa1\xe7\xed\xda\x39\x5c\x52\xbd\x6a\ \x64\x25\x67\x44\x79\xd8\xbd\xbb\xb4\xbd\x82\xb0\x7b\x3d\x5b\x52\ \x8e\xa4\xa7\xa6\xf4\xec\x85\xdc\x4f\xb4\xc4\x1d\x18\x74\x45\x95\ \xa3\xc7\x11\xfd\x6d\xbc\x64\x4e\x4b\xe3\xd8\xcc\xb9\x76\xee\xb8\ \xfa\xf0\xf1\x61\x6b\x4e\xab\xda\x9a\xed\x15\x49\xce\xf5\x0b\xa3\ \x73\xca\xc7\x43\x91\xee\xea\x62\x46\x32\xb5\x90\x79\xa4\xd3\xd4\ \x6c\xec\x5d\x65\x95\xed\xef\xcd\xf6\x35\x35\x8b\xca\xb3\xf2\x57\ \xf6\x94\xf0\x4d\x8c\x64\xa5\xaa\xd1\xa0\xce\x84\xa1\x21\x27\x21\ \x47\x06\xec\xfa\x9c\x41\x4d\x59\x64\xea\x8e\x1b\xf7\xf4\x33\x61\ \xfb\x15\xda\xfa\x25\x1a\x68\xfc\x80\x78\x7b\xf8\x88\x33\xb0\x94\ \xea\xb4\x1a\xc3\x4a\x97\xdb\xdb\x59\xe8\x7e\x4d\xcd\x1e\xa1\x0d\ \xca\x71\xd6\x09\x99\x84\x2c\xec\xbe\x51\xd7\x50\xe6\x10\x6c\x2c\ \xd9\x80\x08\x03\x52\x6b\x60\x4c\xa4\x17\x34\x49\xbd\xfa\xac\xc4\ \xb3\xa1\xf8\x30\x18\x1b\x8e\x84\xf7\x5f\x4e\xed\x11\x24\x70\x89\ \xfe\xec\x76\x56\xa9\xd7\xad\xcd\xed\x70\x2c\x4c\xdc\xec\x6d\x3e\ \xbf\x85\x34\xbc\x7b\x9b\x5c\xff\xe1\xc3\x7b\xfb\xf7\x9f\xde\x62\ \x1a\xec\xcd\xde\x99\x58\x9a\x59\x1b\x55\xcb\xd1\x34\x36\x26\xd6\ \x2f\xc1\xd5\xc3\xc5\xca\xd2\x3e\xba\x45\x54\xee\x66\xea\x5f\x14\ \x18\x6f\xe5\xed\x6c\x19\xe4\x69\xd2\xd8\x67\x1b\x9a\xe0\x19\x5f\ \x9b\xdc\xda\x94\xab\xdb\xab\x09\x0b\x39\xa2\xb1\xff\x65\x0f\xc3\ \xe5\x4b\xc4\xa4\x00\x44\xcd\xba\x52\xa5\x06\xc0\xbf\x48\x49\x90\ \x24\xd0\x09\xf6\xd5\x4b\x59\xfd\x14\x76\x4c\xc5\x48\xd6\xda\x6b\ \x6f\xde\x3a\xd6\x97\x7f\xa6\x89\x90\x47\xbb\x8f\xe0\x80\xed\x89\ \xdd\x89\x72\xed\xd8\x95\x12\x06\x37\xa0\xc5\xc4\x80\x34\x16\x4b\ \x15\x40\x3d\xbe\x4f\x5f\xa0\xb1\x6b\x52\x4b\xc1\x18\x68\x1a\x0b\ \x0e\x87\xa3\x81\x8a\x2f\x8b\xdf\x7e\xfe\xfa\xfd\xeb\x9f\xc9\x6f\ \xc4\x87\xcb\xc7\x55\x4c\xc5\x38\x8c\x22\x94\x32\x59\x30\xf2\xa8\ \x0e\x2d\x47\x3e\xe9\x70\x12\x5d\x0d\x80\x41\xde\x4b\x53\xe3\xe1\ \xd0\x92\xa1\xb9\x07\xe9\xfd\x74\xde\x69\x1e\x1e\xbf\xb6\xbd\xf4\ \xb8\xc8\xb4\x03\xb3\xb0\xd4\xfb\x67\xe5\x0b\x8e\xc4\x44\x96\x91\ \xd5\xf7\x88\xf1\x07\x06\xf4\x62\xee\x01\x8f\x14\xd3\x94\x5e\xff\ \x60\xa6\x1e\x30\x52\x70\xd2\xd3\xbe\x9a\x62\xf4\x66\xdc\x90\xfd\ \x1b\x32\x24\x09\x2a\x78\xc1\x49\x24\xa8\x23\x12\x4b\x29\xc0\x9d\ \xbf\xa6\x01\xbc\x24\x47\x8f\xc8\x87\x4d\x20\xdb\x38\x8a\xd8\xc1\ \xd1\x04\x72\xc8\x46\x26\x15\xca\x34\xbe\xe5\xeb\xb7\x1f\xbf\xfe\ \xfb\xef\xff\x4a\x61\xfc\xf9\xf9\x6f\x6c\x20\xf2\x74\x02\x42\x11\ \x2f\x8a\x65\x0c\x31\x54\x3c\x4f\x99\x14\x1c\x4d\xe1\x10\x24\x14\ \x15\x2d\xc1\x64\x1e\xb1\xf4\x37\x1a\x1c\x82\x00\x11\x28\x88\x78\ \xb0\x10\x00\x24\x41\x03\xee\x19\x8a\x1a\x5a\xd2\xc6\x33\x98\x99\ \x74\x3d\x8e\x02\x30\x81\x74\xb9\xcc\x8e\x2e\x98\x9f\x97\x31\x04\ \x02\x32\xfd\xab\x62\xfe\xbb\x4c\x46\x9a\x62\xca\xbe\x7d\xff\x3e\ \x2f\x37\xfe\x16\xdf\xbe\x7d\x91\x2f\x73\x85\x0a\xba\x7c\x72\xf1\ \xbb\x02\x44\x05\x23\x80\x42\xb1\x5c\xc8\x26\x6e\x64\x81\x25\x00\ \x00\x20\x00\x49\x44\x41\x54\x61\x10\x02\x08\x08\x2d\x83\xc7\x21\ \x05\x93\x42\x21\x36\x93\x2b\x41\x8b\x93\x20\x44\x43\xc3\x50\x00\ \x50\xbe\x2c\x27\xf1\xbf\x2d\x4a\xe9\x48\x3a\xf1\xbb\x82\x29\x55\ \x4c\xfe\x24\xc2\xe5\xc6\x8f\x69\x27\x45\xc2\x30\x76\x44\x12\x14\ \xae\x34\x88\x91\x54\xc2\x1f\x7d\xc1\xce\x1e\xbd\x22\x97\xd8\x9e\ \xc1\x8e\xde\x92\xf8\xe4\xaa\xa1\x83\xb9\xfe\x96\x84\xba\x6e\x3f\ \xe7\xc4\x4a\x3f\x47\xce\xc1\x21\xc7\xd3\xb3\x8f\x93\x58\x97\x52\ \x52\xd9\x99\xd0\x97\x11\x11\x1c\x51\xc7\xdb\xb8\x68\x0f\x8c\x49\ \xf1\x70\x89\x6c\x4e\x6e\xd1\x25\x76\x95\x46\x7a\x07\x06\x06\x99\ \xbe\x73\x08\x4e\x8d\x5a\xe9\xf4\x0f\x0f\x72\x72\x34\xb1\x30\xb5\ \x70\x4c\x69\xef\x88\x4f\x49\x4f\x0e\xef\xe9\x4f\xac\xd1\xa6\x76\ \x64\xcd\x64\xb9\xd4\x87\x35\x68\xe3\x2f\x47\x9d\x22\x79\x9c\xc6\ \x26\x07\xbf\x8c\xa6\xce\x48\x8e\xef\x40\x94\x93\x85\x99\x7b\x4a\ \xb3\x4b\xc7\xf4\x48\x61\x68\x50\xac\xb7\xad\x9f\x9f\xbb\xb3\x47\ \x90\xbb\x67\x7c\x78\x64\x6d\x67\xcb\xe8\x5c\x8f\x65\xd0\x40\x83\ \x7a\x6b\x21\xc1\xbf\x32\xb6\xc5\xd5\xbd\x6a\x20\xd1\x75\x47\x6b\ \xdb\x8e\xc8\xcd\x29\x72\x76\xe2\x94\x39\x9b\xd6\x76\xa4\x97\x91\ \xdb\xc3\x9d\x13\x52\x3a\xbb\x4b\x32\xca\x52\xeb\xce\xb4\xdb\x27\ \x23\x11\x9d\x3b\xad\x6d\x65\xe9\xb1\x83\x5d\xdd\xad\x55\x9e\x91\ \x8f\x4d\x85\x2d\x9c\xe0\x94\xba\xb2\xca\xe0\xb3\xa7\xec\xa2\xf2\ \x90\x4a\x6f\x97\xd0\xa8\xe0\xc0\xa8\xbe\xce\x50\x5f\xdf\x70\x6f\ \xcf\xec\xdc\x12\x47\x7f\xf3\x84\xea\xa6\x5a\xdd\xf3\xd4\x6c\xeb\ \xec\x48\x6f\x45\xcf\xd0\x43\xe2\x74\x60\xa9\x26\xe8\x99\xe7\x19\ \xd3\x38\x58\x96\xb3\x34\x5d\xd9\x14\x9b\xde\xb1\x92\x3d\x71\xbb\ \xd2\xaf\x1c\x09\x19\x9e\x18\x70\xee\x1d\x2b\xe7\x94\x88\xda\xd6\ \x16\xda\xb2\x53\x0a\xd5\x33\x97\x89\xd7\xc5\x89\x6b\xad\x05\x1d\ \xfb\x45\x9c\xaa\xb2\xfe\xe9\x99\xbc\xd1\xba\xca\xae\x58\xd7\xf4\ \xd8\x81\xd8\x21\x55\x77\x44\x60\x6b\x57\x7f\x72\x41\x4a\x65\x46\ \x6b\x46\x71\x6c\xa0\xad\xad\x4f\x57\x85\x7f\x63\x51\x5e\x65\x67\ \x4e\x75\x75\xee\xc8\xe3\x7d\x7e\x59\xae\xe8\x59\x37\xd3\xa0\x69\ \xcb\x2a\xec\xd7\xba\xe6\x5f\xeb\x1b\xbb\x71\x9a\x52\x35\xf1\x38\ \xa1\xbe\xd8\x34\xa8\x31\xe0\x7b\xe6\xc1\x01\x5c\x9b\x5c\x92\x71\ \x73\x15\xe8\x92\xf5\xb4\xb6\x75\xa5\x52\x1f\x6c\x3d\x28\x75\xa5\ \x65\x6b\xfb\x1b\x65\xbb\x63\x05\xb3\x69\xbb\xcf\xca\xdc\xfc\xbc\ \xa7\x9e\xa1\xad\x99\x93\x8a\xea\x8b\xed\xa4\xd2\xdc\xa6\xea\xf5\ \xb3\x42\xd5\x48\xf7\xf6\xee\xd5\x6e\x81\xee\x45\xb9\x7e\x98\x79\ \x55\xd3\x7f\x77\x9b\x33\xb6\x5f\x58\x5f\x55\xab\x5f\xdb\x4d\xcf\ \xcb\xd9\x80\x64\x16\x5c\x8c\xc7\x6d\x6e\x3d\xc1\xe1\x20\x00\x59\ \xc3\x12\x80\x1e\x1e\xe4\x53\xdb\x9b\x0b\xca\xd2\x6a\xec\xa3\x5a\ \xb7\xa9\x91\xec\x11\xb1\x71\xc0\xeb\x00\xb2\xdd\xd3\x61\xd2\xbe\ \x01\x7f\x11\x69\x66\x6d\x6d\x66\x5b\x99\xdd\x1a\xdc\x79\x91\x16\ \x77\xa8\x09\x08\x59\xdf\xdf\xdd\xd0\x4e\x0d\x49\x30\x4b\x49\x08\ \x94\x9a\x3a\x5c\x5d\x34\x35\x15\x47\xc6\xb2\xf6\x74\xf8\xb0\x9a\ \x9b\xc7\xb8\x4c\x10\x50\x80\xc2\xe1\xd1\x14\xa2\x24\x64\x13\x07\ \xa0\xbe\x1e\x16\x6d\xf4\xb5\x83\xd3\xdf\xbd\x73\x7b\xff\x36\x33\ \xc7\xe6\x83\xbd\xf1\x6a\xe2\xf6\xde\x78\x31\xff\xbf\x8c\x6e\x7b\ \x23\xd0\x9b\x5b\x58\x99\x59\x5a\x39\x6e\x1b\xd2\xbb\x53\x5c\xc3\ \x83\x5c\xcd\xdf\x39\x3a\x9b\x0e\x5a\x98\xd8\x06\x39\x45\x58\x7a\ \x3a\x79\x47\xf9\x26\xd6\x0e\x75\x74\xb7\xb6\x0e\x1d\xcc\x1e\xbc\ \xea\x0d\x47\xc7\x0d\x65\x53\x24\xc5\x0f\xda\xf0\x7d\xdc\x9e\x0a\ \x20\x10\xc2\x01\x78\x4d\x9c\x4a\x73\x32\xce\xc2\x4e\x21\xbd\x76\ \x48\xbb\x97\x1a\x3b\x89\x70\x2f\x80\x5c\x13\x15\x5c\x7e\x42\x9c\ \x14\xf0\x27\xd9\x7b\x3c\x15\xe8\x75\x8e\xd7\x10\xb7\x80\x61\x21\ \x46\x79\x49\xd0\x30\x1a\x2c\xf3\x31\x04\x8b\x33\x00\xa8\xe0\xb6\ \x19\xd5\x3d\x02\x0a\xd4\x84\x01\xb9\x4c\x84\xbc\xa6\x3c\xa5\xaa\ \xac\xe8\x56\xb5\x8a\x86\x30\xb8\x0c\xf1\xfc\xb7\x7f\xbf\x81\xf1\ \x78\x7e\xd8\xdd\xcb\xf5\xd4\xd4\x78\x7b\xfb\x1c\x91\x00\xf9\x07\ \x02\xda\xab\xb9\xbe\xba\x0e\xa3\x0e\x4b\xc6\x55\xf8\xbd\xa3\x97\ \xcd\x93\xd5\x10\x0d\x30\x6e\x9c\x08\x45\xdb\x51\x4f\x70\x68\x2e\ \x6d\xe9\xe6\x1a\x8d\xb2\x4b\x1b\x7e\xb8\x09\x5b\xa5\xb2\xd8\x64\ \x06\x06\x07\xc7\xa1\x89\xf8\x90\x9a\x4d\x94\x41\x59\x9d\xc6\x50\ \xe3\x60\x00\x34\x99\xc6\x64\x4b\x7f\xc0\xf1\xf0\xe1\x38\x38\x00\ \x79\x83\x84\x03\x6a\xc8\x2f\x2a\x5a\x53\x26\x4f\xb4\xbb\x75\xd0\ \xd8\x3a\x0e\x87\xdd\xd6\x4f\x9f\xd7\xa0\x0c\xba\x05\x95\x72\x95\ \x45\xf6\xc2\x81\x18\x42\xf9\xf2\xf7\x9f\xcc\xef\xff\xfb\x8b\x0b\ \x58\x07\x09\x03\x54\x54\x06\x3b\x2e\x8c\xa1\x10\x63\x81\x7c\x99\ \x02\x3c\x2c\x35\x1a\x36\x2e\x0c\x47\x10\x30\xb0\x6a\x24\x9f\xcb\ \x27\x10\x30\x54\x98\x1d\x01\xa5\x47\xc1\x98\x14\xd2\xa4\x90\xcd\ \x44\x84\xc4\xd9\x51\x40\xc4\x4c\xec\x24\xae\xff\xf5\xfa\x32\x13\ \x4f\x86\x51\x58\x7a\x32\x1c\x85\x19\x27\xa2\x08\x5c\xf1\x5b\xc4\ \xfb\xb2\x82\xaa\x64\x2f\x23\xbc\xbe\x88\x15\xb2\xb7\xc4\x51\x39\ \x7d\x59\xf1\x65\x99\x2e\xfc\xa1\x90\xc9\xe4\x93\x60\x06\x91\xcd\ \x58\xe6\x53\xe8\x60\xa2\x40\x21\x95\x02\x41\x50\x81\x1c\x2b\x95\ \xc1\xf0\xa0\x30\x26\x0c\x0b\x22\xc3\x87\x77\xef\x92\xa0\xe4\xaf\ \xf3\x50\x09\x09\xad\x85\x13\xed\xf8\xf3\x6c\x2d\x64\x92\x0f\x04\ \xf0\x61\x02\x99\x54\xae\xf8\xfa\x65\x12\xa2\x98\x5f\x06\x04\x08\ \xe8\x24\xd9\x1f\x7e\xd1\xf1\x1e\xcd\xe9\x1e\x91\x89\xad\x1c\x4e\ \x5d\x6f\x77\x54\xcc\x40\x55\x67\x71\x0c\x27\x3a\xca\xd9\xc3\x29\ \x7e\x77\xe9\xb0\xc9\x3d\x3a\x35\xa1\x64\xa5\xa7\xa0\x6d\xa4\xa7\ \x36\xd8\xd9\x25\xb1\x6a\x66\x6d\x22\xfb\xb5\xd9\xea\xf4\xbc\xc9\ \xc3\x36\x45\xdb\xed\xb3\x73\xd0\xde\x5e\x54\x12\x94\x5e\x19\xeb\ \x3b\xd0\x18\x1a\x64\x6b\xff\xd1\xed\xf3\x27\x73\x87\x64\x9f\xd8\ \xf0\xe8\xc1\xfa\x3a\xd7\x18\x17\xab\xf0\xa2\xee\x1e\x4e\x62\x61\ \x58\x6c\x70\x57\xdb\x74\x70\x74\xc2\xc7\x0f\x05\xfa\xe0\xf8\xf0\ \x82\xe8\xf2\x12\x6b\x93\x77\x4e\x4e\x3e\xde\xd6\x26\x11\x29\xc9\ \x19\x85\x91\xc9\x19\xb1\x9c\xe0\xf0\xd4\xfc\xc8\xc8\xf0\x66\x77\ \xdb\xe0\x20\xe7\xbe\x84\x50\xf7\x0c\x7f\x2b\x53\x27\xcf\xc8\xc0\ \x84\xcb\x88\xfe\xa2\x08\x4e\x5d\xd7\x40\x69\xba\x6b\x61\x6c\xbc\ \x3a\xfb\x78\xc8\xc9\x21\x90\xc3\x31\x89\x74\x76\x2a\x9d\x31\x88\ \x38\x8e\xc5\xe7\x75\x3d\x55\x29\xe9\x15\x63\xd3\xa9\x67\x68\xd5\ \xec\xed\x76\x2e\xef\xb8\xa2\x94\x97\x9a\xd0\x6d\xea\x5e\xdd\x53\ \xd7\x9a\xdd\x98\xd8\x9d\x70\x7b\x5e\x6d\x30\xcc\xe4\x14\xf6\x73\ \x12\xda\xe3\x7d\x5d\x2c\x2a\x47\x73\x32\xd2\x2b\xf3\x8b\xdd\xa7\ \xd1\xf1\x7e\xfe\x96\x11\xbd\x55\xa2\xf3\x0b\xfd\x80\x7a\x76\x7d\ \xa6\x5d\xab\xcf\x28\x49\xed\xe6\x35\xdf\x6d\xeb\x6f\x75\x55\x19\ \x3d\x58\x65\xd9\x81\xfe\x69\x45\xb7\x52\x51\xba\x7a\x57\x36\xde\ \x9d\xfb\x92\x1b\x11\x18\xe5\x91\x11\x18\xb5\x5d\xd1\xe5\xb9\xbf\ \x3d\x2b\x52\x1d\xf8\x07\xed\xde\xac\x14\xc6\x44\x16\x46\xf9\x17\ \x4f\xe8\xee\x0c\x23\xe7\xfb\xa5\xd5\xba\xfd\xb1\x3c\xc3\xc0\x60\ \x77\x63\x4a\xba\xd1\x0a\x3f\xcd\xf8\xf7\x6c\xde\x24\xb7\x8f\x27\ \xc5\xfa\x63\x95\x1d\x96\xa7\x07\xd3\x97\x45\x59\xa3\x63\x23\xb9\ \xed\xd7\x7a\x9e\x76\xb7\xba\x27\x23\x72\x56\x59\x30\x73\xd6\x1f\ \xa9\xd9\x39\xef\x2a\xb8\x9c\x59\xa8\x1a\x0e\x8f\x4c\xee\xaa\xef\ \x4d\x1f\x39\x6a\xe8\x39\x5d\x3d\xec\xaa\x75\xe7\xf4\xaf\xc4\xd1\ \xbc\x3a\x58\x48\xaf\xcc\x59\x3d\x60\xfd\x75\x61\x04\x31\xac\xa5\ \xea\xf5\xfd\xe7\x67\x23\xa5\x0d\x7d\xa5\xca\xb1\x21\x83\x61\xe5\ \x14\x45\xbf\x1d\x50\xa5\x8d\x94\x97\x4f\xe4\x17\xe8\xf6\xf5\x33\ \x07\xe7\x57\x85\x0f\xca\xe7\x9b\x1a\x3d\x4d\xad\x1f\x5e\x08\x99\ \x5b\x7a\xad\x06\x6a\xaf\x76\x4f\x67\xb3\x5e\x4a\x95\xfa\xf6\x67\ \xd5\xe3\xed\x63\x12\x78\xfc\xf2\xce\x2b\xbf\xb0\xbd\xa4\xf6\x42\ \x21\x5d\x7a\x3d\xc1\x1f\x8e\xa8\x5e\xe3\xf4\x69\x76\x71\x9b\x2f\ \x97\x76\x71\x14\xfc\xed\x76\xf5\xc6\x78\xd2\x11\x99\xbc\xd4\x6d\ \x62\x63\x6f\xe3\x54\x3e\x9b\xd5\x7e\x75\x44\x06\xa8\x4e\x24\x0b\ \x20\x12\x12\x5f\xca\x1a\x47\x10\xd2\x1e\x98\xd3\x4f\xe3\x76\x78\ \x6a\xd2\xea\x46\x08\x60\x2a\xfb\x79\x6e\xb0\xc9\x36\x7d\x82\x97\ \x89\xb5\x83\x70\x91\x68\x38\x1e\x3b\x1e\x97\x06\x09\x61\x2a\xd7\ \xc9\x53\x58\x8f\x77\x6f\xc9\x44\xef\xad\x6d\xde\x76\xb6\xbb\xd9\ \xbf\xff\x68\x6d\xf1\xde\xc6\xc2\xf2\xad\x98\xc9\xe4\x9d\xfd\x3b\ \x73\x4b\x0b\x73\x23\xd9\xc7\x0c\x74\x73\x44\x1d\xc5\x9e\x16\x9e\ \x56\x96\x96\xe6\xb1\x56\xae\x8e\xae\x11\x29\xdd\x55\xf9\x8d\x9d\ \x03\xad\xbd\x85\x55\xad\x43\xfd\xdb\xca\xdb\xa1\xb5\x5c\x51\x5f\ \xfe\xdc\xeb\x14\x16\xa0\xdc\xbf\x9c\x98\xbe\xab\x3e\x7c\x80\x84\ \x50\xb8\x08\xc8\x03\x79\x45\x89\x5d\x15\x53\x42\xe0\x50\x00\x11\ \x4e\x01\xa7\xc1\xe2\x92\xd0\xaf\x4f\xd7\x18\x82\x8c\xa1\x5e\x9b\ \x81\xc6\x8d\x33\x19\x4a\x1a\x40\x86\x01\xef\xeb\x08\xaf\xbc\x32\ \xaf\xf5\x4d\xd4\x79\xc8\xe5\x35\xf0\x71\x48\xb5\x8e\x81\xed\xa5\ \xc5\x05\x8c\x4f\x8d\xeb\xef\xe2\x0c\xee\x0e\x4e\x0e\xb1\x03\xa5\ \x2f\x5e\xd0\xfb\xb0\x10\x43\x08\xea\x08\x26\x58\x16\xc7\x21\xed\ \x36\x4e\x86\x75\x7b\x7a\xf5\xdd\xc2\xfd\x4e\x39\xd0\x6b\x23\x8e\ \x3d\xc9\x96\x02\x68\xab\x12\x80\xf2\xa9\xeb\x06\x7a\x93\x95\xda\ \xfd\x22\xa8\x39\x1d\x86\x0e\x87\x20\x28\xa0\xa5\xa4\xb1\x33\x00\ \xcb\x30\xa3\xda\xa7\x06\x2c\x61\x4f\xd6\x73\x67\xe0\x6a\x5d\xcd\ \x11\x16\x42\x1b\x3f\xc2\xac\xaf\x8d\x4b\x29\x78\xa4\x54\x21\x16\ \x2f\x0d\x29\xd1\xc8\x27\xcc\x7f\x97\x8d\x58\x07\x1f\x66\xa2\x48\ \xc3\x92\x1a\xe5\x5e\xe6\xa5\x7b\x8b\x5e\x7b\x9c\x56\x18\x9a\xfd\ \xbc\x7f\xdf\x3f\x74\x7a\xf3\x38\x07\xd4\xf7\xef\x26\x79\xc5\x4d\ \xd1\x88\x37\x53\x35\x90\x49\xd9\x2f\xb9\x60\x99\x7f\x94\xa6\x7d\ \x99\x9d\x43\x20\x80\x10\x3a\x1f\x9d\x46\xfa\x2a\x00\x01\xd9\x42\ \xf0\x2a\x0e\x26\x64\xb2\x97\xe9\xe0\x00\xdc\x35\x89\x89\x79\x5d\ \x25\xdc\x4f\x4c\xcd\xf4\x69\xf5\x4a\x08\x01\x35\x29\xe3\xd3\xb1\ \x58\x12\x09\x45\x5f\xbd\xdb\x7d\xbd\xc2\xb0\x19\xa0\x93\x5e\x3d\ \x80\x7c\x94\x89\x23\x50\x28\x08\x10\x88\x8f\xda\x44\x48\xb9\x93\ \x8a\x49\x99\xd1\xc7\x7d\x41\x4a\xbe\x2c\x0b\xe5\x8b\x0a\xc5\x17\ \x19\x97\xce\x15\xcf\xcb\x61\x7c\x34\x7b\x11\x02\x46\x03\xc0\x62\ \xee\xe4\xf2\xa2\x54\x41\x01\xeb\xc3\x50\x21\x24\x34\x90\xb2\x28\ \x56\x08\xd0\x28\x0a\x93\x16\x97\x74\x0f\x41\x03\x01\x40\x01\x5a\ \xb8\xc8\xe0\x0a\x09\x49\x04\x92\x18\x46\xb4\xbb\x01\x25\x5d\x13\ \xd2\x50\xb4\xd7\x0d\xd9\xe2\x17\xe9\x22\x89\x3c\xf9\x4d\xea\x05\ \x95\xc6\x25\x11\xff\x30\x75\x6e\x8c\x8e\x88\xea\x2a\x4f\x69\x2f\ \x8f\x89\x8f\x14\x25\xbb\x36\x17\x26\xba\x3a\xfb\x66\x74\x86\xfa\ \xe5\x3c\xe9\x2a\xbb\x1b\xfa\xfa\x8b\x8a\xfd\x82\x7c\x9a\x2b\x46\ \x47\xb5\x86\xed\x92\x94\x9e\x82\x9e\xda\xd2\x89\x22\x8f\x40\x6d\ \x5b\x7e\x06\xe7\xb2\xa1\xfd\xfc\x54\x3f\x5a\x92\xd0\x51\xdd\xd8\ \x5c\x58\x5c\x97\x18\xee\xfc\xee\xdd\x7b\x27\x67\x47\x4e\xa5\xa3\ \xb7\xaf\xaf\x4f\xe5\x5d\x89\xbb\xb3\x4f\x51\x75\xa2\xff\x67\x9b\ \xbc\x91\x01\xe7\xb9\x67\x51\xb4\x7f\x7f\x7f\xac\xcb\x55\xbe\x8b\ \x7b\x63\xb8\x33\x67\xc1\xdf\xc4\xca\xb5\xbe\x28\x22\x8a\x67\x51\ \xd5\xe8\xd7\x99\xe0\xed\xeb\x19\x14\xec\x19\x19\x99\xec\xdb\xd1\ \x19\xef\xef\x60\xee\xea\xe0\x5d\xe9\xef\xf6\xce\xdc\x3f\x36\xa1\ \x6c\x45\xe4\x17\xd5\xec\x32\x98\x97\x25\x8a\xba\x4d\x3e\x29\x69\ \x2d\xcf\xc8\xbb\x1e\xca\xf0\x48\xe9\x68\x8c\x49\xf4\xf0\x74\x6e\ \xce\x1d\x88\x5d\x98\x89\x2d\x6f\x2a\xf1\x69\x76\xf1\x98\xce\xbb\ \x5b\xbd\x79\xa1\xf6\xe7\xe4\x2c\x15\x6f\xc7\x74\xf6\x59\x39\xd6\ \x26\xc7\x7b\x3a\x58\x98\x7a\x87\x5f\xa8\xb7\xf3\xb5\x4f\xea\x9c\ \xc2\x66\x5e\x43\x50\x60\x62\x8c\xa7\x68\xbb\x37\xa3\xce\xf8\x5c\ \xcc\x68\x6a\xac\x6f\x8c\x53\x49\xc9\x67\xab\xca\x47\xcf\x8c\xec\ \xb3\xad\x40\x9f\xae\x9e\xdd\xcd\x96\xf4\x8a\x6e\x9f\xf6\x31\x49\ \x7e\xad\x69\x46\x40\xc0\xf0\xea\x44\x4e\xf1\x66\x7f\x93\x6a\x88\ \xa7\x2e\x3b\x38\xd0\x1d\xd4\xe7\x97\x54\x57\x95\x4e\xe3\x88\x0b\ \x59\x57\xc3\xdd\x86\xb6\xd9\xea\xb6\xd1\x06\x51\x71\x44\x64\x5d\ \xf8\xfe\xf3\x6c\xdb\x40\xf9\x61\x47\x7b\x79\xc5\x6c\x92\xba\x3c\ \xfd\x6e\xfd\x74\xba\xa7\x2b\x4a\x0f\x6c\x8a\xd8\x0c\xb9\x10\xdd\ \x3d\xe9\x4a\x78\x49\x88\xfc\xbe\x8d\x87\x4c\xfc\x41\x61\xc1\x4e\ \x81\xb2\xf4\x60\x7a\xe7\xa6\x28\x7b\x6b\xa4\xa2\xaf\xa3\x30\xbf\ \x6a\xa0\x42\xbf\x56\x36\xa6\x3a\xe6\x65\x4f\xd4\xd6\xf5\x37\xc5\ \x2f\x5c\xaf\x5f\x0c\x2e\x6c\xed\xef\xd4\x8f\xa8\x77\x5b\x79\x45\ \x55\x59\xd9\x1d\xe9\xd9\xb7\x6d\x05\x65\x86\xa1\x0e\x15\x76\x40\ \x1f\xa0\xc9\xab\x53\xc5\xbd\xea\x24\xaa\xec\xe7\x90\x95\x86\xfb\ \xa5\xd1\x98\xbc\xb3\xcb\xfd\xb9\xd9\x03\x9d\x3e\xfb\x31\xeb\xf9\ \x49\x7b\x9a\x57\x20\x99\xbd\xca\x39\xbc\xd1\xdf\x6d\xa4\x65\x06\ \xc0\x30\x34\xfd\xf5\x0d\x40\x6b\xb8\xa9\x81\x2b\x5f\x9e\x03\x6a\ \x34\x2f\x53\x07\xda\x11\xea\xfa\xe3\xbd\x2e\x29\xff\xe1\xb9\x8b\ \x13\xf1\xfa\x64\xd8\x7c\x38\xd0\xae\x5f\xdd\x2e\xe9\x35\xeb\xeb\ \x47\xac\xb0\x71\xf2\xc2\x9d\xf2\x2a\x6b\x90\x85\xaf\x98\x49\x7a\ \x58\xca\x35\xf9\xcf\x67\x6b\x8f\x8a\xe9\xf3\x23\x3c\x02\x0d\x09\ \x40\xac\xc7\xd1\x91\x18\x2c\x62\x97\x65\xd0\x5e\x3d\xa9\x54\x10\ \x14\x72\x3c\xe9\x64\xe4\x00\xf9\x3a\xd7\x52\x1e\x14\xed\x63\x5f\ \x91\xde\x7f\x05\x44\x4c\xa1\xbd\xa6\x7a\x94\xab\x9b\x87\xe3\x2f\ \xe7\x35\xca\x38\x08\x2b\xf4\xdd\xfb\xcf\x6e\xd6\xef\x3f\xb8\x7d\ \xfc\xfc\xe7\x07\x33\xfb\xcf\x1f\xdd\xde\xe2\xd9\xcc\x6c\x3e\xbe\ \xd5\xd0\x99\x99\xbb\x99\x9b\x38\xbb\x78\x07\x25\xf7\x25\x26\xf7\ \x56\x05\xda\x72\xfc\x1d\x9d\x43\x1d\x9d\x03\x5d\x2c\xc3\x7b\xfd\ \x62\x93\xeb\x26\x9a\x6b\x73\x39\x29\xbd\x81\xb1\xc9\xc1\x09\x29\ \x9c\xf8\x92\xa2\xf2\xdc\x15\x7d\x26\x8a\x01\xca\xbc\x31\x9c\xd6\ \x0c\x5f\x8d\x6d\x6b\xb1\x5c\x38\x1d\x64\x40\xea\xe7\xa4\xd4\x4d\ \x30\x04\x2d\x0e\x39\x97\x4f\x02\x48\xf8\x17\x9c\x5e\x1c\xa0\x24\ \xa3\x20\xe3\x9b\x86\xbb\x87\x13\x2f\x25\x12\xf8\x18\x96\xb4\x05\ \x81\x12\xd7\x77\xc8\xeb\x5b\xf7\x84\x4d\x3e\x55\x8d\x03\xe2\x10\ \x42\x2f\x9a\x17\x20\x84\x30\x4c\xc6\x9e\xe8\x74\xab\x4b\x01\xe3\ \xfa\x83\x8d\xb6\x55\xf2\xa6\x5a\x19\x82\x87\xaf\x6a\x86\x01\x61\ \x00\x3a\x2d\xad\x06\xc9\x46\x9e\xbe\x64\xce\x0d\xff\x94\xe3\x42\ \x84\xdf\xe5\x74\x20\xe9\x7a\x1d\x3c\x29\xa5\xfc\xf8\xf5\x7d\x71\ \x99\x08\x83\x01\x1e\x25\xf3\x50\xba\x14\xf6\x14\x47\x32\x1c\x82\ \xd1\x49\xc3\x9b\x48\x19\x94\x06\x3e\xd9\xd0\x3d\x5c\xac\x1d\xb4\ \xaf\xe8\xd4\xe3\x10\x2c\x5d\xa6\x19\x66\x85\x50\x00\x35\x54\x01\ \x18\x8e\x87\x12\x97\xc8\x61\x12\x22\x37\x04\xa2\xbf\xb7\xf3\x7a\ \x0a\xf3\x12\xa8\x13\x75\x4b\xea\x91\xd4\x7d\x40\x53\x82\x5e\x73\ \x7b\x5c\x3d\x58\x5f\x35\xd7\x51\xba\xa6\xcf\xdd\xb9\x26\xdf\xe4\ \x63\xf5\xdb\x4b\xbb\x83\x57\x01\x53\x6c\xc1\x17\xb9\xd4\x0b\xf7\ \xf3\x1b\xfc\xa1\xc0\x39\x0a\x83\x23\xd3\x69\x7c\x20\x8e\x3f\x39\ \x4c\x67\xf2\x99\xa0\x4c\x35\x25\x80\xae\x40\x41\x60\xb4\x00\x78\ \x9a\x6a\x75\x98\xb5\xf7\x74\x73\xb5\x10\x32\xce\x42\x01\xa5\x62\ \xb8\x98\x4b\xc6\x7f\x99\x94\x62\x69\x40\x3e\x64\x0a\x00\x55\x50\ \x1f\xc9\x70\xac\x57\x98\x17\x14\x05\x03\xc3\x64\x44\x82\x54\x21\ \xff\x22\x13\x2a\x8c\x92\xa5\x78\xeb\x96\x57\x70\xc1\x4c\x3c\x83\ \xb4\xfc\x7d\x71\xfe\xfb\xf7\x1f\x3f\xed\xe8\x62\x31\x85\x22\x5c\ \x94\x03\xe7\xbf\x18\x31\xec\xcb\x8f\x1f\x5f\xd8\x30\x14\x4c\x2a\ \x27\x22\x14\x62\xf6\x3c\x92\x69\x64\x3c\x32\x16\x0c\xc7\x52\x48\ \x0c\x3b\x02\x8e\xc9\xa6\x50\xe6\x89\x78\xea\xa2\x91\x57\x51\x52\ \x2a\x85\x6e\x07\xa2\x08\x14\x8b\x62\xa1\xf0\xfb\x8f\x65\x81\xd0\ \x88\x66\x14\x12\x98\xfd\x47\x7c\x70\x5f\x6b\x4a\x62\x94\xaf\x99\ \x25\xa7\x36\xd8\xc1\x27\xc2\xd2\xca\xd6\xc4\xc6\xcc\xca\x91\x53\ \x74\x37\x13\x64\x64\x9e\xd9\x82\xba\x60\x33\x5b\x2b\x13\x1f\x6f\ \x4e\xde\x42\xd9\xc9\x46\x65\x71\x77\xc1\x10\x6f\x30\xdd\x3f\xbd\ \xa1\x2e\x35\x34\x32\x57\x57\x12\xee\x5f\x75\x5c\x2f\x6a\x28\xe8\ \xa9\x18\x68\xce\xea\x8d\x8e\x71\x8c\x6a\x8e\x8e\xf5\x4b\x89\x70\ \x36\x77\xa9\x8d\x1c\x19\x09\x8d\x88\x9e\x59\x89\xb2\xb0\xf9\xd3\ \xa7\x78\xa9\xbd\x20\x39\xb2\xd8\xd7\x3d\xa2\xbe\x90\x57\x51\x98\ \x97\xea\xea\xe4\xe4\xd1\xe4\x1f\xd3\xd4\xab\xf2\xb7\xf7\x6f\x89\ \x8e\xec\x0d\x0e\xf7\x70\x71\xf0\x6b\xae\x0b\x35\x09\x8a\xb7\xf4\ \xf0\x73\xf7\xcf\x08\xf4\x7c\x1f\x9e\x9f\x1a\x94\x58\xb9\x93\x11\ \x9d\x90\x52\x19\xef\xe7\x1a\xed\xdb\x97\x71\x9a\x17\x3e\x50\x33\ \xe0\x97\xd1\xe9\x7d\x3a\xd7\x1c\x1f\x19\x95\xe8\xe8\x1e\x6d\xfb\ \x31\xa2\xd7\xdb\x52\x74\x39\x7a\x13\x5f\x30\x54\xdf\x56\x97\x5e\ \xd0\x55\x1c\x99\xb8\x3a\x0c\xcb\x6d\xf0\x70\x72\x89\x88\x68\x0a\ \x0f\x74\x71\xf8\xf8\xd1\xd2\xa3\xae\xe1\xf6\xfe\xb1\xab\x73\x7d\ \xb6\x32\xf1\xa2\x6c\xb0\x23\xa5\x64\xa0\x44\x57\xda\x9a\x9c\x1c\ \x13\xe4\x13\x15\xec\x1f\x1a\xed\xec\xdb\x17\x1e\x9f\x1a\x5c\xd9\ \xd1\xac\x9b\x4d\xf0\xcb\x6b\x59\x50\xa9\xab\xf6\xb5\xe9\xd3\x92\ \x9d\x91\x93\x51\x65\xb5\x72\x64\xf6\xb6\x49\xf7\xb8\x7a\x5d\xba\ \x3b\x56\x9e\x5f\x75\xaa\x99\x22\xef\x8d\xf0\xc6\xfa\x94\x5b\xaf\ \xb2\xc5\x03\x9e\x71\x6c\xdd\x9b\xd6\x5e\xe7\x27\x36\x8d\x94\x46\ \xb6\xd5\x8f\x8d\xec\x96\x6d\x4f\x97\x27\x1e\xb8\x57\x1e\xf3\xa6\ \x3b\x0b\xe3\x8b\xaa\x73\x2a\xa3\x68\x33\x43\x8d\xd5\xb8\xb5\xe8\ \x7c\xc9\xa9\xc7\x3e\x60\x38\x67\xba\x6c\xfb\x59\x67\xc8\x19\xcf\ \xd3\x0e\x2e\x81\x46\xd6\xa6\x07\xc6\xd3\x48\x1b\x43\x5d\xad\xe7\ \x2b\xde\x9c\x82\xa6\x04\xce\xa9\x21\x7b\x4c\xa2\x6a\xca\x55\x0f\ \xa5\xaf\xb0\x2e\xab\xa3\x9b\x0d\x4f\xcf\x2f\xca\xe9\xb2\xd1\x7c\ \x5d\x6a\x4a\xf4\xd8\x6b\xf6\xd8\xd8\x98\xa1\xbb\x68\x24\x6f\xac\ \x63\x4b\xb7\x77\xb8\x54\x5f\x99\xab\xef\x9a\x9b\x98\xc9\x47\x69\ \x78\x43\xe7\x1b\xfa\xbd\xa7\xad\x53\xed\x94\xea\x69\xf7\x8c\x57\ \x98\x55\x95\xc5\xb9\x5d\xcf\xed\x51\xde\xeb\xf7\x34\x3b\xa7\xda\ \x4a\xc3\xec\x51\xd8\x7e\x59\x96\xb6\x5c\xbd\xf3\xb4\x5e\x3b\xad\ \x9d\x53\xde\x55\xbf\xd8\x69\xb7\x57\x8f\x58\xb3\x6a\x7c\x18\xa1\ \xe6\xf9\xf9\x78\xed\x04\xbc\xa8\x5a\x5f\x9a\xd9\xd5\xe9\xf5\xfb\ \xc4\x87\xa1\x25\xd5\x12\x32\x4d\x2d\xa1\x69\xcf\x49\x53\xeb\x9d\ \x95\xbc\x9b\x81\xbf\x3e\xda\x9b\x47\x2e\x8c\xa3\xc8\x1a\x0a\x3d\ \x6d\xfb\xf0\xea\x44\x4b\x43\xd0\x16\xf0\xb0\x24\xfc\x9a\x6e\xbb\ \x46\xb1\xbe\x7b\x6f\xf7\x74\xbf\x7f\xc4\x84\x20\x41\x1b\x4b\xba\ \x64\x9f\x08\xe7\xd4\x96\xdd\x00\x26\x21\xae\xe6\x52\xb2\x74\xd0\ \xdc\xaf\xd1\x5d\x4d\x1d\x44\x9a\xd9\x7c\xf8\xf0\xe1\xd3\x5f\x9f\ \x3e\x7e\xfc\xf0\xde\xfa\xc3\x27\xeb\xff\xcb\xe4\xb6\x7f\x6f\x66\ \xf6\xfe\xfd\x47\x93\x77\x1f\x4c\xde\x99\x7b\x04\xc5\x16\x57\x06\ \xd7\xe5\x97\xbb\xdb\x76\x27\xbb\x3b\x39\x72\x52\x0b\x7c\x5d\x4b\ \x0e\x6c\x45\xe1\x96\x66\xb6\xee\x89\xc9\xde\xb6\x4e\x0e\x9e\x31\ \x51\xa2\xf6\x8e\xbe\xfa\x1e\x9e\x76\x5c\xb2\x09\x30\x6e\x87\x52\ \xc9\xdc\xe6\x3e\x6f\x87\x57\x14\x42\x42\xa4\xdd\x07\x5c\xef\xee\ \xcd\x9d\x64\x12\xe1\x08\xa1\x98\x8b\x86\x42\xe9\xc8\x24\xc6\x37\ \x34\x19\x8c\x37\x84\x68\x66\xc7\xce\x47\xb4\x0b\x0b\x49\x68\x38\ \x3d\x84\x16\x00\x26\x22\xd8\x49\xdb\x11\xfd\x13\xb7\x37\x2c\x3b\ \xb9\x5a\x05\x5e\xd5\x31\x90\x37\x58\xd4\xd3\x52\x8d\x5a\x7f\xa7\ \x5e\x78\xd8\xdc\x9e\x0a\x93\xdc\x1c\xa9\xb5\x25\xeb\x58\x2a\xd7\ \xee\x60\x18\x80\x05\x9c\xec\x5d\xe1\x11\x07\x15\xd3\x77\x1a\x74\ \x40\x98\x3a\xa6\xa9\xb3\xec\xe8\x75\x21\xe4\x21\x6e\x0a\xa9\xdf\ \x9a\x48\x0a\x01\x42\x21\x10\x43\x39\x0e\x46\x64\x2a\xb8\x0c\xea\ \x05\x06\xc6\x60\x0b\x80\x70\x2c\x0a\x03\xe7\x4a\x89\x28\xbb\xf3\ \xa7\x35\x7d\xaa\xfa\x6c\xb3\x06\x22\x8c\x83\xaa\x68\x64\x98\x1d\ \x82\x70\x14\xa0\x3e\x26\x83\x01\x24\x82\x06\x03\x26\x04\x68\x69\ \x61\x74\x30\x0c\xc6\x24\xb3\xc6\x1f\xcf\xd7\xba\x67\x57\x16\xee\ \x67\x0e\x8e\x6b\x32\xa1\x68\xdd\xc0\xae\xc4\x80\x37\x1c\xae\x28\ \x55\xe0\xe1\xdc\x8d\x5b\xd5\x44\x75\x5b\xf7\x26\x54\xad\xdd\xbd\ \x29\x65\x24\xdd\x5f\x28\x57\x69\x71\x24\x3a\x01\x08\x80\xdf\x20\ \xd0\x40\xa2\x94\x08\xbe\x57\x13\xd6\x41\x5a\xb0\x1c\x8d\x20\x31\ \x61\x84\xc5\x4c\x94\xec\xfb\xb2\x4c\xca\xa5\x50\x80\x35\xf3\x52\ \x34\x44\xfe\x45\xca\x66\xcb\xd8\x12\x12\x54\x2e\x03\x12\xed\x08\ \x6c\x76\x80\x06\x0a\x23\x41\xe4\x0c\x00\x10\x11\x10\x16\xc6\x92\ \x7e\x9f\x97\x7d\x13\xd2\x11\x5c\x85\x10\xbf\x28\x7f\xd3\xc6\x45\ \x36\xe4\x2d\x4b\x10\x82\x16\x2e\xff\xfc\xfd\xcf\xf7\x5f\x3f\xbf\ \x4e\xa2\x27\xa5\x52\xf9\x9b\xb9\x93\x09\xbf\xa0\x81\xf3\x5f\xbf\ \x30\xe7\x17\x27\x85\x24\xe9\xb2\xfc\xf7\x57\xd9\x77\xf9\xe2\xd7\ \x65\x2e\x1a\x12\x06\xe6\xd3\x97\xbf\x71\xc5\x64\xe6\x32\x50\x2e\ \xe6\x92\xe0\x4c\x3e\x5f\x28\x66\x13\xc5\x52\xe6\xe4\x22\x05\x2c\ \xe6\xb3\x31\x00\x31\x5a\xf0\x47\x70\x8c\xb7\x95\x87\x8b\xb7\xa3\ \xb5\x89\x77\x64\xa8\xa7\x8f\x8f\xb3\xa3\xbb\x8f\xa9\x9b\xa7\x7b\ \x64\x7f\xec\x27\x7b\x47\x17\x0f\x07\x67\x07\xfb\x3f\xad\x3c\x3f\ \xf9\xf2\x7c\x82\xf2\x36\x1f\xd7\x4f\x8e\x4b\x57\x76\x93\xbd\xfd\ \x7b\x53\x7a\xfd\x7c\x2b\x43\x13\xb3\xb3\x8b\x1b\xda\x7b\x5a\x42\ \x13\xca\x0b\x3a\xea\x0a\x3a\xa2\xc2\x6b\xfd\x38\xf1\x91\x9e\xce\ \x9c\x50\x07\x87\xe6\x9c\x81\x9d\xaa\xc1\xf4\xd6\x9e\x40\x5f\x8b\ \x4f\x66\x9d\xa9\x5d\xfe\xb9\xa7\xf9\xd9\x85\x29\xd1\xee\x7d\xd9\ \xc1\xb6\x4d\x7a\x7f\x9f\xf2\xe4\xe8\xfc\x46\x4f\xdb\x8c\xf0\x54\ \x4b\xdf\x84\x8a\x74\xcf\xa0\x9e\xbe\xd0\x20\x6d\x57\x6b\xa4\xb3\ \x83\x5f\x6e\x70\x7c\xa7\x6b\x60\xe2\xa7\xf7\xe9\x89\xb1\x41\xe9\ \xa1\x7f\xfa\x14\xd6\xf9\x8b\x82\x3d\xba\x12\x6a\x6d\x7d\x4a\xca\ \x7a\x24\x1d\xe9\x6d\x8e\xef\xa3\x38\xa6\x09\x45\xe6\x6e\xc1\x03\ \x85\xa1\x6e\xbe\x89\xa9\xc9\xee\x56\x1d\xaa\x97\x2b\xed\xb6\x6a\ \xea\xfe\x5a\x9b\xee\x11\x11\xd9\x7a\xad\x54\x77\xe6\x8e\x34\xd5\ \xba\x7b\x3a\x9b\x9b\x7d\x34\xf3\xce\xd8\xad\xbc\xdb\x3d\x18\x2a\ \xeb\x4d\x75\x0f\xe4\x1d\x56\x9d\x56\x54\xe4\x26\x0f\xae\xa8\x7b\ \x46\xfb\x1b\x66\xdb\xf2\xba\x86\x4a\x57\x46\xa3\x42\x79\xa3\x19\ \xbc\xfd\xf3\xac\xf6\xaa\xd8\x86\x83\xfa\x8e\xdd\xce\x8a\x96\x44\ \xe5\x4a\x6d\xf7\x74\xf7\x4a\x4b\x5e\x49\x66\x45\x49\xf7\xf4\xc8\ \xee\xcd\xbe\x96\xd7\x5e\x55\xb5\xbf\xdb\x5d\x58\xa5\x4b\xe9\x1b\ \xbd\x68\xad\x1f\xbe\x3d\xbe\x7a\xee\xcf\xb9\xc9\xcb\x3c\xb9\x9c\ \x6d\xcc\xe9\x3c\xcc\xbc\x4a\x39\x9d\x3d\xac\x88\x2f\x3c\x7e\x54\ \xaa\xca\xfa\x8e\x2f\x7b\xf2\xbb\xba\xa3\x7a\x5f\x1e\x13\x5a\x6f\ \x16\x7a\x92\x4f\xbb\x7d\xca\xe9\xbb\x73\x4f\xd3\x25\xb3\x0b\x77\ \xfb\x3b\x7a\x5d\xff\xc6\xa1\x72\x7a\xb7\xba\xb6\xb6\x75\x4d\xa9\ \x1e\x79\x7e\xd5\x26\x6e\x1f\x64\xf8\x65\xd4\x26\xfa\x54\xed\x9f\ \x6b\x3d\x8b\x27\x38\x9e\x1d\x55\xba\xea\x35\x9d\x7e\xeb\xfe\x61\ \xb6\x7f\x2d\xdd\xa0\xcb\x99\xdd\xac\x5d\x0b\x5d\x88\x55\x5f\xf6\ \x9c\x74\x94\xdd\xf5\xdf\x6e\x64\x2c\x68\x82\x06\x5b\x73\x54\xab\ \x63\x97\xdb\x75\xbb\x87\xaa\x4c\x4c\x18\x34\x29\xed\xc5\x70\x72\ \x81\x64\xd5\xd8\xa9\xe6\xd4\xca\x61\xd6\xd5\xa9\x2a\xff\x04\xd0\ \x2a\x69\xcb\x4a\xcc\xc9\x2f\x7b\x99\x69\x3b\x2d\x8a\xed\x8b\x1f\ \x1c\x2b\xaf\x6b\x2a\xe3\x11\x5e\x78\x37\x54\xed\x5c\xdc\xbe\x6a\ \x67\x78\x61\xb7\xb2\x64\x15\x6b\xd0\x68\xbe\x0a\xf6\x30\xaa\x9b\ \x4c\xaf\xcc\x4c\xc2\x8d\x76\x6f\x18\x02\xc6\x80\x02\xae\x9f\x67\ \x55\x47\xb4\xeb\x17\xfd\xee\x42\xad\x8d\x99\xa9\x49\xe7\xc5\xb0\ \x5a\x42\x65\xc1\xb5\x76\x7c\x30\xf5\x42\x4b\x8a\xc3\xc3\x20\xc4\ \x1d\x0d\x7b\x46\xad\x59\x02\x22\x24\xd7\xd4\xeb\xd8\xe7\xbd\xd9\ \x34\x96\x76\x6a\xbc\x3c\xc6\xc7\xb5\x38\xaf\x35\xb7\xad\x66\xf3\ \x69\xf8\xe6\x65\xfc\xb1\xd7\xd1\xd7\xd3\xd2\xda\xed\xc3\xe7\x4f\ \x9f\x3e\x7d\xfc\xfc\xc1\xed\xad\x7a\xc9\xde\xda\xd4\xc4\xde\xde\ \xd4\xda\xda\xea\xc3\xbb\x77\x26\x1f\xec\xed\xcd\xcd\x8a\xfa\xba\ \xba\x0e\xd2\xe3\x73\x67\x63\x12\x4d\x23\xd3\x2b\x3d\x52\xfc\xeb\ \x73\x7b\x55\x4d\x11\x9e\x7d\xd1\x9e\xa1\x1d\x1d\xa1\x31\xc9\xce\ \x81\x31\x09\x51\xcd\x79\x85\x85\xd9\xcf\x48\xe4\x13\x96\x02\xd2\ \x43\x18\x94\x38\x0c\x88\x84\xa6\xa9\x55\x99\x67\x2a\x0a\x52\x4d\ \xb9\xe8\x3c\x93\xe4\x86\x04\x68\x87\x56\x55\xd4\xb3\x0e\x1c\x18\ \x04\xc2\xeb\x34\x28\x40\x5a\x26\x61\x6a\x2a\xec\x72\x89\xa4\x1c\ \xd1\x78\x01\x92\x4e\xd3\x40\x08\x12\xae\x06\x8e\x91\xc2\xd5\x57\ \x67\xa5\x4b\xe3\x34\x26\x69\x93\x80\x93\x40\xb1\x8f\x86\xcc\xad\ \x80\x23\x25\xb9\x6b\xed\x56\x09\xe3\xd2\x01\x52\x99\x11\x3c\x32\ \x59\x90\xeb\xa5\xd3\x33\x1c\xf3\xe4\x4c\x37\x43\xa5\x85\x51\xf1\ \xba\x9c\x32\x1f\xa7\x94\xd3\xd0\x81\x0c\xef\xe3\xc7\x95\xde\x4c\ \xe4\xca\xee\x45\x56\xb6\x7e\x78\x4a\x3f\x71\x5e\x43\x86\xf2\xe1\ \x0c\x98\x80\x01\x41\x13\x65\x6c\x31\x0c\xc4\x85\x83\x92\xe0\x35\ \x62\x76\xc0\x5e\xf6\xf6\xc6\x0b\x04\xb4\x74\x4f\x53\x8f\x93\x81\ \x38\xec\x26\x0a\x23\xf0\xa2\x21\x19\x60\xba\x57\xdc\x78\x1a\xed\ \x6e\xfa\x5c\x8d\x5b\x0d\x43\xa0\x34\x07\xa8\xb8\xd7\x34\xaa\x17\ \x83\x8e\x20\xdf\xab\x8e\x86\x6f\xef\x0b\x0e\x57\x8f\xb4\x06\xaf\ \x33\x03\xf2\x2a\x33\x2c\x8c\xba\x39\x55\xad\x87\xac\xb2\x80\xb0\ \xd7\x06\x6c\x7e\x0e\x80\x0d\x87\xa0\x91\xb7\x78\x9c\x61\x1a\x84\ \x33\xbc\x1c\xe3\x21\x5c\xdd\x35\x0b\xaa\x1c\xde\xdb\x44\xb0\x11\ \x54\x06\x83\x5a\x03\xa7\xbe\x0e\xf3\xf9\x5c\x3a\x48\x2c\x17\xf0\ \xe7\xf9\xdf\xa5\x5f\x7f\xff\xfe\xf5\x55\xc1\x25\x90\x48\x6c\x36\ \x9c\xc1\x86\xb1\x68\x40\x3c\x38\x80\x02\xbc\xa6\x2f\xc3\x36\x0d\ \x60\xf2\xb5\x17\x98\xce\x5f\x46\x81\x18\x50\x26\x08\xcd\xe6\xa2\ \x14\xe2\x79\xd9\x24\x9b\x01\x07\xbf\xa8\x58\xb8\x13\x3c\x8a\xab\ \xf8\xfa\xeb\xf7\x8f\xb7\x0c\xe6\xaf\xf3\x93\x0a\x71\x18\x80\x4b\ \xba\xc6\x0a\xf8\x0a\xc5\x22\x17\xc8\x95\xcb\x88\xe2\x79\x26\x97\ \x0b\x92\x2e\x2a\xa4\x76\x42\x39\x8a\x2f\x83\x30\x16\xf9\x5c\xd9\ \x32\x5a\x28\x9c\x47\x73\xbf\xcd\xcb\x18\x7c\x39\x1f\x2e\x20\x09\ \xd8\x0c\x01\x00\x8a\x24\xc0\x11\xe3\x7f\xd8\x38\x38\x3a\xb9\x98\ \x86\xc7\x3a\xda\xfa\xfb\xfa\xbb\x38\xb8\x1a\x55\x2b\xaf\xdd\x23\ \xb6\x2f\xdc\xfa\xf3\x87\x8f\x16\x66\x36\x56\xa6\xa1\x26\xd6\x6e\ \xc6\xa1\xcd\x3b\x26\xa3\x78\x4b\xbd\xb4\xb4\xaf\x2b\x14\x05\xc5\ \x6f\x35\xc6\xfa\x46\xe7\x55\x85\xfb\x97\x74\xd7\xd7\xa5\xa7\x26\ \xa4\xf7\xf2\xda\x23\x82\x7c\x13\x4b\x52\x33\x62\xa7\x39\xa6\x96\ \x96\x66\xe1\xe1\x0e\xf1\xd1\xc1\x15\x59\x19\x81\x89\x81\xa1\xb6\ \x66\x0e\x03\x3e\x91\x1e\x1d\x6d\x2f\x61\x9d\x8e\xd1\xf9\x25\x2d\ \x9c\xd8\xae\xa8\x36\x4f\x7f\x5e\x78\x02\x27\x3d\xd9\xdf\xaf\xb3\ \xd9\xcc\xbf\x27\xc2\xd1\xcc\xb5\x32\xd0\xd1\xe2\xfc\xba\xbf\xdd\ \xc2\xcf\xb5\x2e\xc5\x3d\xd1\xdd\xbf\xd9\xd9\xca\x32\xbc\xc3\xd4\ \xcd\xc2\x23\xb0\x38\x36\x38\x21\x2a\x36\xdc\xc2\xc2\xcc\xdd\x2a\ \xa8\x0e\x26\xe2\xe4\x7b\x58\x64\x44\xfc\xc7\xb6\xab\x36\xca\xdf\ \xbe\x31\xb7\xae\xd5\xd9\x3e\x54\x7f\x96\x5a\x38\x72\xb9\x76\x3a\ \xaa\xd3\xb0\x9e\x54\xfb\xc5\xc6\x05\x1b\x34\x17\xaa\xdb\x26\x75\ \x96\xf1\x8b\x5a\x78\x38\x44\xf4\xed\xab\xe2\x13\x23\xb7\xd6\xf3\ \x3b\x53\x12\x22\x4f\x6b\x67\xf6\x8b\x0a\xa3\x83\xa2\x52\x7c\x52\ \x5d\xeb\x9a\xe3\xab\x22\x93\xa7\x8b\xb6\xae\xca\x06\xca\x37\x92\ \x1d\x44\x95\xc1\xf5\xc5\x3e\x2e\x9e\xa2\xd4\x28\x51\x60\xc2\xc0\ \x58\x59\x59\x1e\x2f\xcf\xbd\x6e\x25\x3f\x9a\xd3\x17\x13\xe9\x19\ \x5b\x52\x5f\xc2\xc9\x0b\xed\xdf\x8a\xa8\xee\x2d\x69\xdb\x2d\xe0\ \xcd\x64\xcf\x8e\x56\x97\xeb\x8b\x36\x56\x9a\x12\xa7\x0e\x72\x53\ \xf3\x8a\x9b\xd5\x9a\x8d\x8b\xb1\x8b\xd2\x3d\xcc\xd1\xb0\x84\x87\ \xbd\xe9\x2f\x6b\x9e\x1d\x8a\x29\xb9\xcf\xcc\x8e\x2f\xa4\xf6\x77\ \xb4\x65\x9e\x15\x77\xe2\xaa\x5a\x1b\xf2\x67\x4b\xb3\xcf\x0a\xc6\ \xb4\x83\xfa\xe1\xad\x9d\xf2\xb2\xbc\xd1\xe6\xec\xae\x6c\xd1\xc4\ \xa8\xa1\xbc\x47\xb3\x90\x90\xbc\x75\x56\xdb\x37\xc1\xeb\x1a\xea\ \xbd\xeb\x3a\xd8\xc8\x6b\x0b\xb8\x54\xc6\x1d\x2c\x94\xcf\x29\x39\ \xaf\xd9\xc5\x55\xa1\xe5\xca\xbc\xfc\xaa\xb5\x81\xae\xfa\x8a\xb3\ \x8c\xa1\xc7\xbb\xf6\xf6\xda\x54\x8e\x28\x6b\xf7\x72\xc3\xf0\xf4\ \xba\xa0\xa1\x21\x80\x60\x04\x09\xa4\x81\x8c\x0f\x6b\x77\x76\x76\ \xa7\x00\x60\x38\x4b\x57\x71\x97\x37\x77\xdf\x39\xb0\x3a\xdb\xdf\ \xc0\xdb\xc8\x6b\xc8\xaf\xef\x28\x1b\xda\x3a\xe8\xcd\x9d\xdd\xcd\ \x4d\xaa\x56\x6b\x2f\x46\xce\xaa\x9f\xaf\x97\x0c\x73\xaf\xca\x1a\ \xc3\xe5\x44\x81\xaa\x66\x69\x5c\x49\x03\x51\xd3\x6e\x08\x70\x6c\ \xc8\x11\x74\xe3\x85\xa6\xbb\x5b\xbb\x1c\x7b\x2c\x3c\x57\x9d\x1f\ \xa1\xce\x76\x75\xd4\xaa\xbb\x5e\x8f\xa0\x48\xce\x58\xdc\x93\x6a\ \x4b\xa5\xd3\xb5\x45\x8e\xec\x37\x36\xa8\x01\x50\x22\x8e\x05\xa2\ \x2e\x2d\x69\x77\x57\xaa\xc7\x1f\xb2\x1e\x9a\x1c\xa7\x87\x66\xb2\ \xf6\xb7\x5a\x59\xa8\xf1\xbd\xed\x9c\x6e\x0f\xef\xd6\x9c\x9c\xe3\ \xbb\x95\xec\xa6\xf4\x08\x47\xb7\xff\x7c\xfc\xfc\xde\x28\x54\xff\ \xf9\x9f\x8f\xef\x3f\x7e\x7a\x67\x7c\x68\x62\xe6\xf6\xce\xc6\xed\ \xfd\x07\x73\x13\x1b\x17\xab\xb7\xb6\x00\x73\x87\xd0\xc8\xee\xc1\ \xd3\xdc\xc6\xfa\x9d\x14\x6f\xeb\x4e\x3f\x17\xd7\x28\xf7\xce\xde\ \xca\xf6\xe8\x6d\x8f\xd2\xfa\xa8\xca\xf2\x62\x0f\x5b\x4e\x49\x4c\ \x68\x02\xa7\x7e\x76\xa8\x62\xa0\x06\x4e\x78\xdd\x61\x83\x56\x57\ \x97\x9e\x88\x5e\x18\x28\xc9\x4b\x7b\x47\xc2\x4f\x9f\xbc\x5e\xa8\ \xea\xf3\xfb\x55\x63\xc3\xec\x97\x31\xc9\x50\x2b\x52\x59\xb3\x39\ \xa5\x96\x84\xb1\xb4\x69\x53\x3a\x9c\x92\xc5\xfc\x2e\x96\x91\x28\ \xcc\x9f\xbf\xfe\xf9\xba\x3c\xc9\xa7\xa0\xa7\x26\xa1\x3a\x24\x00\ \x89\xd5\xac\xb4\x94\xde\x6e\x82\x41\x61\xec\xa4\x4c\x1a\x7e\xe9\ \x14\xab\x9c\xa2\x22\x74\x38\x3b\x2a\x49\xe0\x15\xc0\x06\x8b\xe1\ \x98\x1c\x2a\x8a\x3c\x8c\x01\x84\xb1\xe2\x54\x97\x33\x65\xc8\xf1\ \x61\xe5\xa9\xf6\xaa\x69\x45\xfd\xda\xe4\xe0\x5a\x26\x1a\x50\xee\ \x91\x01\x0c\x02\xf8\x28\x89\xb8\x1e\x72\x5d\xa5\xbf\x51\x1d\x85\ \x10\xa8\x64\x3a\x0b\x21\x64\x93\x88\xec\x7b\x04\x83\xb8\x2a\x59\ \xc7\xc1\xc7\x71\x20\x08\x17\x87\x62\x13\x21\x76\x47\x44\x12\x89\ \x42\x81\xc1\x61\x28\x92\x17\x82\x4f\x61\x02\xb9\x62\xf8\x1e\x80\ \x81\x3a\x41\xa3\xf7\x9e\x32\x03\x66\xd4\xe7\xf7\x18\x0a\x76\xb8\ \x66\xc7\x90\x97\x53\x28\x8a\x8e\xed\x1c\x6d\xc1\x6e\xbc\xb0\xf4\ \xe7\x60\x35\x55\x57\x7a\x8f\x82\x09\xe0\x38\x92\x64\xfd\x3e\x49\ \x89\x9d\xc7\xc4\x41\xd3\x1e\xe0\xac\xcb\x07\x2c\x7a\x2a\x84\x3e\ \x15\x46\x5e\x07\x4a\xc1\x28\x04\x89\x80\x05\x81\x08\x5f\xff\xf9\ \xf9\x9b\x45\x18\x46\x90\xa0\x14\x12\x9b\x2f\x26\xe0\x15\xf3\x5f\ \x18\x08\xec\xe4\xef\xdf\xbf\xff\xfb\xbf\xff\xfd\xef\x7f\x7f\x21\ \xc7\xf9\x4c\xe4\x6e\x18\x2d\x84\x22\xc7\x7a\xdd\x63\xb7\xb1\x7c\ \x29\x7b\x92\xcf\x67\x32\x00\x18\x90\x80\x09\x83\x92\x04\x7c\x34\ \x51\xcc\x24\x52\xf0\x20\x3a\x83\x29\x13\xe2\x08\x42\x01\x04\x88\ \x40\x7a\x21\x04\xf3\xdf\x05\xcb\x6f\x1e\x71\x92\xbf\x9c\xc9\x57\ \x70\x85\x28\x2c\x9f\xcd\xa5\xdf\xc3\x00\x74\x05\x10\x4c\xe1\x4f\ \x7e\x35\xe2\x15\x8c\x0f\x03\x90\x55\x23\x13\xcf\x4f\x64\x3b\xa6\ \xd8\x28\x59\x0c\xa9\x62\xf9\xc7\xb2\x54\x46\x57\xc8\xc5\xcb\x00\ \x34\x04\xce\xa6\xf3\x85\x5f\x27\x89\xfc\x3f\x38\x1e\xae\x2e\xee\ \xee\xbe\x1d\x9e\x96\x81\x9e\x8e\x96\xee\xe1\x7e\xdd\x11\xe9\x87\ \x15\x11\xb6\x6f\x25\xaa\x36\x1f\x3e\x5a\x5b\x7d\x7c\x3b\xb4\x6c\ \xf1\xce\x61\xad\xbd\x27\x9f\x93\x91\x3a\x94\xb5\x7b\xdb\xda\x3b\ \xda\xe4\x1f\x9b\x3f\x56\xe2\xeb\xe9\x13\x58\xdc\x17\x95\x90\x5a\ \x90\x17\xdf\x5a\x3c\x18\xcd\x11\x0d\xa4\x78\xbb\x34\xae\x96\xfa\ \xba\x47\xfb\x72\x02\x83\xe2\x43\x3d\x2b\xdb\xd2\x3b\xca\xeb\xa3\ \xbb\x82\x8a\x39\xda\x9b\x02\xf0\x3c\xba\x2b\x70\x30\x55\x39\x93\ \x98\x11\x5e\xbe\xef\x69\xe5\xdb\x5a\x11\x18\x99\xc8\x13\xb5\xf8\ \x3b\x3a\xd9\xff\xcf\xdf\xef\xdf\xff\x69\xda\xe7\xe2\xeb\xe2\x6d\ \x1f\x6e\xfb\x1f\xdb\xe6\x20\x07\xc7\xd0\xfa\xf0\xc8\xf4\xd4\x66\ \x5f\xbf\x84\x70\xcf\xac\xfd\x92\x78\x2b\x17\x47\x6f\x67\x73\xfb\ \x84\x92\xad\x36\xcb\xf6\x4e\xb7\xf7\x25\xfa\x7e\x27\x17\x67\x9f\ \xba\x58\x13\x6b\xb3\x5c\xfd\xa0\x75\xb3\xb2\xd6\x27\xba\x4e\xbd\ \xa7\x2a\xbf\xbb\x56\xe5\x9d\xbd\x96\x4d\x97\xe8\xae\x27\xaa\xee\ \xce\xd6\xd7\x07\x43\x3d\x2d\x8b\xa3\x9e\xf7\xcf\xe6\xd4\xbc\xae\ \x72\xde\x79\xf5\x48\x7e\x70\x8f\x4f\x46\x6b\x7f\x5e\x4b\xee\x5a\ \xab\xa8\xb9\xb2\x28\xb7\xb1\xd2\x89\x37\xdc\x9f\x9b\x55\x1b\x5e\ \x0f\x19\x39\xcc\xe9\x4e\x6f\xbf\x4a\x71\xe9\x7e\x3e\x59\x18\x39\ \xd7\xe2\xf3\xb6\x4b\xb3\x4a\x2b\xa3\x6a\xc7\x3a\x82\xc2\xc7\x32\ \x42\xfd\x3d\x8c\x1f\x3e\xb4\xa4\xfe\x3c\xbb\xdc\x61\xa2\x29\xf6\ \x72\xaf\xbf\x65\x61\x74\x6d\xf6\xea\x4e\x8d\x5b\xd0\x8f\x54\xb4\ \xb7\xe8\x1a\x78\xb5\x2b\xf7\x65\x63\x06\xbd\x6e\x3c\xff\x6a\x43\ \x77\x5a\x76\x68\x58\x28\xe8\xcb\xde\x9e\xe8\xdd\xcf\x09\x9b\xe8\ \xbd\x7d\xac\xe6\x81\xb2\xf3\x16\xf2\x29\x4a\xde\xc9\x42\xf1\x44\ \x79\x72\xd1\x48\x79\xde\x55\xde\x4c\x6a\xdb\x3e\x32\x64\x6a\x9b\ \xd3\x7f\x5f\x54\x59\xb6\x13\x59\x59\xbf\x73\xd8\x51\xda\xb1\x75\ \x74\x7f\xd1\x3f\x5a\xf2\x50\xde\xbf\x39\xb6\xd2\xb9\x5f\xdf\x15\ \x1d\x3e\x18\x9a\xee\xe7\x6d\x3d\x58\x1c\x14\xd3\x58\xd9\xa7\x6b\ \x35\xac\x55\xb5\x0d\x8c\xf4\x34\xe4\x87\xbf\xae\xad\xb3\x08\x07\ \xa3\x3a\x84\xc4\xb0\xdb\xa0\xd5\xb6\xdf\x9c\x0d\xdd\x75\xf9\x58\ \x05\x79\x98\x27\x9c\x1e\x41\x51\x13\xf9\x27\x6d\xbc\x16\x1f\xd7\ \xf5\xcc\xa1\x51\xfc\x71\x67\xc9\xc1\x93\x5a\x7b\x7d\xb3\x9d\x77\ \x19\x5d\xd4\xad\xea\x2f\xbb\xc9\x54\x5d\xb0\xce\x2e\x76\x5b\xf7\ \x08\x73\xdb\x87\x7a\xaf\xea\xd2\xf3\x1d\xe5\xe9\xb1\x2a\x53\x43\ \x4e\x22\xe3\x30\x37\x47\x2f\xeb\xab\x76\x53\xca\xdd\xab\x85\xdd\ \xec\xde\xa1\xba\x01\xed\xf4\x21\xad\xe5\xe5\xa0\x6a\x42\xf7\xb2\ \x77\xa2\x3e\x1d\x51\xf6\xd4\xc4\xcd\xa5\x9c\xf3\x62\xd3\xb3\xc6\ \xdb\xd6\x41\x70\x8c\x64\xe1\xc9\x30\xce\xab\xf3\xd2\x36\x1c\x68\ \x6f\x17\x54\xcf\x59\x4f\x05\xb3\x59\x1d\x53\xaa\xc3\xfd\xdc\x92\ \x41\x8f\xe6\xfc\x28\x7f\xb3\xcf\x1f\x4d\x1c\xad\x6a\x2d\xdf\xff\ \xf9\xf1\xf3\xff\x7c\xfc\xfb\xef\x8f\xff\x67\x0a\x3f\x7d\x70\x33\ \x37\xb7\x71\x36\xfb\xe4\x6d\x69\xe9\x69\xf9\xc1\xd2\xc5\xd4\xc9\ \xaf\xa5\x33\xbf\x28\x7b\x34\xbb\x6a\x76\xb4\x27\x3a\xde\xc1\x72\ \x21\x98\x13\xe4\x9d\x11\xd1\x7c\xde\xce\xe1\xed\x8a\xca\x07\x9a\ \xa2\x22\x82\x07\x67\xfa\xb3\xe7\x56\x0e\x55\xc7\x3c\x03\x12\x06\ \x41\xa0\xa4\x10\x49\x1a\x04\x0c\x82\xb0\x09\x8c\x38\xa0\xd7\x1e\ \x0d\x7a\xa6\x96\xd2\x25\xac\x15\x32\xdd\x2b\xf3\x04\x8a\xad\x79\ \x39\xc2\x62\x36\xc9\x71\xaa\x3d\x32\x52\x45\x9b\xed\x3f\xd1\xfe\ \x90\x27\x09\xf8\x70\x70\xdc\x3c\x85\x2f\x53\x2b\x29\x5c\x44\x00\ \x6e\x95\x8a\xa7\xe1\xd6\x54\xda\xae\x69\x32\x34\xb3\xc6\x4e\x08\ \xc0\x07\x3c\x51\x9f\x6e\x58\xe3\x1b\x6a\x83\x17\xe3\xa5\x6f\x04\ \x42\x41\x03\xef\xbd\x04\x4c\x94\x14\xbf\x93\x06\xc6\x6b\x45\xb7\ \xbc\x55\xec\xe6\xc2\xf6\x73\xa6\xdd\x51\xda\xca\xd8\xb4\x6a\xb6\ \x31\x84\x44\x84\x13\x8f\xc2\x40\xe7\x08\x14\x19\x42\xdc\x3c\x91\ \x4c\x41\xe0\x60\xac\x14\x41\xa0\x88\x49\x24\xf1\x32\x0a\xc7\x47\ \x63\x35\x7b\xaf\xa8\x49\x20\x19\x19\xb6\x35\x4d\x11\x9c\x08\xec\ \x30\xe8\x17\xd4\xb2\x40\xfc\x95\x2f\x25\xa2\xd9\x4c\x39\x91\x21\ \x10\x52\x80\xa0\xd5\x29\x92\x5c\x0c\x20\x4f\x02\xe3\x6e\x69\xc3\ \xca\x67\x7d\x6f\xff\xee\x99\xea\x62\x73\xdc\xeb\x65\xff\xf0\xb4\ \x75\x9d\xbb\x70\x43\xb6\x8b\x7b\xb8\x0c\x80\x10\x99\x68\x0c\x31\ \x64\xfd\xdb\x6f\x20\xfe\x24\x2d\x2c\x2e\xe9\xe8\x1e\x8b\x27\x03\ \x85\xcb\x5e\x6d\x1a\x90\x94\x30\x89\xf3\xa2\x40\x49\x40\x06\x7d\ \xf2\x2b\x9b\x21\x97\xa2\xf9\x99\x54\xa4\x90\x0e\x60\x08\xb8\x74\ \x85\x54\x38\xcf\x1d\xde\x19\xa7\x62\xb8\x70\xa9\x62\xf1\xbb\x98\ \x4c\xa7\x08\x4f\x16\x10\x61\x70\x0a\x08\x4d\xdb\x34\xac\xe3\x09\ \x54\x20\x17\x1e\x62\x14\x2c\xbc\x51\x93\xe4\xf3\x72\xae\x98\x84\ \xe0\x4a\x21\x76\x38\x16\x89\x49\x79\x3b\x68\x0a\x84\xf2\x89\x6c\ \x2c\x5c\x92\x46\x01\xf0\xe5\x8b\x72\x31\x5f\x2e\xff\xb2\x2c\x07\ \x09\x40\x24\x0c\x54\x6c\x47\x9e\x1f\x07\x03\xa9\x02\x08\x5f\x8c\ \xc5\x4f\x42\x60\x50\x36\x78\xfc\xaa\xb5\xa4\xa4\xaf\x6f\x96\x96\ \x46\x98\x14\xbe\x48\xc0\x14\xfa\xbc\x14\x6a\xd4\x68\x19\x93\x02\ \x92\x52\xa0\x10\xc5\xd7\x65\x0a\x48\xf1\x47\x59\x65\xa0\xab\x9f\ \xb3\xab\xa5\x99\x6d\xb0\xbf\x83\x7f\x46\x55\xea\x60\x65\x67\x4b\ \x77\xb4\x6d\xa0\x11\xcf\xed\xcd\x4d\xed\x3f\xbd\xed\x3c\xf8\x68\ \xfd\xd1\x5e\x94\x6a\xe6\x1f\x11\xe1\x10\xda\x11\x15\xeb\xb3\xa5\ \x0c\x8f\xe6\x6c\x85\xe9\xa3\x7d\x08\x9b\xc5\x00\x00\x20\x00\x49\ \x44\x41\x54\x83\xa3\x39\xe9\xca\x56\x51\x6e\x62\x49\xa4\x47\x60\ \xb0\x6f\x42\xb4\xbf\x95\xf5\x07\xcb\x3e\x9d\x3e\x32\xb2\xa7\xb7\ \xa4\xb2\x38\xd9\x3c\xf4\xa2\xbb\x7c\xc2\xc7\xd2\xd6\xcc\x26\xfa\ \x8c\x77\x76\xdd\xe2\xef\x9f\xd1\x1b\xa1\x7d\x4a\x2e\xe8\xe1\x24\ \xfa\xa6\x7b\x04\x27\x84\xd7\xba\xfb\x38\x7b\x58\xdb\xff\xfd\x9f\ \xbf\xfe\xfa\xd3\xfe\xe3\xc7\x08\x2b\x97\x60\x57\xcf\x44\x57\x13\ \x0b\x4b\x9f\xe4\xa0\xc0\x0c\xef\x20\x23\xb8\x25\xf8\x45\x56\xf9\ \x3a\x0f\x24\xf8\x9a\x26\x46\x66\xd4\xfb\xdb\x5a\x94\x3d\xf1\x4c\ \xc2\x5b\xe2\x33\x2c\xa3\xae\xaa\x82\xed\x4d\x62\x9a\xeb\x3c\x4d\ \xcd\xf3\x66\xfb\x7b\xca\x78\x03\x05\xba\xad\x96\x7c\xfd\x9c\x52\ \x57\xf9\xbc\xd6\xb0\xf1\x38\x53\x10\xe1\xe4\x1f\x9a\xd0\xdc\xac\ \x7f\x9d\xdd\xaf\x28\x9f\x7a\x39\xd8\x38\x3f\xce\x1b\xba\x4b\xd2\ \x4c\x54\xcc\xf6\xe5\x1b\xda\x0a\xab\xc7\x02\xee\x93\xfb\x97\x78\ \x19\x85\xa5\x89\x5b\x7b\xda\xd3\xce\xda\xdc\xed\xee\x9e\xe9\xa7\ \xd5\x95\xde\xdb\xc1\x85\xac\xea\x99\x85\xfa\x53\xc9\x5a\x75\xab\ \x68\x76\xee\xb2\x3f\xc6\xb5\xc2\xcf\xb4\xa2\x2b\x36\x55\xd4\xd4\ \xd3\xb2\x33\xd2\x7d\xa6\xbc\xd5\x57\x9d\x4d\x17\xe5\xec\x36\x4c\ \xef\x3f\x9c\x74\xb1\xe6\x36\x72\xcf\xb4\x1d\x81\x75\x09\x03\x83\ \x13\x8f\xba\xe9\x4c\xf4\x94\x11\xd3\xaf\x8b\x1a\x4b\xca\xb7\x74\ \xbc\xe9\xbc\x88\xfc\xb3\xf3\xa6\xba\xaa\x8c\xb2\x86\x82\x81\xc1\ \xd3\xc2\x05\x7d\x16\x3e\xe0\xb0\x6e\xa8\xd9\xd7\xd7\x35\xa1\x33\ \x39\xa3\xb0\x67\x64\xa8\x2e\x6b\x25\x6c\x47\x39\x30\x7a\x39\x77\ \x79\xd0\x56\x2b\x6a\xe9\xa8\x68\x2e\x0e\x4a\x6d\xe9\xa9\x6d\x2b\ \xf3\x2e\x89\xef\xee\x9a\x39\xe5\x84\x47\x55\x35\xfa\x14\x05\x45\ \x78\xf8\x25\x86\x8e\x79\x5b\x0e\xd6\xf7\x8e\xfa\xcc\x76\xeb\x4a\ \x16\xba\xfc\x93\x1b\xbb\xc6\x24\xfa\xde\x32\xf2\xa6\x11\xc3\xc6\ \x3a\xa2\xda\x07\x27\x6e\xf7\xb5\x22\xd7\x18\x5f\xcf\x98\x41\x6d\ \xd1\x43\x6d\xad\x4f\xeb\xa9\x57\x77\xcf\xa0\x68\x42\x7d\xd6\xd5\ \xbf\xc5\x53\xf5\x14\x67\xe7\x5e\x5e\xee\x5f\x5f\xcc\x3c\xaa\xd7\ \xb5\xfd\x33\x85\x43\x2b\xf9\xbb\x63\x86\xa5\xad\xd3\xf2\xcb\xc3\ \x05\xa5\x97\xf2\x76\x64\xa8\x29\x71\x36\xab\x38\xb5\x6e\xe5\x6c\ \x7a\xab\x65\x5b\xdb\xb9\xa2\xbe\x39\x52\xc5\xa9\x0d\x57\x7b\x2d\ \xbd\x51\xc9\x19\x63\x7c\x8d\x7a\x7d\xe4\x5a\x63\x60\x69\x93\x70\ \xca\xb6\x8b\xb4\xf5\x0d\xdd\x4a\xff\x4e\x62\xe9\xdc\x65\xee\x6a\ \x00\x4b\x3f\x75\x3d\x25\x99\xae\xcf\x6d\xde\x52\xed\x34\x8c\x0d\ \x37\xe6\xee\xd4\xf6\x7a\xba\x7b\xa4\xb8\x9a\x38\xd8\x9a\x59\x38\ \x7d\x34\x79\x8b\xe3\xfe\x6c\x12\xf3\xd9\xed\xf3\x9f\xf6\xe6\x7f\ \xff\xbf\xff\xf7\x9f\x3f\x3f\xbf\xb7\x37\x4a\x96\x9b\x8d\x8d\xdb\ \x3b\x6b\xbf\x28\xcf\x74\x87\x8f\x9f\x6d\x5c\x3c\x02\xeb\x9a\x5a\ \x8b\xeb\x2f\xee\xe6\x0e\x0b\x47\xaa\xdb\xa3\x1c\x22\x3b\x3a\x73\ \x83\x73\x76\xee\x52\x22\x8a\x9b\x39\x85\x15\x45\x2d\x9c\xc8\xde\ \xae\x81\xa2\xa2\x99\xe3\xc3\x03\x03\x60\xbc\x06\x7e\x1b\x80\xde\ \x23\xa0\x28\x6c\x94\x17\x90\x8d\x48\x03\x30\xc0\x20\x30\x05\xb4\ \xb4\x09\x4d\x52\x81\x55\xfb\xda\x9d\xa9\xc3\xae\x13\x69\x99\xde\ \x0e\x96\x76\x9d\x84\x43\xd3\xa4\xd7\x49\x93\x37\x5b\x41\xc3\x40\ \xdc\xfe\x9d\xe0\x4e\x2d\x43\x1a\x32\x85\x27\x7a\x6e\x80\x21\x00\ \x05\xd8\x54\xcd\x12\x64\xb0\xa3\x85\x48\x14\x4e\x4d\xa2\x2f\x74\ \xb7\xf6\x15\x07\x66\x1c\xce\xde\x9d\x9e\xbe\xee\x22\xb0\x7b\x3a\ \xf5\x09\xe8\x19\x67\x04\x0c\xa5\x01\x54\x03\xa2\xcf\x83\xb0\xa4\ \x10\xcc\x30\xa9\x66\xe0\x79\x55\xe3\x95\xa9\x45\x22\x70\x97\xaa\ \x93\xeb\xfb\x4d\x40\x18\x7d\xf3\xfa\xec\x09\x44\x44\x13\x88\x54\ \x04\x8e\x06\x0c\x5b\x42\xd3\x30\x00\xd8\x30\x76\x18\x4e\xa7\x6d\ \xcd\x0d\x25\xe9\x6f\xec\x5e\x43\x56\x07\xcb\x5e\xee\xd3\x40\x84\ \xa4\xa5\x7b\x04\xd4\x2b\x33\x4d\x52\x83\xe5\x42\xe1\x68\xb4\x18\ \xc8\x54\xc8\xd0\xa8\x29\x3b\xe1\x97\x79\x12\x58\x06\x62\xd9\xe1\ \x6f\x37\x5e\xd5\x37\x60\x0c\x58\x73\x1b\x02\x20\x82\x8e\x0f\x6f\ \x0e\x40\x5e\xb7\x57\x5c\xc6\xde\xc9\x92\x4e\x03\x80\x51\xbe\xca\ \xa5\x62\x39\x4a\xb0\x8c\x49\x02\x02\x6a\x54\xda\xea\xb6\xac\x7c\ \x25\x09\x97\x84\x01\x02\xc9\x61\x5c\x22\x91\x06\x62\x2c\x0a\xd0\ \x4c\x01\xf4\xad\x7f\x10\x8b\x10\x0b\x60\x21\x6f\xf1\xa7\x7c\xd9\ \x3c\x50\x00\x16\xca\x29\x58\x10\x8a\xb9\x28\x63\xb2\x05\xf3\x8a\ \x6f\x02\xcc\xbc\x18\x4a\x84\x83\xa5\xec\x13\x09\x88\x40\x56\x83\ \x6a\x84\x72\x34\x55\x21\x26\x09\xb8\x50\x2c\x83\x04\x65\x0a\xf9\ \x42\xae\x4c\xbe\x8c\x88\x03\xa3\xe8\x60\x80\x00\x82\x23\x62\x70\ \x52\x29\x9a\xad\x60\xf2\xd9\x28\x22\x1a\xcc\x55\x08\x15\xcb\xf3\ \x42\x06\x83\x0e\x24\xad\x1b\xa9\x8a\x4b\xa2\x33\x0c\xd1\x1a\x34\ \x18\x82\x87\xd3\xa8\xbb\x17\xeb\x07\x8d\xfd\x13\x8d\x7b\xca\xe6\ \x98\x3c\xdc\x05\x44\xce\x9f\xfc\x42\x44\xf2\x97\xb9\xd0\x45\x12\ \x1f\x3e\xcc\x86\x42\xe9\xa0\x3f\x7a\x4b\xa2\x7c\x4d\x6c\x1d\x4d\ \xbd\x83\x38\xa9\x19\x09\x11\x16\x36\x26\x0e\xa9\x33\xe9\x7e\x9c\ \xe9\xea\xfa\x12\xa7\x20\x91\xa7\xad\xad\xed\x3b\x73\x7b\x6b\x1b\ \x9b\xbf\xed\x6d\xfd\xeb\x0a\x8b\x7b\x33\x1c\xad\x2d\xe2\x7b\x6b\ \x2b\xea\xa2\x06\xf7\x63\xa2\x63\x5c\x7c\x07\x0a\x4b\x44\x19\x09\ \x5d\x75\x31\xa1\x11\x41\xc6\xd5\xcf\xc6\xcc\xdb\x9d\x13\x18\x18\ \x5a\x91\x72\xb7\xde\xc5\x89\x8a\x8a\x0d\x8e\x4c\xda\x6e\x89\x4f\ \xf4\x76\x76\x8f\x2a\xae\x6e\xf6\x77\x2d\xec\xa8\xe8\xf4\xf0\x89\ \xe5\x58\xda\x5a\x79\x5a\x38\x59\x99\x99\x5a\xd8\xbc\x15\xd0\xfd\ \x8f\x9b\xbd\xc9\x07\x53\x0f\x27\x67\x5f\x17\x0f\xeb\x3f\x5d\xb2\ \x22\xfc\xad\xfc\xac\x7a\xc3\x1d\x63\x2c\x2c\x23\x32\xfc\x63\x26\ \x7c\x1d\x07\x5c\xac\x22\x53\x07\xe3\x3f\xfa\xd4\x97\x98\x5a\x05\ \x0f\x88\x62\x6d\x1c\xca\x72\xd3\xdf\xb9\x0e\xee\x44\x58\xfe\x65\ \x95\x71\x5e\xe8\xe4\x94\x52\x5c\x57\xaa\x2b\x2e\xb9\xe0\xd5\x77\ \x6c\x21\x8a\x0a\xab\x42\x3f\x79\xe4\xbe\xbe\x1e\x3c\x37\x44\xf6\ \xcd\x1c\x2b\xf7\x2e\xae\xd7\x7c\xb7\xee\x57\x66\x2f\x2a\xb3\x2b\ \x9b\x1f\x2f\xab\x3d\xe6\x54\xc3\x3b\xf7\xe5\xc5\x4d\xe7\xcf\xfa\ \x61\xf2\x10\xaf\xa7\xec\x72\xfd\x58\x94\x37\xd6\xb6\xa5\x5c\x53\ \xf3\x76\xd4\xfa\xbc\xe7\x3e\xd5\x8e\x66\xed\xb8\x25\x23\xa7\xbc\ \x26\xa7\x68\xa4\xa2\xf1\x6c\xb0\xb1\xcf\xca\x37\x79\x7a\xa8\xce\ \x77\x6c\x21\x62\x74\xb4\xb8\xb6\x8d\xa7\xbf\x9a\xc9\x1d\x3e\xd4\ \xe9\xb2\x0a\x75\xd5\x3b\x5b\x7b\xd7\x86\xd2\x73\x6d\x6f\x51\xfd\ \xe3\xb9\x7a\x2b\x60\xf5\x56\xb7\xae\x5c\xdb\xbd\xe7\xac\xa8\xfa\ \xb6\xb6\xd6\x1b\x06\x95\x86\x9c\x54\xf5\x7d\xdf\x4a\x43\xd1\x40\ \x74\x62\xd4\xcc\xdc\xf5\x74\x93\x7a\xb0\xb3\xa0\x58\x34\xb2\xf2\ \x78\xf5\xb8\xdd\x3a\x13\x94\xad\x90\xe4\xed\xaf\x5c\x1e\x9d\x9c\ \xcd\xb4\x95\x0f\x8a\x7a\x2a\x3b\xab\x4a\x8f\x1b\x3a\x1b\xf3\x1b\ \xc6\x74\x19\xb5\x3b\x85\x0d\x2d\xfd\x53\xbd\x7d\xbc\xdc\xa3\x81\ \xfc\xa1\x89\xc8\xd3\xaa\x6a\x91\x69\xfb\x46\x42\xe1\x74\x55\x82\ \x36\xda\xbd\xfc\x20\xaf\x7b\xf4\xb8\xc2\xc3\xa1\xbe\x25\x66\x9b\ \x37\xae\x1f\xd5\x3d\x5c\x16\x24\x25\x4f\x18\xca\xab\xfa\x4b\x47\ \x2a\xbc\xf4\x07\x63\x92\xd7\xf6\xdc\xa1\xf3\xce\x46\xb8\x3a\xeb\ \xbc\xa1\x67\x24\xe7\xee\x5e\xd7\x31\x7d\x75\xda\x7a\xa0\x6f\xcb\ \xea\xe9\x9a\x1e\x19\x48\xae\xab\x8a\x89\x6f\xb9\xd5\x75\x3f\x6d\ \x34\x36\x55\x24\xae\x4f\xeb\x54\x4b\xb7\xa9\x29\x6b\x8d\x9c\xe4\ \xee\x9e\xb6\xb6\xda\x9e\xe7\xe9\xb3\x8b\xd3\xa5\xab\xb9\x83\x8d\ \xb4\xab\xed\x4b\xde\xc6\x41\xdb\xd0\x60\x4e\x7b\x13\x2f\x71\xad\ \x4c\x6d\x50\xee\x49\x71\xba\x87\x34\x7d\x4d\x46\x79\x5e\x6e\x43\ \x3e\xa7\xa7\xb9\x28\x3b\x6b\x5b\x14\x9d\xee\xe0\xd8\xd9\x94\xd1\ \x9c\xe0\x57\xeb\xe7\x3e\x98\xda\x5b\xe7\xf1\xce\xda\x3f\xda\xd5\ \xd3\xca\xcc\xc9\xc4\xb4\x6b\xba\xcc\xfb\x83\xa9\xa9\xbd\x89\xa9\ \x89\x83\x9f\x89\x9b\xc9\x87\xbf\xff\xe7\xef\xbf\x3f\xff\xf5\x9f\ \x0f\xd6\x6f\x1d\x97\x9f\x4d\xfd\x7a\x2a\x23\x7a\x7d\xbd\x33\xe2\ \x3b\x0a\x78\x85\x79\x2b\x17\xba\x9b\x8b\xfd\xd1\xd9\xc6\xcb\xa6\ \xfa\xfd\xc3\xd6\xdc\xa6\x97\xa1\xaa\xf4\x02\x5d\x69\x63\x76\x76\ \x45\xfe\x76\x4e\x51\x7d\xe3\xc2\xe5\xd6\x9e\x01\x85\x82\xa2\xe9\ \x78\x26\x14\x08\x85\x10\x19\x42\x22\x1c\x08\xe0\xa2\x89\x30\x6c\ \x08\x9e\x4e\x42\x2c\xe1\x15\x62\x19\xbc\xbd\x2a\x73\x7f\xce\x6e\ \x0f\xf8\xb2\x75\x84\x41\x01\x56\xb1\x02\xc8\xf9\xf3\xa3\xf1\xcf\ \x6c\xe4\x95\x65\x62\x41\xea\x6d\x15\x8b\x9a\x79\x4d\xa3\xd2\x6a\ \xf2\x75\xca\x61\xfd\xfa\xc6\x94\x72\x1c\x88\x9f\x3b\x42\x81\xbc\ \x34\xe4\x03\xe3\xb6\x90\xff\x40\xdb\xbf\xdb\xaf\xbe\x55\xbd\xda\ \xf1\x27\xd9\x50\x08\x19\x40\x3c\x4f\x33\xec\xa9\x01\xb8\x0d\x08\ \x93\x71\x75\x71\x84\x42\xe3\xa9\xe4\x99\x67\x88\x17\x0b\x88\x46\ \xe2\x9e\x2f\xc1\x38\xda\x79\xd9\x09\xde\x0e\x86\x85\x72\xe5\x5c\ \x90\x92\x86\x00\xd3\xf4\xab\x4c\x14\x11\x05\x5f\x5d\xdb\x50\xb1\ \xf2\x06\x91\xc0\xa4\xa9\x0b\x24\x2a\xee\xe6\x98\xa5\xe6\xc2\x41\ \xb0\xb4\x27\xd8\xc1\x94\x36\x09\x13\x07\x58\xc2\x80\x59\x34\x94\ \x00\x8b\x80\x40\x20\x0c\x34\x9c\x4e\x78\x78\xd1\xa5\x3b\x06\x49\ \xc0\x10\x2a\x9d\x0b\x98\x9a\xbb\xde\x42\x90\xf1\xe3\x2c\xda\xd3\ \x26\xb9\x66\xf8\x51\x3c\x8c\x78\x7d\x3d\xc1\xd0\xa5\x44\x14\x20\ \x04\x02\x66\x2f\x3e\xe8\x0c\x35\xe2\xf1\xb0\x30\xe5\x06\x4a\xa9\ \x3b\x3d\x00\x73\x95\xd5\x42\xc6\x97\xef\x42\xe9\x37\x19\x7d\x5e\ \xf6\xe5\x37\x5a\x30\x0f\x41\xd3\x56\xef\x01\x3f\x48\x70\xf6\x78\ \xa3\x0a\x8d\x8c\xe3\xbe\x24\xc9\x24\x78\x32\xe3\xad\xab\x1e\xa3\ \x94\x4a\xf9\x7c\x3e\x43\x2a\x14\x7e\xe5\x0a\xc5\x5c\x22\x1e\x42\ \x97\x52\xf8\x02\x30\x83\x01\xa4\x10\xd0\x5c\x3a\x11\x04\xa2\xc3\ \xec\xc8\x40\x10\x85\x45\x15\x00\xf8\x74\x30\x2e\x04\xca\x17\xc2\ \x70\x60\xa1\x40\xc0\x64\xf3\x19\x5c\x88\x5d\x26\x12\xce\xc6\x10\ \xf9\x14\xb1\x40\xce\x65\xd0\xa1\x4f\xf4\x75\xaa\x11\x62\x99\x90\ \xeb\xe5\x79\x01\x80\x22\x58\x5c\x94\xf1\xc5\x02\x10\x55\xa5\xd9\ \x3e\xd3\xa4\x85\x79\x71\x65\x60\xd9\xb2\x58\x01\x66\x4a\x15\x32\ \x28\xea\x9a\x0a\xbb\xa8\x81\x91\xfe\xf0\xf0\x8d\x28\x2b\xf1\x48\ \x4e\x0e\x0d\xb4\x32\xb1\x31\x31\xb1\x34\x33\x73\x72\xec\x4c\xf6\ \x48\x08\x0e\xaf\x8b\x0d\xb2\x6d\x35\x3a\x46\x4b\x93\xb7\x4a\x0a\ \x7b\x7b\x5b\xa7\x94\xca\xd6\xf0\xc8\x78\xd7\x50\x0f\x37\x4f\x5e\ \x89\xa7\xa7\xb9\xcd\xdf\x16\xd1\xde\x8e\xe6\x7e\xff\x9f\xa2\xb7\ \x7f\x46\x7d\xdf\xff\xff\xb7\xab\x26\x15\xab\x59\x2b\xcb\x6a\xb1\ \xb2\xb0\x5c\xb3\xe5\x72\xe7\x72\x6b\x54\x36\x45\x23\x69\x62\xa7\ \x74\xa5\xb4\x0b\x15\x2a\x25\xa4\x3a\x15\xe1\xe0\x64\xb0\x96\x8b\ \xc3\xb6\x96\x85\x1d\xbd\x7b\xdb\x4c\x72\x98\xb7\x83\xbc\x5d\xbe\ \x91\x7c\xc6\xa1\xa3\xf9\xfe\x1f\x5f\xe7\xe7\xd7\x73\x5e\xcf\x99\ \xd7\x3c\xe7\xf6\xb8\xdd\x67\x5e\xcf\xc7\x23\x4f\x48\x2e\x49\x43\ \x65\x9b\xf8\x69\x91\x29\x6e\x65\x06\x35\xe7\x7d\x46\x69\x6d\xb9\ \x44\xc7\xa0\x6b\xf0\x82\x3e\x6a\x8e\x5a\xe4\x65\x69\x8f\xbc\x71\ \x0c\x35\x46\xa7\xcf\xae\x20\x94\xa2\x8c\x85\xa8\x5c\x19\x2b\xee\ \xf5\xab\x1f\x5f\xea\xe8\xc7\x1f\xdf\x7c\xc8\xd1\x20\x33\x0a\xe2\ \xde\xbd\x4e\xcf\xa9\x20\x0b\x2b\x32\x84\x84\xe8\x82\x92\x0f\xa8\ \xb7\xb5\x3a\xae\x3a\x8d\x4c\xec\xcb\x7b\x53\x4f\xce\xeb\x4e\x48\ \xa7\x1a\x28\xd8\xb7\xff\x9d\x26\x5a\x10\xc4\x65\xe3\x77\xda\x5a\ \x89\x18\x26\x9d\x58\x6a\xa0\x5b\xda\x32\x72\x72\x69\x67\x17\xfd\ \x83\xe6\xb5\x67\xc9\x20\x85\x17\xf7\xd7\x22\xb0\x73\xd7\x42\x7c\ \xf5\x3e\xa1\xe2\x66\x73\x77\x51\xd7\x7b\xf8\xe4\x58\xe0\xb7\xd5\ \xf6\xb7\x1c\x1d\x8a\xf4\x48\xcf\xad\x6f\xae\x0d\x5f\x24\xd0\x6e\ \x0c\x4b\xfa\xf2\x2a\x96\x56\x4c\x8c\x2e\x06\x5e\xa7\x1f\x60\x6d\ \x7a\xf8\x63\x2d\x0c\xb3\x65\x44\x2a\xe7\x6e\x56\x7f\xab\x99\x3e\ \xf0\xf4\xad\x48\xf5\xa7\x0b\x4f\xc7\xf7\xc7\xa7\x5b\xc6\xd3\x85\ \x33\x86\xd6\xdc\x61\xd6\xb6\xb6\xad\x4c\xb2\x2a\xaf\xd8\xc7\xd7\ \x4b\xfc\x85\xb3\x86\x63\x69\xad\xfb\x99\xd4\x71\x26\xae\xf3\x8a\ \x44\xb5\xd6\xbb\x91\xc7\x63\xfb\xc9\x42\x0b\x49\x29\xf7\x30\xe2\ \xfa\x45\x06\xf9\xc9\xb4\xcd\xb0\x7b\xca\xb9\xd7\xee\xdc\x48\x97\ \xdc\xa7\xd3\xa7\xdd\x54\x83\x58\x78\x73\x28\xf5\xda\xbd\x37\x7b\ \x77\xd6\x53\x4e\x0b\x3f\x4a\xb4\xb3\x9c\xae\xfe\x16\x32\x7c\xb3\ \xbc\x77\x63\x77\x5e\x1f\x9d\x9b\x7b\x57\xe8\xb5\x2b\xbe\xfd\x2e\ \xd6\xcb\x8e\x63\x5a\x1d\xc5\x34\x78\xec\xbc\xf0\xce\x79\xa6\xd3\ \x28\xf5\x27\xc3\x9e\xf9\x36\xcb\xc2\xf4\x5c\xef\x76\x9b\xc0\xe2\ \xb9\x90\x4e\x9b\x24\x5d\x24\x8c\xca\xf7\x98\x80\xc4\x9a\xe7\x0a\ \xf8\xd0\xa6\xc1\xe1\xe9\xc9\xc9\x9d\x79\x41\xba\x82\xd7\x34\x3c\ \xb6\x42\xeb\xb5\x0d\xb6\x6d\xc8\x57\xcd\xbd\xd3\xd2\x5b\x69\x45\ \x5b\xdf\x24\xd3\xb1\xee\x5d\x16\x52\x97\xb6\x44\x4f\xfe\xa3\xfa\ \xad\x3e\x21\xa5\x28\x23\x11\xd3\xaf\xee\xcf\x49\xcb\x30\xd4\xca\ \x1d\xdd\xb9\xec\x36\xf3\xe6\xd5\xfe\xb4\x66\xb0\xad\x57\xe7\xa0\ \xf7\x73\xce\x3a\x9a\xb6\xad\xab\x76\xee\xaa\x4b\x5a\x6b\x56\xa9\ \x6b\x4b\xb4\x03\xca\x5d\x89\xfb\x78\x78\xcb\xb2\xec\xb8\xdf\x5c\ \x1e\x78\x70\x35\x8c\xce\xed\x0e\x2b\xb6\x3d\x93\xdb\x17\x6a\x99\ \x54\xce\x66\x69\x4b\x73\xf0\x91\x1f\xff\xfe\x31\xfb\xa7\x77\x9f\ \x3e\xc5\x25\x24\xe4\xe5\xaa\x50\x98\xec\xb8\xd2\xb6\xd7\xb9\xc8\ \xec\xb8\x0f\x58\xaa\xac\x34\xb1\x9c\x94\x56\x9a\x93\x27\x23\xa6\ \x65\xa4\x75\x50\x54\x25\xe9\xd1\xef\x3e\x24\x95\x13\xa8\x55\x5d\ \x9a\xeb\x8b\x9b\x33\xc6\x6d\x80\x65\xf8\xe4\xf4\xf8\xe8\xe1\xe0\ \xf6\xee\xa0\x78\x0a\xed\xb2\xc6\x2c\x9e\x6f\x16\x2f\x8f\x16\xc3\ \x02\xee\x2e\x1f\x6f\x4f\xd7\x8b\x5d\x1e\xad\xe8\x74\xf1\xfc\xf9\ \xe8\x7c\xd6\x03\x41\xe4\xbb\x82\x57\x1b\x36\x56\x2b\x47\x17\xb0\ \xb8\xa8\xa0\xd8\xe4\x18\x98\x15\x90\xe5\x8d\xef\xdd\x6b\xae\xdc\ \x58\x7a\xde\x05\xf9\x1d\x59\xfb\x4e\xf7\xdc\x61\xf1\xb1\xf0\x66\ \xbf\x78\x5b\x70\x65\x40\xdd\x6d\xcc\x2a\x3a\x6a\xc4\x1e\x25\xa9\ \xe0\xbb\xed\xb0\xd1\xf0\xea\x10\xe0\x83\x57\xf7\xd0\x13\x9c\x99\ \xdf\xd9\xfc\xf5\xcf\x1e\x48\x70\xbb\x6f\xef\x30\x76\x6b\xd5\xdd\ \xe3\x07\x0c\xbc\xb4\xa3\x53\xad\xc9\x9d\xe3\x97\xee\xdb\x87\xa3\ \x31\xf5\x74\xf5\xd7\xb2\x03\xbe\x13\x74\x65\x5f\x8d\x09\x0f\x8e\ \x0f\x9c\xb9\xca\x1a\x4a\xce\xea\x6c\x9f\x5a\x9c\x5d\x77\x37\x48\ \x47\xee\x47\xe0\x8b\x0f\xc5\xed\x0a\x77\x78\x54\x30\x1a\x8c\xf3\ \xc4\xc3\x71\xa3\x53\xc1\x60\xeb\x46\x59\x60\x0f\x98\xb1\x12\x15\ \x6b\xaf\x6c\xbf\x86\x07\x87\x84\xa3\x5d\xbe\xcd\xcd\xbb\x32\x20\ \x0e\xe6\x57\x06\xee\xa9\x0e\xb0\xb6\x84\xc5\x37\x3c\x95\x6d\x36\ \x42\x21\x8d\xdf\xc2\x7c\x51\x21\x99\x61\xa9\x80\xe4\xcc\x2c\xef\ \xce\xf6\x8a\x75\xd4\x17\x05\x28\x0b\x4b\x0e\xcb\x72\x58\xfd\x61\ \x63\x8b\x95\x53\x68\x70\x7b\x68\x4c\x5d\xfb\x59\x7b\xe0\xa9\x73\ \x3e\x3e\xb0\xcc\xb5\x58\xec\x9b\x1d\xe9\x0c\xb7\xfb\x9a\x27\xc0\ \x07\x20\x40\x20\xa4\xe6\xc1\xed\x66\xbe\xc4\xb2\xef\xff\xfc\xfa\ \xf9\x7f\xfe\x0f\x07\x68\xfe\xfa\xfd\xdb\xd7\xcc\xe6\x9e\xcc\x90\ \x9a\x93\x9b\xe3\x91\x4c\x70\x20\x74\xab\xc6\x0f\x54\x36\xd4\x10\ \x1f\x00\x04\x05\xc3\xdb\x41\x13\x20\xe7\x78\x66\x0c\xe2\x4b\x66\ \x75\x6a\xec\x97\x7f\xfc\x63\xa6\xf1\x7b\xe0\xc4\x78\xea\x90\x7f\ \xe7\xe7\xd8\xef\x5f\xbf\xff\x3e\xf4\xb5\x3a\xf5\x7b\x67\xd8\xef\ \xb1\x21\x81\x61\x35\xbe\x55\x50\xd8\xf2\xa9\xcd\x2f\x0b\x00\xdb\ \x04\xa6\xc6\x83\x1a\x5f\x4a\x03\x10\x9c\x89\x40\xc3\xfd\xc6\x83\ \xfc\x5a\x60\x08\x40\x23\xb0\x07\xd6\xd9\x1c\x3e\x05\x08\x8d\xfd\ \xfc\x25\x3e\x14\x02\xfb\x32\x3e\xf1\xbd\xf3\x8f\x9e\x6f\xff\xf3\ \xed\xdb\xd7\xce\x3f\x67\x02\xbf\x7c\xef\x99\x69\xfe\xe7\xb7\x90\ \xcc\x10\xff\xe4\xe2\xfc\x83\xb0\x11\xd8\xff\x21\x82\x27\x62\x7b\ \xbe\x07\x64\xfe\x80\x34\x92\x1b\x10\x03\x32\x23\x36\xe2\x75\xe2\ \xdb\x9f\xde\x44\xa7\x47\xbe\x89\xc6\x10\x92\x08\x54\xf2\x6b\xb2\ \x55\x93\x67\x2e\x11\x10\x31\xd8\xb8\xec\xb7\x29\xe5\x85\x85\xdc\ \x6e\x5a\x5c\xfa\x87\x8f\x18\x5d\xc6\x8f\xd1\x25\xb4\xb4\x8f\xbf\ \xfd\xf4\x36\x3d\x25\x27\x4f\x50\x11\xfd\x3e\x22\x2d\xe1\xc7\x84\ \x44\x73\xc7\x3b\xbd\x34\xb7\xe4\xf5\x5b\xae\xb0\x9c\x6a\x2a\x2c\ \xc8\xd3\x1b\xc9\xb5\xda\xf4\xc8\x94\xd2\x88\x3c\x2b\xeb\xd5\xf6\ \x48\x82\xae\x8b\x8c\x29\x88\x4c\x40\xa5\x97\x13\x05\xa6\xa4\xff\ \x4c\x8a\xfe\xed\x75\x24\xa5\xf4\xc2\x4e\x2a\x2f\x48\x4f\x48\x78\ \x13\x99\xf6\x3a\x43\x89\xc2\x9a\xfb\x53\x92\x3e\x1a\x27\x69\xc8\ \x02\x65\x3a\xb9\x0b\x53\xdb\x66\x12\x6a\x4a\x0a\x91\x24\x0d\x4a\ \x77\xb8\xa2\x11\xf3\x99\xf3\x72\x79\xbd\x83\x2d\xe9\x52\xaa\xb9\ \xe7\xe7\x6d\x98\xf4\xc9\x56\x76\x57\x15\xcf\x51\x2f\x94\xa7\x0d\ \x5f\x86\x8a\x04\xea\x84\x77\x05\xc2\x49\xae\xa4\x20\x37\xa9\xa8\ \x9f\x5e\x6f\x98\x24\x25\x14\x6a\x9b\x68\x0f\xf6\x07\x8b\xe5\x60\ \x87\xd2\xe5\x1b\x24\x9f\x0f\x98\xcd\x7d\x82\x36\xc3\x20\xbf\x55\ \x52\xb5\x3f\x48\x34\xf0\x48\x6d\x2a\xe7\xa1\xe2\x6c\x64\x6b\x9a\ \x29\xa3\xdb\xad\x02\xa3\x65\xf5\x68\xa1\x7e\xff\xf9\xea\xc2\xdb\ \xa7\x99\x5c\xd9\xdf\xef\x15\x0d\xb4\x3a\xdc\x2d\x4b\x5b\xe7\x96\ \x8d\x0d\x93\x92\xa5\x36\xa9\x56\xfa\xc7\xd4\x92\x2a\x91\xda\x20\ \x34\x31\x6b\xbb\xd3\x91\xa6\xf2\x7b\xfb\x74\x47\xa2\xe1\x7c\x64\ \x8f\xd9\xaf\xa2\x22\x13\xa2\xd3\x69\x7d\xef\x3f\x94\x88\xc7\x5a\ \xc7\xfa\xf4\xec\xd6\xc9\xad\x53\x29\x79\x63\x6e\xeb\x88\xda\xa5\ \x18\xb3\x2a\xec\xa7\x72\xa1\x51\xb7\xe1\xdb\x59\x6d\x9c\xd7\x4c\ \xb6\xe2\xbb\x18\xf5\x49\xad\x5f\x87\x06\x5a\x06\x2f\xac\xd6\xeb\ \xc7\xc7\x1d\x39\x0f\x3d\x46\xd4\xab\xfb\xba\x21\x60\xdb\x95\x9d\ \xa4\xe1\xc8\xa8\xbc\xfd\xde\x3d\xf7\xfd\xf6\x80\x9c\xeb\x19\x30\ \x31\xca\x2d\x12\xeb\x41\x2f\xdd\x62\xb8\xba\xd5\xf2\x38\x73\xba\ \x95\x0e\xf6\xf2\x02\x9a\xad\xd6\x4b\x8c\x2d\xf9\x7b\xec\x7e\xb6\ \x41\x5c\x48\x73\xa8\xad\x64\x0a\x87\x79\x3e\x46\x21\xc9\x12\xde\ \xb5\x91\x3a\xc4\xcf\xf9\x80\xa0\x0b\xb7\x94\x21\xe6\xf2\xe7\xd5\ \x3c\x77\x81\x41\x50\x6b\xe5\x49\x86\xeb\x09\x7d\x2f\x80\xc0\xa6\ \x09\x0b\x2a\xc4\xa4\x92\xc1\x25\x59\x7f\x0b\xa5\x7e\xff\x66\x4e\ \xa7\x2f\x6c\x55\xb0\x58\x45\x28\xa5\x52\xe1\xd8\x96\x9f\xb7\x9d\ \x74\x94\xd0\x4d\xe9\x04\xa3\x06\x4f\xa4\x50\x49\xa4\xc7\x63\xe9\ \x31\xa3\x57\xe1\xd0\xb5\x0e\x9e\x3e\x8a\xf0\x7a\x91\xb8\xef\xf4\ \xf8\x7c\x69\x4f\xc4\xe8\xf6\xa8\x72\x8b\xca\x93\xde\xbc\xc2\xbc\ \x4b\x8c\xf8\xf4\xe3\x7f\xbd\xfa\xf8\x4b\x44\x52\xca\xdb\xb7\x29\ \x91\x69\xe9\xfd\x25\x8a\x8c\x72\x6a\x2d\x3e\x2e\x25\x7d\x90\xc7\ \xeb\xa2\x69\x28\x19\x79\x18\xb9\xdc\x98\x27\xec\x50\x0c\xbb\x17\ \x6e\x26\xe9\xb5\xc6\x96\xed\xe3\x9d\xbb\xe7\x65\xc6\x31\xeb\xae\ \xce\x6e\xdf\x3d\xb7\xa3\xd1\xa1\x01\x08\x40\x50\x2c\x10\x0e\xf2\ \x83\x84\x64\xe2\x20\xa0\x58\x60\xc0\x4b\xdd\x06\xc6\x04\x65\xce\ \xda\x2f\x3d\x21\x88\xcc\x8d\x8d\xde\x39\x16\x3a\xd9\xb6\x32\x4c\ \x9f\x65\xed\x01\xd0\xb7\xc1\x75\x75\xa9\xc0\xe5\x16\xef\xd1\xcd\ \xc5\xc9\x91\x26\x1f\xfd\x0c\x63\x9f\x3f\x6f\x56\x26\x0f\xb7\x19\ \x59\x27\x6d\x0b\x87\x0f\xf9\x35\xcb\x0d\xa3\x90\xcd\xd0\x54\xbb\ \xcf\x73\x9c\x15\x0c\xe7\x14\xb5\x39\x36\x56\xec\x9e\x5e\xf3\x68\ \xf0\x93\x2f\xfc\x2e\xeb\x8f\xcf\xff\xf8\xf3\xcb\x9f\x7f\x7e\x0f\ \xda\x3a\x3d\x1e\x68\x55\x32\x2c\x8b\x5e\xc6\x54\xb3\x5f\xc0\xd4\ \x8e\x87\x7d\xab\xb7\x6d\x9d\xf9\x07\xba\x62\xc6\x9f\x20\xd5\xa0\ \x4a\x34\x0e\xe0\x0b\xf5\x8b\xaa\xc6\x7d\xc1\x0d\xf9\x05\x80\x32\ \x2b\xcf\x9a\x7d\xcc\xa7\xc5\xf3\x6d\xbe\xd5\x71\xb4\x6a\x3d\x7f\ \xe4\x49\xe2\x8f\x6c\x53\x53\xae\xfb\xde\xad\x64\x08\x02\xee\x17\ \xb4\xd8\x80\xe6\xf7\x3d\xd7\x04\x55\xe3\xe0\x08\x5b\x18\xe2\x60\ \xf6\xb6\xc1\x8e\x86\xb4\x83\xfd\x43\x20\xe1\xbe\xe0\xcc\x80\xf8\ \x2b\xcf\x51\xd6\xd5\xde\x50\xea\xd5\xc1\x72\x38\xf8\x20\x7c\x34\ \x30\x2a\x08\x0a\xff\x1c\x30\xfb\x2d\xe0\x6a\xaa\xec\xe4\xee\xe9\ \x68\x64\xbf\xc1\x85\xbb\x5d\x1b\xde\xbd\x96\xfa\xe2\x1b\xa1\x0d\ \x31\x50\x00\x3c\xf6\xc1\xb6\xf1\x3f\xcf\x6d\x5b\x59\x00\x5c\x68\ \x48\xcf\x4c\x60\x2c\x22\xf6\xe5\xbb\x81\x62\x8a\xbf\x4f\xc4\x1c\ \x8c\xfa\xfb\xf7\xfc\xf1\xf9\xf3\xef\x00\xc4\xf7\xcf\xc0\xd4\xe6\ \x80\xcb\xba\xca\x86\xf0\xe0\x20\xd8\x1d\x73\x0c\xf1\xa7\x1f\xa2\ \xd9\x5e\x09\x02\x81\xc3\xcb\xdc\xc1\x75\xd0\xa7\xc1\xa3\x99\xa8\ \x87\x40\x5c\xe3\x67\xdc\xc4\xcc\x9f\xdf\xbe\x7d\xff\xf6\x7d\x66\ \xe6\xf3\xef\x7f\x7e\xad\xee\x69\xf4\x6b\xdf\x9e\x2e\x8e\x72\xc6\ \xfe\xa3\x9d\x01\x09\x00\x84\xac\x22\x02\x8b\xcf\x17\x01\x2b\x83\ \x6d\x8e\x4e\x38\x20\x16\x17\x52\x53\x09\x0d\xab\xab\xc9\x6a\x46\ \x84\x84\xe4\x97\xb9\x70\x41\x61\x81\xa9\x99\xc1\x43\x7f\xe0\x80\ \xc1\xfe\x43\x00\x3f\x38\x70\x3d\x08\x31\x1e\x1e\x16\x04\xfe\x3d\ \xff\xc4\x89\xfb\xcf\x38\xd7\xf0\x5b\x1c\x3c\x28\x1e\x0a\xf3\x03\ \x7c\x09\xbe\x0d\x8e\x6d\xae\x06\xc2\x00\xa9\x43\x20\xc4\xef\x3d\ \xd0\xc0\x6f\x9f\x11\x01\x3f\xc8\x5a\xe5\x73\x47\x27\x6d\x6b\x79\ \xef\x23\x69\x54\x73\xd2\x87\x44\x24\x2a\x3d\x25\xbd\x62\xba\xa5\ \x00\x83\x12\xa4\x7c\x4c\x47\x16\x24\x09\x74\x83\x25\xd1\xb9\x7d\ \xba\xec\x7a\x32\x1e\x5b\x41\x88\x48\x21\x12\x52\x52\xb2\xb3\xab\ \xf2\x22\x7e\xf9\xcb\x2b\x6a\x52\x44\x01\x2a\x3b\x01\x53\x52\xf4\ \xee\xc7\x5f\x75\xdb\x69\x49\x39\x48\x21\xb9\xb4\x84\x5c\x52\x51\ \x2a\xac\xcf\x13\xe2\xd3\xe2\x8a\x14\xda\xc2\x81\x7a\x89\xb6\x3c\ \xaf\xf5\xbe\x4a\x49\xa1\x16\xa5\x61\xa3\x4b\x23\x3f\xd4\x66\xe3\ \xd3\x3f\xfc\xf4\xf1\xd3\xdf\xdf\x52\xb7\xb9\x9c\x5e\x52\x52\x36\ \xf2\xc7\x5f\x7f\xfd\xed\xc3\xab\xc4\xd2\xb7\x98\xa4\x88\x1c\x2c\ \xde\x58\x24\x16\xbe\x2b\x60\x08\x88\x06\x32\x5e\x2e\x29\xe9\xaf\ \x20\x15\xf4\xcb\x87\x5b\xfa\x5b\x8f\x37\x74\xad\x66\xd6\x75\x93\ \x54\x3e\x3f\xa0\x44\x65\xec\x78\x24\x28\xb1\xb1\x7f\xee\xe8\xe9\ \xa4\xaf\x8b\x9f\xf8\xae\xbe\x6b\xf9\xfe\x9a\x8e\x4d\x44\xf2\x1d\ \xaa\x5c\x9d\x8a\x76\xed\x7b\x5c\xbb\x3f\x97\x10\xaa\x58\xa2\xe1\ \x9b\x86\xc7\x31\x8d\x94\x52\x9f\x1c\x75\xa6\xae\x57\xc9\xeb\xeb\ \xb9\xac\xc7\x35\x4d\x9f\xc1\x53\xa1\x77\xe8\xea\x73\x05\x7a\x15\ \x45\x71\xa6\x52\x7a\x9a\x5a\x78\x48\xd9\x09\x7b\xd4\xda\x45\x3b\ \x5f\x53\x73\x1c\xdd\x87\xc2\x0a\xa9\x76\x57\xc9\xb9\xb6\xc8\x09\ \x54\xae\xa8\xbc\x9b\x5c\x9f\xfb\xe2\x84\xb9\xc8\xb4\x42\xca\x60\ \xab\x77\x8d\xbd\xf7\xb0\x70\x42\xe6\x7b\x9a\xe6\x64\xf6\xd8\xe3\ \x41\x0c\xbe\xa2\xc5\x54\xd1\x24\xc3\x17\x62\x08\x5d\x79\x71\x69\ \x05\x62\x6d\x45\x0a\x69\xad\x0a\xbf\x0f\x95\xf2\x24\xa7\xdc\x49\ \xfa\xf6\x56\xd7\xf3\xa3\x07\x7d\x3c\x36\x49\xb5\x32\xad\x1b\xdb\ \x76\xc3\x29\xc7\xc2\x51\x77\xab\x73\xcd\xbf\x7f\xb5\x17\x74\x71\ \x84\x87\x7d\x67\xd7\xae\x41\xae\xa6\xcb\x20\xe6\x9e\x24\x43\x47\ \xeb\x42\x6d\x83\xec\x63\xcf\x6c\xbb\x67\xdf\x2f\x2b\x1c\x14\x05\ \x09\x6b\x00\x9f\x70\x77\x64\x73\xcc\x83\xca\xe4\x95\x04\xd4\xb0\ \xe0\x90\x3e\x98\xa7\xec\x5f\xe9\x2a\x9f\xf3\x19\x8c\x5c\x47\x07\ \xd9\x3c\x30\x49\x2b\x2f\x2f\x9d\x96\x52\x1d\xbb\x6b\x72\xa9\x7b\ \xf7\xe4\x98\xa0\x4a\xa0\xb1\x08\x87\xbd\xf7\x88\xce\x55\xb5\xca\ \xc2\x5f\x39\x5b\xf3\xd8\x16\x79\x74\x46\xad\x63\x51\x69\xb5\x34\ \x35\x0d\x08\xc4\x63\x4d\x74\x16\xeb\xb6\x96\xa3\x60\x1b\xdb\x4c\ \x4a\xde\xe4\xb0\x50\xaa\x1a\x5c\xb9\xdf\x69\x12\xc9\xfb\x04\x26\ \x09\x5f\x44\x11\x68\x0a\x72\xaa\xf0\x05\x3a\xa3\xd6\x88\xa1\x1a\ \x3b\xcc\xcf\xf4\xfa\xbe\x0a\x86\x98\x92\x93\x87\xd4\x0f\x97\xa7\ \xd5\xe7\x60\xcc\xac\x49\x9d\x59\x9f\x90\x83\x24\xa5\x64\xa3\xf0\ \xd9\x71\x85\xa8\x92\xe8\xb7\x89\xe9\xaf\xa3\x5f\x67\x14\xc8\x0d\ \x39\x79\xe9\xea\x02\xa2\xc1\xab\xaf\x2a\x28\x2c\xe0\xeb\xd2\xf0\ \xa6\xc1\xda\x0e\xad\x64\x8c\x6a\x36\x77\x4b\x5a\x07\x51\xc8\xec\ \x81\x31\xfb\x12\x63\xcc\x6a\x6b\x59\x7b\x66\x74\x79\x97\xaf\xa7\ \x9c\xb7\xbe\xd1\x27\x5b\x71\xe8\xd5\xdd\x28\x20\x10\x34\x14\x1a\ \x1f\x08\x8d\x2a\xf3\xeb\x4c\x0e\x0b\x0a\x83\xe3\xc2\x9f\x46\xfd\ \x9c\x0f\x4f\xcf\x92\x96\x2e\x85\xab\x38\x74\x56\x42\xe3\x3e\x87\ \x65\x2d\x9f\x27\x83\x9f\x6d\xc7\x92\x10\x67\xbe\x6d\xaa\xb7\x77\ \xb8\x73\x7d\xdb\xdb\x66\x9d\x6c\x9b\x73\x76\x86\x01\x76\x5b\x6f\ \x2b\x6b\xb2\x2e\x25\xc7\xf6\xbd\x1a\xef\xc5\xda\x6e\x0d\x3c\xb0\ \x19\x97\x09\x48\x05\xc0\x02\x0f\x1a\x42\x87\x20\xd7\xd7\x8b\xf9\ \x17\xa7\x6d\xf3\xd0\xf8\x18\xeb\x4a\x75\x50\x14\x2c\x00\x3e\xf4\ \xb9\xf1\x7f\x0e\x04\xcb\x5e\xce\x9a\x27\xf9\xca\x1f\x6d\x8d\x6a\ \xbc\x5b\x7f\x89\x8c\x3e\xd9\x43\x4c\xf7\x2a\x0c\x76\x3b\x7b\x15\ \xe6\x0f\xb6\x5d\xd6\xa0\x9b\x63\x42\x32\xfd\x32\x53\xc3\xc0\xa1\ \xc1\x53\x61\xa9\xc9\x31\xb3\x65\x23\xa0\xea\x1a\xc6\x9d\xd5\xe7\ \xb4\x59\x5d\xec\xbb\xf8\xa9\xf6\xc7\x49\x40\xbc\x67\xd5\xb5\x64\ \xe3\x89\x56\x43\x2b\x6f\xc3\xbe\x57\xfb\xdc\xe0\x58\x74\x90\xd7\ \xf4\xb8\x33\x5b\x5c\x0c\xbd\x74\xd9\x46\x2b\x0f\x17\x3c\xd6\x3b\ \xab\xeb\x60\x75\xd4\x6d\x6f\xd1\x5e\x37\xe7\x2f\x3b\xc1\x7e\x61\ \x90\x86\xe0\xe0\xd3\x50\x5c\x4f\x48\x0f\x0e\x17\xd0\x7e\xb7\x59\ \x83\x5e\xf0\x40\xcb\xc6\x42\xc2\x1f\x97\x58\xdd\x74\x1f\xb8\x78\ \x04\x02\x7f\x11\x47\x68\x78\x1d\x10\x62\xef\xed\x13\x3f\x7c\x89\ \x47\x84\xf8\x05\xf8\x17\x7b\xad\x50\x40\x10\x18\x0d\xfd\x13\xb4\ \x8a\x3b\x0a\xfe\xf2\xc7\xf7\xc6\x66\x78\x94\xd3\xef\xeb\x44\x0f\ \xae\xe7\xb3\xff\x3d\x38\xf6\xe0\x45\xaf\x2a\xbf\xe0\xaa\xdb\x01\ \x8d\x60\x60\x28\x3a\xc6\x0f\xed\x8f\x83\x4d\xa4\xc6\xfa\xc3\x33\ \xf3\x81\x81\x61\xdf\x2e\x9f\x83\x86\x66\x3e\xcf\x4c\xc4\x8c\xbe\ \xf0\x08\x54\x03\x83\x6f\xd8\xe2\x0f\x02\x5c\x3e\x5f\xd9\xdd\x54\ \x3c\x64\xa6\xd3\xd6\x80\x48\x0d\xbf\x6c\x04\x07\x06\x06\xb8\x7f\ \x0f\x4a\xc6\x21\xda\xbd\x2d\xc9\x67\x0d\x07\x53\x35\x1b\xab\xd5\ \xc1\xa1\xd0\xa8\xf0\x1a\x97\xcd\xb7\x63\x1f\x69\x5f\xbd\x85\x02\ \x62\x21\xa3\x08\x10\xa2\xa7\x39\xb6\xb9\x39\xbf\x46\x74\xf2\x35\ \xb3\x3a\x14\x16\x16\x82\x0e\x83\x7f\x99\x68\xec\xd9\x6c\x07\x65\ \x06\x85\x34\xe2\x32\x03\x53\x01\x23\x7a\xfe\xda\xec\xa6\x3b\xdf\ \xd6\xf8\xf9\x87\x26\x65\x2f\x63\x6d\x69\x58\x51\x5e\x35\x58\x39\ \x0b\xbd\xc9\x2e\xed\xd7\xd0\xd2\xea\x27\x99\x82\xfe\x0b\x79\x91\ \xac\xe0\x75\x41\x49\x46\x7a\xbf\x4a\x9c\x57\x4e\xd4\x31\xf7\xfb\ \x13\xf1\x05\xe4\x9c\xf4\x02\x4c\x42\xf4\x9b\x37\xb9\x05\xaf\x7f\ \xfe\xe5\x6f\x11\x6f\x3f\xbd\x4b\x28\x12\xa4\x65\x67\x44\x7e\x78\ \xdf\xad\xa9\x2a\xca\x2e\xa8\xaf\x50\xa9\x31\xb5\x26\x31\xad\x80\ \x30\xa6\xa7\x68\xa8\x5c\xee\xe4\xc9\xa1\x45\x4c\xec\xa8\xc8\x60\ \x70\x9a\x68\x91\x9f\x08\x32\xdd\x58\x0a\x8d\xa9\x2f\xd1\x98\x3f\ \xfc\x98\x43\xa4\x28\x74\xd1\x48\x6c\x02\x92\x43\xfd\xed\xe3\xcf\ \x7f\xfb\xe9\xc3\x2f\x09\x09\xef\xde\x45\x0b\x6c\xdd\xc4\x08\xd4\ \x6b\xcc\x1c\x4f\x2b\x33\x4a\xfa\xcb\x4d\xfd\x1d\x4a\x0c\x8b\xd1\ \x4f\x19\x14\xad\xf0\x3d\x67\x2a\xfd\xee\xbc\x46\xb8\xaf\xe0\x96\ \x97\x62\x05\x7d\x3a\xf1\x7c\x4e\x6e\x61\xdb\xa8\x75\xc3\x67\xc9\ \x8b\x8e\x58\x9b\xdc\x5b\xed\x5d\xd9\xf3\x78\x8f\x39\xc3\xac\xc2\ \x84\x26\x2f\x53\xd6\x72\x32\x68\x3a\x99\x1b\x63\xf6\xca\xb5\x32\ \x1a\xcf\xcc\xaa\xf3\xb0\xc8\xf4\x92\xb4\xde\xa6\x22\x2d\x03\x8f\ \x27\x4d\xde\xe8\x95\x6c\x3e\x9b\xca\x63\xed\x37\x30\xaf\xa7\xeb\ \xbb\x07\xeb\x73\xdb\xe5\x3a\x0b\xeb\xa5\x2e\xd2\xe5\xa6\xda\x13\ \x36\xc3\x30\xdc\x31\x2c\x50\xa6\x65\x47\xe6\x92\x31\x79\x29\xe9\ \x89\xd9\x6f\x5e\x25\x24\x65\x63\x12\x52\x04\x64\xb1\x4e\xbe\x7c\ \x33\x92\xb5\xbe\xbc\xbc\xe2\x1e\x69\xbb\xb6\x1d\x81\x60\x8b\x34\ \x45\x2b\x39\x5b\x97\x4b\x2c\x42\xc9\xaa\x54\x48\x24\xb5\x62\x53\ \x3f\x2c\x49\x23\x19\xd6\xce\x9d\x9b\x8c\x9d\x5d\x85\x79\x73\xec\ \x70\x65\x89\x79\xb3\xb1\xbf\xd8\xab\x6d\x31\x99\x9b\x6e\xe9\xd4\ \x05\xe6\x8e\x82\x9c\x98\x93\x3f\x54\xcd\x37\x11\x50\xb6\xb3\x53\ \x7e\x47\x86\xa6\xd6\x30\xac\x90\x5f\x4f\x71\xc8\x2d\xc3\xdc\xfe\ \xc4\x5c\xac\x64\x9a\xd5\x2b\x1d\x9e\xbf\x3e\x79\x98\xcd\x4f\x0d\ \xec\xd5\xca\x99\x87\x2b\x74\x90\x5b\x28\xe0\xa6\xcb\x26\xaf\xd5\ \x1c\x73\x57\x93\x64\x49\x40\x2d\x41\xa5\xbf\x46\xad\xd5\xb6\x6e\ \x2b\xd4\x1b\xb6\x07\x09\x75\x47\x5b\x3b\x3a\xa6\xa8\xb7\x5c\x19\ \xd5\x79\x19\x34\x5a\xd7\x49\xd8\x4d\x5b\x93\xbc\x42\x8c\x29\xa4\ \xdb\xba\xe8\xec\xec\x2a\xf2\xa0\xb7\xb7\xcf\x58\x4a\xd3\x50\xc9\ \x62\xa1\x8a\xc2\x3e\x23\x08\xfb\x9b\xcc\x92\x0e\x69\xcb\x7e\x4e\ \x76\xbf\xa5\xbf\x4a\xe3\xd1\xf5\x33\xd8\x8a\x3e\x36\xd7\xe2\xb9\ \xe9\x48\x28\x8f\xa3\xa1\x3a\x3a\x3a\x08\x2a\x41\x47\xc5\xa0\x26\ \x31\x23\x25\xa9\x44\xc6\x67\x17\x56\x50\x64\xb2\x3c\xf2\xbe\xa0\ \x82\xcc\x56\xf1\xa5\x64\x4c\x4b\x87\xd9\x40\xea\xcb\xf9\x64\xa4\ \x62\xf5\x09\xb9\x84\x12\x01\x1e\x53\x5a\x90\x2b\x20\xb1\xbb\x3b\ \xd8\x14\x21\xcd\x58\xcb\xa3\xd6\x12\x25\x27\xe6\xa2\xa6\x3c\x6d\ \x87\xec\x82\xcf\x98\x64\xa9\xfa\xa8\x78\x86\x70\xd2\xdd\xdf\x32\ \xc8\x5f\x67\x55\xb9\x1f\x2f\x6c\x53\xf9\x75\x87\xae\x55\x6f\x71\ \xcd\xfa\x6d\x71\x3e\xd4\x09\xad\x69\xf0\xdf\x1a\x28\x5b\xbe\x70\ \x3e\xde\x1c\x1c\xa0\x1b\xb6\x1f\x47\xac\x61\x23\xc3\xd3\x8b\xab\ \x47\xa1\x0c\xe5\xbe\x6f\x79\xfd\xd8\x0d\x69\x84\xed\xc6\x84\xa2\ \xe1\x88\x28\xdb\x93\xf6\xd0\xed\xd0\xd2\x9f\xc3\x2b\xdd\x9e\xe2\ \x85\xb0\x23\x6b\xc0\xa6\xbd\xf8\xc9\x3d\x5b\x33\xea\x6c\x7d\x4f\ \x3e\x3f\x28\x73\x07\x34\x6c\x6b\x1c\x4b\xee\xd1\x00\x90\xab\x32\ \x64\xc3\xd5\x0e\x86\xfa\xf6\x2b\x9d\x2e\xc5\x5d\xc0\xb4\xc7\xd4\ \x5f\x95\xa3\xd5\xeb\x58\x2b\xe7\xcb\x3d\xb1\xd5\x3d\xbd\x4b\x95\ \xb0\xe3\x56\x20\xc8\x36\x1a\x36\x0b\x03\x79\xe3\xef\xa0\xa0\xd6\ \xac\xaf\xc0\xd8\x90\x30\x10\xa8\x3a\x24\xb9\xad\xa4\xf4\x36\xcc\ \xfa\x18\xd4\xc3\xf2\x05\xf8\x36\x47\xb3\x00\x81\xc0\xa8\x80\xe6\ \x3f\x2a\xc7\xbc\xb1\xbe\xbd\x3b\x40\xd0\xfe\x71\x59\xdd\xfa\x2c\ \x08\xb0\xc1\xb0\xed\xbc\x68\xb3\x7f\x0f\xc4\x63\xa8\x57\x96\x60\ \x7b\x61\x9b\x07\x47\x47\x35\x90\x10\x6f\xb7\xd5\x56\x09\x80\xa2\ \xe3\x67\x81\xf1\xeb\xc9\x31\xab\xdb\xe5\x4a\x8b\xd9\xb1\x8f\xf4\ \xde\x3a\x1c\x88\x78\x40\x33\x00\x5a\x0d\x8f\x8d\x1d\x73\xfa\x4d\ \xa1\x1b\x3c\x61\x90\x80\xd5\xd3\x6d\x5f\xa5\x55\xd1\x60\xf3\xb4\ \xac\x9f\xb6\x2d\x1d\x15\xfb\xf9\x87\xd4\x04\x35\xb7\xfb\x21\x7c\ \xc3\xfe\x0e\x05\x4f\x7e\x14\xf8\xaf\x7f\xff\xbb\xd3\xdf\x3f\x04\ \xfc\x54\xd7\x60\x45\xaf\xde\x2f\x0d\x57\x28\xda\x01\x00\xdc\xf8\ \xbf\xbe\x23\x9a\xff\xaf\x1a\x8a\x0e\xf5\x6b\x80\x0f\xf9\x7d\x09\ \x81\x55\xfb\x77\x7e\xfd\xe3\xfb\x90\x7f\x78\x60\x68\xe3\x7f\x66\ \x6e\x05\x95\xb9\xc0\xa0\x97\xc4\xdc\x0e\x68\x06\x8e\x0e\xc5\x7e\ \x41\x04\x87\x54\x03\x02\xc3\xe1\xbf\x57\x77\x86\x4c\x39\x9d\xe7\ \xc3\xcc\xc7\xd0\xac\xf8\x98\xa8\x4b\xc8\x32\xc8\x6e\x3a\x9b\xf2\ \xfa\x80\x68\xdc\xf7\x7c\x30\xd4\xe1\x77\xe4\xe7\x0f\x03\x43\x9a\ \x63\x37\x83\x57\xc1\x40\x1b\x70\xa4\xae\x38\x28\xb8\xf8\x19\x18\ \x0c\x00\x37\x86\xc2\x00\x50\xff\xe6\xcc\xea\x89\x66\xff\xef\x9f\ \xe1\x21\x20\xd0\x0b\x7b\x33\x7b\xbe\x0c\xf9\x8f\x83\x41\xd5\x8d\ \xf0\xe6\xf1\xf1\xd8\xf1\x21\x78\x2a\x3c\x34\x10\xd8\xf8\xa5\x31\ \x24\xb4\x0e\x0c\x06\x86\x1d\xdb\x47\xbd\x83\xfb\xb0\x1f\x9a\x26\ \x87\x99\x1d\x3c\xbc\x40\x88\xc9\xc5\xd4\xe7\xf0\x31\x05\xc6\xbd\ \x35\x4d\xb9\x68\xbe\x30\xb7\xa9\xb5\xc3\xb8\xc3\xd0\x53\x31\xd9\ \xa8\xc8\x7e\x4c\x62\xe4\x4f\x42\xff\xa9\x8a\x6c\x6a\x51\x07\x05\ \x53\x5a\x94\xfd\x2a\x3a\x23\xbb\x10\x19\xf9\xf6\x63\x62\xe2\xeb\ \xc8\xb4\x5c\x64\x09\x26\xe1\x75\x6e\xe5\xe2\xfb\xb4\xf4\xc4\x12\ \xaa\xbe\x49\xdd\x91\x9d\x53\x95\x91\x53\x40\x31\x1f\xae\x78\xb6\ \x0a\xd3\xde\x7f\xf8\xf4\xe3\xdf\xfe\xf2\x4b\x74\x64\x12\xf2\xcd\ \xdf\xb1\x05\x39\x0c\x81\xd8\xf4\xf1\xd5\xb6\x8d\x98\x81\x99\x24\ \x1b\x0c\xe5\x15\xd4\x3c\x2c\x57\x16\x51\x51\x98\x9d\xf1\xdb\x7f\ \xbf\x8b\x8e\x8b\xb6\x28\x91\x18\x2c\x99\x95\x60\xdc\x9a\xf4\x35\ \x61\xcc\xe6\x8a\x12\x99\xfc\xb0\x60\x5b\x83\xac\x10\xf5\x8b\x95\ \x2b\x02\x99\xaa\xbe\xdb\x41\xae\x7d\x5e\xde\xec\xd6\xc9\x18\x17\ \x87\x63\x66\x0d\x0a\x55\xb5\x7d\x46\x6d\xdb\x6e\x7d\x59\x26\x68\ \xf0\xcc\x22\x96\x17\x1c\x83\xa2\x43\x39\xd6\xde\x5e\x43\x67\xb7\ \x8e\x71\xba\xbb\xf6\x15\xaa\xeb\x47\xa5\x64\x4d\xd1\xc5\x24\xaa\ \x16\xe5\x26\xa6\x7e\x87\xc7\xb6\xe8\x77\x28\x69\xb7\x16\xef\xb9\ \xd0\xdb\xc6\xb5\x30\xc8\x66\xc9\xdc\xf5\xe5\x0d\x11\xaf\x51\xb1\ \x38\xac\xb9\x87\x8d\x11\xdf\xb1\xf4\x46\xca\xde\xd8\xe7\xee\xad\ \xdf\xb5\xa9\x95\x78\x55\x3f\x96\x8c\x8a\xcb\x88\x7b\x8f\x19\xac\ \x2d\xa4\xd4\xe7\xa9\xcd\x74\xbb\xa5\x74\x23\xa4\x21\xe4\xa8\xc5\ \xc0\xf1\x79\x55\x42\xa3\xb9\x8f\x4c\xc6\x62\x52\xe4\x5c\xd5\x7c\ \x77\x76\x1a\x0f\x93\xf2\x86\xa4\x35\x3c\x96\x20\xa9\x0a\xe9\x30\ \x29\x9b\xe7\x69\x39\x3d\x76\x08\xd5\x75\xd3\x0b\xcf\x5d\xad\xf2\ \xb5\x9d\xae\xaa\x2a\x0e\xeb\x71\x63\xcf\xbb\x37\x4c\xd4\x58\x16\ \x9c\x43\x21\x3e\xbd\xa0\x5e\xa0\x52\x98\x8d\x1d\x5a\x0d\xa1\x00\ \x3f\xa0\x5c\x6b\xe2\x4b\x8c\x05\xaf\x3f\xe8\x8a\x92\x50\xc2\xc1\ \x7e\xa5\x8e\xe9\xb0\xd9\x57\xa7\x3b\xf4\xec\x96\xbd\xb5\x41\x76\ \x57\xcb\xc6\x34\x4d\xcc\xd3\x94\xeb\xef\xc5\x6a\xa6\x6a\x09\x3d\ \xdc\x5a\xa8\x53\x7b\x54\x85\xe7\xc2\x8a\x59\xf9\xce\xc3\xe1\x83\ \xbc\x96\x7a\xca\x90\xdd\x38\x18\x9e\x5a\x42\x85\x12\x15\xed\x61\ \x8b\x19\x92\xf4\x1c\xa9\x27\xdd\xc4\xc5\x63\x93\x0a\x2a\xe2\xa8\ \x05\xd9\x55\x06\xad\xde\x22\x26\x95\x46\xa3\x90\x15\x82\x44\x7c\ \x55\x85\x5e\x49\x6a\xd3\xf2\xcd\x28\x36\x81\x52\x58\x8e\x22\xc9\ \x38\xfa\x8e\x6e\x15\x5e\x31\x3a\x80\x34\x92\xf2\x8a\x6a\x31\x28\ \x8a\xac\x56\x40\xaa\xc0\x93\x73\x8b\x30\xd9\x39\x15\x24\xa4\x01\ \x43\xee\x47\xa5\xb1\xe7\x30\x71\xdd\x5c\x8a\x58\x9e\xdb\x5f\x55\ \xf5\x2a\x23\x07\x45\x45\xc9\xc8\xc4\x34\xda\xf6\x74\x9b\x8e\x58\ \x50\xc2\xeb\x65\x8d\x31\xe6\xd7\xdc\xbe\x6b\xd0\x58\xbb\x63\x98\ \xe3\x5e\xdd\xcf\x02\xcf\x49\x78\xad\x63\x6b\x93\x0e\x8b\x95\xa9\ \xb7\xb0\x84\x7c\xa9\x88\xdd\xd2\xaa\x93\x92\xd5\xf7\xac\x25\xd7\ \xa6\xd3\x96\xef\xf4\x8e\x84\x6d\xf8\xec\xd6\xf5\xf8\xd1\x7c\xe7\ \xa9\xc4\xbd\x1a\xe3\x5e\xde\xdc\xe7\x1d\x02\x0f\xdc\xa2\x8b\x5b\ \x03\x30\xe8\xaa\xd7\x0a\xcc\x3a\x99\x5b\x1c\xf0\x40\x7d\xad\x5b\ \x63\x4e\xc7\x99\x5b\x08\xf7\xff\xe3\x5f\x35\xfb\x83\x3b\x4b\xba\ \xd9\x7c\xe7\xcd\xea\xc3\x9d\x0d\x1a\xe4\x9c\x9d\xf2\x44\xd5\x8c\ \x3c\xf9\x6e\xbc\x0f\xcf\x4d\x4d\x6c\xbd\xfa\xe1\xf4\xc1\x67\xed\ \xd2\x48\xa7\xae\xca\xda\xbd\x4f\xc0\x23\x34\x30\x00\x58\xf3\x10\ \x7e\x54\xe6\xb1\xc6\x87\x9d\x5d\x68\xcb\x6b\xd3\xaa\x2a\x84\x82\ \xf3\x67\x16\x7f\x41\x2a\x5b\xb6\x3d\xa3\xe3\xdb\x6d\x8c\xb0\xca\ \x45\x26\xdb\xc0\x98\xfd\xf3\x7f\x26\xbe\xcf\x64\xfe\x7f\xff\xfb\ \xff\xfe\xdf\xff\xba\x10\x99\x53\x8d\x43\x41\xf9\x90\xd4\x54\x30\ \x30\xaa\xb1\x27\x2a\x79\xc6\xdf\xff\x0b\x74\x24\x2b\xde\xea\xbf\ \x7f\xbe\x3f\x0d\x06\x4c\x8d\x82\x5d\xfb\x9b\x99\x9d\x95\x77\x61\ \x9b\xa3\x75\xdb\x3e\x34\xb4\xc6\x40\x19\x14\x14\x70\x02\x46\x03\ \xc0\xa3\xba\xfd\x85\x9b\x11\x5f\x4d\x54\x26\x30\xfe\x12\x58\xb6\ \x72\x71\xbf\xf9\x34\x95\x65\xdb\xcc\xba\xd9\x5c\x9e\x9f\x8d\x2a\ \xb6\xdf\x6d\x66\xd6\xac\x36\xd4\x05\xde\xb9\xae\x7d\xa0\x93\x16\ \xfe\x40\x48\xac\xdd\xfd\x78\x7f\x77\xb0\xe9\x6c\xb8\xb7\xb6\x1c\ \x5d\x7a\x57\x17\x94\xbe\x80\xa8\x54\x20\xa4\x39\x28\xbc\x06\xd6\ \xcb\xb6\xa5\xf6\x04\x8e\x8f\xfb\x07\xc6\x56\x0f\x7d\xfb\xfe\x79\ \x22\xf5\x0b\xb0\xa6\x6c\xca\xf5\x10\x08\xc5\xf5\x0c\xfd\xfb\xeb\ \xb7\x19\xf0\xd5\xc0\x34\xba\xf2\xc9\xb9\x30\x15\xe5\x0f\x8f\x6d\ \x1c\x07\xc6\x83\xfd\xe7\x40\x9b\xb0\x89\x1e\x44\x3b\x7c\x02\x1e\ \x1c\x04\x4f\x0d\x9c\x09\xcf\x1c\x9f\x19\xcf\x0c\x8e\x2d\xb3\xc7\ \x1c\x4c\xc5\x8e\x23\x92\x43\x92\x6b\x32\xeb\xee\x42\x01\x88\xe2\ \x1a\x6b\x00\x1c\x80\xb0\x66\x35\x56\x3f\xa3\x1f\x59\xa3\xc5\xfe\ \x8d\x88\x46\x44\x19\xee\xcb\xef\xdf\xbf\xce\x4c\x7c\xfe\xfc\xfd\ \x4b\x67\xea\x4c\x4f\xcf\xbf\xfe\xd5\x13\x12\x8b\x4b\x9d\x68\x0e\ \x08\xee\x6c\xfe\x63\xbc\x1a\xf8\xfb\x97\xcf\x3d\xcd\xf0\xce\xef\ \x13\xdf\xbf\xf7\x0c\xcd\x34\x7f\x19\x1a\xff\x3a\x31\xd1\x93\xd9\ \x09\x47\x54\x4f\x00\x87\x86\x82\x5f\x30\x39\x34\x8e\x9b\xa8\xc6\ \x21\x82\xe3\x27\x62\x47\x6c\x93\xe8\xf9\xf3\xc3\xe5\x83\x1f\xa2\ \xa3\x5f\x53\x72\x33\xfe\xd3\xbf\x8a\x94\x92\xf2\x37\xed\x7c\x29\ \x19\x55\xde\xa1\x56\x4d\x1f\x56\x94\xf4\x49\x72\x2b\xa8\xcc\x0e\ \x2c\x91\x18\x19\x81\xcc\xf8\xf0\x21\x8e\x6f\x30\xaa\x0b\x69\x4c\ \x09\x16\xbf\xc5\x13\xe6\x54\x08\x08\xb4\xb4\xd7\x49\x19\xe5\xf2\ \xec\xdc\xb4\x0c\x64\xdc\xbb\x48\xa4\x99\xfc\xfe\x4d\x76\x62\x51\ \x17\x55\x3f\x83\x8f\x84\x9b\x00\x00\x20\x00\x49\x44\x41\x54\x57\ \x1e\xf1\xe1\xd7\x8f\xaf\x3e\xbe\xcf\x13\xc8\x25\x1d\x9f\xfe\xfe\ \xf3\x5f\xff\xf2\x31\xc5\x10\xf9\xfe\xa7\xb7\xe5\xa5\x69\xef\x5e\ \xa5\x97\x10\xfa\x73\x53\xfe\x4a\xa1\xab\x79\x42\x59\x95\xde\x28\ \xd3\x0c\xe2\xd3\x39\x9c\xa4\xe1\x36\x6c\x21\x21\x21\xe2\x63\x64\ \xee\x7c\x7d\x11\x2a\xba\x1c\x99\x64\x30\x63\xb9\xc7\x6b\x12\x62\ \xa1\x78\x89\xa3\x50\xc9\x4a\xd2\x51\xa4\xc8\xa4\x2a\x7c\x52\x22\ \x9e\xa4\xaa\x4a\xfc\x7b\x57\x54\x03\xcc\x52\x42\x30\xd3\xa7\x40\ \xc7\x7d\x6e\x8c\x86\x39\x3c\xa9\x39\xeb\xf5\x5e\x70\x61\xf9\xf6\ \xc0\x28\xd3\xee\xda\xf5\xf0\x80\xe3\x44\xd5\xeb\x59\x9e\xec\x1e\ \xa6\x16\xde\xed\xab\xac\xe7\xc3\xe6\x04\x85\xae\x5b\x3a\xb9\xcb\ \xb4\x4f\xf2\x24\x7a\xb1\xb0\x50\x54\x47\xd7\x63\x99\x7d\xbd\x0c\ \xc1\xdd\xb5\xa2\x9e\x40\xe2\x6b\xa6\x40\xfb\xbd\x07\xa8\xc7\xfd\ \x13\xeb\x86\x77\xda\x73\xfb\x7c\x77\x21\xe5\x8c\xcd\x0f\x2c\x39\ \x2c\xf2\xdd\x49\x29\x9d\x2e\x95\x68\x5b\x87\x07\x2c\x8a\x05\x95\ \x10\x33\xe8\xd3\xe9\x3c\x5b\x63\xbb\x1c\xf6\xde\xf1\x95\x48\xfb\ \x04\x6d\x63\xb2\xbb\xdc\x74\xf3\x23\x3d\x37\xc7\x20\x64\x34\xd1\ \x8b\x52\x52\x92\x22\x08\x85\x29\x4d\x6a\xda\x7b\x52\x2e\xbd\xf6\ \x6d\xb9\x90\x3f\x37\x36\x5f\x94\xa4\x5f\xe0\x29\x75\xfd\x6c\xfd\ \x52\x52\x42\xda\x30\x41\xf6\xfc\x78\x46\x2a\x2f\xc7\x53\x64\xc6\ \xfe\x34\x81\x6a\x60\x40\x41\x11\xa8\x0a\xdf\x96\x13\x49\x55\x44\ \xb6\xd6\xcc\x95\x30\x0e\x94\x94\x68\xf7\x05\x26\xda\x58\x61\x56\ \x6b\xb7\x77\xe7\x24\xfb\x0b\x07\x6d\x8e\x96\x61\x0f\x25\xf7\xb0\ \x4d\xa7\xdb\xef\x92\x08\x13\xf3\x2c\x5b\xd9\x1d\x32\x4a\xb4\x70\ \xca\x57\xa4\x25\x62\xdf\x0f\x2e\x90\xa2\x0b\x85\x12\xeb\x98\x7a\ \xfd\x82\xe6\x18\x13\x97\x97\xb2\xa5\xd4\xdc\x9c\x2e\x29\x4f\xb8\ \xb0\xe7\x93\x15\x61\x49\x83\x15\xe5\xef\x5f\xa7\x44\x24\xa6\xe4\ \xe1\x13\x50\x45\xa8\x74\x6c\x0a\x8a\x98\x27\x28\x2f\x1f\xeb\xa8\ \x10\x14\x60\xb9\x25\x15\xdd\x5d\x5d\x2d\x4a\xed\x3d\xaf\xdf\x6c\ \x92\x32\xf4\x66\xa5\x58\xc9\x5c\x13\x90\xb1\x55\x85\x05\xe5\x44\ \x95\x56\xdb\x4d\x43\x16\xd5\xaa\xfb\x27\x5f\x44\xd4\x84\x24\x90\ \x04\xf5\x34\x61\x29\xa6\xc5\x2c\xec\x66\xeb\x8b\x0c\xe5\x34\x0a\ \xdf\xb8\xb6\x38\xcc\xe1\x77\xf7\xee\x63\x75\xaa\xa6\x8d\xa7\x41\ \x9f\x5c\xba\x63\x5e\x98\x1c\xa8\x20\x61\x37\xe6\x96\x2e\xb6\x6d\ \xbb\x0d\x35\x68\xd0\x9d\x73\xf1\x3a\xab\x6d\xad\xe9\x1a\x94\x65\ \x2b\xce\x5f\xba\x40\x9e\x96\x41\xd0\x27\x95\xf1\xf1\xeb\xde\xa9\ \x18\xef\x63\xb2\xb7\xd5\xfa\xb0\x31\xb6\x57\xc7\x1e\xb6\xce\xb3\ \x76\xb2\x3c\xbb\xcb\x47\xf7\x57\xe1\x1e\xc8\xd5\xf4\xe9\xb9\x3d\ \x6b\x7d\x8c\x1e\x93\x5f\x77\xa3\xbe\xf1\x86\xdf\xd5\x9a\xe6\xfc\ \x93\x43\x56\x44\x95\x59\x57\xc5\x9e\xbd\xb1\xb0\x2f\x30\x90\xff\ \xd2\xb3\x56\x6d\x6b\xb5\xcf\x4c\x4d\x85\x5e\x6e\xf3\x17\x2e\xdd\ \xf6\xcb\xc5\xd5\x17\xe1\x3a\x9e\x4a\x7e\x08\x58\xb5\xce\xcd\xb9\ \x02\x9b\x47\x27\x77\x8e\xaf\x76\xd8\x47\x75\x4e\x6e\x6d\xea\x9f\ \xff\xb0\x79\x67\xa1\x4f\xe7\xde\xf8\xf3\xe0\x7c\x97\xd7\xfa\xb0\ \x60\x3f\x3e\x3b\x1e\x23\x94\x97\x5a\xce\xa7\x02\xa2\xce\x6d\xce\ \x29\x7b\x25\x28\x2b\x26\xab\x7d\x51\xbf\x0a\xf6\xff\x67\xe0\xc2\ \xb7\x89\xa7\xd0\x17\xad\xdb\xba\x59\x71\x86\x84\xfa\x81\xc2\xaa\ \x33\xe1\x7e\x51\xd5\xc1\x70\xbf\xe2\x00\x70\x25\x7a\x39\x0a\x11\ \x95\x1a\x6e\x9b\x87\x84\x38\xbd\xf1\x21\x59\x36\x38\xbc\xcc\x85\ \x2b\x7b\xb2\x32\x54\x96\x86\xe6\x83\x16\x4f\x6b\x5b\x83\x07\x5c\ \x09\x1d\x66\x1e\xd5\xa4\xce\xe9\x4f\x9e\x15\xf7\xc9\x2b\xe1\xd6\ \x4a\xbb\x27\xb9\x3a\x79\xd5\x1f\x32\x04\x71\x39\x9c\x75\xf1\xed\ \x65\xd6\xe1\xa7\xfd\x07\x77\xd9\xd2\x54\x71\xcb\x62\x8b\x68\x2c\ \x99\x99\x7f\x89\xb6\x33\xa4\x5c\xab\x4d\x6a\xb3\x81\xa0\xe8\xe4\ \xa5\x73\xf7\x02\x46\xbc\x8c\xc8\x84\x55\x07\xdf\x84\xfe\x9e\x1a\ \x00\x0d\x4f\x0e\xf0\xef\x74\x05\x4c\xfc\xf3\x8f\xaf\x9d\x40\xc0\ \x04\x2e\x08\x1e\x0b\x1f\x8f\xf1\x36\xf1\x46\x3f\xff\x11\x1c\x04\ \x83\x25\x5f\x38\x5c\xab\x97\xbe\x4d\x48\x32\x68\xfc\x3b\xe4\xc9\ \x6e\x0b\xa9\x69\xee\xb1\x2f\x22\x1a\x2b\x2f\x61\x90\xcd\x75\xb7\ \xcb\xaf\x7a\xa8\x27\x16\xf7\xf4\x90\xec\x0e\xc9\x9f\xaa\xc9\x02\ \x83\x57\x57\x5d\x21\xc1\xc5\xd0\x00\x00\xb8\x38\x19\x18\x1c\x18\ \x98\x09\xf0\x6f\xec\xec\xec\x1c\x1a\x02\x84\x81\x9e\x0e\xc2\x71\ \x2f\x61\x2e\x30\xb3\x67\x28\xb5\xa7\x3a\xf3\x05\x4a\x5f\xbe\x7c\ \x1d\xfa\x8e\xeb\xfc\xe3\xcf\xaf\xdf\xbf\x4e\xa4\x56\x57\x57\x3e\ \xf8\xfd\xfe\xc7\x3f\xfe\xf1\x8f\x3f\x86\x80\x43\x88\xce\x7f\x20\ \x3e\xff\xf1\xed\xcf\xef\x33\xe3\x9f\x33\x43\x42\x40\x8d\x33\x38\ \x00\x6e\x02\x87\xcb\xec\x04\x4d\xf4\x7c\xfe\x1a\xf3\x8f\x7f\x87\ \x84\xa6\x0e\xf9\xa7\xf6\xb4\x07\x0d\x0d\x05\xf9\x07\xff\x90\x14\ \xf1\x3e\x3b\x3d\x83\x9c\x12\x91\xd7\x57\x51\x98\x57\xa2\x67\x29\ \x69\xe5\x3a\xbc\x6e\xb1\x55\x23\x59\x30\xa5\x67\x14\x98\xc8\xb5\ \x28\x5a\x7f\x41\x2d\xa5\x43\xd0\x1d\x47\xa3\x1a\x49\x3a\x01\x86\ \x4a\x26\xe6\x34\x55\xa4\xc8\x38\x78\x52\x09\x29\xad\x48\x61\x4c\ \xc3\x53\x3b\x8c\x19\xf5\x09\xd9\xe9\x91\x91\xd9\x6f\xf1\xc8\x68\ \x63\x6e\xce\x2f\xef\x5f\x47\x24\x46\xa3\xea\x49\x05\x09\xaf\xa2\ \x23\x22\x3f\xbe\x79\x87\xd2\xa6\xe7\xa4\x97\xa4\x17\xa6\x47\x17\ \x89\xd3\x08\xdd\xc2\x5e\x35\xd1\x28\xc0\xc8\xcc\x1d\x0c\x39\x49\ \xdb\xa5\xa4\x0f\x0c\x52\x06\x38\xfa\xda\x0e\x53\x7d\x95\x3c\xe5\ \xfd\xcf\x3f\xbe\xce\x43\xbe\x7b\x93\x9e\x94\x23\x61\xf2\x79\x6b\ \x1c\x8f\x6f\x49\x6c\xec\xe2\x73\x7b\x5b\x34\xb5\x55\x34\x92\x56\ \x23\x24\x60\x12\x13\x92\xba\xe7\x1f\x76\x45\x1c\x5b\x83\xe4\xf9\ \x58\x79\x0b\xda\x6f\x99\x66\x6b\xcc\x7a\x53\x6d\x4a\x09\xb1\xdf\ \x36\x36\x6f\x5b\x68\xda\x5e\xbb\x98\x77\x3f\x3a\xec\x6e\x6f\xb7\ \x5e\xce\xe6\xb0\x2d\x73\x6b\x8b\xbd\x93\x92\x95\xd3\xff\xf4\x93\ \xef\x57\xca\xd9\x26\x51\x87\xd2\x76\xb3\xdd\xd4\xaf\xde\xf6\x89\ \xf7\xfb\x88\x7d\x1c\x3d\xb5\xa0\x8b\xb5\x7c\xb5\xde\xb0\xb8\x61\ \x5f\xf6\x79\xef\x17\xd7\xb6\x2e\xee\x1e\xd6\x38\x72\x66\xcb\x74\ \xe5\x16\xff\xce\x6e\xb7\x2c\xa8\xca\xe5\xad\x04\x7c\x3a\x55\xa3\ \x8f\xcc\xd6\xd7\x9a\x3b\xf4\x7b\xde\x95\xb1\x73\x8f\xf5\x58\xa3\ \xf2\x6d\x8b\xbc\x32\x83\x70\xb1\xac\x45\xcf\xae\xea\x56\xe6\xca\ \x75\xa8\x37\xaf\x4a\x0b\x90\x15\x44\x6a\x45\x0a\x36\x0e\x59\x40\ \x28\x8d\x20\x71\x35\xe2\x31\x1d\xf1\xba\x55\x64\x3d\x14\xe6\x1a\ \x13\x92\x8a\x8a\x24\xcb\x7d\x73\x57\x06\x02\x69\xd0\x9c\x9b\x97\ \x98\x8b\x2f\x28\x57\xe1\x65\x94\xec\x0f\x39\x18\x41\x49\x57\xd0\ \xd1\x40\xc9\x9b\x1f\x13\x4b\x23\x08\x06\x09\x9e\xaa\x32\xd4\x57\ \x9e\xa4\x51\x8b\x0a\xca\x75\x05\x5a\x13\x77\x65\x43\x5d\xda\xb7\ \xa4\x60\x97\x77\x78\x9f\x5a\x38\x1a\xba\x12\x4b\x21\x61\x31\xbf\ \xe6\xac\xa9\x50\xc8\x63\xda\xdb\x41\x53\x69\x4e\x02\x8d\xaa\xb9\ \x6b\x22\xa2\xd8\x87\xdd\xa6\xeb\x3d\xb7\xf0\x6a\x9b\x63\x8c\xfb\ \xf4\x1a\x7f\x48\x41\xa2\x24\xfd\xc2\xc2\x22\x94\xa6\x20\xa7\x28\ \xc1\x48\x21\x60\x52\xaa\x4a\x7e\xcc\xce\x8e\xc6\x44\xbc\x89\x48\ \xe8\x23\x12\x5f\x65\x0b\x0a\x3b\xa8\x58\xa5\x6a\xfb\x54\x34\x40\ \x30\xb4\xb5\x0c\x1c\xd7\x39\xb4\x1c\x2d\xbd\x5f\x2f\x17\x72\xc7\ \xe4\x6b\x2d\x6d\x63\x6a\x9d\x52\xc6\x13\x8a\xba\xd9\xcc\xb9\x33\ \x87\x10\x85\xed\x42\x55\x30\xe7\x06\x9b\xb4\x5d\x0a\x12\x85\xac\ \xed\x18\xe8\xb2\xf4\x8a\x1c\xd3\x8a\xf8\x63\xc9\xde\xd6\x7d\x99\ \xcd\x6d\x1d\x16\x4d\x32\xd9\xbc\xb8\x56\x99\x86\x22\xc8\x47\xb5\ \x4c\x16\xb0\x1d\x27\x3b\x53\xb3\x37\xdd\x5d\x37\xee\xba\x7c\xfb\ \xa8\x48\x32\x70\xb8\x81\xd5\x9e\x9d\x9c\x6b\x44\x74\xdd\x22\x77\ \x4f\x20\x19\xb6\xae\x9e\xfb\x2e\xea\xac\x2b\x4c\xb1\xb8\xc1\xaf\ \xc1\x7b\xf6\x04\x75\x2e\x9c\xfb\x6e\x6c\x9b\x9e\x3e\xf3\xb1\xcf\ \xfe\xb0\xe0\x38\xb7\x05\x02\x3c\x67\x9e\xf1\xfc\xbb\x31\xbe\xe4\ \x86\x73\xfc\xf9\xcb\xe7\x54\x34\x90\xd9\x9b\x1f\x1e\xec\xf3\x1f\ \x7e\xb6\x71\x18\x6d\x23\xb1\x5f\x11\xa1\x90\xf0\xcd\x2d\xf7\xa2\ \xc2\xb0\xb5\xcf\xad\x8e\x6d\xb0\xc7\x97\x15\x17\x7b\xd6\xe6\xec\ \xcf\x65\xa1\xcf\xa1\x75\x27\x77\x06\x62\x4e\xca\xbb\x77\xc6\xb0\ \x3f\x82\x25\x02\xfa\x65\x8d\xe7\xbc\x78\x36\x66\x35\xf8\x6e\xaa\ \x78\x02\x01\x08\x6e\x86\x5d\x24\x0f\x01\xec\x8d\x50\xa7\x7d\x16\ \x16\x8b\x08\x81\xb4\x07\x66\x01\xa2\x78\x2a\x4a\x54\xdd\xb5\xb7\ \xf8\x94\xcb\x01\xb8\x07\x47\x93\x7b\xef\x63\xb3\x1a\x1b\x43\xfd\ \x80\x0b\x77\x7e\x7e\x31\x73\x7a\xa8\x9f\xd4\x1d\xb5\x99\xd5\x8c\ \x08\x8a\xbf\xb4\x47\x7d\xe9\x2c\x0e\xcd\x7f\x9e\x6e\x4e\x45\x97\ \x7d\x09\xb5\xd6\x80\xae\x2d\xed\xc1\xcd\x90\xba\x87\xab\xe5\x95\ \xe9\x30\xfb\xe9\xc1\x64\xef\xc6\xbe\x0b\xb2\x59\x87\xf6\x64\xae\ \xd7\xb4\x87\x35\xb8\xf6\x8f\x9e\x3d\xd7\x57\xd5\x65\xbe\x9b\x30\ \x44\x2a\xa0\x26\x08\x74\x39\xf5\xb8\x6c\xe5\x72\x76\xe6\x97\x76\ \xe3\xad\xcf\xc3\x96\xde\xd5\x2d\xaa\x7b\xb3\x94\xbf\x76\x38\x6c\ \x42\x0f\x1b\x98\x3b\x63\x12\x76\x19\xe2\xee\xea\x32\x19\x30\x70\ \x1c\xbf\x9a\x3c\x92\xef\x0f\x84\xd4\xd9\x6d\xc1\x35\xc0\x7f\xfc\ \xeb\xdf\xff\xfb\xcf\x3f\x8a\x5d\x99\xa9\xa0\xf6\xeb\x1a\xe0\xb7\ \x4c\xcf\x4d\x56\xfe\xc6\x72\x4c\x40\x20\x00\x1d\x15\x00\xf7\x4f\ \xf5\x03\xc4\xb7\xaf\xe2\x80\xce\x8b\xc9\xf9\xd5\xfc\xe4\x98\x20\ \xc4\x37\x50\x72\xf5\x8b\xef\xa4\x06\xae\x07\x35\x2e\x87\xfd\x59\ \x0d\x0c\x3e\xb7\xba\x4f\x6e\x36\x03\x1b\x5e\x02\x9b\x7f\x70\xbe\ \x5f\x3b\x2e\x10\xd8\x70\x80\x03\x57\xfa\x67\xfa\x55\xe3\x80\x3d\ \x5f\x70\x53\xb0\xb3\x2c\x28\x1c\x11\xec\x5f\x8d\xeb\x9c\xc9\x84\ \xc4\x04\xcc\x74\xfe\xe7\x67\xd4\xdf\x67\x3e\x8f\xcf\x04\x86\x7c\ \x8f\x1d\x10\x4a\x7b\x59\xa2\x35\x1b\xf4\x62\xa4\x01\xd4\x03\xf0\ \x0f\xec\xf9\x3d\x00\x06\x04\x02\xfc\x47\x03\x20\x43\xe3\x13\xd5\ \xf0\x4d\x10\xfc\xcb\x78\x70\x18\xec\x00\x12\x3b\xb1\x7a\x3c\x0d\ \x85\xbc\xc8\x67\x43\x71\x7c\x50\x27\xe2\x87\x24\x7c\x91\x85\xfa\ \x1e\x53\x90\x20\xa7\x97\x60\x55\x52\x8a\xfc\xa4\x9b\xad\x32\x33\ \x47\xcf\x59\x5a\x4e\x8b\xa8\x95\x44\xc0\xf7\x47\x27\x66\x24\xa0\ \x72\xea\x2b\xe8\x2d\x55\x79\xd4\xde\x12\x33\x5f\x80\xcd\x29\x20\ \x13\x8c\x5d\x0a\x61\x6e\x9a\x8c\xce\xa7\xab\x93\xa8\x83\x7a\x95\ \xac\x00\x5f\xfa\xf6\x3f\x1d\x94\x7f\xfa\xf8\x9f\x5b\x3d\x3f\xff\ \xfc\xf1\xf5\xc7\xd7\x15\xa4\xf4\x22\x72\x6e\xca\x7b\x24\x21\xed\ \x85\x7b\x69\x71\xd1\x94\xb8\x5f\x4a\x88\x15\x1d\x6a\xb5\x4e\x56\ \x88\xef\x36\x56\x25\xb4\x75\x94\xaa\x57\xc6\x5a\xc8\x6d\x17\x8c\ \xfa\x73\xb9\x58\x3e\xa8\xc4\x54\x30\x9b\x3a\x54\x74\x82\x58\xa2\ \x4a\xab\xa5\xd3\x35\x39\x55\x32\xe5\xde\xb6\x75\xd3\xc9\xa9\xb8\ \x71\x48\xa7\x51\xc2\x12\xa6\x38\x29\x4d\x81\x14\x33\xdf\xeb\xf6\ \x14\xb6\xb1\x56\x62\x4e\x77\xcd\x92\xcd\x51\x2e\x41\x34\x6c\x39\ \x1d\x87\xcc\x05\xe1\x5a\x53\x0e\x91\x3a\xd8\x7a\xee\x9e\xd4\x94\ \xb7\xb2\x95\x1c\xd3\xc9\xd1\xba\x4f\x7a\xb2\x7f\xbd\xec\x5b\xda\ \x7b\xba\x6b\xaa\xa7\xf3\xed\xbb\xbb\x9e\xe1\x36\x5d\x57\xae\xb2\ \x6b\xa1\xa3\xc9\x21\x37\x0d\x6f\xb6\x6c\xf6\x5e\xec\x1f\x6f\x4b\ \xfa\x75\x12\xee\x60\xcb\x85\x5a\x6a\xab\x9c\x7e\xac\xf3\x3e\x6f\ \x1b\x79\x27\xc7\xb6\xa7\xed\xed\x9d\x6d\x75\x1f\x7b\xff\x52\xa4\ \xe7\x4b\x24\x64\x3d\xb9\x80\xd8\x9f\xa7\xf7\x14\x0d\xd6\x67\x14\ \xe5\x20\x09\xbc\x96\xe7\xdd\xb3\x79\x1a\x9f\xae\x95\x5b\xc6\xc6\ \x34\xea\x43\xf3\xce\x31\x47\x32\xdf\x55\x6e\xa0\x66\x47\x7e\x88\ \x4e\x89\x2b\xa7\x11\xf8\xf3\x9a\xa4\x12\x63\x21\x16\xa9\xa1\x8a\ \x88\x26\x62\xdd\xf6\xf3\xcd\x9d\xa2\xe0\xd5\x8f\x6f\x5f\xa7\xe7\ \x09\x59\xb5\x66\x2b\x7d\xed\x72\x78\x49\xd1\xb6\x7c\x4c\xdf\x12\ \xd5\xe7\x15\xe6\xe5\x50\xc9\xe2\x9c\x74\xd9\x92\xa8\x3e\x27\xfa\ \xd5\xa7\x9f\xdf\x67\x24\x45\xff\x5c\x48\x19\x4c\xcf\x45\xa6\xa5\ \x08\xfb\x48\x6b\x63\x39\x3c\x7d\xe9\xa0\x02\x5f\x3a\x20\xf1\x28\ \x30\x7b\x7d\x15\x46\x02\xf3\xb1\x5b\x53\xcf\xe1\x51\xd7\xb6\xa9\ \x71\x78\xb3\x91\xb7\xa4\xd1\x53\x72\x68\xba\x24\x0e\x73\x2b\x9b\ \x5c\x8e\x92\x33\x98\xc6\x9b\x07\xde\x34\xf1\xed\xaf\x7f\x7d\xdd\ \x1d\x27\x66\xb4\x95\x0b\x0a\x39\xad\xd8\x5a\x24\x32\x31\x3b\xb7\ \xa8\x28\x5b\x56\x95\x94\xf7\x3e\xe2\x97\x88\xf4\x1c\x39\x29\xb2\ \x8a\xf8\x9a\x90\xa8\xa2\x1f\x3e\xb9\xa5\x4d\xc7\xe7\x7a\x5a\x2f\ \xb7\x85\xc3\xab\x37\x76\x70\x4a\x5b\x29\x29\xef\x23\xa3\xdf\xe6\ \x2e\xf1\xb4\x57\xdb\x12\x83\x98\xa6\x31\xb4\x6a\xd5\x3a\x0f\x83\ \x6f\xa2\x6b\xae\x57\x16\x3c\xd7\xca\x43\xd7\xd3\xde\x61\xcd\xaa\ \xe6\x5e\xb5\xd4\xa5\x30\x89\xbc\x6b\xc2\xd6\x8e\x0a\xfa\x4a\xaf\ \x51\xaf\xaa\x52\x52\xd2\x54\xd6\x9c\x43\xe9\x58\x3e\x35\x09\xb3\ \x66\xd9\xf1\x74\xfb\xd6\x41\x27\x77\xb7\x0a\x51\xbb\x5a\xe4\xd3\ \xe6\x2f\x95\xfb\x4e\xd7\xfa\xf3\xd4\xf8\xb7\xc3\xd7\xa7\x7b\xfb\ \xee\xdb\xd5\x2c\xdf\xc3\xc0\xf4\xe6\xf1\xfa\xa9\xc2\x01\x89\x9a\ \x2e\x64\xf9\x4e\x25\x0c\xc3\xa4\x7b\x38\x04\x11\x78\x6d\x89\xa9\ \xce\x8f\xb1\xdf\x94\x81\xb2\xbc\xab\x61\x8b\xd6\x9a\x40\xe7\xb9\ \x6d\x34\x0c\xba\x3f\x5a\xe6\xf4\x5b\x0f\x0a\xac\xae\xac\x09\xb4\ \x5a\x3d\xc5\xa1\xd6\x31\x74\x7c\xe8\x91\xf7\x2c\x3f\xbf\x66\xe3\ \x26\xca\xa1\xcd\xba\x03\xb9\x42\x1f\x7c\xb0\x87\xbd\xc3\x51\xf7\ \x59\xc0\xb1\xc9\x13\xf3\x1d\xe0\x1a\xd5\x11\xa8\xf7\x59\x50\x34\ \x7a\xbc\xd8\xb5\xb1\x7f\x66\xb5\x36\x64\xc1\xe0\x77\xa0\xe6\x89\ \x10\x70\x00\x84\xe7\x8c\x85\x6e\x6c\x05\x05\xf9\x7a\x6f\x5c\x5e\ \xb7\xd3\x5a\xbc\x32\x1d\x3a\x3f\x40\xf0\x3d\xcf\x0f\xcc\x1d\xa4\ \x6a\x49\x0f\x4e\x96\x37\xe4\xc4\x1e\x08\x4a\x8d\x85\xf7\xa4\xce\ \x96\x3d\x38\x83\x6f\xf2\x36\x10\x5b\x5e\xf8\x86\x7b\x1d\xe8\x5e\ \xfc\x92\x6c\xcf\x7c\x98\xad\x01\x14\x87\x41\x3a\xcf\x57\xe1\x99\ \x61\xa1\x4e\x58\xd3\x7c\x2c\x2e\x13\x8d\x5e\xe7\xfb\xce\x1f\xbd\ \x07\xd5\x77\xc5\xb1\xf6\x30\x27\x0c\x56\x13\xb5\x90\x75\x75\x04\ \x8a\x37\xfa\xd6\xba\x67\x8f\x80\x76\xc7\x2d\x3a\xc4\x0f\xe0\x37\ \x04\x2e\xf3\x6f\x06\x36\x02\x57\x53\x37\xcb\x80\xb1\xc1\x3e\xf4\ \x93\x33\xca\x79\xd0\x0e\x63\xcf\x59\xad\x5b\xbb\xb0\x98\xd3\x18\ \x34\xd8\xba\xd0\x72\x77\x23\x1e\x86\xd5\xa0\xaf\xf6\x1c\xe1\x68\ \x08\xdc\x69\x07\xf7\x84\x97\xb9\x3d\x21\x08\x44\xf3\xb7\x7f\x7e\ \x83\x80\xaa\xa1\xa1\x88\xd4\xc6\x3f\xbe\x86\x64\xad\x4f\x36\x64\ \x65\xe5\xa7\x56\x67\x06\x41\x6a\x56\x67\x07\xce\x4f\x5d\x21\xb0\ \xfc\xa3\xc0\x4c\x48\x50\x8c\xff\x68\x48\x70\x5d\x68\x31\xa0\x0c\ \x0a\xee\x8c\x39\xf5\xde\xd4\xcd\x06\x5d\x06\xa7\x06\xc3\xae\x8d\ \x75\x9d\x31\xb3\x35\x40\x44\xe3\xcc\xef\x9f\xa1\xa0\xcc\x66\x40\ \x6a\x20\x34\x24\xbc\x3d\xb0\x27\x38\xbc\x79\x68\xa6\xf3\xf3\x04\ \xdc\xb9\x77\xb4\x0b\x0b\x0f\x89\x0d\xf4\x0b\x87\xf7\x74\xf6\xcc\ \x4c\x20\x1a\x71\x43\x33\x3d\x9d\xcd\x33\xdf\xbe\xa5\xb6\xe1\xf1\ \xc6\x15\x2d\x2b\xeb\xf3\x68\x43\x27\x62\x7c\x26\x24\x64\xa2\xa7\ \x21\x2a\x2c\xf6\xfb\x38\x22\x35\xe4\x2e\x26\x35\x33\x33\xbe\xae\ \xa6\x3d\x14\x88\xc8\x2f\x0e\x7f\x79\x04\x44\xc3\xe0\x99\xfe\xb1\ \xf9\xf7\x76\x18\xe2\x87\xe8\xda\xb4\xb8\xc8\xb7\x7f\xf9\xf4\xf1\ \x6d\x24\x0a\x43\x2d\xc0\x97\x33\xd9\x87\x6c\x2a\xad\x5f\xb1\xbe\ \xc7\xab\x90\x31\x18\x04\x54\x21\xe6\x5d\x1c\x35\x25\x3a\x2e\x2d\ \x5a\x3d\x90\x97\x90\x94\x47\x13\x53\xda\xb1\x39\xc8\x74\x99\x5c\ \x1d\x97\x9e\x96\x90\xab\xaf\xa0\xca\xd2\x28\x7a\xb1\x0c\x9b\xf8\ \xf6\xdd\xaf\x1f\x5f\xbf\x4d\x4a\x79\xfd\xe9\x55\x55\x1c\x32\x27\ \x3d\x07\x99\x26\xcc\x8d\xcc\x4d\x89\x78\x95\x6e\xcc\x2d\x54\x2b\ \x91\xb9\xa5\x39\x25\x14\x6d\x79\x49\x5e\x51\xe9\xc0\x9c\x8e\x5b\ \xfb\x62\x64\x05\x55\x92\x2a\x1a\x4d\xb7\x34\x6d\x36\x13\x49\xe4\ \x52\x2a\xa9\x5b\x2d\x6f\x5a\xea\x7a\x82\xba\x2d\x2f\x5e\xb5\xe0\ \xdb\xb1\x9d\x71\xb8\xc6\x92\xa2\x24\x4c\x15\x32\xb7\x6b\xfe\xf8\ \xbe\x49\xc1\xf4\x9c\xb6\xd5\xaf\x2d\x5a\x22\xf2\xc8\x66\xdd\x89\ \x43\xc1\x12\x99\x18\x8c\x1d\xf1\x20\x11\x9c\xe9\xbe\xf1\x29\xf8\ \x4b\xd3\x03\xf7\x2d\xbd\xe8\x9d\x41\x95\x6c\xd8\xc4\x59\x31\xcc\ \x4d\x9d\x1c\x7b\x37\x1e\x44\x12\x63\x8b\x9b\x73\xb6\xbd\x71\xa2\ \xe4\x73\x4b\x3c\x16\x0d\x8b\xcd\xd5\xe0\xd3\x3a\x84\x4f\x1c\xc6\ \xad\x8d\x43\xbb\x99\xdc\xf6\x4a\xd5\x6e\x65\x5f\x7d\x93\xaa\xbe\ \xb0\xaf\x95\xd0\xd6\x37\xc6\xef\x6f\x99\xb3\xd0\x4b\xeb\xa2\x16\ \x9b\x36\x3d\xee\xbe\x81\x39\x8e\x70\xed\x5a\xcf\xf3\xec\x11\x88\ \xa5\x7a\x6c\xbd\x6a\x8f\xbe\xd6\xa2\x1e\xa3\xc8\xc5\x34\x1e\x4d\ \x6f\x39\x68\x52\x48\x16\xa6\x77\x57\x38\x0b\x5b\x0a\xee\xe0\xb4\ \x67\x8c\x62\x72\x2b\x6b\x91\x91\xef\x93\xf2\xd2\x50\x15\xda\xaa\ \x43\x12\x25\x8f\xa0\x79\xc8\x48\x2c\xa1\xf7\x1b\xcc\xf9\x77\x96\ \xad\xc9\x01\xaf\xac\xad\x2a\x83\x9c\x58\xa2\x6d\xea\x9d\x33\x94\ \xb1\x5b\x9d\x4d\x4b\xbc\x52\x53\xbd\x5a\x8c\x25\x6b\x8d\xe5\x64\ \x41\x41\xc6\x87\x5f\x12\xc8\x58\x8e\x1e\x5f\xf8\xf1\x4d\xc4\x9b\ \x5f\x22\x91\xaf\x3f\x95\x44\x67\x97\x24\x15\x21\xb1\x19\x86\xc9\ \x3e\x9e\x46\x41\xf0\x3d\xaa\xe2\x4a\xf3\x4c\x8b\x2b\x29\xd9\x86\ \x72\xa2\x44\x98\x4b\x13\x0a\x95\xdd\xdb\xa7\xf4\xb1\xda\x2a\xca\ \x9c\x45\xd9\xc6\xef\xe0\x32\x2d\x6b\x6a\x9e\xd9\x42\x12\x66\x54\ \x24\x2a\x99\x6a\x43\x8a\x96\x90\x5d\x58\xa4\x52\x93\x08\x79\x45\ \x6f\xb3\x5b\xb5\xa5\x6f\x8a\xcc\x25\x58\x13\x21\x07\x4b\xab\xa5\ \x16\x94\xa4\x90\x85\x79\xad\xca\x6c\x6a\x15\x52\x25\x3d\xf3\x0c\ \xf4\x33\x04\x42\x2d\x5d\x25\x66\x2e\x4a\xe4\x06\xba\x75\x78\xb7\ \xdf\x28\xec\xa8\x2a\xca\xcb\x78\x47\xa1\x13\x07\xe6\x24\x4d\xbd\ \xa6\x7e\x29\xc5\x61\xa4\xf5\x8d\x0d\xdf\x9f\x77\x60\x6a\x39\xa6\ \x41\x6e\x2f\xc7\x6d\x97\x0e\x5a\x07\x1d\x6e\xf5\xb4\x59\xaf\x68\ \x22\x1a\x8d\xcf\x54\xd3\x42\x45\x09\x8f\x6e\xd2\x50\x3e\xa5\x14\ \xbe\xab\x40\xd2\xcb\x1e\xd5\x4a\x85\xfb\xfa\x00\xd6\x44\x3f\xdf\ \x7f\x7e\xde\xf4\xa2\x47\x9b\xdb\x5d\xb7\x8f\x46\x1f\xda\xbb\xbe\ \xc4\x79\xcc\xad\xbd\x7f\x28\x7b\xf6\x1d\xf5\xce\x85\x81\xd1\x56\ \x45\x6a\x67\xf1\xa9\xe4\x61\x73\xd5\x7f\x64\xc1\xb7\xb2\x36\x1b\ \xb0\x26\x7f\x0a\x8b\x1a\x5e\x1b\x73\xb3\x7c\xf9\x0d\xbe\xc7\xd0\ \x58\x10\xda\xa7\x7d\x04\x22\x62\x63\x3b\x71\xc9\x7e\x23\x68\x7b\ \x71\x4c\xe0\xbe\x35\x0a\xe4\x77\x1b\x0c\x3c\x7f\x00\xdd\xc2\xea\ \x5e\x12\xa7\xad\xec\xf6\xa0\x8e\x93\x6f\xbd\xd8\x34\x38\xe3\xdd\ \xb6\x66\x98\xf5\xbe\xc6\xbb\xd3\x67\x73\x2d\x96\x2d\x87\x81\xfa\ \xec\x20\xd7\x85\x3d\xf0\xce\x1d\x78\xbf\x35\x1b\x7e\x66\x65\x4e\ \x8a\xec\xdd\x2d\x47\xd6\x9a\xa5\x47\xf5\x05\x30\x16\x38\xd0\x35\ \xad\xd9\x0b\xae\x3c\x5a\xdd\xf7\x95\x85\x07\x0c\xfd\xf1\xaf\x7f\ \x7e\x8f\xbf\x60\x75\xb3\xfc\x2f\x75\xf7\x53\xf5\xd9\xd4\x91\x43\ \xcc\x16\x68\x6b\x16\x12\x8c\x1b\xc2\xf5\xa4\x06\x82\x47\x63\xcb\ \xc6\x78\x01\x08\x8f\x7b\x74\xac\x2e\xc6\xca\x44\x57\x2e\x47\x05\ \xc0\x6c\xd5\xed\x56\x28\xe8\xd8\xda\x18\x1a\x0b\x86\x5c\xaf\xa7\ \x22\x7c\x40\xc8\x28\x3a\x2c\x6a\xf6\x36\xac\x11\x78\x1d\x68\x5d\ \xbd\x05\xb4\x87\x66\xdd\xb5\x3f\xef\xaa\x0d\x73\x16\xc6\x99\xfc\ \x2e\x3c\xab\xac\x66\x24\x18\x04\x09\xc2\x85\x44\xa1\x63\xce\x5a\ \x10\x8d\x40\xab\xa8\xcc\x06\xbd\x0d\x6c\x8c\x5a\x3b\xb1\x5b\xbd\ \x61\x76\x9b\xc7\xa4\x98\xdb\x6f\x47\x58\x7d\xe1\xb1\x23\x59\x47\ \x95\xa3\xab\x0f\x31\xa3\xf6\x7b\xa7\x77\xcd\x9e\xbc\x76\x9a\xec\ \x1f\x1e\xee\x07\x6f\xc4\xc1\xfd\x87\x3e\x7f\x1d\x1f\xc7\x7d\xff\ \xf6\x79\x3c\x6a\xea\xf7\x3f\x00\x80\xa1\x6a\x7f\x5c\x2c\xa8\x21\ \xca\xfa\x94\x0f\x0b\xf6\x73\x02\x82\x8b\x5d\x67\xae\x83\xe4\x2c\ \x44\x54\x70\xc3\xea\xe6\x41\x3b\x3c\x66\x11\x56\x19\x95\xba\x58\ \x31\x37\x0d\xf1\xc2\xda\x61\x8d\x99\xf9\x31\x3d\xc0\x86\x76\xaf\ \xab\xbd\xae\xd2\x2f\x75\x66\x7c\x62\x62\x28\x75\x68\x3c\x35\x00\ \x17\xd4\x50\x8c\x83\x05\xf4\xcc\x54\x7f\xf9\x23\x26\x15\x12\xe4\ \x0f\x81\x06\xc5\x76\x66\x06\xf8\x8f\x4f\x8c\x8f\x4f\x84\xa4\x7e\ \x19\xfa\x36\xfe\xfb\xd0\x97\xef\x33\xcd\x5f\x7e\xff\x5a\xed\xff\ \x79\xa2\xf9\x4b\xe7\xcc\xcc\xd0\x10\xa2\x18\x10\xd8\xf9\x25\x36\ \xb6\x67\x22\xe4\x6b\x26\xb8\xa7\xec\x0e\x1d\x1c\x55\x79\x19\x86\ \x08\x3b\x08\x89\x85\x37\x36\x43\x21\x10\x28\x38\x33\x2a\xcc\x05\ \x41\xfc\xd0\x91\x11\x17\x39\x98\xf7\xd3\x8f\x3f\xfd\xf6\xcb\xbb\ \x74\x71\x3a\x0a\xf9\xea\x6d\x79\x47\xc2\xdb\x9c\x42\x0c\x61\xbe\ \x3b\x3d\x49\xa0\x2e\x17\x92\x7f\xcc\x65\x14\x61\xb1\x02\xc1\x20\ \xc3\x37\x59\x18\x81\xc9\x48\x90\x9b\x12\xca\xc9\x85\x14\x6c\x44\ \x52\x11\xea\x6d\x61\x87\x9c\xc5\x21\xbf\xe4\x13\xb2\x16\x9b\xf4\ \x3e\xae\xa0\x43\x87\x35\x18\x4b\x4a\x0d\x7c\x71\x86\x89\x4a\x56\ \x09\x04\x54\x54\x5e\xa9\x90\x43\x31\xbb\xf3\x5e\x69\x79\xb5\x32\ \x33\xeb\xba\x2f\xcf\x80\x57\x89\x9e\xa5\x0f\xa2\x36\x7d\x17\xbf\ \xa5\xad\xbf\x54\x33\xd7\x57\x9a\x98\xf8\x13\xa5\x8f\xa8\x37\xb4\ \x71\x76\x2e\x9f\x0e\xd7\x76\x54\x12\xed\x9a\x6f\xd8\x61\xbd\x75\ \xd7\x66\x64\x44\xfc\xed\xbf\x7f\x4e\x2f\x7a\x87\xc7\x10\xe5\x2c\ \xd6\x58\xf7\x96\x79\xf2\x7a\xff\xfc\xb8\xb7\x8a\x24\xd6\x10\x8c\ \xdb\x67\x6d\xfb\x67\x2a\xcf\xad\xd3\x73\xd8\x7e\x28\x9d\x5c\xe4\ \xaa\xc5\x3c\x99\xaf\x55\xcf\xb4\xec\x2c\xb4\x9c\x3f\x1f\xcf\xd5\ \x96\x2d\x49\xb7\x9e\x6f\xf6\x9d\x6e\xbe\x5c\x6e\xba\xb9\xb6\xae\ \x8a\x86\xa9\x04\x0b\x47\xc8\x2b\xd0\xac\xca\x93\x84\x6c\xa7\xf7\ \x74\xde\x2d\xb2\x70\xd4\xd3\x1a\x52\xee\x2b\xd1\x59\x5c\x57\x5f\ \x77\x4e\x12\x6a\xd2\x2e\x7c\xf3\xa9\x5e\x3e\x1b\x66\xe3\x51\x39\ \x4b\xb7\x7b\x5a\xfb\x3c\x59\xcb\xc5\x33\xf6\x3a\xe4\xd2\x3e\x03\ \x1b\xd5\xdf\xa4\x42\xb5\xed\xd2\x0a\x16\x5b\x4a\x5d\x8b\x97\xee\ \xb5\xd1\xbd\x25\xfb\x1a\xdb\xa3\x9f\x33\x6c\xe3\x49\x73\x12\x03\ \x45\x3d\x6f\x16\x14\x65\xa4\x23\xa9\x06\xb9\xbd\x17\x3f\xc7\xa3\ \x18\x65\x18\xa9\x2c\x2e\x91\xb1\xb8\x30\xb6\xc0\xe2\xb5\x76\x2f\ \x31\x15\x73\x83\xdd\x79\x71\xa5\x2d\x3b\x5c\xb2\xce\xdd\xe6\x60\ \x57\x50\x07\xd5\x1a\x6c\x42\xca\x87\x4f\xaf\x3f\xbd\xf9\x99\xf0\ \x12\xce\xa2\xd3\x53\x22\xb1\xfd\x39\x79\x2f\x19\xfb\xef\xbf\xbc\ \xfb\xe9\x6d\x24\x32\x32\xe7\x75\x02\x2a\x23\x9a\xac\x5d\xd1\xe9\ \x72\x65\x94\xb1\x1b\x09\xf1\x55\x02\x6d\x53\x93\x87\xdd\x19\x8c\ \xc8\x51\xa8\x14\x93\x4c\x86\x9c\x32\x30\x77\x73\xc1\x5a\xb0\x5a\ \x34\x6b\x7d\xaa\x41\xa9\x6a\xfa\x78\xcf\x61\xef\x9d\x43\x0d\xb6\ \x16\x12\x9b\xba\x18\xfd\x8f\xc7\x2d\xb5\x45\xd9\xa4\x2a\xb9\x96\ \x5c\x5e\x40\xeb\x27\xea\xd9\x6a\x55\x7f\x93\x19\x2b\x54\x4b\xf4\ \xb4\x5c\x0a\xcf\x58\xcf\x34\x30\x89\x2b\x1e\x7a\xc6\xeb\xd7\x15\ \xba\x2a\x93\x4a\x46\xcc\x4e\x23\xb0\x79\x1c\x55\xaf\x45\xc3\xee\ \xed\xca\x19\x68\xaf\xd1\x73\x86\x59\x12\x3d\x57\xc2\xda\x92\xdb\ \xee\x8f\x6f\xc3\x14\x66\x9d\x7c\x4c\x80\xc2\x52\xb1\xc4\xbe\x2a\ \xe2\xdb\xb8\x96\xb3\x56\xa1\xb1\xa3\x7e\x7a\xce\xc2\xef\x75\x74\ \x73\x93\x88\x73\x9c\x2a\xb5\x0e\xdf\xc4\x2d\xc8\x8e\xd3\xcc\x77\ \xf3\xea\x15\x4e\x9b\xdd\x6c\xa2\x29\x8a\xf3\xdd\xee\xe1\xb5\xf6\ \x7c\x48\x8d\xf7\xee\x08\x74\x7b\xe7\xb3\x72\x6c\x6d\x60\x5c\x90\ \x73\x39\xf9\x8a\xbb\x3d\x7a\xfa\x3c\x37\x79\x72\x6b\x77\x5b\x76\ \xc6\x7c\x97\x57\xc7\x37\x95\xcb\x07\x23\xd7\x52\xd6\x72\x99\xc3\ \x75\xb9\xc6\xda\x6f\xaf\x6c\xca\xf7\x4c\x79\x6d\x61\xb3\x95\xab\ \xf1\xf1\x21\xb8\x6a\xe0\x7d\x63\xac\xf3\xc0\x3d\x9d\x1c\x8e\xbe\ \xad\x4c\x36\x04\x01\x71\x99\x59\x57\x76\xef\xf8\xad\xcf\x1d\x74\ \xe7\x2e\x06\xd8\xf7\xbd\x9b\x95\xe7\x4d\x77\x8e\xa7\x83\x8b\x9d\ \xe4\x91\x65\xa9\xf4\x60\x54\x71\xe8\xf4\x45\x8d\xd4\x5d\x39\x17\ \x1a\x2b\x6b\xa0\x07\xc3\x75\xc1\x60\x97\x22\xd9\x77\x50\x73\x65\ \x75\x1e\x54\x82\x99\x6d\xee\xd5\x8b\x9b\xbd\x4d\x8f\x4d\xd9\xd1\ \x75\x66\x7f\x9e\x72\x2a\x38\xab\x61\xb0\x29\xf7\x1d\x6c\x4e\x70\ \xe9\x32\xff\xc2\x0d\x3d\x2e\x7d\x06\x68\x93\xae\x81\x5e\xef\x79\ \x58\x59\xf8\x55\x5d\x40\x80\x3f\xa0\xf3\x45\x5d\x32\x9b\x1b\x8e\ \x52\x6b\x98\x76\xf4\xfe\x6e\x72\x60\x43\x94\xbf\xcb\xd7\x1c\xd3\ \x1b\xd3\x7e\x1a\x03\xba\x68\x48\xb6\x37\xdf\x82\x81\x90\xf0\xe4\ \xac\xd4\x50\x1c\x0e\x1a\x18\x1a\x12\xe5\x37\xdf\x90\xd5\xec\x1a\ \x75\x05\xc0\x70\x4b\x1a\x70\xd4\xf1\xad\x75\xd4\xdd\x7b\x7b\x30\ \x05\xac\x79\x8e\xda\x2c\x8b\x8f\x9a\x3d\x6a\x5f\x58\xd8\xd9\xb1\ \xb9\x6d\x41\x75\xa9\x33\xdf\x83\xa1\x59\x23\x8a\x86\xf8\xd0\xba\ \x69\xc8\xea\xc5\xe4\xb0\xf5\xfe\x79\xd7\x19\x6f\xb0\x4e\xa1\x41\ \xe8\x3a\x70\xcc\x81\xdb\xbb\x94\x15\xee\x51\x4c\xd5\x21\xea\xcc\ \x67\x95\x35\xa0\x55\x20\x62\xa8\x31\x13\x97\x0a\x83\x4f\x8c\x23\ \xa2\x1e\x6e\x71\xff\xfe\xbf\xcc\xac\xfc\x3d\x16\xd7\x37\xdb\x10\ \x80\x0e\x42\xb4\xdb\xb3\x20\xe0\x65\xd7\xc9\x86\xc8\xba\x37\x35\ \x1e\x12\x00\x05\x94\xcd\x42\x6f\xe2\xc1\xee\xb2\xd8\xc6\xb2\xca\ \x80\xf5\x3b\x57\x59\xd0\x38\x1c\x0a\x49\xf6\xbb\x9e\xb4\xb9\x2d\ \xdb\xce\xa9\x9a\xf8\x2c\x40\x20\x1c\x9e\xf9\xf9\xcf\x3f\xbe\x6e\ \x0a\x02\x0f\x2e\x8e\x2f\x57\xc3\x3a\x1b\xab\xc7\xbf\xcc\x34\xce\ \xf4\xf4\xa4\x06\x4f\x81\xbe\x7c\x1e\x1f\x1a\x6f\x8c\x4d\x05\x97\ \x41\x9a\x81\xb1\x08\x60\x08\x68\x08\x97\x19\xdc\xdc\x0c\x00\xc4\ \x07\xfb\xd5\x85\x22\x70\xf0\xa0\xc0\x46\xc4\x44\x6c\x73\x23\xce\ \x3f\xb8\x39\x39\x3f\xbc\x1d\x16\x08\x1f\x02\x37\x04\xfa\xe3\x70\ \x3d\xfe\x99\xc0\x71\x68\x58\x6c\x48\xf5\xef\x70\xd8\x0f\x22\xaa\ \x86\xe8\xde\xfb\xe5\xdd\x9b\x57\xef\x5f\x7d\x7c\x15\xf9\xea\x97\ \xbf\xbd\x2d\x4f\x34\xf2\x73\x91\x66\xbe\xd0\xcd\x44\x55\xd4\x17\ \xf5\xa9\x13\x0b\xc9\x32\x99\xa9\x84\x50\x8f\x99\x76\x39\x4f\xeb\ \x8b\xb2\x51\x0b\xc2\x6c\x55\x1e\x8d\x94\x82\xca\x23\x96\x7c\x8c\ \xae\xe5\xb6\x10\x05\x45\x58\x8d\x34\x57\xcf\x95\x93\x55\xda\x0a\ \x79\x1f\x36\xae\xbe\x2a\x2d\x21\x81\x46\xad\xa5\x9a\xeb\xf3\xf0\ \xe2\x3e\x03\xa6\x4f\x87\x2d\x2a\x94\x99\x68\xf5\x19\x55\xd9\xaf\ \x13\x72\x4d\xe5\x04\xec\x1d\xdd\xbe\xa3\xe0\x5f\x2c\xf5\x11\x0b\ \x0a\x90\x54\x61\x41\x95\xc6\x20\x64\x37\xed\x09\x6c\xd6\xb9\x5d\ \x8f\x8e\xb4\x23\xd2\x6f\x71\xdc\x5e\x16\xcb\x5b\x91\x97\x16\xf9\ \xeb\xab\xb7\xe9\x11\x19\x98\xf7\xf5\xc4\x94\xd2\x84\x12\xaa\xae\ \xcd\xed\xf5\x5e\xb1\xba\xea\x2d\x17\xc4\x0b\xb4\xfd\xf6\xcc\x3e\ \xb7\x6f\xeb\x5d\x5a\xf7\x2a\x4f\xba\x8d\x63\x4e\xa5\xf4\xba\x6d\ \x67\xda\x78\x7e\x78\x7f\x77\x6a\x60\x1d\x71\x4a\x5d\x37\xec\x26\ \xa1\xdb\xc9\xf6\x8c\x95\x8a\x6c\x77\x0b\x5c\x33\xad\xca\xc0\x89\ \x4e\x2b\xa4\xad\x71\x28\x1d\xb5\xda\x85\xfd\xc7\x06\x2f\x75\x6b\ \x6b\x8d\xd3\x56\x95\xfb\x9e\x6b\x1c\x66\xf6\x51\x90\xe5\x5d\x5b\ \x4c\x64\x2e\xa9\xd6\x62\xbf\x7f\x14\xe7\x69\xab\xe6\x24\x3e\x21\ \xaf\x95\x35\xb9\x3f\xdd\xa7\xcd\x4e\x10\xaa\xde\xc7\x45\xff\x3d\ \xb7\xcb\xcc\xe7\x3f\x9f\x6a\xae\x5b\xba\x65\x86\x7c\xd8\xe2\x2e\ \x6b\xd8\xdd\x8b\x4f\xc4\x36\xb5\x4d\x2a\x1c\x8a\xbe\x26\xae\x94\ \xda\xd1\x6d\x2c\x69\xea\xd8\xde\xa7\xa6\x94\xd7\x0e\x6a\x29\xb9\ \x79\x19\x05\xa7\x1c\x03\x5b\x54\x2f\x2c\x15\x0e\x90\x55\x84\xc2\ \x8c\x08\xb6\xbc\x8d\x7c\xe3\xdb\x1d\xab\x58\x6a\x21\x1b\xd5\x58\ \x2c\xb1\x90\xa2\x7e\xf5\xee\xa7\x0f\x3f\xe5\x09\x4a\xf1\xa4\xd7\ \xef\xb2\x09\xc8\xb7\xd1\xa8\xff\x0c\x13\x8d\x4e\xa8\x27\xa5\x17\ \x44\x26\x66\x53\x64\x83\x24\x9d\x40\xdc\x8f\x34\xf7\xf3\xd5\x4d\ \xb9\xaf\x7e\x4c\xa0\x31\x75\xec\x7d\x79\x64\x74\xc9\xe4\xbe\x39\ \x6f\x97\x8e\x92\x0e\x8a\x57\x18\x4b\x03\x5c\x2f\x83\x2d\x6f\xf5\ \x1c\x0a\x69\xbe\x3d\xcf\xfd\xfc\xd8\xf1\x1d\x5f\x50\x62\x62\x75\ \xd4\xd6\x4e\xce\xf1\x5b\xca\xc5\x45\x09\x89\x69\x19\x19\x32\xb9\ \x52\x2d\xeb\x33\xb7\x52\xa9\x4c\x63\x45\x55\x7d\x34\xc1\x40\xab\ \x57\x91\xc5\x86\x69\x63\x5c\xe2\xfb\x84\xc4\x0c\x4a\x95\x2a\xf7\ \xc7\x4f\x9f\xb2\x0d\x64\x9d\xba\xd4\xa8\xa3\x21\xb9\xf8\xbc\xf0\ \x27\x96\x83\x3b\xc9\x68\x45\x95\x98\x8f\x59\xfd\xcc\x81\xe9\x69\ \xd3\x46\x8b\xbb\x96\xd7\x17\xea\x60\x59\xcc\x25\x1a\xb1\xf8\x45\ \x98\x1f\x0d\xad\x98\x5c\xba\xb7\x57\x56\xda\x6b\x3b\x59\xe5\x70\ \xf9\xbb\xeb\x8b\x1c\x82\x4e\x5f\x6b\xd9\xb0\x5d\x17\x52\xb7\xe7\ \x58\xa2\xf8\x81\xb1\xa3\x87\x33\x8f\xa0\x69\x65\xca\xb9\x7c\x72\ \x36\xbc\x77\xd4\xbe\xe6\xda\x3c\x68\xb9\x58\x1b\x76\x8e\xa6\x8e\ \x7b\x97\xa1\x59\x0f\xb3\xd6\x9a\x66\xc0\xa6\xc3\x76\x23\x78\x2c\ \x5b\xe4\x3d\xad\x57\xda\x92\x47\x6f\xb8\xd9\x03\x7a\xda\xde\xa8\ \xc4\xbd\xe8\xd8\xb7\xc6\xb4\x7b\x6f\x5d\x3e\x70\x3c\x30\x14\x0d\ \x9e\x2a\x1d\x58\x46\x6f\x9c\x35\xb5\x60\x57\x82\x71\xb3\x95\xb0\ \x3b\xf0\xc8\xaa\x1b\x72\x7f\x12\xd3\xbb\xd5\x68\xb7\x2a\x05\x77\ \x52\x91\x72\xcb\x95\x8f\x43\xdf\x5d\x70\x9d\xcc\xd5\x91\x80\xe4\ \x64\xf0\x63\x9d\x34\xcb\xfd\xd0\xfe\x14\x3f\x9f\x8f\x0e\x5f\xbb\ \xb9\xf1\x14\x5f\x44\x6d\xf2\xf2\xed\xfe\xed\xf6\xa9\x51\xcb\x5e\ \xef\xf9\x7a\xb8\x64\x6b\xad\x49\xeb\x0b\xbe\x6e\x1a\xde\xf7\xde\ \x9e\x2a\xb2\x51\x29\x02\x82\xa0\x4f\x6a\x62\x9c\x6f\x73\x49\x49\ \x27\x07\x46\x0e\xf0\xd6\x7e\xe4\x3a\xbb\x9e\x05\x04\x24\xaf\x9f\ \xd9\x2f\x7a\x97\xa0\x99\x4e\xf7\x2e\x10\x0e\xab\xae\xcc\x77\xdd\ \x35\x3a\xef\xc0\xf0\xea\x64\xc8\xea\x43\x7c\x68\x33\xbc\xb9\x3a\ \x64\xde\x1a\xb4\x06\x02\x80\x33\x83\xa0\x2e\x58\x66\x56\x6c\xa6\ \x7f\x08\x7c\xbc\x71\xa8\xb3\x6e\xea\x09\x1c\x36\xb2\xd1\xed\x19\ \xc0\xf7\xd5\xd9\x60\x61\xb1\x5b\x67\xc9\xed\x9b\x41\x01\x70\x44\ \x71\x54\x4d\x40\x75\x80\x73\x73\x14\xb1\x1c\xe6\x33\x84\xd2\x1f\ \xce\xcf\x4e\xe3\xbd\x35\x21\x08\x57\x68\x63\x66\x28\xe2\x73\x0d\ \x74\x3c\x0c\x5c\x39\x15\x1a\x53\x7c\x64\xf5\x83\x80\xb2\x56\x61\ \x38\x48\x71\x65\x40\xd6\xd8\x5d\x4c\x0d\x10\x36\x7a\xe6\xf5\xac\ \xac\x87\x97\xc5\x07\x43\xe0\xcd\xe1\xc1\x20\x38\x3c\x3f\xd0\x15\ \xf0\xb9\x27\xf4\x62\xed\x2a\xff\xa0\x32\x36\xd3\xb6\xd1\x98\xec\ \x5b\x0d\xc8\xf7\x8b\x0a\x04\xc0\xfc\xf3\xf7\x77\x2a\xc3\x2a\x5d\ \xa0\xcb\xf6\x5b\xd7\x77\x1c\xda\x3f\x75\x0b\x1a\x70\xed\xf3\x20\ \x26\x6c\xd2\xf8\xe4\xc5\xbd\xad\x1b\x9f\xed\xec\x7e\x33\x1c\x12\ \x18\x96\x1a\x82\x88\x45\x1c\x00\xfc\x6a\x32\x37\xeb\xd0\x56\x4e\ \x4e\x53\xad\xf5\xa8\xec\x5b\x6a\xea\xf8\xf8\xd0\x4c\xe6\x78\x2a\ \xb0\xd3\x0f\x06\x0c\x8e\xad\xee\x04\xc7\xf7\x64\x42\xad\x31\xd6\ \x8b\x23\x5b\xf1\x50\x4f\x00\x10\x8a\x8e\xf2\x2b\x73\xd8\xc3\x63\ \x11\x7e\xcd\xdf\x42\xaa\x63\xc1\xf9\x17\xa9\x2f\x56\x3a\xd4\x33\ \x83\x03\x22\x40\xb8\x60\xff\xd9\xa0\x40\x7f\xe8\x0b\xce\xc6\x9b\ \x7b\x02\x70\xe3\x99\xd5\x3f\xf4\x8a\xc6\xd8\x2b\x7b\x85\x11\x3f\ \x46\x22\x93\x3e\x7c\xf8\xf1\xd3\xfb\x08\x3c\x36\x41\x7c\x92\x94\ \x2e\x51\x19\x04\x2d\xbc\x22\x0d\xaf\x8b\x82\xc4\x4a\x97\x5b\x89\ \x54\x3c\xc5\xc0\x99\x5f\x7e\x30\xaa\x34\x55\x66\x03\x4f\x97\x20\ \xe6\x62\xc9\x1e\x54\xe2\xdb\x04\x19\x26\x2e\xa5\x2f\xe5\x55\x1a\ \x3e\xe3\x1c\x3d\x4f\xa3\x11\x78\x66\x89\xb9\x6f\xa0\xbf\x34\xa3\ \xb6\x4f\x88\xaa\x2d\x8c\xce\x8d\x33\x12\xe4\x7b\xa8\x02\x42\xa1\ \xa9\x36\x31\xaf\xf0\xd5\x2f\x1f\x13\x3f\xbe\xc9\x33\x6a\x6f\x1a\ \x1c\xb5\x45\x2b\xc3\x0b\x97\x77\x0f\xdb\xc4\xa4\x24\x4c\x6e\x3f\ \xbd\xb5\x9b\x71\xdf\x7a\xcc\x24\x19\x94\x4f\x47\x96\xd3\xd9\x5e\ \x91\xe6\xdc\x6b\x1f\xb8\x51\x57\x14\x45\x7f\x88\x7c\xf5\x1e\xd5\ \xdf\xa1\x23\x57\xe4\x4a\x18\x03\x6b\x6e\x26\x7a\x6a\x77\xd9\xb2\ \xb6\x72\x23\x4e\xaf\xeb\xa5\x3b\xa6\x3d\xd7\x3b\x97\x56\x97\xef\ \xd8\xbd\x31\xad\x2d\xbb\xd6\x2a\x58\xf2\x73\xcf\x83\xe3\x69\x64\ \x93\x69\x26\x7b\x4e\xc5\x72\xc2\x34\x93\x3d\xb0\xde\xc5\x7e\x1c\ \xd6\xba\x6e\xe5\xf5\x22\x31\x89\x8a\xc9\x88\x7e\xfb\xdb\x5f\xde\ \x92\xea\xc5\x1b\xe2\xbe\x9b\x3e\xfb\xf4\x98\xc9\x32\x36\x7d\xad\ \xd2\xaf\x95\xd2\xb9\x5a\x26\x49\x46\x33\x19\xa9\xfd\x1a\x4c\xe2\ \x27\xbc\x19\x93\x3b\x3f\xa6\x12\xf0\xf6\x26\x0d\x6c\x81\xd4\xb7\ \xe3\xe1\xe4\xc4\xbd\x31\x76\x25\xfc\x45\x64\x4c\x2c\xd0\x95\x70\ \xf1\xf8\x5a\x7c\x93\x8d\x6e\x2d\xe2\x54\xd1\x57\xe8\xbb\x63\xf3\ \x82\x36\x62\x1a\xf3\x59\xe9\x63\xd5\xea\xfa\x24\x1c\x15\xb3\xa4\ \xbe\xa9\x96\x65\xe2\x3b\xe6\x28\xea\xaa\xdf\xd2\x30\xe2\xf2\x72\ \x31\xa7\x24\xa9\xde\x44\xc2\x16\xc9\xb3\x5f\xf4\xc8\x73\xe3\x59\ \x74\x7a\x1d\xdc\x56\x2d\x8d\x84\x49\x20\x54\xe4\x92\x3a\x68\x02\ \x5a\x6d\x4e\x5f\x9f\xa0\x2f\x05\x55\xb1\xa4\x7a\x09\x93\xc6\x14\ \x95\x44\x3f\x38\xc9\xc5\xab\x75\xf5\x48\x02\x8f\x5e\x58\x45\x26\ \xe7\xc9\xf5\xb2\x22\x54\xd2\xa7\x5f\x3f\x22\xd3\xfa\x64\xfb\xea\ \xc3\x5a\xac\x8e\x44\xc4\xca\x84\x28\x4d\x7f\xb7\xa4\x8b\x88\x17\ \xb0\xe8\xda\x3d\x69\xd3\xe4\x3d\x57\xab\xed\xd8\x61\xea\x78\xe2\ \x0a\x39\x87\x5e\x40\xe8\x26\x63\x99\xac\x41\x7e\xd7\xa0\x10\x99\ \x53\x8b\xc9\x41\xe2\xc9\xe5\x34\x9e\x5e\x8c\xef\x68\x15\x94\x16\ \x29\x3a\x12\xd2\x23\x53\x84\xf2\x42\x16\x57\x5f\x8f\xc2\x60\x23\ \x23\x12\x22\xb2\xa3\x7f\xf9\xed\xc7\xf7\x49\x91\xb4\x8a\xc4\x9c\ \xb4\x0c\xe3\xba\x2e\x29\x6f\x7f\x81\xa4\xf6\x2e\x2d\x9b\x68\x15\ \x4c\xbd\xa1\x15\xeb\x7a\x54\x3b\xb6\x9d\x0c\xc7\xc2\xb5\x7b\x65\ \xec\x66\xec\xec\x66\x1e\xdb\xef\x5a\x68\x9d\xbe\xb3\x6e\x3f\x03\ \x8a\x07\xad\x6c\xae\xf7\x96\xc1\x19\xdb\xba\xcb\xba\xf1\xdd\xd1\ \x89\xf7\x1e\x9b\xba\xaa\x68\xc1\xc6\xe1\x15\x22\x4b\x37\x6e\x0e\ \x1f\xe9\xf3\x77\xab\xab\x74\x3f\xab\xcd\xba\xfc\xd8\x9e\x19\x8e\ \xb6\x1d\xad\x9c\x2c\x88\xd6\xd7\x17\x8e\xdc\x97\xab\xb6\xc9\x8b\ \x7c\x9b\xb4\xf6\x1c\xed\x12\x59\x0e\x16\xd8\x31\x95\xc7\xd7\x35\ \x8b\x1e\x79\x5c\xcb\xd5\xe3\xe6\x11\xf3\xbe\xf5\xcc\xb5\xbb\x01\ \x2a\xb6\x7b\xed\xe0\xab\xbe\xa6\xd9\xf2\xb7\x5a\x56\x6f\x51\xf7\ \x8a\x60\x8d\x6d\x87\x9c\x76\x2d\xae\x07\x1f\x3d\x66\x85\xad\xc6\ \x3b\xbd\xc9\x1e\x96\xac\xf5\xb4\xb5\xf5\xac\xeb\x18\x5a\x0c\x39\ \x9e\x15\x76\x3b\x18\xde\xf0\xdb\xeb\xf6\xa3\xbb\x85\x0d\xd8\x48\ \x7c\xd8\xb9\x6d\xf3\x21\xe6\xc1\xba\x1c\xba\xb0\xf2\xd0\x7e\x3e\ \xe2\x3c\xe6\x72\xf6\xac\x5e\x3b\x68\x4b\xc7\x9a\x87\x89\x72\x56\ \xbc\xda\xee\xa5\xdd\x9a\x3d\xe9\x19\xda\x6b\x5b\x3e\xf5\x70\xa7\ \x97\xf7\x2e\x36\x1e\x7c\x1e\xeb\x4e\x43\xf2\xaa\xab\xce\xe9\xba\ \x20\xa4\x2f\x5a\x86\x1f\xac\x3b\x3e\xef\xd9\xd9\x5a\xe7\xc5\xde\ \xde\x7d\x16\x74\x35\x26\x00\x92\xec\x9f\x05\xcb\x6c\x0f\x4d\x5e\ \xad\x8e\x69\xbf\xf2\xbf\xab\xeb\x71\x15\x3f\x00\x52\x87\x1a\x63\ \x11\x21\x4f\xcb\x9f\x63\x5d\x8f\x31\x01\x9b\x17\xd6\x17\x30\x05\ \xa0\x59\xd0\x60\xdb\xb5\x7d\xa4\x2e\x00\xea\xf0\xc0\xec\x60\xab\ \x6b\xd6\xba\xe1\xb2\x23\x52\x71\x81\x7e\x20\xbf\x4a\x40\x48\x8d\ \x8f\xbd\x6b\xdd\x98\x8e\xda\x53\x73\x99\x5d\xf6\xfd\xab\xac\x11\ \x74\x7b\x78\xd8\x48\xe0\xbd\xdd\x5d\x13\x55\x37\x92\x8f\x58\x8d\ \x69\x70\x15\xc3\x8b\xa7\x1a\xd0\x35\xc0\xf6\x32\xc0\xad\xdd\x3e\ \x0b\x85\xc0\x63\x8e\xd0\xc5\xce\x87\x7d\x57\x1d\x18\x14\x0e\x0c\ \x6d\xb7\x35\x84\x02\xb3\x0e\x3d\x95\xb1\xdf\xbe\x8f\x67\xdd\x65\ \x79\x17\x76\xf6\x77\xce\xda\x37\xd7\xaf\x57\xcb\xbc\x4f\x31\x35\ \x51\xb6\x87\xf8\xb2\x4c\x70\xcc\x79\x71\x3b\x34\x1e\xde\x60\x07\ \x8c\x5a\xbb\x93\xd2\x96\x98\xee\x29\x5c\x4f\xd4\xe9\x32\xba\xd2\ \x75\xc2\xbe\x9f\x9e\x3e\x15\x89\xae\x6b\x60\x95\xc9\xf0\x71\x08\ \x0c\x30\x0e\x09\x0f\x05\x07\x47\xc1\xa0\x0d\x61\xcd\x43\x8d\x43\ \xf0\xcc\xe6\xea\xaf\x5f\x9a\x33\x81\x90\xd8\xf8\xd9\x51\x58\x96\ \xb5\x32\x1c\xee\xb4\xe6\xc7\x6f\x4c\x81\x47\x03\xd0\x57\x77\x6e\ \x34\x0c\x16\x1f\xe8\x57\x97\x09\xac\x69\xc4\x35\x82\x71\x68\xd7\ \x48\x00\xa4\x71\xa2\x7a\x68\xa6\xb3\xf3\xeb\xb7\xa1\x9e\x4e\xff\ \xcb\x90\x1e\x00\xa8\x12\x81\x9b\xf0\x8f\xed\x99\x19\xff\xa1\xeb\ \xc6\xa4\xed\x5b\x9a\x1c\x2b\x24\x92\x88\x48\x6a\x6e\x79\x09\x52\ \xd5\x3a\xd8\xa6\xcf\xc5\xe0\xbb\x59\xdd\xf3\xb4\x5c\xbc\xba\x4d\ \x59\x4f\xa3\xb7\x68\x29\x83\xc7\x0b\xfc\x81\x2e\x3e\x66\xde\x3e\ \x56\x98\xad\x76\x6f\xcb\x90\x3c\x77\x91\xde\xf9\x58\x12\xa1\xa6\ \x0a\x4c\xaf\x33\x94\x96\x8c\x08\xf3\x00\x11\xc3\xd5\xc8\x0b\xd3\ \xd4\x3c\x4d\x5e\xe1\x60\x39\x29\xaf\xe4\xdc\x4a\xfd\x4f\x9b\x85\ \xed\xfa\x72\x05\x91\x38\x89\x4a\xca\x79\xfb\xd3\x2f\xbf\x7e\x7c\ \x55\x55\xda\xd7\x75\x3f\x27\xc9\x48\x33\x7a\xb4\x8c\xa5\x5e\x1d\ \x36\x29\x25\xa5\xc0\xb4\x3f\x29\x39\x9f\xb4\x3c\xda\x27\x4b\xba\ \xe8\x67\xe7\xf7\x0b\xfb\x0a\xb7\xd4\x3a\x3d\x70\x61\x94\x89\x08\ \xc4\xa2\xb8\xc8\xe8\x7a\xad\x52\x60\xd2\xd8\xc6\x2c\x86\xb5\x79\ \x46\x2f\x5f\xb6\xb2\x7b\x68\xb1\x0f\x2f\x4a\x4b\x07\xcc\x0b\x27\ \xfb\xe7\xbd\x8b\x17\xdb\x2a\x4d\x9b\x9e\xb9\xbb\x74\x36\xba\x75\ \xb5\xb6\x63\xf4\xe8\x7a\xe9\x8b\x8b\x9c\xb9\xd6\x91\x6b\xdb\xd2\ \x1a\xfb\xc2\x2d\x61\xac\x68\x94\x0c\x16\x41\xa8\x13\x69\x92\x58\ \x9e\x99\xc0\x00\x00\x20\x00\x49\x44\x41\x54\xe2\xa2\xb1\xd9\x09\ \x92\x26\x99\x62\xbe\xcd\x70\x2c\x1a\x16\x89\x08\x4d\x42\x93\x4b\ \x4a\x16\x9f\x09\xfa\xc5\xdc\xb5\x36\x14\x93\x9d\x9e\x73\x66\xe5\ \x63\x89\xc6\x14\x64\x3d\x53\xc0\x67\xef\xf2\xab\x74\xb5\x45\xa5\ \x3b\xad\x16\x0d\x92\x18\xf7\xfa\xd7\x77\xbb\x5d\x39\x0c\x42\x22\ \x29\x3b\x31\xc2\x7d\xae\xab\x2f\x21\xd3\x28\xd8\xf4\x88\x7a\x83\ \x21\x23\xa3\x36\x9d\xd6\x95\x2d\xad\xb5\x49\xb9\x72\x53\xd5\x1c\ \x5d\x81\xe7\xe1\xc9\x79\x3a\xa4\xd0\x22\x26\xb4\xd4\x0a\xd9\xdc\ \x25\x81\xbe\x4a\xa3\x3f\x17\x50\x6a\x31\x19\x2a\x46\x7a\x15\x26\ \x43\x58\x51\x51\x2f\x46\x46\x8a\xbb\xd8\x4b\x3c\x36\x43\xb1\xc0\ \x18\x56\x4a\xb8\x6d\xd3\x2d\x1a\x19\x8d\x6c\x20\xf3\xbb\x38\x2b\ \xfd\x73\x03\x1c\xb9\xa4\x1b\x8b\x91\xd0\x94\xf5\xda\x72\xac\x50\ \x55\xd8\x82\x8a\x4e\xc7\xbe\xfb\xed\xef\x7f\xfd\xeb\xdf\xff\xf6\ \x06\xdb\x5f\x32\xa9\x9c\xd6\xa4\x97\xf7\x77\xe0\xfb\x58\x32\x1a\ \xa3\xad\x83\x80\x25\x08\x68\x85\x03\xca\x6e\x4d\x47\x91\x48\x21\ \xeb\x47\xc6\x45\x17\x96\xa4\x61\x4a\xcc\x6d\x42\xa5\x8c\x98\xa0\ \xc4\x50\x3a\xb0\x82\x7a\x9d\x3a\x37\x23\x3d\x37\x2e\x1d\x83\x4c\ \x21\x64\x44\xfe\xb5\xf4\xb9\xa3\x10\x95\x94\x20\xac\xc7\x88\x89\ \x1d\x1a\x52\x9f\x01\xf5\xf6\xe7\xdf\x7e\xa5\x90\x4c\x05\x15\x26\ \x63\x5f\xae\xb2\x42\xc0\xd0\x4a\x9b\x32\x76\x5c\xf6\xdb\x01\xcc\ \x5d\xef\xb4\xd7\xc1\x52\x89\x29\xe6\x05\x8f\xe8\xf1\xd8\x7e\xb6\ \x42\x74\x3f\x8c\x94\x13\xd9\x7b\x17\xb6\x49\xdf\xdd\xbd\xad\xec\ \xea\xf2\x6a\xf6\xe1\xf1\x6e\x74\xb7\xf5\xa6\xc5\xbe\xbd\x65\xb7\ \x2f\x5a\x5b\x44\x27\x73\x52\xbb\xf5\xd9\x67\xbf\x7b\x2c\x7e\x5a\ \x60\x36\xd8\x6f\x8f\x1f\x1f\x27\xdb\x82\xef\xa5\x87\x22\xcf\xf3\ \xe6\xe8\xdc\xea\x95\x13\x30\xd0\xf7\x74\x22\xaa\xb7\xdd\x4e\xcd\ \x4f\x95\x59\xcc\x8b\xdb\x3b\xab\xda\x9a\xd5\xe3\x6e\xa9\x8a\xde\ \xe5\xe1\xdc\x39\x6d\x21\x16\x42\x65\xbe\x45\x32\x67\x1d\x68\x78\ \xec\x6d\xdd\x5e\xdf\xdd\xb1\x6c\x38\x47\x8f\x3c\x90\xa8\xa5\x35\ \x51\xab\x71\xd0\xb0\xe0\xab\x9a\x33\xa0\x17\x36\x85\x93\x61\xce\ \xf9\xac\xd4\xa3\x61\x55\x83\xfc\xea\xda\xf1\xd8\xca\x3d\xd9\xe3\ \x1f\x6f\x1c\x9e\x40\xc3\x8b\xdd\x42\x86\x65\xdb\xea\xcd\x2a\xf6\ \xbb\x84\xdc\xc7\x7f\x59\x86\xc4\x1c\x5a\x8e\x8e\x42\x0f\xae\xa7\ \x3d\x8e\xfb\xc7\xed\xc7\x49\xee\xae\xcf\x63\x9b\x6b\xb8\xbf\x07\ \xc1\xad\x3e\xf7\x43\xcc\x68\xb7\xc4\x71\xc8\xc0\x9c\x2f\x79\x65\ \xbe\x9a\x86\x29\x6b\xf1\xad\x73\xd6\xb7\xdb\x33\x75\x1a\x9a\x3c\ \xea\x7b\x84\x43\xe3\x19\x1b\x56\x11\x37\x2a\xeb\x76\xfb\x70\x50\ \xbf\x32\x6c\xed\x68\x35\xf4\xaa\x35\x3c\x37\x2c\xa6\x32\x2a\x0c\ \x96\x85\x0e\xf3\xbb\xf5\x8b\x2d\xcb\x0f\x0b\x42\x67\x79\xf3\x83\ \x41\x08\x80\xbf\x5f\xa3\x63\x33\x08\x8a\x80\x8d\xa0\x61\xb7\x50\ \x97\xf7\x39\x2b\x7c\x2a\x1f\x62\x8f\xa9\xd9\x9c\x8d\xba\xb5\x67\ \x95\x65\xa5\x82\xed\x56\x4f\x78\x5d\x71\x50\x0d\x38\x66\x14\x8e\ \x2e\x6e\xbf\x99\xf6\xd9\xe6\x97\x9f\xa6\xce\x4f\x5a\x19\x89\x4d\ \x52\xdf\xd6\xe5\x89\x73\x13\xd8\xe8\xb7\xd9\x50\x0c\x39\xb8\x85\ \xc3\x41\x10\x10\x78\x15\x7d\x10\x1c\x7a\xf2\x7c\x30\xbb\xe0\x45\ \x7b\x4f\x15\xc9\xde\xe2\xe4\xa3\x5b\x74\x68\x56\x43\xb0\x83\xdb\ \xee\x0f\x05\x05\x42\xfc\x71\x70\x3f\x9c\x7f\x96\x7b\x04\x12\x1c\ \xd6\xbc\x79\x60\xdf\xae\x0c\xb0\xcd\x1f\x78\x35\xbe\xba\xf5\x87\ \xd5\x3a\x9f\x62\xb1\x26\xde\x2f\xa8\xb8\x3a\xb4\x07\x1e\x14\x0a\ \xcb\x1c\x0d\x85\x86\x85\xc6\x2c\x5d\xc7\xdc\xcc\xd7\x39\x37\x03\ \xa1\xcb\x59\x31\x07\x9b\xe8\xfc\x50\x5f\x4b\x9f\xc5\x51\x19\x70\ \x9b\x0c\x0a\x0b\x9a\x29\x83\x05\xc6\x7e\x99\x09\x44\x03\x82\xa1\ \xdb\x41\x13\x33\x9f\x71\x59\xf0\xe6\xe6\xea\xea\xea\xa0\xce\xc6\ \x98\x80\xb2\xd0\x10\xff\x28\xc8\x44\x75\x70\x10\xc7\x17\x13\xf0\ \x30\x7a\x34\x75\x29\xf2\xf8\xe3\x80\x80\x06\x50\xf1\xca\x91\xfd\ \xe5\xa0\x84\x46\x55\x26\x37\x4f\x84\x0c\x5d\xdd\xce\x2e\x39\x5a\ \x98\x36\xdc\xfa\x0a\xe0\x6b\x6a\x26\xae\xb1\xa7\x19\xd8\x19\x06\ \xcc\xfc\x41\x37\x40\x54\xe7\xe4\xd4\x36\x35\xb5\xb5\x29\xf1\xf4\ \x17\x8f\x10\x14\xd6\x4b\xc4\xca\x63\x1e\x4b\xaf\xd1\xec\xf0\xca\ \x55\x7d\x17\xbc\xe3\xdd\xfd\xcb\x59\xf7\x65\x0c\x53\xd3\xcb\x9f\ \x37\x88\x95\xbc\xfe\x82\x02\x69\x3d\x9d\x61\x41\x46\x44\x4f\x33\ \x89\xa5\x93\x03\x0c\xfe\x02\x43\xdb\x42\x15\xb7\x89\xd3\x24\x0b\ \x03\xa6\x7e\x14\x41\xaf\xc4\x44\xd3\x52\x4a\xf0\x83\x6a\xd1\xc5\ \x9c\x84\x28\x1b\x20\xf5\x9b\x2a\x50\x45\xa8\x04\x64\x46\xfa\xfb\ \x4f\x6f\x22\x51\xf5\xc7\xf7\xbb\xb4\x57\x11\x45\xca\x80\x35\x2e\ \x5f\x85\x7d\x79\x15\x6d\x80\xa3\x98\xae\xf7\xce\xda\x2b\xd5\x03\ \xa2\x5e\x99\x98\x6e\x57\xe5\x09\x25\xdd\x2d\x5c\xf3\xe2\x64\x97\ \x73\x83\x5a\xf1\xe2\x6b\x29\x14\x41\x95\xac\x8d\x92\xf6\x5f\x7f\ \x7d\x5f\x58\xfa\x2a\x83\xbf\xbd\x59\x19\x52\xd9\xd5\xed\x1e\x9d\ \xdf\x30\x4d\x32\xdc\xa6\x83\x8b\x6d\x29\x81\x60\xe6\x48\x74\x67\ \x7a\x2c\x21\xed\xb7\xd7\xa8\x8c\xf4\x82\xc1\x1d\x85\x72\xcd\xea\ \xb7\xaa\x34\x29\x5a\xd7\xfa\x8a\x18\x82\xa2\x22\x6a\x3a\x56\x41\ \xef\xd7\xbe\x00\x02\xf5\x9e\x24\x21\xeb\x49\xad\x78\xe5\x34\x65\ \xa7\xc0\x24\xc3\x57\xf1\x15\x05\x19\xf7\x03\x32\x7c\x64\x51\x51\ \x89\xd1\xf0\x36\xa1\xb4\x85\x94\xf1\x0b\x19\xd3\x21\xce\xd6\x91\ \x39\x1d\x1a\x5d\xb7\xaa\x89\x8d\x61\x17\x20\xfb\xf7\xd5\x32\x5d\ \x2e\xe3\x98\xc6\x69\x53\x11\x51\xa8\x56\x0f\xd6\x3b\x8d\xc5\xe6\ \xf2\xca\x91\x98\xf2\xd2\xda\x4f\x58\xbe\x8e\xf8\x82\xc3\x38\x52\ \x76\x5a\x39\x55\xee\xf6\x1d\x92\xf7\x55\x34\x6c\x6b\x2b\x2a\x31\ \x09\xd5\x54\x45\x93\x9e\x31\xf1\xb9\x71\x34\x23\x1f\x9f\x91\xf6\ \xf1\x6f\xaf\x50\x6f\x7e\x41\x66\x27\xbd\x7a\x57\x11\x91\xfe\xd3\ \x6f\x29\x14\x4a\x44\x2e\xaf\x28\xed\x1d\x41\xd8\xbd\x62\x9a\x5c\ \x9a\x5b\x52\x97\xea\x4c\x58\x62\x95\xaa\xd4\x2c\x2e\x2d\x40\xe5\ \x15\x60\x04\x2f\x10\xc3\x94\x13\xba\x2b\x84\xea\x72\x12\xaa\xa2\ \x20\xe2\xdd\x87\x9f\x5e\xfd\xf6\xf3\xcf\xbf\xfc\x77\x5c\x2e\x35\ \xe1\x7d\x77\x06\x21\x77\x79\x9e\x94\x98\xd3\x51\x90\x91\x67\x6a\ \x22\x2b\x45\x02\x0d\x5f\x45\x43\xe5\x15\x91\xa3\x29\x89\xff\x55\ \x8e\xca\xc8\xeb\xa8\x4a\xc1\x13\xba\x68\xe6\xbe\xfa\xfe\x72\x64\ \x49\xd2\xfb\xb7\x6f\xa3\xa3\x7f\x7b\x17\x17\x9d\x93\x13\xf7\xf1\ \xd7\x9f\xd3\x29\x71\x3f\xbd\x79\xf7\xda\xdc\x9f\x96\x67\x18\x60\ \x93\xd5\x7c\x8c\x99\xde\x24\x11\x1b\x5a\x7d\x56\xd1\xe4\xfe\xe3\ \x58\x55\xad\xf1\xf1\x5e\x4f\xd3\xba\xdb\x7d\x46\x9e\x62\x4c\xd4\ \xc2\x9e\xde\x9e\xf3\x32\xb8\xad\xee\x7b\x45\x97\xb7\x57\x25\xdc\ \x95\xce\x31\xd4\x6e\xeb\xda\xfc\xb6\x6c\xc9\xe7\x5b\x7a\xdc\x9d\ \x03\xcd\x3a\xf7\x86\x1f\x5d\x6e\xf0\x86\x83\xde\xfb\xb0\x76\x1e\ \xba\xa3\x0a\xac\xab\x3d\x6b\x2b\x39\xba\x35\x1d\x2e\x28\xa4\x7b\ \xe8\x1b\x87\xdd\xe7\x77\x3e\xc9\x6a\x18\x34\x6f\x9f\xad\xb5\xd9\ \x16\xc2\xa7\x6c\xfc\xe4\xf8\x07\x2f\xda\xef\xc8\x3f\xc8\x36\x25\ \x9e\x56\xf2\xec\xd6\xa7\x45\xa9\xfb\x64\xd7\xb0\x9c\x78\xb3\x33\ \xec\x99\x6c\x91\xa2\x0f\x88\x8c\x29\xeb\xb9\x7b\x19\x77\x7f\x03\ \x72\xde\xbd\x28\x86\xad\xcd\x0a\xbf\x5d\x62\x1c\xbf\x9c\xac\xd2\ \x1a\x15\xe3\xc2\x8d\xc2\xee\xb7\xa0\xef\xce\xed\x61\x75\xbb\x65\ \xe0\xf6\x32\x98\x77\xf9\xd9\x0a\x6e\x78\xce\xe0\x6e\xda\x9e\x6a\ \xae\xdc\x01\x90\x87\xbb\x4b\xfb\xdd\x2d\x2c\xa6\x7d\x73\xe3\xb2\ \xf8\x01\xdd\x1c\xbf\x28\x19\xbb\xb6\xe7\x47\xf9\xec\xbe\x98\xfb\ \xa7\x0b\x91\xc7\x37\x7d\xe4\x39\x70\x1d\xdb\x2d\x3e\x7b\x30\x04\ \x12\x38\x71\xdb\xb0\x09\x29\xe6\x37\x4d\xbb\xea\x76\xbb\x40\xf7\ \x8e\x40\x1b\x47\x54\x5c\xb3\xe9\x37\xa2\xe6\x6b\xbd\x90\xcc\x55\ \xa9\x7b\x64\x64\xf3\xce\x2f\x79\xdd\x3a\x67\x30\x12\x0a\x2b\xb2\ \x51\xd8\x0f\x29\x05\x46\x99\xea\xd0\xb6\x6f\x85\xdd\x42\xa2\x4e\ \x4f\x1a\x41\xf0\x9e\x90\xca\x75\xdb\x82\x2a\x6a\x73\x51\x1e\xc2\ \x33\xfa\x0e\x5c\x40\x50\x3b\x5c\x14\xfa\xe5\x5c\x71\x34\x77\xea\ \xdd\xcc\x77\xf9\x2d\x17\x1f\xd8\x40\x61\x7b\xa7\x2f\x64\x5f\x76\ \x1e\x1d\xf9\xc3\x8a\x47\x6b\x46\x37\x8f\x6c\x77\x53\x80\xac\xe2\ \x9d\xb3\xe3\x18\xd1\x30\x55\x8e\x17\x5b\x9e\xfd\x9a\xff\x7f\x8a\ \xde\xf4\x29\x11\x64\x4d\xd4\x6f\xd7\x70\x2b\x34\x14\x0a\xb7\x12\ \xf7\xb5\x28\x40\x84\x16\x44\x0a\x42\x28\x4a\x64\x99\x42\x30\x80\ \x02\x2d\x51\xd1\xa6\x70\x63\x29\x5c\x29\x05\xa4\xc5\xa5\xa5\xb0\ \xcb\x0a\xf1\x9c\x46\x5b\xc7\x33\x1e\x75\x50\x0e\xcd\xd5\x50\x1c\ \x8d\xcb\xa8\x38\x2e\x18\xca\xe2\x5c\xaf\x32\xf2\xe1\x77\xfb\xbf\ \xf8\xd5\xf9\x94\x19\x91\x5f\x32\x32\x32\xf3\x7d\x9e\x37\x32\xf2\ \x5d\x01\x66\xe5\xe5\x3a\xf1\x0a\xa0\xc3\xf4\x2c\x8c\x12\x9b\x16\ \x9f\x86\x0f\x08\xe3\xde\xe0\xe3\x9e\x11\xad\x4f\xb9\x41\x27\x32\ \xca\xaa\xd8\x78\x50\x94\x82\xf1\xdb\xc2\x53\x7c\x60\x3f\x92\x42\ \xcf\xc5\x97\xc7\x20\x83\xbe\x33\xf0\xb7\x24\xa7\xd1\x94\x10\xf7\ \xe1\xb7\x04\x7a\x79\x5e\x2c\x32\xee\xbe\x65\xf2\xe0\xfc\xd1\x14\ \x59\x1e\x1d\x71\x62\xb2\xe5\x22\xaf\x9f\x7d\xd7\x50\x67\xa7\x25\ \xee\xaf\x61\xb9\xcf\x72\xcd\xdd\x87\x69\x20\xbb\x11\x70\xd4\x32\ \x3b\xcf\xa3\x63\x15\xf4\x58\x88\xcb\xbe\x18\xa1\x38\x99\x9f\x0d\ \xee\x6b\x3a\x36\xbb\x36\x36\xac\xf8\x18\xa3\x85\xe2\xf4\x6f\xe4\ \x85\x53\x9e\x81\xfd\x11\xc4\xb0\xbf\x7d\x7a\x99\xf4\x06\xf8\xe9\ \xc3\x87\x6f\x7f\xfb\xcb\x2f\xe0\x38\xff\xae\x57\xb8\x66\x07\x23\ \x2d\x2b\x3b\x6b\xce\x6b\x20\xe8\x89\x08\xb1\x40\x90\xc2\xbb\x42\ \xdb\xf4\xcc\x0a\x3d\x38\x3f\xb9\xd8\xd6\xb6\x4d\x79\x78\xb8\x37\ \x5e\xdb\x4e\x14\x11\x61\xbf\xfc\xfd\x5b\xd4\xdf\xf2\x22\x3f\xfc\ \xb0\x6e\x96\x7d\xbf\x86\x98\x02\x29\x09\xce\x65\x0d\x93\x74\xcc\ \xab\x1e\xd5\x84\xa6\x57\xd3\xde\xb5\xc8\xaa\x81\x55\x33\xd1\x18\ \xc2\x60\x7f\x5f\x9b\x92\xc6\xc5\x85\x06\xe0\x70\xbe\x88\x83\x1e\ \x91\x6a\xf6\xfb\xe1\x3a\x56\xad\x92\x0f\x47\x14\x20\xda\xaa\x1b\ \x50\x05\xd3\xf4\x7d\xcd\x80\xb8\xcf\xc0\x28\x91\x2c\xcf\x1a\xba\ \x7b\xda\x25\x0b\xdd\x45\x4c\xea\xf4\xd1\xde\xd1\x78\xeb\xe4\xc0\ \x34\xa3\xa1\xa1\x4a\xaf\x84\xa6\x14\xc0\x2b\x2a\x2a\x61\xcf\x49\ \x3d\xc3\x64\x65\xd7\xb8\xf4\x46\x0a\x1b\x6e\x6e\xdf\x93\x29\x87\ \x49\xcc\x22\xee\x11\x6e\x62\x74\xc6\xd6\xd9\xfb\x30\xae\x9a\x18\ \x6f\xeb\x5e\x4a\xb0\x2d\xf4\x4f\x8b\xa6\xbb\xf6\xe7\xf6\x66\xfa\ \x47\x66\x08\x13\xa7\x57\x33\xfa\xf6\xe9\x07\x95\x41\x42\x96\xd4\ \xaa\x1a\x1a\x06\x0a\x60\x65\xe3\x14\xa0\x75\x58\xeb\xbe\x9b\xa6\ \x05\xdd\x43\x35\xc7\x57\x0d\xc1\x1e\x2d\x6b\xb6\x71\xbc\x6b\x10\ \x5d\x9c\x98\x9a\x98\xbe\xdf\x38\x26\x31\xb0\xb9\x19\xd0\x6e\x63\ \xad\xb4\xb5\x40\xef\xab\xeb\xeb\xee\x68\xad\xe9\x68\xa0\x56\x11\ \x24\x23\xac\xec\xd4\xfc\x3f\x12\x61\x39\x2f\x68\x35\x50\x02\xd7\ \xd7\x2f\xa9\xed\xd1\x88\x1b\xf5\x1b\x63\xb2\x5d\x5c\x07\x9b\x2a\ \xa1\x41\x9f\x4f\xa0\xdb\xa9\x7c\x94\x5e\xc2\xb8\x68\x86\xa6\x70\ \x39\x55\x68\x4d\x6a\x6b\x4f\xdd\xed\xc3\x38\xa9\x9f\xdf\xb7\xde\ \xdc\xa6\x1b\x32\x74\x08\x30\xcf\x61\xbd\x28\x4d\xb7\x8a\xc3\x91\ \xe2\x6a\xc5\x4d\x63\xe8\x9c\x8f\xaf\x61\x15\x99\x25\x1f\xf3\x33\ \xa5\xaa\xa2\x12\x78\x65\x05\x97\x25\x1d\xac\xce\xa8\x6a\x82\x15\ \xa4\x7e\x84\xc1\xb2\x4b\xaa\x7a\xda\x09\xa9\x89\xec\x39\x09\x22\ \x3f\x25\x3f\x31\x9d\x84\x22\xa4\x64\x67\xbf\x4a\x4f\x4c\x4f\xfe\ \xde\x92\xd0\x1a\x17\x36\x34\x51\x99\x51\xc6\x86\x31\x30\x25\x68\ \x8e\x04\x8a\x28\x4b\x4e\xc7\x91\x6a\x49\xf9\x3f\xbe\xf8\x19\xcd\ \xa4\xe9\x24\x82\xca\x9c\x2a\x28\x0c\x85\x43\x54\x32\xc9\x02\x65\ \x45\x59\x72\xe2\x8b\x3f\xff\xf1\xe5\xeb\xcf\xff\xf8\xf2\x2a\x31\ \xb9\xae\xe2\xf9\xeb\x94\xfc\xd4\xfc\xb7\xf9\xa9\x0d\xb5\xf0\x31\ \x52\x46\x45\x4a\x72\x62\x45\x66\x4a\x62\xf2\xf3\xd4\xec\xd4\x8f\ \xaf\x92\x33\xcb\xc6\xa5\x35\x65\xc5\x88\xef\x41\x24\x23\x39\xe5\ \x15\x14\x5a\x56\x50\x54\xf0\x7d\x0c\x5a\x52\x06\x2d\x7e\x91\x53\ \x8c\x28\x49\x7d\xff\xea\x45\x19\xe9\xf9\xfb\x62\x34\x74\x70\x5a\ \xd5\x2b\xee\x95\x75\x4b\x5b\x8e\x7b\x59\x57\x24\xcc\xb2\xaa\x5b\ \xa0\xa9\x2a\xd1\x6f\xb6\x8d\xa9\x6b\x56\x8e\xdb\xc5\x93\x96\x7d\ \xd7\xfe\xb8\xe4\xec\x44\x07\xc3\x28\xeb\xd4\x6d\x22\x0e\x81\xd5\ \x12\x10\x2e\x74\xc8\x97\x1f\xb6\xbb\xee\x17\xba\x36\xdc\xf8\xd0\ \xc5\x53\x2b\x20\x44\x2c\x8c\xc6\x07\x91\xce\xa5\x0e\x6c\x14\x64\ \x41\xf5\x54\xff\x18\x86\x1d\x6a\xee\x5e\x72\x81\x0e\x65\xa7\xcb\ \xf3\x17\xab\xbe\x81\xdb\xfb\x79\xdf\xb9\xca\xd7\xee\x5f\x08\x06\ \x45\x2f\xe3\xaf\x4f\xc1\xa1\x90\x45\x71\xb1\x57\x3a\xc8\x33\xb6\ \x15\x0d\xad\x3e\x6e\xde\x9d\x4e\x5e\xf4\x8b\x91\xd6\x27\x6c\x5c\ \x33\x11\x74\x56\xd6\xcd\x5c\x12\x17\x3e\x04\x6c\xf6\xbb\x67\x59\ \x48\xe2\xb3\xb0\x45\x7b\x58\xe6\x06\xe8\x52\x02\xed\xa8\xad\x46\ \x9f\xcf\x2c\x3e\x3d\x75\xea\x1a\xc6\x21\x8d\x5e\x2b\xe4\xe0\xee\ \xe4\xca\x7e\xad\x70\xdb\x3f\xe4\xde\x85\x28\xf4\xa3\xa4\x8b\x93\ \xc7\x4d\xb7\x3f\xfe\x9e\x68\xce\xf3\xe7\xf2\xf0\x76\x7b\x04\x28\ \xe2\xd6\x46\x31\x02\x14\xc1\xc5\x8e\x9d\x0d\xbc\xd9\x72\xb2\xd7\ \x39\xbc\xef\x6d\xb9\xab\xeb\xeb\xbf\xb2\x5a\x91\x4f\x44\x8b\xad\ \x93\x02\x89\x8c\x34\x1e\xae\x0a\x3f\xaf\x04\x6c\x07\x81\x4b\xf1\ \x40\xb3\xfb\x70\x6b\x99\xbe\x7e\x6f\x03\xe0\x6f\x9f\x76\xe9\x60\ \x45\x64\x54\x44\x54\x2e\xc5\x13\x4a\xbb\x0e\x4f\x30\x1f\xb6\x4c\ \x8e\x52\xd9\xc5\xd9\x39\xa8\xc1\xbe\xb0\x96\xc3\x85\xdb\x99\x4e\ \x48\x60\x73\x7e\xc9\x91\xeb\x8e\xc8\x2d\x3d\xb1\xf8\xed\x40\xfc\ \x4f\x2f\x8f\x2e\xaf\xd7\xcc\xef\x4a\xb1\xfe\x97\x3f\x09\xc1\x69\ \xae\x43\x3a\xe5\x11\x10\x91\x97\x17\x1e\x1d\x83\x05\x02\x90\xc0\ \x30\x50\x44\x5c\x94\xdb\xcc\x83\x00\x1f\xcd\xa7\x9d\x5d\x57\x71\ \x74\xfa\xdd\x6c\xc2\x51\x57\x13\x7f\x75\xc6\xc4\x23\x12\xe3\xbc\ \x85\x60\x5e\xfd\x86\xc3\xe8\xc6\x63\xed\xa6\x7a\x6f\x6c\x64\x5c\ \x16\x20\x2e\x3e\xe2\x5d\xc2\x27\x30\xd8\x88\xb4\x38\xf0\xd8\x93\ \x18\xe4\x9d\x37\x09\x0c\x0a\x03\x82\x62\xed\x0a\xfa\xf9\x5c\xbf\ \x8d\xe2\x35\x27\xed\xee\x1d\x44\xfd\xf6\x6b\x84\x17\xef\xa4\x34\ \xb7\xcb\xfa\xbd\x2b\xe0\xf0\xa8\x70\xfa\xa9\xaf\xe7\x26\x2e\x0a\ \x10\x8b\x7d\xe9\x00\x1b\x21\x90\xb0\xc8\xb4\xc8\x20\x91\x58\x18\ \x93\xf7\x21\x22\xed\xc3\xc3\xa3\x29\xef\x59\x3c\xc4\x37\x39\x38\ \xe9\xf1\x46\x7c\x30\xfa\xa2\x20\x61\x57\xc4\x78\x1e\x24\x02\xbb\ \x2c\xef\x63\xfb\x5b\x16\xb7\x96\x6d\x74\x10\xfd\x14\xb0\xe4\x71\ \x02\x2d\x76\x57\x48\xe1\x0f\x45\x3e\xfc\x1a\xe5\x0b\x1c\x42\x00\ \xb9\xfb\xd1\x9f\x7f\x41\xe6\x7d\x3a\x1b\xb1\xde\xc7\xb7\xfa\xe8\ \x1b\x44\x08\xe8\x25\x71\xbc\xd3\x02\x42\x46\xff\x56\xaf\xea\x3c\ \xce\x8d\xb8\xbe\x3b\xb5\x39\xa2\x00\x1b\x73\x83\x7b\xcd\xa7\xb3\ \x2e\x70\x12\x28\x2d\x0c\x9c\x74\x7f\xfd\x43\xbf\x6d\x56\x35\xaa\ \x9f\xed\x54\x2f\xa8\x8e\x44\x54\x46\x1b\xa6\x4b\xce\xa6\xc1\x72\ \xa0\x95\xd4\x56\x55\x2f\x83\xca\xac\xad\x9e\xec\x69\x59\x1f\x61\ \x31\x1b\xa6\x36\x7b\x4b\xa0\x3d\xfa\x5d\xf6\x20\x9f\x4c\x58\xee\ \x66\xe8\xd8\x6a\x1d\x8d\x44\xd2\xaa\x7b\xfa\x76\x10\x2c\x4c\xa5\ \xa4\x7f\x44\xac\xec\x6a\xad\x23\x80\x57\xf8\xbd\xc3\xc3\x75\x35\ \xa8\x22\x7e\x20\x20\x6f\x25\x2c\x8b\xc6\xba\xda\x58\x9c\x41\x11\ \xa7\x7b\x74\x98\xd3\xa3\x44\x70\x51\x0d\x2d\x4b\x38\x58\xdf\x60\ \xf5\xec\xde\xcc\x44\x05\x7a\xa8\x4a\x10\x98\x53\x56\xa8\xe4\x43\ \xb5\xac\x25\xed\xcc\xd5\x8e\x7c\x7c\xcf\x6f\x27\x36\x39\xe3\x6d\ \x5e\xef\x7c\x60\xf3\x5c\xa0\x6d\x34\xa8\xbb\x44\x45\xcc\xa9\xa9\ \x4c\xbd\x38\x88\x9b\xf4\x4d\x0d\xf4\xed\xc9\xea\xf4\x7d\x86\x3e\ \xce\xfe\xc2\xa8\x7e\x62\x9c\xc3\x20\x37\x0c\xea\xa6\x69\x97\xe2\ \xee\x6e\xc3\x60\x13\x69\x5d\x34\x3d\xdc\x36\x96\xff\xfe\xab\xf8\ \x14\x55\x91\xf8\xe3\xd7\x3f\x7e\x4e\xd6\x0e\x74\x74\x41\x7b\xfb\ \x2a\x27\xc4\x2c\x99\x5a\x95\xf9\x9c\xcf\x26\x61\x10\x95\xb5\x54\ \xb2\x14\x93\x9d\x59\x83\x48\x86\xf1\xa5\x4a\x09\x47\xdf\xca\x15\ \x4f\x70\x66\x9a\xeb\xdb\xe4\x3b\x0b\x4b\x75\xaa\xce\x9a\x99\x25\ \xd5\x34\xb5\x1f\xc7\x27\x51\x2b\x9f\x97\xa4\x7f\xfc\x31\x23\xb1\ \x02\x8d\x52\xae\xa3\xb5\x7c\x4d\xd1\xf4\xfe\xd2\xf0\x28\x7a\x88\ \x85\x86\x89\xbb\x06\x3a\xfa\x86\xb4\xad\x7b\xed\x63\x2a\x0d\x57\ \x3d\x33\x4d\x23\xe1\x60\xaf\x52\xd3\x7f\x4c\x4d\x2f\x2e\xc0\xa1\ \x25\x34\xda\x90\x12\x55\x02\xab\x80\xa1\xe0\xc5\x0c\x35\x8e\xc0\ \xad\x1b\x6b\xa8\x15\x0c\x4d\x8f\x71\xeb\xd8\x15\x7d\x06\x04\x2c\ \xbf\x04\x06\xad\x20\x15\xf4\x42\x4b\xa0\xcf\x9b\x65\xfd\x47\x3d\ \xf3\x2c\x94\x32\x07\xc1\xe7\xaa\xeb\x12\x51\x19\x30\x44\x06\x02\ \xc5\x9f\x26\x95\x55\xa8\x18\x88\x3e\xb2\x96\x9b\xd3\xde\x5f\x90\ \x53\x57\x05\x9b\x86\x22\xaa\x1b\x30\x98\x9a\xa2\x9a\xa2\x9f\xff\ \xf8\xfa\xf3\xc7\xe7\x29\x99\x2f\x2a\xab\x32\x8b\x08\x65\xc9\x02\ \x6e\x76\x46\x7a\x72\x75\x65\x0a\x09\x97\xff\xe3\xab\x17\xaf\x3e\ \x26\xa7\xa4\xbe\xff\xfd\xe7\x8f\xd9\x2f\x12\x7f\xcc\x7e\x5d\xcc\ \xaa\xab\xd5\xb3\x4a\x60\x45\x25\xa9\x99\x0c\x5a\xc5\xf3\x6a\x18\ \xbf\x8d\xa1\xd1\xf2\x27\x24\x4c\x9a\xa4\xa9\xf3\xc8\x50\xa7\x52\ \x63\xd0\xcc\xaa\x0a\x0c\xba\x02\x5d\x94\xcc\x1e\xea\xd3\x48\x0e\ \x43\x07\xb3\x8d\xed\x43\x77\xfc\xb6\x66\xb6\xaf\xed\xcc\xed\xec\ \xec\x58\x5d\xe7\x3e\x25\xed\x36\xf6\xf9\x28\xcb\xb5\x99\x43\xf2\ \xc0\x99\x7e\xac\x79\xfd\xe0\xca\x7c\xcb\x16\x2b\x1e\xc5\xcb\x06\ \x3d\x28\x2d\x66\x7e\x60\xa6\xb1\xd4\x18\x7f\x6b\x33\x4d\xcf\x19\ \x1f\xf6\xe3\xe8\x61\x9f\x81\x6f\xac\x85\x59\x0f\x52\x91\x30\xe4\ \xa6\x5c\x9c\x89\xa5\x55\x1d\x8e\x26\xe8\x71\xb7\x77\xeb\xca\x29\ \x19\x9c\x5e\xd8\x77\xf9\x9e\x7c\xad\x88\xf7\x2d\xff\x7a\x2c\x6f\ \x09\xf5\x07\x02\x9d\x01\x80\xdb\x61\x36\x22\x87\x77\x74\x35\xb0\ \xa3\x1e\x79\xb3\x1b\xa4\x58\xd7\x61\x83\x9e\x43\x08\xc8\x14\xbf\ \xf2\xe4\x75\xe1\xe3\x90\x01\x0b\x40\xec\xfb\x6c\x54\xdb\xf0\x1d\ \x5b\x31\x58\xcf\xc2\x63\x12\x10\x8c\x0d\x3c\xc5\x5c\xc6\x85\x3a\ \x48\x5a\xaa\xa6\xe8\x36\xde\x6e\x03\x00\x8c\x17\x49\xa5\x51\xb9\ \x09\x59\xb9\x80\x18\x63\x7c\x6c\xe1\x09\x38\x3c\x2d\xc2\xc2\xb3\ \x3f\x5c\xf3\x9a\x2e\xad\xfb\xa6\xd2\x8d\xe0\xc9\xc2\x21\x78\x6d\ \xa3\xfe\x69\xf3\xfe\xcd\xf6\x53\xa4\xc7\xbb\xf0\x8b\xc9\x6c\x2f\ \x8d\x8f\x7b\x07\x8c\xca\x02\x86\x45\x86\x47\xb9\x9d\x76\x39\xa7\ \x4b\x1d\x13\x1d\xe6\x0a\xf2\x42\x8b\x6b\xa5\x77\xa1\xa7\x3d\x67\ \x50\x61\xf2\xbc\x5c\xf3\x60\x4f\x42\x5d\x87\x87\xc4\xd8\x58\x37\ \xfd\x7a\x9b\xe7\x7a\x8c\x33\x97\x52\x4c\xd7\x5d\x13\x6c\x86\x76\ \x60\xc4\x7e\x9c\x6b\x1f\xbf\xdd\xdf\xb8\x0e\x1c\xd9\x1c\x71\x40\ \x79\x1e\x20\xdc\x8d\xdd\x48\x88\x45\xfe\x0a\xfe\xd7\xff\x81\x68\ \x1e\x6e\xa2\x3c\x1e\xa2\x3f\xf6\x17\xe1\xd3\xad\xeb\xc6\x6e\x0b\ \xda\xa2\x78\xd8\xb4\x8d\xb4\xf2\x98\x28\x13\xe5\xe5\xaf\x51\xef\ \xa2\x28\x90\x38\x21\xd6\x69\x0b\xba\x89\x78\x3f\xf6\xc2\xb6\xb5\ \xcb\x17\xd9\xec\xc2\x37\x44\x63\x2c\xe5\xd2\x06\xe1\x39\x8c\x91\ \x97\x97\x97\xd6\x03\xdb\xa3\x6d\xa3\x9e\x2e\x04\x10\x23\x5f\x7e\ \xf8\x1c\xbf\x01\x4a\x03\x03\xf1\x0a\x1e\xde\x09\xc0\x2b\x22\xa3\ \x63\xf0\x94\x24\xde\x69\x12\xd6\x64\x2f\x8c\x07\x47\x95\x0a\x7d\ \x27\xd7\xdb\x9f\xc3\x88\xa5\x94\x24\xcf\xf9\xdc\xc2\x8d\xaf\xa9\ \x61\x39\xed\xdb\x37\x80\x39\x32\x2e\x3e\x2c\xca\xbc\x66\xe6\x19\ \x57\x6d\xc4\xa4\x97\xc6\x42\xdf\xfa\x85\x17\x64\x8c\xc0\x46\xc4\ \xbc\x8b\x0d\x07\x82\xdf\xc4\xc6\x3a\xb1\x9e\xe5\xa7\x37\x79\x85\ \xbc\x8d\xb0\x35\xd2\x8c\x15\xef\x52\xc8\xdd\xba\x91\x39\x43\xa5\ \x40\xb2\x1b\x5f\x7a\x7a\xca\x5d\x7d\x74\x9e\x20\xc3\x22\x23\xe9\ \x4f\xc7\x4b\xe7\x72\xea\xf2\xe2\xec\xfe\x40\x77\xb0\x4d\xe4\xc1\ \x96\x1b\xf7\x9d\x6e\x7c\x3d\xfd\x99\x29\x64\x79\xf4\x06\x1a\x6f\ \x9c\xf6\x2c\xaf\xcd\x75\x78\xb6\x1e\xaa\xaf\x77\x64\x45\x3f\x7a\ \x85\x48\x7c\xe4\x46\x4c\x74\x0c\x30\xf2\x0d\x38\x32\x6b\x03\x19\ \x95\xf7\xc3\xf1\x34\x6d\xa0\x46\xbb\x3a\x49\x1d\x90\x4a\xa7\x87\ \xb9\xfc\x21\x01\xbb\x16\x9d\xf9\x22\x23\xa3\x17\x2a\x19\x5c\xd4\ \x57\x8b\x5a\x35\x02\xf1\xc8\xd2\xc2\x71\x7f\x93\x81\xd1\x2d\xe3\ \x32\xa5\x0d\x8c\x9e\x91\xd6\xe6\x56\xb1\x66\x5a\xc9\xe7\x36\x4d\ \xcc\xb7\x90\xb8\x58\x25\x54\x35\x5b\x37\xd5\xc3\x6e\x6a\xe3\x17\ \x95\xcd\x6f\x72\xa9\xec\x5e\xae\x94\x3f\x4c\x18\x0e\x1c\x75\xae\ \xf6\x0d\xca\x17\xcf\xc6\xb8\xa2\xb6\x76\xbd\xa0\x75\x76\x66\x48\ \xa0\x6d\x1a\x6d\x69\xc4\x5d\xed\x0e\x31\x06\x31\x4a\xe8\xab\x57\ \x55\x15\x89\xb2\xd9\x5a\x29\x93\x6b\xa8\x81\x92\x87\x05\x0d\xd7\ \x27\x5d\xbe\xc6\xed\xed\x16\xe7\xad\xc1\xa5\x9a\x92\x88\x96\xcb\ \xa6\x09\x7a\x89\x6e\x32\x51\x2f\x67\xd4\x8e\x35\x49\x95\xaa\xc1\ \x4a\x82\x8a\x2c\x53\x29\x71\x92\xbb\xe8\xd5\x69\xa9\x94\x5c\x69\ \x60\x72\x09\x55\x03\x6d\x47\x6a\x99\xba\x8b\x23\x1e\xa8\x9d\x97\ \x63\xe4\x8b\xf2\x9c\x8c\x3f\x5e\x7d\xac\x22\x54\x14\x24\x23\x86\ \x3a\x5c\xd0\x94\x4c\xa8\x5a\x82\x9a\xd2\x48\x4b\x2a\xf9\x9c\x66\ \x4c\x5d\x07\xaa\x61\x9f\x4f\x2a\xc0\xe0\x70\x6a\xee\xf8\xf4\x7a\ \x47\x9d\x8e\x3b\x6e\xa8\x93\xd2\x68\x06\x19\x8d\xc0\x50\x1f\x53\ \x65\xc9\x19\xd5\xc5\xaa\xa5\x71\x19\x42\xb5\xa0\x2e\x78\xcb\x1e\ \xd5\x57\xa3\x71\xbd\xaa\x5e\x66\xf1\xbc\x2a\x47\x9d\xb3\xdb\x81\ \x19\xe9\x9a\x86\x53\x19\x4d\x4d\xbd\xd5\x83\x32\x59\xe3\xa6\x4c\ \xdc\xb6\x23\x53\x6a\xc9\x83\xb6\xcb\x3e\xbe\xb6\x21\x39\xb9\xb8\ \x9a\x56\x84\x40\x9c\x4d\x2e\x4c\xe0\x58\xb2\xf1\xbe\xbe\x1a\x18\ \x02\x55\x5d\x87\x78\x95\x48\x46\xe0\x32\x4b\xa4\xba\x0e\x74\x62\ \x03\xb7\xb5\x0f\x5e\x8d\x41\x0d\x92\xcb\x4a\xca\xd2\x49\x88\x2f\ \x2f\xbe\xbc\x7d\xff\xf5\xcb\xeb\x1c\x5a\x4f\x6d\x3e\xa1\x1d\x41\ \x85\xa6\xa7\x97\xd4\x68\x38\x89\x30\x1c\xba\xe4\x79\x19\xb5\x01\ \xc3\xa8\x25\xc3\x61\x04\x25\xb7\x00\xc5\xea\xab\xad\x21\xf0\xa5\ \x4c\x1a\x07\x4e\xae\xcb\x4c\xcc\x2c\x28\x22\xe9\xaa\x61\xd9\xc9\ \x45\xd9\xd5\x2a\x5c\x45\x6a\xf6\xeb\xc4\xf4\xec\xfc\xc4\xe4\x8c\ \xfc\x57\x1f\x3f\x7e\xfd\xf2\xe5\xeb\xeb\x9f\xbf\xfe\xf1\xe5\x8f\ \x2f\xaf\xf2\x7f\xfc\xf2\xe5\xc5\x8b\x54\x58\xc1\xc7\x12\x54\x49\ \x31\x6c\x51\x09\x85\x55\x4b\xab\xeb\x94\xd0\x4a\xe6\x1d\x4b\xae\ \xdf\xec\xeb\x38\x1c\x0d\x08\x56\x64\x82\xd1\x41\x31\x5b\xce\x84\ \x56\x54\x90\x49\x83\xed\xe2\x06\x03\xb9\xd9\x7a\x27\x28\xeb\x6c\ \x0f\xd9\x16\x82\x9b\x5b\x31\x7e\x9b\x2b\x2a\x2b\x2f\x81\xa8\x1b\ \xe9\xf2\x6d\x4d\x4d\x5d\xf9\xe6\x2f\x1c\xcb\x06\xf5\xb8\x5d\x88\ \xd4\x34\x1e\x5e\x50\xec\xde\xa3\xd1\xf6\xcb\x13\x60\xd2\xe1\x76\ \xf0\x2e\x38\xe2\x00\xba\x7c\xf3\x4b\xa6\xb4\x70\xec\xc1\xc6\x1b\ \x10\xe4\x62\x8f\xb8\xd9\xde\x65\xdf\xb6\x9e\xac\x8e\x48\xb8\xac\ \x89\x85\x96\xde\xa7\xbb\xb9\xc9\xab\x8e\xbe\xf6\x33\xfb\xd3\x0e\ \x77\xfa\x58\x33\x3d\x74\x72\x77\xd7\x65\xd0\xdb\x3a\xe4\x85\x66\ \xbf\x30\xdc\xb2\x3f\xd9\x77\xb8\xb9\x61\xf5\x3b\xcd\x81\x25\x0a\ \x38\xe9\xf4\xce\x12\x6b\x71\x03\x03\x3b\xa7\x56\xc5\x3e\x6d\xf7\ \x65\x1c\x25\xe2\x8d\x89\x72\xe4\x20\x52\x80\xc8\x7b\x48\xac\xfd\ \x09\xac\x78\x44\x12\xb3\x3c\x67\x8e\x65\xb9\xc0\xb4\x05\xa4\xf8\ \x5b\xe7\xdd\xbe\x6d\xfc\x96\x37\xaa\xd4\x04\x0c\x7b\x8a\xf0\xe5\ \x52\x9c\xc0\xc7\x58\x50\x94\xc2\x8c\x04\x87\x19\x81\x4e\x4b\xa4\ \x19\x00\xb9\x57\x58\x21\xc6\xc2\xf0\x30\x70\xc4\x1a\x6f\xaf\xbb\ \x29\xb0\x37\x9b\xf4\xdb\x1b\x7a\x8c\xcb\x0d\x09\x42\xe2\x63\x9e\ \x25\xe4\x3e\xda\x9f\x19\x3d\x49\xf5\x0e\xec\x1b\xc7\x7c\x9b\xfd\ \x21\xcf\x0c\x00\x08\x03\xb9\xb1\x42\x7f\x12\xde\x67\xf3\x5c\x07\ \xe4\xb2\xad\x75\x70\xc2\x1b\xff\xa5\x13\x69\x06\xae\x3d\x79\xa3\ \x3c\x7e\x5f\xc7\x8c\x4b\x2f\xd3\x5c\xf9\x94\x28\xdf\x02\x32\x28\ \x7f\xdc\x20\x96\x1f\x48\x00\xae\xc8\x78\x27\x24\x0e\x64\x43\xf2\ \x36\x7f\xf9\x05\x18\xd8\x00\xaf\xd1\xfd\x67\x71\xf1\x01\x7b\x58\ \xb0\x47\x26\x3f\xea\xed\x3b\x58\xb2\x85\x86\x89\xf5\x4f\x31\x7f\ \xfd\xaf\xff\xfe\x3f\xff\xe7\xbf\x7f\xb3\xae\x19\x21\xd8\xc3\x80\ \x7d\x7e\xf3\xf6\x6e\x71\xdd\x52\xe8\x42\xfa\x4b\x43\x16\xe3\xde\ \xc8\xa1\x85\x9e\x84\x04\x94\x96\xd3\x8d\xf1\x6f\x72\x9d\x85\x26\ \xe3\x1a\x31\x26\x8d\x27\x0c\xcd\xef\x18\xcb\xd3\x62\x4a\x91\xc6\ \xf0\x78\x3a\x36\x37\x2d\x2a\x3e\x2a\xa4\x58\x3a\x8f\x0b\xed\x42\ \x80\xd1\x40\xe0\x86\x3d\xcd\x6d\x05\x43\xae\x86\x3f\xff\xe5\xd7\ \x7a\x6c\x5e\x96\x6b\x2e\xe4\x07\xc4\x9b\x41\xff\xfc\x7d\xd4\x19\ \xc3\x6b\xb9\xce\xf5\xf9\x62\xcf\x44\xde\x4f\x72\x7b\x79\x56\x1a\ \x3d\xb7\x29\x18\x38\x0f\xb9\x82\x21\x3c\x50\x08\xf8\x5f\xbf\x20\ \xf7\xe7\xda\x26\x10\x62\xcf\xba\xd3\xe8\xd9\x9d\x1a\x0e\xdc\xd8\ \xe3\x2c\xe6\x63\xf6\x70\x57\xd3\x12\x5f\xdf\x21\x3e\x76\x6c\x2d\ \x07\x03\xba\xe0\xfa\xe3\x9b\xfb\xa6\xcb\x6d\x8b\x67\x97\x7e\x7f\ \x1e\xb4\x5d\x1c\xcd\xd7\x60\x10\x35\xa5\x31\x09\x20\x87\x77\xd3\ \x09\x7c\x99\x7b\xfd\x1d\xff\xea\x23\xf2\xde\x44\x99\x82\x2f\xff\ \x16\xbd\x76\x67\x05\xe5\x7e\xdb\x34\xc6\x23\x3f\xf8\x58\xbb\xf8\ \x04\x6b\xc4\xa7\x37\xbf\x64\x7d\x72\x8c\xc4\xfd\x30\xc1\x44\x31\ \x2b\x9a\xdd\xb3\x18\xea\xe0\x04\xbb\x4b\x2e\xd7\x50\xa1\xc3\x3a\ \x38\x15\x0e\xa3\x89\x87\x68\x55\x4c\x86\x92\xca\xdd\xd1\xce\xcd\ \x1e\x1f\xaf\xcc\xb4\xf4\x4f\x74\x8f\xd5\xb4\x37\xc0\xe0\x87\x63\ \x04\xcc\x70\x2d\x1a\x8d\x81\xf6\xa2\x55\x06\x18\x43\x4a\x2a\x6b\ \x10\x31\xd8\x2d\xec\x81\xce\xc1\x5e\x92\x4a\xc5\xd7\x37\xb0\x09\ \x8c\xae\x9d\x2a\xda\xcd\x52\xdb\xde\xfe\xc4\xde\xfe\x7a\x1b\x8b\ \xdc\x8b\x91\xa8\x26\xb4\x9c\x1a\xa5\x46\x6d\x40\xf7\x05\xc6\x8b\ \x09\x02\xa9\xaa\x31\x35\xfb\x45\x59\x11\x89\x94\x9d\xfd\xb6\x6c\ \xaa\x21\xb5\x04\xda\x8b\x4b\x2d\xa0\xed\x13\x1a\x50\x2a\x14\x3c\ \x1d\xc5\xc1\x71\x27\x98\xa7\x25\x34\x83\xae\x23\xd0\xb2\xda\xc8\ \x45\x57\x2d\x8b\x0d\x84\x2a\xbe\x6e\x44\x39\xaa\xc5\xf4\x1e\x34\ \x2c\x3e\xc8\xae\x5d\xae\xbb\x00\x49\xad\xe7\xa0\x39\xc0\x2e\x55\ \x37\x6a\x67\xae\x89\x39\xbc\xd7\x2b\xed\xee\x98\x1b\x0b\x18\x60\ \x4a\x3e\x5b\xa0\xe2\x4e\x50\x47\x57\xa1\x95\x18\xb4\x00\xd3\xb3\ \x34\x30\x37\x2b\x99\x9a\x62\xf7\xb0\x27\x86\x10\x9b\x56\xb5\x66\ \x77\xbe\x1a\x41\x22\x0b\xd8\x02\x54\x25\x6a\xec\xf2\x74\x08\x51\ \xf4\xa2\x67\xe2\x75\x4e\xe6\xeb\xdf\xcb\x52\xff\xc8\xe6\xa8\xea\ \x54\x30\x81\x9e\x86\xce\x4c\x66\xac\xd7\xa0\x03\x15\x29\xe3\xed\ \x1a\x72\x45\x7e\x4e\x26\x8e\x26\xe8\x1d\x6f\x63\x48\x47\x95\x55\ \xb4\x23\xce\x77\xa2\x62\x71\x6b\xda\x26\x96\x06\x64\xc3\x93\x6d\ \xba\x9d\x71\x81\xa1\x3a\xb3\x12\x86\x66\xd5\xa4\xff\x5e\xc6\x69\ \xd8\x9f\x48\x2d\xd3\x50\x71\x88\xd4\x8f\x2f\x86\x68\x15\xa9\x39\ \x50\x69\x0e\x62\x14\x9a\x8e\x10\x18\x82\x0b\x97\x9b\x2c\xc6\xc4\ \x60\x6f\x35\x06\x51\x86\xa8\x42\x64\x17\xe4\xe7\xbf\xfd\xf2\x8f\ \x3f\xbf\xbc\x4a\x7f\xf5\x22\xa7\x08\x51\x02\xad\xa6\xa1\x27\x72\ \xe0\x65\x15\x30\x46\xca\x8b\xc4\x14\x2a\xa1\x28\x03\x56\xf2\xe2\ \xc7\xb7\xf9\x5f\xdf\x17\xa0\x70\x5c\xf2\x44\xa7\xae\x92\xc9\x44\ \x70\x48\x98\xda\xaa\x4a\x8c\xaa\x1a\x8d\x10\x90\x8b\xca\xd8\x13\ \x38\x0c\x06\x05\x4d\x7c\x91\x9d\x5f\x94\x9c\x5e\xf1\x3a\x3f\xe5\ \x45\xf6\xc7\x8f\xaf\xf3\xd3\x27\x10\x45\x89\xa9\x95\xd0\xc4\xe7\ \x25\x70\x74\x46\xf1\x8b\xe7\x04\x42\x6a\x4b\x2b\x26\x27\x07\xa7\ \x1d\xb7\xd6\xa2\x73\x44\xe4\xdd\x65\x0e\xb3\x35\xd4\xaf\xd6\x4e\ \x30\x6b\xfb\x7b\x19\x70\x39\x8b\x3b\xb2\x33\x65\x68\x1e\xda\xdb\ \x6f\x67\xb2\x35\xe2\xed\xe5\xa3\x3e\x7b\x57\x15\x6d\x80\x6f\x68\ \xdd\x98\x7c\x08\xdd\x20\xd3\x4c\xc1\xf6\x96\x61\xe3\x53\xdf\x7c\ \x5b\xdf\x25\xdd\x29\xdf\xb1\x4f\x6f\x89\xfa\xae\x0e\xe7\x1e\x4b\ \x6d\xd8\xa0\x61\xeb\xd6\x77\x7c\xb9\xbd\xdf\x2a\x36\x79\x02\x0f\ \xab\x9c\x85\xa7\x4d\xa1\xa2\x29\x32\xd2\x27\x3a\x0b\x45\x97\x9b\ \x78\x96\x2b\x75\x30\x01\x0f\x88\x0d\x5b\x31\x05\x43\xc1\xd3\xee\ \xe6\xd3\xd1\x3e\xd2\xc5\x4a\xf0\x61\x52\x7c\xd3\x39\xb9\x10\xf2\ \x7b\x97\xfb\x56\x5b\x6e\xd7\xdd\x5b\x17\x87\x41\xd9\x5e\x69\x38\ \x38\x06\x1b\x79\x79\x72\x1e\x19\x45\x89\x78\x76\x9f\x8b\x8c\x75\ \xc6\x01\xb1\xc0\xc2\xbc\xa4\x07\xaf\x39\x3c\x16\x1b\xfb\xec\xca\ \x0a\x88\x46\x3e\x9a\xed\xbb\x01\xf3\xd3\x4c\x78\x98\x07\x08\xf4\ \x03\x62\x03\x58\x64\xe1\xa4\x2d\x74\x6c\xda\x7d\xf8\x10\x12\x3a\ \xc2\xdf\x78\x6d\xbf\x7e\x00\x83\xd6\xf0\x48\x37\x24\xc4\x4b\x88\ \x8d\xcf\x33\x5d\xf0\xf0\x60\xcb\x55\x5c\x60\xe5\xae\x3e\x6b\x0d\ \xa8\x28\x4d\x4a\xca\x02\xf3\x02\xd3\xc1\x2d\xef\xaf\xd1\xbc\xd8\ \x49\x05\xd0\x11\x1d\x13\x1b\x71\x25\x8c\x89\x37\x0b\xd7\x83\xae\ \x93\xc9\x8d\xbb\x87\x93\x99\xb1\xe9\xc0\xde\xce\x59\x44\x6c\x38\ \x00\xf4\x12\xef\x01\x3e\x73\xde\x04\xef\x01\x77\x0f\xd7\x37\x7b\ \x41\x60\x02\xde\x63\x4f\xa2\x83\x83\x5b\x8e\xd8\xf0\xf5\xad\x1d\ \x23\xde\x27\x9f\x1a\x92\x9c\x0b\x4b\xaf\x4a\x91\x7b\x62\xe1\x76\ \xef\xd1\x02\x89\xbb\x13\xbf\xfd\x58\x18\x47\x39\x90\x23\x01\xef\ \x22\x4c\x8a\x38\x0b\x10\x64\xd5\x4f\x75\x0e\x61\x6d\x9d\xf3\x52\ \x65\xfb\xbc\x7d\xee\x2e\xe8\x79\x53\xfa\xbf\xff\xe7\xdf\xff\xef\ \xff\xfb\xaf\xff\xf9\x3f\x7f\x8b\xce\x75\xe6\x41\x14\x80\xf0\xb4\ \x78\x60\xd3\x88\xeb\x62\xf1\x20\x70\x64\xbc\x5f\x03\xad\x6d\x0e\ \x6f\x1e\xb5\xdc\x5c\x98\x22\x78\x76\xac\x3d\x0c\xe4\x34\x87\xec\ \x6e\xd0\x9b\x58\xbc\xa3\x87\x7a\x16\xf7\xec\x5f\x93\xce\x23\x7f\ \xf9\x96\xf4\x32\x2d\xd7\xe2\x88\x3f\xb1\x58\xfd\x0e\x07\xc0\xf8\ \xe4\x51\x40\x22\xa2\xd7\xac\xb3\x47\xce\xed\xa5\x6d\xdf\x5f\xcb\ \x1d\x56\x4b\x3d\x00\x79\x42\xbf\xfb\x6e\xb5\x85\x90\xae\x10\xaf\ \xf4\xec\xec\x76\x69\x66\x5c\x72\x70\xca\xe4\x9a\x7c\xc2\x34\xa0\ \xc3\x03\x09\x6e\x78\x57\x08\x0f\xd6\xd3\x51\x5f\xc2\xe7\xa7\x39\ \xfb\x22\x73\xd2\xac\xad\x78\xfa\x04\xc8\x2a\xf4\x77\x58\x3f\xfc\ \xfd\x73\xc4\x99\xdf\x62\xb7\x4b\xe6\xfc\x96\x31\x29\xaa\xcd\xd7\ \x3c\xb3\x74\xd1\xde\xf8\xb4\xea\xb7\xce\xdb\xd6\x2d\xf5\xab\x80\ \xdc\x7a\xf3\x3d\xdd\x76\xbc\xab\xb7\x9f\x1c\x65\x45\x5f\x2d\x12\ \x4e\xe3\xc3\x3f\x51\xf0\x26\x10\xb2\xdc\x1e\xc6\x8b\xb7\x7a\x7f\ \x31\x42\x5a\x56\xe3\x6d\xa5\x44\x7b\xe1\xbc\xaf\x6b\xe5\xc8\x11\ \x09\xae\x07\x41\x3e\x47\x83\x23\x7f\x98\x14\x33\xfb\x05\xa3\x2c\ \xd9\xc1\x6c\xeb\x20\xb3\x51\x2c\xde\xa3\x91\xd5\x23\x13\xdd\xad\ \x2d\xda\xa1\x3a\x0d\x01\x03\x47\xa0\x67\x62\x9d\xec\xa1\x9b\x8b\ \x2e\x15\x37\x78\x26\x1b\x2f\xa8\xcb\x29\xe0\x6c\x92\x33\x8a\x52\ \x5f\xa5\x94\x70\x1a\x18\x2c\x95\x54\x37\xac\xee\x43\x54\xcb\xda\ \xda\x76\x0e\xe7\x96\x1b\xa7\xf9\x0d\xcd\x03\x2a\xda\x34\x6b\x9a\ \xaa\xd9\x69\x9d\xbc\xd1\xb4\xd7\x16\xb1\x94\xcb\xfa\x71\x0d\x4d\ \x37\x2b\x60\x0f\xce\xf5\x9e\x35\xeb\x46\xe7\x69\xe8\x85\x69\x02\ \xec\x05\x0e\x96\x9d\x53\x5c\xf6\x22\x3b\xe7\x45\xf2\xc7\x17\x01\ \x31\x6b\xa7\xb7\x5b\x45\xd6\xd4\x90\x96\x46\x19\x53\x9c\xa9\x91\ \x9e\xa1\x4e\xab\x56\x1c\xe4\xf7\xb1\xaa\x1a\xb7\x3a\x57\x47\xbb\ \x46\x09\xe4\xf6\xe2\xaf\xb2\x21\x91\xa6\x40\xad\xa1\x2d\x1f\xdc\ \xee\x6c\x75\x88\x06\x3c\x21\xb1\x64\xac\x6f\x08\x5d\x3c\x21\xea\ \x14\x69\x06\x17\x83\xa2\x91\x06\x55\xcb\xe0\x71\xff\x48\xc0\x63\ \x75\x9e\xee\x5c\x3c\x7d\xa7\xb1\xbb\xcb\xc6\x96\xb9\x0e\x0d\x4c\ \x3d\x55\x30\x30\xd0\x3d\xaf\xe6\x72\x68\x70\x7e\x6f\x47\x3f\x57\ \x30\x41\x9e\xaf\x84\x0f\x15\x63\x70\xd0\x7c\x78\x59\x9d\xae\xbd\ \xb5\xb6\x86\x43\xa8\xa8\x48\xfd\x3d\xf9\xf9\xfb\xd7\x89\xdc\x6e\ \x5a\x4d\x46\x62\x83\xac\x06\x03\xcd\x60\xc1\x92\x31\x95\x50\x42\ \x2f\xb4\x4e\xcb\xc5\x8c\xcb\xc7\x04\x63\xfd\xd3\x75\x03\xec\xca\ \x3a\x6d\x03\xb9\xb2\x08\xa7\x97\x36\xd6\xc1\x86\x84\x63\x57\x8c\ \x31\xed\x84\x5a\xc6\x9d\xc2\x15\x94\xa5\xa6\x20\xa0\x19\x3f\x57\ \xe4\x90\x35\xb0\x12\x12\x2a\xbd\x38\xe3\x8f\xf7\xd5\xcc\x6a\x5c\ \x11\xb4\x32\x19\xd5\x8c\xc1\x69\xe9\x7f\xf9\xf4\x32\x32\xbe\xa5\ \xc5\x50\x5d\x2b\xad\x25\xf4\xb2\x60\x18\x2a\x22\x3d\x07\x95\x2c\ \x69\x9c\x54\x16\xc0\x52\x93\x11\x84\xba\x61\x03\x27\xa7\x0e\xc1\ \xe5\x4f\xb0\xe1\xc9\x6f\x7f\x7f\xff\x7b\x46\x66\x4e\x71\x65\x66\ \xca\xab\x1f\x7f\xff\x92\xfe\x02\x56\xf2\x35\x33\x07\xc3\x7c\x5e\ \x89\xc1\x35\x60\x04\xd5\xac\xda\x1a\xc4\xef\xef\xa1\xec\x02\x3e\ \x9a\x33\x54\x37\xc5\xca\xcc\xce\xa9\x2b\x23\x50\x1b\x04\x9c\x06\ \x42\x66\x15\xbc\x00\x4d\xa8\x84\x6b\xba\x45\x8c\xba\xbe\x19\x96\ \x34\xb5\x5b\xc2\xe7\x8f\xe5\x14\x57\x94\x0c\x2a\xa5\x1c\x32\x19\ \x36\xd0\x0f\x45\xd7\xa0\xdb\x24\x13\x65\x65\x07\xcd\x1d\x4d\xdf\ \xdd\x7a\x73\x51\x95\x93\x53\xdb\x2d\xef\xaa\x63\x60\x5a\xc7\x86\ \x2f\xda\xf4\xaa\x46\x2b\xef\x28\x10\xbc\xbd\xea\x65\x8e\x4a\x47\ \x6f\xdc\x13\xd3\xd6\xd5\xd9\xcb\x26\xe3\x59\x9b\x2d\x68\xaf\x37\ \xaf\x78\xf0\x0b\x07\x57\x8f\xb6\xd3\x95\xa7\xe1\xd3\xbd\xad\xd2\ \x2e\x9d\x7b\x26\x4e\x61\xdf\xbb\xbf\xbe\x31\x1c\x7c\xfb\xe9\x5d\ \x44\x44\xfd\xcc\x81\x34\x04\x5e\x5f\xdd\x2b\xa4\x87\x76\x2f\xc3\ \x73\x41\x8e\x40\xd2\x9b\x7a\x87\xf0\x9c\x17\xf6\xa6\xde\x83\x77\ \x1c\xed\xae\x4f\xb0\xa7\x39\x52\xe5\xa4\xe7\x49\x74\xb9\x34\x7f\ \xfb\x64\xbb\xb8\x98\xdc\x5b\x16\xb9\xdc\xc7\xb9\xa5\xf7\xcd\x93\ \x37\x91\xb9\x81\x0f\xc6\xeb\x98\x30\xe2\xa3\x29\x3c\xda\x65\x4e\ \x2a\xdf\x23\x52\xae\x13\x80\x91\x59\x48\x48\x4c\x5c\x0c\xc0\x0f\ \x01\xf2\x36\x00\x2f\xc3\x7f\x89\x8d\xa0\xdb\x6d\xcf\x28\x8f\xf1\ \xdb\x46\x3c\x24\x29\xe2\x8d\x33\x94\x64\xeb\x0c\x84\xbf\xa3\xd4\ \x97\x46\x23\x3f\xfc\xfd\xdf\x62\xfe\x7e\x7c\xfd\x26\xfc\xda\xff\ \x2e\xb7\x3e\x0e\xf0\x0c\x6c\xe2\xc5\x03\x5d\xf1\xef\x2c\xf8\x72\ \xa4\x49\x18\xf1\x6f\xdf\xde\x01\xea\x3d\x97\x5b\x85\x14\xaf\xd7\ \x6c\xb7\x9e\x38\xeb\x4d\x48\xbf\x07\x69\x8a\x8e\x33\x5e\xd8\x4f\ \xa2\x3e\x07\xb1\x5e\x6b\x6c\x58\x02\x24\xda\xb8\x2f\x0b\xd8\xfd\ \xf4\xc2\x52\xb3\x37\x3c\x7a\xcb\x0f\xb6\x26\xd5\x9f\x2f\x06\xe3\ \x57\xc2\x62\x2f\x07\xce\xac\xcf\x90\x7b\x90\x52\x6f\xb4\x30\xb8\ \x09\xe7\xa3\x44\xc3\x80\xd0\x6a\xa8\xcf\xe6\x73\x88\xe6\xec\x8f\ \x03\xe7\xb7\xf7\xb2\x00\x07\x41\x6d\x11\xae\xed\x12\xc3\xa2\xa3\ \x8c\x09\x80\x34\x21\x50\x71\xb4\xbc\x37\x73\xfc\x70\x7e\x3e\x72\ \x1d\xb7\x66\x2a\xf4\x06\x37\x1e\x1f\xae\x91\xe6\xd3\x05\x6c\xc4\ \xbb\xbf\xfe\xfb\x7f\xfd\xbf\xff\x04\xf0\xa2\xc2\xe2\x22\x7d\x41\ \xac\x0f\xf0\x32\xe1\x3a\xee\x69\x6b\xfc\x64\x7b\x66\x6e\xf1\xc8\ \x29\x04\xd7\xdb\xd6\x6f\x5d\xdd\x3c\x67\xd0\x13\x09\x71\x44\x80\ \x62\xcb\x63\xdd\x60\xdb\x13\x91\x9e\x7b\x4f\xc7\xe3\xad\xd6\xfb\ \xdc\x4f\x9f\x22\xd2\xb0\xc0\x4f\x6b\xa6\x52\xa3\xe2\x83\xc9\x6a\ \x0f\x9c\xf2\xc2\xa3\x4b\x23\x89\x47\x9e\xa4\xad\x13\xa1\xdf\x5c\ \x68\x07\x24\x04\xed\xc1\x90\xcb\xba\x73\xba\xe3\x2e\xbf\x3f\x58\ \xba\x34\x83\x77\xae\x3c\xc1\x73\x71\xd7\xea\x49\x54\xbd\x31\x62\ \x4b\x48\x74\xc7\x50\xb0\xc1\xa8\x08\xb7\xd9\xd4\x28\x3a\x89\x2e\ \x14\x2a\x88\xa7\x4a\xd6\x3d\xd6\x12\x73\xa6\x6b\x9e\x5e\x0d\x7d\ \xc0\x26\xfc\x3d\xe2\x3a\xb6\xd9\x1e\x1d\x09\xc8\xb5\xe0\x3f\xd7\ \xbb\xf1\x79\xfe\xb3\xd0\x75\xee\xf5\x99\x1f\x19\xe7\xdc\xca\xdd\ \x26\x86\x45\x44\x06\x81\x91\xb2\xa0\x50\x35\x98\x70\xa5\x46\xa0\ \x47\xe6\x77\x4b\xb7\xad\x72\xdb\x52\xf7\x93\xc3\x7e\x7c\xb1\xb6\ \x3f\x18\xdc\xb2\x1f\xdc\x82\xea\xf1\xae\xbf\xfe\xe7\xbf\xc7\x23\ \x01\x11\x85\xf1\x11\xc2\xf2\xac\xf2\x1f\x98\xda\x31\xfe\xf8\xe9\ \x3e\x57\x12\xb8\x18\x47\x77\xab\x2b\xd9\x04\x6a\x65\x5d\xd9\xd0\ \x98\x40\x8a\x56\xd1\x10\x65\x19\xc9\x65\xc3\xf5\xc3\xd5\xd2\xd5\ \x9d\xdb\x76\x2a\xba\x45\xad\x42\xd7\x14\xe4\xeb\xe5\xb2\xba\x1a\ \x44\x25\x8b\x5d\x8b\x81\x31\x86\x87\x2a\x0c\x1a\x49\xa5\x7c\xb9\ \x75\x68\xb8\x7b\x77\xe1\xec\xc8\xdb\xd3\x64\x1f\xa9\x2d\x98\x6e\ \x20\x8d\x4a\xe1\xe3\x67\x97\xbb\x52\x8e\x1a\xc3\x56\x4f\x8b\x2b\ \x05\x64\xe5\x28\x6d\xe9\x48\xb4\xb9\x2f\x3b\x6b\xc5\xf4\xf5\x90\ \xd2\x31\xb5\xe9\x3f\xbe\x48\x86\xc2\x33\x6b\x25\x24\x68\x4d\x05\ \x1c\xa3\xc1\x35\xb5\x73\xb9\x68\xc4\xe8\x88\xbc\x73\x1a\x7a\x36\ \x06\x53\x1b\x26\xf6\xe6\xdb\xc5\x12\x8e\x76\xaa\xe3\x28\x30\x69\ \xdd\x9b\xdd\x3c\x62\x89\x95\xc5\x1d\x18\xb6\x48\x42\x08\x01\x89\ \x5e\x73\x50\x2e\x93\xe8\xc7\x55\xfa\x1a\x15\xb7\x6d\x6a\x1f\x35\ \xa6\x62\x8d\xf0\x75\x47\xdc\xde\x92\x0c\x18\x9b\xdf\xe9\x00\x9b\ \x65\x23\x85\x81\x83\x81\x16\x95\xae\xd9\xc7\xee\x60\xb4\x4b\x1b\ \x76\xda\x96\x4e\x5b\xbd\x72\xda\x50\xcb\xea\x28\x9f\xca\x41\x61\ \xc6\xb2\x49\x6a\x72\xa5\xa0\x8a\x5d\x33\x58\x53\x5c\xd1\x03\xdd\ \x0a\x74\x8d\xdf\x6d\x0f\x51\x05\x75\x7d\x06\xdb\x24\x19\x5a\x9b\ \x9a\x89\x40\xfd\xb3\x8c\x15\x8a\xcd\x67\xf4\x4c\xeb\x3a\x73\xb7\ \x75\x2c\x29\xad\x67\x10\xd7\x23\xee\x68\x17\x42\x92\xb5\x56\x00\ \x00\x20\x00\x49\x44\x41\x54\x18\xa4\x8c\xa2\x5a\x7d\x66\x65\x77\ \x35\xb7\x6d\x7d\xed\x4a\x79\xdf\x43\x9b\x5e\x64\x64\x20\x0a\x2e\ \x77\xe1\xf0\x8a\x3a\x36\x9b\x4a\xa6\x56\x52\x11\x35\xb0\xa2\xec\ \x94\xf4\xfc\xfc\xaf\xc5\x65\x52\x51\x62\x72\x83\x96\x89\x28\x10\ \x4c\xfa\x5a\xfa\x34\x88\x74\x6e\x59\x6a\x83\xae\x42\x42\xa5\x49\ \xcb\x72\x48\x99\x99\xb0\xfc\x8f\x0d\xe4\x56\x71\x32\xb7\xe1\x55\ \x76\x05\x01\x95\x5a\x9c\xf8\x2f\x3f\x23\x52\xfe\x91\xf2\xfe\xcf\ \x8f\xa8\xa2\x92\xfc\x0c\x02\x02\xfa\x31\x11\x4e\xf8\x31\x3f\x3d\ \xb3\x36\x3b\x3f\xfd\x39\x0c\x0d\x1b\xa7\x41\x0b\x98\x05\xa8\xf1\ \x6e\x78\x7a\xce\xeb\x4a\x16\x1a\xd6\xcb\x20\x21\xb4\x4a\x2d\x9b\ \xc0\xc4\x0d\x12\xc8\xa3\x63\x62\x46\xc1\x58\x9f\x46\xcb\xa5\x62\ \x34\xac\x6a\x5c\xb2\x78\x58\xcf\x12\x8c\x0f\x1e\x2e\x77\x77\x1b\ \x8a\x46\x5b\x26\x7b\x44\x02\x2a\xa9\xb9\x51\x37\xc9\x9c\x9c\x1a\ \xdb\x6b\x91\x47\x87\x61\x91\x0b\x05\x92\xa5\xcd\x71\x46\xd3\x66\ \xab\x6e\x75\x58\xd2\xda\x89\x62\xac\x2f\xec\xf5\x9c\x5a\xfb\xcf\ \xc6\xe6\x9a\x2c\x53\x0a\xe7\x82\x6c\x21\x66\xce\xda\xaf\x0b\x8c\ \x5b\x93\xae\xc7\x57\xd3\x90\x27\xa1\xce\x10\xcf\x7a\xb7\x25\xb3\ \xde\x6f\x1c\x04\x0e\x6e\x7c\x3e\xff\xed\x5a\x20\x6e\x6b\xd5\x76\ \xd0\xfb\xbc\xd7\xfd\xd3\xa7\x67\x46\x24\x10\x7c\x71\x62\xdb\x1e\ \x5d\x6f\xb4\xd0\x1f\x29\x14\xb0\x6f\x3d\x14\x19\x71\x93\x75\x69\ \x07\xde\x9e\x94\x47\x85\x78\x1b\x01\x76\x0a\x0a\xbf\x5e\x66\xdb\ \xb3\x5b\x03\x20\xd1\xe9\x88\x6c\x38\x84\x8c\xb5\xce\x1d\x6d\x5f\ \x6c\x07\xce\x90\xee\x2b\xbb\x15\x68\x0d\xd0\x6f\xe6\x20\x7f\x0d\ \xbb\xf7\x9b\xd7\x4c\xa0\x8d\xc7\xd0\x7d\x6f\xc8\xf3\x5b\xda\x16\ \xd1\x6f\xb7\xdd\xd8\x4d\xe6\xc7\x93\x45\x33\x70\xd3\x17\xf5\x89\ \xf2\xd4\xcd\x9f\x8c\xb3\xfb\x93\xea\xd7\xbd\x0e\xae\x0d\x19\x3a\ \xf0\x11\xdb\xb1\x0e\x40\x78\x79\xd6\xbd\xd7\x39\xa0\x39\xcf\xb2\ \x9b\x15\x3e\x8b\xcd\x61\xf5\x5c\x9c\xef\x00\xe2\x0a\xe3\x5c\x3c\ \x80\xd9\xfd\xf9\x53\xbc\xc5\x63\xf4\x6e\x2d\x99\x21\xb1\x31\xa5\ \xd6\x25\xdf\x3e\xd8\x77\x16\x98\x0d\x99\x90\x78\x1b\xb6\xd4\x88\ \x4c\x50\x94\x06\x29\x41\x3a\x8f\xe2\x8f\x88\x77\x83\x6c\x5b\x26\ \xfb\xfa\x0a\xf8\xf6\x74\x7b\x23\x36\xb8\x75\xe1\x16\xd6\xf5\x79\ \x95\xde\xeb\xf8\x37\x96\xce\x2d\x15\x7b\x68\x2f\x14\x9c\x1c\xa5\ \x72\xe0\xe9\x6f\x1b\x7c\xf2\x68\x61\xae\x55\xd1\xb6\x79\x38\x68\ \xc5\x62\x41\xe6\xc2\x58\xfb\xa5\x95\x17\x2a\x5c\xf7\x7b\x9e\xb6\ \x9f\xda\x46\x14\x33\x2a\xba\x62\xba\x09\x3d\x77\x7c\xfa\x18\xba\ \x5e\x81\x44\x44\x26\xb8\xb0\x71\xbf\x60\xe7\xb6\x42\x9d\x45\xb5\ \x4d\x8b\xf5\xef\x7e\xfb\x8f\x97\x27\xd1\x21\x6c\x20\x37\x74\xcb\ \xb3\x22\x41\x40\xe1\xf9\x80\x7d\xcf\x75\x12\x9a\xb9\x33\xfa\x7d\ \xb4\x49\xcb\xcc\x5d\x27\x8e\xf7\x53\x58\x3c\x20\x0e\x5b\xfa\xd7\ \xc8\x58\x90\xb3\x30\xda\xda\x19\x8c\x01\x46\xd6\x5b\x20\xbe\x83\ \xd6\x33\x24\x38\xa6\x9c\x6e\x89\x30\x21\xdd\x37\x93\x72\xc2\x45\ \xec\xe3\xb8\xce\x4e\xd9\x76\x15\x42\x22\x72\x8d\xa1\xd5\xc7\x27\ \xd3\x1c\x31\x02\xe8\x7d\x08\x51\x1e\x7d\x41\x80\xcd\x9a\x74\x1c\ \xf6\xd7\x7f\xfb\xfb\xff\xa5\x1f\xda\x8f\x02\xae\xbb\x19\x5d\xc0\ \xaf\x5e\x47\x02\xb3\x7c\xbc\xb0\x59\xc5\x75\xd3\x4d\x69\x69\x64\ \x94\xd3\x84\x4f\x3a\x81\x80\x15\xd1\x31\x79\x56\xb7\xdb\xe5\xbd\ \xf3\x76\xec\xfe\x25\xc1\xf6\xec\xa7\xd8\xb0\xb4\xf8\xb4\xbc\x70\ \x00\x1e\x19\x46\x09\x4d\xde\x0c\x6e\xbb\x4f\x07\xfc\xde\xe1\xd3\ \x98\x2d\x47\xd2\x4f\xc4\x35\xd0\x5f\xa3\x7d\xbc\x97\xa5\xc4\x07\ \xf9\xfe\x80\xea\x7c\x76\xd7\xf1\x29\xed\xa7\x07\x50\xee\xb3\xb8\ \xe8\xd0\xcd\x71\xae\xa2\xcd\x7e\x78\x7b\xd5\xbf\x4d\xdc\xa7\xd4\ \x47\xfe\xfb\xff\xfc\x25\xeb\xa7\xf8\xb4\x5f\xca\x23\x7e\xc0\x49\ \xd9\x75\xa8\xc9\x1d\x2e\x5f\xcc\xa1\x4a\xfb\x0d\x95\x95\x55\xd4\ \xc1\x92\xe4\xb2\xe7\xe9\xc9\x25\xe8\x8c\x0a\x54\x6a\x2a\x0a\xce\ \x9e\x51\xd7\x36\xcc\x9d\x4d\x36\xb7\x2f\x0c\x0c\x89\x1a\x60\x99\ \x55\x53\x63\x6c\x72\x1d\x53\x40\xae\xac\x44\x11\xc6\x24\xa4\x06\ \x4c\x8d\x7c\xa9\x9d\x3f\x33\x31\xa4\x01\xac\x1f\x5f\x2f\x8a\x66\ \xbb\xd5\xb3\x0b\x8b\xaa\x36\x7e\x01\x8a\x54\x25\x68\x6d\x18\xee\ \x1e\x56\x6b\xa6\x49\xa8\xda\x3a\x9a\x4c\x65\xd8\xe9\xf7\x2d\xce\ \x34\x35\xca\x46\x35\xb5\xd3\x08\x46\x66\x3a\x35\xf1\x45\xe2\x40\ \x2f\xb3\xa7\xa9\xef\xbb\xf5\xea\x7b\x58\x7a\x0e\x6d\x8a\x25\x9b\ \x3d\x3f\xe8\x12\xcc\xb4\x74\xc8\xbe\x47\x73\x35\x75\xda\x70\x0e\ \x45\x48\x26\x47\x19\xa3\xed\xda\x19\xff\x41\x0b\x41\x7d\x28\x48\ \x79\x2b\xe9\x6e\xde\xbf\x32\x6f\x6e\x75\xc3\xa6\x3b\x96\x97\x25\ \xd2\x59\xfe\xf4\x7e\x75\x41\x19\x4d\x5c\x8b\x1a\xaa\x84\x55\x24\ \x66\x26\x67\xc2\x87\x42\x3c\x39\x77\xd1\xbe\xb7\xa9\xe6\xb7\xf7\ \xb5\x37\x37\xef\x37\x89\xc7\xe4\x6d\x33\xdc\xb1\x26\x04\x2c\x31\ \x79\x6b\x96\x89\xa3\x96\x40\x99\x29\x88\x9a\xec\x57\x54\x1a\x6c\ \xa1\x8f\x24\x45\x28\x69\xab\x06\x1a\xad\x43\xab\x64\x2d\xed\x77\ \xd4\x4c\x36\x2f\x2b\xab\x0d\xcd\xb5\xc9\xd5\x50\xb5\x81\x9f\x28\ \xa8\x44\xa9\x1a\x0e\xad\x55\x18\x54\x11\xaa\xb6\x65\xb7\x7b\x48\ \xae\x59\xdc\x1d\x25\x51\x8b\x54\xb5\x65\x04\x5d\xed\x44\x43\x97\ \x84\x2a\x5d\x16\xa8\x54\x7d\x2d\x4b\xaa\x8e\x0d\xd6\xf3\x82\xe2\ \x2a\xb8\x9e\x3c\x21\xa6\x95\xa5\xa4\xa4\xe7\x74\xa1\xb2\xd3\xbf\ \x47\x81\x12\x78\x55\x46\x01\xec\xed\xdb\x1f\x3f\x56\xe2\xd0\x50\ \x1c\xad\x12\x5e\x59\x92\x9a\x9a\x9d\xfe\x3e\x51\x90\xf3\x23\x0b\ \x8e\x98\x2a\xfb\xf1\x75\x4e\x0e\xec\x6b\xd1\x54\x7a\x06\x03\x5e\ \x2c\xe5\xe2\x52\xde\xf6\x56\xa7\xa4\xbe\x78\xf5\xfc\x75\x41\x89\ \x24\x25\x27\xf5\xe7\xdf\xdf\xa6\x57\xe2\xbe\x53\x20\x22\x3d\x91\ \xcb\x68\xa2\xa5\x14\x17\x15\x71\xba\x06\x8b\xd0\x7a\x5c\x15\x59\ \x8f\x83\xb5\x73\x39\x25\xd5\x43\x43\x3b\xc8\xfa\xdb\x2a\x28\xbc\ \xe2\xed\x73\x7e\x59\xc1\xab\x7e\xce\x38\x7f\x0c\xa6\x1c\x25\xb3\ \x70\xf9\x19\x2a\x2d\xa9\xa0\xa0\x22\x03\x26\xf3\x49\xf9\x50\xae\ \x44\xcc\x9f\x61\xf7\x77\x8b\x1a\x55\x34\x1a\xa7\xe7\x7c\x42\xda\ \x17\xdc\xca\x02\xdb\xba\xba\x9e\x66\x17\x0e\xf4\xcc\x11\xb1\x39\ \xb4\x78\xbc\x67\xe8\xee\xb2\xcc\xdf\x5d\x70\xb8\xcc\xe5\x17\x6d\ \x00\xf7\x16\xdd\x41\x8f\xc4\x12\xcf\xc4\xf7\x61\xf6\xfa\xbc\x90\ \x2d\xe1\x66\xfe\x66\x63\xe9\xfe\x0e\xe0\x5b\x72\x94\x5a\xcc\x80\ \x10\x24\xf4\xb4\xb5\xb9\x81\x3c\x69\xff\x6e\xe7\xe0\xf9\x94\xfd\ \x9f\xe2\xcb\xa7\xa7\x9f\xd1\xcf\x1f\x3e\xe5\xb9\x83\x97\x9d\x97\ \xc2\xed\xe0\x7e\xe7\x29\xd9\x16\xbb\x38\xbb\xe5\x9a\x6c\xec\xce\ \x8b\x88\x12\x86\x8c\xb9\xe7\x93\xea\x7b\xa1\xe7\x6e\xfd\x7a\x4d\ \x31\xae\xb6\x9d\x1c\xd7\x1f\x3b\x37\x82\xcb\x85\xb9\xc2\xe6\x83\ \x50\x87\xd5\x86\x4c\xf2\x35\x39\x1e\x5c\xf6\x84\x84\xbb\xef\x21\ \xeb\xd8\x17\xa4\xe3\x5d\xbc\xf3\xe0\x49\xb8\xb9\x34\x34\xb2\x63\ \x3b\x7b\xb0\xce\x1f\xdc\xdf\xca\xcb\x86\x6f\x3f\xa4\xfd\x64\xb3\ \x19\x67\x43\xb6\x25\x4b\xa3\xe0\x60\xc6\x6e\xeb\xde\xe9\xbc\x63\ \xc5\x01\x7c\xb9\xd1\x80\xdf\xde\x7d\x70\xd2\x7f\xca\x83\xac\x7c\ \x88\xa7\x63\x81\xf5\x00\x3f\x31\xfe\xc4\x7c\x7d\x66\x79\x52\x58\ \xaf\xaf\x9d\x7b\x2b\xf8\x89\xae\x84\x7d\x07\xf6\xfe\xfa\x0c\x10\ \x22\x3a\x4e\x9d\x94\x3c\x2c\xdd\x1e\x47\xb4\xe3\x4b\xc1\x56\xe3\ \x35\xf1\xa2\x6b\x4f\x41\x01\x7a\x8c\xb1\x69\xb9\xd1\x85\x14\x90\ \xd7\x9f\x74\xf1\xe4\x79\xf4\xe5\x52\xee\x1f\x0e\x0e\x96\xcf\xd4\ \xc1\xce\x66\xf7\x63\x1a\xe8\xa9\x09\x56\x4c\x26\xfc\xac\x97\x93\ \x5e\x54\xd5\x0d\xe4\x52\xff\xf6\xf9\x24\x14\x1d\x03\x26\x2a\x1c\ \xbe\x7b\x60\x0c\xd6\x16\x0a\xb9\x57\xf4\x92\xa7\xc9\x08\xb1\xfe\ \xd1\x7f\xea\x08\x8c\x54\x2a\x6d\x71\x20\x64\x30\x74\xb3\x17\x00\ \xde\x63\xc1\x78\x3b\x25\x9e\x7e\xbf\x7f\x10\xb2\x07\x26\x10\x39\ \xcc\x8b\x87\x59\xa9\x55\x3f\x66\x6c\x59\x33\xcc\x51\x44\xb4\xa5\ \xa4\xb8\xf8\xd2\x27\xc7\x75\x68\xc5\x79\x79\x77\x72\x24\xe7\x6f\ \x9d\xcf\xdf\x47\xc6\xfb\xc3\xdd\x90\xcf\xb6\x15\xe1\x96\xdd\xee\ \x6c\xc2\x13\x1f\x23\xde\xe4\xdd\x34\x1f\xec\xde\xee\x74\xf5\xea\ \x65\xa3\x4b\xdb\x9e\x42\x9b\x19\x79\xb6\x72\x35\xc5\xe9\x1a\x58\ \x1c\xac\x0e\x1e\xdd\x37\x8f\x53\x12\xc0\x69\x96\xe5\x2b\x13\xe4\ \x06\x9f\x5b\x1e\x5d\x18\x1b\x95\x5b\xfa\x21\xc6\x16\x95\x05\x39\ \xcc\xfb\xcb\xdf\x3f\x98\x67\xe9\x27\x37\x09\x16\x43\x43\x30\xa2\ \x74\xf5\x0a\xf8\xb8\x05\xf2\x8a\x2c\xbc\x9b\xb3\xc0\x19\x96\x97\ \x25\x04\x04\x4c\xf5\x3f\x41\x14\x7f\xf9\xcb\x07\xbb\xd3\x77\x60\ \x89\x0f\x5e\x27\x81\x41\x51\x1f\x5e\xa6\x01\x9f\xd1\x21\x10\x7c\ \x64\xfd\x45\x2e\xc4\x72\x7f\x72\x71\x14\x6b\xb4\xe1\x97\x3b\x5d\ \x91\x58\xc7\xcb\x79\x59\x21\xdd\x5e\x6f\x4c\x5a\x3c\xbc\x8e\x55\ \x40\xd2\x62\x2f\x2f\x1e\x1e\x41\x3f\x9d\x2f\xe0\x4b\x4b\xf3\xbe\ \xd9\xdc\xef\x20\x4e\xde\x8e\x35\xe0\xf2\x6d\x6c\xd7\xdb\xe9\x1f\ \x62\xe9\x71\xd7\x80\xe8\xbc\xbc\x1f\xd8\x88\xfc\x1c\x34\x9f\xaa\ \x1a\xa3\x22\x3a\xbb\x30\x34\x16\xac\x84\x3f\x60\x20\x93\x6b\xf9\ \x54\x2e\xaa\x9a\x53\xc0\x26\x31\x10\xc5\x5a\x01\x5c\xc3\x61\x36\ \xe9\x07\x87\xd5\xe4\xda\x49\x25\xce\xa0\xac\xd5\x36\xe2\x0c\x68\ \x98\x74\xac\x51\x3f\xc0\x31\xb0\x59\x54\x69\xef\x68\x75\x0f\x87\ \x30\x9c\xb4\xec\x9b\x1a\xaa\xa4\x75\x8b\x6e\x02\x37\xc6\x9d\x29\ \xc3\x24\x3f\x87\xd1\x53\x59\xa0\x1a\x62\x51\x95\x3b\xd2\xfd\x76\ \x26\x4d\xcd\x94\xa9\xc7\x3b\x0f\xf7\x57\x9b\x7a\x35\x75\x12\x2d\ \x81\x5a\x3b\x02\xcd\x2f\x91\xaa\x38\x7b\xea\x75\x65\x09\xac\xe9\ \xac\xe5\xa8\x55\xd5\x27\x5e\x54\xcf\x73\x0c\x9a\x96\xe5\xcd\xdd\ \xa5\x8e\xa9\xa6\x92\xaa\x7f\xbe\x3a\xa7\x69\x17\x4b\x48\x92\xde\ \xd5\x7b\xae\x0e\x87\xd6\x56\x50\x71\x5d\x23\x35\x08\x82\x58\xdb\ \x03\x47\x24\xb3\x5a\x86\x60\x43\x52\xea\xe0\xf2\xf6\xb4\x58\x29\ \x25\x51\xeb\xaa\xeb\x52\x92\x31\x65\x45\x05\xda\x80\x71\xb1\x73\ \xa1\x4d\xd6\x2d\x99\xd5\xca\x6a\x0c\x2c\x89\xa6\x5d\xac\x5b\x2e\ \xd3\x36\x35\x48\x2b\x72\x52\x69\xc3\xd2\xcc\x92\x75\x69\x55\x1b\ \xb7\xa1\x97\x5a\x52\xf0\xda\x0e\x26\x49\x4b\x30\x39\x19\xc9\x15\ \x53\x54\x5a\x13\xba\xa9\xa5\x9f\xc9\x5a\xbe\xd5\x62\x48\xc3\x93\ \x7d\x64\x6d\x65\x8d\x7a\xac\xae\x5d\x85\xc0\x4c\x4c\xb3\x25\xc3\ \x5a\x4d\x6b\x4b\x5d\xcb\xce\xb9\x35\xc0\x9d\x60\x55\x4b\x1a\x18\ \x72\xb5\x6e\xa6\x99\x51\xf9\x1d\xf8\x74\x64\x0c\xbb\xa2\x51\x2e\ \x26\xab\x04\xe9\x64\x2d\x87\x01\x9f\xd0\xe8\x8a\xd1\x19\xea\xf6\ \x9a\x86\xe7\xd9\xa8\x1a\x38\xa2\xae\x8e\x54\x42\x25\xd7\x60\x58\ \xd0\x14\x1a\xa3\x3a\x3f\xf3\x15\x73\x20\x31\xff\x63\x22\x4a\x53\ \x05\x7d\x5d\xf1\x02\x97\x39\x6e\x9f\xfb\x31\xbd\xa0\xe4\x47\x44\ \x66\x26\x01\x53\x84\x1e\xbc\x59\xa6\x95\x0d\x54\xe6\x48\x2b\xfe\ \xf8\x67\x0e\x5d\x8b\xce\x81\x4b\x72\x32\xf2\xb3\x4b\xf4\x33\x34\ \x34\xa6\x02\x35\xac\xc6\xd1\x70\x18\x01\x5c\xaf\xac\x86\xa9\xb8\ \xa9\xcc\xd1\xb2\xde\x31\x56\x6b\x85\xa0\x77\x70\xe7\x24\xbc\x7e\ \x78\x94\xcc\xd1\x2f\xcf\xe2\x9a\xf8\x06\xf2\x34\xb3\x32\x5b\x2f\ \x40\x75\xcd\x94\xbd\x1a\x6a\x6d\x6f\x99\x62\xe2\x34\xc3\xe2\xfe\ \x41\x01\x4b\x79\x16\xae\x2f\x66\x30\x64\x76\xf5\x99\x1a\x8d\x1b\ \x18\x52\x6a\xf4\xa2\x83\xb5\xe3\xc0\x72\x4f\xf7\x7e\xdc\xca\xfe\ \xee\x4d\xdb\x84\xf6\xf4\xbc\x1d\x0d\x6d\xbc\x3e\x3e\x18\x69\x6a\ \xb1\x05\x66\xda\x9a\xa4\xa3\xe7\x5b\x36\x23\xa5\xd4\x67\x13\x02\ \xa3\xba\xb6\x4a\x9d\x67\xae\x67\x26\x9b\xef\x21\xb0\x10\xc4\x83\ \x29\x57\x81\x7b\xab\x6b\x71\xc5\x7f\x5b\x7f\xe0\x35\x5d\x84\x0a\ \x4d\xb3\x3a\x1b\x24\x8f\xa8\x93\x6a\x42\xd8\xcf\x6f\xa2\x3f\x10\ \xd3\x5c\xf8\xb9\xc1\xb2\xb2\x6a\x38\xfa\x4a\x9f\xa8\x42\x53\x35\ \x6d\x93\x9c\x2d\x97\xd1\x63\x2a\xfc\xc9\xdd\x8f\xe4\xc9\x46\x42\ \x40\x61\xc0\x12\x04\x38\x2e\x4d\x42\xbb\x7b\xab\xbf\xd4\x32\xb5\ \xf8\xfd\x5c\x05\x03\xeb\xa6\xda\x63\xf5\xf2\xe5\xf0\xf9\xde\x16\ \x32\x3c\xe2\x76\xc4\x6e\x5d\xab\xbf\x73\x74\xcd\x1e\x81\x7f\x02\ \xfb\xcc\xbb\xa1\x5b\xcb\x9c\xef\x7c\x60\xbf\xdf\x27\xb2\x5c\x9a\ \x06\x44\x2d\x67\x4b\xe7\x7d\xa7\xfb\xd4\x89\xee\x25\xfb\xf2\xc1\ \xb0\xd8\x4b\xdc\x3a\x72\xda\xeb\x93\x90\x91\xf5\x74\x17\xf8\xe4\ \xda\x09\x06\x14\x42\x4a\x91\x90\x38\x80\xe7\x01\xf2\xec\x73\xf8\ \xca\xba\x03\x98\xa5\x88\xc9\xc5\x82\x1e\x1d\x73\x5e\x5e\xc8\xba\ \x2c\xa6\x0f\x5e\x15\x9a\xa3\x85\xae\xc7\xb3\x13\xc8\xfe\xf2\x09\ \x7d\x3b\xc9\x38\xd9\x68\x8e\x02\x84\xc5\x0a\x73\xe3\x91\xdf\x99\ \xeb\xc4\x35\x9b\x16\x05\x0a\xac\x6d\xfa\x2f\x75\xad\x8b\x9a\xa9\ \xa7\xa0\x75\x48\xd2\x98\x1b\x0a\xc6\x86\x9d\xc9\x0f\x19\x92\xe6\ \xc1\x71\x3f\xbe\xbc\xf0\xf1\xff\xf3\x52\x35\xeb\x36\x8b\x95\x1e\ \x0f\x08\xba\xe3\xcb\xdd\x1d\x3b\x8b\xf7\x67\x1d\x57\xf6\xfe\xf5\ \x40\xcb\xfd\xe0\xb8\x7d\x6d\x6b\xf4\x10\x72\xb4\xd5\x6b\xfd\xe4\ \x3c\x13\x96\x7a\x92\xd6\x4c\xdf\x97\xf6\xa7\xcf\x91\x5e\xec\xcb\ \xa4\xc7\x35\xdf\x93\x22\xe0\x8e\xb5\x61\xad\x7d\xd3\x87\xa5\x8a\ \xab\x1b\xdc\xca\x59\xc7\x88\x64\xdf\x67\xba\x0c\xca\x2d\x21\x80\ \xe5\xe4\x69\xed\x42\xfd\x74\x3f\x7b\xe7\x33\x9f\xdc\xae\xf4\xce\ \x77\xdd\x42\x42\xf3\x31\x42\x1f\x9e\xe2\xc2\x3f\xee\x03\xcb\x7f\ \x89\x0f\x2b\xb5\x06\xac\x33\x9d\xc4\x68\x00\x64\x4b\xcb\x24\x11\ \xd4\x6a\xfe\xa4\x88\xa9\xeb\x99\xea\x5a\x19\xda\x2c\x74\x5b\x6d\ \x61\xb6\xeb\xbb\xb0\xc8\x04\xe0\x2f\x9f\x6c\x9b\x90\x77\x69\x80\ \xdd\xa0\x31\x89\x68\x73\x20\x15\xf4\xbd\x71\x4b\x16\xe5\x91\xe2\ \xdc\x00\x51\x6c\xb7\x91\x40\xa3\xd1\x1e\xbc\x3c\xb6\x61\x79\x48\ \xbc\xa5\xb3\x06\xbd\x62\xb3\x40\x7e\x7b\xb7\x18\xb0\xfb\x14\xe6\ \xe0\x45\xe7\x8a\x1b\x1c\x11\x8f\x0f\x07\x27\x7d\x78\x83\x0d\x53\ \xec\xe4\xe6\x45\xdd\xe4\xa5\x01\xa3\x01\xbe\x27\x57\x2c\xdd\x17\ \x85\xe4\x5d\x5d\x60\x5d\x97\x58\xc5\xfd\xe1\xd9\xdd\x1c\xf6\x19\ \x3e\x01\xef\x2f\xb4\x6e\x26\xdd\xb8\x22\xc1\xc1\xf2\x2c\x4a\xc4\ \xc8\xda\x81\x7d\x0f\xf9\x12\x08\x78\x49\x7c\x7a\x5a\xab\x7f\x99\ \x45\x77\xe7\xc6\xc4\x44\xfe\xe0\x20\xf0\x6b\x68\x8c\x4a\xdd\x82\ \xba\xb6\x63\x66\x94\xa0\xd6\xa1\xeb\x98\x7d\xd3\x35\x2a\xb5\x80\ \xca\x87\x32\x70\x38\x54\x15\xc6\x30\x05\xa3\x8d\xd6\x6a\x87\xfb\ \x58\x82\x5a\x58\xd5\x50\x1d\x47\x67\xd0\x8d\xcb\x69\x04\x8e\xa0\ \xa1\x6b\xb3\x62\x97\xb3\xd8\x38\xcc\x85\x32\xd0\x89\xef\x73\x60\ \x12\xe9\xe6\xf8\xc4\x0c\x95\xba\xb3\x30\x23\x13\xdb\x42\x97\x2b\ \x8d\x7a\x56\x0d\xbb\x6a\x50\x34\x22\xa0\x56\x69\xaf\xd4\x75\xd0\ \x1a\xb8\x4e\x33\x30\x60\xb3\x04\xe6\x1a\xfb\x95\x9d\xfd\xbd\xb2\ \x83\x83\x96\xee\x1a\x1c\xec\xbb\x97\x68\x35\x7c\x6a\x4a\x71\x0e\ \x69\x53\x0d\xab\xaa\xd5\xe2\x36\x87\xd9\x13\xe2\x83\xc9\xf9\x91\ \x16\xc9\x59\xdf\x70\xb3\x48\xdf\x5b\x05\x17\x23\x92\xcb\x2a\xf5\ \x12\x14\x5f\x9a\xbf\x20\x16\x4f\x93\xa0\x12\x9a\x36\x19\x16\x14\ \xcd\xb5\x2b\xad\x1d\x55\x12\x6a\x46\xf5\x82\x79\xa4\xaa\x46\x89\ \x11\xd0\x0a\xd8\x89\x53\x52\x06\x9f\xc9\x69\x55\x89\xc7\x25\xbd\ \x92\x1c\xd4\xd2\xd3\xca\xdd\x7c\x3b\x19\x9d\xd9\x23\x1e\xad\x29\ \xe0\xc8\x1b\xa1\x98\x01\xf5\xd1\x14\x06\x7e\xa0\x86\xeb\x7b\x3b\ \xdb\xdb\x75\xa8\xf7\x17\x41\x0c\x5b\x49\x46\xeb\xb8\x53\xac\xc0\ \xe9\x45\xcb\xce\xa0\x68\xbc\x67\x66\x60\x78\xaa\x89\xdd\x3c\xd9\ \x64\x92\x55\x53\x8b\x70\x98\x81\x82\x3a\x83\x92\x5d\xd1\x7a\x60\ \x20\xa3\x4b\xd4\x53\xca\x81\xd1\x22\x6d\xdb\xa0\x64\x54\xaf\xee\ \xec\x6c\x35\x70\x04\x99\x8c\xae\xde\x21\x41\x2d\xb7\x01\x83\xd3\ \x3e\x47\xd5\x62\x34\x24\x1a\x37\x11\x51\x94\x9f\x98\x08\xef\x91\ \x34\x24\x92\xe6\xd1\x65\x99\x50\x52\x7b\x6a\x0a\x9a\x51\x5d\x91\ \xc9\xaf\xae\x41\x64\x66\xe7\xbf\x95\x56\x66\x30\x3b\x3b\xee\x9a\ \x6b\xd3\xc9\xb5\x13\xe8\xa9\x56\x64\xc3\x9f\x1f\xdf\xbe\x7d\x95\ \x0d\x83\xd3\x60\xa8\x3a\x83\x26\xe3\xf7\xe7\x15\xa9\x45\xb0\x14\ \xc2\xd4\x98\xae\xe8\x55\x2a\xaa\x00\x07\x4f\x7d\x9d\x8d\x81\xfe\ \x91\x9f\x99\x91\xce\x64\xd1\xbe\x2b\x27\xa3\x0c\x95\x99\x43\x16\ \x10\x2a\xa6\xb8\x19\xe8\xe1\x3a\xb6\x00\xf7\xe2\xc7\x14\xae\x58\ \xcb\x81\x56\xc1\x7a\x9b\x1a\xa7\xba\x45\x24\x54\x53\xd3\xe6\xd0\ \xc0\x98\x74\x70\x7c\x7e\x4c\xd7\xbd\x68\xeb\x9e\xee\xad\x86\xcf\ \x28\x2b\x47\xe6\xe0\x55\x8a\xe6\xc2\xd0\xc0\x39\xab\xe6\xfc\xe0\ \x6c\x4e\x54\xd3\x20\x1a\x6b\xd6\xae\x76\xdf\x90\xa9\xbe\x07\xf7\ \x5e\xf7\xee\x32\xdf\x01\x79\x6a\xbb\x7b\xbc\xb6\x09\x4f\x2e\xda\ \x5b\xee\xef\x56\x3b\xd9\xbb\x07\xba\xfe\xbd\x8e\xf9\x81\xc9\xfa\ \x63\x9e\xc9\xbc\xed\xb6\x61\xaf\x5d\x44\xa1\x07\x79\xdd\xb3\x0f\ \x08\x59\xde\xd8\x7d\x74\xff\xd9\x4e\xa7\x74\xe4\x6a\xf3\xa4\x29\ \x20\x6a\x25\x48\x87\x36\xdd\x21\x1d\xae\xd9\x52\x5e\x78\x50\x77\ \x04\xb0\x6c\x7c\x0b\x5e\xd1\x9d\x87\x8c\x9e\x6e\x65\xf5\xf3\x4c\ \x99\xa1\xb7\xbb\xd3\xe3\xbd\x0c\x0e\xdb\x7c\x8d\x5e\x3a\x44\x4c\ \x74\xf8\x40\x85\x71\x7e\x70\xb8\xd7\x53\xb8\xae\xe8\x71\x9d\xec\ \x5c\x38\x4c\xc1\xc6\xed\xa4\x99\xfe\xff\x84\x14\xf6\x29\x0a\x4d\ \xb1\xc1\x85\x4d\x9b\x3f\x2b\x8f\xad\xd4\x5e\x2e\xe1\x8a\xca\xfa\ \xf4\x14\x05\xf2\x59\x2c\xf2\x76\xab\x4d\xb5\xdc\x33\x25\xa0\xd5\ \x2c\x09\x5a\x96\xb5\x33\x81\x4e\x16\x02\x76\xaa\x5d\x10\x5d\x5b\ \xa9\x9e\xfb\xf0\x87\x40\xd2\xcd\x83\x35\xc0\x5b\x0a\xc5\xd7\xdf\ \x29\x1e\x03\xf1\x36\xb7\xfd\x04\x0f\x3c\x39\x7d\x34\x81\x5f\xe6\ \x6d\xcc\x77\x99\x62\x63\xa3\x8c\xd7\x91\xe0\x30\xab\x35\xee\x69\ \x3b\xc2\x7d\x39\xbd\x05\x26\xc6\x78\x4a\x6f\x4e\x21\x85\x1e\x50\ \xd8\x49\x12\x60\x6b\xe3\xc2\x81\x74\xdf\x67\x99\xec\x0e\x60\x52\ \xae\xdb\x1d\xe6\xc2\xf2\x4a\x4f\xef\xc3\xce\x37\x89\x8f\xf2\xc6\ \xe5\x91\xf6\x8e\x45\xdd\x04\x69\x62\x9c\xc3\x55\xef\xef\x50\xc2\ \x9d\xa5\x3b\x69\x85\xd8\xdf\x20\xb6\x4f\xff\x4d\x31\xba\x7d\x0f\ \xbc\x3d\x88\x7f\xb9\x7d\x6b\xe6\xd6\x77\x66\x1d\xf3\x85\xad\x9a\ \x01\xeb\x27\x10\x2f\x18\xb2\xde\x76\x1f\xc6\x2f\xa3\x10\xf3\x0a\ \x03\x42\xe3\x1d\xef\x7a\xb5\x1c\xff\x68\x5f\x9f\x4d\xf8\x14\x16\ \xfb\xf9\x6f\xdf\x3e\xbc\xa3\x80\xa2\x89\xbc\x6b\xac\xd3\x4f\xf1\ \x9e\x80\x63\xbc\x48\xa7\xfd\xd8\xdf\x61\x7a\xf4\x3a\x8c\x78\xef\ \x36\xcf\x54\xf8\x66\xfb\x3e\x0a\x2f\xa4\x43\x92\xe2\x1d\xbe\x00\ \x48\xe8\x09\x1e\x97\xd6\xe7\x3e\xb6\xad\x21\x6f\x6c\xf3\x1d\x13\ \x3e\x67\x68\xd9\x35\xe3\x9e\x9a\x3b\xdd\x3f\x0e\x05\x9d\x85\xbf\ \x06\x82\xae\x85\xdd\xd1\x1a\x26\xa3\x18\x3e\x48\xa3\xf9\xec\x2b\ \x59\xff\x1a\xfe\x6e\xbb\x64\xcc\x59\xfa\x4b\xb8\x30\xed\x4d\x68\ \xd5\xf9\x2d\xc6\xe6\x78\x2c\x74\x09\x85\xce\x97\x79\xa0\xd8\xd2\ \xc7\x0f\xd1\xcf\xa2\xd3\xbc\x66\x24\xc4\xe4\x6a\xdd\x39\x03\xe1\ \x8d\x78\xcb\x33\xeb\xe1\x09\xcf\xfd\x6e\xfd\x14\xd4\x6b\x38\x72\ \x14\x5a\xe2\x63\xb1\x31\xb1\x6d\x21\x3b\xcf\xe9\xd9\x02\x43\xb0\ \xfe\xc0\xdd\xbd\x27\x26\x96\xe8\x88\x37\x06\x23\x63\x5d\xc4\x3c\ \x7c\xae\x22\xe2\xd3\xbb\x84\x78\xe0\x8a\x7c\x6b\x01\xf9\x26\x01\ \xeb\xf4\x19\x41\x9e\x5f\x4e\xfc\x14\xd7\x06\x48\x2e\xc4\x47\x6e\ \x16\x3e\x03\x87\x29\x1c\xa2\x15\x7b\x30\xc9\x12\xf5\xe6\xa7\xf0\ \xe8\xb4\x97\xe1\xb1\x51\x40\x0a\x38\x0e\xf9\x43\x50\xde\x27\x90\ \x08\x0c\x34\x56\xd3\xb8\x1e\x31\xde\xd3\xf4\xcf\xea\xf0\xfc\xdb\ \x2e\x36\xbf\x93\xa3\xd7\x71\x04\x38\x6a\x51\x76\xef\x14\xa7\x57\ \x2e\xc5\x10\xf8\xd3\xaa\xd6\x29\x86\x94\xd6\x04\x71\x37\xb7\xcb\ \x46\x27\x66\xdb\x45\xda\x06\x92\x14\x83\xa8\x82\xa1\x72\x7e\xff\ \x97\x3f\x3f\xbe\xfe\x7e\x24\x19\x15\x35\x3d\x0d\x92\x69\x03\xb7\ \x8e\x46\x63\x5a\x79\xa7\x83\x55\x38\x26\x9c\xda\xba\xda\x3a\xcf\ \x5d\x0d\xb4\xb2\x26\xda\xba\xa9\x1a\x41\x83\xbe\x73\xa9\xa5\x7b\ \x7d\x42\x45\x86\x4f\x0f\x77\x0e\x7f\x27\x97\x62\x55\xdb\x14\x13\ \x43\xab\x4e\x2c\x26\x14\x70\x86\xc6\xc8\x19\x1d\xfa\xc6\x5d\x91\ \x43\x35\x73\x40\x18\xea\x54\x6a\xd5\xda\xb6\x73\x75\xe3\x6c\x5b\ \x59\x66\xa6\x74\xb8\x7f\x29\x25\x7f\x5e\x7d\x95\xf5\x97\xc1\x1e\ \x5a\x6f\xf5\x58\xf7\x00\x94\x3c\x51\x59\x64\x65\x56\x4c\x4c\x90\ \x08\xd5\x8f\xdf\x78\xcc\x32\x3d\x5b\x55\x80\xab\x23\xd3\xaa\x30\ \x63\xe8\x2e\x2d\x53\xc9\xa6\xb6\x16\x4d\xf5\xa8\xe7\x02\x2b\xbb\ \xec\x36\xeb\xf2\x4e\x17\xbb\x75\x46\xc4\x6c\x6f\xe8\x1d\x44\x4f\ \x1b\x9a\xe7\x49\x95\x35\xa8\x14\xc6\x3c\x1f\x55\x60\x60\x76\x5c\ \x4d\xa9\xd5\x9c\x69\x01\x54\x4b\x1b\xaa\x56\xea\xd7\xe5\x93\x8d\ \x87\xa2\xc6\x81\xd1\x96\xea\xa1\x93\x4b\x14\x9c\x00\xa7\x0e\xd4\ \x54\x8e\xe9\xd8\x4c\x4c\xfb\x69\xf5\xf8\x74\x2f\xa6\xa0\xec\x39\ \x41\x35\xa6\xd2\xa5\xb0\xba\xc7\x47\xc8\x95\x6c\xf8\x8b\x2a\xd2\ \xd7\x7c\x74\x95\x66\xec\xb9\x52\x82\x52\x76\x49\x38\x95\x35\x5c\ \x2e\xd3\x80\xa8\x85\x57\xb2\xa6\x95\x9a\x7f\xfe\x25\x56\x86\x2a\ \x80\x67\x54\x23\x64\xed\x34\xe5\x54\xed\xc1\xd2\x44\x1d\x4b\xc5\ \xa9\xe6\xd7\xf0\x51\xb5\xdd\x0c\x58\x59\x55\x66\x2d\xb5\xa6\x5a\ \xc2\xad\x2d\x78\xfd\xba\xa4\x24\x3b\x95\xa1\x6e\x63\xe2\x52\x31\ \x7c\x72\xc6\x1f\x1f\xbf\xbe\xc7\xf5\xe8\xa6\xd0\x89\xa9\x65\x08\ \x52\x59\x7a\x19\x93\x81\xaa\x2a\x4b\xad\x24\x43\xa9\x5a\x15\xa7\ \x97\x9d\x9c\x41\xa2\x19\xa4\x30\x09\x8e\xd5\x4f\x9b\xc8\x64\x90\ \x51\xaa\x31\x58\x6a\x19\xe3\x68\x6c\x88\x50\x32\xd1\x3c\xd0\x2d\ \xa9\x6e\xed\x5f\x5c\x5b\x62\x41\xfb\x2d\x57\x23\xba\x96\x12\x41\ \xe8\x7e\x7c\xf7\xa2\x55\x37\xb7\x3f\xd0\xce\x1c\xc3\x8d\xae\xcf\ \xaf\x1d\x0d\xec\x0d\xdb\x83\x93\xdd\x53\x7d\x5d\x9a\x63\xdb\xcc\ \xfa\xc1\xf9\xf2\xfa\x43\xdb\x84\x8b\x61\x7c\xd8\x33\x23\xe7\x9b\ \x36\x57\x82\xfd\x76\x7a\xe7\x53\xe8\x16\x6f\x19\xb8\x74\xef\x7d\ \xc7\x29\xc5\xf2\xc3\x5e\xbf\xef\x64\xf3\x76\x5d\x0e\x01\x00\x41\ \x76\xfc\xd3\xbc\xdb\xb6\xd9\x83\xb5\x9f\xb5\xb5\xb3\xdc\xa1\xb3\ \xf6\x09\xe6\x44\xd7\x48\xb7\x4d\x36\x36\x31\x3e\xe0\x5b\x2b\xff\ \x0d\xb9\xd1\xd2\xb9\x46\x3c\x39\x5a\x9a\xf1\xde\x03\x0f\x02\xb9\ \x6e\x5b\xe0\x68\x5e\xd6\x6f\xee\x14\xf9\xee\x9f\x6e\xd6\x5a\xf4\ \xd8\xb5\xb1\x85\x6d\x16\xaf\xd0\xd9\x79\x06\xf1\xd9\x9b\x29\x14\ \x9b\xf8\xd0\xee\x0b\x3f\x31\xaf\x74\x1c\x2f\x9c\x9a\x03\x0b\x58\ \xfc\x95\x35\x40\x59\x7a\x32\x86\x74\xc1\x13\xcf\x9d\x48\x33\xd1\ \xb6\x7d\x7e\xaa\x3f\xae\xda\xb4\x86\x3c\x47\xa1\x2c\xaf\x33\x60\ \xed\xb4\x0a\x03\x4e\xeb\xe2\xf9\xcc\xe8\x68\xb7\x72\xa4\x6d\xd9\ \xdd\xb2\x6c\x82\x10\xb1\xfb\xe3\x76\x50\xdf\x5d\x70\xf9\xcc\xda\ \xde\x39\x4f\x7f\x9c\x0b\xf0\xae\x78\xf8\x1b\x70\x29\xc4\x96\x17\ \x15\x59\x6a\xa7\x5b\xbc\x90\x6d\xa7\x95\x17\xc2\xba\x1f\x88\xa7\ \xd7\xd7\x8e\xc5\xb5\xf5\x4f\xef\x22\xae\x43\x74\xff\xc5\xfc\x45\ \xd0\xba\x7d\x16\xff\x06\x14\x47\xcf\x2d\x8d\x17\x6e\xd4\xe3\x79\ \xd8\x77\x01\xef\x31\x11\xe9\x89\x08\x7f\xba\x13\xdd\xae\xf8\xb6\ \x65\x76\x24\x84\x6e\xf6\xc4\xf1\xd6\x5d\x49\x16\xdf\x0a\x92\x4e\ \xf4\x13\xd7\x6d\xa3\x94\x0e\xdf\x1e\xea\x0a\xdb\x92\xf4\xe6\xc1\ \x77\xc9\x73\xad\x99\x90\x60\x7f\x8b\xaf\xe5\xd8\xc2\x9b\x3d\xf5\ \x27\x15\x2a\x4e\xbc\xd6\xe0\xe1\xe6\x71\x93\xd3\x18\x1b\x6c\x74\ \xc5\xad\x78\xa3\xc0\xd7\xf4\x67\x48\xfa\xbf\x81\xad\x31\xb1\x47\ \xfb\xa0\xe8\x28\xbf\x2d\xeb\x03\xb8\xfc\x4d\x58\x38\xe0\xa7\x52\ \xc7\xe1\xb5\xb0\xeb\xf2\x1d\x80\x07\x89\x03\xe6\x85\x15\x86\x56\ \xee\x37\x1c\xae\x75\x2b\xc0\x92\x1b\xfe\x92\x58\x9a\x00\x02\x03\ \x23\xc1\xe0\x3c\x1e\x1e\x0c\xf9\xf0\x21\x9a\xa8\x50\x9c\x5a\x01\ \x0a\x20\xd1\x34\xc0\x32\x74\xbb\x65\xf2\xb0\x0f\x6f\xc0\xdb\xf8\ \x87\x9d\xc0\x5a\xde\x37\x80\xe7\xa2\xde\x0e\x51\xf8\x84\x0b\x8a\ \xf9\x87\x93\x50\x90\x63\x95\xf3\x7b\x35\xa3\xa3\xde\x5f\x1c\x3b\ \xb6\xf8\x04\x7b\x14\x31\xd6\xce\x43\x96\xd2\x73\xbb\x1c\x77\x76\ \x63\x1a\xc8\x73\x02\xfc\xfc\x2e\x4e\x68\x71\x0b\xed\xab\x0f\x1e\ \xf1\xfe\x5d\x8f\xdc\x1f\x9c\xd9\x74\x5e\x9c\x3f\xbe\xb4\x0a\xa4\ \x14\x3f\x51\x58\xff\xed\x5f\x89\x96\x97\x6b\xa1\x99\xed\x87\x13\ \x13\xa4\x93\x07\xa1\xfb\x85\x56\x5e\x52\x5a\x4c\x42\x6c\x98\x39\ \x09\xef\x2a\x44\xde\x47\xc7\x5b\xb2\x0e\xb6\x13\xae\x56\xd4\xe2\ \x28\x20\xef\xe8\xd1\xb5\xe6\xc7\xfb\x42\x46\xc7\xe6\xc1\x86\x90\ \xf8\x6e\xdb\x6f\x5f\x3c\x08\xb8\x1c\x40\xa7\x3b\x0a\xec\x7b\x16\ \x5e\x8f\xb7\x83\x28\x61\x79\x61\x16\x3b\x31\xfe\x07\xbd\x75\x9a\ \xcd\x6c\x17\xd3\x24\x64\xc3\x90\xbe\x46\x3a\x2a\x19\xe5\x0a\xa6\ \x06\xe5\x3a\x4d\xa7\xdb\xc6\x6a\x1b\x1f\x90\xd6\x29\x7b\xc9\x54\ \x06\x15\xc5\xe0\x18\x66\xed\x3e\xb3\xaa\xbb\xb6\x4d\x61\x2f\x83\ \x11\x2a\xaa\x1b\x5b\xb9\x2c\x09\x6e\x58\x66\x9d\x64\x4d\xe8\xa6\ \x9b\x5b\xa8\x24\xcd\xa8\x32\xb0\x3c\xb6\x38\x2a\x69\x1c\x9e\xeb\ \x86\x0e\x2c\xf0\xa7\xf7\x7c\x6d\x4a\x3e\x01\xae\x1a\x75\x5f\x9e\ \x37\x36\x0e\xcd\x6d\xef\x06\x27\xd5\x9c\x8a\xee\xa6\xae\xe6\xc7\ \xd5\x49\x59\xc7\xc8\xe2\xc8\xec\x71\x0b\x5b\xcb\x82\xa1\x64\x47\ \x97\x5d\x5a\x4c\x7e\x4a\x66\x71\xa3\xbe\xb6\xbd\xb6\xae\x63\xb0\ \x7f\x4e\x2d\x41\x8f\x34\xa2\xa8\x3a\xf6\x5c\x83\xb6\x6b\x71\xb9\ \x51\x53\x84\x2e\xe1\x63\x1a\x8a\x5e\x57\xc8\xe3\xfe\x23\x77\x5a\ \x3d\x6d\x6b\xd4\x75\xce\x63\x26\x06\x04\x4d\x06\xd8\x9f\xcf\xfb\ \xff\x59\x65\x01\xf9\x5b\x67\x51\x55\xaa\x9a\x8f\x69\x46\xe3\x86\ \x8a\xe0\xe8\xc1\x4a\x72\x2a\xd4\xd0\x88\x48\xec\xad\xe8\xf9\x0e\ \x5e\xb0\x27\x17\xc4\x0a\x78\xb4\xdc\x9d\x0a\x64\x92\xf1\xc1\x9a\ \x81\xb6\xbe\x9b\xd1\x6a\x16\x93\xf6\x9e\x2c\xc0\x68\x3a\x0b\xa8\ \xcd\x6c\x41\x59\x2a\x14\x57\x44\x60\x72\x49\xca\x56\x02\x8c\x35\ \x47\xae\x10\x68\x67\x07\x49\x0b\x63\xeb\xcd\x33\xd5\x83\xea\x71\ \x58\x49\x31\xbc\xac\x24\x31\x03\x83\xd6\x77\xed\x55\x0f\x1b\x50\ \x2d\x3d\x55\xe8\x94\x92\x12\x44\x49\x45\xea\x9f\xbf\xff\xf8\x07\ \x06\xf7\xe7\x3f\xbe\xbc\x28\xa8\x7e\x51\x26\x43\xa1\xa1\x6c\xfe\ \xb0\x96\xa1\x2b\x99\x22\x94\x51\x07\x04\x6c\x68\xfa\x8b\x74\x54\ \x15\x2e\x25\x27\x31\x3b\xf1\x8f\x14\x78\x71\x09\x53\x02\x25\x69\ \x33\x30\x0c\x74\x09\xa9\x16\xcd\x9f\xd3\x56\x52\xeb\x24\x30\x8c\ \x16\xf3\xfa\x2b\xb9\xe0\x79\x41\x6a\x66\x46\xd1\xeb\x54\x1c\x81\ \x6f\xa0\xe5\x67\xa2\x6b\x33\x93\x8b\x49\x99\xc5\xd9\x99\xdf\x75\ \x12\x93\xff\x22\x39\xbd\x3a\xb1\x86\x0c\x7b\x5e\x07\xd7\x92\xc9\ \x35\xb5\x8d\x53\x2c\x74\x46\x41\x43\xcf\x70\x2f\x21\x87\xc5\x14\ \x0b\xaa\x60\xd2\xa9\x81\x3e\x55\x51\x36\xfc\x62\xd7\xda\x4a\x63\ \x2a\xd5\x93\x4d\x4b\x4c\xc6\x00\xe6\x66\x71\xbc\x47\x76\x71\x64\ \x16\xb3\x6c\x58\x63\xdb\x11\xb1\x6d\x78\x48\x24\xe9\xd8\x39\xbc\ \x9d\x1d\x39\x00\x5c\x0c\x72\x3a\xe6\x4b\x34\xb6\xbd\x11\x5a\xa2\ \xc4\x63\x9d\x68\xd7\x34\x5d\xcd\x5e\x55\xe9\x26\x47\x6e\x03\x21\ \xf7\xdc\xb2\x51\x77\xdc\xaf\x5b\x37\xaf\xf0\xea\xb7\x02\x86\xa3\ \x0d\xd0\xd1\x99\xc5\xb9\x66\xb3\x16\x7a\x79\xa7\x5e\xa1\x3c\x04\ \x28\xdc\x38\x49\x78\x59\xfa\x9b\x4f\x3d\x67\x15\x86\x81\x3c\xbb\ \x20\x27\xe4\x43\x42\xc4\xde\x82\xcb\x19\x72\xb9\x2d\x69\x9f\xfe\ \x1a\xeb\xd5\x4d\xc6\x5b\xef\x0f\x9d\x5b\x6b\xde\x83\xed\xed\x9d\ \xcb\xc0\xc3\x8d\x80\xcb\xbf\xbd\x3c\xb4\x07\x1c\xe2\xa5\x66\x06\ \x4e\xee\x26\x46\xcb\x02\xe5\x01\x25\x52\xd1\x31\x06\x31\x8d\xde\ \xad\x5e\x3d\x09\x43\xd6\xad\x05\xcb\xd9\x4d\xae\x1d\xbb\xec\x8e\ \xf6\xcc\x2b\xae\x2d\x0b\xab\xad\x63\xa2\xc9\x79\x5b\xda\xee\xa9\ \xe9\xee\xfb\x14\xbc\xd7\xf4\x1b\x89\xcc\x37\xe6\x3b\xec\xb5\x81\ \xec\xee\x04\x4a\xae\xfd\x22\x28\x6f\xf0\x83\x7c\xd6\xee\x4d\xf9\ \xa5\x95\x6e\x6c\xb3\x3d\x9a\x9f\xac\x51\x9e\xeb\x0f\xf5\xee\xb6\ \xbb\xad\xb5\xa7\xee\xf6\xa5\xbe\xfb\x23\xa6\xd6\x14\xb4\x12\x50\ \x09\xfe\x25\x6b\x18\xb2\xd0\x4d\x49\x08\x1d\xde\x84\x04\x07\x71\ \xb6\xdd\xc1\xd2\x5c\xcf\x56\x28\xf6\x09\x12\x67\x31\x9b\x36\x4c\ \x8f\x21\x85\xf7\x24\x80\xbd\x3a\x32\xa5\x81\xee\x89\x14\x87\xd3\ \xef\xeb\x77\x9b\x0b\x85\x58\xef\xee\x56\xfd\xcd\x91\xce\x65\x0d\ \x49\x26\x24\xad\x0e\xbd\x78\xbe\x74\x72\x81\x27\x3a\xb7\x9d\xdc\ \xdf\x8d\xfa\x5c\xbe\x7b\x93\x69\xc4\x0b\xb4\xb6\xf9\x42\x8f\x58\ \x3b\xd0\x7f\x6d\xbf\x09\x9c\x80\x9e\x45\xe7\x36\x36\xad\x0b\x03\ \xc7\xd7\xc1\x99\xc5\xa7\x83\x9b\xc5\xd3\x48\xf3\xcd\x75\x7f\x28\ \xc2\x5c\x5f\x7a\x18\xa4\x97\x02\x12\x90\x0b\xb7\x67\x2f\x63\xed\ \x33\xc2\xc6\xdb\x13\x17\x30\x38\x77\x7f\x8a\xc4\xe2\x2f\x15\xc2\ \xf5\x5c\x97\xc8\xe8\xbd\x89\xa2\x78\x1c\x00\xe2\xbb\x0f\x59\xef\ \xca\xe3\xdf\xc4\xc6\x7c\x77\xb4\xf0\x04\x60\x29\x25\xb7\xfe\xd1\ \x85\x05\x22\x2f\xce\x83\xa7\xc8\x67\x59\x94\xcf\x7f\x7d\x16\x69\ \x51\x44\xaf\xdd\x99\x62\x0e\x2f\x66\x44\xf4\x78\x7a\x30\x7c\xc9\ \x8c\x2d\xcc\x8b\x4b\xb2\x03\x15\x4f\x7f\x87\x38\x22\x77\xa5\x5b\ \xf1\x71\xc8\x2d\x2b\x04\xb2\xe5\x6f\x73\x8b\x0c\x08\x18\xb3\xe4\ \xb8\x71\xf2\xe2\xc9\x65\x8f\x8d\xfa\x4e\xb9\x1d\xed\xed\xbe\xcb\ \x05\xec\xbf\xc5\x04\x43\x5e\xeb\xe1\xcd\x7d\x84\xf2\x80\xee\xf0\ \x3f\xe5\x3e\x73\xcf\x9d\x4f\xcd\xb8\x36\x2e\x5a\xee\xcc\x0e\xdf\ \x49\xe9\xcb\xe0\x08\x45\xb8\x66\x33\xfe\x4a\xc7\x96\xe7\x39\x0a\ \x13\x80\x90\xed\xac\x84\x67\x8a\x24\xeb\x93\x53\x6f\x70\xbc\xcb\ \x2a\x2f\x77\x43\xd2\xb0\xd1\x49\xc8\xa8\x0d\x1b\xf2\x70\x93\x1e\ \x16\x8d\x6d\x36\x86\x05\xc1\xbe\xb1\xbe\x19\xbb\x87\xe7\x8a\x34\ \x9e\x1e\x06\xde\xe1\x79\xa5\x61\x14\x22\x3e\xa6\x1c\xf2\x06\x5c\ \x78\xb6\x1f\xc1\xb3\x47\x62\x15\x60\x53\x1e\xdd\x17\x1b\x07\xfc\ \x41\x3b\x33\x63\x30\x68\x18\xb5\x55\x04\x2e\x6d\x7d\x61\xf7\x32\ \xb8\x2c\x20\x48\x0a\x04\x3b\xb2\x5a\xf7\x87\x0b\x52\xcd\x18\x95\ \x54\x54\x6b\x18\xad\x80\x43\xe5\x23\x6d\x1d\x0b\x4a\x35\x1b\x33\ \xd2\x1e\xd8\x69\xdb\xec\xec\x35\x18\x56\xfb\x47\x1a\x70\xe8\x0a\ \x71\x60\xa9\xc2\x20\x9b\x0a\x9c\x69\xea\xae\xd7\x1b\xd8\x83\x1d\ \xb2\xc1\x41\xf6\xe8\xcc\x58\x8d\xad\x73\x68\x80\x4c\x6e\x9e\x90\ \x74\x8c\x1c\x2f\x8a\x74\xb2\x66\x56\xcb\xd9\xc1\xc1\xa9\x6d\x5e\ \xc2\x29\x60\x8d\xf8\x86\x9a\x69\x23\xab\xb4\x4a\x99\x40\x7f\x6b\ \x32\x05\x2f\xad\xcb\xa7\x5d\xda\xe9\x17\xaf\x7f\xee\x55\x8e\xcb\ \xb7\x45\x2d\x33\x47\x9b\x73\xed\x2d\x4b\x9d\xcc\xa1\xa5\xe3\x3e\ \xc1\xd8\xe0\x70\xb3\xb6\x46\x47\x60\xc3\x35\x06\x18\x09\xd6\x16\ \xff\xbf\x1c\x7b\x0b\xfb\x5d\x23\x53\x3d\xc3\x62\xd6\x28\x4d\xd3\ \xa3\xe5\xf2\x2b\xab\xd1\x2a\x72\xdb\xd6\x66\x55\x4e\x0e\x99\xcf\ \xa5\xd5\x19\x1a\xd8\x37\xd4\x92\x8a\x64\x34\xac\x52\x8e\x65\x57\ \xcd\x96\xcd\x35\xd4\x71\x4e\xd7\x3a\x55\xa7\xfd\x43\x98\xf3\xe5\ \xde\x89\xf1\x9a\x5a\xe2\x1c\x1f\x0a\x15\x07\x0c\xc3\x38\x92\x5c\ \x84\x61\x35\xc9\x8a\x71\x30\x2d\x9f\x54\x02\x15\xc0\x1b\x8b\x9b\ \xa6\x51\x05\xc9\xbf\xbf\x4d\x4d\xff\x92\xa1\x53\x8e\xca\x0b\x94\ \xc2\x2a\xf4\xc2\xa4\xc0\x20\x40\xd7\x15\x08\x52\x5e\xeb\x35\x7f\ \x7c\x85\x3d\xef\x9b\x18\x9f\xc5\xe9\x09\xa9\x39\xbf\xa7\x56\x93\ \xca\x32\x8a\xd0\x05\xb4\xcc\xb2\xc4\x4c\x69\x2d\x22\xa3\x98\x34\ \xa6\x7b\x8e\xae\xc8\xa9\xda\x1e\xe7\x37\x68\x8a\x51\x08\x54\xe6\ \xf3\x8f\xaf\x4b\x30\xaf\x53\x5f\xa4\xa6\xbc\x7e\x95\xf1\xe7\xab\ \x02\x74\x2d\xaa\xa4\x24\xe3\xc7\x1f\x3f\xfe\xfe\xf1\xe3\x3f\xbe\ \x66\x57\x31\xab\xe0\x43\x15\x5f\xe1\x83\xd2\x94\x8f\x15\xd9\x25\ \xcc\x9c\x94\xe2\x06\x04\x33\x33\x3b\x35\x15\x33\x88\x2e\x49\x4d\ \x7f\x8d\xea\x61\x94\x25\x3f\x7f\x9b\x92\x99\x51\x29\x61\xa5\x56\ \x57\x31\x8a\x2a\xd1\x98\x89\xa6\x21\x0e\x49\xdb\xce\xed\x1b\xe7\ \x60\x3a\x1a\xc8\x23\xf2\x9a\xea\xae\xce\x89\x2a\xb4\x76\xaa\x41\ \xd9\xa9\x45\x17\x4d\xd9\xb6\x46\x57\x5b\x66\xfb\x17\x0f\xaf\x36\ \x6f\xed\xcd\xc7\xeb\x6b\xf3\x3d\xed\xf2\x0b\xd1\xaa\x86\x31\x72\ \xfb\x74\xa8\x13\xac\x74\x56\xf5\xae\x4d\x69\xa6\x06\x06\x4f\x46\ \x9a\xab\xa4\xda\xc3\xd1\x45\xdf\xd9\xc1\x88\xf8\xc0\x1f\x68\x39\ \x1c\x79\xf0\x5c\x4a\xa7\xc7\x60\x52\x56\x75\x4f\xd1\x50\xf3\x75\ \x69\xe0\xae\xa5\xe5\xa6\x30\xde\x6e\x0f\xce\x75\x24\x25\x80\xcc\ \xba\x31\x57\xf8\x67\x00\xe0\x38\x89\x72\xe2\x59\xbf\x0b\x3c\x9a\ \xbd\x1e\x24\x80\x4e\x89\xcd\x4a\xfb\xe9\x53\x79\x42\x52\x28\xec\ \x1d\xf8\x4a\xde\xbb\x68\x9d\x0c\x70\x64\xc2\x5b\x65\xc5\xf4\x51\ \xa7\x6a\x65\x71\xb3\xed\x0e\xf8\xcd\xb2\x34\xf9\x68\xb7\x2f\xf9\ \x6c\xa6\xb0\x87\xf3\xd1\x87\x87\x73\x83\xd2\x70\x30\xd3\x5f\xbb\ \x8b\xb4\xde\x98\xeb\xcd\x6b\x5e\xeb\xfa\xfc\xb0\xe9\x74\x42\xf8\ \xf2\xf1\xe1\xf8\xe2\x42\x11\x76\x97\x20\x0c\xd8\x42\x8f\xd6\x31\ \x65\x63\xd8\x05\xc8\x36\x44\xd8\x14\x3e\xee\x22\xc9\xd4\xc7\xb9\ \x81\x96\xd6\x55\x30\x60\xd9\x8e\xe5\x79\x69\xb4\x8e\x0e\x5d\xf3\ \xe5\x78\xff\xd1\x19\xaf\x9f\xdf\xd4\xee\x1d\x39\xed\xe2\x6c\x25\ \xb9\xb6\xea\x47\x2f\x2f\x4e\x4b\x95\xe9\x37\xff\xf1\x77\x00\x5d\ \x1d\xdc\x1d\x84\xee\x07\xe7\x44\xdb\x5c\xc3\x81\x56\xc0\x0e\x44\ \x59\x0f\xad\xca\xd0\x83\x4f\xe1\x39\x89\x5b\x1e\xb9\x6a\x5d\x9d\ \x1f\x5a\xf5\x80\x4b\x73\x1f\xd6\x13\xea\x73\x0b\x79\x10\xaf\x11\ \x1c\xf1\x6b\x70\xcd\xbf\x38\x6b\xba\xba\xbc\x06\x9d\x50\x4a\x37\ \x36\xae\xf7\x9f\x2e\xb0\x27\xfe\x99\x63\xdb\xb1\xeb\x2a\xd4\x3c\ \xd3\xb5\xba\x07\x02\x83\x22\x62\x93\x36\x4a\x77\x47\x3b\x03\xdb\ \x56\x5e\x33\xbc\x63\xc3\x3e\xd0\xdf\x19\xfa\x56\xaa\xd8\xb5\xfa\ \x8c\xea\x4d\x7f\xee\x4f\x9b\x8f\x90\x93\x6d\xbf\xa9\xf1\xdc\x63\ \x1d\x5e\x5d\xa4\x63\x6d\x2e\xfc\x72\x28\x3c\x8a\xb2\x3d\x77\xbe\ \x1a\x0c\x82\x4a\x6d\x86\xf5\xee\x81\x41\x55\xd7\xa6\xdf\xee\x2e\ \x7d\xea\x5e\x15\x89\xfa\x1e\x6d\xfb\xae\xc7\xde\xa1\xc2\x1b\x49\ \x83\x29\xea\x73\x1e\x1d\xe4\xc8\x05\xea\x64\xe5\xa0\x88\xc8\x37\ \xb1\xf1\x1f\xd2\x22\xac\x78\x1e\x30\xea\xae\x90\x72\x9f\x14\xff\ \x48\x74\x02\x15\xc6\xdc\x78\x22\x3e\x9e\x12\x9f\x90\x05\x8c\x8e\ \x4d\xb0\x45\xc6\x45\x46\xd6\x23\x63\x12\x72\x37\xfc\xfd\x73\x2b\ \x6e\xe7\xe8\x38\x1d\x80\xc7\x2f\xa6\xb8\x3f\xdb\xf0\x8f\x3b\x62\ \x92\x2f\xbc\x30\x74\xb5\x39\x10\x0a\xc6\xb8\xfd\xb7\xf6\x9b\x2d\ \xe2\x30\xc4\x82\x07\xac\xad\x9a\x7d\x41\x97\xfd\xcc\x99\xf7\xad\ \xf0\xd9\xc9\xf9\x8e\xc7\x1e\xd4\x9f\xd4\x27\x81\x57\x8e\x3b\x80\ \x31\xbc\x4d\x9b\xe5\xe5\xe9\x52\xc7\xdd\xb9\xdb\x06\xf2\xf8\x47\ \x26\x2f\x43\xf8\x03\xbb\xe7\xd6\xf6\xee\x1e\x12\xfd\xce\x05\x02\ \xc6\x47\xc7\xd8\x37\x80\x48\x4a\x42\x2c\xa8\xd9\x56\x38\xee\x2b\ \x2f\xff\xf5\xdb\xe7\x5f\x3f\x7c\xfb\xb5\xfc\xdb\xb7\x9f\x3e\xd1\ \x9b\x0b\xf1\xc0\xdc\x52\xa4\x2b\xc1\x72\xa9\x2f\x70\x40\x62\x63\ \x1f\x16\xcf\xae\xce\xc6\x9b\xaf\x63\xcc\x71\xc0\xb0\x2d\x24\xc4\ \x8a\xfd\x90\x56\x5f\x0a\xa8\x9f\x5d\x59\xb2\x3e\x96\x7b\x5d\xef\ \xa2\xc3\x7f\xe8\x92\x37\xea\xfb\x66\xe5\x8b\x2d\x53\xb3\x7b\xb7\ \x1d\xbd\xd3\xad\x28\x78\xdd\xfc\xb0\x40\x29\x41\xa8\xd8\x1a\x1d\ \xae\x81\x81\x46\xc1\x93\x2b\x32\xd2\x71\xed\x55\x45\x75\x97\x83\ \x30\x02\x8c\xaf\x21\xa1\x92\x7b\x4f\xaf\x1a\x2a\x2a\xf8\x35\x65\ \x9c\x46\x0e\x17\x23\xd0\x27\x67\xc3\x66\xd5\x86\x82\xed\xb0\xc6\ \x02\x25\xaa\x6a\x4c\xdc\xa2\xc4\xd4\x25\x0e\x8d\xb4\xd6\xd6\xa0\ \x06\xb9\x18\x16\x7b\x82\x59\x84\xd6\x1e\x0c\x4f\x49\x7a\x19\x6d\ \x76\x6f\x3b\xb9\x77\x4e\x33\xd0\xb8\xbb\x3f\xa0\x19\xb0\xdb\x66\ \xa1\x68\xf9\xc1\xbd\x67\x6e\x3c\x90\x2b\xa9\x69\x1b\x1a\x68\x6f\ \x93\xdd\x1c\x1d\x04\x16\xe6\x9b\xfa\xf5\x9d\xb4\xe9\xc0\x89\x43\ \xd4\x20\x16\x89\x26\xa7\xc7\xdb\x2b\x05\x53\x95\x2a\x35\x8b\x4d\ \xda\xfe\x77\x21\xb3\x68\x68\x1c\x75\xd0\x3c\x30\x48\xcd\xa9\x21\ \xa3\xa1\xd0\xe3\xd1\xa1\x82\x69\x74\x05\x82\x53\x4d\xe6\xab\x49\ \x8d\xec\x5e\x0c\xf5\x69\x69\x6e\xdd\xa7\x67\xe7\xbc\xfa\x11\xc1\ \x87\x73\xd8\x19\x4c\xaa\x4e\xaf\x12\xef\xab\xda\xc7\x27\x67\x06\ \x47\x8f\x5b\x19\xf9\xef\x0f\x64\xf0\xe7\x8d\x92\x91\xaa\x0a\x42\ \x91\x6a\xb0\x24\xf9\x15\xe2\x3b\x2a\xf1\x65\x07\x43\x08\x58\x32\ \x5c\x72\x5a\x97\x53\x5c\x50\x56\x00\xa3\x65\xe4\xbf\x47\x97\x20\ \x72\x1a\xac\x4d\xe4\xd6\x99\x1a\x0c\x62\x5c\x3d\xc6\x57\x22\x70\ \xb3\xcb\x6a\x16\x41\x3d\x26\x1f\x37\x48\x6a\xe0\x99\xd9\x05\x05\ \x35\x0d\x53\xc5\x39\xcf\xe1\x15\x43\xb8\x32\x2a\xbb\x0c\xfa\x16\ \xe3\x51\x57\x65\xd6\xa0\x10\x6d\xaa\xce\xe6\x49\x83\xdc\x50\xf2\ \xfe\xe7\xf7\x7f\xbc\xce\x49\x46\xe0\xde\x7e\x79\xfe\xfb\xf3\xf7\ \xf9\x39\x6c\xf8\xcf\x7f\x7c\xfd\xf2\xfb\xf7\x1e\x3a\xff\xe7\xaf\ \xff\xf2\x2f\xff\x92\x82\x60\xaa\xaa\xaa\xa0\x65\xa8\x32\x4c\x45\ \x6a\x6a\x0a\xaa\xe4\xf9\x2b\xbd\x92\x5b\x56\x09\xcb\x61\xce\x54\ \x4e\x18\xca\x0a\x54\xd4\x74\x02\x21\x03\x56\x25\x6a\x9d\x22\x49\ \x86\x04\x02\x66\x1d\x94\x3b\xb8\xd8\x3d\x3b\x2e\xe9\xe9\x57\x36\ \x6b\x32\xd0\x82\x8e\xca\x94\xe2\x89\xc1\x96\x7e\x0e\xb7\x46\xca\ \x99\x0d\xb2\xa5\x03\xdc\xf5\xbd\xcd\xdb\xd6\xd9\xc3\xcd\x55\xeb\ \xa6\x40\xde\x28\xeb\x5a\x9e\xdb\x97\x5f\xac\x85\xd4\xe9\x34\x49\ \x57\xc7\xf9\xa3\x9a\x01\xcb\xbc\x1f\x0f\x94\x00\x00\x20\x00\x49\ \x44\x41\x54\x11\x35\xf5\x56\xb7\x33\x06\xe4\xfb\xba\xcb\xca\xd0\ \x7c\x8f\x5c\xd4\xd3\xa3\x1b\xc0\xa9\x5c\x3b\xd5\xeb\xa3\xba\x80\ \xdb\xe8\xb9\x7e\x3c\xb8\x3e\x1c\xdc\xb9\x70\x6f\x85\xec\x7d\xfb\ \xb7\xdb\x1b\x81\xfd\xfa\xd2\xd0\x77\x38\x09\x5e\x6b\xd7\x9f\xe6\ \x37\xd2\xea\x7d\xa5\xbb\xbe\x47\x7c\x80\xe7\xf2\xed\xef\x8e\x1c\ \xfb\x72\xb1\x61\x9f\xc2\x7f\xfd\x09\xf9\xec\x5b\x64\x58\x44\x30\ \xe8\xf2\x2f\x9e\x03\xbf\xcd\x5a\xb3\xca\xf7\x05\x5d\xaa\xf3\x07\ \xf7\xdd\xa8\x05\xc0\x03\xad\x8f\x86\x6e\x4d\x59\x40\x2f\xf1\x73\ \x54\xee\x63\x21\xcf\x7a\xab\x9b\x18\x59\x3a\x60\x11\x58\xfa\x99\ \x03\xff\xe1\xbb\x2d\xdf\xaa\xdd\xf3\x78\xb6\x1c\xc0\x2f\xae\x07\ \x77\x02\x47\x21\xe4\xc5\x56\xd2\xc8\x81\xc7\xa1\x3f\xc9\x35\x47\ \x5c\xd9\x17\x48\x5b\xbf\x28\x9e\x2e\x2d\xf6\x90\xd1\xd7\x41\x37\ \x9a\x56\x5d\x37\x57\xf1\xe6\x8b\xd2\xd5\xcb\x8e\xd3\x03\xfc\xb5\ \xeb\x03\x5d\x46\x0e\xc3\x9e\x59\x6c\x1e\xec\x3e\x60\xaf\x20\xbb\ \xe3\xb6\xd3\x0a\xa9\xe9\x7c\xf6\x32\xee\xa8\x79\xf0\x6a\x65\xd9\ \xd7\x82\x16\xa3\x95\x93\xcb\x73\x73\x53\x67\x07\x57\xe6\xf5\xb5\ \x65\x51\x65\x22\xc6\xd6\xca\x8d\xa8\x5f\xab\x5f\xb3\x89\xf7\x8d\ \xe1\xef\x3e\xfc\x12\xee\xf6\xb8\x67\x3b\x44\x93\xb6\x2d\x2f\x3e\ \xce\x65\x0a\xb6\x1e\x84\xd6\x84\x66\xa3\xd7\x73\xaa\xb6\x2a\xe2\ \xeb\x83\x61\x2d\xc7\x60\x70\x42\x5a\x98\x3d\xd8\x12\x21\x6d\x16\ \x87\x2e\x82\x0b\xfb\xdd\xd8\x65\x3a\x25\x78\xa9\x78\xda\x08\x2d\ \x8e\x0d\x0c\x8d\x2e\x37\x59\xe3\x4a\xf7\x5c\x27\x0b\xf0\x02\xc5\ \xf5\xec\xd1\xc3\xa8\xdd\x16\x58\x77\x11\xef\x0f\x9b\xaf\xcb\x21\ \x79\x27\x93\xbb\x8e\xc0\x06\x20\x3c\xed\x8d\xc2\xaf\x28\xdd\x32\ \xf9\x7d\x61\xf5\x26\x4b\xfc\xbd\xc7\x9f\x6b\x5a\x79\xb2\x87\xba\ \xf6\x9c\xd7\xf5\x8a\x9b\x3a\xd1\xb6\x4e\x79\x15\x68\x6a\x3a\xe0\ \xf5\x9e\xf7\x9d\x51\xfa\x3b\x37\xea\x89\x20\xcb\x3f\xd3\xed\x16\ \xef\xe2\x99\xe2\xd3\xcb\x34\x8f\x62\xbe\x6f\x15\xaf\xb0\xba\x4d\ \xa0\x42\xa2\x09\x19\x1e\x6d\xaa\x8f\xfc\x10\x11\x1d\xf6\xe6\x59\ \x4c\xb4\xd1\x86\xe7\x3d\x05\x9c\xc1\xdb\x26\x77\xf0\xd0\x0f\x74\ \xce\x15\x95\xec\xc7\xc7\xdd\x7b\x7d\x93\x3e\x3b\xf2\x2f\x91\xb1\ \x58\x57\x54\xfd\xfa\x26\x24\xa9\x19\x8f\x7c\xda\xb0\xe0\x43\xf1\ \x31\x78\x22\x1d\xf9\x32\xc2\xb2\xbc\xa4\x5c\xbd\x0a\xb6\x5e\x6c\ \xa8\x45\x76\x50\x3c\x10\x14\x1d\x1d\xcc\x7d\x13\x19\x38\xb5\xdf\ \x19\x37\x8f\xf1\x77\x47\xb6\x98\xc8\x78\x93\x77\x6e\x5b\x26\xe3\ \x79\xd6\x9c\xe7\xc2\x98\x24\x1b\x32\x1a\x04\xc4\xee\xfb\xce\xae\ \xad\x11\xc4\xe5\x73\x8a\xd0\x6e\xbb\xb8\x07\x24\x7c\x7b\x13\x15\ \x29\xb4\x6c\x44\x29\x28\xbf\xfc\xfd\xdb\x9b\x7f\xb5\x9d\xe0\xbf\ \x13\xcc\xe2\x3a\x05\xbc\x91\xf0\xcc\x6c\x3a\xa4\xee\x5c\x34\x2a\ \xab\xeb\x44\xab\x10\x77\xb8\x30\xb0\x7e\xbc\xbd\x7e\x7a\x12\x6e\ \x6c\x0e\x16\x16\x5e\x6a\x8f\xd3\x3e\x7c\xfa\x81\xc6\x1e\x9c\x9e\ \x98\x9c\x39\x1e\x25\x54\x1d\x21\x35\x82\x2a\xbd\xb6\x6f\x9a\xf4\ \x34\x3b\xa8\x1b\x91\x4d\x54\xb2\xb8\xb0\x06\x12\x13\x95\xf1\x1c\ \x9e\x91\xc8\x6f\xa8\x44\x2d\x4f\x15\x61\xf8\xc5\x45\xa9\x1f\xbf\ \x64\x90\x51\x39\x39\x39\x05\x68\x68\x7a\x13\x4e\x33\x5e\xc9\xc7\ \x11\x4a\x18\x8b\x02\x92\xea\xe1\x96\x49\xd0\xb3\x2b\xc8\xba\x2a\ \x36\x4c\xc0\xcc\xa8\xa5\xd6\xd5\x65\x66\x67\x57\x64\xc2\x0a\x10\ \x65\x02\x7e\x65\xbf\x88\xd9\xde\x65\x3f\x10\x69\x96\x77\xa9\xac\ \xbd\x7e\xe5\xe0\xc3\xe1\xca\xbd\xe7\xf2\xfc\xaa\x35\xf0\x60\x7f\ \x32\x74\x75\x30\x59\x7c\x89\xb8\x6b\xfd\xac\xf1\x28\x60\xb3\x9e\ \xea\xb9\x5c\x66\x13\xa7\xb1\x57\xdd\x5c\x3d\xbd\xaf\x62\x0e\xea\ \xf8\x03\x53\xb5\x0d\x50\x65\xd1\x97\xe2\xcd\xde\x0e\xee\x98\xcc\ \x10\x54\x19\xf8\xc3\xeb\xdd\xfa\xc6\x2e\xa5\x9e\x21\xef\x13\xd4\ \xea\xa6\xa6\x59\x9a\x16\xd6\xb8\x5a\xd3\xd8\xd6\x3a\x3b\x32\xf2\ \x9d\xf8\x69\xd0\xe2\x6c\xaa\x14\x5e\x85\xc2\x94\xa4\x0b\xc6\xcb\ \x30\xec\xef\x58\x03\x17\x77\xea\x17\x27\x05\xcf\x0b\x30\x6f\xd1\ \xec\x21\xa6\x8e\x35\xdf\x37\xa5\xeb\x1d\x9b\xdb\x94\xd9\xc7\x50\ \xd5\xcf\xe5\x6c\x58\x49\x4a\xc9\xb0\x71\x1b\xc3\x2a\xaa\xa4\xf5\ \x16\x54\x96\x21\xb8\x52\x92\x76\x5a\xca\xea\x39\x1e\x1e\xff\xce\ \x8d\x29\x23\x3b\xe7\xb2\x5e\x7e\x67\x2f\xad\x3d\x38\x7a\xa5\x2b\ \x7b\x85\x18\x9e\x62\x8e\xa5\x0b\xb4\xea\x92\xaf\x08\x34\xac\x02\ \x4d\x86\x65\xff\x9c\xfe\x3e\x9f\x5a\x5c\xfc\x56\xd9\x2c\x6b\x20\ \x34\x77\x34\x8d\x9e\xb3\x0a\x52\xdf\x7f\x7d\xfb\x2a\xb3\xa4\x42\ \x85\x49\xff\xf3\xcf\x2f\x5f\xfe\xf1\x27\x86\x9b\x91\xf3\xea\x1f\ \xff\xf8\xc7\x17\x14\x81\x5c\x59\xf4\x22\xe5\x8f\x9f\x5f\x7c\x2c\ \x51\x23\x1a\xb8\x63\x35\x13\xa8\x17\xef\x5f\x0d\xa1\xbe\x7e\x49\ \xce\x1c\x1d\x13\x4c\xd4\xb0\xb8\xb4\x2a\x19\xb9\x66\x4a\x50\x9d\ \x03\xe5\x8e\xb1\x98\xbd\xaf\x53\x19\x52\x94\x74\x5d\xcf\xe8\x5b\ \x5c\x17\x49\x54\x0d\x15\xea\xab\xe1\xe6\x9a\x8e\x51\xfe\xd8\x0c\ \xb3\xf5\x40\x24\x9b\x5a\x5d\xa8\x14\x35\x35\xa0\xc6\x5a\x8f\x86\ \x4e\x71\xe4\xe2\xa1\xba\x22\xe8\xd4\xe9\xd4\xe0\x02\x4c\x36\xcf\ \x6e\x16\xd0\x3a\x44\x23\x02\xf9\x3c\x75\xe6\x80\x39\xd7\x37\x53\ \x31\x17\x3c\x52\x0d\x0e\x42\x8f\x5c\x02\x54\xfa\xee\xcd\x14\x77\ \x66\x98\x41\xed\x6f\x92\xdd\xae\xeb\x45\xca\x76\x9e\x90\xb2\xbd\ \x6a\x7b\x5a\xd1\x2f\xfa\xba\xda\xb8\x0b\x33\xcb\x8e\x28\xdb\xc2\ \x01\x3f\x68\xcf\x8a\xf4\x8c\xaf\x2f\x1e\xf3\x36\x40\x6e\xb7\xd3\ \x66\x4f\x20\x06\x56\xf0\xd1\x00\x40\xae\x77\xd9\x7f\x0d\xa0\x5b\ \x21\x0a\x40\xf9\x93\xbd\x90\x92\x14\x0d\x88\xc3\x9a\xe3\xcb\x3f\ \x7d\x0a\x5a\xf2\xa2\x40\x8f\xa0\x9e\x7b\xec\xf7\x1d\xb9\xf1\xff\ \x53\xf0\xae\x4d\x69\xa6\x6b\xde\x7e\x1b\x63\x4a\xa3\x51\xcb\x6d\ \xa2\x26\x46\x13\xf7\x31\x42\xdc\x44\x11\x8d\x96\x1a\x82\x80\x4e\ \x23\x50\x40\x10\x9a\x9d\x18\x1b\x44\x10\x5b\xd9\x36\x5b\x5b\x11\ \x96\x06\x57\xb3\x4a\x5c\x6b\x21\x2d\xc3\x8c\xa3\xce\x8d\x34\xcd\ \x60\xa9\x0c\xd6\x58\xa2\xfe\xc5\xcd\x1f\x65\x53\xe5\xa3\x94\x77\ \x3d\x2f\xfa\x5b\x3c\x99\x8f\x70\x5d\xd7\x79\xfe\xce\xe3\x78\x71\ \x5e\x49\xcf\xda\xdd\x3f\xa4\x6d\xd9\x63\x39\x98\x2b\x93\x28\x16\ \x0b\x0f\x82\x11\xb2\x9a\x32\x83\xaa\xc2\xa1\x4e\xce\xc6\xfd\x5a\ \x3f\x2c\x39\x72\xa0\x1f\x0d\x1c\xe0\x8e\xc3\x08\x65\x7b\x84\x14\ \x11\x6d\xdd\x1c\x01\x9d\x8e\x45\xf0\xba\x34\xbc\x70\x37\xf0\xd7\ \xb9\xa6\xeb\x72\x57\xca\x8b\x57\x2f\x52\x0f\x7b\xe6\xd7\xac\xec\ \x90\x85\x06\x6c\x91\xf9\xc7\xe5\xc9\x17\x4e\x4f\xc8\x65\x3b\x74\ \x48\xe3\x23\x6a\xe7\x3e\xee\x2c\x70\xc9\x1d\x82\xa8\xf6\xa7\x2f\ \xee\xee\xd2\xf2\x13\x2f\xee\x2c\x66\xdf\xbb\xeb\xc0\xe5\xd0\x96\ \x09\xbc\xa1\x47\xc1\x31\x7a\x5c\x29\x19\xc6\xc0\xd6\x8c\xde\x3d\ \xc6\x24\x3f\xc6\x3b\x9a\x39\xd9\x70\x8e\xdb\xaf\xe6\x3b\x53\xeb\ \x93\xef\x76\x37\xf7\x73\x2e\x31\x77\x37\x27\x40\x1a\xc9\xfd\xec\ \x61\xa2\xe8\x51\xbe\x5f\x94\x79\x70\xe1\x31\x71\x94\x8c\x63\x3b\ \xcc\x55\xbe\x87\x29\x4d\x78\x91\x16\xe0\xb8\x10\xee\x7c\x84\x25\ \xa2\xe5\x82\x81\xe2\xa3\x8d\xd0\x4e\xa7\x9b\xb4\x28\x0d\xd3\x04\ \x2b\x1c\xd8\x45\xe9\xf8\x00\xc6\x1e\x3d\xdc\xdc\x8b\x05\xdc\xa7\ \x96\xd3\x3e\x45\x88\xbf\x07\x5b\xe3\x2b\xe4\xcc\x59\x2f\x79\x72\ \x79\x77\xe3\xe1\xe3\x1c\xc0\xeb\x2a\x07\xc1\xd1\xc8\x8d\xf9\xaa\ \xfd\x0d\x66\xa7\x9c\x04\xcb\xdc\x02\x82\x9b\xf6\xe3\x9b\x23\x9a\ \x0c\x2b\x9f\x23\xba\x63\xfc\xc3\x3d\xc6\xe6\x38\x7e\xd6\x16\x75\ \xc7\xcf\x26\x81\xfb\x94\x77\x6b\xa1\xc7\x8f\xde\x3d\xdb\x5a\x73\ \xbb\xfc\xee\xce\x24\x4b\xe6\x60\x24\x9c\x13\xc0\x20\x72\x1f\x5b\ \x12\x23\x37\x57\xa6\xbd\xbd\xcc\xd4\x04\x51\xe9\xc3\xd2\xc1\x81\ \xb5\x40\x69\xee\x91\xf2\x7f\x4a\x07\xf7\x3d\xa4\x4b\xd1\x46\xe8\ \x34\x3d\x21\xff\x71\x72\x42\xe7\xbe\x14\xb4\xe4\x17\xbb\x12\x6f\ \x85\xde\x05\x57\xe6\x95\x1b\x54\xed\x8f\xd3\x9d\xa9\x29\xa5\xa9\ \x24\xd8\xc6\x4d\x34\x73\x67\xc5\x9e\xe8\x09\x58\xae\x11\xa9\x22\ \x37\xe8\x36\x61\xf1\xad\xb2\x2d\x77\x90\xcf\x8c\x47\x07\x73\x93\ \x9e\x60\xfc\x96\xd2\xc7\x2f\xd2\x5c\xa7\xfe\xfb\x3b\x55\x3f\x71\ \xf8\xe4\x8e\x2c\xbb\x4d\x48\xfe\xf8\x73\x2a\x29\x3f\x39\xf9\xc9\ \xc3\x84\xc1\xdc\xef\xeb\x03\xe9\x6e\xf0\x59\x69\x7b\x7a\xb5\xa9\ \x9d\xf4\x53\x7b\x7a\x7b\xae\x93\x39\xd7\x79\x95\x00\x0b\x31\x2e\ \x56\xda\x0c\x7b\xa9\x09\x4f\xde\xa5\xa7\xfb\xef\x0f\x19\xdd\x8e\ \x67\xe9\xa0\x8f\x5a\x6c\x2b\xeb\x1a\x5b\x8c\x59\xac\x88\x81\x24\ \xd7\x25\x78\x0a\x50\xbf\x93\xf6\x19\xb9\xc3\x72\x4d\x0d\xa4\xa9\ \xcc\x8b\xb0\xec\x1a\x20\x70\x2e\xa4\xa8\x49\x85\xad\x84\x56\xf6\ \xaa\x1b\xe0\xbd\xa8\xd6\x8e\xaa\x86\xda\x1e\x68\x4b\x59\x73\x7f\ \x46\x5e\x51\x61\x76\x41\x5e\xc3\xcb\x4f\xcf\x9f\x17\xc1\x67\x3b\ \xb8\x0d\x50\x42\x99\x01\xd7\xe1\x98\xd1\x18\xcd\xe4\x13\x14\xd3\ \x38\xb7\x6d\x18\xdf\x8d\x2f\xb1\x1c\x02\x03\xb3\x45\xb0\xcd\x69\ \x86\x2b\x0c\x82\xca\x8e\x1e\x8a\xa0\xa7\xa8\xa7\xaa\xac\xa8\x99\ \x3b\x7a\x36\x22\x15\x2f\x6f\x4f\xe9\x1d\x62\x39\x33\xca\x92\x35\ \x35\x1a\xf7\xcf\xaf\x6f\xef\xe3\x8e\x51\x1c\x0a\xd2\xd5\x58\x50\ \x56\x51\x54\xd0\x86\xfb\xad\xb1\x27\x08\xc4\xc9\x6c\xe8\x22\xa3\ \x99\xa6\x6f\x96\x0a\x14\x94\xa2\x97\x48\x02\x51\x8a\xc4\xb6\x60\ \x97\x7a\x5a\xf0\x3b\x7c\x86\x41\xa3\x53\x69\xa7\x7b\xf0\x68\xde\ \x0e\x7f\x82\xc3\x58\x64\xd8\x39\x1a\x42\x1f\x6a\x42\xae\x1f\xa9\ \xd5\x51\x59\x0c\xb3\x4f\x39\x8b\x1a\x93\x8f\xb3\x75\xe2\x43\x0e\ \x4f\x50\x38\x42\x5d\x35\x93\x65\xd8\x56\x83\xa1\x45\x23\x68\x9a\ \x98\x52\x70\xbb\x0c\x13\xa8\xd6\x5a\x24\x9a\x82\x96\xb6\x6a\xd1\ \x70\x9b\x62\x56\xad\xc3\xef\x9e\xf3\xb9\xf8\xa2\xaa\xe7\x5f\x3f\ \xfd\x39\x36\x53\x31\x36\x89\x86\xd4\x21\x5b\x6a\x3f\xbd\x56\xa8\ \xc9\xad\xd2\xee\xd6\x9d\x9e\x0e\x35\xa3\x20\xa3\x04\x89\x55\x4f\ \xc0\xe1\x6d\x4d\xb2\x31\x6c\x0f\xbc\x09\xae\xea\x86\xe2\x27\x7c\ \x10\x1c\xa4\xaa\x01\x52\x46\x79\x0d\x51\x77\xbd\x2d\x2a\x69\xfe\ \xfd\xd3\xf3\xf7\x79\x70\x5c\xad\xb0\x56\xd7\x6b\xd0\x8e\x4c\x36\ \x0a\xd4\xa8\x8a\xdf\x7e\xfd\x96\x5a\x19\x93\xd0\x97\xbf\x7c\xcd\ \xc8\x7a\x5f\x59\x99\xdd\xa3\x87\xff\xfa\xbc\x01\xd2\x45\x20\x34\ \x22\x1b\xba\x2a\xf2\x7e\x69\xfa\x90\x9d\x55\x81\xc5\x3d\x2d\xe9\ \x27\xa8\x04\x90\x0f\x2f\x5b\xda\xa4\x75\x3a\x46\x9d\x4e\x3d\x5d\ \x52\xd3\x38\x26\x93\xf4\x75\xb3\xfb\x08\x04\x26\xaa\x03\xf2\x5c\ \x37\x31\x37\x39\x4c\xe8\x98\xe4\x9f\xe9\xa5\xcd\x10\xb1\x84\x45\ \x43\x9e\xb3\xc9\xe3\x0c\xd9\x0c\x76\x86\x68\xdc\xd8\xa9\x0b\xd1\ \x35\xaa\xae\xee\xe7\x70\x21\xb9\xab\xbf\x63\x06\x9f\xd5\x4f\x5b\ \x36\xcf\x4d\xf5\xb7\xd4\x60\x65\x1d\xc4\xe5\xe6\xdf\x37\xdd\xf8\ \x7e\x38\x4a\xb2\x5c\x72\x1a\x6f\xda\x9d\x93\xf8\x82\xd1\xe3\x53\ \x85\xed\x4a\x63\xd4\x77\x4a\x65\xd1\x33\x5a\xdb\xe8\xba\x8b\x4c\ \x1d\x14\x85\xb7\x3c\xc0\xf2\xd2\xe4\xb6\x09\xb1\xaf\xdf\x58\x0a\ \x6f\x90\xe2\xbe\xa3\xf1\xd0\x41\x69\x72\xe2\xf2\xd4\xda\xc6\x79\ \x34\x76\x8c\x18\xc4\x0c\x78\x4c\x60\x3a\x70\xee\x0d\x5a\xf3\x4d\ \xfb\x4e\xcf\x03\xcc\x5a\xfe\xc3\xd4\x24\x58\xfb\x9b\x67\x0b\xa5\ \x80\x09\x56\xed\x19\xf0\x84\x63\xe9\xa9\x7f\xb7\xee\xb1\xcc\x8b\ \x92\xce\xed\xa1\xbb\x89\x0a\x5c\xb9\x6a\x75\x38\x68\xf7\xb4\x87\ \xdd\xee\x83\xb8\xb7\xb8\x7a\x0a\xdb\x01\x41\x71\xbf\x66\x18\xe7\ \x5b\x6f\xce\x64\x71\xbb\xd3\x09\x2c\xc4\xfd\x09\x37\x3b\x27\x17\ \xa2\xbd\x07\x16\xd0\x09\x53\x2a\xc3\xa7\xe6\x58\x71\xe9\x55\x34\ \x4e\xca\x8d\x8f\xda\xef\xdc\xac\xdb\x3d\x5f\x1c\xac\x0e\xa7\xa4\ \xdd\xc6\x84\x9d\xc5\xfc\x69\x6d\xfc\x7e\x37\x38\xc3\xba\x73\x5d\ \x1f\x5a\x36\x83\x34\x07\x88\xb8\xe9\x5c\x8b\xc5\x0e\xc5\xa7\xf4\ \x53\x0c\x82\xbd\x97\x90\x7c\x71\x1d\xf4\xbb\x01\xe1\xe9\x46\xfa\ \x3f\xbe\xaf\xdf\x56\xba\x24\x3e\xd7\x42\xa6\x78\x7e\x1b\xeb\x3a\ \x05\x8e\x93\xe5\x8c\xcc\x53\xe0\x0c\xb0\xba\xc9\xae\x33\xbc\x10\ \x07\x9d\x39\x14\x25\xa4\x5e\x78\x9e\xcd\x89\xf6\xd2\x45\xce\x7b\ \xbb\x7d\x18\x0c\xdc\x62\x72\x2d\xd1\xfa\x6e\x19\x53\xa2\x65\xac\ \x8b\xce\x5d\x61\xc7\xe9\x6d\x4a\xfd\xc3\x7a\x30\x67\x34\x37\x7d\ \xe1\xc9\xd5\xa6\x6f\xde\xe2\x3e\x0b\x60\x16\x0e\x4d\x40\xb5\xfb\ \x8c\xe7\x74\xee\xcc\x8d\x02\xa6\x34\x53\xce\x70\x59\x23\x91\x7b\ \x75\xb9\x9d\x3f\x8f\xcf\x39\xb6\xdb\xfb\x15\xa8\xc2\x8c\xac\xb2\ \x26\x25\x75\xd9\xeb\x28\xff\x92\xee\xee\xf4\xd4\xe7\xa4\xdd\x3d\ \x28\x7d\x72\x11\x07\xc1\x8d\x6a\x6d\xc4\x7a\x9c\xf0\x24\x32\x60\ \xb9\x27\xdd\x3b\xb7\x4f\x4f\x7d\x9b\xa3\x2b\xae\xce\x8d\xcb\xa8\ \x36\x1c\xfc\x67\xbb\x86\xe0\xeb\xa5\x0f\xae\x1d\x3c\x73\x9b\xe5\ \xfb\xce\xe3\xfb\x52\x70\x34\x8c\x19\x88\x90\xec\x96\x8b\x5c\x4b\ \x7c\x2e\xd2\x7e\x4e\x55\x7b\x8f\x0f\x5e\x24\x0c\x78\x8a\x93\x8b\ \xd3\x6e\x3a\xf7\x8e\x6d\xc9\xa5\xb0\x07\x96\xd2\xa3\x2a\xf5\x75\ \x7a\xc2\xdd\x76\x1c\xa0\xab\xe2\x0f\x60\xb6\xd5\x68\x12\xe2\x20\ \xc0\x24\x92\xbd\xd6\x81\x62\xdf\x96\xfd\x70\xcb\x75\x79\x11\xbf\ \x39\x78\x91\xd4\xe9\xbc\xab\x7e\x31\x17\x3d\xb2\xe7\xbf\x21\x25\ \x9e\x87\xd3\x5e\xed\xd9\xe2\x40\x7b\xe7\x5e\x4b\xeb\xf2\x8a\x0b\ \xb8\x8e\xdb\x2d\xf1\xb5\xb4\x84\xfc\xa4\x37\x99\x2b\x4e\x77\x3e\ \x98\x86\x38\x05\xbc\x9c\x5e\xae\x50\x1c\xb7\xee\xb9\xef\x1f\x07\ \x12\x3d\xe9\xef\x76\x80\xc8\x83\xef\xdd\x87\xe7\xf1\x94\x5b\x5b\ \xfb\x9b\x07\x91\xe5\xbd\xbb\x47\xa9\xfb\xdb\xa5\x67\xc2\x9b\xe2\ \x35\xeb\xe8\xd8\xa6\xd5\x84\x68\x27\x65\xe6\x5f\x58\x44\xf5\xa5\ \xe1\x9b\x48\xf5\xdf\x8b\xc3\x30\x87\x7c\x98\x52\x53\x56\x55\x35\ \x33\xbe\xc4\xaa\x2b\xc3\x35\x7e\x47\x0b\x0c\x53\x77\x0c\x4d\xa8\ \x09\x4d\x63\xd7\x90\x29\x89\xa6\x18\xe9\x6e\x45\x36\xb5\x74\x50\ \xfe\xf7\x9f\x15\x78\x43\x6d\x4d\xcb\x6c\x73\x5b\xad\x1e\xde\xd5\ \x80\x6b\x41\x97\xd5\x34\x68\x1c\x4a\x06\x12\xc2\xc0\x73\xc8\x82\ \x6e\xf9\x04\x94\xd0\xaf\x95\xf7\xb5\xc0\xbb\xd0\x37\x1b\x76\xad\ \x54\xa5\xc4\x2c\x47\xda\xf7\x0d\x21\x23\x81\x21\xab\x29\x91\xaa\ \xb8\xbd\xfa\x16\x6c\x1b\xba\x89\x8b\xce\xcb\x78\xd9\x2a\x6d\x84\ \x42\x74\x42\x08\xb4\x19\x55\x2b\x54\xea\xe6\x69\xd3\x58\xf4\x88\ \x46\x42\xa9\x43\xb1\xcf\xc1\x48\xd4\xbd\xc6\xaa\x29\xc4\x15\x56\ \x14\xbe\xfc\xfd\xd3\xef\x15\xfd\xdd\xec\xd1\x3d\xde\x31\x3d\x26\ \x9f\xdc\xe7\xb4\xb6\x36\x34\xcb\x04\xad\x7a\x83\xa0\x4f\x3f\x89\ \x9d\xd5\x6a\xf0\xad\xfd\x9b\x12\x71\x74\x5a\xc1\xd2\x13\xe7\xe9\ \x14\xf9\xa8\xa2\x99\x20\x58\x5c\x9a\x5e\x39\x51\x31\x87\xe2\xf3\ \x33\x3a\x76\xd0\xe5\xdd\x9e\x19\xd5\xbe\x9d\xd0\x0d\xa9\x6d\xcc\ \x39\x3f\xb2\x96\x31\x85\xd7\x8c\x0e\x8f\x10\x55\xa7\xe3\x05\x4f\ \x91\xe4\x11\xb6\xa6\x92\xcc\x69\x9e\x90\x35\xd6\xa8\x57\xa7\x68\ \x2d\xdc\xb2\xaf\x3d\x65\x7f\xbc\xef\x17\x30\xbe\x91\x14\xb2\xe4\ \xf3\x1f\x7f\x7e\x7d\xdd\x45\x99\x91\xd6\x91\x1b\x5b\x89\xc6\xe1\ \x82\xbc\x9e\xda\x6c\x4d\x5d\x53\x6d\x0b\xc1\x08\x87\x16\x65\x74\ \x94\x64\xbf\x2c\x11\x74\xf5\xd6\x3d\x87\x43\x5f\x42\x51\xfd\x7a\ \x4a\x05\x14\x49\x87\x62\x71\xd0\x2e\x78\x5d\x56\x5b\x0f\xae\xaa\ \x19\xd2\x02\xaf\xf8\xf5\x75\x51\x55\xd9\xd7\xdf\x24\xf0\x21\x5c\ \x6f\x5d\x59\x56\x76\x1d\x97\xd2\xd4\xf5\xe3\x6f\x1f\x3e\xff\xf6\ \xb6\xd6\xd0\x5b\x25\x6d\x78\xfd\xe1\xed\xd7\x5a\x24\x92\x88\xa5\ \xf4\x17\xa9\x27\x4b\x70\x65\x6d\x6d\x64\xdc\xf3\x5f\x3f\xe4\x15\ \x54\x40\x7a\x0c\x75\x75\x3d\xb3\x2b\x38\x8e\xb6\x69\x49\x55\x53\ \x93\x35\x2b\x74\xcb\xa0\xdd\x23\xd2\xa1\x28\xa1\xae\xaa\x91\xac\ \x59\x9f\x3a\x5a\x26\x88\x27\x58\xde\x35\xe6\x44\x13\x17\x8a\x6c\ \xee\xe8\xeb\x85\x10\xf8\x1e\x31\xba\xc8\x7e\x3b\x7a\x9c\x32\xcd\ \x93\xd0\xb6\x96\x86\xb6\x65\x50\xc9\xe8\xb4\x5e\x48\x14\x12\x64\ \x2b\x1d\xdd\x55\x23\xe1\x30\xeb\x90\x3f\xce\x66\xb6\x21\x95\xd3\ \x0d\xb6\x89\xcb\x80\x20\x24\x45\x8f\xc1\x6b\x59\xd7\xbb\xfe\xbb\ \xf8\x8a\x39\xa0\x18\xb3\x1f\xb0\x89\x47\x3a\x74\xcf\xb8\xab\x34\ \xba\xe3\xde\x95\x78\x6d\x2e\xfb\xdd\xa1\xab\x7d\xda\x7e\xdd\x7e\ \xb0\xf6\xd1\xce\xdc\x8e\xe4\x62\x10\xf6\x84\xd4\x8d\xf0\x2d\x10\ \x1a\x80\x45\x6c\xb7\x97\x5e\xd7\xd9\x1c\xff\x96\x13\x38\x42\xa4\ \x62\x3a\xf7\x46\xd7\x52\x93\xbe\xbc\x28\x45\xdc\x8c\x0d\xda\x44\ \xc9\xed\x31\x97\x6b\xb4\xde\x7a\x59\x7a\x10\x3f\xf2\x8f\x76\x2e\ \xb9\x6e\xa9\x86\xde\xf1\x38\x4e\x38\x3b\x66\x20\x21\xa2\x70\xfe\ \x8e\xfd\xc0\x7a\xd5\xb9\xb1\xaa\xf4\x5c\x1c\x3b\xce\x53\x27\xa4\ \x43\x1a\xc3\x21\x12\xfc\xc7\x76\x7d\xae\xe9\x0e\x8f\xd9\x91\x6d\ \x96\xee\xc6\x49\xa4\xab\xf6\xc1\x35\x52\xea\x60\xdc\x32\xfa\x6d\ \xce\x5b\x57\xd7\x6e\x8a\x07\x7f\xba\x3a\x2a\x6f\x3f\xc3\x58\x8f\ \x83\xfb\x57\xa1\xcb\xa4\x60\x84\xbb\x7c\xc1\x38\x2e\x87\xed\xde\ \x07\xd9\x6a\x0e\x2a\xe6\xbe\xb2\x01\x37\xc1\x38\xc9\x4d\xba\x0c\ \x44\x1c\xa3\x00\xa6\x47\xec\x06\xc7\x39\x97\xd6\x53\x70\xe1\x54\ \xd8\x35\x97\x29\xa2\x9b\x80\x62\x18\x30\x77\xc5\x76\xbe\xc1\x00\ \x39\x2e\x84\xf5\x38\x6d\xd1\xbf\xbf\x60\x0f\xb9\x81\x8b\xe0\xe0\ \x96\x43\x38\xcc\xdb\x0c\x1b\xa3\xc0\x8c\x74\xc6\x12\xb6\x83\x96\ \x40\x5c\x36\xc1\xde\x91\xca\x95\xd3\x3b\x4f\x72\xa3\x07\xb9\x98\ \x1b\x2f\xf1\xaa\x5d\x74\xc1\x5c\x4f\x00\xe7\x23\x7b\x98\xfa\xd2\ \x67\x9d\x07\x97\xd5\x83\x1b\x98\xe4\xcb\xd4\x14\x44\xf9\xbb\xf2\ \xf6\x5c\x8c\xeb\x0e\x94\x9f\x7a\x1e\x63\x0e\xce\x6e\xc0\x25\x1d\ \x78\x63\x96\x3a\x9d\x8e\xa8\x55\xa1\xb4\x69\xcf\xcd\xe2\x99\x51\ \x8e\x64\x1c\xd9\xa4\x5a\x25\xf0\x8d\xbc\xa0\xd7\xb5\x77\x99\x9c\ \x0b\x7b\xf5\x6e\x30\x11\x76\x9c\xea\x8e\xce\xde\xd0\x95\x74\x29\ \x02\x11\xbe\xbc\x53\x06\xda\xcf\x68\x71\x6f\xf9\x0d\xe5\x66\xb0\ \xde\xee\x6c\xbf\x50\xfd\x7c\x0f\x04\x37\x6e\x37\xf7\x75\x2c\x2b\ \x26\xee\x8a\x06\xa3\x27\xb1\x99\xda\xe5\x91\xda\x16\xc9\x7a\xfc\ \x5a\x44\xba\x3e\x18\x08\xdf\x24\x74\xde\x79\x81\x38\x02\x38\x5c\ \x5c\xdf\x8a\x94\xb6\x5f\x26\x5d\x1e\xa4\xc3\x22\xd6\x38\x2b\xf9\ \xc4\xf9\xf3\xa0\xaf\x3a\xbf\x18\xe3\x15\x87\x4f\x07\xc3\x61\x07\ \xc9\x64\xca\x49\x4e\x8e\xee\x25\x1e\x83\xbe\x9b\x57\x88\xbd\xf2\ \xa5\x8d\x9b\xe4\xa4\xb4\x05\xd1\xec\x02\x29\x3c\x7a\x92\xd3\x69\ \x11\x4f\x9e\x2d\x04\x7f\x16\x0d\x06\x48\xa9\x5f\x8e\xa6\xef\x5d\ \x4e\xbf\x22\xe8\x70\xdd\x74\x3a\x73\xf9\x88\xce\xf2\x67\x83\x6b\ \xc0\xed\x79\x00\x91\x59\xda\x1e\x59\x5a\x59\xd5\x69\xf7\x4d\xfb\ \x51\xfe\x75\xfd\xad\x25\x66\x81\xa5\xe4\x0e\x3a\x23\x51\xd7\x86\ \xff\xb0\x5e\xf4\x38\x50\xed\x4a\x29\x8d\x1f\x61\x80\xed\x75\x70\ \x30\x3f\x31\x31\x1c\x10\x6d\x50\xe9\xa6\x9b\xce\xe2\x27\x4f\x62\ \x0b\x83\x07\x99\x9d\xa5\x29\xe9\x39\x6f\xbe\x3c\x42\xec\x5d\x46\ \xa3\x9c\xe5\xf3\xf5\x21\xe1\xec\x77\x86\x08\x5e\xb2\xc3\x68\x80\ \x77\x55\xbc\x84\x8f\x29\xe5\xdd\x86\x6e\x08\x16\xd9\xdf\xa0\x08\ \x6a\xe4\x4c\xb9\xb0\xb1\xad\xae\xb6\x03\xde\x97\xc5\xc5\x61\x6b\ \xab\xb8\x32\x99\xe3\x92\x3d\xbb\x68\x9f\x25\xab\x76\x76\x18\x2c\ \xc3\x54\xaf\x5e\x80\x42\x1a\xeb\x6a\x89\x12\xba\x7c\xd0\x75\xda\ \xab\xf7\x9e\xe9\x7c\xab\x8b\x67\xbc\xfd\x21\xd3\x50\x49\xd3\x2c\ \x99\x98\xdd\xdd\xac\x92\xc8\xf0\x65\xcf\x2b\x0b\xbe\x56\xba\x0c\ \xd3\x64\x21\x30\x32\x6d\x3c\xa6\xb6\xd1\x18\x53\xf7\xe0\x21\x7f\ \x97\x8a\xa5\x34\xd4\xd5\xca\x51\xbb\xbb\xfe\x03\x2b\x28\x99\xee\ \x9b\x6c\x85\xe0\x75\x7d\x13\xeb\x84\xc6\xd9\x65\xf2\x91\xb8\x4f\ \x48\x9e\x80\x0f\x11\x91\xb3\x2c\x7d\x0f\x59\x83\xe3\xce\xf0\xf9\ \x53\x13\xec\x19\xb5\xd1\xac\x3b\x1b\xa6\xba\xd6\x4f\x9c\x4b\xc2\ \xa1\xcd\x75\xff\x92\x82\x7f\x6f\xdf\xa4\xd2\xc0\xc8\xfa\x2d\x7f\ \xc9\x3f\x51\xc9\xf5\x2f\xce\x12\x47\xfb\x39\x12\x8e\x7e\x28\xec\ \x5d\x92\x2a\x6f\x97\x18\xb8\x11\x15\x85\xd2\x3d\xd7\xd4\x88\xa4\ \xb2\x24\x06\x0d\x01\x39\x59\x52\x47\x7c\xfa\xfc\x7d\x49\x59\x21\ \xb2\x8b\xfc\x34\xeb\xd3\xe7\x9a\xd6\x0c\x9c\x14\xa9\x18\xd2\xa0\ \xb2\x33\xca\x1a\x7a\x30\x66\xd6\x94\xae\xad\xb7\xb6\x52\x5b\xd9\ \xd0\x92\xf7\x5b\x21\xe4\xf9\xd3\x1f\xe5\xbc\x9a\xac\xec\x0f\x7d\ \xa8\x3f\x7f\xff\xb5\xa4\x16\x5f\xf1\x7b\x9d\xa6\xe9\x33\xb6\xad\ \xa4\xb9\xb7\x00\xc2\x6a\x85\xf6\x74\xd7\x55\x65\x94\xf5\xa3\x87\ \x57\xf7\x97\x51\xd0\x5e\xe8\xa7\x0a\x66\x5b\xc9\xf3\x8c\x6c\xc2\ \xc8\xca\x4c\xe3\x2f\x9f\x3f\x65\x23\x8b\xfa\xfb\xda\x0a\xa0\x25\ \x0d\x75\x15\x0d\xb5\x5d\x05\x9f\x3f\xbc\xfd\xf4\xf6\xf7\xa7\xa3\ \x04\x6d\x4d\x5d\x13\x84\xcc\x46\xf7\x36\xa1\x9a\xfb\x2a\x20\xf8\ \xca\xca\x96\x1e\xc9\xa6\x6d\xd4\xbb\x83\xfe\xc6\x42\xb3\x5e\x42\ \x1d\x74\x42\x3f\x49\xed\x41\x76\x4d\xcc\xce\xcd\xc5\xa8\x0d\x6d\ \x38\xc1\x14\xb4\xbb\xc9\xa1\xd4\xc6\x62\xfc\xe5\x09\x09\x5e\x63\ \xa0\x4d\x30\x6b\x1d\xe8\xd6\x65\x45\xd5\xf4\xc8\xb2\x9d\x32\x29\ \xef\xdb\x09\xb8\xa9\x35\x8e\x38\x81\x7f\xc5\x9f\x3d\xe4\xd5\x94\ \xa1\xfb\x89\x38\xdd\xc9\xbe\xe5\x5c\x2b\xd9\x3d\x51\x34\x33\xc2\ \x6d\xb8\xde\xa8\x5e\xa6\xd3\x9f\x2f\x9c\xb4\x2d\x2e\x5d\x7d\xf3\ \x82\x1d\x3f\xa7\x31\x5b\x32\xb8\xb4\x42\x18\x9b\xc6\xce\x8c\xfb\ \xc6\x89\x82\xea\x47\xab\xcc\x53\xf0\x14\x0c\xe7\xae\x69\xfd\x5b\ \x03\x5e\xde\x30\x60\x2e\xc5\x94\x5f\xbb\x73\x4b\x8b\x63\xdf\xe6\ \x78\xf0\xf2\x8c\xb9\x73\x32\xa6\x63\x23\x0d\xd3\x78\x99\x6a\x7d\ \xb2\x56\xc5\x90\xfe\xa2\x59\xd7\x9c\xd3\xe8\xcb\x63\x71\x20\x7c\ \x7c\xef\x82\xb9\xd8\xbe\x7a\x60\x23\x50\x8c\x58\x5d\x0a\xd3\x83\ \x96\x6f\x41\x12\xbd\x5f\x8c\xef\x3f\xba\x18\xe7\x25\xfb\x09\xb3\ \xf9\x83\xd5\xff\x38\x1b\x32\x59\xb6\xa3\xd6\xfb\xa8\x79\x59\x7b\ \x76\x7a\x7a\x28\xd8\x6c\x0f\x87\x1f\xb4\xe7\x1e\xd1\x0e\x3c\xb4\ \xf0\xea\xc6\xfd\x5e\xbc\x13\xf1\xc8\x3a\x90\x92\x2c\x5e\xfd\xf2\ \x28\x0d\xec\x04\x58\xcb\x69\xb0\x1b\x7f\xbb\xc7\xb1\x01\xbb\x51\ \x88\xf6\x9e\x9d\x9f\xe4\xb7\x0f\xe6\x2f\xfb\x18\xc5\xf7\x91\x70\ \xdc\x95\xb3\xa9\x50\xec\x1c\x5f\x78\x5d\x17\x47\x51\xb9\xef\xc9\ \xa5\x4c\x57\xfc\xe4\xe1\x31\x66\x61\x0b\x24\x1d\x79\x53\xde\xd0\ \xef\x63\x57\x8f\x3a\xef\xbd\x6b\xf7\x73\x99\xc1\x7b\xb7\x26\x3c\ \x77\x39\xe7\xc8\x49\x34\x5d\x58\x1f\xa4\x3c\xbe\x5b\xf3\x01\xe1\ \x50\x54\x1c\xdf\xba\x8e\x96\xb9\x0e\xb1\x38\xde\x09\xe3\x34\x27\ \x74\x1f\x9b\xea\x15\x44\x05\x3a\xfa\x95\xd4\x75\xc6\x0b\x38\x43\ \x01\x12\x38\x30\xe8\x02\x72\x1f\x1d\x6f\xcf\x2a\x2e\x2c\x99\x99\ \xb0\x84\x3d\xbf\x29\xc7\x27\x3e\x76\xf9\x63\x6b\xed\x29\x67\x6e\ \xc4\x8b\x14\x8c\xa9\xf4\xd5\x93\xf0\xd8\x5d\x68\xed\x2e\xfd\xe1\ \xc2\xa0\x7a\x48\xbc\x40\x35\xb8\x73\x53\xc3\xc0\x6d\x14\x50\xf7\ \x85\x6d\xa7\x63\x04\x26\x9d\xbb\xb2\xd9\xd4\x56\x54\x57\x84\x65\ \xef\xf2\x15\xf5\xa6\xed\x74\x18\xac\x3c\xe7\xc2\x1d\x48\xc7\xa4\ \x5b\x8e\x9c\xfc\x2d\x47\x7c\xaf\x3a\x01\x13\x0f\xdf\x9e\xb9\x2d\ \x9b\x2c\x7f\x2c\x4a\xba\xd8\xf5\x8a\x0f\xae\x2d\xb0\xd3\x31\xb2\ \x96\xab\x42\xbc\x49\x3d\xb8\xb8\xb6\x0b\x68\x83\xe1\x5e\xf4\x6b\ \xe4\x7c\x00\x63\x1a\x75\x0f\x74\x62\xf2\x4d\xe7\x97\x9e\xc1\x52\ \x97\xdf\x0c\xc4\x42\x9d\x5b\x6b\x7b\x30\x84\x3b\xe0\x3d\x95\x34\ \xf8\x63\xe0\x25\xca\xc0\x0b\xdf\x59\xac\x60\xf5\x8d\xe7\xd0\xbc\ \x3c\xaa\x2c\xbd\xd8\xd8\xf8\x96\x67\xf9\x8f\xbe\xe4\xc7\x4e\x00\ \x57\x70\xdd\xb3\x11\x73\xc5\x81\x05\x17\xe6\xfb\x7c\xcb\xf1\xc0\ \x9d\x12\x5b\x9a\x6c\x1d\x52\x4b\xc2\xed\xae\x58\x29\xc6\xe2\x3c\ \xbe\x7c\xf4\xa8\x38\x1f\x58\xb6\x1f\x62\x06\xae\xaf\x5d\x03\x67\ \x80\xc7\x65\x72\x67\x7e\xa3\xcf\x72\x67\x18\x71\xee\xfa\x56\x52\ \x27\x9e\xeb\xbd\xdb\xc8\xb1\x0b\xe6\x5e\x48\x6f\x0f\x94\x93\x4a\ \xd7\xec\xb7\xaa\xf3\xce\x75\xa7\xf3\x0e\x10\x03\x97\xc0\xa6\x67\ \x6d\x7b\x37\x82\x28\x77\xe6\x1f\x04\xc1\x5b\x70\x7e\x6f\x17\x4c\ \xb1\x62\x5c\xa1\xdb\x81\xe4\x47\x4f\x5e\x3c\xab\xcf\x79\xf1\xf0\ \x87\x87\x9d\xa5\x49\x0f\x53\x1f\x7e\xa7\xd4\xe0\xd8\xe0\x55\x1b\ \xca\x80\x12\xef\x0a\x1d\x02\x15\x5d\x41\x68\x6e\x2d\x6b\x85\x4e\ \x72\xe0\xf0\x96\x91\x3e\xee\x58\x3f\xb4\xa7\xaf\x56\xce\x51\x0e\ \x6d\x9f\xdc\x9e\xb1\xbc\x04\xd4\x88\x6a\x48\xc7\xe7\x18\x0d\xbd\ \x53\x9c\x26\x78\xaf\x74\xa8\x05\x65\x1c\x53\x8a\xfb\x8c\x87\x2b\ \x5e\xbb\x9d\xbd\xe2\xd8\x1e\xb5\x86\x64\x52\xd7\x68\x57\xeb\xb6\ \x5c\x8a\xaa\x29\x42\x77\xb5\xe8\x27\x4a\xfe\x77\x07\x45\xa3\xe6\ \x4c\xcd\x07\x57\xe5\xe3\xf4\xa1\x59\xb4\x54\x80\x15\xec\x72\xcb\ \xf0\xdf\xfa\x53\xd3\x45\x6e\x55\x18\x68\xa1\xed\x7b\xd7\xed\x3a\ \x71\x82\x19\x0e\x87\xfd\xe3\x44\xf3\x8a\x16\x7f\x42\x36\x70\x87\ \xb1\x58\x69\x0f\x4e\xc5\x35\x0a\x94\xb3\xbd\x06\x23\xcb\x20\x95\ \x0d\x81\xbb\xeb\xc4\x79\x73\x93\xa1\x45\x4b\x3f\x32\x34\xcb\x6c\ \x46\xe2\xbd\x5e\xba\xb6\x6d\x9e\x53\xaf\xcb\xb5\x38\xda\x1c\xb4\ \x86\xb2\x7e\xba\x34\xc7\x5b\xf7\x9e\x86\xef\xe7\x08\x1d\xb3\x6a\ \xb2\x41\xa5\x64\x42\x09\x23\x32\xb2\x6c\xbc\x69\xc4\xc0\xcd\x6e\ \x34\x8f\x8a\x47\x24\x12\x2d\xf4\xd7\xd7\x05\xdd\x65\x5d\x35\xd9\ \x75\x79\x4f\x5f\x7f\xfa\xf0\xbc\xe2\xf7\xda\x86\xec\xf7\x5c\x2d\ \x6a\x9c\x3f\x02\x0d\x4b\x4b\xba\xb0\xd9\x1d\x9a\xe6\xc2\x4f\x79\ \xc8\xbc\x5f\xdf\x17\xfd\x98\xf1\xb5\x0b\x59\xf4\xbe\x00\xda\xf2\ \x32\x23\x2b\xe3\xe9\xcb\x97\x6f\x3f\x67\x64\x7f\xf8\xda\x50\xf3\ \x3c\x9b\x85\x86\x2c\x4d\x35\x36\xab\x5a\x90\x15\x2f\xcb\xd0\x68\ \x9a\xb8\x03\x87\xed\x63\x2f\xa2\xb6\xa7\x34\xb4\xd9\xaa\xc2\xd6\ \xb2\xa6\x45\x55\x33\xa5\xa5\xa2\xbb\xa2\x0d\xde\x55\x52\x52\x55\ \xf1\xb6\x30\xe3\x53\x5e\x51\x73\x55\x56\xd5\x6c\xa3\x71\x7c\x68\ \x12\x45\xd6\x50\xd6\xa5\x1d\xcd\xfa\x59\xf5\x7a\xfe\x3f\x83\xbc\ \x71\x73\xb0\x9a\xac\x5e\xd2\x49\x8c\x9c\x09\x99\x00\x6f\xa4\x2f\ \x85\x05\xa3\xc3\x28\xc2\xe8\xce\x0d\x63\x92\x35\xad\xab\x2b\xea\ \xd5\x08\xd0\x34\x66\xcb\x8c\x6c\x8a\x2a\x61\x08\x67\xf8\xab\x8b\ \xba\xba\x69\x1b\x67\x4c\x89\x96\x8c\xf4\x2d\x69\x9b\x21\x12\xbc\ \x0a\x6f\x96\xc8\xd7\x97\x67\x16\x3b\xf4\x3d\x5c\xbd\xd2\x36\x5b\ \x06\x45\xc9\x95\xfb\xa3\xa6\x30\x08\x7a\x95\x12\x96\x0e\xbf\x7f\ \xe4\x18\x96\x6a\xb6\xcb\x73\x3c\x2b\x86\xa5\xf3\xc3\xad\x51\x97\ \x8d\x8f\xad\x35\x8f\x2e\xec\x8d\xcb\x44\x61\x00\x49\x67\x6a\x84\ \x44\x3c\xd1\xbb\xbb\x4c\x26\x8a\xb7\xd6\xe8\x27\x27\x91\x10\x27\ \x32\xc4\xc6\xf8\xd6\x2c\x87\x91\xa4\xdb\x1b\xf0\xdc\xcd\xb2\xb1\ \x1c\x61\xfe\xe6\xc2\x9e\x01\xb7\x23\xa9\xa5\xf4\x15\x95\xf4\x58\ \x05\x25\xb5\x86\x2b\x8f\x6b\xbd\x1d\xb1\xe0\x73\x7b\xae\x4d\x21\ \x11\x95\x51\x9d\x69\x36\xba\x2e\xf6\xb6\x5f\xf9\x58\x8b\x9e\xf0\ \xd9\xec\xd2\xad\xf2\x34\x1a\x76\xc7\x4c\x47\x43\xb5\xe2\xa5\x24\ \x50\x45\x15\x79\x5c\x18\xff\xd0\xf4\xba\x63\x7c\x6c\x52\xba\xe8\ \x2e\xb7\x3e\x0c\x5f\x8a\xe3\x0c\xe9\xd9\xd1\xaa\x39\x6e\xbf\x8b\ \x84\xef\x75\xab\x6a\xea\x85\xf5\xe6\xe3\x1a\x00\xae\x2e\x52\x5d\ \xa9\x1b\xc7\x56\x27\xdf\xe1\xb3\x9d\x0a\x25\x27\x6c\x19\x90\xf8\ \xd7\x57\x1f\xd3\x95\x17\x9b\x41\xcf\x7d\xb5\x3d\x7e\x17\xdd\x0c\ \x85\x2c\xeb\x13\x4b\x33\x5b\x3f\x95\x9b\x48\xa2\x85\x8f\x8f\x24\ \x67\xb3\xa5\xe1\xe2\xd2\xe3\x36\x6c\x00\x9c\x5c\xf8\x7b\xba\x9c\ \xe8\x92\x0e\x88\xb6\xac\xb0\x8b\xb0\x43\xcc\xa6\x2d\x99\x33\x41\ \xfb\x62\xd4\xad\x52\xc2\x62\x4a\xfe\x9d\x3b\x7c\x0c\x9c\xc7\x63\ \xd7\xd6\x9b\x4e\x71\xcf\xed\xa8\x76\x05\x3b\x16\x5e\xd9\xbd\xc5\ \x56\x16\xb0\x2f\x57\x59\x16\x91\xed\x0a\xbc\xec\x6c\x3f\xbf\xbf\ \x8a\xd9\xcb\x11\xb9\x67\xcc\x31\x65\xdc\x57\xfc\x7d\xfb\xd6\xfd\ \xe5\xc3\x70\x7b\x72\x3b\x30\x04\x1c\x78\x10\x97\x99\xa5\x9d\xd5\ \x09\x7f\x49\x46\x94\x76\xe6\x78\x2e\x13\xf2\x45\x6b\x97\x22\xc4\ \x9e\x7f\x22\x00\x4b\x31\xa9\xd7\x48\xa0\xe8\x96\xcf\x6f\xfc\xfa\ \x9c\x2c\x29\xa8\x9a\x28\xc8\x6e\x86\x34\x75\xb7\xbc\xaf\xaa\x19\ \xc3\x0c\x24\xa6\x25\x96\x5a\xc1\xbf\x7d\xff\xb7\x57\x96\x4e\xeb\ \x1b\xd2\x4d\xe4\x7e\xc3\x0d\x2e\xaf\x87\xf6\x6f\xf6\x8f\x4e\x40\ \x6b\xd8\xb6\xbf\xe6\xb3\xbb\xad\xe5\x6c\x56\x69\x75\xf2\xc7\xf0\ \xe2\x45\x67\xfa\x4d\x42\x0a\x69\xfe\xdc\xed\xb9\x5f\xe6\x50\x97\ \x3a\x4d\x8b\x9a\x13\x50\x64\xdd\xb2\xdb\xee\x32\x8b\xcf\x96\x16\ \xc1\xbc\x8a\xf8\x82\x88\xbf\x5d\xfc\x20\x7f\x7e\x75\x19\x77\xfa\ \x24\xb3\xf4\x36\x1a\x03\xc4\x31\xcc\x86\x67\x6e\x70\xc1\x9a\xf6\ \xd1\x0c\x04\xe9\xf1\xc4\xfa\xb0\xd2\x04\xba\x57\xa2\xe6\xa1\xe0\ \x81\x25\x50\x9a\x7e\x76\x54\x7d\x0c\x46\xd2\x30\x41\xd3\x3f\x4c\ \x71\x98\xf5\xcb\x5a\x29\x22\xff\xa7\xa4\x9d\x1c\xd3\x55\xf9\x89\ \xc4\xe3\x76\x9f\x03\x69\xde\xe3\x67\x1f\xeb\xef\x84\x40\xa6\x2b\ \xff\x26\x2d\xbf\x3d\x3d\xfd\x41\x71\x29\x2c\xe1\x71\xf2\x0f\x3f\ \xfc\xfc\xfd\xc6\xc2\xa0\x67\xd3\x1f\xbe\x78\x02\xbb\x49\x7c\xf6\ \xf1\xe7\xc7\xb0\xe2\x9c\x1c\x6b\xfa\x7d\xf8\xec\x14\x88\x5e\xdf\ \x00\x6b\x9e\xd4\xcc\xb8\x0b\x71\xc8\x27\x71\x6e\x52\xdc\x49\x83\ \xcf\x0e\x52\x7e\x7e\xf4\xf1\x63\x62\x72\x0e\xec\xcb\x1b\x52\x72\ \x6e\x60\xb0\xfd\x46\x94\xe9\xb7\x24\x3f\x46\x7c\xd7\xf6\xf4\x2b\ \x64\x52\x4f\x9e\x9d\x50\xd0\xae\x7a\x66\xa2\xeb\xab\xd1\xdb\xc6\ \x1e\xe3\x98\x46\xc1\x29\x83\x52\x17\x8d\x38\xa4\x38\xb8\x7a\x74\ \x1b\x3f\x67\x33\x47\xe7\xb9\xda\xe8\xb0\x0e\xdd\x41\x50\x8d\x32\ \xa8\xb8\x19\x95\x46\x3e\xdd\x5c\xa6\xe9\x6f\x95\x19\x67\xc6\x59\ \xb2\x6e\x56\xc0\x11\xf5\x31\x56\x63\xdf\xd0\x92\xe7\xbf\x52\xf8\ \xc6\x26\x66\x2d\xdb\x4b\xbb\xad\xdc\xde\x3e\xfe\x04\x83\xae\x51\ \x33\xce\xa4\x9a\x29\x38\x5e\xe1\xbb\x97\xcc\x81\x8a\xd9\xbe\x21\ \xa3\xc1\xd1\xd7\xaf\x52\xf7\xf5\x36\xca\xc2\x47\x47\xf1\xc8\x3d\ \x23\x3a\x78\x76\xca\xda\x74\x78\xe7\xce\x59\x34\x86\x1a\xd7\x8a\ \x83\x6b\x29\x33\xda\x9e\xe5\xb1\x59\x01\xd9\xb6\xdc\x67\x24\x70\ \x84\x54\xf9\xd8\x18\x71\x9b\x82\xe2\x4e\xf4\x10\x9b\xab\x2a\x2b\ \x6b\x90\xc4\x56\x01\x41\xa2\x95\xce\xe1\x6b\xbb\xd1\x58\x74\xdb\ \x48\x8f\xd4\xc1\xd1\x68\x34\x13\xb5\x1d\xe4\xa1\x59\xfa\x58\xd4\ \x6e\x66\x0c\x47\xa7\xfa\x35\x2b\xf2\xe6\x1e\x54\x33\x1a\x09\x7d\ \x5a\xf3\xf2\xf9\xef\xff\xd2\xa4\x5d\xc7\xff\x9e\x41\x86\xd4\x65\ \xfd\x9a\xf5\x36\xbb\xa4\xe0\xc7\x97\x79\x5f\x5f\x16\x14\x3c\xcd\ \xaa\x83\xb7\x14\x08\x1a\xb2\xca\x7a\x90\xd9\xba\x96\xca\x06\x5c\ \x5d\x61\x59\x17\xf9\xb7\x5f\x7b\x20\x3d\x19\x1f\xaa\x2a\x5e\x56\ \x56\x40\x2a\xb2\xeb\x04\x79\x9f\x8b\x0a\x8a\x9e\x57\x36\x40\x5a\ \xab\xbe\x7e\xfe\xf4\x21\xe3\x53\xe1\xa7\x1f\x6b\xe8\x1c\x75\x2f\ \xbc\xb9\x1f\xd2\x5c\x5b\x59\x89\xd7\x71\xbb\x0c\x64\x22\x5c\x21\ \x15\x34\x8b\x43\x43\xfc\x46\xe2\x0c\x76\x92\xdc\x47\x80\x77\xb7\ \x56\xe4\x15\x10\xd7\x05\x05\xcf\xbb\xaa\xb2\xe1\x36\x4d\x7f\x15\ \xba\x27\xab\x49\x42\xe8\x9e\x60\x88\x55\xc2\x65\x7c\xdf\x58\x4f\ \x63\xf0\x4d\xe9\x12\xba\xa8\x36\xd7\x85\x34\xb2\x69\x23\xd8\xb6\ \x26\x4d\xff\x92\x10\xad\x90\xcd\x4e\x28\xa7\x5b\xa8\x23\x94\x2e\ \x64\x0f\xb9\xdf\x48\x96\x51\x66\xe6\xfb\x6b\x0b\xa1\xad\x35\xc8\ \xaa\x9a\xe7\x10\x3e\x0a\x9a\xd1\xd8\x4d\x43\x42\x1b\xb3\x2a\x0b\ \x47\xb4\x6d\x59\x25\xaf\xa7\x5c\x61\xc6\xc8\xf8\x40\x39\x9e\xdc\ \x9f\x57\x06\xf1\xef\xb1\xc6\x99\x58\x25\x10\xb7\x29\xb4\x51\xaf\ \x9c\xae\x13\x18\x8d\xfb\x56\xe6\xd8\xa6\x4a\xe3\x50\xed\xe6\x2f\ \x87\x6c\xe0\x13\x5b\x63\xc3\x9c\xc5\x05\x9e\xab\xa6\x87\x0d\xf8\ \x11\x63\x4b\xa5\x46\x4a\xe8\x20\x70\xc6\xa7\xbc\x6b\xfc\x55\x9a\ \x59\x50\xcf\x6f\x8c\x3e\x9c\x9b\x07\xc0\x47\xd5\x5b\xae\xcb\xfa\ \xa4\xf2\x20\xb3\xef\xcc\x7f\x8a\x32\xa7\x64\xc2\x4e\x34\x53\x23\ \x92\x8a\x56\x6f\xd6\x2f\x19\xe2\x0d\x71\x83\xf9\x3f\xec\x4b\x36\ \x33\x00\xee\xf6\x29\x83\xa1\x15\x7f\xe9\x33\x36\xe0\x5a\x58\x8f\ \x77\xb6\xdb\xcd\xbb\x73\x46\x30\x7f\x27\xe9\x7b\x85\x5d\xd5\xb5\ \x22\xbe\x1e\x76\x9a\x8d\xd8\xea\xe3\xb5\x1b\xe6\xd2\xe1\xfa\xb5\ \x8e\x88\x0e\x17\x1f\x02\x4e\x8f\x6c\xca\xb9\x6c\x5f\xec\x5f\x38\ \xce\xfc\x96\x97\xa6\xe2\x28\x00\xd6\x49\x66\x5d\xb0\xdb\xc5\x73\ \x28\x56\x71\x05\x3a\xe3\xa7\x01\x8f\x92\x3f\x1f\x21\x59\x32\xa3\ \xfe\x23\x1e\x10\xad\xe6\x39\x8a\xdf\x78\x93\xd2\xdc\x61\xf7\xc9\ \xdc\x3e\x75\xf1\x70\x1c\xef\x3e\xf5\x5f\x1f\xf7\xc7\x36\xa3\xb6\ \xa8\xa8\x58\x99\xf3\xe8\x20\xd5\x1a\x94\x0e\xe7\xe7\x8e\x98\xf9\ \x07\xc2\x7f\x1e\x87\xa2\x96\x38\x8e\x78\x1f\x3d\x0c\xb9\xf2\x4b\ \x23\x8f\x8e\xfd\x8f\xeb\x8f\xa9\x92\xcb\x83\x5d\x8b\x64\x91\x37\ \x1a\x18\x15\xbd\xdb\x8a\x6e\x4f\x93\x55\x0a\xc5\x2c\x87\xb7\x38\ \x33\xba\x53\x8b\xf5\x3a\x27\xd4\x67\xb3\x7c\xaa\x54\xa7\xb6\xfb\ \xd8\xee\xa5\x35\x59\x7b\xb9\xd3\xce\xd3\xb2\x97\x12\x02\xa1\x58\ \x1c\x1c\x70\x5d\xc6\x53\xc4\x67\xd5\xc9\x83\x8f\x2f\x75\xee\x84\ \xe2\xbd\xf4\x48\xe6\x43\xcb\xb3\x41\xcf\x83\x17\x1f\xcb\x53\x92\ \x4b\xab\xdb\x3f\x26\x5d\x5c\xc7\x07\xce\xfd\x17\x5b\xf1\x4d\x9f\ \x8f\x75\x17\x39\x32\x4b\xa0\xfd\x4d\xe4\x82\xec\xda\x8c\xac\x0f\ \x9f\x5b\xeb\x7e\x2c\xc2\x41\x38\x87\x1c\xba\x06\x8c\x6f\x8b\x32\ \x6f\x8a\xd3\x43\x91\x8b\xf4\x72\x70\x0d\x8c\xd1\x57\x57\xc0\xb3\ \xdb\x1d\x5e\xd8\x79\xbf\xeb\x0c\xaf\x1d\x39\x37\x6f\x4f\x02\x4e\ \x95\x52\xd4\x1e\x34\x68\xa8\xe1\x4b\xc0\x9d\xda\xee\x75\x07\x9e\ \x14\x93\xbc\x99\x7b\xd7\x2f\xd2\x53\x5e\x21\x06\x53\xd2\x93\x5e\ \x05\x32\x17\x4c\x16\x91\x63\x3b\x7c\x13\x23\x6d\xf8\x96\x37\x1f\ \xbf\xfa\xf9\x55\xbb\xef\x3c\xad\x3a\xe9\x2a\x8c\x31\x99\xca\xcf\ \xe3\x9d\xf9\xed\x89\x2b\xdc\x0d\x30\x25\xed\xf1\x42\x80\x17\xbd\ \x3a\x0d\xdd\xa5\x95\xc7\xd6\x11\xab\x9e\x24\x84\xdd\x09\x0a\xf6\ \x5f\x3c\xe6\x98\x73\x4e\xd6\xd3\xe6\xae\xdc\x6b\x69\x9d\x03\xc0\ \xd8\x11\x60\x2a\x7e\x62\x5f\x8e\x02\xfb\x5b\xc0\xd1\xac\xf8\xe1\ \x47\xd3\x93\x37\xe9\x0f\x77\x18\x9e\x94\x27\x0f\x4d\x4e\xcf\xe1\ \xb5\xdd\x04\x0e\xba\x53\x3e\x7e\xf4\xc7\xaf\x8f\x5d\x1c\x93\xe5\ \xe1\x45\xe0\x7c\x60\xac\xfa\x9a\x94\xec\x89\xe4\x7c\xbb\x8a\xd4\ \x24\xcc\xdd\xda\x82\x2b\x57\x74\x1c\x4d\x28\x6f\xff\xbe\xf4\x0b\ \x62\x7c\x47\x7d\x0e\x1c\x94\xc2\xf2\x53\x4a\x3f\xbe\xc0\x14\xe7\ \x38\x85\x8b\x36\x4b\x27\x02\x96\x9f\x94\x9b\xf2\x24\x25\x6d\xe0\ \x3b\x05\x96\xc6\xe1\xae\x6d\x5d\x1d\xe7\x9c\xe0\xe5\xc6\x6d\xda\ \x2e\x4d\xc8\x18\xd2\x8a\x37\xef\x6d\x13\x63\x9c\x2b\xe6\x0c\x77\ \x22\x68\xe8\x95\x28\xc5\xd4\xd3\x29\x8d\x9f\xce\xdb\xd5\xef\x1a\ \xe1\x58\x96\x4d\xca\x54\x18\x39\x4c\x36\x7e\x5a\xad\xd4\x68\xea\ \x84\xba\x11\x19\x57\xbe\x6a\x5b\xc2\xce\xce\xb1\xce\x7d\xda\xfd\ \xce\x38\x7b\x8e\x47\xd9\x8d\x8d\x11\x85\x8c\x29\x3c\x61\x84\x39\ \x8c\xd7\x32\x1d\x0c\x2e\x0e\xa5\xd1\x66\x63\x57\xed\x51\x61\x70\ \xb1\x8f\xcd\xf3\x8e\xf7\x43\x79\x12\x38\x4a\x69\xd6\xc9\xd4\xb3\ \x28\xd9\xd8\x04\xcf\xe6\x1a\x9a\xd4\xf0\x0f\x39\x43\x54\xea\xa9\ \x5f\x8b\x93\x9d\xa2\x5a\x59\x9c\x6e\xa4\x7a\x49\xc1\x03\xe6\xb5\ \x32\xa3\xb8\xad\xbb\xb1\x45\x4b\x26\x19\x74\x3c\x1e\x43\x23\xeb\ \x90\x19\x89\xb8\x0c\xfd\x91\x7c\x64\x7d\x82\x60\x54\x4f\x30\x9a\ \x70\x7a\xd4\xa4\x54\xd7\x0d\xef\x6e\xee\x98\x21\x8c\x4f\xb7\x95\ \xb5\x68\xd9\x63\x06\xed\xa4\x6a\x82\x47\xa4\x34\xa1\xa5\xfa\x06\ \x0a\x24\xfb\xc7\x3f\xfe\xfc\xf3\x13\x14\xf7\xf4\x75\x51\xd6\xd3\ \xe6\xde\xe7\xef\xf1\xd8\x02\x68\x5d\x65\x45\x55\x5b\x53\x6d\x51\ \x3f\x9e\xa2\x2e\xe3\x57\xfc\xf1\x36\x0f\x5a\xf6\xb4\xea\x79\x55\ \x41\x41\x55\x56\x37\xa5\xe4\x97\xe9\x79\x2e\xaa\x03\x09\x29\x80\ \xe7\xbd\x7f\x0f\xc9\x2a\xcb\x2b\xaa\x45\x0b\xa1\x7d\xd0\x9e\x61\ \xc6\x90\xa1\x07\x5e\x89\xc7\x75\x54\x55\xd4\xe1\x5c\xc6\x96\xbc\ \x0f\x5d\xb2\xde\x2e\x36\x17\x89\xad\x6b\xee\xe9\x57\xe3\x26\xa5\ \x2d\x5c\x99\x8e\xd6\xd3\xdd\x2b\xe1\x12\x67\x5b\x27\x96\xa5\x5d\ \x58\x0e\x53\x0a\xad\x82\x23\xfb\x28\xf4\x3e\x28\xbb\x05\x4b\x9c\ \xc0\xcd\x14\xd4\x40\x9f\xbe\xfc\xfa\x14\x52\x94\x51\x04\x97\xe1\ \xb1\x75\xd9\x85\x0d\xa7\x0f\xe2\x64\x6e\xff\x2a\x68\x36\xa0\x25\ \x2a\xee\x29\xca\x37\xa4\xdd\xe5\x1d\xa1\xa6\x27\x27\xb4\x9a\xb1\ \x69\xad\x0f\x57\x51\x44\xe8\xae\x2d\xc2\xc9\xc8\x82\xd6\xb2\x46\ \x3c\x37\x3e\x03\x7d\xdb\xda\x82\x9f\x46\x92\x0b\xab\x46\x58\xb3\ \x75\xaf\x7f\x6c\xc1\x0b\x79\x4d\x95\x15\x44\x96\x38\xec\x68\x55\ \x3b\xe2\xee\x95\x95\x39\x63\xf3\xe2\xe9\x60\x94\x4b\x9c\xd7\x28\ \xe5\x19\x55\xbc\x33\xbd\x4f\x3f\x3d\xa5\x3c\x06\x5d\x57\x9b\x4c\ \x4a\xf4\xd2\x65\x5b\x19\x8a\x46\x11\x09\xe7\xee\x13\x9e\x6d\x6a\ \xd1\xb1\x7c\xc0\x5e\xe7\x4e\x10\x18\x74\x15\xdd\x34\x32\xc4\x92\ \xac\xea\x18\x47\x51\xb7\xf2\x51\x6a\xce\x63\x17\xdb\x83\x28\xaf\ \x06\x16\x25\xcb\xaa\xde\x96\x86\x7e\x1e\x10\x9f\x35\xf1\xd4\xd0\ \xde\x23\x7c\xef\xfa\x7d\xc4\x62\xde\x01\x2c\xc3\xdb\xe0\x56\x2f\ \x4e\x3a\x46\x08\x25\x04\xd9\x60\xfb\xd6\x51\x5a\x60\x01\x5c\xb8\ \x5b\xb7\x6c\xc7\x71\x46\x93\xb1\x3a\x35\x15\x66\x5a\xe1\x9c\x24\ \x48\xc2\x17\xdc\x90\x0b\xa9\x00\x00\x20\x00\x49\x44\x41\x54\xd1\ \xdb\x5b\x68\x75\xd2\x11\x2b\x08\x28\x76\x34\xdd\xa6\x1d\xf7\x00\ \x62\x58\xab\x98\x8f\x8c\x5d\xcc\xd4\xfd\xf5\x55\x80\x44\x72\x01\ \xbb\xa3\x33\xe0\xfc\xe5\x5e\x79\x66\x3a\x29\x2e\x5d\x62\xde\x93\ \x3a\xab\x73\xb7\xa8\x93\x5c\xba\x5a\xca\xe1\x4f\xb3\x43\x93\x8f\ \xc3\xdc\x85\x7c\xfb\x5d\x78\xe8\x1e\x88\xae\xdc\x2a\xe9\xe7\xed\ \x87\xf6\x9d\xb0\x1b\xbc\x9d\x52\xfb\xda\x2a\xa1\xd1\x51\x8f\x87\ \x07\x9c\x88\x56\x96\xb6\x9c\xc0\x23\xf7\x62\x71\x31\x69\x6f\xc3\ \x33\x98\x53\x7e\xc0\xb3\x5f\xec\x06\x8e\xdb\xdd\x1b\x37\xe0\x46\ \xae\x3d\x98\xee\xb6\x25\x0e\xba\xbf\xd1\x1f\xbe\x6c\x66\x54\x38\ \x31\x2c\xa9\xc5\x12\x35\x75\x90\x6d\xe3\xd5\x86\x3b\x6e\x28\x59\ \x39\x20\xa5\x05\x14\x73\xf9\x1f\xff\xfa\xe2\xe1\xff\x7d\x13\xf9\ \x66\x54\x56\x04\x62\x21\xed\xd2\x71\x75\xe4\x1e\xbc\xa8\x2e\x2d\ \x45\xa4\x04\x1c\x43\xae\xdd\x7c\x6b\xf9\xf1\x55\x4e\x72\xce\x1a\ \x9e\xd7\x39\x08\xe4\xbc\x4b\xcc\x89\x3c\x7c\xf5\x2a\xa1\x3d\xb0\ \x0f\xcb\x4f\xef\x0c\x88\xa9\x81\x33\x86\x36\xc4\x97\x71\x1c\xe6\ \xa8\xd5\x8c\x6c\x69\xfd\x50\x82\x6b\x28\x69\xa8\xac\x68\x24\x48\ \xa4\x33\x53\xfb\xd1\xe9\xd3\x0b\xe6\x91\xc3\xec\x8d\x0e\x1e\xe7\ \x26\x07\xef\x07\xca\x3f\xa6\x20\x06\x9c\x1e\x4f\xe2\xc1\x02\xe6\ \x21\xa2\xfc\x5d\x64\xdc\x6f\x97\x0f\xba\x0e\x16\xf6\xae\xd7\x24\ \x48\xfb\xd0\x60\x18\xf6\xec\x49\xc2\xb3\x57\x6f\x9e\x24\x27\x2f\ \x2c\xe4\xba\xd2\xf2\x03\xf5\x81\x5d\x4f\x78\xfd\x0e\x91\xd6\x6e\ \x2a\x5f\x03\x73\x16\x48\xf1\x75\x47\x7c\xeb\xe8\xd2\xe2\x29\x7e\ \xfc\xe8\x70\x6a\xd7\x93\xbf\x91\x5e\x7d\x97\x02\x9e\x87\x37\xf6\ \x4d\x07\x29\x09\x3f\xa7\xfa\x4f\x2f\xdb\xe5\xc6\x9b\xea\xf0\xd9\ \x0a\x96\x3d\x74\x7c\xb8\x70\xe5\x05\x37\x25\xa3\xe3\xe5\xce\x7a\ \xd2\x70\xe8\x2a\x21\x5d\x54\xef\x70\x3d\x40\xb8\x62\xd7\xb1\x2d\ \xeb\x46\x2e\xe0\x9c\x3a\x2d\x47\xd0\xe4\x5d\x68\xad\x76\xff\x51\ \x7b\x30\x37\xe9\xb4\x46\x22\x1a\xd8\xba\xbc\x1c\x70\x82\x8b\xe2\ \x5b\x7b\x94\x19\xb6\x4a\x23\xe0\xa3\xbf\xfc\xdb\x4f\x83\xff\xf1\ \x24\xf5\xdd\x3f\x33\xa3\x0b\x0f\x4a\xbf\xe4\xe6\xfc\xfd\x59\x26\ \x08\x32\xcc\x69\x91\xc7\x08\xff\x56\xa7\x05\x71\xff\xf1\x49\x71\ \x2a\xc9\x1e\x8d\x5c\x5f\x46\x0e\x00\x4c\x42\xa7\xd3\xfa\x4c\xe4\ \x1b\x52\x87\x11\xae\xe3\x03\x8f\x3b\xf7\x71\x1a\xe9\xbb\xf3\x31\ \x15\xa8\xa0\x83\x4e\x30\x34\xcd\xa5\x6a\xa7\xd5\x94\x36\xc9\xe1\ \x98\x83\x01\x38\x42\xce\x20\x8e\x76\xd8\x83\xa7\x87\x36\xa9\x14\ \x5d\x60\x97\x39\x47\x0e\xbb\x64\xda\x79\xdb\x2e\x93\x4c\x53\xe9\ \x1c\xdb\xca\xf5\x28\x9a\x32\x52\x31\x3c\xca\xa1\xa8\x71\x44\xe8\ \xac\x8c\xb0\x6e\x66\xd6\x34\x49\x7d\xe3\xbb\xf6\x31\x1f\x78\x93\ \x9e\x3e\x79\xb6\x1d\xe7\x8a\xa3\x33\x42\xaa\xb1\x17\xdf\x52\x80\ \x97\x49\x05\x93\x8d\x38\x4d\xcf\x88\x8c\x3f\x6d\x1f\x57\x33\x84\ \x43\x8a\xc9\xf1\x49\xd6\x2a\x6e\x68\x7f\x6c\x56\xcd\xa4\x40\x8d\ \x2a\xed\xfc\xea\xf0\xf8\xbc\x80\xba\xb4\x74\xcb\x1b\xdd\x65\x0c\ \xeb\x26\x7b\x26\x66\xd6\xe9\x33\xd2\xf1\xc5\xd9\xd9\x9e\xac\xba\ \x9e\xa9\xbc\x7e\x7d\xaf\x8c\x38\xc6\xd2\xcc\xcd\x8f\x10\x82\x87\ \x92\x5d\x3d\x17\xd7\x3b\xac\xc1\x11\x1a\xc9\xfd\xcb\x0e\x54\xf7\ \x2e\x17\x5d\x36\x21\x23\x20\x4b\x9a\x46\xf0\x3c\xea\x64\x73\x1e\ \x24\x0f\xd2\x96\xd7\x52\x51\x59\xa0\xa9\x7d\xfb\xf5\xc7\x02\x78\ \x15\xbe\xb9\xe6\xe9\xfb\xe7\xcd\x35\x50\x48\x43\x51\x49\xde\xaf\ \xbf\x7f\x80\xd7\x34\x22\x9b\x88\x64\x5c\x6d\x46\x46\x45\x61\x01\ \x96\x5c\x94\x51\x51\x5b\x90\x4d\xe8\x2b\x2b\x6b\xac\x2a\xfc\x50\ \x50\xf6\xf2\x97\xaf\x9f\x3f\xff\x59\x19\x56\x11\x20\xef\xeb\x20\ \x1d\x75\xcd\xad\x82\x5e\x7c\x23\x53\x8c\xcd\x78\xfb\x63\x61\xd1\ \xa4\x4c\x25\x9c\x61\x0c\x29\xf5\x58\x1d\x1f\x0b\x39\x5f\x24\x4e\ \x94\xb4\x35\xb6\x16\x41\xc6\xef\x8c\x05\x0a\xbe\x7e\x04\x85\x6b\ \x6e\xac\x43\x31\xcc\x63\x50\x32\x7b\x5a\x0d\xef\x52\x6d\xca\xc6\ \x7a\x04\xad\x33\xe6\x39\x23\xba\xb5\xf2\xf7\x4f\xd9\x04\x86\xbe\ \x8b\xd6\x8f\x27\xb2\x26\x6b\xea\x5a\x8b\x32\x9e\xff\xf6\x67\xf6\ \x98\xb6\xe2\xe5\xdb\x3c\x76\x2c\xf1\x1e\xdd\x5c\x07\xe9\x56\x0b\ \x91\x05\x45\x6d\x1c\x41\xab\xbe\xc9\xca\xc3\x73\x5a\x20\x2d\xe4\ \x15\x09\x16\x8a\x34\xea\xc9\xdd\xc2\xca\xb7\x79\x65\x2d\x62\x48\ \x46\x05\xbc\x86\x18\xdc\xa5\xbc\x26\x23\x55\xea\xe9\xbe\xba\xe6\ \x98\x54\x2f\x29\x41\x4e\xc9\xc4\x46\x6d\x9f\x64\xfc\x08\xc0\x55\ \x42\x0c\xf3\xb9\x21\xbf\x4e\xde\xbe\x6f\x4f\xf1\xcb\x7a\xef\x3c\ \x37\xa9\x27\x9b\xe8\x4d\xf7\xd5\x1d\xbd\xd5\x38\xbb\x1f\x3e\x5e\ \xd8\x5c\xda\xf5\x45\x6f\x92\xb7\x23\x96\x6b\x4c\x29\x66\xe0\xe4\ \x24\x74\x3f\x4a\x5b\x1c\x67\x2e\xcf\x4f\xef\x30\x09\x68\x6e\x18\ \x00\xfb\x6a\x69\x0a\x11\xcc\x93\x99\xb2\x37\x98\x19\xdc\x1a\xcc\ \x7d\xe0\x1d\x76\x3d\x0a\x4f\x94\x94\xa1\x29\x02\x4a\xfc\x60\x1e\ \xd1\xb2\x0c\x46\x00\xdf\xb9\xd8\x3d\x66\xe3\xdd\x6f\x0c\x2b\xd0\ \x8b\xb4\xe5\x65\x06\x7f\x73\x65\xdf\xc9\x89\x2f\x1c\x5c\x3c\x41\ \xac\x28\x6f\x46\xe3\x4a\x07\xe0\x3d\xb0\xe9\x22\x29\xae\xe3\xd0\ \x7a\xc9\xc0\x35\x8d\x41\x53\x50\x2a\x69\x18\xa7\xf4\xd9\xfd\x3e\ \xac\xfa\xf8\x26\x27\x34\x4c\xbb\xc6\x2c\xdc\x1d\xad\xcb\xbb\x0d\ \xcb\xff\x61\xbd\x4d\x8e\xef\x5b\x5c\xca\x1c\x4c\x7a\x3b\xa0\xdd\ \x7d\xb0\xe1\x02\xb6\x45\xcf\x4e\x0d\x6b\x9d\x89\xd7\x1b\xa5\x6e\ \xbc\x54\xbb\x32\x34\x85\xa4\x78\x02\xea\x2c\xd4\x78\x5c\x6e\x76\ \x33\x6d\x31\x57\x6d\xa1\xd6\x7c\xc8\x8d\x8e\x8f\x2e\x8f\xb7\xa1\ \x02\x4c\x3d\x7d\x4c\x9f\x23\xaf\x15\xba\x8b\x95\x2b\x80\xf3\xe0\ \x74\xf9\x61\x75\xe7\x81\xc9\xbb\xe7\xbc\x8e\x84\xc3\xca\xfb\x2d\ \xd2\xe1\x91\x99\xe9\x89\x33\xa8\xe1\x1b\x25\xe3\x0c\x11\xc7\xc9\ \xa3\x1b\xd4\x7d\x3e\xe1\x1c\xbf\x18\x8e\x4e\x34\x66\x65\x65\xd7\ \xec\x3a\x8e\x9f\x04\xa6\x59\x88\xd4\x76\xab\x69\xf0\xbf\xfe\xfe\ \xd3\x7f\xfd\xf3\x1f\xff\xdf\xff\xfc\xc7\xff\xff\x9f\xff\x9e\xe8\ \x8f\xaf\x9d\x2a\x63\x57\x7b\x18\x53\xfb\xed\x80\xc7\x93\xff\x64\ \xc0\xb9\xbb\x76\xb2\xb5\xb7\x21\x42\x80\xae\x63\xd2\x93\x9b\xff\ \xfd\xeb\xd7\x94\x9a\x70\x07\xcb\x7d\xf3\x68\x0b\xa8\x17\x3d\xce\ \x77\x8a\x9e\xa5\xe5\x5f\x86\x8f\x53\x53\x0e\x4c\x83\x09\xb0\x3d\ \x11\x7d\x1f\x3d\x46\x95\x4b\x58\x23\x4a\x65\xc7\x08\x3b\x6c\x31\ \xe5\x76\xba\x22\xf7\xe2\xfe\x13\xe6\xae\xe7\xaf\xff\xe7\x5f\xad\ \xbe\xf5\x78\xfb\xab\x17\xaf\x1e\xbe\x71\x1d\x27\x65\xa6\xe4\xba\ \xdd\xb6\xa8\xdb\x19\x5c\xfb\xe6\xad\xb9\x89\xd5\xd1\x5b\xcf\xb2\ \xf8\xec\x36\x5a\xbf\x06\xba\x06\x72\x73\x3e\x56\x17\xbf\xb8\x5e\ \x4b\x3c\xf6\x1d\xa7\x7c\xff\xf0\x2e\xb0\x56\x9e\x1b\x73\x17\x23\ \x60\xed\xce\x70\x34\xa7\x1a\x63\x3a\x0e\x84\x45\x26\xc4\xe5\xb2\ \x3b\x18\xbf\xd8\x3b\x73\x01\xbe\xe8\xdd\xf9\xc5\x97\xbf\x95\x97\ \x2f\xcf\xd9\x4b\x07\x4d\x61\x00\xd0\x21\x85\x73\xfe\xad\x2d\x0a\ \x0b\x4b\xe4\x8d\xcd\x5e\x9a\xe7\x1d\x2b\xf3\x17\xf1\xab\xe4\xb0\ \x56\xe7\x82\x21\x30\x29\xa2\xf4\x83\xb8\x47\xe4\x02\x32\xcb\x93\ \xe2\x20\x26\xe9\xa7\x6f\xc8\x37\xa2\x77\xed\xb8\xe8\x44\x4e\xbc\ \xbc\x3c\x00\xdc\x94\x2f\x6f\x9e\x9d\x29\xc0\x67\xc5\x81\xc3\xd1\ \xd5\x41\xf7\x37\x1f\xde\x5b\x4f\x78\xf3\xe2\x2f\xff\xf1\xc5\xae\ \x7c\xd6\x89\x49\xf0\x3e\x06\x4e\xeb\xf3\x03\xa6\x9b\xeb\x65\xc9\ \x1e\x90\x9b\xfe\x2c\x70\xb1\x11\x29\x4e\x40\xfc\xf0\x26\x11\xe6\ \x32\xb5\x6f\xa4\xe6\xdf\x7f\x63\x65\x4c\xf9\x45\x4a\x26\x02\x21\ \xca\x1f\xc0\xb8\x3b\x53\xbe\x03\xb7\x97\xfd\x8a\x0a\xfd\x2a\xb3\ \x0d\x5e\xf8\x36\x23\xaf\x12\x3e\x03\x81\x36\xe0\x51\x72\x32\x8e\ \x38\x47\xc7\xaa\x66\xb4\xc3\xa1\xb5\x28\x0d\xa5\x46\xfd\xef\x4e\ \x2d\x6f\x69\x68\xf1\xd0\x66\xe6\x19\x7b\x04\x53\x2a\x6c\xd9\xac\ \x74\xe4\x53\x5e\x99\x0e\x0b\x69\x2e\x5b\xd4\x40\xb0\xb2\x0c\x08\ \x8f\x86\x8d\x0d\xa1\xc9\x02\xa6\x44\xac\x8c\x7c\xdf\xe9\x9a\x1b\ \x12\xe0\xa9\x44\x34\x04\x8a\x6b\x46\x77\x35\xd4\xe4\x7d\xe8\xd6\ \xcb\x37\x69\x48\xea\xc8\xb4\xd2\x68\x0c\xcf\x4f\xb3\x1c\xe3\x54\ \xb1\xa4\x57\x2d\x6f\x91\xb7\xdb\xe5\x43\x0a\x09\x95\x3d\x2a\xe3\ \x44\x77\x97\x80\x20\xcd\x7f\x82\x93\x03\xe0\x54\x36\x6d\xb8\x07\ \x8d\x6b\xa4\x28\x66\x34\x32\xb9\x64\x42\x25\xa3\xf3\x47\xe5\xac\ \xee\x9e\x71\x1e\xdf\xd8\xd1\xc5\x9a\x65\x2a\xd1\x02\x2a\x67\x8e\ \x25\x9b\x21\x90\xd7\xb5\x65\x3d\x66\xc9\xcc\x08\x04\xd2\x25\x41\ \x76\xc1\x3b\x14\xcd\xa8\xbe\xb6\xe7\x93\x94\xf7\xff\x52\x59\xf4\ \x1b\xae\x8f\x5a\x53\x09\x29\xa9\xa8\x43\x95\xbc\x6e\xa9\x7b\x5b\ \x82\xec\xae\xa8\x28\x84\x7c\xfa\xed\x39\xd4\x80\x7d\xf9\xf9\xe5\ \x87\x6e\x74\xc3\xa7\x0f\x2f\xf3\x7a\x6a\xbb\x6a\x8a\xb8\xd4\x91\ \xda\x92\xfe\xc6\xca\xb6\xd7\x59\x45\x70\x68\x63\x6f\xe1\xcb\x3f\ \x7f\x7f\x3f\x66\x20\x90\x2b\x8b\xaa\x5e\x16\xb5\xe6\xd5\xa1\xda\ \xc8\x63\x55\x19\x59\x19\x7f\xbc\x6d\x99\x1a\xa9\x41\x96\x14\x34\ \x28\xb6\x05\x4d\x8d\x75\xdd\x5d\x28\xc3\xba\xbe\xaa\xad\xa2\x90\ \x4c\xa7\xf6\xca\x26\x8b\x9e\x76\x31\x20\x85\xb5\x5d\x04\x8a\x8e\ \xb5\x39\xd4\xd5\xd0\xdf\x36\x32\x3e\xd5\x2b\x2c\xc2\x62\x89\xfa\ \xba\x82\x97\x7f\xfe\xcb\x9f\x45\x04\x4a\x77\x57\x4f\x4d\x57\x7f\ \x19\xbe\xaa\xa6\x8c\x8f\xac\x69\x2c\x6a\xf9\xb1\xa2\xe8\xf5\x8f\ \x75\xbe\xcd\xdd\x14\x39\x41\x1d\x95\x5e\xa1\x47\x7a\x27\x28\x38\ \x9a\xa3\xa3\xbf\x6c\x07\x07\xa1\x2f\xa2\x43\x92\x29\xa8\x11\xd9\ \x54\x67\x84\x38\x56\x87\xb5\xfa\x75\xfa\x72\x0d\xdb\xd0\x54\x51\ \x31\x3a\x45\x6b\x64\xb6\x98\xc7\x0d\x5a\xce\xd0\xb6\x18\x59\xd3\ \xd0\x2d\xeb\x93\xc8\x27\xb0\xdb\x87\x2b\xe0\xf2\xc4\x8e\x6c\x5e\ \xed\x3d\xd5\x4f\xd0\xe2\x01\x9f\xcc\x72\x7a\xc8\x56\xc9\xc3\x8f\ \x27\xed\x00\x47\x70\x64\x5b\x24\x16\x86\xb6\xf6\x52\x18\x2a\x87\ \x7a\xff\xd6\xea\xdf\x75\x6f\xde\x06\x60\x83\x81\x6f\xa2\xb0\xbc\ \xbe\xbb\x49\x55\xcc\xcf\x0a\x97\x2e\x1b\xb4\x97\x3c\xb1\x61\xf9\ \xe4\xfe\xd2\x7e\x29\x0a\x88\x10\xe5\xf9\xc9\xae\x78\xe3\xe7\x91\ \x77\xff\x95\x28\x71\x44\x96\x8e\x6f\x4e\x0f\x68\xe4\xe7\xe8\xad\ \xf9\xa8\x63\x77\x84\x2e\xf4\x45\x43\x26\x06\x02\x64\x75\xec\xf1\ \xdc\x8e\xf5\x5e\x82\x6d\x92\xb3\xe8\x43\x4b\x95\x34\x17\x2f\x1e\ \xa5\x28\x15\x53\xe4\x5e\x86\x9e\xb9\x2a\xda\xcf\x04\xa9\x03\x12\ \x0c\x60\x46\x0c\xde\x85\x53\x8e\xe3\x0e\x5a\x38\x1a\xda\x08\x9f\ \x81\x30\xe5\xe6\x12\xeb\xe6\xf8\x06\x74\x1d\x0e\x58\xd2\x2e\xde\ \x1c\xde\xe6\xca\x6e\xc3\xac\xe4\x68\x70\x78\x60\x20\xf5\xe6\x3e\ \xb1\xf3\xdc\x4e\x20\x03\xa7\x3c\x1e\xe5\x68\x37\x74\xd2\x7d\x12\ \x0b\x0f\x2c\x6b\xd6\x51\x06\xb4\x1c\x2a\x9d\x6d\xf9\x45\xc0\xe2\ \x34\x42\x38\x86\x79\xcb\xed\x31\x4c\x7c\xf8\x0d\x2e\x39\x06\xea\ \x4e\x3f\x9d\x08\x38\xc9\xe2\x9d\x7d\x0c\x4d\x56\x9e\x5f\xed\x8b\ \x5f\x1e\x2d\xdd\xfb\xdd\xfb\xe1\x87\x4e\xd8\xab\x72\xcc\x43\xe0\ \x88\x36\xb3\xbc\xb9\x39\x72\x4d\xba\x1d\x0c\x0a\xfe\xf9\xb1\x1a\ \xe6\x50\xc6\xc6\x37\x21\x62\x6d\x17\x2a\x2b\xbb\x50\x20\xbc\x5f\ \x29\xf6\x04\xc2\x97\xd5\xb1\xfb\xd1\xa5\x48\xee\xb3\xa4\x7f\xfb\ \xf2\xe5\xd9\x7f\xfe\xe5\x45\xe2\xbe\xd0\x26\x37\x30\x97\xce\xae\ \x02\x26\x5e\xd4\x1d\x77\x63\x7e\x82\xd9\xab\x53\x9c\xb0\x81\x5c\ \x92\xc5\x91\x89\x49\x5d\xdb\x01\x10\xfa\xed\xd4\xeb\xc1\xfb\x1b\ \x47\x66\x42\x5a\xfe\xc3\x37\xd6\x9c\x76\xe5\xb6\x6d\x76\x35\x30\ \xf0\x8f\x34\xcc\x40\x71\xb5\x8f\x9a\x04\x13\xdb\xdc\x88\x19\x33\ \xe9\x1b\x4f\x3c\x48\x89\x7a\x12\x16\x0e\xe8\x3a\x31\xe8\x8b\xd5\ \x65\x74\x2d\x8b\x7e\xfa\xef\x7f\x3e\x2a\x3e\xba\xcf\xcd\x4c\x4b\ \x79\x12\x29\xff\x5b\xd2\x5c\xdf\x7e\xc8\xeb\x53\x85\x07\x6c\xf1\ \xa3\x05\x4b\x3b\xc9\x19\x32\x9b\xc7\x1b\x77\xe6\x77\x4f\x17\xc3\ \x34\x10\x14\xed\x63\x9d\x49\xd5\x98\xcb\xff\xfe\xf7\xff\xfe\x1f\ \x00\xf6\x2c\x0d\xd1\x3e\x68\x0a\xdc\x45\x4d\x2f\x16\x1e\xbb\x19\ \x0b\xc0\xfa\xb6\x97\x04\xde\x24\xad\x6d\x46\x9d\xa7\x61\xd0\xe7\ \xf7\x78\x3a\xe3\xe1\xad\x63\x11\xcc\x54\xdd\x09\x3e\xfe\x78\x91\ \x9c\x64\xb5\xef\xd0\x7d\x37\x69\x80\xf0\x56\x55\x37\xe5\x71\x2d\ \x7d\xb3\xaa\x7b\x17\x78\x62\xb7\xb9\x60\x01\xdb\xda\xcd\xee\xf5\ \xb3\xef\x93\x1e\x5d\x5f\xdf\x2c\x24\x92\xc0\xf8\x34\xf8\xf8\x81\ \xe5\x9e\xb1\xdf\x9e\x33\x1a\xbe\x68\x7f\xe1\x17\x30\x30\xfe\xdd\ \xe3\x9d\xfd\x59\xe5\x9c\xdd\x15\xba\xb5\x1d\xea\x27\xc6\xac\xe5\ \x37\x98\xd4\x8d\xce\x77\xff\x75\x3f\x0e\x4b\xac\x06\xbe\x65\x76\ \xe2\x60\xa0\x13\x1c\xdb\x04\xf3\x73\xf3\x1f\x3f\x79\x77\x90\xbe\ \x73\x1b\x61\x6d\x20\x48\x69\x39\x8f\x3d\x1b\x99\x88\x73\x91\x67\ \xed\xd6\x61\x75\xae\xb8\xdd\x77\x16\xcc\x40\x24\x01\xf3\xdd\xc2\ \xd9\xfc\xa6\x97\x5d\x46\x44\x62\x71\x2d\x9a\xae\xec\x42\x72\x5b\ \xe1\xdb\xec\xb7\xcf\xa1\x6d\x0d\x59\xe8\xba\xcf\x2f\xf5\x1b\x73\ \xaa\x5d\x76\x2b\x1a\xa7\x93\x42\x91\x6a\xa4\x16\x5b\xa6\x33\x76\ \x35\x35\xf4\xa8\xfa\x04\x02\x72\x3f\xb1\xa7\xac\x27\x83\xb3\x89\ \x86\x96\xb4\x32\x6b\xf3\x3a\x5a\x9b\xb9\x7d\xc8\xab\x21\x21\x5e\ \xdd\x8f\xd7\x77\x34\xe0\x28\x3a\xea\x24\xd5\x1c\x0b\x6c\xcf\xbc\ \xfe\xed\xeb\x6f\xbf\x7f\xfd\xfa\xc7\x6f\x55\xd3\xb3\x04\x2d\xd9\ \xde\x31\xd2\x58\x86\x1f\xc5\x6a\xd4\xb3\x23\x46\xc7\xda\xb2\x8e\ \xde\x25\x8e\x07\x7d\xa1\xd3\xb0\x63\x9d\x26\xde\xf4\x3b\xdc\xe1\ \xb8\x90\xd1\x5b\x29\x5c\xd1\x54\x94\x69\x27\x65\x8d\x70\x5c\x1f\ \x53\xbd\xb9\xad\x52\x2c\x0f\x73\xf8\x1d\x7a\xbd\xa6\x0d\x2e\x5e\ \x9e\x62\x8d\xf4\xe2\x87\x8d\x27\xc2\x9e\x1d\xfa\x0c\x73\xaa\xaf\ \xaa\x80\x01\x47\xe3\x88\xdd\x9b\x9a\xba\xda\xda\x5a\x78\xc1\xe7\ \xac\x8a\xca\x92\xda\x92\x3c\x2e\xa5\xe5\xf3\xdb\xec\xc6\xc2\xec\ \xa3\xd6\x8c\x8e\x96\x7e\x14\xb2\xbb\xac\xa9\x31\xfb\xfd\xeb\x42\ \xe1\x4c\x49\x49\x59\x45\x76\xc6\x2f\x59\x65\x59\x79\x1d\xdc\x09\ \x6c\x15\xb4\xbb\x59\x4b\xac\x28\xea\xa9\x68\x52\xa3\x8b\xfa\x91\ \x65\x23\x68\x75\x17\x11\x0b\x1f\x0e\x4a\xfb\xba\xea\x3a\x66\x35\ \xb2\xee\x9a\x26\x7e\x73\x2b\xa4\xa6\xa6\xa4\xe9\x73\x05\xbe\xa6\ \xa9\xf6\x7d\x56\xa3\x9e\x45\x84\xe4\xfd\x5a\xd4\x01\x95\xb3\x90\ \x94\xac\xb7\xfd\x04\x05\x04\x3b\x52\xd0\x38\x4b\xd4\xd2\x56\x75\ \x84\x86\xee\xc6\x9e\xac\x32\x25\xad\x4d\xd0\xdd\xd0\xea\xd5\x11\ \xc6\xbb\x6a\xde\xff\xf8\x7b\x56\x41\xe5\xaf\x5f\x5f\x66\x15\x3d\ \xaf\x68\xe8\x21\x94\xbd\x7d\x59\xd1\xd6\x36\x5d\x91\x57\x56\x24\ \x14\xd4\xbc\x85\xa2\x9e\x3f\xfd\xf0\xe3\x6f\xdd\x9c\xe5\xa4\xf8\ \x2c\x71\x66\x62\xd4\xcf\xd5\x94\x75\x6b\xfb\xd5\x70\xfe\x4a\xbf\ \x82\x33\xdd\x5b\xd9\xdc\xc4\xf7\xe2\x50\xd8\x16\x22\x7e\x69\x0e\ \xd9\x8a\x96\x91\x6f\x69\x0c\xbd\xc3\x7f\x33\x2b\x96\x4f\x28\xac\ \x7a\xdb\x8e\xa2\x86\xa2\x0c\x6b\xe3\xfe\xae\xf9\xd3\x55\x7a\xdc\ \xd7\x32\xe4\x13\x2b\x0f\xf7\x29\x6f\x21\x64\xf3\x04\x01\x0d\x1d\ \xde\x85\x12\x4e\xfd\xdc\xba\xb7\x5b\x71\xbb\x4c\xb6\xeb\x0e\x82\ \xc3\xb2\xc3\xc5\xe9\x91\x33\xbb\x74\x62\xf5\xda\xed\x73\x8e\x86\ \xa9\x2b\xeb\xf3\x20\x28\x5c\x5d\x0c\xfa\x72\x84\x43\x53\xca\x13\ \xa6\x77\x7d\x69\x97\x13\xb8\x9d\x11\xcf\x4d\xf1\xc1\x03\x27\x83\ \xcb\x3c\x0a\xb9\xe3\x33\x05\xef\x9f\x7f\x52\xfe\xfd\x6f\x93\xd2\ \x4b\xd2\x99\xac\x5f\x22\x43\xe9\xa6\x85\xd1\x7d\x16\xf8\xb8\x78\ \x33\x1a\xde\xed\xa0\xaa\xec\x17\xc3\xa2\xda\x3a\x7c\x76\x11\x59\ \x58\xbc\x10\x37\xef\x03\x77\x8e\x61\x62\xed\xcc\xa2\xa0\x0c\x6e\ \x2c\xe9\x29\xc8\xa0\x4c\x3b\xd6\x81\x35\xd2\x2d\x98\x13\x8c\x16\ \x5b\x22\xd5\x99\x99\xf9\x39\x09\x1f\xaf\x4d\xb0\xe2\x8d\xc4\xf2\ \x3d\xd7\xe5\x2e\xb0\xbd\x3b\x28\x1c\xdb\xd9\x0d\x9f\x1e\x9e\x5d\ \x86\x2f\x07\x91\x78\xd1\xdf\x45\x99\x77\xa1\x55\xf4\x54\x1c\xd8\ \x0f\x0e\xdc\xc5\x77\x37\x76\x16\xfb\xc5\xcf\xb6\xf6\xe7\xc2\x8e\ \x58\x68\x5f\xb9\x14\x5e\x48\x0f\x2f\x9e\x32\x59\xeb\x1c\xef\x52\ \xd8\x69\x90\xee\xee\x45\xf2\x49\xeb\x5e\x97\x71\x45\x73\x06\x50\ \xd9\xa4\x3d\xc7\xd8\x8a\x25\x4d\xe1\xde\x5a\x79\xe4\x5b\xf1\x5f\ \x5e\xdb\x37\x4e\x76\xae\xd3\xd2\x5e\x91\x2c\x6e\x10\xf3\xe8\x8b\ \xd3\x7c\x16\x96\xaa\xd5\x1a\xd7\xde\xb0\xd8\xe5\x12\x2f\x3c\xe3\ \x4d\x46\xc9\x23\xa0\x1a\xcd\xee\xd7\xab\x14\x9b\xcb\xc0\xfa\x85\ \x96\xbc\xac\x1e\x69\x2c\x69\xe2\x1e\x21\x7e\x0e\xf7\xa2\x25\xe5\ \x9d\x07\xe6\x28\xff\xbc\xba\xb8\x1d\xe6\xb1\x94\x93\x18\xd1\xf9\ \x5d\xbf\x6f\x9a\x3b\x0e\x54\xaf\x8d\x06\xa3\xcf\xbe\xa4\xa7\xd6\ \xbb\xc0\x81\x84\x38\x10\x10\xe5\xdf\xf7\x52\xcf\x81\x87\x96\xdd\ \x13\x4c\xf8\x6a\xc7\x75\x34\xb8\x77\xb4\x50\x3f\x98\x09\x6b\xcf\ \xa9\x77\xe6\x5c\x5c\x5d\xf9\xec\x0b\xee\x35\x30\x66\x8d\xaf\x9e\ \x5f\xdc\xe5\xa6\x46\x91\x43\xae\xfd\xd3\x9a\x3f\x7f\xfd\x90\x51\ \x45\x66\xc5\x73\xff\xfe\xb7\xef\x53\x61\x0b\x89\xc9\x88\x77\x5f\ \x0e\x9c\xfb\x81\x14\x9f\x67\x2d\xe7\x38\xe9\x5d\x7d\xf8\xe8\x74\ \x65\x07\x36\x3f\x4d\x86\xbf\xcd\x30\x0e\xd1\x14\xfd\x54\x23\x76\ \x0e\xb1\x38\xcb\xb3\x73\xb0\x46\x70\x00\xb3\x51\xca\x04\x80\xf2\ \x30\xb8\x7d\xeb\xc6\xe4\x66\xde\x2e\x87\x73\x16\xb6\x37\x12\x57\ \x82\x88\xb1\xf1\x81\x1f\xd2\x0f\x8f\x0f\x40\x93\x6f\x3f\x7a\xb8\ \x7e\x74\x04\xf4\x8f\xcc\xef\xba\x30\xcf\x4a\x1f\x60\x4c\xfb\xb3\ \xe6\xdc\x05\x58\x7a\xb1\x65\x0d\x3c\x3d\x75\x5c\x1f\x60\x2e\x02\ \x33\xd7\x9d\x03\xd6\xfb\x62\x17\x78\xec\x9f\xbf\x5a\x19\x30\xd3\ \xe8\xfb\xde\xa5\xf3\xbd\xb5\x33\x84\x25\xfc\xa8\xda\x13\x05\x4f\ \xd8\x53\x3a\xfb\x29\x9f\xae\xf4\xba\x3b\x1d\xa9\xee\x23\xd0\x55\ \x6f\xfa\xfe\xf1\xfa\x50\xed\xcb\xb2\xf1\xbd\x8d\x1f\xde\x94\x96\ \xa7\x17\xc7\x2e\xae\x62\x2b\xa2\xf2\x83\x4e\x58\x60\x23\x91\x94\ \x74\x97\xfc\xf3\xc3\xef\x1f\xbe\xc8\x4d\x6a\xd7\x2e\xbc\xb8\x0c\ \xa4\xda\xd7\xd2\xd2\xde\xe4\x57\x17\x63\xee\x27\x05\xab\x54\xc6\ \x92\x48\xf4\x30\xa5\xbe\xb3\x3d\x37\xf9\x3b\xdb\xbe\x4d\xc1\x67\ \xb9\x96\x65\xe8\x36\xb4\x79\xf2\x8f\x3f\x9e\xe3\x20\x4f\xab\x5e\ \xfe\x5a\xd1\xf7\xfe\x43\x61\xcb\xa7\x8c\x3e\x6f\xc4\xbe\x32\xab\ \xeb\x6b\x6a\x91\xc1\x2b\xb1\xfd\x7d\xda\x29\x0a\x41\xab\x30\xec\ \x08\x85\x06\x41\xf7\x54\x7f\x41\x55\x63\x2b\x77\xb2\x57\x33\xc5\ \x62\x8d\x75\x30\x4f\x87\x0c\x12\x57\x1c\x91\xe2\xda\x71\xd0\x67\ \xa7\xf4\x04\xfe\x58\xd4\x16\xbb\x75\x85\xd9\xd8\x97\xaf\xff\xf8\ \x23\xe3\xfd\xe7\x97\xe8\x61\x9d\x8e\xc8\x88\x95\xc6\xe3\xfe\xa3\ \x69\xe9\x39\x55\x42\x40\x2d\x33\xe0\x5a\xde\x0e\x8b\xd9\x6b\x58\ \x17\xce\x2b\x74\x4a\x2d\x45\x26\x30\xf8\x27\x88\xdd\x2b\x75\x10\ \x4a\x41\xa5\x1a\x3e\x65\xa6\x46\xbd\xb2\x7e\x96\x76\x65\x4e\x42\ \xd7\x29\xe5\x28\x2c\xbc\x6a\x74\xf0\x20\xee\xf6\xec\x99\x3b\x8c\ \xbc\xf0\xb6\x76\x42\xc1\x20\x60\xf1\x48\x5d\x2f\xa4\x69\xb6\xa0\ \xb2\x7f\xa6\x8b\xd0\xd1\x55\xd7\xac\x86\xb6\x4e\x3e\x7d\x5e\xf7\ \xb6\x12\x52\x01\xad\xab\x78\xdb\xdb\xf6\x5b\x4b\xd5\xef\xbf\xe7\ \x75\xa1\x51\x5d\xa8\xbe\xe6\x9a\x1f\xff\x28\x14\x90\x1b\x2a\x1b\ \xaa\x0a\xdf\x96\x34\x3e\xff\xf4\xb4\x6d\x02\x4b\x6d\xab\x93\x1d\ \xe9\x6a\x26\xf1\x75\xdd\x55\xfd\xdd\x9a\x8a\x8a\x1e\xb6\xac\xad\ \xa1\xbf\x75\x64\x7a\x5a\x42\xd1\x10\x51\x1d\x4d\xc3\xd3\x4f\xb1\ \x72\xe2\x34\xba\xad\xbf\x19\x5e\xd6\x86\x47\xf6\x43\x28\x75\x19\ \x75\xf0\x65\x22\xb7\xb5\xf6\xb7\x7f\x69\x00\x19\x1d\xad\xb2\x49\ \x3d\x6d\x58\xd3\x51\x43\x41\x8d\x0a\x29\xe7\x44\x2c\xb7\xb6\xb6\ \x99\x30\xa2\x11\x10\x7a\xbb\xdb\x26\xc6\xd1\x72\x3c\xb2\x63\x42\ \xdf\xf1\xb4\xbb\xb6\xa6\xe0\xc7\xa7\x84\xa6\xaa\x3a\x4a\x6f\x4f\ \x5f\x49\x23\x97\x58\xf8\xfb\xd3\xde\xc6\xbc\xac\x97\xbf\xbd\x36\ \xf6\xbf\xff\xe5\xeb\x8f\x15\xd3\xe6\x43\x5b\x5f\x1f\x56\x6a\x1f\ \x27\x0a\xd4\x93\xf3\x8b\x7e\x35\x85\x32\xd7\x35\x7e\x19\x9d\x9b\ \x59\xe1\xe3\x59\x9c\xb2\xd6\xed\xc9\xf9\xa3\x15\x68\x19\x9f\x4b\ \xd0\x35\x66\x71\x59\x73\xc1\x75\x3e\x6f\x62\x89\x04\x7e\x9b\x94\ \x6c\x85\x1f\xf4\x2f\x61\x69\x93\xfc\x51\xd5\xda\xdc\x2e\x8e\xad\ \xd5\xb2\x57\x97\x50\x04\x77\x39\x1d\x37\x64\x3b\x94\x96\x48\x87\ \xa6\x37\x4f\xab\xf8\xf5\xdb\xbd\x1d\x2c\xfe\xd4\xce\x5c\x38\xc6\ \xa1\xc3\x09\x84\xe9\xc3\xf2\xbd\x9d\x87\x4b\x20\x6f\x18\x54\x8e\ \x3a\xe6\xe6\xa2\xa0\xa3\xba\xbe\xf4\x8c\x75\x6b\x23\xa6\xc5\x9f\ \x56\x30\x95\xe3\xfa\x2e\xea\xb4\x17\x8c\x5c\x6d\x1e\xb8\x6f\xbc\ \xda\xba\xb2\x4f\x9f\xfe\x80\xff\x33\x6e\x80\x31\x4b\x0f\xef\x67\ \x56\xef\xb5\x4d\x04\x6e\xaf\x22\xc8\xe6\x34\xa3\x54\x71\xbe\x7e\ \x45\x4d\x17\x2a\x44\xa3\x73\x14\x01\x74\x04\xbe\xcc\xec\x03\x19\ \xb3\xc6\x7d\x0e\x1e\x32\x11\xed\x9d\xa8\xcc\xcb\xc8\x7b\x9b\x51\ \xd9\xd5\x47\xe8\x67\xea\x9b\x88\xfb\x0b\x27\x0b\xde\xfa\x54\xf7\ \x37\x09\x70\x65\x26\x83\x99\x03\x81\xa0\x1b\xdc\x20\x19\xc4\xed\ \xc3\x17\x96\xa4\x76\xff\xc1\x10\x6f\x01\x20\x3d\x5c\x8a\x8e\xd2\ \x12\xe5\xab\x6b\x96\xb0\x29\xea\xb6\xce\x19\x76\xa6\xae\x0f\x62\ \xb7\xa2\x39\x95\x75\xd4\x28\x36\x87\x61\x96\xd2\xd4\xd9\x4d\xfa\ \xb7\xce\xbe\x94\xcb\xdc\xbc\xf3\x45\xf1\x0e\xe0\x0a\xd3\x16\xd3\ \xa3\xa6\xf2\x76\x17\x28\xa4\x82\xbb\x3e\xdb\xa9\x35\x33\x1d\x08\ \x1e\xce\xcc\xc5\x30\x20\x18\x8b\x82\x7f\x1b\x5c\x33\x47\xee\x7c\ \xa2\x81\x52\x9d\x9b\xde\x09\xb0\x1c\x5e\x20\x1d\x71\x32\xcc\x70\ \x65\xa6\x3a\x61\x11\xa5\x9e\x6f\xa3\x9d\x8d\x0e\xcb\xe0\xd3\x2e\ \xd6\xc5\x95\xfb\x36\xdc\x99\xae\xd4\xe1\x2b\x9b\x5b\xab\xe0\x65\ \x04\xbf\x35\x33\xd3\x14\xc5\xcf\x80\x8f\x3b\xad\x47\x7a\xdb\xb3\ \x84\x24\x6b\xfb\xe3\xfa\x6f\x16\x73\x79\xbc\xcc\x0e\xa9\x46\x31\ \x24\x98\x01\x6f\x4f\x73\x4d\x11\x9b\x06\xaa\x07\xae\x33\x3b\x49\ \x56\x51\x6c\x9e\xb5\x67\xb5\x6c\x9c\x00\xf7\x2c\x54\x23\x63\xdb\ \xb0\xbf\x70\xbb\x63\x77\xdb\xcb\x11\x9d\x6b\xb9\xe7\x66\xb9\x45\ \x32\x6e\x92\x77\x73\x58\x2b\x4b\x80\xdf\x44\xaa\xb6\x24\x88\x14\ \x2a\xe6\xac\x9c\x1e\x9d\xa6\x18\x55\x0a\xe9\xa0\x75\xb0\x7c\xbf\ \x3d\xe1\xcd\xcf\x5f\xd2\x72\x52\xd2\xbf\xfc\x04\x5a\x02\xe2\xf8\ \x54\x6c\xef\xca\x41\x8d\xc6\xe4\x64\x78\x4f\x21\x91\x32\x33\x4b\ \x68\xcc\xaa\x5a\x89\xb3\xe7\xa7\x6b\x7f\xad\x2a\xa2\x98\xf2\x03\ \x0b\x1b\xb7\x68\x46\x9c\x24\x0a\x5f\x03\xf9\xa4\xed\xcb\x01\x20\ \x87\xdf\x12\xb8\x08\x78\xdc\xd5\xc9\x83\x07\x0b\xf6\x8b\xea\xeb\ \x81\xc7\x69\xaf\xae\x45\x0b\xa5\x7b\x43\xc7\xd7\x53\x3b\xc2\xa9\ \xa5\xab\x23\xfd\x37\x71\x8c\x0e\x4f\xee\x0d\x9a\xa9\x52\x66\x5c\ \xe4\x38\x10\xe5\x9c\xab\x86\xf9\xc7\xd7\xde\xd1\xbd\xa4\xbf\xfc\ \x84\x00\x81\xb5\x85\xd1\xfd\xb8\x37\xec\x02\xee\xdd\xd1\x8b\xf4\ \x94\xbf\x0c\xd0\x56\xd6\xa5\xbd\xcc\xe0\x82\x83\x7c\x16\x1f\x44\ \x88\xfe\x92\x7f\x41\x93\x96\x1d\xfd\xdf\x7c\x52\xee\xf9\x91\x1c\ \xab\xd5\xfa\xf7\x2e\x78\x8e\xeb\x5d\xce\x98\xfb\xee\xa4\xde\x5a\ \xbd\x1a\x43\xf0\x92\xef\x60\xa3\xf3\x17\x4a\x9e\xdb\x35\xf0\x2e\ \xfd\x82\xf4\xe6\xcb\xcf\x6f\x12\x9e\x7d\xc9\x2c\xae\x7e\x05\x0b\ \x9d\x8b\x52\xce\x7d\xd1\x9d\x85\x1c\x58\x2e\x29\x0e\x7c\xb7\xc1\ \x03\xc4\x12\x9b\xdb\x61\x9b\xc7\x6d\x47\x69\xcc\x1e\xc8\xb7\x0c\ \x6a\xcc\xc8\x7b\xf9\xfe\xf3\xf3\x0f\x79\xef\x33\xd0\x0d\xee\x7b\ \x8e\x9b\x29\x37\xd3\x1d\x38\x7c\xdb\xfc\x8a\x7e\x58\x3e\x3e\xa9\ \x9b\xd0\x13\x1d\x5e\xc1\xdc\x4c\x5b\x49\x73\x58\x88\x53\xe9\xb7\ \x99\x54\x0d\xf9\x04\x0f\xd9\x71\xdc\xba\x0e\x16\xc0\xc1\xf4\xfc\ \xea\x47\x69\x62\x0d\x0e\x27\x55\xae\xf6\x55\x95\xd5\x35\x49\x19\ \xcc\xfe\x45\x7d\x73\x23\x6a\xb6\xb9\xa3\x00\xab\x9a\x0f\x0c\x66\ \x26\x4f\xe3\x91\x13\xdd\x0d\x6a\x9e\x63\x5a\xe8\x53\x1b\xd0\x3a\ \x3e\x7a\x4a\x86\xc7\xf5\xf7\x55\xe4\x15\xd4\xc9\xdb\x6a\xbb\x87\ \x7a\x66\x87\x29\x14\x22\xa4\x0c\x0b\x6d\x1d\xa3\x33\x9b\x64\xfd\ \xd3\x9a\x15\x99\x4b\xd9\x42\xd3\x55\x15\xae\x6e\xd3\xa2\xe1\xb0\ \x9f\x67\x5e\x26\x13\xe6\x57\xfa\xa4\x53\x7d\x14\x62\x5f\x6b\x0b\ \x01\xd2\x85\x35\x74\xf7\x40\x6a\xf2\x2a\x1b\xfb\x0b\x2a\xfa\x9a\ \xb3\xb3\x5e\x97\x41\x0b\xb3\x0b\x32\xfe\x7c\xda\x4f\x6c\x6a\xae\ \xad\xc8\x6e\xc1\xce\xd6\xb5\x76\xb4\x35\x7e\xf8\x9c\x51\xc5\xc5\ \x17\x3d\x2d\x68\xc3\x12\xbb\x6a\x2b\x6b\x3a\xc8\x62\x6c\x4b\x0b\ \xc1\x3a\x52\x42\x11\xeb\x25\x62\x06\xd6\xb0\xdf\x37\xb5\x2e\x6b\ \x95\xcf\xd6\x4d\x2a\x35\x0c\x9c\xac\xb7\xe8\xed\x73\x4a\xf7\xf3\ \xaa\x92\x2e\xa1\x6c\xb2\xae\xe6\x79\x13\x5c\x36\xac\xd2\x0e\x6d\ \xe3\x54\x64\xf6\x9c\xa4\xe5\xc3\xd3\x0c\xe4\xb4\xa1\xac\xb1\x71\ \x04\xda\x66\x9b\xad\x6a\xd2\x13\x66\x21\x58\x02\x77\xcc\x8c\x13\ \xa8\xd8\x4c\x03\x94\xd0\x2f\x93\x62\x15\x14\xa8\x40\x33\x8d\x26\ \x76\xf5\x7c\x29\x76\xed\x6d\x4e\x6b\x59\xac\x51\xb4\x14\xdf\xdc\ \xd4\x37\xec\xc0\x3d\x7f\xdf\x51\x53\x59\xd9\xf2\xfe\xf7\x5f\x9e\ \x43\xf2\xb8\xf3\x33\x13\x75\x48\xad\x69\xab\x29\x14\x14\x0f\xed\ \xb0\x75\xf0\xa0\x71\xd2\x30\xb3\xa3\xc5\xe2\x14\x13\xaa\x45\xa1\ \x8a\xe4\xe2\x2d\x19\x39\x60\x4c\x68\x23\x0b\x18\x3a\xb6\xb1\xab\ \x9b\xce\x61\x28\xb0\x44\x78\xa3\x44\x7c\x12\x77\x2d\x05\xae\x87\ \x62\x8b\xe2\x29\x9b\x63\xdb\xb5\x7d\x05\x9e\xce\x7f\x33\x30\xfe\ \x4c\x07\x2e\xb8\xcd\x0e\xcd\x36\x1e\x79\xd5\x73\x3d\x64\x59\x9f\ \xaf\xcf\x48\x61\x0b\x88\x91\x19\x7a\x08\x71\xb7\xb1\xe5\x1e\x47\ \xeb\x4f\x3b\xa9\x2b\xcf\xc0\xa1\xcd\x50\x6c\xeb\xfc\x0a\xb8\x77\ \x9e\xef\x83\x8f\x2d\xfb\x3a\x95\x77\x6e\x82\x8a\x38\x30\x9c\xf3\ \xac\xc6\xd8\x85\xd2\xd5\xd9\x3d\x72\xf4\x70\x20\xdf\x24\x87\x94\ \x7c\xfd\xaa\xcf\xe4\xd2\x80\x73\x9e\xbc\x12\x32\x3c\x6a\xbd\xb1\ \xae\x7b\xec\x4b\xa3\x2c\xf3\xfa\x8c\x9a\xdf\x73\xf6\xa0\x81\x2d\ \x3f\x91\x06\x21\x64\x38\xf6\x74\x08\xab\xf6\x36\x52\xe2\xe2\xdd\ \xd8\xbd\x7b\x6c\x98\x88\xab\xf8\xf4\xfa\xf5\x1f\x5f\xe1\xf0\xcf\ \xaf\x71\x04\x33\x29\xfe\xe0\x2f\x0f\x72\x45\xae\xe2\x35\xcb\xf9\ \xdd\xf5\xc9\x75\x6c\xde\xef\x72\xdd\xc5\xe6\xad\xae\xf5\xc1\x53\ \xaf\xd7\x5f\xbc\xe3\xb4\xee\xb8\x6d\x91\x44\x51\x48\x2e\xb1\x0f\ \xaa\xa6\x3d\xa3\x10\xd1\x92\x27\xf6\xd7\x85\x2b\x57\x00\xe6\x1f\ \x5f\xc1\x72\x16\x2e\xce\x4c\xee\x4e\x00\x88\x26\x5c\x7a\x7d\x2b\ \x1d\xfc\xc8\x2a\x8e\x14\x59\xce\xa5\x9e\x2d\x29\xe3\xeb\x5e\xa5\ \xfb\xac\xde\xb9\x84\x9c\x16\xfb\x76\x6c\xce\x0b\x92\xfb\x66\x01\ \x73\x19\xb1\xd3\x25\xce\x5d\x20\xf5\x59\x42\x75\xf4\x78\x93\x0a\ \x94\x97\xc2\xc2\xcf\xf6\xd7\xca\x3b\xa3\xd1\x6f\xe8\x93\xba\xf1\ \x43\x82\x1b\x73\x51\x25\xb8\x4a\x59\x88\x5f\x62\x82\x62\xe7\xf2\ \xe2\xbe\x1b\x9c\x9b\xf3\x47\xdf\x20\xc2\x9c\xd9\x19\xfc\x34\x11\ \xf4\xe2\x10\x09\x11\x31\x30\xbf\xd8\xc9\x09\xc2\xa2\xf7\xf1\xf1\ \xbb\xea\xfc\x7a\xcf\xcd\x93\x81\xd8\xe6\xde\xf1\xd1\xcd\x50\xc7\ \xfc\xf9\xae\x59\x4a\xc5\x4d\x9e\xad\x05\x07\xc1\x8d\x9c\x01\x87\ \x5f\x09\xef\xd1\xd2\x80\xa3\x52\xcb\xf1\x0d\x26\x12\x0a\xdf\x03\ \xc1\x0b\xd1\xdc\xad\x15\xb0\x6c\xac\xd0\x6d\x8e\xe5\x23\xde\xd6\ \xa5\xe8\x85\x83\xe3\x99\x77\x1f\x44\x83\xa1\xe1\xa3\xd0\x59\x3b\ \x22\x31\xf1\x55\x29\x6c\xc3\x55\x9e\x0c\x33\x6f\x82\xac\xd2\xcb\ \x58\x79\xca\xf7\x8f\x73\x2d\x96\x24\x80\x14\x72\x01\x4b\x3b\xed\ \xc9\x71\xeb\xc0\xc3\xad\x31\x09\xb6\xa1\x64\xc9\xe9\x02\xa8\xb8\ \x36\x62\x45\x41\x23\x0a\x5d\xf5\xfa\xd3\xfb\x16\xe9\x14\x13\x34\ \x1d\x44\x1c\x21\xd7\x43\x93\x68\xb0\x73\xdc\xe5\x02\xae\x45\x9d\ \xc7\xe3\xbe\xf8\xc7\x9f\x32\x2f\x3f\x26\xa4\x78\xf2\x6f\xac\x88\ \x27\xd5\xb6\x78\xfc\x7a\x67\x25\x25\xa2\xbf\x46\x98\x06\x4c\x4b\ \x9b\xf9\x6e\xb7\x59\xb8\x15\x3a\x1d\xb8\x94\x9b\x7c\xeb\xbc\x55\ \xfd\xca\xed\x9c\xae\x39\x34\x3a\x6c\x80\xb6\x01\x14\xe0\xc5\xdd\ \xc1\x56\xb8\xb4\xfa\x34\x29\x27\x65\x2d\x68\xa7\x4e\xd9\xd6\xd2\ \x1f\xfc\xfc\xee\xe0\x72\x7f\x6c\x4e\xa1\xdc\x91\x98\x10\x42\x9c\ \xdc\x7b\x15\xdf\x52\x4e\xf5\x33\x13\x8f\x8b\x1d\x76\xcf\x5a\xe9\ \xe3\x4b\xff\xd8\x18\x97\x33\xcc\x9b\xdc\x58\xbb\xa8\xbe\x18\xf7\ \x4e\xf4\xcc\x8c\x2c\x7c\x33\xf1\x00\x98\xe8\x06\xcf\x52\x73\xe2\ \x84\xf8\xc3\xbf\xfd\xf4\x26\x29\x01\x96\x48\x4a\x7d\xf7\xcf\x1f\ \x8e\x4b\x33\x1f\xa4\x3f\x4b\x24\xa5\x6c\xa4\x45\x77\xbf\x9b\x96\ \x58\x2d\xf3\x0c\xa6\x6e\x68\x80\x6e\x73\x5d\x8a\xf9\xc2\xde\xc2\ \x92\x86\x8a\xec\xac\x82\xc2\x8a\x82\x97\x19\xdd\x52\xa3\x11\x07\ \x19\xa5\x4f\x71\x4f\x77\x83\x80\x99\xbd\xe3\x32\xc7\x67\xb0\x7a\ \x06\x93\x33\x1e\x07\x85\x12\x42\x33\x79\x75\x78\x4c\x3c\xca\xee\ \xf3\x09\x47\x0e\xcf\xbb\x33\x2a\x5a\x8d\xb4\x65\x2e\x8a\x3c\xc5\ \x9b\x42\x66\xe4\x15\x75\xe0\xf0\xf8\x6c\xf8\xd4\x26\x8e\xb5\x34\ \x3f\x67\xe3\xa8\x88\x2d\xfc\x50\xcf\x9f\x7f\x56\xcc\x07\x06\x4a\ \x63\x4d\xa8\x0e\x29\x19\xab\x9e\x6c\x9b\xec\x26\xd4\x6a\x8d\xe7\ \xbd\x59\x1d\x02\x75\x4f\x57\x63\x15\xaa\x67\x82\xa8\xf5\x4e\x99\ \x59\x5a\xca\x94\x51\x27\x30\xd8\x78\x53\xbd\xaa\x4d\xdd\xf0\x8a\ \x4c\x4f\xb3\x71\xc7\x27\x9b\xc8\x33\x58\x8a\x6c\x9a\xab\xe5\x8f\ \xaf\x8b\xa7\x71\x6c\xaa\x4e\x32\xa9\x9e\x25\xeb\x67\x04\xdc\x36\ \x28\x96\x80\x6f\xad\x90\x4e\xc1\x3f\x97\x34\x7d\x78\x8a\x6c\x12\ \xb4\x94\x55\x3c\xed\xc8\xaa\x2c\x7c\xfa\x23\xbc\xae\x0e\xd9\x55\ \xd5\x5c\x55\x02\x2f\x6b\x6c\xee\xad\xc8\xfe\xf4\x5b\x41\x43\x6f\ \x49\xc6\xa7\x3a\x2e\x81\xd8\x51\xd3\xcf\x93\x8e\xf7\x66\x15\xe1\ \xb4\xc6\x10\xae\x92\xa1\xd6\x8f\x4d\x61\x27\x65\xb4\xc5\xe9\x45\ \x43\xa3\x94\xd2\xb4\x6e\x23\xaf\x1c\x2a\x3a\xba\xb0\x55\x04\x55\ \x73\x11\x6a\x68\x59\x38\xdf\xd5\x45\xc1\x97\x60\x91\x15\x45\x75\ \xb5\xcd\x85\x05\xd9\xbf\xbe\x2e\xc8\xa8\xca\xa3\xec\x40\xe9\x82\ \xb7\x6d\x38\x5c\x61\xaf\x99\x8b\xe6\x22\x3b\xf0\x6a\xc8\xeb\x86\ \x2a\x5c\xb7\x61\x95\xce\xdf\xf1\x09\x28\x45\x2d\xbd\xdc\xb6\x4f\ \xd9\x6d\x58\xf5\x84\x5a\xbe\x1c\x57\xf5\x05\xe9\x84\xda\x96\x2e\ \x48\x43\x4b\xd5\xaf\xcf\x8b\xf2\xba\xbf\x16\x0d\x3d\xcf\x68\x69\ \xac\x40\x76\x53\x51\xb8\x9e\xac\x2a\x76\x3f\x54\x8f\x43\x6b\xa8\ \x9b\x04\xb8\x2a\xd4\xd3\x4a\x54\x15\x64\x15\x08\x77\x98\x1d\xdd\ \xd0\x93\xa8\x51\x41\xf5\x6e\x3a\x2c\x3a\x68\xe5\x2e\xb6\xd6\xa8\ \x93\x51\x78\x62\x34\x85\x38\xc3\x36\x54\x51\x46\xba\x2b\x1c\xfb\ \xd1\x5b\x71\xda\x8a\xdc\x14\x65\xb9\xbd\xcc\x10\x23\x22\xac\xf5\ \xe2\x51\xc3\x71\x07\x4e\x71\x48\x98\xb2\x2a\xb5\xe0\xe2\x90\xd6\ \xaf\xdc\x54\xb0\x48\xcb\x2e\x07\xa7\xa5\x01\xb5\x1c\x8b\x75\x52\ \xd4\xda\xc5\x11\x71\x14\x5b\xb9\x6a\x40\x8e\x1d\xfb\x3c\x31\x40\ \x6e\x07\xb6\xf2\x8f\x12\xe2\x82\xbc\xdf\x7e\x9c\xbc\x74\x07\x6b\ \x16\x9f\x78\xdc\xde\x2d\x4f\x69\x78\x5d\x7d\xf0\xf0\x4d\xfb\xf0\ \x12\xb1\xa4\x63\x16\x7b\x33\xfe\xed\x21\x3b\xd8\xcc\x3a\xa9\x95\ \x71\x7c\x76\x03\x1e\x4e\x6e\x2e\x1f\xd8\x56\xc6\x88\xc1\x6f\xbe\ \xdf\x35\x5f\xcc\x11\xaf\xd7\x9c\x61\xd7\xa3\xee\x98\xdb\x65\x94\ \xf1\xce\xad\x8b\x1b\xda\x5b\x2b\x47\x36\xc5\x50\x3f\xff\xa5\x08\ \x35\x0e\x1c\xaf\xee\x27\xaf\x1c\xdf\x05\xce\x6c\xab\x27\x31\xf7\ \xe9\x0c\x9d\x24\x02\x43\x27\xb1\x7b\xc1\x4c\x7b\xa4\x38\x27\xe9\ \xdf\xfe\xf2\xf7\x67\xe9\x99\xc3\x4f\x00\x6d\xfa\x2d\xa6\x7e\xdb\ \x93\xb9\xa4\x98\x13\x1a\x35\x6a\x4a\xc6\x6c\xa9\x13\x16\xae\xbe\ \x96\xd2\xf7\x02\xa9\x27\x3d\xdd\x88\x41\xb7\xa8\x14\x53\x1f\x11\ \xe5\x96\xfd\x6e\x20\xbd\xfa\xa9\xfe\x4a\xc7\x94\x4f\x74\x5e\x6d\ \xf0\xe4\x2b\xa7\x1b\x49\xae\x03\x77\xbb\x73\x7b\x19\xbc\x8a\xb8\ \x73\x93\x61\x0e\xd7\xfd\x15\x67\x6a\x9b\x1e\x8d\x17\x5b\xf2\x23\ \x8e\xfd\x05\xc4\xb5\xeb\xf4\x1a\x01\xb2\xd3\x7e\x5a\xc0\xc4\x43\ \x3b\xec\xa3\xfe\x29\x89\xbe\x76\x58\xdc\x2b\x43\x1a\xa2\xae\x1b\ \xcc\xa1\xd2\x45\x0f\x02\xee\x44\xf1\x79\xc8\xdd\xb9\x83\x8f\x08\ \x27\x18\xf5\xf9\x7b\x16\xbb\x70\x08\xf4\x5c\x86\x83\x83\x5b\x37\ \x40\x60\x6e\x7d\x07\x0c\xb1\xd7\xc2\x22\x57\x7b\xfd\xa5\xbb\x7e\ \xed\xc2\x1f\x2d\x05\xc7\x80\x41\x97\x25\xfe\xf8\xce\x16\x2d\x4d\ \x8a\x83\x56\x00\xb3\xbb\x71\x91\x93\x1f\x89\x0e\xbc\x48\xf4\x46\ \x80\xf0\x65\x1a\xd8\x9e\x02\xce\xdf\xa5\x97\xef\xee\x87\xd7\xc7\ \xe2\x27\xa7\x3e\x80\x35\x3e\x75\x13\xf7\x74\x5e\xb9\x76\x4a\x5d\ \x20\xcc\x7a\x10\xa4\x9b\x2d\x51\x77\xf5\xad\xff\x52\x11\x53\x1e\ \x3f\x7c\x17\x30\xb9\xef\x53\x2d\xce\xe4\xe4\xdc\x80\x59\x15\xb5\ \x2d\x86\xed\x7b\x98\xf4\xdc\xf2\xad\x21\x9a\x72\xd0\x05\x94\x07\ \xe7\xf4\xb2\x19\x6e\x77\xcd\x84\xc3\xc7\xd2\xd5\x09\xc3\xbb\x3e\ \xcb\xba\x21\x7a\x93\x14\x9d\x0b\xc5\xb4\x04\x8f\x2d\x08\xa6\x26\ \xa7\xa5\xe5\x5c\xec\x6f\x0e\x3c\x4a\x79\x78\x6f\xa9\x3e\xe2\x3f\ \x84\x1d\xcc\xbb\x0e\x12\x81\x8d\xed\xdd\x72\xd8\xbb\x9c\x6f\xd5\ \x91\x2a\x1a\x7c\x91\xeb\x73\x6c\xac\xb1\x95\x73\xbc\x9b\xfc\xa3\ \x51\xde\x4a\x9b\xac\xb9\xa2\x89\x40\x26\xe2\xc7\xba\xe9\x27\x07\ \x77\xb0\xa8\x1f\x1c\x0c\x5f\x7f\x2c\x2f\x4d\x29\xf6\x54\x67\xba\ \xf2\xf3\x7f\xf8\x29\xf3\xd1\xf1\xf6\xde\x6d\xea\x5f\x12\x53\x07\ \x94\x59\x35\x8d\x8e\xfa\x50\x9f\x56\x33\xf1\xee\x87\xfa\x95\x73\ \xb3\x51\x65\x50\xd1\xe6\x67\x5b\x7b\x27\x0c\x33\xb8\x56\x47\x7c\ \xc5\x9f\xf0\x4d\x25\x87\x07\x9d\xd3\x20\xc2\x7d\x71\x83\x18\x9f\ \xda\xf8\xa1\xfc\x45\xfb\x5d\xd2\x8b\x8f\x01\xd2\x83\x07\xf5\x4e\ \x30\x97\x7a\x9d\x93\x9a\xfe\xee\x45\x7a\xe6\x5f\x53\x10\xdf\x35\ \x49\xe2\x9e\xbd\x8e\xa1\xc8\xd2\xd9\xde\xfe\xbe\x4b\x4c\x1c\x63\ \x1b\xa1\x85\x85\x79\x2f\x5b\x9a\x0b\x3e\xff\x58\x39\xd4\x8d\x6e\ \x7e\xfa\x7a\xe8\x4a\x6f\x14\x0a\x4e\xec\x61\xc7\x54\xd0\xe5\xc1\ \xd9\x80\xd0\xe1\xd6\xb0\x2c\x61\x75\xdf\xb6\xa8\xa0\x4c\xa2\x64\ \x5c\x01\x72\x76\x66\xa4\xab\xa7\xb9\xe0\xd7\x3f\xda\x78\x95\xef\ \x33\x58\xa0\xdb\x77\xef\x5d\x1f\xa2\x4e\xab\xd4\xb8\xa6\x5e\xea\ \xc8\xa4\xd1\x38\xb4\x3c\xcc\xec\x86\x17\x56\x7d\xfa\xfd\x8f\x42\ \xd6\x64\x37\x13\xf2\xbe\x6b\x12\xd5\x07\xf6\xb4\x61\x21\xbd\xea\ \x86\x16\xee\x14\xbe\xb9\xa5\x0f\xad\x40\x63\x8d\x38\x8d\x8a\x3a\ \x26\xf5\xca\xe7\xd9\x9a\x19\xa1\x91\xc8\x11\x07\x67\xb1\xda\xcd\ \x45\xf1\xf8\x7e\x98\x15\x56\x4f\xaa\x75\x2c\xb6\x74\x32\x94\xd2\ \x0c\xd5\x4c\x13\xe1\xd3\x58\x36\x48\x57\x2b\xc0\x4d\x16\x95\xcd\ \xa7\xb6\x16\x35\xd7\x40\x65\x85\xdd\x8d\xf0\xac\xf7\x85\xd9\x79\ \x9a\xa2\x0a\x64\x03\xb4\x56\x5f\x52\x82\xaa\xf9\x8c\x52\x35\x56\ \x34\xc2\x15\x86\xae\xbe\xc6\x49\x3a\x05\x5b\x50\x58\x45\xe8\x23\ \xd4\x55\x66\x11\x25\x8a\xbe\xec\xc2\x9a\xb6\x5a\x6a\x53\x56\x0b\ \x1c\xc7\xed\x29\xe8\xa0\x53\x18\x2d\x2d\x44\x8e\x43\x3a\x42\xee\ \x83\xbe\xec\x3d\x9a\xd7\xd1\xf5\xc6\xca\x09\x48\x2d\x9d\x5b\x39\ \xd1\xf6\xba\xb1\xb0\x16\x3e\xde\x4f\x86\x8c\xa0\x32\x5e\x67\x3f\ \x6d\x6c\x7c\x99\xfd\xb6\x16\xff\xa1\x28\xe3\x77\x6e\x6f\x63\x6d\ \xc5\xf3\x4f\x05\x5f\x5f\x37\x3e\xcf\xfa\x86\xfa\x36\xf1\x90\x11\ \xdd\x97\xd7\xd1\x0f\x6f\xe2\x01\x53\x6a\xd6\x88\x84\x5c\xd3\x56\ \xf6\xa9\xf0\x65\x5b\x77\x56\x6d\x5d\x63\x53\x4f\xd6\x87\x06\x4a\ \x77\xe5\xd7\xb7\x6f\xf3\x90\x90\x97\x79\xd9\xbf\x64\xbf\xad\x6c\ \x79\x2e\xc8\xc3\x9b\x97\xe4\x1d\x02\x4a\x0b\x6a\x46\xc8\x12\x8c\ \x70\xbb\xd4\xba\x19\x22\xa5\xab\xea\xb5\xac\x66\x4c\x53\xd5\x51\ \xc3\xe8\xa1\xee\xb3\x78\x7a\x95\x8c\xc7\x0a\xba\xb4\x8d\x63\x7d\ \x71\x86\x9a\xa9\xad\x69\xa0\xc8\x7a\x64\x7d\x46\x30\xd7\xa7\xa2\ \x29\x38\x9a\x39\x79\x98\x45\x3f\x12\x52\x0c\x78\x8a\x9e\x3d\x3c\ \xb7\x4d\xc3\x76\xba\xe2\x13\xb5\x0d\xe6\x73\x05\x04\x79\x9d\x1f\ \x8e\xcc\xac\x88\x65\x0a\x05\x77\xc7\x72\x3e\x2a\x63\x76\xbf\x2f\ \x69\x56\x85\x73\x14\x02\x9c\xb0\xb7\xd7\x69\xc3\x9c\x07\xc5\x5e\ \x77\xf5\xe6\xfc\xc3\x39\xc7\xea\x58\x55\x73\xce\x19\x15\x70\x02\ \x8a\x33\x20\xbe\xf5\x78\x13\xc0\x58\x1d\x11\x52\xfb\xab\x65\x46\ \x72\xea\x71\xea\x96\xe4\x96\x65\x98\x7d\x72\xde\x24\x47\x9e\xcf\ \x4b\x14\x4b\xb1\xbb\x2d\x7f\x7a\x9c\xcd\x64\xd6\xf6\x03\xfb\xc7\ \x47\x0c\xea\xde\xfa\xb7\xf4\xfa\x68\x7f\xcc\x12\x9c\x84\x48\xb7\ \xf7\x1c\xe6\xd2\xd9\xea\xb9\xef\xc8\xe9\x8f\x5e\xed\xfa\xdc\x5b\ \x39\xe1\x69\x6d\x6f\x5e\x87\x7f\x47\x4b\xf7\x21\x1c\x21\x5b\x48\ \x3b\x23\x11\xf9\x37\x85\xfc\x90\xd7\x18\x2c\xcf\xf7\xe3\x6b\xe0\ \x47\x9d\xd5\x09\x29\x0b\xff\xfa\xc3\x95\x05\xf3\x8e\x89\xe3\xb1\ \x9d\x30\x9b\xed\xd2\x68\xe4\x2f\x4e\xcc\x58\x83\xe7\x71\x0e\xdf\ \xe1\x7b\x72\x31\x3e\xb4\x2c\x55\x89\xdb\xf6\x6b\xe8\x1b\x97\x61\ \x57\xce\xce\x90\x44\x7e\x35\x57\xfa\xaf\x0b\x9a\x2d\x86\x63\x21\ \x14\xb4\x38\xcb\x57\x03\x47\x9e\x7a\xf7\x1a\xc0\x8f\x2a\x02\xc7\ \x77\x2b\xb1\xc8\x51\xdc\x1d\x1b\x9b\xff\xbb\x17\xa5\x8d\x26\x44\ \x82\xca\x30\x70\xfc\x31\xad\xfa\xf6\xe0\x70\x74\xda\x71\xb3\xd8\ \x33\x29\xd5\xe9\xe5\x75\x02\xe9\xfe\xfa\x96\x93\xac\xe5\x2c\x5d\ \xe4\x6e\xde\xda\xeb\x33\x03\xd7\x8f\x93\x1f\x05\x82\xd6\x08\xe6\ \x6c\x19\x60\x6b\x78\xd7\xd6\x3d\x9e\x2b\xe8\x7e\x0c\x1b\x8d\x7e\ \xdc\x45\x77\x8e\xfa\xa2\x63\x92\x60\x75\x34\xda\x0e\x4a\xf4\xc2\ \x5c\x3e\x01\x00\x00\x0a\x5d\x49\x44\x41\x54\x12\x57\x02\xa6\xfe\ \xca\x34\x28\xca\x59\x73\xde\x0d\x9a\x80\x13\x93\x9d\x94\xf4\x26\ \x37\xb2\xb6\x61\xa7\xc5\xd7\x4e\xc7\x49\xe0\x46\x69\x42\xa9\x25\ \x7c\x9d\x58\x7e\x4d\x9d\xf7\x79\x9d\x47\x0b\x2b\xf3\xfe\xdc\x88\ \x6d\xc1\xbd\x4f\x3a\xa5\x2f\xdd\xda\x38\xac\xcb\x04\x3f\xef\xfe\ \xfa\x02\x83\xb0\xcb\x3d\xbb\x11\x80\x34\x38\x28\x62\xf3\x60\x1b\ \x00\x2f\x7f\xbb\x3d\x70\xfc\xe0\xaa\xf4\xa7\x17\xb9\xcf\x44\x61\ \x70\xd7\x1b\x9d\xb2\x07\xdd\x3e\xff\x09\x68\xf5\x71\x5c\x8f\x02\ \xa2\xd0\xc2\xf5\x3a\xfb\x4e\x08\x94\x02\x7b\x83\x0f\xdf\xe5\xba\ \xec\x81\x8d\xbd\x7e\x80\xb4\x19\x67\x8e\xa8\x47\x69\xae\x78\xe4\ \x6c\xef\x12\x51\x6a\xba\x39\x26\x3d\xb6\x5e\xba\x33\x77\xf2\x53\ \x4d\xd6\xeb\x71\x89\xc2\x78\xbb\x8a\x5b\x2d\x77\x66\xc6\x63\x8a\ \x21\xc6\x41\xfd\xab\x27\xe5\xa9\x4f\xd2\xc2\xba\x45\x09\x9f\xb1\ \x8d\x9b\x20\xa3\x6b\x89\x35\x02\x34\x9e\xa0\xca\x82\x94\xd4\xf6\ \xa8\x1e\x5f\xc5\xee\x02\xc7\x5b\x77\x49\xa9\xee\x4b\x84\xed\x24\ \x3d\xad\xbd\x1c\x96\x98\x7b\x07\x7a\x8a\xeb\xef\xeb\x07\x4a\x17\ \x8c\xad\x14\x1d\x4a\x01\x04\xb4\x8c\xe2\xef\x0f\x8d\xbb\xf4\xa9\ \x39\xdb\xf8\xe6\x2e\x75\x7d\x46\x36\xc3\x3a\x5d\x5d\x0a\xed\x66\ \xfe\xe7\x7f\x5e\xd0\xcc\x07\xea\x1a\xf8\xac\xa6\x46\xcf\xa7\xf2\ \xc6\xcf\xf6\x10\x89\xd7\xae\x9c\xf4\xcc\xf2\xe2\xf6\xf8\xd5\x45\ \x8e\x08\xb6\xf1\x2e\x27\x64\x13\x6f\x45\xdd\xdf\x09\xc0\xe8\xf6\ \x63\x07\x55\x59\x1f\x56\xb5\x2b\x1d\x6b\x34\x07\x4e\xc2\xa8\xad\ \xfc\xf5\x97\xec\x97\x6f\x9f\x17\x68\x4e\x14\xe7\xb6\x7d\xb6\x70\ \x58\xad\x3c\x11\xb2\xe6\x7b\xe9\x74\x85\x18\x60\xd0\x74\x34\x4b\ \xce\xd9\x1c\xb8\xb5\x7c\xb6\x43\x9b\x99\x91\x0a\x27\xd5\x6c\xae\ \x9e\x48\x45\x73\x29\xd3\x2d\x68\xf5\xb7\xb3\x20\xfe\xfd\x6f\xff\ \xf8\x92\xe8\x66\x1a\x94\x5e\xbe\xdc\x3b\x34\x4d\xd7\xcf\x33\x58\ \xa7\x06\x2d\x12\xdf\x02\x2d\x6a\xc9\xeb\xef\x9f\x6d\x22\xab\xb1\ \x70\x61\x3f\x9c\xd9\x67\x24\x16\xf6\x91\xb1\x8c\x5e\x24\xb9\x17\ \x0b\xe1\xef\x85\xa4\x73\x7a\x1f\x5b\x45\x55\xcc\xcf\x0d\x49\x78\ \x23\x87\xa3\x12\xe1\xea\xb0\x91\x69\x1c\x8a\xf2\x98\x54\x9a\xee\ \x7c\x9c\xc0\x1e\xc3\x19\x64\x95\xbd\x2e\x7c\xf7\x9c\xa6\x6f\x42\ \x25\x11\x6c\x6f\xdd\x93\x99\xc3\x5d\x5d\x25\x28\x0a\x0e\xd2\x4c\ \x5f\x1d\x1f\x31\xf2\xfa\xf0\x4d\xd1\xee\xaa\x7e\x7c\xf3\x64\x43\ \x43\x5b\x63\x4d\x21\xaa\x56\xd0\x5b\xd2\x53\x51\xd9\xd6\x3b\x52\ \x51\xfb\xa1\xac\x8e\xac\x6b\x2a\xc1\xf2\x65\xd2\xae\x82\xf7\x0d\ \x63\xf2\x9e\xac\xe6\x86\x29\x02\xad\x1f\xdd\x93\x51\x86\xab\x29\ \xc1\x73\xa6\xe0\x78\xed\x08\x71\xaa\xab\x0b\xd5\xf6\xf4\xe5\x6b\ \x8e\x5a\xcf\xea\x1d\x19\x92\x42\xb3\xfe\x5f\xc3\xe5\xda\x93\x66\ \x82\x40\xe1\xb5\x97\x89\x5a\x74\x1a\xc7\x4b\xd5\xce\x98\x71\xea\ \xa5\xb2\xae\x5a\x8a\x45\x54\x46\x02\x0c\x55\xbc\xa4\x8a\x06\x2d\ \x97\x11\x05\xde\xb1\x20\x37\x1d\xee\x8e\x45\x61\x14\x64\x30\x3a\ \x6b\xa2\x7c\x40\x02\x4b\x62\x94\xbc\xc2\x12\x03\x41\x88\x64\x09\ \x56\x02\x22\x51\x01\x13\x02\x6f\xe4\x53\xff\xc5\xfa\xed\x9c\x3f\ \xf0\x9c\xf3\x8c\x50\x9b\xe0\x9a\x89\xda\x77\x83\x5c\x53\xdf\xc7\ \x86\xc1\xa6\x17\xba\xda\x5a\xdc\xb7\x65\xdf\x7f\xfc\x84\x7a\xfd\ \xe9\x65\x19\xb9\xa7\x8d\x32\xd0\x4e\xea\x7c\xa8\xb8\x8f\x0d\x5c\ \x75\x0d\x5b\x64\x3d\x82\xf8\x23\xf0\x76\x0e\x39\x9c\x9d\x97\xce\ \xf5\x75\xe2\xd5\x38\x65\xdf\x8f\x3d\x83\x70\x3c\xe9\x6d\x5f\x47\ \xdb\xeb\x57\x2f\x29\xfd\xca\xf7\x0d\xdf\x37\x11\x5a\x6b\x70\xa4\ \xae\x32\x2d\x52\xb2\xf6\xf2\xad\x50\x92\x12\xd3\xdb\xb4\xaf\x27\ \x0e\x85\xab\xa3\xc2\x95\x0d\x41\x5e\x34\xcb\x86\x37\xd1\xfb\xd8\ \x02\x0d\x8f\xd4\xcb\x6f\x55\xf3\x45\x69\xef\x86\xb6\x40\x63\x70\ \x7b\x9a\x16\x19\xf1\xa4\xd1\x02\x0c\xb4\xe1\x70\xb5\x2f\xc8\xf2\ \x55\xfb\x43\x3a\x6b\xb8\xf4\x96\xcb\x38\x49\x52\xe4\x86\xdc\x27\ \x03\xf3\x2c\xab\x46\x1e\x1f\xba\x49\x03\xad\x41\x9f\x7d\xa3\xe1\ \x15\x61\xf9\x16\xa2\x2a\x96\xa6\xe5\x67\x69\xd9\xb1\x19\x4f\x36\ \x90\x95\xda\x3f\x9b\xee\xd6\xd0\x98\xbc\xfb\xda\x05\x21\x2e\x86\ \x5a\xb0\x8d\xe8\xf4\x7a\x94\xe6\x71\x60\x83\xc7\x19\xb3\x23\xe3\ \x59\x5b\xe4\xd0\x91\x1d\x36\x00\xe2\x39\xbc\xb7\x44\xf3\xb3\xec\ \x11\xb8\x77\xd3\x52\xe2\xc6\x00\xef\x26\x54\xfe\xc0\xbe\x07\x5d\ \x94\x63\x67\x37\x0c\x9c\x1b\x81\xe5\x28\x90\x8d\x27\x5d\x0a\x5b\ \xce\x75\xb3\x10\x8c\x61\xef\x41\x4d\x80\x76\x6a\x59\x08\x81\x91\ \x4c\x3d\xff\x3c\xcc\x3a\x70\x1d\x64\xa0\xa5\xed\xc3\x8d\x15\xc3\ \xdb\x9f\x9b\x97\x56\x82\xa2\x64\x9e\x57\x2b\x59\xd4\x73\xe9\x4e\ \x8e\x88\xef\xbc\x2b\x12\x0d\x0e\x29\xc5\x7e\xd7\x97\xbd\x99\x86\ \xff\xb6\xe2\x7a\xa6\xab\x11\xbf\xc9\x2e\x31\x4f\x13\x9b\x21\x96\ \x6f\x57\xb7\x0d\x05\x3d\xab\xd3\xa7\x94\x3b\xbf\x8a\xef\xbb\x09\ \xeb\x46\x3d\x16\x26\x47\xe2\xbd\xf7\xfe\xa2\xa5\x76\x19\x2c\x57\ \x7e\x4e\x7d\x7a\x67\x1f\xb3\xb5\x76\xfb\xd7\x45\x28\xb5\x16\x8a\ \xdf\x19\xcf\x2d\x87\x5b\x67\xab\xbd\x6a\xfb\xe1\xf4\x74\xc6\x88\ \xf9\xa6\xea\xcd\xd3\x92\xc7\x05\x20\xc7\x0c\xab\x37\xd3\xe5\x8e\ \xb1\xf5\xbe\x4d\x2b\x12\xc4\xf2\xd0\x50\x40\xa7\xb6\xb8\x0e\x93\ \x9c\x85\x13\x25\x49\x45\xe8\x00\xbc\x21\x08\xd3\xb2\x77\x82\x4e\ \xa8\x22\x02\xe0\xcc\x02\xa4\xe3\xb9\x22\xfb\xd9\x31\x68\x03\x1c\ \x96\xa5\x57\xe3\xea\x6e\x7b\x8e\xed\x65\x51\x6b\x48\xf9\xc6\xc9\ \x65\xf1\x5c\xc4\x6e\xda\xf3\x1c\x48\xe5\xd9\x6d\xe8\x3a\x01\x72\ \x0e\x92\x62\x28\x51\x58\xd7\x72\xd3\xf8\x74\x12\x0d\x3e\xff\x75\ \xa1\xbc\xf8\x0a\xfd\xd8\x47\xbb\xcf\xc3\xe5\x51\x4f\x39\xf6\xf6\ \xd4\x9a\xd9\x4b\x3f\x35\xdb\xf6\xd0\xff\xbb\x10\x29\xbb\x97\x3c\ \xac\xe1\xe3\x79\x63\x41\xd6\xc0\x84\xa4\x42\xae\x6a\x16\xf2\x8d\ \x21\xb6\x57\x52\x5f\x36\x77\x83\xb0\x94\xdf\x8f\x48\x20\x9e\x2d\ \x64\x18\x81\x27\x89\xf1\x48\x3a\xbe\x15\x7c\x56\xe1\x4a\x61\xa2\ \x44\x74\x75\xd1\xf3\x93\x2d\xd0\x7d\x39\x59\x5a\xf8\x64\xb2\xf4\ \x1b\xf9\xd8\xc2\xd5\x6d\xe3\x63\x98\xeb\x02\xe4\xe9\xf3\xe6\xc6\ \xf3\xaa\x3f\x88\x57\xe2\x5d\xef\xce\xd1\x41\x88\x96\xca\x67\xe5\ \x92\x9d\xb9\x95\x54\x91\x1f\x3c\x10\xf5\xc5\xee\xd2\x4e\xa6\xea\ \xd4\xe6\x70\x41\x56\xb7\x6f\xd7\x0d\xd1\xb0\x55\x07\xe7\x36\xda\ \xcd\x82\xf2\x2e\x9c\x2d\xa8\x86\x55\x3d\xa9\xdb\x9b\xb7\x65\xf5\ \x82\x1e\x0a\x65\x15\xde\xad\xec\xef\x79\x20\x17\x4a\x3b\x25\x74\ \xea\xa1\x93\xd0\xe6\x42\x2e\xc0\xe4\xcc\x10\xfd\x9b\x93\xc9\x5c\ \xd5\x9b\xbc\x7b\xb3\x71\x61\xf3\xde\x6e\x73\xc6\xeb\x27\x57\x02\ \x63\xe6\x58\xfe\x5a\x75\x28\x1a\x58\x33\x2c\xc3\x88\x30\x22\xba\ \xbe\x62\x0b\x53\x1f\xf2\x83\x4c\xe6\x8c\x42\x65\xa4\x0a\x6c\xbe\ \x98\xe2\xfa\xcb\xb4\x52\x1e\xe4\x79\xe6\xda\xdb\xe1\xe3\x80\xc5\ \x58\xfc\x26\x16\x73\x56\xd5\x8d\x55\x7d\xa8\x2e\xa9\xab\x2e\x1c\ \x6a\xd9\x72\x1f\x99\x53\xf2\xbe\x7f\x98\x6e\xa0\x4c\x2e\xe3\xe5\ \x60\x73\x14\x7d\xee\x84\xe9\xf0\xa9\xd7\x07\x2b\xdf\x7f\xfd\x77\ \x65\x6f\xcf\xca\x0c\xa0\x8d\x79\x8d\x80\x31\x7a\x6d\x60\xeb\xb3\ \x9e\xa4\x7a\x30\x9e\x36\x32\x20\x96\x2a\xcd\xec\x35\x24\x53\x6e\ \x88\x69\x67\xe9\x01\x9d\x5c\x6c\xd0\x4e\x33\x64\x26\x3d\x5f\x4a\ \x9f\x48\x49\xd3\x6e\x09\x83\x46\xcb\x04\x79\xca\xcf\x87\x61\x3e\ \xa0\x38\x36\xe8\x24\x9f\x47\x85\xeb\x1b\x02\x6a\xe7\x00\x99\x33\ \x2b\x5a\x1c\x9e\xd0\x09\x56\x51\x0d\x12\xfd\xcc\xfa\x2c\xab\x7b\ \x1c\xb5\xa2\x24\xf9\x94\xd1\x29\x00\x89\x9f\x15\x29\x86\x57\xc1\ \xe7\x97\x62\x69\x3b\xd7\x37\x45\xf6\x08\x9c\xf7\x06\x99\x11\xe0\ \xef\xb2\x78\xf3\x67\xfb\x22\x82\x21\x88\x1a\x50\x0b\x3b\xfa\xc7\ \xb9\x38\xa9\x5a\x68\x58\x94\x0c\xf6\x0b\xc2\x54\x8d\xa7\x17\xd7\ \x01\xff\x96\xd0\xd4\xa0\x9c\x68\x5e\x55\x8c\x0f\x2b\xf9\xfd\x84\ \x0e\x16\xae\x5b\x81\xc3\xe3\xfb\x81\x39\xbc\x84\x42\x16\x89\x28\ \x8b\x03\xb5\x5a\xba\x64\x00\x57\x89\x27\x4d\x18\x3a\x9a\xfb\xe8\ \xca\x15\xca\x68\x59\xe7\x0c\x15\xfe\xa0\x8d\xc8\x89\x6e\x14\xaa\ \xe6\x5d\xd9\xc7\xce\x1a\xb8\xa6\xb3\xa7\x01\x85\xab\xfd\x99\xd0\ \xaf\x6d\x9e\x9f\xda\xa8\x41\x4e\x3f\xdc\xc7\xd6\x1f\x3f\xbe\x42\ \x76\x97\xbd\x87\x53\xf0\x5d\x0d\x4b\x53\x4b\x5f\xac\xc6\xb9\x4e\ \xc2\x30\x1c\x39\x48\x6f\xaf\x44\xbd\x90\x08\x90\x65\x5a\xb6\x96\ \x4b\x37\x4a\x67\x39\x14\xed\xdc\x62\x17\xa1\xa3\x9f\x5a\x49\x52\ \x06\xa4\x33\xd7\xf2\x5d\xe1\x94\x5d\xe6\x98\x6b\x07\x14\x54\x4a\ \x13\x5e\x3a\x4e\x40\x8d\x02\xc2\x75\x09\xb9\xb5\x6b\x42\xbd\x8e\ \x22\xad\x4b\x90\xe4\xa9\x97\x6f\xc7\xcf\x74\x6f\xd5\x3c\x69\x6c\ \xfe\x90\x3d\xaa\xdc\xf5\x4a\x80\x10\x93\xdd\x8b\x23\x68\x3d\x62\ \xc0\xa4\x62\x9c\x1a\x19\xca\x41\x80\x5f\x33\x60\x35\x0a\x85\x32\ \xb9\x22\x26\xe4\xf4\x27\xe9\x1d\x35\xfb\x17\xfb\x6b\x3a\xc7\x78\ \x17\xdd\x2d\x35\x6d\xcf\x59\x92\x62\xbc\x22\xb5\x25\x66\x2d\xcf\ \x3e\xac\x44\xa7\xc7\x1e\x99\x85\x9f\xa6\xd9\x4b\x0e\xd0\x9f\x3f\ \x65\x8c\xf4\xef\x70\xdd\x9a\xe1\xb0\xb0\x17\x10\xd8\x65\xb5\x1b\ \x03\xe4\x29\xdd\xce\x92\x00\xb4\xb4\x7d\x8e\x7b\xcb\x21\x3d\xd9\ \x0a\xda\x43\x61\x8e\xdf\x0b\xba\x8e\x6e\x53\x89\x7a\xf3\xce\xae\ \xe3\x04\x4d\x64\x62\x11\x39\xa6\x57\x64\xb5\xb4\x7d\xfa\x4a\xb8\ \x95\x4d\x08\xf4\xda\xfc\x5d\x52\x74\x7b\x00\x7a\x7b\xb5\x81\xc2\ \x42\xff\xa0\x6c\xd4\x93\x41\x9c\x01\x97\xc5\x0b\xdb\xcb\x24\x46\ \x8e\xc3\xae\x42\x43\xf9\xe8\xc5\xec\xcd\x09\x31\x9d\xc8\x82\x75\ \x58\xf7\xd9\x9e\xab\x60\xcb\x93\x40\xec\xea\x17\xd3\xf1\xf4\x92\ \xf1\xb3\x6a\x77\x7d\xf1\x54\x3c\xb5\xb1\xd8\xd7\x55\x09\xef\x86\ \xf3\xcf\xc2\xa0\xb1\x96\xc2\xf3\x88\xd5\xeb\xee\xee\xef\x7a\x9d\ \xf7\xb7\xd9\x52\x8c\x5e\xc9\x76\x56\xcb\x46\x9b\x2a\xbf\xbe\x8b\ \xbb\xa7\x33\xf9\x8c\xdb\x66\x4e\xf4\x10\x4e\xaa\x3d\xd1\xa4\x1c\ \x13\x4c\xec\xcf\x8c\xac\x52\xac\xf6\x69\xfb\xa2\xce\xa4\x96\x5f\ \x16\xda\xd7\x33\xa9\xe2\x48\x3e\xad\x8a\x5d\x4d\x0f\xac\xa1\x8c\ \x25\xe9\xe0\x1e\x5f\xe9\x9e\xfa\xd1\x99\x59\x63\xc4\x61\x77\x62\ \x5c\x60\xc7\x95\x3b\x9f\x13\xe9\xec\x81\x63\xd8\xd3\x5f\x30\xa9\ \x5f\x11\x6b\x57\x19\x33\xf1\x7c\x28\x14\x3e\xde\xb4\x1c\x1e\x5e\ \xac\xce\x67\x86\xd0\x46\xba\x68\xd9\x15\xc7\x7e\xf8\xbb\x24\x99\ \xe6\xb9\xa0\x6e\x3e\x78\x72\x91\x6f\xfc\xcf\x6f\xbf\x43\x89\x9f\ \xce\xc1\x60\xd2\xfd\x2c\x53\x61\xf3\x67\x57\x0f\x4f\x2c\x1a\xe6\ \x7e\xb3\x04\x9a\x74\x0d\x1b\xe7\xfe\xf5\xa9\xd5\x5a\x9c\x68\x46\ \x72\x73\x7f\x81\x3c\x0d\x75\x34\x5a\x64\x3d\x9a\xd5\xc8\x7c\x6a\ \x9d\xa8\xc8\x2d\xd9\xcd\x43\x50\x3e\xb7\xff\x60\x9f\xb0\x4d\x28\ \x71\xbf\x55\x8f\x91\x29\x51\x38\xaf\xef\x14\x4c\x84\x8a\xf9\xe7\ \x75\x98\x94\x73\xa8\xc8\xee\x5d\xf8\xbb\x45\x3a\xff\x80\xa0\xe4\ \x58\x75\xec\xe0\xf6\x60\x3f\x2f\xba\x06\xf5\x21\xcb\xd0\x85\x24\ \x00\xad\x39\x77\xc2\xd9\x70\x14\xbd\xbb\x1f\xdb\x89\xdc\x1d\xed\ \xd3\x8e\xec\x85\xf5\xd0\x16\x6d\x79\x13\x7b\x54\x5e\x08\xfb\x67\ \x31\xf6\x51\x49\x9d\x19\x8c\xc4\x32\x51\x88\x56\x5f\x81\xb0\x30\ \x66\x83\xd0\x3e\x99\xeb\x48\x9a\x4c\x98\x92\x50\x75\xa9\x6d\x89\ \xa1\xda\xda\x8b\x8c\x82\xc4\x7b\x93\xcb\x17\xbf\xd1\x90\xd3\x21\ \xbf\xef\x5a\x6c\x8a\xa8\x80\x28\x90\x54\x8d\x6c\xcb\x76\xe4\xdc\ \x8d\x4e\x97\x19\x01\xa4\xcf\x89\x59\x63\xeb\x9f\xdf\x21\x57\x4c\ \x5e\x10\x96\x78\x96\xf4\xe5\x10\xb6\xa0\x4d\xaf\xd8\xe9\x7a\x51\ \xa6\xeb\x47\xe2\xbb\x46\xb8\x7d\x42\xc1\x68\xb4\x3a\x09\x91\x37\ \x66\x4e\x93\x26\x16\x3d\x51\x50\x5a\x30\xa4\x64\x98\x89\x98\xeb\ \x65\x8f\x1e\x14\x6c\x5f\xf6\x3a\xca\xb3\xe1\xdc\xd8\xd1\xb4\x29\ \x92\xce\x97\xfe\xe1\x7b\xdd\xa1\x2e\x5d\x70\x39\xaf\x42\x55\x88\ \x47\x79\xab\x88\x6a\x67\x48\xd4\x38\xcf\xf9\xaa\xf2\x26\x99\xb1\ \x3a\xda\x06\xf2\x90\xbf\xbc\xf0\xcd\xef\x34\xd8\x87\xfa\x8a\xe2\ \x1f\x4a\x9f\x96\xfc\xb0\x89\x29\x29\x29\x7f\x42\x2b\x69\x7c\x84\ \xad\x18\xfb\x3f\x7a\x25\xac\xc7\xf3\x96\x59\x17\x00\x00\x00\x00\ \x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x04\x15\x3a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x02\x58\x00\x00\x01\x90\x08\x06\x00\x00\x00\x72\x35\x1e\x98\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\x9c\xec\x9d\x5b\x8c\x9d\x57\ \x79\xfe\x9f\x7d\x3e\x9f\x66\xc6\x33\xe3\x38\xb1\x63\x3b\xb1\x21\ \x0d\x4e\xeb\xaa\x52\x15\xa8\x50\xed\x46\x04\x2a\x7a\x51\xe4\xd4\ \x41\xbd\xa9\xb0\xda\x0b\xbb\xaa\x44\x24\x10\x12\xf1\x45\x42\x55\ \x81\x44\x90\x42\x2c\x41\x71\xc4\x0d\x6a\x8c\x2d\x55\x7f\xb5\x12\ \x24\x02\x5c\xa1\x96\xdc\x50\xa2\xc6\x2d\x90\x0c\xc4\x24\x90\xd8\ \x73\xda\xb3\xcf\xe7\xd3\xff\x62\xfa\x7b\xe7\xdd\xdb\x76\x12\x07\ \x3b\x86\x6a\x2f\xc9\xb2\x3d\xb3\xf7\xf7\xad\x6f\xad\xf5\x7d\xef\ \xf3\x3d\xcf\xf3\xbe\x2b\x30\x1a\x8d\x46\x9a\xb6\x69\x9b\xb6\x69\ \xbb\x05\xed\x63\x1f\xfb\x98\xda\xed\xb6\x36\x36\x36\x14\x8f\xc7\ \xd5\xef\xf7\xd5\xeb\xf5\xd4\xe9\x74\x14\x0e\x87\x55\xad\x56\x15\ \x8f\xc7\x15\x0c\x06\xb5\xb1\xb1\xa1\x76\xbb\x6d\xdf\xed\xf7\xfb\ \xca\x64\x32\x9a\x9b\x9b\x53\xb5\x5a\x95\x24\xc5\x62\x31\x05\x83\ \x41\xa5\x52\x29\x75\xbb\x5d\xa5\x52\x29\x45\xa3\x51\x49\x52\x30\ \x18\xd4\x70\x38\x54\x34\x1a\x55\xbb\xdd\xd6\xf6\xed\xdb\x55\x2c\ \x16\x35\x3b\x3b\xab\x62\xb1\x28\x49\x1a\x0c\x06\x9a\x9d\x9d\x95\ \x24\x25\x12\x09\xad\xac\xac\x28\x95\x4a\xa9\xdf\xef\x2b\x97\xcb\ \x69\x6e\x6e\x4e\x97\x2f\x5f\x56\xbb\xdd\x56\x2c\x16\x53\x24\x12\ \x51\xaf\xd7\x53\x22\x91\x50\xa5\x52\x51\xb7\xdb\x55\x28\x14\xd2\ \xdc\xdc\x9c\x32\x99\x8c\x56\x56\x56\x54\xab\xd5\x14\x0e\x87\xb5\ \xb0\xb0\xa0\x64\x32\xa9\x56\xab\xa5\x6e\xb7\xab\x52\xa9\x24\x49\ \x2a\x14\x0a\xba\xf3\xce\x3b\xb5\xbe\xbe\xae\x4b\x97\x2e\xa9\xd9\ \x6c\x6a\xef\xde\xbd\x0a\x04\x02\xaa\x56\xab\x0a\x06\x83\xaa\xd7\ \xeb\xca\x66\xb3\x92\xa4\x7c\x3e\xaf\x70\x38\xac\xd5\xd5\x55\x55\ \xab\x55\x25\x12\x09\x6d\xdb\xb6\x4d\x99\x4c\x46\x95\x4a\x45\x95\ \x4a\x45\xbd\x5e\x4f\x85\x42\x41\x73\x73\x73\x5a\x5f\x5f\xd7\xda\ \xda\x9a\xa2\xd1\xa8\x66\x66\x66\x14\x8d\x46\xb5\xbc\xbc\xac\x4e\ \xa7\xa3\x44\x22\xa1\x76\xbb\xad\x64\x32\xa9\xe1\x70\xa8\xb9\xb9\ \x39\xfd\xfc\xe7\x3f\x57\xbf\xdf\xd7\xc2\xc2\x82\xd2\xe9\xb4\x3a\ \x9d\x8e\x3a\x9d\x8e\x56\x57\x57\x95\x4c\x26\x75\xd7\x5d\x77\x29\ \x14\x0a\x29\x18\x0c\xea\x8d\x37\xde\xd0\xf2\xf2\xb2\xee\xbe\xfb\ \x6e\x85\xc3\x61\xf5\x7a\x3d\x45\xa3\x51\xbd\xfa\xea\xab\x8a\x46\ \xa3\xba\xfb\xee\xbb\x55\xab\xd5\xd4\x68\x34\xd4\x6e\xb7\xb5\xb2\ \xb2\xa2\x1d\x3b\x76\x68\x38\x1c\xaa\xdf\xef\x2b\x91\x48\xa8\xd9\ \x6c\xaa\xd1\x68\x68\xdf\xbe\x7d\xd6\xa7\x95\x95\x15\x9b\xd3\x85\ \x85\x05\x9b\xbb\xcb\x97\x2f\x6b\x7d\x7d\x5d\x9d\x4e\x47\xc9\x64\ \x52\xdd\x6e\x57\x91\x48\x44\xa9\x54\x4a\x1b\x1b\x1b\x0a\x85\x42\ \x0a\x85\x42\x1a\x0c\x06\x4a\x26\x93\x1a\x8d\x46\x5a\x58\x58\x50\ \xbb\xdd\x56\xa7\xd3\xb1\xb9\x1a\x0c\x06\x8a\x44\x22\x0a\x85\x42\ \xda\xd8\xd8\x50\xa1\x50\x50\xbf\xdf\x57\xab\xd5\x52\x2a\x95\x52\ \x30\x18\xb4\xcf\x4b\x52\x38\x1c\xb6\xf5\x91\x4c\x26\xd5\x6e\xb7\ \x35\x1c\x0e\x15\x0a\x85\x34\x1c\x0e\xad\x7f\xc1\x60\xd0\xd6\x6b\ \x20\x10\xb0\xf5\x1c\x0c\x06\xd5\xef\xf7\xad\x4f\xa5\x52\x49\xcd\ \x66\xd3\xbe\x17\x0e\x87\x15\x8f\xc7\x15\x8f\xc7\xc7\x7e\x1e\x8b\ \xc5\x14\x8d\x46\x35\x18\x0c\x94\xcd\x66\xb5\x63\xc7\x0e\x45\x22\ \x11\x45\xa3\x51\xbd\xf4\xd2\x4b\x4a\x24\x12\x8a\xc7\xe3\x57\xdc\ \x57\xe1\x70\xd8\xc6\x21\x14\x0a\x69\x34\x1a\xd9\x3d\x35\x1a\x8d\ \x14\x8b\xc5\x14\x8b\xc5\x24\xc9\xe6\x2c\x10\x08\xa8\xdd\x6e\x2b\ \x14\x0a\xa9\xdb\xed\xda\xb1\x62\xb1\x98\xc2\xe1\xb0\x32\x99\x8c\ \x02\x81\x80\x02\x81\x80\x4a\xa5\x92\x66\x67\x67\xed\xb8\x81\x40\ \x40\xd1\x68\x54\xe1\x70\x58\x83\xc1\x40\x9d\x4e\xc7\xee\xe7\xd1\ \x68\x64\x7f\x17\x0a\x05\x05\x02\x01\x5b\x87\x9d\x4e\x47\xa9\x54\ \x4a\xe9\x74\x5a\xb1\x58\x4c\x8b\x8b\x8b\x0a\x06\x83\xfa\xee\x77\ \xbf\xab\x7c\x3e\xaf\x4c\x26\xa3\x8d\x8d\x0d\xf5\x7a\x3d\xcd\xce\ \xce\x2a\x91\x48\xd8\x1c\xd2\xba\xdd\xae\x82\xc1\xa0\x5d\x1b\xcf\ \x06\xc6\xa0\xd7\xeb\x59\xbf\x87\xc3\xa1\x02\x81\x80\x7d\x76\x38\ \x1c\xda\x78\x71\xcd\xc1\x60\x50\x92\x14\x89\x44\x34\x1c\x0e\x35\ \x18\x0c\x14\x08\x04\xec\xf3\x7e\xae\x47\xa3\x91\xc2\xe1\xb0\xfa\ \xfd\xbe\x1d\x3f\x12\x89\xa8\xdd\x6e\x2b\x18\x0c\x2a\xf8\x4e\x1e\ \x8a\xd3\x36\x6d\xd3\x36\x6d\x37\xa2\xad\xac\xac\xe8\xb5\xd7\x5e\ \x53\xad\x56\x53\xb7\xdb\x55\xb3\xd9\x54\xb1\x58\x54\xb3\xd9\x54\ \xad\x56\xd3\x60\x30\x50\xbb\xdd\x56\xa3\xd1\xb0\x87\xa3\x7f\x30\ \x06\x83\x41\x0d\x06\x03\x7b\xc0\xf2\xb3\x54\x2a\xa5\xc1\x60\xa0\ \x6a\xb5\x3a\xf6\x80\x8d\xc5\x62\xaa\x56\xab\xaa\x56\xab\x5a\x5d\ \x5d\xb5\x60\x20\x6d\x3e\x94\x09\x4a\x83\xc1\x40\xad\x56\x4b\xa3\ \xd1\xc8\xce\xcd\x43\xbd\xdf\xef\xab\x54\x2a\xa9\xd1\x68\xd8\x83\ \x3c\x91\x48\xa8\xdb\xed\x6a\x38\x1c\xea\xce\x3b\xef\x94\xb4\x19\ \xb8\xfa\xfd\xbe\x22\x91\x88\x62\xb1\x98\x5a\xad\x96\xea\xf5\xba\ \x6a\xb5\x9a\xde\xf3\x9e\xf7\xe8\xae\xbb\xee\x32\xf0\x17\x89\x44\ \x54\x2e\x97\x6d\x5c\x1a\x8d\x86\x3a\x9d\x8e\x82\xc1\xa0\x9a\xcd\ \xa6\x01\xc6\x66\xb3\xa9\x48\x24\xa2\x56\xab\xa5\x66\xb3\xa9\xe1\ \x70\xa8\x78\x3c\xae\x76\xbb\xad\x5a\xad\xa6\x5a\xad\xa6\xd1\x68\ \x64\xc1\x2d\x10\x08\x58\x70\xaf\x54\x2a\x1a\x0c\x06\x5a\x5f\x5f\ \x37\x00\xc0\xb5\x06\x02\x01\x0b\x5e\xd2\x66\xc0\x49\x26\x93\x8a\ \x44\x22\x36\xe6\x8c\x31\x41\x5b\x92\x9d\x5f\x92\xda\xed\xb6\x12\ \x89\x84\xca\xe5\xb2\x3a\x9d\x8e\x86\xc3\xa1\x8d\x5f\xa7\xd3\x51\ \xb3\xd9\xb4\x60\xdd\xef\xf7\x6d\xec\xba\xdd\xae\xf2\xf9\xbc\x9a\ \xcd\xa6\x24\x59\x40\x96\xa4\xb9\xb9\x39\x05\x83\x41\xf5\x7a\x3d\ \xb5\x5a\x2d\x0b\x6c\x80\x8e\xd1\x68\x64\xe0\x20\x1a\x8d\xaa\xdf\ \xef\xab\xdd\x6e\x2b\x12\x89\x28\x9d\x4e\x1b\x28\x88\x44\x22\xca\ \x66\xb3\x4a\x24\x12\x1a\x0e\x87\x4a\xa5\x52\x4a\xa5\x52\x0a\x04\ \x02\x06\x6a\xda\xed\xb6\xb2\xd9\xac\x81\xa6\x68\x34\x3a\x76\x7d\ \xf5\x7a\xdd\x00\x5c\x30\x18\x54\x24\x12\x51\x2e\x97\x53\x26\x93\ \x91\xb4\x09\xbe\x86\xc3\xa1\xda\xed\xb6\x5a\xad\x96\xf5\x63\x38\ \x1c\xda\xf1\xa2\xd1\xa8\xea\xf5\xfa\x58\x80\xee\xf7\xfb\x06\xa0\ \x42\xa1\x90\x92\xc9\xe4\x66\x70\xfe\xdf\x3f\xe9\x74\x5a\xe1\x70\ \x58\x81\x40\xc0\xc0\xc4\x70\x38\x34\xc0\x1d\x0a\x85\x14\x08\x04\ \x6c\x3e\x58\xeb\xac\xed\x5e\xaf\x67\xf7\x88\x24\xcd\xcc\xcc\x68\ \xe7\xce\x9d\x0a\x06\x83\x6a\xb5\x5a\xea\xf5\x7a\xf6\xbd\x6e\xb7\ \xab\x70\x38\x3c\x06\x56\x46\xa3\x91\x06\x83\x81\x01\x32\xd6\x02\ \x6b\x88\xf3\x77\x3a\x1d\x5b\x4f\x91\x48\xc4\xfe\x3f\x1a\x8d\x14\ \x0a\x85\x6c\xce\x22\x91\x88\x01\xae\x44\x22\xa1\x64\x32\x69\x40\ \x92\x7b\x98\x35\xc8\xdc\xc5\xe3\x71\xa5\xd3\x69\xeb\x07\xe3\x06\ \xc8\x95\x64\xeb\x74\x34\x1a\x8d\x8d\x01\xe3\xd2\xef\xf7\xc7\xfa\ \xcd\x1f\x0f\x66\xf9\x7f\x28\x14\xb2\xe7\x01\x63\x1b\x8d\x46\xed\ \xff\xf4\x93\x71\xe2\x3c\x80\xac\x68\x34\xba\x79\xbf\x5c\xdf\xe3\ \x70\xda\xa6\x6d\xda\xa6\xed\xc6\xb5\xb5\xb5\x35\xb5\x5a\x2d\x45\ \x22\x11\x75\xbb\x5d\x0b\x06\xbc\x39\x4a\x5b\x6f\x92\x30\x01\x93\ \x6f\x9e\xf1\x78\x5c\xdd\x6e\x57\xa3\xd1\xc8\x40\x4d\xbb\xdd\x56\ \xbd\x5e\x97\x24\x35\x9b\x4d\x7b\x08\x87\x42\x21\x35\x1a\x0d\x0b\ \xa2\xa3\xd1\xc8\x00\x41\xb7\xdb\x55\x22\x91\x30\xe6\x04\x96\xa2\ \xd3\xe9\x28\x93\xc9\xa8\xd5\x6a\xa9\xd3\xe9\xa8\x54\x2a\x19\x28\ \x81\x7d\x28\x16\x8b\x63\xc0\xa5\xd7\xeb\x29\x1e\x8f\x6b\x7d\x7d\ \x5d\xfd\x7e\x5f\x77\xdc\x71\x87\x05\xf0\x56\xab\xa5\x7b\xef\xbd\ \x57\x3f\xfc\xe1\x0f\xb5\xb1\xb1\x61\x20\x70\x63\x63\x43\xfd\x7e\ \xdf\x18\x90\x52\xa9\xa4\x60\x30\xa8\xf5\xf5\x75\xa5\x52\x29\x2d\ \x2e\x2e\xaa\xdb\xed\xaa\x58\x2c\x2a\x99\x4c\x4a\x92\x52\xa9\x94\ \xb2\xd9\xac\xb1\x10\x00\x99\x6d\xdb\xb6\xa9\xd7\xeb\x29\x12\x89\ \xa8\x5a\xad\xaa\xd9\x6c\x6a\x76\x76\x56\xf1\x78\x5c\x8d\x46\xc3\ \x58\x8c\x66\xb3\x69\x81\xac\x54\x2a\x69\x7e\x7e\x5e\xfd\x7e\x5f\ \xb1\x58\x4c\xed\x76\x5b\xfd\x7e\x5f\xf5\x7a\x5d\x8d\x46\xc3\x82\ \x4f\x2c\x16\x33\xb6\x07\x10\x01\xb0\x9b\x99\x99\x31\x40\x3c\x33\ \x33\xa3\x46\xa3\xa1\x46\xa3\x61\xc1\x15\xe0\xc7\x58\xb7\xdb\x6d\ \x03\xc0\x30\x2d\x8c\x3f\xc0\xb5\xdd\x6e\x1b\x58\x06\x04\xe4\xf3\ \x79\xd5\x6a\x35\x05\x83\x41\x9b\x33\x00\x65\x3a\x9d\x36\x50\x06\ \x48\x68\x36\x9b\xca\x64\x32\x4a\x26\x93\x6a\x34\x1a\x6a\x36\x9b\ \xca\x66\xb3\x8a\x46\xa3\x36\xff\x80\xa7\x7a\xbd\x6e\xac\x0c\x2c\ \x48\xb9\x5c\x1e\x0b\xea\x00\x3a\xd6\x29\x20\x22\x12\x89\x18\x8b\ \x05\xc0\x89\x44\x22\x06\x26\x00\x3c\x00\x50\x1f\xf8\x59\xbf\x92\ \x0c\x80\x85\xc3\xe1\xb1\xbe\x01\x96\x59\x63\x00\x1b\x82\x3f\xa0\ \x95\x75\xc4\xb1\x63\xb1\x98\xad\x91\x78\x3c\xae\x8d\x8d\x0d\x03\ \xe8\xb1\x58\x4c\xf1\x78\xdc\xfe\x0d\xa8\x6c\xb5\x5a\x06\x20\x00\ \xc2\xe1\x70\x58\xcd\x66\x53\x83\xc1\xc0\xfa\x0a\x6b\xeb\x59\xa5\ \x60\x30\x68\x9f\xf7\x20\x85\x31\x04\x40\xf3\x73\x5e\x44\x3c\x23\ \xc8\x35\x85\xc3\x61\x45\x22\x11\x85\xc3\x61\x63\x18\xfd\xfd\xce\ \x67\x01\x54\x80\x5f\x40\x9c\x67\x35\xb9\x67\xb9\xf7\xfd\x8b\x02\ \xcf\x15\x0f\x56\xc3\xe1\xb0\x01\x53\xbe\xcf\xef\x58\xaf\x9e\xc9\ \x64\x8e\xec\x45\xe5\x86\x3c\x25\xa7\x6d\xda\xa6\x6d\xda\xde\x41\ \x23\xd0\xf3\xe6\x0b\x70\xf2\x0f\x3a\x02\x0a\x01\x84\x07\x28\x80\ \x8c\xcf\xf3\xe6\xca\x9b\x30\x0c\x10\x80\x80\x40\x45\xd0\x25\x90\ \x13\xdc\x90\x0e\x61\x2a\x38\x7f\xaf\xd7\x53\xa9\x54\xd2\xc6\xc6\ \xc6\x58\xd0\xbb\x74\xe9\x92\x49\x10\x04\xb6\x70\x38\xac\x72\xb9\ \x3c\xf6\xc6\xdf\x6e\xb7\x55\x2c\x16\xed\xff\xc1\x60\x50\x9f\xfe\ \xf4\xa7\xed\xda\x82\xc1\xa0\x56\x57\x57\x4d\x8a\xcb\xe5\x72\x5a\ \x5e\x5e\xb6\x31\xe0\xfc\xeb\xeb\xeb\x1a\x0c\x06\x4a\xa7\xd3\x0a\ \x04\x02\x2a\x16\x8b\x4a\xa5\x52\x2a\x97\xcb\xd6\x57\xa4\xa7\x6a\ \xb5\xaa\x58\x2c\xa6\x6e\xb7\xab\x4b\x97\x2e\x69\x6d\x6d\xcd\x58\ \xae\x4a\xa5\x62\x81\xbd\xdb\xed\x1a\x58\x93\x36\x59\x9a\x95\x95\ \x15\x0d\x87\x43\x63\x37\x3c\x48\xbb\xfd\xf6\xdb\x75\xe9\xd2\x25\ \x75\x3a\x1d\x35\x1a\x0d\x93\x30\x61\xfc\x5a\xad\x96\x36\x36\x36\ \xd4\x68\x34\x0c\x0c\x96\x4a\x25\x93\x46\x6b\xb5\x9a\x81\x0b\x80\ \x46\xa7\xd3\xd1\x68\x34\x52\xad\x56\xb3\x80\x57\xa9\x54\x14\x8f\ \xc7\x55\x2c\x16\x95\xcd\x66\xed\x7c\x83\xc1\x40\xdd\x6e\x57\xe5\ \x72\xd9\x80\x4b\xa5\x52\x31\xb9\x18\xf0\x14\x0a\x85\x0c\x24\x65\ \xb3\x59\x1b\x63\x80\x46\x2e\x97\xb3\x00\xdd\x6a\xb5\x34\x18\x0c\ \x94\x48\x24\x54\xaf\xd7\x95\x48\x24\xec\x67\xe1\x70\x58\xf5\x7a\ \xdd\xa4\xc1\x54\x2a\xa5\x5e\xaf\x67\x6b\x11\x80\xc5\xba\x8d\xc7\ \xe3\x1a\x8d\x46\xea\x76\xbb\x06\x50\x00\x08\x00\x13\xe4\x4c\x18\ \x3d\x49\x06\xce\xda\xed\xb6\xc9\x9e\x00\x0e\x64\x34\xd8\x36\xc0\ \x2a\xcc\x0b\x6b\x0a\xb0\xd1\x68\x34\x8c\x31\xe5\x33\x9e\xf9\x62\ \x8e\x63\xb1\x98\xc9\x73\x1e\xe8\x79\x96\x06\xe0\x04\x80\x00\x74\ \x78\x49\xd1\xdf\xc3\xdc\x87\x5e\xa2\x8b\xc5\x62\xf6\x02\x93\xcb\ \xe5\xec\x1c\x92\x0c\x28\xa5\xd3\x69\xbb\xa7\xa5\xcd\x97\x2a\xc6\ \x25\x18\x0c\x9a\x1c\x0c\x4b\x49\x83\xe1\xe2\xdc\xfc\x1b\xf6\x49\ \x92\xbd\xa8\xc1\x6e\xf1\x3d\x80\xa8\x24\x9b\x27\xff\x5c\x9a\x04\ \x50\x00\x4d\x8e\x01\x53\x05\xd8\x84\x11\xe3\x73\xc3\xe1\x70\x0a\ \xb0\xa6\x6d\xda\xa6\xed\xd6\xb5\x8f\x7c\xe4\x23\x6a\x34\x1a\x26\ \x11\x86\xc3\x61\x55\x2a\x15\x49\x52\xb9\x5c\x36\x19\x8e\x87\x23\ \x32\x1c\x0f\x70\x2f\x75\x05\x02\x01\x25\x93\x49\xf3\x78\x2c\x2e\ \x2e\x5a\x40\xe8\x76\xbb\x6a\xb7\xdb\xf6\x06\x8b\xf4\xc8\xf7\x09\ \x4c\x48\x76\x3c\xa0\xdb\xed\xb6\x7d\x8e\x87\x6d\x3c\x1e\xbf\xe2\ \x6d\x1b\x16\x88\x63\xf1\xd6\x4b\xdf\x09\x48\x92\xae\x08\x8e\xc3\ \xe1\xd0\xd8\x98\x40\x20\xa0\x5a\xad\x26\x49\x63\x8c\x11\xb2\xd3\ \x70\x38\x54\xa9\x54\xb2\x20\xd8\x6e\xb7\xb5\xba\xba\x6a\x01\x09\ \xf9\xee\x57\xbf\xfa\x95\x24\xe9\x8d\x37\xde\x30\xc6\xe0\xd2\xa5\ \x4b\x5a\x5e\x5e\x96\x24\x0b\xe2\x30\x54\x04\xbd\x52\xa9\x64\x63\ \x5b\x2c\x16\x4d\xe6\x91\x36\x83\xf8\x6b\xaf\xbd\xa6\x5f\xfe\xf2\ \x97\x76\x7d\x80\x0d\xd8\x37\x00\x4c\xaf\xd7\xd3\x4b\x2f\xbd\x64\ \xc1\x29\x1a\x8d\xaa\x52\xa9\x58\x20\x43\x2a\x22\xa0\x96\x4a\x25\ \x9b\x7f\xe4\x56\x82\x5c\x32\x99\x54\xa7\xd3\x31\xd0\x43\x30\x4b\ \xa5\x52\x36\xc6\x5e\x92\x0a\x85\x42\xc6\x68\x01\x96\x00\xe2\xa5\ \x52\x49\x81\x40\xc0\xd8\x4d\x80\xde\x68\x34\x52\xb3\xd9\xd4\x68\ \x34\xb2\xf3\xb1\x06\x01\xe8\xf5\x7a\xdd\x58\x34\x80\x3c\x01\x9d\ \xf1\x67\x8d\x79\xa9\x8a\xe0\x0f\xa0\xed\x76\xbb\x63\x80\xbc\xd7\ \xeb\x19\x80\x42\xde\xf5\xcc\x0b\xd7\xcb\xfa\xe3\xb8\x92\x8c\xd9\ \x61\xfe\xf8\x0c\x0c\x2a\xcc\x19\x80\x19\x06\x0b\xef\x16\xf7\x01\ \x40\x01\xd0\x01\xf0\x03\xc4\xf6\xfb\x7d\xcd\xcc\xcc\xd8\x75\xb4\ \xdb\x6d\xf3\xaa\x49\x9b\xc0\x1c\x16\x0c\xf0\x89\x34\x1e\x0e\x87\ \x8d\x0d\xed\x74\x3a\xe6\xb7\xf2\xb2\xb3\xbf\x5f\xb8\x3f\xe8\x53\ \x2c\x16\x53\x26\x93\xd1\xfa\xfa\xba\xa2\xd1\xe8\xd8\xb8\x72\x1f\ \xf1\xc7\xfb\xa3\xfc\x67\x78\x09\xe8\xf7\xfb\x26\xdf\x49\xb2\xeb\ \xe5\xfe\xf6\xf2\x1f\x9f\xf7\xf7\x33\x63\xc1\x35\xf2\xdc\xe1\xb9\ \xc2\xf7\x0c\x68\xbd\xc3\xe7\xe2\xb4\x4d\xdb\xb4\x4d\xdb\xaf\xdd\ \x76\xef\xde\x6d\x01\x17\x46\x20\x1c\x0e\xab\x54\x2a\xa9\x58\x2c\ \x6a\x30\x18\xa8\xd9\x6c\x6a\x63\x63\xc3\xa4\x1c\xd8\x14\xd8\x15\ \xc0\x4e\x34\x1a\x55\xb7\xdb\x55\x20\x10\xd0\xb6\x6d\xdb\x74\xff\ \xfd\xf7\x6b\x30\x18\x28\x1a\x8d\x9a\xb1\xdc\x9b\x5b\x79\x40\xf2\ \x90\x6d\x36\x9b\x9a\x9b\x9b\x33\x99\x6a\x30\x18\xa8\xd1\x68\x68\ \x7d\x7d\x5d\x73\x73\x73\x66\x6e\x26\x38\x54\x2a\x15\xf3\x6d\x10\ \xf8\xab\xd5\xea\xd8\xdb\xf0\x8f\x7f\xfc\x63\x65\xb3\x59\x65\x32\ \x19\x65\x32\x19\x0b\xf8\x04\x20\x82\x3f\xac\x8e\x6f\x5c\x3b\x40\ \x8a\xc0\xc1\x58\xf1\xf6\xcd\x5b\xbe\x07\x25\xfe\x78\x30\x7e\x30\ \x7a\x80\x03\x58\x41\xcf\xc6\xd0\x77\x40\x5f\x2c\x16\x1b\x63\xfd\ \x38\x26\x6c\x82\x67\x48\x3c\x6b\xe8\xbd\x6c\x92\xd4\x6a\xb5\x4c\ \xb2\xe2\x77\x48\x4b\x80\x45\xff\x79\xcf\x36\x54\xab\x55\x0b\x6c\ \x1e\x44\x7b\x09\x99\xfe\xd3\xa7\x78\x3c\x3e\x06\x50\x00\x0a\x9e\ \x99\x01\xdc\x01\x44\x00\x2f\x8c\x29\x00\x80\xc4\x09\xce\x81\x24\ \x0d\xb8\xf1\xd2\x10\xf3\xcf\x38\x01\x2c\x60\x13\xbd\xcc\x45\xc2\ \x06\x60\xa7\x5e\xaf\x2b\x1c\x0e\x9b\x7f\x90\xf3\x02\x0e\xb9\x66\ \x12\x2b\xfc\x9c\x00\xc2\x90\xf9\x60\x8e\x7a\xbd\x9e\x49\xac\xb0\ \x79\x80\x4f\xbc\x65\xf8\xfc\x78\xf1\xa0\x8f\xcc\x03\xac\x29\x9e\ \x44\xd6\x4e\xad\x56\xb3\xfb\x8f\x39\x88\x46\xa3\xd6\x37\x80\x25\ \xdf\xeb\xf5\x7a\x26\xe9\x33\xee\x99\x4c\xc6\xc6\x99\xf5\x1b\x8f\ \xc7\x95\x4a\xa5\x94\x48\x24\x6c\xce\xbb\xdd\xae\x49\xb1\x93\x5e\ \x4c\xd6\x2d\x63\xe1\xc1\x1a\x40\x94\xfb\xc6\xfb\xc8\xbc\x97\xd0\ \x7b\xb2\x3c\xa8\x62\x8d\xf9\x73\xfb\x97\x04\x6f\x65\xe0\x3a\x24\ \xd9\xb5\x4e\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\xc6\xc3\x98\x3f\x3c\ \x8c\x7d\x00\xe0\xed\x99\x8c\x33\x1a\x4c\x17\x6f\xc0\x9e\xd9\x92\ \xa4\xd5\xd5\x55\x33\xa7\xe3\x85\x21\xc0\xf3\x20\x87\x15\x09\x85\ \x42\xda\xbe\x7d\xfb\x58\x10\x8f\x44\x22\x4a\x26\x93\x96\xd9\xc4\ \x03\x17\x29\x62\x66\x66\xc6\x8e\xe3\x25\x94\x8d\x8d\x0d\x33\x8d\ \xcf\xce\xce\xaa\xd7\xeb\xa9\xdb\xed\xea\xce\x3b\xef\x34\xa9\x63\ \xd2\x30\x4e\x70\x22\x70\x93\xc5\x56\x2c\x16\x4d\x06\x21\x0b\x0d\ \x53\x32\xd2\xa4\x97\x29\xa5\xcd\x60\x81\x04\x05\x48\x84\x09\x82\ \xd1\x48\x24\x12\x76\x3e\x7c\x68\x00\xa0\x46\xa3\x71\x45\x46\x16\ \xe0\x84\x00\x03\xab\xe7\xcd\xd1\x00\x27\xcf\x0a\x30\x27\xf8\x7f\ \x00\x1e\x30\x2c\x00\xc1\x40\x20\x60\xe3\x0f\x2b\x06\xa0\x68\x36\ \x9b\x8a\xc7\xe3\xc6\xe4\xd1\x00\x1a\x92\x4c\x66\xc4\x48\xee\x1b\ \x52\xa1\xb4\x05\xdc\xfc\xe7\xbc\x69\x1b\xf0\x8a\x64\xc5\xdc\x00\ \x8c\x31\x5c\x03\x64\xb9\x46\xfa\x85\x14\xc6\x1c\x22\xc3\xf9\x73\ \xf8\xcc\x34\xe6\x14\xb0\x2b\xc9\x98\x9b\x74\x3a\xad\x72\xb9\xac\ \x5e\xaf\xa7\x7c\x3e\x6f\xcc\x11\xe7\x65\xae\xb9\x2f\x00\x91\xc8\ \x7a\xde\xec\xcd\x7d\x50\xaf\xd7\x4d\xba\x04\x2c\xc2\x12\x87\x42\ \xa1\xb1\x6b\xf3\x40\xa6\x52\xa9\x68\xfb\xf6\xed\x63\x0c\x1c\xd2\ \x1d\xe3\xe9\x25\x7b\xa4\x54\x9f\x45\x08\x73\x06\x0b\xc5\x71\x68\ \xac\x4b\x69\x0b\xe0\x22\x47\xd6\xeb\x75\x63\xc3\xf8\xae\x97\x11\ \x3d\xcb\xcd\xcf\xa5\x2d\x46\x97\x75\xe9\x59\x26\xcf\x40\x7b\x80\ \x0a\x9b\xc5\xb1\xbc\x3f\xcb\xaf\x4b\x69\xcb\x8b\xc5\x39\x98\x13\ \xfe\x4c\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\xf6\x5f\xff\xf5\x5f\xe6\ \x09\x9a\x9f\x9f\x57\x28\x14\xd2\xda\xda\x9a\x01\x1d\xc0\x05\xd2\ \x95\x7f\x88\xf3\xc0\xe4\x6d\xdb\x1b\xdf\x97\x97\x97\x35\x18\x0c\ \x54\xaf\xd7\x95\x4e\xa7\x25\x69\xcc\x38\xeb\x03\x5b\xaf\xd7\xb3\ \x87\x77\xb7\xdb\x55\x3c\x1e\x37\x79\x0e\x5f\x16\x99\x5d\xc8\x29\ \xb5\x5a\xcd\x82\x30\xfe\xa3\x4e\xa7\x63\x99\x60\x2b\x2b\x2b\xc6\ \xe6\x10\x68\xf1\x10\x79\x1f\x19\x00\xc4\xfb\x6a\x00\x46\x04\x4a\ \x2f\x5b\x78\x06\x21\x95\x4a\x19\xe0\x81\xd1\x22\x48\xcf\xce\xce\ \xda\x18\x0e\x06\x03\x33\xcc\x63\xf4\xe6\x7b\x80\x33\xc0\x21\xe7\ \x60\x2c\xe8\x07\x9f\xe5\xfa\x91\x6a\xf9\x3c\xc1\x5d\xda\x4a\x91\ \xf7\xe0\x07\x23\x36\xe3\x01\x4b\x02\xf8\xdc\xb6\x6d\x9b\x01\x35\ \x00\x2c\x4c\x1f\xd7\x8f\xb4\x47\x00\x65\xde\x60\x96\x00\x1d\x94\ \xd5\xf0\xc6\x71\xcf\x4c\x10\x6c\x99\x6b\x0f\xf0\x7d\x79\x03\x40\ \x11\xd7\xcc\x77\xb9\x4e\xae\x15\x56\xa4\x5c\x2e\x9b\xbc\x0b\xe8\ \x47\x26\x43\x62\x5c\x59\x59\x19\x63\x5e\x19\x43\x8c\xe6\xbe\x5c\ \x40\xb3\xd9\x54\xbf\xbf\x59\x1e\xc4\x33\x8c\xf4\x83\xb1\x04\xec\ \xc2\x9a\x70\x1d\x00\x65\xfc\x69\x8c\x01\x9e\x2a\x12\x15\xb2\xd9\ \xac\xea\xf5\xba\xad\x03\x98\x39\xb2\x53\xbd\xf4\xc6\x1a\x43\x1e\ \x95\xb6\x80\x2e\x20\x96\x71\xe1\x7c\xcc\xe9\x9e\x3d\x7b\xc6\x32\ \x03\x19\x4b\xfe\x9f\x4c\x26\xc7\x92\x21\x00\x33\x8c\xb7\x3f\x8f\ \xcf\x04\x64\x9e\xfc\x33\x83\x39\xf0\x40\x6a\xd2\xbb\xc5\x1f\xd6\ \x03\x3f\xf7\x12\xa1\x1f\x67\x0f\x56\xe9\xb3\x67\xea\xbc\x55\x81\ \xec\xdb\x29\xc0\x9a\xb6\x69\x9b\xb6\x5b\xd6\x30\x64\x4b\xb2\x54\ \xfa\x56\xab\xa5\x6a\xb5\x6a\x35\x91\x82\xc1\xcd\xb2\x0b\x48\x1b\ \xb5\x5a\x6d\x4c\xce\xe1\xed\xdf\x07\x02\x7c\x45\xa5\x52\x49\x3b\ \x76\xec\x30\xff\x07\xd2\x54\x2c\x16\x33\xc3\x2d\xe7\xc1\x20\x0d\ \xeb\xd0\x6a\xb5\x94\x4c\x26\x75\xe9\xd2\x25\xed\xda\xb5\x4b\xd9\ \x6c\x56\xcd\x66\x53\x9d\x4e\x47\x1b\x1b\x1b\xc6\xb8\xcc\xcd\xcd\ \xa9\x58\x2c\x6a\x65\x65\x45\xf9\x7c\xde\xb2\xe9\x60\xb2\x5a\xad\ \x96\x16\x17\x17\x55\x2c\x16\x2d\x80\x48\x9b\xbe\x95\x6d\xdb\xb6\ \x49\x92\xb1\x0a\xad\x56\x4b\xb3\xb3\xb3\x16\xe8\xbc\x91\xda\xbf\ \xfd\x7b\x96\x01\x26\xc6\x83\x25\xfc\x35\x04\x43\x82\x3c\x26\x6a\ \x82\x08\x4c\x12\x35\xc3\x9a\xcd\xa6\x95\x6b\xe8\xf5\x7a\x26\xe1\ \x90\xfd\x06\x73\x06\x80\x02\x5c\x11\xf4\x09\x50\x80\x0b\x02\x20\ \x92\x15\x81\x0a\x86\xc2\x03\x5b\x98\x19\x7e\x8f\x44\x44\x20\x1b\ \x0e\x87\xda\xb6\x6d\x9b\xa2\xd1\xa8\x49\x5a\xc3\xe1\xd0\x6a\x75\ \x79\x26\xc3\x97\xd4\xe0\xbb\x24\x3f\x10\x88\xe9\xcf\x68\x34\x52\ \xbb\xdd\x36\x60\x0d\xe3\xc2\x9a\x64\x4d\x4d\xd6\x55\x02\x08\xb1\ \x0e\x93\xc9\xa4\xb2\xd9\xac\x49\xb0\x94\xcd\xc0\x6c\x8e\x77\x8f\ \x3f\xcc\x41\x34\x1a\x35\x3f\x19\xc1\x99\x80\x0d\x08\x25\x73\x8e\ \x31\x9d\x0c\xf6\x7c\x8f\xb1\xf7\xd9\xa1\xbc\x4c\x70\xdf\xf8\xec\ \x42\x4c\xe3\x5c\x9b\xb4\x25\xff\xe2\x47\x6b\x34\x1a\x63\xb5\xb6\ \x18\x13\x9a\x07\xf7\x48\xaf\x48\xf3\xf4\xe3\xee\xbb\xef\x36\xa3\ \x7f\x3a\x9d\x36\x53\x3f\x80\x10\xb6\xd0\xdf\xd3\xf8\xbc\xaa\xd5\ \xea\x98\xaf\xca\xfb\xa0\x58\x5b\x5e\x0e\x94\xc6\x93\x64\x30\xff\ \x7b\x40\xe6\xa5\x46\xfa\xe0\x13\x5b\xbc\xf4\xe8\x7d\x74\x3e\x93\ \xd3\x83\xc3\xc9\x64\x1b\x63\xe0\xde\xf9\xa3\x71\xda\xa6\x6d\xda\ \xa6\xed\xd7\x6b\xfd\x7e\x5f\x3b\x76\xec\xb0\xec\xb9\x42\xa1\x60\ \xa5\x0d\x7a\xbd\x9e\xb6\x6d\xdb\x66\x60\xc1\x1b\xa8\xbd\x1f\xc6\ \x17\x12\xe5\xcd\x9b\x00\x9b\xc9\x64\x54\x28\x14\x2c\x0b\x8d\x20\ \xd5\xe9\x74\xac\xf6\x0e\xc1\x94\x32\x0a\xb3\xb3\xb3\x96\x96\x9f\ \x48\x24\x2c\x0b\x8c\x87\x2b\x81\x29\x9d\x4e\x5b\xdd\x2e\x8a\x7b\ \x7a\x80\x00\x90\x03\x90\x44\xa3\x51\x55\xab\x55\x63\xbb\x00\x25\ \x94\x8e\x80\x51\xc0\xaf\x84\x4f\x07\xf9\xa7\x5c\x2e\x1b\x33\x45\ \x61\x54\x58\xac\x99\x99\x19\xf3\xdb\x94\xcb\x65\x2d\x2c\x2c\xd8\ \x75\xc2\x1e\xf5\xfb\x7d\xad\xad\xad\x19\x83\x45\x30\x03\xc0\x46\ \x22\x11\xbd\xfe\xfa\xeb\x0a\x06\x83\x9a\x99\x99\x51\x2a\x95\xd2\ \xfa\xfa\xba\x2e\x5f\xbe\xac\x46\xa3\xa1\x3b\xee\xb8\x43\xb9\x5c\ \x4e\xd2\x26\x5b\xb3\xb1\xb1\x61\x59\x68\x80\xd4\x7a\xbd\xae\x66\ \xb3\xa9\xdb\x6e\xbb\x6d\x2c\x10\xad\xad\xad\x29\x9f\xcf\x2b\x9f\ \xcf\x9b\xd9\x9d\x92\x1c\x98\xdd\x99\x33\xc6\x06\x73\x36\x73\x43\ \x90\xa3\xbc\x44\x20\x10\x30\x89\x0b\x06\xa8\x5a\xad\x2a\x97\xcb\ \x8d\x79\xa3\x08\x76\xbd\x5e\xcf\x02\x3e\x66\x74\x12\x1b\x00\x44\ \x94\x29\x60\x9d\x20\x59\x03\xd0\xbc\x6c\x89\x21\x1f\x8f\x98\x24\ \xf3\xe4\x01\xf0\x39\x27\xe0\x9e\xb9\xc0\x87\x55\x28\x14\x6c\x2c\ \xb2\xd9\xac\x31\x4f\xb1\x58\xcc\x92\x19\x7c\xfd\x25\x80\xb6\x65\ \xa9\xfd\x6f\x1f\x28\x66\x1b\x0c\x6e\xd6\xb6\xf2\xb2\xb2\x37\x8e\ \xb3\x0e\x91\x54\xb9\x9f\x58\xdf\x9e\x31\x62\xbc\x01\xcb\x5e\x7e\ \xc3\xeb\x48\x19\x0d\x12\x13\x58\xeb\x83\xc1\x40\x1b\x1b\x1b\x0a\ \x87\xc3\xba\xf7\xde\x7b\xad\x6f\xbe\xb6\x9a\x67\xb3\x68\x3e\x99\ \x04\xd6\x10\x86\x8a\xf3\x33\xf6\xac\x61\x80\x8e\x07\x67\x9e\x95\ \x62\x1d\xf0\x3b\xee\x51\xee\x7b\x98\x50\x8e\xc1\x7d\xcc\x18\xd0\ \x4f\x9f\x00\x33\x09\xbe\x60\x3d\x7d\xa2\x81\x34\x2d\xd3\x30\x6d\ \xd3\x36\x6d\xb7\xb0\x61\xea\x05\x58\x50\x84\x91\x07\x21\x0f\xe5\ \x6a\xb5\x3a\x96\x05\x28\x6d\xc9\x2a\x04\x71\x49\xe6\x85\xe9\x76\ \xbb\x96\x7e\x3e\x18\x6c\x16\x71\xe4\xe1\x5c\xad\x56\x4d\x1e\xf4\ \x0f\xef\x60\x30\xa8\x6c\x36\x6b\xcc\x8a\x37\xc7\xcf\xcc\xcc\x18\ \x68\x6a\xb7\xdb\xca\xe5\x72\xc6\xbc\x05\x02\x01\x65\x32\x19\xf3\ \xfa\x0c\x87\x43\x2b\x15\x30\x33\x33\x63\xec\x14\x4c\x04\xa0\x80\ \x00\x51\xa9\x54\x2c\x90\x8e\x46\x23\x03\x6e\x18\xea\x91\x03\xdf\ \x78\xe3\x0d\xab\x80\x9d\xc9\x64\x2c\xc3\x31\x9f\xcf\x1b\xdb\x31\ \x1c\x0e\x55\x28\x14\xcc\xf7\xd3\x68\x34\x0c\xac\x50\xcd\x9d\x4a\ \xe1\x3e\xd8\x02\x0a\xca\xe5\xb2\xb1\x70\x18\xf7\xd7\xd7\xd7\x4d\ \x22\x5d\x5d\x5d\x35\x96\x91\x4c\xbb\x7c\x3e\xaf\x46\xa3\xa1\x4a\ \xa5\x62\xa5\x24\xb6\x6d\xdb\xa6\x56\xab\xa5\xf5\xf5\x75\x1b\x0f\ \x6a\x5e\x45\x22\x11\xd5\xeb\x75\x2d\x2f\x2f\xab\xd1\x68\x68\xf7\ \xee\xdd\xc6\x06\x51\x71\x1d\x30\x13\x08\x04\xb4\xbe\xbe\xae\xf5\ \xf5\x75\xbb\x16\x6f\xd8\x07\xc4\x49\x32\x2f\xd2\xde\xbd\x7b\x0d\ \x9c\x78\xc0\x4b\xa1\xca\x70\x38\x6c\xf5\xd7\x00\x10\x80\xb6\x6c\ \x36\x3b\x26\x27\x79\x60\xcc\xda\x60\x8d\xfa\x31\x96\xa4\x5c\x2e\ \x67\xc7\xf4\x65\x22\x00\x7e\x48\xad\xac\x19\xd6\x13\xa0\x9e\xf3\ \x78\x60\x00\x1b\x02\xc3\x04\x38\x21\xc8\xc3\x46\xc2\x30\x01\x36\ \x48\xc4\xf0\x35\xe0\x7c\x9d\x34\x64\x6f\x5e\x5c\x7c\x86\x21\x73\ \xef\xd9\x47\x8e\x4b\xd6\x61\xbf\xdf\xd7\xec\xec\xac\xf9\xa8\x00\ \x81\xc8\x9a\x30\xa1\xef\x7d\xef\x7b\x8d\x21\xcd\x66\xb3\x56\xd6\ \x81\xc6\x7d\xe7\xd9\x43\xff\x33\xd8\x5e\x98\xc7\xc9\xef\xf2\x2c\ \xf0\xe0\x10\xd6\xd3\x33\x54\xd2\x56\x76\x9f\xf7\x5b\x49\x5b\x8c\ \x9c\x97\xa3\x01\xc7\x93\xcf\x07\x2f\x1b\xf2\x72\x00\x0b\xee\xcb\ \x3c\x30\xc7\x53\x80\x35\x6d\xd3\x36\x6d\xb7\xac\xcd\xce\xce\x5a\ \x75\x73\xde\xa2\x09\x86\xde\x63\xe5\xdf\x12\x09\x26\x30\x36\xbc\ \x59\x22\x4b\xf0\xe6\xee\x03\x04\x7e\x2c\xde\x82\x61\x5c\xb2\xd9\ \xac\x15\xd1\x24\x90\xf9\xc0\x45\xc5\x6f\xaa\xac\x7b\x33\x32\xd2\ \x19\x72\x23\xec\x14\xc0\x0f\xd3\x7e\x2a\x95\x52\x2c\x16\xd3\xe5\ \xcb\x97\xd5\xef\xf7\x55\x28\x14\x2c\xd3\xae\xd3\xe9\x8c\x79\x7c\ \x86\xc3\xa1\x05\x3e\x9f\x55\xc7\xef\x09\x0c\x04\x3d\xb6\xaf\xf1\ \xbe\x1c\x64\xcd\x74\x3a\xad\x5e\xaf\x67\xd5\xd0\xd3\xe9\xf4\x58\ \x26\x14\xdb\x99\x60\xcc\x46\x4a\xa2\xd0\x69\xa7\xd3\x51\xa1\x50\ \x50\x26\x93\x31\x26\x8e\xb1\x83\x71\xf2\xf5\x96\x00\x6d\xbe\xbf\ \x78\xac\x24\x59\x52\x00\x5b\x04\xd1\x57\x98\x90\x70\x38\x6c\xf5\ \x94\x00\x12\xde\xec\xec\xcb\x72\xb0\x4e\xbc\x2c\xe6\x33\x3a\x25\ \x59\x9f\xd9\x82\x06\x29\x87\x7a\x59\xde\x43\xc6\xb1\x3c\xab\x87\ \x24\x9a\x48\x24\xac\x24\x01\x80\x04\xf0\xe3\x7d\x3c\x30\x72\xfc\ \x1c\xd9\xcf\xaf\x59\x40\x08\x60\xc7\xcb\xb8\x92\x6c\x1b\x1f\xd8\ \x56\xae\xa9\xd1\x68\x98\x71\x9c\xb1\xf0\x35\x9f\xa8\x8d\x06\x0b\ \xe7\x59\x34\xae\xaf\xd1\x68\x98\x94\xe5\xaf\x85\xe3\x4c\x82\x3f\ \x0c\xf5\xf4\xdb\x7b\xc7\x90\xeb\xf1\x98\xb1\x06\x42\xa1\x90\x6a\ \xb5\x9a\xe2\xf1\xb8\xf6\xef\xdf\xaf\x74\x3a\x6d\xd9\x91\x80\x17\ \xfa\x10\x8d\x46\xcd\x63\xc8\x75\x01\x6e\x61\xb0\xdb\xed\xf6\x98\ \xef\x8c\x3e\xd3\x1f\x6f\xf8\xf7\x72\x39\xf3\xc3\xef\xbc\x7c\x89\ \xb4\x8e\x34\xc8\xf5\x7a\x7f\x24\xe3\x0b\xa8\xe3\xda\x7c\xe6\xaa\ \x07\x83\xc8\x94\x9c\xcf\xd6\xd1\x3b\x7f\x34\x4e\xdb\xb4\x4d\xdb\ \xb4\xfd\x7a\x0d\x4f\x0f\x32\x03\xa0\x43\x92\x05\x2d\xc0\x40\x26\ \x93\x31\x06\x08\x30\x01\x40\x21\x20\x73\x4c\x82\x05\xb2\x05\xc1\ \x92\x4c\xb4\x5c\x2e\x67\xc1\xc0\x17\xd4\xc4\x8b\x43\x60\xe2\x81\ \xec\x33\xce\x08\xea\x80\x8f\x70\x38\x3c\x56\x04\x14\xdf\x12\x5b\ \xc4\x64\x32\x19\xab\x3e\x0e\x00\x44\xba\xf3\xd2\x03\x92\x64\xa5\ \x52\xb1\x9f\xc7\x62\x31\xdb\xf3\x6d\x66\x66\x46\xe1\xf0\x66\x21\ \x53\xcc\xca\x64\xd7\xf5\xfb\x7d\xf3\xff\xb4\x5a\x2d\x65\x32\x19\ \x0b\x3e\xa3\xd1\x48\x1b\x1b\x1b\xaa\x54\x2a\x56\x85\xde\xfb\x64\ \x30\x57\xc3\xfe\xf1\xb3\x58\x2c\xa6\x72\xb9\xac\x50\x28\x64\x75\ \x8e\xc8\x4e\xc3\x80\x4e\x56\x23\xf3\xc2\x35\x51\x2d\x1e\x40\x01\ \x98\x81\xf5\x23\xc8\xe2\xb1\x23\x80\x62\xaa\x0e\x87\x37\xf7\xa1\ \x2c\x95\x4a\x26\x0f\xe2\x15\x42\x66\x82\xd1\xf4\x52\x4d\x30\x18\ \xb4\xe2\xa7\x04\x66\xae\x15\x06\x63\x6d\x6d\xcd\x18\x21\xd8\x1f\ \xb2\x42\xf9\xd9\x68\x34\x32\xf9\xb9\x5c\x2e\x1b\x13\x0a\xf0\x9e\ \xf4\x40\x21\x67\x12\xac\x01\x82\x30\x49\x92\x8c\x71\xf4\x41\x9a\ \xda\x51\xf5\x7a\x7d\xac\xc8\x26\x0c\xae\xff\xfd\xce\x9d\x3b\x95\ \xcf\xe7\xed\xde\x00\x88\x92\x74\xc0\x5e\x98\xfc\x1e\x00\x0b\x3b\ \xc4\xcf\x29\x2c\x0b\xe0\xa4\x3f\x00\x1b\x0f\xe6\xc9\x32\x9d\x04\ \x24\x1c\x8f\xbf\xf1\xb1\x51\xe0\x76\xd7\xae\x5d\x4a\xa7\xd3\x6a\ \xb7\xdb\x26\xd3\x33\x2e\x93\x26\x79\x9f\xd9\xd7\xed\x76\xed\xfe\ \x67\xde\xf8\x0c\xa0\x8b\x17\x11\x40\x94\xcf\xde\xf3\xcc\x1b\xdf\ \xe3\x19\xe3\x01\x3b\xd7\x07\x20\xe2\x9c\x7e\x2d\x4a\x5b\x46\x79\ \x7f\x0c\x00\x21\x63\xe6\x41\x16\x7d\xe3\xfe\x9d\x02\xac\x69\x9b\ \xb6\x69\xbb\x65\x8d\x37\x54\xfe\xcd\x83\x8a\x3d\xde\x78\x68\x27\ \x93\x49\x85\x42\x21\x93\x12\x09\x2e\x3c\xf4\xbd\x0f\xc3\x67\xc4\ \xe1\x95\xf2\x35\x76\x82\xc1\xa0\xb6\x6f\xdf\x6e\x85\x23\xd9\x0b\ \x0d\xa6\x82\x07\x29\x8c\x0a\xec\x4a\x2e\x97\x53\x3c\x1e\xb7\x37\ \xe7\x56\xab\xa5\x42\xa1\x60\xc1\x22\x1c\x0e\x6b\xc7\x8e\x1d\x26\ \x37\xb0\x81\x30\x6f\xfa\xe9\x74\xda\xaa\x81\xf3\x1d\xbe\x87\xf4\ \xe8\x6b\x05\xe1\xff\x91\xa4\xe5\xe5\x65\x63\x1b\x30\xbb\xc7\x62\ \xb1\x31\x39\xd0\xa7\xda\xcf\xce\xce\xda\xe7\x31\xee\xe3\x77\x81\ \xd1\x81\x45\xc1\x9f\xc5\xb9\x00\x7f\xc3\xe1\x50\x8d\x46\xc3\xe4\ \x34\xfa\x87\xc7\x07\x1f\x14\x7b\xe2\xc1\x42\x4a\x32\x69\xb1\xd3\ \xe9\x28\x9f\xcf\x6b\x38\x1c\x9a\x6f\x0c\xe9\x16\x66\x0a\x96\x0b\ \x50\x00\xdb\x00\x50\xf5\x7e\x1f\x98\x25\x49\x36\x07\x92\x4c\x36\ \x03\xfc\x50\xe2\x82\x2d\x7c\x00\x02\x80\x69\xce\xcd\xf5\x92\x04\ \x21\x6d\x05\x65\xc0\x06\x0d\xff\x13\x00\xa8\xd5\x6a\x59\xa6\x1e\ \x12\x19\x46\x7a\xbc\x3c\x95\x4a\xc5\x18\x3f\xfa\xee\x99\x37\x69\ \xcb\xb7\x85\x5f\x0b\x89\xcd\x83\x87\x60\x30\xa8\xd7\x5f\x7f\xdd\ \x4a\x45\xf8\x84\x06\xd6\x0f\xc7\x43\xb2\x04\x44\x52\x57\x0b\x30\ \xe6\xbd\x42\xac\x4d\xce\xc1\x71\xa9\x03\x07\x68\x66\x7d\x30\x17\ \x80\x6c\xa4\x3b\xc0\x71\x3c\x1e\xd7\xde\xbd\x7b\x95\x4a\xa5\x54\ \xaf\xd7\x0d\xac\xc3\xf0\x70\x3e\x80\x0b\x5e\x30\x00\x4c\xa5\x52\ \xb1\xe4\x10\xef\x85\xf2\x52\xe0\x24\xa8\x02\xd4\x30\x47\xbe\x34\ \x84\xf7\x78\x79\x76\x91\xeb\xf5\xcd\xfb\xb3\x26\xd9\x4d\xc0\x99\ \x07\x96\xde\xf3\xe5\x41\x1f\x9f\xeb\xf5\x7a\x53\x80\x35\x6d\xd3\ \x36\x6d\xb7\xae\x8d\x46\x23\x2b\xc0\xc9\xc3\x5b\x92\xc9\x86\xbc\ \x7d\x0f\x06\x03\x0b\x96\xc9\x64\xd2\x64\x31\xff\x66\xee\x53\xe2\ \x33\x99\x8c\xf9\x75\x6a\xb5\x9a\x32\x99\x8c\x05\xcb\x6e\xb7\xab\ \x6a\xb5\x6a\xd9\x51\x5e\x86\x91\x64\x81\x32\x9d\x4e\xab\xd1\x68\ \x58\x7d\x9e\xe1\x70\x68\x41\x18\x96\x84\x37\x77\xae\x85\x6d\x4d\ \xa8\xf8\x4d\x40\x80\x89\x41\x76\xc0\x58\x5e\x28\x14\x24\xc9\x52\ \xf1\x61\x1d\x12\x89\x84\x0a\x85\x82\x62\xb1\x98\x2e\x5d\xba\x64\ \x80\x0f\xd9\xc6\xbf\x55\x23\x9b\xc0\x3c\x20\x81\xf9\x2c\x3d\x1e\ \xfe\xa4\xeb\x63\x14\x86\x25\x02\x18\xf8\xec\x40\x32\x36\x61\x52\ \x1a\x8d\x86\x05\x2b\x64\x1a\x64\x97\x4e\xa7\xa3\x5a\xad\x66\xfe\ \x30\x40\x07\x0c\x17\xd7\x43\xb9\x02\x3c\x4e\xd4\x51\xa2\xc1\x76\ \x21\x95\x71\x0e\x9f\xee\x4f\xff\x00\x7c\xc9\x64\xd2\x7c\x63\xbe\ \x90\xa4\x24\x03\xd4\xf8\xf0\x90\x0d\x8b\xc5\xe2\x58\x26\x9a\xf7\ \x02\x92\x19\x9a\x4a\xa5\xc6\x98\x0d\xfc\x6b\xf8\x9a\x00\xf6\x3e\ \x7b\xd1\x9b\xaf\x61\xd1\x28\xe5\xe0\x3d\x41\x80\x40\xbf\x9d\x12\ \x6b\xd8\x4b\x63\x04\xf2\x64\x32\x39\x06\xe4\x60\x29\x61\xec\xe8\ \x97\x0f\xf4\xb0\x77\x5e\x6a\x04\xc4\x02\x20\xfc\xbf\x01\x16\x00\ \x1b\xa4\x43\x49\x63\x59\x9a\xbc\xe0\x04\x02\x5b\x5b\xe5\x20\x85\ \xdf\x73\xcf\x3d\x76\xcf\xa6\xd3\x69\xa5\x52\x29\x63\xa0\x7d\x7d\ \x30\xee\x33\xef\x8f\xf2\x19\xb3\xfc\x8c\xb5\xee\xa5\x61\x9f\xa1\ \xca\x77\x98\x6f\xc0\x17\xcf\x02\x3f\x4f\x7e\x4e\x90\x3e\x61\x39\ \x27\x93\x3e\xb8\xb7\x39\x3e\x9f\xf5\x00\x0b\xa0\x0c\x18\x07\x58\ \x7b\xa0\x35\xf5\x60\x4d\xdb\xb4\x4d\xdb\x2d\x6d\x64\xa3\x51\x88\ \x92\x60\x5f\xa9\x54\x34\x18\x0c\x2c\xf0\xf9\xb7\x59\xfe\xc4\xe3\ \xf1\x31\xc3\xb9\x67\x62\x7c\xc0\x92\x64\x0c\x01\xcc\x4e\x32\x99\ \xb4\xb7\x6a\x8a\x71\x52\x94\x94\x92\x05\x3e\x28\xf4\x7a\x3d\x3b\ \x57\xa5\x52\xd1\xca\xca\x8a\x19\xd3\xdb\xed\xb6\xd5\xf1\x42\x26\ \xf1\xc1\xb5\x54\x2a\x29\x97\xcb\x99\xc4\x40\x86\x1a\xa0\x0d\x79\ \x94\xdf\x11\x68\x86\xc3\xa1\x99\xca\x09\x2c\xc9\x64\x52\xab\xab\ \xab\xc6\xc8\x85\xc3\x61\x6d\x6c\x6c\x68\x7e\x7e\xde\x00\x97\xdf\ \xee\x25\x1c\x0e\x1b\x23\x42\x60\x27\xa0\xe4\x72\x39\x0b\x20\x3e\ \xd5\x1e\xf6\x0e\x99\xcb\xd7\x51\x92\x64\xfd\x21\x80\x03\x6e\x7a\ \xbd\xde\x58\xd9\x04\x0c\xd1\xf1\x78\xdc\x4c\xe6\xc8\xae\xb0\x18\ \x93\xd9\x5c\xcc\x1d\x3e\x22\x69\x13\x28\x15\x0a\x05\x2b\xf8\x59\ \x2e\x97\x95\x4c\x26\x35\x37\x37\x67\x6c\x27\xd5\xd0\x31\xf5\xc3\ \xd8\x78\xdf\x10\xfd\x21\xd0\x56\xab\x55\xcd\xcd\xcd\x99\x11\x7b\ \x72\xe3\x70\x00\x54\x26\x93\x31\x63\x37\xd9\x98\x30\x8d\x30\x18\ \x00\x40\x40\x11\xb2\x30\x4c\x13\x81\xdb\xbf\x4c\x20\x01\xfa\x92\ \x16\x80\x3c\xae\x01\x70\xc1\x58\x21\xed\x22\xf7\xe2\xd9\x03\xe4\ \x30\xb6\x93\xd9\x81\xbc\x24\x70\x5f\x48\x1a\x4b\x7a\xf0\x3e\x3a\ \xce\x43\x9f\xf0\x24\x79\x26\x14\x1f\x52\xa3\xd1\xd0\xf6\xed\xdb\ \xb5\xb8\xb8\x68\xeb\xcd\x4b\xcf\x1e\x28\xf9\xad\x6e\xb8\x2e\xc6\ \xda\x7b\xad\xa4\x2d\xf9\x51\x92\x99\xc8\xa9\x88\x0f\xe8\xe2\x99\ \xc1\x3d\xef\x6b\x53\x79\xb9\x8e\x75\x25\xc9\x5e\x0a\xfc\xb9\xbc\ \xaf\xd2\x67\x0e\x02\xcc\xb8\x3f\x3c\x28\x07\x90\x72\x0e\x3f\xc7\ \xb4\x29\xc0\x9a\xb6\x69\x9b\xb6\x5b\xd6\x90\xc1\xf0\x8a\xb0\x71\ \x2f\x81\x80\x80\x47\xf0\x93\x64\x60\x01\x76\x09\xa9\xc1\x9b\x57\ \x79\x10\x62\x38\xc7\xd0\xcd\x43\x99\xef\xc1\x82\x60\xda\xe6\xfb\ \x94\x69\x20\x18\xaf\xad\xad\x59\xc0\x60\xdf\x44\x82\x04\x60\x86\ \xe0\x4d\x46\x21\x0c\x45\x30\x18\xd4\xdc\xdc\x9c\x3d\xb8\x09\x26\ \x5e\x46\x01\x2c\x15\x0a\x85\x2b\xbc\x67\x6c\x29\x42\xd0\x02\x44\ \x7a\x30\x02\xb8\xc1\x90\x8e\x27\x87\x4d\x96\x61\x10\x30\x43\x93\ \x09\xc7\xb9\x01\x4c\x00\x42\xb2\xde\x32\x99\x8c\x81\x39\xbc\x3b\ \x30\x71\x00\x55\x2f\x9d\xd0\x27\xca\x17\x20\xfb\x4a\xb2\x0c\xc5\ \x4e\xa7\x63\xde\x2e\xa4\x4e\x82\x18\x5e\x2f\xbf\xbd\x8b\xb4\x19\ \x38\x29\xd9\x51\xaf\xd7\x4d\xda\x4c\xa7\xd3\x36\x2e\x24\x11\xe0\ \xcd\xf3\x0c\x09\x92\x6b\xa9\x54\xb2\x39\x21\x08\x03\x44\x98\x83\ \x40\x20\x60\xc5\x6f\xa5\xad\x8d\x98\x91\x98\x00\x84\xc8\x5d\xf8\ \xce\xf0\x85\x31\x06\x14\x97\x65\x5c\x5b\xad\x96\xb6\x6d\xdb\x36\ \x66\x30\xe7\xd8\x92\x0c\x68\x00\x40\x3d\x28\x60\x9e\xe9\x07\x6b\ \x8d\xb5\x22\xc9\x32\x2f\x01\xe2\xf8\x19\xbd\xb4\xea\x7d\x42\x1e\ \xec\xc0\xbe\x02\x62\x60\xa6\xb8\xe7\x86\xc3\xa1\xaa\xd5\xaa\xcd\ \x3b\xbf\x0f\x04\x36\xf7\xfd\x9c\x99\x99\x31\x56\x67\x66\x66\xc6\ \xe4\x46\xee\x6f\x40\x8e\xcf\x00\x46\x46\x63\x1d\x00\x60\xf8\xae\ \xf7\x7a\x31\x97\xdc\xd7\xc8\x7f\xbc\x84\x48\x5b\x85\x87\xfd\x78\ \xd1\x38\xde\xa4\x8c\xc7\x1a\xe3\x8f\x67\xc2\xa4\x2d\xf9\x4f\x92\ \xbd\x98\x78\xc0\xeb\x3f\xe3\x33\x4f\x8d\xf9\x7c\xcb\x27\xe0\xb4\ \x4d\xdb\xb4\x4d\xdb\x4d\x6a\xc1\x60\x50\xc5\x62\x71\xac\x86\x14\ \x0f\x64\x40\x97\xf7\xd6\xf8\xcc\x20\x5f\xff\x0a\x4a\x1f\x96\x05\ \xc3\x37\xc6\x71\x2f\xd7\x11\x10\x31\xf1\x02\xba\x08\x4a\x95\x4a\ \xc5\xb2\x06\x29\xb0\x49\x30\x2d\x95\x4a\x0a\x87\xc3\xb6\x61\x2d\ \xa0\x8e\xc0\x05\x53\x83\x5c\xe0\x25\x23\x8e\xd3\xeb\xf5\x0c\x80\ \x61\xc0\xef\x76\xbb\x6a\xb5\x5a\xfa\xd5\xaf\x7e\x65\xbe\x26\xcf\ \xbe\x00\x6a\x00\x9e\xc8\x48\x04\x57\xcf\x9a\x70\x0e\x24\x3f\xfc\ \x5d\xa3\xd1\xc8\xb2\xbf\x90\x14\xcb\xe5\xb2\x05\x3f\x98\x13\x4a\ \x41\xe0\x89\xa1\xd6\x12\x2c\x0b\x1e\x30\xbc\x35\x8c\x13\xa0\x17\ \xd6\x85\x73\x90\xa5\x89\x19\x1b\x0f\x57\x2e\x97\xb3\x71\x61\x7e\ \x00\x92\x8c\x11\xec\x4e\xbb\xdd\xd6\xfa\xfa\xba\x4a\xa5\x92\x9d\ \xab\xdd\x6e\x6b\x63\x63\x43\xb5\x5a\x4d\xaf\xbc\xf2\x8a\x31\x8f\ \xad\x56\xcb\x64\x5d\x82\x1e\x0c\x27\x7d\x86\x05\x61\x7c\x60\x25\ \x3b\x9d\x8e\x95\xcd\x90\x64\xb5\xb9\xda\xed\xb6\x1a\x8d\xc6\x98\ \x94\x07\xc0\x64\x9c\xe9\x2b\x41\x58\x92\x81\x14\x40\x04\xf3\xc7\ \xda\x01\x98\xd1\x4f\xce\xeb\xb3\x48\x01\xbf\x30\xbb\xd4\x3e\xa3\ \xb4\x02\x9f\x47\xaa\x66\x3b\x26\xd8\x4c\x64\x3f\xc0\x09\xa0\x93\ \xb5\xd7\x6a\xb5\x0c\xe8\xf1\x33\xce\x23\x8d\xfb\x9f\x62\xb1\x98\ \x49\xf5\x5c\xc7\xce\x9d\x3b\x25\xc9\x98\x4a\xbe\xe3\xc1\x26\xf7\ \x07\xf2\x1c\xe3\xc0\x7d\x82\x87\x0c\xa0\xe2\xcd\xf4\x80\x4a\xbe\ \xe3\x4d\xea\x30\x8c\x5e\x0a\xf4\xd6\x01\x9e\x0d\xde\x97\x89\x8c\ \x07\xb3\xc6\xcf\xf8\xbf\xf7\xd0\x71\x1c\x0f\xfc\x98\x63\xdf\x7c\ \x56\x29\xe3\x1e\x08\x4c\xcb\x34\x4c\xdb\xb4\x4d\xdb\x2d\x6c\x3c\ \x20\x31\x6f\xd7\x6a\x35\x63\x6d\x28\x97\x40\xd6\x20\x0f\x50\xc0\ \x18\x41\x8c\xcc\x33\x1f\xd8\x78\xbb\x67\x93\x5a\x49\xc6\x0c\xf8\ \xa2\x88\x92\x6c\xcb\x9b\x72\xb9\x6c\x41\xc3\xfb\x35\xc8\xd6\xc3\ \xc4\xcd\x39\x90\xab\x38\x77\x2a\x95\x52\x20\x10\x50\xb9\x5c\x36\ \x29\xa8\x5c\x2e\x5b\x8d\x25\x18\xb4\x6e\xb7\xab\xe5\xe5\x65\xad\ \xad\xad\x69\xef\xde\xbd\xf6\xd9\x5f\xfc\xe2\x17\xf6\xf9\x3b\xef\ \xbc\xd3\x6a\x42\x21\x3b\xce\xcd\xcd\xd9\x56\x31\xf8\x88\x32\x99\ \x8c\xf2\xf9\xbc\x82\xc1\xcd\xaa\xf5\x64\xd8\x01\x34\x18\x2b\x40\ \x21\x55\xba\xf1\x56\xe1\x95\x59\x5f\x5f\x37\xc0\x83\x07\xaa\x52\ \xa9\x18\x83\x08\xbb\xe7\x6b\x0c\x31\x1f\x54\x7e\xc7\x57\x06\x28\ \x46\x5e\xc5\x67\x45\xd9\x08\x98\x3d\xcc\xf6\xcc\x15\x81\xb6\x50\ \x28\x98\x1f\x8e\xf3\x94\xcb\x65\x1b\x6b\x8c\xfa\xfc\x9f\xb2\x0f\ \xb7\xdd\x76\x9b\x24\x59\x62\x02\x41\x9e\x92\x19\x48\x61\x5e\x36\ \x26\x91\x02\x20\x00\x88\x01\xdc\xc0\xf4\x00\x5c\x19\x0f\xd6\x93\ \xa4\xb1\x3a\x54\x18\xff\xbd\xc4\xcc\xb9\x3d\x18\x97\xb6\x4a\x41\ \x78\x16\x8a\x31\x00\x9c\xfa\x6a\xf1\x00\x85\x4a\xa5\xa2\x62\xb1\ \x68\x09\x17\xde\x44\xef\x25\x3d\xe4\x55\x8e\xed\xe5\x35\x58\xbb\ \x60\x70\xb3\xf6\x1b\xac\x1f\x63\x8e\xb7\x8b\x7b\x13\xa6\xd6\x83\ \xb2\x6c\x36\xab\x5d\xbb\x76\xd9\x3d\x84\x27\x6c\x38\x1c\xda\x58\ \x73\x9d\x93\x6c\x14\x2c\x35\xf7\x9a\x97\xf5\x91\xdc\x00\xdd\xc8\ \xa5\x7c\xdf\x17\x1a\xa6\x48\xad\x2f\xd7\x00\xc8\xf1\x2f\x65\x5c\ \x17\xf3\xc5\x67\x78\xfe\x78\xe6\xca\xcb\x8d\x1e\x5c\xc2\x3c\x7a\ \xc9\x73\x34\xba\x72\xef\xc3\x31\xf6\xeb\xcd\x1f\x7f\xd3\x36\x6d\ \xd3\x36\x6d\x37\xaf\xf1\x16\xeb\xdf\x78\x91\xef\xa4\x2d\x13\x34\ \xcc\x81\x7f\xb8\x41\xd3\xe3\x7d\xf1\x52\x44\x26\x93\xb1\xd4\xfb\ \x85\x85\x05\x63\x4e\xc8\x0c\xe3\xad\x18\xf9\x0c\x29\xa7\x56\xab\ \xd9\xb1\x63\xb1\x98\x65\xc1\xe5\x72\x39\x63\xb8\xfa\xfd\xbe\x31\ \x42\x48\x46\x00\x0c\x2f\x89\x11\xbf\xeb\xac\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\xb0\x42\xa1\x90\x05\x27\xef\x0b\x82\xa9\x02\xf8\ \x48\xd2\xce\x9d\x3b\x35\x3f\x3f\x6f\xc7\xf4\xa5\x25\x2e\x5f\xbe\ \xac\x6e\xb7\xab\x5a\xad\x66\x52\xcc\xe2\xe2\xa2\xed\x33\x88\x8f\ \x0d\x36\xc3\x67\xca\x51\x03\x89\xba\x53\x94\x58\x20\xe8\x02\x3c\ \x61\x66\x98\x17\x5f\x57\xcc\xfb\x87\x00\x0a\xf8\xac\x00\x10\x5c\ \xbb\x07\x39\xd1\x68\x54\x8b\x8b\x8b\xc6\xa0\xc0\xba\xf0\x37\x00\ \x88\xe0\x8d\xfc\x43\xbf\x90\x43\xbd\x49\x1c\x20\x08\xab\x82\x7c\ \xc9\x9a\x00\xdc\x20\x0f\xe3\x89\xc3\x4b\x94\xcf\xe7\xad\xef\x24\ \x59\x00\x7e\x01\xf4\xc8\xb9\x9c\x77\x30\xd8\xac\xa5\xe6\x65\x23\ \xc0\xa1\xf7\xeb\xd1\x37\x00\x01\xff\x07\x4c\x30\x96\x9c\x07\x20\ \xc1\x5a\x96\x64\xa0\x15\xb6\x95\xc4\x87\x5e\xaf\xa7\x52\xa9\x34\ \x26\x11\x03\x22\xe2\xf1\xb8\x65\x74\xc2\xfa\x22\x87\x02\x00\x01\ \x7c\x30\xbe\xfe\x8f\x67\x73\x28\xe4\xca\xf7\xf1\xe0\xc1\xf0\x15\ \x0a\x05\xed\xdb\xb7\xcf\x98\x2e\x5f\x91\x1e\x10\x0e\x1b\xc4\x98\ \xf3\x6f\xee\x09\xfa\x0f\x33\xe4\x59\x21\x00\x16\x4c\x2d\xc0\xcd\ \x27\x3e\x78\xc0\x7f\xb5\x6c\x43\x3e\x8f\x34\xe8\xd9\x71\x5e\x3a\ \x18\x07\x5e\xd8\x60\x12\x27\x33\x0c\x19\x53\xc0\x27\xc7\xf3\xcc\ \x39\xf3\xe8\xcb\x78\x4c\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\x46\x36\ \x20\xbe\x25\xf6\x65\xe3\x2d\x90\x4a\xea\x3c\x44\xbd\x24\x20\xc9\ \xd8\x1a\x36\x8a\x05\x3c\xf0\x00\x2d\x95\x4a\x5a\x5d\x5d\x55\x3e\ \x9f\x57\x2a\x95\x32\x13\xbb\x24\x03\x61\x64\x97\x71\x5e\xbc\x28\ \x64\xc7\x01\x54\x90\xc6\xa2\xd1\xa8\xf6\xec\xd9\x63\xd9\x72\x04\ \x1e\x40\x16\x12\x0d\x0f\x79\x8c\xf5\xd9\x6c\xd6\x98\xb9\x42\xa1\ \xa0\x6d\xdb\xb6\xd9\xc6\xc4\x92\xb4\xb0\xb0\xa0\x85\x85\x05\xe5\ \xf3\x79\x63\x98\x90\x08\x09\xf0\x00\xa0\x6c\x36\xab\x1d\x3b\x76\ \x58\xd6\x24\x81\x1d\x76\x0a\x7f\x91\x0f\xe6\xb0\x5c\x5e\x02\xf2\ \x65\x08\xc8\xaa\x0c\x85\x42\xca\x66\xb3\x06\x74\xf1\x80\x61\xd6\ \xa7\x30\x2a\x4c\x10\xe5\x27\x7c\x60\xc5\xc3\xe4\xeb\x05\xf9\xf2\ \x08\x04\x63\x40\x0d\xf3\x4d\x25\x75\x82\x18\x41\xcd\xcf\x2d\x80\ \x45\x1a\xf7\xca\xf8\x64\x05\x5f\x7e\x40\xda\x2a\x4a\xdb\x6c\x36\ \x55\xa9\x54\x0c\x84\x73\xdd\xd4\x1e\x03\xc4\xc3\x42\x21\x13\xd5\ \x6a\x35\x63\x52\x78\x11\xe0\x0f\xeb\x02\x2f\x20\x20\xd6\x27\x13\ \x78\x5f\x0e\xc7\xf4\x9e\x3a\x64\x5c\xd6\x8a\x0f\xe0\x00\x5f\x5f\ \x43\x8b\x8c\x52\xc6\x28\x91\x48\x18\x03\xc9\x7a\x82\xf5\xf1\x05\ \x4d\xfd\x4b\x09\xeb\x8b\xef\x60\x42\xf7\x86\x77\x2f\xc3\x31\x9f\ \x89\x44\x42\xf7\xdc\x73\x8f\xb1\x5b\xac\x69\xe6\x99\xeb\xf5\x4c\ \x9d\x6f\xcc\x19\xf3\xe6\xfb\xe5\xeb\x5c\xb1\xb3\x03\xe7\xa6\x3f\ \xbe\xfc\x82\x07\x4d\xde\x0b\xe5\xc1\x8e\xf7\x5d\xe1\x3b\x83\x29\ \x83\x95\x9a\x04\xef\x7e\x8d\x79\xe6\xcb\x03\x32\x7e\xe6\x8b\xe9\ \xf2\x73\xd6\xde\x54\x22\x9c\xb6\x69\x9b\xb6\x5b\xd6\x78\x48\x23\ \x11\x12\x6c\x49\x43\x07\x18\x90\x55\xc8\xf6\x35\xd2\x16\x33\x80\ \xcc\x32\x99\x15\x04\x38\x40\xd6\xf1\x00\x8d\x4d\x8f\x33\x99\x8c\ \x31\x27\x8b\x8b\x8b\xf6\x90\xfd\xc5\x2f\x7e\x61\xff\x26\x48\x52\ \xf7\x87\xe0\x0c\xe3\x25\xc9\xea\x4a\xf1\xb0\xa5\xd0\x27\xcc\x09\ \xa9\xed\x48\x40\x33\x33\x33\x9a\x9f\x9f\xd7\x70\xb8\x59\xb9\x1d\ \x06\xa8\xd7\xeb\x69\x63\x63\xc3\xbe\x0b\x8b\xb0\x7f\xff\x7e\x0b\ \x26\x04\x1f\x18\x31\xd8\x37\xe4\x44\x18\xa8\x50\x68\xb3\x22\xfe\ \xca\xca\x8a\x79\x78\x08\xfa\x92\x6c\x4f\x42\xcc\xc3\xe1\x70\xd8\ \x7e\xe6\x53\xe5\x01\xaf\x24\x17\x90\xf1\xc8\xbc\x91\xcd\xc9\xf9\ \xa9\xe5\x24\x6d\x49\x70\x7e\x8e\x60\x5f\x00\xa7\x80\x59\x80\xb3\ \xf7\xcd\x48\x5b\xe0\x48\xda\x04\x60\xfc\x3f\x9b\xcd\x5a\x82\x01\ \x40\x8c\xa0\x59\x2e\x97\x0d\x8c\xc2\x2c\xfa\x0c\xc8\x5c\x2e\x37\ \x56\x94\x13\x20\x82\x64\x8a\x47\x8e\x75\x09\x6b\x09\xa0\x21\xd0\ \x63\x22\x67\x0c\x24\x59\xb9\x0a\x5e\x0a\xa8\xca\x8e\x21\x1f\x16\ \x13\x89\x93\xec\x40\xc0\xbb\x0f\xd2\xf8\xe5\x00\x05\x24\x27\x00\ \x2e\x60\x5a\x61\x69\x00\x07\xdc\x47\x7e\xcd\xd0\x5f\xbc\x60\xde\ \x98\x8f\x07\x0a\x86\xc9\x33\x41\x80\x39\xaa\xd9\xbf\xe7\x3d\xef\ \xb1\xcf\x66\xb3\x59\x03\xb4\xac\x55\x49\x06\x64\x3c\xb3\xc4\xbd\ \xe7\xcd\xe9\xac\x1f\xee\x33\xbf\xee\xb8\x67\x3d\x58\xe6\xfa\x58\ \x4b\x80\x44\x18\x37\xce\x01\xf0\xe1\xdc\x3e\x9b\x91\xfb\x6c\x12\ \xe8\x79\x79\xd0\xff\xed\xc7\x64\xd2\x07\xca\x75\x03\xe0\xb8\xc7\ \x0d\x5c\xbe\x83\x67\xe2\x55\xdb\xc5\x8b\x17\x75\xe2\xc4\x09\x3d\ \xfc\xf0\xc3\x63\xae\xfc\x87\x1f\x7e\x58\x27\x4f\x9e\xd4\x85\x0b\ \x17\x6e\xd4\xa9\xae\xbb\x9d\x3b\x77\x4e\xfb\xf7\xef\xd7\xf3\xcf\ \x3f\xff\xb6\xbf\x73\xe1\xc2\x05\x05\x02\x01\x1d\x3e\x7c\xf8\x2d\ \x3f\x7b\xf2\xe4\x49\x3d\xfc\xf0\xc3\x3a\x7c\xf8\xb0\x5d\xf7\xe1\ \xc3\x87\x75\xe2\xc4\x09\x3d\xf7\xdc\x73\x57\xfd\x0e\x9f\xbd\x95\ \xe3\x72\x23\x9b\x9f\x7f\x3f\x0e\xfb\xf7\xef\xd7\xc3\x0f\x3f\xac\ \x27\x9e\x78\xe2\xba\xc6\xff\x37\xbd\x5d\xcf\xfa\x78\xb7\xdb\x6f\ \xd3\xda\xe2\x81\x4a\xd6\x9b\x67\x0f\x78\x98\xc1\x2c\xe5\x72\xb9\ \x31\x8f\x03\x41\x03\xd3\x34\xc7\x42\x7a\x21\xa0\x22\x05\xf2\x50\ \x45\x7e\x82\xf1\x20\x58\x7a\x83\x31\x2c\x82\x4f\xd9\xc6\x9f\x13\ \x08\x6c\xd6\xcc\x6a\xb5\x5a\x06\x3e\x3c\x23\x83\xc9\x1d\xdf\x15\ \x4c\x97\x97\x50\x00\x79\xf4\x09\x09\xe9\xb6\xdb\x6e\xb3\x60\x94\ \x4c\x26\x55\xaf\xd7\x8d\x71\x01\x08\x92\x3d\xe9\x01\xc5\x60\x30\ \x30\xe9\x30\x99\x4c\xda\xe6\xd3\xbe\x3e\x0f\xcc\x15\xc7\xe3\x33\ \xb0\x28\x7e\x6b\x14\x8c\xcc\xf4\x85\xba\x5e\x54\x3d\x97\x64\xa0\ \xae\x5c\x2e\x9b\x89\x9c\xe0\x03\xa3\x87\xa4\x86\x81\xdd\xd7\x43\ \xc2\xfb\xe3\xfd\x32\xac\x85\x66\xb3\x69\x40\x7a\x30\x18\xd8\xb6\ \x3c\x78\x5e\x98\x0f\xe4\x63\xa4\x4e\x58\x47\x82\x1d\xc7\xa6\xc0\ \xeb\x64\xdd\x29\xe6\xce\x67\x42\x72\x4e\xef\xdf\x0a\x87\xc3\x9a\ \x9b\x9b\x33\x50\xc4\x78\xe6\x72\x39\x93\x5a\x39\x1f\x45\x71\x61\ \xa6\x90\xef\x00\xe9\x30\x58\xf4\x4d\x92\xf5\x11\x00\xcc\x9a\xe4\ \x7e\xe0\xba\xd8\xcc\x1b\x60\x4f\x5d\x2c\xd8\x15\xbf\x2b\x00\xac\ \x18\x35\xb4\xf0\x87\x31\x47\x98\xfd\x19\x53\xcf\x66\xf9\xbd\x05\ \x59\x77\xa3\xd1\x48\xbb\x77\xef\xb6\x31\x63\x67\x02\xc0\x9d\xef\ \xaf\x07\x7b\xde\x07\xe5\xef\x5f\xd6\xa5\x4f\x52\xf1\x20\x6b\x92\ \x71\xa2\xc1\x68\x7a\x5f\x94\x07\x9b\xb0\xa2\x1e\xc8\xf9\x24\x1a\ \x2f\x6f\x33\x56\xbe\x7f\x93\xcf\x26\xfe\x9e\x94\x1f\x3d\xfb\xc6\ \xb9\x98\x03\x8e\x7d\xc3\x18\xac\x7a\xbd\xae\x53\xa7\x4e\x49\x92\ \x0e\x1d\x3a\xa4\xf9\xf9\x79\x49\xd2\x99\x33\x67\x24\x49\x8f\x3f\ \xfe\xb8\x1e\x7d\xf4\x51\x3d\xf6\xd8\x63\x37\xea\x94\x6f\xbb\x7d\ \xf6\xb3\x9f\xd5\xd2\xd2\x92\xbe\xfc\xe5\x2f\xeb\xfe\xfb\xef\xbf\ \xae\xef\x9e\x3f\x7f\xfe\x2d\x3f\xf3\xf8\xe3\x8f\x4b\x92\xf6\xed\ \xdb\xa7\xa3\x47\x8f\x4a\xda\xbc\xee\xf3\xe7\xcf\xeb\xd4\xa9\x53\ \x3a\x7a\xf4\xa8\x4e\x9f\x3e\x6d\x59\x19\x6f\xf7\xb8\x37\xb2\x61\ \x1a\xf5\x7d\xb8\x91\xcd\xcf\xbf\x1f\x87\xd5\xd5\x55\x9d\x39\x73\ \xc6\xd6\xc1\xa1\x43\x87\xf4\xa9\x4f\x7d\x4a\x1f\xfa\xd0\x87\x6e\ \x4a\x3f\xde\xed\xf6\x6e\xcf\xe3\xdb\x69\xbf\x89\x7d\xba\x56\xcb\ \x64\x32\xc6\x78\x50\x02\x81\x20\x03\x63\x44\xb0\x01\x90\xc0\x14\ \xf1\x06\x8e\x6c\x23\x6d\x19\x8e\x79\x38\xfb\x2a\xd2\x30\x25\x04\ \xb3\x7a\xbd\x6e\xf2\x0b\x80\x07\x13\x39\xac\x19\x12\x5e\xb5\x5a\ \x1d\x93\xac\x72\xb9\x9c\x6d\x9a\x8b\x94\x46\xf0\xf6\x7b\xbe\xf1\ \xb6\xec\x2b\xb3\x7b\xff\x0b\xc7\x03\x74\x61\x30\x47\x2e\x4a\xa7\ \xd3\x16\xe8\x08\x9e\xc5\x62\xd1\x24\x3c\x7c\x52\xb0\x09\xa3\xd1\ \xc8\xaa\x8b\xcf\xcc\xcc\xd8\x36\x2f\x98\xdb\x91\x3f\xa9\xe5\xe4\ \xc1\x61\xaf\xb7\x59\x7d\x1d\xe0\x03\xc8\x59\x58\x58\x90\xb4\x65\ \xca\x66\x53\x64\x69\x33\xc0\xd7\xeb\x75\x03\x9b\x04\x3c\x7c\x65\ \x30\x26\x5c\x2b\xe0\x14\x56\x8f\x80\x4a\xa0\xf7\x9f\x05\x24\x54\ \x2a\x15\x9b\x23\xd8\x88\x48\x24\x62\x26\xee\x44\x22\x31\xc6\x02\ \x22\xe7\x62\xf8\xf7\x01\x8f\x60\x48\x30\x27\x19\x00\xb6\xd3\x83\ \xc1\x6a\xb5\x3a\x56\x4b\x2a\x97\xcb\x59\x36\x27\xf3\x0d\xe8\x91\ \xb6\xf6\x3e\x64\x8d\x71\xed\x5c\x27\x45\x37\x27\x01\x07\x20\x05\ \x80\x86\xec\x0b\xa0\xe5\xe7\xb0\x88\xbe\x8e\x16\xdb\x30\x79\x56\ \xcb\x67\xde\x72\x9f\xb4\x5a\x2d\xe5\xf3\x79\x2b\x83\xe2\x7d\x4f\ \x5c\x3b\x2c\x10\xac\x22\xe3\x55\xab\xd5\xcc\x1b\xc8\x5e\x9b\x64\ \x9a\x36\x9b\x4d\xbb\xef\x02\x81\xc0\x98\x19\xdd\x7b\xa5\x3c\x23\ \xc4\xbd\x05\x60\xf1\xb2\x3e\xf3\x02\xe8\x02\xb4\xf8\xf9\x93\x64\ \xe5\x1d\xf8\xbc\xcf\x8c\x9c\x34\xd4\x7b\xb9\x13\x70\xe5\x0d\xeb\ \x7e\xfc\xf9\x1e\x7d\xf0\xe7\xf0\x5e\x39\xd8\x30\xae\x85\xf9\xf2\ \xe0\x52\xba\x49\x65\x1a\xbe\xf7\xbd\xef\xe9\x99\x67\x9e\xd1\x33\ \xcf\x3c\xa3\x7a\xbd\xae\xb3\x67\xcf\x4a\xda\x04\x22\xd7\x62\x74\ \x6e\x66\xfb\xfa\xd7\xbf\xae\xa3\x47\x8f\xea\x33\x9f\xf9\xcc\x4d\ \x3d\xcf\xb9\x73\xe7\xec\xba\x47\xa3\x91\x5e\x7c\xf1\x45\xed\xdb\ \xb7\x4f\x67\xce\x9c\xd1\xe7\x3f\xff\xf9\x9b\x7a\xee\x37\x6b\x27\ \x4e\x9c\x50\x3a\x9d\xd6\x2b\xaf\xbc\xf2\xae\x9c\xef\xe5\x97\x5f\ \xb6\x71\xf8\xde\xf7\xbe\x67\x63\x71\xfc\xf8\x71\x9d\x3f\x7f\x5e\ \x0f\x3e\xf8\xa0\xce\x9d\x3b\xf7\xae\xf4\x65\xda\x7e\xb3\x1b\x0f\ \x66\xaa\x3e\xf3\x02\xc0\xdb\x36\xf4\x3f\xe9\xff\x93\x0f\x60\x98\ \x04\x1e\xd0\x3e\xcd\x1c\x70\x83\xec\x82\x57\x04\x46\x82\x87\x26\ \xbe\xaf\x54\x2a\xa5\x6c\x36\x6b\x6c\x80\x37\x79\xfb\xf2\x07\x78\ \x5a\xa8\x59\x45\x7f\x00\x5c\x98\x72\x7d\xc1\x48\xd8\x39\xce\x0b\ \x3b\x83\x9c\x84\xdf\x04\xc0\x25\x6d\xc9\x2a\x1c\x83\x3a\x41\x00\ \x45\x3c\x3f\xa1\x50\xc8\x8c\xdc\x64\x9f\x79\xc6\xae\x52\xa9\x58\ \xff\x08\xe0\x80\x06\xc0\x1b\x63\xe2\xd9\x3f\x2f\xa9\xf8\x62\xab\ \xf8\x8c\xd8\xb6\x48\xd2\x98\x01\xba\xd1\x68\x98\x2c\x86\x87\x88\ \xad\x57\x26\xeb\x1e\x11\xb0\x38\x06\xd7\x07\xc0\x82\x11\x00\x90\ \x12\x0c\xeb\xf5\xba\x19\xd0\x61\xcb\x30\xba\x7b\x76\x82\x35\xe2\ \x37\x77\xe6\x3c\x1c\x0b\xf9\x08\x10\x1b\x8d\x46\x6d\x0b\x24\xe6\ \x0b\x56\x10\xd9\xda\x9b\xd8\x19\x7f\x6a\x7a\xf1\x22\xe0\xeb\x3e\ \x79\x60\x00\x9b\xe9\x03\x3a\x99\xa6\xcc\x2b\x5e\x41\xae\x91\xf1\ \x28\x14\x0a\x56\x5c\x95\x7b\xc3\x33\x3f\xde\xa4\x8d\x54\x05\x48\ \x61\x5d\xc2\x30\x02\x32\xb8\x1e\xfa\x8f\x87\x90\xef\xa4\x52\x29\ \xcd\xcd\xcd\xa9\xdb\xed\x2a\x95\x4a\x69\x76\x76\x76\xcc\x77\xe5\ \xeb\x53\x31\x1e\x48\x68\xbe\xdc\x84\x07\x2f\x5e\x9e\xa3\x79\x30\ \x45\x3f\x27\xb3\x03\xfd\xb5\xf9\xbd\x1b\x3d\xcb\xe5\x99\x48\x9a\ \x37\xb0\x7b\x9f\x9a\x7f\x86\x78\x2f\x17\x9f\xf3\xec\x98\x67\x59\ \x91\x05\xf9\x8e\x37\xb6\xf3\xdd\xe1\x70\x78\xf3\x4d\xee\xa9\x54\ \x4a\x47\x8e\x1c\xd1\x17\xbf\xf8\x45\x49\xd2\xbf\xfe\xeb\xbf\xde\ \xec\x53\x5e\xd1\xee\xbf\xff\x7e\x3d\xf3\xcc\x33\x3a\x70\xe0\xc0\ \xbb\x7a\xde\x03\x07\x0e\xe8\xeb\x5f\xff\xba\xa4\x4d\x70\x09\x8b\ \xf4\x6e\x37\x98\xa5\x5b\xd9\x0e\x1c\x38\xa0\xa7\x9e\x7a\xca\xd6\ \xc1\x43\x0f\x3d\xf4\x5b\x21\x61\x4d\xdb\xcd\x6d\x8d\x46\x43\xcd\ \x66\xd3\x7c\x34\xbc\x51\x12\x9c\x78\xd0\x53\xe4\x93\x37\x4a\x40\ \x90\xcf\x08\x23\xc8\x60\x38\xf6\xfb\xe7\x11\xd0\x82\xc1\xa0\x0a\ \x85\x82\x7d\x4f\xda\x94\xa4\xea\xf5\xba\x9a\xcd\xa6\xe6\xe6\xe6\ \xc6\xcc\xc7\x80\x2c\x02\xeb\x60\x30\x30\xdf\x16\x00\x00\x63\x35\ \x35\x9c\x3c\x3b\x41\x80\xc4\xbf\x02\x83\x44\xd6\xa4\x37\x69\xc3\ \x22\x60\x92\x86\x0d\xe1\xf8\xc8\x38\x18\xcb\xf1\xe8\xc0\xa2\xe0\ \x09\xab\x54\x2a\x66\xd6\x47\x6a\xc4\x7c\x2f\xc9\x58\x3a\xea\x28\ \xf9\xea\xe6\xf4\xab\x58\x2c\x8e\x99\x8a\xfb\xfd\xcd\xfd\xf1\x00\ \x94\x94\x12\xf0\x5e\x18\x82\x11\x12\x22\x00\x10\x00\xc7\xcf\x18\ \x73\x02\x33\xc1\x19\x49\x91\x4d\x9c\xf9\x3c\xbe\x2f\xae\x0f\x06\ \x4c\xd2\x98\x84\x0c\x5b\x45\x7f\x1a\x8d\x86\xb1\x63\x80\xc5\x62\ \xb1\x68\x45\x4e\x99\x1f\x02\x64\x36\x9b\xb5\x2d\x7f\x96\x97\x97\ \xc7\x4a\x5c\x50\x5c\x16\x80\x48\xff\x58\x2b\x30\x7a\xde\x47\xc6\ \xc6\xd8\x00\x11\x18\x48\xc0\x0c\xbf\xa7\x12\xbb\xb4\x55\xa7\xcb\ \xd7\x47\xf3\x5e\xb7\x6d\xdb\xb6\x29\x9d\x4e\x8f\xdd\x03\xbe\x5e\ \x93\x4f\x0e\x00\x94\x32\x6f\xbe\x58\x2a\x73\xc0\x7c\x73\xef\xb1\ \xbf\x22\xf3\x9d\x4c\x26\xb5\x73\xe7\x4e\x1b\xbf\x99\x99\x19\xab\ \x0d\x06\x9b\xc5\xfd\xea\xaf\xdd\x83\x1c\xd6\x04\x00\x6c\xf2\xe7\ \x9e\xa1\x62\xbc\x27\x25\x63\x2f\xe3\xc1\x00\x7a\xd6\x8a\xf9\xe7\ \xbb\x8c\x0d\x7d\xe2\xf7\xac\x37\xc6\x01\x70\x25\x6d\x6d\xec\xec\ \x65\x68\x40\x16\xe0\x95\xff\x7b\x59\xd9\x83\x68\x40\x2d\x63\xf0\ \xae\x65\x11\xfe\xe1\x1f\xfe\xa1\xa4\xdf\x8c\x60\xff\x6e\xb6\xfb\ \xef\xbf\x5f\xfb\xf6\xed\x93\xa4\x77\x8d\x41\xfa\x4d\x6e\x9f\xfc\ \xe4\x27\x4d\x3e\xfc\xc7\x7f\xfc\xc7\x5b\xdc\x9b\x69\xbb\xd5\x0d\ \x30\x44\x0d\x2a\x1f\xd4\x79\x60\xf2\x96\x29\x6d\xbd\x2d\x93\x31\ \x44\x10\x87\xdd\xf0\x8c\x05\x9b\x1e\xc3\xf8\x20\xbd\x60\xda\x45\ \x86\xc3\xb8\x9e\x4a\xa5\xc6\x6a\x4f\x21\x07\xc1\xd4\x60\xd4\xf6\ \x69\xf9\xa4\xce\x13\x14\x09\xac\xfc\x9b\xa0\xea\xe5\x17\x69\x13\ \x18\xe4\xf3\x79\x93\x15\x49\x75\xef\x76\xbb\x56\xcc\x94\xe0\x70\ \xc7\x1d\x77\xd8\x83\x1d\xcf\x18\x63\x47\x90\x24\xdb\x92\x73\x49\ \x32\x2f\x8a\x67\x99\x08\x28\x83\xc1\xc0\x7c\x6e\x48\x8d\x80\x49\ \x5f\xe5\x1e\x66\xc5\x4b\x4e\xcc\x03\xe3\xc3\x58\x12\x6c\x1a\x8d\ \x86\xcd\x27\xc6\x6f\x64\xd6\x7a\xbd\x6e\x73\x56\xad\x56\xb5\xbe\ \xbe\xae\x4a\xa5\x62\x35\xb7\x52\xa9\x94\x76\xef\xde\x6d\xdf\x23\ \xb0\x33\xfe\x04\x2f\x58\x30\xfa\x3c\x1a\x8d\x0c\x04\x61\x50\x0f\ \x85\x42\x06\x8a\xeb\xf5\xba\xea\xf5\xba\x81\x13\xe6\x11\x20\x03\ \xab\x27\x6d\x02\x20\xfa\xcf\x5c\xc2\x54\x78\x93\x38\x40\x19\xd6\ \xd1\x97\xf8\x80\x75\xc5\x1f\xc8\x7a\xf2\x32\x93\x7f\x91\x60\x4c\ \xf3\xf9\xfc\xd8\x1a\x01\x74\x33\x3e\x00\x67\xee\x01\x00\xbc\x07\ \x12\x30\x34\x48\xd2\xfc\x9c\x52\x0f\xd2\xd6\xa6\xc9\x00\xf7\xab\ \x49\x77\x89\x44\x42\x77\xde\x79\xa7\x5d\x2f\x72\x79\xb3\xd9\x54\ \xbd\x5e\x37\x10\xe4\x01\x06\xf7\x25\xe3\xe8\x19\x28\x2f\x4d\x32\ \xb7\xde\xc7\xe4\x01\x0b\x0c\x15\xf7\x2d\x40\x92\xfe\x4e\x32\x76\ \x1e\xac\xf9\xb5\x0e\x60\xe2\xb3\xfe\xbe\xf2\x2f\x04\xfe\x7b\x1c\ \xdb\xb3\x62\x7c\x7f\xd2\x1f\xe7\x33\x5e\x19\x43\xff\x7c\x7a\xd7\ \xcb\x34\x1c\x3a\x74\x68\xec\xff\xcf\x3f\xff\xbc\x99\xc4\x31\x44\ \x3f\xfd\xf4\xd3\x57\x65\x7b\x9e\x7f\xfe\x79\x05\x02\x01\x9d\x3c\ \x79\x52\x92\xf4\xdc\x73\xcf\xe9\xc4\x89\x13\x66\x36\x3e\x79\xf2\ \xa4\x2e\x5e\xbc\x78\xc5\xf7\xde\xcc\xf4\x7b\xe1\xc2\x05\x9d\x38\ \x71\x42\xfb\xf7\xef\xd7\xfe\xfd\xfb\x75\xe2\xc4\x89\x1b\x6e\xc6\ \x5e\x5a\x5a\x7a\xd3\xdf\xaf\xae\xae\xea\x89\x27\x9e\xd0\xe1\xc3\ \x87\xb5\x7f\xff\xfe\x6b\x5e\x07\x8d\xeb\x26\xb3\xe8\xe1\x87\x1f\ \xd6\xb9\x73\xe7\xae\x18\xb3\x93\x27\x4f\x8e\xbd\x49\x1c\x39\x72\ \xc4\x6e\x82\xc9\xb1\x78\xbb\xc7\xbc\x11\xed\x6f\xff\xf6\x6f\x25\ \x6d\x82\xed\xc9\xe3\xfb\xb1\x78\xb3\x79\x65\xde\xaf\x26\x39\x9f\ \x3b\x77\x4e\x81\x40\x40\x4f\x3c\xf1\xc4\x15\xbf\xbb\x9a\x39\x7d\ \xff\xfe\xfd\xf6\xff\x8b\x17\x2f\xea\xe4\xc9\x93\x6f\x7b\x2e\xae\ \xd5\xae\x77\x3c\xaf\xe7\x3e\x90\x36\x99\x9f\xa7\x9f\x7e\xda\xc6\ \xe9\xad\x3e\x4f\x9b\x1c\x5f\xfa\x35\xd9\x18\xa7\xa7\x9f\x7e\x5a\ \x92\xec\x5c\xfc\xff\x46\x36\x1e\xf4\x78\x79\x00\x04\xf8\xae\xa4\ \x2d\x09\x8a\x37\x7a\x02\x9b\x7f\xc8\x7b\x10\x40\xe0\x9f\x2c\x78\ \x88\x24\x86\xc1\x36\x93\xc9\xd8\x03\xd5\x3f\x68\x79\xa8\x23\xbd\ \x79\x46\x00\xc6\x04\xf6\x8d\x63\x85\x42\x21\x0b\x60\xe9\x74\xda\ \x98\x1e\x9f\xf1\x05\x5b\x93\x4c\x26\xcd\x44\x0d\xcb\x42\x26\x5d\ \xab\xd5\x52\x24\xb2\xb9\x77\x1e\x60\x81\x7f\xfb\x9a\x5f\x98\xe8\ \xd9\x32\x26\x1e\x8f\x6b\x66\x66\xc6\x00\x23\x63\x0b\xc3\x55\x2c\ \x16\x2d\xa8\x03\xc6\xc8\x40\x24\xb0\xf6\x7a\x3d\xcb\xc0\x23\x78\ \x20\x07\x61\x7c\xa7\xf0\x6a\xbd\x5e\xb7\x4d\xaf\x03\x81\xc0\x98\ \x69\x9f\x7d\x07\x01\x26\xb0\x8d\xb0\x45\x30\x4c\xf8\x92\x48\xf7\ \xc7\xe7\x83\xef\x8a\x31\xc1\x47\xc5\xb1\x7c\xd9\x03\x82\xa0\x97\ \xa5\x30\x3c\xfb\xed\x5f\x60\x68\x48\x10\xe0\x58\xbe\x4c\x02\xc1\ \x12\xf0\x06\xcb\x88\xe7\x09\x3f\x13\x3e\x41\xa4\xe3\x49\x4f\xd3\ \xa4\x11\xda\xfb\x75\x90\xe1\x90\xf8\x7c\x49\x0f\xd6\x32\xfe\x32\ \x4c\xfc\x92\xec\xf3\x00\x14\xbc\x63\xbc\x68\x90\xe5\x08\xdb\x4b\ \x16\xa5\x67\x5b\xe8\x83\xf7\x1c\xf1\x72\xc2\xbd\x53\xaf\xd7\x95\ \x4a\xa5\xb4\x7f\xff\x7e\x5b\x5f\x94\x32\xf1\x7e\x26\xe6\x11\x90\ \xe2\xc1\x1d\xf3\xc1\xcb\x8f\xf7\x33\xf1\xf2\xe4\xef\x63\x7e\x8e\ \x87\x6e\x52\x9a\xf3\xd7\x49\xa9\x08\xc6\xd6\xfb\x1a\x3d\x43\x07\ \x7b\xc8\x3a\xf6\x86\xfb\xab\x25\x12\x70\x1c\xdf\x26\x13\x20\x38\ \x9e\x97\x39\x01\x5a\x34\x3e\xfb\xae\x32\x58\xcf\x3e\xfb\xac\x24\ \xe9\x4f\xff\xf4\x4f\xed\x67\x17\x2e\x5c\xd0\xfb\xdf\xff\x7e\x3d\ \xfe\xf8\xe3\x9a\x9d\x9d\xd5\x03\x0f\x3c\xa0\x17\x5e\x78\x41\xc7\ \x8e\x1d\xd3\x9f\xfd\xd9\x9f\x5d\x11\x2c\xd2\xe9\xb4\xa4\xcd\xcd\ \x61\x4f\x9e\x3c\xa9\x07\x1f\x7c\x50\x3f\xfd\xe9\x4f\x75\xf4\xe8\ \x51\x9d\x3f\x7f\x5e\x8f\x3f\xfe\xb8\xf6\xee\xdd\x7b\x05\x40\xba\ \x96\xe9\xf7\xdc\xb9\x73\xba\xef\xbe\xfb\x74\xea\xd4\x29\x2d\x2d\ \x2d\xe9\xe0\xc1\x83\xfa\xce\x77\xbe\xa3\xf7\xbf\xff\xfd\x37\x8c\ \x5d\xf1\xd7\xc0\x66\x98\xbe\x7d\xf7\xbb\xdf\xd5\x1f\xfd\xd1\x1f\ \xe9\x91\x47\x1e\xd1\xf9\xf3\xe7\xb5\xb4\xb4\x64\xd7\x31\x09\x82\ \x56\x57\x57\xf5\xf0\xc3\x0f\xeb\xc1\x07\x1f\xd4\xa9\x53\xa7\x74\ \xfb\xed\xb7\xeb\xe8\xd1\xa3\x3a\x73\xe6\x8c\x1e\x7a\xe8\x21\x1d\ \x3c\x78\x70\x0c\x0c\xec\xda\xb5\xcb\xd8\x22\x49\xf6\x79\xff\xb3\ \xeb\x3d\xe6\x8d\x68\xf7\xdd\x77\x9f\xfd\xdb\xb3\x7a\xcf\x3d\xf7\ \x9c\x16\x16\x16\x6c\x2c\x26\xe7\xd5\x03\x81\xdf\xfb\xbd\xdf\x93\ \x74\x75\xc9\xf9\x9f\xff\xf9\x9f\x25\x49\x5f\xfd\xea\x57\xaf\xf8\ \xdd\x0f\x7f\xf8\x43\x49\xe3\xeb\x70\x69\x69\x49\xe7\xcf\x9f\xd7\ \xb9\x73\xe7\xb4\x77\xef\x5e\x3d\xfe\xf8\xe3\x6f\x39\x17\xd7\x6a\ \xef\x64\x3c\xaf\xf7\x3e\xb8\x78\xf1\xa2\x0e\x1e\x3c\xa8\x63\xc7\ \x8e\xd9\x38\xad\xae\xae\xea\xd8\xb1\x63\x3a\x76\xec\x98\x31\xa6\ \x93\xed\xc2\x85\x0b\x36\xbe\xef\x7d\xef\x7b\x75\xfc\xf8\x71\xbd\ \xf0\xc2\x0b\x7a\xe8\xa1\x87\x74\xe2\xc4\x89\xab\x7e\xa7\x52\xa9\ \xe8\xc4\x89\x13\x76\xae\x1b\xdd\xf0\x05\x51\x50\x94\x4c\x2f\x98\ \x12\xde\xe8\x61\x96\x08\x66\x3c\xc4\x09\x20\x80\x14\xe4\x12\x18\ \x23\x6f\x80\x27\x0b\xcd\xcb\x4b\x3e\xed\x1e\x9f\x92\xaf\x5c\x4e\ \x20\x1a\x0e\x87\x56\xa3\xa9\xdf\xef\x5b\xca\x3d\x2c\x91\x2f\x09\ \x00\xd0\x8b\x44\x22\x96\xf2\x0f\x53\x42\x0d\xa9\x66\xb3\x69\x01\ \x1a\x36\x84\x6d\x76\x08\xb8\xf4\x45\xda\xaa\x56\x4f\xdf\x09\x34\ \x00\x40\x82\xee\xfa\xfa\xba\x81\x20\xc6\x6c\x66\x66\xc6\xc0\x23\ \xd2\x1c\xe6\x7e\x9f\xc9\xe5\x59\x37\xff\xc6\x4f\x70\x82\x2d\x02\ \xa0\xe1\x57\x02\x9c\x6c\xdb\xb6\x6d\x8c\x09\x82\xa5\x61\x9c\x4a\ \xa5\x92\xea\xf5\xba\x6d\xd2\xcc\x67\xfd\x36\x3c\xaf\xbd\xf6\x9a\ \x56\x56\x56\x0c\x88\xc0\x1a\x00\x8e\xfc\x75\xd0\x6f\x82\x2f\x01\ \x3a\x9f\xcf\x9b\x87\xc9\xd7\x7b\xa2\x32\xb9\x2f\x6b\xc0\x78\x22\ \xcd\xc1\xfa\x20\x69\x01\x6a\xe2\xf1\xb8\x65\xe3\xd1\xa7\x58\x2c\ \xa6\x5c\x2e\x67\x63\x86\x94\x8c\x07\x0e\x30\xe3\x03\x77\x30\x18\ \xb4\xf5\x5d\xaf\xd7\x2d\x48\x53\x5f\x0c\x09\x18\x86\x08\xd0\x4b\ \x9f\x7c\x96\x21\x3f\xf3\x60\x83\x71\xc0\xf4\xce\xda\x05\x2c\x36\ \x1a\x8d\xb1\x63\x30\x36\xdc\x43\xad\x56\x4b\x33\x33\x33\xba\xe3\ \x8e\x3b\xec\x1e\x9d\x99\x99\x31\x46\x91\x44\x00\xc0\x0a\xc0\x6c\ \x12\x88\x70\x5e\x2f\x0b\x72\xad\x5e\x7e\xf3\x12\x31\xf7\x0f\x63\ \xe6\x33\x1b\xa5\xad\x3a\x54\x1c\x8b\xb9\x67\xfd\xf0\xcc\x90\xb6\ \xd8\x33\xcf\xcc\x01\xf8\xbc\x7f\x8e\x39\x01\x34\x01\xea\xb8\xef\ \x3c\x10\xf5\xe0\xcb\xb3\x8e\xfc\xdf\x7f\x9f\xe3\xde\x74\x80\xc5\ \x9b\xf6\xe3\x8f\x3f\xae\x7d\xfb\xf6\xe9\x2f\xff\xf2\x2f\xed\x77\ \x7b\xf7\xee\xd5\x8b\x2f\xbe\xa8\xd1\x68\xa4\xa7\x9e\x7a\x4a\x4f\ \x3d\xf5\x94\x5e\x7e\xf9\x65\x33\x43\x93\x79\x36\xd9\x4e\x9d\x3a\ \xa5\x6f\x7e\xf3\x9b\xfa\xc1\x0f\x7e\x60\x86\xfa\x7a\xbd\xae\x47\ \x1f\x7d\x54\x92\xf4\x57\x7f\xf5\x57\x5a\x5d\x5d\x7d\xd3\x7e\x3d\ \xff\xfc\xf3\x7a\xe8\xa1\x87\x24\x49\x67\xcf\x9e\xd5\x68\x34\xd2\ \x33\xcf\x3c\xa3\x97\x5f\x7e\x59\x67\xcf\x9e\xbd\x61\x52\xa6\xcf\ \x9e\x23\xb3\xd2\xb7\x47\x1e\x79\x44\x9f\xfa\xd4\xa7\xec\x66\x7b\ \xe5\x95\x57\x0c\x00\xfd\xc3\x3f\xfc\xc3\xd8\x67\xff\xee\xef\xfe\ \x4e\x67\xce\x9c\xd1\xf1\xe3\xc7\xb5\xb2\xb2\x62\xd7\xbe\xb2\xb2\ \xa2\xe3\xc7\x8f\x6b\x69\x69\x49\x1f\xfe\xf0\x87\x2d\x20\x7f\xe2\ \x13\x9f\xd0\x33\xcf\x3c\x63\xdf\xff\xd2\x97\xbe\x64\xe6\x73\xfc\ \x68\xd7\x7b\xcc\x1b\xd1\x7c\x26\xe3\xe5\xcb\x97\x25\x6d\x06\xff\ \x07\x1f\x7c\x50\xd2\xf8\x7c\x8c\x46\x23\x4b\x92\x78\xe8\xa1\x87\ \x0c\x3c\xff\xf1\x1f\xff\xb1\x24\xe9\x3b\xdf\xf9\xce\xd8\xb1\xc9\ \x5a\x94\x36\x81\xd3\x24\x30\xfa\xee\x77\xbf\x2b\x49\xfa\x93\x3f\ \xf9\x93\x2b\xfa\xf5\xd0\x43\x0f\xe9\xf4\xe9\xd3\x6f\x6b\x2e\xae\ \xd5\xde\xc9\x78\x5e\xcf\x7d\xd0\x68\x34\xf4\xe1\x0f\x7f\x58\x4b\ \x4b\x4b\x3a\x7e\xfc\xb8\xea\xf5\xba\x25\x13\xbc\xf2\xca\x2b\x5a\ \x5d\x5d\xbd\x2a\x63\xba\xba\xba\xaa\x23\x47\x8e\x68\xdf\xbe\x7d\ \x7a\xf1\xc5\x17\xed\x3c\x2f\xbc\xf0\x82\x8e\x1f\x3f\xae\x53\xa7\ \x4e\x5d\x95\xc9\xfa\xea\x57\xbf\xaa\x53\xa7\x4e\xe9\xf4\xe9\xd3\ \x63\xe3\x71\xa3\x1a\x0f\x2e\xd8\x03\xca\x01\x10\x1c\x4a\xa5\xd2\ \x58\xca\x37\x6f\xd0\x00\xab\x4e\xa7\xa3\x62\xb1\x68\x00\x07\x9f\ \x11\x05\x20\x3d\xf3\xe0\x8d\xdc\xf8\x4c\x7c\x00\x6e\x34\x1a\xe6\ \x29\x21\x48\xe6\xf3\x79\x3b\x26\x9f\xa3\x8c\x00\xa5\x03\x60\x4b\ \x9a\xcd\xa6\x96\x97\x97\x4d\x92\x24\xe0\x51\xbb\xc8\xcb\x6a\xde\ \x18\xcc\x03\x9e\x6a\xd9\x48\x78\x89\x44\xc2\x24\x2d\x80\x1d\x75\ \x97\xf0\x55\x71\x0d\xcd\x66\x53\xc5\x62\xd1\x8a\xa9\x12\x14\x08\ \x8c\x80\x53\xd8\x20\x7c\x37\xd1\x68\x54\xc5\x62\xd1\x58\xa7\x76\ \xbb\x6d\x40\x46\xd2\x18\xd0\xf2\x25\x06\x24\x99\x7c\x25\xc9\x00\ \x21\x60\x98\xf1\x92\x64\x6c\x14\xd7\x87\x97\x8a\x9a\x56\x64\x37\ \xe2\x95\xaa\x56\xab\xe6\x25\xf3\x60\x1b\xd0\xe3\x65\xb7\x54\x2a\ \xa5\x74\x3a\xad\xc5\xc5\x45\x2b\x8f\x40\x7f\x28\x00\x9a\xcb\xe5\ \x24\x49\xdb\xb7\x6f\xb7\xba\x68\x94\x9b\x20\x1b\x30\x97\xcb\x99\ \x54\x88\x91\x1c\x36\x65\xfb\xf6\xed\x9a\x9f\x9f\xb7\x1a\x61\xd1\ \x68\x54\xf9\x7c\x5e\xe9\x74\x5a\xb9\x5c\xce\x80\x60\x3e\x9f\xb7\ \x8d\x8f\x99\xd3\x46\xa3\x31\x06\xa4\x90\x1c\x7d\x12\x02\x81\xd9\ \x97\x69\x40\xbe\x05\x80\x93\x14\x90\x4a\xa5\x14\x89\x44\x6c\xac\ \x61\xd4\x48\xc6\x00\x90\xb1\x2e\x60\x7b\xb8\x77\x90\xf9\x98\x53\ \x18\x1f\x18\xca\x74\x3a\xad\xbb\xee\xba\xcb\x5e\x46\xf2\xf9\xfc\ \x15\x0c\x17\xd9\xb5\x93\xec\x11\x6b\xd9\x9b\xc5\xbd\xdc\xe9\x99\ \x1d\x9f\x40\x01\xa3\xe6\x01\x8c\xf7\x60\xc1\x50\x9a\x71\xfc\x7f\ \xc7\x16\x60\x8b\xec\xed\x33\x1f\x59\x7f\x1c\x07\x09\x9d\x17\x1f\ \x3e\xeb\xd9\x65\x18\x2d\xc0\x9d\x97\x20\xe9\x3f\xc0\xca\xfb\x0e\ \x19\x4b\xff\x39\xc0\xe3\x4d\x01\x58\x0f\x3f\xfc\xb0\xfd\x49\xa7\ \xd3\x3a\x76\xec\x98\x8e\x1e\x3d\xaa\x6f\x7f\xfb\xdb\x63\x20\x23\ \x95\x4a\x5d\xd5\x78\xfe\xd7\x7f\xfd\xd7\x92\xb6\x82\xe1\xd5\xda\ \x93\x4f\x3e\x39\x56\x72\x21\x95\x4a\xe9\xb1\xc7\x1e\xd3\xa1\x43\ \x87\xb4\xb4\xb4\xf4\x96\x66\xfa\x2f\x7f\xf9\xcb\x92\xa4\xd3\xa7\ \x4f\xeb\xc8\x91\x23\x63\xbf\x3b\x72\xe4\x88\x81\xb5\x77\xda\x56\ \x57\x57\xf5\xf4\xd3\x4f\xeb\xd8\xb1\x63\x92\xa4\x4f\x7d\xea\x53\ \x57\xfd\xdc\xa3\x8f\x3e\xaa\x4f\x7c\xe2\x13\x06\x3a\xf6\xec\xd9\ \x63\xd9\x8e\x67\xce\x9c\x31\xa0\xf8\xdc\x73\xcf\xe9\xcc\x99\x33\ \x3a\x74\xe8\x90\x3e\xff\xf9\xcf\x8f\x8d\xe3\xfc\xfc\xbc\x3e\xff\ \xf9\xcf\xdb\xb5\x7f\xeb\x5b\xdf\x7a\x5b\x7d\xbc\x19\xc7\xbc\xde\ \x46\xfd\x1c\x00\xcc\xb5\xe6\xe3\xf4\xe9\xd3\x92\x64\xf3\xb2\x67\ \xcf\x1e\xed\xdb\xb7\x4f\x4b\x4b\x4b\x63\x8c\xd0\xf7\xbf\xff\x7d\ \x3b\x8e\xb4\xc5\x58\x49\x9b\xe0\xe4\xcc\x99\x33\xda\xb7\x6f\xdf\ \x55\xd7\xdd\xd5\xe6\xe2\xef\xff\xfe\xef\x25\x8d\xcf\xc5\xb5\xda\ \x3b\x1d\xcf\xeb\xb9\x0f\xbe\xf5\xad\x6f\x69\x69\x69\x49\x87\x0e\ \x1d\xd2\x53\x4f\x3d\x35\x06\x56\xf7\xec\xd9\xa3\x2f\x7d\xe9\x4b\ \x57\xed\xdb\x37\xbe\xf1\x0d\x2d\x2d\x2d\xe9\x73\x9f\xfb\xdc\xd8\ \xb9\x52\xa9\x94\x3e\xf9\xc9\x4f\x4a\x92\xbe\xf2\x95\xaf\x5c\xf1\ \xbd\xa5\xa5\x25\x9d\x3e\x7d\x5a\x9f\xf8\xc4\x27\xb4\x67\xcf\x9e\ \x1b\x5e\xe6\x83\x62\x8e\x78\x22\x90\x24\x90\x8c\x7c\x2d\x21\x1e\ \xde\x30\x1a\x04\x47\x1e\xa8\x00\x10\xcf\xc6\x10\xa0\x01\x17\xc8\ \x6d\x80\x3a\x69\x93\xf5\x91\x64\x72\x84\xb4\x95\x06\x0e\xb8\xf3\ \x6f\xf0\xf8\xad\x90\xd7\x08\x8e\x80\x1b\xff\x96\xed\xfd\x3d\x30\ \x43\x5e\x0a\xc2\x3f\x45\x40\x85\x19\xe1\x9a\xf1\xd8\x48\x32\x76\ \xc4\x97\x71\xe0\x2d\x1f\xd6\xad\xdd\x6e\x5b\x3d\xac\x7a\xbd\x6e\ \x5e\x20\x02\x92\xb4\x69\x1a\xc6\xe8\xcd\x78\x31\xa6\x7c\x1e\x16\ \x0c\x43\x3f\xdf\x43\xa2\x02\xc4\xc1\x1c\x52\xae\x01\x1f\x92\x24\ \x2b\xdd\xd0\xeb\xf5\xac\x12\x7a\x20\x10\x18\x93\x3b\x9b\xcd\xa6\ \xaa\xd5\xaa\x46\xa3\x91\x8d\x13\x63\x4c\x20\xa6\xdf\x00\x6a\xe6\ \x56\x92\x49\x8c\x00\xc6\x48\x64\x73\x7b\x24\xef\x65\x8a\xc7\xe3\ \xba\xed\xb6\xdb\x8c\x1d\x0d\x04\x02\x56\x49\x9f\x92\x14\xed\x76\ \xdb\xc0\x37\xf2\xaf\xb4\xb5\x37\xa1\xf7\xb5\xd1\x47\xc0\x10\xc0\ \x83\xb5\xec\x7f\xcf\x3c\xb2\x56\x48\x5a\x90\x64\x32\x2e\x6b\x17\ \x26\x90\x63\x22\xfb\x25\x93\x49\x03\x8f\x8c\x39\x32\xa0\x67\x6a\ \x7c\xf6\x29\x2d\x10\x08\x98\xdc\x98\x4e\xa7\xcd\x73\x07\xe0\xc3\ \x60\x5f\xad\x56\x95\x4a\xa5\xf4\x3b\xbf\xf3\x3b\x76\x0f\xb0\xfd\ \x0d\xf3\xe9\x59\x3d\xe6\xc3\x7b\xa6\x38\x9f\xf9\x8f\xfe\xf7\x7e\ \x05\xa4\xf0\x39\xef\xd9\xf2\xde\x31\xee\x0d\xce\x87\x7c\xe7\x33\ \x5a\x39\x9f\x07\x64\x1e\x24\xfa\xf3\x4c\x1a\xda\xf9\x0e\x2f\x30\ \x9e\x89\xe3\x7b\x48\x99\xac\xd5\xc9\x02\xa7\xfe\x3a\xbd\x1c\xec\ \x7f\xc6\xb1\x6e\x5a\x16\x21\x75\x8f\x5e\x78\xe1\x05\xfb\xd9\x9f\ \xfc\xc9\x9f\x68\xcf\x9e\x3d\x57\xfd\x7c\xa3\xd1\xd0\x85\x0b\x17\ \xf4\xf4\xd3\x4f\xeb\x89\x27\x9e\x30\x79\xee\x5a\x0c\xd6\xbe\x7d\ \xfb\xae\x59\x47\xe9\xe3\x1f\xff\xb8\xa4\x37\x07\x67\x9e\xe5\xf8\ \xe8\x47\x3f\x7a\xd5\xcf\xc0\xa6\x5c\x4f\xbb\xef\xbe\xfb\x6c\x81\ \x2d\x2c\x2c\x18\xb8\x3a\x7b\xf6\xec\x35\xfb\x7b\xb5\xf3\x1c\x38\ \x70\xc0\x64\x9e\xe5\xe5\x65\x49\x5b\x52\xd8\xc7\x3f\xfe\xf1\xab\ \x06\xb9\x54\x2a\x65\xd7\x0e\xc8\x78\xab\x76\x33\x8e\x79\xbd\x6d\ \xc7\x8e\x1d\x6f\x6b\x3e\xf8\xf9\xf9\xf3\xe7\x0d\xe8\xfc\xcd\xdf\ \xfc\x8d\x24\xe9\x47\x3f\xfa\x91\x7d\x8e\x7e\xf2\xf9\x7f\xfa\xa7\ \x7f\xb2\xdf\xfd\xc7\x7f\xfc\x87\x24\xe9\x2f\xfe\xe2\x2f\xae\x7a\ \x8e\xab\xcd\x05\x40\x4e\xda\x9a\x8b\x6b\xb5\x5f\x77\x3c\xdf\xce\ \x7d\xc0\xf7\x38\xce\x64\xf3\x6b\xc7\xb7\x47\x1e\x79\x44\x92\xf4\ \x91\x8f\x7c\xe4\x8a\xdf\x71\x8d\xe7\xcf\x9f\xbf\x2a\x53\x79\xa3\ \x59\x2b\xdf\x78\x98\x47\xa3\x51\x7b\xd8\x23\x63\xe0\x55\x62\x2b\ \x16\xef\x73\xe2\x81\x0c\x23\xe3\x25\x09\x1e\x7c\xb0\x2e\x00\x35\ \x2f\x73\x01\x1a\x78\xcb\xc5\x84\x0c\xe0\xe0\xed\x9f\x4a\xf2\x14\ \x25\x85\x3d\xca\xe5\x72\xc6\x50\xe0\x73\x0a\x04\x02\x9a\x9d\x9d\ \x35\x09\x10\x59\xc2\xfb\xa6\x60\xc8\x78\x28\xe3\xc5\x09\x06\x83\ \xe6\xa9\x01\x1c\x00\xec\x60\xeb\xf0\xa4\x01\x88\x24\xd9\x9b\x76\ \x22\x91\x30\xff\x15\x7d\x01\x94\xa6\xd3\x69\x03\x12\x9e\xb9\xc0\ \x5f\xf4\xb1\x8f\x7d\x4c\xb9\x5c\xce\xea\x8e\xe5\xf3\x79\x93\x6d\ \x19\x43\xe4\x3e\x82\xe6\xda\xda\x9a\x31\x73\xd4\x9f\x62\x4f\x3f\ \x69\x73\x2d\x67\xb3\x59\x33\xf9\x33\x7e\x1c\xdf\x27\x07\x50\x26\ \x83\xc0\xc9\x98\x4f\xfa\x5d\x38\x37\x80\x88\xef\xc5\xe3\x71\x2b\ \x1c\x9a\x4e\xa7\xad\xff\xcc\x01\x2c\x56\x3e\x9f\x57\xb9\x5c\x1e\ \xab\x66\x1f\x0a\x85\x0c\xe8\x11\xec\x3d\x13\x56\x2a\x95\xb4\xb1\ \xb1\x61\x05\x55\x59\x17\xf5\x7a\x5d\xa5\x52\x69\xac\xc4\x45\xaf\ \xd7\xd3\xda\xda\x9a\xd6\xd6\xd6\x0c\x54\x01\x98\x03\x81\x80\xc9\ \xe1\xfe\x45\x00\x36\x91\x6a\xea\x30\xb1\xc8\xc9\x80\x5c\xe4\x33\ \xcf\xc6\x02\xc4\x18\x2b\x7c\x7c\x80\x07\x98\x26\xce\x0d\x03\x96\ \xcf\xe7\x0d\x94\xb7\x5a\x2d\x63\x63\xf7\xee\xdd\x6b\xf3\xe1\xcd\ \xf0\xb0\x55\x30\xb5\x9e\x4d\xf6\x80\x4a\xd2\x18\x20\xa6\x0f\xfe\ \x45\xc5\xcb\x83\x80\x95\x49\x5f\x97\x07\x3e\x3e\x7b\x98\xe7\x85\ \x67\xba\xf8\x1e\x7f\xfb\x8c\x41\x69\xab\xfa\xba\xcf\xc0\xa5\xcf\ \x3c\x33\x00\xcf\x7c\x9e\xe7\x8a\x7f\xf1\x98\x3c\x9f\x7f\x19\x93\ \xb6\x24\x4b\xfe\x8d\xe4\x79\x53\xb6\xca\x61\xe0\xa4\x4d\xe9\xe7\ \xc8\x91\x23\x3a\x76\xec\x98\xb2\xd9\xec\x15\xec\xc4\xb9\x73\xe7\ \xac\x10\x28\xed\x5a\x1e\x12\xda\x9b\x99\xc6\xff\xe0\x0f\xfe\x40\ \xd2\x66\x50\xf2\xf2\x98\x6f\x04\xca\x7d\xfb\xf6\x5d\x55\xb6\x93\ \xb6\xfc\x5e\xd7\xd3\x7c\x20\xba\xfb\xee\xbb\xf5\xbe\xf7\xbd\x4f\ \x1f\xfc\xe0\x07\xaf\x79\x8e\x37\x3b\xcf\xe4\x35\x22\x85\xbd\xf7\ \xbd\xef\xbd\xe6\xb1\xf8\xdd\xa4\x6c\x76\xad\x76\x33\x8e\xf9\x76\ \x9a\x67\x9c\x16\x17\x17\xdf\xd6\x7c\xcc\xcf\xcf\x1b\x63\xb5\xbc\ \xbc\xac\xf9\xf9\x79\xcb\x4c\xfd\xfe\xf7\xbf\xaf\x23\x47\x8e\xa8\ \xd1\x68\xe8\xd4\xa9\x53\x3a\x7e\xfc\xb8\xe6\xe7\xe7\x4d\xfa\xba\ \x78\xf1\xa2\xf6\xec\xd9\xa3\x1f\xfc\xe0\x07\x92\xae\x0d\x9e\xdf\ \xee\x5c\x5c\xab\xfd\x3a\xe3\xf9\x76\xef\x83\xb7\x73\x8e\xc9\xfe\ \x7a\xe6\xed\xad\xd6\xf5\xca\xca\xca\x15\x2f\x42\x37\xab\x38\xad\ \xb4\xb9\xf5\x09\x05\x2d\x91\xbd\x78\x78\x11\x40\x62\xb1\x98\xca\ \xe5\xb2\x3d\xb8\x78\x2b\x05\x4c\x20\x61\xf0\x76\xca\x83\x96\xef\ \xe3\x77\xe2\xc1\x4b\x11\x49\x18\x0b\x58\x03\xbc\x1c\x8c\x11\xe7\ \x01\x5c\xf4\xfb\x7d\xd5\x6a\x35\xcd\xcc\xcc\x48\xd2\x98\x5f\x89\ \x7e\xc3\x54\x48\x32\x29\xca\x9b\xb0\x91\x1f\x61\x5b\xf0\x7d\x25\ \x12\x09\x2b\x57\x21\x6d\x6d\x63\x03\xc0\x02\x54\xc2\x68\x44\xa3\ \x51\x35\x1a\x8d\xb1\xe2\xa1\xd4\xd4\x02\x90\xc1\x1a\x01\x22\x53\ \xa9\x94\x81\x3d\x00\xe2\x70\x38\xd4\xd2\xd2\x92\x95\x82\xf0\x26\ \x61\xae\x17\xc6\xce\x67\x57\x02\x5c\x7c\xb5\x73\x98\xa5\x4c\x26\ \xa3\x4b\x97\x2e\x59\x11\x59\x8c\xe5\x94\x32\x40\xb2\x89\x44\x22\ \x76\x9d\xe9\x74\x5a\xb1\x58\x4c\xb3\xb3\xb3\x2a\x97\xcb\x06\x0a\ \x08\x54\x9c\x9b\x12\x15\x3e\x08\x53\xd8\x35\x1c\xde\x2c\x20\x4b\ \xb1\x5a\xd6\xd3\xab\xaf\xbe\x2a\x69\x33\x38\xe3\x71\xe3\x7a\xbd\ \x51\x9c\xeb\x46\x2e\x43\x62\xf6\x0c\x1e\x12\x2e\x2c\x15\x0c\x3c\ \xa0\xdd\x1b\xef\xf1\xdd\x11\xc8\xb7\x6f\xdf\x6e\xac\x15\xeb\xdb\ \xb3\x3c\xa9\x54\xca\xa4\x5c\xe6\x39\x9f\xcf\xab\xd5\x6a\x8d\xcd\ \x8d\x67\x88\x98\x4f\xef\x2f\xf4\x81\x9e\xb5\x0d\xd0\xf2\x0c\x60\ \x28\x14\x52\xa3\xd1\x50\x3e\x9f\x37\x70\x35\x18\x6c\xd6\x77\xf3\ \x40\xca\x7f\x9e\xf3\x72\x5d\x9e\x81\xa2\x5f\x5e\x4e\xf3\x26\x75\ \x2f\x17\x7a\xb9\xdf\x1b\xd1\xfd\xd6\x39\xfc\x8e\xb5\xc6\xb8\x72\ \x3e\x1a\xf7\x3b\x20\xd7\x33\xbf\xde\xd0\x0f\x78\xf4\x09\x31\x9c\ \x13\x39\xd6\x33\x56\xfe\x7c\x9e\x9d\x62\x8d\x4c\x32\x5f\xde\x17\ \x46\xbf\x6e\xfa\x5e\x84\x07\x0e\x1c\xd0\x93\x4f\x3e\xa9\x07\x1f\ \x7c\x50\x9f\xfd\xec\x67\xc7\x00\xd6\x13\x4f\x3c\xa1\x47\x1e\x79\ \x44\x87\x0e\x1d\xd2\x93\x4f\x3e\xa9\x0f\x7c\xe0\x03\x4a\xa5\x52\ \xba\x78\xf1\xa2\xf6\xee\xdd\xfb\x8e\xce\x07\x1d\xfa\x56\x20\xed\ \x66\xb4\xcf\x7c\xe6\x33\xef\x7a\xad\xad\xdf\xc6\xf6\x6f\xff\xf6\ \x6f\x92\x36\xe7\x68\xcf\x9e\x3d\xef\xb8\x1e\x16\x66\xf9\x53\xa7\ \x4e\xe9\xa9\xa7\x9e\x32\x86\x0a\xf6\xea\xa3\x1f\xfd\xa8\x4e\x9d\ \x3a\xa5\x1f\xfd\xe8\x47\xda\xb3\x67\x8f\x55\xdc\xf7\x26\xfb\xdf\ \x84\x76\x3d\xf7\xc1\xdb\x05\x7b\xbe\x71\x4f\x48\x7a\x4b\xe9\x9b\ \xaa\xdd\xef\x56\x43\x96\x2a\x14\x0a\x96\xd1\x07\x03\x84\xfc\x04\ \xfb\xc4\x5b\xac\xaf\x9a\xcc\xc3\x9e\x37\x7a\x80\x95\xf7\x5f\x84\ \xc3\x61\xdb\x66\x87\xf4\x75\x18\xa3\x7c\x3e\xaf\x66\xb3\x69\x75\ \xaa\x02\x81\xcd\xca\xd5\x73\x73\x73\x06\x90\xa4\x71\xfa\x9f\x20\ \xcb\x9e\x7c\x6c\x14\x8c\x14\x02\xab\x85\xcf\x87\x42\x9b\x6c\xa9\ \x82\x9c\x07\x8b\x01\xf0\xe2\x61\x8f\x9c\x08\xb0\xe2\x9a\x09\xf0\ \x30\x51\x64\x33\xb6\xdb\x6d\x63\xce\xba\xdd\xae\x19\x91\xe7\xe6\ \xe6\x54\x2c\x16\x0d\x5c\x12\x5c\x67\x66\x66\xc6\x7e\xf6\xf2\xcb\ \x2f\x5b\x40\x4a\xa7\xd3\x2a\x95\x4a\x36\xde\x80\x49\x2a\x80\x23\ \xe3\xc1\x96\x78\xb3\x38\x81\xb5\x56\xab\x19\x90\x45\x22\xcd\x64\ \x32\x5a\x5f\x5f\x57\x2e\x97\x33\x29\x93\xeb\xe8\x74\x3a\xca\x64\ \x32\x63\x1b\x2e\x4b\x5b\xcc\x86\xb4\x15\xd0\x7c\xc6\x9d\x2f\xdf\ \x00\xa0\x02\x88\x8f\x46\x23\xdb\x2f\xb2\xd3\xe9\x68\x6d\x6d\x4d\ \xd9\x6c\xd6\xb2\x4b\x39\x26\xfe\x30\xe6\xb3\xdf\xef\xdb\x9e\x97\ \x9e\x1d\x45\x32\xf5\x49\x14\x14\x5b\xa5\xd4\x82\x0f\xfc\x00\x41\ \xc0\x1e\x45\x60\x03\x81\x80\x6d\x19\x14\x0c\x06\xad\x80\x29\x89\ \x0a\x5c\x3f\x9f\x07\x18\x23\x0b\xf2\x7b\x00\x9c\xf7\x1b\xc1\xee\ \xc2\x4a\xf9\xcc\x4b\x8c\xfa\xa9\x54\x4a\x1b\x1b\x1b\x6a\x34\x1a\ \xc6\xf6\xdd\x75\xd7\x5d\x06\x6c\x60\xb7\x38\x87\x34\x5e\xd2\xc1\ \xfb\x23\xa5\xad\x62\x9c\x5e\xbe\xf4\xf7\xa6\x67\x20\x01\xac\x18\ \xf0\xe9\x3b\xec\xec\xa4\xcc\xe7\xd9\x30\x8e\xe1\xcb\x2b\x70\x7e\ \x80\xa5\x2f\xfb\xc0\xef\xfc\xf8\x78\x7f\x94\x07\xd4\xfc\x9f\x79\ \xf4\xcf\x1b\x7f\x1e\xd6\x9d\x4f\x36\xf0\xec\x1b\xc0\xdb\x03\xae\ \x77\x65\xb3\xe7\x0f\x7c\xe0\x03\x92\xb6\x4c\xc7\x07\x0e\x1c\xd0\ \xea\xea\xaa\xc9\x16\xcf\x3c\xf3\xcc\x9b\xb2\x3c\x93\xed\xcd\xc0\ \xd3\x4f\x7f\xfa\x53\x49\xd2\x03\x0f\x3c\x70\xcd\xcf\x90\xcd\xb7\ \xb4\xb4\xa4\xd5\xd5\xd5\xab\x9e\xdb\x07\xa5\xdf\x84\xf6\xc0\x03\ \x0f\x68\x69\x69\x49\x3f\xfd\xe9\x4f\xaf\xb9\xdd\xcf\xdb\xb9\xf6\ \x9b\x7d\xcc\xb7\x6a\x8d\x46\x43\x5f\xf8\xc2\x17\x24\x49\x9f\xfb\ \xdc\xe7\x24\xbd\xbd\xf9\xb8\x78\xf1\xa2\x81\x0b\x3e\x9f\x4a\xa5\ \x8c\xa5\xba\x70\xe1\x82\x31\x54\xac\x37\x32\x0d\xbf\xff\xfd\xef\ \xeb\xf7\x7f\xff\xf7\x25\x49\xc7\x8f\x1f\xbf\x69\x8c\xcc\x3b\x19\ \xcf\xeb\xbd\x0f\xc8\x48\x7c\xb3\x73\xc0\xf4\xd1\x3c\x68\xfa\xf4\ \xa7\x3f\x7d\x53\x19\xa9\xeb\x6d\xde\x4f\x52\xab\xd5\xac\x56\x10\ \x86\x54\xde\xde\xbd\xac\x80\x49\x15\x10\x16\x8b\xc5\x54\xaf\xd7\ \x4d\x5a\xe2\xff\xb3\xb3\xb3\x16\x58\x60\x05\x7c\x30\xf4\x25\x1c\ \x60\x81\x3c\xf3\x00\x48\xf3\x26\x7b\xa4\x1a\x49\x63\x3e\x0d\x6f\ \xc8\xf5\xf5\xa2\x30\x24\x0f\x06\x83\xb1\x82\xaa\x1e\x24\x70\xac\ \x5c\x2e\x67\xac\x14\x2c\x13\x52\x5e\xbd\x5e\x37\x09\x0e\xa0\x18\ \x0a\x85\x94\xcd\x66\x0d\x64\xf8\xec\x2b\x69\xbc\xa0\xe5\xca\xca\ \x8a\xf5\x17\xd0\x8a\xf4\xc2\x39\x90\x09\x01\x6a\xb0\x48\x00\x0f\ \xe6\x21\x9d\x4e\x5b\x92\x00\x32\x23\x40\x16\x56\x8e\xa0\x8e\x87\ \xa9\xdf\xef\x1b\x10\xf6\xa5\x2d\x08\x8e\xb1\x58\x4c\xeb\xeb\xeb\ \x96\x6c\x90\x48\x24\xc6\xea\x4a\x4d\x4a\x48\x04\xb1\x7a\xbd\x6e\ \xbe\xa0\x48\x24\x62\xb2\x25\xcc\x0a\x72\x6b\x22\x91\x50\xb9\x5c\ \x36\x60\x9b\x4e\xa7\x4d\xa2\x64\x1b\x23\xc0\xbe\x24\xcb\xfe\x84\ \x91\x80\x85\x42\xc6\xc6\x2f\xc5\x98\xc1\xb6\xc1\x88\x92\x59\x07\ \x10\xa1\x32\x3c\x80\x19\x29\xd0\x03\x54\xc6\xaf\xd7\xeb\x99\x99\ \x9d\xeb\xf7\xd9\x74\x30\x5e\xa3\xd1\xc8\x98\x29\xce\xc3\xb5\x7b\ \xff\x9a\xff\x0c\x6b\xa7\x5a\xad\xea\xce\x3b\xef\xd4\xee\xdd\xbb\ \xad\x1f\x24\x74\xe0\x2f\xe4\x3e\x83\x1d\xa2\xb1\x8e\x38\x9f\x24\ \x63\x96\xfd\x9c\xd2\x5f\x98\x2f\xc6\x90\x6b\xe1\x9e\xf6\x0c\x22\ \x40\x91\x6b\xf4\xd5\xf4\x3d\x33\xc7\xf7\x3d\xa8\xf5\x0c\x92\x07\ \x78\xfd\x7e\xdf\x9e\x01\xdc\x9f\x9c\x57\xda\x4a\xc6\x00\x2c\xb1\ \xd6\x00\x87\x3e\x4b\x95\x6b\xf6\x12\xad\x07\x64\xde\xdb\x75\xd3\ \x3c\x58\x93\x8d\x40\x28\x6d\x6e\xa3\x22\x8d\xfb\x59\x26\x83\xca\ \x5b\x79\x5d\xae\x96\x1d\x46\xc3\x73\xf3\xc1\x0f\x7e\xf0\x9a\xdf\ \x9f\x9f\x9f\xb7\x7a\x5c\xd7\x32\xc3\x53\x56\xe2\x37\xa5\x71\x3d\ \x5f\xf8\xc2\x17\xae\xea\x93\xf1\xc0\xe5\x5a\x3e\xa6\x49\xd0\x78\ \x23\x8e\x79\x3d\xad\xd1\x68\xe8\xd8\xb1\x63\x66\xd2\xc6\x0f\xe4\ \xe7\xe3\x1b\xdf\xf8\xc6\x55\xbf\xfb\xff\xfe\xdf\xff\x93\xb4\x09\ \x30\xfc\x7a\xe1\x1a\x5e\x7e\xf9\x65\x7d\xf3\x9b\xdf\x1c\x03\x50\ \xf3\xf3\xf3\x3a\x7a\xf4\xa8\xb1\x58\x37\xea\x3a\xae\xd5\xde\xc9\ \x78\x5e\xef\x7d\x40\xf6\xa3\xf7\x96\xf9\x76\xe1\xc2\x85\x2b\x58\ \xae\x54\x2a\x65\xf2\x35\x2c\xdf\x6f\x4a\xeb\x74\x3a\x66\x0e\x47\ \x9e\x1b\x0c\x06\xe6\xad\xa1\x11\x04\x30\x5a\x13\xf0\x13\x89\x84\ \xe6\xe7\xe7\xc7\xde\xa0\x13\x89\x84\x99\xcd\x87\xc3\xa1\xd5\x6b\ \x1a\xa3\xee\x27\x6a\xeb\x50\x6c\x33\x95\x4a\x29\x99\x4c\x6a\x63\ \x63\x63\x4c\x26\x89\x44\x22\xc6\x80\xf0\x79\xe4\xb2\x78\x3c\x6e\ \x6f\xaf\x00\x3c\x1e\xc8\x48\x48\x1e\xd8\x51\x2d\x1e\x9f\x0d\x2c\ \x17\x9b\x2d\x03\xc7\xb1\xf4\xc3\x00\x00\x20\x00\x49\x44\x41\x54\ \xf0\x00\x08\xf1\x78\x5c\xb9\x5c\xce\x40\x28\xa6\x7a\x4a\x0a\x50\ \x76\x01\xc6\x03\x39\x91\x4a\xf6\xfe\x1a\x90\xa8\x60\xdc\x60\x35\ \x90\x22\x61\x1f\x28\x3f\x00\x60\x91\x64\xac\x99\x07\xa0\x8c\x21\ \x81\x8e\x20\x87\x04\xca\x7e\x8f\x48\x7d\xf8\xda\x90\x4a\x01\xd4\ \xf8\xa7\x00\x35\x78\xa3\x7c\x0d\x32\x7e\x0e\x18\x22\xbb\x13\xa6\ \x0c\xff\x9a\x07\xe4\x78\x93\x62\xb1\x98\xb2\xd9\xac\x05\x49\x69\ \xcb\xb0\x0e\xe0\x03\x5c\x73\x4e\x64\x29\x6f\x32\x67\xed\x90\x35\ \x4a\x90\xa7\x44\x83\x2f\xc4\x0a\x50\x26\xbb\x95\xda\x67\x92\x0c\ \x40\xb1\xed\x12\x80\x8f\x17\x05\x18\xcc\x49\x90\xef\x4d\xf4\x3e\ \xb3\x8f\x7f\xf3\x42\xe2\x19\x9f\x60\x30\x68\x6c\x6a\xa3\xd1\x50\ \xbb\xdd\xd6\xbd\xf7\xde\xab\xdb\x6e\xbb\x6d\x8c\xed\x4c\x24\x12\ \x2a\x16\x8b\xe6\xfd\x02\xb8\xfa\x2c\x3f\xcf\x12\x79\x0f\x15\x40\ \xc6\x67\xe8\x4d\x9a\xd0\xf9\x9b\x7e\x79\xb6\x99\x63\x4c\x4a\x8b\ \x7e\x8d\x4d\x82\x6c\xcf\x52\x93\x4c\x20\x69\xec\x5c\xb0\xc3\x1e\ \xec\xf9\x4c\xc1\xc9\x4c\x4a\xee\x0d\xfa\xef\xfd\x65\x9c\x9b\x17\ \x2d\xfa\xc7\xe7\x38\x87\xcf\x66\x7c\xd7\xea\x60\x79\x36\x41\x1a\ \xf7\x82\x78\xb0\xb4\xba\xba\xfa\xb6\x32\xf8\x8e\x1c\x39\x32\xf6\ \xbd\x46\xa3\xa1\x93\x27\x4f\xea\xfc\xf9\xf3\xda\xb7\x6f\xdf\x55\ \xcd\xbc\xbe\x91\xd5\x77\xec\xd8\xb1\xb1\x02\x90\x8d\x46\x43\x4f\ \x3c\xf1\x84\xbe\xf9\xcd\x6f\xbe\xcd\x2b\x7b\x77\xda\x47\x3e\xf2\ \x11\xcb\x40\x3b\x76\xec\xd8\x98\xaf\x86\x1a\x48\x00\x97\x49\x43\ \x3d\xe0\x76\x12\x34\xfe\x3a\xc7\xbc\x9e\xd6\x68\x34\x74\xee\xdc\ \x39\x1d\x3c\x78\xd0\xb2\xf8\xbe\xf6\xb5\xaf\x8d\x31\x29\xc8\x77\ \x8f\x3c\xf2\xc8\x15\xe5\x02\xce\x9d\x3b\x67\x2c\xcf\xe4\x7e\x92\ \x80\x9a\xaf\x7c\xe5\x2b\x5a\x5a\x5a\xba\x02\x40\xfd\xf9\x9f\xff\ \xb9\xfd\x5e\xda\x62\xb7\x6e\x46\x7b\x27\xe3\x79\xbd\xf7\xc1\xd1\ \xa3\x47\xcd\x90\x7e\xe2\xc4\x89\xb1\x73\x3c\xff\xfc\xf3\x56\x8a\ \x61\xb2\x51\xdc\xf5\xc1\x07\x1f\xbc\x6a\x71\xd6\xd5\xd5\xd5\x5b\ \xb6\x95\x13\x40\x43\x92\x05\x40\x7e\x06\x2b\x85\xcc\x82\xef\x8a\ \x87\x5b\x3e\x9f\x1f\x93\x42\x60\x4a\x78\x28\xc7\x62\x31\xa5\xd3\ \x69\x95\xcb\x65\xbd\xfa\xea\xab\xf6\x50\xef\x76\xbb\x26\xab\x05\ \x83\x41\x03\x64\xd5\x6a\x55\x3f\xfb\xd9\xcf\xf4\x3f\xff\xf3\x3f\ \xc6\x74\xf0\x7b\x80\x8d\xb4\xb5\xb7\x99\xf7\x75\x61\x12\x67\x5d\ \xf3\xa0\x45\x12\x04\x98\x61\xe4\x87\x19\x20\xb8\x21\x47\x21\x33\ \xb0\x7f\x21\x63\x43\x8d\x22\xd8\x37\xc0\x1e\xc6\xe9\x76\xbb\xad\ \x8d\x8d\x0d\xf3\x62\x51\xa4\xb4\x5c\x2e\x5b\x90\xee\x74\x3a\x06\ \xcc\x60\x09\x7c\xd1\x4c\x40\x20\xe5\x2b\xf8\x1e\x00\x92\xcf\x33\ \x06\x6c\x15\x03\xb0\xe3\xda\x3c\x68\xf5\x19\x9f\xc8\x44\x14\xfe\ \xe4\xd8\x04\xaf\x78\x3c\xae\x7c\x3e\x6f\x0c\x99\xaf\x51\x86\xf4\ \xea\x53\xed\x7d\x69\x0b\x2f\xdd\xf8\x82\xb4\xbe\xd8\x25\xf3\x45\ \xb6\x64\xb7\xdb\x55\x26\x93\xb1\x31\x5e\x58\x58\x50\x20\x10\x18\ \xdb\xae\xa7\x5a\xad\x9a\x7c\x09\x18\x64\x5f\x3e\x5f\x14\x17\x56\ \x4b\x92\x01\xd3\x74\x3a\x6d\x9e\x26\xbf\xe5\x12\x41\x19\x79\x10\ \x30\x3c\x33\x33\x63\xd9\xa2\x81\x40\xc0\xd6\x27\xe7\xf0\xf3\x0d\ \xa8\x01\xac\x5f\xad\x78\x2c\x9f\x65\xad\xd6\xeb\x75\xe5\xf3\x79\ \xed\xda\xb5\xcb\x00\x14\xac\x95\xdf\x06\xc8\x7b\x93\xa4\x2d\x89\ \xdc\xb3\x48\x1e\xe0\xf8\xdf\xf1\x7b\x69\xbc\x3e\x94\xff\x1e\xbf\ \xf7\xe5\x40\xb8\xa7\xfc\xbc\xfb\xef\x30\xfe\x93\xf7\x96\x67\xf8\ \x7c\xc9\x04\xfa\xe7\x01\x92\xf7\x53\x79\xe6\x55\xd2\x18\x68\xa4\ \xef\xbe\xf4\xc4\x64\x76\x23\xe7\xf3\xc0\xd0\x4b\x8c\x83\xc1\xe0\ \xdd\x03\x58\x98\xcf\xa9\xde\xbd\x67\xcf\x1e\x0b\x20\xf7\xdd\x77\ \x9f\x4e\x9c\x38\xa1\x13\x27\x4e\x68\x61\x61\xc1\x0c\xbc\xd7\x92\ \x02\xf7\xed\xdb\xa7\x83\x07\x0f\xea\xbe\xfb\xee\xd3\xe1\xc3\x87\ \xad\x1c\x04\xb5\xb6\xbe\xfd\xed\x6f\xbf\xa5\x0c\xf2\xa1\x0f\x7d\ \x68\x6c\x5f\x3c\x8c\x93\xe9\x74\x5a\x8f\x3c\xf2\x88\x9e\x7c\xf2\ \xc9\x1b\x75\xe9\x37\xa4\xa5\x52\x29\x7d\xed\x6b\x5f\xd3\xa1\x43\ \x87\x74\xe6\xcc\x19\x2d\x2c\x2c\xe8\xf0\xe1\xc3\x3a\x7c\xf8\xb0\ \x16\x16\x16\x74\xe6\xcc\x19\x1d\x3d\x7a\xf4\xaa\xc6\x7e\x40\xc7\ \xe3\x8f\x3f\x6e\x15\xeb\x57\x57\x57\x7f\xad\x63\xbe\x59\xf3\x65\ \x3a\x0e\x1f\x3e\xac\x74\x3a\xad\x87\x1e\x7a\x48\x4b\x4b\x4b\x7a\ \xf4\xd1\x47\xf5\xef\xff\xfe\xef\x57\x18\xa9\xef\xbf\xff\xfe\xb1\ \x7a\x57\x54\x33\xdf\xbf\x7f\xbf\xd5\x2b\x7b\xf6\xd9\x67\xaf\xf0\ \xb8\xc1\x52\x51\x04\x73\x12\x40\x21\x0d\x9e\x3f\x7f\xfe\xa6\xca\ \x83\xd2\x3b\x9b\xa3\xeb\xbd\x0f\x52\xa9\x94\x01\xd0\x53\xa7\x4e\ \x59\x40\xd8\xbf\x7f\xbf\xde\xff\xfe\xf7\xeb\x81\x07\x1e\xb8\x6a\ \x96\xa4\x1f\xdf\x07\x1f\x7c\xd0\xc6\x97\x31\x5e\x58\x58\xb8\x25\ \xec\x96\x37\x82\x03\x8e\x60\x04\x78\x5b\xf7\xa5\x08\xbc\x49\x9c\ \x7d\xee\xa8\x33\xe4\x01\x01\x41\x18\x50\x40\xf6\x1a\x72\x91\xaf\ \xa5\x84\x37\x0a\x86\x05\x59\x2c\x95\x4a\x99\x9f\x88\xba\x58\xa9\ \x54\x4a\x99\x4c\xc6\xde\x84\xa5\xad\x74\x75\x32\x1d\x91\x57\x02\ \x81\x80\xad\xb7\x6a\xb5\x6a\x95\xce\x4b\xa5\xd2\x98\xa9\x9f\xa0\ \x0c\xb8\xe2\xfa\x0b\x85\xc2\x98\x34\xd1\xeb\xf5\x54\xa9\x54\xec\ \x6d\x1d\xe6\xcc\xb3\x5e\x92\xc6\xfc\x4c\xd9\x6c\x56\x77\xde\x79\ \xa7\x01\x19\xaa\xbd\xfb\x32\x16\x04\x37\x02\x3f\xd2\x29\xe0\xc8\ \x6f\x28\xec\x99\x3e\x64\x40\xfa\x0c\x1b\x12\x89\x6c\xee\xf3\x38\ \x1c\x0e\x55\x28\x14\xec\xb3\x30\x0d\x83\xc1\xc0\xb6\xb5\xc1\x9f\ \x45\x49\x09\xe6\x17\x30\xe5\x6b\x82\x4d\xfa\xd5\xa8\x27\x05\x03\ \x88\xf4\xc9\xfc\x11\x40\xfd\x5a\xe1\x7a\x08\x90\x04\xd5\x64\x32\ \xa9\x7e\xbf\x6f\x5b\xe4\x90\x04\x80\xb9\x1e\x8f\x14\xfd\xcc\x64\ \x32\x96\x40\xc0\xdc\x11\xb4\x31\xd1\xd3\x37\x98\x11\xef\x27\x44\ \x0e\x27\x20\x53\x83\x8a\xb1\x9c\x0c\xea\x00\x4b\x69\xbc\x5c\x02\ \x55\xe5\x09\xf0\x1c\x9f\x35\xed\x33\x66\xbb\xdd\xae\xe6\xe6\xe6\ \xb4\x73\xe7\x4e\xfb\x1d\x4c\x95\xf7\x17\x01\x4a\x00\xce\x92\xc6\ \xc6\xdd\x33\x57\x1e\xb4\x78\xa0\x05\xf3\xc4\x7d\xe8\xd9\x34\xae\ \x87\xe6\xa5\x45\xae\xcf\xef\x44\xe0\x59\x31\xc6\xd9\x33\x5c\x57\ \x63\x91\x78\xe9\xe2\xb9\x42\x5f\x3c\xd8\xbb\x9a\x71\x9d\x73\xfa\ \x79\x05\x70\xc2\x48\xf2\x59\xff\x5d\xff\x1c\xf0\x8c\xd8\x0d\x07\ \x58\x93\x5b\xe1\xd0\x0e\x1c\x38\x60\xbf\xa3\x7a\xf7\x63\x8f\x3d\ \xa6\xb3\x67\xcf\xea\xe8\xd1\xa3\x96\x1d\xf5\xec\xb3\xcf\xea\xa9\ \xa7\x9e\x32\x26\xe0\x6a\x6f\xd5\x4b\x4b\x4b\x7a\xe6\x99\x67\x74\ \xf6\xec\x59\xcd\xcf\xcf\x5b\xed\xa1\xd3\xa7\x4f\xeb\x85\x17\x5e\ \xb8\x22\x78\x5f\xab\x4f\x9f\xfc\xe4\x27\xf5\x83\x1f\xfc\xc0\x18\ \x9e\x43\x87\x0e\xe9\xd1\x47\x1f\xd5\x2b\xaf\xbc\xa2\x0f\x7c\xe0\ \x03\xda\xb7\x6f\xdf\xdb\x32\xcb\x5f\xeb\xf8\xbf\xce\x77\xae\xf6\ \xfb\x3d\x7b\xf6\xe8\x5f\xfe\xe5\x5f\x74\xf6\xec\x59\x2b\x42\xf9\ \xfa\xeb\xaf\xeb\xf8\xf1\xe3\x7a\xf6\xd9\x67\xaf\xe9\xe1\xf9\xd0\ \x87\x3e\xa4\xb3\x67\xcf\xda\x98\x1e\x3c\x78\xf0\xd7\x3e\xe6\xd5\ \x1a\xec\x0a\x65\x3a\xce\x9c\x39\xa3\xf9\xf9\x79\x3d\xfa\xe8\xa3\ \x3a\x7b\xf6\xac\x56\x56\x56\xf4\xd8\x63\x8f\x5d\xf3\x78\x47\x8e\ \x1c\xd1\x2b\xaf\xbc\xa2\x2f\x7e\xf1\x8b\xba\xfd\xf6\xdb\x75\xe6\ \xcc\x19\xdd\x7e\xfb\xed\xfa\xe2\x17\xbf\xa8\x95\x95\x95\x6b\xb2\ \x68\xc8\x66\x57\x03\x50\x7b\xf6\xec\x31\x79\xec\x5a\xf2\xe0\x3b\ \x99\x8b\x6b\xfd\xee\x9d\x8c\xe7\xf5\xde\x07\x07\x0e\x1c\xd0\x2b\ \xaf\xbc\xa2\x47\x1f\x7d\xd4\xce\xff\xc0\x03\x0f\xd8\x77\xd8\xc4\ \x78\x52\x12\xbe\xda\xf8\xbe\xf0\xc2\x0b\x3a\x78\xf0\xa0\x4e\x9f\ \x3e\x6d\x2c\xf3\xf5\x8c\xcd\xaf\xdb\x7c\x3d\xa7\x40\x20\x60\xac\ \x42\xab\xd5\x1a\xf3\x3a\xc0\x52\xf0\xc6\xea\x8b\x5f\xae\xaf\xaf\ \xdb\xc3\xd5\x7b\xb5\x90\xf8\x22\x91\x88\x66\x67\x67\x95\xcb\xe5\ \x14\x08\x04\x2c\x58\x52\xc4\x93\x40\x42\x50\xd8\xbd\x7b\xb7\x6e\ \xbb\xed\x36\x45\x22\x11\x2b\x1f\x20\xc9\xbc\x3a\x3c\x98\x31\x7c\ \xe3\xa3\xc2\x5f\x43\x09\x01\x4c\xd1\x30\x12\x3c\xec\x29\xf5\x40\ \xe9\x02\xe4\x11\xcf\x44\xf8\x40\xeb\x2b\xac\x03\xbe\x28\x70\x89\ \x47\x86\x60\x4f\xb6\x1e\x01\x85\xfa\x54\x92\x94\xcb\xe5\x94\x4c\ \x26\xcd\x28\x8e\xe1\x9e\x0a\xf2\xde\xb7\x82\x27\x88\x40\x2e\x6d\ \x15\x65\x84\xc5\xa3\xf6\x14\xa0\x62\x6d\x6d\x4d\xcd\x66\xd3\x4a\ \x02\x20\x89\xf9\x7a\x46\xf9\x7c\xde\xe6\x81\xeb\x02\x28\xe2\x63\ \xaa\x54\x2a\xb6\xd1\x30\x00\x14\x00\xe9\x3d\x3b\x64\x20\xd6\xeb\ \x75\x05\x02\x01\x93\xc7\xa8\x5c\x1f\x0a\x85\xc6\xc0\x21\xf3\x96\ \xc9\x64\x24\xc9\xd6\x08\x65\x12\xb8\x66\x1f\x28\x01\xa0\xd4\xb4\ \x22\xb0\x23\xed\x8e\x46\x23\x55\x2a\x15\x03\x29\x24\x4b\x10\xcc\ \x7d\x89\x03\x40\x3b\x63\x4e\x62\xc1\xc2\xc2\x82\xcd\x0d\xec\x9b\ \x37\x68\x73\x5e\x7e\x36\x1c\x0e\x0d\x04\xc3\x74\xd1\x57\x36\x0a\ \xf7\x00\x47\x92\xf5\x65\x66\x66\x46\xb1\x58\x4c\xf1\x78\xdc\x7c\ \x61\xd2\x16\x83\xe4\xfd\x6c\xde\x4f\x25\x6d\xd5\xb8\xf2\x0c\x10\ \xf3\xcf\x39\x3c\x5b\xe4\x01\x22\x9f\x07\xb4\xfb\x7b\x7b\xb2\x24\ \xc2\x24\x58\xe2\x25\xc3\xdf\xbb\xbe\x74\x02\x2f\x20\xcc\x0d\x0c\ \x98\xf7\x87\x79\x66\x0e\xe6\xd8\x4b\xdf\x57\x03\xb4\x9c\xdb\x4b\ \x85\x9e\xf1\x62\x0d\xf3\x79\x3f\x3f\x66\x47\x18\x79\x28\xf9\x1b\ \xde\x2e\x5c\xb8\x60\x19\x60\xbf\x45\xdd\x9e\xb6\x69\x9b\xb6\x6b\ \x34\xc0\xef\xcc\xcc\x8c\x65\x70\x75\xbb\x5d\x55\x2a\x15\x33\x7a\ \x23\xbd\x60\x14\xa7\x66\x50\xb7\xdb\xd5\xf6\xed\xdb\xc7\x32\xd2\ \xf0\xda\xec\xdc\xb9\x53\xbb\x76\xed\x52\x20\xb0\x95\xd5\xc6\x83\ \x78\x6e\x6e\xce\x00\x2b\x9e\x1e\x02\xf6\xa5\x4b\x97\x8c\xbd\xe8\ \x76\xbb\xca\xe7\xf3\x76\x5c\xef\xe9\x41\x7e\x21\xe0\xe0\x27\xc2\ \x08\x0d\x48\x01\x34\xd0\x0f\xfa\x40\x06\x20\xc7\x48\xa7\xd3\x06\ \xb8\x00\x3b\x04\x45\x00\x0a\x72\x54\x26\x93\x31\x90\x24\xc9\xfa\ \x59\xa9\x54\xd4\x68\x34\x34\x3f\x3f\xaf\x4b\x97\x2e\xa9\xd9\x6c\ \x9a\xef\x68\x63\x63\xc3\x7c\x6b\x00\x00\x9f\x25\x35\x18\x0c\x2c\ \xeb\xee\xe2\xc5\x8b\x8a\xc7\xe3\x56\x7f\x09\xe6\xcc\x4b\x72\xb0\ \x51\x97\x2f\x5f\xd6\x8e\x1d\x3b\x4c\xc2\x1d\x0e\x87\xda\xd8\xd8\ \xb0\xca\xe7\x94\xc3\xa0\xdc\x43\xa1\x50\x50\xa3\xd1\x50\x32\x99\ \xb4\xf2\x19\x3e\x93\x33\x1c\x0e\xab\xd1\x68\xe8\xa5\x97\x5e\xb2\ \x40\x8f\x9c\x8a\x91\x1f\x76\x6a\x76\x76\xd6\x64\x4d\x2f\x27\xf5\ \xfb\x7d\x63\x83\xf0\xde\xb1\x46\x08\xb0\xcc\x0f\xf2\x25\x73\x8b\ \xd7\xca\x07\x75\x3c\x7f\xf8\xbe\xe2\xf1\xb8\x65\x1f\x92\x21\x0a\ \x58\x93\x64\xe6\xfc\x70\x38\x6c\xa5\x29\xb2\xd9\xac\xb2\xd9\xac\ \x49\xb4\x64\x33\xf6\x7a\x3d\xed\xda\xb5\x4b\xbf\xf8\xc5\x2f\x2c\ \x89\x01\x80\x47\xd0\x66\xae\x53\xa9\x94\xb2\xd9\xac\xba\xdd\xae\ \xd6\xd7\xd7\xcd\x87\xc5\x3a\x46\x3a\xe7\xda\x90\x92\xc3\xe1\xcd\ \x6a\xf4\x6c\xf6\xcc\x26\xe3\x1e\x38\x7b\x49\xce\x83\x6a\x0f\x36\ \xbd\x9c\xc7\x3d\xe1\x81\x8e\xb4\x05\x86\x00\x3a\xde\xec\x4e\x03\ \x44\xe1\x8d\xf2\xe0\x86\x73\x54\xab\x55\x63\x79\x59\xe7\xf4\x8d\ \xfb\x06\x80\x84\x9c\x89\x44\xea\xbd\x62\x1e\xa8\xd2\x27\x8e\xc3\ \x7d\xcc\xba\x80\x0d\x26\x2b\xd2\xfb\xc5\x00\x53\xac\x7d\xef\x41\ \xa4\xcf\xde\xbf\x67\xb2\xf7\xdb\x7b\x0c\x4e\xdb\xb4\x4d\xdb\xb4\ \xdd\xf8\xb6\xbc\xbc\xac\x44\x22\x61\x9e\x15\xbc\x47\x3c\x9c\xdf\ \x78\xe3\x0d\x7b\x68\xfb\x37\x4e\xa4\x26\x2f\xd3\xf0\x96\x49\x75\ \xf0\xd5\xd5\x55\x05\x83\x41\x03\x58\x93\xf2\x04\xcc\x45\x3c\x1e\ \xd7\xf6\xed\xdb\x8d\x01\x09\x85\x42\x26\xb3\x11\x6c\x90\x87\xa8\ \xb5\xe4\x33\xe8\x16\x17\x17\xed\x61\x8e\xf4\x03\x13\x22\x6d\x32\ \x89\xe9\x74\xda\x00\x4a\xb1\x58\x1c\xab\x7b\xc4\xdb\x3b\x6c\x19\ \x99\x6e\xbe\x20\x29\xbe\x1f\xcc\xee\x5e\x62\x64\x63\x69\x02\x6c\ \xa7\xd3\x31\x40\x84\x3c\x06\x6b\x90\xcf\xe7\xcd\x5f\x44\x82\x01\ \x80\x27\x12\x89\xa8\x5c\x2e\x5b\xb0\x91\xb6\x64\x13\x82\x2c\x60\ \x25\x93\xc9\xa8\xd1\x68\xd8\x46\xd0\x04\x1e\xc6\x1a\x13\x78\xb5\ \x5a\x55\x2e\x97\xb3\x60\xe5\xc1\x30\x85\x47\xc9\xf4\x84\xbd\xf3\ \x46\x6d\xd8\x1b\x9f\x4c\xb0\xb1\xb1\xa1\x6c\x36\xab\x5a\xad\x66\ \xe6\x7c\x82\x34\x60\x99\xb1\xc0\xa7\x46\x10\xee\x74\x3a\xc6\x78\ \x61\xe4\x67\x0e\xa8\xbe\x0e\xf3\x47\xdf\x58\x03\x30\xa7\xb0\x73\ \x80\x4c\xc0\x02\x0c\x1b\x9e\x2a\x58\x35\xbf\x7f\x1f\xcc\x0d\x00\ \x81\xb5\x84\x14\xea\xb7\x06\x02\xe8\x21\xe7\xb1\x6e\x7d\x59\x04\ \xc0\x14\x73\x45\x5f\xf1\x30\xf6\xfb\x7d\xed\xda\xb5\x6b\x8c\xd9\ \x07\x54\xc0\x38\xf9\xef\xf9\xad\xa5\x26\x65\x39\x40\xa3\x67\x7f\ \xb8\x9f\x98\x2f\x40\x3c\x63\xee\x41\x90\x07\xad\xac\x4d\x0f\x9e\ \x18\x1f\x7f\x2e\xcf\x7c\x01\x68\xfc\x3d\x1c\x0e\x87\x0d\x58\xc1\ \xe4\x7a\x70\xe4\x0d\xf9\x93\x40\x8f\x3e\xf9\xe4\x0c\xff\x79\xfe\ \x0f\x28\xe3\xff\xac\x77\xff\x7d\xe4\x55\xe6\x32\x18\xdc\xcc\xde\ \x9c\x02\xac\x69\x9b\xb6\x69\xbb\x65\xed\xe5\x97\x5f\x36\x99\x83\ \x87\x17\x41\xcd\x4b\x73\xde\xb8\x4e\xb0\x97\x64\x25\x05\x78\xe8\ \x01\xc4\x7e\xf2\x93\x9f\x8c\x65\x53\xc2\x04\x10\x8c\x79\xe3\x87\ \x95\x40\x36\xe0\x21\xcc\x3e\x80\x64\x0e\x66\xb3\x59\xdb\xa8\x98\ \x80\x5f\x2a\x95\x2c\xe0\xc3\x70\xe1\xd1\x01\x50\x79\xd3\xb5\x37\ \x11\xd3\xd7\x60\x30\xa8\x1d\x3b\x76\xa8\xdb\xed\xaa\x54\x2a\xa9\ \x5c\x2e\x1b\x98\xf0\xf2\x52\xa9\x54\xb2\x20\xe9\x13\x02\x00\x0b\ \xc3\xe1\xd0\x7c\x4d\x04\x31\x82\x3b\xe3\xe3\x4d\xbf\x94\x63\xf0\ \x01\x0d\x4f\x13\x1e\x24\xf3\x91\xfc\x2f\xbb\x37\x18\x0c\x94\xcd\ \x66\x8d\x71\xf2\x7b\x08\xf2\xe6\x0e\x33\x80\xdf\xab\x50\x28\x8c\ \xed\x13\x47\x06\x1e\x19\x93\xf4\xa1\x5e\xaf\x1b\xa8\x91\xb6\x2a\ \xdc\x93\x21\x07\x13\x43\xa6\x1a\x92\x2a\xeb\x25\x97\xcb\x19\x5b\ \x08\x00\x07\x54\xf9\xac\x4e\x58\xa0\x5a\xad\xa6\x46\xa3\x61\x6c\ \x25\x63\xeb\x83\xa6\xdf\x93\x11\x99\x95\xcf\xb1\x16\x29\xfd\xe1\ \xeb\x9b\xc1\xda\x0d\x87\x43\x2b\xb2\x0a\x20\x9f\x04\x08\x9c\x07\ \xff\x1e\xf5\xb5\x90\x25\x09\xf6\x80\xb1\x40\x20\x60\x0c\x5a\xa7\ \xd3\x51\x36\x9b\x35\xc0\x4c\x16\x23\x4c\x67\x30\x18\xd4\xee\xdd\ \xbb\xad\xcf\xac\x29\xce\x09\x63\xe9\xd7\xbd\x07\xf5\x80\x1b\xee\ \x39\x64\x43\xee\xcb\xc9\xec\x3e\xcf\x46\x79\x39\xd0\xbf\xd8\x70\ \xec\x49\xe9\xd1\x7f\x8f\x9f\x71\x8f\xf0\x7b\xae\xc9\x8f\xa1\x07\ \xa3\x1c\x93\xfb\xca\xb3\x9a\x9e\xb5\xf4\xc9\x29\x93\x20\x90\x6b\ \x00\x54\xf9\xeb\xe0\x1a\xfd\x4b\x0f\xfd\x04\x54\x32\x7f\xd8\x05\ \xa6\x00\x6b\xda\xa6\x6d\xda\x6e\x59\xcb\xe7\xf3\x63\xe6\x5f\x5f\ \xfb\x67\xf2\x61\x8d\x1c\x02\xc3\xc2\x9b\x37\x59\x60\xbe\xae\x95\ \x37\x86\x13\x6c\x61\xa1\xbc\xc7\x08\x3f\x0b\x0f\x4e\x32\xec\xc8\ \x1a\x24\x13\x0c\x63\x3d\x80\x87\x60\x49\xc0\x21\x9b\xce\xd7\x61\ \x9a\x94\x15\x60\xdc\x60\x34\xf0\xe2\xbc\xf1\xc6\x1b\x16\x60\x31\ \xc3\x63\xf2\x47\x9a\x62\x3c\x0a\x85\x82\x65\x36\x52\xe1\x9c\x62\ \xa2\xcd\x66\xd3\xc6\x07\x16\x0c\x40\xc5\x26\xd1\x6b\x6b\x6b\xc6\ \xc2\x48\x5b\x81\x09\x40\x58\x2a\x95\xc6\x00\x0a\x20\x91\xcc\xc4\ \x95\x95\x15\x63\x3b\xf0\x4a\x21\x6d\x01\x38\x08\x7c\x18\xd6\x91\ \xb4\xe6\xe7\xe7\xcd\x83\x06\x18\x24\x58\x21\x2b\x76\xbb\x5d\x15\ \x8b\x45\x03\x69\x64\xb8\xf1\x59\xce\xed\xc7\xa5\x56\xab\x49\x92\ \x49\xb2\xa5\x52\xc9\xa4\x34\x3e\x83\x1c\x89\x64\xd7\x6c\x36\xed\ \xf7\xc3\xe1\x50\xa5\x52\xc9\xe6\x00\x66\x0c\x00\x89\x2f\x10\x89\ \xcf\xb3\x69\x92\x2c\xb1\x81\x75\xc1\xfa\xc3\x0f\x46\xff\x01\x84\ \x7c\x0f\x29\x13\x50\xc1\xd6\x44\xcc\x0f\x00\x84\x6b\x65\xbe\x18\ \x1b\xe4\x54\x80\x0f\x4c\x4e\xb3\xd9\xd4\xcc\xcc\x8c\x16\x16\x16\ \xac\xa8\x69\x32\x99\xd4\xfc\xfc\xbc\x22\x91\x88\x6a\xb5\xda\xd8\ \x8b\xc6\xe4\xfd\x20\x69\xcc\x7f\x36\xe9\x6d\xa4\x79\x09\x70\xd2\ \x3c\xee\x3d\x54\x9e\x99\xe2\x9c\xdc\xdb\x3e\x59\x04\x66\x0b\x90\ \x03\x48\xf7\x0c\xa9\x07\x35\x80\x3b\x80\x20\x0d\x59\x93\x63\x73\ \x4d\x00\xa5\x49\x00\xc9\x98\xf3\x3b\x3f\x06\xf4\xc9\x3f\x8f\x00\ \x52\x5e\x86\x1d\x8d\x46\xb6\xdd\x17\x2f\x8c\xfd\x7e\xff\xb7\x13\ \x60\xdd\x6c\xe3\xed\xb4\x4d\xdb\xb4\xbd\x3b\x6d\xdf\xbe\x7d\xca\ \xe7\xf3\xb6\x09\x33\x35\xab\xd2\xe9\xb4\xb6\x6d\xdb\x66\x3f\x2f\ \x14\x0a\x63\x29\xea\xab\xab\xab\x26\x2d\xf9\x54\x70\xaa\x9a\xe3\ \x1f\xf2\x59\x50\x30\x26\x3c\x78\x01\x51\x00\x0a\xa4\x40\x1e\xc4\ \x78\xbd\x60\xb8\x60\xa8\x26\x8d\xe0\x54\x12\xc7\xd4\x0e\xeb\xc1\ \x39\x91\xad\x38\x37\x32\x26\x20\x0b\x59\x29\x10\x08\x58\x40\x46\ \xce\x22\xf8\xf8\x3d\xeb\xf0\x24\xe1\xe9\x22\xd0\x65\x32\x19\xf3\ \x6a\xe1\x31\x23\xb8\x0d\x06\x03\x2b\xca\x09\xf8\xf1\x66\x65\xef\ \x0f\x63\x7c\xbc\x41\x19\x63\x37\x7e\x23\x80\x57\x34\x1a\x1d\x2b\ \x63\x80\x19\x1d\xe9\xcb\xfb\xbc\xa8\xeb\xe6\xcd\xea\xbf\xfa\xd5\ \xaf\x2c\x18\x52\x88\x15\x30\x42\x5d\x28\x7c\x55\xde\x47\x85\xc9\ \x9c\x7e\x56\xab\x55\xab\x7f\x86\x97\xcf\x7b\x8b\xa2\xd1\xa8\xc9\ \xa6\x34\x98\x3c\x18\x1e\x2a\xdd\x03\xf6\x61\x1e\x59\x17\x3e\xf0\ \x72\x5c\x58\x2a\x4a\x4c\xe0\xc9\x01\x44\xd1\x5f\x7c\x63\x80\x0a\ \x98\x2f\xa4\x49\xfa\x46\x66\xa0\xf7\x0f\xe1\x45\x63\xfd\x7b\x66\ \x11\x30\x9b\x48\x24\xec\x3e\xc8\xe7\xf3\x63\x1b\x59\x63\xa0\x07\ \x30\x03\x24\x69\x93\x7e\x23\x5e\x10\x58\x1b\xde\xdc\xee\xd7\x94\ \x1f\x4b\xcf\x40\x33\xe7\x00\x25\x80\x0a\x12\xa4\x37\x9c\x7b\x90\ \xc5\xf7\xb9\x46\x3e\x87\x3c\xeb\x01\xd8\x64\xff\xbd\xdc\xc8\xd8\ \x78\x79\xd7\x57\xbd\xe7\xb3\xfe\x1a\xbd\x91\xdd\x7b\xb1\xe8\x93\ \x37\xae\x4b\x32\xf6\xcb\x27\x3e\xf8\xcc\x47\x8e\xf9\x5b\x05\xb0\ \x0e\x1c\x38\x30\x35\xb7\x4f\xdb\xb4\xfd\x1f\x6a\x6b\x6b\x6b\xf6\ \xf0\xe7\x61\xec\x7d\x0d\xb9\x5c\x4e\x85\x42\xc1\x3c\x3b\xbc\x51\ \x03\x6c\x90\x44\xfc\xe6\xca\xf1\x78\x5c\xfb\xf7\xef\x57\xb7\xdb\ \xd5\x8e\x1d\x3b\x0c\x48\x51\x21\x9b\x07\xa2\x37\xf0\xf2\x50\x67\ \x7b\x13\x00\x18\xcf\x1b\x5f\x53\x89\x60\xd7\x6c\x36\x8d\xe9\xf0\ \xbe\x2b\x82\x12\xcc\x81\xf7\x71\xc0\x76\xc1\x80\x51\x53\x0a\x89\ \x11\xb6\xa3\x50\x28\x8c\x6d\x24\xcc\xe7\x01\x80\x24\x01\xc0\x9c\ \x21\x11\x52\x6a\x00\x50\x81\x07\x0d\x76\xc2\x17\x6a\xf5\x8c\x0b\ \x40\x90\xe0\xe3\x25\x4f\x3c\x40\x3e\xf0\x93\x45\x09\x00\x61\x3c\ \x30\xf8\x03\x42\xf9\xe3\xa5\x19\xbf\x4f\x20\xa0\x17\x16\x08\x66\ \x0e\xe0\x84\x27\x89\xfe\x7a\x33\xb6\x2f\xa2\x0a\xf8\xf1\xe5\x2a\ \x7c\x4a\x3f\xfd\x6e\x36\x9b\x76\x6d\x04\x54\x80\x2b\xcc\x20\xeb\ \xd0\x57\xa9\xf7\x05\x50\x61\xcd\x60\xd7\x06\x83\x81\x25\x23\x20\ \x53\x02\x96\x90\x57\x01\x5f\x00\x43\x0a\x7f\xc2\x14\xd2\x5f\xc6\ \x08\x29\x94\xf3\x51\x77\x0b\x80\x0c\xb0\xcb\x66\xb3\xe6\xe5\xab\ \x54\x2a\x9a\x9f\x9f\xd7\x8e\x1d\x3b\xcc\x0f\xe5\xeb\xc4\xb1\x3e\ \x91\x8c\x59\x1f\x80\x0a\xc6\xc3\x67\x03\x4a\xe3\x19\x75\xbe\x56\ \x1a\xf7\x29\xeb\x7a\xd2\xdb\x35\x59\x0a\x83\xfb\xc8\x83\xaf\x49\ \xe6\x0b\x26\x88\xfb\xc5\x7b\x11\x3d\xfb\xc4\xb1\x3d\x23\xe6\x59\ \x33\xdf\x1f\x5f\xbf\xca\x7f\x1e\x80\xe5\x8f\xeb\xbf\x8f\xaf\xca\ \xb3\x66\x5e\x7e\xe4\x9e\x47\x6a\xe5\x5a\xb8\x8f\x43\xa1\xd0\x6f\ \x17\xc0\x9a\xb6\x69\x9b\xb6\xff\x5b\xed\xe0\xc1\x83\x63\xfe\x9f\ \x7c\x3e\x6f\x75\xaa\xd6\xd6\xd6\x94\xcf\xe7\x35\x3b\x3b\x6b\x0f\ \x45\x00\x0e\x41\xb5\xd5\x6a\x99\x34\x82\x04\x83\x21\xdc\x3f\xb8\ \x09\x7c\xeb\xeb\xeb\xca\x66\xb3\xe6\x43\xe1\xad\x53\xda\x7c\x68\ \x57\x2a\x95\xb1\xcd\x82\x01\x50\x04\x7c\x40\x11\x81\x73\x38\x1c\ \x6a\x79\x79\x59\xa3\xd1\x66\xb9\x07\x80\x03\xd2\x04\x00\x8a\xac\ \x47\x6a\x3c\x79\x83\x3a\x35\x93\xe8\x13\xe7\x81\xd1\x49\x26\x93\ \x96\x61\x47\x42\x40\x36\x9b\x35\xa6\x8d\x6d\x40\x08\xc6\xdb\xb6\ \x6d\xb3\xa0\x9f\x48\x24\xac\xa6\x14\x41\xb5\x5a\xad\x8e\x65\xed\ \x95\xcb\x65\x93\xcc\x60\x57\xfc\x46\xc7\x64\x47\xc1\xb4\xe1\xa1\ \x02\x74\x12\xcc\x19\x77\x32\xf8\x08\x34\xe5\x72\x59\xa1\x50\xc8\ \xfa\xe9\xb3\xb7\x78\xf3\x47\x1e\xf5\xfb\x3f\xd2\x5f\xfc\x72\x00\ \x00\xc6\xca\x33\x1a\x80\x1b\x40\x95\x37\x6b\x53\xc4\x95\xbe\xb2\ \x39\xb5\x07\xc4\xb0\x31\x00\x1e\xd6\x14\xec\x54\xbf\xdf\x1f\x2b\ \x04\x4b\xc6\x24\x19\xae\xf1\x78\xdc\x36\x9d\x46\x3e\xe2\x3a\x60\ \x27\x29\x3d\xe2\xc1\x03\xb5\xc7\x00\x8a\x8c\xb1\xdf\x34\xda\x03\ \x50\x18\x17\xa4\x42\xe6\x6b\x30\x18\x68\x71\x71\x51\x8b\x8b\x8b\ \x56\xb7\x2d\x93\xc9\x18\xc8\xe3\x5a\x01\x77\x78\x03\xfd\x3c\xd0\ \x18\x13\xef\xb1\x02\xa4\xd0\x57\x5f\xda\xc0\x4b\x81\xbc\xb0\xe0\ \x7f\xf3\x35\xa8\xf8\x9b\xe3\x71\x7e\xac\x01\xde\x7f\x45\x03\x08\ \x49\x5b\x4c\xdb\xa4\x6c\x09\xa0\xf3\x32\xa6\xb7\x0a\xf8\xe3\xc1\ \x88\x79\xf6\xcc\xbf\x10\x78\xcf\x18\x40\x9f\x75\x07\xd0\xe2\x9a\ \x28\xd2\xea\xd7\x92\x67\x9d\x87\xc3\xe1\x14\x60\x4d\xdb\xb4\x4d\ \xdb\xad\x6b\xc5\x62\x51\x85\x42\x41\xa3\xd1\xc8\xde\xd0\xf1\x26\ \x01\x7e\xd6\xd6\xd6\xc6\xd2\xb2\x37\x36\x36\x54\xa9\x54\x2c\x18\ \xf1\x50\x84\x4d\x29\x95\x4a\x7a\xf9\xe5\x97\x75\xfb\xed\xb7\xeb\ \xe2\xc5\x8b\x26\x21\x90\x5a\x8e\x4f\x02\xe3\x32\x7e\x27\x3c\x48\ \x3c\xa8\x79\x7b\x2e\x16\x8b\x0a\x04\x02\xb6\x21\x35\x52\x1b\x01\ \x9c\xcc\x3b\xcf\x08\xe0\x17\x23\xa0\x52\xbf\x87\xc0\xc4\x16\x2d\ \x9e\x79\x81\x7d\xe3\x67\x04\xf0\x62\xb1\x68\xfd\x8e\xc5\x62\xb6\ \x57\x9f\x07\x3a\x3e\x28\xc3\xd6\xe1\x0b\xf2\x65\x07\x00\x19\xc8\ \x27\xa1\x50\x48\xc5\x62\x51\xd2\x66\x79\x01\x82\x0b\x01\x18\x19\ \xcb\xfb\x8d\xe2\xf1\xb8\x55\x6d\xf7\x06\x79\x58\xbf\x42\xa1\x60\ \x01\x9b\xff\x33\xc6\x04\xcb\x76\xbb\x6d\x59\x93\x94\x2b\x98\x9b\ \x9b\x1b\xcb\x9c\xc3\x8b\xd6\x6e\xb7\x95\xcf\xe7\xcd\xf3\x52\x2e\ \x97\x4d\x86\x25\x40\xb2\x0e\x08\xbe\x1e\x64\x33\x9e\x94\x55\xf0\ \xcc\x9a\x07\xe1\xf4\x2d\x18\x0c\xda\x96\x35\x00\x23\x9f\xd1\xe6\ \x25\x44\x12\x20\xf0\x69\xb1\xd5\x13\xe0\xd4\x67\xff\xf9\xed\x9e\ \x82\xc1\xa0\x32\x99\xcc\x98\x84\xeb\xd9\x29\x24\x62\xe6\xc8\xfb\ \x8d\x60\xcd\x00\x4c\xd5\x6a\x55\xf9\x7c\x5e\x8b\x8b\x8b\x76\x7d\ \xf4\x1d\x80\xe9\xd7\x05\xd7\xea\x19\x1f\x9f\x95\xc8\x3c\xf3\xb3\ \x49\xe3\xb7\x4f\x04\xf0\x60\x86\xe6\x41\xaf\x37\x85\xfb\xb1\x66\ \x2c\xb9\x0e\xd6\xbb\x07\x65\x9c\x8b\xb1\xf1\x20\xc7\xb3\x57\xde\ \x9b\x45\x9f\x61\x00\xb9\x16\x5f\xa6\x85\xb9\xa7\x6f\x93\xa5\x24\ \x78\x59\xf1\x12\x29\xcf\x0f\xc6\x14\xcf\x22\xc7\xf0\x6b\x87\xb1\ \xfa\xad\x93\x08\xa7\x6d\xda\xa6\xed\xff\x56\xf3\x6f\xbd\x92\xc6\ \x58\x85\xc9\x87\x3f\x29\xfc\x3e\x00\xc3\x34\xc0\x32\x10\x5c\x72\ \xb9\x9c\x22\x91\x88\x8a\xc5\xa2\x72\xb9\x9c\xbd\xfd\xfa\xca\xd6\ \x78\x7c\x60\xa2\x08\x40\x30\x10\xbe\x1c\x04\x26\x72\xfa\xe6\xf7\ \x36\xa4\xb0\xa7\x24\x63\xa3\x08\x22\x54\x35\xa7\x0e\x15\x41\x96\ \x6b\x2f\x97\xcb\xd6\x3f\x4c\xcb\xde\x08\x2f\xc9\x3c\x5b\x7c\x07\ \x06\x0a\x70\x82\xec\x09\x60\x44\xda\xf3\x41\x94\x7f\xe3\xd3\x22\ \x88\x11\x08\x28\xfe\x49\xdd\x29\x82\x08\xdb\xf5\xc0\x62\xc1\x1a\ \x32\x2f\x80\x2a\x3c\x68\xc3\xe1\xd0\xce\x4d\x01\x59\x8a\x7d\x22\ \xa9\xc1\xb0\x20\xf9\x12\xa0\x91\xaf\xc2\xe1\xb0\x1d\x03\xcf\x1b\ \x6d\x52\xa2\x82\x3d\x02\x34\x7a\xe0\xc1\x78\xb2\xc6\xa4\xad\x72\ \x13\x04\x68\xd6\x18\x4c\x11\x4c\x23\x6b\x0e\xc6\xa5\x5a\xad\x9a\ \xaf\x0c\xd0\x82\xf1\xbd\xd9\x6c\x6a\x65\x65\xc5\x40\x98\xaf\x6c\ \xef\x25\x53\xfa\x8f\x2f\x88\x6b\xa6\x4f\x30\x75\x30\x83\xf1\x78\ \xdc\xd6\x2d\x19\x8d\xcc\x1f\xe0\xa2\xdd\x6e\x6b\xdb\xb6\x6d\x9a\ \x9d\x9d\xb5\xeb\x06\x48\x22\xbf\xfa\xfb\xcc\xfb\x94\x00\xac\x1e\ \x84\x7a\x7f\xd2\xd5\xc0\x91\x97\x18\x59\x03\x9e\x01\xf2\x05\x4a\ \xf9\x3c\xe7\x63\x9c\x3d\xe3\xe4\xd9\x31\xc6\xc1\xfb\xcb\x3c\x93\ \xc6\xf1\x7c\x09\x08\x9f\x00\x32\xf9\x4c\x01\x18\x79\x23\xbf\x67\ \xdb\x00\xb7\xfe\x67\xbc\xfc\xd0\x0f\x5e\x90\xbc\xbc\x08\x33\xc9\ \x8b\x94\x7f\x71\xf1\x52\xe8\x68\x34\x9a\x02\xac\x69\x9b\xb6\x69\ \xbb\x75\xcd\xfb\xad\x3c\xab\xe0\x8b\xf6\xf1\x26\x4f\x80\xf0\x9e\ \x9b\x49\xfa\x5e\x92\xc9\x58\xc3\xe1\x66\xfa\x7d\x2a\x95\x52\xb5\ \x5a\xb5\xc0\xc8\xf6\x22\x04\x39\x32\xce\x30\x8b\x7b\x76\x6a\x30\ \x18\xd8\xd6\x38\x04\x05\x00\x18\x92\x00\x41\x00\x06\x8b\x6d\x6e\ \xa8\x43\xe4\x03\x37\xc7\xe5\x58\xf8\x37\x78\xa0\x27\x93\x49\xcb\ \x44\x04\x1c\x15\x0a\x05\xdb\xea\x05\x80\x33\x33\x33\x63\xc7\xf3\ \x6f\xfb\xbc\xa9\x2f\x2c\x2c\xd8\xff\x63\xb1\x98\x4a\xa5\x92\x55\ \x90\xc7\xe7\x85\x87\x24\x9d\x4e\x5b\x06\x5f\x30\x18\xd4\xea\xea\ \xea\xd8\x96\x29\x00\x21\x6f\x14\x26\x6b\x73\xfb\xf6\xed\x0a\x06\ \x83\x9a\x99\x99\x51\xbd\x5e\x57\xab\xd5\x52\xb5\x5a\xb5\x31\x43\ \xe6\x1c\x0c\x06\xda\xd8\xd8\xb0\x6b\x0f\x87\xc3\x26\xc5\x66\x32\ \x19\x33\x64\x0f\x06\x03\x63\xd4\x60\x79\x48\x08\x20\x48\x22\x0d\ \xc6\xe3\x71\x2d\x2d\x2d\xd9\x98\xe2\xa3\x42\x02\xf2\x32\x14\x63\ \x09\xf3\x16\x8f\xc7\xcd\x34\x1f\x8f\xc7\xd5\x6c\x36\xad\xa8\x2d\ \xde\xbd\x7a\xbd\xae\x3b\xee\xb8\x43\xd5\x6a\x55\xb5\x5a\xcd\x58\ \xb4\x54\x2a\xa5\x7b\xef\xbd\x57\x2f\xbe\xf8\xa2\xde\xf3\x9e\xf7\ \x68\x38\xdc\xac\xc6\xfe\xfc\xf3\xcf\x5b\x76\x21\xfd\x65\xdc\x00\ \xd0\x30\x5a\x78\xe4\x98\x03\xcc\xed\x80\x33\x82\x3d\x80\x13\x96\ \x0e\x80\x03\xd0\x9e\x9f\x9f\xd7\xf6\xed\xdb\xad\x3a\x3b\xe3\x02\ \xb8\xa2\x1f\x48\xad\x1e\x58\x4d\x96\x1e\xf0\x66\x77\x80\x89\x67\ \xce\xbc\xfc\xe7\x25\x38\x2f\xcf\x71\xaf\x72\x6f\x72\xaf\xfa\xbd\ \x2c\xfd\xd6\x37\x7e\x9d\x7b\xb6\xe8\x5a\xa0\x88\xe6\x25\x42\x49\ \x63\xc9\x25\xfe\x99\xe0\x65\x47\xcf\x48\xd1\x47\xff\x0c\xf2\x8c\ \x9a\x5f\xef\xb0\xcb\xd4\x4d\x63\xbd\xf9\x17\x20\xbf\xbf\xa7\x07\ \x7b\x53\x80\x35\x6d\xd3\x36\x6d\xb7\xac\x79\x33\x73\x2c\x16\xd3\ \xfa\xfa\xba\x24\xd9\x9b\x22\x6c\x89\xaf\x6f\xc3\x83\x8c\x6a\xd8\ \x78\x6a\xbc\xe1\xda\xcb\x82\xd4\x58\xa2\x5e\x10\x20\x29\x1e\x8f\ \x2b\x9b\xcd\x1a\x73\x23\x6d\x99\xee\x09\x3e\x48\x71\xd5\x6a\x55\ \xd9\x6c\xf6\x8a\xfd\xef\x28\xac\x49\x1d\x26\x52\xb5\x87\xc3\xcd\ \x92\x00\xa4\xfa\x27\x12\x09\xf3\xc7\xe0\x1b\xc3\x27\xb5\xba\xba\ \xaa\xd1\x68\x64\xde\xb0\x9d\x3b\x77\x4a\x92\x2a\x95\x8a\x5e\x7f\ \xfd\x75\x25\x93\x49\xcb\x76\x03\x3c\x90\xb1\x08\x90\xf3\xb2\x51\ \x38\x1c\x36\xb9\x0d\x30\x35\x1a\x8d\x8c\xd5\x23\xb5\x1f\x36\x6d\ \x61\x61\xc1\x82\x2c\x01\x9f\xe0\x9c\xcd\x66\x15\x0a\x85\x2c\x13\ \x0d\x69\x95\xf2\x0c\x6c\xb3\x43\x20\x0d\x85\x42\x56\xc3\x0a\xc9\ \x6e\x30\x18\x98\xd9\x1a\x9f\x12\x81\x08\x10\x18\x0a\x85\xd4\x68\ \x34\xcc\xd8\x8f\xfc\x2b\xc9\x18\x47\x98\x3a\xd6\x00\x9b\x59\x4b\ \x1a\x9b\x73\x24\x54\xc0\xb9\xcf\x68\x24\x1b\x91\xc4\x09\xfc\x33\ \xac\x01\x36\x5f\x26\x13\x32\x99\x4c\xea\xd5\x57\x5f\x35\x46\x68\ \x34\x1a\xd9\x3c\x52\x13\x2c\x1e\x8f\xab\x56\xab\x99\x8f\x2d\x10\ \x08\x98\xa9\x1d\x30\xee\x03\x3c\x25\x2d\x00\x3a\x80\x03\x92\x31\ \x00\xa6\xac\x71\x4a\x32\xe0\xc1\xab\xd5\x6a\x6a\xb5\x5a\xda\xb5\ \x6b\x97\x6e\xbf\xfd\x76\x2b\x23\xc2\x9c\x79\x00\xe3\xd9\x52\xcf\ \xda\xc1\xc4\xf9\xea\xec\x00\x3d\x2f\x51\xfb\x97\x1f\x0f\xa4\xe8\ \x3b\xc7\x61\xfc\x27\xa5\x3d\x00\xd4\x24\xa0\xf2\xec\xa0\x97\x12\ \xf9\x9e\xf7\xff\x79\x8f\x18\x8c\x28\xc7\x01\xcc\x78\x4f\x15\xa0\ \xca\x03\x34\x9f\x68\xc1\x35\x78\x10\xcc\x0b\x92\x4f\x3c\x01\xa0\ \xf1\x0c\xc0\xa0\xef\xbd\x5a\x5e\xb2\xe5\xb9\xe5\x01\xe3\x14\x60\ \x4d\xdb\xb4\x4d\xdb\x2d\x6b\x64\x53\x79\xe9\xce\xbf\xb5\xc2\xe8\ \xf8\x0c\x3a\x8a\x54\x42\xdf\xfb\x9a\x58\xd2\x56\xfd\x1a\x2f\x05\ \xf2\xa0\x24\xc0\xfa\x42\x82\x3c\x6c\xf1\x0b\xf1\x50\xc7\x34\x0d\ \x60\x42\xc2\x99\x99\x99\xb1\x2c\xc6\x85\x85\x05\xed\xdf\xbf\x5f\ \xc1\x60\x50\xc5\x62\x51\xab\xab\xab\x96\xf9\x08\xe3\xf0\xe2\x8b\ \x2f\x2a\x14\x0a\xe9\xae\xbb\xee\xb2\x62\x90\x3f\xf9\xc9\x4f\x54\ \xa9\x54\x34\x3b\x3b\xab\x99\x99\x19\xdd\x73\xcf\x3d\xfa\xc9\x4f\ \x7e\xa2\xe5\xe5\x65\xfd\xee\xef\xfe\xae\x79\xbf\x12\x89\x84\x79\ \xb0\x0a\x85\x82\x0a\x85\x82\x6a\xb5\x9a\x65\xf7\xed\xda\xb5\xcb\ \x02\xd2\x4b\x2f\xbd\x64\xc6\x79\xc6\xb5\x54\x2a\x69\x76\x76\xd6\ \x02\x3e\x1e\x21\xc6\x90\x20\xe6\xab\xbd\x03\x00\x92\xc9\xe4\xd8\ \x36\x31\x54\x6f\x87\xf5\x6a\xb7\xdb\x5a\x59\x59\xb1\x92\x18\x98\ \xf7\x29\x18\x9a\x4a\xa5\x0c\x20\x63\x32\xc7\xdc\x4f\x31\x4e\xef\ \xf1\x42\x4e\xa5\x35\x9b\x4d\x93\x5b\xd9\x3c\x9a\x20\xdf\xef\xf7\ \x4d\x2e\xf6\x69\xff\x5e\xb2\xf1\x20\xcd\x9b\xe9\x61\x78\x28\x95\ \xc0\xda\x42\x72\x45\x6e\x23\x43\x2c\x14\x0a\x99\xe7\x66\x38\x1c\ \x6a\x6e\x6e\xce\xaa\xd9\x03\x12\x56\x57\x57\xc7\xd8\x20\xd6\xe0\ \xa4\xef\x2a\x18\x0c\xda\x76\x41\x30\x24\x7e\x9b\x25\x1f\xa8\x61\ \xd9\x60\xa3\x7c\xe9\x8a\xdb\x6f\xbf\x5d\xbb\x77\xef\x36\xe6\x8a\ \xcc\x4f\xcf\xe4\x32\x06\x80\x69\x40\x81\x07\xe2\x1e\x6c\x00\x28\ \x3c\x50\x01\x94\x79\xbf\xd1\x68\x34\x1a\xcb\x9a\xf5\xfe\x48\x69\ \xdc\xa4\xee\x3d\x56\xcc\x83\x07\x75\xde\xc4\x2e\x6d\x6d\xfc\xcc\ \x8b\x10\x7d\xf4\x5e\x2b\x69\x0b\xc0\x4d\x7e\xdf\xdf\xcf\x5e\x86\ \xf4\xb2\xa5\x97\x98\x7d\x86\x20\xf7\x3d\x9f\xf1\x63\xe4\x25\x53\ \xc6\xc9\x67\xe3\x7a\xd6\xd1\x9f\xff\x86\x6f\xf6\x3c\x6d\xd3\x36\ \x6d\xd3\xf6\x76\x9b\xa7\xfd\x79\x78\x92\x6d\x47\xa6\x0e\xfe\x1a\ \x02\xa0\xf7\x91\x20\x0d\xf1\xe0\xf6\x01\x85\x4d\x91\xc9\x9c\xf2\ \x19\x63\xfe\x18\xb0\x52\xbe\xec\x03\x41\x9c\x87\x28\xd2\x4c\x3e\ \x9f\x57\xb9\x5c\xd6\xc6\xc6\x86\xa4\xcd\x0d\x94\xd9\x96\x07\x26\ \x8a\x2d\x7a\xe2\xf1\xb8\x7e\xfc\xe3\x1f\xab\xd1\x68\x68\x7d\x7d\ \x5d\x3f\xfa\xd1\x8f\xb4\xb2\xb2\xa2\x5a\xad\x66\xd9\x8a\xa5\x52\ \x49\xe9\x74\x5a\x3f\xff\xf9\xcf\x75\xf9\xf2\x65\x75\xbb\x5d\xfd\ \xf2\x97\xbf\xd4\xca\xca\x8a\x46\xa3\x91\xc9\x73\xc8\x64\xe5\x72\ \x59\xaf\xbd\xf6\x9a\x06\x83\xcd\x7a\x57\xaf\xbf\xfe\xba\x65\x97\ \x51\x2a\x80\x2c\x47\xbc\x32\x7c\x36\x1c\x0e\x9b\x94\x41\x6a\x3f\ \xfe\x9e\x66\xb3\x39\x56\xde\xc0\x03\x99\x4c\x26\x63\x15\xc0\xf9\ \x2e\x5e\x9f\x6c\x36\xab\x8d\x8d\x0d\x75\xbb\x5d\xf3\x07\x11\x98\ \x38\x0e\x20\x27\x95\x4a\x99\x44\xc9\xf1\x99\x4f\x00\xde\x9e\x3d\ \x7b\x74\xcf\x3d\xf7\xe8\x8e\x3b\xee\xb0\xeb\xb9\xfb\xee\xbb\xf5\ \xbe\xf7\xbd\x4f\xfb\xf7\xef\xd7\xfc\xfc\xbc\x5a\xad\x96\x72\xb9\ \x9c\x65\xe5\x49\x5b\xcc\xc1\x64\x39\x0c\x58\x1a\x2f\x45\x01\xf2\ \xc8\x02\xe3\x5a\x00\xf0\x04\x51\x40\x36\x3e\x33\x24\xcb\xd9\xd9\ \x59\xab\xcd\x86\xb4\x56\x2e\x97\x2d\x28\xc3\x76\xf9\xc6\xf5\x02\ \x12\xbd\x29\x1b\x69\x0a\x40\xe8\x0b\x6f\xf2\x5d\x64\xc6\x60\x30\ \xa8\xf9\xf9\x79\xdd\x76\xdb\x6d\x4a\x24\x12\xb6\x79\x33\xeb\xdf\ \x17\xb9\xf4\x65\x1e\x3c\x38\xf0\xf2\xd9\xa4\xd1\xdf\x83\x19\xef\ \xcf\xe2\xde\xf4\xeb\xc3\x27\x4e\x48\xe3\x19\x7b\xde\x53\x09\xd0\ \xe3\x7c\x30\xd1\x34\xcf\xb2\xe1\x0b\xa4\xcf\xfe\xbc\xcc\x2b\x7f\ \xfc\x0b\x15\xc7\xf1\xe7\xf2\x46\x75\xbe\xe3\x3d\x62\x5e\xb2\xf7\ \x66\x77\x9e\x11\x3c\x33\x7c\x82\x0a\x92\xb7\x2f\x07\x02\xc8\xf6\ \x6c\x1a\xf3\x3a\x65\xb0\xa6\x6d\xda\xa6\xed\x96\x35\x1e\x74\x80\ \x00\x98\xa6\x40\x20\x60\x9b\xe6\xe2\x8f\x61\xef\xbb\xc9\xc0\x4a\ \xe0\x91\x64\x1e\x25\xaa\xba\xc3\x04\x4c\x6e\x3b\x42\xf0\xa8\x54\ \x2a\xe6\xff\xf1\xc7\x25\x40\x93\x09\x56\xaf\xd7\x8d\xf1\x40\x06\ \x6b\xb5\x5a\x5a\x5e\x5e\x36\x69\x8f\x0a\xd9\xab\xab\xab\xea\xf7\ \xfb\xf6\x99\x7e\xbf\x6f\x19\x73\xff\xfd\xdf\xff\xad\x5a\xad\x66\ \xfb\x07\xd6\x6a\x35\xfd\xe7\x7f\xfe\xa7\x99\x9a\x83\xc1\xa0\x5e\ \x7c\xf1\x45\x2d\x2e\x2e\x1a\x43\x24\xc9\x3c\x65\xe9\x74\x5a\xa5\ \x52\xc9\xa4\xc7\x58\x2c\xa6\x9f\xfd\xec\x67\xc6\x60\xb0\x5d\x8b\ \xf7\x9e\x70\x3d\xf4\x1f\xd6\x81\xb2\x18\x3e\x20\xd0\xbc\x74\x02\ \x08\xe3\xf7\xd4\x87\x8a\x46\xa3\xda\xbe\x7d\xbb\x02\x81\x80\xc9\ \x8e\x92\xcc\xcf\x06\x90\x22\xa8\xc1\x1e\x7a\xc6\x88\x39\xe5\x73\ \xbe\x2e\x14\xc0\x18\xf6\x88\x2d\x73\xbc\xfc\x1b\x8d\x46\x4d\xc2\ \xcd\xe7\xf3\xc6\x1e\x00\xf0\x90\x52\x3d\xc0\x62\xae\x3d\xd8\xa0\ \x90\xad\x37\xa5\x67\x32\x99\xff\xcf\xde\xbd\xed\xb8\xb6\x65\x69\ \xa1\x6e\xb6\xe3\x6c\x3b\xc2\x71\x9a\x73\x66\xae\xb5\x2a\xb3\x54\ \x85\x4a\x08\x81\xc4\x0d\x2a\x89\x2b\x84\x78\x08\x9e\x81\x97\xa8\ \xb7\xaa\x3b\xe0\x0e\x90\x40\x5c\x81\x80\x85\x2a\xc9\x5c\x99\x6b\ \xae\x79\x8a\x83\xed\x38\x3b\xec\x7d\x11\xf5\xf5\xf8\x3d\x72\x22\ \x36\x7b\x83\xd6\x8d\x87\x34\x35\x23\xc2\xc3\x63\xf4\x43\xeb\xad\ \xfd\xed\x6f\xad\xb7\x5e\x9f\x3f\x7f\x6e\x79\x70\x19\xc2\xb3\xd3\ \x55\x4e\x15\x50\x6d\x23\x04\xf9\x31\x96\xe4\x54\xdb\xb1\x7c\x58\ \xd2\x4c\x94\x96\xcb\x97\x3b\x0a\x6f\x6f\x6f\xdb\x86\x8c\x83\x83\ \x83\x1a\x8d\x46\x2d\x0c\xdc\x0d\xbb\x01\x63\xd8\xb3\x6e\x48\x2d\ \xf3\x97\x92\x6d\xc9\xf9\xd2\x6e\xa0\xd1\x9c\x24\x80\xf2\xcc\x04\ \x68\xd6\x4f\xb2\x46\x09\x7c\x92\x25\xcb\xfc\xcb\xcc\xcd\x03\xc2\ \xbe\xb6\xc3\x2f\xef\x35\x96\x2e\xed\x48\x76\x2a\x43\x87\x99\x43\ \x86\x95\xd5\x2e\x0e\x09\xd0\x0d\x10\xe7\x8e\x48\x8e\x9e\xfb\xbb\ \x09\xfd\x29\x5f\x2d\xac\xfa\xff\x5d\x35\x6e\xae\xcd\xb5\xb9\x36\ \xd7\xff\xbf\x2b\xc3\x38\xd7\xd7\xd7\xed\x6f\x6a\x31\x55\xbd\x6e\ \x9b\xf7\x73\x7a\xaf\x0c\x9e\x0a\xe0\x14\xa3\xda\x4e\xd3\xe9\xb4\ \x9d\xf3\x67\x77\x9e\x5a\x50\x77\x77\x77\x35\x9f\xcf\xeb\xc7\x1f\ \x7f\xac\x0f\x1f\x3e\xd4\xed\xed\x6d\xdd\xdf\xdf\xb7\x33\xde\xe4\ \x5e\x00\x81\x94\x3a\x43\x4b\x99\x5e\x5d\x5d\x35\xe5\xac\x7d\xbc\ \xf4\x4c\x3e\xd6\xb7\xcc\x25\xea\xf7\xfb\x2d\x64\x09\x14\x00\x76\ \x3c\xec\xbb\xbb\xbb\xba\xbb\xbb\xab\x8b\x8b\x8b\xfa\xaf\xff\xf5\ \xbf\xb6\x90\x90\xc2\xa2\xc3\xe1\xb0\x85\xef\x9c\x31\x28\x24\xc8\ \x1b\x17\x1a\x03\x40\xab\x5e\x41\x5b\xee\x92\xea\xf7\xfb\xcd\x43\ \xd7\x3f\xec\x12\x96\x8f\xe1\xb9\xbe\xbe\x6e\xe3\x82\x39\xcc\xe4\ \x60\xcf\xd6\x2e\x39\x4a\x72\xc2\x84\xc9\x24\xcc\x67\xee\xcd\xe3\ \xe3\x63\xdb\x39\x79\x7f\x7f\x5f\x57\x57\x57\x8d\xb9\x3a\x3f\x3f\ \x6f\x49\xfa\xb9\xdb\x0f\x28\xb4\xcb\x2b\xc3\x37\xce\x64\x54\x4c\ \x14\xe8\x48\x16\x42\xf5\x77\xcf\x3c\x3c\x3c\x6c\xa0\xd6\x98\x9f\ \x9d\x9d\xb5\x67\xe6\x4e\x45\x00\xd4\xd8\xe7\x06\x03\xe3\x63\x9e\ \x8f\x8e\x8e\xda\xfc\xb8\xac\x81\xae\x23\x20\x4c\x28\x41\x7c\x6f\ \x6f\xaf\x4e\x4e\x4e\x6a\x32\x99\xb4\xb1\xce\xf5\x60\x3d\xb9\x1f\ \xe0\xc3\x6e\x55\xad\xe7\x09\x25\xc8\x01\x4c\x94\xdc\x30\x2e\x09\ \x90\xf2\xbe\x04\x5e\x99\x9f\x65\x5d\xfa\x07\xa8\x03\xae\x5d\x90\ \x67\xae\x12\x3c\x25\xb8\x01\x18\x5d\xc9\x98\x65\x3b\xb2\x66\x55\ \xea\x17\x7f\x03\xaa\x32\x04\x99\x0c\xde\xfe\xfe\xfe\x5a\xca\x82\ \x77\x0a\xa1\xe7\xa1\xd2\x19\xc2\xd4\xdf\x2e\xbb\x36\x18\x0c\x36\ \x00\x6b\x73\x6d\xae\xcd\xf5\xf3\x5d\xab\xd5\xaa\x85\x61\x18\x0b\ \x1e\xbd\x42\x9f\x94\x16\x63\x2d\x27\x8b\x22\x4e\xa3\x4f\xe1\xda\ \xe1\xc7\x88\x03\x32\x80\xc0\xce\xce\x4e\xcd\x66\xb3\x5a\x2e\x97\ \xf5\xe5\xcb\x97\xba\xbc\xbc\x6c\x00\x6f\xb1\x58\xb4\x32\x0c\xfe\ \xf1\xa6\xaf\xaf\xaf\x1b\xd3\x95\x79\x3f\x55\xd5\xd8\xb5\xc3\xc3\ \xc3\xa6\xa8\x81\xb3\xd1\x68\xd4\x9e\xed\x33\x8c\x0e\x86\x86\xf2\ \xbf\xbc\xbc\xac\xdf\xfe\xf6\xb7\xf5\xfe\xfd\xfb\x7a\x7e\x7e\x3d\ \x78\xf9\xfa\xfa\xba\xae\xae\xae\xaa\xaa\xda\xee\xbb\x37\x6f\xde\ \xb4\xfc\x27\xe3\x09\x90\x52\xf4\xd8\x2b\xe3\x9c\xa1\x55\xf5\xc6\ \x30\x1f\x99\x64\x7e\x71\x71\xd1\xea\x3b\xfd\xf8\xe3\x8f\xf5\xf1\ \xe3\xc7\xb6\x01\x60\xb9\x5c\xd6\xc7\x8f\x1f\xeb\xb7\xbf\xfd\x6d\ \x0b\xa3\x62\x28\x30\x7a\x0c\x97\x1d\xa1\xb9\x03\xab\xaa\xda\xd8\ \x32\xb8\xea\xa0\x09\x73\xca\x61\x02\xdc\x6c\x0e\xc0\x90\x01\x28\ \x4a\x31\x64\xd8\x4b\x28\x50\xae\xd5\xf6\xf6\x76\x8d\x46\xa3\xb5\ \xa4\x69\x63\x63\x6e\x67\xb3\x59\x6b\x83\x10\x91\x32\x08\xe4\x50\ \x48\xd8\x66\x86\xd5\x6a\x55\x7f\xf8\xc3\x1f\x1a\xb8\x4a\xc6\x04\ \x23\x97\x6c\x8c\xfc\x3d\xed\x33\x37\x55\xaf\xa7\x05\x58\x03\x79\ \xe6\xa0\x9d\x96\x6f\xdf\xbe\x6d\x79\x74\xe9\x74\x00\x2a\x99\x67\ \x04\x08\xfa\xdc\x78\x65\xbe\x54\x26\xb0\x9b\x13\xeb\x28\xc7\xd4\ \x67\xdd\x1a\x55\x99\x03\xc5\xb9\x20\xe7\xfe\xa5\x2c\x08\x81\xba\ \x2f\xd9\xa8\x4c\x8c\xcf\x1d\x7f\x92\xd3\x13\x50\x79\x47\x02\x24\ \xc0\x14\xb0\xcc\x77\xe4\xbd\xfa\x95\x4e\x8e\x4d\x36\x40\xb3\xfb\ \xba\xce\x46\xe6\xfb\x91\x5f\xe3\x9e\xa1\xce\x06\x26\xff\x77\x15\ \xe2\xe6\xda\x5c\x9b\x6b\x73\xfd\x9f\xba\x72\xa7\x8f\x10\xcf\xd3\ \xd3\x53\xdb\x32\xcf\xd0\x66\x5e\x08\x45\x9e\xf9\x1a\x58\x0a\xbf\ \x3b\x94\x17\xb0\x1a\x0c\x06\x75\x78\x78\x58\x47\x47\x47\x8d\xe6\ \xcf\x7c\x2b\xc6\x78\x67\x67\xa7\xd5\x73\x02\x8c\x14\xc9\xb4\x5b\ \x51\xd8\xa6\xea\xc5\xa8\xa8\x63\x05\xcc\x65\x1e\x50\x56\x02\xa7\ \xf0\x81\x37\x60\x4f\x78\x8a\x52\x3f\x3b\x3b\x6b\xf9\x47\x00\x87\ \x62\xac\x0e\xc7\xbe\xbd\xbd\x6d\x89\xe6\x9f\x3e\x7d\xaa\xfb\xfb\ \xfb\x56\xdd\x9d\x31\xa7\xe4\x85\x22\xbb\xc9\xbc\x6a\x39\x61\x5f\ \xf2\xcc\x36\xc0\x40\x28\x0d\xb0\x4c\x2f\x7e\x34\x1a\xd5\xfb\xf7\ \xef\xdb\x39\x84\xf7\xf7\xf7\x75\x7d\x7d\x5d\xff\xe9\x3f\xfd\xa7\ \x76\x1f\xe0\x71\x71\x71\xd1\x76\x71\x1e\x1c\x1c\x34\xc6\x0a\x38\ \xb0\x29\xb1\x96\x00\x00\x20\x00\x49\x44\x41\x54\xad\x7a\x61\xaa\ \x12\x3c\x1b\x4b\x21\x64\xf5\xbf\x30\x8f\xae\x04\x03\xda\x9d\xcc\ \x9a\x3c\xac\x4c\xae\x16\x5e\x55\xab\x2a\x93\xd0\xab\x5e\x0e\x21\ \x3f\x3a\x3a\xaa\xc5\x62\x51\xa7\xa7\xa7\x0d\xec\xd9\x04\x61\xce\ \x07\x83\x41\x4d\xa7\xd3\x26\x8f\x0e\xbe\x96\xef\x46\x1e\xc9\xe2\ \x3f\xfa\x47\xff\xe8\x8f\x36\x68\x64\x28\xad\x6a\x3d\xa7\x67\x77\ \x77\xb7\xce\xce\xce\x6a\x32\x99\xd4\x2f\x7f\xf9\xcb\xc6\x7c\x25\ \xb0\x97\xaf\x98\xf9\x42\xfa\x8c\x81\x4d\xe6\xc9\x18\x64\x38\x3c\ \x01\x47\x32\x6b\x09\x1a\x32\xdc\x5c\x55\x8d\x89\xcc\x30\x1b\xf6\ \x2f\x81\x56\xb6\x4d\xff\xba\x80\x30\x59\xb2\x0c\xc3\x66\x5e\x57\ \x86\x35\x33\x74\xd9\x0d\x13\x66\xc8\x34\x19\x5a\xf2\x9f\x21\x4a\ \x72\x01\xfc\x77\x73\x33\x31\x9d\xc9\xaa\x65\x29\x97\xaa\x6a\xa0\ \xcc\xf8\xae\xbd\xe3\xff\xa5\x1e\xdc\x5c\x9b\x6b\x73\x6d\xae\xff\ \xe3\x57\xaf\xd7\x6b\x21\x1d\x4c\x88\xbc\x16\x00\x8a\xb1\x01\x56\ \x28\x6b\x8a\x2c\x43\x11\x3c\x5c\x5e\xab\xdf\x79\x9b\x58\x2d\xec\ \xc1\xee\xee\x6e\xcb\x43\xca\x43\x99\x19\x08\x80\x23\xc3\x58\x72\ \x6d\x84\x0d\xa6\xd3\x69\x55\x55\x63\x2d\x80\xa7\xe9\x74\xda\x8a\ \x76\xea\x27\x65\x7f\x77\x77\x57\x83\xc1\xa0\x8e\x8f\x8f\x6b\x3a\ \x9d\x36\x66\xeb\xe1\xe1\xa1\x25\xcb\x0f\x87\xc3\xb5\x73\xd9\x86\ \xc3\xe1\x1a\x7b\x23\xd9\x5e\xb9\x04\xf9\x62\xe3\xf1\xb8\x9d\x4d\ \xb7\x58\x2c\xea\xe2\xe2\xa2\x26\x93\x49\xf5\x7a\xbd\xc6\xbe\xdc\ \xdf\xdf\xd7\xdd\xdd\x5d\xfd\xe1\x0f\x7f\x68\x06\x10\x30\x49\x23\ \x69\x5c\x86\xc3\x61\x9d\x9e\x9e\xb6\xbf\xcd\xe7\xf3\x66\xf4\x93\ \xe9\xdb\xda\xda\xaa\x0f\x1f\x3e\x34\xb0\x84\x19\xfb\xf8\xf1\x63\ \x63\x10\x19\x40\xe1\x30\x67\x44\x2e\x16\x8b\xfa\xfd\xef\x7f\x5f\ \xff\xf9\x3f\xff\xe7\xfa\xe1\x87\x1f\xea\xe9\xe9\xa9\xa6\xd3\x69\ \xfd\xf4\xd3\x4f\x2d\x0c\xfb\xf8\xf8\xd8\x98\x47\xf2\x23\x2f\x49\ \x1f\xab\xaa\x85\xfa\x72\x77\xe4\x7c\x3e\x6f\xe1\x5d\xc6\xf9\xf9\ \xf9\xb9\x81\x10\xcf\x33\x2f\xda\x27\x69\xfd\xf0\xf0\xb0\x76\x77\ \x77\xeb\xea\xea\xaa\x85\x01\x7b\xbd\x5e\x7d\xfa\xf4\x69\x8d\xa1\ \x01\xec\xe4\xc2\x31\xfa\x0e\xa3\x4e\x10\x9b\x21\xac\x5e\xaf\xd7\ \x42\x98\xbd\xde\xcb\xc1\xdf\xe7\xe7\xe7\xd5\xef\xf7\x5b\x58\x10\ \xfb\x9a\xe0\x00\xd8\xa8\x7a\xdd\x45\x97\x6c\x98\x35\x93\xac\x56\ \xd5\x6b\xe9\x13\xe0\xca\xe7\x00\x57\xe6\x51\x19\x9b\x0c\xed\x25\ \xa3\x93\x6b\x25\x7f\xdf\xda\x7a\x39\x5c\xda\x78\xe7\xe7\x55\xeb\ \x09\xea\xd6\x50\xae\x65\xcf\xf1\x59\x86\xe0\x52\x07\x90\x4b\xef\ \x34\x36\x09\xb4\xb0\x5b\xc0\x34\xc0\x97\xf2\xe0\x73\xe0\xb8\xaa\ \xd6\xf2\x3b\x31\x72\x09\x2c\x33\x34\xa8\x7f\xfa\xba\x01\x58\x9b\ \x6b\x73\x6d\xae\x9f\xed\x62\x74\xab\x5e\x93\x9a\x6f\x6e\x6e\xea\ \xe6\xe6\xa6\x46\xa3\x51\x33\x08\x00\x08\x26\xc8\xce\xae\xf4\x84\ \x01\x0c\xc5\x19\x25\xab\x3e\x3c\x3c\xd4\x6c\x36\x6b\x79\x3b\x42\ \x37\x2a\xbe\x2b\xb4\xa9\x1e\x54\x55\xad\x1d\x3d\x03\xa8\x0d\x06\ \x83\x56\xf2\x80\x81\x13\x3a\x9a\xcf\xe7\xed\xbb\xe3\xf1\xb8\x79\ \xcc\xca\x16\x60\x63\x80\x37\x4a\xd8\xee\x40\xe1\xa8\xd5\xea\xa5\ \x1e\x96\x82\x99\x42\x74\xf2\x77\x9e\x9e\x9e\xea\xe4\xe4\xa4\x31\ \x73\x40\x67\x86\x6a\x30\x6c\xfd\x7e\xbf\xb5\xb5\xea\xd5\x90\xd8\ \x75\xf8\xbb\xdf\xfd\xae\x8d\x2b\x23\x94\x07\x18\xf7\x7a\xbd\xb6\ \x63\x10\xc8\x14\x1e\x35\xd6\x87\x87\x87\xed\x08\x9f\x87\x87\x87\ \x1a\x0e\x87\xf5\xed\xb7\xdf\xb6\x5c\x28\xed\xc3\xbe\x98\x2b\xac\ \x62\x32\x8e\x8c\x95\x9c\x1b\x67\x25\xde\xde\xde\xd6\xe7\xcf\x9f\ \x9b\xd1\x05\x44\xd3\x50\x57\x55\xab\x77\x06\x60\xcb\xb7\x03\xa0\ \x30\x7b\x40\x24\x50\x32\x1e\x8f\xeb\xf1\xf1\xb1\x01\xb5\xed\xed\ \xed\x3a\x39\x39\xa9\xcb\xcb\xcb\xc6\x8c\xf6\xfb\xfd\x56\x2a\xa2\ \xaa\x1a\x68\x58\xad\x56\x6d\x07\xa1\xb0\x61\xce\xc3\x68\x34\x5a\ \xcb\x59\x02\xaa\x00\xd7\xd1\x68\xd4\x0e\x04\x37\xc6\x18\x32\x3b\ \x17\x73\xb7\xa2\xbe\xb9\xba\xf9\x60\x09\x9e\x92\x91\x03\xb4\x92\ \x25\x23\x0f\x09\x5c\xb2\x54\x81\x76\xe6\x73\x32\xff\xa8\xea\x95\ \x09\x4b\x90\x07\xb4\x61\x84\x81\xb6\xaa\x6a\x63\x99\x00\xb9\x0b\ \xe0\xc8\x5e\xb2\xba\xf9\xcc\xaa\x6a\xb9\x7b\x9c\x24\x60\xd0\xb3\ \x7d\xc7\xbc\x6b\x2b\x99\x26\x13\xc0\xa7\x50\x7e\x16\x1c\xce\x70\ \xa4\x67\x27\xa3\x97\x3b\x4e\xab\x6a\x0d\x70\x36\xd0\xf7\xbf\x56\ \x81\x9b\x6b\x73\x6d\xae\xcd\xf5\x7f\xe7\x02\x92\x32\x34\xc0\x28\ \x0a\x0d\x65\xa8\x08\xb0\x39\x3b\x3b\xab\x7f\xfa\x4f\xff\x69\x53\ \xde\x19\x82\x13\xe6\xc3\xf8\xe4\x6e\x2e\x61\x41\x06\x43\x32\x2b\ \xa0\xb0\x58\x2c\x5a\xbe\x14\xc0\x21\x47\x46\xe9\x07\xc6\xdd\xb1\ \x36\x0c\xa3\xf0\x1b\x16\x2b\x43\x67\x19\xba\xea\xf5\x7a\x8d\xc1\ \x9a\xcf\xe7\x2d\x14\x88\x3d\x53\x6d\x7e\x30\x18\xb4\x90\x13\xc3\ \x91\x49\xda\x5d\x40\x0a\xa4\xf8\x97\x8c\x17\x90\x24\x09\x5b\x08\ \x29\x0f\x75\xde\xde\xde\xae\x0f\x1f\x3e\xd4\x0f\x3f\xfc\xb0\x16\ \x0e\x31\x2f\xc0\xa2\xd0\x2d\x50\x21\x1c\x68\x7c\xce\xcf\xcf\x5b\ \xfd\x28\xcc\x16\xa0\x66\x3e\x85\x28\xbb\x80\x41\xee\x13\x50\x7a\ \x72\x72\x52\x27\x27\x27\xed\xfb\xc6\x2f\x19\x4e\x46\x16\x1b\xf6\ \xb5\x84\x7b\xef\x02\xd2\x31\x98\x80\xc9\xfd\xfd\x7d\x9d\x9d\x9d\ \xb5\xdf\xf7\xf7\xf7\x6b\x3a\x9d\xd6\xe9\xe9\x69\xcb\x05\x24\x93\ \x27\x27\x27\x0d\x48\x61\xd6\xb4\x19\x08\xcd\x50\xb6\x3e\xda\x05\ \x69\xce\x15\x9d\x65\xa0\x1d\x76\x4d\x16\xf7\xf7\xf7\x6b\x3c\x1e\ \xb7\x43\x9b\x01\x9b\x4c\x58\x67\xe4\x33\x37\xc8\x9c\x60\x7a\x30\ \x31\xee\xc3\xb0\x76\x19\x5f\xf3\xec\x33\x8e\x40\x02\x6e\x17\x26\ \xd6\x9a\xcb\xb0\xa0\xd0\x2f\x86\x48\xe2\x3d\x39\xae\x7a\x4d\x8a\ \x37\x46\x7e\xc6\x3e\x25\xc8\xd3\x3e\x0c\x53\xe6\x6c\xe9\x5f\xe6\ \x8b\x01\x6c\x40\x57\x32\x60\x9e\x2d\x3c\x2c\x4f\x52\xfe\x67\xe6\ \xa7\x65\x2e\x5a\xf6\x1d\xd8\xd2\xd7\x04\x69\xda\xe2\xda\x00\xac\ \xcd\xb5\xb9\x36\xd7\xcf\x76\x61\x44\x28\xe5\xf4\xc4\x85\x59\x92\ \x76\xa7\x80\xa7\xd3\x69\xfd\xdb\x7f\xfb\x6f\xff\x28\xc9\x96\x81\ \xa1\x40\xcf\xce\xce\xea\xe0\xe0\xa0\x95\x49\xf8\xfc\xf9\x73\x03\ \x46\xf2\x98\x28\x70\x06\xf9\xe2\xe2\xa2\x96\xcb\x65\xdb\x99\x97\ \xd5\xb8\xf3\x1c\xbe\xaa\x97\x3c\x14\xc5\x37\xb3\xde\x12\xa3\x6e\ \xf7\x99\x7e\x65\x5e\x0c\x4f\x99\xf7\x8c\xf5\x59\x2c\x16\xf5\xe5\ \xcb\x97\xba\xba\xba\xaa\xc5\x62\xd1\x3c\xf4\x0c\x49\xc8\x07\x9b\ \xcf\xe7\xcd\x30\xce\xe7\xf3\x66\x40\x00\xa0\x3c\x57\x4d\x82\xb1\ \x73\x1c\x8f\x8f\x8f\xeb\xed\xdb\xb7\x6d\xfc\x93\x3d\x30\x2e\x76\ \x0e\xbe\x7b\xf7\xae\x8e\x8f\x8f\xab\xaa\x1a\xd0\xb9\xbb\xbb\x5b\ \x2b\xda\x6a\x9c\x80\x40\x39\x2c\x72\x9f\xf4\x17\xfb\x80\xe1\x03\ \xcc\x80\x02\x49\xee\x0e\xac\xb6\xb3\xd3\x2e\x44\x95\xd6\xb1\x0b\ \x42\x66\xda\x66\xbc\x25\x90\x3b\x54\x39\x37\x38\xa8\xed\x25\xb7\ \x4a\x3b\x87\xc3\x61\x4d\x26\x93\x5a\x2c\x16\x75\x7d\x7d\x5d\xef\ \xde\xbd\x6b\x63\x0e\xb0\x1a\x6f\xe5\x21\x94\x8e\xe8\xe6\xe7\x30\ \xd6\x0c\xb2\xc2\xad\x29\xdf\xee\x75\xae\x21\x40\xad\x0f\x87\x87\ \x87\xad\x5d\x40\xd5\xfe\xfe\x7e\x0b\xa3\xaf\xed\x58\x0b\x50\x92\ \x47\xee\x74\x81\x95\x71\x73\x65\xa2\x78\x97\xa5\x21\xeb\x99\xbf\ \xe4\x02\x40\x84\xe7\x00\x2e\x60\xd6\x73\xf7\xf6\xf6\x1a\x73\x95\ \xd5\xd9\x01\x9b\xee\xe6\x84\x6e\x5b\x00\x24\x72\xaa\xcf\xd2\x00\ \xd6\x00\x4d\xff\x15\xd2\x64\x6e\x99\xf5\x97\x79\x67\x4e\x02\xf0\ \xfe\x1c\xc3\x7c\x57\xe6\x9e\x25\x73\x07\x34\xcb\xfd\x4b\xbd\xb0\ \xc9\xc1\xda\x5c\x9b\x6b\x73\xfd\xec\x97\x24\x68\xca\x4d\x18\x8c\ \x02\xb5\x3b\x4e\x7d\x1a\xc0\x61\x6f\x6f\xaf\x7e\xfd\xeb\x5f\xb7\ \xef\x02\x60\x14\xe9\x9f\xfc\xc9\x9f\xd4\xe1\xe1\x61\x55\xbd\x6e\ \x19\x1f\x0e\x87\x4d\x81\x0a\x2f\x4c\xa7\xd3\xf6\x5e\xe1\x20\xf9\ \x40\x55\xd5\xbc\x6e\x40\xee\xe9\xe9\xa9\x85\x2e\x9f\x9e\x9e\x6a\ \x36\x9b\x35\x0f\x1d\xbb\xe5\x59\xda\xc6\x20\x52\xe8\xbc\xf0\x64\ \x0c\xec\x58\x92\xd7\x65\xb7\x1e\xb6\xec\xe8\xe8\xa8\xce\xce\xce\ \x1a\x23\xc7\x80\xab\x3a\x0e\xf0\x60\xa7\xe4\x79\x01\x4d\xd8\x84\ \xaa\x6a\xc6\xc0\xee\x44\xbb\xfc\xe4\x1c\x39\x12\x48\xa2\xbf\x33\ \x0c\x17\x8b\x45\x5d\x5e\x5e\xd6\xc3\xc3\x43\x33\xf0\xce\xf6\x63\ \x5c\xf5\xe7\xe6\xe6\xa6\x8d\x09\x23\xaa\x3f\x76\x78\x61\x26\x81\ \x4d\x9f\xa9\x79\x05\xcc\x62\x7b\xe4\x0c\x49\x2a\x57\x46\x23\x43\ \x49\x76\x01\x32\x7a\x99\x47\x34\x1c\x0e\xd7\x0e\x98\x36\x37\x0e\ \x94\x1e\x8f\xc7\xcd\xf0\x02\x97\xe4\x12\x43\x96\x47\x33\x2d\x97\ \xcb\xfa\xf4\xe9\xd3\x1a\xfb\x21\xc4\x87\x05\x4d\x06\xf1\xf8\xf8\ \xb8\x7a\xbd\x97\xf3\x27\x19\x6a\x0c\xe7\x77\xdf\x7d\x57\xa7\xa7\ \xa7\x4d\x86\x47\xa3\x51\xdb\x60\x61\x77\x5b\xe6\x95\xa5\xcc\x19\ \x77\x6c\x4c\xe6\x3b\x61\x58\xc9\x41\x1e\xeb\x92\x80\x2c\xe7\xae\ \xaa\xd6\x0a\x96\xfa\x9b\x35\x91\x79\x65\xe4\x4c\xe8\x13\x78\x04\ \xa6\xf7\xf7\xf7\xdb\xf1\x36\x1c\x11\x6d\x4e\xc6\x09\x08\xcd\x70\ \x61\xb2\x47\x99\xeb\xa5\x5d\xae\x2c\x57\xa1\x2f\x80\x70\x96\xca\ \xa8\x7a\xcd\xa3\x4a\x30\xe7\xf9\x09\xa0\x32\x27\x2d\xf3\xc3\xb2\ \x6d\xe6\xb7\xfb\x1d\x63\xbb\xb5\xb5\xb5\x01\x58\x9b\x6b\x73\x6d\ \xae\x9f\xef\xca\x64\x61\x67\xac\x55\x55\xab\xfd\x44\xf1\xa6\xb7\ \x79\x7f\x7f\x5f\xef\xde\xbd\xab\xb7\x6f\xdf\xae\x1d\xa4\x4b\x01\ \x56\x55\x7d\xfc\xf8\xb1\xe5\x54\xa4\xb2\x95\x07\x94\xca\x3f\xab\ \x98\x33\x44\x80\x8e\x90\x53\xd5\x6b\x01\x43\x6c\x86\xad\xf3\x72\ \xa4\x32\x24\xa3\x9d\x0f\x0f\x0f\x6b\x55\xdf\xe5\x3c\x55\xbd\x1e\ \x65\x22\x77\x08\x30\x60\x40\x15\xd9\x54\xa2\x20\x81\x49\xaf\xd7\ \x6b\xb5\x90\x24\xdc\xfb\x4e\x86\x73\xf4\xc7\xcf\x55\xaf\xc7\xd6\ \x38\x67\x30\x13\x97\xcf\xce\xce\xd6\x72\x85\xb0\x1d\xb3\xd9\xac\ \x66\xb3\x59\x63\xdc\xb0\x63\x42\x60\x7e\x76\x90\x76\xee\xfa\xc4\ \x5a\x19\x73\x00\x33\xeb\x32\x69\xb3\x90\xb1\x0d\x05\x8a\xb7\xca\ \x6f\x02\xb2\x92\x0d\xc9\x1c\x22\xed\x11\xc2\xc3\x20\x02\x49\xc0\ \xaf\x71\xc1\x62\x01\x2f\x18\x2f\xe7\x19\x66\xd5\xf7\x5e\xaf\xd7\ \xce\x9b\x04\xca\x7f\xfc\xf1\xc7\x7a\xfb\xf6\x6d\x6d\x6f\x6f\xd7\ \x6c\x36\x6b\x1b\x1e\xe6\xf3\x79\x5d\x5c\x5c\x34\xa6\xf4\xcf\xfe\ \xec\xcf\xea\x2f\xff\xf2\x2f\x5b\xcd\x2c\xf9\x44\x83\xc1\xa0\xde\ \xbc\x79\xd3\x36\x26\x1c\x1c\x1c\x34\xb9\x72\xb8\x70\xb2\x97\x8e\ \xcc\xc9\xfa\x6a\x39\x7e\xc6\x82\xdc\xbb\x00\xe9\x2e\x90\x49\x40\ \x93\xec\x0e\x60\xe5\xfd\x59\xe2\x21\xf3\xa2\xd2\x99\x00\xba\x57\ \xab\xd5\x5a\x89\x15\x2c\x35\x39\x00\x8e\x84\xa1\x73\x17\x9f\xb5\ \x93\x6d\xcc\x12\x26\x55\xaf\x47\x5f\x61\xce\x92\xfd\xca\xba\x60\ \xf2\xf1\xc8\x5a\xe6\xb0\x65\x2e\x5c\xbe\xab\x6a\xbd\x88\x6a\x86\ \x23\xb5\xb9\xcb\xf0\x25\xc0\xca\x7f\xab\xd5\xa6\x92\xfb\xe6\xda\ \x5c\x9b\xeb\x67\xbc\x32\xc4\xb0\xb5\xb5\x55\x6f\xde\xbc\xa9\x9f\ \x7e\xfa\xa9\xd5\x89\x92\xe4\xcc\x78\x02\x03\x7f\xf3\x37\x7f\x53\ \xbf\xff\xfd\xef\x5b\x22\xb4\x7b\x19\x4b\x8a\x5e\xf8\xe6\xe8\xe8\ \xa8\x85\xa6\x12\x30\x1d\x1d\x1d\xb5\xf0\xa0\xf0\x19\x46\x27\x8f\ \xa9\x71\x26\xe2\xf5\xf5\x75\x9d\x9c\x9c\x34\x03\x73\x7a\x7a\xba\ \x56\x61\xfc\xf9\xf9\xb9\xb1\x2d\x0e\x82\xd6\x17\x39\x36\xbb\xbb\ \xbb\x35\x9b\xcd\x1a\x23\xa6\x32\xf7\xc5\xc5\x45\x33\x4c\x6a\x64\ \x1d\x1c\x1c\xd4\xc7\x8f\x1f\x9b\x92\x67\x98\x85\x26\xdd\x7b\x74\ \x74\x54\x57\x57\x57\x0d\x14\x29\xe1\xa0\x9f\x4f\x4f\x4f\x35\x99\ \x4c\xda\xb1\x42\x00\xd2\xed\xed\x6d\x0b\xc3\x56\x55\xfb\x99\x81\ \x11\xba\x9d\xcf\xe7\x6b\x60\x49\x9f\x8c\x35\xa6\x8d\xc1\xea\xf5\ \x7a\x8d\x19\xca\x50\x98\x1d\xa0\xc2\x5f\x80\x8e\x0a\xef\xe6\x8d\ \x71\xcc\xf2\x0a\x8c\x33\x99\xd1\x77\xfd\xc9\x1d\x73\xf2\x9b\x00\ \x11\x89\xe3\xb3\xd9\xec\x95\x5d\xe8\xbf\x94\xd8\xb8\xbc\xbc\x6c\ \x35\xad\x9e\x9e\x9e\xda\xf1\x3f\x42\xbc\xc6\x25\x99\x4c\xcc\x10\ \x10\xf5\x0f\xfe\xc1\x3f\xa8\xaa\xaa\xff\xf1\x3f\xfe\x47\xab\xfa\ \x0f\xc0\xaf\x56\xab\xfa\xbb\x7f\xf7\xef\xae\x1d\x18\x0d\x70\x0a\ \xa7\x3e\x3e\x3e\xd6\x70\x38\xac\xd1\x68\xd4\x72\xaf\xaa\x5e\x37\ \x2c\xe4\xce\x56\xc6\xfb\x6b\x49\xd5\xc9\x46\x75\xaf\x04\x96\xc9\ \x1a\x65\x8e\x52\xd5\x6b\x88\x31\x77\x17\xfa\x3c\x73\x22\x9f\x9e\ \x9e\x5a\xf8\x2f\xf3\x27\xcd\x73\x97\x29\xf2\x5e\xf3\xd7\x6d\x23\ \xd9\xd6\x87\x64\x90\x32\xe9\x5c\xbb\xba\x8c\x91\xb5\x07\xb8\xd2\ \x2b\x7e\xce\x1d\x8b\xfe\xe6\xf7\x6e\x38\x37\xf3\xc3\x12\x64\x26\ \x5b\x9e\xb9\x8d\x40\x69\xb7\x7d\x1b\x06\x6b\x73\x6d\xae\xcd\xf5\ \xb3\x5d\x42\x07\xf2\xaf\x6e\x6e\x6e\x1a\x58\x61\x38\x1e\x1e\x1e\ \xd6\x72\xb5\x00\x86\xf9\x7c\xde\x8c\x67\x96\x74\xa0\xf0\x29\xbe\ \xf3\xf3\xf3\xb5\xbc\x0d\x20\x64\x38\x1c\xb6\xb0\x21\xf0\x60\xa7\ \x9f\x5d\x6c\xbc\x72\x6c\x54\xe6\x92\x08\x77\xdc\xde\xde\x36\xc5\ \xce\xf0\xf0\xec\x3d\x13\xd8\xc9\x52\x0d\xc0\x8b\xa3\x7a\x06\x83\ \x41\x03\x05\xb9\xcb\x2e\x73\x9f\x24\x53\x33\x44\xc7\xc7\xc7\xb5\ \xbd\xbd\xdd\xee\x77\x3c\x0f\x66\x47\xae\x93\xba\x62\x5d\x63\x63\ \x57\x21\xc0\x28\xcc\xa8\x7d\x0c\x31\x26\xad\xaa\x1a\x60\xea\x02\ \x5a\xc6\x55\xe2\x2f\x20\x6b\x3e\xe4\x64\x01\xcc\xce\x4c\x94\x67\ \x85\xa9\x63\x60\x31\x5a\x8a\xc0\xba\x3f\xf3\xbb\x32\xf7\x49\x65\ \x7a\x61\x39\xf7\xcb\x95\xf1\x37\x63\x98\x89\xe9\xfa\xb0\xbb\xbb\ \x5b\xa7\xa7\xa7\x75\x77\x77\x57\x6f\xde\xbc\x69\x72\xe4\xa8\xa6\ \x04\x88\xb3\xd9\xac\xaa\x5e\x40\xd0\x3f\xfe\xc7\xff\xb8\xfe\xc5\ \xbf\xf8\x17\xf5\xcf\xff\xf9\x3f\x6f\xf5\xb0\x80\x7f\x89\xf1\x40\ \x28\xb0\x06\x44\x02\x34\x0a\xd4\x4a\xe8\x07\xd0\x32\xfc\x9d\x6c\ \x4c\x86\x8a\x93\x91\xca\x5d\x7a\x0c\x7f\x96\x50\x48\x76\x26\xc3\ \xd5\xf9\x0c\x79\x52\x18\x53\x00\xc3\xfc\x56\x55\xdb\x8d\x97\x61\ \x36\x40\xc8\xfc\xe4\xf3\xf2\x1d\x99\x43\x65\xed\xba\xa7\xaa\xd6\ \x72\x02\xbb\xff\xb2\xa4\x48\x26\xda\x93\x45\x0c\x23\x50\xea\x9e\ \x04\x58\x19\x82\xcc\x3c\xb5\x94\xeb\xac\x9d\x95\xb9\x69\xc0\x5f\ \xe6\x7b\xe9\x0f\xf6\xad\x81\xe0\xff\x83\xba\x72\x73\x6d\xae\xcd\ \xb5\xb9\xfe\xb7\xae\xac\xd7\xa3\x38\x28\x86\x06\x10\x11\x12\x10\ \x36\xcc\xdd\x84\x8c\x0c\xc3\xab\xac\x01\xa5\x3e\x1a\x8d\xd6\x76\ \x79\x01\x54\x42\x37\x57\x57\x57\x2d\xbc\xd6\x35\x14\x0c\xd1\x70\ \x38\x6c\xc5\x47\xb1\x53\x59\x98\x12\xeb\x75\x73\x73\xd3\xc2\x52\ \x58\x1e\xc6\x69\x36\x9b\x35\x03\x6b\x17\x99\x10\xd9\xfd\xfd\x7d\ \x33\xde\x6f\xde\xbc\x69\xcf\xc6\x16\x61\x4a\x8c\x8d\x22\x9b\xf2\ \x71\xe4\x44\x65\x89\x02\xc9\xe0\xc9\x52\x64\x4d\x31\x86\x25\x8b\ \x31\x62\x6f\xba\xf3\xa2\x1d\x18\x82\xcc\x79\x02\xda\xd2\x78\x56\ \xd5\x1a\x2b\x95\x15\xe4\x9f\x9e\x9e\x5a\xdd\x2e\x46\x0c\xb8\x94\ \x13\x95\xf5\x89\xb0\x88\xc0\x8a\xf1\xcb\x71\xd6\x7e\xf3\x20\x01\ \x1d\x40\x50\x0e\x21\x77\x12\x7a\x3e\x30\x3b\x1c\x0e\xd7\x8c\xe3\ \xc3\xc3\x43\x9d\x9d\x9d\xd5\x78\x3c\xae\xe3\xe3\xe3\xda\xdd\xdd\ \xad\xdb\xdb\xdb\x16\x52\xdc\xda\xda\xaa\xe9\x74\xda\x9e\xf1\xaf\ \xfe\xd5\xbf\xaa\xff\xf8\x1f\xff\x63\xfd\xcb\x7f\xf9\x2f\x1b\x10\ \xca\xd0\xe4\xf1\xf1\x71\x63\x4f\x15\x39\x7d\x7c\x7c\x6c\xb5\xc2\ \x30\x97\x92\xda\x19\x73\xfd\x30\xce\xe6\x0f\xa8\xce\x1c\xa6\x4c\ \xae\x67\xfc\x93\x8d\x71\x65\xc8\xb1\x6a\x3d\x59\x3d\x43\x80\xb9\ \x0b\x13\x88\x21\xcf\x59\xbe\x23\xe7\xcd\x3a\xf6\x5c\xe0\x89\x4c\ \x00\xf2\xc9\x3c\x99\x8b\x04\x5c\x09\xc4\xba\x4c\x57\x96\xf4\x48\ \x99\xce\x43\x99\x33\x27\x30\x7f\x26\xfb\xd8\x26\xcf\xf7\xbe\x64\ \xca\xb3\xcd\xda\x92\x6d\xf6\x7f\x86\x67\xab\xd6\x0f\xb0\xdf\x00\ \xac\xcd\xb5\xb9\x36\xd7\xcf\x76\x01\x26\x97\x97\x97\xed\x67\x21\ \xa1\xaa\xd7\x84\x6c\x80\x29\x15\x28\x85\x2a\x24\x04\x4c\x60\x6d\ \x18\xa1\xf1\x78\xbc\x76\xbc\x8d\x6d\xef\x8c\x6f\x2a\xeb\x2c\x0d\ \x91\xf4\xff\x72\xb9\x6c\x61\x1b\x9e\xb0\xa4\xfb\x3c\xce\x85\xb1\ \xaa\xaa\x06\xe2\x30\x4b\x80\x03\x43\x08\x50\x2a\x9c\x99\x05\x11\ \xab\x5e\x0c\xd4\x7c\x3e\xaf\xab\xab\xab\x56\xdd\xdd\x77\xef\xef\ \xef\x5b\xe1\x49\x8c\x1c\x03\xa7\xa6\x16\x70\xe4\x4c\x47\x46\x2d\ \x77\x2f\x02\x1b\x4f\x4f\x4f\x5f\xbd\xaf\xdf\xef\xb7\xd0\xd6\x60\ \x30\x68\x87\x68\x03\x05\xda\xff\xfc\xfc\xdc\xee\x03\xd6\x18\x35\ \xf3\xa3\x1c\x82\x5d\x7d\xbb\xbb\xbb\x75\x78\x78\xd8\x0c\xeb\x72\ \xb9\x6c\x80\x99\x21\xdf\xdb\xdb\x6b\x05\x3a\x93\xbd\x04\x08\x8c\ \xb7\xb1\x73\x86\xa4\xbe\xf9\x97\xe7\x3f\x02\xe6\xe6\x2d\xd9\xca\ \x0c\x4b\x9e\x9c\x9c\xac\x85\x81\x92\x01\x14\x7e\x7e\xf3\xe6\x4d\ \x3d\x3f\x3f\xd7\xdf\xfc\xcd\xdf\xd4\x6f\x7e\xf3\x9b\xfa\xf2\xe5\ \xcb\xda\x0e\x3e\xa5\x26\xf6\xf6\xf6\xea\xfd\xfb\xf7\xf5\xbb\xdf\ \xfd\xae\x01\x6c\x9f\x9d\x9d\x9d\xb5\x3c\xac\xcc\x7b\x4b\xe3\xce\ \x41\xc8\x24\x72\xeb\x24\xc1\x49\xd5\xd7\x8f\xce\xf1\xb7\x2c\xc9\ \xc0\xa9\xc8\x67\x24\x50\xf3\xbd\x64\x7e\xba\xf2\x80\x69\x03\xa6\ \xac\x95\x3c\x1c\x3c\x01\x7d\x86\x0c\xd7\x80\x48\x7f\xbd\x66\x57\ \xb2\x45\xa9\x0b\xac\x13\xc0\x4f\x7e\x1e\x99\xcc\xd0\x69\x57\xa6\ \x32\x7c\x9d\x09\xf4\xda\x9c\xb9\x61\xc9\x8c\x6a\x47\x86\xcd\xf5\ \x27\xc7\x0d\xb0\x4d\xe7\x64\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdb\ \xc5\x78\xc9\x8f\xc2\x0e\x3d\x3f\x3f\x37\x46\x88\xc2\xca\x24\x6d\ \xe1\x2c\xcc\x50\xd5\x7a\x45\x66\x86\x30\x15\x25\x90\x85\x3d\x5a\ \x2e\x97\x75\x72\x72\xd2\x92\x9f\x31\x2e\x99\xeb\x61\x07\x1e\xe6\ \x0b\x2b\xe6\x59\x42\x52\x80\x4e\x16\x9a\x64\x7c\x00\xc3\xaa\x57\ \xef\x1b\x58\xb8\xbf\xbf\x6f\xcc\x5a\xd5\x4b\x72\xbe\x6a\xeb\x18\ \xaf\x3c\xbb\x90\x12\xb7\xc3\x4c\xe8\xd1\xd9\x83\xa3\xd1\xa8\x19\ \x25\x63\x08\x74\x31\x4e\xbe\xbf\xb5\xb5\xd5\xd8\x2f\xcf\x15\xaa\ \x65\x6c\x54\x4e\xcf\xe2\xaa\x99\xf7\x84\x19\xca\xc4\x64\xc6\x1e\ \x93\x03\x08\x61\xec\x8c\x29\x76\xc3\x31\x32\x58\x2f\x35\xb4\xaa\ \xaa\x9d\x11\xc7\xa8\x01\x39\x39\x3e\x19\xfa\x52\x36\xc2\x9c\x08\ \x05\x56\x55\x2b\x1c\xaa\x6c\x87\x64\xf6\x64\x32\xec\xf0\x4b\x20\ \x4e\x3e\xc9\x0d\xa3\x6b\x87\xab\xf6\xfc\xeb\x7f\xfd\xaf\xdb\xf3\ \x1c\x54\xbd\x5a\xbd\x1c\x6f\xf4\xdf\xfe\xdb\x7f\xab\x7f\xff\xef\ \xff\x7d\x1b\xd3\xe9\x74\x5a\x07\x07\x07\xf5\xcb\x5f\xfe\xb2\xce\ \xcf\xcf\xd7\xc2\x53\x59\xee\x21\x01\x51\xe6\x80\xe5\x66\x03\x6d\ \x48\x00\x91\x32\x96\xf3\x62\xfc\x13\x5c\x24\xd0\xf1\x79\x6e\x7e\ \xb0\x96\x84\xbd\xbd\x13\xb8\xa9\xaa\xb5\x5a\x6f\xde\x63\x4d\x1a\ \x07\x72\x90\x4c\xb1\x77\x4b\xaa\x77\x3f\x00\x95\x60\x2a\x19\x2e\ \x8c\xad\x32\x09\xe4\x33\x13\xd4\x01\x5c\x72\xe6\xf9\xc6\x28\x01\ \x21\x5d\x91\xe3\xe2\xf2\x3c\x73\x94\xa0\x2c\x41\xa9\x7f\xb9\x4b\ \x75\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdb\xc5\xd8\xe6\xee\xbe\xdc\ \x46\x0e\x34\x31\x88\x0c\x0f\xc0\x90\xe1\x14\x2c\x03\xe0\x01\xcc\ \x08\x2f\xed\xee\xee\xb6\x23\x30\x28\xfb\x0c\xef\x2d\x97\xcb\xc6\ \x32\xe5\xf7\x7d\x27\x6b\x60\xf9\x3b\x6f\x1d\xf0\xb0\xa3\x10\xc3\ \x21\x2c\x06\x48\x55\x55\x3b\x1a\x47\x7d\x23\xe7\xda\xc9\xcf\x01\ \x92\x30\x21\xc2\x2f\x8c\xb7\x52\x00\x4f\x4f\x4f\xf5\xf9\xf3\xe7\ \x35\xa6\xcd\x8e\x42\x20\xcd\x18\xe7\x79\x83\xc6\x19\x38\xcc\x9d\ \x67\xb3\xd9\xac\xb1\x6e\x0c\x87\x64\x78\x80\x13\x10\x63\x44\x80\ \x12\x40\x37\xe7\x0e\x2b\xa6\x86\x55\xee\xec\x12\xae\xeb\x1e\xb0\ \x5c\x55\xcd\x98\x0b\x91\x19\x9f\x04\x58\x8a\x57\x56\x55\x03\x53\ \x4a\x1c\x00\x8c\xc0\xd0\x78\x3c\xae\x7e\xbf\xdf\x8a\x96\xf6\xfb\ \xfd\xb6\x73\xcf\x1c\xec\xee\xee\xd6\xdb\xb7\x6f\xeb\xfa\xfa\xba\ \x3d\x43\xae\x1d\x26\x44\xfe\x8f\x3a\x5d\x64\xc2\xf9\x90\xdd\x92\ \x01\xdb\xdb\xdb\xf5\x87\x3f\xfc\xa1\xfe\xfa\xaf\xff\xba\x01\x90\ \xaa\x97\x1d\xa5\xef\xde\xbd\x5b\xcb\xe9\x33\xd7\x80\xac\x71\xc2\ \xb4\x91\x3d\xc6\x3e\x59\x2b\xff\x67\xed\xb1\x64\x9f\xba\x49\xe3\ \x09\x2a\x32\x99\x3b\xef\x25\xf3\x92\xe0\x7d\x6e\x9e\xb0\x44\x72\ \xdd\xb2\xce\x54\x16\xf7\xf5\x8e\x4c\x10\x07\x7a\x12\x38\x66\xf8\ \xd3\x7a\xca\xe7\x1a\x57\x6c\x5e\x32\x92\xd6\xbf\xbe\x64\x0e\x24\ \x19\x4e\x66\x50\xbb\x80\xb7\x0c\xa1\xe6\x78\xba\xba\x2c\xa1\x67\ \x59\x23\xe6\x3b\x59\xe8\x4d\x0e\xd6\xe6\xda\x5c\x9b\xeb\x67\xbd\ \xb0\x12\xbd\x5e\xaf\x1d\x53\x02\x58\xe4\xb6\x6f\x5e\x75\x32\x4b\ \x99\x2f\x81\xfd\xb2\x7b\x4f\xfd\x26\x21\xc3\x4c\x60\xa7\x28\x79\ \xc0\xae\xc9\x64\xd2\xea\x36\xa9\x45\x95\xdf\x63\xe8\x78\xe3\x8e\ \x58\xc9\x2d\xe0\x55\xaf\xe0\x4c\xd2\xfa\x78\x3c\xae\xd1\x68\xd4\ \x40\xd5\xee\xee\x6e\xdb\xfe\xbf\x5c\xbe\xd4\xe2\x02\x1c\xc6\xe3\ \x71\x03\x31\x8c\x90\xd2\x0d\xc6\x4b\x4e\xda\xf5\xf5\x75\x9d\x9e\ \x9e\xd6\x64\x32\x69\x61\x1a\xa0\x10\x0b\x94\xe1\x37\x6d\x75\x8f\ \x92\x03\xc6\x94\x07\x0e\x20\x0a\xb3\xa6\x91\x1f\x0e\x87\xad\x7a\ \x3c\xe3\x22\x4f\x2a\x77\x60\x25\x83\x80\xbd\x52\x09\x9e\x61\x93\ \x77\x94\xac\x9a\x9a\x49\xcf\xcf\xcf\x75\x7c\x7c\xdc\x0e\xb0\x9e\ \x4c\x26\x55\x55\x6b\xac\x58\xd5\x6b\xf8\x09\x43\xe1\xf0\xe6\x8b\ \x8b\x8b\xf6\x4c\x6d\x5e\x2e\x97\x35\x99\x4c\xd6\xc0\xec\xed\xed\ \x6d\xbd\x7d\xfb\xb6\x1d\x59\x63\x43\x81\xff\xc9\x54\x86\x80\xc8\ \xd4\x7c\x3e\xaf\xdb\xdb\xdb\x26\x9f\x64\xd7\x18\x70\x1c\x46\xa3\ \x51\x1b\x8b\xe1\x70\x58\xe7\xe7\xe7\xf5\xe7\x7f\xfe\xe7\x75\x72\ \x72\xd2\xe4\x06\x23\xc9\xd8\x03\x5c\xfa\x97\xf9\x3e\x99\xc3\x04\ \x7c\x64\x22\x39\xc0\x91\x4c\xa6\x10\x76\x55\x35\xf6\x26\xd9\x26\ \xe3\x97\x09\xed\x39\x9e\xfa\x9d\x6b\x46\xc8\x8e\x8c\x01\x62\xc9\ \x0e\xa5\xb3\x94\x09\xe7\xde\x8b\xa9\xcc\x90\xa5\x9f\xb3\x1f\x6a\ \x93\x71\x96\x80\x6f\x9f\x63\x42\x13\x18\x25\x23\x56\xf5\xca\x1e\ \x9b\x1f\x4e\x96\x7b\xb5\xa3\xcb\x66\x25\x23\x98\xdf\xef\x8e\x31\ \x5d\xe5\x39\xfd\x7e\x7f\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdf\x95\ \x5e\xeb\xe3\xe3\x63\x7d\xfe\xfc\x79\x8d\x3d\x61\x74\x85\x8a\x84\ \x7c\xe4\x5f\x51\xe0\x12\x9e\x19\x85\xb3\xb3\xb3\xea\xf5\x7a\x6b\ \xbb\x00\x87\xc3\x61\x3b\xc7\xcf\xf3\xd5\x76\x72\x2d\x97\xcb\xb6\ \x7b\x8b\x61\xca\xc4\x78\x80\x41\x22\xfd\xde\xde\x5e\x0b\x07\xc9\ \xad\x59\x2c\x16\x6b\xd5\xcc\xed\xca\x93\x9c\x2d\xe7\x47\x42\x7e\ \xe6\x84\xdc\xde\xde\xb6\x5a\x49\xb9\x43\x0b\x00\x72\x31\x74\x98\ \x93\x0c\xc3\x31\x40\x0c\x85\xf3\xf0\xfc\x2d\x59\x86\x7e\xbf\xdf\ \x0a\x6a\x2a\x55\x20\xc7\x46\xe8\x45\x0e\x14\x26\x4b\x2e\x0f\x56\ \xc1\x2e\x50\xec\x93\x67\x67\x22\x7b\xe6\xb8\x60\xfa\xcc\x17\x66\ \x47\x59\x07\x0c\xcc\x72\xf9\x52\xc8\xb3\xea\x05\x48\x1c\x1e\x1e\ \xd6\x70\x38\x6c\xe0\x55\xe8\xf0\xf9\xf9\xb9\x4e\x4f\x4f\x6b\x7f\ \x7f\x7f\xed\x7c\x46\x67\xfc\x61\xaf\x80\x62\x63\x3d\x1a\x8d\xea\ \xe9\xe9\x69\xad\x42\xba\xdd\x92\xe7\xe7\xe7\x6b\x4c\x11\x70\x64\ \x0e\x30\x3b\xcf\xcf\xcf\x6d\x43\x41\x82\xcb\x0c\x33\x03\x1e\xe4\ \x76\x34\x1a\xb5\xb3\x06\xf5\xc3\x5c\x74\x99\xa5\xac\x40\x9e\xf9\ \x59\x64\x35\x93\xdc\xf3\x02\x5a\xcd\x75\xca\x58\x55\xad\xc9\x03\ \xa6\x28\xcb\x0c\x98\xfb\x3c\xb3\x0f\x6b\xa5\xc6\x56\x26\xc2\x7b\ \x0f\xb0\x0b\xec\x75\x43\x66\xd9\x76\x00\x2c\x99\x9f\xcc\x3b\x13\ \x76\xac\x7a\xdd\xb1\x98\x89\xe6\xe4\x4a\x1f\x32\xaf\x0b\x6b\x95\ \x63\x9a\xf9\x54\x19\x36\xa5\x83\x32\xa7\x2f\xc3\xa7\x19\x1e\xa4\ \x9b\x92\xf1\x33\xd7\xe6\x2c\xc7\x7a\x03\xb0\x36\xd7\xe6\xda\x5c\ \x3f\xdb\x25\xb4\x03\xcc\x60\x34\xec\x8e\xe3\x91\xef\xec\xec\xb4\ \x50\x5a\x37\x7c\x95\xa5\x16\x28\x5e\x3b\xee\xd2\xd0\xd9\xd5\xd7\ \x55\xfa\x59\x07\x4a\xd8\x4f\x41\x4c\x09\xdc\x79\x14\x86\xb3\xf8\ \x00\x93\xcc\x11\xdb\xda\xda\xaa\xd3\xd3\xd3\xb5\x24\xe1\x87\x87\ \x87\xba\xbe\xbe\x6e\x2c\x98\x1c\x33\x39\x47\xc2\x3a\xa9\xd4\x07\ \x83\x41\x2b\x29\x00\x28\xea\xa7\xd0\x26\x80\x98\x09\xde\xca\x5e\ \x30\x2a\xd3\xe9\xb4\x85\x61\x19\x11\xa0\xc6\x58\x64\xc2\xff\xdd\ \xdd\x5d\x4b\x08\xd7\xdf\xc5\x62\x51\x17\x17\x17\x2d\x5f\xcb\x73\ \xfc\x2e\x91\x3e\x73\xbc\x00\xc7\x04\x62\x72\x67\x06\x83\x97\xfa\ \x63\x72\x9c\x30\x8c\xc0\x30\x60\x39\x9f\xcf\x1b\xd8\xfa\xf4\xe9\ \x53\x63\x56\x80\xbd\xcc\x4d\x4b\xd6\x43\x9f\xe4\xce\x61\x3a\x18\ \xdc\xaa\x6a\xd5\xd8\x81\x2a\x00\xb3\xea\x85\xe9\x90\xa3\x96\xdb\ \xfe\xf5\x11\x88\x98\xcf\xe7\x8d\xbd\x03\xa2\x1c\xde\xad\x0d\x55\ \xd5\xd8\xd0\x37\x6f\xde\xd4\xf1\xf1\x71\x63\xae\x80\xab\x64\x4b\ \x92\x29\x35\xd7\x29\x17\xb9\x91\x22\xc1\x56\x82\x17\xbf\x67\x88\ \xcc\x4e\x37\x73\x04\x08\x56\xbd\x32\x4e\xe4\x1c\x63\x89\x69\xec\ \xf7\xfb\x6d\x6c\xb0\x56\xab\xd5\xaa\x31\x42\x5f\xab\x05\xd5\x0d\ \xdd\x27\x18\xcc\xbc\xaf\x04\x93\xf9\x2f\x73\x0d\xb1\x56\xd6\x93\ \x35\x35\x1a\x8d\xea\xec\xec\xac\xad\xed\x7c\x6f\xbe\x0f\x1b\xee\ \x7d\x64\x20\x75\x49\xb2\x5d\xf9\x79\x37\xdf\x2a\x01\x6b\x86\x3b\ \xbb\xf9\x6c\x9e\xb9\x29\x34\xba\xb9\x36\xd7\xe6\xfa\xd9\x2e\x4a\ \xec\xfa\xfa\xba\x29\xc2\xc5\x62\xd1\x80\x45\x26\xdc\x02\x21\x14\ \x72\x26\xb4\x62\xc0\x18\x0a\xe0\x87\x17\x5e\x55\x75\x75\x75\xb5\ \x16\x62\x71\x9c\x89\x64\x65\xa1\x3b\x79\x35\x58\x18\xc9\xf6\x42\ \x57\xca\x3e\x08\x11\x66\x5e\x46\x7a\xf4\x8c\x19\x40\xb1\x5c\x2e\ \xeb\xfa\xfa\x7a\x6d\x97\x51\xee\xc0\xd2\x6f\xa1\xc9\x34\x86\x12\ \xc1\xb1\x44\x76\x09\x1e\x1c\x1c\xb4\x7c\x2c\xf7\x6a\x03\x60\xa0\ \x52\x3c\x63\xe6\x1f\x40\x83\x75\x73\x3c\xcf\xd5\xd5\x55\x0d\x87\ \xc3\xb5\x32\x00\x42\x65\x40\x52\xd5\x8b\x91\x51\x95\xdc\x73\xaa\ \x5e\x43\x33\x42\x82\xda\x9f\xe7\x2d\x3a\x8c\xdb\xb9\x8f\x00\x12\ \xcf\x3f\x01\xeb\xde\xde\x5e\x5d\x5f\x5f\x57\x55\xad\xb1\x0c\xc2\ \xa7\x42\xc1\xbb\xbb\xbb\xad\xde\x97\xc3\x92\xc9\x80\xf1\x7a\x7e\ \x7e\x6e\x87\x29\x03\x70\x76\x5f\x32\xe6\x76\x21\x66\xbe\x98\xb9\ \x91\x8b\x25\xd7\x4e\xe8\x4a\x78\x50\x81\x53\x40\x5c\x81\xd3\x37\ \x6f\xde\xb4\xe4\xfa\x04\x7d\xfa\x9b\x6c\x65\x77\xb3\x00\xf0\x84\ \x55\xcd\xf1\x06\x28\x13\x98\x27\x5b\x98\x49\xd8\x80\x68\x82\xde\ \x4c\x34\x97\xf7\x27\x2f\x11\x58\x12\x7a\x4e\x70\x61\xed\x65\x9e\ \x97\x36\x03\xd9\xdd\x4b\x3b\x12\x78\x65\xe8\x2d\xd9\x42\xf3\x91\ \xe1\x59\x72\x0d\x34\x72\x72\xb2\x1e\x98\xe7\x02\xa6\x29\x4f\xe6\ \xb1\x9b\x6b\x66\x4e\x13\xc4\x66\x52\x7e\x32\x81\x09\xba\xf4\x97\ \xdc\xba\xc7\x67\x9b\x10\xe1\xe6\xda\x5c\x9b\xeb\x67\xbd\xe4\x06\ \xc9\xfd\xc9\xf0\x11\x36\xc6\xb1\x35\xce\xf1\xf3\x3b\xb0\x83\x4d\ \x61\x68\x29\x53\x3b\xfe\x92\xfe\xc7\xac\x0c\x87\xc3\xba\xbb\xbb\ \xab\x8f\x1f\x3f\xd6\xf5\xf5\x75\xed\xef\xef\xd7\xe1\xe1\x61\xab\ \xb6\x9e\x75\x9f\x32\x14\x24\x99\x3b\xc3\x6d\xa9\xcc\x73\x87\x23\ \xa5\x0d\x00\xed\xed\xed\x35\x40\xb6\xb5\xb5\xd5\x8a\x51\x8e\x46\ \xa3\x16\xee\xaa\xaa\xf6\x3e\x63\x70\x7f\x7f\xdf\xca\x21\xc8\x93\ \x31\x76\x18\xb0\xdc\x95\x95\x06\x8f\x51\x36\x06\x42\x3b\xd8\xae\ \x8b\x8b\x8b\xc6\x98\x74\xf3\x6d\x18\xd7\x64\x09\xed\x5a\x64\x40\ \xe4\x19\x01\x68\x58\x46\xa0\x34\x77\x6d\x31\x9a\xc9\xf0\xc8\xe5\ \x92\x63\x66\x1c\x30\x5a\x09\x26\x32\xfc\x94\x49\xd3\xc9\x78\x66\ \x9d\xb4\x64\x69\xb4\x47\x15\xfd\xaa\x6a\x0c\x1c\x60\xa5\xfa\xbd\ \x7e\x67\x9e\x0d\xa3\x0c\xf4\xe4\xb9\x89\x00\x7e\xe6\x34\x99\xe7\ \xf1\x78\x5c\x27\x27\x27\x6d\x6c\xc8\x63\x55\xad\xbd\xa7\x0b\xd2\ \xcc\x43\xd5\x6b\xb9\x8c\xaf\xe5\xff\x24\x60\x48\xc0\xd2\xdd\x95\ \x97\xf3\x90\x75\xa2\xc8\x50\x55\xb5\xda\x56\x76\x60\x26\xbb\x9c\ \x32\xa4\x9f\x18\x3a\x40\x37\x43\x66\x55\xaf\xf5\xa1\xb2\x84\x03\ \xe0\x92\x60\xd2\x77\x80\x2b\xed\xcf\x3a\x78\xda\x9a\x61\x4e\x63\ \x6c\xad\x93\xcb\x6e\x0e\x98\xb1\xc8\x10\xab\x76\x98\x07\x57\x82\ \xbd\xdc\x5d\xea\x32\x7e\xb9\x79\x00\x70\x4b\xe7\xcf\x67\x1b\x06\ \x6b\x73\x6d\xae\xcd\xf5\xb3\x5d\xbf\xf9\xcd\x6f\x9a\x51\xb0\x1b\ \x69\xb9\x5c\xd6\xe5\xe5\x65\x55\xbd\x7a\x83\x80\x0b\xe5\xac\x1c\ \x02\xa5\x46\x31\x67\xbe\x53\xd5\xcb\x8e\x3d\xb9\x3e\x76\xef\xad\ \x56\xab\xfa\xf2\xe5\x4b\xcd\x66\xb3\x56\xef\xea\x4f\xff\xf4\x4f\ \xab\xaa\x9a\xd1\x67\x64\xae\xae\xae\xda\x01\xbf\x14\x2e\x03\xcf\ \xd3\x67\xf8\x6f\x6f\x6f\xeb\xe8\xe8\x68\xad\x14\x83\x9d\x6d\x0c\ \x8d\x10\x21\x63\x3f\x9f\xcf\xdb\xe1\xc5\xdd\x10\xa6\x23\x7b\x94\ \x98\x60\x90\x30\x60\x40\x83\x90\xdf\xf6\xf6\x76\x4d\x26\x93\x7a\ \xff\xfe\x7d\x7b\xc6\x6a\xb5\x6a\xfd\xb9\xb9\xb9\x59\x3b\x0c\x99\ \xc1\x96\xc3\x85\xf5\x10\x1e\x65\xc8\xee\xee\xee\xea\xf2\xf2\xb2\ \x86\xc3\x61\x1d\x1e\x1e\xd6\x64\x32\x69\xcf\xc4\xa8\x8d\xc7\xe3\ \x36\xee\x98\x95\x4c\x4e\xc6\x96\x61\xb3\xd4\xbf\xca\x5d\x89\x0c\ \x36\xd6\xc7\xe6\x82\x0c\xa7\xaa\x71\xe6\x9d\x4a\x75\x28\x18\x0a\ \x64\x0c\x87\xc3\x96\x83\xa5\x48\xe8\x68\x34\x6a\x21\x3d\xbb\x31\ \xc7\xe3\x71\x33\xe0\xca\x2b\x08\xa7\x66\xa8\xd6\x78\x01\x06\x36\ \x42\x60\xc8\x7c\x5f\xd8\xf2\xea\xea\xaa\xaa\xaa\x85\x42\xc7\xe3\ \xf1\x5a\x2d\x34\x7d\x48\x10\xc3\xd0\x33\xe0\xee\x21\x77\x99\x6b\ \x65\xf3\x45\x97\x41\xf1\x79\x37\xc7\x28\x01\x50\x26\xc4\x63\x41\ \xbd\x37\xc3\xcf\xe4\x3a\x93\xde\x13\x3c\xc8\x3d\xcb\x64\xf4\xaf\ \x31\x54\x59\xde\x01\x03\x95\xec\x92\xf9\xd5\x9e\x1c\x63\xb9\x88\ \xda\xa5\xcf\x80\x4d\xca\x50\x82\x2f\xfd\xcc\xb0\x63\x82\xaa\xbc\ \x37\x19\xa7\x74\x9c\xf2\x3d\x19\x7a\xa4\x73\xb2\x0d\x79\x3f\xf0\ \xb9\x01\x58\x9b\x6b\x73\x6d\xae\x9f\xf5\xe2\xa5\x52\xfa\x19\x1a\ \xca\xdd\x74\x99\xa4\x9a\xdf\x95\xc0\x9e\x80\x64\x3a\x9d\xd6\xd5\ \xd5\x55\xdb\x22\xdf\x55\x82\x8c\x06\x46\xea\xe9\xe9\xa9\xfe\xfb\ \x7f\xff\xef\xf5\xbb\xdf\xfd\x6e\x2d\x3c\x40\x19\x1f\x1c\x1c\x34\ \xd6\x22\x13\x8e\x6f\x6e\x6e\xda\x73\x3f\x7f\xfe\xdc\xc2\x2a\x37\ \x37\x37\xb5\xbb\xbb\x5b\x57\x57\x57\x6b\xd5\xd4\xef\xee\xee\xea\ \xfa\xfa\xba\x31\x5a\x92\xe3\x19\x12\x49\xe6\x40\x18\x03\x9e\x46\ \xea\x87\x1f\x7e\xa8\xaa\xd7\xda\x4b\x98\x3c\xf7\x79\x67\x1e\x3f\ \x03\x8c\xf1\xe8\x77\x76\x76\xda\xa1\xcc\xcf\xcf\x2f\x95\xd6\xb1\ \x57\x37\x37\x37\x2d\xc7\xa5\xea\xc5\xa3\x3f\x38\x38\x68\x00\x2d\ \x6b\x3c\x79\xae\xa3\x66\x84\x25\x33\xe7\x4a\x31\x56\x63\x23\x1f\ \xac\xd7\x7b\x29\xb9\x80\xe9\xcb\x33\x12\x81\x69\xa0\xcb\xbc\x55\ \x55\x03\x92\x8a\xb3\xca\x5b\x32\x3e\xc3\xe1\xb0\x31\x92\x18\xc0\ \xcb\xcb\xcb\x56\x00\x74\x32\x99\xd4\x72\xb9\xac\xf7\xef\xdf\xd7\ \x1f\xfe\xf0\x87\x3a\x3b\x3b\xab\x9f\x7e\xfa\xa9\x81\xc0\xdf\xff\ \xfe\xf7\x75\x70\x70\xd0\xda\x71\x78\x78\xd8\x00\x28\x10\x70\x74\ \x74\xd4\xca\x61\x64\x5e\x98\x7c\xb8\xdc\x6d\xf9\xdd\x77\xdf\xd5\ \xde\xde\x5e\xab\x75\x35\x9b\xcd\xda\xf3\xbb\x4c\x0f\x39\x4d\xa6\ \x85\x8c\xa7\xec\x9a\xef\x4c\xda\x4e\xf0\xd3\x65\xb9\xaa\x5e\x00\ \x59\xb2\x3c\x9c\x96\x04\x1f\x58\xab\xaa\x5a\x93\x75\x80\xa2\xbb\ \x43\x0f\x40\x49\x06\x2b\x19\xe4\x5c\xcb\x19\x8a\x03\xf0\x33\x17\ \x2c\xd9\x46\x7d\x78\x7c\x7c\x6c\x60\x8c\x5c\x19\x9f\xaf\xdd\x9f\ \xcf\x4b\xb6\x0b\x03\xd5\x65\x22\x73\xdc\x33\xbc\xa8\x7f\xbe\x03\ \x38\x26\xf8\xcb\x7c\xb2\x04\xae\xa9\xab\x36\x39\x58\x9b\x6b\x73\ \x6d\xae\x9f\xf5\xfa\xe6\x9b\x6f\x1a\x93\x84\x19\x4a\x25\x99\x86\ \x39\x29\xf8\xd5\x6a\xd5\xd8\x12\x20\x29\x8f\xb3\x91\x94\x9c\xe7\ \xd7\x29\x01\x80\x4d\xd9\xdf\xdf\x6f\x2c\x4c\xe6\xfd\x50\xd6\x42\ \x85\x42\x93\x3b\x3b\x3b\x75\x7d\x7d\xdd\x0c\x9b\xc4\xf7\x4c\x46\ \x16\xc6\x13\x86\x02\xb6\xb2\x40\xa2\x3e\xcd\xe7\xf3\xf6\x0c\x6c\ \x8f\xd0\x03\x83\x28\xa7\xc7\x3d\x9e\x91\x46\x4c\x49\x8a\xef\xbf\ \xff\xbe\xed\x48\xbb\xba\xba\x6a\x21\x51\x00\x44\x59\x06\x3b\x32\ \x95\x87\x58\xad\x5e\xca\x3a\x5c\x5e\x5e\xb6\xb1\xbf\xbd\xbd\xad\ \xf1\x78\xdc\x0e\x83\x7e\x7e\x7e\xae\x0f\x1f\x3e\xd4\xce\xce\x4e\ \xcb\x59\x4b\xf6\x41\x9e\x8e\xfc\xb7\x7e\xbf\x5f\x57\x57\x57\x75\ \x7d\x7d\xdd\x00\x62\x82\xe4\x64\x07\x8d\x9f\x5c\x31\x40\xb9\xaa\ \xd6\xc6\x4a\x48\xad\xea\x35\xf9\x1e\x48\x26\x17\x97\x97\x97\x2d\ \xac\xfa\x8b\x5f\xfc\xa2\xbe\xfb\xee\xbb\x06\x8a\x54\x79\xb7\xb1\ \xe1\xef\xff\xfd\xbf\xdf\x12\xa8\x31\x24\x7f\xf2\x27\x7f\xd2\xf2\ \xf6\xfc\xbd\x9b\xb7\x06\xb4\x61\xde\x92\xe5\xd0\x2e\x45\x44\x95\ \xfe\xc0\x84\xc9\x5f\x33\x77\x09\x12\x32\x97\x2a\x19\x2c\xb2\x06\ \x6c\x92\xff\x0c\x01\x03\x0c\x9e\x0f\x70\x02\x7c\xc9\xba\x90\x65\ \x4c\xa5\xf1\x07\x92\x81\xe3\x2e\xf0\xc8\xdc\xa3\x64\xee\x00\x3e\ \x32\x91\x7f\xcb\x90\xb5\x7b\x38\x31\x09\xd2\x32\x6c\xda\x65\x86\ \xc8\x7e\x32\x5e\xd6\x5b\xe6\x6e\x75\x19\x2a\xf7\x63\x85\xbb\x80\ \x4f\xbf\xb2\x2d\x09\xf6\x32\xa7\x2d\xef\x07\xb8\xba\x8c\x99\xf9\ \x14\xb2\xdc\xda\xda\xda\x00\xac\xcd\xb5\xb9\x36\xd7\xcf\x77\xbd\ \x7b\xf7\xae\x85\xd5\xb0\x56\x77\x77\x77\x75\x78\x78\x58\x4f\x4f\ \x4f\x0d\x84\x28\x0f\x40\xd1\x32\xcc\x14\x9d\x04\xf8\x7e\xbf\x5f\ \xdf\x7c\xf3\x4d\xcb\x7b\x91\x3b\xc5\x3b\x9f\xcd\x66\x75\x7f\x7f\ \xbf\x76\x60\x2f\x20\x42\x01\x4b\x68\xce\x5d\x7a\x00\xd7\xe9\xe9\ \x69\x03\x7e\x6a\x34\x01\x53\x19\xf6\xb1\x7b\x2f\x15\x70\xe6\xd4\ \x30\x10\x19\x82\xc9\x90\x58\xaf\xf7\x7a\x28\x70\x86\x45\x9c\x99\ \xc7\xa0\x0a\x87\x61\xbd\xe4\xd4\x08\x95\x32\x3e\x8c\x3e\x63\x21\ \x11\x5b\x5d\x28\x21\x48\xc9\xd9\x79\xae\x9b\x70\xab\xc2\x9e\xc9\ \x32\xa9\xf3\x54\xf5\x0a\x02\xb4\x1d\x5b\x95\xa0\xc3\x1c\x63\xff\ \xfe\xce\xdf\xf9\x3b\x0d\x08\xdc\xde\xde\x36\x16\x0c\xd0\xca\x0a\ \xfa\xa7\xa7\xa7\xed\xfb\xab\xd5\x4b\x1d\xb0\xc7\xc7\xc7\x3a\x3c\ \x3c\x6c\x67\x4e\x4a\x4a\xfe\x2f\xff\xe5\xbf\x54\xbf\xdf\xaf\x7f\ \xf8\x0f\xff\x61\x03\x26\x8a\x7a\x92\x13\x40\x4a\x48\x27\xb7\xd9\ \x67\x98\xcb\x05\x28\xdc\xdc\xdc\xb4\x73\x08\xd5\xb0\xca\xf0\x6a\ \xaf\xd7\x6b\xe7\x0a\x26\x2b\x95\x85\x5f\x19\x6f\xe0\x26\xaf\x6e\ \xee\x5a\xb2\x30\x12\xf2\xc9\x04\xf9\xc9\x44\xed\x3c\x39\x20\x99\ \x2c\x6b\x21\x77\xdb\x02\x22\x99\xff\x44\x1e\x01\x42\x9f\x69\x67\ \xb2\x3f\x19\x12\xfc\x5a\x58\x32\x19\xa1\xee\x98\x76\x77\x37\x76\ \x19\xaa\x0c\x0f\xeb\x6b\x02\xad\xbc\x3f\xc1\x95\xf9\xcb\x36\x6a\ \x9f\xf0\x75\xf7\xbe\xd4\x2d\x5d\x76\xcb\x1a\xce\x7b\xbc\xcb\x7a\ \x4e\x66\x6c\x8d\x89\xfc\x5f\x29\xc0\xcd\xb5\xb9\x36\xd7\xe6\xfa\ \xbf\x75\xe5\x8e\x3a\x21\xaf\xd1\x68\xd4\xd8\xa9\xcc\x35\x01\x72\ \x30\x45\xa9\xd8\x3c\x07\x3b\x21\x59\xd7\xcf\xca\x36\xec\xef\xef\ \x37\x43\x27\xd1\xdd\x77\xb1\x26\xda\x90\x5e\xfd\x72\xb9\xac\xf9\ \x7c\x5e\x93\xc9\xa4\x19\x3c\x46\x19\x70\x01\x6a\xd2\xf3\xed\xf7\ \xfb\x2d\xec\xe6\x38\x9c\x4c\x4a\xcf\xc2\x9f\xde\x95\x07\x49\x67\ \x6e\x48\x7e\xcf\xee\x46\xe3\xc3\xb8\xde\xdd\xdd\xb5\x31\xc2\x08\ \x56\xd5\xda\x6e\x3e\x20\x48\xd2\xbd\xe7\x09\x85\x6a\xbf\xea\xf3\ \x98\x27\xff\xe7\x67\x42\x6e\x00\x94\x9d\x97\x3e\x57\x76\x23\x13\ \x85\xcd\x1b\x26\x31\x19\xc3\x83\x83\x83\x1a\x8f\xc7\x35\x9f\xcf\ \x5b\x85\x78\xd5\xd9\x31\x5b\xc0\xcc\xe9\xe9\x69\x0d\x06\x83\xfa\ \xee\xbb\xef\x5a\x48\xc9\xce\xbf\x5f\xfd\xea\x57\xf5\x1f\xfe\xc3\ \x7f\xa8\xbf\xfe\xeb\xbf\xae\xbf\xf8\x8b\xbf\x68\xb5\xba\x8c\x55\ \xd5\x4b\x0e\xd7\x9b\x37\x6f\xd6\x58\x10\x86\xd3\xae\x39\x80\x4d\ \x08\xfa\xee\xee\xae\x7e\xf8\xe1\x87\xb6\x39\x00\xc0\x55\x39\xbf\ \xdf\xef\xd7\xf9\xf9\x79\xeb\x87\x5d\x89\x40\x22\x10\x98\x63\x59\ \xb5\x7e\x60\xb0\x7b\x81\xaf\x04\x16\xae\x0c\xbb\x61\xa9\x3c\xc7\ \x67\xc9\x58\x99\x73\x72\x50\x55\x6b\xd5\xd8\x85\xb6\x72\xb7\x61\ \x3a\x1c\x09\x2a\xd2\x69\xe8\x32\x55\x39\x5e\xee\xcd\x70\x61\x86\ \x10\x93\x05\xea\x86\xf2\xb4\xdb\x95\x61\xbf\xcc\xf5\xf2\xdc\x04\ \x5b\x98\xc7\xac\xcf\x95\xcc\x58\xca\x23\x70\x95\xe1\x56\xe1\xbd\ \x64\xdf\x5c\xdd\x90\xa0\x7e\x00\xa6\xd9\x86\xa7\xa7\xa7\x0d\xc0\ \xda\x5c\x9b\x6b\x73\xfd\x7c\xd7\xe7\xcf\x9f\x5b\x08\xe5\xf2\xf2\ \x72\xcd\x98\x08\x2f\x55\x55\x63\x9d\xb0\x59\x09\x2e\x28\x5c\xc6\ \xe0\xfd\xfb\xf7\x75\x73\x73\xd3\x18\xa6\xab\xab\xab\xf6\xb9\x23\ \x63\xec\x38\x13\x62\x53\xa1\x5d\x52\x2d\x50\x34\x9f\xcf\x5b\x8d\ \x1d\x00\xea\xf0\xf0\x70\xcd\xf8\x54\xbd\xee\xfc\x63\x98\x25\x4f\ \x33\x4e\x6a\x4b\x65\x78\x51\x25\x73\x09\xf3\xc0\x0e\x50\xa1\x9d\ \xc2\x9d\x42\x32\x92\xbd\x31\x0c\x8e\x8b\xc9\x3c\x1a\x06\x3a\xc3\ \x9f\xf2\xaa\xb0\x57\xc2\x72\xcf\xcf\xcf\x0d\xd4\x60\x0a\x72\xd7\ \x9e\x39\xc8\x9d\x8d\x42\x6a\x18\x41\xc0\x35\x81\xaa\x0b\xc0\xdd\ \xdf\xdf\x5f\xab\x33\x56\x55\x8d\x71\x61\x98\x93\x61\x4a\xf0\x0d\ \x6c\xa7\x81\x06\x40\xbe\xff\xfe\xfb\xd6\x5f\xb2\x20\x99\xff\xf6\ \xf6\xb6\xfe\xdd\xbf\xfb\x77\x0d\x54\x01\xc5\xc0\xaa\x5c\xad\x04\ \xa2\x80\x4f\xb2\x3c\xe6\xf9\xd3\xa7\x4f\xed\xe7\x0c\xbf\xc9\xe1\ \xca\xfa\x5e\x8c\x38\x76\xd5\x3c\xb8\x37\xc3\x51\xe4\xc9\x05\x78\ \xf8\x6e\x55\xad\x81\xa1\x64\x8b\x72\x1c\x17\x8b\xd7\x43\xd0\x39\ \x25\x09\x70\xf4\x31\x43\x7a\x99\xc0\x4e\x8e\xdd\xd7\xcd\x91\x4a\ \xf0\x94\xef\xce\x9c\x25\x6d\x34\x36\xe6\x2e\x43\x82\x64\x2b\xd9\ \x22\xdf\xcf\x31\xf0\x7b\x96\x00\xe9\xee\xea\xf3\x3f\x60\xc3\xb9\ \xc8\x10\x6c\x17\xe8\x65\x1f\xba\xa5\x18\x8c\x6b\x86\x0d\x33\x61\ \xbe\x9b\x8b\xd5\x7d\x8f\x3e\x0e\x06\x83\x0d\xc0\xda\x5c\x9b\x6b\ \x73\xfd\x7c\x97\x23\x53\x00\x9d\x3c\xaa\x83\x61\x56\x6c\x72\x67\ \x67\xa7\x66\xb3\x59\xcd\xe7\xf3\x96\x9f\x54\xf5\xc9\x70\xfa\x1d\ \x00\x00\x20\x00\x49\x44\x41\x54\x9a\xbb\x42\x51\x33\xcc\xce\x86\ \x9b\x4e\xa7\xf5\xed\xb7\xdf\xd6\xc3\xc3\x43\xfb\xee\xc3\xc3\x43\ \x4d\x26\x93\x96\x6f\x54\x55\x0d\x60\xa5\x81\xc0\x5a\x00\x59\x8f\ \x8f\x8f\xf5\x9b\xdf\xfc\xa6\xed\x08\xa3\xd4\x25\x51\x27\x13\x97\ \x09\xca\x18\x02\x20\x47\x55\x74\x5b\xfd\xf5\x51\x4e\x96\x90\xa1\ \xb1\xc1\xc0\x60\x86\xd4\x75\x72\x3f\xa3\x99\x8c\x93\xbc\x34\x7d\ \x60\xcc\xc6\xe3\x71\x0b\xc1\x61\xad\x32\xaf\x24\xb7\xbf\x33\x30\ \xfa\x02\x3c\x68\xf3\x78\x3c\x6e\x06\x3d\x77\xba\x25\xf3\x58\xf5\ \x62\x20\xef\xef\xef\xeb\xf8\xf8\x78\xad\x2e\x57\xee\xc8\x04\x30\ \x85\xb8\xf4\x51\xb2\x7b\x82\x59\x7d\x53\x12\x22\x0b\x64\xce\xe7\ \xf3\x9a\xcf\xe7\x0d\x5c\x02\x0e\xea\x5b\x29\xc5\x81\x5d\x34\xdf\ \xfb\xfb\xfb\x75\x71\x71\xb1\x76\xfc\x91\xb2\x11\xfd\xfe\xcb\x26\ \x05\x3b\x31\x7b\xbd\x5e\xab\xb5\x05\xb0\xee\xef\xef\xd7\x64\x32\ \xa9\xa3\xa3\xa3\xc6\x10\x66\x18\x4e\x8e\x14\xe3\x9c\xa0\x43\xde\ \x60\x77\x47\x1d\x76\xc4\xd8\x66\x2e\x95\xbe\x75\x73\xa3\x12\xbc\ \x58\x1f\xe6\xd2\x3a\xd2\xe7\x6e\xb8\x32\x99\xa2\x2e\xab\x46\x8e\ \x7d\xd6\x6d\x4f\x55\xb5\xb1\xcb\x3e\x77\x9f\xe9\xf2\x2c\xb2\xd2\ \x7d\x07\x19\xee\x86\x14\x5d\xe4\x21\x41\x6a\x32\x77\xc9\x00\x27\ \x28\xca\xd0\x9f\xcf\x80\xc0\x7c\x6e\xe6\x6b\x25\xa3\x95\x4e\x80\ \xf6\x09\x5d\x6b\x6b\xcb\xa5\xfc\x3f\xa4\x27\x37\xd7\xe6\xda\x5c\ \x9b\xeb\x7f\xfb\xe2\x05\xda\x0d\x57\xf5\xaa\x78\x81\x00\x21\x2c\ \xbb\xa0\x84\x96\xb0\x35\x94\x33\xcf\x56\xe8\x83\xc1\xe5\xd1\x02\ \x4a\xca\x2b\x60\x61\xaa\xaa\x85\xd7\xd2\x38\x09\x11\x56\x55\x2b\ \x48\x09\xf8\xf0\x94\x81\x26\x86\xcb\x8e\x39\x40\x41\xae\x17\x66\ \x00\x0b\xf4\xed\xb7\xdf\xae\x31\x74\x77\x77\x77\xed\xcc\xba\xe9\ \x74\xda\x76\xa1\xc9\x2f\x03\x18\xfd\x0e\x78\xa9\x13\x84\xe5\x1a\ \x8f\xc7\x0d\x40\x4c\xa7\xd3\xb6\x05\xdf\x6e\x3d\x60\xc8\x4e\x42\ \x46\x6f\x32\x99\xb4\xe2\x99\x9e\x95\x4c\xcb\xf5\xf5\x75\x63\xc4\ \xc6\xe3\x71\x4b\xe6\x07\x8a\x6c\x28\x30\x86\x99\x44\x9d\x55\xf0\ \x6f\x6f\x6f\x5b\xcd\xa9\x9b\x9b\x9b\xfa\xf0\xe1\x43\xfb\xae\x31\ \xbe\xbf\xbf\xaf\x93\x93\x93\x7a\x7c\x7c\xac\xeb\xeb\xeb\x56\xd2\ \x41\xbe\x5c\x86\xc7\x6e\x6e\x6e\xea\xf8\xf8\xb8\x86\xc3\x61\xdd\ \xde\xde\xb6\x3a\x58\x3b\x3b\x3b\x8d\x6d\x02\x84\xb5\x81\x9c\x98\ \xc3\x83\x83\x83\xba\xbf\xbf\xaf\x9b\x9b\x9b\x06\xdc\x85\xfc\x3e\ \x7d\xfa\xd4\x80\x11\x30\xbc\xb3\xb3\xd3\x40\x22\x66\x6c\x32\x99\ \xd4\xd9\xd9\x59\x6b\x1f\xd0\xc2\xf0\x92\x05\xef\xcf\xdc\x9e\x64\ \x48\x32\x1f\x28\xd9\x1a\xf9\x74\xfa\x9e\x40\xcc\xb3\x32\xef\x4e\ \xf2\xbf\xf9\xb3\xa6\xb0\x60\x42\xc5\x5f\x0b\x85\x49\x9c\xcf\xb6\ \x01\x53\xe9\xc8\x64\xc8\x2e\x99\xa8\x04\x95\x09\xb8\x01\xff\xee\ \x6e\xbf\x64\xbf\xcc\x89\x0d\x13\xdd\xbc\x2e\xec\x6a\xdb\xa5\xf7\ \xb7\xff\x9b\xcf\x4c\x6a\xcf\x9d\x7f\x55\x7f\xbc\xb1\x20\xfb\x92\ \x6d\x31\xdf\x9c\xa2\x6e\xb8\x9e\x8e\xc8\xdc\xae\xaa\x6a\xeb\xd0\ \x3c\x6e\x6d\x6d\xd5\xd6\x37\xdf\x7c\xd3\x06\x41\x02\x25\x5a\x9a\ \xd7\x82\x12\xef\xd2\x98\x79\xfc\x81\x06\x52\x7e\xce\x83\xf2\x77\ \x31\x74\x89\x91\x94\xd2\xaf\x7f\xfd\xeb\xba\xbf\xbf\xaf\x4f\x9f\ \x3e\xb5\x02\x7e\x04\x2b\x77\x00\xe5\x84\x53\x32\xfe\x3e\x1c\x0e\ \xdb\x6e\x98\x8c\xa7\xf2\xc6\x12\xd5\x5b\x14\x72\x32\x4c\x9e\x7a\ \x36\x06\x0d\xc5\x4b\x89\x10\x46\xd4\xbe\xb1\x21\xe8\xef\xde\xbd\ \x6b\x9f\xf3\x8a\x32\x5f\x01\x75\xae\x1f\xbc\x55\x49\x8b\x84\xa9\ \xaa\xd6\x84\x3e\x69\x56\x8a\x22\x0f\xaf\x85\xf4\xc5\xf6\x73\x87\ \x84\xfe\x33\x42\x59\x8b\x86\xe7\x61\x41\x53\xb6\x0a\x05\x7a\x36\ \x16\x20\xe3\xfd\x94\x4c\x2a\x4f\xcf\x3c\x3f\x3f\x6f\xde\x5f\xd2\ \xf9\x1f\x3e\x7c\xa8\xd9\x6c\x56\xbd\x5e\xaf\x25\xae\xaa\x4f\x63\ \xe7\x13\xcf\xe1\xe1\xe1\xa1\x0e\x0f\x0f\x5b\x52\xa6\xf9\x4c\xf9\ \xd0\x6e\x0a\xd1\xdf\xde\xbd\x7b\x57\xb7\xb7\xb7\x6d\x81\x25\x85\ \x7f\x79\x79\xd9\x0c\xdf\xde\xde\x5e\x0d\x87\xc3\xba\xba\xba\xaa\ \xd1\x68\xd4\x0c\xe5\xfe\xfe\x7e\xab\x95\xc3\x0b\xb5\xeb\x4a\xb2\ \x6f\x8e\x81\x42\x98\xbc\x99\xb3\xb3\xb3\x16\xc2\x1a\x8f\xc7\xad\ \x2f\xbc\xe5\x0c\x4f\xfc\xf2\x97\xbf\xac\x8f\x1f\x3f\xae\x29\xbb\ \xbf\xf7\xf7\xfe\x5e\xad\x56\xab\x7a\xff\xfe\x7d\x8d\x46\xa3\x1a\ \x8d\x46\x75\x75\x75\xb5\xb6\xee\xf4\x27\x73\x90\xac\x45\xc9\xe0\ \xd8\x19\xe3\xc7\xd3\x1f\x8f\xc7\xb5\x5a\xad\xda\x36\x77\xc5\x38\ \xb7\xb6\xb6\xda\x56\xfe\x93\x93\x93\x3a\x3f\x3f\xaf\xdf\xff\xfe\ \xf7\x6b\x05\x23\xdf\xbd\x7b\xd7\xe4\x44\xa8\x27\xc3\x74\xb6\xb4\ \xdf\xdf\xdf\xd7\xb7\xdf\x7e\x5b\x3b\x3b\x3b\xf5\xf9\xf3\xe7\xb6\ \x5e\xbf\xf9\xe6\x9b\xa6\xbc\x2f\x2e\x2e\xea\xf2\xf2\xb2\x4e\x4e\ \x4e\xda\x3c\x32\xae\x59\x5f\x89\x0c\xe9\x87\x75\x42\xee\x33\xc4\ \x57\x55\x6d\xd7\x1b\x90\xe5\x73\xbb\xc2\xec\x9c\x73\x6e\x5d\x26\ \xef\xf2\x98\xe9\x10\xf2\x49\x06\x84\xb9\xac\x7f\x55\xd4\x85\x72\ \xe8\x42\xd5\xcd\x7b\xbd\x97\xe3\x5e\x18\x56\x6d\xae\xaa\xb5\x2d\ \xe8\x5d\x59\x16\x5e\x04\xd6\x7a\xbd\x97\x5d\x70\x92\xfe\x73\xed\ \xd1\x6f\xc0\x60\x86\x88\x3c\x1f\xe8\x14\x36\xc1\x30\x48\xd0\x27\ \x47\xb9\x8b\x2c\x8f\xa1\x59\x2c\x16\x75\x72\x72\x52\xd7\xd7\xd7\ \xad\x28\x25\x03\x73\x73\x73\x53\x7b\x7b\x7b\x2d\xb4\x0a\x4c\xd0\ \x8f\x09\x10\xe9\x1c\x46\xdb\xce\x40\xef\xb4\x63\x12\xb0\xaa\x7a\ \xc9\x93\xb2\x76\xc9\x02\xdd\xfd\xf0\xf0\x50\x27\x27\x27\x2d\xd4\ \x27\xe9\x3d\x73\xf4\xee\xee\xee\x1a\xe0\xc4\x88\x5a\x4b\x92\xe6\ \xef\xee\xee\x1a\xb0\xd4\x66\xa1\x68\x32\xe4\xe7\xdc\xa9\xea\x70\ \xf2\xc9\x64\x52\xc7\xc7\xc7\xb5\xbf\xbf\xbf\x76\xcc\x8d\xb9\x4d\ \xe6\x85\x6e\xa7\x4f\x85\x7d\x8d\x99\x71\xa5\x4f\x32\x0c\x48\xf7\ \xe4\xe6\x85\x7c\x07\xb0\xcd\x6e\xd0\x0d\x29\x77\xc9\x34\x65\x72\ \x7d\x3a\x28\x74\xb6\x67\xd3\x4d\xe6\xcd\x3c\xea\xd7\xd7\x72\xaf\ \xd8\xac\x2e\xc3\x95\xc0\x52\xfb\xc8\x53\xb6\xd5\x77\x73\xac\xd2\ \x76\xfa\x59\x1b\x12\x9b\xc0\x08\x9e\xcf\xbe\xfb\x99\xad\xe8\xb2\ \x81\xd6\x46\xea\xd9\x6e\x08\x30\xd9\xac\x04\xc5\xc0\xac\x39\x6a\ \x38\xe6\xf0\xf0\xf0\xaf\x32\x76\x89\xfa\xcd\xbf\x25\xaa\xee\x6e\ \x03\xcd\x46\x78\x69\x02\x17\xc2\x68\x51\xe7\xd5\xeb\xf5\x9a\x71\ \xcb\x0a\xae\x26\x2c\x07\xae\x4b\x99\x26\x92\xcf\x89\xcf\xcb\xc0\ \x64\x22\x5a\x2a\xdd\x9c\xe4\x14\x36\xc2\x61\xb0\x78\xcb\xde\x6f\ \xa1\x64\xd2\x29\x4f\x58\xed\x99\xec\x7b\xd2\x95\x04\x33\xdb\x9c\ \xde\x83\x31\x64\x60\x32\x21\x2f\x69\x56\xb4\x79\x2e\x22\x7f\x37\ \x37\x16\x9d\x05\xeb\xea\x82\xd8\x4c\xaa\xe5\x05\x01\xcd\x42\x1a\ \x76\x28\xa5\x47\x95\x63\x60\x9c\x26\x93\xc9\xda\xdc\xf8\x0e\xc3\ \x29\x84\xd3\xcd\x85\xe0\xf5\xe6\x4e\x15\x09\xad\xe9\x21\xb9\x52\ \x46\xf2\x62\x9c\x18\x09\x20\x80\xb1\xc8\xf1\x37\xa6\x9e\x9f\x0b\ \xc7\x1c\x78\x2f\xe0\x95\xa1\x1f\x6b\x85\x32\xa4\x80\xc9\x8e\xfe\ \xe9\x1b\x63\xe8\xfd\x27\x27\x27\x2d\x3f\x48\xad\xa1\xf3\xf3\xf3\ \x96\x63\x83\x7d\x00\x06\x92\x39\x61\x6c\x6e\x6f\x6f\xeb\xcd\x9b\ \x37\x6b\xa1\x15\xbb\xaf\x8c\x3b\x85\x34\x18\x0c\xea\xfa\xfa\xba\ \x1d\xf1\x42\x39\x0a\x79\x98\x43\x32\xe1\x48\x13\xe0\x01\x88\x71\ \xac\x0d\xf0\x21\x9f\xc6\xf6\xf8\xd5\x6a\x55\x67\x67\x67\x6b\x39\ \x2c\xd6\x18\xc5\x89\xe9\x70\xb4\x89\xf9\xc4\x22\x98\x0f\x8e\x48\ \x2a\x6c\x72\x87\x69\xa1\x3c\x13\x28\x91\xdf\xd1\x68\x54\xd3\xe9\ \xb4\xf6\xf7\xf7\xdb\x2e\xb5\xaa\x17\x40\xaa\x36\x11\xb0\x28\xcf\ \x8b\x71\x19\x0c\x06\x75\x71\x71\xb1\x96\x6f\x01\x54\x49\x5e\xd6\ \x5f\xec\x86\x79\x77\xe4\x8e\xb9\x9a\x4c\x26\x4d\xde\xd2\x49\xc8\ \x7c\x19\xeb\x4f\x1b\xe9\x00\xcc\x58\x7a\xd4\x1c\xe1\x94\x11\x0c\ \x58\x32\x31\x9c\x4f\x73\x05\x44\x0d\x87\xc3\x35\xa7\x32\x99\x05\ \x6b\x06\x58\x58\x2c\x16\xcd\x39\x91\xd7\xe6\x1e\xe3\xe0\x6f\xd6\ \x06\xa3\x06\xf0\x31\x40\x74\x92\x70\x5c\x1a\x5e\xe3\x90\xe7\x2f\ \x72\x0a\x1f\x1f\x1f\x5b\x8e\xd8\x70\x38\x6c\xc6\x54\x0e\xd8\x6c\ \x36\x6b\x07\x43\x63\xa0\xc8\x8d\x3e\x59\x7f\xda\xae\x0e\x97\xb5\ \xc1\x49\xa7\xbb\xe8\x41\x87\x50\xd3\x5d\xd6\xc2\xd1\xd1\x51\x9d\ \x9f\x9f\xd7\xd9\xd9\x59\xcb\x41\x4b\x1b\x94\xf9\x44\x64\x32\x41\ \x00\x9b\x08\x18\x25\xd3\x92\xb2\xc4\x90\x63\x55\x7c\x3f\xf5\xa2\ \xb5\x9b\xac\x6b\x12\x06\xe9\x54\x67\x12\xfc\xd7\x00\x4f\x3e\x5b\ \x9b\x3c\xcb\x38\x70\xf4\x13\x6c\x25\xf8\x22\xcf\xa9\x9f\x39\x7c\ \xe6\x20\x09\x07\x9f\x67\x98\x90\xcc\x23\x0e\x72\x6c\xc8\x99\xb1\ \xe9\xb2\x4c\xfa\x9d\xa1\xcc\x9c\x8f\xae\xc3\xda\xb5\xc1\xf9\x7f\ \xda\xd8\xee\xc5\x7e\x64\x1e\x5f\x8e\x51\x3f\x8d\xa6\x89\xe2\xcd\ \x24\xa8\x31\x28\xc0\x57\x76\x2c\x59\x8c\xf4\x30\xb3\xa3\x84\x97\ \x40\x69\x1c\x24\x9d\x47\x08\x68\x30\x41\x21\x5c\x89\x56\x09\x6d\ \x2a\x3f\x9d\xcc\xc5\x92\xcf\x34\x01\x76\xb7\xe4\x00\x25\x8a\xcd\ \xef\x41\xe6\xb9\x50\x13\xe1\x77\x29\x43\x0b\x49\x9e\x02\xf6\x2a\ \x27\x1f\x90\xfd\x9a\x37\xe2\xf3\xaf\x09\x38\xa1\xd3\x3f\x6c\x82\ \xf7\x56\xbd\x16\x7d\x5b\x2c\x16\x2d\xb7\x24\xe7\xc8\x38\x65\x22\ \xab\x76\xf9\xbb\xe7\x6b\x43\xf6\x37\xc1\xa9\x67\xa7\x77\x43\x19\ \x76\x81\xe1\x62\xb1\x68\xac\xa5\x05\x9e\x54\xae\x76\xeb\x03\xe5\ \x6f\x3e\xb2\xbd\xc6\x40\x75\xed\x0c\x2f\x29\xd6\xe8\x3b\x39\x8f\ \x16\xac\xf1\xf6\xec\x64\x2b\x73\xac\xbf\x96\x47\xe3\x7e\x8a\x4c\ \xbf\x1d\x19\x62\x6e\x8d\x1f\xe5\x60\x4d\x61\x1d\x32\x94\x90\x73\ \xad\x80\xe1\x62\xb1\x68\x45\x1c\xab\xaa\x19\x4a\x2c\x86\xcf\x1c\ \x21\x03\xf0\xcc\x66\xb3\x06\xb2\xf4\x0f\x60\xc2\x7c\x1a\x07\x06\ \xd5\xfb\x00\x02\xf7\x66\x4d\x1c\xcf\xea\x3a\x22\x1c\x08\x8c\x43\ \xd5\x6b\x11\x4c\x3a\x80\xde\x30\x36\x94\x2b\xf0\xc6\x90\x1a\x63\ \xbb\xd1\x52\xc1\x19\x77\x72\x4a\xa6\x92\xc9\xaa\xaa\x36\x07\x58\ \x0e\x55\xb4\x53\xdf\xf4\xfb\xfd\xf6\x37\xb9\x3a\xd6\xa3\x39\x4e\ \xa5\x9c\x8c\x6c\x1a\x50\x6c\x3c\x19\xa6\x8f\xd2\x09\xc4\x9c\x91\ \x93\xad\xad\x97\x23\x72\xb0\xab\xd6\x34\x76\x4c\x3b\xb3\x0d\xd6\ \x09\x83\x0f\x04\x2a\x85\x90\xa1\x9a\x1f\x7e\xf8\xa1\x15\xc6\x24\ \x13\xab\xd5\xaa\xed\x64\xf3\x4e\x72\x43\xd6\x31\x4f\x58\xe6\xa7\ \xa7\xa7\x26\x03\xd6\x80\x90\x25\x9d\x46\xce\x8c\x85\x5c\x24\xed\ \xdb\xda\x7a\xad\x6c\x5e\xf5\x5a\xd3\x6a\x6f\x6f\xaf\x45\x31\x8c\ \x0d\x40\x9f\xc6\xd7\xda\xb5\x0b\xce\x18\x27\x33\x56\xf5\xc2\x5a\ \x2a\xf4\x7a\x7f\x7f\x5f\x9f\x3f\x7f\x6e\xeb\x4f\xa8\xd2\xbc\x56\ \xbd\x96\x3a\x20\x9f\xf4\x24\xf0\x9c\xc7\xea\x58\x5b\xd6\x3b\x27\ \xd0\x73\xd5\xb9\x4a\x79\xd7\x07\xe3\xad\xed\xd6\x4b\xae\x0b\x36\ \x8b\x8c\xd1\x0b\x74\x38\x9b\xda\x0c\x76\x00\xb2\xd4\x8f\x00\x5b\ \xda\x6c\xcc\xb5\x31\x24\xbb\x49\x2e\xb0\x39\xf4\x5e\xda\x42\x6d\ \x4c\x79\xcf\xdc\x2d\x3a\xa0\x6b\x3f\x7d\x27\x59\xa6\x24\x1c\x12\ \x80\x68\x5f\x46\x99\xac\xf7\x64\x8e\x8c\x19\xd9\xe4\x80\x77\x19\ \xae\xb4\xad\xe9\xa8\xa5\x7d\xea\xda\x9c\xb4\xf7\xc9\x30\x9a\x4b\ \x63\x9d\xed\xd6\xa6\xff\x19\xc9\xd4\xc8\x9d\xec\x58\x7a\xc8\xdd\ \x17\xa7\x62\x49\x74\x0a\xb0\x24\xb3\xe3\xe5\x39\xa9\x5e\x08\xf8\ \x30\x5e\x6a\xb6\xe4\x60\x26\xa5\x98\x00\x8d\xb1\x49\xc0\xa7\x83\ \xc2\x4c\x14\xaf\x7e\x24\x98\x33\x71\xbc\x4e\xc2\xdc\x1d\xb4\xec\ \x8f\x05\xe9\x19\xb9\xd0\xf5\x57\xbd\x1d\xed\xa2\xe4\xbb\x88\x3a\ \x27\x28\x17\x85\x77\xfb\x7e\xbf\xff\x7a\xc6\x97\x85\x9b\xf3\xe1\ \x9e\xa4\xfa\xcd\x0b\x65\x6c\x31\x13\x24\x49\xa4\xdd\xbe\x01\x83\ \x39\x3e\x04\xd6\x5c\xe5\xf8\x18\x23\x7d\xcf\x85\x4f\x89\x52\x4e\ \xf2\x5d\x08\x35\xe1\x4f\x5a\xb5\xaa\xda\xbc\x26\x30\xeb\xf5\x7a\ \xcd\x63\xad\xaa\xa6\xa4\x53\x3e\x28\x54\x0a\x9b\x77\xce\x78\x52\ \xc6\x18\x21\xc6\x2e\x73\x6c\x32\x21\x99\x1c\xe6\xa5\xed\xc2\x9a\ \xfa\x9f\xe1\xa1\x54\xac\x18\x37\xe0\x0b\x18\xe3\xc5\xa7\x92\x37\ \x67\x5b\x5b\x5b\x2d\xbf\xa6\xab\x2c\x56\xab\x55\xf3\xc6\x33\x6c\ \x96\x0e\xc8\xcd\xcd\x4d\x3b\xd3\xed\xf4\xf4\xb4\x8d\x39\xe3\xa7\ \x4f\x09\x50\xaa\xaa\x9d\x77\x36\x1e\x8f\x5b\xfd\x9e\xe5\x72\xd9\ \x00\xc7\xd5\xd5\x55\xab\x3c\xbd\xb3\xb3\xd3\xce\x6a\x4b\xa5\xd2\ \xef\xf7\xd7\xce\x30\xd3\x07\x61\x56\x60\x4e\x48\x96\x81\x02\xdc\ \xac\x01\xc9\xe5\x00\x32\x96\x00\xe0\x64\xe0\xd3\x50\x0a\x5d\x98\ \xc7\xaa\x6a\x35\xa9\x0e\x0e\x0e\xda\x1c\x61\x45\x8e\x8f\x8f\xeb\ \xe4\xe4\xa4\xe9\x3a\x49\xde\xe9\x04\xa9\xeb\xb4\x5a\xad\xea\xc3\ \x87\x0f\x4d\xaf\x30\xd8\x4f\x4f\x4f\x6d\x0d\x3d\x3d\x3d\xad\x25\ \x99\x03\xc9\x80\x50\x9e\x3d\x68\x9d\x02\x15\xfa\x23\x11\x3b\x75\ \x91\x50\x13\x7d\xe1\x19\xb9\xd5\xde\x33\x84\x91\xad\x97\xd4\x19\ \xb7\xb7\xb7\x4d\x07\x70\xc8\xa4\x38\x00\x5a\x58\x08\x80\x10\x43\ \x45\x2f\x01\x68\x42\xa4\x76\x57\x56\x55\x3b\x8f\xef\xc3\x87\x0f\ \x6d\xde\x15\x45\xd5\x8f\xcc\x3f\x33\x0f\xf4\x15\x79\xc4\xfc\xd2\ \x01\x74\xa7\xf7\x64\xcd\x2d\xe0\x15\x70\xa1\xef\xd3\xd1\x66\x0f\ \xe8\x0e\xa0\x11\xa8\x05\x3c\x80\x55\xe3\x95\x79\x4b\x19\x4a\xc4\ \x4e\x99\x9f\xdd\xdd\xdd\x3a\x3d\x3d\xad\x37\x6f\xde\xac\xed\x16\ \x34\x27\x6c\x0e\xfd\xe7\xb3\xec\x13\x22\x22\xd9\x13\xed\x4d\x50\ \x95\x8e\x77\x57\xe7\x76\x43\xc4\x9e\x99\x0e\x41\xca\x5f\xea\x33\ \x76\x3f\x1d\xec\x04\x3c\xe6\x33\x6d\x4b\x86\x19\x53\x46\x00\x0b\ \xfd\xca\x75\xe1\x6f\xd9\xee\xae\x13\x93\xba\x24\x9d\x14\xed\xa8\ \x5a\xaf\x68\xef\x32\x5f\x19\x7e\x4d\x5b\xd9\xfd\x47\x6f\x91\xfb\ \x74\x7e\x13\x70\xfb\x07\x48\x5a\xdb\x1c\x3b\xed\xd2\x97\x9c\xd7\ \x7c\x5f\x55\x55\x3f\xa9\xb1\xf4\x48\x12\xc5\x59\x20\xd9\x40\x0f\ \x49\xe6\xc4\xcb\x19\x1e\x28\x3c\xc1\x51\xb2\x4e\x04\x4a\x87\x33\ \x57\x81\xa0\xa6\xf0\x25\x88\xcb\x18\xaa\x67\x54\x55\x0b\x59\x24\ \x65\x99\x20\x2f\xff\xb7\x4d\x3a\x4f\xb4\x67\xa8\xed\x10\xa1\x88\ \xd2\xa3\x65\xd8\x2c\x46\x8a\x8f\xc1\xa2\xa4\xe5\x82\xb8\x4c\x14\ \x25\xe1\xbb\x3c\x23\x13\x47\xd0\x2c\x6c\xca\x40\x7b\xba\x0b\x96\ \xe2\xf0\xf3\xda\x04\x77\x80\x4f\x32\x4c\x8c\x81\x79\xf4\x3b\xc3\ \x95\x21\xa7\x54\x5e\x0c\xa4\x85\xe6\xb9\x3c\x66\x0b\x2e\xbd\xdf\ \xf4\x02\x85\x63\x32\x3f\xae\xeb\xed\xc8\x3f\xf1\x2f\x17\x62\x82\ \x40\xf3\xef\x3e\x72\x93\xf3\x45\x2e\xfc\x2e\x24\x46\x6e\x28\x44\ \xb9\x56\xd9\x57\xf3\x85\x69\x01\xee\xf2\x18\x12\xef\x95\xaf\x96\ \x79\x49\xa9\x3c\x8c\x79\x86\x3e\x25\x72\x93\x75\xb2\x60\xbd\x91\ \x1f\x86\xd9\x19\x7c\xc7\xc7\xc7\x4d\x79\x4f\xa7\xd3\xba\xbe\xbe\ \x6e\x75\x96\x8c\x1d\xa0\x4e\x66\x31\x10\x47\x47\x47\xad\x3d\xe6\ \xd2\xd1\x32\xe6\x50\x18\x07\x1b\xf7\xf4\xf4\x54\xd3\xe9\xb4\x81\ \x67\x40\xc3\x81\xcc\x42\x55\xc2\xa9\xc6\x28\x65\x12\x50\xc4\xb2\ \x99\x3b\x35\xaf\xee\xef\xef\x9b\x81\xae\x7a\x61\x26\x18\x17\x20\ \x8c\x2c\x25\xa3\x4a\xff\x58\x93\x64\x40\x1e\x13\xb6\x03\xe0\xc3\ \x90\x24\x1b\x67\x7d\x72\x2c\x16\x8b\x45\x9d\x9e\x9e\xae\x9d\x55\ \x97\x6b\x30\x8d\xaf\x24\xec\x2c\x2b\xa0\x7f\xa3\xd1\xe8\x8f\x80\ \x96\x36\x5b\x87\x92\xd3\xb5\xaf\x6b\xa4\x81\x26\xce\x42\x86\xeb\ \x81\x3f\x6b\xdd\xbc\x0b\x0d\x27\xbb\x48\x9e\x33\x52\x91\x80\x31\ \x73\x0f\xb5\xbf\xeb\x8c\x59\x6b\xde\xb9\xbf\xbf\xdf\xf2\xe8\xf4\ \x5d\xfe\x6d\x55\x35\x00\x97\xac\x02\x7d\x4f\xee\xd9\x87\x34\xf0\ \xde\xe3\xfb\xa3\xd1\x68\x2d\x87\x94\xce\x55\x08\x36\x0f\xd7\xae\ \x7a\xb5\x5f\x09\x0a\xd2\x18\x5b\xa3\xc6\xd9\x1c\x63\x3f\x53\xce\ \xcc\xf5\xce\xce\x4e\x0d\x87\xc3\xfa\xc5\x2f\x7e\x51\xe7\xe7\xe7\ \xad\xc0\x2b\xfd\xeb\xfb\x80\x55\xbe\xcf\x7b\x52\x37\x27\x63\x9a\ \x04\x03\x3d\x90\x86\x5f\xfb\xf2\x3e\xfd\xc8\xef\x6b\xb3\xf7\x26\ \x60\xe8\x02\x9a\x64\xbf\x5c\x09\x20\xac\x2f\xcf\x75\x7f\xea\x6c\ \x7a\x3d\x3f\xcb\xf9\xa6\x23\xf5\xc3\xef\x9e\x91\xf3\x95\x76\xba\ \x1b\xb2\x4b\xbd\x0f\xa3\xa4\xac\xa4\xec\xe4\x58\x79\x9f\xb6\x74\ \x6d\x79\xb6\xed\x6b\xe3\xab\xdf\xd6\x0b\xbb\x6b\x0e\x93\x61\xcb\ \xf1\x6c\x44\x48\x52\x99\xbe\x90\x54\x38\xe3\x66\x92\x18\x86\xee\ \x80\xe4\x64\xa4\xc7\x92\xf9\x57\x89\x3e\xdd\x9f\x0b\x70\x67\x67\ \xa7\x15\x8f\xe3\xed\x56\xbd\x2a\x19\x61\x44\xb9\x0b\xbc\xe2\xa4\ \x64\x4d\x38\x2f\xd0\x7b\x28\xc7\x04\x44\x55\xd5\x3c\xc5\xc3\xc3\ \xc3\xfa\x27\xff\xe4\x9f\xb4\xbe\x33\x6c\x26\x8d\x12\xd2\x27\xc6\ \x28\x81\x1c\x8f\x32\xf3\x70\x80\x3d\xc6\x72\x7f\x7f\xbf\x79\xfc\ \x04\x94\x27\x65\x71\x19\x67\x8b\x25\x4f\x9a\x4f\xf0\x66\xec\x09\ \x54\xa2\xea\xae\xa7\xe0\x5e\xec\x5e\xd2\xc7\x5d\x65\x02\x4c\x58\ \x38\xe9\xa5\x25\xb0\x4a\x21\x35\x6e\xc0\x41\x7a\xc6\x3c\xd0\xed\ \xed\xed\xa6\x28\x33\x79\x9f\x32\x61\x58\x8c\x65\xce\x3f\x43\x90\ \x8b\xaf\xcb\x48\x91\x3d\x00\x2d\x19\x05\x20\x32\x3d\x5e\x7d\x36\ \x06\x99\x6b\xe4\x3d\x09\xd8\xd2\x3b\x62\xc8\xba\x0c\x5b\x8e\x89\ \x05\x6d\x7b\x38\xc0\x7a\x78\x78\xb8\x06\xb6\xd3\x03\x02\x8e\xc8\ \x8e\xc5\x2b\x17\x86\xd1\x61\x34\xe5\x82\x50\xf4\xfa\xaf\x8c\x40\ \x7a\xbb\x0c\xa8\x7b\x84\x75\xc8\x9a\x75\x6a\xbd\x65\x9a\x00\x06\ \x44\x68\x4f\x5b\x6f\x6f\x6f\xeb\xf2\xf2\xb2\x25\xcd\x93\x57\xf2\ \xc7\x00\x18\x3f\xef\x16\xa2\xca\x75\x63\x9d\x00\x6b\xc9\x0a\x19\ \xbf\x64\x55\xc9\x56\x8e\x3b\x36\xe4\xe1\xe1\x61\x0d\x54\x03\x22\ \xab\xd5\xaa\x8d\xa5\xf7\x03\x77\x64\xa3\xea\x75\x27\xa2\x70\x11\ \xd0\x08\x04\xa5\x97\xcb\x50\x33\xf2\xb9\xc6\x9e\x9e\x9e\xda\xa6\ \x07\x72\xe6\x1c\x40\x00\x50\xbb\x32\xf4\x02\x4c\x59\x53\xda\x49\ \xde\xab\xaa\xa5\x20\x58\xdf\x59\x68\x13\xb8\x36\x97\xc6\x0b\x4b\ \x9b\xba\xc0\x7a\xd5\x0f\xbb\xf1\xb0\x46\xae\xcc\x31\x32\x27\xf4\ \x8a\xf6\xb8\x94\xa0\x60\x2f\xf6\xf7\xf7\x9b\x4e\x3e\x3e\x3e\x6e\ \xb2\x9f\x86\x53\x1b\x8c\xb3\x10\x23\x9d\xc2\x39\x49\xa0\x49\x77\ \x68\x1b\x66\x30\xd7\x38\x20\x64\xae\x30\x7a\xd6\x84\x35\x9e\x9b\ \x13\xd2\x31\x62\x53\x86\xc3\x61\x9d\x9e\x9e\xd6\xf1\xf1\x71\x8d\ \x46\xa3\xb6\x3e\x8c\x2d\x00\x6d\x2d\xe7\xda\x4e\xbb\xda\xb5\x97\ \x09\x4c\x12\xf4\x79\x8e\x2b\xef\xe1\x24\x78\xa6\xb1\xa2\xa3\xab\ \xaa\xe5\x16\x76\x9d\x70\xf2\x05\x7c\x98\xd3\xae\xad\x30\xcf\x09\ \xf0\x92\xed\xca\x4b\x7f\xbc\x4b\xfb\x13\x48\x61\xb8\x5d\x09\x52\ \x12\x08\x66\x74\x28\x37\xaf\x65\xf4\x26\xd7\x7b\x37\x4c\x57\xb5\ \x9e\xa3\xeb\xf9\x3e\xcf\x08\x54\x02\xdf\x24\x8f\x72\x87\xa5\xf9\ \x49\xfd\x90\xce\x7e\x17\xbc\x26\x68\xec\x53\x76\xe9\x81\x10\x56\ \xca\x36\x3f\x23\x8c\x29\x24\x1e\x96\xe1\x27\x4a\x29\x77\x71\x25\ \xe2\x34\x28\xbc\x38\x20\x03\xcb\x91\xa8\x3c\x3d\x43\xf7\x64\xde\ \x4d\x86\x67\x74\x1a\xc8\xcb\xe7\xa4\xd1\xa4\x54\x78\xcf\x3c\xdb\ \x2e\x43\x92\x46\x20\x27\x96\x02\xe5\xdd\x13\xca\x1c\x3b\xed\x13\ \x3e\xb1\x78\xb2\x9d\x26\x8f\x61\x4f\x86\x4f\x11\xc0\x54\x98\x59\ \x0d\x5a\xd8\x8f\x12\xf6\x5d\xcf\x01\xee\x08\x75\xe6\x10\x50\xfe\ \x83\xc1\xa0\xd5\xb6\xe1\x49\xcb\x8f\x48\x79\x20\x90\xe9\x11\x26\ \xe2\xcf\xf1\xca\x1c\x23\xc2\x68\xb7\x0d\x19\x61\xd0\xb1\x43\x16\ \x39\xc5\x48\x98\x81\x04\xe0\xc9\x3c\x30\x2e\xc0\x70\x2a\xb9\x0c\ \xb7\x08\x93\xa4\x9c\x66\xb2\x7d\x2e\x3c\xeb\x20\x95\x73\x1a\x88\ \xee\x18\xdb\x5d\x66\x0c\x84\x3f\x80\x52\xa1\x4a\xf3\x0c\xf8\x09\ \x59\x66\x8e\x13\x19\xc1\x54\x49\xae\xbd\xba\xba\x6a\xf3\x44\x66\ \x81\x70\x3b\xda\x4e\x4f\x4f\xeb\xfc\xfc\x7c\x4d\xe1\xa7\x31\x36\ \x96\xc0\xbd\x8d\x08\x40\xa1\x71\xa6\x44\x84\x4d\xc8\x26\xe7\x04\ \x73\x75\x7f\x7f\xbf\x66\x60\x32\x2c\xd9\x65\x9c\x01\x68\x72\xec\ \xbd\xde\xb5\xb7\xb7\xd7\xb6\xb7\x73\x40\x38\x63\x09\x5e\x3d\x17\ \x2b\x9c\x1e\xa9\xf5\x64\xac\xd5\x2b\x32\xc6\xc9\xc6\x00\x4d\x74\ \x92\xfc\x1b\xb2\xe8\xd9\x5d\x03\x80\xb1\xb1\xde\x1f\x1f\x1f\x9b\ \xc3\x97\xfd\x4b\x50\xb7\x58\x2c\x6a\x32\x99\xd4\xe9\xe9\xe9\x1a\ \x2b\xcd\x41\x34\xc6\x98\x3d\xff\x18\x88\x9c\x1f\xc6\x52\x5b\x01\ \xc8\x5c\x8b\xe9\xd0\x2e\x97\xcb\xb5\x63\x7e\xb2\xc4\x43\x6e\xc4\ \x21\x57\xcb\xe5\xb2\xed\xd8\x7b\x7a\x7a\xdd\x59\x69\x1c\x33\xbf\ \x90\xac\x03\xd8\xde\x0d\x00\x65\x14\xc1\x3c\x03\x5b\xfa\x97\x1b\ \x84\x76\x76\x5e\x0a\x74\x92\x33\xc5\x3a\xab\xaa\xe9\xa3\xcc\xbb\ \x33\x37\x36\x16\xf4\xfb\xfd\x1a\x8d\x46\x6d\x0e\x44\x4b\xba\x3b\ \x07\x39\xb1\x40\x96\xb6\x3e\x3f\x3f\xaf\x85\x9b\xd8\x81\xb4\x37\ \xa3\xd1\xa8\x4e\x4e\x4e\x5a\x08\xf5\x6b\x21\x3b\x60\x2e\x73\x3a\ \xd3\x99\x4d\x32\xc3\x77\x3c\x4b\xbf\x92\x31\x49\x10\x94\xf2\x0d\ \x44\x5a\x27\x1c\x7e\xc0\xdf\xf7\x13\xd4\x25\x6b\x93\x0c\x4d\xea\ \x5d\xbf\xe7\xbf\xb4\x53\xfa\x68\x2e\xfc\x9c\xe0\x27\x73\x77\xcd\ \xbf\x36\x24\xf3\xd5\xc5\x0f\x09\xdc\x53\xdf\x58\x97\x69\xcb\x92\ \xdd\xcb\x7e\x75\x31\x03\x6c\x90\xe3\x99\xe9\x09\x69\x07\x73\x5c\ \x00\xca\x7c\x5e\xb7\xdd\xa9\x1b\x72\xfd\xe5\xb8\xfd\xed\x7c\xbf\ \x26\x6a\xe5\x00\xfb\x9b\x41\x4a\xcf\x31\xbf\x93\x83\x69\x92\x5c\ \x94\x91\xef\x89\x7b\x26\x48\x4b\xca\xf0\xe6\xe6\xa6\xae\xae\xae\ \x1a\xe0\x49\x4a\x90\x81\xc5\xfa\x78\x06\xd6\x21\x0d\x18\xa5\xc0\ \xc8\x60\x27\xb4\x27\xc1\x81\x45\x3f\x9f\xcf\xeb\xdf\xfc\x9b\x7f\ \x53\x77\x77\x77\x35\x9f\xcf\xeb\xcb\x97\x2f\x6b\x61\xcd\xf4\x40\ \x2d\xd8\xf4\x34\xdc\xdb\xeb\xf5\x5a\x7d\x9b\xa4\xd8\x09\x61\x7a\ \x28\xf2\x2f\x84\x3e\x52\x59\x66\x2e\x1c\xc0\x39\x9f\xcf\x9b\xd1\ \x30\xbe\x80\x57\xd2\x97\x3b\x3b\x3b\x35\x1e\x8f\x5b\x3e\x4b\x55\ \xb5\xba\x39\xc6\x32\x17\x3e\x40\x46\xd8\x92\x71\x64\xc0\x92\xa5\ \x32\xd6\x14\x95\xf9\x23\x43\xfa\x60\x61\x10\xf8\xf1\x78\xdc\x0a\ \xf9\x99\xdb\x4c\x6a\x4c\x3a\x59\xbb\x19\xb3\x2e\x85\x9b\x8c\x94\ \xf1\xa0\x28\x84\x6a\xe5\xd8\x08\xbf\x79\x16\xd0\x46\xd9\xa7\x92\ \x4b\x66\xb2\xd7\xeb\xb5\x73\xd6\x24\x00\x73\x24\xcc\xa3\xbe\x51\ \x2c\x19\x9a\xd1\xee\xdc\x7c\x01\xa4\x50\x90\x00\xb9\x05\x9f\x21\ \x25\xc9\xb3\xe4\x96\xe1\xa4\x64\x14\xdd\x64\xbc\xba\xde\x61\x7a\ \x55\xab\xd5\xaa\xe5\x1b\x7d\xf9\xf2\xa5\x29\x60\x32\xe2\x1e\xe3\ \xf7\xee\xdd\xbb\xfa\xee\xbb\xef\xea\xec\xec\xac\xc9\xcc\x64\x32\ \x59\x03\x36\xfa\x3e\x1a\x8d\xd6\xc6\x9c\xb3\x94\x06\x39\x99\x80\ \x74\x5c\xaa\xaa\xad\xd5\x54\x96\xfa\x60\xec\xbb\x80\x8a\xcc\xa6\ \xfe\x48\x0f\x92\xd1\xcd\x1d\x93\xb9\xc1\x80\x92\x16\x92\x34\xaf\ \xfe\x57\xb2\x06\xa8\x36\x77\xc6\xf9\xe9\xe9\xa9\x2e\x2f\x2f\x9b\ \xe3\x64\x1d\xad\x56\xab\x06\x18\xe9\x89\xd9\x6c\xd6\x98\xa3\xbb\ \xbb\xbb\x35\xd6\x5d\x18\x31\x41\x33\xd0\x9e\xf9\x94\x18\x2f\x6d\ \x4c\xef\x19\xab\x38\x9d\x4e\x5b\x0e\x9a\xf6\xcc\xe7\xf3\x54\xf6\ \xb5\x5a\xad\xea\xfc\xfc\x7c\x2d\x74\xaf\x8d\x9c\xa9\xaa\x6a\xe3\ \x0b\x98\xf8\xbe\x30\x2e\x96\x1b\xbb\x9c\xc6\xcc\xa6\x09\x73\xb3\ \x58\x2c\xda\x41\xcb\x0c\xdf\x74\x3a\x6d\x00\x86\xec\x65\xf8\xb6\ \xdf\x7f\xdd\xd1\x9c\x3b\x28\xb1\xb8\x29\x3b\x80\x23\x1b\x44\x37\ \xf5\xfb\xfd\xb5\xf9\x36\xb7\x09\xa0\xcd\x71\xbe\xcb\x38\x63\xcf\ \x0e\x0f\x0f\xeb\xe8\xe8\xa8\xed\x16\xc4\x0e\x1b\x63\xe3\x9d\x86\ \xb9\x0b\x5e\xbb\xd1\x05\x7a\x27\x01\x46\x82\xde\xbc\x52\x06\xd8\ \x0d\x3a\xd2\xfb\x8d\xb9\x79\x48\xc7\x3d\x89\x06\x73\x94\xb6\xda\ \xdf\xb5\xc3\x38\x66\x6a\x48\x02\x98\x2e\xdb\x94\x20\x23\x7f\x4f\ \x62\x42\xbb\xaa\xd6\x73\xb2\xbe\xc6\x9e\x65\xde\x71\x86\xf8\x12\ \x38\x92\x39\x7f\xf7\x8c\x24\x49\x92\x14\xc9\x7e\xd0\x47\xee\x4d\ \xdd\x91\x51\x0a\xf2\x9f\xec\x64\x17\x5c\x25\x79\x91\x80\xb6\x8d\ \x51\x76\x2e\xff\xe9\x48\x0e\x9c\xc9\x30\x28\x94\x42\x7a\xa3\x39\ \x98\x84\x26\x27\x32\x07\x34\x0d\x72\xc6\xec\x15\x9d\xb3\x58\x66\ \xb3\x59\xf3\xe0\x92\x51\xc2\x46\x64\xae\x96\x9f\x73\x10\x7d\x66\ \xa0\x28\x7e\xc0\x81\xc1\xcf\x18\x7f\xbe\x83\x12\x4a\xa6\x8a\x41\ \xb4\x98\x13\x30\x18\x37\xb9\x05\x29\x04\x0c\xb9\xc9\xcf\xad\xfb\ \xbc\x91\x34\x60\xfe\xee\x3d\xb9\x63\x33\x19\xb1\x34\x50\x77\x77\ \x77\x35\x9b\xcd\x9a\x77\x69\x5c\x18\xd0\xdc\x05\xb4\xbd\xbd\xdd\ \xea\x76\x49\x62\xcd\x83\x73\x93\xb5\xcb\x45\x60\x71\x27\x4b\xe7\ \xbe\x8c\xbf\xab\xbb\x24\xac\x94\x79\x4a\xb9\xd0\xd2\x80\x26\x95\ \x9d\x73\x99\x97\xa3\x52\x18\x27\x46\x86\xe2\x4b\x19\xeb\x6e\xa1\ \x4e\x76\x0e\x2b\xc4\x90\x00\x36\x59\x1a\xc0\x1c\x24\xa0\xeb\x3a\ \x09\xda\x4a\xd1\x66\xe8\x18\xd0\xd7\x87\x2c\x6d\xe0\x7e\xb2\x77\ \x7d\x7d\xdd\xd8\x04\x00\x06\x28\xc3\x2c\x00\x5c\xbc\xef\xbb\xbb\ \xbb\x26\x9b\x0c\x20\x47\x22\x0f\x87\x65\xc0\x01\x9d\xd5\x6a\x55\ \xc7\xc7\xc7\xb5\xb5\xb5\xd5\x6a\x7c\x0d\x87\xc3\xb5\xd0\x59\xe6\ \xc9\xd8\xaa\x9f\xa0\x5b\x41\x4b\x15\xae\x79\xfc\x18\x16\x6b\x14\ \x53\xa9\xff\xfd\x7e\xbf\x6d\xb7\xcf\xea\xe6\xc0\xa8\x04\x77\xc0\ \x78\x6b\x6b\xab\x19\xde\x54\xfc\x09\x78\x33\x41\xda\x5a\x72\x8f\ \x0a\xee\x64\x5e\x7b\xd4\x28\x13\x1a\x23\xef\xda\xfc\xf4\xf4\xd4\ \xca\x1e\x64\x08\x68\xb1\x58\xb4\x63\x74\x72\x57\x26\x20\xe7\x3e\ \x0c\x6a\x96\x2a\xc8\x7c\x3a\xfa\x42\xff\xad\xcb\x7e\xbf\xdf\xc0\ \x21\xe0\x73\x74\x74\xd4\xfa\x22\xcc\x99\xb9\x47\xc7\xc7\xc7\x6d\ \x7d\xe8\x23\xf6\x2a\x4b\x3e\x64\x51\x51\xf2\x7e\x74\x74\xd4\xf4\ \xc2\xd6\xd6\x4b\xdd\x29\x6b\x3c\x73\x06\x85\x6f\xc9\xb4\x33\xf7\ \xd2\x79\xcc\x50\x0e\xc6\xdd\xfb\xd4\x54\xec\xf7\xfb\xed\x67\xb9\ \x7e\x98\x19\x7a\x81\xac\x92\x89\x5c\xab\x64\xc2\xf7\xe8\x6c\xed\ \xb4\x9e\x30\x8d\xc6\x35\xf3\x2c\xd3\xc0\xb2\x65\x7b\x7b\x7b\xad\ \x12\xbb\xf5\x39\x1a\x8d\xea\xf0\xf0\xb0\x95\xa4\x48\xa0\xe1\x4a\ \xd6\xa4\xcb\xaa\xa4\x61\xef\xea\xd5\x74\x0a\xbc\xaf\x9b\x9a\x90\ \x4e\x68\xb2\x36\xc9\x3e\x69\x4f\xd6\x1c\xd3\x37\x6d\xea\x3a\x52\ \x09\x04\xc9\xde\xd7\xc2\xf0\x9e\x93\x4e\xb6\xf9\x48\x2c\xd0\x05\ \x34\xfe\x6e\x6c\xb5\x0b\x93\x98\x18\xc0\x85\x70\xe8\x5e\x39\xe6\ \x39\x8e\x49\x74\x54\xad\x87\x55\xb3\xbf\xfa\x90\xe9\x34\x09\xb6\ \x12\xab\xc0\x07\xa9\xcb\xf3\x5d\xe6\x2a\xef\x37\x16\x5d\x1b\xd9\ \x5a\xc3\x38\x74\xd1\xa7\x07\x68\xa0\x17\xa7\x07\xeb\xe5\x3c\xc5\ \x44\x81\x3a\x9c\xe8\xda\xe2\x37\x50\xde\x9d\x6d\xc8\xd0\x16\xa4\ \x9c\xa1\x85\x8c\x95\xfa\x3d\x07\xc3\x20\x26\x08\xea\xf5\x7a\x2d\ \xb7\xa2\x2b\xd4\xae\x2e\xa5\x99\xde\x71\x0e\x5e\x4e\x76\x0a\x10\ \xef\x82\x11\x22\x2c\xcb\xe5\xb2\xa6\xd3\xe9\x5a\xf2\x36\x65\xac\ \xd0\x1d\x50\xb4\x58\x2c\xea\xe2\xe2\xa2\x81\xcd\xf4\xe4\x19\x50\ \x8a\x1b\x40\x02\x42\xab\x5e\xd9\xaa\xf4\xfc\x12\xd1\x67\xb8\x89\ \x61\x02\x04\x19\xb4\x04\x78\x29\x07\x39\x6e\xe6\x32\x41\x61\x2a\ \x49\xca\x1d\x98\x01\x1e\x72\xf7\x09\x41\xa4\x9c\x7c\xce\xc8\x69\ \x3b\x50\x96\xf7\x00\x45\x59\xaf\x47\xc8\xf3\x6b\xc0\x8c\x81\x1b\ \x0c\x06\xcd\xe0\xfa\x5b\x7a\x68\x9e\x53\xf5\x7a\x36\x99\x31\x48\ \xe5\x90\x4a\x0a\xc0\xe9\xe6\x1c\xa5\x52\x24\x7b\xc2\x34\x18\x15\ \x00\xc1\x67\xd7\xd7\xd7\xd5\xeb\xbd\x30\xbe\x1f\x3f\x7e\x6c\x0e\ \xc7\xe3\xe3\x63\xab\x77\x04\x3c\x6c\x6f\x6f\xb7\xbc\x90\xe7\xe7\ \xe7\x96\xeb\x82\xd9\xe2\x6d\x0f\x87\xc3\xba\xbc\xbc\x6c\x0a\xee\ \xf9\xf9\xb9\x6e\x6e\x6e\x9a\x81\xce\xdf\x1f\x1e\x1e\xea\xcb\x97\ \x2f\x4d\x8e\x13\xc0\x0a\x83\x71\x64\x84\x3b\x17\x8b\x45\x63\x41\ \x72\x9c\x72\x1d\xca\x79\x49\x63\x03\x5c\x49\xa2\x4f\x16\x81\x61\ \x27\x87\xf2\x99\xd2\x68\x65\xf2\x38\xc6\xc1\x8e\xc7\x04\xb7\x87\ \x87\x87\x6b\xf9\x9e\x72\xaa\x9e\x9e\x9e\x5a\x78\x5c\x5b\x39\x31\ \xb9\xf6\xe8\xc8\x94\x2b\xec\x66\x3a\x04\x74\xa0\x75\x75\x70\x70\ \xd0\xda\x62\xbd\x00\xcc\x40\x54\x3a\x3a\xe9\x34\xca\xd1\x02\x94\ \x3d\x57\xb9\x13\x3f\xd3\x5b\x19\x1a\xe7\x04\xd0\x99\x76\x3a\xd3\ \x1f\x00\xd1\xd6\xd6\x56\x9d\x9c\x9c\x34\xa3\xaf\xe6\xd3\xd1\xd1\ \x51\x93\xb1\x3c\x2a\x28\x75\x88\x3e\xfa\xdf\x3c\xd3\x99\xc6\xc3\ \xbb\x32\x1c\x37\x1c\x0e\x5b\x05\xf6\x5e\xaf\xd7\x2a\xbc\x4b\x53\ \x38\x3f\x3f\x6f\x63\xba\x5a\xad\x9a\x8c\x71\xe4\x8c\x19\x1d\xdb\ \x3d\xeb\x91\xdc\xd0\x57\x69\x3b\xc8\x0b\xb6\xae\xbb\x3e\x85\x29\ \x85\xdf\xbf\xf9\xe6\x9b\x7a\xf3\xe6\x4d\x93\xaf\x04\xee\xc9\x7a\ \x93\xbd\xcc\x83\xeb\x12\x0e\x09\xcc\xc8\x92\xfe\x64\x58\x31\xf5\ \x29\x3d\xe2\x39\x5d\x66\x2c\x43\x5c\x8c\xbe\xf1\xcf\x77\xa4\x0d\ \xe3\x08\xe5\xe6\x20\xb6\x0f\x2b\x9a\xba\x33\x53\x7c\x38\x1b\x09\ \x72\x8c\x63\x92\x09\xb9\x56\xba\xec\x4f\xb2\xc8\x74\x68\x62\x85\ \x04\x8d\xd6\x69\xea\xd3\x2e\xe0\xeb\x92\x3d\xda\x97\xba\x82\xbc\ \xa7\x4d\x63\xef\xba\x63\xd6\x05\x4f\x9e\x9d\x97\xe7\x24\xa0\xca\ \xfe\x56\xd5\x4b\x99\x06\x0f\x72\x43\x7a\x82\x16\x0c\xc1\xcd\x64\ \xde\x54\x38\x84\x3b\xe9\xc3\x04\x3f\x69\xe4\x13\xe0\x08\xcf\x25\ \x7b\x93\x93\x91\xe8\x31\x3d\x57\xc6\x2d\x05\x4a\x5f\x0c\xbc\xb6\ \x65\x22\xac\xc5\x0e\x1c\x52\x78\x3c\xfd\x64\x24\x3c\x5f\xdb\x0d\ \x7e\x22\x66\x82\xf0\xf4\xf4\xd4\x92\x80\x29\xe7\xa4\x38\x93\x76\ \x4d\xc3\xac\xcf\x19\x8e\x4c\x01\xf5\x9d\x6e\xfc\x3a\x41\x70\x32\ \x24\x94\x5d\x7a\x4d\xb9\xc0\x73\x21\xd8\x91\x66\xdc\x08\x51\x17\ \x48\x61\x19\x12\x38\xa4\x80\x25\xbd\x4c\xe9\xcb\x6f\xc9\x6d\xf6\ \xe8\x7a\x0a\x21\x41\x53\x7a\x80\xaa\x30\x53\xea\xfa\x6f\x1e\x32\ \x5f\x88\x47\x2b\x29\x17\x30\xd1\xfe\xc1\x60\xd0\xaa\x8b\x93\x89\ \xcc\x37\x30\xe6\x69\xa4\x2d\x7e\x45\x2c\xcd\xad\xc5\x9e\x9e\x8d\ \x05\x9b\x21\x24\xbf\x63\x5d\x19\x47\x6d\xc4\xce\x02\x36\x40\x75\ \xd5\x0b\x83\x84\xa9\x18\x0c\x06\xf5\xee\xdd\xbb\xb6\x9e\x78\xcf\ \x29\xf7\x40\xc7\xf3\xf3\x73\x0b\x0f\x59\x4f\x19\xd2\xd2\x5e\x72\ \x68\x8d\x60\xbb\xcc\x43\xbf\xdf\x6f\x3b\x68\xc9\x0f\x19\x5d\xad\ \x56\xad\xad\xe9\xe9\x92\x83\x4c\x54\x4f\xd9\x74\xd9\xb5\x9b\xde\ \x9e\x1c\x28\x20\x2e\x95\x1e\xc0\x60\xce\x92\x6d\x48\x46\x91\xb1\ \xcc\xcf\xc8\xd8\xc5\xc5\x45\x0b\x4b\xe7\xb9\x7b\xc2\xf2\xf4\x8a\ \xb9\xb7\x4e\x84\x53\xe9\x87\xe1\x70\xd8\xc0\x65\x55\xb5\xb0\x68\ \x55\xb5\xd3\x08\x8c\xa1\xf1\x50\x26\x22\xc3\x0b\x8c\x59\x6e\x14\ \x98\xcf\xe7\x6d\x6d\x08\x8f\xa4\xc3\x86\x19\xcc\xb3\xf9\xac\xbb\ \x34\x18\xcf\xcf\xcf\x6b\x2c\x7c\x32\x0c\x76\x64\x92\x89\x2c\xd9\ \x02\x78\x63\xd7\x8c\x2d\x30\xe6\x59\x19\xfa\x65\x1c\x39\x05\xee\ \xa7\xf7\xd9\x11\xa0\xac\xeb\xbc\xcf\xe7\xf3\x35\x40\xcd\xb6\xd0\ \x63\x80\x18\x87\x23\x2b\xad\x0f\x06\x2f\x05\x73\xc9\xce\xd6\xd6\ \x56\x73\x0c\xbc\x2f\x19\xf5\xf9\x7c\xbe\x16\x2e\xb3\x46\xd3\xe0\ \x66\x14\x86\xac\x9e\x9d\x9d\xb5\x62\xb4\x69\x60\x73\xf7\x20\x40\ \x95\xf6\x93\x7e\x76\xad\x31\x1a\x01\x1a\xb5\x35\xf3\x7d\xc8\x8b\ \xf5\x4b\xa6\x3c\x3b\xab\xf4\xbb\x5f\xfb\x73\xbe\xbb\x6c\x52\x3a\ \xaa\xfa\x41\xbe\x8d\x45\xb6\x37\x1d\x6c\x6b\xd2\xff\x5d\x56\x2c\ \x6d\x46\xca\x1e\x19\xce\xb1\x48\x20\x98\xb6\xdd\xbc\xa4\xbe\xea\ \x3e\x33\xed\x59\x57\x7f\x5b\x5b\xe9\x70\x74\x49\x82\xee\xa6\x84\ \x2e\xfb\x96\xcc\x60\xda\x1b\x3f\xa7\xe3\x90\x7d\xea\xda\xcd\xec\ \x77\x5f\x07\xbb\x89\x78\x0c\x62\x1a\x72\x82\xe4\x45\xc9\x3a\x18\ \x1c\x68\xd0\xcb\x4c\x5c\x26\xc1\x66\xcc\x1e\x02\x17\xde\x49\x43\ \x6c\x90\x85\xaf\xba\xac\x53\x7a\xc2\x39\x58\x99\xc0\xab\x0f\x09\ \xf8\xb4\x13\x70\xa0\x70\x08\x51\x7a\x39\x9e\x03\xd1\xfb\x67\x71\ \xe6\x80\x32\x38\x19\x87\xd7\x2e\x09\x7b\xee\xa7\x40\xf4\x4f\xbb\ \x29\xb7\x6e\xae\x45\x32\x6b\x09\x42\xb3\x12\xb4\xff\x33\xff\x21\ \x95\x7e\xd2\xa2\x16\xe7\xe1\xe1\x61\xfb\x1e\x43\x93\x20\xcd\xef\ \xc6\xc5\xdf\x3c\x2b\x3d\x46\xe3\x61\x5c\x8d\xa3\x6d\xf9\x98\x35\ \xca\x32\x77\x05\x12\xf2\x54\x78\xdd\x05\xcf\x20\x30\xee\xc2\x38\ \x29\x8f\xb9\xab\x4a\x5b\x25\x4e\xa7\xf1\xca\x0a\xd8\x8c\x31\x30\ \xc5\xeb\x36\xf7\x55\xaf\x5b\xf8\x3d\x87\x81\x31\x6f\xe4\x15\xbb\ \xc3\x23\x76\x8f\x30\xac\x76\x32\xf0\x99\xc8\xf9\xfc\xfc\xdc\x12\ \x87\x25\x28\x63\x85\x80\xc0\xd9\x6c\xd6\xe4\xc6\x5c\x62\x1f\x01\ \x39\x9e\x36\x30\x83\x65\xca\x76\x52\x68\x14\xec\x64\x32\xa9\xc1\ \xe0\x25\xd7\x72\x3a\x9d\x36\xc0\x2f\x54\xf4\xf4\xf4\x52\xca\x21\ \x65\x30\x73\xa0\x52\x1e\xd2\xc3\xe7\xb8\x00\xc1\x64\xc2\x5c\x03\ \xd0\x59\xd0\xd1\x77\xb3\xfe\xd5\x72\xb9\x6c\xbb\x2f\x8d\x05\xc6\ \xce\x3a\xbf\xbd\xbd\x5d\x63\xb4\xfc\xec\xdc\x3b\x6d\xcd\xe3\x7f\ \x4e\x4f\x4f\x9b\xe2\xf5\xcc\xf1\x78\xbc\x06\x3c\x31\x2c\xa9\x73\ \xf4\x27\x0d\x5c\x02\x3e\x0a\xdd\x9a\x9f\x4e\xa7\x8d\x2d\xac\x7a\ \xcd\xe9\xa3\x23\xe8\x44\xeb\x39\x6b\x8b\x61\x3b\xad\x11\xce\x6c\ \x6e\x12\xa1\x4f\x56\xab\x55\x7b\x6e\xee\xd6\xdd\xda\xda\xaa\xc9\ \x64\xd2\xea\xb9\x09\x89\x92\x25\x6d\xd8\xde\xde\x5e\xcb\xdd\x4c\ \x83\x3a\x9d\x4e\x9b\xd3\x74\x79\x79\x59\x8b\xc5\x4b\xbe\xde\xd1\ \xd1\x51\xd3\xff\xc2\xac\x67\x67\x67\xed\x39\x93\xc9\xa4\x46\xa3\ \x51\x5b\xaf\xfa\x7f\x77\x77\xd7\xe4\xcb\x9c\x66\xaa\x08\xc0\x43\ \x9e\xf2\xec\x46\x21\x63\xf9\x6c\x64\x94\xfe\xa0\x77\xf5\x29\x59\ \x8a\x64\x48\x3c\x6f\x30\x78\xad\x5f\x28\xc9\xfe\xe4\xe4\xa4\xd5\ \x19\x93\x74\xdf\x0d\x83\xa6\x63\x42\x0e\xcd\x7d\x3a\x35\x09\x16\ \x5c\xe4\x8d\x6e\xb5\x0e\xcc\x57\x32\x6d\x99\x93\x4b\xff\xa7\xa1\ \x67\x23\x32\x7f\x89\x5e\x4c\xc7\x24\xed\xae\xef\xe7\x9c\xd0\xc7\ \x79\x4f\x12\x0e\xc9\x38\x25\x28\x74\x7d\xcd\x3e\xa7\x3d\x4d\x90\ \x0c\x0b\xa4\x5d\x4d\x22\x25\x9d\x2a\xef\x87\x43\x72\xce\xbb\x4e\ \x2f\x79\xa1\xe3\xd2\xe6\x92\xbb\xaa\xf5\xc4\xfa\x7c\x7e\x02\xa4\ \x2e\x0b\x66\xfe\x92\x7d\xcb\xf1\xe9\xce\x71\x3f\x15\x42\x82\x83\ \x44\xe5\x40\x10\x45\x9e\x8b\xcf\x02\x94\x6f\x91\x08\x9d\xd1\x4f\ \x85\x4e\x31\xe4\xe4\x7b\xae\xdd\x03\x49\x75\x66\x4e\x86\xc1\xa0\ \x38\x08\x69\x0e\x00\xa1\x4d\x10\xc2\xc0\x66\x7b\x32\xe1\xb2\x7b\ \x56\x56\x02\xb7\xf4\x14\xbd\x4b\xfb\xf5\x87\x12\x03\x02\xed\x88\ \x49\x4f\x5e\xd8\xad\xeb\xe5\x24\x7d\x6d\x8c\x12\xc8\x18\x83\xdc\ \x1a\xde\xbd\x3f\x01\x52\x32\x89\xc6\xd6\xc2\x27\x7c\xb9\x78\x52\ \xf0\x73\xb1\x76\xd9\xae\x0c\x11\x98\x87\x0c\x29\xa6\xb0\x31\xac\ \xbc\x41\xc0\xc7\xb8\xea\x83\xc5\x91\x20\x2d\x17\xb1\x77\x31\xd2\ \xd9\x1e\xf9\x19\x2e\x1e\x09\x83\xe1\xbd\x0c\x0f\xe0\x65\x8e\xcd\ \x21\x6f\x3c\x6b\xa7\x19\x7f\x46\x1f\xd3\x92\x32\xc1\x73\x6d\x0b\ \xe9\x6f\xd9\xa0\xac\x97\xe5\x5d\x83\xc1\xa0\xed\x86\x62\xf8\x97\ \xcb\xe5\x1f\xed\x5c\x05\xfc\xc9\xaa\x35\x92\x21\x83\x64\x2a\x1d\ \x95\x72\x70\x70\xd0\xda\x07\x0c\x33\xce\x9c\x15\xe3\x68\x67\x62\ \x97\xc9\x35\x3e\x58\x32\x1b\x4e\xac\xef\x04\x8c\xb9\xbb\x15\x83\ \x46\xc6\x84\x00\xf5\x25\x95\x4f\xe6\x83\x2d\x97\xcb\x76\xa0\x2e\ \x63\x69\x9c\x19\x56\x21\xcb\xaa\x75\x66\x97\xd1\x21\x1f\x8c\x1e\ \x83\xdb\xef\xf7\x5b\x7f\xd2\xd0\xad\x56\xab\x96\x5f\x03\xa8\x92\ \x41\xf7\x92\x6d\xe0\x53\x68\xd4\xb8\x4e\xa7\xd3\x35\x23\x43\x9f\ \x60\x9a\xc6\xe3\x71\x9b\x7f\x1b\x52\x7a\xbd\x5e\xcb\x15\xac\xaa\ \x16\xde\x07\x0e\x77\x77\x77\x5b\xae\x22\xb0\xd4\x5d\x1b\xbd\xde\ \x6b\xe9\x18\x7f\x4b\xfd\x38\x1c\x0e\xdb\xfa\x11\x2e\xc3\xc2\x99\ \x43\x6b\x8e\x2e\xab\x7a\x39\xa4\x98\x11\x33\x46\x80\x6c\x3a\xab\ \x07\x07\x07\x75\x7e\x7e\xde\x8a\xa3\x32\xe4\x8e\xaa\xa1\x67\x9c\ \x6b\xa9\xdf\xe6\x4c\x3b\xb0\x52\xda\x34\x99\x4c\xda\xbc\x01\x38\ \xc6\xa8\xea\xa5\xd4\xc0\xa7\x4f\x9f\x6a\x30\x18\xd4\xd1\xd1\xd1\ \x5a\xe8\x86\x43\x24\x12\xb1\xb3\xb3\xb3\xe6\x38\xd3\x6b\x74\x03\ \x1d\x96\x11\x8d\xbd\xbd\xbd\xb6\x79\xc3\x78\xbc\x79\xf3\xa6\x4e\ \x4e\x4e\x5a\xad\xb9\xcc\xd9\x4a\xc7\x1f\xb8\x4e\x1d\x95\x4e\xa6\ \x77\xd0\x5b\xfe\x6e\x9e\xd8\x8d\xd4\xe3\xc2\x94\xc9\x70\x01\x31\ \xe9\x70\xa7\x6c\xa7\x41\x4f\xdb\x55\xf5\x6a\xdb\xac\x9b\x04\x56\ \xde\x9f\xcf\x4e\xf6\xdd\x7d\xd9\x8f\x04\x3c\xae\x2e\xf3\xe3\x6f\ \x09\xb6\xf2\x59\x69\xa3\xfd\x3d\xd9\x22\x44\x48\x32\x6f\x69\x9f\ \xd3\xe6\x90\x35\xcf\xb2\x26\xb2\x2d\xe9\x40\x27\x13\x99\xb6\x3d\ \xc7\xcc\x05\xa4\x9a\xa3\x74\x6c\x73\x1e\x7c\x3f\x75\x9b\x31\xeb\ \x1b\x80\xa0\xb4\xda\x04\x27\x3d\xa7\x41\x04\x24\x1b\x41\x80\x33\ \xf4\x95\xc6\x22\x29\x34\xb1\x78\x86\x26\x95\x59\x76\x34\x01\x99\ \x01\xa1\x48\xbb\xbb\xee\x12\x04\xfa\x5b\x2a\x76\xed\xe5\xcd\xeb\ \x57\x97\x7d\xf0\x0e\x20\xa0\x3b\x61\xb9\x40\xaa\x5e\xf3\x6d\xf4\ \x3f\x63\xe1\xb9\xc8\x52\x58\xba\xf4\x67\x4e\x56\x2a\xa4\x04\x5a\ \xdd\xa4\x6f\x63\x93\xca\x2a\xe7\x20\xe9\x56\x57\x02\xa0\xf4\x14\ \x12\x98\x1a\xeb\x04\x0f\x09\x84\x09\x4d\xa2\x76\x7f\xa3\x5c\xd2\ \x93\xce\xef\x03\x70\xfa\x99\x32\x91\x8b\x30\x19\xc7\x14\xdc\x54\ \x0c\xe9\xa1\x75\xd9\x43\xa1\x0f\x9e\x6d\x6e\xe5\x4e\x90\xf6\xf0\ \xf0\xd0\x2a\x93\x93\x3f\xf2\xcb\xa0\xca\x03\xd2\xfe\x0c\x07\xe4\ \xfc\x58\xf0\x42\x5c\xd8\x86\x64\xe7\xcc\x93\x4a\xe8\xf2\xae\xc8\ \x51\x32\x77\xb9\xf3\x29\x19\x3a\xf3\xcd\x43\x1b\x8d\x46\x2d\x7f\ \xef\xe0\xe0\xa0\x6e\x6e\x6e\xd6\x8e\xda\x49\xc6\x40\x3e\x5f\xca\ \x32\x03\x9c\xb9\x93\xb7\xb7\xb7\x6b\x06\x28\x73\x6b\xd4\x97\xa2\ \x04\xbb\xac\x8a\xf2\x08\x29\x53\x3b\x3b\x3b\xed\x0c\x40\x73\xbb\ \x5c\x2e\xd7\xb6\xc8\xbb\x0f\xcb\x62\x8e\x38\x41\x49\xc7\x73\xe4\ \x3c\x83\xdc\xe7\xfa\x4f\x76\x52\x3e\x9e\xd0\x18\x26\x51\xde\x1e\ \x1d\xa1\xdd\x83\xc1\xa0\x3e\x7e\xfc\xd8\x9c\x00\x32\x95\xc5\x42\ \x81\x8b\x87\x87\x87\xd6\x06\x73\x11\x19\x1e\x1d\x00\x00\x20\x00\ \x49\x44\x41\x54\x6c\xce\xe7\xf3\xf9\x1a\x68\x58\x2e\x97\x2d\xa9\ \x1f\xd0\xcd\xf4\x02\x72\x68\xad\x65\x18\xcb\xef\xf4\x48\xe6\x5a\ \xf5\xfb\xfd\x76\xe0\x31\xbd\x0a\xb0\x66\xd9\x0f\x9e\xbb\x67\xe6\ \x0e\x40\xa0\x98\xe3\x99\x39\x70\x69\xd0\xae\xaf\xaf\x5b\x8e\xd6\ \xd9\xd9\x59\x3b\x01\x80\x3c\x60\xdd\xac\x1d\x3b\x31\x8d\x25\x87\ \x87\x6e\xca\x90\xa6\x75\x90\x21\x53\x7f\xcb\x9d\x7f\x36\xac\xd0\ \xd3\x0c\x69\x1a\x54\x45\xab\x1f\x1f\x1f\xd7\x9c\x51\x21\x7a\x63\ \x6e\x87\x20\x3b\x35\x1a\x8d\x6a\x38\x1c\xd6\xc9\xc9\x49\x2b\x59\ \xd1\xb5\x55\xf4\xe6\xf6\xf6\xf6\x1a\xe0\x4d\x90\x93\x61\xb5\xb4\ \x9f\x29\xab\x64\x3c\xf5\x73\x86\xee\xc9\x18\x59\x4f\xa0\xed\x32\ \xce\x69\x47\x8c\x2b\x9b\x98\x4e\x7e\x3a\xec\x49\x4c\x24\x60\x4a\ \x86\x2e\x75\x75\xda\xae\xd4\xe3\xfe\x37\xcf\x5f\x0b\xa1\x75\xc9\ \x8a\x1c\x23\x7f\x4b\x7b\x99\xa0\x91\xae\x07\xc8\x91\x17\x69\x5b\ \xd2\x31\x26\xdb\xd6\xa1\x3e\xa6\xdd\xcb\x77\x91\xa3\xee\xfc\xe4\ \xfd\x69\x93\x13\x64\x25\xc0\xd6\x3e\x7d\xf5\xcc\x7e\x1a\xcb\x2e\ \x8b\x92\x83\xc9\xc8\x58\xbc\xed\x01\x31\x89\xc2\x68\x50\x1d\x25\ \xe0\x79\xc9\x28\x68\x98\xfb\xbf\x7c\xf9\xb2\x96\xf8\x96\x2c\x46\ \x4e\x70\xb2\x5b\x29\x1c\x5d\xea\x56\xa7\x7d\x66\xf0\x93\xf9\x22\ \x6c\x5d\xc1\x4d\x81\x4f\x85\x90\x93\xcd\x20\x52\x3e\x26\x46\xc2\ \xa5\x09\xf0\xf7\x34\x54\x9e\x9f\x4c\x4b\x0a\x55\x4e\x54\xd5\xab\ \xc1\xa6\x44\xd2\xfb\xa1\x30\xd3\xe3\x4d\x00\x03\xf4\x54\xad\x57\ \xfd\x4d\xc0\x66\xde\x30\x88\x09\xd8\x12\x94\x74\x69\x65\xc0\x85\ \xb2\xee\x0a\xb1\x50\x87\xf9\xc4\x24\x76\xdb\xcb\xe3\xcc\x45\x98\ \xe1\x06\x7f\xeb\x2a\x9d\x64\xdc\x5c\xd8\x8f\xec\x37\xa3\x46\x26\ \x79\xf0\x8c\x58\x8e\x61\x7a\x93\x76\x40\x79\x66\x2a\x05\x4a\x2a\ \x3d\x57\xb9\x19\x9e\xa3\x7d\x42\x5d\xc9\x9e\x25\x43\xd5\xf5\xfe\ \x92\xa2\x07\xcc\x28\x7b\xbb\xd6\xbc\x83\x01\x71\xa4\x4d\xee\x12\ \x94\x3f\xa3\xcd\xc2\x87\x64\x96\xc7\xcc\x58\xe4\xbd\x0c\x6a\x86\ \xec\xe6\xf3\x79\x03\x14\xd6\x0d\xc6\xb9\xaa\x5a\x8e\x8e\xbf\x8f\ \x46\xa3\x06\x42\x3c\x5f\xe8\x72\x3e\x9f\xb7\x64\x74\xeb\xb0\x1b\ \x2e\x49\x67\x4d\x12\x38\x90\xe0\xa2\x8b\x12\x98\x00\x4f\x07\x07\ \x07\x35\x9d\x4e\x6b\x34\x1a\xb5\x90\x9c\xb5\x83\xf1\xb8\xba\xba\ \x5a\xdb\xc9\x6b\x2e\xd4\x21\xab\xaa\x3f\x0a\xd1\x25\xe8\xc2\xde\ \xa4\x6e\x48\x83\x43\x3e\x30\x6a\xfa\xc8\xa1\x24\x1b\xe4\x3a\x37\ \x3e\x58\x13\x8c\x05\x60\x91\x8a\x5d\xbf\x2f\x2e\x2e\xea\xf6\xf6\ \xb6\x85\xfc\x33\xed\xc0\x7d\x5d\x20\x42\x67\x0b\x0f\xfb\x5b\x82\ \x35\xed\x1f\x8f\xc7\xb5\xbb\xbb\xdb\x42\x66\xda\x01\x78\xdb\x81\ \x2c\xd7\xad\xdf\xef\xb7\x63\x75\xb0\xad\x6a\x98\x25\xeb\xf4\xf0\ \xf0\xd0\x58\x45\x2c\x6c\xb2\xb4\x99\x67\x05\xc0\x1a\x97\xfd\xfd\ \xfd\x16\x42\x07\x9e\xf5\x93\x8e\x4d\x06\x24\xa3\x10\x64\x04\xf0\ \x3f\x3c\x3c\xac\xb7\x6f\xdf\xb6\xe3\x6f\x00\x45\x0e\x7d\x32\x51\ \x9e\x9b\x3a\xd0\xba\xc9\xf0\x54\xae\xe5\x64\x3b\xb0\xb1\x1c\x21\ \x36\xa9\x1b\x5e\xcf\xb9\xef\xda\x05\xfa\x21\x59\xf4\xfc\xbb\xb5\ \x90\xf7\x27\xfb\x47\x2e\x12\xbc\xe8\x47\x92\x2c\x64\x33\x89\x01\ \x57\xae\xc3\x24\x1b\xc8\xb7\x31\x49\xf0\x93\x8e\xb8\x76\x74\xfb\ \xe4\xfb\x9e\x67\xae\xde\xbc\x79\x53\x7f\xf6\x67\x7f\xb6\x96\x80\ \x8f\x39\x4d\x80\x97\x25\x95\x8c\xb9\xb1\xf3\xbd\x04\x87\x89\x65\ \x12\x98\xf9\x2c\xd9\x32\xc7\x4d\xb1\x11\xec\x05\x07\xef\x8f\x70\ \x44\x97\x1a\x33\xd0\xc9\xb2\x98\x80\x04\x1b\x89\xfc\xbe\x16\x2b\ \x4e\xba\x91\xd2\xc8\xc9\xcc\xc6\x77\x07\xbb\xbb\xd8\x7d\xde\x1a\ \x1d\xed\x4b\x84\x9e\xef\x66\x78\x72\x60\x2d\xda\x5c\x78\x0c\xa1\ \xfe\x25\xad\x9c\x02\x63\xb2\xf4\xd1\xae\xbf\x5c\x64\x14\xb3\x10\ \x41\xd5\xeb\x11\x2e\x94\x4e\xb2\x3b\xc6\x2e\x01\x14\x61\x64\xe4\ \xdc\x9f\x7d\xeb\xf6\x31\x77\xad\x18\xf7\xf4\xfc\x80\x49\xef\xb5\ \x2b\x2d\x41\x56\x55\xb5\xc4\xe6\x64\x30\x31\x28\xc9\x6a\x50\x34\ \xc6\xa7\x1b\x6a\xd1\xe7\x04\x85\x29\xb8\x19\x02\x49\xcf\x5c\xfb\ \x19\x1d\x8b\x76\x30\x18\x34\x40\x43\x4e\xd2\x90\x65\x6e\x56\x2a\ \x1d\xc0\x08\x18\xd0\x7f\x39\x7f\xee\xcf\x50\x88\xf6\xf3\xca\x7b\ \xbd\xf5\x42\xb7\xe6\x27\x93\xb5\xbd\x7f\x36\x9b\xd5\x6c\x36\x6b\ \xde\xaf\xfe\x38\xfb\xcd\xda\xc2\x32\x65\xce\x21\x83\xcb\xb0\x25\ \x03\x95\xac\xc8\x72\xb9\x5c\x03\x19\xe6\x19\x4b\x94\x60\x54\xa9\ \x87\x54\x80\x99\x67\x61\x8e\x9e\x9e\x5e\x76\xf0\xad\x56\xab\xb5\ \x32\x0d\xc6\x94\xe1\x5a\x2e\x97\x2d\x84\x47\xe1\x00\x03\x39\x3e\ \x72\xc8\xe4\x7d\x91\xbf\x04\xb3\x9e\x97\x21\x6c\x4c\x64\xe6\x3e\ \x99\x63\x32\xe1\x7b\x8c\x33\xc6\xd1\xd8\x3e\x3f\x3f\x37\xa0\xc1\ \x90\x33\x68\xc7\xc7\xc7\x6d\x8c\xee\xee\xee\xda\xa1\xc0\xe6\x0a\ \xc3\x44\x3f\x58\x57\x64\x29\x3d\xed\x0c\x83\x25\x5b\xff\xf4\xf4\ \xd4\x0a\x90\x2e\x16\x8b\xb6\x0b\x14\xa3\x9a\xd5\xb7\xb1\x28\x64\ \x09\xd3\x93\xe1\x6c\xef\xb6\x46\xc8\x91\x35\x06\x30\x00\x36\x3e\ \xc3\x50\x4a\xd2\x1e\x0c\x5e\xc2\xd4\x0e\x0d\x7f\x7e\x7e\xc9\x35\ \x3b\x3a\x3a\xaa\xc3\xc3\xc3\x7a\x7c\x7c\x5c\x4b\xaa\x3e\x39\x39\ \x59\x73\x9a\xb6\xb7\x5f\x76\xab\x2a\x61\x42\x56\xb2\x34\xcf\xee\ \xee\x6e\x1d\x1e\x1e\xd6\xe1\xe1\x61\x8d\xc7\xe3\xb5\xc4\x74\x65\ \x3e\xe4\xad\x01\x17\xd6\x43\xea\x0f\xec\x95\x24\x7b\x8e\x84\x4d\ \x14\xe4\x61\x36\x9b\x35\xe3\x4b\x1f\x66\xa8\xb2\xab\x5b\xe9\x02\ \x61\x75\x6b\x68\x3c\x1e\xd7\xe9\xe9\x69\x63\xe5\x32\x87\x11\x08\ \xa5\x17\x39\x24\x79\x99\x1f\xe3\xe5\x22\x2b\x69\xfc\x73\xad\x01\ \x72\x74\x4d\x3a\xa7\x74\x63\x7e\x8f\xc3\x96\x8c\x0d\x9d\x96\xf6\ \x31\xf5\xac\x7b\x13\x34\xa4\x2e\xfa\x1a\x68\x62\x33\xe9\xcd\x24\ \x2a\x72\x6d\xa6\x5d\xee\x32\x3e\xd9\xd6\xb4\x9f\x74\x01\x27\x2a\ \x1d\xd1\x6e\x88\x2d\x6d\x9e\x35\xdb\x95\x95\x8c\x82\xa4\xe3\x98\ \x61\xba\x2e\xf1\x92\x2c\x53\x82\x71\x63\x92\x98\x88\x7c\xb1\x33\ \x98\x7b\x63\xa1\x6f\xd6\x61\x17\x50\xf7\x19\x2c\x4a\xd7\x00\x1b\ \x3c\x06\x24\x95\x4b\xd7\x30\xbb\x32\xb1\x99\xa2\xe4\xd5\x5a\x04\ \x8c\x24\xcf\x33\xcf\x3b\x4b\x90\x96\x42\xa7\xc1\x99\x54\xaf\x03\ \x3a\x99\x0c\x90\x7b\x08\x45\x52\xb8\x9e\xc1\xa8\xa6\x61\x67\x34\ \xd2\xc8\x27\x45\x68\x8c\xf4\x21\x93\x93\x4d\x16\xba\xdd\x38\x26\ \xd0\xa1\x98\xbb\x1e\x0f\xe5\x99\x0b\xc1\x62\xc8\x9c\x07\x0b\x8d\ \x00\x11\xf6\x6e\xb8\xcc\xef\xfe\x96\xa1\x06\xcf\xcf\x90\x6c\x1a\ \x4c\x86\x5f\x3e\x43\xd5\x6b\x58\x26\x81\x5a\x32\x71\xda\xeb\xb3\ \xae\x72\x31\x0f\xf9\x1e\xf3\x6c\x2e\x13\x30\xcb\x7d\x49\xe0\xca\ \x53\x36\x7f\xe4\x22\x59\xa6\xaa\xd7\xe4\xe1\xa3\xa3\xa3\xb5\x84\ \x67\x20\x80\xd1\xb5\xf8\x31\xb2\x16\x50\x26\x50\x76\xc1\x54\xd2\ \xf1\x64\xc0\xcf\x49\x2f\x9b\xcf\x64\x84\x8c\x5f\x1a\x59\x32\x36\ \x99\x4c\x9a\xc7\xec\x19\xa9\x88\x52\xde\x0f\x0e\x0e\x5a\x35\xe9\ \x5e\xef\x25\xef\xef\xea\xea\xaa\x01\x23\xb9\x6e\x92\xbe\xc9\x8c\ \xb5\x9d\x4a\x34\xd7\x0c\x46\x87\x82\x00\x9c\xcd\x5d\x37\x67\xcd\ \xfa\xcd\x02\x8d\x98\x39\xc6\xcb\xdc\x7b\x7f\x02\x6b\x8e\x97\xbf\ \x09\xb7\xa4\xa2\x23\x03\x9e\x9b\xb9\x47\xda\xcc\xf0\xe6\x98\xad\ \x56\xab\x16\x8a\xcd\xaa\xe5\x8c\x82\x32\x01\x29\x83\xd6\xb5\x9c\ \x2b\x3a\xcf\x3b\xb7\xb6\xb6\xea\xfa\xfa\xba\x31\x0e\xd6\xb0\xf9\ \xc4\x78\x25\x70\x34\x5e\x98\xa7\x74\x32\x7d\x2e\x74\xab\xdd\xb9\ \x9b\xd0\xd8\x25\x30\x15\xf6\xd3\xaf\xf3\xf3\xf3\x3a\x3e\x3e\xae\ \x5f\xfd\xea\x57\xf5\xee\xdd\xbb\x35\x80\x96\x39\x57\xe3\xf1\xb8\ \x01\x2a\xeb\x99\x93\x61\xfd\x99\x4b\x40\xfa\xf0\xf0\xb0\xb6\xb7\ \xb7\x5b\x3e\xd2\x60\x30\x68\x85\x4b\x0f\x0f\x0f\xeb\x97\xbf\xfc\ \x65\xcb\x5f\x72\x26\xa3\x72\x10\x9c\x83\xbd\xbd\xbd\x3a\x38\x38\ \x58\x3b\x81\x22\x9d\x46\x72\x92\x2c\x14\x1d\x94\x8e\xc9\xf3\xf3\ \x73\x4d\xa7\xd3\xb6\xe1\x81\x43\x94\x4e\x3e\x99\x30\xb7\x74\xa8\ \xf5\x82\x0d\xc9\x5d\x98\x4e\x36\x38\x3b\x3b\x5b\xd3\xb3\xa9\x93\ \xe9\x1e\x73\x42\xf7\x58\x4f\xda\xd8\xeb\xbd\x96\x96\x49\x5d\x48\ \xbe\x52\x4f\x5b\x7b\x19\xb2\xcf\xfc\x63\xe0\x81\xde\x48\x00\x96\ \x60\x3f\x75\x6d\xea\x60\x7a\x34\x23\x3c\x64\x96\x5e\xec\x3a\x8d\ \x88\x13\xcf\x31\x0e\x49\x44\xa4\xbd\xd4\xb7\x04\x63\xc9\xe4\x92\ \xdb\x6e\x64\x80\x5e\xd7\x9e\xd4\xdf\xf9\x7c\x7d\x87\x25\xa6\xd3\ \x69\x7d\xff\xfd\xf7\x8d\xe9\xd4\x6e\x76\xa3\x6b\x5f\xcd\x49\xca\ \x0a\xdd\x92\x24\x88\x8b\xee\x4b\xe6\x70\xb1\x78\xd9\x24\x23\x32\ \x91\xe7\x16\xa7\x8c\x24\x0b\xb6\xf6\x7b\x4e\x92\x87\x77\xf3\x90\ \x32\xde\xc8\x30\x7b\x58\x1a\x92\x7c\x99\x17\xa5\x27\x9f\x4c\x92\ \x81\xce\xe4\xe9\xdc\x0a\xdf\x9d\x94\x14\xc6\xee\xcf\xdd\x3e\x68\ \x1b\x01\xa2\x44\x08\x5a\x2e\x80\x34\x3a\x5f\x63\xf2\x00\x0d\x8b\ \xdd\xe5\xb3\x64\x31\x08\x84\xc5\x9e\xc2\xf6\xb5\x05\x41\x51\x10\ \x44\x5e\x50\x8e\x93\xf6\xdb\x05\xe5\x39\xe9\x91\xa4\x80\x74\x3d\ \xed\xae\x17\x53\xf5\x7a\x68\x2b\x16\x2b\xc3\x5b\xe8\xfa\x0c\xbd\ \x98\xbf\xac\x18\x9f\x0b\x9d\x01\xec\x32\x8a\xa9\x58\x92\xdd\xcc\ \x39\x62\xd8\xf3\xfb\xe4\x0c\x70\x31\x8e\x80\x03\xe3\xe0\xd9\xe6\ \x55\xbb\xd3\xeb\xc6\xf0\x61\x16\x52\xd1\x19\x03\x4c\x0b\xb9\xcc\ \x85\x79\x72\x72\xd2\xf2\xf6\xcc\x1d\x4f\x58\x3b\x3d\x4b\x88\xce\ \x2e\xae\x04\x32\x99\x7f\xe4\x3d\xb6\xfe\x27\x03\x68\x5c\x32\xbc\ \xde\x35\x2a\x64\x45\x0d\xb5\x83\x83\x83\x7a\xfb\xf6\x6d\x33\x4a\ \xa9\xa0\xae\xae\xae\xda\x5a\x9b\xcd\x66\x4d\x11\xba\x38\x20\x29\ \x97\x0c\x9d\x39\x17\xf6\x03\x9c\x00\x81\x9b\x9b\x9b\x66\xb0\x80\ \x9c\xad\xad\xad\x76\xf8\xb1\xf5\x4b\xc6\x85\x88\xc8\x05\x76\xcb\ \x5c\xe5\x51\x39\xfe\x96\x6b\x24\x41\xa8\xb1\xaa\xaa\xba\xba\xba\ \xaa\xaa\x5a\xcb\xb3\xa2\xd8\xc9\x0b\x20\xc3\x58\xa6\xa1\xa3\x13\ \x1e\x1f\x1f\x5b\x75\x7c\xb2\x57\x55\x2d\xcc\x6d\xd7\x1d\xe3\x2c\ \xf4\x89\xcd\x5a\xad\x56\x6b\x35\xa5\x86\xc3\x61\x4b\x38\xa7\x8c\ \xcd\x8f\x10\x60\x6e\xec\xe9\xf7\xfb\xad\x94\x85\xfe\x62\x4c\xf4\ \x3b\x81\xfe\xe3\xe3\x63\x9d\x9d\x9d\xb5\xa3\x8a\x66\xb3\x59\xfd\ \xf8\xe3\x8f\x55\x55\x75\x7c\x7c\xbc\x66\x68\xc9\x37\x16\x89\x4c\ \xee\xed\xed\xb5\x1d\x73\x0a\x98\x02\x4a\xc6\xa4\xea\x75\x93\xcc\ \x78\x3c\x6e\xa1\xbb\xeb\xeb\xeb\x56\x9f\xad\xaa\x5a\x7e\x96\x3c\ \x2a\x80\x0c\xe8\xc1\x1c\xa5\x7e\xc5\x88\x7a\x46\xb2\x94\xfe\x07\ \x38\x81\x34\x76\x85\xec\x65\xd8\xc6\x58\xab\x9e\xcf\xe9\x15\x56\ \x37\x77\xf4\xce\xf9\xf9\x79\xbd\x79\xf3\xa6\x19\xd1\x24\x1c\xac\ \x45\xba\x35\x43\x75\x09\xb6\xaa\x5e\x37\x1e\xa4\x6d\xec\x32\x31\ \x74\x71\x96\x23\xe9\x56\xb2\xcf\x08\x4b\x3a\xee\xc9\x58\xa5\xfc\ \xfb\x6e\x32\x45\xe9\x20\x66\x7e\x65\xda\x8d\xb4\xc7\xe9\xfc\x27\ \x03\x95\xba\x50\x3f\xb0\xb4\x74\x47\x12\x13\x9e\x67\x0c\xf4\xc9\ \x18\xb1\x6d\xc9\x68\xa7\x43\xea\x4a\x47\x35\x01\xa2\x1d\xd6\xae\ \xd4\x11\xa9\x6f\xb5\x39\xc9\x03\x8c\xaf\xe7\x25\x09\xa1\x3d\x2e\ \x7d\x4a\xb6\xd4\x5a\xce\x08\x1c\xfd\xdb\x95\x95\x64\xc8\xb6\xbe\ \x16\x0b\xad\x5a\xaf\x57\x91\xc0\xc2\xe0\x26\xb8\x48\xd4\xe7\x45\ \x49\x95\x75\x0d\xa1\xc5\x9a\x0a\x78\xb9\x5c\xb6\xe4\xcf\xee\x00\ \xa7\x81\x4d\x5a\xd3\x33\xd2\x43\x85\xa6\x29\xce\x2e\xf2\xd7\x37\ \xdf\xf5\xec\xcc\x13\x4b\x81\x20\x44\xe8\x78\xa1\x03\xa1\x11\x3b\ \xb8\xb4\x21\x59\x0a\x75\x89\xfc\x2d\xc7\x28\x15\x49\x2e\x12\x6d\ \x4a\xd6\x8d\x20\x24\x65\xea\x19\x3c\x55\x74\x7c\x52\xb3\x83\xc1\ \xeb\x16\x6e\x4c\x62\xe6\xb6\xf8\xfe\xd6\xd6\x56\xeb\x03\xe0\x62\ \x3e\x1a\xd5\xd9\x7f\x0d\xab\x12\xa2\x94\x09\xc2\x9e\xa1\x9c\xf4\ \x84\x18\x05\x73\x6c\x7e\x78\x03\xbc\x6d\x4a\x21\xdf\x63\xfc\xb2\ \x5e\x8e\x39\x91\x1c\x9c\x1e\x51\x02\x28\xef\xce\xcd\x0d\xc9\x98\ \x91\x1f\x0c\xaa\x05\x64\xbe\x15\xfd\x64\x50\xb5\x3b\x59\x41\x9f\ \xd9\x1d\x36\x99\x4c\xda\x71\x34\xc6\x45\xd2\xed\x6c\x36\x6b\x20\ \x49\xbb\x25\x4e\x7e\xcd\xb3\xca\x75\x09\x8c\x65\x7d\xad\x54\x3e\ \x58\xa1\xaa\x57\x30\xb4\x58\x2c\xd6\xea\x13\x25\x38\xab\x7a\x2d\ \x53\x61\xcc\xb6\xb6\x5e\xab\x73\xa3\xe3\x07\x83\x41\xf3\x1a\xf3\ \x00\xea\xd5\x6a\xbd\x8e\x55\xfe\x4d\x0e\x54\x1a\xe0\x5e\xef\xf5\ \xc8\x97\x54\x46\xc3\xe1\xb0\xad\x15\xce\x8a\x30\x65\x6e\x84\xc9\ \xdd\x5c\xd6\x9b\x70\xa9\xf9\x16\x2a\x53\xa1\x7d\xb5\x7a\xd9\x0c\ \x00\x34\x59\x5b\x00\x97\xb1\xc5\xd0\xa5\x93\x24\xff\x86\x31\xe5\ \x84\x64\x71\x56\x3b\xee\xe8\xa6\xe9\x74\xda\x98\xb5\xaa\x6a\x15\ \xed\xe5\x7b\xe5\xd9\x98\x0f\x0f\x2f\xc7\x7a\x1d\x1f\x1f\xaf\x25\ \xa8\x63\xd8\xfa\xfd\x97\x3c\x26\x40\xcb\x18\xd0\x09\x00\x8a\xb3\ \x0c\x9f\x9f\x9f\x5b\x11\xda\xbb\xbb\xbb\xb6\xe9\x20\x43\xe1\xd6\ \x17\xa6\xcc\x18\x00\x29\xc6\xed\xc7\x1f\x7f\x6c\xe0\x47\x2a\xc4\ \xcd\xcd\x4d\x5d\x5e\x5e\xb6\x30\xdc\x6f\x7f\xfb\xdb\x06\x36\xe8\ \x83\xab\xab\xab\xba\xb8\xb8\x58\x33\x52\xca\x2b\x2c\x16\x2f\x47\ \xe6\x64\x1d\x3b\x63\x44\x47\xad\x56\xab\xa6\x57\xaf\xae\xae\x9a\ \xfd\xa0\xcb\xe9\x77\xba\xc3\xbb\xc9\xb7\x3e\x1e\x1d\x1d\x35\x7d\ \x62\x4d\x2b\xbf\x61\x3d\x1e\x1e\x1e\xb6\x62\xa7\x64\x2b\x59\x5c\ \x7a\x26\x41\x46\x86\x78\xc9\x0b\x9b\x98\x8c\x65\xea\x6d\x3f\x67\ \xfb\x3c\xdb\x3d\x64\x3d\x01\x7f\x12\x08\x58\xe4\xb4\x73\x09\xdc\ \xad\xc1\xd4\x17\x5d\x07\xdb\x95\x6c\x4b\x32\x5b\x19\x52\xa7\x0f\ \xbc\x3f\xa3\x55\x69\x83\x93\x39\xa3\x0f\xd9\x66\xf7\x76\xf5\x71\ \xda\x13\x3a\x4e\x5b\x93\x94\xa8\x5a\xaf\xff\x55\x55\x6b\x29\x0a\ \x09\x3a\xd3\x6e\xea\xbf\xbf\x25\xf3\xde\x6d\xb3\xdf\xdd\x97\xb6\ \xda\xf8\x72\x80\x15\xdf\xb5\xc6\xc9\xa2\x67\xc0\x31\xd9\xb6\xc1\ \x70\x38\xfc\x2b\x0f\xca\x30\x4e\xbe\x3c\x07\xd8\xa0\xa4\x21\x4a\ \x61\x4b\x46\x28\x85\x2c\x59\x0b\x3f\x27\x8a\x5e\x2e\x97\xad\x9e\ \x0a\xa3\x49\x10\x0c\x88\x41\x49\xd6\x27\x85\x26\x07\xab\xcb\xa6\ \x78\x07\xc1\x4e\xd6\x29\x85\x5e\x9b\x7d\xc7\x7b\x19\x22\x7d\x63\ \x54\x2d\xc8\xa4\xe3\xcf\xce\xce\xda\x8e\x15\x86\x20\x85\xa0\xeb\ \x35\x74\x17\x13\x05\x4c\x09\x66\x7f\x93\x3e\x36\xae\x69\x1c\xb5\ \x0d\x20\xa1\xb0\xfc\x0d\xb8\x25\x00\x42\x33\x90\x7a\x32\x6b\x0c\ \x79\xb2\x05\xb9\xa8\xb3\x5f\xe6\xc9\xd8\xf1\xca\x13\x28\xf2\x24\ \x14\x66\xf4\x79\x7a\x55\xc6\x07\x38\xc8\x30\x66\x86\x14\xbb\xca\ \x85\xd2\x5e\xad\x56\xf5\xcd\x37\xdf\x34\x6f\xa7\xdf\xef\xaf\x19\ \xc9\x5c\xcc\x19\x7e\x10\xc6\x49\x5a\x7b\x30\x18\x34\xc6\x21\x37\ \x47\x64\xf8\xc1\xd8\x65\xe9\x10\x5e\x35\xc3\x8b\x41\x02\x10\x79\ \xf9\x99\x9f\x04\x7c\x78\xce\xd5\xd5\xd5\xda\x11\x24\xf2\x56\x1c\ \x9f\x92\x87\x2f\x03\xfc\xbd\x5e\xaf\x01\x1e\xf2\x9a\x65\x2b\xcc\ \x25\xf0\x94\x8c\xc9\xd1\xd1\x51\xcd\x66\xb3\xba\xba\xba\xaa\xfd\ \xfd\xfd\x7a\xfb\xf6\x6d\xed\xef\xef\xd7\x97\x2f\x5f\x1a\xd3\xf1\ \xf6\xed\xdb\x66\x0c\xcd\x8d\x9d\x7a\xe4\x15\x38\x20\x93\x09\x6e\ \x29\x6f\xfd\xe9\xe6\x13\xa5\x1e\x91\x7b\x63\xac\x30\x2a\x64\x92\ \xde\x90\x24\xef\x5e\x6c\xf3\xd1\xd1\x51\x1d\x1f\x1f\xb7\x0a\xe1\ \xcb\xe5\x4b\x38\x4e\x28\xef\xe0\xe0\xa0\x79\xda\xe3\xf1\xb8\x2e\ \x2f\x2f\xd7\x36\x79\xf4\x7a\x2f\x67\x8a\x9e\x9f\x9f\xb7\x12\x0a\ \x72\xb4\xbe\xf9\xe6\x9b\xb5\x3c\x24\x6c\x4d\xca\x8e\x35\x93\xfa\ \x06\x1b\xd9\xef\xbf\x16\xb4\x15\x5a\x4b\xe3\x01\x50\xe5\xfc\xd1\ \x15\xe7\xe7\xe7\x2d\x94\x7d\x73\x73\x53\x1f\x3f\x7e\x5c\x73\xa4\ \x0e\x0e\x0e\x9a\xee\x49\x56\x47\xc9\x88\x6c\x2f\xd0\x62\xdd\x09\ \xd5\x3e\x3e\x3e\x36\x50\x94\x72\xce\xe1\x48\x16\x94\xde\x4b\x3d\ \x4d\xb7\xca\x01\xa4\xa3\xc8\x89\xc2\xbf\xc9\x1c\xa6\xa3\x92\xf7\ \x61\x7e\xad\xd9\x9d\x9d\x9d\x16\x02\xc5\x1c\x1a\x4b\xf7\x88\x36\ \x58\x0b\xc0\xbe\xf0\xce\xf1\xf1\x71\x9d\x9e\x9e\xd6\xdb\xb7\x6f\ \xdb\xce\x47\xba\x21\x73\x77\x17\x8b\x45\x5b\x67\x69\xb7\xd8\x97\ \x34\xde\x5d\x26\x26\xa3\x18\xc9\xa4\xd0\x67\xd6\x63\xda\x5a\xef\ \xa0\xff\x8c\x27\xbb\x92\x0c\x53\xd5\xab\x63\x9b\x60\x26\xed\x0c\ \x5b\x90\xf7\x90\x25\x60\x2e\xdb\x9d\x63\x98\xcf\x48\xa0\x96\x6b\ \x2d\xb1\x41\x17\xf0\xa5\xcd\xf0\x8e\x74\x6a\xbb\xcf\xf6\xdc\xb4\ \xe5\xe6\x4f\xaa\x40\x8e\xaf\xe7\x24\xa9\x93\xf6\xd4\x3d\x39\x06\ \x39\xee\x5d\xe6\x2d\x9f\x91\xe3\xe2\x7b\x00\x70\xa6\xcf\x74\x73\ \xd1\xbc\x2f\x09\x90\xbe\x3f\x64\xc3\xd3\x80\xe6\x80\xe6\x0b\x3d\ \x20\x59\x95\x34\x72\x39\x70\x39\xa8\xbe\xe7\xf9\xbe\x43\x21\xa0\ \x6e\x73\x51\x79\x0f\x85\x48\x00\x78\x99\xc9\xf8\xf8\x5e\x0e\x7c\ \x32\x56\xda\xa9\xcd\x06\x2a\x43\x3d\x80\x4a\x7a\x61\x55\xaf\x87\ \x50\x66\x8d\x15\xcf\x76\xaf\xb2\x00\x98\x30\xb4\x6a\x26\xcb\x75\ \x11\x35\x03\xce\x98\xa6\x17\x90\xf4\x2e\x14\x4f\x01\xc8\xa5\xc8\ \xc5\x69\xec\x73\x1c\xba\xef\x4c\xcf\xc9\xf8\x31\x70\xfd\x7e\xbf\ \x85\x35\xf4\x2b\x3d\xb9\x04\xb5\x84\x55\x3b\xb2\x2d\x84\x0e\x40\ \x31\xae\xc6\xa4\x0b\xda\x72\xf1\x67\x38\x31\xa9\xe7\x64\xff\x18\ \x22\x17\x25\x2d\x14\x75\x78\x78\xd8\x04\x5d\x58\x2a\xbd\x44\xcf\ \xc3\x48\xa6\xa2\xcc\xb0\x34\xd9\xcb\x9c\x85\x0c\x35\x30\x52\x00\ \x53\x55\x35\x70\xa5\xbf\x19\x62\x04\x14\x7d\xee\x5d\x39\xcf\xc0\ \x07\xf9\x78\x7c\x7c\x6c\x9b\x2a\x30\x6a\x98\x03\xc0\xcd\xfa\xc8\ \x5d\x9b\xc0\x93\x36\x00\x38\xe6\xfa\xe9\xe9\x65\x2b\xfe\xf9\xf9\ \x79\x9d\x9f\x9f\x37\x43\xff\x8b\x5f\xfc\xa2\xbe\xf9\xe6\x9b\x35\ \x05\xf4\xa7\x7f\xfa\xa7\xf5\xe7\x7f\xfe\xe7\x0d\xa8\xee\xed\xed\ \xd5\xee\xee\x6e\x9d\x9e\x9e\x36\xb0\x22\xb1\x38\x9d\x1c\x6b\x70\ \x77\x77\x77\xed\x2c\xc2\x54\x4c\x99\x17\x69\xbd\xe9\x1b\x56\x55\ \xe8\x10\x53\x43\x5e\x72\x17\x5e\x55\x35\xa3\x6e\xcc\x9e\x9f\x9f\ \x1b\x2b\x4e\x0e\x00\x12\x47\x57\x01\xdb\x58\x48\xf3\x9e\x45\x39\ \xc9\x92\xe7\x3b\x94\x3b\x73\xad\x5c\xc2\xd4\x79\x00\x7c\x55\xb5\ \x44\x77\x4e\x46\xaf\xd7\x6b\x39\x40\x27\x27\x27\x6d\xfe\x00\x23\ \x7d\x07\x90\x4e\x4f\x4f\x9b\x4c\x09\xf3\x59\xab\xc0\x9b\x3a\x66\ \x40\x9e\xb0\x6c\xd5\x8b\xd1\xc7\x1e\x27\x83\x54\x55\x75\x7d\x7d\ \xdd\xc0\x52\x46\x2d\xd2\x29\xed\x02\xa2\x83\x83\x83\x9a\x4c\x26\ \x8d\x75\x4b\xc3\xe3\x7d\x5b\x5b\x5b\x75\x73\x73\x53\xfb\xfb\xfb\ \x2d\x24\x4e\x67\xc8\xd7\xb2\x33\x91\xae\xf2\x5e\x32\x92\x6b\xc9\ \x7c\x70\x44\x18\x5f\x0e\x11\xfb\x95\xb5\x15\xcd\xe3\x72\xb9\x6c\ \xec\xec\x70\x38\xac\xd1\x68\xd4\x9e\x93\xb9\x97\xec\x5c\x86\x82\ \x3c\x2b\x89\x83\x64\x8c\xe8\x09\xfa\x89\x1c\x90\x25\xba\x9f\xcc\ \x77\x41\x50\x82\x8c\x34\xd6\xd6\x07\xa7\xc4\x3b\xbd\x27\x77\x24\ \xfb\x5e\xae\x3b\xf6\x22\x81\x43\x32\xd9\x69\x97\xe9\x36\xed\xeb\ \xa6\x2d\xd0\x7f\x49\x76\x74\xc1\x56\xea\xf4\xff\x19\x4e\xb0\x06\ \x52\xb7\xa7\xce\x70\x3f\xa7\x37\xdf\x2b\xe4\x9d\xf6\xc6\xcf\xc9\ \xa4\xba\x37\xc9\x23\x98\xa1\x0b\xee\xd2\x4e\x26\x03\x96\x7d\x76\ \xcd\xe7\xf3\xc6\xf2\x0b\xf1\x66\xa4\x20\x13\xf0\x57\xab\xd5\x4b\ \x99\x06\x0d\x4a\xe4\x9a\x03\x9b\xe1\xb9\xaa\xd7\xb2\x02\x09\x12\ \x92\xcd\xc8\x2d\xdf\xc9\x4e\x18\xc4\x0c\x2d\x7a\xa7\xef\x66\x51\ \xd0\xec\x20\x01\xd4\x06\xdf\x33\x78\x69\x60\xf3\x7d\xc9\x76\x40\ \xee\x3c\x20\x0a\x20\x85\x37\x51\x30\x0f\xc1\xcf\xde\x97\x13\xa9\ \x2d\x3c\x45\x35\x94\x7c\x8f\x27\xa3\x7e\x91\xf7\x59\x24\x2e\x86\ \xbf\x9b\x83\x95\xc2\xa4\x7f\x19\x8f\x4e\x4f\xd9\x78\xf2\x90\xbb\ \x8b\x8f\xc0\x31\xbe\x94\x37\x8f\x78\x7f\x7f\xbf\xe5\x6e\x58\x70\ \x04\x93\x12\xcb\x3e\x6b\x4f\x0a\x26\xa3\x6c\xbc\x78\xaa\x55\xaf\ \x1e\x57\x32\x37\x00\x2f\x23\xac\x7f\x04\xd5\x98\xa6\x17\xa8\x5d\ \xb9\x28\xcd\xcb\x2f\x7e\xf1\x8b\x96\xab\xe1\x59\xe9\xc9\x24\xb0\ \xb6\x29\x23\x6b\x12\x2d\x97\xaf\x07\x24\xeb\x9b\x76\xda\xfd\xe7\ \x77\x6d\xf4\x9c\x04\x15\x94\xf2\xde\xde\x5e\x2b\x57\xa0\xbd\xb9\ \x66\x80\x3b\x40\x2b\xa9\x67\xa5\x0c\xf4\x39\xc3\xd7\xde\x8d\xfd\ \xb9\xb9\xb9\xa9\xe9\x74\xda\xce\x20\x54\x0b\xc8\x16\x7c\x20\x88\ \xf1\xe7\x04\x3c\x3e\x3e\xd6\xe7\xcf\x9f\xeb\xc7\x1f\x7f\x6c\x5e\ \xaa\x72\x08\x8e\xc5\x19\x0e\x87\xad\x7a\xf7\x78\x3c\xae\xe9\x74\ \x5a\x3f\xfd\xf4\x53\x6d\x6d\x6d\xb5\x42\x91\xcb\xe5\xb2\xe5\x6d\ \x19\x6f\x00\xa9\xdf\x7f\x2d\x0c\xfa\xfc\xfc\xdc\x92\xef\x39\x35\ \xde\xa3\x4a\x38\x86\xa5\xea\x35\x5f\x50\xa9\x84\xaf\xb1\x07\x00\ \x93\x04\x70\xf2\x9c\x7a\xc5\x78\x0a\x3b\x25\x4b\x91\xba\x0d\x2b\ \x28\x14\x96\x8a\xd7\x3f\xcc\x86\xe7\xa6\x11\xd4\xce\x04\xbb\xc6\ \x20\x13\xda\xb5\x75\x3e\x9f\xb7\xa3\x7c\xc8\x82\x73\x13\x19\x21\ \xac\xf3\xe5\xe5\x65\xbd\x7f\xff\x7e\x2d\xc5\x42\x81\xd1\xd4\x5f\ \x72\xd1\x3c\xdf\xc1\xe8\xdb\xdb\xdb\x8d\x1d\xc2\x0a\x1e\x1d\x1d\ \xb5\xf1\xa7\x17\xa7\xd3\x69\x3d\x3f\xbf\x16\xe8\xbd\xbc\xbc\x6c\ \xe0\x64\xb5\x5a\xad\xed\xa4\x13\x8a\x54\x98\x52\x42\x39\x87\xf7\ \xe6\xe6\xa6\x0e\x0e\x0e\xda\x3c\x66\x8a\x08\x3d\x03\xe4\x02\xa0\ \xc6\x87\x8e\xc6\xe2\x09\x7d\xd2\x13\x59\x94\xd5\x38\x77\x43\x3c\ \x2e\x39\x34\xaa\xb3\x1b\x6b\xb6\x88\xbe\x48\x10\x90\x6d\x04\xe6\ \xd9\x11\x4e\x78\x82\xef\xb4\x95\xc9\x0c\xb2\x27\xc9\x34\x75\xd7\ \xb1\x7b\xbe\xc6\xd2\x68\x5b\x37\x02\x62\x3c\xd3\x11\xd2\x7e\xcf\ \xa7\xc7\x53\x9f\x63\x05\x33\xb5\x02\xc8\xc8\x28\x48\x8e\x5f\x3a\ \xed\xda\x65\x8d\x5b\x03\xfa\xe6\x73\xba\x97\x7c\x6a\x43\xae\x37\ \xff\xa7\x33\x4d\x9f\x5b\x47\xbe\x9f\xfa\x3b\xfb\x94\x04\x0b\x7b\ \xa5\x6d\x39\xc7\xa9\xe3\xbd\x33\x89\x20\x76\x4d\x08\x3a\x1d\xb9\ \x6c\xb3\x72\x2f\xd8\x62\xeb\x2e\xdf\x11\x64\x43\xff\x8f\x04\x2c\ \x99\x82\x34\xf2\x39\xd8\x5d\x44\xdb\x45\xf6\xa9\x64\x81\x26\x9f\ \xa5\x72\x05\x36\x78\xe2\x04\x51\x5b\x92\x31\x49\xa1\x01\x22\x12\ \xb5\xeb\x47\xe6\xb8\x98\xe4\x6e\xb8\x2d\x27\x29\x63\xec\xab\xd5\ \xeb\x31\x2f\x69\x20\xf4\x11\x45\x58\x55\xcd\x8b\x34\x09\x58\x2a\ \x86\xb3\xeb\x99\xeb\x4f\x52\xad\xe9\xdd\x68\x17\xf0\x81\xc5\x48\ \xef\x31\x17\xa7\x67\x01\x52\xfa\xc1\xe8\xe6\xfd\xc6\x5f\xd2\x72\ \xee\xa6\x49\x50\xd6\x65\xd1\x78\x61\xda\x93\x2c\x54\x37\x8c\xeb\ \x3d\xbc\xc9\xbd\xbd\xbd\x9a\x4e\xa7\xad\x3d\xfe\xce\xd0\x27\xa3\ \x99\x63\x62\xe1\xa7\xf0\xa7\xa7\xe7\x19\x39\xa6\x12\xf4\x17\x8b\ \x45\x7d\xfe\xfc\xb9\x25\xb8\xe6\xb6\x72\x7d\xf1\x0c\x06\xdb\xb3\ \x53\xc9\x54\xbd\x16\x2c\xc4\x58\x09\x31\x18\x2b\x8a\x96\x27\x4d\ \xe1\x67\x12\xb5\xf7\xbb\x1f\x4b\x90\x40\xa1\xaa\x5a\x7b\xe5\xc2\ \xe5\xf1\x30\x40\xcc\xfe\xfe\xfe\x1a\x80\xcc\x4d\x0a\xd6\xd4\xf6\ \xf6\x76\x33\x20\x0a\x8f\xca\xdb\xba\xb9\xb9\x69\xb9\x3c\xde\xf3\ \xfc\xfc\x72\x8c\xcf\xc5\xc5\x45\xab\x55\x74\x7f\x7f\x5f\x3f\xfc\ \xf0\x43\x4b\x98\x5e\xad\x5e\x92\xe5\x7f\xfa\xe9\xa7\xfa\xf4\xe9\ \x53\x6d\x6d\x6d\xd5\xaf\x7e\xf5\xab\xba\xb9\xb9\xa9\xef\xbf\xff\ \xbe\x01\xa2\x64\x52\x8c\xaf\x31\x37\x96\x5d\x07\xc4\x5a\x65\xfc\ \xab\x5e\x8d\x86\xf1\x21\xcb\x99\xc3\x42\xc7\x00\x52\x64\x22\x9f\ \x97\x4c\x00\x79\xce\x35\xb9\xbf\xbf\xdf\x3c\xd1\xd4\x35\xf4\x8a\ \x7b\x19\x07\xb9\x8e\x76\x34\x7d\xed\xd9\xb9\x8e\xd2\xd3\x4f\xc6\ \xc0\x18\x61\x5f\x38\x7e\xf4\x8d\xb0\xef\xfe\xfe\x7e\x0b\xbb\xaa\ \x90\x9e\xec\xee\x6a\xb5\xaa\xf1\x78\xbc\xc6\x30\x5b\x67\x74\x5d\ \xae\x7b\x63\xaa\x66\xd5\x6a\xb5\x6a\x45\x9b\x01\x2a\xfd\x14\x76\ \x03\x8e\x6e\x6f\x6f\x9b\xfc\x58\xbf\xc0\x17\x3d\x91\x06\xdc\x58\ \x00\xf6\xf4\x0a\x99\xb0\xcb\x55\xfe\x53\x3a\xb7\x55\xeb\x35\xd5\ \x12\xf4\xb8\x72\x8c\xb2\xce\x9c\xb9\x35\x1f\x9c\xb3\xdd\xdd\xdd\ \x3a\x3b\x3b\xab\xc3\xc3\xc3\x56\x50\x94\x8e\xb6\xee\x81\x48\x32\ \xdb\x65\xee\xc9\x13\x70\xac\xcd\x99\xa7\xeb\xde\x34\xfc\x99\xea\ \x60\x1c\xba\x0e\xba\xf7\xf9\x2e\x90\x62\x3c\x52\xcf\xa7\x53\x4d\ \xa6\xf4\x21\x73\xb5\x32\x97\xd0\x38\x1a\x17\x3a\xcf\x95\x04\x4b\ \x97\x99\xab\x5a\x4f\xde\x17\x01\x4a\x27\x9b\xac\x03\x46\x9e\x9f\ \xba\x9c\x6d\xcf\xbf\x75\x99\x26\xe3\x96\x6b\x27\xf5\x6c\x62\x91\ \x64\x1a\xbb\x76\x56\x3b\x52\x7e\x92\x2d\xcb\xbe\x75\xc1\xa4\x77\ \x02\xf6\x3e\xd3\x6e\x6b\x94\x4d\xd0\x7f\x73\x97\x38\xa6\x9f\x1e\ \x7e\x0a\x81\x7f\x5e\x90\xf9\x2f\xd0\x5d\xa2\x60\x3f\x27\xdb\x94\ \x54\x63\x86\x7c\x78\xde\x0c\xb6\x49\xcf\xfa\x47\x1a\x6d\x71\xe6\ \xef\xf9\x6c\x03\x6d\x42\x08\x34\x81\x4d\xd6\xed\x6b\x83\x9d\xbb\ \x10\x32\x1e\xeb\x73\xbf\x13\xea\x44\xbb\xde\x6b\x92\xd2\xc8\x00\ \x31\x29\xc8\x39\xa9\xc9\x14\x66\x82\x32\x01\xd0\x8f\x4c\xf8\xd6\ \x2f\x7f\xb3\x28\x92\xe1\x32\xa6\xc0\x93\x7b\xd2\xd3\xf2\x4e\x9e\ \xab\xfb\x72\xdc\xd2\x4b\xfd\x1a\x88\x05\x58\x08\xb9\x77\x74\x59\ \x2a\xe3\x91\x9e\x20\x0f\x3b\x59\x88\xfc\xae\x1a\x34\xf9\xfe\x64\ \x2b\xd2\x78\x24\xc3\x98\x40\xa9\xaa\xfe\xa8\xea\x38\xcf\x5c\x3f\ \xd2\x23\x27\x13\xbc\x68\x32\x99\xc6\x9c\xc1\x01\xa6\x28\x0d\xb9\ \x32\xc9\xba\x51\x8a\xda\x40\x49\x31\x1a\x59\x9f\x27\x01\x7d\x7a\ \x42\xab\xd5\xaa\x25\x18\x33\x38\x5d\x47\xa2\xdf\x7f\xa9\xaa\x0d\ \x80\x30\xee\xe3\xf1\xb8\x25\x3c\xbb\x17\x80\xc3\xa6\xee\xee\xee\ \xd6\xf1\xf1\x71\x9d\x9c\x9c\xb4\x52\x14\x77\x77\x77\xad\x62\x77\ \x1a\x96\xfb\xfb\xfb\xc6\x8c\x49\x7e\xa7\xf0\xde\xbf\x7f\x5f\xd3\ \xe9\xb4\xed\x14\x4b\x47\xc1\xf8\xd8\xe6\x6e\x27\x63\x96\x93\x48\ \x99\x32\xb7\xc9\x20\x32\x84\xc6\xc1\x7a\x23\x63\x29\x33\xdd\x64\ \x75\xf2\x90\x46\xd0\x6e\x4b\x32\x66\xbc\x13\x8c\x1b\x1f\xef\xa6\ \x9f\x00\x95\x0c\x55\x0a\x2d\x4a\xa0\x06\x68\xcd\xa5\x7b\x3d\x13\ \x00\x4f\xf9\x4c\x03\x43\xb6\x80\x2b\xac\x62\x1a\xbd\x3c\x9b\x95\ \x6e\x4a\x07\x49\xdf\x8c\x05\x19\xbb\xbc\xbc\x6c\xc0\x72\xb5\x7a\ \x39\xdf\x8f\x61\xc8\x5c\xaa\xc1\x60\xd0\xe6\x08\x50\x91\xff\x26\ \xc7\xd0\x1a\xc9\x12\x1b\xa9\x2f\xb7\xb7\xb7\xeb\xf8\xf8\xb8\x8d\ \x41\xaf\xf7\x72\xc8\xb3\x4a\xed\xfe\x8e\xe5\xce\xf0\x0a\xe0\xef\ \xca\x88\x85\x75\x94\x61\x42\x63\xed\xb3\xad\xad\xad\x3a\x3d\x3d\ \xad\xfd\xfd\xfd\x9a\x4c\x26\xf5\xee\xdd\xbb\x9a\x4c\x26\x6b\xe7\ \x59\xd2\xa9\x00\x50\x3a\xae\xa9\xb3\x53\x36\xbd\x3f\x6d\x45\xea\ \xda\xee\x3a\x4f\x10\x96\x21\xb7\x64\x39\x92\xb5\x31\x8e\xfe\xa7\ \x4f\x7c\xe6\xbb\x1c\x0f\xef\xc8\xef\x26\x79\xf0\x3f\xb3\x3d\x74\ \x73\x3a\xf4\xc6\x20\x01\x5b\x97\x0d\xab\x7a\x3d\xd9\xc4\xb8\x70\ \x70\x12\xf8\xa5\x9d\xcd\x36\xd2\x1b\x9e\x09\x2f\xe8\x8b\x3e\x7b\ \x6e\xca\xe4\x62\xb1\x68\xc5\x6b\x13\x24\xe5\x7b\xd9\x87\x04\x67\ \x39\x2f\xe9\x48\x79\x57\x5e\xd9\x6f\x79\x90\x09\x78\x13\xf4\xb2\ \xe1\x87\x87\x87\x0d\xb0\xb3\x89\x8d\x4c\x3a\x3a\x3a\xfa\xab\x34\ \x72\x04\xcc\x42\xe2\xd9\x74\x05\x2d\x1b\xe7\xe5\xe9\xcd\xb9\x17\ \x50\xf1\x42\x3f\x03\x51\xc2\x48\xee\x55\xf4\x2e\xb7\x58\x1b\xc8\ \x1c\xac\x2e\xcd\x98\x74\x5f\xb2\x1b\x04\x42\x7b\x18\x8d\x0c\xfd\ \x74\xff\xa5\xb7\xe2\xb9\x16\x4d\x2e\x0c\x93\x49\x79\x63\x06\x2c\ \xfc\x4f\x9f\x3e\xad\x09\x04\x10\x65\x12\x29\xdd\x1c\x7b\xfd\xe9\ \xf7\xfb\xcd\x10\x1a\x5b\xfd\x6e\xe8\xf8\x6f\x41\xdd\xfe\xfe\x7e\ \x03\x4b\x5d\x8a\xb9\xcb\x46\x12\x44\xf1\xed\xac\xb7\xc3\xe0\x1b\ \x1b\x54\xa9\x76\xf3\x84\x25\x1f\xe6\xbc\xfb\xdd\xbb\x12\x0c\x58\ \x50\xc9\x5c\x9a\xa7\x04\x61\x29\xe4\x59\x4f\xc6\xb3\x93\x5d\xc3\ \x2c\x09\xa1\x50\xb4\x76\x06\x2d\x16\x8b\xba\xba\xba\x6a\x63\xc5\ \xd3\xb0\x68\x79\xd2\xc6\x88\x47\x4c\x11\xf8\x1f\x93\xe4\x5e\xc9\ \xbf\x09\x06\x73\xdd\xf0\xf0\xf5\x2b\x9f\xdd\xeb\xf5\xea\xcb\x97\ \x2f\x6b\x2c\x0b\x43\x92\xca\x04\x63\xb0\xb7\xb7\xd7\xb6\x6e\x57\ \x55\xab\x2c\x6e\x6e\x0e\x0f\x0f\x5b\xb5\x75\xe0\xd0\x6e\xbc\xbb\ \xbb\xbb\x76\xce\x1a\x16\x51\xdb\xd2\xb8\x48\x98\xdf\xdf\xdf\xaf\ \xab\xab\xab\x06\xce\xcd\x83\xef\xdc\xdd\xdd\xd5\xe1\xe1\xe1\x9a\ \x97\x39\x9b\xcd\xea\xed\xdb\xb7\x2d\xb7\x07\x33\xa1\x36\x12\x7d\ \xa0\x5f\x79\x4e\xa3\x35\x84\xd1\xe3\xa0\x25\x2b\x95\xe7\x12\x0a\ \x61\x31\x2c\x09\x82\x30\x3f\xe4\x16\xeb\x07\xbc\x3e\x3d\xbd\xd4\ \x46\xcb\x10\x0e\xb6\xc2\x58\x26\x1b\xc5\xd1\x49\x47\x8f\x11\x75\ \x01\x5c\xd6\xa4\xcf\xbd\xa3\xdf\x7f\xc9\x8f\x02\x52\x00\xb3\x04\ \x8e\x1c\x31\x21\x87\x64\x05\xac\x7f\xf9\x58\x59\xef\x2d\x8d\xab\ \x36\x62\x3b\xef\xef\xef\xeb\xe3\xc7\x8f\x6d\x8d\x60\xdc\x8c\x87\ \xb1\x30\xb7\xda\x9b\x29\x0b\x7b\x7b\x7b\xad\x20\xa8\xb5\xc0\x61\ \x94\xcf\x66\xa7\x9f\x71\x30\xef\xe4\x4e\xb2\xbc\xb9\xc1\xc6\x09\ \xa1\xa6\x7c\x65\x68\x2e\x0b\xf8\x7a\x6e\x97\xfd\xa0\x37\x01\x30\ \xfd\xb2\x1e\x47\xa3\x51\x73\xe4\xf6\xf6\xf6\xea\xf8\xf8\xb8\xce\ \xce\xce\xd6\xfa\x9c\x3a\xde\xda\x4c\x46\xd1\x33\x13\xd4\x02\x4d\ \xec\x44\x3a\x7e\xf4\x76\xd7\x36\xd2\x0b\x69\xd8\xd3\xb6\xb0\x53\ \x19\x35\x00\x88\x3d\x3f\xc1\x02\x19\x48\x7d\x9b\xb6\x30\xc7\xa2\ \x6b\x3b\x93\x34\x61\x8f\xe8\x81\xb4\x97\xf9\xdd\x5c\x33\x19\x7d\ \x49\xbb\x9e\xdf\x4d\xdb\x91\x00\xce\xb8\x5a\x33\x49\xe6\xe8\x5b\ \xf6\x27\xd9\x7c\x8e\x2e\x36\x95\xae\x34\xf6\xfa\x62\xcd\x74\xed\ \x76\xce\x53\x3a\xe0\x5f\xc3\x12\xde\x9d\x63\x91\x63\x4d\x36\xdd\ \xe7\x33\x29\x02\xa9\x03\x16\x8b\xc5\xcb\x59\x84\x16\x76\x26\xe2\ \xf1\x2e\xbb\x94\x5d\x26\xd8\x65\x48\x2a\x05\xec\x6b\xcc\x83\xcf\ \x73\x42\x18\x75\x13\x9f\x9e\x7e\x7a\x08\xc9\xd2\x24\x83\x95\x83\ \x94\xdf\x4d\x60\x45\xd1\x27\xbb\xe4\x99\x3e\xd3\x6e\x4a\x3e\x99\ \x9f\x64\xb7\xf2\xf9\x99\x3c\xea\x79\xc6\x8c\xa7\x87\x4d\x4a\x6a\ \x9b\xb2\xe6\x69\x27\xcd\x99\x82\xaa\xcd\x8b\xc5\xeb\x39\x79\xf9\ \xbc\x0c\xdd\x25\x93\xd7\x05\xbb\x0c\x51\x82\x02\xc6\x5d\x48\xc1\ \x73\x97\xcb\x97\x7c\x24\xa1\x27\x4a\xc1\x3d\x55\xaf\xc5\x64\x29\ \x3d\xc2\x95\x82\x6a\x21\x11\xb6\x5e\xef\xf5\xa0\xda\xae\x67\x91\ \xbf\xeb\xaf\x85\x90\xb2\xe4\x77\xfd\xc5\x10\x60\x15\x16\x8b\x45\ \x5d\x5e\x5e\xd6\x6f\x7f\xfb\xdb\xfa\xf8\xf1\x63\x4b\x30\x26\x5b\ \x16\xb9\xbf\x03\x4c\x8c\x95\x10\x75\x2a\xba\xe5\xf2\xf5\x88\x13\ \xdb\xd8\x19\x87\xc9\x64\xb2\xb6\x3d\x1f\x83\x96\x89\xf7\x29\x6b\ \xd9\xd6\xae\x43\xd0\xeb\xf5\x1a\x33\x56\x55\xcd\xa1\xc1\xfa\x18\ \xe3\x64\x85\x6c\x63\x4f\x16\x4e\x5e\x99\xf5\x28\xac\x97\x2c\x75\ \x7a\xd2\xfa\x3b\x9b\xcd\xea\xe2\xe2\xa2\xb5\xdf\x7c\x67\xd8\x13\ \x28\x10\xee\x7c\x7e\x7e\x6e\x1b\x09\x80\xd0\x5c\x2b\x36\x37\x0c\ \x06\x83\x16\xde\x4a\x25\xc4\xe8\xae\x56\xab\xe6\xfd\xa5\xd2\x62\ \x2c\x13\x00\xe4\x96\x7c\xba\x00\xf8\xa2\xd0\x18\x64\x35\xcf\xe8\ \x19\x15\xba\xb7\xb7\x5f\x6a\x32\xbd\x7b\xf7\xae\x56\xab\x55\xab\ \x91\x64\xd7\x5b\x2a\xd7\xed\xed\xed\xba\xbc\xbc\x5c\x63\x7a\x13\ \xdc\x28\x59\x91\xbb\xdd\xb0\x87\xa9\xf8\x01\x54\xb2\x97\xeb\x10\ \x28\xc7\x92\x01\x5d\xda\x69\x5d\x79\x77\xae\x63\xa1\x35\xfd\x27\ \x63\x47\x47\x47\x35\x99\x4c\x1a\xe8\x02\xf8\x33\xfc\xd8\xef\xf7\ \xdb\x0e\x39\x89\xfd\xe6\x28\x77\x1c\x0e\x87\xc3\x56\x01\x3f\x0d\ \xc9\x62\xf1\x52\xc2\x42\xae\x9a\x3e\x66\x1a\x01\x7d\x59\xf5\x02\ \xda\x24\xf0\xa7\x71\xb5\xfe\xf5\x3f\xf3\x54\x39\x27\xd9\x67\xdf\ \x95\x43\x26\x6c\x6f\xcd\x3a\x45\xc1\xdf\x24\xd7\x63\x2c\xf5\x81\ \xbc\x62\x3d\x8d\x05\x39\x67\x0f\xfd\x9e\xf6\x80\x5c\xd1\x5b\x39\ \xfe\xfe\x96\xcf\x48\x1d\x49\x1f\xa5\x3d\x48\xdd\x99\xe1\xea\xb4\ \x1d\xfa\x67\x6c\x53\xff\x26\x7b\x94\xf6\x28\x1d\xec\x4c\xed\x48\ \x7b\xd5\x65\xbe\x8c\x2f\xdd\xa5\x2f\xee\xf1\xac\xfc\x6e\x02\x1e\ \x7d\xa0\x6b\xb4\xd3\xe9\x21\xc0\xba\xbe\xb0\x53\xc9\x34\x27\x80\ \xec\x6e\x40\xe2\x00\x25\xa8\xca\xd4\x01\xba\x95\x53\x9f\x78\x43\ \xbf\x1a\xbb\x14\x00\x29\xf5\x97\xbf\x59\x9f\xe9\x30\x27\x71\xe0\ \x7e\xac\xbe\x4d\x1c\x3e\x7f\x7a\x7a\x7a\x01\x58\x39\x69\x29\x24\ \x94\x46\x37\xd1\x5a\x47\x34\xbe\x4b\x43\x26\x13\xa2\x33\xe9\xe5\ \xa7\xa7\x96\x83\x81\x4a\xf7\x1d\xcf\x24\x80\x49\x6d\xe6\xe2\xcb\ \xed\xc8\xa9\xc0\xbd\x0f\xb2\xd5\x2f\xcc\x10\xf0\x90\x89\x82\xb9\ \xc3\xd0\xa4\xe6\x6e\x10\x7d\x93\x08\x8c\x6d\x33\x21\xfd\x7e\xbf\ \x29\xa8\xf4\x54\xf4\x25\x8b\x0a\xe6\x99\x79\xdd\xb1\xef\xe6\x51\ \xf4\x7a\xaf\xa1\x86\xf4\xbe\xd0\xa6\x9e\xfd\xb5\x05\xe1\xb9\x5d\ \xa4\xad\x9f\xf2\x36\x16\x8b\x45\x03\x50\xfe\xf1\x38\x29\x55\xef\ \x4a\x99\xc8\xf1\xb3\xc0\xd2\x48\x93\x15\xcf\xcf\xe7\xe5\xc2\x27\ \x4f\x0c\x4a\xe6\xad\x58\xa4\xc6\x99\x0c\x3d\x3f\x3f\xaf\x15\xb3\ \x93\x5f\x32\x9b\xcd\x1a\x98\x70\xc0\x6f\x26\x4f\x27\xdd\xec\xf9\ \x5d\x5a\x5f\xd8\xc9\xa2\xa1\x30\x5d\x39\x0f\x83\xc1\xa0\x25\xfb\ \x92\x53\x72\x4d\xfe\x8c\x17\x06\x4d\x7f\xe5\xa1\x60\xda\x80\x86\ \xae\xf2\x22\x0f\xbc\x38\x8b\xdb\x3f\xe1\x2f\x6b\x81\x21\xca\xf3\ \xba\xf4\xc3\x1a\x4a\x23\x7a\x78\x78\xd8\xc0\xcc\xe3\xe3\x63\xbd\ \x7d\xfb\xb6\xc9\xba\x71\x48\x00\x4d\xfe\x7e\xfa\xe9\xa7\xea\xf7\ \x5f\x4a\x26\x24\x08\x25\xdb\x80\x53\x3e\x43\x98\x86\x02\x4e\x26\ \xd7\x5c\x62\xb7\x29\xe6\x64\x06\xb0\xaa\xe6\x36\xbd\x61\xb2\xb2\ \x5c\x2e\xd7\x8e\x25\xf2\xb7\xbb\xbb\xbb\xfa\xf2\xe5\x4b\x03\x46\ \x0c\xee\xe7\xcf\x9f\x6b\x3e\x9f\xd7\xde\xde\x5e\xfb\x4c\x01\x55\ \x4a\xb4\xab\x5f\xc8\xb5\xfe\x2d\x97\xcb\x36\x5e\x74\x44\x82\x20\ \xba\x24\xf3\x34\xac\xcd\x0c\xd1\x53\xec\xf2\x85\x7c\xbf\xcb\x34\ \xc8\xe5\x02\x2c\xac\x65\xe5\x14\x24\xf5\x3b\x76\x26\x59\x27\xeb\ \xd1\xee\x3f\xe0\x2e\x75\x67\xbe\x57\x0d\x2f\x60\xe7\xe8\xe8\xa8\ \x81\xe7\xc1\x60\xd0\xd8\x2d\xc6\x45\x59\x0b\xec\xa3\x9c\x55\x46\ \x3e\x99\xbf\xed\xed\xed\x96\x6b\x48\xe6\xc9\x98\xf2\x24\x58\xb8\ \xd4\x4f\xfa\x2c\x54\x99\x8e\xb8\x63\x80\x72\x57\x34\x3b\x93\x4e\ \xbe\x67\x76\xd3\x14\xb6\xb7\x5f\x4b\x3d\x90\x37\xc0\xc0\xb8\xa4\ \x6e\xf7\x4c\xf3\x9a\x21\xa9\x04\x52\x64\xde\xbb\x81\x6d\x6b\x3e\ \xa3\x0e\x2e\xe0\xd3\x73\x53\x0f\x75\xdf\x9d\x40\x34\xf5\x67\x3e\ \xb3\x1b\x0d\xe8\xde\x97\xa4\x40\x32\x7e\xda\x97\xf6\x3d\xed\xb5\ \x75\x9b\x1b\x10\x52\x1f\xbe\x7d\xfb\x76\x4d\x86\x12\xfc\x78\x57\ \xfe\x33\x9f\xe6\x27\x01\x21\xb9\xeb\x02\x5c\x7f\xeb\x62\x8f\xd4\ \x21\x9e\xe9\xff\x6e\x3f\x12\x50\x77\x01\x5e\x32\x5e\x6c\x18\x5d\ \x9c\x39\xda\xbb\xbb\xbb\x35\x18\x8d\x46\x7f\x95\xf9\x2b\x5e\xda\ \x8d\x67\x52\x82\x3a\xc0\x30\x75\x59\xad\x34\x8e\x14\x4f\xa2\x40\ \x1e\x8c\x09\x93\x87\xa0\xd1\xdd\x82\x62\x80\x40\xd7\x63\x48\xba\ \x12\x8a\x65\xbc\x52\x08\x72\x00\xbb\x7f\x4f\x23\x9e\x45\xdc\x0c\ \x2e\xe1\x23\x30\x16\x85\x76\xf1\xc2\xfb\xfd\x7e\x53\xf4\x26\x81\ \x51\xcd\xea\xbc\x99\xeb\x90\x80\x30\x43\x96\xc9\xda\x75\xa9\x4b\ \x9f\x13\x14\x7d\x37\x2e\x16\x2c\x03\xd9\x0d\x2b\x32\x24\x40\x8e\ \xbe\xc8\x81\x48\x6f\x1b\x40\x21\xa8\x94\x59\xb2\x81\x94\x1a\xc3\ \x01\x50\xf0\xbe\x93\x15\x4c\x45\x60\x71\xa9\x4f\x84\xe1\x4a\xaf\ \xcd\xbf\x64\xd7\x18\x14\xb2\x89\xc9\x4b\xd0\x45\x11\xe6\x02\xcb\ \x50\x4e\x82\x58\x6c\x4f\x82\xe1\xcc\x0d\x21\xc3\xc6\x4a\xd8\x84\ \xc1\x05\x9a\x28\x91\x5c\x27\x0f\x0f\x0f\xed\xfe\xd5\xea\x85\xde\ \x36\xce\x64\x58\x52\xbe\xf1\x65\xa0\x28\xfa\x9d\x9d\x9d\xd6\xf6\ \xaa\x6a\xe0\x36\xfb\x71\x7b\x7b\xdb\x6a\x5e\x29\xba\x49\x06\x18\ \x10\xef\x5b\xad\x56\x75\x7c\x7c\xdc\x4a\x3e\xf8\x3d\xcb\x15\x38\ \xac\x7c\x67\x67\xa7\x2e\x2f\x2f\x6b\x30\x18\x34\xb6\x2c\x1d\x81\ \x04\x19\xe4\xfd\xf4\xf4\xb4\x6e\x6e\x6e\xea\xdd\xbb\x77\x35\x9b\ \xcd\x1a\xc0\x02\x62\xfc\x9b\xcd\x66\x7f\x14\x2e\x54\x1b\x8d\xfc\ \x25\x70\x4e\x47\x05\x78\x03\xd6\x54\x22\x3f\x3a\x3a\xaa\xbb\xbb\ \xbb\x26\xfb\x27\x27\x27\x6d\x7e\x81\xdf\x64\xa1\x81\x73\x80\xc7\ \x3a\xce\xba\x52\xdb\xdb\xdb\x6d\xa7\x10\xe0\x9a\x9b\x1b\xb4\x9b\ \x67\x6b\x5d\xa7\x6e\x48\x46\xca\xba\xcb\x30\xad\xcb\x8e\x51\xeb\ \xdf\x9a\xc1\xd4\xfa\xbe\x35\xf1\xf0\xf0\xd0\x42\x61\xf4\x32\x36\ \xca\xbc\x4f\xa7\xd3\xc6\x54\xed\xed\xed\xd5\xd9\xd9\x59\x6d\x6d\ \x6d\xd5\xe5\xe5\xe5\x5a\x49\x1d\x60\x30\x01\xb4\x75\xe1\x73\x32\ \x59\xf5\x9a\x62\x60\xf7\x2d\xdd\xb1\xbd\xbd\xdd\x4a\x49\x58\x0b\ \xaa\xea\x63\x88\xe9\x03\x0e\xe1\xc1\xc1\x41\x73\x1c\xfb\xfd\x7e\ \x1b\x6f\xdf\x05\xbc\xf3\xcc\x4a\x3a\x30\x6d\x8c\x0d\x12\xca\x32\ \x9c\x9e\x9e\xd6\xbb\x77\xef\x6a\x34\x1a\xb5\xb9\x25\xa7\xfa\xa0\ \x0d\x7e\x76\xcf\xd7\x12\xa9\xbb\x91\x90\xb4\x4b\xf9\xec\x94\x57\ \xba\x28\xc1\x47\xda\x57\xef\xc9\x14\x1c\x57\xf6\x31\xf5\xb8\xcf\ \x8c\x2f\x1b\x90\x36\x2d\x2f\xed\x4a\xc0\xe4\x59\xf4\x44\xda\x87\ \x2e\x50\xb2\x5e\x32\xac\x9d\x40\xcb\x5a\x30\x17\x99\x73\xca\x89\ \x1c\x0e\x87\x8d\x41\x26\x9b\xd6\x7e\x82\x96\xee\x18\x4e\xa7\xd3\ \x35\xdb\x69\xbc\x72\x2d\xb1\x69\x09\xd0\xc8\x52\xe6\xc6\x65\x64\ \x4b\x9f\xac\xd3\x74\x5a\x32\x0a\x41\x77\xf8\xbb\x3e\x77\x1d\x23\ \xeb\xc8\x9c\x59\xc7\xab\xd5\xaa\x7a\xbf\xfe\xf5\xaf\x57\x5d\x94\ \x9d\x5f\xe8\xa2\x3d\x02\xa6\x53\x69\xb8\xb3\x01\x99\xaf\x94\x93\ \x93\x03\x98\x94\x5e\x86\x02\x18\x84\x2e\x62\x4d\x26\x26\x05\x35\ \x3b\x9d\xc0\x24\x01\x4c\x86\xcc\x5c\x5d\x26\x24\x13\x68\x93\x4a\ \x4f\x14\x6d\x72\x72\xe2\x29\xfd\x2e\xea\x4e\x8f\xbb\x0b\xa4\x12\ \x10\x12\xf2\x14\x90\x9c\xc0\x5c\xec\x5d\x4f\xfd\x6b\x8b\x27\xc7\ \x29\x3d\x15\x61\x24\x82\x67\xee\x16\x8b\xd7\x5c\x2c\xc9\xb3\x16\ \x9f\xe7\x65\xae\x4c\x8e\x75\x2a\xb9\x54\x4c\xbc\x62\x86\x07\x40\ \x63\xc4\x1f\x1f\x9a\x14\x2b\x15\x00\x00\x20\x00\x49\x44\x41\x54\ \x1f\xeb\xe8\xe8\xa8\xfe\xe2\x2f\xfe\xa2\x29\xf6\x04\x42\x09\x7e\ \xd2\x13\xca\xc5\xe1\x5e\xb2\xa5\x5d\x5d\x50\x6a\x11\x61\x2c\xb5\ \x45\xdf\x12\xdc\xe6\xe2\xd2\x3f\xf7\xdb\x65\xe7\x99\xd6\x08\x59\ \xca\xdd\x33\x59\x3d\x3d\xe7\x30\xc1\x89\xb1\x49\x00\x91\xb2\x93\ \xdf\xd3\x47\xb5\xa6\x12\xac\xa7\x9c\xaa\x77\x95\x39\x43\xc2\x9c\ \x8c\x6d\xb2\x77\xce\x89\x03\xb4\x9f\x9e\x9e\x1a\x50\xca\x6d\xd2\ \x59\x6b\xcb\xba\xea\xee\x6a\xfa\xee\xbb\xef\xea\x87\x1f\x7e\x68\ \xc5\x50\xdd\x77\x7f\x7f\x5f\xe3\xf1\xb8\x39\x2b\x40\x03\xa3\x98\ \x8c\x6f\x32\x58\x9c\x93\x74\xfe\x30\x72\xf2\xac\xec\x98\xec\xf7\ \xfb\x6b\xe1\xaa\xc9\x64\xd2\x00\x1a\xd9\x9c\xcf\xe7\x4d\xc7\x48\ \xbc\xb7\xa6\xba\xa1\x3c\xfa\x20\x8f\xb6\x71\xbe\xa1\x70\x37\x86\ \xe8\xe4\xe4\xa4\xb5\x9d\xfe\x39\x38\x38\x68\xa0\x44\x82\x38\x56\ \xc7\x4e\xcd\x87\x87\x87\x96\x2f\x68\x1d\x25\x10\x4c\xd6\x1a\x9b\ \x8a\x7d\x79\x7e\x7e\x6e\x05\x50\xc7\xe3\x71\xcd\xe7\xf3\xda\xdf\ \xdf\xaf\xeb\xeb\xeb\x26\x17\x00\xb9\x1c\x2c\xb9\x9a\x72\x5b\x0e\ \x0e\x0e\xd6\x1c\xba\x7e\xbf\xdf\xe6\x6e\xb9\x7c\xdd\x80\x60\x6c\ \x00\xae\x64\x41\x7c\x1f\xd8\x7d\xf3\xe6\x4d\x1b\x17\xed\x4a\x3d\ \x93\x40\x4e\xc8\x30\x59\x14\x25\x4d\xee\xee\xee\x1a\xa8\x27\x13\ \x9e\x41\x16\xe8\xbd\x04\xea\xbb\xbb\xbb\xf5\xed\xb7\xdf\xb6\x30\ \xa9\xef\x59\x7b\xda\x4c\xf6\x92\x69\x4a\xb2\x20\x4b\x43\xb0\x35\ \xb9\x5e\x85\xae\x92\xad\x4d\xfd\x0f\xac\xa4\xad\x60\x6b\x52\x9f\ \x76\x43\x64\x5d\xa6\x36\x6d\xd9\x72\xb9\x6c\x20\x25\x19\x34\x7a\ \x2a\xe7\x26\x6d\x38\x90\x9f\x11\x06\xc0\x37\xed\x49\xea\xc2\xb4\ \xef\xe6\x26\xaf\xb4\xb5\x1c\x12\xef\x63\x5b\x38\x67\x69\x13\x39\ \x40\x55\xd5\x9c\xf0\x0c\x25\xe6\xb8\xfd\xf4\xd3\x4f\x4d\xef\xc8\ \xbf\xe2\xf0\xaa\x35\x68\x6e\x45\x17\xba\x3a\x39\x81\x5b\x92\x34\ \x89\x27\x92\xf5\xcb\xdf\x3d\x2b\xc7\x56\x1f\xba\xd8\x26\x81\x39\ \xc2\xe6\xe9\xe9\xa9\x7a\x7f\xf9\x97\x7f\xb9\x4a\x36\x85\xc0\x1a\ \x3c\x83\x4e\x10\x29\xbe\x14\x4a\x0a\x22\x81\x88\x4e\x64\x7e\x0b\ \x8a\xd7\xbb\x24\xd8\xa6\x41\x22\x30\x79\xe9\x88\x77\x11\x08\xc2\ \xd1\xdd\x85\xf7\xb5\xf0\x95\x67\x33\x0a\x0c\x53\xa2\x54\x46\x3a\ \x3d\xb0\x87\x87\x87\x06\x4c\x92\x96\x4c\x01\x5b\x2c\x16\x2d\xbc\ \x92\x7d\xa7\x10\xd2\x08\x51\x96\xb9\x13\x30\x27\x33\x43\x97\x6a\ \xe3\x10\x2c\x1e\x24\xa5\x0d\x78\x38\x1f\x2c\x43\x59\xc6\x37\xcf\ \xcd\xf3\x3d\x61\x8f\x54\x98\xfa\xe6\x40\x55\x34\xb4\xc4\xd4\xad\ \xad\x97\xc3\x6e\xbd\xdf\x38\xe5\x42\xb7\x10\xb5\x41\x62\x39\x85\ \xef\x52\x32\x60\x34\x1a\xd5\x3f\xfb\x67\xff\xac\x19\xd9\x0c\x3b\ \x4d\xa7\xd3\xc6\x64\xa4\x72\x36\xe7\x84\xd8\xe2\x24\x07\xde\xaf\ \xef\x64\x83\x31\x42\xf9\xeb\x1f\x10\xd8\x05\x41\x5b\x5b\x2f\x67\ \xea\x61\x26\x57\xab\x97\xfa\x40\xc6\x4b\xd8\xc1\x78\x0c\x87\xc3\ \xf6\x2c\x20\x20\x0f\x3d\xa6\x10\xd2\xd3\x49\x05\x48\xb1\x24\xd0\ \xa2\xe8\x19\xf8\xdc\x51\xca\xe0\x27\x20\x4c\x03\x6c\xbe\x29\xd5\ \xee\x46\x15\x6b\xca\x3a\xa0\x10\x85\x5b\x8c\xb3\x39\xc8\x7c\x20\ \xed\xcd\xe7\xc8\xe3\xc9\xfc\xcb\x74\x98\xba\x20\xd7\xf6\xfa\x74\ \xb4\xb0\x56\xf9\x8c\x0c\x3f\x03\xf7\x36\x28\x4c\x26\x93\xd6\x47\ \x6b\x92\x72\xcc\x02\xa0\xd8\xa7\xdc\x79\x97\xb9\x70\xb9\x73\xd0\ \xbb\x01\x8a\x1c\x2f\x9f\x75\xc7\x52\x5b\x19\xe3\x64\xa7\xe8\x2d\ \xf9\x49\xc0\x00\xe7\x41\x18\x2d\xc1\x75\xea\x27\xf2\x2b\xcc\x69\ \x2c\xa5\x1a\xe4\x1a\xe6\xc0\x60\xec\x18\x07\x06\x16\xcb\xa9\x0d\ \xe6\xb8\x2b\xfb\xb9\x66\x6d\x5c\x00\x8e\xd3\x69\x3d\x38\x38\x68\ \x72\x07\x00\xe6\x5a\xa4\x33\xe5\x75\x31\xa0\xb9\xb1\x26\xf5\x64\ \xe6\xba\xe8\x47\xb2\x76\x64\x21\x41\x4e\x86\xae\x86\xc3\x61\x1d\ \x1d\x1d\xb5\x5a\x57\x80\x30\xfd\xbe\x5a\xad\xd6\x76\x85\x7a\x67\ \x7e\x66\x2c\xcc\xbd\x67\x7b\x57\x86\xdf\x73\x2d\xd3\xeb\x69\xc3\ \xba\x61\x35\xf7\x27\x1b\x9b\x20\x9f\xcd\x31\x8f\x9e\x93\xcf\x4b\ \xc7\xc9\xf8\x71\x32\xbd\x9f\xa3\x9a\x79\x9b\x42\xf2\x9e\x9d\x9b\ \x63\xcc\x99\x71\xb0\x86\xac\xc9\xd4\x23\xdd\xbe\xeb\x97\x93\x21\ \x38\x6d\xd6\x6c\xae\xe1\x0c\x37\x0f\x06\x83\x96\x3f\x47\x86\xb3\ \x2d\xfd\x7e\xbf\x3e\x7c\xf8\xd0\x30\x89\x1c\xd5\xc7\xc7\xc7\xb6\ \x61\x25\xd3\x0c\xaa\xd6\x01\x7f\x32\x8b\xae\xc4\x0d\xe6\x24\x2f\ \xf6\x20\x99\xae\xcc\xe5\x32\x0e\xc6\x89\x9e\xec\x46\x9b\x92\x4d\ \xdb\x72\x73\xd2\xd6\xa9\xa8\x4c\x08\x0f\xc5\x4b\x08\xa8\x7b\x13\ \x79\x33\x48\x69\x3c\xb6\xb6\x5e\xeb\x61\x99\x18\x1e\x26\x83\xe5\ \xca\x22\x81\x8b\xc5\x62\xad\x64\x7e\x1a\xa2\x64\x49\x78\xb9\x84\ \x50\x3b\x7c\xc6\xd0\x19\x04\x3b\xa2\x84\x6d\x72\x47\x91\x41\x02\ \x24\x4c\xf0\xf3\xf3\x73\x3b\x08\x15\x5b\x70\x74\x74\xd4\x04\xcc\ \x39\x73\x10\x77\x32\x2e\xc2\x0b\x94\xea\xd5\xd5\x55\x63\x3c\x08\ \x2d\x65\x4c\x01\xf3\x9a\xf4\x5d\x28\x47\x1e\x8e\x1c\x01\xde\x89\ \xe7\x09\xdb\xf5\xfb\xaf\xc7\xf9\xf4\xfb\xfd\xb6\x08\x8c\x21\x60\ \x41\xd9\xcb\x99\x02\xd0\xe4\x5f\x51\xd8\x94\xf6\xf3\xf3\x73\x03\ \x5d\xa9\x04\x72\xe7\x0b\x43\xaf\xd8\x22\x81\x7b\x7e\x7e\x6e\xc6\ \xb8\xdf\xef\xd7\xf7\xdf\x7f\xdf\x14\x5a\x82\x23\x8b\x91\xf1\xf4\ \x7d\x63\xf8\xfc\xfc\xdc\xbc\x63\x6c\xa7\x79\xf3\x3d\x9f\x7b\xaf\ \x45\xe5\x67\x72\x81\x99\xa8\xaa\x06\x64\x27\x93\x49\x4b\x64\x17\ \xce\xf2\x4c\xf2\x6d\xbd\xc8\x7d\xa3\x2c\xfa\xfd\x97\xd2\x09\x80\ \x6d\x32\x86\x40\x51\x7a\x5a\x40\x34\xc3\x49\x0e\xb7\xb6\x5e\xcf\ \x88\x64\xc0\xd3\xa9\x01\x1a\x07\x83\x97\xf3\xde\xcc\x33\xef\x94\ \x21\x01\x98\x6f\x6e\x6e\x1a\x65\x7f\x70\x70\xd0\xe4\x89\x22\x49\ \x83\x50\xf5\x02\x84\x8f\x8f\x8f\x1b\xc8\xf5\x5d\xa1\x28\x46\xe7\ \xf6\xf6\xb6\x8e\x8e\x8e\xda\x1a\x4b\x25\x2a\xa4\xab\x1f\x0c\x59\ \x55\x35\x00\x6c\xde\x19\xe2\x64\x29\x7a\xbd\x5e\xcb\xdf\xb1\x46\ \x8c\x07\x79\xf6\xbc\xd9\x6c\x56\xcb\xe5\xb2\xde\xbc\x79\x53\xe7\ \xe7\xe7\x2d\x7c\xea\x6c\x48\x7a\x21\x59\x64\x8a\x38\xf3\x18\x33\ \x97\x8d\x5e\x11\x26\x74\x7f\xea\x22\xf2\x08\x70\x00\x24\x64\x89\ \xbe\xb0\x2e\xe8\x4f\x6b\x40\x3f\x24\x6e\x93\x2b\xb2\x97\x06\x28\ \x0d\x61\xca\xfd\x72\xb9\x6c\x4e\x97\x50\xb1\x63\x8c\x94\x90\x38\ \x39\x39\x69\x72\xda\x65\x4a\x3d\xd7\x3a\xc4\x74\x72\xe0\xac\x49\ \x60\xca\x7c\x48\x22\xb7\x7b\x10\x3b\x39\x99\x4c\x9a\xbc\x6d\x6d\ \xbd\x1c\x4f\x93\x60\x3b\xdb\x4f\x57\xa6\x9c\xdd\xdf\xdf\xb7\xf0\ \x5d\x55\x35\xd6\x83\x2e\xca\xf1\x23\xeb\x6f\xdf\xbe\x6d\x07\x4a\ \x7b\x66\x82\x4f\xdf\xcf\xe4\xf5\x34\xc8\xe9\x6c\x73\x2e\x8d\x8b\ \xf6\x25\x68\xd0\xde\x04\xa9\xff\x0f\x5f\xe7\xb5\x1c\xe9\x75\x9d\ \xed\xd5\x01\xc0\x20\x74\x42\x18\x4c\x60\x14\x83\x68\x92\x32\x45\ \x73\xe4\xa2\x45\x49\xa4\x29\xbb\x7c\xe0\x03\xeb\x02\x7c\x31\x73\ \x1b\xbe\x00\x9f\xb8\xca\x27\xae\xb2\x4b\xe5\xec\x03\x8b\xa6\x24\ \xbb\x24\x16\xcd\x11\x83\x18\x87\x13\x80\x01\xd0\x0d\x34\x62\x27\ \x1f\xf4\xff\xac\x7e\x7a\x13\xfa\xbb\x6a\x6a\x80\x46\xf7\xf7\xed\ \xbd\xf6\x0a\xef\x7a\xd7\xda\xfb\x43\x96\x66\x77\x0c\xe4\xcc\x76\ \x10\x3b\x5d\xbd\x60\x2d\x89\x9b\x8c\xd9\x81\xbb\x2c\x6b\x95\xad\ \x18\x5c\xcb\xd5\x9b\xb2\x2a\x02\x50\xf5\x06\x15\xd6\xc7\x60\x9f\ \x6b\x19\x50\x41\xb6\x58\xff\x18\x27\x1b\x73\xb8\xe6\x64\x32\xc9\ \x18\x82\xaf\xf2\x5a\x10\xeb\x3c\x3f\xfe\xc6\xfd\xc0\x0d\xc8\xce\ \x55\xae\x52\x3e\x8e\xf1\x8c\x1d\x9f\xcc\xf5\x00\xc9\xae\xee\xb8\ \x42\xe3\xc4\x83\x7b\x22\x67\xeb\x80\xe3\x08\x31\xd3\x65\xcf\xc1\ \x60\x10\x75\x98\x03\x37\x99\xb2\xf0\x64\x3d\x04\x05\x82\xaa\xb7\ \xd9\x1a\x9c\x21\x70\xd0\xb4\x4b\x3e\xf5\x7a\x3d\xb3\x18\xa3\x76\ \x14\xd7\x19\x2d\x4a\x49\x46\xcb\x7b\x06\x3c\x04\x00\x26\x02\x75\ \xca\x82\x9a\x3a\x44\x08\x66\xd7\x70\xec\x3e\x79\xd9\x0e\x06\x46\ \x0c\x20\x03\x0b\x70\x7a\x7a\x9a\xce\x87\x5a\xf0\x78\x3c\x8e\x87\ \x0f\x1f\xc6\xc5\xc5\xf4\x61\xa9\x04\x08\x02\x37\x32\x62\xb1\x69\ \x4a\x26\xf0\x3a\xc8\xf1\x19\x94\x22\x62\x76\x9e\x93\x6b\xe1\xa3\ \xd1\x28\xc7\x0d\xcb\x84\x51\x33\xee\x88\xc8\x03\x05\x99\x37\xcf\ \x22\x03\x50\xb9\x37\xce\x19\x04\x4a\xc6\x1c\x5c\x32\x73\x29\xc4\ \x65\x34\x97\x0e\x31\x26\x9c\x2e\xc1\xc8\x99\xdc\xca\xca\x4a\x7c\ \xfa\xe9\xa7\x73\x6c\x0e\x3a\x05\x3b\x45\x8f\x10\x7f\xbf\x7f\xff\ \x7e\xb2\x57\xe8\x86\x75\xb1\x52\x99\x3e\xc6\x64\x63\x63\x23\x4f\ \xc8\x06\xc0\xae\xac\xac\x24\x23\xe5\x75\xc1\x50\x91\xd3\x78\x3c\ \xed\xff\xf8\xe8\xa3\x8f\x32\xc9\x40\x67\xc9\xd4\x99\x33\x41\xc8\ \x20\x81\x53\xad\xdd\xff\x83\x2e\xba\xe4\x89\xcd\x55\x2a\xd3\x46\ \x72\x18\x0a\x8e\x6d\xb0\xe3\x70\x00\x45\x67\x6d\x57\x95\x4a\x25\ \x77\x80\xc2\xce\x94\xa7\xe8\xe3\x94\xe8\xcf\x31\xab\x4a\xc2\x83\ \xde\xe0\x48\x00\x6b\x6e\x8a\xc6\x99\xd0\x1c\x4f\xb2\xc1\xba\x51\ \xd6\xba\xb8\xb8\xc8\xe6\x6b\x92\x24\x00\x1a\x87\xa0\xa2\xd7\x00\ \x25\xd6\x08\x3d\x1b\x0c\x06\xd9\x6f\x01\x6b\xc7\x7c\xc8\x94\xe9\ \xf7\x62\x2d\x61\x68\x57\x57\x57\xe7\x8e\x1c\x00\xc8\x90\x44\x70\ \x5f\x9c\x2c\x4d\xe9\x04\x79\xaf\x33\xec\x06\x00\x88\x23\x18\xfa\ \xfd\x7e\x02\x59\xfa\x92\x0e\x0f\x0f\xa3\xd5\x6a\xe5\x98\xaa\xd5\ \x6a\xf4\x7a\xbd\x04\x03\x80\x3f\xd6\xa6\xd3\xe9\x24\xab\xcb\x71\ \x07\xf4\x3d\x35\x9b\xcd\xd8\xdf\xdf\xcf\x87\x36\xe3\x27\x5c\x9e\ \x8a\x98\x1d\xb9\x01\xd0\x6d\x36\x9b\x71\xed\xda\xb5\xec\xa7\xc4\ \x1f\x92\x18\x9b\xe1\x73\x36\x6e\x06\x91\xa4\x1a\x40\xe5\xc4\x16\ \x1d\xf0\x4e\xd3\xa3\xa3\xa3\xa8\x54\x2a\x79\x5a\xbc\x59\x22\x97\ \x55\x00\xc7\x00\x59\xec\xe3\xfc\xfc\x3c\xcb\xd5\x04\x5f\x33\x73\ \x8b\x8b\xd3\x73\xd4\xb0\x95\x5a\xad\x96\x47\x51\x74\x3a\x9d\x8c\ \x59\x93\xc9\x24\x77\xd8\x96\xbe\xe9\xb2\x52\x27\x3e\xc4\xc1\xd1\ \x65\x37\xe2\x8f\x93\x35\x83\x0f\xe6\x85\x0f\x71\x49\x10\x3d\x36\ \x80\x29\xc1\x2d\x3f\x73\x0d\xee\xcd\x7d\x1c\x0b\x90\x2b\x6b\xc5\ \x9a\x9a\x59\xe1\xc5\x58\x98\xb7\x4b\x84\xac\xa3\xd7\xc5\xfa\xc0\ \x38\xf8\x2c\xbe\xc8\x73\xa5\xe7\x90\xa3\x31\x9c\x0c\xf3\x7d\x18\ \xe4\xf2\x78\x16\x00\xba\xc7\xcc\xbc\xb1\x13\xd6\x81\xf5\x73\x72\ \x41\x7c\x72\xe5\x8c\xb5\x74\xa2\x8b\x4f\x82\x81\x42\x16\xe0\x02\ \x27\x16\x8c\xdd\xe0\x1b\x99\x79\xcd\xca\xb2\xed\x65\xe3\xc3\xb7\ \xd6\xf7\xf6\xf6\xe6\x94\x02\x05\xc5\xa9\x38\x40\xf9\x7c\x18\x0c\ \x07\x16\xea\xb2\x9e\x16\xae\x01\x10\x42\xc9\x70\x14\x64\x35\xd0\ \x72\x30\x1b\x38\x54\x84\x52\xb2\x0f\x66\xb1\x18\x8b\xcf\xb9\xb1\ \x41\xa0\xe0\x16\xa6\x03\x38\x7f\x23\xfb\x65\xae\xfc\xdd\x48\x1a\ \x27\xfc\xf0\xe1\xc3\x3c\x30\xd0\x65\x9b\xc9\x64\x12\x7b\x7b\x7b\ \x31\x1a\x8d\xe2\xf1\xc7\x1f\x8f\x6a\xb5\x9a\xdb\xbc\x01\x4f\xce\ \x58\x31\x3c\x18\x10\x80\x61\x89\xcc\xb9\x77\x99\x8d\x00\xd2\xa0\ \x4e\x31\x0e\xee\x07\xd2\xf6\xda\xc1\xfa\x31\x16\x6a\xe7\x04\x51\ \xca\x37\xe5\xf8\x18\x0f\xeb\x68\xc5\x36\xc5\x6c\x47\x60\x96\x06\ \x59\x4f\x26\xb3\xb3\x95\x50\x5c\x02\x30\x0e\x93\xf7\xc6\xe3\x71\ \x02\x5a\x40\x09\xf7\x37\x75\x8d\x93\x61\x7e\xec\x1e\x3a\x3c\x3c\ \xcc\xf5\x87\xba\x46\x16\xde\x49\x64\xc7\x45\x39\xcc\x09\x85\xb3\ \xaf\xe1\x70\xda\x9c\xce\x59\x55\xf4\x8b\x90\x19\xa3\x07\x87\x87\ \x87\xe9\xfc\x71\x32\x34\x78\x1b\xbc\x3b\xc3\x1b\x8f\xc7\x71\x78\ \x78\x98\x0f\x36\xb6\x63\x64\xbe\x04\x78\x18\xc8\xc1\x60\x7a\x1e\ \x16\x7a\x03\xcb\x84\xee\x90\xb8\x00\x88\x70\x8a\x38\x05\xf4\x84\ \xf9\x02\xc2\x99\xb3\x8f\xb5\xb0\xfd\x6f\x6d\x6d\xa5\xdd\xe2\x74\ \xf0\x07\x64\xb1\x24\x1f\x30\xba\xe8\x90\xcb\x98\xfc\xa3\xd9\xd9\ \xa5\xfb\xf3\xf3\xf3\x38\x3a\x3a\x4a\x70\xcb\x77\x01\x6f\x2e\x13\ \x90\xf0\x54\xab\xd5\xe8\x76\xbb\xd1\xe9\x74\xe2\xfc\xfc\x3c\x8e\ \x8f\x8f\xa3\xd3\xe9\x24\x10\xc0\x09\x13\x3c\xd0\x5d\xb7\x05\x00\ \xc8\x00\xc7\xb0\x5b\xb0\x69\xe8\xe7\xe2\xe2\x62\xae\x33\x19\x30\ \xc9\x13\x7a\x05\xe3\xca\x36\xee\x85\x85\x85\x78\xf4\xe8\x51\xf6\ \x48\x71\x76\x1b\x6b\xe2\x63\x41\xc6\xe3\x71\xec\xef\xef\x27\x43\ \x48\x99\x1e\xdf\xcb\xfa\xc3\x90\x1d\x1f\x1f\x27\x6b\x34\x1a\x8d\ \x62\x77\x77\x37\x65\x0a\x13\xc9\x09\xf4\x3e\x7e\xc3\x0c\xb1\x83\ \x05\x3a\xd0\xef\xf7\xd3\xbf\xa2\xa3\x8b\x8b\x8b\xb1\xb1\xb1\x11\ \x17\x17\xd3\x13\xd9\x5d\x82\xa7\x0f\x0c\x7f\x86\x1e\x21\x7f\x82\ \x26\xfa\x82\x1d\xc0\x1e\x22\x0b\x0e\xa5\x1d\x8f\xc7\xb1\xb9\xb9\ \x99\x72\xc3\x4f\x13\xdc\x69\x6a\x6f\x36\x9b\xb9\xb6\x2e\x9d\xdb\ \x37\xe0\xdb\x9d\xa0\xe1\x87\x5c\x1a\xc3\xd6\x9d\xac\xe3\xc7\xb8\ \x0e\x20\xd3\x20\x01\x19\xf1\xb3\xc1\x13\x3a\x87\x8f\x33\xe3\xe1\ \xb8\x65\xb6\xc8\x40\x0f\x1f\xe4\x1d\xc8\x06\x03\x5c\x07\xbf\xc6\ \x3f\xae\xc3\x77\xf8\x1f\xf9\x13\xe3\x5c\x0a\x84\xe5\xc1\x5e\x0c\ \x10\x3d\x6f\xfa\xa8\x9c\xb0\x20\x57\xfc\x8a\xe3\x31\xb1\xbc\x64\ \x04\x0d\xec\x5c\x62\xe3\xde\x66\x59\xf1\xd7\x54\x6a\x18\x1b\x31\ \x83\x97\x81\xa0\xc1\x33\x9f\x41\xce\x66\x22\x79\x8f\x58\x60\xc0\ \x8a\x9f\x71\x32\xcf\x98\x4a\x1b\xe2\x55\xbb\x72\xe5\xca\x6d\x2e\ \x68\xc5\x62\x60\x64\x0a\xee\x75\xb1\x52\x95\x8b\xe0\x00\xeb\x85\ \x72\x7d\xd3\xe7\xdb\xa0\x6c\xb0\x1d\x38\x52\xae\x81\x43\x35\xaa\ \xb7\xb2\x9b\xa2\xe4\x3d\x33\x59\x46\xe5\xcc\x81\xb1\x97\xdb\xc9\ \xb9\xaf\x05\xe8\x05\x71\x96\x81\xd2\x03\x4a\xdd\x10\x1a\x31\x3b\ \xf7\x85\xdd\x5a\x38\x06\x2b\x91\x83\x0d\x0a\xce\x18\x51\x20\x2f\ \xb0\xb3\x28\xcb\x9c\xa0\xe8\x63\x1c\xf8\xe7\xf5\x99\x4c\x66\x25\ \x47\x76\x5d\xb1\xb5\xd4\x59\x1b\x0a\x47\x50\x34\x62\xa7\x44\xc9\ \x58\xcd\xaa\x59\x07\x98\x1f\x65\x04\xcb\x8e\x7e\x3c\x97\xad\xcc\ \x64\x20\x7f\xc6\x63\xa7\x8b\x7c\x6c\xd8\xac\xbb\x1f\x65\xb3\xb9\ \xb9\x19\x07\x07\x07\x49\xf5\x47\xcc\x32\x7f\x92\x02\x97\xa1\xd0\ \x7d\x00\x26\xfa\xdf\x6a\xb5\xe6\xe6\x04\x43\xe2\x92\x80\xd7\x24\ \x22\xf2\xb8\x82\x5a\xad\x36\xd7\x80\x0e\x98\x05\x0c\xa0\xef\x67\ \x67\x67\x73\xa0\x08\x87\xce\x1c\xd9\x19\x46\x59\x10\x5d\x22\x79\ \x31\x93\x14\x31\xeb\x11\xe2\x0c\x24\x3b\x51\x4a\x59\x7c\x86\xec\ \x13\xd9\x32\x17\xf7\xff\xf0\x3e\x60\xc0\x32\x87\x55\x42\x57\x8f\ \x8e\x8e\xe2\xb1\xc7\x1e\xcb\x39\xb7\x5a\xad\xe8\xf7\xfb\xd1\x6a\ \xb5\xa2\xd1\x68\xa4\xcc\x39\x48\x15\x5d\x27\x98\xc2\xc4\x01\x24\ \x00\x1c\x65\xa2\xc5\x67\x01\xb6\xb0\xaa\xb0\x4e\xcf\x3c\xf3\x4c\ \xec\xed\xed\x65\x1f\xce\xe9\xe9\x69\xf6\x6c\x59\xd7\x00\x08\x9c\ \x83\xc5\x75\x01\x51\xf8\x03\x80\x92\x9f\xb3\x0a\xe0\xc2\x07\xc1\ \xfe\xa0\x8b\x0e\x7a\xe8\x09\xe0\x8d\xc0\xc3\x41\xa3\xa3\xd1\xf4\ \xa1\xc7\xdc\x17\x36\x0b\x20\xe4\x64\xd1\x25\x0e\x74\xb5\xd7\xeb\ \x25\x4b\x38\x1e\x8f\x53\x86\x30\xd8\xf6\xa7\xf4\x61\x79\x07\x1d\ \x3a\xc9\x5c\x61\xbe\x48\x3c\x01\x1b\x83\xc1\x20\xf5\xc5\x6b\x02\ \x10\xa4\x9c\x0b\x28\x3d\x3d\x3d\xcd\x63\x16\x28\xd9\x9b\xbd\x31\ \xd0\x26\x0e\x54\xab\xd5\x38\x3c\x3c\x8c\x5e\xaf\x97\xbb\x6f\x49\ \x12\x08\xa2\xa3\xd1\x28\x36\x37\x37\x63\x7d\x7d\x3d\xae\x5d\xbb\ \x16\xad\x56\x2b\xe7\x82\xcd\x71\x5d\xf7\x94\xf2\x1e\x49\x97\x03\ \xa3\x63\x03\x40\x93\xdf\xd1\x35\xc7\x42\xdb\x3e\x40\xc1\xd7\xc2\ \x2f\x3a\xb1\x37\xe8\x42\x57\xac\x57\xac\x35\xd7\x31\xab\x6f\xd0\ \xcb\xf5\x60\x67\xf8\x0c\x60\xc3\xcc\x1d\xe3\x32\x88\xc0\x5e\xf0\ \x0b\x6e\x57\xb1\xbe\xf2\x3f\x09\x3d\x3f\x73\x3c\x08\x63\x02\x90\ \x00\xae\x00\xa1\x4e\x1c\xd0\x41\xfc\xaf\x8f\x15\x72\x92\x8e\xdd\ \xc1\xda\xa2\x13\x5c\x8f\xf9\x10\x13\x4b\x56\x09\x70\x87\x8c\x1c\ \xdb\xbd\x0e\xcc\xcd\x36\x60\x60\x5a\xae\x59\x09\x78\x0d\x0a\x01\ \xcb\xfe\x4e\x44\x44\xd5\x19\x8c\x6f\x8c\xa3\x71\xf9\x08\xa7\xc2\ \x67\xa1\xc6\xad\x50\x5e\x18\x94\xc4\x6c\x06\x48\x93\xd2\x1b\xd9\ \x0d\xd7\x21\x08\xc2\x36\x60\xc4\x8c\xc5\x0a\xca\xb5\x2e\x1b\x7f\ \x69\x68\x8c\xf7\x32\x21\x33\x36\x1b\x8c\x9f\x9f\x68\xb0\xc0\xbc\ \x00\x47\x0e\x96\x56\x7a\x37\xea\x1a\x74\x9a\x11\x89\x88\x6f\x80\ \x1b\x9c\xae\xb3\x75\xb3\x75\x18\x00\xf3\xc1\x18\x9d\xd5\x30\x3e\ \x9c\x11\xc6\x40\xa0\xaa\xd5\x6a\x79\x0e\xd0\x65\x46\x8c\xd2\x95\ \xbb\x3d\xca\x0c\xd4\x8a\xe7\x39\xb8\xec\x48\x49\x6b\x61\x61\x21\ \x83\x01\xa7\x29\xbb\x4c\x55\xa9\x54\x62\x7d\x7d\x3d\x6e\xde\xbc\ \x99\x8f\xd7\xa0\x77\xe3\xc6\x8d\x1b\x71\xe3\xc6\x8d\xd8\xd8\xd8\ \x88\x5a\xad\x16\xed\x76\x3b\xae\x5f\xbf\x1e\x37\x6e\xdc\x98\x7b\ \x10\x34\xcc\x54\x99\x4d\x20\x37\xff\x6e\xe7\x47\xa9\x95\xb5\x2e\ \xb3\x46\x80\x11\x25\x07\x9c\x87\xd7\xd1\x06\x8b\x1e\xf3\x19\x00\ \x0b\x6c\x0b\xce\xce\x07\x4c\x22\x3f\xca\x91\xac\x23\x0e\xd8\xfa\ \x88\x63\x06\xc4\x57\xab\xd5\x7c\xc8\x33\xd7\xe7\x19\x75\xd6\x0f\ \xae\x5d\xab\xd5\xf2\x7a\x80\x37\x4a\x77\xc8\x1d\x06\x29\x62\xd6\ \x23\xd6\x68\x34\xb2\x14\x8d\x4e\xe2\x27\x08\x12\x38\x5a\xfe\x5e\ \xa9\x4c\x4b\x46\x3e\x92\x03\xd6\xcc\x81\x15\x5d\x21\x08\xba\xf1\ \x1e\x27\xcd\x1c\x6c\x0b\xd6\x41\x7c\x04\xfa\xce\x3f\xae\xcb\x58\ \x2b\x95\x4a\xee\x4a\xe2\x48\x0a\x58\x52\x4e\xb5\x67\xde\xf4\x53\ \x11\x54\x28\x99\xb1\xb6\x00\x63\xf7\x87\xa0\xcf\xec\xf8\x84\x55\ \xa4\x8c\x48\x59\x1f\xbd\x30\xc3\x4e\xff\x10\xfd\x90\x24\x70\xed\ \x76\x3b\x83\x0f\xf3\xa6\xbf\x8a\x40\x84\x7f\xc4\xd9\x3b\xf9\x04\ \xac\xa2\xf3\x94\x82\xf1\xbf\xd8\x15\xba\x84\xde\xc0\xd4\xe3\x4f\ \xf9\x5c\xa7\xd3\xc9\x04\x0c\x20\x0e\xb3\x88\x9c\xb1\x23\xef\x36\ \x05\x90\x21\x0b\x18\x60\xfe\x66\x99\x90\x40\xe1\xeb\x91\xcb\xf2\ \xf2\x72\x6c\x6d\x6d\xc5\xfa\xfa\x7a\x6c\x6d\x6d\x65\x49\x15\xfd\ \xc6\x47\xb3\x9e\x8e\x53\xfe\xe7\x9e\x23\x57\x2f\x1c\x40\x91\xa9\ \xe3\x86\x7b\x86\xb0\x7f\x33\x50\xb6\x5d\x7f\xce\xc4\x01\x9f\xc7\ \x57\xbb\x4a\x01\x28\xe7\xb3\x7c\xcf\xf1\x87\x39\x20\x6b\x03\x3d\ \xb7\x8b\xa0\x93\x25\x4b\x07\xf8\x02\x3c\x73\x2f\xbe\xc3\xbc\x59\ \x03\xce\x30\xe3\x70\x57\xec\xd4\xf1\xdd\x2c\x96\xef\x0f\x70\xf1\ \xbd\x0c\x12\x1d\xcf\x0d\x9e\x4c\x6e\x50\x61\x61\x5c\xe8\x22\xaf\ \xb2\xda\xe3\x58\x48\x2c\xa6\xc5\x01\x1b\x29\xc9\x1a\xaf\x9d\x99\ \x5c\x93\x34\x65\xc2\x54\xce\x85\x6b\xe6\x18\x1c\x9c\xdc\x3b\xc3\ \xc0\x98\x34\xef\xc3\x6c\xb0\xb8\x25\xad\x87\x92\x95\x19\xa6\x07\ \x45\x19\x80\xa0\xcd\xa0\x00\x2c\x5c\x93\x45\x44\x81\x4d\xf3\x99\ \x32\x2d\x59\x26\x07\x53\x2f\x90\x91\xa5\xc1\x04\xd7\x35\x82\xc7\ \x31\x9a\xa5\x2b\x19\x21\xef\x62\xc0\x18\x99\xa7\xb3\x14\x04\x8f\ \x81\x10\xb4\x5d\x9e\x23\xb8\xb1\xd8\x36\x40\xe4\x68\x19\x20\x2b\ \x82\x14\x6b\x08\xf0\xaa\x56\x67\x0f\x24\xe6\x7d\x14\xbc\xec\x8b\ \x80\x49\x74\xa6\xe3\x03\x2a\x59\x03\xb2\x40\xaf\x3d\xf7\x77\x79\ \xac\x64\x0d\x07\x83\x41\x3e\x83\xac\x56\x9b\xf6\xa0\x44\x44\x6e\ \xd9\x46\xa1\xd7\xd6\xd6\xf2\xc4\xe5\xb5\xb5\xb5\x58\x5b\x5b\x8b\ \x46\xa3\x11\xd7\xae\x5d\xcb\x12\x04\x81\x79\x30\x98\x6e\x05\xf7\ \xba\xa0\x3b\xc8\x8f\xb5\xb1\x0e\x23\xb7\x88\x29\xd0\xf3\xf6\x5f\ \xd6\x07\x80\xc0\xb8\x90\xa3\xfb\xd0\x70\x08\x80\x78\xae\x47\x50\ \x85\x65\x22\xa3\x07\x88\x47\x44\x9e\x1a\xed\x44\x84\xef\x98\x25\ \xe0\xf7\x88\xc8\xf2\x13\x01\x07\xf6\x8b\xdf\x6b\xb5\x5a\x26\x25\ \x8c\x8d\xb2\x1f\x41\x8e\x7f\xd8\x09\xf3\x60\xeb\x3e\xf3\xf0\xd6\ \x68\xdb\xbe\x75\x9a\x6b\x03\x5e\x9c\x99\xd6\x6a\xb5\xdc\xc5\x85\ \x5e\xba\xd1\x14\x30\x06\x60\xba\x72\xe5\x4a\x3a\x6d\x6c\xc9\xfd\ \x75\xf4\x70\x78\xf3\x0a\x63\x62\x6d\xed\xec\xaf\x5c\xb9\x92\xa5\ \x3a\x76\xc5\x7a\xbb\xb8\x37\xd1\x18\x0c\x7a\x13\x0f\x2c\x0d\xac\ \x13\xf2\x04\x90\xf1\x3d\x76\x3f\x63\x4f\xac\x2f\xfe\x6c\x79\x79\ \x39\x1f\xff\xe5\x72\x26\x65\x45\x80\x36\x80\xc8\xb6\xc6\x61\xa1\ \x2e\x4d\x38\x00\xe1\x83\xe8\x39\x6c\x36\x9b\xa9\x6b\x8c\xc9\x3e\ \x88\x26\x7c\x74\xd8\x49\x2d\x0c\x05\xc0\x7a\x32\x99\xa4\xfd\x39\ \xab\xdf\xdc\xdc\x4c\x5d\x18\x8d\x46\xb9\x79\x81\xb3\xb6\x0c\x9e\ \x0d\x92\xed\x3f\x00\x62\x80\x7b\xd6\x14\xf9\x73\x50\x6b\xa7\xd3\ \xc9\xf1\xd1\xd7\x35\x1e\x4f\x4f\xa7\xbf\x79\xf3\x66\x6c\x6c\x6c\ \xe4\x7a\x38\x36\x70\x1f\xef\x22\x44\xc6\xc4\x12\x27\xc0\xc8\x15\ \xfd\xb1\x6f\xc3\xf6\x99\xbf\x81\x9f\xe3\x1e\xd7\x75\xdc\xe0\xc5\ \xf7\xdd\x43\x67\x7f\x8e\x5f\x32\x78\x32\x93\xe4\x58\x05\x90\x76\ \x45\xc4\xec\x95\x01\x21\x20\xcc\x67\xe9\x19\xf8\x70\x3f\xd6\xbb\ \x64\x90\xec\x73\xf0\x07\xc8\xda\xf3\xc7\xe7\x62\x8f\xd8\x86\xd9\ \x3b\x6c\x94\x97\x89\x12\xae\xe1\xb2\x3d\x2f\x7c\x3d\x71\x0d\xa2\ \xc0\x7e\x13\x20\xe4\x7b\x31\x26\xdf\xcf\x71\x02\x7b\x75\x92\x88\ \x8c\x91\x91\xd7\xd6\x44\xc0\xef\x22\x5e\xfc\x99\x1c\x7f\xbb\xdd\ \xbe\xcd\x1f\x9c\xed\x1b\x95\x21\x38\x97\xdc\x7c\x63\x6e\x52\x66\ \xf3\x64\x8f\x06\x61\xce\xc0\x51\x22\xdf\x1f\xfa\x1a\xf0\xe5\x6c\ \x81\xc5\x33\xf5\xc9\x7b\xce\x16\x3c\x16\x67\xbb\x2c\x86\xb3\x04\ \xd0\xb0\x01\x61\x29\x28\x10\x2f\xd9\x37\xce\xca\x8b\x8b\x22\x38\ \x93\x80\x16\xb7\x2c\xbd\x48\x46\xff\x06\x6f\x8c\x91\xf7\x9c\xe9\ \x93\x0d\x5a\x2e\x76\x62\x28\x16\xef\x19\xdc\x31\x2e\xe6\x8a\x5c\ \xe8\x7d\x70\xb6\xe8\xf5\x71\xf6\x67\x60\x87\x4e\x70\x2d\x83\x57\ \x03\x50\xee\x6f\x26\x92\xf2\x07\x8e\xce\xec\x86\x0f\x15\xc4\x89\ \xf7\xfb\xfd\x3c\xbb\xe9\xf0\xf0\xf0\x52\xe0\x42\xd0\x58\x5a\x5a\ \x8a\xb5\xb5\xb5\xb9\x1d\x7f\x8c\x91\x75\x72\xaf\x21\xac\x1e\xe0\ \xc3\x4d\x91\x94\x1d\x9d\x05\x12\xac\xe9\xf1\xa2\x34\x15\x11\x73\ \x65\x35\xef\x3c\xa4\xcf\x04\xbd\x23\x83\xaf\x56\xa7\x3b\xd8\x60\ \xa2\xcc\x3e\xb0\x3b\xd4\x2c\xae\x81\x15\x76\x54\xda\x0b\xfa\xed\ \x64\xc4\x87\x90\x02\x40\xcd\x3e\xb3\xf6\xac\xff\xf5\xeb\xd7\xe7\ \x28\xfa\xc9\x64\xf6\x7c\x49\x4a\x41\x04\x0a\x7e\xf7\x56\x70\xd6\ \xbf\x5a\xad\xe6\x91\x15\xe8\x32\xcf\x54\xc4\xf6\x2a\x95\xca\x1c\ \x88\x89\x88\x6c\x82\x47\x66\xce\x8a\x3d\xff\xd2\x79\xc3\x4e\xf1\ \x5c\x3e\x5e\x00\x87\x4a\xa5\x12\xcf\x3f\xff\x7c\xf6\xc2\xa1\x1f\ \xcd\x66\x73\xee\xb4\x77\x03\x31\x58\x24\xe6\xc4\xf5\xd0\x6d\xf7\ \x28\x72\x3c\x08\x01\xa1\x52\xa9\xe4\x33\xf3\xcc\xa0\xda\xbe\x60\ \x1e\x01\x01\xd5\x6a\x35\x19\x83\x92\x19\xb5\x3d\xb1\xf3\xda\x89\ \x04\xff\x73\xf6\xd6\x70\x38\xcc\xa4\x85\x66\x72\x18\x76\xec\x8f\ \x60\x09\x60\x04\xfc\x51\xc6\xad\x54\x66\xe7\x46\x99\xe5\xe1\x30\ \x68\x8e\x5c\x31\x50\x61\xdc\x25\x78\xe3\x7e\xe8\x06\x76\x55\xa9\ \x54\xf2\xf1\x46\xe8\x1b\xf7\xa7\x24\x5f\xab\xd5\xf2\x50\xd9\xcd\ \xcd\xcd\xec\x3d\xa4\x47\x0f\xc0\x8a\x4d\xc0\x66\x39\x41\x75\x8c\ \xf2\xa6\x29\xc6\xed\x64\x1a\xbf\x8e\x0d\xf1\x19\x03\x00\x27\xb9\ \x0e\xbe\x65\xd2\x07\x68\x31\xf9\xc0\xe7\xd0\xb1\x92\x11\xb1\xbc\ \xcb\x92\x26\x09\x9f\x75\xb2\xac\x60\x94\x31\x10\xfd\x30\x53\xe5\ \x6a\x88\xc9\x0e\xae\x0f\xa1\x02\x8b\xcb\x98\xb9\x97\xcf\x4d\x34\ \x33\xc4\x75\x0c\xaa\x4a\x82\xc0\x31\xc3\x0c\x22\xf7\x7a\xf4\xe8\ \x51\xae\x1d\xfd\x56\x8c\xd9\x3b\xb3\x1d\x3f\x4d\x4a\x18\x34\x3a\ \xbe\xfb\xf3\x26\x61\xb0\x47\x27\x94\xcc\xd5\x49\x06\xd7\x36\x40\ \x04\x7f\x60\xdb\xbc\x5f\x2f\x17\xa3\x0c\xcc\x38\x04\xb3\x44\x04\ \x77\x32\x7f\x84\xcd\x8d\x70\xdc\x20\x63\x06\x62\x20\x06\x5d\x87\ \x13\x33\xad\x89\xb3\xc6\x50\x19\xb0\x95\x90\x7b\xb0\x20\x46\xb5\ \x5e\x48\x9c\x31\x86\x60\x0a\x91\x71\xb8\x27\x0c\x47\x67\x50\x62\ \x40\x89\x2c\x38\x65\x98\xed\xc4\x2c\xba\x99\x27\x1f\x36\x69\x87\ \x5e\x02\x0f\x16\x9e\x31\x02\xe2\x18\x27\x4c\x13\x34\x69\x59\xf6\ \x32\xe0\xe1\xfa\x28\x0c\x4c\x01\xbf\xbb\x6c\xc4\xfa\xb9\xc9\x1a\ \x25\x63\xa7\xa4\xd1\xbc\xb3\x3d\x40\x1e\xe3\xb0\xe1\xa1\x0f\x9e\ \x03\x3f\x13\xb0\xbd\xc5\x1e\x67\xda\xef\xf7\x53\x0f\x08\x70\x3b\ \x3b\x3b\xd9\x37\xe6\x31\xf8\x5c\x20\x83\x3c\x1c\x16\xce\x93\xdf\ \x5d\xea\x41\x3e\xac\xa7\xe7\x8e\x21\xd2\xfb\x81\xf3\x01\xc0\xd8\ \x28\x0d\x96\xfa\xfd\x7e\x52\xe8\xe8\x08\x25\x28\x58\x24\x7a\xf5\ \x4a\x07\x66\xe0\x04\x73\x40\xd9\x84\xc0\xc1\x38\xd8\x49\xe5\x0c\ \x92\x4d\x24\xf4\x64\xb9\x09\x97\x39\x11\xbc\x9d\xc5\xf3\x77\xe4\ \x01\xc3\x58\xaf\xd7\x63\x7f\x7f\x3f\x7b\x81\x0c\xc0\xb1\x45\x67\ \xc1\x94\x66\xc9\x34\x39\x2c\x92\x03\x46\x79\xd1\xf4\x0f\x90\x01\ \x94\xd2\x40\x0d\xc8\xaa\x56\xab\x73\xfa\x87\xcf\x61\x7e\xee\xc3\ \xb0\xb3\xe7\xde\x06\xc3\xe8\x3b\xdf\x61\xfe\x6b\x6b\x6b\x73\x0f\ \x0b\xae\xd7\xeb\x79\xf2\x39\xc7\x50\x78\x2e\xe8\x0a\x09\x13\x20\ \x84\x00\x63\xc0\x02\x5b\xe5\xd2\x19\xbe\x8f\xb5\x75\x96\x0f\x90\ \xc6\x5f\xe0\x1b\x57\x57\x57\x73\xfe\xf6\x9f\xb5\xda\x6c\x3b\xfc\ \xf2\xf2\x72\xec\xee\xee\xce\xf9\x3e\xd6\x0d\x7d\x64\x0c\x04\x7b\ \xd6\xc9\x3d\x34\x00\x29\x58\x0a\x80\x22\xf6\xef\x8d\x21\x25\x4b\ \x03\xdb\x8a\x8c\xd1\x73\xfb\xd1\x95\x95\x95\x64\xed\xb9\xaf\xe7\ \x0f\xf0\xc0\xce\xe8\x8b\x73\x90\x5e\x59\x59\x89\x46\xa3\x11\x9b\ \x9b\x9b\xa9\x1f\xc8\x19\xfd\xc7\xce\xf8\x0e\xb2\x82\xc5\xb7\x3f\ \x37\x01\xe0\x20\x89\x0c\xf9\xd9\xc9\x0a\x2f\x92\x34\xfc\x91\x01\ \xb0\x65\x53\x56\x4c\x7c\x0f\x33\x6e\xbc\x9c\x10\xe3\xef\xd1\x61\ \x12\x10\xee\x87\x2f\x63\xfc\xf8\x12\xeb\x3b\xba\x47\x5c\x75\x42\ \xcb\x38\xad\x7b\x11\xb3\x76\x02\x76\xe3\x32\x17\x74\x88\x6b\xb3\ \x09\xc8\xf3\x75\xcc\x2c\x81\x88\x99\x3c\xcb\x2d\x62\x76\x66\x17\ \xd7\xf0\xb8\x00\xe5\x2e\xf1\xb3\xb6\xcc\xd7\x60\xd1\x25\x78\xc7\ \x21\x5e\x8c\x91\xb8\xe1\x84\x00\xdc\xc0\xe7\xec\xef\xf0\xeb\x60\ \x1c\x03\xf6\x92\x90\xe2\x55\x8d\x98\xa7\xd9\x08\x4c\x00\x13\x2e\ \x6a\x41\x21\x68\x6f\x77\xf5\xa2\xb3\x80\x4c\x1a\x03\x77\x89\x0a\ \x43\x2f\x6b\xdc\xce\x18\x28\xc1\xf8\xbc\x26\xd3\xab\x4c\xd6\xa5\ \xca\x92\x09\xe2\x33\x04\x73\x94\xcd\x86\x03\x8b\xc3\x77\x4c\xa3\ \x5b\x68\xcc\x07\x67\x0b\xcb\x80\x5c\x70\xa8\xc8\xd1\xe7\xb1\x70\ \x2f\x02\x9d\xc7\x6c\xc6\xca\x6c\x1c\xd7\x62\x7d\xdc\xdc\xec\xd2\ \x63\xad\x36\xdd\x96\x8d\x81\x23\x23\x8e\x6f\xb0\x8c\xc6\xe3\xd9\ \x33\xf7\x98\xa7\x4b\x7f\xac\x8d\x83\x00\x41\xde\xc0\x3a\x15\xa8\ \x3a\x6b\xd6\x74\x29\x92\x35\x25\x10\x11\x2c\x01\x47\x28\xa8\x4b\ \x4b\xe8\x04\x06\x87\x0c\x90\x83\x33\x74\x98\x1d\xca\x30\xac\x0f\ \xb2\x3a\x3a\x3a\xca\xe3\x1d\xfc\x5d\x64\x66\xc6\xd3\xa5\x20\x33\ \x25\xfc\x4c\x9f\x0b\x9f\x43\x27\x91\x23\x41\x9f\xf1\xa0\x5f\x9c\ \x58\x0f\x23\xe6\x52\x08\x40\x7a\x38\x1c\x66\xb0\xc0\xe0\x69\xf8\ \xb6\x9e\x30\x66\x64\xcc\x3c\x91\x9d\x9b\x7c\x0d\xdc\x99\x4b\xa9\ \x5b\xbe\x1f\x7a\x6c\xdb\x46\x0f\xbc\xdb\xca\x47\x0b\xd0\xc3\x45\ \xa0\xe1\x58\x01\xaf\x33\x72\xe3\x5a\xd8\x8e\x03\x9b\x99\x07\x00\ \x17\x7a\xe7\x12\xa5\x19\x04\x27\x4d\xfc\x9d\x60\x43\x79\xd3\xd9\ \x35\xba\x4b\x39\x0b\xf0\xe7\xeb\xc0\xa8\xa2\xd3\x9e\x87\x83\x1e\ \xeb\x31\x1c\x0e\x93\x21\x05\x9c\xd8\x39\x93\x3c\x02\xd8\xb0\xd7\ \x6e\xb7\x9b\x73\xb6\xfd\x00\xb0\x99\x63\xa7\xd3\x89\x5e\xaf\x37\ \xb7\xde\x1e\x17\x20\x04\x86\xc7\x6c\x16\x36\x5a\x6e\x8f\xa7\x7f\ \x0c\x36\x0f\x20\xe2\x63\x44\x9c\x4c\xb2\xae\xf4\x5b\xe1\x27\x91\ \x03\xfe\x03\xf0\x44\xb2\x81\xef\xbb\xac\x3f\x77\x38\x9c\x1d\x11\ \x81\x6d\x20\x1f\x5e\x80\x39\x5e\xd6\xb1\xf5\xf5\xf5\xd4\x01\xd8\ \x2b\xdb\x30\x60\x19\x26\x9b\xf3\xc8\x4a\xb6\x88\xb1\xd8\x56\xb8\ \x2e\x63\xf6\x46\x10\xc7\x06\x27\xf3\xac\x89\x99\x1b\x03\x01\xb3\ \x26\x06\x55\x66\x5c\x0d\x58\x19\x0f\xb6\xcc\xba\x58\xa7\x89\x9b\ \xd8\x15\xfa\x01\xe3\x6f\xbf\xc6\x3c\x4c\x18\xe0\x87\x00\x0d\xc4\ \x38\x7c\x8e\x41\x18\xd7\x73\x92\xcc\xf5\xcc\x3e\x72\x4d\xcb\x07\ \xdf\xc3\x1a\x3a\x9e\x22\x3b\xee\x61\x7b\x66\xce\x4e\x06\x89\x9f\ \x06\x4d\x9e\x97\xcb\xba\x06\x61\xc4\x13\xbe\x47\x3c\x71\x53\xbf\ \x2b\x68\x26\x60\xf8\x9e\x01\xb8\x19\x4b\xe4\x6e\x19\x99\x14\xfa\ \x7f\xbf\xcf\x6f\xc9\xf4\x60\x8c\x44\xdd\xbc\xe6\x4c\x0a\xc7\xe1\ \x00\x49\xc6\x5f\xa2\x39\xd3\x6e\x4c\x96\xff\xbd\xe0\xb0\x0a\xbc\ \x6f\x6a\xd0\x8b\x63\x60\x87\x52\xd9\x80\xf8\x2c\x4a\x84\xb3\x22\ \x48\x63\xa0\x28\x33\xce\xce\x4a\x56\xa2\x6e\xd8\x27\xd3\xc0\x38\ \x52\xee\x49\x19\xcd\xcd\x9d\xc8\x0f\x45\x64\x0e\xde\x6d\x61\x94\ \xfd\xbb\xa8\x4f\x18\xa3\x72\x51\xdd\x00\x8c\xa2\xb8\xbc\xe5\x3e\ \x0e\x23\x7a\x94\xc6\x4d\xaf\x06\xa8\x11\x91\x63\xf4\xb5\x00\xbf\ \xac\x8b\x1b\xa4\xc9\xb8\x26\x93\xc9\xdc\x63\x47\xb8\xa6\xe9\x74\ \xef\x7c\xb4\x0c\xc8\xb8\x00\xa5\xe8\x84\x1d\x23\x3a\x63\x79\x45\ \x44\x9e\x23\x65\xc7\x03\xbb\x88\xc1\x71\x3f\x3b\x23\x82\x15\xc0\ \x09\x1d\x24\x2b\xa6\x34\x48\x40\xa4\x57\x0a\xd6\x07\x20\x47\x26\ \x4e\xb0\xc5\x6e\xf8\xff\xe2\xe2\x22\xb7\xb2\xdb\x6e\x9c\x4c\xc0\ \x4c\x99\xc2\xa7\x77\x00\x7d\x35\x08\x62\x77\x5a\xc9\xb6\xf2\x68\ \x16\x9c\x32\xc0\x8f\xb2\x0a\x0e\xea\xf8\xf8\x78\xae\x47\x0b\xbd\ \x40\x37\x58\xe3\x72\xb7\x2a\xec\xdb\xfa\xfa\xfa\xdc\x21\x83\x34\ \x9a\x33\x2f\x3b\x64\x98\x22\x1e\x73\x43\x20\x66\x2d\x28\x3d\xb1\ \xa6\x30\x35\x04\x67\x6f\x5e\x71\x72\xe6\x40\x65\xe6\x0f\x50\x83\ \x4f\x82\x1d\xc4\x8e\x08\x04\xe8\x06\xfe\x02\xdd\xeb\x74\x3a\x59\ \x2a\x69\xb5\x5a\xa9\xe7\x00\x0e\x00\x0a\x76\x85\x7e\x60\xa3\xe8\ \xa7\x7b\xa2\xcc\xca\x44\xcc\x7a\x63\xf0\x9d\xe8\x0b\x7a\x5f\xaf\ \xd7\x53\x2e\xf6\xb1\xb0\xac\x7c\x06\x39\x98\x6d\xc6\x0f\x60\x97\ \xeb\xeb\xeb\x99\xf8\xc1\x24\x72\x6f\x18\x72\x98\x38\x1f\x91\xc2\ \x58\x91\x9f\x6d\x07\x7d\x60\x3d\xf1\x11\x00\x1d\xf7\x02\x3a\xa9\ \x63\x2d\xfd\x20\x76\xcf\x67\x30\x98\xee\xe4\xe5\xd0\x54\xae\xcb\ \xcf\xac\x37\x9b\x08\xb8\x2e\x6b\x8d\x3c\x5c\xfd\xb0\x6e\x31\x07\ \x33\x19\xac\x07\x76\x66\xd6\x19\xfd\xf0\x51\x33\xae\x00\x39\x99\ \xe3\xde\xf6\xe3\x26\x29\xd0\xd3\x72\xbd\x88\xc9\xdc\xb7\x4c\xee\ \xcd\xe0\x60\xd7\xf6\x9b\xe8\xb6\x5f\xe8\x51\xc9\x3e\x9a\x18\xc1\ \x0e\x01\xbc\x4e\x16\xf8\x1c\x7e\x80\x7b\x31\x6e\xc6\xc6\xfc\xf0\ \x1d\xcc\xb5\x8c\x61\x7c\x06\xf9\x31\x1f\x03\x35\xc0\x0c\x72\xc1\ \x5e\xb1\x33\xec\xb5\xb4\x33\x83\x2d\xfb\x15\x13\x3c\xe8\x02\x7f\ \x83\xbc\x70\x82\xca\x5c\x4a\x26\xce\x78\xc0\xf2\x2d\x31\x43\x44\ \x44\xad\xd1\x68\xdc\x46\x31\x1c\x10\x10\xa8\x4b\x01\x28\xa9\xb3\ \x3a\xb2\x58\x83\x2d\xb2\xfc\x52\x81\x4d\x1b\x22\x58\x97\xcb\xc8\ \xb8\x70\xea\x04\x0e\x0c\xdc\x54\x2a\xd7\x35\xb5\x77\xd9\xdf\x1c\ \xc4\x70\x8c\x36\x16\x2b\x39\x8e\xcf\xec\x01\x3f\x23\x30\x3e\x43\ \x59\x86\xfb\x38\x08\x71\xff\xb5\xb5\xb5\x88\x98\x96\x40\x90\xab\ \xa9\x51\x1b\x27\xdf\x27\x38\x79\x4d\x8c\xb4\xcd\xf0\xd9\x21\xe1\ \x2c\xcd\xb6\xf1\x3e\x8e\xc8\x25\x48\x33\x68\x11\xb3\xbe\x23\x1b\ \x0a\xf3\x73\xc9\x09\xc0\xe4\xc7\x9c\xf0\xc2\x51\x18\xe9\x9b\x46\ \x77\xd6\x47\x06\x6b\x2a\x9e\xcf\xd8\x59\x39\x20\xd1\x28\x4d\x6f\ \x8d\x03\x88\x33\x34\x82\x1c\xc1\x03\x63\xb4\xbc\x01\x0a\xe8\x3c\ \x19\x3e\x86\xc6\xff\xad\x56\x2b\xe7\x4d\x79\x0e\xb9\xd3\xd7\x64\ \x26\x96\xc3\x2d\x29\xd1\x30\x57\x8c\x9d\x7b\x4e\x26\xd3\xd3\xae\ \xe9\x75\x21\x70\xf8\xb3\x04\x78\x7a\xc1\x0c\xa6\x59\x67\x00\x8c\ \x1d\x18\x6b\x47\xa3\x37\x40\x92\xef\xb0\x4e\xdc\xd7\x41\xd2\x0c\ \x27\x89\x88\x03\xfa\xe2\xe2\xe2\x5c\x69\xcd\x2c\x1f\x3a\xd5\x6e\ \xb7\xe7\x92\x99\xd2\xee\xb1\x67\x3f\x26\x8b\x0d\x0f\xe8\x99\x37\ \xdd\x50\xb2\x62\x1e\xbc\xe8\xb5\x73\x80\x9a\x4c\x66\xfd\x54\x7b\ \x7b\x7b\x69\x3b\xe8\x8c\x1d\x24\x6b\xe3\xa4\xc4\x09\x00\x00\x80\ \xd2\x25\x3a\x86\x8f\xa2\x2c\x6c\xff\x64\x1b\x8c\x98\x1d\x8d\x00\ \x60\x20\x01\x23\xe0\xa1\xfb\x4e\x68\xd1\x03\xf4\x90\xef\x7a\x17\ \xaf\x9f\x3c\xc1\x1c\x28\xc1\x45\x44\x1e\xd9\x80\x4e\xf2\x39\x1e\ \x91\x02\x83\xcc\x77\xb0\x0d\xd8\x45\xbe\xc7\x38\x0c\x0a\x58\x77\ \xfb\x48\xec\x78\x75\x75\x75\x8e\x65\xb3\x0e\x95\xb2\x60\x2c\xe8\ \x01\x3a\x06\x60\xe0\xbd\x56\xab\x15\x9d\x4e\x27\x9f\x40\x00\x9b\ \x45\x2c\x02\xf0\x98\x15\x34\xe0\x30\x20\x29\xd9\x2a\x03\x53\xe6\ \xe7\x58\x62\x26\xa3\x8c\x31\x66\xc6\x98\x63\x59\x21\x31\x93\x84\ \x0c\x3d\xa6\xd2\x2f\xda\x7e\x01\x6b\xf6\x9f\x06\x1c\xd6\x67\x03\ \x42\x93\x11\x25\x63\x86\x0e\x9b\xb9\xf5\x1c\xb8\xae\xd9\x72\x5f\ \xdb\x7e\xf9\x32\x42\xc0\xc4\x87\x81\x0a\xeb\xea\xf7\x9c\xcc\x95\ \x00\x91\x92\xbd\xb1\x85\xed\xc1\xeb\x6c\x36\x90\xf8\x65\xdf\x5b\ \xfa\x3d\xc6\xc9\xe7\xcc\x7c\x92\x28\x38\x86\xb2\xf6\xd8\x81\xe7\ \xca\x18\xec\x9b\x90\x67\x44\x44\x15\xe7\xcc\xcb\x19\x3b\x42\x77\ \x4f\x03\x19\xab\x83\x3e\x59\x08\x42\x23\x40\x00\x9e\x0c\x42\xcc\ \x6e\x30\x60\xfa\x04\xac\x48\x65\x36\x09\xa2\x66\xe2\x66\xd7\x98\ \xf4\x65\x59\x49\x59\xd2\x73\xf9\x0d\xca\x18\x65\xa4\xa4\x86\x22\ \x9a\x2d\xb0\xd0\x31\x66\xcf\x93\xc3\x21\x59\x20\x83\x13\x16\x87\ \x05\xf5\xf9\x56\xa6\x69\xeb\xf5\xfa\x37\xb2\x03\xee\xcb\x9c\xec\ \xb8\x09\x02\x18\x22\xdf\x25\xd8\xd3\xdb\xe1\xb2\x8e\xd9\x23\x14\ \xdf\xc8\xdb\x75\x77\x1b\x84\xd9\x4b\x67\x69\x8c\xc9\xa7\x5e\x5b\ \xf1\x9c\x15\xc0\xd0\x20\x1f\x3b\x0f\x83\x2b\x07\x7d\x9c\x98\x9b\ \xeb\xd1\x37\x4a\x33\xe8\x30\x4c\x55\xab\xd5\x8a\xb5\xb5\xb5\x04\ \x2f\x18\xd3\xe2\xe2\x62\x1e\x90\xe9\x80\x58\x32\x68\xce\x6e\x78\ \x14\x11\xa5\x06\x92\x00\xf7\x46\xd4\x6a\xd3\x12\x2d\xd4\x73\xa5\ \x52\x49\x9d\x76\xbf\x0b\xf6\x41\xe0\xc0\xd9\x3a\xeb\x43\xb6\x18\ \x3b\x7a\x0d\xc8\xf3\xce\x4e\x3b\x13\xb2\x3e\x64\x65\xc7\x82\xb3\ \x63\x1e\x04\x70\x98\x16\x74\x0c\x9b\x59\x58\x58\xc8\xe4\x00\xc0\ \x85\xbe\x93\xfc\x58\xa6\xe8\x20\x07\x66\x72\x1a\x3a\xec\x1e\x20\ \x90\xfb\x72\x0f\x37\xc8\x22\x4b\x02\x28\xa0\xd8\x60\x88\x79\x78\ \x83\x87\xfb\x9c\xd0\xf9\xd1\x68\x7a\xaa\xb8\xcf\xff\xe2\x84\x73\ \xd8\x43\xe4\xcc\xe3\x90\x00\xea\x3e\x99\x1c\x9d\x72\xd6\x3b\x1e\ \x8f\x93\xe5\x71\xc0\x42\x5e\x30\x36\x30\x78\xce\xda\x9d\x64\xc2\ \x30\xe3\xd8\xcd\x2c\x2c\x2e\x2e\x66\x29\xc8\xa5\x38\x07\x26\x18\ \x4b\x64\xd8\x6e\xb7\x73\x7e\x4b\x4b\x4b\xb1\xbe\xbe\x9e\x8f\x22\ \xe2\xfe\x24\x6f\xcc\x61\x34\x9a\x3f\x96\x82\xf9\xf1\x19\xd6\x6c\ \x79\x79\x39\xd7\x85\x35\x2f\x37\xc5\xc0\x5e\xe2\x97\xdd\x8b\xc8\ \x81\xbc\xec\x4a\xc4\x5f\xf3\xa0\x71\xca\xa9\x4e\x62\x91\xcb\xf6\ \xf6\x76\x6c\x6f\x6f\x27\x68\x36\x10\x60\x7c\xae\xa2\xa0\xcb\x94\ \x9d\x01\xc9\x25\x38\xc0\x86\x58\x43\xf7\x71\x92\x24\xe2\x9b\x09\ \xec\xde\xe9\x57\xb2\xdf\x66\x74\x9d\xf8\x73\x4f\xfb\xef\x12\xf0\ \x95\x71\x0b\x1f\x6b\xa0\xe4\x78\x66\x76\xc7\xa0\x1c\xd0\x84\xdd\ \xe0\xb3\x0d\x60\xb0\x2b\xe6\x82\xbe\x1a\xac\xf8\xba\x5e\x0f\x27\ \xf8\xbf\x6b\x2e\xdc\xc3\x31\x98\xb8\xe0\x8a\x80\xc1\xb1\x81\x28\ \x2f\x97\x08\xf1\xf9\xe8\xbf\x63\x6f\x09\x36\x5d\x35\x72\x62\xe9\ \xf5\xf6\x3d\xfd\xfd\xd2\x5f\x12\xcb\x0c\x5a\x1d\xcf\xcc\x16\x12\ \x2f\x91\x75\x26\xdd\x66\x41\xec\x30\x1c\xec\x0c\x24\x8c\xf8\x60\ \x99\x50\x42\x5e\xce\xf2\x78\xb9\xc4\x63\xc0\xe6\xc0\x59\x1a\x80\ \x91\x3e\x03\x66\xac\x08\xa3\xcc\x12\x3c\x07\x84\x6a\x87\x52\x22\ \x5b\x3e\xc3\x75\xf8\xfb\x65\xa5\x18\x16\x83\xb9\x32\x66\x1c\xb3\ \x0d\x1f\xe0\xe6\xf9\x73\x0f\x80\x06\x2f\x2f\x72\x99\x31\x22\x4f\ \xb2\x34\xc6\x6a\xb6\xaf\xa4\xac\x3d\x47\x97\x42\x2d\x27\xd6\xd8\ \x6b\x87\xac\x6c\x3c\x66\x28\x71\x5c\xde\x8e\x6d\x87\x82\x21\x30\ \x46\xaf\x03\xff\xf3\x9e\x83\xba\xf5\xaf\xa4\xb8\xdd\x3b\x46\x56\ \xcc\xe7\xc8\xb0\x60\x3b\x0c\xf6\x09\xec\xdc\xb3\x5c\x6f\xca\x4d\ \xe8\x1c\x06\x59\xa9\x54\xb2\x1c\xe8\xcf\xb2\x86\x38\x25\x0e\x20\ \x45\x66\x8c\x05\xe7\x85\xbe\xf0\x0f\xe3\x23\x60\x7a\xb7\xa1\x65\ \x1b\x11\xd9\x5f\x03\x83\x10\x31\x6b\x3c\xf5\x29\xc9\xfc\x73\x59\ \x11\xdb\x21\xb0\x70\xbe\x55\xbd\x5e\x4f\x10\x80\x0e\xc2\xfe\x00\ \x6e\x2c\x37\x7a\x74\xdc\xfb\xc3\x5c\xd0\x01\x64\xcf\x35\xd1\x4b\ \x1c\x36\x72\x23\x01\x41\x5f\xd1\x13\xf7\xc7\x78\x0c\xac\x07\x40\ \x14\x30\xe2\xa0\x09\xf8\x21\x78\xc3\xca\x22\x67\x98\x6f\xb3\x9d\ \xa3\xd1\x28\x37\x7d\x3c\x78\xf0\x20\x59\x37\x64\x88\xac\x91\x17\ \x7a\x66\xfb\xc4\x2f\x46\xcc\x0e\x13\x2e\xcb\x81\xf8\x3a\x8e\x21\ \x00\x68\xf8\x5a\x83\xc1\x60\xee\xbc\x29\x74\xc1\xf6\xd6\x6c\x36\ \xe7\xca\xae\xac\x6b\xad\x56\x4b\x66\x72\x32\x99\x95\x3c\x29\x59\ \x53\x92\xa3\xbc\xc6\x93\x31\xe8\xc1\x6a\x34\x1a\x09\x62\xf1\x19\ \x9c\x14\x5f\xda\x71\xad\x36\x6d\x12\xef\xf7\xfb\x73\x8c\x2d\x47\ \x6b\x60\xcb\x06\x1f\x34\x26\x73\x0f\x76\xc8\x62\xfb\x2e\x7b\xc2\ \x68\x91\x30\xc1\x68\x56\xab\xd5\x68\xb7\xdb\x73\xa0\xac\x0c\xd0\ \xe8\xbf\x13\x59\x27\xa0\xd8\xbe\x7b\x85\x1d\xb8\x23\x66\x2c\x14\ \x60\x9d\xb5\x45\x16\xee\xf3\x31\xc3\xc3\x9a\xd9\x8f\xf9\x77\xee\ \x6d\xdf\x67\xa6\xc3\xec\x88\xdb\x3d\x1c\xe7\xac\x53\x66\x18\x91\ \x97\x9b\xc5\xd1\x2f\xfe\x51\x3a\x46\x0e\xfc\x8c\x5d\x30\x66\x92\ \x6e\x7e\x27\x4e\xc2\x56\x33\x76\xd6\xd7\xa0\xc9\xbb\xfc\xd1\x99\ \xd2\xdf\x3a\x51\x32\x59\x83\x0d\x30\x3e\xfb\x2f\xfb\x1a\x62\xb1\ \x93\x0c\xe4\x51\xfa\x77\x83\x1e\xae\xeb\xb5\x05\xac\xba\xbd\x04\ \x7f\xec\x26\x7b\xe4\x8e\xee\x94\xcc\x36\xf7\x61\xdc\x66\xc6\xcc\ \x7c\x8d\xc7\xe3\x69\x93\x3b\x93\x72\x26\x69\xc4\x6c\x70\x81\xf3\ \x61\x40\x66\x10\xfc\x79\x84\xea\x7a\x38\x02\x71\xc0\xb2\xd2\x19\ \x35\x09\x33\x04\x00\x00\x20\x00\x49\x44\x41\x54\x29\x13\xf8\xdd\ \x0f\xc3\x67\x2d\x7c\x97\xa3\x30\x00\x33\x3e\x28\x57\x44\x7c\xc3\ \x51\x99\xca\x33\x42\xb5\xe1\x39\xfb\x70\x06\x5d\xab\xd5\xb2\x87\ \xe4\xe4\xe4\x64\xee\xd0\x4c\x1e\x80\xea\xc3\x1d\xdd\xa8\xef\x47\ \xac\xa0\xec\x64\xde\x28\x19\x8e\xd4\x06\x84\x62\x78\xa1\xf9\x99\ \x40\x82\xa3\xf1\xf7\xad\x98\x06\x2c\x28\x20\xb2\x03\x74\x78\x57\ \x98\xd7\x15\x00\x50\x5e\xc3\x40\x09\x3d\x72\xe6\xc7\xd8\x69\x6e\ \x05\x0c\x5a\x81\xf9\x1e\xc1\x03\xa5\x77\xb0\xb0\x5e\x3a\x4b\x64\ \xad\x56\x57\x57\x73\x47\x13\xca\x5e\xaf\x4f\x1f\xeb\x72\xed\xda\ \xb5\xa8\xd5\x6a\xf1\xd9\x67\x9f\x65\x90\xc6\x28\x99\x1b\x0e\xbf\ \x04\xd0\xe8\x2d\xf7\xe7\x7f\x8c\x1c\x59\xb9\x87\x8a\x39\x19\x00\ \xa3\xb3\xf4\x14\x21\x73\x82\x2d\x0e\x0b\x79\x01\xd4\x70\x76\x5c\ \x07\x07\x68\x16\xd6\xb2\x07\x98\xb9\x59\x95\xf9\x10\xc4\xd0\x79\ \x80\x0a\xe3\x75\x62\xe0\x04\xcb\xe5\x1b\x40\x6c\xb5\x3a\xed\xa3\ \x22\xd8\x1b\x2c\xc1\x8a\x10\x40\xcc\xc4\x00\xe0\x60\x60\xb0\xf7\ \xe1\x70\x38\x67\x17\x66\xe8\x08\xda\x9c\x7b\xe4\x1e\x08\xca\xa8\ \x25\x8b\x8e\xbf\x02\xd8\x51\x8a\xba\x79\xf3\x66\x34\x1a\x8d\x64\ \x81\x58\x8f\x92\xb5\x05\x00\x3a\x10\x60\x83\xf5\xfa\xac\x27\xca\ \x3b\x06\x99\x27\x01\xce\xe7\x28\xf9\x6f\x04\x4c\x6c\xad\x52\xa9\ \xe4\x67\x4f\x4e\x4e\xe2\xe2\xe2\x22\x37\x49\xe0\x53\x01\x2c\x93\ \xc9\x24\x03\xa3\x19\x70\x03\x22\xec\xd3\x7a\x69\x00\x81\x8d\x7a\ \x83\x82\x93\xaa\x5a\x6d\xda\x06\xb1\xb2\xb2\x12\xfd\x7e\x3f\xf6\ \xf7\xf7\x53\xfe\xb0\xaf\x04\x5e\x98\x5d\xf4\x8a\x13\xf1\x59\x33\ \xe6\xe6\x24\x0f\x9d\x26\x99\x20\x88\xa1\x47\xdb\xdb\xdb\xb1\xb1\ \xb1\x91\xed\x12\x06\xe0\x7e\x62\x03\x60\x1f\xdf\x8e\xbe\x91\xe4\ \x1a\x78\x00\x60\xed\xcb\x1d\x37\x78\xdf\x09\x38\x63\x65\x0d\x3d\ \x77\xae\x61\xbf\x8d\xae\x60\x97\xf8\x18\xfb\x29\xb7\x5c\xa0\xb7\ \xde\x60\x61\x46\xcc\xb1\x93\x8d\x18\x66\x4a\x1c\x73\xb1\x49\xf4\ \x80\xbf\xbb\x75\x83\x79\x92\x80\x71\x3d\x6c\xd3\xc9\x85\xfb\xc7\ \x7c\x4d\xff\xcd\x3d\xc4\xbe\x0f\x71\x8f\xf9\x5a\x1e\xe8\x30\xf7\ \x29\x99\x24\xd6\x0a\x7b\x74\x53\xbd\x09\x13\xe6\x0e\x96\x30\xeb\ \x04\xab\x6e\x06\x90\xcf\xb0\x76\xb6\x75\xaf\x4f\xc9\xe0\x95\xe4\ \x07\x32\xe1\xda\xc4\x3a\xda\xa2\x48\xb8\xc7\xe3\x71\xd4\xb6\xb7\ \xb7\x6f\x13\xd8\x7c\x51\x9c\x92\x27\x6e\x67\x5e\x3a\xe2\x12\xbd\ \x51\x3a\x28\xd9\x1f\x9c\xbe\x85\x85\x82\xbb\xb7\x64\x3c\x1e\xa7\ \x13\x34\x55\xc7\x04\x09\xbe\x16\x96\xa9\x44\x07\xc8\xb2\x71\x1d\ \x41\x95\x0d\xfa\x7c\xd6\x80\x84\xac\xd7\x40\xc7\xdf\xa3\xac\x08\ \x25\xce\x7d\x71\x5e\xad\x56\x2b\x4e\x4e\x4e\xf2\x41\xa8\x2c\x84\ \xc7\x85\x5c\x50\x72\x64\x62\x79\xa3\xa4\xcc\x97\x85\x47\xc6\xbc\ \xcc\x62\x78\xad\xf8\x2e\x99\x3a\x8e\x80\x40\x48\xe0\x88\x88\xdc\ \xfd\x48\x69\xc8\x3d\x21\x18\x97\x7f\x77\x26\x81\xec\x90\xaf\x7b\ \xb0\x08\x76\xac\x17\x7d\x22\x2e\x2d\x98\xaa\xa6\xc4\x67\x40\x45\ \xd9\x83\xbf\x03\xd8\x58\x1b\x02\xc2\xd2\xd2\x52\xf4\xfb\xfd\x64\ \x00\x58\x77\x3b\x20\x4e\xa8\x37\xd3\x62\x9d\xae\xd5\x6a\xf9\x78\ \x15\x1c\xdf\xc5\xc5\x45\xca\xc7\x99\xa2\xcf\x3e\xe2\xb3\x94\x89\ \x28\x95\x61\x74\x64\xf4\x04\x27\x74\x9d\x40\x41\xa0\x46\xee\x94\ \x3e\x71\x12\xd6\x75\x7a\xba\x9c\x9c\xe0\xb0\xd1\x65\x67\xc5\xee\ \xd3\xc1\x21\xb2\x0b\x0c\xdb\x22\x20\x9b\x99\x8b\x88\x68\x36\x9b\ \x73\x89\x16\x4c\x46\xb7\xdb\x4d\xe6\x8a\xf7\x60\x91\x90\x11\xdf\ \xe5\x08\x04\x1c\x24\xef\xe3\xa0\xcb\xf5\x37\xf3\xc3\xda\xd1\x07\ \x67\xe0\x6a\x60\x00\xc8\x06\x5c\x1b\xfc\x71\xe8\xe8\xf2\xf2\x72\ \xf6\xa0\xf9\x44\x72\x03\x7f\x07\x53\xec\x1a\x07\x0c\x08\x02\x94\ \x93\x74\xc2\x16\x55\xab\xd3\x93\xd6\x2d\x07\xee\x8f\xbe\xaf\xac\ \xac\x64\x09\x9a\x67\x46\x32\x07\xdb\xb6\xcb\xed\xb0\x98\x3e\xb8\ \xd4\x0f\x35\x1e\x0c\x06\xb1\xba\xba\x9a\x8f\x1a\x5a\x5d\x5d\xcd\ \xc4\x85\x83\x79\x49\xe6\x08\xde\xa7\xa7\xa7\xc9\xec\x55\xab\xd5\ \xd4\x4f\xfc\x74\xbf\xdf\x9f\x3b\xa8\x93\x87\x47\x03\xe4\xcc\xc6\ \x3b\x86\xe0\xe3\x22\x22\x37\x1a\xb0\x0e\x80\x3d\x6c\x90\x7b\x8d\ \xc7\xe3\xdc\x4c\x40\x99\x9f\x13\xf4\x39\xcc\xd4\xfe\xc2\xbe\x19\ \x16\xd0\xc9\x3f\x2f\x33\x53\x66\xb7\xcb\xb8\x85\x0f\xe5\x7f\x6c\ \x9a\x35\xf1\x35\x1d\x97\x9c\xa0\x1b\x44\xe2\x17\xd1\x1b\x33\x6c\ \x7c\xc7\xc9\x52\x09\x98\x00\xdf\x5c\xd7\x6d\x15\xe8\x24\x32\xb5\ \xae\xda\x6e\xb8\x36\xc9\x91\xc7\xcb\x9a\x97\xed\x1a\xb6\x7b\x27\ \x5a\x2e\x41\x32\x17\x03\x15\xec\xd2\xb1\x0a\xdb\x74\x5c\x2d\x81\ \x0a\xba\x63\xb9\x72\xbe\x1e\x6b\x4f\xff\xaf\xe3\x7b\x59\x7a\xe7\ \x65\x7c\xc2\xb8\x88\x83\x06\x8a\xae\xf8\x98\xad\xf7\x5a\xf9\xb3\ \xd6\x19\x83\x32\xcb\x1f\x3b\x5f\x5e\x5e\x8e\xda\xf5\xeb\xd7\x6f\ \xbb\x37\x89\x85\x25\x90\x79\x50\xa6\x1b\xbd\x70\x06\x3e\x16\x2a\ \xc8\x9b\x80\x83\x50\x1c\x84\xb9\x17\x0b\x4e\xd0\x8c\x88\xac\xcf\ \x5b\x48\x38\x6f\x94\xc2\xca\x1e\x31\xeb\x33\x42\x71\x2f\x2e\x2e\ \xa2\xd1\x68\x64\xf0\x34\xc5\x4d\x16\xe4\xc0\xca\xf3\xdb\x9c\x81\ \x13\x3c\x9c\x11\x73\xfe\x15\xb4\x27\x00\xc9\xe7\xd3\xd0\x37\x40\ \xa6\x6c\xa3\x62\x4e\xc8\xc1\x7d\x1d\xee\x35\xc0\x30\x09\x82\x64\ \xa2\x96\xa5\xd1\x3b\x8f\xee\x80\x56\xad\x56\xa7\xbd\x31\x8c\xc5\ \x4c\x19\x0e\x0b\x67\x4d\x50\xe3\x1a\xa5\x22\xba\xfc\x65\xa3\xc1\ \x71\xd9\x89\xb1\x26\x04\x0f\x03\x67\x83\x18\xe6\x61\x27\xc9\x3f\ \x02\x8c\x1d\x16\x73\x75\xb6\x09\x63\x43\xb3\xf4\x60\x30\xc8\xa0\ \x03\x5b\x60\x5d\x3c\x3f\x3f\x9f\x0b\x4a\x8c\x65\x63\x63\x23\x22\ \x62\x6e\x3b\x3b\x0e\xdf\x4c\x1e\x07\x59\x62\x07\x66\x3a\x97\x97\ \x97\x63\x63\x63\x23\x83\x1b\xe5\x0d\xd6\xcc\x65\x3a\x64\x78\x76\ \x76\x16\x9d\x4e\x67\xee\x11\x39\x07\x07\x07\x29\x53\xb3\x1d\x8c\ \x99\xfb\xb2\x23\xd0\x8c\x0e\xe0\x82\xe0\x00\x7b\x62\xf9\x23\x13\ \x07\x93\x92\x01\x72\x46\x88\x8c\xcc\xe0\x92\x59\xf6\xfb\xfd\xa8\ \x54\x2a\x09\x9e\x79\xe8\xae\xfd\x04\xf3\x46\xcf\x47\xa3\x51\x1e\ \x20\xc9\x03\x93\xb1\x47\x1c\xbf\x03\x80\x33\x6e\x07\xac\x92\xf9\ \x1d\x0c\x06\x71\xf5\xea\xd5\x74\x9a\xe7\xe7\xe7\x79\x5c\x07\x73\ \xc2\x77\xf0\x50\x74\x97\x49\xf1\x83\x2e\xc9\x38\x18\x73\x5d\x80\ \x0e\xf3\xb2\x3d\xfa\x71\x2d\x24\x03\x6c\xc4\xb0\x3d\x61\x17\x24\ \x00\xf8\x17\x4a\xe1\xac\xb1\x33\xec\x88\x48\x9f\x86\x1d\x71\xca\ \xf9\xd1\xd1\x51\x1c\x1c\x1c\x24\x83\x80\xa3\x37\x80\xc0\xb6\x7c\ \x74\x04\xbf\xe3\x0b\x3d\x8f\xc1\x60\x90\x0f\x77\xa6\x04\x89\x0f\ \xe6\xe5\x9d\xa3\xce\xe2\x01\xef\xf8\x81\xf5\xf5\xf5\x0c\xd2\xec\ \x48\x65\x1c\x2b\x2b\x2b\x09\xa8\x00\x55\xeb\xeb\xeb\xf9\xc8\x27\ \x12\x3d\x82\x37\x7e\xd6\xb2\xf3\x3a\xb8\x6c\x83\xdf\x67\x4c\x65\ \x69\x8d\xf1\xf2\xf2\x67\x90\x9d\x5b\x29\xb0\x13\xc0\x15\x3a\x85\ \x5e\xf0\x7e\x09\xb4\x2e\xf3\x79\x1e\xb3\x7d\x9a\x13\x4e\xec\x8f\ \xb1\x71\x0d\x27\xb9\xb6\x65\xb3\x60\x25\x63\x0d\xe1\x51\xda\x95\ \xe5\xc1\x35\x4c\xbc\x60\x63\xac\x05\x7e\xc6\xf3\xb6\x5f\xe3\x7e\ \x26\x35\xca\xe4\x9f\xd8\xcf\xfa\x78\x9c\x8c\x91\x98\x1a\x31\xab\ \x7c\xa1\x6f\xcc\x9d\x35\x30\xd8\xf2\x75\xb0\x65\x7c\x19\x63\xc1\ \xe6\xf9\xe7\xbf\x59\x0e\xbc\x67\x00\x6b\x76\x94\xeb\x2f\x2e\x2e\ \xce\x25\xfb\x0b\x0b\x0b\x51\x5f\x5c\x5c\x8c\x7e\xbf\x3f\x87\x0c\ \xed\x18\x60\x36\x3c\x58\xa3\x4f\x3b\x00\x2b\x9c\x69\x51\x23\x4e\ \xc0\x1c\x9f\xa1\xc4\x66\x65\xf7\x3f\xae\x8d\x42\x58\x78\xa6\x30\ \x79\x3c\x06\x59\x20\x8b\x00\xcd\xcf\x75\x1c\x74\xec\xd0\x40\xae\ \x11\x31\x97\x51\xb8\x7c\xc9\x3d\x5d\xc2\xb3\x01\x42\x67\x96\x3b\ \x33\x22\xa6\xc0\x8d\x07\xa7\xd6\x6a\xb5\xb9\x06\x5c\xe4\x88\x93\ \x72\x4f\x07\x06\xda\xe9\x74\xe2\xea\xd5\xab\xe9\xbc\xb7\xb6\xb6\ \xa2\xd5\x6a\xc5\xfd\xfb\xf7\x13\x58\x74\xbb\xdd\x1c\xf3\xf9\xf9\ \x79\xde\x13\x39\x9b\xf9\x40\x86\xfc\x8e\x41\x5a\x71\x4a\x66\xd0\ \xa0\x07\xe0\x62\x90\x85\xec\xec\xb0\x98\xaf\x1d\x0b\x01\xab\xa4\ \xe2\x59\xcf\x32\x8b\xb0\x6e\xda\x89\xc0\x6e\x11\xf0\xd1\x3d\xe4\ \xb8\xb0\xb0\x10\x87\x87\x87\xf9\x3d\x0e\xfd\x74\x0f\x08\x3a\xe6\ \x3e\x33\xae\x8f\xde\x00\x98\x29\x9f\x7a\x8d\x2e\x2e\x2e\xe2\xf0\ \xf0\x30\x1a\x8d\x46\xae\xe3\xf1\xf1\x71\x02\x86\xc1\x60\x90\x3b\ \x4e\x71\x4a\x00\xa5\x56\xab\x15\x07\x07\x07\xd1\x6e\xb7\x63\x75\ \x75\x35\xed\xc0\x60\x09\x87\x42\x63\x33\x32\x42\x96\x00\x34\x80\ \x00\x36\x47\xd2\x50\xde\x1b\x76\xca\x4e\x93\xb9\xc2\x74\x41\xed\ \x97\x8f\xd0\xa0\xc4\x45\x56\xcd\x6e\x42\x74\xc7\xb6\x47\x90\x27\ \xc8\xd0\xf8\x8e\x6c\xd1\x23\x98\xde\xcb\x7c\x0c\xf7\xe3\x7d\xeb\ \x01\x9f\xa3\xa7\x08\x36\xf0\xe4\xe4\x24\x4e\x4f\x4f\xd3\xbe\x6b\ \xb5\x5a\x74\x3a\x9d\xb9\xa6\x6c\xae\x69\xfb\x2a\x93\x3a\xd8\x15\ \xe6\x64\x36\xf8\xf4\xf4\x34\x13\x2d\x58\x3e\xb3\x1c\xb0\x73\xb0\ \x64\xe8\x14\xce\x17\xd9\x72\xc0\xaa\x99\xb0\x32\xc8\x7a\xf7\x96\ \x59\x3a\xd6\xe3\xfc\xfc\x3c\xfb\xa7\x06\x83\x41\x8e\xeb\xf0\xf0\ \x30\xfd\xa6\x83\x00\x20\x09\x56\x8d\x63\x26\x0c\xbe\x19\x23\xa0\ \x6d\x38\x1c\x46\xbb\xdd\x8e\x9d\x9d\x9d\xe8\x76\xbb\xf9\x4c\x50\ \x7c\x39\xe7\x71\x31\x17\x58\x7a\x18\x07\x74\xdd\x3d\x3a\xcc\x0f\ \x46\xd1\x27\xf9\xa3\x13\xf8\x27\x83\x96\xb2\x92\xc1\xba\x38\x59\ \x42\x8f\xb1\x01\xfb\x7f\xbf\x0c\xa0\x5c\xf2\xc2\xe6\xf0\x27\xb0\ \xd2\xb6\x85\x32\xc0\xbb\xea\xc0\xdf\xf0\x97\x24\x25\xd8\x83\xed\ \xae\x64\x3e\xf8\xde\x65\xec\x18\x63\x43\x86\xd8\x01\xf3\xc0\x8f\ \x21\x73\xd8\x3d\xc6\x97\x8d\xd7\xd5\x59\x3f\x35\x76\xcb\xd8\xbd\ \x0b\x16\xff\xe8\x23\x80\x90\xaf\x63\x1e\xf2\x47\x96\x97\xad\x0f\ \xb2\xb3\xaf\xf6\xfb\xfc\x8c\x6c\x2c\x2b\xc0\x3e\x67\xea\x79\x6d\ \xf0\x5d\xff\x3f\xa0\x69\x16\x98\xf1\x1b\x0f\x58\x37\xf0\xa9\xe8\ \x0c\xc0\x8d\x75\x71\x0b\x0c\x6b\xef\x36\x28\xca\xfa\x94\xc8\xeb\ \x18\x1e\x8a\x14\x31\x2b\x1d\xf8\x40\x40\xfe\x71\x33\x82\x2c\xca\ \x48\x40\x34\x13\x85\xa0\xcd\x1c\x59\x30\x28\x92\xd9\x33\xfe\xc6\ \xf7\x70\x16\x0e\x4e\x0e\xa4\x0e\xc0\x16\x68\xc4\xec\x90\xcb\x32\ \x03\x85\xd9\x40\x41\x70\x28\x8c\x11\x45\x84\x2d\x21\x48\x39\xf3\ \xb9\xb8\xb8\x48\x07\x49\x39\x74\x79\x79\x39\xf6\xf7\xf7\xe3\xca\ \x95\x2b\x79\xe2\xf3\xb5\x6b\xd7\x62\x65\x65\x25\x0e\x0f\x0f\x63\ \x6b\x6b\x2b\x9a\xcd\x66\x5c\xbf\x7e\x3d\x01\xe1\xee\xee\x6e\xb2\ \x2e\xa3\xd1\x68\xae\x5c\x40\x70\xff\xce\x77\xbe\x13\xdf\xfd\xee\ \x77\x93\x19\x71\x96\x67\xe7\x3b\x1a\x4d\xfb\x9c\x38\x16\x62\x32\ \x99\xf6\x73\x7c\xf0\xc1\x07\xf1\xde\x7b\xef\xc5\x9d\x3b\x77\xa2\ \xdf\xef\xc7\xda\xda\x5a\xca\xf1\xec\xec\x2c\xcb\x14\xcc\x17\x27\ \x49\x40\x76\x86\xcb\xdf\x91\x07\x8e\xa5\x04\xc2\x18\x98\xd7\xd4\ \xec\x0b\xd7\x34\x43\x45\xe0\x70\x30\x61\x0c\x36\xda\x4a\xa5\x92\ \xfd\x21\xec\xac\x43\x2f\xad\xcf\x38\x69\x82\x20\x0e\x3c\x22\xb2\ \xb4\xcb\xae\xab\xc1\x60\x10\xbb\xbb\xbb\xc9\x50\x31\xa7\xb5\xb5\ \xb5\x68\xb5\x5a\xd1\xeb\xf5\xe6\x1e\x0d\xb2\xb0\xb0\x30\x77\x20\ \xa2\x9f\xcb\xc7\xbc\x17\x17\x17\xf3\xc8\x02\x0c\x97\x93\xd6\xb1\ \x1f\xee\xb5\xb6\xb6\x16\xbb\xbb\xbb\x73\xfd\x45\x94\xd3\x9c\x49\ \xd6\xeb\xf5\x3c\xf4\x94\x47\xa0\xb0\x26\x38\x74\x00\x26\xe5\x29\ \x74\x04\xd6\xee\xf4\xf4\x74\xee\xdc\x2c\x03\x21\x00\x9a\x1f\x1c\ \x5d\xaf\xd7\xe7\x4e\x50\x77\x99\x97\x31\xa1\x3f\x38\x17\x07\x71\ \xd8\x5e\x02\x03\x0e\x9a\x7b\x02\x62\xcc\x26\xb3\xd6\x94\xef\x18\ \x17\xdf\x07\xdc\x4c\x26\x93\xb9\x5e\x29\x02\x3d\xfa\x44\xd0\xc1\ \x2f\x50\xce\x62\x6e\x83\xc1\x20\x36\x36\x36\x62\x71\x71\x31\x81\ \xf1\x64\x32\x49\x1b\xe1\x28\x06\x02\xce\xc5\xc5\x45\x34\x9b\xcd\ \x18\x8f\xc7\xc9\xbc\x39\x08\xe0\x90\x57\x57\x57\x73\xfe\xc8\x97\ \x71\xf9\x10\x52\x07\xdc\xe1\x70\x98\x27\xc7\xe3\xb4\x8f\x8e\x8e\ \x72\x43\x05\xf3\x60\xdd\x9c\x28\xe1\x8b\x60\x41\x91\x6f\xb5\x3a\ \x3d\xb4\xd4\xcf\xed\xf4\x23\x88\x7c\x1e\x16\xbe\x0d\x3f\xcb\xda\ \x52\x26\xc7\xcf\x01\x30\x0d\xe6\x01\xfa\x00\x78\x74\x24\x62\x7a\ \x9c\x09\xec\xbb\x77\x6a\x1b\xa4\x71\x0d\x58\x2a\xca\xbf\x2e\x03\ \x01\x02\xdc\x6f\x85\x0e\x8d\xc7\xdf\x3c\x0c\x19\x3d\x83\xa5\x2f\ \x83\xa7\x7d\xa7\xc1\x03\x63\xe1\xe5\xd8\xe7\x04\xc7\x3a\x04\x1b\ \x59\x1e\x9a\x5c\x32\x3b\x66\xcc\xbc\x4e\xd6\x13\xaf\x1d\x71\x08\ \x3f\xec\x3e\xae\xf2\xb8\x1a\xec\x17\x9d\xb4\xff\xb6\xed\x72\x6d\ \xfc\x30\x76\x19\x31\xeb\x83\x06\x2c\x30\x67\xc6\x67\xa0\x69\x82\ \xc3\xe4\x07\x7e\x81\xb1\x39\x69\xe5\x3d\xe6\x80\x5c\x9c\x3c\xb9\ \xcc\x8b\x7d\x9b\x79\xe7\x85\x7d\x97\xd7\x20\x8e\x23\x37\xfa\x3c\ \x49\x00\xb0\x67\x64\x8b\xce\x44\x44\xea\x11\xfe\x88\x75\x84\xe9\ \x73\xef\x2e\xf7\x65\x27\x2f\xf1\x97\x7b\x2d\x2f\x2f\x47\x9d\xc1\ \x5b\x40\x38\x25\x84\x5b\xa2\x36\x1c\xa0\x15\xc7\x7d\x2e\x16\x32\ \x4e\xc5\xcd\x7a\xce\x02\xf8\x2c\x8b\xce\x81\x73\xb5\xda\xb4\xd7\ \x02\xc7\x0d\xe3\xc3\xf7\x4c\x35\xa2\x58\x56\x40\x32\x07\xb2\x67\ \x23\x70\x5e\x38\x88\x88\x48\x66\x88\xcf\x5a\x99\x6c\x64\xfc\x4c\ \xf0\xb7\x61\xd9\x10\x58\x00\x32\x40\x80\xd2\x73\xcf\x3d\x97\x40\ \x85\x72\x5f\xbf\xdf\x8f\xbd\xbd\xbd\x38\x3e\x3e\x8e\x5e\xaf\x97\ \xbb\x8b\x68\xee\xee\xf5\x7a\x09\x84\x70\x5c\xa7\xa7\xa7\xd9\x44\ \x6a\x47\xbd\xb0\xb0\x10\x9b\x9b\x9b\x73\x4d\xa1\xcf\x3e\xfb\x6c\ \xfc\xc5\x5f\xfc\x45\xec\xef\xef\xc7\x7b\xef\xbd\x17\xef\xbf\xff\ \x7e\x7c\xf2\xc9\x27\xf1\xe5\x97\x5f\x46\xbf\xdf\x4f\x05\x72\xff\ \x09\x65\x43\xd6\x8f\xc0\x69\x03\x21\x88\x39\x73\x31\xd5\x0b\x38\ \x37\x88\x05\x48\x96\x8d\xb2\xe8\xa1\x75\x02\x50\x64\xfa\xd7\x25\ \xca\x88\xc8\xb2\xa7\x33\xf5\x6a\x75\x56\x06\x04\x50\x4d\x26\x93\ \x34\x84\x83\x83\x83\xb9\x32\x09\xfa\x8e\x2e\x73\x26\x13\x0e\x9b\ \x12\x13\xf3\x33\x8b\x01\x68\x64\x6d\x70\xe4\xc3\xe1\x30\x7b\x55\ \x30\xc8\x8b\x8b\x8b\x3c\x1f\x8b\x00\x82\x8c\xc8\xec\x00\xc7\xc8\ \xc2\x6c\x20\xe0\x81\xe0\x31\x1a\x8d\xa2\xdb\xed\xce\x3d\xe1\x1e\ \xd0\x48\x59\xa7\x2c\xc7\xfa\x71\x38\xf4\x0c\xd9\x56\x79\x71\x0f\ \x97\x0a\x58\x27\xb3\x43\x66\x70\x08\x42\x00\x9e\x6e\xb7\x9b\xbd\ \x08\x3c\x67\x0e\xbd\x22\xd3\x73\x52\xc7\xcf\xe5\x73\xeb\x2c\x07\ \x58\x0f\xd6\xf7\xe2\xe2\x22\xee\xdf\xbf\x9f\x63\x81\x5d\x3c\x3b\ \x3b\x8b\x5e\xaf\x97\x00\x96\x92\x60\xbd\x5e\x8f\xf5\xf5\xf5\x74\ \xf0\x93\xc9\xf4\xb1\x57\xd8\x81\x93\x40\x58\x37\x83\x49\x00\x09\ \xc1\x8d\x1e\x28\xc0\x85\x41\x8f\xf5\x94\xb9\xc1\x68\x71\x14\x02\ \x7e\x08\xd0\x85\xff\x22\xc9\x02\xd4\x39\xc8\x47\x4c\x7b\x9a\x00\ \xf0\x2e\x61\x8c\x46\xa3\xe8\xf5\x7a\x79\x3f\x76\x8a\x3a\x19\xc5\ \xaf\x39\x01\x41\x57\xf0\x81\xb4\x5a\x90\x40\x94\x55\x05\x7c\x1e\ \x89\x25\xf3\xc7\x56\x59\x6b\x6c\x13\x1f\x5e\xce\x0d\xdf\xb0\xb9\ \xb9\x39\xc7\x2c\x13\x3c\x09\x6a\x80\x4b\x97\x3c\x9d\x58\x9b\x91\ \x75\x79\xcf\xa5\xad\xcb\xd8\x2c\x57\x24\xb0\x41\x74\x8e\xfe\x1f\ \x7c\x1a\xf3\xc7\x6e\x48\xa2\x7c\x6f\x33\x2f\x80\x0b\x07\xe3\x92\ \x79\x22\xe9\xa2\x65\x85\x24\x02\x9d\xc7\x8f\xda\xe6\x22\x22\x93\ \x7e\xfb\x7e\xf4\xd1\x8c\x16\xfa\xcd\xa3\x97\x4c\x7a\x78\x3d\xb1\ \x2d\x6f\x0e\x30\x80\x81\x24\x61\x4c\x5c\x9b\xfb\xf3\x0f\x19\x3a\ \x76\xa2\x9f\xf6\x69\x7c\xde\x15\x22\x97\x9d\xb9\x37\x36\xe2\x87\ \x4e\x33\x0e\x92\x02\x62\x94\x09\x00\xf7\x6f\x9a\x39\xc3\xc7\x95\ \x72\x33\x00\xf6\x2e\x58\x03\x5e\x92\x4c\x00\x3e\xf3\x45\x17\xd0\ \x0d\x7a\x6e\x2b\x95\x4a\xd4\xc9\x08\x7c\x76\x8e\xd1\xa2\x0d\x06\ \x45\x35\xe3\x04\x10\x01\x1d\xf2\x19\x32\x46\x14\x0c\x67\x0d\xd0\ \x32\x1a\xf5\x62\x5a\x28\xde\x3a\x8d\x81\x82\x7a\x09\x64\x2c\x86\ \x59\xb4\x1b\x37\x6e\xc4\xee\xee\xee\x37\x28\x4a\xc0\xc0\x65\x8d\ \xe1\x2c\xb6\xb3\x0a\x82\x30\x8f\xd8\x30\xe5\x8c\x90\x51\xdc\x7a\ \xbd\x9e\xa5\x0a\x7a\x09\xfa\xfd\x7e\x7c\xf2\xc9\x27\x51\xab\xd5\ \xe2\xfa\xf5\xeb\xb1\xb8\x38\x7d\xb6\xde\xa3\x47\x8f\xe2\xfe\xfd\ \xfb\xb1\xbf\xbf\x1f\xdd\x6e\x37\x83\x2e\x8e\xd4\x60\x37\x22\xe2\ \xab\xaf\xbe\x8a\xf7\xde\x7b\x2f\x9e\x7e\xfa\xe9\x78\xeb\xad\xb7\ \xe2\xf1\xc7\x1f\x4f\x63\xc1\xa9\x9a\xb9\x61\x3e\x04\x4f\x82\xf3\ \xca\xca\x4a\xfc\xf0\x87\x3f\x8c\xb7\xdf\x7e\x3b\x86\xc3\x61\x3c\ \x7c\xf8\x30\x7e\xfe\xf3\x9f\xc7\xbb\xef\xbe\x1b\xf7\xee\xdd\xcb\ \x47\xb4\x00\x12\xbd\xbe\xce\x5a\x90\x39\x41\x90\xac\xd6\x3a\x62\ \x60\xc0\x35\x00\x68\x7e\x50\x76\xe9\xbc\xf8\x0e\x86\xc9\xff\xac\ \x1f\xce\x0d\xa3\x2a\x9d\xbf\x4b\x94\x00\x12\x97\x30\x99\x83\xe7\ \x82\x43\x03\xac\xba\xac\x46\x40\x34\xc5\x4f\xd0\xe1\x7a\x8c\x09\ \x56\xd1\x59\xf9\xe1\xe1\x61\x1c\x1e\x1e\x66\x40\xe5\x3a\x04\xaf\ \x6a\xb5\x9a\x0c\x22\x19\x95\x6d\x00\x59\x45\xcc\x03\x51\x8c\x9b\ \x00\x85\x3c\x59\x07\xf7\xa6\x00\xe6\x19\xaf\xcb\xbb\xd8\x2a\xec\ \x16\x41\x90\xf3\xd0\x00\x97\xf4\x9d\x51\x72\xae\x54\x2a\x09\x10\ \x19\x03\x76\x45\x50\x35\x63\xc7\x3a\x32\x16\x6c\x91\xc4\x09\xc6\ \x0b\xbb\xc3\xe7\xa0\x1b\xac\x8f\x6d\x96\xf7\x2a\x95\x4a\x1e\x6b\ \x81\xcd\x7b\xcc\x94\xcc\x09\x62\xd8\x99\x99\x00\x97\xaf\x60\xc3\ \x4a\x46\x8d\xb1\xa1\x1f\x4e\x30\x90\x3d\xfd\x7f\x65\xc9\xe9\xf8\ \xf8\x38\x4f\x1f\xe7\x1e\xac\x05\xb6\xe6\xa4\x05\x90\x00\x23\xc5\ \x63\x9c\xb8\x17\x3e\x86\xe0\xcc\xba\x31\x37\xae\x5b\xaf\xd7\x33\ \x41\x73\x89\x69\x30\x18\xc4\xfa\xfa\x7a\xea\x07\x41\x09\x1f\x8a\ \x9e\xfa\x38\x0e\x36\x6d\xc0\x46\xb9\xd4\x6a\x9b\x77\x59\xc6\xf1\ \x01\xdd\xc6\x36\x60\x27\x57\x56\x56\xa2\xdd\x6e\xcf\x05\x61\xe6\ \x07\x2b\xc9\xd8\x58\x07\x74\x99\xc0\x1f\x11\x73\x25\x67\x7c\x1f\ \xb1\x0d\x06\x9e\x31\xdb\xbf\xe1\xfb\x5d\x0a\xf2\x2e\x35\x03\x26\ \x27\x1c\x06\x71\x06\x2b\x66\xe2\xed\xff\xd0\x67\x74\xc0\xc1\xdd\ \xf3\x70\x1c\x76\xc9\x11\xdf\x8a\xff\xb1\xff\x74\x99\x9b\x38\x8a\ \xde\x1a\x38\xba\xb2\xc4\x67\xca\x3e\x36\xec\x94\xcf\xb3\xd6\x10\ \x25\xdc\x6b\x34\x1a\xa5\x5f\xf3\x58\x4a\x9f\xfc\xbb\xc0\x18\x72\ \x71\x4c\x01\xf8\x23\x13\xe2\xac\x7b\xb1\x78\x1f\x7d\x30\xc0\xf6\ \xcb\x76\xe0\x7e\x5e\xf4\xca\xcc\x2b\xb2\x67\x5c\xde\xb4\x46\xd2\ \xca\x86\x26\xae\x83\xfc\x60\x6c\xf1\xa7\xc4\xa6\xf1\x78\x1c\xb5\ \xc7\x1f\x7f\xfc\x36\x99\x9b\x0d\x86\x1d\x2a\x4c\xde\x81\x09\x07\ \xc1\xe2\x33\x01\xbe\x6f\x45\x32\xfb\x85\x92\x98\x29\x43\xa0\x6e\ \x04\xf4\x2e\x10\xb2\x2c\x90\xbd\xaf\x5b\xf6\x4c\x45\x4c\x7b\xc7\ \x7e\xf8\xc3\x1f\xc6\xad\x5b\xb7\xe2\xce\x9d\x3b\x29\x68\xb6\x72\ \xdb\x69\xd3\x48\xcb\x9c\x30\x14\x23\x5b\x14\x13\x65\x23\xfb\xe4\ \x90\xbc\x8d\x8d\x8d\xcc\x8e\x00\x98\xfd\x7e\x3f\xba\xdd\x6e\x52\ \xf1\x28\xed\xfe\xfe\x7e\x7c\xf1\xc5\x17\x71\xef\xde\xbd\xd8\xdd\ \xdd\xcd\xc7\xa5\x38\x28\xb8\xec\x87\x03\x18\x8d\x46\x71\x70\x70\ \x10\x5f\x7f\xfd\x75\xbc\xff\xfe\xfb\xb1\xbf\xbf\x9f\x8f\x1b\xc1\ \xe9\x1a\x69\x5b\x36\x5c\x87\xeb\x9f\x9e\x9e\x66\xa9\xab\xd9\x6c\ \xc6\xcb\x2f\xbf\x1c\x7f\xfc\xc7\x7f\x1c\x3f\xf8\xc1\x0f\xe2\xc5\ \x17\x5f\x8c\xa3\xa3\xa3\x04\x7d\xcc\x3f\x22\xe6\x94\xde\xe0\xd8\ \x65\x5b\x67\x42\x76\x1c\x3c\xe6\xc4\x6b\x89\xa3\xe0\x67\x67\x4e\ \x04\x36\x9c\x81\xd7\xdc\xf7\x46\x76\xe8\x8b\x33\x7d\x9e\x9f\x06\ \xd0\x36\x9d\x5f\xab\xd5\x92\xdd\x02\x40\x39\xfb\x65\xac\xf4\xcc\ \x51\xfa\x21\x09\x61\xbd\x39\xc4\x14\xa0\x6d\x70\x6b\x06\xd0\xac\ \x2d\xe5\x33\xe4\x83\x1c\xe8\x85\xc4\x56\x00\x0c\x38\xb1\x4a\xa5\ \x32\xf7\xf0\x69\xec\x24\x22\xa2\xd3\xe9\xe4\x71\x16\x38\x29\xe4\ \x08\xd0\xe4\x28\x05\x67\x7b\x76\xfe\xec\x2e\xc4\xae\x23\xe6\x99\ \x65\xfe\xf7\x26\x14\x3e\x07\x90\xe0\x5a\x6e\x46\x47\xa6\xf4\xa8\ \xb9\xd7\xab\x94\xad\x19\xb7\x72\x73\x8b\x4b\x14\xee\xe1\x03\x30\ \x61\x03\xce\x20\x23\x22\x77\xc4\x01\x50\x00\x9a\xe8\xa4\x99\x4e\ \xe6\x01\xd3\x69\x86\xae\x52\x99\x36\x6c\x77\xbb\xdd\x39\x20\x5f\ \x96\x5a\x90\x07\xb2\x85\xbd\x71\xe6\x4d\x70\xa0\x94\x63\xff\xe7\ \x92\x23\x81\x25\x62\xc6\x62\x10\x78\xdb\xed\x76\x32\x9f\x04\x03\ \xfb\xe5\x56\xab\x95\x63\x21\xf0\xb1\x6e\xec\x10\xc6\xa7\x9b\x49\ \xc6\x1f\x23\x5f\x3e\x43\x90\x2d\x7b\x63\xcc\xce\x92\x98\x99\xd1\ \xa1\xf4\x0a\xe0\x64\x1c\x24\xaf\x9c\xf5\xc5\x29\xed\x93\xc9\x24\ \x93\x47\x64\x8e\x8f\x43\x3e\xa5\xfe\x59\x47\x59\x2f\xff\xdd\x3f\ \x9b\xbd\x71\xe0\xc5\x2f\xe0\x67\xd0\x35\xfb\x3d\xeb\x84\x37\x8d\ \x38\x46\xf2\x9e\xab\x37\xd8\x52\x49\x3c\x18\x80\x98\x29\x02\xf8\ \x33\x37\xb3\x57\xd8\x2a\x3f\xf3\x3f\xb6\x09\xb3\x63\x90\xc6\x46\ \x83\x92\xd5\x41\x3f\xb0\x59\xfb\x50\x64\x86\xdd\x21\x63\xc0\xf7\ \x1c\x88\x28\xe6\xc2\xb8\x79\x61\x2b\x2e\x15\x96\x60\xd0\xd7\x07\ \xa4\x1c\x1d\x1d\xc5\xc9\xc9\x49\xea\x85\x99\x76\xc6\xc8\xf5\xb8\ \x7f\x09\x16\xd1\x45\xb0\x87\x63\x93\x71\x06\xf3\xe4\x48\xa5\x88\ \x69\x72\x0d\xb9\x02\x99\x60\x0c\xc4\x0e\x71\x1f\xaa\xeb\x39\x8d\ \xc7\xe3\xa8\x97\xa8\x16\x21\x90\xb1\x70\x51\x04\xc4\x40\x0c\xc6\ \xac\x24\x5e\x3c\x16\x95\x20\x8c\xa3\x71\xa0\xc2\x01\x03\x5e\x0c\ \x74\x4a\x46\x02\x47\x60\xa4\x6a\xc1\x63\x9c\x1f\x7c\xf0\x41\xdc\ \xbc\x79\x33\xfe\xea\xaf\xfe\x2a\xfe\xe6\x6f\xfe\x26\xde\x79\xe7\ \x9d\x18\x0e\x87\xd9\x4c\x09\x1a\x26\x40\x19\x3c\x8d\xc7\xd3\x2d\ \xf3\x38\x21\x84\x0c\xd8\xa3\x21\x94\xa0\x47\x09\xa9\x56\xab\xc5\ \xf1\xf1\x71\x82\x19\xe4\xc1\x62\xf8\xec\x2b\x0c\x89\x79\x9b\x0a\ \x75\xaf\x80\x65\x8a\x63\x79\xf4\xe8\x51\xfc\xe3\x3f\xfe\x63\xee\ \x00\xdc\xdc\xdc\x8c\xed\xed\xed\x78\xe9\xa5\x97\xe2\xf9\xe7\x9f\ \xcf\xcc\x9d\x46\x65\x67\x55\xc8\x1c\x23\x07\x95\x53\x36\xb9\x7a\ \xf5\x6a\x7c\xef\x7b\xdf\x8b\xc3\xc3\xc3\xf8\xe8\xa3\x8f\xe2\x67\ \x3f\xfb\x59\xfc\xea\x57\xbf\x8a\x6e\xb7\x9b\xe3\x71\x80\xb0\xc2\ \xf2\xe2\x33\x56\x7e\xe6\x56\xad\x56\xe7\x76\x20\xe1\x74\x70\xe2\ \x8c\xd3\x19\x02\xb2\x62\x7d\x59\x27\xd6\xc4\x40\xd9\xc1\x9f\x43\ \x24\x31\x5a\x3b\x12\x4a\x50\xac\x29\x8e\x82\xb1\x51\x1e\x70\x56\ \x6b\x23\x66\xdd\x22\x66\x47\x54\x94\x01\x0e\x03\x67\xe3\x05\x40\ \x09\x5d\xc6\x1e\xb8\x86\xc7\x89\xa3\x47\xbf\x79\x4e\x20\xce\x07\ \x87\xe1\x35\x31\x18\x77\xd6\x3d\x1a\x8d\xd2\xe1\x12\x3c\xb8\xbe\ \x9b\x81\xc9\x50\xfd\x42\x97\x61\x37\xfc\xf8\x15\xd6\x02\x7d\x45\ \x2e\xd8\x3d\xb6\x86\x23\xb2\x53\x2e\xfb\x58\x18\x9b\x93\x2a\xec\ \x12\xbd\xf5\x39\x53\xf6\x33\x6e\x1d\x18\x0e\x87\xc9\x5a\xf2\x18\ \x16\xef\x5a\x64\x0d\x38\x1e\x81\xf9\x32\x36\xe6\xeb\x24\xc2\x41\ \xb3\xd7\xeb\xe5\x1a\x30\x4f\xeb\xb1\xdb\x13\xb0\x5d\xeb\x37\x25\ \x69\x36\x25\x98\x49\x21\xa3\x26\x09\x44\xce\xd8\x94\x7d\x22\x7e\ \x04\xb6\xdc\xe5\x0b\xd6\x98\x73\xf9\xe8\x01\x24\x00\x1b\x2c\x50\ \xa6\x03\xe8\x02\xf0\xb9\x0f\x40\xc2\x80\x90\xbe\x30\x76\x01\xba\ \x05\x82\x79\x9a\xd5\x43\x4f\xbc\xc6\x8d\x46\x23\x22\x22\xcf\xad\ \xf3\xf1\x24\x8c\x11\x00\xc6\xb5\x60\xa2\xca\x72\x1b\x6b\xe6\x20\ \xcf\x77\xf8\x3b\x6b\x64\x66\xad\x4c\xac\xdd\xf3\x53\xfa\xee\x12\ \xd8\x3b\x56\xd9\xbf\xf2\xfd\xb2\xec\xc4\xbd\xcc\x7c\xf1\x72\x8f\ \x93\x59\x1e\xcf\x93\x71\xfb\x3e\x8c\x03\x3d\x64\xbd\xd0\x01\xb3\ \x46\xe8\x12\xa0\x90\xef\x18\x1c\x79\x8c\xf6\xe1\xc4\x38\x03\x58\ \x74\xc6\xa0\x89\xf7\x91\x35\xdf\x45\x86\x65\xd2\xe7\xf8\x80\x0f\ \xb1\x6c\x98\x1b\xf6\xe7\x78\x53\x82\x39\xc7\x1b\x37\xd1\x33\x27\ \xdb\x64\x09\xb4\x0c\x66\xf1\xdf\x7e\x06\x2c\xf8\x82\xfb\xe4\xf1\ \x0b\xb5\xf9\x63\x28\xbc\xa6\xf6\xe7\x75\x9a\xb2\x4c\x79\x1a\x81\ \x33\x39\x14\xc1\xd9\x49\xc9\xfc\x58\x71\xf9\x7b\xc9\x32\x40\xf9\ \xba\xcf\x82\x89\xf8\xcc\x8f\x88\x59\x23\x72\x99\x71\xb8\x14\xc5\ \x82\xe2\x98\x9e\x7a\xea\xa9\xb8\xb8\xb8\x88\x7f\xff\xf7\x7f\x8f\ \xc1\x60\x10\x3f\xf9\xc9\x4f\x62\x38\x1c\xc6\x67\x9f\x7d\x16\x2f\ \xbd\xf4\x52\xbc\xf6\xda\x6b\xd1\xef\xf7\xa3\xdd\x6e\xc7\x70\x38\ \x6d\x34\xe6\x18\x87\x95\x95\x95\x1c\xd3\xca\xca\x4a\x1c\x1c\x1c\ \xc4\x3b\xef\xbc\x13\x1f\x7f\xfc\x71\x74\xbb\xdd\x38\x3a\x3a\xca\ \xec\xc8\xbd\x32\xa5\x13\x64\x4c\x5c\x8f\x45\xb5\x9c\xac\x34\x04\ \x21\x2f\x26\x34\x3c\x99\x6f\x09\x00\x00\xad\xbb\xbb\xbb\xf1\x9b\ \xdf\xfc\x26\xde\x7d\xf7\xdd\xf8\xf1\x8f\x7f\x1c\x6f\xbe\xf9\x66\ \xf6\xfe\x70\x44\x00\xcc\x87\xd9\x0b\x14\xc2\x25\x26\x33\x00\x7f\ \xf8\x87\x7f\x98\x60\xeb\xfe\xfd\xfb\xf1\xcb\x5f\xfe\x32\x7e\xf9\ \xcb\x5f\xc6\xce\xce\x4e\x9e\x33\x65\x83\x70\xd9\x80\x20\x88\x81\ \x18\xd8\x39\x90\x5e\xb9\x72\x25\x19\x24\x1c\x3c\xe7\x4c\xe1\x4c\ \x19\xaf\xc1\x35\x73\xa7\xc4\x80\xfc\x23\x62\xae\x14\x47\x76\xce\ \x79\x6a\x76\x68\x64\xd7\x2e\xf7\xfa\xd0\x4b\x3e\x4b\xaf\xd2\xf1\ \xf1\xf1\x5c\xd0\xa0\x8f\x88\x9f\x29\x43\x18\x74\x50\x8a\xb3\x8e\ \xba\x44\x45\x86\x4c\x60\x02\x48\xc3\x62\x20\x5f\xf4\x85\xa6\x7a\ \xc6\x14\x31\x3b\xbb\xab\x2c\x79\xd3\x7b\x83\x9e\x39\x7b\xe4\x7e\ \xc3\xe1\x6c\xc7\x20\xb6\x8f\x7c\x09\x2a\xd8\x67\xbf\xdf\x8f\x56\ \xab\x95\x0d\xfe\xe8\x6d\xa3\xd1\x48\x26\x0f\xf6\xc3\x40\x12\x7b\ \xa5\x9f\xc5\x41\x83\x03\x29\x01\x7b\xd8\x37\xa0\x1f\xdd\x65\x1d\ \xfd\x33\x7f\x67\xcc\xc8\x18\xf6\x0a\x9d\xe1\x9a\x47\x47\x47\x69\ \x9b\xf4\x58\xd0\xab\xc4\x11\x28\xd8\x09\xbd\x94\x65\x20\x02\xc0\ \xf1\x19\xc0\x13\xc1\x81\x35\x77\x2f\x99\x9b\xf1\xad\xcf\xe3\xf1\ \xac\x6f\xcf\x01\x95\x97\xfb\x99\x48\x0c\x06\x83\x41\x96\x5f\x19\ \x1b\x72\x43\x37\x09\x4e\x94\xd1\x5d\x46\xf1\x23\x70\x98\x2b\xe3\ \x05\x70\x52\xde\xa4\xd4\xc6\x06\x1c\xfb\x33\x02\x38\xe7\x63\x99\ \xad\x05\x18\xc1\x86\xe2\xeb\xd1\xb1\x8b\x8b\x8b\x3c\x06\x86\x53\ \xf0\x01\x5a\xdc\xd7\x8c\x1b\x3f\x73\x2d\xc6\x62\x1f\x66\x06\x9d\ \xbf\xd9\xc6\xb0\x73\x5e\xf6\xbf\x04\x44\x80\xb9\xc1\xbf\xfd\xba\ \x7b\x9b\x2e\xeb\xfd\x31\xa3\x63\x46\x0d\xbd\x74\x62\xe4\xe4\xc7\ \xe0\xc6\xec\x15\xe3\x30\xd8\x61\x7c\xe8\x9e\xe5\xc5\x3c\xb8\x5e\ \x59\x7e\xb3\x2e\x60\x7f\xb0\x56\xd8\x2a\x7a\x6d\x62\x24\x62\x9e\ \x09\x64\x3c\x4e\x02\x4a\x22\x04\x59\xe0\x47\x0d\x84\xbc\x9e\xf8\ \x46\xfc\x09\x7e\xd9\x9f\xe7\x9a\xe8\x7b\x19\x2b\x39\xd0\x9b\x24\ \x82\xcf\xdb\xf6\xcc\x5a\x32\x7e\xf7\xd8\x02\x88\x1c\xbb\xf0\xb3\ \xe8\x20\xc7\x85\x30\x36\xe3\x1c\xd6\xb8\x04\x7f\x4b\x4b\x4b\x51\ \xeb\x74\x3a\xb7\x9d\xe9\xa1\xac\x4c\x1c\xe0\xe3\x17\x4e\xc1\xa5\ \x29\x23\x59\x03\x2b\x84\x88\x23\x74\x69\xb1\x5c\x20\x84\xec\x17\ \xfd\x4d\x04\x5c\xee\x85\x10\x50\xcc\x2b\x57\xae\xe4\x6e\x2f\x76\ \x03\xdd\xbb\x77\x2f\x2a\x95\x4a\x3c\xf5\xd4\x53\xf1\xf9\xe7\x9f\ \x47\xbd\x5e\x8f\xbb\x77\xef\x46\xab\xd5\x8a\xdf\xfb\xbd\xdf\xcb\ \x85\x6a\x36\x9b\x49\x49\x8e\x46\xa3\xf8\xf2\xcb\x2f\xe3\x37\xbf\ \xf9\x4d\xfc\xeb\xbf\xfe\x6b\x7c\xfc\xf1\xc7\xf1\xf0\xe1\xc3\x6c\ \x32\x37\x45\xe9\x8c\x06\xe5\x8d\x88\xcc\xc0\x71\x92\x65\x8f\x9b\ \x81\x14\x4e\x9a\x4c\x11\x19\x12\x24\x4d\x41\xf3\x7d\xd6\x83\xb3\ \x60\x50\x8c\xdd\xdd\xdd\x68\xb7\xdb\xb1\xbd\xbd\x9d\x68\x1b\x20\ \xe1\x80\xbc\xb0\xb0\x30\x07\xdc\x30\x78\x02\x18\xd7\xc7\xa1\x6f\ \x6c\x6c\xc4\xab\xaf\xbe\x1a\x3f\xf8\xc1\x0f\xe2\xf5\xd7\x5f\x8f\ \xa5\xa5\xa5\x38\x38\x38\x88\xfd\xfd\xfd\xac\x4f\x2f\x2e\x2e\xa6\ \x03\xc7\xe1\xb3\xfe\x00\x15\x80\xb6\x65\x44\xc0\x36\x88\x62\x3c\ \x00\x28\x3b\x09\xaf\xbf\x81\x3c\xec\x06\xf3\xa1\x01\xf8\xd1\xa3\ \x47\x31\x1a\x8d\xb2\xc9\x1a\x3d\x45\x1f\x9d\x89\xb8\xe4\x8c\x0e\ \x57\x2a\xb3\xc3\x3d\x6d\x9c\x8c\x85\xb5\x03\x1c\x39\xe3\x67\x1e\ \x04\x7e\x27\x27\x8c\xd1\x0c\x93\x4b\x51\x47\x47\x47\xd9\x03\x03\ \xa8\xc0\x71\xa2\x07\x5e\x23\x03\x83\x6a\xb5\x9a\xe5\x69\x67\xdf\ \x30\x05\xf4\x32\xe2\x28\x4c\x6f\xb3\x36\xf4\xd6\x11\xa8\xcd\x58\ \x03\x7c\x08\x52\x06\x91\x0b\x0b\x0b\xb9\x83\xce\x25\x17\x82\x29\ \xba\x85\x83\x33\xe3\xcb\xd8\xfd\xe8\x17\x74\x96\x52\x18\x6b\xe7\ \x2c\x91\x75\x42\x37\x90\x07\x3d\x59\xcc\x33\x62\xd6\xf4\x4d\xc3\ \xfb\x68\x34\x8a\x4e\xa7\x93\xce\xd6\xad\x0c\x00\x3f\xaf\x3b\x7f\ \xf7\x73\x14\xd7\xd6\xd6\xd2\xae\x4b\x3d\x05\xc8\xb8\xc1\xf8\xec\ \xec\x2c\x56\x57\x57\xf3\x3d\x00\x81\x19\xdc\x88\x98\xf3\x6f\xe5\ \x29\xe8\xf5\x7a\x3d\x99\x30\x1e\x87\x63\x1f\xc4\x78\x16\x17\x17\ \xf3\x9c\x2c\x7c\x90\xd9\x17\x74\x75\x61\x61\x21\xfd\x20\x6b\x4e\ \x79\x0c\xbd\x72\x20\x45\xaf\xf1\x6f\xf8\x68\xe6\xc2\xf5\x39\xf4\ \x95\x39\x75\x3a\x9d\x68\xb5\x5a\x09\xaa\xb8\x27\x00\x87\x24\x8f\ \x0d\x03\xde\x41\x46\x5c\xf2\xda\xe0\x43\x59\x63\x74\xd1\x31\xc5\ \x0c\x39\x7a\x5a\x7e\x8e\x33\xd1\xf0\xb3\xd8\x07\x80\xc0\xeb\x6b\ \x96\x04\x5d\x36\xe3\x83\xcf\x43\x17\x00\x4e\xe8\x1b\xd7\xa2\xef\ \x92\xf7\xd8\x30\xc5\xd8\x78\xf1\x79\x83\x0d\x12\x07\xef\xaa\xf7\ \x75\x59\x23\xb3\x7b\x26\x26\x58\x2f\xc0\xa2\x63\x39\xe3\xc4\x7e\ \xb9\x8e\x37\xf5\x94\xba\xee\xd8\x86\x1c\x4c\x98\xf0\xbe\x01\x1e\ \xd7\xc7\xff\xb3\xae\xd8\x55\xaf\xd7\x4b\x40\xce\x26\x2b\x74\x02\ \x7b\x36\x83\x89\xee\x39\x2e\x98\x45\x36\x8b\x18\x11\x09\xfc\x21\ \x5a\x60\xca\xf9\x6c\xbd\x3e\xdd\x41\xeb\xc7\x74\xe1\xeb\x0d\xae\ \x4a\xf9\x7b\xdd\x6b\x9b\x9b\x9b\xb7\x5d\x36\x62\x11\xa0\x65\x8d\ \x56\x41\xb6\x66\xae\x78\x99\x0e\x35\x3d\x09\x72\xe7\xfb\xbc\x4a\ \xe4\xef\x2c\x8d\x6b\xb9\x14\xe7\xc7\x46\xd8\xa1\xf2\x39\xce\x11\ \x82\x5d\xe1\x6f\x1f\x7f\xfc\x71\x7c\xf5\xd5\x57\xf1\xfd\xef\x7f\ \x3f\xbe\xfd\xed\x6f\xc7\x6f\x7f\xfb\xdb\xf8\xfb\xbf\xff\xfb\x38\ \x3a\x3a\x8a\xad\xad\xad\xb8\x77\xef\x5e\x9c\x9f\x9f\xc7\xf1\xf1\ \x71\x7c\xf5\xd5\x57\xf1\xd9\x67\x9f\xc5\xdd\xbb\x77\xe3\xb7\xbf\ \xfd\x6d\x3c\x78\xf0\x20\x0e\x0e\x0e\xbe\x41\xd7\xb2\xb0\x36\x1a\ \x64\xc0\xdf\x58\x00\xd3\xa5\x08\xde\xd7\xe1\xf3\x46\xf0\x28\x0c\ \xca\xc2\xf7\xed\xe0\x70\x92\xfd\x7e\x3f\x95\x14\x05\x79\xfa\xe9\ \xa7\xf3\xc0\x54\x7a\x5f\x4c\xc1\xa2\xf0\x06\x5f\xfc\x9d\xb5\x71\ \x26\x4e\x59\x15\x67\xfe\xda\x6b\xaf\xc5\xdb\x6f\xbf\x1d\xaf\xbf\ \xfe\x7a\x34\x9b\xcd\xdc\x09\x79\x76\x76\xf6\x8d\x33\x75\x08\x78\ \xcc\xdd\x0e\xc9\xd4\x37\x41\x9c\xf5\x2c\xb3\x1d\x3b\x06\x7f\xb6\ \xcc\x9a\x58\x27\x32\x88\x83\x83\x83\x39\x50\x89\x8c\xc8\xd4\x09\ \x5e\x04\x57\xd6\x83\x31\x50\x86\xf1\xba\xe1\xc8\xcd\x1c\xb0\x51\ \x01\x80\xe4\x2d\xfa\x38\x6c\xd8\x19\xe4\xca\x0e\x25\x8e\x6b\x00\ \x7c\x54\xab\xd3\xdd\xb4\x3e\xb7\xcb\x0e\x85\x7b\xe3\xc4\xbc\xc5\ \x9d\x73\xa0\x68\xb8\x87\x69\x23\x60\x01\x78\x70\x7e\xac\x89\xcb\ \x7b\x4e\x1e\xac\xa3\xc8\xd0\xf4\x3d\x3b\xc2\x28\xf1\x8c\xc7\xd3\ \xde\x3e\x9c\x3f\x7a\x0e\x5b\x85\x1d\xf3\xc2\x29\x46\xcc\xce\xfb\ \xa2\xa4\xea\x9d\x63\x30\x7d\x11\xf3\xcf\x8f\x5b\x5d\x5d\x9d\xb3\ \x21\x9f\x3f\x46\xff\xce\xe2\xe2\x62\x6e\xe0\xf0\xe9\xe3\x30\x90\ \x76\xf0\x00\x07\xb2\x5f\xfc\x17\x01\xa6\x64\x1f\xd8\xc5\x67\x70\ \x66\xc7\x8e\xcd\xa2\x4f\xcc\xad\xbc\x27\xba\x6c\x76\x86\x00\x84\ \x9d\x00\x2c\x4f\x4f\x4f\xe7\x1e\x87\xb4\xb0\x30\x3d\xef\x8d\x32\ \x9e\x77\x7b\x36\x1a\x8d\x64\x52\x09\x14\xe8\x8d\x0f\x44\x8d\x88\ \x04\x9d\xf8\x6d\xb3\xb0\xdc\xab\x64\x10\xd1\x07\x07\x73\x58\x51\ \x7c\x0f\x2c\x35\x27\xb4\xd3\xac\xec\x43\x44\x2d\x0f\x7e\x37\x4b\ \xc4\x1a\xdb\x06\xd0\x57\xdb\x47\xc4\xfc\xf6\x7d\xc6\xe5\x32\x30\ \x73\x86\xdd\xb0\x7f\xc1\xf6\xf1\x2f\xf8\x55\xee\xc9\x1c\xcb\x64\ \x8d\xeb\x72\x6d\x93\x08\xac\xed\x65\xe3\x67\xcd\xcb\xc4\xc9\x7e\ \x0d\xe0\x81\xef\xb4\x2f\xe2\x5f\xc9\xba\x39\x3e\x31\x36\xe2\x6d\ \x44\xe4\xb1\x1e\xb4\x01\x19\x90\x97\x60\xc1\x7e\x8c\xb9\x9b\x2d\ \x74\xbc\x2e\x41\x38\x32\xe4\x33\x5c\x07\x7b\x02\x50\x99\x8d\xe5\ \x7b\xec\x7e\x24\x81\x59\x5f\x5f\xff\x06\x50\x76\xe2\x69\x70\xc7\ \x75\x79\xf1\x39\xee\xc3\xd3\x10\x86\xc3\xe1\x5c\xbf\x67\xbd\x5e\ \x8f\x66\xb3\x99\x84\x81\x63\x15\x7d\x9c\x26\x03\x5c\xb5\x72\xf2\ \x9f\x31\x6c\x6d\x6d\xed\xf6\xea\xea\x6a\xb2\x20\x2c\xaa\x95\x14\ \x81\xa0\x38\xce\xb2\x0c\x90\x8c\xd0\x5d\xe2\x30\x5b\x45\x70\x42\ \xd9\x71\x36\x25\x22\x86\x22\x65\xc1\xbd\xfb\xc3\x60\x04\xe7\x4b\ \xff\x53\x99\x01\x60\xe0\x77\xef\xde\x8d\x87\x0f\x1f\xe6\x39\x36\ \x77\xee\xdc\x89\x8f\x3e\xfa\x28\xc1\xd5\xe1\xe1\x61\x7c\xfe\xf9\ \xe7\xf1\xc5\x17\x5f\xc4\xa3\x47\x8f\xe2\xf8\xf8\x38\xd9\x19\xa3\ \x6e\xae\xcf\x33\xb2\x4c\x0d\x62\x54\xa5\x52\x7b\x21\x08\x4e\xfc\ \x9d\x46\x66\x8c\xe7\xb2\x1a\x39\x73\x2f\xd9\x2c\xbe\xe7\xf2\xeb\ \x68\x34\x8a\xad\xad\xad\xb8\x7e\xfd\x7a\x3a\x55\x2f\x38\x32\x76\ \x56\x66\x30\x4c\x10\x76\xb0\x00\xe8\x44\x44\xb2\x5c\x38\xc8\x57\ \x5f\x7d\x35\xfe\xf4\x4f\xff\x34\xde\x7a\xeb\xad\xf8\xd6\xb7\xbe\ \x95\x0e\xbd\xd7\xeb\xcd\x19\x98\x59\x27\xe6\x6e\x56\x04\xa7\x80\ \x63\x73\x49\xda\x0c\x15\xfa\x07\x68\xf0\x5c\xa0\x85\xf9\x3c\x41\ \x94\xcc\x8b\xd2\x1d\x41\x9b\xf5\x63\x7e\x76\xca\x7c\xce\x4e\x17\ \x30\xc0\xf7\x91\x1b\x8c\x11\x3b\xbe\xdc\x2b\x42\x59\x03\x10\xe7\ \x5e\xa2\xe1\x70\x98\xec\x03\x80\x24\x22\x72\x47\x9d\x33\x32\xc0\ \x19\x4c\x14\x25\x3e\x76\xc7\x21\x4f\xf7\x37\xa2\x6f\xa6\xd0\x5d\ \x4e\x31\x93\xe1\x35\xb6\x8d\xf1\x3e\x40\xc5\xe7\xb3\xe1\x07\x28\ \xab\xd3\xd3\xc3\xb9\x4d\x30\xc2\x00\x49\xfc\x00\x8e\x0e\xdd\x2c\ \xfb\xb8\x0e\x0f\x0f\xe7\xca\x1d\x24\x7b\x38\x5d\x27\x5f\x66\xbc\ \xc7\xe3\x71\x74\x3a\x9d\xcc\x78\x99\x17\x32\x38\x3f\x3f\xcf\xa0\ \xce\xd9\x7a\x4b\x4b\x4b\xd1\x68\x34\xe6\x92\x23\x64\x4c\xe9\xcc\ \x09\x0d\x6b\xcf\x67\x60\xff\xd1\x25\x33\x66\x96\xa7\xfd\x9f\x93\ \x05\x4a\xd7\x7c\x0e\x70\x07\x98\x01\x78\xf0\xf7\xcb\x32\xf7\x2b\ \x57\xae\xe4\xd9\x66\x3e\x20\xba\x56\x9b\xee\xce\xe4\xc8\x0e\x97\ \x4b\x0c\x56\x6d\x33\x00\x72\x7a\xac\x96\x97\x97\xb3\x07\x8f\xb5\ \x02\xbc\x45\xcc\x58\x7a\x82\x9c\x93\x2b\xca\xb5\x30\x76\x30\x57\ \x4b\x4b\x4b\xd1\xe9\x74\x52\xaf\xbd\xb1\x87\xf5\x72\xb2\x64\xbf\ \x6b\x3f\x01\xe8\x30\xdb\xe2\x38\x41\x00\xb6\x8f\x70\x5c\x41\x1e\ \x4e\x5a\xd1\x23\x80\xa3\x41\xf7\x65\x63\x2b\x93\x69\x9f\xe4\x5d\ \x82\x2a\xb3\x36\x6c\xed\x2f\xaf\xc1\xe7\xb0\x31\xb3\x5f\xcc\xd5\ \x25\x4b\xc7\x09\x5e\xf6\x73\xb6\x0d\x5e\xd8\xac\xd7\xd1\x8c\x4f\ \xc9\xc6\x21\x03\x62\x83\xab\x1e\xdc\x07\xfb\x2d\xf5\x1f\x7f\x8d\ \xde\x1b\x18\xa3\xe7\x26\x75\x1c\xa3\x68\xc9\xa1\x6f\xf2\xc5\x17\ \x5f\xcc\x23\x8c\x6c\x6b\xcc\x01\x2c\xc1\x7a\x95\x15\x1f\x92\x75\ \xfe\xce\x77\x69\x0f\xea\x74\x3a\x73\xb1\x00\x3f\x78\x7c\x7c\x1c\ \x7b\x7b\x7b\xd9\xe6\xc0\x9a\xa0\x33\x25\xc0\xc6\xff\x46\x44\xd4\ \x5a\xad\xd6\xed\x66\xb3\x39\x47\xf9\x3a\xd0\x13\xa4\x58\x64\x83\ \x17\xb3\x5b\x4c\xe0\xb2\x0c\xdf\x03\x22\x68\x5b\xe1\x2e\x43\xb7\ \x0c\xd8\x48\x94\x7b\x3b\x18\x5a\xa1\x58\x40\x3b\x31\x04\xef\xed\ \x9a\x4b\x4b\x4b\xb1\xb2\xb2\x12\x9f\x7f\xfe\x79\x7c\xf5\xd5\x57\ \x73\x3b\x27\x8e\x8e\x8e\xe2\xe8\xe8\x28\x8e\x8f\x8f\x13\xe1\xa2\ \x9c\xae\x6b\x43\x2b\xa2\x74\xd0\x87\x6e\xd2\xe4\xb3\x96\x8f\x11\ \x38\x8c\x1d\x06\xe6\xb9\x23\x0b\xee\x8b\xfc\x9d\x0d\x91\x09\x62\ \x64\x04\x92\x56\xab\x15\xcf\x3c\xf3\x4c\xca\x9d\xec\xd6\x54\xbd\ \x33\x39\xd6\x9a\xb9\x9a\xde\xe6\xba\x1e\x0f\x99\xb8\xaf\xd7\x68\ \x34\xe2\xb9\xe7\x9e\x8b\x37\xde\x78\x23\xfe\xe4\x4f\xfe\x24\x6e\ \xdd\xba\x15\x93\xc9\xb4\x77\xc7\xbb\xf1\x28\xa3\x11\x78\x7d\xe8\ \x20\xf3\x02\xe0\xf1\xbe\x4f\x1a\x76\xd6\xe9\x0c\xc3\x3d\x5e\xac\ \xfd\xc6\xc6\xc6\xdc\x33\xf9\xd0\x3b\x18\x22\x1c\x3f\x7a\x8c\x31\ \x02\xa0\x29\x03\x41\x49\xe3\x54\xa8\xcf\xa3\x73\x24\x27\xfc\xf3\ \x23\x6f\xec\xfc\x29\xeb\x60\x0b\x38\x18\x7a\xe6\xfc\xd9\xe3\xe3\ \xe3\x64\x5b\x1c\x30\xec\xe8\xc9\x02\xe9\xa9\xe1\x7d\x37\xde\x7b\ \xee\x76\x6e\xd8\xad\x19\x52\xe4\x8a\xed\x22\x6b\x02\x21\x20\xcb\ \x0c\xa3\x33\x39\xfa\x74\x68\xac\x36\x70\x62\x4d\xce\xcf\x67\x0f\ \xf7\x25\x39\x82\x01\x9c\x4c\xa6\x25\x25\x9e\x48\x80\x3d\xe3\x47\ \x00\xa8\xe8\x6a\xc4\xec\xd9\xa1\x8c\xa3\xd5\x6a\x25\x18\x6d\xb7\ \xdb\x73\x63\x1b\x0e\x87\xd1\xe9\x74\xe2\xca\x95\x2b\xb1\xb7\xb7\ \x97\xfa\x4d\x92\xc3\xf3\x42\x4b\xbb\x25\xa0\xf0\x79\xef\x64\x43\ \x0f\x01\xf0\x11\x91\x76\x59\xa9\x54\x52\xf7\x29\x6d\xb0\x8e\x80\ \x34\x6f\x43\x77\x3f\x16\xfe\x08\xb9\xe3\x2f\x47\xa3\x51\xea\x74\ \xb5\x5a\xcd\xc7\x38\x71\xf8\x2c\x99\x37\xe0\x8c\xc7\x79\x21\x13\ \xd8\x5f\x33\x52\x2e\xbd\x98\x2d\x5b\x5b\x5b\x4b\x80\x89\x3c\xcc\ \x54\xf9\x2c\x28\x7c\x35\xfe\xd0\x3e\x8d\xbe\x4e\x18\x55\x1a\xf3\ \x49\xbc\xb0\x03\x92\x74\x83\x1f\xeb\xa6\x01\x80\x59\xe6\xb2\x2a\ \x00\xd0\x72\xcc\x22\x5e\x60\x07\x96\xab\x13\x3f\xdf\x33\x22\xe6\ \x8e\x0e\x71\xa2\x4d\x30\xc7\x1f\x96\x36\x61\x00\x86\x9d\xf1\x33\ \x55\x07\xef\xdc\xe3\x1e\x8c\x1f\xbf\x62\x20\x6c\x06\x0d\x3d\xb1\ \x0d\x33\x6e\xee\xe5\x1e\x28\x57\xa9\x0c\xac\x22\xe2\x1b\xbd\x58\ \x66\x84\x0c\x10\x59\x2f\x27\xfc\x06\x37\x06\x5f\x8e\xdf\xc8\xa4\ \xc4\x07\x54\x36\xca\x35\xc6\x3f\xf6\xfb\xfd\x38\x3d\x3d\x8d\xb5\ \xb5\xb5\x58\x5e\x5e\x8e\xcd\xcd\xcd\xd8\xdb\xdb\xcb\x53\xdd\x2f\ \x23\x84\x2e\x5b\xc3\x88\x29\x43\xcf\xc6\xa7\x7a\x0f\xf8\xb3\x6a\ \x00\x00\x20\x00\x49\x44\x41\x54\xbd\x9e\x8f\x61\x22\x09\x70\xb2\ \xee\x8a\xd0\xde\xde\x5e\xf6\x6f\x0e\x87\xc3\xb8\x7e\xfd\x7a\x3e\ \xc6\xcc\xe5\xcc\xdf\x15\xab\x6b\xcb\xcb\xcb\xb7\x5b\xad\x56\x96\ \x0d\x58\x54\x16\xd2\x0e\x9b\x97\x81\x8b\xa9\x45\x53\x8d\x38\x26\ \x67\x34\x08\xdd\x03\x30\x35\x8a\xd1\x22\x34\x16\x01\x36\xc3\xe7\ \xcf\xf0\x19\xee\x53\x32\x47\x08\x97\x7b\xe3\xd8\xf6\xf7\xf7\xe3\ \xfe\xfd\xfb\x71\x7e\x7e\x9e\x8f\xd0\x38\x3a\x3a\x4a\xc6\x25\x22\ \x92\xbd\x2a\x01\x88\x05\xc9\xb5\x5d\x0f\xf6\x7d\x51\xca\xcb\xc6\ \xe8\xac\xc0\xa0\x11\xc3\x84\x09\xc4\x08\x01\x4a\x25\x33\x61\x27\ \xe2\xb9\xb7\xdb\xed\x68\xb7\xdb\x39\x36\x03\x88\x6a\xb5\x9a\xe0\ \x08\xe3\x2e\x99\x3f\x3b\x12\xe6\x81\xf2\x02\x1c\x5d\xf6\x60\xa7\ \x1c\x60\x6a\x61\x61\x21\xae\x5d\xbb\x16\x3f\xfa\xd1\x8f\xe2\xcf\ \xfe\xec\xcf\xe2\x85\x17\x5e\x88\x7e\xbf\x1f\xf7\xee\xdd\xcb\x03\ \x1d\x09\x62\x64\xdc\x38\x84\xc9\x64\x92\x65\x0e\x97\x28\xcd\xa4\ \xf0\x33\x99\x2c\x46\x09\xd5\xce\xd8\x09\x10\xd6\x05\x9c\x2f\xce\ \x02\x59\xfb\x58\x01\xbe\x8b\xee\x70\xb8\xa4\x4b\xb8\x34\xfc\x02\ \x16\x91\x27\x6b\x71\x71\x71\x91\xa5\x3a\x03\xef\x5e\xaf\x37\x17\ \x90\x28\x55\x72\x96\x11\x36\xc7\x89\xfb\x0e\x2c\xe8\x31\xdb\xae\ \x09\x76\xf4\x8b\x90\x19\x9b\xb9\x64\x7c\x0e\x46\x3e\x9a\x02\x67\ \xc2\x7b\x8c\x0d\xdd\xe2\x77\x40\x27\x49\x98\xc1\x25\x8e\x9c\x0c\ \xcf\xe5\x42\xb3\x05\x38\x2d\x7c\x88\x19\x15\x82\x3c\x20\x0b\xf6\ \x98\x1e\x4c\xc6\x88\xb3\xa4\x34\xea\x52\x12\xfa\xeb\xb3\x9a\xb8\ \x36\x09\x11\x72\x01\x38\x53\x82\x40\x2f\xac\x5b\x80\x11\xec\x8d\ \x47\xdf\x30\x1f\xd8\x34\x67\xdf\x06\x83\xd5\x6a\x75\x8e\x55\xb5\ \xb3\x47\xff\x5c\x66\x41\x07\x4a\x50\x8f\xfd\xa2\x57\x4e\xae\xd0\ \xe1\x88\xd9\xc3\xaa\xb9\x17\x40\x06\x99\x97\x89\x22\xe0\x14\x96\ \xca\xc9\x6e\xad\x56\x8b\xc3\xc3\xc3\x4c\x26\xd0\x3f\x36\x61\xf8\ \x21\xec\x66\x27\x60\x04\xcc\x1e\xf2\xc4\x81\xe5\xe5\xe5\x68\x34\ \x1a\x59\x42\x64\x0c\x24\x09\xe8\xa4\x4b\xc0\xf8\x45\xeb\x8e\xc1\ \x2e\x36\x87\xbe\x18\x98\x33\x3e\x92\x26\x40\x36\x65\xa0\xd1\x68\ \xf6\x94\x0e\x27\xf7\x11\x31\xa7\xe7\xc8\x89\xd8\x63\x72\xc0\x80\ \xd5\x3e\xdd\x3e\x93\xe0\xec\x75\x70\x6f\x53\x49\x6a\xf0\x5d\x6c\ \xc8\x49\x4f\x19\x63\xf8\x3c\xfa\x67\xb9\x5a\xbf\xec\xd7\xd1\x27\ \x6f\x54\x22\xc6\x73\x6f\x62\x8e\xe5\xc8\xfb\x8e\xff\xe8\x53\x19\ \x2f\x78\xb9\x12\x52\x32\x7f\xc4\x76\xde\x07\xc4\xd3\x17\x48\x32\ \x46\xeb\xc0\xf2\xf2\x72\x3c\x7c\xf8\x30\x77\xc8\xe2\x9b\xb8\x1e\ \xba\x42\x3c\x75\x8f\x19\xb1\xb4\xd3\xe9\x44\xb3\xd9\x9c\x8b\xb9\ \x4e\xee\xd1\x11\x92\x0c\x36\xbf\x60\x6b\xb4\x0c\x31\xe7\x92\x5d\ \xb6\x9f\x5d\x5a\x5a\x9a\x02\x2c\x76\xd1\xe1\x84\xb8\x39\x0e\x97\ \x1b\x3a\xab\x32\xc2\xb6\x02\xf2\x77\x8c\x0e\x67\x84\x61\xf0\x7f\ \x49\x77\xb3\x18\xce\x46\x19\x07\x99\x2f\x03\x47\xa1\x5c\x57\xf7\ \x22\x96\xd9\xb7\x9d\x3d\x42\xa1\x06\x8b\x20\x78\x36\x58\xd9\x70\ \x8c\xe2\xa0\x88\x5c\x13\xa7\x69\x70\xe8\xa0\xef\x31\x3a\x00\x98\ \xd9\x2a\xb3\x65\x16\xcb\x0a\xea\x4c\xc5\xd9\x93\x33\x45\x1c\x2c\ \xf2\xe8\x74\x3a\x73\xe5\x43\x9c\x1a\x4a\x0b\xa3\xe7\x9e\x36\xd7\ \xa4\x59\x6b\xe6\xc3\x3f\xee\x8f\x41\x00\x26\x28\xa7\x54\x2a\x95\ \x7c\xae\x25\xcc\xd9\xc2\xc2\x42\x7c\xeb\x5b\xdf\x8a\x37\xdf\x7c\ \x33\xde\x78\xe3\x8d\x78\xe2\x89\x27\xa2\x5e\xaf\xc7\xe1\xe1\x61\ \x3c\x7a\xf4\x28\xfb\x49\x90\x8d\x1f\xd9\x61\x3d\x23\x90\x10\xb0\ \xdd\x47\x84\x13\x2c\x1d\x33\x8f\x3b\x31\x30\x81\x7d\xb3\xac\x61\ \x10\xf8\x8c\x03\x22\x8e\x0a\xa7\x6b\x30\xe8\x83\xef\x08\x7a\x00\ \x2a\xb2\xc6\x32\xd9\xc0\x91\xe1\xb8\x68\x02\xb6\x23\x85\xc1\xa2\ \xf1\x97\xfb\x97\x4c\x1e\x63\x41\x17\x90\x1b\x4d\xe5\xe8\x8a\xcb\ \xd8\x06\xf8\xcc\x89\xb5\x76\xb0\x77\xc0\x73\x26\xba\xba\xba\x3a\ \x17\x2c\x28\x89\xc0\x2c\x71\x26\xcc\xc2\xc2\x42\x96\xac\x2a\x95\ \x4a\x74\x3a\x9d\x58\x5c\x5c\x8c\xfd\xfd\xfd\x04\x65\xde\x55\x88\ \xbd\x54\x2a\x95\xb4\x75\xc6\x0a\x1b\xc6\x58\xca\x26\x63\xeb\x26\ \xba\xe8\xa0\x0c\xa8\xac\xd7\xeb\x73\x0f\x2b\xc6\xfe\x69\x91\x30\ \x60\x47\x36\xee\x51\x29\x7b\xf9\xd0\x35\x4a\x8c\x94\x89\x19\xa3\ \x37\x99\x30\x3f\xbe\xe7\xc7\x61\x19\xf4\xe3\xbc\xd1\x2b\xfb\x52\ \x97\x76\xb0\x19\x64\xcf\x75\xe9\x3f\x35\x93\x0a\xc8\xe6\x67\xc6\ \xe1\xd2\xad\x7d\x30\x60\xdb\x7e\xc9\x3e\x8e\xc4\xc2\x19\xbc\xd7\ \x0b\xf9\x00\xac\xb8\x2e\x1b\x1d\xb0\x47\xe6\xe0\x20\xcd\xbc\xb9\ \x17\xeb\x6b\xd0\x82\xad\x94\x4c\x91\x93\x5f\x6c\x0e\x7b\xe0\x33\ \x6c\x2e\x38\x3a\x3a\xfa\xc6\x79\x67\x66\x99\x0c\x52\xec\x03\x49\ \x14\xcc\x0e\xd9\x9e\x2d\x0b\x03\x34\x33\x43\x06\x65\xd8\x95\x2b\ \x3d\x06\x0a\x5c\xd3\x20\xc9\xf2\x70\x52\xc8\xbd\x23\x66\x15\x01\ \xbe\xe3\x38\x86\x4c\x99\x03\xf3\x02\xb0\x78\x3e\x06\x79\xf4\x41\ \x1a\x68\x5a\x66\xf6\x73\x65\xd9\x8c\xcf\x3a\x46\xd2\x6b\xc7\x3c\ \x48\xe2\xc6\xe3\x71\xfa\x0e\x92\xac\xe3\xe3\xe3\xf8\xf2\xcb\x2f\ \x53\x7f\xf1\x5b\x8c\x83\x44\x0a\x19\xda\xef\x37\x9b\xcd\x04\xf8\ \x4e\xec\x2c\x53\xe3\x1b\x83\x63\x92\x1e\x83\x3f\x03\x6c\xd6\xd3\ \xfa\x6a\x20\x59\xbb\x72\xe5\xca\x6d\x28\x72\xef\x74\xc3\xc1\x38\ \x70\xd9\xb1\x9b\x91\x61\x91\x11\x8e\xc1\x16\x8a\x83\x60\x58\x3c\ \x06\x64\xe0\x03\xa2\x46\x48\x7c\xdf\x8f\x74\xe0\xb3\xa5\x21\x39\ \x28\x3a\x03\xe0\xe5\x86\x5b\x14\x17\x60\x81\x63\xc4\x31\x90\x4d\ \x97\x94\x68\x09\x20\x6d\x94\x00\x43\x14\x86\xbe\x08\x1c\x28\xe3\ \x62\x21\x9d\x31\x95\x99\xa0\xb3\x23\xee\x5b\x96\x7a\xdc\x1f\x63\ \xe6\x84\x92\x2e\x99\x1a\xf2\x1b\x8f\xc7\xd1\xef\xf7\x73\xf7\xdf\ \xfe\xfe\x7e\x1c\x1c\x1c\xc4\xee\xee\x6e\xf6\xbc\x20\x27\x9f\xb3\ \x63\xc7\x67\xc5\xb4\xd3\x01\xa4\x52\xf2\xb1\x7e\x30\x37\xfa\x5f\ \x9e\x7f\xfe\xf9\xf8\xa3\x3f\xfa\xa3\xf8\xd1\x8f\x7e\x14\xdf\xf9\ \xce\x77\xf2\x60\x53\x02\xb4\x41\x32\x06\x67\xdd\x71\x49\x8a\x17\ \xfa\xe4\xcf\x2d\x2c\x2c\x64\x03\xbe\x75\x91\x39\xba\x61\xd9\x6c\ \x01\x86\xe5\xbf\x39\x78\x20\x07\xe4\xed\x92\xee\x70\x38\xcc\xc6\ \x5e\xd8\x60\xc6\x47\xb0\xdb\xdf\xdf\xcf\xcc\x0d\x90\x86\xfe\x71\ \x6d\xd8\x1a\x97\x08\xb1\x43\x3b\xb1\x4a\xa5\x92\xec\x1e\xbd\x33\ \x04\x6b\x00\x1e\xc9\x89\x6d\xc4\xe0\xca\x3d\x3e\x06\x26\xe8\x0e\ \xfa\xec\xdd\x5c\x06\x8e\x80\x04\x4a\x9f\x64\x9a\x93\xc9\x24\x4b\ \x81\x80\x35\x07\x66\xf7\xb7\x60\x87\x7e\x66\xa1\x81\x0e\xd7\x2f\ \x33\xce\x88\x59\x60\x76\x89\x02\x7b\x5b\x5e\x5e\x8e\x66\xb3\x99\ \x0e\x1d\x40\x0b\xe0\xa2\xbf\xc3\x20\x83\x7f\xe8\x04\xba\x4e\x90\ \x36\x98\xaf\x56\xab\xd1\x6c\x36\x53\xbf\xdd\xd7\x82\x23\x06\xa4\ \xb9\xa9\x1e\xbb\x40\x8e\xee\x9b\xc3\x4f\x98\xf5\x64\xde\xd5\x6a\ \x35\xcf\xaa\x82\x99\xb1\xcf\x62\x6d\xf0\x11\xe3\xf1\x38\x37\x49\ \xf8\x9a\x3e\x35\x9d\xf9\x19\x8c\x9a\xb9\xb0\xff\x65\xd3\x00\xe3\ \xc7\x0e\x01\xa1\x04\xbe\xc1\x60\x90\xfd\x56\xb0\xb4\x8b\x8b\x8b\ \x73\x6c\x24\xe5\x7d\xf4\x85\x76\x09\xec\x85\x39\xe3\x5f\xec\xb7\ \x4b\x3b\xe4\x3b\xf6\xfd\x66\xff\x6c\x57\x8b\x8b\x8b\x59\x2a\x32\ \xe0\xe1\xbb\x0e\xb2\xf8\x0c\xe6\x6b\xb0\x65\x26\x08\x40\x61\xbb\ \x74\x32\xca\xfd\x0d\xdc\x91\x97\x3f\xc3\x75\xb1\x73\xdf\xcf\x89\ \xa3\xc7\x4a\x2c\xb8\x8c\x29\x72\x42\x68\x1f\x8e\xdd\xf0\xf3\x65\ \x15\x29\xe6\xe4\xf9\xfb\xda\x66\x6c\x18\x8f\x81\xa1\x13\x26\xe6\ \xec\xb8\xc5\xdf\xf1\x2b\x65\xbc\x46\xa7\xe9\x07\xe4\xc8\x26\xe6\ \xcf\x58\xf0\x15\x24\x1a\x95\xca\xf4\xe9\x07\x3c\xc5\xc1\x8f\x56\ \x62\x4d\x59\x1b\xe4\xe2\x26\x77\x74\x0a\xfd\x77\x92\x67\x20\xcf\ \x7c\xb9\x3e\x73\x36\xa9\x33\x99\x4c\xa2\xce\x00\xc9\xbc\x70\x24\ \xfe\x67\x26\x86\x8b\x11\x50\xcc\xd6\xc0\x8c\x30\x38\x07\x07\x97\ \x2a\x70\x04\x5c\x93\x97\x9b\x9e\x4d\x3b\xe3\xd0\x8c\xd8\x1d\xf8\ \xad\x64\x08\x8a\xe0\xe7\x2c\x94\x2d\xd3\x66\x47\x18\x6b\xb7\xdb\ \xcd\x9a\xb0\x0d\x84\x8c\xcc\x0b\x8a\x52\xfa\x79\x50\xdc\x2f\x62\ \x76\x04\x81\xcf\x03\x62\xfc\x6c\xcd\x65\x91\xcc\x3c\x30\x77\x80\ \x2a\x8b\xea\x53\x94\x71\xda\xfc\x8c\x53\x2b\x9d\xde\xa3\x47\x8f\ \x92\xb1\x62\x3e\x00\x2f\x9e\x63\x78\x7e\x7e\x1e\x7b\x7b\x7b\x31\ \x1a\x4d\xcf\x0f\x7b\xe5\x95\x57\x92\x61\x2a\x41\xa1\x65\xcd\xff\ \xe8\x8b\x1b\x47\x29\xa7\x39\x9b\x60\x7c\x30\x64\x00\x8e\x3f\xf8\ \x83\x3f\x88\xd7\x5e\x7b\x2d\x76\x76\x76\xe2\x9f\xfe\xe9\x9f\xe2\ \xd7\xbf\xfe\x75\x7c\xf4\xd1\x47\x79\xcf\x6a\xb5\x3a\xf7\x40\x53\ \xe4\x8e\x3c\x00\x0f\xdc\x87\x71\xe3\x14\xe8\xd9\x21\x90\x21\xf3\ \xc1\x60\x7a\xb2\xb8\x4f\x3c\x36\x1b\x42\x19\xa6\x52\x99\xf6\xd0\ \xb8\x71\x15\x90\x81\x9e\x98\x4d\x01\x08\xf8\x20\x4b\x9c\x3a\x06\ \x47\x46\x1f\x11\x73\x0c\x2a\x3d\x5f\x76\xa6\xc8\x97\x66\x63\x9a\ \x3e\x61\x89\x5c\xb2\xe4\xb0\xdb\x32\x7b\x86\xd5\x60\x0d\xd0\x61\ \x74\x9f\xf5\x74\x70\x26\x59\xb0\x7e\x02\x1a\x70\x96\x34\x47\x53\ \xc2\xe6\x5e\x38\x6b\xdb\xe0\x78\x3c\x3d\xf3\x89\x7e\x87\x5e\xaf\ \x97\x80\xd3\x4c\x2e\xd7\xe2\x3d\x0e\x58\xc5\xa7\x90\xb0\x20\x23\ \xdb\xa7\x4b\xf5\xce\xe6\x5d\x7e\x44\xef\x60\x30\x9d\x08\xe2\xf8\ \xb1\x7b\xee\x39\x99\xcc\x1e\xb7\x81\x4e\x51\xa2\xc4\x17\xe2\x3f\ \xc9\x9a\xb1\x61\x98\x72\xec\xc5\xe5\x62\x27\x46\x5c\x83\x24\xd7\ \x7e\x03\x7f\xe9\xa3\x71\x90\x55\xb3\xd9\xcc\xc7\xe0\x00\x64\xc8\ \xaa\x01\x2b\xd6\x25\xfc\x36\x8d\xf5\xf4\xff\x01\xf8\xf1\x5b\xc8\ \x07\xe0\x4e\x29\x8d\xd2\x34\x3a\xcf\xbc\x7d\x3e\x15\xcc\x24\x3b\ \x49\x61\x85\x09\xd6\x2e\x4f\xe2\x3b\x6b\xb5\xe9\x46\x24\x6c\xde\ \x2c\x88\xd7\xa8\x64\x6e\xec\xf7\xcd\xd2\xf2\x7d\x7e\xa6\xe4\x8c\ \x8c\xb9\x96\x99\x90\x88\x79\x76\xc2\xeb\x64\x79\x30\x3e\x13\x11\ \xf8\x38\x27\x9e\xf6\xe9\xcc\xc1\x60\x87\xff\xfd\xb3\x81\x87\xfd\ \x2e\xb6\xc6\xbd\xd0\x27\x03\x6f\x97\xee\x60\x67\xfd\x18\x1b\x83\ \x4d\xbf\xb8\xbe\x41\xb6\xfb\x74\x7d\x3f\xeb\x10\xb1\x3f\x62\xfe\ \xc4\x77\x27\x45\xa5\x5f\xf1\xdc\xf9\x4c\x09\x82\xb9\xce\x64\x32\ \xc9\x12\x35\x7f\xc3\x2f\xe1\x67\xf1\x7d\x00\x7f\xce\x7d\x64\x5d\ \x8d\x37\x1c\xaf\x9c\x4c\xa1\x93\xc8\x1f\xd9\x1b\x7f\xb0\x2b\x9c\ \x13\x0a\x98\x17\x1b\xad\x38\x38\xd7\x89\x09\xeb\x57\xdb\xda\xda\ \xba\xcd\xb6\x44\x1a\xc1\x10\x5a\x44\x64\x59\xe5\x32\xb4\xea\xf2\ \x02\xd9\x00\xbf\xdb\x50\xdc\xc7\x65\x90\xc2\xb5\x10\xb6\xeb\xdc\ \x76\xd2\x3e\x50\xd2\x74\xa7\xe9\x49\x7e\x77\x4d\xdb\xb4\x9e\xd9\ \xa2\x32\xcb\x70\x3d\xd5\x35\x5c\x83\x4a\x97\x4f\xbc\x60\x8c\x11\ \xe3\x2b\xeb\xb0\xa5\xd1\xd9\x28\x58\x28\x97\x1e\x70\xde\xce\xca\ \xcd\x24\x02\x18\x5d\xf7\x66\x0c\x06\xc7\x06\x0a\x07\x07\x07\xa9\ \xa8\x9c\xe7\xd5\xeb\xf5\x62\x6f\x6f\x2f\x7a\xbd\x5e\x9c\x9c\x9c\ \xe4\x81\xab\x4f\x3e\xf9\x64\x3e\xbe\x04\xc0\x82\x43\x34\xe8\x02\ \x1c\x30\x57\x58\x2f\x74\x04\x67\x65\x26\xc8\x81\x1f\xa0\x83\x03\ \xfc\xee\x77\xbf\x1b\x6f\xbf\xfd\x76\xbc\xf5\xd6\x5b\xf9\x48\x12\ \xce\x41\xb1\xa3\x2a\x9d\x85\x4b\x28\x76\xfc\x30\x27\x80\x2c\x3b\ \x08\x67\xfc\xcc\xb3\x64\x20\x97\x96\x96\x32\x70\xd9\x19\xe1\x80\ \xd8\x9e\xcf\xf8\xfa\xfd\xfe\xdc\x86\x07\xfe\x86\x9c\xc8\x18\x29\ \xf3\x39\x3b\x72\xe3\x3b\xf2\x81\x0d\xc3\x16\x4e\x4f\x4f\xf3\xcc\ \x30\xf4\x64\x71\x71\x31\x1f\x4c\xed\x52\xcc\xf9\xf9\xf9\xdc\xae\ \x45\x1c\xaf\xf5\x92\xfb\x39\x90\xd9\x06\x61\x2d\x00\x85\x4e\x10\ \x60\x6b\x5c\x2e\x43\xfe\x7e\x86\x1c\x6b\x5c\xa9\x54\x32\xc8\xb2\ \x61\x06\x70\x56\xfa\x00\x1c\x93\x1f\xee\x3a\x1c\x0e\xf3\x91\x15\ \x8c\x8f\xcf\xfa\x31\x1a\x30\x23\x9b\x9b\x9b\xc9\x10\x0d\x87\xc3\ \x7c\x18\x33\x76\x1d\x11\xb1\xb7\xb7\x17\xe3\xf1\x38\xd9\x13\xf4\ \x08\xc7\x8c\xcf\x71\xc6\x6f\x70\xe3\xc4\x0a\x79\x72\x96\x12\x72\ \xf6\x99\x3c\xc8\xbf\x5e\xaf\xa7\x2d\x62\xaf\xbc\xb7\xba\xba\x9a\ \xb2\x43\x97\xf1\x5d\x4e\x62\x0d\xc2\x39\x9b\x8f\xf2\x47\xbd\x5e\ \x4f\x40\xc8\xf5\x58\x3b\xc6\x8f\xac\x48\x12\x01\xcf\x80\x46\xca\ \xa9\xb6\x5f\xc0\x20\x7d\x85\xac\x37\xeb\xca\xfa\x70\xbe\xd5\xca\ \xca\x4a\x3e\x82\x88\x2c\xbf\x52\xa9\x24\x78\x24\xf1\xe0\xba\xf8\ \x49\x00\x1d\x3e\xc4\xd5\x0c\x33\x07\xc8\xcf\xf3\xe3\x33\xc8\x93\ \xb5\xda\xde\xde\x9e\xd3\x29\xc6\x82\x8f\xb7\x4f\xb0\x1f\x35\xa8\ \xc6\x4e\xac\xa7\xf8\x77\xfe\xd9\x1f\x1b\xf8\xa0\x3f\x6e\x69\x80\ \xa1\x35\x28\xe4\xba\x4e\x6a\x9c\xd8\x9a\x90\x70\x9c\xb2\x5f\x42\ \x0e\xf6\xb5\xf8\x13\x97\x23\xb1\x5f\x27\xb3\x8e\x1d\xac\xbf\x99\ \xc0\xb2\xaa\x82\xbc\x0c\x2c\x8c\x03\x18\x0b\xf2\xb6\xaf\xb0\x4d\ \x31\x2f\xd6\x84\xf5\x00\x74\xb3\x33\x9d\xcf\x91\xc8\xd1\x17\xb9\ \xb2\xb2\x12\x8d\x46\x23\xc1\x93\x63\x02\x71\xbf\x4c\x5c\xcb\xd6\ \x25\xb3\xc7\x24\x5b\x66\xec\x6b\xb5\xf9\x23\x4b\xb8\x8e\x8f\x9a\ \x30\x93\xc8\xab\xf6\xd2\x4b\x2f\xdd\xe6\x81\xa8\xb0\x1a\x04\x4e\ \x26\x6c\xc7\xc8\x85\xf8\xbb\xb3\x46\x53\x82\x1e\xbc\x15\xcf\x48\ \x96\x09\x19\xc0\xf8\x3b\x4c\x12\x45\xf5\x19\x3a\x2c\x8e\x03\xbd\ \xb3\x1b\xa8\x7a\x2b\xbc\x33\x04\x67\x3f\x56\x52\xc0\x04\x8b\x62\ \x54\x6f\xe1\xb3\x20\x18\x09\x46\x59\x3a\x44\x07\x66\x1c\x93\x81\ \x10\x63\x66\xfe\x66\x08\x1d\xfc\x46\xa3\xd9\x61\x83\x95\xca\xec\ \x10\x37\x9c\x3c\x0e\xc7\xeb\x41\xf6\x0e\xe0\x80\x72\x85\x6e\x35\ \xe8\x1b\x0c\xa6\x0f\x7f\xbd\x7e\xfd\x7a\x82\x04\x67\x8a\x8c\xc5\ \x3f\x97\x59\x1c\x99\xc5\xc1\xc1\x41\xdc\xbd\x7b\x37\x86\xc3\x61\ \x6e\x7d\x65\x2c\x95\x4a\x65\xee\xd1\x2d\xc8\x19\x99\xb4\x5a\xad\ \x78\xf5\xd5\x57\xe3\xed\xb7\xdf\x8e\x57\x5e\x79\x25\x2a\x95\x29\ \xbb\x08\x13\xe3\x53\xce\x31\x22\xf4\x88\x66\xd9\xd2\xc8\x5d\xe2\ \x26\xd3\x76\x0f\x07\x0e\x74\x34\x9a\x1d\xfa\xc9\xe7\xec\x74\x39\ \x69\x1e\xca\x18\x46\xd0\x0f\x86\xf5\x7b\x30\x05\xb0\x31\x80\xae\ \x88\xd9\x73\xdf\x70\xbc\x34\x6e\x72\x7d\x76\x9f\x31\x37\x00\x0b\ \xeb\xef\x4d\x18\xc8\x94\x39\xf9\x7b\xcc\x95\x60\xc8\xdf\x01\x7b\ \xb0\x81\x00\x02\x18\x38\x1c\x0a\xb2\x2c\x1b\x7d\x71\x98\x9e\x0b\ \xf7\x87\x31\x83\x81\xc2\x46\x90\x99\x93\x1d\xe6\x86\x03\x65\xac\ \xd6\x5b\xeb\x88\x59\xa4\x4e\xa7\x13\xed\x76\x7b\xae\x84\xef\x1e\ \xbe\x88\xc8\x64\x01\x20\x8a\x0e\xb9\xff\x8a\xf7\xcd\x4c\xd1\x33\ \x04\x48\x36\x08\x2b\xb3\x74\xfc\x08\xf7\x30\x73\xe8\x2c\x19\x36\ \x8b\xc0\x80\x7e\x00\x2c\xdc\xeb\x61\x70\x8c\xbe\xfb\xb0\x45\xc0\ \x29\x76\x8a\x1e\x95\x7a\xef\x06\x6c\xe4\xc4\x73\x54\x39\x93\x0d\ \x66\x8a\xef\xc0\x96\xd1\xcc\x0e\x10\x35\xf0\x9b\x4c\x26\x09\x4e\ \xf1\x5d\xec\x20\x65\xa3\x83\x19\x35\x74\x05\xe0\x67\x9f\xcb\xf5\ \xf0\x23\x66\x18\xcc\x24\x94\x6c\x07\xbe\xd3\x4f\xb8\x20\x06\x51\ \x7e\xa2\x24\xc8\x4e\x6a\xca\x92\xc8\x82\xb5\xe4\x85\x5c\x2d\x4b\ \xfb\x71\xec\x9c\xb1\x00\x6c\x29\xcf\xc3\xa8\x7b\x67\x9e\xe3\x63\ \x19\x0f\x98\xab\xd9\x33\xb3\x5a\x8e\x8b\x96\x05\xf2\x28\x7b\x7c\ \x9d\xf4\xf2\xcf\x31\xce\x7d\xb7\x25\xa8\xf2\xff\xe8\x65\xf9\x39\ \xc6\x84\xbf\x35\xe8\xb5\x5d\xf0\x1e\x6b\xc1\xef\x1e\x97\x77\x11\ \xba\x22\xc5\x3d\xfc\xb4\x17\x36\x00\xf1\xcc\x4a\x74\xcf\x00\xb5\ \x04\xb5\x25\x79\x82\x5f\x74\x2c\x42\x27\x4b\x82\xc2\x7a\x61\x9b\ \xf6\xf1\x1a\x7c\xdf\x6c\xac\x65\x58\xad\x56\xa3\xbe\xb5\xb5\x15\ \xfb\xfb\xfb\x73\xc0\x89\x01\x20\xdc\xb2\xb1\x0b\xa3\x02\xfd\xb3\ \x18\x4c\xd0\xdb\xd8\x09\x1a\x4c\x00\x85\xb3\x01\x45\xcc\x97\x9c\ \x10\x0e\xca\x01\xda\x37\x1a\x37\x6a\x37\x52\x67\xe2\xae\xab\xe2\ \xa0\x4b\x16\xc3\x8b\x60\x40\x68\xc3\xf3\x6e\xb6\xb2\x8c\x82\x33\ \x02\x00\x59\x91\xb8\x96\x9b\x19\x9d\x5d\xd8\xa0\x91\x2d\x3d\x1c\ \x06\x72\x36\x34\x16\x17\xe3\x74\x3f\x0b\x46\x8d\x2c\x09\x14\x38\ \x66\xd6\x12\xb0\xfc\xd4\x53\x4f\x65\x23\xf4\xce\xce\x4e\x3e\x14\ \xf9\xeb\xaf\xbf\x8e\xe1\x70\x98\x59\x28\x8e\x2b\x62\xd6\x10\x6d\ \x43\x00\x84\x32\x1e\xce\x65\x1a\x0e\x87\x71\xe7\xce\x9d\xb8\x7b\ \xf7\x6e\xbc\xf0\xc2\x0b\x73\xfd\x29\x11\x53\x46\x86\x67\x3a\x19\ \x34\xa3\x57\x0b\x0b\x0b\xf1\xd2\x4b\x2f\xc5\xcb\x2f\xbf\x1c\xfd\ \x7e\x3f\x3e\xfc\xf0\xc3\xf8\xf5\xaf\x7f\x1d\x1f\x7e\xf8\x61\x06\ \x09\xd6\x1f\xc7\xc1\x0b\x6a\xb9\x56\xab\x65\x8f\x8c\x29\x7f\xf4\ \x76\x38\x1c\x26\x18\xf0\x7c\x30\x3a\x3b\xb8\xb2\x8c\xee\x71\x63\ \xe8\x38\x5a\x03\x10\xe6\x8c\xbe\xf2\x58\x16\xee\x75\x70\x70\x90\ \x4e\x02\xe6\x80\x24\xc7\x0e\xc6\x76\x02\xa0\xa1\x2c\xe8\x63\x0f\ \x4e\x4e\x4e\xe6\x1c\x97\x77\xe5\xee\xee\xee\x26\xc8\x74\xb3\x33\ \x3a\x85\x2e\x03\x06\x09\x2e\xf4\x8d\xb9\x24\x50\xab\xd5\x72\x47\ \x28\xef\x51\xe2\x02\xbc\x4c\x26\x93\xd8\xdb\xdb\x9b\x63\xf6\x38\ \x8e\x01\xff\x80\xde\x78\x3b\xfc\x64\x32\x99\x63\xf5\x60\x1b\x61\ \x59\x4a\xf6\xda\x60\x1b\xf9\x10\x4c\x2b\x95\x29\xcb\x73\x74\x74\ \x94\x65\x49\xe8\x7e\xe6\x0d\xe8\xe2\xa1\xc4\x9c\x1d\xc5\x01\xbb\ \x04\x25\x4e\xa8\x67\x2d\x01\x0e\x9c\xa8\x5e\xad\x56\xf3\x31\x5c\ \x6e\x8b\xb0\xce\x13\x58\xd0\x2f\xd6\xeb\xf0\xf0\x30\x8f\x8b\xb0\ \x7e\xb1\x5b\x0f\xe0\xc1\x39\x7e\x4b\x4b\x4b\xd1\xed\x76\x53\x6f\ \x61\xb5\xd9\x52\xce\x98\x60\x1c\x23\xa6\x65\xcb\xad\xad\xad\x58\ \x5d\x5d\x8d\x07\x0f\x1e\xe4\x13\x2f\xae\x5c\xb9\x12\x3b\x3b\x3b\ \xe9\x0f\x19\x1b\x7e\x17\x19\x70\x4d\x3f\x74\xbc\xdb\xed\x26\x18\ \xab\x54\x2a\x73\x0c\x25\xb6\x43\x5c\x80\x91\xe5\x11\x3b\x66\x53\ \x6a\xb5\x5a\xea\x3d\xfe\xd8\x09\xb0\x13\x22\xeb\x2b\x3a\x04\x43\ \x89\xce\x78\xc7\x2b\x7e\xb2\x64\x6e\x09\xca\x26\x0b\x90\x3d\x20\ \x13\x96\x0c\x7f\xc1\x5a\xa0\xc3\x2b\x2b\x2b\xd1\xeb\xf5\xe6\x18\ \xcb\x92\x05\x73\x0c\x71\x3c\x33\x3b\xc6\xdc\x0c\xe2\xb0\x77\xd6\ \xd8\x31\x14\xb0\xc6\x77\x3d\x3f\xc7\x34\x62\x2c\xf2\x34\x70\x30\ \x28\x2a\x19\x6c\x57\x9d\x22\x66\xf1\x1d\x3b\x26\xc6\xfa\xb3\x25\ \x90\x61\x8c\x4e\xa8\xb8\x17\x2f\xf4\x89\x24\xe6\x32\x60\x5d\xad\ \x56\x63\x6b\x6b\x6b\x8e\x28\x61\x6d\x5c\x46\x45\xbe\x8c\x81\xd8\ \xc5\x77\x90\x3d\xb2\x34\x31\xe2\x39\x32\x76\xb3\x5c\xd5\xea\xb4\ \xdf\x12\xdf\x69\xb9\xf5\xfb\xfd\x4c\x26\x1c\x47\xc6\xe3\x71\x54\ \x6e\xdd\xba\x35\xd9\xd9\xd9\x89\x1b\x37\x6e\xe4\x16\x44\x16\x84\ \x2f\x94\xfd\x52\x0c\x02\x05\x42\x18\x2e\x0d\x78\x60\x46\xf2\xdc\ \x9c\x6b\x5b\x90\x2e\xd3\x30\x61\x83\x22\xde\xb3\x83\x35\xf0\xb3\ \x72\x23\x6c\x97\x7d\x00\x2e\x25\x05\x0e\xcd\x8c\xd0\xcd\x4a\x99\ \x5a\x35\x9b\xe6\xf7\x18\x97\x19\x2c\x33\x43\x0e\x1c\xbe\x86\xeb\ \xea\x34\x36\x63\xc0\xa3\xd1\x28\x9a\xcd\x66\x1a\xa1\xb3\x08\xcf\ \xcf\x74\xa6\x1b\x45\x2b\x95\x4a\xd2\xf5\x5b\x5b\x5b\x09\x96\x26\ \x93\x49\x5c\xbf\x7e\x3d\x6e\xde\xbc\x19\xeb\xeb\xeb\xd9\xdc\xff\ \xbf\xff\xfb\xbf\xf1\xe0\xc1\x83\xd8\xde\xde\x8e\x17\x5e\x78\x21\ \xa9\xfd\x46\xa3\x31\x57\xfa\xc5\x78\xed\x70\x0c\x7a\xad\xfc\xdd\ \x6e\x37\x7e\xf1\x8b\x5f\xc4\x87\x1f\x7e\x18\xaf\xbf\xfe\x7a\x3c\ \xfb\xec\xb3\xd1\x68\x34\xd2\xe1\x22\x43\xc6\xeb\x6c\xca\x19\x17\ \x0e\x73\x34\x1a\x45\xaf\xd7\x8b\x9f\xfd\xec\x67\xf1\xdf\xff\xfd\ \xdf\xf1\xe0\xc1\x83\xa8\xd7\xeb\xc9\x52\xe0\x6c\x31\x44\x3b\x72\ \x02\x35\x0e\x9d\x8c\x3c\x22\xf2\x14\x75\xf4\xd7\x4e\x9b\x9f\x19\ \xd3\xd9\xd9\x59\x74\xbb\xdd\xd4\x2d\x3e\x8f\xb3\x35\x13\x40\x8d\ \xde\xa5\x34\x82\x3e\x4c\x04\x00\x9c\xb5\xe1\xb4\x62\x6c\x04\x5d\ \xc5\xae\x5a\xad\x56\x9e\xa3\xe3\x80\x88\x1d\xba\xec\x80\xed\xc2\ \x84\xb0\x36\x94\x29\x19\x43\x69\xab\x66\x3c\x78\x0f\x87\x63\x06\ \x03\xbb\x04\xd0\xc0\xc2\x70\x2f\x4e\xb7\xc7\x71\x22\x6f\x40\x89\ \x59\x30\x80\x35\xe3\xe6\x74\x78\x02\x86\x81\x0d\x8e\x7d\x73\x73\ \x33\x36\x37\x37\x33\x39\x60\xbc\x1c\x51\xe2\x40\xe8\x0d\x1b\x3e\ \x7b\xca\xe5\x1a\x1e\xe5\x83\x1f\x18\x8d\x46\xd9\xbf\x43\xa0\x44\ \xc7\x9d\xad\xf2\x70\x58\xb6\x7f\xc3\xa4\xb9\x6c\x8b\x4f\x45\xe6\ \x2e\xf9\x3b\x6b\x66\x7d\x1c\xfc\x58\x5b\xfb\x51\x7a\xd3\x96\x97\ \x97\x73\x87\x30\xfa\x80\xac\xcc\x98\xdb\x97\x03\xce\x00\xe2\xcb\ \xcb\xcb\x79\xf0\x2a\x01\x93\xf1\xb8\xbc\x84\x5e\xba\xc4\x8d\x5c\ \xb6\xb7\xb7\x13\xac\x71\x98\xa8\x4f\xe0\x47\x27\xd0\x33\xf7\xf3\ \x39\xae\x38\x40\x9b\x61\x30\xe3\xc4\xfb\x8c\x0b\x1d\xb4\xef\x31\ \x48\x73\xe5\x02\xdb\x2c\x99\x1a\xe4\x3b\x18\x0c\x62\x75\x75\x35\ \xd9\x5d\x80\x13\x3a\xe3\xd8\x60\x40\x80\x8f\x30\x00\x03\xbc\x33\ \x37\xaf\xb5\x13\xfd\x32\x29\xf7\x35\x4a\x36\x09\x79\x38\x19\x34\ \x7b\x43\x1c\xe0\x7a\xae\xe0\xf0\x3f\x1b\x62\xe8\xd1\x72\xbb\x89\ \xe7\xe2\xfe\x27\xfb\x56\xff\x9d\xb1\x13\x67\x0d\x9e\xf0\xab\xe8\ \xbf\xc7\x04\xfb\x47\xf9\xde\x15\x28\xae\xcd\x01\xb9\xbc\x9c\x6c\ \x99\xe9\x43\x0f\xb9\x37\xe3\x28\x99\x44\x74\x99\x39\x9b\x39\xb5\ \xbe\x21\x0f\xe4\xcc\xfc\x61\x98\x79\x2a\x04\x36\x01\xdb\xed\xbe\ \xd2\x04\xa2\x37\x6f\xde\x9c\x5c\x5c\x5c\x64\x73\x33\xdb\xc3\xc9\ \xee\x8d\x8e\x31\x0e\x6f\x47\x46\xd1\xcd\xee\x94\x48\x99\xcf\x78\ \xb2\x46\xcb\x06\x73\xf4\x8f\x50\xef\x27\x2b\xc2\x30\x58\x64\x84\ \x60\xb0\x66\xa1\x7b\xa7\x16\x0b\xc6\x42\x7f\xf1\xc5\x17\x73\xe3\ \x34\x23\xe3\x32\x58\x69\x00\x8c\x95\xe0\x44\x50\x05\xd5\x3a\x60\ \xb0\xd0\x34\x91\x9a\xd6\x85\xa5\x80\xcd\xc0\x39\x00\xc8\x60\x0b\ \x0c\x3c\x59\x3c\x18\x09\xe8\x65\x64\xc7\xff\x38\x22\xe6\xdd\x68\ \x34\xe2\xfa\xf5\xeb\x51\xab\xd5\x62\x67\x67\x27\x56\x56\x56\xe2\ \x8d\x37\xde\x88\x8d\x8d\x8d\xa8\xd7\xa7\xe7\xc1\x90\x1d\xdc\xb9\ \x73\x27\xba\xdd\x6e\x6c\x6d\x6d\xc5\xcd\x9b\x37\xe3\xe2\xe2\x22\ \xb7\xa0\xc3\x04\x59\xb9\x5d\x2a\xa6\xa9\x12\x07\xc0\xff\xd5\x6a\ \x35\x1e\x3c\x78\x10\xdd\x6e\x37\x6e\xdc\xb8\x91\xc6\x8d\x41\xf0\ \x3c\x36\xd6\x00\x27\xe1\x35\x31\x3b\xc8\xdc\x7a\xbd\x5e\xfc\xd7\ \x7f\xfd\x57\xfc\xcb\xbf\xfc\x4b\x7c\xf6\xd9\x67\x31\x1c\x0e\xf3\ \x20\xd3\xf1\x78\x9c\xd9\x86\x9f\x31\x86\xd2\xd3\x07\xc2\xf8\xc8\ \x7e\xd1\x77\x76\x6a\x19\x6c\xb3\xe5\xde\x3b\x2c\x6d\xe0\xcc\x1d\ \xbd\x8a\x88\x39\x86\x11\x87\x02\xcb\x07\xab\x63\x50\x31\x1a\x8d\ \x62\x7d\x7d\x3d\x9d\x08\xc0\x11\x56\x85\x0c\x19\x3d\xa1\xef\x80\ \x60\x8d\xa3\x8d\x88\x9c\x37\xa5\x28\x82\x1e\x0c\x02\xbd\x4b\xd0\ \xee\xe7\xe7\xe7\xd1\xed\x76\xb3\xd9\x9e\x67\x7b\x72\x72\xf2\xf1\ \xf1\x71\x32\x27\x94\xd8\x8e\x8f\x8f\xa3\xdf\xef\x27\x6b\x84\x2c\ \x29\x9b\xd0\x57\xe4\xcc\x96\xff\x01\x8f\xcb\xcb\xcb\xb1\xbe\xbe\ \x9e\x63\xa6\x14\x8b\xff\xa9\x54\xa6\xe5\x55\x76\x9a\xfa\x18\x95\ \x1b\x37\x6e\xc4\xc6\xc6\x46\x7c\xf5\xd5\x57\x69\xa7\x4b\x4b\x4b\ \xf1\xe4\x93\x4f\xc6\xfa\xfa\x7a\x6e\xe6\x68\xb5\x5a\xd9\x5b\x0a\ \xdb\x52\x32\x49\xd6\x2f\x18\x59\xfc\x1e\xd7\x21\x78\xb1\xb3\x09\ \xbf\x00\xc0\x44\x47\x0c\xf6\xd0\x1d\xec\x18\xf6\x12\xb0\xe5\xe3\ \x1a\xcc\xf0\xdb\x59\x5f\xb9\x72\x25\x9b\xd9\xbd\xe1\xa5\xd1\x68\ \xe4\x86\x01\xc0\xbe\x01\x21\x3e\x93\x60\x07\x8b\x67\x20\xc1\xba\ \x99\x55\x31\xe8\xe4\x1f\xe5\x4f\xfc\x1d\xef\xc3\x42\x2f\x2e\x4e\ \x0f\x38\x6d\xb7\xdb\xf9\xb9\x88\x98\xeb\x17\x25\x46\xf8\x38\x00\ \x02\x2f\xb2\x2f\x19\x72\x74\x86\x17\x20\xde\x89\xd8\x68\x34\xca\ \x7e\x49\x97\x93\xec\xab\x9c\xd0\x97\x65\x5e\x80\x98\x93\x6c\xfb\ \x63\xe6\xea\xc4\x1a\xc0\x52\xea\x74\xa9\x4b\xe5\x3c\xb9\xa7\xc1\ \x98\xfd\x1b\x73\xf4\x06\x2a\xee\x47\x82\xc3\x7b\x06\x9d\x1e\x3b\ \xbe\x98\x84\x86\x9f\x2d\x4b\x12\x80\xc1\x60\x30\xb7\xfb\xdf\xf3\ \x26\x19\x81\x35\x76\xb9\x9f\xc4\xc2\xc9\x48\x09\x48\x48\x6c\x5c\ \x59\xf2\x7a\x03\xc2\x0d\x6e\xcc\xfe\xf4\xfb\xfd\x04\x45\xf8\x37\ \x12\xb3\xf2\xd4\x80\x32\x56\x3b\x46\x23\x13\x74\x80\xcf\x00\xc4\ \x88\xd9\x7c\xcf\xe3\x2c\xd9\xf2\x88\x88\x83\x83\x83\xb9\xb6\x04\ \xc0\xf7\xea\xea\xea\xdc\xd9\x5c\xd5\x6a\x35\x2a\x37\x6e\xdc\x98\ \x9c\x9f\x9f\xa7\xb3\xda\xd9\xd9\xc9\x4c\x99\x09\x78\x57\x9b\x29\ \x67\x2b\x12\x41\xa3\xac\xe1\x47\x4c\x4f\xae\xc5\x61\x95\x54\x6f\ \xc4\xf4\x60\xcf\x5a\xad\x16\xed\x76\x3b\xa9\x7b\x16\x16\xa7\xe3\ \x4c\x02\x23\xf2\xc2\xfa\x7c\x15\x04\xcb\x84\x61\x27\xf8\xdc\xfd\ \xfb\xf7\xe3\x8b\x2f\xbe\x48\x34\x6e\x66\x86\x9f\xd9\x15\x64\xf4\ \xcb\xf8\xdd\x34\x0d\x90\x61\x41\x51\x50\x5e\xa6\x6c\xcd\xa8\xb1\ \xe8\x00\x2a\x53\x9d\x2e\xc7\xb8\xd9\x98\x7b\x02\x4c\x31\xb8\xb2\ \x37\xc4\x81\x16\x67\xcd\x3d\x9a\xcd\x66\x6c\x6f\x6f\xc7\x33\xcf\ \x3c\x13\xcf\x3e\xfb\xec\xdc\x13\xed\x27\x93\x69\x49\x07\xa7\xce\ \x41\x97\x64\x2f\xfc\x4e\x26\xe5\x8c\x07\x47\x0d\x90\xb1\xb1\x18\ \xc4\xc2\x6c\x18\xa0\x99\x9d\x33\x55\x8e\xce\x18\xe0\x22\x27\x0c\ \xe4\xec\xec\x2c\x3e\xff\xfc\xf3\xf8\xe9\x4f\x7f\x1a\x3f\xff\xf9\ \xcf\xa3\xdb\xed\x26\x38\xd9\xde\xde\xce\x92\x14\x3a\xb0\xb4\x34\ \x7d\x90\x31\x25\x19\x80\x52\x44\x64\x60\xc2\xa1\x79\xad\xd0\x27\ \x4e\x10\xa6\x5c\xc4\xcb\x0e\x15\x00\x8c\x8c\xf8\xb9\xd5\x6a\xc5\ \xa3\x47\x8f\xf2\x7e\x64\x67\x04\xc6\xc9\x64\xf6\xb8\x1f\x3b\x22\ \x02\x31\x60\x0a\x40\x45\xb2\x11\x31\x2b\xdf\xb2\xdb\x90\xec\xb9\ \xd4\x6d\xe4\xe7\x32\x06\xc7\x59\x70\x08\x2a\xba\x4a\x9f\x0e\xba\ \x88\xfc\x70\x54\xc7\xc7\xc7\xd1\xeb\xf5\xf2\xb0\xce\x4a\xa5\x12\ \x7b\x7b\x7b\x79\x70\x27\xbe\x03\xbb\x74\xc2\xc6\x78\xbc\x1b\x8e\ \x24\x08\x40\x43\xb0\x3a\x3e\x3e\xce\xb2\x25\x01\xae\xdf\xef\x47\ \xa3\xd1\x88\x66\xb3\x19\x77\xef\xde\xcd\xe0\xca\x18\x37\x37\x37\ \x13\xd0\x10\x68\x2f\x4b\xf0\x00\xdc\x66\xf8\xaa\xd5\x6a\xda\x8b\ \x9d\x3b\x47\x98\x00\xa4\x00\x12\x95\x4a\x65\xce\x5f\xe0\x73\xe8\ \x29\x33\xab\x4d\x6f\x09\x00\x04\xdf\xc9\x31\x0e\xe8\x0a\x76\xcb\ \x3d\x57\x56\x56\xd2\xf7\xf2\x8c\x36\xc0\x06\x9f\xc3\x1e\x09\x3e\ \x65\xd2\x8b\x9e\xd0\x9b\x44\x8b\x00\x09\x03\x9f\x43\x56\x30\x85\ \x04\x39\xce\x12\xc2\x66\xf9\xdd\x8f\xe3\xda\xdc\xdc\x4c\xbd\xe4\ \xc8\x0d\xe4\x89\x6d\x60\xdf\xc4\x0f\x33\xc1\xac\x0d\xe5\x76\x6f\ \xea\x70\xa5\x82\xef\x39\x38\xa3\x67\x6e\xd9\xe0\x7d\x7c\x0f\xba\ \xc0\xf7\x5c\x6d\x30\xeb\x81\xdf\x75\xf2\x05\xab\x5b\x32\x98\xf8\ \x40\x6c\x12\x80\xe2\x7b\x98\x61\x76\x9c\x32\xd8\x72\x1f\x12\xba\ \xe4\x8a\x81\x81\x22\x4c\x28\xeb\xea\x6b\x4f\x26\x93\x8c\xd9\x25\ \xa8\x33\xa3\x05\x50\x63\x8d\x79\x1f\xbd\x74\x69\x14\x1f\xe4\xcf\ \xc2\xae\x9b\xc9\xf1\x1a\xb9\xfa\x82\xbd\x63\x03\xe3\xf1\x38\x37\ \x42\x98\x51\x64\x7e\x11\xd3\x8d\x28\x9c\x87\xe5\x1e\xc8\x7a\xbd\ \x9e\x73\x77\xe5\xc4\x8c\x25\x7e\x87\x71\xb8\x65\x86\xb8\x69\x79\ \x73\x7f\x33\x57\xe8\x3d\xf1\xc7\x98\xa4\xdb\xed\x7e\x83\x41\xe4\ \x8c\x3d\xe6\x5b\xaf\xd7\xa3\xf2\xf8\xe3\x8f\x4f\xce\xce\xce\x62\ \x6b\x6b\x2b\xda\xed\x76\xee\xae\xc1\xc1\x8c\x46\xa3\x68\xb5\x5a\ \xc9\xd2\x78\xb1\x8d\xbc\xad\x78\x28\x3f\x68\x97\x00\x8c\x70\x0c\ \x48\x5c\x36\xc0\x18\x19\xb4\x8d\xc7\x59\x03\x25\x0e\x84\x62\x3a\ \x96\x05\xc4\x48\x11\x3a\xf5\x7a\xfa\x54\x76\x77\x77\x53\xb0\x2e\ \x55\xa1\x24\x36\xd6\x7a\x7d\xb6\x0d\x9c\xbf\xb9\xc4\xc7\x35\xac\ \x28\x8c\xdf\x4a\x87\x12\xd8\xc0\x38\xd5\x18\x44\xef\xd3\xa1\x19\ \x17\x8e\xcf\xe0\x0d\x25\x85\x95\xb0\xb1\x5a\xc1\xbd\x09\x80\xe0\ \x73\xfd\xfa\xf5\xf8\xf6\xb7\xbf\x1d\xdf\xff\xfe\xf7\x33\x8b\x61\ \x7e\xde\xc5\x84\x91\xd2\x54\xcb\xf8\x4d\x93\x7b\x3c\x06\x7f\x28\ \x19\x6b\xc8\x3a\x7a\xad\x09\x0a\x66\x38\x18\x27\x72\xc2\xc8\xcd\ \x70\xf9\xc5\xf8\x46\xa3\x51\x9c\x9c\x9c\xc4\x07\x1f\x7c\x10\xff\ \xf9\x9f\xff\x19\xbf\xfa\xd5\xaf\x32\xcb\x70\x89\x8e\x52\x2c\xec\ \x19\xba\xe5\x63\x15\xb8\x0f\x4c\x23\x80\x97\x7b\xf3\x18\x96\x4a\ \xa5\x92\x0c\x0f\x72\x2b\x81\x37\x8e\xe4\xf4\xf4\x34\x1a\x8d\x46\ \xec\xee\xee\xce\x6d\x77\xe7\xb4\x79\x64\x7a\x7e\x7e\x1e\xab\xab\ \xab\xd1\xed\x76\xa3\xd5\x6a\x45\x44\x64\xa9\x91\xff\xd1\x19\x1c\ \x0c\xd7\x73\x80\x06\x08\x97\x2c\x28\x8e\xdb\xc1\x06\x47\x63\x96\ \x95\x97\xcb\x17\xfc\x9d\xd2\x01\x6c\x04\x07\xca\xe2\xb8\xae\x5e\ \xbd\x3a\xd7\xb8\xcf\xf6\x69\x98\xce\xb3\xb3\xb3\x2c\x7f\x47\x44\ \xee\x4a\xc4\x81\xe1\x1b\xb0\x13\x58\x32\xe4\x6c\xe0\xce\xd8\xb0\ \x47\xde\x03\xd0\xd5\x6a\xb5\x74\xd2\xb0\x72\x94\xc4\x4e\x4e\x4e\ \xf2\x90\xd1\x5e\xaf\x17\x9b\x9b\x9b\xdf\x00\x71\xe8\x3c\x60\xd5\ \x89\x00\xba\x8c\x9e\x20\x5f\xf4\x00\x40\xd4\x68\x34\xa2\xdf\xef\ \x47\xc4\x2c\x61\xb2\xb3\xbe\xb8\x98\x3e\x50\x1c\x3d\xc7\x8f\xe0\ \xef\x00\x3b\x94\x21\xed\xe3\x7c\x5f\xc0\x28\x07\x91\x52\xd2\xe0\ \xfb\xa5\xed\xb0\x86\xf8\x1c\x00\xe8\xd9\xd9\x59\x6c\x6e\x6e\xa6\ \x8f\xc1\x37\xe1\x53\x89\x03\x1c\xbb\xd1\x6e\xb7\xb3\xa9\x9d\x73\ \xe0\x60\x5d\x1d\xf0\xb9\xbf\x83\x1b\x72\x04\x40\xd9\x57\xda\x17\ \x61\x53\xe8\x8c\x5b\x3f\x1c\x04\x4b\xd6\x07\x5f\x4c\x8c\xc2\x36\ \xec\xe7\x09\x9e\xbe\x4e\xbd\x5e\x4f\x86\x75\x34\x1a\xa5\x9f\xc5\ \xdf\x30\x0e\x27\xc0\xd8\xa3\x13\x24\x6f\x0e\x29\x7d\x25\x4c\x1b\ \xb6\xe7\x32\x17\xf3\x65\xe7\x1a\xf1\xc2\x80\xc8\x25\x31\x6f\x7a\ \x32\x28\xb3\xed\x62\xef\xf6\xe1\x8e\xe1\x8c\x05\xdf\xec\x4a\x08\ \x7e\xc6\xbe\x82\x4a\x84\x7d\xcd\x65\xf7\x34\xd3\x0f\x48\x85\xf5\ \xf7\x51\x12\x06\x57\x0b\x0b\x0b\x71\xf7\xee\xdd\x7c\xa4\x15\x89\ \x31\xb8\x04\x99\xb0\xb6\xae\x6e\x20\x6f\xeb\x8c\x63\xa9\x65\xc7\ \xf8\x90\x97\x6d\x8e\xcf\x71\x6d\xd6\x8e\xdd\xdb\x6c\x68\x02\x5c\ \x92\x54\x50\xf5\xa9\x54\x2a\x51\x37\x20\x42\xc9\xcf\xce\xce\xe2\ \xf8\xf8\x38\x6f\x06\x38\x62\x62\xa6\x7a\xcb\xe7\x14\x82\xde\xcb\ \x0c\xc2\xe8\xd3\xbd\x1d\x28\x13\x3f\x97\xf5\xe0\xf1\x78\x9c\xbd\ \x40\xd5\xea\xec\x19\x72\x2c\x82\x41\x0d\x3d\x4c\xb5\x5a\xed\x1b\ \x19\x99\x77\xe0\x95\x8b\xe9\xe0\x56\xd2\xd2\x66\x08\x18\x13\xc6\ \x4f\x56\x87\x31\xb9\x66\x6f\x65\xc5\x21\x12\xb0\xf8\x1d\x03\xb2\ \x33\x21\x93\x36\x3a\x66\x8c\x18\x99\xe9\x7d\x03\x4c\x67\x55\xcc\ \xd1\x8d\xa0\xcb\xcb\xcb\x71\xf5\xea\xd5\x58\x5d\x5d\x8d\xa7\x9e\ \x7a\x2a\x95\xcf\x5b\xdd\x09\x26\xae\x51\x3b\x88\xb1\xae\xfe\xac\ \x83\x5d\xa5\x52\x49\xd6\xc3\xcd\xdf\x5e\x27\x94\xd6\x4e\x00\x19\ \xfa\xba\x38\x0e\x8c\xfc\x32\x99\xe0\xa8\x30\x8a\x5b\xb7\x6e\xc5\ \xad\x5b\xb7\xe2\xfc\xfc\x3c\xbe\xfc\xf2\xcb\xec\xd7\xda\xd9\xd9\ \x49\x9d\xc3\x08\x99\x3f\xb2\x43\x56\x66\x6c\xe8\xaf\x29\xc1\x34\ \x6c\x91\x9b\xae\xcd\x4c\x01\xee\x70\x20\x04\x03\x33\x25\x11\x91\ \xcc\x14\x72\xc1\x8e\x28\x11\xc1\x26\x93\xc1\xb1\x0e\xd8\x8a\x29\ \x74\xca\x88\xe8\x30\xfa\x84\x7c\x01\x1c\x66\x01\x99\x03\x4e\x06\ \xd0\x8f\xad\x21\x07\x82\x8a\xed\xb3\xd5\x6a\xe5\x4e\x34\xd8\x44\ \x02\x2c\xeb\x61\x39\xc2\x78\x58\x9e\xb0\x24\xc8\xd5\x6b\x0d\x60\ \x74\x10\x63\xbd\xf8\x87\x3c\x91\xf7\xd2\xd2\x52\xb6\x18\xc0\xa4\ \x13\x74\x3a\x9d\x4e\xfe\x0d\xbb\x6d\xb5\x5a\x59\x8e\xc1\xdf\x71\ \x7a\x73\xa3\xd1\xc8\x3e\x32\x98\x2e\x00\x1b\xd7\x5d\x5b\x5b\xcb\ \xb6\x0a\xd6\x2a\x22\xf2\x61\xdd\x24\x67\x93\xc9\x24\x9b\xa1\xaf\ \x5d\xbb\x96\x72\x21\x59\x44\xc6\x66\xb0\xcd\x86\xa0\x9f\x8c\xc5\ \x7e\x98\x64\x28\x62\x56\x92\xe3\xfb\xe8\x1d\xac\x1b\x89\x1a\xb6\ \x8c\x4e\xd8\xb6\xb6\xb6\xb6\xa2\xdb\xed\xc6\x70\x38\xcc\x35\x06\ \xf4\xb8\x17\x90\x33\xb0\xd8\xd1\x05\xcb\x46\xa5\x81\x17\x81\x0d\ \xbd\x05\x5c\x96\xcc\xa6\xfd\xa3\xe3\x0e\xba\x09\x40\x70\x82\x57\ \xb2\x10\x06\x60\xf8\x6a\xfb\x4f\xb7\x85\x18\x8c\x21\x63\xfc\x10\ \xf3\xf4\xfb\xc8\x94\xd2\x97\xc1\x36\xfe\xb3\x04\x77\x80\x28\xdb\ \xad\x13\x61\x27\xf8\x80\x14\x33\x9e\xee\x87\xc3\xfe\x0c\xac\x48\ \xb4\xf8\x2c\x73\xf5\x3a\x73\x3f\x97\xcc\xca\x96\x1d\xfb\xf8\xcb\ \x40\x5f\xb5\x5a\xcd\x67\xb7\x96\x8c\xa8\x99\x53\xee\x6b\x39\x5b\ \x6f\xc0\x11\xee\xcb\x74\xd5\xc0\xec\x0f\x9b\x4d\x90\x19\xe0\x0c\ \x9d\xe6\x65\x16\xd0\x44\x44\xc9\x30\xe1\xb7\x0c\xb0\x91\x2b\x3f\ \x3b\xa1\x67\x5e\x65\x8c\x02\x93\x98\x74\xc2\xff\xb9\x47\xac\x5e\ \xaf\x47\xad\xd9\x6c\xde\x66\xc1\x9a\xcd\x66\x82\x17\x26\x02\x62\ \x27\x4b\x43\x00\xae\xd7\xf2\x32\x62\x25\x78\xf2\x3e\xd7\x32\xc3\ \x63\x90\xc3\xa4\x1c\xa8\x98\x74\xad\x56\x9b\xcb\xfa\x5d\x3e\x21\ \x68\x59\xe8\xce\xe2\x09\x9a\x6c\x51\xe7\xef\x2e\xe9\x95\x06\xe9\ \xf1\x52\x1a\xf4\xdf\x58\x68\x4a\x6f\x08\x1d\xc5\x73\xd9\x91\x6b\ \x71\x3f\xcb\x06\x47\x8f\x02\x98\x56\x76\x20\xb7\xf3\x61\x1c\x3e\ \x30\x91\xb5\x62\x4c\xc8\xbc\x5a\x9d\x6d\x43\xe7\xfc\xab\xfd\xfd\ \xfd\xe8\xf5\x7a\xf1\xfe\xfb\xef\xc7\x07\x1f\x7c\x10\x4f\x3e\xf9\ \x64\x6e\xad\x76\xbf\x84\x0d\xde\xd9\x8e\xe5\x6e\xa7\x61\x46\x04\ \x99\x7b\x3d\x91\x01\x73\xb3\xc2\x7b\xcd\xdd\x5b\x66\x60\x52\xea\ \x06\xeb\x56\xea\x94\x1d\xe1\xd6\xd6\x56\xbc\xf6\xda\x6b\xf1\xf6\ \xdb\x6f\xc7\x4b\x2f\xbd\x14\xf5\xfa\xb4\x77\x8b\xdd\x61\x1b\x1b\ \x1b\xc9\x38\xe0\xc8\x58\x03\xe6\x7f\x72\x72\x92\x25\x24\xd3\xdc\ \x66\xf5\x30\x6a\x18\x52\x37\xb6\x32\x36\x02\x1c\x6c\x01\xe3\x77\ \x09\x6d\x61\x61\x21\xcf\x2e\xa2\x87\x0a\xc3\xb5\xce\x38\x88\x30\ \x06\x64\x8b\x63\x33\xe8\x75\xaf\x0d\xe0\xc9\x60\x90\x40\x0d\x63\ \xbd\xb9\xb9\x99\x01\xa3\x0c\xc4\x2e\x49\x23\x2f\xf7\x7f\xac\xae\ \xae\x66\xd0\xa4\x07\x8e\x32\x9a\xbf\x6f\x86\x89\x20\x84\x6f\xc1\ \x19\x3b\x71\x43\xa7\xf1\x3d\x64\x8b\x66\x0b\x9d\xa8\xd1\x2b\x66\ \x9b\xe3\x91\x60\x11\x91\x0d\xb4\x95\x4a\x25\x37\x7b\xb0\xee\xde\ \xd5\x8a\xdf\x03\x60\xd1\xee\x00\xe0\x81\xa5\xe2\x5a\x3e\x60\x14\ \xc0\xcc\xee\xb9\xe5\xe5\xe5\x2c\x9f\xb2\xdb\xd2\xec\x33\xf7\xc2\ \x07\x98\x31\x46\x3f\x91\x1d\xa0\xda\x3e\x01\x5f\x88\x0e\x50\xfe\ \xe7\xf8\x1d\xf4\xc6\x2c\xb1\x13\x43\x33\x38\x24\x71\x66\xe3\x18\ \x23\x87\x88\x92\xad\xb3\x8e\xe8\xbd\xcf\xbd\xf2\x3c\xe8\x41\x34\ \x10\x71\xe2\x45\x90\xc6\xef\x60\x17\xfc\x5e\xb2\x5e\xcc\xc5\xbd\ \x6b\xe8\x87\x01\x9d\x59\x13\x27\x87\x4e\x6c\xb9\x07\xeb\x8f\x9d\ \xb8\x8c\x4f\xc2\x4a\x12\x8d\x4d\x52\xce\xc6\xde\x78\x1f\x9f\xc0\ \xfb\xf8\x2b\xf4\x87\xb1\x39\xd6\x99\xa0\xb0\xcf\x47\xff\xb1\x59\ \xfc\x07\x7f\x2f\xc1\x9b\x5f\x66\x79\x18\xbf\x7d\x13\x72\x43\x4e\ \xac\x8d\xc1\x9c\x4b\x6f\x4e\x7a\xb1\x7d\xfc\x91\x01\x2f\xeb\x6f\ \x00\x87\xae\xb3\x9e\xae\xe0\x20\x2f\xf4\x98\x72\x38\x63\xb1\xdc\ \x8c\x1f\xf0\x67\xc6\x1e\xae\x9e\xf0\x77\xbf\xe7\xa4\xce\x63\xc4\ \xce\x88\x25\xc8\x86\xc4\x87\xdf\x2d\x77\xd6\xcc\xc4\x0c\xba\x56\ \xdb\xd8\xd8\xb8\x0d\x03\xc0\x79\x58\x7c\xd8\x83\x80\x4d\xe0\xcb\ \xfc\x5f\x52\x74\x56\x1c\x40\x06\x4e\xc1\xce\x83\xbf\xf3\x1d\x1c\ \x3d\x4a\x8c\xc2\xb3\x88\xee\x25\x00\x3d\x5b\x39\x51\x16\x67\x7d\ \x08\x02\x45\xb4\x60\xad\x40\xce\x8c\x0c\x1a\xad\x80\xce\x66\x5c\ \x0e\xc2\x41\x1a\x0d\x1b\x1d\xe3\x7c\x58\x7c\x3e\xc3\x3d\x91\xb7\ \xcb\x22\xdc\x83\xfb\xa3\x74\xce\xc8\xdc\xe3\xc1\x7d\xc8\xf6\x51\ \x76\xca\x46\xf4\x21\x8d\xc7\xb3\xc3\x2f\x8f\x8e\x8e\x62\x67\x67\ \x27\x7a\xbd\x5e\x5c\xbf\x7e\x3d\x96\x96\x96\xa2\xd5\x6a\xcd\x65\ \x41\x80\x47\x83\xcb\xd2\xe8\xcb\x2c\xc1\x40\x1a\x90\x64\x23\xb0\ \x02\xa2\xc8\xbc\xef\xb2\x32\xf3\x2c\x9f\x17\x66\x60\x67\x20\x6d\ \xe0\x06\x83\xc4\x16\xf2\x85\x85\x85\x78\xec\xb1\xc7\xe2\x7b\xdf\ \xfb\x5e\xfc\xf8\xc7\x3f\x8e\x27\x9e\x78\x22\x7a\xbd\x5e\xdc\xbb\ \x77\x6f\x6e\x5d\x60\x3d\x9c\xd1\x4c\x26\x93\x6c\x10\x27\x20\xba\ \xee\x8f\x3c\x5d\x0a\xb6\x6c\x58\x0f\xf4\xdc\x19\x2d\x8e\xd2\xfd\ \x16\x38\xf2\xe3\xe3\xe3\x74\x90\xf4\xe1\x98\x61\x41\x67\xd8\x75\ \xc8\xfd\xcd\x28\xd3\x60\x6e\x10\x45\x10\x27\x03\x37\x38\x40\xff\ \x90\x9f\xb7\xda\x93\x4c\xe0\xa8\xb0\xeb\xc5\xc5\xc5\x7c\x76\x5d\ \xb5\x5a\xcd\x33\x6a\x58\x3b\xb3\xbb\xd8\x23\x8c\x91\xd7\x8c\xac\ \xb0\x5a\xad\x66\x09\xd7\x40\xdc\x6c\x0d\x01\xb2\xd3\xe9\xcc\x01\ \x15\x40\x17\xc1\xdd\x65\x6e\x1e\x1a\xcb\xa9\xcf\xf8\x32\x33\x9a\ \x3c\x42\x85\x20\x64\x40\x6a\xd6\x05\xfd\x24\x08\xe0\x23\xd0\xed\ \x5e\xaf\x37\xf7\xbb\xfb\x45\xac\xc7\x24\xae\x30\xe1\xac\x3d\xeb\ \x89\x8f\xe1\x7f\x37\xaf\x63\x6f\xee\xf1\xe2\x1e\x96\x37\x59\x36\ \xc1\x11\xff\xc8\x35\xe8\x81\x41\xae\x8c\x9b\xf7\xf1\xfd\x24\xb8\ \xf4\x99\x2c\x2f\x2f\x27\x80\xc3\xc7\xa1\xcf\x6e\x62\xb7\x8f\x06\ \xfc\xa1\xff\xf6\xd1\xac\x29\xdf\xb1\xfd\x61\x17\xac\x1b\xfe\x07\ \xdb\x06\x90\xdb\x4f\x8e\x46\xa3\x5c\x63\x64\x68\x20\x66\xdf\x84\ \xde\xa0\x87\x66\x99\x0d\x08\xf8\x2c\x7f\xf3\x98\xd1\x11\x33\x5a\ \x9e\x8b\xd9\x36\xc6\xee\x64\x8e\x97\x13\x48\xde\x87\xcd\x43\x57\ \x9c\x80\xe2\x8b\x4a\xa6\xa5\x4c\xce\x6d\xb7\x5c\x03\x9f\xe7\x7b\ \x19\xbc\xa2\x0f\xbc\x4a\xd2\xc4\x80\xc6\x71\xca\x44\x04\x76\x64\ \x3d\xe0\x3a\x24\x41\xfe\x0c\xbe\x98\x24\x93\xaa\x94\x2b\x00\xc4\ \x62\xc7\x53\xdb\xb2\x4b\xe2\xc4\x23\xee\x8f\xfe\x99\xf0\x28\x63\ \x2c\xf3\xb3\x2f\xe7\x73\x8e\x0d\xae\x76\x70\x0f\x7e\xc7\x16\x6a\ \x9d\x4e\xe7\xb6\x1d\xb7\x69\x3c\x04\x8f\xc2\xb9\xee\x4d\x20\xa4\ \x1c\x86\xf3\x66\x30\xce\xb8\xf8\xac\x17\x95\xcc\x00\xc7\x4a\x43\ \x3a\xca\xcb\xbd\x4d\xf5\x3b\x9b\xb0\x81\x95\x8b\x8a\xa2\x98\xf9\ \xb0\xc2\x71\x6d\xd7\xdd\x4b\xa6\xc4\xac\x08\xe3\xc4\x79\x73\x7d\ \x16\x80\xcf\xe3\x40\x1c\x7c\xc6\xe3\xf1\x5c\xe9\x91\x39\x98\xc2\ \x44\x79\xb9\x36\x08\xdc\x8c\x9b\xf1\x1b\x46\x75\x00\x00\x20\x00\ \x49\x44\x41\x54\xd7\x01\x65\xe2\x3d\xae\x07\x53\xc5\x73\xdd\x30\ \x10\xbe\x67\x27\xc7\x7b\xf7\xee\xdd\x8b\xf5\xf5\xf5\xb8\x79\xf3\ \x66\x34\x9b\xcd\x94\xbf\x8d\xbd\x34\x7c\x97\x0f\x9d\x75\x30\x27\ \x2b\x2e\x4e\x8b\x31\x97\x0a\x6b\x06\xd4\x0c\x91\xc1\xae\x3f\x67\ \xf0\x52\xfe\x9d\xff\x99\x1f\x80\x80\x75\xc7\xa1\x3f\xfd\xf4\xd3\ \xf1\xe6\x9b\x6f\xc6\xad\x5b\xb7\xa2\xdb\xed\xc6\xfd\xfb\xf7\xe7\ \x98\xaf\x88\xc8\xc3\x12\xcb\xfe\x0e\x9c\x5d\xd9\xd4\x8c\xcd\x10\ \x2c\x90\x09\x67\x1b\xb9\xcf\x8d\x35\xb4\xac\xad\x3f\x95\x4a\x25\ \xfb\xad\x58\x37\x80\xda\xc2\xc2\xf4\x19\x8b\xdc\x7b\x34\x1a\xe5\ \xf3\xf6\x0c\x56\xf9\x1f\x67\x83\xed\x99\xe6\x76\xd0\x75\xe0\x31\ \x63\x74\x7c\x7c\x9c\x81\x0a\x1b\xa4\xe1\x1c\x19\xb3\x0e\xc3\xe1\ \x30\x59\x0d\x00\x41\xb5\x3a\x2d\xa3\xb1\x25\x7b\x34\x1a\xcd\x95\ \x1a\x9c\x9c\x30\x47\x12\x81\xe1\x70\x98\xd7\x2a\xc7\x37\x1a\x4d\ \x9b\x4a\xcd\xd8\xa1\x97\x3c\xaa\xc5\x2c\xa1\x13\x3f\x9c\x2e\x41\ \xdb\x81\x1b\x7f\xc5\x77\x58\x8f\x66\xb3\x99\x3d\x45\xe8\xaa\x81\ \x98\x5b\x00\x26\x93\x49\x1e\x80\xea\xa4\x8e\x4d\x11\x94\x20\x2d\ \x6b\xfb\x04\xec\x60\x32\x99\x64\xe0\xb7\xdf\x35\x5b\x62\x7b\x76\ \xf9\x95\x72\xe2\x64\x32\x99\x03\x81\xe8\x10\x72\x1b\x8f\xc7\x73\ \x3b\x24\x61\xfb\x79\xd9\xdf\x54\xab\xb3\xf3\x88\x00\xd2\x9c\xff\ \x63\xb6\x1f\xdb\x2d\x4b\x5d\xac\x1f\x0c\x90\x19\x4a\xb3\x22\x25\ \x83\x45\xec\xc1\xae\x7c\x3e\x9f\x7d\x8f\x93\x5e\xfb\x0a\xdb\x99\ \x13\x3c\xfe\x4e\x42\x01\x68\x45\xb6\x0e\xbc\x5c\xa7\xb4\x33\xef\ \x1a\x2b\x7d\x1c\xf3\x35\x3b\xe5\xd2\x1a\xf3\x32\x98\x73\xfc\x2b\ \xfb\xd2\x88\xa9\x5e\x0f\xb3\x44\x8e\x21\x7c\xc7\x0c\x1a\xbe\xa9\ \x04\x7f\x4e\x8a\xd1\x0b\xc6\xc7\x3a\x94\xac\x1c\x73\x60\x0c\xe0\ \x00\xe6\x43\xfc\xe5\xde\xfe\xc7\x67\xbc\x39\xc2\x32\xb1\x9f\x81\ \x1c\x28\xf5\xde\xe0\x13\xdb\x30\xf0\xe1\x65\xf0\x69\xc2\xc2\xff\ \x9b\x25\xb6\x9f\x40\xf6\x25\x80\xe5\xc5\x7a\x91\x78\x61\x7b\x5c\ \x7b\x69\x69\x29\x6a\xd7\xae\x5d\xbb\x8d\x81\xf1\x68\x03\x32\x59\ \x97\xc6\x9c\x4d\x96\x93\x42\x20\x7e\xce\x1a\x8f\xac\xc0\x29\xe1\ \xa4\x6d\x10\x0e\xa4\x94\xcb\x18\x38\x0b\x8f\x01\x13\xb8\x01\x57\ \x65\xfd\xdd\x99\x01\x4a\xe1\xc5\x40\x41\xf8\x1e\xd7\xa3\x44\x83\ \x70\x50\x00\x07\x55\x04\xeb\xe6\x46\x53\x99\x5e\x2c\xca\x27\xbe\ \x1f\xdf\xf7\xb5\xcd\x0e\x19\xa0\xc1\xf4\xb9\x36\x8d\x03\x20\xf3\ \xb7\xa3\x34\x43\x42\xe9\x0b\x65\x71\x39\xa8\x64\x92\xca\xf2\xc2\ \x93\x4f\x3e\x99\x0f\xc2\xe5\xef\x25\xd8\xb5\x83\xb0\x9c\x31\x68\ \xe6\xe7\xcc\xce\xeb\x89\xfe\x94\xe0\x8c\x6b\xdb\x41\x23\x63\x9c\ \x06\x6b\x4d\xc6\xc4\x9c\xb9\x36\x46\x5d\x66\x64\xe8\xa6\x9d\x2e\ \x6b\xd0\xe9\x74\xe2\x8d\x37\xde\x88\xd7\x5f\x7f\x3d\x86\xc3\x61\ \x7c\xfd\xf5\xd7\x71\x70\x70\x90\x46\x42\x7f\x0c\x01\x84\xb1\x13\ \xd0\x58\x7b\x97\x39\x58\x67\x76\xdc\x58\xfe\xb5\x5a\x2d\x1b\x23\ \xd1\x5b\x7a\x5c\x08\x36\x06\x6c\xd6\x09\xca\x4a\x9d\x4e\x67\xee\ \xd9\x6f\x30\x33\xb0\x57\x00\x78\x58\x37\x8e\x9c\x40\xc6\x66\x78\ \x08\xe0\x6b\x6b\x6b\x09\xca\x5d\xf2\xe5\x20\x51\x58\x8b\x88\xc8\ \x66\xdf\x4a\xa5\x92\x3b\xdf\xdc\xb4\xeb\x07\x02\x33\x46\x03\x47\ \xef\x40\x76\x69\x8a\x8c\x92\x17\x0e\x1f\xe6\x9c\x75\xb3\x83\xf6\ \x2e\x2a\x7a\xd4\x90\x37\x00\xd9\x41\x17\xd9\x90\x88\xd0\x2b\xc4\ \xc3\x88\xfd\x59\x07\x33\x00\x0e\x76\x89\xcf\x40\xb7\xe8\x23\x23\ \xc9\x81\x69\x70\x20\xc3\x56\x2d\xbf\xc9\x64\x92\x9b\x6e\xb0\x4d\ \xfc\x20\x8f\x45\xf2\x41\xb5\xf8\x3e\x1f\x78\xeb\x3e\xb5\xe1\x70\ \x98\xba\xc4\x86\x19\xe4\x82\x3c\xd1\x23\x97\x79\x7d\xbc\x84\x7b\ \xed\x1c\x28\x97\x97\x97\xa3\xdd\x6e\xe7\x67\x38\x1f\xcf\x81\xc9\ \x65\x74\x5e\x7c\x9f\x58\x61\x76\xdb\xba\x86\x0f\x74\xd0\x33\x08\ \x32\x88\x73\xf0\xc3\x6f\x1b\x28\xe0\x23\x58\x43\xfc\x04\x73\x76\ \x72\x66\x7f\x60\x9f\x8e\x3f\x72\x42\xc2\xb5\x2c\x4b\xf4\xcf\x31\ \xca\xf7\x35\x38\xe6\xbb\xee\x99\x32\x29\xc1\xff\x80\x2b\xcb\xc1\ \x00\xd2\x25\x71\xcf\x17\x5b\x32\xd0\xe0\x7e\xc8\xd1\x4c\xb6\x93\ \xd6\x32\x39\x33\xb3\xc3\x67\xbc\xae\xfe\x1e\x78\x01\xf9\x3a\xf1\ \x35\x11\x01\xd8\x67\x9e\xd8\x8a\xd7\x93\x35\x5e\x5c\x9c\x9e\xf3\ \xd6\xeb\xf5\xe6\x40\x31\x60\x8e\xeb\x23\x07\x8f\x09\x19\xf1\x1d\ \x33\x6d\x26\x7b\x3c\x36\xc7\x21\xcb\x83\x6b\x5a\xc6\x65\xcc\x76\ \xac\xc0\x4e\xf1\x8f\xb5\x9b\x37\x6f\xde\x66\x27\x14\x0e\xc8\x34\ \xac\x15\xaf\xbc\xa9\x33\x71\x16\x14\xca\xda\xcd\xb6\xee\xb7\x71\ \xd0\x31\xbd\xe9\xda\x36\x0b\xc6\x82\xe0\xa8\x47\xa3\x51\xf6\x09\ \x59\xc8\x0e\xe6\x2e\xf9\x94\xec\x87\x95\x0e\xe1\x92\x4d\x1a\xb9\ \xb2\x10\x2c\xb6\x0d\x88\x20\x4e\x10\xb4\x3c\x0c\x9e\x08\x12\xfc\ \xcd\xa5\x2e\x16\xc7\x5b\x47\x9d\xe9\x1a\x1c\x72\x1d\xde\x23\x10\ \x11\x40\x60\xac\x6c\x58\x00\x2b\x82\x11\x73\x37\x18\xb0\x71\xb5\ \x5a\xad\x78\xfa\xe9\xa7\x63\x73\x73\x33\x33\x25\x03\x6a\x3b\x45\ \x64\x64\xd0\x60\x87\x6c\xe3\x34\x1d\x3d\x1e\x8f\xe3\xe1\xc3\x87\ \x71\x7c\x7c\x9c\x3b\xa6\xac\xe0\xee\xaf\xb0\x71\x5b\x26\xa5\xe1\ \x03\xf8\x6c\xcc\xe8\x86\xa9\x71\x3b\x29\x67\x5b\x7c\xa7\xd9\x6c\ \xc6\xad\x5b\xb7\xe2\xad\xb7\xde\x4a\xe0\xfb\xf0\xe1\xc3\x39\xa0\ \xe8\x43\x44\xcd\x3c\xd0\x57\x32\x1a\x8d\xb2\x34\xe6\xa0\x62\x86\ \x14\x40\x82\x6e\x4d\x26\x53\x86\x8b\x87\x88\x72\x6d\x07\x0c\xf4\ \xde\xf2\x27\x30\xd3\x47\xb4\xb1\xb1\x91\x73\x87\x75\x62\x7e\x04\ \x60\x1c\x01\x3a\x83\x8c\xca\xc7\xc1\xd0\xd8\x7c\x74\x74\x94\x49\ \x93\x13\xa1\x93\x93\x93\xb4\x4b\xf7\x1f\x44\xcc\x76\x54\x01\xd8\ \xbc\x21\xc3\xb6\x46\x93\xb8\x59\xbf\xd1\x68\xf6\x78\xab\xc1\x60\ \x90\x67\xf9\xc0\x74\x60\x07\xd8\x1d\xbb\x2d\xdd\x32\x40\x09\x24\ \x62\x0a\x5c\x61\x4f\x6d\x33\xd8\x26\x40\x9a\xb1\xd1\xa8\xce\x38\ \xfc\xe0\x6d\xec\xce\x49\x1d\x8c\x0c\xf2\xf5\x6e\x28\xb3\x16\x30\ \x61\xb6\x79\x64\xe5\x80\x8f\xae\x9a\x01\x30\x4b\xca\x66\x08\x6f\ \x0e\xb0\x5f\xc6\x1f\xfa\xfb\xb0\x04\x00\x38\xca\xdc\xf8\x33\x4a\ \x94\x04\x21\x7c\x97\x4b\x97\x00\x72\x1e\x51\x42\x73\x3b\xc9\x98\ \x13\x00\xcf\xc3\x89\x38\x41\xd5\xfe\xd2\xc9\x1b\x73\x40\x1e\x3e\ \x3a\xc5\x4c\x1b\xf7\x03\x44\xe2\x03\x58\x5f\x74\x85\x84\x39\x62\ \xc6\xd6\x71\xb6\x9b\x13\x17\xf7\x51\xa1\x83\xf4\xd5\xf1\x3b\x31\ \xcd\x32\x65\xfc\x66\xa6\x1c\x2b\x58\x47\x03\x2d\x27\xe6\x25\xb0\ \xe1\x7f\x27\x73\xf6\xbd\x5c\x93\xf9\x10\xaf\xbc\x91\x00\xf9\x7a\ \x2d\x0d\x5c\x4c\x6c\x58\xef\x0c\x50\xd0\x69\xc7\x22\x03\xbe\x88\ \x98\x03\xec\x06\x77\xac\x35\x32\x41\x17\x9c\xfc\xda\xcf\x63\xcb\ \xf8\x17\x27\xc5\xcc\x8d\x67\xe6\xc2\x84\x03\x0c\x91\x95\xf5\xcc\ \x89\xbf\x63\x09\x2f\x7c\xb1\x31\x83\x13\x0a\xc7\x10\x5e\xfe\x8c\ \xff\x66\x5c\x81\x2e\x21\x1f\xb7\x80\xd4\xeb\xf5\xa8\x5d\xbd\x7a\ \xf5\x36\x4e\xd3\x65\x2d\xf7\x3a\x20\x6c\x53\xde\x66\x2e\xa8\xe1\ \x3b\x08\x9e\x9d\x9d\x65\xff\x4f\x59\xc7\x46\xa1\x50\xb6\xf1\x78\ \x9c\x19\x34\xca\x55\x5e\xcf\xac\x8f\x81\x99\x51\x3c\xef\x99\xd6\ \xb5\x93\xf4\xe2\xa3\xe4\x28\x9b\x7b\x97\x10\x16\x06\x62\xc7\x67\ \xe0\x80\x31\xf0\x8f\xc5\x67\x0e\xdc\x07\x83\x77\x1f\x0a\xca\x60\ \x25\xf5\x91\x0a\x0e\x6a\x5c\x8b\xdd\x7e\xcc\xab\xdc\x81\xe5\x92\ \x8d\xeb\xfb\xa6\x9a\xb9\x27\xc6\x34\x99\x4c\x62\x7b\x7b\x3b\x9e\ \x7b\xee\xb9\x88\x88\x0c\xb8\xac\x8d\x9f\x5a\x6e\x43\x30\xe0\x26\ \x10\x1a\xd0\xd9\xc8\x5d\x52\x3c\x3a\x3a\x8a\x5a\xad\x16\x9d\x4e\ \x67\x0e\x2c\x59\xc6\x0e\x48\x65\xe6\xe4\x2c\xd6\xc6\xc4\x5c\x70\ \xb8\xd6\x09\x83\x2d\x00\x24\xd7\xb2\xc1\x2d\x2d\x2d\xc5\x2b\xaf\ \xbc\x12\xaf\xbf\xfe\x7a\x3c\xf1\xc4\x13\x31\x18\x0c\x72\x3b\xbf\ \x41\x95\xd9\x15\xd8\x10\x33\x7e\x30\x22\x04\x0a\xd6\xa0\x5a\xad\ \xce\xb1\x3c\xee\x17\xb0\xc3\x8b\x98\x35\x83\x92\x54\xe0\xbc\xdc\ \x5b\x03\x28\x42\x47\x5c\x36\x29\x1d\xb7\x01\x37\xeb\x8a\x8c\x70\ \xcc\x7c\xdf\xb6\xc0\x18\x8f\x8f\x8f\xb3\xc4\xe7\x6c\x8f\x52\x1e\ \x36\xb1\xb6\xb6\x96\x76\x4a\x19\x8c\x8d\x16\xe7\xe7\xe7\x19\xec\ \x29\xfd\xd1\x08\x5f\xad\x56\x93\xed\x26\x28\xba\x07\x08\x5d\xa6\ \xdc\x65\xb0\x68\xe7\x0e\x33\x06\x1b\x1d\x11\x79\x2d\x0e\x36\xc4\ \x5f\xe1\x2c\x17\x16\x16\xf2\xf0\x50\x7e\xf7\xe7\x00\x87\x65\x70\ \xa2\xe4\xec\xe4\x10\x3b\xb5\xdf\x24\xe1\x41\xe6\x5c\x03\xbf\xeb\ \xe0\xe6\x6c\xda\x0c\x49\x59\xfe\x82\xc5\x62\x3d\x61\xc2\xd0\x3f\ \xb3\x16\xb6\x43\x32\x6d\xe6\xca\x19\x58\x94\xb0\x1d\x28\x38\xe3\ \xaa\xd9\x6c\x46\xbd\x5e\x9f\x7b\xb6\x20\x8d\xec\xbe\x3e\xbe\x87\ \xf5\x23\xa8\x61\x7b\xf8\x67\x03\x41\xe6\x3e\x1c\x0e\xe3\xe0\xe0\ \x20\x41\x1d\x9f\xc7\x0e\xdc\x83\x8b\x6f\x04\x60\x58\x97\x6d\xd7\ \xfc\x6c\xe0\xc2\x78\x91\x0d\x00\xb3\xec\xc9\x33\x48\x36\xd1\x80\ \xde\x97\x4c\x18\xf7\x62\x3d\xb0\x7b\x13\x01\x9e\xb3\xe3\x82\xef\ \x83\x1f\xf1\x7d\xb9\x16\xe3\xc7\x17\xf3\xbf\x4b\xdd\x25\xcb\x44\ \x7f\x9f\x01\x21\xf3\x36\xe0\x60\x5d\x19\x93\x09\x05\xfb\x57\xf7\ \xd7\x95\x3e\xcb\x71\xd7\xeb\xe0\x7b\xf1\xc2\x4e\xd0\x43\x64\x62\ \x16\x1f\x7f\x81\x0e\x18\x84\xb9\x1f\xcc\x1b\x18\xca\x72\xa1\x49\ \x1e\x57\xa8\x4a\x06\xcf\xff\xd0\x53\xf4\xb6\xb4\x23\xdb\x21\x7f\ \xa7\x67\x8c\xb1\x33\xff\xda\xd5\xab\x57\x6f\xe3\x80\x2a\x95\x4a\ \x36\xc6\xc2\x8a\xa0\xe8\x0c\x86\x05\x70\xa0\x86\xba\x66\x62\xfe\ \x8c\x51\x34\x99\x27\x83\xe5\x7a\xe5\x91\x0a\x5e\x74\xbe\x6f\x05\ \xb2\x12\x3b\x23\x22\x90\x7a\x67\x9f\x77\x7a\x99\xa5\xe2\x5a\xfe\ \x9b\x0d\x99\xa0\xc7\x8b\x85\x45\xb0\x06\x4a\xfc\xdd\x99\x80\xcb\ \x1e\x08\xdd\xd9\x87\x01\x1a\xc1\x62\x38\x1c\x26\x02\xb6\x02\x01\ \x22\x70\x04\xc8\x04\xc5\x42\x59\x70\xf4\x65\xc9\x0a\x27\x47\xe0\ \x81\xc1\x40\x7e\x8d\x46\x23\x36\x36\x36\xa2\xd5\x6a\xe5\xd9\x50\ \x0e\x74\xc8\xcc\x4c\x65\xc9\xb0\xb9\x6f\xc4\x7d\x09\xfc\x6c\x19\ \x70\xee\x5a\x59\x4e\xb0\x83\x34\x28\x62\xee\x04\x38\xf4\xc7\x3a\ \x80\xcc\xd0\x5b\x4a\x31\x04\x14\x02\x1e\xd7\x74\x79\x8a\x35\xb3\ \x83\x7b\xfc\xf1\xc7\x63\x7b\x7b\x3b\x36\x37\x37\x63\x6b\x6b\x2b\ \x76\x77\x77\xe3\xd1\xa3\x47\xc9\xb2\xbc\xf8\xe2\x8b\x71\x70\x70\ \x90\xec\x64\xbd\x5e\x9f\x6b\x88\x46\x1f\x09\xc0\xc8\x60\x38\x1c\ \x26\x3b\x13\x31\x7b\x0a\x02\xf6\xe3\xc7\xab\xb0\x9e\xd6\x57\xfa\ \xaf\x90\x0f\xe3\x6f\x34\x1a\xc9\x8e\xf9\x21\xc2\x30\x10\x04\x21\ \xd6\x08\x60\xb2\xb4\xb4\x94\x8c\x13\x8f\xe0\xc1\x51\x61\x43\xa7\ \xa7\xa7\xd9\x73\xc3\xb3\xee\xcc\x42\x3a\xa0\x36\x9b\xcd\x68\x36\ \x9b\xd9\xbb\x55\x3e\x3c\x3a\x22\x72\x4d\x90\x15\xbe\xc2\xf2\x01\ \x74\xb9\xf4\xe1\xcd\x00\x38\x68\x3b\x3c\xc6\x0c\x80\x85\x25\x62\ \xce\x2e\xcf\xf1\x22\x29\x41\x36\x64\xcb\x66\x10\x0d\xe4\x4b\x76\ \x94\x67\x6a\x32\x2e\x58\x27\xdf\x93\xb5\x70\xd9\xdf\x41\xc9\xa5\ \x54\x58\x95\x52\xdf\x3d\x67\x7e\xf7\x9c\x61\x52\x99\x1b\x7a\xca\ \xe1\xd0\x00\x70\xb3\xef\x3e\x13\x0d\x76\x07\x5d\x6a\x34\x1a\x69\ \x63\xed\x76\x3b\xd6\xd6\xd6\x52\x56\x5c\x83\x84\x9c\x31\xd3\x57\ \x67\x9f\xc0\x1a\x39\x2e\xa0\x4f\xcc\xed\xce\x9d\x3b\xf1\xd7\x7f\ \xfd\xd7\xb1\xb3\xb3\x13\xef\xbe\xfb\x6e\xbc\xff\xfe\xfb\x71\x71\ \x31\x7d\x8a\x04\x07\xd8\xba\x6d\x02\x5d\xf1\x6e\xbb\x88\xd9\x53\ \x20\xcc\xec\x94\xa0\xc3\xfd\x78\xd8\x96\x13\x6a\xb3\x4e\x5c\xaf\ \x04\x22\xf6\x39\xd8\x00\x72\x44\xce\x3e\x37\xd1\x40\x19\xdb\x2e\ \x01\xbe\xc7\xca\x98\x0c\xb4\x00\x3d\x00\x61\xf4\xcf\xfe\xdd\x49\ \x25\xd7\x42\x8f\xf0\x45\xdc\x1b\x9f\xc8\x75\xf9\xdd\x3b\x2a\x79\ \x8f\xeb\x98\xcd\xe3\x85\x4e\xf1\x9d\xb2\xb2\x60\x86\x10\xdd\x64\ \x7c\x4e\x84\xf8\xbe\xed\xe6\xf4\xf4\x34\xba\xdd\x6e\x7e\x16\xdb\ \x31\x51\xe0\x6a\x0f\xf8\xa1\xbc\x0f\xa0\xd9\xa0\xda\xb1\xe3\x77\ \x6d\xca\x70\x75\xc9\xdf\x33\xb8\x72\x6c\x62\xbd\x0d\xd6\x6b\x8f\ \x3d\xf6\xd8\x6d\x32\x98\x88\xc8\x43\x11\xcd\x40\x18\x60\x95\x35\ \x67\x06\xc3\x8d\x11\xa8\x03\x9a\x95\xdf\xd7\x34\xa2\xb6\xa3\x44\ \x28\x08\xd3\xb4\x29\xca\xe8\x6d\xc7\x08\x90\x9f\x11\x9e\x29\x49\ \xc6\x4c\x06\x6c\x8a\xda\x4c\x92\x33\x6e\x53\x91\xbe\x17\xe3\x85\ \xc1\xc0\x18\x58\xc4\x92\xd1\x82\x69\x28\x91\x75\x44\xcc\x81\x22\ \x67\x0a\x46\xcd\xc8\x13\x20\xec\x87\x6c\xb2\x31\x81\x7f\x66\x23\ \xac\x30\x00\x08\xd8\x18\xef\xf8\xd9\xda\xda\x8a\x57\x5e\x79\x25\ \x3a\x9d\x4e\xf6\x6d\x0c\x06\x83\xb9\x53\xc5\xbd\x46\x76\x2c\xbc\ \xfc\x37\x0c\xc2\xd9\xb5\x1d\xd4\x78\x3c\xed\xf7\x43\xce\xac\x8d\ \x69\xdf\x32\x13\xb3\xde\x94\x6b\x5c\x66\x2a\x94\xdc\x5c\x72\x30\ \x60\x70\x66\xec\x3e\x1e\x8c\x05\xdd\xbf\x7a\xf5\x6a\xac\xad\xad\ \xc5\xfe\xfe\x7e\xfc\xf9\x9f\xff\x79\xac\xad\xad\xc5\xa7\x9f\x7e\ \x1a\xa7\xa7\xa7\xb1\xb1\xb1\x91\xfd\x4d\x04\x99\x88\xc8\x92\x8c\ \x75\x3f\x62\xb6\x1b\x12\x3d\x82\x29\x72\x50\xc5\x49\x50\xa2\xc3\ \x79\x79\x7e\x9c\xbe\x0d\xbb\x82\x1e\xb2\xce\x80\x2b\x74\x11\x0a\ \xde\xa5\x42\x02\x1d\x00\x87\x3e\x07\xe6\x82\xa3\xb5\x33\x81\xe5\ \x89\x98\x3d\xa0\x15\xbb\x46\x9e\x38\x7f\x12\x9c\x6e\xb7\x1b\xe3\ \xf1\x6c\x13\x0b\xba\x0b\xa8\xf7\x3a\x70\xa0\x6b\xc4\xac\x67\xcf\ \xce\x9b\xf5\x31\x80\xb7\x1e\x1a\x34\xa1\x73\xd8\xde\x68\x34\x4a\ \x5d\xa6\xd4\x86\xcc\xb9\x16\xc7\x9e\xa0\xbf\x3e\x04\x12\x90\x8a\ \x6d\x71\x2d\x74\xd9\x9b\x29\x9c\x81\x13\x64\xf0\xa9\x06\x79\x80\ \x5c\x33\xb2\x00\x62\xec\xd7\xa5\xaa\x7a\xbd\x9e\xa0\xd3\xfe\x90\ \xb5\xb6\x9f\xf4\xfa\x57\xab\xf3\x1b\x09\xfc\x08\x15\x3e\x8b\xed\ \xa1\x0f\xac\xc7\xea\xea\x6a\xb4\xdb\xed\x3c\xde\x82\x5e\x3c\x18\ \x30\xbe\xef\xca\x42\x44\x24\x58\xdc\xdb\xdb\x8b\x7f\xfe\xe7\x7f\ \x8e\x7f\xfb\xb7\x7f\x8b\x4f\x3e\xf9\x24\xe7\xdb\x6c\x36\xe3\xc1\ \x83\x07\xf1\xce\x3b\xef\xc4\x9d\x3b\x77\xe2\xef\xfe\xee\xef\xe2\ \xee\xdd\xbb\xb1\xb8\x38\x3d\x57\x71\x6f\x6f\x2f\xde\x79\xe7\x9d\ \xf8\x8f\xff\xf8\x8f\xe8\xf7\xfb\xf1\xf4\xd3\x4f\xe7\xf1\x16\x04\ \x31\xc7\x09\xd6\x1c\x3f\x61\x06\xd7\x4c\x11\x00\x05\xdd\x76\x3c\ \x71\x6c\x32\xb3\x06\x9b\xcf\xb5\x1c\x98\xfd\x8f\xdd\xa7\xe8\x22\ \xbe\xcc\xfe\xdb\x95\x09\x27\xd9\xfe\x1c\x63\x25\xae\x98\x44\x60\ \xad\x0c\x1a\x29\x65\xbb\xaa\x50\x92\x01\x7c\x0f\xf0\xe7\x78\x47\ \xd9\xd9\xbe\xd9\x73\xb4\x7d\xb3\xb9\x87\xb2\xb0\x99\x33\x74\xdf\ \x25\x6f\x62\x12\x7f\xb7\x3f\x01\x58\xfa\x00\xd7\x12\xf4\xb0\x13\ \x1c\x16\xdf\x31\xd3\x58\xc1\xb1\xc0\xf2\x2a\x01\x96\xf5\xc4\x80\ \xd0\xd5\x32\x64\x65\xa0\xe5\xd8\x65\x1f\x53\x12\x3f\xd8\x34\xaf\ \xf1\x78\x3c\x05\x58\x64\xfd\xa3\xd1\x28\xcb\x50\x46\xb2\xfe\xc7\ \x62\x32\x00\xa3\xfb\x52\xa1\x3c\x21\x16\x13\xe5\x73\x33\x36\x0e\ \xa1\x9c\xa0\xef\x41\x20\x31\x4b\x86\xc3\x72\x2f\x93\x05\xe2\x46\ \x6e\x3b\x1d\x0b\x9e\x47\xc4\xf0\x77\x14\x8e\x73\xa1\x08\x26\x5e\ \xb4\x32\x13\x76\xa0\x8f\x98\xed\x72\x9c\x4c\x26\x73\x67\xaa\xf0\ \x39\x32\x4f\x1b\x83\x1d\xb4\x0f\xfa\x44\x8e\xf4\xc9\x44\x4c\x41\ \x30\x0a\xc7\x18\xaa\xd5\xea\x37\x4e\xf3\xc5\x88\x71\x2a\xc8\x92\ \xfb\x8d\xc7\xd3\xc3\x22\x5f\x7d\xf5\xd5\xb8\x7a\xf5\x6a\x8c\xc7\ \xe3\xd8\xdf\xdf\x8f\xad\xad\xad\xa8\x56\xa7\xdb\xe5\x01\x87\xd6\ \x01\x2b\xb5\x4b\x46\x36\x1c\xee\xcd\x9c\x90\x17\x80\x87\xd3\xa6\ \x2f\x03\xb9\x18\xb0\x37\x10\xd8\x28\x4a\xe3\xf5\x7c\x58\x33\x9e\ \x93\xc5\xd8\x19\xb3\xe5\x5d\x66\x6b\xce\xbc\x22\xa6\xce\xae\xdd\ \x6e\xc7\x93\x4f\x3e\x19\x3f\xfd\xe9\x4f\xe3\xf5\xd7\x5f\x8f\xbf\ \xfc\xcb\xbf\x8c\xc7\x1e\x7b\x2c\x46\xa3\x51\x1c\x1d\x1d\xc5\xa3\ \x47\x8f\xe6\xf4\xbc\x56\xab\xc5\xda\xda\x5a\x02\x54\x4a\x61\x9c\ \x07\x85\x31\xbb\xf7\x80\xec\x7c\x65\x65\x25\x4e\x4e\x4e\xf2\xc0\ \x50\x83\x1b\xae\xe1\x3e\x25\xfa\xef\x18\x3b\x3a\x62\x40\x46\x22\ \x82\xbd\x79\xce\x5c\xdb\x99\xb2\xff\xce\xfb\x24\x10\x1c\x28\x59\ \x82\x53\x1e\x99\x41\x13\x3e\xfa\x80\x1d\xf8\xb1\x30\x66\x6c\xd9\ \xb8\x81\xdd\x71\xba\xbb\x41\xa8\x4b\xf3\x00\x77\xd8\x65\x1e\x2f\ \x04\x73\x89\x6d\x97\x3b\x00\x09\x7c\xe8\xe6\xca\xca\x4a\x9e\x3e\ \xcf\xfd\xcf\xce\xce\xf2\x8c\x2b\x7a\xe9\xb0\x17\x02\x31\x63\xc7\ \x5f\x38\x69\x42\xa7\x5c\x4a\xb7\x5e\xe0\x17\x3c\x2f\xeb\x34\xfe\ \xc6\xbe\x09\x99\x5d\x5c\x5c\xc4\xca\xca\x4a\x8e\x8f\xe4\xca\x80\ \xdd\x7d\x6d\xf4\x9b\xb1\x76\x04\x6c\x74\x87\x33\xd6\x4a\xa6\x05\ \x06\x0e\xd6\xa9\xd3\xe9\x24\x73\x49\x5f\x16\xba\x88\x2d\x39\xa9\ \x74\x10\x9b\x4c\x26\xf1\xe5\x97\x5f\xc6\xc9\xc9\x49\xb2\x61\xc3\ \xe1\x30\xee\xde\xbd\x1b\xbf\xf8\xc5\x2f\xe2\x1f\xfe\xe1\x1f\xe2\ \xf3\xcf\x3f\x8f\x4f\x3f\xfd\x34\x9f\x7f\x8a\xee\x75\xbb\xdd\x94\ \xe7\xc1\xc1\x41\xfc\xcf\xff\xfc\x4f\xec\xec\xec\xc4\xe6\xe6\x66\ \x34\x1a\x8d\x64\x8c\xcd\x6a\x38\xd8\xb3\xd6\x6e\x69\xc1\x9e\x91\ \x29\x3b\x2e\xb1\x7d\x33\x28\x7c\x16\x1b\x71\xb2\xcd\xdf\xb8\x8f\ \xfd\x57\x09\xc0\x0c\x84\x9c\xec\x97\xad\x2f\x7c\xd6\xe5\x4f\xfb\ \xb6\x92\x6d\xc2\xbf\xb3\x86\xfc\x8c\xcc\x98\x7b\xa9\xc3\xd8\xd9\ \xef\x22\x3e\xb0\x07\xfb\x6e\xfe\xc6\xef\x24\x2e\xa5\x7d\x3a\xce\ \x02\xe6\xec\x57\xcb\x64\x1c\x36\xcd\xc0\xa9\xf4\xe3\x67\x67\x67\ \x71\x70\x70\x90\x2c\x38\x8c\x18\x49\xa2\xe5\xcb\x7c\x5d\x15\xe1\ \x3e\x96\x31\xf3\x31\xde\x60\x3e\x4e\x8a\x0c\xaa\x2d\x07\xae\xe1\ \xbf\x73\x0d\xcb\x21\x19\xb0\x1b\x37\x6e\xdc\x26\x90\x56\xab\xd5\ \xcc\x90\x2f\xeb\xdb\x41\x51\x7c\x53\x7e\xb6\x43\x30\xf3\x63\x07\ \xc9\x40\xac\x40\xce\xbe\xed\x70\x22\x22\x01\x43\x59\xf7\x05\x78\ \x38\xfb\xb0\x51\x20\x50\x3b\x55\x14\x0d\xe0\x62\x63\x8a\x98\x65\ \x02\xd5\xea\xac\x4c\xf0\xd8\x63\x8f\x25\x8a\x8e\x88\x3c\x14\x0d\ \xe3\x40\x69\x19\x93\x0d\xce\x4f\x09\x37\x35\x1b\x31\xcb\xf8\x08\ \x40\x04\x59\x3b\xd6\xb2\xf7\xc2\x87\x9c\xb9\x37\xcc\xf3\xb5\x7c\ \xed\x08\x3c\xf7\x52\xe1\xd7\xd7\xd7\xa3\xdd\x6e\xc7\xe1\xe1\x61\ \x0c\x06\x83\x78\xee\xb9\xe7\xa2\xd1\x68\xe4\x63\x4e\xd8\xcd\xe4\ \x9d\x6d\x5c\x87\xf1\x00\x8a\x4a\xb0\x65\x9d\x01\x6c\x4c\x26\x93\ \x38\x38\x38\x88\x6a\x75\x5a\xee\x2a\x99\x2a\xae\x19\x31\x63\x47\ \x30\x14\xe6\x14\x31\x7f\x76\x8c\xf5\x0d\xf9\x9b\x0d\x71\xa9\xb6\ \x64\x85\xd0\x6d\x82\x8c\xaf\x6b\x10\xff\xf2\xcb\x2f\xc7\xdf\xfe\ \xed\xdf\xc6\xd7\x5f\x7f\x1d\x3f\xf9\xc9\x4f\xe2\xd5\x57\x5f\x8d\ \xdf\xff\xfd\xdf\x8f\xad\xad\xad\x78\xf8\xf0\x61\x9e\x14\x5f\xa9\ \x4c\xb7\xf4\xc3\xf6\x50\x16\x46\x8f\x19\xbb\x9d\x20\x8c\x22\x73\ \xac\x54\x2a\x09\x8c\xcc\xa0\x32\xce\xe3\xe3\xe3\x7c\xd0\x33\xe5\ \x46\x07\x54\x97\x88\x0d\xe8\x60\x3c\xd1\x19\x02\x0d\xf6\x44\x90\ \x26\x10\x73\x5e\x16\x63\xc0\x6e\x08\xf2\x11\xf3\x4e\xc9\x6c\x15\ \xf6\x4b\xb0\xc7\xa7\xe0\x1f\xf8\x0e\x8c\x1f\x65\x2a\x92\x01\xee\ \x8f\xee\xe1\xf4\xc8\xc2\x2f\x2e\x2e\xa2\xd5\x6a\xc5\xc5\xc5\xc5\ \xff\xd1\xf5\xa6\xb1\x71\x9e\xd7\xf9\xf7\x35\x0b\xb7\x21\x67\x21\ \x87\xfb\x22\x92\x12\x25\x59\xab\x65\xcb\x92\x62\x5b\xb5\x5d\x25\ \x71\x9c\xa4\x4e\x90\x16\x48\x8a\xb4\x01\x5a\x20\x40\xbf\x34\x2d\ \x02\x14\x01\x0a\xf4\x83\x81\xa6\x48\x03\xb4\x85\x03\x34\x68\xd3\ \xa2\x0d\xf2\x4f\x1a\x17\x4d\xd2\x26\x8d\x1b\x37\x76\x12\xdb\xf1\ \x12\xcb\xb6\x76\xcb\xd6\x2e\x52\xa4\xb8\x8a\x33\xdc\x77\xce\xbc\ \x1f\xd8\xdf\xad\x6b\x9e\xf8\x1d\x40\x10\xc9\x99\x79\x9e\x7b\x39\ \xcb\x75\xae\x73\xee\xf3\x04\xa7\xe0\x81\x4f\xa9\x54\x0a\x0d\x3e\ \x01\x9a\x0e\x9c\x38\x31\xc9\xba\x00\xfa\xd1\x47\x9f\x37\xce\xc7\ \x99\x66\x8f\x5e\xd1\x2f\xf6\xab\xa6\xa6\xa6\x82\x6d\x62\xcd\xa2\ \x46\x18\x3b\x00\x93\xe9\x6c\x36\xec\xb2\x9f\x30\x75\x5b\xe0\xf6\ \x17\x59\x75\xbd\x74\xe3\x8f\x4c\xb9\x93\x58\x5c\x5c\x54\x2e\x97\ \x0b\x35\x3a\xce\x68\x67\x32\x99\xf0\xd0\x66\xf6\x33\x9a\xda\x64\ \xec\x1e\x18\xf1\x3b\x72\xf8\xce\x3b\xef\x04\x86\x6f\x62\x62\x42\ \x57\xae\x5c\xd1\xc8\xc8\x88\xce\x9d\x3b\xa7\x89\x89\x89\xd0\xfc\ \x18\xb6\xac\xad\xad\x2d\xfc\x3d\x93\xc9\x84\x5a\xac\x7b\xef\xbd\ \x57\x0b\x0b\x0b\x9a\x98\x98\x50\x36\x9b\x55\x6b\x6b\x6b\x58\x4f\ \x67\xfe\x59\x0f\xc0\x36\x3a\x85\x6e\xbb\xee\x79\xc0\x8f\x2c\x3a\ \x1b\xce\x7a\xba\xac\x22\x1b\xac\x2f\x36\x2f\x0a\x8a\xdc\x5f\x7a\ \x00\x84\xed\xf1\x20\x08\x3b\xc7\xd8\x91\x01\xb7\xaf\xa4\x72\xf1\ \x5d\xee\xc0\x3d\x23\xe3\xe5\x13\xcc\xd9\x5b\x65\x00\x50\xdc\x6e\ \xfa\x98\xdd\x9f\x7a\xe7\xff\x28\x68\xe1\x73\xd8\x2f\x2f\x71\x70\ \x22\x81\xf5\x8e\xb2\xad\x7c\x8e\x03\x05\xfe\x79\xee\x51\x57\x57\ \xa7\x85\x85\x85\x50\x96\xe1\x3a\x1a\xf5\x19\x4e\x70\x38\x23\xe8\ \x40\x16\x7f\x8a\x0d\xe6\xfd\x68\xe0\x8d\xdd\x74\xa0\xe4\x32\x1e\ \x65\x1c\x99\x23\xeb\x46\x19\x45\xf0\x53\x2d\x2d\x2d\x4f\x11\xf5\ \x80\x50\x31\x60\x08\x00\x83\xa4\xc8\x95\x8b\x47\xd1\x38\x9f\x77\ \x07\xe2\xc6\xd8\x19\x99\xcd\xcd\xca\xc2\x72\x17\x5e\x1f\x38\x86\ \x16\x41\xf4\x6b\x38\x3d\xec\xc8\xd4\x05\x31\x8a\xae\x89\xc6\xa1\ \x62\x49\x9b\xf8\x29\x93\xf6\xf6\x76\x3d\xfa\xe8\xa3\x1a\x1c\x1c\ \x0c\x75\x24\x0e\x04\xa3\x51\xb5\xa4\x8a\x5e\x41\x38\x38\x9e\x0b\ \x26\xdd\x65\xfa\x50\x5a\x1a\x3c\x7a\x74\xe0\xc2\x48\xaa\xa5\xba\ \xba\x3a\x7c\x8e\xeb\x3b\x10\xc3\x00\x60\x94\x51\x34\x7f\xcc\x04\ \xef\xb9\x72\x23\xe0\x89\xc4\xd6\x03\x5a\x01\x40\x6d\x6d\x6d\x21\ \x0a\xa6\xdf\x11\x29\x36\xd6\xc0\x6b\x5b\x30\xf6\x1e\x25\x78\x24\ \x97\x4c\x26\x43\x5a\xc6\x0d\x09\xa7\x09\x89\x24\xd9\x6f\x37\xe2\ \xd1\xb9\xb2\xb7\x08\x7c\x94\xfd\x73\x19\x44\x19\x98\x37\x63\x77\ \x45\x67\xfd\x90\x2b\x6f\x8c\x19\xcd\xf5\x27\x93\x49\x1d\x3b\x76\ \x4c\x6f\xbc\xf1\x86\x9e\x7d\xf6\x59\x1d\x3e\x7c\x58\xcd\xcd\xcd\ \x1a\x18\x18\xd0\x63\x8f\x3d\xa6\xbd\x7b\xf7\x56\xac\xd3\xc4\xc4\ \x44\x48\x7b\xc1\x0c\xe1\x30\x61\x49\x91\x57\x14\x19\xc3\x46\x9d\ \x0a\x0c\x1c\x0e\x03\xe7\xdd\xdb\xdb\xab\xfa\xfa\x7a\xcd\xcd\xcd\ \x29\x99\x4c\x56\xd4\x65\x39\x50\x74\xa7\x80\xdc\x61\x58\x1c\x20\ \xe1\xb8\x59\x0f\x98\x01\x00\x0e\x3a\x03\xa8\x83\x31\x22\xc8\x71\ \x39\xe3\xa9\x00\xa5\x52\x29\xd4\x6b\x11\x20\x45\x1f\x40\x4b\xbd\ \x12\x4e\xde\x19\x58\x6c\x10\xf3\x80\xd1\x63\x0e\xe5\x72\x39\xb4\ \x0a\x40\x67\xf8\x3e\xcf\xc8\x23\x90\xf0\xe8\xdb\xc7\x80\x03\x42\ \x4e\xbd\x76\x67\x73\x73\x33\x9c\x64\x42\xa7\x1c\x70\x33\x5f\x6f\ \xe5\xe1\x4c\xa2\xcb\xa0\xdb\x08\x82\x37\x6c\x11\x05\xe9\xe8\x93\ \x17\xec\xfa\x89\x53\x74\x9c\xf1\x03\xe8\x60\xc7\x49\xb7\x30\xdf\ \x86\x86\x86\x60\xb7\xd0\x3d\x98\x8c\x52\xa9\x14\x98\x29\xf6\x10\ \x80\x9b\xcd\x66\x43\x3a\xae\xa1\xa1\xa1\xa2\xcf\x95\x3f\x8e\xc7\ \x19\x1e\x0f\x0a\xab\xab\xab\x35\x3c\x3c\xac\x6f\x7e\xf3\x9b\x9a\ \x9b\x9b\x53\x63\x63\xa3\xde\x7b\xef\x3d\xbd\xfe\xfa\xeb\x1a\x1e\ \x1e\x56\xa1\x50\xa8\x68\xd5\xc1\x3d\x3a\x3b\x3b\x35\x32\x32\xa2\ \xf1\xf1\x71\x75\x76\x76\x2a\x91\x48\x04\x76\xf4\xe8\xd1\xa3\x61\ \x8e\xb3\xb3\xb3\xaa\xad\xad\xd5\xc9\x93\x27\xf5\xf3\x9f\xff\x5c\ \xa7\x4f\x9f\xd6\xf0\xf0\xb0\x6a\x6a\x6a\x02\x7b\xea\x80\xdc\x83\ \x50\xf7\x43\xd1\x40\x0b\x5d\xf0\x20\xc7\x41\x83\xd7\x1e\xf1\x5d\ \x07\x42\x6e\xf7\xdd\x97\x21\x53\x00\x36\xb7\x73\xec\x95\x93\x0a\ \xef\x47\x68\xb8\x7c\x90\xea\x77\x3d\x46\x9e\x48\x6b\xb3\x9f\xc8\ \x29\xf7\xf3\xc0\xda\xf5\x08\xd0\x44\xa9\x03\xf7\xe6\x73\x8c\x95\ \xb5\x75\xb0\xce\x9c\x21\x26\x3c\x85\x19\x8b\x55\x9e\xd8\x76\x70\ \x48\x96\xc6\x4b\x00\xd0\x39\xfe\xad\xac\xac\x68\x7e\x7e\x3e\xd8\ \x31\xbf\xb7\x33\x53\x0e\x76\x58\xb3\x28\x18\xf2\x00\xc9\x03\x01\ \x3e\x1b\x0d\x12\x1c\xfc\xb2\xbe\x51\x42\x87\xb5\x71\x56\x10\xbb\ \x19\x30\x4d\x57\x57\xd7\x53\xa5\x52\x29\x14\x3e\xbf\x5f\xf1\x2d\ \x5f\x64\x11\xf8\x3d\x6a\x40\x10\xb4\xe8\xcb\x41\x11\x0b\xe0\x0e\ \xc6\xeb\xbd\x78\xdf\xd3\x81\xbe\x60\xd1\x28\xc1\x37\xdb\x8d\xb7\ \xa7\x0b\x7d\x21\x11\x3c\xef\x5d\x43\x93\x53\x16\xf1\x0b\x5f\xf8\ \x82\x4e\x9c\x38\xa1\xa9\xa9\x29\x8d\x8d\x8d\x85\x94\x0f\x11\x0f\ \xd7\x40\xc8\x11\x3e\x4e\xe1\x38\x2b\xe2\x0e\xde\x0b\x1d\xbd\x31\ \x9b\xa4\x0a\x64\xee\x85\x98\xac\x29\x42\x85\xe1\x75\x10\xe2\x8a\ \xe8\x4a\xea\xca\xc7\x3a\xe0\x2c\x31\x48\x28\xa6\x9f\x14\xca\x64\ \x32\xca\x66\xb3\x9a\x9d\x9d\xd5\xdc\xdc\x5c\xd8\xfb\x4c\x26\x13\ \x9c\xaf\x37\x98\x64\x1c\x18\x69\x0c\x97\x47\x8b\x51\xd6\x13\x80\ \x99\xcb\xe5\xc2\x98\x7d\xac\xae\x28\xcc\xd1\x69\x5d\xfe\xce\xf5\ \x91\x47\x97\x17\x64\xce\x41\x9f\x1b\x39\x0c\x4e\x34\xfa\x76\x26\ \xd4\x29\x79\x49\x3a\x72\xe4\x88\xd6\xd7\xd7\xf5\xcd\x6f\x7e\x53\ \x07\x0f\x1e\x0c\xfb\xd6\xde\xde\xae\x07\x1f\x7c\x50\xc7\x8e\x1d\ \xd3\xbe\x7d\xfb\xd4\xdd\xdd\xad\x5b\xb7\x6e\x85\x46\x79\x80\x65\ \x3a\xad\x33\x1e\x3f\xb9\xe5\x41\x82\x9f\x9c\x89\xc7\xe3\xa1\xc5\ \x41\x2a\x95\x0a\x4d\x2c\xe7\xe6\xe6\x82\xb1\xe7\x99\x79\x80\x39\ \x8c\x01\x73\x45\xa7\x24\x05\x56\x2b\x0a\x8e\x91\x29\x02\x0f\xea\ \xfb\x48\x25\x79\xc4\x4a\x5a\xc6\x99\x9b\xf5\xf5\xad\x07\x3d\xf3\ \x48\x19\x6a\xd1\xb2\xd9\x6c\x58\x77\xec\x0c\xf5\x8b\x1e\xdd\x02\ \xf8\x59\x33\x82\x3a\x00\x05\xcc\x12\x51\x39\xa9\x2b\xaf\x57\x4b\ \x24\x12\x41\x9f\xcb\xe5\xbb\x7d\x77\x7c\xbe\x38\x4c\xe4\xc8\x1d\ \x25\x7b\x83\x0c\x53\x93\xe8\x8c\x07\xfa\xe0\xc6\x15\x87\x11\x8d\ \xde\x61\xf8\x60\xc8\x71\x0c\x9b\x9b\x9b\x81\x19\xc2\x1e\xe2\x08\ \x61\xfb\x90\x01\x2f\xa7\x20\xad\xee\xc0\x80\xf9\xad\xad\xad\x69\ \x61\x61\x21\xd4\x71\xa1\x43\xc8\xae\xdb\x04\xd2\xb6\x80\xcb\x44\ \x62\x2b\x05\xcc\x63\x83\x00\x58\x38\x6b\x58\x05\xf4\xda\x53\x94\ \x00\x05\xf6\xf4\xfb\xdf\xff\xbe\x4e\x9d\x3a\xa5\xf9\xf9\x79\xbd\ \xf7\xde\x7b\xba\x72\xe5\x4a\x60\x61\x62\xb1\x58\x00\x32\xd8\x91\ \x8d\x8d\x0d\x15\x0a\x05\x8d\x8f\x8f\x07\xb9\x2a\x16\x8b\x5a\x5d\ \x5d\xd5\xfe\xfd\xfb\x75\xe7\xce\x1d\x8d\x8d\x8d\x69\x6a\x6a\x4a\ \x35\x35\x35\x4a\xa7\xd3\x92\xa4\xe1\xe1\x61\xb5\xb6\xb6\xaa\xb1\ \xb1\x31\x3c\xd6\xa7\x5c\xde\x6a\xf2\x3a\x39\x39\xa9\xb3\x67\xcf\ \xaa\xa6\xa6\x26\x94\xbd\xe0\xc0\xdd\x17\x21\x53\x1e\x2c\x3b\x68\ \xe0\x7b\xd1\xcc\x81\x3b\x6a\xe9\xee\x23\xbe\xdc\x2f\x45\xcb\x3c\ \xdc\x4e\x01\x64\xa2\xec\x89\xcb\x2d\xd7\x24\x08\x62\x6c\x1e\xa8\ \x7a\x20\xe8\x73\xf0\xa0\x13\x7b\x40\x56\xca\xc1\x26\xf6\x11\xd9\ \x73\xc0\xe7\xac\x1f\xc0\x1c\x9b\x80\xae\xf0\x3d\xbf\x9f\x03\x39\ \xff\x99\xcf\xf9\x3d\x9d\x1d\xf7\x6b\x41\x7a\x14\x8b\xc5\x70\x1f\ \xb7\xfd\x8c\x0d\xbd\xf7\x54\xa5\xdb\x7c\x07\x63\x51\x5f\xe0\x7f\ \x63\x3e\xce\x7e\x45\xd9\x38\x0f\x52\xdf\xcf\x37\x60\xc3\xd8\xbf\ \x64\x32\xa9\x44\x6f\x6f\xef\x53\xd4\x73\x60\x58\x71\xc4\x18\x94\ \x28\xf5\xe7\x13\x44\x30\x98\x38\xff\xf3\xdd\x68\x94\xe3\x9b\xe0\ \x80\x03\x76\xc1\x85\xcd\x0b\x76\xd9\x10\x8c\x99\x0b\x2d\x42\xe7\ \xa7\xf7\x9c\x55\x73\x85\xf1\x85\xcc\xe5\x72\x15\x0a\x81\x10\x0d\ \x0e\x0e\x6a\xef\xde\xbd\x7a\xec\xb1\xc7\x34\x3f\x3f\xaf\xa1\xa1\ \xa1\xd0\x76\xc2\x29\x45\xef\x1d\x84\x91\x43\x58\x56\x57\x57\x7f\ \xad\x83\xb4\xb3\x49\x28\x0f\x46\x97\xb5\xe5\x74\x8d\x37\x7d\xe4\ \xba\xdc\x0b\xc5\x75\x90\xe8\x0a\xec\x27\x0d\x99\x17\xeb\xc9\xf5\ \x51\xa6\xcd\xcd\xcd\xc0\xb4\x74\x75\x75\x69\x7d\x7d\x5d\x4d\x4d\ \x4d\xa1\xa8\x91\xb5\x27\xaa\xa0\x66\xcd\x8b\x7c\x3d\x82\x77\x3a\ \x99\x79\x3a\x3b\x07\xb3\x87\x00\x72\x1a\xcd\xc1\x73\x54\xb6\x1c\ \x70\xf9\xe9\x1a\x8f\x50\x3d\x72\x42\x79\xa2\x91\x8d\x7f\x96\xf7\ \xfd\xd0\x84\x9f\xf2\x8a\x06\x14\xee\x18\x77\xef\xde\xad\xc9\xc9\ \x49\xfd\xf8\xc7\x3f\xd6\xee\xdd\xbb\x43\x4f\x20\xf6\xa9\xa1\xa1\ \x41\xdd\xdd\xdd\xba\xff\xfe\xfb\xd5\xd1\xd1\xa1\xeb\xd7\xaf\x6b\ \x7e\x7e\xbe\x82\xcd\x75\x46\x10\x63\x8a\x6c\x7a\x8b\x07\x1e\x51\ \x83\x03\x45\x56\x16\x17\x17\x83\x8e\xd5\xd4\xdc\x7d\xc0\x31\x8f\ \x99\xf1\xd3\x50\xb0\x73\xd1\xd6\x05\x5e\xd3\xe7\xed\x0e\xd8\x03\ \x40\x1b\xfb\xeb\xfb\x8d\xe3\xc6\x70\xa3\xd7\x3c\x46\x65\x65\x65\ \x25\x44\xb4\x38\x73\x1a\xe1\xe2\xb0\x3c\x55\x42\x2a\x11\x67\x8d\ \x43\x59\x5e\x5e\xae\x70\x22\xd1\x3d\x59\x5e\x5e\x56\xb1\x58\x0c\ \x4c\x0b\xac\x0c\xb2\xe7\x40\x80\x75\xa2\x25\x0c\x6b\x47\x7b\x08\ \xaf\x11\x8d\xc5\x62\x21\xcd\xc7\xfa\xbb\xde\xb1\x56\x51\xa3\x0a\ \x20\x73\x66\x83\xb1\x02\x2c\x49\xcb\x62\xb0\x3d\x05\x82\x3e\xc2\ \x6e\x31\x5f\xd6\xc0\xc1\xce\xfa\xfa\x7a\xb0\x01\xec\x31\x5d\xfd\ \x91\x25\x00\x66\xb4\xc4\x00\x1b\x40\xbd\x29\x81\x55\x32\x99\x0c\ \xa7\xf7\x38\xb4\xc0\x7c\xdc\x86\x33\x0e\x07\xaa\xd8\xad\x17\x5e\ \x78\x41\x85\x42\x21\x3c\xea\xc4\x19\x55\x9f\x37\x7a\xea\xc5\xf1\ \x80\xe9\xcd\xcd\xad\x07\x71\x27\x12\x09\xbd\xf5\xd6\x5b\x8a\xc7\ \xe3\x1a\x1f\x1f\xd7\xb6\x6d\xdb\xd4\xd2\xd2\xa2\xa6\xa6\x26\xdd\ \xbe\x7d\x3b\xc8\xd9\xf0\xf0\xb0\x5e\x7f\xfd\x75\xbd\xf5\xd6\x5b\ \x7a\xf1\xc5\x17\x75\xe0\xc0\x01\x0d\x0d\x0d\xe9\x99\x67\x9e\xd1\ \x47\x3f\xfa\xd1\x60\x03\xdc\xbf\x38\x10\x06\xcc\x3a\x5b\x01\x63\ \xca\x67\xb0\xa5\x9e\x66\xe3\x5a\x0e\x72\xa2\x7e\xd0\x5b\x8b\xa0\ \x93\xbe\x86\xd8\x21\xf4\xce\x89\x07\xd6\x1d\x40\xc6\xbe\x31\x26\ \x74\x21\x1a\xb0\x00\xd2\xb1\x27\x0e\x72\x3c\x65\xea\x99\x06\x7c\ \x02\xe3\x70\x3f\xed\x4c\x0e\xfe\x80\x20\xc0\xd9\x24\xb7\x9d\xc8\ \xa0\xdb\x75\x07\x35\xb0\xae\xd1\xc0\x9a\xf7\x96\x97\x97\x55\x28\ \x14\x2a\x88\x1f\x5f\x1b\xb7\x07\xfe\xbb\x8f\x9f\x39\x78\x2f\x2d\ \xd6\x9d\xb1\xfb\x9e\xf1\x7d\xe6\xc0\x75\xa2\x75\xc5\xd1\x39\x46\ \x49\x01\x4a\x17\x12\x1d\x1d\x1d\x4f\x49\x77\x0b\xb3\xa1\x0a\xe9\ \x57\xc3\xa6\x38\x2d\x16\x45\xa9\x2e\xb0\x4e\x6d\x22\x10\x0e\xaa\ \x98\x00\x4a\xe5\xc2\x8a\xb0\xf9\x86\x3a\x40\x8b\x32\x59\xce\x12\ \xa1\xac\x1e\x5d\x79\xa4\xcc\x77\x00\x2a\xf9\x7c\x5e\xa9\x54\x4a\ \x0d\x0d\x0d\xe1\xb4\xd8\xc6\xc6\x86\xb6\x6f\xdf\xae\xfe\xfe\x7e\ \xb5\xb6\xb6\xaa\xbd\xbd\x5d\xfb\xf6\xed\xd3\xda\xda\x9a\x26\x26\ \x26\x34\x3f\x3f\x5f\x21\xa4\x1e\xcd\x12\xa1\x01\x4e\x89\x98\x11\ \x7a\x9f\xbf\xb3\x75\x51\x56\x06\xa5\x40\x69\x1c\x14\x44\xfb\x5e\ \xa1\x38\x18\x4d\x2f\xf4\x75\x45\x76\x60\xec\x11\x5c\xa9\xb4\xf5\ \x8c\xb6\x83\x07\x0f\xea\xc0\x81\x03\xca\xe7\xf3\x15\x45\xfe\xe4\ \x93\x29\x54\x5d\x5b\x5b\x53\x2e\x97\x0b\x60\xcb\xe5\xc1\xd3\x77\ \x1e\x75\xfb\x5e\xad\xad\xad\x69\x66\x66\x26\xa4\x5d\x60\xc1\xa2\ \x40\xd2\xd7\xc3\xc7\xef\x8a\xe3\x2f\x9f\x2f\xbf\x7b\x74\x01\x48\ \x70\xe0\xe6\xd1\x24\xb2\xe3\xe3\x65\x6f\x18\x9b\x3b\xad\x52\xa9\ \xa4\xbd\x7b\xf7\x2a\x9d\x4e\xeb\xdb\xdf\xfe\xb6\xa6\xa6\xa6\xb4\ \x6b\xd7\xae\x5f\x8b\x94\xea\xeb\xeb\xd5\xd7\xd7\xa7\x07\x1e\x78\ \x40\xef\xbd\xf7\x9e\xa6\xa7\xa7\xb5\xbe\xbe\x1e\x1c\x2c\x2c\x51\ \xf4\x1e\xa4\xcb\x70\x46\x92\x82\xa1\x66\x7c\xfc\xee\xec\x0f\xe9\ \x36\x80\x18\xc0\x89\x35\xf0\x60\xc4\xd7\xc0\xd3\x66\x00\x0d\xf6\ \xd7\x1d\x34\xf2\x40\x5b\x02\x97\xd5\x68\x80\xe0\xe9\x28\xd2\xc0\ \xa4\xc8\x1c\xb8\x93\x46\x7f\xbf\x20\x81\x35\xf1\x34\x17\x32\x0d\ \x88\x64\x4f\xdc\x21\x32\x56\x6c\x00\xeb\xca\xc3\xec\x17\x17\x17\ \xc3\x43\xb5\xd1\x5d\xee\x09\xcb\xe5\x69\x59\xaf\x2f\x8c\xc7\xe3\ \x15\x07\x3f\xdc\x90\x7b\x20\x41\x50\x43\x9d\x97\x97\x15\x90\xba\ \x71\x19\x44\x7f\xd9\xef\x68\x30\x08\xc8\xf3\x54\xa5\x33\x5b\xac\ \x97\xa7\xa9\x58\x63\x7f\x52\x07\x87\x82\x56\x56\x56\x02\x78\xa7\ \xce\x0a\xb0\x99\x4a\xa5\x82\x3e\x63\x83\xd0\xa1\x68\xcd\x11\x73\ \x8d\xc7\xe3\xba\x73\xe7\x8e\x16\x17\x17\x75\xfe\xfc\x79\x0d\x0d\ \x0d\x55\xd8\x3c\xd7\x5b\xd6\x8d\x52\x04\x6a\xf5\x3c\x7d\x95\x4c\ \x26\x95\xcd\x66\x03\xd8\x9c\x9a\x9a\x52\x22\x91\x50\x36\x9b\xd5\ \x8e\x1d\x3b\x54\x28\x14\x74\xec\xd8\x31\x9d\x39\x73\x26\xa4\x1f\ \x4b\xa5\x92\x6e\xdf\xbe\xad\x6b\xd7\xae\x05\xe6\xaa\xb7\xb7\x57\ \xfb\xf6\xed\xab\x48\xad\xba\x9d\x70\xbb\x49\x8d\x1e\xbe\x10\x9b\ \xc4\xfe\x45\xb3\x01\x1e\x1c\x03\x22\x19\x3f\x9f\x8b\xfa\x09\xb7\ \x41\xd8\x98\x68\xca\x8b\xb1\x71\x0f\x07\x0e\x51\x20\xc0\x7d\xdd\ \xa6\x47\xc7\xe4\x8c\x3c\xdf\x03\xcc\xd2\x23\x0b\x76\xcf\x03\x0d\ \x27\x52\x18\x0f\x00\x2a\x5a\x1a\xe4\x65\x3e\xce\xee\xb1\xe6\xc9\ \xe4\xdd\x03\x64\xee\x33\xfc\xe9\x2f\xd1\xfb\xac\xac\xac\x04\x80\ \xe5\xa0\x27\xca\x84\xf9\x3d\xfc\x3a\x51\xcc\xe0\x63\x8a\xb2\x57\ \x7c\x96\xfb\xb8\xff\x72\x70\xe8\x73\x8e\xee\xa5\xfb\xa9\x58\x2c\ \x76\x17\x60\xe1\xfc\xd8\x10\x94\xd0\xd1\xbb\x47\x2f\xbe\xd1\x7e\ \xb3\x28\xed\xe7\xc2\xc1\xcb\x07\xea\x0e\xcd\x73\xdc\xbc\xc7\x3f\ \x17\x52\x84\xda\x29\x3a\x16\x80\x68\xcb\x27\x4e\x01\x27\xe3\x01\ \xed\x62\xf0\x32\x99\x8c\x3a\x3b\x3b\xb5\x6d\xdb\x36\xb5\xb5\xb5\ \xa9\xb7\xb7\x57\x87\x0f\x1f\x96\x24\x4d\x4f\x4f\xab\xba\xba\x5a\ \xf7\xdf\x7f\xbf\x8e\x1c\x39\xa2\xea\xea\x6a\xbd\xfb\xee\xbb\x15\ \xf3\x62\x9d\x5c\x21\x18\x1b\x8c\x13\x6b\xca\xfd\xa3\x88\x39\x4a\ \x95\x46\x8d\x18\x42\x0d\xab\x81\xe1\x73\xf0\xc2\xda\x62\xb8\x1c\ \x98\x3a\x03\xe6\xc2\x06\xd0\x39\x78\xf0\x60\x38\x39\xd4\xde\xde\ \xae\x44\x62\xab\x11\x28\x69\xc2\x89\x89\x89\xd0\x52\x81\x14\xa0\ \x1b\x5e\xc6\xe7\xc2\xea\x08\x9f\x9f\x71\xfe\x43\x43\x43\xea\xe9\ \xe9\x09\x4c\x85\x3b\x05\xff\x19\x79\x74\x79\x71\xc3\xee\xf7\x70\ \xe1\xf6\xbf\x79\xea\xc7\x95\xc3\x1d\x22\x4e\xca\x0d\x61\x34\xc2\ \x94\xee\x16\x75\xb2\xb6\xfd\xfd\xfd\xda\xbf\x7f\xbf\x7e\xfa\xd3\ \x9f\xea\x57\xbf\xfa\x95\xee\xbb\xef\xbe\x8a\x9a\x32\x74\x22\x95\ \x4a\xe9\xe1\x87\x1f\x0e\x51\xf7\xe4\xe4\x64\x38\x09\x8a\xee\xc1\ \x0a\x22\xc7\x00\x67\x0f\x66\x70\xb0\xb0\x02\xd4\xe5\x38\x6b\x88\ \xe1\x64\x0d\xfd\x24\x15\x35\x5c\x5e\x53\x48\xcd\x25\xd7\xa7\x18\ \xdc\x41\x10\x2f\x0f\x7c\x48\x09\x31\x0e\x5e\xa4\x95\xa8\xd1\x62\ \x0d\x78\x26\xe3\xc6\xc6\x56\x23\xc9\x7c\x3e\x5f\x51\xcb\xe3\x9f\ \x41\x26\x30\x80\x5c\x83\x79\x79\x8a\x9f\x53\xa3\xc8\x04\x85\xb3\ \xcc\x81\x13\x73\xd2\x5d\x67\x89\x7d\xa3\x56\x29\x1a\xb9\x3b\x0b\ \x06\x13\x0d\x88\x41\x3e\x60\x90\x00\x1e\xb0\xc0\x7e\x10\x86\xc8\ \x9b\xa0\x4b\xba\xcb\x20\x39\x7b\xca\x3e\xf1\x72\xf9\x46\xef\xd9\ \x07\x6f\xe3\x10\x05\xce\x00\x55\x6f\x79\x81\xc3\x75\xdb\xc4\x3a\ \xd1\x86\x81\x9f\x1b\x1b\x1b\x43\xed\x27\x9f\xc1\x79\x3a\xd8\x67\ \x7e\xec\x3d\xfa\xb0\xbe\xbe\xae\xff\xf7\xff\xfe\x9f\xde\x7a\xeb\ \xad\x00\xd0\x90\x51\xf6\x92\xef\x45\x9d\x93\xa4\xc0\x42\x22\xe7\ \xab\xab\xab\xda\xb1\x63\x47\x85\x2c\x2f\x2f\x2f\xeb\x9e\x7b\xee\ \xd1\xc0\xc0\x40\x98\xe3\xb9\x73\xe7\x54\x5b\x5b\xab\xc9\xc9\x49\ \xad\xac\xac\x04\xe6\xab\xbe\xbe\x5e\x07\x0f\x1e\xd4\xf4\xf4\xb4\ \x66\x66\x66\xd4\xd4\xd4\x54\xb1\x8f\xee\x98\x91\x01\xc6\x19\xb5\ \x19\xc8\xba\xeb\x35\xb6\x80\x79\x45\x89\x03\xbf\xb6\xdb\x63\xae\ \xc1\xda\x39\x10\x62\xaf\x90\x47\xb7\x71\xee\x3b\x78\xcf\xd3\xd6\ \x51\x72\x03\xf9\x71\xd6\xc5\x03\x55\x67\xbb\x00\xf1\x1c\xb6\x42\ \x1e\x61\xbd\xb9\xa6\xb7\x19\xf1\x31\x45\x75\x94\xf7\xdc\x3f\x43\ \x3a\xb0\xfe\x5e\x86\xe0\x84\x43\x3c\x1e\x0f\xc0\x6f\x76\x76\x36\ \xb0\xdb\x6e\x0b\xf9\xbc\xd7\xa1\xf9\x7c\x61\x9c\xa2\x38\x01\x7f\ \xec\x76\x3d\x1a\xb4\x3b\xc6\x89\xe2\x15\xbf\x1f\xf3\x42\x0e\xfc\ \x5f\x48\x5b\xb6\xb6\xb6\x3e\x15\x8f\xdf\xed\xe8\x0b\xaa\xc5\xe8\ \x32\x38\xa7\x82\xdd\x61\x3a\x3b\xc0\xa2\x45\xa3\x3a\x37\x04\xbc\ \x3c\x82\x8b\x6e\x4a\xd4\xb0\xf8\x51\x62\x9c\x21\x8b\x47\x7e\xd9\ \xe9\x3b\xe9\xd7\xdb\xfe\xb3\xd9\x99\x4c\x26\x50\xe2\xb9\x5c\x2e\ \x18\x92\xee\xee\x6e\xb5\xb5\xb5\x85\x7b\x8f\x8e\x8e\xaa\xbf\xbf\ \x5f\x89\x44\x42\xe3\xe3\xe3\x4a\xa5\x52\x3a\x7c\xf8\xb0\xda\xda\ \xda\x74\xea\xd4\xa9\x0a\xc4\x1c\x65\x59\x5c\x20\xdd\x10\x71\x9c\ \x9d\x88\xdc\xd3\x38\x0e\x9e\xfc\x7f\x94\x82\xe8\x16\xa7\x84\x82\ \x78\x91\xb2\x7f\x97\x23\xfd\xd0\xfc\xac\x3d\xf7\x2d\x97\xb7\x6a\ \x15\xf6\xef\xdf\xaf\xa1\xa1\x21\x4d\x4e\x4e\xaa\xaf\xaf\x4f\xed\ \xed\xed\xa1\x79\x22\x06\x96\x5e\x49\xd9\x6c\x36\xac\x6d\x54\xf9\ \x59\x7f\xf6\xc0\x99\x4b\xd6\x08\xc5\xb8\x73\xe7\x8e\xda\xda\xda\ \xc2\x7e\xf3\x42\x58\x71\xc4\x0e\x54\x58\x27\x14\x04\x03\xc6\xbd\ \xa3\x60\xde\xc1\x9e\x47\x9e\x51\x45\xf0\x6b\xa3\x78\xc8\xbc\xb3\ \x0e\xa4\x0f\x91\x29\xc6\x95\x4e\xa7\xf5\xe0\x83\x0f\xea\xd2\xa5\ \x4b\x7a\xf1\xc5\x17\xb5\x73\xe7\xce\x50\xdb\xe6\x06\x35\x1e\x8f\ \xab\xb7\xb7\x57\x07\x0f\x1e\x54\x7d\x7d\xbd\x2e\x5f\xbe\x5c\xc1\ \x1a\xb3\x37\x80\x20\x1e\x29\x13\x65\xe2\xbc\xc6\x8f\xd4\x03\x4c\ \x90\xff\xee\xeb\x19\x35\x2c\xcc\x71\x6e\x6e\x2e\xbc\x87\xe1\x63\ \x1d\x58\x5f\xc6\x86\x5c\xbb\xb3\xf6\x88\xd2\x0d\x1b\x2c\x38\x20\ \x00\x07\xce\x3c\x3c\x45\xcd\xf5\x79\xbc\x4f\xb9\x5c\x0e\xa9\x78\ \x64\xd7\x59\x3e\xe9\x6e\x0d\x19\x4c\x5a\x54\x26\x5c\x07\x5d\xff\ \xbd\x5d\x0a\x00\x12\x96\x99\x7d\x75\xdd\x42\x76\x58\x1b\x1c\x3c\ \xf6\xc8\x65\x8f\xf5\xf0\x02\x77\x52\x7f\xd8\x02\xd6\xc5\xed\x06\ \xa0\x96\x3d\xe1\xc4\xb2\x97\x03\x20\x43\xec\xa9\x03\x57\x8f\xb8\ \xa3\xf5\x60\x30\x57\xae\xcb\xd8\x68\x8a\xdc\xd3\xe9\x74\xe8\x49\ \x87\xf3\xc4\x26\x49\xf2\x96\x68\x00\x00\x20\x00\x49\x44\x41\x54\ \x47\xd3\x27\xbe\x26\x3e\x16\xe6\x97\x4a\xa5\x34\x38\x38\xa8\xcb\ \x97\x2f\x07\xf0\xe3\x76\x90\xf1\xe2\xbc\xd9\x6f\xc6\xcc\xde\xfa\ \xb5\xb7\x6d\xdb\xa6\x95\x95\x15\x1d\x3a\x74\x48\xc5\x62\x51\x4b\ \x4b\x4b\xda\xb5\x6b\x97\xf6\xed\xdb\xa7\xd7\x5e\x7b\x4d\xd9\x6c\ \x56\x43\x43\x43\x1a\x1c\x1c\x54\x2c\x16\x0b\x07\x67\x72\xb9\x9c\ \x72\xb9\x9c\x66\x66\x66\x34\x35\x35\x15\x64\x84\x26\xaa\x33\x33\ \x33\x15\xf6\x95\xb1\xf2\xbb\xa7\x84\x91\x15\x07\x2e\xac\x01\x01\ \x01\xb2\xed\x80\xcb\xd9\x1d\x5f\x4f\xd7\x27\x07\x07\xee\xc0\x7d\ \x4c\xd4\xdc\xb2\x2f\xee\x83\x3d\x73\xc2\xbd\xdd\xff\x62\x73\xd9\ \x5b\xd2\xd0\xe8\x31\xfa\x89\x0e\xfb\xe9\x67\xc6\xe3\xf5\xd8\x6e\ \xab\xa2\xc4\x08\x7b\x0a\x40\x66\x2f\x59\x2b\xc7\x0d\x00\x70\x82\ \x02\xf7\xfb\x04\xa5\xf1\x78\x5c\x63\x63\x63\xa1\x4d\x09\xe3\x8f\ \xb2\x59\x9e\xc5\x71\x40\xe4\xd7\x04\x88\x12\xc4\x82\x07\xfc\x3a\ \x6e\x23\xdd\x2f\x38\x96\x41\xb7\x3d\xc0\x8f\xb2\x8c\xf8\xa5\xea\ \xea\x6a\x25\xf2\xf9\xfc\x53\x18\x0e\x06\xea\xc7\xaa\x5d\x09\xa2\ \xd4\xa3\x03\x23\x57\x42\x1f\x1c\x86\xc0\xd1\x22\x2f\x37\x1c\x7e\ \x0d\x37\xe0\x6c\x24\x51\x84\x4f\xd4\x01\x15\x0e\xc7\x91\xb2\x0b\ \x0a\xc6\xb8\xaa\xaa\x4a\x9d\x9d\x9d\xda\xb1\x63\x87\xba\xbb\xbb\ \x35\x30\x30\x10\x28\xe4\xa6\xa6\x26\xb5\xb6\xb6\x6a\x72\x72\x52\ \xa7\x4f\x9f\x0e\x06\x3e\x9f\xcf\x07\x20\x77\xef\xbd\xf7\xea\xe8\ \xd1\xa3\x3a\x73\xe6\x8c\x0a\x85\x42\x85\xb1\x43\xe0\x50\x00\x2f\ \xc0\xc3\xa8\xba\xc1\x8c\x32\x04\xce\x2a\x78\x94\xca\xda\x10\xa9\ \xf2\x59\x04\x8e\x02\x68\x04\xdb\xbf\x83\xd1\x72\x64\x8d\xd0\xb5\ \xb7\xb7\xab\xb1\xb1\x31\xac\x6f\x2a\x95\x52\x5f\x5f\x5f\x85\x93\ \xc4\x10\xd0\x59\x99\x68\x9e\xba\x21\x97\x0f\xdf\x73\x7e\xc6\x58\ \x61\x04\x48\xcf\x38\x50\x44\xb6\x58\x4b\xa7\xe8\x3d\x55\xe4\xc2\ \x1d\x05\xf1\x0e\x70\x99\xb7\xff\xef\xeb\x8c\xd1\xf0\x7b\xa2\x64\ \x6e\x1c\x1d\x70\xf9\xde\x45\x1d\x77\x4d\x4d\x8d\x0e\x1c\x38\xa0\ \x42\xa1\xa0\x1f\xfc\xe0\x07\xaa\xab\xab\x53\x6f\x6f\x6f\x85\xf1\ \x66\x1c\x75\x75\x75\xda\xb3\x67\x8f\x72\xb9\x9c\x2e\x5f\xbe\x1c\ \x8c\x9f\xa7\x94\x38\x39\x88\x11\x80\xa9\x41\xb6\x39\xcd\xcb\xfc\ \xbc\x9b\x38\x6b\xca\x98\xbd\xee\x0a\xf9\xf1\xfa\x27\xf4\xc3\x65\ \xca\xd7\x11\xe7\x8f\x83\x28\x97\xb7\xba\xb8\x2f\x2f\x2f\x57\x1c\ \xe5\xe6\xd4\x4f\x26\x93\x51\x63\x63\x63\x45\x2a\xd0\x53\x2c\x3c\ \xf7\x34\x16\x8b\x85\x96\x30\xf3\xf3\xf3\x21\xe5\x8d\x31\xf7\x1a\ \x50\x64\x82\x82\x68\x1f\x0f\x86\x95\x7d\x65\x4c\x80\xa9\xf5\xf5\ \xf5\xc0\x52\xb1\x26\xd4\x63\x24\x12\x89\x0a\xc6\xc9\x23\x59\xe6\ \x14\x8b\x6d\xd5\xbb\xb1\xdf\x0e\x5e\x70\x0e\xc8\x3c\x63\x70\xe7\ \x4a\x1a\x9c\x28\xdc\xe7\xe0\xb5\x6b\xe8\x3a\xf5\x60\xd8\x5a\x82\ \x16\xe4\xd0\x1d\x31\x81\x30\x63\xc5\xa1\x38\x40\x60\x0f\xf9\x19\ \xc0\x0a\xd0\xe0\x64\x25\x6b\xef\x76\x92\x52\x00\x97\x1f\xe4\x94\ \xeb\xba\x5e\x56\x55\x55\xe9\xf5\xd7\x5f\xd7\xcd\x9b\x37\x2b\x00\ \x96\x8f\xd9\x6b\xe2\x90\x33\xb7\x13\x0e\xde\x12\x89\x44\x78\x7c\ \x4e\x3c\x1e\x57\x3e\x9f\xd7\xe8\xe8\xa8\x8e\x1f\x3f\xae\x93\x27\ \x4f\x6a\x62\x62\x42\xcb\xcb\xcb\xea\xed\xed\xd5\xe0\xe0\x60\x45\ \x6a\x0b\xf6\xd2\x19\x49\xf4\xa1\xaa\xaa\x2a\x14\xca\xb3\xee\x1e\ \x4c\xb9\xce\x33\x37\xe6\xe9\xcf\xc2\x25\x5d\xeb\x04\x80\xf7\x60\ \xe3\xc5\x9c\xb0\xf7\xce\x7c\x00\x10\xb0\x43\x5e\x52\xe2\x2c\x96\ \xb3\x2e\xcc\xcf\xd7\x89\x71\xba\x5f\x76\x70\x80\x3e\xc1\xf6\x7a\ \xa0\xed\xc1\x25\x9f\x75\x5b\xee\xe0\xc3\x09\x02\xd6\x8d\x7d\x76\ \x26\x3c\x0a\x32\xf1\x91\x2b\x2b\x2b\x5a\x5f\x5f\x0f\x29\x7a\x0f\ \xfe\x1d\x54\x4a\x0a\x6d\x1a\xa2\x00\xdd\xaf\xef\xbe\x25\xaa\x7b\ \x7c\xc7\x65\x90\x97\x67\x46\x78\x79\xe0\xe3\x3e\xd4\x03\x5c\xc7\ \x3e\xd1\xc0\x1d\x19\x42\xce\x24\x29\x91\xcd\x66\x9f\x22\x6d\xc0\ \x45\xbd\xb5\x00\x93\x75\xc0\xe0\x51\x8c\x0b\xa0\x0f\xd6\x17\x0d\ \x21\x42\x00\xfc\x38\x34\x13\xf3\x54\x01\x83\xf5\x1a\x18\x77\x56\ \x2e\x94\x51\x07\x48\x94\x9d\x48\x24\x2a\x4e\x3c\x90\x3a\x88\xc7\ \xe3\xea\xe8\xe8\xd0\xa3\x8f\x3e\xaa\x7c\x3e\xaf\xae\xae\xae\x60\ \xac\xe8\xbd\xd1\xd6\xd6\xa6\xb6\xb6\x36\x55\x55\x55\xe9\xd2\xa5\ \x4b\xea\xeb\xeb\x53\x73\x73\xb3\xaa\xab\xab\x35\x3d\x3d\xad\xee\ \xee\x6e\x7d\xf2\x93\x9f\x54\x32\x99\xd4\xf5\xeb\xd7\x35\x37\x37\ \x57\xa1\x48\x4e\x29\x7a\xcd\x0b\x02\xe2\x0a\x07\x28\xe4\x34\x1d\ \x11\x49\xb9\x7c\xf7\x99\x46\x14\xbc\x62\xa8\xa5\xbb\xc0\x11\x65\ \x43\x39\xb9\xbf\xd7\x8d\x20\xe0\x14\xcd\xd2\x36\x21\x9b\xcd\xea\ \xa1\x87\x1e\x52\xa1\x50\x50\x3c\x1e\xd7\xf1\xe3\xc7\xd5\xd6\xd6\ \xa6\x64\x32\x19\xea\x33\x24\x69\x69\x69\x49\x4d\x4d\x4d\xaa\xae\ \xae\x0e\xce\xca\x01\x41\x34\x0a\xf4\x68\xcf\x41\x38\x8e\x12\x87\ \xe8\x87\x18\x9c\x2a\x46\x29\x9c\x7e\xa6\xde\x07\xc3\xc3\x67\xa3\ \x80\xdd\xe5\xd2\x81\x82\x7f\xde\x4f\xa2\x39\x00\xc6\x88\xf0\x19\ \x07\xf4\x9e\xb6\x73\x59\xe3\xfd\xda\xda\x5a\x1d\x38\x70\x40\xfd\ \xfd\xfd\xfa\xce\x77\xbe\xa3\xf1\xf1\x71\xed\xdb\xb7\x2f\xec\x83\ \xb3\x0d\xa5\x52\x49\x7d\xff\x57\x9b\x75\xf5\xea\xd5\x70\x7a\x8a\ \xb9\x93\xc6\xf0\xe7\xcd\x61\xcc\x00\x10\x30\x9e\xac\x11\x0c\x4d\ \x94\x11\xc1\xf1\xb2\x7e\xcc\xc9\x53\x18\xf1\x78\xbc\x82\x71\x4a\ \xa5\x52\x01\x80\x51\x23\xe1\x73\x0d\xf4\x77\xe2\xee\xf1\x6d\x0c\ \x4f\x3a\x9d\x0e\x40\x8d\xf4\x1c\xb2\x44\x91\x3b\xc0\xa8\x5c\xae\ \xec\x7c\x4c\x8a\x10\x9d\xf7\x06\xa1\x1e\xb1\x13\x8d\xe3\xb0\xf9\ \x1e\xba\xef\xfd\x75\x96\x96\x96\x54\x5f\x5f\x1f\x4e\xad\x3a\x70\ \x89\x06\x8d\xce\xca\xb1\x46\x3c\x04\x9a\xf7\x9d\x31\xc6\xc8\x22\ \x4b\x5e\x33\x89\x8e\x01\x3c\x1c\x5c\xc4\x62\xb1\x8a\xa7\x24\x38\ \x2b\x85\xce\x63\x3f\x5d\xbf\x38\x1d\x49\x1a\x87\x3d\x47\x5e\xbc\ \x7d\x8a\xa7\x36\x25\x05\xf0\x94\x4c\x6e\xb5\xf5\xa8\xaf\xaf\x57\ \x43\x43\x43\x58\x2b\x4f\x5d\xe2\x84\x5d\x87\x1c\x00\xe1\x0b\x60\ \xe6\x59\x83\xd1\xd1\x51\x7d\xef\x7b\xdf\x0b\xfb\xe9\x32\xe2\x01\ \x97\x03\x36\x64\xcb\x75\xd5\xfd\xc8\xc6\xc6\x46\x78\x0e\x26\x35\ \x74\xe5\x72\x59\xb3\xb3\xb3\xfa\xd8\xc7\x3e\xa6\x07\x1e\x78\x40\ \x85\x42\x41\xd7\xaf\x5f\x0f\xcf\xad\xe3\xfa\x00\x40\x82\x12\x0e\ \x00\x70\x78\x83\x3e\x69\x51\x1f\x87\x3c\x47\x8b\xa0\x1d\x28\x22\ \xbf\x6e\x73\x91\x09\x07\x36\xce\xb0\x00\x9e\x7c\x0d\x00\x62\xec\ \xb1\x83\x1e\xae\xeb\xd7\x76\x10\xe6\x0c\x30\x9f\x73\xfb\x4b\x6b\ \x18\x07\x13\x7e\x5f\xf7\xef\x00\x43\xf4\x2f\x0a\x50\xd0\x11\x67\ \xd1\xbc\x88\xde\x41\x94\xdb\x6d\x4f\x65\x97\x4a\x5b\x29\x46\x0e\ \x4a\x11\xc8\x7b\xc0\xca\x78\x08\xc6\xe8\xcf\xe8\xb2\x82\xce\xf0\ \x7d\xc7\x16\xae\x97\x51\x90\xe8\x00\xc9\xd7\xcb\x09\x20\xf7\x07\ \x1e\xfc\xf8\xde\x45\x49\x85\xe8\x9e\x56\x00\xe8\x5c\x2e\xf7\x14\ \x14\x38\x03\xc7\xb1\x42\x8b\xfb\x62\xbb\x51\x8d\x2e\x26\x37\x66\ \x30\xee\x90\xdc\x70\x31\xe9\xa8\x43\xf5\x81\xb2\x69\x7c\xc7\x3f\ \x8f\x33\x88\x6e\x4a\x2c\x16\x0b\x51\x19\x88\x1d\xa7\xe4\xc2\xdc\ \xd6\xd6\xa6\x27\x9e\x78\x42\x0d\x0d\x0d\x1a\x1d\x1d\x55\x3a\x9d\ \xd6\xc0\xc0\x80\xe2\xf1\xb8\xa6\xa6\xa6\xb4\xb6\xb6\xa6\x86\x86\ \x06\xbd\xfb\xee\xbb\x3a\x7c\xf8\xb0\x7a\x7a\x7a\x02\x00\x2b\x95\ \x4a\x7a\xed\xb5\xd7\xb4\xb6\xb6\xa6\xc7\x1e\x7b\x4c\x8f\x3f\xfe\ \xb8\xba\xba\xba\x74\xe3\xc6\x8d\x70\x52\x8c\xd3\x15\x6c\xbe\xaf\ \x03\x9b\x8f\x11\xf3\xc7\xc8\x6c\x6c\x6c\x54\x18\xf3\x64\xf2\xee\ \x63\x78\x10\x6a\x36\x9e\x6b\x3a\xe0\xe2\x61\xaf\x18\xee\xe8\xc9\ \x0b\x7e\xcf\xe7\xf3\xca\x64\x32\x9a\x9f\x9f\x0f\x06\xeb\xa3\x1f\ \xfd\xa8\xda\xda\xda\xc2\xb5\xe9\x85\x43\x84\xeb\xc5\xc1\xd0\xe6\ \x80\x2c\xd6\x9e\xf9\x3a\xcb\xe0\xc6\x73\x75\x75\x35\x18\x7e\x8c\ \x1f\x06\x1a\x90\x1f\x05\x48\x5c\xdb\xe5\x84\x7f\x6e\x20\x5c\x7e\ \x10\x6e\x37\x74\xbc\x88\xe2\x01\xe1\x28\x95\x1b\x7a\x07\xb7\xd1\ \x88\x36\x1a\xd1\x38\x7b\x22\x6d\x15\x52\x37\x37\x37\x6b\x66\x66\ \x46\xcf\x3d\xf7\x9c\xee\xbf\xff\xfe\x70\x80\xc2\xc1\x60\xa9\xb4\ \x95\x5e\x3c\x76\xec\x98\x6e\xdd\xba\xa5\xe1\xe1\xe1\xb0\xb6\xc8\ \x37\x73\xe4\x59\x81\x8c\x23\x1a\xbc\x30\x1f\x3f\x65\x88\x61\x9d\ \x9d\x9d\xad\x70\x06\x74\x89\xf7\x39\xb9\x61\x8d\xea\xea\xe6\xe6\ \x66\xe8\x11\xe7\xce\x05\x20\x57\x2a\x95\x42\x6f\x9e\x8d\x8d\x0d\ \x35\x35\x35\x05\x40\x43\x41\x3c\xfb\xbb\xb1\xb1\x11\x02\xb9\xd6\ \xd6\xd6\x50\xc0\x8c\xfc\x33\x6f\x07\x8f\x0e\x4e\x7d\x8e\x00\x94\ \xc6\xc6\xc6\x8a\xe3\xe7\x8c\xcf\xd3\x78\xac\x15\x6c\x12\x6b\xe6\ \xeb\x09\x98\x65\xef\xa3\x91\xb7\x74\xb7\x8d\x84\xa4\x00\x76\x48\ \x5f\xb8\x3d\xf2\x1a\x56\xbf\x1e\x7b\x00\xf8\x22\x30\x43\x7f\x3d\ \x30\x22\xca\x47\xef\x3d\xed\x8a\xcc\x22\x4f\x30\xcc\xae\xeb\x00\ \x26\x9c\x6c\x55\x55\x95\x72\xb9\x5c\x90\x31\x80\x30\x2c\x02\xd7\ \xf1\xba\x51\x8f\xd4\x1d\x88\x30\x3e\xc6\x01\xb8\xfb\xef\xff\xfe\ \x6f\x9d\x3d\x7b\x36\xc8\xc7\xfb\xb1\x0a\xdc\xc7\x59\x96\x28\x43\ \xe6\x0e\xd2\xf7\x81\x4e\xf6\xcb\xcb\xcb\x3a\x74\xe8\x50\xc5\x21\ \x91\x8d\x8d\x8d\xf0\x70\x60\x77\xd2\xc8\x46\x3a\x9d\x0e\x8f\x02\ \x9b\x99\x99\x09\xb2\x2a\xdd\x6d\x46\xec\x8e\x16\xdd\x66\x7c\x9e\ \xca\x8a\xb2\x6c\xee\x97\xa2\x4e\x38\x9a\xa6\xc2\x27\xb9\xad\x21\ \x6d\x0b\x28\x72\x47\xcd\xd8\x58\x6f\x3f\x90\x82\xdd\xf2\x94\x9b\ \xfb\x1d\xdf\x43\x1f\x0f\xfa\x55\x2e\x97\x2b\x02\x01\x02\x7e\xd7\ \x0b\x7e\x76\x3d\x75\xc0\xcd\xf8\x99\x5b\xf4\x10\x86\xa7\x45\x59\ \x63\x97\x49\xb2\x20\x8e\x01\xb8\x07\xbd\x18\x29\x1f\xe0\xfe\x51\ \xa0\xea\xb6\x2b\xca\x6c\x39\xc3\x1d\x05\x44\x30\x72\x8c\xd3\x3f\ \xc3\xfb\x1e\x9c\x7b\x80\xcc\x78\x5c\x66\x5c\xbe\xc3\xda\x35\x37\ \x37\x3f\x85\xb0\x20\x8c\x9e\x22\x8c\xde\xcc\xbf\xec\x94\x7a\x14\ \x5d\x47\x27\xeb\xd4\xa8\x0b\xa9\x3b\x8a\x68\x94\xe0\x02\xc8\x22\ \x72\x24\x9a\x6b\x39\xcb\x50\x2e\x97\x43\x94\xec\xc6\x92\x13\x70\ \x20\xe7\xe6\xe6\x66\x95\xcb\x65\xcd\xcc\xcc\x68\xe7\xce\x9d\x6a\ \x6f\x6f\x0f\x46\x2e\x93\xc9\xa8\xab\xab\x4b\xbd\xbd\xbd\xba\xf7\ \xde\x7b\xb5\xb8\xb8\xa8\xa1\xa1\xa1\x70\x7f\x8a\xbf\xdf\x7c\xf3\ \x4d\x8d\x8c\x8c\x68\x6c\x6c\x4c\x35\x35\x35\xea\xef\xef\x57\x57\ \x57\x97\xa6\xa6\xa6\xc2\x33\xea\xa2\x1b\xcb\xf8\xdd\x80\x44\x6b\ \x34\x70\xc4\xcc\xd9\x85\x19\x76\x8b\xef\xa3\xac\x38\x3a\x8c\x3d\ \xdf\x21\x05\xc1\xda\x13\xad\xf6\xf4\xf4\xa8\xa3\xa3\x43\xcd\xcd\ \xcd\x5a\x5d\x5d\xd5\xc7\x3e\xf6\x31\x1d\x3c\x78\x50\xe7\xce\x9d\ \x0b\x9f\xc1\x09\x39\xfb\x00\x20\x74\x43\x0e\xd3\x83\x0c\x60\x80\ \xf9\xd9\xff\xe6\xf5\x15\x28\x32\xeb\x8e\xa1\xc3\x11\x3b\xab\xc4\ \x9e\x47\x0d\x7e\x54\x96\x7c\x9d\x1d\xfc\xf9\xcf\x2e\x97\x51\x85\ \x72\x30\x88\x41\x70\x83\xe7\xd1\x68\x54\xc9\x50\xb0\xaa\xaa\x2a\ \x35\x34\x34\xa8\xa5\xa5\x45\xf7\xdc\x73\x8f\xbe\xf9\xcd\x6f\x2a\ \x99\x4c\xaa\xaf\xaf\xaf\xc2\x38\x39\xa3\x75\xf4\xe8\x51\x0d\x0e\ \x0e\xea\xd6\xad\x5b\x15\x8f\xfa\x81\xf5\x88\x1e\xa4\x20\x45\x8b\ \x53\x41\x07\x98\x27\xa0\xd9\x4f\x99\x61\x80\xbc\x76\x30\x6a\x78\ \xa3\x35\x4c\x80\x7e\x7e\x87\x99\xf2\x86\x96\x1e\x15\xc7\x62\x5b\ \x8f\x57\x41\x96\xe9\x04\x0f\xe8\xa0\x14\xc1\x19\x2c\x07\x4c\x30\ \x2e\xd4\x93\xf1\xbd\x58\xec\x6e\xaa\x12\xd0\x89\x63\x60\xcc\x1e\ \xb8\x01\xa2\x71\x0c\x18\x76\x80\xa8\xa7\x51\xfd\xf1\x45\x2e\x13\ \x5c\xd3\xd3\x4e\xc8\xbc\x83\x5f\x97\x71\x97\x4d\xf4\x0d\xd6\x08\ \x47\xc2\x5c\x66\x67\x67\xc3\xc1\x92\x4c\x26\x13\xe4\x0d\x19\x23\ \xa8\x71\xc0\xcf\xfa\xf3\xcf\xf7\x9f\x7d\x47\x87\x9c\x2d\x03\x40\ \x52\x7f\x4a\x2f\x29\x77\x6e\x38\x79\xf4\xd1\x75\xd8\x81\x2a\x3f\ \x47\xed\x7f\x22\x91\xd0\x8f\x7e\xf4\x23\x4d\x4d\x4d\x55\xe8\x63\ \x54\xde\x91\x41\x67\xe8\x9c\xe1\x72\xdf\xc1\xbd\x70\xfc\xd8\xb9\ \xde\xde\x5e\x4d\x4e\x4e\x86\x7a\xb8\x9d\x3b\x77\xaa\xb9\xb9\x59\ \xe3\xe3\xe3\xa1\x16\xcb\x7d\x84\x74\x97\xb5\x47\x6f\x5a\x5b\x5b\ \x15\x8f\xc7\x2b\x52\xc9\x9e\x8a\x8b\xd6\x16\xb9\x3e\xbd\x9f\x53\ \x75\x26\xd2\xdf\x77\x9f\xe8\xfe\x13\x7b\x86\x4d\xc3\x6f\x79\x0f\ \x33\x00\x8b\xfb\x8b\x68\xa0\xe6\xe9\x32\x74\xd5\x8b\xf8\xd1\x53\ \x97\x4f\xf7\x23\xc8\x51\x2c\x16\x0b\xb6\xdd\x9f\xc9\xc9\x1c\xbd\ \xee\x91\xeb\xf2\x3f\xe3\x70\xa6\x89\x40\xe2\xfd\xb2\x53\xac\x07\ \xb5\x80\x51\x3b\xec\x72\x37\x3b\x3b\xab\xa5\xa5\xa5\x70\xc2\x13\ \xf6\xd6\xe7\xe7\xe0\xdd\x59\x60\xd6\xd7\xf7\x82\xbd\x61\xad\x5c\ \x47\x3c\xbd\xea\xc1\x81\xef\xa7\x67\x6f\x3c\xe8\x40\x1f\x5c\x5e\ \x4a\xa5\xd2\x56\x0d\xd6\xe2\xe2\x62\x70\xc6\x00\x92\xa8\x40\x61\ \xc0\x9d\x9d\xf2\xf7\x98\xb4\x03\x03\xdf\x20\x16\xd0\x9d\x93\x0b\ \x28\x4a\x85\x00\xf8\x44\xfd\x33\xee\x1c\x7c\xf2\xb1\xd8\x56\x5f\ \xab\xba\xba\xba\x90\x6e\xea\xea\xea\xd2\xc0\xc0\x80\xb2\xd9\xac\ \xf6\xef\xdf\xaf\x63\xc7\x8e\x69\x60\x60\x40\x2b\x2b\x2b\xda\xbb\ \x77\xaf\x5e\x78\xe1\x05\x5d\xbd\x7a\x35\xf4\x0e\x1a\x1d\x1d\x55\ \xb1\x58\xd4\xf2\xf2\xb2\x2e\x5d\xba\xa4\xf7\xde\x7b\x4f\x8b\x8b\ \x8b\x7a\xf5\xd5\x57\xf5\x8b\x5f\xfc\x42\x57\xaf\x5e\x55\xb1\x58\ \xd4\x95\x2b\x57\xb4\xb4\xb4\xa4\xab\x57\xaf\x6a\x7a\x7a\x3a\x9c\ \xda\x69\x69\x69\xd1\x9e\x3d\x7b\xb4\x7d\xfb\x76\xcd\xcc\xcc\x68\ \x76\x76\xb6\x82\x61\xe3\x05\x8d\xef\x6c\x94\x37\x9e\x03\xdc\xba\ \xb0\x61\x00\x3d\xaa\x77\x16\x66\x73\x73\x33\x38\x23\xd6\x97\x75\ \xf3\x87\xb4\xd2\x96\xe2\xd1\x47\x1f\x0d\x11\xe0\x03\x0f\x3c\x10\ \x3a\xab\x7b\x5d\x98\xb3\x16\x6e\x64\x7c\xaf\x30\x20\xde\x13\xc5\ \x9d\x11\xdf\x27\x15\xc4\xdc\x10\x5e\x22\x73\x4e\xb6\xb9\x03\x63\ \xde\xee\x60\xa3\x6c\x52\x54\xb9\x90\xd3\xe8\xdf\x5d\xa1\xa2\x91\ \x35\x32\xcb\xfd\x3c\x0d\xee\x00\xc2\x9d\x45\x34\xc8\x70\xb6\xac\ \xa6\x66\xeb\xd1\x20\xfd\xfd\xfd\xba\xef\xbe\xfb\xf4\xcf\xff\xfc\ \xcf\x5a\x5f\xdf\x7a\x0c\x91\x07\x03\xcc\x21\x91\x48\xe8\xbe\xfb\ \xee\x0b\xf2\xe4\xeb\xe9\x46\xd5\x5b\x0e\xf8\x9e\x78\xdd\x1d\xec\ \xad\x1b\x34\xe6\x47\x0b\x05\xee\xcb\x75\x69\x1b\x01\xb0\xa5\x69\ \x23\x80\x1f\xbb\xc0\xf5\xd0\x4d\xa2\x7a\x64\x33\x99\x4c\x86\x23\ \xfe\x44\x9f\x18\x67\x4f\xc7\x70\x5d\xec\x01\x20\x0b\x40\xe4\x35\ \x78\x80\x6b\x64\x86\xfb\x90\x5e\xf6\x20\xc4\x81\x0c\x0e\x95\xcf\ \x10\x35\xc3\x9e\xba\x1c\x33\x66\x6f\x69\xc1\x1a\xb2\x6e\x18\x5f\ \xbe\xe3\x81\x23\xf3\x70\xf6\xda\xd3\x4d\xac\x19\x7f\xf7\x42\xe3\ \x68\xa0\x10\x95\x45\x07\x6f\x89\x44\x22\xb4\x57\x70\x86\x80\xae\ \xed\x80\x60\x4e\x50\xb2\x87\x74\xd7\xe7\xb0\x01\xeb\x40\x10\xe5\ \x0c\x8d\x07\xa6\xec\x01\x36\x0a\x56\xc4\x1d\xb7\x07\x24\x2f\xbf\ \xfc\x72\x78\xdc\x12\xfb\xc0\xf7\x91\x47\x67\xb7\x59\x37\xf7\x11\ \x51\x00\xc3\xdc\xb1\x55\xb1\x58\x4c\x93\x93\x93\x8a\xc5\x62\x1a\ \x1d\x1d\x55\x26\x93\x09\xc1\xcb\xc4\xc4\x84\xce\x9f\x3f\x5f\x61\ \x23\x00\xa6\xc8\xd9\xfa\xfa\xba\x76\xec\xd8\xa1\x13\x27\x4e\x28\ \x9d\x4e\x57\x64\x60\xfc\x1f\x0f\x27\xf7\x20\x02\x19\x73\xbb\xc4\ \xd8\xa3\xa0\xca\xfd\xd6\xfb\x05\x00\xac\x27\x3a\xc1\x5e\xc2\x5a\ \x7a\xa9\x08\xdf\x65\xfd\xdd\xc6\xd1\x2f\xd1\x19\x5b\xfc\x30\xcc\ \xe2\xfb\xdd\xcf\x89\x10\xe4\x80\xbd\xf2\x82\x70\x6c\x1a\xa0\xcd\ \x4b\x0e\xd6\xd6\xee\x3e\x1f\x17\xd9\xf6\x67\x6a\x3a\x00\x47\x3f\ \x1c\x88\x78\xed\x1f\xf7\x66\x3d\xb1\x21\x3c\x30\x1e\x79\x74\x99\ \xf4\x32\x19\xb7\xd3\x80\x57\xd6\xde\x65\xc8\x5f\xd8\x79\x97\x33\ \xdf\xd3\x68\x50\xee\x81\x87\xcb\xbd\x13\x24\x6e\x17\x24\x29\x89\ \x51\x45\xa8\x88\xa6\x30\x4c\xdc\xd4\xa3\x3b\x36\xc8\x73\xf1\x9e\ \x36\x70\x2a\x90\x88\xd7\xc1\x82\x0b\x0b\x86\x23\x5a\x14\x18\x5d\ \x30\xfe\x8e\xa3\x84\x59\x71\x43\xe2\x4c\x43\x3a\x9d\x56\x3e\x9f\ \x0f\x05\xc5\xd5\xd5\xd5\xba\x70\xe1\x82\x0a\x85\x82\x36\x37\x37\ \xf5\x9f\xff\xf9\x9f\x5a\x5a\x5a\xd2\xd9\xb3\x67\xf5\xf2\xcb\x2f\ \x57\xb0\x5e\x2c\x14\xc2\x4c\xcd\xc7\xc8\xc8\x88\x4e\x9e\x3c\x19\ \x80\x87\xa7\xbb\xd6\xd6\xd6\x94\xc9\x64\x42\xd4\xda\xd8\xd8\xa8\ \xf9\xf9\x79\x2d\x2c\x2c\x04\xa1\x75\x66\x8a\x8d\x20\x2d\x48\x4a\ \xd3\xe7\xe0\x6b\xe5\x47\xda\x3d\x3a\xc5\x18\x7a\x0d\x8d\x2b\x14\ \x11\x72\x36\x9b\xd5\xe4\xe4\xa4\xf6\xed\xdb\xa7\x23\x47\x8e\x84\ \x3d\x6b\x6f\x6f\x0f\xe0\x8a\xd3\x6b\xb5\xb5\xb5\x5a\x5c\x5c\x0c\ \x35\x34\x18\x6f\x00\xf7\xfc\xfc\xbc\x56\x57\x57\x95\xcf\xe7\x95\ \x4c\x26\x2b\x8e\xc2\xbb\x91\x02\x80\xb1\xa6\x38\x49\xee\xed\x2c\ \x01\x35\x32\xec\x3b\x51\x9d\x3b\x76\xaf\xed\x42\x1e\x58\x5b\xa7\ \xb4\x91\x5d\x37\x4e\x4e\x01\xbb\xe3\xf5\x48\xce\xaf\xef\xb2\xe7\ \x29\x0f\x4f\x2b\x3a\xb8\xe2\x77\x3e\xd3\xde\xde\xae\xf1\xf1\x71\ \xed\xdc\xb9\x53\x7f\xf9\x97\x7f\xa9\x7f\xf8\x87\x7f\xd0\xe8\xe8\ \xa8\x3e\xf7\xb9\xcf\x55\x14\x27\xc3\xd0\xd5\xd7\xd7\xeb\xf3\x9f\ \xff\xbc\xfe\xfc\xcf\xff\x3c\x18\x3c\xaf\xad\x73\x60\x86\x81\xf3\ \x82\x68\x9c\x1e\x7b\x4e\x2d\x92\x3b\x46\x67\xb1\x90\x29\xc0\x26\ \xdf\x77\xa0\xe2\x00\x22\x1a\x64\x2d\x2c\x2c\xa8\xb1\xb1\x31\x04\ \x27\xcc\x9b\xfa\x36\x00\x18\xac\x2d\xd1\x78\x2c\xb6\xd5\x1f\x26\ \x9b\xcd\x86\x8e\xef\x74\xa8\xaf\xab\xab\xd3\xec\xec\x6c\x45\x3f\ \x28\xe6\xef\xbf\xbb\xfc\x7b\xcf\x30\x77\x48\xee\x18\x6b\x6b\x6b\ \xc3\x75\x61\xc9\x58\x3f\x37\x9a\xce\x1c\xb2\xce\xd4\x3c\x71\x3f\ \x07\xe6\x5e\x7b\xe2\x7f\xe7\x1f\x87\x11\x52\xa9\x94\x16\x17\x17\ \x25\x29\xd4\xd6\xb1\x87\xd1\x54\x8c\x1f\x56\xc1\x79\x02\x50\x9d\ \xb9\x74\xb9\xf4\x03\x11\xd8\x5a\xd8\x3a\xd2\xa5\xa9\x54\x2a\xfc\ \x73\x47\xe5\x0c\x4b\xa9\x74\xf7\x21\xbb\x7e\x5a\x15\x5d\xf3\xc2\ \xfe\x28\xc3\x03\x68\xa4\x8e\x15\x90\xec\x9f\x71\x79\x72\xc7\xc4\ \x7e\x21\xe7\x1e\xec\xb3\x0f\x30\x58\xa9\x54\x4a\x1f\xf9\xc8\x47\ \x34\x36\x36\xa6\xb1\xb1\x31\xa5\xd3\x69\x15\x0a\x05\xcd\xcc\xcc\ \x04\xa0\xec\x0c\x37\xbe\xa1\x58\x2c\xaa\xa1\xa1\x41\x7b\xf6\xec\ \xd1\xa1\x43\x87\x94\xc9\x64\x94\xcf\xe7\x75\xea\xd4\xa9\x8a\x13\ \xac\x30\xad\xd1\x13\xbe\xec\x03\x7e\xc6\x81\xbd\xd7\x95\x3a\x48\ \x45\x16\xd1\x39\xcf\xce\x78\x3a\x1c\xfd\x77\x96\x9f\xf5\x71\x70\ \xc3\x7c\xd8\x8b\x6c\x36\x1b\x82\x15\x07\x5f\x1e\xa0\x3b\xf9\xc1\ \xef\xe8\xac\xcb\x1e\x7a\xed\x0c\x2c\xfe\x04\x66\x8b\x40\x95\x3e\ \x6a\x00\x57\x9e\x2e\x10\xad\xd1\xe6\xf3\xfc\x0d\xd9\x40\x76\xd9\ \x5b\x40\xb5\xe3\x0d\x27\x64\x58\x03\x97\x6f\xd7\x49\x27\x77\xdc\ \xbe\xfb\x35\xdc\x37\xf2\x77\x7c\x93\x7f\xc6\x19\x6b\xfc\xb0\x83\ \x63\xd7\x3b\xc7\x31\xec\x31\x2f\xf6\x29\xd1\xd4\xd4\xf4\x14\x8b\ \xd8\xda\xda\x5a\xa1\xe4\x4e\x13\x4b\x95\xa7\xb1\xdc\x91\xb1\xf9\ \x5e\x1f\xe0\xd4\x9c\x3b\x2b\x17\x3a\x26\x25\x55\x3e\x6a\xc0\xef\ \xe3\xc6\x8b\x09\x43\x3d\xb2\x98\x1e\x6d\x21\x24\xb9\x5c\x4e\x89\ \x44\x42\x67\xcf\x9e\xd5\xa5\x4b\x97\xf4\xcb\x5f\xfe\x52\xe7\xce\ \x9d\xd3\xad\x5b\xb7\x74\xf3\xe6\x4d\x8d\x8d\x8d\x69\x7c\x7c\x3c\ \x08\x83\xd7\xa3\xf8\x22\x32\x47\x80\x5c\x54\xe8\x19\x23\x46\x66\ \x76\x76\x56\x33\x33\x33\xa1\xc5\xff\xfb\xa1\x73\xc6\x89\x50\xc3\ \xe2\x78\xba\xc6\xe9\x7b\x0c\x2b\x9b\x0c\x10\x03\xe5\x3b\xdb\xc3\ \x7b\x0e\xb4\xa4\xad\xba\xab\xe5\xe5\xe5\x00\x3a\x61\x95\xfa\xfa\ \xfa\x14\x8f\x6f\xf5\xc4\x2a\x16\x8b\xe1\xbe\x3c\x58\x15\xc0\x5d\ \x5d\x5d\x1d\x4e\x8e\xad\xaf\xaf\xeb\xda\xb5\x6b\x6a\x6f\x6f\x57\ \xb9\xbc\x95\x6a\x45\xf0\xf9\xc7\x38\x50\x7e\xe6\xe5\xeb\x09\xab\ \xc6\x8b\x39\xf1\xf0\x71\xe4\x2a\x9a\xee\x70\x23\xc0\xf5\xbc\xf1\ \xa9\x1b\xf6\xf7\xa3\xf3\x9d\x05\x72\xe5\xf1\x08\xc6\xaf\xed\xc6\ \x93\xf9\x79\x70\xe0\x00\xc8\xc7\x49\x1d\x4d\x6d\x6d\xad\x1e\x7e\ \xf8\x61\xcd\xcc\xcc\xe8\x9b\xdf\xfc\xa6\xf6\xee\xdd\xab\x7c\x3e\ \x1f\xe4\x80\x31\x67\xb3\x59\x8d\x8f\x8f\x6b\x62\x62\x22\x28\xac\ \x1b\x46\xf6\x01\x60\x04\xf0\x45\xfe\xa3\xcc\x02\x3a\xe5\xfb\x82\ \x41\x76\x99\x73\xe3\xe3\x8e\xce\x75\x1f\xd6\x84\x94\xd4\xc6\xc6\ \x46\xc5\xe9\x47\x0c\x91\x3f\x3c\xda\x6b\x79\x28\x30\xe6\x51\x41\ \x5e\x0c\x8f\x81\x23\x85\x4f\x3b\x13\xd2\xcf\x89\x44\x22\xf4\x6c\ \xf3\xf9\x00\x4a\xd0\x25\x52\x87\x04\x45\xfc\x9d\xa6\xc9\x74\xdc\ \x8f\xce\xcd\xd7\x92\xf5\x74\xe3\x1b\x65\x74\x37\x36\x36\x02\xc3\ \x81\x93\x71\x63\x4b\xcb\x03\x37\xc4\x7e\xc8\x80\x34\x07\xdf\xf3\ \x1a\x14\x9c\xbc\x77\xb0\x07\x18\xf9\xe3\x60\x70\xea\xc8\x87\x83\ \x11\xae\x1b\x05\x56\x8c\x09\x90\xe4\xf6\x12\x1d\x72\x87\xed\x81\ \xa0\x1f\x2c\x60\xbf\x08\xba\x90\xcb\x52\xa9\xa4\x0b\x17\x2e\x04\ \xf9\x63\x0d\xd1\xad\xa8\x5e\xb1\x06\xf8\x19\x2f\x13\x01\x24\x90\ \xee\x24\x9d\x9a\xcd\x66\xf5\xf0\xc3\x0f\xab\x54\xda\x4a\x15\xb6\ \xb6\xb6\x2a\x9d\x4e\x87\x6e\xee\xa3\xa3\xa3\x15\x4f\x46\x48\x24\ \x12\x21\x65\x3f\x30\x30\xa0\x9d\x3b\x77\x2a\x9f\xcf\xab\xa6\xa6\ \x46\x4d\x4d\x4d\x5a\x5d\x5d\xd5\xed\xdb\xb7\x2b\x4a\x4d\x7c\x5e\ \xce\x4e\x61\x0b\xf8\x1d\xd9\x76\x3b\xc1\xf7\xa3\x4e\xdc\x83\x16\ \x67\x61\x7c\xbe\xd8\x7a\xd7\x1d\xb7\x35\x1e\x84\x52\x0a\x02\x40\ \xa6\x94\x80\xcf\x3a\x0b\x84\xdd\x65\x2e\x00\x89\x68\x36\x02\x39\ \xa0\xb9\xb0\x9f\x56\xa6\x6e\xcd\x65\x05\x5d\x43\x16\xb0\x1b\xdc\ \xcf\x03\x64\x98\x34\x27\x11\xb0\x17\x2e\xfb\xee\x7f\xe9\x86\x0e\ \x3e\x61\x8d\x3c\xa3\xe0\x8c\x3c\x32\xeb\xf6\x1a\x5d\xe0\xda\x51\ \x40\xe7\xba\xe7\xc5\xec\xdc\x83\x6b\x7b\x30\xe0\xbe\xc2\xd9\x4a\ \x07\xad\xc1\x4f\x34\x37\x37\x3f\x95\x4c\x26\xd5\xd6\xd6\xa6\x52\ \xa9\xa4\xd9\xd9\x59\x2d\x2c\x2c\x84\x88\xd7\x0d\x91\x0f\x16\xe1\ \x75\x05\xc2\x80\x33\x58\x47\x82\x6e\xb0\xa0\xba\xfd\x1a\x18\x6b\ \x77\x50\x4c\x8e\x31\x60\x24\x88\x82\x7d\x42\xd2\x56\x7e\x96\xa3\ \x9d\xd3\xd3\xd3\x1a\x1b\x1b\xd3\x9d\x3b\x77\x2a\x84\x03\xc7\xe2\ \xa8\x97\xc8\xc1\xd9\x34\x9c\x0e\x06\xcd\xc1\x23\x06\x8e\x7f\x38\ \x02\x36\xc5\x9d\x97\x37\x3e\xf5\x48\x95\xcf\x12\x99\x61\xc4\x30\ \xda\xae\x10\xb0\x5b\xdc\x9b\xeb\x30\x4e\x8f\x46\x3d\x4a\xe2\x1a\ \x55\x55\x55\xea\xef\xef\x57\x75\x75\xb5\x0e\x1f\x3e\xac\x81\x81\ \x01\x75\x75\x75\xa9\xb1\xb1\x31\x00\x1a\x4e\x6c\xc0\x5e\x15\x0a\ \x85\x8a\xf5\x26\xa2\x65\x8c\x27\x4f\x9e\x54\x7f\x7f\xbf\x5a\x5a\ \x5a\x34\x3a\x3a\xaa\xd1\xd1\x51\x65\xb3\xd9\x50\x07\x46\x7a\x88\ \x71\x93\xd2\x41\x0e\x50\x3e\x07\x9c\x0b\x0b\x0b\x21\xbd\x86\xb2\ \xba\x03\x75\x00\xee\x0c\x1e\x73\xe5\xe5\x51\xb3\x2b\x48\xd4\xb1\ \xba\x51\x47\x49\x9c\x39\xc4\xc0\xf3\xbb\x7f\x9e\xeb\x46\x53\xdd\ \xd1\xe0\x00\x23\x14\x8b\xc5\xb4\x6b\xd7\x2e\xf5\xf6\xf6\xea\x5f\ \xff\xf5\x5f\xd5\xd8\xd8\xa8\x9e\x9e\x9e\x8a\xeb\x55\x55\x55\xa9\ \xa5\xa5\x45\x2f\xbe\xf8\x62\x05\x70\x61\xed\xb9\x97\xa7\xb9\x30\ \xa8\xa4\x15\xdc\x80\xa3\x5b\xc8\x3a\x72\x11\x65\xb7\x9c\xb9\x82\ \xe6\x77\x20\x0f\xb0\xf0\x80\xc9\xa3\x5e\xa7\xc6\xfd\x01\xcc\xe8\ \x05\x75\x69\x3c\xdb\x92\x34\x3e\xba\xe3\x41\xc1\xc6\xc6\x46\x48\ \x33\x21\xdb\xa4\xfc\xd9\x43\x64\x10\xc3\x8b\x7e\x20\xeb\xb0\xdb\ \x6e\x63\xbc\x27\x15\x9f\xf5\xce\xed\x9e\xaa\x82\xcd\x62\x1e\xcc\ \xd1\x99\xa2\xe8\x3e\xf3\xb3\x33\xae\xd2\xdd\x1a\x23\xec\x47\xf4\ \x44\x22\xd7\xdb\xd8\xd8\x08\xa7\x37\x1d\xc4\x70\x8d\x86\x86\x86\ \x30\x66\xec\x12\x2c\x24\xc1\x0a\x4c\x0c\x2c\x1d\xf5\x56\x75\x75\ \x75\x15\xcf\x15\xf4\x94\x0b\x36\x05\xa0\x08\x88\x42\x4f\x3c\xc5\ \xe4\x4e\x44\x52\xd8\x27\x49\x81\x91\xfc\xd9\xcf\x7e\x56\x61\x7b\ \xdc\x69\xba\xed\xf2\xfb\x38\xe3\x81\x8c\xa5\xd3\x69\xf5\xf7\xf7\ \x6b\x6e\x6e\x2e\xfc\x4d\xda\xf2\x01\x43\x43\x43\x92\xa4\x8f\x7d\ \xec\x63\x7a\xe8\xa1\x87\x42\x60\x38\x32\x32\xa2\x2b\x57\xae\x54\ \x80\xb7\x5c\x2e\xa7\x7c\x3e\xaf\xe9\xe9\xe9\x50\xdc\xbd\x67\xcf\ \x9e\x90\x2a\x4d\x24\x12\x1a\x1e\x1e\xae\x00\x29\x6e\x47\x18\x1b\ \x72\x87\x73\x66\xff\x49\x2b\x03\x4c\xdd\x16\xf8\xb8\x1d\x54\xb8\ \xc3\x76\x99\xc3\x0f\xc2\xe8\x23\x03\xd8\x3d\x0f\xe8\x9d\x35\xe1\ \xfb\xd1\xd2\x00\xec\x36\x63\x06\x08\xc1\x60\xf1\x7d\xfe\xce\xfc\ \x16\x16\x16\x82\x3f\xf2\xc6\xa3\xee\xd3\xf0\x9d\xee\xab\xb1\xeb\ \xcc\x3b\xda\x7f\x6d\x66\x66\xa6\x22\x03\xe0\xc0\xcb\xf5\xc5\x81\ \xce\xe2\xe2\x62\xa8\x69\x76\x20\xca\xff\xf8\x16\x5f\x2b\xe6\x8b\ \xae\xbb\x7e\xba\x2f\x70\xd0\xe5\xc1\x54\xf4\x33\x2e\xcf\xbe\xaf\ \xbe\x06\x51\xbf\xc1\xb5\x12\x9d\x9d\x9d\x4f\x61\x14\xe6\xe6\xe6\ \xc2\x83\x53\x79\xa0\xac\xf7\x3b\x72\xb4\x16\x8d\x04\xdd\xe9\x39\ \x50\xe2\x7d\x8c\x1b\xef\x7b\xf4\xe2\xa8\xdb\x0b\x39\x61\xb8\x7a\ \x7a\x7a\xf4\x67\x7f\xf6\x67\xfa\x9d\xdf\xf9\x1d\x6d\xdf\xbe\xbd\ \xc2\x99\x49\x5b\x6d\x04\x96\x97\x97\x2b\x9e\x7b\x45\x1a\xc0\x6b\ \x1e\x50\x6a\x16\xc2\x9d\x13\x91\x1d\xef\x3b\x43\x81\x82\x38\x2b\ \xe4\xa0\xa3\x54\xda\x3a\x92\x4e\xd4\xc1\xfd\x7c\xb3\x50\x0c\x7e\ \x66\xcd\x59\x1f\x3f\xb5\xe6\x74\x29\xe3\x8c\x0a\x00\x63\x70\x41\ \xf3\x48\xcb\x51\x3e\xdf\x7d\xf4\xd1\x47\xf5\xf8\xe3\x8f\x87\x7b\ \x97\xcb\x5b\x47\xbf\xdb\xda\xda\xd4\xde\xde\xae\xe6\xe6\xe6\x30\ \x17\xea\x36\x52\xa9\x54\x70\x04\xdc\x7f\x61\x61\x41\x85\x42\x41\ \x35\x35\x35\xea\xe8\xe8\x50\x3a\x9d\xd6\xe0\xe0\xa0\x66\x66\x66\ \xb4\xb6\xb6\x16\x4e\xe7\xb8\x10\xfb\x09\x37\x1c\x41\x26\x93\xd1\ \xec\xec\x6c\xd8\x8f\xf9\xf9\xf9\xd0\x38\x90\x48\x0a\xe7\x88\xa1\ \x70\x56\xc0\x65\x2e\x2a\x97\xfe\xf2\xb5\x60\xde\xae\x74\xec\x3f\ \xbf\x13\xc1\x73\xac\x3f\x1a\x45\x62\x84\x01\x2d\xdc\x2f\x7a\x6f\ \xd2\x41\x9e\xeb\x6f\x6f\x6f\xd7\xc1\x83\x07\xf5\xdd\xef\x7e\x57\ \x73\x73\x73\xda\xb9\x73\x67\x05\xd0\xcc\x64\x32\x7a\xf3\xcd\x37\ \xb5\xb8\xb8\x18\x74\xc6\x8d\xa9\xd7\x4e\xb0\xcf\xec\x0f\x63\x80\ \xdd\xf0\x1e\x46\x00\x5f\x37\xec\x9b\x9b\x9b\x81\x35\x72\xf9\x64\ \xdf\xbc\xa6\xc9\xe7\xef\xa0\xd4\x4f\x7f\xf2\xc8\x15\x74\x89\x82\ \x76\x6a\x14\x91\x63\x6a\x34\x30\xf4\xe8\x0d\x2d\x07\x38\x46\x1f\ \x8b\x6d\x45\xea\x14\x37\x33\x77\x0a\x6d\x01\x42\xec\x05\xb2\x90\ \xcd\x66\x83\x6e\xb1\x8f\x7c\xdf\xd9\x46\x40\x17\xb6\xc2\x1d\x65\ \x94\xc1\x2a\x95\x4a\xa1\xfe\x89\xfd\xf0\x40\x89\xe0\xcd\xd9\x3c\ \xb7\x23\x80\x1a\xaf\x8b\x21\xe5\x06\x3b\xc4\x69\x4c\x9c\x1b\xc1\ \x1f\x32\x0b\xb0\x66\xdd\x61\x82\x99\x17\xd1\x7b\x3a\x9d\x56\x26\ \x93\x09\x4f\x0b\x60\x9e\x00\x2f\x67\xcd\xdc\x2e\xf3\xf2\xb5\xf4\ \xe8\x9f\xe0\xcf\x75\x08\x40\x37\x37\x37\xa7\x77\xdf\x7d\x57\x27\ \x4f\x9e\x0c\x9f\x45\xdf\x9c\xbd\x72\xf9\x42\x07\x5d\x97\xf1\x15\ \x7d\x7d\x7d\xfa\xe2\x17\xbf\xa8\x4c\x26\xa3\x77\xde\x79\x27\xbc\ \xd7\xda\xda\xaa\x96\x96\x16\xa5\xd3\x69\xed\xda\xb5\x4b\x87\x0e\ \x1d\xd2\xc6\xc6\x86\xce\x9d\x3b\xa7\xd5\xd5\x55\x5d\xb8\x70\x21\ \xcc\xab\xa9\xa9\x29\x38\x69\xee\xb1\x6d\xdb\x36\xe5\xf3\xf9\xd0\ \xb5\x3e\x99\x4c\xea\xf6\xed\xdb\x15\xba\x8c\x1f\x42\xdf\x08\xba\ \xdf\x2f\x40\x43\x06\xdd\xe9\x7a\xfd\x2c\xf3\xf3\xff\x3d\x95\x54\ \x2e\x97\x2b\xd2\xea\x6e\xaf\x00\xd1\x2e\x63\xfc\xef\x41\x11\x73\ \x8b\xa6\xdd\x9c\x91\xe7\xfd\x44\xe2\x6e\x33\x51\x6c\x87\xfb\x14\ \x97\x29\xb7\xdf\x9e\x26\xf4\x7b\xf9\xfe\x01\xf8\x63\xb1\x58\xf0\ \x67\x0e\xae\xdd\x1e\xb2\x36\x04\xa0\x1e\xc0\xb9\xce\xcd\xcf\xcf\ \x6b\x7e\x7e\x3e\xc8\x12\xfa\xc2\x3a\xe2\x83\xd1\x1b\xf4\xc0\xaf\ \xe9\x7e\xc2\xf7\x12\x7f\xe2\x2f\xe6\xe4\x2f\x7e\x77\x9c\x82\x3d\ \x76\x1d\xf1\xef\x07\xf6\xb1\xb5\xb5\xf5\x29\x6e\x4a\x7e\x9f\x89\ \x7b\x11\x9b\xd7\x40\x60\xc4\x03\x4a\x4b\x54\x1e\xf7\xf6\xe6\x61\ \xbc\xa2\x74\x38\x9f\xe7\x1a\x28\xba\xff\x4b\x26\xb7\x1e\x3c\xda\ \xd7\xd7\xa7\x1d\x3b\x76\xa8\xb6\xb6\x36\x50\xe7\xc9\x64\x52\x23\ \x23\x23\x9a\x9c\x9c\x0c\xe8\xdd\x6b\x4b\x24\x55\x44\xeb\xe4\x8e\ \xb9\x0f\xd1\xb3\x2f\x5c\xf4\x84\x46\x2c\x16\x0b\xb4\x2c\xc0\x89\ \xa8\xda\x17\xd5\x0d\x0f\x86\x1a\x05\x71\xba\xdc\x9f\x1d\xe7\x91\ \xb4\xf7\x05\x23\x72\x77\x61\xe6\xf3\x7c\xc7\x23\x23\x8c\x21\x8e\ \x0a\x36\x81\xe8\x4a\xda\x8a\x42\x67\x67\x67\x75\xe1\xc2\x05\x4d\ \x4d\x4d\xa9\xb9\xb9\x39\x3c\x64\x79\x76\x76\x56\xd3\xd3\xd3\xa1\ \x03\x32\x85\xee\xe9\x74\x3a\x18\x79\xd8\x88\x78\x7c\xab\x51\x28\ \xeb\x3d\x3b\x3b\xab\xee\xee\x6e\x49\x5b\xd1\x2c\x46\xae\xaf\xaf\ \xaf\x22\xea\xa2\x86\x84\xb5\x9a\x98\x98\x08\xce\xf8\xe6\xcd\x9b\ \x21\x75\x33\x39\x39\xa9\x7c\x3e\xaf\x6b\xd7\xae\x85\xc2\x5d\x9c\ \x5e\xb1\x58\x0c\x6b\xc5\xfd\xf9\xd9\x69\x78\x5f\x9b\xa8\x2c\xf9\ \x9e\x39\x5b\xe9\x34\xb1\x3b\x5f\xbf\x0e\x73\x41\x9e\x90\x23\xde\ \xf7\x08\xc6\x0d\x31\xec\x8f\xeb\x07\xdd\xdf\xdf\x7c\xf3\x4d\x3d\ \xfb\xec\xb3\x3a\x7c\xf8\x70\x00\x3a\x00\x96\xf3\xe7\xcf\x57\x18\ \x64\x4f\xdb\x39\xab\xe6\x69\x6b\xee\xc1\x78\x12\x89\x44\x45\x4d\ \x24\x32\xcc\x49\x51\xaf\x81\xa3\xbf\x13\xb2\xea\x06\xd7\x83\x28\ \xae\xed\xac\x13\xa7\xdd\x36\x36\x36\x94\xcf\xe7\x83\x71\xc1\xa6\ \x94\x4a\xa5\x90\x6a\x46\x7e\xbc\xa8\x9a\xfd\x70\xe0\xe1\x8e\xcb\ \x53\x25\xd1\x94\x20\x8d\x72\xf9\x47\x1b\x02\xf4\x16\xc0\x46\xd0\ \xc5\xbc\x00\x5c\x9e\x86\xf6\x08\x1c\xa6\x09\xc6\x0d\xa0\x16\x35\ \xd6\xec\x29\xa9\x41\xec\x0e\x76\xd0\x99\x76\xec\x11\xb6\x34\x99\ \x4c\x06\x1d\x65\x6c\x7e\x7a\x12\xbb\x05\x10\x76\x26\x9b\xef\x79\ \x39\x06\x73\x04\x60\x01\xa8\x78\x74\x8c\xa7\x58\x71\x74\xac\x87\ \xdb\x45\x67\x9b\xf8\xbc\xdb\x47\xee\xc3\x7c\xbf\xf3\x9d\xef\xe8\ \x1b\xdf\xf8\x86\x2e\x5e\xbc\x18\x18\x36\xd6\xd8\x41\x06\xd7\xf2\ \x20\xd6\x83\x1e\x80\xf9\x83\x0f\x3e\xa8\x95\x95\x15\xfd\xf8\xc7\ \x3f\x56\x5b\x5b\x9b\x6e\xde\xbc\x19\x64\xa8\xa6\x66\xeb\x79\x89\ \x8d\x8d\x8d\x3a\x7a\xf4\xa8\xba\xba\xba\xf4\xee\xbb\xef\xea\xeb\ \x5f\xff\xba\x96\x96\x96\xd4\xdc\xdc\xac\x8f\x7c\xe4\x23\x9a\x98\ \x98\x08\x73\xa1\x35\xc9\xc0\xc0\x80\x8e\x1e\x3d\xaa\x1d\x3b\x76\ \x84\x83\x0b\x35\x35\x35\x1a\x1e\x1e\x7e\xdf\x00\x0e\xa7\x1d\xea\ \x69\xfe\x6f\x9d\xf9\xdd\x9d\x71\x94\x95\x42\xa7\xb8\x5e\xb4\x1c\ \xc1\x7f\xe6\x5e\xac\xad\x07\x1d\xec\x81\x83\x4f\x0a\xe0\xbd\xc4\ \xc6\x03\xf9\x28\x10\xf4\xcf\xd7\xd5\xd5\x85\x27\x38\x30\x17\x5a\ \x9e\xf0\x5d\xec\x08\xf2\xe2\x80\xc5\xfd\xbd\x07\xa9\xc8\x0b\x8f\ \x90\x62\x1e\x4e\x06\x90\x7a\xe4\x3b\x5e\x16\xe0\x73\xe4\x45\x86\ \x66\x65\x65\x25\xc8\x39\xa0\xd0\x1f\x1f\xe5\xe3\x05\xfc\xb9\x5d\ \x71\xd0\xfc\xff\x07\x3e\xd9\x23\xb7\xe3\x2e\xa7\x7c\x8e\xb5\xf5\ \x7a\x3c\xc7\x04\xbf\x66\x87\x9b\x9a\x9a\x9e\x5a\x59\x59\x09\x45\ \x76\xfe\x74\x76\x8f\x74\x7d\x81\x5d\x58\xbc\x86\x84\xdf\x19\x20\ \x1b\x4e\x14\xec\xd7\xe0\xba\x8e\x82\x99\x94\x03\xb7\x5c\x2e\xa7\ \x86\x86\x06\xdd\xbe\x7d\x5b\x83\x83\x83\x7a\xf7\xdd\x77\x55\x2c\ \x16\x75\xf3\xe6\x4d\x8d\x8c\x8c\x28\x99\x4c\x86\xa3\x9e\x28\x88\ \xb7\x72\x00\x14\xb9\x10\x7a\x6a\x8d\x4d\xe3\x73\x6e\x54\x18\x23\ \x0b\xea\xc0\x89\xff\x61\xab\xfc\x34\x45\xb9\x5c\x0e\x4f\x79\xc7\ \x40\x3a\x78\x03\x6c\x31\x47\x5f\x6b\x9f\x87\x2b\x32\x86\xd9\x19\ \x41\x67\x5c\x50\x7e\xd8\x04\x07\x12\x03\x03\x03\xea\xef\xef\x57\ \xb9\x5c\x56\xa1\x50\xd0\x2b\xaf\xbc\xa2\xb7\xde\x7a\x2b\x8c\xe1\ \xd6\xad\x5b\xca\x66\xb3\x1a\xfc\xbf\x6e\xc8\xa9\x54\x2a\x14\x23\ \x7a\x44\x5e\x55\x55\x15\x72\xe2\x00\xb4\xda\xda\x5a\x65\xb3\x59\ \x0d\x0f\x0f\x6b\x69\x69\x49\x3b\x77\xee\x54\x36\x9b\x0d\x29\x40\ \x4f\x23\xad\xad\xad\x69\x61\x61\x41\x6b\x6b\x6b\x6a\x6c\x6c\xd4\ \xda\xda\x9a\x06\x07\x07\xd5\xd3\xd3\xa3\x99\x99\x99\x50\x08\x3c\ \x31\x31\x51\x41\x53\x6f\x6e\x6e\xea\xe6\xcd\x9b\xca\xe7\xf3\x61\ \xad\x51\x3a\x94\x83\xb9\xf8\xc9\x12\x5f\x6f\x8f\xf4\xbc\x0f\x14\ \xff\x78\xbd\x1f\x58\xf2\x7d\x89\x1a\x52\x8f\xf4\xdd\xd8\xf8\x3e\ \xba\x51\x61\x4d\xab\xaa\xaa\x74\xe8\xd0\x21\xad\xad\xad\xe9\xfb\ \xdf\xff\xbe\x7a\x7a\x7a\x02\xf3\x57\x2e\x97\x75\xea\xd4\xa9\x50\ \x77\x24\x29\x00\x12\x67\x5b\x3d\xad\xe0\x4a\x8d\xbc\xba\xf2\xe3\ \x40\x5d\x8e\x30\x20\x1e\x51\xd2\xce\xc4\x6b\x8b\x3c\x7a\xf4\xf9\ \x56\x55\x6d\xf5\x5e\xa3\x96\x6e\x75\x75\x55\xd9\x6c\x36\x18\xc0\ \x95\x95\x95\x20\x97\x4d\x4d\x4d\x5a\x5c\x5c\x0c\x41\x8e\xdb\x0d\ \xc6\xea\xdd\xea\x19\x97\x1b\x3a\xec\x05\x6c\x75\x3e\x9f\x0f\x32\ \x89\xdd\x8a\xc7\xb7\x1a\x48\x46\xd7\x1e\x46\x82\xc3\x22\x1e\x88\ \x21\x23\xeb\xeb\xeb\xe1\x74\x9d\x3b\x0f\x52\xf6\x0e\x78\xa8\x49\ \x83\x75\x43\x1e\x18\xaf\x83\x7e\x07\x25\x5c\x9f\x53\x63\xc8\x22\ \xdf\xf5\x54\xa5\xd7\x85\x71\x0f\x58\x00\xe4\x34\x93\xc9\x04\x9b\ \x99\x4e\xa7\xd5\xd4\xd4\x14\xa2\xfc\xea\xea\xea\x10\x30\xb9\x8c\ \x46\x1d\x09\x6b\xe4\xac\xbb\x33\xe3\xd8\x17\x82\x9a\xf9\xf9\x79\ \xcd\xcd\xcd\xe9\x85\x17\x5e\xd0\xbf\xfc\xcb\xbf\xe8\xcc\x99\x33\ \x61\x1f\xb1\x47\xce\x8c\x79\xd0\xc3\xef\xce\x58\xb9\xde\xf6\xf6\ \xf6\xaa\xbf\xbf\x5f\x17\x2e\x5c\x50\x53\x53\x93\x86\x87\x87\x43\ \x90\xc0\x13\x12\x24\x69\xcf\x9e\x3d\x3a\x76\xec\x98\x6a\x6b\x6b\ \xf5\xcc\x33\xcf\xe8\xed\xb7\xdf\xae\xe8\xe9\xf4\xc4\x13\x4f\xe8\ \xcd\x37\xdf\x54\x3e\x9f\x57\xb9\x5c\xd6\xb6\x6d\xdb\x74\xdf\x7d\ \xf7\x85\xd2\x08\xe4\x34\x99\x4c\x6a\x62\x62\x22\xd8\x29\xb7\xfb\ \xc8\x1b\x60\xcc\xcb\x5e\x7c\xaf\xa2\x41\xb9\x03\x13\xfe\x79\x80\ \x87\x2d\xf4\xc0\x27\xfa\x1e\x4c\x71\xd4\x37\x78\xb0\x48\x90\x04\ \x98\x43\x67\x18\x13\xeb\xea\x75\x97\xc9\x64\x52\xf3\xf3\xf3\x15\ \x60\xcc\x9f\xb4\xe0\x80\x91\xfb\x39\x11\xc2\xdf\x58\xbb\xa8\xbf\ \xe7\x1a\xd8\x65\x4f\x71\xba\xac\x21\x5b\x1e\xc8\xf2\x19\x97\x43\ \xb2\x53\xde\xb7\x0e\x9f\xe0\xe0\x1d\x99\x82\x58\x28\x97\xef\xb6\ \x80\x71\x5b\x83\x7c\x3a\x96\x61\xdd\x3c\x08\x65\xbf\xbd\x1e\xd3\ \xf1\x89\xcf\x3b\x5a\xba\xe3\x63\x4b\x7a\xa4\xc2\xa4\x79\x16\x18\ \x06\x00\x03\xc3\x02\x3a\x75\xcd\xc2\x80\x0e\x63\xb1\xbb\xa9\x33\ \x6e\x86\xe2\x79\xd1\xaa\x1b\x50\x47\xb0\x8e\x3e\x89\x60\xa1\xce\ \x87\x86\x86\xc2\x77\xb9\x07\x20\x86\xc5\x25\x22\x47\x68\x31\x9c\ \x2c\x20\x4a\xc3\x7c\xf8\x2e\xbf\x47\x8b\x1b\x71\x6a\xef\x07\xb8\ \xbc\x46\x82\x26\x77\x44\xd8\xcc\xcb\xd9\x07\xc6\xe5\x8e\x85\xe8\ \x2a\x5a\xb8\x8f\xc3\x01\x48\x48\x95\x8f\xf8\xf0\x8e\xd2\xfe\x8f\ \x3d\x70\xca\xf4\xc6\x8d\x1b\x4a\xa5\x52\xa1\x09\xab\x24\x5d\xb8\ \x70\x41\xa7\x4f\x9f\x0e\x69\x84\xf7\xde\x7b\x4f\x93\x93\x93\x7a\ \xe4\x91\x47\xf4\xe4\x93\x4f\x2a\x9b\xcd\x6a\x61\x61\x21\x3c\x1b\ \x6d\x79\x79\x39\x50\xb2\x0d\x0d\x0d\x2a\x95\x4a\xea\xe8\xe8\xd0\ \xe4\xe4\x64\xa8\x0f\xd9\xb7\x6f\x9f\x5a\x5b\x5b\x55\x28\x14\x2a\ \x98\xaf\xba\xba\xba\x5f\x4b\xad\xd1\xf7\x85\xc7\xbc\x8c\x8f\x8f\ \x07\x27\x4d\x6f\xb1\xed\xdb\xb7\xab\xa1\xa1\x41\x37\x6e\xdc\xd0\ \xec\xec\xac\xae\x5d\xbb\xa6\xd6\xd6\x56\xc5\x62\xb1\x90\x97\xcf\ \x64\x32\x81\x45\x59\x5e\x5e\x56\x4b\x4b\xcb\xfb\xca\x95\x1b\x47\ \xf6\xe3\xfd\xc0\x92\x1b\x32\x4f\x6d\xf8\xcf\xfe\x39\x97\x1d\x4f\ \xe7\xf8\xcb\x3f\xe3\x91\x95\x24\x3d\xf1\xc4\x13\x1a\x18\x18\xd0\ \x57\xbf\xfa\x55\xfd\xf6\x6f\xff\xb6\x1e\x7f\xfc\xf1\xd0\xf3\x05\ \x50\xb2\xb1\xb1\xa1\xf9\xf9\xf9\x8a\x06\xc0\xc8\x3d\x0e\x9a\x79\ \x79\xe0\x80\xd1\xf5\xfa\x1f\x80\x28\x72\x49\x2a\xb1\x5c\x2e\x57\ \xd4\x48\x20\x3b\x73\x73\x73\x4a\xa5\x52\x01\x10\x03\xf0\x48\xff\ \x01\xa2\x39\x49\xe4\x41\x03\xe3\x01\x0c\x12\x85\xc2\x04\xcd\xcc\ \xcc\x84\x27\x03\x60\x2b\x90\x7f\x69\x8b\xed\xe2\x84\x2c\x27\xea\ \x1c\x50\x4a\x0a\x05\xf1\xce\xe0\x38\x18\x61\x5f\x60\x69\x1c\x48\ \xc1\x5c\x11\x5d\xc7\x62\x5b\x75\x36\x73\x73\x73\xbf\x96\x02\xc1\ \x16\x61\x7c\xbd\x0c\x80\x83\x07\xce\x6c\x11\xb0\xd5\xd5\xd5\x05\ \xf6\x09\x39\x44\x36\xa3\x36\x04\xbb\xea\x01\x29\x3a\xce\x49\x5d\ \x3f\xc6\x1f\x8b\xc5\x82\xad\x76\x40\x83\x53\x81\xc1\xf2\x5a\x33\ \x07\x50\x9e\x5a\x76\x1b\x47\xda\x0f\x67\x85\x7e\xe3\xa0\xbf\xf6\ \xb5\xaf\xe9\xfa\xf5\xeb\x9a\x9a\x9a\x0a\x9f\x05\x50\x30\x16\xec\ \xaf\x03\x37\xf6\xc2\xc7\x01\xb0\x22\x68\xeb\xef\xef\xd7\x2f\x7f\ \xf9\xcb\x90\x1e\xe2\xf4\x67\x3e\x9f\xd7\xb6\x6d\xdb\xd4\xd7\xd7\ \xa7\xd6\xd6\x56\x1d\x3e\x7c\x58\x75\x75\x75\xba\x73\xe7\x8e\x9e\ \x7f\xfe\x79\xb5\xb7\xb7\x87\x9e\x66\xef\xbd\xf7\x9e\x7a\x7a\x7a\ \x14\x8b\x6d\x95\x23\x64\xb3\x59\x1d\x3c\x78\x50\xf1\x78\x5c\xe3\ \xe3\xe3\xea\xec\xec\xd4\xdc\xdc\x5c\xc5\x29\x3c\xc6\xe4\x7e\x88\ \x9f\xe3\xf1\x78\xa8\xf3\x71\x22\x01\x86\xce\x4f\x11\x22\x87\x6e\ \xf3\xbd\xf4\xc4\x9d\x3b\xbf\x03\xc0\x01\xb1\xbc\x7c\x5c\x6e\x4b\ \x18\x57\x34\xbb\x84\x6c\x22\xbb\x5e\x1a\xb3\xb1\xb1\x11\x02\x58\ \x7f\x2e\xa8\xcb\xa2\xb3\x56\xbe\x57\xec\x51\x4d\x4d\x4d\x68\xe4\ \xca\xbe\xb2\xef\xeb\xeb\xeb\x41\xd6\x67\x66\x66\x2a\x0e\x5d\xb8\ \xcc\x79\x99\x82\xfb\x57\x9f\x1f\x19\x23\x88\x09\xe4\xda\xd9\x27\ \xe6\x86\x4d\x66\x8d\x60\xc9\xb0\x37\x2e\x77\xc8\x3c\x7b\x83\x1d\ \xf4\x97\xeb\xa1\xef\x37\x7b\xeb\xfb\xe1\x04\x88\x07\x0c\x4e\x6e\ \x24\x5d\x88\x30\xb8\xa0\x62\xa7\x2d\xb9\xb9\x74\x97\xce\xf6\x1b\ \x46\x11\x1e\x9b\xc5\x24\x3c\xc2\xe3\xe5\xc8\xd3\xe9\x50\x36\xb3\ \xc2\xa3\xe9\xb9\x00\x00\x20\x00\x49\x44\x41\x54\x5c\x2e\x07\x26\ \x05\xe1\x1b\x1e\x1e\x0e\x46\x10\x10\x81\xa1\x64\x51\x3d\xed\xe3\ \x69\x07\x16\x33\x8a\xc8\x51\x14\x36\x38\x1a\x39\x38\xcd\xc9\xb8\ \x11\x62\x37\x2c\x1e\xb1\xb9\x13\x46\xa9\xa2\xc2\x4c\x0a\x02\x07\ \xc4\x03\x9a\xbd\x40\x97\xb5\xf6\x6b\xb8\x30\x20\x84\x08\x13\xce\ \x07\x07\x89\x11\x46\x09\x70\x70\x30\x96\xa5\xd2\x56\xed\xc7\x4f\ \x7e\xf2\x13\x25\x12\x09\xf5\xf4\xf4\xa8\x5c\x2e\x87\xe7\xc3\xd5\ \xd6\xd6\x6a\x74\x74\x54\xcb\xcb\xcb\x15\x1d\xc9\xa9\x6f\xe8\xec\ \xec\x54\x3c\x1e\xd7\xb6\x6d\xdb\x02\x3d\x8c\x20\x13\x41\xac\xad\ \xad\x85\x2e\xf3\xce\x66\xe1\x60\xca\xe5\xad\x47\x5f\x0c\x0c\x0c\ \x68\x6e\x6e\x4e\xc3\xc3\xc3\xfa\xe0\x07\x3f\xa8\xf6\xf6\x76\xbd\ \xfa\xea\xab\xda\xb5\x6b\x97\x6e\xdc\xb8\xa1\x3b\x77\xee\x28\x9f\ \xcf\x6b\x6e\x6e\x4e\xa3\xa3\xa3\x15\x20\x29\x91\xd8\x3a\x38\xb1\ \xb0\xb0\x50\xc1\x2a\xb0\x9f\x18\x41\x57\x10\xf6\x3d\x6a\x4c\x3d\ \x1a\xc2\xd8\xe0\x30\x3c\xd2\x73\xc5\x73\x7d\xe0\x73\x9e\x52\x42\ \x8e\xa2\xf2\xbf\xb1\xb1\xa1\x5d\xbb\x76\xe9\xaf\xff\xfa\xaf\xf5\ \xf5\xaf\x7f\x5d\x85\x42\x41\x1f\xfa\xd0\x87\x02\x88\x5c\x5c\x5c\ \xac\x68\x86\xe8\x51\x97\x03\xa9\x28\x60\x8c\xca\x33\x72\x42\x44\ \x86\xcc\x21\x5b\x51\xea\x1c\x23\x46\xd1\x3a\xeb\x85\x23\x61\xaf\ \x01\x18\x30\x96\x14\xc6\x4a\x0a\x2c\x0a\xe3\xc0\x26\x00\xd4\x61\ \x23\x71\xdc\xbc\x8f\xce\xd0\x21\x3d\x7a\xda\x09\xd9\x62\xce\xce\ \xf2\x78\xbd\x15\x0e\x7c\x69\x69\x29\xb0\x20\x44\xc3\x3e\x26\xf4\ \xcc\xeb\x67\xb0\x15\xc8\x30\x4e\xca\x6b\xa4\xdc\x91\x01\xa2\xb0\ \x97\xdc\xdb\x1d\xd5\xfa\xfa\x7a\x00\x01\xb0\x61\x1e\xe0\x72\x2d\ \xc6\x87\x0d\x60\x0f\x6b\x6b\x6b\xc3\x89\x48\x6a\xc1\xb0\x73\x9c\ \xb2\x4b\xa7\xd3\xe1\x3d\xaf\xb5\x04\xec\x31\x6e\x97\x1b\x77\x78\ \x55\x55\x55\x9a\x9a\x9a\xd2\xe8\xe8\xa8\xe6\xe7\xe7\x43\x9d\xdc\ \x9d\x3b\x77\x14\x8f\xc7\x95\xc9\x64\x74\xeb\xd6\xad\xc0\xb0\x38\ \xb0\x43\x46\x59\x17\x9f\x23\xf6\x8b\xfb\xf2\xbb\xeb\x4d\x77\x77\ \xb7\x0a\x85\x82\xa6\xa6\xa6\x42\x7d\x26\x9f\x4b\xa5\x52\xea\xed\ \xed\xd5\x3d\xf7\xdc\xa3\x3d\x7b\xf6\x84\xb9\xff\xdb\xbf\xfd\x9b\ \x66\x67\x67\x03\x73\x7e\xfe\xfc\x79\x55\x57\x57\xeb\x85\x17\x5e\ \x08\x35\xb9\xdc\x6f\xcf\x9e\x3d\x1a\x1c\x1c\xd4\x5b\x6f\xbd\xa5\ \x03\x07\x0e\xa8\xb1\xb1\x51\x63\x63\x63\x8a\xc7\xe3\x21\x0d\x8c\ \x8c\xbb\x83\xa5\x54\x26\x9a\x41\x70\x40\xea\xb6\x86\x3d\x07\x78\ \x22\x13\xe8\x1d\x6b\xe2\x60\xd3\xfd\xa1\xa7\xc1\xd1\x77\x4f\x07\ \x72\x2d\x64\x9d\xe0\x80\xa0\x9b\x94\x38\xb2\xe4\xbe\xd5\x81\x21\ \xc1\x16\x3a\xca\x9c\x99\x07\x0d\x3e\xf3\xf9\xbc\x66\x66\x66\xc2\ \x78\xfc\x64\x22\xf2\xc9\x78\x61\x92\xd9\xff\x72\xb9\x1c\xda\x6b\ \xf0\x59\x6c\x49\x54\x87\xa3\x98\x00\x99\x64\x9d\x90\x5b\xcf\x40\ \xb8\x2d\x04\x1c\xb9\x0e\xe2\x1b\xb1\x2f\xd8\x91\xa8\x3d\x8b\xfa\ \x7b\x80\x65\x14\x20\x22\xdb\x0e\xae\xb8\x1f\xf6\xd3\x53\xa8\x49\ \x37\x48\x80\x05\x36\xdd\xd9\xa4\xe8\x06\x45\xff\x86\xb0\x39\x8b\ \xe4\x46\x93\x05\xf1\x45\x76\x83\xcb\x22\x91\x1a\xe3\xba\x6e\xb4\ \xd6\xd7\xd7\x55\x28\x14\x82\xe3\x27\x2a\x44\xf8\x40\xf5\x6c\x1a\ \x4e\x1c\x07\x82\x50\xb2\x69\x5e\x1f\x85\x80\xfa\xd8\xf8\x0c\x1b\ \xe2\xe3\x77\xe7\xca\xdf\x9d\xd1\x03\xe4\xf1\x72\x25\xf3\x88\xc4\ \xaf\x8f\x11\x67\x5d\x60\x79\xb8\x37\xd1\x3c\x14\x32\x1b\x8a\x70\ \x73\x6d\x8f\x4c\x62\xb1\x58\xa8\xa7\x83\x61\xc3\xc0\x63\x50\x4b\ \xa5\x92\xba\xba\xba\xb4\xbc\xbc\xac\xfd\xfb\xf7\xeb\xe2\xc5\x8b\ \x7a\xf6\xd9\x67\xd5\xd2\xd2\xa2\xf5\xf5\x75\x4d\x4d\x4d\x85\xe2\ \xe5\xc9\xc9\x49\x6d\xdf\xbe\x3d\x18\x12\xd8\x96\x83\x07\x0f\x86\ \xbe\x58\xc9\xe4\x56\x7d\x5c\x3c\x1e\xd7\xc5\x8b\x17\xd5\xd2\xd2\ \xa2\xbd\x7b\xf7\x6a\x64\x64\x44\x75\x75\x75\x21\x2a\x8e\xc7\xb7\ \x1e\xe0\xba\xb4\xb4\xa4\x96\x96\x16\xd5\xd4\xd4\xe8\xec\xd9\xb3\ \x6a\x6a\x6a\xd2\x8e\x1d\x3b\x74\xf6\xec\x59\xbd\xf3\xce\x3b\x3a\ \x71\xe2\x84\x5e\x7c\xf1\x45\xf5\xf5\xf5\xa9\xba\xba\x5a\x67\xcf\ \x9e\xd5\xd2\xd2\x92\xda\xda\xda\x34\x31\x31\xa1\xc1\xc1\x41\x0d\ \x0c\x0c\x48\x92\x0a\x85\x82\xb6\x6d\xdb\xa6\x4c\x26\x13\xf6\x97\ \x08\x12\x59\x73\x03\x16\x8d\x4a\xd8\x47\x07\x29\xec\x0d\xc1\x02\ \xba\xe1\xf2\xee\x51\x0b\x9f\x75\xd0\xf3\x7e\xe0\x8a\xf7\xd7\xd7\ \xd7\xd5\xd8\xd8\xa8\x2f\x7d\xe9\x4b\xfa\xde\xf7\xbe\xa7\x6f\x7c\ \xe3\x1b\xfa\xd2\x97\xbe\xa4\x52\xa9\xa4\xaf\x7c\xe5\x2b\x2a\x16\ \x8b\xca\x64\x32\x41\xa6\x61\x1e\x3c\xea\x96\x14\x82\x08\x64\xcd\ \x0b\xd2\xd1\x2d\x8f\xa8\x29\x7c\xf7\xb2\x00\x8f\xd8\x88\x24\xdd\ \x98\xb3\x86\x9e\x62\x73\x83\xe7\x0d\x12\xa3\x41\x89\x74\xb7\x21\ \x21\x06\x17\x87\xec\xc6\x14\x26\xc9\x8b\x6d\xb9\x8e\x47\xd0\xd8\ \x2b\x74\x8e\xef\xb2\x0e\xe8\x8a\xf7\x55\x92\x2a\x6b\xa4\x92\xc9\ \xa4\x8a\xc5\x62\xc5\x43\x7c\x99\xaf\xa4\xe0\xa0\x98\xb7\x83\x53\ \x22\x7b\x58\x46\xd8\x24\x3e\xeb\x29\x48\xec\x0b\x0e\xcd\x1f\x4c\ \x9f\x4a\xa5\x42\xdd\x19\xac\x20\x35\x26\xec\x13\xa0\x0b\x07\x9d\ \x48\x24\x02\x28\x20\xf5\x08\xc0\xc5\xf9\xb3\x2f\xb9\x5c\x4e\x6b\ \x6b\x6b\xba\x76\xed\x9a\x66\x66\x66\xb4\x7d\xfb\xf6\x20\x43\xd8\ \xde\x54\x2a\xa5\x33\x67\xce\xe8\x95\x57\x5e\xd1\xed\xdb\xb7\xc3\ \x1e\xc3\x14\x2c\x2f\x2f\x87\xd4\x4b\x3a\x9d\x0e\xf6\x9d\x93\xb6\ \x9e\x8a\x66\x2f\x90\x19\x9c\x94\xdb\x43\x9c\x2a\xfb\x5a\x55\x55\ \x15\xda\x02\xb4\xb4\xb4\x28\x95\x4a\x85\x76\x25\xb5\xb5\xb5\x6a\ \x6c\x6c\x54\x73\x73\x73\x00\x3b\xd9\x6c\x56\x9b\x9b\x9b\xfa\xe9\ \x4f\x7f\xaa\xcd\xcd\x4d\xf5\xf4\xf4\xe8\xd6\xad\x5b\x1a\x1d\x1d\ \xd5\xfe\xfd\xfb\x75\xe8\xd0\x21\xfd\xe8\x47\x3f\x92\xb4\xd5\x9e\ \xa3\xad\xad\x4d\xdb\xb7\x6f\x57\xa9\x54\xd2\xe0\xe0\xa0\x3a\x3a\ \x3a\x34\x3f\x3f\xaf\x6b\xd7\xae\x05\x1f\x82\x9c\x02\xea\x91\x3d\ \xb7\x97\x1e\x88\x60\x33\xd0\x2b\x07\x73\xbe\x76\xb1\xd8\xdd\x34\ \x1c\x3e\xcb\x33\x40\xe8\x86\xdb\x23\x7c\xab\xfb\x57\x97\xfb\xf5\ \xf5\x75\xe5\x72\xb9\x0a\x36\xc7\x49\x0c\xe4\xd4\xef\x41\xf0\x13\ \x2d\x03\x02\xc0\x21\x5f\xec\x33\xa7\x5a\xb1\x1d\x9e\xb6\xf4\x60\ \x04\x99\x2e\x95\x4a\x41\x36\x4a\xa5\x52\x78\x3a\x83\xb3\xa7\xcc\ \x95\x6b\xb1\x3e\x6e\x6b\xdd\x36\xf2\x19\x67\x3d\xfd\xbe\x1e\x70\ \xf2\xbb\x83\x52\xe6\x87\x9f\xf3\xcf\xb3\x5f\xce\x9e\x4b\xaa\xc0\ \x23\x4e\xee\x60\x33\x7c\xcf\x3c\x40\xf1\x54\x3c\xaf\xa4\x53\xd6\ \x18\x50\x6f\x0c\xe8\x00\x88\x0b\xb0\x18\x1e\xc9\x3b\x73\xc5\xe4\ \x31\xa6\x18\x79\x37\x6e\x51\xb4\x8c\xe3\x5a\x5d\x5d\xd5\xe2\xe2\ \x62\x45\xc3\xd3\x85\x85\x85\x00\x0e\x38\x75\x80\x10\xf8\xc3\x6f\ \x39\x0d\x84\xe2\x03\xce\x50\x10\x80\x0f\x60\x8c\xef\x03\x12\x3c\ \xa2\xf4\x48\x8c\x79\x3a\xa5\x8f\x51\xf0\xf7\x59\x87\x68\x7a\xc1\ \x37\xc4\x15\xc8\x8d\x3e\xc5\xfb\xd5\xd5\xd5\xa1\x03\xbc\x83\x5f\ \x67\x47\x3c\xaf\x0c\xd0\xc4\x30\x44\xf7\x12\xe5\xa7\x29\x25\xfb\ \x0a\x58\x68\x68\x68\x50\x26\x93\x09\xec\xd7\x2b\xaf\xbc\xa2\x1b\ \x37\x6e\x84\x36\x0d\x1d\x1d\x1d\xaa\xae\xde\x7a\xc8\x75\xa9\x54\ \xd2\xd1\xa3\x47\x35\x3d\x3d\xad\x57\x5f\x7d\x55\xf7\xdc\x73\x8f\ \xe6\xe6\xe6\x34\x37\x37\xa7\x57\x5e\x79\x45\xad\xad\xad\xca\x66\ \xb3\x4a\xa7\xd3\xa1\xd3\x7d\x26\x93\xd1\x8d\x1b\x37\x34\x35\x35\ \x15\xba\x9b\x77\x76\x76\xaa\x58\x2c\x6a\x65\x65\x45\x1d\x1d\x1d\ \xa1\x69\xe5\x8d\x1b\x37\x34\x3a\x3a\xaa\x03\x07\x0e\x68\x6d\x6d\ \x4d\x6f\xbd\xf5\x96\x76\xef\xde\x1d\xd6\xa7\xa3\xa3\x43\xeb\xeb\ \x5b\xdd\x7d\x01\xdb\x67\xcf\x9e\x55\x43\x43\x83\xa6\xa7\xa7\xb5\ \xb8\xb8\xa8\xc9\xc9\xc9\x10\xad\xb2\xff\x9e\xba\x76\x76\x34\x6a\ \xe0\x58\x43\xda\x45\x20\x83\xc8\x3b\x72\xe3\x51\x0d\xc0\xcd\x03\ \x0c\x37\x06\xec\x35\x2f\x7f\x9f\x97\x47\x68\xbf\xff\xfb\xbf\xaf\ \x5f\xfe\xf2\x97\xfa\xc1\x0f\x7e\xa0\xcf\x7c\xe6\x33\xfa\xdc\xe7\ \x3e\xa7\xaf\x7f\xfd\xeb\x9a\x99\x99\x51\x36\x9b\x0d\xfb\x0b\x68\ \x8e\x32\x64\xd4\x28\xa0\x7b\x7e\x0f\x68\x7c\x0c\x0d\xac\x07\x3a\ \x4a\xeb\x07\xaf\xb9\x41\x9e\x9d\x92\xf7\x3a\x04\x0a\x66\x49\x03\ \xe3\x6c\xa9\xd5\x4b\x26\xef\x36\xa2\x05\x54\x38\xb3\x12\xa5\xd6\ \xf9\xdb\xc2\xc2\x42\x90\xd1\xa8\xa1\xad\xae\xae\x0e\x69\x3c\x00\ \x27\xd7\x5c\x58\x58\x50\x26\x93\x09\xa9\xc2\x85\x85\x05\x49\x77\ \x8f\xdc\xfb\xe9\x26\xfe\xc7\x91\xc0\x30\x61\xeb\xca\xe5\xad\x9e\ \x5c\x80\x11\x98\x51\xc0\xa5\xef\xdb\xc6\xc6\xd6\xc3\xd3\x79\xbe\ \x27\xf2\x46\x3a\xdd\x9f\xb3\x89\x73\xf1\x34\x06\xd1\xb9\x97\x54\ \x60\xc7\xb0\x7b\x92\x2a\x80\x56\xb9\x5c\xae\x28\x66\xc7\x3e\xb3\ \xef\x38\xbb\x9f\xfd\xec\x67\xfa\xc9\x4f\x7e\xa2\x5b\xb7\x6e\x69\ \x69\x69\x49\xed\xed\xed\xca\xe5\x72\x6a\x6a\x6a\x52\x4b\x4b\x4b\ \x28\x45\x98\x9f\x9f\x57\x67\x67\xa7\xee\xbb\xef\x3e\xe5\x72\x39\ \x65\xb3\xd9\xc0\xfe\x15\x8b\x45\xdd\xba\x75\x4b\x63\x63\x63\xe1\ \xb9\xa4\xb4\x3e\x40\xd6\x3d\xba\x67\xbd\xfd\xa8\x3f\x72\xc3\xf8\ \xdc\x11\x01\x18\xf6\xed\xdb\xa7\x72\xb9\xac\x6b\xd7\xae\x05\xc7\ \xdd\xda\xda\x1a\x9e\x90\x51\x28\x14\x02\x1b\xed\x41\xeb\xca\xca\ \x8a\x56\x57\x57\xd5\xda\xda\xaa\xfa\xfa\x7a\xb5\xb7\xb7\x07\x96\ \x75\x71\x71\x31\x38\xc7\xde\xde\x5e\xed\xdd\xbb\x57\x75\x75\x75\ \xa1\x67\x96\x3f\x68\x9e\x71\xf9\xda\x13\x90\xb8\x8d\x77\x02\x82\ \x79\x20\xe3\xce\xe8\x00\xa6\xb1\x45\x30\x89\x51\xf6\xca\xed\xbc\ \xfb\x06\x0f\x24\xb0\x35\x7c\x9e\xda\x43\x08\x02\x07\x3b\x7e\x1d\ \x7e\x26\xa0\xe6\xe0\x07\xc0\x23\x3a\x17\x07\x2a\xce\xc4\xa2\xab\ \x51\x22\xc6\x33\x54\x7c\xd6\xfd\x0f\x80\xce\x4b\x60\x7c\x1e\x6e\ \x17\x79\x9f\xe0\x8e\xcf\x50\xeb\x49\xa9\xc2\xc6\xc6\xdd\x56\x16\ \xcc\x03\x1d\x62\xdf\x9c\xf5\xf7\xa0\xd7\x6d\xa5\x07\x68\x80\x29\ \x67\xb3\x3c\x6d\x1b\x8f\xc7\x2b\xca\x9c\x7c\x5d\x9d\x41\xe3\xb5\ \xb1\xb1\xb1\xd5\x07\x0b\xe3\xc1\xe2\xf9\xe9\x2d\x16\x87\x01\x79\ \xc4\x0c\x60\xe1\x67\x67\x70\x7c\xb3\xbc\xc6\xc2\x15\xcc\xc1\x08\ \x8b\x8e\xc0\xb0\x59\xbe\x20\x5e\xd8\x0d\x70\x62\x62\x4e\x0b\x12\ \xbd\x71\x3f\x17\x54\x40\x0c\x91\x1e\x06\x37\xca\x48\x79\x6d\x04\ \x0b\xc8\xe7\x3d\xcf\xed\xa9\x42\x77\xaa\x0e\x46\x1d\x94\xa2\x48\ \xfe\x62\xfc\xed\xed\xed\x2a\x95\x4a\xa1\x6f\x17\x4a\xc5\x1c\xa3\ \x39\x69\x8c\x3d\x8e\x96\x3d\x63\x2f\xb8\x86\x2b\x88\xd3\x99\xb0\ \x04\xc5\x62\x51\xc5\x62\x51\x4b\x4b\x4b\x9a\x9c\x9c\x54\xb1\x58\ \x54\x5d\x5d\x5d\xe8\x6d\xb3\xbc\xbc\xac\xf9\xf9\x79\x1d\x39\x72\ \x44\x0b\x0b\x0b\xba\x79\xf3\xa6\x3a\x3b\x3b\x83\xb3\xcc\xe5\x72\ \x6a\x6b\x6b\x53\x6f\x6f\xaf\x56\x57\x57\xf5\xee\xbb\xef\xea\xe6\ \xcd\x9b\xda\xb9\x73\xa7\x76\xee\xdc\xa9\xcb\x97\x2f\x87\x1a\xae\ \x33\x67\xce\x68\x70\x70\x50\x6f\xbc\xf1\x86\x4e\x9e\x3c\x19\xfa\ \x95\x25\x93\x49\x5d\xbd\x7a\x55\xc3\xc3\xc3\xca\x64\x32\x2a\x16\ \x8b\x15\x11\x7f\x4d\x4d\x8d\x1a\x1b\x1b\x55\x5f\x5f\xaf\xfb\xee\ \xbb\x4f\x7b\xf6\xec\x09\x6d\x21\x98\x47\x36\x9b\x0d\xad\x26\x38\ \x8a\xbc\xb6\xb6\xa6\xb9\xb9\xb9\x60\x80\x9d\x11\xa1\x5b\x3d\xe0\ \x16\xb9\x41\xee\x91\xbb\x28\x1d\xee\xc7\xa7\xb9\x96\x47\x32\x1e\ \x9d\x3b\xc8\xf6\x9f\xa3\xa0\xcb\xe5\xbc\xb5\xb5\x55\xe7\xcf\x9f\ \xd7\x9b\x6f\xbe\xa9\xe3\xc7\x8f\xab\xa3\xa3\x43\x43\x43\x43\x21\ \x2d\x8e\xf1\xf5\x1a\x8d\xf9\xf9\xf9\x0a\x23\xef\x2d\x44\x30\x24\ \xee\x08\x19\x1b\x4c\x69\x2c\x16\x0b\x8e\x10\xc3\xc2\xda\xc3\x4c\ \xb9\xd1\x61\x2d\x01\x0b\x80\x8c\xa6\xa6\xa6\x5f\x03\xfc\xec\x1f\ \xb5\x94\xc9\xe4\xd6\xc1\x14\x52\xd7\x80\x05\x18\x0c\x67\x43\x60\ \xb1\x3c\xe8\xc3\xf9\x61\xd0\x70\x28\xec\x1f\x2d\x46\x08\xca\xd0\ \x2f\xee\xbb\xba\xba\xaa\xe5\xe5\xe5\xf0\xb3\x37\x20\xe5\xfa\xcc\ \x93\x7b\x02\x1c\x59\x33\x80\x51\x3c\x7e\xb7\xa8\x96\xb4\x0b\x69\ \x07\xea\x98\x3c\xc5\x80\x9d\xe3\xe4\x16\x8c\x01\x86\x1d\x1b\x84\ \xd3\xa7\xc7\x95\xdb\x30\x52\xc6\xf4\x72\x22\x15\x0b\xf8\xaa\xab\ \xab\x53\x2a\x95\xd2\xcf\x7f\xfe\x73\xfd\xfd\xdf\xff\xbd\x7e\xf6\ \xb3\x9f\x85\x67\x04\xc2\x8e\xcd\xcd\xcd\x85\xee\xe6\xbd\xbd\xbd\ \x3a\x7e\xfc\xb8\x6a\x6b\x6b\x35\x32\x32\xa2\xc6\xc6\x46\x0d\x0c\ \x0c\xa8\xb9\xb9\x59\xf9\x7c\x5e\x4d\x4d\x4d\xaa\xab\xab\xd3\xb6\ \x6d\xdb\x74\xef\xbd\xf7\xea\xa1\x87\x1e\xd2\x83\x0f\x3e\xa8\x74\ \x3a\xad\xd1\xd1\xd1\x10\x10\xb3\xce\x7e\x1a\x95\xc0\x16\xbd\x88\ \xca\x3d\xf6\x8f\xf6\x2e\x2b\x2b\x2b\xfa\xd5\xaf\x7e\x15\xe6\x5a\ \x5d\xbd\xf5\xe8\xb6\x87\x1e\x7a\x48\x47\x8e\x1c\xd1\x3b\xef\xbc\ \xa3\x7c\x3e\xaf\xea\xea\x6a\x7d\xf7\xbb\xdf\xd5\xdb\x6f\xbf\x1d\ \xd6\x22\x1e\x8f\xeb\xc4\x89\x13\x6a\x6f\x6f\xd7\x4b\x2f\xbd\x14\ \x80\x6e\xa9\xb4\x55\xfb\x73\xcf\x3d\xf7\xa8\xa5\xa5\x45\x0d\x0d\ \x0d\x21\xa5\xcb\x89\xe6\x28\x93\x83\x3d\x00\x94\x78\x96\x06\x5b\ \x8f\x03\x77\xdf\x81\x8e\x38\x4b\x12\x05\x14\x51\xf6\x85\xdf\xb9\ \xbf\xd7\x85\xf1\x7d\xbe\xc7\x7c\x3c\x38\xf4\x80\xde\x59\x68\xf7\ \x95\xdc\x0f\xbf\xc7\xc3\xd8\x09\xe2\x39\x7c\x21\xdd\x3d\xc4\x45\ \x03\x57\x1e\x36\x8f\x3d\x45\x4f\x9c\xdd\x43\x57\x62\xb1\x58\x85\ \x3d\x05\xa0\x38\xb3\xef\x63\x85\x20\x61\xcc\xbc\x00\xd0\x1c\x68\ \xe1\x95\xcd\x66\x03\x49\x02\x10\xf2\xf2\x20\x0f\x5c\xdc\x2f\xfb\ \xfa\xbb\x9f\xf4\x31\x39\x63\xc5\xdc\x1c\x00\x7a\x46\x4f\x52\x85\ \x2f\x89\x66\x92\x78\x25\xda\xdb\xdb\x9f\x22\xd2\xe0\xd1\x15\x2c\ \x10\x0f\x49\xf6\xfa\x1f\x04\x0e\xc1\x00\xf4\xb0\x99\x51\x81\x73\ \x04\xcc\xf7\x11\x68\x77\x4c\x4e\xd1\xf1\x3c\x23\xe9\x6e\xc4\xe6\ \x93\x83\xc2\x45\x01\x9d\x41\xc3\x10\x3b\xeb\x06\xf2\x84\xaa\xe5\ \xda\xdc\x1f\x83\xe8\x8b\xc5\x3c\x19\x33\x9b\xc7\x3f\x36\xcd\xfb\ \xd5\x78\x44\x85\x42\x44\xc1\x9f\x6f\x26\x00\x95\x75\xac\xaa\xaa\ \x0a\x3d\x3f\x5c\x38\x69\xef\xc0\x23\x2c\x70\x2c\x1e\xf1\x70\x64\ \x9a\x35\x70\x07\x1a\x2d\xe2\x64\x5c\x00\x0c\xa2\x77\xae\x4d\x31\ \x6d\x2a\x95\x52\x26\x93\xd1\xe2\xe2\x62\x68\x64\x78\xfd\xfa\x75\ \xcd\xcf\xcf\x87\x88\x76\x64\x64\x24\x8c\xf5\xcc\x99\x33\xe1\x58\ \x7b\xa1\x50\xd0\xd8\xd8\x58\xe8\x06\x5f\x2c\x16\x75\xe8\xd0\x21\ \x1d\x3c\x78\x50\x0f\x3f\xfc\xb0\x1e\x7a\xe8\x21\x1d\x3c\x78\x30\ \x14\x50\x77\x74\x74\xa8\xb7\xb7\x57\x07\x0f\x1e\x54\x73\x73\x73\ \x88\xae\xab\xab\xab\x95\xcf\xe7\x95\x4a\xa5\x42\xf1\x64\x57\x57\ \x97\x56\x56\x56\xb4\x67\xcf\x1e\xdd\x77\xdf\x7d\xea\xed\xed\x55\ \x53\x53\x53\x50\xa2\xa6\xa6\x26\xdd\xb8\x71\x43\xe3\xe3\xe3\x41\ \x76\x67\x67\x67\x43\x8d\x80\x3f\xef\x0f\xe7\xbd\xb0\xb0\x10\x3a\ \xfb\x6f\x6e\x6e\x15\x6d\x73\x12\x94\xfa\x31\x80\x06\x2c\x03\x7a\ \xe2\x40\xcb\xc1\x89\x83\xa6\x28\x10\x73\x45\xf5\x9f\x31\x62\xdf\ \xfe\xf6\xb7\xd5\xdd\xdd\xad\xa5\xa5\x25\xed\xdf\xbf\x5f\x0f\x3c\ \xf0\x80\xce\x9d\x3b\xa7\xb9\xb9\xb9\x0a\xc6\xd6\xa3\x5b\x40\x14\ \xe9\x1b\xaf\x55\x42\x7e\x91\x69\x74\x88\x53\x78\x5e\xa3\x46\x0a\ \x3e\x5a\xb8\xcb\xb8\x93\xc9\xbb\xcf\xed\xc3\x40\x22\xb3\xb4\xe3\ \x00\x34\x11\x65\xe6\x72\xb9\x20\x7f\x38\x0c\x40\x70\x32\xb9\xd5\ \x16\x24\x95\x4a\x85\xba\x99\x58\x2c\x56\xc1\xd2\x79\x61\x3b\xba\ \x00\x03\xe7\xed\x1c\xe2\xf1\xad\xb4\x33\x4c\x1c\xf6\x02\xc6\x09\ \x3d\xe3\xf3\x38\xb3\xa8\xe1\x74\xc0\x83\x81\xa5\x6e\x91\x7d\x84\ \x11\x74\x7d\x66\x0c\xb0\x17\x18\x5d\x4f\x2d\x90\x0e\x43\x7e\xd8\ \x73\x40\xaa\x3b\x07\x9c\x10\xd7\x80\x59\xe5\xb9\x92\x3c\x67\x94\ \xfb\xc2\x5a\xfd\xcd\xdf\xfc\x8d\x7e\xf8\xc3\x1f\x6a\x66\x66\x26\ \xec\x23\xce\x1b\x19\x8d\xc5\x62\x2a\x14\x0a\x61\x3c\x8f\x3c\xf2\ \x88\x8a\xc5\xa2\xde\x78\xe3\x0d\x25\x12\x09\x75\x76\x76\x06\xf6\ \x86\x7a\xac\x5c\x2e\x17\xc6\xdb\xdb\xdb\xab\x8e\x8e\x0e\x8d\x8f\ \x8f\x6b\x75\x75\x55\x99\x4c\x26\x1c\xca\x71\x5b\x9e\xcb\xe5\x42\ \xf3\x6a\x9f\x17\x7e\x04\xdb\x7f\xe7\xce\x1d\x5d\xbf\x7e\xbd\x22\ \x48\xe5\x33\xdb\xb7\x6f\x57\x77\x77\xb7\x7a\x7b\x7b\x15\x8b\xc5\ \xf4\x95\xaf\x7c\x45\xcf\x3d\xf7\x5c\xf8\xcc\xfc\xfc\xbc\x4e\x9c\ \x38\xa1\x3d\x7b\xf6\xe8\xf9\xe7\x9f\xd7\xf8\xf8\x78\x05\xbb\x91\ \x48\x24\x42\x9a\x90\x35\x58\x5b\x5b\x0b\x4d\x46\xa3\xec\x1b\xdf\ \x73\xfd\x74\xfd\x8d\xb2\xaf\xd8\x7c\x9c\xb7\xbf\xdc\xaf\x78\xb0\ \x8b\xaf\xf0\x72\x1a\xae\x1f\x6d\xef\x11\xf5\x51\xce\xee\x32\x76\ \x02\x12\x7c\xf2\xe6\xe6\x66\x38\x45\x8a\x0c\x53\x2f\x89\x1d\x63\ \x3f\x3d\xb8\x40\x16\xeb\xeb\xeb\x43\x90\x42\xb0\x8e\x7d\x44\x47\ \x18\x37\x80\x27\x97\xcb\x05\x19\xe0\x3b\x92\x2a\xd2\xde\x80\xf0\ \x9a\x9a\x9a\xd0\xa6\x81\x79\xa1\x0f\xec\xdd\xfc\xfc\xbc\xa6\xa7\ \xa7\x83\xff\x02\xc8\x03\xf8\x98\x9b\xcb\x14\xeb\xe8\x87\xc0\xd0\ \x47\xf4\xd7\xf7\x8c\x7d\x07\x63\x78\x0d\x37\x72\xec\xfb\xe0\xa0\ \x98\xfb\x3b\xa1\x54\xc1\x84\x62\x00\x9d\x66\xe4\xe6\x08\x39\x8b\ \xc9\x97\x30\x6a\x6c\xb0\x3b\x0d\x1f\x18\xef\x61\x50\x59\x34\x3f\ \x75\xc1\xbd\xd8\x34\x0c\x96\x47\x94\x80\xa2\x44\x22\x11\x1e\xae\ \x0c\x78\x20\xb2\xa6\x2e\x82\xf7\x88\x9c\x51\x40\xcf\xc7\xfa\xa6\ \x3b\xe0\xf1\x5a\x10\x04\x01\xc3\xe8\x75\x0d\xbc\x28\xa0\xf7\x7a\ \x09\xa7\x4d\xf9\x9e\x6f\xb6\x2b\x2b\xef\x33\x9e\x62\xb1\x58\xa1\ \x44\x6c\x34\x6b\xc6\x66\xf2\x8c\xc3\xea\xea\x6a\x35\x35\x35\x29\ \x9b\xcd\x06\x01\x43\x01\xc8\x9d\x73\x6f\x14\x91\x75\xf2\x08\xc8\ \x99\x3f\x8a\x82\x67\x66\x66\x54\x28\x14\x34\x34\x34\x14\x1a\x3f\ \xd2\x9b\x0a\xe7\xb6\x67\xcf\x1e\x3d\xfc\xf0\xc3\xea\xe9\xe9\xd1\ \xf2\xf2\x72\x38\x55\x94\xcb\xe5\xc2\xb5\x38\x55\x58\x2e\x97\xd5\ \xd7\xd7\xa7\x72\x79\x8b\xfe\x4f\xa5\x52\x6a\x6d\x6d\x0d\xac\x17\ \xca\x4f\x04\xb4\xb1\xb1\x75\x42\x2e\x93\xc9\x04\x96\x6a\xdf\xbe\ \x7d\x5a\x5c\x5c\xd4\x5b\x6f\xbd\xa5\xe9\xe9\x69\x4d\x4c\x4c\xa8\ \xb5\xb5\x55\x3d\x3d\x3d\x6a\x6e\x6e\x56\x67\x67\x67\x90\xd3\x9a\ \x9a\x1a\x4d\x4d\x4d\x85\x47\x16\x91\x3e\x62\x5d\x17\x16\x16\x82\ \x5c\x73\xc2\x31\x1e\x8f\xab\x50\x28\x68\x62\x62\xa2\xe2\xb9\x92\ \x18\xdd\xf5\xf5\x75\x65\x32\x19\xa5\xd3\x69\xd5\xd7\xd7\x87\x63\ \xe1\x73\x73\x73\xa1\x47\x8f\xeb\x90\x33\xba\xc8\xb9\x1b\x11\xf6\ \xcc\x0d\x31\xdf\x5d\x5f\x5f\xd7\xf5\xeb\xd7\x75\xfc\xf8\x71\x8d\ \x8d\x8d\x69\x7d\x7d\x5d\x5f\xf8\xc2\x17\xf4\x4f\xff\xf4\x4f\x6a\ \x6d\x6d\xd5\xc4\xc4\x44\x78\x9c\x11\x72\x8d\x6c\xfa\x31\x66\x02\ \x0e\x02\x1f\x8c\x22\xba\xe3\x00\x0c\xb6\x12\x83\xc2\xcb\xd3\x70\ \xcc\x81\x17\x46\x34\x9d\x4e\x87\x14\x21\xe0\x29\x16\x8b\x55\xd4\ \x5a\x31\x46\x07\x2b\xc8\x16\x69\x00\x67\x12\xb1\x07\xa5\x52\x29\ \xe8\x39\x86\x99\xf1\x31\x0f\x6c\x4b\xb9\xbc\x75\x40\x83\xda\x0f\ \x67\x0f\xb0\x07\xb4\x00\x21\xa2\x77\xf9\x73\xa3\xea\xb5\x5b\xee\ \xd0\x70\x0a\x00\x55\x4f\x51\x00\xfe\x9c\x01\x4f\x24\x12\x21\xa5\ \x49\x3a\x0e\xfd\xc0\xfe\x36\x35\x35\x69\x6e\x6e\x2e\x00\x29\x67\ \x0b\x71\x24\x55\x55\x5b\x3d\xae\x9c\x61\x77\x7b\x92\x4a\xa5\x34\ \x3d\x3d\xad\xa7\x9f\x7e\x5a\x97\x2f\x5f\x0e\xf6\xcc\x59\x4b\x9c\ \x0a\x7a\xc0\x89\xd4\x33\x67\xce\xa8\xbe\xbe\x5e\x8f\x3f\xfe\xb8\ \x4e\x9d\x3a\xa5\xeb\xd7\xaf\xeb\x9e\x7b\xee\x09\xad\x30\xd2\xe9\ \xb4\xe6\xe6\xe6\x54\x28\x14\xc2\x89\xd6\xde\xde\x5e\x3d\xf6\xd8\ \x63\x5a\x5e\x5e\xd6\xff\xfc\xcf\xff\x68\xf7\xee\xdd\xba\x79\xf3\ \xa6\xa6\xa7\xa7\x43\x1a\x95\xc7\x06\xe5\xf3\x79\x4d\x4c\x4c\x84\ \xba\x37\xec\xb0\x33\x33\xce\xe0\x78\x8d\xda\xda\xda\x5a\xa8\x01\ \xdb\xb6\x6d\x9b\xfe\xf4\x4f\xff\x54\x6f\xbf\xfd\x76\x68\xc7\x81\ \xfc\xbc\xfc\xf2\xcb\x4a\xa5\x52\x21\x4d\x8b\x2f\xca\xe5\x72\x5a\ \x5e\x5e\xd6\xad\x5b\xb7\x14\x8b\xc5\x34\x3d\x3d\xad\xa5\xa5\x25\ \x35\x36\x36\x86\xbd\xc5\x46\x7a\x76\x85\x75\x76\x12\xe0\xfd\x02\ \x25\xd6\x97\xf1\x3b\x4b\xc5\xe7\xb0\xff\x5e\x9e\x12\xad\x2f\x66\ \x1c\xfc\x0c\x73\x04\xa0\x42\xdf\x9c\x29\x71\xe6\xc8\x99\x17\x27\ \x24\x20\x0b\x20\x1e\xb0\x03\x9e\xbd\x89\xfa\x1b\x40\x1e\x41\x12\ \x32\xc6\x9a\xf2\x82\xbc\x40\x17\x3c\xd5\x0d\x98\x8e\x12\x0c\x9e\ \x09\x73\xbf\xeb\x25\x2e\x9e\x01\x00\xc8\x94\xcb\xe5\x40\x32\x30\ \x6e\x97\x19\xec\x83\xef\x09\x63\x60\x5d\xf8\x9e\xdb\x5c\xd6\x8a\ \x6b\xb1\x2e\xbe\x36\xae\x6b\xbe\xc7\x9e\x51\xf2\x31\x31\xe6\x24\ \x8b\xcd\xcb\xa9\x68\xa7\xb6\x1d\xad\xf9\x20\xdd\x51\x3b\x25\xe7\ \xdf\x65\xe0\x9e\x6e\x73\xf6\xc0\x51\x22\x13\xc0\xb0\xb2\xd8\x18\ \x41\x6f\xb0\xc7\xf1\x6d\x37\xe0\x44\xbe\x38\x19\x84\x0f\xe3\x0f\ \x7b\xc6\x86\x33\x07\x7e\xf7\xf1\xb2\xe8\x0e\x40\x1d\x38\xb1\x98\ \x50\xf6\x38\xf3\x28\x6d\xeb\xa9\x50\x49\xa1\x46\xc6\x85\x29\xba\ \xe9\xbe\xce\xce\xca\xb1\xbe\x38\xa4\xe5\xe5\x65\xdd\xb9\x73\x27\ \xd4\x4c\x38\xd3\xc8\x78\x19\xbf\xd7\xec\x00\x62\xe2\xf1\xb8\x76\ \xee\xdc\x19\xa2\x9d\x77\xdf\x7d\x37\x9c\xd4\x6c\x6d\x6d\xd5\xec\ \xec\xac\x12\x89\x44\x38\xfd\xb4\xb1\xb1\xa1\x63\xc7\x8e\xe9\xf3\ \x9f\xff\xbc\x52\xa9\x94\x66\x67\x67\xb5\xbc\xbc\xac\xd1\xd1\x51\ \xc5\xe3\xf1\xd0\xc4\xf4\xc2\x85\x0b\xc1\x20\x9c\x3d\x7b\x36\x3c\ \x8b\xef\x7f\xff\xf7\x7f\xb5\x7b\xf7\x6e\xb5\xb4\xb4\x04\xa3\x49\ \xdf\xa5\x52\x69\xeb\x54\xe5\xf8\xf8\xb8\xd6\xd7\xb7\x9e\x7a\xdf\ \xda\xda\x5a\x51\x78\x9c\x4e\xa7\xd5\xd1\xd1\xa1\xe1\xe1\x61\xe5\ \xf3\x79\x75\x74\x74\x68\x6d\x6d\x4d\xaf\xbc\xf2\x4a\x78\x3c\x4f\ \x73\x73\xb3\xda\xdb\xdb\xb5\x63\xc7\x0e\xf5\xf4\xf4\x54\x1c\x69\ \xa7\xb0\x1b\x90\x45\x7d\x10\x4e\xbb\xa5\xa5\x45\xcd\xcd\xcd\x5a\ \x59\x59\xd1\xc4\xc4\x84\x86\x87\x87\x43\xa7\x6a\xd6\x9f\x6e\xd2\ \x6d\x6d\x6d\x4a\xa7\xd3\x4a\xa7\xd3\x2a\x95\x4a\x5a\x58\x58\xa8\ \x78\xe0\xac\xb3\x3e\xae\x2b\xec\x6b\x94\xce\x8f\xc5\x62\x81\x31\ \x5b\x5e\x5e\xd6\xee\xdd\xbb\x75\xfa\xf4\xe9\x10\x69\x56\x55\x55\ \xe9\x4f\xfe\xe4\x4f\x34\x36\x36\xa6\x57\x5f\x7d\x55\x2b\x2b\x2b\ \x6a\x6e\x6e\xd6\xf0\xf0\x70\xd0\x4f\xe4\x15\x5d\x04\x54\xd0\x56\ \xc1\x0d\xa0\x33\xb9\xb0\x52\xe5\x72\x65\x7a\xca\x6b\xb6\x5c\xe7\ \x91\x61\x58\x2c\x3f\xf1\x46\x8d\x87\x33\x5e\xee\x08\x71\xa0\x8c\ \x19\x40\x86\xed\x89\xc5\x2a\x8b\x82\x01\x4a\x80\x0f\x67\x0e\xd0\ \x7d\x40\x8f\xa7\x32\xe3\xf1\x78\x38\x54\x41\x1b\x09\x74\x16\x86\ \xde\xd3\x09\x7e\x28\x02\xe0\x01\xb0\x64\xdd\x58\x57\x1c\x1c\xc5\ \xf1\xd8\x8a\x28\x4b\x48\x0d\x4e\x2c\x16\xab\x60\xdb\xd9\x1b\x9c\ \x8d\xd7\x76\xf0\x3d\x7f\x90\x75\x3c\x1e\x0f\xb2\x85\xec\x20\xb3\ \xe5\xf2\x56\x9f\xb1\xb1\xb1\x31\x7d\xf9\xcb\x5f\x0e\x32\xcb\xbe\ \xb9\xdd\x8d\xb2\x04\xc9\xe4\x56\x1b\x97\xf6\xf6\x76\x8d\x8d\x8d\ \xe9\xe1\x87\x1f\xd6\xc0\xc0\x80\xce\x9c\x39\x13\xda\x24\x74\x77\ \x77\x6b\x7d\x7d\x5d\xaf\xbd\xf6\x9a\xa6\xa7\xa7\xf5\xb9\xcf\x7d\ \x2e\xd4\x65\x75\x76\x76\xea\xe3\x1f\xff\xb8\xae\x5c\xb9\x22\x49\ \x7a\xf0\xc1\x07\xf5\xda\x6b\xaf\xe9\xce\x9d\x3b\x92\xa4\xee\xee\ \x6e\x8d\x8c\x8c\x68\xe7\xce\x9d\x21\xd0\x72\x60\xe2\xa9\x34\xdf\ \x0b\x07\x83\xe9\x74\x3a\x30\x58\x57\xaf\x5e\xd5\x99\x33\x67\x02\ \xb8\x72\xdf\x73\xf3\xe6\x4d\x7d\xe3\x1b\xdf\x08\xdf\xa7\xbd\x04\ \xed\x5e\x06\x06\x06\x54\x2e\x97\x35\x35\x35\xa5\xf9\xf9\x79\xb5\ \xb4\xb4\x54\x64\x1f\xa2\x05\xcf\xac\xbd\xdb\x7a\xc0\x0a\xfe\xc0\ \x81\xcf\xfa\xfa\x7a\x60\x74\xf1\x13\x6e\x8f\x3d\x75\xe4\x7e\x95\ \xfb\xa3\x3b\xd5\xd5\xd5\xe1\x1e\xf8\x64\xc6\xe2\xfd\xef\xfc\xde\ \x1e\x4c\xf8\x5a\xc2\xfc\xe3\xff\x90\x43\x0f\x4a\xd0\x4f\xf4\xdb\ \xe5\x97\x31\x46\x41\x0d\xba\xea\x19\x2e\x3f\x00\xe4\x8f\xa9\x42\ \xaf\x7c\x9f\x91\x69\xc7\x09\xbe\x2e\xe8\x2a\x7a\xd1\xd0\xd0\x10\ \xc6\xed\xfa\x0d\x70\xf2\xac\x92\x13\x1d\xf8\x62\xc6\x8f\x6e\xa3\ \xc7\xd2\x5d\x30\xed\x63\xf1\x35\x64\x2c\xae\xbb\xec\x3d\xf2\xeb\ \xf3\xf1\x6c\x5e\x12\x25\x63\x61\x9d\x5e\x04\xc8\x38\x0d\xe7\x8b\ \xe6\xd4\x23\xb5\x0a\x0c\x8a\xbf\x3b\x92\xf5\x14\x1b\x93\xc2\x98\ \x70\x4a\xad\x58\x2c\xfe\x1a\xcb\xc5\xa2\x12\xf5\x78\x04\xc1\xef\ \x08\x3e\x40\x89\xae\xf4\x92\xc2\x93\xbf\x01\x43\xb0\x4e\x2c\x66\ \xb9\x7c\xf7\xc4\xc4\xfb\x81\x41\xe6\x42\xfa\x02\x1a\xd5\x59\x32\ \x1c\x13\x51\xb8\x2b\x0e\xd7\x70\x16\xcd\xd9\x0a\x8c\x24\x6b\x8c\ \x11\x74\xd6\x0f\xe1\xe3\x33\xce\x3c\xad\xad\xad\x69\x62\x62\xa2\ \xa2\xff\x14\xce\xd3\xeb\x60\x60\x28\x10\x1e\xfa\x46\x7d\xfa\xd3\ \x9f\xd6\xe8\xe8\xa8\x5e\x7f\xfd\x75\x4d\x4d\x4d\x85\x88\x53\x92\ \xfa\xfb\xfb\x75\xe0\xc0\x81\x50\x50\xf9\xc8\x23\x8f\xe8\xfe\xfb\ \xef\xd7\xf9\xf3\xe7\x75\xfb\xf6\x6d\x49\xd2\xf9\xf3\xe7\x75\xf4\ \xe8\x51\xdd\x7f\xff\xfd\xaa\xaa\xaa\xd2\xb9\x73\xe7\x34\x33\x33\ \xa3\xe3\xc7\x8f\x87\x53\x7d\x9b\x9b\x9b\x7a\xf9\xe5\x97\x55\x55\ \xb5\xf5\x5c\xc4\x44\xe2\xee\x81\x85\x64\x72\xab\xf9\xdd\xd4\xd4\ \x54\xb8\xff\xa1\x43\x87\x24\x49\x43\x43\x43\x01\x70\x63\xd4\x67\ \x66\x66\x54\x5b\x5b\xab\x7b\xef\xbd\x37\xac\xcd\x93\x4f\x3e\xa9\ \xc5\xc5\x45\xcd\xcf\xcf\xeb\xf6\xed\xdb\x3a\x7d\xfa\xb4\x5e\x7a\ \xe9\x25\xd5\xd4\x6c\x3d\xd4\xf5\xd0\xa1\x43\xca\xe5\x72\xda\xb1\ \x63\x87\x62\xb1\x98\xe6\xe7\xe7\x43\x5f\x18\xea\x60\x38\x92\x5e\ \x2e\x97\xf5\xce\x3b\xef\x68\xcf\x9e\x3d\xa1\x69\xea\xce\x9d\x3b\ \x35\x3a\x3a\x1a\x80\x28\x6c\x17\x4c\xd8\xd8\xd8\x58\xa8\x7d\x69\ \x6a\x6a\xfa\x35\x90\x4d\x1a\x06\x46\xd6\x23\x61\x07\xfb\x6b\x6b\ \x6b\xfa\xf7\x7f\xff\xf7\x70\x32\xed\xf4\xe9\xd3\x9a\x9f\x9f\x57\ \x5f\x5f\x9f\x16\x17\x17\x75\xea\xd4\x29\xfd\xc6\x6f\xfc\x86\xe2\ \xf1\xb8\x8e\x1f\x3f\x1e\xe6\x8b\x7c\x01\xa8\x3d\x28\x71\x96\x14\ \xb9\x46\x0e\x89\xd6\x5c\x4e\x79\x4c\x0f\xef\x39\x10\xe4\x33\x18\ \x3e\x8c\xa0\x77\xac\xc7\x16\x70\xe2\xcf\x53\xdd\x8c\x87\xbd\xf7\ \xd3\x57\xc8\x25\xc7\xcd\x61\xb1\xd0\x5f\x67\x8c\x3d\x0d\x9e\x4a\ \xa5\x42\xc0\x41\xda\xd0\x4f\x3f\x25\x12\x89\xd0\x6f\x0d\x7b\x83\ \x5e\x2d\x2e\x2e\x86\xcf\x60\x73\x3c\xfd\xea\x36\x8b\xe8\xd8\x1d\ \x1a\xf3\x22\xe0\xe3\x7b\x1e\x90\x11\xf4\x31\x1e\xf6\x01\xe6\x8b\ \xcf\xc3\x5c\x44\xb3\x00\x9b\x9b\x9b\xe1\xd1\x2e\x9c\x0c\x03\x84\ \x32\xff\xc1\xc1\x41\x7d\xf5\xab\x5f\x0d\x0f\x2e\x8e\x3a\x71\x0f\ \xe0\x9c\x75\x48\x24\x12\x9a\x9f\x9f\x0f\x3a\xc1\x01\x97\x9a\x9a\ \x1a\x75\x76\x76\x06\xf0\x5c\x2a\x6d\xf5\xbd\x9b\x9e\x9e\x0e\xe0\ \x94\x02\xf8\xf6\xf6\x76\x3d\xf9\xe4\x93\xfa\xd6\xb7\xbe\xa5\x4f\ \x7f\xfa\xd3\x9a\x9c\x9c\xd4\xd2\xd2\x52\x48\x29\xde\xba\x75\x4b\ \x4d\x4d\x4d\xea\xec\xec\xd4\xed\xdb\xb7\x2b\x9c\x10\x73\x04\xb4\ \xbb\xa3\x62\xcc\xfd\xfd\xfd\xda\xb7\x6f\x9f\x72\xb9\x5c\x00\x6e\ \xe8\x15\x00\x17\xf6\xdf\x83\xe5\xcd\xcd\x4d\x75\x77\x77\x2b\x97\ \xcb\xa9\xbf\xbf\x5f\x47\x8e\x1c\x51\xa1\x50\xd0\xdb\x6f\xbf\xad\ \x4f\x7d\xea\x53\x15\x07\xa2\xf0\x73\x9c\xb6\xa6\x1e\x10\x7b\x80\ \x6f\xe4\x6f\x7c\x16\x40\x81\x0c\x20\xab\xae\x4f\xce\x72\x20\x17\ \xc8\x39\x7e\x17\x96\xc8\xed\xbe\x33\x4e\xe8\xad\x07\x2a\xf8\x18\ \x07\x05\xf8\x18\xf7\xbf\x5e\xa4\x8d\xcd\x71\x02\x82\xf9\xf9\xc1\ \x2e\xbf\xa7\x33\x65\xec\x0b\xf6\xc3\x81\x9e\x83\x67\x97\x63\xbe\ \xe3\xa0\x86\xcf\x33\x6e\x07\xdd\x80\x37\x4f\x53\x02\x02\xbd\xc1\ \xb4\x07\x5a\x6e\x9b\x90\x7f\xcf\xce\x61\x5f\x5c\x87\xf9\x0e\xe3\ \xf4\x94\x2b\xf7\x03\x3f\x70\x5d\x9f\x33\xb6\x9b\xbf\xb9\xed\x0b\ \x25\x4a\x5e\xd4\xe9\x94\x1c\xc8\xd4\xd3\x66\x18\x71\xc0\x11\x27\ \x30\x5c\x30\x48\x89\x79\x5d\x83\x23\x40\x7e\x47\xb0\x31\x32\x9c\ \x9e\x43\x50\xa1\x96\xe9\x3a\x1b\x65\x9b\x40\xd5\x4e\x83\x03\xac\ \xbc\x7e\x02\x45\xc0\x38\x3b\xfa\x74\x80\xc6\xa3\x35\xa2\xc6\xc8\ \x1d\xa5\x17\xdd\xb3\x88\x2c\x3a\xca\x2e\xdd\x4d\x2d\x38\x90\xc4\ \x89\x45\x69\x62\x47\xe0\xae\x7c\x1e\x1d\x01\xd4\x7c\xd3\x71\x8e\ \x2e\xa4\x8e\xae\x17\x16\x16\x54\x55\x55\x15\x8e\x3c\xd7\xd5\xd5\ \x69\x72\x72\x32\xac\x2f\x0e\xa1\xa1\xa1\x41\x3f\xfd\xe9\x4f\xf5\ \xfa\xeb\xaf\x87\xc2\x72\xd2\x72\xb9\x5c\x4e\x9d\x9d\x9d\xca\x64\ \x32\x7a\xf8\xe1\x87\xb5\xbe\xbe\xae\xae\xae\xae\xf0\x40\xd5\xfa\ \xfa\x7a\xfd\xd7\x7f\xfd\x97\x8e\x1f\x3f\xae\x7d\xfb\xf6\xa9\xa1\ \xa1\x41\x57\xae\x5c\xd1\xec\xec\xac\x4e\x9c\x38\x11\x1e\xbc\xdd\ \xd5\xd5\xa5\x8b\x17\x2f\x6a\x6a\x6a\x4a\x1f\xf8\xc0\x07\x54\x5f\ \x5f\xaf\x62\xb1\x18\x22\xb2\x91\x91\x11\xdd\xba\x75\x2b\xcc\x61\ \xdb\xb6\x6d\x2a\x14\x0a\x3a\x73\xe6\x8c\xb2\xd9\xac\xda\xda\xda\ \x42\x74\x97\xcd\x66\xc3\xe3\x50\x3c\x3a\x21\x6d\xd1\xd2\xd2\xa2\ \x5c\x2e\xa7\x47\x1e\x79\x44\x1b\x1b\x5b\x8f\x59\x98\x9a\x9a\xd2\ \xab\xaf\xbe\xaa\x93\x27\x4f\x2a\x97\xcb\xe9\xbe\xfb\xee\xd3\x83\ \x0f\x3e\xa8\xbe\xbe\x3e\x6d\x6e\x6e\x86\xe7\x48\x62\x28\x37\x36\ \x36\xd4\xdf\xdf\x1f\x40\x0a\x27\x4d\xfb\xfa\xfa\x42\x71\x28\xa9\ \x41\xbe\x47\xbf\xa8\x99\x99\x99\x70\x62\x0c\x59\xf1\xc8\x17\xa3\ \xdc\xd0\xd0\x10\x80\x1a\x3a\x58\x5d\x5d\xad\x3b\x77\xee\x68\x6e\ \x6e\x4e\x9f\xfc\xe4\x27\x43\x3a\x66\x63\x63\x43\x6f\xbf\xfd\xb6\ \x2e\x5f\xbe\xac\x0f\x7f\xf8\xc3\xfa\xe1\x0f\x7f\xa8\xbd\x7b\xf7\ \xea\xe8\xd1\xa3\x3a\x75\xea\x54\x70\x4c\x7e\xfa\x6c\x73\x73\x33\ \xa4\x6e\x49\xa3\x21\xd7\xb0\x34\x92\xc2\x78\x28\x40\x47\x46\x9d\ \xd5\xc6\xa9\xa3\x5b\x04\x24\xae\x6f\x5e\x9f\x81\x5c\x23\x9b\xc8\ \x1b\xeb\xeb\x3a\xec\x4c\x14\x3a\x45\xca\x16\xc0\x42\x50\xe0\x9f\ \x23\xe8\xe2\x3b\x38\x01\xec\x89\x9f\xfc\xf2\x53\x6d\x3e\x2f\x1c\ \x25\x8e\xd1\x4b\x21\x9c\xb9\x60\x6d\x99\x17\x80\xce\xed\x11\x63\ \x75\x20\x1a\x4d\xe3\x31\x16\x9e\xf3\x4a\x6d\x23\xeb\x86\x63\xc0\ \xa9\x61\x73\xbc\xd6\x0c\x59\xc1\xc9\x34\x36\x36\xea\xe2\xc5\x8b\ \x01\x5c\xc1\xd4\xf1\xc2\x5e\xb8\xbd\x89\xae\xa1\xb4\xd5\xde\xe4\ \xb9\xe7\x9e\x53\xa9\x54\x52\x5f\x5f\x9f\xaa\xaa\xaa\x34\x36\x36\ \x16\xd6\xa1\xbb\xbb\x3b\x30\xd0\x85\x42\x41\xdb\xb7\x6f\xaf\x78\ \xfa\xc2\xa1\x43\x87\xf4\xf4\xd3\x4f\x6b\x76\x76\x56\x07\x0f\x1e\ \xd4\xd4\xd4\x94\x06\x07\x07\xb5\xba\xba\xaa\xe6\xe6\x66\x4d\x4d\ \x4d\xe9\xc8\x91\x23\x1a\x19\x19\x09\x7b\x25\xdd\x65\x67\x08\xec\ \xb1\x3f\x73\x73\x73\x2a\x95\x4a\x6a\x6c\x6c\xd4\x43\x0f\x3d\xa4\ \x86\x86\x06\x95\xcb\x5b\x4f\x38\x60\x9f\x70\x70\xcc\x83\x75\xf1\ \x60\x3a\x9f\xcf\x2b\x9d\x4e\xab\xb7\xb7\x37\x3c\x57\x95\x3a\xc6\ \xd9\xd9\xd9\x00\x88\x60\x8f\x7d\x9f\x18\xa7\xa7\xdb\x78\x91\x8e\ \x67\x4d\xa9\x03\x44\xfe\x5d\xd7\xb0\xf9\x9e\x5e\xf3\xc0\x99\x60\ \x13\xc0\x9e\x48\x24\x42\x61\x77\xb4\x3d\x0a\xac\x67\x4d\x4d\x4d\ \xe8\x77\x85\xac\xb8\xbe\x91\xb1\x28\x14\x0a\x41\xcf\xfc\x7f\x6f\ \xad\x41\x7a\x0e\x1d\xf1\x13\xc8\x9e\x66\x63\xbc\xdc\xcb\xd3\x72\ \xc8\x7a\x14\x7c\x38\x3b\xc5\xfb\xe8\xa9\x03\x3e\xf7\x89\x9e\xfe\ \xdc\xdc\xdc\x54\xb1\x58\x54\x36\x9b\xad\xd0\x0d\xf4\x17\xbf\xe0\ \xf6\x87\xf7\xa2\xe5\x17\xd1\x2e\x00\xec\xab\x67\x16\xdc\x26\x39\ \x30\x76\x9d\x8c\x7e\x9e\xbf\xf9\x18\x82\xbd\xe9\xe9\xe9\x79\x0a\ \x50\x55\x5d\x5d\x1d\x22\x67\x3a\x7c\xb3\xe9\x2e\x20\x6e\x80\x9d\ \x6e\x66\x41\x9d\x66\xe7\x67\x8c\x34\x69\x21\x9c\x02\x8a\xc5\x69\ \x01\x68\x7d\x04\x88\x85\xf6\xd4\x9b\xd3\x8e\x4c\xde\xd9\x02\xde\ \x43\xd9\xf8\xc7\x78\x31\x66\x28\x96\x0b\xbe\x17\xc9\x01\x04\xb9\ \x3f\x6b\xe4\x9b\xe5\xce\xde\x41\x0e\xbf\xb3\xf0\x80\x3e\x07\x9d\ \x2e\x2c\x8e\xc8\xa3\xff\x18\x9b\xd3\xfd\x0e\x2c\x51\x3a\x67\xbe\ \x92\xc9\xa4\xfa\xfa\xfa\xd4\xd6\xd6\x16\xa2\xae\x9a\x9a\x1a\x75\ \x77\x77\x2b\x9f\xcf\x07\x96\x6a\xdf\xbe\x7d\xba\x7c\xf9\xb2\x66\ \x66\x66\x42\x51\xbb\x1b\x98\xb6\xb6\x36\x4d\x4d\x4d\xe9\xc6\x8d\ \x1b\x61\xaf\xc7\xc7\xc7\x75\xe7\xce\x1d\x9d\x3e\x7d\x5a\x5d\x5d\ \x5d\xe1\x41\xd1\xb7\x6f\xdf\x0e\x80\x0a\x56\xa7\xb9\xb9\x39\xd0\ \xd3\xe9\x74\x5a\x0d\x0d\x0d\x9a\x99\x99\x51\x63\x63\xa3\x9a\x9a\ \x9a\x34\x32\x32\xa2\xeb\xd7\xaf\x6b\x73\x73\x53\xc7\x8e\x1d\xd3\ \x9e\x3d\x7b\xb4\xb4\xb4\xa4\x33\x67\xce\x54\x28\x37\xb5\x5f\x6b\ \x6b\x6b\x6a\x68\x68\x50\x36\x9b\x0d\x8d\x4f\x01\x2c\x18\x49\x2f\ \xa8\x84\x2d\x39\x7c\xf8\xb0\x4e\x9c\x38\xa1\xfa\xfa\x7a\x9d\x3b\ \x77\x4e\xaf\xbe\xfa\xaa\x5e\x7a\xe9\x25\x8d\x8d\x8d\xa9\xa3\xa3\ \x23\x14\x0e\x63\xf8\x38\x95\xe5\xe0\x05\x86\x73\x7e\x7e\x3e\xd4\ \x74\xc0\x2e\xb8\xc2\x42\xe7\xd7\xd6\xd6\x86\xeb\x72\x02\x10\x99\ \x5b\x5b\xdb\x7a\x6c\x10\xa7\x1b\x39\x68\x50\x57\x57\xa7\x63\xc7\ \x8e\x85\x07\xd9\x9e\x38\x71\x42\xbb\x77\xef\x56\x63\x63\xa3\xc6\ \xc7\xc7\xf5\xee\xbb\xef\xaa\xbb\xbb\x5b\x37\x6e\xdc\xd0\xe6\xe6\ \xa6\x0e\x1c\x38\xa0\xfd\xfb\xf7\xab\x50\x28\xa8\xbd\xbd\x5d\xc5\ \x62\x31\xb4\x2a\x00\x28\x27\x93\x49\x4d\x4f\x4f\x57\x00\x0f\x67\ \x83\xbd\x3e\x0a\x1d\x01\x58\x3a\xe8\x71\xe3\xed\x4f\x50\x70\xc7\ \x8d\xce\x39\x5b\x4b\x1f\x26\x67\xa5\x3c\xca\xc4\x51\x20\xbf\x7e\ \x4a\xd3\x83\x32\x49\x81\x35\x61\x2c\x6e\xac\xf9\x1d\x46\x9c\x39\ \x79\x6d\x0c\x6d\x4d\xfc\x41\xcb\x5e\xc7\xe1\x3a\x46\x1a\x15\x03\ \xce\x98\xfd\xde\xd8\x04\xaf\xe5\x61\x3d\x08\x80\x70\x8c\x1b\x1b\ \x1b\x21\xf5\xcb\x09\x3c\xe6\xc7\xf5\x69\xc7\x80\xd3\x4d\xa5\x52\ \x81\xf9\xe4\x3e\xd8\xe6\x7c\x3e\xaf\x2b\x57\xae\xe8\xcb\x5f\xfe\ \xb2\xa6\xa7\xa7\x2b\x6a\x47\xdc\xc6\xf0\x72\x86\xb0\xa7\xa7\x27\ \xb0\x6f\xcc\x6b\x65\x65\x45\xb7\x6f\xdf\x56\x3a\x9d\x56\x36\x9b\ \xd5\xfa\xfa\xba\x3a\x3b\x3b\xd5\xda\xda\x1a\x52\x4d\xbf\xf8\xc5\ \x2f\xb4\x67\xcf\x1e\xed\xdd\xbb\x57\xa5\xd2\x56\xcd\x2b\x07\x62\ \x7e\xf2\x93\x9f\x48\x92\x1e\x7f\xfc\x71\x8d\x8d\x8d\xe9\xfa\xf5\ \xeb\xea\xe8\xe8\x50\x5f\x5f\x9f\xce\x9e\x3d\xab\x27\x9f\x7c\x52\ \x67\xcf\x9e\xad\xc8\x7e\x60\xdf\xab\xaa\xaa\xd4\xd8\xd8\xa8\x03\ \x07\x0e\x68\x63\x63\xeb\xc9\x05\xdb\xb6\x6d\xd3\xf1\xe3\xc7\x75\ \xe4\xc8\x11\xe5\xf3\x79\x15\x8b\x45\xfd\xe3\x3f\xfe\x63\xd0\x4f\ \xc6\x4d\x13\x4c\x80\x47\x3c\xbe\x55\xe3\xd7\xdf\xdf\xaf\xc6\xc6\ \x46\xb5\xb7\xb7\xab\xb3\xb3\x53\xf5\xf5\xf5\x5a\x5e\x5e\x56\x26\ \x93\xd1\xd8\xd8\x58\xe8\xb3\x45\xdb\x04\x67\xa4\xd8\x63\x67\x18\ \x01\x08\x9e\x1e\x8a\x32\x33\xfe\x3e\xbf\xc3\x8c\x7a\x50\x0f\x40\ \xf1\x12\x8e\xa8\x5f\x73\x80\x87\x3f\x73\x70\x09\xb3\xe8\xfe\xcb\ \xf7\x19\xc0\x8f\x7c\x61\x0f\xd1\x79\x4f\xfb\xf9\xa9\x64\x7c\x15\ \xec\x34\xef\x31\x3e\x64\x15\x5b\x89\xcf\x91\x2a\xfb\x68\x81\x1b\ \x18\xbb\x5f\x0b\x1f\xeb\x27\x78\x5d\x6e\x91\x65\x0e\xdd\x39\x73\ \xc8\x7a\x00\xa6\x1c\xd0\x01\xf8\xa8\x1f\x63\x2f\x98\xab\x93\x1d\ \xee\x8f\x9d\xe9\x75\x56\xcc\xd3\x87\xdc\xcb\xf7\x96\x57\x74\xfd\ \xb9\x4e\x62\xf7\xee\xdd\x4f\xf1\xc8\x00\x6a\x53\x38\xa9\x42\x47\ \x60\x7a\xd2\x44\xe9\x49\x16\x18\x41\x74\x16\x86\xcd\xf4\xf4\x00\ \x9b\x93\x4c\xde\x7d\x06\x91\x03\x0e\x22\x81\x28\x48\xe2\xe5\xd4\ \x39\x02\xea\xbd\x75\x40\xed\x5e\x50\xe8\x75\x0d\x44\x9e\x18\x45\ \x07\x78\x2c\x3c\x00\xc9\x81\x16\xf3\x77\x76\x09\x61\x72\xf0\xe7\ \x27\x85\x4a\xa5\x52\x78\xac\x85\x03\x25\x04\xd7\xa3\x5a\x37\x86\ \x08\xaf\x6f\x36\x8e\xdb\x19\x45\x8f\x00\xa2\x91\x32\xc6\x98\x02\ \xde\xee\xee\x6e\xad\xac\xac\xa8\xa7\xa7\x27\x28\x4a\x73\x73\xb3\ \x76\xef\xde\xad\xa1\xa1\x21\x0d\x0d\x0d\x49\xda\x8a\x96\xb2\xd9\ \x6c\x45\x7a\xa5\xa6\xa6\x46\x57\xae\x5c\x51\xa9\xb4\xd5\x8c\x74\ \x66\x66\x46\x83\x83\x83\x7a\xe9\xa5\x97\x74\xef\xbd\xf7\xaa\xb9\ \xb9\x39\x8c\xef\xe5\x97\x5f\x56\x3c\x1e\x57\x4b\x4b\x8b\x2e\x5c\ \xb8\x10\x4e\x85\x2d\x2f\x2f\x87\x8e\xf5\xc3\xc3\xc3\x5a\x5c\x5c\ \xd4\xee\xdd\xbb\x35\x32\x32\x12\xba\xb3\xef\xdf\xbf\x5f\x0d\x0d\ \x0d\xba\x76\xed\x9a\x6e\xdc\xb8\xa1\xfe\xfe\xfe\x70\x32\x32\x91\ \x48\x54\xd4\xf4\x50\xe8\x0b\x18\xaf\xaa\xaa\x0a\x8f\x52\x71\x96\ \x91\x76\x05\x4b\x4b\x4b\x21\xb5\xb0\x6d\xdb\x36\x7d\xe8\x43\x1f\ \xd2\xd1\xa3\x47\x75\xe4\xc8\x11\x5d\xbe\x7c\x59\x4f\x3f\xfd\xb4\ \x4e\x9e\x3c\xa9\xea\xea\x6a\xb5\xb7\xb7\x57\x04\x03\x18\x0a\x1e\ \xdb\xc2\xb1\x64\x64\x3e\x95\x4a\x29\x9b\xcd\xaa\xa9\xa9\x29\xd0\ \xfc\xb9\x5c\x2e\xac\x89\x33\x24\x8d\x8d\x8d\xa1\x1f\x19\xcc\x4f\ \x73\x73\x73\x48\x8f\x93\x12\x00\xf8\xb0\x27\xcd\xcd\xcd\x3a\x70\ \xe0\x80\x3e\xf8\xc1\x0f\x6a\xdf\xbe\x7d\x5a\x5b\xdb\xea\x1c\x3e\ \x3e\x3e\xae\x4b\x97\x2e\xe9\xd8\xb1\x63\x21\xe5\xc9\x23\x9b\x60\ \x11\x8a\xc5\x62\x05\x3b\xc0\xd8\x01\x16\x6e\xd4\xd0\x8d\xaa\xaa\ \xad\x53\xa4\xce\x86\xe4\xf3\x79\x35\x34\x34\x84\x76\x19\xf4\x87\ \xe2\xb3\x18\xb8\x4c\x26\x13\x40\x0f\x86\x9e\x3a\x2e\x4f\x5f\x78\ \x40\x82\x0e\xf8\xd3\x05\xb8\x1e\x6c\x1c\x20\xa7\x54\x2a\x05\x3b\ \x85\x0d\xe0\x73\x18\x4c\xea\xb1\x38\xa6\x4f\xc3\x43\xda\x1d\x00\ \xf4\x48\x2f\xe1\x60\xa8\x39\x63\x6d\x60\x2e\x5d\xe7\x39\x91\x48\ \x0a\xc0\x65\x94\xa0\x8b\xbd\xa5\x8e\x0c\xfd\x27\x00\xec\xe8\xe8\ \xd0\xd8\xd8\x98\x96\x97\x97\x03\x80\x03\xfc\x31\x6f\x8a\xc1\x61\ \x36\xeb\xea\xea\x94\xc9\x64\xd4\xd2\xd2\xa2\xba\xba\x3a\x2d\x2d\ \x2d\xe9\xc2\x85\x0b\x7a\xfa\xe9\xa7\x43\xcf\x3a\x67\x70\x9c\xed\ \xf6\xbd\x95\x14\x6a\xf7\x9e\x78\xe2\x09\x0d\x0f\x0f\x6b\x7e\x7e\ \xbe\x22\x2b\x30\x36\x36\xa6\x54\x2a\xa5\x87\x1f\x3a\xc1\x78\x28\ \x00\x00\x20\x00\x49\x44\x41\x54\x7e\x58\x99\x4c\x26\xac\x65\x7d\ \x7d\xbd\x5e\x78\xe1\x05\x65\x32\x19\x7d\xe0\x03\x1f\x08\x7a\x0d\ \x98\x7f\xe3\x8d\x37\x74\xf1\xe2\x45\xfd\xee\xef\xfe\xae\xd6\xd6\ \xd6\x74\xfa\xf4\x69\xe5\x72\x39\x3d\xf0\xc0\x03\x7a\xe5\x95\x57\ \xf4\xe4\x93\x4f\xea\xbd\xf7\xde\x0b\x75\x9d\xd2\xdd\x53\xde\xb5\ \xb5\xb5\x3a\x78\xf0\x60\xd0\xd5\xce\xce\x4e\xf5\xf5\xf5\xe9\x37\ \x7e\xe3\x37\xb4\xb2\xb2\xa2\x5d\xbb\x76\xe9\xfc\xf9\xf3\xfa\xe1\ \x0f\x7f\x58\xa1\xe3\x9e\x5a\xf5\x76\x1f\x3b\x76\xec\xd0\xb6\x6d\ \xdb\xb4\xb0\xb0\xa0\xb6\xb6\x36\xd5\xd7\xd7\xeb\xf9\xe7\x9f\xd7\ \xec\xec\xac\xea\xeb\xeb\x35\x35\x35\xa5\x64\x32\x19\xd6\xdc\xd9\ \x19\x07\x2d\x51\x40\xc5\xda\x7a\xf6\xc3\x65\xc3\x9d\xb6\xb7\x4a\ \x21\xe8\x72\x5b\xef\xfb\x82\x0c\x4b\xaa\x38\xc1\x1b\x75\xec\xd1\ \xac\x06\x6b\xe8\xa5\x32\x30\x52\xee\x93\xf1\xeb\xcc\x89\x03\x0e\ \x51\x36\x89\x76\x2a\x9e\x21\xf1\xac\x0b\xf7\x04\xbc\xb9\x1f\x2b\ \x97\xb7\x1e\xac\xed\xf3\x06\x84\x78\xe0\xe2\xdf\x65\xfd\xd9\xcb\ \x68\x50\xb0\xb8\xb8\x18\xca\x30\xb0\x63\x3e\xef\x28\x43\xe6\xe0\ \xd2\x59\x27\x74\x94\xbd\x66\xcd\x01\x6e\xec\x17\xdf\x73\x0c\xe2\ \x73\x74\x22\x06\x79\xe1\xba\xac\x01\xbf\xc7\x62\x31\x25\xeb\xeb\ \xeb\x83\xf3\xe3\xe4\xcd\xec\xec\xac\xe6\xe6\xe6\x02\x68\xa0\xd3\ \x30\x8b\xe3\xb9\x58\x0c\x80\xa3\x48\x22\x44\xc0\x0e\x0b\x00\x32\ \x26\x32\x23\x75\x07\x25\xc9\xe4\xfd\x78\x27\xd7\x24\xc2\x00\x7d\ \x63\xf8\x30\x76\x9c\x88\x72\x76\xca\x05\x09\x8a\xd9\x53\x13\x4e\ \xe5\x02\x7c\x10\x4a\x0c\x2e\x73\xc5\xf8\xc4\x62\xb1\x0a\x96\xc7\ \x53\x6e\x4e\x17\xf3\x72\x61\x01\x20\x79\x8d\x97\x5f\x9f\xf5\xf4\ \x34\x0b\xdf\x8f\x46\x24\x1e\xf1\x53\xec\xef\x07\x06\x62\xb1\xad\ \xd3\x32\x99\x4c\x26\xd4\x31\x4d\x4e\x4e\xaa\xae\xae\x2e\x1c\xa5\ \xbf\x70\xe1\x42\x78\x54\x44\x55\x55\x55\x00\x4b\x38\x4f\xbe\x03\ \x93\x75\xfd\xfa\xf5\x90\xca\x75\x27\xb7\xb4\xb4\xa4\xcb\x97\x2f\ \xeb\xce\x9d\x3b\x4a\xa5\x52\x1a\x1a\x1a\x52\x2c\x16\xd3\xf0\xf0\ \xb0\xb2\xd9\x6c\x00\x37\xd4\x88\x35\x36\x36\xea\xca\x95\x2b\xba\ \x76\xed\x9a\xba\xbb\xbb\xd5\xd5\xd5\xa5\xea\xea\x6a\x5d\xba\x74\ \x49\x63\x63\x63\xda\xb9\x73\x67\x38\x9a\x4b\x24\x0d\x00\x69\x6b\ \x6b\x0b\xce\xd6\xf7\x9b\xf7\x59\xab\xd5\xd5\xd5\x90\xf6\xf1\x66\ \xac\x34\x49\xe4\x3b\x7f\xf4\x47\x7f\xa4\x0f\x7e\xf0\x83\xfa\x8f\ \xff\xf8\x0f\x3d\xf3\xcc\x33\xfa\xf6\xb7\xbf\xad\x7b\xee\xb9\x47\ \x9f\xf9\xcc\x67\xd4\xd5\xd5\xa5\x62\xb1\x18\x7a\xc1\xf1\x50\x58\ \x8c\x42\x57\x57\x57\x45\x8f\x97\xd6\xd6\xd6\xc0\xec\xd4\xd4\xd4\ \x84\x26\x97\x4d\x4d\x4d\xa1\x50\xb8\x58\x2c\x6a\x63\x63\x43\xad\ \xad\xad\x15\x46\x93\xf4\x04\x0c\x29\xb2\x03\xe3\x83\x5e\x0c\x0c\ \x0c\x68\x60\x60\x40\x8b\x8b\x8b\x9a\x99\x99\xd1\xb5\x6b\xd7\xf4\ \x83\x1f\xfc\x40\x1f\xff\xf8\xc7\x75\xe9\xd2\x25\x1d\x39\x72\x44\ \xe3\xe3\xe3\x5a\x5b\x5b\xd3\xd5\xab\x57\xb5\x7b\xf7\x6e\xe5\xf3\ \xf9\x50\x23\xc6\x75\x8b\xc5\xa2\xd6\xd7\xd7\xd5\xd1\xd1\xa1\xda\ \xda\x5a\xcd\xce\xce\x86\xf5\x6c\x6a\x6a\x0a\x05\xd6\x44\x9c\xde\ \x0f\xab\x5c\x2e\x87\xc3\x0c\xb4\xb8\x88\xc7\xb7\x7a\x71\xc1\x82\ \x4d\x4e\x4e\xaa\x5c\xde\xaa\x4b\x24\x7d\x0b\x73\xe7\xa7\x33\xfd\ \x04\x14\x7a\x1f\x6d\xbd\xe2\x29\x00\x3a\xf4\x63\x73\x9c\x59\x42\ \x9f\x59\xab\xa8\x23\x03\x98\x32\xae\x28\x33\xcc\x3f\x1c\x25\x4c\ \x9a\x3b\x1a\x74\x8b\x1a\x32\xe4\xcd\x83\x2d\x0e\x14\x10\x00\xfa\ \x98\x78\x51\x13\x46\x5d\x24\x80\x8c\xc7\x65\xa5\x52\xa9\x60\x93\ \xeb\xeb\xeb\x43\xa4\x7f\xea\xd4\x29\x3d\xf7\xdc\x73\x9a\x98\x98\ \x08\x69\x3c\x2f\xe3\x60\x6d\xb1\x4f\xb4\x61\x71\xf6\x24\x1e\x8f\ \xeb\xc6\x8d\x1b\x3a\x76\xec\x98\xfe\xf0\x0f\xff\x50\xdf\xfa\xd6\ \xb7\x54\x28\x14\x2a\xca\x0b\x86\x86\x86\x94\xcb\xe5\xd4\xd1\xd1\ \xa1\x73\xe7\xce\xa9\xb9\xb9\x59\x5d\x5d\x5d\xaa\xab\xab\xd3\xad\ \x5b\xb7\x82\xee\xd3\x42\x26\x16\x8b\x69\xd7\xae\x5d\x7a\xed\xb5\ \xd7\x34\x37\x37\x17\x7a\x4e\x4d\x4d\x4d\x85\xc7\x69\x0d\x0e\x0e\ \xea\x91\x47\x1e\xd1\xe0\xe0\x60\x05\xb0\x26\x95\x37\x3a\x3a\xaa\ \x8d\x8d\x0d\xd5\xd7\xd7\x2b\x9f\xcf\xeb\x13\x9f\xf8\x84\xbe\xfb\ \xdd\xef\xea\xcd\x37\xdf\xd4\xf3\xcf\x3f\xaf\xd7\x5f\x7f\x3d\xe8\ \x07\x01\x24\xf2\x88\x9e\x10\xd4\xd0\x4c\x75\x6a\x6a\x4a\xe7\xce\ \x9d\xd3\xe3\x8f\x3f\xae\x9e\x9e\x1e\x8d\x8e\x8e\x06\x70\x8d\x7f\ \xe0\x7a\x04\xeb\x9e\xa6\xf2\x94\x17\xf3\xc5\x71\xc3\x6e\xf0\x9e\ \xb3\x39\x1e\x58\x7b\x5d\x13\x36\x9f\xd2\x06\xae\xc5\x67\x19\x97\ \x17\x6e\x3b\xd9\xe0\x40\xc9\x01\x9b\x83\x3c\xe4\xbc\xaa\xaa\xaa\ \x22\x0d\x4d\x4d\x12\x07\x96\xbc\xa6\xcc\x75\xc0\x99\x19\x7e\x8f\ \xa6\x37\x19\x0f\xdf\x73\x9f\x4d\x90\xe1\x44\x0c\xeb\x00\x80\xc1\ \x4e\xa0\xbf\xee\xb7\x08\x80\xa2\x8f\x08\x8b\x02\x49\xc6\x81\x0e\ \x3a\x4b\xed\x19\x2f\xaf\x37\xc4\x4e\x38\x40\x65\x0f\xdc\x2f\x3b\ \x48\xe4\xe5\xf2\xc2\x98\xb8\x96\x07\x8f\xbc\x4a\xa5\x92\x92\x74\ \xb3\x5d\x5c\x5c\x54\x77\x77\xb7\x16\x16\x16\x2a\x9c\x3e\x47\x9a\ \x31\x82\x0c\x94\x9e\x12\xa0\x7d\x4f\x75\xc0\xb6\x44\x0d\x61\x6d\ \x6d\x6d\xa0\xbc\x29\xfa\xf4\x27\x5f\xb3\xe0\x18\x55\x9c\xa2\x1b\ \x49\xa7\x96\x61\x06\x70\xc0\xe9\x74\x3a\xd4\x04\x38\x8d\x8f\xb1\ \xf2\xe3\xd3\xce\x8e\x05\x3a\xef\xff\x80\x9c\x83\x20\x3f\x71\x80\ \x22\xa2\x08\x80\x2b\xa2\x8f\xe8\x31\x50\x37\x22\x18\x57\xbf\x16\ \xef\x7b\x54\xef\x88\xdf\xa9\x46\xa7\x50\x51\x34\x22\xdd\x44\x22\ \x11\x52\x95\xa4\x74\x11\x68\x37\x80\xc5\x62\x31\x80\x2b\xfa\x41\ \x11\xdd\x00\xbc\xca\xe5\xad\x5e\x46\x74\x4b\x4f\x26\x93\xca\x66\ \xb3\x5a\x5c\x5c\xd4\x9d\x3b\x77\xd4\xd0\xd0\xa0\xf9\xf9\xf9\xd0\ \x01\xbe\xbd\xbd\x5d\x97\x2e\x5d\xd2\x95\x2b\x57\x82\x83\x28\x16\ \x8b\xc1\xa8\x50\xd4\x4d\x7d\xd1\xe4\xe4\xa4\x76\xed\xda\x15\x8c\ \xff\xc4\xc4\x84\xea\xeb\xeb\xb5\xb0\xb0\x10\x7a\x80\x5d\xbc\x78\ \x51\x8b\x8b\x8b\x4a\xa7\xd3\x9a\x9a\x9a\x52\x5f\x5f\x5f\x68\x91\ \x80\x63\xf6\xc8\x67\x73\x73\xb3\xa2\xfb\xfd\xc2\xc2\x42\x50\x00\ \x1a\x70\x66\xb3\xd9\x70\x80\x82\x7a\x87\x78\x3c\xae\xd1\xd1\x51\ \xd5\xd7\xd7\xeb\xf7\x7e\xef\xf7\xf4\x07\x7f\xf0\x07\x1a\x1f\x1f\ \xd7\x0b\x2f\xbc\xa0\xaf\x7d\xed\x6b\xda\xb7\x6f\x9f\x7e\xeb\xb7\ \x7e\x4b\xcd\xcd\xcd\x5a\x5c\x5c\x0c\xb5\x63\xac\xef\xd4\xd4\x54\ \xe8\xd5\x85\x33\xc5\xf0\xd1\xc0\x92\xc3\x01\xc9\x64\x32\xd4\x39\ \xc1\x18\x7b\x7b\x0f\xc6\xc4\xdf\x30\xdc\x44\xe5\xfc\x0d\x7d\xa3\ \xcb\xfc\x43\x0f\x3d\xa4\xfd\xfb\xf7\xeb\xf6\xed\xdb\xda\xdc\xdc\ \x54\x36\x9b\xd5\xe4\xe4\xa4\x86\x86\x86\x02\x23\x40\x17\xfd\xae\ \xae\xae\x70\x84\x1e\xbd\xe1\x60\x00\xba\x88\x01\x1f\x1b\x1b\x93\ \x74\x37\x28\x6a\x69\x69\xd1\xdc\xdc\x9c\xd2\xe9\x74\xa8\x0d\xe3\ \x40\x07\x60\x16\x10\xc0\x73\xeb\x30\xba\xa4\xfa\x73\xb9\x5c\xf8\ \x3d\x9b\xcd\x06\xf0\xb6\xb9\xb9\xd5\xe6\x01\x63\xce\xf5\x52\xa9\ \x54\xd0\x49\xc0\x18\xcf\xc8\x74\xdd\xf1\xa0\x03\x63\xef\x60\x05\ \xfd\xc1\xb8\xa3\x17\x00\x3e\x67\xb4\x71\x02\xac\x87\xef\x85\x7f\ \x0e\xb0\x8a\xad\xf1\xe3\xe1\xf9\x7c\x3e\xd8\x42\x82\x3d\x4e\x49\ \xa6\xd3\x69\xcd\xce\xce\x86\xa0\x06\xc6\x0d\xfb\xd6\xd8\xd8\xa8\ \x6c\x36\x1b\xee\xb9\xb1\xb1\xa1\x2b\x57\xae\xe8\xd2\xa5\x4b\x3a\ \x75\xea\x54\x38\x31\x7a\xff\xfd\xf7\x2b\x95\x4a\xe9\xda\xb5\x6b\ \x41\x87\xd1\xeb\x85\x85\x85\x00\xcc\x1a\x1b\x1b\xc3\x5e\x21\x4f\ \xa4\x78\x7f\xf1\x8b\x5f\xe8\x6f\xff\xf6\x6f\x35\x32\x32\xa2\x97\ \x5e\x7a\x49\x85\x42\x41\xb1\x58\x2c\xc8\x6e\x4b\x4b\x8b\xee\xdc\ \xb9\x13\x58\xb3\x89\x89\x09\xad\xaf\x6f\x3d\x41\x81\xb9\x61\x6f\ \xcb\xe5\xb2\x76\xef\xde\xad\x85\x85\x05\x9d\x39\x73\x46\x1f\xfe\ \xf0\x87\xb5\x6b\xd7\x2e\xbd\xf5\xd6\x5b\xa1\xad\xc9\xeb\xaf\xbf\ \xae\x3f\xfe\xe3\x3f\xd6\x33\xcf\x3c\x13\x40\x03\x4c\xcb\xf8\xf8\ \xb8\x5a\x5b\x5b\x55\x5b\x5b\xab\xae\xae\x2e\x3d\xf9\xe4\x93\xea\ \xeb\xeb\xd3\xc8\xc8\x88\x76\xef\xde\xad\x6b\xd7\xae\xe9\xcd\x37\ \xdf\x0c\x99\x8a\x74\x3a\xad\xa6\xa6\x26\xdd\xbc\x79\x53\x92\x02\ \x08\x26\x30\x24\x83\x70\xee\xdc\x39\x1d\x3e\x7c\x58\x0d\x0d\x0d\ \xaa\xaa\xaa\xd2\xd0\xd0\x50\x58\x77\xfe\xe1\xd7\x90\x27\x82\x59\ \xd6\x3f\x9a\x1e\x8e\xb2\x28\xc8\x1c\xb2\x05\x40\x20\x6b\xc2\x5e\ \xf3\xf2\x80\x00\x59\x73\x90\x83\x8f\xf5\xb4\x25\x3e\xc4\x65\xde\ \x81\x82\x1f\xd2\xc2\x77\xbb\x1f\xdb\xdc\xbc\x7b\x38\x07\xff\xc3\ \xff\x90\x15\x3e\x8f\x28\xb0\xf0\x80\xc7\x7d\x1c\xb6\x8d\x35\xdb\ \xdc\xdc\x0c\xf5\x63\x7e\x0f\xc0\x10\xf7\x61\xef\x59\x7b\x3e\xcf\ \x1a\x3b\x50\xc5\x66\x38\x83\xe4\x8f\x01\x03\x8b\x80\x17\xbc\x95\ \x92\xef\x97\x33\x93\x4e\x62\xf0\x77\x7c\x3f\x7b\xe4\xc0\xc9\x81\ \x22\x63\xf5\x9f\xa3\xff\x33\xa7\x24\xf4\x1b\x45\xd0\x9c\xa4\xf2\ \x8e\xea\xa0\x5e\x07\x0a\x9b\x9b\x9b\x01\xb4\x50\x57\x05\x4d\x1b\ \xed\x6b\x14\x8f\x6f\x9d\x74\x21\x75\x52\x2a\x95\x34\x3b\x3b\x5b\ \x21\x28\x8e\x88\x9d\x99\x20\x57\xcc\xfb\x5e\x54\xce\x24\x29\x72\ \x05\xf8\x80\xa4\x49\x1d\x02\xc4\xfc\x3b\xfc\xdd\x4f\x28\xf8\xfc\ \x38\xf2\xef\xe9\x03\x4f\xad\xc0\x5c\xb8\xa2\xb2\xb9\x20\xdb\xa8\ \xa0\x3a\x1d\x8b\x51\x90\x54\xa1\x18\xfe\xc2\x09\xf3\x5d\x17\x1a\ \xfe\xc6\xbd\x00\xb2\xac\x3b\x46\x97\xff\x31\x68\xd5\xd5\xd5\x9a\ \x98\x98\x08\x9f\x59\x5d\x5d\x0d\x5d\x9a\x57\x57\x57\x43\xe1\x36\ \x0e\x03\x43\x5a\x28\x14\x82\x60\xf3\x1d\x3a\x3f\x0f\x0e\x0e\x86\ \xda\x86\xaa\xaa\x2a\xdd\xbc\x79\x33\xd4\x5b\x5d\xbf\x7e\x5d\xab\ \xab\xab\xea\xe8\xe8\xd0\xf2\xf2\xb2\x76\xec\xd8\x11\x1a\xcc\xf5\ \xf5\xf5\x29\x99\x4c\xea\xf6\xed\xdb\x1a\x1b\x1b\x53\xa9\x54\x52\ \x43\x43\x83\xc6\xc6\xc6\xc2\xdc\xa9\x2b\x5a\x5c\x5c\xd4\xae\x5d\ \xbb\x42\x8f\x23\x8f\x5c\x28\x82\x8e\xc7\xb7\x4e\x7a\x52\xaf\xb5\ \xb8\xb8\x18\x6a\x92\xaa\xab\xab\x75\xec\xd8\x31\xd5\xd4\xd4\x84\ \xb4\x59\x2e\x97\x0b\x85\xba\x74\x77\xde\xb3\x67\x8f\x0e\x1c\x38\ \xa0\x89\x89\x09\x3d\xfb\xec\xb3\xfa\xbb\xbf\xfb\x3b\xfd\xe6\x6f\ \xfe\xa6\x9e\x78\xe2\x89\x30\x8e\xd9\xd9\x59\x65\xb3\xd9\x60\x4c\ \xbd\x4d\xc1\xc6\xc6\x86\xd2\xe9\x74\x45\x14\xe5\x9d\x8d\x1b\x1b\ \x1b\x83\x1c\xb8\xd1\x41\xb1\xfd\xe8\x3e\xff\x3c\x32\x64\x1f\xa9\ \x69\x83\x85\x6a\x69\x69\xd1\x5f\xfd\xd5\x5f\x69\x78\x78\x58\x9f\ \xfd\xec\x67\x75\xee\xdc\x39\x35\x35\x35\x69\x72\x72\x32\xd4\xb8\ \xf1\xd0\x6e\x3f\xf1\x74\xe7\xce\x9d\xa0\x5f\x00\x05\x52\x4e\x9e\ \xca\x4c\x24\x12\xc1\x09\x02\x04\x01\xef\x04\x1b\xeb\xeb\xeb\xa1\ \xb7\x90\x1b\x65\x0a\x97\x1b\x1a\x1a\x24\x29\xac\x0d\x91\x3c\x06\ \x12\x30\xee\x11\x27\x4c\x92\xeb\x40\xd4\xd9\x55\x55\x55\x55\x1c\ \x54\x80\xdd\x40\x4f\xe3\xf1\xbb\x27\x2a\x71\x7e\xce\x58\xf3\x39\ \xf6\x85\x7d\x5c\x5a\x5a\x0a\x8c\x17\xac\x14\xe0\x34\x1e\x8f\x57\ \xfc\x0d\x07\x06\x7b\xcf\x7b\xcc\x93\x39\xc2\xf8\x62\x1b\xd9\xcb\ \xba\xba\x3a\x35\x36\x36\x6a\x62\x62\x42\x2f\xbc\xf0\x82\x6e\xde\ \xbc\x19\x64\x62\x61\x61\x41\xd3\xd3\xd3\x81\xa5\x6e\x6e\x6e\x56\ \x47\x47\x87\x16\x17\x17\x83\x0d\xc6\x49\xa0\x17\xe8\x00\x72\x82\ \xad\xc3\x81\x92\x76\x5f\x5a\x5a\xd2\xe1\xc3\x87\x75\xf5\xea\xd5\ \x50\xdf\x56\x5d\x5d\xad\x13\x27\x4e\x68\x63\x63\x43\xc3\xc3\xc3\ \xea\xee\xee\x56\x63\x63\xa3\xce\x9f\x3f\xaf\xda\xda\xda\xf0\xc8\ \x26\xef\xc6\x0f\x83\x5b\x5b\x5b\xab\xd7\x5e\x7b\x4d\x9f\xfa\xd4\ \xa7\x74\xe4\xc8\x11\x9d\x3c\x79\x52\xeb\xeb\xeb\xda\xbb\x77\xaf\ \x4e\x9f\x3e\x1d\xd2\xf0\x83\x83\x83\x01\xd0\xf2\x20\xf9\x54\x2a\ \xa5\x27\x9e\x78\x42\x17\x2f\x5e\xd4\x5f\xfc\xc5\x5f\xe8\x8b\x5f\ \xfc\xa2\x0e\x1e\x3c\xa8\xab\x57\xaf\xea\xb9\xe7\x9e\xab\x60\x53\ \xf7\xee\xdd\xab\x64\x32\xa9\x6b\xd7\xae\x05\x46\xc7\x9d\xf3\xea\ \xea\xaa\xde\x79\xe7\x1d\x25\x12\x09\x9d\x38\x71\x42\xf3\xf3\xf3\ \x1a\x1e\x1e\xae\x38\x49\x4a\x81\x3b\x72\x2a\xdd\x4d\xf9\xbc\xdf\ \x21\xad\x68\x06\xc2\x0f\x69\x11\x68\xe3\x37\xf1\x3d\x9e\xaa\x73\ \xd9\x02\xec\xb2\xde\x5c\x1f\xdf\x8a\x5d\x77\x16\xc5\x03\x2d\xf6\ \xd8\x6d\x04\x63\x8f\x96\xa5\x30\x5f\xec\x8c\xa7\xfb\x1c\x1c\x79\ \x1a\x99\xda\x3c\x7c\x9a\xd7\x65\x31\x3f\xf4\xc7\x01\x9b\x1f\x8e\ \x73\xd6\x0d\x86\x16\xf9\x23\xab\x80\x8f\xf4\xf9\x7a\x59\x90\x74\ \xb7\xc6\xca\xc7\xe8\xf7\xf5\xeb\xb0\x4e\xb0\x99\xc8\x04\xb2\xea\ \xf7\x70\xf0\x84\xdc\x30\x56\x5f\x0b\xe6\xcb\x58\xd0\x31\x07\x86\ \xcc\xdf\x31\x53\x3c\x1e\x57\x52\xda\xa2\xab\x79\xee\x14\x0f\x2c\ \xf5\x0f\x33\x61\xef\x41\x85\x40\x20\x14\x44\x5d\xd4\xc2\xb0\xf9\ \x50\xd6\xd5\xd5\xd5\xc1\xe8\x78\xcf\x17\x3f\xf9\xc4\x62\x61\xf4\ \x88\x2e\xd8\x4c\x4e\x3e\xb0\xf9\xf1\x78\x3c\x30\x37\x00\x1e\xd2\ \x87\x8e\xe4\x31\xce\x1e\xc9\x7a\x41\x9f\x2f\x9a\x6f\x34\x08\x96\ \xbf\xc1\xf0\x48\x0a\xb5\x38\x1b\x1b\x1b\x15\xcf\x4d\x74\xa3\x8e\ \x70\x39\x95\xec\x6b\x1b\xdd\x28\x4f\x11\x82\xdc\x11\x26\xae\x01\ \x18\xa3\xed\x02\x9b\xc9\xbd\x3d\xda\xe2\x71\x10\x28\x31\xb5\x4a\ \x3c\x26\x04\xe6\x84\x53\x3b\x18\x4b\x8f\x16\x70\x94\x00\xae\xa5\ \xa5\xa5\xe0\x44\xde\x79\xe7\x1d\xad\xad\xad\x69\x6a\x6a\x4a\x55\ \x55\x55\x01\x80\x34\x36\x36\xaa\xaa\xaa\x2a\xa4\xf9\x52\xa9\x94\ \x2e\x5f\xbe\xac\xf5\xf5\x75\xf5\xf6\xf6\xea\xda\xb5\x6b\x15\xfd\ \xa3\x38\x26\x8e\xd3\xe7\xf9\x6d\xab\xab\xab\x9a\x9d\x9d\xd5\x8d\ \x1b\x37\xb4\x73\xe7\x4e\x4d\x4c\x4c\xa8\xae\xae\x4e\x4d\x4d\x4d\ \x5a\x5a\x5a\xaa\xe8\x1c\x8d\xb1\x86\x81\x19\x1f\x1f\x0f\x0a\xc4\ \x33\xd6\x86\x86\x86\xd4\xd1\xd1\xa1\x58\x2c\x16\x00\x18\xe9\x98\ \xda\xda\x5a\x15\x8b\xc5\x00\xa4\xeb\xeb\xeb\xf5\xd9\xcf\x7e\x56\ \x9f\xf8\xc4\x27\xf4\xad\x6f\xfd\x7f\x7c\xbd\x79\x8c\x9d\xd7\x79\ \xdf\xff\xbd\xcb\x6c\x9c\xe5\xce\x3e\x1c\x72\x36\x92\xe2\x70\x13\ \xc5\x9d\xd4\x42\xd1\xa1\x64\xc6\x96\xe4\x78\x91\xe1\x20\x15\x5c\ \x5b\x4d\x8d\xb4\x71\x92\x36\x40\x50\x20\x09\x9a\x44\x08\x8c\x00\ \x45\x93\xc6\x41\x02\x07\x69\x51\xa7\x6e\xe4\x36\x8d\xad\xc4\x92\ \x2d\x47\xb6\x28\x51\xb2\x44\xad\xa4\xb9\x0f\x97\xe1\x3a\xfb\xbe\ \xdc\xb9\xb3\xdf\xb9\xf7\xf7\xc7\xf4\x73\xe6\x7b\x5f\xa9\xbf\x0b\ \x10\x24\xef\xf2\xbe\xe7\x3d\xe7\x59\xbe\xcf\xf7\x79\xce\x73\xbe\ \xa3\x3f\xfd\xd3\x3f\xd5\xb3\xcf\x3e\xab\xdd\xbb\x77\xab\xab\xab\ \x4b\x93\x93\x93\xe1\xb0\x55\x64\x7e\x71\x71\x31\x74\x94\x77\xc0\ \x84\x1e\x4d\x4e\x4e\x16\x50\xdb\xa4\xc7\xdd\x08\x3a\xa8\x46\x0e\ \x61\xb1\x48\x6d\xf9\xbf\x31\x5a\xa5\xa5\xa5\xfa\xbd\xdf\xfb\x3d\ \x7d\xfb\xdb\xdf\xd6\x9f\xfd\xd9\x9f\xe9\x5f\xfe\xcb\x7f\xa9\x5b\ \xb7\x6e\xe9\xe6\xcd\x9b\x6a\x6a\x6a\x52\x3e\xbf\xda\xff\x07\x43\ \x4c\x5a\xcb\x8d\xba\x47\x84\x38\x60\xf4\x67\x78\x78\x58\xf1\x78\ \xbc\xa0\x1f\x18\xa0\x05\xc6\xb0\xb8\xb8\x58\x13\x13\x13\x21\x7d\ \x06\xb0\x04\x64\xcc\xcc\xcc\x04\xe6\x08\xe7\x3e\x37\x37\x17\x22\ \x68\x7a\x56\x01\xdc\x1c\xe4\xbb\xb1\x44\xcf\xfd\x30\x65\x6a\xab\ \x38\x8d\x62\x7a\x7a\x3a\x94\x3c\x00\x84\x09\x20\xd8\x40\x83\x51\ \x64\xfe\xd0\x2f\x8c\xad\xb7\xa9\x00\x20\xb6\xb7\xb7\xab\xae\xae\ \x2e\x34\xd3\x75\x23\x4c\x69\x00\xb6\x85\x35\x5c\x59\x59\xd1\xb5\ \x6b\xd7\xd4\xdd\xdd\x1d\x76\x85\x32\x76\x82\xcf\x99\x99\x19\x9d\ \x3c\x79\x52\x3f\xff\xf9\xcf\x0b\x52\xf4\x65\x65\x65\x1f\xa9\x3f\ \x29\x2b\x2b\x53\x45\x45\x45\xe8\xe1\xe6\x2c\x87\xdb\x02\xd8\x28\ \x67\xbb\x91\x35\x1c\x66\x3a\x9d\x56\x75\x75\xb5\x3a\x3a\x3a\x74\ \xfb\xf6\x6d\xe5\x72\xab\xb5\x96\xc7\x8e\x1d\xd3\x2b\xaf\xbc\xa2\ \x64\x32\x19\xce\x2b\xec\xea\xea\xd2\xc2\xc2\x82\x8e\x1d\x3b\x56\ \xd0\xbe\x01\xbb\x5a\x53\x53\xa3\xea\xea\x6a\x5d\xba\x74\x49\x99\ \x4c\x46\x7b\xf6\xec\xd1\xe6\xcd\x9b\xd5\xd5\xd5\xa5\x3d\x7b\xf6\ \xe8\xe4\xc9\x93\x1a\x19\x19\xd1\xd1\xa3\x47\x75\xe3\xc6\x8d\x82\ \x74\x78\x49\x49\x89\xbe\xfc\xe5\x2f\xab\xb9\xb9\x59\xdf\xfc\xe6\ \x37\x25\x49\xaf\xbc\xf2\x8a\xbe\xfe\xf5\xaf\xeb\x6b\x5f\xfb\x9a\ \xea\xeb\xeb\x83\x7d\x6a\x68\x68\xd0\xe1\xc3\x87\xd5\xdb\xdb\xab\ \xfb\xee\xbb\x2f\xd4\xb3\x61\xdb\xe7\xe7\xe7\x35\x38\x38\xa8\xc9\ \xc9\x49\x75\x74\x74\x68\xd7\xae\x5d\xea\xef\xef\x57\x3a\x9d\x0e\ \x80\x19\xfb\xcc\xf8\xa3\xac\x06\x2f\x67\x2a\x90\x53\x36\x80\x78\ \x79\x4a\x34\x38\xf6\xeb\xa3\x6f\xac\x1f\xf6\x19\x9d\xf7\x00\x1d\ \x5f\xc8\x75\x91\x03\x2f\x29\xc1\x2f\xa1\x23\xd4\xdc\xb2\xde\xac\ \x2d\x80\xce\xeb\x0e\xd1\x07\x6c\x8c\x83\x03\x9e\x3f\xea\x87\xdc\ \x86\x39\x80\x70\xff\xc6\xd8\x9c\x95\x77\x66\x19\xdf\xee\x2f\x0f\ \xac\xf8\x8d\x03\x19\x07\xb6\xd8\x40\x00\x2b\x2f\xc0\x9c\xff\x86\ \x97\x83\x24\x74\xd2\xd7\x9b\x1a\x4d\xae\xe7\x59\x2c\x07\x93\x3e\ \x47\x6e\x87\x1c\x4b\x00\x56\xf9\x5e\x00\xc3\xeb\xd6\xad\x7b\x8e\ \x05\xf3\x82\x5d\x0c\x0e\xd1\x20\x80\x03\xda\x72\x61\x61\x21\x00\ \x27\x10\x3c\x67\xd6\x61\x04\x71\x5e\x7c\x07\xc4\xef\xc5\xbc\x2c\ \x80\xa4\x20\xb8\x08\xb9\xa7\xcc\x78\x30\xa7\xd6\x59\x14\x40\x12\ \xef\x7b\x6a\x90\xa8\x19\xc4\x8a\xc1\xe6\x9a\x5e\x70\xc7\xef\x41\ \xc7\x28\x80\xd7\x58\x45\x19\x85\xc6\xc6\xc6\xe0\xe8\x9d\x66\x75\ \x60\xe8\x0b\xe1\xc8\x9a\x71\x10\x95\x78\x5e\x97\xc5\xfe\x38\x61\ \x71\x07\xc0\xf5\x10\x0c\xee\x09\xe0\x04\xc8\xb2\x7e\x9e\xf2\x74\ \x1a\x19\xe7\xc7\x1a\x33\xbf\xae\x14\x3c\x1b\xe0\x60\x6e\x6e\x4e\ \xe9\x74\x5a\xd2\xaa\x23\x99\x9d\x9d\x55\x75\x75\xb5\x4a\x4a\x4a\ \x94\x4e\xa7\x35\x33\x33\x13\x80\xdb\xc2\xc2\x82\x6a\x6b\x6b\x95\ \xc9\x64\x82\x83\xa4\xfb\x3b\x29\x5c\xce\x86\x03\x3c\x96\x95\x95\ \xa9\xba\xba\x5a\xe9\x74\x5a\x99\x4c\x46\x97\x2f\x5f\xd6\xfa\xf5\ \xeb\x95\x48\x24\xd4\xd7\xd7\x17\x76\x3e\xc2\xb8\xd5\xd4\xd4\x28\ \x9d\x4e\xab\xab\xab\x4b\x15\x15\x15\xca\x64\x32\x1a\x18\x18\x50\ \x6d\x6d\xad\x4e\x9c\x38\x11\x9e\x93\xdf\xd0\x72\xc1\xe7\x16\x16\ \x05\x47\x5f\x5d\x5d\xad\xe3\xc7\x8f\xab\xae\xae\x4e\x3f\xfa\xd1\ \x8f\xd4\xdf\xdf\xaf\x4f\x7c\xe2\x13\x5a\xb7\x6e\x5d\xa8\x2d\x63\ \x1d\x12\x89\x44\x48\x61\x61\x10\x98\x7f\x18\xbd\xe9\xe9\xe9\x50\ \x5b\x43\x0f\x26\xa7\xae\x79\xf9\xfa\x23\x7b\xce\x96\xba\x92\x23\ \x4b\xe5\xe5\xe5\x3a\x70\xe0\x80\x96\x97\x97\xf5\xb3\x9f\xfd\x4c\ \x47\x8e\x1c\xd1\x63\x8f\x3d\xa6\x7f\xfe\xe7\x7f\xd6\xd8\xd8\x58\ \x18\x0f\xd7\xe3\xda\x00\x19\x49\x5a\xb7\x6e\x5d\xd0\x3b\x3f\x9b\ \x90\x54\x02\x32\xe1\xa9\x7a\x00\xbf\xd7\xc4\xa0\x27\xa4\xc8\xb8\ \xbe\xb7\x33\x40\xf6\x61\xe2\x00\x23\xc8\x36\x80\x07\x59\x84\x9d\ \x86\xa5\x22\x32\x45\x1f\x79\x9e\x44\x22\x11\x8e\x90\xc1\xf9\x60\ \x0f\x8a\x8a\x8a\x42\xba\x08\xbb\x46\xb1\x3b\x63\x25\xdd\x5b\x5e\ \x5e\xae\xda\xda\x5a\xd5\xd6\xd6\x6a\xd7\xae\x5d\x3a\x70\xe0\x80\ \xb6\x6e\xdd\xaa\x0d\x1b\x36\xa8\xa6\xa6\x26\xec\x84\xad\xab\xab\ \x0b\xed\x00\x2a\x2b\x2b\x43\xd3\x5f\xfe\x50\xb3\x49\x3a\xaf\xa2\ \xa2\x42\x65\x65\x65\xe1\xfa\x13\x13\x13\xfa\xc7\x7f\xfc\x47\x9d\ \x3f\x7f\x3e\x38\x4c\xe4\x02\x26\xca\x6b\x42\xe2\xf1\xd5\x86\xbe\ \x55\x55\x55\x9a\x9a\x9a\x0a\xe9\x71\x97\x1d\x4f\x3b\xe1\x60\x98\ \x5b\xcf\x1c\x4c\x4d\x4d\xa9\xa2\xa2\x42\x8d\x8d\x8d\xea\xee\xee\ \x56\x3a\x9d\xd6\xc1\x83\x07\x75\xe2\xc4\x09\xfd\xaf\xff\xf5\xbf\ \xb4\x61\xc3\x06\x75\x76\x76\xea\xdc\xb9\x73\xe1\x5e\x4f\x3c\xf1\ \x84\x9a\x9a\x9a\xb4\xb0\xb0\xa0\xab\x57\xaf\x6a\xe3\xc6\x8d\xa1\ \xd8\xff\x47\x3f\xfa\x91\xee\xde\xbd\xab\xce\xce\x4e\x1d\x3c\x78\ \x50\x4b\x4b\x4b\xba\x7d\xfb\xb6\x1e\x78\xe0\x01\xbd\xfa\xea\xab\ \xda\xb1\x63\x87\x3a\x3a\x3a\xf4\xf6\xdb\x6f\x07\x19\xaf\xa9\xa9\ \xd1\x33\xcf\x3c\xa3\x13\x27\x4e\xe8\x4f\xfe\xe4\x4f\x34\x36\x36\ \x16\x9c\xf7\x97\xbf\xfc\x65\x5d\xb9\x72\x45\x83\x83\x83\xa1\xf7\ \xd6\x89\x13\x27\x74\xe0\xc0\x81\xd0\xff\xeb\x89\x27\x9e\xd0\x81\ \x03\x07\x94\x4c\x26\x03\xa8\xae\xa9\xa9\x51\x43\x43\x83\x8e\x1e\ \x3d\xaa\xaa\xaa\xaa\x50\x37\x4a\xe0\xc8\x1c\xf8\x59\x78\x80\x50\ \x69\xed\x94\x0e\xec\x31\x99\x14\xf7\x33\x9e\x49\x70\x7d\xf4\x9a\ \x62\x49\xe1\x77\x6e\xbb\xdd\x11\x23\xb7\xac\x1d\xb6\x9a\x60\x07\ \x07\x4e\x16\xc9\xb3\x24\xce\x80\xa3\x73\xd1\x16\x25\xf4\x10\xe4\ \xde\x4e\x90\x7c\x1c\x73\xe4\x25\x26\xd8\x7a\x58\x60\xc6\xc7\x33\ \xe3\x2f\xf0\x01\x80\x3b\xae\xed\x20\x29\x97\xcb\x05\x1d\x86\x45\ \x63\xe7\x76\x34\x05\xc7\x75\x16\x16\x16\x34\x35\x35\x55\xe0\x83\ \x99\x13\xec\x07\x36\xc8\xc1\x12\x40\x2c\x9a\x7a\x65\x8c\xdc\xd3\ \x6d\xae\x83\x47\x30\x80\x33\xdd\xce\xb6\x45\x99\x2f\xd6\x91\xb9\ \xe0\xda\x89\xcd\x9b\x37\x3f\xc7\x01\xb9\xc9\x64\x52\xcd\xcd\xcd\ \x4a\xa5\x52\x5a\x58\x58\x50\x2a\x95\x52\x6b\x6b\x6b\xa0\x7e\xa9\ \x9d\x2a\x2f\x2f\x57\x65\x65\x65\x10\x42\x16\x84\xc5\xa3\x88\xbd\ \xb2\xb2\x32\x44\xb3\x7e\x76\x10\x4e\xc7\xc1\x93\x23\xfb\xa8\x00\ \x01\x22\x3c\x35\xe8\xef\x49\x6b\xec\x1a\x5b\xaf\x71\x72\x20\x70\ \x26\x99\x45\x44\x20\x5d\xe1\x60\xdc\xdc\xb0\x63\x98\xa8\x23\x72\ \x84\x4e\x3a\x93\x28\x92\x7a\xb2\x28\xb5\xeb\xf5\x64\xbc\x10\x20\ \x4f\x21\xba\x80\x39\xb8\x74\x87\x85\x40\xb0\x6b\xc8\x7f\xeb\xc5\ \xc8\x38\x1a\x94\xde\xa3\x57\xee\x0f\x83\xe1\x9b\x0d\xb8\x17\x73\ \x82\xb2\x46\x41\x99\xa4\x00\x9c\x1c\xf1\xaf\xac\xac\x84\x7a\x2a\ \x6f\x6b\x80\x53\x71\x20\x33\x3e\x3e\xae\x4c\x26\xa3\x2d\x5b\xb6\ \x68\x6a\x6a\x2a\xa4\x33\xb2\xd9\xac\x6a\x6a\x6a\x0a\x9c\xe5\xf4\ \xf4\x74\x90\x9b\xa5\xa5\x25\x7d\xf8\xe1\x87\x6a\x6f\x6f\xd7\xc4\ \xc4\x84\x46\x47\x47\x03\xa0\x3a\x7b\xf6\xac\x16\x17\x17\x75\xe5\ \xca\x15\xbd\xf5\xd6\x5b\xda\xb5\x6b\x97\x4e\x9c\x38\xa1\xaa\xaa\ \x2a\x65\x32\x99\xd0\x6d\x1d\x90\xe7\xe3\x6d\x6a\x6a\x2a\x38\x5b\ \x2f\x97\xcb\x85\xe6\xb2\x2d\x2d\x2d\xda\xbd\x7b\xb7\x26\x26\x26\ \xd4\xdd\xdd\x1d\x9a\x17\xae\xac\xac\x04\xa6\x86\xb6\x11\xb1\x58\ \x2c\x14\x99\x22\x53\xc8\x31\x8c\x9b\x47\xb7\xb0\x14\x18\x26\x3e\ \xf7\xf5\x43\x1f\x1c\x54\xb9\x71\x44\xb9\xe3\xf1\xb8\xb6\x6d\xdb\ \xa6\x5c\x2e\xa7\xef\x7d\xef\x7b\x6a\x68\x68\x50\x73\x73\xb3\xc6\ \xc6\xc6\xd4\xdc\xdc\x1c\xd6\x9f\x7a\x20\xfe\xef\x0e\x85\x75\xa6\ \x10\x9c\x00\x00\xd0\x45\x3f\x26\xf4\xcb\xbb\xa4\x63\x8c\x00\x1a\ \xcc\x85\xb4\x96\x76\xe0\x19\x60\xb7\x91\x5d\xde\x23\x65\x86\x8c\ \xfa\x8e\x3a\xe4\x8f\x60\x80\x7a\x28\x4f\xb9\x96\x94\x94\x14\xa4\ \xcc\xdd\x29\xfa\x38\x61\x92\xb0\x59\x6e\x18\x8b\x8a\x8a\x54\x57\ \x57\xa7\xcd\x9b\x37\xeb\xd0\xa1\x43\xda\xb4\x69\x53\xa8\x1b\xc3\ \x80\x13\xc4\x70\xac\x14\xb2\x8d\x33\x26\xe0\xec\xe9\xe9\xd1\x3b\ \xef\xbc\x13\xfa\x2f\x61\xbb\x52\xa9\x94\xae\x5e\xbd\xaa\xe7\x9f\ \x7f\x5e\xe3\xe3\xe3\x61\x2c\x8c\x81\xba\x33\x58\x35\xe6\x8d\xf7\ \x5a\x5a\x5a\x24\x29\x1c\xa5\x84\xe3\x70\x66\x2d\x9a\xd2\xf0\xde\ \x57\xa4\x8d\x7b\x7b\x7b\x83\xac\xcd\xcd\xcd\xe9\xbe\xfb\xee\xd3\ \xe1\xc3\x87\xf5\xd2\x4b\x2f\x69\x74\x74\x34\xf4\x5e\xdb\xb2\x65\ \x8b\x76\xec\xd8\xa1\xbd\x7b\xf7\x86\x80\xee\xca\x95\x2b\x2a\x2d\ \x2d\x55\x63\x63\xa3\x8a\x8a\x8a\xf4\xfa\xeb\xaf\xeb\xce\x9d\x3b\ \xca\xe5\x72\xfa\xec\x67\x3f\xab\xe2\xe2\x62\x5d\xbd\x7a\x55\xfb\ \xf7\xef\xd7\xa9\x53\xa7\xf4\xe9\x4f\x7f\x5a\x4d\x4d\x4d\x3a\x79\ \xf2\x64\xb0\x2f\x4f\x3e\xf9\xa4\x9e\x7e\xfa\x69\x5d\xbb\x76\x4d\ \xe7\xcf\x9f\x0f\x75\x82\x4b\x4b\x4b\x7a\xf8\xe1\x87\x95\xcd\xae\ \xf6\x81\xdb\xbd\x7b\xb7\x4a\x4a\x4a\xf4\x95\xaf\x7c\x45\x57\xae\ \x5c\xd1\x7f\xff\xef\xff\x5d\x73\x73\x73\x3a\x76\xec\x98\xea\xea\ \xea\xf4\x89\x4f\x7c\x42\x9f\xfb\xdc\xe7\xb4\x6b\xd7\xae\xb0\x6e\ \x9c\x83\xc8\x9c\x23\xef\xf8\x2b\x07\x3a\xce\x22\xe1\x37\x90\x49\ \x82\x02\xe4\xe8\xe3\xf4\xce\xed\x37\xbe\x29\x91\x48\x14\x38\x67\ \x2f\x92\x8e\x32\x26\x5e\x93\x04\x10\xc0\x6e\x50\x17\x87\xdd\xc0\ \x06\x3b\xe8\x61\xbd\x3d\xe5\xef\xe9\x49\xc6\xc2\xd8\x08\x9e\xb1\ \xff\x5c\x17\xdf\xe7\x3e\x9d\xfb\x70\x0f\xe6\xc8\xd3\x75\x00\x28\ \x0f\x58\x1d\x00\xc2\x58\xb9\xbe\xd3\x5e\x07\x72\x80\x00\x1e\x5f\ \x01\xcb\x8d\xcf\x82\x20\x41\x47\x9c\xb1\x72\x50\x1b\xfd\x8c\xf5\ \x77\x1b\x10\xf5\xb5\x3c\x2f\xbf\xe5\x39\xdc\x97\xf3\x7f\xf4\xca\ \xd7\xcb\x65\x80\x6b\x27\x1f\x7f\xfc\xf1\xd0\x90\x6c\x70\x70\x30\ \xec\xf4\xa2\x58\x98\xae\xb6\xc5\xc5\xc5\x6a\x6c\x6c\x0c\x45\xd5\ \x63\x63\x63\x21\xe5\xe1\x14\x7f\x2a\x95\x0a\x08\x95\x85\xc6\xe8\ \x39\x88\xc0\x20\x38\xe8\xe0\x3d\x16\x15\x56\x2c\xd0\x6d\x11\x40\ \x82\xa3\x86\xce\x24\xbd\x83\xd1\x8f\x52\x7a\x80\x08\x84\x8c\xf1\ \x01\x4a\x88\x18\x5d\x88\x3d\xc2\xf7\xd4\x1c\x91\x02\xd4\x2b\x0b\ \xcc\xbd\x61\x76\x00\x5f\x4e\xb5\x7a\x11\x9e\x2f\x1e\x54\xae\xb3\ \x51\xa0\x76\xd8\x00\x1c\xb0\x2b\xab\x3b\x6b\xbe\xc7\xdc\x7a\x34\ \x84\x81\x80\x05\xf0\x28\x17\xba\xd4\xd9\x02\xce\xf3\xf2\xe8\x0a\ \x85\x21\xfa\x23\x82\x71\x9a\x98\xb9\x20\xf2\x93\x56\x7b\xd5\x50\ \xd3\xc2\x4e\x55\x8a\xeb\x17\x16\x16\x42\xe1\x2c\x85\xcd\x75\x75\ \x75\xe1\xba\x8b\x8b\x8b\x01\xc4\xc4\x62\xab\xbb\x23\xa5\x55\x50\ \x7d\xfd\xfa\x75\x35\x37\x37\xab\xbb\xbb\x5b\x6f\xbf\xfd\x76\x30\ \x24\x83\x83\x83\xda\xb0\x61\x83\x8e\x1c\x39\xa2\xa9\xa9\x29\xdd\ \xb9\x73\x27\x38\x48\x3f\x45\x3e\x9b\xcd\xaa\xbf\xbf\x5f\x1d\x1d\ \x1d\x61\xcd\xbc\xed\x00\x06\x8b\xc3\x63\x77\xee\xdc\xa9\x9a\x9a\ \x1a\x3d\xff\xfc\xf3\xda\xba\x75\xab\x8e\x1e\x3d\xaa\xbe\xbe\xbe\ \x90\x8a\x21\x08\xe1\xf7\x5e\x47\x94\xcb\xe5\x54\x5f\x5f\x1f\x9e\ \x0b\xa7\x0e\xf0\x42\xc6\x3d\xa2\x8b\x46\x9b\x6e\x34\xd0\x2d\x57\ \x74\x9e\xe9\xc1\x07\x1f\xd4\xb9\x73\xe7\x74\xf2\xe4\x49\x1d\x3e\ \x7c\x58\xbf\xfd\xdb\xbf\xad\xf7\xdf\x7f\x3f\xf4\x21\x9a\x9a\x9a\ \x0a\xb5\x15\x18\xd0\x44\x22\x51\x50\x8c\x9d\xcf\xe7\x43\x5a\xb6\ \xa1\xa1\x41\xe5\xe5\xe5\x9a\x98\x98\x08\x1b\x20\x08\xb6\x96\x96\ \x56\xbb\x5f\xa7\x52\x29\xad\x5f\xbf\x3e\x38\xea\xb9\xb9\xb9\x50\ \x58\x4b\xcb\x0e\x8a\xa2\x99\x57\xd2\x20\xf1\x78\xbc\xa0\x00\x3b\ \x9b\xcd\x86\x1a\x22\x77\x4a\xc8\x19\xe3\xc4\x21\xf8\xb3\xb8\xac\ \x02\x76\xb0\x07\x44\xe2\xe8\x09\xd7\xa5\x60\x1f\x67\x41\xad\xde\ \xd2\xd2\x92\x7a\x7a\x7a\x82\xc1\x67\x3c\xa4\xc9\x8b\x8a\x8a\x34\ \x35\x35\xa5\xf9\xf9\x79\xd5\xd6\xd6\xaa\xb2\xb2\xb2\x60\xa3\x10\ \xb2\xcb\xf5\x49\x3f\x27\x93\x49\x9d\x3c\x79\x52\xaf\xbd\xf6\x5a\ \x18\x0b\xb6\xa7\xa6\xa6\x46\xed\xed\xed\x4a\xa7\xd3\x9a\x9e\x9e\ \x0e\xba\x43\xa0\x97\xcb\xe5\x74\xf7\xee\x5d\x25\x93\x49\xed\xde\ \xbd\x3b\xf4\x45\x8b\xa6\x2c\xb1\x2d\x1e\x54\x12\xe8\xf2\xca\x66\ \xb3\xea\xeb\xeb\xd3\xf0\xf0\x70\xa8\x8b\x21\x8d\x59\x57\x57\xa7\ \xb3\x67\xcf\x6a\x68\x68\x48\x6d\x6d\x6d\xba\x72\xe5\x8a\x7e\xf9\ \x97\x7f\x59\x25\x25\x25\x1a\x1b\x1b\x53\x55\x55\x95\x36\x6c\xd8\ \xa0\x9b\x37\x6f\x6a\xdb\xb6\x6d\xaa\xad\xad\x55\x5b\x5b\x9b\x8a\ \x8b\x8b\x75\xf1\xe2\x45\x5d\xbf\x7e\x5d\x1d\x1d\x1d\xda\xb6\x6d\ \x9b\x4a\x4b\x4b\xd5\xd4\xd4\xa4\x86\x86\x06\x55\x55\x55\x05\x96\ \x60\xfd\xfa\xf5\x3a\x7a\xf4\xa8\xc6\xc7\xc7\x55\x5b\x5b\xab\xf6\ \xf6\x76\x5d\xbe\x7c\x39\x38\xd2\x33\x67\xce\xe8\xd1\x47\x1f\xfd\ \x88\xbe\xfd\xf5\x5f\xff\xb5\x72\xb9\x9c\x7e\xeb\xb7\x7e\x4b\x93\ \x93\x93\x61\x77\xe9\xf2\xf2\xb2\x3a\x3b\x3b\xf5\xf6\xdb\x6f\x87\ \xf6\x13\xb0\x61\x38\x45\x64\x08\x87\x8f\x2e\xa1\x03\x6e\xf3\xdd\ \xef\x38\x83\x8b\xce\x79\x4d\x1b\x3e\x88\xef\x73\x2d\x58\x5d\xd8\ \x51\xe4\xdf\xb3\x0f\xd8\x01\x98\x1e\x7a\x76\x01\xb0\xbc\xae\x11\ \x3d\xf7\x7b\x78\x8a\xcd\xb3\x26\x30\xb6\xf4\xe1\xc3\x1f\x30\x6e\ \x7e\x07\x80\x62\xec\x75\x75\x75\x8a\xc7\xe3\x9a\x9e\x9e\x2e\x60\ \xe0\xdc\x9f\x46\x01\x25\xd8\x00\x20\x1f\x65\xa6\x00\x4f\xce\xa2\ \x43\x50\xb0\x06\x7c\xdf\x59\x41\xdf\xf8\xe3\x7e\xd6\x03\x07\xcf\ \x04\xa0\xfb\xf8\x59\xec\x4b\xd4\x37\x01\x68\xd1\x13\xff\x37\x6b\ \x14\xd5\x23\xd6\x0c\x19\x71\x86\x13\x99\xf0\x79\x4a\x3c\xfb\xec\ \xb3\xcf\x01\xa0\x40\x93\xa4\x09\x4a\x4b\x4b\x0b\xde\x63\x90\xb4\ \x5f\x20\xdf\xcd\x82\x12\xb5\x71\xe6\x1b\x0f\xc4\x80\xbd\x00\x8e\ \x07\xa0\xce\x83\x88\x18\x67\x84\xe0\x83\xc2\x01\x34\xce\x1a\x21\ \x58\x5e\x0b\x00\x43\xc6\x77\xdd\x51\x7a\xda\x02\xa3\xcd\xa2\x3a\ \x1b\x87\xd1\x87\xbd\xf1\x5a\x15\x2f\x7e\xa4\x60\x92\x31\x03\x26\ \x88\x3c\x89\x7a\xa2\xec\x59\x54\x58\x59\x40\xe6\xc6\x69\x4b\x17\ \x3c\x84\x8a\x67\x43\x49\x31\x9c\xce\x68\x39\xaa\xf6\x94\xa1\xcf\ \x93\x1b\x1d\x8f\x08\x10\x3e\xc6\xc6\x38\xbd\x11\x1f\xcf\xe7\xcc\ \x23\xcf\xe9\x6b\xe7\x46\x26\x91\x48\x04\xf0\x92\xc9\x64\x34\x3b\ \x3b\x1b\x9c\x23\xa0\xb0\xa7\xa7\x47\x4d\x4d\x4d\x21\xed\xca\x1c\ \x4e\x4d\x4d\x29\x1e\x8f\x6b\xc3\x86\x0d\x5a\x59\x59\xd1\xd0\xd0\ \x90\x2a\x2b\x2b\xd5\xd3\xd3\x13\x3a\xc5\x73\x98\x6b\x79\x79\xb9\ \xea\xeb\xeb\x75\xfc\xf8\x71\xd5\xd6\xd6\x86\x23\x78\xa0\x9c\x49\ \x1b\xf5\xf4\xf4\x68\x62\x62\x22\xd4\x8c\x0d\x0d\x0d\x49\x5a\xab\ \x27\xf4\x6e\xeb\xd3\xd3\xd3\x2a\x2e\x2e\x0e\x5b\xd5\xf7\xed\xdb\ \xa7\x0f\x3f\xfc\x50\xb7\x6e\xdd\xd2\xb1\x63\xc7\x54\x56\x56\xa6\ \x74\x3a\xad\xba\xba\xba\xa0\x78\x1e\x0d\xb1\x0d\x1c\x66\x86\xcf\ \x99\x43\x67\x7f\xa4\xb5\x5d\x2c\x4e\xff\x23\x17\x6e\x68\x58\x07\ \x5f\x47\xee\xb7\x71\xe3\x46\xfd\xf0\x87\x3f\x0c\xad\x36\x76\xee\ \xdc\xa9\x4c\x26\xa3\xde\xde\xde\x90\x22\xf5\x40\x84\x75\x07\x84\ \xfa\xbd\xa5\xd5\x62\x6b\x8c\x1a\xbb\xd4\x98\x4f\xef\xbe\x0e\xd3\ \x0b\xe8\x74\x99\x1d\x19\x19\x91\xb4\x76\x1e\x27\xbb\xdb\x08\x5c\ \xf2\xf9\x7c\x68\xf1\x82\xdc\x45\xeb\x88\x30\x72\x80\x3c\x67\x21\ \x9c\x79\xa3\x8c\x01\x99\x85\xed\x92\x56\x1b\x96\x56\x56\x56\x86\ \xdd\x57\x18\x69\x77\x1e\xf1\x78\x3c\x74\xe6\x9f\x9d\x9d\xd5\xc8\ \xc8\x88\xa6\xa6\xa6\x34\x3a\x3a\x1a\x6a\xc8\xa4\xd5\xe0\x01\x67\ \x36\x31\x31\x11\x76\xab\xd2\xe7\x0a\x63\x4c\xad\x5f\x49\x49\x89\ \x7e\xf0\x83\x1f\xe8\xd4\xa9\x53\x05\x29\x06\x4a\x27\x98\x97\xa2\ \xa2\xd5\x93\x18\x36\x6f\xde\xac\x0d\x1b\x36\x84\xeb\xa0\xdf\x00\ \x88\xcd\x9b\x37\x6b\x7e\x7e\x5e\xe3\xe3\xe3\x05\x7a\xed\xc1\x95\ \x3b\x60\x67\x3e\xfd\xde\x2b\x2b\x2b\xe1\x78\x9b\x63\xc7\x8e\x69\ \x78\x78\x58\xe7\xce\x9d\xd3\xe2\xe2\xa2\x9e\x7a\xea\x29\xbd\xf9\ \xe6\x9b\xfa\xc4\x27\x3e\xa1\xf2\xf2\x72\x5d\xbc\x78\x51\xf5\xf5\ \xf5\x9a\x9b\x9b\x53\x77\x77\xb7\x8e\x1c\x39\xa2\x9b\x37\x6f\xea\ \xea\xd5\xab\xba\x74\xe9\x92\x72\xb9\x9c\x26\x27\x27\xf5\xc4\x13\ \x4f\x04\xe7\x7b\xfd\xfa\x75\x0d\x0d\x0d\xe9\xf0\xe1\xc3\xfa\xfe\ \xf7\xbf\xaf\x5c\x2e\xa7\xcd\x9b\x37\xeb\xf6\xed\xdb\xea\xed\xed\ \xd5\x83\x0f\x3e\xa8\x75\xeb\xd6\xe9\xdc\xb9\x73\x9a\x9f\x9f\x0f\ \x1b\x38\xbe\xf8\xc5\x2f\xea\x9d\x77\xde\x51\x59\x59\x99\xb6\x6f\ \xdf\xae\xd9\xd9\x59\xfd\xf4\xa7\x3f\x55\x22\x91\xd0\xd3\x4f\x3f\ \xad\xeb\xd7\xaf\x6b\x76\x76\x56\x0f\x3c\xf0\x80\xe6\xe7\xe7\x55\ \x57\x57\xa7\xa9\xa9\x29\xa5\xd3\xe9\x82\x80\x05\x1b\xe9\x40\x87\ \xf9\xf7\xba\x59\x6c\x2d\x36\xcd\xe7\x3c\xea\x40\x5d\x2f\x9d\x31\ \x72\x02\x81\xf5\xf0\xd2\x16\xbf\x1e\xf6\xd9\xed\xa9\xa7\xc4\xb0\ \xdb\x94\x1d\x38\xb8\xf1\x9a\x5f\xaf\x5d\x8e\x32\x48\x99\x4c\xa6\ \xc0\x27\xba\xcf\xc1\x27\x32\x17\x0e\x1a\xc9\x50\xa0\xf7\x3c\xbf\ \x83\xca\x68\x8a\x14\x1f\xc9\xf3\xba\xaf\x75\x82\x04\x5d\x95\x0a\ \x53\x6b\xd8\x8b\x64\x32\xa9\xe9\xe9\xe9\xc0\x0e\x43\xa4\x38\x83\ \xed\x7e\xdd\x01\x93\x33\x6b\x51\xa2\x81\xe7\x70\xa2\xc7\x53\xa7\ \xfc\xde\x59\x61\x3e\xe3\xff\xdc\x9b\xeb\x33\x07\x7e\x6d\x49\x4a\ \xd4\xd7\xd7\x3f\x77\xe3\xc6\x0d\xdd\xb8\x71\x23\x2c\x02\x35\x06\ \x9b\x36\x6d\x52\x53\x53\x53\x40\x91\x14\x89\x02\xb0\x38\x6b\x0c\ \x07\xc9\x64\x32\x19\x2e\x98\x3e\xe1\x3e\xe0\xa2\xa2\xd5\xee\xc5\ \x5c\xd3\x07\xcb\x83\x47\x69\x3a\xde\xa3\xb1\x22\x8b\x83\xe3\x74\ \xa7\xc0\x83\x62\xb8\x98\x3c\x1f\x27\x8b\x84\x71\xf7\xcf\x11\x5a\ \x5f\x1c\x69\xed\x38\x1c\x84\x1f\xe3\x05\xb8\x42\x69\x9c\xdd\x41\ \x08\x1c\x4c\x39\xbb\xe5\xec\x90\x8f\xc9\xdf\xc3\x58\x31\x76\x04\ \x1f\x27\xcb\xf3\xf1\xb9\xd7\x79\x31\x77\x5e\x8b\xe1\x94\xa9\xa3\ \x78\x9f\x6f\x2f\x26\x8e\x16\xf5\xb9\x50\xf2\x9e\x53\xdd\x6e\x48\ \xd8\x65\x25\xad\x36\xae\x4c\x24\x56\x77\xdd\x8c\x8e\x8e\x2a\x1e\ \x8f\x6b\x78\x78\x58\x99\x4c\x26\x74\x86\x5f\x5a\x5a\x0a\x0d\x34\ \xfb\xfa\xfa\x94\x48\x24\xd4\xda\xda\x1a\x9c\xcf\xc4\xc4\x44\xa8\ \xbd\x1a\x18\x18\xd0\xd8\xd8\x98\x32\x99\x8c\xbe\xfa\xd5\xaf\x86\ \x74\xe0\xa9\x53\xa7\x14\x8f\xc7\x43\xad\x5c\x59\x59\x59\x68\x70\ \xfa\xee\xbb\xef\x2a\x95\x4a\xa9\xe3\xff\x76\x9a\xbe\x74\xe9\x92\ \xfa\xfb\xfb\xb5\x7b\xf7\x6e\x15\x15\x15\x85\x34\x67\x36\xbb\xda\ \x7f\x8b\x9d\x47\x2b\x2b\xab\x9b\x38\x1e\x78\xe0\x01\x5d\xbf\x7e\ \x5d\x27\x4f\x9e\xd4\xb1\x63\xc7\x24\x29\xb0\x2e\x3c\x33\x41\x03\ \x32\xcb\xcb\x23\x41\x37\x8a\x1e\x9d\xf9\x9a\xb1\x46\x0e\x02\x3c\ \x80\x71\x20\xcc\xef\x6b\x6a\x6a\xb4\x71\xe3\x46\x9d\x3f\x7f\x3e\ \xec\x24\x7c\xe2\x89\x27\x54\x55\x55\xa5\x6b\xd7\xae\xa9\xb1\xb1\ \x31\xdc\xd7\x8f\x0c\x71\xc0\x8c\xce\x00\x8c\x69\xb8\xca\x7a\x03\ \x58\xbc\x26\x13\xa3\x8f\x5d\x00\x04\xc5\xe3\xf1\x50\x64\x4e\xd0\ \x86\x2c\xfa\xce\x42\x8f\x36\xd1\x6d\xda\x38\xf8\xe6\x14\x9c\x11\ \xe3\x04\xe8\x79\xed\x25\xce\x85\x34\x2c\x73\xb5\xbc\xbc\x1c\x76\ \xe0\x49\x0a\x69\x63\xe6\x17\x27\x99\xcf\xe7\x43\x83\x55\xd6\x87\ \xef\xb8\xac\x93\x1e\xe1\x88\x2a\x58\x07\x00\x2b\xcc\x51\x6b\x6b\ \xab\x2e\x5c\xb8\xa0\x1f\xff\xf8\xc7\x05\x11\xb3\xa7\xe1\x97\x96\ \x96\x94\x4e\xa7\x35\x38\x38\x18\x4e\x4d\x58\x5e\x5e\x56\x4b\x4b\ \x8b\x36\x6f\xde\x1c\xda\x26\x2c\x2c\x2c\x68\x7c\x7c\x5c\xb3\xb3\ \xb3\xda\xba\x75\xab\x66\x66\x66\x02\xe8\x42\xf7\xa2\x8c\x27\x72\ \xe8\xe9\x1d\x3e\xc3\x7e\x35\x36\x36\xea\xc1\x07\x1f\x54\x3e\x9f\ \x57\x57\x57\x97\x32\x99\x8c\x1e\x7e\xf8\x61\xa5\xd3\x69\xed\xda\ \xb5\x4b\x92\x74\xf6\xec\x59\xb5\xb7\xb7\x87\xcd\x4b\xa5\xa5\xa5\ \xfa\xeb\xbf\xfe\xeb\x90\x12\xa4\xd5\xc7\x93\x4f\x3e\x19\x76\x10\ \x2f\x2e\x2e\xea\xe5\x97\x5f\xd6\x63\x8f\x3d\xa6\xd9\xd9\x59\x1d\ \x3f\x7e\x5c\x83\x83\x83\x7a\xeb\xad\xb7\xb4\xbc\xbc\xac\x47\x1e\ \x79\x44\xa5\xa5\xa5\x6a\x6f\x6f\xd7\xc8\xc8\x88\x4a\x4a\x4a\xd4\ \xdc\xdc\xac\x07\x1f\x7c\x50\x1d\x1d\x1d\xfa\xe1\x0f\x7f\xa8\xaf\ \x7c\xe5\x2b\xfa\xe0\x83\x0f\xf4\xfe\xfb\xef\xab\xb6\xb6\x56\xbf\ \xf2\x2b\xbf\xa2\x57\x5e\x79\x45\xfd\xfd\xfd\x7a\xf2\xc9\x27\x43\ \x2b\x94\xda\xda\x5a\x0d\x0f\x0f\x17\x38\x78\xc0\xae\xa7\x5c\x91\ \x73\x9c\x26\xf6\xd1\x53\x48\xc8\x11\x0e\xde\x99\x1e\x67\x8e\x99\ \x53\x2f\xc4\x66\xae\xbd\x4f\x1a\xf2\xe5\x2c\x0c\xf2\xe4\xf6\xde\ \x03\x16\x64\xd8\xc1\x8e\xd7\x3b\x47\xd7\x35\xca\x04\xb9\x6f\x45\ \x6e\xfd\x3d\x18\x7d\xf4\x74\x66\x66\x26\xdc\xcb\x99\x78\xf7\x17\ \x6e\xd3\xfc\xbe\x3e\x26\x64\x8b\xbf\xf9\x1d\x7a\x0d\x81\xe3\x63\ \x95\xd6\x8e\xe7\xc2\xfe\xfb\xd8\x29\x53\x60\x7d\x3c\x38\xc5\xa7\ \x00\x8e\xf0\xa1\xac\x85\x8f\x0f\x3d\xf6\x2c\x13\x6b\x13\x5d\x53\ \xc6\xe8\xbe\x92\xf7\x79\x39\xf8\x84\x29\x4d\xec\xdb\xb7\xef\x39\ \x6a\xaa\x28\xdc\xdc\xb8\x71\x63\x68\x12\xc7\x79\x54\x4d\x4d\x4d\ \xda\xb0\x61\x43\x28\x3a\xa6\x08\x98\x42\x4d\x76\xd5\x38\x0d\xe7\ \x13\xc0\x62\x39\x90\x60\xd1\xbc\x48\x36\x4a\xdf\x46\x9d\x92\x23\ \x7e\x1e\xd8\x6b\x42\x88\x54\xf9\x1c\x03\xe8\xc7\xf3\x38\xc8\xf0\ \xc3\x39\xe7\xe7\xe7\x25\x29\x34\xb7\x74\x2a\x13\xc7\x03\x50\xc2\ \xa9\x78\x13\x37\x22\x67\xd2\x07\x7c\xe6\x51\xa5\xd7\x02\x00\xca\ \xbc\xe8\xd7\xd1\xb1\x03\x26\xe6\x12\x50\x03\x30\x84\xfe\xe4\xf7\ \x0e\x30\x99\x0b\x04\x13\xa1\x88\xb2\x22\xfc\xde\x85\x98\x31\x31\ \x3e\x4f\x47\x7a\x9d\x90\xaf\xaf\xd7\x16\xb9\xd2\xd1\x6c\xd1\x77\ \x59\xd5\xd4\xd4\x04\x60\xcd\x76\xe5\xf1\xf1\xf1\x50\xbb\xc4\x9c\ \xcf\xcc\xcc\x84\x08\x06\xc6\xa4\xac\xac\x4c\xbd\xbd\xbd\x21\x20\ \x80\x0d\x1b\x1d\x1d\x0d\xc7\x2d\xed\xdd\xbb\x57\x77\xee\xdc\x51\ \x5f\x5f\x9f\x26\x27\x27\x55\x53\x53\xa3\x89\x89\x09\xf5\xf5\xf5\ \xa9\xaa\xaa\x4a\x37\x6f\xde\xd4\xcc\xcc\x8c\xda\xdb\xdb\x35\x39\ \x39\xa9\x9d\x3b\x77\xea\xbe\xfb\xee\xd3\xd6\xad\x5b\x75\xf6\xec\ \x59\xdd\xba\x75\x2b\x9c\xc3\xc8\xe6\x0f\x5a\x8b\xb0\xb6\xcb\xcb\ \xcb\x3a\x74\xe8\x90\xfa\xfb\xfb\xf5\xf7\x7f\xff\xf7\x3a\x76\xec\ \x98\x8a\x8a\x8a\x34\x3d\x3d\x1d\xd2\x67\xc8\x84\x83\x01\xd6\x39\ \x2a\x13\x6e\x64\x59\x73\xe6\x1b\xf9\x73\xe5\x46\xcf\x78\x66\xf4\ \x03\x23\x10\x8b\xc5\xd4\xd2\xd2\xa2\xb6\xb6\x36\x9d\x39\x73\x26\ \x44\xf5\x87\x0f\x1f\x56\x67\x67\xa7\x16\x17\x17\x75\xf3\xe6\xcd\ \x8f\x1c\x3e\x8d\x2e\xd2\xfe\xc2\xd9\x62\x98\x48\xd8\x18\x07\xf1\ \xb1\xd8\x6a\x4d\x45\x22\x91\x08\xc0\xb4\xb2\xb2\x32\xe8\xfc\xca\ \xca\x4a\x28\x58\xf5\xd4\xa9\x17\xa8\xd2\x60\x10\x03\xc9\x9c\xe0\ \x0c\xfc\x58\x13\xea\xb3\x3c\xc8\xc0\x1e\xc0\x2e\x7b\x2a\x10\x10\ \x47\xad\x1c\xe3\xe2\x1e\x00\x1b\x4e\xb0\xdc\x19\x00\x00\x20\x00\ \x49\x44\x41\x54\x5a\x90\x38\x53\xbb\xb8\xb8\xa8\xca\xca\x4a\xcd\ \xcf\xcf\x87\x5d\x4d\x80\x21\x8a\xfb\x31\xf0\x7c\x86\x63\x65\xad\ \xd8\xbd\xf8\xc3\x1f\xfe\x30\xa4\x4a\x79\xb9\xfe\x3b\x20\xcf\xe7\ \xf3\xa1\xb7\x5c\x7f\x7f\xbf\x86\x86\x86\x54\x5e\x5e\xae\xf6\xf6\ \x76\xed\xd8\xb1\x23\xd4\x18\x4d\x4d\x4d\xe9\xbe\xfb\xee\x0b\xa9\ \x5f\x0c\xbd\x07\xb3\x7e\x1f\x5e\x5e\xab\x86\x4c\x36\x35\x35\x69\ \xef\xde\xbd\x4a\xa7\xd3\x1a\x18\x18\xd0\xec\xec\xac\xee\xbf\xff\ \x7e\x65\xb3\x59\x6d\xdd\xba\x55\x43\x43\x43\x9a\x9a\x9a\x0a\x69\ \xe3\x9a\x9a\x1a\x7d\xeb\x5b\xdf\x0a\xec\xdc\xc5\x8b\x17\x55\x5c\ \xbc\x7a\xec\xda\xa5\x4b\x97\xf4\x0b\xbf\xf0\x0b\xaa\xaa\xaa\xd2\ \xfc\xfc\xbc\x7e\xf2\x93\x9f\x28\x95\x4a\x69\xf3\xe6\xcd\xfa\xd4\ \xa7\x3e\xa5\x6f\x7f\xfb\xdb\x1a\x1a\x1a\x52\x22\x91\xd0\xe7\x3f\ \xff\x79\x49\xd2\x86\x0d\x1b\xb4\x61\xc3\x86\xc0\x20\x77\x77\x77\ \xeb\x9d\x77\xde\xd1\x8d\x1b\x37\xf4\xb9\xcf\x7d\x4e\xff\xf8\x8f\ \xff\xa8\x4b\x97\x2e\x69\xdb\xb6\x6d\x7a\xea\xa9\xa7\x74\xe3\xc6\ \x8d\x50\x17\xdc\xdd\xdd\x1d\x36\x00\xd0\xec\xd6\x01\x01\xb6\x28\ \xaa\x93\x9e\x5a\x26\x28\xf6\x3e\x6d\xce\x5c\x38\x78\xa0\xbe\x96\ \x20\x59\x5a\x3b\xe3\x12\x19\xe0\x1e\xd4\xa4\xba\xfe\x62\x4b\xbd\ \x84\x06\x16\x89\x32\x02\xd6\x85\x92\x0c\x6c\x75\x2c\x56\x58\x8f\ \xc4\x98\xb9\x8e\xdb\x03\x52\x80\x30\xe8\x00\x38\x7e\xe7\x36\xd7\ \x83\x74\x80\x22\x81\x80\x03\x29\x4a\x5a\x90\x1d\xe6\x95\x79\x76\ \xbd\xe7\x99\x9c\x05\x72\xdf\xe4\xac\x1b\x7a\x43\xfa\x1d\x9b\xc1\ \xbc\xf3\xb7\xb3\x90\xc8\x39\x9d\x0a\xdc\x6f\xe3\xef\x1d\x20\x45\ \xed\xb0\xdb\x3f\xb7\xc9\x4e\xf8\xf0\xec\x04\x65\x0e\x6a\xb9\x87\ \x93\x4b\xf9\x7c\x5e\x89\x4f\x7e\xf2\x93\xcf\x51\x94\x4a\x4f\xa8\ \xd2\xd2\x52\xbd\xf3\xce\x3b\xea\xee\xee\x0e\xf5\x17\x25\x25\xab\ \x47\xa6\xdc\xbe\x7d\x5b\x33\x33\x33\x81\x39\x20\x9d\x42\xca\x00\ \x5a\xdd\x27\xd0\x27\x81\x81\x01\x60\x7c\x60\x18\x32\x8a\xc5\x7d\ \x31\x1d\x04\x60\x28\x70\x06\x38\x74\x84\xd0\xa3\x33\xa7\x52\x5d\ \x41\xa2\x0b\x8d\x41\x82\x61\xe1\xb7\x5e\x70\x8f\xb1\x05\xf1\x03\ \x9e\xf8\x4d\x2e\xb7\x5a\x7b\xc2\xae\x1e\xb6\x04\xb3\x80\x0e\x6c\ \x3e\x6e\x21\xbd\x36\xca\xc7\xec\x0b\x8f\x60\x31\x66\x14\x2a\xea\ \x94\x3d\xcf\xee\xf4\xab\xbf\x3c\x12\x73\x23\x43\x14\xe6\x20\xcc\ \x81\xa1\x3f\xbf\x33\x82\x5e\xa8\x88\x91\x72\xa5\x63\xfd\xe8\xc6\ \x9e\x48\xac\x6e\x13\x4f\xa5\x52\x61\x0d\x6b\x6b\x6b\x55\x5f\x5f\ \x1f\x18\xa8\xe2\xe2\x62\xf5\xf6\xf6\x86\x6b\x57\x56\x56\x2a\x16\ \x8b\x69\x70\x70\x30\xb4\x9c\xa0\xab\xf9\xdc\xdc\x5c\x38\x72\x27\ \x9f\xcf\xab\xbb\xbb\x3b\x18\x9d\x96\x96\x96\xb0\x53\xeb\xd6\xad\ \x5b\x9a\x9f\x9f\xd7\x03\x0f\x3c\xa0\xca\xca\x4a\x5d\xba\x74\x49\ \xf5\xf5\xf5\xda\xb1\x63\x87\x46\x47\x47\x95\xcf\xe7\xb5\x71\xe3\ \x46\x6d\xdb\xb6\x4d\xf9\x7c\x3e\x30\x6b\x6e\x8c\x28\xe2\x26\xf5\ \x76\xf5\xea\x55\xbd\xf8\xe2\x8b\x7a\xe4\x91\x47\x54\x51\x51\xa1\ \xc5\xc5\xc5\xb0\x7b\x8c\xb9\xf4\x68\xd0\xd7\x83\x39\x62\xbe\x31\ \xc8\x4e\x4f\xf3\x1b\x0f\x60\x24\x85\x1d\x66\x0e\x56\x5c\x5e\x61\ \x56\xe8\xe3\x75\xe5\xca\x15\x0d\x0d\x0d\x69\x7e\x7e\x5e\x9f\xfc\ \xe4\x27\x35\x3b\x3b\xab\x1b\x37\x6e\x04\xe0\x42\x1a\x05\x00\xe2\ \x75\x13\xec\x2c\xc6\x60\xba\xce\x2e\x2d\x2d\x85\xba\xad\x78\x7c\ \xed\xd8\x12\x4f\x25\x67\xb3\xd9\x00\xda\xaa\xaa\xaa\x82\x9c\xb2\ \x81\x04\x26\x87\xf4\xa0\xf7\xe2\x41\x17\x99\x23\xa2\x54\xe6\x11\ \x56\xcd\x23\x6d\x9e\x1f\xe7\x47\x4a\xd1\x65\x95\xf5\x84\x89\x61\ \xdc\x04\x6b\xde\x97\x0c\x76\x9a\xfb\x01\xc2\xa8\xdd\x8b\xc7\xe3\ \xe1\xd4\x0b\xae\x0d\x4b\x57\x54\xb4\xda\x60\xf6\xfb\xdf\xff\x7e\ \x68\x87\xe0\x76\xcf\x75\xd3\xa3\x6b\x77\x92\xb1\xd8\x6a\x7b\x91\ \x81\x81\x01\xdd\xbd\x7b\x57\xcb\xcb\xcb\x6a\x6b\x6b\xd3\xa6\x4d\ \x9b\x42\xaf\xab\x96\x96\x16\xdd\xbb\x77\x2f\xd8\x0e\x67\x69\x3e\ \x2e\x7d\xe4\x4e\x95\x7b\xd7\xd4\xd4\x68\xd7\xae\x5d\xba\x75\xeb\ \x56\xd8\x5d\xbc\x65\xcb\x16\x95\x95\x95\x69\xc3\x86\x0d\xfa\xf0\ \xc3\x0f\x55\x5c\x5c\xac\xba\xba\x3a\x35\x36\x36\x6a\x78\x78\x58\ \xdf\xfe\xf6\xb7\x75\xfc\xf8\x71\xf5\xf5\xf5\x85\x73\x4b\x93\xc9\ \xa4\xc6\xc6\xc6\xf4\xf0\xc3\x0f\x6b\xfb\xf6\xed\x92\xa4\x17\x5f\ \x7c\x51\xeb\xd6\xad\x0b\x20\xea\xcd\x37\xdf\xd4\xc8\xc8\x48\xa8\ \xd1\x8a\xc7\xe3\x7a\xed\xb5\xd7\x94\xcd\x66\xf5\xea\xab\xaf\xea\ \x9d\x77\xde\xd1\xc5\x8b\x17\x75\xe6\xcc\x19\xa5\x52\x29\x5d\xbe\ \x7c\x59\xcd\xcd\xcd\xba\x72\xe5\x8a\x76\xee\xdc\xa9\x47\x1f\x7d\ \x54\xbd\xbd\xbd\x3a\x78\xf0\xa0\xea\xea\xea\x74\xf9\xf2\xe5\x70\ \x94\x13\x2c\xaa\x33\xc3\xd1\x00\xc6\x59\x43\x74\x15\x1b\xeb\xb5\ \x58\xd8\x66\xe6\x92\x35\x41\x56\x09\x2a\x98\x6f\x27\x07\x3c\x5b\ \xc0\x7d\x1d\x78\x91\x39\x01\x98\x70\x7f\xfc\x0b\x60\xc8\xeb\x7e\ \x18\x93\xd7\x1e\xfa\xfb\xc8\x0e\x63\x80\xf5\x41\xa7\x1d\x48\x32\ \x2f\x8c\xd1\xdb\xc4\x38\xd0\xf7\x2c\x8e\x33\x7c\xce\x20\xf3\x1b\ \xc6\xee\xcf\x8b\x1d\xf1\x92\x16\xdf\xf4\xe2\xac\x1e\x36\x61\x7a\ \x7a\x5a\xe3\xe3\xe3\x21\x70\x61\x5e\xb1\x77\xcc\xb5\x6f\x64\xf3\ \x00\x08\xfb\xe5\x24\x89\xeb\x03\xeb\x8a\x8d\x46\x17\x3c\xcd\xee\ \x6b\x17\x25\x7c\xf8\xdc\x99\x6d\x5f\xa3\xc4\x83\x0f\x3e\xf8\xdc\ \xec\xec\x6c\x28\x5e\x2d\x2a\x2a\xd2\xdd\xbb\x77\x95\x4e\xa7\x43\ \xa4\x57\x53\x53\x13\x6a\x91\x52\xa9\x54\x38\x0c\x94\x9d\x36\xec\ \x30\x8c\xc5\x62\xa1\xa1\x17\x82\xc2\x0d\x61\xa4\x18\x04\x51\x33\ \x0f\x06\x65\xc9\xf7\xa3\xbb\xde\x78\x60\x9a\x1a\xb2\xb3\x03\xa3\ \x20\xad\x45\xff\x6e\x3c\x9d\x55\x43\xa0\x7d\xe2\xa2\xdf\x73\xc0\ \x14\x8d\x3c\xa4\xb5\x46\x90\x00\x3d\xef\x1b\xb6\xb4\xb4\x14\x8e\ \xc0\xa8\xac\xac\x0c\x69\x01\x67\x82\x5c\xe8\x1d\xdc\x21\x04\x08\ \x98\x47\xf5\x8c\x0f\x01\xf0\x28\x19\x07\x8c\xe0\xf2\x1b\xee\xc7\ \x73\xf0\x5d\x58\x44\x94\x83\xdf\xf3\x37\x8e\x1e\x46\x90\x31\xf9\ \x0b\x45\x89\x82\x46\xa7\x99\x19\xaf\x3b\x0a\x94\x3a\x9f\xcf\x07\ \x19\xc1\x19\x23\x3b\x14\x65\x16\x15\x15\x85\x63\x77\x60\xb1\x60\ \xbd\x06\x06\x06\x34\x30\x30\xa0\x85\x85\x05\x65\x32\x19\x95\x97\ \x97\x87\x02\xfa\x5d\xbb\x76\x85\x26\x8c\xd7\xaf\x5f\xd7\xe2\xe2\ \xa2\xea\xeb\xeb\x15\x8f\xc7\xd5\xd3\xd3\x13\xda\x47\x0c\x0c\x0c\ \x84\x3e\x5d\x5b\xb7\x6e\x55\x5b\x5b\x9b\x5e\x79\xe5\x15\x75\x75\ \x75\x85\xe3\x65\x46\x46\x46\x42\xa3\xd3\xd7\x5e\x7b\x4d\xa9\x54\ \x4a\x2d\x2d\x2d\xe1\x9c\x3e\xda\x4c\x54\x57\x57\xeb\xc0\x81\x03\ \x7a\xe3\x8d\x37\xf4\xda\x6b\xaf\xe9\xb1\xc7\x1e\x0b\xd1\x3c\x6b\ \x1d\xdd\x78\x10\xa5\xa8\xa3\xa0\x9b\xcf\xfd\x37\xe8\x8f\xb3\x9c\ \xb3\xb3\xb3\xba\x73\xe7\x8e\xe6\xe6\xe6\x54\x53\x53\x13\x3e\xc3\ \x58\xc1\xcc\xd6\xd5\xd5\x69\xc7\x8e\x1d\xfa\xe0\x83\x0f\x74\xf3\ \xe6\xcd\xd0\x38\xf6\xb1\xc7\x1e\xd3\xc6\x8d\x1b\x75\xf1\xe2\xc5\ \xf0\x1b\xda\x65\x38\x80\xf6\xed\xeb\x9e\xd6\xf4\xe2\x6c\x18\x3b\ \xf4\x05\x1b\xc0\xb6\x79\x98\x5e\xf4\xd8\x23\x5c\x7f\x36\x67\x63\ \x3d\x6d\xe9\xb2\x89\x4d\xa0\x97\x1a\xf6\x01\x10\x15\x8d\x74\x61\ \xae\x78\xf9\x6f\x00\x39\x6c\xb2\xe0\xbd\x44\x62\xb5\x66\x8b\x3a\ \x53\xaf\xb7\x74\xc6\x0d\x83\x4a\xad\x26\x00\x8b\x67\xf3\x02\xe2\ \x77\xdf\x7d\x37\xb4\x2a\x71\x96\xdf\x03\x29\x37\xf4\xd1\xc8\x9e\ \xef\xe6\xf3\xf9\x70\x16\xe5\xe2\xe2\xa2\xb6\x6f\xdf\x1e\x6a\x17\ \x13\x89\x84\xee\xdc\xb9\x53\x10\xd8\x44\xef\xc3\xbf\xb1\x9b\x8c\ \x6f\x61\x61\x41\x6d\x6d\x6d\xda\xba\x75\xab\xce\x9c\x39\x23\x69\ \xb5\xf6\xf2\xfe\xfb\xef\x57\x79\x79\x79\xa8\xcf\x2b\x2a\x2a\x0a\ \xa9\xfc\xbf\xfd\xdb\xbf\xd5\xb9\x73\xe7\xf4\xd4\x53\x4f\x05\x00\ \xcf\x3d\xcb\xca\xca\xf4\xd0\x43\x0f\xa9\xb5\xb5\x55\x25\x25\x25\ \x3a\x7b\xf6\xac\x24\x85\x43\xa0\xd3\xe9\xb4\x86\x87\x87\xf5\xe4\ \x93\x4f\xea\xc5\x17\x5f\xd4\xff\xf9\x3f\xff\x47\x97\x2f\x5f\xd6\ \xe1\xc3\x87\xf5\xc1\x07\x1f\x68\x7a\x7a\x5a\xc7\x8e\x1d\x0b\x07\ \x34\xdf\xb8\x71\x43\x35\x35\x35\xc1\xce\xee\xdb\xb7\x4f\x25\x25\ \x25\x7a\xfb\xed\xb7\x75\xf8\xf0\xe1\xd0\x74\xf7\xdb\xdf\xfe\xb6\ \xf6\xec\xd9\x13\x8e\xab\x8a\x32\x44\xd2\x1a\xd3\x04\x48\x72\x16\ \x1f\xbb\x87\xdf\xf3\x74\x20\xce\x99\x4c\x0a\x72\xe7\x36\xce\xd7\ \xcb\x3f\x43\x27\xdd\xa6\x02\xa0\x60\x8e\xf1\x27\x00\xf3\x68\x19\ \x86\x03\x46\x5a\xbd\xb0\x96\xd4\x02\x73\x5e\xab\x6f\xb6\x60\x53\ \x11\xfa\x45\x60\x86\xdd\xf6\x67\x63\x8e\x62\xb1\xb5\xfe\x55\x9e\ \x12\x44\x2e\xa3\xc0\xd1\xe5\xc9\x49\x02\xb7\x25\x8c\x4b\x52\x81\ \xbe\xb9\xdf\x70\x80\x35\x35\x35\x55\xc0\x34\xfb\x8b\x35\x89\x82\ \x3a\xaf\xf5\xf6\xac\x15\x63\x26\xe8\x72\xf6\x1b\x20\xe9\x40\xdb\ \xb3\x6d\xc8\x8c\xdb\xee\x68\x2a\x34\x7a\x8f\x44\x7d\x7d\xfd\x73\ \x1c\x59\x92\x48\xac\xd6\xc9\x5c\xbd\x7a\x35\x18\x26\x22\x2f\x22\ \x58\x1a\x3c\xd2\xcd\x97\x43\x40\x79\x20\xa7\x3f\x67\x67\x67\x43\ \x71\xa7\x0b\x8d\x23\x4d\xea\x35\x7c\x71\xbd\xd3\xb2\xb3\x2b\x38\ \x7c\x47\xa2\x08\x06\x6d\x0b\x9c\x09\x70\x81\x70\x27\xe6\xf7\xf2\ \x71\x60\x50\x79\x61\x98\xdd\xf8\x63\xf8\xb9\x16\x0e\x06\x6a\xd2\ \xfb\x39\x31\x36\x84\x89\x28\xc9\x8b\xf8\x3d\x75\xea\x8e\xcb\x05\ \xc5\xa3\xe6\xe8\xf6\x73\xa7\x3b\x89\x72\x58\x6c\x17\x20\xcf\x7b\ \x63\x64\xa2\xac\x17\xcf\xc7\x5c\x10\x91\xf1\x59\xb4\x48\x92\x3f\ \xc8\x0a\x2d\x0d\xa2\x51\xb2\x37\xd4\x5c\x59\x59\x09\xb5\x50\x6c\ \x86\x40\xa1\x62\xb1\x58\x60\x51\x17\x16\x16\x02\x48\xcd\xe5\x72\ \x9a\x98\x98\x50\x7b\x7b\xbb\xee\xdc\xb9\xa3\xa1\xa1\x21\xad\xac\ \xac\x68\x62\x62\x22\x34\x18\x8c\xc5\x62\xda\xbb\x77\xaf\xb2\xd9\ \x6c\x68\x66\xca\x3a\xac\x5f\xbf\x5e\x03\x03\x03\x1a\x19\x19\x09\ \x74\x7e\x3c\xbe\x5a\x0f\xd4\xdb\xdb\xab\xd1\xd1\x51\x49\xd2\xa1\ \x43\x87\x34\x31\x31\xa1\xad\x5b\xb7\xaa\xa1\xa1\x41\xd7\xaf\x5f\ \xd7\xf0\xf0\xb0\xea\xea\xea\x74\xf0\xe0\x41\x0d\x0d\x0d\xa9\xa7\ \xa7\x47\x6d\x6d\x6d\x82\x2a\xf6\x68\xf7\xe8\xd1\xa3\xfa\xc1\x0f\ \x7e\xa0\x0f\x3f\xfc\x50\x07\x0f\x1e\x54\x43\x43\xc3\x47\x9c\x28\ \x73\x4e\xda\xc7\x75\x83\xef\xfa\x9c\xbb\xe1\xf3\x68\xd2\x59\xda\ \xc5\xc5\x45\x0d\x0f\x0f\x87\xfe\x75\xde\xd6\x00\x30\x0c\xe0\xbe\ \xef\xbe\xfb\xc2\x0e\xab\xe1\xe1\x61\xf5\xf5\xf5\xe9\x17\x7f\xf1\ \x17\x55\x5a\x5a\xaa\x2b\x57\xae\x68\x79\x79\x39\x74\xa9\x27\xf0\ \x21\xfa\xad\xaa\xaa\x0a\xd1\x24\x51\xa3\x77\x67\x76\x56\x9a\xe0\ \x09\xc0\xc3\x33\xc2\xf6\x60\xc0\xa2\x05\xc0\xc8\x8f\xb3\xbe\x30\ \xda\xce\x26\xa0\x2b\x38\x0c\xe6\x0f\x63\xe7\xec\x5f\x36\x9b\x55\ \x75\x75\xb5\xa4\xb5\xb4\x19\xd7\xf2\xf6\x14\x38\x1b\xe6\x98\xa0\ \x11\xd6\x0d\xd9\xf1\x14\x9e\x6f\x69\x77\xf6\x10\x70\x91\xcd\x66\ \x55\x5b\x5b\xab\x64\x32\xa9\xfa\xfa\x7a\x0d\x0d\x0d\x69\x70\x70\ \xb0\xc0\xe1\xa0\xa3\xac\x35\x73\xc0\xff\x91\x1d\x77\xc8\xce\x6c\ \x8d\x8d\x8d\x85\x6c\x43\x67\x67\xa7\xf6\xef\xdf\x1f\x76\xbe\x7a\ \xcd\x8e\x33\x36\x1e\xd5\x27\x93\x49\x55\x55\x55\x85\x73\x11\xf7\ \xec\xd9\xa3\xd2\xd2\x52\x5d\xbd\x7a\x35\x00\x44\x4e\x37\xe8\xea\ \xea\x0a\xc5\xe7\x9d\x9d\x9d\x9a\x98\x98\xd0\x7f\xfe\xcf\xff\x59\ \xc9\x64\x52\x9f\xf9\xcc\x67\xf4\xee\xbb\xef\x06\x76\x11\x36\xe4\ \xec\xd9\xb3\xba\x79\xf3\xa6\x3a\x3b\x3b\x35\x32\x32\xa2\xf3\xe7\ \xcf\x87\x9a\xa9\xda\xda\x5a\x15\x17\x17\xeb\xc0\x81\x03\x7a\xf5\ \xd5\x57\xc3\x6e\xd4\x3d\x7b\xf6\xe8\xcc\x99\x33\x5a\x5a\x5a\xd2\ \xd8\xd8\x98\x1e\x7a\xe8\x21\xf5\xf4\xf4\x04\xdf\x70\xf0\xe0\x41\ \x4d\x4e\x4e\x6a\xc7\x8e\x1d\x9a\x9a\x9a\xd2\x77\xbf\xfb\x5d\xad\ \x5f\xbf\x5e\x97\x2f\x5f\x0e\x8e\xb6\xbe\xbe\xbe\x20\xfd\x13\x05\ \x0c\xc8\xa4\xb3\x37\xd8\x74\xaf\x4f\x72\x5b\xe6\xe0\x80\x39\x74\ \x46\x8b\x6b\x46\x41\x83\x33\x20\xd8\x44\x7c\x0f\x36\xdb\x37\x5a\ \x01\xc0\xf8\x2d\x3a\xe0\xe5\x23\xbe\x4b\x9f\xcf\x08\x4a\x48\xb1\ \xd1\x50\x97\xf1\xa1\x2f\x1e\x38\x7b\x0b\x06\x67\x34\x9d\xb1\x71\ \x50\xe1\x72\xe3\x80\xc4\x9f\x25\x9a\x85\xe2\xe5\x8c\x6a\x2c\x16\ \x0b\xf5\xbd\x4e\x3e\x30\xcf\x34\x7f\xa6\x1e\x0c\x00\xca\x8b\xb9\ \x72\x52\x85\x3f\x3c\x23\x0c\x16\x01\x55\x34\x5d\x1e\xc5\x19\x51\ \x56\x97\xef\x44\x6d\xb1\x03\x4a\x4f\x41\xf2\x7b\x9e\x31\xd1\xd1\ \xd1\xf1\x1c\x87\x3b\x57\x56\x56\x86\x33\xc8\x60\x10\xe8\x95\x93\ \xcd\x66\xc3\xd6\x7a\xd8\x9a\x58\x2c\x16\xce\x8f\x43\x11\x79\x88\ \xe2\xe2\xe2\xb0\xcb\x86\x5d\x45\xfc\x96\xc9\xe1\xa1\x79\xcf\x0d\ \xa4\x47\xb3\xd4\xe5\x30\x59\xa0\x5b\x16\x12\xe0\x01\x10\x72\xf0\ \xe3\xd1\x28\xe0\xcb\x53\x57\xa4\x28\xb8\x3f\xac\x01\x02\xec\xd1\ \x2a\x05\xbb\x30\x07\x18\x58\x76\x42\x25\x12\x89\xd0\x66\x20\x9b\ \xcd\x2a\x93\xc9\x14\xa4\xc6\xa0\x67\xb9\x0f\xf5\x52\x9e\x9b\x66\ \x5c\xff\x2f\x4a\x99\x08\xde\x41\x8c\x0b\x8d\xb3\x22\x38\x25\xa2\ \x1d\x17\x4e\xe6\xc2\x9d\x03\xec\x9d\x53\xda\xa4\x98\x00\xa3\xcc\ \xa5\xa4\x02\xa1\x76\xe6\x81\x39\xe3\xd9\x98\x63\x0c\x0b\x3b\x84\ \x00\x58\x8d\x8d\x8d\xda\xb8\x71\x63\x00\x42\xb4\x88\xe0\xf0\x57\ \xba\x83\xd7\xd5\xd5\xa9\xbf\xbf\x3f\xa4\x62\x91\xb7\x4c\x26\xa3\ \x58\x2c\xa6\xed\xdb\xb7\x87\x94\x63\x77\x77\x77\xd8\x98\xd1\xde\ \xde\xae\x9e\x9e\x9e\xd0\x56\x24\x3a\xc7\xf3\xf3\xf3\x1a\x18\x18\ \xd0\xcd\x9b\x37\x43\x5a\x2a\x9d\x4e\x87\x3a\x14\xfa\x35\x9d\x3e\ \x7d\x5a\x3b\x77\xee\x54\x4b\x4b\x4b\x01\x93\xc1\xfc\x15\x17\xaf\ \x1e\xe1\xf1\x3f\xff\xe7\xff\xd4\xf9\xf3\xe7\xb5\x6b\xd7\xae\xd0\ \x96\xc1\xc1\x2b\xf3\x24\xad\x31\xb9\xce\x60\x79\x34\xc5\x5a\x45\ \x8d\xb5\x47\xe2\x13\x13\x13\xba\x76\xed\x9a\x3a\x3b\x3b\x03\x60\ \xe3\x7e\xac\xb3\xa7\x48\xa6\xa7\xa7\x43\x67\xeb\xd9\xd9\x59\x0d\ \x0f\x0f\xeb\xfe\xfb\xef\x0f\xcd\x58\x39\xa3\x92\x76\x09\xc9\x64\ \x32\xf4\x19\x23\x7d\x00\x4b\x84\x7e\xf3\x3d\x58\x10\x22\x7f\x77\ \x4e\xa4\xe1\x90\x77\x02\x33\x82\x07\x0e\x9d\xe6\xfb\x44\xf5\x9e\ \x62\x4c\x26\x93\xa1\x20\x9d\x75\xa4\xce\x8d\x7b\xa0\x87\x1e\x34\ \xd0\xcc\x16\xfd\x87\x25\x8f\xc5\x62\x05\xe3\x88\xce\xaf\xd7\xb4\ \xb8\x9d\xc0\x46\xf0\x3c\xd8\x20\x18\xe7\xaa\xaa\xaa\x30\xdf\xd4\ \x8a\x55\x54\x54\x68\xd7\xae\x5d\x3a\x7d\xfa\x74\xa8\xe3\xf0\x97\ \x3b\x22\xd7\x27\x7f\x0e\x5e\x6e\xe8\x61\x28\x00\x20\xeb\xd7\xaf\ \xd7\xe1\xc3\x87\xd5\xda\xda\xaa\x9e\x9e\x1e\x4d\x4f\x4f\x07\x27\ \xe1\x6c\x16\xaf\x44\x22\xa1\xfa\xfa\xfa\x70\x6e\xe1\x13\x4f\x3c\ \xa1\xee\xee\x6e\x15\x15\x15\x69\x74\x74\x54\x4b\x4b\x4b\xea\xe8\ \xe8\xd0\xe0\xe0\xa0\xba\xbb\xbb\x75\xeb\xd6\x2d\x4d\x4f\x4f\xeb\ \xe8\xd1\xa3\xfa\xde\xf7\xbe\xa7\x9f\xfc\xe4\x27\xea\xe8\xe8\xd0\ \x53\x4f\x3d\xa5\xb7\xde\x7a\x4b\x45\x45\x45\x81\x39\x8a\xc5\x62\ \x4a\xa7\xd3\x1a\x19\x19\xd1\x9e\x3d\x7b\xf4\x9d\xef\x7c\x47\x23\ \x23\x23\xaa\xab\xab\xd3\xe3\x8f\x3f\xae\xb2\xb2\x32\x35\x36\x36\ \xea\xf6\xed\xdb\x7a\xfd\xf5\xd7\x95\xcf\xe7\xd5\xda\xda\xaa\x78\ \x3c\xae\xae\xae\x2e\xe5\x72\xab\xc7\xaa\x01\x0e\x38\x2c\xfd\x99\ \x67\x9e\x09\xc1\xc0\x7f\xfb\x6f\xff\x4d\xd3\xd3\xd3\xaa\xaa\xaa\ \xd2\xb1\x63\xc7\xf4\xc6\x1b\x6f\xe8\x97\x7e\xe9\x97\x94\xc9\x64\ \x02\xd3\xc5\xfc\x7a\x7d\x9c\x67\x23\x3c\x7d\xc8\x9c\x78\x76\x23\ \xea\x70\x91\x1d\x07\x6e\xce\x1c\xf3\x19\x81\x25\xb6\xde\x81\x9b\ \xd7\xe0\x7a\x4d\x20\xdf\x71\x59\x83\xf9\x45\x46\xf8\x3d\x00\x92\ \xac\x44\x34\xd0\xf1\x66\xc1\x04\x83\x8c\xd7\x83\x19\x67\x7c\xb1\ \x53\xfe\x5d\x9e\xdd\x37\x45\x00\x4c\x01\x32\xce\xbc\x93\xb5\x92\ \x0a\xcf\x05\xf6\x94\x1c\x01\xbf\x1f\xbc\xee\xf6\x8e\x76\x3e\x23\ \x23\x23\x61\xad\x08\xc2\x19\x97\x07\x62\xfc\x0e\x7b\xeb\xe5\x43\ \x9e\x69\x71\xb0\xc8\xb8\xb8\x86\xb3\x51\xac\x6d\x14\x30\xbb\x0d\ \x67\x2d\x1d\x60\x73\x1f\x49\x4a\x54\x57\x57\x3f\x47\x97\x5c\x8c\ \x23\x4e\xd5\x9d\x02\xb5\x51\x92\x02\x42\x66\xfb\x32\x93\x92\xcd\ \x66\x03\xe0\xc0\x89\xfa\x00\x57\x56\x56\x02\xb2\xf5\x48\x11\xe0\ \xc0\xbd\x98\x3c\x40\x02\xc6\x84\x45\x25\xaa\x76\xf4\xea\x05\x66\ \x3e\x59\xde\x62\xc1\x11\x32\x75\x23\x5c\x9b\x22\x55\x8f\x12\xa0\ \xff\xd9\xca\x8e\x00\x21\x7c\xb9\x5c\x2e\xd4\xa3\xd1\x48\x33\x16\ \x5b\x3b\xae\x00\x01\xf6\xf6\x06\xd4\x71\x00\x94\x3c\x12\x61\x11\ \xbd\x76\x8a\xc5\xe3\xfe\x80\xab\xa8\x21\x70\x63\x1c\x05\x3e\x92\ \x02\x6b\xe6\xce\xdb\x59\x2a\xaf\x03\x41\x28\x5d\x50\x50\x0c\x9f\ \x03\x57\x72\xff\x0c\xc7\xe4\x91\x33\x02\x0f\x10\xa6\x3d\x03\x91\ \x36\xb2\xc3\xbd\xf9\x3f\xa9\x2a\x0e\xa0\x9e\x9d\x9d\x0d\x9f\x91\ \x8a\x42\xf0\x51\x8e\xd1\xd1\xd1\x60\xe0\xd3\xe9\xb4\xf2\xf9\xbc\ \x06\x06\x06\x0a\xa2\x3d\x57\x32\x98\x51\x7a\x2b\x6d\xdb\xb6\x4d\ \xf7\xee\xdd\xd3\xf2\xf2\xb2\xb6\x6e\xdd\xaa\x8d\x1b\x37\x6a\x60\ \x60\x40\x77\xee\xdc\x51\x5d\x5d\x9d\x5a\x5a\x5a\x82\x21\x74\x99\ \x83\xe5\x39\x75\xea\x94\xca\xca\xca\x74\xfe\xfc\x79\xb5\xb7\xb7\ \xab\xa9\xa9\xa9\x20\x2a\x64\xac\x00\x6d\x77\x78\x6e\xb4\x5c\xc9\ \xa3\xff\xe6\xd8\x10\x58\x92\x91\x91\x91\x50\x94\xef\xac\x19\x4e\ \xc3\x0d\x61\x55\x55\x95\x4e\x9e\x3c\xa9\x6c\x36\xab\x8a\x8a\x8a\ \xd0\xa6\xe2\xf6\xed\xdb\xfa\xc4\x27\x3e\xa1\x9e\x9e\x1e\x75\x75\ \x75\xa9\xa1\xa1\x41\x9d\x9d\x9d\x81\xad\xf3\xae\xcb\xc5\xc5\xc5\ \x05\xc7\x54\xa1\x2f\x18\x55\xf4\x06\xdb\x40\x2b\x18\xc0\x32\x32\ \x85\x2c\xb2\x96\x38\x06\x76\x83\x55\x56\x56\x16\x04\x49\xcc\x1d\ \x65\x02\x5c\xd7\x65\x01\xfb\x04\x18\xa4\x20\x1f\xbd\xe1\x4c\x3e\ \x0f\x38\x48\xf7\x39\x30\x05\x7c\xa3\xb3\x00\x33\xaf\x5d\x61\x4c\ \x18\x5e\x9c\x95\x47\xb7\xf4\x7e\xa3\xee\x0c\x06\xd1\x1d\x8a\xb3\ \x1c\x6e\xd8\xb9\x96\xd7\xbd\xe1\x24\x30\xf4\xd8\xd0\x95\x95\x15\ \xdd\xb9\x73\x47\xe7\xce\x9d\xd3\xe5\xcb\x97\x55\x5f\x5f\xaf\x13\ \x27\x4e\x28\x1e\x8f\x87\x60\x85\x97\xcb\x52\x79\x79\xb9\x5a\x5b\ \x5b\xc3\x71\x48\x27\x4e\x9c\xd0\xed\xdb\xb7\xd5\xdc\xdc\xac\xb3\ \x67\xcf\x86\x86\xd1\x89\x44\x42\x6d\x6d\x6d\x9a\x9a\x9a\xd2\x99\ \x33\x67\x14\x8f\xc7\xf5\xca\x2b\xaf\x68\x76\x76\x56\x87\x0e\x1d\ \xd2\xde\xbd\x7b\x75\xf9\xf2\x65\x95\x97\x97\xeb\xce\x9d\x3b\x05\ \xfe\x63\xfb\xf6\xed\x2a\x2b\x2b\xd3\x85\x0b\x17\xc2\xf3\x1e\x3b\ \x76\x2c\x9c\xaa\x70\xea\xd4\x29\x75\x75\x75\x29\x91\x58\xed\x81\ \xd7\xd7\xd7\x17\x36\xb7\x14\x15\x15\xa9\xa6\xa6\x26\xd8\x09\x7c\ \xc3\xbf\xfd\xb7\xff\x56\x6f\xbe\xf9\xa6\xde\x7f\xff\x7d\x95\x95\ \x95\x69\x70\x70\x50\x5f\xfc\xe2\x17\x55\x5c\x5c\xac\xce\xce\x4e\ \xdd\xbb\x77\xaf\x60\xce\x24\x85\x8d\x4c\x6e\xab\x58\x4f\xe6\xdf\ \x9d\x36\x6b\xe8\x4c\x0d\xf3\xef\x20\x01\x1d\xe0\xe5\x29\x40\xd7\ \x5f\x67\x38\xb0\xbb\xf8\x08\x00\xbc\x33\x2e\x0e\xcc\xb0\xf5\x04\ \x34\x7e\x0f\xec\x3e\x6b\x1b\x05\x4f\x0e\xa2\xb0\xfd\x30\x65\x9e\ \x4d\xf1\xda\x33\xf4\xde\x75\xc5\x9f\x83\xfb\x53\xf7\xec\x63\x26\ \xe0\xf4\x86\xdd\x2e\xc7\xbe\x31\x00\x3b\xe1\x4c\x9b\xb4\x1a\xc4\ \x4d\x4f\x4f\x87\xc0\x98\x67\xf2\x12\x01\xae\xc7\x6e\xc4\x8f\xb3\ \x95\x90\x23\xae\x93\xe8\x1d\x6b\xca\x1a\xf3\xb9\xfb\x38\xae\xe3\ \x7a\x1a\x4d\x17\x33\x3e\xff\xb3\xbc\xbc\xac\x24\x5d\xb6\xd9\x8d\ \x05\xa2\xf3\x68\x94\x1d\x20\x18\x39\x80\x09\x02\x82\x41\x94\x14\ \x80\x18\x06\x88\xfa\x0c\xc0\x0b\xc8\xd4\x91\x26\xa0\x06\xda\xd4\ \x8d\x0a\x05\xa8\x38\x0a\x16\x9e\x89\x03\x6c\xd1\x3d\x9e\x42\x55\ \x84\x96\x45\x01\x98\x79\xd3\x37\x28\x71\xde\xf3\x7c\x2e\x0b\xee\ \x45\x81\x08\x61\x2c\x16\x53\x65\x65\xa5\xc6\xc7\xc7\x15\x8b\xc5\ \xc2\x21\xc7\xd2\xda\xf9\x4a\x2b\x2b\x2b\x4a\xa5\x52\x9a\x9d\x9d\ \x0d\x11\x35\xf3\xc5\x22\xe1\x00\x9c\x9e\x74\x50\x85\xc1\xf6\x45\ \xf7\x67\x47\x48\xbc\x1e\xc6\x0d\x70\x51\x51\x51\x68\xd0\xe9\x8e\ \x9b\xe7\x44\x71\x18\x8b\x2b\x22\xcf\xca\x3d\xa3\xd1\x1e\x6b\x05\ \x50\x46\xe0\x89\xf4\x9d\xe6\xe6\x79\xbc\x0e\xc9\x05\x94\x6d\xec\ \x3d\x3d\x3d\x41\xe9\x1c\x60\xa0\x90\xe9\x74\x3a\x30\x5f\x4e\xa1\ \x2f\x2f\x2f\x17\xb0\x1f\xb9\x5c\x2e\xb4\xf0\x48\x26\x93\xea\xeb\ \xeb\x0b\x63\x73\x46\x92\x39\x65\xd7\xe7\xee\xdd\xbb\x95\xcd\x66\ \xb5\x7e\xfd\xfa\x60\x5c\x52\xa9\x94\x26\x27\x27\x03\xb8\xa3\xc3\ \x3c\x69\x33\xe6\x89\x39\x18\x1b\x1b\x53\x7d\x7d\xbd\xfe\xf8\x8f\ \xff\x58\xe7\xcf\x9f\xd7\x73\xcf\x3d\xa7\xdf\xff\xfd\xdf\xd7\x9e\ \x3d\x7b\x0a\x0c\xac\xb3\x81\x6e\x70\x3d\x85\x19\x8d\xa0\x3c\x52\ \x73\x40\x0c\x40\xc2\xc8\xb8\x92\xfb\x21\xc7\xac\x43\x2a\x95\x52\ \x5d\x5d\x9d\x06\x07\x07\x95\xc9\x64\xd4\xd5\xd5\x15\x6a\x5b\xc6\ \xc7\xc7\xf5\x2f\xfe\xc5\xbf\xd0\x83\x0f\x3e\xa8\x0f\x3f\xfc\x50\ \x7d\x7d\x7d\xa1\xc0\x1f\x9d\xc0\xb8\x27\x93\xc9\x00\x78\x91\x49\ \x22\x57\x07\x81\x92\xd4\xd0\xd0\x50\x30\x16\x1a\xb2\x62\x3b\x48\ \x53\x38\x83\x8c\x8c\x79\xd4\x0b\x9b\x88\xde\x03\x6e\x9c\x9d\x72\ \x20\x86\xf1\xc6\x3e\x01\xee\x39\x9c\xdc\x53\x1b\xc9\xe4\x6a\x47\ \x77\xce\x02\x5c\x5c\x5c\x54\x2a\x95\x0a\x69\x4d\xd7\x8f\x78\x7c\ \xf5\xb8\x1a\x76\xaa\xc1\xce\xe2\x6c\x56\x56\x56\x0b\xdc\x01\x77\ \xb0\xee\xec\x82\x65\xae\xa2\x46\x1f\x9d\xc6\xd9\xf3\xfc\x1e\x40\ \xa1\x37\xac\x35\x76\x84\x80\x88\x76\x0d\x37\x6f\xde\xd4\xee\xdd\ \xbb\xf5\x85\x2f\x7c\x41\x6d\x6d\x6d\x7a\xe1\x85\x17\x0a\x7a\x43\ \xa1\x43\x7b\xf7\xee\x55\x45\x45\x85\x2e\x5c\xb8\xa0\x4d\x9b\x36\ \x29\x91\x48\xe8\xfe\xfb\xef\xd7\xe9\xd3\xa7\x35\x35\x35\xa5\xbd\ \x7b\xf7\xaa\xad\xad\x4d\x92\x74\xf2\xe4\x49\x5d\xbd\x7a\x55\xa9\ \x54\x4a\xd7\xae\x5d\xd3\x9d\x3b\x77\x54\x54\x54\xa4\xce\xce\xce\ \x82\x14\x15\xcf\x14\x8b\xc5\x42\x5d\x17\x20\x2f\x91\x48\x68\x6a\ \x6a\x4a\x27\x4f\x9e\xd4\xd3\x4f\x3f\xad\x4c\x26\xa3\x1b\x37\x6e\ \x84\x67\x98\x9c\x9c\xd4\xe4\xe4\x64\x00\x40\xc8\x3b\x41\x70\x2e\ \x97\xd3\xa9\x53\xa7\xb4\x6d\xdb\xb6\xc0\xdc\x90\x0e\x7b\xe9\xa5\ \x97\xf4\x6b\xbf\xf6\x6b\x9a\x9c\x9c\x0c\x73\x89\x2e\xf0\x72\xa6\ \x88\xe0\xd6\x99\x20\x6c\xae\x6f\xe4\x81\x2c\x60\x8c\xe8\x29\x7e\ \xca\xaf\x4d\x76\x83\x35\xe4\x37\xce\x92\xba\x4d\xa7\x36\x0a\x7b\ \xc6\x98\x3d\xf5\x44\x06\x00\xf6\xde\xcf\x41\xf4\xd6\x28\x9e\xb2\ \xe7\xe5\x41\xb6\x93\x08\x1f\x97\xdd\xc0\xd7\xa2\xbb\x1c\xe9\x45\ \xc3\x71\xec\x11\x3e\xc5\xaf\xc3\xcb\x01\x1b\x6b\xc7\x1a\xf8\x4e\ \x7f\xb7\x7f\xfe\xdc\x9e\x3d\x61\x4e\xfc\xdf\x8e\x17\xd0\x5d\xc8\ \x1f\x7e\xe7\x04\x8e\x17\xb0\xfb\x5a\xf1\x2c\x10\x37\xae\x6b\x1e\ \x30\xf2\x3b\x6c\xaf\xb3\x8f\xce\x76\x3b\xa1\x81\x3d\x8c\x73\x70\ \xa9\x77\x61\xf5\x94\x0f\xf4\x33\xce\x0b\x23\x88\x90\x94\x97\x97\ \x87\x3c\x6f\x3e\xbf\x7a\x1e\x9d\x4f\x06\x46\xc9\xc1\x94\x3f\x18\ \x06\x9b\x7a\x0d\x8c\x93\x2f\xbe\x0b\x34\x8c\x81\xf7\x66\x62\xd1\ \x40\xaa\x5e\x08\xeb\xbd\xba\x10\x6a\x84\x0f\xf0\x87\x10\x30\x51\ \x38\x5f\x14\x0c\x80\x44\xb1\x2b\xb5\x3d\xd4\x9f\xb1\x7b\xca\xe9\ \x5f\xfe\x26\xa2\x87\x1d\x61\xc1\x78\x66\xe6\x82\x85\xf7\xf9\x77\ \x27\xeb\x9f\x79\xad\x19\x6b\x42\x9d\x93\xef\x60\xc8\x66\xd7\x9a\ \x50\xd2\x07\xc8\x53\x36\x38\x14\x37\x1e\xcc\xa5\xff\xdb\x15\x80\ \x74\x28\xeb\x89\xc3\x92\xd6\xba\xea\x03\x14\x88\x0e\x5c\xe1\x61\ \xad\xa0\xfc\x71\x42\xee\x30\x32\x99\x8c\x26\x26\x26\x0a\x3a\x7a\ \x8f\x8d\x8d\x05\x76\xd5\xa3\x21\xc6\x56\x5e\x5e\xae\xaa\xaa\x2a\ \xe5\xf3\xf9\xd0\x1c\xd2\x0b\x3c\xa3\x8c\x03\x2c\x26\xd7\x23\x92\ \x86\xad\x64\x87\x12\x3b\x12\x6b\x6a\x6a\x74\xe0\xc0\x01\x35\x34\ \x34\x04\xb9\xf1\xf6\x06\x80\xae\xee\xee\x6e\x3d\xf8\xe0\x83\x4a\ \xa5\x52\x3a\x7a\xf4\xa8\x1e\x7f\xfc\x71\x7d\xf3\x9b\xdf\xd4\xf9\ \xf3\xe7\xc3\x5a\xb9\x52\x32\xaf\xfe\x8a\x1a\x17\xe6\x86\x40\x80\ \xf5\xf6\x5a\x91\xb6\xb6\xb6\xb0\xe6\xe8\x98\xb4\xda\x1c\xb4\xaf\ \xaf\x4f\xd7\xaf\x5f\xd7\xcb\x2f\xbf\xac\x9e\x9e\x1e\xad\x5b\xb7\ \x4e\xbf\xf5\x5b\xbf\x15\x36\xa7\x50\x34\x3c\x34\x34\xa4\xc9\xc9\ \x49\x7d\xef\x7b\xdf\x53\x3e\x9f\xd7\xd3\x4f\x3f\xad\x86\x86\x06\ \x75\x74\x74\x68\xff\xfe\xfd\xfa\xec\x67\x3f\xab\xa7\x9e\x7a\x4a\ \x8d\x8d\x8d\xe1\x94\x07\xc9\xce\xdd\x4a\x14\xd6\x88\xe5\xf3\xf9\ \x70\x30\xb1\x37\x2c\x74\xe6\x0f\x59\xa8\xa8\xa8\x08\x3b\x92\xbd\ \xc6\x8a\x35\xf7\x9a\x30\xce\xe7\x73\xb6\x36\x1e\x8f\x87\xcd\x37\ \x00\x1a\xd8\x2f\x64\xce\xeb\xc6\xfc\x8c\x54\x8f\xf8\x49\x1d\x02\ \x90\xbc\x1b\x34\x69\x7d\xe4\x08\xbb\x07\x00\x04\x30\xe2\x58\x60\ \x7e\xd8\xf4\xe2\x2d\x54\xbc\x96\xd2\x03\xba\x68\x14\xef\x0c\x29\ \xc0\xd6\x23\x74\xbe\xc3\xdc\x7a\xfa\xb2\xa8\xa8\x48\x97\x2e\x5d\ \xd2\x5f\xfd\xd5\x5f\x69\x7e\x7e\x5e\x5f\xfc\xe2\x17\xc3\x86\x25\ \x64\xab\xae\xae\x4e\x27\x4e\x9c\x08\x8c\xed\xc1\x83\x07\x03\x1b\ \x74\xe5\xca\x15\x35\x36\x36\x6a\xfb\xf6\xed\xba\x71\xe3\x86\xbe\ \xfb\xdd\xef\xea\xec\xd9\xb3\x8a\xc5\x62\xda\xb7\x6f\x9f\x2e\x5d\ \xba\x14\xc6\xdc\xda\xda\x1a\x40\x8d\x33\x42\xc8\x6f\x59\x59\x99\ \xee\xdc\xb9\x13\xe4\x36\x1e\x5f\x3d\x9b\x91\x52\x00\xfa\xdc\xa1\ \x47\x00\x65\x74\x3b\x1a\x70\x49\xd2\xf3\xcf\x3f\xaf\xf6\xf6\x76\ \x6d\xda\xb4\x29\xcc\xc5\x85\x0b\x17\x94\xcf\xe7\xc3\x99\xa0\xce\ \xda\xe0\x78\x1d\xb0\xe2\x7c\xbd\x3d\x0c\x76\x0b\xe7\xcc\x77\x9c\ \x9d\xc1\x3e\xf3\x07\x1b\xea\x36\x1d\xb9\xc1\x1e\xfa\x5a\xb9\x4d\ \xf7\x67\x42\xd7\x61\xd5\xfd\xb9\xdd\xa6\x12\x7c\x23\xfb\xfc\xd6\ \x01\x0a\xb2\x06\x20\xf1\xf2\x19\xec\xb6\x33\x52\xc8\x1d\x73\x07\ \x48\x70\xbf\xc1\x5c\xfa\x75\x3d\xf0\xc3\xaf\xb8\x5f\xc3\x76\xf1\ \x3d\x9e\x3f\xca\xe6\x33\x8f\xcc\xbd\xcf\x8d\x33\x85\xcc\x31\x7a\ \xc6\xb3\xf8\x38\x9c\x75\x66\x2d\xb0\x23\xac\x9d\x67\x6a\x90\x39\ \xe6\x34\x91\x48\x14\xa4\x96\x9d\x41\x73\x70\xcd\xe7\x90\x39\xce\ \xb4\xff\xdf\x6b\xaf\x6d\x01\x67\xe2\x98\x54\x84\xd3\xb7\x54\x42\ \xbd\xb3\x05\xd6\x1d\x41\x3a\x9d\x0e\xff\x2f\x2f\x2f\x2f\x88\x10\ \x3c\xca\x67\xa2\x40\xb4\xd1\x88\x0c\x74\xea\x6c\x46\x2e\xb7\x56\ \x0b\x84\xe0\xc3\xba\x10\xed\x22\xc4\xb0\x36\xd4\x91\x39\x32\xc5\ \xa1\xf2\x39\xb5\x61\xf4\xbe\x71\x64\x5a\x59\x59\xa9\x81\x81\x81\ \x02\xd0\x47\x6a\x94\xa2\x76\x07\x8d\xec\x70\x44\x00\x38\x1e\xc3\ \xaf\x8b\x03\xf7\xfe\x25\xde\x31\xde\x41\x89\x33\x49\x08\x3c\xf7\ \xc3\xe0\x3a\x6d\xed\xe9\x3f\x04\x93\x54\x0a\x80\xd5\x01\x41\x22\ \x91\x50\x26\x93\xf9\x48\x87\x71\x9e\x33\x9f\x5f\xab\x69\x41\x80\ \xbd\x60\x99\xc8\x11\xa1\x73\x23\x8f\x10\xfb\x4e\x31\x84\x79\xdd\ \xba\x75\xc1\xb1\x22\x63\x89\x44\x22\x80\x37\xc6\x8f\x43\xf4\x62\ \x4e\x40\xe3\xf2\xf2\x72\x81\xc1\xa0\x3e\x10\xa7\x36\x35\x35\x15\ \x64\xd7\x95\x81\x54\x8a\x83\xad\x44\x62\xb5\x06\x05\xe3\x39\x33\ \x33\xa3\x03\x07\x0e\x84\x94\x16\x8c\x58\x67\x67\x67\x00\xee\x2e\ \x4f\xc8\xf3\xc2\xc2\x82\x06\x07\x07\xb5\x7b\xf7\xee\xc0\xbe\x3e\ \xfb\xec\xb3\xea\xe9\xe9\xd1\x9f\xff\xf9\x9f\xeb\x37\x7f\xf3\x37\ \x75\xe8\xd0\xa1\xf0\x5b\x57\x74\x7f\x0f\x67\xeb\x46\x98\xef\x38\ \x80\xe1\xf7\xdc\x9b\xef\x32\x4f\x18\x89\xe9\xe9\x69\x5d\xbe\x7c\ \x59\x1f\x7c\xf0\x41\x78\xbf\xb3\xb3\x53\xbf\xf9\x9b\xbf\xa9\x6c\ \x36\xab\x37\xde\x78\xa3\x80\x5d\xad\xac\xac\xd4\xa9\x53\xa7\x34\ \x3b\x3b\xab\xdf\xfd\xdd\xdf\x55\x6d\x6d\x6d\x41\xba\xe2\xc4\x89\ \x13\x3a\x7d\xfa\xb4\x5e\x78\xe1\x85\x00\x3a\xb0\x05\xec\x22\x04\ \x40\x78\xe0\x04\x53\xee\x40\x1c\x90\xc4\x3c\x78\xaa\x03\xf9\x73\ \xa7\x41\xd0\x12\xdd\x79\x9a\xc9\x64\x42\x04\x4f\xfb\x04\x00\x1a\ \xcf\x84\x1d\x70\x46\xcc\x53\xee\x0e\xbe\xfd\x7e\xc8\x79\x26\x93\ \x29\xe8\x8f\x45\x5a\xc7\x99\x47\x9e\x81\xef\xd5\xd4\xd4\x48\x52\ \x18\x37\xba\x87\xc1\x47\xce\xdd\x49\x7a\x6a\x85\xdf\xfa\x58\x1c\ \x00\x20\xd3\x8c\x01\x5d\x75\x46\x61\x62\x62\x42\x2f\xbc\xf0\x82\ \x0e\x1f\x3e\xac\x4f\x7f\xfa\xd3\x7a\xe3\x8d\x37\xd4\xd7\xd7\xa7\ \xd2\xd2\x52\x7d\xe9\x4b\x5f\x52\x32\x99\xd4\xc8\xc8\x88\x76\xec\ \xd8\xa1\xed\xdb\xb7\xeb\xec\xd9\xb3\x7a\xf5\xd5\x57\xb5\xbc\xbc\ \xac\xfd\xfb\xf7\xeb\xcd\x37\xdf\x0c\xbb\x4c\x4b\x4a\x4a\xb4\x67\ \xcf\x1e\xdd\xbb\x77\x4f\xc3\xc3\xc3\x21\x30\x87\xcd\x63\x47\x2f\ \x63\x94\xa4\xaa\xaa\x2a\x35\x37\x37\xeb\xf4\xe9\xd3\x61\x8e\x70\ \xee\x2b\x2b\x2b\xba\x7c\xf9\x72\xc8\x9e\xb0\x6e\x3c\x1b\x32\xe0\ \x1d\xff\x79\x5e\x49\xba\x7c\xf9\xb2\x36\x6c\xd8\xa0\xd1\xd1\xd1\ \xb0\x8b\xd8\x4b\x31\x98\x6f\xe6\xd2\xe7\x0d\xdb\xe2\x19\x0a\xe4\ \xc0\x7f\xe3\xcc\x87\x83\x71\x0f\x3c\x91\x23\x0f\x76\x3d\xe8\x76\ \xbd\xc5\x7e\xe1\x83\xdc\xd9\x33\x3f\x5c\x9b\xff\x3b\xa0\x59\xb7\ \x6e\x5d\x48\xcf\xfb\x8e\x54\xb7\x95\x1e\xbc\x38\x40\xe7\xc5\x75\ \xa3\xa0\x11\x59\xa4\x16\x15\x5d\xe1\x3b\x10\x26\xbe\x2b\x11\x80\ \xe4\x8c\x72\x94\x85\xc5\xb7\xf9\x89\x23\xf8\x20\x9e\xeb\xe3\x40\ \xb4\x07\x50\x80\x17\xcf\xa2\xb9\x4f\x8b\x06\xab\xf8\x16\xec\x96\ \x83\x2d\x27\x1a\x78\x8f\xf5\xc0\x66\xf9\xb3\xe0\xc3\xfd\x5e\xee\ \x57\x90\x0d\xec\x6b\x20\x67\x3a\x3a\x3a\x9e\x8b\xc5\x62\xc1\x11\ \xf3\x23\x9a\x40\x22\x88\x18\x12\xce\x21\x63\x07\x15\x20\xca\x27\ \x11\xba\x11\x30\x41\xaf\x1e\x04\x21\x2a\x70\x08\x84\xa7\xbf\x1c\ \x04\xf0\x1b\x47\xc2\x2b\x2b\x6b\x3d\x7b\x50\x3a\x9c\x0c\x0b\xb2\ \xb8\xb8\x18\xba\xc0\x52\xa3\xe1\x29\x37\xce\xdf\xa3\xb9\x21\x93\ \xe4\x6d\x19\x58\x4c\x69\xb5\xeb\x6c\x2e\x97\x2b\xe8\xe5\x83\xc2\ \xb0\x48\xec\x8a\xc3\x98\x46\x23\x11\xa2\x6f\x4f\xeb\x79\x64\xe2\ \x60\xd4\x69\x6d\xa2\x28\x04\x17\x81\xe1\x1a\xae\xe0\xbe\xe8\x1e\ \x7d\xf1\x3d\x84\x07\x40\xca\x35\xf8\xb7\xa7\x10\xdd\x11\x78\x74\ \xee\x45\x94\x00\x65\x07\x31\xce\xb4\x21\xe4\x95\x95\x95\xe1\x78\ \x12\x57\x72\xd6\x92\x67\xa0\x9b\xbe\xcf\x01\x63\x22\xd2\xc0\xc9\ \x22\x7b\x80\x5b\x8a\x8e\x91\x35\xdf\x79\x06\x08\xf0\x08\x8a\xf9\ \xac\xa9\xa9\x51\x75\x75\x75\x38\x53\x8e\xee\xd4\xec\x3c\x04\x04\ \x57\x57\x57\x17\x80\x80\x95\x95\x95\xc0\x92\x52\x8c\xbb\x75\xeb\ \xd6\xa0\x2f\xc9\x64\x52\x0f\x3f\xfc\xb0\x3e\xf8\xe0\x03\x9d\x3a\ \x75\x4a\x7b\xf7\xee\x55\x4d\x4d\x4d\xb8\xaf\x47\x64\x18\x3c\xd7\ \x05\x07\x97\x6e\x18\x9c\xca\xee\xeb\xeb\xd3\x95\x2b\x57\xf4\xc0\ \x03\x0f\x84\xf5\x67\x7c\xa4\xd4\x96\x97\x97\x95\xc9\x64\x74\xe6\ \xcc\x19\x55\x57\x57\x0b\xe6\xba\xb8\xb8\x58\x0f\x3c\xf0\x80\x1e\ \x7d\xf4\x51\x3d\xfa\xe8\xa3\xfa\xd4\xa7\x3e\xa5\xc3\x87\x0f\x6b\ \x6e\x6e\x4e\x5d\x5d\x5d\xea\xee\xee\x56\x43\x43\x83\x5a\x5a\x5a\ \x0a\x9c\xd0\xc6\x8d\x1b\xd5\xd4\xd4\xa4\xbe\xbe\xbe\x50\xe7\x16\ \x05\xdf\xa4\x74\x1c\x10\x61\x84\x01\x59\x18\x22\x4f\x0b\xf3\x6f\ \xe6\xc1\xeb\x6e\xb0\x2d\xc8\x14\x41\x92\x3b\x46\xec\x4a\x74\xa7\ \x2a\xeb\xed\x2f\xf4\x0d\xdd\x73\x27\xc3\xd8\xd9\x1d\xeb\x29\x3d\ \x5f\x1b\xfa\x0b\x51\x4f\x02\x6b\x97\x4c\xae\x6e\x0e\xf0\xad\xe8\ \xcb\xcb\xcb\x7a\xe7\x9d\x77\x42\x0a\x8c\x71\x3b\x5b\xed\xce\xd5\ \x81\xb7\x07\x1f\xe8\x04\x8e\xc8\xff\xed\xfa\xef\xba\xdb\xdb\xdb\ \xab\xc1\xc1\xc1\xd0\x6e\xe1\xe8\xd1\xa3\x3a\x72\xe4\x88\x7e\xfe\ \xf3\x9f\xab\xb8\xb8\x58\x0f\x3d\xf4\x90\x5e\x7b\xed\x35\x7d\xf0\ \xc1\x07\x61\xf7\xed\x9d\x3b\x77\xd4\xdb\xdb\x1b\x6c\xc7\xd1\xa3\ \x47\x83\x6c\x00\xc8\x13\x89\x84\x9e\x7a\xea\x29\x0d\x0e\x0e\x6a\ \x7e\x7e\x5e\x99\x4c\x46\xdd\xdd\xdd\x21\xcb\x00\x0b\x7a\xee\xdc\ \xb9\x02\x36\x62\xcf\x9e\x3d\xea\xe8\xe8\xd0\x8f\x7f\xfc\xe3\xd0\ \x6c\x14\x3b\x84\x4d\x5c\x5c\x5c\x54\x53\x53\x93\x3a\x3b\x3b\x35\ \x36\x36\x56\x30\x3f\x15\x15\x15\x1a\x1b\x1b\xd3\xed\xdb\xb7\x55\ \x5c\x5c\xac\x54\x2a\xa5\x2f\x7c\xe1\x0b\x2a\x2d\x2d\xd5\xf8\xf8\ \x78\x01\x59\x80\xff\x01\x34\x78\x20\xca\xf5\xf8\x0e\xba\xc6\xdc\ \x13\x0c\x78\x40\xe4\xec\x96\xb3\x8a\x5e\xd7\xcb\x75\x9d\xd1\xf0\ \xf3\x0e\x71\xe6\x1e\xf0\x71\x6f\x4f\x05\xa3\x03\x0e\x34\x90\x17\ \x18\x5e\xb7\xcd\xc8\x01\x80\xcb\xc1\x2e\x6b\xc6\xbf\xf9\x1d\xf3\ \xe4\xcc\x96\xa7\xef\x3c\x45\xc9\x67\x9e\x0d\x8a\x16\xe6\x33\x16\ \xca\x50\x18\x3f\x72\x84\x1d\x27\x75\xee\xf3\xc5\xba\x51\xb6\x94\ \x4e\xa7\xc3\x33\xe3\xbf\x18\xbf\xfb\x3b\xbf\xbf\x83\x34\x07\x71\ \x30\xc2\xc8\x16\xbe\x94\x67\x8e\xce\x11\xeb\xec\x36\x22\xca\x2c\ \xa2\x67\x80\x49\x64\x25\x16\x8b\x29\xb1\x65\xcb\x96\xe7\xa0\xb8\ \x5c\x41\x3d\x52\x24\x4a\x59\x5e\x5e\x3d\x08\x14\xa4\xe6\xe9\x21\ \xef\x1e\x4c\x04\xe3\xed\x16\x5c\xc8\x61\x30\xbc\x16\x80\x07\x67\ \x21\x31\x8a\xdc\xcb\x77\x11\x60\x6c\x59\x3c\x3f\x4f\x8d\xa8\x32\ \x4a\x4d\x46\x69\x49\x16\x9b\xa3\x3f\xca\xcb\xcb\xc3\x77\xa2\xbb\ \x27\xe8\xd6\x4c\x5d\x06\xec\x16\xd7\x43\x69\x7c\xb2\x1d\xc8\xf1\ \x0c\xee\xe0\x7d\xf1\x25\x15\x80\x2b\x47\xfe\xdc\x83\x39\x64\x8e\ \xa8\x67\xe1\x7d\xd6\x0c\x41\x67\xfe\x9c\x21\xe0\x5e\xce\xe2\xe1\ \xe4\x18\x2f\x74\x29\xa0\xcc\x05\x97\x35\x83\xa5\x60\xfc\x5c\x3b\ \x9b\x5d\xeb\x36\xec\xb5\x59\xdc\x8f\x6e\xf7\x65\x65\x65\xa1\x97\ \x4e\x45\x45\x45\x98\x4b\x5f\x5f\xd6\x0c\x85\xcc\xe7\xf3\x41\xf6\ \x3c\x52\x42\xc6\x00\xbb\xc8\x25\x73\x80\x21\xf0\xda\x37\x98\x16\ \x22\x9b\x54\x2a\xa5\x0d\x1b\x36\xe8\xf8\xf1\xe3\xda\xbb\x77\xaf\ \x8e\x1c\x39\x12\xba\xbe\xd7\xd5\xd5\x05\xa0\x4f\x87\x7f\x8f\x7a\ \xfa\xfb\xfb\xd5\xd3\xd3\x13\x6a\xc4\x4a\x4b\x4b\x55\x5f\x5f\x5f\ \xc0\xce\x25\x93\x49\x1d\x39\x72\x44\xaf\xbf\xfe\xba\x7e\xf2\x93\ \x9f\xe8\xc0\x81\x03\x01\xcc\xf1\x2c\x0e\x0a\x3d\xf8\x00\x6c\x62\ \x78\x00\xa3\xc8\x31\xb5\x60\xa4\x08\xf3\xf9\xbc\x26\x26\x26\x34\ \x3d\x3d\x1d\xea\xff\x60\x4b\x5b\x5a\x5a\xb4\x6d\xdb\x36\x6d\xda\ \xb4\x29\x04\x00\x9c\xde\x50\x59\x59\x59\x90\x1e\x6e\x68\x68\xd0\ \xee\xdd\xbb\xb5\x73\xe7\x4e\xfd\xe1\x1f\xfe\xa1\xea\xea\xea\xd4\ \xda\xda\x1a\x0c\xcd\xd8\xd8\x98\x52\xa9\x94\xf6\xef\xdf\xaf\x5d\ \xbb\x76\x69\x62\x62\x42\x77\xef\xde\x2d\xb0\x17\x04\x6d\xa5\xa5\ \xa5\x01\xac\xa4\xd3\xe9\xf0\xbc\xb0\xd4\x0e\x20\xb0\x25\xc8\x35\ \x40\x15\x9d\x64\x8e\xf8\x37\xe0\x9e\x7b\xe1\xb8\x78\x3e\xc0\x11\ \xfa\x8b\x7e\xcd\xcf\xcf\x87\xd4\x93\x3b\x1a\x49\x05\x29\x6b\x8f\ \xda\x39\xea\x09\xf9\xae\xaf\xaf\x0f\x7a\x51\x53\x53\x13\xee\x4f\ \x1f\x37\x40\x16\xbf\x87\x7d\x78\xf7\xdd\x77\xc3\xe1\xe6\xce\x5c\ \xb8\xae\xb9\xc3\x61\x1c\x7c\xc6\x2b\x1a\xd5\x4b\x0a\xf7\x94\xd6\ \xea\x45\x3f\x0e\x70\x71\x38\xf3\xad\x5b\xb7\x94\x4c\xae\xb6\x69\ \x78\xf5\xd5\x57\xd5\xd7\xd7\x17\x58\xc6\xe1\xe1\xe1\xa0\xa7\x25\ \x25\x25\x7a\xf8\xe1\x87\xb5\xbc\xbc\xac\x9f\xff\xfc\xe7\x01\x74\ \xe4\x72\x39\xd5\xd6\xd6\xea\xab\x5f\xfd\xaa\x5e\x7f\xfd\x75\x55\ \x56\x56\xaa\xbf\xbf\x5f\xfd\xfd\xfd\x41\x3f\xf7\xec\xd9\xa3\xe5\ \xe5\x65\xdd\xbb\x77\x2f\x38\xdd\xd2\xd2\x52\x3d\xf1\xc4\x13\x9a\ \x9e\x9e\xd6\x1b\x6f\xbc\x11\xd6\x1c\x50\xe0\x40\xa7\xa3\xa3\x43\ \x8f\x3e\xfa\xa8\x6e\xdf\xbe\xad\x54\x2a\x15\xfa\x35\x56\x57\x57\ \x87\x35\x6b\x69\x69\xd1\xf2\xf2\xb2\x7e\xf5\x57\x7f\x35\x34\x47\ \x25\x8d\x8c\x5e\x60\xd3\xb1\x6b\xd1\xd4\x9a\x07\xae\x6e\xd3\x20\ \x0f\xb0\xcf\xbe\x21\xc2\xff\xed\xb6\x14\x19\xe1\x39\xd0\x5d\x5f\ \x0f\xd8\x54\x2f\x0a\xf7\x6c\x0b\xe3\x88\xc7\xe3\x1f\x39\x99\x80\ \xeb\x11\x90\x21\x3b\xbc\xcf\xae\xd9\x99\x99\x99\xe0\xdb\x98\x5f\ \xf7\xb9\x0e\x4e\x08\x00\x60\x51\x99\x2f\x07\x2e\xc8\xa9\x33\x6f\ \xc8\x9f\xa7\x3e\x61\xbe\xd0\x1f\x02\x1e\x6c\x11\xd7\x65\x9c\x5c\ \x8b\xcf\xa8\x91\x9e\x9d\x9d\x2d\xb0\x65\x5c\x97\x31\x63\xdb\xbd\ \xf0\x9f\xa0\x87\xf5\xf5\x5a\x67\xfc\x9e\x07\x2e\x0e\x8a\xa2\x99\ \x22\xaf\x75\x76\xbf\xec\x0c\x27\xcf\x4f\x56\x85\x6b\xae\xac\xac\ \x28\xc9\x83\x41\xf5\xf9\xd9\x7e\xd4\x3b\x00\x8e\x78\x20\x1e\xd6\ \xa3\x02\x9f\x64\xa7\xcb\x5d\xa8\xb8\x17\x3b\x00\xbd\xff\x06\xe9\ \x33\x16\x1f\x43\x8d\x32\xf0\x7b\x94\x13\xf6\xc9\x17\x86\x94\x1c\ \xf7\xf4\x5c\xad\x2b\x0e\xd1\x0a\x9f\xb3\x4d\x94\xa2\x77\x98\x27\ \xef\xe7\xe2\xbb\x44\x7c\x5b\x37\xf3\x44\x04\xef\xf7\x86\x15\xe3\ \x73\x00\x9a\xa7\x22\xfc\xff\x2c\xb0\xb3\x59\x0e\x8c\x9c\xce\xf5\ \xe7\xe6\xfb\x30\x71\xac\x13\x02\x0d\x7b\x85\x70\x31\xd7\x08\x5e\ \xd4\x58\xc3\x20\xb0\x6b\xcc\x81\xb2\x33\x4c\xce\x74\xc1\x28\x10\ \x5d\xa0\x78\x1e\x2d\x90\xbe\xe1\x48\x1b\x9e\x8b\x63\x68\x50\x70\ \x4f\xff\xf1\x5c\x80\x45\x04\x9a\xb1\xa0\x10\xb3\xb3\xb3\x61\x5e\ \xdc\x30\x21\xab\xac\x2f\xd7\xa0\x69\xe9\xcc\xcc\x8c\xb6\x6f\xdf\ \xae\x96\x96\x16\x8d\x8e\x8e\x2a\x97\x5b\xad\x01\x6b\x6a\x6a\x52\ \x53\x53\x53\x90\x37\x1c\x00\x05\xdf\x45\x45\x45\xba\x72\xe5\x8a\ \xee\xdd\xbb\x17\xea\xc8\x8a\x8a\x8a\x54\x5f\x5f\x1f\x8c\xb1\xf7\ \x3d\xab\xa8\xa8\xd0\x9f\xfc\xc9\x9f\xe8\x3f\xfe\xc7\xff\xa8\x6f\ \x7c\xe3\x1b\xfa\x4f\xff\xe9\x3f\x85\x1a\x1f\xe6\x12\x19\x60\x3e\ \x51\x52\xd6\xda\xdb\x81\x20\x0f\xcc\x7b\x7f\x7f\x7f\x00\xaa\xe9\ \x74\x5a\xe9\x74\x3a\xcc\x31\x2c\x16\x87\x60\x73\xa6\x28\x91\x24\ \x0e\x94\x6b\xb3\x6b\xab\xb9\xb9\x59\xcb\xcb\xcb\xfa\x9b\xbf\xf9\ \x1b\xfd\xc3\x3f\xfc\x83\xce\x9e\x3d\xab\x5f\xfd\xd5\x5f\x0d\xdd\ \xf6\x31\xf8\xd5\xd5\xd5\xfa\xfa\xd7\xbf\xae\x0b\x17\x2e\xe8\x95\ \x57\x5e\xd1\xf4\xda\x68\xed\xb6\x00\x00\x20\x00\x49\x44\x41\x54\ \xf4\x74\x68\x93\x20\xad\x1d\xac\x8c\x4c\x78\xb4\xcc\xb3\x38\x6b\ \xc3\xff\x01\xe5\xc8\x0f\xec\xb8\x07\x12\x80\x30\x8a\xeb\x09\x0c\ \x00\x9f\xce\x68\x61\xc7\x48\x89\x7b\x24\x4a\x60\x46\xf0\x42\x6d\ \x69\x36\x9b\x55\x43\x43\x43\x90\x6b\x74\x0a\xe3\x5b\x55\x55\xa5\ \xd1\xd1\x51\x2d\x2e\x2e\xaa\xa2\xa2\x22\xcc\x35\x81\x88\x47\xf3\ \xc8\x2b\x69\x43\x1c\x15\x36\x8a\xf5\x8f\x06\x40\x0e\xea\xdd\x4e\ \xb8\x6d\x8b\xc5\x56\x37\xdb\x60\x43\xfb\xfb\xfb\xc3\x3c\xb8\xd3\ \xaa\xa8\xa8\xd0\xfa\xf5\xeb\xc3\x39\x76\xc5\xc5\xc5\x1a\x19\x19\ \xd1\x95\x2b\x57\xc2\xf3\x51\xc3\xc8\x7d\x4a\x4b\x4b\xb5\x73\xe7\ \x4e\x4d\x4f\x4f\xeb\xda\xb5\x6b\x05\xcc\x55\x36\x9b\x0d\x75\x6f\ \xe9\x74\x5a\x9d\x9d\x9d\x3a\x7b\xf6\x6c\x58\xdb\x7c\x3e\xaf\x4d\ \x9b\x36\xe9\xda\xb5\x6b\xe1\x19\x72\xb9\xd5\x74\x71\x75\x75\xb5\ \xde\x7d\xf7\x5d\xcd\xce\xce\x06\x36\xc2\x99\x44\xbe\x8b\x6e\x2d\ \x2c\x2c\xe8\xa1\x87\x1e\xd2\xe2\xe2\xa2\x26\x26\x26\x94\x4c\xae\ \x76\x8a\xdf\xbc\x79\xb3\xc6\xc6\xc6\xc2\x29\x0a\xd9\x6c\x56\x43\ \x43\x43\x05\xcf\x8e\xbd\x66\x9e\x01\x0d\x6c\x3c\xc0\x3e\xe3\x13\ \x7c\x8d\x9d\x45\xc5\x7f\x71\x0d\xfc\x9f\x33\x34\xf8\x4d\x07\x26\ \xce\x7a\x33\x1e\x2f\xc3\xc1\x4e\xc0\x16\xf9\x29\x06\x4e\x64\x00\ \x7c\x00\x08\x8c\x0b\x79\x03\x2c\x50\xd0\xee\x2d\x76\x1c\xa8\x13\ \x2c\xe7\xf3\xf9\x50\x34\xef\x32\x48\x70\x42\xb0\xe1\x19\x28\xc6\ \xe3\xa4\x07\x2f\xc0\x8d\x33\x85\xee\x73\x1d\xac\x30\x9f\xfc\xed\ \x7a\x02\x9e\x40\xc6\xf0\xb5\x51\x06\xc9\xb1\x8a\x7f\x8f\x35\x94\ \xd6\x36\x7f\x38\xe1\xe2\x29\x54\xb7\x39\xac\x2b\x3e\x28\x7a\x2f\ \x27\x77\x18\xa7\xdf\xd7\x71\x4a\x2e\x97\x53\x9c\x05\x25\xf5\xe5\ \xc5\xe5\xdc\x88\x1d\x59\x74\x26\x67\xa7\x02\xa8\x1b\xe0\x30\x3b\ \x3b\x1b\x8a\xdc\x89\xf4\x78\x08\x1f\x84\xf7\x30\xc2\x81\x7a\xce\ \xd3\x41\x97\x2f\x20\x06\x96\xc8\x8f\x63\x53\xdc\xd9\x72\x6f\xa7\ \x54\xdd\x88\x3b\x28\xf1\x14\x19\xcf\xc6\xa4\xd1\x1e\xc0\x23\x0b\ \xce\x23\x43\xf1\x79\x6e\x4f\x97\x31\x56\x52\x4a\x8e\x9e\x3d\xfa\ \xf6\xb4\xaa\x47\x59\x3e\x77\x9e\x3a\xf0\xf5\xc0\x59\xd0\xd4\xd4\ \x41\x2e\x51\x14\x8e\x86\x88\x1a\x44\x8f\x22\xf2\x6f\x72\xf9\x14\ \xfd\x02\x6e\x61\x05\x49\x8f\x39\xd0\x25\x72\x02\x74\x02\x38\x10\ \x44\xea\xd9\xdc\x68\x02\x58\xd9\xa1\x85\x23\xa0\x2f\x16\x91\x19\ \xc0\x9a\xd4\x23\x91\x1b\x69\x59\x00\x03\xf3\x09\x13\xc5\x98\x90\ \x5d\x4f\xf1\x22\xab\xd3\xd3\xd3\xe1\x3c\x41\x76\x2a\x01\xce\x8a\ \x8b\x8b\xb5\x69\xd3\x26\xad\x5f\xbf\x5e\xf9\x7c\x3e\x74\x10\xa6\ \xa6\xab\xba\xba\x3a\xa4\xbc\x08\x42\x6e\xde\xbc\xa9\x8b\x17\x2f\ \x2a\x95\x4a\x85\xba\x08\x58\x91\x68\x1a\x82\x5d\x6b\xdf\xf8\xc6\ \x37\x54\x5d\x5d\xad\xe7\x9f\x7f\x5e\x13\x13\x13\x1f\xe9\x2e\xee\ \x86\xd3\xa3\x2d\x3f\x43\x0d\xc5\x5f\x58\x58\x08\x0d\x4b\x8b\x8a\ \x8a\xd4\xdf\xdf\xaf\xd3\xa7\x4f\xeb\xbd\xf7\xde\xd3\x85\x0b\x17\ \xd4\xdf\xdf\xaf\x91\x91\x11\x4d\x4f\x4f\x6b\x66\x66\x46\xe9\x74\ \x5a\x53\x53\x53\x1a\x1b\x1b\xd3\xf4\xf4\x74\x41\x93\xcc\x58\x6c\ \xad\xbe\x25\x5a\xbf\x54\x53\x53\xa3\x7f\xfd\xaf\xff\xb5\x7e\xf1\ \x17\x7f\x51\x3f\xfd\xe9\x4f\x43\xca\x88\x54\x18\x2c\xd9\xa1\x43\ \x87\xf4\x3b\xbf\xf3\x3b\x7a\xf8\xe1\x87\x35\x33\x33\x53\x10\x58\ \x90\x3e\x04\xa0\xf3\x19\x40\x01\x43\x18\x8b\xad\x1d\x2c\x0d\xb0\ \xc6\x08\xe3\xf0\x3c\x88\xe0\x0f\xb5\x96\xe8\x25\x75\x4c\xb0\xf0\ \xce\x94\x21\xcf\x0e\x6a\xa3\x8c\x40\x2c\x16\x0b\xa0\x94\xf7\x00\ \x71\x9e\x9e\xce\xe5\x72\x6a\x6a\x6a\x52\x69\x69\x69\x68\x9a\x89\ \x8e\x45\x8d\x3b\xb6\xa5\xa1\xa1\x21\x38\x6e\xd2\xe9\x38\x63\xe4\ \x1a\xbd\x71\x96\x3e\xca\x40\x63\xbf\x3c\xc5\xd4\xda\xda\x2a\x49\ \xa1\xcd\x05\xcc\x5d\x79\x79\x79\x48\x09\x23\xfb\x63\x63\x63\xea\ \xea\xea\xd2\xa5\x4b\x97\xc2\x35\x47\x46\x46\x0a\x9a\xf7\x56\x54\ \x54\x68\xf3\xe6\xcd\x9a\x99\x99\x51\x57\x57\x57\x00\x5c\xc8\x76\ \x71\x71\xb1\x9a\x9b\x9b\x25\xad\xd6\x7a\x35\x35\x35\x85\xa0\x26\ \x9f\xcf\x87\xb3\x0a\x47\x46\x46\x0a\x6c\xc4\x96\x2d\x5b\x14\x8f\ \xc7\x75\xe3\xc6\x8d\x82\x3a\x28\xff\x0e\xf6\x2f\x95\x4a\x69\x74\ \x74\x54\xb3\xb3\xb3\x6a\x6a\x6a\xd2\xe7\x3f\xff\x79\xb5\xb6\xb6\ \x86\x13\x1a\x24\x69\x6a\x6a\x4a\x9f\xff\xfc\xe7\x43\xef\x2b\xe6\ \xcd\xb3\x26\x1e\x64\xfa\x0e\x60\xfe\xfe\xb8\x36\x1d\xce\x36\xf9\ \xf8\xb0\x7d\xd1\x5a\x1d\xde\xe7\xfa\x80\x7f\xaf\x39\x83\x95\xc7\ \x3e\x39\x78\xf6\xfb\xa2\xef\x90\x07\x3c\x0b\x2f\x6c\x81\x03\x6f\ \xbf\x0e\x6b\xc4\x33\x46\xb3\x20\xc8\x1f\x32\x2a\xad\xd5\xa8\xe2\ \x7f\x20\x17\xb0\xfd\xbc\xb8\x87\x07\x46\xee\xdf\x68\xdf\xe4\xa0\ \xd2\xe5\x9b\xf7\x9c\x09\xc2\x17\xe2\x9b\x5c\x17\x08\x32\x09\x04\ \x09\xb4\x9c\x89\xc2\xdf\xf0\x5d\xec\x29\xbe\x84\xf1\x81\x0d\x9c\ \xad\xf2\x33\x85\x99\x5b\xbe\x17\x7d\x6e\xf4\xd5\xef\xed\xe5\x03\ \x80\xdb\x7c\x3e\xaf\x64\x2c\x16\x0b\xd1\x3f\xac\x05\xfd\x87\x40\ \xd8\x28\x30\x46\xdd\x53\x89\x80\x23\x9c\x98\xd3\x7f\x1e\x91\x63\ \xb4\x9d\xe2\xf3\xd4\x07\xe3\xf0\x9d\x6b\xbe\x90\x51\x61\xf6\xe3\ \x30\x78\x58\x37\x40\x4c\x14\x86\xcc\xeb\x30\x1c\xd0\x45\x6b\x33\ \x70\x2c\x45\x45\x45\xa1\x7e\x83\x93\xeb\x53\xa9\x54\x00\x77\x89\ \x44\x22\x44\xea\x44\x01\xae\x18\xd4\x6e\xb8\x90\xf2\xbc\x80\x22\ \xb6\x8e\x47\x0d\x0b\x75\x63\x08\x12\xf3\x0f\x88\x62\x21\x19\x23\ \x69\x11\x84\x02\xa5\xa1\x8e\x08\x21\xc1\x19\x31\x3e\x84\xaf\xa4\ \xa4\x24\xd4\x11\xb1\xde\x0e\x8e\xdd\x01\x70\x0d\xe6\x17\xe5\x73\ \x05\xc6\x50\x71\x2f\xfa\x83\xc5\x62\xb1\xd0\xd0\xd6\x0b\xfa\x61\ \x0f\x3c\x4d\x8d\xf1\x70\x05\xc5\x09\xb8\x3c\x31\x7e\xd6\x08\x39\ \xf6\xdf\xa2\xc4\xcc\x13\x0c\x53\x3a\x9d\x56\x32\x99\xd4\xe5\xcb\ \x97\xd5\xd5\xd5\xa5\xc6\xc6\x46\xed\xde\xbd\x3b\x30\x74\x5b\xb7\ \x6e\x55\x55\x55\x55\x98\x6b\x00\x29\x32\x7b\xe0\xc0\x01\x75\x76\ \x76\x06\x43\x0f\x55\x8d\xd1\x73\xe3\x8d\x03\xaf\xa9\xa9\xd1\xef\ \xfe\xee\xef\xea\xcf\xff\xfc\xcf\x75\xea\xd4\x29\x7d\xee\x73\x9f\ \x0b\xcc\x5f\xd4\x18\x31\x87\x13\x13\x13\x05\x94\x7c\x2c\x16\x0b\ \x5b\xf1\xb3\xd9\xac\xde\x7e\xfb\x6d\xf5\xf6\xf6\x2a\x97\xcb\x05\ \x10\x48\x3f\x2c\x74\x63\x65\x65\x25\x04\x50\x00\x46\x40\x35\x72\ \x99\xc9\x64\xb4\xb2\xb2\x12\xfa\x36\xb9\x81\x2f\x2d\x2d\xd5\xe1\ \xc3\x87\xb5\x6d\xdb\x36\x9d\x3d\x7b\x56\xe3\xe3\xe3\xda\xb9\x73\ \x67\x01\x75\xce\x81\xea\x9f\xf9\xcc\x67\x74\xf0\xe0\x41\x9d\x3e\ \x7d\x5a\x67\xce\x9c\x29\x48\x2d\x47\xe5\x18\xe0\x88\xd1\x65\xee\ \xa2\x51\xa2\x3b\x10\x40\x32\xbb\x50\x01\x6b\xcc\x19\xbf\x73\xa0\ \xe6\xa9\x16\x74\xc6\xe7\xa7\xaa\xaa\x2a\xc8\x1f\x36\x01\xfd\xac\ \xac\xac\x0c\x3a\x49\xc0\xe1\xc0\x88\xb9\x62\xfc\xe8\x9f\xdb\x25\ \x74\x3b\x16\x8b\xa9\xb9\xb9\xb9\xc0\x41\x21\xab\xd1\x20\x13\x5b\ \x82\xed\xc2\xf9\xe1\x64\x46\x47\x47\x03\xd8\x4b\x26\x93\x9a\x9b\ \x9b\x0b\x47\x9e\xf1\x0c\x7c\x37\x97\xcb\x85\x5d\x8f\xc8\x1b\x27\ \x21\xa0\x6f\x38\x1d\xee\x9b\x4c\x26\xd5\xd1\xd1\xa1\x6c\x36\xab\ \x9b\x37\x6f\x86\x40\x81\x6b\x27\x93\xab\x3b\x27\xef\xbf\xff\xfe\ \x20\xe3\xcc\x2f\x63\xe5\x5c\xc0\xb1\xb1\xb1\x60\x5f\x4a\x4b\x4b\ \xb5\x75\xeb\x56\x5d\xbc\x78\x51\x43\x43\x43\xc1\x71\x32\x6f\xae\ \x03\xf1\xf8\x6a\x3b\x0c\x98\xc7\x6c\x36\xab\xc3\x87\x0f\xeb\xd6\ \xad\x5b\x1a\x1e\x1e\x56\x65\x65\xa5\xae\x5f\xbf\x1e\x80\xe5\x4b\ \x2f\xbd\xa4\xfd\xfb\xf7\x17\x38\x44\xf7\x5b\xde\xdf\xd1\x75\x8c\ \x17\x3a\xe8\x7a\x01\x28\x42\xb6\xb0\x9f\xae\x1f\xd8\x53\xae\x81\ \x3c\x7b\xa0\xc4\xf7\x58\x67\x07\x28\xfc\xc1\x0f\x79\xb6\xc7\x4b\ \x40\x1c\x9c\x38\xcb\xc2\xda\x70\x2f\x07\x28\x2e\x5f\x5e\x93\xeb\ \x0c\x13\x72\x05\x70\x8f\xca\x27\xe3\xf6\xb6\x05\x4e\x0a\x20\xfb\ \x04\x29\x4b\x4b\x4b\x81\xc5\x66\xfe\xf8\x37\x65\x28\x9e\x0e\x45\ \x47\xf0\xdf\xcc\x81\xb3\x5b\x1e\xb4\x78\xc0\xe2\xfe\x01\x26\x0e\ \x50\xf5\x71\xe9\x3b\xf4\xd6\x03\x56\xf4\x94\x71\xf2\x8c\xfe\x3d\ \xd6\xd0\x53\x99\xe8\xa7\x3f\x1f\xd7\x4f\x26\x93\x4a\x2e\x2c\x2c\ \x04\xca\x9c\x8b\x78\xea\xc7\x91\x3b\xc6\xd0\xbb\xca\xe2\xf4\x88\ \x2e\x79\x00\x26\x89\x1c\xb5\x53\x73\x1e\x45\xe2\xb4\x9d\x2d\x71\ \xda\x8f\x45\xf6\x5d\x6c\x4b\x4b\x4b\x81\xc2\x66\x22\x30\xa2\x4c\ \x88\xdf\x97\x45\x01\x7c\xf8\xc2\x20\x74\x30\x29\x5e\xc3\x03\x5b\ \xc6\xb8\x01\x49\x08\x1f\xc6\x0d\x83\xbe\xb2\xb2\x52\x30\x3e\x17\ \x3a\x0c\xb6\x2b\x1a\xd1\x31\x63\x76\x47\xe1\x60\x91\xf7\x5c\x79\ \x3d\x15\x92\x48\x24\x42\xd4\x49\xfa\x14\xe3\xca\x3c\xb9\x00\x03\ \x22\xbd\x8e\x2e\x0a\x04\x89\xfa\x3c\x15\xcb\xf8\xbc\x97\x89\xaf\ \x43\x45\x45\x45\x10\x54\x1a\xb0\xf2\x8c\xc8\x10\x8c\xcd\xfc\xfc\ \xbc\x2a\x2a\x2a\xc2\xbd\x88\xf4\x18\x1f\x8e\x11\xe1\x76\x76\x8a\ \x75\x83\xcd\x42\x81\x9c\xa6\x27\x6a\xc4\x11\x7a\x1a\x6e\x66\x66\ \x46\xa5\xa5\xa5\x5a\xbf\x7e\x7d\x81\xb1\xdd\xbc\x79\xb3\xca\xcb\ \xcb\x83\x03\x1c\x1d\x1d\x0d\xe7\xfb\xb1\xd5\x9e\xf5\x2b\x2a\x2a\ \x0a\xa9\x32\x67\xdb\x3c\xe8\xc0\x58\xb2\x96\x2b\x2b\xab\x3b\x14\ \xcb\xca\xca\xf4\xef\xfe\xdd\xbf\xd3\xdf\xfe\xed\xdf\xea\xed\xb7\ \xdf\xd6\x2f\xfc\xc2\x2f\x68\x7e\x7e\x5e\x0b\x0b\x0b\xe1\x00\x69\ \x98\x98\x4c\x26\xa3\xa1\xa1\xa1\x30\xd6\x78\x7c\xf5\x30\xf5\x4c\ \x26\xa3\x9e\x9e\x1e\xfd\xef\xff\xfd\xbf\xd5\xd7\xd7\xa7\x03\x07\ \x0e\x68\xc7\x8e\x1d\xaa\xaa\xaa\x0a\x4c\x94\xcf\x3b\x8e\xb5\xb6\ \xb6\x36\xb0\x6d\x51\xfd\x26\xb2\x25\x0d\xe1\x7a\x8c\xa1\x4f\x26\ \x93\x7a\xe4\x91\x47\xf4\xfa\xeb\xaf\xeb\xcd\x37\xdf\x54\x65\x65\ \xa5\xde\x7b\xef\x3d\x95\x97\x97\x6b\xc3\x86\x0d\x6a\x6e\x6e\x56\ \x4b\x4b\x8b\x52\xa9\x94\xbe\xf4\xa5\x2f\xe9\xc4\x89\x13\xba\x70\ \xe1\x82\x2e\x5c\xb8\xa0\xf1\xf1\xf1\x90\x7e\x43\xb7\x30\x9c\xa4\ \x55\x00\x73\xbe\xe9\x86\xf5\xc3\x46\xf0\x7c\x1e\xa5\x7b\xa4\xe9\ \x91\x3d\xba\x47\xcf\x2b\x80\x2c\xf3\x81\xf1\x77\x1d\x73\xe3\x09\ \xc0\x26\x50\x40\x1f\x91\x5f\xea\xad\xb8\x26\x8c\x11\x06\x96\xb5\ \x27\x72\xce\xe7\x57\x3b\x95\x97\x97\x97\x2b\x9d\x4e\x17\x44\xc1\ \x5e\xf7\xc8\xf5\x78\x0e\xb7\x6f\xf7\xdf\x7f\xbf\xea\xeb\xeb\x75\ \xfb\xf6\x6d\x5d\xb9\x72\x25\x30\x84\x93\x93\x93\xba\x7a\xf5\x6a\ \x58\x33\xf4\x9c\x7b\xe0\x88\xdc\x79\xba\xa3\xf4\xf4\x0a\x0c\xc7\ \xed\xdb\xb7\x0b\xb6\xa0\x63\xef\x70\xa4\x55\x55\x55\x7a\xe8\xa1\ \x87\x94\x4e\xa7\x55\x55\x55\x55\x50\xa7\xb6\xbc\xbc\xac\xcd\x9b\ \x37\x6b\x7c\x7c\x3c\xf4\x27\x8c\xc7\xe3\xaa\xae\xae\x56\x4d\x4d\ \x8d\x7e\xf6\xb3\x9f\x85\xbe\x5c\x45\x45\xab\xe7\xda\x32\x27\xe8\ \x30\x3e\x00\x96\x74\x6a\x6a\xaa\xa0\x66\x70\x6c\x6c\x4c\x99\x4c\ \x46\xdb\xb7\x6f\xd7\xca\xca\x8a\x8e\x1d\x3b\x16\x18\x33\x1c\x37\ \x72\xc1\x5a\x78\x5a\x9e\xb1\xe2\x03\x98\x0b\xdf\xe5\x07\xa0\xc2\ \xff\xb9\x8f\x22\xa0\x74\xc7\x0f\x7b\xea\x59\x1e\xf4\xd1\x01\x54\ \x32\x99\x0c\x2c\x31\x32\x87\x8c\xb8\x93\x46\x3e\x00\xa2\x5e\x3e\ \xc1\xfa\xb9\x0f\x76\x16\xdf\x19\x26\xd7\x17\x4a\x53\x68\xb5\xe2\ \xcf\xee\xbe\x82\xb1\x22\x3b\xd8\x14\x74\x80\xa0\x12\x1b\x88\xcd\ \xe7\x44\x13\xaf\xd1\xe6\x3a\xce\x48\x03\x82\x5c\xc7\xa3\xac\x91\ \xff\xdf\x71\x05\x2f\xf4\x06\x2c\x02\x49\x80\xad\x66\xfe\x1c\x3c\ \x3b\x48\xc2\xef\x30\xd7\xf4\xfc\x44\x66\xb8\x2e\xd7\xe2\x3d\x30\ \x11\x7a\x0e\x30\xf5\xe7\x4e\x02\x3a\xbc\x5e\x04\xa7\xc4\x0b\x61\ \x77\x4a\xce\xe9\xd4\xa8\x70\x11\xe5\x30\x81\xa0\x56\x80\x80\x17\ \x9b\x46\xa9\x36\x26\x88\x05\xe5\x7d\xc6\xe1\x0d\xc5\x88\x9a\x11\ \x36\x67\x7b\x3c\xe2\xf5\xf4\x1d\x40\x86\x6b\x90\xe2\x63\xbc\xa0\ \x75\x49\xe1\x39\x30\xac\x8e\xa4\x71\x04\x9e\x9b\x46\x40\x30\x48\ \xe4\xf7\x19\x0f\xbb\x10\xdd\xf8\xc7\x62\xb1\xc0\x98\x71\x7f\x8c\ \x23\xcf\xe5\xcf\x8b\x63\x21\x2a\x63\xac\xcc\xaf\x83\x0a\xd6\xc3\ \x95\xcb\x9d\x69\x2e\xb7\x5a\x0b\xe1\x8d\x3b\x61\x82\x78\x31\xa7\ \xde\x2f\xcb\x0d\x20\x75\x67\xcc\x2b\x8d\x14\x61\xfb\x1c\x5c\x10\ \x29\x41\xc7\x7a\x54\xe2\xec\x19\xd1\x3a\xcf\x10\xad\x1f\xf3\x5a\ \x09\x49\xc1\xf0\xc1\x3e\xf0\x62\x4d\xdc\xa1\x12\xe9\x4d\x4f\x4f\ \xab\xa4\xa4\x44\x1b\x37\x6e\xd4\xd2\xd2\x92\x6a\x6b\x6b\x95\xcf\ \xe7\x75\xed\xda\x35\x6d\xdf\xbe\x5d\x33\x33\x33\x6a\x6c\x6c\x54\ \x36\x9b\xd5\xe4\xe4\x64\x70\x90\x9e\x97\x47\x6f\xdc\x79\x61\x64\ \x90\xbf\xe8\x06\x08\xd2\x91\x55\x55\x55\x7a\xf6\xd9\x67\xf5\xcd\ \x6f\x7e\x53\x45\x45\x45\x3a\x7c\xf8\xb0\xa4\xd5\xbe\x55\x30\x22\ \x38\xcc\x64\x72\xed\x78\x98\xe2\xe2\xd5\x46\x86\xbd\xbd\xbd\x7a\ \xff\xfd\xf7\xd5\xdc\xdc\xac\x5f\xfe\xe5\x5f\x56\x6b\x6b\x6b\x81\ \x9c\x7a\xa4\x8b\xf2\x23\x9b\x1e\x55\x63\xac\x59\x1f\x9e\xc7\x53\ \x6a\x51\x3d\x2c\x2e\x2e\xd6\xa1\x43\x87\xc2\xb3\x8c\x8f\x8f\xeb\ \xda\xb5\x6b\xaa\xaf\xaf\xd7\xb5\x6b\xd7\x34\x39\x39\xa9\x7d\xfb\ \xf6\x69\x6e\x6e\x4e\x15\x15\x15\x3a\x76\xec\x58\x60\x1d\x4e\x9f\ \x3e\xad\x81\x81\x81\x70\xe6\xa4\x33\xdb\xb0\xc5\x2e\x03\x18\xaa\ \xa2\xa2\xa2\x70\xf4\x14\xa0\xda\x99\x07\x2f\x8e\x26\xad\xec\xc5\ \xeb\xe8\x40\x51\x51\x91\xca\xcb\xcb\x03\x5b\x97\x4a\xa5\x0a\xba\ \x7b\xb3\xb6\xc8\x38\x60\x0f\xc7\x81\x8e\xa7\x52\xa9\x00\x38\xf8\ \x9b\x5e\x4a\xe8\x2a\xf2\xc7\xbc\xf2\x9c\x35\x35\x35\xaa\xab\xab\ \xd3\xe8\xe8\x68\xb0\xab\xd8\x53\x67\x29\xdd\x41\x20\xfb\x89\x44\ \x42\x63\x63\x63\xba\x7a\xf5\xaa\x36\x6d\xda\xa4\xc6\xc6\xc6\xd0\ \x08\xd2\x8f\x45\x71\x27\x86\x7c\xba\xf3\xe4\x8f\xcf\x21\xdf\xc7\ \xc6\x78\x3f\x2a\xe6\xc6\x6b\x91\xa4\xd5\x16\x0c\xed\xed\xed\xba\ \x75\xeb\x96\xea\xea\xea\x0a\x9e\xa5\xb8\xb8\x58\x5b\xb7\x6e\xd5\ \x7b\xef\xbd\x57\x90\x86\x6a\x69\x69\xd1\xdd\xbb\x77\x43\xaa\x19\ \xdb\xd8\xdc\xdc\xac\xb1\xb1\xb1\x02\x1b\x08\xbb\x88\xee\x8d\x8c\ \x8c\x04\x30\xf1\xb5\xaf\x7d\x4d\xff\xfe\xdf\xff\x7b\xc5\xe3\x71\ \x3d\xf8\xe0\x83\x41\x56\x2b\x2b\x2b\x43\x4a\x1f\xb9\x66\x5c\xe8\ \x90\x33\x2d\xac\x33\x0c\x2c\x00\x09\x3d\x72\x5b\x83\x0e\x00\xcc\ \xdc\x6f\xb8\xfc\x44\xd9\x43\xbe\xeb\xbf\x01\xdc\xa0\x9f\xac\x37\ \xaf\x68\x7a\xcc\xfd\x2d\xbf\xc3\x6f\xe4\x72\xb9\x82\x74\x36\x63\ \xf4\xdf\x00\x1c\x01\x1a\x80\x3c\xfc\x39\x69\x4d\x00\x0b\xb2\xeb\ \xa9\x32\x9e\xc7\xb3\x4c\xd1\xcd\x6c\xe8\x9b\x8f\xd9\x6d\x37\xeb\ \xe1\xdf\xe3\x05\xf9\xe0\x0c\x15\x01\x0c\xc0\xb0\xb8\xb8\x38\x6c\ \x94\x43\x4e\xdc\xd7\x61\x73\x19\x13\x40\x08\xdb\x82\x4c\xb3\xae\ \xd8\x05\xe4\x0a\xbf\xe6\xf3\xe2\x00\x8d\xfb\x61\x6f\xfc\x7a\x00\ \xbf\x10\x60\xb5\xb6\xb6\x3e\x37\x37\x37\x17\x06\xc1\xa4\x38\x8d\ \xc7\xc4\x23\xb0\x4e\x25\xa2\xa4\xce\x48\x11\xbd\xe0\x6c\xa4\xb5\ \xe2\x50\x1e\x88\x85\xf3\x05\x73\xb6\x01\x23\x07\x52\x94\xa4\x99\ \x99\x99\x02\xa3\x43\x2a\x93\x62\xd2\xe8\x43\xf3\x47\x5a\x2b\x34\ \x67\xe1\x3c\xd5\xe7\xb4\xb1\xef\x66\x41\xd8\x98\x0f\x47\xe1\x8c\ \x9b\x28\x02\xb6\x88\x96\x14\x2c\x92\xd7\x65\x21\x04\x7c\xcf\xa3\ \x52\x14\xde\x01\x20\x20\x08\x05\x83\x46\x47\xe9\x5c\x28\xdd\x98\ \x53\xcc\xcd\xb3\xf2\x07\x23\x40\x8d\x93\xa4\x82\x22\x48\x94\xe3\ \xff\xcf\xb8\xa3\xb4\xbe\xad\x1e\x45\x75\x05\xc4\xb0\xb9\xf1\xe1\ \x79\x28\xaa\x84\x35\xe4\x33\x9a\x7a\xb2\x4e\xdc\x97\xdf\x61\x24\ \x1d\xd0\x78\xb1\xa5\x47\xfa\xc8\x8c\x03\x2e\xe4\xc3\xe7\xb9\xb9\ \xb9\x39\x44\x5c\x33\x33\x33\x5a\x58\x58\x50\x7f\x7f\xbf\x8a\x8b\ \x8b\xb5\x6b\xd7\x2e\xad\x5f\xbf\x3e\x8c\x81\x6b\x2c\x2e\x2e\x86\ \xc2\xe6\xa8\x63\xe7\xf9\xa2\xc0\xc5\x1d\x1d\xdb\x8f\xd7\xad\x5b\ \xa7\x2d\x5b\xb6\xe8\x5b\xdf\xfa\x96\x16\x17\x17\xb5\x67\xcf\x1e\ \xcd\xcd\xcd\x85\x79\x79\xf1\xc5\x17\x95\x4c\x26\xc3\x6e\x35\xdf\ \xee\xdf\xd0\xd0\xa0\x43\x87\x0e\xe9\xd8\xb1\x63\x21\x85\x82\x4e\ \x71\x0c\x94\xd7\x02\x40\xd7\x57\x55\x55\x85\x36\x19\x8c\x89\xf9\ \xf3\xb1\xb2\x86\x18\x47\xf4\x01\x23\x06\x38\x5e\x59\x59\x09\x67\ \x20\xbe\xfb\xee\xbb\x8a\xc5\x56\x53\xfd\x9b\x37\x6f\x2e\x60\xf4\ \x4a\x4b\x4b\xb5\x69\xd3\x26\x1d\x3a\x74\x48\xdb\xb7\x6f\xd7\xe0\ \xe0\xa0\x06\x06\x06\xc2\x3a\x2d\x2d\x2d\xa9\xba\xba\x5a\xf1\x78\ \x3c\xd4\xe9\x61\x20\x09\x0c\xd0\x55\x4f\x31\x62\xfc\x7d\xcc\xb1\ \x58\x4c\xd5\xd5\xd5\x61\x4e\x70\xa2\xc8\xa9\x3b\x0d\x9e\x8f\xb9\ \xc2\x90\xb3\x96\x18\x6a\x98\x03\x9e\x9b\x39\xa1\x39\x2a\x32\x87\ \x73\x60\xcc\xd2\x1a\x13\x88\xd3\xcd\xe7\xf3\x3a\x73\xe6\x8c\x06\ \x07\x07\x0b\x9c\x8b\xdb\x09\x07\xca\xce\x40\x2f\x2f\x2f\xab\xbe\ \xbe\x5e\x47\x8e\x1c\x09\xc7\xd1\x34\x35\x35\xa9\xbd\xbd\x5d\xfd\ \xfd\xfd\x05\xf3\xe5\xce\x35\x1a\xcd\x63\x33\xf8\x8c\xfb\xfa\x6e\ \x39\xe4\x03\xfd\x8c\xd6\xa4\x94\x94\x94\xe8\x2b\x5f\xf9\x8a\xf6\ \xef\xdf\xaf\xdb\xb7\x6f\x6b\x71\x71\xf5\xdc\xcf\xef\x7f\xff\xfb\ \x9a\x9f\x9f\x57\x75\x75\xb5\xf6\xed\xdb\xa7\xf7\xde\x7b\x4f\xd9\ \x6c\x36\x38\xc6\xf6\xf6\x76\x5d\xbb\x76\x2d\x9c\x79\x29\x29\xa4\ \xe3\x6f\xdf\xbe\x1d\xd6\x0c\xdb\xff\xe4\x93\x4f\x2a\x9b\xcd\xea\ \xc2\x85\x0b\x2a\x2f\x2f\xd7\xd6\xad\x5b\x0b\x76\xb4\xde\xbb\x77\ \x4f\xcf\x3e\xfb\xac\xa6\xa6\xa6\xc2\x46\x8e\xd2\xd2\xd2\x20\x5f\ \xf8\x11\x82\x14\xfc\x81\x3b\x7b\xd6\x07\x99\x77\x07\xef\x6c\x15\ \x6b\x10\xd5\x6f\x77\xaa\xd8\x6b\x1c\xaf\x33\x84\x9e\x45\x80\xb9\ \xf7\x40\xda\x03\x83\x68\x46\xc3\x83\x1e\xc6\x8e\x3d\x04\x00\x78\ \x7d\x91\x07\xb4\x1e\x28\x61\xfb\x90\x13\x9e\xc1\x5b\x0a\xf1\x5b\ \x67\x61\xa3\x81\xbb\x33\x35\x3c\x33\x73\x80\x6f\x47\x4e\x20\x56\ \x3c\x40\xf6\xfa\x42\x0f\x02\x58\x77\x4a\x60\x86\x86\x86\x82\xbf\ \x4a\x24\x12\xc1\x4f\xc0\xa0\xa1\x27\xce\xc8\x3a\x73\xef\xfa\xce\ \x5a\x01\x0a\x3d\x03\x05\x18\xf3\x75\x77\x9c\xe2\x36\xdc\xc1\x2f\ \xf3\xc9\x98\x09\x5e\xf3\xf9\xbc\x12\x4d\x4d\x4d\xcf\x11\x21\x7b\ \x31\x27\x0f\x09\xfb\xe3\x14\x24\xa9\x37\x14\x8f\x85\xc6\xe0\x21\ \x88\xce\xb8\x30\x79\x3e\x70\x06\xcd\x02\xb1\xd8\x80\x01\x69\xad\ \xc6\x07\x81\x62\xa2\x00\x71\x9e\x4f\x8e\x5e\xd7\x85\x15\x76\xce\ \x11\xbb\x47\x72\xa0\x54\xfe\xf8\x8e\x44\x7e\xe7\x05\x8c\x1e\x95\ \xe0\x44\x18\xab\x47\x8a\x38\x44\xee\xcf\x5c\x7a\xf4\xe1\xb9\x68\ \x07\x4f\x0e\x10\x11\x2e\x9e\x11\x01\xa7\xe6\x07\x85\xe4\x68\x10\ \x07\xc1\xac\x91\x3b\x10\xe6\x85\xc8\x17\xc0\x04\x08\xf1\x1a\x37\ \xcf\x5d\xff\xbf\x58\x01\x8c\x03\xec\x94\x17\x64\xfa\xee\x11\x0c\ \x1b\x0a\x50\x5e\x5e\x1e\xd6\x9a\x8e\xe2\x5e\x03\x00\xb3\x11\xdd\ \xcd\xe9\x91\x35\xcf\xe4\xb9\x74\x97\x2d\xaf\x97\x60\x6e\x50\xa4\ \x91\x91\x91\xd0\x6c\x95\x5e\x58\xe5\xe5\xe5\x5a\xbf\x7e\xbd\x6a\ \x6b\x6b\xc3\xa6\x8d\xd9\xd9\x59\x8d\x8d\x8d\x05\x83\x85\x82\xf1\ \x8c\x38\xe0\x99\x99\x19\x8d\x8d\x8d\xa9\xb6\xb6\xb6\x20\x6a\xf7\ \x40\x04\x99\x8a\xc5\x56\x53\xba\x8f\x3c\xf2\x88\xfe\xee\xef\xfe\ \x4e\x37\x6f\xde\xd4\x91\x23\x47\xd4\xd7\xd7\xa7\xbf\xff\xfb\xbf\ \x0f\xbb\xb7\x38\x8a\x69\x6e\x6e\x2e\x30\x2f\x04\x44\x1c\x7e\xcb\ \x38\x3c\xfd\x01\x98\x5f\x5a\x5a\xd2\xe4\xe4\x64\x41\xa1\x34\x60\ \x00\x63\xc1\xfa\xc0\x0a\x7b\x3d\x12\xb2\x85\x31\xe1\x7b\x7c\x06\ \x13\x98\x48\x24\x74\xe3\xc6\x8d\x50\x80\x3a\x37\x37\x17\x5a\x58\ \x4c\x4d\x4d\x85\x6b\x36\x36\x36\xea\xe0\xc1\x83\xaa\xae\xae\x0e\ \xc7\x18\xb9\x03\x23\x58\xc9\xe7\xf3\x21\x7d\xe8\x00\xcf\x99\x6a\ \x64\x14\x06\x80\x52\x07\xd2\x66\xac\x33\x3b\x2c\x77\xec\xd8\x11\ \xe4\x9d\xfb\x94\x95\x95\x15\xc8\x08\x46\x12\xdd\x42\xbf\x4b\x4a\ \x4a\x42\x60\xc0\xbf\x59\x63\x6c\x0c\xff\x87\x25\x41\x06\xb9\x4e\ \x79\x79\xb9\x5e\x7e\xf9\xe5\xd0\x7b\x8a\x96\x36\x1e\x48\xf9\x1c\ \xbb\xf3\xe2\x95\x4e\xa7\x75\xf4\xe8\x51\x9d\x38\x71\x42\x5b\xb6\ \x6c\xd1\xe3\x8f\x3f\x1e\x0a\xd6\xb9\x1f\xf7\x04\x20\xba\x6d\xe3\ \x9a\xfe\xb7\x3b\x71\x1f\x03\x7a\x44\xa0\xe8\xcc\x40\x79\x79\xb9\ \xbe\xfa\xd5\xaf\xaa\xbe\xbe\x3e\x6c\x08\x59\x5a\x5a\xd2\x8b\x2f\ \xbe\xa8\x5c\x2e\xa7\xb6\xb6\x36\xd5\xd6\xd6\xea\xdc\xb9\x73\x01\ \x18\xd7\xd4\xd4\x28\x97\xcb\x69\x68\x68\x28\x9c\x8c\x51\x5c\x5c\ \xac\xdd\xbb\x77\x6b\x62\x62\x42\x63\x63\x63\x1f\x69\x11\xf0\xa9\ \x4f\x7d\x4a\x93\x93\x93\x3a\x77\xee\x9c\x8a\x8b\x8b\x35\x30\x30\ \xa0\x5d\xbb\x76\x29\x9f\xcf\xeb\xd4\xa9\x53\x2a\x2f\x2f\xd7\x13\ \x4f\x3c\xa1\x5c\x2e\xa7\xc6\xc6\x46\x0d\x0d\x0d\x69\x64\x64\xe4\ \x23\xcf\xc8\x1c\x23\xcb\x6e\x73\xa3\x80\x8a\xb9\x73\x9f\xe4\x01\ \xbc\x07\x5c\xee\x63\x7c\x53\x13\x9f\x7b\xfd\x8f\xb3\xa3\x00\x1a\ \x0f\x0c\x91\x1f\xd6\x09\x1f\x81\x4f\x04\x90\x79\xb0\xe8\xf6\xc5\ \x41\x90\xdb\x3c\x4f\x8f\x39\xd8\x26\x78\xf5\x7f\x47\xb3\x07\x0e\ \x2a\xb0\xf5\x2b\x2b\x2b\x21\x18\x74\x26\xda\x99\x3b\x9f\x63\x9e\ \x25\xda\xc0\x14\x3b\x14\xf5\xdb\x30\x89\xf3\xf3\xf3\xa1\xa7\x19\ \xcf\xc7\xdf\xd8\x2a\xee\x07\x46\xf1\x6c\x52\x94\x58\xe1\x73\x67\ \x22\x1d\xe0\x62\x57\x5c\x8f\x98\x2b\x6c\x84\xcb\x14\xeb\xc7\xf5\ \xa2\x18\x24\x51\x5f\x5f\xff\x1c\x68\xd2\x69\x30\x67\x64\x5c\xe0\ \x01\x08\x30\x21\x4e\x37\x3a\xa2\x63\x42\xa3\xd1\x58\x14\x89\x73\ \x5d\x18\x22\x50\x31\xac\x10\x82\xca\x42\x53\x53\x80\xd0\xf3\x72\ \x66\x02\xf0\xe3\x82\xc6\x04\x72\x3d\x47\xea\x8c\xc7\xa3\x15\x67\ \x74\x3c\xe7\x4a\x4a\x92\xe8\x1c\x21\x9a\x9b\x9b\x2b\xa0\x3c\x3d\ \x25\x2a\xad\x3a\xbe\xd9\xd9\xd9\x8f\x20\x7e\x1f\x4f\x14\x18\x38\ \x50\xc3\x00\xe2\x38\x79\x4e\x5e\xa4\xda\xbc\xaf\x12\xdf\xf1\x2d\ \xb9\xd4\x5e\x31\x0e\x28\x63\x57\x62\xd6\x81\xe7\x76\xc3\x4a\x6d\ \x13\xce\x85\x7b\xb8\x11\xf7\xfe\x47\xa5\xa5\xa5\x05\x67\xe4\x31\ \x46\x22\x10\x49\x01\x8c\x00\xf2\x79\x06\xa2\x1d\x5f\x5b\x1c\x17\ \xf3\x0b\x58\x61\x1c\x80\x37\x8c\x85\x1b\x09\x58\x0a\xea\x37\xbc\ \x23\xf2\xfc\xfc\xbc\x46\x47\x47\x03\x10\xc8\x64\x32\xa1\x8e\x2c\ \x97\xcb\x85\xfa\x39\xe4\x13\x23\x4d\xa0\x41\x2d\x0e\xc0\xdc\x8b\ \xcc\xa9\xc9\x83\xf1\x41\xa7\xe2\xf1\x78\xa0\xae\x77\xee\xdc\xa9\ \x17\x5e\x78\x41\x67\xce\x9c\xd1\xee\xdd\xbb\x35\x38\x38\x58\x60\ \x94\x3d\x12\x8b\xc5\x56\xeb\xc8\xa8\xbb\xe3\x39\xa9\x07\xc0\x38\ \xf1\x4a\x24\x12\xaa\xa9\xa9\x29\x48\x21\x31\x0e\x6f\xd6\x8b\x4c\ \xb8\x2c\x44\xd3\x0c\xac\xdd\xc7\x31\x21\x5b\xb6\x6c\xd1\x95\x2b\ \x57\x74\xe7\xce\x1d\xcd\xcd\xcd\xe9\xea\xd5\xab\x1a\x1e\x1e\x0e\ \x7d\x91\x48\x3f\x23\x8f\x9d\x9d\x9d\xda\xb1\x63\x87\xce\x9f\x3f\ \x1f\xe6\x01\x03\x8c\x4c\x73\x9f\x6c\x36\x1b\xda\x20\x38\xcb\xe6\ \xfa\x01\x18\x6b\x6f\x6f\xd7\x93\x4f\x3e\xa9\xbd\x7b\xf7\xaa\xa4\ \xa4\x44\xd5\xd5\xd5\x3a\x7e\xfc\x78\xe8\x54\x4e\xcd\xce\xfe\xfd\ \xfb\xb5\x65\xcb\x96\x70\x30\x30\xa9\x28\x02\x10\x1c\x00\x4e\x91\ \xdd\xb1\xe8\x3f\xa9\x25\x9c\x62\xf4\x38\x2a\x9c\x01\x76\x07\x5b\ \xf1\xcd\x6f\x7e\x53\xb1\x58\x2c\xb4\x09\x21\x10\xe2\x59\xdc\x2e\ \x7a\x10\xe8\x76\x63\x7c\x7c\x5c\x07\x0e\x1c\xd0\xb6\x6d\xdb\xf4\ \xd6\x5b\x6f\xe9\xe5\x97\x5f\x0e\x85\xdc\x1e\xa9\x3b\x1b\xec\xa0\ \xcd\xd9\x66\xcf\x1a\x44\xef\xe7\x81\x04\xe3\xca\x66\xb3\xaa\xab\ \xab\xd3\x53\x4f\x3d\xa5\xbb\x77\xef\x2a\x95\x4a\x85\x1d\xdd\xc3\ \xc3\xc3\x7a\xf5\xd5\x57\xb5\xb4\xb4\xa4\xc7\x1e\x7b\x4c\xb7\x6f\ \xdf\x0e\x87\x36\xb3\x19\x65\x72\x72\x32\x04\x76\x25\x25\x25\x4a\ \xa5\x52\xea\xe8\xe8\xd0\x9d\x3b\x77\x0a\xec\x11\xeb\xfb\xe9\x4f\ \x7f\x5a\x99\x4c\x46\x17\x2f\x5e\x54\x7d\x7d\xbd\x66\x67\x67\xf5\ \xd9\xcf\x7e\x56\xa5\xa5\xa5\xfa\xaf\xff\xf5\xbf\x6a\xff\xfe\xfd\ \x7a\xec\xb1\xc7\x54\x5e\x5e\xae\x81\x81\x01\xbd\xf0\xc2\x0b\xaa\ \xaf\xaf\x0f\x01\x02\x7a\xe6\x32\xcb\x1a\x47\x65\xc9\x77\xcc\xb9\ \xcd\xe2\x3d\x5e\xee\x58\x3d\xeb\xc3\x5c\x62\x17\x90\x57\x7c\x12\ \x32\xe1\xac\x13\x76\x1e\xa0\x02\xb0\x70\xc2\x03\x59\xf0\xf2\x12\ \x07\x71\x9e\x0e\x73\x06\x0b\x92\x21\x4a\x46\xe0\xf3\xfc\xec\x4c\ \x97\x01\x2f\xc9\xf0\xa0\x1f\x60\x87\x8e\x46\x65\x55\x5a\x0b\x94\ \x78\x79\xda\x0c\x39\x40\xe6\x09\x54\xdc\x2e\x71\x3f\x82\xa5\xde\ \xde\xde\x90\xf6\xf3\xe0\x1a\xbb\xed\xcf\x15\x9d\x03\x74\x06\xb9\ \x75\xf2\xc6\xc9\x0b\xd7\x51\xd7\x01\xf7\xe1\x3c\x83\x7f\x97\xf9\ \x71\x1c\xe4\x41\x4a\x12\x86\x2a\x8a\x98\xa9\xcb\x89\xc5\x62\x1f\ \x29\x94\x26\x3f\xc9\xe2\xb9\xe0\xf8\xa2\xe3\xcc\xbd\x60\xd0\x8d\ \xb8\x2b\xbc\x83\x2b\x18\x24\x69\xad\x93\x3a\xb5\x4c\xf4\x39\xe1\ \x1a\x2c\x36\x93\xec\x0a\x42\xe4\xe5\x69\x22\x67\x53\x88\xcc\x7d\ \x62\x89\x22\xa2\x14\x24\x02\x0f\x08\x00\x68\xd0\xeb\xca\x51\x33\ \x0b\xed\xf5\x2c\x18\x6e\x80\x68\x34\xfa\x76\xc3\xea\x91\x82\x3f\ \x0b\x73\xcb\x78\x1d\x70\x79\x91\x3b\x6c\x19\xf3\x82\xd3\xca\x66\ \xd7\x7a\x73\x31\x26\x0c\x89\x33\x12\x08\x0b\xbb\xb5\x3e\x6e\x5c\ \x8c\xc1\xd9\xa6\x58\x6c\x75\x97\x20\x6b\xe4\x20\x6d\xdd\xba\x75\ \x61\x97\x68\x3c\x1e\x0f\xe3\x9d\x9b\x9b\xd3\xf0\xf0\xb0\xea\xea\ \xea\xc2\xda\xd7\xd4\xd4\x28\x9d\x4e\x87\x14\x35\xdf\xc5\x48\xf0\ \x02\xd4\x02\x76\x01\x62\x34\xd6\x03\x5c\x39\x5b\x04\xb0\xa8\xaa\ \xaa\x52\x5b\x5b\x5b\x30\xaa\xec\x48\x73\x19\x6f\x69\x69\x29\x48\ \x23\xf9\x71\x2b\xc8\x01\x7a\xe1\x60\x9c\xfa\x1c\x98\x37\x8a\x26\ \x99\x4b\x8f\x86\x17\x17\x17\x35\x30\x30\xa0\xef\x7e\xf7\xbb\xaa\ \xaa\xaa\x52\x4f\x4f\x8f\xfe\xf2\x2f\xff\x52\x7f\xf0\x07\x7f\x10\ \x28\x7f\x49\xa1\x29\x29\x11\x63\x2a\x95\x0a\xad\x53\x5c\xe6\xd1\ \x2f\x0c\x08\x40\xcb\xc1\x3a\x7a\x93\x4c\x26\x03\x28\x20\x6a\x64\ \x6d\x19\x7b\x2a\x95\x0a\xff\x77\x76\x92\x2d\xf0\xd1\xdd\xbc\x5f\ \xfe\xf2\x97\xf5\x17\x7f\xf1\x17\xc1\x09\x2f\x2c\x2c\x84\xd4\xab\ \xb4\xda\xbd\x1b\x56\x30\x9b\xcd\xaa\xb1\xb1\x51\x5f\xff\xfa\xd7\ \xf5\xd3\x9f\xfe\x54\x5d\x5d\x5d\x05\xce\x07\x9d\x21\x72\xc7\x90\ \x39\xe3\x36\x3f\x3f\x1f\x76\xf2\xc2\x34\xc6\xe3\xf1\xd0\xf8\xb3\ \xad\xad\x4d\x3d\x3d\x3d\x6a\x6c\x6c\x0c\xa9\xc2\xda\xda\xda\xc0\ \x9e\x12\x0c\x54\x54\x54\x04\x36\xc9\x1d\x25\xeb\x4b\xa1\xb2\x33\ \x09\xe8\x17\x73\xef\x41\x06\x76\xc3\x6b\x3e\xca\xca\xca\x74\xf2\ \xe4\x49\xf5\xf4\xf4\xa8\xa3\xa3\x23\xa4\x1a\xbd\xde\xc5\x83\x3d\ \xdf\x28\x11\x05\x59\xfd\xfd\xfd\x1a\x1a\x1a\x52\x69\x69\xa9\xfe\ \xe9\x9f\xfe\x49\xd3\xd3\xd3\x05\xa9\x3e\xbe\xc7\x1f\x77\xe8\x51\ \x66\xcc\x03\x3b\xb7\x81\x04\x17\x6e\xa7\xf9\xfd\xbe\x7d\xfb\xf4\ \xcc\x33\xcf\xe8\x3f\xfc\x87\xff\xa0\xd7\x5f\x7f\x5d\x7f\xfc\xc7\ \x7f\xac\x6d\xdb\xb6\xe9\xe5\x97\x5f\x0e\x6c\x70\x4d\x4d\x8d\xde\ \x7a\xeb\xad\xa0\x1f\x04\x20\xb3\xb3\xb3\x61\xb3\x42\x49\x49\x89\ \x36\x6d\xda\x14\x82\x3e\x6a\x3d\x67\x66\x66\xc2\x18\x6b\x6b\x6b\ \x43\xcd\x64\x26\x93\x51\x45\x45\x85\x2e\x5f\xbe\xac\x2d\x5b\xb6\ \x68\x69\x69\x49\xad\xad\xad\x8a\xc7\xe3\x1a\x1d\x1d\x55\x22\x91\ \xd0\xd7\xbe\xf6\x35\xdd\xbd\x7b\x37\xd8\x0f\x6a\x05\x3d\xad\x85\ \xfd\xc4\x37\xe1\x1b\x48\x63\x79\x7a\x1d\x99\x74\xd6\x94\xb9\x70\ \x60\xc1\xbc\xc3\xc2\xe2\x03\x96\x97\x97\xc3\x5a\xe3\x6f\x3d\x55\ \xc6\xbc\xe3\x77\x90\x17\x9f\x77\xc6\xe2\xb6\x9c\xb4\x1b\xf2\x86\ \xad\xe0\xba\xcc\x25\x32\x85\x4d\xc6\x5f\xf0\xcc\x3c\xab\xdb\x28\ \x40\x10\x01\xae\x33\x69\xfc\xf1\x40\x3f\x9a\x52\xc3\x9e\xa0\xe7\ \xd8\x50\x1f\x8f\xfb\x5f\xf7\x43\xce\x28\x79\x69\x89\xb4\x16\xe0\ \xb1\x01\xab\xa8\x68\xb5\x59\x38\xf6\x97\x40\x91\x7b\xb9\xad\x63\ \xdd\xe6\xe7\xe7\x35\x3b\x3b\x1b\x82\x02\xd6\xc4\x7d\x2d\xe3\x75\ \x50\xe7\x6b\x84\x7e\x3b\x43\xe6\xf8\x25\x04\x3a\x1e\x05\x3a\x65\ \xe9\xca\x86\x82\x60\x58\x3d\xc2\x73\xc4\x07\xf3\x04\xf8\xf0\xdd\ \x15\x6e\x14\x89\xb2\xa3\xd1\x9a\x47\x01\x20\xc7\xb9\xb9\xb9\xb0\ \x08\x4b\x4b\x4b\xc1\xa9\x3a\x42\xe6\x7e\x5e\xc0\x47\x8b\x05\x1e\ \x74\x69\x69\xe9\x23\xc5\xac\x28\x09\x8e\x0c\x25\xc7\xd0\x22\xdc\ \x3e\xf9\xd4\x06\x90\x46\xf1\x02\xc8\x92\x92\x92\x70\x14\x0c\xf7\ \x94\x14\x80\xa6\x0b\xa7\x47\x2f\x51\x03\x8a\x32\x44\x23\x0b\xa7\ \x98\x79\x8f\xb5\x83\x01\xf2\x74\x1e\x4e\xdc\xdb\x00\x78\x54\x06\ \x38\x86\x69\xf2\xa2\x6d\x84\x95\x48\x1d\x03\xc5\xf3\x4e\x4f\x4f\ \x2b\x9d\x4e\x07\x90\x30\x31\x31\x11\x8e\x34\x40\xc9\x63\xb1\x98\ \xa6\xa6\xa6\x02\xc3\xc7\xfc\x51\x0b\x04\x4d\x4e\xf4\x01\x08\x07\ \x94\x20\x2f\xde\xe6\x81\x35\x72\x23\x84\xec\xb9\xa1\xc1\x99\xba\ \xf3\x67\xbd\x88\xda\x88\xa8\x79\x46\x18\x9e\xea\xea\xea\xb0\x23\ \xb2\xba\xba\x5a\x89\x44\x22\x1c\x26\xdd\xd0\xd0\x10\x0c\x3d\x73\ \xe1\x4c\x00\x85\xd0\x14\x1e\xe7\xf3\xf9\x70\x7c\x0a\x6b\x0b\x10\ \x18\x1d\x1d\xd5\xa5\x4b\x97\xf4\x83\x1f\xfc\x40\x92\xf4\xcc\x33\ \xcf\xe8\x1b\xdf\xf8\x86\x66\x66\x66\xf4\xdc\x73\xcf\x29\x93\xc9\ \xa8\xb2\xb2\x52\x45\x45\x45\x21\x8d\xe5\xec\x62\x59\x59\x99\x6a\ \x6b\x6b\xd5\xd4\xd4\xa4\xfa\xfa\x7a\xa5\x52\xa9\x50\xc8\xb9\xbc\ \xbc\x5c\x50\xf8\xcc\x5c\x7b\xc4\x8e\x9c\xcd\xcc\xcc\x68\x65\x65\ \x45\x23\x23\x23\x01\xa0\xc0\xcc\x00\x0e\x01\xaf\x30\x93\x5e\x63\ \xc1\xb3\xd3\x27\xee\xdf\xfc\x9b\x7f\xa3\xa1\xa1\x21\xf5\xf5\xf5\ \x85\xf9\x29\x2a\x2a\xd2\xe0\xe0\xa0\xae\x5f\xbf\xae\xd2\xd2\x52\ \xdd\xb8\x71\x43\x83\x83\x83\x9a\x9a\x9a\x52\x75\x75\xb5\x3e\xf5\ \xa9\x4f\x29\x91\x48\x04\xa3\x89\x9d\x20\x25\xe7\xc0\x1f\x67\x0d\ \xe0\x77\x50\x43\xbf\x23\xf4\x09\x3b\x83\x4c\x60\x74\xa7\xa7\xa7\ \x35\x38\x38\xa8\xf7\xde\x7b\x2f\xf4\x77\xa2\x39\xab\x3b\x19\xc0\ \x1b\xcc\x42\x49\x49\x49\xe8\x96\xce\xbc\x7a\x0a\x0a\xc0\xe5\xec\ \x39\x8e\x63\x7e\x7e\x5e\x2f\xbd\xf4\x92\xa4\xd5\xcd\x0c\xee\x50\ \x78\x3e\x07\xc0\xbc\xef\x80\xc8\x6d\x07\xf2\xec\x4c\x22\xf3\xc6\ \xf8\x3c\xa3\x10\x05\xf8\x7e\x7f\xbf\x87\xb4\x56\xb3\xea\xe9\x0e\ \x7e\xd3\xd8\xd8\xa8\xcf\x7e\xf6\xb3\xa1\x06\xec\x5f\xfd\xab\x7f\ \xa5\x3f\xfd\xd3\x3f\xd5\xc5\x8b\x17\xc3\xd9\x9d\xf5\xf5\xf5\x5a\ \x58\x58\x50\x3a\x9d\x0e\xa9\x56\xc6\xec\x8c\x0f\xc1\x0a\xa0\xbb\ \xb1\xb1\xb1\x80\x55\x29\x29\x29\x51\x7d\x7d\xbd\xb6\x6c\xd9\x12\ \x7a\x10\x3e\xf9\xe4\x93\x61\xfe\x12\x89\x84\x76\xec\xd8\xa1\xb9\ \xb9\x39\x8d\x8f\x8f\xab\xb3\xb3\x53\x89\x44\x42\x53\x53\x53\x05\ \x8e\x1d\x19\xf6\x93\x11\xb0\x87\xfc\x8d\xac\x78\x0f\x31\x9c\x26\ \x73\x83\xdf\xf3\xe7\xc0\x1f\x62\x53\x9d\x3d\x62\x3d\xa2\x27\x32\ \x38\x20\xfa\x38\x72\x82\xf7\x08\x0e\xf1\x4f\xfe\x42\x9f\xb1\x2b\ \x5c\x03\x86\x1f\x06\x0c\xff\x8d\x7c\xba\x0c\x39\xb9\x10\xb5\x65\ \x00\x2e\x7e\x83\x9d\x8e\x16\x93\x7b\x9d\x9b\xeb\x22\xdf\x8f\xe2\ \x04\xf4\xd6\x49\x03\x5e\x8c\x0b\x5d\x80\xe1\x5d\x59\x59\x29\x68\ \x50\xee\x2c\x93\x83\x3f\x00\x75\x94\xe5\xe3\xf7\xd1\x43\xe7\x79\ \x8f\xf9\x9d\x9b\x9b\x0b\xc1\x2c\x60\x16\x7c\xc1\x5a\xb3\xe3\xdb\ \xeb\x3f\xd1\x2f\xc8\x2a\xec\x4c\x92\x81\xf9\x6e\x33\x14\x0c\x84\ \xe6\xd4\x3d\x46\x0b\xf6\x0a\x34\x8e\xd3\x73\x80\x84\xc1\x73\x16\ \x82\x85\x47\x58\x10\x44\x0c\x0c\x02\x8d\xe1\x84\x2d\x62\xb1\x01\ \x3f\x1c\x26\xcd\x38\x1d\x1d\x7b\xf4\xe9\x8d\xc3\x40\xcc\x3e\x59\ \x44\x6f\x6e\x50\x10\x06\x26\xc9\xa3\x37\xae\xe7\xb9\x72\xa7\x3d\ \xfd\x70\x69\x26\xdf\x0d\x27\xf7\x8d\x32\x6d\x1e\x21\xb9\xd2\x4b\ \x0a\x51\xb6\xa7\x63\x18\x13\xf3\xea\x5d\xc1\x19\x93\x8f\x1f\x61\ \x66\x4d\x61\x73\x6a\x6b\x6b\x43\x5a\x8b\xeb\x73\x56\x19\xe3\x43\ \x81\x51\xd8\x5c\xae\xb0\xc1\xa7\xb4\xca\x26\xa5\x52\xa9\xd0\x10\ \x2f\x99\x4c\x16\x30\x49\xd4\x5b\xf0\xbe\xe7\xc1\x59\x07\x1c\x2c\ \x02\xeb\xdd\xbb\x89\xd6\x3c\x7d\x88\xe1\xe0\xb4\x01\xe4\xd6\x69\ \x64\x5f\x03\xe6\x64\x6e\x6e\x4e\x4b\x4b\x4b\x6a\x6b\x6b\x53\x5d\ \x5d\x9d\x26\x26\x26\x94\xcd\x66\x55\x5f\x5f\x1f\xee\x33\x35\x35\ \xa5\x78\x3c\x1e\xd2\xe4\x5e\x83\x44\x3a\xab\xa1\xa1\x21\xcc\x03\ \xa0\xc9\x99\x4c\x52\x48\xe8\x09\x8a\x3b\x32\x32\xa2\xc1\xc1\x41\ \x2d\x2d\xad\xf6\x8a\xf9\xa5\x5f\xfa\x25\xd5\xd7\xd7\x87\x67\xfa\ \xfd\xdf\xff\x7d\xfd\xd1\x1f\xfd\x91\x9e\x7f\xfe\x79\xfd\xda\xaf\ \xfd\xda\x47\xd2\x52\xde\xe3\xcd\xa3\x47\x52\x95\xcc\x0f\x81\x83\ \x3b\x0d\x80\xaf\xcf\x3b\x40\x8a\x9a\x2d\x80\x04\x6b\x9e\xcd\xae\ \x6e\xc7\x47\xdf\x08\x90\x78\x56\xd8\xe5\x28\xc8\xfa\xbb\xbf\xfb\ \x3b\x5d\xba\x74\x29\x9c\x65\x08\x33\xb0\xb4\xb4\xa4\xf6\xf6\x76\ \x5d\xb9\x72\x45\xd9\x6c\x56\x6d\x6d\x6d\x6a\x68\x68\xd0\xaf\xff\ \xfa\xaf\xeb\x3b\xdf\xf9\x4e\x08\x0a\xbc\x2e\x90\xf4\x3c\xfa\x42\ \xef\x36\xe6\x80\xe7\x89\xd6\x52\x22\xf7\x44\xea\xcc\xc9\x8d\x1b\ \x37\x82\x23\xce\x64\x32\x81\xa1\xc3\x69\x73\x3d\x00\x00\xef\xfb\ \x69\x00\x9e\xfe\x83\xa1\xe0\x77\x0e\x88\x90\xe1\x93\x27\x4f\x86\ \x22\x6e\xe4\x30\x0a\x9a\x18\xaf\xa7\xdf\x3d\x18\x74\x96\x63\x68\ \x68\x28\xec\x82\x8d\xb2\x20\x8c\x8b\x71\x78\xf0\x16\x4d\x6f\x78\ \xb0\xca\xef\x90\x21\x67\xf3\xa4\xd5\x8d\x16\x5f\xfa\xd2\x97\x54\ \x5f\x5f\xaf\xff\xf2\x5f\xfe\x8b\x76\xec\xd8\xa1\x43\x87\x0e\xe9\ \x47\x3f\xfa\x91\x66\x67\x67\xd5\xd7\xd7\xa7\x5c\x2e\xa7\x6d\xdb\ \xb6\x85\xde\x59\xcc\x01\xd7\x76\x1b\x5b\x51\x51\xa1\xb2\xb2\x32\ \xdd\xb8\x71\x43\x92\xd4\xde\xde\xae\x95\x95\x15\x8d\x8e\x8e\xaa\ \xa8\xa8\x28\xa4\x1f\x17\x17\x17\x75\xdf\x7d\xf7\x29\x9d\x4e\xab\ \xb5\xb5\x55\xef\xbf\xff\xbe\x8e\x1f\x3f\xae\xca\xca\x4a\xb5\xb5\ \xb5\x69\x7c\x7c\x5c\x75\x75\x75\x8a\xc7\xe3\xaa\xab\xab\x0b\xbb\ \xa3\x91\x1d\xe6\x1c\x3b\xea\x3e\xce\x4b\x0d\x58\x63\xf4\xdc\x99\ \x45\x6c\x0a\xba\x17\x9d\x4b\x67\xf8\xf3\xf9\x7c\x90\x27\x97\x03\ \x07\xab\x3e\xcf\xac\x9d\x97\xe0\x38\xc0\x85\xf1\x92\x54\x60\xef\ \xb8\xbf\x83\x39\xfc\x00\xf2\x84\x5d\x77\x59\x22\xe0\x8c\xd6\x7c\ \x61\x27\x79\x4e\x7e\x07\x90\x47\xce\x60\xc2\x3c\x80\x70\x19\x44\ \xee\x18\x9b\x83\x2f\x4f\xc5\x7a\x20\x20\xad\x6d\x32\xe3\xfe\x94\ \x31\x00\xaa\xc0\x05\xf8\x09\x00\xa8\x13\x0a\xf8\x7d\x4a\x98\x9c\ \x55\xc3\xf7\x39\xe9\xc0\xe7\xcc\x81\xdb\x02\x6c\x0c\x41\x3f\xf2\ \x03\x73\xc6\xba\x38\x06\xc2\x4e\x2e\x2e\x2e\x2a\xb1\x61\xc3\x86\ \xe7\xb8\x38\x8e\x91\x94\x9f\xb4\xb6\x6b\x88\x09\xc5\x40\x79\x44\ \x42\xc4\xeb\x2c\x42\x22\x91\x08\x86\x09\x80\x00\x83\xe1\x75\x14\ \x0c\x1e\x23\xc4\x03\x7a\x7e\xd4\xeb\x2c\xbc\x26\xc2\xff\x8f\xb1\ \x27\xf2\xc0\x40\x13\x01\x13\x0d\x13\x4d\x51\xa8\x4a\x4f\x1e\xc6\ \xe7\xbf\x43\x81\x9c\x31\x02\x18\x12\xc1\xb0\xe3\xc9\x95\x86\x23\ \x77\x68\x4e\xc8\xef\x00\x1b\x2e\x10\x9e\x0f\xf6\xcf\x50\xda\xa8\ \x32\x3a\x9d\x8f\x62\x24\x12\x6b\xc5\xd3\x1e\x21\x01\x5a\x58\x4b\ \x2f\x30\x64\x1d\xbd\x68\xd1\x05\xd8\x41\xab\xb4\x06\x04\x71\xc8\ \xac\x07\xb2\xe3\xc5\x90\x0e\x50\xf9\x2e\x4a\xe6\x05\xc5\xac\x1f\ \x51\x11\x00\x2b\x9b\xcd\x06\x67\x1a\x65\x1e\x98\x0f\xfa\x28\x31\ \xdf\x2e\x13\x9e\x3a\xf5\xf7\x3c\x82\x82\xf1\x1b\x1a\x1a\xd2\xc0\ \xc0\x80\xa4\xb5\xae\xcb\xf3\xf3\xf3\x1a\x19\x19\x51\x55\x55\x95\ \x52\xa9\x94\xf2\xf9\xd5\x7e\x48\xad\xad\xad\xc1\x70\xae\x5b\xb7\ \x2e\xd4\x72\xb1\xb6\x30\x3c\x92\x42\x6d\x01\xe0\x26\x9d\x4e\x6b\ \x78\x78\x58\x67\xce\x9c\x51\x7f\x7f\x7f\xe8\x90\x5d\x5d\x5d\x1d\ \x58\x27\xd8\xd3\xea\xea\x6a\x1d\x38\x70\x40\x2f\xbd\xf4\x92\xa6\ \xa7\xa7\xb5\x77\xef\xde\x82\xb9\x60\xde\x3c\x12\xe6\xb9\x1c\x6c\ \xe1\xf4\x89\xaa\x49\xcf\x50\x2f\xc6\x5a\x46\xe9\x78\x67\xa6\x30\ \x34\xc8\x09\x73\x8e\xae\x92\x3a\x77\x47\x26\xad\x6e\x58\x78\xf8\ \xe1\x87\xd5\xd1\xd1\xa1\xf9\xf9\x79\xdd\xbc\x79\x53\xf9\x7c\x3e\ \xd4\x1d\xe5\x72\xab\x69\xe3\xe1\xe1\x61\x6d\xda\xb4\x49\xb1\xd8\ \x6a\x6a\xb8\xad\xad\x4d\x67\xce\x9c\x09\xce\x9c\xeb\xe2\xc0\x98\ \xab\x07\x1e\x78\xa0\x80\x21\x81\xd1\x9b\x9d\x9d\x55\x63\x63\xa3\ \x76\xec\xd8\x11\xd2\xc1\x43\x43\x43\x6a\x68\x68\xd0\xf8\xf8\xb8\ \x26\x27\x27\x35\x30\x30\x10\x76\xf0\x45\x83\x42\x5e\xf1\x78\xbc\ \x80\x11\xc6\x36\xa0\x7f\x80\x55\x4f\x0b\xe2\x28\x98\x3f\xfe\x86\ \xfd\xff\xd6\xb7\xbe\xa5\xe9\xe9\xe9\x30\xb7\xec\x9e\x9a\x99\x99\ \x09\xb2\x89\xf3\xf3\xeb\xb8\x63\xc6\x16\xa1\xaf\x8f\x3f\xfe\xb8\ \x4e\x9f\x3e\x1d\xce\x0c\xf4\x20\xce\x03\x4d\x1f\x4f\x14\x00\xfa\ \x6f\x1c\x70\x39\x4b\x80\x9d\xfa\xfc\xe7\x3f\xaf\x4f\x7e\xf2\x93\ \x7a\xfd\xf5\xd7\xd5\xdf\xdf\xaf\xdf\xf8\x8d\xdf\xd0\x8f\x7f\xfc\ \x63\xdd\x7f\xff\xfd\x3a\x74\xe8\x90\xfe\xc7\xff\xf8\x1f\x4a\x26\ \x93\x3a\x7e\xfc\xb8\xde\x7d\xf7\xdd\x30\xbf\x0e\x1e\x3c\xf8\xd9\ \xb7\x6f\x9f\xaa\xab\xab\x75\xf3\xe6\x4d\x55\x54\x54\x68\xf7\xee\ \xdd\xca\xe5\x72\x01\xa8\x75\x76\x76\xea\x33\x9f\xf9\x8c\x66\x67\ \x67\x75\xe1\xc2\x05\x6d\xdd\xba\x55\xcb\xcb\xcb\xea\xed\xed\xd5\ \x91\x23\x47\x74\xe1\xc2\x05\x7d\xee\x73\x9f\x53\x32\x99\x0c\x29\ \xfc\x75\xeb\xd6\x69\x7a\x7a\x3a\xb0\xe6\x5e\x67\x08\x6b\x01\x18\ \x61\x4e\xb0\x85\x3e\xb7\xce\xee\x60\xab\x01\xc2\x1e\x6c\xa2\x87\ \x7c\x07\x7b\x07\xa0\xe3\xe5\xac\x3b\xb2\xe6\xbb\x01\xb9\x06\xb6\ \x3f\x2a\x0b\x2e\x5f\x5e\x7e\x81\x5d\xc6\x6f\x3b\x88\xf5\x80\x21\ \xfa\x5d\x4f\x9d\xf1\x5b\xd7\x37\xee\xe1\x3a\x81\x2c\x3b\xeb\xea\ \x76\xc3\x7d\x17\x7f\xfb\xb3\x3a\x81\xc0\x8b\x86\xc0\x3e\x4f\x04\ \xe2\x99\x4c\x46\x63\x63\x63\xc1\x87\x63\xab\xb2\xd9\x6c\x48\x0d\ \xed\x9f\xfe\x04\x00\x00\x20\x00\x49\x44\x41\x54\x52\x42\x04\x03\ \xe5\x00\x0d\xe0\x39\x3f\x3f\x1f\x74\x84\x7a\x68\xec\x59\x26\x93\ \x09\x60\x8b\xbf\x69\xbe\x0e\x98\x43\x76\x21\x83\x96\x97\x97\xc3\ \x35\x08\x2c\x79\x26\xf0\xcb\xba\x75\xeb\x56\x19\x2c\x7a\xbd\x78\ \x1b\x02\x1c\x1a\x85\x66\x08\x15\x60\xca\x51\x29\xce\x21\x9f\x5f\ \xab\xb4\xe7\x0f\xf9\x5b\xa2\x48\xdf\x1d\xc0\x84\xb1\x58\x38\x52\ \x9c\x21\xa9\x21\x2f\x16\x75\x2a\xd7\x77\xc8\xe1\x0c\x10\x6c\x16\ \x9d\x85\x00\xc0\x39\x83\x46\x1d\x09\x3d\x50\x70\x56\x6e\x64\x70\ \xd2\x1e\xa1\x20\xa8\x44\x12\xf4\x49\xc2\x69\xcf\xcd\xcd\x85\xb1\ \x4f\x4d\x4d\x05\xe5\x80\x65\x72\xf0\xc3\x3c\x79\xa3\x37\x9e\x93\ \xfb\x38\x0d\x2c\x29\xcc\x21\x73\x85\xd0\x23\x6c\xb0\x1c\x30\x12\ \x8c\x87\x14\xd3\xe2\xe2\x62\x48\x81\x71\x4d\x94\xc5\xa3\x5e\x90\ \x38\xf3\xed\xec\x59\x22\x91\x08\x06\x8c\x94\x8d\xb4\xd6\x33\x0d\ \xf6\xc6\xa3\xbb\x58\x2c\x16\x52\x6b\x3c\x3f\x75\x3c\xb9\xdc\x5a\ \xda\x95\xb4\xa2\xa4\x02\xd6\xc2\x01\x24\x06\xc1\xd3\x9e\xce\x72\ \xb0\x4e\xa4\x35\x3d\x7a\xc3\x29\x0e\x0d\x0d\x85\x1a\x22\xd6\x86\ \xbe\x48\x2d\x2d\x2d\x01\x24\xc1\x2e\xc1\xee\xa0\x27\x5e\x37\xc8\ \xb3\xd3\x48\x53\x52\x28\x44\x9f\x9a\x9a\x52\x6f\x6f\xaf\x56\x56\ \x56\xeb\xc5\x9a\x9a\x9a\x42\x43\x51\xe4\x0b\x40\x58\x54\xb4\xba\ \x35\xb9\xa9\xa9\x49\xbf\xf7\x7b\xbf\xa7\x3f\xfb\xb3\x3f\x53\x75\ \x75\xb5\xbe\xf0\x85\x2f\x14\x14\xc7\xc3\xd6\xba\x01\xa7\xe6\x81\ \xbf\x31\x72\xec\x80\x6b\x6c\x6c\xd4\xf8\xf8\xb8\xfa\xfb\xfb\xb5\ \x61\xc3\x86\x30\x5f\x30\x83\xac\x2d\x11\x1d\xba\xef\x9b\x4e\xa0\ \xd8\x91\x2f\x02\x13\x4f\xd7\x22\xab\xc5\xc5\xc5\x3a\x78\xf0\xa0\ \xb6\x6f\xdf\xae\xd7\x5e\x7b\x4d\x3d\x3d\x3d\xaa\xab\xab\xd3\xe6\ \xcd\x9b\x55\x5c\x5c\xac\xe1\xe1\x61\x6d\xde\xbc\x59\x23\x23\x23\ \x6a\x6f\x6f\xd7\xec\xec\xac\x5a\x5a\x5a\xb4\x6f\xdf\x3e\x5d\xb8\ \x70\x21\xac\x19\x20\x9f\x6b\x57\x56\x56\x6a\xd7\xae\x5d\xe1\x38\ \x23\x07\x99\xc8\x3c\xcf\xb3\xb4\xb4\xa4\xb1\xb1\x31\xdd\xbc\x79\ \x53\xf7\xee\xdd\x0b\xb6\x0d\x7b\xe6\xc1\x9f\x07\x7d\xbc\xa8\xcb\ \x73\x47\xe2\x4e\x34\x1a\x94\xb8\xee\x22\xaf\xe5\xe5\xe5\x7a\xef\ \xbd\xf7\x74\xf7\xee\xdd\x82\x08\x1e\xc7\x8f\xfd\xe1\xb7\x5e\xd7\ \xe5\xcc\x02\x40\x07\xf9\x1e\x1c\x1c\xd4\xad\x5b\xb7\x02\xe3\x49\ \xdd\x12\x7a\x1a\x4d\x55\xf1\x8c\xd8\x0b\xd6\xdb\x6d\xb9\xb3\x65\ \x0e\x1c\xf3\xf9\xbc\x9a\x9b\x9b\x75\xfc\xf8\x71\xfd\xf4\xa7\x3f\ \xd5\xc0\xc0\x80\x9e\x7e\xfa\x69\x55\x54\x54\xe8\xbd\xf7\xde\xd3\ \x1f\xfc\xc1\x1f\xa8\xb7\xb7\x57\xf3\xf3\xf3\x6a\x6d\x6d\xd5\xe8\ \xe8\x68\x60\x4d\x99\x2b\x9e\xc5\xd9\x91\x96\x96\x16\x9d\x39\x73\ \x26\x04\xc2\xf8\x23\xc6\xb7\x65\xcb\x96\x60\xaf\x62\xb1\x98\xf6\ \xed\xdb\xa7\xef\x7c\xe7\x3b\x01\x5c\xb4\xb5\xb5\x85\x80\xd9\xc1\ \xc9\xa6\x4d\x9b\xc2\xd9\xa2\x5e\x37\x8b\xaf\x73\x79\x8a\xc5\x62\ \x05\xf5\x4a\x9e\x16\x03\xd0\x3a\x68\x75\xa6\xd2\x03\x4f\x82\x33\ \x67\x79\x90\x2f\xc0\x98\x07\xec\xc8\x2d\xf6\x08\xff\xc8\xfd\xa3\ \x19\x08\xc6\x81\xbe\x62\x67\x3d\xd8\x44\x1e\x59\xbf\x68\x70\x8f\ \x6c\x73\x7f\x7c\x8b\xb3\xfe\x9e\x02\xf5\x80\x9c\x6b\x13\xb0\x39\ \x88\x42\x86\x78\xdf\x01\x94\xcf\xb5\x93\x25\xce\xb8\x12\x40\x3a\ \xa6\x60\x1e\x2b\x2b\x2b\x83\xbf\xf2\x94\xa9\x97\x0a\x30\xa7\x5c\ \x17\xbb\x55\x59\x59\x59\x50\x56\x02\x3b\x4f\x26\x84\x7b\xf1\x7b\ \x70\x02\xad\x76\x08\x24\x9d\xe5\x42\x06\x9c\x09\xf3\x2c\x9c\xcb\ \x43\x22\x95\x4a\x3d\xc7\x05\xf8\x80\x05\x21\x0d\xc0\xa0\xf9\x3c\ \x0a\x02\xa4\x55\x76\x84\xda\x23\xa7\x3e\xbd\x88\xcf\xeb\x09\x98\ \x28\x4f\xa9\x94\x94\x94\xa8\xaa\xaa\x4a\xd5\xd5\xd5\xa1\x59\x9c\ \xef\x30\xab\xaa\xaa\x0a\x13\xc0\x56\x7b\x0c\x89\x0b\x3a\xcf\xc0\ \x44\x23\xb8\x18\x55\x9c\x19\xcc\x0f\x54\xa9\xb4\x56\xc8\xed\x82\ \x47\xaa\x93\x09\x07\xac\xf0\x3d\xea\xcd\x98\x43\x4f\x53\x20\x44\ \x30\x01\x18\x68\x17\x6a\xae\xe3\xd4\x30\x63\x77\x6a\x15\x43\x8e\ \x63\x43\x01\x1d\xd4\x26\x12\x89\x70\x24\x06\xf3\xef\x75\x24\xdc\ \x13\x50\xc3\x7c\xb0\x6e\x00\x14\x7f\x39\x3b\x86\x12\xbb\xa1\x01\ \x74\xf3\x72\xc6\x0d\xa3\x80\x52\xc2\x4a\xb8\xd2\x7a\xea\xcd\x8d\ \x24\x8c\xa8\xd7\x30\xa0\xb8\x28\x8b\xd7\x11\xa0\x78\x4e\x37\x7b\ \xfd\x1f\x51\x2c\xca\x54\x5c\xbc\x7a\x8e\x5a\x55\x55\x95\x72\xb9\ \xd5\xf3\x09\x91\x75\xea\x9b\x70\x82\x5e\x07\x40\x6a\x0f\x45\xc5\ \x30\xc1\x6c\x25\x12\x89\xb0\xbd\x98\x9a\x41\x7a\xf3\x24\x12\xab\ \xc5\xf2\x99\x4c\x46\xb3\xb3\xb3\x41\x2e\x38\x8f\x91\xe7\x2d\x2d\ \x2d\x55\x73\x73\xb3\xb6\x6d\xdb\xa6\xe7\x9f\x7f\x3e\x38\x97\xa5\ \xa5\x25\xf5\xf7\xf7\x07\x20\x8d\x03\xf3\x94\x92\xcb\x9e\xcf\x27\ \xf7\xce\xe7\xf3\xfa\xd9\xcf\x7e\xa6\xfa\xfa\x7a\xd5\xd6\xd6\x86\ \xf9\x41\xfe\x61\x70\x91\x09\x64\x6b\x65\x65\xad\xa7\x0e\x35\x65\ \xe8\xa1\x47\xc2\xc8\x00\xf2\x41\x77\xfc\x77\xdf\x7d\x57\x1b\x37\ \x6e\x54\x6f\x6f\xaf\x5a\x5b\x5b\x75\xdf\x7d\xf7\xa9\xae\xae\x2e\ \xd4\x3d\x90\x9a\x6e\x6b\x6b\xd3\xcd\x9b\x37\xc3\xa6\x08\x58\x38\ \x82\x88\x6d\xdb\xb6\x69\xc7\x8e\x1d\x1a\x1f\x1f\xd7\xf0\xf0\x70\ \x18\xbb\x17\xe3\xb6\xb6\xb6\x2a\x93\xc9\x28\x93\xc9\xe8\xfc\xf9\ \xf3\x9a\x9a\x9a\xd2\xcc\xcc\x4c\xc1\x5a\x32\xcf\xb0\xf1\x30\x0e\ \xd8\x3e\xea\xe9\x58\x13\x4f\xb5\x20\x63\xe8\xb2\x3b\x12\xe4\x81\ \x75\xc9\x66\xb3\xfa\xcb\xbf\xfc\x4b\x4d\x4e\x4e\x86\xff\x33\xcf\ \x38\xd6\x68\xaa\xc3\xaf\xc7\xfd\xbc\xe6\x86\xdf\xde\xb8\x71\x43\ \xbb\x76\xed\xd2\x91\x23\x47\x74\xf6\xec\xd9\x8f\xd4\x7a\x3a\xeb\ \xeb\xfa\x29\xa9\xc0\xa1\xb9\x53\xc3\xe1\xe3\x70\xb0\xaf\x0d\x0d\ \x0d\x4a\xa5\x52\xba\x7a\xf5\xaa\xb6\x6c\xd9\xa2\x87\x1f\x7e\x58\ \xe7\xcf\x9f\x57\x77\x77\xb7\x9e\x79\xe6\x19\xbd\xfa\xea\xab\xfa\ \xd9\xcf\x7e\xa6\x47\x1e\x79\x44\xd7\xaf\x5f\xd7\xcc\xcc\x4c\x08\ \x08\xbc\x64\x82\xb9\xe9\xec\xec\xd4\xf2\xf2\xb2\xba\xbb\xbb\xd5\ \xdc\xdc\xac\xad\x5b\xb7\xea\xfe\xfb\xef\xd7\xb5\x6b\xd7\x74\xef\ \xde\x3d\x95\x96\x96\xea\xe8\xd1\xa3\xda\xb8\x71\xa3\xca\xca\xca\ \x74\xfb\xf6\x6d\xad\x5f\xbf\x5e\xdf\xff\xfe\xf7\x15\x8f\xc7\xf5\ \xe8\xa3\x8f\xaa\xa4\xa4\x44\x1b\x36\x6c\xd0\xb9\x73\xe7\xd4\xd3\ \xd3\xa3\xae\xae\x2e\xbd\xf5\xd6\x5b\x61\xf3\x83\xa7\x78\x1c\x5c\ \xb8\x1d\xc1\xfe\x32\x2e\x9e\x9b\x31\x7b\xda\xcd\x7d\x8b\xfb\x3f\ \x0f\xfc\x5c\x36\xdc\xdf\xe1\xeb\x90\x29\x67\xa2\x60\xd0\xd0\x21\ \x2f\x33\x89\x82\x0e\xc8\x0a\x6c\x0e\x84\x01\xe3\x4c\x24\x12\xda\ \xb9\x73\x67\x81\x2f\x71\x39\x70\x9b\xc9\xdf\xce\xf8\xb8\xdd\x70\ \xd9\xc1\x6f\x20\xdf\xd1\xc0\x27\xd4\x1d\x45\xd2\xca\xf8\x18\x6c\ \xb2\xd7\xf2\xe2\x13\x3c\x80\xc7\xb6\x57\x54\x54\x68\x69\x69\x29\ \xd4\xf5\xb9\x0c\x3b\xc0\x81\xbc\x58\xb7\x6e\x5d\x41\xcf\xaf\xd2\ \xd2\xd2\x10\x30\xbb\x9f\xc4\x06\xfe\x7f\x84\xbd\x59\x6c\x9c\xe7\ \x79\xf6\x7f\xcd\xc6\x6d\x48\xce\x90\x1c\xee\x12\xa9\x9d\x5a\x2d\ \x29\xb6\x65\xcb\xb2\x6c\x47\x76\xbd\x64\x2f\x9a\x26\xe9\x41\xd6\ \xa2\x2d\xd0\x83\xe6\xa0\x40\xd1\x16\x5d\x1c\x14\x45\x5b\x14\x29\ \xd0\xf6\x24\xfd\x80\x20\x75\xd3\x26\x71\x91\x38\x71\xe4\xd8\xb1\ \x63\xd7\x8e\xed\x38\xb6\x15\x25\x92\x2c\xc9\x92\xb5\x4b\x14\xf7\ \x65\x86\x1c\x8a\xeb\xcc\x7c\x07\xec\xef\xe1\x35\x6f\xfc\xfd\xff\ \x03\x10\x12\x87\x33\xef\xfb\x2c\xf7\x72\xdd\xd7\x7d\x3f\xf7\xeb\ \xfd\x22\x9d\x99\x66\x9f\xbc\xc1\x68\x36\x9b\x0d\xf3\x04\xd8\x61\ \x23\x9c\xd5\x83\x49\x0d\xf5\xb2\xb9\x5c\xee\x71\x16\x07\x85\xa4\ \xb7\x04\xf5\x23\x28\x25\xe0\x01\x30\xe0\x4e\xce\xd9\x2f\x1c\x22\ \x03\xe6\x7d\xa7\x1c\xa3\x4a\xdc\xd0\xd0\xa0\xf6\xf6\xf6\x70\x9a\ \x0b\x03\x42\x5a\x80\x53\x53\x80\x38\x04\x8a\x87\x12\x33\x36\x36\ \x18\x67\x40\x84\xcf\xfd\xfc\xd4\x13\x02\xc6\x22\x33\x5f\x94\xd1\ \xd9\x0d\xdf\xc8\xba\xba\xba\x70\xfa\x8a\xbf\x01\x30\x70\x92\xd2\ \xda\xe3\x45\x1c\x31\x7b\x1f\x13\x22\x1b\x67\xd5\x5c\x29\x5c\x41\ \x31\x86\x80\x2c\x5e\x30\x65\x00\x54\xe6\x0c\xcb\xd5\xdc\xdc\x1c\ \x04\xce\x53\x82\x8c\xd5\x99\x0b\x3e\x87\xa2\x72\x5f\x14\x8d\x08\ \x06\xd0\xca\x3a\x23\xb8\x28\x1c\x4e\x37\x5a\x4b\x40\xed\x52\x26\ \x93\x09\xeb\x14\x8f\xaf\x15\xb1\x53\xef\x14\x8f\xaf\xd5\x3e\xb1\ \xd7\x8c\x17\x85\xf6\x54\x31\x82\x8f\xf2\x12\x75\x39\x93\x83\xc1\ \xc2\x88\x72\x4d\x1e\x1d\x43\xc4\x42\xe1\x70\x2e\x97\x53\x4b\x4b\ \x8b\x66\x67\x67\x43\x14\xc3\x9e\xa1\x58\x44\xbc\x00\xf6\xb9\xb9\ \x39\x4d\x4d\x4d\x69\x7c\x7c\x5c\xaf\xbd\xf6\x9a\x16\x17\x17\xd5\ \xd3\xd3\xa3\xa1\xa1\xa1\x90\x4a\x83\xa9\x68\x6b\x6b\x53\x2c\x16\ \xd3\xe4\xe4\xa4\x26\x26\x26\x74\xed\xda\x35\x5d\xbd\x7a\x55\x43\ \x43\x43\x1a\x19\x19\xd1\xe5\xcb\x97\x75\xec\xd8\x31\x4d\x4c\x4c\ \xe8\xc8\x91\x23\xfa\xcf\xff\xfc\x4f\xa5\x52\x29\xed\xde\xbd\x5b\ \x95\x4a\x45\xd9\x6c\x36\x14\xdb\x7b\xbb\x14\xc0\x0e\xc0\x0f\xe3\ \xc9\x7b\xf1\xf8\x6a\x11\x7f\x67\x67\xa7\x9e\x7b\xee\x39\x6d\xd8\ \xb0\x21\xb4\x27\x70\xb9\x40\x7f\xbc\x30\xde\xe5\x6a\x79\x79\x39\ \x14\x94\x23\xa3\x3e\x06\x4f\x3d\x4b\xab\xe9\xd7\xa9\xa9\xa9\xf0\ \xec\xb9\xf7\xde\x7b\x4f\x5d\x5d\x5d\xaa\xab\xab\x0b\xa7\xc4\xe8\ \x55\x05\x48\xa5\x5e\x89\x35\x9e\x9f\x9f\x57\x5b\x5b\x9b\x0e\x1c\ \x38\xa0\x8e\x8e\x0e\x0d\x0d\x0d\xe9\xda\xb5\x6b\x55\x35\x51\x8c\ \x25\x95\x4a\xe9\xd2\xa5\x4b\x9a\x9d\x9d\x0d\x6b\xe4\x29\x1b\xc0\ \xb7\xb3\xe3\xdc\x9b\xc6\xb3\x1e\x18\xb1\x86\xfc\x10\x78\x21\x17\ \xd8\x13\x77\xb0\xd4\xae\xbd\xf8\xe2\x8b\x7a\xe9\xa5\x97\x42\xb4\ \xed\xe0\x97\x5a\x48\xf4\xdb\x1d\x08\xfa\x81\x7e\xb2\x0f\xce\x06\ \x2d\x2f\x2f\xeb\xe4\xc9\x93\xba\xf3\xce\x3b\x55\x53\x53\xa3\x73\ \xe7\xce\x55\x05\x9c\x00\x49\x4f\x27\x71\x6f\x07\x14\xbc\xdc\xe9\ \xfb\x0b\x5d\x1f\x1f\x1f\xd7\x96\x2d\x5b\x74\xe0\xc0\x01\x15\x8b\ \x45\xbd\xf6\xda\x6b\xba\xfd\xf6\xdb\xb5\x7b\xf7\x6e\x3d\xf1\xc4\ \x13\x1a\x19\x19\x51\x2e\x97\xd3\xb5\x6b\xd7\xaa\x18\x4d\xe6\x84\ \x3e\xa6\xd3\x69\xf5\xf5\xf5\xe9\xdc\xb9\x73\xa1\x85\xc9\xb6\x6d\ \xdb\xd4\xdb\xdb\xab\xe3\xc7\x8f\x6b\x64\x64\x44\xdd\xdd\xdd\x7a\ \xe8\xa1\x87\x74\xeb\xd6\x2d\x75\x75\x75\x85\x72\x8c\x67\x9f\x7d\ \x56\x95\x4a\x45\x77\xdd\x75\x57\x00\x5f\x2d\x2d\x2d\x6a\x68\x68\ \x50\x7d\x7d\xbd\x86\x87\x87\x75\xee\xdc\x39\x6d\xd9\xb2\xa5\x8a\ \x35\x03\xcc\xa2\x13\x51\x86\x4a\x5a\x3b\xb0\x81\x2f\xe1\x3d\xf7\ \x47\xd1\xa0\xd1\x49\x02\xae\xe3\x84\x85\xeb\x21\xfb\xc1\xde\x62\ \xab\xa2\x04\x04\xdf\x41\x26\x78\x4c\x97\x33\xa3\xce\x46\x3a\x5b\ \xd8\xda\xda\xaa\x5d\xbb\x76\x29\x9f\xcf\xab\x52\xa9\x04\xd0\xc5\ \xde\x63\x27\x1d\x6c\x61\xdb\x18\x27\x3e\x9e\x75\x62\x0d\x91\x39\ \x07\x48\x7e\xa8\x8d\xb4\x3c\xd9\x08\xea\x94\xfc\x77\x0f\xa8\xb0\ \x2f\xc8\x1c\x6b\x5c\xa9\x54\xc2\x69\x74\xf4\x18\xfd\xe2\xfa\x1e\ \xa4\xd3\x02\x69\x71\x71\x31\xa4\xf7\x24\x05\xa6\xcf\x19\x2c\xf7\ \x55\x1c\x86\x43\xf6\x7d\x6e\xd8\x09\xda\x9f\xf8\x61\x3a\x74\x88\ \xe0\x98\xc3\x40\xd8\x0b\xc6\x93\xc4\xb9\xb3\x01\x5c\x08\x87\xec\ \xf9\x59\x36\xde\x9d\x16\x93\x72\xc6\x05\x01\x8d\xa6\x4f\x12\x89\ \xd5\x67\xd4\x61\x98\xb9\x0f\x88\x8f\xc2\x34\x04\xd8\xe9\x4a\x52\ \x90\x2e\xdc\x2c\x30\x9f\xc1\x51\x96\x4a\xa5\x40\x0d\x12\xb5\x7b\ \x5a\xd0\xd9\x1f\x40\xda\xf4\xf4\x74\x78\x0f\x74\x1c\xad\x57\x22\ \x8d\xc4\xb8\x58\x03\x6a\xae\x98\x33\x02\x85\x72\xc2\xcc\xf9\xe9\ \x37\x0c\xa0\x03\x3a\x84\x8c\x74\x25\x9b\xee\xf9\x6d\x00\x11\x27\ \xfc\x58\xc3\x4c\x26\xa3\x64\x32\xa9\x62\xb1\x18\xc6\xcd\x35\x9d\ \x25\x72\x0a\x9b\xf1\xba\xe3\x61\x4e\xfc\x4e\x64\xcf\xa9\x3e\xaf\ \x4d\xc3\xd0\x7b\x9a\xd6\x23\x31\xd6\x09\xa0\x05\x2b\xe2\x29\x40\ \xc6\xc7\xef\xae\x1c\xdc\x67\x71\x71\x51\x99\x4c\x26\xe4\xd9\x91\ \x2b\x8c\x91\x1b\x0a\xc6\xcf\x75\xd9\x1b\x64\x86\xef\xb5\xb4\xb4\ \x28\x9d\x4e\x87\xbe\x57\xf9\x7c\x5e\x7d\x7d\x7d\x21\x70\xa0\x15\ \x09\xc5\xe9\x8c\x1d\x20\xe0\x8f\x63\xa9\x54\x2a\x3a\x7f\xfe\xbc\ \x5e\x78\xe1\x05\xe5\x72\x39\xdd\x76\xdb\x6d\xda\xb1\x63\x87\x72\ \xb9\x9c\x8a\xc5\x62\x95\x93\xee\xe8\xe8\x08\xc5\xea\x6d\x6d\x6d\ \xa1\x71\xe8\xc0\xc0\x40\xa8\x13\x18\x1f\x1f\xd7\xe0\xe0\xa0\xfa\ \xfb\xfb\x35\x3e\x3e\x1e\x7a\x1c\x3d\xf1\xc4\x13\xaa\x54\x2a\xfa\ \xd8\xc7\x3e\x56\x65\x28\x69\x3b\xc1\xbe\x92\x2a\x22\xf8\x80\xed\ \x42\x66\x17\x17\x17\xd5\xd6\xd6\xa6\x8f\x7c\xe4\x23\xfa\xee\x77\ \xbf\xab\x47\x1f\x7d\x54\xeb\xd6\xad\x53\xa1\x50\x08\x0e\x83\xbd\ \x27\xda\x04\x64\x96\x4a\xa5\xc0\xec\xb0\xff\x1e\x58\x79\x8a\x99\ \x7f\xd9\xb3\x23\x47\x8e\xe8\x89\x27\x9e\x50\x57\x57\x97\x52\xa9\ \x54\x28\x34\xcf\x64\x32\xea\xea\xea\x52\xb1\x58\x54\x6b\x6b\xab\ \x96\x97\x97\xb5\x79\xf3\xe6\xf0\x38\x8c\x58\x2c\x16\x82\xab\xc3\ \x87\x0f\x87\xe7\x32\x7a\xdd\xa4\xd7\xe8\x61\x94\xe3\xf1\x78\xa8\ \x83\x04\x04\x23\x53\xe8\x07\xc6\x16\x7d\x82\xe5\x24\x7a\xf5\x94\ \x8d\x3b\xcc\x28\x93\xef\xc1\x09\x0e\xa9\xae\xae\x4e\xc5\x62\x51\ \xdf\xff\xfe\xf7\xc3\x3a\xba\x83\xc7\x70\x03\x5e\xa3\xf6\xd5\x1d\ \x1b\xac\x05\x46\x9c\xe0\x0c\x26\x7e\x65\x65\x45\xeb\xd6\xad\xab\ \x72\xf4\xd8\x17\x6c\xb9\xdb\x4d\x4f\xd3\x30\x6e\x07\x43\x0e\x10\ \xd8\x4b\x64\x69\xfd\xfa\xf5\x4a\x24\x12\xba\x78\xf1\xa2\x32\x99\ \x8c\x0e\x1e\x3c\xa8\x42\xa1\xa0\x73\xe7\xce\xa9\xbd\xbd\x5d\x53\ \x53\x53\x01\x20\xb8\x9d\x74\xf6\xa6\xb1\xb1\x51\x23\x23\x23\x9a\ \x9b\x9b\x0b\x00\x3f\x97\xcb\x69\x69\x69\x29\xd8\xe2\x81\x81\x01\ \xf5\xf4\xf4\x68\x6c\x6c\x4c\x4b\x4b\x4b\xda\xb9\x73\xa7\x5e\x7c\ \xf1\x45\x25\x93\x49\x15\x0a\x05\x8d\x8d\x8d\x69\xd7\xae\x5d\x5a\ \x5c\x5c\x54\x73\x73\x73\x38\x81\xb8\x6f\xdf\x3e\x5d\xb9\x72\x45\ \x43\x43\x43\x21\xb8\xf5\x54\x12\xf6\x10\x66\x14\xf9\x21\x68\x24\ \xd8\x63\x6f\x99\x3b\xfb\x43\x30\x8d\xed\x66\xbf\xd8\x4b\x5f\x7f\ \x64\x05\xd0\xe0\x40\x59\x52\xa8\xff\x71\xfb\xc9\xf7\xc8\xd4\x78\ \x19\x00\xbd\xe4\x00\x03\xb1\x58\xac\xea\xc9\x0c\x04\xb6\x9c\xb2\ \xf4\xeb\x31\x0f\x52\x97\x30\xf5\xd8\x78\x67\xf5\xf8\x1c\xf2\xee\ \x07\xa8\x18\x8f\xcf\x07\x3d\x73\xc0\x5a\x2e\x97\x43\x70\x83\xcf\ \x23\xc8\x66\x5c\x2e\x6b\xac\x91\xaf\x7b\x4d\x4d\x4d\xb0\xd3\x90\ \x14\xac\x01\x76\x9d\x00\xd3\x7b\x40\x96\xcb\xe5\x70\xaa\xdd\xb3\ \x36\x53\x53\x53\x01\x3c\x7b\xaa\x95\xb9\x7a\x80\x46\x21\x7d\x22\ \xb1\xfa\x78\x2a\xc7\x25\xa4\xf8\xa9\xa9\x64\x0e\xc8\x43\x00\xcd\ \x8d\x8d\x8d\x8f\xbb\x93\x03\xb0\x00\x74\x50\x10\x8f\x78\xd8\x58\ \x98\x0c\x94\xdf\x19\x17\x06\x8b\x61\x43\x68\x3d\x3f\x0c\x4b\xc4\ \x63\x74\x70\x1a\x9e\xf2\x60\xc1\xa8\xfe\x47\x59\xd8\x40\xfe\xe6\ \x0c\x0c\xac\x08\x86\x87\x05\x80\x6d\x5a\x5e\x5e\x0e\xf5\x53\x2c\ \x14\x8b\x82\xd1\x62\xa3\xf9\x3e\xe3\x60\x33\x11\x06\x04\xcf\xd3\ \x6f\x18\x2c\x8f\x3a\xbc\x10\x90\x1f\xd6\x09\x61\x75\x47\xc0\xdf\ \xdc\x81\xa1\x20\x50\x96\x38\x4d\x4f\x6f\x62\x48\x99\x27\x46\xc0\ \x1f\xca\xec\xd7\x62\x9f\x62\xb1\x58\x98\x4b\xb1\x58\x0c\x11\x07\ \xdf\xe7\xc8\xba\x47\xa1\x00\x05\x67\xc2\x50\xd0\x62\xb1\x18\xf6\ \x16\xe3\xc9\xa3\x5e\x78\xad\xac\xac\x84\x07\x3e\xcf\xcd\xcd\x05\ \x20\x46\xa1\x22\x72\x85\xf3\xa4\xa0\xbc\x58\x2c\x4a\xaa\xee\x5a\ \xce\x3a\x46\x8b\xf6\xbd\xc7\x1b\x46\x8f\xf4\xa0\xd7\xe1\xc1\x68\ \x24\x12\x89\xc0\x0e\x4d\x4e\x4e\x4a\x92\xf2\xf9\xbc\x96\x97\x97\ \x43\x70\x30\x35\x35\xa5\xba\xba\x3a\x8d\x8f\x8f\x6b\x66\x66\x46\ \x83\x83\x83\x7a\xe3\x8d\x37\x42\x54\xd5\xd9\xd9\xa9\xbe\xbe\xbe\ \x10\xed\x72\x02\x2f\x9d\x4e\x2b\x9b\xcd\x06\x79\xf4\x54\x25\xc6\ \x9e\x76\x10\xd9\x6c\x56\x9b\x37\x6f\xd6\xee\xdd\xbb\xb5\x73\xe7\ \x4e\xdd\x76\xdb\x6d\xba\x72\xe5\x8a\x5e\x7f\xfd\x75\x75\x75\x75\ \x85\x1e\x40\xec\x35\x8c\x15\x8e\xd7\x03\x11\xee\xe5\x74\x38\x6b\ \xbf\x7d\xfb\x76\xfd\xe0\x07\x3f\x50\x7d\x7d\xbd\xba\xba\xba\xaa\ \xe8\x7c\xe6\xc3\xf8\x9c\xc1\xe1\xe5\x4e\xdc\xd7\xd8\x8d\x0e\x7f\ \x4b\x26\x93\xda\xba\x75\xab\x4e\x9e\x3c\xa9\x81\x81\x01\x65\xb3\ \x59\xcd\xcc\xcc\x54\x35\xaa\xe4\x1a\x80\xab\x4b\x97\x2e\xa9\xa9\ \xa9\x49\xb7\x6e\xdd\xd2\xde\xbd\x7b\xb5\x77\xef\xde\x30\x8f\xeb\ \xd7\xaf\x87\x62\x75\x97\x3f\x2f\x21\xc0\x99\xb0\x2e\x89\x44\x22\ \x04\x21\xfe\x80\x7b\x67\xb1\x79\x20\xb9\xa7\xc7\x9c\x71\x75\x07\ \x82\xae\xbb\x1e\xb1\xc6\x0d\x0d\x0d\x7a\xea\xa9\xa7\x74\xec\xd8\ \xb1\xaa\x6b\x20\x9b\xac\xad\x83\x27\x67\xb7\xa2\x0e\xc7\x81\x51\ \x53\x53\x53\x68\xaf\xf2\x89\x4f\x7c\x42\x1f\xf8\xc0\x07\x74\xe6\ \xcc\x19\x9d\x3d\x7b\x36\x7c\x17\x7d\x70\xbd\x67\xfc\xfc\x9f\xf1\ \x3b\xd3\xec\xac\x0b\x76\xc2\xed\x11\x00\x77\x69\x69\x49\x5d\x5d\ \x5d\xfa\xc0\x07\x3e\xa0\x57\x5e\x79\x45\x47\x8f\x1e\xd5\x8e\x1d\ \x3b\x34\x32\x32\x12\xae\x85\xfd\xc4\x6f\x24\x93\xab\xbd\xd7\x9a\ \x9b\x9b\xc3\x73\x05\x53\xa9\x94\xb6\x6d\xdb\xa6\xad\x5b\xb7\x6a\ \x6e\x6e\x2e\x3c\x5a\xe7\xd1\x47\x1f\x55\x7f\x7f\x7f\x90\x8d\xa6\ \xa6\x26\x7d\xe7\x3b\xdf\xd1\xc4\xc4\x84\x24\x05\xe6\xec\xcd\x37\ \xdf\x0c\x40\xe9\xe2\xc5\x8b\x3a\x7f\xfe\xbc\x26\x26\x26\x82\xcd\ \x66\x9e\xcc\xdd\x03\x33\x02\x2a\x07\x06\x9e\x3a\x43\x6f\x08\xce\ \x3c\x8b\xe3\x40\xca\xed\xaf\xb3\xbe\x30\x94\x1e\xe8\xe2\x0b\x79\ \x6a\x05\x63\xe7\x90\x06\xfa\x4b\x0d\x11\xeb\xc8\x7b\x8c\x39\x1e\ \x8f\x87\x7a\x4f\xea\x2c\xd1\xd5\x5b\xb7\x6e\x85\xfa\x5f\xb2\x02\ \x64\x40\x9c\x7d\xf1\x31\xa1\xcb\x0e\x16\x19\xa3\xfb\x7a\x32\x0b\ \x04\xde\x90\x0b\x10\x11\x8c\x9f\xeb\xc1\x7e\x46\xf7\x81\x43\x1e\ \x04\x6c\x51\x7c\xc1\x61\x9c\x89\x89\x89\xaa\xf6\x41\x9c\x4e\xf7\ \x7a\x30\xf6\x13\x16\xce\xb3\x2e\x8c\xc7\x65\x11\x1b\xe7\x44\x8e\ \x03\x5f\x0f\x0c\xdd\x6f\x33\x46\xea\xb9\x9d\xa8\x71\x5c\x14\x6c\ \x03\xe8\x72\x65\x65\xa5\xea\xe1\xc6\x0c\x12\x87\xed\x5f\xf6\xc5\ \x87\xea\x83\xdd\xc1\x91\x80\x8a\x13\x89\x44\x38\x66\xcf\xc6\xa1\ \x9c\xa4\xcb\x1c\x29\xf2\x77\xc6\x02\x98\xe1\x31\x0c\x80\x0f\x7f\ \xe4\xcc\xca\xca\xda\xe9\x2d\xd2\x9b\xd0\xaf\x44\xbe\xbe\xa8\x14\ \x3b\xa2\x58\x5e\x94\xcd\x18\x3c\x75\x06\x0b\xe3\x46\x0f\xa3\x0e\ \x90\x9a\x99\x99\xd1\xd2\xd2\x92\x1a\x1b\x1b\xc3\x7d\x98\x5b\x3a\ \x9d\x0e\xce\x10\xc4\xed\x27\x12\xb8\x2e\x82\x82\x32\xc1\xcc\x01\ \x68\xdc\x71\x3a\x70\x74\x85\x04\x5c\xa0\x30\xa3\xa3\xa3\xa1\x40\ \x10\x27\xe0\xa7\x68\xd8\x13\xa2\x6b\xee\x83\xd0\x33\xf7\xda\xda\ \x5a\xcd\xcd\xcd\x69\x66\x66\x26\xa4\x8e\x58\x23\x4f\x05\xb2\x4e\ \x38\xb2\xf9\xf9\x79\xb5\xb7\xb7\x87\x28\xb3\xb6\xb6\x56\x85\x42\ \x21\x7c\x96\xef\xc6\x62\xab\x05\xf0\xfc\x9f\x35\x60\x1f\x9d\xe6\ \x45\x11\x50\x26\xe4\x13\xd6\xd1\x23\x4a\xae\xcb\xdc\x1d\x24\xb0\ \xf7\x0e\x9c\x01\x8b\x9c\x4e\x63\xbf\x28\x7c\xa4\x70\xfd\xf4\xe9\ \xd3\x7a\xf9\xe5\x97\x35\x33\x33\x23\x49\xda\xb3\x67\x8f\xb6\x6e\ \xdd\xaa\x3d\x7b\xf6\x84\xae\xe9\x57\xae\x5c\xd1\xd6\xad\x5b\x55\ \x57\x57\xa7\xae\xae\xae\x00\xde\x31\x50\xcc\x95\x28\x8a\xf5\x68\ \x68\x68\x50\x4f\x4f\x8f\x4a\xa5\x92\x66\x66\x66\x34\x3f\x3f\xaf\ \xdb\x6e\xbb\x4d\xff\xf8\x8f\xff\xa8\xbf\xfe\xeb\xbf\xd6\xbf\xff\ \xfb\xbf\xab\xb9\xb9\x59\xbb\x77\xef\x56\x2a\x95\x0a\x80\x98\xda\ \xae\x85\x85\x85\x20\x87\x28\x3b\x46\xc0\xeb\xda\x56\x56\x56\x94\ \xcd\x66\xf5\xf9\xcf\x7f\x5e\x4f\x3f\xfd\xb4\x6a\x6a\x6a\xb4\x61\ \xc3\x06\x4d\x4d\x4d\x05\xe6\xd7\x0f\x52\x78\x34\x08\x18\x21\x5a\ \x8c\x32\x3a\x5e\x9b\xc2\x7b\xf1\xf8\xea\x33\x14\x3f\xfe\xf1\x8f\ \xeb\x95\x57\x5e\x51\x63\x63\x63\x60\x43\x2a\x95\xd5\xe6\x81\x33\ \x33\x33\x81\x79\xdb\xb1\x63\x87\x9e\x7f\xfe\x79\xf5\xf6\xf6\x86\ \xda\x47\xe4\x0e\xa6\x6e\x71\x71\xed\x59\xa4\x7e\xe2\x19\xc6\x91\ \x3d\xef\xe9\xe9\x51\xa1\x50\x08\x0c\x04\xed\x44\x30\xd0\xa4\xd7\ \x1d\x74\xe0\xb0\xd0\x75\xe4\x0e\xd9\xc1\x80\x3b\xdb\xe3\x7b\x38\ \x35\x35\xa5\x1f\xfd\xe8\x47\xc1\x41\xe3\x80\x5d\xd7\x91\xd5\x28\ \x38\xf5\xf5\xf3\xd4\x3e\xf7\x9c\x9e\x9e\x0e\x6c\xe6\x07\x3f\xf8\ \x41\x0d\x0f\x0f\xab\xae\xae\x4e\xe9\x74\x3a\xd4\x60\xba\xbd\x42\ \x27\xbd\x36\x06\x87\x1b\x6d\x47\x80\x5d\xc1\x49\xb8\x63\x8c\xc5\ \x62\xba\x78\xf1\xa2\x56\x56\x56\x42\x8b\x84\x72\xb9\xac\x97\x5e\ \x7a\x29\x3c\xec\xda\xfb\x08\x12\x10\x3a\xd8\x4b\x26\x93\xa1\x87\ \x1e\x41\x5b\x47\x47\x87\xf2\xf9\xbc\xa4\xd5\x1e\x7b\xd9\x6c\x56\ \x1d\x1d\x1d\x9a\x99\x99\x51\x36\x9b\x0d\x4e\x9c\x96\x2a\xa4\x85\ \x12\x89\x44\x60\x8b\x63\xb1\x98\xce\x9f\x3f\xaf\x74\x3a\x1d\xf6\ \x9f\xbd\x62\x2d\x1c\x14\x61\x63\x18\x33\xb6\x88\x75\xf2\x83\x47\ \x5e\x54\xcd\x7b\x30\x28\x51\x50\xe6\xac\xa0\xfb\x51\xf7\x9d\xd8\ \x64\x4e\xd4\xc6\xe3\xf1\xd0\xb2\x42\x92\x26\x26\x26\x42\x50\x87\ \x4c\x30\x2e\xaf\x91\x1e\x19\x19\x09\x73\xe0\x30\x17\x0c\x0f\xf6\ \x8f\x5a\x26\xca\x1d\xa2\x69\xb0\x95\x95\xb5\x06\xd4\xf8\x2e\xec\ \x1f\x6b\x86\xdf\x60\xfd\xb0\x9d\x00\x0b\xaf\xdd\x72\x20\x13\x05\ \xb4\xf8\x56\xec\x2d\x0c\x31\x76\x05\xbc\x80\xdf\x73\x06\x54\x52\ \x68\x30\xca\x77\x01\x97\x8e\x17\xb8\x67\xf4\x80\x9a\x97\x12\x38\ \x2b\x8d\x3f\xe7\x85\xbd\xf3\x1a\x33\xae\xed\x07\x13\x1c\x6c\xf3\ \x39\x27\x58\x4a\xa5\x92\x92\xd1\x01\xb8\xf2\xe1\xc4\x10\xce\x68\ \x0d\x01\x0b\x5b\x2c\x16\xc3\x83\x5a\x4b\xa5\x52\xe8\xab\xc4\x82\ \x62\xf0\x30\x3e\xa4\x5f\x50\x3a\xa7\x3c\x41\xe2\x8e\x88\xeb\xeb\ \xeb\x03\x98\xc3\xe1\xc1\x74\xc4\xe3\x6b\x8f\x60\xe0\x44\x1a\x28\ \x9d\x68\x80\x85\xbc\x75\xeb\x56\x78\xd0\x30\x80\x84\x14\x12\x63\ \x61\x33\x89\xfe\xd9\x68\x36\xcb\x29\x48\x52\x72\xf1\x78\x3c\x5c\ \x93\x45\x66\x0c\xd4\x8e\xb1\xe0\x5e\xe4\xed\xeb\x8d\x20\x79\x74\ \x81\xa1\xf3\x0d\xf4\x3a\x21\x9c\x33\xa0\x98\xb9\x40\xe9\x4a\x6b\ \xcf\xe1\xab\xaf\xaf\x0f\x63\x85\x31\xc4\x88\xe0\x94\x18\x03\xec\ \x1f\x51\x83\xb4\xf6\x08\x1e\x2f\x3a\x66\x6d\x1d\xe4\xe2\x78\x10\ \x44\xe4\x8b\x5e\x26\x7e\xfa\xb1\xbd\xbd\xbd\xaa\xa1\x28\x20\xc6\ \x41\x1b\x32\x80\x52\xb8\x12\xe0\x1c\xf8\x0c\xa7\xdc\x60\x2e\xa0\ \xa8\x71\xcc\x95\x4a\x45\x1b\x37\x6e\x0c\xa9\x30\x64\x8c\x79\xb5\ \xb5\xb5\x69\xfd\xfa\xf5\x6a\x6f\x6f\xd7\x3b\xef\xbc\x23\x49\xa1\ \xa0\x9c\x5c\x7c\x3e\x9f\x0f\x86\x7d\xeb\xd6\xad\xda\xbc\x79\xb3\ \x0e\x1c\x38\xa0\x74\x3a\x1d\xd2\x87\x18\xa7\xcd\x9b\x37\x2b\x93\ \xc9\x54\x15\x5f\xe3\x2c\xd1\x21\x4f\x19\x3b\xd3\x43\xf4\xbb\xbc\ \xbc\xac\x6c\x36\xab\xc5\xc5\x45\x65\xb3\x59\x3d\xfe\xf8\xe3\xfa\ \xf2\x97\xbf\xac\xaf\x7e\xf5\xab\xfa\xdc\xe7\x3e\xa7\xfb\xee\xbb\ \x2f\x38\x77\x1e\xf7\x33\x37\x37\xa7\x2d\x5b\xb6\x54\x31\xa0\xc8\ \x76\xf4\x04\x2a\xb5\x1b\x8f\x3e\xfa\xa8\xae\x5c\xb9\xa2\xf1\xf1\ \x71\xe5\x72\xb9\x50\xc4\x89\x6e\x7a\xb1\x32\xf2\x88\x0c\xb3\xe7\ \x3e\x07\xf6\xca\x1d\x1c\x76\xa4\xbd\xbd\x5d\x0f\x3e\xf8\xa0\x2e\ \x5f\xbe\x1c\x8a\xec\x91\x1f\x6a\x2c\x61\x12\xfb\xfb\xfb\xb5\x73\ \xe7\xce\xaa\xce\xff\x00\x40\x8c\x3a\x7b\xcd\x5c\x71\x7e\xa4\xcc\ \x24\x29\x9b\xcd\x6a\x74\x74\x34\xe8\x37\x0d\x5c\x39\x30\x42\x34\ \xec\xc6\x17\x5d\x4f\x24\x12\x21\x95\xe2\xc0\xc8\x01\xa7\xa7\x80\ \x00\xd2\x47\x8f\x1e\x0d\xcd\x18\x09\x22\x19\x23\xc6\x1b\xc7\xeb\ \xd7\xe4\x3a\x9e\x5a\xf3\xeb\x7b\x00\xb1\x7f\xff\x7e\x8d\x8e\x8e\ \x6a\x70\x70\x50\x87\x0e\x1d\xd2\xfc\xfc\xbc\x9e\x7c\xf2\xc9\x20\ \x5f\xfe\x59\x9c\x9c\xb3\x64\x9e\x16\x63\x2d\x9d\x59\xf5\x28\x9e\ \x60\xb2\x5c\x5e\x3d\x10\xb2\xb4\xb4\x14\x52\xcb\xe7\xcf\x9f\xd7\ \xc6\x8d\x1b\x35\x3d\x3d\x1d\xee\xe1\x51\xbf\xef\x4f\x3c\x1e\x0f\ \xb6\xa8\x54\x2a\xa9\xbd\xbd\x3d\xd8\xab\xab\x57\xaf\xea\xd6\xad\ \x5b\xda\xb7\x6f\x5f\x08\x12\x62\xb1\xd5\x47\xf0\x78\xad\x60\x7d\ \x7d\xbd\xee\xbb\xef\x3e\xfd\xec\x67\x3f\x53\x5f\x5f\x5f\x48\xeb\ \x0e\x0c\x0c\xe8\xc6\x8d\x1b\x55\x7e\x8a\xff\x7b\x4a\xdf\xd9\x7b\ \x07\x80\x9e\x16\xc7\xc6\x7a\x00\x8c\xdf\xc3\xa7\x61\x8b\x1c\xb0\ \x39\xcb\x0f\x60\x60\xde\xd1\x34\x22\xa7\x89\xcb\xe5\xb2\xa6\xa6\ \xa6\xc2\x1a\x79\x2d\x29\xfb\xc2\xfe\x33\x56\xf6\x0d\x5b\xcb\xfe\ \xf2\x2f\x3e\x89\x94\x56\xb9\x5c\xae\x2a\x11\x41\xd6\x00\x2a\xe5\ \xf2\x5a\x2f\x27\xb7\x51\x95\x4a\x25\xd8\x55\x9f\x27\x00\xd4\xfd\ \x00\x8c\x0e\x3a\x41\x06\xc2\xd7\x98\x60\xbe\xb5\xb5\xb5\x0a\x84\ \x39\x4b\xcc\x0b\xe6\x79\x79\x79\x39\x34\xf8\x65\x5d\x91\x19\x58\ \x3c\x64\x97\x97\xeb\x31\x19\x0a\xee\x81\xee\xf9\x67\xf0\x43\x80\ \xc0\xa8\x1f\x46\x1f\x7d\xbd\x3d\xfd\xeb\x3a\x16\xfc\xb5\xb3\x0e\ \xdc\x14\xe4\x8a\xf3\xf5\x7c\x25\x4e\x7e\x65\x65\xa5\xaa\x51\x19\ \x4d\xb8\x10\x08\x40\x14\x68\x13\x63\xcb\xc4\x59\xf4\xc6\xc6\xc6\ \xf0\xbb\x17\x8a\xf3\x02\x29\xfb\xc9\x3c\x36\x08\xc1\x25\xaf\xeb\ \x11\xbb\xf7\x3e\x99\x99\x99\x09\x06\x19\x03\x0e\xd3\x05\x28\xe3\ \xd4\x02\xbd\x2d\x70\x6e\xa4\x01\x31\x3a\x6c\x2a\xe9\x4a\xea\xc7\ \x48\x09\xcc\xce\xce\x06\x8a\x16\xe3\x90\x4a\xa5\xc2\x09\x26\x94\ \x94\x88\x34\x2a\x04\xce\x2c\xb1\x27\x38\x61\xf6\x07\xa1\x07\x18\ \xb0\x7e\x1e\x09\xf0\x02\x58\x40\x13\xfb\x29\x09\x69\xb5\xc8\x8f\ \x3d\x40\xa1\xd9\x9b\x64\x32\x19\x6a\x11\x50\x82\xc6\xc6\xc6\x2a\ \xa6\x2b\xca\xec\x79\xaa\x81\x7b\xd1\xfe\xc0\x1f\x0d\x42\x73\x47\ \x8f\x80\x28\x7e\x04\x38\xd1\x42\x80\xb5\xe0\xbb\x08\x3a\x7b\x81\ \xb2\x7b\x44\xe9\x0a\x10\x8f\xaf\xa6\x20\xbd\xe6\xc5\xe5\x14\x27\ \x32\x3a\x3a\xaa\x33\x67\xce\xa8\xaf\xaf\x2f\x44\x8f\x97\x2e\x5d\ \x0a\xe9\xd2\x58\x2c\xa6\x5c\x2e\xa7\xbb\xee\xba\x4b\x47\x8e\x1c\ \x51\x6f\x6f\xaf\x4a\xa5\x52\x90\xf1\x5c\x2e\xa7\x95\x95\x15\x65\ \x32\x99\x5f\xeb\x28\x0e\x3b\x06\x58\x91\x54\xe5\xdc\x08\x16\x48\ \x21\x3a\x03\xec\x0c\x48\x7d\x7d\xbd\xfe\xe6\x6f\xfe\x46\x5f\xfe\ \xf2\x97\xf5\xb5\xaf\x7d\x4d\xed\xed\xed\xda\xbf\x7f\xbf\xce\x9c\ \x39\x13\x4e\xd9\xae\xac\xac\x68\x78\x78\x58\x03\x03\x03\x55\xc6\ \xc0\xe5\x02\xd9\x73\x43\xd5\xdb\xdb\x1b\xd6\x96\x86\xb9\xec\xb7\ \x47\x66\x5c\xcb\x23\x40\x97\x51\x37\x9a\x0e\x44\xdc\x41\x50\x03\ \xc7\x1e\x11\x74\x48\x6b\x8d\x14\xe3\xf1\xb8\xb6\x6d\xdb\xa6\xce\ \xce\x4e\x4d\x4c\x4c\xe8\xd2\xa5\x4b\xba\x74\xe9\x92\xae\x5e\xbd\ \x1a\xd6\x1d\x9b\xe1\x69\x8e\x4a\xa5\xa2\x0d\x1b\x36\x68\xcb\x96\ \x2d\x92\xa4\xa1\xa1\x21\x5d\xbd\x7a\xb5\xca\xc6\xc0\x76\xc6\xe3\ \xf1\x50\xa3\x89\x4c\xe3\xbc\x3c\x50\xc0\x11\xf9\x3d\xdc\xde\xb1\ \x9e\xe8\xe4\xe0\xe0\xa0\x7e\xf6\xb3\x9f\x05\xc6\xd2\xd7\x3b\x6a\ \x6f\xfd\xff\xac\x05\x86\xda\x9d\x8d\x47\xf9\xec\xc3\xd7\xbf\xfe\ \x75\xed\xde\xbd\x5b\xf1\x78\x5c\xef\xbe\xfb\xae\xee\xb9\xe7\x1e\ \x3d\xf7\xdc\x73\xa1\x3b\xbf\x33\xc0\x9e\xfe\x70\xd6\x8d\xf9\xf8\ \xdf\x19\x03\x6b\x41\x3a\xb2\xb1\xb1\x51\xc5\x62\x51\x85\x42\x41\ \xfd\xfd\xfd\xea\xe8\xe8\xd0\xcb\x2f\xbf\xac\x7c\x3e\xaf\x6d\xdb\ \xb6\xe9\xcc\x99\x33\xc1\x1e\xb0\x9f\x38\x2d\x82\x22\x07\x9b\xa9\ \xd4\xea\x03\xa0\x87\x86\x86\x74\xdb\x6d\xb7\x05\x06\x6a\xfd\xfa\ \xf5\xba\x72\xe5\x8a\xee\xb8\xe3\x0e\x2d\x2d\x2d\x69\x66\x66\x46\ \x0b\x0b\x0b\x81\xc1\xea\xef\xef\x57\x7d\x7d\xbd\xfe\xf6\x6f\xff\ \x56\xa9\x54\x4a\xf7\xde\x7b\xaf\xfe\xe4\x4f\xfe\x44\x7b\xf6\xec\ \x09\xd9\x04\xe4\x91\x20\xd3\x03\x19\xf6\xd7\x41\x2c\x36\x86\x7a\ \x1d\x6c\x11\x9f\x07\x40\xe0\x0b\xf1\x2f\x6e\xff\x00\xe2\x51\xc6\ \x0c\x3b\x04\x78\x63\x6d\x7c\x2c\x04\x3e\x0e\xa2\x98\x07\x73\x40\ \x97\xa3\xd9\x0c\xe6\xe0\x24\xc0\xd4\xd4\x54\x90\x51\x52\xe2\xee\ \x77\x98\x3b\xd7\xc7\x7e\x12\x4c\x45\x75\xd7\xfd\x37\x01\xa0\xb4\ \x76\x98\x0b\xf9\x76\x80\xe9\x80\x93\xe0\x9f\xa7\x78\xe0\xb3\x5d\ \xbe\x79\x45\x03\x19\xc0\x91\xfb\x55\x74\x91\x6c\x16\xfa\x09\xeb\ \xc9\x7a\xe0\x87\xde\x2f\x98\x8d\x06\x85\xd8\x32\xc6\xed\x84\x8a\ \x07\x37\xae\x3b\xac\xb9\x97\x49\xa1\x4f\x49\x7e\x71\x06\xcb\x0b\ \x27\x9d\xf6\x63\x92\x14\xfe\x12\x99\x7b\x31\xb5\xa7\xe1\xdc\x40\ \xf1\x77\x04\x95\xc1\x93\x66\xc2\xa0\x27\x93\xc9\x70\xca\x2c\x3a\ \x41\x68\xcc\x5b\xb7\x6e\x05\xe3\xca\xb3\xd2\x10\x68\x0a\x92\x51\ \x5e\x84\x88\xef\x3b\xc5\x49\x4a\x13\x06\x88\x85\x26\x7d\x48\x94\ \x59\x57\x57\xa7\xc9\xc9\xc9\x50\x43\xc4\x86\x4a\xaa\x6a\x65\x01\ \x88\x02\x9c\xfa\x06\xe0\xa8\x00\x79\x0e\x98\x60\x8a\x1a\x1a\x1a\ \x02\x88\x45\x29\x71\xc0\xd1\xc8\x87\x1a\x1a\xd6\x99\xb5\xe1\x6f\ \x28\xae\x0b\xbd\xd7\x2e\x21\xe8\x74\x35\x77\xa0\x0d\xf0\x74\x26\ \x0e\x0a\xda\xd9\x06\xc6\xe9\x2c\x15\x6b\xe2\xf5\x5b\xe5\x72\x39\ \x34\x08\x9c\x9f\x9f\x0f\xac\x9e\x03\x42\x2f\xf4\xf4\x7a\x22\x3f\ \x70\x01\x2d\x8c\x73\x45\x5e\x71\x72\x38\x13\x8f\x3c\x51\x4a\x0c\ \x1a\xa9\x15\xd6\x20\x16\x8b\x85\x34\x2e\xeb\x7d\xe3\xc6\x0d\x35\ \x37\x37\x6b\x7c\x7c\x3c\xcc\x29\x91\x58\x7d\x38\xf1\xc1\x83\x07\ \xb5\x71\xe3\x46\xb5\xb4\xb4\xe8\xc6\x8d\x1b\x8a\xc7\xe3\x55\x29\ \xf2\x54\x2a\x15\x0e\x1c\x38\x8d\x1e\x75\xac\x18\x5c\x98\x44\x07\ \xf4\xa5\xd2\xea\x93\x0f\x00\xfe\x28\x3b\x0f\x4a\x6e\x6d\x6d\xd5\ \xbf\xfc\xcb\xbf\xe8\x2b\x5f\xf9\x8a\xbe\xf2\x95\xaf\xe8\xef\xfe\ \xee\xef\xd4\xd9\xd9\xa9\xab\xff\xfb\xe0\xdd\x78\x3c\x1e\xc0\x16\ \x0c\x0d\x4c\x94\x1b\x03\x69\x2d\x9d\xcc\x09\x2c\x4e\xbf\xf8\xde\ \x00\x44\xdc\x20\xb9\xf3\x07\x68\xc3\x5a\x39\x93\xeb\x2c\x82\xbf\ \xd0\xbf\x42\xa1\x10\xf6\x8c\x14\x13\x7a\x51\x57\x57\xa7\x5d\xbb\ \x76\x85\xb4\xec\xd5\xab\x57\x55\x2c\x16\x35\x33\x33\xa3\x5c\x2e\ \x17\x4e\x16\xe1\xf0\x1c\xd4\xef\xd8\xb1\x43\x2d\x2d\x2d\xca\xe7\ \xf3\xc1\x28\x52\x97\x85\x4c\xa3\xa3\xac\xbd\x3b\x42\xfe\x05\x74\ \xb0\x76\x38\x48\x82\x11\x8c\xad\xb3\x4b\x0d\x0d\x0d\x3a\x7a\xf4\ \x68\x55\xb1\x37\x4e\x02\x19\x70\xb9\x95\xaa\x1f\x22\xeb\xbf\x13\ \x60\xf8\x49\x27\x74\x30\x95\x4a\x69\x68\x68\x48\xa3\xa3\xa3\xc1\ \x8e\x24\x12\x09\xe5\x72\xb9\xf0\xec\x3e\x4f\x4f\x61\x53\x9d\x11\ \x77\x1b\xcb\xf8\xdd\x79\xd1\x04\x12\xb9\x2b\x14\x0a\x9a\x9a\x9a\ \x52\x3a\x9d\xd6\x8e\x1d\x3b\x94\x48\x24\xf4\xc2\x0b\x2f\x84\x34\ \x5e\x34\xd0\x63\x9d\x18\x07\xd7\x72\xc0\x3d\x32\x32\xa2\xfe\xfe\ \x7e\xcd\xcf\xcf\x6b\x70\x70\x50\x6d\x6d\x6d\x6a\x6d\x6d\x0d\xc1\ \xeb\x8d\x1b\x37\xb4\x61\xc3\x06\x0d\x0d\x0d\x85\x40\xf1\x8e\x3b\ \xee\x50\x22\x91\xd0\xef\xfc\xce\xef\x54\xa5\x99\xd1\x47\x6c\x93\ \xb3\xfe\xfe\x19\xec\xa3\x03\x1d\xec\x24\x32\x0c\x80\x70\x96\x36\ \x3a\x0f\xfe\xce\xba\xc1\x58\xe2\xf3\x3c\x30\x01\x0c\xdc\xba\x75\ \x2b\xd8\x1b\xd8\x4c\x7c\x1f\x60\x04\x60\x47\x80\x8c\xaf\x75\xd9\ \x44\x0e\x00\x45\xce\x4a\x61\x63\x1a\x1b\x1b\x83\x7c\xf2\x7d\xc6\ \xce\xfe\xf3\xdd\x68\xba\xcb\x03\x40\xf4\x03\x20\xe8\xb2\x03\x10\ \xa4\x03\x80\x83\x4d\xe6\x0d\xe9\xb0\xb0\xb0\xa0\x96\x96\x96\x2a\ \x66\x2b\xca\xe2\x3a\xe0\x8f\x32\xd3\xcc\x15\xf9\xf7\x3e\x9d\xd8\ \x74\x98\x3b\xf6\xd1\xeb\xa4\x58\x1b\xaf\x05\xe7\x3d\x82\x2b\x07\ \xc8\xbc\x87\x3d\x72\x30\x8e\x7c\x63\x5f\xb0\x5b\x2e\x67\x71\x36\ \xdf\x37\x1a\x47\x08\x20\x70\x94\x07\x28\xf1\xc5\x87\x4e\xf5\x54\ \x81\xb4\xf6\xa8\x93\xa6\xa6\xa6\x70\x0f\x1c\x2b\x46\x8e\x34\x1d\ \x93\x62\x53\x58\x58\x36\x16\x81\x61\x03\x78\xbe\xdb\xe4\xe4\x64\ \x30\xee\xa4\xa0\xe6\xe7\xe7\x43\xb4\x81\x11\xf6\x47\xeb\x20\x54\ \x44\x20\xd0\xb4\xa4\x27\x49\x31\x20\xc8\xd4\x1b\x2c\x2f\x2f\xab\ \x50\x28\x54\x19\x33\x36\x97\x06\x9a\xee\x50\xb8\x9f\x47\x6d\x1c\ \xff\x66\xee\x51\xd4\xef\x45\xca\x18\x44\xfa\x03\x01\xea\x60\x78\ \xfc\x51\x1b\xbe\x2f\xb1\x58\x2c\xd4\xe2\x60\x38\xa2\x86\x00\xc3\ \xbd\xb2\xb2\x52\x75\x54\x95\x28\x93\xf1\xe0\xb4\xa0\x88\x11\x76\ \xc6\xe7\x0e\xc1\x01\x2a\x4a\x47\x6a\x8d\xa2\x53\xfa\xd2\x34\x35\ \x35\x85\xba\x3a\x14\x8b\x3a\xbd\xe8\xde\x23\xd4\x28\x93\xb3\x7e\ \xbe\xde\xec\x1b\x0a\xc5\xa9\x43\x57\x24\xd6\xc9\x65\x3a\x99\x4c\ \x86\xe3\xbd\x33\x33\x33\x9a\x9d\x9d\xd5\xf5\xeb\xd7\xd5\xd5\xd5\ \xa5\x07\x1e\x78\x40\x1d\x1d\x1d\xea\xee\xee\xd6\xd4\xd4\x94\xc6\ \xc6\xc6\xd4\xda\xda\xaa\xe9\xe9\x69\xb5\xb4\xb4\x28\x97\xcb\xa9\ \xb9\xb9\x39\x14\xa7\x03\xee\x7d\x6f\x91\x75\x67\x7f\xd0\x25\xd8\ \x01\x0c\x15\x4a\x5a\x5f\x5f\x5f\xe5\x28\x90\x1f\x6a\x4b\xba\xba\ \xba\xf4\x4f\xff\xf4\x4f\xba\xed\xb6\xdb\xf4\x67\x7f\xf6\x67\x1a\ \x1d\x1d\xd5\xba\x75\xeb\x74\xfd\xfa\x75\x75\x76\x76\xaa\xa5\xa5\ \x45\x93\x93\x93\x55\x86\xcb\x41\x3d\xac\x33\xac\x0e\x87\x18\x9a\ \x9a\x9a\xc2\x89\x57\xe4\x94\x3d\x47\xa6\x1d\xbc\xfa\x7e\xb9\x31\ \xe3\x15\x65\x45\xf8\xfc\xd2\xd2\x92\x2e\x5c\xb8\xa0\xf9\xf9\x79\ \xfd\xea\x57\xbf\xd2\xcc\xcc\x4c\x08\xde\x28\x70\xaf\x54\x56\x7b\ \xd6\x9c\x3f\x7f\x5e\xc3\xc3\xc3\x01\x90\x02\x3a\xd3\xe9\x74\xd0\ \x0d\x1f\x27\x8d\x09\x97\x96\x96\xc2\x03\x80\x01\xe7\x2e\xa3\xa4\ \x95\x5c\x97\x71\x06\x1e\x9c\xe0\x98\x3c\xd8\x71\x5b\xc4\xdc\x00\ \xaa\x37\x6e\xdc\xd0\xeb\xaf\xbf\x1e\x02\x55\xd6\xca\xd3\x38\x2e\ \xb3\xe8\x99\x3b\x6d\x74\x8d\x74\x26\xb2\xe0\xc6\x9c\xef\xbb\x83\ \x4e\xa5\x52\xe1\x50\x05\xeb\xed\x4e\x97\xef\xa1\x17\xce\x32\xb1\ \x5f\x7c\x16\x80\x0f\x43\x91\xcf\xe7\x43\xaf\xb8\x96\x96\x16\x1d\ \x3a\x74\x48\x83\x83\x83\x3a\x77\xee\x9c\x7a\x7b\x7b\xc3\x13\x11\ \x5c\x67\xf9\x1d\xf9\x76\x96\x8e\x39\xce\xce\xce\x6a\xeb\xd6\xad\ \x3a\x7e\xfc\xb8\xe6\xe6\xe6\xd4\xdf\xdf\xaf\x5c\x2e\xa7\x9e\x9e\ \x1e\x2d\x2d\x2d\x69\x64\x64\x44\x1d\x1d\x1d\x7a\xf7\xdd\x77\x03\ \x50\xfe\xc8\x47\x3e\xa2\xba\xba\x3a\x1d\x39\x72\x44\xfd\xfd\xfd\ \xba\xfd\xf6\xdb\x43\xc3\xd6\xf7\x73\xd8\x38\x42\xde\x87\x21\xc7\ \xbe\x3b\x39\x80\x2d\x72\x9f\xe3\xff\x8f\xd6\xf2\xb0\x7e\x30\xe5\ \xd4\x73\x45\xeb\x9c\x08\x9e\x91\x47\x3f\x81\xef\xc0\x99\x17\xf7\ \x01\x90\xe2\xb8\xbd\x51\x2a\x6b\x89\x1c\x30\x1e\xca\x66\xf0\x83\ \xcc\x07\xbb\x08\x50\xf2\xc0\x1d\x80\x42\x70\xc4\x5a\x38\x2e\xe0\ \xfe\x13\x13\x13\x9a\x9c\x9c\xd4\xcc\xcc\x4c\xd0\x13\xca\x54\x08\ \x38\xb1\x5b\x10\x32\x94\xe7\x60\x87\xa3\xc1\x05\x73\x70\x39\xf4\ \x8c\x47\x2c\x16\x0b\x59\x10\x67\xef\x9c\x51\x26\x73\xe6\x04\x05\ \x41\x15\x2f\xfc\xaa\x83\x69\xec\x31\x3e\xdc\x83\x27\x3e\x13\xfd\ \x9b\x33\xf6\xee\x63\x91\x8d\x44\x22\xa1\xb8\x53\x86\x08\x8c\x6f\ \x20\x9b\xc7\xa9\x07\x57\x50\xa7\xd9\xd8\x14\x26\xeb\x05\x83\xbe\ \x50\x2c\x12\xd4\x2a\x80\x0a\x03\xe4\x60\x89\xcd\x73\x46\x69\x76\ \x76\x36\x9c\x90\x00\xac\xe1\x90\x70\x54\x44\x3e\x5c\x93\x63\xac\ \x08\x88\x53\xad\x9e\x16\xf4\xf4\x18\x86\x0c\xe7\xcb\x7c\xa8\xe7\ \xa1\x59\x19\x85\xb6\x9e\xe6\x9b\x9d\x9d\x0d\xc2\xbe\xbc\xbc\x1c\ \xba\x7b\xf3\x4c\x47\xa8\x58\x9a\x94\x61\x6c\x3c\xd2\x70\xfa\x94\ \xeb\xb0\x9e\x28\xa3\x0b\x67\x94\x9e\x24\x5a\xe7\xe8\xbf\xf7\x29\ \x71\x06\xcf\x29\x61\xf6\x82\x7d\xc2\x28\x01\x0e\x18\x13\x4a\xc2\ \xfb\x7c\x86\xfd\x74\x26\x06\x10\x4b\xf4\x52\xa9\x54\xc2\xe9\x21\ \xa2\x3d\x67\xcc\xf8\xae\xb3\x59\x18\xa8\x85\x85\x85\x70\xda\x10\ \x20\xec\x8c\x9e\xd7\x58\x30\x4f\xae\x8f\xc1\x8f\x3a\x7f\x14\x14\ \x20\xc9\xda\xe7\x72\x39\x1d\x3c\x78\x30\xa4\xb1\x6a\x6a\x6a\x74\ \xfb\xed\xb7\xeb\xd0\xa1\x43\xca\x64\x32\xca\xe5\x72\xea\xe8\xe8\ \x50\x2e\x97\x0b\xc5\xa9\xd4\x0e\x12\x40\x60\x08\x30\x8e\x9e\xea\ \xf3\x54\x80\xb3\xaa\x89\x44\x42\xcd\xcd\xcd\xc1\xb1\xa1\x37\x5e\ \x9f\x10\x8f\xc7\x35\x39\x39\xa9\xf9\xf9\x79\xfd\xe5\x5f\xfe\xa5\ \xee\xbc\xf3\x4e\xfd\xfd\xdf\xff\xbd\x16\x17\x17\xb5\x6f\xdf\xbe\ \xc0\xda\xb4\xb5\xb5\x85\xcf\x2d\x2d\x2d\x69\x72\x72\x52\xa5\xd2\ \x6a\x61\x2d\x8f\x8d\xa0\x9e\xd1\x53\x67\xcc\xc3\x99\x53\xf4\xdc\ \x9d\xa6\x03\x0b\x4f\x35\x39\x78\x75\x1b\xc2\x7b\xe8\xf4\xfa\xf5\ \xeb\x35\x32\x32\xa2\x5d\xbb\x76\xe9\xdc\xb9\x73\x2a\x16\x8b\xa1\ \x86\x8c\xbd\x4d\x24\x56\x9f\x17\x38\x3e\x3e\x1e\x0e\xab\x44\x8d\ \x3f\xad\x30\xfc\x30\x04\x87\x0c\x78\xb8\x34\xba\x51\x5f\x5f\xaf\ \xc6\xc6\xc6\x70\x7a\xd5\x0b\xe3\x31\xa4\x00\x0f\xdf\x37\x8f\x74\ \xfd\xff\x18\x53\xd6\xa2\xbe\xbe\xbe\xaa\xf6\x8a\xef\xfa\x3d\x58\ \x17\xd8\x75\x74\x01\xb9\xc1\xa6\x31\xd7\xfa\xfa\x7a\xed\xdd\xbb\ \x57\xfd\xfd\xfd\x55\xac\x38\x2f\x4f\x6d\xb0\x9f\x92\x42\x8a\xeb\ \x93\x9f\xfc\xa4\x36\x6f\xde\xfc\x6b\x29\x8d\x28\x93\xe6\xe0\x81\ \x7d\xc6\xee\x2d\x2f\x2f\x87\x3e\x54\xdd\xdd\xdd\xda\xb5\x6b\x97\ \xba\xba\xba\x74\xec\xd8\xb1\x30\x4f\x8e\xac\x73\x5d\x74\x31\x1e\ \x8f\x07\xb6\x90\x7d\x20\xf5\xe8\x75\xb3\x67\xce\x9c\x51\x3a\x9d\ \xd6\xbd\xf7\xde\xab\xfd\xfb\xf7\x6b\xe3\xc6\x8d\x21\xc0\x8c\xc7\ \xe3\x3a\x76\xec\x98\xa4\xd5\x03\x25\xeb\xd7\xaf\xd7\x89\x13\x27\ \x42\x9b\x07\x1c\x3a\x3a\x3d\x37\x37\x17\xf4\x99\xfd\x04\x44\x10\ \x60\xb3\x2f\x80\x11\xec\x08\x2f\x18\x74\x6c\x27\xb6\x08\x9b\xe9\ \x60\x04\x7b\x15\xd5\x27\x7c\x9f\x03\x71\xfc\x14\xb6\x9e\xf5\xe2\ \x3e\xdc\x13\xe6\x9d\xa0\x0a\x16\x8b\x7b\x23\x03\x81\x2d\xb1\xbd\ \xc4\x1e\x52\x8a\xe1\xac\x0b\x60\x04\xd9\x61\x6d\x00\x11\xd8\x5d\ \xff\x01\x28\x15\x0a\x05\x15\x8b\xc5\xf0\x99\x42\xc0\x02\xf1\x64\ \x00\x00\x20\x00\x49\x44\x41\x54\xa1\x10\x52\xe0\x73\x73\x73\x9a\ \x9d\x9d\x55\x3e\x9f\xaf\x22\x68\x18\x3b\xc1\x10\x7e\x08\x9d\x88\ \xda\x15\x7c\xaf\xcb\x29\xf6\xde\x03\x29\x5f\xb7\x68\x4d\x1a\x00\ \x8e\x6b\x41\x3e\x10\x2c\xf9\xe1\x31\x74\xd5\x49\x05\xfc\x86\x03\ \x58\x74\x9d\x71\x70\xcd\x28\x23\xea\x63\x4c\xa4\xd3\xe9\xc7\x9d\ \xd2\x25\xf5\xc6\x97\x28\x80\x23\x22\xf2\xd3\x7b\x1e\xcd\x79\xf1\ \x21\x0e\x83\x47\x14\x20\x98\x2e\x10\x18\x14\x3f\xf9\xc6\xe9\x07\ \x36\x01\xc5\xa4\xeb\x35\x8b\xe7\xb5\x10\x5c\x93\xf1\xf9\x42\x82\ \x98\x39\x79\xe4\x2c\x0c\xc6\xc8\x9b\x5c\x22\xf0\xbc\xa8\xb3\xa2\ \xc6\x8b\x45\x43\x41\xb8\x46\x22\x91\x08\x60\x25\x9b\xcd\x06\x10\ \x42\x24\xe5\x79\x7c\xcf\xe5\xbb\xf3\x45\x69\xd9\x3c\x40\x07\x06\ \xcf\x51\x7e\x34\xf2\x75\xea\x18\xe3\xe8\xf3\x74\xa0\xe4\x3f\x7c\ \x8e\xb1\x23\x74\x5e\xe3\xe6\x46\x07\x23\xe3\x46\x98\x68\x2f\x95\ \x4a\x85\x06\xac\x7c\x87\x6b\xa1\x58\x80\x28\xd2\x74\xc8\x01\x0a\ \xc9\x89\x1a\x77\x5e\x5e\xb3\x80\x5c\x79\x1a\x9a\xcf\x7b\x04\xe1\ \x80\x04\x99\xf0\x88\xc4\xc7\x4f\x6a\x2c\x16\x8b\x85\xe3\xf9\x99\ \x4c\x46\x7b\xf6\xec\xd1\xd8\xd8\x98\x26\x26\x26\xf4\xf0\xc3\x0f\ \xeb\xf7\x7e\xef\xf7\xf4\xe0\x83\x0f\xaa\xb7\xb7\x37\x14\x63\xfb\ \x18\x31\xe4\xec\x3d\x7b\xe5\x63\x23\x72\xc5\xc9\x38\xa3\xe1\x46\ \xda\x23\x70\xd8\x52\xc0\x81\x17\x9f\x16\x0a\x05\xd5\xd5\xd5\xe9\ \xbe\xfb\xee\xd3\x4b\x2f\xbd\xa4\xd7\x5f\x7f\x5d\x77\xdc\x71\x47\ \xa8\x6f\xca\x66\xb3\xa1\xf1\x29\x69\xb5\x85\x85\x05\xcd\xce\xce\ \x06\xa0\x01\xeb\xc6\xfd\x58\x17\x74\xcb\xd3\x1c\xce\xc6\xb9\x0c\ \xfa\x8b\x3d\x42\xbe\xa2\x32\xeb\xd4\x7d\x5b\x5b\x9b\xbe\xf3\x9d\ \xef\x28\x93\xc9\x68\xf3\xe6\xcd\xa1\xfb\x36\x4e\x97\xfd\x3b\x77\ \xee\x9c\x66\x66\x66\xc2\xde\xc5\x62\xb1\x50\xff\x76\xeb\xd6\x2d\ \x35\x37\x37\x87\xfb\xb3\x8e\x75\x75\x75\xba\x70\xe1\x42\x08\x34\ \xd8\x07\x6f\x9e\xca\x58\x30\xce\xfc\xdf\xd3\x30\xae\x9f\x8c\x9b\ \x17\xe3\x23\xc8\xa8\xab\xab\xd3\xb5\x6b\xd7\xf4\xc4\x13\x4f\x84\ \x3d\xc6\xbe\x79\xad\xa1\x03\x4e\x9c\xa1\x07\x53\xac\x21\x6b\x37\ \x37\x37\xa7\x96\x96\x16\xed\xdf\xbf\x5f\x6d\x6d\x6d\x2a\x97\xcb\ \xc1\x71\xfa\xb8\x4a\xa5\x92\xb6\x6e\xdd\xaa\x42\xa1\xa0\x6b\xd7\ \xae\xa9\xa6\x66\xb5\x2b\xfe\xbe\x7d\xfb\x94\xcb\xe5\x34\x31\x31\ \xa1\x42\xa1\x50\xf5\x1d\x07\x7d\xef\x07\x8c\xdd\xf6\xa0\x23\x5b\ \xb6\x6c\xd1\xe1\xc3\x87\xd5\xd3\xd3\xa3\xaf\x7d\xed\x6b\x6a\x6d\ \x6d\xd5\xf0\xf0\x70\x60\xcc\x9d\xd1\x24\xe8\x41\x96\xbd\x76\x08\ \x9b\xb3\x73\xe7\x4e\x95\x4a\x25\x9d\x3e\x7d\x5a\xed\xed\xed\xfa\ \xe4\x27\x3f\x19\x3e\x33\x3b\x3b\x1b\x4e\xdc\x3d\xf1\xc4\x13\x8a\ \xc5\x62\x7a\xf8\xe1\x87\x35\x30\x30\xa0\xd3\xa7\x4f\x6b\xfb\xf6\ \xed\x41\x7e\xb9\xf6\xf0\xf0\x70\x95\x7d\xc2\xe9\x79\xd1\x38\x7b\ \xe3\x60\xc9\xd3\x60\xe8\x19\x2f\x27\x0a\x5c\x4e\xd8\x5b\xe6\xed\ \x69\xab\x28\xe3\xc1\x67\xc8\xb4\xb0\x67\x92\x7e\xad\x2d\x52\xb9\ \x5c\x0e\x41\x00\x41\x27\xb6\xd0\x41\x1b\x3a\x81\xce\x72\x5f\x4f\ \x87\x79\x10\x84\x3d\x61\x0e\xee\x43\xb9\x07\x63\x84\xb8\xc0\x2f\ \x39\xe3\x95\x4e\xa7\x95\xc9\x64\xc2\xa1\x19\x6f\x15\xc3\x93\x58\ \x08\x32\xfd\x20\x89\xaf\x27\xeb\xc3\x3c\xa3\x4c\x56\x63\x63\xa3\ \xea\xea\xea\x74\xe3\xc6\x8d\x00\xca\x28\x4f\xc1\x57\x39\x1b\xe6\ \xe9\x48\xb7\x53\x00\x39\xc6\xef\x41\x3c\xf3\x75\x1f\x89\xde\xfb\ \x78\x1c\x94\x7a\x70\xe2\xfe\xc4\x09\xa7\xb0\xe6\x4d\x4d\x4d\x8f\ \x73\xb2\x80\x8d\x71\xfa\x96\xf7\xa0\xcf\x40\xd8\xd4\x23\xe0\x5c\ \xcb\xe5\xb2\xb2\xd9\x6c\x40\xd6\x3e\x41\x90\x21\x0b\x04\x1a\x65\ \x82\x08\x1b\x13\xc2\x18\xf9\x02\x52\x47\x82\x31\x42\xd0\x49\xb9\ \xc1\xb0\xc0\x0e\x01\x12\xa2\x06\x22\x9d\x4e\xff\x5a\xfd\x14\xa9\ \x29\x0a\x9e\x49\x15\x96\xcb\xab\x8d\x25\x39\xcd\xe2\xcc\x1d\xca\ \x85\xd0\xd3\x63\xcb\xe9\x7e\x94\xcd\x53\x2b\x6c\x32\xf7\xc0\x08\ \xb8\x13\x60\xbc\xde\x77\x05\x25\xe2\xc5\x7a\xb2\x4f\x44\x7a\x1e\ \xa5\xb2\xf6\x2e\x04\x38\x6b\x8f\x56\x88\xe6\x1c\x81\x33\x0f\x07\ \xd4\x89\x44\x22\x28\x91\x3b\x07\xcf\x43\xbb\xb0\x12\x19\xb0\x4f\ \xa4\x80\x90\x37\x8a\xe8\x61\x25\x39\xb9\xe1\x94\x7c\x94\x29\x70\ \x27\x84\x61\x68\x69\x69\x09\x4c\x23\xa0\xc0\x0d\xaa\x47\xfb\x0e\ \x76\x78\x28\xf0\xa3\x8f\x3e\x1a\x52\x7c\xce\x62\x56\x2a\x95\x90\ \xde\x3c\x71\xe2\x84\x12\x89\x44\x48\x09\xb2\xe6\xc8\x30\xbf\x3b\ \xd3\xe4\x73\x88\x2a\xaf\xb4\xd6\x31\xdd\x59\x62\x67\x16\xbd\xbe\ \x00\x90\xea\xc0\x91\xbd\xcf\x66\xb3\x1a\x18\x18\xd0\x53\x4f\x3d\ \xa5\x77\xdf\x7d\x57\x9b\x36\x6d\xd2\xfa\xf5\xeb\x35\x3d\x3d\xad\ \xb1\xb1\x31\xcd\xce\xce\xaa\xaf\xaf\x4f\xf3\xf3\xf3\x21\x80\x49\ \xa7\xd3\x6a\x69\x69\x09\x20\x9a\xa8\xd9\x01\x90\x03\x25\xe6\xc4\ \xde\x00\x02\xdd\x18\x39\x70\x77\xf9\x42\xdf\x1c\xa8\x48\xab\x11\ \xef\xd6\xad\x5b\xf5\xbd\xef\x7d\x4f\x87\x0f\x1f\x56\x67\x67\xa7\ \x1a\x1b\x1b\x83\x9e\x53\xff\x73\xf9\xf2\xe5\x70\x72\x33\x99\x4c\ \xaa\xb5\xb5\x55\x77\xdd\x75\x57\x28\xe4\x75\x70\x9b\x4c\x26\xc3\ \x81\x07\x6c\x82\xa4\xd0\x93\xcd\x0f\xc3\x90\x8e\x87\x91\xf5\xf4\ \x78\xb4\xa6\xc5\xc1\x21\xfb\x8c\xad\xc2\x79\xd6\xd4\xd4\xe8\x1b\ \xdf\xf8\x46\x00\x37\x9e\xca\x43\x9e\xd8\x77\xec\x92\xb3\x7f\x9e\ \xfe\xf3\xd4\x55\x2c\xb6\x5a\xb8\xdb\xd1\xd1\xa1\x6d\xdb\xb6\x69\ \xcf\x9e\x3d\xda\xb1\x63\x87\x24\x05\xdd\x61\x8c\x9d\x9d\x9d\xda\ \xbd\x7b\xb7\x4e\x9c\x38\xa1\xe6\xe6\x66\xd5\xd7\xd7\xeb\xf4\xe9\ \xd3\x01\x6c\xd1\xd9\xde\x1d\x30\x73\x67\x1c\xbe\xb7\xec\x21\xc1\ \x48\x5f\x5f\x9f\xb6\x6c\xd9\xa2\x43\x87\x0e\x69\x7c\x7c\x5c\x4f\ \x3f\xfd\xb4\x5a\x5b\x5b\x75\xf5\xea\xd5\x2a\xd9\x76\x79\x89\xb2\ \x48\xa4\x0a\xf9\xff\x9d\x77\xde\x19\xd2\xc4\xfb\xf7\xef\xd7\xed\ \xb7\xdf\xae\x86\x86\x06\xe5\xf3\x79\x5d\xbd\x7a\x55\x77\xdd\x75\ \x97\x9e\x7e\xfa\x69\xbd\xfd\xf6\xdb\xea\xe9\xe9\xd1\x67\x3e\xf3\ \x19\x15\x0a\x05\x5d\xbe\x7c\x59\xbb\x77\xef\x56\x5b\x5b\x5b\xb0\ \x55\xb5\xb5\xb5\x1a\x1d\x1d\xad\x4a\x65\xfb\x3e\xa2\x37\xd2\x1a\ \xb0\x66\x9e\xc8\x05\x41\x30\x6c\x17\x32\xcb\xfb\xcc\x2b\x1a\xd4\ \x4a\xaa\xaa\x6d\xe4\x73\xf8\x23\x97\x1f\xf6\xd9\x8b\xd7\x59\x23\ \x2f\x1b\xe0\xfb\xc8\x31\x20\x1d\xb9\xc3\x5f\xfb\x7c\xfc\x50\x96\ \x07\xa4\xbc\xdc\x87\x39\x68\x60\x1d\xb0\xc9\xa5\x52\xa9\xaa\x96\ \x13\xc0\x83\x2f\xc9\x64\x32\x61\x6e\xee\xbf\x42\x7a\x2c\xbe\xd6\ \x3b\x0b\x3d\x70\xd6\x9e\xb9\xa2\xb7\x1e\x7c\x48\xab\xd9\xa5\xda\ \xda\x5a\x0d\x0f\x0f\x6b\x7a\x7a\x3a\xf8\x2a\x07\x6a\xc8\xaf\x03\ \x53\xb7\x59\x3e\x7f\x67\x96\xd8\x33\xc7\x1d\xac\x03\x3f\x0e\x54\ \xdd\xaf\x7a\xf0\xe5\x32\xef\xd7\x61\xef\x13\xb9\x5c\xee\x71\xea\ \x2d\xdc\xd9\x4a\x6b\x0f\x8f\xf5\xb4\x12\x17\x77\x34\xe9\x51\x63\ \x14\xc5\xb1\x98\x2e\x58\x2e\x74\xde\xbc\x12\xe1\x01\xa1\xc2\x82\ \x71\x32\x8f\xc5\xa3\x8f\x90\xb7\x22\x00\xac\xd4\xd4\xd4\x84\x13\ \x2f\x6c\xde\xad\x5b\xb7\x34\x37\x37\x57\x95\x77\xc7\x98\xd2\x83\ \x88\xf4\x03\xac\x19\xbd\x35\x00\x7f\x1e\x91\x78\x8f\x11\x80\x99\ \x53\x8c\xbc\x30\xd6\xfe\x2f\xf3\x64\x9c\xdc\x83\x6b\xc1\xc0\xa1\ \x3c\xdc\x07\x00\xc4\xc9\x32\x84\xd5\x59\x2f\x1c\x32\x8a\x88\xd1\ \x41\xd8\xb8\x6e\x22\x91\xa8\x7a\xe6\x20\xce\x00\xe6\xcf\x15\xce\ \x5f\xd0\xa6\xbe\xff\x51\x47\x1c\x75\x22\x28\x19\xf7\xa7\x60\x99\ \xbd\x84\x9d\x64\x4f\xa5\xb5\x3c\xb6\x2b\x8a\x83\x75\x07\x8f\xcb\ \xcb\xcb\xea\xe9\xe9\xd1\x96\x2d\x5b\xc2\x69\x23\xe6\xee\xac\x55\ \x34\xad\x04\xb3\x5a\x28\x14\x42\x7b\x82\xa9\xa9\xa9\xc0\xa2\xc4\ \x62\xab\x0f\x83\x2e\x14\x0a\x1a\x1f\x1f\xd7\x8d\x1b\x37\x74\xea\ \xd4\x29\x4d\x4c\x4c\xa8\xa9\xa9\x49\xbd\xbd\xbd\x55\x32\x80\x0e\ \xb9\xbc\x3b\xd0\x75\x05\x74\x56\x10\x83\x47\xc0\x42\x6a\xc3\x0b\ \xe5\xbd\xa0\x1a\x3d\x75\x87\x51\x2c\x16\xd5\xd7\xd7\xa7\x62\xb1\ \xa8\x63\xc7\x8e\x69\x7c\x7c\x5c\xbb\x76\xed\xd2\xf0\xf0\xb0\x6a\ \x6b\x6b\x95\xcd\x66\x95\xcf\xe7\x95\x4e\xa7\x35\x39\x39\xa9\xda\ \xda\x5a\x75\x77\x77\x87\x7d\x07\x44\xa2\x17\x9e\x12\x03\x38\x70\ \x3f\x0f\x16\x5c\x46\xf8\xac\xb3\x71\xbe\x87\xae\xbf\xc9\xe4\x6a\ \x8b\x95\x0b\x17\x2e\x04\xc6\xe5\xf8\xf1\xe3\xba\xfd\xf6\xdb\x83\ \x9e\x5c\xbb\x76\x2d\x3c\x4e\xe8\xc2\x85\x0b\xe1\x24\x67\x7f\x7f\ \xbf\xf6\xef\xdf\xaf\xee\xee\x6e\xcd\xce\xce\xea\xe6\xcd\x9b\x55\ \x36\x88\x60\xc8\xd3\xec\x95\x4a\x25\xb0\xab\xee\x00\x90\x4f\x67\ \x3f\x59\x67\xe6\xcc\xcb\x9d\x03\x4e\xd8\x0d\x6a\x3a\x9d\xd6\x85\ \x0b\x17\xf4\xe4\x93\x4f\x86\xfd\xc2\x40\x3b\x83\x01\x68\x62\x2d\ \xdc\xa0\x3b\xab\x85\xdd\x75\xb6\x76\x61\x61\x21\x74\x39\x4f\x26\ \x93\xda\xb7\x6f\x9f\x1e\x7d\xf4\x51\x6d\xdd\xba\x35\x04\x3f\x5d\ \x5d\x5d\xfa\xe8\x47\x3f\xaa\x17\x5e\x78\xa1\x8a\x0d\x3e\x75\xea\ \x94\xe6\xe7\xe7\xf5\xe7\x7f\xfe\xe7\x1a\x1c\x1c\xd4\xcd\x9b\x37\ \xab\xe6\x87\x5d\x61\x7e\xd8\x06\x74\xbc\xb6\xb6\x56\x99\x4c\x46\ \x5b\xb6\x6c\xd1\x96\x2d\x5b\xb4\x7b\xf7\x6e\xfd\xf7\x7f\xff\xb7\ \x96\x96\x96\xc2\x09\x4d\xee\x85\x5e\x90\xba\xf1\x80\x00\xf9\xc7\ \x8f\xd0\x64\xf6\xe2\xc5\x8b\x4a\x26\x93\xba\xef\xbe\xfb\x82\x7c\ \x9c\x3b\x77\x4e\x9b\x36\x6d\x52\x26\x93\xd1\xbf\xfe\xeb\xbf\x6a\ \x7e\x7e\x5e\x77\xdc\x71\x87\x7e\xe3\x37\x7e\x43\xcf\x3d\xf7\x9c\ \x4e\x9f\x3e\xad\x52\xa9\xa4\x9d\x3b\x77\x06\x19\x58\x5c\x5c\xd4\ \xcd\x9b\x37\xab\x64\xcf\xe7\x83\x5d\x60\x0d\x9d\x85\xc5\x8e\xba\ \xae\xc6\xe3\xf1\x50\x1a\x83\x9d\xf6\xbd\xe2\x33\xcc\xcb\x03\x6c\ \xc8\x01\x6c\xb7\xd7\xd0\x7a\x49\x87\xdb\x4b\xd7\x37\x82\x1f\xc6\ \x4c\x60\xca\x61\x28\x58\x53\x74\x8e\x7b\xa2\xc3\xdc\x93\x71\x33\ \x2e\x18\x76\xf7\xa1\x4e\x80\x70\xca\x8f\x7d\xf4\xba\x65\x07\x7d\ \xe9\x74\xba\xaa\x27\x15\x6b\x8d\x4f\x72\x19\xe6\x6f\xc8\x99\x83\ \x17\xcf\xec\x30\x17\x82\xa3\x4a\xa5\xa2\xa1\xa1\x21\xe5\xf3\xf9\ \x2a\x80\xcb\x3c\x9d\x5d\x8f\xd6\x29\x47\xc7\x8f\x3c\x7b\x8d\xb1\ \x33\x8b\x3e\xa6\xa8\x1c\xb8\x5c\x3b\x0b\xe6\x24\x80\xcb\x44\x00\ \x77\xb9\x5c\xee\x71\xbf\x30\xc6\x03\xc5\x42\xb1\xb9\x20\xe8\x98\ \xc9\xb1\x70\xfc\x4e\x7d\x95\x47\x64\x08\x0f\x29\xc8\x4c\x26\x13\ \xea\x91\xa0\xf9\x41\xe9\xe4\x8e\x9d\xce\x64\xc1\x31\xfc\xd4\x64\ \x79\xc5\x3f\x82\x4a\x2d\x06\x75\x37\xf4\x6d\x01\x08\x21\xa8\xd2\ \x6a\xa1\x23\x4c\x12\x06\x01\x61\xa6\xe6\x8c\xa7\xb8\x23\x7c\x14\ \x05\xa7\x52\xa9\x2a\x70\xe8\xac\x9d\x1b\x4d\x7e\xa0\x85\x51\x66\ \x00\x07\xc0\xd4\x0d\x1c\x02\xef\xd1\x05\xf7\x66\x9d\x29\x4e\x47\ \xa1\xa9\x15\x02\x44\x02\xb6\x10\x16\xee\x8b\xb1\x87\x15\x63\xdd\ \x7d\x3c\x8c\xc3\xe9\xf4\x58\x6c\xad\x95\x80\x1b\x52\x04\x3a\x9b\ \xcd\x06\xf6\x80\x82\x71\x58\x25\xd6\xcf\xd9\x4d\x3e\x43\x41\x28\ \xf7\x40\xa6\x3c\xcd\x07\x20\xc4\x98\x61\x14\x18\xdb\xe4\xe4\x64\ \x78\xf6\x59\x7f\x7f\xbf\xca\xe5\xd5\x3e\x3d\xd1\xe8\x84\xa8\x19\ \x90\x30\x37\x37\xa7\x89\x89\x09\x0d\x0d\x0d\x69\x6e\x6e\x2e\x30\ \x3b\xb7\x6e\xdd\xd2\xd8\xd8\x58\x55\x63\x3d\xf6\x75\xd3\xa6\x4d\ \xba\x72\xe5\x8a\x1a\x1b\x1b\xd5\xd9\xd9\x19\xd6\x16\xfd\xf1\xc8\ \xd5\x8d\xab\x33\x4f\x3e\x1e\x82\x18\x8c\x02\x7f\x67\x9d\xa2\x35\ \x69\xac\x2f\x27\x42\x61\x01\xe3\xf1\xb8\xd6\xad\x5b\xa7\xb7\xdf\ \x7e\x5b\x85\x42\x41\x13\x13\x13\x7a\xe4\x91\x47\x82\xb1\x6d\x6f\ \x6f\x0f\x2d\x0e\x0e\x1c\x38\x10\x98\xd4\xb9\xb9\x39\x8d\x8d\x8d\ \x05\x40\xc2\x7a\x21\x7b\xee\x3c\xfc\xe5\x05\xfb\xe8\x9f\x03\x48\ \x64\x35\xca\x02\x79\xa4\x4c\x8a\x7e\xc3\x86\x0d\x7a\xf1\xc5\x17\ \xd5\xd9\xd9\xa9\x9e\x9e\x9e\xc0\x1e\x54\x2a\xab\x0d\x19\xcf\x9e\ \x3d\xab\xa9\xa9\x29\x65\xb3\x59\x1d\x38\x70\x40\x5d\x5d\x5d\x4a\ \xa7\xd3\x9a\x9a\x9a\xd2\xe8\xe8\x68\x90\x43\x82\x2a\xc0\x14\x6b\ \xca\xfb\x6e\xa0\xb1\x73\x6e\x8c\x9d\x95\x40\xae\xa3\xfb\xe6\x73\ \xf0\xd4\x53\x2a\x95\xd2\xd7\xbf\xfe\xf5\x90\x9e\x72\x66\x01\x19\ \xa1\xa0\x19\xdd\xf1\x9a\x50\x5f\x9f\xa8\xa3\xe6\xff\xf1\xf8\x6a\ \xe3\xe2\xeb\xd7\xaf\x6b\x68\x68\x48\xb1\x58\x4c\x13\x13\x13\xaa\ \xab\xab\xd3\xce\x9d\x3b\xd5\xd9\xd9\xa9\x07\x1e\x78\x40\xd9\x6c\ \x56\x47\x8f\x1e\xd5\xd2\xd2\xea\xb3\xdf\xb0\x13\x80\xea\x8f\x7d\ \xec\x63\x1a\x19\x19\xd1\x8d\x1b\x37\x42\x36\xc1\x41\x0f\x8e\xc3\ \x59\x97\x64\x32\xa9\x5d\xbb\x76\xa9\xa7\xa7\x47\x77\xdc\x71\x87\ \x92\xc9\xa4\xbe\xff\xfd\xef\x4b\x92\x2e\x5d\xba\x14\xe4\xdc\x03\ \x71\xd6\xc6\x9d\x3b\x20\x0b\xdb\xb0\x6d\xdb\x36\x8d\x8f\x8f\x6b\ \x72\x72\x52\x7d\x7d\x7d\xfa\xcc\x67\x3e\x23\x49\xa1\x8e\xf5\xc8\ \x91\x23\xfa\xe9\x4f\x7f\xaa\x67\x9e\x79\x46\x9d\x9d\x9d\xfa\xed\ \xdf\xfe\xed\xd0\xf7\x6a\xf7\xee\xdd\x7a\xed\xb5\xd7\x34\x34\x34\ \xa4\x1d\x3b\x76\x28\x9d\x4e\x6b\x66\x66\x26\x1c\x88\x70\xf6\x04\ \xb9\xf4\xfd\x74\xbd\x76\x1d\x66\x9c\xd8\x2b\x74\x81\xef\xba\xbf\ \x84\xed\x8e\x82\x2c\x0f\x46\x9c\x35\x77\x36\xd8\x99\x2d\x07\x2e\ \x1e\xb0\x3a\xa3\xe9\x72\xe8\x2d\x92\x90\x59\x67\xcc\x60\x09\x19\ \x53\x14\x48\xba\xcf\xa2\x34\x82\xb9\x93\x56\x27\x3d\x18\x8b\xc5\ \x02\x53\xca\x3c\xf0\x23\x4b\x4b\x4b\x2a\x16\x8b\x81\x6d\xe6\xfe\ \x1e\x60\xfb\xda\xf9\xff\xf9\x17\x7f\x2a\xa9\xca\x6e\xb0\xee\x23\ \x23\x23\xa1\x66\xd4\x65\x94\xb1\xf0\x3e\xb8\x81\x79\x38\xab\x85\ \xbe\x39\x00\x72\xbb\xe4\xdf\xf3\xb5\x67\x5c\xc8\x32\x6b\xe7\xa0\ \xcc\x41\x9c\xaf\x73\x22\x91\x50\x22\x93\xc9\x3c\xce\x0d\x3d\x05\ \x91\x4c\xae\x76\xf3\xa6\x58\x8d\x81\xc1\xb0\xb0\x78\x20\x6d\xd2\ \x53\x8e\x88\x3d\x7a\xa0\x80\x0f\xa3\x19\x8f\xc7\x43\xe3\x4f\x4f\ \x53\xc4\x62\x6b\x5d\xdc\x11\x7a\x36\xd9\xd3\x93\x4c\x10\xc0\x03\ \x23\xc3\xe9\x2b\x8c\x11\x35\x17\x34\x29\x63\xbc\x80\x37\x3f\xc9\ \x01\x70\xa3\xcb\xb3\x77\x99\xc5\x39\x23\x80\x14\x6e\x63\xa4\x01\ \x14\xac\xc3\xec\xec\xec\xaf\xb5\x90\xf0\x1a\x04\x94\x82\xfb\xce\ \xcc\xcc\x04\x07\xc0\x06\x35\x34\x34\x54\x81\xa8\x68\x34\xcc\x67\ \x3d\x95\x84\xd1\x77\x27\xe7\x91\x30\x46\x01\x81\xf1\x22\x44\xc6\ \x49\xdd\x1d\x86\x90\xcf\x3a\xed\x8b\x50\x21\x74\x35\x35\x35\xea\ \xe8\xe8\x08\xb2\x43\x7a\xd0\x81\x39\x0f\x3c\xe6\x9e\x14\xac\x7b\ \x74\xcf\x98\xbd\xc6\x01\x25\x71\x56\xc4\xa3\x4f\x80\x0d\xec\xd5\ \xc0\xc0\x80\x62\xb1\x98\xa6\xa6\xa6\xaa\x4e\xa4\x79\x9a\x82\x39\ \xa7\xd3\x69\x75\x75\x75\x05\xb0\x44\xbf\x1d\xee\xeb\xd4\x70\x7b\ \x7b\xbb\xee\xbf\xff\x7e\xad\xac\xac\xe8\xc6\x8d\x1b\x6a\x68\x68\ \x08\xd1\x1e\xeb\x8e\xc1\x8c\x8e\xd9\x23\x33\xa2\x62\xe4\x8b\x75\ \xf7\xb9\x26\x12\x89\x50\x77\xc4\x9e\xa1\x07\xc8\x2e\x51\x24\x72\ \x92\xcb\xe5\xd4\xdb\xdb\xab\x33\x67\xce\xe8\xd4\xa9\x53\x2a\x14\ \x0a\xba\xff\xfe\xfb\xd5\xd0\xd0\xa0\xcb\x97\x2f\x6b\x66\x66\x46\ \x9d\x9d\x9d\xa1\xeb\xf5\xdc\xdc\x9c\x46\x47\x47\x55\xa9\x54\x82\ \xdc\xba\x83\x47\x6e\x3c\x80\x41\x76\x59\xf7\x68\xfa\x21\x0a\x48\ \xd9\x2f\x37\x7a\xbc\xc7\xb8\x1b\x1b\x1b\xd5\xd6\xd6\xa6\x8b\x17\ \x2f\x6a\xfb\xf6\xed\x41\xb6\x39\xc9\x79\xea\xd4\x29\x2d\x2f\x2f\ \x6b\xcf\x9e\x3d\x1a\x18\x18\x08\x65\x05\x00\xac\x78\x7c\xed\x80\ \x02\xb6\x84\xf4\x3f\x07\x37\x3c\xa2\x75\x67\xef\x81\xa2\x07\x98\ \xce\xd8\xb1\x7f\xac\x8b\x1b\xeb\x78\x3c\x1e\xd2\x70\xcf\x3e\xfb\ \xac\xa4\xb5\xe7\x75\x92\xee\x8d\x32\xaa\x51\xe0\xe5\x91\xb8\x3b\ \x29\x97\x09\x49\x01\x34\x26\x93\x49\x1d\x39\x72\x44\x97\x2f\x5f\ \xd6\xcd\x9b\x37\x35\x38\x38\xa8\xa1\xa1\x21\xd5\xd7\xd7\xeb\xf2\ \xe5\xcb\xfa\xd1\x8f\x7e\x14\x9a\xaa\x72\x2f\x0e\x61\x9c\x3f\x7f\ \x5e\x23\x23\x23\xfa\xe2\x17\xbf\xa8\x7c\x3e\xaf\x8b\x17\x2f\x56\ \xd5\xf5\xb1\xc7\x51\x36\x2a\x91\x48\x84\x7a\xae\x9d\x3b\x77\xea\ \x7f\xfe\xe7\x7f\x34\x3d\x3d\xad\x33\x67\xce\x54\x81\x13\x0f\xd0\ \xd0\x61\x0f\xc8\xbd\x36\x34\x91\x48\x68\xc3\xff\xb6\x5f\x98\x9f\ \x9f\xd7\x47\x3e\xf2\x11\xed\xdf\xbf\x3f\x74\x2f\x5f\xb7\x6e\x9d\ \x6a\x6a\x6a\xf4\x0f\xff\xf0\x0f\x5a\x5a\x5a\xd2\x47\x3e\xf2\x11\ \x7d\xe0\x03\x1f\x50\x32\x99\x54\x47\x47\x87\xfa\xfb\xfb\x75\xe8\ \xd0\xa1\x60\x5b\x73\xb9\x9c\xe6\xe6\xe6\x34\x3c\x3c\x1c\x02\x08\ \x6c\x16\x8e\x1d\xa7\xe9\x20\xd9\x83\x07\xc6\xee\xa7\x68\x1d\x94\ \x7b\x10\xc1\x4f\x34\x38\xf4\xff\x43\x36\x38\xe0\x76\xd0\xe7\xf6\ \xda\x89\x0d\xb2\x1d\xce\xbc\xb8\x5f\xf5\x6c\x0a\x69\x33\x0f\xf6\ \x38\x75\xc7\x7d\xf1\x2d\x6e\x3b\x91\x73\x74\x3d\xca\xd6\x38\x83\ \xcd\x0f\x87\xc9\x18\x87\xd7\x3a\xb3\xdf\x6e\xb3\x58\x2b\xee\x81\ \xcf\xc5\xb6\xe1\x8f\xa3\x04\x4f\xa5\xb2\xd6\x36\x62\x74\x74\xb4\ \xaa\xa9\xb8\xb7\xef\xf1\xc0\x08\x9d\xe6\x7d\xf7\xa5\x1e\x44\xb0\ \x6f\x0e\x40\xdd\xbe\x39\xeb\xc6\x7b\x8c\x9f\xb5\x77\x30\xee\xeb\ \xc6\xef\xd8\xb9\x44\x53\x53\xd3\xe3\xdc\x10\x07\xc0\x29\x22\x8a\ \xd3\x01\x39\x08\x32\xca\x43\x74\xe8\xc2\xeb\xff\xb2\x51\x08\x03\ \x93\x85\x3a\xf6\x8d\x65\x41\xa2\x86\x8c\xf7\x3c\xd2\xf0\x05\x65\ \x43\x57\x56\x56\xc2\xf1\x6c\x16\x8f\xa8\x76\x79\x79\xb5\x1b\x36\ \xf5\x54\x38\x44\x2f\x22\x04\x1c\x11\x69\x02\x34\xe8\x66\xed\x1d\ \xc7\x11\x1e\x80\x00\x4d\x4b\x9d\x5d\x22\x62\x96\xd6\xd2\x75\xcc\ \xd9\x6b\xcc\xe2\xf1\x78\x48\x0b\x41\x5d\xbb\x32\x21\x74\xac\x93\ \x33\x83\x7c\x06\x47\x11\x36\x35\x51\xfd\x90\x4e\xd2\x12\x8c\x85\ \x7d\xf6\x08\xda\xd3\x05\xee\x58\x3d\x4a\x77\x1a\xdb\x4f\x6d\xa0\ \x84\xc9\x64\x32\x9c\x58\x6b\x6c\x6c\x0c\x07\x04\x30\x10\x5c\x8b\ \x5a\x20\x40\x0e\xf7\xe4\xbe\x30\x8d\x1e\x2d\xb0\xc7\x2e\xcc\x2e\ \x07\xac\x19\x35\x3a\x77\xde\x79\x67\x90\x35\xe6\xc1\xba\x51\x5b\ \xd1\xd5\xd5\xa5\xd6\xd6\x56\xd5\xd4\xd4\xa8\x58\x2c\x86\x87\x24\ \xbb\xd3\xf5\x28\xe8\xf0\xe1\xc3\xca\x64\x32\x9a\x9e\x9e\x56\xa9\ \xb4\x5a\x94\xeb\x35\x0a\x0e\x08\x5d\xf9\x19\x1f\x06\xd6\x15\x94\ \x3d\x46\xa6\xdc\xf0\x93\x52\xa5\x69\x1e\xdf\x63\x1f\x09\x24\x60\ \xf5\x96\x96\x96\xd4\xde\xde\xae\x23\x47\x8e\xa8\xb6\xb6\x56\x4f\ \x3f\xfd\xb4\x96\x96\x96\x42\x0a\x69\xe3\xc6\x8d\xea\xe8\xe8\x08\ \x7b\x8f\x13\xe6\x3a\xef\xe7\x34\xbc\x64\xc0\xd7\x1d\x5d\xc0\x78\ \xf1\xbb\x47\xd1\x7c\xd6\xd7\xc3\x9d\x03\xdf\x41\x57\x4e\x9e\x3c\ \xa9\x5d\xbb\x76\x05\x47\xc3\x23\x53\x46\x47\x47\xd5\xdd\xdd\xad\ \xb6\xb6\x36\xf5\xf4\xf4\x84\x7d\x2e\x14\x0a\x81\xc9\x81\x0d\x8b\ \xc7\xe3\xa1\xc9\x2b\x69\x03\x97\x53\x49\x55\x05\xc6\xdc\x3b\xca\ \xde\xa3\xab\xe8\x2d\x7a\xcf\xfa\x33\x37\xf4\xfe\xff\xfc\x9f\xff\ \x13\xd2\xac\xce\xf4\xfb\xde\x3b\x90\x73\x76\xd3\x81\x9c\x03\x3d\ \xe4\x82\x35\x26\xdd\xff\xd0\x43\x0f\xe9\xe2\xc5\x8b\x6a\x69\x69\ \x51\x67\x67\xa7\xba\xbb\xbb\x75\xcf\x3d\xf7\xe8\xc0\x81\x03\xda\ \xbb\x77\xaf\x3a\x3a\x3a\xf4\xfa\xeb\xaf\xff\x5a\xda\x89\x93\x69\ \x13\x13\x13\x2a\x16\x8b\xfa\xe2\x17\xbf\xa8\xc5\xc5\x45\x5d\xb8\ \x70\xa1\xca\xde\xba\x53\x42\x37\x25\x69\xef\xde\xbd\xba\xff\xfe\ \xfb\x55\x5f\x5f\xaf\xe7\x9e\x7b\x4e\x13\x13\x13\xba\x7e\xfd\x7a\ \x90\x15\x77\xd8\xac\x33\xf6\x8e\xb9\xf9\x7a\x10\xd0\x52\x5f\xf7\ \xf9\xcf\x7f\x5e\xd7\xae\x5d\xd3\xf2\xf2\xb2\xda\xda\xda\x74\xf4\ \xe8\x51\x3d\xf5\xd4\x53\xba\x74\xe9\x92\xee\xbd\xf7\x5e\x1d\x38\ \x70\x20\x1c\xdc\x80\x31\x80\x01\x25\x9b\x70\xf1\xe2\x45\x15\x8b\ \xc5\xb0\xc7\x00\x0b\x67\x5d\x5c\x87\x3c\x50\xc0\xc6\xe0\xdb\xb8\ \x87\xdb\x38\xb7\x0b\x0e\xd8\x90\x07\x2f\x97\xe1\xda\xd8\x2f\x67\ \x75\xf8\xbf\xb3\x96\x7e\xda\xcf\x59\x14\x7c\x14\x63\x76\x10\x26\ \xa9\xea\x59\x83\x1e\x8c\x47\xf7\x92\xbf\xfb\x9c\x19\x33\x7b\x17\ \x0d\x8e\x3c\x80\xc2\x3e\x71\x22\x9c\xf2\x1a\xee\x51\x28\x14\xaa\ \x1e\x27\xe6\xc5\xe8\x5e\x3e\xe4\xac\x53\xd4\xc6\xf8\xf8\x38\xbc\ \x30\x34\x34\xa4\x99\x99\x99\x90\x95\xc2\x3f\x38\x70\x06\x00\xfa\ \x7c\x59\x03\xf7\x67\x9e\x8a\xc4\xb6\xbb\xde\x11\xf0\x63\x63\xf0\ \xdd\x2e\xdb\xd1\xef\x71\x2d\x27\xa8\xb0\x75\x89\x96\x96\x96\xc7\ \x19\x8c\x17\x8b\x96\xcb\xab\x45\xeb\x6c\x8c\x1f\x67\xf6\x1c\xaf\ \x33\x03\x44\x8b\x51\x01\x61\xf1\x92\xc9\x64\x38\x82\x4d\x8e\x95\ \x54\x4d\x22\xb1\xf6\xfc\x30\xcf\x75\x73\x2c\x15\xe1\x83\xe5\xf0\ \x49\x91\x16\xe0\x45\x21\xfb\xe4\xe4\x64\x88\x94\x69\x6a\xe8\x1d\ \xc5\x11\x5a\xd2\x6d\x89\x44\x22\x34\x2a\x75\xb6\x80\x1c\x33\xe3\ \x71\xc5\xf3\x67\x94\x61\xcc\x98\x1f\xac\x9a\x1b\x65\xba\xd9\xfa\ \x3c\x30\xbe\x80\x36\xd6\xcd\x8f\x92\xf2\x19\x07\xae\x28\x93\xe7\ \xdf\x5d\xd1\xfc\x30\x81\x33\x12\x08\x8d\x47\x56\xce\x46\x32\x3e\ \x58\xb0\x78\x7c\xad\x96\x8b\xbd\xf0\xa3\xb6\xdc\xab\xa1\xa1\x41\ \xad\xad\xad\x1a\x1f\x1f\x0f\x63\x26\x1d\x88\x22\x00\xfa\xf8\xdd\ \x95\xde\x1d\x9c\x8f\xd1\xa3\xbc\x28\x7b\xc9\x18\x09\x0c\x5a\x5b\ \x5b\x43\x41\xf0\x67\x3f\xfb\x59\xed\xd8\xb1\x43\x83\x83\x83\x9a\ \x98\x98\x08\x3d\x96\x28\xf0\xe6\xb9\x56\xdc\xcf\x41\xab\xcb\x6e\ \xa9\xb4\x5a\xe7\xb1\x67\xcf\x9e\xc0\x3c\xe5\xf3\xf9\xf0\x20\x62\ \x8a\x6c\xa3\xb5\x4b\x3e\x07\xc6\xeb\x20\x8a\xfd\xf6\x47\x35\x01\ \x22\xe9\x46\x8d\x21\xe4\xa4\x5c\x3e\x9f\x0f\x0f\x80\x45\x1f\x91\ \x2f\xe4\xb1\x52\xa9\xe8\x8e\x3b\xee\xd0\xec\xec\xac\x5e\x79\xe5\ \x15\xb5\xb4\xb4\x68\xeb\xd6\xad\xe1\x51\x23\x4b\x4b\x4b\x9a\x98\ \x98\x08\x80\xad\xa1\xa1\x21\xb0\x2e\x0e\x26\x30\xe0\xce\x58\x61\ \x8c\xa3\x91\x1b\xff\xe7\x73\x51\xe7\xe1\xc1\x90\x33\xdb\x1e\x61\ \xbf\xf5\xd6\x5b\xda\xbd\x7b\xb7\xea\xeb\xeb\xc3\xe3\x8c\xd2\xe9\ \x74\x28\xae\x4d\x24\x56\x0f\x26\x60\x5c\xa9\x8f\x93\xaa\x1b\xfe\ \x92\x12\x24\xb2\x77\x43\xce\x67\x5c\x2f\x5d\xc7\xb0\x55\x5e\x48\ \xeb\x0c\x9c\x07\x8a\xf1\xf8\x6a\x6a\xfe\xad\xb7\xde\xd2\x8b\x2f\ \xbe\x18\x58\xc0\xa8\x5c\xfb\x3d\xfc\x00\x05\x6b\x48\x1a\x9d\xcf\ \xbd\x5f\xe4\xcd\x1e\xec\xd8\xb1\x43\xf9\x7c\x5e\xef\xbd\xf7\x9e\ \x36\x6c\xd8\xa0\x6b\xd7\xae\x85\x9a\xbd\x54\x2a\xa5\xae\xae\x2e\ \x35\x34\x34\xe8\xc7\x3f\xfe\x71\x15\x73\x8d\xde\x63\xf3\xc6\xc6\ \xc6\x34\x3a\x3a\xaa\x2f\x7c\xe1\x0b\x6a\x6d\x6d\xd5\xf9\xf3\xe7\ \x43\xd0\xe3\xcc\x89\x33\x19\x9f\xfc\xe4\x27\xb5\x6d\xdb\x36\x8d\ \x8e\x8e\xea\xfa\xf5\xeb\x7a\xf5\xd5\x57\xab\x82\x40\x07\x4f\x9e\ \xe6\xf5\x35\x75\xff\xc1\x7e\x94\x4a\x25\xed\xd8\xb1\x43\x7b\xf6\ \xec\xd1\xf0\xf0\xb0\x4a\xa5\xd5\x93\x68\xdf\xfe\xf6\xb7\x35\x34\ \x34\xa4\x0d\x1b\x36\x84\xd4\xe4\xd4\xd4\x94\xce\x9e\x3d\xab\xe5\ \xe5\x65\xdd\xbc\x79\x33\x3c\x98\xbd\xa6\xa6\x46\x13\x13\x13\xe1\ \x80\x41\xd4\xee\x21\xbb\xcc\x87\xb5\xf6\xc7\xc4\xe0\x83\xdc\xe6\ \xf8\x1e\x70\x5d\xb7\x8f\xfc\x8e\x6d\xe4\xf3\xac\xb3\x67\x0e\x60\ \xf7\x90\xb5\xf7\x0b\x6a\xb9\xde\xe2\xe2\x62\xf0\xc7\xa4\xe6\xd0\ \x1f\x6f\x0e\xed\x2c\x19\x32\x4d\x2d\x2d\x73\x72\x9d\xf3\x9a\x38\ \x98\x74\x0e\x49\xb8\xcc\xb2\x87\x3e\x7f\x49\xa1\x5c\x88\xb9\x50\ \x2a\xc3\xfe\x82\x23\xdc\x27\x63\xef\xbd\xdc\xc7\xc1\x23\xfb\x87\ \xcf\x83\xd9\xe7\x00\xdb\xf8\xf8\x78\x78\xb4\x92\xa7\x59\xbd\x56\ \x19\x3f\x18\x6d\x40\xed\x20\xcc\x99\x2b\xf6\xce\x65\x01\xdd\xf6\ \xec\x49\x34\xe8\xf0\x17\x72\xcc\x75\xa2\x7a\x2d\x49\x89\x6c\x36\ \xfb\x38\x0b\x44\x54\xb5\xbc\xbc\x1c\x6a\x64\x7c\x60\x51\x60\x84\ \xa1\xf2\xe8\x0f\x83\xe9\x48\x14\x61\xe1\x94\x87\x0f\x2c\x93\xc9\ \x04\x81\x61\x63\xfc\x11\x38\x5c\x8b\x16\x0b\xce\xa0\x31\x49\x26\ \xcf\x98\xd8\x64\x9a\x17\x36\x34\x34\x04\xd4\xbd\xb2\xb2\xfa\x28\ \x13\xc0\x8f\x2f\x08\xef\xe1\x78\xd8\x40\x8f\x3c\xdc\xf9\xb0\x19\ \x6c\xa8\x03\xc1\x52\xa9\x14\x1a\xfe\x79\x51\xe2\xfc\xfc\xbc\x9a\ \x9b\x9b\x83\x61\x01\x50\xf0\xf2\xd3\x9b\xb1\x58\xac\x2a\x5d\x05\ \x60\x62\xce\x1e\xb9\x48\xaa\x32\x00\x80\x07\x4f\x4f\xb8\x11\x87\ \x01\xe1\xef\xec\xa5\x3f\x73\xd0\x3f\x0f\x3a\xf7\x46\x9d\x18\x51\ \x14\x09\xa5\x9d\x9b\x9b\x53\xa1\x50\x08\x69\x2d\xa2\x02\x52\x84\ \x30\x2e\x08\x3e\xeb\x47\x54\x18\xa5\xf0\xa3\xc6\xc7\x81\x66\x5d\ \x5d\x5d\x60\x35\x32\x99\x8c\x26\x27\x27\xb5\xb8\xb8\x18\x9e\x5d\ \xf6\xc1\x0f\x7e\x50\x77\xdf\x7d\xb7\x7a\x7a\x7a\xd4\xdb\xdb\x5b\ \xd5\x3e\x83\x93\x8b\xec\xb1\xd7\x9c\xb0\xa6\x5e\xb7\x05\x3b\x72\ \xf2\xe4\x49\x2d\x2c\x2c\xe8\xc0\x81\x03\x2a\x95\x4a\xc1\x29\xb4\ \xb4\xb4\x54\x29\xae\xb3\x10\xfc\xb8\xfc\x23\xb3\x18\x19\x40\x6c\ \xb9\xbc\xf6\xd4\x01\x52\xcf\xb4\x55\x40\x3f\x49\xaf\xf9\x1e\x49\ \x0a\x86\x48\x92\xee\xba\xeb\x2e\x5d\xb9\x72\x45\xaf\xbe\xfa\xaa\ \x06\x06\x06\xc2\x23\x67\x26\x26\x26\x82\x1c\x11\x4c\xb8\x3e\x39\ \xbb\x14\x05\x17\xee\xec\x3d\xb5\x15\x35\x2c\x18\xc1\xa8\xfd\xf0\ \x7b\x70\x1f\xe4\xfd\xc5\x17\x5f\xd4\xbe\x7d\xfb\x94\xc9\x64\x34\ \x3c\x3c\xac\x58\x2c\x16\x8e\x7c\xb3\x66\x3c\xbb\xb0\x52\x59\xed\ \xa7\x36\x36\x36\x56\xc5\x9e\x50\x3b\xc2\x41\x05\x8f\x56\x01\xfc\ \xd9\x6c\x36\xb0\x14\x9d\x9d\x9d\x6a\x6d\x6d\x55\x36\x9b\x55\x67\ \x67\x67\xd8\x6f\xe4\xcb\x23\x58\x97\x09\x1f\xf7\x37\xbf\xf9\xcd\ \xc0\x42\xf3\x19\xea\x4b\x19\x6b\xb9\x5c\xfe\xb5\x1a\x11\x07\x4f\ \xbe\x46\xd8\x19\x07\x0a\xe8\x77\x22\x91\xd0\x95\x2b\x57\xb4\xb2\ \xb2\xa2\xeb\xd7\xaf\x87\x93\xa2\x95\xca\xea\x81\x11\xe6\xf3\xec\ \xb3\xcf\x06\x27\xec\xcc\x37\xeb\x41\x13\xd6\x1b\x37\x6e\xe8\xc1\ \x07\x1f\xd4\x43\x0f\x3d\xa4\xcb\x97\x2f\x07\xfd\x61\x3d\xf1\x0b\ \xdd\xdd\xdd\xfa\xd2\x97\xbe\xa4\xb9\xb9\x39\xbd\xf1\xc6\x1b\x7a\ \xe1\x85\x17\xaa\x1e\xce\xee\xc1\xb7\x07\x41\x7e\x62\xcf\x81\x00\ \x81\x0e\x9f\xfd\xad\xdf\xfa\x2d\xd5\xd5\xd5\xa9\xa9\xa9\x49\x2f\ \xbd\xf4\x92\x0e\x1f\x3e\xac\x9f\xfe\xf4\xa7\xba\x75\xeb\x96\x76\ \xee\xdc\xa9\xfd\xfb\xf7\x6b\xc7\x8e\x1d\xba\x79\xf3\xa6\x4e\x9c\ \x38\xa1\x2d\x5b\xb6\xa8\xbb\xbb\x5b\xed\xed\xed\x61\x4d\x4f\x9f\ \x3e\x5d\x25\x7b\x00\x9d\x4a\xa5\x52\x05\xe6\xf8\x9b\xfb\x21\x3f\ \x01\xee\x19\x87\x68\xe0\xca\x69\x5b\xf4\xd7\x81\x18\x7b\x9f\x48\ \xac\x1d\x22\x72\xd6\xc3\x5b\x76\xb8\x8c\x39\x53\x82\xaf\x74\xf0\ \x8d\xdc\x38\xe3\x04\x4b\xcb\xd3\x45\x90\x6d\xb7\x55\x8c\x83\x39\ \x93\xcd\xa0\x9f\x20\xb6\x02\xe0\xbb\xb4\xb4\x14\x58\x60\x7f\x5a\ \x0b\x80\x0f\xa6\x1b\x50\x8a\x0e\x61\x97\xd1\x57\x5e\xcc\x85\x0e\ \x00\x00\x1e\x00\x94\xd7\x18\x23\x1b\xac\x83\x03\xac\xe1\xe1\xe1\ \x2a\x56\x12\xa2\xc5\x75\x9a\x92\x14\x98\x32\x0f\xa4\x3c\xd8\xf5\ \x2c\x48\x34\x2b\xe3\xff\x47\xdf\xf0\x3d\xec\x81\xd7\x64\xb9\x0d\ \x70\x76\x1b\xd9\xaf\x54\x2a\xab\x45\xee\x38\x72\xd8\x0b\x77\x64\ \x38\x05\x57\x54\xcf\x35\xbb\x53\xf4\x1b\xb3\x61\x08\x3f\xec\x01\ \x42\xe7\x5d\x6d\x71\xec\x38\x18\x67\x71\x70\xb2\xdc\x1b\x90\xc4\ \xe2\xb8\x00\xb3\x41\xa4\x05\x8b\xc5\x62\x70\xa2\x74\x74\x66\x23\ \x9d\x5e\x65\xf3\x72\xb9\x5c\x78\x88\x69\xa5\x52\x09\x0f\x98\xf6\ \x82\x47\xa7\x10\x5d\xf1\x48\x8f\xb9\xc1\x61\xd1\x99\x7f\xb9\x5c\ \xae\x7a\x60\x25\x63\xe0\x29\xe8\x28\xf0\xfc\xfc\x7c\x10\x18\xee\ \xe5\x45\x80\x1e\xe5\x56\x2a\x6b\xe9\x06\x7a\x67\x21\x50\xce\x48\ \xc2\x90\xf9\x3a\x79\x34\xe7\x14\xb4\x7f\x06\x87\xe2\x46\x13\x85\ \x60\x3d\x3c\xb7\x9f\x4a\xa5\x42\x63\x53\x9c\x8a\xf7\x30\x61\x1c\ \x8c\xd1\x59\x34\x07\x81\x9e\x5e\x61\x5c\xee\xe8\x59\xff\x72\xb9\ \x1c\x1a\x1c\xee\xda\xb5\x2b\x9c\x8e\x6a\x69\x69\xd1\xc7\x3e\xf6\ \x31\x2d\x2d\x2d\xe9\xad\xb7\xde\xd2\xc5\x8b\x17\x43\xcd\x0a\xf5\ \x60\x1c\xae\xc0\x88\xf8\x1a\xbb\xa1\x76\x16\x6e\x70\x70\x50\x57\ \xae\x5c\x51\x4f\x4f\x8f\x06\x06\x06\xd4\xdc\xdc\xac\xf3\xe7\xcf\ \xeb\xc5\x17\x5f\x54\x6f\x6f\xaf\x3a\x3b\x3b\xab\x1c\x2d\x2f\x4f\ \x1d\xb3\x8e\x18\x37\x14\x9f\x79\x11\xa8\xe0\xd8\x31\xa4\xb1\x58\ \x2c\xf4\xc2\x62\x7d\x90\x51\xd8\xe1\x74\x3a\x1d\x40\x59\x22\x91\ \xd0\xe1\xc3\x87\xf5\xdc\x73\xcf\xe9\xe4\xc9\x93\xda\xba\x75\x6b\ \xd0\x65\xd2\xdf\x3c\x65\x01\xbd\x66\xbf\x19\xbf\x03\x01\x5f\x77\ \x5e\xec\x11\x3a\xeb\x7f\xe3\xb3\x7e\x8d\x68\xf4\xca\x35\xe6\xe7\ \xe7\xf5\xea\xab\xaf\x86\x14\xd4\x95\x2b\x57\x02\xa0\xe2\x80\x88\ \x3f\x77\x73\x61\x61\x21\x3c\x9b\x8e\x3d\x02\x2c\x02\x18\x9b\x9a\ \x9a\x42\x30\x08\x78\x6e\x6f\x6f\x57\x5f\x5f\x9f\x5a\x5a\x5a\xd4\ \xda\xda\x1a\xba\xc1\xe3\xb0\x5a\x5a\x5a\x94\xc9\x64\x02\x0b\xdb\ \xda\xda\xaa\x8e\x8e\x8e\x90\x3e\x76\x90\xd9\xd7\xd7\xa7\xd1\xd1\ \x51\xfd\xf8\xc7\x3f\x0e\x01\x09\x7a\xce\x38\xdd\x56\xb8\x51\xf6\ \xf5\xf3\x75\xc6\x2e\xb8\x7e\xa3\x5f\x95\x4a\xa5\xaa\x09\xab\x9f\ \x48\x6c\x6d\x6d\x55\x5b\x5b\x9b\x36\x6e\xdc\xa8\xd6\xd6\x56\xfd\ \xf8\xc7\x3f\x56\xa1\x50\x08\xf6\x94\xfd\xc5\x21\x22\xdf\x93\x93\ \x93\x3a\x79\xf2\xa4\xd2\xe9\xb4\xbe\xf4\xa5\x2f\x69\xeb\xd6\xad\ \xe1\xf0\x09\x76\xb0\xa9\xa9\x49\x7f\xf0\x07\x7f\xa0\xce\xce\x4e\ \xfd\xe2\x17\xbf\xd0\xf7\xbf\xff\x7d\x0d\x0d\x0d\x05\xb6\xc7\xd9\ \x3f\x67\x7d\xbd\xc6\x8d\xcf\x51\xaf\x9b\xc9\x64\x82\xac\x6d\xdf\ \xbe\x5d\x1f\xfd\xe8\x47\x55\x53\xb3\xfa\x80\xec\x5c\x2e\xa7\xf6\ \xf6\x76\x7d\xf7\xbb\xdf\x55\x77\x77\xb7\x36\x6d\xda\xa4\x7b\xef\ \xbd\x57\xef\xbc\xf3\x8e\x5e\x79\xe5\x15\x1d\x3c\x78\x50\x4d\x4d\ \x4d\xaa\xab\xab\x53\x5b\x5b\x9b\x1a\x1b\x1b\x35\x3f\x3f\xaf\x6b\ \xd7\xae\x55\x01\x43\xe6\xe8\xeb\xcf\x3a\x38\xd3\xea\xb6\xc7\xd7\ \x86\x20\x0c\xb9\x45\x7f\x49\x6d\x62\xf7\xa3\xe9\x48\xee\x47\x76\ \xc5\x83\x62\xbf\xaf\xfb\x51\x77\xf0\xbe\xb7\x9e\x0a\x05\x24\x72\ \x5d\xcf\x0e\x79\x60\xe8\x0c\x0e\x41\x2d\xfe\xd6\x7d\x26\x7d\xf4\ \x20\x00\x60\x8f\x68\x9c\xec\xcd\x93\xfd\x04\x21\x01\xa0\xa4\xf0\ \x68\x2d\x5f\x5f\x64\xc7\xed\x08\x36\x15\x50\xc6\xb8\x00\xdb\x0e\ \xd4\x48\x0d\x12\xb8\x8f\x8e\x8e\x86\x3e\x98\xbe\xc6\x5e\xdc\xce\ \xba\x3a\x58\xc3\x3f\xb3\xb7\xec\xa9\xef\x81\xcb\x6b\x34\xe5\x8b\ \x5f\xe5\xc7\xfd\x83\x33\x63\x8c\x23\xca\x5a\x26\x93\x49\x25\x3a\ \x3a\x3a\x1e\xe7\x44\x8f\xd7\xff\x78\xb1\x28\x02\xe3\x83\xfb\x7f\ \xe5\xac\x71\x9e\x4c\xd6\x73\x92\x7e\x8a\x06\x96\xaa\x52\x59\x2b\ \x2e\x27\xfd\x02\x82\xe7\x54\x93\x3b\x78\x80\x01\x4c\x11\x8c\x17\ \x13\x27\x9d\xf2\x7e\x5d\x9f\x71\x44\x00\x2c\xee\x39\x39\x39\xa9\ \xfa\xfa\xfa\x50\xb0\xcc\xf1\xfd\xba\xba\x3a\xe5\x72\xb9\xb0\x16\ \x6c\x1e\x8f\xad\xf0\xb4\x2a\x20\x82\x02\x7a\xd6\x65\x66\x66\x46\ \xf1\x78\xbc\xea\x84\x16\x42\xba\xb2\xb2\xda\x69\x37\x91\x48\x04\ \x20\xe8\x80\xc9\xa3\x57\xf2\xce\x1e\x31\xf9\x3a\xb3\x2f\xec\x05\ \xc6\x8c\xfb\xa0\xa8\xac\x13\xa0\xcf\x8d\x11\x8e\x09\x50\xc4\x5a\ \xf1\x37\xa2\x28\x9c\x2a\x69\xe1\x4a\xa5\x52\x75\x8a\x91\x68\x89\ \x94\x04\x60\x8b\xf7\x3d\xb5\x15\x2d\x34\x74\xe6\xc7\x53\xb1\xee\ \xf0\x11\x62\x57\x0c\x98\x89\xe5\xe5\x65\x7d\xe2\x13\x9f\xd0\x5d\ \x77\xdd\xa5\x1b\x37\x6e\xe8\x87\x3f\xfc\xa1\x5e\x7f\xfd\x75\xdd\ \xbc\x79\x53\x33\x33\x33\x81\x59\x70\x43\xeb\x4a\xe1\x34\x2f\x86\ \xca\x53\x1a\x73\x73\x73\x6a\x68\x68\xd0\x67\x3e\xf3\x19\x5d\xb8\ \x70\x41\x9b\x36\x6d\xd2\x2b\xaf\xbc\xa2\xb1\xb1\x31\x9d\x3f\x7f\ \x5e\xb5\xb5\xb5\x5a\xbf\x7e\x7d\x55\x93\x5a\x8f\x7c\x68\x37\xe0\ \x7b\xeb\x11\x20\xb4\x3d\x06\x86\x3a\x42\x14\xd6\x1d\x00\xcd\x71\ \x31\xaa\x30\x9a\x80\x91\x95\x95\xb5\xfe\x6c\xc7\x8e\x1d\xd3\xd4\ \xd4\x94\x0e\x1e\x3c\x18\xda\x98\x78\x8f\x36\x97\x4b\x00\x5e\x3e\ \x9f\xaf\x2a\x2a\xe5\xe5\xf2\xe7\x3f\x80\x18\x82\x2e\x0f\x8e\x9c\ \xb5\x8b\xb2\x62\xf1\x78\x5c\x37\x6e\xdc\xd0\x7b\xef\xbd\xa7\x23\ \x47\x8e\x68\x65\x65\xed\x41\xb5\x89\x44\x42\xff\xf1\x1f\xff\xa1\ \x6b\xd7\xae\xe9\xfc\xf9\xf3\x3a\x77\xee\x9c\x6e\xdc\xb8\xa1\xeb\ \xd7\xaf\x6b\x6c\x6c\x2c\xb0\x8a\x8c\xd3\xe5\x7f\x71\x71\x51\xcd\ \xcd\xcd\xea\xee\xee\x56\x53\x53\x93\x7a\x7a\x7a\x42\xeb\x07\x97\ \x25\x74\x87\x79\x25\x93\x49\x35\x37\x37\xab\xb5\xb5\x55\xad\xad\ \xad\x6a\x6c\x6c\xd4\xf8\xf8\x78\x58\xdf\x52\xa9\xa4\x0d\x1b\x36\ \xa8\xb5\xb5\x55\x4f\x3d\xf5\x94\x46\x47\x47\x45\x90\xea\x8c\xa7\ \x1b\x6c\x6c\x17\xc0\x12\x19\xf7\x08\xd9\xc7\xe4\x87\x3f\x1c\xb4\ \x46\xc1\x2e\xe3\x2d\x16\x8b\xca\x66\xb3\x6a\x6f\x6f\x57\x57\x57\ \x97\x9e\x7f\xfe\xf9\xd0\x23\x8c\x35\xe6\xb3\x3c\x0e\xc9\x53\xf6\ \xa7\x4e\x9d\xd2\xaf\x7e\xf5\x2b\x6d\xda\xb4\x49\x1f\xfa\xd0\x87\ \xb4\x6d\xdb\x36\xdd\xba\x75\x4b\x1b\x37\x6e\xd4\xc7\x3e\xf6\x31\ \x1d\x38\x70\x40\xe7\xcf\x9f\xd7\xb7\xbe\xf5\x2d\x4d\x4d\x4d\x05\ \x79\x73\x9b\xe0\x36\x11\x19\x25\xd0\x6b\x69\x69\x09\x36\x8c\xb4\ \x6f\x36\x9b\x55\x73\x73\xb3\x1e\x7b\xec\xb1\x00\xd6\xda\xda\xda\ \xf4\xf6\xdb\x6f\xeb\xc9\x27\x9f\x54\x3a\x9d\xd6\xdd\x77\xdf\xad\ \x7b\xee\xb9\x27\x80\xe3\x58\x2c\xa6\xb7\xde\x7a\x4b\x8b\x8b\x8b\ \xda\xbd\x7b\x77\x55\x7a\x7b\x6c\x6c\x2c\xdc\xcf\x59\xa0\x28\xa3\ \xc1\x98\x1d\x14\x79\xda\x08\xb9\x03\x5c\x10\xdc\x78\xdd\x31\x7e\ \x80\xe2\x6e\xff\x89\xc5\x62\xa1\xd6\x97\x7b\x7a\x66\x26\x9a\x16\ \xf3\xc7\x6c\xb9\x6e\x20\x2b\x5e\x33\xc8\xfb\x0e\x5a\xa3\x41\x8c\ \x33\xf2\xcc\xd3\x9f\x55\x9b\x4a\xad\x1e\x06\x69\x69\x69\xa9\x2a\ \x0a\x6f\x6a\x6a\x0a\xfb\xe6\x01\x22\x6b\x87\x4e\x71\x5d\x02\x1d\ \x9a\x35\x13\x2c\x92\x95\x88\x66\x3b\xb0\x79\x1e\x94\x4b\x0a\x80\ \x8a\xf1\xbb\x2e\xd7\xd5\xd5\x69\x7a\x7a\x5a\x85\x42\x41\x95\x4a\ \x25\xb0\xd3\xa4\x4e\xa3\x60\x0b\x40\x4f\xf0\xca\x5a\x38\x01\xe4\ \x41\xbd\xdb\x53\x64\xc1\x3f\xeb\xa9\x56\xb7\x13\x7c\xd7\xe5\x8c\ \xb1\xb8\x1f\x4b\x34\x37\x37\x3f\x8e\xc1\x65\x03\xbd\x0d\x02\x0e\ \x06\x63\xc1\xbf\x7e\x72\x00\x67\xe8\xf4\x3a\x37\x64\xb1\x49\xf1\ \x81\x8a\x01\x13\xa4\xa9\x78\x76\x18\x0f\x4c\x66\x83\xf8\x71\xe6\ \x0a\x80\x20\x55\x3f\xfe\x06\x54\x0f\xd5\x99\x48\x24\xc2\x71\x7d\ \x22\x80\x5c\x2e\x27\x49\x9a\x99\x99\x09\xfd\x97\x10\xc2\x52\x69\ \xf5\x99\x82\xa4\x32\xbb\xbb\xbb\xab\x0c\x14\x4e\x82\x5a\x31\x8e\ \xf4\x4f\x4d\x4d\x05\x23\xe3\x40\x12\x40\x96\x4c\xae\xb5\x2b\xf0\ \xfe\x53\x20\x7d\x80\x9e\x1b\x4e\x5a\x56\x00\x90\xa0\x6b\x1d\x9d\ \x03\x1e\xdd\x39\x90\xb2\x84\x81\xc2\x80\xf2\xb9\x68\xe4\xeb\x4e\ \x0e\x05\x42\x09\x3d\x6a\x81\x75\x74\xb0\x2b\x29\xd4\xae\x31\x1f\ \x3e\x43\xd4\x84\x52\x33\x56\x7e\x5f\x59\x59\x09\x8f\xde\xf0\x88\ \xdd\x1d\x3d\xf7\x86\x09\xcd\x64\x32\xda\xb7\x6f\x9f\x7a\x7b\x7b\ \x35\x3d\x3d\x1d\xae\xcf\xc3\x61\xbb\xbb\xbb\x35\x30\x30\xa0\xc5\ \xc5\x45\xbd\xf2\xca\x2b\x3a\x73\xe6\x4c\x38\xa9\xe8\xf2\xe9\x05\ \xf1\xee\xec\x9c\xd5\x8b\x2a\x24\x74\x7b\xb1\x58\x54\x57\x57\x97\ \x76\xef\xde\xad\x1d\x3b\x76\xe8\xf2\xe5\xcb\xba\x74\xe9\x52\x00\ \xca\x97\x2f\x5f\xd6\x4b\x2f\xbd\xa4\xee\xee\x6e\x6d\xdc\xb8\x51\ \xd2\x1a\x68\x43\x16\x38\xda\x0c\x88\x45\xb1\x61\xa3\x30\xa8\xac\ \x0b\xb2\x0d\x6b\x48\xad\x4c\xb1\x58\x54\xa9\x54\xaa\xaa\x59\x24\ \x9d\x88\x4e\xd6\xd4\xd4\xa8\xb5\xb5\x55\x2f\xbe\xf8\xa2\x26\x26\ \x26\xd4\xd2\xd2\xa2\xfe\xfe\xfe\xb0\x1e\xec\x01\xe3\xe0\xa4\x10\ \xfb\xe4\x4c\xac\xb3\x14\xd1\x54\xaa\x1b\x64\x67\x9c\xf9\xbc\xa7\ \x1e\xdd\xe0\x62\x14\x9f\x79\xe6\x19\xf5\xf4\xf4\x68\xf7\xee\xdd\ \x2a\x97\x57\xdb\x6c\x34\x37\x37\x6b\x7a\x7a\x5a\xe7\xce\x9d\x0b\ \xd7\x61\xfd\x7c\xbe\x38\xc3\x44\x22\x11\xd8\xa8\xe6\xe6\x66\x75\ \x75\x75\x85\x14\x23\x69\xc1\x28\x60\xf1\x17\x7f\x63\xff\x59\x57\ \x64\x23\x99\x5c\xed\xcf\xb4\x79\xf3\x66\xe5\x72\x39\xfd\xf2\x97\ \xbf\xd4\xd1\xa3\x47\x83\xac\xb3\x06\x9e\x6a\x40\x96\x49\xf5\x63\ \x53\xd1\x09\x74\x15\x19\xe4\xf3\x1e\xc8\xe2\x30\xdc\x29\x71\x2d\ \x9c\x50\x36\x9b\xd5\xba\x75\xeb\xd4\xdd\xdd\xad\x0d\x1b\x36\xe8\ \xd5\x57\x5f\xd5\xcd\x9b\x37\xab\x1c\x5b\x22\x91\xd0\xba\x75\xeb\ \xd4\xd0\xd0\x10\x1e\x43\xc6\x58\xe2\xf1\x78\x38\x15\x48\x53\xdd\ \xc3\x87\x0f\x6b\xc7\x8e\x1d\x6a\x6f\x6f\xd7\xf4\xf4\xb4\xfe\xe9\ \x9f\xfe\x29\x30\x86\xb0\x1d\x80\x11\x64\x44\x5a\xab\xf7\x42\x16\ \x0f\x1d\x3a\xa4\xbf\xf8\x8b\xbf\xd0\x6f\xfe\xe6\x6f\xea\xb1\xc7\ \x1e\xd3\xfa\xf5\xeb\xc3\x23\x6e\xee\xbb\xef\x3e\xb5\xb7\xb7\x2b\ \x93\xc9\xa8\xb1\xb1\x51\xfd\xfd\xfd\xfa\xe6\x37\xbf\xa9\xc9\xc9\ \x49\x3d\xf2\xc8\x23\xba\xeb\xae\xbb\x94\xcd\x66\xb5\xb2\xb2\xa2\ \x96\x96\x16\xed\xde\xbd\x5b\xdb\xb7\x6f\xd7\xf4\xf4\xb4\x66\x66\ \x66\xd4\xd5\xd5\x15\x9e\x69\x3a\x38\x38\x58\x95\xca\xf5\x92\x11\ \xdf\x0f\x40\x8b\xdb\x19\xec\x3f\x4f\x40\x70\x07\xef\xe9\x67\x67\ \x9e\xb1\xc1\x51\x79\x8a\xb2\xb9\x51\x66\x1a\x27\x8e\x3f\x83\x31\ \x22\x58\x68\x6c\x6c\x0c\x7a\x08\x31\x80\xde\x7b\xbd\x1e\x2f\x02\ \x1b\xc6\xe5\x07\x28\xbc\xc6\xd1\xc1\x1a\x3e\x91\x60\xce\x41\x26\ \xfe\x96\xc3\x04\xcc\x3b\xca\xf4\x71\x7d\xfc\x3b\xcf\x99\x45\x17\ \x79\xb0\x33\xbe\x01\xfd\x05\x23\x20\x37\xb0\xce\xf8\x1d\x0f\x12\ \x69\xc7\x32\x3d\x3d\x1d\xf4\xd7\xcb\x46\xf0\xc9\xfe\x5d\xd7\xe5\ \x68\xaa\xdf\x6d\x1a\xeb\x20\xad\x01\x2c\xfc\x9b\xef\xa1\x33\xc8\ \x6e\xb3\xb0\x63\x9e\x99\xf0\xcf\xfc\xef\x7c\x93\x01\x10\x34\x35\ \x35\x85\xba\x2b\x1c\x3f\xd1\x2b\x0e\xc7\x8d\x09\x69\x45\x40\x8e\ \x3b\x2a\x6e\xe8\x13\x60\xf3\x1c\x6d\xfb\xc9\xa8\x5c\x2e\xa7\xc9\ \xc9\x49\x4d\x4e\x4e\x06\x90\x44\x80\xec\x7c\xf4\x00\x00\x20\x00\ \x49\x44\x41\x54\xf4\xee\x29\x14\x8f\x34\xa0\x24\x7d\x1c\xcb\xcb\ \xcb\xe1\x54\x51\x32\x99\x0c\xc7\xf5\xe3\xf1\xb8\x6e\xde\xbc\xa9\ \x54\x2a\xa5\xf1\xf1\xf1\x30\x86\xce\xce\x4e\xd5\xd5\xd5\x85\xba\ \xa1\x6c\x36\x1b\xfa\x74\x01\x6a\x24\x85\x23\xff\x1c\x81\xa5\x1f\ \x91\x0b\x3c\x14\x3e\x0a\xe4\x06\x8e\xcd\x86\x22\x05\x8c\x48\x0a\ \x8c\x03\x9f\xc1\x61\x7b\xdd\x02\x6b\xee\xf9\x78\x22\x04\xf6\xcc\ \x8d\x37\x4a\x0d\x78\xe2\x3d\x67\xf5\xbc\x50\x10\x81\x74\xe3\x13\ \x7d\x8f\xbd\x90\x14\x58\x2b\x14\x8a\x86\xb0\x8c\x25\x5a\x6f\x02\ \x80\x43\x49\xb9\x27\xe3\x76\x43\xe5\xce\x89\x88\x8f\xfd\xed\xea\ \xea\xd2\xe0\xe0\x60\x28\x68\x04\x74\x9f\x38\x71\x42\x95\x4a\x25\ \xc8\x30\x4d\x27\xa9\x29\x89\xa6\xbd\x1c\x98\x3b\x83\xe4\x9f\xc3\ \x09\x3a\x30\x1d\x1d\x1d\x0d\xe0\x68\x70\x70\x50\x5b\xb7\x6e\xd5\ \xd8\xd8\x98\xca\xe5\xb2\x9a\x9a\x9a\x74\xfa\xf4\x69\x3d\xf3\xcc\ \x33\x5a\xb7\x6e\x9d\x3a\x3b\x3b\x03\x30\xf3\xfd\x88\xc7\x57\x8f\ \x1f\xa3\x7f\xad\xad\xad\x5a\x5e\x5e\xd6\xcc\xcc\x8c\x62\xb1\x58\ \xd5\xe3\x5f\x5c\xf9\xd1\x4b\x1e\x79\xd2\xd8\xd8\x18\xe8\x7e\x7a\ \xd1\x48\x6b\xac\x18\x27\x0b\xff\xf8\x8f\xff\x58\x6f\xbf\xfd\xb6\ \x5e\x7e\xf9\x65\x0d\x0c\x0c\xa8\xa9\xa9\x49\x2b\x2b\x2b\xe1\xb9\ \x9d\xd4\x58\x60\x18\x2b\x95\x4a\x95\x4c\x7a\x6a\xc9\x9d\x12\xfb\ \x13\x5d\x3f\x67\x1a\x9d\xc9\x72\x16\x0e\xd9\xc0\xb1\xff\xd1\x1f\ \xfd\x51\x00\x4e\x30\x47\x17\x2e\x5c\x08\x63\x01\xc8\xe3\x7c\x30\ \xee\x38\xa7\x54\x2a\xa5\x5d\xbb\x76\x55\x3d\xf0\x95\xd7\xfb\x39\ \x42\xff\xfb\xfb\x81\x2e\x07\x8d\xdd\xdd\xdd\x21\x40\xa2\xad\xca\ \xd1\xa3\x47\x83\xbd\x41\x3e\xb0\xa5\xfe\x7f\xb7\x83\xce\x30\xf8\ \xfb\xef\x27\x7f\xd1\xf4\x9a\xbf\xe7\xac\x21\x4e\x1b\x9b\x9b\xcf\ \xe7\xd5\xdf\xdf\x1f\x9e\x13\x88\xde\xf4\xf7\xf7\xab\xab\xab\x4b\ \x17\x2f\x5e\xac\x92\xad\x72\xb9\xac\x4c\x26\xa3\x75\xeb\xd6\x29\ \x9d\x4e\xab\xa7\xa7\x47\x35\x35\x35\xba\x74\xe9\x92\xb6\x6e\xdd\ \xaa\xb6\xb6\xb6\x20\x0b\xcc\x13\x26\xc2\xc1\x33\x40\x90\xa2\xe9\ \x95\x95\x15\x65\xb3\x59\x6d\xdf\xbe\x5d\x57\xae\x5c\xd1\xd9\xb3\ \x67\x75\xe4\xc8\x11\xdd\x7b\xef\xbd\xda\xbb\x77\xaf\x62\xb1\x58\ \xe8\x77\x55\x57\x57\xa7\xd6\xd6\x56\x5d\xb8\x70\x41\xe3\xe3\xe3\ \xba\xe3\x8e\x3b\x74\xd7\x5d\x77\x29\x93\xc9\xe8\xe9\xa7\x9f\x56\ \x2e\x97\xd3\x7d\xf7\xdd\x17\xfa\xcf\x3d\xfc\xf0\xc3\x1a\x1c\x1c\ \xd4\xc8\xc8\x88\x32\x99\x4c\x60\xc6\xa3\x8c\x95\xb3\x0e\xbe\x17\ \x0e\xfc\x59\x9f\xf6\xf6\xf6\xaa\x4c\x83\xcb\x0e\xdf\xf1\xa2\x78\ \xf4\xb2\x52\xa9\x04\x02\xc1\xed\x9d\x07\x15\x0e\x0a\x3c\xb8\x4d\ \x26\x93\x21\xcb\xc1\x58\x1c\x00\xb2\x8e\x5e\xa3\x0c\xc8\x22\x10\ \x42\x7f\x49\xf7\x3b\x5b\x87\x6c\x63\xbb\x5c\x6e\x8a\xc5\x62\x55\ \x5a\xcb\x01\x14\xac\x1d\xfb\x43\x6d\x15\xf2\x8e\x2e\x3b\xf3\x4a\ \x66\x89\xcc\x08\x73\x26\xf0\x46\x47\x99\x37\xe3\x70\x82\xc0\x01\ \x1c\xbe\x01\x72\x85\xb1\x43\xf2\xf0\x08\x25\xbe\xb7\xb4\xb4\x14\ \x0a\xee\xfd\x1e\x0e\x22\xd9\x37\xf7\x4d\xfc\xee\xd9\x1c\x7c\x12\ \x59\x20\xec\xa9\x13\x01\xe0\x16\x74\xc8\xaf\xcd\x98\x12\xb9\x5c\ \xee\x71\x58\x08\x4f\xfb\x79\x53\x31\x17\x32\x8f\xa6\x5c\xb1\xcb\ \xe5\xb5\xa2\x35\xaf\x2b\x71\x01\x67\xc1\x3d\x1a\x97\x14\x84\x53\ \x5a\xeb\x1e\xcf\xc9\x42\x84\xc7\x19\x35\x7f\x79\xfe\xd7\x85\x14\ \xa1\x77\x26\xa7\xae\xae\x2e\x74\x75\x67\xb3\x58\x30\x1c\x16\x1d\ \xb4\x51\x58\x16\xba\xa9\xa9\xa9\xea\x64\x07\x47\x9e\x71\x78\x18\ \x95\x58\x2c\x56\x55\xc3\x53\x2e\xaf\x16\xeb\xe1\x60\x49\x01\x11\ \x95\xb8\x92\xa2\x3c\x9e\xb2\x21\x2d\x45\x44\xf5\x7e\x79\x62\x94\ \x9f\x35\x66\x5f\x1c\xad\x3b\xd3\x87\x60\xb3\x96\xac\x21\xfb\x07\ \xb5\xef\x9f\xe3\xda\x9e\x6f\x76\x24\xef\xec\x97\x3b\x58\xbf\x26\ \xe3\x80\x59\xf1\x14\x59\x34\x3a\xe2\xbe\x14\x74\x4b\x0a\x87\x16\ \x26\x26\x26\x02\x38\x01\x50\xd1\x08\x8f\x7d\xce\x64\x32\x21\xea\ \x43\xe1\x7c\x9d\xf8\x9d\x7b\x21\xeb\x28\x0a\xe3\x8a\x02\x02\x69\ \x35\x1a\x7a\xe4\x91\x47\x54\x5b\x5b\xab\x9b\x37\x6f\x2a\x97\xcb\ \xe9\xc4\x89\x13\x55\x06\x70\xf7\xee\xdd\x5a\x5e\x5e\x56\x73\x73\ \xb3\x32\x99\x4c\x68\xf8\x58\xa9\x54\x42\xf1\x66\x7d\x7d\xbd\xf2\ \xf9\x7c\x00\xb0\x44\x6d\x18\x05\x0c\x04\xf7\x46\x1e\x4b\xa5\x52\ \x38\xa4\x20\xa9\xaa\x89\x2d\x6c\x30\x0c\x17\xe0\xa3\xb6\xb6\x56\ \x7d\x7d\x7d\x9a\x9a\x9a\xd2\xb1\x63\xc7\x74\xe8\xd0\xa1\xaa\x82\ \x50\xaf\x69\xe4\x5e\x30\x43\xec\x83\xef\x17\x3f\x7c\x8e\x97\x3b\ \x38\x67\x64\x31\x48\xbe\xee\x80\xe3\xa7\x9e\x7a\x4a\x0d\x0d\x0d\ \xa1\xc7\x98\xa7\x45\x9f\x7d\xf6\xd9\xaa\x74\x0e\x20\x90\xf4\x0c\ \x20\x8b\xe7\x19\x36\x37\x37\x57\xed\x97\xef\xa5\xaf\x25\x63\x8b\ \xb2\x0c\x3e\x3f\xff\x3c\xbf\xa3\x5b\xbf\xfc\xe5\x2f\x75\xfc\xf8\ \xf1\x5f\x73\x20\xa4\x66\x88\xfa\x09\xb6\xb8\x16\xb2\xe6\x6b\x48\ \x2a\xd7\x1f\x94\xfe\x7e\x40\x2c\x0a\xc8\xfc\x1a\xd8\x9f\xde\xde\ \xde\xd0\xbc\xf3\xed\xb7\xdf\x0e\x76\x22\x99\x4c\xea\xd0\xa1\x43\ \x5a\x58\x58\xd0\x8d\x1b\x37\x54\x2e\x97\x83\x6c\x6e\xd8\xb0\x41\ \x1f\xfc\xe0\x07\xd5\xdd\xdd\xad\x85\x85\x05\x8d\x8e\x8e\x6a\x7c\ \x7c\x5c\xf1\x78\x5c\xa7\x4e\x9d\xd2\xd1\xa3\x47\xf5\xd0\x43\x0f\ \xe9\xb1\xc7\x1e\x53\x36\x9b\xd5\x3d\xf7\xdc\xa3\x9d\x3b\x77\x6a\ \xe7\xce\x9d\xa1\x87\x1c\x69\x47\x18\x43\x7e\xea\xeb\xeb\xf5\xe6\ \x9b\x6f\xea\x57\xbf\xfa\x95\xea\xea\xea\xf4\xcc\x33\xcf\x84\xf4\ \xf6\xd0\xd0\x90\x76\xef\xde\x1d\xd6\xb5\xa1\xa1\x41\x2f\xbd\xf4\ \x92\xca\xe5\xb2\x3e\xfe\xf1\x8f\xab\xbf\xbf\x5f\xcf\x3e\xfb\x6c\ \x78\xba\x02\x75\x41\xf1\x78\x3c\xd4\x5f\x11\xb0\x5c\xbb\x76\x2d\ \x04\x5c\xcc\x97\xbd\xe0\xfa\x9e\xba\xc5\x8e\x22\x03\xad\xad\xad\ \x01\xb0\xe0\x28\xfd\xef\xd8\x06\xf7\x91\xd1\x5a\x4d\xcf\x08\xb8\ \x8d\x71\x16\x38\xca\x9e\x23\x7f\xe8\x5a\x34\xf0\xc3\xaf\x91\xd2\ \x27\x8d\x08\x78\xc7\x2f\x78\xfd\x74\x54\x9e\xb9\x8f\x67\x63\x18\ \x07\xe9\x36\xe6\xe8\xf5\x5b\xde\xdf\x52\x5a\x3b\xe5\x4c\x69\x08\ \xb6\xd0\xed\x88\xaf\x37\x07\x9c\x60\x4b\x39\xac\xc2\x77\xb0\x11\ \xe8\xb1\xeb\x25\x7b\xb0\xbc\xbc\xac\xf1\xf1\xf1\x50\x67\x5b\x5b\ \x5b\x1b\xd6\x00\xe2\x07\x5f\xef\xeb\xe5\xb6\x07\x9f\x88\x4c\xb8\ \x5e\x7a\x99\x08\xdf\x8d\xbe\x8c\x8d\xaa\xf2\x6d\x7e\x1d\xc6\xe3\ \xf2\x10\x8b\xc5\x94\x84\x5a\x03\xd4\x00\x70\x58\x6c\x67\x5f\x70\ \xc4\xa4\x10\x41\x9f\xfe\xf8\x14\x67\x4f\x5c\xc8\xa8\xf3\x62\x60\ \x4c\xcc\x85\x79\x79\x79\xf5\x21\xaf\x4d\x4d\x4d\x2a\x95\x4a\xa1\ \x16\x8a\x3a\x16\x36\xd5\x4f\xa0\xb9\x40\xf1\x10\x5b\x7a\x13\xf1\ \x39\x98\xa7\x72\xb9\x1c\x04\x91\x48\x8c\x07\x52\xe7\xf3\x79\xb5\ \xb4\xb4\x84\x05\x66\x6e\x35\x35\x35\x61\xbe\x38\x77\xd6\x68\x61\ \x61\x21\xf4\xe7\x20\xf2\x67\xac\x9e\x47\xce\xe7\xf3\x81\xbd\xe3\ \xfa\x00\x14\xee\xe3\xfd\x42\x00\x94\x80\x13\x47\xde\x8c\x05\xa1\ \x02\x7c\x78\xd7\xf1\xb9\xb9\x39\x65\x32\x99\xb0\xe1\x80\x23\x94\ \xc4\x9d\xa2\x83\x32\x67\x92\x00\x8a\xce\x3e\xb1\xcf\x08\x0f\x3f\ \x18\x4c\xd8\x22\x57\x6c\xf6\x18\xd0\x8e\xa0\xbe\xdf\x67\x1c\xdc\ \xa0\x5c\x2b\x2b\x2b\x6a\x6d\x6d\x0d\xc0\x65\x7a\x7a\x3a\xac\x1b\ \x39\x7e\x07\xfb\xd4\x76\xf8\x09\x19\x22\x0f\xf6\xd5\x73\xf3\xac\ \x6f\x94\x21\xf5\x17\x6b\xe4\x4e\xf2\xad\xb7\xde\xd2\xa7\x3f\xfd\ \xe9\x70\x42\x26\x1e\x8f\x6b\x66\x66\x26\x38\xdb\x91\x91\x11\x65\ \xb3\x59\xbd\xf5\xd6\x5b\x3a\x72\xe4\x88\x32\x99\x4c\xe8\xb2\x4f\ \x73\x40\x7a\xf7\xf0\x30\xd3\xde\xde\x5e\x35\x36\x36\x86\xd4\xdf\ \xd4\xd4\x94\x3a\x3a\x3a\x82\x6e\xac\xac\xac\x84\x3a\x16\x74\xc1\ \x03\x8b\xc5\xc5\xc5\xd0\x90\xcf\x41\x08\x7b\x59\x2e\x97\xf5\xb9\ \xcf\x7d\x4e\xcf\x3f\xff\xbc\x5e\x78\xe1\x05\x7d\xfc\xe3\x1f\x0f\ \x86\xc1\xd9\x3a\x67\x43\x3c\xf2\x45\xe7\x3c\x45\xe8\x8c\x9c\xb3\ \x2d\x1e\x45\xb3\xc7\x0e\xc4\xf8\xee\xe0\xe0\xa0\x8e\x1f\x3f\xae\ \x3f\xfd\xd3\x3f\x0d\xd7\x27\x7d\x41\x9f\x31\xee\x8f\xec\xbb\xfd\ \x69\x69\x69\xd1\xba\x75\xeb\xd4\xd1\xd1\x51\x15\x6d\x46\xf7\xcf\ \x41\x92\x03\xa7\xe8\xe7\xa2\x2f\x7f\x8f\x79\xcf\xcc\xcc\xe8\xcd\ \x37\xdf\x0c\x73\x86\xe5\x8f\x32\xf9\x51\x40\x84\xdc\xb3\x4e\xbe\ \x66\xb5\xb5\xb5\xda\xb2\x65\x8b\xc6\xc6\xc6\x74\xfd\xfa\xf5\xa0\ \xcf\xd1\x40\x89\x35\x75\x66\xbc\x52\x59\x3d\x90\x73\xf3\xe6\x4d\ \xf5\xf7\xf7\x2b\x9d\x4e\xeb\xe1\x87\x1f\xd6\x93\x4f\x3e\xa9\x89\ \x89\x09\xc5\x62\x31\x0d\x0c\x0c\xe8\xc0\x81\x03\xfa\xde\xf7\xbe\ \xa7\xda\xda\x5a\xf5\xf4\xf4\x84\x14\x6a\xb9\x5c\xd6\xf1\xe3\xc7\ \x35\x32\x32\xa2\x62\xb1\xa8\x8e\x8e\x0e\xad\x5b\xb7\x4e\xfd\xfd\ \xfd\x7a\xf3\xcd\x37\x55\x57\x57\xa7\x9f\xff\xfc\xe7\xfa\xfc\xe7\ \x3f\xaf\x81\x81\x01\x4d\x4c\x4c\x04\x40\x82\xcd\xf0\xfa\x5a\x00\ \x00\xfd\xee\xa6\xa7\xa7\xf5\x93\x9f\xfc\x44\x99\x4c\x46\x9f\xfd\ \xec\x67\xf5\xda\x6b\xaf\xe9\x6b\x5f\xfb\x9a\x12\x89\x44\x48\xf1\ \x2d\x2c\x2c\xe8\xec\xd9\xb3\x7a\xfd\xf5\xd7\xf5\xe1\x0f\x7f\x58\ \x83\x83\x83\xfa\xf6\xb7\xbf\x1d\x9e\x4f\xd8\xdd\xdd\xad\xe6\xe6\ \x66\x15\x0a\x85\x10\x78\xd7\xd4\xd4\xa8\xa5\xa5\x25\x38\x7d\x97\ \x4b\x4a\x58\xa2\x4c\x38\x0e\x1e\x19\x48\x26\x93\x61\x0d\x00\x19\ \xbc\xdc\x2e\xf0\xbe\xcb\x35\xfe\xd0\x53\xc2\xce\xbe\xb8\x6f\xf3\ \xbd\x73\x96\xd2\xd9\x14\xd6\xd0\x53\x9c\x5c\x8f\x00\xc3\x99\x1b\ \xec\x9a\xcf\x05\x10\xb1\xb4\xb4\x14\xb2\x1f\x04\x28\x14\xb2\xc7\ \x62\xb1\xf0\x6c\x53\xb2\x2c\x1e\x60\x31\x2e\xf6\x12\x90\xce\x3d\ \x00\x98\xc8\x3e\xc0\x91\x40\xce\x01\x12\x0d\xb7\x3d\x43\xc2\x75\ \x9d\x7c\xf1\xb4\x1d\xba\x86\x8d\xe6\xda\xf8\x43\x4e\xec\x3a\xd6\ \x70\xb0\x4a\xc0\x41\x6d\x17\xf3\x24\xd3\xe5\x84\x01\xdf\xe5\xfe\ \x4e\x5e\x38\x53\xcf\xf8\x9d\xf9\x8a\x82\x69\xf6\xc2\xe7\x93\x68\ \x6d\x6d\x7d\x1c\x64\xca\x4d\xdd\xd1\xf1\x45\x26\xea\x8b\xcf\xc0\ \x3c\x07\xcc\x75\x00\x1c\x38\x39\x17\x12\xa7\x42\xb9\x86\xa7\x20\ \x11\x9e\xd6\xd6\xd6\x80\xea\x71\x3a\x3c\x5a\x05\x84\xcf\x18\xdd\ \x00\x32\x4e\x57\x0e\x36\x0b\xe7\x4a\x1a\x91\x54\x16\x0d\x45\x9d\ \xf2\xad\xab\xab\x0b\xad\x16\x58\x97\xda\xda\x5a\xcd\xcc\xcc\x48\ \x92\x26\x27\x27\xab\x8a\xf8\x30\x88\x99\x4c\x46\x2d\x2d\x2d\xc1\ \x78\x7a\x01\x25\xa7\x04\x61\x7c\xf8\x1b\xe3\x73\xc0\xe3\x86\x14\ \xb0\xe4\x85\xf0\xce\xb2\xb9\x93\x04\x7c\xc0\x02\xb8\xd3\x8b\x52\ \xe6\xfc\xcd\x05\x06\xc5\xe4\x24\x08\x46\x00\x90\x01\xb3\xe6\x29\ \x2b\x07\x89\x2e\x88\xcc\x13\x76\x09\xe3\xc8\x75\x7c\x7c\x4e\xc5\ \xa3\xbc\xd4\x94\xac\x5f\xbf\x5e\xc3\xc3\xc3\x5a\x5e\x5e\x0e\x9d\ \x9e\x01\x73\x14\xa3\x52\xcf\x80\xb3\x43\x46\x5d\x91\x70\x70\x00\ \x0e\xd6\x80\x57\x94\xc9\x70\x63\xc1\x2b\x1e\x8f\x2b\x9f\xcf\xeb\ \xb1\xc7\x1e\x53\x32\x99\xd4\xf9\xf3\xe7\x75\xe1\xc2\x85\xb0\x0e\ \xe9\x74\x5a\x13\x13\x13\x6a\x6e\x6e\xd6\xdd\x77\xdf\x1d\x7a\x4e\ \xd1\x06\x00\xa0\xe9\x07\x04\x60\x8c\x01\x8c\x18\x13\xe6\xca\x8f\ \xd7\xf0\x24\x93\x6b\xcd\x62\xfd\x48\x3f\xa7\x68\x89\x22\x09\x3e\ \x00\x5d\x3b\x76\xec\xd0\xbb\xef\xbe\x2b\x49\x55\xa7\xf4\x00\xbf\ \xce\xee\xba\x3c\xb2\x1e\x51\x47\x84\xbe\x46\xa3\x78\xf4\x3b\x0a\ \xc6\xf9\x49\x26\x93\xfa\xea\x57\xbf\xaa\xdb\x6f\xbf\x5d\xfb\xf6\ \xed\xab\x4a\x23\x96\x4a\x25\xfd\xfc\xe7\x3f\x57\x6d\x6d\xad\x72\ \xb9\x5c\x88\xa8\x99\x7f\x2e\x97\xd3\xb6\x6d\xdb\xb4\x69\xd3\x26\ \xb5\xb5\xb5\x55\x05\x0c\xfe\xf2\x7b\xfb\xeb\xff\x15\xad\xbe\xdf\ \xcb\xaf\x19\x8f\xc7\x75\xe9\xd2\x25\xbd\xf1\xc6\x1b\x21\x0d\x88\ \x1e\xf8\xe7\xd0\x8b\x28\x2b\xea\x69\x3f\xf6\x30\x1e\x8f\xab\xa3\ \xa3\x43\x8f\x3c\xf2\x88\x62\xb1\xd5\x27\x10\xc0\xbe\xbb\xde\xf9\ \xe9\x54\x9f\x13\x86\x1d\x26\x89\x93\x8f\x0b\x0b\x0b\xba\x78\xf1\ \xa2\xea\xea\xea\x74\xef\xbd\xf7\x6a\x7a\x7a\x5a\xa3\xa3\xa3\xda\ \xb9\x73\xa7\x0e\x1e\x3c\xa8\x2d\x5b\xb6\xa8\xa1\xa1\x41\xdb\xb7\ \x6f\xd7\x83\x0f\x3e\xa8\x47\x1e\x79\x44\xc3\xc3\xc3\x6a\x6a\x6a\ \x52\x2a\x95\xd2\x3d\xf7\xdc\xa3\x87\x1e\x7a\x48\x27\x4f\x9e\x54\ \x2e\x97\xd3\x3d\xf7\xdc\xa3\xa3\x47\x8f\xea\x9b\xdf\xfc\xa6\xf6\ \xed\xdb\xa7\xf9\xf9\xf9\xd0\xaf\x0c\x66\x09\xd9\x6d\x68\x68\x50\ \x26\x93\x51\x7b\x7b\xbb\x3a\x3a\x3a\xb4\x7f\xff\x7e\x7d\xf7\xbb\ \xdf\xd5\x7b\xef\xbd\xa7\xe9\xe9\x69\x8d\x8f\x8f\x6b\x76\x76\x56\ \x47\x8e\x1c\xd1\xc6\x8d\x1b\x43\x91\xf7\xdd\x77\xdf\xad\x58\x2c\ \xa6\xb1\xb1\x31\x0d\x0e\x0e\x6a\x76\x76\x56\x53\x53\x53\xba\x70\ \xe1\x82\x1a\x1b\x1b\xb5\x79\xf3\xe6\xaa\x03\x4e\x04\xcf\x97\x2f\ \x5f\x0e\xbe\x84\xbf\x39\x38\x71\x06\x10\x9f\x94\x48\x24\x42\x2a\ \xac\x58\x2c\x06\xd9\xc2\x1f\x61\x1f\x5c\x76\x5d\x9e\x1c\x78\x20\ \x1b\xec\x89\xb3\xe5\xec\x91\x33\x49\x51\x86\x0c\x3d\xe3\xff\x04\ \x54\x8c\x81\xac\x0b\xe3\xf2\x1a\x38\x7f\xda\xc7\xad\x5b\xb7\x42\ \x99\x81\xdb\x52\x7c\x58\x3a\x9d\xae\x4a\xf7\xbb\x7c\x47\x19\x38\ \xcf\x70\x48\x6b\xd9\x08\x40\x14\x64\x0b\x3e\x02\x60\x37\x3f\x3f\ \x1f\x52\x8b\xf4\x95\x4c\xa7\xd3\xc1\x3f\x00\x8e\x18\x33\xb5\x84\ \x51\x80\x85\x4e\x4f\x4d\x4d\x85\x03\x37\x51\xcc\x80\x7f\x5d\x59\ \x59\x09\x25\x21\x1e\x28\x13\x5c\x7a\xcd\x94\x83\x3c\xaf\x85\xf3\ \xfd\x05\x70\x46\x71\x86\xb3\xfc\x0e\xae\xd8\x73\x7e\x47\x67\x13\ \xcd\xcd\xcd\x8f\x3b\x2d\xe7\x7d\x33\x60\x54\x5c\xc9\x79\x40\xb1\ \x17\xd2\xf9\x04\x70\xf0\x4e\xc1\xba\x60\xb8\xb3\xf0\x62\x75\x58\ \x20\x1c\x27\x54\xa0\xb4\xea\x64\x48\x9d\x71\x82\xc3\xe9\x54\x40\ \x07\xbd\x9f\x9c\x06\xf6\x3a\x01\x4e\x3d\x78\x04\x03\x53\xe6\x47\ \x51\xa9\x2d\xa3\x4f\x0b\x8d\x4b\x79\x1e\x92\xb4\x06\xae\x38\x20\ \x50\x2e\xaf\xd6\x31\xd0\x29\x1b\xb6\x82\x1a\x09\x36\x8a\x34\x11\ \x4a\xc7\xc6\x78\x93\x3a\xc6\xe6\xca\xf4\x6b\x1b\x67\x00\xc6\x19\ \x1a\x80\x2b\xc2\xee\x00\x37\xda\x76\x81\xf5\x07\x70\x3a\x48\xf3\ \x3a\x3a\x00\x2d\xac\xa0\x17\x5b\x23\x7c\x44\x47\x28\x00\x73\xc4\ \x09\x01\x6e\x5d\x48\xa3\x80\x9c\xb1\x50\x1b\xd4\xde\xde\xae\xee\ \xee\x6e\x2d\x2e\x2e\xea\xcc\x99\x33\xe1\x89\xea\x18\x23\x0a\x91\ \x89\x54\x29\xf0\x7c\x3f\x85\x72\x7a\x1f\x87\xc7\x75\x9c\x65\x45\ \x71\x19\xe3\xfb\x45\x33\xac\x79\x77\x77\xb7\x76\xed\xda\xa5\x0b\ \x17\x2e\xe8\xe2\xc5\x8b\x61\x2e\xa4\x32\x60\x11\xf9\x7f\x2c\x16\ \xab\x7a\x00\x31\x05\xc2\x9c\x00\xab\xaf\xaf\x0f\xc7\xc2\x59\x43\ \x80\xeb\xfc\xfc\xbc\xda\xda\xda\x42\xfa\x8c\x00\x81\x75\x8e\xc7\ \xe3\x81\xce\x67\x6e\xb0\x9b\xc8\x90\x17\xc0\xf7\xf7\xf7\xeb\x07\ \x3f\xf8\x81\xf6\xee\xdd\x1b\xbe\xef\x3a\x15\x35\xb4\x6e\x50\x3c\ \x22\x77\x60\xcc\x75\xa2\xce\x2c\xea\x80\x62\xb1\xd5\x5a\x16\xea\ \x72\x3e\xfd\xe9\x4f\x07\x03\x96\x4c\xae\x1e\x22\xb9\x76\xed\x9a\ \x06\x07\x07\x43\xef\xaf\xfa\xfa\x7a\xcd\xce\xce\xaa\xab\xab\x4b\ \xfb\xf6\xed\xd3\x96\x2d\x5b\x42\x6d\x10\x2f\x80\x8e\xa7\x56\xdd\ \x81\xfc\x7f\xbd\x3c\xfa\x75\xc3\x19\xfd\x6e\xb9\x5c\xd6\xb1\x63\ \xc7\x34\x32\x32\x12\x1c\x1b\x3a\xc7\xda\xf9\x81\x15\x8c\xbf\x1b\ \x6c\xd6\xc1\xeb\x1f\xcb\xe5\xb2\xf6\xed\xdb\xa7\x7d\xfb\xf6\x69\ \x79\x79\x39\x3c\xb0\xd8\xd7\xd4\xeb\x44\xbc\xa0\x9c\x22\xef\xc6\ \xc6\xc6\x50\x87\xd3\xd9\xd9\xa9\x83\x07\x0f\xea\x53\x9f\xfa\x94\ \x3e\xfa\xd1\x8f\xaa\xb3\xb3\x53\x3b\x77\xee\xd4\x27\x3e\xf1\x09\ \x1d\x3e\x7c\x58\xb7\xdf\x7e\xbb\xf6\xec\xd9\xa3\xbe\xbe\x3e\x6d\ \xdf\xbe\x5d\x1d\x1d\x1d\x4a\xa7\xd3\x5a\xbf\x7e\x7d\xd0\xe3\x44\ \x22\x11\x4a\x27\x36\x6c\xd8\xa0\x4d\x9b\x36\x85\x86\x9e\xbb\x76\ \xed\xd2\xca\xca\x8a\xda\xda\xda\x82\xcf\xf0\x87\xcd\x47\x99\x0a\ \xea\xe6\x8e\x1e\x3d\xaa\x6d\xdb\xb6\xe9\x81\x07\x1e\xd0\xc5\x8b\ \x17\xb5\x77\xef\x5e\x35\x37\x37\x2b\x97\xcb\xa9\xad\xad\x4d\x1d\ \x1d\x1d\xea\xed\xed\xd5\x9d\x77\xde\xa9\xc7\x1e\x7b\x4c\x95\xca\ \xea\xe9\xc0\xfe\xfe\x7e\x5d\xba\x74\x49\x83\x83\x83\xda\xbb\x77\ \x6f\x58\x57\x4e\x74\xc3\xd4\x45\x81\x8d\x03\x51\xdf\x63\xfc\x17\ \x7b\xea\x19\x1b\xb7\xa5\xd8\x11\xe6\xc5\x9e\x3a\x6b\x0b\x40\x70\ \x36\x97\xbd\xf1\x60\x99\x1f\x0f\xf8\x90\x1d\x67\x37\x19\x93\xeb\ \xa0\x03\x73\x64\xce\xef\xe7\xa9\xc7\xa6\xa6\x26\xd5\xd6\xd6\x06\ \x50\x86\x1f\xf5\x76\x12\xdc\x8b\x71\x33\x5e\x6c\x7b\xb9\x5c\x0e\ \xbd\x23\xcb\xe5\x72\x48\x25\x7a\x5f\x43\x07\x49\x7c\x0f\xdf\xcc\ \xa9\x42\x6c\x1c\xf7\x67\xfc\xf8\x7b\x80\xa2\xdb\x6b\xaf\x89\x8d\ \xc5\x56\x6b\x34\xa9\x6d\xc6\xfe\xb1\x26\xd1\xc2\x76\x0f\xde\x9c\ \x35\x73\x3b\xe4\x76\x8d\x79\x80\x69\x7c\x8d\x3c\xc0\x76\xd9\x61\ \xbd\xb9\x9f\x07\x98\xce\x66\x55\x2a\x95\xd5\x46\xa3\x1e\xc5\x63\ \x30\x9d\x71\x71\x81\x22\x82\x62\xa0\xa4\x96\xd8\x20\xcf\x73\xf2\ \x62\xd0\x7c\x8e\x01\x43\xe9\xf3\x03\x08\x92\x14\xea\x54\x12\x89\ \xd5\x07\xd2\xba\x93\xf6\xe2\x68\xbe\x5b\x53\x53\x13\x6a\xa2\x10\ \xde\xda\xda\xda\xaa\x07\x3b\xbb\x62\xa5\x52\xa9\x70\x82\x91\xcd\ \xa2\x48\x18\x16\x8a\xba\x2b\x04\xc2\x29\x6f\xf2\xde\x38\xcf\xe6\ \xe6\xe6\xaa\x0d\x9d\x9b\x9b\x0b\x51\x43\x2c\x16\x0b\x35\x5b\x00\ \x3a\xd0\x33\xcc\x01\xca\x43\x0d\x0d\x47\xfc\x51\x68\x94\xc7\xa3\ \x61\x67\x9f\x98\x5b\xd4\x11\x7a\xe3\x50\xe6\xe9\x40\x98\xcf\xb1\ \xb7\xbe\xff\x5e\x80\xcf\xf5\x29\x36\x87\xc5\x23\x2d\xca\x78\x50\ \x7a\xd6\x8d\x36\x0d\x0e\x04\x9c\x66\xe7\x1e\xcc\x9f\xc6\xa1\xbd\ \xbd\xbd\xaa\xa9\x59\x7d\xde\xdc\xf0\xf0\xb0\x26\x27\x27\x83\xa1\ \x42\x0e\x5c\x89\x5d\x11\xdc\xd9\xb1\x07\xef\x07\x46\x91\x5f\x67\ \x68\x18\xa3\xa4\xaa\x08\xc9\x29\x7a\x40\x60\x3a\x9d\xd6\xf6\xed\ \xdb\x75\xf9\xf2\x65\x9d\x3d\x7b\xb6\x4a\x69\xe7\xe7\xe7\x35\x3e\ \x3e\xae\x5f\xfc\xe2\x17\x2a\x14\x0a\xfa\xd4\xa7\x3e\xa5\xe9\xe9\ \x69\xcd\xce\xce\xaa\xb9\xb9\x39\xa4\x16\x31\x10\xf9\x7c\x3e\x18\ \x74\xd7\x0f\x07\x7b\xa4\x08\x2b\x95\x4a\x48\x33\xa2\xe0\x1e\x55\ \x4a\x6b\x6d\x3d\xc6\xc7\xc7\x43\x50\x42\xb4\x5e\x2a\x95\x94\xc9\ \x64\x34\x3f\x3f\xaf\xab\x57\xaf\x86\xd3\x8e\x80\x61\x8f\xce\x99\ \x8f\xa7\x9b\x3d\x08\x70\x87\xe0\xe0\xca\x9d\x95\x3b\x3d\xf6\xbf\ \x5c\x2e\xeb\xc9\x27\x9f\xd4\x87\x3e\xf4\xa1\xf0\x28\x20\xf6\x72\ \x7e\x7e\x5e\x3f\xff\xf9\xcf\xab\x98\x08\x0a\xd8\xf7\xec\xd9\x13\ \x52\x0e\x0e\xa4\x60\x05\xfd\x44\xa5\xdb\x29\xff\xd7\x9d\xaf\xff\ \xee\xf3\xf2\xbf\xf3\x4a\x24\x12\x1a\x1b\x1b\xd3\xb1\x63\xc7\x54\ \x28\x14\xaa\xd2\x20\xc8\x3b\xcc\x32\xdf\x77\x56\x16\x19\x84\x19\ \x66\x3d\x38\x81\xf5\xce\x3b\xef\xa8\xab\xab\x4b\x87\x0e\x1d\xd2\ \xc9\x93\x27\x43\xcd\xa1\x03\x7b\x9f\x1b\x36\x15\x90\x39\x37\x37\ \xa7\xf5\xeb\xd7\xab\x52\xa9\x68\xf3\xe6\xcd\x8a\xc5\x62\xea\xe9\ \xe9\x51\x2e\x97\x53\x5f\x5f\x9f\x3a\x3a\x3a\x42\xc3\x5a\x64\x9c\ \x93\x6a\xd8\xdc\xc6\xc6\x46\x0d\x0d\x0d\x29\x95\x4a\xe9\xe6\xcd\ \x9b\xda\xb7\x6f\x9f\x1e\x7c\xf0\xc1\xf0\x00\xe5\xfe\xfe\x7e\xa5\ \x52\x29\x15\x0a\x85\x50\x04\x4f\xc1\xff\xb6\x6d\xdb\xaa\xca\x19\ \x78\x31\xcf\xba\xba\x3a\xbd\xf4\xd2\x4b\xfa\xd2\x97\xbe\xa4\xf1\ \xf1\x71\x9d\x3d\x7b\x56\xb7\xdd\x76\x9b\x26\x27\x27\xb5\xb0\xb0\ \x10\xda\x30\x20\x4f\xa9\x54\x4a\x1b\x36\x6c\xd0\xf1\xe3\xc7\xd5\ \xde\xde\xae\xdf\xfd\xdd\xdf\xd5\xb7\xbf\xfd\x6d\x8d\x8c\x8c\xe8\ \xe0\xc1\x83\x55\x35\x3c\xf9\x7c\x3e\x64\x4c\xb0\x05\xd1\x13\x70\ \x80\x14\x00\x81\xdb\x13\x2f\xd1\x70\x26\x0c\x3b\x10\x0d\xb0\xdc\ \x17\xba\xac\x7b\xfd\x6b\x34\x10\x8e\xb2\x36\x7c\x06\xa0\x05\xd8\ \x66\xfe\x0e\xca\x9c\xe9\xe1\xfa\xc8\xd9\xca\xca\x8a\xe6\xe6\xe6\ \xaa\x0e\xac\xf0\x59\x1f\x83\xfb\x79\x52\x83\xd8\x46\x9f\x23\xf5\ \x65\xb1\x58\x2c\x34\x17\xf5\x00\x99\x32\x04\xfa\x57\xf9\x9e\x21\ \xe7\x10\x0b\x3c\x45\xa5\xbe\xbe\x5e\xb1\x58\x2c\x00\x25\x00\x1b\ \x3a\x8b\xdf\x70\x1b\xc3\xef\xf9\x7c\x3e\xb4\x4d\x72\x20\xc6\xda\ \x33\xb6\x78\x3c\x5e\x55\xd0\xee\x59\x25\x67\xc6\x3c\x00\x44\x8f\ \x5c\xa7\x3c\x33\xe0\xba\xef\x32\xe4\x4d\x48\x59\x9f\x28\xc3\x59\ \x2a\x95\x56\x19\x2c\x04\x8c\x89\x79\x9e\xd5\x8b\xae\xd9\x28\x0c\ \x2b\x7f\x8f\x46\xad\xa5\x52\xa9\xea\x21\xd1\x51\x5a\x9c\x08\x89\ \xc9\xfb\x09\x01\x50\xb4\x33\x2f\xb0\x25\x1e\xf9\xb9\x50\x20\x30\ \x9c\xf8\x63\xf1\x71\x86\x00\x1b\x94\x36\x9d\x4e\x07\xe5\x2a\x16\ \x8b\xa1\x57\x10\x0d\x3f\x29\xac\x86\xcd\xaa\x54\xd6\x28\x5a\x1e\ \x28\x4c\xc3\xd0\xda\xda\x5a\xcd\xce\xce\xaa\x50\x28\x28\x9f\xcf\ \x6b\x72\x72\x32\x7c\x06\xe6\x01\x2a\xdd\x9b\xa9\xb2\x1e\x44\x7f\ \x80\x01\x52\x0e\xce\x70\x78\x94\xe2\x27\x17\x7c\x33\xa3\x4e\x83\ \xfd\x02\x20\x63\xd4\xfd\x39\x4e\x8e\xc4\xdd\x00\x38\x03\x09\xe3\ \xe2\x75\x53\xec\x3f\x7b\xe3\x45\xf9\xf4\x79\x62\x3f\x70\xd8\x08\ \x3b\x0e\x90\x6b\x20\xe4\x5e\xbf\xd2\xd0\xd0\xa0\xb1\xb1\x31\xd5\ \xd7\xd7\x6b\x66\x66\x46\xd3\xd3\xd3\xc1\x69\xc3\xc2\x78\xf1\xae\ \xef\x75\xf4\x77\xd6\x84\x7b\x32\x37\x0f\x28\x3c\xdd\x85\x0e\xb8\ \x52\x32\x56\xae\x85\x3c\xa7\x52\x29\x0d\x0c\x0c\xe8\xd2\xa5\x4b\ \x3a\x73\xe6\x4c\x28\xda\x76\xa5\x23\xca\x67\xad\xe6\xe7\xe7\xc3\ \x01\x8e\xda\xda\x5a\x8d\x8f\x8f\x87\x54\x5e\x3e\x9f\x0f\xf3\xc2\ \x78\xd5\xd7\xd7\x87\xbe\x43\xc8\x84\x03\xbf\x54\x2a\x55\xf5\xa4\ \x00\x67\xc9\xbc\x06\xd1\x8d\x13\xaf\x96\x96\x16\xfd\xe0\x07\x3f\ \xd0\x9d\x77\xde\x19\xf6\xd0\x0b\x61\x99\xc7\xfb\xd5\xf2\xf1\xbb\ \x1b\x70\x37\x50\x5e\xd0\x1e\x65\xb8\x92\xc9\xa4\xde\x7b\xef\x3d\ \xc5\xe3\x71\x6d\xdb\xb6\x2d\xcc\x0b\xf0\xfe\xe2\x8b\x2f\x06\x00\ \x93\x4a\xa5\xd4\xdf\xdf\xaf\xbd\x7b\xf7\xaa\xb7\xb7\x37\x18\x54\ \xc6\x56\x2e\x97\x35\x32\x32\x12\xd6\x2a\xca\x60\xf0\xfa\xff\x63\ \x35\x5c\x77\xa2\xec\x15\x72\xb9\xb8\xb8\xa8\x93\x27\x4f\x6a\x74\ \x74\x54\x93\x93\x93\xca\xe7\xf3\xa1\xdd\x86\x33\xc0\xce\xd4\x13\ \xdc\xa0\x0b\xd8\x05\x1f\x07\xf3\x5c\x58\x58\xd0\xc9\x93\x27\xd5\ \xdd\xdd\xad\x9e\x9e\x1e\x5d\xb8\x70\xa1\xaa\xab\xba\xd7\xc6\x11\ \x2c\x24\x93\xc9\xd0\xe2\x06\xfb\xd2\xd1\xd1\x11\x1e\xeb\x34\x37\ \x37\x17\x5a\x95\xf8\xc1\x22\x5f\x0b\x74\x9e\x39\x5e\xbd\x7a\x55\ \xa3\xa3\xa3\xaa\xaf\xaf\xd7\x03\x0f\x3c\xa0\x52\xa9\xa4\x7c\x3e\ \xaf\xae\xae\x2e\x95\xcb\xe5\xd0\x98\xf9\x99\x67\x9e\x09\x35\xaf\ \x5b\xb7\x6e\xd5\xf4\xf4\x74\x68\x20\x2a\xad\xa5\x49\x01\x89\xa5\ \x52\x49\x2f\xbf\xfc\xb2\x36\x6f\xde\xac\x5f\xfe\xf2\x97\xba\xe7\ \x9e\x7b\x74\xf0\xe0\x41\x75\x75\x75\x69\x74\x74\x54\x4d\x4d\x4d\ \xe1\x79\xb0\x8c\x31\x99\x4c\xea\xd4\xa9\x53\xba\x72\xe5\x8a\xb6\ \x6e\xdd\xaa\x64\x32\xa9\xd7\x5f\x7f\x5d\x9d\x9d\x9d\xda\xbc\x79\ \x73\x60\x31\x06\x07\x07\xc3\x3a\x22\x67\xee\x54\x49\x65\xb1\xc7\ \x0e\x3a\x1c\x4c\xb9\xdf\xc1\xbe\xb0\x36\xae\x3b\xce\x5c\x61\xdb\ \xb0\x79\x30\x3c\xcc\xc1\xeb\xe8\xa2\x2c\x97\xdb\x3f\x67\xbe\x98\ \xbb\x3b\xfe\x28\x7b\xcc\x49\xf4\xe5\xe5\xe5\xd0\xc3\x0a\x99\xf0\ \x6b\x79\x09\x09\xef\x79\xd0\xc1\x35\x79\x0f\xbf\x86\xfe\xfa\xfc\ \x7d\x0c\xde\xa2\x03\x1b\x81\x7f\xf6\x60\xd4\x7b\x43\x4e\x4f\x4f\ \x4b\x5a\x0b\x00\x01\x57\xbc\xf8\x3f\x00\x30\x99\x5c\x7d\x54\x0e\ \xbe\x39\x1a\x1c\x33\x96\xf7\x63\x09\xb1\x13\x51\x1d\x77\xfb\xe6\ \x65\x4f\xfc\xee\x7b\xcd\x67\x3d\x40\x0c\xe0\x29\x51\x7d\x90\xc7\ \xc1\x5c\x58\xeb\x96\x96\x96\xc7\xbd\xd0\xda\x91\x98\xf7\x9e\x82\ \xc6\xbb\x75\xeb\x56\x60\x05\xa0\x0b\x11\x32\x94\x9c\x09\xe1\x88\ \xdc\x78\xbb\x82\x3b\xd3\x05\xf0\x62\xc0\x1e\x5d\x50\x88\x2e\xad\ \xb6\x06\x60\xf3\xa9\x5b\xc1\xe9\x38\xe8\x60\x43\x71\x00\xee\x28\ \x58\x7c\x1c\x1b\x0a\x32\x3b\x3b\x1b\xa2\x1b\x52\x7c\x95\x4a\x45\ \xe3\xe3\xe3\x61\xde\xa0\x71\xc0\x1d\x11\x29\xf4\xa7\x47\x18\xee\ \x74\x98\x37\xa7\xbf\xfc\xb4\x86\xb4\xd6\x78\x95\x75\x62\x6d\xdd\ \x99\xe0\xc0\x5d\x69\x11\x46\xae\xc3\x3e\x38\x48\x60\x7f\x01\x5a\ \xce\x18\xa2\x58\x51\xc3\xeb\xf7\x75\x81\x71\xa0\x41\x7b\x04\x22\ \x6d\x0c\x3c\xf3\x74\x87\xec\xc6\x02\x03\xe4\x4c\xe9\xd2\xd2\x92\ \x72\xb9\x9c\xb2\xd9\xac\x86\x86\x86\xc2\x58\x69\x96\xd8\xdf\xdf\ \xaf\x8e\x8e\x8e\x00\x4c\xa2\x54\x37\x06\x0a\x83\x11\x35\x4a\x6e\ \xb4\x50\x06\x37\xb0\x1e\x69\xba\x42\xb1\xde\x0e\xbc\xc8\xdb\xe7\ \xf3\x79\xdd\x7e\xfb\xed\x8a\xc5\x62\x7a\xe7\x9d\x77\xc2\x35\x1d\ \xa4\xc6\xe3\xf1\xd0\x50\xf1\x17\xbf\xf8\x85\x06\x07\x07\x83\x61\ \xec\xe8\xe8\x50\x2a\x95\xd2\xc4\xc4\x84\xea\xea\xea\xd4\xd2\xd2\ \xa2\x74\x3a\xad\xf1\xf1\x71\x35\x37\x37\x87\x71\xd5\xd7\xd7\x6b\ \x72\x72\x32\x9c\x0e\xa4\xff\x1c\x7a\xc2\x7c\x08\x30\x3c\x78\xa1\ \x2e\x81\x79\x21\x77\x44\x91\x27\x4f\x9e\x54\x2c\x16\x53\x5f\x5f\ \x9f\x62\xb1\x58\x55\x34\xe9\x45\xb7\xce\x08\xb2\x77\x6e\xb4\x58\ \x5b\x37\x3a\x51\x5a\xde\xd9\xab\x9f\xfc\xe4\x27\x3a\x74\xe8\x50\ \x95\x7e\x26\x93\x49\x3d\xff\xfc\xf3\x1a\x1a\x1a\x0a\xce\xf2\xfe\ \xfb\xef\xd7\xc6\x8d\x1b\x95\x48\x24\x42\xe1\x34\x6b\x02\x7b\x54\ \x2e\x97\xc3\x63\x8a\x5c\x86\xf9\x7f\x14\x2c\xf1\xbb\x3b\x4c\xff\ \xbc\x8f\xd9\xe5\xe8\xd5\x57\x5f\xd5\xe9\xd3\xa7\x95\x4c\x26\x35\ \x3b\x3b\x1b\x1a\xd7\xba\x2c\x13\xa1\xb3\x37\x00\x2b\x4a\x03\x58\ \x4b\x07\x9d\x51\x7b\x79\xea\xd4\x29\xed\xdd\xbb\x57\xc5\x62\x51\ \xd3\xd3\xd3\x01\x6c\x63\xeb\xdc\xe8\xc3\xe0\x38\x73\xdf\xd3\xd3\ \xa3\xbb\xef\xbe\x5b\x33\x33\x33\xca\x64\x32\xea\xea\xea\x0a\x99\ \x06\xbe\xeb\x7b\xcb\xf8\x4b\xa5\x92\x26\x27\x27\xf5\xfc\xf3\xcf\ \xab\x52\xa9\xe8\xa3\x1f\xfd\xa8\x46\x46\x46\xd4\xdd\xdd\xad\xe7\ \x9f\x7f\x5e\xa9\xd4\x6a\xc3\xd0\xf1\xf1\x71\xb5\xb7\xb7\x6b\xdb\ \xb6\x6d\x7a\xe6\x99\x67\xd4\xde\xde\xae\x3d\x7b\xf6\x84\x71\x54\ \x2a\x95\x90\xea\xc6\x8e\x96\xcb\x65\xbd\xf1\xc6\x1b\xba\x7e\xfd\ \xba\x3a\x3b\x3b\xd5\xd8\xd8\xa8\xc3\x87\x0f\xab\x5c\x5e\x2d\xad\ \xe8\xed\xed\xd5\xdb\x6f\xbf\xad\xe6\xe6\x66\x35\x36\x36\x06\x7b\ \x7f\xeb\xd6\x2d\xbd\xfa\xea\xab\x4a\x24\x12\x81\x2d\xde\xbe\x7d\ \xbb\xde\x7d\xf7\x5d\xed\xdd\xbb\x37\x30\x70\xc3\xc3\xc3\x61\xdd\ \x3d\x7d\x06\xc0\xf5\x80\x0b\xa0\x13\x65\xbc\x3d\x88\x75\x87\xcd\ \x77\xbc\xa4\xc3\xf5\xc8\x75\x81\x97\x83\x3b\xee\xe7\x32\xe1\x32\ \xe6\xa5\x1a\xee\xd8\xbd\x5e\x28\xca\x64\xf2\x19\x4e\x58\x7a\x1f\ \x29\xbf\xb6\x83\x2a\xf7\x19\x1e\x00\x12\xbc\x31\x47\xaf\x11\x93\ \xaa\x9f\xcb\xe9\x76\x36\x91\x48\x84\x8e\xec\x04\xcf\xec\x1b\x63\ \xc6\x9f\x72\x8a\xde\x6b\xad\x59\x23\xb7\x39\xee\xaf\xb0\xbf\x3c\ \xd6\xc7\xf7\xcf\x53\xb7\x80\x31\xbf\xb7\xff\xcd\x19\xf8\x90\xba\ \x33\xdf\xe7\x20\xcd\xb3\x19\x7c\xce\x01\xb8\xfb\x76\xf7\x0f\xbe\ \xde\x0e\xce\x13\x8d\x8d\x8d\x8f\xf3\x07\x07\x20\x18\x52\x52\x72\ \xce\x7a\xb0\x98\xef\x57\xe0\xc6\xff\x31\xf4\x4c\xc2\x37\x96\xcd\ \xf6\xe2\x36\x9c\x16\x88\xdc\x8b\xcf\x9c\x51\x23\x52\xac\xad\x5d\ \x7d\xb0\xaf\xf7\xc9\x42\xd8\xbd\xa8\x9c\x0d\x61\x71\x8a\xc5\xa2\ \x16\x16\x16\x34\x3f\x3f\xaf\xfa\xfa\xfa\x70\x9a\x02\xa6\xcb\xa3\ \x03\x8c\x05\xe3\x29\x16\x8b\x61\x8c\xa4\x24\x88\x0c\x01\xa1\xa9\ \xd4\x6a\x73\x3a\x6a\xc8\x6a\x6a\x6a\x42\xe1\x35\x7f\xf7\xbc\x37\ \x0e\x10\x86\x21\x4a\x33\xbb\x32\xa6\x52\xa9\x60\x18\x59\x7b\x00\ \x1e\xf3\xe4\x14\xa3\x0b\xaa\x33\x54\x51\x30\xe5\x06\xc2\x29\x5e\ \x14\x88\x1f\x14\xd0\xa3\x02\x5a\x0f\x44\x8b\x7c\x3d\xf5\xe8\x8d\ \x51\xd9\x43\x64\x04\x87\x2e\x49\x5b\xb6\x6c\x51\x53\x53\x53\xa8\ \x3d\x41\x61\x7a\x7a\x7a\x74\xef\xbd\xf7\xea\xc8\x91\x23\x21\x45\ \x8b\xa2\xbb\x73\x20\xf2\x7c\xbf\x94\x14\x80\xdb\x8d\x18\x4a\x85\ \x02\x79\x94\x2d\xa9\x8a\xc2\x46\x0f\x5c\xe9\xa4\xd5\x08\x7d\x74\ \x74\x54\xf7\xde\x7b\xaf\x2e\x5c\xb8\xa0\xb1\xb1\xb1\xf0\x3d\xf4\ \x28\x91\x48\xe8\xaf\xfe\xea\xaf\x94\xcd\x66\xf5\xcc\x33\xcf\x28\ \x9d\x4e\x87\x1a\x2d\xd2\xda\x1b\x36\x6c\x08\x11\xa1\xa4\x70\x72\ \x8e\x7e\x4b\x4d\x4d\x4d\x21\xa0\x00\x78\xe1\x84\x60\x76\x91\x19\ \x14\x1b\x30\xce\xdc\x9d\xf9\x70\x23\xb3\xbc\xbc\xac\x17\x5e\x78\ \x21\x30\x15\x1e\x8c\x20\x7f\x6e\x50\x58\x43\xe6\x17\x8d\xcc\x31\ \x54\x1e\xf9\xf3\x8a\xc7\x57\xd3\xf6\xef\xbd\xf7\x9e\x6a\x6a\x6a\ \xd4\xd9\xd9\x19\x9c\x4e\x7d\x7d\xbd\x7e\xfe\xf3\x9f\xeb\xe2\xc5\ \x8b\xaa\xad\xad\x0d\x85\xd8\xe9\x74\x3a\xe8\x22\x63\x27\xa5\x88\ \x2c\x64\x32\x99\x5f\x03\x73\xc8\xb7\x3b\x2c\xff\x37\xfa\x8a\x32\ \x5c\xd1\x7f\x4f\x9c\x38\xa1\x13\x27\x4e\x68\x76\x76\x56\xa5\x52\ \x29\xd8\x11\x4e\x8d\x12\x20\xba\x9e\x79\x23\xe3\x68\x6d\x89\xdf\ \xd3\x81\x01\x72\x35\x39\x39\xa9\xae\xae\x2e\x0d\x0f\x0f\x07\xfb\ \xe7\x0e\x09\x07\xe2\xac\x14\x41\x71\x2e\x97\xd3\xfd\xf7\xdf\x1f\ \xea\xf6\x38\xe5\x88\x5d\xa4\xe4\x82\x74\xe6\xc4\xc4\x84\xa4\xd5\ \x36\x28\xdf\xfa\xd6\xb7\x74\xfc\xf8\x71\xfd\xfe\xef\xff\xbe\xca\ \xe5\xb2\x5e\x7b\xed\x35\xed\xdf\xbf\x5f\x4b\x4b\x4b\x7a\xf7\xdd\ \x77\x35\x32\x32\xa2\xe9\xe9\x69\xf5\xf7\xf7\x6b\xfd\xfa\xf5\x9a\ \x9e\x9e\xd6\xfe\xfd\xfb\x75\xfe\xfc\x79\x5d\xbb\x76\x2d\xd4\x49\ \x8e\x8d\x8d\x85\xa0\x34\x95\x4a\xe9\xfc\xf9\xf3\xfa\xe7\x7f\xfe\ \x67\xed\xdf\xbf\x5f\xe3\xe3\xe3\xda\xb1\x63\x87\x5e\x7b\xed\x35\ \x8d\x8d\x8d\xa9\x58\x2c\xaa\xad\xad\x4d\xfd\xfd\xfd\x7a\xf7\xdd\ \x77\xd5\xd3\xd3\x13\x40\xd1\x9b\x6f\xbe\xa9\xb7\xdf\x7e\x5b\x9b\ \x36\x6d\x0a\xa0\x51\x5a\x7d\x64\x55\x47\x47\x87\xfa\xfa\xfa\x34\ \x39\x39\xa9\xb1\xb1\xb1\xaa\x5a\x22\xfe\x2d\x95\x4a\xc1\x56\xb2\ \xd6\xde\x56\x20\x1a\x40\x3a\x5b\x88\xed\xc7\x57\xf9\xde\x7a\x20\ \xe6\xe0\x27\x0a\x62\xa2\x0c\x08\x60\x20\x3a\x4e\xf6\xd6\x03\x59\ \x07\x63\xce\x28\xbb\x4f\x65\x2e\xfe\x77\xf4\x1a\x3b\xc9\xf7\x49\ \x27\xfb\x98\x9c\x09\x8e\x06\x47\xc8\x34\x72\xcb\xf8\xb0\x13\x5e\ \x3f\xeb\x84\x08\x63\x77\xbd\x67\x7e\x34\xd0\x76\xbd\x83\xe8\xf0\ \xe0\x06\xdb\x8b\xcf\x9e\x9c\x9c\xac\xaa\xd3\xc6\xcf\x3a\xfb\x86\ \x5f\xa1\xd6\xd9\xc9\x22\xf6\x8b\xcf\xc2\x18\x63\xcf\xbc\xfe\xd4\ \xd7\xc2\xeb\x2b\xc1\x24\x5e\xff\xea\xfb\xc5\x67\xfc\x95\xe4\x8f\ \x50\x9e\x18\x2d\x26\xef\x9b\x16\xcd\x0b\x7b\x7a\x09\x21\x04\xe0\ \x38\xca\x47\x90\x98\x00\xc6\xd7\xd3\x86\x4e\x27\x2e\x2e\x2e\x6a\ \x72\x72\x52\xb1\xd8\x6a\xc3\x45\x4e\xc6\xb0\xe8\x44\xea\x34\xfa\ \x94\xd6\x58\x11\xd0\x3c\x05\xa8\xde\x39\xdd\x4f\xc5\xc5\xe3\xab\ \x9d\x8b\x4b\xa5\x92\x3a\x3b\x3b\x83\x20\xa1\x54\x5e\x24\x87\x00\ \x92\x8a\x01\xf8\xc1\x34\x39\x4b\x87\x32\x03\xbc\x10\x6c\x22\x2d\ \xe8\x52\x6a\x68\x70\xee\xac\x07\xa7\x1a\x11\x58\xa2\x82\x4a\xa5\ \x12\xf6\x06\x21\xe3\x3e\x9e\xe2\xf2\x74\x2b\x7b\x18\x8d\x8c\xdc\ \xb0\x3b\x28\x76\xe3\x80\x41\x46\xe8\x89\x4e\xbd\x56\x89\x22\x48\ \x4f\xc9\x3a\xe2\x8f\xd6\x97\x71\x8f\xa5\xa5\x25\x65\xb3\x59\xf5\ \xf6\xf6\x86\x23\xd2\xa4\x02\x9a\x9b\x9b\x03\x4b\xb1\x65\xcb\x16\ \xed\xdc\xb9\x53\x9b\x37\x6f\xd6\xf1\xe3\xc7\x35\x3d\x3d\x5d\x55\ \x78\x09\xc0\x75\x59\xc4\x99\x61\x10\x50\x6c\x0e\x67\x44\xd9\x03\ \xc0\x84\x2b\xa7\x33\x8b\x28\x30\xac\x2d\xf3\x03\x74\x5d\xbc\x78\ \x51\xcf\x3f\xff\xbc\x3e\xfc\xe1\x0f\xeb\xdf\xfe\xed\xdf\xaa\x1a\ \xa9\xb2\x1f\xc7\x8e\x1d\xd3\xde\xbd\x7b\x95\x48\x24\xc2\x69\xa7\ \x4a\xa5\xa2\xed\xdb\xb7\x87\x13\x86\x18\x0b\x1f\x4b\x3c\xbe\x5a\ \xb7\xc2\xe3\x79\x00\x61\xcc\xd7\x75\xd3\x4f\x11\x3a\xd8\x72\x26\ \xd7\xa9\x7a\xe6\xb4\x73\xe7\x4e\xfd\xd7\x7f\xfd\x97\x86\x87\x87\ \xd5\xdb\xdb\x1b\xf4\xc8\xc1\x39\x11\x36\x7a\xc7\xba\x70\xa8\x00\ \x56\x91\xf7\xdd\x40\x62\x4c\x71\x06\x38\xdf\x75\xeb\xd6\x05\x5b\ \xd0\xd4\xd4\xa4\x77\xdf\x7d\x57\x6f\xbf\xfd\xb6\xba\xbb\xbb\x43\ \xf1\x35\x4c\x4b\x22\x91\x08\xc0\x95\x3a\x49\x52\x06\xa4\xf2\xb9\ \x87\x03\x16\xff\x3f\xe3\x8a\xea\x00\xaf\x28\xb8\x72\x56\xe9\xbd\ \xf7\xde\xd3\x2b\xaf\xbc\x12\x6a\x8f\xd0\x05\x82\xac\x68\x30\x02\ \xf0\xf2\x1a\x4c\x67\x34\xdc\x06\xba\x3e\xbb\x7d\x1c\x19\x19\x09\ \xcc\x38\x65\x04\x30\x77\xc8\x31\x41\x05\xf6\xc9\x83\x8a\xe9\xe9\ \x69\x0d\x0f\x0f\xab\xa7\xa7\x27\x8c\x13\x9d\x5e\x58\x58\x50\x3e\ \x9f\x0f\x8f\x21\x39\x77\xee\x9c\x8a\xc5\xa2\x4e\x9e\x3c\xa9\xe9\ \xe9\x69\xfd\xe1\x1f\xfe\xa1\xce\x9f\x3f\xaf\x53\xa7\x4e\x49\x5a\ \x05\x33\xe3\xe3\xe3\x7a\xe5\x95\x57\xc2\xda\xed\xdd\xbb\x57\x2d\ \x2d\x2d\xfa\xf0\x87\x3f\xac\x1f\xfe\xf0\x87\xfa\xc6\x37\xbe\x21\ \x69\x35\x08\xcc\x66\xb3\xe1\x29\x18\xc8\xc1\x95\x2b\x57\xb4\x7e\ \xfd\x7a\x5d\xbe\x7c\x59\xb1\x58\x4c\x47\x8f\x1e\xd5\xd9\xb3\x67\ \xf5\xc0\x03\x0f\x68\x6a\x6a\x4a\x99\x4c\x26\x04\x6a\x94\x5a\x3c\ \xf5\xd4\x53\x1a\x1f\x1f\x57\x36\x9b\x55\x5d\x5d\x9d\xae\x5f\xbf\ \xae\xd9\xd9\x59\x5d\xbc\x78\x51\xf9\x7c\x3e\xd8\xef\x37\xde\x78\ \x43\xeb\xd7\xaf\xaf\xaa\x8d\x91\x14\xf4\x00\xe6\x0e\x9f\x81\xee\ \x60\xb3\x29\xc0\x47\x67\x60\xe3\xb1\xc3\xe8\xa3\xa7\x80\xdc\x59\ \xbb\xdc\xf0\xbe\xa7\xb2\x9c\xb5\x74\xff\xe2\x4d\xb7\x3d\x10\x4c\ \x26\xd7\x9e\x77\xe8\x4e\xdb\x41\xb8\x93\x06\xcb\xcb\xcb\x9a\x9b\ \x9b\x53\x63\x63\x63\x00\x50\x2e\x5f\xce\xb6\x60\xef\x9c\x65\xe5\ \x5a\x2b\x2b\x2b\xe1\xfb\xcc\xd7\x8b\xbe\xb1\x49\x1e\x3c\xbb\x1d\ \xf6\x66\xd4\x7e\x62\x10\xbf\x06\x28\xf1\xf6\x11\xc8\xa5\xef\x05\ \x63\x66\x1c\xee\x77\x9c\xf5\xf5\xd2\x05\x6c\xa8\x33\x5a\xac\x97\ \xb7\x17\xe2\x5f\xba\xce\x3b\x8b\xcb\x35\xb9\x07\x41\x2a\x73\x22\ \x3b\x83\x0d\x76\xff\xc9\xef\xf8\xbe\xd0\x18\x96\x48\x10\x01\xf0\ \x45\x74\xc4\x8c\xf0\xc2\xa0\x78\x91\xad\xf7\xd6\xe0\x04\x0d\xd7\ \xc1\xf0\x22\xac\x9e\xf6\x72\x06\x85\x89\x79\x3a\x22\x16\x8b\x85\ \x5a\x07\x1e\x7f\xc1\x66\x50\x14\xec\x08\x9a\x0d\xe4\x01\x94\x28\ \x84\xa7\xc5\x98\x0f\x4e\x87\x66\x8c\x1c\x07\xa7\x4f\x11\x40\x89\ \x4d\xa4\xe7\x14\x9b\x14\x65\x88\x78\x9f\x7b\x49\x6b\x7d\x4c\x78\ \xc6\x22\x1b\xee\xa0\x68\x6e\x6e\xae\xca\x21\x71\x0d\x04\xde\x91\ \x39\xc6\x17\xb6\xc8\x29\x53\x8f\x62\x98\x9f\x47\x40\xee\x40\xf8\ \x1e\x02\xe4\x42\xc5\x75\x51\x4e\x67\x8a\x50\x46\x04\xcd\x41\x01\ \x06\x26\x1a\xd9\x39\x35\xcf\x3a\xd5\xd6\xd6\xea\x9e\x7b\xee\x09\ \x45\xec\x1b\x36\x6c\xd0\xcb\x2f\xbf\x5c\xd5\x99\x7d\xc7\x8e\x1d\ \x5a\x5c\x5c\x54\x7b\x7b\xbb\x4e\x9d\x3a\xa5\x73\xe7\xce\x85\xd4\ \x1a\xf7\x77\x36\x0c\xd9\x59\x5c\x5c\x0c\x8f\x45\x71\x00\x8f\x8c\ \x7a\xf7\x7c\x9c\x9f\xd3\xc5\x8c\x93\x6b\xf2\x2f\xa0\xda\xd3\xd8\ \x44\xe7\x27\x4e\x9c\xd0\x43\x0f\x3d\xa4\x75\xeb\xd6\xe9\xf2\xe5\ \xcb\xe1\x73\xe5\xf2\x6a\x0d\xdb\xb9\x73\xe7\x74\xf6\xec\xd9\xb0\ \xef\x7d\x7d\x7d\x2a\x16\x8b\x41\x57\x7e\xf9\xcb\x5f\xea\xce\x3b\ \xef\x0c\x46\xa4\x54\x5a\x2b\x5a\x4f\xa7\xd3\x2a\x14\x0a\x2a\x95\ \x4a\x81\xbd\x82\x99\x82\xc9\xa2\xce\xaf\xb3\xb3\x33\xac\xb7\xaf\ \x39\x06\xc1\x59\x3a\x0c\x66\x7d\x7d\xbd\xb2\xd9\xac\x7e\xf2\x93\ \x9f\xe8\x0b\x5f\xf8\x42\xd0\x45\xe4\xc9\xd3\xb9\x1e\x95\xe2\x0c\ \xa2\xce\xc6\x01\x28\x7b\x04\xb3\x98\x4a\xa5\x34\x32\x32\x12\xe4\ \x88\xe7\xbc\x9d\x3b\x77\x4e\x47\x8f\x1e\xd5\xde\xbd\x7b\xf5\x81\ \x0f\x7c\x20\x18\x3e\x00\x26\x29\x51\x0c\x33\x85\xac\x6e\xe8\x5c\ \xc6\xdd\x40\x47\x01\x97\x03\xa8\x28\xc8\x8a\x82\xab\x58\x2c\xa6\ \x9b\x37\x6f\xea\xd5\x57\x5f\x55\x2a\xb5\xda\xcf\x0e\x30\x49\x10\ \xd0\xd8\xd8\xa8\x42\xa1\x10\xea\x2d\xa9\xd5\xf4\xeb\x51\x47\x45\ \x04\x8c\xfc\xb0\x07\xae\xcb\x6e\xf4\x0b\x85\x82\x9a\x9b\x9b\xab\ \xd2\xcd\x0e\xfc\xd1\x33\xb7\x29\x38\xe7\x57\x5f\x7d\x55\xf1\x78\ \x5c\xfb\xf6\xed\xd3\xf1\xe3\xc7\x83\xcd\xbe\x76\xed\x9a\xf2\xf9\ \xbc\x86\x87\x87\x35\x31\x31\x51\x95\x4e\x5b\xbf\x7e\xbd\xb6\x6f\ \xdf\xae\x1f\xfe\xf0\x87\x3a\x7d\xfa\xb4\xba\xba\xba\x94\x4e\xa7\ \xf5\xda\x6b\xaf\xe9\xbd\xf7\xde\x53\x3e\x9f\x57\x53\x53\x53\xe8\ \xbc\xcf\x33\x37\x7f\xf1\x8b\x5f\x84\x27\x01\xe0\x40\xc7\xc6\xc6\ \x02\x98\x2f\x97\xcb\xca\xe5\x72\x41\xf6\x24\xe9\xd2\xa5\x4b\xaa\ \x54\x2a\x3a\x73\xe6\x8c\x1a\x1a\x1a\x74\xf9\xf2\x65\xed\xdd\xbb\ \x57\x77\xdc\x71\x47\x90\x2d\x80\x64\x5f\x5f\x9f\x0e\x1c\x38\xa0\ \x73\xe7\xce\xe9\xf4\xe9\xd3\x9a\x9a\x9a\x52\x7f\x7f\xbf\x36\x6e\ \xdc\xa8\x73\xe7\xce\xe9\x9d\x77\xde\xd1\xc0\xc0\x40\x48\xcf\xf2\ \x62\x6d\x7d\xaf\xbd\xb4\x03\xc0\x4a\x6f\x44\xd7\x77\xf6\xcf\xf7\ \xc6\xdf\x77\x90\x8e\x9f\x74\x96\x07\x07\xcb\x78\x3c\x0b\xe3\x0c\ \x31\x76\xcb\x9d\x74\x34\xb8\x8b\x06\x09\x1e\x44\xc2\xc8\x95\x4a\ \xa5\x2a\xd0\xf0\x7e\xb2\x1d\xbd\xb6\xeb\x2b\x3a\xec\x8f\xe2\x41\ \x36\xe8\x1f\xc5\x78\x9c\x11\x74\x7b\xc9\xba\x3a\xd8\x74\xdb\x8a\ \xff\x77\x70\xe5\x4c\xa1\xb3\x5b\xac\x95\x1f\xde\x61\xbc\x51\x62\ \x27\x0a\xba\x58\x5b\x4e\x5b\xe3\xbb\x3c\x95\xcb\xfa\xbd\x9f\x7f\ \x8d\x66\x20\xdc\x2e\x44\x0f\x3e\x39\x7b\xe6\x9f\x83\xa0\x49\x24\ \x93\xc9\xc7\x31\xa4\x9e\xba\x61\x13\x3c\xaa\x67\x32\x00\x00\x47\ \x7f\xb5\xb5\xb5\x21\x62\x60\x80\x20\x5a\x4f\xc3\xf0\x77\x7e\x7c\ \x53\x5c\xe0\x5c\x19\x1c\xc9\x16\x0a\x85\xd0\x44\x12\xe7\x41\x91\ \x1f\xe0\x83\x54\x1f\xe0\xc1\x4f\xb9\x79\x34\xc9\x26\xdd\xba\x75\ \x2b\xa4\x6e\x88\x4e\x97\x96\x96\xaa\xda\x10\x20\x84\x5e\x4b\xc1\ \xdc\x3c\xcf\xcb\x75\xce\x77\x4b\x00\x00\x20\x00\x49\x44\x41\x54\ \xbf\x7c\x87\x08\xdf\x0b\x2c\x31\x8a\x2e\xd8\x1e\x25\x79\xfa\x8f\ \xcd\xe2\xba\xd1\x68\x17\x45\x00\x0c\xf2\x1e\xd7\x76\xd6\xc5\x05\ \x1b\x23\xc6\xcb\xdf\x8b\xca\x00\xf2\x41\x44\x1e\x2d\xc6\x67\x6f\ \xb9\x06\xbf\xf3\x7d\xdf\x63\xa2\xee\x4c\x26\xa3\x62\xb1\x18\x8a\ \x33\x33\x99\x8c\x32\x99\x8c\xf2\xf9\xbc\xfa\xfa\xfa\xb4\xbc\xbc\ \xac\xf6\xf6\x76\xfd\x5f\xc6\xce\x2c\x46\xd2\xf3\x2a\xff\x4f\x2d\ \xbd\x57\x55\x2f\xd5\xd5\xdb\xf4\xf4\xec\x8b\xed\x71\x26\x76\x12\ \xdb\x89\x62\x6c\x2b\x26\x10\x45\x04\x22\x05\x6e\xb8\x49\x04\x77\ \x01\x45\x08\x01\x12\x57\x5c\x01\xe2\x02\x89\x45\x82\x28\x28\x04\ \x25\x20\x12\x11\xf8\x93\x84\x04\x93\x84\x24\xb6\x63\x3b\xe3\xd8\ \x9e\xf1\x36\x5b\xcf\xbe\xf4\xbe\x55\xf5\x5a\xdd\x55\xf5\xbf\x68\ \x7e\xa7\x9f\xfa\x5c\xe3\xa4\x24\xcb\x3d\xb5\x7c\xdf\xfb\xbd\xef\ \x59\x9e\xf3\x9c\xf3\x9e\x77\x7d\x7d\x5d\x57\xae\x5c\xd1\xca\xca\ \x4a\x14\xd0\xb7\x1a\x1f\x4c\x1f\xd1\x4a\x4f\x4f\x8f\x46\x46\x46\ \xb4\xba\xba\xda\x34\x5f\x3e\x16\x7f\xd6\x56\xce\x98\xcf\x58\x0b\ \xa9\x19\xf4\x7a\x14\xb3\xbd\xbd\xad\x4f\x7e\xf2\x93\xfa\xc9\x4f\ \x7e\xa2\x62\xb1\xa8\xa7\x9e\x7a\x4a\x23\x23\x23\xda\xdc\xdc\xd4\ \xd4\xd4\x94\xa6\xa7\xa7\x63\xc7\xe5\xad\x5b\xb7\xf4\xd0\x43\x0f\ \x69\x6d\x6d\x4d\xfd\xfd\xfd\x2a\x97\xcb\xea\xe9\xe9\x89\xfa\x42\ \x94\xda\x6b\x23\x70\x60\x3c\x37\xa0\x45\x52\xf4\xb6\x41\x77\x3c\ \x62\x06\x68\xf3\x4a\x46\xd2\x14\x60\xff\xe8\x47\x3f\xd2\x63\x8f\ \x3d\xd6\x94\xb6\x47\x9e\x00\x49\xae\x3b\x9e\x4e\xf0\x97\xcb\xb8\ \x47\x77\x9c\x66\x70\xe5\xca\x95\x38\x9a\x2a\x97\xcb\xa9\x5c\x2e\ \xeb\xef\xfe\xee\xef\xf4\xa1\x0f\x7d\x48\x8f\x3f\xfe\x78\x00\x2a\ \x22\x59\x07\x59\x5b\x5b\x5b\xd1\xd8\x17\xc3\x9b\x04\x4c\xc9\xbf\ \xfd\xb9\x93\xef\x25\x3f\xf7\x17\x73\xf9\xc2\x0b\x2f\xe8\xd2\xa5\ \x4b\x51\x6b\x88\xac\x91\xfe\x5b\x5d\x5d\x8d\x1d\x6c\x1e\xc8\xb9\ \x5e\x78\xc0\xc1\x38\x78\x06\x0f\x82\x92\x40\x9f\x3a\x33\x4f\x33\ \x12\x30\xfa\x3a\x79\xcd\x65\xa3\xd1\xd0\x2f\xfe\xe2\x2f\xea\xfc\ \xf9\xf3\x2a\x14\x0a\x3a\x72\xe4\x88\x3e\xf7\xb9\xcf\xe9\x3b\xdf\ \xf9\x8e\xce\x9d\x3b\xa7\xb3\x67\xcf\xea\x8d\x37\xde\xd0\xa5\x4b\ \x97\xb4\xb8\xb8\xa8\x4a\xa5\x12\x3a\xb2\xb6\xb6\xa6\x37\xde\x78\ \x43\x0b\x0b\x0b\x1a\x1b\x1b\x53\x2a\xb5\x9b\x41\x78\xf9\xe5\x97\ \xe3\x7b\xe8\xfe\xa1\x43\x87\x74\xfa\xf4\x69\xb5\xb7\xb7\xab\x5c\ \x2e\xeb\xb5\xd7\x5e\x8b\x86\xc0\xb4\x6e\xf0\xda\xc2\x5a\xad\x16\ \xa7\x2d\xdc\xb9\x73\x27\x58\x11\x1a\x86\x56\xab\x55\xcd\xcd\xcd\ \xc5\x79\xa2\xb7\x6f\xdf\xd6\xe1\xc3\x87\xb5\xb9\xb9\xa9\xc7\x1f\ \x7f\x5c\x0b\x0b\x0b\xfa\xda\xd7\xbe\xa6\xf5\xf5\x75\x3d\xf6\xd8\ \x63\x3a\x78\xf0\xa0\xb2\xd9\xac\xbe\xfd\xed\x6f\x6b\x6c\x6c\x4c\ \x13\x13\x13\x61\x73\x7c\x1e\xdd\x09\x3a\x20\x4f\xa5\x52\x71\x70\ \x30\xeb\x8d\xdc\xa2\x57\xe8\x18\x76\xd2\xeb\xb6\xdc\x6e\x12\x64\ \x78\x30\x86\xdd\x76\x9d\xe0\x7b\x1e\xd4\xf1\xc2\x76\xa1\xf3\x1e\ \xc8\xb9\x8f\x70\xfd\x4a\xca\x0b\x63\xf5\x9d\x7d\x0e\xe6\x1c\x54\ \x20\x8f\xd8\x36\x07\x7a\x00\xe3\xa4\xde\xb8\xff\x4e\x06\x30\x7e\ \x6d\x80\x19\x36\xc2\xed\x6d\xb2\x67\x23\xf7\xe4\x99\x9c\x01\x07\ \xac\xfb\x29\x18\xfe\x1c\x9e\x56\xf4\x39\xf2\x34\x9d\x03\x5c\x27\ \x24\xf8\xcc\x19\x2a\xc6\xe8\x87\x4f\x3b\x10\x64\x4c\xee\x43\xdd\ \x1f\x73\x6d\x07\x62\x99\x42\xa1\xf0\x27\x4e\xe3\x27\x51\xaf\x17\ \x56\x27\x05\x07\x7a\x12\xc1\xa1\xb6\xc8\x9d\x29\x8b\xc8\x42\xba\ \x93\x74\x21\xc2\x20\x25\x07\x8b\x51\xe1\x7b\x44\x8a\x80\x1f\xdf\ \xa2\x4f\x11\xba\xd7\x91\xb8\x91\xf7\x3c\xbc\x53\xf6\x3b\x3b\xbb\ \xe7\x32\x81\xb0\x7b\x7b\x7b\x23\xe2\x63\x42\x01\x6f\x4e\x43\x23\ \x20\x9e\x92\x71\xa5\x43\xe0\x1d\xed\xe3\xb4\xf8\x0f\x87\xcd\x35\ \x10\x42\xd6\x24\x39\x87\xfc\x06\x43\xce\xf3\xba\x61\x4f\x2a\x60\ \xd2\xb9\x24\x0d\x8f\x23\x6e\xdf\x35\x98\xac\x3d\x70\x65\x74\x79\ \xf0\x2d\xcf\xcc\xbd\x83\x10\xe4\x03\x47\x29\xed\xf6\x36\xeb\xe8\ \xe8\x88\xf3\xd1\x3a\x3b\x3b\x75\xf1\xe2\x45\x55\x2a\x15\x4d\x4c\ \x4c\x68\x70\x70\x50\xd5\x6a\x55\x77\xef\xde\xd5\xca\xca\x4a\x53\ \xa3\x52\x00\xbf\x6f\x50\xc0\xb8\x21\x93\x99\xcc\x6e\xab\x0d\xc6\ \xef\xbb\x29\x79\x79\x7d\x91\xcb\x7f\xd2\x78\x78\x54\xc6\xdf\xc9\ \xb9\x9b\x9e\x9e\xd6\x87\x3e\xf4\x21\x3d\xf8\xe0\x83\x3a\x77\xee\ \x9c\x8e\x1f\x3f\xae\x27\x9e\x78\x42\x9f\xfa\xd4\xa7\x74\xe6\xcc\ \x19\xcd\xcd\xcd\xc5\xfc\xac\xad\xad\xe9\xfa\xf5\xeb\xba\x73\xe7\ \x8e\x1e\x78\xe0\x01\x1d\x39\x72\x44\xaf\xbd\xf6\x9a\x8e\x1f\x3f\ \xde\x64\x28\x60\x64\x9d\x86\xf7\x1a\x3e\x9e\x0d\xa3\x98\x8c\x4e\ \xdd\x18\x20\x77\xfc\x86\xeb\xa2\x07\xdf\xff\xfe\xf7\xf5\xde\xf7\ \xbe\x57\xa3\xa3\xa3\xa1\x9b\xbe\x99\x05\xc0\xe3\x11\xa1\x03\x78\ \xe6\x03\xbd\xf0\x74\x01\x3b\x04\x5f\x7f\xfd\x75\xcd\xcf\xcf\x47\ \xbf\xa5\x46\xa3\xa1\xaf\x7f\xfd\xeb\xda\xb7\x6f\x9f\x1e\x7f\xfc\ \x71\xd5\x6a\xb5\xd8\x9d\xcb\xd8\x49\x7b\x90\xf2\x2a\x16\x8b\x51\ \x77\xe2\x06\xd4\xd7\x24\xf9\x4a\x7e\xd7\xbf\x97\xb4\x79\xfe\x82\ \x6d\xec\xea\xea\xd2\xf5\xeb\xd7\xa3\xde\x90\x1d\x9f\x74\x3e\x4f\ \x76\xe0\x76\x87\x97\x34\xca\x7c\x0f\x1b\x8a\x63\xf3\x00\x05\x7b\ \x87\x0d\x03\x24\xb3\xf6\xc9\xc8\xdb\x37\xd9\xb4\xb7\xb7\xeb\x89\ \x27\x9e\xd0\x8f\x7e\xf4\x23\xe5\xf3\x79\x4d\x4c\x4c\xe8\xec\xd9\ \xb3\xba\x72\xe5\x4a\xd4\x39\xf5\xf7\xf7\xc7\x01\xf5\x3d\x3d\x3d\ \x5a\x5d\x5d\xd5\xfc\xfc\xbc\x16\x16\x16\xd4\xd6\xd6\xa6\xc1\xc1\ \xc1\x48\xf5\xad\xad\xad\xe9\xd2\xa5\x4b\xe1\xf4\xb1\x13\x83\x83\ \x83\x7a\xf8\xe1\x87\xd5\xd5\xd5\xa5\xb5\xb5\x35\x3d\xff\xfc\xf3\ \x31\x36\x7a\xba\x91\xc6\x25\x2b\xb0\xb1\xb1\xd1\x74\x7c\x53\x3a\ \xbd\x7b\x04\x59\x2e\x97\x0b\x30\x93\xcb\xe5\xf4\x9e\xf7\xbc\x27\ \xd2\xd1\xa4\xfe\xa6\xa6\xa6\xb4\xba\xba\xaa\xd1\xd1\xd1\x60\xfd\ \xa7\xa7\xa7\x95\xcf\xe7\x75\xfc\xf8\xf1\x60\x58\xf0\x13\xcc\x21\ \x36\xcc\x59\x8e\x6c\x36\x1b\xa7\x1c\x24\x6b\x33\x91\x6b\x5f\x3f\ \xf7\x67\xef\x06\xdc\x59\x4b\xf7\x59\xdc\x8f\xdf\xbb\x9f\xf0\xe0\ \xdd\x59\x5f\x82\x2c\x0f\x8a\x5d\x86\xb9\x0f\xcf\xca\xdc\x11\x3c\ \x79\x1f\x33\x6c\x98\x03\x37\xf7\x7d\xee\xdf\xf1\xc7\x64\x9d\xf0\ \xe9\x9e\x6e\x73\xb2\x05\x1d\x47\x27\xa4\xbd\x52\x1d\xd8\x5a\xf4\ \xc1\x59\x24\xfe\xdb\xda\xda\x0a\x7d\x27\x1b\xc6\xd8\xbc\xac\xc1\ \x5b\x01\x31\x6f\x5e\xf3\xc9\x18\x58\x6f\xf4\xc9\x03\xc2\x24\xd3\ \x94\x0c\x10\x01\xfc\x0e\xa2\x9d\x31\xf4\x40\x93\xf1\xb9\x0f\x75\ \x0c\xd3\x54\x32\xd3\xd3\xd3\xf3\x27\x08\x91\x47\xb7\x2e\x10\x9e\ \x46\xf2\x05\xc3\x00\x38\x5a\x65\x40\x3b\x3b\x3b\x51\x48\xe9\xec\ \x8a\x4f\x04\x0f\xe6\xce\x80\x31\x38\xab\x26\xed\x6d\xf9\xf5\x49\ \xa5\xde\x8a\x07\x06\x88\x50\x07\xe3\x2c\x84\x03\x2b\x9f\x10\x17\ \x44\x7e\x27\x49\xc5\x62\x51\xd2\x6e\x9d\x11\xbd\x87\x1c\x99\x4a\ \x8a\xed\xd1\x1e\x59\xba\x62\xfa\x02\x26\x73\xf7\x4e\x29\x7b\x8d\ \x0b\xec\x19\x80\xce\xd3\x85\x3e\x4e\x67\xab\x9c\xfa\x74\xa5\x76\ \xe0\xe1\xf7\x76\x07\xbc\xb3\xb3\xdb\xcf\xa9\x58\x2c\xc6\x96\xff\ \xc1\xc1\xc1\x48\x35\x70\xa8\x2e\x82\xe5\xdd\xb4\x79\x26\x64\x01\ \xc7\xef\x8a\xc2\xdf\xc9\xda\x33\x22\xda\xae\xae\x2e\x5d\xbd\x7a\ \x55\x2f\xbc\xf0\x82\x56\x56\x56\xd4\xde\xde\xae\xe3\xc7\x8f\xab\ \xa7\xa7\x47\xb3\xb3\xb3\x5a\x5c\x5c\x0c\xd9\x40\x79\x92\xb5\x71\ \x6e\x54\x9c\x99\xaa\xd5\x6a\xe1\x20\xa1\x8e\x3d\xbd\x8a\x7c\x39\ \xe0\xf4\xd4\xb6\x83\xfd\x64\xc4\xe9\x4a\x8b\xf1\x79\xf5\xd5\x57\ \xf5\xf4\xd3\x4f\x6b\x7b\x7b\x3b\x18\xb7\xf1\xf1\x71\x3d\xf5\xd4\ \x53\xda\xd8\xd8\xd0\xdb\x6f\xbf\x1d\x80\x64\x63\x63\x43\x77\xef\ \xde\x55\x2e\x97\xd3\x2f\xfd\xd2\x2f\x69\x6d\x6d\x2d\x0e\x54\xf5\ \xc0\x21\x95\xda\xeb\x3b\xc3\xf3\xb3\x8b\x95\xf1\x3a\xc3\xc6\x7b\ \x7e\x24\x04\xe3\xf4\x34\x85\x03\xc6\xf6\xf6\x76\x3d\xff\xfc\xf3\ \x3a\x7c\xf8\x70\xd4\xec\xd0\xdd\xbd\xd1\x68\x44\x44\xe7\x3b\xe4\ \xb8\x1f\xe3\xf5\xeb\xf2\x39\xc0\xa0\x50\x28\xe8\xca\x95\x2b\xba\ \x79\xf3\xa6\x46\x47\x47\x75\xe4\xc8\x11\xb5\xb5\xb5\xc5\x8e\xc1\ \x42\xa1\xa0\xdb\xb7\x6f\xab\x54\x2a\x45\xb3\xd4\x6c\x76\xb7\xfd\ \x80\x24\xcd\xcd\xcd\x69\x69\x69\x49\xa3\xa3\xa3\xca\xe5\x72\x4d\ \xeb\x92\x5c\x8f\xe4\xdf\x0e\xa4\x9c\x11\x70\xdb\xd3\xea\x7d\x3e\ \x6b\x6b\x6b\xd3\xa1\x43\x87\x34\x36\x36\xa6\x6b\xd7\xae\xa9\x56\ \xab\xe9\xfa\xf5\xeb\x5a\x5c\x5c\x8c\xfb\x78\xb0\xe1\x81\xa2\x9f\ \x83\xe9\xe9\x2a\xd6\x88\xb5\x73\xe7\xe9\x6d\x06\xb2\xd9\xac\x06\ \x06\x06\x9a\x52\x33\x6c\xa8\x49\xee\xb8\xe6\xba\x87\x0e\x1d\xd2\ \x23\x8f\x3c\xa2\xb7\xdf\x7e\x5b\xbf\xf5\x5b\xbf\xa5\x46\xa3\xa1\ \x97\x5e\x7a\x49\xb3\xb3\xb3\x4a\xa7\xd3\x3a\x75\xea\x54\x6c\xd8\ \xa1\x2e\x06\xf9\xc9\xe7\xf3\x1a\x1e\x1e\x8e\xba\x2f\x58\xe6\x99\ \x99\x99\xb0\x19\xb0\x51\x3b\x3b\x3b\xfa\xc8\x47\x3e\x12\xe7\xbb\ \xbe\xf1\xc6\x1b\xf1\x4c\xec\x9a\x85\xc1\xe2\x6c\xd0\xe3\xc7\x8f\ \xc7\x46\x1d\x7c\x00\xfd\x91\x90\xe7\x81\x81\x01\xbd\xf7\xbd\xef\ \x8d\xe7\x5d\x5c\x5c\x54\xb5\x5a\xd5\xd0\xd0\x90\x86\x86\x86\x82\ \xbd\xdb\xde\xde\x56\xb1\x58\xd4\xb1\x63\xc7\x54\x2a\x95\x9a\x58\ \xa6\x24\x00\x75\xdb\x28\x29\xfc\x86\x67\x21\xb0\xa3\xce\x8a\x24\ \x03\xd1\xa4\xde\xb7\x0a\x24\x91\x5d\xb7\x1b\x6e\x97\x9d\x51\xf6\ \x20\x8d\xf5\x66\x4c\xf8\x54\x07\x64\xc9\x80\xd7\x53\xfe\x7c\x97\ \xf9\x25\x8d\xee\x64\x82\x13\x02\xac\xb9\xdf\x33\x19\x84\x73\x6f\ \x7c\x2f\x7e\xcd\x19\x59\x69\x6f\x53\x93\x07\x14\xd8\x16\xfe\x4f\ \x6a\x1d\x79\xe5\xf9\xf1\xdf\x6e\xd3\x3c\x05\xd8\xd6\xd6\xa6\x4a\ \xa5\xa2\xb9\xb9\xb9\x26\xa0\x8c\x9f\x71\x5f\x06\x40\x02\xab\x30\ \x1e\x9e\xd7\xd9\x34\x27\x0a\x18\x47\x32\xa5\x8c\x4c\x79\xda\x15\ \x99\x4a\xae\x19\xf3\xe5\xc0\xad\x56\xab\x29\xd3\xd9\xd9\xf9\x27\ \x4c\x82\x03\x0f\x67\x22\xf8\xdc\x8d\x2a\x29\x99\x24\xc0\x72\xe0\ \x94\x5c\xd4\xa4\x31\x63\x82\xdc\xa8\x25\x85\x98\x81\x92\x9f\xf5\ \xc8\xc0\xb7\xb2\x33\x31\xb0\x12\x18\x78\xcf\xad\xfa\x24\x11\x6d\ \x79\x74\xb1\xbd\xbd\x1d\x75\x3e\xd4\x61\x39\x32\x6d\x6f\x6f\x57\ \xb1\x58\x8c\xf6\xff\x5e\x50\xc9\xbd\xa8\xcb\xf1\x36\x05\x8c\x0f\ \x24\x8e\x21\xc2\x31\x23\x64\xd0\xa0\x0e\x34\x7d\xfe\x9d\xb9\x72\ \x16\x8d\x28\x17\xb0\x91\x34\xfa\xc9\x34\x9d\x23\xf4\x7a\xbd\x1e\ \xbb\xb2\x7c\x37\xa2\xb3\x51\x80\x48\x0c\x21\x63\xe2\xfe\x2e\xf8\ \xac\x9d\x2b\x57\x77\x77\x77\xa4\xb9\x88\x7c\x90\x8b\xb9\xb9\x39\ \x4d\x4f\x4f\x47\x73\x3c\x94\xd3\x1b\xa3\x56\xab\x55\xf5\xf6\xf6\ \xc6\x5a\xbb\xd1\xf3\xd4\x25\xf3\x06\x63\xc3\x4e\xaf\xb6\xb6\x36\ \x8d\x8e\x8e\x2a\x9d\x4e\x47\x0d\x17\x72\xc2\x7c\x78\xd4\xe1\x72\ \xe2\x73\xe5\x8e\xd0\x8d\xae\xa7\xdc\x6e\xdc\xb8\x11\x7d\xae\x16\ \x16\x16\x34\x3f\x3f\xaf\x62\xb1\xa8\xa7\x9f\x7e\x5a\x3b\x3b\x3b\ \xba\x75\xeb\x56\x44\x63\x6d\x6d\x6d\x9a\x9a\x9a\xd2\xd1\xa3\x47\ \xd5\xdf\xdf\xaf\x99\x99\x19\x8d\x8c\x8c\x04\xe3\x53\xaf\xd7\xa3\ \x51\xae\xa7\x01\x01\x5f\x80\x45\xef\x61\xe7\xe0\x3a\xc9\x8c\x78\ \x00\xe5\xe9\x94\x54\x2a\xa5\xff\xfe\xef\xff\xd6\xd1\xa3\x47\xb5\ \x6f\xdf\xbe\x58\xe7\x6a\xb5\x1a\x3a\x40\x5f\x3b\x0c\x57\x92\xa5\ \xe1\x3e\x5e\x2f\x44\x5d\x45\xb9\x5c\xd6\xff\xfc\xcf\xff\xa8\x54\ \x2a\xe9\xe4\xc9\x93\x6a\x6f\x6f\xd7\xbf\xfd\xdb\xbf\xe9\xd6\xad\ \x5b\x2a\x14\x0a\x51\x63\x79\xe4\xc8\x91\xa6\x9d\xb8\xeb\xeb\xeb\ \x5a\x5a\x5a\x8a\x1d\xbf\xa5\x52\xe9\x1d\x8c\x41\xd2\xc1\xb9\x83\ \xe0\xff\xcc\x11\xac\xdc\xc6\xc6\x86\xd6\xd7\xd7\x43\xd7\xab\xd5\ \x6a\x1c\x18\xce\x0e\x61\x52\x80\x80\x7c\x58\x85\xab\x57\xaf\x46\ \xfb\x04\xda\xc4\xa0\x23\x0e\xae\x30\xe8\x1e\xf1\xba\xb3\xf7\x00\ \x35\x19\xf4\x79\x4a\xe2\xe4\xc9\x93\x1a\x19\x19\x51\x26\x93\xd1\ \xc1\x83\x07\xf5\xa1\x0f\x7d\x48\x27\x4e\x9c\xd0\x9d\x3b\x77\x54\ \xab\xd5\x74\xea\xd4\x29\x3d\xfe\xf8\xe3\xba\x78\xf1\xa2\x52\xa9\ \x94\xee\xbb\xef\x3e\xbd\xfd\xf6\xdb\xfa\xec\x67\x3f\xab\xd1\xd1\ \x51\x75\x76\x76\xea\xee\xdd\xbb\xba\x72\xe5\x4a\x34\xa3\x3c\x72\ \xe4\x88\x6e\xdd\xba\x15\xe7\xb5\x11\xb4\xd1\x30\x99\xa0\xaa\xbd\ \x7d\xb7\x6b\xfb\xfc\xfc\x7c\xec\x92\x06\x6c\xf7\xf5\xf5\xe9\xc9\ \x27\x9f\x54\x67\x67\xa7\x36\x37\x37\xf5\xec\xb3\xcf\x86\x4e\x1d\ \x38\x70\x40\x99\x4c\x46\xd7\xae\x5d\x6b\x0a\x76\xd7\xd6\xd6\x74\ \xf2\xe4\xc9\xb0\x07\x95\x4a\x45\xb9\x5c\x2e\x9c\x6b\x2e\x97\xd3\ \xc1\x83\x07\x55\x28\x14\xe2\xb3\x4a\xa5\x12\xf6\xb1\xa3\xa3\x43\ \xfb\xf7\xef\xd7\xc0\xc0\x80\x2a\x95\x8a\x4a\xa5\x92\xc6\xc7\xc7\ \xc3\xd6\xfa\xbc\xb1\xa9\x28\x19\x5c\xc2\xd2\x63\x67\x70\x92\xc8\ \x0a\xfe\xc0\x03\x38\x77\x9a\x00\x33\xb7\x11\x0e\xc8\xf8\xad\xfb\ \xb9\x64\xa0\xed\xec\x2e\xf7\x01\x5c\x63\x87\x78\x1f\xa2\xc1\xfd\ \x8b\xcb\x10\x75\x46\xf8\x0a\xec\x23\xb6\x8c\xf7\xb1\xb9\x80\x1c\ \xc6\x02\x88\xe0\xff\xd8\x5d\x40\x34\xd7\xa1\x8e\xd0\x7d\x4e\x2a\ \x95\x8a\xb5\x24\x3b\xe0\x00\x9a\x4d\x61\x10\x06\xdc\x07\xfb\xe4\ \x73\xef\xbb\xb4\xb1\x57\xbe\x19\x60\x65\x65\x25\x74\xd0\xd9\x78\ \xc6\xd1\xd3\xd3\x13\xb2\xe6\x3e\xc2\xf5\xcb\xef\xe1\xd8\x82\xec\ \x8a\x83\x43\x64\x0e\x19\x71\x22\xc8\x4b\x75\x00\xd4\xc9\x40\x29\ \x18\x51\x47\x62\x2e\x1c\x2c\x52\xb2\x80\x59\x52\x18\x5d\x4f\xb7\ \x30\x10\x68\x34\xcf\x79\xe2\x08\xb9\x0f\x02\xe6\x02\x8a\x92\x33\ \x39\x0e\x40\x18\x97\x1f\x44\x0d\xc0\xa9\xd7\xeb\xd1\xaf\x8b\x89\ \x71\x5a\x9d\x31\x31\x29\x8c\xc9\x99\x2d\x9c\xac\xef\xe0\x42\xa0\ \x7a\x7b\x7b\x83\x4a\x26\x1f\x0c\xb8\x44\x01\x11\x4a\x4f\x15\xb2\ \x00\xfc\x16\x30\x87\x62\x30\x06\x47\xc7\xd0\xa4\xbe\xa8\x44\x0f\ \xac\x85\x1b\x71\x04\x02\x20\x95\x8c\xb8\x3c\x97\xec\x47\x8a\xb0\ \x26\x9e\xaa\x40\xd0\x6a\xb5\x5a\x18\x5d\x6a\x64\xa0\x7b\x7d\xad\ \x50\x2a\x9c\x17\xf2\xe1\xdf\x41\xd8\x6a\xb5\xdd\x6d\xed\x08\x34\ \x60\x10\xc3\x41\xed\x01\xcf\x78\xf9\xf2\xe5\x28\xda\x76\xe3\xd0\ \xdd\xdd\xad\x72\xb9\xac\x8d\x8d\x8d\x50\x76\xe6\xc2\x23\x52\xa2\ \xfc\xcd\xcd\x4d\xcd\xcc\xcc\x68\x71\x71\x51\xfd\xfd\xfd\x1a\x1a\ \x1a\x52\x7f\x7f\x7f\xa4\x7a\x78\x66\x07\x9f\xae\x78\x3e\x57\xfc\ \xdb\x0d\x73\x2b\x76\xe8\xfa\xf5\xeb\xaa\xd7\x77\x7b\xfb\x00\xea\ \x16\x17\x17\xb5\xbe\xbe\xae\x4f\x7c\xe2\x13\xc1\x5c\x5d\xbf\x7e\ \x5d\xe9\x74\x5a\xc3\xc3\xc3\x3a\x73\xe6\x8c\x1e\x7b\xec\x31\x5d\ \xbd\x7a\x55\xc7\x8f\x1f\x0f\xf9\xda\xda\xda\xd2\xda\xda\x5a\x44\ \x66\xcc\x37\x5b\xd5\x9d\x19\xf1\xe8\xd6\xa3\x53\xc6\x0c\x48\xf6\ \xe7\xe0\xdf\xdd\xdd\xdd\x3a\x74\xe8\x90\x5e\x7a\xe9\x25\xbd\xff\ \xfd\xef\x57\xa1\x50\x08\xd6\xcc\xaf\x47\x11\x33\x06\x91\xf1\x30\ \x8f\x5c\xd7\x9d\xc0\xe6\xe6\xa6\xce\x9c\x39\xa3\x83\x07\x0f\xea\ \xc1\x07\x1f\x54\x36\x9b\xd5\x3f\xfc\xc3\x3f\x68\x6e\x6e\x4e\xfd\ \xfd\xfd\x5a\x58\x58\x50\x3e\x9f\xd7\x13\x4f\x3c\x11\x35\x3c\xe9\ \x74\x3a\xea\x9a\xfa\xfb\xfb\xd5\xdb\xdb\x1b\x75\x3a\x38\x13\x07\ \x34\xc8\x00\x2c\x25\x25\x04\x00\x5d\xe6\xc8\x6b\x47\x91\x43\xf4\ \xd5\x77\x04\x22\xcb\x7c\xa7\x5c\x2e\x6b\x6c\x6c\x4c\x77\xee\xdc\ \xd1\xf6\xf6\x76\x74\x3c\x67\xa7\xa0\x33\x11\x4d\xc6\xd5\x6c\x20\ \xb2\x8a\x83\xf3\x54\xad\x07\x52\xac\x2b\x2c\xea\xaf\xfd\xda\xaf\ \xe9\xcd\x37\xdf\xd4\x81\x03\x07\xf4\x9b\xbf\xf9\x9b\xaa\x54\x2a\ \x7a\xf5\xd5\x57\x95\x4a\xa5\x74\xe8\xd0\x21\x7d\xe6\x33\x9f\x51\ \x67\x67\x67\xa4\xc9\xbe\xfb\xdd\xef\x6a\x73\x73\x53\xc7\x8e\x1d\ \xd3\xfa\xfa\xba\xfa\xfb\xfb\xf5\xab\xbf\xfa\xab\x7a\xe6\x99\x67\ \xb4\xb9\xb9\xa9\xcb\x97\x2f\xeb\xd4\xa9\x53\x1a\x1b\x1b\xd3\xdc\ \xdc\x9c\x32\x99\x4c\x9c\xe7\xc7\xe9\x19\xc8\x06\x35\x66\x0e\x50\ \xa4\xdd\x7a\x49\x40\x4e\xb1\x58\xd4\xf3\xcf\x3f\x1f\xbf\x5f\x5e\ \x5e\x8e\x6b\x70\x28\x31\x8c\xd9\xec\xec\xac\x16\x16\x16\xe2\x08\ \xac\xfe\xfe\xfe\xd8\xc0\x31\x38\x38\xa8\xfd\xfb\xf7\xc7\x8e\xd2\ \x07\x1f\x7c\x30\x7a\xe0\x21\xff\xbc\xba\xba\xba\x94\xcf\xe7\xc3\ \x67\x24\x6d\x00\xe0\xca\xf5\x86\x7f\x7b\x50\xcf\xcb\x41\x94\x3b\ \x68\x5f\x13\x9e\x29\x99\x99\xe0\xe5\x0c\x38\xdf\xf5\xf5\x47\x67\ \xfc\x6f\xc6\xed\xac\x88\x3b\x7f\x49\x11\x78\x7a\xe9\x03\x32\x82\ \xed\x47\x17\xb9\x5e\x36\x9b\x8d\xdd\xf8\x9e\xe9\xe0\x59\x5d\x46\ \xfd\xb3\x4c\x26\x13\xc1\x1f\xf2\x2a\xed\x1d\x19\xe4\xa5\x2b\xde\ \xa6\x09\xf0\x0c\xf8\x92\x14\xc7\xcc\x71\x0f\xda\x26\xc0\x8e\x82\ \x1f\x08\x1a\x19\x07\x6b\x91\x1c\x27\x6b\xea\xf6\x25\x9d\x4e\x47\ \x0b\x24\x0f\xe8\xb1\x9f\x0e\x88\x01\x60\xac\x33\xfe\x0c\xfb\xd0\ \xca\xb7\x7a\xa0\x9a\x0c\x2a\xdd\xe6\x3b\x29\xe2\x6c\xa8\xf4\x7f\ \x6d\x1a\xf8\xc0\x41\x8f\xff\x98\x2f\xa3\x2c\x4e\x2b\x43\xfd\xb1\ \x10\xbe\x6b\xd0\x59\x2d\x77\x80\x4c\x3c\x93\xe2\xf7\x42\x68\xfc\ \x41\xbd\x38\x11\x25\xc9\x66\xb3\x4d\xbb\xc9\x00\x63\x8e\xe4\x19\ \xb3\xb3\x69\x4c\x22\x51\x0c\x63\x60\x8c\xd9\x6c\x36\x50\xf9\xc6\ \xc6\x46\xf4\x20\xea\xed\xed\x55\xb9\x5c\x0e\xc3\x8e\x02\xd2\x79\ \xd8\x6b\x90\xbc\x20\xd9\xa3\x04\x0c\xb6\xb3\x66\xce\x0c\xfa\x0e\ \x22\x17\x1a\x14\x0a\x45\x63\x1d\x10\x7a\xd6\x01\x80\xe7\xe9\x3a\ \x40\x1e\x40\xd3\x3b\x43\xc3\x4a\x2c\x2f\x2f\x37\x45\x6d\xcc\xab\ \x1f\x01\xe2\x4a\xe7\x8e\xc8\x95\xc8\xc7\xea\x8e\x9f\x5e\x4d\x28\ \x00\xf5\x73\xc8\x80\x47\x0e\xcc\xc3\xc2\xc2\x82\x6a\xb5\xdd\x9d\ \x73\xa9\xd4\x5e\x03\x47\x57\x4a\x9e\x45\x52\x38\x5f\x49\xe1\x60\ \xd9\xb4\xc0\x39\x76\x44\x41\x49\x03\xc5\x78\xbd\xde\x00\xf9\x43\ \x3f\x3c\x8a\x41\x1f\xdc\xc8\xba\xb1\x64\xbc\xb0\x06\xf5\x7a\x5d\ \xa7\x4e\x9d\xd2\xec\xec\xac\x0e\x1f\x3e\xac\x93\x27\x4f\xea\x07\ \x3f\xf8\x81\xfa\xfa\xfa\xb4\xbc\xbc\xac\x72\xb9\xac\x1f\xfd\xe8\ \x47\xba\x7d\xfb\xb6\x8e\x1d\x3b\xa6\x07\x1f\x7c\x30\xe4\x79\x7a\ \x7a\x5a\x43\x43\x43\x51\x60\xec\xf2\x8a\x33\xc0\x70\xfb\x5c\x7a\ \xca\x0a\x63\x86\x11\x20\x7d\xc8\xf7\x6b\xb5\x9a\xde\xfb\xde\xf7\ \xea\x2b\x5f\xf9\x4a\xc8\xa8\x5f\x07\x67\xef\xf3\x86\x91\x65\x0c\ \x6e\x47\x30\x56\xd4\xa6\xc1\xc2\xb4\xb5\xb5\xe9\xfb\xdf\xff\xbe\ \x8a\xc5\xa2\x8e\x1e\x3d\x1a\x81\xd0\xa1\x43\x87\x9a\x40\x95\xb7\ \xff\x98\x9c\x9c\x0c\x03\xe8\x8e\x8f\x5a\x4e\x4f\x13\x20\xd3\x18\ \x6c\x6f\x94\xcc\x8e\x4d\xc6\x99\x7c\x06\x52\x6e\x44\xcd\xc8\x55\ \x2e\x97\x0b\xa6\xfc\xca\x95\x2b\x51\x4f\xd4\xd6\xd6\x16\x00\xc1\ \xeb\x23\x9d\x09\xf5\xc0\xc7\x1d\x3d\x36\x01\x99\xc3\x41\x62\xbf\ \xf6\xed\xdb\xa7\x46\xa3\xa1\xd1\xd1\x51\xed\xdb\xb7\x4f\x5f\xff\ \xfa\xd7\x35\x31\x31\xa1\x42\xa1\xa0\xc9\xc9\xc9\x26\x67\xc3\x1a\ \x1d\x3d\x7a\x54\x3d\x3d\x3d\x3a\xf8\x7f\xc5\xdf\x8d\x46\x43\x53\ \x53\x53\xba\x79\xf3\x66\x1c\xde\xcc\x1c\x57\x2a\x15\x8d\x8d\x8d\ \xe9\xfc\xf9\xf3\x4a\xa5\x52\x5a\x59\x59\x89\xde\x6c\xcc\x3f\xcc\ \x12\xf6\x2a\x9b\xcd\x6a\x68\x68\x48\x1d\x1d\x1d\x7a\xe4\x91\x47\ \xf4\xd8\x63\x8f\xa9\x5a\xad\xea\x8b\x5f\xfc\xa2\x5e\x7c\xf1\x45\ \x0d\x0e\x0e\x06\xc3\x45\x76\x20\x9f\xcf\x87\x6d\xa4\xde\x86\xbe\ \x83\xf8\x8a\xf7\xbd\xef\x7d\x5a\x5f\x5f\x8f\x66\xb2\x23\x23\x23\ \xb1\x21\xc2\x6d\xa2\xa7\xf3\x1b\x8d\x46\x1c\xe1\xe2\xfa\x88\x1c\ \x00\x5e\xd0\x65\x5f\x5b\xb7\xc1\xee\x1b\x24\xbd\xc3\xd1\xe3\x80\ \xd1\x6b\xec\x38\xeb\xe7\x01\x3b\xe3\x82\xe1\xe7\x3a\x6e\x4f\x3c\ \x80\xf3\xac\x8b\xff\x9e\xfb\xb6\x02\xec\xf8\xba\x24\x83\xef\x2c\ \x9d\x13\x19\x5c\x03\x26\x1f\xc0\x9b\x64\xde\x9c\x2c\xa8\xd7\xeb\ \xb1\xd1\x0b\x1f\x0e\x00\x44\x5e\x01\x2e\x64\x6b\xd8\xa0\x83\x7d\ \x22\x48\x07\xbc\x3b\xf1\xe2\xb6\xde\x4f\x9f\x70\xc6\x8f\x75\x41\ \x66\x59\x33\xde\xa3\x4c\xc0\x33\x34\x94\x9e\xf8\xda\x25\xd9\x7b\ \xd6\x11\xa0\xe8\x3d\x34\xf1\x51\xee\xeb\x5c\x16\xf8\x9e\xaf\x2f\ \x63\xe8\xea\xea\x6a\x92\x3f\x5f\xff\x2c\x06\xd2\xb7\xe3\xb3\xc0\ \x2c\x12\x46\x29\x95\xda\xdb\xfd\x82\x90\xfa\x4e\x41\x84\x86\x6b\ \x25\xd9\x00\x04\xd6\x9d\x57\x2a\xb5\x5b\x63\xe2\xa8\xd0\xd1\x24\ \xc6\x4f\x52\x00\x05\xdf\x31\xc5\xa4\x39\x75\x8b\x91\xf3\x74\x9d\ \x8f\x27\x99\x47\x75\x30\x00\xfb\x01\x85\x3d\x3f\x3f\xaf\xa1\xa1\ \xa1\x50\x50\x8c\x2e\x85\xad\xcc\x0b\xcf\xe2\x7d\xa1\x78\x16\x07\ \x60\x92\x9a\x8a\x08\x01\x48\x9e\xe6\x63\xb1\x00\x7c\x5c\xab\xad\ \xad\x2d\x8a\xbd\x01\x03\xee\x2c\x93\x79\x75\x67\x8b\xd8\xf5\xe7\ \x94\x33\xe9\x49\xdf\x49\xc1\xef\xb8\xb7\x03\x17\x07\xc1\xbc\x5c\ \x39\xf8\x3d\xd7\x40\xd1\x11\x74\x1c\x35\x69\x05\x9e\xc3\x15\x1c\ \x19\xc2\x51\x3a\x30\xa3\xd1\x2b\x32\xe4\xf3\x85\x31\xf3\x7f\xd7\ \x6a\xb5\xe8\xb6\x4d\x54\xc7\x7d\xdd\x68\x39\xfb\xe2\x0a\xc9\x3d\ \x9c\x09\xf2\x08\x16\xd9\x66\xad\x30\x18\xe8\x4f\xbd\x5e\xd7\x9d\ \x3b\x77\x74\xeb\xd6\x2d\x5d\xbd\x7a\x55\x8f\x3c\xf2\x48\xa4\xfa\ \x38\x4c\xfc\xd0\xa1\x43\xb1\xc1\xa2\x5c\x2e\x6b\x6e\x6e\x2e\xb6\ \xc3\x63\xc8\x58\x73\xd8\x5c\x8a\xfb\x71\x7c\x44\x66\xfe\xec\xf5\ \x7a\x3d\x8a\x8c\x7d\x0e\x31\x42\x8c\x1b\x43\xba\xbc\xbc\xac\xc1\ \xc1\x41\x5d\xbd\x7a\x55\xa7\x4e\x9d\x8a\x1d\x9d\x3b\x3b\x3b\xd1\ \x41\xde\x8b\x67\x9b\x8c\x48\x76\xaf\xa7\x0f\xba\xde\xd6\xb6\xdb\ \x81\x19\x30\x70\xed\xda\x35\x2d\x2e\x2e\x6a\x68\x68\x28\x40\x00\ \xf7\xde\xdc\xdc\xd4\xe4\xe4\x64\x1c\x8f\xc3\xf3\xb8\xac\x27\x59\ \x60\x07\x42\xc8\x73\x3a\x9d\x8e\x1e\x69\x6c\xd6\x60\xbd\xa8\xf5\ \x01\x48\x00\xd6\xdd\x0e\x61\x67\x48\x45\x20\x83\x85\x42\x41\x6f\ \xbd\xf5\x96\x16\x16\x16\x54\xaf\xd7\x83\xdd\x6b\x6b\x6b\x53\x3e\ \x9f\xd7\xf4\xf4\x74\x93\x6d\xf3\x8d\x3f\xbe\xa9\xc5\x6b\xd5\x90\ \x3b\xb7\x43\xa4\x7c\x7e\xe3\x37\x7e\x43\xb3\xb3\xb3\x92\x76\x03\ \x87\xc9\xc9\x49\x3d\xf5\xd4\x53\x4d\x9d\xe3\x53\xa9\xbd\x16\x33\ \x1e\x58\x64\x32\x99\x38\x9c\xfe\x6b\x5f\xfb\x9a\x4a\xa5\x52\x6c\ \x24\x59\x58\x58\xd0\xd6\xd6\x96\xae\x5d\xbb\xa6\x27\x9f\x7c\x32\ \x4e\x94\x20\x25\x8b\x2d\x66\x63\x01\x63\x42\x16\x4f\x9f\x3e\xad\ \x0f\x7f\xf8\xc3\x3a\x72\xe4\x88\xde\x7e\xfb\x6d\x7d\xeb\x5b\xdf\ \xd2\xda\xda\x5a\x34\x7c\xde\xdc\xdc\x0c\xe0\x44\x0d\x1d\xcc\x60\ \xa1\x50\x50\x67\x67\x67\xa4\x28\x7b\x7a\x7a\xf4\xf0\xc3\x0f\x6b\ \x7a\x7a\x5a\xb7\x6f\xdf\xd6\xb3\xcf\x3e\xab\xcf\x7c\xe6\x33\xb1\ \x7b\x91\xe6\xa7\x1e\x2c\xbb\xdd\xe1\x85\xdd\x76\xa0\x8d\x7c\x7a\ \x5a\x90\x40\xc4\xd3\x6c\x1e\xb8\xbb\x03\x76\x90\x86\x9c\xf9\x7d\ \x3c\xa3\x90\x04\x2b\xe8\x19\xeb\xeb\x7a\xe9\x2c\x19\xbf\xe3\xfb\ \x7c\x8f\x6b\x39\x79\xe1\x76\xc8\xd3\x74\xee\xcf\x18\xaf\x33\x4f\ \xa4\xdb\x7b\x7a\x7a\x62\x23\x84\xb3\x74\x5c\x97\x52\x00\xee\x8d\ \x1f\x74\x96\x9f\xdd\x96\xb0\x86\x9d\x9d\x9d\x51\x33\xea\xf6\x3f\ \x09\x50\x1d\x04\x7b\x50\x40\x5a\x0e\x36\x1e\xdd\xe3\xfb\x80\x58\ \xf7\xf1\x3c\x1f\x73\xc9\xcb\x59\x3a\x27\x62\x1c\xc4\x62\x8f\xa9\ \xc3\x4d\xa5\x52\xa1\xdf\x0e\x92\x3d\xf0\xc7\x4e\xb2\xfe\x8e\x31\ \x98\x2b\xef\xdb\xe5\xe4\x43\xe8\x34\x28\x98\x41\x79\xa1\x2a\x8b\ \xc7\x7b\xe4\xaf\x3d\xe2\x4b\x46\x16\x8e\x34\x71\xe2\x0c\x06\xe7\ \xc8\x03\x27\x1d\x36\x46\x9c\x45\xf7\x68\x6f\x7b\x7b\xbb\xa9\x08\ \x18\xc3\x4c\x54\xe2\xc6\x18\xa5\x70\x27\xea\x0b\xc0\xd6\x74\xde\ \xc7\xb0\x81\xc2\x31\xbc\x30\x3d\x9c\xbd\xc5\xbd\x18\xab\x03\x11\ \xee\x49\xa4\xed\x8a\xc9\x7d\x98\x97\x4c\x26\x13\xfd\x72\x98\x4b\ \xbf\x1e\xf9\x60\xea\x60\x70\xa6\x6e\x54\x78\x36\xd2\x99\x28\x03\ \x0e\xd9\x05\x8d\xf5\x05\xec\x11\x15\x3a\x1b\x48\x2a\x92\xb5\xa6\ \x4d\x05\x4c\x98\x3b\x82\x24\xc3\xc3\x7c\x24\x01\x3a\x86\x80\x6b\ \x62\xb8\xeb\xf5\xdd\xfe\x4d\xec\xc0\xf2\x7a\x2b\x67\x15\x59\xf7\ \xfe\xfe\xfe\xa6\xd4\x8f\x3b\x31\x67\x93\x92\x4c\x18\xb2\xb8\xbd\ \xbd\xad\xf5\xf5\xf5\xd8\x0d\xc7\xf7\x1c\x18\xfb\xd8\x93\x46\xce\ \xa3\x57\x9e\x35\x19\x8d\xba\x0e\xf9\x75\xf9\xfb\xec\xd9\xb3\xba\ \x78\xf1\xa2\x8e\x1f\x3f\x1e\xbd\x84\x36\x37\x37\xd5\xd1\xd1\xa1\ \x23\x47\x8e\x68\x61\x61\x41\x43\x43\x43\x01\xea\xd1\x37\x1a\x8c\ \x4a\x7b\x29\x06\x80\x1e\x00\xc2\x23\x4f\x0c\x06\x41\x87\xcf\x0f\ \x80\x1e\x59\x46\x46\xae\x5c\xb9\xa2\x6f\x7d\xeb\x5b\xda\xbf\x7f\ \xbf\x5e\x7f\xfd\x75\x6d\x6c\x6c\xe8\xa1\x87\x1e\xd2\xe0\xe0\xa0\ \x96\x96\x96\x9a\x52\xee\x04\x55\xdc\x1f\x43\x4d\x23\xd7\xed\xed\ \xed\x68\x0a\xf9\xea\xab\xaf\xaa\xab\xab\xab\x09\x48\xe1\xd0\x01\ \xee\xc8\x06\xb5\x5a\x7e\xb0\xf8\xce\xce\x4e\x30\x98\xce\x42\x23\ \x13\x30\xad\xe8\x74\x5b\xdb\x6e\xfb\x0f\xe4\xdf\x19\x49\xa2\x54\ \x40\x37\x51\xba\xa7\x7a\xd1\x25\x6c\x1b\xe9\xe8\x81\x81\x01\xcd\ \xcc\xcc\x34\x3d\x03\xbb\x99\xf3\xf9\xbc\xfa\xfb\xfb\x35\x3b\x3b\ \xdb\x54\x20\xed\x36\xc2\xc1\xb8\x03\xd3\x64\x60\x8a\x43\x9e\x9e\ \x9e\xd6\xc7\x3e\xf6\x31\xad\xae\xae\xea\xe5\x97\x5f\xd6\x83\x0f\ \x3e\xa8\x0b\x17\x2e\xe8\xfe\xfb\xef\xd7\xa1\x43\x87\xf4\x2f\xff\ \xf2\x2f\xaa\x56\xab\x1a\x18\x18\x50\xb5\x5a\xd5\xc5\x8b\x17\x55\ \xad\xee\x36\xef\x1d\x1f\x1f\x57\xa1\x50\x50\xa9\x54\x52\x5f\x5f\ \x9f\x8e\x1d\x3b\x16\x5d\xcf\x2f\x5d\xba\x24\x49\x9a\x9c\x9c\xd4\ \x47\x3f\xfa\x51\x0d\x0d\x0d\xc5\x4e\x3c\x1c\xe9\xc0\xc0\x80\x32\ \x99\x8c\x86\x86\x86\x34\x39\x39\xa9\x03\x07\x0e\x68\x60\x60\x40\ \xdb\xdb\xdb\x3a\x72\xe4\x48\x8c\xe5\x7f\xff\xf7\x7f\x03\xec\x7b\ \x1b\x89\xbe\xbe\xbe\x68\xdc\x59\x2a\x95\x74\xe7\xce\x1d\xad\xae\ \xae\xaa\x54\x2a\xe9\xc4\x89\x13\xba\x78\xf1\xa2\xd6\xd6\xd6\x34\ \x31\x31\xa1\x23\x47\x8e\xa8\x5e\xaf\x07\x0b\x88\xc3\x73\x06\x34\ \x09\xe6\x1d\xd0\x24\xd3\x78\x5e\x6e\xe1\x29\x1b\x7c\x11\x7f\xe3\ \x23\x1c\xe8\x78\x50\xc5\x7d\xf0\x35\xbc\x3c\x08\xe4\xfb\xd8\x0e\ \x74\xd1\x03\x32\x74\xc4\x41\x1f\x76\xb3\x95\x4c\x78\x40\x80\x1d\ \x42\x77\xa8\xb5\xf2\xe7\x63\xcd\x3c\x50\xa4\x37\x21\xf7\xf1\x9a\ \x2b\xbf\x1f\x63\x86\x51\x4c\x32\x7b\xf8\x0b\xe6\x11\x5f\xe0\x41\ \x7c\x36\xbb\xdb\x31\xbd\x55\x49\x90\x83\x14\x5f\x2b\xbf\xb6\xe3\ \x00\x64\x08\x60\xe7\xf3\xe7\xbe\xcb\x37\xef\xf0\x5c\xce\x1a\x3b\ \xd8\xf6\xb5\x5f\x5b\x5b\x8b\xb2\x11\x08\x1a\x80\x25\xbf\x85\xa1\ \xe2\x9a\x4e\x46\x38\x18\x77\xff\x09\xe0\x74\x16\x91\x67\xce\x66\ \xb3\xca\xd2\x5f\x06\x83\xce\x64\x48\x8a\x48\xd2\x7f\x40\x6a\xc6\ \xc1\x12\x86\xc1\xd3\x73\x18\x35\x17\x1e\x49\x61\xd4\x9c\x15\xe0\ \x6f\x8f\x04\xfc\xc8\x91\xce\xce\xce\x77\x80\x15\x4f\x81\xb8\x63\ \xc5\x00\x82\xfe\xdd\x08\xf3\x1d\x8a\x6f\x49\xb1\xf5\xf5\xf5\x29\ \x97\xcb\x05\xfd\x5f\xaf\xef\xee\xa8\xc1\xd8\x7b\x7a\x04\x26\xcb\ \xeb\x4f\x30\x2e\x38\x71\xe6\x12\x61\xf4\x08\xd3\xeb\x8f\xf8\x3d\ \x8a\x0c\xaa\x2e\x97\xcb\x4d\xec\x20\x0e\x89\xb1\x21\x1c\xbe\xa0\ \x18\x18\x37\x4a\x3e\xff\x18\x14\xe6\x0c\xe1\x87\x3d\x4c\x46\x18\ \x38\x19\xc6\xea\xc0\xd2\x6b\x09\x3c\xea\xf2\x39\x42\x51\x79\xaf\ \xbb\xbb\x5b\xdd\xdd\xdd\x91\x8b\xc7\xf9\x39\x70\x41\xa9\xf8\x9d\ \xb4\x47\xcb\x52\xe4\xee\x8c\x66\x92\xad\x72\xe3\xcb\xbc\xc3\xb6\ \xf2\x2c\x6b\x6b\x6b\xa1\xdc\x9e\x57\x4f\x1a\x3d\x64\xda\x0d\x04\ \xf7\xe4\xbb\x49\x4a\x99\xef\xf2\xcc\xac\x31\xf3\xb5\xb5\xb5\xa5\ \x8b\x17\x2f\x86\xf2\xc2\x62\x0d\x0f\x0f\x37\xed\x90\x9b\x9b\x9b\ \x93\xb4\xbb\x93\x15\x87\x83\xd2\x7b\x4a\x13\x99\x42\x2f\x19\x1f\ \x60\xc2\xd7\x0b\x03\xe7\xc0\x94\x67\x7c\xf5\xd5\x57\x35\x33\x33\ \xa3\x81\x81\x01\x2d\x2d\x2d\x29\x9d\x4e\xeb\xeb\x5f\xff\xba\x3e\ \xf2\x91\x8f\x68\x62\x62\x22\xea\xf0\x78\x66\x77\x0a\x1e\x64\x35\ \x1a\x7b\x3b\xbf\xfe\xf9\x9f\xff\xf9\x1d\x69\x26\x8a\xaa\x7b\x7a\ \x7a\x42\xe6\x01\x7b\xe8\x24\x46\x9b\xf3\xf7\xbc\xbf\x5e\x3a\x9d\ \x0e\x5d\x05\x20\x7a\x4a\x73\x7d\x7d\x5d\xb3\xb3\xb3\xea\xeb\xeb\ \x53\xb5\x5a\x55\xa5\x52\x69\x92\x75\x02\x38\x07\x6c\x14\xaa\xc3\ \x9e\x39\x43\xb7\xba\xba\x1a\x51\xf6\xf2\xf2\x72\x44\xac\x6c\x46\ \xa1\xdd\x00\xa9\x10\x67\x0f\x9c\x25\xe5\xff\x00\x33\xd6\xd2\xf5\ \x0c\x90\x08\xf3\xf4\xdc\x73\xcf\xe9\xb3\x9f\xfd\xac\x7e\xfa\xd3\ \x9f\xaa\xbb\xbb\x3b\x0e\x7f\x3e\x71\xe2\x44\x3c\x57\x7b\x7b\xbb\ \xde\xf3\x9e\xf7\xe8\xe5\x97\x5f\xd6\xd7\xbe\xf6\x35\x0d\x0d\x0d\ \xe9\x8f\xff\xf8\x8f\xf5\xfa\xeb\xaf\xeb\xc0\x81\x03\x7a\xdf\xfb\ \xde\xa7\xa5\xa5\x25\xdd\xb8\x71\x23\x80\x70\xad\x56\xd3\xfc\xfc\ \xbc\x6e\xdc\xb8\xa1\x87\x1f\x7e\x58\x3f\xfc\xe1\x0f\x23\x68\x2e\ \x14\x0a\x2a\x14\x0a\xca\x64\x32\x1a\x1d\x1d\xd5\xc6\xc6\x86\x3e\ \xf9\xc9\x4f\x6a\x76\x76\x56\xd7\xae\x5d\xd3\xcc\xcc\x8c\xbe\xf2\ \x95\xaf\xe8\xee\xdd\xbb\xb1\x69\xa0\xbd\xbd\x3d\x7a\xd8\x51\x33\ \xc8\x06\xa1\x5c\x2e\xa7\x5c\x2e\xa7\xd1\xd1\x51\x3d\xf4\xd0\x43\ \x7a\xf4\xd1\x47\xf5\xbb\xbf\xfb\xbb\xda\xbf\x7f\xbf\x0a\x85\x82\ \x5e\x7c\xf1\x45\x4d\x4c\x4c\xe8\xa9\xa7\x9e\xd2\xd3\x4f\x3f\xad\ \xd5\xd5\xd5\xa6\x6c\x06\xfa\xe4\x59\x0d\x07\x3c\x49\x36\xc3\xd9\ \x6d\x67\x69\x98\x7b\xbf\x1e\x1b\x49\x78\x8f\x8d\x4d\x0e\x0e\x28\ \xce\x46\xf6\x1c\xdc\x20\x4f\x49\x56\xcb\x59\x2b\x0f\xc2\xdc\xa6\ \x39\xa9\xe0\x3a\xe9\x3e\x0a\x99\x4e\xda\x66\xae\xed\x72\x84\x9f\ \xf0\xd4\x9a\xcb\x1f\xfe\x1a\xdf\xc3\xe7\xdc\xd3\x01\x2b\x2c\x3f\ \xdf\xab\xd7\x77\x33\x39\xec\x06\x75\x20\x8a\x0f\x72\x1f\xe8\x3e\ \x87\x79\xc4\xaf\x12\x2c\x3a\xf9\xe0\x60\x0a\x9d\xc4\x5e\xa0\x23\ \xcc\x19\x7e\xb0\xa3\xa3\x23\x80\x18\xf5\xc2\xee\x57\xc9\x56\x30\ \x07\x1e\xb8\x63\x2b\x01\xa3\xdc\x9f\x75\xc5\xae\x60\xb3\xdd\xd7\ \x51\x44\xef\xa0\x36\x19\x84\x63\x17\xa2\xb8\xdf\x85\x8f\x09\xf6\ \xc5\xe4\x3d\x80\x06\x8e\xcb\x07\xef\x91\x83\x0b\x28\x06\x17\xc1\ \x77\x14\xcf\xc3\x78\x7a\x8f\x09\x76\xe7\xc6\x84\x66\x32\x99\x30\ \x78\x30\x3c\x18\x2c\x77\x18\x8e\x9c\xb9\x5e\x77\x77\x77\xdc\x0f\ \x81\x24\x92\x86\xd5\x70\x60\x00\xa3\xc5\x7b\xee\x40\x58\x6c\xa7\ \x65\x9d\x2d\xc2\xf8\x56\xab\xd5\x50\x5a\xaf\x69\x71\x03\xce\x35\ \x60\xb0\x1c\x2c\x31\x67\x38\x10\x84\xc8\xb7\x71\x3b\xeb\x45\x14\ \x4a\x8a\xc5\xa3\x67\x84\x88\x35\x81\x71\xe0\x3e\x5e\xdf\x42\x7a\ \x61\x79\x79\xf9\x1d\x2c\x03\xe3\x75\x25\x46\xc9\x51\x60\xfe\xed\ \x06\x26\x97\xcb\xc5\x81\xdd\xdc\x1f\xc7\x06\xf5\xec\xcc\x29\xf3\ \x5c\xab\xd5\xb4\xbc\xbc\xac\x8e\x8e\x0e\x8d\x8f\x8f\x07\x4b\x31\ \x3b\x3b\x1b\xeb\xc9\x33\x72\x0d\x37\x16\x9e\x36\x70\xc3\xc6\xe7\ \x2e\xb3\xc8\x9b\x33\x58\x49\xa3\x9d\x8c\x44\xf9\x3e\x06\xd4\x15\ \x8d\xf5\xf4\xd4\x1e\x6b\xe3\x00\xfc\xfa\xf5\xeb\x5a\x5d\x5d\xd5\ \x07\x3e\xf0\x01\x9d\x3a\x75\x4a\xb7\x6e\xdd\xd2\xc6\xc6\x46\xf4\ \x8b\x92\x14\x32\x4a\xd1\x2a\x9b\x21\x98\x4f\xea\xd2\x60\x68\xb8\ \x3e\xf7\xc7\xb0\xb0\xfe\xd4\x1b\x20\x4b\xa5\x52\x29\xc0\xfd\xd6\ \xd6\x96\x1e\x7b\xec\x31\x35\x1a\x0d\xfd\xd7\x7f\xfd\x97\x3e\xf3\ \x99\xcf\x44\x11\x34\x32\xe8\x51\x31\x8e\x9e\x54\xf3\xe2\xe2\xa2\ \xbe\xf0\x85\x2f\x04\x03\xc5\xf3\x62\x14\xd3\xe9\x74\xd4\x2e\x61\ \x44\x61\x81\xd6\xd7\xd7\xd5\xdd\xdd\xad\x8e\x8e\x0e\xad\xaf\xaf\ \x37\x35\xa2\xdd\xd9\xd9\xd1\xfa\xfa\xba\xe6\xe7\xe7\x75\xf7\xee\ \xdd\xa6\xbe\x75\x30\xde\x1d\x1d\x1d\xaa\x56\xab\x2a\x97\xcb\x4a\ \xa5\x76\xd3\x5d\x38\x49\xe6\x04\x16\x8a\x75\x61\x4e\x92\x4e\x0c\ \x16\x9b\x76\x03\xc8\x03\xc0\xc2\x83\x0e\xd6\xa4\x56\xab\x45\x24\ \xee\x69\xa1\xa4\x8e\x71\x2d\x82\x10\xe4\x03\xa6\xa2\x5e\xaf\xeb\ \xf6\xed\xdb\xfa\xd2\x97\xbe\x14\x07\xa9\x7f\xe2\x13\x9f\xd0\x85\ \x0b\x17\x34\x38\x38\xa8\x4a\xa5\xa2\xde\xde\x5e\xcd\xcf\xcf\x6b\ \x79\x79\x59\x1f\xff\xf8\xc7\xf5\x9f\xff\xf9\x9f\xea\xef\xef\x57\ \x47\x47\x87\xce\x9f\x3f\xaf\x5f\xfe\xe5\x5f\x56\xb1\x58\xd4\x77\ \xbf\xfb\x5d\x15\x0a\x85\x48\x17\x23\xe7\x67\xcf\x9e\xd5\x2f\xfe\ \xe2\x2f\x6a\x64\x64\x24\xe4\xa8\xaf\xaf\x4f\x8d\x46\x43\x4f\x3f\ \xfd\xb4\x56\x56\x56\xf4\xfa\xeb\xaf\xeb\x3b\xdf\xf9\x8e\x6e\xdd\ \xba\x15\x87\xed\x12\xad\xb3\xfe\x9e\x72\xc6\x16\xef\xec\xec\xa8\ \x54\x2a\xe9\xc9\x27\x9f\xd4\x99\x33\x67\x82\x9d\x7c\xf4\xd1\x47\ \x75\xec\xd8\x31\x5d\xbc\x78\x51\xa7\x4f\x9f\xd6\xe5\xcb\x97\x43\ \xaf\xfa\xfa\xfa\xd4\xd3\xd3\x13\x4d\x77\x71\x9c\x0e\x1c\x58\x27\ \xfc\x15\x36\xc9\xfb\xf0\x79\x80\xc9\xf3\x22\xeb\xe8\x84\x33\x44\ \xd8\x1b\xd6\x0e\x80\x58\xa9\x54\xe2\x3a\xee\xd3\xf0\x63\x4e\x26\ \x20\x2b\xbc\xef\x35\x7c\xbc\x90\x09\x0f\x48\xbd\x7e\xca\xfd\x83\ \x83\x0d\xf7\x39\xc8\xa7\x33\xf3\x5c\xd7\x59\x35\xff\x37\xbf\x45\ \x57\x20\x1e\x96\x97\x97\x9b\xe6\xc2\xc7\x8b\x2d\x71\x06\xab\x5c\ \x2e\x07\xe8\xda\xdc\xdc\x0c\x1d\xf3\x52\x15\x6a\x97\x3d\xc0\xf6\ \xd2\x17\xb7\x83\x04\x27\x8c\x97\xb9\x64\x9c\x5e\x6a\x80\xfe\x53\ \x1a\xe1\x7f\xa3\x8b\x0e\x7a\x5d\x9f\x1d\x54\xf1\x3d\xec\x35\xbe\ \xcc\xfd\x06\xeb\xeb\xb6\x1f\x59\x73\x3f\xc3\xbd\x92\x0c\x22\x3e\ \x07\xfd\xcf\xd2\x4c\xd3\x23\xdc\xe4\x0b\x87\x8c\x71\xa2\xfe\x08\ \xa1\xc6\xb9\x30\x20\xae\x85\xd1\x66\xc2\x9d\x42\xf4\xbc\xa9\x47\ \x99\xfc\xed\x8d\x44\x9d\xb9\xf0\x49\x86\xee\xcb\xe7\xf3\xb1\x88\ \x18\x40\x16\xa8\xaf\xaf\x2f\x10\x39\x63\xe0\xfa\x0e\x8c\x48\x23\ \x51\x94\x87\x21\xf1\xad\xa0\x2c\x1a\x3b\x9a\x78\xb6\x95\x95\x95\ \x70\x74\x8c\xd5\xeb\x2c\x88\xc4\xdd\x28\xf9\xdf\x18\x2e\x90\xb7\ \x33\x30\x80\xc9\xcd\xcd\xcd\x78\x4e\x1c\x8a\x17\xae\x72\x74\x10\ \xc6\x4e\xda\xdd\xed\xe3\x14\x35\x2f\x14\x8a\xa8\xc0\xa9\x6c\xd8\ \x26\xaf\x31\xc3\xd1\x3b\xeb\x83\x21\xe3\x7e\x6e\x54\x30\xd8\x80\ \x59\xe6\xcb\x41\x11\x32\xc2\x5a\x3a\xb8\x64\x4d\x88\x48\xa6\xa7\ \xa7\x63\x0b\x77\x36\xbb\xdb\x1b\x68\x67\x67\x47\x0b\x0b\x0b\x4d\ \x4c\x1b\x6b\xe4\x11\x88\x1b\x65\xe4\x8d\xcf\x30\x02\xce\xa4\x25\ \x19\x35\x1f\x93\xcf\x5f\x32\x22\xf5\x31\xa0\x64\x1e\x30\x48\x7b\ \xc7\x45\x21\x77\xe9\xf4\x6e\x51\xf6\xec\xec\xac\xce\x9c\x39\xa3\ \xe9\xe9\x69\xed\xdf\xbf\x3f\x9a\x69\xce\xcf\xcf\x6b\x60\x60\x20\ \x22\x6c\x4f\xfd\x71\x8d\x6b\xd7\xae\x45\xb7\x6c\x0c\x20\xf3\x8d\ \xc2\x67\x32\x99\x38\x30\xd9\x77\xb1\x21\xcf\x27\x4e\x9c\x08\xf6\ \xe4\xd2\xa5\x4b\x9a\x9d\x9d\xd5\xfb\xde\xf7\x3e\x5d\xbe\x7c\x59\ \x2f\xbf\xfc\xb2\x9e\x78\xe2\x89\xa6\x67\xe3\x59\x1c\x40\x56\x2a\ \x95\xa8\x17\x3a\x79\xf2\xa4\xc6\xc6\xc6\x22\x65\x06\xa8\x43\x2e\ \xbc\x36\x0b\x50\xb6\xb0\xb0\x10\x0d\x24\x49\x37\x12\x1c\xb8\x63\ \xf3\x67\x70\x16\x05\x9d\x75\x10\x80\xd3\xe2\x3b\xe8\xb9\xef\x7e\ \x66\xf7\x9b\x83\xb4\xb5\xb5\xb5\x38\xff\x91\x9d\x74\xbe\x43\x11\ \xdd\xa0\xce\x8c\x79\x26\x48\x70\xc7\x89\xed\x40\x9e\x3d\x75\x85\ \x1e\xd0\x4f\x2f\xd9\x3e\xe4\xc4\x89\x13\xca\xe5\x72\x7a\xe6\x99\ \x67\x34\x39\x39\x19\x0c\xd1\xad\x5b\xb7\x54\x2c\x16\x55\x2e\x97\ \xf5\xec\xb3\xcf\xea\xe9\xa7\x9f\x56\xa9\x54\x8a\x40\x72\x7d\x7d\ \x3d\xda\x1b\x6c\x6e\x6e\x6a\x74\x74\x34\x18\x4d\xee\x3d\x33\x33\ \x13\x40\xad\x5a\xad\x6a\x78\x78\x58\x3d\x3d\x3d\x3a\x76\xec\x98\ \xf2\xf9\xbc\xfe\xf2\x2f\xff\x52\xeb\xeb\xeb\x7a\xfd\xf5\xd7\x43\ \x5e\x60\x07\x9c\x99\x45\xbe\x60\x25\xa8\x75\xab\xd7\xeb\x3a\x7e\ \xfc\xb8\xbe\xf1\x8d\x6f\xa8\x5a\xad\x6a\x75\x75\x55\xaf\xbe\xfa\ \xaa\x4e\x9c\x38\xa1\x6b\xd7\xae\xa9\x58\x2c\xea\xd4\xa9\x53\x4d\ \xc1\xa8\x07\x26\xc8\x5b\x4f\x4f\x8f\xf2\xf9\x7c\x64\x1c\x98\x43\ \x67\x22\xb0\xa5\xfc\x3f\xf9\x37\xfa\xe9\xfe\x86\xff\xf3\x37\xc1\ \x25\xf5\x86\x9b\x9b\x9b\x5a\x59\x59\x89\x96\x1e\x5e\xaa\xe1\x81\ \x99\xeb\x3e\x3e\xa6\x15\x1b\x9e\xbc\xa7\x33\xc1\xe8\x15\xdf\x67\ \x8d\xf8\x8d\x03\x76\x67\xe7\x5c\x86\xfc\x9a\xfe\x4c\xb0\x3c\xd5\ \x6a\x55\xf9\x7c\x3e\x36\x31\x78\x99\x80\x83\x47\x64\xdb\xe7\x15\ \xf9\x64\x27\x78\xd2\x2f\x15\x8b\x45\x55\xab\xd5\x00\xfc\xf5\x7a\ \x3d\xce\xa2\x64\x4e\x08\xb6\x58\x33\x7c\xb7\x93\x04\x3c\xbf\xd7\ \xed\xe2\x53\xb1\x69\xf9\x7c\x3e\xfc\x3b\x41\x0d\x9f\xd5\x6a\x7b\ \x3b\xe0\xdd\x07\xc0\x3c\xb9\x6f\x67\x5c\xcc\x21\x6b\x01\x99\xe3\ \x9b\xd9\x98\x57\xdf\xc0\xe7\xc0\xd0\xd7\x2d\x19\xc4\x67\x61\x9f\ \x92\xa9\x19\x4f\x39\x20\xb0\x4c\x06\x8b\x41\x5a\x8d\xa6\x84\xbe\ \x83\xa4\x5a\xdd\x3b\x0c\x95\x85\xf3\xed\xa6\x6e\xa8\x3d\xd5\xc3\ \x8b\x14\x01\xf7\xc3\xc9\x6f\x6f\x6f\x6b\x76\x76\x56\x1d\x1d\x1d\ \x51\xbd\x9f\x4a\xed\x9d\x3b\x94\x64\xc9\x00\x24\x0e\x2a\x88\xba\ \x07\x06\x06\xb4\xbc\xbc\x1c\xb4\x74\x4f\x4f\xcf\x3b\xa2\x7b\x22\ \x70\x50\x75\xad\x56\xd3\xe2\xe2\x62\xa4\x1e\xb9\x67\x77\x77\x77\ \xb0\x42\xec\x60\xc3\x69\x01\x52\x1c\x30\x3a\x20\x83\x05\xf4\x9d\ \x3c\xa9\x54\x2a\xfe\xcf\xf8\xdc\xc0\xa3\xd0\xce\x9c\x48\xbb\xa0\ \xc1\x8b\x57\x31\x56\x08\xad\x33\x96\xbe\x41\x01\x01\x41\x68\x58\ \xcf\x74\x3a\x1d\x8e\x66\x79\x79\x39\xee\xc1\x3c\x62\x74\x88\x54\ \x18\x0b\xbf\xf7\xdd\xa3\x1e\xe9\x25\x99\x4e\x37\x76\x1e\x21\x4a\ \xbb\x00\xee\xc2\x85\x0b\x5a\x5a\x5a\xd2\xd1\xa3\x47\xd5\xd1\xd1\ \xa1\x4a\xa5\x12\x3b\x35\xbd\x66\x8e\x75\xf2\x9a\x28\x0c\x90\x83\ \xa4\x64\x24\xc8\x77\xfd\x7b\x1e\xa1\x38\x48\x75\xc5\x72\x7d\x49\ \x1a\x70\x37\xf4\xb0\x8f\xfe\x5b\xe6\x09\xe3\xb3\xba\xba\x1a\xed\ \x83\xec\x62\x43\x00\x00\x20\x00\x49\x44\x41\x54\x0b\x7a\x7a\x7a\ \x22\x5d\xd7\xd1\xd1\xa1\x7c\x3e\xdf\x64\xf4\xf8\xcd\x5b\x6f\xbd\ \xa5\xfb\xef\xbf\x5f\x83\x83\x83\xea\xed\xed\x95\x07\x4c\xf4\x12\ \xc2\x39\x94\xcb\x65\x65\x32\xbb\xdd\xc9\x49\x57\xa7\xd3\xbb\x07\ \x03\x73\xbd\xf5\xf5\x75\xdd\xbc\x79\x53\xb7\x6e\xdd\xd2\xaf\xfc\ \xca\xaf\xe8\xab\x5f\xfd\xaa\x8e\x1d\x3b\xa6\xf6\xf6\xdd\x73\x23\ \xe9\xc6\xcd\x81\xec\xd4\x26\x55\xab\x55\xdd\xba\x75\x4b\xfb\xf6\ \xed\xd3\xd6\xd6\x96\x66\x67\x67\x43\xff\x61\x69\xd1\x65\x22\x50\ \x74\x80\xcd\x28\xd8\x1f\x9a\x6b\x6e\x6f\x6f\xc7\xee\x20\xe4\x8c\ \xb5\xc5\xf0\x21\x2f\xc8\x09\x05\xec\x38\x6b\xee\xe3\xc5\xe1\x5e\ \x83\x83\xa3\x60\x2d\xbc\xff\x0d\xcc\x0f\x63\x81\xf6\x77\x46\x93\ \x32\x04\xce\x81\xcb\xe7\xf3\x51\xa0\xee\x41\xa8\xd7\x9c\xb0\x7e\ \xce\x96\x25\xed\x55\x2a\x95\xd2\xb3\xcf\x3e\xab\x8f\x7d\xec\x63\ \xfa\xdc\xe7\x3e\xa7\x7f\xfd\xd7\x7f\xd5\x7d\xf7\xdd\x17\xdb\xe1\ \x87\x86\x86\x34\x3f\x3f\xaf\xa5\xa5\xa5\x38\x2c\x99\x40\x0e\xa0\ \x5b\x2a\x95\xd4\xdf\xdf\x1f\xf6\x89\xda\xd3\x74\x7a\xb7\xae\xb4\ \x52\xa9\xe8\xc2\x85\x0b\xda\xda\xda\x8a\xdd\x9a\xdf\xfd\xee\x77\ \x63\x73\x03\x01\x12\x40\x82\x34\x31\xb2\xeb\xc1\x20\x2c\x86\x83\ \xe1\xee\xee\xee\xb0\xd1\xed\xed\xed\x3a\x77\xee\x9c\x4e\x9f\x3e\ \xad\x46\xa3\xa1\x8b\x17\x2f\xea\xcd\x37\xdf\xd4\xf0\xf0\xb0\xc6\ \xc7\xc7\x35\x30\x30\x10\x80\x86\x0e\xf4\x9d\x9d\x9d\x4d\x07\xf5\ \xb6\xd2\x2f\xfe\x76\xb6\x26\xf9\x9d\xe4\x77\xf9\xdb\xd7\xc3\xd9\ \x9f\x54\x6a\xef\x18\x9d\xed\xed\xdd\x23\x92\x48\x5f\x62\x4f\x93\ \xb6\x80\xb9\x70\xbb\xc0\x35\x7d\xd3\x83\x07\xba\xc9\x71\x39\x38\ \xf2\xec\x80\xbf\xef\xec\x39\x76\xc7\x6d\xa8\xb3\x28\x7c\xdf\x41\ \x08\xad\x2f\x58\x13\xd7\x1d\x07\x8b\x5e\x2e\x04\xe8\x21\x88\x73\ \xa6\x95\x14\x71\xb9\x5c\x8e\x26\xd5\x94\x81\x20\x27\x8d\x46\x73\ \x9b\x20\x40\xdc\xe2\xe2\x62\x94\xe2\x78\xc9\x88\x97\x1f\x79\x2d\ \x35\x76\xc4\x01\xa4\xfb\xc2\x54\x2a\x15\x05\xf8\xd8\x14\xee\xef\ \xe7\xe6\x22\x9f\xfc\x1b\x5f\x89\x8f\x4a\x92\x12\xd8\x07\x82\xef\ \xe4\xb5\xd1\x63\x6c\x8e\x8f\x37\xcb\x22\x7a\xca\x84\x07\xf3\x89\ \xe7\xa6\xd0\xea\xf9\x7c\x3e\x22\x24\xa7\x6f\xa9\x85\x60\xa2\x70\ \x70\x0e\xe4\x48\xbf\x01\x20\xbc\x5e\x89\x54\x03\x8c\x52\x2e\x97\ \x0b\xb6\xca\xa3\x25\x40\x00\xd1\xa8\x33\x4d\x6d\x6d\x6d\x4d\xf9\ \x52\x90\x2b\xcf\x47\xe4\x4b\xa7\x61\x8c\x2a\x93\x4f\xc4\xe2\x75\ \x15\x80\x08\x04\x16\x30\xe5\x85\xe2\x2c\x1a\x8b\xe9\x11\x16\x9f\ \xd3\x25\x1b\x60\xd4\xdb\xdb\xab\x74\x7a\x77\xa7\x52\x7b\x7b\xbb\ \x2a\x95\x8a\xea\xf5\x7a\x30\x0e\x44\x53\xc9\xe8\x18\xa1\x40\x89\ \x50\x04\x1c\x11\x42\xe4\x85\xf7\x28\xab\x47\x0e\xfc\xd6\x5b\x29\ \xd0\x7b\x89\xa8\x8e\x35\x07\x44\x31\x16\xc0\x13\xce\xc7\xd9\x4c\ \x52\x7f\x44\xe5\xac\x05\x8a\xe3\x51\xbf\x1b\x0a\x1c\x32\xb2\xe2\ \xac\xc9\xcc\xcc\x8c\x1a\x8d\x86\x8e\x1e\x3d\x1a\xc5\xcf\xac\x35\ \xe0\x0f\xc0\x82\x90\xa3\x0c\x2e\xf8\x6e\x04\x93\x51\x88\xd7\x6e\ \x38\x70\x45\x17\xbc\x26\x03\xc3\xe6\xb2\xc5\x35\x9d\xd1\x40\x59\ \x1b\x8d\x46\xc8\x14\xdb\x8d\x01\x00\x00\xf2\xae\xae\x2e\x6d\x6c\ \x6c\x68\x7a\x7a\x3a\x1c\x16\xf7\x41\x3f\xd0\xd1\x99\x99\x19\x3d\ \xf0\xc0\x03\xea\xed\xed\x8d\xbc\x3f\x9f\x61\x88\x1c\x38\xbf\xf9\ \xe6\x9b\x6a\x34\x1a\x2a\x16\x8b\x21\x4b\x1c\x51\x84\xdc\xae\xae\ \xae\xea\xc5\x17\x5f\xd4\xa5\x4b\x97\xf4\xa9\x4f\x7d\x4a\xbf\xfe\ \xeb\xbf\xae\xff\xfe\xef\xff\x0e\xb6\xe6\xce\x9d\x3b\xd1\x08\x12\ \x3d\x69\x34\x1a\x91\xca\x1a\x18\x18\x50\x2a\x95\xd2\xd2\xd2\x52\ \x30\xbb\x1b\x1b\x1b\x4d\xec\x4d\x32\x32\xc7\xb6\x78\x0a\x98\x94\ \x0e\x51\x2f\x07\xad\x03\x9e\xd0\x59\x8c\x29\x32\x84\xbc\x3b\x53\ \xe8\x4e\x0a\xc7\x51\x28\x14\x9a\x76\x1c\xa2\x6b\xe8\x7a\x7f\x7f\ \xbf\xba\xbb\xbb\xb5\xb0\xb0\x10\xba\x86\xf1\x06\x2c\x66\xb3\xbb\ \x3b\xec\x68\x21\x02\x2b\x90\xcf\xe7\x23\xa5\xe6\x9b\x2a\x18\xbb\ \xb3\x9c\xee\xc4\xb0\x27\xfc\x7f\x63\x63\x43\x5f\xfd\xea\x57\xf5\ \xd8\x63\x8f\xe9\xe4\xc9\x93\xfa\xc4\x27\x3e\xa1\xb9\xb9\x39\x75\ \x75\x75\xe9\xd8\xb1\x63\x7a\xe5\x95\x57\x42\x4e\x38\xe0\xbc\xa3\ \xa3\x43\x8b\x8b\x8b\xba\x70\xe1\x82\x8e\x1c\x39\x12\x5d\xcb\x87\ \x87\x87\xa3\xfd\x01\xe3\x60\x2e\x68\x3f\xc3\x9c\x21\x0b\x6e\x57\ \xdc\x59\x03\x0a\xd0\x55\x18\x0d\xe4\x49\x92\xca\xe5\xb2\x1a\x8d\ \x46\xd4\xcc\x75\x77\x77\x6b\x72\x72\x32\x76\x10\x2e\x2e\x2e\xaa\ \x5e\xaf\x6b\x7c\x7c\x3c\x6c\xca\xe0\xe0\xa0\x26\x27\x27\xd5\xd6\ \xd6\x16\x20\x1b\x7d\xe2\xe5\x4c\x31\x2f\x07\x4b\xae\x87\xfe\x9b\ \x24\xe0\x72\x40\x96\xfc\x9d\x07\x58\x30\xe6\x1c\x1b\xb4\xb4\xb4\ \x14\x9b\x24\x98\x0f\x80\xa7\xa4\x26\x00\x8e\x4c\xba\x1d\x70\x20\ \xc7\xbd\x3c\x38\xf3\x14\x33\xe9\x78\x07\x1b\x90\x19\xce\xf6\xa0\ \x3f\x5e\x8a\x82\xdc\x01\xae\xa4\xdd\x13\x11\xa8\xd9\x64\x0e\x5c\ \x77\x92\xf3\x41\x56\x05\x56\x98\xc0\x9d\x80\x8f\xe7\x80\xbd\xa6\ \x56\x1a\x60\x0a\x90\x67\xdc\x3c\x03\xb2\x52\x28\x14\x62\x1c\x3c\ \xa3\xb3\x7a\x8c\xc3\x75\x07\x32\x82\x92\x01\xae\xc5\x58\x91\x0f\ \xea\xc7\x3d\x9d\x07\x56\xc0\xd6\xb8\x3f\xe5\xba\x6c\xb4\x20\x20\ \x06\x6f\xf0\xb9\x83\x3e\xe6\x8c\x79\xf7\x52\x27\x00\x58\x16\xe3\ \xc7\x42\xf3\x05\x22\x61\x16\x93\x85\xc0\x78\x61\xf0\x7c\x61\x56\ \x57\x57\x83\x4a\xa3\xd1\x98\xa7\xc7\x88\x56\x71\x2a\x85\x42\x21\ \x50\x28\x68\xda\x1b\x92\x39\x2a\x44\xd0\x30\xae\x8c\x11\xc7\xe7\ \x20\xd1\x01\x0e\x06\x00\x03\xe2\xe0\xc0\xa9\x56\x2f\x20\xcf\xe7\ \xf3\x81\xd2\x1d\x90\x11\x41\x7b\xaa\x21\x79\xe8\x2c\xca\x06\xb5\ \xcc\x7b\xfc\x4d\x24\x4b\xf1\x2e\xce\xdf\x9b\x23\x7a\xf7\x5b\x8c\ \x74\x72\x3b\xa8\xb4\x4b\xdd\x92\x66\xf2\x17\x73\xec\x8a\x99\x4e\ \xa7\x83\x09\x63\xbd\x89\xa2\x51\x2a\x2f\x80\x26\x22\xc3\x89\xe2\ \xfc\x59\x0f\x67\x09\x24\x35\xed\xee\x70\x0a\xd5\x8b\x56\x3d\xb2\ \x4b\xa6\x50\xdc\x20\x39\x4b\xea\xcf\x9b\xcd\x66\x35\x3f\x3f\xaf\ \x8d\x8d\x0d\x1d\x3d\x7a\x54\x7d\x7d\x7d\xa1\x5c\xb0\x85\x28\x11\ \xb2\xd7\x68\x34\x62\xb7\x1e\x63\x73\xe7\x96\x04\x45\x8c\xc5\xa3\ \x66\x8f\x4c\x5d\xf1\x93\xd1\x24\x20\xd2\x8b\xce\xbd\x96\x00\xc5\ \xe6\x19\xd9\x1e\x2f\xed\xb2\x25\x7d\x7d\x7d\xda\xde\xde\x8e\x6e\ \xda\xb0\x35\x99\x4c\x46\x95\x4a\x45\xd2\x6e\xe1\x3b\x46\x74\x70\ \x70\x30\x8c\x44\x72\x77\x0c\x3a\x85\xae\xac\xae\xae\x6a\x7c\x7c\ \x5c\xdf\xf9\xce\x77\xe2\x40\xdd\xad\xad\x2d\xad\xac\xac\xe8\xfb\ \xdf\xff\x7e\x38\x87\xf6\xf6\x76\x5d\xba\x74\x49\x5b\x5b\x5b\x7a\ \xe6\x99\x67\xf4\xe8\xa3\x8f\xea\xce\x9d\x3b\x9a\x9d\x9d\x0d\x30\ \x3d\x35\x35\x15\xeb\xe7\x69\xfb\x6a\xb5\xaa\x37\xde\x78\x23\xe6\ \xc3\x19\x13\x58\xec\x9d\x9d\x9d\xa6\xe3\x6e\x30\xf6\x5e\xd0\xce\ \xbf\x25\x45\x7a\x88\xfb\x70\x7c\x0e\xa0\x9d\x39\xc4\xd9\x3b\x13\ \xc6\xfb\x18\xe1\x9d\x9d\xdd\x63\xa1\x00\x7e\xbd\xbd\xbd\x4d\x69\ \x12\x80\xa9\x1b\x7c\xe6\x05\xfb\xe7\x32\x41\x90\x82\x3e\x03\xf6\ \xb8\xe7\xc6\xc6\x46\xb4\x4e\x80\xe9\x62\x1c\x0e\x60\xd0\x6b\xe6\ \xca\xd9\x87\x4c\x26\xa3\x9f\xfc\xe4\x27\x9a\x98\x98\xd0\xa7\x3f\ \xfd\x69\xfd\xe4\x27\x3f\x69\xda\x11\xf5\xc8\x23\x8f\x68\x70\x70\ \x50\xab\xab\xab\x1a\x18\x18\xd0\xea\xea\xaa\xd6\xd6\xd6\x74\xed\ \xda\x35\xd5\xeb\x75\xed\xdb\xb7\x2f\x8e\x6c\x1a\x18\x18\xd0\xdd\ \xbb\x77\x03\xb8\x4f\x4f\x4f\xc7\x86\x02\x82\x40\x4f\xcb\x24\x19\ \xd7\xa4\xae\x30\x76\x0a\x8a\xdd\x41\x4a\xbb\x60\xa1\xaf\xaf\x4f\ \xb7\x6e\xdd\xd2\xa7\x3f\xfd\x69\x9d\x3b\x77\x2e\x7e\x5b\xab\xed\ \xf6\xc9\xf2\x39\xa3\x05\x10\x81\x9c\x07\x37\xbc\x92\x4c\x4e\x12\ \xac\x26\x81\x93\xff\xa6\xd5\xeb\xdd\xbe\x93\xbc\x47\xa1\x50\x08\ \xe0\xef\xa7\x6e\x38\x93\x81\xcd\x71\x7b\xe0\xeb\x89\x33\x26\xf8\ \xc5\x5e\x39\xc0\xf5\xa0\xcc\x81\x98\x33\x37\x04\x97\xd8\x70\xd6\ \xc5\x53\x67\xac\x25\x0d\x71\x49\x87\x13\xc8\xd0\xf6\x86\xfb\x72\ \x6d\xae\xc3\xfc\x53\x4b\x8c\x3f\xc5\x4f\x93\x92\xe6\xb9\xbd\x36\ \x9b\x6b\xa3\x07\xde\xbe\x88\xe7\xc2\x36\xf9\x26\x1c\xec\x88\xd7\ \x4b\x01\x36\x03\xb4\x58\x36\x86\xe7\xc2\x96\xb0\xab\xb1\xbb\xbb\ \x3b\xe6\x96\xef\x63\x1b\xd0\x35\xb7\xe1\xe0\x1a\x0f\xf2\x37\x36\ \x36\xa2\xad\x0e\x72\x9b\xcc\xb8\x39\x59\xe0\xc1\x2c\xc0\x2e\xeb\ \xbb\x8d\x5c\x18\xbc\x75\x3c\x86\x8b\xdc\xad\x33\x02\x18\x59\x77\ \x84\x2c\x0c\xdf\xc5\xb9\x41\x2b\x33\x99\x1c\xf4\x58\xad\xee\x1e\ \x55\xe1\x79\x54\x6a\xbe\xa8\x25\x48\x52\xac\x2c\x06\x40\x0b\x94\ \x59\x28\x14\x82\xb2\x77\x47\x0d\xba\x44\x98\x3c\xe5\xe6\x91\x25\ \x2f\x4f\x2f\x20\x38\xfc\x1f\x25\x01\x7c\x01\x94\x30\x9a\xb0\x26\ \xcc\x89\x53\x8d\x1e\x89\x43\x3f\xbb\x71\x02\xcc\x61\x04\xf9\x1d\ \xcf\x0a\xba\x06\xa5\xa7\xd3\xe9\x26\x07\xe3\xc5\xb4\x4e\xb9\x4a\ \x8a\xbf\x11\x26\x94\x93\x79\x42\xb1\x1c\xf9\x13\x21\x79\x24\xc0\ \xdc\x25\xa3\x71\x37\x58\x38\x7c\x37\x38\x2e\x94\x49\xf6\xc7\xa9\ \x56\x8f\x38\x93\x14\x38\xe0\xf5\xad\xb7\xde\x0a\xca\xda\x23\x44\ \xbf\x1e\xbf\xf3\x8d\x01\x18\x8e\xe4\xf7\xfc\x5e\xee\x4c\x18\xaf\ \x3b\x61\xe6\xc8\xef\x07\x78\x72\xd0\x8a\xf1\x60\x1c\xbc\xa8\x57\ \x83\x15\x29\x16\x8b\x71\x62\x00\x29\x1e\x8c\xe4\xc6\xc6\x86\xa6\ \xa6\xa6\x94\xcb\xe5\x74\xfc\xf8\xf1\x58\x47\x9c\xfa\xfc\xfc\x7c\ \xa4\x81\x7c\x7d\x91\xb9\xe5\xe5\x65\x65\x32\x19\xdd\xbe\x7d\x5b\ \x97\x2e\x5d\xd2\x85\x0b\x17\xf4\xe0\x83\x0f\x6a\x64\x64\x44\x3d\ \x3d\x3d\xfa\xf6\xb7\xbf\xad\xc9\xc9\xc9\x26\x23\xbf\xbd\xbd\xad\ \xde\xde\x5e\x2d\x2c\x2c\x84\x21\xf5\x60\xa2\x52\xa9\x44\x74\x9c\ \xcd\x66\xa3\x36\x83\xb9\x01\x8c\x27\x8d\x12\xc6\x9f\x00\xc0\xfb\ \xe9\x51\xbf\x83\xed\xf1\x08\xb1\xbd\xbd\x3d\xea\xa4\xb8\x16\xc6\ \x1d\x9d\xc3\x88\xb2\x8e\xec\x48\xc4\xde\xf0\x7c\xfc\x16\x40\x04\ \xc3\xe6\xf5\xa4\x9c\xc3\x37\x33\x33\x13\x2c\x3d\x86\xd8\x53\x3c\ \x1e\x54\xa1\xc3\x80\x28\x07\x1d\xe8\xaa\xa7\x61\x5c\x77\x3c\x25\ \x82\xdc\x30\x9f\xc8\x2a\x85\xc9\x85\x42\x41\xd5\x6a\x35\xe6\x2a\ \x93\xd9\x3d\xcf\xef\xf4\xe9\xd3\xba\x70\xe1\x82\x66\x67\x67\x9b\ \x58\xf0\x89\x89\x09\x3d\xff\xfc\xf3\xda\xbf\x7f\xbf\xf6\xed\xdb\ \xa7\xb7\xdf\x7e\xbb\x89\x21\x66\x0d\x39\x9a\x88\xbf\x71\x4e\xae\ \x2b\x9e\xcd\xa0\xa6\x8d\x31\x60\xa7\x18\x33\xa0\xf4\xd4\xa9\x53\ \xba\x7c\xf9\xb2\x96\x96\x96\xf4\xd4\x53\x4f\x85\x1d\x65\x8c\x97\ \x2e\x5d\xd2\xc1\x83\x07\x95\xcf\xe7\x95\xcd\x66\x55\x2a\x95\x74\ \xeb\xd6\x2d\x1d\x3e\x7c\xf8\x1d\x36\xc3\xe7\x3c\x19\x1c\xf1\x59\ \x92\xc1\xba\x17\xb3\xe5\x36\xe6\x67\xb1\x5b\xfc\x4d\xf0\x4e\x4d\ \xdb\xe2\xe2\x62\xb0\x97\xac\xb3\xb3\xf4\x6e\x2b\x00\x3b\x9e\xe9\ \x70\xa7\xef\x7e\x89\x31\x38\x83\xce\x38\xb0\x3b\xfe\xdc\x94\xab\ \x78\xd0\x4a\xd0\xe5\x75\x7d\x6e\xcb\x2b\x95\x4a\x80\x34\xc0\xbf\ \x07\x23\x0e\x6e\xb2\xd9\xdd\x13\x4d\x00\x2f\x00\x62\x2f\x94\x77\ \xd0\x88\x2f\xc2\x9e\x82\x03\x9c\xfd\x87\xd8\xc0\x5f\xfa\xfd\x90\ \x3d\x6c\xb7\xb3\xcb\x10\x32\x6e\x57\xd9\x2d\x0e\x66\x49\x36\x30\ \x45\x6f\x19\x97\xcb\x32\x73\x8b\x7d\x61\x5e\xb1\xc1\x2e\x07\xb0\ \x64\xac\xaf\x13\x06\x6c\x42\x72\x8c\x52\xaf\xd7\x77\x53\x84\x4c\ \xbe\x2f\x12\xef\xa3\x10\xdc\xc0\x19\xad\x24\x3d\xe9\x51\x84\xd3\ \x98\xc9\xe2\x77\x8c\x12\x85\xb8\xa4\xa1\xf8\x8c\x87\xc7\x08\x01\ \x58\x68\x77\xcf\x44\xa4\x52\xbb\xb9\x72\x8f\x88\x61\xde\x30\x70\ \x3c\x9b\xd7\x62\xb1\x10\x2e\x50\x18\x7d\x16\x81\x31\x6d\x6f\x6f\ \x47\x87\xe9\x91\x91\x91\xa8\x4f\x70\xc1\xf2\x9a\x1f\x9c\x39\xff\ \x07\x8c\x50\x4b\xe2\xb4\x22\xc8\x19\x81\xe5\x3a\x80\x06\x9c\x0f\ \x9f\x39\x35\x89\x72\xb2\x90\x4e\xad\x52\xeb\xe5\xc6\xc3\x6b\xca\ \x10\x30\xee\xdb\xca\x60\xa1\x30\x00\x5e\x57\x02\x2f\x3c\x46\xf0\ \xb9\x86\xa7\x96\x99\x23\xd6\x1f\xf9\x72\x41\xf6\x28\xd5\x1d\x0f\ \x86\xc0\x59\x3e\x8f\xd4\xd8\x2d\x86\xc3\x66\x3d\x79\x0e\x8f\x96\ \x5c\x11\x18\xb3\x83\x29\x9c\x06\xdf\x49\x02\x3e\x37\x70\xbc\x18\ \x0b\x01\x82\x17\xdd\x22\xcb\xcc\x07\x4a\xed\x85\x9e\x3d\x3d\x3d\ \xb1\x7b\x8f\xfa\x42\xb6\xb7\x13\x5c\xcc\xcd\xcd\xc5\xdc\x71\x08\ \xaf\x83\x0c\x1f\x87\x47\x4e\x34\x9f\x5c\x5f\x5f\xd7\xff\xfe\xef\ \xff\xea\xf4\xe9\xd3\x9a\x9b\x9b\xd3\x9d\x3b\x77\xf4\xd9\xcf\x7e\ \x56\x07\x0e\x1c\x50\xb5\x5a\xd5\xbf\xff\xfb\xbf\xeb\xd5\x57\x5f\ \xd5\xd0\xd0\x90\x56\x56\x56\x9a\xd8\x3d\x64\x60\x73\x73\x53\x0b\ \x0b\x0b\xd1\xfc\x14\x5d\x41\xa6\x7c\x67\x23\xeb\x24\xed\xb6\x3f\ \x40\xce\x0a\x85\x82\xba\xbb\xbb\x55\xa9\x54\x42\x3e\x24\x35\x01\ \x2c\x74\x12\x1d\x41\x86\x79\x56\xea\x13\x01\x17\xc8\x26\x4c\x08\ \x0e\xa5\x58\x2c\x36\xed\xae\x02\x50\xb1\xe6\x80\x37\x82\x42\x58\ \x31\xb7\x35\xd4\x31\xf6\xf6\xf6\x6a\x69\x69\xa9\x69\x93\x86\x07\ \xa4\x34\x70\x64\xde\x48\x0b\xe2\x34\xa9\x07\x03\x4c\xf8\x3a\xb9\ \xac\xa0\x17\xcc\x97\x17\x4a\xc3\xec\x10\x49\x97\x4a\xa5\xb0\x4f\ \xe9\x74\x5a\x57\xaf\x5e\x55\xbd\x5e\xd7\xd3\x4f\x3f\xad\x8f\x7c\ \xe4\x23\xba\x74\xe9\x52\xd4\x0b\xcd\xcc\xcc\x68\x78\x78\x38\x9c\ \xdb\xf0\xf0\x70\xc8\xb2\x47\xf8\x30\xc0\xad\xd2\x26\xee\x6c\x90\ \x0d\x36\x52\xb4\x0a\x30\xf8\x4d\x2a\x95\xd2\xad\x5b\xb7\x34\x34\ \x34\xa4\xb6\xb6\x36\x5d\xbb\x76\x4d\x07\x0e\x1c\x88\xae\xf8\xb0\ \xca\x33\x33\x33\x3a\x78\xf0\xa0\xa6\xa6\xa6\x34\x3c\x3c\xac\x81\ \x81\x01\xcd\xce\xce\xaa\x5c\x2e\xc7\xc1\xd2\x49\xc0\xe4\xf6\xaa\ \x15\x70\x72\x3d\x7e\x37\xdd\xf5\xdf\xb4\x62\xbc\x5a\x01\x2d\x5e\ \x94\x9d\xb4\xb7\xef\x1e\x9f\xc6\x9c\xb1\xf6\x3e\x0e\xf7\x7b\xd8\ \x70\x7f\xe1\xb0\xb1\x35\x0e\x00\x5c\x3e\x18\x67\xd2\x6e\x7a\xb0\ \x48\x50\x26\x29\xec\x3b\xeb\xc5\x5a\x12\xe4\xb3\x56\xc8\x3c\xe0\ \x04\x5b\x05\x90\x46\xfe\x73\xb9\xdc\x3b\xe6\x15\x1d\x02\xf0\x63\ \x1f\xf8\xcc\x9b\xf6\xb2\x31\x0b\x00\xc4\x0e\x61\xfc\xbb\xa7\xc7\ \xdd\xaf\x70\x02\x00\x72\x83\xdd\x87\xc1\x83\xf5\x5a\x5c\x5c\x8c\ \xe7\xe0\xde\xae\x73\xf8\x3c\x2f\xaf\xc1\x67\x00\x9e\x3c\xc0\x49\ \xca\x95\x97\xdc\x30\xd7\x5e\x4b\xca\xfa\x79\x59\x4a\xd6\x8b\x80\ \x51\x0c\xa7\xc7\x99\x28\xa7\x08\x1d\x81\x32\x69\x28\xab\x1f\xa3\ \x23\xa9\xe9\x7d\xc0\x06\xd7\xf4\xce\xec\xf9\x7c\x3e\xa8\x4c\x2f\ \x82\x85\x0e\x07\xe1\x63\x74\x3d\x4a\xa5\x40\xdc\x0f\x6c\x65\x7c\ \x3c\x03\x11\xb8\x33\x1b\x5e\x0b\xc6\x01\xce\x08\x3c\xff\xa7\x60\ \x9d\xde\x54\x1c\x4e\x8b\xf0\x32\x7f\x08\x19\x0b\x47\x0a\x11\x05\ \xa1\xfd\x81\x23\x71\x4f\xd7\x21\xd4\xce\x66\x49\x7b\x29\x26\xdf\ \xf9\xe4\x79\xf6\x9e\x9e\x9e\x88\xc0\x9d\x75\x72\x00\xe0\xf4\x25\ \x02\xc2\x67\x00\x29\xb6\xae\xa3\xb8\x2e\x90\x08\xa9\x03\x30\x04\ \x90\x75\xf2\xb9\x48\x82\x41\x40\x10\x0a\xe4\x91\x3a\xff\xe6\xe5\ \x69\x09\xd6\xdc\x01\x7a\x92\x65\xe3\x59\x99\x47\x07\x72\xc8\xb5\ \x8f\x9f\xfb\xf2\x5c\x18\x1e\x9c\x99\xb3\x59\xad\x9c\x9f\xeb\x86\ \xd7\x88\xa1\x23\xcc\x03\xcc\xc9\xce\xce\x4e\x1c\xba\x3b\x3d\x3d\ \xdd\x54\xff\x96\xcb\xe5\xa2\x16\x8b\xeb\x01\x8c\x38\x47\xaf\xbd\ \xbd\x3d\x98\x63\x98\x22\x37\x66\x18\x87\xa5\xa5\x25\xf5\xf7\xf7\ \x07\x50\xb9\x7c\xf9\x72\x6c\xe0\x98\x99\x99\x51\xb5\x5a\xd5\x7d\ \xf7\xdd\xa7\xfb\xef\xbf\x5f\xb7\x6e\xdd\xd2\xe7\x3f\xff\x79\x4d\ \x4e\x4e\xaa\xbd\xbd\x3d\x9a\x43\x42\xe9\x33\x0f\x5b\x5b\x5b\xba\ \x7a\xf5\x6a\xa4\x04\xbd\xde\x92\xf9\x62\x7d\xf9\x3e\xef\x01\x58\ \x68\xb9\xc0\xda\xa2\x0b\x3c\x2b\x20\x13\x96\xa6\x58\x2c\x06\xdb\ \x83\xde\x73\x46\x1e\x72\x84\x2c\xc0\x7a\xa1\xdb\x6c\x0e\x48\x06\ \x76\xc8\x0a\x20\x05\x60\x86\x9d\x20\x7d\xeb\x00\x97\xeb\xcd\xcf\ \xcf\x07\x63\x47\x5a\x4e\x52\xe8\x3a\x85\xfc\x7e\x32\x01\xf7\x67\ \x43\x00\x3a\xcc\x38\xdc\x19\x3a\x03\x8c\x7e\x3a\x33\x0f\x68\xae\ \xd7\x77\xbb\xa1\xbf\xfa\xea\xab\xea\xef\xef\xd7\xa1\x43\x87\xd4\ \xd5\xd5\x15\xe7\x76\xce\xcd\xcd\xe9\xc4\x89\x13\xba\x70\xe1\x42\ \xd8\xc8\xd9\xd9\x59\x3d\xf0\xc0\x03\xd1\x89\x7d\x64\x64\x24\x40\ \xd4\xc8\xc8\x88\x26\x26\x26\xf4\xe6\x9b\x6f\x46\xea\x1f\xd9\x84\ \xc1\x42\x2f\x92\xa9\x42\x0f\x24\x5d\x67\x3d\x63\x90\x4e\xa7\xe3\ \x20\xf3\xf6\xf6\xf6\xa8\x9f\x84\xad\xdc\xd8\xd8\xd0\xd8\xd8\x98\ \x56\x56\x56\x34\x33\x33\xa3\x52\xa9\x14\xe5\x21\xfd\xfd\xfd\xba\ \x70\xe1\x82\x3e\xf8\xc1\x0f\x36\x39\x74\x7f\x39\x28\x6a\x05\xa4\ \x92\xfe\x2b\xf9\xdb\x56\xff\xf6\xef\xb5\x02\x12\xfe\x02\xf8\xf6\ \xf7\xf7\x87\x1c\x38\x5b\x94\x1c\x9b\xdb\x10\x3f\xae\x0c\x7b\xe9\ \xa9\x46\x64\xc5\xd3\x7d\xc8\x8a\x33\xa0\xe8\xa9\xfb\x0d\x67\x80\ \xb0\x55\xb0\xc5\xbe\x61\x0b\xbb\x89\x3c\xa2\xc7\x92\x22\x93\x44\ \x66\x09\xb6\xd2\x83\x67\x74\x9b\xb9\x58\x5d\x5d\x6d\x2a\x49\xc1\ \x56\x50\x9f\x0b\xd0\x43\x1f\xb1\x73\xdc\x17\x7f\xc1\xf3\xe1\x1b\ \xb0\x13\x9d\x9d\x9d\xd1\x9c\x1b\x16\x8d\x67\x00\xd0\xf8\xfd\x21\ \x84\x00\x97\xd2\x5e\x79\x13\x63\x40\x0f\xf1\x35\xd8\x20\xe6\xce\ \x59\x47\x0f\xba\x09\xf2\x98\x7f\xde\xdf\xda\xda\x8a\x5e\x5f\xe1\ \xc3\x98\x20\x47\xdf\x08\x9b\x2f\x02\x0f\xed\xe0\x07\x63\x83\x43\ \xc1\xb9\x78\x2d\x0c\xbf\x47\x81\x49\x81\xf0\x3e\xfd\x35\x88\x50\ \x57\x57\x57\xe3\x21\x11\x30\xaf\x07\xa2\x18\xd8\x95\xde\x9b\x65\ \xb2\x68\x28\x8d\xa7\x16\x31\x90\x44\x64\x8e\x80\xd9\x55\x05\x52\ \xa6\x90\x91\xcf\x01\x26\x34\xf9\x73\xc5\x44\x68\x79\xc1\xa2\xb1\ \xe3\xc7\x17\x83\x67\x73\x1a\x93\x05\x72\x01\x63\x5e\x79\x4e\x8f\ \x46\x5c\x58\x99\x53\x40\xa2\xa4\x00\xc1\xac\x1b\x0c\x0a\x8a\xe4\ \x94\x34\xeb\x8f\xc0\x79\x1a\x03\xc0\xd5\x68\xec\x15\x67\x7b\x11\ \x39\xf2\x81\x70\x02\xd4\x50\x64\x17\x3e\x94\x2d\x49\x71\xfb\xdf\ \xce\xfa\xf9\x67\x4e\xf3\xf2\x7b\xe6\x9c\x6d\xf2\x2e\xec\xc8\x0e\ \xbf\x41\x0e\x88\x32\x91\x77\x37\xac\xee\xe0\xb8\xb7\x07\x1e\x49\ \x63\x8c\x91\xe1\x77\x5c\x0f\x07\xeb\x35\x3b\xd5\x6a\x55\xfb\xf7\ \xef\x0f\xe5\xdc\xd9\xd9\x89\xc3\x72\x47\x46\x46\x54\x2c\x16\xa3\ \x35\x00\xb2\x2d\xed\x6e\x36\x00\x70\x70\x14\x09\x0e\x12\x03\xb4\ \xb6\xb6\xa6\xd5\xd5\x55\xed\xdb\xb7\x4f\x85\x42\x41\xb5\x5a\x4d\ \xd3\xd3\xd3\xba\x7e\xfd\xba\xb6\xb6\xb6\xf4\xd4\x53\x4f\x45\xa1\ \x69\x57\x57\x97\xce\x9c\x39\xa3\x7f\xfc\xc7\x7f\xd4\xe2\xe2\x62\ \x6c\xa9\xf7\x53\x05\x90\x4d\x82\x8d\x97\x5f\x7e\x39\x3a\x6d\xa3\ \x07\x1e\xe1\x02\x6a\x7d\x27\x27\xcf\x81\x4d\x21\x90\x2a\x14\x0a\ \x51\x83\x45\x7a\x0e\x26\x06\xa6\xa9\x56\xab\xa9\xb7\xb7\x37\x8c\ \x39\xa0\x08\xfd\x2e\x95\x4a\xe1\xc8\x28\xe0\x46\xc6\xa0\xe9\x01\ \x63\xe8\x2c\x6b\xe2\x4c\x6f\x47\x47\x87\x0a\x85\x42\xe8\x18\x86\ \xb8\xab\xab\x2b\xb6\xeb\x2f\x2c\x2c\x68\x6a\x6a\x2a\xea\xe1\x90\ \x8b\x9d\x9d\x1d\xe5\xf3\xf9\xd8\x5d\xe6\xce\x30\x93\xc9\x44\x0d\ \x25\x40\x04\x96\x03\xf6\xd2\xc1\x15\xb2\x49\x60\x0b\xb8\xe4\xb9\ \xb1\x25\x92\x74\xf3\xe6\x4d\x9d\x3f\x7f\x5e\x87\x0f\x1f\x8e\x3a\ \xbd\xa5\xa5\x25\x49\xd2\xf0\xf0\xb0\xea\xf5\xba\xde\x78\xe3\x8d\ \x70\x2e\x73\x73\x73\xc1\x18\xb4\xb7\xb7\xeb\xf8\xf1\xe3\xa1\x07\ \xfb\xf6\xed\x6b\x92\x67\x02\x4c\xea\xe0\x28\x4c\xf6\xba\x2c\x49\ \x4d\x41\x24\xf3\xee\xfa\xeb\xed\x41\x08\x08\xea\xf5\x7a\xd4\x4e\ \xe2\xec\xa8\xc9\xd9\xd9\xd9\x89\x8d\x04\xdc\x73\x6d\x6d\x4d\xaf\ \xbc\xf2\x8a\x4e\x9f\x3e\x1d\x2c\xe0\xbd\x80\x92\x7f\xd6\x8a\x69\ \x62\x9c\xf7\x7a\xff\x5e\xaf\x77\x63\xbf\x7c\x2c\xb0\x89\x9e\x6e\ \xae\x54\x2a\xef\x28\x39\xa1\x63\x3a\x35\x66\xeb\xeb\xeb\x4d\xbb\ \xed\x1c\xbc\x72\x1f\x07\x1d\x0e\xdc\xdd\x0e\x3b\xe0\x70\xc6\xcb\ \x83\x74\xcf\x2e\x39\x58\x40\xc7\x1c\x64\x61\x33\xb9\x87\x07\xb0\ \xde\x72\x89\xb2\x1c\x2f\xdf\xf1\x00\x1d\x7f\xc0\x35\xb1\x5b\x1e\ \xd8\x3a\xe9\x01\x48\x74\xfb\xc9\xf8\xc0\x04\x90\x37\x90\x29\x0e\ \x16\x3d\x43\xc3\x5c\xe2\x37\xf1\x1b\xf8\x3c\xd6\x09\xbf\xe8\xac\ \x16\xc1\xa0\x03\x31\xe6\x13\x3f\xe0\x4c\x2f\xf7\xe2\x5a\xe8\x31\ \xf7\xcd\xba\xb1\x76\xe7\xe1\xec\x82\x47\xef\x4e\x47\xf2\x1b\xcf\ \xcb\xf2\x7b\xa2\x6f\x17\x4c\x0c\x0f\x86\x9d\x45\x72\xe4\xc7\x77\ \xbd\x38\xd4\x91\x3d\xd1\xbe\x83\x1a\x26\x89\xfb\x7a\xfd\x53\xb2\ \x88\x15\xa1\x2d\x14\x0a\xd1\x66\x62\x69\x69\x29\x84\x11\x67\x80\ \xe3\x41\xf0\x32\x99\x4c\x44\xb3\x4e\x21\xe2\xd8\x49\x5f\x32\xc1\ \x52\x73\x7a\xca\xd3\x65\xa4\x2a\x98\x0f\x67\x8a\x92\xc0\x86\x67\ \xf4\xdd\x63\xac\x19\xc6\x8e\x1a\x11\x7a\xb8\x74\x75\x75\xa9\xb7\ \xb7\x37\xb6\xe9\x67\xb3\xbb\xe7\xdc\xcd\xcc\xcc\x44\xcd\x19\x3b\ \x13\x9d\x11\x82\xd1\x63\x4e\xbd\x10\x17\xd0\xe3\x51\x8b\xef\xa6\ \x72\x6a\x98\xe7\xe7\x59\x9d\xf1\xf4\x54\x09\xcf\xe8\xf4\x77\xd2\ \xf1\xa0\xec\x28\x3e\x86\xc2\x81\x4d\x12\xa8\x31\x06\x97\x27\x37\ \xb2\x0e\xbc\xb8\x0f\x73\xef\xcc\x99\xd3\xf0\x0e\xa8\x78\x5e\x37\ \x3e\xcc\x03\x86\xc6\x37\x26\xac\xae\xae\x46\xc3\xc5\x9e\x9e\x9e\ \x26\x9d\x5a\x5a\x5a\x0a\xf9\xc7\x58\xef\xec\xec\x44\x53\x5d\xc0\ \x13\xf2\x0d\x7b\xc5\x78\x47\x47\x47\xc3\x70\x4b\xbb\x8e\xeb\xed\ \xb7\xdf\xd6\xf0\xf0\xb0\x8e\x1e\x3d\x1a\x63\xca\xe7\xf3\xfa\x8f\ \xff\xf8\x0f\x3d\xfb\xec\xb3\x51\xbc\xe9\xa0\x8a\xb9\xf5\x68\x98\ \x14\x14\xc1\x87\xb3\x16\x18\x65\x9f\x33\x8c\xa0\xd7\x5e\xe2\x38\ \x61\x86\x78\x2e\x9c\x52\xad\x56\x8b\xdf\xb0\x66\x7e\x5e\x23\x35\ \x17\x00\x33\x8c\x2e\x63\x71\xf9\xe3\x39\x08\xd6\x00\x5a\xcc\x2d\ \xff\x47\x16\x91\x79\xd6\xdb\xe5\x8e\x20\x85\x12\x84\x7a\xbd\x1e\ \x4d\x6f\x49\x51\xfa\xf3\xa3\x9f\x80\x04\x00\x28\x3a\xea\x2c\x17\ \x6b\x0f\x28\xf1\xb9\x44\x3e\x39\xec\xb8\xbd\x7d\xb7\x89\xf0\xf8\ \xf8\xb8\xce\x9d\x3b\xa7\x67\x9f\x7d\x56\x1f\xfc\xe0\x07\x75\xe3\ \xc6\x0d\x2d\x2d\x2d\xa9\x58\x2c\xaa\xad\xad\x4d\x43\x43\x43\x71\ \x2c\x4d\x7f\x7f\xbf\x52\xa9\x54\xa4\x7d\xfb\xfb\xfb\x23\x3a\xf7\ \xba\x29\x67\x0f\x90\x49\x00\x5d\x4f\x4f\x4f\x93\xae\x33\x17\xd8\ \x57\xec\x7d\xd2\x1f\x78\xe0\xe6\x05\xff\x64\x26\x9c\xcd\x20\x4d\ \x99\xc9\x64\xa2\x7d\x00\x87\x46\x1f\x3d\x7a\x54\x95\x4a\xa5\xe9\ \x0c\xbc\x24\x00\x69\x05\xbc\x92\xa0\xe9\x5e\xff\xf6\xf5\xf6\xeb\ \x27\x5f\xfe\x7e\x2b\xb6\x0c\xf0\x03\x30\xe0\xe0\xe3\xc5\xc5\xc5\ \x38\xb2\xc9\x77\x0a\x13\xc0\xc3\xbc\xc2\x12\x79\xc0\xed\xbe\x97\ \xdf\x7b\xf0\xed\x29\x34\xff\x8d\x07\xca\xee\x9b\x90\x45\x67\x7f\ \xf1\x91\x5e\x1a\xe4\x9b\x2c\x9c\x41\xc2\x9e\x72\x4d\xaf\xab\x85\ \xb9\x86\x50\x00\x10\xc3\x3e\x13\xf8\x70\x2d\xb7\xcf\xf8\x39\x6c\ \x8b\x83\x6c\x4f\xbd\x13\x28\xf1\x6c\x64\xac\xd8\x45\xe8\xe4\x02\ \x9f\x13\xf8\xb9\xac\x38\x2b\xd5\x68\xec\x1d\x23\x84\x4f\xc2\xb6\ \x27\xc7\xe5\x73\xef\xa5\x07\xc9\x74\xb0\xef\x22\xc4\xee\x66\xdd\ \x59\xa1\x78\xee\x00\xb8\x88\xd3\x6a\x20\x3e\x16\x81\xda\x03\x4f\ \x45\xf9\x62\x32\xb1\x18\x43\x00\x41\x3a\xbd\x57\x0c\xc9\x77\xbc\ \x28\x9b\x89\x4a\xa7\xd3\x4d\xcc\x92\xa4\x40\xd3\x44\x88\x3c\x07\ \x42\xcb\xee\x48\x90\xa8\x3f\x7c\x4f\x4f\x8f\xf6\xef\xdf\xaf\x27\ \x9f\x7c\x52\xe7\xcf\x9f\xd7\xdb\x6f\xbf\x1d\x11\x3f\x07\xa2\x12\ \x25\x63\x18\x3d\xdd\x88\x72\x04\x4a\xfd\x3f\xa3\xb2\xb9\xb9\xa9\ \x9e\x9e\x9e\x26\xc6\xcb\x53\x64\xe9\x74\x3a\xf2\xf5\xf5\x7a\x3d\ \x68\x65\x69\xaf\x36\x0a\x25\x66\x91\x10\x4c\x04\x05\x61\x68\x6f\ \x6f\x8f\x42\xd0\x99\x99\x99\x70\x1e\x8d\x46\x43\xcb\xcb\xcb\xd1\ \x84\x93\xdd\x1c\x95\x4a\xa5\xa9\x47\x12\xeb\x0d\x00\xda\xd9\xd9\ \x09\x83\x80\xe3\x05\xe4\xba\x72\x38\xe8\x40\xd9\xdd\xb8\xba\x40\ \xe3\x58\x93\x85\x96\x7e\x2d\x7f\x5e\xfe\x9d\x4c\xbd\xb9\xc1\xe6\ \x1e\xfe\x39\xf7\x46\x79\xf9\x3f\x72\xe1\x80\xc1\x59\x27\x9e\x8b\ \x31\xf9\xd8\xdd\x98\x79\x3d\x99\x83\x44\xc6\x01\x10\x80\x16\x47\ \xd6\x00\xde\x0e\x8a\xbb\xbb\xbb\x35\x3e\x3e\x1e\x69\xb2\x42\xa1\ \x10\x3b\x07\x99\xeb\x7a\xbd\x1e\x45\xbf\xa4\xc7\xa4\x77\xa6\xd9\ \x01\x71\x8d\x46\x43\x2b\x2b\x2b\x5a\x5a\x5a\x52\xb5\x5a\xd5\xa1\ \x43\x87\x62\xdb\x3e\x14\xf7\x3f\xfd\xd3\x3f\xe9\x95\x57\x5e\x09\ \xe7\xe9\xce\x9c\x74\x9a\xaf\x67\xad\x56\x8b\xba\x29\x9c\x33\xec\ \x1a\xe0\x85\x08\x14\xe7\xe2\x80\x4a\x6a\x3e\x7d\x1e\x43\xcc\xae\ \x40\xe6\x84\xfe\x71\xe8\x10\xcf\xeb\xf3\x7c\xf8\xf0\xe1\x90\x5f\ \x5a\x5b\x70\x3f\xea\x93\x38\x96\xc7\x01\xbd\x03\x8a\xa4\xcc\x24\ \x1d\x75\xf2\xdf\xf4\x92\x22\x88\x40\xf7\x98\x0b\xce\x68\x4c\xa5\ \x52\xc1\xf6\xc1\xbe\xc0\xe2\x38\x20\xa7\xcf\x53\xb9\x5c\x6e\x0a\ \x2c\xb0\x79\x80\x19\x67\xc2\x01\x97\x83\x83\x83\xea\xeb\xeb\x8b\ \xf2\x87\x52\xa9\x14\xc5\xec\x9c\xef\xd9\xde\xde\xae\x67\x9e\x79\ \x26\x32\x0c\x99\x4c\x26\x4a\x19\x8a\xc5\x62\xb0\xfc\x80\x4a\x7a\ \xc9\x61\xf3\x9d\x2d\x21\xc0\xc5\xbe\xb2\x3e\xd4\xb5\xf2\x02\x68\ \xb9\x73\xf1\xc0\x77\x6e\x6e\x4e\x1d\x1d\x1d\x1a\x18\x18\xd0\xfc\ \xfc\xbc\x46\x47\x47\x83\xd5\x02\x54\x21\xf3\x43\x43\x43\x6a\x34\ \x1a\x5a\x5a\x5a\x52\x3e\x9f\xd7\x81\x03\x07\x54\x2e\x97\x43\x8e\ \x93\x41\x92\xbf\x92\x40\x29\xf9\x7e\x92\x10\x48\x82\xae\xe4\x35\ \xfc\x5a\x6e\x83\xfc\xfe\x0e\x62\xfc\x3d\xf4\xb4\x54\x2a\x45\x26\ \x07\x67\x0e\x13\xca\x7c\x01\x56\x01\xa0\xab\xab\xab\x4d\xbd\x02\ \xb1\xcb\x7e\x0f\xf4\x9f\xbf\x61\x3d\xdd\x2e\xbb\xdf\x83\x25\xe4\ \x19\xf9\x2e\x76\x0d\x7d\x75\x7f\x95\xd4\x05\xae\xed\x41\x29\x76\ \xc2\xb3\x25\x6c\xb6\x01\xec\x38\x8b\xe7\x7d\x23\x93\x76\x98\xf1\ \xfa\xf7\x00\xd6\xd8\x7c\xd2\x7d\xfc\x3e\x9b\xcd\x6a\x79\x79\xb9\ \xe9\x94\x10\x08\x15\xa9\xb9\x2f\x21\x2d\x24\x3c\x50\x87\x25\xf3\ \x0e\x07\x92\x22\xe0\xf3\x39\x70\x00\x9b\xac\xaf\x73\xff\xe8\x72\ \xc5\xbc\x64\xfd\xc7\xc9\x14\x95\x47\x67\x3c\x00\x88\x0e\x83\xc9\ \xe2\x73\x63\xaf\x1d\xf2\x74\xa2\x0f\x82\x49\xe4\xbb\x49\xc5\xf4\ \x74\x0e\x86\x17\xe6\x85\x5c\x3e\x0f\x07\x78\xe2\x3e\x95\x4a\xa5\ \xa9\x26\x8c\x88\x82\x28\x11\xc1\x9a\x9c\x9c\xd4\x8f\x7f\xfc\xe3\ \x00\x3c\x8d\x46\x43\xd3\xd3\xd3\xf1\xdc\xce\xda\xa0\x5c\x3c\x07\ \x8e\xd4\x69\x50\x49\x61\x3c\xf9\x3e\xca\xc2\xb6\x79\x37\x9e\x49\ \x83\xc1\xbd\x60\x3f\x10\x50\x22\x47\x98\xbe\x8e\x8e\x0e\x1d\x38\ \x70\x40\x47\x8e\x1c\xd1\xe8\xe8\x68\x44\xad\xd4\xd9\x38\xb3\xe4\ \x20\xc6\xc7\xe9\x60\x83\x6d\xe9\xcc\x8b\x3b\x12\x67\xe9\x9c\x2e\ \x75\x21\x72\x05\x71\x03\xcd\xdf\x6e\x34\x9c\x3d\x40\xe6\x78\xe1\ \x8c\x59\x23\xd6\x04\x70\x03\x50\x67\xae\xdc\xe8\x41\x9b\x3b\x4b\ \x46\x0d\x01\xcf\xe0\x72\xce\x1a\x33\x17\xbe\x99\xc0\x8d\x26\xf2\ \xec\x60\xd4\x59\x0b\x0c\x61\x6f\x6f\x6f\xcc\x21\x6b\xe6\xe9\x36\ \x18\x19\xce\x66\xf3\xf4\x2e\xa0\x80\x88\x9e\xfb\xd0\xe7\x0b\x90\ \x0a\xa8\x87\x29\xa4\x26\x10\xe3\x5d\xaf\xd7\xd5\xdb\xdb\xdb\xa4\ \x3f\x1c\x52\xfe\xa5\x2f\x7d\x49\x17\x2e\x5c\x88\xf5\x23\x38\xc2\ \x18\x39\x93\x04\x68\xf0\xfa\x25\xda\x41\x78\x6b\x13\x3f\xc6\xc7\ \x1d\x2d\x81\x07\xcf\x84\x3c\x02\x44\xd0\x05\x58\xa6\x7a\xbd\xae\ \x81\x81\x81\x60\xa7\x48\xfb\xf5\xf5\xf5\x29\x9f\xcf\xc7\x8e\x3f\ \x5e\xb0\x75\x49\xe0\x94\x74\x72\xc9\xbf\xb1\x33\xce\xa0\x26\x7f\ \xe3\x4e\xf8\xed\xb7\xdf\xd6\x9b\x6f\xbe\x19\x72\xec\xfd\xb8\xbc\ \xfe\xc5\xed\x1b\xd7\xe0\x33\x98\x43\xde\xa3\x8f\x10\x1b\x65\xf8\ \x9d\x97\x2a\x24\xe5\x3b\x9b\xcd\x6a\x62\x62\x42\xf3\xf3\xf3\x9a\ \x9b\x9b\xd3\xe0\xe0\xa0\x0e\x1f\x3e\xac\x9f\xfe\xf4\xa7\x4a\xa7\ \xd3\xda\xbf\x7f\xbf\x52\xa9\x94\x16\x16\x16\xf4\xbd\xef\x7d\xaf\ \x69\x97\x36\x36\x80\x62\x7c\xde\x6b\x6b\x6b\x53\x5f\x5f\x9f\xee\ \xde\xbd\xdb\x64\xeb\x93\x2c\x88\xd7\x3a\xae\xad\xad\x05\x0b\xc9\ \x3a\xf0\x1b\x58\x74\xec\x21\xcf\x50\xad\x56\x63\x27\x66\x47\x47\ \x47\x14\x86\xa7\x52\xa9\xa8\x33\x1c\x1a\x1a\x8a\xbe\x67\x8d\x46\ \x43\xa5\x52\x49\x0b\x0b\x0b\xa1\x27\x8b\x8b\x8b\x1a\x19\x19\x89\ \xb9\x75\xbd\x67\xdc\xfe\xb7\xff\xdf\xe5\x23\xe9\xd7\x92\xaf\xa4\ \x5e\x27\xef\xd3\x0a\x94\xb5\xfa\x3d\x2f\x40\x0b\x8c\x33\x32\xd0\ \xea\x3b\xb5\x5a\x2d\x58\x5d\x4a\x05\xbc\x54\x83\xf9\x4c\x06\x9e\ \xbc\x7c\xf3\x0b\x36\xdd\xeb\x56\xb9\x37\x60\x85\xde\x8f\x5c\xc3\ \x03\x36\x67\xc5\x18\xa3\x8f\x05\x7d\xac\x54\x2a\x5a\x5d\x5d\x8d\ \x33\x28\x77\x76\x76\x22\x0b\xe5\xcc\x33\xf2\x0d\x43\x45\x20\x09\ \x59\xc2\x98\x28\xed\xf1\xe7\x22\xa0\x6a\x6b\x6b\x8b\xf3\x50\x29\ \x03\x20\x10\xf3\xfa\x63\x0f\x9c\x5d\x9f\xb0\xd3\x3e\x9f\xce\x7c\ \x03\x86\xf0\x93\x10\x2a\xc8\x01\x73\xef\x3e\x0a\x9b\xcb\x75\x08\ \x94\x9c\x59\x97\xa4\x2c\xce\x20\x29\x7c\x2e\x08\xc9\x85\x25\xa5\ \x85\x21\xc6\x58\x73\x23\x77\xa0\x18\x12\x37\x28\x49\x54\xe8\x93\ \xea\xc6\x29\x29\x5c\x9e\x0e\xc2\x50\xa2\xfc\xae\x10\xbe\x43\x00\ \xe3\x0f\x53\x80\xd3\x59\x59\x59\x69\x8a\xe0\x92\xa9\x06\x9e\xd3\ \x41\x06\x7f\x7b\x9d\x17\x6c\x1c\xb5\x59\x30\x6c\x8c\x23\xa9\xb0\ \x8c\x1b\xb0\xc3\x18\x01\x11\x2e\x64\xcc\x6d\x7b\x7b\xbb\x26\x26\ \x26\xb4\xb0\xb0\x10\xdb\xd3\x5f\x7f\xfd\x75\xbd\xf4\xd2\x4b\xd1\ \xd3\x87\x39\x46\x48\x3c\xed\xe1\x60\xc0\xe9\x50\xd6\x0a\x47\xcd\ \x7c\x7b\x4e\xde\xa3\x18\x9e\x99\xf7\x89\xa6\xb8\xb7\xb7\xa9\x40\ \xc1\x30\xea\xc8\x88\x47\x07\xcc\x43\x32\x42\xf3\x14\xa9\xcf\x9f\ \xd3\xb3\x3e\x96\x24\x18\xf3\x75\xe3\xdf\x6e\xfc\x93\x4e\x36\x19\ \x01\xbb\x72\xb1\x4e\x6e\x6c\x79\x2f\x9f\xcf\xeb\x91\x47\x1e\xd1\ \xce\xce\x8e\xce\x9f\x3f\xaf\x43\x87\x0e\x29\x93\xd9\x6b\x26\x8b\ \x51\xa3\x76\x10\x60\xb5\xb6\xb6\xa6\xe5\xe5\xe5\xe8\xe3\x85\xb3\ \x02\xac\x74\x75\x75\x45\x6a\xab\xd1\x68\x44\x37\x71\x9c\xd6\xc6\ \xc6\x86\x6e\xdc\xb8\xa1\xd1\xd1\x51\xf5\xf6\xf6\x2a\x97\xcb\x45\ \x24\xbb\xb5\xb5\xa5\xc5\xc5\x45\x8d\x8d\x8d\x29\x93\xc9\xe8\x6f\ \xfe\xe6\x6f\x74\xf1\xe2\xc5\xd8\x49\x27\xed\x01\x2a\xe6\x1a\x06\ \x99\xa0\xa4\xbf\xbf\x3f\x58\x8c\xd1\xd1\x51\x95\xcb\xe5\x88\xc6\ \x99\xcf\x95\x95\x95\xa6\x56\x2a\xa4\xfc\x68\x9c\xdb\xde\xde\xae\ \x91\x91\x91\xb8\x0f\x60\xa1\x54\x2a\x45\x5d\xd9\xc0\xc0\x80\x0e\ \x1f\x3e\xac\x5c\x2e\x17\x85\xd8\xfe\xf2\xb4\x44\x2b\xe0\x94\xd4\ \x29\x7f\xdd\x8b\xed\xf8\x59\x9f\xa7\xd3\x69\xdd\xba\x75\x4b\x2f\ \xbe\xf8\x62\x9c\x9a\x40\xad\x29\x75\x36\x99\x4c\x26\xd2\x5b\x38\ \x37\xf4\x06\xd9\x43\x76\x88\xe8\x1d\x78\xa1\xef\xde\xf8\x10\x9b\ \x85\x5c\xc3\x9e\x8f\x8e\x8e\x6a\x61\x61\x41\x37\x6e\xdc\xd0\xf6\ \xf6\xb6\x06\x07\x07\x35\x38\x38\xa8\xf3\xe7\xcf\xab\xab\xab\x4b\ \x1f\xf8\xc0\x07\x94\xc9\x64\xf4\xb5\xaf\x7d\x4d\x77\xef\xde\xd5\ \xc8\xc8\x48\x93\x4e\x73\xe4\x58\xb9\x5c\xd6\xd8\xd8\x58\xe8\x28\ \x36\x10\x99\xc4\x76\x33\x37\x38\x28\x6c\xb8\xa7\xbb\x61\x65\xdd\ \x11\x11\xe4\xc0\x74\x21\xef\x67\xcf\x9e\x0d\xfb\x8c\xdc\x13\x14\ \xaf\xaf\xaf\xab\xbf\xbf\x5f\xe5\x72\x59\x27\x4f\x9e\x8c\x66\xb9\ \x64\x44\x52\xa9\xdd\x03\xb7\xd9\xc0\xd1\x0a\xe4\xdc\x4b\x2e\x98\ \x57\x5e\xef\x26\x0b\x7c\xfe\xb3\x40\x54\xab\xef\xb4\xf2\x97\xef\ \x06\xf2\x93\xc0\x4d\x6a\xde\x54\xd5\xdf\xdf\xaf\x5c\x2e\x17\x00\ \x86\xda\x20\x02\x18\xbe\xe7\x35\x90\xd4\x41\xf9\xee\x5e\x0f\xd6\ \xa9\x4d\xa6\xfc\x85\xdf\x7b\xc6\xc1\x6b\x2c\x91\x4f\x6c\x82\xa7\ \x90\x6b\xb5\x5a\x94\x97\x30\xae\x6a\xb5\x1a\x32\x41\xa3\x4e\x80\ \x38\xf6\x1f\xa6\xd9\x9b\x0e\x4b\x7b\xf5\x61\x04\x73\xb0\x6c\xc8\ \x88\xb4\xab\x13\x1c\x63\x47\x46\x8d\xa3\xac\xd6\xd6\xd6\x22\x80\ \xf5\x93\x63\xdc\xa7\x80\x53\xd0\x57\x9f\x53\x08\x10\x02\x58\x7c\ \x06\x7e\x05\x5f\xc6\x38\x24\x45\x56\x0b\x9b\xc6\x7b\x4e\x4a\xb0\ \x4e\x59\x5f\x10\x06\xe3\x4c\x54\xa3\xb1\x57\x38\x77\x2f\x81\x65\ \xa0\xfe\x7e\x92\xb2\xf4\xc1\xb5\xfa\x9e\xff\x9e\x87\xe4\xe5\x75\ \x0b\x4e\xaf\x7b\xfa\x86\x07\xc2\x80\x01\x4e\x70\xbe\x03\x03\x03\ \xba\x7d\xfb\x76\x6c\x15\xf7\xfe\x25\x7e\x2f\x47\xa0\x49\x90\xc1\ \x38\x93\x40\xc3\xdf\x77\x87\xcc\xff\x19\xa7\x83\x4a\xfe\x26\x6a\ \xe0\xbb\x28\x8d\xcf\x1d\x67\x3c\xa5\xd3\x69\xcd\xce\xce\x36\x51\ \xbe\x08\x0c\x91\xa9\x8f\xc1\x81\x5d\x2b\xb0\x08\x5b\xe4\x34\x32\ \xc0\xd0\x9d\x97\xa7\x7d\x1c\x80\x60\x60\x3d\x7d\xea\x60\xcf\xc1\ \xa4\x2b\xac\xa7\x6b\x1d\x24\x39\x88\xf5\x39\x6d\x55\x07\x80\x3c\ \xf0\x72\x60\xcd\xfc\x79\x1a\xdb\xd7\xc3\x23\x5a\xae\xc7\x58\x92\ \x2c\x6a\x12\xd8\xf9\xf8\x30\x1c\xfc\x6e\x7c\x7c\x5c\x5b\x5b\x5b\ \x3a\x79\xf2\x64\x9c\x40\x3f\x32\x32\x12\x47\x91\x90\x82\x85\xad\ \x1a\x18\x18\x88\x94\x32\xf5\x2d\x9d\x9d\x9d\xea\xeb\xeb\x8b\xcd\ \x1f\xab\xab\xab\x51\x8f\xe4\xba\x78\xfc\xf8\xf1\xa6\xe6\xaf\x1c\ \x7d\xd2\xd1\xd1\xa1\x23\x47\x8e\x68\x65\x65\x45\x7f\xfd\xd7\x7f\ \xad\xab\x57\xaf\x46\x7a\x1d\x99\xe6\x6c\x3d\x0c\x33\x86\x05\x63\ \xd2\xdb\xdb\xab\xf6\xf6\xdd\x86\xa3\xc7\x8f\x1f\xd7\xcc\xcc\x4c\ \xac\x35\x11\x23\x6d\x26\x46\x47\x47\x95\xcf\xe7\x23\xa5\x44\x3b\ \x09\x0c\x3b\xec\x05\xf3\x7a\xe0\xc0\x01\xad\xad\xad\xe9\xee\xdd\ \xbb\xba\xef\xbe\xfb\xa2\x38\xbb\x15\x48\x22\x60\x68\xe5\x94\x92\ \x6b\x7a\x2f\x47\xdb\x4a\x17\x92\xe0\xca\x75\x61\x66\x66\x46\x3f\ \xfc\xe1\x0f\x9b\x36\xce\x38\xfb\x9d\x4e\xa7\x23\x75\x4e\x5a\x05\ \x59\xc0\xd9\x48\xbb\x60\xcc\x0f\xbf\x95\xd4\xb4\xcb\x94\xb4\x1b\ \x20\x3c\xc9\x36\xfb\xb3\xac\xad\xad\x69\x63\x63\x23\x6a\x2b\x6f\ \xdc\xb8\xa1\xb9\xb9\x39\xed\xdb\xb7\x4f\x8f\x3d\xf6\x98\x5e\x7f\ \xfd\x75\x7d\xeb\x5b\xdf\x8a\x5e\x6a\x1c\x3f\xb2\xb1\xb1\x11\x7d\ \xf6\x3a\x3a\x3a\x34\x34\x34\xa4\x13\x27\x4e\xe8\xad\xb7\xde\x0a\ \x56\x9c\x7b\x24\x77\x9e\x25\xf5\x07\x67\x47\xd0\x28\x29\x18\x48\ \x74\xd7\x37\x27\xf1\x4c\xb7\x6f\xdf\x0e\xdd\x5c\x5a\x5a\xd2\xcc\ \xcc\x4c\xd4\xc6\x21\x4b\x5d\x5d\x5d\x9a\x9e\x9e\xd6\xe9\xd3\xa7\ \x63\xf3\xc5\xf4\xf4\x74\x38\xcf\xf6\xf6\x76\xf5\xf7\xf7\xbf\x43\ \x3e\x92\xb2\x91\x04\x39\xc9\xcf\x92\x01\x55\x2b\x79\x6a\x05\xc4\ \x92\x41\xf2\xbb\x01\xb1\x9f\x05\xec\x93\x9f\xb5\x02\x60\xa4\x94\ \xd3\xe9\x74\x00\x52\xcf\x30\x49\x7b\x60\x1f\x9d\x76\x3b\xee\xb6\ \x8b\xcd\x20\xf8\x00\x7c\x35\x41\x9d\xb4\xd7\xc7\x8d\x2c\x89\x97\ \xf6\xc0\xd4\x38\x1b\x04\xe8\xea\xea\xea\x8a\x1d\xb6\x5e\x33\xc5\ \x77\x90\x7d\xea\xf9\x28\xfe\x97\x14\x75\xd8\x92\x62\xf3\x03\xe3\ \xc0\x7f\x60\x8f\xb0\x51\x9c\xec\x82\x9d\xa7\x77\x9b\xfb\xae\xb1\ \xb1\x31\x0d\x0e\x0e\xea\xd2\xa5\x4b\x61\xe3\xf0\x31\xa4\x1a\xdd\ \xde\xc0\x1e\x52\xba\x04\x2b\xed\x99\x28\x2f\xd5\xc1\xe7\xb8\x1c\ \x78\x1d\x25\x6b\x02\x28\xcd\xba\x03\xf2\x54\x8f\x3b\x4d\x4f\x05\ \x49\x7b\xa9\x12\x26\x90\x8b\x39\x4b\x80\x63\xc2\x48\x3a\x93\x90\ \x34\x7c\xee\x64\x7d\xf0\x49\x23\xe8\x0c\x04\x0f\xe2\xcc\x18\x75\ \x23\x28\xbd\xe7\x95\x17\x17\x17\xe3\x6c\x37\x8c\x8e\x03\x3f\x17\ \x76\x07\x4b\x44\xe0\x3e\x56\x7e\x97\x4c\x29\x25\x15\xc8\xa3\x3b\ \x7f\x6e\x9f\x5b\x07\x94\xc9\x9d\x59\xbc\xe7\xa0\x00\x41\xe1\x73\ \xae\x97\x04\x0a\x5c\x03\xc1\xf1\xc2\x3f\xc6\x8b\xf2\x78\x21\x3d\ \x0a\xe6\xe3\x46\x48\x7d\xbe\xbc\x2e\x29\x09\x00\x5c\x10\x7d\xce\ \xf8\x3f\x72\x84\x03\x4b\x82\x56\xa7\xbb\x7d\x6e\x91\x4b\x97\x55\ \x07\xe6\x0e\x80\x18\x3f\x72\xe3\xc6\xc9\xe5\xcf\x9f\x27\x09\x9a\ \x3d\x28\xf0\xb9\x05\xcc\xd6\xeb\x75\x5d\xbb\x76\x2d\xda\x21\xfc\ \xf4\xa7\x3f\xd5\xf1\xe3\xc7\x75\xe7\xce\x9d\x60\x16\x25\xe9\xd0\ \xa1\x43\x7a\xf4\xd1\x47\x55\xad\x56\x75\xf9\xf2\xe5\xd8\x9d\x45\ \xaf\xb5\x4c\x26\x13\xb5\x45\xde\xbf\xad\xd1\x68\xe8\xca\x95\x2b\ \xca\xe7\xf3\xda\xbf\x7f\x7f\x53\xf4\xd5\xd6\xd6\x16\x3b\xd8\x78\ \x76\x52\x6d\xcf\x3f\xff\xbc\xfe\xdf\xff\xfb\x7f\xda\xdc\xdc\x8c\ \x66\xac\x8d\x46\x23\x52\x99\xec\xc4\x19\x1a\x1a\xd2\xe0\xe0\x60\ \x1c\x2e\x5d\xab\xd5\x74\xf5\xea\xd5\x60\xdc\xb2\xd9\xac\x8e\x1f\ \x3f\xae\x87\x1f\x7e\x58\x13\x13\x13\x5a\x5a\x5a\xd2\x37\xbf\xf9\ \x4d\x15\x8b\x45\x0d\x0d\x0d\xc5\x78\xdb\xda\xda\x34\x3f\x3f\x1f\ \xc7\xcf\xa4\xd3\x7b\x0d\x85\x37\x36\x36\xc2\xa8\x0f\x0e\x0e\x6a\ \x7b\x7b\x5b\xd3\xd3\xd3\xea\xec\xec\x8c\x9e\x48\xee\x64\xdc\x70\ \x25\x75\xaa\x95\x63\xbc\x17\xe8\xe2\xb3\x56\xd7\xf6\xeb\xb8\xae\ \x2c\x2f\x2f\xeb\xd9\x67\x9f\x8d\xd4\xc6\xf2\xf2\x72\xec\xea\x43\ \xae\x60\xa9\x90\x0f\xd2\x31\xec\xd4\x43\x3f\x91\x4d\xf4\xc1\x59\ \x42\x67\x8d\xbc\x26\xc5\x23\xe0\xa1\xa1\xa1\x88\xba\x01\x42\xa4\ \xdb\x7f\xf0\x83\x1f\xe8\xf8\xf1\xe3\xfa\xe4\x27\x3f\xa9\x74\x3a\ \xad\x3f\xff\xf3\x3f\x8f\x96\x2d\xc8\x7b\x67\x67\xa7\x2a\x95\x4a\ \xc8\x07\x29\xd8\xcf\x7e\xf6\xb3\xfa\xbd\xdf\xfb\xbd\x26\xdd\xa6\ \x50\xd8\x75\x91\xba\x30\x6c\x41\x5b\x5b\x5b\x00\x4b\x74\x0b\xe0\ \xce\x7a\x53\x97\x07\xe3\xd5\xd1\xd1\xa1\xde\xde\xde\xa8\xab\xcd\ \x66\xb3\xd1\xbc\x96\x7a\x24\xd2\xc5\x2b\x2b\x2b\xba\x7e\xfd\xba\ \xfa\xfa\xfa\x82\xb9\x5d\x5d\x5d\xd5\xc8\xc8\x88\x76\x76\x76\xb4\ \xbc\xbc\x1c\xb2\x9c\x5c\xef\x56\x80\x27\x09\x8a\x5a\xc9\x46\xab\ \x57\xab\xf7\x7f\x16\xa0\x6a\x25\x5b\x3f\xeb\xfb\xfe\x77\x2b\x20\ \x28\x49\xbd\xbd\xbd\x6a\x34\x76\xeb\x2b\x9d\x71\x06\x44\x71\xdf\ \x56\xf5\x3f\x80\x63\xb2\x0c\x04\x50\x9e\x5d\x4a\xb6\x37\x70\xb9\ \x26\x55\xe6\xef\xb9\xef\xc1\x67\xc0\x4c\xb1\xab\x4c\x9b\xbf\x05\ \x00\x00\x20\x00\x49\x44\x41\x54\x0f\x9f\xe9\x2c\x14\xf2\x05\xeb\ \xc5\x78\xbb\xba\xba\x54\x2a\x95\x74\xfd\xfa\x75\x2d\x2f\x2f\x6b\ \x78\x78\xb8\x29\xd0\x45\x3f\x52\xa9\x54\x1c\x21\x46\x43\x51\x69\ \x2f\xc0\xf5\xba\xc3\x8d\x8d\x0d\xcd\xce\xce\x36\xe1\x0f\x6c\x0c\ \x73\xc2\xdf\xfe\x1e\x9b\x4a\x7c\x1e\x92\xbb\x0c\x21\x6f\xbc\x24\ \x05\x46\xcf\x6d\x8d\x6f\x06\xca\x32\x10\x5e\x49\x27\xe5\x4e\xc7\ \x1d\x97\xd4\x5c\xf4\x96\x4e\xa7\x03\xc9\xf1\x3d\x04\x21\x19\xa1\ \x3a\xa8\x49\xde\xd3\x9d\xa2\x03\x39\x1e\xde\x9d\xaa\x33\x18\xbc\ \xd8\xad\xc2\xe7\x8d\xc6\xee\xa1\x92\x33\x33\x33\x71\x3d\xdf\xba\ \x99\x54\x42\x16\xd8\xef\xc7\xb3\xf1\x4c\x9e\xcf\x46\xc8\x3d\xfa\ \x71\x25\xf1\xeb\xe3\x08\x3d\x65\x82\x91\x66\x2e\x3d\x15\xea\xbb\ \x2f\xb8\x2e\x42\x9d\x9c\x7f\x17\x88\xd8\xc1\x90\x6d\x3e\x97\xcd\ \x01\xaa\xcf\x2d\xca\x44\x21\x61\xd2\xd8\xf3\x5d\x6f\x24\x08\xa0\ \xe2\x39\x49\x1f\xe1\x38\x3c\xed\xcc\x3c\x38\xf3\x03\xa5\xed\xc0\ \xcd\xe7\xca\x23\x0c\xc6\xee\x32\x89\x4c\xa1\x3c\x0e\x78\x79\xb5\ \x02\x5d\x3e\x16\x58\x1d\x7e\xeb\xf5\x06\x3e\x5e\x07\xb3\x0e\x7e\ \xb6\xb7\xb7\x75\xe5\xca\x95\xa6\x5c\xfc\xed\xdb\xb7\x95\xcd\x66\ \x35\x3d\x3d\xad\x46\xa3\xa1\xd9\xd9\x59\x9d\x39\x73\x46\xf9\x7c\ \x5e\x27\x4f\x9e\x8c\x4d\x18\x5b\x5b\x5b\x51\x40\x5e\xaf\xd7\xb5\ \xb4\xb4\x14\x35\x54\x38\xe1\xed\xed\x6d\x1d\x3d\x7a\x34\xd2\x86\ \x00\x3b\x8c\x09\xc6\x65\x67\x67\x27\x8e\x1d\xf9\x9f\xff\xf9\x1f\ \x9d\x3d\x7b\x56\x07\x0e\x1c\x88\xe7\xed\xea\xea\x0a\x50\x84\x8c\ \x1c\x3a\x74\x48\x85\x42\x41\xfb\xf6\xed\x53\x7b\x7b\xbb\xae\x5d\ \xbb\xa6\x1f\xfd\xe8\x47\x1a\x19\x19\xd1\x63\x8f\x3d\xa6\xff\xf8\ \x8f\xff\x88\xed\xd1\xeb\xeb\xeb\xfa\xf2\x97\xbf\xac\x9e\x9e\x1e\ \x8d\x8e\x8e\x86\x03\x44\x36\x66\x66\x66\x62\x97\x9f\x1b\xec\xcd\ \xcd\xcd\x88\x9e\x49\x01\xce\xcf\xcf\x47\x6f\x39\x5f\x0f\x97\x93\ \x9f\xf5\xba\x97\x23\xbb\x97\x73\x6c\x05\xa8\xfc\x95\x4e\xef\xa6\ \xb3\x5f\x79\xe5\x15\x2d\x2e\x2e\x46\xd9\x01\x2c\xa2\x07\x9e\x18\ \x62\xae\xe9\xf5\x17\xfc\x1b\x3b\x48\x6d\x8a\xdb\x2c\x1f\x17\xc1\ \x21\xd7\xa7\x2e\x66\x6c\x6c\x4c\x27\x4f\x9e\x8c\x4d\x0b\x23\x23\ \x23\xba\x7a\xf5\xaa\xe6\xe6\xe6\x54\xaf\xd7\x75\xf3\xe6\x4d\xfd\ \xd1\x1f\xfd\x91\x3e\xfa\xd1\x8f\xea\x2f\xfe\xe2\x2f\x22\x6d\x47\ \x0a\x11\x9d\xc6\x6e\x55\xab\x55\x0d\x0f\x0f\x47\xcd\xd5\x9f\xfd\ \xd9\x9f\xe9\xc7\x3f\xfe\xb1\xe6\xe6\xe6\xc2\x41\x00\x10\xa5\xbd\ \x9a\x19\xc6\x89\x5e\xf7\xf6\xf6\x36\xa5\x8c\xbc\xdc\x00\x7d\xe6\ \x68\x14\x6c\x90\xeb\xe4\xea\xea\xaa\x6e\xdc\xb8\x11\x01\x1b\xa7\ \x6e\x64\x32\x19\xdd\x7f\xff\xfd\x9a\x9b\x9b\xd3\xd0\xd0\x90\xaa\ \xd5\xaa\x2a\x95\x8a\xf2\xf9\x7c\xcc\x25\xfa\xe1\xb6\x21\x29\x07\ \x49\xa0\x72\x2f\x79\x71\x06\x3f\x69\x2f\xee\x05\xd6\x5c\xbe\x92\ \xe0\x2d\x69\x2f\xee\xf5\xba\xd7\x77\xee\x65\x9b\x48\x45\x73\x48\ \x3b\xe3\xc6\x46\x63\x73\xa5\xbd\xcd\x11\xc8\x12\xf6\x2a\x95\xda\ \xab\xad\x82\x54\x90\xf6\xb2\x4e\x0e\x7a\x24\xbd\x83\xd5\xa6\x6e\ \x92\xf3\x06\x73\xb9\x5c\x53\xb3\x58\xc0\xb8\x8f\xc9\xe5\x26\x9f\ \xcf\xc7\x7d\x1d\x84\x03\xf8\xaa\xd5\xaa\xc6\xc7\xc7\x23\x8d\xee\ \xeb\x02\x70\xaa\xd5\x6a\xc1\x90\x7b\xca\xce\x53\xa0\xbe\x89\x8c\ \x8d\x14\x64\x4b\xd0\x2b\xc7\x25\xd2\xde\xc9\x1e\xae\xbb\xfe\x1d\ \xcf\xce\x60\x67\xdd\x07\x30\xdf\x04\xa7\xe8\x3a\x80\xb3\x5a\xad\ \xee\x16\xb9\xf3\xe2\xc7\x6e\x3c\x5d\x80\x78\x28\x9c\x49\x92\x59\ \x91\x9a\x77\x21\x3a\x58\xe1\x6f\x4f\x87\x25\x05\x96\x87\x61\xc1\ \xdd\x39\x7a\xfd\x10\xaf\x24\x5d\xe7\x86\x0e\x87\x2c\x29\x6a\x58\ \xb8\x0e\x02\xe8\x2c\x8c\x1b\x3c\xbe\xe7\x4c\x93\x0b\x6b\xa3\xb1\ \xd7\xcf\xc8\xc1\x13\x82\xe5\x0a\xc5\x3d\xf8\x3d\x06\xd8\xd9\x20\ \x90\xb0\xdf\x6b\x7b\x7b\x3b\x1a\x1f\xba\x31\x77\x83\xc7\xdf\x3e\ \x86\xe4\xdf\x00\x23\x5f\x5b\x6a\x79\x7c\x4e\x89\x32\x18\x17\x06\ \x96\xb1\x01\x3e\x98\x57\x8f\x0e\x18\x03\xce\x9b\xda\x2b\x9f\x07\ \x97\x01\x5e\x18\x03\x97\x3f\x37\xda\x80\xc5\x24\x20\x74\xc0\xe5\ \x63\x44\x01\x18\xbf\x47\x6f\x0e\x6c\x3d\x65\xc5\x9c\x23\xcf\x8c\ \x37\xe9\x98\xf9\x1e\xeb\xe3\x4e\x8c\xe7\xd8\xda\xda\xd2\xf4\xf4\ \x74\xbc\x2f\x29\xea\xb1\x00\x56\xec\x76\xf3\x71\x6f\x6f\x6f\x47\ \xad\x16\x86\xaf\x58\x2c\x46\xba\xae\x5a\xad\xaa\x50\x28\x44\x7d\ \x03\x45\xa1\x50\xe0\x38\xaa\x2f\x7d\xe9\x4b\x9a\x9c\x9c\x8c\x34\ \x5d\x67\x67\xa7\x06\x07\x07\x55\xad\x56\x55\x2c\x16\x95\xcb\xe5\ \x34\x38\x38\xa8\xa1\xa1\xa1\xd8\x59\xf6\xc3\x1f\xfe\x50\x67\xcf\ \x9e\xd5\xdc\xdc\x9c\x0e\x1d\x3a\xa4\xd1\xd1\x51\x5d\xbc\x78\x31\ \xc0\xf6\x17\xbf\xf8\xc5\x60\x72\x8a\xc5\xa2\x1e\x7d\xf4\x51\x4d\ \x4c\x4c\x68\x65\x65\x25\x40\x36\x80\xd0\xeb\x3a\x9c\x99\x41\x56\ \xab\xd5\x6a\xf4\xf2\x9a\x98\x98\x68\x02\x6a\xc9\x79\x6e\x05\x86\ \x92\x01\x5f\xf2\x95\xd4\x81\x56\x9f\xfb\xdf\xee\xd4\x5e\x7f\xfd\ \x75\x5d\xbd\x7a\x35\x0c\x3b\xbb\x7a\x49\x15\xee\xec\xec\x68\x65\ \x65\x45\xe9\xf4\x5e\x8b\x15\x67\xf4\x71\x1c\xee\xc8\x1c\x88\xfb\ \xf7\xdc\x3e\xba\x2e\x48\xbb\x75\x7d\x47\x8f\x1e\xd5\x6f\xff\xf6\ \x6f\x6b\x6a\x6a\x4a\x5f\xf8\xc2\x17\xd4\xdd\xdd\xad\xd1\xd1\x51\ \x55\x2a\x15\x15\x0a\x05\x3d\xfc\xf0\xc3\x2a\x95\x4a\x5a\x5e\x5e\ \xd6\xf3\xcf\x3f\x1f\xb5\x4b\x0e\x70\x61\xcc\x60\x0a\xfa\xfa\xfa\ \x74\xf3\xe6\x4d\xcd\xce\xce\xea\xe9\xa7\x9f\x56\xa1\x50\xd0\x37\ \xbe\xf1\x8d\xf8\x6e\xbd\x5e\x8f\xdd\x56\x3c\x33\xa0\xaf\x56\xab\ \x45\x69\x05\x69\x41\xf4\x85\x60\x95\xac\x00\x85\xfc\xd8\x00\x36\ \xdc\x64\x32\xbb\x75\xa3\x74\xf8\x5f\x58\x58\x08\x90\x45\x1a\xf1\ \x03\x1f\xf8\x80\x3a\x3a\x3a\xa2\xc8\xdb\xcb\x27\xb6\xb7\xb7\xa3\ \x2d\x45\xd2\x27\xdd\xeb\xf5\xb3\x00\x4f\xf2\x73\xbf\x5e\x2b\x7b\ \xfe\xf3\x82\xfa\x7b\xc9\x6d\x12\xe8\xbf\xdb\x7d\xa5\x3d\x00\x91\ \xcf\xe7\xb5\xb2\xb2\x12\x36\x58\xda\xb3\x9d\xd8\x46\xb7\x45\x9e\ \xb1\xe0\x33\x64\xd2\x59\x29\xe6\xd0\x1b\x9f\x62\x8f\x7c\xbc\xc8\ \xd4\xce\xce\x4e\x94\x0a\xb8\xdf\x77\xff\xe6\xe3\x86\x51\xf5\xa3\ \x7c\x60\xb2\xb0\x19\xf4\xcc\xe3\xfa\xd8\x3f\xae\xe5\xad\x7f\x32\ \x99\x4c\x34\x5d\x4e\xa7\xd3\x71\x6a\x43\xab\x26\xdc\x0e\x32\xf1\ \x77\x90\x3f\x9e\xf6\x74\x06\x1d\x3f\xe7\x99\x37\xde\x93\xf6\x52\ \xe2\x8c\x87\xeb\xbb\x5f\xc2\x6e\xc4\x46\x24\x26\x12\xc3\xc5\xc4\ \x27\x53\x5a\x50\xe3\x5e\x00\x87\x63\x72\xb0\x92\x14\x12\x5f\xa8\ \x7b\x09\xa6\xb3\x25\xfc\xe7\xfd\x27\x18\x8b\xa3\x4d\x37\x62\x2c\ \xb8\x2f\xb0\xa3\x4c\x07\x7b\x28\xac\x33\x6d\xfc\xc6\xc7\xef\xdf\ \xc5\x98\xb0\x28\xd4\xd0\x6c\x6f\x6f\xc7\x41\x96\xfe\xdc\xcc\x19\ \x4a\xd0\x0a\xac\x39\x63\xe3\x85\xdf\xbe\xfb\xc3\x53\x81\x3e\x5f\ \xad\x40\x90\x03\x13\x5f\x23\x84\xc3\x9d\x3e\xf7\x20\x92\x44\xe8\ \x70\x12\x00\x3c\xee\x4b\xd4\x8a\x1c\xa0\x70\xa4\x4f\x28\x10\x24\ \xda\x77\x0a\x99\x75\x63\x1c\xfe\xdc\xad\x6a\xb7\xfc\x6f\xe6\xd1\ \x65\x89\xdf\xb3\xe6\xac\x9b\x3f\x93\x53\xe3\x9e\xde\x75\x59\xf2\ \xb1\x38\xd0\x71\x79\x74\x23\xc6\x7d\x90\x41\xdf\xf9\xc5\xef\xdd\ \x98\x71\x1d\x4f\x27\x96\xcb\x65\x1d\x3e\x7c\xb8\x29\x7d\xb3\xb2\ \xb2\xd2\xd4\x6c\x53\x52\xd4\x66\x79\x7d\x17\x7d\x75\xb8\x1f\xf2\ \x51\x2a\x95\xb4\xba\xba\xaa\xcf\x7f\xfe\xf3\x9a\x9d\x9d\x8d\x86\ \xa3\x83\x83\x83\xca\xe7\xf3\x1a\x1e\x1e\xd6\xd0\xd0\x90\xfa\xfa\ \xfa\x22\x88\xb8\x79\xf3\xa6\xbe\xf7\xbd\xef\xe9\xe6\xcd\x9b\x5a\ \x5b\x5b\x53\xa1\x50\xd0\xd0\xd0\x90\xd6\xd6\xd6\xf4\xd6\x5b\x6f\ \x45\x3d\x44\xbd\xbe\xdb\x5c\x10\x90\x36\x3a\x3a\xaa\xa7\x9f\x7e\ \x5a\x53\x53\x53\xf1\x9c\xb4\x20\x29\x16\x8b\x4d\x72\x8c\x63\x86\ \x89\xad\xd7\xf7\xfa\xe5\xd4\x6a\x35\x2d\x2e\x2e\xaa\x5e\xaf\x07\ \xab\x96\x64\x1f\x59\xb3\x56\xac\x02\xdf\xfb\x59\x0e\x34\x79\x1d\ \x5e\x49\x19\xb8\x7c\xf9\xb2\x26\x27\x27\xc3\x40\x72\x48\xf3\xf2\ \xf2\x72\xd8\x12\x00\x86\xd7\x0f\x21\x3b\x3c\x17\xe9\x5d\x77\x82\ \x8c\xd3\x23\x74\x6c\x26\x00\xa5\x56\xab\x45\xaf\x2a\x58\xc5\xe5\ \xe5\x65\x8d\x8f\x8f\xab\xaf\xaf\x4f\x27\x4f\x9e\xd4\x47\x3f\xfa\ \x51\xdd\xbc\x79\x53\xdf\xfe\xf6\xb7\x35\x33\x33\x13\x1b\x6d\xe8\ \x79\xc5\xe1\xf2\x1b\x1b\x1b\xd1\x1b\x0b\x47\xdb\xdb\xdb\xab\xae\ \xae\x2e\xbd\xf1\xc6\x1b\x1a\x1e\x1e\xd6\xed\xdb\xb7\x75\xdf\x7d\ \xf7\xe9\xc3\x1f\xfe\xb0\x9e\x7d\xf6\xd9\x70\xc6\x92\xa2\xf5\x06\ \x80\x3f\x9d\x4e\x6b\x78\x78\x38\x6c\xdc\xfa\xfa\x7a\x13\xe3\x01\ \x78\x72\xb9\xf4\xb2\x0d\x7a\xa8\x8d\x8e\x8e\x6a\x65\x65\xa5\x29\ \xc3\x40\x5b\x9c\xe1\xe1\x61\x7d\xef\x7b\xdf\xd3\x43\x0f\x3d\xa4\ \xfb\xef\xbf\x5f\xc5\x62\x51\x95\x4a\x25\xc0\x14\x36\x69\x66\x66\ \x26\x0e\x5c\x76\xfb\x9e\x94\x83\x7b\x01\xe9\x56\x9f\xff\x2c\xb9\ \x69\x25\x3f\xad\xe4\x32\xf9\xb9\xff\x26\x49\x26\x24\x81\xd6\xbb\ \xb1\x5f\x8d\x46\x43\x7d\x7d\x7d\xc1\x2a\x21\x9f\xf5\x7a\x3d\xea\ \x2f\x93\xbe\x8e\xcd\x27\xd8\x4b\x36\x20\x49\x7a\x47\x21\x38\x76\ \xc7\xed\x8f\x33\x44\x04\xad\xd9\x6c\x56\xc5\x62\xb1\x09\x5c\xf3\ \x3b\xee\x21\x29\x36\x32\xf9\x31\x47\xe8\x0b\x3b\x51\xd9\x6c\xd6\ \xd7\xd7\x27\x49\x4d\x4c\x2f\xd7\xc5\xb7\xe6\x72\xb9\x26\x7f\x0e\ \x48\xec\xeb\xeb\x53\xa9\x54\x8a\x4c\x01\x36\xc4\x6d\x38\x75\x6a\ \x7c\xee\xa0\xd0\x99\x36\x07\x5a\x9e\x1e\xa4\xbc\x06\x1b\xee\x3e\ \x84\x39\xe4\x99\xf1\xbb\x0e\x0c\xb3\xd9\xec\x6e\x0d\x16\x37\x76\ \xb6\xc5\x7f\x88\x61\x71\xb4\x96\xac\xcb\xc2\xd9\x79\x1b\x07\x26\ \x0c\x27\x05\xb2\x64\xf1\x18\x24\x0f\x98\x04\x3f\xc9\x82\x73\xee\ \xe7\xf5\x30\x3c\x90\xbf\xe7\x4e\x15\x56\xcb\x77\xe9\x24\xc1\x55\ \x32\x9a\x64\xd1\x93\xb5\x4d\x3e\x71\xd2\x6e\xaf\x8e\x42\xa1\xa0\ \xf5\xf5\xf5\xa6\x2d\xa7\x8c\xcb\xe7\x8c\x67\xe7\x73\xae\xe7\x0c\ \x8e\x6f\x77\x66\x7e\xf8\x1d\x8b\x87\x41\xc7\x30\xb3\x83\xcc\xf3\ \xd0\xd0\x96\x3c\x07\xd7\x60\x07\x1a\x5b\xec\x79\x6f\x73\x73\x33\ \x0e\x7a\x25\x92\xe5\xb9\x1d\x58\xb0\x36\x9e\x07\x27\x05\xe4\x60\ \xc8\x01\x38\xeb\xc8\x5a\x38\xfb\xe9\xc6\x99\xfb\x25\x01\xb9\xaf\ \x3d\x72\xc6\x9a\x31\x1f\x0e\xec\xa8\x09\x22\xda\x62\x7e\x5d\xee\ \x3c\x2a\x22\x2a\xe4\xf7\x1e\x8d\xc0\x74\xa1\x1b\x00\x36\xc6\xe8\ \xd4\xbb\x53\xf8\x8c\x93\xf7\xf8\xed\xe4\xe4\xa4\x56\x56\x56\x22\ \xd5\x81\x21\xea\xed\xed\x8d\xee\xe5\x00\x2b\x0c\x00\xc0\x04\x79\ \xed\xe9\xe9\x51\x3e\x9f\x57\x3a\x9d\x56\x5f\x5f\x9f\x6e\xdf\xbe\ \xad\xaf\x7c\xe5\x2b\xea\xea\xea\xd2\x43\x0f\x3d\xa4\xc1\xc1\x41\ \x1d\x3b\x76\x4c\x83\x83\x83\x31\xee\x85\x85\x05\xbd\xf0\xc2\x0b\ \x9a\x99\x99\xd1\xcc\xcc\x4c\xc8\x36\x8c\x87\xd7\x11\xf4\xf4\xf4\ \xa8\xbb\xbb\x3b\xd8\x9c\xe1\xe1\x61\xfd\xce\xef\xfc\x8e\x2e\x5c\ \xb8\xa0\x5c\x2e\x17\x6d\x41\xd8\xb9\xc3\x0e\x43\xe6\x8d\x3a\x31\ \xe6\x1c\x99\x64\x3e\x30\x76\x53\x53\x53\xba\x7d\xfb\xb6\x9e\x7c\ \xf2\xc9\x98\xaf\xa4\xc3\x7a\x37\x07\xc6\xdc\xb4\x72\xa6\xef\xf6\ \x5b\x7f\x91\xca\x7d\xe5\x95\x57\x34\x3b\x3b\xab\x5a\xad\x16\x0e\ \x88\x4e\xcf\x3d\x3d\x3d\xba\x72\xe5\x4a\xd4\x9a\x60\xe0\x29\x08\ \xf6\x2d\xde\x5c\x13\x87\xe0\x29\x6c\xc6\xeb\xc5\xbc\x5e\xdc\x3e\ \x34\x34\xa4\xd5\xd5\x55\x4d\x4c\x4c\x04\x98\x18\x1b\x1b\x53\x47\ \x47\x87\x5e\x7b\xed\x35\x3d\xf1\xc4\x13\x3a\x7c\xf8\x70\x74\xc0\ \xc6\x91\xee\xdb\xb7\x4f\x77\xee\xdc\x51\x2a\x95\x8a\xd6\x17\x38\ \x00\x8a\x77\x8b\xc5\xa2\xe6\xe7\xe7\x35\x3d\x3d\xad\xb1\xb1\x31\ \xcd\xcf\xcf\xab\x56\xab\xe9\x0f\xff\xf0\x0f\x75\xfe\xfc\x79\xcd\ \xcf\xcf\xc7\xf8\x18\x23\x8e\x07\x76\x0a\xe6\x8d\x93\x13\x3c\x38\ \xc3\x39\xc2\x0c\x30\x2f\x9b\x9b\x9b\x2a\x95\x4a\xda\xdc\xdc\x6c\ \x6a\x06\x49\x7d\x1f\x6c\xd9\xbe\x7d\xfb\x94\xc9\x64\x74\xe1\xc2\ \x05\x2d\x2d\x2d\xe9\xe1\x87\x1f\x56\x47\x47\x87\xf2\xf9\x7c\xa4\ \x2f\x61\x0f\xa6\xa7\xa7\x35\x32\x32\xd2\xc4\x04\xb6\x62\x3e\x93\ \xb2\xf2\xb3\x5e\x49\x10\x94\xfc\x5d\x12\x0c\xb5\x02\x45\xad\x40\ \x54\x2b\x19\x74\x46\xab\xd5\x75\x93\xd7\x4c\xa7\x77\xdb\x83\x50\ \x83\x44\xda\x1e\xfb\x4d\x1a\x18\xf9\xe3\x1a\xa4\x7a\x3d\xab\xd3\ \x68\xec\xf6\x49\xe4\x7e\x1e\x00\xf9\x2e\x6f\x97\x4d\x5a\x22\x30\ \x66\x48\x06\x0f\x46\xd0\xeb\x74\x3a\xfd\x8e\x7e\x69\xf8\x40\x7c\ \x11\xdf\x67\xa3\x19\x3b\x10\x01\x47\xee\xe3\xfd\x54\x04\x49\x51\ \xdf\xb5\xbc\xbc\xac\x72\xb9\x1c\xf3\x03\x21\x00\x80\xc3\xf6\x71\ \x5d\xb2\x38\x8c\xc7\x49\x08\x67\x01\x01\xac\x0e\xa2\xf0\x6b\x7e\ \xee\xaa\x67\x85\xdc\x57\xb0\x06\xd1\x84\x9b\x48\xd4\x85\xc2\x23\ \x7b\x1c\x04\x42\xe2\xcc\x01\xca\x95\xa4\x08\x1d\x34\x38\x6a\x74\ \x66\xc8\x53\x4e\xdc\x93\x17\x0f\xcd\xc3\x7a\x44\x98\xac\x23\xe2\ \x6f\x8f\xaa\x1c\x08\xfa\x6f\xf8\x6e\x52\xb8\x19\x37\xf7\xc3\x31\ \x20\xe0\x44\xfe\x80\x34\x9e\x99\x39\x1a\x18\x18\x50\x77\x77\xb7\ \x16\x16\x16\x9a\xf2\xd2\xad\x72\xe1\x5c\xd7\x81\x21\x68\x19\x30\ \xe2\xe9\x05\x14\xc5\x41\x52\x3e\x9f\x57\x4f\x4f\x4f\xdc\x8b\x39\ \xe3\x3b\xeb\xeb\xeb\x11\x71\xa2\x78\x1c\xda\x4b\x3b\x09\x94\xc0\ \x9d\x54\xb1\x58\x8c\x42\x5a\x5f\x3b\xe6\x94\xb9\xf1\x63\x0a\x7c\ \x37\x0a\xcf\xcb\xf7\x9d\x09\xe2\xff\x8c\x95\x79\xf7\x35\x73\xf0\ \x94\xfc\xad\xbf\x92\xa9\x62\x04\x9c\x75\x62\x0b\x2d\x06\x85\x97\ \xb3\xb2\x5c\x93\xb1\x30\x5e\x8f\xca\x88\xe0\x18\xab\xff\xde\x83\ \x11\x8c\x9a\x47\x49\x8c\x1b\x87\x57\x28\x14\xd4\xd7\xd7\x17\x1d\ \xff\x87\x87\x87\xd5\xdb\xdb\xab\x62\xb1\x18\xad\x37\x50\xfc\x46\ \xa3\x11\xbb\xbc\x00\x5d\x7e\x44\x49\x3a\x9d\x56\x2e\x97\x53\xb9\ \x5c\xd6\x99\x33\x67\xf4\xe1\x0f\x7f\x58\x13\x13\x13\xd1\x8a\x64\ \x76\x76\x56\xcf\x3c\xf3\x8c\xae\x5c\xb9\x12\x8d\x73\x31\x3e\x80\ \x75\x18\xd8\x4c\x26\x13\xbb\x0f\xfd\xb8\x8f\xbb\x77\xef\x4a\x92\ \x9e\x7a\xea\xa9\x28\x1c\xad\xd5\x6a\xf1\x3d\xd8\x1e\xda\x35\x20\ \x07\xc8\x32\xce\x96\xff\xa7\x52\x7b\x4d\x44\xe9\x5e\x4d\x33\xd5\ \xe4\xeb\x5e\x0e\xc8\x65\xb2\x95\xe3\x74\xbd\xb9\x17\x73\xc1\x6f\ \x79\xee\x97\x5e\x7a\x29\x76\x37\x55\x2a\x95\x48\xd7\xb6\xb5\xed\ \xf6\x2d\xbb\x7e\xfd\xba\x32\x99\x4c\x6c\x71\xa7\x1e\x24\x69\x7f\ \x78\x2e\x8c\xb4\xa7\xcf\x7d\x97\xb5\x47\xb9\x2e\x8b\xdd\xdd\xdd\ \x5a\x5f\x5f\xd7\x43\x0f\x3d\xa4\x72\xb9\xac\xa5\xa5\x25\xb5\xb5\ \xb5\xe9\x3d\xef\x79\x8f\x5e\x78\xe1\x05\x5d\xbe\x7c\x59\x8f\x3e\ \xfa\x68\xb0\x86\xd8\xa0\x81\x81\x01\xdd\xbc\x79\x53\xdb\xdb\xdb\ \x01\x7a\xd3\xe9\x74\x1c\xa1\xc3\x7a\x3f\xf7\xdc\x73\x4d\x3b\xf2\ \x6a\xb5\x9a\x86\x86\x86\xf4\xfb\xbf\xff\xfb\xfa\xe3\x3f\xfe\xe3\ \xa6\x82\x5e\xc0\x25\x36\x95\xd4\x34\xc1\x14\xce\xc3\xbb\xc0\xd3\ \xd2\x02\x39\xa5\x0e\xab\x56\xab\xa9\xaf\xaf\x2f\x74\x89\x66\xb3\ \xd4\x91\xd2\x72\xa4\xbf\xbf\x3f\x5a\x34\xbc\xf2\xca\x2b\x7a\xfc\ \xf1\xc7\xa3\x9e\x0b\x90\xd7\xd9\xd9\xa9\x95\x95\x15\xb5\xb7\xb7\ \xab\x54\x2a\xdd\x13\x4c\xdd\x0b\x04\xdd\xcb\x9e\x24\x7f\x73\x2f\ \x39\x6c\xc5\x4a\xf9\x5a\xf2\xbe\xff\xb6\xd5\x2b\x39\xa6\x56\xef\ \xf9\x78\xb0\x2d\xc5\x62\x51\xe5\x72\x59\xa9\x54\x4a\xfd\xfd\xfd\ \x5a\x5e\x5e\x6e\x2a\x1b\xf1\xdf\x10\x44\xba\x6e\x10\x90\x4b\xbb\ \x3d\x1b\x49\x0d\xee\xec\xec\x44\x0f\x3e\xcf\xd2\x54\xab\xbb\x07\ \x43\xd3\xbf\xcc\x59\x21\x18\x79\x2f\x29\x92\x14\x41\x6e\xa3\xd1\ \x68\xaa\x11\xc3\x26\xbb\xec\x38\xeb\x44\x7a\x90\x0c\x04\x2c\x6a\ \x67\x67\xa7\x8a\xc5\xa2\x86\x87\x87\xd5\x68\xec\x6e\x7c\x80\x81\ \xe2\x39\xb1\x8b\xf8\xbc\x24\xc0\x93\xf6\x30\x85\x8f\x95\xeb\xfb\ \xd1\x6e\xe8\x3a\xe3\xf1\xec\x90\xcf\x33\xd7\xc4\xe7\xf2\x1e\xfa\ \x0f\xd3\x9b\x45\x51\xdd\xe1\xf0\xc3\x64\xf4\x85\x93\x49\xd6\x11\ \xf0\x5d\x80\x05\x68\xd0\x59\x27\x17\x1e\x07\x5d\x0e\x78\x92\x2c\ \x86\x53\xcd\x4c\x8c\x3b\x36\xae\xe1\xc2\x95\x64\x11\x58\x44\x80\ \xa4\x8f\xdb\x9d\x3e\x2f\x47\xea\xee\x78\x71\xb4\x8c\xc5\x53\x68\ \x8d\x46\x23\xd2\x32\xd7\xaf\x5f\x8f\x42\x58\xcf\xdd\xd2\xb3\x83\ \x88\x01\xa3\x9a\xac\x35\xc3\x40\x32\xe7\x20\x71\x7f\x5e\x9f\x7f\ \x4f\x9b\x22\xd0\x08\x77\x2a\xb5\xb7\xc3\xd3\x95\x0d\xa6\xca\x53\ \x60\x7e\x5e\xa2\xb3\x98\x9e\x0a\xf6\x35\x73\xc4\x0f\x68\xf4\x5d\ \x2a\x9e\xc7\x4e\x02\x94\x56\x46\x85\xe7\x69\x35\x5e\x67\x59\x5d\ \xd0\xf9\x8c\x6b\x31\x17\x5e\x4f\x95\x64\xa7\x00\xba\x80\xfb\xa4\ \x81\x70\x99\xf5\xcf\x9c\xb9\x72\x40\xe9\xcf\x09\x70\x05\xd0\x70\ \x6f\x14\x8f\xeb\xb1\x3b\x08\x63\x21\xed\x82\xdb\x46\xa3\x11\x4d\ \x45\xd9\xba\x8c\x51\x22\x6a\x4a\xa5\x76\x0b\x4f\xaf\x5e\xbd\xaa\ \x1f\xfe\xf0\x87\x1a\x1b\x1b\xd3\xd6\xd6\x96\x5e\x7a\xe9\x25\xdd\ \xbc\x79\x33\xe4\x0f\x23\x47\x0d\x07\x75\x10\xc8\x3c\x3d\xb3\x08\ \x3e\x60\x46\xbb\xba\xba\x34\x35\x35\x15\x35\x57\x1f\xfa\xd0\x87\ \xf4\xcd\x6f\x7e\x33\x64\xd3\x8b\x4e\xe9\x5c\x5e\x2c\x16\x83\x0d\ \x44\x3e\x9c\xc9\x46\x3e\x3c\x98\x42\xfe\x39\xfd\xc0\xe5\xa0\xd5\ \xeb\x5e\x8e\xcc\x7f\xd7\xca\xd9\xb6\xba\x4e\x2a\xb5\xdb\xbf\xee\ \x95\x57\x5e\xd1\xd4\xd4\x54\x7c\x9f\x34\x77\x6f\x6f\xaf\x8e\x1c\ \x39\xa2\xd7\x5e\x7b\x2d\xfa\x07\x49\xbb\x81\x95\x1f\x61\xe3\x5d\ \xde\xd1\x11\x97\x7d\x4f\xb9\xb0\x16\xcc\x0f\xfa\xc9\xe7\xa4\x6a\ \xf7\xef\xdf\xaf\xef\x7c\xe7\x3b\xa1\x83\xf7\xdd\x77\x5f\x00\xac\ \xf7\xbf\xff\xfd\x92\x14\xe9\x16\xc6\x41\xdd\x13\xb6\x03\x3d\xe2\ \xfe\xe5\x72\x59\x8b\x8b\x8b\x7a\xf0\xc1\x07\x75\xf4\xe8\xd1\xd0\ \xf5\x6a\xb5\xaa\x0f\x7e\xf0\x83\xfa\xb5\x5f\xfb\x35\x7d\xfd\xeb\ \x5f\x6f\x2a\xcb\x48\xa5\x52\xea\xed\xed\x8d\xba\xb3\x74\x3a\x1d\ \x0c\x0a\x29\x1f\x76\x03\xfa\x26\x9a\xb5\xb5\x35\x65\xb3\x7b\xbb\ \xbf\x3a\x3b\x3b\xa3\xb1\x6a\xa9\x54\xd2\xda\xda\x5a\xd4\x92\xb1\ \x73\xb6\x5c\x2e\x6b\xdf\xbe\x7d\xea\xef\xef\x8f\x06\xaa\x73\x73\ \x73\x3a\x75\xea\x54\x13\x18\x03\x10\x2c\x2f\x2f\x47\xf7\x7e\xf7\ \x51\x3f\xaf\x8c\xb4\x02\x4a\xf7\xfa\xfc\x5e\x2f\xff\x8d\xcb\x56\ \xab\xbf\x5b\xc9\x60\xf2\xb7\xfe\x59\xf2\x7d\x07\xe7\xfd\xfd\xfd\ \x51\x9a\xb0\xb4\xb4\xd4\xe4\x9f\xfd\xda\x30\x57\x9e\x85\xc0\x86\ \xc1\xcc\xc2\x00\x39\x50\xf0\x74\x9c\xfb\x76\xfe\x0d\x20\x4a\x12\ \x0f\x04\x28\x94\x22\xa0\x4f\x04\xe4\xb5\xda\x5e\x2b\x07\x6f\xd3\ \xe3\xfd\xa7\x3c\x93\x81\x2d\x1d\x1c\x1c\x8c\x60\xb3\x56\xab\x05\ \xdb\x45\x7f\xba\x9d\x9d\x9d\x48\x43\x63\x87\xfd\x88\x3b\x98\xa6\ \x64\x40\xc4\xd8\xbd\x56\x10\x00\x29\xed\x31\xd1\xf8\x37\x36\xf1\ \x78\x10\x85\x5f\xc1\xce\x31\x8f\x2b\x2b\x2b\x61\x67\xb2\x5e\x61\ \x8f\x22\xb9\xd1\x75\xe7\xe6\x88\xde\x2f\x2a\xed\x6d\x59\x76\x67\ \x86\x53\xe1\x3a\x7e\x84\x84\xd4\xdc\x57\x22\xa9\xdc\x9e\xff\xf5\ \xb4\x92\x47\x86\x49\xc1\xe2\x19\x5a\x8d\xd7\x85\xc6\x05\x39\xa9\ \x50\xce\x90\xf9\x75\x30\x30\x99\x4c\x26\x5a\x41\xc0\xf4\xe0\x40\ \x7a\x7a\x7a\x74\xf4\xe8\x51\xcd\xcd\xcd\xe9\xce\x9d\x3b\x1a\x19\ \x19\xd1\xf8\xf8\xb8\xa4\x5d\x26\xe0\xd2\xa5\x4b\xfa\xd6\xb7\xbe\ \x15\xe8\xfb\xf8\xf1\xe3\x9a\x9a\x9a\x7a\xc7\x16\x69\x7f\x36\x07\ \x56\xcc\x2d\xe9\x09\x52\xb2\x3e\x76\x18\x13\x07\x5b\xde\xf6\xc0\ \x6b\x63\x30\xc2\x99\xcc\x6e\x67\xee\x95\x95\x95\xb8\x8e\xcf\x1d\ \x02\xc7\xb3\x7a\xee\x99\xcf\xb8\x17\xf7\x4f\xa5\x52\x4d\x5b\xf4\ \x93\x20\x89\x67\x64\x7e\x7d\xee\x79\x79\x6e\xdc\x23\x09\xe6\xc6\ \xd3\x7e\x9e\xbf\x77\xe6\xd2\xd3\xd3\x0e\xdc\x19\xbf\xcb\x83\x1b\ \x15\x64\x0f\xa5\x05\xf8\x39\x18\xc6\xd8\x10\xed\x7b\x21\x65\x32\ \xd0\xc0\x21\x92\x3a\x69\x6f\x6f\x8f\x88\x14\xca\xbb\xaf\xaf\x4f\ \x1b\x1b\x1b\x1a\x18\x18\x68\xea\xc8\x9d\xc9\xec\x6d\x99\xce\xe7\ \xf3\xaa\x56\xab\xfa\xdb\xbf\xfd\xdb\xa6\x4e\xdc\x0e\x5e\x73\xb9\ \x5c\x18\x17\xee\x4f\xa4\xca\x8b\x67\xc5\xe0\xad\xad\xad\x69\x60\ \x60\x40\x5b\x5b\x5b\x9a\x9f\x9f\x57\x36\x9b\x0d\xe6\xa1\x50\x28\ \xa8\x52\xa9\x44\x91\x31\xd1\x1d\x2c\x45\x77\x77\x77\x04\x11\xb0\ \x57\x18\x28\xd7\x43\x64\x15\xb9\xdd\xd9\xd9\xd1\x5b\x6f\xbd\xa5\ \xa3\x47\x8f\x46\xea\xc3\x99\x6c\x77\x18\x49\x36\xc1\x75\x38\xa9\ \xcf\xad\xde\x77\xb9\xdb\xde\xde\xd6\xf3\xcf\x3f\xaf\x4b\x97\x2e\ \x69\x73\x73\x53\xab\xab\xab\x5a\x58\x58\x50\x67\x67\xa7\x9e\x78\ \xe2\x89\xe8\x43\x76\xed\xda\xb5\x48\xbb\x51\x4c\xeb\x81\x00\x6c\ \x31\xb2\x84\xdc\xc1\x00\x21\x07\x49\x3d\xc2\x86\x21\xa3\xd4\xd2\ \xc0\xfe\x2d\x2c\x2c\x68\x64\x64\x44\xf5\x7a\x5d\xa5\x52\x49\xb9\ \x5c\x4e\x67\xcf\x9e\xd5\xaf\xfc\xca\xaf\x44\xbf\x34\xe6\x84\x74\ \xcb\xd8\xd8\x98\x72\xb9\x5c\xd3\xf3\x7b\x5d\x64\x5f\x5f\x9f\x8e\ \x1e\x3d\xaa\xa1\xa1\x21\xa5\x52\x29\x4d\x4f\x4f\x6b\x7c\x7c\x5c\ \x8d\x46\x43\x9f\xfe\xf4\xa7\x83\xc9\x73\x9b\x48\xaa\xcf\x83\x39\ \x9c\x35\x0c\x28\x9b\x16\xa8\xfb\x41\x67\xb0\x33\xcb\xcb\xcb\x1a\ \x18\x18\xd0\xe6\xe6\xa6\xa6\xa7\xa7\xa3\x13\x3e\x1d\xcb\x61\x76\ \xa7\xa6\xa6\x54\x2a\x95\xf4\xe1\x0f\x7f\x58\x67\xce\x9c\xd1\xe5\ \xcb\x97\x75\xea\xd4\x29\x15\x8b\xc5\x60\xac\x78\x9e\xed\xed\xed\ \x38\xa7\x30\x19\x18\xb5\x5a\x7f\x3e\x77\x3d\xf7\xf7\x92\x72\x92\ \x04\x39\xf7\x02\x6c\x3f\xeb\x95\x0c\xdc\x3c\x20\x7f\xb7\xdf\xf8\ \x2b\x39\x16\xf4\x88\x13\x22\x58\x33\x2f\x51\x48\x12\x1a\xee\xc7\ \xf1\x1b\x80\x1b\xdf\x8c\x82\xad\xdc\xdc\xdc\x0c\xd0\xc3\x46\x14\ \xb7\xa5\x80\x26\x80\x13\x00\x85\x80\x03\x1d\x93\xa4\x4a\xa5\x12\ \x32\x28\x29\x18\x22\x7e\xe3\x59\x0f\xb7\xf1\xf8\x7d\xef\xa7\x87\ \x8e\x31\x4f\xd4\x48\xb1\xa6\x80\xae\x91\x91\x91\xb0\xb7\x92\x9a\ \xe4\x96\x20\xd6\x33\x38\x9e\x19\x00\xb4\x11\x3c\x33\x9f\xcc\xb9\ \x5f\xcb\xb1\x0c\x76\xd6\xd9\xed\xb6\xb6\x36\x65\x29\xae\x64\xd0\ \x0e\x5e\x88\x58\xa1\xcc\x3c\x3f\xcb\xc4\xac\xac\xac\x04\xd3\x94\ \xc9\xec\xed\x4e\x3b\x78\xf0\xa0\x24\xc5\xf1\x33\x6e\x50\x3c\xa2\ \xc5\x71\x94\xcb\xe5\x70\xc8\x4c\x64\x72\xf0\x0e\x90\xa4\x3d\x94\ \xe9\xc0\xca\x17\xc0\x9d\x2c\x4e\xf3\x5e\x51\x0c\x93\x99\x9c\x03\ \x00\x20\xb4\xa9\x7f\x27\x59\x1c\xcd\x58\x46\x47\x47\x23\x8d\x33\ \x34\x34\xa4\x99\x99\x19\xbd\xf6\xda\x6b\x5a\x59\x59\x69\x3a\x36\ \xe7\xe6\xcd\x9b\x1a\x18\x18\x88\x03\x70\x19\x23\xe3\xc1\x61\xfb\ \x19\x6b\x9e\x82\xc4\xd0\x32\xe7\xec\xca\xe0\x99\x01\x63\x2e\xd0\ \xce\x5c\xb1\x2e\x03\x03\x03\x92\xf6\x76\x6c\xb0\x96\x08\x5d\x52\ \x08\x89\x98\x29\x9e\xf5\x75\x58\x58\x58\x88\x68\x82\x88\xd3\x77\ \x79\xb8\x81\xe3\x99\x70\xc4\xde\x23\x85\x35\x4c\x46\x85\x0e\x70\ \x78\x11\x11\x71\x0d\xff\xcc\x8d\x8d\xaf\xad\x83\xfc\x56\x4a\x48\ \xe0\xc1\x77\x1d\x54\x31\x3e\x14\xd1\xc1\x17\xc0\x0a\xb6\x02\x63\ \xb3\xb1\xb1\x11\xc7\xa6\x20\xf3\x44\xa0\x80\x0b\xd6\x80\x23\x44\ \xe8\x16\x9e\xcf\xe7\x55\x2c\x16\xa3\x28\xf4\x4f\xff\xf4\x4f\x35\ \x37\x37\x17\x05\xa0\xee\x00\xbc\x8e\xc0\x03\x1b\xd6\x93\xef\xf3\ \x19\xcc\x56\x26\x93\x51\xb1\x58\xd4\xd5\xab\x57\x55\x28\x14\x54\ \x2e\x97\x35\x3c\x3c\xac\x9d\x9d\x9d\xd0\xcd\x8b\x17\x2f\xc6\x5c\ \x16\x8b\x45\x0d\x0e\x0e\xc6\xf3\x93\x1a\x22\x0d\x8e\x8c\x7a\xe0\ \x54\xab\xd5\xa2\x01\x27\xfa\xdb\xde\xde\xae\xcb\x97\x2f\xeb\xd8\ \xb1\x63\x4d\x8c\x44\x2b\x67\xf9\xf3\xbe\x7c\xfd\xfd\x3a\x00\x9e\ \xe7\x9e\x7b\x4e\x17\x2e\x5c\xd0\xca\xca\x8a\x16\x16\x16\x94\x4e\ \xa7\x75\xfa\xf4\x69\x3d\xf2\xc8\x23\xea\xea\xea\xd2\xdc\xdc\x9c\ \x7e\xf2\x93\x9f\x68\x63\x63\x23\xd8\x46\x74\x80\x48\x9a\x5d\x84\ \x1d\x1d\x1d\xb1\x9e\xd4\x98\x78\x54\x8b\x3c\xe4\x72\xb9\xa6\xa0\ \xd3\xc1\x2e\xac\xe7\xe0\xe0\xa0\xee\xdc\xb9\xa3\xcd\xcd\x4d\x2d\ \x2e\x2e\xc6\xda\x8f\x8d\x8d\xe9\xdc\xb9\x73\xba\x7d\xfb\xb6\xc6\ \xc6\xc6\x74\xe1\xc2\x85\xa6\x76\x2a\xb0\x84\x6c\x89\x27\x4d\xbe\ \xb6\xb6\xa6\xeb\xd7\xaf\xab\x58\x2c\x6a\xff\xfe\xfd\xea\xeb\xeb\ \x53\x2e\x97\x0b\xb6\x81\x0e\xe9\x6d\x6d\x6d\xfa\x83\x3f\xf8\x03\ \xfd\xfe\xef\xff\x7e\x13\x08\x06\x00\x11\xd0\x21\xf3\xb4\x74\x80\ \x09\xa1\xc6\x8a\x4e\xdb\xe8\x76\x5f\x5f\x9f\x96\x96\x96\x54\xa9\ \x54\x54\x2a\x95\xc2\x99\xd3\x98\xb6\x5c\x2e\xc7\xe6\x81\x4c\x26\ \xa3\x73\xe7\xce\xe9\x91\x47\x1e\xd1\xfb\xde\xf7\x3e\x9d\x3b\x77\ \x4e\xe7\xcf\x9f\xd7\xa9\x53\xa7\xc2\x26\x92\xe2\x84\x3d\x24\xcd\ \xdc\x8a\x71\x4a\x82\xac\x56\x40\xc5\x5f\xee\x17\x92\x20\xcb\xff\ \x4e\x06\x9e\xc9\x6b\xf8\xb5\xef\x75\x8d\x9f\xf7\xd5\x8a\xc9\xf2\ \x67\xa1\x5e\x50\xda\x0b\x38\x19\xbf\xff\xdb\x6d\x84\xfb\x31\x98\ \x1f\x7c\x39\xad\x63\x9c\x61\x65\xdd\xe9\x91\xe8\x9b\x5f\x48\x2d\ \x52\x8b\x85\x6f\xf7\x0d\x71\x80\x30\x49\xc1\xce\x33\x1e\x76\x19\ \xe2\x9b\xd0\x09\x7e\x8f\xdf\x93\xf6\xda\x2f\xc1\x84\xf1\xdc\xcc\ \x01\xc0\x89\x23\xc6\x60\xa2\xf8\x3d\xfe\x12\x3b\xef\xe5\x40\x8c\ \x95\x80\xd3\x6b\x73\x3d\x20\xe7\x7d\x0f\x92\xb0\xaf\xc9\xc6\xad\ \xf5\xfa\x6e\x0d\x64\x66\xff\xfe\xfd\x7f\xd2\x84\xb8\xcc\x58\xb2\ \x93\x84\x28\x6f\x69\x69\x29\x00\x05\x13\xc9\x8e\x32\x8e\xf7\xc0\ \x31\x30\x20\x90\xb2\xa4\x88\x50\x41\xb1\xce\x74\x51\x8b\x82\x83\ \xe6\xe5\x0a\xeb\x28\xb8\x95\x11\x4e\xfe\xed\x8e\x34\x99\xfa\x72\ \x90\xd4\x0a\xf5\xfb\xf5\x7d\x72\x71\x1c\x4c\xbe\x03\x38\x67\x77\ \xfa\xfb\xfb\x95\xcf\xe7\x9b\x0c\x40\x47\x47\x87\xee\xdc\xb9\x13\ \xc0\x63\x7d\x7d\x5d\x87\x0f\x1f\x8e\x06\x8c\x2c\x34\x40\x0b\x50\ \x0b\x7a\xa6\x68\xbb\xad\xad\x2d\xa2\x46\xa7\x41\x71\xa4\x9e\xe6\ \x94\xa4\x5c\x2e\xa7\xb5\xb5\x35\xcd\xcc\xcc\x34\x01\x57\x9c\x06\ \xe7\x81\xf9\x7a\x32\xe7\x80\x9e\x23\x47\x8e\x48\x92\x66\x67\x67\ \x43\x19\x9e\x7c\xf2\x49\x3d\xf8\xe0\x83\x7a\xff\xfb\xdf\xaf\x0f\ \x7c\xe0\x03\x7a\xe2\x89\x27\x74\xf9\xf2\x65\xbd\xfc\xf2\xcb\xef\ \xd8\x48\xe0\x40\xc5\xd7\x01\x85\xf7\x75\x71\xe6\x33\x69\xf0\x88\ \xb4\xbc\xf8\x90\x97\x8f\xd7\xd7\xdc\x8d\x9c\x33\x82\xfe\x3b\x3e\ \x73\xa5\x73\x66\xcc\x0d\x1c\xf7\x45\x5f\xbc\xa6\x8c\xcf\x61\xb5\ \x90\x2f\x80\x29\x14\xb7\x37\x69\xf4\xfb\xf0\x6c\x00\xd7\xe1\xe1\ \x61\xe5\xf3\xf9\xe8\xae\xfe\x57\x7f\xf5\x57\x3a\x77\xee\x5c\x18\ \x36\x1f\xaf\x1b\x7d\xf4\x86\xc2\x62\xaf\xe3\x73\x20\x86\xdc\xa2\ \x03\x73\x73\x73\x1a\x1b\x1b\xd3\xf5\xeb\xd7\x35\x3e\x3e\x1e\x45\ \xe0\x3b\x3b\x3b\x71\x78\x30\x5b\x90\xa9\x53\xe2\x40\x5e\xf4\xc3\ \xc7\x92\x8c\xf2\xf8\x1e\x20\x8c\x23\x76\xb6\xb7\xb7\xdf\x51\x4c\ \xdb\xca\xe1\x25\x19\x68\xd7\xd9\xe4\x3a\x25\xf5\x39\x9d\x4e\xeb\ \xec\xd9\xb3\x7a\xe5\x95\x57\x34\x3f\x3f\xaf\x72\xb9\xac\xd3\xa7\ \x4f\xeb\xe3\x1f\xff\xb8\x1e\x78\xe0\x01\xb5\xb7\xb7\x6b\x66\x66\ \x46\xe7\xce\x9d\xd3\x8f\x7f\xfc\xe3\xa6\x9a\xc9\x74\x7a\xb7\x41\ \xb1\x1f\x17\x04\x93\x47\x80\xc5\xbc\x3a\x9b\x40\x31\x37\xce\x82\ \x00\x95\xb9\x6f\x6b\xdb\xed\x71\xc6\x86\x87\x8d\x8d\x0d\xcd\xcf\ \xcf\x6b\x60\x60\x40\x0f\x3f\xfc\xb0\x0a\x85\x82\x6e\xdc\xb8\x11\ \x1d\xf9\xdf\xf3\x9e\xf7\xe8\xc2\x85\x0b\x1a\x18\x18\xd0\xd1\xa3\ \x47\xf5\xc2\x0b\x2f\x44\xff\x2b\x98\x48\x0a\x80\x91\x81\x03\x07\ \x0e\x68\x70\x70\x50\xa5\x52\x29\x6a\x4e\xe8\x2b\x44\x8b\x8f\xb1\ \xb1\x31\xcd\xcd\xcd\xe9\xc2\x85\x0b\x4d\x2c\x2e\x32\x83\x1c\x53\ \xe8\xeb\x3b\x98\x61\xb3\x60\x3b\x91\x2d\xe4\x0e\x27\x0b\x80\x86\ \x85\x81\xed\xe4\x5e\xb5\x5a\x4d\xb7\x6e\xdd\x52\xa9\x54\x0a\x9b\ \xb8\x7f\xff\xfe\x90\x4b\x0e\x87\xa6\xef\x10\xbb\x24\xbd\xce\xcf\ \xd7\xbf\x95\x0c\xf9\xeb\x5e\xff\xbe\x17\x30\x4a\xca\x14\xf7\x72\ \xf9\xbb\xd7\xfb\xfe\xfa\x79\xc6\x92\x1c\x0f\x2f\xc0\x31\x6b\x81\ \x5c\xb3\x66\x5e\x72\x82\x9c\x7a\xe0\xcc\x67\x9e\x0a\xa4\x5c\xc0\ \xdf\x4b\xa5\x52\x4d\xe4\x8a\xb3\xce\x33\x33\x33\x71\x28\x37\x8c\ \xd7\xda\xda\x9a\x7a\x7b\x7b\xdf\x51\x92\xe3\xbb\x6d\x61\x8d\x9c\ \xed\xf5\x80\x97\xe0\x13\xbd\x42\x37\xd0\x31\x02\x75\xe4\x92\x71\ \x01\xfa\xb7\xb7\xb7\xd5\xdf\xdf\x1f\xdf\xe5\x1a\xc8\x22\x27\x5f\ \x70\x64\xcf\xca\xca\x4a\x93\x7d\x66\xcd\xb8\x9f\x07\x65\x49\x5f\ \x93\xc4\x1c\x04\x53\x95\x4a\x45\xeb\xeb\xeb\xe1\x9f\xb3\x00\x97\ \x6c\x36\x1b\xd1\x0d\xce\x0d\x67\x4d\xde\x9d\xee\xd4\x34\xb5\x73\ \x27\x05\x22\x86\xce\x9b\x99\x99\x89\x9d\x20\xa4\x89\x30\xe4\x14\ \x63\x2e\x2c\x2c\x84\x02\xd7\x6a\xb5\xd8\xe1\xe4\x42\x75\xaf\xad\ \xf6\xc9\x07\xe5\x73\xd0\x2c\x86\xda\xe9\xbc\xa4\x80\x7b\x5a\xc5\ \xd1\xbf\x5f\x9b\xeb\x63\x44\xa5\x3d\xfa\x12\x61\x81\x32\x6d\x34\ \x1a\xca\xe7\xf3\xb1\xad\x96\x09\xcf\xe5\x72\xf1\x1c\x85\x42\x21\ \xbe\xbb\xb2\xb2\xa2\xc5\xc5\x45\x3d\xf0\xc0\x03\x5a\x59\x59\x89\ \xde\x46\x44\x0f\x18\x11\x80\x13\x8c\x86\x77\xda\x26\x42\x06\x59\ \x4b\xcd\xa9\xb5\x5c\x2e\xa7\xb1\xb1\x31\x5d\xbb\x76\xad\x49\x40\ \x60\xc8\x8a\xc5\x62\x34\x45\xf3\xd4\xb0\x2b\x62\x2a\x95\xd2\xfd\ \xf7\xdf\xaf\xe9\xe9\x69\x4d\x4e\x4e\x86\xc1\xe5\xb9\x67\x67\x67\ \x35\x3c\x3c\x1c\xe7\x68\x01\x8c\x5c\xd1\xb3\xd9\xbd\x13\xd1\xa5\ \xbd\x3a\x30\xd6\x20\x39\xff\x49\xe6\x28\x59\x3f\x07\x5b\xe2\xac\ \x9c\xcb\x01\xd7\x74\x19\x72\x10\xe7\x72\x2f\xed\x15\x81\x7a\x2a\ \x96\xb1\xb6\x4a\x43\xf3\xbe\x83\x07\xe8\x6c\xee\xcf\x1c\x48\xbb\ \xd1\x1b\xca\x9e\x4a\xa5\xa2\x56\x05\xd9\x6a\x34\x76\x7b\x03\x8d\ \x8e\x8e\xea\xa1\x87\x1e\x8a\xf6\x05\xa9\x54\x2a\x00\xf2\x17\xbe\ \xf0\x05\xbd\xfa\xea\xab\x4d\xe0\x8c\x94\x8b\x83\x4b\xfe\x03\xa8\ \x79\xdd\x04\x8c\x1a\x7a\xca\xdc\x0e\x0d\x0d\xa9\x5e\xaf\x6b\x7c\ \x7c\x5c\x77\xee\xdc\x69\x1a\x3b\x91\xad\x7f\xb7\x5a\xad\x6a\x61\ \x61\x21\x0e\x82\x66\x0e\x3c\x48\xf0\xb5\xf5\x75\x91\x9a\x7b\xeb\ \x50\x24\xbf\xbc\xbc\x1c\xdd\xbf\x5b\x39\x36\x77\x96\xc9\x57\x2b\ \xa7\x95\x94\xf7\xbb\x77\xef\xea\x85\x17\x5e\xd0\xc2\xc2\x82\x1e\ \x78\xe0\x01\x9d\x38\x71\x22\x9c\x02\x46\xfd\xda\xb5\x6b\xd1\x94\ \x18\x66\x34\x95\xda\x3b\x1b\x90\xfa\x22\xd6\x19\x87\xe6\xf3\x85\ \xec\x20\x13\xd8\x0b\xd6\xc1\x53\x1d\xd8\x57\x49\x01\x8c\x9c\xf1\ \x4d\xa7\x77\x0b\xd9\xbb\xba\xba\x34\x39\x39\xa9\x8f\x7c\xe4\x23\ \xe1\x20\x6a\xb5\x5a\x38\x0d\x00\xe0\xd2\xd2\x52\xd8\xe9\xc1\xc1\ \x41\xb5\xb5\xb5\xa9\x50\x28\x44\xe0\xec\xe0\x1a\x36\x21\x95\x4a\ \xe9\xf6\xed\xdb\xfa\xcc\x67\x3e\xa3\x1f\xfc\xe0\x07\xef\x28\xf5\ \x60\x2d\x61\x20\x93\xb5\x3d\x30\x06\xd8\x2a\xe6\x80\xf1\x03\xc0\ \xca\xe5\xb2\x0a\x85\x82\x24\x35\x31\x9d\xf5\xfa\xde\x4e\xd9\xad\ \xad\x2d\xbd\xf0\xc2\x0b\x01\x78\xa5\xdd\xde\x60\xab\xab\xab\x01\ \x1a\xcf\x9e\x3d\x1b\x1b\x8b\xd6\xd7\xd7\x35\x3e\x3e\xae\x42\xa1\ \x10\x81\x95\xcb\x43\xd2\x9e\xfb\xbf\xef\xc5\x10\xfd\x3c\x2f\xff\ \xee\xbb\x81\xa3\x77\x03\x67\xc9\xeb\xfd\x3c\xef\x21\x2f\x0e\x86\ \xf8\x9e\xb3\xfb\x6e\x87\xd0\x73\x40\xb5\x07\xd8\xac\x33\xa9\x5e\ \x67\x91\x01\x26\xa4\xe7\x96\x97\x97\x43\x7e\x38\xba\xc8\xed\x0c\ \x6c\xaf\xdb\x20\x32\x2e\xc8\x1a\x01\x07\x45\xe0\xd8\x58\xc6\xe3\ \x9b\x5e\x16\x17\x17\x23\xfb\x82\x7f\xc3\xa6\x60\xeb\x90\x11\x80\ \xcd\xdc\xdc\x5c\x90\x3f\x92\xe2\x6c\x60\xee\x03\xd8\x73\x60\x8a\ \xfd\xa4\x44\x03\x52\x23\x99\x7e\xa5\x07\x18\xbb\xbc\x33\x99\x4c\ \x1c\x3c\xcd\x8b\x60\x8a\xfa\xea\x2c\x54\x1a\x8a\x0a\xd5\xe7\xc6\ \x11\x65\x21\xe7\xcd\x20\x60\x54\x3c\x97\x89\xe3\xa4\x70\x75\x6d\ \x6d\x2d\x50\xad\xe7\x7d\x69\x6a\x07\xbd\x76\xf3\xe6\x4d\xcd\xcd\ \xcd\xbd\x23\xd5\xe7\x79\x6b\x67\x9b\x1c\x39\x22\x78\xce\x2a\xb1\ \x60\xbc\x70\x2c\x2e\x60\xee\x28\x5d\xf8\xbd\xae\xcc\x85\xd7\x15\ \x18\xca\x34\x95\xda\x2b\x42\xae\x56\xab\x71\x98\xb4\xe7\xc3\x3d\ \xca\x1a\x18\x18\xd0\xfc\xfc\x7c\x38\xfd\x6b\xd7\xae\x05\xb5\x0f\ \x28\x44\x21\xc8\x31\xfb\x2e\x24\x0c\x3f\xd1\x01\xe9\x05\x16\x1d\ \x56\x81\x5c\x30\x40\x96\xed\xd5\x5c\xa3\x5e\xdf\x2d\x6c\xdf\xbf\ \x7f\xbf\xce\x9d\x3b\x17\xcf\xc5\xdc\x79\x91\x6c\x5b\x5b\x9b\xfa\ \xfa\xfa\x42\xc1\x70\x38\x4b\x4b\x4b\x1a\x1b\x1b\x8b\x2d\xfe\xd4\ \x56\xf0\x7d\xef\x21\x02\x65\x0a\x40\x01\x10\xf8\xba\x78\x81\x7a\ \x32\xc2\x91\xd4\x94\x12\x73\x6a\x9c\x71\x7b\xae\xdf\xc1\x71\x92\ \x59\x71\x19\xf2\x34\x72\xd2\x08\xb6\xaa\x6b\x48\xa6\x89\x99\x4b\ \x22\x29\xdf\x7d\x8a\xf1\x41\xa6\x50\x64\x37\x6a\x9d\x9d\x9d\x4d\ \x47\x49\x64\xb3\xd9\xe8\x01\xd4\xd3\xd3\xa3\xde\xde\x5e\xdd\xb9\ \x73\x47\x5f\xfe\xf2\x97\xb5\xb1\xb1\xa1\xb1\xb1\xb1\x60\x96\x31\ \x04\xe5\x72\x39\x3a\xa3\x53\x33\xd4\xde\xde\x1e\x69\x29\xe6\x85\ \x9a\x07\x02\x1c\x1c\x63\x3a\x9d\xd6\xc8\xc8\x88\x9e\x7b\xee\xb9\ \xa8\xb7\xf2\x76\x0b\xa4\x84\x78\x5e\x6a\xc8\x60\xa3\x91\x3f\x18\ \x50\x68\x7c\x80\x4b\xb5\x5a\x0d\xbd\xaf\xd7\xeb\x51\x23\x86\x91\ \x6a\x34\x1a\x61\x0f\xb6\xb6\xb6\x34\x3b\x3b\xab\xde\xde\xde\x28\ \xea\x67\x9d\x3d\x6a\x4c\xfe\xbf\xd5\xdf\x2e\x07\x5b\x5b\x5b\xfa\ \xc1\x0f\x7e\xa0\x8d\x8d\x0d\xfd\xc2\x2f\xfc\x82\xf6\xef\xdf\xdf\ \x74\xef\xad\xad\x2d\x4d\x4d\x4d\xe9\xd2\xa5\x4b\x3a\x7f\xfe\x7c\ \xd4\x91\xb1\x23\x08\x7d\x4c\x3a\x0f\x64\xc2\x9f\x19\x87\xc4\xfc\ \xb8\x7c\x20\x4b\xc8\x22\x36\x93\x67\x24\x90\xeb\xe9\xe9\x09\x27\ \xc1\x11\x31\x1c\x99\xe2\xb5\x56\xec\x0c\xa5\x8e\x0c\x96\x67\x70\ \x70\x30\xd6\x86\x42\x78\xf4\x90\xe7\xf0\xc0\x77\x7d\x7d\x5d\x43\ \x43\x43\xfa\xf4\xa7\x3f\xad\xbf\xff\xfb\xbf\x8f\xf5\x66\x4c\x64\ \x21\x60\xdf\xdd\x09\xa3\x9f\xb0\x57\x04\x0e\xe8\x01\xef\x61\xcb\ \x98\x2f\xd8\x33\x7e\x8b\x5d\xa9\x56\xab\xba\x74\xe9\x92\x0e\x1e\ \x3c\xa8\xd5\xd5\xd5\xd0\x61\x5a\x59\xc0\xc4\x4f\x4c\x4c\xa8\x5e\ \xaf\x47\x6d\x17\xeb\xe9\x3a\xec\x7f\xb7\x62\xa5\xfc\xdf\xf7\x92\ \x21\x7f\x25\xbf\x9b\x7c\xb5\x92\xc7\xe4\x67\xad\xfe\xfd\x6e\xe0\ \x2e\x09\xd2\x38\x67\x12\x5b\xc2\x5a\x78\xf0\x87\xef\x72\x1b\xe5\ \x85\xef\xc9\x7e\x81\x30\x3b\xee\xf7\xc9\x54\xf0\x7d\x02\x0b\xd2\ \x89\xc8\x38\x98\xc1\xed\x1c\x81\x88\xa4\xc8\x88\xd1\x5a\x02\xb9\ \x81\xf5\x49\xa5\x52\xaa\x54\x2a\x92\xf6\x6a\x7d\xf1\x83\x2b\x2b\ \x2b\x1a\x18\x18\x68\x0a\xd8\xb9\x17\x0c\xd7\xd6\xd6\x56\x60\x09\ \xe4\x87\x8d\x15\xc8\x2a\xa5\x32\xa4\xf2\x21\x28\xd0\xcf\xa6\xb4\ \x9e\x05\xd7\x6e\xeb\xf9\xae\xdb\x31\xb2\x56\x3c\x47\xa1\x50\x68\ \xaa\x41\xcd\x92\x47\xad\xd5\x6a\x9a\x9b\x9b\x8b\x02\x30\x94\xcf\ \x29\x34\x18\x2e\xcf\xef\xb2\x48\x38\x3e\x77\xa0\x52\x73\x7f\x2a\ \xef\xea\x0b\x88\xe8\xe8\xe8\xd0\xd4\xd4\x94\x66\x66\x66\xde\x21\ \x6c\x7e\x5d\x8f\xa6\x5c\x80\x92\xbf\x49\x0a\x2a\xe3\xc3\x58\x79\ \x8a\x81\xdf\x71\x6d\x67\xbb\xdc\x59\x3b\x75\xe8\x8a\x86\x11\xc2\ \x51\xf4\xf4\xf4\x04\xc3\x44\x0e\xb9\x56\xdb\xad\x2f\xa3\x21\xa0\ \x24\x95\x4a\x25\xdd\xbe\x7d\x5b\x1d\x1d\x1d\x4d\x1d\x90\xe9\x37\ \xe3\xe3\x69\x34\x1a\xa1\x50\x0e\x04\x5c\x90\x31\xd8\x38\x77\x0e\ \x08\x25\x0d\xb9\xb8\xb8\x18\xd1\x8b\x77\xa2\xe7\x78\x0a\x90\x39\ \x6c\x0a\xce\x17\x83\xc7\x3d\x78\x9f\xb5\xaf\x56\xab\x1a\x1b\x1b\ \xd3\xe2\xe2\xa2\x06\x07\x07\x25\x29\xe8\x62\xcf\x4b\x7b\x6e\xdb\ \x69\xeb\x5a\xad\xa6\x62\xb1\x18\x3b\x92\xfc\x59\xfe\x3f\x65\x6f\ \x1a\x1b\xe7\x75\x9d\x8f\x3f\x33\x9c\xe1\x36\x9c\x95\x43\x0e\xf7\ \x4d\x94\x44\xed\xb2\xa5\xd8\x71\x1c\x3b\x71\xec\xb8\xa9\xdd\xa4\ \x41\xdb\x20\x75\x8c\x00\x45\x83\xa0\x05\x5a\xf4\x4b\x80\x02\x41\ \xda\x22\x2d\x8a\x7e\x2a\x50\x04\x45\x8a\x7c\xeb\x1a\x64\x69\xdc\ \x2c\xb0\xab\xd8\xb1\x6b\x3b\x89\x65\x5b\x96\x23\x5b\x12\x23\x89\ \x9b\x28\xae\x43\xce\xc2\x21\x67\x38\x1c\x92\xc3\x99\xdf\x07\xfe\ \x9f\xc3\x67\xae\x47\x76\xfe\x2f\x20\x90\x1a\xbe\xf3\x2e\xf7\x9e\ \x7b\xce\x73\x9e\xb3\x5c\x5d\x4c\x14\x6c\x36\x3e\xe4\xdf\x38\xa7\ \x2a\x73\x2a\x87\x6e\xd8\x4c\x43\x81\x7c\x37\xca\x91\x7a\x35\x9c\ \x77\x52\xd1\xaa\x88\x08\x18\xf9\x2e\x94\x13\x8e\x97\x02\x38\xdd\ \x42\x81\x00\x48\xc3\x9f\x7a\x0d\xb2\x8d\x5c\xb4\xec\xbe\xbd\xb4\ \xb4\x84\x7f\xfb\xb7\x7f\x83\xc7\xe3\xb1\x6d\x50\x14\x34\xed\xed\ \xed\x21\x1c\x0e\x1b\x5d\xcf\x67\xd5\x3c\x47\x65\xa2\x08\xce\x99\ \xdf\x13\x0a\x85\x8c\x11\xe1\x9a\x8f\xc7\xe3\xb6\xc9\x34\x15\x25\ \x41\x14\x00\x1b\x03\x8f\xc7\x83\xd5\xd5\x55\x44\x22\x91\x9a\x0e\ \xcb\x8d\x8d\x8d\x06\x3e\x38\x66\x54\x40\x04\xd5\x5a\x8c\xa1\x39\ \x20\x74\xcc\xb4\xfd\x83\x2a\x7d\x97\x35\x70\x99\x02\xd5\x05\x3a\ \xef\x97\x2e\x5d\x42\x3e\x9f\xb7\x24\x76\x16\x1b\x90\xb1\xdf\xdb\ \xdb\xc3\xf4\xf4\x34\x56\x57\x57\xdf\x93\xaf\x46\x27\x86\x0a\x5c\ \xe5\x4a\x9f\xb9\xb1\xb1\xd1\x0a\x60\x14\x98\x6b\x58\x84\x73\xce\ \x79\xd2\x66\xb2\xfc\x5e\xb1\x58\x44\x77\x77\xb7\xe9\x5b\xb6\x65\ \xa9\x54\xf6\xb7\xea\x89\xc7\xe3\xc8\x66\xb3\xd8\xdb\xdb\xc3\xd2\ \xd2\x12\x56\x57\x57\xe1\xf1\x78\x6c\x9b\x1f\x56\xde\xd1\xa8\xd0\ \xc1\x53\x7d\xd7\xdd\xdd\x5d\xd3\x97\xa8\xaf\xaf\x0f\xa5\x52\x09\ \x9f\xfe\xf4\xa7\xf1\xd2\x4b\x2f\x61\x7e\x7e\xbe\x66\x1d\x91\xe1\ \x60\x42\x3e\xaf\xc5\x67\xa2\x51\xa1\xd1\x24\x63\x46\x86\x80\xf2\ \x48\x40\x15\x08\x04\x2c\x7f\x86\xc5\x18\x2c\x98\xe0\x79\x85\x42\ \x01\xc5\x62\xd1\x64\x81\x45\x06\xf7\xdc\x73\x8f\xad\x13\x8e\x73\ \xb1\x58\x44\x28\x14\x7a\x0f\x88\xba\x1b\x73\x74\x37\xb0\xae\xf2\ \xf3\x7e\x20\x4b\xaf\x51\xef\x3b\x2e\x58\x72\xcf\xbb\xdb\x35\x3f\ \xe8\xe0\xf7\x19\xae\xa7\xde\xa2\x22\x3e\x21\xde\x00\x00\x20\x00\ \x49\x44\x41\x54\xac\x29\xe3\xa2\x80\x8b\xf7\x20\xd0\x05\x60\x85\ \x39\xd4\x45\x74\x24\xb8\x86\x3d\x1e\x8f\x39\x53\x5c\xa3\xdc\xde\ \xcb\xeb\xf5\xd6\x54\x2a\x53\x47\xf0\x77\xea\x74\xa6\x45\xa8\xcc\ \xa8\x1e\xa4\xcd\x25\x79\xa1\xac\x99\x12\x1a\x5c\x2f\x40\xed\x16\ \x79\x8a\x2f\x28\x63\x0a\x9c\x2a\x95\x8a\x91\x0b\x8c\xa0\x10\x40\ \x45\x22\x91\xf7\xa4\xfd\xf0\xfa\x74\xfa\xe9\x0c\x28\xe1\xd0\xda\ \xda\x6a\xeb\x89\x32\x49\xa7\x56\x8b\x42\xfc\x7e\xff\x7e\x27\x77\ \x2a\x01\x4d\x0c\x63\x93\xb7\xe6\xe6\x66\x6c\x6e\x6e\x5a\xe9\xb9\ \x86\x1d\xa8\x14\x14\xf5\x91\xd9\xd2\xee\xdf\x4a\x31\x73\x92\xd9\ \xb7\x65\x6b\x6b\x0b\x2b\x2b\x2b\x76\x0e\x05\x81\x0a\xd9\x45\xe9\ \x3c\x87\xc6\x51\x0d\xa2\x7a\xbb\x9c\x0c\x2a\x08\x0e\x3c\x27\xa4\ \x9e\x42\xe6\x3f\xa2\x77\x0a\x02\xcf\x51\x6f\x8d\x8a\x97\x0a\x86\ \x0a\x9b\x0c\x84\x56\x97\x55\x2a\xfb\x3d\x43\xb8\x43\x7a\x38\x1c\ \x46\x2e\x97\xb3\x89\xbf\x73\xe7\x0e\x46\x47\x47\x6b\x04\x90\xf7\ \x53\x6a\x5f\x81\x1e\xc7\x96\x0a\x8b\xef\xca\xb1\xd2\x2a\x36\x32\ \x6d\x14\xa4\x4a\xa5\x82\xae\xae\x2e\x74\x77\x77\xe3\xe6\xcd\x9b\ \x35\xb4\x2c\xef\xa3\xa1\x47\xb2\x65\x3a\xc7\x54\x8c\xdb\xdb\xdb\ \xe8\xea\xea\x42\x2e\x97\x33\xa3\x40\x00\xae\xfd\xb4\xb8\x68\x94\ \x11\xad\x56\xf7\xf7\x89\xd4\xfb\x12\x7c\x28\x28\x53\x90\xed\x2e\ \x4c\x35\x64\x3a\xb7\x34\xc8\xca\x74\x29\x7b\xc4\xfb\x28\x58\x51\ \x2f\x8c\x63\xa2\xe3\xa8\x6c\x29\xbf\xe7\x96\x1e\x53\x46\xb9\x96\ \xb8\xe0\x68\x20\xdd\xf7\xa3\xc2\x6b\x69\x69\x41\x77\x77\x37\xe2\ \xf1\x38\x0e\x1d\x3a\x84\xee\xee\x6e\xcc\xcc\xcc\xe0\x07\x3f\xf8\ \x81\xb1\x22\x94\x4d\x3a\x45\x94\x1f\xb2\x0b\x6a\xe0\x54\x1e\x38\ \x56\xba\x4f\x1c\xd9\x06\x02\x06\xe6\x0c\xf4\xf5\xf5\x21\x93\xc9\ \x60\x61\x61\xc1\x40\xb3\x7a\x95\x6c\x44\x4a\xf9\xde\xd9\xd9\x41\ \x36\x9b\xad\x51\xf2\x94\xdb\x4c\x26\x63\x72\xc0\x8d\xd6\x5b\x5b\ \x5b\x51\x28\x14\x10\x0e\x87\xcd\xf8\xd3\x71\x61\xd8\x9a\xc6\x9a\ \x6d\x20\xc8\x40\x31\x87\x88\xf7\xa9\x67\x94\xea\x19\xc4\x9b\x37\ \x6f\xe2\xe6\xcd\x9b\x38\x73\xe6\x0c\x1a\x1a\xf6\x5b\x09\x50\x81\ \x72\xae\xb3\xd9\x2c\x6e\xdf\xbe\x8d\x7c\x3e\x6f\xc6\x9f\xef\x4e\ \xe6\x85\x6b\x88\xba\x8d\x6b\x5b\x75\x20\x3d\x5c\x3a\x75\xcc\x57\ \xd5\x5e\x3b\x6a\x44\xd4\x43\xa6\x13\x04\xc0\xd2\x32\xca\xe5\x32\ \xc2\xe1\x30\xfa\xfb\xfb\x71\xeb\xd6\x2d\x0b\xa3\xd2\x51\xca\xe5\ \x72\x06\x8e\x39\x56\x1e\x8f\xc7\x18\xec\xa5\xa5\x25\x6c\x6e\x6e\ \x22\x1a\x8d\xd6\xb0\xf1\x64\x2b\x4a\xa5\x12\xd2\xe9\x34\x5a\x5a\ \x5a\x6c\x1b\xa7\xa7\x9f\x7e\x1a\x7f\xf5\x57\x7f\x55\xd3\x90\x98\ \x00\x9b\xf7\xa5\xec\x28\x23\xb6\xb1\xb1\x61\xd7\xa5\x8e\xe0\xdf\ \x99\x4f\x4a\xc7\xa6\x58\x2c\x1a\x13\x47\xe7\x50\xd7\x10\xc7\x9d\ \x06\xf1\xea\xd5\xab\x28\x95\x4a\x88\xc7\xe3\x56\xb5\x4a\x40\x46\ \xe0\xc7\xfd\x2e\xdf\x4f\x1e\x5c\x00\xf4\x7e\x20\xcc\xfd\xec\x83\ \x18\x29\xbd\xdf\x07\xb1\x5f\x3c\xc7\xfd\xff\xfb\x3d\x83\xda\x29\ \x16\x1f\xa8\x4d\x54\xdb\x44\x99\x52\x52\x02\x38\x28\xc4\xa2\xfd\ \xa4\xce\x20\xcb\xcc\xf5\xa0\xf9\xbc\x2a\x9b\xc1\x60\xd0\xee\xc1\ \x56\x32\x5c\x53\x5c\x1b\x24\x4e\xd8\x5f\x8f\xfa\xdb\xcd\x87\x02\ \x60\x8c\x93\x1b\x01\x20\x6b\xb6\xb9\xb9\x69\x40\x8d\x79\xc9\x04\ \x45\xea\x68\xbb\xd1\x19\x2d\xec\x62\x01\x19\x01\x3d\x1d\x78\x02\ \x33\x8e\x0f\x1d\x62\xda\x3f\xae\x5f\x05\x85\xdc\xc2\x8c\x4c\x18\ \x99\x53\xb5\x09\x3a\xd6\x3e\x4e\x1a\x05\xba\xad\xad\xad\x66\xb7\ \x6a\x7a\x0f\x54\xa6\xd5\x6a\xd5\x1e\x98\x8b\x88\x0c\x88\x1b\x5e\ \xd2\x44\x78\x00\x35\x46\xbb\x5a\xdd\xcf\x41\x5a\x58\x58\x78\x4f\ \xb5\x11\x80\x1a\x23\x4c\xa1\xe2\x35\x5c\xe0\xa6\x48\x5d\x05\x8b\ \x13\xc5\x81\x77\xaf\xa5\xc2\xc8\x45\xad\xbf\xbb\x31\x7d\x3e\x23\ \x0f\x2a\x5d\xe6\xc1\x10\xc1\xf2\x19\x09\x4a\x59\xfd\xc2\xdc\xa9\ \x62\xb1\x88\x44\x22\x81\xdb\xb7\x6f\xc3\xeb\xdd\xef\xda\x3c\x38\ \x38\x68\xdb\x9e\x30\xe9\x97\x89\xed\xf4\xf0\xb8\x38\xb4\xac\x9b\ \xc2\xa0\xcf\xc8\x7e\x1d\x4c\xfe\x63\x4e\x06\x01\x96\xcf\xe7\xc3\ \xfd\xf7\xdf\x8f\xcb\x97\x2f\x9b\xb1\xd0\xb0\x28\xe7\x08\x38\x40\ \xe8\x5e\xaf\xd7\xf2\x1c\x28\x60\xcc\xd5\x20\x83\xb5\xbb\x7b\xd0\ \x31\xd7\x55\x16\x14\x58\x7a\xf9\x34\xd2\x9a\x0c\xcf\x10\x8b\x2a\ \x1d\x86\x1c\xa9\x88\x5d\x76\x80\x3f\x09\x8e\xc8\x7a\x71\x4c\x08\ \xe6\x15\xb4\x53\x89\x28\x03\xa8\xc0\x8c\xe1\x2e\xae\x0b\x8e\x2d\ \x17\x3f\xff\x46\x45\xa2\xec\x27\x8d\x2c\x65\x9d\x73\xc2\xfc\x13\ \x05\x2b\x04\xad\x0d\x0d\x0d\xe8\xea\xea\x42\x7f\x7f\x3f\x0e\x1f\ \x3e\x8c\xe1\xe1\x61\x5c\xb9\x72\x05\xcf\x3d\xf7\x9c\x19\x2b\x7a\ \x60\x1a\x5a\x62\x88\x45\x8b\x2b\x58\xcd\xc5\x67\x56\x39\xe1\x78\ \x44\x22\x91\x9a\x8d\xa2\x6f\xdd\xba\x05\xaf\x77\xbf\x17\x53\x77\ \x77\x37\xd2\xe9\x34\xbc\x5e\x2f\x06\x07\x07\x31\x39\x39\x69\xd5\ \x67\x6c\x11\x40\xc5\x42\x2f\x73\x79\x79\xd9\x94\xb0\x76\x94\xe6\ \x1a\xa1\x13\xa0\xa1\x0c\xca\x41\x47\x47\x87\x55\xdd\x32\xc4\x5c\ \xad\x56\x4d\x46\x08\xfc\xb4\xbc\x5f\xd7\xbc\x8e\x27\x0f\xd7\x18\ \xb1\xe1\xea\xea\xea\x2a\xfa\xfb\xfb\xed\x5d\x1b\x1a\x1a\xcc\x39\ \x9a\x9b\x9b\xc3\xe2\xe2\xa2\x39\x7e\x94\x79\x76\x20\x57\x79\xa3\ \xe2\x06\x60\x8c\x9c\xab\x5b\x28\x53\x04\xb0\xca\x38\xf2\x7b\x0c\ \x8b\x31\xdc\xa3\x6b\x8f\x00\x98\xe1\x8f\xb3\x67\xcf\x62\x6a\x6a\ \xca\xc2\x61\x4c\x33\xc8\x66\xb3\xe6\x00\xb3\x31\xa4\x36\x17\xce\ \xe5\x72\x36\x4f\xd4\x6f\xca\xd4\x53\x9e\x99\xe8\xec\xf3\xf9\xf0\ \xc8\x23\x8f\xe0\xf8\xf1\xe3\xb8\x75\xeb\x96\x7d\x87\x6c\x86\x3a\ \xa2\x5c\x97\x64\xc2\x34\x34\x5a\x28\x14\x10\x8d\x46\x6b\x2a\x4a\ \xa9\xbb\xb8\x16\xc9\xb2\x31\xbf\x86\xc0\x8b\xcc\x69\x38\x1c\xc6\ \xd6\xd6\x16\x7e\xf5\xab\x5f\xd9\xee\x01\xec\x43\x16\x0e\x87\xad\ \x47\x12\xf5\x25\x41\xbf\xea\x0f\x97\x85\xd2\xdf\xeb\x31\x54\x2e\ \xab\xa5\xc7\x07\xfd\xbf\x9e\x1c\xaa\xcc\xd4\x93\xcd\x0f\xba\x9e\ \xfb\xdc\xfc\x2e\xd9\x5d\x02\x77\x7e\x97\xb2\xc6\x9f\xc0\x41\xae\ \x95\xea\x32\x9e\x4b\x19\x07\x60\xf6\x5a\xed\x29\x6d\x1e\x81\x06\ \xe5\x57\xf3\x08\x95\xe9\x07\x60\x24\x03\xab\x4c\x09\xc6\x94\x18\ \x60\xea\x80\x46\x1d\x94\x6d\xd3\xf6\x27\xd9\x6c\xd6\x48\x1d\x8d\ \x82\x10\xec\x73\xec\x74\x0c\xb8\xee\xa8\x17\xf9\x2c\x7c\xd6\xbe\ \xbe\x3e\x4b\x6f\xd9\xd8\xd8\x30\x52\x88\x00\x91\xeb\x5a\xc9\x87\ \xb6\xb6\xb6\x1a\xbb\xa1\xac\x2d\x6d\xa1\xa6\x85\x54\xab\xd5\xfd\ \x36\x0d\x6a\xc8\x77\x77\x0f\x7a\x9b\xd0\x58\xe9\xa4\xb2\x24\x97\ \xe0\x8a\xa1\x20\x5e\x9c\xc8\x8e\x1d\x63\x35\x2f\x8a\x86\x80\x2f\ \x91\xc9\x64\xac\x29\x97\x0a\xa4\xeb\x9d\x32\x34\x40\xa3\xc9\xac\ \x7e\xcd\xbb\x72\x05\x50\x0d\xe6\xdd\x3c\x5d\x7e\xee\x02\x02\x37\ \x07\x4b\xff\xe9\x33\x52\x19\xf3\x33\x0a\x8c\x7a\x6f\x8c\x3d\x33\ \x5f\x26\x1e\x8f\x23\x95\x4a\xa1\xa9\xa9\x09\xd9\x6c\xd6\xb6\x2d\ \xb8\x71\xe3\x06\xee\xbd\xf7\x5e\xa4\xd3\x69\x5b\x0c\x04\xa6\x14\ \x0e\xde\x83\x4a\x84\xa1\x48\xad\xa2\xe1\xc4\x33\x3f\x2b\x1c\x0e\ \xe3\xc6\x8d\x1b\x26\x2c\xe5\x72\x19\x27\x4e\x9c\x30\xe6\x50\xe9\ \x64\x0d\x7d\x28\xdd\x4c\xf0\x43\xaf\x83\xe0\x81\x1e\x4a\xa1\x50\ \x40\x2e\x97\x33\xef\x92\xe3\xa1\x20\x57\xef\xcf\x5c\x12\x05\x8e\ \xca\x50\x29\x2b\xc9\x39\xe6\xdf\xb4\xf2\x8d\xb4\xae\xab\x24\x79\ \x0e\xe5\x91\x8b\x4f\x81\xa4\xcb\x98\xaa\xd2\xe3\xfb\xf1\x5c\xbe\ \x4f\xbd\x3c\x2d\x32\x30\x4a\x49\xbb\x95\x34\x04\x32\x34\x2a\x34\ \x9c\x5c\x47\xa3\xa3\xa3\x88\x44\x22\x18\x1c\x1c\x44\x5f\x5f\x1f\ \x5e\x78\xe1\x05\x5c\xbc\x78\xd1\x80\xfe\xca\xca\x8a\x85\x7d\xc8\ \x2a\xe8\x5c\xa8\xc3\x41\x26\xa5\xb9\xb9\xd9\xc2\x4d\xc0\xc1\xe6\ \xe7\x83\x83\x83\x18\x18\x18\xc0\xe2\xe2\x22\x5e\x79\xe5\x15\x03\ \x40\xfd\xfd\xfd\xd8\xdc\xdc\x44\x4f\x4f\x0f\xe6\xe6\xe6\x6a\xc6\ \x21\x14\x0a\x59\xf2\xa6\xe6\xf3\x10\xf4\xed\xec\xec\x60\x69\x69\ \xc9\xfa\x68\xf1\xbe\x04\x64\xbc\x8e\x86\x63\xb9\x79\x6d\x36\x9b\ \xc5\xc4\xc4\x04\x3a\x3b\x3b\xd1\xdd\xdd\x6d\x3a\x68\x6b\x6b\x0b\ \xd9\x6c\xd6\xde\x99\x4e\x0a\x01\x2d\x65\x43\xd9\x3a\xf7\x1f\xd7\ \xec\xe3\x8f\x3f\x8e\xa3\x47\x8f\xe2\x67\x3f\xfb\x19\xae\x5d\xbb\ \x86\xc1\xc1\x41\x84\xc3\x61\x44\x22\x11\x54\x2a\x15\xe4\x72\x39\ \x5c\xbe\x7c\xb9\x86\xfd\x21\x88\x22\xe3\xab\x8a\x9b\xb2\x45\x39\ \xa4\x8c\x51\xaf\xe9\xd8\x11\xe0\xd2\xe1\xa2\x8c\x68\x67\x7e\x95\ \x3d\xae\x45\xe6\x50\x71\xdd\x1c\x3e\x7c\x18\x9d\x9d\x9d\x58\x5a\ \x5a\xc2\xc0\xc0\x00\x72\xb9\x1c\x0a\x85\x82\x25\xf7\xee\xee\xee\ \x22\x18\x0c\xda\xfc\x17\x8b\x45\x04\x02\x01\x3c\xf4\xd0\x43\x28\ \x14\x0a\xa8\x54\x2a\xd6\x53\x8a\x32\x49\x99\xd1\xdf\xb7\xb7\xb7\ \x11\x89\x44\xf0\xb7\x7f\xfb\xb7\xf8\xe2\x17\xbf\x68\x2c\x3c\x0d\ \x36\xf5\x0f\x65\x9b\x4c\xb6\x46\x19\xb8\x06\x34\xc2\x41\x50\x4c\ \xbd\x46\xc6\x8d\x46\x92\xfb\x14\x6a\x5e\x4b\x6f\x6f\x2f\x36\x37\ \x37\xf1\xe1\x0f\x7f\x18\x3e\x9f\xcf\x1c\x58\x9d\x0b\x86\x4a\x07\ \x06\x06\xcc\x16\xb9\xac\x8d\x1e\x6a\x8f\xea\x01\x2f\x17\x74\xfd\ \x26\xec\xd2\x6f\x62\x63\xde\xef\x3c\x3d\xea\xdd\xdf\xfd\x3f\x75\ \x11\x2b\x89\xdd\xe7\x53\x76\x87\xc0\x95\xf3\xa2\xeb\x50\x01\x81\ \x3a\x3e\x0c\xf7\x93\xe9\xa2\x4c\xa9\xb3\xc4\x48\x95\xb6\x68\xe0\ \x41\xbb\xa4\xe1\x48\xe0\xa0\xfa\x5f\x43\xca\x5c\x13\xc0\xc1\x66\ \xe8\xfc\x3e\xd7\x44\x30\x18\x34\x5d\x4f\x40\x43\xc0\xcf\x77\x27\ \xa0\x62\xde\x2f\xd7\x6e\x5b\x5b\x9b\x39\x93\xd4\x81\x95\xca\x7e\ \xde\x5e\xb1\x58\xc4\xd1\xa3\x47\x2d\xaf\x95\x20\x6b\x73\x73\x13\ \x1b\x1b\x1b\xf6\x1c\x9a\x36\x43\xbb\xa1\x11\x0e\xea\x7a\xea\x6b\ \x3e\x5f\x43\x43\x03\x7c\x2b\x2b\x2b\xa6\x08\x95\xbd\x01\x0e\xba\ \x15\xb3\x72\x84\x07\x99\x07\xe6\x95\x50\xc1\x93\x0e\xa7\xd7\x43\ \xcf\x8c\x0a\x5f\xc3\x46\xec\xf5\xa2\x80\xc6\x45\xf5\x9c\x34\x0e\ \x8e\x02\x1e\xa5\x04\xb9\x78\x95\x45\xd0\x90\xa4\x2a\x2e\x7e\xd7\ \xcd\x19\x53\x23\xcf\x43\x81\x9e\x0b\xe6\xea\x2d\x52\xa2\xfa\xbd\ \xbd\xfd\x04\xce\x52\xa9\x84\x7c\x3e\x6f\xdd\x6a\xa9\x98\x12\x89\ \x04\xa6\xa7\xa7\x31\x3a\x3a\x8a\xf1\xf1\x71\x4b\x50\x5d\x59\x59\ \x41\x6f\x6f\x2f\xd2\xe9\xb4\x01\x08\xee\x77\xc8\xdd\xe7\x29\xa0\ \x1e\x8f\x07\xa7\x4f\x9f\xc6\xf0\xf0\x30\x2e\x5c\xb8\x60\xef\x48\ \x40\x37\x30\x30\x80\x3f\xfc\xc3\x3f\xc4\x2b\xaf\xbc\x82\x17\x5f\ \x7c\xd1\xe8\xcf\x50\x28\x84\x33\x67\xce\xe0\xb9\xe7\x9e\x33\x50\ \xc0\xf7\xa7\x00\xba\x02\xc5\x45\x43\x0a\x9e\x8a\x94\xc6\x2f\x99\ \x4c\x22\x1c\x0e\x63\x73\x73\x13\x83\x83\x83\x36\xfe\x9c\x1f\x8e\ \xa9\x0a\x5e\xa1\x50\x30\x85\x0a\x1c\xf4\xf2\xe2\x3c\xf2\xbe\x6e\ \x0e\x01\x95\x33\xbd\x6d\x35\xa6\x7c\x0f\x3e\x3b\xe7\x42\x0d\x59\ \xbd\x39\xa6\xa1\x64\x67\x73\x65\x48\x34\x8c\xc8\xef\x2a\xd0\x52\ \xf0\xc0\x75\xc0\x67\x22\xc0\xdb\xdb\xdb\xb3\x3c\x9a\x8d\x8d\x0d\ \x63\xa4\x5a\x5b\x5b\xd1\xd3\xd3\x83\x40\x20\x80\x91\x91\x11\xf4\ \xf6\xf6\xe2\x47\x3f\xfa\x11\xa6\xa6\xa6\xcc\xa8\x51\xb9\x91\x69\ \x64\x98\x84\x3d\x86\xd4\xd1\x69\x6b\x6b\x33\x06\x63\x63\x63\xc3\ \x9e\xbf\xbd\xbd\x1d\xc3\xc3\xc3\xb6\x06\x67\x67\x67\xf1\xea\xab\ \xaf\x1a\x40\x56\x40\x59\x28\x14\xb0\xbd\xbd\x8d\x68\x34\x8a\x50\ \x28\x54\x93\xe7\xa2\x2c\x23\x59\x41\x02\xdf\x9d\x9d\x1d\xa4\xd3\ \x69\x53\x9e\xdc\x7c\x58\x95\x3d\xab\x8c\x08\x0e\x3d\x9e\xfd\xdc\ \x19\x1a\xf6\x99\x99\x19\xc4\xe3\x71\x44\xa3\x51\x63\xc9\x9b\x9b\ \x9b\x51\x28\x14\xec\x3e\x1c\x47\x02\x3c\xaf\xd7\x5b\xf3\x3b\xe7\ \x4d\x19\x1a\x8f\xc7\x63\xcc\xe0\xf2\xf2\x32\x6e\xdd\xba\x85\xe9\ \xe9\x69\x8c\x8f\x8f\x63\x73\x73\x13\x99\x4c\x06\x87\x0f\x1f\xc6\ \x91\x23\x47\xf0\xef\xff\xfe\xef\xc6\xc6\xf1\x3d\xa8\x57\x18\xce\ \x20\xb0\xe3\x3f\xae\x7d\x3e\x23\x43\x75\xd4\x8d\x04\x5c\x54\xfc\ \x94\x23\x82\x0f\x96\xb2\x2b\x6b\x40\xc7\x8d\xac\x70\x5b\x5b\x1b\ \x06\x07\x07\xb1\xb3\xb3\x63\xcf\xc4\x8e\xfb\xd4\x13\xd4\xbd\x04\ \x23\xfd\xfd\xfd\x08\x04\x02\x98\x9d\x9d\xc5\xfc\xfc\x3c\xee\xbb\ \xef\x3e\x8c\x8d\x8d\x99\x2e\x23\x38\x0f\x06\x83\x58\x5d\x5d\x45\ \x3c\x1e\xc7\xf6\xf6\x36\x8a\xc5\x22\x86\x86\x86\xf0\xf4\xd3\x4f\ \xe3\xdb\xdf\xfe\x76\x4d\x88\x47\x43\xc3\x9a\x86\x01\xd4\x82\x17\ \x2d\xcf\xa7\x2d\x69\x68\x68\xb0\x82\x18\xad\x1e\xe3\x36\x38\x74\ \xea\xc9\xca\x2e\x2e\x2e\x62\x71\x71\x11\xed\xed\xed\xa6\x9f\x18\ \xaa\xe4\xfc\x72\x9c\x58\x9e\xaf\x20\x86\x86\x5b\x41\x92\xb2\x38\ \xfa\xb9\xeb\x38\xb9\x00\xed\xfd\x80\x92\x7b\x9d\x7a\x40\xaa\x1e\ \xd8\xaa\xf7\x1c\xee\x71\x37\xb0\x55\xad\xee\xe7\xfd\xd0\x41\xd7\ \x7f\x5c\x07\x5a\x98\xc2\xef\xd4\x63\x8b\xb8\x26\xa9\x03\xd5\x76\ \xd2\x36\xd3\x79\xe0\x56\x5f\xd4\x99\x04\x37\x7e\xbf\x1f\xeb\xeb\ \xeb\xb6\x0d\x13\x81\x3b\x23\x59\xbc\x26\xe7\x4d\x1d\x4f\xea\x29\ \x65\x8a\x29\xcb\xdc\x26\x8c\x91\x1d\xea\x7d\xbf\xdf\x6f\xcf\xaa\ \x7d\xe8\x08\x3e\x29\x6f\x2a\x2b\xb4\xc7\xac\x74\xcf\x66\xb3\xb8\ \x7c\xf9\x32\xce\x9c\x39\x83\x68\x34\x8a\x42\xa1\x80\x72\xb9\x8c\ \x58\x2c\x66\xd5\xd1\xbb\xbb\xfb\x1b\x53\x27\x93\x49\x1b\x57\x17\ \x97\xd0\x69\x71\xa3\x70\x5e\xaf\x17\x3e\x76\x6a\x55\x65\xd4\xd8\ \xb8\xdf\x39\x97\x49\x93\x3a\xd8\x81\x40\xc0\xfa\x9a\x78\xbd\x07\ \x89\xef\x1a\xca\x60\x28\x88\x8a\x97\xd7\x26\x00\x68\x68\x68\xc0\ \xe2\xe2\x62\x4d\xc5\xa2\xe6\xc8\xa8\xd1\xe4\x7d\x14\x7c\xb9\x42\ \xac\x8c\x87\x02\x45\x97\xa1\x52\x46\x46\x3d\xcd\xf7\xf3\x5a\xf4\ \x3b\x54\x8a\xfa\xbb\x36\xf9\xa4\x47\x4f\xe3\x40\x85\xe2\xf7\xef\ \xef\xcd\xc5\x8a\x31\x00\x16\x2e\xea\xee\xee\xb6\x16\x0a\x13\x13\ \x13\xe8\xef\xef\x37\x86\x81\xcf\x98\xcb\xe5\xd0\xd3\xd3\x83\x4c\ \x26\x63\x7b\x94\x0d\x0f\x0f\x63\x64\x64\x04\x1f\xfd\xe8\x47\x31\ \x35\x35\x85\x1b\x37\x6e\xa0\x5a\xdd\xef\x23\xf2\xc9\x4f\x7e\x12\ \x9f\xf8\xc4\x27\xe0\xf5\x7a\x31\x3e\x3e\x6e\x46\xa7\x5c\x2e\xe3\ \x23\x1f\xf9\x08\xde\x7a\xeb\x2d\x0b\x1d\xf0\x3d\x95\xb1\xd1\xf1\ \xe2\x7c\x68\x7e\x08\x7f\x32\xd7\x8c\xf9\x0f\xec\xeb\x15\x0e\x87\ \xcd\xb8\x72\xac\x15\xec\xf2\x79\xe8\x2d\x50\xe0\x15\xe8\xd1\x23\ \x56\x60\xcd\xf9\x52\x05\xed\xce\x31\x3d\x6b\x9d\x4b\x5e\x53\x9f\ \x41\x3d\x6d\x2e\x6a\x9e\xaf\x61\x6d\xe0\xa0\x53\xbd\x1b\xe2\x51\ \xd9\x50\xea\x9b\xf2\xce\x85\x48\x60\xa0\x79\x89\x81\x40\x00\xfd\ \xfd\xfd\x88\xc7\xe3\x38\x7b\xf6\x2c\x1a\x1b\x1b\xf1\xc3\x1f\xfe\ \x10\xa9\x54\x0a\x6c\xfe\x4b\x25\xe5\xf7\xfb\x11\x8b\xc5\xe0\xf3\ \xf9\xac\xcf\x11\xd7\x04\x19\x1f\x00\x36\xa7\xfd\xfd\xfd\x96\xd0\ \x39\x34\x34\x84\x44\x22\x81\x62\xb1\x88\x64\x32\x89\x5f\xfd\xea\ \x57\x98\x9d\x9d\x35\x46\xd2\xeb\x3d\x68\xfc\xc8\x50\x91\xd7\xeb\ \x45\x3c\x1e\x47\x7b\x7b\x3b\x56\x57\x57\x0d\xe4\x6b\xfe\x46\x5b\ \x5b\x9b\x81\x23\x26\x56\x53\x61\xd2\x09\x68\x68\x68\xb0\x7d\xcc\ \x38\xfe\x9b\x9b\x9b\xa6\x2c\x19\xd2\xe2\xf3\x7b\x3c\x9e\x9a\x36\ \x03\x6c\xf3\x42\x9d\x44\x06\x83\x86\xd8\xef\xf7\x5b\x38\x94\xec\ \x1a\xc1\x1b\x00\xeb\xe3\xc3\x71\x6f\x6c\x6c\x44\x3c\x1e\x47\x77\ \x77\x37\x3e\xfe\xf1\x8f\x1b\x98\x6c\x68\x68\x40\x32\x99\xc4\xdf\ \xff\xfd\xdf\x9b\xdc\xaa\xa2\xa7\x61\x57\x0f\x58\x7b\xcf\xb9\xce\ \x89\xea\x33\xae\x49\xe0\xa0\xa4\xbd\xb1\xb1\xd1\x2a\x03\xf9\xee\ \x94\x31\x02\x8c\x54\x2a\x85\x23\x47\x8e\xd8\xb8\x35\x36\x36\xa2\ \xa7\xa7\x07\x6b\x6b\x6b\xc8\x64\x32\xa8\x54\x2a\xb8\x73\xe7\x0e\ \xf2\xf9\xbc\xb1\x95\x34\x82\x3e\x9f\x0f\x1d\x1d\x1d\x08\x04\x02\ \x78\xfd\xf5\xd7\xd1\xd5\xd5\x85\xed\xed\x6d\xbc\xfa\xea\xab\x68\ \x6c\x6c\xc4\xf0\xf0\xb0\x39\xc4\x4d\x4d\x4d\x08\x85\x42\x58\x5a\ \x5a\xaa\x71\x8c\x7d\x3e\x1f\x9e\x7a\xea\x29\x5c\xb8\x70\xc1\xaa\ \x87\xa9\x27\x08\x80\xf8\x19\xd7\xa6\x26\xc0\x2b\x5b\xc5\xe2\x00\ \x9e\xcf\x3d\x28\xc9\x38\x31\xcc\xc5\x50\x1f\x9d\x41\xae\x23\xb6\ \x34\x21\x03\xcc\x30\x23\x43\xdd\x04\xb6\x1c\x7b\xd5\x63\x7a\xd4\ \x03\x45\x3c\x7e\x13\xd0\xa4\x76\xa6\x1e\x40\x73\x09\x82\x7a\xf7\ \xbe\x9b\xad\xa9\xf7\x4c\xfa\xb9\xcb\xca\x51\x07\x92\x49\x52\x1b\ \xab\x11\x09\xea\x39\x00\x35\xe3\xa3\x6c\x23\xd7\x30\xc7\x99\xef\ \x49\x99\xda\xdb\xdb\xb3\x3c\x4f\xce\x0b\xbf\xc3\x79\xdb\xd9\xd9\ \xb1\xb6\x06\xd4\x8d\x9b\x9b\x9b\x66\x0b\xa9\xf7\xb8\x06\x18\x8e\ \xa3\xbe\xe0\x7a\xa2\x9c\xd0\x61\x21\xa0\x49\x24\x12\x48\x26\x93\ \x06\x9a\xf8\x6e\xcc\xab\xa2\xde\xa5\x1e\x50\x5b\x40\x07\x8e\x6b\ \x9b\x3a\x82\xc4\xcf\xdc\xdc\x9c\xb1\xf0\x6c\x2f\x45\xdb\x1c\x89\ \x44\x6a\xc2\xa1\x9a\x22\xa4\x6c\x2c\xc7\x55\xdf\xd3\xe3\xf1\xc0\ \xc7\x45\x41\xf0\xc4\x01\x58\x5d\x5d\x45\x2c\x16\xb3\x4a\x26\x60\ \x5f\x60\x99\x3c\xa6\x09\x67\x5c\xe0\x4c\xc8\x66\xbb\x07\x2e\x82\ \xad\xad\x2d\x03\x1a\xad\xad\xad\x58\x5b\x5b\xab\xa9\x1a\x54\xa3\ \xaa\x42\xa6\x83\xac\x02\xea\x32\x54\x4a\x7d\xea\x40\xe8\x02\x50\ \x96\x8b\xd7\x71\xc3\x16\x4a\x9d\x73\x02\xf8\x7d\x4d\xaa\x57\x8f\ \x40\x01\x04\x95\x38\x73\xd2\x68\x74\xe8\xf9\x33\xbf\x84\xbd\xa9\ \xa6\xa7\xa7\x6d\xdf\xb3\x99\x99\x19\xec\xee\xee\xe2\xd2\xa5\x4b\ \x78\xfc\xf1\xc7\x2d\x2e\x4c\x81\xfe\xd4\xa7\x3e\x85\x13\x27\x4e\ \x60\x61\x61\xa1\xa6\x51\x29\x43\x7e\x5d\x5d\x5d\x98\x9f\x9f\x47\ \x7f\x7f\x3f\xce\x9c\x39\x83\x9b\x37\x6f\x22\x9b\xcd\xe2\xce\x9d\ \x3b\xa6\xe4\x8e\x1e\x3d\x8a\xa6\xa6\x26\x8c\x8f\x8f\x1b\x6b\xa9\ \xd4\xbe\x8e\x3d\x19\x14\x8e\x33\xf7\x10\x23\x50\xf3\x7a\xbd\xc8\ \x66\xb3\x58\x5b\x5b\x33\x43\x16\x0c\x06\xe1\xf5\xee\x97\xfc\xdf\ \xb8\x71\xa3\x06\xa4\xe8\x3c\x71\x6c\xb9\x80\xb7\xb6\xb6\x0c\xa8\ \x73\x1e\x74\x91\x73\x8e\x48\xd7\x52\x26\x78\x28\x5b\xa6\x0a\x51\ \x93\xdc\x69\xa4\x15\x50\xbb\x1e\x21\xd9\x29\x0d\x4f\x72\xee\x69\ \x68\xd5\x03\xa3\xa1\x21\x4b\xa1\xcc\x26\x15\x08\xbd\x6c\x8e\x31\ \xbd\xec\xb1\xb1\x31\x9c\x3f\x7f\x1e\xed\xed\xed\xb8\x7e\xfd\x3a\ \x52\xa9\x14\x5a\x5b\x5b\xd1\xdb\xdb\x6b\xec\x1e\x0d\xe5\xde\xde\ \xfe\x96\x23\xcb\xcb\xcb\x48\x24\x12\x08\x04\x02\x76\x3e\xc7\x81\ \x8a\x85\x4c\xd6\xf0\xf0\x30\xfa\xfa\xfa\x90\xcf\xe7\x71\xfd\xfa\ \x75\x4c\x4e\x4e\x62\x71\x71\x11\xeb\xeb\xeb\xa6\x98\xf9\xbe\x5a\ \xa9\x97\xcf\xe7\x31\x30\x30\x80\x70\x38\x8c\xd6\xd6\x56\x6c\x6d\ \x6d\x59\x22\x27\xc1\x5c\xa5\x52\xb1\xee\xee\x04\x38\x64\xab\xc9\ \x6e\x33\xac\xa8\xeb\x8c\x60\xdc\xf5\x7e\x19\xf6\x23\xb3\x42\x56\ \xad\x5a\xad\x22\x99\x4c\x1a\x03\x4c\x00\xab\xe0\x96\xe3\xce\x8e\ \xe4\x64\xf4\x18\x2a\x67\x6e\x60\x43\x43\x83\x6d\xb6\xcd\xb1\xa2\ \xcc\x8e\x8f\x8f\xe3\x1b\xdf\xf8\x86\xcd\x33\x8d\x87\x1a\x37\x7a\ \xa7\x4c\x80\x27\x6b\x44\xc3\x4f\x20\xc5\xc4\x5f\xca\x23\xbd\x78\ \x1a\xb3\xdd\xdd\x5d\x24\x12\x09\xb4\xb6\xb6\x22\x95\x4a\x99\xac\ \x97\xcb\x65\x1b\x2f\x1a\x0e\x5e\x83\xf3\xd4\xde\xde\x8e\xb5\xb5\ \x35\x2c\x2e\x2e\xc2\xef\xf7\xe3\xf5\xd7\x5f\xaf\xc9\xef\xa2\x63\ \xdb\xd5\xd5\x85\xd6\xd6\x56\xab\x34\x5b\x5a\x5a\x32\x76\xea\xbb\ \xdf\xfd\x2e\x3e\xfb\xd9\xcf\xe2\xe8\xd1\xa3\x35\xa1\x6c\x9f\xcf\ \x87\x74\x3a\x6d\xfb\x05\x36\x34\xec\xf7\x3a\xfa\xca\x57\xbe\x82\ \xbf\xfe\xeb\xbf\x36\x99\x66\xe8\x8f\x8c\x2d\x6d\x01\xd7\x2b\x9f\ \x41\xd7\x0d\xf5\x24\xe7\x51\x93\xb3\x0b\x85\x82\x6d\xc7\xc2\xf1\ \x06\x60\x0e\x1b\xaf\x4b\x56\x93\xc6\xaf\xb1\xb1\x11\x85\x42\xc1\ \x58\xde\x85\x85\x05\x2b\x9e\x70\x59\xd7\x0f\x62\x95\xde\x8f\xbd\ \xaa\xa7\x2b\xee\x06\x84\x78\xcd\x7a\x9f\xbd\xdf\x77\x3e\xe8\xa8\ \xc7\xa6\x71\xfc\x74\x43\x6c\xf7\xd9\x29\x73\x2e\xe0\xa7\xde\xd5\ \x7c\x2b\x32\xed\x00\x6a\x6c\x24\x13\xdf\x35\x4c\xce\xa2\x1b\xa6\ \x02\x54\x2a\x07\x95\xa4\x6c\xdf\x40\x5d\xe9\x16\x42\x10\x0c\x2a\ \xd9\xa2\x2c\x16\xef\x4b\x80\xce\xb5\x10\x08\x04\x10\x89\x44\x90\ \xc9\x64\x6a\x6c\x84\xb6\x8e\x50\xd0\xcf\xc4\x78\x5e\x8f\x4e\x03\ \xd9\x6f\x32\xbe\xc4\x2e\xb9\x5c\x0e\xc0\x7e\x85\x7f\x3e\x9f\x47\ \xa9\x54\xc2\xcc\xcc\x0c\x5a\x5b\x5b\xad\x18\x83\x63\xca\xe7\xe7\ \x58\x72\xec\x69\x87\x34\x94\xe9\xa3\x62\xd3\x64\xdf\xe6\xe6\x66\ \x2c\x2f\x2f\xa3\xb1\xb1\x11\xb1\x58\xac\x06\x28\x30\xd1\x56\x63\ \xe8\xad\xad\xad\x88\xc7\xe3\xe6\xd1\x69\x49\x31\x00\x8b\xe3\x13\ \x31\xb2\x1b\xb8\x32\x43\x2a\xc4\x7c\x0e\xd7\x90\xea\x41\x05\x48\ \x06\x02\x38\x40\xe8\x54\x70\x5a\x01\xc0\x09\xa5\x90\xb9\x83\xc5\ \x01\x52\xc4\x4f\x61\xe2\x18\xa9\x70\xf3\x1a\x54\x2a\x7c\xd6\xd6\ \xd6\x56\x63\x76\x78\x4f\xe6\x6a\x11\xdd\x92\xc1\x68\x6b\x6b\x43\ \x2e\x97\xc3\xd0\xd0\x10\x76\x77\x77\x31\x3f\x3f\x8f\x4c\x26\x83\ \x5f\xfc\xe2\x17\x78\xe8\xa1\x87\x90\xc9\x64\x10\x0e\x87\xd1\xd6\ \xd6\x86\x77\xdf\x7d\x17\x27\x4f\x9e\xc4\xe8\xe8\xa8\x29\x78\x86\ \x99\xfc\x7e\x3f\x5e\x7d\xf5\x55\x44\xa3\x51\x0c\x0c\x0c\xe0\xd5\ \x57\x5f\x35\xc6\x83\x9d\xbc\x43\xa1\x10\xce\x9f\x3f\x8f\x0b\x17\ \x2e\xd8\xbb\x28\x1a\xa7\x92\x57\x6f\x5c\x17\x34\x0d\x2c\xc7\x89\ \xd7\xf0\xfb\xfd\x96\x28\x9c\xcb\xe5\x30\x38\x38\x88\xe3\xc7\x8f\ \xe3\xea\xd5\xab\x36\xaf\x3a\xe6\xba\xf8\x09\xb2\x98\xf0\xa8\xe1\ \x39\x82\x67\x15\x66\xce\x2d\xe7\xc8\x55\x1e\x6e\xbe\x95\xeb\x55\ \xe8\xfb\xea\x39\x2e\xfb\x49\x60\x48\xaf\xd8\x1d\x2f\xca\x80\x6e\ \x61\x44\x79\x54\xef\x85\xc0\xba\xa1\xa1\xc1\x9a\xcd\x86\xc3\x61\ \x8c\x8d\x8d\xe1\xd4\xa9\x53\x68\x69\x69\xc1\xf5\xeb\xd7\x31\x35\ \x35\x85\xf6\xf6\x76\xeb\x65\x06\xec\x27\xf1\x66\x32\x99\x9a\xf0\ \xcc\xde\xde\x1e\x16\x16\x16\xd0\xd9\xd9\x69\xd7\x0b\x04\x02\x56\ \xd9\x03\xec\x97\x10\x67\xb3\x59\x44\xa3\x51\x4c\x4f\x4f\xe3\xf5\ \xd7\x5f\xb7\x3e\x68\x6e\xa3\x57\xbe\x13\x73\x2e\x48\xc1\xf7\xf5\ \xf5\x61\x70\x70\xd0\x42\x5a\x00\xec\x1c\x02\x22\xe6\x80\x68\x4e\ \x1b\x01\xa5\xcf\xe7\x43\x34\x1a\x35\x39\x27\xe8\x52\x16\x83\xec\ \x1b\xf5\x0a\xdb\x1b\x50\xc6\x38\xb6\x2c\xb0\xa1\xa2\xd7\x7e\x7d\ \xcc\x07\xe1\xbb\xb1\x3a\x50\x43\x11\x8b\x8b\x8b\x88\x44\x22\x88\ \x44\x22\xb6\xa1\x36\x95\xbc\xcf\xe7\xc3\xcc\xcc\x0c\xbe\xf5\xad\ \x6f\x21\x14\x0a\x99\x23\x52\x28\x14\x4c\xb7\xf1\x7a\xca\xe2\x33\ \xcc\xc7\xc4\x70\xea\x03\x3e\x1f\xff\x4f\x86\x8f\xff\xe8\x90\xf6\ \xf4\xf4\x60\x75\x75\xb5\x66\x0e\xc8\x5c\x31\x37\x8b\xa1\x73\x8e\ \xed\xde\xde\x1e\xe2\xf1\x38\xa6\xa6\xa6\x30\x3d\x3d\x8d\x50\x28\ \x84\x9b\x37\x6f\x1a\x38\x26\xa3\xd7\xd7\xd7\x87\x40\x20\x80\x85\ \x85\x05\xec\xec\xec\x58\x4b\x8a\x6a\xb5\x6a\x21\xea\x17\x5f\x7c\ \x11\xb3\xb3\xb3\xb8\xff\xfe\xfb\x6d\x3d\x25\x12\x09\x2c\x2c\x2c\ \x98\x91\xa0\x23\xf7\xe1\x0f\x7f\x18\x27\x4e\x9c\xc0\xb5\x6b\xd7\ \xd0\xd2\xd2\x62\x95\xd2\xd4\xb5\xcc\x2f\xd3\xb0\x39\xd7\x16\x00\ \x63\xa7\xda\xda\xda\xac\x2a\xdd\xe3\x39\x28\x12\x00\x0e\x7a\x7e\ \xa9\x1d\xd8\xd9\xd9\xc1\xe0\xe0\x20\xca\xe5\x32\xb2\xd9\xac\xf5\ \xf7\x6a\x6a\x6a\xb2\xdc\x52\x4d\x98\xe7\xd8\xf2\x1e\x2e\xe3\xa3\ \xfa\xac\x1e\xb0\xd2\x75\xed\x1e\xf5\x58\x26\x3d\xb7\x9e\x7e\xbb\ \xdb\xf7\xff\xff\x00\xb0\x7a\xcf\xe3\x3a\x85\x8c\x28\xa9\x9d\xd3\ \x73\xa9\x8f\x5c\xe6\x85\xf2\xaf\xb9\xac\x94\x25\x2d\x4a\xe1\xf9\ \x6a\xf7\xc8\x6a\x01\x07\x40\x98\x0e\x15\x65\xcd\xeb\xf5\xda\x5e\ \xa6\x94\x99\x4a\x65\x7f\x23\x75\x65\x9c\x74\xb3\x77\x05\x4e\xcc\ \x87\x62\x2f\x2c\x56\xba\xf2\x39\x68\xa3\xd8\x07\x8b\xf7\xe4\xfd\ \xd9\xe0\x5c\x3b\xd4\x77\x75\x75\x19\x36\x50\x8c\xc0\xef\x51\x9f\ \x79\xbd\x5e\xe4\x72\xb9\x9a\xf0\xa6\x16\x36\x91\x85\x56\x02\x44\ \x59\x6d\xde\xcf\xeb\xf5\xc2\xd7\xdd\xdd\x6d\xa5\x90\xf4\xc6\x98\ \x33\xe2\xf1\x78\x90\x4e\xa7\x6b\x1a\x9b\x51\x11\xb3\xba\x87\x7b\ \x4c\x65\x32\x19\x4b\x44\xa5\x57\xc1\xf3\xb5\xfa\x90\x5b\xb6\x50\ \x29\x28\x3b\xe1\x56\x04\x29\xdb\xa1\x42\x45\x10\xa0\x2c\x0b\x00\ \xf3\x5e\x35\x17\x4b\x05\x52\x93\x91\xf5\xba\xca\x50\xf1\x73\xf5\ \xca\x88\x52\x29\x74\xea\xc9\xa8\xf1\xe7\x73\x93\x59\x60\x12\x33\ \x95\x3d\x0d\x00\x81\x44\x3c\x1e\x37\xc1\x3c\x7e\xfc\x38\x8a\xc5\ \x22\xd2\xe9\x34\xe6\xe7\xe7\x71\xfd\xfa\x75\xfc\xde\xef\xfd\x1e\ \x2e\x5f\xbe\x8c\x74\x3a\x6d\xd4\xe5\xd3\x4f\x3f\x6d\x5e\x34\x69\ \x76\x9f\xcf\x87\x58\x2c\x86\xc3\x87\x0f\xc3\xe7\xf3\xe1\xe4\xc9\ \x93\x38\x74\xe8\x10\xfe\xf1\x1f\xff\x11\xcb\xcb\xcb\x68\x6e\x6e\ \xc6\x47\x3f\xfa\x51\x4c\x4c\x4c\xd8\x7c\x2a\x98\xe5\xb8\xf2\x1d\ \x48\xd1\xf2\x1c\x82\x07\x32\x54\x34\x24\x9a\xa8\x5d\x2e\xef\xef\ \x59\xd7\xda\xda\x8a\x44\x22\x61\x55\x2e\x3a\x6f\x1c\x47\x05\xb0\ \x9c\x7f\x56\x61\x30\xef\x87\xc0\x50\x19\x46\x65\xa8\xd4\x23\x53\ \x90\xcc\xeb\xf2\x3d\xa8\x40\x74\x21\xf1\x3b\x2a\x73\xf5\xc0\xa5\ \x0b\xca\x55\x61\x51\xa1\xd3\x93\xe3\x62\x54\xa5\x44\xca\x9a\xeb\ \xe0\xf0\xe1\xc3\xe8\xeb\xeb\x43\x3c\x1e\xb7\x7d\xe2\x2a\x95\xfd\ \xe4\x63\x00\x16\x8a\x61\x48\x2f\x1c\x0e\xa3\x5c\x2e\x1b\xb3\x9c\ \x48\x24\x0c\x48\x44\x22\x11\x4b\x7c\x27\xc3\xc4\x31\xbf\x72\xe5\ \x8a\x79\x6d\x73\x73\x73\x35\x5b\x2c\xe9\x5a\xa2\x67\x49\x85\x44\ \x39\xea\xef\xef\x47\x30\x18\xc4\xb5\x6b\xd7\xb0\xbb\xbb\x6b\xfd\ \x85\x18\x0a\xa4\x97\x4a\xd9\x27\xfb\x4d\x30\x45\xa5\xc4\x24\x56\ \xce\x23\x3b\xd2\x2b\x0b\xa1\xeb\x8c\xde\xa4\x82\x14\x7a\x9d\x54\ \x88\xf4\x28\x15\x7c\x71\x7e\xf8\x8e\x34\xf0\x9c\x2f\x3a\x21\x94\ \x6f\xca\xdb\xf6\xf6\x36\x5e\x78\xe1\x85\xf7\xe8\xa1\x6a\xf5\x20\ \x64\xa1\xc6\x84\x60\x81\xcf\xcc\x90\x1c\xaf\xa7\x86\x92\x32\xa2\ \xca\xd9\xeb\xf5\xa2\xbf\xbf\x1f\xcd\xcd\xcd\xc8\x66\xb3\x06\xea\ \x34\x81\x97\xc6\x82\xcc\x17\xc3\x19\x94\xb1\x5b\xb7\x6e\xa1\x50\ \x28\xd8\xd6\x65\x5c\x93\x5e\xaf\x17\x03\x03\x03\x68\x69\x69\xc1\ \xfc\xfc\xbc\x45\x16\x18\x1a\x61\x88\x7a\x6f\x6f\x0f\xe9\x74\x1a\ \xc9\x64\xd2\x52\x06\x02\x81\x80\x85\x61\x1a\x1a\x1a\x90\x4a\xa5\ \x0c\xd8\x7c\xff\xfb\xdf\xc7\x17\xbe\xf0\x05\x7c\xed\x6b\x5f\xab\ \xd1\x99\x5c\x07\x0a\xae\xe8\xf0\x69\x6e\x4a\xb9\x5c\xb6\x08\x06\ \xed\x8b\xcb\x56\x00\xa8\x69\x9e\x4a\xa0\x34\x33\x33\x83\xe3\xc7\ \x8f\x63\x6c\x6c\x0c\xa5\x52\x09\x4b\x4b\x4b\xc8\x66\xb3\xf0\xf9\ \x7c\xe8\xed\xed\x45\xa9\x54\x42\x26\x93\xc1\xc0\xc0\x00\xba\xbb\ \xbb\x6b\x88\x82\xbb\x39\xe6\xea\xc8\xeb\x7c\xb9\x0c\xd5\xfb\x01\ \x26\xf7\x5a\xbf\xc9\xf1\x7e\xd7\xe4\x7b\xd7\x73\x42\x3f\xe8\xf9\ \x39\xcf\xba\x27\x9f\xea\x57\xe0\x20\x11\x9b\xcf\xca\xf5\xc7\x35\ \xac\x6c\x1f\x6d\x3f\xc1\x03\x99\x27\xce\x17\x73\x3c\x35\xed\x42\ \xbb\x0a\x30\x7a\x03\xc0\xf2\xed\x34\xb5\x86\xcf\x45\xa6\x93\x29\ \x33\x74\x5e\x74\x2d\x13\x50\x51\x57\xf3\xbb\x5a\x2c\xa2\x60\x8b\ \x73\x4f\x50\xc5\x74\x04\xbf\xdf\x8f\x44\x22\x01\x9f\x6f\xbf\x21\ \x2f\x9b\x1e\x93\xb9\x05\x60\x3a\x8d\x0c\x17\x19\x5b\xde\x47\xdb\ \xc3\xf0\xbe\xd4\x9d\x74\x8e\xd4\x39\x37\xe6\x8e\x3d\x6c\x38\xe8\ \x7c\x41\xd2\x6d\x2c\xb3\xd4\x16\x04\x95\x4a\xc5\x3c\xe8\x58\x2c\ \x66\x3b\xa6\xb3\xc2\xa8\x5a\xad\x62\x63\x63\x03\xe1\x70\xd8\x58\ \x20\x32\x37\xcb\xcb\xcb\xb6\xc8\x38\x78\x34\xe0\xca\x5e\xb9\xcc\ \x12\x3d\x5d\x02\x2b\xe0\x80\x75\xe1\x60\xb9\x79\x3e\x3a\xa9\x7a\ \x3f\x2a\x47\x7e\xae\x8b\x8d\x03\xa8\x8b\x82\xdf\xd5\x5e\x38\xba\ \x38\x38\xf1\x0a\xc6\xc8\x9e\x51\xe9\x73\xa2\x99\x94\x49\x74\x1e\ \x0c\x06\xcd\xe8\x9c\x3d\x7b\x16\x6f\xbc\xf1\x06\x36\x36\x36\x70\ \xf3\xe6\x4d\xbc\xf6\xda\x6b\xf8\xd8\xc7\x3e\x86\x8b\x17\x2f\x22\ \x16\x8b\x59\x0f\x0e\x0a\x7a\x32\x99\xc4\xd7\xbe\xf6\x35\x7c\xf9\ \xcb\x5f\xc6\x57\xbf\xfa\x55\xf3\x16\x00\xe0\xe5\x97\x5f\xc6\x2f\ \x7e\xf1\x0b\x34\x37\x37\x63\x78\x78\x18\xe1\x70\x18\x3f\xfd\xe9\ \x4f\x6b\x18\x3f\xf5\xe2\x74\x9c\xdc\xf0\x2a\x85\x9a\x63\x47\x00\ \x4a\xc1\x2b\x16\x8b\x16\xb6\xf0\x78\x3c\x18\x1d\x1d\x35\x83\xa6\ \x8b\x4d\xe7\x58\xc7\x55\xc1\x17\x81\x10\x15\x79\x3d\x80\x4b\xa0\ \x44\x99\xa0\xa0\xab\xfc\xf0\xba\x64\xa0\x5c\x26\x4d\x95\x1a\xaf\ \xc7\xcf\x54\x79\xf0\xbe\x3a\xdf\x0c\xaf\xb1\xac\x5c\xff\xa6\x60\ \x40\xff\x3f\x30\x30\x80\xfb\xee\xbb\x0f\x7b\x7b\x7b\x48\x26\x93\ \xc6\x8c\x50\x2e\x18\x0e\x89\x46\xa3\xa6\x5c\x68\x80\xd9\x80\x36\ \x1c\x0e\x03\x80\xc9\x90\x7a\x9a\x83\x83\x83\x28\x95\x4a\xf8\xf6\ \xb7\xbf\x8d\x60\x30\x88\x54\x2a\x85\x8d\x8d\x0d\x73\x80\x74\x53\ \x5d\x2a\x48\x3e\xbb\x3a\x26\x3d\x3d\x3d\xd6\x80\xf4\xd6\xad\x5b\ \x16\x02\xe4\x1a\xdd\xdc\xdc\xb4\x50\x0f\x69\x76\x82\x1d\x2a\x57\ \xa3\xc7\x7d\x07\xbb\x3c\xd0\x4b\x65\xbe\x1d\x8d\x28\x19\x09\xe6\ \x38\xd1\x31\x53\x20\xcc\x30\x2c\x41\x1a\x53\x17\xc2\xe1\x70\xcd\ \xdc\x2a\x3b\xa6\x06\x4b\xbd\x77\xce\x0b\x99\x22\x96\x93\x53\xb7\ \xf0\x27\xc1\x00\x3d\x55\xea\x0b\x32\x92\x34\x1e\x04\x43\x7c\x06\ \x05\xea\x5c\xab\x0a\x0e\xbb\xba\xba\xb0\xb0\xb0\x60\x6b\x82\xa0\ \x80\xc0\x84\x21\x46\x05\xf1\x7c\xfe\xd5\xd5\x55\xbc\xf1\xc6\x1b\ \x68\x6c\x6c\x44\x32\x99\x44\xb5\x5a\x45\x24\x12\x31\xa7\xc4\xeb\ \xf5\x62\x75\x75\xd5\xf4\x11\x65\xab\xa1\xe1\xa0\x4f\x11\xaf\xd7\ \xd2\xd2\x82\x6b\xd7\xae\x61\x67\x67\x07\x0f\x3e\xf8\x20\x62\xb1\ \x98\xa5\x31\x64\x32\x19\x1c\x3f\x7e\x1c\xaf\xbe\xfa\x2a\x7e\xfe\ \xf3\x9f\xa3\xa9\xa9\x09\xe7\xce\x9d\xc3\xeb\xaf\xbf\x6e\x79\x56\ \x34\x7a\x5e\xaf\xb7\xa6\x27\x13\x43\x9d\xb4\x27\xc5\x62\xd1\x64\ \xc8\xe3\xf1\x18\xe8\x63\xb8\x91\x00\x92\xe3\x4d\x80\x4e\x79\xbc\ \x76\xed\x1a\xd6\xd6\xd6\x70\xcf\x3d\xf7\x18\xab\x9f\x4a\xa5\x50\ \xad\xee\xe7\xf9\x75\x77\x77\x63\x6c\x6c\xcc\xb6\x72\x52\xbd\x55\ \x2f\x5a\xa1\x87\xab\x2f\xf4\xf3\x0f\x3a\x14\x5c\xd5\x03\x74\x2e\ \xd3\x74\xb7\xbf\xb9\x60\xef\xfd\x40\xd5\xdd\x80\x61\x73\x73\xb3\ \xbd\xbf\xcb\xe4\x73\x8e\xf8\x3b\xd9\x23\x05\x24\x7c\x7e\xca\x31\ \xc3\xf0\xea\x8c\x91\xb9\xd6\x67\xa6\xbc\x53\x9f\xe8\x38\x6a\xc8\ \x91\x6b\x81\xf3\xca\xeb\x53\x1e\xa9\x0b\xd4\x61\xd6\x9c\x56\x3a\ \xea\x5a\x9d\x48\x40\x43\x47\x92\x98\x80\x7b\x27\x73\x6e\xd9\x5a\ \x81\x4d\x6b\x23\x91\x08\x00\x58\x88\x54\x75\x14\x19\x7e\xcd\x47\ \xd3\x31\xe2\xb8\x51\xff\xd1\xb6\x03\xa8\x49\x9f\xd0\xdc\x43\x1f\ \x2f\xc4\x9c\x1c\x56\xff\x28\xda\xa5\x17\x48\xb4\xe7\xf5\x7a\x4d\ \x29\xce\xcf\xcf\xa3\xb9\xb9\xd9\xaa\x07\x58\xe1\xe6\xf5\x7a\xad\ \x37\x89\xcf\xe7\xc3\xc6\xc6\x06\x1a\x1b\x1b\x31\x39\x39\x69\x93\ \xc4\x49\xe5\x35\x55\x90\x68\x54\x69\xe0\xa9\x74\x35\x04\xe0\x26\ \xa8\xab\x20\xd1\x30\xea\xa4\x31\x54\xc1\x90\x25\x73\x22\x14\x38\ \x70\xb0\x95\x69\x51\x5a\xd2\x15\x6e\xf5\x1a\x78\x3d\xed\x4b\xc4\ \x31\x55\x43\xc5\x45\xb2\xb7\xb7\xdf\xc0\x33\x99\x4c\x5a\x8e\xc5\ \xb9\x73\xe7\x70\xe9\xd2\x25\xec\xec\xec\xe0\xe2\xc5\x8b\x08\x87\ \xc3\x38\x7d\xfa\x34\x3e\xf4\xa1\x0f\x61\x77\x77\xd7\x92\xa0\x1b\ \x1b\x1b\xf1\xa3\x1f\xfd\x08\xb3\xb3\xb3\xb8\x78\xf1\x22\x5a\x5b\ \x5b\x31\x32\x32\x82\xce\xce\x4e\x64\x32\x19\xfc\xd7\x7f\xfd\x97\ \x29\xbb\x47\x1e\x79\x04\x17\x2e\x5c\xa8\x19\x23\x05\x9b\x5c\x08\ \x7c\x5e\x8e\x13\xdf\x99\x02\x49\xa5\xa8\x55\x79\xbd\xbd\xbd\xb8\ \x7c\xf9\xb2\xed\x31\x76\xe7\xce\x1d\x63\x52\x34\x7c\x4a\xb6\x51\ \x19\x47\xbd\x2f\x81\x38\x05\x5d\x13\x1c\x39\xd6\x5c\xa4\xfc\x1e\ \x3d\x64\xad\xe4\xe3\xb5\xeb\x01\x29\x55\x0c\x0a\xe2\xb9\xa0\xa9\ \x5c\x54\x49\x11\x90\x00\xa8\xd9\x2e\x44\x73\x03\x99\x93\x40\xf0\ \x50\x2a\x95\x6c\xa3\xef\x8e\x8e\x0e\x0c\x0f\x0f\x63\x74\x74\xd4\ \xb6\xf9\x60\x3f\x1f\x1a\x79\x32\x23\xcc\x97\x09\x87\xc3\x68\x6f\ \x6f\x47\x2c\x16\xb3\x84\xf0\x48\x24\x82\x72\xb9\x6c\x06\x4b\xc3\ \xcf\x91\x48\x04\x1e\x8f\x07\xdf\xff\xfe\xf7\xad\x25\x48\x32\x99\ \xc4\xb1\x63\xc7\x2c\x2c\x54\x2a\x95\x6c\xef\xcb\x9d\x9d\x1d\x5b\ \xe3\x94\xf9\xdd\xdd\x5d\x74\x74\x74\x18\x73\x30\x32\x32\x62\xac\ \xb4\xd7\xeb\x35\x86\x9b\x7d\x87\xf8\xde\x0a\x86\x55\x31\xba\x1e\ \xe6\xde\xde\x9e\xad\x01\x32\xaf\x64\xc6\xf6\xf6\x0e\x36\x09\xe6\ \x7b\x51\x1e\xb8\x99\x74\x67\x67\x27\xa2\xd1\x68\xcd\x36\x3f\xf5\ \x18\x07\xae\x45\x9d\x73\xd7\x58\xf1\xa7\x1a\x09\xbd\x06\x0b\x55\ \xd4\xb9\x73\xf3\xff\xd4\xf9\xe3\xba\xe6\xe7\xbc\x3e\xc7\x97\x32\ \xcc\x84\xd9\xd5\xd5\x55\x73\x0c\x78\xdd\x6a\x75\x3f\xdc\xc3\xde\ \x66\x74\xc2\x38\x16\x1e\xcf\x7e\x01\x00\x9b\xb6\xae\xaf\xaf\xa3\ \xbb\xbb\x1b\x89\x44\x02\xe1\x70\x18\x3b\x3b\x3b\x16\x52\xe6\x7a\ \x52\x0f\x3b\x9f\xcf\x5b\x7e\x52\x26\x93\x31\x76\xe0\xc5\x17\x5f\ \xc4\x2f\x7f\xf9\x4b\x3c\xfc\xf0\xc3\x78\xe2\x89\x27\xb0\xb5\xb5\ \x65\xb9\x9e\x3f\xf9\xc9\x4f\x50\xa9\x54\x90\xcf\xe7\xf1\xc5\x2f\ \x7e\x11\xeb\xeb\xeb\x98\x9c\x9c\x34\x40\xca\x67\x03\x60\xcf\xed\ \xf7\xfb\xad\x5f\x16\x1d\x73\x3e\x03\xf3\xaf\x5c\x7d\xeb\xf1\x78\ \x8c\x91\x27\x0b\xc2\x0a\x65\x3a\x24\x2f\xbc\xf0\x02\xfa\xfa\xfa\ \x70\xcf\x3d\xf7\xe0\xde\x7b\xef\xc5\xea\xea\x2a\x4a\xa5\x12\xce\ \x9e\x3d\x6b\x7a\x97\x61\x21\xae\x53\x57\x57\xeb\xa1\xac\xa5\x7b\ \xae\x7b\xde\x07\x01\xae\xf7\x03\x57\xc0\x7b\x77\x1d\xd1\x73\x5c\ \x46\xea\xfd\xbe\xaf\x9f\xe9\xef\xda\xb0\x57\xd3\x2e\x80\xda\x4a\ \x7c\xe0\x00\xec\x53\x87\xe9\xa1\xc0\x80\xeb\x96\xc0\x4a\xf5\xa2\ \x12\x31\x0c\xdb\xf2\x33\xde\x07\x80\x61\x0a\x00\xa6\x6f\x14\x5c\ \x01\x30\xa0\x42\x99\xd0\x88\x02\x89\x1f\x00\x36\xbf\x3a\x16\x2e\ \xf1\xa2\xef\x47\x5d\xae\x0e\x58\x2e\x97\xb3\x48\x00\xc9\x08\xe6\ \x8a\xf3\xdd\x59\xa1\xab\x29\x2a\xd5\x6a\xb5\xa6\xef\x1d\x2b\x77\ \xf5\xfa\xd4\x75\x3c\x97\x79\x9e\x0d\xe7\xcf\x9f\xff\x3a\xbb\xae\ \x92\x8e\xa7\x91\xe0\x44\x50\x60\x2b\x95\x0a\x5a\x5b\x5b\xcd\xa3\ \x63\x28\x8c\x0c\x8d\x6e\xb7\xc1\xc1\x53\x63\x56\x2c\x16\x6d\xb3\ \x60\x65\x97\x14\xb8\xa8\x17\xa2\xc0\xc6\x05\x37\x16\xe3\xf4\x1d\ \x74\x06\x77\x15\xaf\x2e\x20\x15\x4a\x5e\x83\x60\x83\xa8\x93\xca\ \x91\x86\x57\x9f\xc1\x7d\x36\x3e\x3f\x27\x41\xcf\xa3\x47\xcf\x64\ \x74\xf5\x86\xa9\x70\xa8\x40\xc8\xb2\x10\xd8\x06\x02\x01\x44\xa3\ \x51\xac\xad\xad\xa1\x5c\x2e\xe3\xe6\xcd\x9b\x00\x80\x73\xe7\xce\ \x99\xe2\x0f\x06\x83\xb8\x7c\xf9\x32\xfe\xe5\x5f\xfe\x05\x4d\x4d\ \x4d\x78\xf4\xd1\x47\xb1\xb6\xb6\x86\x43\x87\x0e\x21\x12\x89\xe0\ \x1b\xdf\xf8\x06\xde\x78\xe3\x0d\xf8\xfd\x7e\x7c\xe4\x23\x1f\x41\ \x3e\x9f\xc7\xdb\x6f\xbf\x5d\x93\x74\x5e\xcf\xd3\x57\xef\x8f\x42\ \xc3\x23\x16\x8b\x61\x60\x60\x00\x57\xaf\x5e\xb5\x10\xa1\xd7\xeb\ \xc5\xe3\x8f\x3f\x8e\xf5\xf5\x75\xeb\xf0\x5d\x28\x14\xe0\xf3\xf9\ \xf0\xf3\x9f\xff\xdc\x18\x3f\x1a\x23\x1d\x53\xfe\xe4\xd8\x73\x8e\ \x15\x58\x93\xa1\x51\x7a\x96\x0b\x48\x95\x83\x7a\xa6\xf4\x96\xb8\ \x68\x69\x0c\x08\x9c\x75\xc1\xb9\x8a\x42\x01\x1f\x8d\xa3\x86\x74\ \xab\xd5\xaa\x81\x22\x2a\x82\x40\x20\x60\x0c\x10\x2b\xa0\xba\xbb\ \xbb\x31\x3c\x3c\x8c\xde\xde\x5e\x3c\xfc\xf0\xc3\x38\x73\xe6\x8c\ \xb5\x31\x60\xef\x1e\x1a\x38\xe6\x93\x70\xef\xc1\x68\x34\x8a\xcd\ \xcd\x4d\x00\xb0\x50\x19\x41\x5e\x77\x77\xb7\xe5\x37\xb6\xb4\xb4\ \x20\x16\x8b\xa1\xa3\xa3\x03\xf1\x78\x1c\xdf\xfb\xde\xf7\x90\x4e\ \xa7\xcd\xd1\x61\xbe\x4c\x7b\x7b\x3b\xca\xe5\xfd\xde\x63\x1c\xab\ \xc6\xc6\x46\x4b\x62\x0f\x06\x83\xe8\xee\xee\x46\x28\x14\xc2\x8d\ \x1b\x37\xd0\xdc\xdc\x8c\xc7\x1e\x7b\x0c\xaf\xbd\xf6\x1a\x56\x57\ \x57\x6b\x18\x8b\xd6\xd6\x56\x0b\xe3\x51\xce\x09\x8a\xd9\x8d\x9e\ \x55\x71\xf4\x04\xa9\x23\x38\xbf\x6c\x18\xc8\x10\xa1\xb2\x87\x7c\ \x57\x3a\x0b\x47\x8e\x1c\xc1\xd1\xa3\x47\x31\x34\x34\x84\xf6\xf6\ \x76\x63\xb7\x5c\x63\xe4\x1e\xae\xfe\x50\xb9\xd6\xa3\x52\xa9\xe0\ \xed\xb7\xdf\xc6\xfa\xfa\xba\x79\xb4\xc0\x81\xd2\x2f\x97\xcb\x96\ \x47\xaa\x6b\x9b\x00\x08\x38\x30\x54\x2e\x5b\xa6\xad\x23\xb8\x66\ \x43\xa1\x10\x52\xa9\x94\xb5\x71\xa0\x7c\x51\x76\x38\x3f\xd4\x0f\ \xe7\xcf\x9f\x37\xc3\x59\xa9\xec\x6f\xf9\xf1\xdc\x73\xcf\x21\x9f\ \xcf\x23\x91\x48\xa0\xa7\xa7\xc7\x72\xdd\xb8\xe5\x16\xd9\x30\xea\ \x0a\x4d\xe4\xa5\xcc\x31\x7c\xa2\x4d\x84\xaf\x5d\xbb\x86\xf6\xf6\ \x76\xd3\x3d\xff\xfc\xcf\xff\x8c\x5c\x2e\x07\x9f\xcf\x87\xc7\x1e\ \x7b\x0c\x91\x48\x04\xc3\xc3\xc3\xd6\xf3\x8e\x6b\x81\xa0\xa8\xa3\ \xa3\x03\x8d\x8d\x8d\xb6\xa7\x5d\xb5\x5a\xb5\xc2\x26\x3a\x59\x9a\ \xc7\x49\x00\x4d\x83\xeb\x86\x86\xd9\x9a\x82\xef\x4e\x87\x7e\x7a\ \x7a\x1a\xb9\x5c\x0e\xd1\x68\x14\x47\x8e\x1c\xb1\x74\x09\xea\x23\ \xf6\xd1\x52\xbd\xa0\x20\x46\x65\xa3\x1e\xe0\xa9\x07\x96\x5c\x90\ \xe6\x7e\xe6\x5e\xeb\x6e\xe7\xf0\xa8\x07\xb6\xea\xc9\xb1\xde\xd3\ \xbd\xbf\x7e\x46\x99\x74\x99\x24\x8e\xbb\xda\x27\x75\x2c\x55\xa6\ \x35\x8c\x47\xdd\xaa\xac\x1f\xef\xa9\x80\x86\x44\x06\x1d\x68\x6d\ \x9d\xa3\xa1\x7b\x86\x8b\x75\x6e\x15\x58\xa9\xfe\xd7\xd0\x3e\xe7\ \xd0\x7d\x3e\x3e\x33\x65\x0f\x38\xe8\xf3\xa7\xbb\xd1\x28\x41\xa3\ \xc0\x52\xdb\x47\x11\x5c\x91\x08\xe2\xfd\x55\x4e\xf9\x9e\x1c\x0f\ \xae\x75\xda\x00\x75\xcc\xa9\xd7\xac\x3a\x98\x65\xba\x34\x62\x0d\ \x0d\x0d\xe6\x7d\xf3\xa2\x5a\x0a\x4a\xe5\xcd\xc1\x20\x02\xa4\xb7\ \x41\x9a\x9b\x0f\xc9\x1c\x91\x6a\xb5\x8a\xab\x57\xaf\xda\x83\xa8\ \x80\xa8\x01\xa6\xa3\x9d\x5b\x9e\x00\x00\x20\x00\x49\x44\x41\x54\ \x30\x28\xe0\xe1\x73\xd0\x4b\x54\xfa\x5d\x05\x96\xa8\x93\x9f\xa9\ \xc0\xa8\xe7\xa4\x00\x42\x95\x2e\x07\x5a\xc3\x53\x2e\xab\x05\x1c\ \x28\x51\x15\x40\x4e\x24\x27\xc8\xa5\x1f\x95\x6d\x21\xd0\x61\xbc\ \xbb\xa9\xa9\x09\x13\x13\x13\xa8\x54\xf6\x37\x83\xee\xea\xea\x42\ \x2a\x95\xc2\xf2\xf2\x32\x4a\xa5\x12\xde\x7c\xf3\x4d\x54\xab\x55\ \x7c\xf6\xb3\x9f\xc5\xc0\xc0\x80\x85\x1a\x35\x6c\x37\x34\x34\x04\ \x9f\xcf\x87\x97\x5f\x7e\x19\x3f\xfd\xe9\x4f\xe1\xf1\x78\x70\xe8\ \xd0\x21\x0c\x0c\x0c\xe0\xdb\xdf\xfe\x76\x4d\x85\x85\x02\x48\x5d\ \x40\x7c\x77\x5d\x50\x7c\x2f\x96\xf5\xbb\x9f\xfb\xfd\x7e\x04\x83\ \x41\x6c\x6c\x6c\xe0\xf0\xe1\xc3\xc8\x64\x32\x08\x06\x83\x68\x6c\ \x6c\xb4\xb0\x04\xaf\xc9\xfc\x16\x2e\x16\xde\x93\xf3\xc6\xf9\xd5\ \xdc\x0e\x7a\x0b\x4c\x6e\x76\xc3\x7f\x04\x50\xfc\x9e\xca\x14\xe7\ \x9a\x73\xc2\xfb\x93\x5d\x53\xb6\x91\xe7\x6b\x42\xa8\x2a\x32\x77\ \x3b\x1a\x1a\x18\x6e\x40\x1d\x0a\x85\x10\x0a\x85\x90\x48\x24\x10\ \x0c\x06\x31\x3a\x3a\x8a\x47\x1f\x7d\xd4\xb6\x84\xa1\x72\xe2\x1e\ \x6b\xec\xc9\x32\x3f\x3f\x8f\xa9\xa9\x29\xb4\xb4\xb4\xa0\xaf\xaf\ \x0f\x85\x42\xc1\xc2\x7a\xe5\xf2\x7e\xa3\x3c\x32\x5e\xcc\x8b\xe0\ \x51\x2e\x97\x11\x8f\xc7\x71\xfd\xfa\x75\xcc\xcd\xcd\xd9\xba\xe4\ \xbc\xa4\xd3\x69\x7b\x4e\x32\xa9\x9d\x9d\x9d\x28\x95\x4a\x48\xa5\ \x52\xa6\xf8\xd8\x65\x9e\x4a\xa8\x58\x2c\x62\x7c\x7c\xdc\x0c\x1e\ \xd7\x37\xd7\x07\x3d\x66\xe6\x3a\x00\x07\x14\x39\xbd\x59\xae\x51\ \xe6\x65\x51\xe9\x36\x37\x37\xd7\x74\x30\x57\xa7\x21\x91\x48\x60\ \x68\x68\xc8\x9a\x03\x2a\x28\xa7\x8c\x70\xbd\x2a\xc3\xe8\x3a\x51\ \xae\xb1\xaa\xc7\x40\xf0\x5a\x5c\x93\x4d\x4d\x4d\x28\x16\x8b\xc6\ \xc2\x10\xe0\xf3\x1c\x86\x06\x75\xed\xab\xa7\xcb\xf9\xa0\xdc\xba\ \xc6\xa5\xb5\xb5\x15\xeb\xeb\xeb\xd6\xae\xc5\x65\xbc\x08\x8a\x08\ \xc8\x2e\x5d\xba\x84\xdf\xfa\xad\xdf\xc2\xf1\xe3\xc7\x4d\x66\xb8\ \x96\xe2\xf1\x38\x62\xb1\x18\x2a\x95\x0a\xd6\xd6\xd6\x2c\xba\xa0\ \xec\x05\xc3\xc8\x7c\x56\x82\xc5\xdd\xdd\x5d\x24\x93\x49\xd3\xf9\ \x74\x0e\x5a\x5a\x5a\x30\x35\x35\x85\xc1\xc1\x41\xfc\xf0\x87\x3f\ \x44\x32\x99\x34\x90\xe3\xf3\xf9\xf0\xcb\x5f\xfe\x12\x43\x43\x43\ \x38\x7d\xfa\x34\x56\x57\x57\x6b\x0a\x23\x9a\x9b\x9b\xd1\xd3\xd3\ \x83\xc3\x87\x0f\xe3\xcd\x37\xdf\xb4\xfd\xeb\x58\x1c\xc5\xb9\x54\ \x39\x50\x96\x58\x6d\x02\xe7\x8f\x2c\xf0\xf9\xf3\xe7\x31\x39\x39\ \x69\x6c\xaa\xc7\xe3\xc1\xcc\xcc\x0c\xa6\xa7\xa7\x71\xe2\xc4\x09\ \x7c\xe8\x43\x1f\x32\x10\xcf\x7c\x20\x97\x01\x72\xc1\x38\xff\xee\ \xa6\x42\xbc\x1f\x13\xe5\x7e\xd7\x95\x2f\x75\x56\xef\x06\xe8\x3f\ \xe8\x5a\x6a\x0b\xf9\x37\xf7\x1a\x77\x03\x82\x40\xad\x2e\xa7\x13\ \x03\x1c\x44\x0a\x94\xf1\xa1\xfe\x24\x70\x55\x46\x91\x80\x57\x53\ \x39\x28\xcb\x5c\x1b\x00\x6a\x88\x0f\xea\x55\x46\x18\x74\x0c\xd4\ \xd1\xe6\xdf\xb9\x46\x68\xeb\x79\x0d\xea\x68\x7e\x97\x8e\x0e\x71\ \x08\xc7\x86\x60\x92\xff\x67\xca\x0a\x19\x70\xca\x27\x73\xc5\x69\ \xff\xab\xd5\xaa\xb5\x67\xa1\xac\xe8\xfe\x98\x74\x9e\xf9\x9e\x04\ \xef\x94\x5b\xda\x71\x7d\x37\xa0\xb6\xc7\xa3\xbe\x47\xc3\xbd\xf7\ \xde\xfb\x75\x0e\x30\xc3\x33\xd5\xea\x3e\x5d\xdd\xdc\xdc\x6c\x8c\ \x16\xf3\x1d\x54\xd1\x32\xc1\xce\xef\xf7\xdb\xdf\x63\xb1\x98\xd1\ \x81\x5d\x5d\x5d\x66\x40\xfd\x7e\x3f\xc6\xc7\xc7\xdf\xd3\xda\x9f\ \x0b\x43\x91\xaa\x0a\x1a\x07\xdf\x15\x24\x45\xb8\x7c\x59\x0a\x08\ \x7f\x57\x26\x8b\x31\x7d\x4e\x82\x02\x0c\x05\x00\xba\x60\xf8\xbb\ \x0b\xa4\x78\x7d\x7d\x07\x35\xd0\xcc\x19\xa1\x57\xe5\xf7\xfb\x6d\ \x2f\x30\x0d\xaf\x71\x3b\x10\xee\x27\xc6\x06\x7f\x83\x83\x83\x78\ \xfb\xed\xb7\x6d\x9c\x18\x8a\x9d\x9d\x9d\x45\x24\x12\xc1\xc8\xc8\ \x08\x56\x56\x56\xf0\xec\xb3\xcf\xda\xb3\x1c\x3a\x74\x08\x2b\x2b\ \x2b\xf8\x87\x7f\xf8\x07\x6c\x6c\x6c\x20\x1e\x8f\xe3\xc9\x27\x9f\ \xc4\xb3\xcf\x3e\x6b\xca\x59\x01\x26\x17\x9f\x02\x48\x52\xf8\x1a\ \x3b\xe7\xfb\x05\x02\x01\x0c\x0d\x0d\x61\x7c\x7c\xdc\xbe\xdf\xd8\ \xd8\x88\x4f\x7e\xf2\x93\x96\x1b\xa6\xf9\x2c\xaf\xbe\xfa\x2a\x8a\ \xc5\xe2\x7b\xe6\x93\x8b\x41\x15\x0d\x0f\x1a\x27\x2a\x3f\x82\x19\ \x32\x38\x34\x60\x1d\x1d\x1d\x35\xa0\xdb\x7d\x2f\xa5\xe4\x79\x6f\ \x3e\x87\x7a\xb3\x6e\xd1\x83\x86\x2f\x39\xae\xfa\x8f\x55\x26\xf4\ \xc6\x58\xe1\xc9\x90\x6d\x7b\x7b\x3b\x0e\x1d\x3a\x84\x27\x9f\x7c\ \x12\x0f\x3c\xf0\x80\x01\x09\x95\x65\x82\x8c\x86\x86\x06\xdb\x79\ \x7d\x68\x68\x08\xa3\xa3\xa3\xe8\xee\xee\xb6\x84\x77\xe6\x64\x51\ \x9e\xdb\xda\xda\x4c\x71\xe8\xde\x78\x6b\x6b\x6b\xd6\x34\xd6\xef\ \xf7\xa3\xbb\xbb\x1b\x8f\x3d\xf6\x18\x82\xc1\x20\xa6\xa7\xa7\xad\ \xa7\x14\x2b\x8d\xf6\xf6\xf6\x8c\x19\xa0\x0c\xb0\xc7\x15\xf7\x40\ \xbc\x74\xe9\x92\x9d\xa7\x8a\x9a\x73\x44\x4f\x51\x8d\x25\x59\x06\ \xf5\x00\x35\xa5\x80\x86\x58\x1d\xaf\x81\x81\x01\x1c\x3d\x7a\x14\ \x27\x4e\x9c\xc0\xb1\x63\xc7\xac\x02\xae\x1e\x4b\xe5\xce\xa7\xb2\ \x68\x77\x63\x10\xf4\x3b\x7a\xf0\xf3\xad\xad\x2d\x5c\xba\x74\x09\ \x1b\x1b\x1b\x26\x97\x4c\x0a\xe7\x5a\x60\xa2\x2b\xe7\x82\x60\x8b\ \xe9\x0f\xc0\x41\x25\x12\xef\xcb\xb9\x66\x4e\x19\xf5\x01\xc3\x0f\ \xdc\x0d\xe3\xcc\x99\x33\xd6\x81\x7c\x63\x63\xc3\x9e\x8d\xef\x96\ \xcd\x66\x71\xfe\xfc\x79\x2b\x14\x7a\xee\xb9\xe7\x70\xe5\xca\x15\ \x2b\x74\x60\xc4\xa0\xb9\xb9\x19\xe1\x70\x18\x1b\x1b\x1b\xef\x29\ \x3e\x60\x1e\x4b\x3e\x9f\x37\xdd\xde\xd9\xd9\x69\xf3\xa4\x0e\x43\ \x30\x18\xc4\xdc\xdc\x1c\x2e\x5e\xbc\x68\x7f\x23\xc3\x79\xf6\xec\ \x59\xf4\xf6\xf6\xa2\xa5\xa5\x05\x1b\x1b\x1b\x58\x5f\x5f\x47\x7b\ \x7b\x3b\x42\xa1\x10\x3a\x3a\x3a\xf0\xe5\x2f\x7f\x19\x1f\xf9\xc8\ \x47\x30\x36\x36\x86\x3b\x77\xee\x98\x33\x40\xc7\x8e\xde\x3d\xf3\ \xac\x74\x6e\x29\x3b\x1c\x6b\xf6\x4e\x5b\x5d\x5d\x45\x53\x53\x13\ \x1e\x7a\xe8\x21\xec\xec\xec\x20\x95\x4a\x19\xfb\xda\xd6\xd6\x86\ \xb9\xb9\x39\xdc\xbe\x7d\xdb\x5a\x93\x70\x4b\x27\xd5\xcb\xbc\xbe\ \x82\x0c\x1e\x5c\x43\x6e\x04\xe5\x83\x0e\xf7\xbc\x7a\xb2\x56\x0f\ \x18\xb9\xc0\x4a\x3f\x53\x7b\xe4\x5e\x5b\xbf\xa7\x3f\x55\x96\xc9\ \x70\x02\x07\xe1\x6a\x75\x02\x28\x57\xea\xa0\x72\x4c\x74\x8d\xab\ \x2d\xd3\x06\xe4\x64\x9b\x35\x72\xc0\x75\xcc\xef\xa9\xe3\xcc\xf9\ \xa6\x3e\x56\x7b\x49\xc0\x42\xe7\x23\x16\x8b\xd9\x7a\xe4\xfd\xb8\ \xa6\xf8\x2c\xd4\xb9\xc4\x12\x24\x2f\x78\x3d\x3a\x44\x04\xf4\xd4\ \xb5\x2a\xe7\x5a\x41\xc8\xeb\xaa\x2c\x72\x6d\x73\x9d\x32\xb2\xc4\ \x7c\x34\x37\x1c\xe8\x3a\x57\xbc\x3f\x9d\xf7\x4a\xa5\xb2\xcf\x60\ \x69\x62\x26\x2f\x44\xaf\x5b\xd9\x25\x22\x50\x26\x68\x6b\x62\x17\ \x27\x98\x88\x8f\xfb\x60\x71\x43\xe7\x85\x85\x05\xeb\x2e\xed\x0a\ \x9a\x22\x64\xf5\x10\xf9\x53\xe9\x41\x15\x10\xbe\x18\x70\xc0\x72\ \xe9\xf7\x09\x68\x74\x10\x95\xbd\xa9\xc7\xe2\xf0\xd9\x68\x6c\x15\ \x5c\x91\x72\xd5\xfb\xf3\x3e\x1c\x23\x4e\x12\x15\x2c\x13\xf8\x18\ \x6a\x25\x98\x61\x45\x15\xbd\xfc\x86\x86\x06\xac\xad\xad\xe1\xf2\ \xe5\xcb\x18\x1f\x1f\x37\x01\xeb\xe9\xe9\x41\x6f\x6f\x2f\x2e\x5d\ \xba\x84\xd9\xd9\x59\x7c\xf3\x9b\xdf\xc4\xf4\xf4\x34\x06\x06\x06\ \x10\x0a\x85\xac\x1a\xe8\xf8\xf1\xe3\xf8\xa7\x7f\xfa\x27\x24\x93\ \x49\x34\x37\x37\xe3\xe9\xa7\x9f\xc6\xc9\x93\x27\xf1\xcd\x6f\x7e\ \xd3\xc2\x3c\xca\xc2\xa9\xf7\xe8\xf3\xed\xef\x4f\xc7\xaa\xc6\x9d\ \x9d\x1d\x24\x93\x49\x4b\x98\xe5\x7b\xe6\xf3\xf9\xf7\xb0\x44\xcc\ \xa5\x61\x9f\x1d\xb2\x59\xdc\x01\x40\xc7\x92\x8b\x88\xbf\xeb\xb8\ \x2b\x90\x75\x19\x4d\x3e\x2b\x15\x65\x5b\x5b\x1b\x8e\x1e\x3d\x8a\ \xf5\xf5\x75\xcc\xcc\xcc\x20\x1a\x8d\x5a\xf8\x8d\xde\x8d\xc6\xf5\ \xd5\xe3\xe0\x42\x63\xce\x87\xca\x1e\xcf\xe3\xa2\x74\x15\x4b\xa5\ \x52\x79\x4f\x12\x3b\x8d\x48\x24\x12\xc1\xe1\xc3\x87\xd1\xdb\xdb\ \x8b\x7c\x3e\x8f\x1b\x37\x6e\x98\xa1\xde\xda\xda\x42\x28\x14\xb2\ \x92\x62\x26\x12\xf3\x39\xa8\x1c\xc8\x74\xb4\xb7\xb7\xe3\xf4\xe9\ \xd3\x08\x87\xc3\x36\x46\x4a\x3f\x6f\x6e\x6e\x22\x99\x4c\x62\x7b\ \x7b\x1b\x2f\xbf\xfc\xb2\x29\x81\x78\x3c\x8e\x8e\x8e\x0e\x5c\xba\ \x74\xc9\x2a\x67\x58\xaa\x5c\x2a\x95\xd0\xd3\xd3\x63\xeb\x21\x1e\ \x8f\x63\x67\x67\x07\xa5\x52\xc9\x92\x94\xb7\xb6\xb6\x30\x33\x33\ \x63\x63\x40\x10\xa6\xac\x2b\xe5\x9f\xe1\x6c\x75\x36\x08\x84\x19\ \xca\xd3\xdc\x49\x8e\x55\xb5\xba\xbf\x0f\xd8\x91\x23\x47\xd0\xde\ \xde\x6e\xe3\xcc\xf1\x55\xa5\xa5\x87\x1a\x05\xca\x85\x9b\x36\x50\ \xef\x7b\x0a\xa8\x5d\xc3\xb5\xbe\xbe\x8e\x7c\x3e\x8f\x48\x24\x62\ \xf3\xa0\x72\xc9\x4a\x43\x0d\x61\x12\x54\xf1\x3c\xea\x18\xce\x0f\ \x9f\x4d\x9d\x2b\x82\x2b\x7e\x97\xba\x67\x6e\x6e\x0e\x1f\xfe\xf0\ \x87\xf1\xc4\x13\x4f\xe0\xf6\xed\xdb\x78\xe3\x8d\x37\xb0\xb4\xb4\ \x84\x8d\x8d\x0d\x34\x34\x34\xe0\xf2\xe5\xcb\x78\xfb\xed\xb7\xf1\ \xe0\x83\x0f\xa2\xa5\xa5\x05\x99\x4c\xc6\xaa\x0f\x39\xd6\x00\xac\ \xa9\x2b\x73\xa2\x08\xa8\x79\x10\x08\xe9\x5e\x98\x6b\x6b\x6b\x56\ \x35\x15\x0e\x87\xb1\xb6\xb6\x86\xe5\xe5\x65\x2c\x2e\x2e\xda\xdc\ \x92\x89\x66\xc3\x57\x32\x55\x2d\x2d\x2d\xb6\x4f\x64\x34\x1a\xc5\ \x1f\xfc\xc1\x1f\xa0\xbf\xbf\x1f\xe5\x72\x19\x43\x43\x43\x78\xe4\ \x91\x47\xf0\xbd\xef\x7d\xcf\xd8\x4b\x76\x5f\x67\x74\x43\x19\x0b\ \x65\x25\x28\x5f\xb4\x21\xc1\x60\x10\xb7\x6e\xdd\xc2\xc8\xc8\x08\ \x7e\xfb\xb7\x7f\x1b\x6f\xbd\xf5\x16\x26\x26\x26\xd0\xd4\xd4\x84\ \x43\x87\x0e\xa1\x54\x2a\x61\x6e\x6e\x0e\xb7\x6e\xdd\xc2\xd4\xd4\ \x14\xee\xbf\xff\x7e\x44\x22\x11\x33\xa0\x2e\x1b\x4f\x1b\xa2\xa0\ \x52\xd3\x20\x28\x87\x5c\x6f\x2e\xc8\x77\x65\x4a\xed\x80\x0b\xac\ \xdc\xf3\xeb\xb1\x4e\x2e\x7b\xa5\xd7\x76\xaf\xe1\xfe\x5d\xbf\x4b\ \x50\x4a\x56\x99\xf2\xab\xc5\x16\x74\x46\x09\xa6\xb8\x5e\x15\x34\ \x71\x5c\xf8\x37\xfe\x9f\xf2\xcf\x35\xad\x21\x33\x16\x6a\xe8\xfc\ \xf1\xd0\xca\x6d\x0d\xd3\xf1\x1d\xe8\xdc\xa7\x52\xa9\x9a\x7b\x12\ \xb8\xd1\x3e\xf1\x3c\xbd\x16\x31\x8a\x56\xdb\x6a\x61\x0c\xa3\x56\ \x74\xa2\x09\x3a\xf5\x3e\x4a\x76\x78\xbd\x07\x7b\x32\xd2\x8e\x53\ \x56\xb8\xce\xc8\x32\xf3\xdd\xf9\xae\x8c\x36\xb0\xd0\x87\xb2\xb7\ \xbb\xbb\x0b\x1f\x13\x2b\xb9\x9f\x15\x93\xd4\x53\xa9\x94\x25\x46\ \x72\xa0\xd7\xd6\xd6\x50\xad\x56\xd1\xd1\xd1\x61\x79\x57\xf4\xf8\ \xa8\xb8\x39\x40\xe5\x72\xd9\xca\x7d\x87\x87\x87\x31\x39\x39\x69\ \xf4\xb8\x32\x24\x2a\x38\x6a\x50\x15\x30\xd5\x13\x5a\x2e\x02\xa5\ \x32\xdd\x1c\x2c\x2a\x21\xd7\xf3\x55\x36\x45\x15\xb6\x1a\x75\x6d\ \x4a\xc9\x41\xd7\xc5\xa7\xef\xc0\x6b\xaa\x50\x32\xff\x84\x80\x8b\ \x79\x17\xa4\x2b\x99\xb3\x42\x76\x90\xb1\x61\x76\xdc\xa6\x31\xad\ \x54\x2a\xf8\xd2\x97\xbe\x84\xb1\xb1\x31\xfc\xf7\x7f\xff\x37\xd6\ \xd6\xd6\xf0\xcc\x33\xcf\xe0\xe3\x1f\xff\x38\xbe\xfe\xf5\xaf\xe3\ \x3f\xff\xf3\x3f\xb1\xba\xba\x8a\x5b\xb7\x6e\x59\x78\x37\x14\x0a\ \xe1\xf7\x7f\xff\xf7\x2d\x87\x66\x63\x63\xc3\xe8\xcd\xc6\xc6\x46\ \x84\x42\x21\x44\xa3\x51\xc4\x62\x31\x0c\x0d\x0d\x61\x78\x78\x18\ \x3d\x3d\x3d\xd6\x16\x80\x31\xfd\xe7\x9f\x7f\x1e\x2f\xbe\xf8\x22\ \x52\xa9\x14\xbc\x5e\xaf\xed\x1f\xc7\x77\xa2\x51\x69\x6b\x6b\xb3\ \x6a\xc8\xab\x57\xaf\xe2\xa5\x97\x5e\xb2\x71\x57\xa5\xa6\xf3\x48\ \xa1\xe7\x78\xf3\xa7\xfe\xae\xc0\x4a\xc7\x9a\x06\x31\x95\x4a\x21\ \x10\x08\xa0\xab\xab\x0b\x7f\xf1\x17\x7f\x81\x9b\x37\x6f\xe2\xd2\ \xa5\x4b\x98\x98\x98\xc0\xde\xde\x9e\x19\x47\x2e\x4c\xf5\x5a\xb8\ \xb8\x68\xd4\x09\x22\x28\x73\x9a\x88\xa9\x0a\x9b\xd5\xb4\xd5\xea\ \x7e\x73\xcb\xc1\xc1\x41\x1c\x39\x72\xc4\x1a\x1f\x2e\x2c\x2c\xe0\ \xce\x9d\x3b\x56\x4a\xcc\x04\xf4\x64\x32\x89\x58\x2c\x66\x8d\x76\ \x09\xb2\x98\x17\x43\x30\x9a\xc9\x64\xb0\xb1\xb1\x81\x5c\x2e\x87\ \xb6\xb6\x36\x6c\x6f\x6f\xdb\xc2\xde\xde\xde\x46\x67\x67\xa7\x29\ \xd2\x70\x38\x8c\xc5\xc5\x45\x7b\xa6\xee\xee\x6e\x6b\x6f\xb1\xbe\ \xbe\x6e\xc9\xc6\x00\xac\x8a\xaf\x5c\x2e\xdb\x26\xba\x6c\xc5\x42\ \xaf\x8f\x0c\x19\xf3\xb7\x3c\x9e\x7d\xe6\x92\xbd\x85\xa8\x80\x34\ \xd1\x93\xca\x95\xcc\xa7\xe6\x31\x71\x1d\x71\xae\x63\xb1\x18\x4e\ \x9d\x3a\x85\xee\xee\xee\xf7\xe4\x54\x50\x2e\xd4\x70\xa8\xf3\xc5\ \x79\xa1\x72\x55\x45\xee\x1a\x2a\x35\x9a\x7a\xe8\x3a\xf7\x78\x3c\ \x28\x14\x0a\x35\xa1\x6f\x86\x09\xc9\xb2\x50\x0e\x54\xf1\x72\x6d\ \xab\xb2\x56\xf9\xa4\xd7\x4e\x3d\xc8\xe7\xa5\x9e\xe1\xff\x99\x6c\ \x7e\xf1\xe2\x45\x14\x0a\x05\x7c\xe1\x0b\x5f\xc0\xe7\x3e\xf7\x39\ \xac\xac\xac\x60\x65\x65\x05\xeb\xeb\xeb\xf8\xde\xf7\xbe\x87\xef\ \x7e\xf7\xbb\x38\x73\xe6\x0c\x9a\x9b\x9b\xd1\xde\xde\x5e\x23\xb7\ \x1c\x7b\x86\x43\x42\xa1\x90\x95\xd8\x33\xcd\x23\x18\x0c\x5a\xae\ \x54\xa5\x52\x31\x07\x87\xf3\xc8\xf1\x28\x16\x8b\x35\xdd\xdc\x69\ \xd8\xe8\x18\x7a\xbd\x5e\xac\xad\xad\xd5\xe4\x0b\x06\x02\x01\x3c\ \xf6\xd8\x63\xb8\xe7\x9e\x7b\x6a\xde\xaf\xaf\xaf\x0f\xa7\x4e\x9d\ \xb2\x36\x1f\x7c\x7f\x02\x3a\x02\x55\x9d\x2b\x82\x30\x05\x89\x2c\ \xb0\xfa\xbf\xff\xfb\x3f\x24\x12\x09\x3c\xf4\xd0\x43\x48\x24\x12\ \x58\x5e\x5e\xae\x29\x7e\xd8\xdc\xdc\xc4\xd2\xd2\x12\xae\x5c\xb9\ \x82\x7b\xef\xbd\xb7\x26\xc4\xa5\xce\x31\xe5\x83\xcf\x43\xa3\xa8\ \x4e\xb7\x86\x9d\xd4\xe6\xa8\xee\xaa\x07\xac\x54\xfe\x14\x50\xb9\ \xe7\xb9\x60\xdf\x75\x00\x14\xd4\xd5\x5b\x07\xfa\x1d\xfd\x3b\x73\ \xef\xdc\xd6\x0b\xc0\x41\x68\x90\xf6\x96\xff\x14\x18\x71\x8c\x54\ \x67\x53\x97\xd0\x16\xf2\xfe\x1c\x57\x65\x91\x78\x1d\xb5\x9b\x1a\ \x0a\x54\xd0\xe2\x82\x57\xed\x1f\xc5\x35\x45\x19\xd1\x3e\x6f\x3c\ \x5f\x9d\x3e\x05\x87\x4a\xba\xa8\x0e\x50\xa6\xcd\x8d\x44\x71\x2c\ \xa8\x43\xd5\xae\x6b\xd7\x80\x4a\xa5\x62\xa1\x6f\x3e\x1b\x65\x4a\ \x19\x35\x2d\x9e\xf3\xf9\x7c\xf0\xa5\xd3\xe9\x9a\xbc\x93\x64\x32\ \x69\x21\x1f\xde\x94\x06\x97\x5d\x98\xd9\x5c\x8c\x31\x6f\x2a\xec\ \x6a\xf5\x60\x8b\x0c\x6d\x59\xbf\xbd\xbd\x8d\xb5\xb5\x35\x43\xa2\ \x0a\x4a\xf8\xa2\x9c\x08\x1e\x2a\xf4\xae\x67\xa9\x93\x41\x63\xa9\ \x82\x41\x21\xa8\xb7\x40\x74\xd1\x29\x23\xe6\x4e\x2e\x11\xaa\x3b\ \x11\xca\x76\xa8\xa0\xa8\x10\xf0\xde\x34\x5c\x14\x7a\xb2\x7f\xae\ \x71\xd9\xdd\xdd\xb5\xc4\xde\x64\x32\x59\xb3\x70\x8a\xc5\x22\x7e\ \xfc\xe3\x1f\xe3\x4b\x5f\xfa\x12\x46\x46\x46\xf0\x5f\xff\xf5\x5f\ \x98\x98\x98\xc0\x2b\xaf\xbc\x82\x85\x85\x05\x3c\xfd\xf4\xd3\x58\ \x5b\x5b\xc3\xfc\xfc\xbc\x29\xba\x4f\x7d\xea\x53\x08\x87\xc3\x58\ \x58\x58\x40\x28\x14\xc2\xf1\xe3\xc7\x31\x30\x30\x80\xfe\xfe\x7e\ \x24\x12\x09\xf3\xf2\x48\xad\xfb\x7c\x3e\x4b\x7a\xe5\x7b\xb6\xb5\ \xb5\xe1\xa9\xa7\x9e\x42\x7f\x7f\x3f\xbe\xf5\xad\x6f\x59\x92\x3e\ \xab\xd9\xba\xba\xba\xe0\xf3\xf9\xf0\xaf\xff\xfa\xaf\xd6\xdf\x6b\ \x75\x75\x15\x1b\x1b\x1b\x56\x21\xe7\xb2\x0d\x34\x58\x5c\x68\x5a\ \x71\xa4\xcc\x26\xc7\x86\x85\x02\x2e\x6b\xc8\xb0\x44\x7b\x7b\xbb\ \x9d\x1b\x0a\x85\xf0\xc4\x13\x4f\xe0\x91\x47\x1e\x41\x3e\x9f\x47\ \x2a\x95\xc2\xad\x5b\xb7\x30\x3b\x3b\x8b\x99\x99\x19\xdb\xc6\x81\ \xff\x58\x6a\xab\x49\xb6\x5c\x2c\xda\xe4\xb2\xa5\xa5\xc5\x58\xc4\ \x6a\xb5\x8a\x9f\xfd\xec\x67\xd8\xd9\xd9\xc1\xe2\xe2\x22\x9e\x78\ \xe2\x09\xdb\xdb\x0d\x80\xed\x62\x90\xcd\x66\x2d\x0c\xd8\xda\xda\ \x8a\xf9\xf9\x79\x44\xa3\x51\x63\x31\x22\x91\x88\xe5\x25\x7a\xbd\ \x5e\x03\x49\x91\x48\xa4\x26\xac\xce\x46\x91\xdc\x87\xd2\xef\xf7\ \x5b\x3f\xb4\x58\x2c\x66\xfb\x57\x92\x12\x6f\x6b\x6b\xc3\xd4\xd4\ \x14\x82\xc1\xa0\x25\x6e\x73\xd3\x60\x3a\x36\xc1\x60\xd0\xc6\x9e\ \x8e\x10\x9f\xdf\xef\xf7\xa3\xa3\xa3\xc3\x3c\xd3\xcd\xcd\x4d\x54\ \x2a\x15\x1c\x3d\x7a\x14\xe1\x70\x18\xb9\x5c\xce\x1a\x03\x36\x37\ \x37\x5b\x33\xbe\x70\x38\x6c\x0a\x65\x7b\x7b\xdb\xb6\x6f\xa1\xc2\ \x6a\x68\x68\xc0\xfd\xf7\xdf\x8f\xc3\x87\x0f\xd7\xe4\x30\xb8\xf3\ \xaa\x6b\xcc\x35\x22\x34\xde\x9a\x3c\xeb\x1e\x7a\x1d\x17\xa8\xe9\ \xe7\xea\x70\x31\x0c\x48\xa7\x81\x86\x80\x6c\x93\xb2\xd3\xfc\x3f\ \xbd\x71\x82\x6e\x32\x01\xfc\x3f\xd9\x1d\x2a\x68\xb2\x38\xd4\x1d\ \x1c\x2b\x56\x64\x8e\x8f\x8f\xe3\x6b\x5f\xfb\x1a\x0e\x1f\x3e\x8c\ \xb1\xb1\x31\x9c\x39\x73\x06\xc3\xc3\xc3\x78\xf0\xc1\x07\xf1\xc6\ \x1b\x6f\xd8\xbb\xb3\xb1\x28\xf3\x58\xa8\x37\x83\xc1\xa0\x35\x70\ \xdc\xd9\xd9\x41\x34\x1a\x45\x67\x67\xa7\x81\x7c\x3a\x04\x6c\x02\ \x0d\xc0\xbc\xfb\x4a\xa5\x62\xc0\xaa\xbb\xbb\xdb\xb6\x61\xe2\x3b\ \x51\xae\x99\xab\xb3\xbd\xbd\x8d\xee\xee\x6e\xdc\xb8\x71\x03\x87\ \x0f\x1f\xc6\xc3\x0f\x3f\x6c\x06\x9c\xe3\x14\x8d\x46\x31\x32\x32\ \x82\xf5\xf5\x75\x4c\x4f\x4f\xdb\xbd\x99\xef\x05\xa0\x26\xc1\x5e\ \x1d\x62\x3a\x59\x5a\x3d\xe9\xf5\x7a\xf1\xc3\x1f\xfe\x10\x5f\xfc\ \xe2\x17\x71\xea\xd4\x29\xab\xc8\x05\x0e\x7a\x0e\x0e\x0d\x0d\x21\ \x9d\x4e\x9b\x9e\x21\x38\x20\x78\xa6\x1e\x61\x38\x89\xf3\xa5\xdb\ \xfe\xa8\xae\x72\x8f\x0f\x62\x98\x5c\x79\x74\x41\x13\x3f\x73\x19\ \xb3\xbb\x01\x34\xfd\x5d\xed\x62\x3d\x67\x84\xbf\xb3\x62\x18\x38\ \x08\x35\xaa\x33\xa0\x76\x94\xf2\xe3\x3a\x09\xea\x44\xa8\xc3\xab\ \xce\x2e\xe7\x89\xba\x5c\xe7\x8e\x00\x45\xd7\x47\xa5\x52\x79\x4f\ \xf3\x57\x5d\x87\x7c\x4e\x7d\x4f\x7d\x07\x32\xc2\x1a\x61\xd0\x54\ \x20\xb5\xc5\xc0\xbe\x33\xc9\x28\x1b\x41\x24\xe7\x56\xdf\x4b\x43\ \xc4\xea\xfc\x70\x2c\x78\x1f\xbe\x13\xd3\x9b\x74\xdc\x74\xee\xf5\ \x73\x46\x05\x7d\x5a\xf9\x95\xcf\xe7\xd1\xd1\xd1\x81\x8e\x8e\x0e\ \x84\x42\x21\x9c\x3c\x79\x12\x57\xae\x5c\xc1\xda\xda\x9a\x01\xae\ \x6c\x36\x8b\x54\x2a\x85\x58\x2c\x66\x8a\x9a\xcc\x06\x0d\x1e\x1f\ \x86\x0f\x30\x3d\x3d\x8d\x64\x32\x69\x2f\x4a\x40\x43\xe5\xa4\x8c\ \x92\x2a\x34\x15\x78\x0e\x28\x27\x5c\xbd\x2c\x4e\x8c\x2a\x41\x0d\ \xff\xe9\x64\xea\x00\xaa\x41\xe7\xff\x55\xf9\xba\x1e\x05\x7f\xa7\ \x51\x52\x4f\x41\xc1\x18\x15\x2a\xa9\x7c\xad\xde\x63\x53\x48\x1a\ \x5b\x1a\x7a\x8f\x67\x3f\x9f\x66\x69\x69\xc9\xc6\x84\x95\x86\xef\ \xbc\xf3\x0e\xbe\xfa\xd5\xaf\xda\x46\xca\xbd\xbd\xbd\x18\x18\x18\ \x40\x30\x18\xc4\xdf\xfc\xcd\xdf\xe0\x0b\x5f\xf8\x02\x3e\xf6\xb1\ \x8f\x61\x7b\x7b\x1b\x27\x4f\x9e\x84\xd7\xeb\xc5\x4b\x2f\xbd\x84\ \x95\x95\x15\xfc\xe5\x5f\xfe\x25\xda\xdb\xdb\x4d\xd0\xc8\x2c\x70\ \x21\x12\x0c\xd1\x8b\xa0\x02\x22\xe0\x7d\xe4\x91\x47\x70\xed\xda\ \x35\xbc\xf1\xc6\x1b\x18\x19\x19\xb1\xb0\xe4\xe0\xe0\x20\x0a\x85\ \x02\x5e\x7b\xed\x35\x6b\x1d\xc1\xb1\xa3\x32\xd6\xa4\x7f\x82\x06\ \x4d\x56\x76\xd9\x2b\x26\x1c\xab\x12\xe0\x4f\x2e\xd6\x72\xb9\x8c\ \xe9\xe9\x69\xe4\xf3\x79\xec\xec\xec\x60\x72\x72\x12\x0f\x3c\xf0\ \x80\xe5\xb1\x94\xcb\xfb\xdb\xb4\xf4\xf7\xf7\xe3\xde\x7b\xef\xb5\ \x64\x46\xbe\x83\x2a\x02\x2a\x79\x2a\x94\x9e\x9e\x1e\x4b\xec\x25\ \xf0\x6a\x6a\x6a\xc2\xe6\xe6\x26\xda\xdb\xdb\x31\x37\x37\x87\x6b\ \xd7\xae\x19\x35\xcd\x77\xde\xda\xda\xb2\xa4\x63\x82\xd5\xe6\xe6\ \x66\x6b\x4d\x12\x0a\x85\x8c\x01\x68\x6a\x6a\xb2\x8d\x75\x79\xfd\ \xc1\xc1\x41\xa3\xa8\x2b\x95\x8a\xe5\x91\x14\x8b\x45\x14\x8b\x45\ \xb4\xb7\xb7\x1b\xb3\x0c\x1c\x54\xf2\x64\x32\x19\x93\xa1\xa6\xa6\ \x26\x5c\xbb\x76\xad\x86\x32\xa7\x92\xd0\x50\x95\x86\xb3\xc8\x9c\ \xb1\x2c\x9e\xcc\x47\x7b\x7b\xbb\x35\xde\xcb\xe7\xf3\xb8\x79\xf3\ \x26\xce\x9e\x3d\x6b\x06\x92\xcf\xa1\x45\x07\xe1\x70\xb8\x26\x99\ \x99\xec\xe2\xe9\xd3\xa7\x31\x32\x32\x62\x0d\x0a\xb5\x39\xa7\x3a\ \x51\x5c\x7f\xae\x2e\xd0\x7f\xea\x84\xb9\x20\x4a\xd7\xb3\x6b\xd8\ \xea\x31\x06\x85\x42\xc1\x72\xd7\x4a\xa5\x92\x31\xf8\xec\x6d\x46\ \x7d\xa3\xac\xa6\xee\x99\x47\xa3\xa2\x21\x18\xd5\x2f\xba\xcf\xaa\ \x02\x08\x8f\xe7\x60\xcf\xbe\x72\xb9\x6c\x3d\xf0\xb6\xb7\xb7\x71\ \xe3\xc6\x0d\xbc\xf3\xce\x3b\xf8\xce\x77\xbe\x83\xe6\xe6\x66\x9c\ \x39\x73\x06\x8f\x3f\xfe\xb8\xe9\x67\x55\xf0\x74\x04\x3a\x3b\x3b\ \x6d\x63\xf9\x42\xa1\x60\xd5\x7e\xd4\xb1\xdc\x31\xa2\x5a\xad\x22\ \x9b\xcd\xd6\xb4\x58\x00\xf6\xb7\x38\xaa\x54\x2a\xd6\xa8\x93\xdb\ \x68\x71\x63\xf0\xf6\xf6\x76\xf4\xf5\xf5\xd5\xe8\xc8\x40\x20\x80\ \x53\xa7\x4e\xe1\x73\x9f\xfb\x5c\x4d\x09\x3f\x75\x29\x9d\xab\x62\ \xb1\x88\xce\xce\x4e\x2c\x2f\x2f\x1b\xb0\xe4\x98\xd0\xa8\xaa\x91\ \xd3\xfe\x58\x4c\x05\x60\x1b\xa1\x7c\x3e\x8f\xef\x7c\xe7\x3b\x78\ \xe2\x89\x27\x70\xec\xd8\x31\xec\xed\xed\xd9\xb3\xb3\x79\x72\x47\ \x47\x87\xe9\x38\x86\xa7\xa8\x97\x09\x9e\x69\xf8\xb9\xcd\x0e\x01\ \xb6\x16\x63\xb8\x0e\x5f\x3d\x19\x73\xe5\xc9\x65\xa6\xde\xef\xdc\ \x7a\xce\xc1\xfb\x7d\xee\x1e\x77\x63\xc8\x78\xae\x4b\x4e\xf0\xef\ \x0a\x96\xf8\x19\xed\xb0\x5e\x9b\xb2\xaa\x84\x86\x9b\x8b\xc5\x67\ \xa0\xe3\x46\x27\x55\xe7\x57\x09\x05\x25\x45\xb4\xbd\x01\xcf\xe5\ \xba\x51\x3b\xaf\xcf\xa4\x80\x4e\x89\x19\x95\x3b\xfd\x8c\xcf\xe3\ \x82\x5b\x4d\x2b\x50\xf0\xa5\x11\x28\xae\x4d\x65\xbb\xa9\x97\xb8\ \x06\x39\x06\xca\x8a\x73\xac\x68\x3b\x7c\x3e\x1f\x7c\xa1\x50\xc8\ \x36\x7a\xe5\x83\xb2\x6f\xce\x85\x0b\x17\x6c\x01\x31\x2c\xe3\xf1\ \xec\x27\x5f\x02\xfb\x7d\x5d\xf2\xf9\x3c\x00\x20\x1e\x8f\xa3\xb1\ \xb1\xd1\xb6\xd8\xc8\x66\xb3\x76\x33\xd2\xd2\x5c\x38\x7c\x38\x02\ \x09\x17\xa1\xf3\xff\xea\xe1\xba\xe7\xb9\xb4\x2e\x0f\x55\xd0\x2e\ \xda\x57\xe0\xa5\xe7\xa9\x80\xba\xe1\x49\x65\xa6\xdc\x05\xc4\xc9\ \x54\xc1\xa5\xe0\x28\x1d\x4b\xa3\xc6\x26\x8d\xe5\x72\xd9\x94\x18\ \x0d\x0e\xd1\x76\x3a\x9d\x36\x5a\x5f\xa9\xd2\xc5\xc5\xc5\x9a\xed\ \x8b\x58\x01\x74\xe2\xc4\x89\x9a\xb0\x51\x26\x93\xc1\xd6\xd6\x16\ \x76\x76\x76\x2c\x04\xc4\xd6\x00\x64\x15\x58\x91\xa7\x0b\x94\x9f\ \xf3\xd9\x29\x68\x64\x1f\xae\x5c\xb9\x82\x9e\x9e\x1e\x2b\x0d\x6f\ \x6a\x6a\x42\x36\x9b\xb5\x52\x6c\xce\xb5\x52\xa7\x2a\x84\x1c\x0b\ \x82\x65\x55\x64\x3c\x87\xa1\x1f\x05\xb0\x5c\x04\xf4\x08\xd8\x6b\ \x8a\xe1\x66\x26\x92\xf3\x3a\x0c\x0b\xea\x06\xb1\x94\xbd\x60\x30\ \x88\x58\x2c\x66\x55\x98\x5e\xaf\x17\xe9\x74\xda\xe6\x03\xc0\x7b\ \x42\xd8\x5c\x1b\xa9\x54\xca\xf6\xc1\xf2\x7a\xbd\x68\x6f\x6f\xb7\ \x50\x39\xc3\x95\xb9\x5c\x0e\x63\x63\x63\xe8\xef\xef\xaf\x61\x5b\ \xfa\xfb\xfb\x91\xcf\xe7\x11\x8f\xc7\x91\xcf\xe7\x6b\x9a\xf7\x96\ \x4a\x25\x03\x54\xdc\x2e\xa7\xa1\xa1\x01\xeb\xeb\xeb\xd8\xdd\xdd\ \x45\x34\x1a\xb5\x76\x0a\xa5\x52\xc9\x58\xd1\x78\x3c\x6e\x2d\x33\ \xa8\xf4\xf8\x1e\x2a\x53\x54\x8e\xcc\xb3\x73\x43\x77\xfc\x1b\x01\ \x3f\x9b\x38\x86\x42\x21\x03\x15\x6b\x6b\x6b\xb8\x78\xf1\x22\xce\ \x9d\x3b\x67\x3d\x9c\xc2\xe1\xb0\x19\x5b\xb6\x08\x20\xa8\x6b\x6e\ \x6e\xc6\xe0\xe0\x20\x4e\x9d\x3a\x85\xfe\xfe\x7e\xec\xee\xee\x6f\ \xab\xb5\xb1\xb1\x81\x6a\x75\xbf\x09\x71\x7b\x7b\xbb\x6d\x5d\xe3\ \x02\x20\x35\x1e\x9c\x0b\x75\x52\x54\x57\xbc\x1f\x98\x72\xff\xae\ \xeb\xfd\xed\xb7\xdf\x36\x67\x86\xfa\x80\x0c\x10\x53\x0b\xb4\x0a\ \x96\x79\x9c\x1c\x37\x65\x5f\x5c\x16\x80\xcf\x42\xb9\xd7\x54\x03\ \xf6\xc4\xd3\xb0\x0d\x99\x24\x00\xe8\xec\xec\x44\x22\x91\x40\x22\ \x91\xc0\xd6\xd6\x16\xfe\xee\xef\xfe\x0e\xa1\x50\x08\x0f\x3c\xf0\ \x00\x52\xa9\x14\x42\xa1\x90\xf5\xcb\x22\x28\xa0\x0c\x13\x0c\x85\ \xc3\x61\x63\xf5\xc9\x36\xb2\xfb\x7f\x73\x73\x33\xd6\xd7\xd7\x0d\ \x50\xb3\xa4\x9c\xcf\xca\x24\x72\xe6\x5f\x31\x49\xbf\x58\x2c\x22\ \x9b\xcd\x5a\xa2\xfb\x93\x4f\x3e\x89\xce\xce\xce\x9a\xbc\x32\xd5\ \xa3\xc1\x60\x10\xf9\x7c\x1e\x63\x63\x63\xa8\x54\x2a\xb8\x7d\xfb\ \x76\x4d\xd1\x03\xe5\x54\x23\x11\xcc\x77\xe1\x98\x31\x82\x52\xa9\ \xec\xe7\x18\x6d\x6e\x6e\xe2\x99\x67\x9e\xc1\x1f\xff\xf1\x1f\x63\ \x70\x70\xd0\x00\x1b\xf5\x9f\xeb\xf4\x32\x8c\x4d\xa7\x98\x9f\x91\ \xa1\xa5\x23\xa2\xba\x83\xba\xc2\xcd\xef\x53\xc7\x9f\x60\xdf\x05\ \x57\xbf\xe9\xe1\xca\xa7\x8e\x9b\x1e\xf5\xee\xaf\xdf\xaf\xb7\x6e\ \xf8\x7c\x1a\x21\x71\x59\x33\xfd\xe9\xda\x54\xb5\x83\xfa\x37\xed\ \x67\xc6\x73\x79\x0e\xff\xe6\x12\x1d\x4a\x90\xf0\xf9\x68\xe7\x14\ \xb0\x6b\x44\x49\x93\xed\x35\xd4\xc8\x79\xd5\xea\x62\x5e\xdf\x0d\ \x2d\xeb\x3d\x35\xbf\x9c\xd7\x66\x8e\xae\x3a\x79\x74\xfe\x69\x83\ \x34\xb2\xc5\xcf\xf5\xdd\x98\x36\xa0\x91\x19\xea\x73\x9e\xbb\xb5\ \xb5\x05\x1f\xfb\x5f\x79\xbd\xfb\x1d\x79\x23\x91\x88\x79\xd3\xac\ \x9a\xda\xdb\xdb\x43\x3e\x9f\x47\x28\x14\xc2\xc6\xc6\x06\xfa\xfb\ \xfb\xad\xef\x55\x4f\x4f\x8f\x55\x95\x78\xbd\x5e\xcb\x39\x09\x04\ \x02\xc8\xe5\x72\xe8\xeb\xeb\xc3\xaf\x7f\xfd\xeb\x9a\x2e\xcf\xae\ \x72\x52\x03\x49\xe1\x70\x3d\x1d\x15\x64\x0e\x98\x02\x1f\x1e\xf5\ \x98\x2b\x15\xc6\x7a\x8b\xc1\xf5\xa4\xf5\x73\x0a\x91\x2a\x59\xd7\ \xc3\x76\x17\x1d\x27\x56\x73\xd2\x68\xd8\xb8\xe0\x19\x9e\xd0\x6a\ \x87\xce\xce\x4e\x7b\x2f\xdd\x78\x9b\x9b\xc3\x76\x75\x75\xa1\xa7\ \xa7\x07\xf1\x78\xdc\x76\x92\x57\x66\xa0\x5a\xad\x1a\x48\x6a\x6e\ \x6e\x46\x26\x93\xb1\x7c\x0f\x1a\x71\x02\x29\x4d\x3c\xe6\xe7\xec\ \x63\x42\xa3\x46\x05\x48\x0a\x9d\xa1\x28\x9f\xcf\x87\xc5\xc5\x45\ \x4c\x4e\x4e\x5a\x72\x70\xa5\xb2\xdf\x90\xd0\xad\x10\x54\xcf\x40\ \xab\xad\x54\xb1\xd0\xc8\xb9\xd4\x3c\x17\x22\xc7\x89\x2d\x2c\xba\ \xba\xba\x30\x39\x39\x69\x1b\x17\xfb\xfd\x7e\xab\x84\x63\xb8\x87\ \xcf\xc4\x3c\x98\x4c\x26\x63\x4c\x05\x17\x02\x81\x1c\x43\x3a\xf9\ \x7c\x1e\xb9\x5c\xce\x12\x7b\x59\xe5\xc7\xaa\x92\x81\x81\x01\x74\ \x76\x76\x22\x9b\xcd\xe2\x33\x9f\xf9\x0c\x0e\x1d\x3a\x84\xad\xad\ \x2d\xa4\x52\x29\x14\x0a\x05\xf4\xf4\xf4\xe0\xad\xb7\xde\x32\x03\ \xc9\x30\x21\xf3\xf1\xbc\x5e\xaf\x6d\x81\xc3\xc6\xac\x1a\x4a\xdf\ \xd9\xd9\xb1\x52\xfe\xa6\xa6\x26\xeb\x3a\x4c\x36\x80\x46\x87\xe0\ \xe7\xc6\x8d\x1b\x26\xbb\x04\x66\x34\xb4\x9b\x9b\x9b\x36\x17\x4c\ \x50\xa6\x41\xd7\x8a\x1c\xca\x34\x65\x98\x39\x80\xb1\x58\xcc\xf6\ \x8f\x8b\xc5\x62\x48\xa7\xd3\x78\xe7\x9d\x77\x70\xe6\xcc\x19\xcc\ \xcf\xcf\x23\x9b\xcd\xd6\x00\xb8\x52\xa9\x84\x95\x95\x15\x93\xcb\ \x48\x24\x82\xa9\xa9\x29\xe4\x72\x39\x6b\x28\xba\xb1\xb1\x81\xcd\ \xcd\x4d\xdc\xba\x75\x0b\xe7\xcf\x9f\xb7\xa4\x6b\xd7\xb8\xb8\xce\ \x54\xbd\x90\x8d\xeb\xec\xdc\xed\x6f\xae\x81\x01\xf6\x95\xe3\xf3\ \xcf\x3f\x6f\x79\x7a\x5b\x5b\x5b\xd6\xc2\x80\xed\x30\x58\xed\x99\ \xcb\xe5\x0c\x28\x6b\x87\x71\x0d\x25\xa9\xa2\x67\x18\x8d\xe0\x9e\ \x86\x80\x8e\x12\xd7\x10\x59\x24\xbe\x3f\xbb\xe2\x0f\x0c\x0c\xe0\ \x43\x1f\xfa\x10\x3a\x3b\x3b\x11\x08\x04\x70\xf5\xea\x55\xdb\x02\ \xab\x5a\xad\x22\x1e\x8f\xa3\x5a\xdd\x2f\x38\xc9\xe7\xf3\x68\x6a\ \xda\xdf\x01\xe2\xd6\xad\x5b\xc6\xdc\x4c\x4e\x4e\x5a\x45\xe6\xf6\ \xf6\xb6\x55\xa0\xd2\xa9\x62\xc3\x46\xbd\x46\x20\x10\xc0\xec\xec\ \xac\xc9\x0f\xc3\x90\x0c\xff\xfa\xfd\x7e\xcc\xcf\xcf\x5b\xbb\x09\ \x0d\xf7\xf1\x50\x9d\xd8\xdd\xdd\x8d\xc6\xc6\x46\xcc\xcd\xcd\xa1\ \xbf\xbf\x1f\x99\x4c\xc6\x36\x76\x66\xe5\x23\xf5\x8c\x56\x83\xa9\ \xc3\xca\x31\xe7\x5e\x93\x0c\x6f\x7e\xe7\x3b\xdf\xc1\x1f\xfd\xd1\ \x1f\xa1\xbf\xbf\xdf\xaa\x15\xab\xd5\x6a\x4d\x7b\x13\x65\x44\x68\ \x00\xe9\xb0\x51\xb7\x13\x54\x11\xd8\xb1\xbd\x10\xe7\xc5\x7d\x37\ \xfe\x2c\x16\x8b\x35\xfb\xee\xa9\x2e\x53\xfb\x55\xef\x70\xed\x8f\ \xeb\xb0\xeb\x39\xf5\x80\x94\x2b\xe3\x6a\x8f\x08\x2c\x95\xb9\xe1\ \xb9\x3c\x8f\xef\xad\x61\x36\xcd\xcf\xd2\x30\x9f\x86\xd4\x00\xd4\ \xd8\x37\x25\x11\x94\x01\x72\x09\x0b\xcd\x8d\xe2\xf5\x68\xf3\x34\ \xec\xa8\xcf\xc4\x83\xe7\x29\xb3\xc5\x39\x54\x72\x83\x18\xc5\x0d\ \xdb\xf3\xfa\x04\x4d\xae\x0d\x27\x08\x73\x9f\x11\xd8\x07\x94\x8c\ \xc2\x71\x2e\xf9\x37\xca\x14\xd3\x00\x54\x8f\x86\x42\x21\xd3\xbb\ \x8d\x8d\x8d\xf0\xb5\xb5\xb5\x61\x63\x63\x03\xb1\x58\x0c\x00\x2c\ \x76\x4d\x01\x65\xb8\x80\x15\x64\x1d\x1d\x1d\x58\x59\x59\xb1\xd2\ \xff\x5c\x2e\x67\x79\x07\x3b\x3b\x3b\xc8\x66\xb3\x16\x2a\x9c\x9f\ \x9f\x37\x0f\x57\x95\x51\x3d\x26\x43\x63\xc2\xf4\x56\x35\x29\x8e\ \xc2\xa4\xac\x04\x7f\x27\x08\x53\xe6\x8b\x0b\x54\xaf\xc9\xdf\x29\ \x50\x54\x7a\xac\x6e\xd0\xcf\x95\x65\x73\x93\xb1\xa9\x58\x48\x59\ \x72\xa2\x39\xf8\x7c\x1f\x7a\x88\x04\x58\x0d\x0d\xfb\x3b\xd4\x57\ \x2a\x95\x1a\xc0\xc9\xf3\x43\xa1\x10\x0e\x1d\x3a\x84\x58\x2c\x86\ \xee\xee\x6e\xcb\xad\x60\x3b\x07\x1a\x32\x45\xf3\x0d\x0d\x0d\x35\ \xed\x10\xa8\x0c\xf3\xf9\x3c\x06\x06\x06\xcc\x08\xd2\x33\xa3\xb1\ \x50\x1a\x5d\x91\x3c\x13\xaf\x89\xd0\x01\xe0\xea\xd5\xab\xa8\x56\ \xf7\x73\xef\xae\x5c\xb9\x82\xb7\xde\x7a\x0b\xf3\xf3\xf3\xd6\x19\ \xb7\xa5\xa5\xc5\x0a\x1e\x38\xb7\x9c\x17\x02\x65\xad\xe4\xa3\xd0\ \x2b\x9b\xc9\x79\xe3\xe2\xe4\xa2\xf1\x7a\xbd\xe8\xec\xec\x44\x6f\ \x6f\x2f\x56\x56\x56\x30\x35\x35\x85\x8e\x8e\x0e\xdc\x7f\xff\xfd\ \x18\x1f\x1f\x47\x73\x73\xb3\x19\x7c\xb6\xc2\x60\xc7\x70\x55\x32\ \x9c\x8b\xee\xee\x6e\xa4\xd3\x69\x6b\x41\xc2\xe2\x0c\xe6\x41\x11\ \x50\x31\x86\x4f\xf6\xa5\x54\x2a\xe1\xd0\xa1\x43\xf8\xb3\x3f\xfb\ \x33\x3c\xfb\xec\xb3\x78\xf0\xc1\x07\x6d\x71\xb5\xb5\xb5\x59\xb9\ \xfd\xd4\xd4\x94\x01\xb3\x85\x85\x05\xeb\xc6\xde\xde\xde\x8e\x54\ \x2a\x65\x80\x8f\x72\x46\x4f\x3f\x1a\x8d\x62\x77\x77\x17\xb3\xb3\ \xb3\x98\x9f\x9f\xc7\xe0\xe0\xa0\x01\x6e\x82\x74\x82\xb2\xe6\xe6\ \x66\x7c\xff\xfb\xdf\xc7\xfc\xfc\xbc\xed\xcb\x47\x59\x55\xc0\xec\ \xf7\xfb\x8d\x25\xa2\x02\xa0\x21\xa7\x31\xf1\x7a\xbd\x56\x74\xa1\ \x72\xbc\xbe\xbe\x8e\x8e\x8e\x0e\x63\xae\x23\x91\x88\x35\x7a\x1c\ \x1d\x1d\xc5\xea\xea\x2a\x22\x91\x88\xe5\x3b\xf0\x1e\x9b\x9b\x9b\ \x96\x36\x50\xad\x56\x31\x39\x39\x89\x13\x27\x4e\x98\x4c\x95\xcb\ \x65\x3c\xf6\xd8\x63\x66\x60\x15\xa8\xa8\x21\xa1\xd2\xfd\xa0\x50\ \x8d\x3b\xcf\xee\xdf\x5c\x83\xe6\xf7\xfb\x71\xe7\xce\x1d\x6c\x6c\ \x6c\x58\x81\x0e\x1b\x27\xb3\x5a\x88\x55\x97\x9a\x4b\x45\xe3\xcf\ \x75\x43\x05\xac\xbd\x74\x34\xb9\x96\xe3\x4d\x36\x8c\xf3\x46\x83\ \xa6\xc6\x9e\xe9\x16\xc1\x60\x10\xc7\x8f\x1f\x47\x34\x1a\x45\x38\ \x1c\x36\x3d\x46\xa6\x88\xf7\x26\x30\xa0\x4e\x4b\x26\x93\x18\x1a\ \x1a\xb2\x44\xf1\x77\xde\x79\x07\x1b\x1b\x1b\x18\x1b\x1b\x43\x43\ \x43\x83\x15\xb9\x94\xcb\x65\x4b\x4e\xef\xec\xec\x44\x4b\x4b\x8b\ \x75\x87\x9f\x9b\x9b\x43\xa1\x50\x40\x5f\x5f\x1f\x42\xa1\x90\x35\ \x84\x1e\x1a\x1a\x32\x26\x97\xdb\xa1\xe9\xb3\xbb\xf3\x40\x83\x19\ \x0a\x85\xd0\xda\xda\x0a\xe6\xf8\x0e\x0e\x0e\x62\x65\x65\xc5\xf6\ \x12\xe4\x3a\x28\x14\x0a\x16\x56\xd4\x70\x21\x75\x7f\x57\x57\x97\ \x55\x08\x6f\x6e\x6e\x9a\xd3\xff\xcc\x33\xcf\xe0\x33\x9f\xf9\x0c\ \x7a\x7b\x7b\x4d\x17\x72\x2d\xab\x1e\x01\x50\x23\xd7\x0c\x41\xd2\ \x70\x72\x2e\x5c\x96\x82\xb2\xe9\xb2\x46\x5c\x33\xdc\xdf\x51\xf5\ \x97\xea\x2e\xd5\x67\xae\x5c\xdf\xcd\x31\x50\x40\xf5\x7e\xb2\x5e\ \xef\xfb\xfc\x9c\x15\xa1\xfa\x5d\xad\x84\xe3\xdc\x51\x8e\x68\x53\ \x99\x23\xa7\xe0\x49\xd7\x9f\x82\x2f\x65\xa6\x34\x91\x9d\x6b\x8d\ \xf6\x54\xd9\x34\xb2\xa3\x77\x8b\x66\xd4\x03\xa6\x3a\x8f\x0a\xaa\ \xf8\x6c\xaa\xeb\x14\x24\xe9\xbd\xdd\xc2\x37\x12\x0e\x24\x0a\x38\ \xcf\xca\x90\x2b\x29\xc0\x7b\xd5\x3b\x94\xbd\xe3\xba\xd7\xbc\x2d\ \x9f\xcf\x07\x1f\x43\x0e\xd9\x6c\xd6\x1a\xb9\x31\x01\x97\x34\x32\ \x15\x30\xd9\xae\x44\x22\x61\x4c\x08\xe9\x36\x1a\x08\x65\x97\xc6\ \xc6\xc6\x50\x2e\x97\xad\xf3\xaf\x22\x69\x4e\x98\x8b\xb8\x55\x28\ \x5d\xb6\x4a\x01\x93\x7a\x0e\xfa\x19\x17\x09\x27\x5d\xf3\x7e\xd4\ \xd0\xf3\x9e\x3a\x89\x14\x5c\x8d\x51\x73\x02\xd5\x28\xea\xe4\xf2\ \x1e\xfa\x2c\x04\x4d\xcc\x63\xe1\x77\xb7\xb6\xb6\x2c\x2f\x47\x05\ \x74\x67\x67\x07\xfd\xfd\xfd\xf0\x78\x3c\x78\xec\xb1\xc7\xec\x9e\ \x2a\x8c\x0c\xb9\xfa\x7c\x3e\xcb\x8f\x50\x10\x04\xc0\x58\x0a\x7a\ \x7a\x5a\x5e\xcb\x70\x24\x01\x61\x26\x93\xb1\x45\x45\xc6\x72\x6b\ \x6b\xcb\x00\x36\xd9\xab\xa9\xa9\x29\xbc\xfc\xf2\xcb\xe6\x4d\xff\ \xcf\xff\xfc\x0f\x32\x99\x8c\x8d\x21\x41\x88\x96\x07\x2b\x03\xc9\ \xff\x13\xbc\xf2\x9d\xc8\xe8\xe9\xb8\xa9\x07\x47\xc6\x8a\x15\x74\ \x37\x6f\xde\xb4\x5c\xa1\x6c\x36\x6b\xf9\x17\xa5\x52\x09\x4f\x3d\ \xf5\x14\x2a\x95\x8a\xb5\x2b\xe0\xb5\xb8\x68\xc8\xbe\x25\x12\x09\ \x7b\xb7\x4a\x65\x3f\xf1\x72\x69\x69\x09\x1d\x1d\x1d\x08\x04\x02\ \x58\x5c\x5c\xc4\xd9\xb3\x67\xe1\xf7\xfb\x71\xfb\xf6\x6d\x94\x4a\ \x25\x74\x74\x74\x20\x99\x4c\xa2\x52\xa9\xd8\x36\x36\x7f\xf2\x27\ \x7f\x62\x4a\x9f\x9d\xdb\x97\x97\x97\x11\x8b\xc5\xf0\xe9\x4f\x7f\ \x1a\x95\x4a\xc5\x8a\x15\x0a\x85\x82\x19\x48\x1a\x52\xca\x18\x8d\ \xc1\xea\xea\x2a\xd2\xe9\x34\x22\x91\x08\x4e\x9c\x38\x81\xd1\xd1\ \x51\x93\x31\x86\xdb\x3d\x9e\xfd\xdc\x9f\x44\x22\x81\x0b\x17\x2e\ \xe0\xd9\x67\x9f\x45\x67\x67\x67\x8d\x07\xca\x5c\x12\x9f\xcf\x67\ \x5b\xa9\xb4\xb4\xb4\x20\x97\xcb\x19\x48\x07\x6a\xfb\xff\x10\xb0\ \x6b\x5e\x10\x15\xc6\xfa\xfa\xba\xad\x2b\x6e\xc7\x52\x28\x14\xb0\ \xb8\xb8\x88\x47\x1f\x7d\x14\xb3\xb3\xb3\xc8\xe7\xf3\xb6\x01\x73\ \x2c\x16\xb3\x90\x15\x01\x6c\x6f\x6f\x2f\x3a\x3a\x3a\x10\x0e\x87\ \x0d\x18\x50\xc1\xd5\x33\x40\xae\x73\xf3\x9b\x18\x17\x1e\x2e\x13\ \x56\xad\xee\xe7\x1d\xb1\xd9\x20\x8d\xdf\xb5\x6b\xd7\x4c\xb1\x52\ \x07\x71\x9d\x2a\x48\x60\xee\x93\x3a\x82\x04\xe1\x9c\x1b\x86\x04\ \x5c\x46\x9e\x63\xa9\xef\xa9\x39\x54\x74\x0e\xf7\xf6\xf6\x10\x8f\ \xc7\x31\x32\x32\x62\x1e\x33\xdb\x20\x50\x6f\x06\x02\x01\xdc\xb9\ \x73\x07\xd5\x6a\xd5\x2a\x4b\x29\x0f\xf1\x78\x1c\xa5\x52\x09\xcb\ \xcb\xcb\x35\x8e\xf0\xc4\xc4\x04\x32\x99\x0c\x22\x91\x88\x55\x7f\ \xb3\x05\x08\xf5\x11\x2b\x8c\x19\xb6\x4e\x24\x12\xe8\xef\xef\x47\ \x43\x43\x83\x35\x7b\x25\x83\x4c\xb9\xe5\xa6\xc2\x6c\xb0\xab\xc0\ \x44\xe7\x28\x10\x08\xe0\xd8\xb1\x63\xf8\xd5\xaf\x7e\x65\x05\x26\ \xba\x0b\x08\x8b\x1d\x18\x9a\x67\x94\x84\x2c\x1b\x1b\xe0\x02\x07\ \x0e\x33\x99\x38\x56\x5b\xff\xc7\x7f\xfc\x07\x1e\x7e\xf8\x61\x9c\ \x3b\x77\xae\x46\x1f\x2a\x03\x46\x7d\x40\xf9\x50\x10\x4c\x59\xd3\ \x44\x6d\x9e\x47\x87\x81\x39\x8a\x34\xc8\xd4\x2b\x2c\x8a\x60\x3e\ \x9e\x1e\x9a\x6f\xc6\xeb\xa9\x8c\xea\x3d\xf4\xd9\xf4\x9c\xbb\x19\ \x75\x57\xfe\x79\x2e\xc1\x7f\xa9\x54\xaa\xd9\x09\x44\xdf\x97\x7a\ \x95\xef\xae\x2c\x90\x0b\x92\x80\xf7\x82\x41\x9d\x67\xb5\xc9\x6a\ \xcf\xf9\x3d\x5d\xbb\xda\x9e\x41\x73\x1a\xdd\xd0\xa1\x82\x22\x77\ \x6e\xdc\xe8\x90\xb2\xdc\x3c\x57\x65\x45\x89\x1a\xe0\xa0\xaa\x99\ \x72\xaf\xcf\xab\x40\x52\xd3\x52\x74\x6c\x95\x5c\x71\x89\x16\x8e\ \xab\x5e\xcf\xc0\x6b\x26\x93\x41\x38\x1c\x36\x23\xc3\x18\x38\x13\ \x68\x89\x86\x77\x76\x76\xac\x67\x0c\x3d\x3b\x2e\x3e\x6e\x14\x4a\ \x03\xbf\xbc\xbc\x6c\x9e\x06\x0d\xb9\xfb\x22\x8a\xe8\x35\x1c\xc0\ \xbf\xf1\x65\x35\x97\x89\x2f\xa6\x8a\x59\xcf\x51\x00\xc7\x73\x29\ \x2c\x77\x5b\x44\xfa\x5c\xf4\x5c\x34\x06\xcf\xff\x53\x19\xf2\x1a\ \xba\x30\x74\x82\xf9\x19\xcf\xa5\x72\x62\x08\x8e\x5e\x1b\x91\x34\ \x73\x70\x98\xc7\x32\x34\x34\x04\x8f\xc7\x63\x9b\xbe\x52\x99\xeb\ \xb6\x44\x9a\x84\xaa\xb1\x65\x52\xaa\x00\x2c\xcf\x67\x6f\x6f\xcf\ \xc2\x95\x5b\x5b\x5b\x16\x36\xe4\x73\xb1\x5d\x44\x3e\x9f\xc7\xfa\ \xfa\x3a\xb6\xb7\xb7\x91\xcd\x66\xb1\xba\xba\x8a\xa5\xa5\x25\x03\ \x1a\xd1\x68\x14\x3f\xfd\xe9\x4f\x6d\x53\x67\x2e\x08\x6e\x18\x4c\ \xe1\x75\xe7\xc7\x9d\x63\x9e\xa3\x63\xce\xef\x7b\xbd\xfb\x3d\xc1\ \xd8\x1f\x89\x9d\xce\xb5\x02\x48\x43\xa7\xd5\x6a\x15\x77\xee\xdc\ \xc1\xd4\xd4\x14\x46\x47\x47\x4d\x11\x52\x06\xc8\x3c\x54\x2a\x15\ \x2c\x2c\x2c\xa0\xa5\xa5\x05\x9b\x9b\x9b\x38\x74\xe8\x10\xd6\xd7\ \xd7\x0d\x74\xb0\x0f\x4b\x38\x1c\xc6\xec\xec\x2c\x06\x06\x06\x70\ \xe4\xc8\x11\x14\x0a\x05\x4c\x4d\x4d\x99\xb2\xdc\xdc\xdc\xb4\x2d\ \x67\x86\x87\x87\x8d\xe9\x08\x06\x83\xb8\x7d\xfb\x36\x92\xc9\x24\ \xe2\xf1\xb8\x6d\x4d\xa2\x89\x9f\x9c\x03\x2e\x4c\x7a\x8d\xf9\x7c\ \xde\x18\x25\xee\x33\xc7\xed\x6e\x74\x7e\xa8\xc8\xb7\xb7\xb7\xf1\ \xe2\x8b\x2f\x5a\x73\x53\x3a\x42\x04\xa2\x94\x0f\xa5\xb5\xd9\x4d\ \x9e\x6c\x15\xf3\x18\x9a\x9b\x9b\xad\xf2\xb0\x5a\xdd\xef\x4f\xb5\ \xbc\xbc\x6c\xc6\x84\xe7\x47\xa3\x51\x7b\x97\x63\xc7\x8e\x61\x6d\ \x6d\x0d\x57\xaf\x5e\xc5\xd9\xb3\x67\xad\xc7\x12\xdb\x83\x30\x31\ \x9f\xeb\xdb\x65\x3a\x02\x81\x40\x0d\x33\xad\x4a\xc9\x55\x68\xae\ \xa1\xa9\xc7\x5a\x29\x30\x73\x81\x1a\xd7\xd1\xea\xea\x2a\xc6\xc6\ \xc6\x50\xad\xee\x87\xd6\x2e\x5f\xbe\x6c\xba\x83\xf9\x45\x5c\x6b\ \xd9\x6c\xd6\x92\x54\xb5\xc7\x0f\xc1\x6b\xa5\x72\xb0\x29\x2c\x65\ \x51\xf3\x86\xd4\x6b\xe6\xf8\x71\xfe\x01\x98\x6c\xd0\x08\x78\xbd\ \x5e\xa4\x52\x29\x9c\x3b\x77\xce\xc2\xf8\x3e\xdf\x41\x45\xe8\xde\ \xde\x9e\xe5\x4d\x51\x0f\x11\xc0\xb0\x35\x0a\x0d\xfa\xde\xde\x9e\ \xb5\x83\x61\x62\x38\xc3\xeb\xbf\xf3\x3b\xbf\x03\xaf\x77\xbf\x79\ \x27\xd7\xdc\xe4\xe4\xa4\x39\x52\xf9\x7c\x1e\x5b\x5b\x5b\x98\x9c\ \x9c\x44\x53\x53\x13\x1a\x1b\x1b\xd1\xdf\xdf\x6f\xdd\xd8\x59\xe5\ \x9a\x4a\xa5\x70\xe2\xc4\x09\x6b\x37\xc3\xb5\xac\x06\x89\xe0\x78\ \x70\x70\x10\xd7\xaf\x5f\x47\x63\x63\x23\xd6\xd7\xd7\xad\x02\xb2\ \x5a\xad\xda\x73\x73\x1d\x73\x2e\x38\x9e\xad\xad\xad\x16\xba\x3d\ \x79\xf2\x24\x56\x56\x56\x00\xc0\xaa\xa3\xf9\xfd\xd7\x5e\x7b\x0d\ \x6d\x6d\x6d\xb8\xef\xbe\xfb\x6a\xf4\x8a\x2b\x53\x94\x15\x57\x37\ \x20\xcf\xc8\xc2\x00\x00\x20\x00\x49\x44\x41\x54\xdd\xcd\x51\xa7\ \xce\xa1\x8d\x53\xd6\x8e\xf6\x86\x6b\x5a\x41\x1c\xff\xae\xa1\xca\ \x7a\x87\x2b\xaf\xee\x71\xb7\xcf\xdd\xb1\xd6\xdf\x99\x0f\xca\xa6\ \xc2\xea\xe8\x2a\x18\x50\x40\x43\x19\xd4\x9c\x33\x75\x18\xf4\xbe\ \xba\xf5\x9d\x7e\x8f\x7f\x77\x75\xb9\xbe\x83\xb2\x5d\x6a\x1f\x35\ \x6f\x4e\x6d\xbd\xce\x99\xab\x0b\x34\xdd\x44\xc1\x0f\xbf\xab\x3a\ \x87\xcf\xa0\xcc\x98\x0b\x9e\x94\x28\x71\xef\xa3\x04\x0f\xe5\x87\ \xc0\x8f\xdf\x57\xb9\x20\x99\xc0\xf7\xf4\x75\x75\x75\x59\xc2\x2f\ \x59\xaa\x48\x24\x62\x46\x0e\x38\x48\x70\xe3\xef\x85\x42\xc1\x16\ \x83\xcf\xe7\xb3\xae\xd3\x5b\x5b\x5b\x66\xa4\x49\xd7\xf2\x46\xae\ \xe2\xd4\xf0\x00\x85\x55\x81\x95\x4e\x0c\x3f\x77\x3d\x4c\x3d\xd4\ \x83\x04\x60\x0b\xc3\x15\x56\x2e\x7e\xad\x56\xd3\x09\xe7\xb3\x2a\ \x52\xd5\x45\xab\x71\x69\x4e\x8a\xf6\x58\x52\x5a\x54\x73\x70\x58\ \xc9\xc3\x50\x15\x95\x28\xf7\x66\x63\x55\x9c\xdf\xef\xc7\xc8\xc8\ \x08\xde\x7d\xf7\x5d\xa3\xf3\x69\x7c\x69\x68\xb5\xd1\x25\x43\x2d\ \x0c\x71\x78\xbd\x5e\x63\xce\xd8\x3a\x83\xc0\x91\x0c\x15\x05\x82\ \x4a\x2b\x95\x4a\x21\x9d\x4e\x63\x7d\x7d\x1d\xb9\x5c\x0e\x85\x42\ \xa1\x86\xe9\x6b\x6c\x6c\xc4\xca\xca\x8a\x19\x22\x7a\x77\xda\x2b\ \x88\x02\x4e\x50\xa7\x82\xac\xe3\xa2\x8b\x58\x99\x26\x6d\x6c\xb8\ \xbe\xbe\x6e\x79\x17\xf4\x42\x49\x4d\x13\x68\xac\xac\xac\xa0\xa1\ \xa1\x01\x3d\x3d\x3d\xe8\xef\xef\x37\x36\x6b\x6f\x6f\xbf\x15\x81\ \x2a\xfe\xdd\xdd\x5d\xeb\xfe\x5c\x28\x14\xac\xea\x95\x9b\xe3\xf2\ \x19\x29\xf3\x3e\x9f\x0f\xd3\xd3\xd3\xe6\x35\xfb\x7c\x3e\x7b\x3e\ \x2a\xcf\xad\xad\x2d\x0b\xab\x2d\x2d\x2d\x61\x68\x68\xc8\xc6\x85\ \x6d\x0a\x02\x81\x00\x56\x57\x57\x31\x3f\x3f\x6f\x21\xb6\x62\xb1\ \x68\x15\x84\xdc\xbf\xb1\x5a\xad\x9a\x93\x12\x8f\xc7\x0d\x70\xab\ \x07\x4f\x05\x78\xe3\xc6\x0d\x6c\x6e\x6e\x22\x1c\x0e\xd7\x84\x31\ \x74\xfc\xbd\x5e\xaf\xf5\x26\x6b\x6c\x6c\xb4\xf6\x2a\x5c\x4b\xdc\ \x2c\x9a\x0c\x48\x32\x99\x44\x63\x63\xa3\xe5\x8d\x11\x04\x69\x0e\ \x5e\x3c\x1e\xb7\xb1\x0a\x04\x02\x58\x5b\x5b\x43\x20\x10\xc0\x89\ \x13\x27\x6a\x98\x01\xb2\x2f\x0a\xee\x29\x47\xfc\xbe\xf6\xa4\x51\ \xc6\x8a\x9f\xb9\x4a\x56\xd7\x65\x3d\x8f\x9f\x87\x86\x76\x78\x44\ \xa3\x51\x8c\x8f\x8f\xa3\xb3\xb3\xd3\x8c\xf3\xe2\xe2\xa2\x01\x66\ \x82\x2e\x00\xb6\x46\x94\xb5\x51\x76\x8f\x8e\x51\xb5\x5a\xb5\x9c\ \x2d\x6e\x53\xc3\xf1\xe5\x4f\xf5\xc6\xb9\x1e\xe8\x7d\x73\x4e\x39\ \x46\x9b\x9b\x9b\xb8\x79\xf3\x26\x9e\x7a\xea\x29\x2c\x2c\x2c\x98\ \xde\x62\xf2\x3a\x2b\x59\x19\x9a\xd4\xf0\x16\xf3\x1e\x55\x3f\x31\ \x04\x47\xc6\xe7\xd1\x47\x1f\xc5\xe7\x3f\xff\x79\x03\x69\x6d\x6d\ \x6d\x28\x16\x8b\xf8\xf3\x3f\xff\x73\xdc\xb8\x71\xc3\xf4\x7a\x57\ \x57\x97\xad\x73\xde\x73\x74\x74\xd4\x58\xb3\xb9\xb9\x39\xc4\x62\ \x31\x1c\x3b\x76\xac\xe6\x3d\xd5\xa9\xd2\xb9\xec\xec\xec\xb4\x79\ \xe2\x3a\x66\x85\xa6\x36\x03\xd6\x68\x02\xf3\xe2\xb8\xe5\x54\x3a\ \x9d\x46\x47\x47\x07\x3e\xfe\xf1\x8f\x5b\x73\xdd\xe6\xe6\x66\xa4\ \xd3\x69\x64\x32\x19\xe4\x72\x39\x3c\xff\xfc\xf3\x56\xd9\xe8\x3e\ \x87\x0b\xb2\xea\xc9\x93\x1a\x70\xb5\x1f\xd4\xd7\x9c\x27\x6d\x09\ \xc4\xf3\x94\x0d\x56\xb9\x24\xa3\x5c\x0f\x34\xb8\xcf\xe0\xda\xa7\ \x7a\xb2\xed\xae\x71\x3d\xf8\x1d\xe6\x93\x71\x1d\x50\xc6\xb4\x6a\ \x8f\xef\xe6\xea\x60\xce\xa5\x8e\x9d\x8e\x21\x6d\x06\x1d\x7e\x0d\ \xb9\xaa\x1d\x57\x1b\x4f\x9b\x48\xfb\xaa\xac\x96\xe6\x7d\x29\x7b\ \xe5\xb2\x40\x0a\x6c\xf8\x39\xc7\x57\xd3\x8e\xf8\xdc\x0a\x26\x35\ \xcf\x4c\x41\x98\x1b\xfa\x55\x96\xd9\x65\xe1\x14\x6f\xf0\x39\xea\ \xcd\x85\xf6\xe4\xd2\xf7\xf0\xc5\xe3\x71\x6c\x6c\x6c\x58\x62\x2d\ \xfb\x19\x91\xba\xe5\xc5\x3a\x3a\x3a\xb0\xbd\xbd\x8d\x95\x95\x15\ \x03\x57\x7d\x7d\x7d\x68\x68\x68\xb0\x0d\x4c\xe9\xe5\x2c\x2d\x2d\ \xa1\x54\x2a\xa1\xaf\xaf\xcf\x0c\x11\x27\xbe\x9e\xa7\xc9\x01\x53\ \x05\xaa\x93\x5c\xef\x85\xf8\x99\x22\x75\xa5\x34\x29\xf8\xfc\x5d\ \xa9\x51\x35\xfa\xbc\x97\x0b\xe2\x08\x76\xf8\x1d\x9f\xcf\x67\x25\ \xd5\x3a\x39\x2a\x0c\x9c\x18\x0a\x1c\x73\x53\xfc\x7e\xbf\xb1\x78\ \x99\x4c\xc6\xd8\x87\x74\x3a\x8d\x91\x91\x11\x78\xbd\xfb\x55\x35\ \xc9\x64\x12\x4b\x4b\x4b\x18\x1b\x1b\xc3\xe0\xe0\xa0\x3d\x2b\x41\ \x05\x1b\x06\xf2\xde\x0c\x99\x6d\x6e\x6e\x5a\x0e\x94\xbe\x7b\xa1\ \x50\x40\xb1\x58\x34\x45\x4b\x20\xb5\xba\xba\x8a\x4c\x26\x83\x54\ \x2a\x55\xe3\xf1\x28\x1a\x57\x76\x81\xd7\xd3\xc5\xc8\x05\xe3\x7a\ \x3a\x3a\x1e\x1c\x37\x65\x18\xf5\xa0\xb1\xe0\xbd\xb2\xd9\xac\x19\ \x2d\xbe\x23\x41\x2c\xc7\xb5\xb1\xb1\x11\x67\xcf\x9e\xc5\x8d\x1b\ \x37\x90\xcd\x66\xb1\xb6\xb6\x86\x1b\x37\x6e\x58\xbe\x89\x7a\xc0\ \x9c\xbf\x6c\x36\x6b\xcd\x5c\x01\xd8\x3b\xd3\x38\x12\xf4\x30\xe7\ \x8d\x2c\x00\x81\xed\xc8\xc8\x88\x85\xd3\xf8\x4c\x74\x22\x18\x76\ \x25\xb0\x88\x46\xa3\x96\x4c\xcf\x84\x76\x82\x62\xe6\xc8\x68\xa7\ \xfb\xe6\xe6\x66\x63\x0f\x38\xa6\x6b\x6b\x6b\x35\x49\xf0\x0d\x0d\ \xfb\x25\xec\xf1\x78\x1c\xfd\xfd\xfd\x00\x60\x0c\x02\x81\x1a\x41\ \x64\x30\x18\x44\x5b\x5b\x9b\x01\x25\xe6\x5c\xd1\xc8\x33\x3f\x8c\ \xcf\xd4\xda\xda\x8a\x93\x27\x4f\xa2\x54\x2a\x21\x91\x48\x58\xa9\ \x3b\x01\x85\x95\x1b\xff\x7f\xec\x68\xa9\x54\x42\x77\x77\x37\xf6\ \xf6\xf6\xb0\xb0\xb0\x80\xd6\xd6\x56\x8c\x8e\x8e\x1a\xf0\xe4\x3a\ \xe2\x3f\x75\x3e\x94\x5d\x24\xd0\xe0\x9a\x71\x3d\xd5\x7a\x32\xc5\ \x43\x0d\x90\x56\xac\x36\x34\x34\xe0\xcd\x37\xdf\x44\x57\x57\x17\ \x9a\x9a\x9a\xd0\xde\xde\x8e\x96\x96\x16\x9c\x3d\x7b\x16\xe3\xe3\ \xe3\x38\x7d\xfa\x34\xae\x5c\xb9\x62\x8e\x42\xa5\x52\xb1\xbe\x4f\ \xdc\xbe\xc6\x4d\x64\xa7\x83\xc1\x50\x38\x41\x23\xe7\x9e\x0c\x95\ \xc7\xe3\x31\x19\xdb\xdb\xdb\xb3\x7c\x16\xe6\xc2\x29\x8b\xaf\x20\ \x8b\xe3\x7b\xfb\xf6\x6d\xcc\xce\xce\xe2\xe4\xc9\x93\x06\xf8\x96\ \x96\x96\x6c\x53\x6f\x3a\x60\x5c\x4f\x7c\x36\xad\x14\xe6\x58\x93\ \x81\x6a\x68\xd8\xdf\x8e\xe9\xd1\x47\x1f\x35\x9d\xc6\x24\x73\x82\ \x5d\x00\x96\xdf\xc7\x8a\x72\x56\x19\x8f\x8d\x8d\xe1\x7f\xff\xf7\ \x7f\x6d\x4c\xa6\xa6\xa6\xf0\x95\xaf\x7c\xa5\xa6\xff\x91\x32\x34\ \x3a\x77\x95\x4a\xc5\xd8\x4d\x8e\x03\xf5\x0c\x0d\x91\x16\x02\x51\ \xa6\xa9\x83\xcb\xe5\xfd\x7d\x36\xc3\xe1\x30\xd2\xe9\x34\x5e\x7f\ \xfd\x75\x3c\xf1\xc4\x13\xd6\x00\xbb\xa7\xa7\xc7\xc2\xdb\xdb\xdb\ \xdb\x78\xf3\xcd\x37\x0d\x0c\xaa\x8c\xa8\xd3\xa1\x60\x4b\x9d\x68\ \x05\x06\xfa\x39\x81\x15\xaf\xa5\x60\x42\x13\xb2\xdd\x30\x16\x7f\ \x67\xce\xa1\xe6\xff\xaa\x1c\xbb\x21\x38\x57\xb6\xf5\x7c\x17\x78\ \xa9\xed\xe1\xef\x2c\x3c\x53\x00\xa1\xa9\x1a\xaa\xb7\x5d\xa2\x41\ \xaf\xe7\xe6\x1e\xb9\x3a\x5e\x9b\x07\x33\xdd\x45\x49\x18\xde\x4f\ \x6d\xaa\x32\x4c\x5e\xaf\xb7\x26\xb4\xaa\x63\xef\x82\x31\x25\x63\ \x14\x90\xea\xb8\xe8\xfd\xf4\x7a\xfa\xde\x04\x40\x9c\x3f\x97\xb5\ \x73\xc7\xd3\xd5\x3f\xf5\xe6\xc8\x3d\xd7\xc5\x34\x00\xe0\xa3\x61\ \x26\x05\xbe\xbe\xbe\x6e\x5d\x83\xe9\x31\x15\x0a\x05\xdb\x38\x96\ \x21\x08\x32\x01\x4a\x8b\x05\x83\x41\x00\x40\x7f\x7f\x3f\xa6\xa6\ \xa6\x30\x36\x36\x86\xf9\xf9\xf9\xf7\x08\x89\x32\x1d\x44\xc4\xba\ \x08\x94\x42\x07\x0e\x36\x09\xd6\x24\x44\x5e\x43\xa9\x3f\x37\xfc\ \xa4\x68\x94\x60\xca\x8d\x8f\xab\x07\xa6\x8b\x49\x69\x7e\x0d\xeb\ \x28\xe0\xd3\xf3\x5d\x9a\x92\xcf\x47\xc5\xca\x10\xe3\xe6\xe6\x26\ \x62\xb1\x98\x55\x1c\xad\xac\xac\x58\x79\x3e\x13\xe0\xfd\xfe\xfd\ \xbd\x0b\x09\x38\x18\x6a\x20\x4b\x90\xc9\x64\xe0\xf5\x7a\x11\x0c\ \x06\x91\x4c\x26\x8d\xb9\x61\x05\x14\x00\xdb\xab\x2c\x14\x0a\x61\ \x72\x72\x12\xe3\xe3\xe3\xb6\x7d\x91\x2e\x2a\xa2\x72\x7a\xea\x7c\ \x56\x57\xb9\xa8\xd2\x51\x83\xa8\xde\xb9\xd2\xd0\xfc\x49\x83\xa2\ \x82\x48\x0f\x9b\xe3\x53\x2e\x97\x6b\x76\x41\xd7\xb1\xd4\xfb\x01\ \x40\x5b\x5b\x1b\x26\x27\x27\xe1\xf7\xfb\xd1\xd5\xd5\x85\x53\xa7\ \x4e\xe1\xde\x7b\xef\x35\xf6\xb5\x5c\x2e\x9b\x33\x40\x25\xc8\x8e\ \xdd\xa1\x50\xc8\xc2\x9b\x89\x44\xc2\x58\xb2\xa1\xa1\x21\xbb\x07\ \xf3\xac\xda\xda\xda\xd0\xd5\xd5\x85\x42\xa1\x60\x7b\xa0\xe9\xc2\ \x65\x0e\x49\x77\x77\x37\xaa\xd5\xaa\x35\xe1\x24\x68\x61\x05\x17\ \x81\x0a\x5b\x9d\x70\xbd\x11\xb0\x73\xc3\xe3\x95\x95\x15\x74\x76\ \x76\x22\x95\x4a\xa1\x52\xa9\x60\x71\x71\xd1\x12\x77\x4b\xa5\x12\ \x0e\x1f\x3e\x8c\x42\xa1\x80\x42\xa1\x60\xeb\x8c\x8a\x9e\x72\x49\ \x50\x99\xcf\xe7\x8d\xbd\x22\x30\xa2\xe1\x61\xcf\x2c\x86\x98\x39\ \x16\x1c\x73\x86\x96\xd9\xaf\x8b\xa1\x47\x3a\x49\xed\xed\xed\xf6\ \x4e\x6c\x38\xb9\xb7\xb7\x67\x21\x38\x9e\xa7\x00\x5c\x95\xa7\xae\ \xb3\x7a\x0e\x8e\xca\xcd\xfb\x29\x2f\xae\x49\xae\x65\x76\xbe\x3f\ \x79\xf2\x24\xae\x5f\xbf\x8e\x44\x22\x81\xf5\xf5\x75\x44\xa3\x51\ \x34\x37\x37\xe3\xf4\xe9\xd3\xd8\xdd\xdd\xb5\x2e\xff\x6c\x54\xc9\ \x67\xe1\x58\x6a\xff\x3e\x6e\x95\xb3\xb7\xb7\x57\x23\x3b\x04\x32\ \x5c\x2b\x64\x8c\x09\x30\x39\xd6\xda\x5c\x91\xa1\x41\x32\x82\x5a\ \xf4\xc2\xfc\xc7\x1f\xff\xf8\xc7\x18\x1e\x1e\x46\x57\x57\x17\xaa\ \xd5\xfd\xe4\xf5\x81\x81\x01\x5b\xb7\xbc\x87\x26\xee\x32\xa7\x84\ \xfa\x91\xef\xc3\x75\xb9\xb5\xb5\x85\x64\x32\x89\x60\x30\x68\x69\ \x0a\xfc\x2e\x1d\x8e\x96\x96\x16\x84\xc3\x61\x73\xd8\x1a\x1b\x1b\ \x71\xe2\xc4\x09\x33\x84\x1e\x8f\x07\x7d\x7d\x7d\xb8\xef\xbe\xfb\ \xcc\xb1\xd3\x31\xd0\xb9\xd1\x7c\x35\xbf\xdf\x8f\x7b\xee\xb9\x07\ \x2f\xbd\xf4\x92\xf5\x96\xd3\xea\x5d\xea\x46\x5e\x83\x4e\x0b\x75\ \x58\x6b\x6b\x2b\x3a\x3b\x3b\xd1\xd3\xd3\x83\xe7\x9f\x7f\x1e\xf1\ \x78\x1c\x0f\x3d\xf4\x10\x36\x36\x36\xac\x3f\x1c\x49\x81\x63\xc7\ \x8e\xd9\xde\x99\x0a\x40\x5d\x27\x5d\x6d\x05\x3f\x57\xfd\xe4\x86\ \xb6\x5c\x87\x9e\x0c\x1a\x23\x19\x2a\x07\x6a\x73\xc8\x8c\xb0\x98\ \x49\x19\x2e\x7e\x87\xe0\xd2\x75\x40\x15\x04\xd6\x33\xf6\xba\x3e\ \x74\xcd\xe8\x4e\x04\x6e\x44\x48\x8b\x13\x94\xe5\x72\xa3\x53\x2e\ \x18\x05\x60\x0e\x82\x46\x6d\xf4\x59\x75\xfd\xea\x18\xeb\xef\x3c\ \x4f\x9d\xa7\x7a\xe1\x5a\xae\x45\x9d\x07\xfd\x8e\xda\x64\x1d\x6b\ \x32\xa4\x04\x4e\x3a\xe6\x2a\xa3\x7a\x3f\x77\xac\x75\x7e\x3e\x08\ \x38\xd5\x03\x7a\xf5\x3e\xf7\x75\x74\x74\x60\x71\x71\xd1\x2a\x86\ \x16\x17\x17\x6b\x16\x2e\x8d\x08\xd9\x98\x58\x2c\x66\xe5\xd8\xec\ \x13\xd3\xd2\xd2\x62\x2f\x57\xad\xee\x57\x7e\x70\x71\xaa\x87\x49\ \xa5\xa8\x94\xa0\x7a\x11\xca\x90\x68\x88\x87\xdf\xa5\xd2\x50\x44\ \xad\x0a\x57\x07\x54\x3f\x27\x88\xe3\x84\x57\xab\xef\xdd\xe8\x97\ \x1e\xb6\x02\x06\x4e\x96\x7a\x21\xfc\xbb\x4e\x90\x02\x41\x6d\xb6\ \xa8\xef\xc1\x50\xa0\xcf\xe7\xb3\x8a\x19\x7e\x67\x6b\x6b\xcb\xd8\ \x06\xaf\xd7\x8b\x99\x99\x99\x9a\x38\x6e\x2a\x95\x32\x83\x4c\xa3\ \x52\xa9\xec\x37\xd8\x5b\x5e\x5e\xb6\xe7\xcb\xe7\xf3\x06\x0c\xb8\ \x0f\xdd\xe0\xe0\x20\x5e\x7a\xe9\x25\x4c\x4c\x4c\x18\x2b\xa2\xe8\ \x1d\x80\x85\x31\xf8\xcc\x9a\xa3\x45\x45\xaa\x9e\x82\xbb\x18\x38\ \xce\x0a\xa0\xea\x79\x5e\xea\x2d\xd2\x18\x73\xfe\xa9\x28\x81\x83\ \x2d\x1b\x14\x50\xf3\xf7\xb5\xb5\x35\x03\x3b\x13\x13\x13\xe8\xe9\ \xe9\xc1\x83\x0f\x3e\x68\x1e\x7e\x24\x12\xa9\x89\xeb\x03\x40\x2e\ \x97\x83\xcf\xe7\x43\x36\x9b\x45\x47\x47\x47\x4d\x0b\x12\x56\xe1\ \x91\x1d\xd0\x6a\x43\x36\x0c\x65\xfe\x17\x3b\xb8\xb7\xb7\xb7\x63\ \x70\x70\x10\xe5\x72\xd9\xfa\x6d\x91\x69\xa2\xc1\x8d\x46\xa3\x16\ \x3a\x67\x98\x8e\xad\x13\x68\x60\xc9\x96\x95\xcb\x65\xf4\xf6\xf6\ \xa2\xad\xad\xcd\xda\x1f\x00\xc0\xd4\xd4\x94\x25\x15\xbf\xfe\xfa\ \xeb\x58\x5d\x5d\x45\x43\x43\x83\x31\x52\xea\x89\x11\xb0\x32\x31\ \xbf\xa1\xa1\xa1\xa6\x61\x2a\xdf\x93\x80\x4b\x7f\x92\xd9\x50\x85\ \x42\x16\x83\x63\xad\xeb\x53\x1b\x6d\xf6\xf6\xf6\x5a\xde\xd6\xf0\ \xf0\x30\xf2\xf9\x3c\x32\x99\x8c\x55\x21\xd2\xb0\x13\x78\xd2\x28\ \xb9\x72\xa1\x6b\xd7\x5d\x5f\x7a\x70\xed\x92\x4d\xa4\x3e\x69\x6d\ \x6d\xc5\xf2\xf2\x32\x12\x89\x04\x8e\x1e\x3d\x8a\xb5\xb5\x35\xcb\ \x41\x22\x6b\x97\xc9\x64\xac\x3a\x0e\x80\xb5\x96\xd1\xea\x57\x35\ \x76\x64\xa1\xb9\xaf\x1f\x43\xcc\x7a\x1e\x59\x65\x3a\x0a\xe5\x72\ \xd9\x1c\xcf\xd6\xd6\x56\x2b\xe7\x07\x60\xe0\x42\x59\x29\x56\x07\ \x33\xc4\x7d\xe1\xc2\x05\xfc\xe9\x9f\xfe\x29\x76\x77\x77\xb1\xb2\ \xb2\x82\x8f\x7d\xec\x63\x35\x3d\xb9\xe8\xa8\xf1\x77\xea\x10\x5d\ \x4f\x5c\xdb\xc1\x60\xd0\x40\xfd\xfc\xfc\xbc\x15\x2a\x04\x83\x41\ \xab\x04\xe7\x4e\x1c\x85\x42\x01\xa1\x50\x08\x5d\x5d\x5d\x88\xc5\ \x62\xa6\xff\x9f\x7a\xea\x29\x9c\x3f\x7f\xde\x72\x2d\x79\x1f\x2d\ \x26\xe1\x9a\xa6\x4c\xe8\xbc\x1d\x3a\x74\x08\xaf\xbc\xf2\x8a\xe5\ \x91\xd2\x19\x54\x3d\xe1\xea\x60\x16\xe4\xa4\x52\x29\x1c\x3e\x7c\ \x18\x4d\x4d\xfb\x1b\x83\xff\xe4\x27\x3f\x41\x22\x91\xc0\x89\x13\ \x27\x00\xc0\x0a\x26\xe6\xe7\xe7\x6d\xbb\x2a\xd5\xcf\x77\x33\xaa\ \x77\x93\x2d\x0d\xb3\xaa\x53\xa7\xcc\x4c\xb9\x5c\xb6\xaa\x6d\xbd\ \x36\x9d\x45\xae\x17\x00\x35\x39\x65\x04\xaa\x7a\x5f\x05\xa8\xf5\ \xc0\x95\xda\x46\x17\x68\xd5\x63\xbe\xa8\xab\xf8\xac\xca\x08\xa9\ \xc3\xcf\x74\x13\xea\x12\x05\x6c\x94\x27\xfd\x3e\xc1\xb2\x86\x16\ \x75\xbc\x94\xf1\xad\xe7\x1c\x29\xc3\xa5\x76\x5a\x41\x99\xca\x92\ \x8e\x0f\xd7\x25\x3f\xd7\x02\x31\x75\xe0\x74\x1c\x14\x30\xf1\xa8\ \x07\x9a\xde\x0f\x54\xb9\xe7\xd5\x93\x25\x7d\xcf\x7a\xef\x0d\x00\ \x3e\xe6\x59\x54\x2a\xfb\x79\x40\xc3\xc3\xc3\x16\xdb\xa7\xf7\xc7\ \xde\x0e\x85\x42\x01\xc9\x64\xd2\x14\x77\x38\x1c\xc6\xea\xea\x6a\ \x8d\x50\xb3\x8f\xd0\xb1\x63\xc7\x6c\x72\xb5\xf7\x04\x27\x90\x13\ \xa5\x2c\x85\x0a\x06\x5f\x4e\x73\x9c\xea\x09\xbc\xcb\x8a\xd1\xb0\ \x92\xf5\x51\x6f\xce\x1d\x40\x82\x06\x32\x70\x34\x38\xda\xfa\x41\ \x59\x2b\x2e\x30\x77\x01\xd2\xd8\xf1\xbb\x7c\x2e\x2a\x6e\x82\x3c\ \x1e\xa4\x58\xb5\x3a\x91\x0a\xb9\x5a\xad\x1a\xa0\x62\xb5\x0c\x95\ \x2f\x81\x22\x3d\x9f\x74\x3a\x6d\x15\x5c\x2c\xbb\x67\x0e\x0f\xb7\ \xbe\x99\x99\x99\x41\x3c\x1e\x47\x5f\x5f\x9f\x6d\x57\x04\x1c\xd0\ \xc5\x3c\xf4\xdd\xf4\x1d\x94\x4d\xe4\x42\xd0\x24\x48\xcd\x9f\xe0\ \x5c\x10\x10\x71\xbc\xb9\xf8\x78\x3f\x86\x00\x78\x3e\x15\x91\x7a\ \x9a\x7a\x1d\x7e\x37\x10\x08\xd8\x56\x34\xad\xad\xad\xe8\xe8\xe8\ \xb0\x30\xb5\x82\x43\x5e\x4b\x81\xe3\xcc\xcc\x8c\x35\x4b\x8c\x46\ \xa3\xe6\x89\x32\x67\x70\x71\x71\x11\x2d\x2d\x2d\xc6\x48\xb1\x18\ \xa0\x5a\xad\x5a\xc7\xf6\x60\x30\x88\xbe\xbe\x3e\x63\xcb\xa8\x2c\ \xb8\xa5\x0f\x19\x81\x48\x24\x82\x99\x99\x19\xab\xc2\x2d\x97\xf7\ \xb7\x16\x62\x32\x34\xfb\xf5\xac\xac\xac\xc0\xe3\xf1\x58\x8b\x14\ \xe6\xdf\x6c\x6c\x6c\xe0\xce\x9d\x3b\xd8\xdc\xdc\xac\xd9\xb4\x97\ \x06\x95\x74\x37\x93\xfe\x39\x6e\xda\xdf\xaa\x5a\xad\x5a\x28\x8c\ \x73\x4d\xef\x95\x00\x89\xca\x8b\xc0\x56\x1b\xcd\xd2\xc0\x92\xbd\ \x09\x04\x02\x06\xf0\x53\xa9\x94\x35\x1a\xf5\xf9\x7c\xd6\x27\xab\ \x5a\xad\xa2\xa7\xa7\x07\xef\xbe\xfb\x2e\x8a\xc5\xa2\x8d\x31\x65\ \xbc\xaf\xaf\xcf\x2a\x29\xd9\xd7\x88\x7f\x53\xe6\xc3\xf5\xcc\x5d\ \xc7\x88\xef\x97\x4c\x26\x51\x28\x14\xd0\xdf\xdf\x8f\x48\x24\x82\ \x9e\x9e\x1e\xac\xaf\xaf\x5b\x47\xff\xf5\xf5\x75\xeb\xeb\xd7\xd2\ \xd2\x82\xdb\xb7\x6f\x63\x63\x63\xc3\x58\x18\x2a\x5e\x55\xc0\x7c\ \x16\x95\x75\x02\x28\x82\x69\x3e\xbf\xe6\x6e\x10\x44\x33\x77\x8d\ \x6d\x05\xb4\xd2\x8c\xb9\x7c\xa5\x52\x09\xed\xed\xed\x56\x29\x18\ \x8b\xc5\x0c\x70\x25\x93\x49\x24\x93\x49\xeb\x81\x76\xee\xdc\x39\ \xdb\x2e\x87\xfa\x85\x2c\x05\x0d\x0b\xf3\x2a\x59\xc0\xc0\x56\x23\ \x91\x48\x04\x9f\xff\xfc\xe7\xd1\xd7\xd7\x67\x2c\x2e\x59\xb5\xeb\ \xd7\xaf\xdb\xe6\xec\x64\x8f\xa8\x4b\xf8\x7e\x87\x0e\x1d\xb2\x16\ \x1b\xba\x61\x7c\xa5\x52\xb1\x42\x06\xf6\xd2\x1a\x18\x18\xa8\xc9\ \xb1\xe1\x11\x8f\xc7\x71\xec\xd8\x31\x5c\xbb\x76\xcd\x74\x9c\xd7\ \xbb\xbf\xaf\x29\xf5\x2c\xc7\x5b\x19\x88\x6a\xb5\x6a\x55\xeb\x1e\ \x8f\x07\xa7\x4f\x9f\xc6\xcc\xcc\x0c\x9e\x79\xe6\x19\x74\x76\x76\ \x22\x1e\x8f\x5b\xc1\xcd\xe0\xe0\xa0\xf5\x07\xa3\xcc\xb8\x3f\x5d\ \x70\xa2\x06\x51\x41\xb5\x82\x2c\xfd\x2e\x9f\x8b\x6b\x85\xb2\xa1\ \xa1\x6e\x00\x06\xb2\xa8\x8b\x68\x2b\xdc\xfc\x2d\x7e\x46\x50\xe9\ \x1e\x74\xd2\xe9\xec\xd4\x7b\x0f\x3d\xdc\x67\xe7\xef\x64\xa9\xf8\ \x3b\xef\xcd\x7f\x94\x23\x05\x2c\x0a\x7c\xd5\x69\xd6\x48\x0e\x75\ \x9f\x3a\x4b\xb4\xd5\x3a\xee\xd4\xf3\x9c\x6b\x6d\x58\x4a\x3b\xe0\ \x82\x17\x86\xd5\x95\xdd\x53\x90\xe5\x32\x49\x77\xfb\x7f\x3d\x70\ \x54\x6f\x9c\x39\x76\xf5\x80\x54\x3d\xc0\xa5\xff\xd7\x73\xeb\x01\ \x38\x1f\xbd\x38\x2e\xda\xb5\xb5\x35\x0c\x0f\x0f\xe3\x81\x07\x1e\ \xb0\x5c\x80\x89\x89\x09\x63\x60\x56\x56\x56\xb0\xbb\xbb\x6b\x89\ \xf0\xad\xad\xad\x98\x9b\x9b\x43\xa5\x52\x41\x3c\x1e\xb7\x9b\xdd\ \xbe\x7d\xbb\x66\x1b\x05\x7d\x59\x37\x94\x46\xf0\xc2\xdf\xa9\x40\ \x29\xc4\xee\xa0\xe9\x4b\x2a\xf2\x55\x61\x50\x63\xae\x4c\x8d\xc7\ \xe3\x79\x0f\x35\xad\x13\xa8\xfd\x41\x14\xfd\xdf\x0d\xa4\xf1\xbb\ \x2e\x80\xe0\xf5\xc8\x56\x30\x27\x81\xa5\xef\x5c\x00\x1a\x2e\x63\ \x18\xd0\xef\xf7\x63\x71\x71\xd1\x94\x50\x7b\x7b\x3b\x7a\x7b\x7b\ \xad\xb7\x52\xb1\x58\x44\x22\x91\xb0\xa6\x85\x7b\x7b\x7b\x58\x5b\ \x5b\xc3\xe8\xe8\xa8\x19\xb6\xad\xad\x2d\xb4\xb5\xb5\x61\x7d\x7d\ \x1d\xb1\x58\x0c\xfd\xfd\xfd\x48\xa7\xd3\x35\x21\x38\x65\x04\x95\ \xea\xd6\x31\x51\x03\xa8\xf4\xb0\x86\x5c\x39\xc7\xae\xa7\x44\xa0\ \xab\x89\xe4\x0a\xc6\x78\x6f\x05\x7b\xba\x88\x54\x88\x79\x1e\x95\ \xfd\xdc\xdc\x1c\xd2\xe9\x34\x0e\x1f\x3e\x0c\xbf\xdf\x6f\x55\x47\ \x6c\x1f\xc2\x50\xce\xcd\x9b\x37\x91\xcb\xe5\x10\x89\x44\x90\x48\ \x24\xb0\xbd\xbd\x8d\x3b\x77\xee\xd4\x30\x53\x04\xc2\x9b\x9b\x9b\ \x18\x1c\x1c\x44\x4b\x4b\x8b\x6d\xc7\xc3\xfc\xb5\xbd\xbd\x3d\x03\ \x6b\xe5\x72\xd9\x2a\xe6\xbc\x5e\xaf\xe5\x50\x31\xa7\x8b\x95\x86\ \x9a\xf8\xbd\xbd\xbd\x8d\x42\xa1\x80\x6a\xb5\x6a\xbd\x87\xb6\xb6\ \xb6\x30\x3e\x3e\x6e\x0c\xcc\xf4\xf4\x34\x42\xa1\x90\xfd\x9d\x63\ \x46\xb0\x48\xb6\xcb\xe3\xf1\x20\x1a\x8d\x1a\xf3\xc6\xfd\x03\xd9\ \xb1\x1b\x80\x15\xa2\x30\x77\x88\x40\x50\x15\x28\x81\x1a\xc3\x99\ \xba\xed\x45\xb5\xba\x5f\x56\xcf\x50\x1a\x41\x4a\x73\x73\x33\x8a\ \xc5\xa2\x75\xd2\xd7\x84\x75\xb6\x15\x38\x72\xe4\x08\x9e\x7d\xf6\ \x59\x63\x4c\xe8\xa8\x5c\xbc\x78\xd1\x2a\xd3\x9a\x9a\x9a\x2c\xb9\ \x9e\xad\x01\x38\xff\x6a\x98\x38\xee\x1a\x6e\xe0\x3b\x74\x76\x76\ \x62\x65\x65\x05\x93\x93\x93\x38\x72\xe4\x88\xf5\x8f\x5a\x5f\x5f\ \x47\x2a\x95\x32\xa6\x8b\x79\x47\xec\xe2\x4d\xb9\x55\xcf\x5b\xfb\ \x58\xa9\xb3\xa0\xc5\x3c\xfc\x1e\x9f\x87\xe1\x43\xf7\x9a\x94\x53\ \x82\x6e\x05\x36\x9c\xd3\xd5\xd5\x55\xdb\x42\x88\xb2\xdf\xd2\xd2\ \x82\xe1\xe1\x61\x6b\x45\x90\x48\x24\xd0\xd3\xd3\x83\x99\x99\x19\ \xc4\x62\x31\x63\x47\xe9\x74\x11\x90\xf0\xbd\x58\x31\x4b\x76\x8f\ \xac\x28\x0d\x23\xaf\x5b\x2e\x97\x71\xf5\xea\x55\xab\x06\x67\xf8\ \xa7\xab\xab\xcb\x2a\x62\xcf\x9d\x3b\x87\x4f\x7c\xe2\x13\xb6\x9f\ \x21\x70\x00\x46\x09\x3a\x55\x37\x90\x1d\x56\x83\x43\xfd\xcd\x8d\ \x9f\xd5\x09\xa6\xf1\xd4\x42\x9c\x6a\xb5\x6a\x32\x4e\xa0\x5a\x28\ \x14\xd0\xd6\xd6\x86\xbe\xbe\x3e\x0c\x0c\x0c\x60\x71\x71\x11\xcf\ \x3d\xf7\x1c\x9e\x7a\xea\x29\x03\xeb\x6c\x1b\xe4\x1a\x6b\xd7\xb0\ \xba\x0e\xb9\xea\xb5\xbb\xb1\x14\x7a\x1d\xca\x05\x41\x15\x65\x95\ \xf2\x40\x19\xd6\xaa\x43\x3a\xac\x04\x66\xda\x3a\x40\xd3\x6b\x94\ \xf5\xe7\x38\xf1\x7d\x08\xd6\x5c\x60\xa8\x47\xb5\xba\x1f\x25\x09\ \x06\x83\xb6\x66\x79\x50\x46\x79\x6f\xca\x3d\xed\x1a\xed\x17\x1d\ \x77\xde\x4b\x9d\x68\x3e\x17\xef\xab\x11\x29\x37\x67\x4b\xc7\x8c\ \xd7\xa0\x1e\x53\xd2\xc2\x8d\x7e\xf1\x9f\xfb\x9e\x2e\x29\xe2\xce\ \x91\x3b\x26\x77\x03\x41\x7a\xae\x6b\xc3\xf5\x9a\x2e\x50\xd2\x6b\ \xb9\xf7\x74\xcf\x73\x7f\xf7\x31\xb9\x95\x1e\x09\xb7\xb0\xb8\x71\ \xe3\x86\x95\xb6\xb7\xb4\xb4\x58\xee\x45\x3e\x9f\xc7\xe1\xc3\x87\ \x31\x37\x37\x87\x89\x89\x09\x2b\x11\xe7\x24\x45\xa3\x51\x84\x42\ \x21\x2c\x2c\x2c\x98\xd7\xcb\x49\x74\x1f\x58\x5f\x84\x93\x4f\xe1\ \x55\x44\x4e\x63\x4d\xd0\xa2\x21\x23\x0a\x28\x70\x40\x4f\x2b\x32\ \xa7\x71\xd4\x85\xcd\x0a\x47\x5d\x2c\x2a\xe0\xbc\xaf\xfb\x7f\x57\ \x60\xd4\xeb\x55\x03\xa0\xdf\xa3\x20\xb3\x47\x4d\x2c\x16\xb3\x90\ \x20\xc7\x76\x75\x75\xd5\x9a\x5e\x02\x30\x4f\xf4\xd0\xa1\x43\x28\ \x97\xcb\x78\xe3\x8d\x37\x70\xec\xd8\x31\x84\xc3\x61\x14\x8b\x45\ \x8c\x8e\x8e\xc2\xeb\xf5\x5a\xbf\xab\xed\xed\x6d\x0c\x0c\x0c\xd8\ \xc2\xf6\x78\x3c\xc6\xaa\x90\x7d\x39\x7a\xf4\x28\xae\x5f\xbf\xfe\ \x1e\x65\xa1\x63\xa0\x9f\xe9\xa2\xd6\xaa\x11\x65\x99\x78\x3e\x41\ \x96\x0a\xab\x52\xe8\xea\xa1\xe9\x1c\xd1\xe8\x2b\xc0\xe2\xd8\x52\ \x79\xf1\xfa\x0c\x39\x93\x45\x08\x85\x42\xe8\xec\xec\xb4\x3d\x00\ \x59\x95\x42\x40\xc1\x70\xd4\xe2\xe2\x22\x36\x36\x36\xd0\xdb\xdb\ \x6b\xc0\x68\x68\x68\x08\x0b\x0b\x0b\xd8\xda\xda\x42\x38\x1c\xb6\ \x85\xce\x9e\x51\x64\x99\xaa\xd5\x2a\x7e\xfd\xeb\x5f\xc3\xe3\xf1\ \x98\x8c\xb3\xaa\x2b\x9d\x4e\xa3\xb3\xb3\x13\xa5\x52\x09\xe1\x70\ \x18\x89\x44\x02\xb9\x5c\xce\x36\x45\x27\x08\xa0\x01\xbc\x7d\xfb\ \x76\x4d\x07\x6d\x86\xab\xc8\x84\x71\x4c\x52\xa9\x94\x75\x5e\xd7\ \xe2\x10\xde\x87\x89\xf2\x7c\x0e\x76\x4e\xe7\xfc\x30\x14\xc1\x8a\ \x2d\xf5\x58\x29\x87\x9c\x5b\xae\x47\xe6\xbd\xa8\x77\x4a\x70\xa1\ \xc5\x2e\xbc\x2f\xd7\x38\x73\xcb\x08\x10\x69\xe0\xd3\xe9\x34\x46\ \x47\x47\x71\xe9\xd2\x25\x9c\x3a\x75\x0a\x89\x44\xc2\xaa\x93\x17\ \x17\x17\x01\xec\x37\xd7\x4c\xa5\x52\x38\x7e\xfc\x38\x6e\xdc\xb8\ \x61\x4c\x24\x19\x0e\x7a\xf8\xcc\x5b\x04\x60\x55\xb0\xdc\xaa\xa9\ \x5a\xad\xe2\xe8\xd1\xa3\xc8\x66\xb3\x98\x98\x98\x40\x36\x9b\xc5\ \x99\x33\x67\x10\x8f\xc7\x2d\xd4\xca\x1c\x32\x16\x30\xb0\x78\x85\ \x6b\x85\x15\xa5\x1c\x7f\xae\x07\x75\xd2\x38\x6e\x04\xd8\x00\x2c\ \xcc\xaf\x6c\x97\x0b\x44\x28\xeb\xf4\xd4\x39\x77\x3c\x7f\x62\x62\ \x02\x27\x4e\x9c\xa8\x69\x70\x4a\x39\x5f\x5b\x5b\xc3\xc9\x93\x27\ \x2d\xbc\xd7\xd9\xd9\x89\x9d\x9d\x1d\x14\x8b\x45\xeb\x75\xa5\x4c\ \x43\xa5\x52\x31\x5d\xcb\xb9\xa0\x5c\x93\xe1\xaa\x56\xf7\x99\xd9\ \xce\xce\x4e\x8c\x8f\x8f\x1b\x98\xe7\x7b\xb6\xb6\xb6\xda\xbc\x3c\ \xf9\xe4\x93\x56\x3d\xe8\xb2\xd4\xfc\xe9\xf5\x7a\x11\x8f\xc7\x11\ \x8b\xc5\xcc\x41\x57\x26\x83\xba\xb2\xbb\xbb\xbb\x66\x47\x04\x1e\ \xcc\x09\xe3\x3b\x13\x10\x33\x5f\xad\xb1\xb1\xd1\xd2\x4c\x0a\x85\ \x02\xce\x9f\x3f\x8f\xe5\xe5\x65\x4c\x4f\x4f\x63\x7c\x7c\x1c\xc7\ \x8e\x1d\xb3\x50\xb6\x6b\x28\xd5\x69\x74\x6d\x0e\x0f\x65\x46\x79\ \x9e\x3a\xd7\xfa\x5d\x75\xb2\x15\x78\xd0\xf1\x53\x22\x81\x73\xae\ \x36\x81\x6c\x8e\x46\x44\xb4\x13\x38\x75\xa0\xea\x3b\xe0\xa0\xcd\ \x0f\x9d\x46\xd5\xc5\xee\xb3\x7b\x3c\x1e\x24\x12\x09\xb4\xb4\xb4\ \x20\x9d\x4e\x5b\x9e\xa8\x02\x17\xd7\x76\x2a\x89\xc0\x35\x47\x60\ \x4c\x90\xa5\x76\x81\x0e\x8f\xda\x38\x05\x4f\xfc\x4c\x01\x21\xff\ \xae\xc0\x4a\xc7\xaa\x1e\x90\x72\x7f\xd6\x9b\x43\x17\xd4\xb8\x7f\ \xab\x07\xf8\xea\x1d\x77\x03\xd7\x2e\xb8\xaa\x47\xae\xb8\x87\xfb\ \x59\xc3\xe7\x3e\xf7\xb9\xaf\x33\x0e\xcb\x49\x8c\x44\x22\x58\x5f\ \x5f\x47\x36\x9b\x45\x3a\x9d\xc6\xce\xce\x0e\x72\xb9\x9c\x95\x65\ \x2f\x2f\x2f\x5b\x57\x5e\x32\x33\x00\xac\xf9\x1c\x3b\xb7\xf7\xf6\ \xf6\x62\x75\x75\x15\x37\x6f\xde\xac\x99\x60\x4e\x02\x17\xa9\x32\ \x51\x6a\x5c\xd5\xb8\xab\x30\xf3\xef\x6e\x79\x32\x85\x98\x21\x39\ \x6d\x34\xf9\x7e\x03\xa5\xb1\x5c\x5e\x4f\x81\x1e\x69\x4d\x77\xf1\ \x69\xec\x98\xcf\xa7\x6c\x1d\xbd\xdc\x96\x96\x16\xeb\x6d\xc4\x0a\ \x35\x02\x0b\xbf\xdf\x8f\xce\xce\x4e\x4b\xb0\xa5\x37\xc0\xea\x40\ \xb6\x09\x58\x5c\x5c\xc4\xde\xde\x1e\x72\xb9\x9c\x29\x23\x36\xb9\ \xec\xe9\xe9\x81\xc7\xb3\xdf\xbb\x2c\x10\x08\x60\x60\x60\xc0\xfa\ \x9a\x35\x34\xec\x97\xa3\x87\x42\x21\x4c\x4c\x4c\xd8\xa6\xc1\x6a\ \x04\x34\x9c\x47\x03\xeb\x82\x4b\x82\x45\x55\xb2\x1c\x83\xbb\x31\ \x4e\x1c\x2b\x2a\x77\x5d\x54\xba\x08\x39\x8f\x94\x43\x5d\x2c\xea\ \x55\x31\xd1\xb8\x5c\x2e\x63\x61\x61\x01\x4d\x4d\x4d\xf8\xe8\x47\ \x3f\x8a\xe6\xe6\x66\x03\x25\xad\xad\xad\x96\x3b\xb4\xb9\xb9\x89\ \x37\xdf\x7c\x13\x7d\x7d\x7d\x96\x6f\xc5\xfc\x13\x32\x3e\xbd\xbd\ \xbd\xf6\xdd\x95\x95\x15\x1b\xf3\x42\xa1\x80\xe5\xe5\x65\x74\x76\ \x76\xa2\x50\x28\x20\x97\xcb\xe1\xd6\xad\x5b\xd6\xac\x74\x75\x75\ \xd5\xf6\x96\xac\x56\xab\xc6\x56\x24\x93\x49\xcb\x75\x63\xb9\x7b\ \x28\x14\xb2\xd0\x39\x2b\x18\x6f\xdf\xbe\x6d\xc6\x9d\x73\x4e\x39\ \x21\x83\x44\xf6\x8c\x6c\x1c\x93\xd2\x19\xc6\x61\xa5\x20\x2b\x02\ \x95\x49\x65\xd5\x22\xc7\x8f\x0a\x9f\x0a\x92\x63\x0b\x1c\x24\xdb\ \xd2\x21\x71\x95\x08\xe7\x92\xf9\x44\x1e\x8f\xc7\xc2\x87\xf9\x7c\ \x1e\xc5\x62\xd1\xf2\x9c\xf8\x9c\x4d\x4d\x4d\x56\xec\x42\xc7\x8d\ \xef\xc8\x7e\x7b\x7c\xef\x89\x89\x09\x2c\x2f\x2f\x5b\xf7\xef\x6a\ \xb5\x6a\x9b\x2f\x53\x36\x4a\xa5\x12\xd6\xd6\xd6\xf0\xee\xbb\xef\ \x62\x6e\x6e\x0e\x6d\x6d\x6d\x06\xa6\x5f\x78\xe1\x05\x5c\xb8\x70\ \x01\x6f\xbf\xfd\x36\x5e\x7e\xf9\x65\x24\x93\x49\x4c\x4c\x4c\xe0\ \xce\x9d\x3b\x58\x5d\x5d\x45\x32\x99\xc4\x95\x2b\x57\xf0\xcb\x5f\ \xfe\xd2\xc2\xb2\x6c\x17\xc0\x43\xc3\xf9\xd4\x3b\x1c\x2f\xca\x3c\ \xcf\xd7\x5c\x14\x86\x5c\x95\x19\xd6\xb0\x11\x9d\x2f\xae\x01\x35\ \x66\x04\x8c\xcc\x71\xad\x54\x2a\x48\x24\x12\x38\x7d\xfa\x34\x32\ \x99\x0c\x86\x86\x86\xf0\x8b\x5f\xfc\xc2\xf6\xf1\xe3\x7d\x08\xe0\ \x35\x07\x8b\xba\x85\x79\x84\xc5\x62\x11\xd3\xd3\xd3\xb8\x7e\xfd\ \x3a\x1e\x7e\xf8\x61\xb4\xb4\xb4\xe0\xf9\xe7\x9f\xc7\xa9\x53\xa7\ \xf0\xeb\x5f\xff\x1a\xef\xbc\xf3\x8e\x25\xd7\xab\x73\xd7\xd2\xd2\ \x82\xdf\xfd\xdd\xdf\xc5\xd1\xa3\x47\xdf\x93\x1b\xc3\xb5\xa7\xeb\ \x98\x6b\x99\x05\x15\xd5\x6a\xd5\xd8\x57\xca\x11\xf3\x47\x6f\xde\ \xbc\x89\x4a\xe5\x60\xbf\x47\x6e\x88\xad\x15\xdf\x64\xdf\x18\x42\ \x6e\x6b\x6b\x43\x24\x12\xc1\x95\x2b\x57\x70\xf6\xec\x59\x2c\x2d\ \x2d\x21\x9b\xcd\x5a\xae\x98\xb6\x05\x71\xd9\x0f\x35\x7a\x6a\xec\ \xd5\x5e\xd4\x33\x8a\xae\x83\xcd\xdf\xdd\x6b\x72\x7c\x68\x97\xf4\ \x5e\xaa\x3f\xeb\xdd\x5f\x6d\x08\xd7\x2d\x65\x47\xe5\xc4\x8d\xe0\ \x30\x0d\x41\xd7\xa7\xfb\xbe\x94\x13\xde\x87\xfd\xd5\xf4\x39\xd5\ \x01\x56\x9d\xcc\xf7\x52\x86\x4b\xed\x26\xf3\x4d\x39\xee\x6c\x35\ \xa4\x55\xcb\xd4\xc1\xfc\x5c\xf5\x82\xda\x47\x97\x49\x72\xc7\xcf\ \x7d\xaf\x7a\x73\xa5\x63\xa1\x7f\xaf\x07\xae\x74\xbc\xf4\x73\xf7\ \x9a\xf5\xc6\xb4\xde\x51\x0f\xf4\xb9\xef\xe1\xdb\xda\xda\xc2\xc8\ \xc8\x08\x66\x67\x67\xad\x93\xfb\xf4\xf4\xb4\x25\xad\xae\xad\xad\ \x59\xe7\xd3\x64\x32\x69\xf9\x08\x83\x83\x83\x58\x5c\x5c\x34\xcf\ \x69\x77\x77\xd7\x42\x26\xa4\x77\x37\x36\x36\x4c\xa1\x29\xed\x0e\ \xd4\x0a\x96\x7a\x61\xca\x52\xd1\xe0\x13\xc1\xab\x47\xa9\x21\x2b\ \x4d\xd4\xa3\xf0\xf0\x39\xaa\xd5\xaa\x79\x53\xda\x6e\x40\x05\x50\ \xc1\x82\xfb\x99\xa2\x76\x7d\x0f\x77\x32\xf8\x6c\x1a\x7a\x20\x60\ \x25\x40\x63\x92\x27\xfb\x2d\x69\xa8\x94\x5d\x97\x19\xa6\xca\xe5\ \x72\xe8\xe9\xe9\x81\xcf\xe7\xc3\x83\x0f\x3e\x88\x89\x89\x09\xeb\ \xc9\xc2\x16\x0f\xb3\xb3\xb3\x18\x1c\x1c\x34\x4a\x98\xbd\xa1\xc8\ \x34\x52\x71\xb2\xb2\xee\x91\x47\x1e\xc1\x0f\x7e\xf0\x03\x7b\x57\ \x3e\x83\x7a\xa8\x7c\x47\x1a\x18\x3e\x1f\x43\x97\x40\xed\xe6\xda\ \x2e\xcb\xa4\x80\x99\x8b\x5a\xbd\x26\xfe\x8d\xc0\x41\x7b\x95\xa9\ \xc7\x47\xc0\x49\xef\x9e\xf3\x91\xc9\x64\x10\x0c\x06\x11\x8d\x46\ \x71\xe4\xc8\x11\x03\xa7\x9b\x9b\x9b\xe8\xee\xee\xae\xa9\xb0\xda\ \xda\xda\x32\x63\x45\x45\x41\x47\x82\xfb\x01\x7a\x3c\x1e\x2c\x2f\ \x2f\xdb\x78\x86\xc3\x61\x1c\x39\x72\x04\x7b\x7b\x7b\x18\x19\x19\ \x41\x2c\x16\xb3\xdd\x0c\xba\xbb\xbb\x51\x2c\x16\xad\x35\x02\xaf\ \x55\xa9\x54\x8c\xa1\xe1\xd8\xe5\xf3\x79\xcc\xce\xce\x22\xfe\xff\ \x28\x3b\xb3\xd8\xb8\xf2\xeb\xcc\x7f\x55\x2c\xee\xac\x85\x2c\x16\ \xf7\x55\x14\x29\x89\x12\x25\x75\xab\x25\xb7\xad\xc8\x6e\x3b\x76\ \xec\xd8\x4e\x26\x98\x05\x13\x0c\x10\x20\xc8\x0c\xe6\x65\x1e\x06\ \xf3\x92\x3c\x24\x01\xfc\x1e\x20\x33\x40\x1e\x0c\x18\xc8\xc3\x64\ \x80\x89\x33\x3d\x88\xe3\xb6\x93\x49\x1c\x67\xb1\xd1\x9b\xba\xd5\ \x2d\x59\xad\xa5\xa9\x85\x8b\x48\x16\x97\x5a\x58\xac\xe2\xce\x5a\ \xe6\x81\xf8\x1d\x9d\xba\xa6\xba\x9d\x0b\x10\x24\x6b\xb9\xcb\x7f\ \x39\xe7\x3b\xdf\xd9\xba\xbb\xd5\xdf\xdf\xaf\x53\xa7\x4e\x59\xf9\ \x85\x4c\x26\xa3\xc1\xc1\x41\xb5\xb5\xb5\x69\x73\x73\xd3\xc6\xdc\ \x83\xce\x6a\xb5\x6a\xe5\x2a\x08\x8c\x66\x9f\x20\xc0\x18\x77\xe6\ \x10\xe6\x80\x71\x03\xe0\x33\x8f\xcd\xcd\xcd\xea\xea\xea\x32\x65\ \x8c\x1b\x2b\x1c\x0e\x1b\x73\x04\xc0\x86\xe9\xf1\xe9\xd4\xec\x23\ \x8e\xa6\xa6\xe3\xc6\xc0\x6f\xbe\xf9\xa6\x72\xb9\x9c\x66\x66\x66\ \x24\x1d\xc7\xa0\x51\x6b\xe9\x8b\x5f\xfc\xa2\x36\x36\x36\x2c\xc6\ \x87\xb5\x06\xa3\x91\xc9\x64\xac\x94\x44\x36\x9b\xb5\x39\x41\x96\ \x70\x3f\x2d\x2d\x2d\x9a\x98\x98\xd0\xc1\xc1\x81\x1e\x3c\x78\xa0\ \x4c\x26\xa3\x67\xcf\x9e\xe9\x07\x3f\xf8\x81\x81\xb3\x9e\x9e\x1e\ \x3d\x7d\xfa\x54\xaf\xbf\xfe\xba\x81\x50\x80\x49\x28\x14\xb2\x36\ \x3e\x1e\xb8\x79\x59\xe4\x59\xa8\xa0\x90\x87\x6d\x95\x9e\xb7\xd2\ \x81\x61\xe9\xea\xea\x52\x3c\x1e\xd7\xfc\xfc\x7c\x1d\x2b\x02\x50\ \x60\xbd\x00\x1a\x01\xb2\xe5\x72\x59\xc5\x62\x51\x8f\x1e\x3d\xd2\ \xd9\xb3\x67\x8d\x95\x6e\x68\x68\x50\x57\x57\x97\x1e\x3f\x7e\xac\ \xb7\xde\x7a\xcb\xd8\x32\x8c\xb5\x6a\xb5\x6a\xae\x3f\x32\x51\x71\ \x93\x03\xb8\x7d\x21\xda\xa3\xa3\x23\x3d\x7c\xf8\xd0\xfa\x2a\x7e\ \xef\x7b\xdf\xb3\x38\x41\x80\x11\x86\xf2\xaf\xff\xfa\xaf\xab\xa7\ \xa7\x47\xa5\x52\xc9\xd6\x32\x65\x40\x82\x29\xfd\xc1\x71\x62\x9f\ \xe2\x92\xc5\x7b\xb0\xbf\xbf\xaf\x33\x67\xce\xe8\xee\xdd\xbb\xd6\ \x2c\xdc\xc7\xee\xb0\x66\x2b\x95\x8a\x31\x56\xe5\x72\x59\x43\x43\ \x43\x6a\x6a\x6a\xb2\x3d\xb8\xbf\xbf\xaf\xf3\xe7\xcf\x6b\x61\x61\ \xc1\xd6\x90\x2f\xde\x7b\xd2\xbd\x7d\x92\x02\x0c\x2a\x65\x6f\x2c\ \x06\xcf\xe5\x0f\x0f\x9e\x3c\x7b\xfe\x69\x8a\x1c\xd9\x09\x3b\x17\ \x94\x91\x41\x06\x14\x59\x89\xec\xf4\x80\x9a\xfb\x44\x2e\x07\x81\ \x5b\x34\x1a\xb5\xb1\xf7\xf7\x84\x4c\x20\x2e\xcb\x7b\x61\xfc\xf5\ \x30\xb4\xfc\xbd\x78\x70\x16\x34\xcc\x83\x63\xea\x9f\x83\xf7\xfc\ \xf8\x9e\xb4\x76\x3c\xe0\xfa\x45\x00\x8e\x3f\x5e\x34\x57\x27\x1d\ \x41\xfd\x1d\xbc\x66\x90\x9d\xfa\xa4\x75\x70\x12\x38\xf3\xe7\x88\ \xd0\xe4\x36\x14\x0a\x59\xb3\xd9\xcb\x97\x2f\x6b\x73\x73\xd3\x52\ \xc2\xfb\xfb\xfb\x75\x74\x74\xa4\xa5\xa5\x25\x3d\x7c\xf8\x50\x47\ \x47\x47\x9a\x98\x98\xd0\xc0\xc0\x80\x9a\x9a\x9a\x34\x39\x39\xa9\ \xa3\xa3\x23\x65\x32\x19\x2d\x2e\x2e\x2a\x91\x48\x58\x25\x72\x4f\ \x47\xfa\x45\x10\xa4\xd5\x41\xb6\x3e\x70\xce\xbf\x06\xa0\xf2\x40\ \x89\xc5\x8a\xc0\x3a\xa9\xb0\x9b\x3f\x97\xa7\xfd\xbd\x45\xc9\xf5\ \xb9\x4f\x16\x93\x9f\x70\xee\x21\x58\xb9\xd7\x03\x03\x04\xb5\xff\ \xe1\x1a\xfe\xbc\x50\xc5\x2d\x2d\x2d\x96\x95\x44\x1d\x1a\xa8\xf6\ \xe1\xe1\x61\xab\x1b\x93\x4e\xa7\x8d\xa5\x00\x38\xb6\xb6\xb6\x6a\ \x6a\x6a\xca\xd2\xea\xab\xd5\xaa\x35\x42\x6e\x6c\x6c\x54\x6f\x6f\ \xaf\x35\x7d\x9d\x9e\x9e\x56\xb9\x7c\xdc\x70\xf8\x9f\xfe\xe9\x9f\ \x94\xcd\x66\xed\xde\x83\xd6\xcb\x49\x8b\x1f\xf6\xc2\x17\xd5\x63\ \xdc\x99\x17\x9e\xc9\xcf\xa7\x67\xb1\xfc\xe6\xe5\x5a\xb0\x18\x64\ \x95\x22\xa8\xa4\xe7\x71\x6c\x00\x54\xb2\x33\x01\xa9\x9b\x9b\x9b\ \xa6\xe4\x88\x01\x19\x1c\x1c\x94\xf4\xbc\xd3\x79\xb1\x58\x54\x34\ \x1a\xd5\xe1\xe1\xa1\xb2\xd9\xac\x1a\x1a\x1a\xcc\x55\x17\x8f\xc7\ \xad\x4a\x3b\x4a\xea\x4b\x5f\xfa\x92\x7d\xb6\xbb\xbb\x5b\x0d\x0d\ \xcf\x6b\x5f\x35\x36\x36\x5a\x4d\xab\xdd\xdd\x5d\xb5\xb7\xb7\x2b\ \x95\x4a\x29\x9f\xcf\x5b\x2c\x93\x6f\x33\xc4\xbe\x60\xad\x34\x34\ \x34\x58\x9f\x37\x00\x45\x47\x47\x87\x86\x87\x87\xad\x66\x16\x4a\ \x0d\x66\xc7\xa7\x56\x03\x3c\x6a\xb5\x9a\xc5\x30\x61\xec\x78\xd6\ \xd1\xc7\x10\x1e\x1d\x1d\x99\xa1\x03\x5b\x5a\x2c\x16\x95\x4a\xa5\ \x2c\x56\xcd\xbb\x92\x62\xb1\x98\xba\xbb\xbb\x2d\xa6\x07\x45\x1e\ \x14\x1e\xde\xc0\x69\x6b\x6b\xd3\xcc\xcc\x8c\xee\xde\xbd\x6b\x49\ \x00\xe5\x72\xd9\x6a\x7c\x95\xcb\x65\xab\x59\x44\x9c\x97\x07\x31\ \x00\x90\x9d\x9d\x1d\x2b\x91\x91\xcb\xe5\x6c\xae\xc3\xe1\xb0\x85\ \x1c\xc4\x62\x31\x4d\x4f\x4f\x2b\x99\x4c\xea\x6f\xfe\xe6\x6f\xf4\ \xe3\x1f\xff\xd8\x62\xc8\xa4\x63\xf0\x8d\x9b\x8b\x1a\x70\xac\xd1\ \x48\x24\x62\xc5\x59\x01\x39\x5e\xc9\x23\x30\xbd\x7b\x92\xb5\x4e\ \xe6\x9e\x24\x03\x4b\x7b\x7b\x7b\x66\x1c\x6c\x6e\x6e\xea\xa5\x97\ \x5e\x52\x6b\x6b\xab\x1e\x3e\x7c\xa8\x6a\xf5\xb8\x3e\x15\xc0\x84\ \x30\x8a\xad\xad\x2d\x33\x92\x3c\x63\x5e\xa9\x54\xf4\xf0\xe1\x43\ \x5d\xbc\x78\x51\xc9\x64\xd2\xc0\xd7\x3f\xfe\xe3\x3f\x9a\xa1\x04\ \x90\xe7\xfe\x60\xb9\xc9\x10\x05\xa0\x37\x37\x37\xab\xbf\xbf\x5f\ \xff\xe6\xdf\xfc\x1b\xc5\x62\x31\x35\x35\x35\xa9\x54\x2a\xe9\x9d\ \x77\xde\xd1\xf0\xf0\xb0\x9e\x3d\x7b\xa6\xa7\x4f\x9f\xea\xca\x95\ \x2b\x26\xb3\x36\x37\x37\xf5\x8d\x6f\x7c\x43\xff\xea\x5f\xfd\x2b\ \x75\x76\x76\x6a\x7e\x7e\x5e\x92\x74\xea\xd4\x29\x49\xaa\xab\x4a\ \x8e\x7c\x78\x51\xec\x52\x28\x14\x32\x57\xdf\xde\xde\x9e\xa2\xd1\ \xa8\x7d\x67\x66\x66\x46\x7f\xff\xf7\x7f\x6f\xeb\x87\xef\x11\x1b\ \x86\x21\xeb\x63\x07\x59\x8f\x07\x07\x07\x7a\xf8\xf0\xa1\x5e\x7e\ \xf9\x65\x03\x16\xcc\x59\x90\x0d\xf1\xf2\xdf\x1b\xd3\x41\x59\x1e\ \x54\x88\x5e\x69\x9e\xc4\x80\x78\x10\xe7\x75\x0f\x63\x84\x1c\x38\ \xe9\x5e\xbc\xae\xe0\xb7\xd7\x55\x41\x30\xc2\xf5\xfc\x3d\x21\x57\ \xd1\x29\xc8\xdd\x62\xb1\x68\xeb\x03\xf9\x41\x76\x28\x6b\x17\x79\ \x82\x71\x1b\x74\x6f\x12\x58\xce\xe1\x0b\x8a\x56\xab\xd5\xba\x3a\ \x52\x1c\x1e\x48\xf8\x67\x0e\x3e\xf7\x49\x4c\x95\x3f\xfe\x25\x40\ \x2a\x08\x8a\x5f\x74\x04\x01\xb5\x7f\xcd\xcf\xef\x49\xf7\x1f\xfc\ \x5c\x70\x4d\x04\xdf\x3f\x09\xbc\x73\x44\x68\x18\xdc\xdc\xdc\xac\ \x54\x2a\xa5\x89\x89\x09\xb5\xb5\xb5\x69\x61\x61\xc1\x68\x6a\x62\ \x4e\x06\x06\x06\xea\x9a\xa2\x3e\x78\xf0\xc0\xaa\x3a\x37\x35\x1d\ \xf7\x8e\x02\x30\x3c\x79\xf2\x44\x89\x44\xc2\xd2\x98\x83\x83\x18\ \x54\xbe\xfc\xcf\x7b\x3e\xd0\x9d\xff\x83\xaf\x79\xe6\xc9\x17\x39\ \xf4\xa0\xca\x5b\x06\xbe\xb2\xbc\x07\x56\x27\x59\x1f\x30\x28\x52\ \x7d\x3a\x71\x90\x62\xe6\x7a\x7c\x86\xef\x7a\xd0\x85\x80\x42\xa8\ \xa0\xe4\x50\x0e\xa4\x53\xf3\x0c\xbe\x62\x3a\x02\x72\x77\x77\x57\ \x83\x83\x83\x75\x99\x42\x0d\x0d\x0d\x96\xee\x9f\xcf\xe7\x35\x31\ \x31\x61\x71\x3e\xd4\xd0\xc9\xe7\xf3\x06\x44\xba\xbb\xbb\x35\x33\ \x33\xa3\x7f\xf8\x87\x7f\xb0\xcd\xe4\x85\x7d\x10\x50\x7a\xaa\x58\ \x52\x9d\x75\xe9\x81\x30\x56\x98\xb7\xf6\x83\x71\x0a\x7e\xa1\xb2\ \xa9\xb9\x0e\xe3\xe4\xb3\x53\x7c\x46\x0a\xec\x0b\x6b\xab\xad\xad\ \x4d\x83\x83\x83\xea\xe9\xe9\x51\xa5\x52\xd1\xc6\xc6\x86\x35\x35\ \xae\xd5\x8e\x99\x42\xe2\x51\xb0\xc0\x2b\x95\x8a\x32\x99\x8c\xba\ \xba\xba\xd4\xd2\xd2\xa2\x62\xb1\x68\xb1\x21\x58\x74\x0d\x0d\x0d\ \x56\x7b\x2c\x1e\x8f\x5b\x70\x38\x06\x08\x31\x70\xd4\xa1\xa2\x9e\ \x14\x95\xa7\x79\x5e\x8a\xee\xee\xef\xef\x5b\x7b\x15\x32\x02\x09\ \x58\xee\xec\xec\xb4\xa6\xde\xac\xef\x7c\x3e\xaf\xf9\xf9\x79\xad\ \xae\xae\x2a\x14\x0a\x59\xf6\x17\xee\x60\x9e\x9d\xe7\x09\x87\x8f\ \xdb\xe0\x10\x28\xcc\x73\xc0\xd2\xe0\xf6\xc2\x35\xb9\xb7\xb7\x67\ \x6d\x90\x30\x7e\xd8\xa3\x9c\x17\x66\x80\x79\x8e\xc5\x62\x75\x80\ \x9a\xb5\x80\x2b\x3e\x1c\x0e\xab\xab\xab\x4b\x67\xcf\x9e\xd5\xec\ \xec\xac\x8a\xc5\xa2\x26\x26\x26\xb4\xb3\xb3\xa3\xf6\xf6\x76\xbb\ \x36\xf7\xce\x7d\xe3\x2e\xcc\xe7\xf3\xe6\xda\x9d\x9f\x9f\xd7\xbd\ \x7b\xf7\x6c\xaf\x8c\x8e\x8e\xda\xda\x19\x18\x18\x50\xad\x56\xd3\ \xf2\xf2\xb2\xfe\xf7\xff\xfe\xdf\xba\x7b\xf7\xae\xbd\x07\x20\x04\ \xf0\x60\x81\xe3\x5a\xa4\x9e\x1f\xa5\x2a\x82\x8a\x0b\xa5\xe7\xc3\ \x03\xbc\x41\xe5\xf7\x3a\x59\xd7\xb0\x4d\xb5\xda\x71\x55\xf7\x52\ \xa9\xa4\xcf\x7e\xf6\xb3\x2a\x14\x0a\x5a\x5c\x5c\xb4\x67\xa0\xee\ \x58\x32\x99\xb4\x3e\x91\xec\x39\xda\x20\xb1\xcf\x01\xf2\x91\x48\ \x44\x1b\x1b\x1b\x56\x0b\x0d\x59\x05\xeb\xc0\x1c\x20\x0f\x61\xbd\ \x4a\xa5\x92\xfa\xfb\xfb\xf5\x1b\xbf\xf1\x1b\x1a\x1b\x1b\xb3\x84\ \x17\xe2\x61\xcf\x9d\x3b\xa7\xbf\xfa\xab\xbf\xb2\x78\xda\x9d\x9d\ \x1d\x8d\x8c\x8c\xe8\x3f\xfd\xa7\xff\xa4\xab\x57\xaf\xaa\x58\x2c\ \x2a\x12\x89\x28\x1a\x8d\x6a\x79\x79\x59\xe9\x74\xda\xee\x07\x50\ \xe3\x59\x88\xa0\xab\x90\xf1\x44\x36\x95\x4a\x25\x63\x48\x9b\x9a\ \x9a\x74\xe6\xcc\x19\xcd\xcf\xcf\xeb\xce\x9d\x3b\xb6\xbf\x61\xdb\ \x59\x23\xe8\x96\xa3\xa3\x23\x1b\x33\xdc\xfb\xef\xbe\xfb\xae\xbe\ \xf8\xc5\x2f\xaa\xaf\xaf\xcf\x7a\xb3\x9e\xc4\x3c\xfa\xf9\xf4\x46\ \x34\xf2\xc6\x03\x1a\x0f\xc6\x78\x86\x17\x81\x00\x6f\xb0\xc3\xf2\ \x12\xf3\xe6\xe7\xd3\xcb\x3b\x0f\x48\xbc\x6e\x40\xde\x79\x06\x3a\ \x08\xde\xb8\x6e\x30\x86\x39\x08\x1e\x59\x17\xc8\x51\xbd\x87\x7b\ \x00\x00\x20\x00\x49\x44\x41\x54\x51\xff\x6c\x24\xc3\xf8\xef\xf1\ \xfc\xfe\x3e\xbd\x87\xe9\x24\x50\x12\x04\x48\x27\x01\x1c\x0f\x36\ \x82\xb1\x62\x9f\xc6\x48\x05\x81\xba\x7f\x06\x7f\x04\xc1\xfc\xa7\ \x81\xb3\xa0\x5e\xf7\xe3\x79\xd2\x73\x7e\xd2\x39\xfc\xbd\x06\xef\ \xc1\x03\x4a\x7f\x44\x76\x77\x77\x55\xab\x1d\xa7\xc4\x66\xb3\x59\ \x1d\x1c\x1c\x58\x8a\xf0\xed\xdb\xb7\x15\x8b\xc5\xb4\xba\xba\x6a\ \x96\x6e\x43\x43\x83\x35\xaf\x3d\x73\xe6\x8c\xa2\xd1\xa8\xf5\xb8\ \x63\x43\xad\xae\xae\xea\xd2\xa5\x4b\x1a\x1a\x1a\x32\xf7\x8c\x67\ \x7d\xbc\x45\xe1\x1f\x3c\xb8\xf0\xd9\x0c\x2c\x00\xff\x40\x5e\xb1\ \xfb\xcd\xee\x69\x6c\xce\x81\xb0\x84\x3d\x61\x80\x51\xf4\x2c\x6e\ \xee\xcd\x5f\x03\xc1\x02\x03\xe6\x17\x98\x57\x3c\xde\xb2\xe3\x7d\ \xef\x26\x64\x5c\x01\x9c\xf4\x20\x24\xd8\x9d\x40\x58\x28\x5c\x82\ \x91\xc9\x80\xa3\x4a\xaf\x57\xf6\x2d\x2d\x2d\x5a\x5e\x5e\xb6\x46\ \xbb\x3d\x3d\x3d\x26\xa8\x28\xaf\x81\x95\xbb\xb7\xb7\xa7\x6c\x36\ \xab\x57\x5f\x7d\x55\xf7\xef\xdf\x37\xd7\x94\x7f\x46\x0f\x6c\x78\ \x2e\xef\x6a\xf5\x55\x7b\xfd\x38\x7b\x76\x91\xac\x32\x16\xb2\x8f\ \x57\x61\x6c\x3d\x1b\x00\xe3\xe2\x63\x58\x98\x07\xee\x01\x10\x83\ \x4b\x60\x65\x65\x45\xfd\xfd\xfd\x7a\xed\xb5\xd7\x8c\x59\xea\xee\ \xee\xae\x13\x60\x04\xa1\x6f\x6d\x6d\xe9\xd9\xb3\x67\xda\xde\xde\ \xb6\x66\xb7\xc9\x64\x52\xb9\x5c\xce\xe6\x3f\x9d\x4e\xab\x5c\x3e\ \xae\x45\x95\x4c\x26\x2d\x21\x21\x93\xc9\xd4\x81\x7f\xdc\x30\xac\ \xa1\xa5\xa5\x25\x9b\x3b\x5c\x18\xcb\xcb\xcb\xba\x78\xf1\xa2\x76\ \x77\x77\xd5\xda\xda\x6a\x0c\x13\x99\xb7\xdd\xdd\xdd\x36\x46\x8c\ \x03\x19\x9f\xac\x85\xfd\xfd\x7d\x2b\x30\x29\xc9\xe2\x1e\x00\x0e\ \x80\xa6\x4a\xe5\xb8\x86\x1a\x31\x67\xc4\x15\x11\xd8\xdd\xd7\xd7\ \xa7\x9d\x9d\x1d\x63\x4d\xa8\xd2\x4d\xb6\x30\xe3\x44\xf1\x60\x00\ \xdd\xf8\xf8\xb8\xed\x2f\xe2\x2b\x31\x14\x18\x07\xef\xae\xd8\xdb\ \xdb\x53\x2a\x95\xd2\xe1\xe1\xa1\x3e\xf8\xe0\x03\x55\x2a\x15\x8d\ \x8f\x8f\x6b\x63\x63\x43\xd1\x68\xd4\x5c\x83\x3e\xeb\x0e\xa6\xc2\ \x17\x3c\x8d\xc7\xe3\x5a\x5f\x5f\x57\x2c\x16\xb3\x20\xff\x54\x2a\ \xa5\x6c\x36\xab\xb9\xb9\x39\x15\x0a\x05\xfd\xe8\x47\x3f\x52\xb1\ \x58\xb4\xcc\x47\xbf\xd7\x50\x78\x80\x39\x5c\x31\x00\x0d\xb2\xe5\ \x60\x48\xfc\xd8\xb0\x86\x23\x91\x88\x65\xa4\x02\x78\x90\x0d\x08\ \x65\x9f\x45\x26\xc9\xf6\xe1\xc4\xc4\x84\x5e\x79\xe5\x15\x25\x12\ \x09\x2d\x2c\x2c\xd8\x78\xed\xef\xef\x5b\x9b\x1a\x5f\xe8\x96\x7d\ \x94\x4c\x26\xd5\xdf\xdf\x2f\x49\x1a\x19\x19\xd1\xc1\xc1\x81\x7e\ \xf8\xc3\x1f\xd6\x65\x9e\x51\x3f\xaa\x56\xab\xd5\x19\x22\x92\x2c\ \xae\xb2\x5c\x3e\xae\x59\x78\xee\xdc\x39\x03\x02\x4f\x9e\x3c\xd1\ \xd2\xd2\x92\xae\x5f\xbf\xae\x54\x2a\xa5\x5b\xb7\x6e\xe9\xe2\xc5\ \x8b\x5a\x5d\x5d\xd5\xd5\xab\x57\xf5\x7b\xbf\xf7\x7b\x66\xdc\x01\ \xba\x3b\x3a\x3a\xd4\xd3\xd3\xa3\x62\xb1\xa8\x5a\xad\x66\x19\x8c\ \xc8\x96\x78\x3c\x5e\x77\x0f\x41\x4b\x9e\x71\xeb\xe8\xe8\x30\x66\ \x47\x92\xfa\xfb\xfb\x75\xfd\xfa\x75\xa5\xd3\x69\x2d\x2f\x2f\x9b\ \x9c\x60\xde\x18\x7b\x5a\x50\x01\x18\x69\x1b\x85\x8e\xfa\xca\x57\ \xbe\xa2\x1f\xff\xf8\xc7\x2a\x97\xcb\xc6\x12\xbe\x08\x14\xf8\xd7\ \x3d\x63\x88\xe1\x18\x04\x2c\x9e\x49\xe2\x1c\xfc\x46\x3e\x73\xcf\ \xb0\xdf\xc8\x23\x6a\xdd\x11\x03\xc5\xb9\xd0\x13\xdc\x1b\xfa\xcf\ \xef\x05\x0f\xde\x98\xf7\x60\xf8\x06\xeb\xd3\xc7\x6d\x86\x42\x21\ \x4b\x44\x09\xde\x37\x3a\xca\x1f\x1e\x1c\xf3\xbf\xd7\xbb\xc1\x71\ \x0c\x8e\xc7\x49\xcc\xd0\x49\x7a\x9d\xe7\xf3\x3a\xfa\x93\xc0\xda\ \x8b\x80\x5d\xf0\x79\x82\xd7\xf4\xcf\xf4\x49\x87\x5f\x9b\x3e\xe9\ \x2a\x78\x8d\xe0\xb5\x3f\x0d\x40\x05\xef\x2b\xf8\x5e\xc3\xf5\xeb\ \xd7\xbf\x35\x3e\x3e\xae\x9d\x9d\x1d\xf5\xf4\xf4\x28\x16\x8b\xa9\ \x5a\xad\x6a\x6c\x6c\xcc\x62\x2a\xaa\xd5\xaa\xee\xdc\xb9\xa3\x9e\ \x9e\x1e\xeb\xc0\x4e\x90\x29\x19\x2f\x8f\x1f\x3f\x56\xa9\x54\xd2\ \x85\x0b\x17\x14\x8b\xc5\xd4\xdb\xdb\xab\xcd\xcd\x4d\x6d\x6e\x6e\ \xea\xc1\x83\x07\x3f\xe7\x82\x0a\x0e\x48\x90\x05\xf1\xcc\x89\x67\ \xac\xbc\xb0\xf3\x83\xe1\x41\x8e\x57\xea\x1c\xbc\xc6\x66\xe7\xf3\ \x1e\x28\xf8\x85\x00\xe0\x60\x71\x07\x41\xa0\xbf\x47\x0f\xe6\xfc\ \xbd\x49\xcf\x33\x02\x89\x8d\xf0\xc1\x9d\x58\xe5\x58\x7c\x30\x89\ \x04\x0f\xd2\x9f\xae\x58\x2c\x5a\x3c\xd6\xc2\xc2\x82\xd5\xe4\x21\ \x9b\x0b\xcb\xbc\xab\xab\x4b\x0b\x0b\x0b\xda\xda\xda\xb2\x0e\xf6\ \x3c\x33\xee\x97\xa9\xa9\x29\x25\x12\x09\x7d\xf8\xe1\x87\x75\x71\ \x63\xc1\xa0\xc7\x20\x63\xe1\xc7\xc6\xc7\xa7\x01\xba\x82\x16\x20\ \x02\x80\xdf\x1e\xb4\x31\xa6\xbe\x88\xa5\xb7\xb2\xb8\x26\x80\x02\ \x16\x68\x7b\x7b\x5b\x95\x4a\x45\x7d\x7d\x7d\xfa\xfc\xe7\x3f\xaf\ \xde\xde\x5e\x15\x8b\x45\x73\xb9\x61\x6d\xe7\x72\x39\x3d\x7b\xf6\ \xcc\xd8\xa6\x54\x2a\x65\x0d\x89\x1b\x1a\x8e\x5b\xd1\xc0\x3c\x50\ \x14\x92\xf5\x82\x5b\xae\xb3\xb3\xd3\x7a\x06\x62\x05\x92\x15\x4b\ \x15\x69\x02\x38\xc9\x6e\xac\xd5\x6a\x96\x71\xeb\xd7\xdc\xf6\xf6\ \xb6\x52\xa9\x94\x25\x29\x90\x1c\x52\xa9\x54\x0c\x14\x31\x66\x43\ \x43\x43\x7a\xe9\xa5\x97\xcc\x4a\xf7\x01\xa5\x30\x97\x3e\x36\x0a\ \xa5\x14\x0a\x85\xcc\xfd\xe6\xd9\x41\x0c\x1b\x8c\x26\xc0\x32\x4c\ \x27\x0c\x03\x4c\xe0\xea\xea\xaa\x55\x40\xaf\xd5\x6a\x4a\x26\x93\ \x75\x6e\x7e\x40\xb8\xdf\x5f\xa5\x52\xc9\x2c\x77\x6a\x3b\xd5\x6a\ \xc7\x4c\x62\x3e\x9f\xb7\xc2\x86\x3e\xe6\xae\x5a\xad\x5a\x3c\x5b\ \x28\x14\x32\xa6\xa8\xa1\xa1\x41\xc9\x64\xd2\xe4\xc7\x9f\xff\xf9\ \x9f\xeb\x8d\x37\xde\xd0\xad\x5b\xb7\x74\xf7\xee\x5d\x49\xcf\x2b\ \x4e\xb3\x8e\x00\xb8\xb0\x46\x84\x0c\x78\xa1\x8a\x2b\x52\x92\x65\ \x57\xe2\x1a\x05\xa0\xc1\x58\xb1\xde\x7d\x26\x1c\xca\xce\xbb\x56\ \x51\x74\x94\x62\xc9\xe5\x72\x06\x18\x77\x77\x77\x15\x89\x44\x34\ \x32\x32\x62\x19\xac\x00\xa1\x62\xb1\xa8\x4c\x26\x63\x2c\xe1\xf0\ \xf0\xb0\x06\x07\x07\xd5\xd0\xd0\xa0\x99\x99\x19\x7d\xf0\xc1\x07\ \xfa\xee\x77\xbf\x6b\xb2\xd8\x97\x09\xc1\xd0\x45\x3e\x01\x1c\x2b\ \x95\x8a\x52\xa9\x94\xb6\xb6\xb6\x74\xe3\xc6\x0d\xed\xee\xee\x5a\ \x03\xf2\xf6\xf6\x76\x5d\xb8\x70\x41\xdf\xfd\xee\x77\x35\x37\x37\ \xa7\xb3\x67\xcf\xea\x97\x7f\xf9\x97\xf5\x1f\xff\xe3\x7f\x34\x30\ \x0e\x70\x86\xc9\x65\x7f\x4a\x32\x86\x34\x12\x89\x18\x23\x4e\x60\ \xb9\x37\x4e\x61\x7c\x83\xc6\x2d\x60\x0b\x17\x71\x28\x14\xd2\xec\ \xec\xac\xcd\x1f\xcf\x84\x8c\x40\xce\x34\x35\x35\xe9\xd2\xa5\x4b\ \x6a\x6c\x6c\xac\xab\x61\xf6\xe5\x2f\x7f\x59\x1b\x1b\x1b\x16\x77\ \x87\x71\xca\x6f\x7e\x7c\x7c\x16\xf2\x1a\x90\xc4\x78\xf2\x7e\xf0\ \x35\xce\xc7\xf8\xe2\x6e\xa7\xba\x3f\x2e\x50\x8c\xde\x67\xcf\x9e\ \x99\x7c\xa7\x28\xb7\x77\x43\x07\xe5\x1b\x32\x36\xf8\x43\xfc\x32\ \x5e\x0f\xbe\xcb\xba\x43\xd6\x79\x19\xec\xf5\xea\x8b\xc0\xc6\x49\ \xaf\x7f\x1a\xa3\xf4\xa2\x73\xfc\x22\x6c\x8f\xd7\xa7\xfe\x3d\x5f\ \x7e\xe6\x45\xdf\x3b\x09\xcc\x04\xd9\xd2\x4f\xba\x87\x7f\xe9\xe1\ \xaf\x7d\xd2\xb9\x3f\x0d\xec\xbd\xe8\x5e\x42\xa1\x90\x22\xc4\x2b\ \x20\x34\xa2\xd1\xa8\x92\xc9\xa4\xf6\xf6\xf6\x94\x4c\x26\xcd\x0a\ \x8d\xc7\xe3\x5a\x59\x59\xd1\xe7\x3e\xf7\x39\x8d\x8e\x8e\x2a\x9b\ \xcd\x5a\x10\xfb\xfc\xfc\xbc\xb9\x48\x00\x53\xcf\x9e\x3d\x53\x7f\ \x7f\xbf\xb5\xef\xf0\xc5\x46\x83\x71\x3a\x08\x49\x4f\x93\xf2\x39\ \x5c\x7a\x52\x3d\xa2\x0f\x82\xaf\xe0\xc1\x86\xf1\xd7\xf4\x6e\x31\ \xbf\x78\x3d\xc0\xe2\xf0\xac\x85\xa7\x4f\x59\x20\x92\xcc\x92\x0f\ \x5a\x49\x1e\xd1\xf3\x3d\xdc\x03\xdc\x3f\x63\x02\xbb\xe1\x19\x03\ \x62\x61\x60\xad\xba\xbb\xbb\x95\xc9\x64\x34\x32\x32\xa2\x33\x67\ \xce\x68\x7b\x7b\x5b\x53\x53\x53\x2a\x14\x0a\xca\x64\x32\xd6\xea\ \x44\x92\xc5\xab\x50\x23\xe6\xd1\xa3\x47\x56\xb3\xec\xe0\xe0\x40\ \x4b\x4b\x4b\x3a\x7d\xfa\xb4\x52\xa9\x94\x96\x97\x97\x0d\xe4\x40\ \xcd\x7b\xdf\xbb\x07\x4b\x8c\x21\x82\xcb\x57\xd4\xf5\xe3\x88\xa5\ \x15\x44\xfe\xde\xb5\x22\xd5\x97\x84\xf0\xee\x55\x2f\x9c\x61\x0e\ \x7d\x01\xcf\x62\xb1\xa8\x58\x2c\xa6\xfe\xfe\x7e\x35\x35\x35\x69\ \x63\x63\x43\x7d\x7d\x7d\x8a\xc7\xe3\x66\x29\x16\x0a\x05\xb5\xb6\ \xb6\x6a\x61\x61\x41\xbb\xbb\xbb\x16\x74\xcd\xba\xc3\x5d\x94\x4c\ \x26\x4d\x78\xe1\x86\x7b\xf2\xe4\x89\x95\x7e\xf0\xf7\x84\xcb\x0f\ \x00\xb6\xb9\xb9\xa9\x72\xb9\xac\x9e\x9e\x1e\xdb\x3b\x07\x07\x07\ \x2a\x14\x0a\xd6\xcb\x13\xc0\x01\x20\x20\x2e\x02\xe6\xa4\x5a\xad\ \x5a\xf6\x8d\xa4\xba\xac\x9c\xb7\xdf\x7e\xdb\xaa\x90\xb3\x9e\xa9\ \xb3\xc5\xba\x83\xa1\xf1\x46\x82\x0f\xbe\x4f\x26\x93\x36\xc7\xa5\ \x52\x49\xdd\xdd\xdd\x6a\x6d\x6d\xd5\xee\xee\xae\xf6\xf7\xf7\x0d\ \xa0\x1f\x1c\x1c\x18\x40\x3c\x3c\x3c\xd4\x83\x07\x0f\x94\xcf\xe7\ \x35\x35\x35\xa5\xf1\xf1\xf1\x3a\x36\x11\x45\x85\x80\xc7\xa5\xd4\ \xd8\xd8\xa8\x58\x2c\x66\x71\x90\x54\x52\xef\xef\xef\x57\xa9\x54\ \xaa\x4b\x42\x40\x11\x4b\xb2\x7a\x5a\x54\x93\x8f\x44\x22\x5a\x5c\ \x5c\xd4\x4f\x7e\xf2\x13\xcd\xcd\xcd\x59\x89\x06\xc0\x3a\xe0\x08\ \x40\x49\xfd\x2a\x40\x52\xad\x56\x33\x70\x43\x06\x2e\x96\x3f\xe7\ \x80\xcd\xf3\x86\x58\x34\x1a\xb5\xd8\x21\xf6\xb8\x77\xd3\x4b\x32\ \x66\xd9\x03\x11\xaf\xe0\x32\x99\x8c\xb1\x3e\x9e\x49\xee\xea\xea\ \xb2\x9e\x7c\xeb\xeb\xeb\x56\xa8\x36\x12\x89\xe8\x33\x9f\xf9\x8c\ \xc6\xc6\xc6\xb4\xb4\xb4\xa4\xc9\xc9\x49\x49\xd2\x5f\xfc\xc5\x5f\ \x68\x7f\x7f\xdf\xaa\xab\x53\xe0\x95\x60\x70\x64\x2a\xf1\x81\x4d\ \x4d\xc7\x8d\x9a\x5f\x79\xe5\x15\x5d\xbc\x78\x51\x3b\x3b\x3b\x7a\ \xfc\xf8\xb1\x81\xab\xf3\xe7\xcf\x2b\x9f\xcf\xeb\x07\x3f\xf8\x81\ \x46\x47\x47\xf5\xd2\x4b\x2f\xe9\x57\x7f\xf5\x57\x2d\xf6\xb0\xa1\ \xa1\xc1\x32\x65\xbb\xbb\xbb\x15\x8b\xc5\x2c\x66\xad\xb1\xb1\xd1\ \x5c\xa0\xc8\xce\xf5\xf5\x75\x33\x38\x3c\xc3\xed\x99\x66\xc6\x15\ \x10\xbe\xb3\xb3\x63\x6d\xbd\x7a\x7a\x7a\xd4\xd9\xd9\x69\xc5\x7c\ \x99\xfb\x6a\xb5\x5a\x57\x9a\x84\x90\x09\x80\x52\x38\x1c\xd6\xc3\ \x87\x0f\xb5\xb7\xb7\xa7\xaf\x7e\xf5\xab\x5a\x59\x59\xa9\x2b\x23\ \x11\x34\xf2\x38\x3c\x83\x14\x94\x4f\xc8\x2e\x0f\xa2\x43\xa1\x90\ \x31\x86\x1e\x70\x1d\x1d\x1d\x37\x79\xdf\xde\xde\x56\x38\x1c\xb6\ \x42\xd0\xb8\x07\x97\x96\x96\x2c\x0e\x36\x1e\x8f\xdb\x3c\xc1\x9a\ \xe2\xcd\x60\x3f\x71\xef\x9e\xc1\x22\x39\x05\x79\x4c\xfc\xa5\x97\ \x23\x41\x92\xc2\xaf\xc1\x17\x01\xad\x17\x01\xa6\x5f\xf4\xb5\x93\ \xae\xeb\xf5\xf2\x49\xcc\x96\x54\x5f\xe2\x88\x73\x04\xe7\x27\xf8\ \x0c\xc1\xdf\x9f\x74\xff\x9f\xc6\x5c\x7d\xd2\x35\xfc\xeb\x2f\x7a\ \xfe\x17\xb1\x5a\x2f\xfa\x3b\x78\x3f\x91\xce\xce\x4e\x0d\x0e\x0e\ \xaa\xab\xab\x4b\x1f\x7d\xf4\x91\xb5\x54\xd9\xdd\xdd\xd5\xad\x5b\ \xb7\xb4\xb3\xb3\xa3\xe1\xe1\x61\x75\x76\x76\xaa\xa1\xa1\xc1\x36\ \x25\x94\xf7\xc0\xc0\x40\x1d\xb5\x3e\x32\x32\xa2\xcd\xcd\x4d\xad\ \xae\xae\x6a\x68\x68\x48\x1f\x7e\xf8\x61\xdd\x4d\xb0\x51\xfc\x62\ \xe6\x35\x2c\x34\x36\x16\xaf\xb1\x21\xbc\x90\xf7\x59\x40\x1e\xd0\ \xf8\x1a\x36\x7e\xe2\x7d\x35\x5b\x0f\xba\xb8\x06\xe7\xf0\x2c\x99\ \x8f\xf9\x62\x03\x78\x65\xc3\x0f\xdf\xf5\xae\x50\x3f\x31\xb8\x8a\ \x42\xa1\x90\xa5\x45\xfb\x02\x80\x64\x07\xf1\x4c\x7c\x9e\xd7\x23\ \x91\x88\xae\x5c\xb9\xa2\x62\xb1\x68\x82\x69\x73\x73\xd3\xe2\xb7\ \x00\x6a\x1f\x7c\xf0\x81\x12\x89\x84\x12\x89\x84\xb9\x63\xaa\xd5\ \xaa\x12\x89\x84\x06\x07\x07\x75\x70\x70\x60\x81\xb6\xff\xf9\x3f\ \xff\x67\xfd\xf7\xff\xfe\xdf\x4d\x70\x32\x7e\x9e\x49\x40\x28\x31\ \xa6\x3c\xa3\xdf\x58\x58\xbf\xde\x65\x80\xd0\x00\x28\x79\xc6\x03\ \x6b\xdc\x5f\x8f\xbf\xb9\x5f\xc6\xd0\x83\xb6\x72\xf9\xb8\x8f\xd9\ \xf4\xf4\xb4\xae\x5f\xbf\xae\xb6\xb6\x36\xad\xaf\xaf\x9b\x22\x40\ \xa8\x67\x32\x19\xb3\x88\x13\x89\x84\x4a\xa5\x92\xd5\xd0\xa9\x56\ \xab\xca\xe7\xf3\x92\x8e\x3b\x0e\x0c\x0f\x0f\xd7\x25\x20\x00\x62\ \x28\x1c\x5a\x2e\x1f\xf7\x0f\x04\x10\xb7\xb4\xb4\xa8\xbb\xbb\x5b\ \x1b\x1b\x1b\xc6\x5a\x61\xe1\x86\x42\xc7\x41\xd9\x4f\x9e\x3c\x31\ \xcb\x9b\x66\xc9\x24\x33\x48\xc7\x56\x3e\x99\x7c\x8c\x13\xf1\x37\ \xb0\x1f\x2d\x2d\x2d\x56\xe4\x11\x96\x8d\x2c\x5d\xd6\x2e\xcc\x09\ \xe7\xa4\x98\x25\x42\xfb\x33\x9f\xf9\x8c\xfa\xfb\xfb\xf5\xf7\x7f\ \xff\xf7\x16\x88\x5f\x2a\x95\xcc\x88\xa2\xe8\x29\xe3\x4a\x09\x86\ \x70\x38\xac\xed\xed\x6d\x03\x02\x57\xaf\x5e\xb5\x20\x58\x00\x0a\ \x73\xcf\x6f\x58\x08\xc0\x39\xfb\x60\x69\x69\x49\x6b\x6b\x6b\x66\ \x2c\xac\xae\xae\x2a\x1e\x8f\xab\xbd\xbd\xdd\x18\x18\x32\x25\xe9\ \xab\xf9\x67\x7f\xf6\x67\x9a\x9b\x9b\xb3\x72\x15\xd4\xf3\x02\x94\ \xe1\x72\x0d\x87\xc3\x16\xdc\xeb\x0d\x34\xae\x1f\x4c\x92\xf0\x0c\ \x26\xcc\x04\x8c\x1a\x8c\x07\x25\x24\x4a\xa5\x92\xb6\xb6\xb6\xec\ \x39\x00\xdf\x14\x62\xc5\x2d\xea\xe3\xa6\x00\xcb\x5e\x19\x01\x54\ \xaa\xd5\xaa\xd2\xe9\xb4\xd5\xe3\x6a\x69\x69\xd1\xd0\xd0\x90\x46\ \x47\x47\x95\x4a\xa5\xb4\xb8\xb8\xa8\xb9\xb9\x39\xbd\xf4\xd2\x4b\ \xfa\xce\x77\xbe\xa3\x85\x85\x05\x7b\xbe\x68\x34\x6a\xf1\xa0\xac\ \x53\x9a\x88\x03\xf4\x00\xc3\xdf\xfc\xe6\x37\x75\x78\x78\xa8\xc5\ \xc5\x45\xab\x72\x7f\xee\xdc\x39\xa5\x52\x29\xfd\xfe\xef\xff\xbe\ \x19\x70\xa7\x4e\x9d\xd2\xe2\xe2\xa2\x25\x65\xa4\xd3\x69\x5d\xbb\ \x76\x4d\x4f\x9f\x3e\xd5\xff\xfd\xbf\xff\x57\xbf\xf6\x6b\xbf\xa6\ \x87\x0f\x1f\xea\x4b\x5f\xfa\x92\x55\x99\x07\xd0\xc3\xac\x7b\x90\ \x82\x3c\xa4\x2c\x08\x63\x44\x6c\xdd\xd1\xd1\x51\x5d\xe7\x83\xe6\ \xe6\x66\x9d\x39\x73\x46\x6f\xbf\xfd\x76\x9d\x9b\x0c\x20\x82\x41\ \x47\x8d\x2b\x9a\xae\x37\x37\x1f\x37\x4a\x7f\xff\xfd\xf7\xf5\x95\ \xaf\x7c\xc5\x3a\x30\x90\x11\x1b\x0c\xd9\xe0\xde\x3c\x23\x16\x04\ \x1d\x80\x64\xe4\x18\xaf\xf9\xe4\x10\xf6\xb8\xaf\x41\x87\xdc\x62\ \x0f\x00\x80\x36\x37\x37\x95\xcb\xe5\xd4\xd1\xd1\x61\xbd\x65\x91\ \x47\x00\x2c\x32\x41\x21\x10\xd0\x29\x14\x90\x05\x04\x92\x05\x8e\ \xdc\x0c\x2a\xf2\x20\x00\x09\x82\x87\xe0\xe7\x4e\x62\x9f\x5e\x04\ \xc4\x4e\x02\x37\x1e\x8c\xfa\xd7\xfd\x77\x3f\x8d\x59\xa2\x7e\xdd\ \x49\xd7\x66\x4c\x83\x1e\xa3\x7f\x09\x68\xf4\xef\x9d\xc4\xa0\x49\ \x3f\xdf\x2d\xe6\x93\xce\xf5\x8b\x30\x65\x41\x00\xea\x8f\x08\xcc\ \x88\x57\x12\x2c\xba\xb1\xb1\x31\xf5\xf5\xf5\xa9\xa5\xa5\x45\x2b\ \x2b\x2b\x4a\x24\x12\x16\x20\x8c\x22\x6c\x6b\x6b\x33\x77\x46\x24\ \x12\xb1\x18\x8a\xd3\xa7\x4f\xab\x54\x2a\x29\x95\x4a\x69\x70\x70\ \x50\x8f\x1e\x3d\xfa\x39\xf7\x9c\x7f\x60\x5f\x5f\x25\xc8\x02\xf9\ \xcf\x63\xa9\x06\x99\x30\xbf\x59\x7c\x4c\x10\x03\x10\xb4\x5a\x50\ \xdc\x52\x7d\xf5\x72\x1f\x27\x84\xe0\xe4\x3a\x91\x48\xa4\x2e\xc0\ \xdb\x07\xd6\x07\x07\x19\x50\x50\xab\xd5\xb4\xb5\xb5\x55\xd7\x6c\ \x35\x12\x39\x6e\x9a\x8b\x22\x1f\x18\x18\x30\x57\x22\x85\x1b\x1b\ \x1a\x8e\x7b\xc9\x51\x1d\x19\xc1\x84\xfb\x6a\x6b\x6b\xcb\x1a\x45\ \x43\xf3\xbf\xfc\xf2\xcb\x56\xf9\xb8\xa1\xa1\x41\x5b\x5b\x5b\xea\ \xef\xef\xaf\x6b\x3c\x0c\x23\x30\x31\x31\xa1\x2f\x7c\xe1\x0b\x7a\ \xe3\x8d\x37\xea\xe2\xd3\x82\xbe\x78\x5e\x63\x7e\x70\xbd\x00\x92\ \x3c\x9b\x11\xb4\x04\x7d\x40\x2f\xcc\x8f\x17\xca\x3e\xf3\xc6\xc7\ \x60\xb1\x2e\xa8\xa3\x02\x18\x08\x85\x8e\x83\x36\x47\x47\x47\x15\ \x89\x44\x2c\x59\x00\xc5\xb8\xbb\xbb\x6b\x4a\x9c\x71\x1d\x1a\x1a\ \xd2\xfa\xfa\xba\x05\x7c\x03\xc4\x00\x12\x95\x4a\xc5\x1a\x2d\x4b\ \xb2\x02\xa3\x95\xca\xf3\x52\x06\xd2\x73\x66\xf0\xe8\xe8\x79\x53\ \xdf\x48\x24\x62\x15\xd3\x01\x62\x33\x33\x33\x0a\x85\x42\xe6\xfe\ \x62\x0d\x02\x9e\x70\x0b\x32\x1e\x30\x54\xd4\xcb\x62\x7c\x01\x5a\ \xf4\x96\x94\x8e\x59\x80\xf5\xf5\x75\xe5\x72\x39\xd5\x6a\x35\x6b\ \xbb\x82\xa2\xdd\xdb\xdb\xd3\xce\xce\x8e\x26\x27\x27\xad\x1f\xe8\ \xc4\xc4\x84\x32\x99\x8c\x65\x81\xc2\x98\x46\x22\xc7\x2d\x6e\x18\ \xaf\x50\x28\x64\xe3\x81\x3b\x22\x1c\x0e\x2b\x9b\xcd\x2a\x1e\x8f\ \x1b\x98\xf0\x96\x34\x6c\x15\x4a\x08\xc6\xa6\xbb\xbb\x5b\x47\x47\ \x47\x8a\x46\xa3\x4a\xa7\xd3\xc6\x50\xec\xef\xef\x5b\x85\x75\x14\ \xe2\xe1\xe1\xa1\x3a\x3a\x3a\xf4\xf6\xdb\x6f\xeb\x4f\xff\xf4\x4f\ \x4d\x31\x93\x89\x49\xcc\x9b\x2f\xc8\xe8\x15\x1c\xcd\x74\x39\x58\ \x27\x74\x33\xe0\xbe\x71\x1d\x73\x04\xf7\x37\xeb\x94\x64\x9f\x53\ \xa7\x4e\x69\x7e\x7e\x5e\xf9\x7c\xde\xe4\x0a\xfb\x12\x60\xcb\xfe\ \x46\x76\xee\xee\xee\xd6\x81\x64\xce\x5f\x2a\x95\x0c\xd4\x14\x8b\ \x45\xcd\xcc\xcc\x68\x60\x60\x40\xb9\x5c\x4e\xdf\xfd\xee\x77\x55\ \x2a\x95\x74\xe3\xc6\x0d\xfd\xc5\x5f\xfc\x85\x56\x57\x57\x0d\xc8\ \x01\x4c\x88\xcf\xc2\x68\x22\x4e\x0f\xf0\xd1\xdc\xdc\xac\xe9\xe9\ \x69\x35\x36\x36\x6a\x7d\x7d\x5d\xa5\x52\x49\xb1\x58\x4c\x03\x03\ \x03\x1a\x1f\x1f\x57\x36\x9b\xd5\x07\x1f\x7c\xa0\xc1\xc1\x41\x9d\ \x3f\x7f\x5e\x5d\x5d\x5d\xfa\xb3\x3f\xfb\x33\x75\x76\x76\x6a\x79\ \x79\x59\xe3\xe3\xe3\x4a\x24\x12\xba\x70\xe1\x82\x9e\x3e\x7d\xaa\ \xd9\xd9\x59\xbd\xfe\xfa\xeb\xba\x79\xf3\xa6\x5e\x7d\xf5\x55\x9d\ \x3a\x75\x4a\xf1\x78\xdc\x64\x6c\x2a\x95\xb2\xda\x7b\xfe\x00\xe8\ \xfb\xf8\x3c\x92\x2d\x48\x10\x59\x5b\x5b\xd3\xc3\x87\x0f\xcd\x68\ \x41\xb6\x31\x9f\x9e\xa5\xa1\xd5\x10\x06\x1f\x86\xfc\xad\x5b\xb7\ \x74\xfd\xfa\x75\x6b\xd5\x96\xcf\xe7\x0d\x24\x93\xc4\x52\x28\x14\ \x0c\x4c\xe3\xca\xc7\x50\x01\xb8\x17\x0a\x05\x15\x8b\x45\xcb\xd0\ \x66\x7f\x32\x6f\xc8\x44\xd6\xbf\x07\x3a\xb0\xd0\xc8\x2d\x80\x90\ \x97\xdf\x5c\x9f\xff\x99\x2f\x7a\x64\x7a\xcf\x40\xad\x56\xb3\xf3\ \x41\x56\x48\x32\xa3\x88\xd7\xb9\xb7\x93\x3c\x05\x7e\x0f\x70\x04\ \x01\xca\x2f\x7a\x04\xcf\xe1\x65\x77\x50\x8f\x7a\x40\xf7\x8b\x9c\ \xf7\x24\xb6\x8d\xdf\xde\x30\xf7\xac\x74\x30\x96\x2c\x78\xbe\xe0\ \xff\x41\x30\xc6\x67\x30\x14\xbc\x37\xcb\x1f\xff\x52\x56\xec\xa4\ \x73\xf8\xeb\x45\x06\x07\x07\xb5\xb0\xb0\xa0\xed\xed\x6d\x63\x3b\ \x5a\x5a\x5a\xac\xae\x0f\x0c\xc1\xde\xde\x9e\x59\x33\xab\xab\xab\ \x5a\x5c\x5c\xd4\xc4\xc4\x84\x0a\x85\x82\xd5\x5c\x59\x5a\x5a\xaa\ \x8b\x83\x78\xf6\xec\x99\x59\x3b\x9e\x2a\x04\xd0\x70\x73\xbe\x30\ \x1f\x82\xd4\x03\x2b\x16\xd4\x49\xae\x44\x36\x1f\x8a\x4f\x52\x9d\ \xb2\xe6\x7f\xcf\x56\x79\x2b\xdc\x07\xbe\x7a\x66\x8d\xef\xb1\xb8\ \x82\xb1\x2d\x0c\x22\x1b\x91\x4d\xc2\xeb\x00\xb1\xe6\xe6\x66\x75\ \x76\x76\x1a\x5d\x0e\x82\xf7\xe7\x42\xd8\xe0\x9a\xe2\xa0\x4e\x52\ \x38\x1c\xd6\xce\xce\x8e\xc5\xfb\x74\x76\x76\xea\xad\xb7\xde\x32\ \xd7\x03\xe3\x86\x80\x5b\x5b\x5b\x53\xad\x76\xdc\x74\xdb\xb3\x6a\ \x94\x0e\x00\xf4\xfd\xca\xaf\xfc\x8a\xe6\xe6\xe6\x74\xe7\xce\x1d\ \x13\x2e\xc1\x00\x40\x1f\x1f\xe4\x37\x07\xf3\x01\xd8\xf4\xec\x1e\ \x6c\x8c\x3f\x7c\x32\x01\x9b\xc7\x27\x19\x30\xc7\x7e\xb3\xf8\x18\ \xae\x52\xa9\xa4\xe9\xe9\x69\xdd\xb8\x71\x43\x47\x47\xc7\xbd\x05\ \x4f\x9f\x3e\x6d\x2e\x35\xee\x93\x3e\x7f\xb1\x58\xcc\x82\x4e\x13\ \x89\x84\x95\xf1\xf0\x6e\x37\x58\x1d\xcf\x30\xc2\xe0\x91\x01\x18\ \x8b\xc5\xb4\xb6\xb6\x66\x31\x4a\x04\x80\x13\xb3\xe8\xeb\x47\xa1\ \xa4\x71\xb9\x52\x76\xa1\xab\xab\xcb\xd6\x0a\x16\xac\x1f\x43\xc6\ \x8b\x78\x15\x2f\x5c\xfc\x86\x27\x60\x7c\x68\x68\xc8\xc6\x12\x06\ \x0a\xd7\x54\xa1\x50\x50\x7f\x7f\xbf\x7d\x8f\x75\xcd\xba\x23\x28\ \x1e\x25\xdd\xd9\xd9\x69\x71\x65\xc4\x12\x11\x97\x54\x2e\x97\x75\ \xf3\xe6\x4d\x4d\x4f\x4f\x5b\x5f\x52\x0c\x01\xce\xcb\x78\xc1\x50\ \x74\x77\x77\xd7\x29\x9c\x81\x81\x01\x65\x32\x19\x33\x2c\xc8\x36\ \xf6\x19\x8f\x1b\x1b\x1b\x7a\xfd\xf5\xd7\xed\x3e\x49\xd9\xc7\x25\ \xcb\x58\xf1\xbe\x8f\xb9\x91\x9e\xd7\xa5\xe2\xba\xbc\x0f\xe8\x01\ \x60\x31\x37\x04\x21\xb3\xef\x88\x43\x63\x7f\x51\x20\xf6\xcb\x5f\ \xfe\xb2\xd6\xd7\xd7\x75\xfb\xf6\x6d\x6b\x26\x8e\xab\xdf\xbb\xbf\ \x00\xe4\xb5\x5a\xcd\x1a\x28\xe3\xf2\xa2\x4b\x43\xa5\x52\xd1\xe5\ \xcb\x97\x15\x0a\x85\xb4\xb4\xb4\xa4\x37\xdf\x7c\x53\xab\xab\xab\ \x4a\xa5\x52\x3a\x7f\xfe\xbc\x1e\x3e\x7c\xa8\xa5\xa5\x25\x0d\x0d\ \x0d\xd5\xc9\x34\x1a\x42\x47\xa3\x51\xf5\xf4\xf4\x98\x1b\x12\xe6\ \xad\xa5\xa5\x45\x89\x44\x42\xe7\xce\x9d\x53\x26\x93\xd1\xe3\xc7\ \x8f\x25\xa9\x2e\xae\xeb\xcd\x37\xdf\x94\x24\x8d\x8f\x8f\xeb\xdf\ \xfd\xbb\x7f\xa7\xe1\xe1\x61\xfd\xd7\xff\xfa\x5f\xf5\xf8\xf1\x63\ \xfd\xf1\x1f\xff\xb1\xb5\x8f\x22\x86\xf3\xe0\xe0\x40\x93\x93\x93\ \xea\xe8\xe8\xd0\xa3\x47\x8f\xf4\xe0\xc1\x03\x5b\x33\xdd\xdd\xdd\ \x1a\x1c\x1c\xd4\xd6\xd6\x96\xda\xdb\xdb\x35\x36\x36\x66\x63\x89\ \x1b\x2c\xc8\xaa\x60\x9c\xb5\xb5\xb5\xe9\xef\xfe\xee\xef\xf4\xb3\ \x9f\xfd\xcc\x8c\xf3\x50\x28\x64\x89\x06\x74\x06\xa8\xd5\x6a\x66\ \xe8\x4b\xc7\x0c\x5b\x2e\x97\xb3\xbd\x41\xe5\xfe\xc9\xc9\x49\x9d\ \x3d\x7b\xd6\xf6\x09\x6b\x97\x35\xe4\x49\x00\x7f\x5e\x64\x1d\x63\ \x88\xcc\x0e\x66\x31\x7b\xe6\x3d\xa8\x8f\x82\x8c\x11\xcf\x0f\x08\ \x66\x7d\xc0\xb8\xfa\x6e\x0b\x7e\x5c\xbc\xbe\x61\x1d\xf9\x0c\x5d\ \x64\xb0\x07\xab\xb0\xb6\xb8\x77\x01\xfc\x41\x45\xcf\x39\x7e\x11\ \xd0\xe0\x0d\xea\x93\x00\x9a\x27\x39\x3e\xe9\x5c\x27\x01\x9b\x4f\ \x63\x8b\x3c\x29\xe1\x75\xc8\xfe\xfe\xbe\xf2\xf9\xbc\x19\xc6\x18\ \x2d\x7c\xee\x24\x30\xe5\xff\xf7\x49\x44\x18\x74\x95\x4a\xc5\xc2\ \x4c\x7c\xf6\xa5\xbf\xbf\x4f\x3b\x7e\x91\x67\xe4\xb9\x1a\xce\x9d\ \x3b\xf7\xad\x62\xb1\xa8\x4a\xa5\xa2\x91\x91\x11\x4d\x4e\x4e\xea\ \xd6\xad\x5b\x56\x57\xa8\xbd\xbd\x5d\x6b\x6b\x6b\x5a\x5f\x5f\x97\ \x24\x65\x32\x19\xeb\x1f\xb4\xb6\xb6\x66\x3d\xc5\x18\x20\x5f\xd2\ \x80\xa0\xf8\x27\x4f\x9e\x68\x61\x61\x41\xd2\xcf\xfb\x6b\xf9\x9f\ \x05\x1c\x04\x2b\x9e\x99\x62\xc3\x04\x11\xbc\x1f\x58\x6f\x8d\x06\ \x63\x24\x00\x1b\x1e\x41\x03\x3e\xbc\x75\x10\x0a\x3d\xa7\xfd\x11\ \x0e\x7c\xde\x0b\x7b\x9e\x87\xd7\x3c\xab\xe6\x99\x2d\x82\xac\x7d\ \x89\x85\x4a\xa5\x62\xcc\x12\x35\x88\x28\x84\x98\x48\x24\x2c\x96\ \xa6\xa3\xa3\xc3\xac\xf4\x50\x28\xa4\xf5\xf5\x75\xad\xaf\xaf\xeb\ \xf4\xe9\xd3\x9a\x9a\x9a\x52\xad\x56\x53\x36\x9b\x35\xe6\x05\x57\ \xc8\xe2\xe2\xa2\xb9\x56\x68\xa7\xd2\xd0\xd0\xa0\x68\x34\x6a\x2e\ \xdc\x53\xa7\x4e\x59\x69\x80\x60\x3d\x25\x9e\x05\x10\x00\x28\xf4\ \x9b\x3e\x68\xc1\x30\x5f\x9e\x85\x0c\x52\xba\xbc\x27\xd5\xb7\x12\ \xf2\xf3\x25\xe9\xe7\xd2\xc3\xbb\xba\xba\x74\xee\xdc\x39\xcd\xcc\ \xcc\x68\x69\x69\xc9\xca\x4e\x90\x29\x39\x37\x37\xa7\x50\xe8\xb8\ \x55\x04\xf1\x2e\x04\xfa\xaf\xaf\xaf\xeb\xe1\xc3\x87\x7a\xff\xfd\ \xf7\x95\x48\x24\xac\xda\x30\x16\xff\xc8\xc8\x88\x09\x5d\xe2\xaa\ \x4a\xa5\x92\xee\xdd\xbb\x67\xfd\xe0\x28\xae\xeb\x33\x00\xf9\xbb\ \xa3\xa3\xa3\xae\x45\x0d\x47\x6f\x6f\x6f\x5d\xc6\x0f\xcc\x06\x73\ \xcf\x3a\xa1\x9c\x81\x2f\x4b\x11\x8c\x5d\xe0\x37\x6b\x96\xf1\x69\ \x6a\x6a\x52\x7b\x7b\xbb\x19\x3f\x3d\x3d\x3d\xc6\xda\x54\xab\xc7\ \xad\x77\x30\x22\x10\xf4\x9e\x71\x94\x9e\x57\x87\xa6\xe2\x33\x96\ \x75\x5b\x5b\x9b\x36\x36\x36\x4c\xc1\x11\xbb\x45\x70\xaf\xaf\x05\ \x55\x28\x14\xf4\xf8\xf1\x63\x03\x18\xc1\xf5\x43\x16\xab\x67\x6a\ \x61\x13\xbe\xf7\xbd\xef\x69\x76\x76\xd6\x5e\x27\xfe\x04\x61\xeb\ \x59\x43\x7f\x4e\x40\x3a\xb2\x03\x01\x0a\xe8\x0f\x5a\xbe\x9c\xd7\ \xd7\x06\x62\xac\x19\x1b\x02\xba\x8b\xc5\xa2\x76\x77\x77\x35\x3d\ \x3d\xad\x6b\xd7\xae\x59\xfc\x1f\x71\x91\xc4\xca\x30\x56\xa1\x50\ \xa8\x8e\xb9\x60\x5e\xc7\xc6\xc6\x34\x39\x39\xa9\x86\x86\x06\xdd\ \xbd\x7b\x57\x3f\xfd\xe9\x4f\x75\xef\xde\x3d\xb5\xb5\xb5\x69\x7a\ \x7a\x5a\x1d\x1d\x1d\x5a\x5a\x5a\xb2\xc0\x68\x4a\x57\x78\x86\x07\ \xc6\x2f\x99\x4c\xea\x6b\x5f\xfb\x9a\x52\xa9\x94\xf6\xf6\xf6\x54\ \x28\x14\x74\x74\x74\xa4\xe9\xe9\x69\x8d\x8c\x8c\xe8\xe1\xc3\x87\ \x6a\x6f\x6f\xd7\xd0\xd0\x90\x75\x1c\xc8\x66\xb3\xfa\xab\xbf\xfa\ \x2b\x55\xab\x55\xfd\xd6\x6f\xfd\x96\xa6\xa6\xa6\x24\xc9\x4a\x9d\ \x5c\xbb\x76\xcd\x62\xaa\x7a\x7a\x7a\xf4\xfe\xfb\xef\x4b\x92\xce\ \x9d\x3b\xa7\x64\x32\xa9\xa6\xa6\x26\x4d\x4c\x4c\x68\x64\x64\x44\ \xb5\x5a\x4d\x83\x83\x83\x1a\x1d\x1d\x55\x4f\x4f\x8f\x52\xa9\x94\ \x01\x6d\x2f\x0f\xfd\xba\xf5\x32\xa2\x5c\x2e\xeb\x9d\x77\xde\xd1\ \xee\xee\xae\xd2\xe9\xb4\x35\xe6\xa6\x2f\x27\x80\x1d\x43\x27\x99\ \x4c\xea\xe5\x97\x5f\xd6\xc7\x1f\x7f\xac\xd5\xd5\x55\x93\x51\x1c\ \xaf\xbc\xf2\x8a\x7a\x7b\x7b\x15\x8d\x46\x15\x8b\xc5\x2c\xd6\x92\ \xce\x0e\x24\x00\x61\xd4\xc0\x2e\xb2\xc6\x51\xda\x3e\x79\x84\x7d\ \x88\x6b\xdf\x57\x21\x67\x6e\xd9\x77\x80\x1b\x3e\xcf\x1a\xf0\xee\ \x76\xde\x3f\x69\x1f\xfb\xb5\xc7\xf9\xf9\x3e\x49\x2d\xb8\xa6\x01\ \xb8\x24\x57\x78\x99\xeb\x65\x45\xf0\xf8\xa4\xf7\x4e\x02\x26\xff\ \x52\x90\x71\xd2\xe7\x5f\xc4\x2a\x05\xbf\xef\x7f\x9f\xf4\x9e\x74\ \x2c\x93\x28\x15\x73\x78\x78\x68\xb1\xab\x5e\xc7\xbc\xe8\x7e\x90\ \x09\x3e\x8e\xda\x03\xfb\x93\xee\xe9\xa4\x7b\xf7\x38\xe3\xa4\xfb\ \x0f\x02\x3d\xff\x5e\xc3\x37\xbf\xf9\xcd\x6f\x11\x9b\x80\x60\x26\ \xae\x67\x65\x65\xc5\x2c\xd4\x5a\xed\xb8\x16\x4d\x36\x9b\xd5\xea\ \xea\xaa\x46\x46\x46\x14\x8b\xc5\x2c\x9b\x0a\x9f\xf5\xe2\xe2\xa2\ \xa2\xd1\xa8\x29\xad\x50\x28\xa4\x6c\x36\xab\x7b\xf7\xee\xd5\x01\ \x13\x6e\x9e\x0d\x2a\xd5\xd7\xce\xf0\xf1\x37\xfe\x86\xfd\xe2\xc2\ \x4a\xf5\xec\x89\x67\x12\x78\xcf\xe8\xba\xc8\xf3\x52\x01\x7e\xd0\ \xd8\x34\x3e\xd8\x90\xfb\xf3\x6e\x47\x14\xa8\x3f\xbf\x1f\x50\xff\ \x79\x04\x7b\xa5\x52\xb1\x80\x47\x2c\x7d\x5f\xdb\xa6\x5c\x2e\x2b\ \x1e\x8f\xdb\xfd\xb5\xb7\xb7\x2b\x99\x4c\x2a\x9b\xcd\xaa\xad\xad\ \x4d\x3f\xfb\xd9\xcf\x54\xab\xd5\x74\xf9\xf2\x65\x73\x79\xf4\xf6\ \xf6\xea\xf4\xe9\xd3\x16\x03\xd5\xdb\xdb\xab\xdb\xb7\x6f\x5b\xb3\ \xed\xbe\xbe\x3e\x9d\x3a\x75\xca\x50\x7b\x34\x1a\xb5\xb1\xa4\x49\ \xf2\xec\xec\xac\x1e\x3f\x7e\xac\x48\x24\xa2\xe9\xe9\x69\xa5\xd3\ \x69\x0b\xbc\xe5\xf0\xf4\xac\x17\x08\x9e\xe1\x43\xa9\x31\x1e\x7e\ \xfc\x99\x6f\x9f\xaa\xed\x85\x71\xb9\x5c\x36\x85\xcf\xf7\x43\xa1\ \x90\xb1\x9e\x7e\x43\x5d\xbf\x7e\x5d\x37\x6e\xdc\xd0\xc1\xc1\x81\ \x36\x36\x36\x34\x36\x36\x66\x40\x09\x80\xbc\xbd\xbd\xad\xf6\xf6\ \x76\x8b\x33\x83\x19\x4a\xa5\x52\xea\xea\xea\xd2\xe8\xe8\xa8\x3a\ \x3a\x3a\xb4\xb1\xb1\x61\x8d\xb4\xc9\x10\x24\xbe\x8d\x38\x26\xdc\ \xb8\x34\x6e\xae\x56\x8f\x4b\x1a\x90\x11\xca\xb8\x26\x12\x89\xba\ \xd8\x33\xbf\x5f\xbc\xeb\x9a\x0c\x3f\xee\xb5\xab\xab\x4b\x6d\x6d\ \x6d\x16\xc0\xca\x1a\xf4\x0a\x9b\x75\x75\xd2\x06\xf7\x7b\x88\xfb\ \xf3\x0c\x1a\x9f\xef\xe8\xe8\xb0\xe0\x76\xdf\x0c\xda\x0b\x76\x52\ \xcc\x3d\xc3\xca\xff\xc4\x0a\x66\x32\x19\xcd\xcf\xcf\x6b\x6e\x6e\ \x4e\x6b\x6b\x6b\x5a\x5c\x5c\xd4\xc3\x87\x0f\x2d\x70\x79\x7b\x7b\ \x5b\xdb\xdb\xdb\x26\x33\x00\x9f\x3b\x3b\x3b\x16\xbc\x4f\x90\x30\ \xd6\x38\x73\xf1\xc6\x1b\x6f\x18\x63\x87\x11\xe4\xdd\x6f\x8c\x21\ \xc0\xc8\x83\x72\xe2\x03\x7d\xd0\x39\x40\x96\xfd\x1e\x14\xc2\xbe\ \x26\x5d\xb9\x5c\x36\x06\x0c\x20\x47\xbc\x57\xa5\x72\x5c\x9b\x6c\ \x6b\x6b\x4b\x93\x93\x93\xfa\xc6\x37\xbe\xa1\x53\xa7\x4e\xd5\xc9\ \x1f\x9f\x95\xe6\x1b\x5b\xf7\xf6\xf6\x6a\x62\x62\x42\xe1\x70\x58\ \xef\xbd\xf7\x9e\xde\x7d\xf7\x5d\xe5\x72\x39\xa5\x52\x29\x4d\x4d\ \x4d\x99\x1b\x0b\xb7\x15\xcf\xda\xde\xde\xae\x42\xa1\x60\x60\x02\ \xb0\x41\x0c\xd6\xfe\xfe\xbe\xfe\xf5\xbf\xfe\xd7\xfa\xda\xd7\xbe\ \xa6\x5f\xfe\xe5\x5f\xd6\xcc\xcc\x8c\xa6\xa7\xa7\xd5\xde\xde\xae\ \xce\xce\x4e\xf5\xf5\xf5\x99\xb2\x5e\x59\x59\xd1\xc6\xc6\x86\xfe\ \xe9\x9f\xfe\x49\x57\xae\x5c\xd1\xd7\xbf\xfe\x75\x8b\x2d\xc4\xad\ \xdb\xd1\xd1\xa1\xc9\xc9\x49\xdd\xbe\x7d\x5b\x73\x73\x73\x2a\x16\ \x8b\x4a\x24\x12\xea\xeb\xeb\x53\x7b\x7b\xbb\x4e\x9d\x3a\x65\x00\ \x64\x6c\x6c\x4c\x89\x44\xc2\xf6\x79\xa1\x50\xb0\x82\xbf\x78\x16\ \x82\xca\xdf\x2b\xa4\x4a\xa5\xa2\x7f\xfe\xe7\x7f\x56\x28\x74\x1c\ \x97\x8a\xab\x0c\xdd\x81\x7c\x63\xce\x6f\xdc\xb8\xa1\xb6\xb6\x36\ \xcd\xcd\xcd\x59\x3d\x38\x98\xa0\x58\x2c\xa6\x1b\x37\x6e\x98\x91\ \xe6\xf7\x82\x37\xea\x82\x21\x0f\xc1\x3d\xf3\xa2\xfd\xe4\x0d\xea\ \xe0\xeb\x41\x05\x7c\xd2\x79\xfd\x1a\xc1\x95\xee\x59\x97\x4f\xda\ \xcb\x9f\x76\x3d\xd6\xb1\x07\xf3\x8c\xb1\x3f\x82\x6c\xd4\x49\x9f\ \xf1\xaf\xbf\x88\x9d\x0a\x82\x91\x4f\x02\x57\xfe\x1a\x41\xf2\xe3\ \x45\x87\x97\x77\x75\xe0\xc4\xe9\x05\xf6\x34\xe4\x8e\xf7\x22\x7d\ \xda\x7d\x9e\x04\x32\x83\x9f\xfb\x97\x1e\x2f\x02\x5c\x41\x6f\x5d\ \xa4\xbf\xbf\xdf\xdc\x83\x99\x4c\x46\xdb\xdb\xdb\x1a\x1c\x1c\xd4\ \xd4\xd4\x94\x56\x56\x56\x34\x34\x34\x64\xac\xd5\xf2\xf2\xb2\xe6\ \xe7\xe7\xad\xb1\xf0\xc6\xc6\x86\xee\xdc\xb9\x63\x6e\x45\x82\x73\ \xc9\x2e\xc9\x66\xb3\x96\xba\x8c\x82\x65\x10\x7c\x35\xe5\x60\x0c\ \x10\xc0\x88\xc9\x66\xd3\x22\x1c\xa5\xfa\xaa\xba\x41\x4b\x89\x85\ \x85\x10\x0d\x2e\x08\xef\x32\xe4\x9e\x78\x8d\x09\xf1\xdf\xe5\xc7\ \xfb\xcc\x7d\x36\x61\xd0\x1a\x81\xf9\x02\x3c\x12\xcf\x43\xaa\xb2\ \xaf\xb6\xcd\xa2\x81\xee\x6f\x6d\x6d\xb5\xa0\x6d\x6a\x8a\x95\x4a\ \x25\xfd\xf0\x87\x3f\xd4\xe6\xe6\xa6\x24\x99\x45\x76\xe9\xd2\x25\ \x4d\x4c\x4c\xe8\xdb\xdf\xfe\xb6\x56\x57\x57\x75\xe5\xca\x15\xeb\ \xf3\x86\xa2\x89\x44\x22\x56\xf4\xb1\xa3\xa3\xc3\x32\x3b\xfb\xfa\ \xfa\x74\x78\x78\x68\xec\xd6\xd0\xd0\x90\xfe\xe4\x4f\xfe\xc4\x32\ \xb0\xfc\xf8\xf8\xcd\xee\xc7\x85\xc3\x83\x5b\x36\x06\x0a\x03\x2b\ \xce\xa7\x70\x73\x6e\x0f\x26\x98\x53\x62\x75\x7c\x6c\xcd\xd8\xd8\ \x98\x86\x86\x86\x94\xcd\x66\xb5\xb1\xb1\xa1\xd3\xa7\x4f\xdb\x18\ \xd5\x6a\x35\xab\xac\x4e\x16\x1b\x01\xca\xd9\x6c\x56\x63\x63\x63\ \x06\x8c\x63\xb1\x98\xb6\xb6\xb6\xac\xeb\xbc\x24\xfb\x0e\x45\x54\ \x59\x57\xc4\x3e\x2d\x2e\x2e\x2a\x14\x3a\x0e\x0e\x8e\x46\xa3\x06\ \x5a\x61\x69\xb0\x2a\x01\x65\x54\xae\xf6\xeb\x1a\xf7\x24\xac\x08\ \xc0\x71\x77\x77\x57\x63\x63\x63\xe6\x42\xf6\xe3\xe9\x37\xee\x49\ \x6b\xf7\x24\x0b\xea\xa4\x83\x40\xe1\xee\xee\x6e\x95\xcb\x65\x9d\ \x3e\x7d\x5a\xd9\x6c\x56\x99\x4c\xc6\x9a\x53\x93\x29\x96\x4a\xa5\ \x14\x0a\x85\x2c\x70\x9a\xea\xeb\xa5\x52\x49\xc9\x64\x52\x47\x47\ \x47\x96\x58\xd0\xd8\x78\x5c\x15\x7e\x69\x69\x49\xb3\xb3\xb3\x92\ \x64\x6b\x69\x67\x67\x47\xcb\xcb\xcb\xe6\x5a\xa4\x7f\x26\x8d\x85\ \x99\x8f\x4a\xa5\xa2\xdb\xb7\x6f\x5b\x06\xa3\x77\x09\x13\xdc\xce\ \x33\xb2\x6f\x70\x3d\x93\x6d\xe6\x59\x70\x9e\x17\xc0\x0f\xe3\x4d\ \xdc\x1d\x4a\x1e\x40\x85\x2b\x90\xb1\x47\xd9\xb3\xae\x08\x70\x5f\ \x59\x59\xb1\x4c\xe9\xde\xde\x5e\x4d\x4f\x4f\xeb\xfc\xf9\xf3\x92\ \x64\x2c\x29\x6e\x56\xd8\xc0\xed\xed\x6d\xbd\xf5\xd6\x5b\x3a\x3c\ \x3c\x54\x6f\x6f\xaf\xae\x5e\xbd\x6a\xfb\x87\x2a\xf3\x00\x73\x2f\ \xbb\x68\x51\xc4\xfe\x65\xdf\xb1\x7f\x1e\x3d\x7a\xa4\x6f\x7f\xfb\ \xdb\xba\x76\xed\x9a\xfa\xfb\xfb\xd5\xd3\xd3\x63\x41\xf4\xc8\xae\ \xee\xee\x6e\xab\xe3\xf5\xe4\xc9\x13\x6b\x2d\xb5\xb0\xb0\x60\x7d\ \x39\x89\xb7\x03\x10\xc6\x62\x31\x85\xc3\x61\x7d\xf6\xb3\x9f\x95\ \x24\x63\x1d\x39\x5a\x5b\x5b\xb5\xb5\xb5\xa5\x5a\xad\x66\x71\x6a\ \x04\x71\xaf\xac\xac\x28\x1a\x8d\x5a\xac\x60\x10\xd0\x72\x10\x87\ \xb4\xb6\xb6\xa6\xc6\xc6\xe3\x6e\x13\xf9\x7c\xde\x6a\xd4\x91\xd4\ \x81\x0b\x97\x3a\x76\x14\x0d\xf6\xde\x8b\xc3\xc3\x43\x6d\x6f\x6f\ \x5b\x26\x70\xf0\x5a\x27\xb1\xeb\x7e\x4f\xf9\xdf\x27\xbd\xe7\xff\ \xf6\xe7\x3d\x49\xa1\xf3\xfe\x49\x6e\x34\x0f\x92\x5f\xe4\xca\x3b\ \xe9\xdc\x2f\x3a\xfc\xb9\xfd\xb5\x4e\x32\xf6\x83\xff\xfb\xef\x70\ \x04\x01\x64\x50\xa7\x7d\xd2\x7d\x04\xbf\x77\xd2\xf8\x07\xaf\x73\ \xd2\x33\xf8\xd7\x5e\x74\xde\x93\x9e\xe3\xa4\x7b\xf1\xb2\xc0\xbf\ \x27\x3d\x27\x64\x90\x1b\x27\xdd\xdb\x8b\x9e\xf3\xa4\x7b\x0f\xae\ \x2f\xf0\x89\x37\x04\x23\x08\xbb\xde\xde\x5e\x3d\x79\xf2\x44\x1b\ \x1b\x1b\x16\x83\x12\x0e\x87\xf5\xd1\x47\x1f\x29\x9f\xcf\xeb\xea\ \xd5\xab\xea\xed\xed\x55\x4f\x4f\x8f\xee\xdc\xb9\x63\x6c\xd7\xc5\ \x8b\x17\x55\xab\xd5\xb4\xb2\xb2\xa2\xed\xed\x6d\xb3\x78\x68\x6a\ \x9c\x48\x24\x34\x3a\x3a\xaa\xc9\xc9\x49\xdd\xbf\x7f\xbf\xce\x0d\ \xe2\xd9\x8e\x60\x0c\x0e\x8a\xd8\x0f\x5e\x90\xe9\xf2\xd9\x7f\x80\ \x23\x06\x19\x01\xe5\x27\xe8\x45\xe7\x84\x65\xf1\x2c\x56\x70\x92\ \x4e\x72\x8d\xf9\x8d\xe5\xfd\xc6\x1e\x98\x40\x7f\xe3\xc2\xe3\xbb\ \x89\x44\xc2\x62\x16\x88\x35\x21\xb6\x85\x73\x96\xcb\x65\x7d\xf9\ \xcb\x5f\xb6\x89\x0b\x87\xc3\xca\xe7\xf3\x56\x91\xfb\xee\xdd\xbb\ \x7a\xfa\xf4\xa9\x59\x95\x8b\x8b\x8b\xd6\x47\x0f\x81\x4f\x5b\x0f\ \xe8\x6f\x5c\x6a\xcd\xcd\xcd\x4a\xa7\xd3\xca\x66\xb3\x1a\x1d\x1d\ \xd5\xcc\xcc\x8c\xfe\xcb\x7f\xf9\x2f\xfa\xf6\xb7\xbf\xad\x9d\x9d\ \x9d\x3a\x8b\xcb\xbb\xfb\x00\x52\x80\x30\xcf\x26\x78\x06\x12\x10\ \x05\x13\xe0\xc7\x9a\xb8\x83\x96\x96\x96\xba\xb1\x86\x8d\xf2\x40\ \xac\xa7\xa7\xc7\xdc\x13\x6b\x6b\x6b\x56\x72\x82\xe7\x61\x21\x13\ \xec\x4d\x50\x70\x38\x1c\xd6\xc8\xc8\x88\x8d\x63\x4b\x4b\x8b\x55\ \x0d\xef\xec\xec\xb4\x4c\x4b\xac\x58\x04\x7c\x38\x1c\x36\xc6\xef\ \xe8\xe8\xb8\x25\x94\x24\x0b\x2a\xf6\xf1\x51\xdb\xdb\xdb\xa6\xe8\ \x01\x06\xde\x7d\xed\x4b\x28\xf0\x19\x92\x16\x6a\xb5\x9a\x31\x66\ \x1c\xbf\x68\xbc\x84\xdf\xd8\x9f\x26\x08\xfd\xde\x00\x38\xc6\x62\ \x31\x8d\x8c\x8c\x68\x77\x77\x57\xf9\x7c\x5e\x8b\x8b\x8b\xaa\x56\ \xab\x1a\x19\x19\x51\x63\x63\xa3\xad\x57\x58\x19\xe6\x6e\x7d\x7d\ \x5d\xcf\x9e\x3d\xb3\x18\xaa\xce\xce\x4e\x03\x24\xfb\xfb\xfb\x56\ \xa8\x98\x0a\xe7\x8b\x8b\x8b\x7a\xf9\xe5\x97\x35\x34\x34\xa4\x47\ \x8f\x1e\xe9\x2f\xff\xf2\x2f\xf5\xf9\xcf\x7f\xde\x18\xc5\xad\xad\ \x2d\xbd\xf7\xde\x7b\x26\x13\x58\xa7\x3e\x76\x84\x35\xe2\x99\x27\ \xe2\x93\xf8\x1c\x86\x8a\x07\xb5\x92\xea\x32\x7a\x99\x03\xd6\x0d\ \xc9\x13\x18\x3b\x5c\x07\x97\x4e\x3c\x1e\xb7\xd2\x33\x8c\xa1\x74\ \xdc\x8e\x87\x72\x0e\xec\x77\x5c\x5d\x14\xbe\x24\x9b\xfa\xd7\x7e\ \xed\xd7\xf4\x95\xaf\x7c\x45\x1f\x7c\xf0\x81\x5e\x7f\xfd\x75\x03\ \xd6\xbe\xac\x04\xee\xbf\xa0\xd2\x01\x78\xf9\x22\xb2\x85\x42\x41\ \xc9\x64\x52\x85\x42\x41\x77\xee\xdc\xd1\xc1\xc1\x81\xf2\xf9\xbc\ \x0e\x0e\x0e\x2c\xd6\xac\xab\xab\x4b\xe3\xe3\xe3\xb6\x5e\xdf\x7d\ \xf7\x5d\xfd\xce\xef\xfc\x8e\x56\x56\x56\xf4\xe4\xc9\x13\x1d\x1c\ \x1c\x58\xf1\x4e\xdc\x6b\xb5\x5a\x4d\xaf\xbd\xf6\x5a\x9d\xd1\xea\ \x59\x44\x8c\x5f\x49\xc6\x38\xe3\x16\xab\xd5\x6a\x06\xcc\x4f\x52\ \x7e\xfe\x7f\x0c\x93\x42\xa1\x60\xe3\x09\xfb\x18\x0e\x87\x8d\x61\ \x85\xa5\x0f\x87\xc3\x5a\x5a\x5a\x52\x38\x1c\xae\xeb\x9d\xd9\xd1\ \xd1\x61\xbd\x2e\x29\x47\xe3\xf7\xc4\x27\x01\x28\xff\xfa\x49\x4a\ \xff\x24\x60\xf6\x69\x9f\x0f\x3e\x67\x10\xf4\xb0\xf7\x3f\x69\x5f\ \x07\xcf\xcd\x77\x83\x06\xd5\x49\xcf\x15\x7c\xde\xa0\x7e\x0a\x7e\ \xf6\x45\xaf\x07\xef\xe3\x93\xbe\xfb\x22\x00\xf5\xa2\x7b\x0b\x7e\ \x27\x68\x20\xbe\x68\xed\x70\xf8\x38\xdf\xa0\xfc\xfb\xb4\x39\xf3\ \xf3\xc0\xe7\x82\xd7\x3d\xe9\xf3\x9f\x34\xe6\xc8\x1a\x74\xa2\xaf\ \xb9\x46\x49\xa2\xc6\xc6\x46\x45\x66\x67\x67\x6d\x81\xc7\xe3\x71\ \x45\xa3\x51\x1d\x1c\x1c\xa8\x58\x2c\x4a\x92\x16\x16\x16\xd4\xdb\ \xdb\xab\x1f\xfe\xf0\x87\xea\xec\xec\xb4\x9a\x58\xbb\xbb\xbb\xca\ \x64\x32\xda\xdb\xdb\xd3\xfa\xfa\xba\xc5\x63\x6d\x6d\x6d\x29\x9f\ \xcf\x5b\xb6\x0a\x3e\xcf\x78\x3c\x5e\x17\xcc\x2c\xd5\x37\x0d\xe6\ \xa6\xfd\x40\xe1\x26\xc2\xa2\xac\x56\xab\x66\xa1\x32\xd8\x9e\x79\ \xf2\xc2\x35\xc8\x96\xf8\x83\xef\xf9\xe2\x74\x7c\x36\x38\xd8\x1e\ \x38\x04\x2b\x38\xf3\x19\x9e\xc3\x4f\x0c\x40\x89\xf8\x18\x1f\x9c\ \x4f\xcc\x0d\x19\x41\xa1\x50\xc8\xac\x77\x7c\xf7\x28\xfa\x48\x24\ \x62\x8a\xbf\x56\x3b\x76\xd3\xa2\xc8\x29\x52\x39\x32\x32\xa2\x42\ \xa1\xa0\x42\xa1\xa0\xfb\xf7\xef\x6b\x70\x70\x50\x91\x48\xc4\xb2\ \x56\x36\x37\x37\xcd\x05\x16\x8d\x46\xad\x4e\x93\x24\xcb\x12\x3b\ \x3a\x3a\xd2\xb5\x6b\xd7\x14\x8f\xc7\xf5\xc7\x7f\xfc\xc7\xd6\xfe\ \xc8\xcf\x8d\x67\x1c\xfd\xd8\x73\xff\xc1\x31\xe2\x59\x42\xa1\xe7\ \xcd\xa2\x59\x88\x7e\x4e\x71\xef\x70\x1e\x80\x4f\x63\x63\xa3\x65\ \x2c\x6d\x6d\x6d\x69\x60\x60\x40\x83\x83\x83\x06\xe8\x7c\x86\x18\ \x2c\x12\xa5\x19\x88\x73\xe2\x73\xb0\x0b\x6d\x6d\x6d\x56\x44\x13\ \x30\x91\xcb\xe5\x8c\x3d\x4b\x24\x12\xda\xda\xda\xb2\x7b\xe6\xdc\ \xd4\x71\xf2\xc2\x92\x79\xaf\x56\xab\x16\x3f\x87\xa2\xe7\xda\x04\ \x86\x13\xb3\x05\xb0\xe4\xbc\xc4\x78\x04\x85\x44\x50\x70\xbc\xc8\ \x02\x3c\xe9\xf0\xc2\xf9\x24\x4b\x96\xf9\x23\x41\xa0\xbb\xbb\xdb\ \x5e\xa7\xe6\x12\x71\x20\x1d\x1d\x1d\xca\xe7\xf3\x7a\xfc\xf8\xb1\ \x19\x06\x80\x03\xfa\x66\x12\xb7\x84\x3b\x91\xc4\x81\x83\x83\x03\ \xdd\xb9\x73\x47\xab\xab\xab\x7a\xfc\xf8\xb1\x32\x99\x8c\x42\xa1\ \x90\x06\x06\x06\xd4\xdc\xdc\xac\x0f\x3e\xf8\xc0\xd8\x2b\x5f\xff\ \x88\xfd\xe8\xe3\xf0\xbc\xe0\x83\x3d\x86\x79\x04\x24\x11\xc3\xe5\ \x4b\x37\x30\x3f\xcc\x01\xae\x06\x18\x5d\xf6\x25\xd7\xa2\x76\x16\ \x89\x3b\x3e\x6e\x92\x2c\xcd\x74\x3a\xad\x42\xa1\x60\x46\x64\x7b\ \x7b\xbb\x7a\x7a\x7a\xd4\xdf\xdf\xaf\x57\x5e\x79\x45\x2f\xbd\xf4\ \x92\xb1\xac\xe5\x72\x59\xff\xf3\x7f\xfe\x4f\x8b\xdb\xf2\xcd\x77\ \xdb\xda\xda\x0c\xc0\xb2\x96\x91\x1d\x00\x38\x9e\x9b\x44\x0c\x98\ \xdd\x44\x22\xa1\xcf\x7c\xe6\x33\xb3\xad\x31\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\x4a\x24\x12\x7a\xfc\xf8\xb1\x1e\x3d\x7a\xa4\xa5\ \xa5\x25\x5d\xbc\x78\xd1\xd8\x92\x7b\xf7\xee\xe9\xc6\x8d\x1b\x7a\ \xf9\xe5\x97\xf5\xc1\x07\x1f\x28\x1e\x8f\x5b\x2c\xe2\xd4\xd4\x94\ \x86\x87\x87\xd5\xd3\xd3\x53\x67\x14\xb1\x27\xbd\x7c\x43\x66\x7a\ \x79\x8d\xec\xac\xd5\x6a\xc6\x34\x7a\xc6\x8d\x7d\xe9\x3d\x12\x18\ \x89\xb8\xf3\x31\x46\xd9\x17\xa1\x50\xc8\x3a\x83\xb0\x27\x0e\x0f\ \x0f\x95\x4e\xa7\x8d\xc1\x23\x29\x21\x14\x3a\xce\x7a\xa5\x23\x05\ \x59\xec\xb8\xee\x89\xe5\x22\xa1\x24\x68\x64\xfb\x67\x25\xd3\x0f\ \x79\xc5\xeb\xde\xc5\x8f\xce\xfa\x24\xbd\xc2\x18\x06\xff\x66\x2f\ \x9e\x04\x48\xd8\xaf\xfe\x77\x10\x70\x9c\x04\x14\x4f\x32\xb0\x82\ \x7b\xfd\xd3\xc0\x94\x3f\x4e\x02\x14\x2f\x02\x6a\x27\xdd\xfb\x8b\ \x8e\x93\x00\xcb\x8b\xc0\xcb\x8b\x40\xda\x49\x1e\xa5\x93\xce\x73\ \xd2\x77\x83\x63\xcb\x1e\xc2\xd5\x78\xd2\x7d\xf8\xd7\x3c\x88\x42\ \x56\x10\x77\x8a\x01\xc2\xda\xe0\x73\xe8\xa7\x72\xb9\xac\x08\x17\ \xbd\x73\xe7\x8e\x65\x63\x61\x9d\x2c\x2f\x2f\x1b\x05\x3d\x3c\x3c\ \xac\x44\x22\xa1\xf5\xf5\x75\xed\xee\xee\x6a\x60\x60\x40\x6d\x6d\ \x6d\x96\x56\x4c\xe5\x65\x2e\x3a\x37\x37\x67\xb1\x5a\x89\x44\xc2\ \x32\xb7\x10\xce\x52\xbd\x65\xed\x33\x08\x40\x9b\x0c\x6e\x70\x80\ \xfc\xe4\xf9\x4d\x8f\x80\xc5\x0a\xe6\xdc\x27\xc5\x5d\x71\x9f\x7e\ \xb2\xd8\x34\x58\xc9\xfc\xcd\x46\xc1\x72\xc6\xba\xf3\x71\x5e\x1e\ \x68\x78\x81\xd2\xdb\xdb\x6b\x0d\x4b\x1b\x1a\x1a\xac\x7e\x0d\x9f\ \x85\x11\xea\xe8\xe8\x50\xad\x56\x53\x3c\x1e\x37\xab\xb5\xb1\xb1\ \x51\x5b\x5b\x5b\x46\xe1\x3f\x79\xf2\xc4\xe8\x73\xe2\xde\x1a\x1b\ \x1b\x15\x8d\x46\xad\xea\x38\x0a\x92\x9f\xa6\xa6\x26\xa5\x52\x29\ \x7d\xfc\xf1\xc7\x7a\xf6\xec\x99\x0e\x0f\x0f\xf5\xf4\xe9\x53\x85\ \x42\x21\x4d\x4f\x4f\xeb\x97\x7e\xe9\x97\xac\xa4\x40\xa9\x54\xd2\ \xc4\xc4\x84\xfe\xf0\x0f\xff\x50\xff\xe3\x7f\xfc\x0f\xcd\xcd\xcd\ \xd5\x59\x98\x28\x02\x16\x9d\x5f\x5c\xd0\xf6\xc1\x0d\xc0\x58\xfa\ \x31\xf6\x54\xb9\x6f\x3d\x43\xfc\x4b\xb9\x5c\x56\x47\x47\x87\x05\ \xef\xee\xec\xec\x58\x75\x6f\xb2\x03\x37\x37\x37\xf5\xee\xbb\xef\ \xea\xd5\x57\x5f\xad\x6b\x93\x43\x7a\x3f\x59\x75\xb5\x5a\xcd\xda\ \xc2\x1c\x1c\x1c\xe8\xd1\xa3\x47\x3a\x7f\xfe\xbc\xbd\x77\x70\x70\ \x60\x6e\xc2\xce\xce\x4e\x13\xe4\xa4\x49\xfb\x12\x0f\xfc\x26\x8e\ \x05\xb7\x20\xee\x47\x94\x5f\x24\x12\xb1\x78\x92\x70\x38\x6c\x2e\ \x90\x5a\xed\xb9\xab\x87\x42\xa4\xbe\x6e\x5b\xd0\xca\x0d\xc6\x0f\ \x05\x05\x47\x50\x00\xb2\xee\xfc\x1c\x78\x80\x76\x92\x30\x44\x29\ \xf1\x1e\x35\xd3\x98\x1f\x80\x0e\xc6\x14\xee\x2d\xea\x85\x91\xc2\ \x9e\x48\x24\x34\x3e\x3e\xae\xf6\xf6\x76\xdd\xbe\x7d\x5b\x6b\x6b\ \x6b\x2a\x16\x8b\x7a\xf0\xe0\x81\xc5\xc4\x55\xab\x55\xbd\xfe\xfa\ \xeb\x56\x5f\x8f\xb6\x4f\xd5\x6a\xd5\x6a\x03\x79\x17\x35\xc6\x0f\ \x31\x43\xcc\x31\xe0\x37\x14\x0a\xd5\x65\x82\x71\x60\x90\xf8\x84\ \x03\xdc\xb4\xd5\x6a\xd5\xe2\xc0\xb8\x6f\x6a\x65\xf1\xac\xbe\xd5\ \x49\xa9\x54\xb2\x82\x96\xb0\x4f\xb8\xf2\x7b\x7a\x7a\x2c\x86\xe9\ \xf3\x9f\xff\xbc\x66\x66\x66\x2c\x63\x14\xf6\x2f\x9b\xcd\x6a\x65\ \x65\xc5\x40\x05\xcf\xe2\xd9\x35\xd8\xf3\x48\x24\x62\xec\x98\x37\ \x22\x79\x0e\x8c\xcb\x50\xe8\x38\x99\x63\x74\x74\xd4\xda\x93\x51\ \x2e\x64\x60\x60\x40\x8f\x1e\x3d\xd2\xc4\xc4\x84\x36\x36\x36\xf4\ \xef\xff\xfd\xbf\x97\x24\x7d\xe3\x1b\xdf\x30\x90\x56\xab\x1d\x57\ \xe8\x27\xa0\xde\x17\x3a\xf6\xc1\xf6\x7e\x3f\x7b\x46\xcb\x1b\xc9\ \x92\xb4\xb5\xb5\x65\xd9\x79\x1e\x98\x78\x30\xef\x03\xb8\x99\xe3\ \xa6\xa6\x26\x73\xff\x31\xff\x3c\x2b\x49\x05\x77\xef\xde\xb5\x5a\ \x7d\xb0\x03\x92\x2c\xd9\x80\x0c\x44\x64\x4a\xb5\x5a\x35\x86\x2c\ \x9f\xcf\x5b\x8c\x30\x2e\x53\x62\xbc\x82\x32\x89\xdf\x24\x9f\x70\ \xf8\x02\xcc\xc8\x39\x40\x9e\x07\xec\x92\xea\xf4\x1a\xbf\x01\x7a\ \x94\x82\x40\xaf\xf8\xf8\x22\x3e\x0f\x1b\xef\xbd\x18\xfe\x7c\x41\ \x96\xc7\x7b\x70\x82\x71\xac\x5e\x4e\x70\x04\xf5\x1d\xef\xfb\xf3\ \xbf\xe8\xbb\x9f\x04\xa4\x82\x20\x2a\x78\x9f\xfe\x75\x5f\x53\x31\ \x78\xbc\x08\x38\x01\x50\x83\xd7\x7b\xd1\xb3\x31\x66\xde\x93\xe4\ \xc1\x35\xdd\x34\x30\xf4\x7c\xd1\x61\x3e\xc3\xda\xf5\x25\x61\xd0\ \xd9\x3e\xcc\x81\xbd\xee\xf5\x3f\x73\x18\x0e\x87\x15\xd9\xd9\xd9\ \xa9\x2b\x54\xb8\xbf\xbf\xaf\x44\x22\xa1\x6c\x36\xab\x70\x38\x6c\ \x29\xff\x97\x2f\x5f\x56\x63\x63\xa3\x56\x57\x57\x55\xa9\x54\x34\ \x3f\x3f\xaf\xed\xed\x6d\xad\xad\xad\xe9\x0f\xfe\xe0\x0f\x14\x8b\ \xc5\xf4\xc3\x1f\xfe\x50\xeb\xeb\xeb\x7a\xe5\x95\x57\x0c\x1c\x54\ \xab\x55\xab\x6e\xcb\x06\x94\x7e\x3e\x70\xd7\x07\x49\xfa\x40\x56\ \x3f\x61\x3e\xfb\x09\x21\xeb\xb3\x81\x4e\xa2\x52\xfd\x22\x05\xd0\ \x78\x81\x0c\x98\x63\x12\x18\x5c\x7f\x3d\xaf\xf4\x10\xc4\x9c\xf3\ \x45\xe8\x3c\x88\x66\xb1\xe8\xf9\x1f\x45\x4c\x46\x03\x1b\x7b\x79\ \x79\x59\xf9\x7c\xde\xe2\x1c\x08\x92\x24\xce\x0d\xeb\x7a\x7f\x7f\ \x5f\xdd\xdd\xdd\xda\xd9\xd9\xa9\x63\x8e\x60\x1f\x10\xcc\xdc\xc3\ \xd5\xab\x57\x15\x0a\x85\x2c\x2e\x49\x3a\x16\x52\x0f\x1f\x3e\x34\ \x77\x17\xca\x21\x91\x48\xe8\xbf\xfd\xb7\xff\xa6\xef\x7c\xe7\x3b\ \xba\x77\xef\x5e\xdd\xf3\x33\xd6\x3c\x27\x80\xc1\x0b\x5d\x94\x08\ \xaf\x03\x3c\xbc\xf0\xf0\x96\x68\x28\x74\xec\x6a\x21\x56\x46\x92\ \x7a\x7a\x7a\x34\x3c\x3c\x6c\xf7\xd3\xdb\xdb\x6b\x8a\x8d\x4c\x49\ \x7e\x08\x90\xc5\x2a\x69\x6f\x6f\x37\x37\x15\x73\x46\xfd\xa6\x68\ \x34\x6a\x6c\x5f\xa9\x54\xb2\x32\x02\x03\x03\x03\xda\xdc\xdc\x54\ \x3a\x9d\xd6\x99\x33\x67\xac\x31\xf1\xc0\xc0\x80\xc5\x85\xac\xad\ \xad\xe9\xc1\x83\x07\xba\x7a\xf5\xaa\xf6\xf7\xf7\x15\x8f\xc7\xad\ \x7d\x47\x2a\x95\xb2\xc2\x80\x6c\x4e\x2c\x7b\x5c\xbf\x47\x47\x47\ \x96\xbe\xcf\x3a\x66\xdd\xa3\xf8\x3d\x98\xf5\xc7\x49\x20\xc9\xef\ \x0f\x14\x35\x6b\xd0\xb3\xb9\xfe\xfb\xfc\xfd\xa2\xdf\x27\x31\x5e\ \x4d\x4d\x4d\xba\x70\xe1\x82\x86\x87\x87\xf5\xf2\xcb\x2f\xab\x56\ \xab\x59\xf1\xd2\x96\x96\x16\xfd\xcd\xdf\xfc\x8d\xde\x79\xe7\x1d\ \x75\x75\x75\xe9\xfb\xdf\xff\xbe\x1e\x3e\x7c\x68\x25\x2a\x00\xce\ \x18\x6e\x85\x42\xc1\x32\xd5\xc8\x8c\x63\xdf\x51\x46\x83\x75\xe5\ \xe3\x6e\x7c\x1d\x2c\x18\x25\xee\xd9\x27\xa2\xb0\x0e\x79\x0e\xbf\ \x97\x31\x62\x00\x67\x14\x97\x0c\xc6\x46\x52\xb1\x1d\x63\x8a\xb8\ \xc8\xc1\xc1\x41\x3b\x5f\x5f\x5f\x9f\xa6\xa7\xa7\x75\xe5\xca\x15\ \xeb\x2b\x58\x2a\x95\xcc\xc8\x3c\x3a\x3a\x52\x7b\x7b\xbb\x66\x67\ \x67\xb5\xbe\xbe\x5e\x97\xfc\x02\xd8\x84\xa1\xf1\xae\x64\xcf\x96\ \x78\x80\x8b\x32\xe5\x73\xb8\xc9\xc8\xf2\x2c\x16\x8b\xfa\xe6\x37\ \xbf\xa9\x8d\x8d\x0d\xab\x37\x76\xe5\xca\x15\x53\xfa\xc3\xc3\xc3\ \x92\x64\xa0\x16\x66\x1c\x26\x1b\x60\x03\x80\xf5\x4d\x9a\xb7\xb7\ \xb7\xb5\xbc\xbc\x6c\x6c\xa7\xcf\x02\x45\xce\x78\x10\xec\x13\x3d\ \xf8\x61\x5e\x68\xff\xc3\x67\xa9\xc1\x46\xf2\x45\xb9\x5c\x56\x77\ \x77\xb7\xba\xbb\xbb\xf5\xe8\xd1\x23\xe5\x72\x39\x1b\x17\x5f\x8b\ \x8f\xb9\x47\x09\xb6\xb6\xb6\xd6\x95\xf8\x69\x69\x69\xd1\xc8\xc8\ \x88\xaa\xd5\xaa\xed\x5f\x1f\x32\xc2\xb5\x24\x99\xbb\x98\x39\xf2\ \x2d\x7d\x58\x67\x00\x7e\x0c\x65\xda\xe6\xc0\xda\xb2\xf7\x90\x61\ \x28\x78\x6a\xd5\x91\x44\xc1\x5e\x87\xc1\xf6\xe5\x7a\x00\xb0\xfc\ \xef\x63\x03\xbd\xae\x41\x6e\xf8\x6a\xef\x7e\x4c\x30\x62\xfd\xde\ \xf0\xc6\x7c\x30\xd9\xec\x24\x26\xee\x93\x64\x8f\x1f\xc3\xe0\xe7\ \xfc\xef\x93\x64\x98\xcf\xe2\xf7\x9f\xf5\x9f\x0f\xc6\xfe\x9e\x74\ \x04\x59\xb4\x93\xc0\x16\x18\xc1\xcb\xc1\xb6\xb6\x36\x73\xa1\xd7\ \x6a\xc7\xb1\x93\x24\x9a\x30\xe6\x1e\x07\x10\x50\xcf\xeb\x3e\x3c\ \x89\x78\x4b\x9f\x25\xca\x33\x72\x44\xe6\xe6\xe6\xcc\x65\x83\x0b\ \xe5\xee\xdd\xbb\xda\xdd\xdd\xd5\xd6\xd6\x96\x7a\x7a\x7a\x54\xab\ \xd5\xf4\xc6\x1b\x6f\xa8\xb1\xb1\x51\xf9\x7c\x5e\x5f\xfa\xd2\x97\ \x2c\x4b\xe5\xdc\xb9\x73\x5a\x5b\x5b\xd3\x47\x1f\x7d\x64\x71\x2f\ \x6d\x6d\x6d\x4a\xa5\x52\x66\x91\x52\x33\x6b\x6a\x6a\xca\xe2\xb0\ \x58\x28\x7e\x50\x3d\xd3\xe4\xd9\x11\xcf\x52\x31\x90\x30\x55\x41\ \x04\x0e\x30\xe3\xfb\xfe\xfc\x80\x2b\xac\x59\xee\xc3\x17\x0c\x0d\ \x0a\x66\xde\xf3\x93\xe7\x81\x9c\x1f\x74\xee\x9b\x4d\x03\x4b\x41\ \xa5\x6c\x82\x46\x61\x3e\x3c\x83\x51\xab\x1d\xc7\xe4\xcc\xcf\xcf\ \xab\x54\x2a\x99\xf0\xa4\xff\xdd\xa5\x4b\x97\xf4\xe1\x87\x1f\xda\ \x75\x60\x44\xce\x9e\x3d\xab\xd9\xd9\x59\xc5\x62\x31\x5d\xba\x74\ \xc9\x98\x42\x0a\xe3\x71\x4d\x9a\x90\xf6\xf7\xf7\xab\xab\xab\xcb\ \x16\x0c\x16\x30\x20\xa0\x5c\x2e\x5b\xfb\x87\xdf\xfd\xdd\xdf\xd5\ \xdb\x6f\xbf\xad\xef\x7f\xff\xfb\xca\x64\x32\x06\x90\xbd\x7b\x96\ \xd7\x3c\x5b\x08\xe5\x1f\x74\x1f\x7a\xcb\x0d\x20\x28\xc9\x5c\x05\ \xd4\xfa\x89\x44\x22\xe6\xba\x88\x46\xa3\x9a\x9a\x9a\x52\xb9\x5c\ \xd6\xad\x5b\xb7\xf4\xd2\x4b\x2f\x59\x80\x32\xf1\x17\xde\xcd\xc8\ \x26\xf2\x81\x86\xb8\x6a\xe8\xc7\x47\x2c\xd5\xc0\xc0\x80\xa4\x63\ \x37\xee\xe6\xe6\xa6\x29\x91\x8e\x8e\x0e\x3d\x7d\xfa\x54\xf7\xef\ \xdf\xd7\x2b\xaf\xbc\xa2\x7f\xf8\x87\x7f\xb0\x26\xbc\xc3\xc3\xc3\ \x16\xc7\x42\x8d\xb3\x83\x83\x03\x4b\x04\xe1\x5a\xb5\xda\x71\x21\ \xd0\xa7\x4f\x9f\x2a\x9f\xcf\x6b\x7d\x7d\x5d\xd7\xaf\x5f\xaf\xab\ \x81\x55\xa9\x54\xac\x6c\x03\x4a\x0f\x41\x1c\x64\x3a\x18\x73\xd6\ \xb4\x07\x67\xc4\xf9\xf9\xfd\xc2\xba\x64\x8d\x46\x22\x11\x5b\x57\ \xcc\x73\xad\x56\xb3\xac\x2c\xf6\x9e\x17\xd4\x5e\xa1\x7b\x66\xa2\ \x52\xa9\xa8\xb3\xb3\x53\xef\xbf\xff\xbe\xbe\xf3\x9d\xef\x68\x79\ \x79\x59\xbb\xbb\xbb\x7a\xeb\xad\xb7\xec\xba\xde\xd0\x40\xa8\xb3\ \x7f\x58\x1f\x00\x0c\xcf\x52\xb3\xae\x7d\xad\x3c\xf6\x21\x7b\x15\ \xe1\x88\x70\xf3\xae\x28\x64\x03\x7b\x0b\x80\x88\x12\x84\x11\xf3\ \x0c\x0a\x86\xa0\xdf\x37\xbd\xbd\xbd\xd6\x03\x92\x50\x05\x32\x03\ \xc7\xc7\xc7\x95\x4a\xa5\xac\xe9\x71\x3e\x9f\x37\x45\x0f\xdb\x4a\ \x66\xf6\xfd\xfb\xf7\xeb\x0c\x09\x9e\x1f\x10\x02\x60\xf0\x2d\x80\ \xa4\xe7\xac\x05\xb2\x01\xa5\x0f\x4b\xcb\x1c\xef\xee\xee\xea\xe1\ \xc3\x87\x1a\x1c\x1c\xd4\xf8\xf8\xb8\x6e\xdf\xbe\xad\xbe\xbe\x3e\ \x4d\x4d\x4d\xd5\xd5\x35\x6b\x6e\x6e\xb6\x70\x0b\x2f\x47\x29\x40\ \x8c\xcc\x0b\x32\x2b\xc4\x98\xf9\x7a\x73\x7c\x97\xf5\x48\xc3\x65\ \x62\x49\x3d\x68\x00\x40\xa2\xcc\x3c\x88\xc0\xe8\x60\xdd\x91\x05\ \x9c\x4a\xa5\xb4\xbd\xbd\xad\xc7\x8f\x1f\x9b\x8c\x01\x3c\x51\x96\ \x04\x36\x10\xe3\x35\x12\x89\xd4\xb1\x9a\xfe\x37\xc6\x9b\x67\x43\ \x39\x2f\x6b\x92\x64\x08\xff\x3a\xfb\xab\x56\x3b\x6e\x83\xe4\x6b\ \xbc\xe1\x8d\xf0\x00\x06\xf9\xe7\xf7\x8a\x4f\x9c\x61\xdc\xd0\x17\ \x30\xa9\x8c\x23\x80\x80\x04\x29\x14\x38\x00\xeb\xa4\x4c\x44\xcf\ \xee\xb0\x97\xfc\x7d\x7b\x16\xc9\xcb\x0d\x40\x03\x73\xcd\x73\x70\ \xef\xcc\x21\xbf\x7d\x19\x19\x64\x00\x46\x9c\x2f\xfd\xe2\x99\xcd\ \x93\x80\x1b\xf3\x82\x1b\x98\xeb\x23\x0b\xbc\xae\xf0\xeb\x8c\xef\ \xfa\x71\x0c\x1a\x9c\xfe\x1a\xbc\xe7\x49\x1d\xc6\x92\xfa\x72\xdc\ \xbf\x97\x9b\xcc\x15\x6c\x35\x7a\x32\xd8\xe6\x08\x22\x88\x7b\xe3\ \x59\x7c\xbc\x71\x28\x14\x3a\x66\xb0\x56\x56\x56\xac\x80\x21\x99\ \x22\xc4\x06\xed\xef\xef\x2b\x99\x4c\x2a\x93\xc9\x58\x66\xd1\xe1\ \xe1\xa1\x2e\x5c\xb8\x60\xbd\xa4\x3e\xfa\xe8\x23\x6d\x6e\x6e\x2a\ \x9b\xcd\x2a\x9b\xcd\x2a\x16\x8b\xd9\x4d\xf5\xf7\xf7\x6b\x75\x75\ \x55\xad\xad\xad\x9a\x98\x98\xd0\xc7\x1f\x7f\x5c\xc7\x74\x78\xb7\ \xa0\x9f\x10\x14\xb4\xff\x9f\xc1\xf6\xac\x15\x4a\x24\xc8\x78\x61\ \x85\x61\x11\x9e\x04\xbe\x3c\xf3\xe2\x2d\x2d\x26\x86\xef\x04\xef\ \xd7\x5f\x23\xb8\x80\x01\x6f\x2c\x78\xac\xf0\x86\x86\x06\x65\xb3\ \x59\x03\x37\x00\x00\x9e\x29\x1a\x8d\x6a\x7e\x7e\x5e\xdf\xfb\xde\ \xf7\xec\xbc\xc4\x6b\x84\x42\x21\xfd\xe4\x27\x3f\xa9\xbb\x3e\x16\ \xcf\x9b\x6f\xbe\x69\x2d\x54\x7e\xf4\xa3\x1f\x29\x95\x4a\xa9\xb7\ \xb7\x57\x23\x23\x23\x6a\x6e\x6e\xd6\x9b\x6f\xbe\x69\x2e\x90\x6a\ \xb5\xaa\xc9\xc9\x49\xb5\xb6\xb6\x6a\x7d\x7d\x5d\x85\x42\x41\xcd\ \xcd\xcd\xea\xea\xea\xb2\x98\xbb\xb6\xb6\x36\xab\x8c\xde\xdf\xdf\ \xaf\x99\x99\x19\xd5\x6a\x35\xfd\xbf\xff\xf7\xff\x94\xcd\x66\x6d\ \xec\xb0\x90\x3c\x40\xf5\x9b\x20\x58\xae\x00\xc5\x85\x6b\xcd\x17\ \x8c\x0c\x87\xc3\x4a\xa5\x52\x4a\xa5\x52\x4a\x26\x93\x06\x2c\xfa\ \xfb\xfb\x75\xe6\xcc\x19\xf5\xf4\xf4\xa8\x58\x2c\x5a\x81\x4d\x8a\ \xae\x62\x85\x13\x38\x4b\x8c\xd7\xa3\x47\x8f\x8c\x8d\x4b\x26\x93\ \x36\x47\x28\x27\x5c\xdc\xcc\x6d\x63\x63\xa3\x06\x07\x07\x75\xee\ \xdc\x39\x8b\xa1\x02\xe0\xce\xcf\xcf\x5b\xe6\xd3\xe9\xd3\xa7\x35\ \x36\x36\xa6\x64\x32\x59\x67\xd1\xb6\xb7\xb7\x1b\xd3\x95\xcb\xe5\ \xb4\xb7\xb7\xa7\x78\x3c\xae\x7c\x3e\x6f\x81\xec\xf7\xee\xdd\xd3\ \xd2\xd2\x92\x3a\x3a\x3a\x14\x8d\x46\x95\xcb\xe5\xb4\xbd\xbd\xad\ \xbe\xbe\x3e\x25\x12\x09\xb3\xc0\x3b\x3b\x3b\x2d\x36\x08\x70\x80\ \x4b\x12\xa6\xd1\x1b\x0f\x8c\x07\x2c\x1d\x89\x0d\x28\x5f\x49\x56\ \xcf\x87\xbd\x83\x92\xdb\xde\xde\xd6\xc6\xc6\x86\xb1\x7b\x14\x1b\ \xe5\x73\xd4\x51\x6b\x6e\x6e\xb6\xbf\x99\x9f\x5c\x2e\xa7\x3f\xfa\ \xa3\x3f\x52\x36\x9b\xfd\x39\xb7\x90\x17\x7c\xec\x6f\xdc\xeb\xec\ \x55\xf6\x34\xf7\x8e\x80\x62\x9f\x33\x0f\x9e\x95\xf0\x32\xc0\x67\ \xeb\x78\x01\x1c\x04\x09\xb8\xde\x90\x5b\x18\x00\xb0\x40\xf4\x0c\ \x24\x38\xbd\xb9\xb9\xd9\x7e\xd7\x6a\xc7\xdd\x2c\x46\x47\x47\x75\ \xfe\xfc\x79\x75\x74\x74\x98\xc1\x43\xc0\x38\xa5\x4d\x92\xc9\xa4\ \x19\x6d\x14\x58\x26\x0b\xd5\xd7\xdf\xa2\xda\x7b\x28\x14\x32\xf0\ \xc1\xfe\xf0\x59\xb7\x7c\x1e\xa6\x14\x79\x86\xf2\x87\xdd\xc6\x05\ \xfb\xd5\xaf\x7e\x55\xa1\xd0\xb1\xeb\x70\x78\x78\xb8\x0e\x38\xb3\ \x7e\x82\x7b\x34\x58\x71\x1c\x85\x8b\x3b\x8d\x20\xfa\x96\x96\x16\ \x6b\xfb\x43\x1f\x3e\x5f\x4e\xc1\xbb\x1e\x61\x18\x99\x27\xe4\x44\ \x38\x1c\xb6\x8c\xc1\xbe\xbe\x3e\x63\xf5\x7c\xa9\x0b\xdc\x6d\xe1\ \x70\x58\xcb\xcb\xcb\xca\xe5\x72\x75\x46\x06\x06\xeb\xde\xde\x5e\ \x1d\x1b\x09\x00\xa6\xba\x3a\x81\xfb\xb8\xb4\x93\xc9\xa4\xad\x7b\ \x49\x26\x0b\x01\x9c\x30\x96\x5e\x6f\xb0\xa6\xd8\x87\xac\x47\x0e\ \x0c\x11\x5f\xb3\x0d\x05\xce\x38\xf8\xd2\x34\x7e\x2f\x04\x8d\x1f\ \xd8\x6b\x8c\x05\xe2\x32\x39\xf7\x49\x55\xe6\x91\x3f\xc8\x35\x8c\ \x4c\xde\xf3\xee\x5c\x5c\xf0\x00\x7d\x0c\x5b\xf6\x2a\x06\x0b\x40\ \x96\x6b\x50\x2a\xc4\x33\xcb\xc1\x50\x18\xde\x63\x7f\x7b\x03\xc1\ \x7b\x35\x78\x36\x0f\xde\x88\x61\x44\x87\xa0\x2b\xbc\x3e\xf6\x8c\ \x12\xfb\x99\xeb\x78\x66\x0a\x7d\xe3\xc1\x97\x4f\x5a\xe3\xba\xbe\ \xff\xa3\x07\x4c\xe8\xac\xb5\xb5\x35\x8b\x1d\xf7\x04\x0e\x71\xa6\ \xb0\xcf\xc8\x2b\xe4\x4b\x38\x5c\x9f\x28\xc7\x1c\x44\xf2\xf9\xbc\ \x9d\x30\x9f\xcf\x6b\x62\x62\xc2\x52\xdd\xf3\xf9\xbc\x4a\xa5\x92\ \x96\x96\x96\x8c\x46\x6b\x6f\x6f\xd7\xad\x5b\xb7\xb4\xba\xba\xaa\ \x67\xcf\x9e\xa9\x56\xab\x29\x97\xcb\x99\x92\xa6\xc2\x2f\x42\x8e\ \xf4\xe6\xf6\xf6\x76\xad\xae\xae\xd6\x09\x4a\x2f\x8c\xbd\x52\x0e\ \xb2\x49\x9e\x36\xf7\xae\x0f\x1f\x7c\xee\x27\xdd\x03\xa0\xa0\x1b\ \xcf\xff\xcd\xa4\x72\x04\xc1\x95\x77\x25\x7a\x8b\x3e\x48\x73\x72\ \x78\xda\x13\x64\x4c\x73\x5d\x5c\x26\xf1\x78\xdc\x5a\x87\xf0\x6c\ \xd4\x13\xfb\xd1\x8f\x7e\xa4\xa5\xa5\x25\xa3\xed\x79\x2e\x36\x18\ \x80\xcf\x53\xa8\x00\x23\x94\x1e\xf1\x55\x7c\xdf\xb3\x84\xa1\x50\ \x48\xff\xf8\x8f\xff\x68\x40\x07\x01\xeb\xd9\x26\x16\x16\x73\xe1\ \x05\x26\x9b\x08\xc1\x78\x92\xf5\xc6\x77\x01\xb3\x3e\xc6\x08\x41\ \xca\xe2\xa3\x90\x5e\x57\x57\x97\x29\x91\x4a\xa5\xa2\x53\xa7\x4e\ \xe9\xc2\x85\x0b\x26\x24\xb7\xb6\xb6\x94\xcb\xe5\x34\x3e\x3e\xae\ \xd5\xd5\x55\x55\xab\x55\x45\xa3\xd1\xba\x7e\x8d\x7d\x7d\x7d\x6a\ \x68\x68\xb0\x7a\x60\xb8\x0d\x09\x4c\xc6\x8d\x23\x49\xc5\x62\x51\ \xe9\x74\xda\xdc\x8e\xdc\x4b\x28\x14\xb2\xc2\x87\xdd\xdd\xdd\xfa\ \xcd\xdf\xfc\x4d\x6d\x6e\x6e\xea\xdc\xb9\x73\x16\x17\x46\x9c\x16\ \xc2\x63\x77\x77\x57\xb9\x5c\x4e\x03\x03\x03\xea\xe8\xe8\x30\xa6\ \x03\x45\x41\x0b\x9c\x6f\x7e\xf3\x9b\x76\x1d\x9e\x1f\xf0\x84\x10\ \x2b\x97\xcb\xe6\xaa\x90\x64\x81\xe6\x80\x10\x80\x2f\x82\xb3\x5c\ \x2e\x5b\x6c\x54\xa5\xf2\xbc\x3f\x1e\x82\x8b\x8c\x39\x5c\x08\x14\ \x9f\x44\x99\xa1\x20\xf6\xf7\xf7\x45\xa8\x00\xef\xd3\x47\x11\xa1\ \x9d\x4a\xa5\xea\xaa\xc1\x17\x0a\x05\x53\xb6\xde\x18\x62\xad\x79\ \xc6\xca\x5b\xd5\xfe\x35\x94\x99\x77\xa5\x7b\x17\x34\xeb\x3c\x98\ \x49\xc8\x9e\x60\x4d\xb3\xde\x3d\xc3\xea\x05\x24\xfb\xd0\x17\x93\ \x64\x2d\x52\x87\xac\xaf\xaf\xcf\x8a\xb4\xb6\xb7\xb7\x6b\x62\x62\ \x42\xc3\xc3\xc3\x36\xa7\xec\x13\xf6\xf1\x85\x0b\x17\x4c\x1e\x4a\ \xc7\xf5\xc6\x70\xff\x02\x3e\xd2\xe9\xb4\x16\x17\x17\x4d\xf8\x7a\ \xa0\x89\x0c\xc2\xd5\xe3\x03\x66\x89\x87\x64\x3c\xd8\x83\x28\xe1\ \x81\x81\x01\x5d\xba\x74\x49\x9b\x9b\x9b\x7a\xf4\xe8\x91\x24\xa9\ \xbf\xbf\x5f\xb9\x5c\xce\x62\xab\x82\xac\x27\x7d\x48\x29\x51\xe2\ \xd9\x13\x0f\xbe\x0b\x85\x42\x1d\xc3\x9c\x48\x24\xd4\xd0\xd0\xa0\ \xf5\xf5\x75\x0b\xca\xa7\x15\x0f\x2d\x70\xbc\xdc\xf6\x59\x92\x18\ \x96\x4b\x4b\x4b\x4a\x26\x93\x7a\xf8\xf0\xa1\xca\xe5\xb2\x6e\xdc\ \xb8\xa1\xef\x7f\xff\xfb\xf2\xe1\x29\xb0\xa2\x89\x44\x42\x9b\x9b\ \x9b\x5a\x5f\x5f\xaf\x63\xa4\x50\xa2\xc8\x94\xa6\xa6\x26\x6b\xdf\ \xc3\x5a\x26\x64\x80\x31\x8e\x44\x22\x66\x68\xf9\xf5\xe0\x81\x09\ \xfa\x04\x46\x93\xb5\xc5\x9a\x04\xe4\x7a\x57\x21\xb1\x69\xac\x09\ \xc6\x0e\x7d\x53\xad\x56\x0d\x0c\x03\x08\xf8\xae\x37\x00\xf8\x9b\ \x75\xe1\x63\x0e\x3d\x0b\xc5\x67\xc9\x16\x05\xb8\x32\x4f\x7c\x0f\ \xd9\x2b\xa9\xce\x68\xc1\x9d\xeb\x01\x43\xa5\x52\xb1\xe7\xf2\x80\ \x8b\xbd\xc7\xdc\x55\xab\x55\x8b\x47\xe5\x7b\xdc\x3f\xe7\xf0\x71\ \x9c\x80\xdd\x42\xa1\x60\xfb\x11\xc3\x24\x68\x88\xf3\x8c\xb0\x87\ \x9c\x0f\x19\x42\x02\x0d\xf3\x45\x8d\x42\x0c\x11\xd6\x38\x0c\x1a\ \xf7\x19\x8c\x05\x66\xbd\x20\x97\xbc\x0b\x15\x5d\xc5\x5a\xeb\xeb\ \xeb\xb3\x7b\x42\xde\xa0\x63\x90\x9b\xe8\x1d\x5f\xbf\x8e\xce\x1f\ \xe1\x70\xd8\x4a\x06\x45\x22\x11\x45\x0a\x85\x82\xd5\x64\x89\xc5\ \x62\x16\xd4\x4b\x9a\x3f\x74\x36\xed\x1e\x3a\x3a\x3a\x8c\xcd\x62\ \x42\x19\x50\x2c\x38\x82\x60\x41\xb7\x64\xbb\xd5\x6a\xc7\xf1\x0e\ \xf8\xdb\x83\x14\x9f\xff\xdb\x53\x8d\xde\x42\x66\xc0\x7c\xe6\x95\ \x77\x53\x49\xcf\xfb\xe3\x79\xf4\xeb\xcf\xcf\xf9\xa4\xfa\x3e\x88\ \x9c\xd3\x6f\x1c\x0f\x12\xf8\x3c\x9b\x8f\xf3\x02\x34\x58\x34\x6c\ \x86\x9e\x9e\x1e\x45\xa3\x51\x13\x8e\x1d\x1d\x1d\x1a\x1c\x1c\xb4\ \x26\xa2\xd4\x9e\x19\x1c\x1c\x54\x36\x9b\xd5\xdd\xbb\x77\xeb\xe2\ \x2d\xb0\x36\x7c\xfc\x05\xa0\xcf\x8f\x87\x57\x5a\x6c\x2e\xee\x8b\ \xc5\xc5\xe2\xe0\x1e\x19\x5f\x84\x3b\xdf\x61\x3e\x19\x2f\x14\x2a\ \xe7\xe6\x7b\x1e\xbc\x7a\x05\x4a\xcc\x18\x0b\xdc\x03\x63\x98\x82\ \x70\xf8\x38\x63\x95\xe6\xb7\x64\xb1\x4d\x4f\x4f\xab\xb7\xb7\xb7\ \xce\xcd\x16\x0e\x87\xad\xa0\x21\x45\x58\x71\x47\xe0\x7a\x5d\x5d\ \x5d\xb5\x06\xe5\x54\xcd\xdf\xda\xda\xb2\xf6\x33\x30\x42\x85\x42\ \xc1\xe2\x3b\x00\x15\x6c\x0c\x2f\xa0\xb6\xb6\xb6\xb4\xb8\xb8\x68\ \xf1\x13\x13\x13\x13\x1a\x18\x18\x30\x4b\x1d\x05\x28\xc9\x04\xf7\ \x93\x27\x4f\xac\xfc\x40\x2e\x97\xb3\xfb\xa3\x82\x79\xb9\x5c\xb6\ \xd6\x46\xe5\x72\x59\xd1\x68\x54\xeb\xeb\xeb\x56\x03\x6b\x6f\x6f\ \x4f\x99\x4c\xc6\x5a\xfd\x1c\x1d\x1d\x37\x85\x86\x99\xf3\x85\x16\ \xb1\x06\x51\x66\xb8\xe2\xcb\xe5\xb2\xb5\xb5\x42\x79\x04\xe3\x79\ \xb0\xba\x00\x6a\xb8\x0c\xe9\x21\x88\x55\x8a\x90\xf5\x4a\xc1\x83\ \xf1\x54\x2a\xa5\x0b\x17\x2e\xe8\xe6\xcd\x9b\x75\xee\x19\x6f\x18\ \xb1\xd7\xfc\xbe\xf0\x7b\x8b\x35\x05\x63\x00\xf3\xe6\x05\xb0\x67\ \x41\xfd\x3a\xe7\x7a\x58\x8f\xfe\x7e\x31\x46\x50\x12\x80\x53\xd6\ \x5b\x73\x73\xb3\xb9\xfb\xce\x9c\x39\x63\xed\x8f\xbc\xeb\x9e\xb2\ \x00\xc8\x30\xda\x6b\xa0\x08\x71\x37\x62\x0c\x79\x26\x9e\x4c\xc4\ \x5c\x2e\x67\x49\x27\xdc\x37\x7b\x10\x19\xe8\xf7\x88\xdf\x63\x3e\ \xe6\xa8\x56\xab\x19\x10\x0c\x87\xc3\xfa\xe2\x17\xbf\xa8\xae\xae\ \x2e\xdd\xbb\x77\x4f\x73\x73\x73\xfa\xfc\xe7\x3f\x6f\x0d\xaa\x5f\ \x7b\xed\x35\x03\xee\xec\x7b\xd8\x3b\x64\x08\x41\xbd\xe5\x72\xd9\ \x94\x12\xca\xaa\x54\x2a\xa9\xab\xab\x4b\x0d\x0d\x0d\x75\xee\xea\ \x74\x3a\xad\xd6\xd6\x56\x0d\x0d\x0d\x59\x9d\x2d\x18\xa7\x5a\xed\ \x79\x2d\x3a\x92\x1f\xd8\xe7\x95\x4a\x45\xfd\xfd\xfd\x6a\x6c\x6c\ \xd4\xca\xca\x8a\x85\x2c\x0c\x0d\x0d\xe9\xee\xdd\xbb\x75\x4a\x1c\ \x5d\xb3\xbb\xbb\x6b\x31\xc0\xde\xab\x41\x60\xb9\x24\xad\xae\xae\ \x5a\xdc\xdb\xc6\xc6\x86\x8d\x0f\xe3\x87\xd2\x6d\x68\x68\xb0\x82\ \xa6\x18\x38\x1e\xdc\x20\xdb\x1a\x1a\x1a\xac\xf7\x21\x25\x44\x98\ \x13\xd6\xb7\x24\x73\x93\xf2\x9e\xaf\xa5\xc6\x9a\xf3\xae\x22\xaf\ \x23\x3c\x33\x83\x8b\xcd\xef\xad\x48\x24\x62\xba\x98\x6b\xec\xef\ \xef\x5b\x67\x0a\x58\x66\xd6\x10\xeb\x1f\x63\x97\x9a\x76\xec\x39\ \x3e\xeb\x0d\x13\x40\xb0\x8f\x9d\x05\xfc\xf3\x4c\x5e\xc7\xb1\x8f\ \xd1\x8f\xe8\x09\xf6\x26\xf5\x04\x39\xf8\x1c\x20\xdf\xeb\x2a\xc6\ \x10\xd9\xe4\x01\x90\x77\xc5\x23\xab\x7c\xd8\x87\x07\xc5\x74\x9c\ \xf0\x8c\x22\x2c\x18\xae\x3c\x64\x0c\x00\x0c\x9d\x04\x78\x02\x38\ \x93\x50\xc6\x3c\x70\x00\xd2\x61\xac\xb8\x06\xfb\x98\x75\x01\xcb\ \xb7\xbf\xbf\x6f\xf1\x8f\xbd\xbd\xbd\xda\xde\xde\x3e\x6e\x35\x48\ \xf3\x66\x2c\x60\x52\xd6\x01\x1b\x50\xe0\x50\xa9\xa4\xc3\xc2\x0c\ \x60\x85\x32\x20\x1e\xc9\xb3\x39\x08\x08\xa4\xd6\x13\xc2\xc5\x0b\ \x60\x4f\xed\x31\xb1\x1e\xe1\x7a\x21\xe0\x85\x99\x67\x9d\xbc\x0f\ \xd5\xbb\x03\xbd\x4b\xc5\xbb\x13\x7c\x6c\x17\xe7\x67\xd1\xf9\x05\ \xe0\xc1\x95\xbf\x37\xc6\x88\x05\xe0\x01\x07\xe7\xf0\x3e\x76\x94\ \x2a\xe3\xe0\x15\xdc\xcd\x9b\x37\x95\xcd\x66\xeb\x80\x23\x2e\x28\ \x9e\xad\xad\xad\xcd\x10\x3d\xd7\xf1\x8a\xd3\xdf\x8b\x0f\xf8\xe5\ \xd9\xfc\x33\x78\x5a\x9e\x79\xf0\xcf\xca\x38\xf0\x1a\x96\x22\xc0\ \x87\x7b\xf2\x0d\x4a\x39\x3f\x81\xac\x6c\x36\xd6\x07\x05\x55\xcf\ \x9e\x3d\xab\xcf\x7e\xf6\xb3\x6a\x6c\x6c\x54\x77\x77\xb7\xd6\xd6\ \xd6\x34\x39\x39\xa9\x4a\xa5\x62\x2c\x4d\x4b\x4b\x8b\xb2\xd9\xac\ \x8a\xc5\xa2\xb5\xc4\x61\x13\x49\x32\xd7\xe6\xda\xda\x9a\x65\x69\ \x2e\x2e\x2e\x6a\x68\x68\x48\xb3\xb3\xb3\x26\xd4\x59\x93\xab\xab\ \xab\xea\xef\xef\x57\xa1\x50\xb0\x44\x8e\x78\x3c\x5e\xd7\x2c\x19\ \xcb\xac\xaf\xaf\xcf\x98\x1f\x0a\x1d\x36\x36\x36\x2a\x97\xcb\x19\ \x1b\xc1\x78\x22\xec\x28\xc4\xe8\x5d\x16\x28\x3a\x1a\xe3\xd6\x6a\ \xc7\x6d\x8d\x48\x5a\x68\x6c\x6c\xd4\x47\x1f\x7d\xa4\xc9\xc9\x49\ \xb5\xb4\xb4\x28\x1e\x8f\x9b\x1b\xb0\xad\xad\x4d\xf9\x7c\xde\xe8\ \x69\x2c\x6c\x5f\xa1\x1e\xb0\x47\xf6\x68\xad\x56\xd3\xc6\xc6\x86\ \x52\xa9\x94\xb9\x61\x77\x77\x77\x95\x48\x24\x4c\x71\x01\x64\x36\ \x37\x37\xcd\x5d\x0a\xab\xb6\xb5\xb5\x65\xfb\x03\xf7\x1d\x25\x45\ \x00\x12\x7e\x8e\xa6\xa6\xa6\x74\xf3\xe6\xcd\xba\x75\xe4\x5d\x13\ \x41\x50\xee\x63\x73\x00\x32\x9e\xd5\xc1\xdd\x8b\x82\xf2\xb2\x84\ \x3d\xeb\x93\x24\xfc\xfe\x67\x1c\xbc\x11\xe1\xb3\x71\xfb\xfb\xfb\ \x35\x31\x31\xa1\x73\xe7\xce\x59\xf6\x90\x07\x7b\x28\x19\xc6\x0d\ \x70\xcd\xb8\x33\x86\x3e\x89\x81\x58\x12\x6a\xaa\x91\x9c\xd2\xd0\ \x70\x5c\xef\xe9\xbd\xf7\xde\xb3\xc4\x06\x5f\x60\xd6\x03\x51\xcf\ \x86\xb3\x37\xfd\x1e\x97\x9e\xd7\x60\x8b\x46\xa3\xaa\x56\x8f\x93\ \x86\xf6\xf7\xf7\x35\x3f\x3f\xaf\xa3\xa3\x23\x4d\x4d\x4d\x69\x75\ \x75\x55\xe3\xe3\xe3\x75\x7b\x92\x7a\x76\xb8\xfd\x09\xdf\x20\x9b\ \x12\x99\xce\xf9\xc3\xe1\xb0\x92\xc9\xa4\x59\xec\x00\x90\x52\xa9\ \xa4\xb1\xb1\x31\xdb\xbf\xbe\x30\x2c\xf2\x8d\x9e\x96\x00\x93\x4c\ \x26\xa3\x6a\xb5\xaa\xd1\xd1\x51\xcb\xb0\x9d\x9b\x9b\x53\x2a\x95\ \x52\x26\x93\xd1\xcc\xcc\x8c\x36\x37\x37\x2d\x33\x1a\x16\xa4\x58\ \x2c\x5a\xe2\x0e\xec\x80\x0f\x4e\x07\xd4\x50\x6a\x25\x1a\x8d\x5a\ \xf2\x0b\xcf\x45\x4b\xa6\xc6\xc6\x46\x4b\xa2\x00\x7c\x90\xa1\x99\ \xcd\x66\xcd\xdd\x4d\xa6\x36\xcf\x84\x62\xc5\x85\xe8\xdd\x7d\xc8\ \x4d\x12\xc2\x00\x36\xd2\xb1\x71\x4a\xf8\x02\xeb\xd5\x03\x57\x49\ \xd6\xe6\x08\x99\x09\xf0\xf0\xa1\x2e\xde\x80\x08\x26\x38\x00\xa6\ \x7c\x32\x8c\x07\xfd\x7c\xd7\x57\xc5\x47\x17\xf1\x59\x0c\x4b\x62\ \xca\x78\xae\xa3\xa3\xa3\x3a\xf7\x35\x72\xdb\xb3\x4c\x87\x87\x87\ \x16\xe7\xbb\xb9\xb9\x69\x05\xc6\xd1\x0d\x9e\x31\x0d\x02\x2b\x8c\ \x09\x0f\xe2\xb8\xdf\x60\xd3\x76\x3e\x87\x4e\xf1\x1e\xa8\x20\x21\ \x12\x0e\x87\xed\xfb\x3e\xc6\x2f\x38\xa6\x9c\x8b\x7d\x46\xbc\x2d\ \xf3\xbb\xbd\xbd\xad\xad\xad\x2d\xf3\x32\x49\xcf\x99\x40\xf4\x0e\ \xf3\xc1\xda\x40\x06\x44\x22\xc7\xc9\x67\x00\xcb\x62\xb1\xa8\xe5\ \xe5\x65\x45\xd8\x8c\x2c\x04\x04\x80\x17\x86\x80\x29\x3e\xe3\x01\ \x00\x03\x17\xa4\x71\xb1\x08\xbd\x25\x8a\xd0\xe0\x86\x59\xb4\x2c\ \x00\xff\xbf\x77\xc5\x79\x8b\xd7\x53\x9c\xbc\x0e\x02\x45\x20\x79\ \x20\xc4\xe1\x91\x27\xe7\xf0\x7e\xed\xe0\x81\xf0\xe5\x7b\x1e\xc5\ \x7a\x40\x83\xb0\xf5\x31\x31\xa1\x50\xc8\xda\xa0\xb0\xd8\xb3\xd9\ \xac\x15\xcf\xe3\x33\x04\x49\x6e\x6f\x6f\xd7\xb5\x12\xc2\x32\xa0\ \x6e\x10\x8c\x43\x7f\x7f\xbf\x56\x56\x56\x8c\xad\xe0\xf0\x56\xbe\ \x77\xd7\x40\x6b\xf6\xf6\xf6\xaa\xb1\xb1\x51\xe9\x74\xda\x90\x3c\ \x20\x09\x65\xed\x9f\x8b\x45\x89\x12\xac\x54\x2a\x66\x19\xa0\xe0\ \xc8\xaa\x6a\x6d\x6d\xd5\xd2\xd2\x92\xda\xda\xda\xac\xf7\x64\xa9\ \x54\xd2\xfb\xef\xbf\x6f\xe0\x90\x66\xb5\x5d\x5d\x5d\x1a\x1e\x1e\ \xd6\xe5\xcb\x97\xd5\xd4\xd4\xa4\x91\x91\x11\xc5\xe3\xf1\x3a\xd6\ \x69\x77\x77\xd7\xe2\x2b\x7c\xe6\x9f\xa7\xdb\xa1\xca\x7d\x26\x55\ \x73\x73\xb3\xa6\xa7\xa7\xcd\x95\x57\x2c\x16\x0d\xdc\x21\x58\x68\ \x52\x7e\xf6\xec\x59\x6b\xda\xcb\xda\xc5\x35\x07\x20\x21\xc1\x20\ \x95\x4a\x19\x9b\xcb\x38\x15\x0a\x05\x75\x75\x75\x99\x35\x5e\x2a\ \x95\xb4\xbf\xbf\xaf\x81\x81\x01\x53\x6e\x87\x87\x87\x8a\x46\xa3\ \x4a\x26\x93\x26\xbc\x70\xad\xb0\xb6\xe2\xf1\xb8\xee\xdf\xbf\xaf\ \xf7\xdf\x7f\x5f\x5d\x5d\x5d\xba\x78\xf1\xa2\xda\xdb\xdb\xad\x66\ \x17\xae\x7b\xaa\x6e\x13\x1b\x13\x0a\x85\xb4\xb6\xb6\x66\x02\x82\ \x20\x7b\x1a\xb2\xaf\xac\xac\xa8\xb7\xb7\x57\x2b\x2b\x2b\x75\xfb\ \x1a\x25\x8a\xd1\xc4\xb9\x89\xf5\x43\x99\x51\x09\x1f\x96\x8b\x42\ \x9a\xb8\x5d\x00\x68\xc3\xc3\xc3\x75\xc6\x8f\x77\xd5\x07\x59\x2c\ \xe9\xb9\x0b\x0f\xa1\xea\x15\x27\xc6\x04\xd6\x27\x69\xed\x3c\x2f\ \xf1\x64\x28\x97\xa0\x45\xea\xd9\xae\x96\x96\x16\xf5\xf4\xf4\xe8\ \xfa\xf5\xeb\x3a\x7d\xfa\xb4\x26\x26\x26\x14\x8b\xc5\x4c\xee\xb0\ \x47\x38\x27\x42\x91\x98\x3e\xf6\x27\x40\x70\x67\x67\xa7\x2e\x2e\ \xa9\x5a\xad\x1a\xa3\xba\xbd\xbd\x6d\xf3\x4a\xad\x3f\x9e\xe9\xcd\ \x37\xdf\x34\xe5\xc1\x1a\x40\x46\x7a\xe5\xca\x7d\x63\x44\xf9\x18\ \x35\x0e\x94\x6b\x4b\x4b\x8b\x06\x07\x07\x4d\x4e\x8c\x8f\x8f\x5b\ \x6d\x37\x7a\x68\xd2\x96\x08\x25\xce\xb8\xa7\x52\x29\x93\x7f\xc4\ \x14\xf9\xd8\xb7\x5a\xad\x66\x19\x9a\xec\x0b\xd8\x38\x14\xbb\x67\ \x23\x6b\xb5\xe3\xe2\xbf\x94\x9e\xa9\x56\xab\xb6\x66\x00\xad\x24\ \x5f\xd0\x4a\x29\x91\x48\xe8\xf4\xe9\xd3\x56\xf9\xfd\xd9\xb3\x67\ \x06\x62\x8b\xc5\xa2\x31\xbf\x9e\xed\x60\x0d\x03\xc2\x06\x06\x06\ \xf4\xda\x6b\xaf\x99\x82\x83\x85\x41\x7e\x62\xbc\xb0\x5e\x38\x8f\ \x57\xba\xc8\xc4\x5a\xad\x66\x6c\x3a\x4a\x15\x60\xda\xda\xda\x5a\ \xb7\x3f\x90\x83\x5d\x5d\x5d\xa6\x6c\x59\x83\x9e\x69\xf1\x6e\x39\ \xd6\x14\x0c\xd4\xd2\xd2\x92\xda\xdb\xdb\x8d\x89\x66\x7d\x7b\x16\ \x89\x7d\xe8\x8d\x66\xe6\x15\xd9\x82\x7c\xc6\x80\x84\x4d\x05\x9c\ \x03\x4e\xa5\x63\x63\x34\x9f\xcf\x5b\xa2\x13\x00\x90\xd2\x1e\xc8\ \x01\xef\x9e\x07\x98\x63\xe8\x10\x93\xb9\xb2\xb2\x62\xdd\x40\x60\ \x07\x71\x9b\xfb\x24\x0a\xbc\x15\x3e\xd6\x96\xb1\xc0\x78\x25\xc1\ \x82\xef\xd4\x6a\x35\xdb\x8b\x80\x56\xc6\xd6\x37\x7e\xf7\xe0\x0c\ \x30\xc8\x9c\x75\x74\x74\xd4\x85\x62\x78\x17\x66\x90\x05\xa7\x3c\ \x11\x25\x46\xb8\x86\xf7\xf2\x30\xbe\x7c\x97\x78\x46\x30\x0a\xba\ \x63\x60\x60\xc0\x30\x0d\xeb\xbd\xb5\xb5\xf5\xb8\x0e\x16\x14\x25\ \x1b\x19\x45\xeb\x53\xa3\x79\xcf\x53\x9f\x9e\x25\xc2\x8d\xe8\x33\ \xc8\x3c\x70\xe1\xbb\x5c\x8b\x45\xe7\xc1\x81\x07\x32\x0c\x0a\xd7\ \xf3\xd7\xf2\xc0\xc2\x0b\x59\x9f\x0d\xe8\x5d\x86\x92\x6c\xa0\x98\ \x30\xc0\x18\xca\xc0\xfb\xe7\x8f\x8e\x8e\xea\x3e\x2f\xfd\x7c\x3a\ \xb8\x77\x65\x78\x74\x8c\x80\x45\x18\x4a\x32\x74\x0d\x48\x21\x66\ \x08\xe0\xb0\xb6\xb6\xa6\x42\xa1\x60\x31\x20\xe1\x70\x58\xe7\xce\ \x9d\xd3\xed\xdb\xb7\x75\xe6\xcc\x19\xf5\xf5\xf5\x69\x69\x69\x49\ \x95\x4a\x45\x63\x63\x63\x5a\x5f\x5f\x37\x06\xe2\xa4\x79\x63\xd1\ \x8c\x8c\x8c\x68\x6c\x6c\x4c\xd1\x68\x54\xa7\x4f\x9f\xd6\xfd\xfb\ \xf7\xad\xae\xcc\xde\xde\x9e\xb9\x6e\x25\x19\x58\xf1\xf1\x2a\xa1\ \x50\x48\x9d\x9d\x9d\xea\xee\xee\xd6\xe9\xd3\xa7\xb5\xbd\xbd\xad\ \xe1\xe1\x61\x25\x93\x49\x53\x3a\x67\xcf\x9e\xd5\xdd\xbb\x77\xd5\ \xd6\xd6\x66\x42\x02\xd0\x44\xb6\x1d\x7d\xf7\x50\xce\x7d\x7d\x7d\ \x86\xfa\x37\x37\x37\x0d\x68\x90\xd9\xf1\xa3\x1f\xfd\x48\x33\x33\ \x33\x3a\x7b\xf6\xac\x29\xf8\xae\xae\x2e\xdb\x90\x47\x47\x47\x66\ \x15\x37\x35\x35\xe9\xd1\xa3\x47\xba\x78\xf1\xa2\xf9\xe8\xa7\xa6\ \xa6\x8c\x06\x5f\x58\x58\xd0\x3b\xef\xbc\xa3\xc9\xc9\x49\xa5\x52\ \x29\xbd\xfc\xf2\xcb\x16\xf4\x4a\x69\x07\xe6\x9f\xf5\x8e\x9b\x9c\ \x71\x49\xa7\xd3\x8a\xc7\xe3\x1a\x1a\x1a\xd2\xe6\xe6\xa6\x62\xb1\ \x98\x81\x14\x82\xd6\x69\x63\xc4\xda\x26\x46\x0c\x45\x07\x28\xc0\ \x55\x09\x33\xf4\xf5\xaf\x7f\x5d\xbb\xbb\xbb\x2a\x16\x8b\x66\x89\ \xf5\xf6\xf6\xd6\x65\xd4\x10\xe7\x43\xb6\x14\xc2\x1d\xb6\x2b\x1c\ \x0e\x6b\x62\x62\x42\xb9\x5c\xce\xc0\x69\x53\x53\x93\xa5\x90\x03\ \xa6\xbc\x25\x58\xad\x56\x4d\x79\x50\xb9\xdd\xef\x27\xe6\x67\x6d\ \x6d\xcd\x32\x3a\x51\xd6\x00\x83\x99\x99\x19\xf5\xf6\xf6\x6a\x61\ \x61\xc1\xd6\x36\xc2\xd8\xb3\x9d\xac\x31\x2f\xc0\x11\x74\xdc\x2b\ \xe7\xdc\xde\xde\x36\x17\xb1\x57\x3e\x7c\x9f\xb2\x26\x1e\x7c\xd0\ \xc2\x68\x64\x64\x44\x67\xcf\x9e\xd5\x99\x33\x67\x74\xf6\xec\x59\ \x45\xa3\x51\x13\xe6\x5e\x2e\xb0\x47\xbb\xbb\xbb\xeb\x02\x65\xbd\ \x61\xe6\x2d\x6f\xee\x15\x99\xc2\xfc\xe2\x82\xf6\x2e\x0d\xfe\xfe\ \xf0\xc3\x0f\x45\x86\x36\x0a\xda\xbb\xf8\x3d\xa0\xe1\xda\xfc\x70\ \x4e\x14\xa8\x07\x9b\xe5\x72\x59\xf9\x7c\x5e\x7d\x7d\x7d\x7a\xe9\ \xa5\x97\x34\x3a\x3a\x6a\xcd\xde\x63\xb1\x98\x8a\xc5\xa2\x35\x8b\ \x86\x55\xe2\xbb\x28\x35\xcf\x4e\x03\x4c\x70\x81\x7a\x30\xc3\xba\ \xc1\x10\x25\xbe\x0f\xd9\x8c\x31\x53\xad\x1e\xd7\x9c\xda\xd8\xd8\ \xd0\xe8\xe8\xa8\xa2\xd1\xa8\xc9\x03\x7a\x75\xb2\xe6\xb9\xcf\xd9\ \xd9\x59\xdd\xbe\x7d\x5b\x8d\x8d\x8d\x16\x06\x41\x50\x3a\x73\xe2\ \xe7\x82\xf9\x38\x3c\x3c\xd4\xe5\xcb\x97\x35\x34\x34\x64\x60\x9a\ \xa6\xe4\x30\x84\x91\x48\x44\x99\x4c\x46\x6b\x6b\x6b\x26\xa7\xfa\ \xfb\xfb\xf5\x85\x2f\x7c\xa1\x4e\x96\xf3\x83\x61\x87\xf1\x81\x1c\ \x47\x9e\xe5\xf3\x79\x9b\x87\x58\x2c\xa6\x96\x96\x16\xe5\x72\x39\ \x33\x00\xbd\x6b\x1a\x50\x02\xa3\x0a\x3b\xc2\xda\x23\xfe\x0f\x56\ \xbc\x5a\xad\xaa\xb3\xb3\xb3\xae\xf0\xb2\x77\x6d\xa1\xf8\xc9\x82\ \xc4\x2d\xeb\x33\x06\x01\xb2\x34\x84\x66\x8e\x3d\xd1\x11\x0e\x87\ \xd5\xd5\xd5\x65\x00\x1a\xe3\x97\xb5\x00\xb3\xc9\x77\x20\x54\x58\ \x7b\xac\xd1\xd3\xa7\x4f\xd7\xdd\x3f\x80\x8d\x8c\x50\xe6\x0a\x63\ \x14\xc2\x46\x52\x1d\xe1\x82\x8c\xf0\xdd\x1b\x3c\x66\xe0\xd9\x90\ \xa7\xbe\xd6\x18\xf3\x82\x8e\x8a\x44\x22\x66\xdc\xb0\x76\xa8\x91\ \x16\x0e\x87\xcd\xad\x7b\x70\x70\xa0\xbd\xbd\x3d\x35\x37\x37\x6b\ \x7e\x7e\x5e\x5d\x5d\x5d\xea\xe8\xe8\xb0\xa6\xf5\xb8\x98\x89\xcb\ \xc5\x30\xf1\x72\x43\x3a\xce\x3a\x27\xab\xbe\xaf\xaf\xcf\xc2\x32\ \xd0\x9d\x90\x43\x8d\x8d\x8d\x8a\x70\x53\x2c\x28\x1f\xbb\x01\x5d\ \xea\x59\x2b\x0f\x4a\xda\xdb\xdb\xad\xc0\xe5\xea\xea\x6a\x1d\xab\ \x05\x02\xe7\xc6\xa1\xae\xa1\xcf\xf1\x89\x7b\x5f\x32\xe7\x47\xa0\ \x79\x4b\xce\xfb\xe2\x11\x84\x1c\x9e\x49\xf3\x9f\x01\x51\x82\xa0\ \xfd\xb9\x39\x3f\x42\x8d\xe7\x62\x60\x11\xea\x7c\x16\x41\x1f\xa4\ \x31\xbd\xe5\x8c\xe2\x00\xe0\x40\xa7\xe6\xf3\x79\xb5\xb5\xb5\xd5\ \x55\x9d\xa6\x5a\xfe\xc0\xc0\x80\x4a\xa5\x92\xbe\xf1\x8d\x6f\xe8\ \xc9\x93\x27\xea\xed\xed\xd5\xee\xee\xae\x62\xb1\x98\x7e\xe3\x37\ \x7e\x43\xf1\x78\x5c\x2d\x2d\x2d\x1a\x18\x18\xb0\xf2\x19\x57\xae\ \x5c\xd1\xc7\x1f\x7f\x6c\x96\x03\x8b\xfc\xf0\xf0\xd0\x2a\x9d\x8f\ \x8f\x8f\xeb\xd4\xa9\x53\xb6\x98\xa9\x72\xfe\xb5\xaf\x7d\xcd\x02\ \x44\xb1\x3e\x9e\x3e\x7d\xaa\x4a\xa5\x62\xa0\xe8\xd4\xa9\x53\xea\ \xec\xec\x54\x67\x67\xa7\x25\x32\xcc\xcc\xcc\xa8\xa9\xa9\x49\x1b\ \x1b\x1b\xf6\xec\xb8\xa0\x1a\x1b\x1b\x75\xfb\xf6\xed\xe7\x7e\xe7\ \x48\x44\x5f\xf8\xc2\x17\x2c\x4e\x6f\x7f\x7f\x5f\x6d\x6d\x6d\xca\ \x66\xb3\x5a\x58\x58\xd0\xda\xda\x9a\x26\x26\x26\xea\xfa\xff\x8d\ \x8d\x8d\xa9\x50\x28\x68\x65\x65\x45\x93\x93\x93\xe6\x92\xc3\xc2\ \xc4\x02\xa6\x06\x18\x73\x5d\x2c\x16\xad\x31\x2d\xf3\x56\x28\x14\ \x6c\x3e\x46\x47\x47\x35\x36\x36\x66\x59\x20\x64\xbd\x21\x98\x71\ \xed\xa0\x9c\x60\x6b\xc7\xc6\xc6\x2c\xc0\xb9\xb9\xb9\x59\x1d\x1d\ \x1d\x75\x3e\x7b\x18\x1e\xb2\x96\xa8\x81\x45\xf6\x2d\x1b\x99\x52\ \x27\xac\x51\x2c\xcc\x85\x85\x05\xf5\xf4\xf4\xa8\xb1\xb1\xd1\x92\ \x42\xd8\xdc\x58\x45\x58\xb9\x9e\x89\x03\xb8\xe3\xb2\xa2\x4e\x11\ \x7b\xb7\x54\x2a\x59\x8c\x0c\xf4\x3d\x6c\x9a\x8f\x5b\xf2\xec\xa5\ \xef\x41\xb8\xbf\xbf\x6f\x09\x03\xd2\xf3\x5e\x8d\x08\xc3\x6a\xb5\ \x6a\x31\x84\xed\xed\xed\xfa\xa5\x5f\xfa\x25\x3d\x7b\xf6\xcc\x9e\ \x8f\xbd\xe2\x59\x8c\x60\x2c\xa4\x8f\x61\xf1\x2e\x79\x14\xfe\xee\ \xee\xae\x35\x40\x97\x9e\xd7\x11\xf3\xcc\x36\x0c\xc8\xe5\xcb\x97\ \x35\x33\x33\xa3\xc1\xc1\x41\x33\x5e\xf6\xf6\xf6\xcc\xf5\x55\x2c\ \x16\x2d\xcb\xb4\xa7\xa7\xa7\x2e\x60\xd5\x57\xd1\xf7\x4c\x87\x67\ \x20\x2a\x95\xe3\x52\x1a\xb8\xe7\x1a\x1b\x1b\x2d\x68\x17\xd9\x84\ \xbc\x9c\x9d\x9d\xd5\xdb\x6f\xbf\xad\xa3\xa3\x23\xfd\xf5\x5f\xff\ \xb5\x36\x37\x37\xeb\x5c\x8a\x5e\xf1\x22\x4b\xda\xda\xda\xac\xe4\ \x00\x40\x3f\x1a\x8d\xd6\xf5\x0a\x64\xbf\x21\x07\x61\x23\x9a\x9a\ \x8e\x5b\xca\xdc\xb9\x73\x47\xa3\xa3\xa3\x56\x3b\x8f\xf3\x63\x64\ \x30\x86\xc4\x5b\x22\x83\x50\xb6\x18\x00\x04\x18\xa3\xe8\x61\xaf\ \x98\x53\xf6\x07\xae\x25\x00\x05\x80\x33\x95\x4a\x19\xb0\x46\x79\ \xe3\xc6\xce\xe7\xf3\x26\xcb\x1e\x3f\x7e\xac\x37\xdf\x7c\xd3\x14\ \x3f\xb2\x15\x46\x98\xb1\x20\x11\xc8\xeb\x9c\x44\x22\xa1\x2f\x7e\ \xf1\x8b\xb6\x16\xc2\xe1\xb0\xb1\x4a\x0b\x0b\x0b\xba\x79\xf3\xa6\ \xf2\xf9\xbc\xd5\xa5\x1b\x1a\x1a\x52\xa9\x54\xd2\xbd\x7b\xf7\x74\ \xed\xda\x35\x5b\x03\xc4\x9a\xb2\x67\xd9\x2b\x07\x07\x07\xca\xe5\ \x72\x92\x64\xb1\xa1\xbe\x35\x17\x20\x0e\xb7\x18\x6b\x46\x92\x19\ \x2b\x92\xcc\x00\x63\xbf\x11\x37\xe4\xb3\x2a\x3d\xab\xe6\x8b\xe3\ \xb2\xfe\x00\x4a\xbe\xf0\x2d\xf3\x01\x53\x08\xa9\x00\x73\x03\x21\ \xc1\x75\xbd\xb1\xe5\xe3\xf0\x38\x1f\x7f\x93\x85\xcc\xb5\x89\xb9\ \x26\xb3\x98\xfd\xdb\xd6\xd6\x66\xc0\xd1\x87\xc5\xe0\x55\xe1\x33\ \x5e\x57\x7a\x23\xc4\x7b\x99\xaa\xd5\xaa\xed\x2b\x4f\x5e\xf8\x79\ \xf5\x32\xc5\xb3\xc3\xe8\x58\xf6\x20\x3f\xf9\x7c\xde\xe4\x13\xc6\ \x1a\x6b\x1a\xc0\xda\xda\xda\xaa\xcb\x97\x2f\x6b\x7b\x7b\xbb\x2e\ \xc1\xc4\x33\x55\xcc\x1d\xfb\x0e\x70\xc8\x73\x03\x66\x91\xd7\x78\ \xac\x70\xb1\xb2\xce\x22\xa0\x59\x1e\xc4\x5b\x2d\x04\x67\x53\x06\ \xc0\xa7\x52\x12\x27\x93\x4a\xa5\x0c\xad\xe2\xcb\xf6\x71\x10\x9c\ \x8b\x49\x41\x21\x57\x2a\x15\x65\x32\x19\xbb\xa6\x5f\x2c\x4c\x82\ \x67\xb6\x3c\x38\xf2\xee\x2b\x36\xf3\x8b\x98\x25\xce\xe1\xc1\x17\ \x8b\xda\x5b\x8b\x2c\x3c\x26\x0a\x4a\x9c\xf7\xf0\x65\xfb\xfb\x41\ \x78\x71\x5f\xfc\x3e\x38\x38\x50\x32\x99\xb4\xd8\x07\x04\x29\x1b\ \xa0\xaf\xaf\xcf\x7a\xe2\xc1\x58\x3d\x78\xf0\x40\x9d\x9d\x9d\xfa\ \xdc\xe7\x3e\xa7\x85\x85\x05\x35\x35\x35\x19\xab\xf0\xce\x3b\xef\ \x28\x91\x48\xe8\xca\x95\x2b\x1a\x19\x19\x51\x47\x47\x87\x66\x67\ \x67\x2d\xc6\x81\xc5\xb4\xb5\xb5\x65\xc1\x9e\xbb\xbb\xbb\x66\x65\ \x03\xd8\x38\x96\x97\x97\x35\x38\x38\x68\xd9\x8c\x63\x63\x63\x96\ \x61\x74\x74\x74\xa4\x99\x99\x19\xad\xaf\xaf\x6b\x7d\x7d\x5d\xc3\ \xc3\xc3\xda\xdf\xdf\xd7\xca\xca\x8a\xee\xdd\xbb\xa7\xb6\xb6\x36\ \x4d\x4f\x4f\x6b\x7b\x7b\x5b\xa1\xd0\x71\xbb\x8a\xee\xee\x6e\x5d\ \xb9\x72\xc5\x7a\x51\xa2\x24\xc9\xea\x21\xce\x89\xe0\xe2\xed\xed\ \x6d\xb3\xb2\xe9\x95\x58\x2e\x97\xd5\xd7\xd7\x67\x19\x85\x0b\x0b\ \x0b\xb6\x81\xc8\x06\x5c\x5a\x5a\x32\xe0\x43\x80\x38\xac\xd0\xde\ \xde\x9e\xd6\xd6\xd6\x4c\x00\x10\x13\x05\xeb\xb3\xbe\xbe\xae\x64\ \x32\xa9\x5c\x2e\xa7\xa1\xa1\x21\xed\xec\xec\x18\x68\x41\x38\x4a\ \x32\xb7\xdc\xc7\x1f\x7f\xac\xa3\xa3\x23\x7d\xee\x73\x9f\xd3\xe9\ \xd3\xa7\x6d\xee\x89\x5b\xa2\x02\x38\x99\xb1\x08\x94\xa3\xa3\x23\ \x63\x14\x7c\xa5\x72\xca\x9d\xec\xec\xec\x28\x1e\x8f\xab\xab\xab\ \xcb\xb2\xa8\x70\x93\xdd\xa8\x85\x00\x00\x20\x00\x49\x44\x41\x54\ \x17\x13\xc4\x4b\x73\x74\x94\x2b\xc5\x4c\x01\x02\xec\x37\x94\x28\ \x71\x40\xf1\x78\x5c\x3f\xfb\xd9\xcf\xac\x8a\xbd\x74\x5c\x76\x83\ \xc0\x7e\x9a\x3b\x97\xcb\x65\xeb\xeb\x48\x60\x6d\x73\x73\xb3\x72\ \xb9\x9c\xe2\xf1\xb8\xd2\xe9\xb4\xba\xbb\xbb\xd5\xd6\xd6\x66\x09\ \x00\x80\x96\x42\xa1\xa0\x58\x2c\x66\xc9\x2e\x5f\xfe\xf2\x97\xf5\ \xe3\x1f\xff\xd8\x94\x12\x63\xc4\xbe\xf6\x2e\x1e\xf6\x12\xc2\xd5\ \xef\x57\xff\x1e\x60\xc4\x67\xcf\x62\xb9\x5f\xb8\x70\x41\x57\xaf\ \x5e\xb5\x3a\x4f\x08\x62\x98\x42\x1f\x54\x8e\x65\x5e\x2a\x95\x6c\ \x4f\x6f\x6d\x6d\x69\x7e\x7e\x5e\x92\xea\x8a\xc3\x22\x68\x29\xdd\ \x80\xd0\xac\xd5\x6a\x16\xbc\x4a\xcb\x2b\x00\x56\xa9\x54\xd2\xee\ \xee\xae\xe6\xe6\xe6\xb4\xb7\xb7\xa7\xff\xf5\xbf\xfe\x97\x29\x8b\ \xa5\xa5\x25\x63\xac\x50\x9c\xc8\x41\x00\x38\x7b\xd3\xbb\x4c\x88\ \xb3\xf4\xb2\xcb\xcb\xba\xa1\xa1\x21\x85\x42\x21\x7d\xfb\xdb\xdf\ \x56\x7f\x7f\xbf\xce\x9d\x3b\xa7\x5a\xad\xa6\x91\x91\x11\x75\x77\ \x77\x1b\x98\x62\x4c\x89\xa5\xe1\xf9\xc8\xa0\xed\xe9\xe9\xb1\xc6\ \xdd\xb0\x1d\x80\x69\x94\x08\xc6\x00\xa0\x52\x92\x95\xa9\x40\x09\ \x23\xcb\x01\xfb\xac\x51\x12\x03\x7c\xec\x58\x28\x14\x52\x2e\x97\ \xd3\xcd\x9b\x37\xad\xee\x17\x2c\x07\xf3\xc3\xbc\x01\x12\x61\x29\ \x08\x84\xfe\xd2\x97\xbe\xa4\xfd\xfd\x7d\x15\x0a\x05\x49\xb2\x58\ \x2c\x49\x1a\x1c\x1c\xd4\xaf\xff\xfa\xaf\x1b\x23\xb1\xb5\xb5\x65\ \x8c\xc8\xa5\x4b\x97\x2c\x89\x02\x10\x88\xec\x60\xff\xc2\x7e\x91\ \x08\xe1\x63\xf0\xfc\x5a\xf6\xed\xaf\x28\xea\x9a\x4a\xa5\xac\x6d\ \x8f\x0f\x84\x6f\x6c\x6c\x34\x90\xef\x5d\x7b\x1e\x3c\x03\xae\x30\ \x5e\xd0\x95\x8c\x0b\x60\xca\x13\x18\x3e\x96\x8f\xf8\x48\xc0\x1d\ \x6b\x07\xd9\xc0\xbc\xec\xed\xed\x59\x32\x81\x67\x8c\x7c\x9c\x2e\ \xcf\xe4\xf5\xa8\xf7\x3a\x79\x06\x38\xe8\x61\x22\x16\x94\x75\x0f\ \x78\xe7\x3e\xbd\x1e\xf7\x04\x86\x4f\xa6\x09\x92\x18\xa1\xd0\xcf\ \xb7\xcc\x22\x2e\x8e\x98\x57\xee\x45\x3a\xf6\x54\x51\x4b\x11\x4f\ \x00\xef\xb3\x17\xbd\x91\x55\x2a\x95\xea\x42\x40\xd8\xe3\x84\xa1\ \x74\x76\x76\xda\xbd\xb3\x4f\x42\xa1\x90\x31\x8e\xb5\xda\x71\x02\ \x0a\x2c\x1f\x09\x82\x47\x47\x47\xc7\x19\xad\x9d\x9d\x9d\xdf\xc2\ \xca\xe4\x81\x98\x54\x06\x82\x45\xef\xd1\x1b\x37\xca\xc2\xdc\xde\ \xde\x36\xab\x11\x36\x81\x36\x39\x3b\x3b\x3b\x8a\xc5\x62\x9a\x9e\ \x9e\x56\x22\x91\x30\xa1\x8d\x8b\x8a\x8d\xe6\x99\xaa\xa0\x2b\xc1\ \xbb\x31\xa5\x7a\x97\x98\xb7\x72\xa4\xe7\x19\x6b\x9e\xee\xe6\xe0\ \x19\x40\xb3\x1e\xa0\x31\xe9\x1e\x7c\xf9\xe0\x40\x3f\xc0\x5c\xd7\ \xbb\xe8\x00\x5f\x54\xa8\xf6\x19\x1d\xa4\x70\xf7\xf4\xf4\xa8\xb3\ \xb3\x53\xf1\x78\x5c\x9d\x9d\x9d\x5a\x5e\x5e\xd6\x87\x1f\x7e\x68\ \x19\x86\xbd\xbd\xbd\x3a\x7b\xf6\xac\x76\x77\x77\xb5\xbf\xbf\xaf\ \xd5\xd5\x55\xb3\x70\x3d\xeb\x44\x2b\x89\x54\x2a\xa5\xfb\xf7\xef\ \x6b\x78\x78\xd8\x02\x4c\x61\x8b\x12\x89\x84\x2a\x95\x8a\x66\x67\ \x67\x95\xc9\x64\xea\x18\x4a\x2a\xf7\xa7\xd3\x69\x2d\x2c\x2c\x28\ \x9d\x4e\x2b\x9f\xcf\xeb\xbd\xf7\xde\xd3\xd0\xd0\x90\x09\x96\xf6\ \xf6\x76\xa3\xb0\x5b\x5b\x5b\xad\xc7\x5a\x67\x67\xa7\xc5\x7e\x14\ \x0a\x05\x6d\x6d\x6d\xa9\x54\x2a\xa9\xb9\xb9\xd9\x82\xce\x19\xcf\ \xdd\xdd\x5d\xed\xec\xec\x58\x7b\x02\x4a\x0f\x34\x36\x1e\xd7\x0c\ \xca\x66\xb3\xa6\xe4\x51\x04\x92\x74\xef\xde\x3d\x65\x32\x19\x8b\ \x9f\xea\xec\xec\xd4\xd2\xd2\x92\xf2\xf9\xbc\x25\x63\x50\x64\x33\ \x93\xc9\xa8\xb9\xb9\x59\x23\x23\x23\x75\x19\x43\x1d\x1d\x1d\xc6\ \x40\xec\xef\xef\x2b\x9d\x4e\x1b\xa8\xa3\x2d\xd1\xe6\xe6\xa6\x5d\ \x07\xe1\x49\xb6\x22\xf3\x4b\x0d\x9f\xcd\xcd\x4d\x63\xb1\x70\x51\ \x7a\x21\x09\x50\x6b\x6d\x6d\xd5\xf2\xf2\xb2\xb6\xb6\xb6\xac\x2e\ \x0f\xcc\x19\x96\x56\x63\x63\xa3\xc5\x01\xd5\x6a\x35\xf5\xf6\xf6\ \x2a\x12\x89\x68\x63\x63\xa3\xae\x9f\x1a\x00\x91\xb1\x2e\x16\x8b\ \xda\xdc\xdc\x34\x17\xd0\xea\xea\xaa\x12\x89\x84\x29\xed\x42\xa1\ \xa0\x9b\x37\x6f\x2a\x1c\x3e\x0e\xd8\x97\x9e\x97\x66\x00\x24\x11\ \xe4\xeb\x5d\x41\x28\x0d\xe2\x1a\x22\x91\xe3\x22\x9a\x99\x4c\xc6\ \x84\x12\x2e\x5f\x04\x48\x3c\x1e\xd7\xd3\xa7\x4f\x35\x3b\x3b\x5b\ \xc7\x54\x05\x99\x5d\x58\x72\x14\x00\x00\x8a\xcf\xfa\xfd\x8f\x72\ \x67\xdd\xc5\xe3\x71\xbd\xf4\xd2\x4b\xfa\xad\xdf\xfa\x2d\x5d\xbb\ \x76\x4d\x93\x93\x93\x66\xe1\x87\xc3\x61\xe5\x72\x39\x4b\x2a\x20\ \x6e\xaa\xbd\xbd\xbd\x8e\x95\xf7\x34\x3e\x40\x0a\x16\x96\x39\xf1\ \x8a\x04\xc5\x0e\x88\x43\x9e\x94\x4a\x25\xb3\x52\x33\x99\x8c\xb6\ \xb6\xb6\x34\x35\x35\xa5\xbf\xfc\xcb\xbf\xd4\xec\xec\xac\x19\x52\ \xec\x0f\x58\x1b\xe2\x67\x00\x0b\x18\xb0\xde\x72\x27\xde\xb0\xbd\ \xbd\x5d\x1b\x1b\x1b\xc6\x2a\x60\xe8\x26\x93\x49\xfd\xe6\x6f\xfe\ \xa6\x7e\xf0\x83\x1f\x28\x9d\x4e\x6b\x70\x70\xd0\x80\xc9\xb5\x6b\ \xd7\x0c\xdc\x62\x90\x30\xae\xec\xdd\x68\x34\xaa\xce\xce\x4e\x6b\ \x7b\x96\x4c\x26\xad\x2b\x42\x47\x47\x47\x9d\xa2\x83\x55\x05\xec\ \x57\x2a\x15\x73\xc5\x52\x2b\x8c\x75\x12\x0e\x1f\x67\x05\xb7\xb7\ \xb7\xdb\xf3\x7a\xe6\x25\x14\x0a\xe9\xd9\xb3\x67\xba\x7d\xfb\xb6\ \x16\x17\x17\x0d\xf0\x7a\x0f\x09\x20\x0d\xb9\xef\x6b\x3a\x01\x28\ \x2e\x5c\xb8\xa0\x91\x91\x11\xad\xae\xae\x5a\x3f\x5c\x1f\x27\x7a\ \x78\x78\xa8\x8d\x8d\x0d\x4b\xd6\xc2\xb5\x87\xfe\x61\x1f\x7a\xe6\ \xd4\xaf\x59\x3a\x41\x70\x2f\xb8\xc0\x3c\xb3\x84\x7c\x62\x3d\x33\ \x3e\x24\x46\xc0\x84\xf1\xfc\x84\x02\x78\x36\x1a\xb7\x22\xeb\x8e\ \xe7\xe5\x99\x79\xff\x24\x60\x83\x4e\x26\x4e\xad\x58\x2c\x5a\x49\ \x15\x64\x15\x8c\x12\xa0\x87\x58\x22\xef\x9d\xa2\xe5\x15\xd7\xf4\ \xee\x3d\xef\xde\x64\x1f\xf8\xfb\x01\x1c\x22\x23\x70\xdf\x95\xcb\ \x65\x5b\x23\xde\x9d\xcf\xde\x66\xbc\x90\x9d\x18\x45\x18\x7d\x8c\ \xbd\x2f\x1f\x04\x29\x81\x91\xc7\xb3\xf9\x9a\x70\x80\x1d\x64\x8e\ \x0f\xf5\xe1\xbc\xde\x15\xef\x8d\xd5\xa6\xa6\x26\xc5\x62\x31\xd3\ \xc9\x80\x4f\x0c\x0a\xbc\x22\xde\x9b\x06\x88\xe2\x6f\x4a\x9b\x1c\ \x1d\x1d\x29\x93\xc9\x58\x32\xd4\xe1\xe1\xa1\x1a\x5a\x5a\x5a\xbe\ \x55\xad\x56\x35\x32\x32\x62\x71\x1c\x80\x0f\xd8\x00\x8a\x63\x02\ \x50\x3c\x63\xb4\xb3\xb3\x63\xc1\x89\x20\x74\xd8\x9f\xe6\xe6\x66\ \xb3\x34\x76\x76\x76\xf4\xec\xd9\x33\xa3\x8a\x2f\x5f\xbe\xac\xad\ \xad\x2d\xad\xaf\xaf\xd7\x21\x5b\xce\xed\xe3\xb1\x82\x31\x17\x0c\ \x14\x0f\x1c\xa4\x5c\x39\x0f\xaf\xb3\x01\xb1\x02\xbc\x75\xe8\xe9\ \x45\x80\x9a\x47\xc4\x00\x2a\xc0\x15\xf7\xc1\x62\x84\xf9\xf2\x93\ \x86\xdb\x34\x12\x39\x2e\xcc\xc7\x22\x40\x78\xc2\x00\xec\xef\xef\ \xeb\xbd\xf7\xde\xd3\x85\x0b\x17\x2c\xab\xae\xbf\xbf\x5f\xe5\x72\ \x59\xef\xbc\xf3\x8e\x0e\x0e\x0e\x34\x38\x38\x68\x8b\xb9\xa1\xa1\ \xc1\x32\xeb\x00\x26\xe3\xe3\xe3\x3a\x7b\xf6\xac\x36\x36\x36\xb4\ \xb8\xb8\x58\xe7\x32\x9a\x9d\x9d\x35\xd7\xd0\xe1\xe1\xa1\xee\xdf\ \xbf\x6f\xe8\x3b\x9f\xcf\x2b\x1c\x0e\x6b\x63\x63\xc3\x94\x75\x4b\ \x4b\x8b\x26\x27\x27\x25\x49\xf3\xf3\xf3\x56\x07\x08\x45\x46\xd1\ \x4e\xa8\x55\x36\x41\x43\xc3\x71\xc9\x09\x4a\x19\xd4\x6a\xb5\xba\ \x7a\x3b\xa1\xd0\x71\x5a\x7a\x4f\x4f\x4f\x5d\xdb\x08\x2a\x9f\x17\ \x0a\x05\xf5\xf6\xf6\xda\x78\xde\xbe\x7d\xdb\x4a\x2f\x50\xbc\x53\ \x92\xb9\x8d\x9e\x3c\x79\xa2\xf3\xe7\xcf\x5b\xd6\x06\xa5\x0e\xb0\ \xfa\xba\xbb\xbb\x95\x4e\xa7\x8d\xcd\x43\x88\xc3\x88\x51\x1b\x07\ \x41\x7b\x70\x70\xa0\xee\xee\x6e\xab\xe0\xbe\xbe\xbe\x6e\x31\x72\ \x47\x47\x47\x7a\xf6\xec\x99\x1a\x1a\x1a\x2c\xae\x0a\x57\xc1\x5b\ \x6f\xbd\x65\x41\xc7\x3c\x67\x22\x91\xb0\xcd\x56\x2c\x16\x95\xc9\ \x64\xd4\xd3\xd3\x63\xc2\x17\xe1\x49\xd0\xf5\xd2\xd2\x92\x1a\x1b\ \x1b\x8d\xca\xae\x54\x2a\x96\x4d\x4a\x7c\xd5\xdc\xdc\x9c\xe6\xe7\ \xe7\x75\xfe\xfc\x79\x03\x43\x77\xee\xdc\xd1\xf0\xf0\xb0\xba\xba\ \xba\xcc\x6d\x88\x1b\xb8\xa3\xa3\x43\x43\x43\x43\x1a\x1d\x1d\xb5\ \xf2\x20\x00\xa7\x62\xb1\xa8\x5c\x2e\xa7\x68\x34\xaa\x74\x3a\x6d\ \x34\xfa\xc2\xc2\x82\x72\xb9\x9c\x56\x56\x56\x2c\x69\xe1\xe0\xe0\ \xc0\xd6\x6f\x3c\x1e\x57\x2e\x97\x53\x7f\x7f\xbf\xc5\x6e\x01\xce\ \xca\xe5\xe3\x2a\xfb\x3e\x8e\xc8\x33\xc2\x1c\x9e\x9d\x66\xef\x02\ \xaa\xbc\x7b\x1d\x25\xd3\xdc\xdc\xac\xaf\x7f\xfd\xeb\xfa\xed\xdf\ \xfe\x6d\x5d\xbd\x7a\xd5\xf6\x0c\xee\x0e\xc6\xf9\xee\xdd\xbb\xd6\ \x73\xae\x56\xab\x99\x3c\x82\xa1\xdc\xdf\xdf\xaf\x2b\xab\x01\x3b\ \x07\x13\xc5\x67\x61\x19\x70\x9d\xc2\xc8\x23\xdc\x91\x01\xc4\x60\ \x84\xc3\x61\xbb\x97\xff\xf3\x7f\xfe\x4f\x1d\x7b\xc3\x73\x03\xa2\ \x50\x22\x28\x33\x64\x0a\x4c\x25\xb2\xb3\xa7\xa7\xc7\x0a\x94\x4a\ \xb2\xb9\x6b\x6f\x6f\xd7\x6f\xff\xf6\x6f\xeb\x27\x3f\xf9\x89\x9e\ \x3e\x7d\xaa\x5f\xf9\x95\x5f\xd1\xd4\xd4\x94\xe6\xe7\xe7\x75\xf6\ \xec\x59\xa5\x52\x29\x73\x1d\x02\xb0\x8a\xc5\xa2\x19\x64\xc4\xd4\ \xb0\x6f\x01\x96\x34\xbd\x06\x64\xc5\xe3\x71\x33\x82\xf9\x1d\x8b\ \xc5\x6c\x2f\xe1\xee\xe2\xb5\x64\x32\x69\x6d\xbc\x00\x5f\xe1\x70\ \xd8\xc6\x97\xf3\x2d\x2c\x2c\xe8\xad\xb7\xde\x32\xb6\xd1\x83\x06\ \x0c\x31\x0f\x22\x82\x6b\xa6\xb3\xb3\x53\xaf\xbe\xfa\xaa\xd2\xe9\ \xb4\x7d\x96\x20\x74\x40\x8b\x8f\xed\x25\x4e\xe8\xdd\x77\xdf\x35\ \xa3\x8a\xb5\xe9\xeb\xaa\xf9\x75\xc7\xdc\xc3\x16\x02\x7e\x61\x64\ \xbc\x1e\x20\xdc\x05\xb9\x23\x3d\x4f\x5e\xc0\x2d\xcc\xdf\x80\x33\ \x0c\x1c\x98\x6a\x8a\xdc\xfa\x6b\xf0\x6c\x18\x77\x04\x89\xf3\x3a\ \x7a\x0f\x59\xe2\xc7\x1c\xf0\xc3\x1e\x83\x2d\xe5\x9e\x7d\xbc\x18\ \x6e\x45\x00\x15\x01\xf1\xde\x8b\xe4\x63\x23\x19\x0f\xee\x45\x92\ \x79\xb6\x28\x7e\xec\x3d\x40\xb8\x87\x89\xe5\x44\xd7\x32\x6e\x54\ \x16\xc0\x28\x64\x2f\x7b\x20\xe4\x43\x09\xa4\xe7\x31\x9c\x3e\x56\ \x11\x60\x0a\xc1\x01\x20\x83\xc5\xc4\x95\xcb\xb8\x60\xb0\x1e\x1d\ \x1d\x19\xc0\xab\x56\x9f\x17\x12\xc5\xb0\xf0\xae\x4c\x1f\xff\xe5\ \xdd\xb0\xdc\x13\x2c\x25\x98\xc2\x33\x98\x0d\xd1\x68\xf4\x5b\xa4\ \xb2\xae\xad\xad\x19\x82\xec\xeb\xeb\x33\x3a\xd4\xa7\xf6\x82\x2a\ \x7d\x10\x2b\x17\x67\x43\xc0\x1c\xac\xae\xae\x9a\xf0\xa7\x4f\x57\ \xa5\x52\xb1\x4a\xc3\xe3\xe3\xe3\x2a\x97\xcb\x46\x55\xfb\xc3\x2f\ \x7e\x06\xc6\x5b\x99\x5e\x48\xf3\x5d\x0f\x9c\xfc\x77\xfd\xe1\x07\ \x8f\xc5\xc4\x20\x73\x0d\x2f\xf4\x59\xf4\x0c\x2a\x93\xcd\x86\xe3\ \xb3\x3e\x23\x04\x60\x8a\x95\x13\x8f\xc7\x4d\xe0\x00\x3c\x52\xa9\ \x94\xd6\xd7\xd7\x75\xe6\xcc\x19\x7d\xe6\x33\x9f\x51\xa1\x50\x30\ \xd7\x82\xb7\x90\xf7\xf6\xf6\xf4\xec\xd9\x33\x53\xae\xd1\x68\x54\ \x13\x13\x13\x16\xff\x92\xc9\x64\xb4\xbd\xbd\x6d\xe5\x1f\x06\x06\ \x06\x6c\xc1\x31\xaf\x89\x44\x42\x43\x43\x43\x16\xab\xe2\x63\x29\ \x52\xa9\x94\x46\x46\x46\x34\x38\x38\x58\xe7\x57\xbf\x78\xf1\xa2\ \x22\x91\x88\x66\x67\x67\xcd\xb2\x80\xea\x8e\x44\x22\xca\x66\xb3\ \x06\xb0\x32\x99\x8c\xb5\x16\x81\xca\x87\x99\x21\x76\x87\xac\x93\ \x83\x83\xe3\xe6\xca\x0b\x0b\x0b\x7a\xf2\xe4\x89\xee\xde\xbd\xab\ \xb3\x67\xcf\x1a\xb5\x0c\x03\x96\x48\x24\xac\xba\x7b\x7f\x7f\xbf\ \x15\xba\xc5\xf2\xef\xef\xef\xd7\xfa\xfa\xba\xee\xde\xbd\xab\xe5\ \xe5\x65\x73\x63\xa2\x34\xd3\xe9\xb4\xc2\xe1\xe3\x8c\x22\x98\x87\ \x86\x86\x06\x2b\x02\xda\xd2\x72\xdc\x5b\x30\x93\xc9\xd8\x67\x60\ \x1e\x28\x33\x71\x78\x78\xa8\xe5\xe5\x65\x73\x17\xe2\x06\xf9\xe8\ \xa3\x8f\x54\x28\x14\xb4\xb8\xb8\xa8\xb7\xde\x7a\x4b\x43\x43\x43\ \x06\xf2\x10\x3a\x64\x01\x92\x51\x49\xa3\x6a\xd6\x11\x0a\xe9\xef\ \xfe\xee\xef\x74\xe6\xcc\x19\xcb\x7c\x84\xb1\xf0\xc5\x68\xb7\xb6\ \xb6\x34\x3d\x3d\xad\x7c\x3e\x6f\x41\xc3\x58\xa2\xc4\xc1\xbd\xf9\ \xe6\x9b\x3a\x7d\xfa\xb4\x95\x50\x40\x68\x74\x74\x74\x18\x1b\x07\ \xeb\xb3\xb3\xb3\xa3\xbe\xbe\x3e\x73\x83\xe0\x82\x24\xd6\xa2\xa5\ \xa5\x45\xeb\xeb\xeb\xc6\xa8\x91\x0d\x49\xdc\x17\x31\x37\xb8\xb2\ \x12\x89\x84\x1e\x3d\x7a\xa4\x74\x3a\x5d\x27\xcc\xd8\x83\xde\x3d\ \xe8\x95\x84\x37\x72\x1a\x1a\x1a\x2c\xfb\x8b\xbf\x7f\xf5\x57\x7f\ \x55\xff\xf6\xdf\xfe\x5b\xed\xed\xed\xe9\xd1\xa3\x47\x75\x46\x1c\ \x63\xed\x05\xe0\xfa\xfa\xba\xb9\x84\x91\x09\x5c\x23\x1a\x8d\x5a\ \xac\xc9\xe1\xe1\xa1\xd6\xd6\xd6\xf4\xf0\xe1\x43\xcb\xbc\x24\xfb\ \xd5\xbb\xf2\x11\xb6\x91\x48\xc4\xe2\xa9\x00\x13\x28\xe3\xe6\xe6\ \x66\x3d\x7d\xfa\x54\x6f\xbc\xf1\x86\x09\x6c\x2c\x5e\xe2\x9d\x88\ \xc7\x43\x91\xc1\x16\xa0\xf0\x50\x0e\x64\x98\x9e\x39\x73\x46\xf9\ \x7c\x5e\xf9\x7c\xde\x62\x3d\xfe\xc3\x7f\xf8\x0f\xba\x73\xe7\x8e\ \xee\xdc\xb9\xa3\x64\x32\xa9\x1b\x37\x6e\xe8\xde\xbd\x7b\x0a\x85\ \x42\x7a\xed\xb5\xd7\xec\x79\xd9\x43\x3e\x3e\x06\x37\x21\x41\xe4\ \xd4\x69\xa3\x48\x2e\x6c\x33\xae\x44\x0a\x4c\x53\xe4\x77\x73\x73\ \xd3\x1a\xe4\xe6\xf3\xf9\xba\xac\x52\x14\x2d\x71\x83\x5b\x5b\x5b\ \xca\x66\xb3\xca\xe5\x72\xda\xdc\xdc\xb4\x98\xc8\xbb\x77\xef\xea\ \xe9\xd3\xa7\x75\xee\x66\x94\x2c\x6b\xd3\xb3\x10\xac\x89\x54\x2a\ \x65\xeb\xe2\xce\x9d\x3b\x16\x03\xb5\xbe\xbe\xae\xb3\x67\xcf\x5a\ \x1c\x27\xdf\xcf\xe5\x72\xba\x7b\xf7\xae\x7e\xfa\xd3\x9f\xea\xce\ \x9d\x3b\x26\x77\x89\xb9\x04\x60\xb0\x6e\x58\x13\x18\x85\x1e\x8c\ \x00\x3e\xb8\x27\x80\x13\x3a\xc7\xc7\xeb\x12\x33\xc7\x67\x61\x35\ \x98\x07\x6a\x6c\x01\x0e\x00\x3e\xb0\x2f\x3e\xeb\x93\xf1\xe0\xbb\ \x00\x14\xd8\x4f\x74\x30\x3d\x55\x61\x4e\x90\xcf\xec\x3d\xcf\x1e\ \x61\xf0\x6d\x6e\x6e\x1a\x9b\x05\x08\x03\xb0\xe1\x99\x02\x34\x70\ \x4d\xcf\x32\x32\x2f\x92\x8c\xed\x41\x27\xe3\xe2\x64\x0f\xde\xba\ \x75\xcb\xd6\x2f\xa5\x99\xb8\x87\xad\xad\x2d\xdb\x5b\x91\xc8\x71\ \xcd\x38\xe4\xbb\xf7\x1c\xe0\xe9\xf2\x7a\x9c\x7b\xf2\xcf\x07\xa1\ \xc2\xbe\x82\x65\x85\x81\x63\xec\x88\x33\x64\x0d\xf0\x3a\xc5\x93\ \xbd\x1c\xf4\xd8\xc3\x87\x39\xc1\x5a\x92\xf8\xc0\x33\x00\xb6\x31\ \xaa\xda\xdb\xdb\xd5\x30\x34\x34\xf4\x2d\x0a\x20\x92\x42\x4b\x9a\ \x76\x73\x73\xb3\x36\x37\x37\xed\xcb\x4c\x14\x0b\x06\x21\xc2\x20\ \x13\x78\x46\xfc\x11\xb1\x35\x08\x9c\xd6\xd6\x56\x0d\x0e\x0e\x5a\ \x41\xd3\xf3\xe7\xcf\xeb\xd2\xa5\x4b\x7a\xfb\xed\xb7\xcd\x72\xf1\ \x8c\x54\xf0\xff\xa0\xfb\xc1\x0f\xb0\x47\x9c\x27\x31\x62\xfe\x1c\ \x5e\xf8\x70\x0e\x6f\x79\xfb\x98\x11\x0f\xcc\xbc\xd5\xc3\xf5\xbc\ \x2b\xb2\xa1\xa1\x41\x7d\x7d\x7d\x75\xb4\x3e\x1b\xdc\x67\xd1\x75\ \x77\x77\xd7\x95\x39\xc0\xd5\x44\x23\x55\xb2\xf0\xd2\xe9\xb4\x52\ \xa9\x94\x8d\xed\xc8\xc8\x88\xf6\xf6\xf6\xcc\xda\x7c\xf6\xec\x99\ \x81\x93\x27\x4f\x9e\xe8\xd5\x57\x5f\x35\xa1\xd0\xd4\xd4\xa4\xc9\ \xc9\x49\x35\x37\x37\x6b\x61\x61\x41\x17\x2f\x5e\x54\x67\x67\xa7\ \x56\x57\x57\x35\x3b\x3b\x6b\x99\x79\xb5\xda\x71\x91\xc0\x85\x85\ \x05\xe5\xf3\x79\x0d\x0f\x0f\x2b\x16\x8b\x29\x9d\x4e\x6b\x69\x69\ \x49\xa7\x4e\x9d\x32\xa1\x09\x43\xb4\xb1\xb1\xa1\x48\x24\x62\xa9\ \xb1\x7d\x7d\x7d\x0a\x87\x9f\x67\xe0\x10\x90\x4e\xea\x75\x2e\x97\ \x33\xa1\x9b\x4e\xa7\x2d\x03\xa7\xb1\xb1\x51\xcb\xcb\xcb\xfa\xe8\ \xa3\x8f\x14\x8b\xc5\xcc\x75\xc7\xd8\xa7\xd3\x69\x75\x74\x74\x68\ \x78\x78\x58\x67\xce\x9c\xb1\xe7\x06\x74\x45\x22\x11\x9d\x3a\x75\ \xca\x36\xf6\xce\xce\x8e\xd2\xe9\xb4\x1e\x3f\x7e\xac\x95\x95\x15\ \xfd\xf3\x3f\xff\xb3\x8a\xc5\xa2\x05\xa5\x23\xc4\x48\x40\xd8\xd9\ \xd9\x51\x77\x77\xb7\xf9\xec\xd9\x48\xe9\x74\x5a\x8f\x1e\x3d\xb2\ \x32\x1b\xe7\xcf\x9f\xd7\xb9\x73\xe7\x6c\xe3\x6d\x6c\x6c\x28\x97\ \xcb\x29\x95\x4a\x69\x77\x77\x57\xb7\x6f\xdf\xd6\xde\xde\x9e\x6e\ \xde\xbc\xa9\x4c\x26\xa3\xcb\x97\x2f\x2b\x9b\xcd\xda\x26\x87\x8d\ \x5a\x5f\x5f\xd7\xdc\xdc\x9c\x35\xd9\xde\xd9\xd9\x51\x22\x91\x50\ \x3a\x9d\x36\x01\x44\x2a\xb5\xf4\x3c\x2e\x6c\x7c\x7c\xbc\x2e\x36\ \x89\x58\x81\xf6\xf6\x76\xe5\x72\x39\x73\x41\xb5\xb6\xb6\xea\x83\ \x0f\x3e\xd0\xc6\xc6\x86\x09\x69\x2a\xcf\x6f\x6c\x6c\xa8\x54\x2a\ \x19\x83\x73\x78\x78\xdc\xad\x01\xe0\x0b\x8b\x46\x8d\x28\x49\xca\ \xe5\x72\x6a\x6c\x6c\xac\x2b\x88\xca\x9a\xcf\x66\xb3\x75\xa9\xd1\ \x5d\x5d\x5d\xfa\xe9\x4f\x7f\x6a\x7b\xc6\xdf\x2f\x42\x0c\xab\x9e\ \x7d\x08\x4b\xde\xd0\xd0\x60\xcc\x27\x80\xe7\xfa\xf5\xeb\xfa\x9d\ \xdf\xf9\x1d\xab\x24\x8e\x00\x07\x3c\xb4\xb4\xb4\xe8\xe9\xd3\xa7\ \x36\xb7\xb8\xad\xa5\xe7\x89\x04\x58\xb7\x64\xba\xc1\xe0\x60\x74\ \xf0\x79\xef\x22\xac\xd5\x8e\x03\xa9\x89\xd7\x42\xe1\x76\x75\x75\ \x19\x20\xc2\xbd\xcd\xb3\xfc\xf9\x9f\xff\xb9\xd6\xd6\xd6\x4c\x3e\ \x62\x6c\x22\xfb\x50\x08\x28\x14\x1f\xef\xc7\x77\xba\xba\xba\x94\ \x4a\xa5\x54\x28\x14\xd4\xda\xda\xaa\x4b\x97\x2e\xe9\xfe\xfd\xfb\ \x3a\x3a\x3a\xd2\xa5\x4b\x97\xd4\xd4\xd4\xa4\x9f\xfe\xf4\xa7\x92\ \xa4\xcf\x7d\xee\x73\x8a\x44\x22\x7a\xf2\xe4\x89\xbe\xfa\xd5\xaf\ \xda\x3a\x45\xf1\x22\xd7\xbc\x7b\x0b\x57\xb6\xcf\x1c\x4e\xa7\xd3\ \xaa\x56\xab\xda\xd8\xd8\x50\x36\x9b\x55\x3a\x9d\xb6\xfa\x55\xb8\ \xdc\xf8\x2e\x0c\x30\x00\x25\x9f\xcf\xeb\xf1\xe3\xc7\x2a\x95\x4a\ \xb6\xf7\x88\xa9\xe5\x99\x01\x14\x8f\x1f\x3f\xd6\xdf\xfe\xed\xdf\ \x1a\x23\x8a\x11\xe2\xcb\xcd\x78\xc3\x16\xd7\x6a\x32\x99\xb4\xba\ \x89\x47\x47\x47\xda\xdc\xdc\x34\xf9\x06\xc0\x99\x9d\x9d\xd5\x5f\ \xff\xf5\x5f\xeb\xd6\xad\x5b\xba\x7d\xfb\xb6\x1e\x3c\x78\x60\x06\ \xd1\xc8\xc8\x88\xc6\xc7\xc7\xd5\xd0\xd0\x60\x06\x1c\x71\x7a\xe3\ \xe3\xe3\x96\x01\x86\xab\xdb\x33\x79\xc4\x8f\xd2\x8f\xd2\xb3\x27\ \xde\xa5\x2b\x3d\x2f\xab\xc0\xdf\xb0\x43\x52\x7d\x0f\x3f\xd6\xb0\ \x77\xc5\x05\x63\x8f\x88\x13\x23\x46\x88\xef\x78\xc6\x93\xbf\xb9\ \x0f\xd8\x40\x5c\x61\x9e\x15\x0b\xb2\x50\x24\xe1\xb0\x3f\x61\x56\ \x7d\xd9\x13\x0e\x4f\x58\x70\x5d\x49\x66\x78\xc0\x86\xe2\x5e\x66\ \xad\x90\x3c\x01\xab\x8c\x3e\xe4\xb3\xb8\x50\xc1\x07\xc4\x2a\x23\ \xf7\xbc\x3b\x93\x0c\x4a\x80\xa0\x0f\x3e\xf7\x2e\x4f\x1f\x27\xc7\ \x7b\x3c\xa3\xf7\x30\xf9\x30\x05\xc2\x05\xb8\x77\x4f\xea\x04\xf7\ \x8d\x07\x9e\x8c\x33\xb1\xac\xb8\x81\x23\x91\x88\x31\x81\x36\x67\ \xfd\xfd\xfd\xdf\x8a\xc5\x62\x1a\x19\x19\xd1\xb5\x6b\xd7\xf4\xf2\ \xcb\x2f\x6b\x7f\x7f\x5f\x8b\x8b\x8b\x16\x84\x0d\x95\x07\xf2\xf4\ \x74\x37\x42\x2f\x16\x8b\x99\x90\x80\xae\x05\xe9\x9d\x3a\x75\x4a\ \x53\x53\x53\x26\x4c\xe8\x97\xf5\xf1\xc7\x1f\xab\xab\xab\xcb\xfa\ \x18\xf2\x20\x1e\x81\x03\x96\xbc\x3b\xcf\xc7\x44\xf8\xcf\x48\xcf\ \x0b\x7e\x7a\x84\xeb\x37\xb0\x77\x53\x78\x50\x07\xb3\xe0\xc1\x93\ \xa7\x3b\x51\x2c\x28\x8c\xa0\xdb\x11\xff\x32\x41\xff\xc4\x5c\xc0\ \xb8\x80\xe4\xc9\x76\xca\xe5\x72\xfa\xdb\xbf\xfd\x5b\x7d\xfc\xf1\ \xc7\x16\x5c\xdc\xd0\xd0\xa0\xe5\xe5\x65\xad\xae\xae\xea\xa3\x8f\ \x3e\xb2\x9a\x4d\x54\x07\xdf\xd9\xd9\xd1\xff\xe7\xeb\x3b\x82\x23\ \xbd\xae\xab\x4f\x27\x74\x23\x74\x37\x3a\xa0\x73\x44\x1c\x0c\x06\ \x98\x01\x86\x93\x48\xce\x50\x26\x29\x51\x94\xad\xb2\xb9\x30\xab\ \x5c\x92\x16\x76\x79\xe3\x8d\xb7\xde\xd2\x4b\x97\x17\xde\xb8\xca\ \x0b\x2f\xac\x2a\x95\x2c\x4b\xe5\x24\x53\xc1\x32\x45\x89\x14\xd3\ \x44\xce\x60\x90\x63\xe7\x88\x8e\x68\xa0\x11\x3a\xfd\x8b\xd6\xb9\ \x7a\x18\xbb\x7e\x54\x4d\x91\x83\x01\xba\xbf\xfe\xbe\xf7\xde\xbd\ \xf7\x9c\x73\xcf\xad\x56\xab\xd0\x6a\xb5\x02\x95\x33\x89\x61\xc5\ \x4d\xde\x9d\x9b\xb6\x56\xab\x89\xb3\x72\xb5\x5a\xc5\xc9\xc9\x09\ \x26\x27\x27\x71\xe3\xc6\x0d\x9c\x9c\x9c\xa0\x58\x2c\x22\x9f\xcf\ \xa3\x54\x2a\xe1\xeb\x5f\xff\x3a\xa2\xd1\xa8\xb4\xc9\x9b\x4c\x26\ \x49\x96\x39\xc6\x82\x3e\x4d\x74\x55\x67\x42\xc2\xef\xa7\xd3\x69\ \x71\x4a\xe7\x86\xa0\x47\x90\xc1\x60\xc0\x47\x1f\x7d\x24\xf3\xf7\ \x9c\x4e\x27\x42\xa1\x10\xec\x76\x3b\x66\x66\x66\xc4\x02\x41\xab\ \xed\xcf\x22\x9b\x9e\x9e\x46\xa9\x54\xc2\xf6\xf6\x36\x0a\x85\x02\ \x9e\x3d\x7b\x86\xff\xf9\x9f\xff\xc1\xfa\xfa\xba\x68\x6f\x8a\xc5\ \x22\x46\x46\x46\xd0\x68\x34\x70\xf9\xf2\x65\x2c\x2e\x2e\xc2\x60\ \x30\x60\x6c\x6c\x0c\xd7\xaf\x5f\x47\x20\x10\x10\x28\xbd\xd9\x6c\ \x8a\x20\x94\x34\xeb\xd6\xd6\x16\x8c\x46\xa3\x54\xe4\x2c\x04\x68\ \x7c\xea\x70\x38\x2e\xf8\xf2\xb4\xdb\x6d\xb8\x5c\x2e\x4c\x4e\x4e\ \xc2\xe3\xf1\x40\xa3\xd1\x08\x1a\xe8\x72\xb9\x30\x3e\x3e\x2e\x3a\ \x81\x66\xb3\x89\x8f\x3f\xfe\x58\xd0\xbd\x74\x3a\x0d\xb3\xd9\x8c\ \xed\xed\x6d\x29\x12\x82\xc1\x20\x8a\xc5\x22\x0e\x0f\x0f\x11\x89\ \x44\xb0\xb1\xb1\x81\x44\x22\x81\xed\xed\x6d\x18\x0c\x06\xe9\x34\ \xa4\x26\xa4\xd5\x6a\x09\xad\xc5\x03\x53\x1d\x7c\x4d\xbd\x11\xbb\ \x49\x19\xd4\x48\xf5\xb2\xea\xe6\xf7\x78\x10\x12\xc9\x32\x18\xfa\ \x5d\x9f\xb4\x0c\x21\xda\xca\xd7\x62\x81\xf5\xf8\xf1\x63\xec\xec\ \xec\xc0\xe9\x74\x8a\xed\xc8\xd6\xd6\x16\xf2\xf9\x3c\x80\x8b\x08\ \x34\xff\xce\xfd\xa0\x42\xfc\x3c\xac\xb9\xa6\x66\x67\x67\xe1\xf1\ \x78\xf0\xda\x6b\xaf\x5d\xa0\xe7\x33\x99\x8c\x14\x1b\x6a\x10\x53\ \xdd\xf1\x79\x5f\xe2\xf1\xb8\x50\x31\x4c\xba\x77\x77\x77\x25\x81\ \xa7\x81\x2a\xd7\x26\xad\x01\xf8\xfb\x3c\x63\xd4\xae\x2b\x55\xf8\ \x4b\x0d\xcb\xe0\xe0\x20\x1e\x3d\x7a\x84\xf7\xdf\x7f\xff\x82\xae\ \x87\x89\x95\x2a\x73\x60\xf0\x65\xa0\xd1\xe9\x74\x32\x38\x9c\x5d\ \xa1\xa4\x35\x1a\x8d\x06\x16\x17\x17\x71\xf9\xf2\x65\xe9\x5c\x5d\ \x5e\x5e\xc6\xc0\xc0\x00\xa2\xd1\x28\x5e\x7b\xed\x35\x3c\x7a\xf4\ \x08\x93\x93\x93\x58\x5c\x5c\x14\x76\x41\x15\xcc\x33\xa0\x12\x75\ \xd5\xe9\x7e\x37\xe0\xd8\x62\xb1\xc8\xf9\x48\xea\xba\xd9\x6c\xca\ \xd9\x42\x14\xa1\xd7\xeb\x5d\xa8\xea\x55\x2d\x2a\x91\x02\xee\x6b\ \x55\xd0\xfc\xe4\xc9\x13\xe4\x72\x39\x9c\x9c\x9c\x60\x67\x67\x07\ \xed\x76\x1b\x9f\x7d\xf6\x99\xc8\x03\x78\x8f\xf8\x7a\x0c\x80\x64\ \x3e\xcc\x66\x33\x0c\x06\xc3\x05\x9a\x93\xc9\x1e\x63\x11\xd1\x32\ \x26\x6a\x81\x40\x00\xb7\x6e\xdd\xc2\xcc\xcc\x0c\x1c\x0e\x87\x34\ \xfc\x38\x9d\x4e\xec\xec\xec\xc8\x34\x85\x46\xa3\x21\x52\x06\x8a\ \xa4\x55\x9d\x31\xaf\x8b\xfb\x8d\xc1\x9a\x4c\xce\xe8\xe8\xa8\xfc\ \x97\x92\x03\x3e\x67\xf5\x8c\x21\x55\xa4\xc6\x33\xa2\x20\xdc\x83\ \xbc\xd7\x1a\x8d\x46\x92\x2d\x3e\xa7\x6e\xb7\xef\x5b\xc6\xf5\x47\ \x87\x77\x9e\x2d\x00\xc4\x07\x8f\xfb\x80\x05\x05\x5f\x8f\xfb\x4e\ \xa3\xe9\x37\x17\x8c\x8e\x8e\x0a\xea\xc4\x24\x5b\x65\xa2\xe8\x51\ \xa5\x36\x45\xa8\xb1\x95\x5d\x8d\x7c\x5d\x95\xe2\xe5\xcf\x31\xc1\ \x61\x02\xaa\xb2\x45\x2c\x1e\x55\x4d\x1b\x9f\x35\x5f\x93\x7b\x8e\ \xa8\x2b\xe5\x02\x44\xad\x79\xed\xa4\x59\xf9\x39\x48\x99\x72\xaf\ \xf2\x5e\xa9\xcc\x1a\xcf\x5c\xbe\x8e\xaa\x5b\x63\x9c\xa6\xf5\x46\ \xb7\xdb\x17\xc0\xf3\x35\x59\xb4\x75\xbb\x5d\x61\x9b\xf8\xbc\xcb\ \xe5\xb2\x8c\x02\xe2\x5a\xa6\xac\x46\xb7\xb8\xb8\xf8\x1e\x29\x14\ \x6a\x6b\xb8\x11\x86\x86\x86\x44\xa4\x4e\x97\xe7\xc9\xc9\x49\x59\ \xb8\xa4\x71\x48\x91\x78\xbd\x5e\xd9\xe0\x26\x93\x09\x6e\xb7\x5b\ \x1e\x56\x32\x99\x14\x6f\xa6\x56\xab\x85\x44\x22\x21\x87\x8f\xcf\ \xe7\x43\xa9\x54\x92\xcd\xcc\x05\xc6\xc5\xc1\x9b\xc3\x6c\x53\x45\ \x9e\xb8\xc0\x55\x5a\x90\x87\x1d\x1f\x1a\x6f\xa8\x9a\x98\xa9\x07\ \xbf\x9a\x24\xf1\x75\x5e\x44\xce\x98\xbc\xa9\x10\xaf\xba\x00\x89\ \x0c\x70\x91\x13\x39\xa1\x88\xce\xe3\xf1\xc0\xeb\xf5\xc2\x64\x32\ \xe1\xe4\xe4\x04\xd9\x6c\x56\x82\xca\xda\xda\x1a\xce\xcf\xcf\xf1\ \xf0\xe1\x43\x94\xcb\xe5\x0b\x1d\x26\xfc\x59\xbb\xdd\x8e\x66\xb3\ \x89\x5a\xad\x26\xbc\xf6\x57\xbe\xf2\x15\xec\xec\xec\x60\x6a\x6a\ \x0a\x5e\xaf\x57\xaa\x02\x1e\xf4\xec\x44\x24\xf2\xb5\xba\xba\x8a\ \xed\xed\x6d\x94\xcb\x65\x84\xc3\x61\xcc\xce\xce\xc2\xe5\x72\xa1\ \x58\x2c\x0a\xa5\xc8\x36\x57\x9f\xcf\x27\x86\x86\x9b\x9b\x9b\xa2\ \xe1\x20\x22\x42\x08\x9b\x82\xc3\x83\x83\x03\x84\x42\x21\x79\x2d\ \xce\xfa\x1b\x1c\x1c\x94\x04\x90\x73\x02\x23\x91\x08\xe2\xf1\x38\ \x62\xb1\x18\x96\x97\x97\x51\xaf\xd7\x91\xcb\xe5\xe0\x72\xb9\xa4\ \x9d\x99\x49\x5a\xb5\x5a\xc5\xce\xce\x0e\xce\xcf\xcf\x85\xce\xb0\ \xd9\x6c\xd8\xdb\xdb\xc3\xde\xde\x1e\x1e\x3c\x78\x80\x8d\x8d\x0d\ \xac\xac\xac\xe0\xe4\xe4\x44\xd6\x22\x0f\x7e\x6e\x78\x26\x8a\xec\ \x02\x74\x38\x1c\xf0\xf9\x7c\x98\x9c\x9c\x94\x35\x43\x1b\x09\x87\ \xc3\x81\x66\xb3\x89\x54\x2a\x85\x64\x32\x89\x6c\x36\x8b\x4c\x26\ \x23\x28\x18\xbb\x00\xb9\x31\x83\xc1\x20\xb4\x5a\xad\x68\xbb\x62\ \xb1\x18\xaa\xd5\x2a\x5c\x2e\x17\xc2\xe1\xb0\x50\x4f\xac\xa4\x59\ \xd5\x45\xa3\x51\x54\x2a\x15\x39\x20\xa2\xd1\xa8\x24\xa3\x6c\xf3\ \x3e\x3a\x3a\x42\x32\x99\x14\xcf\xb4\x5a\xad\x86\x78\x3c\x2e\x5e\ \x62\xd4\x73\x71\x3d\x85\x42\x21\x34\x9b\x4d\xa1\x61\xd4\x6e\xd6\ \x4e\xa7\x23\xf4\x4f\xa1\x50\x10\x71\x27\x2b\x75\x06\x4a\xea\xab\ \xb6\xb6\xb6\x44\xdc\xde\x68\x34\xe4\xe7\xd8\x49\x37\x3f\x3f\x2f\ \x07\x7b\xab\xd5\xc2\xcc\xcc\x0c\x7e\xf9\xcb\x5f\xca\x21\xa3\x16\ \x3c\x3c\xe4\x18\x58\x28\x1e\x67\x42\xa1\xd5\x6a\x71\xed\xda\x35\ \xb8\x5c\x2e\x00\xc0\xb5\x6b\xd7\x04\xc5\x25\x42\xc5\xcf\xc4\x2a\ \x9f\xba\xb7\x6e\xb7\x2b\x0d\x36\xa7\xa7\xa7\xf0\x7a\xbd\xd2\xfd\ \xc3\x03\x5d\xa5\xfc\x7b\xbd\x9e\x68\x9b\xd4\xee\x37\x76\xbb\x92\ \x0e\x64\xe5\xcc\xd7\xe7\xf9\xd8\x6a\xf5\x0d\x38\x33\x99\x0c\xbe\ \xf7\xbd\xef\x89\x4e\x4d\xa5\x2b\x88\x68\xa8\x94\x30\x7f\x77\x60\ \x60\x00\x7e\xbf\x5f\x02\xcb\xe4\xe4\x24\x4e\x4e\x4e\xa4\xf1\x84\ \xfb\x90\x23\x5e\xe2\xf1\xb8\x24\xff\x5f\xfb\xda\xd7\x50\x2e\x97\ \x51\x28\x14\xf0\x8d\x6f\x7c\x43\x28\x21\x52\xc2\x6a\x73\x09\x93\ \x16\x06\x22\x06\x25\x26\x12\x64\x19\x18\x90\xb9\x46\x4d\x26\x93\ \xe8\xd2\x98\x98\x93\xca\xaa\xd5\x6a\xc8\xe7\xf3\xd2\xd4\xd4\x6a\ \xb5\x90\x4e\xa7\xa1\xd3\xe9\xa4\x80\x0b\x87\xc3\x18\x1f\x1f\x97\ \xb5\xbc\xbe\xbe\x8e\x72\xb9\x2c\x74\x96\xaa\x87\x61\x60\xd4\xeb\ \xf5\xd2\xd5\xca\x7b\x41\x34\xc0\x62\xb1\x88\x2e\x98\x81\x56\x0d\ \xea\x5a\xad\x16\xa9\x54\x0a\xa5\x52\x09\xc9\x64\x52\x02\x9e\xcf\ \xe7\x43\x3e\x9f\xc7\xea\xea\xaa\xf8\xe6\x39\x1c\x0e\xbc\xf4\xd2\ \x4b\x92\xcc\x9c\x9e\x9e\xa2\x5c\x2e\x0b\x12\x57\x2c\x16\x05\x81\ \xe7\xeb\x65\x32\x19\xd4\xeb\x75\xd1\xe9\x30\xf9\x60\x62\xcb\x33\ \x86\x67\xfd\xf0\xf0\xb0\x14\xd4\xbc\x07\xd4\x46\x12\x9d\x33\x9b\ \xcd\x22\xbc\xa7\x9e\x8d\x05\x2c\x83\x3c\xf5\x6a\x44\xa2\xb8\x37\ \xd5\x78\xc8\xf5\xac\x32\x49\x6a\x4c\x63\x1c\x62\x21\xc3\xbd\xa8\ \x8a\xea\xb9\x56\x54\x24\x57\x45\xaf\xb8\x9e\x98\x8c\x92\x12\xe5\ \x1e\x66\x8c\x65\xac\xe7\xef\xb3\xa8\x60\xdc\xe5\xcf\xbc\xc8\xfe\ \x30\xde\xab\x85\x8c\xda\x89\x4c\xa4\x8e\x7f\x88\x18\x72\x3d\x50\ \x1f\xc6\x73\x8a\x7a\x4b\x76\x91\xf2\x33\x32\xa1\xef\xf5\xfa\x76\ \x3d\x5c\xbf\x44\xec\xf9\x33\xfc\x9c\x5c\x5b\x7c\x3d\x7e\xc5\xe3\ \x71\x79\xb6\xec\x7a\x57\x1b\x0a\x98\x44\x0f\x0d\x0d\x41\xf7\xd2\ \x4b\x2f\xbd\x67\xb7\xdb\x61\x36\x9b\x71\x76\x76\x86\x58\x2c\x26\ \x1d\x59\x0c\xd0\xf9\x7c\x1e\xe7\xe7\xe7\xa2\xe5\x38\x3e\x3e\x16\ \x67\x59\x8b\xc5\x02\x97\xcb\x85\xdb\xb7\x6f\xa3\x50\x28\x88\xe7\ \xcf\xd9\xd9\x99\x50\x15\xaf\xbc\xf2\x0a\xa6\xa6\xa6\xd0\x6c\x36\ \xc5\x47\xe9\xce\x9d\x3b\x02\x8b\x12\xa9\x50\xab\x5f\x35\x73\x56\ \x75\x55\x6a\x62\xa5\x7e\xa9\xb4\xa1\xaa\xd1\x52\x13\x22\x75\x31\ \xa9\xd5\xa6\xba\x98\x08\xe7\xf3\x80\x54\x13\x2f\x35\xe9\x7b\x91\ \x76\xa4\x16\x85\xb3\xb8\xce\xcf\xcf\xa5\x4b\x6d\x68\x68\x08\x7e\ \xbf\x1f\x66\xb3\x19\x89\x44\x02\xcb\xcb\xcb\x48\xa5\x52\xb0\xd9\ \x6c\x12\x18\x66\x66\x66\x30\x3f\x3f\x8f\x4e\xa7\x6f\x5f\x61\x32\ \x99\x10\x8f\xc7\x51\xad\x56\x91\xcf\xe7\xb1\xb3\xb3\x83\x4a\xa5\ \x82\x68\x34\x8a\x58\x2c\x26\x5e\x34\x87\x87\x87\xf8\xe0\x83\x0f\ \x24\xa1\xe2\x41\x68\xb1\x58\x50\xab\xd5\x90\x4c\x26\xf1\xe5\x97\ \x5f\x22\x18\x0c\xca\x4c\x3f\x22\x0e\xbc\x56\x83\xc1\x20\xa8\x12\ \xab\xc4\xbd\xbd\x3d\x0c\x0f\x0f\x8b\x79\xac\x56\xab\xc5\xe3\xc7\ \x8f\xc5\x93\x8b\x1a\xa5\x7a\xbd\x8e\x81\x81\x01\x39\x1c\xe8\x53\ \x05\x40\x0c\x00\x0f\x0f\x0f\xf1\xfc\xf9\x73\xe9\x48\xa3\xb1\x60\ \xab\xd5\x42\x20\x10\x80\xc3\xe1\x80\xcd\x66\x83\x56\xab\x95\x64\ \xfb\xec\xec\x0c\xf9\x7c\x5e\x46\x8c\x30\x31\x1d\x1e\x1e\xc6\xad\ \x5b\xb7\x50\x2e\x97\x31\x3e\x3e\x0e\xa7\xd3\x89\x97\x5f\x7e\x19\ \x4e\xa7\x13\xad\x56\xdf\x1e\x82\x06\x92\x4c\x8c\xbc\x5e\x2f\x0e\ \x0e\x0e\xa4\x2a\x26\x3a\x57\x2e\x97\x05\xdd\xea\x76\xbb\x72\x28\ \xb3\x4a\xa2\x11\x5d\x36\x9b\x95\xee\x31\xea\x70\xca\xe5\x32\x7e\ \xf3\x9b\xdf\x48\xf2\x63\x36\x9b\xb1\xbf\xbf\x0f\x83\xc1\x20\xc8\ \x2f\x0f\x4d\xde\xf7\xb3\xb3\x33\xc4\xe3\x71\x5c\xba\x74\x09\x56\ \xab\x15\xf5\x7a\x1d\xe9\x74\x5a\x74\x6e\x3b\x3b\x3b\x38\x38\x38\ \x90\x8a\x95\x08\x13\xe9\xe5\x4c\x26\x03\xbf\xdf\x8f\x87\x0f\x1f\ \xa2\x52\xa9\x88\x73\x3e\x91\x0b\xbf\xdf\x2f\x15\xe9\xf1\xf1\x31\ \x0a\x85\x82\x20\xce\x14\xe3\xb3\x5a\xa7\xee\x6c\x60\xa0\x3f\xce\ \x27\x93\xc9\xc8\x61\xba\xbb\xbb\x2b\x94\x0a\x03\xea\xa3\x47\x8f\ \x90\xcf\xe7\x71\xf9\xf2\x65\xd8\xed\x76\xe9\xa0\xab\xd7\xeb\x52\ \xc5\x52\x38\xbf\xbf\xbf\x7f\x61\xff\x72\xbf\xa8\xa2\x55\x6a\xa8\ \xe8\x82\x6f\xb7\xdb\x45\x58\xde\x6c\x36\x71\xef\xde\x3d\x41\xa9\ \xca\xe5\xb2\xdc\x67\x0e\x19\xe6\x33\xeb\x74\x3a\x28\x97\xcb\x32\ \x9c\x9e\x14\x2e\x0b\x45\x76\xb8\x3a\x1c\x0e\x79\x0f\x97\xcb\x25\ \xc8\xfb\xe1\xe1\xa1\x9c\x75\x9f\x7e\xfa\xa9\x50\x00\xe7\xe7\xe7\ \xf8\xf7\x7f\xff\x77\x29\x78\x92\xc9\x24\x22\xbf\xf5\x53\xa3\x8e\ \xf2\x7b\xdf\xfb\x1e\xe2\xf1\xf8\x05\xbd\x0c\x11\x7f\xa2\xd6\x4c\ \x6e\x55\x9a\x54\xa7\xd3\xe1\xd2\xa5\x4b\xe8\x76\xbb\x92\x94\x03\ \x10\xbd\x9c\x56\xab\x45\x22\x91\x40\x2c\x16\x93\x20\xa1\xd7\xeb\ \x11\x8d\x46\xb1\xb0\xb0\x80\xc7\x8f\x1f\xe3\xcd\x37\xdf\x44\x28\ \x14\x42\x3e\x9f\xc7\xde\xde\x1e\x92\xc9\xa4\x24\xf9\x3c\x9b\xe8\ \x95\xc5\xf5\x40\xb4\x84\xe7\x33\x91\xc3\xc3\xc3\x43\x69\xce\x18\ \x1d\x1d\xbd\x10\x8c\xd4\xe1\xc9\x0c\x22\x6c\x4e\x31\x9b\xcd\xf2\ \x3e\x5a\xad\x56\xb4\x66\xdc\xab\xbc\x6e\xda\x78\x30\x29\xe1\xf5\ \xf1\xfd\x79\x5f\x98\xe4\x52\x7e\xd2\xed\x76\xc5\x2c\x92\x48\x17\ \x03\x2b\xbb\x7d\xd9\x64\xa5\xd1\x68\xa4\xb9\x87\x5d\xea\xa5\x52\ \x49\x9e\xd7\xc8\xc8\x08\x5e\x7d\xf5\x55\xdc\xbe\x7d\x5b\xec\x2c\ \x98\x54\xbe\xd8\xb5\xc7\x02\x80\x05\x81\x6a\x02\xca\xc0\x4b\xcd\ \x1a\x75\x6a\x8c\x41\x4c\x74\x98\x88\x11\x71\x53\x27\xa1\xf0\x0f\ \xd7\x0d\x63\x0b\x51\x6f\x9e\x33\x44\x55\x59\xd8\x30\xd1\x24\x42\ \xc2\x24\x95\xeb\x95\x63\xec\x78\x7f\x88\x08\xaa\xa8\x23\x13\x16\ \x55\xb3\x44\x8f\x46\xee\x55\xda\x36\x11\xc5\x55\x13\x48\xfe\x0c\ \xd7\x34\x13\x0a\x02\x12\x64\x4f\x98\x7c\xa9\x89\x07\xef\x39\xef\ \x15\xbf\x47\x44\x4b\x7d\x2d\xea\x2d\x19\x87\x69\x89\x52\xa9\x54\ \x04\x68\x39\x3b\x3b\x93\xf7\xe3\x39\x04\xfc\x0e\xcd\xd2\x6a\xb5\ \xd2\xdc\x40\x74\x4e\x45\x2c\xd5\x3d\xc9\x9f\xa1\xfc\x49\x35\x1b\ \xe5\xfa\xa7\x34\xc0\x68\x34\x62\x6b\x6b\x4b\x62\x1c\x3b\xd1\xcb\ \xe5\xb2\xdc\x5f\xae\x15\xdd\xd2\xd2\xd2\x7b\x67\x67\x67\x88\x46\ \xa3\xa8\xd5\x6a\x02\x9d\xd1\x07\x29\x99\x4c\x4a\x92\x71\x7c\x7c\ \x8c\x62\xb1\x88\x5a\xad\x26\x10\x2d\xb5\x13\x14\x8f\x1d\x1d\x1d\ \x61\x6d\x6d\x4d\x44\x7f\xb4\x1f\x30\x1a\x8d\x58\x5b\x5b\x93\x00\ \xbb\xb0\xb0\x80\xad\xad\x2d\x68\x34\x1a\xe9\x62\x33\x9b\xcd\x22\ \xb4\x57\xa9\x3c\x26\x30\x6a\x06\xce\x24\x8b\x70\x24\x51\x2a\x35\ \x01\x7b\x91\xa6\xe0\xeb\xa9\x19\xb1\xca\x71\x73\x41\x70\xa1\x10\ \x45\x52\x11\xb3\x17\xb5\x5c\xe4\xd2\xa9\x9f\xe2\x46\xb7\x5a\xad\ \xb0\x58\x2c\xb2\x31\x6c\x36\x1b\xba\xdd\x2e\xbe\xfc\xf2\x4b\x1c\ \x1f\x1f\xcb\xe7\x1c\x1e\x1e\xc6\xe5\xcb\x97\x01\xf4\xd1\x90\xb1\ \xb1\x31\xf8\xfd\x7e\x38\x1c\x0e\x38\x9d\x4e\xcc\xcc\xcc\x88\x03\ \xef\xd0\xd0\x10\xb2\xd9\x2c\x92\xc9\x24\x06\x06\x06\x84\x92\x23\ \x4d\x76\xef\xde\x3d\x1c\x1d\x1d\xe1\xa7\x3f\xfd\x29\x5c\x2e\x97\ \xd0\xae\x3e\x9f\x0f\xcb\xcb\xcb\xd0\x68\x34\xd8\xdc\xdc\xc4\xf4\ \xf4\x34\x5c\x2e\x17\xd6\xd7\xd7\x61\xb5\x5a\x71\x70\x70\x80\xd5\ \xd5\x55\x34\x1a\x0d\xac\xaf\xaf\x4b\x47\x20\xe1\x77\xa2\x8d\xa3\ \xa3\xa3\x82\xec\x78\x3c\x1e\xd8\x6c\x36\x11\xd5\x9e\x9d\x9d\xa1\ \x5e\xaf\xcb\x3d\xa6\xb3\x6e\xaf\xd7\x9f\x17\x56\xa9\x54\xe0\x70\ \x38\x70\xe7\xce\x1d\xd9\x28\x5f\xf9\xca\x57\x04\x71\x72\x38\x1c\ \xe2\x26\xbd\xb7\xb7\x27\x42\xe7\x40\x20\x20\x62\x6b\x06\xf1\x5c\ \x2e\x87\xa1\xa1\x21\x04\x83\x41\xd1\xec\xf8\x7c\x3e\x44\x22\x11\ \xd8\x6c\x36\x6c\x6e\x6e\xc2\x6c\x36\xe3\xf2\xe5\xcb\x72\xaf\xa9\ \xb7\x3a\x3d\x3d\xc5\x83\x07\x0f\x30\x34\x34\x24\xa8\x9f\x4a\x3f\ \x53\x0f\xa3\x8a\x58\xcd\x66\xb3\x74\x6a\x25\x93\x49\xb8\x5c\x2e\ \xd8\xed\x76\x04\x02\x01\xd1\xa5\xf4\x7a\x3d\xa4\x52\x29\x58\xad\ \x56\x2c\x2c\x2c\x48\x80\x60\x10\x65\x60\xf7\xf9\x7c\x12\x08\x33\ \x99\x0c\x6c\x36\x1b\xe6\xe6\xe6\x64\x1f\xad\xae\xae\x8a\x43\x3a\ \xbb\x74\xcb\xe5\xb2\x20\xa0\x56\xab\x15\x6e\xb7\x5b\xe8\x8d\x83\ \x83\x03\x19\xd2\x4c\xab\x09\x8d\xa6\xef\x69\xa4\xd1\x68\x50\xab\ \xd5\xb0\xbf\xbf\x8f\x72\xb9\x8c\xd5\xd5\x55\xec\xed\xed\x09\xfa\ \x6c\x34\x1a\xa5\x11\x85\xda\xb7\x6a\xb5\x0a\x87\xc3\x21\xfb\x8c\ \x74\xd8\xc4\xc4\x04\x8e\x8f\x8f\xf1\xe1\x87\x1f\xc2\x6e\xb7\x23\ \x99\x4c\x02\x00\xbc\x5e\x2f\x1a\x8d\x86\x50\x2e\xc3\xc3\xc3\xd8\ \xda\xda\x92\xd1\x1b\xdc\x83\x0c\xac\x3a\x9d\x4e\x2c\x4b\x48\x7b\ \xb0\x7b\x35\x12\x89\x40\xaf\xef\xdb\x83\x5c\xba\x74\x09\x06\x43\ \xdf\xc6\x22\x1c\x0e\x23\x9b\xcd\xca\x81\x5e\x2e\x97\xa1\xd1\xf4\ \x9b\x72\xd8\x14\xc1\x64\xe6\xf0\xf0\x10\x97\x2e\x5d\x92\x00\xc9\ \x82\x4f\x45\x97\x01\xc8\x61\x38\x34\x34\x84\x7a\xbd\x8e\x64\x32\ \x89\xf9\xf9\x79\x3c\x7e\xfc\x58\xd0\x32\x7a\x68\x51\x20\x4c\x4f\ \xc0\xd3\xd3\x53\xec\xed\xed\xe1\xe7\x3f\xff\xb9\x54\xbc\x2a\xf5\ \xc0\x03\x9b\x3a\x0d\xee\x6d\x22\x97\x91\x48\x44\x1c\xcd\x9d\x4e\ \xa7\xdc\x07\xa2\x26\xd9\x6c\xf6\x42\xa5\x4f\x5a\xe7\xf7\x7f\xff\ \xf7\x11\x8b\xc5\x24\xb9\xf8\x87\x7f\xf8\x07\x7c\xf0\xc1\x07\x82\ \x3a\xdf\xbf\x7f\x1f\x3f\xfe\xf1\x8f\x71\xfb\xf6\x6d\xb8\xdd\x6e\ \x41\x82\xd4\x60\xc9\x62\x91\x68\x26\x03\x08\xaf\x9f\xef\x4d\x71\ \x37\xcf\x38\xa2\xaf\x5c\x17\xaa\x8d\x8f\xcb\xe5\x12\x31\x3a\xbf\ \x88\xd6\xf4\x7a\x3d\xdc\xbf\x7f\x1f\xb1\x58\x4c\x3e\x13\x7f\x8e\ \xbe\x4d\x4c\x62\x78\x8e\x33\x49\x63\x81\xa1\x22\x25\xdc\x57\xa4\ \x98\x18\x50\xf9\x9a\xa4\xb0\x49\x13\xf1\xe7\xff\xe8\x8f\xfe\x08\ \xd7\xae\x5d\x13\x9d\x5f\xad\x56\x43\xa1\x50\x10\xed\x23\xe3\x15\ \xaf\x31\x9f\xcf\x8b\x5e\x8e\x54\x1f\xd1\x2a\x00\xc8\xe7\xf3\xa2\ \xd1\x61\x03\x10\x13\x06\xa2\x60\x7c\x1f\xde\x6f\x76\x78\xaa\x68\ \x2b\xa9\xd9\xe3\xe3\x63\xf1\xe6\x3b\x3d\x3d\x15\xfd\x1f\x9f\x0d\ \xff\xcb\xe4\x81\xa8\x18\x11\x31\xa7\xd3\x89\x60\x30\x28\xe8\x3d\ \x9b\x7d\x48\xb9\x52\x27\xc4\x2f\x4e\x02\x21\xfa\x43\x60\x81\xb1\ \x90\x48\x12\xaf\x41\xd5\x30\x71\x6f\xa9\xba\x4a\x35\x81\xa3\x6d\ \x13\xf5\x6e\xa4\x34\x55\xf9\x8a\x0a\x4c\xbc\xf8\x77\x26\x37\x4c\ \x7e\xd9\x4c\xc3\xce\x6b\xee\x5b\x82\x27\xd4\x2d\xd2\xbe\x42\xed\ \x1e\xe4\x39\x44\x9d\xae\xda\x71\xca\xd7\x62\x72\xa9\xb2\x51\x4c\ \x20\x69\x95\xc2\x1c\xa8\xdb\xed\xc2\xe1\x70\x88\xfe\x95\x89\x2a\ \xef\x25\x69\x6d\x22\x6d\xba\xe9\xe9\xe9\xf7\x4c\x26\x93\x8c\xea\ \xa0\x69\x21\xb3\x7e\x97\xcb\x25\x0f\x92\x3e\x27\x6c\xdd\x65\x12\ \xc2\x21\xba\x95\x4a\x45\x2a\x0e\xa2\x0b\xe1\x70\x18\xcf\x9e\x3d\ \x43\x26\x93\x11\xff\x0b\x8f\xc7\x83\x85\x85\x05\x7c\xfc\xf1\xc7\ \xd0\xe9\x74\x12\x24\x5e\x7e\xf9\x65\x94\xcb\x65\xa4\x52\x29\x49\ \x6a\x54\x0d\x94\x9a\xec\xf0\xa0\x50\x13\x31\xf5\x8b\x07\x9d\xfa\ \xa5\xb6\x57\xaa\xff\x55\x5f\x43\x7d\xd8\x6a\xc5\xf1\x7f\x21\x61\ \x7c\x20\xc3\xc3\xc3\xb0\xdb\xed\xf2\xf7\x81\x81\x01\x09\xd2\xc3\ \xc3\xc3\x08\x87\xc3\x18\x18\x18\x40\xa5\x52\xc1\xa3\x47\x8f\x60\ \x32\x99\xf0\xda\x6b\xaf\x49\xe7\xc7\xc0\xc0\x00\x9e\x3d\x7b\x26\ \xe6\x85\xac\x80\xd3\xe9\xb4\x1c\x82\xcd\x66\x13\x93\x93\x93\xe8\ \x74\xfa\xd3\xe9\x77\x76\x76\xc4\xe4\xb2\xdd\xee\x8f\xcf\x70\xbb\ \xdd\xe2\x59\xa4\x76\x62\x90\xe6\x0a\x85\x42\xb8\x73\xe7\x0e\xdc\ \x6e\x37\xbe\xfb\xdd\xef\xca\x82\xe0\x21\x93\xcf\xe7\x25\x39\xfe\ \xcd\x6f\x7e\x23\xe8\x87\xdf\xef\x17\x6a\x92\x54\x44\xa9\x54\xc2\ \xc4\xc4\x04\x02\x81\x00\xd2\xe9\xb4\x24\x26\xed\x76\x1b\xc5\x62\ \x11\xcf\x9f\x3f\xc7\xec\xec\xac\x08\xdc\x8f\x8e\x8e\xe0\x76\xbb\ \x31\x35\x35\x05\x8b\xc5\x22\x02\xff\x7c\x3e\x8f\x42\xa1\x20\xda\ \x86\xad\xad\x2d\xf1\xef\xa2\xbe\xc0\x64\x32\xe1\xe8\xe8\x48\xe0\ \x73\x93\xc9\x04\xaf\xd7\x8b\x78\x3c\x2e\x09\x58\xb5\x5a\x95\x6b\ \xa3\xcf\xd6\xc7\x1f\x7f\x0c\xa7\xd3\x29\xd5\x0d\x0f\x00\x9a\x9d\ \xd2\xf6\xa1\xd3\xe9\xc0\x62\xb1\x40\xaf\xef\xbb\xfc\x3e\x7c\xf8\ \x10\x3f\xfa\xd1\x8f\xf0\xe1\x87\x1f\x62\x7f\x7f\x1f\x3e\x9f\x4f\ \xde\xbb\xd7\xeb\x77\x2a\xdd\xbf\x7f\x1f\xc5\x62\x11\x8f\x1e\x3d\ \x12\xdd\xd2\xec\xec\x2c\xf4\x7a\x3d\xbe\xfc\xf2\x4b\x49\xde\xd9\ \x12\xae\x9a\x8f\xf2\x50\x65\x77\x4d\x26\x93\x41\x36\x9b\xc5\xe0\ \xe0\xa0\x50\x64\xa4\xa4\x48\xd3\x7b\x3c\x1e\x41\xc1\x76\x76\x76\ \x7f\x24\xa0\x00\x00\x00\x20\x00\x49\x44\x41\x54\x70\x74\x74\x84\ \x58\x2c\x06\x9f\xcf\x87\x7a\xbd\x8e\x4c\x26\x83\x9f\xfd\xec\x67\ \x88\x46\xa3\x38\x3f\x3f\x97\xee\x48\x9b\xcd\x06\xbb\xdd\x8e\xed\ \xed\x6d\x64\x32\x19\xd4\x6a\x35\x41\x05\x49\x73\x52\xbf\x94\x4e\ \xa7\xa5\x75\x9c\x23\x7b\xf4\x7a\xbd\x24\x76\x36\x9b\x0d\xe3\xe3\ \xe3\x62\xe5\x62\xb5\x5a\x05\x41\xa0\x08\x79\x7a\x7a\x1a\xc5\x62\ \x51\x7c\xb1\xd4\x8a\x5d\xd5\x30\xaa\x3a\x1f\x9b\xcd\x86\xa9\xa9\ \x29\xa1\xb8\x4d\x26\x13\xbe\xfe\xf5\xaf\x8b\xf0\x1e\x00\x02\x81\ \x00\xba\xdd\xae\x88\xb0\x4f\x4e\x4e\xa4\x9a\x3d\x3f\x3f\x97\x7b\ \x45\x9b\x93\xe3\xe3\x63\xec\xec\xec\x00\xc0\x05\x0d\x23\xed\x15\ \x00\xe0\xc9\x93\x27\x48\x24\x12\x98\x9c\x9c\xc4\xee\xee\x2e\xf2\ \xf9\x3c\x6e\xde\xbc\x29\xe8\x3c\x3b\x76\xfd\x7e\xbf\x0c\x74\xb6\ \x5a\xad\xa8\x54\x2a\xf8\xc7\x7f\xfc\x47\x39\xb0\x59\x64\xf1\x79\ \x93\xce\x52\x0b\x44\x7e\x56\xa2\x3b\x46\xa3\x11\x0b\x0b\x0b\x18\ \x19\x19\xc1\xd3\xa7\x4f\x05\xb9\x63\x30\xe2\x3d\xe3\xeb\x72\x50\ \xf5\xfd\xfb\xf7\x31\x3f\x3f\x0f\x8d\x46\x83\xa5\xa5\x25\xdc\xba\ \x75\x0b\x73\x73\x73\x88\x44\x22\x98\x99\x99\x11\x41\xb1\xd3\xe9\ \xbc\x80\x4a\xb0\xb2\x66\xe7\x13\x3b\xbd\xaa\xd5\xaa\x68\xdb\x98\ \x0c\x92\x8e\xa6\xc1\x65\xa7\xd3\x91\x24\x40\xed\xb2\x54\xf5\x41\ \x2f\x9e\xcf\x7c\xbe\x67\x67\x67\xf8\x8f\xff\xf8\x0f\x79\x26\x4c\ \xf4\x78\x3e\xa9\x0d\x47\x2a\xf2\xc3\xee\x4b\x22\x67\x2c\xe0\xd5\ \x64\x83\xaf\xc5\x64\x85\x16\x0d\xa4\xba\x5c\x2e\x17\xe6\xe6\xe6\ \xf0\xc6\x1b\x6f\x08\x25\xcb\x22\x40\x35\x75\xe5\xf3\xa1\xbd\x05\ \xa9\x51\x4a\x0b\x78\x8e\x52\x9c\xdd\xeb\xf5\x84\x52\x27\x0d\xab\ \xa2\x60\x6a\x50\xa6\xd8\x1d\x00\x6a\xb5\x9a\x24\xcb\x3c\x4b\x5b\ \xad\x96\xd0\x6a\x2c\xb2\x2a\x95\x8a\x20\x5b\x44\xf8\x68\x7c\xa9\ \x8e\xb7\x62\x82\xca\xfb\x43\x34\x98\x89\x1d\x99\x04\x26\x9a\x7c\ \x1f\x9e\x0b\xb4\xb8\x21\xad\xc9\xff\xb2\x10\x50\xbb\xde\xe9\xfd\ \x47\x84\x57\xd5\xa7\x51\x2a\xc2\x35\xce\x75\x41\x34\x8d\xcf\x5d\ \x45\x02\xf9\x0c\x99\xa4\xa9\xb1\x98\x3f\xcb\x44\x88\xff\x4f\x90\ \x81\xe7\x15\x0d\x6c\x39\x29\xa6\x5e\xaf\x0b\xcd\x4c\x0a\x93\xd4\ \x2f\xf0\xbb\xb1\x50\x7c\x06\x7c\xa6\xea\xf5\x02\x10\x19\x04\x1b\ \xfd\x78\x5e\xd0\x12\x83\x6b\x96\x1a\x5c\x32\x04\xbd\x5e\x4f\x12\ \x59\x76\x72\xeb\xae\x5e\xbd\xfa\xde\xf1\xf1\xb1\x0c\x17\x26\x94\ \x76\x7e\x7e\x2e\x55\x96\xda\x32\x4e\xc1\xb3\xdf\xef\x87\xd7\xeb\ \x85\x56\xab\x15\xab\x00\x1e\x70\x81\x40\x40\xe8\x3e\x6e\x52\xba\ \x8a\x9b\xcd\x66\xe9\x7a\xa3\xf9\x24\xc7\xa6\x7c\xf1\xc5\x17\xc8\ \x64\x32\x02\xb3\x32\x89\x79\x31\x51\xe2\x81\xa6\x72\xcd\xcc\xb6\ \x5f\xa4\x10\xd5\x43\x8e\x3f\xaf\xa2\x5d\x2f\xfe\x3c\x2b\x15\xd2\ \x19\x2f\xd2\x93\x0c\x48\x3c\x10\x78\x10\xab\x02\x3c\xd2\x6f\x56\ \xab\x15\xe1\x70\x18\x83\x83\x83\x78\xff\xfd\xf7\xb1\xbb\xbb\x0b\ \x83\xc1\x80\xf9\xf9\x79\xbc\xf6\xda\x6b\x98\x98\x98\xc0\xe1\xe1\ \x21\xcc\x66\x33\x02\x81\x00\xae\x5c\xb9\x82\x83\x83\x03\xec\xec\ \xec\xc0\xe3\xf1\xc0\x60\x30\xc0\xed\x76\x63\x73\x73\x13\x81\x40\ \x40\xc4\xbd\x8f\x1f\x3f\xc6\xbd\x7b\xf7\xc4\xc7\xe6\xc6\x8d\x1b\ \x52\x51\xd2\x3f\xea\xec\xec\x0c\x2b\x2b\x2b\xd2\x96\xeb\xf3\xf9\ \xc4\x9a\xa0\x5a\xad\x4a\x77\x9e\x4e\xd7\xef\x02\x1c\x1f\x1f\x17\ \xf1\x67\x34\x1a\xc5\xed\xdb\xb7\x91\x4a\xa5\x70\x7e\x7e\x0e\x8f\ \xc7\x23\x09\x14\x05\xf3\x34\xb0\x5c\x59\x59\x41\xb9\x5c\xc6\xc4\ \xc4\x04\x00\xa0\x54\x2a\x41\xaf\xd7\xe3\xe1\xc3\x87\x12\x34\xda\ \xed\xf6\x05\x9d\x18\x9d\x6f\x77\x77\x77\xf1\xc5\x17\x5f\xa0\xd9\ \x6c\xe2\xf1\xe3\xc7\xb2\x5e\xa8\x95\xda\xdd\xdd\xc5\xd6\xd6\x16\ \x3e\xfc\xf0\x43\x3c\x7c\xf8\x50\x44\xde\xf7\xef\xdf\xc7\x97\x5f\ \x7e\x89\x54\x2a\x85\x2f\xbf\xfc\x52\x46\x14\xec\xef\xef\xa3\x50\ \x28\xa0\x56\xab\x49\x47\x1c\x45\xe7\xb1\x58\x0c\xdd\x6e\xdf\xf9\ \xde\x62\xb1\x20\x9f\xcf\x0b\x7a\x63\xb1\x58\xb0\xb3\xb3\x83\x0f\ \x3e\xf8\x00\xe1\x70\xf8\x02\x3d\x1c\x08\x04\xb0\xb7\xb7\x87\xed\ \xed\x6d\x3c\x7d\xfa\x14\xfb\xfb\xfb\x08\x85\x42\x98\x9e\x9e\x96\ \x00\xd5\x68\x34\xa4\x9b\x64\x7b\x7b\x1b\xa5\x52\x09\x4e\xa7\x53\ \x02\xfb\xe1\xe1\x21\xec\x76\x3b\x52\xa9\x14\x4e\x4e\x4e\x30\x3f\ \x3f\x2f\xc8\x30\xf5\x37\xa4\x6b\x4f\x4f\x4f\xb1\xbd\xbd\x2d\x68\ \x1d\xf5\x2f\x4c\x44\x89\x18\x0e\x0e\x0e\xc2\xed\x76\x63\x7c\x7c\ \x5c\x4c\x39\x03\x81\x00\xd6\xd7\xd7\x2f\xb4\xa2\x53\xcb\x35\x35\ \x35\x25\x73\xfa\xd8\x5c\xa0\x52\x5a\x1a\x8d\x06\xc1\x60\x50\xf6\ \x37\x0f\xad\x4e\xa7\x23\xc8\x69\xbb\xdd\x37\x36\x2c\x14\x0a\x12\ \x90\xe9\xbd\xd5\x6c\x36\x65\x4d\x44\x22\x11\xe9\xac\xe4\xde\x52\ \x0b\x1e\xd2\x73\xa4\x89\x6d\x36\x1b\xc6\xc6\xc6\x00\xf4\x3b\xdb\ \xc6\xc7\xc7\x31\x3f\x3f\x2f\xba\x97\x52\xa9\x74\x41\xeb\x70\x72\ \x72\x72\x21\x49\xe6\x99\xa5\xd5\x6a\x05\x91\x22\xe5\x79\x72\xd2\ \x9f\x49\x66\xb5\x5a\x25\x58\x1f\x1f\x1f\x8b\x2d\x06\xa9\xee\x60\ \x30\x28\x7a\xa6\x42\xa1\x20\xce\xf6\xaa\xd6\x86\x48\x59\xa9\x54\ \x12\x34\x9e\xb4\x02\xcf\x0a\x56\xfc\x0c\x2e\xea\xf7\xf8\xa7\xd1\ \x68\x60\x61\x61\x01\x3e\x9f\x4f\xba\x5e\x79\xae\xa8\x9a\x14\x22\ \x39\x3a\x9d\x0e\x6f\xbd\xf5\x16\x56\x56\x56\xe0\xf7\xfb\x2f\x88\ \x7b\x29\x03\xc8\xe5\x72\xd2\x40\xc4\xc0\xc2\xb3\x8e\x82\x61\x0a\ \x71\x99\xfc\xe8\x74\x3a\xf1\x9f\xe3\x99\xc6\x26\x0f\x26\x50\xec\ \xc2\x24\xaa\xcf\x79\x85\xd4\x06\x91\xaa\xe5\x75\xd2\xe7\x88\xf7\ \xad\xd3\xe9\xe0\xf2\xe5\xcb\xb2\xdf\xf8\xfc\x19\xe8\x59\x90\x03\ \x90\x04\x29\x10\x08\x48\x52\x4b\x3d\x13\xef\x1d\xc5\xee\x7c\xb6\ \x1a\x8d\x46\x0c\x44\x9d\x4e\xa7\x34\xde\x7c\xe3\x1b\xdf\xc0\xbb\ \xef\xbe\x8b\x6b\xd7\xae\xc1\xe9\x74\xca\x3a\x66\xe2\x43\x84\x83\ \x09\x2f\xcf\x2e\xae\x15\x5a\x91\xa8\xd4\x24\x13\x3f\xb5\x3b\x96\ \x28\x3f\x93\x41\x16\x41\x4c\xe2\x48\x5b\x36\x9b\x4d\x1c\x1c\x1c\ \xc8\x1f\x16\xc1\xaa\x26\x13\x80\x9c\x71\x44\xda\x13\x89\x04\xf6\ \xf7\xf7\xa1\xd1\x68\xb0\xbe\xbe\x2e\x71\xb8\xdd\x6e\x8b\x36\x8f\ \xa8\x17\x13\xad\x6e\xb7\x2b\xb4\x3a\xff\x9f\xd4\x2b\x35\x4a\xb4\ \x70\x51\xbb\x88\x29\xc2\xe7\xf5\xa8\xd6\x16\xd4\xc9\x31\xc9\x60\ \x03\x0c\x8b\x60\x26\x3c\xd4\x9c\xd1\xd6\x65\x64\x64\x04\x4e\xa7\ \x53\x18\x2a\x9e\xef\x7c\x0d\x4e\x03\xe0\x5e\x51\xe3\xb8\x7a\x9f\ \x79\x26\xab\x8c\x03\x3f\xbb\x46\xa3\x91\xd7\x54\x91\xe4\x6e\xb7\ \x2b\x9e\x93\x64\x22\x98\x14\x13\xb9\x63\xf2\xc7\x06\x20\xbe\x37\ \xb5\xc5\x64\xf5\xd4\x09\x11\x6c\x80\x60\x01\x44\x9d\x27\x91\x35\ \x16\x59\x83\x83\x83\xd0\x4d\x4c\x4c\xbc\x47\xb1\x9b\xd1\x68\x44\ \x24\x12\x41\xb3\xd9\x14\xbf\x20\x52\x7a\x7c\x61\x0a\x05\x99\xe4\ \xd0\xf5\x5b\xaf\xd7\xc3\xe7\xf3\x5d\x68\x1f\x67\xc5\x4c\x0f\x10\ \x3a\xed\xb6\xdb\x6d\x64\x32\x19\x41\x4e\x4a\xa5\x12\x9e\x3e\x7d\ \x2a\x7a\x07\x15\x0e\x56\x05\x71\xfc\x52\xf9\x63\xf5\xcf\xff\x85\ \x74\xf1\x41\xa9\xc9\x19\x37\x39\x93\x2c\xfe\x5d\xfd\xe2\xa6\x7f\ \x51\xf8\xae\x66\xdf\xac\x54\xd4\x87\xc6\xc0\x4a\x37\x77\x52\x65\ \x4c\x96\x4e\x4f\x4f\xa5\x75\x98\x02\xef\x99\x99\x19\x9c\x9d\x9d\ \x49\xe7\x18\x00\xa4\x52\x29\x68\xb5\x5a\x64\x32\x19\xa9\xd4\x6f\ \xde\xbc\x29\x42\x55\xa3\xd1\x88\xe9\xe9\x69\x4c\x4c\x4c\x48\xc0\ \xa3\xe9\x5e\xb1\x58\x44\xb7\xdb\x95\x04\x98\xb0\x2d\x75\x17\xac\ \x6e\xe9\x6b\xc3\x8a\x41\xb5\x14\xd0\xeb\xf5\x02\x85\x52\x47\xd0\ \xed\x76\x11\x08\x04\xa4\x63\xf0\x17\xbf\xf8\x05\x7e\xf2\x93\x9f\ \x00\xe8\x4f\xa7\x27\x8c\x3b\x3e\x3e\x2e\x28\x13\xb3\x7a\xae\x8b\ \x5c\x2e\x87\x9d\x9d\x1d\xd8\xed\x76\xd4\x6a\x35\x04\x02\x01\x38\ \x9d\x4e\x1c\x1d\x1d\xc9\xc1\xda\xeb\xf5\xb0\xb7\xb7\x87\xc7\x8f\ \x1f\x4b\x0b\x39\x03\xd9\xc8\xc8\x08\x66\x66\x66\xe4\xd0\x2b\x16\ \x8b\xc8\x66\xb3\x78\xf0\xe0\x01\x72\xb9\x1c\xec\x76\x3b\x26\x26\ \x26\xb0\xbb\xbb\x8b\xdd\xdd\x5d\x41\x7c\x48\x53\x10\xb9\x99\x9a\ \x9a\xc2\xc4\xc4\x04\x9c\x4e\x27\x56\x57\x57\xf1\xb7\x7f\xfb\xb7\ \xf8\xec\xb3\xcf\xb0\xba\xba\x8a\x72\xb9\x0c\xbb\xdd\x0e\xaf\xd7\ \x8b\xd1\xd1\x51\xdc\xb8\x71\x03\x07\x07\x07\xf8\xc5\x2f\x7e\x81\ \xed\xed\x6d\xec\xee\xee\xa2\xdd\x6e\x63\x72\x72\x12\x6f\xbd\xf5\ \x96\x24\xb8\x1f\x7d\xf4\x11\x06\x07\x07\xf1\xe6\x9b\x6f\x22\x93\ \xc9\xe0\xfc\xfc\x1c\x2e\x97\x0b\xa1\x50\x08\x5a\xad\x56\xda\xcc\ \x39\xbf\x30\x12\x89\xe0\xa3\x8f\x3e\x42\x2c\x16\xc3\x95\x2b\x57\ \x30\x37\x37\x27\xc9\xd9\x95\x2b\x57\xc4\x3b\x8b\xb4\x19\xad\x2e\ \x6c\x36\x9b\x54\x48\x9d\x4e\x07\xc5\x62\x11\x7b\x7b\x7b\xf0\x78\ \x3c\xd2\x69\xc6\xc3\x94\x7b\xb1\xdb\xed\x22\x95\x4a\xc1\x6c\x36\ \x8b\xe7\x0c\x27\x05\x30\x69\x53\x05\xb5\x6c\x6a\xe1\xb3\x26\xdd\ \xed\xf7\xfb\x45\xb7\xc7\x84\x86\xc8\x1c\x69\x34\x9d\xae\xef\xbc\ \x1f\x8b\xc5\x04\xa5\x50\x03\x15\xf7\x13\xb5\x65\xc1\x60\x50\x34\ \x6e\x44\xc4\xbb\xdd\x7e\xa7\x62\xa1\x50\xc0\xee\xee\x2e\x2a\x95\ \x8a\xe8\x9d\x5c\x2e\x17\x8e\x8f\x8f\xa1\xd1\x68\x30\x3f\x3f\x0f\ \xbd\x5e\x2f\xfe\x71\x06\x43\xdf\xf4\xaf\x54\x2a\x61\x66\x66\x06\ \x7a\xbd\x1e\x4e\xa7\x13\x3a\x5d\x7f\xb4\x46\x28\x14\xba\x90\x00\ \x55\xab\x55\x0c\x0f\x0f\x23\x16\x8b\x89\x19\xf0\xd9\xd9\x19\x0a\ \x85\x82\x8c\xaa\xe2\x1e\xe9\x76\xbb\x32\x8d\xe0\xce\x9d\x3b\xf8\ \xf4\xd3\x4f\xa5\x18\xe4\xbd\xe3\x1f\xb5\xdb\x98\x07\x2e\x29\x4f\ \x8f\xc7\x83\x5b\xb7\x6e\xe1\xec\xec\x0c\x7b\x7b\x7b\x17\x3a\xe3\ \x78\x8f\x28\x1f\xa0\x3e\xf2\xfa\xf5\xeb\xb8\x7f\xff\x3e\x26\x26\ \x26\xb0\xb1\xb1\x81\x7b\xf7\xee\xe1\xc1\x83\x07\xa2\x31\x62\x82\ \x49\x47\x71\x36\x2a\x0c\x0d\x0d\x09\xd2\xab\xd7\xeb\xc5\x82\x87\ \xa2\x74\x00\x42\xaf\x30\x89\x62\x90\x1b\x1c\x1c\x44\xa1\x50\x10\ \x44\x88\x14\x1e\x11\x2b\x26\x11\x6a\xd1\x4a\x94\x86\xfe\x6c\xf4\ \xac\xbb\x7d\xfb\x36\xbc\x5e\xaf\xd0\x4f\x87\x87\x87\x82\x2c\x93\ \x52\x32\x1a\x8d\xf8\xf6\xb7\xbf\x8d\x6f\x7d\xeb\x5b\x78\xe3\x8d\ \x37\x70\xef\xde\x3d\x7c\xf3\x9b\xdf\xc4\x6b\xaf\xbd\x86\x5b\xb7\ \x6e\xe1\xed\xb7\xdf\xc6\xe2\xe2\x22\xf6\xf6\xf6\x60\xb3\xd9\xf0\ \xe7\x7f\xfe\xe7\xb8\x7c\xf9\x32\x06\x07\x07\xb1\xb4\xb4\x84\x3f\ \xfc\xc3\x3f\xc4\x57\xbf\xfa\x55\xbc\xf2\xca\x2b\xf0\x7a\xbd\xa2\ \xd3\x21\x4d\xc4\x75\xc1\x7b\x43\x2d\x19\xd1\xbc\xb1\xb1\x31\x71\ \xf3\x1e\x19\x19\x41\xad\x56\x13\x1d\x22\x0b\x82\x83\x83\x03\x11\ \xeb\xff\xf2\x97\xbf\x44\xb3\xd9\x84\xd7\xeb\x15\x74\x8f\xc8\x96\ \xda\x6c\x30\x30\x30\x20\x94\x19\xef\x55\xb1\x58\x94\xfd\x43\xa1\ \x3d\xef\x35\x63\xeb\xc6\xc6\x86\xdc\x27\x26\x97\xa4\x1c\x99\x74\ \x30\x89\x65\x53\x07\x3d\xa3\x74\x3a\x1d\x5c\x2e\xd7\xff\xa2\x00\ \x07\x07\x07\x25\x29\xa1\x9f\x19\xe9\x4c\x36\x2e\x1c\x1d\x1d\x49\ \xb1\x47\x39\x10\x13\xb3\xf3\xf3\x73\x1c\x1e\x1e\x4a\x77\x27\x85\ \xe9\x6a\x87\x1e\xdf\x5f\x6d\x70\x51\xf5\x87\xaa\xb6\x4d\xd5\x2a\ \x52\xf3\x4b\x9f\x42\x7e\x9f\x7f\xd4\x04\x90\xaf\xa3\x5a\x5d\x50\ \x02\xa0\xea\xbe\x88\xca\x12\xf9\x54\xcf\x22\x3e\x0b\xbe\x26\x73\ \x83\x64\x32\x29\xd6\x23\xbd\x5e\x0f\xf9\x7c\x5e\x98\x07\x4e\x44\ \x69\x34\x1a\xa2\x55\x57\xa9\x68\x36\xcc\x48\xf7\xe2\xb7\xbf\xfd\ \xed\x9e\x5e\xaf\x47\x32\x99\x84\xd5\x6a\xc5\x77\xbe\xf3\x1d\x0c\ \x0e\x0e\xe2\x07\x3f\xf8\x01\xaa\xd5\x2a\x7c\x3e\x1f\x52\xa9\x14\ \xa2\xd1\x28\x1a\x8d\x06\x6c\x36\x1b\xae\x5d\xbb\x06\x9d\x4e\x87\ \x8f\x3f\xfe\x58\x1e\x56\xab\xd5\x9f\xdd\xc5\x87\x44\x61\x72\xa7\ \xd3\x41\x26\x93\x11\x5e\x94\x50\x26\xab\x5f\x56\x69\xac\x2c\x09\ \xfd\xaa\xed\x96\x4c\x9c\xd4\x96\x4b\x7e\x5f\x4d\x80\x54\xa4\x49\ \xa5\x0d\xf9\x00\xf8\x60\x55\x48\x9a\x37\x5f\x4d\xd8\xd4\xa4\x4b\ \x7d\x5d\xf5\x8b\x87\x31\x17\x02\x0f\xce\xc1\xc1\x41\x38\x9d\x4e\ \x4c\x4c\x4c\x60\x68\x68\x08\xe9\x74\x1a\x8b\x8b\x8b\xf8\xf9\xcf\ \x7f\x8e\x66\xb3\x89\x3b\x77\xee\xa0\xd7\xeb\xe1\xe0\xe0\x00\x0e\ \x87\x03\x6e\xb7\x1b\x3b\x3b\x3b\xd0\xe9\x74\x28\x14\x0a\xb8\x7d\ \xfb\x36\xcc\x66\x33\xee\xdf\xbf\x2f\x49\xd9\xf3\xe7\xcf\x31\x31\ \x31\x81\x46\xa3\x81\xa5\xa5\x25\x6c\x6e\x6e\x62\x6d\x6d\x0d\x63\ \x63\x63\x72\x80\x92\x2f\x26\xb4\xbd\xb0\xb0\x80\x72\xb9\x8c\x58\ \x2c\x26\x0e\xcf\x1e\x8f\x07\xf3\xf3\xf3\x68\x34\x1a\x08\x87\xc3\ \x52\x85\xcf\xcf\xcf\x63\x69\x69\x09\xfb\xfb\xfb\x17\xc6\x05\xe8\ \xf5\x7a\xa1\x34\x8b\xc5\xa2\x98\x5c\x96\x4a\x25\x09\x1a\x87\x87\ \x87\x78\xe3\x8d\x37\x64\xce\x1d\x11\x86\x4a\xa5\x02\xbb\xdd\x8e\ \xd1\xd1\x51\x11\x64\x93\xd2\x72\x3a\x9d\x28\x95\x4a\x88\xc5\x62\ \x28\x97\xcb\x78\xfd\xf5\xd7\x31\x32\x32\x22\xb0\xee\xf0\xf0\x30\ \x52\xa9\x14\xb6\xb6\xb6\xb0\xb9\xb9\x29\xd0\xb8\xdd\x6e\x47\x24\ \x12\xc1\xcb\x2f\xbf\x8c\xd3\xd3\x53\xd1\x98\xfd\xf2\x97\xbf\xc4\ \xf9\xf9\x39\xa2\xd1\x28\x6e\xdc\xb8\x21\x73\x0e\x59\x61\xef\xee\ \xee\x62\x65\x65\x05\xc7\xc7\xc7\xf0\xfb\xfd\x78\xf5\xd5\x57\xf1\ \xf6\xdb\x6f\x4b\xd2\x70\x7a\x7a\x8a\x9f\xfd\xec\x67\x78\xf2\xe4\ \x89\x04\x69\xbf\xdf\x8f\x7c\x3e\x2f\xb3\x09\x4b\xa5\x12\x56\x56\ \x56\x44\x83\xc3\xc0\x7a\xf7\xee\x5d\x7c\xfb\xdb\xdf\x46\x34\x1a\ \xc5\x83\x07\x0f\xf0\xe0\xc1\x03\x8c\x8c\x8c\xe0\x6b\x5f\xfb\xda\ \x85\x6e\xbe\x54\x2a\x85\x77\xde\x79\x07\x1f\x7f\xfc\xb1\x8c\xfa\ \x09\x04\x02\xa2\x5f\x9b\x9d\x9d\x15\x31\x25\xab\x7f\x6e\x72\x06\ \x6d\xfa\xcd\x70\xbd\xf2\x70\x56\xbb\x5c\xb8\x1e\xf7\xf7\xf7\x05\ \x3d\xa8\x56\xab\xf0\x78\x3c\x78\xfc\xf8\x31\xa6\xa6\xa6\x2e\x34\ \x0c\x50\x27\x31\x32\x32\x82\x9d\x9d\x1d\xa1\x84\x09\xc9\x53\xf8\ \x4e\x67\x77\xae\xe9\x78\x3c\x2e\x7b\x87\x14\x38\x93\x0a\x9f\xcf\ \x87\xa7\x4f\x9f\xe2\xef\xff\xfe\xef\x25\x59\xa7\x0e\x85\xfa\x1e\ \x4a\x10\xa8\x33\x4c\xa7\xd3\xe2\xba\x3f\x33\x33\x83\x9d\x9d\x1d\ \x4c\x4e\x4e\xe2\xee\xdd\xbb\x62\x0f\xf3\xf9\xe7\x9f\xc3\x6e\xb7\ \x63\x76\x76\x16\x99\x4c\x06\xa1\x50\x48\x90\x08\x52\x42\xd4\x3f\ \xec\xec\xec\x48\x70\x8f\x46\xa3\x22\x02\xa7\x66\x63\x74\x74\x14\ \xa3\xa3\xa3\xc8\xe7\xf3\xb0\x58\x2c\xa2\xd1\x23\xc2\x41\x13\x53\ \x9e\x33\x44\xb7\x78\x20\xaf\xae\xae\xe2\xaf\xff\xfa\xaf\xe5\xfb\ \x44\x80\xd4\x06\x19\x55\x44\xcd\x04\xd6\x6c\x36\xe3\xe5\x97\x5f\ \x46\x24\x12\xc1\xa3\x47\x8f\x50\xa9\x54\xa4\x3b\x98\x94\xbd\x5e\ \xaf\x17\x73\xe2\x76\xbb\x8d\x77\xde\x79\x07\x57\xaf\x5e\xc5\xca\ \xca\x0a\x7e\xf8\xc3\x1f\xe2\xe8\xe8\x08\x77\xef\xde\x15\xed\x27\ \xfd\xd8\xa8\x9b\x61\xd5\xce\xa4\x2e\x93\xc9\x88\xf8\x1d\x80\x20\ \x76\x34\x8b\x65\x52\x46\x4a\x8a\xc8\x67\xbd\x5e\x47\x3c\x1e\x87\ \xd3\xe9\x94\x60\x42\xdb\x90\x2f\xbe\xf8\x42\xfc\xef\x9e\x3d\x7b\ \x06\xad\x56\x2b\xde\x6f\x44\x24\xa9\x79\x34\x9b\xcd\x42\x4d\xd2\ \x68\x98\x89\x8a\xd1\x68\x94\x2e\xe2\x50\x28\x24\x94\x0b\x1b\x80\ \xd8\xfd\xc7\x4e\xec\x46\xa3\x21\xe8\x12\x27\x25\x2c\x2c\x2c\x08\ \xea\xcd\x11\x58\x7c\x1e\x03\x03\x03\x32\x5a\xa7\x52\xa9\x60\x73\ \x73\x53\x2c\x55\x1c\x0e\x87\x34\x3c\x30\x01\xe2\x7e\x65\x27\x38\ \x07\xc7\xb3\x79\x86\x09\x68\xb1\x58\xc4\xd3\xa7\x4f\xd1\x6c\x36\ \x31\x36\x36\x26\xb6\x27\x6f\xbd\xf5\x96\x24\x68\x1c\x1f\x46\x0a\ \x96\xeb\x83\x46\xc2\x8c\x89\x44\x91\xd9\xc5\x5a\xa9\x54\x84\xa2\ \x23\x5a\x42\x7a\x8d\x08\x9e\x4a\xb5\x31\xc9\x26\x12\x43\x6a\x98\ \x28\xa5\xaa\x45\xe6\xf3\xe5\xda\xe2\xbe\x64\x72\x44\x1a\x51\x15\ \x81\x53\x6c\x4e\xfa\xd2\xe9\x74\x8a\x37\x19\xad\x4f\x48\xbd\x91\ \x3e\x64\x01\xc4\x6e\x4f\xd2\x8b\xbc\xc7\xb4\x7e\x61\x11\xc2\x7d\ \xc5\x33\x85\x7f\x54\xc0\xe4\xff\xfa\x7a\x51\x6f\xad\x26\x77\x44\ \xc8\xd5\x6e\x4b\xe6\x0b\xdc\x07\x2c\x66\x54\x19\xd0\x8b\x54\x75\ \xa7\xd3\xf7\xdd\x63\xd2\x49\xcf\x2e\x9e\xc3\xcd\x66\xf3\xc2\x58\ \x20\x26\x94\x46\xa3\x11\x9a\xa5\xa5\xa5\x1e\x3b\x54\x74\x3a\x9d\ \x08\x8e\xd3\xe9\x34\x1e\x3d\x7a\x84\xab\x57\xaf\xc2\xed\x76\xcb\ \x22\x24\x9d\x30\x34\x34\x24\x15\x10\xab\x3c\x06\x66\x66\xf0\x0c\ \x30\x84\x8d\xd5\x1b\xce\x60\x60\xb1\x58\x10\x0e\x87\x91\xcb\xe5\ \x04\xb5\x61\x77\x09\xf5\x41\x4c\xbc\x98\x7d\xaa\xa8\x95\xfa\x10\ \xd4\x44\x88\xdf\xe7\xe2\xe1\x43\x60\xb2\xc6\x87\xf1\x22\x55\xf8\ \x22\x32\xf6\x62\x02\xc6\xbf\xab\x22\x4e\xb5\x1a\xb2\x5a\xad\x72\ \xf0\x53\x8c\xac\xd5\x6a\xb1\xb6\xb6\x26\x0f\xfa\xd5\x57\x5f\x95\ \xaa\x8a\x9f\xef\xf6\xed\xdb\x48\xa7\xd3\xd0\x6a\xfb\x83\x9f\x1d\ \x0e\x87\x08\xe6\xec\x76\x3b\x96\x96\x96\xc4\x29\x3b\x97\xcb\x21\ \x91\x48\x48\x90\x33\x9b\xcd\xb0\xdb\xed\x28\x16\x8b\x38\x3e\x3e\ \xc6\xd8\xd8\x18\x5c\x2e\x17\x16\x16\x16\xa4\x42\xd1\x6a\xfb\xbe\ \x51\x74\xd8\x67\xb7\x1e\x3b\x41\x19\xe8\x75\x3a\x9d\x1c\x30\xa9\ \x54\x0a\x87\x87\x87\x78\xf3\xcd\x37\xa1\xd1\xf4\xe7\x89\xd1\x37\ \x69\x67\x67\x07\xd1\x68\x54\x2c\x03\x7e\xf3\x9b\xdf\xe0\xd6\xad\ \x5b\xe8\x74\x3a\x58\x5b\x5b\x13\x2a\x43\xa3\xd1\x20\x14\x0a\xe1\ \xd2\xa5\x4b\xd8\xd9\xd9\x41\xaf\xd7\xc3\xfe\xfe\xbe\xe8\xd4\xb4\ \x5a\xad\x0c\x71\xe6\xda\xb8\x7b\xf7\xae\x08\xb4\xb3\xd9\x2c\x0a\ \x85\x02\xa2\xd1\x28\x7c\x3e\x1f\xaa\xd5\xaa\x74\x70\x38\x9d\x4e\ \x14\x0a\x05\xe4\x72\x39\xe8\x74\x7d\xaf\x24\x56\x46\x76\xbb\x1d\ \x6e\xb7\x1b\xf7\xef\xdf\x47\xad\x56\x93\xae\xcb\x5e\xaf\xdf\x88\ \x31\x3d\x3d\x8d\xd7\x5f\x7f\x1d\x53\x53\x53\x92\x48\xd6\x6a\x35\ \x38\x1c\x0e\x54\xab\x55\xa4\xd3\x69\x94\xcb\x65\xa1\x6f\x78\x98\ \x70\xed\x58\xad\x56\x4c\x4d\x4d\x09\x17\xef\xf5\x7a\xb1\xbb\xbb\ \x2b\x88\x12\x75\x64\x3a\x9d\x0e\x7e\xbf\x1f\xcb\xcb\xcb\xb8\x76\ \xed\x1a\xca\xe5\xb2\x78\x91\xa5\x52\x29\x2c\x2d\x2d\x61\x67\x67\ \x47\x44\xe7\xbd\x5e\x7f\x70\xef\xb3\x67\xcf\x10\x08\x04\x44\xa3\ \x53\xad\x56\x11\x89\x44\x60\x36\x9b\x45\xf8\xdd\x6a\xb5\x90\xcb\ \xe5\x64\x84\x0c\xed\x03\xd8\x71\x37\x38\x38\x28\x48\x21\x13\xc7\ \x78\x3c\x0e\xa3\xd1\x88\xb1\xb1\x31\x8c\x8c\x8c\x60\x7f\x7f\x5f\ \x0e\x73\x16\x2c\xa4\x97\x26\x27\x27\xa5\x1b\x8b\xba\x06\x1e\xa6\ \x14\x9f\x7a\xbd\x5e\x11\xf8\x52\x3f\xc5\x8a\xf3\xbb\xdf\xfd\x2e\ \x3e\xff\xfc\x73\xd9\xfb\x3c\x5c\xb9\x5f\x6c\x36\x1b\x16\x17\x17\ \x11\x0a\x85\xc4\x8e\xc1\x60\x30\xc0\xe7\xf3\x49\x67\xe3\xe5\xcb\ \x97\xc5\x32\xe4\xe4\xe4\x44\xba\x2c\x63\xb1\x98\x78\xf6\x10\xa5\ \x63\xe7\x26\x0f\x43\x00\x08\x87\xc3\x70\x38\x1c\x32\x2d\x42\xa3\ \xd1\x08\x25\xe4\xf5\x7a\x91\xcf\xe7\x91\x4e\xa7\x61\x34\x1a\x31\ \x3b\x3b\x2b\x95\x2c\x9b\x48\xd8\x81\xc8\x11\x3d\x46\xa3\x11\xc5\ \x62\x11\x7f\xf3\x37\x7f\x83\x54\x2a\x25\x5a\x25\x06\x07\x55\xd4\ \xfe\x62\x81\x66\xb5\x5a\xf1\xea\xab\xaf\xe2\xee\xdd\xbb\x78\xfe\ \xfc\x39\x9e\x3f\x7f\x2e\x7b\x84\x88\x22\x13\x12\x8a\x78\x07\x07\ \x07\xf1\x57\x7f\xf5\x57\x30\x99\x4c\xf8\xbb\xbf\xfb\x3b\x3c\x78\ \xf0\x40\x12\x38\xaf\xd7\x2b\x28\x2b\x6d\x01\xe8\x49\xa8\xd7\xeb\ \x61\xb3\xd9\x70\x78\x78\x88\x4c\x26\x23\x3a\x49\x52\x9c\x1c\xc1\ \x55\xaf\xd7\x61\x34\x1a\x31\x39\x39\x89\x78\x3c\x8e\xb1\xb1\x31\ \xd8\xed\x76\xa1\x32\xed\x76\x3b\x0a\x85\x02\xca\xe5\x32\xdc\x6e\ \x37\x22\x91\x08\xce\xce\xce\x90\xc9\x64\xa4\x50\xa4\xed\x49\x3e\ \x9f\x17\xc4\x83\x45\xe8\xf9\xf9\xb9\x4c\x17\x78\x51\x93\x44\xed\ \x63\x30\x18\x14\xe1\x34\x13\x2a\xad\xb6\x3f\xdf\x90\xbe\x7a\x1c\ \x50\xcf\x62\xb6\x54\x2a\x21\x97\xcb\xe1\xfc\xfc\x1c\x4b\x4b\x4b\ \xf2\x3e\x40\x7f\x00\x34\xe7\x74\x52\x3b\x47\xf4\x2d\x9d\x4e\x8b\ \x80\x99\x49\x36\x0b\x00\xa0\x3f\x73\x94\xd4\xf6\xd9\xd9\x99\x80\ \x01\xa4\x41\xcb\xe5\x32\x8e\x8e\x8e\xb0\xb0\xb0\x00\x93\xc9\x84\ \x5c\x2e\x87\x4c\x26\x83\x52\xa9\x84\x5e\xaf\x87\x1b\x37\x6e\x5c\ \x18\xfb\xc5\x98\x48\x2b\x00\xee\x03\xb5\x81\x40\xa5\x84\x89\x7e\ \x90\xaa\x55\x69\x66\x26\x08\x00\x64\xbf\x31\xb1\x24\xea\xc5\x04\ \xe9\xfc\xfc\x5c\xd6\x01\xa9\x7d\xae\x7b\xc6\x68\xb5\x53\x92\x34\ \x32\x67\x3c\x52\x2f\xcd\xe9\x12\xa4\x32\x69\x73\xe3\xf5\x7a\xa5\ \x48\x03\x20\x8d\x6a\x2a\x72\xcb\xe7\xc8\x6b\x51\x0b\x08\x6a\x6b\ \xf9\xb3\x2c\xbc\xd4\xc4\x58\x95\x6a\xa8\x09\x16\xcf\x13\x7e\x4f\ \x45\xca\x78\x3e\x13\x49\x54\x65\x43\xaa\xce\xfa\xc5\x9f\x57\x41\ \x18\x16\xe7\x8c\xf5\xdd\x6e\xf7\x42\x92\xc6\x9f\xe1\xf5\x72\x9d\ \x10\x15\x27\x6a\x7d\x72\x72\x02\xcd\xdb\x6f\xbf\xdd\x23\x3c\xef\ \x76\xbb\x51\x2a\x95\x90\xc9\x64\x70\xe9\xd2\x25\x11\x5b\x13\x4d\ \x22\xd4\xce\x03\x58\xa7\xd3\xc9\x81\x4f\x3e\x9c\x17\xc5\xac\x8f\ \x0f\x98\x37\x8e\x07\x11\x5f\x8f\xd4\x0f\xff\x8d\xee\xd1\x67\x67\ \x67\xd2\xe9\x90\xc9\x64\x2e\x74\x69\xf0\xa6\xa8\x49\x90\x2a\x7e\ \x67\x16\xab\xfe\x9b\x9a\xb9\x32\xb3\x27\x54\xa8\xea\xb4\x5e\xa4\ \x0c\x5f\x44\xb7\xb8\x30\xb9\xf8\xa9\x7f\xb1\x58\x2c\xf0\x7a\xbd\ \x88\x44\x22\x68\xb7\xdb\x78\xf0\xe0\x01\x8c\xc6\xfe\x38\x20\x42\ \xc0\xdd\x6e\x17\xb9\x5c\x0e\x57\xaf\x5e\xc5\xf5\xeb\xd7\x71\x72\ \x72\x82\x42\xa1\x20\xb3\xe0\x28\x12\x04\x20\xb6\x0e\x14\xb5\x33\ \xfb\xdf\xde\xde\x46\x32\x99\x44\x28\x14\xc2\xfa\xfa\xba\xa0\x56\ \xf9\x7c\x1e\x53\x53\x53\x08\x85\x42\x28\x95\x4a\xd2\xfa\xff\xc7\ \x7f\xfc\xc7\xd8\xdc\xdc\x14\xb4\x80\x68\x16\xbb\x01\xd9\x9e\x9d\ \x4c\x26\x45\x6f\x75\xed\xda\x35\x74\x3a\x1d\xa1\xbc\xf8\x39\xa9\ \x5d\xa2\x0d\x01\xdb\xca\xd9\xb2\xcf\x7b\x4c\x07\xf9\x56\xab\x3f\ \xd1\x3e\x9b\xcd\xc2\xe5\x72\x21\x99\x4c\x0a\xc5\x74\x7e\x7e\x2e\ \xe6\x8a\x7e\xbf\x5f\x06\x64\x12\x8d\xbb\x71\xe3\x06\x0c\x06\x03\ \x6a\xb5\x1a\x2e\x5d\xba\x84\x78\x3c\x2e\xd5\xd2\xc1\xc1\x81\x0c\ \x1d\x6e\x34\x1a\x28\x97\xcb\xd2\x4d\xc9\xb6\x77\xaf\xd7\x8b\xc5\ \xc5\x45\xe8\xf5\x7a\xfc\xea\x57\xbf\x92\x60\xc9\xf7\x1f\x1b\x1b\ \xc3\xe9\xe9\x29\x26\x26\x26\x60\xb7\xdb\x91\xcb\xe5\x30\x31\x31\ \x21\x56\x22\x4c\x64\x59\x6d\x11\xd2\x57\x37\x1a\x75\x4f\x5c\x43\ \x7e\xbf\x1f\x1b\x1b\x1b\x82\x4c\x6d\x6c\x6c\x88\x70\xfd\xe9\xd3\ \xa7\x08\x06\x83\x98\x9c\x9c\x44\xa9\x54\x92\x09\x09\x14\x87\x32\ \x31\xe8\x76\xbb\x98\x9d\x9d\x15\xc3\xd9\x40\x20\x80\x4c\x26\x03\ \x83\xc1\x80\xd9\xd9\x59\xe9\x90\x5c\x5a\x5a\x42\x22\x91\xc0\xca\ \xca\x8a\x38\x82\x07\x02\x01\xc4\xe3\x71\xe8\xf5\x7d\x87\x7b\x42\ \xfb\xfb\xfb\xfb\x28\x95\x4a\x32\xf0\x5a\xab\xd5\x4a\xa7\xe0\xe9\ \xe9\xa9\xd8\x53\x70\x0f\x10\x31\xa0\xf6\xd2\x62\xb1\x20\x97\xcb\ \xc9\x41\xd3\x68\x34\xa0\xd1\xf4\xe7\xc3\x71\xb6\xa8\xcb\xe5\x42\ \xab\xd5\xc2\x93\x27\x4f\x30\x3a\x3a\x2a\x1d\x79\x3f\xf8\xc1\x0f\ \x2e\x54\x96\xa4\x94\x28\x9e\xfd\xc6\x37\xbe\x01\x87\xc3\x21\x9d\ \xa3\x26\x93\x09\x5f\xfd\xea\x57\x51\xa9\x54\xb0\xb6\xb6\x26\x23\ \x9b\x7a\xbd\xde\x05\x6a\xb3\x56\xab\x89\x95\x06\x6d\x38\x98\x50\ \x92\x9a\xa4\xfb\x7e\x36\x9b\xc5\xf9\x79\x7f\x86\x24\x3d\xae\x76\ \x77\x77\x31\x3a\x3a\x7a\x41\xaa\xe0\x74\x3a\xc5\x93\x28\x16\x8b\ \x21\x12\x89\x08\x22\x47\xdb\x92\xf1\xf1\x71\x7c\xef\x7b\xdf\xc3\ \xe7\x9f\x7f\x2e\xe7\x0a\x35\x24\x0c\xf0\x2a\x15\xa4\xa2\xb8\xc7\ \xc7\xc7\xb8\x77\xef\x1e\xee\xdd\xbb\x87\xc7\x8f\x1f\x23\x93\xc9\ \xc8\x6b\x10\x8d\x55\xbb\x9c\x88\x44\xff\xc9\x9f\xfc\x09\x7e\xf8\ \xc3\x1f\xe2\x9f\xfe\xe9\x9f\xa4\x63\x8b\x86\xa5\xfc\x59\xbb\xdd\ \x8e\x68\x34\x8a\x70\x38\x2c\x36\x05\xa4\xae\x0e\x0f\x0f\xa5\x30\ \xee\xf5\x7a\x62\x2d\x40\x74\x84\x8d\x34\xcb\xcb\xcb\x62\x32\x7b\ \x7e\x7e\x8e\xf1\xf1\x71\x00\x10\x5d\x13\x35\x2d\x8b\x8b\x8b\x78\ \xf6\xec\x19\xba\xdd\x2e\xdc\x6e\xb7\x8c\xa6\x3a\x38\x38\x90\xa4\ \xa1\xd7\xeb\xc1\xe1\x70\x60\x64\x64\x04\x95\x4a\x45\x7c\xdb\xa8\ \x85\xa1\x1e\xcc\x64\x32\x09\xe2\xc4\x64\x99\xf1\xa4\x52\xa9\xc0\ \x64\x32\xa1\x54\x2a\x09\xf5\x4d\x3f\x36\xab\xd5\x8a\x4c\x26\x23\ \xa8\x2f\xf5\x78\x14\x3e\x13\x8d\xa0\x54\x83\x5d\xdb\xed\xf6\xef\ \x06\x71\xb3\x19\x01\xe8\x6b\xd9\x54\x94\xa5\xd3\xe9\x48\x11\x41\ \x1a\x8a\xd4\x10\x4d\x27\x19\x1f\x89\xfe\xe9\xf5\x7d\x9f\x27\x3e\ \xa3\x72\xb9\x2c\x34\x1d\xcf\x2c\xfa\x48\x11\x3d\x22\x12\xc2\xe2\ \x42\xaf\xef\xfb\x81\x71\x5d\x30\xd6\xf2\x99\x32\xf8\x1b\x0c\x7d\ \xbf\xb6\x8f\x3e\xfa\x08\x5f\xfb\xda\xd7\x04\xfd\x65\x8c\xa2\xd5\ \x42\xab\xd5\x92\xc9\x0d\xf4\xe3\x63\x31\xcd\x58\xc9\x58\xad\xfe\ \x3e\x8b\x5d\xae\x1b\x22\x77\x2c\x50\x78\x7d\xfc\x3d\x26\x50\x26\ \x93\x49\xf6\x13\xdf\x83\xb4\x3b\x29\x34\x32\x51\xbc\x66\x16\xa2\ \x83\x83\x83\x17\x92\x18\x3e\x43\x26\x6d\x7c\x7e\xa4\x45\x49\x1b\ \x32\x17\x61\x27\x1f\xdf\x87\x49\x2d\x93\x7a\x02\x3d\xdc\x67\x7c\ \x4e\x6a\xbe\xa0\x32\x60\x2a\x6b\xa5\x02\x32\xbc\x2f\xbc\x36\x16\ \x64\xd4\x69\x51\xe8\xae\xd1\x68\xa0\xf9\xb3\x3f\xfb\xb3\xde\xde\ \xde\x1e\x4a\xa5\x92\x8c\x30\x20\x1a\x33\x3e\x3e\x8e\xc3\xc3\x43\ \x38\x1c\x0e\xe9\x04\xe3\x9b\xaa\x3e\x11\x84\x0c\x59\x19\xa9\xd9\ \xa7\xc1\x60\x90\x0a\x9b\x99\x26\x83\x6f\x3e\x9f\x97\x04\x85\x37\ \x93\x88\x0d\x00\xa9\x2c\x35\x1a\x0d\x12\x89\x04\x72\xb9\xdc\x85\ \xac\x9f\x0f\x8a\x49\x10\xb3\x59\x15\x7a\x7c\x11\x5a\x7c\xb1\x03\ \x90\xd9\x2b\x7f\xfe\xff\x87\x5c\x01\x10\x5e\x98\xdd\x11\x6e\xb7\ \x5b\x50\x3f\x5a\x35\xc4\xe3\x71\xc9\xd0\x55\xad\x07\xef\x01\x11\ \x3a\x2e\x44\x2e\x0e\xb6\xd5\x56\xab\x55\x39\x30\xaa\xd5\x2a\x26\ \x26\x26\xd0\xeb\xf5\xa4\x22\x3b\x3d\x3d\x85\xcf\xe7\x83\xcb\xe5\ \x92\x0a\x92\xbf\xab\x8e\x27\x22\x7a\xe6\xf5\x7a\x45\x83\xc5\x2e\ \x2b\x9d\xae\x3f\xf7\x70\x62\x62\x42\xcc\x02\xad\x56\x2b\x16\x17\ \x17\xb1\xbd\xbd\x2d\x74\x21\x45\xdc\x74\x0b\x8f\x46\xa3\xd8\xde\ \xde\x16\x8a\xe7\x0f\xfe\xe0\x0f\xf0\xd1\x47\x1f\xe1\xe8\xe8\x08\ \x36\x9b\x0d\x07\x07\x07\x58\x5f\x5f\xc7\x5f\xfe\xe5\x5f\x22\x16\ \x8b\xe1\xf9\xf3\xe7\xa2\xf9\xb2\x5a\xad\x28\x95\x4a\x70\xbb\xdd\ \xa2\x77\xd8\xdd\xdd\xc5\x27\x9f\x7c\x22\xe6\x9a\x8b\x8b\x8b\x08\ \x87\xc3\x78\xfe\xfc\x39\x06\x07\x07\xb1\xbe\xbe\x8e\xeb\xd7\xaf\ \x4b\x00\x65\x52\xc3\xea\xdc\x66\xb3\xa1\x5c\x2e\xa3\xd9\x6c\x62\ \x6f\x6f\x0f\xcf\x9f\x3f\x17\xb8\xf6\x2f\xfe\xe2\x2f\xa4\x65\xfa\ \xf0\xf0\x50\xd0\x86\xe1\xe1\x61\x1c\x1e\x1e\x22\x95\x4a\x61\x64\ \x64\x04\x1e\x8f\x07\xdd\x6e\x17\x85\x42\x41\xd6\xd0\x95\x2b\x57\ \x24\xe8\x73\x2c\x0e\x85\x90\x4e\xa7\x13\x99\x4c\x46\x2a\xe1\x72\ \xb9\x8c\x7c\x3e\x8f\x56\xab\x85\x37\xdf\x7c\x13\x16\x8b\x45\xf6\ \x4b\x22\x91\x10\xba\x9c\x48\x21\xbb\x64\xcf\xce\xce\xc4\x8c\xf5\ \xf4\xf4\x14\xc1\x60\x10\x07\x07\x07\xb2\xe1\xd9\xb9\x79\xeb\xd6\ \x2d\xa4\x52\x29\xa1\xe8\x53\xa9\x94\xb4\x6a\xd7\xeb\x75\x38\x9d\ \x4e\xec\xed\xed\x89\xf1\xdd\xd1\xd1\x11\x8e\x8f\x8f\x25\xd1\xb3\ \xdb\xed\xf8\xf0\xc3\x0f\x85\xb6\xa0\x55\x04\x3b\xf4\x58\xe1\x13\ \x3d\x53\x1d\xb7\x49\xd3\x64\xb3\x59\xcc\xce\xce\xa2\x50\x28\x20\ \x95\x4a\x41\xa7\xd3\xc1\xe7\xf3\xc9\x01\xe9\x76\xbb\xc5\x31\x9d\ \x09\x8f\xd5\x6a\xc5\x27\x9f\x7c\x82\x6c\x36\x0b\x83\xc1\x20\x7a\ \x3e\xba\xa0\x9b\x4c\x26\x19\xf5\xc2\x81\xc4\x3c\x2b\xb8\x9f\x38\ \x13\x91\x55\x30\xe9\x11\xa3\xd1\x88\x95\x95\x15\x41\x26\x3c\x1e\ \x8f\xd0\x83\x6c\xf1\xd6\xeb\xf5\x38\x3c\x3c\x14\x7f\x2c\xde\x57\ \xee\xc7\x5e\xaf\x87\x60\x30\x28\xb3\x2c\xbb\xdd\xae\x88\xe1\x99\ \x10\x30\x78\x0c\x0c\x0c\x20\x10\x08\x60\x75\x75\x15\x3f\xfd\xe9\ \x4f\xa5\xc2\xe5\xb5\xd0\x0e\x81\x54\x98\xcf\xe7\x13\xeb\x80\xb1\ \xb1\x31\xbc\xf2\xca\x2b\xf8\xfe\xf7\xbf\x8f\x58\x2c\x06\x8b\xc5\ \x22\xfa\xba\x6e\xb7\x2b\x8d\x20\x3c\xfc\xa9\xa5\x9a\x9b\x9b\x13\ \xad\xd5\x3f\xff\xf3\x3f\x4b\x75\xcc\x73\x49\x75\xf2\x26\x1d\xc9\ \xc0\xf8\xca\x2b\xaf\xc0\xed\x76\x8b\x85\x06\x93\x03\xb5\x9b\x93\ \xfa\x22\xad\xb6\xdf\xf5\xcd\x81\xf1\xe3\xe3\xe3\xd8\xd8\xd8\x90\ \xe7\xaa\x32\x12\x26\x93\x09\x37\x6f\xde\xc4\xfe\xfe\xbe\xac\x17\ \x16\x50\x0c\xdc\xaa\x41\x28\x2b\x7b\x26\x8c\x2c\x4c\x48\x79\x77\ \x3a\x1d\x34\x1a\x0d\x29\xf4\x48\xcd\x10\xcd\x22\x25\x76\x7c\x7c\ \x2c\x5d\xab\x44\xc1\xa9\xb7\x54\x0d\x33\xd9\x6d\xc8\xe7\xcb\x66\ \x23\x26\x62\xf9\x7c\x5e\xe8\x57\x5e\xeb\xf9\xf9\x39\xaa\xd5\xaa\ \xd0\xeb\x1a\x4d\xdf\x6a\x87\x68\xf6\xfe\xfe\x3e\xfc\x7e\x3f\xc2\ \xe1\x30\x9a\xcd\xa6\x8c\x8e\xa2\x9f\x16\x35\x69\xaa\x1e\x8d\x5d\ \xe3\xa4\xf9\x62\xb1\x98\xd8\xb5\xf0\x1c\x61\xa3\xc5\xf0\xf0\x30\ \xea\xf5\x3a\xc6\xc6\xc6\x24\x29\xa7\x70\x9f\xa8\x0f\xef\x03\x99\ \xa4\x56\xab\x6f\xd6\xad\xd5\x6a\x05\xc1\x53\x7d\xc8\x1e\x3c\x78\ \x00\xaf\xd7\x0b\xa7\xd3\x29\x09\x21\x51\x58\x35\x2e\x6b\x34\x1a\ \xe4\x72\x39\x11\xf4\xab\xd7\xcf\xe7\x4d\x5d\xa6\x8a\xae\x51\x0f\ \x46\x6d\x2e\xaf\xd7\x66\xb3\x89\x75\x8e\x2a\x9e\xa7\xce\x4e\x9d\ \x70\xc2\x3d\x44\x54\x8c\x9a\x2c\x7e\x4e\xae\xd5\x17\xcd\x4b\x79\ \x9f\x55\x0f\x2c\x0a\xd9\x55\x6d\x15\xd7\x13\x93\x59\xbe\x1f\xa5\ \x23\xdc\xb7\x2c\x6c\x55\x80\x88\xff\xe5\x75\x88\x33\xbb\xee\x77\ \x96\x26\x9c\xb5\x79\x7e\x7e\x0e\xa7\xd3\x29\x71\x85\x9f\xb1\xd7\ \xeb\x41\xd7\x6c\x36\xdf\x2b\x16\x8b\x17\xec\xf1\xb9\x99\xea\xf5\ \x3a\x76\x77\x77\x45\x7c\xc9\x9b\x4b\x71\x5c\x22\x91\x40\x3e\x9f\ \x47\x2a\x95\x42\x22\x91\x40\xb9\x5c\x16\xfa\x2a\x9d\x4e\x23\x99\ \x4c\x22\x16\x8b\xa1\x50\x28\x48\x17\xd4\xe9\xe9\xa9\x88\xb6\x29\ \x26\xe5\xc2\xa5\x98\x95\x1f\x9c\x07\x0d\x6f\x30\x9d\x6c\x79\xc3\ \x5e\xd4\x45\xa9\x37\x89\x87\x29\xbf\xff\x7f\xc1\x80\x2a\x4c\xa8\ \x66\xcb\x7c\xb0\xe4\xa0\xc9\x21\x93\x2f\x67\xc6\x6a\xb7\xdb\xa5\ \x73\x92\x94\x18\x93\x18\x9a\x4c\x12\xa5\x62\x8b\x30\xf9\x7a\x8e\ \x6c\x68\x34\x1a\x28\x16\x8b\xe2\x78\x7e\xf5\xea\x55\xb9\x47\x83\ \x83\x83\x32\xea\x85\xd5\x92\x2a\x52\x25\x9c\x7d\x76\x76\x26\xad\ \xf2\xd4\x4b\xf1\x3e\xc6\xe3\x71\x64\x32\x19\x1c\x1d\x1d\xa1\x58\ \x2c\x62\x77\x77\x57\xcc\x17\x81\x7e\x17\x20\x3f\x43\x2e\x97\x13\ \x58\x58\xaf\xef\xdb\x19\x5c\xb9\x72\x45\x4c\x1a\xd9\x5d\x43\x34\ \xe5\xe0\xe0\x00\xcf\x9e\x3d\x93\xb6\x7f\xab\xd5\x2a\x6e\xfc\x1c\ \x3c\xca\xd6\x73\xa2\x1e\x84\xc1\xc3\xe1\x30\xe2\xf1\x38\xcc\x66\ \x33\x7c\x3e\x1f\x6e\xde\xbc\x29\xc2\xd8\xf3\xf3\x73\xec\xef\xef\ \xa3\x5e\xaf\xc3\x64\xea\xcf\x9c\x23\xbd\x41\xea\x68\x63\x63\x03\ \xeb\xeb\xeb\xd8\xdf\xdf\x17\x14\x42\xb5\x64\x20\x1a\xfb\xe5\x97\ \x5f\x0a\xa5\xbd\xba\xba\x0a\x9b\xcd\x26\xa2\xd1\xe3\xe3\x63\xb1\ \x30\xd8\xd8\xd8\x40\xb9\x5c\x16\x7a\x96\x46\x9f\xed\x76\x5b\x68\ \x38\xae\x01\x6a\x1e\x72\xb9\x1c\x7a\xbd\x1e\xa2\xd1\xe8\x05\x03\ \xbd\xfb\xf7\xef\x0b\x25\x5b\xad\x56\xa1\xd1\x68\xa4\xdd\x9b\xe3\ \x48\xac\x56\xab\x6c\xfa\x62\xb1\x28\x86\xad\x44\x71\xf4\x7a\xbd\ \xd0\x20\x4f\x9e\x3c\x91\x69\x08\xf5\x7a\x5d\xf4\x7b\xa4\xbf\x0b\ \x85\x02\x6e\xdc\xb8\x21\xde\x75\x73\x73\x73\x22\x4a\x6d\xb5\x5a\ \x18\x1f\x1f\x17\x18\xfb\xd2\xa5\x4b\x18\x1e\x1e\x96\x8a\xde\x6c\ \x36\xa3\xdd\x6e\x4b\xb2\xb4\xbc\xbc\x8c\xb9\xb9\x39\xf1\x58\xb3\ \x5a\xad\x28\x16\x8b\x28\x14\x0a\xb2\x6e\x29\xf4\x64\x90\x6d\xb7\ \xdb\xe2\x4d\xc5\x66\x06\x52\x90\x4e\xa7\x13\x1b\x1b\x1b\xb2\xdf\ \xe8\xfa\xce\x22\xcd\x6e\xb7\x8b\x0e\xc6\x60\xe8\x9b\xb4\xd2\x8b\ \xa9\xd3\xe9\x20\x9b\xcd\x4a\x71\x40\x2d\x1e\xf5\x79\xed\x76\x5b\ \x66\x39\x12\x45\xa0\xb9\x64\x3e\x9f\xc7\xd8\xd8\x18\xea\xf5\x3a\ \xca\xe5\x32\xcc\x66\x33\xce\xcf\xcf\xe1\xf5\x7a\x01\xf4\x5d\x9e\ \xa7\xa7\xa7\x61\xb5\x5a\x11\x0c\x06\x05\x69\x32\x1a\x8d\x52\xa1\ \x33\xe0\xb2\xb8\x69\x36\x9b\xf8\xf0\xc3\x0f\x45\xb2\xc0\x83\x5c\ \x95\x3e\xf0\x67\x75\xba\xbe\x99\xe8\xe2\xe2\x22\xcc\x66\x33\x6c\ \x36\x1b\xdc\x6e\x37\x56\x57\x57\x45\x9b\xc3\x03\x9f\xc8\x1b\x03\ \x07\xbb\x3c\xdf\x7c\xf3\x4d\x6c\x6d\x6d\xe1\xd7\xbf\xfe\x35\x6e\ \xdf\xbe\x8d\x89\x89\x09\xdc\xba\x75\x0b\x06\x83\x01\xe1\x70\x18\ \x13\x13\x13\xb0\xd9\x6c\x08\x85\x42\x12\x30\x7c\x3e\x1f\x3a\x9d\ \x0e\x02\x81\x00\xd6\xd6\xd6\xa0\xd1\x68\xa4\xc3\x8b\x45\x80\xdf\ \xef\x47\xa1\x50\x10\x24\xe8\x45\x87\x79\x0a\xec\xaf\x5d\xbb\x86\ \xf1\xf1\x71\x0c\x0f\x0f\x4b\xf7\xe9\xe4\xe4\xa4\xdc\x6b\xea\x9d\ \x18\x18\xd9\xd8\xc2\x73\x91\xf7\xd4\xe5\x72\x49\xc7\x19\x11\x42\ \x06\xb6\xe5\xe5\x65\x3c\x7b\xf6\x0c\x40\xbf\x51\xa6\xdd\x6e\x4b\ \x42\x4c\xf4\x88\x7b\x49\xed\x04\xa3\x84\x82\xf6\x2c\xbc\x9f\x44\ \xf5\x58\xcc\x50\xd8\xde\x68\x34\x60\x34\x1a\x05\x71\x23\x02\xc8\ \x6b\x27\x5d\xc8\x24\x99\x49\x21\x91\x9b\xd3\xd3\xfe\x30\x79\x9a\ \xdc\xb2\xc0\x26\x20\xc1\x44\x7b\x64\x64\x44\xb4\x3d\xaa\x75\x83\ \xdb\xed\xfe\x5f\x26\xa8\xfb\xfb\xfb\x72\xdf\x5a\xad\x16\x7e\xfc\ \xe3\x1f\x63\x75\x75\x15\x07\x07\x07\xd2\x28\x45\xcb\x05\x8d\x46\ \x23\x49\x16\xa9\x56\x1a\x3b\x77\xbb\x5d\xe9\x4c\x3c\x3c\x3c\x44\ \x3e\x9f\x17\x3f\x37\x52\x89\xd4\xc6\xc6\xe3\x71\xf1\xb2\xdc\xdb\ \xdb\x83\xd9\x6c\x96\xeb\xe2\xf9\xac\xd5\x6a\x2f\x24\xec\x34\xe8\ \x54\x13\x59\x9e\x53\x6c\x8a\x62\x57\xe0\xe0\xe0\x20\x46\x47\x47\ \x25\x4e\x32\x99\x24\x2a\xc9\xd8\xcc\xfd\xc2\x78\x4d\x17\x02\xd2\ \xd6\xdc\x17\x94\xd2\xf0\xef\x44\xfa\x48\x23\x52\xa0\xce\xd7\x55\ \x13\x2f\xc6\x6e\x16\x14\xd4\x9e\xa9\x9a\x6e\xe6\x10\x2c\x14\x99\ \x4c\xa9\xe8\x9e\x9a\xec\x31\x89\xa7\xf6\x9c\x80\x51\xbd\x5e\x47\ \xa1\x50\x40\xa5\x52\x11\x73\xe6\x5a\xad\x06\xcd\xad\x5b\xb7\x7a\ \x3c\x6c\x55\x1f\x0b\x42\x6f\x54\xc8\x33\x13\x65\x25\xc8\x8c\x58\ \x85\xd3\x78\x78\x72\xb1\xa9\xc2\x32\x55\xff\xa4\x72\xd2\x84\x48\ \x55\xb1\xda\x8b\x95\xcc\x8b\xc8\x17\xb3\x66\xf5\x06\xa9\xaf\xa1\ \x56\xab\x7c\x6f\x7e\xa9\x48\x17\x7f\x87\x82\x6e\x7e\x5f\x6d\x13\ \xe5\x06\xe1\x86\xe4\x75\xd0\xc2\xe2\xd6\xad\x5b\x22\x5a\x66\x77\ \x49\xaf\xd7\x93\x84\x44\xf5\x3b\xd2\x68\x34\x18\x1b\x1b\x93\xb1\ \x0e\xb3\xb3\xb3\x38\x3b\x3b\x43\x22\x91\x90\xfb\x7e\xe3\xc6\x0d\ \xf1\x22\xa2\x3e\x28\x9d\x4e\xcb\xe1\xcb\xeb\x9b\x98\x98\xc0\xe5\ \xcb\x97\xf1\x5f\xff\xf5\x5f\xb2\x88\xd9\x34\x30\x38\x38\x88\x70\ \x38\x8c\x6a\xb5\x8a\xe5\xe5\x65\x7c\xe7\x3b\xdf\xc1\x0f\x7f\xf8\ \x43\xf4\x7a\x3d\xb8\x5c\x2e\x09\x56\x6a\xb2\x41\x08\x9c\x9b\xfd\ \xe4\xe4\x44\x0c\x1f\x47\x47\x47\xf1\xfc\xf9\x73\x68\x34\x1a\x49\ \x0c\xac\x56\x2b\x3c\x1e\x0f\x9e\x3e\x7d\x2a\xd4\x81\xc9\x64\x92\ \xd6\xe0\x5c\x2e\x27\xfe\x49\x6c\x11\xe6\xbd\x24\x55\x19\x08\x04\ \x64\x58\xf1\xf8\xf8\x38\x1e\x3d\x7a\x24\x5a\x06\x0a\x53\x47\x46\ \x46\xb0\xb0\xb0\x80\x6c\x36\x8b\x5e\xaf\x87\xf1\xf1\x71\xa9\x9c\ \xdc\x6e\x37\xf2\xf9\xbc\x6c\xcc\x48\x24\x82\x4e\xa7\x83\x50\x28\ \x84\x5f\xff\xfa\xd7\xb0\x5a\xad\x08\x04\x02\xa8\xd7\xeb\x88\x44\ \x22\xa2\x1f\x63\x15\x74\x76\x76\x86\x74\x3a\x8d\x6c\x36\x0b\x93\ \xc9\x24\x89\x27\xd1\x21\x8a\x8d\x7b\xbd\x1e\xa6\xa7\xa7\xd1\x68\ \x34\xe0\x74\x3a\xf1\xf8\xf1\xe3\x0b\x54\x34\x47\x19\x51\x9f\xc4\ \xcf\x40\xcf\xa8\x85\x85\x05\xb8\xdd\x6e\xec\xef\xef\x63\x77\x77\ \x17\x3e\x9f\x4f\xbc\xaa\xae\x5c\xb9\x02\x93\xc9\x84\xdd\xdd\x5d\ \xdc\xbf\x7f\x1f\x76\xbb\x5d\xd6\x14\x45\xaf\x6c\x15\x26\x55\xf3\ \xf9\xe7\x9f\xe3\xda\xb5\x6b\xa2\x7f\x4a\xa7\xd3\x98\x9d\x9d\x85\ \xd9\x6c\xc6\xe6\xe6\x26\x2e\x5f\xbe\x2c\xfa\x18\xde\x73\x52\x32\ \x0e\x87\x43\x92\x21\x75\xdd\x8c\x8f\x8f\xa3\x50\x28\x20\x16\x8b\ \x09\x3d\xbd\xb9\xb9\x79\x41\x4b\xc4\x04\x9a\x68\x37\xc7\x0c\xd1\ \x49\x9d\x7e\x5d\xd4\xc9\x8c\x8f\x8f\xe3\xf4\xf4\x14\xff\xf2\x2f\ \xff\x82\xbd\xbd\x3d\xe8\xf5\xfd\x39\x78\x9d\x4e\x47\x4c\x65\xaf\ \x5e\xbd\x8a\xd7\x5e\x7b\x4d\xc4\xc4\x36\x9b\x4d\x26\x40\xb0\x3d\ \x9f\x41\x70\x73\x73\x53\x28\x2c\x1e\xa4\xac\x70\x59\x90\xf5\x7a\ \x3d\x49\xe6\x3b\x9d\x8e\xb4\xfa\xa7\xd3\x69\x59\x07\x14\x4b\x53\ \xa7\xc3\xf7\xa2\xdd\x04\xb5\x21\x4f\x9e\x3c\x41\x20\x10\x40\xaf\ \xd7\xf7\x56\x7a\xff\xfd\xf7\xb1\xbf\xbf\x7f\xa1\x1b\x89\xf7\x87\ \xc1\x9d\x48\x09\x11\xe9\xbb\x77\xef\x62\x62\x62\x02\x5f\xf9\xca\ \x57\x70\x76\x76\x86\xfb\xf7\xef\xe3\xc3\x0f\x3f\x84\xc1\x60\x10\ \x9d\x0d\xb5\x1c\x4c\xe8\x82\xc1\x20\xee\xde\xbd\x8b\x93\x93\x13\ \xfc\xf8\xc7\x3f\x16\x9d\x4b\xbb\xdd\xc6\xc2\xc2\x02\x82\xc1\x20\ \x1c\x0e\x07\x34\x9a\x7e\x27\x18\xd1\x4d\xa7\xd3\x29\x33\x28\x39\ \x83\xd1\xe1\x70\x08\x55\xc8\x60\xc5\x20\x4a\x6d\x54\xa9\x54\x12\ \x64\x9e\x7a\x5a\xa2\x9d\x9c\x7f\x6a\xb7\xdb\x05\x51\xa4\x4e\x87\ \xf3\x4d\x89\xbc\x68\xb5\x5a\x8c\x8d\x8d\x49\xb7\xe5\xe8\xe8\xa8\ \x38\xe5\xd3\x23\x4f\xed\x7c\x63\x2c\x60\xa7\x5c\x26\x93\xc1\xf4\ \xf4\xb4\x24\x32\x2c\x68\x28\x93\x20\x42\x3a\x3d\x3d\x7d\xc1\xc3\ \x8a\x9a\x61\x4a\x00\x0e\x0e\x0e\x30\x34\x34\x84\xd9\xd9\x59\x89\ \x27\x5b\x5b\x5b\x32\x3f\x95\x43\x88\xa9\x59\x52\x35\x4e\x5c\x43\ \x0c\xcc\xaa\x00\x3e\x9d\x4e\xc3\x66\xb3\x89\x16\x89\xc8\x9b\xc1\ \x60\xb8\xa0\x2d\x62\x32\xc4\x84\x88\xda\x44\x52\x74\x74\xcf\x67\ \xe7\x66\xbb\xdd\xc6\xde\xde\x1e\x5c\x2e\x17\x82\xc1\xa0\x24\x7a\ \x44\xd2\x08\x34\x50\x90\xcd\x73\x9a\xa0\x00\x69\x7f\xad\x56\x8b\ \x7a\xbd\x8e\x5a\xad\x26\xc5\x21\xd0\x9f\xbb\xca\xd4\x79\xd7\x2d\ \x00\x00\x20\x00\x49\x44\x41\x54\xb9\xad\x6f\xbe\xf9\xa6\x24\x65\ \x9d\x4e\x47\xd0\x30\x6a\xae\xd8\xc1\xc7\x62\x88\xc0\x0b\xef\x15\ \x59\x92\xb5\xb5\x35\x9c\x9e\x9e\xe2\xe0\xe0\x40\x80\x82\x85\x85\ \x05\x58\xad\x56\x19\x55\x64\xb3\xd9\x24\xf9\x62\x12\xc3\xc9\x04\ \xa4\x14\x55\xf4\x97\x89\x52\xbb\xdd\x96\x84\xef\xe8\xe8\x48\x62\ \x12\x13\x41\x26\x3c\x4c\x64\x99\x10\xaa\x39\x03\x63\x38\x13\x62\ \xae\x63\x75\x32\x09\x8b\x0f\xde\x6b\x15\x80\x21\x32\xce\xf7\x62\ \x42\xc7\xe2\x50\x1d\x59\x44\xc6\xe4\xe4\xe4\x44\x2c\x9b\xf8\x7a\ \x3a\xad\x56\xfb\x1e\x2b\x18\x66\x69\x6a\x4b\xb5\xca\x87\xf2\x02\ \xf8\x3d\x66\xf9\xaa\x50\xef\xff\xd2\x42\xbd\xf8\xfb\xaa\xe0\x9d\ \x6e\xb6\x5c\x38\xbc\x71\xea\x4c\x22\xa2\x67\xd4\xbf\x30\x8b\x56\ \xd1\x2a\x95\xce\x53\x05\x7c\xaa\x20\x8e\xd0\x1f\x0f\x48\x95\x6f\ \x55\xbf\xf8\x3d\x56\x2a\x4c\x5a\x46\x46\x46\x44\x40\xc9\xa1\xc4\ \xf1\x78\x1c\x7b\x7b\x7b\x52\x45\x0c\x0c\x0c\xe0\xca\x95\x2b\x28\ \x95\x4a\x38\x3f\x3f\xc7\xc2\xc2\x02\x42\xa1\x90\x40\xa7\x77\xef\ \xde\x95\x2a\x94\x70\x35\xb5\x5b\x4e\xa7\x53\x1e\x10\x79\x73\xce\ \xf9\x1a\x1d\x1d\x15\xda\x89\x9a\xb9\xc9\xc9\x49\xf1\x60\x02\xfa\ \x1e\x58\x07\x07\x07\x00\x80\xed\xed\x6d\xb9\x4f\x14\x31\xd7\x6a\ \x35\x84\x42\x21\x71\xf9\x4e\xa5\x52\xa8\x54\x2a\x68\xb5\x5a\x42\ \xb3\x91\xa7\xae\x56\xab\xc8\x66\xb3\xd8\xdc\xdc\x44\xa5\x52\x11\ \x31\x32\xed\x02\x0a\x85\x02\xb6\xb7\xb7\x91\x4e\xa7\xb1\xbb\xbb\ \x2b\x48\x25\xa9\x4f\x8f\xc7\x23\x34\x27\xf5\x7d\x4c\xd0\xa8\xbf\ \xe3\xcf\xb2\x6a\x61\x02\x10\x08\x04\x30\x36\x36\x86\xb9\xb9\x39\ \xf1\x1e\x62\x45\xda\x68\x34\x30\x35\x35\x25\x34\x28\x05\xbe\x9d\ \x4e\x47\x2c\x32\x9a\xcd\xa6\x68\xbe\x4e\x4f\x4f\x71\xfd\xfa\x75\ \x38\x9d\x4e\xa9\x1c\x39\x56\xa2\x50\x28\x40\xab\xd5\xe2\xf6\xed\ \xdb\x38\x3f\x3f\x97\x60\xc4\xee\x27\x8a\xb8\x69\xe7\x40\x4a\x60\ \x68\x68\x48\x46\xfc\x58\x2c\x16\x71\xb0\x27\xa5\xc4\x43\xf3\xd1\ \xa3\x47\xc8\xe5\x72\xa8\x54\x2a\x92\xac\xaa\x74\x38\x83\xc7\xd9\ \xd9\x19\x5c\x2e\x97\xcc\x26\xf3\xfb\xfd\x28\x16\x8b\xf2\x7a\xf5\ \x7a\x5d\x12\x38\x0e\xf4\x76\x38\x1c\xa2\xaf\xf1\xf9\x7c\x08\x04\ \x02\xb2\x27\x69\xe3\xb1\xbf\xbf\x2f\x1e\x39\xab\xab\xab\x32\xe4\ \x38\x95\x4a\x49\x41\xc4\x44\x2f\x97\xcb\xa1\x58\x2c\xc2\x68\x34\ \x62\x7b\x7b\x5b\xaa\x43\x16\x22\x2a\x9d\xc2\xf9\x74\x3c\x04\xf5\ \x7a\xbd\x50\x69\xd5\x6a\x15\xd5\x6a\x55\x6c\x1a\xb8\x8f\x12\x89\ \x84\x04\x55\x97\xcb\x25\x9f\x8d\x48\xcf\xc8\xc8\x08\xa2\xd1\x28\ \x8c\x46\x23\x32\x99\x0c\xcc\x66\x33\xb4\x5a\xad\xf8\xea\x90\x86\ \xb0\x58\x2c\x82\x8e\x11\x19\x60\xa7\xe7\xd9\xd9\x19\xae\x5c\xb9\ \x82\x70\x38\x8c\x60\x30\x28\x68\x15\x91\x42\x55\xc3\xc9\x60\x4c\ \xca\x9c\x7a\x33\xd2\x93\x43\x43\x43\x98\x9b\x9b\xc3\xfc\xfc\x3c\ \x86\x87\x87\xf1\x93\x9f\xfc\x04\x2b\x2b\x2b\x82\xa8\x30\x10\xf0\ \x8c\x54\x0b\x48\xa2\x1a\x7a\xbd\x1e\x9b\x9b\x9b\x88\xc5\x62\xb8\ \x79\xf3\x26\x9c\x4e\x27\xa2\xd1\xa8\xf8\x95\x1d\x1e\x1e\xe2\xe6\ \xcd\x9b\x58\x5c\x5c\x14\x8d\xe9\xc8\xc8\x08\xc2\xe1\x30\xae\x5e\ \xbd\x8a\x64\x32\x09\x8b\xc5\x82\xa5\xa5\x25\x38\x9d\x4e\xcc\xcf\ \xcf\x4b\x53\x07\x8b\x57\x36\x14\xb8\xdd\x6e\xa1\x84\x59\x28\x84\ \x42\x21\x79\xfe\x6c\xca\x61\xe7\x2c\x11\x28\x9e\x11\xbb\xbb\xbb\ \xf2\x2c\x69\x59\x70\x74\x74\x04\x8f\xc7\x23\x76\x15\xf4\xb1\xe3\ \xb3\x26\xd5\xc6\xcf\xae\xd3\xe9\xa4\x83\x51\xf5\x3b\x62\xd0\xcb\ \x66\xb3\x17\x74\x2b\xaa\xce\x66\x74\x74\x54\xce\x7f\x8d\x46\x23\ \xf3\x3d\xa9\xbb\xac\xd7\xeb\x98\x9d\x9d\x95\x6e\x48\xfa\xb4\x91\ \x6e\xa5\x91\x28\x1b\x5a\x48\x2b\x33\x88\xdb\xed\x76\x69\xaa\x19\ \x18\x18\x10\xe1\x3e\x2d\x13\xd8\x9d\x48\x8a\x91\x85\xb2\x1a\x6b\ \x88\xdc\x31\x46\xb1\x63\x8e\xc9\x47\xab\xd5\x42\xad\x56\xc3\xe1\ \xe1\x21\x3e\xfd\xf4\x53\xe9\x9a\x26\x02\xa5\x6a\x9b\x88\xf2\xf0\ \x99\xb0\x99\x8c\xeb\x95\x89\x67\xa3\xd1\x10\x99\x06\xc7\x5b\x1d\ \x1c\x1c\xa0\xd1\x68\x5c\x88\xa3\x6a\x22\x40\x74\xc5\x68\x34\xc2\ \xe3\xf1\xc8\xfd\xa1\x27\x20\x0b\xb6\x4e\xa7\x23\xcf\x8a\xe6\xc1\ \x4c\x3e\x48\x5d\xb2\x9b\xf3\x8b\x2f\xbe\xc0\xea\xea\xaa\xa0\xb1\ \x9c\x41\x4c\xa0\x65\x72\x72\x52\xce\x47\x6a\xce\x0c\x06\x03\xd2\ \xe9\xb4\x30\x22\x6a\xe7\xa4\x4e\xa7\x13\xef\x2f\xd2\xb2\xfc\x0c\ \x3c\x43\x29\x59\x62\x62\x45\xbb\x0b\x9e\xcd\x7c\x2e\x3c\x47\x2b\ \x95\x8a\x20\xa3\x2a\x40\x44\xcb\x0c\x8b\xc5\x72\xa1\x59\x80\x7a\ \x31\x5e\x1f\x93\x27\xf5\xf9\xb3\x08\x50\xd7\x81\x0a\x20\x1d\x1d\ \x1d\xa1\x5a\xad\xca\x7a\x62\xc1\xc6\x42\x4f\x37\x3c\x3c\xfc\x1e\ \x11\x22\xf5\xa2\x54\x88\x8c\xc9\x0b\x13\x16\x75\x83\xa8\x9b\xe2\ \x45\x04\x49\x6d\xff\x54\xbf\x78\x40\xa9\x9a\x08\x95\xd2\x53\x93\ \x1e\x1e\xca\x4c\xe2\xf8\xc5\xc5\x05\x40\xa8\x15\xbe\x06\xaf\x57\ \x6d\x37\xe5\x6b\xf0\xdf\x5f\xfc\x7c\xaa\xb6\x81\xd5\x0b\xab\x86\ \x81\x81\x01\x38\x1c\x0e\x98\xcd\x66\x81\xc0\x4b\xa5\x12\xd2\xe9\ \x34\x46\x47\x47\xc5\x00\x32\x18\x0c\x22\x97\xcb\xc1\x60\x30\xc0\ \xeb\xf5\x4a\x5b\x30\xd0\xcf\xde\x39\x8f\xaf\x58\x2c\xa2\xd7\xeb\ \x09\xba\x32\x30\x30\x80\xf1\xf1\x71\x99\x9e\xce\x6b\xa5\xa0\x53\ \xaf\xd7\xe3\xe0\xe0\x00\xd9\x6c\x16\xbf\xf7\x7b\xbf\x07\x97\xcb\ \x85\xd3\xd3\x53\x24\x93\x49\x19\x14\xcd\x43\x90\x34\xc9\xc8\xc8\ \x88\x78\xa2\xcc\xcd\xcd\x61\x78\x78\x18\xab\xab\xab\xe8\x76\xbb\ \x12\x78\x49\x2b\xd0\xdb\xaa\xdd\x6e\x63\x7e\x7e\x1e\x0e\x87\x43\ \xe8\xd8\xd9\xd9\x59\x78\x3c\x9e\x0b\x94\x14\x21\x7a\x87\xc3\x81\ \x60\x30\x28\x1d\x58\xe1\x70\x18\xf7\xee\xdd\x93\x01\xc0\xa1\x50\ \x48\x68\x1e\x76\x3b\x91\x8e\x76\xb9\x5c\x98\x9a\x9a\xc2\xcc\xcc\ \x0c\xba\xdd\xbe\xb3\xf1\x57\xbf\xfa\x55\x44\x22\x11\x81\xf1\x69\ \xc2\xc9\x4d\xc0\x19\x7e\xc1\x60\x50\xb4\x76\x46\xa3\x51\x82\x4e\ \x36\x9b\x15\xca\x80\xe8\xc6\xd9\xd9\x19\xb2\xd9\x2c\x72\xb9\x9c\ \x78\x35\x6d\x6d\x6d\x61\x6f\x6f\x0f\xb9\x5c\x0e\xab\xab\xab\x38\ \x3b\x3b\xc3\xe6\xe6\xa6\x24\xf9\x95\x4a\x45\xde\x3f\x99\x4c\x4a\ \x22\xb9\xbd\xbd\x2d\x63\x49\xd8\x61\xd5\x6a\xf5\xcd\x1d\x49\x33\ \xd8\xed\x76\xf1\x39\xf2\xf9\x7c\x30\x1a\x8d\x98\x99\x99\x91\x41\ \xd5\x1c\x49\x55\x2c\x16\x25\x00\x19\x8d\x46\xd1\x29\x69\x34\x7d\ \x51\x35\xa1\xfd\xe9\xe9\x69\xf8\x7c\x3e\x68\x34\xfd\x6e\x4c\xd2\ \x7b\xd4\x80\xd0\xf3\x68\x70\x70\x10\x5b\x5b\x5b\x17\x50\x14\x93\ \xc9\x04\x8f\xc7\x83\x50\x28\x84\x5e\xaf\x2f\x6e\x7e\xf8\xf0\xa1\ \xb8\xa1\xd3\x65\x9f\x48\x81\xd3\xe9\x94\x83\xfb\xf0\xf0\x50\xa0\ \x72\x1e\x74\x6a\x97\x91\xc1\x60\x90\xca\xd9\x6c\x36\x23\x1c\x0e\ \xe3\xf8\xf8\x58\xe6\x31\x9a\x4c\x26\x14\x0a\x05\xe9\x04\xa4\xe7\ \x1a\xf7\xd7\xf0\xf0\xb0\x1c\x46\x3e\x9f\x0f\xe1\x70\x58\xf6\x5f\ \xb7\xdb\xc5\xce\xce\x0e\x46\x46\x46\x64\x76\x29\x6d\x3e\x88\xd2\ \x46\xa3\x51\x4c\x4f\x4f\x63\x7f\x7f\x5f\x44\xfa\x6c\xc2\xe0\x7d\ \x6d\xb5\x5a\x92\x30\x7b\xbd\x5e\x84\xc3\x61\xf1\x0a\xe3\x98\xa3\ \xbd\xbd\x3d\xec\xee\xee\x8a\x06\x89\xd6\x29\x5b\x5b\x5b\xa8\x56\ \xab\xf8\xe4\x93\x4f\xf0\xa3\x1f\xfd\x08\xeb\xeb\xeb\x52\x50\xaa\ \xa8\x9e\xaa\x9b\x62\x31\xc6\x82\x70\x64\x64\x04\x5e\xaf\x17\xd5\ \x6a\x15\xff\xfd\xdf\xff\x2d\x3e\x77\x66\xb3\x19\x2f\xbd\xf4\x12\ \xaa\xd5\x2a\xde\x79\xe7\x1d\x8c\x8f\x8f\x0b\x3d\xb6\xb4\xb4\x24\ \x96\x1d\x2c\x14\xd5\xc4\xc8\xe9\x74\x4a\x77\x30\x00\xb1\x10\x61\ \x93\x08\x8d\x6d\xa3\xd1\xe8\x85\x0e\x27\xb5\xc2\xe7\xf9\xc6\x67\ \xcd\x40\xcc\x99\x9a\x44\x4e\xd9\x99\xc8\xf3\x99\x86\xd4\x0c\xaa\ \x44\x3a\x28\x73\x20\x32\xb9\xb6\xb6\x26\x63\x8c\xd8\xd0\x52\xa9\ \x54\x04\xd1\x18\x1a\x1a\xba\x30\xa2\x89\x34\x19\xd1\x28\x9a\x97\ \xb2\x88\x75\xb9\x5c\x62\x80\x4b\x16\x80\xbf\x43\xbd\x0e\xef\x37\ \x1d\xfc\x59\x9c\x13\x71\x21\xaa\x49\x8a\x9f\xcd\x25\xa4\xee\x69\ \xb9\xd3\x68\x34\xe4\x1a\x99\xa0\xf1\xfc\x66\x60\x67\x33\x03\x87\ \xa6\xd3\x9e\x48\x4d\x5c\x68\x36\xbd\xb7\xb7\x27\xda\x42\x76\x5e\ \x52\x5f\xd6\xe9\x74\x90\xcf\xe7\x71\x70\x70\x20\x5d\xb0\x0c\xe4\ \xfb\xfb\xfb\x82\xf8\x52\x06\xa2\x76\x64\x52\x97\xc6\xe2\xb2\x5c\ \x2e\x8b\x24\x85\xf1\x91\xe7\x00\x1b\x6a\x00\x08\xe2\x43\x5f\x2f\ \xae\x63\xd5\x12\x82\xc9\x31\x7f\xdf\x60\x30\x88\xb9\xb2\x8a\xe4\ \x0c\x0c\x0c\xc0\x66\xb3\x89\xec\x40\x8d\xcf\x7e\xbf\x5f\x34\xa1\ \xd4\x54\xab\xc9\x29\x93\x1d\x02\x21\xcc\x39\x38\xdf\x94\xac\x1a\ \xb5\x65\xbd\x5e\xef\x82\x29\x29\x6d\x82\x54\xa1\x3a\xaf\x9d\x9f\ \x9d\xf1\x81\x7a\x33\xfe\x3e\xf5\x9f\xcc\x01\xe2\xf1\xb8\x74\x9b\ \xaa\x4d\x26\x2c\x42\xf9\x99\xd5\x22\x8d\xec\x16\xdd\xee\x0d\x06\ \x83\x74\x6a\x12\x0d\x36\x18\x0c\xd0\x8d\x8c\x8c\xbc\xa7\x5e\x10\ \x13\x19\x6e\x48\x66\xfc\x2a\x15\xa8\x26\x2c\x3c\x58\x54\x14\x48\ \x4d\xb6\x08\xb3\xf2\x26\x72\x73\xab\xef\xc5\x24\x09\xc0\x85\x0f\ \x4e\x0e\x95\x95\xb4\xfa\xfa\x2a\x27\xaa\x26\x65\xec\x1e\x50\x7d\ \x2a\x18\x68\x5f\xe4\x63\x59\xad\xf1\x7d\x19\x2c\x06\x07\x07\x71\ \xf5\xea\x55\x11\x67\x53\x58\x7d\x7e\x7e\x2e\x83\x48\xb9\x48\x67\ \x66\x66\xc4\x48\x93\xce\xb5\x5e\xaf\x17\x5b\x5b\x5b\xa8\xd5\x6a\ \xb0\x58\x2c\xd8\xdf\xdf\x17\x74\xa0\xd3\xe9\x20\x91\x48\x88\xc6\ \x8d\xd7\xc0\x36\x78\x56\x60\x4e\xa7\x53\xda\x90\xb9\x80\x35\x1a\ \x0d\xa2\xd1\x28\x1c\x0e\x07\xbe\xff\xfd\xef\x23\x18\x0c\x8a\xc6\ \x25\x16\x8b\x21\x10\x08\xa0\xd1\x68\xa0\xd3\xe9\x60\x71\x71\x11\ \xc3\xc3\xc3\xf2\x3d\xad\xb6\xdf\x39\x76\xfb\xf6\x6d\xb4\x5a\x2d\ \xc9\xda\x69\x82\xc9\xe7\xf0\xd2\x4b\x2f\x41\xa3\xe9\x3b\x98\x73\ \xa1\x9c\x9e\x9e\x22\x9b\xcd\xca\x7d\x66\x1b\x39\x47\x2b\x90\x7f\ \xa7\x0f\x11\xb5\x0e\x56\xab\x55\x04\xb0\x23\x23\x23\x22\xde\xe4\ \xe6\x3a\x3a\x3a\x12\x64\xce\xeb\xf5\x62\x7f\x7f\x1f\xc9\x64\x52\ \x2a\xe7\x67\xcf\x9e\x21\x99\x4c\x8a\xf0\x36\x91\x48\xe0\xe0\xe0\ \x40\x92\x84\x6a\xb5\x8a\x76\xbb\x2d\x3a\x1e\x7a\x93\xed\xee\xee\ \xa2\x58\x2c\xe2\xd6\xad\x5b\x18\x1f\x1f\xc7\xe5\xcb\x97\xe1\x70\ \x38\x44\xab\xc3\xfb\x3e\x36\x36\x86\xc1\xc1\x41\x6c\x6e\x6e\x22\ \x1a\x8d\xca\xc1\xab\xd1\x68\x70\xe9\xd2\x25\xd1\x15\x26\x93\x49\ \x78\xbd\x5e\x98\x4c\xfd\x01\xdc\x14\x43\x37\x1a\x0d\x58\x2c\x16\ \x09\x6a\x16\x8b\x05\x85\x42\x41\xba\xe2\xcc\x66\xb3\x34\x37\xdc\ \xb8\x71\x43\xba\x3b\xbb\xdd\xbe\xe9\xe7\xd1\xd1\x11\x8e\x8e\x8e\ \x70\xf9\xf2\x65\xec\xed\xed\x89\x60\x39\x91\x48\xc0\xe5\x72\xa1\ \xd9\x6c\x8a\x91\x26\x87\x66\x1f\x1f\x1f\xc3\xe5\x72\x09\x6c\xce\ \x03\xa3\x58\x2c\xc2\xe7\xf3\xc9\x28\x18\xd2\xcc\xec\x40\x1d\x1f\ \x1f\x87\xdf\xef\x87\xcb\xe5\x92\x35\x4f\xd7\x73\x3e\x43\x22\x37\ \x8b\x8b\x8b\x78\xe9\xa5\x97\x24\x09\xf1\x7a\xbd\xa2\x4b\xa1\xcf\ \x11\x0f\x4f\x76\xe9\x4d\x4c\x4c\x5c\x18\x43\x43\xd1\xab\xd9\x6c\ \xc6\xbb\xef\xbe\x2b\xb3\x2f\x89\x12\x70\x1e\x21\xa9\xef\x3b\x77\ \xee\x48\xc7\x57\x2c\x16\x13\xef\x24\xce\x65\x4b\x24\x12\x18\x1a\ \x1a\x82\xc7\xe3\x41\xbb\xdd\xc6\x27\x9f\x7c\x82\x64\x32\x89\xf1\ \xf1\x71\xb4\x5a\x2d\xac\xae\xae\x62\x6a\x6a\x4a\x1a\x29\x28\x64\ \xa5\x96\xec\xe8\xe8\x08\x16\x8b\x05\xcd\x66\x53\x10\x5f\x1a\xca\ \x36\x9b\x4d\xf8\x7c\x3e\xa1\xc5\xca\xe5\x32\x56\x56\x56\x90\xcb\ \xe5\xf0\xd3\x9f\xfe\x54\x12\x52\x06\x3f\x15\xb1\xe2\xd9\xa7\x9e\ \x85\xac\x84\x47\x46\x46\xa4\x23\x37\x97\xcb\x61\x78\x78\x18\xaf\ \xbf\xfe\xba\xd0\x61\x6f\xbd\xf5\x16\x56\x57\x57\x25\xd0\xcf\xcc\ \xcc\x48\x90\xa4\x9f\x91\x7a\xa0\x13\x79\xa6\xbe\x91\x96\x18\xf4\ \x9c\xd2\x6a\xb5\x32\x95\x81\x1a\x18\x36\x2b\xf1\xb9\x53\x03\xa9\ \xd7\xeb\xc5\x18\xf3\xd9\xb3\x67\xf2\xac\x78\xd6\xab\x66\xb2\x87\ \x87\x87\x68\x36\x9b\x52\x80\x33\x71\x29\x16\x8b\xd0\x68\x34\x70\ \x3a\x9d\x28\x16\x8b\x12\x54\x29\x8c\x3e\x3d\x3d\x15\xf4\x65\x67\ \x67\x07\xd9\x6c\x16\x6e\xb7\x5b\xfc\xe8\x48\x4f\x1e\x1e\x1e\x22\ \xfe\x5b\x13\x59\xae\x6b\x22\xb5\x0c\x92\xc3\xc3\xc3\x28\x16\x8b\ \x17\x84\xee\xd4\x0f\x31\x28\x32\xf0\xb2\x10\x66\xb7\x62\x22\x91\ \xc0\xde\xde\x1e\xb6\xb6\xb6\xa4\x7b\xd9\xe7\xf3\x49\xc2\x46\xf1\ \x3f\xcd\x36\x07\x07\x07\x85\x8d\x60\x80\x27\x83\xd2\x6c\x36\x65\ \x98\x39\x9f\x11\x93\x5b\x87\xc3\x21\xbf\x43\x53\xde\x78\x3c\x2e\ \x72\x08\xfa\x08\xb2\x60\xa4\x56\x94\xfb\x85\xeb\x89\x48\xa6\x8a\ \x14\xf3\xcc\x65\xfc\xe5\xf7\x18\x1f\xd9\x89\xc9\x44\x54\x15\x70\ \xb3\x70\x23\xfd\xcb\xe2\x86\x0d\x51\x44\x34\x89\xc2\x73\x5d\x50\ \x13\xab\xd1\x68\x44\xea\xc2\xeb\xe4\xef\x12\x35\x1c\x1e\x1e\xc6\ \xd1\xd1\x91\xd0\x9f\xc0\xef\x46\xf4\xa8\x7b\x42\x75\x71\x67\x1c\ \x57\x63\x3b\xcf\x73\xb7\xdb\x2d\x23\xfa\xd8\x30\xc6\x7b\xcb\xe7\ \xcc\x84\x87\x49\x17\x45\xee\xd4\x8a\xf3\xbd\x99\x20\x13\x19\x63\ \xe2\xc4\x9f\xb5\xd9\x6c\xb2\x37\xb8\x87\x39\xbd\x81\xd7\xc6\x04\ \xb8\x50\x28\x08\xe5\xdb\xed\x76\x65\x1c\xd1\xd9\xd9\x19\x1c\x0e\ \x87\x18\x65\x73\xb6\xa5\xce\x64\x32\xbd\xc7\x03\x43\x3d\x44\x78\ \x83\xd4\x2f\x8d\x46\x23\xdd\x36\x84\x7a\x5f\xac\xe8\x5e\x34\x41\ \xe3\xcf\xbc\x88\x8c\xa9\x90\x1b\x51\x22\x3e\x68\x52\x81\x2a\xf2\ \xa5\x7e\x58\x35\x21\x20\x0a\xa5\xea\xa4\x6c\x36\x1b\x7c\x3e\x9f\ \x08\xf5\xa6\xa7\xa7\x61\xb3\xd9\x04\xda\xe3\x26\x64\x27\xd4\xd4\ \xd4\x94\x40\xf3\x4b\x4b\x4b\xd2\x19\xa3\x7a\x78\xf1\xd0\x63\x85\ \x5a\x2c\x16\xa5\xdb\x86\x55\xdf\xd1\xd1\x11\xf6\xf7\xf7\x45\x70\ \x9d\x4e\xa7\x31\x32\x32\x82\x5b\xb7\x6e\x89\xab\x38\x87\xce\x92\ \xea\xa3\x11\x68\xbd\x5e\x17\x7e\x1e\xe8\x0f\x0c\x8d\x46\xa3\xd8\ \xdd\xdd\xc5\xc4\xc4\x04\xb2\xd9\xac\x2c\xfc\xbd\xbd\x3d\x11\x01\ \xb3\xfb\x62\x76\x76\x16\x91\x48\x04\xf9\x7c\x5e\x84\x8e\xeb\xeb\ \xeb\x00\xfa\x95\x56\x36\x9b\xc5\x37\xbf\xf9\x4d\x4c\x4d\x4d\xe1\ \x83\x0f\x3e\x10\xad\x00\xe1\xeb\x6f\x7e\xf3\x9b\x02\x41\x0f\x0d\ \x0d\xc1\x6c\x36\x0b\x0a\x40\xdf\xa1\x78\x3c\x0e\x9b\xcd\x86\xf5\ \xf5\x75\xac\xae\xae\x42\xa7\xeb\xbb\xd1\x1f\x1d\x1d\xe1\xf6\xed\ \xdb\x38\x3a\x3a\x42\xa1\x50\xc0\xd4\xd4\x14\x1e\x3e\x7c\x88\x54\ \x2a\x25\x82\xcd\x72\xb9\x8c\xfd\xfd\x7d\x49\x8e\x28\xcc\xe5\xac\ \xca\xcf\x3e\xfb\x4c\x2a\x39\x3a\xb2\x53\x34\xea\xf1\x78\x90\x4c\ \x26\xe5\x80\xc9\xe5\x72\x52\xe5\xf8\xfd\x7e\xd8\xed\x76\x49\x0e\ \x38\x7e\xa4\xdb\xed\x8a\x8d\xc3\xf3\xe7\xcf\x45\xe7\x95\x48\x24\ \x30\x35\x35\x25\xb0\x34\x8d\x2d\x39\x1a\x61\x6a\x6a\x4a\x74\x40\ \xa4\x18\x29\xd8\xe5\x01\xc1\xb5\x40\xd1\xf9\xc6\xc6\x06\x8e\x8e\ \x8e\x90\xcf\xe7\x85\x5e\x2b\x14\x0a\x58\x5f\x5f\x97\xc4\x63\x65\ \x65\x45\xba\xf1\x4c\xa6\xfe\x20\x5b\x7a\x3f\x51\x70\x4f\xbd\x85\ \xdb\xed\xc6\xa7\x9f\x7e\x8a\xed\xed\x6d\x58\x2c\x16\x0c\x0d\x0d\ \x61\x6b\x6b\x0b\xb9\x5c\x4e\x02\x02\x11\xad\x58\x2c\x26\x07\xc8\ \xe0\xe0\x20\x1e\x3d\x7a\x74\x21\x09\x34\x9b\xcd\x58\x5b\x5b\xc3\ \xe3\xc7\x8f\x91\x4e\xa7\x65\xed\x93\x52\xa5\x97\xd7\xe6\xe6\xa6\ \xac\xf3\xed\xed\x6d\xe4\xf3\x79\x41\x40\xc6\xc6\xc6\x60\x36\x9b\ \xe5\x3d\x83\xc1\x20\x00\x88\xe7\xd2\xf4\xf4\xb4\xd0\x87\xaf\xbd\ \xf6\x1a\xa2\xd1\xa8\x78\xaa\xbd\xf5\xd6\x5b\x00\x80\x85\x85\x05\ \xc4\xe3\x71\xc4\xe3\x71\x49\x46\xe8\x00\x4f\x78\xbf\x52\xa9\xa0\ \xdb\xed\x1b\x86\x52\xfb\xb6\xbd\xbd\x8d\xc9\xc9\x49\xd8\xed\x76\ \x9c\x9f\x9f\xcb\x38\x27\x56\x8c\x4e\xa7\x53\x68\x19\x16\x3f\xd4\ \xc3\x50\x7b\x36\x3a\x3a\x0a\xb3\xd9\x8c\xf8\x6f\x2d\x2c\xa6\xa6\ \xa6\x84\xca\x24\x65\xcc\xb5\xcb\x62\x22\x1a\x8d\xe2\xd6\xad\x5b\ \xf8\xf4\xd3\x4f\x2f\x14\x82\x6a\xc3\x8c\x7a\x2e\xb2\xa0\xa4\x9e\ \x8a\x09\x0e\xe7\x8d\xb6\x5a\x2d\x31\xc8\x1c\x1f\x1f\xc7\xcc\xcc\ \x8c\xf8\xd5\xd1\x16\x84\xf7\x7b\x7b\x7b\x1b\xf5\x7a\x5d\x04\xe4\ \xa4\x7f\x59\xbc\x00\xbf\x1b\xeb\xd2\x6a\xb5\x90\xc9\x64\x30\x31\ \x31\x81\x78\x3c\x8e\xcf\x3e\xfb\x0c\xcb\xcb\xcb\x22\x37\x20\xa2\ \xbd\xb1\xb1\x21\x05\x26\xd7\x2e\xc7\x97\x10\x71\xe7\x33\x26\xaa\ \xca\x20\x43\x8a\xed\xf8\xf8\x58\x1a\x4f\xb6\xb6\xb6\xa4\x10\xe3\ \xda\xb3\x5a\xad\x32\x66\x88\x14\x1d\xcf\x62\xaf\xd7\x2b\x68\x02\ \x25\x28\xad\x56\xdf\x78\x95\x9d\xd8\x76\xbb\x5d\x3a\x22\x89\xdc\ \x11\x59\x61\x10\x27\x2a\x56\x2c\x16\xb1\xbf\xbf\x0f\xb3\xd9\x8c\ \x1f\xfd\xe8\x47\x48\xa5\x52\x08\x87\xc3\x82\x6c\x90\x26\x67\xf2\ \x4a\x6f\x35\x36\xb0\xe8\x74\x3a\x24\x93\x49\x41\x80\xa9\x19\x63\ \x32\xc0\xb3\x98\xb6\x02\x2a\xbd\x45\x3b\x0f\xea\x0d\xd9\x25\xc7\ \xae\x50\xc6\x9d\x72\xb9\x8c\xb9\xb9\x39\xcc\xcc\xcc\xc8\xe7\xe1\ \x14\x06\x97\xcb\x25\xf4\x1b\x8b\x24\x36\x73\x71\x2d\x30\xc6\x72\ \xaf\xb1\xd1\x86\x08\x0b\x0b\x7d\x5e\x23\xe3\x9b\xda\x48\xa6\x6a\ \xac\x18\x2b\x78\xad\x46\x63\x7f\x66\xa5\x8a\xc4\xb2\x98\x63\x42\ \xc9\x44\xcb\x64\x32\x89\x8c\x83\x13\x43\x18\xb3\x69\x5e\xca\xe7\ \xc3\x91\x56\x44\x3d\x49\x77\x96\xcb\x65\x79\x0f\x02\x2f\xdc\xcb\ \xdc\x3f\xaa\x4b\x3b\x75\xc0\x14\x95\xd3\x83\x8c\xd6\x22\x8c\xc3\ \x47\x47\x47\xf2\x77\x26\x93\x7c\x0d\x9e\xeb\xbc\x46\xa2\x84\x3a\ \x9d\x4e\x10\x78\x26\x69\xbc\xa7\x44\xa7\x54\x99\x13\x5f\x97\xf4\ \x3f\xf7\x3a\xef\x2d\x25\x0a\x6c\x2e\x22\x5a\xa7\xb3\x58\x2c\xef\ \xa9\xb4\x19\xf9\x47\x26\x31\x2a\x0f\xc9\x07\xca\x8a\x8a\xc9\x11\ \x5f\x5c\x15\x77\xbd\xa8\x7b\xe2\xff\xab\x9d\x37\x44\xbd\x78\x33\ \xe8\x7a\x4c\xd1\xe8\x8b\x55\xa3\x8a\xa2\xa9\x87\x1b\x35\x52\xdc\ \x1c\x3c\x08\xe6\xe6\xe6\x70\xe7\xce\x1d\xd4\xeb\x75\xd1\xe1\x18\ \x0c\x06\xb8\x5c\x2e\xcc\xcc\xcc\xc8\xb0\xe2\xf9\xf9\x79\x5c\xba\ \x74\x09\x53\x53\x53\x72\x78\xb6\x5a\x2d\x49\xb2\x48\x8f\xd0\x61\ \x58\xa7\xd3\x49\x37\xdf\xd2\xd2\x92\x88\x7e\x69\xa1\xc0\x8d\xc4\ \x7b\x46\x7d\x01\x13\x36\x8e\x77\x21\xd4\x4a\x2d\x09\xe9\x2a\x8e\ \x7e\xd9\xd8\xd8\x90\x87\x76\x7c\x7c\x8c\xd5\xd5\x55\x3c\x7a\xf4\ \x48\x5e\x97\x9b\x9e\xed\xd0\xec\x46\xe2\xff\x8f\x8d\x8d\x89\x8b\ \x30\xc7\x1b\xac\xac\xac\x48\xd7\xdd\xc0\xc0\x00\x36\x37\x37\x91\ \x4e\xa7\xc5\x53\x8b\x9d\x86\x5c\x9c\xac\x28\xe7\xe6\xe6\xc4\x9f\ \x85\x8b\x8c\xe6\x84\xec\x8a\xa2\xe1\x20\xb3\x77\xba\x25\xb3\xd3\ \xd4\xe3\xf1\x88\xa6\x83\xa3\x62\x4e\x4e\x4e\x50\x2e\x97\x85\x6a\ \xf4\x78\x3c\x17\x9e\x27\x47\xa5\xb0\x42\xc8\x66\xb3\x30\x1a\x8d\ \x62\xe8\x37\x32\x32\x82\xbd\xbd\x3d\x49\xc0\xb2\xd9\xac\x24\xb1\ \x44\x03\xc6\xc6\xc6\xb0\xbc\xbc\x2c\x41\xdd\x64\x32\x09\x42\xe4\ \x70\x38\x70\x78\x78\x08\xab\xd5\x2a\xe2\x72\x76\x3e\x5a\xad\x56\ \x58\x2c\x16\x24\x12\x09\x49\x52\x89\x84\x50\xef\x75\x7a\x7a\x8a\ \x70\x38\x8c\x70\x38\x8c\x7c\x3e\x8f\x40\x20\x80\x6a\xb5\x8a\x6b\ \xd7\xae\x09\x84\xcc\x6e\x9c\x44\x22\x21\x87\x9f\xcd\x66\x13\x81\ \x2c\x3b\xf9\xd2\xe9\x34\xc6\xc6\xc6\x70\xe7\xce\x1d\x31\xa0\x8d\ \xc7\xe3\x38\x39\x39\x81\xc7\xe3\x11\x71\x2d\x51\x04\xb5\x92\x8a\ \x44\x22\xd2\x22\x4c\x23\x53\x0e\x68\xae\x54\x2a\x48\xa7\xd3\x38\ \x38\x38\x10\x3f\x28\x56\x9b\x9c\x49\xc6\x19\x8c\xdc\x7b\x83\x83\ \x83\x98\x99\x99\x91\x51\x57\x1c\xd1\x53\x2e\x97\xe5\x30\xf6\xf9\ \x7c\xa2\x8f\xb2\x58\x2c\x88\x46\xa3\x22\x8c\xe5\xec\xc3\x70\x38\ \x2c\xcd\x1c\xa7\xa7\xa7\x62\x5e\x4b\xb4\x82\x09\xc3\xf0\xf0\x30\ \xa6\xa7\xa7\x45\xd0\xcc\xeb\x6a\xb7\xdb\x72\x7f\xc7\xc6\xc6\x44\ \xeb\x10\x8d\x46\x11\x0c\x06\xe5\xfd\x69\x28\xda\x6a\xb5\x44\xbf\ \x73\x7c\x7c\x2c\x03\xd1\x23\x91\x88\x04\x2e\xb7\xdb\x8d\xa1\xa1\ \x21\xb8\x5c\x2e\x78\xbd\x5e\x0c\x0f\x0f\xc3\xeb\xf5\x62\x7a\x7a\ \x1a\xf3\xf3\xf3\x98\x9c\x9c\xc4\x95\x2b\x57\x50\xa9\x54\xf0\xd1\ \x47\x1f\x49\x87\x91\x2a\x21\x50\x9b\x67\xe8\x83\xa6\x36\xf4\x30\ \xe9\xa5\xe5\x05\x9f\x59\x3e\x9f\x17\x6f\x2f\xea\x39\x8d\x46\xa3\ \x58\x7a\xd0\x04\x37\x18\x0c\x4a\x17\x37\x07\x81\xb3\xa2\xe7\x79\ \x49\x41\x79\x34\x1a\x95\xf3\x86\xf7\xe1\xf4\xf4\x54\x92\x5e\xda\ \xc9\x0c\x0f\x0f\x4b\xd3\x0c\x69\x21\x00\x38\x39\x39\xc1\xe8\xe8\ \x28\xf6\xf7\xf7\xb1\xba\xba\x8a\x40\x20\x20\x14\x1a\x03\x2d\x13\ \x07\x26\xfc\xd4\xc2\x70\x62\x05\xbb\xe7\x78\x1f\x38\x9c\x9d\x33\ \x38\xe9\xb7\x46\xe4\x9b\x9d\x98\x8c\x25\x06\x83\x01\xd9\x6c\x56\ \xce\x4a\x00\xd2\xd5\x4c\x44\x96\xa2\x7a\x06\xe5\x6e\xb7\xef\x39\ \xc4\x6b\xe8\x76\xfb\x7e\x62\xdc\xc3\xbd\xde\xef\xe6\x04\x52\x1b\ \xc6\x33\x83\x74\x21\x5f\x87\x1d\x66\xf4\x62\xa2\x50\x7f\x78\x78\ \x18\xb5\x5a\xed\x02\xaa\x43\xbb\x1d\x0e\xfb\x56\xd7\x03\xe9\xa7\ \x6a\xb5\x2a\x56\x10\x5c\xef\xdc\x4b\x46\xa3\x51\xde\x93\x5a\x36\ \xca\x40\x38\xb2\xc9\x62\xb1\x08\x12\xc4\x44\x9b\x7b\x9f\x40\x82\ \xda\x90\x45\x34\x86\xb1\x98\x6b\x91\xdd\xe9\x4c\x5e\x98\xd4\xd1\ \x86\x82\x80\x05\x01\x0d\xd2\x76\x44\xeb\x48\x45\x52\x57\x44\xbd\ \x29\xe3\x4f\xb5\x5a\x15\x51\xbe\x8a\x98\xa9\x09\x32\x0d\x4f\x89\ \x3a\x32\xa1\x53\x91\x26\xb2\x68\x03\x03\x03\x92\x58\xd2\x03\x8c\ \x4d\x23\x1c\x47\xa4\x7e\x46\x5a\xbf\x10\xa4\x01\xfa\xb6\x19\xd5\ \x6a\x55\xee\x13\xff\xad\xd5\x6a\x49\xc2\x75\x7e\xde\x9f\x94\xa1\ \xea\x29\xd5\x86\x37\xfe\x1e\x00\x31\x59\xa5\x84\x44\x5d\x7f\xf4\ \x4f\x53\x93\x5e\xa2\x74\xed\x76\x1b\x3a\xab\xd5\xfa\xde\x8b\x94\ \xdf\x8b\x49\x12\x17\x03\xab\x19\x2e\x2a\x26\x58\xbc\x21\xcc\x44\ \x99\x7c\xa9\x3a\x29\x95\x32\x54\xb5\x5a\xcc\x64\xf9\x77\x76\x8e\ \x71\x5e\x14\x1f\x00\x7f\x47\x4d\xfa\x58\x35\x91\x5b\xed\xf5\x7a\ \x32\xd8\x93\x10\xea\xe8\xe8\xa8\xb8\x03\xb3\x12\x08\x06\x83\x98\ \x98\x98\x40\x2c\x16\x43\xab\xd5\x42\x2a\x95\xc2\xe6\xe6\x26\x56\ \x56\x56\x24\xd8\xd0\x3f\xe4\xd5\x57\x5f\xc5\xc6\xc6\x06\xae\x5e\ \xbd\x2a\x94\x8e\x2a\xec\x8f\xc5\x62\xc8\x64\x32\xf0\x78\x3c\xc8\ \x64\x32\xd2\x31\x97\x48\x24\x64\xf6\xd6\xf6\xf6\xb6\xf0\xfb\xac\ \xb2\x29\xce\x24\x62\xd1\xed\x76\x91\xc9\x64\x44\x78\x47\x4a\x8d\ \x90\x74\xaf\xd7\x43\xa1\x50\x90\x03\xe4\xe5\x97\x5f\xc6\xf6\xf6\ \xb6\x24\x4c\xd4\x82\x51\x74\x69\xb3\xd9\x50\x28\x14\xf0\xe4\xc9\ \x13\xe4\xf3\x79\xa9\x36\x1e\x3f\x7e\x2c\xa2\x51\x8b\xc5\x22\x2d\ \xd4\x9d\x4e\xdf\x81\xdc\xe9\x74\xe2\xa5\x97\x5e\xc2\xce\xce\x0e\ \x92\xc9\xa4\xf8\xd8\x30\xc9\x5c\x58\x58\xc0\xd4\xd4\x14\x4e\x4f\ \x4f\xb1\xb1\xb1\x81\x48\x24\x82\x37\xdf\x7c\x13\x7a\xbd\x1e\x91\ \x48\x04\x95\x4a\x45\x82\x5a\xa3\xd1\x10\xcb\x00\xb7\xdb\x8d\x74\ \x3a\x2d\x07\x57\xb1\x58\xc4\xe3\xc7\x8f\x65\x48\xed\xf0\xf0\x30\ \x2a\x95\x0a\xe6\xe6\xe6\x44\xa3\xc1\x36\xed\xc9\xc9\x49\x8c\x8e\ \x8e\xc2\x6a\xb5\x62\x62\x62\x42\x74\x69\xbc\xa6\x64\x32\x29\x6b\ \x8b\xd5\x92\xcb\xe5\x92\x79\x80\xc9\x64\x12\x03\x03\x03\xe2\x9c\ \xcd\xc1\xd4\x5e\xaf\x17\x3b\x3b\x3b\xa2\xa9\x32\x99\xfa\x03\xa3\ \x39\xf7\x8e\xeb\x37\x99\x4c\xa2\xd3\xe9\x8f\x72\x22\x65\x95\xcb\ \xe5\x64\xb0\x27\x3b\xfe\xee\xde\xbd\x2b\x9b\xd6\xef\xf7\x8b\xe9\ \x2b\x35\x46\xe3\xe3\xe3\x08\x87\xc3\xf0\xfb\xfd\xd2\xfd\xc7\x91\ \x11\xc1\x60\x10\xe5\x72\x19\xa1\x50\x08\xfb\xfb\xfb\xc8\xe7\xf3\ \x98\x9e\x9e\xc6\xdc\xdc\x1c\x34\x9a\x7e\x5b\x36\xdb\x80\xe9\x07\ \xb5\xbb\xbb\x2b\xfa\x2d\x06\xbd\x81\x81\x01\xdc\xb9\x73\x47\x0e\ \x17\x0a\xb8\xef\xdd\xbb\x77\xc1\xf4\x96\xa2\xd4\x46\xa3\x81\x5c\ \x2e\x07\x87\xc3\x21\xdd\x63\xf3\xf3\xf3\x30\x99\x4c\x62\x90\x19\ \x0a\x85\xc4\x48\x94\x54\x9d\xc3\xe1\xc0\xf6\xf6\xb6\xe8\x5d\xa8\ \xe5\xca\xe7\xf3\x02\x9d\xff\xe7\x7f\xfe\xa7\x1c\xe6\x1b\x1b\x1b\ \x30\x99\x4c\x70\x38\x1c\x92\x68\xb2\xcd\x9f\x82\xe1\xeb\xd7\xaf\ \x63\x70\x70\x50\x34\x61\x67\x67\x67\x62\x19\xf1\xec\xd9\x33\xe9\ \xb0\xa2\xcf\x0e\x00\x49\xb6\x58\x49\xb3\x20\xb1\xd9\x6c\x68\x34\ \x1a\x22\xf4\x8e\xc5\x62\xd0\x6a\xb5\x92\x3c\xf0\x40\x0f\x85\x42\ \xb2\x9e\x74\x3a\x1d\x76\x77\x77\x85\x32\xda\xdc\xdc\xc4\x17\x5f\ \x7c\x71\x41\x5b\xa2\x36\xf8\xf0\x3c\xe2\x39\xa9\x0a\x63\xc9\x0a\ \xf0\x75\x59\xb9\x37\x1a\x0d\xac\xad\xad\xe1\xdd\x77\xdf\x95\xf1\ \x59\xec\x08\xad\xd5\x6a\xc8\xe5\x72\x58\x5e\x5e\x86\x4e\xd7\x37\ \x0f\x1d\x1f\x1f\x47\xbb\xdd\x16\x57\x7f\x26\x18\x2c\xf0\x6a\xb5\ \x1a\xb6\xb6\xb6\xb0\xbd\xbd\x0d\x00\x32\xcc\x9c\x55\x35\x83\xdc\ \xe9\xe9\x29\x36\x37\x37\x91\x4a\xa5\x10\x0a\x85\x10\x8d\x46\xc5\ \x7c\x76\x64\x64\x44\xba\xc6\xd8\x25\xc7\x0a\x7f\x75\x75\x55\xbc\ \xeb\x58\xe5\x9b\x4c\x26\x8c\x8d\x8d\x21\x12\x89\x5c\xa0\xa3\xa9\ \x83\xea\xf5\x7a\xa2\x85\x24\xe5\x42\x0b\x0c\x4a\x31\xd4\x40\x49\ \xf4\x88\x3a\x9e\xd5\xd5\x55\xfc\xeb\xbf\xfe\x2b\x06\x06\x06\xe0\ \xf1\x78\xc4\xe7\x4d\xf5\x24\x63\x91\x44\xcd\x14\x2d\x1c\xd4\x7b\ \x4f\x51\x3b\x3b\xcf\xa8\xaf\x64\x11\xcf\xa4\x91\x7b\x85\x81\x9c\ \x9d\xd5\x44\xc0\x72\xb9\x9c\x50\xab\x9d\x4e\x07\x1f\x7c\xf0\x01\ \x74\xba\x7e\xb7\x70\xa9\x54\x82\x4e\xa7\x93\x0e\x5f\xbe\x06\x45\ \xe3\x44\x5f\x8e\x8e\x8e\xb0\xb5\xb5\x25\x2c\x08\xd1\x71\x5e\x93\ \x4a\x0b\x92\xbe\xe5\x75\x6b\xb5\xfd\xf1\x4e\xec\xb6\xd3\xe9\x74\ \x52\x5c\x93\xed\x61\x62\x41\x83\x51\xa2\x81\x1a\x8d\x46\x66\xe0\ \xb6\x5a\x2d\xa1\xbb\x49\x63\x6a\x34\x7d\x51\xfc\xf1\xf1\xb1\x14\ \x58\x8c\xe7\xec\x8e\xe3\xcf\x90\x42\x53\x8b\x22\xd2\x69\xd4\xf6\ \xf1\x9a\x88\x0a\xd3\xbe\x86\xc9\x39\x3f\x27\x35\x53\x00\xe4\x7a\ \x98\x6c\x37\x9b\x4d\x11\xa1\x73\xcd\xb0\x60\x26\x5a\xa7\xd7\xeb\ \xa5\x08\xe7\x33\x24\xed\x08\x40\xde\x43\x95\x3c\xb1\xe1\x41\x9d\ \x92\xa0\x52\xf0\x7c\xc6\xd4\xde\x1d\x1e\x1e\x0a\x2b\xa7\xe6\x3b\ \xea\x08\xa5\x4e\xa7\x23\xba\x3e\x76\xca\xab\x68\xa4\x6e\x74\x74\ \x54\x44\xee\xaa\xc6\x8a\x09\x15\xb3\x42\x35\x81\x52\x85\x65\xcc\ \x7e\xd5\x2f\xfe\x9b\x0a\xc7\xd1\xf0\x8d\xc3\x1c\xb9\x90\xf8\x40\ \x29\x72\x64\x05\x40\xd7\x64\x8e\xe7\x50\x93\x3f\xb5\x63\x85\x07\ \x32\x45\xbf\x7a\xbd\x1e\x81\x40\x00\x97\x2e\x5d\x92\x00\xb3\xb9\ \xb9\x89\x44\x22\x81\x6a\xb5\x8a\x54\x2a\x25\xc1\xb2\xd3\xe9\x60\ \x6b\x6b\x4b\x10\xa0\x54\x2a\x85\x7a\xbd\x8e\xe5\xe5\x65\xa9\x58\ \xaf\x5c\xb9\x22\x5a\x03\x76\xaa\x14\x0a\x05\xf1\xf8\x21\xef\xdd\ \x6c\x36\xa5\xea\x67\x16\xcc\x05\x4d\x9d\x11\x93\x51\x52\x01\x6c\ \x7d\x06\x20\x1d\x57\xac\xf4\x39\x52\xc5\x62\xb1\x08\x9d\xe8\x74\ \x3a\x11\x08\x04\x70\x7a\x7a\x8a\x67\xcf\x9e\x21\x91\x48\xa0\xd5\ \x6a\xc1\xe5\x72\xe1\x95\x57\x5e\x41\xad\x56\x93\xae\xc3\x46\xa3\ \x81\x89\x89\x09\x9c\x9e\x9e\x62\x66\x66\x06\xe1\x70\x18\x3b\x3b\ \x3b\x18\x1b\x1b\x13\x4f\x1e\x26\xb4\xa5\x52\x09\x73\x73\x73\xa2\ \xf1\xe0\x67\xbf\x7d\xfb\x36\xe6\xe6\xe6\x90\x4c\x26\x05\xce\xd7\ \x68\x34\x32\x97\xec\xf0\xf0\x10\xf3\xf3\xf3\xc8\xe7\xf3\xd8\xdc\ \xdc\x14\x2d\xcc\xf6\xf6\xb6\x68\xc6\xce\xcf\xcf\x51\x28\x14\x50\ \xad\x56\x05\x22\x66\x5b\x38\xc5\xbc\xe1\x70\x58\x0c\x25\xe9\x67\ \x43\xb8\x3d\x12\x89\x88\x71\x25\xab\x08\x7a\x49\x15\x8b\x45\x14\ \x8b\x45\xd1\xb3\x95\x4a\x25\x74\xbb\x5d\xdc\xbe\x7d\x1b\x7e\xbf\ \x1f\x46\xa3\x11\x07\x07\x07\x78\xf0\xe0\x01\x5e\x7f\xfd\x75\x0c\ \x0d\x0d\xe1\xa3\x8f\x3e\x92\x21\xb5\x84\xf8\x6b\xb5\x9a\x70\xf8\ \x66\xb3\x59\x5e\x97\xbf\xdf\xeb\xf5\x07\x34\x5b\xad\x56\x81\xd4\ \x5d\x2e\x97\xe8\xa7\xe8\x55\xc6\xf5\x4b\x5f\x27\xb6\x5e\x37\x1a\ \x0d\xa4\xd3\x69\x78\x3c\x1e\xa9\x82\x18\x90\x38\x53\x6d\x6c\x6c\ \x0c\xf3\xf3\xf3\x62\x67\x40\xa1\x71\x3c\x1e\x47\x24\x12\xc1\xd8\ \xd8\x98\xa0\xaf\xf5\x7a\x1d\x27\x27\x27\x70\xb9\x5c\xe8\x74\xfa\ \x6e\xe6\x89\x44\x42\x28\x65\x06\x19\xa2\x96\xf5\x7a\x1d\x3b\x3b\ \x3b\x82\x12\xf1\x00\x23\x32\xe5\xf3\xf9\x50\x2e\x97\x71\xe5\xca\ \x15\x04\x02\x01\xd4\x6a\x35\x24\x12\x09\xd4\xeb\x75\x04\x02\x01\ \xf1\xe9\x2a\x14\x0a\xd2\xcd\x44\x2b\x05\x8a\xd9\x59\x2d\x17\x0a\ \x05\xac\xac\xac\x88\xf7\x54\xb5\x5a\xc5\xda\xda\x9a\xac\x4b\xab\ \xd5\x8a\x7c\x3e\x2f\x93\x0d\x58\xf5\xb3\xb5\xfb\xea\xd5\xab\xe2\ \x23\x95\x4a\xa5\x10\x8f\xc7\x91\xcf\xe7\xc5\xa1\x9b\x7e\x72\xc1\ \x60\x10\x16\x8b\x45\x84\xfd\x14\xec\xbb\x5c\x2e\x4c\x4e\x4e\x4a\ \x15\xcd\xea\xda\x66\xb3\xc9\x28\x24\x0e\x41\xa7\x87\x9a\x4e\xa7\ \x13\xb3\xdb\x5a\xad\x86\x60\x30\x08\x8d\x46\x83\x2f\xbe\xf8\x02\ \x9b\x9b\x9b\xff\x0b\xb5\x22\xba\xaf\x56\xdf\x6a\x61\xca\x82\x51\ \x6d\xbc\x51\x1b\x79\x8e\x8f\x8f\xf1\xe4\xc9\x13\xbc\xf1\xc6\x1b\ \x32\xca\xaa\x52\xa9\x20\x1c\x0e\xc3\xed\x76\x8b\x8f\x13\x11\x4a\ \x9a\xf4\x52\xae\x50\x2a\x95\x24\xb8\x51\x07\x4a\xf4\x56\xab\xed\ \x0f\x88\x27\x4d\x43\xca\xad\xdd\x6e\xc3\x6c\x36\x63\x62\x62\x42\ \xa8\x9c\xe1\xe1\x61\x09\x7a\xed\x76\xfb\x02\x65\x48\xfa\x63\x74\ \x74\x14\x5e\xaf\x57\x44\xd4\xbd\x5e\x4f\x50\x18\x5a\x9b\xd0\x00\ \x99\xc9\x0f\xa9\x29\x6a\x05\xe9\x9c\x0e\xe0\x82\xa7\x12\x51\x32\ \x0a\xe5\x69\x25\x10\x89\x44\x30\x3a\x3a\x8a\xd9\xd9\x59\xd1\x3f\ \x19\x8d\x46\xf8\xfd\x7e\xf1\x95\x53\x3d\xe3\x7a\xbd\x9e\xb4\xfd\ \x53\xbf\x3a\x30\x30\x20\x8d\x3e\x4c\x24\xa3\xd1\xa8\x34\x4b\x54\ \xab\xd5\x0b\x7a\x40\xee\x73\xc6\x9a\x4a\xa5\x82\x83\x83\x03\x41\ \xd0\x9e\x3f\x7f\x8e\x52\xa9\x24\xde\x62\xbc\x46\xd2\x4f\x74\xea\ \x67\x03\x0b\xef\x37\x0b\xbe\x6e\xb7\x2b\x41\x9f\xa8\x12\x2d\x1c\ \xaa\xd5\x2a\x8e\x8f\x8f\x25\x49\x61\xc2\xcb\x42\x85\x3a\x2c\x76\ \xd6\xab\x83\x97\xab\xd5\xaa\x34\x27\xa8\x5d\x79\x74\xe7\xaf\xd7\ \xeb\x82\xa0\x7a\xbd\x5e\x31\xb8\x65\x52\x44\xf4\x94\x89\x0d\x93\ \x13\x22\x34\xd4\x3b\x11\x51\x22\xed\x4e\x1d\x2b\xbb\x39\xb9\xfe\ \x79\x4f\x55\x20\x84\x89\x08\x93\x31\xe6\x10\x6a\xf2\xf2\x62\x7c\ \x67\x8e\xc1\x9c\x83\xba\x29\x7e\x5f\xa5\x25\x55\x20\x47\x2d\x7c\ \x58\xe4\x33\xcf\x00\xfa\x96\x15\x2c\x92\x59\x48\x30\x5e\x32\x61\ \x66\xe2\xc5\xeb\x63\x57\x22\x51\x3b\x32\x6d\x6a\xd2\xc8\xb5\xc8\ \xbd\xc3\xf7\xd2\x99\xcd\xe6\xf7\xf8\x8f\x5c\xb4\xdc\x00\xfc\x22\ \x04\xa9\x52\x7a\xdc\xb4\x7c\xb1\x17\xbb\xfd\x98\x51\x52\x65\x6f\ \xb3\xd9\xe4\xbf\x7e\xbf\x1f\xc1\x60\x10\x7e\xbf\x1f\x4e\xa7\x13\ \x1e\x8f\x47\x3a\x4c\x22\x91\x88\x24\x4d\x0b\x0b\x0b\x17\x04\x81\ \xcc\xa6\x79\xa8\x01\x10\xea\x4d\xaf\xd7\xe3\xed\xb7\xdf\x86\xd1\ \x68\x44\xb9\x5c\x96\x2a\x76\x7e\x7e\x1e\xb1\x58\x0c\xf3\xf3\xf3\ \xd2\xaa\x9a\xcf\xe7\x61\x30\x18\xf0\xad\x6f\x7d\x4b\x46\x33\x64\ \xb3\x59\xa9\x26\x18\x90\xd8\x19\x46\xf3\xb7\x9b\x37\x6f\x22\x18\ \x0c\x62\x67\x67\x07\xa1\x50\x08\x07\x07\x07\xd2\xc9\x35\x3c\x3c\ \x8c\x68\x34\x2a\xfe\x28\x13\x13\x13\x52\x9d\x33\x89\xa2\x4f\xc8\ \xd0\xd0\x10\x42\xa1\x90\x58\x23\xb0\xc3\x64\x71\x71\x11\xef\xbc\ \xf3\x8e\x98\x28\xb6\x5a\x2d\x14\x8b\x45\x69\xb5\x65\xf6\xde\x6e\ \xb7\x71\xf5\xea\x55\x79\x26\x34\x64\xa3\xe8\x72\x6e\x6e\x4e\xba\ \xb9\x88\xfe\x11\x31\x51\xc5\x81\x7e\xbf\x1f\x7b\x7b\x7b\xd2\x35\ \x48\x8f\xab\x7a\xbd\x2e\x33\xbb\x76\x76\x76\x50\x2e\x97\x11\xff\ \xed\x28\x9f\x64\x32\x89\xf5\xf5\x75\xa9\x90\x7a\xbd\x1e\x76\x77\ \x77\x61\xb3\xd9\x90\xc9\x64\x04\x91\x39\x3a\x3a\x42\x36\x9b\x15\ \xdf\x13\x9a\x95\x86\x42\x21\x09\x54\xf4\x34\x22\x04\x3d\x36\x36\ \x86\x6c\x36\x2b\x3a\x11\x42\xc9\x0c\xf6\x9f\x7d\xf6\x19\xce\xcf\ \xcf\x11\xff\xad\x59\x1e\xd0\x9f\x1d\xf6\xa7\x7f\xfa\xa7\x58\x5a\ \x5a\x82\xc9\x64\x12\x0b\x8c\x6c\x36\x8b\x74\x3a\x8d\xe5\xe5\x65\ \x00\x7d\x1d\x5a\x34\x1a\xc5\xc8\xc8\x08\x4a\xa5\x92\x1c\x46\xd4\ \x60\x79\xbd\x5e\xd1\x78\x71\xb0\x2b\xc7\x36\x51\x9f\x43\xef\x27\ \x1a\x78\xb6\xdb\x6d\x6c\x6d\x6d\x89\x91\x66\xad\x56\x13\x53\x5d\ \xb6\xca\xf3\xc0\x4d\x26\x93\x70\xbb\xdd\xc8\xe5\x72\x62\xc9\xc0\ \xfd\xe3\x76\xbb\x71\x78\x78\x88\x64\x32\x29\x08\x2c\x0f\x3f\xd2\ \x95\x67\x67\x67\x72\x7d\xc3\xc3\xc3\xb8\x7e\xfd\x3a\xfc\x7e\x3f\ \x9a\xcd\x26\xfc\x7e\xbf\x7c\x36\x8f\xc7\x23\x07\xd9\xd0\xd0\x10\ \x82\xc1\x20\x0c\x06\x03\x2e\x5d\xba\x84\xa1\xa1\x21\x14\x0a\x05\ \x29\x5e\xc6\xc6\xc6\x84\x76\xe1\x38\x0b\xb6\x1c\x73\x3d\x31\x39\ \x61\xf5\x76\xe9\xd2\x25\x8c\x8d\x8d\x09\x0a\xbb\xb4\xb4\x24\x62\ \x78\x56\xcb\xf4\xd1\x0a\x06\x83\xb8\x76\xed\x9a\x50\x38\xf4\x79\ \xa2\x26\x8f\x62\x74\x16\x1e\xb5\x5a\x0d\x4b\x4b\x4b\xd2\xf0\x71\ \xf3\xe6\x4d\xd1\x1f\xe9\x74\x3a\x14\x8b\x45\x49\x32\x56\x57\x57\ \xe1\xf5\x7a\x71\xf3\xe6\x4d\x1c\x1f\x1f\x23\x99\x4c\xe2\xe4\xe4\ \x04\x4e\xa7\x13\x3e\x9f\x4f\x86\x8d\x93\x3a\x39\x3e\x3e\xc6\xd4\ \xd4\x14\x74\x3a\x9d\xb8\x80\x73\xa4\x93\xd9\x6c\xc6\xf4\xf4\xb4\ \x9c\x7b\x44\x14\x57\x56\x56\x44\x9b\xc6\x43\x9e\xe7\x9b\x9a\x44\ \xa9\x89\x17\x0f\x77\x16\xaa\xfc\x1d\xea\x9a\xf8\x4c\x2a\x95\x8a\ \x8c\xbc\xe2\xf9\xc0\x91\x32\xa1\x50\x08\x53\x53\x53\xd2\xbd\x4b\ \xa4\xf1\x57\xbf\xfa\x95\xd8\x31\xd0\xdb\x8a\x56\x23\x7c\x8d\xdd\ \xdd\x5d\x18\x0c\xfd\x91\x63\x95\x4a\x05\x89\x44\x02\x0f\x1e\x3c\ \x40\x26\x93\x11\xdd\x62\xa5\x52\x11\x33\x57\xa2\x37\xa4\x63\x4c\ \x26\x93\x38\xe2\x93\xd2\x21\xb5\x47\x6a\x99\x06\x96\xa4\x9e\x38\ \xa3\x96\x54\x20\xa9\x42\x4e\xe9\x58\x59\x59\xc1\xe3\xc7\x8f\xf1\ \xfe\xfb\xef\xe3\xe1\xc3\x87\x78\xf2\xe4\x89\x24\x73\xd4\xcc\x12\ \x41\xb2\xd9\x6c\x92\xd8\xf1\x3d\x33\x99\x0c\x9e\x3d\x7b\x86\xd5\ \xd5\x55\x0c\x0c\x0c\x48\x52\xc2\xf1\x42\xec\xa0\xae\xd7\xeb\x88\ \xc5\x62\x78\xf6\xec\x99\xe8\x09\x79\x3e\x8e\x8c\x8c\x48\x52\xc2\ \x04\x83\x36\x31\xec\x1a\xe4\xcc\x3d\x8d\x46\x23\xb4\x56\x30\x18\ \xc4\xc8\xc8\x88\xd0\xd1\x8c\x5f\xd4\xb6\xd1\xf6\xa4\x58\x2c\xc2\ \xe5\x72\x49\x60\xd7\xeb\xf5\x42\x45\x71\xec\x8f\xc7\xe3\x11\x84\ \x8b\x12\x0e\xa2\x25\xdc\x3f\xdb\xdb\xdb\x22\x45\x20\xcd\xda\x6e\ \xb7\xc5\xc3\x89\xb1\x97\xc8\x1d\xbd\xc6\xd4\xc4\x82\x89\x11\xbb\ \x0c\x89\xae\xee\xed\xed\x49\xe1\x46\xb4\x90\xb6\x24\x4c\x84\x99\ \x03\x10\x25\xeb\xf5\x7a\x48\xa7\xd3\x32\x03\x96\xf4\x29\x5d\xe9\ \xd9\x68\x41\x60\x84\xc9\x08\x29\x39\x83\xc1\x20\xc2\x77\xe6\x14\ \x4c\xea\x98\x80\x71\xbd\x90\x1a\x26\x4b\x44\x7d\xd4\xc9\xc9\x89\ \x14\x34\xfc\x7f\x35\xe7\x20\xdb\xc5\xa2\x80\x4d\x00\xa4\x39\xf9\ \x5e\xea\xb8\x1e\x16\x28\xf4\x2e\xe4\x9c\x51\xd2\xa6\x2c\x96\xd8\ \xe9\xca\xef\xd1\x2e\x82\xe8\x9a\xda\x80\xc7\xe4\x8f\xe8\x62\xaf\ \xd7\xeb\xdb\x34\x68\xb5\x5a\x59\xe4\xea\x17\x0f\x74\xb5\x63\x86\ \x2f\xcc\x07\xa4\xd2\x65\x84\xa3\xed\x76\x3b\xfc\x7e\x3f\x7c\x3e\ \x9f\x40\xf4\xe7\xe7\xe7\x22\xcc\xd6\xeb\xf5\xd2\xbe\xe9\x76\xbb\ \xa5\x1b\x84\x46\x7f\xbc\x19\xa4\x3f\x54\x67\x55\x56\x93\x7c\xdf\ \x56\xab\x75\x81\x33\x7d\xfa\xf4\xa9\x78\xfa\x30\xa0\x9c\x9c\x9c\ \x20\x1a\x8d\xa2\x58\x2c\x8a\x9b\x33\x17\xed\xd0\xd0\x90\x6c\x90\ \xd3\xd3\x53\x18\x8d\xbf\x9b\xd3\x54\x2e\x97\xb1\xb5\xb5\x25\x82\ \x6f\x8d\x46\x83\x95\x95\x15\xa1\xc1\xf8\x00\x2b\x95\x0a\x8e\x8e\ \x8e\x90\xcb\xe5\x44\x7c\x4a\x07\x5e\xb3\xd9\x2c\x95\x33\x37\x13\ \xcd\xf0\xd8\xb5\xc8\x4a\x84\x03\x58\x69\xb8\xc6\x8e\x16\x1e\xc2\ \xf5\x7a\x5d\xbc\xaa\x78\x88\x93\x37\xa6\xde\x89\x95\x0e\x27\xd3\ \xf3\xa0\xe4\x26\xa6\xcd\x01\x2b\x61\x42\xf5\x34\xa7\x2b\x14\x0a\ \x38\x3b\x3b\x93\x01\xc5\x85\x42\x01\x4e\xa7\x53\x16\x7d\x30\x18\ \x44\xad\x56\x93\x6a\xa7\x52\xa9\x08\xc5\x48\x71\x29\x7d\x8e\xa8\ \x85\x48\xa7\xd3\xb2\x31\xf3\xf9\x3c\x2e\x5d\xba\x84\x89\x89\x09\ \xf9\x19\x8a\x62\xe9\xfd\xc4\x76\xdd\x48\x24\x22\x43\x8f\x79\xa8\ \xf3\x50\x66\xa5\x4a\x54\x87\x9a\x25\xde\xb7\x56\xab\x85\xf8\x6f\ \x9d\xe2\x27\x26\x26\xb0\xb0\xb0\x80\xc1\xc1\x41\x19\x58\x4b\xca\ \xa2\x5e\xaf\x4b\x87\x29\x67\xb6\x25\x12\x09\x14\x0a\x05\x5c\xba\ \x74\x09\x1e\x8f\x07\x8b\x8b\x8b\x78\xf7\xdd\x77\xe5\xdf\x8c\xc6\ \xfe\xc0\xdf\x78\x3c\x8e\x6a\xb5\x0a\xb7\xdb\x2d\x07\x3e\x9d\xf0\ \xf3\xf9\xbc\x98\xb9\xd6\x6a\x35\xcc\xcd\xcd\x89\xae\x8f\xe8\x55\ \xb9\x5c\xc6\xc6\xc6\x86\x24\xd3\xf4\x39\xab\xd7\xeb\x12\xec\xb9\ \x06\x68\x0b\xf2\xfc\xf9\x73\x78\x3c\x1e\xd1\x90\xf9\x7c\x3e\xd1\ \x66\x65\x32\x19\x58\x2c\x16\xe9\x64\xe9\xf5\xfa\xa3\x60\xf8\x9c\ \xb9\x66\x98\x38\xf1\xdf\x3b\x9d\x0e\x52\xa9\x14\xec\x76\x3b\xaa\ \xd5\x2a\x2e\x5f\xbe\x8c\xeb\xd7\xaf\x0b\xa5\x45\xbd\x0a\x3d\x70\ \x38\xb6\x84\x33\x24\x89\xc2\xa9\x07\x1f\x69\xed\x40\x20\x80\x5c\ \x2e\x27\x26\xbc\x1c\xc2\xfc\xea\xab\xaf\x62\x6d\x6d\x0d\xf5\x7a\ \x5d\x92\x49\x22\x19\x2f\xbd\xf4\x12\x62\xb1\x98\x68\x79\x98\xf4\ \x52\xb4\x4d\xaa\x2c\x95\x4a\xe1\xd6\xad\x5b\xa8\xd5\x6a\xd2\xb8\ \x31\x3a\x3a\x2a\x28\x28\x85\xd1\xdc\xaf\xf4\x0e\x0b\x85\x42\x48\ \xa7\xd3\xd8\xdc\xdc\x94\xa4\x92\xa8\x16\xf7\xb2\xcf\xe7\xc3\xf6\ \xf6\x36\xd6\xd6\xd6\xa4\x9a\x57\xcf\x41\x55\xf2\xa0\x22\x58\xfc\ \xbb\xaa\x17\x65\x05\xaf\xb6\xb6\x33\x81\x68\xb7\xdb\x28\x14\x0a\ \x62\x7d\x40\xff\xbb\x76\xbb\x8d\x78\x3c\x2e\x1d\x73\x3c\xf3\x3e\ \xfb\xec\x33\x41\x27\xd8\x21\xca\xe7\xce\xce\x58\xea\xcf\xc2\xe1\ \x30\x22\xbf\xb5\x3d\x89\xfc\x76\xae\x22\x29\x51\x8e\x32\x21\x7a\ \xcf\x01\xe5\x00\x64\x3d\x52\xdf\x47\x4d\x6e\xb5\x5a\x85\xcb\xe5\ \x92\x75\x49\x04\x9c\x5e\x7a\xbc\x49\xff\xff\x7a\x00\x00\x20\x00\ \x49\x44\x41\x54\x07\x6a\xe0\x24\xf2\x40\x9a\xf2\xe6\xcd\x9b\x17\ \xf4\x99\xec\xc6\x63\x70\x1b\x1d\x1d\x45\xb5\x5a\x45\x32\x99\x94\ \x64\xef\xf0\xf0\x10\x7e\xbf\x5f\x06\x99\xdb\x6c\x36\x24\x12\x09\ \x41\x60\x89\xc6\x74\xbb\x5d\x7c\xf9\xe5\x97\x52\xd8\x12\x41\x22\ \xe5\xdb\x68\x34\xf0\xf4\xe9\x53\x24\x93\x49\x41\x84\x35\x9a\xfe\ \x4c\x4d\xea\x2d\x29\x2f\x21\xaa\xca\x82\x86\x05\x28\x69\x48\xbd\ \x5e\x2f\x9d\xcb\xf4\x8b\x62\xa0\xe6\x79\xcb\x86\xa1\xd1\xd1\x51\ \x04\x83\x41\x39\x97\x3c\x1e\x0f\x46\x47\x47\x65\x02\xca\xd0\xd0\ \x10\x76\x77\x77\xf1\xf1\xc7\x1f\xc3\x62\xb1\x88\x57\xde\xf1\xf1\ \xb1\x58\xf5\x50\x67\xc4\x29\x17\xa4\x24\x79\x7d\x3a\x9d\x0e\x7b\ \x7b\x7b\xa8\x54\x2a\x17\xe6\x17\x92\xd6\x65\x3c\x57\x41\x93\x52\ \xa9\x24\x48\x14\x0b\x5e\xa2\x6f\x64\x09\x88\x04\xd3\x5f\xed\xdf\ \xfe\xed\xdf\xb0\xbc\xbc\x8c\x5f\xfc\xe2\x17\x78\xf0\xe0\x01\x36\ \x37\x37\xc5\x18\x96\xef\x39\x3a\x3a\x2a\x67\x52\xb7\xdb\x95\x31\ \x6b\x8c\x05\x4c\x40\x99\x98\xb0\xab\x9e\xc5\x3a\xc5\xe8\x44\xcc\ \x18\x67\xab\xd5\xaa\xdc\x63\xea\xa9\x68\x9a\xcc\x84\x59\xab\xd5\ \x4a\xae\xc1\x66\x05\x36\x9c\x10\x44\x62\x52\xc4\xa4\x9e\xf7\x95\ \x80\x05\x1b\x99\x58\xf8\xb1\xb9\x80\xe7\x10\x3b\x4e\xa9\x47\xe3\ \x94\x07\x26\x56\x8c\xed\x16\x8b\x05\xba\xc1\xc1\xc1\xf7\xb8\x78\ \x08\x8d\x51\xe0\xcc\xac\x92\xdc\xb0\x3a\x04\x96\x0b\x88\x7e\x4f\ \x84\xf2\xf8\xc1\x48\x09\x11\x69\xe0\x0d\xa7\x38\x92\x9a\x28\xce\ \xb0\x73\xb9\x5c\x42\xdd\x70\xe3\x55\x2a\x15\xa1\xf4\xb8\x28\x78\ \x4d\xaa\xa8\x94\xc8\xda\xca\xca\x8a\x70\xcd\xf4\x69\x22\xda\x10\ \x0a\x85\x50\x28\x14\x70\x70\x70\x20\x9b\x81\x81\x87\xde\x42\xb5\ \x5a\x4d\x60\x58\x06\x63\xea\x5f\xd8\x32\x5b\xab\xd5\xe4\x60\x62\ \x65\x39\x3b\x3b\x2b\x82\x48\xea\xc2\x54\x11\x32\xd0\x17\x92\x52\ \xd8\xee\xf7\xfb\x65\xa1\x13\x51\x22\x0a\xc6\x2e\x2b\x00\x98\x9e\ \x9e\xc6\xd5\xab\xff\x8f\xac\x2f\x89\x6d\xfc\x3e\xcf\x7e\x48\x89\ \x94\xa8\x8d\x12\x49\x51\xa2\x24\xae\xe2\xa2\xd1\xae\x59\x3c\xfb\ \x8c\x9d\x20\x8e\x1d\x23\x71\x80\x36\x01\xd2\x53\x53\xa0\x28\x7a\ \x0a\x50\xa0\x87\xde\x7c\xe8\xa9\xc7\xa2\xc7\x16\xbd\x04\x68\x8b\ \x02\x6d\x12\x27\x6e\xe2\xd8\x71\xc6\xcb\x2c\x1e\x8d\x34\xda\x17\ \x4a\xa2\x44\x71\x11\x45\x4a\xa4\x56\x92\xda\xf8\x1d\xe4\xe7\x29\ \xd5\x2f\x40\xd1\xc4\x99\xc9\x68\xc8\xff\xff\xf7\x7b\xdf\x67\x1d\ \x11\x7c\x39\x3c\x3c\xac\xcf\x9f\x50\x31\x03\xdf\xf8\xf0\xb0\x74\ \x35\x99\x4c\xc2\xe7\xf3\xc1\x66\xb3\x29\x37\x89\x59\x20\x8c\x14\ \x18\x1a\x1a\x12\xb7\xcf\xed\xba\xb9\xb9\x19\x89\x44\x42\xd6\x57\ \x6e\xd1\x47\x47\x47\x18\x19\x19\x91\xc8\x96\xc2\xec\x87\x0f\x1f\ \x2a\x8e\x82\x14\x58\x30\x18\x44\x53\x53\x13\xc6\xc6\xc6\xe0\x76\ \xbb\x11\x0e\x87\x15\xf8\x59\x5b\x5b\x8b\x85\x85\x05\x74\x75\x75\ \x29\x10\x94\xb6\x7c\x42\xef\xe5\x72\x19\xdb\xdb\xdb\xb8\xb8\xb8\ \x40\x28\x14\xc2\xe6\xe6\x26\x02\x81\x00\x0e\x0e\x0e\xd0\xd4\xd4\ \xa4\x9e\xb7\xed\xed\x6d\x0c\x0c\x0c\xe0\xfc\xfc\x1c\xf1\x78\x1c\ \xdb\xdb\xdb\x38\x3a\x3a\xba\x32\xdc\x70\xf0\x25\x1d\xbb\xbc\xbc\ \x8c\xa9\xa9\x29\x34\x34\x34\x08\x5d\xca\x64\x32\xd8\xd8\xd8\xc0\ \xd7\x5f\x7f\x2d\x7e\x9d\xe2\xd8\x7c\x3e\x8f\x57\xaf\x5e\xe1\xe0\ \xe0\x00\x3f\xfe\xf1\x8f\xd1\xd7\xd7\x27\xa1\xf7\xde\xde\x1e\xde\ \x7c\xf3\x4d\xb8\x5c\x2e\xc4\xe3\x71\x6c\x6e\x6e\x6a\x40\xbe\xb8\ \xb8\x40\x77\x77\xb7\xb6\x5e\x22\x4b\x1d\x1d\x1d\xba\x3c\x28\xb0\ \x07\xa0\x61\x30\x10\x08\xe8\x52\x26\xbc\x4d\x17\x9a\xcb\xe5\xd2\ \x77\xc8\xc4\x7c\x93\xc9\x24\x1d\xdb\xd1\xd1\x91\xf4\x60\xed\xed\ \xed\x38\x3e\x3e\xc6\xfa\x37\xbd\x98\xd4\xec\x90\x7e\x22\xb5\x91\ \x4e\xa7\x11\x0c\x06\xd1\xdf\xdf\xaf\x61\x31\x12\x89\x88\x2e\x69\ \x6d\x6d\xd5\xb3\xc3\xc6\x02\x22\x8a\x9b\x9b\x9b\x42\x1c\x48\xdd\ \x14\x8b\x45\x24\x12\x09\x34\x34\x34\x20\x14\x0a\xe9\x79\x6e\x6c\ \x6c\x54\x29\x39\x05\xda\x75\x75\x75\xea\x6a\x24\xc5\x48\x6a\x96\ \x42\xf4\xc5\xc5\x45\x9d\x19\xcc\xf3\x59\x5a\x5a\xd2\x85\x44\x24\ \x87\x70\x7e\x2e\x97\x93\x4e\x8b\xf4\xc5\xc6\xc6\x06\x86\x87\x87\ \xb5\x5d\xf2\x12\xa6\x45\x9e\x88\x39\x1d\x6a\x76\xbb\x1d\x99\x4c\ \x06\x7f\xfc\xe3\x1f\xe5\xf4\xe4\xf9\xc3\xc1\x94\xc3\x15\xff\x73\ \x35\xb2\x55\x3d\x70\x11\xd1\xe0\xb9\x5a\x2a\x95\xb0\xb5\xb5\xa5\ \x1a\xa4\x44\x22\x81\xb5\xb5\x35\x64\xb3\x59\xac\xac\xac\xe0\xf3\ \xcf\x3f\x97\x26\x6c\x6f\x6f\x0f\xf9\x7c\x1e\xd1\x68\x54\x31\x09\ \xd4\xca\x71\x09\x62\x16\x1b\x45\xd0\xbc\xec\x69\x14\xa0\x16\x88\ \x48\x0c\x43\x21\xcd\x66\xb3\x86\x05\x9e\x43\xa4\xac\x8e\x8f\x8f\ \xa5\x27\xad\xaf\xaf\x17\x95\x07\x5c\xe6\x33\x51\x12\xb1\xb8\xb8\ \xa8\x4a\x22\x9a\x39\x32\x99\x8c\x3e\x1f\x46\xbc\x70\x91\x24\x8a\ \x4d\x14\xc0\x64\x32\x61\x75\x75\x55\xb2\x09\x0e\xc3\xd5\x8e\x74\ \x86\x66\x52\x7c\xce\x73\xf9\xf4\xf4\x14\x0f\x1f\x3e\x54\x46\x1c\ \xdd\x94\x9d\x9d\x9d\xa2\x57\x0f\x0f\x0f\xe1\xf7\xfb\xe5\x90\x6c\ \x6a\x6a\x82\xc7\xe3\x81\xc7\xe3\x11\x0d\xc6\x77\x8a\xfa\x22\xca\ \x0d\xc8\x44\xb0\x95\x81\xb4\x24\x4d\x55\x1c\x56\x2e\x2e\x2e\xb4\ \xe8\x31\x53\x0b\x80\x72\xdc\xd8\xbf\x57\x7d\xbe\xf2\x99\x21\x5a\ \xc9\xd8\x84\x9e\x9e\x1e\xf4\xf7\xf7\xa3\x50\x28\x20\x1e\x8f\xc3\ \x60\x30\x28\x77\x8f\x03\x2c\x0d\x4e\x35\x35\x35\x92\x0e\x34\x35\ \x35\x89\x22\xe4\x30\x43\xca\x91\x41\xc2\xbc\xc3\xe8\xd4\x67\xb4\ \x03\xe9\x48\x0e\x29\xbc\xe3\xe2\xf1\xb8\xbe\x37\xea\x8b\x3a\x3b\ \x3b\x71\xef\xde\x3d\xb8\x5c\x2e\x99\xb7\xf6\xf6\xf6\xb4\x7c\xd3\ \x75\x49\x4d\x25\xf5\xb6\x35\x35\x35\xa2\x53\xb9\x24\xd5\xd7\xd7\ \xab\x82\x8c\xc6\x03\xe6\xd9\x91\x15\xe3\xd0\xb4\xb3\xb3\x83\xb3\ \xb3\x33\x81\x37\x04\x69\xf8\x79\x72\xc0\xe4\x9f\x5d\x1d\x9b\x43\ \xbd\x58\x35\xca\x4c\x6d\x5c\x3e\x9f\xd7\x73\x5a\xed\x16\xe5\x79\ \xd4\xd0\xd0\x20\x63\x0c\x69\x4d\xea\xc5\x88\x9a\x51\xee\xc3\x77\ \x90\x33\x14\x11\xcc\x9a\xfa\xfa\xfa\x0f\xe8\x66\x39\x3b\x3b\x53\ \xbf\x15\xf3\x6e\x9a\x9b\x9b\x71\xf7\xee\x5d\x58\xad\x56\x5d\x06\ \xcc\x94\xe0\xc0\x44\xa1\x1d\x85\x6a\xfc\xa2\x78\x88\x17\x0a\x05\ \xa5\xcf\x72\x32\x34\x99\x2e\x93\xcc\x29\x7a\x04\x20\x3b\xed\xc9\ \xc9\x89\x2e\x4d\x0a\xe7\xe8\x68\xe1\x41\xc7\x43\x8b\xff\x3d\xff\ \x19\x6d\xf6\x4c\x12\xbf\x77\xef\x1e\x4c\x26\x93\x7a\xe8\x48\x1f\ \x91\x77\xce\x64\x32\x58\x5c\x5c\x84\xdb\xed\xd6\x74\xea\x74\x3a\ \x95\x3d\xc5\xc1\x81\x36\x59\x0a\x06\x1d\x0e\x87\x84\x78\x84\x72\ \xbd\x5e\xaf\xea\x25\xf8\xd0\x12\x71\x62\x62\xb9\xd9\x6c\xd6\xaf\ \x33\x1a\x8d\xc8\x66\xb3\xd8\xdd\xdd\xd5\xb0\x17\x8b\xc5\xa4\xf3\ \x61\x9a\xfa\xce\xce\x8e\xfa\xe7\x76\x77\x77\x71\x7e\x7e\x8e\xf6\ \xf6\x76\xd8\xed\x76\x6d\x28\xcc\x22\xe2\x9f\xdd\xdc\xdc\xac\x84\ \x79\xd6\xa4\x50\xc0\xcd\xec\x1c\xdf\x37\xce\xb3\x8b\x8b\x0b\x39\ \x1b\x99\xa9\xc3\xa0\x37\x0a\x54\x3b\x3b\x3b\x55\x93\xd2\xd1\xd1\ \x81\xde\xde\x5e\x6d\x02\x74\x06\xb2\x2e\x85\x9b\x40\xb9\x5c\xc6\ \xde\xde\x1e\x42\xa1\xd0\x15\xfe\x9e\x79\x39\xcc\x27\x22\x75\x56\ \x5f\x5f\x2f\xfa\x96\xff\x5b\x1b\x1b\x1b\x7a\xa9\xe8\xb4\xda\xde\ \xde\xc6\xf2\xf2\x32\xba\xbb\xbb\x35\x0c\x31\x79\x98\xb4\x1b\x9d\ \x7a\xec\x09\x63\xc8\xeb\xfe\xfe\xbe\xd0\xb2\xfa\xfa\x7a\x78\x3c\ \x1e\xb9\x26\xf9\x73\xf7\xf6\xf6\x5e\x89\xe4\xa0\x6b\xa8\x50\x28\ \xe0\xd5\xab\x57\x18\x19\x19\xb9\x92\x89\x15\x0a\x85\xa4\xc1\x63\ \xf6\x17\x75\x41\x1e\x8f\x07\xa3\xa3\xa3\x60\xa1\x3a\x9d\x36\x8b\ \x8b\x8b\x88\xc7\xe3\xca\x06\x0b\x87\xc3\xb8\x7b\xf7\xae\x0e\x9e\ \x72\xb9\x2c\x9d\x91\xc7\xe3\x91\x3e\xaa\xb5\xb5\x55\x3f\x4b\x38\ \x1c\x56\xf4\x03\x69\x23\x66\x88\x79\x3c\x1e\xbd\x2b\xcc\x02\x6a\ \x69\x69\xd1\xc5\x45\xb4\x85\x4e\x59\xc6\x47\x10\x29\x8b\xc5\x62\ \x58\x5d\x5d\xc5\xe1\xe1\x21\x76\x76\x76\x10\x89\x44\x94\x73\xe6\ \xf7\xfb\x01\x40\x9a\x4a\x0e\x13\x74\x87\x51\x64\x7f\x74\x74\x24\ \x17\x2b\x07\x3b\xc6\x3a\xb4\xb4\xb4\x20\x18\x0c\xe2\xe8\xe8\x08\ \xb1\x58\x0c\xe7\xe7\xe7\x42\x12\x99\x25\x16\x0e\x87\x55\x77\x12\ \x08\x04\xe0\x76\xbb\x35\x38\x0e\x0f\x0f\xcb\xac\x40\xf3\x00\x2f\ \x3a\x87\xc3\x81\x68\x34\x8a\x68\x34\x8a\x99\x99\x19\x2d\x6e\xa5\ \x52\x09\xad\xad\xad\xe8\xeb\xeb\x93\xbe\x8e\x01\xa5\x0c\xa8\x7c\ \xf5\xea\x15\xde\x7e\xfb\x6d\x4c\x4c\x4c\xe0\xd7\xbf\xfe\xf5\x15\ \xe9\x03\xff\x45\x54\xb8\x3a\xb2\xe1\xff\x1a\x85\x88\xd8\x72\xf8\ \xa2\xa8\x97\x94\x22\x37\x73\x52\x11\x0c\xc3\x2c\x14\x0a\x42\x10\ \x56\x57\x57\xb1\xba\xba\x8a\xcf\x3f\xff\x1c\xf1\x78\x5c\xe7\x04\ \x2f\x1e\x5e\x62\x1e\x8f\x47\x1a\xc2\x64\x32\x89\x5c\x2e\x87\x54\ \x2a\x85\x96\x96\x16\x2d\x2c\x8c\x78\xe0\xc0\x64\x34\x1a\x25\x57\ \xa0\x8b\x8d\xc8\x2a\x07\x34\x7e\x66\x26\x93\x09\x73\x73\x73\x0a\ \x30\xee\xee\xee\xd6\xb2\xc3\x7c\x2f\xa2\x35\x0c\xa2\x65\xa9\xb8\ \xd9\x6c\x96\x31\xc3\xeb\xf5\x5e\x41\x35\xf8\x77\x48\xa7\xd3\x58\ \x58\x58\xc0\xc7\x1f\x7f\x8c\x99\x99\x99\x2b\xa5\xd4\x5c\xdc\x49\ \x77\xf5\xf4\xf4\x68\x71\x25\x32\x48\x7d\x70\x6d\x6d\xad\x90\x3c\ \x87\xc3\x21\x89\x02\x13\xb6\xb7\xb6\xb6\x84\x04\xb1\x5e\xa8\xba\ \xfe\x86\x67\x06\xe9\x7f\xfe\x1d\xac\x56\x2b\x36\x36\x36\xe4\x96\ \xdd\xda\xda\xd2\x5d\x46\x66\x60\x67\x67\x47\x75\x3d\x44\xa9\x1c\ \x0e\x87\x84\xd9\x44\xa2\x88\x8c\xd1\xd9\x4b\x9d\x55\x3e\x9f\x97\ \x66\x8c\x59\x81\x7c\xe7\xcc\x66\x33\x42\xa1\x10\xea\xeb\x2f\xbb\ \x3b\xa9\xa1\x25\xfd\x47\x1d\x13\xcf\x75\x86\x8f\xf2\x5e\x72\x3a\ \x9d\x7a\xde\x88\xbc\x90\xfe\x22\x72\x44\x29\x44\xa1\x50\xc0\xd4\ \xd4\x94\xa8\xb3\x6a\xd6\x8a\x08\x6c\x4f\x4f\x0f\xfc\x7e\x3f\x42\ \xa1\x10\x1e\x3f\x7e\xac\xc5\x9f\x2e\x7a\xde\x89\xd9\x6c\x56\x03\ \x3b\x5d\x7d\x1c\x66\xaa\xd1\x56\x0e\x8f\x7c\x3f\x48\xbd\x55\x0b\ \xdc\x39\x6b\x30\xba\x81\xa8\x1b\x9f\x7b\x0e\x4a\x95\x4a\x45\xcb\ \x1b\xd1\x29\x2e\x43\x5c\x22\x28\x40\x67\xbb\x0a\x41\xa0\xea\xb3\ \x91\x43\x19\xdf\x65\xc6\x53\xf1\x39\xa3\xbc\x81\x4e\x5e\xd2\xa2\ \x04\x99\xa8\xf1\xae\xf1\x78\x3c\x1f\x50\x84\x4e\x21\x23\xbb\xa5\ \x08\x9b\x92\xbb\xe5\x41\x44\x4b\xac\xc9\x64\x42\x57\x57\x17\xfc\ \x7e\xbf\x04\x95\x4c\xaf\x26\x22\x46\x88\x98\x08\x05\xff\x19\x27\ \xf1\xb3\xb3\x33\xe9\x7c\x96\x96\x96\x70\x70\x70\xa0\x7c\x12\xda\ \xf6\x39\xd1\xd2\x45\x42\x11\x63\x6f\x6f\xaf\x50\x98\xbe\xbe\x3e\ \xc1\x72\x44\xbf\x2c\x16\x0b\xde\x7d\xf7\x5d\x89\x02\xe9\x0c\xe4\ \x17\x41\xf8\xb3\xb6\xb6\x56\x6d\xea\x9d\x9d\x9d\xe8\xe9\xe9\x91\ \x85\x3a\x16\x8b\x69\xca\x67\x32\x35\x79\x61\x5a\x54\x49\x21\xf2\ \x30\xe2\x03\x49\x14\xc0\x6a\xb5\xc2\xe7\xf3\x09\x0d\x64\xaa\xf8\ \xc2\xc2\x02\x8a\xc5\x22\x06\x06\x06\x04\xa7\x7b\x3c\x1e\x71\xe4\ \x1c\x02\x77\x76\x76\xe4\x3a\x0c\x87\xc3\xda\xfe\x28\x3c\x07\xa0\ \x0b\x83\x83\x18\xb5\x4b\xbc\xf4\x59\x9e\x4c\x31\xe6\xe2\xe2\x22\ \x3e\xff\xfc\x73\x0d\x13\xa4\xa5\x4c\x26\x93\xdc\x84\xdc\x52\x7d\ \x3e\x9f\xd0\x46\x1e\xba\x1c\xc8\x32\x99\x0c\xa2\xd1\x28\x9e\x3d\ \x7b\x06\xbf\xdf\xaf\xf6\xf9\x62\xb1\x88\x95\x95\x15\x0d\x8e\x14\ \x57\x52\x1f\x41\xed\x08\x05\x98\x00\x44\xd9\xd0\x08\xc1\x87\x98\ \x5a\xb8\x4c\x26\x23\x68\x9f\x43\x20\x35\x7a\xac\x5e\xc9\xe5\x72\ \xe8\xee\xee\x56\x6e\x0b\x21\x73\xea\x76\x38\x50\x12\xda\xa6\x30\ \xb5\xb9\xb9\x19\x43\x43\x43\x0a\xf4\xa4\x5e\x88\x2f\x99\xc3\xe1\ \xc0\xec\xec\x2c\x2a\x95\x8a\x68\x45\x16\xee\x1e\x1e\x1e\x22\x12\ \x89\x60\x77\x77\x17\xdd\xdd\xdd\x68\x6d\x6d\xc5\xd8\xd8\x98\xd0\ \xa4\x86\x86\x06\x04\x02\x01\x51\xbc\x14\x96\xf3\xf0\x26\xa2\x40\ \x57\x25\x07\xf1\x68\x34\x8a\xa5\xa5\x25\x51\x7e\x17\x17\x17\x57\ \x82\x58\x19\x59\xb0\xb8\xb8\x08\xaf\xd7\xab\x9c\x2c\x22\x38\xac\ \xa9\xb0\xdb\xed\xd2\x87\x90\xae\xa0\xde\x90\x31\x14\xcb\xcb\xcb\ \x12\x2f\xb7\xb6\xb6\x4a\x0b\xb6\xbb\xbb\x8b\xa5\xa5\x25\x0d\xde\ \x44\x14\xe8\xe2\x5b\x5b\x5b\x43\x47\x47\x07\x02\x81\x00\x56\x57\ \x57\x51\x2c\x16\x71\x72\x72\xa2\xdc\x2e\x66\x6d\x55\x5f\x82\x44\ \x8e\x0c\x86\xcb\xd4\x7a\xea\xcf\xce\xcf\xcf\x61\xb5\x5a\xe1\x74\ \x3a\x11\x8d\x46\x61\xb3\xd9\xe0\xf5\x7a\x35\x84\xbc\x78\xf1\x02\ \x56\xab\x15\x63\x63\x63\xb0\xdb\xed\x32\xb2\x50\xfb\xc1\x83\x39\ \x12\x89\x08\x91\xe8\xeb\xeb\xd3\x7f\xe6\x61\xcb\xe7\x97\x28\x06\ \xd1\x0f\x0e\xdd\x6b\x6b\x6b\xb8\xb8\xb8\xc0\xab\x57\xaf\xae\x0c\ \x57\xd5\xce\x68\x22\x15\x1c\x2e\xf9\xe7\x55\x9b\x7f\x38\x6c\x31\ \xe3\x89\xf4\x21\x37\x65\x87\xc3\x01\xa7\xd3\xa9\x73\xd7\x68\x34\ \x0a\x71\xa5\x13\x97\x94\xe5\xe1\xe1\xe1\x95\xc5\xcd\xe7\xf3\xc9\ \x08\xc2\xc1\x17\x00\xf2\xf9\xbc\x42\x47\xd7\xd7\xd7\xa5\x99\xa2\ \x99\xa3\x50\x28\x60\x62\x62\x02\xa7\xa7\xa7\x58\x58\x58\xd0\x46\ \x5e\x2e\x97\x31\x31\x31\x81\x68\x34\x8a\xc1\xc1\x41\x21\x61\xac\ \x55\xa2\xe1\x24\x91\x48\x60\x77\x77\x57\x26\x93\x50\x28\xa4\xcb\ \x8d\x17\x29\xe9\xb9\xc5\xc5\x45\xcc\xcd\xcd\x21\x12\x89\x20\x16\ \x8b\xc9\x4c\x92\xcd\x66\xa5\x43\xb4\xdb\xed\x08\x06\x83\x08\x06\ \x83\x88\x44\x22\x18\x19\x19\x91\x39\x87\x67\x15\xe9\x5d\x87\xc3\ \xa1\xcf\x80\xe8\x3d\x5d\x7f\xd4\x9f\x56\xd3\x5b\x36\x9b\x0d\x73\ \x73\x73\x32\x36\x4c\x4e\x4e\xe2\xe0\xe0\x00\x66\xb3\x19\x6b\x6b\ \x6b\x1a\x0a\x52\xa9\x14\xce\xce\xce\xb0\xbc\xbc\xac\xa6\x09\xd2\ \x42\xd4\x69\x51\x63\x94\x4e\xa7\x35\x48\x10\x25\xe7\xcf\xc4\x67\ \xc0\x64\x32\x49\xd6\x50\x2c\x16\xd5\xee\xc1\xef\xb7\xfa\x82\xe7\ \x3d\x98\xcb\xe5\x64\x9a\xa2\x01\x8c\x43\x6c\xb5\x1c\xe7\xf8\xf8\ \x18\x4b\x4b\x4b\xd2\xce\x55\xd3\xc7\x34\xc7\xd0\x40\x05\x40\x8e\ \x67\x1a\xc2\x38\x64\xf0\x5e\xae\x54\x2a\x6a\x16\xe1\x70\xc0\x41\ \x96\xf5\x41\x7c\xbf\x78\x5e\x13\x59\x2c\x97\xcb\x4a\xa7\x67\x45\ \x1b\x69\x74\x22\xc9\xd4\x0f\x57\x47\x2c\xf0\x99\x63\x64\x0c\x87\ \xa5\x6a\x17\x3c\xef\x38\xbe\xd7\xd4\x86\x11\x9c\xa1\x29\x8e\xc3\ \x33\x3b\x0f\x4b\xa5\x92\x8a\xbd\xab\xdd\x95\xfc\xdf\x3c\x3f\x3f\ \xc7\xb3\x67\xcf\xae\x68\x5a\x53\xa9\x94\x6a\xc4\x68\xf4\xaa\xab\ \xbb\x6c\x08\x01\xa0\x18\x06\x22\xa8\x94\xb5\x50\xa2\x74\x7a\x7a\ \x8a\x68\x34\x2a\xc3\x18\x3f\xa3\xd3\xd3\x53\xd4\xf4\xf6\xf6\x7e\ \x40\x35\x3e\x00\x75\xab\x71\x3a\xe7\xc3\x49\x5e\x97\x08\x94\xdf\ \xef\xc7\xa3\x47\x8f\xb4\x4d\x13\x72\xe7\xe1\xcc\xbf\x58\x7b\x7b\ \x3b\x6e\xdd\xba\x85\x3b\x77\xee\x68\x68\xf2\x78\x3c\x38\x3a\x3a\ \xc2\xe0\xe0\x20\x9a\x9b\x9b\xd1\xdf\xdf\x2f\x84\x87\xae\x30\x22\ \x02\xa9\x54\x4a\x5d\x51\xdc\xfe\xb9\x0d\xd3\x25\xc0\xc3\xfb\xce\ \x9d\x3b\x48\x24\x12\xb2\x34\x13\x2a\x9e\x9d\x9d\x15\x15\x44\x9a\ \x88\x0f\x26\xeb\x4f\xa8\x7d\xe1\x76\xc8\x80\xb3\xfd\xfd\x7d\xa5\ \x11\x13\x86\xe7\x8b\xc7\x97\x89\x9c\xfb\xe2\xe2\xa2\x26\x7c\xfe\ \x33\xbe\x64\xfc\x42\xda\xdb\xdb\x71\x7a\x7a\x8a\x37\xdf\x7c\x53\ \x02\x49\x83\xc1\xa0\x3f\xbb\xb9\xb9\x19\x63\x63\x63\x2a\x14\x66\ \x4d\x04\x07\x5e\x00\xa2\xdc\x98\x39\xc5\x58\x07\xd2\x5a\x84\x2a\ \xa9\x55\x61\x96\xd0\xa3\x47\x8f\x10\x08\x04\x10\x0e\x87\xa5\x6d\ \xa1\x53\x8b\x08\x66\x2a\x95\x92\x40\xb8\xa1\xa1\x01\xd1\x68\x54\ \x39\x57\x36\x9b\x0d\xc1\x60\x10\x85\x42\x41\x87\x4c\x30\x18\x54\ \x64\x01\x05\x88\x44\x32\x2f\x2e\x2e\xf0\xde\x7b\xef\x61\x75\x75\ \x55\x5a\xb5\xc6\xc6\x46\x38\x1c\x0e\x58\xad\x56\x25\xb0\x4f\x4d\ \x4d\xc9\xd6\x7d\x71\x71\x01\xb7\xdb\x8d\xfd\xfd\x7d\x25\x32\x37\ \x35\x35\x61\x62\x62\x42\x9f\x03\x69\xa7\x9d\x9d\x1d\x84\xc3\x61\ \x15\x6b\x33\xd6\x81\xa8\x21\x69\x07\x0a\xbb\xef\xde\xbd\x8b\xb3\ \xb3\x33\x0d\x36\x1d\x1d\x1d\x48\x26\x93\x8a\xb0\x58\x5e\x5e\x46\ \x28\x14\xc2\xfe\xfe\xfe\x95\x4a\x8a\x6b\xd7\xae\x69\xb8\xe7\xa6\ \x4f\x1a\x70\x79\x79\x19\x1e\x8f\x47\x54\x49\x4d\xcd\x65\x11\xf7\ \xf3\xe7\xcf\xe5\xb0\xe2\x21\x93\x4e\xa7\xd1\xd3\xd3\x83\x2f\xbe\ \xf8\x42\xa2\x4f\x8b\xc5\x22\x2d\x20\x11\xc5\xb1\xb1\x31\x25\xb3\ \xbf\xf1\xc6\x1b\x38\x3c\x3c\x44\x34\x1a\x45\x73\x73\xb3\xf2\xc6\ \xf8\x7e\xf2\x72\xa3\x8e\xae\xb1\xb1\x11\xcf\x9f\x3f\x47\x22\x91\ \xd0\x70\x4b\xfa\x9b\x50\xfb\xce\xce\x8e\xb6\x3b\xda\x8a\x79\x79\ \x11\x8d\xd8\xd8\xd8\x40\x4d\x4d\x0d\x6e\xdd\xba\x25\x07\x1c\x29\ \xcb\xee\xee\x6e\x65\xcd\x99\x4c\x26\x4c\x4d\x4d\xc1\xeb\xf5\x4a\ \xbc\xca\xb2\x5d\xc6\x42\xf0\xcf\xe1\x82\x95\xcd\x66\x31\x3e\x3e\ \xae\x6c\xa3\x1b\x37\x6e\x68\x20\x24\xf5\xd5\xd6\xd6\x86\x93\x93\ \x13\x78\x3c\x1e\x1d\x9e\x0c\xae\xdc\xd8\xd8\xc0\xfe\xfe\xbe\x34\ \x4c\x67\x67\x67\x8a\xfe\x20\x25\x4e\x07\xe3\xc9\xc9\x09\x66\x67\ \x67\xf1\xea\xd5\x2b\xf8\x7c\x3e\x04\x02\x01\x34\x36\x36\xca\x4d\ \xcb\xa1\xd7\xe5\x72\xa1\xad\xad\x4d\x14\xcb\xc1\xc1\x01\x5e\xbc\ \x78\x21\xf4\x89\x03\x15\x91\x15\x0e\x57\x5c\x6e\xaa\x1d\x84\xd5\ \x4e\x28\xba\x9a\xc3\xe1\xb0\x36\x6e\xa2\x5b\x1c\xda\x88\xce\x33\ \xc4\x92\xf1\x02\x06\x83\x41\x28\x48\x6f\x6f\x2f\x7a\x7b\x7b\x25\ \xd0\xcd\x66\xb3\x48\x24\x12\xf0\x7a\xbd\xa8\x54\x2a\x78\xf6\xec\ \x19\x16\x16\x16\x94\xd9\x43\x0d\x2c\x91\x98\xed\xed\x6d\x69\x8d\ \xe8\xee\xab\x54\x2a\x5a\x9a\x4b\xa5\x12\xe6\xe7\xe7\xb1\xba\xba\ \x0a\xb7\xdb\x0d\x8b\xc5\x82\xb5\xb5\x35\x5d\x60\xd4\xa4\x11\xf5\ \x3a\x38\x38\xc0\xca\xca\x0a\x0a\x85\x82\xde\x05\xba\xad\x79\xb1\ \x13\x8d\xa1\x64\xa2\x9a\x0a\xfc\x97\x7f\xf9\x17\xfc\xe7\x7f\xfe\ \xa7\x96\x1e\x9a\x63\x48\x1f\xd9\xed\x76\x78\xbd\x5e\x58\xad\x56\ \x58\xad\x56\xe5\xb6\xed\xed\xed\xe1\xcb\x2f\xbf\x44\x4b\x4b\x8b\ \x58\x0f\x22\xe3\xfc\xbd\xd4\xf8\x94\x4a\x25\x75\x01\xbe\x7e\xfd\ \x1a\x37\x6f\xde\x54\xc4\x04\x07\x0e\x3e\x43\xe9\x74\x5a\x61\xa4\ \x44\xcc\x88\x7a\x31\x9d\x9e\xcc\x00\x5d\xf7\xd4\x54\x11\xc9\xe0\ \x12\xb3\xbe\xbe\xae\x01\x87\xb9\x70\xb4\xf2\xd3\x45\x4a\x44\xe6\ \xe3\x8f\x3f\xc6\xf6\xf6\x36\x0a\x85\x02\xf2\xf9\x3c\x3e\xfb\xec\ \x33\x34\x35\x35\x21\x9b\xcd\xe2\xe5\xcb\x97\xa2\xa3\xc6\xc7\xc7\ \x91\x4c\x26\xa5\x09\xe2\x3f\xaf\x76\x89\x9e\x9c\x9c\x20\x95\x4a\ \x61\x76\x76\x56\xc6\x1b\xd6\xaf\x31\x5f\x8a\x06\x27\x0e\x38\xa4\ \x4e\x49\x7f\x1e\x1e\x1e\x22\x10\x08\x68\x68\xdb\xdf\xdf\x57\xc9\ \xf6\xc9\xc9\x65\x0a\x3e\x3f\x6f\x3e\xef\xcc\xed\x22\xad\xc9\x9f\ \x65\x62\x62\x02\x46\xa3\x51\x28\x16\xd1\x23\x9e\x5d\x8c\x82\x20\ \x8d\x4e\xf4\x2b\x97\xcb\xe9\xef\x54\xfd\x3e\x55\xcb\x6f\xaa\x11\ \x65\x0e\x3e\x1c\xa2\xa8\xeb\xe3\x77\xc9\x25\x99\xac\x0a\xb5\xa4\ \xd9\x6c\x56\x11\x1f\x5b\x5b\x5b\x42\xfa\x00\xe8\x9c\xe5\xb2\xcb\ \xf2\x74\xa2\x7e\xd4\x26\x32\x5e\x84\xce\x71\x9b\xcd\xa6\x82\x6a\ \xa3\xd1\x88\x1a\xbb\xdd\xfe\x41\x47\x47\x07\xca\xe5\xb2\xe0\x5c\ \x3a\x7a\x98\x1f\x43\x17\x14\x43\xfc\xfc\x7e\x3f\x5a\x5a\x5a\x90\ \xcb\xe5\x14\x44\x49\x68\x9a\x0f\xfd\xad\x5b\xb7\xd0\xd3\xd3\xa3\ \x6c\x1e\x06\x85\xed\xed\xed\x21\x1c\x0e\x0b\x95\xe1\x10\x14\x0e\ \x87\x51\x2c\x16\xa5\x2b\x20\xcc\xc9\x89\x90\x2e\x8f\xb6\xb6\x36\ \xf1\xe2\x44\x45\x12\x89\x04\xdc\x6e\x37\x96\x96\x96\xb0\xb4\xb4\ \xa4\x43\x2d\x95\x4a\x69\x3b\x6e\x6f\x6f\x97\xde\x8a\x70\x3c\x4b\ \x74\x4b\xa5\x12\xfa\xfa\xfa\xf4\x45\x51\xe8\x9e\xcd\x66\x35\xe8\ \x11\x42\xe5\x65\x41\xee\x95\xf9\x3f\xf9\x7c\x5e\xd3\x37\x5d\x1d\ \xf9\x7c\x1e\x7b\x7b\x7b\xd2\x97\xd5\xd4\xd4\x88\xba\x5c\x5a\x5a\ \x42\x47\x47\x07\xda\xdb\xdb\x11\x8f\xc7\x65\xc3\x66\xb0\x26\x05\ \xa7\x5e\xaf\xf7\x8a\xa8\x2f\x97\xcb\x69\x88\xe9\xee\xee\x96\x78\ \x75\x7e\x7e\x5e\x69\xb6\xbc\x4c\x89\xd0\x34\x34\x34\xe0\x87\x3f\ \xfc\x21\x92\xc9\x24\x1a\x1a\x1a\x24\x48\xf6\x78\x3c\xa2\x2a\xed\ \x76\x3b\xfc\x7e\xbf\x28\x5f\x46\x1e\x9c\x9e\x9e\x4a\xfc\xcd\x94\ \xfa\xc3\xc3\x43\x7d\xde\xfc\x3e\xa9\xc5\x63\x50\xa2\xc3\xe1\x90\ \xe5\x75\x74\x74\x54\x90\x34\xf5\x6a\xcc\xdd\x6a\x6b\x6b\xc3\xed\ \xdb\xb7\x05\xe3\xda\x6c\x36\x5c\xbf\x7e\x1d\xdf\xfe\xf6\xb7\x51\ \x28\x14\x34\x60\x5a\x2c\x16\x74\x76\x76\x22\x95\x4a\xc9\x44\xd0\ \xd3\xd3\x73\x25\x0b\x87\x82\xec\xa1\xa1\x21\xd1\x10\x4e\xa7\x53\ \x87\xfa\xf0\xf0\x30\x0a\x85\x02\xde\x7c\xf3\x4d\xa4\x52\x29\x8c\ \x8c\x8c\xc0\x60\x30\xe0\x4f\xff\xf4\x4f\x75\x01\x8c\x8d\x8d\x49\ \xd7\x53\x2c\x16\xd1\xdf\xdf\x2f\x74\x8f\xa5\xca\xeb\xeb\xeb\x72\ \x11\xf1\x39\x20\x6d\x71\x7a\x7a\xaa\x41\xe1\xf4\xf4\x14\xf7\xee\ \xdd\xc3\xe9\xe9\x29\x7e\xfb\xdb\xdf\x22\x10\x08\xe0\xe4\xe4\x04\ \x81\x40\x40\xb0\x32\x23\x0b\xe8\x64\x35\x18\x0c\x48\xa7\xd3\xba\ \x80\xb9\x75\x12\x39\xa4\x13\x87\x0b\x04\xa9\x00\xa2\x16\xc7\xc7\ \xc7\xe8\xeb\xeb\x93\x16\x80\x36\x71\xda\xf0\xf9\x99\x5a\x2c\x16\ \x39\x70\x59\x7a\xcc\x10\xc8\xfd\xfd\x7d\x0c\x0f\x0f\xeb\xf9\xed\ \xea\xea\xd2\x85\x45\xdb\x3c\x91\x5c\x2e\x29\x99\x4c\x06\xcd\xcd\ \xcd\x88\x44\x22\xd2\x83\x55\x1b\x50\x98\x0e\x6d\x32\x99\xb4\x4c\ \x51\x53\xb4\xba\xba\x2a\x1a\x7e\x6e\x6e\x0e\x07\x07\x07\x08\x06\ \x83\x78\xf7\xdd\x77\xd1\xda\xda\x0a\xbf\xdf\xaf\x6e\x3b\x97\xcb\ \x85\xce\xce\x4e\x21\x36\xc5\x62\x11\x8b\x8b\x8b\x42\x77\x89\x40\ \x32\x4e\xe2\xfc\xfc\x1c\xb1\x58\x0c\xb9\x5c\x0e\xcf\x9f\x3f\xc7\ \xb3\x67\xcf\x84\xea\x50\x86\x60\xb1\x58\xb0\xb5\xb5\xa5\x90\xda\ \x9e\x9e\x1e\xb9\xd6\xf8\x2f\xd2\x7d\xd4\x81\xf2\xfb\xe1\x90\xc5\ \xff\xcc\x5f\xc3\x43\x9d\x17\xf9\xde\xde\x9e\x12\xa0\xd9\x1d\x49\ \xdd\x06\x87\x16\x36\x42\x54\xbb\x92\x36\x36\x36\xa4\xd9\xa2\xd4\ \x82\xa2\xf8\x50\x28\x24\x43\x49\xb5\x33\x6c\x6a\x6a\x0a\x33\x33\ \x33\x68\x6b\x6b\x83\xdb\xed\x56\xf3\x00\x97\xad\xa6\xa6\x26\x45\ \x27\x38\x1c\x0e\xfd\x9d\xc2\xe1\x30\x1e\x3e\x7c\x28\xfa\x8b\x9f\ \x09\xcd\x09\xcd\xcd\xcd\xe8\xe9\xe9\x11\xca\x71\xed\xda\x35\x39\ \x8d\x57\x57\x57\x15\xfa\xca\x5a\x1e\xaf\xd7\x2b\xb6\x83\xce\x60\ \xf6\x82\x32\xd8\x95\x4b\x14\x00\x2c\x2d\x2d\x61\x7d\x7d\x1d\x75\ \x75\x75\xc8\xe7\xf3\x32\x2a\x11\x2d\x6a\x69\x69\xc1\xca\xca\x8a\ \x74\x82\x35\x35\x35\x78\xf1\xe2\x05\xb6\xb6\xb6\x50\x53\x53\xa3\ \x3b\x8b\x6e\x38\x1a\x87\x1c\x0e\x07\xda\xdb\xdb\x11\x8b\xc5\xd4\ \x67\x4a\x6d\x4e\x34\x1a\x45\x77\x77\x37\xec\x76\x3b\x2e\x2e\x2e\ \x60\xb7\xdb\xaf\xf4\xcb\x1d\x1e\x1e\x62\x76\x76\x16\xaf\x5f\xbf\ \x86\xc1\x60\x80\xd3\xe9\x94\x73\x8f\xe7\x39\x07\x04\x9e\x7f\x76\ \xbb\x5d\xd9\x57\xfc\x33\x78\x37\x10\x31\x26\xb2\xb4\xb5\xb5\x25\ \xe0\x81\x61\xa8\xbc\xd0\xb7\xb6\xb6\x74\x46\xf3\x79\x68\x6c\x6c\ \xc4\xd2\xd2\x12\xe6\xe6\xe6\x10\x8d\x46\x15\x03\xb4\xb9\xb9\x89\ \xd7\xaf\x5f\xab\x01\xe1\x57\xbf\xfa\x95\x8a\xd1\x19\x78\xca\xa0\ \x6b\x2e\x3a\x8c\x40\xe1\xb3\xcb\xe1\x84\x11\x2e\x34\xc1\x10\xc1\ \x6a\x6b\x6b\x03\x80\x2b\xd9\x75\x2d\xdf\x14\xd4\xef\xec\xec\x28\ \x0d\x80\x43\x9b\xcd\x66\xd3\x92\x51\xad\xff\xaa\x0e\xec\xe4\xf3\ \x41\xf6\x84\xb4\x20\x00\x31\x5c\x1c\x6a\xaa\xcd\x6e\xa4\x13\x19\ \x68\x5a\x4d\x95\x12\xa5\xe3\xf2\x42\xc9\x0d\x51\x6c\x6a\xa8\xc9\ \x94\xb0\x17\x97\x6c\x11\x0d\x3d\xac\x1f\xe2\xf0\xd9\xd2\xd2\xa2\ \x77\x96\xcb\x31\x11\x69\x1a\xbc\x08\xac\x00\x97\xd9\x5f\x86\x81\ \x81\x81\x0a\x5f\x68\xda\x3f\x09\x3d\x9f\x9d\x9d\x69\x62\x26\xd7\ \x4d\x9b\x3b\x35\x2f\x35\x35\x35\x3a\x78\x09\xff\x5b\x2c\x16\xdc\ \xbd\x7b\x17\xd7\xaf\x5f\x57\x49\x31\xcb\x53\xa9\xcd\xe0\x44\xdf\ \xd9\xd9\x79\x05\x76\xb4\x5a\xad\x38\x3d\x3d\xc5\xde\xde\x9e\x36\ \x62\x6e\xee\x0c\x54\xa4\x06\x89\x88\x01\x39\xd4\xf5\x6f\xaa\x30\ \xc8\xfd\xbf\xf3\xce\x3b\xc8\xe5\x72\xf8\xec\xb3\xcf\x54\x77\x92\ \x48\x24\xd0\xdf\xdf\x8f\xe9\xe9\x69\x89\xdd\x39\x55\x33\xe2\xc1\ \xe5\x72\x21\x91\x48\x08\x15\x61\xad\xc5\xe7\x9f\x7f\x2e\xb1\x31\ \xe9\x3b\xea\xc5\xa8\x41\x2a\x95\x4a\x7a\xe9\x8e\x8f\x8f\xe5\x0e\ \xa2\xf0\xf8\x7b\xdf\xfb\x1e\xe6\xe6\xe6\x54\x02\x4a\x08\x94\x62\ \x50\x06\x24\x12\xa1\x72\x3a\x9d\xf0\x78\x3c\xca\xa0\x61\x38\xe9\ \x27\x9f\x7c\x82\x68\x34\x8a\xae\xae\x2e\xbc\xfb\xee\xbb\x58\x59\ \x59\x11\x3c\xfa\xf4\xe9\x53\x0d\x79\xbd\xbd\xbd\xb8\x79\xf3\xa6\ \x9c\x47\x66\xb3\x19\x13\x13\x13\xb2\x1e\x73\xa3\xda\xdd\xdd\x55\ \xcf\x17\x45\xec\xa4\xdb\xac\x56\x2b\x36\x37\x37\x61\x34\x1a\x15\ \xe8\x48\x33\x01\xa7\x78\x7e\x57\x14\xb1\x72\xc0\xd8\xd9\xd9\x41\ \x20\x10\x40\x34\x1a\x15\xed\xc6\x52\x56\x52\x65\x74\xf0\x11\xa5\ \xe3\x41\x47\x7e\x9e\x68\xa2\xdd\x6e\x47\xa1\x50\x40\x32\x99\xc4\ \xc5\xc5\x05\xee\xdf\xbf\xaf\x38\x8d\xbd\xbd\x3d\xf4\xf6\xf6\xa2\ \xa5\xa5\x05\xbb\xbb\xbb\xc8\xe7\xf3\x48\xa7\xd3\x1a\xe4\xbe\xfb\ \xdd\xef\xca\x91\xc8\xc3\x31\x91\x48\x60\x78\x78\x58\x62\x52\x52\ \xb8\x74\x9c\x70\xc8\x5d\x5b\x5b\xd3\x00\xcd\x65\xc4\xed\x76\x63\ \x6e\x6e\x0e\x1d\x1d\x1d\x78\xf2\xe4\x09\x02\x81\x00\x76\x77\x77\ \xf5\x33\x70\x98\x3d\x3e\x3e\xd6\xe7\xdc\xde\xde\xae\x3c\xb4\x78\ \x3c\xae\xa5\xc3\xf7\x4d\x40\x2b\x11\x1d\x8a\x5e\xd9\xc1\x95\x4a\ \xa5\xf4\x6b\xfb\xfa\xfa\x54\x4f\xc2\xbc\xb0\x60\x30\x28\xf7\x28\ \x2b\x29\xf6\xf6\xf6\xd4\xa1\xc9\xc3\x9c\x83\x4f\x3e\x9f\x47\x24\ \x12\xc1\xe2\xe2\xa2\x34\x23\xed\xed\xed\x3a\x18\xaa\x29\x7a\xa2\ \x21\x44\x28\xdd\x6e\xb7\xd0\x6c\x2e\x59\xf3\xf3\xf3\xb8\x7f\xff\ \xbe\xb4\x52\x66\xb3\x19\xd9\x6c\x56\x87\x99\xd1\x68\x54\x02\x3f\ \xdf\xf3\xfd\xfd\x7d\x6c\x6e\x6e\x8a\x1e\x4d\x26\x93\x30\x99\x4c\ \xf8\x9f\xff\xf9\x1f\xac\xad\xad\xc1\xe5\x72\xe1\xa7\x3f\xfd\xa9\ \x84\xa5\x5c\xce\x1a\x1a\x1a\x90\x48\x24\xf0\xe8\xd1\x23\xb9\x81\ \x19\x2b\xc1\x68\x91\xde\xde\x5e\x6c\x6d\x6d\xe1\xe9\xd3\xa7\x88\ \x44\x22\x12\x82\x13\x65\x89\x46\xa3\xa2\x6b\xfa\xfb\xfb\x65\xce\ \x48\xa7\xd3\x58\x5b\x5b\x53\xf5\x11\x1d\xad\x0c\x4e\xe6\x56\xcf\ \x81\xa1\x3a\xbe\x81\x0b\x42\xb5\xfe\x8a\x28\x1e\x75\x31\xd4\x98\ \x8d\x8f\x8f\x2b\x51\x9b\x94\x2c\x2f\xe5\x6a\xba\xa3\x3a\xf4\xd2\ \x64\xba\x0c\x0f\xee\xed\xed\xc5\xce\xce\x0e\xfe\xe4\x4f\xfe\x44\ \xe2\x7c\x9e\xd5\xcc\x9e\x6b\x6c\x6c\xc4\xc2\xc2\x82\xce\xa7\xf6\ \xf6\x76\x1c\x1e\x1e\xe2\xe9\xd3\xa7\x70\x3a\x9d\x42\xb7\x62\xb1\ \x98\x10\x5f\x66\x87\xd1\x0d\x46\x64\xe0\xe2\xe2\x42\x46\x87\xad\ \xad\x2d\x74\x75\x75\x29\x07\x89\xa2\x79\x0e\x60\xa4\x9d\x59\x5d\ \x14\x0e\x87\x45\x4f\x9e\x9c\x5c\x16\x3e\x53\x32\x41\x6a\x86\x66\ \x1b\xd2\x94\x3c\x8f\xb8\x04\x72\x91\x4a\x24\x12\x72\x0e\xde\xba\ \x75\x0b\xa5\x52\x09\x5f\x7d\xf5\x15\xe6\xe6\xe6\xd0\xdb\xdb\x8b\ \xfd\xfd\x7d\xcc\xce\xce\xe2\xf6\xed\xdb\x30\x1a\x8d\xf8\xe1\x0f\ \x7f\x28\xfa\x1f\xb8\xd4\xe9\x4d\x4e\x4e\x2a\x96\xc5\xe9\x74\xca\ \x31\x76\x72\x72\xa2\x81\x9b\x14\x22\x5d\xe0\x4e\xa7\x53\x43\x2d\ \xa9\xde\xf3\xf3\x73\x55\x19\x51\x73\x46\x84\x84\x51\x13\x7c\x5f\ \xcf\xcf\xcf\x85\x7c\x78\xbd\x5e\x7d\x5e\x5c\x60\xe9\xf6\x3e\x3e\ \x3e\xc6\xc2\xc2\x82\x50\x13\x6a\xb2\xfa\xfa\xfa\x14\x5b\x42\x63\ \xd0\xf1\xf1\xb1\x4a\xe3\xf9\xfd\xef\xee\xee\x4a\x93\xc6\x38\x12\ \x02\x00\x74\xa6\x5e\x5c\x5c\x26\xdd\x87\x42\x21\xb9\x42\x1b\x1a\ \x1a\x14\xd3\xe2\x76\xbb\x45\xf7\xf1\x2c\xe0\x00\xc5\xfb\x91\xf7\ \x77\x35\x7a\x48\x8d\x52\x75\xbc\x47\x22\x91\xd0\xef\xad\x66\x14\ \xbc\x5e\xaf\xe8\x79\x3e\xff\x7c\x37\xf8\x4e\xf1\xcc\xe7\xdf\x81\ \xa8\x6f\x3e\x9f\x97\xcb\x93\x4e\x43\x96\x74\x53\x88\xce\x9f\x87\ \x39\x57\xd4\xf3\xf1\x2c\xa7\x1c\x84\x8b\x11\x19\x28\x9e\x0f\x27\ \x27\x97\x09\xef\xab\xab\xab\x68\x6f\x6f\x47\x67\x67\x27\xac\x56\ \xab\x7e\x1d\x91\x66\xde\xeb\x1c\xb0\x38\xfc\x51\x86\xc0\xef\xb4\ \x66\x6c\x6c\xec\x03\x3a\x8c\x48\x05\xd0\x42\x49\x48\x99\xd4\x10\ \xed\xd6\xfb\xfb\xfb\x7a\x98\xf8\x10\x71\xe2\xa4\xfb\x27\x1e\x8f\ \x63\x7c\x7c\x5c\xae\x2c\xe0\xb2\x61\x7b\x6b\x6b\x0b\xdf\xfa\xd6\ \xb7\x70\x7e\x7e\x8e\x44\x22\x01\x83\xc1\x80\xce\xce\x4e\xe9\x3f\ \x0a\x85\x82\xe0\xb9\x4a\xa5\xa2\xc2\xe3\x47\x8f\x1e\x29\xd7\x84\ \xdb\xc6\xe6\xe6\xa6\x34\x50\xcc\x39\x39\x3b\x3b\x43\x30\x18\xc4\ \xe8\xe8\x28\x86\x87\x87\x31\x3e\x3e\x8e\xdd\xdd\x5d\xdc\xb8\x71\ \x43\x2f\x2f\x83\xc6\x08\x67\xf2\x4b\x64\x3b\x3a\x03\x47\xf7\xf6\ \xf6\x60\x36\x9b\xb1\xb3\xb3\x23\x37\x23\x85\xfb\xa4\x18\x59\x4a\ \x5a\x1d\xe6\x77\x76\x76\x86\xd6\xd6\x56\x69\x62\xc8\x9d\x53\x3f\ \x36\x35\x35\xa5\x2d\x77\x70\x70\x50\x76\x59\x06\xf7\x99\x4c\x26\ \x84\xc3\x61\x69\x66\x66\x66\x66\xae\x0c\x1c\x4c\x7b\xf7\x78\x3c\ \xca\x1d\x59\x58\x58\x40\xa9\x54\xd2\x06\x11\x0a\x85\xd0\xd5\xd5\ \x85\xeb\xd7\xaf\x4b\x43\x45\x8a\xee\xe1\xc3\x87\xaa\xf7\x21\x8a\ \x58\x5f\x5f\x2f\x1d\x91\xcb\xe5\x12\x4d\x3c\x3c\x3c\x0c\xa3\xd1\ \x88\x9d\x9d\x1d\x09\x5c\xff\xaf\x6b\xc3\xe5\x72\x09\x5e\x1d\x1e\ \x1e\xc6\xee\xee\xae\x1c\x4d\x14\xf1\xf3\x85\x5b\x5f\x5f\x17\xb2\ \x45\x6e\x9b\x0e\x13\xb3\xd9\xac\x01\x92\x0e\x36\x8b\xc5\x02\xb7\ \xdb\x8d\x52\xa9\xa4\x0c\x2e\xc2\xf5\x1d\x1d\x1d\xb0\xd9\x6c\x08\ \x87\xc3\xe8\xec\xec\x44\x4d\xcd\x65\xbf\x18\x0b\xa6\xf9\xa2\xf9\ \xfd\x7e\xf1\xe6\xfc\x4e\xf9\x9c\x10\x8d\xa3\x58\x7c\x65\x65\x45\ \xb6\x61\x06\xcf\x71\xf0\x7f\xf3\xcd\x37\x51\x2e\x97\xb1\xb9\xb9\ \x29\x54\x89\xa5\xb0\x8c\x18\xe1\x06\x4b\x9d\x19\xdd\x71\x66\xb3\ \x19\xcf\x9f\x3f\xd7\x25\xce\x02\x63\x6e\x90\x4b\x4b\x4b\xfa\x3c\ \x58\x79\x93\xcf\xe7\x25\xcc\x6d\x68\x68\xc0\xbd\x7b\xf7\x34\x74\ \xf1\xd2\x9f\x9f\x9f\x47\x3c\x1e\xc7\xd6\xd6\x16\x32\x99\x0c\x9e\ \x3c\x79\x82\x0f\x3f\xfc\x10\x93\x93\x93\xba\x14\x8e\x8f\x8f\xf1\ \x87\x3f\xfc\x01\x76\xbb\x5d\xb9\x5d\x91\x48\x44\x22\x74\x22\x4a\ \xad\xad\xad\xf0\xf9\x7c\x57\xd2\xa4\x39\xa0\xf1\x5d\xc9\xe5\x72\ \xa2\x4b\x93\xc9\x24\x8a\xc5\x22\x46\x46\x46\x54\x67\xf4\xf4\xe9\ \x53\xe5\x11\xb1\x5b\x71\x69\x69\x49\x94\x4b\xb9\x5c\x46\x26\x93\ \x51\x4e\x4c\x2c\x16\xc3\xab\x57\xaf\x50\x2c\x16\x11\x0a\x85\x10\ \x0a\x85\x60\xb3\xd9\xf0\xf0\xe1\x43\xd1\x2b\xd4\xd8\xb4\xb6\xb6\ \x62\x65\x65\x05\x7b\x7b\x7b\x98\x98\x98\xc0\xde\xde\x1e\xb2\xd9\ \xac\xe2\x22\x78\xd9\x4d\x4f\x4f\x2b\xd8\x95\xda\xbc\xf5\xf5\x75\ \xec\xec\xec\x60\x6b\x6b\x4b\x03\x7e\x2c\x16\xc3\xc2\xc2\x02\x16\ \x17\x17\xf1\xf2\xe5\x4b\x4c\x4f\x4f\x63\x73\x73\x53\x97\x09\x33\ \x91\x78\xd6\x11\xc5\xaa\x46\xac\xf8\x2f\x46\xd4\x70\xe9\xa0\x86\ \x89\x45\xb2\x1e\x8f\x47\x1b\x34\xc3\x59\xa9\xaf\x61\x16\x1e\x69\ \x9f\xea\x5c\x31\x9e\xc3\x81\x40\x00\x7e\xbf\x1f\xad\xad\xad\x88\ \x44\x22\x30\x99\x4c\xa2\x6b\xe8\x96\x22\x5a\x40\xc4\x80\x54\x38\ \x51\xc3\x3b\x77\xee\x28\x1b\x8c\x03\x94\xd9\x6c\xd6\xa0\xca\x61\ \x96\xfa\x25\xd2\xc9\xd4\x51\x51\x0f\xc9\xb3\x60\x7f\x7f\x1f\xdb\ \xdb\xdb\x1a\xa0\x2a\x95\x8a\x74\x28\xed\xed\xed\xc8\x66\xb3\x58\ \x5d\x5d\x15\x02\xda\xd4\xd4\x84\xa9\xa9\x29\x2d\x98\xa4\xef\xe8\ \xbe\x5d\x5a\x5a\x52\xae\xe0\xde\xde\x1e\x82\xc1\xa0\x8c\x18\xd4\ \xe3\x31\x43\x8a\x7f\x56\x20\x10\xc0\xbd\x7b\xf7\xe0\x76\xbb\x11\ \x89\x44\xd0\xd7\xd7\x27\x33\x92\xcd\x66\x43\x6b\x6b\xab\xee\x06\ \xbf\xdf\x0f\xbf\xdf\x7f\x65\x48\x26\xd2\xc4\x4b\xdc\x60\xf8\xdf\ \x32\xed\xe9\xe9\x69\xc5\x57\x90\xc2\xfc\xf5\xaf\x7f\x0d\xb7\xdb\ \x2d\x1a\x77\x73\x73\x13\x0e\x87\xe3\xff\xa3\x90\x49\xa3\x35\x36\ \x36\x2a\x88\xf8\xec\xec\x4c\x95\x60\xcc\xbe\xab\xad\xbd\xec\xfe\ \x9b\x9b\x9b\x43\x73\x73\x33\xba\xbb\xbb\x71\x7e\x7e\x8e\x3b\x77\ \xee\xc0\xeb\xf5\x62\x69\x69\x09\xe7\xe7\xe7\xf0\xf9\x7c\xc8\xe7\ \xf3\x42\x73\x6b\x6a\x6a\x54\x8b\x44\x77\x24\x0d\x6a\x4c\x20\xe7\ \xbd\x42\x73\x02\x43\xa9\xf9\xf7\xaf\x36\x04\xd8\x6c\xb6\x2b\xae\ \x57\xea\x95\x9a\x9b\x9b\x05\x04\xb0\x00\x1c\xb8\x0c\xc6\xe6\x67\ \x47\x96\x84\xce\x39\x0e\x55\x26\x93\x49\x0b\x6b\xa5\x52\x91\x63\ \x9d\xa6\x2b\x52\xeb\xc7\xc7\xc7\xaa\x0d\xab\x46\x82\xa9\x09\x23\ \xdd\x4e\xb4\x97\x68\x5b\xa9\x54\x52\x40\x6c\x75\x90\x29\x65\x09\ \x7c\xd7\xa8\x87\x62\x8c\x02\x65\x45\x44\xa0\xbf\xfc\xf2\x4b\x85\ \x8e\x12\xf1\x7e\xf2\xe4\x09\x16\x16\x16\xf0\xea\xd5\x2b\x99\x02\ \x7e\xf9\xcb\x5f\x2a\x9d\x9e\x92\xaa\x6a\xc7\x24\xcf\x0c\x0e\x63\ \x26\x93\x09\x86\x07\x0f\x1e\x54\x1a\x1a\x1a\xe4\x7e\xe3\x64\xc7\ \x89\xb7\x54\x2a\xc1\x66\xb3\xa1\xa7\xa7\x47\x69\xdb\x14\x78\x37\ \x37\x37\x2b\x37\x89\x13\x1c\x70\x49\x6b\xf0\x41\xa6\xd5\xd8\x64\ \x32\xc1\xe3\xf1\x68\x48\xe1\x70\xc6\x8b\x92\x88\x0f\x1f\x72\x0a\ \xe5\x28\xe6\x25\x24\xd7\xd8\xd8\x08\xdf\x37\x61\xa4\x0c\x9e\x2b\ \x97\xcb\x18\x1d\x1d\x15\xca\xc2\x29\xf5\xec\xec\x0c\x9b\x9b\x9b\ \xda\xce\xf9\xe7\x9a\x4c\x26\xa5\xe7\xf2\x8b\x3c\x3d\x3d\x95\x9b\ \x86\xd3\x36\x03\xc5\x48\x2b\x52\x78\xc7\x58\x0a\x26\x69\xe7\xf3\ \x79\xd8\xed\x76\x14\x8b\x45\x89\xd3\x8f\x8f\x8f\x75\xd1\x26\x93\ \x49\x78\x3c\x1e\x4d\xfa\xa4\x2e\xf8\xc5\x50\xab\x45\x4a\xd2\xe1\ \x70\xa8\xfa\xa4\xbb\xbb\x1b\x9d\x9d\x9d\xca\xea\x02\x80\x9f\xfc\ \xe4\x27\x78\xf6\xec\x19\x9e\x3d\x7b\x86\xba\xba\x3a\xbc\xf5\xd6\ \x5b\x68\x6a\x6a\xc2\xcc\xcc\x0c\xcc\x66\x33\xee\xdd\xbb\x87\x83\ \x83\x03\x24\x93\x49\x14\x0a\x05\xdc\xb9\x73\x07\x73\x73\x73\xd8\ \xdf\xdf\x97\x65\xf9\xc9\x93\x27\x18\x1a\x1a\x52\x70\x6a\x2c\x16\ \xc3\xdd\xbb\x77\xc5\x59\xcf\xce\xce\xaa\x52\x23\x91\x48\x88\x77\ \x66\xae\x52\x28\x14\x42\x77\x77\x37\xe6\xe6\xe6\xd0\xd8\xd8\x88\ \x5c\x2e\xa7\xa0\x4c\xa2\x70\xa4\xb5\xf8\x3d\x50\xe8\xcb\xcb\xbc\ \xb3\xb3\x53\x35\x19\xdc\x40\xda\xdb\xdb\xb1\xbc\xbc\x2c\x9a\xc0\ \x66\xb3\x61\x64\x64\x04\xd3\xd3\xd3\x38\x3b\x3b\x13\xdc\x6b\xb5\ \x5a\xb1\xb7\xb7\xa7\xc2\x5f\x8a\x71\x8f\x8e\x8e\xe4\x1e\x64\x90\ \x1c\x61\xef\xc6\xc6\x46\x1c\x1c\x1c\x08\x55\xb5\x5a\xad\xd2\x38\ \x51\xab\x44\xe4\xc0\x64\xba\xec\x08\xa4\x7e\xe9\x67\x3f\xfb\x19\ \x7e\xf1\x8b\x5f\x28\x7f\xab\x58\x2c\x22\x93\xc9\x60\x75\x75\x55\ \xf6\xf6\xde\xde\x5e\x44\xa3\x51\x54\x2a\x15\x6d\xbe\xa4\xef\xbc\ \x5e\xaf\x90\x42\xea\x87\x78\xb9\xd2\x60\x62\xb7\xdb\x95\x52\x5e\ \x2e\x97\xa5\x8d\xdb\xda\xda\xc2\xbd\x7b\xf7\x30\x35\x35\x85\x8d\ \x8d\x0d\x44\x22\x11\x38\x1c\x0e\xf8\x7c\x3e\x89\xc1\x4b\xa5\xd2\ \x95\xae\x33\x6a\x75\x18\x24\x4a\x6d\xd5\xc1\xc1\x01\xfa\xfa\xfa\ \x90\x4e\xa7\x45\x35\x8d\x8d\x8d\xa1\x52\xa9\xe0\xc5\x8b\x17\x4a\ \xfa\xf6\xf9\x7c\xf8\xe3\x1f\xff\x28\x8b\x76\x35\x95\xc1\x6d\x90\ \xcf\xba\xd1\x68\x44\x20\x10\x40\x20\x10\xc0\x93\x27\x4f\x94\x4d\ \x53\xa9\x54\x34\x44\x9c\x9e\x9e\xc2\xef\xf7\xeb\xfb\x2b\x97\xcb\ \xd8\xda\xda\xc2\xe9\xe9\xa9\x44\xb8\xf5\xf5\xf5\xa2\x3d\x49\xef\ \x7a\xbd\x5e\x5d\xf8\xa4\x82\x17\x16\x16\xa4\xc7\xe4\xf9\xc2\x44\ \x65\x4a\x1a\x8e\x8e\x8e\xd4\xc9\x47\x5a\x81\x17\x33\xed\xd9\xbc\ \x8c\x4e\x4f\x2f\x3b\x03\xaf\x5f\xbf\x2e\x2d\x18\x2f\x5f\xa2\x6e\ \xec\xf7\x24\xf2\xc5\x45\x87\xcf\x59\x47\x47\x07\xfc\x7e\x3f\x76\ \x76\x76\xd0\xde\xde\x8e\xed\xed\xed\x2b\x7a\xa7\xb6\xb6\x36\x9d\ \x11\xa4\xe0\x4a\xa5\x12\xdc\x6e\xb7\xca\xa5\x37\x37\x37\x25\xa8\ \x6e\x6c\x6c\xc4\xe2\xe2\xa2\x1c\x65\x4c\xcb\xf6\x78\x3c\xf0\xf9\ \x7c\x57\xce\xd1\xa6\xa6\x26\xac\xaf\xaf\x63\x70\x70\x50\x2e\x41\ \x6a\x18\x19\xad\x31\x38\x38\x88\xf9\xf9\x79\xd4\xd6\xd6\xe2\xda\ \xb5\x6b\xf8\xe2\x8b\x2f\x30\x3d\x3d\x8d\x9e\x9e\x1e\xdc\xb9\x73\ \xe7\xff\x43\xe1\x38\x48\xed\xee\xee\x6a\xc8\x5f\x58\x58\xc0\xe0\ \xe0\x20\x7a\x7b\x7b\x51\xa9\x54\x94\xac\x9e\x4c\x26\x95\xf3\x44\ \x07\x17\x7f\x8e\xb5\xb5\x35\x0d\x37\xcc\x5c\xe2\x32\xf8\xe0\xc1\ \x03\x21\x97\x27\x27\x27\xca\x76\xda\xdb\xdb\x93\x0e\x71\x7d\x7d\ \x1d\x76\xbb\x5d\xe7\x3f\x9f\xf5\x4c\x26\xa3\x56\x8b\xf5\x6f\x6a\ \xad\x2c\x16\xcb\x95\xca\x24\xbe\xcb\xf3\xf3\xf3\xb8\x7d\xfb\xb6\ \xa2\x42\x88\x54\x55\x6b\xfa\xfc\x7e\x3f\x0c\x06\x03\x9e\x3c\x79\ \xa2\x6c\xc6\x99\x99\x19\x3c\x7a\xf4\x48\xc8\x27\x85\xfd\x8c\x7a\ \xa8\x0e\xc0\x1e\x1f\x1f\x57\x33\x05\xa9\x3c\xa2\x2d\x74\xc5\xf2\ \xd2\xdd\xdb\xdb\xc3\xec\xec\x2c\x9e\x3e\x7d\x8a\x50\x28\x84\x47\ \x8f\x1e\xa1\xb6\xf6\xb2\x45\x62\x73\x73\x13\xe9\x74\x1a\xa1\x50\ \x48\x89\xfc\x7c\x8f\x68\xaa\x2a\x16\x8b\x58\x5b\x5b\x13\xb3\x42\ \xa9\x02\x87\xfc\x67\xcf\x9e\xe1\xad\xb7\xde\x42\x2a\x95\x92\xc1\ \x87\x0e\xd4\x91\x91\x11\x54\x2a\x15\xf8\xfd\x7e\xfd\x8c\x74\xe1\ \xf3\xee\xa3\x34\x84\xfa\xe4\x91\x91\x11\x58\x2c\x16\x3c\x7d\xfa\ \x54\x7a\x52\xea\xd0\x78\x8f\x55\x2a\x15\xd8\xed\x76\xd1\xbf\x04\ \x6b\xe8\xb4\xe7\x10\xc4\x61\x96\xba\x30\xde\xf7\xbc\x6f\x89\xf0\ \x71\x58\x21\x6d\xd7\xd6\xd6\x86\x44\x22\xa1\xca\x26\xea\xad\xd8\ \x35\x5b\xa9\x54\x14\x5f\xc4\xa1\x9f\x1a\x32\x32\x08\xd5\x28\x36\ \xd9\x22\x4a\x32\x58\x3a\x4e\x1d\x2a\x4d\x2a\x3c\xb3\x29\xe2\x77\ \xb9\x5c\x42\xc4\xab\xf5\x74\x64\x66\x48\xe7\x32\x12\xc7\xf0\xed\ \x6f\x7f\xbb\x72\xfb\xf6\x6d\x44\x22\x11\x7c\xf4\xd1\x47\x58\x58\ \x58\x00\x00\xb9\x2b\x38\x70\x99\xcd\x66\x74\x75\x75\xa1\x52\xa9\ \xc8\x3d\xc1\x8e\xe6\xed\x0f\xbe\x00\x00\x20\x00\x49\x44\x41\x54\ \x37\x3e\xdc\x5b\x5b\x5b\x9a\x44\xd9\xac\xce\x21\x8a\x75\x31\x1c\ \x56\x98\xcd\x41\x77\x21\xa7\x5f\xd2\x45\x14\xcd\x56\x2a\x15\x71\ \xf0\xad\xad\xad\xda\x10\xb8\x45\xef\xec\xec\x5c\xd9\x68\x5c\x2e\ \x17\x36\x36\x36\x10\x0e\x87\x11\x8f\xc7\x75\xb9\x73\xc2\xa5\x23\ \x8c\x3c\xf8\xc9\xc9\x09\x3a\x3b\x3b\x31\x30\x30\x80\xee\xee\x6e\ \x8c\x8f\x8f\x0b\x45\xe3\x4b\x4a\x01\x1b\x45\x80\x2e\x97\x4b\x91\ \x02\xb4\x86\xf3\x43\x3e\x3f\x3f\x97\x66\xa9\xa3\xa3\x43\xe8\x1c\ \x2d\xa9\xd4\x8b\x1d\x1e\x1e\xe2\xe2\xe2\x42\x0f\x24\x3f\x13\x5a\ \x6d\x7b\x7b\x7b\x95\x20\xdf\xd8\xd8\x88\xb1\xb1\x31\xa4\xd3\x69\ \xbc\x78\xf1\x02\x35\x35\x35\x78\xf0\xe0\x01\xe6\xe7\xe7\x91\xcd\ \x66\xe1\x76\xbb\x25\xc4\xde\xd8\xd8\x40\x2e\x97\x83\xc7\xe3\x41\ \x38\x1c\x46\x7d\x7d\x3d\xb6\xb7\xb7\xb1\xb0\xb0\x80\x60\x30\xa8\ \xbf\x23\x35\x46\xcc\x87\x22\x25\xca\x18\x87\x4c\x26\x03\xaf\xd7\ \x0b\x8b\xc5\x82\xfe\xfe\x7e\x2c\x2f\x2f\xcb\x91\xc6\x9f\xe9\xbd\ \xf7\xde\xc3\x2f\x7e\xf1\x0b\x74\x75\x75\x69\x98\x62\xa7\x1f\xe9\ \x31\x5a\x76\xab\xa1\x5f\x5a\x9e\xf9\x5d\x12\xb9\xe9\xee\xee\xd6\ \xf6\x4f\xe4\xab\xa9\xa9\x09\x83\x83\x83\x30\x99\x4c\xf8\xfd\xef\ \x7f\x8f\x9b\x37\x6f\x2a\x69\x9e\x39\x56\x1d\x1d\x1d\x1a\x6a\x87\ \x86\x86\x44\xdd\x9c\x9e\x9e\xe2\xe6\xcd\x9b\xc8\xe7\xf3\x7a\x66\ \x49\xbf\xf2\xef\xb6\xbd\xbd\x8d\x58\x2c\x06\x8f\xc7\x83\xae\xae\ \x2e\x74\x77\x77\xe3\xeb\xaf\xbf\x56\x26\x1a\xb5\x5d\xff\xfc\xcf\ \xff\x8c\x7f\xf8\x87\x7f\x50\x00\x2a\x8b\xaf\xa7\xa6\xa6\xe0\x70\ \x38\xb0\xb2\xb2\x02\x8f\xc7\x83\xb7\xde\x7a\x4b\x79\x3e\xff\xfd\ \xdf\xff\xad\x60\xd7\xc6\xc6\x46\xd9\xe9\x57\x57\x57\x25\x2a\x1f\ \x1f\x1f\x97\x98\xbc\xb1\xb1\x11\xbf\xf9\xcd\x6f\x60\xb3\xd9\xe4\ \x34\x22\xad\xde\xde\xde\x0e\x9b\xcd\x86\xe7\xcf\x9f\x4b\x8f\xc8\ \x43\x97\xee\x37\x26\x45\x9f\x9e\x9e\xa2\xbf\xbf\x5f\x1a\x8f\x68\ \x34\x0a\xa7\xd3\x89\xa6\xa6\x26\xbc\xf3\xce\x3b\xb8\x77\xef\x1e\ \xfe\xeb\xbf\xfe\x0b\x8b\x8b\x8b\x68\x6c\x6c\x14\xad\x9b\x4c\x26\ \x91\x4a\xa5\xe0\x76\xbb\xd1\xd1\xd1\x81\x54\x2a\x25\xc4\x8a\x07\ \x0a\x69\x21\x66\x5b\x31\x94\x32\x18\x0c\xea\x10\x77\xbb\xdd\xca\ \xb0\xe2\xd0\xc4\xe7\x81\xf4\x2d\x5d\xc8\x44\x77\x4d\x26\x13\xfa\ \xfb\xfb\xe5\xd2\xe4\xd0\xb9\xbf\xbf\x8f\x81\x81\x01\x2c\x2c\x2c\ \x68\xab\x1e\x1c\x1c\xd4\x60\x46\x67\x5a\x26\x93\xc1\xd9\xd9\x99\ \x06\x4c\x0e\x41\xa4\x0d\xb8\xa1\xd3\x3d\xc4\xf8\x95\xb5\xb5\x35\ \x21\x0e\xfb\xfb\xfb\xca\x55\xe2\x79\xc4\x05\x90\xd6\xfc\x48\x24\ \x22\xa4\xf7\xe0\xe0\x40\xce\xa3\x9a\x9a\xcb\x5e\xc3\x7c\x3e\x2f\ \xe7\x33\x97\xd0\xa6\xa6\x26\xe9\xac\x6a\x6b\x6b\x85\x18\x92\x82\ \xa1\x56\x8d\xf4\x1c\x83\x99\x63\xb1\x18\xd6\xd7\xd7\x31\x36\x36\ \x86\xce\xce\x4e\x7c\xf6\xd9\x67\x88\xc7\xe3\xf8\xb3\x3f\xfb\x33\ \xbd\xe7\xa4\x16\x0d\x06\x03\x5c\x2e\x17\x6a\x6a\x6a\x30\x3f\x3f\ \x2f\xea\x64\x76\x76\x56\xcb\xa0\xd7\xeb\x55\x08\x6e\x7f\x7f\x3f\ \x36\x36\x36\x30\x33\x33\x83\xf6\xf6\x76\x04\x83\x41\x7d\xe6\x1e\ \x8f\x47\x26\x17\x36\x12\xf0\xf2\x9c\x9f\x9f\x97\xf6\x88\x03\xf2\ \xf5\xeb\xd7\x15\xab\x42\x57\x21\x35\x4c\x2b\x2b\x2b\xf8\xed\x6f\ \x7f\x0b\xe0\x52\xf8\x7e\xfb\xf6\x6d\xe9\x73\x1a\x1a\x1a\xb0\xbc\ \xbc\x0c\xbb\xdd\x2e\x71\xb7\xdf\xef\xd7\xa0\x45\x37\x57\x3c\x1e\ \x97\x80\x9c\xa8\x4b\x75\xd5\x0e\x00\x65\xba\xf1\xbd\x8f\xc7\xe3\ \x08\x04\x02\x00\x2e\xfb\x2a\x0b\x85\x02\xee\xde\xbd\x8b\x42\xa1\ \x20\x27\x1f\x73\x97\x48\x55\xd2\x35\x4b\xb4\x91\xc3\x0b\x75\x7a\ \x8c\x70\x00\x70\x45\x8c\x0d\x40\x61\x93\x00\xb0\xba\xba\x8a\x77\ \xdf\x7d\x57\x66\x29\x6a\x83\xc8\xd0\xd0\xcc\xc2\xa5\x6e\x6d\x6d\ \x0d\xad\xad\xad\x72\x80\x5b\xad\x56\xe4\xf3\x79\x3c\x7f\xfe\x1c\ \x67\x67\x67\xf8\xfe\xf7\xbf\x0f\x9b\xcd\x26\xb1\x38\xbb\x19\x5d\ \x2e\x17\xfe\xf0\x87\x3f\x60\x6b\x6b\x0b\x7f\xf9\x97\x7f\x29\xc4\ \xa6\x5a\x6f\x47\x13\x83\xdd\x6e\xc7\xca\xca\x0a\x9a\x9a\x9a\xe0\ \xf3\xf9\x84\x4c\x11\xd4\x60\xd8\x77\xb1\x58\x14\x82\x77\x78\x78\ \x88\x64\x32\xa9\xfe\x54\x6a\xdc\xf8\x1e\xee\xec\xec\x68\xd8\x28\ \x14\x0a\x8a\x1f\x62\x36\x15\x03\xb6\xc9\x38\x70\x49\x21\x20\xb3\ \xb3\xb3\xa3\xe0\xd8\xda\xda\x5a\x0d\xbb\x4e\xa7\x53\xc5\xee\x56\ \xab\x55\xd4\xff\xe4\xe4\x24\x06\x06\x06\xa4\x65\xa5\x46\x9c\x66\ \xa4\x86\x86\x06\xdd\x1f\x1c\xe8\x88\x5c\x71\x51\xa2\x16\x95\xc6\ \x32\xea\xc4\xb8\x54\x3f\x7d\xfa\x14\xe1\x70\xf8\xca\x42\xcc\x94\ \x00\xa3\xd1\x28\x6d\x29\x73\xc0\x08\x9a\x94\xcb\x65\x44\xa3\x51\ \xf8\xfd\x7e\xb1\x16\x2d\x2d\x2d\xa8\x79\xfc\xf8\xf1\x07\x4c\xa8\ \x26\xe4\x17\x0c\x06\x31\x36\x36\xa6\xcd\x7f\x70\x70\x10\x67\x67\ \x67\x88\x44\x22\x3a\x40\xc8\xc1\x33\xc9\x94\xd6\x49\xda\x67\x1f\ \x3f\x7e\x8c\xd9\xd9\x59\x5d\x06\x84\xe4\x78\x28\x71\xfa\x24\x4a\ \x46\x7d\x0f\x5f\x16\x6e\x63\xcb\xcb\xcb\x8a\x83\xa0\x46\x88\xb0\ \x3f\x45\xb2\xfd\xfd\xfd\x12\xf2\xad\xac\xac\x20\x9b\xcd\x62\x63\ \x63\x43\xc1\x7e\xdb\xdb\xdb\x4a\xb8\xe6\x94\x6e\xb7\xdb\x11\x08\ \x04\x70\x7a\x7a\x8a\xde\xde\x5e\xd4\xd7\xd7\x63\x7e\x7e\x5e\x16\ \x78\xd2\xa4\x17\x17\x97\x89\xee\x1c\x20\xe8\x7c\xcc\xe5\x72\x38\ \x3f\x3f\x87\xc7\xe3\x11\xb7\x7e\x71\x71\xd9\xae\x4d\x47\x92\xc5\ \x62\x51\xcc\x03\xff\x95\xcf\xe7\xa5\x51\xb1\xdb\xed\x08\x85\x42\ \x58\x5c\x5c\x14\x85\x5a\x53\x53\x23\x7d\xd6\xe0\xe0\x20\x8c\x46\ \xa3\xb4\x07\xdd\xdd\xdd\xf8\xde\xf7\xbe\x87\x1b\x37\x6e\x48\x33\ \xe0\xf5\x7a\x91\x4a\xa5\x30\x3c\x3c\xac\x8b\x8a\xd3\x34\x5f\x96\ \x7c\x3e\x8f\x62\xb1\xa8\xed\x8d\x42\x76\x6e\xca\xdc\xa6\x2f\x2e\ \x2e\x34\x94\x51\xe8\x4f\x01\xa5\xc1\x70\xd9\xc5\x48\x07\x97\xd9\ \x6c\x16\x3a\xc8\x9c\x17\x6e\x26\x8c\xb1\x68\x6a\x6a\x52\x0f\xdd\ \xde\xde\x1e\x92\xc9\x24\x62\xb1\x98\xaa\x8c\x28\x44\x25\x05\xd6\ \xd1\xd1\x81\xba\xba\x3a\x3c\x78\xf0\x00\x03\x03\x03\xa2\x45\x1b\ \x1b\x1b\x25\x0e\x5f\x5c\x5c\x54\x44\x04\xcb\xaa\x09\x6d\xf3\xc5\ \x65\x10\x1e\x2b\x51\xb8\x35\x36\x34\x34\x68\x68\x07\x70\x25\xdb\ \xc4\x6c\x36\xe3\xe5\xcb\x97\x58\x5e\x5e\x56\x0e\x9c\xc3\xe1\x40\ \x3a\x9d\xc6\xf1\xf1\x31\x42\xa1\x10\x86\x87\x87\xf1\xec\xd9\x33\ \xd9\xae\x57\x56\x56\x90\x4a\xa5\x94\xe2\x4b\x0d\xcb\xd3\xa7\x4f\ \x91\x4e\xa7\x25\xd8\x2e\x97\xcb\xd8\xd8\xd8\x40\x32\x99\xc4\xd6\ \xd6\x16\x5c\x2e\x97\x68\x86\xa9\xa9\x29\x58\x2c\x16\x0d\x73\xbc\ \x88\xb6\xb7\xb7\x95\x90\xce\xc3\x8a\x39\x3d\xc9\x64\x12\x07\x07\ \x07\x12\x8c\x36\x37\x37\x63\x74\x74\x54\x49\xd3\x3c\xf8\x49\x29\ \x34\x34\x34\x88\x12\xe6\xb6\xcb\x9f\x9d\x4b\xc6\xd9\xd9\x19\x92\ \xc9\xa4\xb2\xc9\x98\xee\x4e\xa8\x9d\xd4\x09\xb7\x73\x52\xa3\x44\ \xb2\xf6\xf6\xf6\x10\x8f\xc7\x85\xfa\xf1\xef\xc2\xa4\xf0\xe3\xe3\ \x63\x44\x22\x11\x2c\x2f\x2f\xcb\x34\x50\x5b\x5b\xab\x45\x89\xfa\ \x9d\xb5\xb5\x35\x0d\x86\x44\x31\x89\x36\x53\x84\xcb\x8c\x36\xd2\ \xd8\xd4\x7d\x30\x67\x87\xd9\x34\x5e\xaf\x17\xa1\x50\x48\xef\x4a\ \x77\x77\x37\x42\xa1\x10\xbc\x5e\xaf\x8c\x27\x0c\xa2\xac\xaf\xaf\ \xc7\xfd\xfb\xf7\xaf\xe4\x62\x79\x3c\x1e\xa5\x8b\x33\xba\x86\xb4\ \x21\xf0\xbf\xa2\x63\xa2\xa1\x74\xa6\x72\xf3\xa6\x9e\x90\xe7\x15\ \xf5\x71\x9f\x7c\xf2\x09\x3a\x3b\x3b\x95\x37\xb6\xbe\xbe\x0e\x93\ \xc9\x84\xc9\xc9\x49\x2d\x83\x6c\xa3\xb8\x7e\xfd\x3a\xbe\xfa\xea\ \x2b\x24\x93\x49\x04\x02\x01\x05\x42\x12\x69\xb2\xd9\x6c\x18\x1c\ \x1c\x84\xd9\x6c\xc6\xc7\x1f\x7f\x8c\x78\x3c\xae\x16\x02\x0a\x7e\ \x03\x81\x80\x9c\xa6\x14\x1b\x73\x40\x8e\xc5\x62\x2a\x40\x26\x4a\ \x9d\x4e\xa7\x31\x31\x31\xa1\x70\x4d\x22\xc1\x2d\x2d\x2d\x18\x1d\ \x1d\x85\xd1\x78\x19\x40\x49\x94\x74\x6f\x6f\x0f\xcf\x9e\x3d\xc3\ \xa7\x9f\x7e\x8a\xdf\xfd\xee\x77\xf8\xe3\x1f\xff\x88\xb9\xb9\x39\ \xd4\xd5\xd5\x29\x48\x35\x14\x0a\xc1\xe1\x70\xa0\xaf\xaf\x4f\x15\ \x52\xe7\xe7\xe7\x88\x46\xa3\x28\x14\x0a\x18\x1a\x1a\xc2\xdb\x6f\ \xbf\x0d\x97\xcb\xa5\xcf\xbb\xbd\xbd\x1d\xeb\xeb\xeb\x98\x9a\x9a\ \x52\xc7\x2b\x17\x5b\x32\x2c\x94\x51\x50\x2b\xc8\x5c\x3d\x0e\xde\ \x3d\x3d\x3d\x8a\xfb\xa1\x86\x75\x7b\x7b\x1b\x66\xb3\x59\x7d\xa2\ \x26\x93\x09\x5f\x7f\xfd\x35\x3e\xfa\xe8\x23\xc4\xe3\x71\x44\x22\ \x11\xa1\xa3\xcb\xcb\xcb\xd8\xda\xda\x02\x70\x59\xa0\xdc\xd2\xd2\ \x82\x42\xa1\x80\xba\xba\x3a\x9d\x8b\x2c\xa2\xe6\xd0\x45\xc1\x33\ \xd1\xa7\xea\xc0\xd5\xf9\xf9\x79\xb9\x5e\xbf\xfa\xea\x2b\x69\x96\ \xd3\xe9\xb4\x28\x5a\x86\xd1\x72\x29\x03\x80\x6c\x36\x2b\xf7\x1b\ \xdf\x9b\x72\xb9\x8c\xd7\xaf\x5f\x63\x60\x60\x00\xfd\xfd\xfd\xb0\ \x5a\xad\x32\xfa\x54\x3b\x9d\x4f\x4e\x4e\xf0\xf2\xe5\x4b\x24\x12\ \x09\x78\x3c\x1e\xa1\x47\x1c\x54\x77\x77\x77\x31\x3d\x3d\xad\x73\ \x80\x3a\x6c\xd2\xd1\x0c\xe0\xa5\x4e\x97\xcb\x25\x63\x6c\x9a\x9a\ \x9a\xe0\x74\x3a\xa5\x65\xe3\xfb\x41\xbd\x27\xf5\x74\x04\x67\x38\ \x54\xa6\x52\x29\x21\xd4\xa4\x30\xe9\x50\xcd\x64\x32\x48\x24\x12\ \x68\x6c\xbc\xac\xf5\x6a\x69\x69\xd1\xb3\x41\x09\x03\xcd\x1a\x16\ \x8b\x45\x74\xb9\xd5\x6a\xd5\xdf\x8d\xb9\x68\x8d\x8d\x8d\x32\xc8\ \xd1\x71\xce\x81\xac\x3a\x72\x8a\xcf\x0b\x75\x76\x74\x59\xf2\x3d\ \xe0\xdf\x81\xbf\x97\x99\x5d\x44\x97\x9b\x9b\x9b\x95\x21\xf6\xf2\ \xe5\xcb\x4b\x19\x47\x38\x1c\xae\xf0\x0f\xa1\x3b\x84\xb0\x66\x7f\ \x7f\xbf\x20\x5b\xa3\xd1\xa8\x62\x5f\x7e\x09\x14\x35\x67\xb3\x59\ \x94\xcb\x65\x6d\x65\x8c\x62\x60\x9d\x82\xd9\x6c\xd6\xb6\xc5\xed\ \xb5\xb5\xb5\x15\x89\x44\x02\x00\x94\xb2\x4e\x01\x59\xa1\x50\x10\ \x7c\xbf\xb7\xb7\xa7\x2d\xdb\x6a\xb5\x62\x65\x65\x45\x22\xe5\xfa\ \xfa\x7a\x78\xbd\x5e\xd4\xd7\xd7\x8b\x1a\x38\x3f\x3f\x17\xf7\x4e\ \x44\x88\xb4\x17\x3f\x60\x1e\xfe\xd4\x97\xf0\x92\xe0\xc6\x5a\x5d\ \x07\xb2\xb9\xb9\x29\xc1\x6b\x75\xc8\x18\x45\xbf\x2c\x99\x0e\x85\ \x42\xb2\xad\xfb\x7c\x3e\xcc\xce\xce\x5e\x09\x5b\x25\xfd\x4a\x2e\ \x99\x6e\xc0\xbf\xf9\x9b\xbf\x41\xa1\x50\xc0\x47\x1f\x7d\x84\x7b\ \xf7\xee\xc1\xef\xf7\xe3\xd5\xab\x57\xd2\x38\x50\x80\xcf\x22\xdd\ \x9e\x9e\x1e\x0c\x0d\x0d\xa9\x56\x85\xa2\x74\xd6\x51\x34\x36\x36\ \xea\x50\xa0\xf6\x8a\x7a\x19\xa2\x38\xd4\xef\x90\x62\x60\xec\xc2\ \xe0\xe0\x20\xc6\xc7\xc7\xd1\xdc\xdc\xac\x2a\x96\xf3\xf3\x73\x41\ \xf0\x6e\xb7\x1b\x83\x83\x83\xd2\xc5\xd0\x9e\xca\x4d\x88\x19\x63\ \xec\x85\x63\x58\x21\x6b\x50\x72\xb9\x1c\x92\xc9\xa4\x50\x10\x0e\ \xe7\xf9\x7c\x1e\x5e\xaf\x57\xc8\x29\x5d\x40\x6d\x6d\x6d\x78\xfd\ \xfa\x35\xc2\xe1\xb0\x7e\xfe\x93\x93\x13\xf8\x7c\x3e\x05\x2f\xd2\ \x36\xbd\xb5\xb5\x85\x44\x22\x21\x8d\x52\x7b\x7b\xbb\x36\x2e\x52\ \x78\x1d\x1d\x1d\xf0\x78\x3c\xaa\x83\xf0\xfb\xfd\x3a\x60\x98\xa4\ \x6d\xb3\xd9\x10\x89\x44\x30\x30\x30\x80\x54\x2a\x85\x97\x2f\x5f\ \x2a\x90\x8e\x97\xaa\xcd\x66\x43\x2e\x97\x93\x88\xb6\xad\xad\x0d\ \x8d\x8d\x8d\x78\xf3\xcd\x37\x31\x3e\x3e\x8e\x54\x2a\x85\xce\xce\ \x4e\xf5\x48\x52\x00\xea\xf3\xf9\xae\x50\x56\x34\x74\x70\x2b\x9f\ \x9e\x9e\xc6\xe8\xe8\x28\x72\xb9\x9c\x86\x8e\x95\x95\x15\x84\x42\ \x21\x85\xa1\x96\xcb\x65\xbc\xf1\xc6\x1b\x98\x9c\x9c\xbc\x82\xe4\ \xae\xaf\xaf\xc3\xe1\x70\xe0\xda\xb5\x6b\x68\x6e\x6e\xc6\xfc\xfc\ \x3c\x5c\x2e\x97\x9c\x48\xdc\xf8\x18\xae\xe8\x72\xb9\x60\xb7\xdb\ \x55\xbd\x43\x3b\x3e\x07\x4f\x6a\x0c\xe8\x8a\x63\x92\x78\xf5\x76\ \x46\xc7\x1b\x63\x53\x88\x84\xb5\xb4\xb4\x60\x61\x61\x41\xc1\x8a\ \x2d\x2d\x2d\x72\x19\xd2\x0d\x47\x6a\x8b\x03\x30\x1d\x58\xcd\xcd\ \xcd\x68\x6d\x6d\xc5\xd1\xd1\x91\x2e\x12\xa6\xc4\x37\x34\x34\xa0\ \xb3\xb3\x13\x07\x07\x07\x68\x68\xb8\x2c\x37\xe6\xd6\xce\xb2\x61\ \xa2\xc5\x85\x42\x01\xc5\x62\x51\x59\x59\x1c\xfa\x0c\x06\x83\xf2\ \xa0\x18\x98\xcb\xcc\xa9\xfe\xfe\x7e\x1d\xe0\x33\x33\x33\x6a\xb3\ \x18\x1c\x1c\x94\x43\x77\x73\x73\x13\xb1\x58\x0c\xef\xbe\xfb\x2e\ \xa2\xd1\x28\x00\xa8\xc3\x93\xb1\x21\x1c\xb0\x18\x61\x13\x8f\xc7\ \xf1\xf8\xf1\x63\x55\x9f\xf0\x9d\xa1\x70\x9d\xe8\xf0\xe0\xe0\xa0\ \x34\xae\xac\x12\x3a\x39\x39\xc1\xe8\xe8\x28\x7e\xfe\xf3\x9f\x23\ \x14\x0a\x09\xb1\xba\x73\xe7\x0e\x0a\x85\x02\x5e\xbc\x78\x01\x97\ \xcb\x85\xfb\xf7\xef\x23\x1e\x8f\xe3\xd5\xab\x57\xd2\x0d\xbe\xff\ \xfe\xfb\x70\x3a\x9d\xc8\xe5\x72\x98\x9e\x9e\x96\x6e\x94\x48\x32\ \x6b\x92\x48\x6d\x30\x33\xea\xe6\xcd\x9b\x98\x9e\x9e\x96\x36\x6c\ \x7a\x7a\x1a\x06\x83\x01\x2f\x5e\xbc\xc0\xdf\xff\xfd\xdf\xc3\xed\ \x76\xe3\xdf\xff\xfd\xdf\x15\x6c\x6c\xb7\xdb\xf5\x0c\x71\x21\xe0\ \x3b\xc7\xac\x3d\x0a\xcb\xe7\xe7\xe7\xf5\x3d\xd6\xd6\xd6\x2a\x5e\ \x83\xb2\x8b\x1b\x37\x6e\xe8\xbd\x66\xfe\xd5\xf2\xf2\x32\x1c\x0e\ \x87\x62\x80\x28\x0b\xe1\x7b\xc6\x5c\x41\x9a\x43\x68\xcc\xe1\xf2\ \xe3\xf5\x7a\x51\x2c\x16\xf5\x7f\x7e\xbf\x5f\x77\xc8\xf8\xf8\x38\ \xf6\xf6\xf6\x14\x3e\x4b\x74\x9d\x88\xe3\xfc\xfc\x3c\xba\xbb\xbb\ \x85\x1e\x79\x3c\x1e\xe5\x47\x9d\x9f\x9f\xab\xdc\x3d\x9d\x4e\x4b\ \x0f\xc7\xef\x30\x10\x08\x08\xd5\x27\xca\x78\x71\x71\x81\x58\x2c\ \x26\x14\x73\x70\x70\x50\xc2\x6a\x8a\xd6\x49\x75\xf9\xfd\x7e\x58\ \x2c\x16\x4c\x4d\x4d\xe1\xe4\xe4\x04\x99\x4c\x06\xef\xbd\xf7\x1e\ \xbc\x5e\xef\x15\xf4\x8c\x88\x0d\x51\x28\xfe\x7b\x0e\x41\x5c\x96\ \x33\x99\x0c\xea\xea\xea\x30\x3e\x3e\x8e\x83\x83\x03\xfc\xe8\x47\ \x3f\xd2\xd2\xcb\xf7\xd3\xef\xf7\xe3\xe8\xe8\x48\x5a\xb8\x93\x93\ \x13\xc4\xe3\x71\x9d\xff\xeb\xeb\xeb\xd8\xdb\xdb\x93\x13\x9a\x75\ \x46\x44\xd0\xc9\xd2\x50\x8a\xd3\xdc\xdc\x2c\xf9\xd1\xda\xda\x1a\ \x7a\x7a\x7a\xd0\xd9\xd9\x09\x8b\xc5\xa2\x1a\x39\x9e\x05\x34\xee\ \x54\x9b\xea\x48\x5f\x9a\xcd\x66\xe9\x67\xf9\xf7\xa5\x6e\x8a\x62\ \xf3\xa6\xa6\x26\x49\x4d\xb8\xfc\xf1\xde\xa5\xd6\xb2\xab\xab\x0b\ \x16\x8b\x05\x76\xbb\x5d\x99\x81\xcc\xb9\x24\x6a\xc7\x85\x8d\x31\ \x23\xc0\xff\x8a\xd6\x39\x4f\x70\x00\x6b\x6b\x6b\x53\x1b\x01\xef\ \x09\xb2\x65\x16\x8b\x05\x35\x9d\x9d\x9d\x1f\x10\xbe\xa7\xd8\xdb\ \x6c\x36\xc3\x6e\xb7\x2b\x07\x8b\x97\x44\xa5\x72\xd9\x2d\x06\x40\ \xb0\x1b\x75\x1f\x44\x4f\x48\xd5\x31\xef\x86\x0e\x8b\x8e\x8e\x0e\ \x3d\xbc\x9d\x9d\x9d\x00\x80\x5c\x2e\xa7\x61\x88\x36\xcb\xea\x1a\ \x1b\xd6\xa5\xd0\x6a\x4e\x71\x1f\xa9\x85\xe6\xe6\x66\x05\xa5\xf1\ \x8b\xe9\xea\xea\x42\x47\x47\x87\x44\x87\xb4\xbf\x52\x0f\x65\xb3\ \xd9\x04\x41\xaf\xad\xad\xa9\xca\x80\x53\x34\xb7\x5f\x86\xfb\xf1\ \x21\xf1\x7a\xbd\xda\x88\x99\x4d\xd3\xd5\xd5\x85\xc1\xc1\x41\xe5\ \x75\xf1\xc5\xb8\xb8\xb8\x0c\x84\x0c\x06\x83\xf0\x7d\x93\xa4\xcc\ \xd4\x69\xab\xd5\xaa\x5e\xc1\xce\xce\x4e\x5c\x5c\x5c\x88\x4a\xe5\ \xd6\xb4\xb0\xb0\x80\x1b\x37\x6e\x60\x78\x78\x58\x99\x22\xb4\xb1\ \xb2\xc2\x22\x99\x4c\xa2\xb6\xb6\x56\x5b\x94\xc9\x64\xd2\x96\xce\ \x29\x9b\x0f\x11\x21\x51\xe6\x5b\xd1\x71\x46\xfd\x82\xc3\xe1\x90\ \x7e\x81\xfc\x76\x5b\x5b\x9b\xe0\x76\xea\x51\x58\x12\xbb\xb3\xb3\ \x23\x4d\xd3\xe6\xe6\xe6\xff\x07\x8f\x92\xaa\x22\x65\x44\x7a\xa1\ \xae\xae\x0e\xe9\x74\x1a\x87\x87\x87\xea\x95\xf2\xf9\x7c\xa8\xa9\ \xb9\x4c\x3d\xcf\xe7\xf3\xa2\x13\xbb\xba\xba\x90\x4c\x26\x95\x17\ \x43\x7a\x80\x59\x32\xec\x47\x64\x88\x6a\x3e\x9f\xd7\xc5\x41\xbb\ \x73\x6b\x6b\xab\x74\x6c\x34\x66\x50\xc7\xc1\xfc\xac\x9e\x9e\x1e\ \x2c\x2e\x2e\x22\x16\x8b\xe9\xf7\xbb\x5c\x2e\x24\x93\x49\xb8\x5c\ \x2e\x84\x42\x21\x6d\x39\x14\xdd\xb3\x8a\x87\xe2\xf7\x7c\x3e\xaf\ \x08\x85\x42\xa1\x20\x5a\x8e\xe8\xe9\xce\xce\x0e\xcc\x66\x33\xb6\ \xb7\xb7\x91\xcb\xe5\x84\xda\xd9\x6c\x36\x51\x30\xdc\xc8\xe8\xec\ \xb2\xd9\x6c\x58\x58\x58\xd0\x96\xc4\x41\x91\x03\xcb\xd9\xd9\x99\ \xb2\x56\x7a\x7a\x7a\x50\x5b\x5b\xab\x9f\x89\xfa\x17\xd6\x85\xd0\ \x49\x13\x0c\x06\x91\x48\x24\xe4\x8a\x22\x45\x7c\x76\x76\x26\xb1\ \x3f\x05\xa1\x0c\x32\xac\xa6\x7b\xb8\x44\x31\x51\x9a\xc8\x4c\x6b\ \x6b\xab\x04\xb7\xa4\x02\x98\x2f\x44\x0a\x81\x2e\x2b\xe6\xcc\x31\ \xbd\x9a\x8b\x52\x30\x18\x44\x7d\x7d\xbd\x0e\x4b\x8a\x59\x19\xb0\ \x4b\xb1\x39\xdf\xd5\xee\xee\x6e\x44\x22\x11\x65\x36\x11\x35\x3d\ \x3c\x3c\x94\x61\x81\xd1\x17\xa5\x52\x09\xd1\x68\x54\xcb\xc2\xe6\ \xe6\xa6\x84\xdf\x83\x83\x83\x58\x58\x58\x90\x3d\xdb\x6c\x36\x63\ \x75\x75\x55\x4b\x1d\xed\xfc\x5c\x06\xd2\xe9\xb4\xa2\x46\x52\xa9\ \x14\xe6\xe6\xe6\x00\x40\x14\x16\xd1\x58\xe6\x70\x0d\x0d\x0d\x69\ \xa3\xa7\xbd\xff\xe4\xe4\x04\x5f\x7f\xfd\xb5\x72\xd8\x1e\x3d\x7a\ \xa4\xa5\x8b\x1a\x0f\x2e\x1d\x0e\x87\x43\xc1\xbf\xb7\x6e\xdd\x82\ \xc9\x64\xc2\xc0\xc0\x00\xf6\xf6\xf6\x64\xa3\xb7\xdb\xed\xd8\xda\ \xda\x12\x0a\x6c\xb3\xd9\xe0\xf3\xf9\x64\xc6\xa1\xb3\xa9\xa7\xa7\ \x47\x39\x48\xe9\x74\x1a\x66\xb3\x59\x26\x07\x97\xcb\xa5\x5a\x9d\ \xd9\xd9\x59\xd8\x6c\x36\x94\xcb\x65\xdc\xbe\x7d\x5b\xcc\x02\x17\ \x17\x46\x31\x90\x45\xd8\xdc\xdc\xd4\x80\xc4\x67\x83\x68\xf6\xf5\ \xeb\xd7\xe1\x74\x3a\xf1\xe2\xc5\x0b\x6c\x6f\x6f\x5f\x89\xd2\xa8\ \xad\xbd\x4c\xf3\x76\xb9\x5c\xe8\xee\xee\xc6\x17\x5f\x7c\xa1\x77\ \x99\xb4\xde\x2f\x7f\xf9\x4b\x69\xa9\x88\x9c\x53\xbf\x48\x0d\xa3\ \xc1\x60\x50\x5e\x62\x35\xad\x67\x32\x99\xf4\x3c\x11\x31\xe5\x59\ \x46\xe7\xfb\xf0\xf0\x30\x7c\x3e\x1f\xd6\xd6\xd6\xd0\xd9\xd9\xa9\ \x90\x55\xd6\x61\xb5\xb5\xb5\x09\xc5\xa1\x9b\xd6\x6e\xb7\xab\x1c\ \x9d\x81\xd1\xb3\xb3\xb3\x88\xc5\x62\x12\x9f\x13\x05\x22\xaa\x49\ \xe0\x82\x39\x77\xbc\xa7\x48\xcd\xd2\xc9\x4a\x63\x99\xc1\x60\x50\ \xf3\x46\x7f\x7f\x3f\x42\xa1\x10\x02\x81\x00\xb6\xb7\xb7\x71\x78\ \x78\x88\x54\x2a\x25\x8d\xe1\xe4\xe4\xa4\x9c\x86\xd5\xcf\x36\xf5\ \x6b\xd5\xf1\x43\x7c\x77\x06\x06\x06\xb4\xe4\x72\x39\xe2\xf0\xc8\ \xa1\x88\x71\x27\x85\x42\x41\x91\x4b\x94\xea\x70\xb1\x61\x8c\x42\ \x7d\x7d\x3d\x92\xc9\xa4\xdc\x75\xcf\x9e\x3d\xc3\xf1\xf1\xb1\x10\ \x25\xc6\xbf\x70\xe9\xa7\x01\xa8\x3a\x48\x94\x03\x13\x4d\x25\x1c\ \xde\xd8\x43\xcb\x6c\x31\x76\x1f\x52\xbb\xc5\x61\x8c\xc8\x1d\xc1\ \x22\x2e\x14\x6c\xa5\xa1\x11\x87\x8e\x5b\x3e\xcb\x04\x00\x88\xb4\ \x73\x89\xa4\x08\x9f\xee\xc8\xed\xed\x6d\x99\xdf\xa8\x6b\xab\x36\ \x84\x70\xe8\x33\x18\x0c\xa2\x3e\x0d\xef\xbc\xf3\x4e\x85\xf5\x17\ \x9f\x7c\xf2\x89\x74\x31\x84\xd5\x49\x13\x31\xa3\x85\x81\x88\x4c\ \x71\xe5\x44\xc7\xee\x3b\x1e\xf2\x0e\x87\x03\x6f\xbc\xf1\x06\x36\ \x37\x37\x31\x3e\x3e\xae\xde\xa3\x4c\x26\xa3\x5c\x18\x66\x46\x10\ \x1d\x3b\x3c\x3c\xc4\xd6\xd6\x96\x3e\x6c\x00\xca\x98\xa0\x46\x81\ \x1a\x0a\x76\x0a\xf2\xd7\x30\x5e\xa1\xa1\xa1\x41\x69\xcc\x3c\xf0\ \x39\x7c\x50\x68\xdd\xd5\xd5\x85\x50\x28\x84\x62\xb1\xa8\xc4\x59\ \x16\x8c\xb6\xb6\xb6\x2a\x3f\xca\xed\x76\x6b\xd8\x64\xd8\xdf\xd9\ \xd9\x19\xe6\xe6\xe6\x24\x64\xa6\x33\x70\x7e\x7e\x1e\x9f\x7d\xf6\ \x19\x32\x99\x8c\x02\x56\x99\x61\xe4\x72\xb9\xae\x5c\xfe\xd7\xae\ \x5d\x93\x95\x7a\x73\x73\x53\xae\x12\xaf\xd7\x2b\x0d\x57\x20\x10\ \x50\x06\xd7\xf2\xf2\xb2\x68\x81\xa3\xa3\x23\x85\xc1\xd2\xe5\x65\ \x30\x18\xd4\x0b\xb7\xb7\xb7\x27\xfb\xfc\xe0\xe0\x20\xa2\xd1\x28\ \xd2\xe9\x34\x86\x86\x86\x60\xb3\xd9\xf0\xe5\x97\x5f\x4a\x67\xb3\ \xba\xba\x8a\x9a\x9a\x1a\x51\x37\x91\x48\x44\xda\xb7\x54\x2a\xa5\ \x01\x6b\x6e\x6e\x0e\xe5\x72\x59\x2f\x47\x36\x9b\x45\x2e\x97\xc3\ \xbd\x7b\xf7\x30\x3d\x3d\x8d\x83\x83\x03\xbc\xf1\xc6\x1b\x78\xeb\ \xad\xb7\xf0\xd1\x47\x1f\xe1\xec\xec\x0c\x1d\x1d\x1d\xa8\x54\x2a\ \xd8\xdf\xdf\x97\xb3\x84\xe1\x85\xd4\x9f\x01\x10\xca\x50\x2e\x97\ \x65\x3d\xa6\x41\xe1\xf6\xed\xdb\x4a\x80\x36\x1a\x8d\x58\x5c\x5c\ \x14\x25\x46\xa7\x0a\x87\x12\xf2\xfb\x2d\x2d\x2d\x08\x04\x02\x98\ \x9f\x9f\xd7\x0b\x47\x4d\x86\xc7\xe3\x41\x30\x18\x94\xc3\xa6\x50\ \x28\xa8\x7a\x85\x8e\x9b\x70\x38\x2c\xad\x14\xb9\xf5\xb5\xb5\x35\ \xe5\xdc\x50\xb3\xc0\x4d\x85\xfa\x3c\x0e\x31\x5d\x5d\x5d\xb2\x39\ \x73\x29\x21\x9d\xc2\xf7\x89\x17\xb7\xcb\xe5\x52\x8d\x12\xcd\x07\ \xbf\xff\xfd\xef\x61\x32\x99\x70\xff\xfe\x7d\xa4\x52\x29\xb8\x5c\ \x2e\x7c\xf5\xd5\x57\x18\x1c\x1c\x94\x08\xbe\x54\x2a\xe9\xd0\x66\ \x58\x1f\x6d\xe5\x44\x9e\x1a\x1b\x1b\xd1\xd9\xd9\x29\x41\x3f\x63\ \x29\x78\xe0\x71\x30\x64\x26\x19\x69\x3b\x52\x00\x14\xc0\x72\x53\ \xe3\xa1\xbd\xb7\xb7\xa7\x05\xa6\x5c\x2e\xcb\x3a\x3e\x31\x31\xa1\ \xa0\x3d\x46\xb9\xe4\xf3\x79\xf8\x7c\xbe\x2b\x97\x31\x75\x52\x63\ \x63\x63\xa2\x48\x9b\x9b\x9b\xb5\x24\xd1\x71\xd5\xd1\xd1\xa1\x01\ \x89\x79\x61\x1d\x1d\x1d\x97\x3d\x7c\xa5\x12\x72\xdf\x94\x4c\x53\ \x70\x9b\xcd\x66\xe1\x72\xb9\xd0\xd5\xd5\x85\xf5\xf5\x75\x9d\x03\ \x95\x4a\x45\x46\x0a\x46\x39\xd4\xd5\xd5\xe1\xee\xdd\xbb\x98\x9c\ \x9c\x84\xcb\xe5\x42\x7f\x7f\x3f\x96\x96\x96\x70\x7c\x7c\x8c\xf7\ \xdf\x7f\x1f\x53\x53\x53\xd8\xdc\xdc\xc4\xb7\xbe\xf5\x2d\x45\xbb\ \x70\x01\xe1\xc5\xcb\x48\x0e\xd6\x66\xcd\xcd\xcd\x09\x59\x35\x99\ \x4c\x18\x1e\x1e\xc6\xd7\x5f\x7f\x2d\x3b\x3f\x33\x7e\xba\xba\xba\ \x14\x5a\xc8\xe8\x19\x2e\xa4\x36\x9b\x0d\x3b\x3b\x3b\x08\x06\x83\ \x5a\x60\x88\xc8\x02\x97\x4d\x16\x4f\x9f\x3e\xc5\x9d\x3b\x77\xa4\ \xcf\x6c\x69\x69\xc1\xed\xdb\xb7\xb1\xbe\xbe\xae\x80\xd6\x44\x22\ \xa1\x81\x9f\x7a\xcc\x17\x2f\x5e\xc0\x6e\xb7\x23\x1e\x8f\x2b\x4b\ \x8c\x9f\x2b\x87\x46\x2e\x12\xa5\x52\x09\xe9\x74\x5a\xda\x41\xea\ \x85\xec\x76\xbb\xcc\x36\x7d\x7d\x7d\x8a\x4b\x71\xb9\x5c\x12\x16\ \xb3\x3f\xd6\xed\x76\x23\x9d\x4e\x03\x80\x9c\xb1\x87\x87\x87\xb8\ \x7d\xfb\x36\x4c\x26\x13\x3e\xfd\xf4\x53\x38\x1c\x0e\xbd\x1b\x8c\ \xbb\x39\x38\x38\xc0\xc4\xc4\x04\xde\x7f\xff\x7d\x6c\x6e\x6e\x62\ \x6c\x6c\x0c\x6b\x6b\x6b\x42\xfd\xee\xdd\xbb\x87\x4c\x26\xa3\xca\ \x1b\x9a\x4e\x92\xc9\xa4\x9e\x5b\x2e\x4b\x1c\xf0\xf9\x7e\x50\xe4\ \x4c\x89\xca\xda\xda\x9a\xd0\x0c\xb3\xd9\x2c\x4a\x9a\x0b\x69\xb5\ \x6b\x9b\x40\x02\xf3\xf2\xe8\x48\x8d\xc7\xe3\xb8\x75\xeb\x96\xd0\ \xd3\xed\xed\x6d\x04\x83\x41\xd1\x83\xfc\xfd\x34\x60\x30\x92\xe8\ \xe0\xe0\x00\x6d\x6d\x6d\x4a\x0e\x27\x8a\xcb\xdc\x3f\xb2\x07\x2b\ \x2b\x2b\x5a\x58\x39\x50\x72\x88\xe5\xf2\x4d\x79\xc6\xc5\xc5\x05\ \xd6\xd6\xd6\x84\x02\xb2\x1e\x09\x00\xdc\x6e\xb7\xe2\x09\x38\x64\ \x93\x21\x62\xea\xfc\xd2\xd2\x12\xa6\xa7\xa7\x51\x5f\x5f\x8f\x50\ \x28\x24\x0d\x17\x17\x26\x6a\xbb\x88\x28\x15\x8b\x45\x78\xbd\x5e\ \x0d\xac\x34\x1c\x51\x53\x9b\x4c\x26\x45\x07\x3f\x78\xf0\x40\xfa\ \xb5\x58\x2c\x86\xcd\xcd\x4d\x39\xf4\x6f\xdc\xb8\x01\x87\xc3\x81\ \xba\xba\x3a\x81\x26\x5c\xee\x5e\xbf\x7e\x8d\xe6\xe6\x66\x4c\x4e\ \x4e\xa2\x50\x28\xe0\xc6\x8d\x1b\xb8\x76\xed\x9a\x16\x37\x02\x1a\ \x0c\xbc\xa5\x13\x90\x92\x11\x66\xce\x71\xde\xa0\x1e\x92\xda\x6e\ \xa2\xf6\x64\x7c\x88\x3c\x71\x36\xa9\xd6\x39\x92\xc1\xe0\xcf\xc6\ \x7f\x66\xb1\x58\x34\x60\x71\x7e\xa2\xec\xa3\xe6\xed\xb7\xdf\xfe\ \x80\x50\x3d\x39\x55\x6a\x07\xaa\x51\x25\x87\xc3\x21\x2b\x31\x33\ \xa5\xaa\x2f\x35\x00\x78\xe3\x8d\x37\xf4\x50\x73\xeb\x65\xcc\x03\ \xa1\x37\xc6\x12\x50\xcc\xd8\xdb\xdb\xab\xa9\x9b\x1b\x17\x27\xd7\ \x47\x8f\x1e\x89\xbb\x26\xdf\x4e\x48\x98\x1b\x12\x29\x09\xf6\x2e\ \xd9\x6c\x36\x64\x32\x19\x7d\x08\xe9\x74\x1a\xa9\x54\x0a\xeb\xeb\ \xeb\x7a\x29\xb9\x39\xbc\x7a\xf5\x4a\xb0\x6f\x77\x77\x37\x9a\x9b\ \x9b\xf1\xf2\xe5\x4b\xa5\x49\x33\x08\x8f\xff\xdd\x57\x5f\x7d\x85\ \x93\x93\x13\xf4\xf4\xf4\x68\x4b\xe6\x04\xcd\xa9\x9b\xba\x34\xf2\ \xc9\x5d\x5d\x5d\x12\x89\x92\x0f\xa6\x71\xc0\x68\x34\x2a\x2b\x86\ \x19\x38\xdc\x36\x4a\xa5\x92\xb8\xef\x5c\x2e\x87\x9d\x9d\x1d\xf4\ \xf6\xf6\x6a\xe0\xec\xe8\xe8\x90\x38\x91\x48\x21\x37\x55\x3e\x50\ \xbc\x04\x49\x83\x51\xb4\xd8\xde\xde\xae\x88\x80\xe3\xe3\x63\x6c\ \x6f\x6f\xc3\xe9\x74\xa2\xad\xad\x4d\x9b\xad\xc1\x60\x40\x22\x91\ \xc0\xf9\xf9\x39\xc2\xe1\xb0\x34\x74\x7c\xb9\x98\x37\xc5\x2d\xaf\ \x54\x2a\xe1\xe3\x8f\x3f\xc6\xc1\xc1\x81\x74\x2a\x95\x4a\x05\xad\ \xad\xad\x7a\xd9\x6d\x36\xdb\x95\x2a\x12\x52\xad\xb5\xb5\xb5\xca\ \x45\x5a\xff\xa6\xde\x83\xd5\x34\xaf\x5f\xbf\x46\x26\x93\x51\x3a\ \x37\xa3\x11\xe8\xd8\xa4\x53\x87\x90\xb8\xcd\x66\xbb\x32\x1c\xb6\ \xb4\xb4\xe8\xf0\xae\xa9\xa9\xc1\xc1\xc1\x01\x00\x48\x6c\xdd\xd2\ \xd2\xa2\x28\x90\xd3\xd3\x53\x2d\x12\xa4\x92\x38\x84\x30\xf7\x89\ \x17\x0d\x35\x54\x0c\x68\xa5\x06\x80\x68\xa0\xcf\xe7\x83\xc3\xe1\ \xc0\xe8\xe8\xa8\x8a\x76\xb9\xb8\x10\x59\x64\xae\x8b\xc5\x62\x41\ \x3c\x1e\xc7\xf2\xf2\x32\x76\x76\x76\x50\x2c\x16\x35\x14\xf0\xf7\ \x18\x0c\x06\xac\xac\xac\x68\x50\xe7\x90\x48\xda\x95\x87\x17\xb3\ \x90\xa2\xd1\x28\x4e\x4e\x2e\x8b\x5e\xd3\xe9\x34\x76\x76\x76\xa4\ \xcb\xa2\x63\x97\x68\x30\xb7\xba\xe6\xe6\x66\x5c\x5c\x5c\xe8\xef\ \x4c\x14\xf2\xec\xec\x4c\x15\x3e\xed\xed\xed\x88\x46\xa3\x32\x33\ \x30\xd8\x96\x6e\xdb\x4c\x26\xa3\xdf\x53\x5f\x5f\x2f\xa4\x9b\x7f\ \xa7\x4a\xa5\x82\x50\x28\x84\xf1\xf1\x71\xb8\x5c\x2e\x3d\xc7\xcc\ \x0e\xa2\xf5\x9d\x8b\x84\xcd\x66\x53\x8c\x46\x6b\x6b\x2b\xc2\xe1\ \x30\x72\x3b\x3b\x18\x1a\x1a\x82\xc3\xe1\x80\xdb\xed\x46\x6b\x6b\ \x2b\x6e\xde\xbc\x09\xaf\xd7\xab\x0e\x51\x9a\x4a\x58\x72\xdb\xd7\ \xd7\x87\xbe\xbe\x3e\x74\x74\x74\x28\x6f\xcd\xef\xf7\x23\x1e\x8f\ \xcb\xe6\xce\x41\xdd\xe3\xf1\xc0\x68\x34\xaa\xce\x89\xc3\xf7\xfe\ \xfe\xbe\x10\x06\x4a\x1c\xa2\xd1\xa8\x90\x0c\x86\x8a\xb2\x62\x8a\ \x79\x5f\x83\x83\x83\x88\xc5\x62\x98\x9e\x9e\x56\xc2\x39\xcf\x82\ \xf1\xf1\x71\x8c\x8e\x8e\xc2\x60\x30\x48\x93\xca\x8b\xac\xae\xae\ \x0e\xcb\xcb\xcb\x30\x1a\x8d\xd2\x56\x31\x64\x32\x1e\x8f\xeb\x59\ \x61\x7d\xcb\xe4\xe4\x24\x76\xbe\x19\x3c\xf9\x8e\xce\xcc\xcc\xe0\ \xe2\xe2\x42\x86\x05\x1a\x86\xaa\xc5\xbe\x06\x83\x01\xd3\xd3\xd3\ \x1a\xa2\x19\x44\xdb\xd8\xd8\xa8\xc1\xb2\xfa\xbd\x73\xbb\xdd\x98\ \x9e\x9e\xd6\x7d\x50\x2c\x16\x31\x33\x33\x03\x83\xc1\xa0\x80\x46\ \x46\xe3\x30\xc6\xc0\xe5\x72\x09\x6d\x9a\x9b\x9b\x43\x7f\x7f\xbf\ \xaa\x9a\x88\xae\xb1\x0e\x67\x64\x64\x04\x0e\x87\x03\x43\x43\x43\ \x38\x38\x38\x40\x20\x10\xc0\xd1\xd1\x91\xf4\xb5\xa4\x68\x56\x56\ \x56\xf0\xfa\xf5\x6b\x65\x9e\xa5\x52\x29\x24\x93\x49\x45\xcd\x70\ \x91\xe1\x85\x4d\xda\x88\x8e\x44\x6a\x6c\x89\x34\x5d\x5c\x5c\x60\ \x75\x75\x55\x5a\x62\xc6\x04\x11\x61\xae\x2e\x1d\x66\x00\xef\xb5\ \x6b\xd7\x84\xb2\xb4\xb4\xb4\xc0\x6c\x36\x23\x91\x48\x08\xed\x63\ \x4e\x15\x00\x0d\x7a\x0c\xed\x6e\x6a\x6a\xc2\xeb\xd7\xaf\xf1\xc5\ \x17\x5f\x60\x6a\x6a\x0a\x56\xab\x55\xc3\x5c\x7b\x7b\xbb\xce\x3b\ \x9e\x3b\x7c\xee\xc8\xb0\x90\x41\xe2\xb0\xc3\xff\x7f\x7c\x7c\x8c\ \xce\xce\x4e\xb9\x77\xd9\x9f\xf8\xea\xd5\x2b\x34\x37\x37\x5f\xc9\ \x3b\xb3\xdb\xed\x48\x26\x93\x58\x5e\x5e\x16\x43\x43\xb7\x35\xef\ \x07\xea\x67\xc9\x66\x50\x53\x5d\x2c\x16\xb5\x38\x53\xf4\xcd\x58\ \x06\x96\x2d\x4f\x4d\x4d\xc9\x85\x0e\x40\x08\x39\x11\x5f\x22\xd5\ \x93\x93\x93\x78\xf9\xf2\xa5\x50\x23\xa2\xea\xfc\x75\xa3\xa3\xa3\ \x08\x85\x42\x6a\x2c\x61\x8d\x10\xd9\x34\x0e\x66\x94\x29\x65\xb3\ \x59\xfd\xbc\xfc\x0e\x4e\x4e\x4e\xf0\xf4\xe9\x53\x69\x7f\xf9\x3e\ \x35\x36\x36\x5e\x09\x87\xa5\xc1\x89\x61\xe4\xd4\x95\x53\xcb\xcb\ \x33\x97\xe8\x28\xef\x4f\x2e\xfc\x35\x35\x35\x6a\x7c\x31\xfc\xdd\ \xdf\xfd\x5d\x65\x65\x65\x45\x5f\x18\x1f\x5e\x2a\xe6\x99\x79\x44\ \xad\x05\x91\x83\xea\x28\xf9\x60\x30\xa8\x20\x4c\xda\xc0\x39\xa8\ \x54\x5b\x34\x79\xd9\x13\x75\x8a\x46\xa3\x08\x87\xc3\xe2\x36\x8d\ \x46\x23\x7c\x3e\x9f\x04\xb9\x3c\xe4\xef\xdd\xbb\x87\x95\x95\x15\ \x14\x8b\x45\x38\x9d\x4e\x2c\x2e\x2e\xe2\xf4\xf4\x14\x1e\x8f\x47\ \x65\x98\xb4\xb5\x13\x12\xe7\x87\xc3\xec\x1a\xc6\x26\xb4\xb5\xb5\ \xa9\x7c\x78\x63\x63\x03\x0d\x0d\x0d\x78\xf8\xf0\x21\xd6\xd6\xd6\ \xf4\xc1\x99\x4c\x26\x09\xfb\xd9\x2d\x57\x28\x14\xb0\xb8\xb8\x28\ \xe7\xe3\xf0\xf0\x30\xbe\xf8\xe2\x0b\x21\x78\xac\x2c\x68\x6c\x6c\ \xc4\xab\x57\xaf\x14\x4a\x48\x3e\x9b\xae\x20\xbe\x58\x44\x21\xfa\ \xfa\xfa\xf0\xce\x3b\xef\xe0\xc3\x0f\x3f\x54\xd2\xf6\xde\xde\x9e\ \xba\x00\x9b\x9b\x9b\xa5\x37\x62\xeb\x38\x43\xf7\xb8\x9d\xf2\xe5\ \xa6\x6b\xe5\xbd\xf7\xde\xc3\xa7\x9f\x7e\x8a\x52\xa9\x24\xab\x36\ \x37\x60\x86\x59\xd2\x8a\x9b\x4c\x26\x01\x40\x68\x20\x21\xce\x70\ \x38\x2c\xe7\x14\xdb\xeb\x09\xd1\x32\x03\x85\x11\x00\x84\x9d\x97\ \x96\x96\xd0\xdc\xdc\x0c\xbb\xdd\x2e\xbd\x14\x75\x67\x95\x4a\x45\ \x99\x56\xb1\x58\x4c\xc9\xf5\xd4\x6b\xb0\x83\xad\x50\x28\x60\x70\ \x70\x50\x4e\x46\x1e\xca\xd4\x02\xa5\x52\x29\xc1\xb7\x0c\xb3\x74\ \xb9\x5c\x72\x6c\x45\x22\x11\x85\xf1\x6d\x6c\x6c\x28\x79\x9d\xe1\ \xa5\xcd\xcd\xcd\xe8\xea\xea\xc2\xe4\xe4\x24\x4c\x26\x13\xfa\xfa\ \xfa\x54\xd5\x43\xb1\x3b\xb7\x1a\xe6\xc1\x50\x60\xed\xf3\xf9\xd0\ \xd3\xd3\x83\xbe\xbe\x3e\xfc\xea\x57\xbf\x52\xac\x04\xad\xd9\x14\ \x27\x13\x76\xae\xab\xab\x93\x86\x88\xb9\x52\xed\xed\xed\x12\x8c\ \xd2\xf6\xcf\x4b\x95\xd4\x78\xb5\xe0\x9d\xee\x1a\x66\x69\x91\x92\ \xab\xa9\xa9\xc1\xe6\xe6\xa6\xe8\x31\x06\xa0\x72\xd0\x22\x15\xc7\ \x8b\x9b\x9f\x75\x5d\x5d\x9d\x22\x57\xf8\xe7\x03\x50\xc9\x30\x75\ \x5e\x44\xf0\xf8\xfe\xf3\x33\x71\x3a\x9d\xd8\xde\xde\x56\x80\x25\ \xe9\x44\x56\xb6\x70\x11\xe2\x60\x48\x5a\x8c\x8b\xc3\xc2\xc2\x82\ \x9c\x95\x3b\x3b\x3b\xd2\xc7\xec\xef\xef\x0b\xbd\xca\xe5\x72\xa2\ \x82\xe9\x12\xa6\xa3\xed\xfc\xfc\x5c\x89\xd1\xcc\xab\x22\x0d\x40\ \x04\x8d\xcf\x77\x3a\x9d\xd6\x22\xb7\xba\xba\xaa\x38\x88\x70\x38\ \x8c\xdf\xfd\xee\x77\xb8\x79\xf3\x26\x8c\x46\x23\x5e\xbf\x7e\x2d\ \x04\x83\x4b\x8d\xcb\xe5\x92\x61\x85\xc3\xf8\xce\xce\x8e\x22\x34\ \x2c\x16\x0b\x82\xc1\xa0\x86\x77\x0e\x1e\xd4\xd8\xad\xad\xad\xe1\ \xe5\xcb\x97\xf0\xf9\x7c\x70\xbb\xdd\xd8\xde\xde\x16\x8d\xcb\x0b\ \x93\x8e\xaf\xc3\xc3\x43\xc4\x62\x31\x51\x54\xe5\xf2\x65\x17\x1e\ \x91\x0c\x8b\xc5\x22\xd7\xf3\xed\xdb\xb7\xf1\xeb\x5f\xff\x1a\x5b\ \x5b\x5b\xca\xcc\x62\x04\x06\xbb\x13\xbf\xfd\xed\x6f\xe3\xf8\xf8\ \x58\x67\x29\xb5\x31\xa4\x4f\x4b\xa5\x12\x66\x66\x66\x24\x80\xe7\ \xe2\xc4\x8b\x01\xb8\x0c\x91\x64\x18\x30\x29\x76\xab\xd5\x8a\x78\ \x3c\xae\xf8\x10\x5e\x3a\x8c\x70\xa8\xce\xce\xf2\x7d\xd3\x95\x78\ \x7a\x7a\x8a\xee\xee\x6e\x94\xcb\x65\xd8\xed\x76\x9c\x9c\x9c\x20\ \x91\x48\xc8\x21\x66\xb1\x58\x64\xc2\xe1\x59\x41\x3a\xfb\xec\xec\ \x4c\xcb\xd8\xed\xdb\xb7\x91\x4c\x26\x25\x68\x06\xa0\x8a\x19\x7e\ \x7e\xb1\x58\x4c\x22\x6a\x8b\xc5\x82\xee\xee\x6e\xbc\xf5\xd6\x5b\ \x32\x23\xd0\x45\x5e\xa9\x54\x54\xd7\x95\xcd\x66\x45\x0f\xf3\x4c\ \xde\xd8\xd8\x90\x56\xa7\xa1\xa1\x01\xbb\xbb\xbb\xb0\xdb\xed\xd8\ \xd8\xd8\x50\x34\x09\x11\x64\xfe\xcc\xcc\x57\xe4\xc0\xca\xe5\x85\ \x83\x32\xe5\x18\x0c\x8b\x5d\x58\x58\x40\x43\x43\x03\xd6\xd7\xd7\ \xf1\xe2\xc5\x0b\xd4\xd5\xd5\xe1\x07\x3f\xf8\x01\x82\xc1\xa0\xdc\ \x6d\x94\xde\xf0\x7f\x93\x42\xeb\x6a\xa1\x3d\xe9\x35\x96\xb2\xb3\ \x3e\x87\xf1\x3f\x17\x17\x17\x57\x3a\x1c\xc9\x48\xa5\x52\x29\x65\ \xb5\x15\x0a\x05\xe4\x72\x39\xdd\xe3\xfc\x33\xf3\xf9\x3c\x96\x97\ \x97\xd1\xd3\xd3\x03\x8b\xc5\xa2\xc1\x83\x81\x9a\x37\x6e\xdc\xb8\ \x32\xb0\x73\x78\xe3\x77\xe0\x76\xbb\xb5\xe4\xac\xac\xac\xe8\x9c\ \xa4\x16\x6f\x65\x65\x45\xc6\x07\xea\x33\x99\xb5\x46\x09\x8c\xc1\ \x60\xc0\xd7\x5f\x7f\x8d\x86\x86\x06\x99\xd1\x0c\x06\x83\x90\x73\ \x32\x54\x1c\xf2\x98\x32\x7f\x71\x71\xa1\x3b\x84\xda\x64\xa2\xcf\ \x04\x47\xaa\xd1\xe8\x81\x81\x01\x0d\x62\x7c\x37\x68\x78\xf9\xf0\ \xc3\x0f\xd1\xd9\xd9\x09\x8f\xc7\x83\x68\x34\x8a\xfd\xfd\x7d\xdc\ \xba\x75\x0b\xa7\xa7\xa7\x48\xa5\x52\x62\x32\x22\x91\xc8\x15\x74\ \xac\x58\x2c\xc2\xf0\xb7\x7f\xfb\xb7\x95\xd5\xd5\x55\x39\xd2\x56\ \x57\x57\xa5\x9f\x20\x8a\x72\x7a\x7a\xaa\xad\xb2\xad\xad\x4d\x8e\ \x0c\x5e\xd6\x74\x98\xd1\x1d\x61\xb1\x58\xf4\x01\x35\x37\x37\x6b\ \x78\x63\x4d\x0c\x39\x4d\x4e\xc0\x74\x03\x2e\x2f\x2f\xcb\xe9\xd5\ \xd2\xd2\x82\x4a\xe5\xb2\x2b\x2f\x1c\x0e\xc3\x64\x32\xe9\x65\x23\ \xcc\x7a\xff\xfe\x7d\x9c\x9c\x9c\xe8\x85\xe2\xc6\x47\xe1\x33\x1f\ \x7e\x22\x5e\xed\xed\xed\x57\xdc\x8c\xb4\xe8\xae\xae\xae\xca\xbe\ \x5a\x5b\x5b\x2b\xb8\x79\x6b\x6b\x4b\x42\xe8\x48\x24\x82\x42\xa1\ \x80\xee\xee\x6e\x75\x5c\xe5\xf3\x79\x44\xa3\x51\x3d\x8c\x8c\x15\ \xa0\xe5\x9d\x01\x77\x7d\x7d\x7d\xd8\xde\xde\xbe\xe2\xae\xe3\x36\ \x34\x3c\x3c\x0c\x93\xc9\xa4\x70\x4b\x96\xe5\x32\x37\x87\xba\x0e\ \xc2\x9d\x4e\xa7\x53\xc3\xc4\xe7\x9f\x7f\x2e\x0a\x93\xa2\xeb\xda\ \xda\x5a\x25\xe8\x33\x23\xe4\xe2\xe2\x42\x82\x42\x5e\xc2\x4c\x30\ \x66\x92\x2f\x27\x7c\x86\x16\xd2\xb1\xd9\xd0\xd0\x00\xe0\x52\x2c\ \x48\x08\x9e\xda\x9d\xc5\xc5\x45\xec\xef\xef\xa3\xb3\xb3\x13\x4e\ \xa7\x13\xc9\x64\x52\x28\xd8\xe1\xe1\xa1\x0e\x4f\x6e\xb6\x7c\x4e\ \xf8\xeb\x80\xcb\x5e\xc5\x68\x34\x2a\x13\xc1\xf9\xf9\xb9\x60\x66\ \x1e\xca\x14\xc2\xd7\xd6\xd6\xc2\xed\x76\x63\x61\x61\x41\x3a\x22\ \x06\xc9\x19\x8d\x97\xc5\xbe\x7c\xe1\x29\x78\x65\xe8\x29\xf5\x5b\ \x74\x1d\xf1\xe7\x3e\x3f\x3f\x47\x26\x93\x81\xcb\xe5\x92\x40\x93\ \xe2\x6a\x0e\x0f\x84\x92\xd9\x71\xc9\x81\x83\xd4\x09\x35\x78\x00\ \x84\xa6\x52\x8f\xc2\x8c\x34\x0e\x6c\xcc\xfb\xe1\x33\xc9\xe1\xdd\ \x6e\xb7\x6b\x00\x26\xf2\xc4\x81\xb7\x5a\x6b\x52\xbd\x91\x71\xb8\ \x25\xa4\xcd\x4c\x36\x5e\x98\xa4\x38\x78\x50\xf1\x72\x69\x69\x69\ \xd1\xcf\x47\x87\x0f\xa9\xe2\xa5\xa5\x25\x34\x34\x34\xa8\xad\x80\ \x96\x7c\x22\x4a\xd4\xfb\xd0\xb8\x41\x5d\x15\x11\x3f\x5e\x6c\xbc\ \x08\xf9\xdc\xc4\xe3\x71\x1d\x5a\x27\x27\x27\x4a\xbc\x8f\xc5\x62\ \x70\xbb\xdd\x08\x04\x02\x18\x1f\x1f\x57\xec\xc8\x87\x1f\x7e\xa8\ \x6d\x9a\x03\x58\x30\x18\x44\x4f\x4f\x0f\x3e\xfd\xf4\x53\x3c\x78\ \xf0\x00\xd9\x6c\x16\x94\x37\x10\x95\x33\x99\x4c\x70\xb9\x5c\x88\ \xc5\x62\xe8\xe8\xe8\x90\xf0\xfa\xe1\xc3\x87\x3a\xc4\x9d\x4e\x27\ \x96\x96\x96\x30\x35\x35\x05\xbf\xdf\x8f\xba\xba\x3a\xec\xef\xef\ \x63\x7e\x7e\x5e\x87\x73\xb9\x7c\x59\xe6\xcd\x56\x07\xe6\x53\xd1\ \x54\xf3\xab\x5f\xfd\x0a\x16\x8b\x05\x0f\x1e\x3c\x90\xce\x94\x95\ \x3f\x03\x03\x03\xa2\xb9\x27\x27\x27\x31\x37\x37\x87\xae\xae\x2e\ \x09\xb5\x59\x22\x3f\x34\x34\x84\x74\x3a\x0d\xa7\xd3\x89\x4a\xa5\ \xa2\x85\xc2\xef\xf7\x63\x7c\x7c\x1c\x23\x23\x23\xa8\xab\xab\x83\ \xdd\x6e\x97\xe8\x3e\x18\x0c\x2a\x87\x90\xd1\x13\xa4\xcd\x4f\x4e\ \x4e\xf0\xf9\xe7\x9f\x63\x63\x63\x03\x66\xb3\x19\x3f\xf8\xc1\x0f\ \x00\x40\xda\x2a\x3a\x1d\x19\x1d\xc0\x2c\x42\x2e\xa5\x14\x35\x57\ \x07\x55\xb2\x92\x89\x02\x7d\xd2\x96\x8c\x39\x20\xd2\xcd\xef\xd1\ \xe1\x70\xc8\xb4\xc1\x61\x9b\xcb\x15\xc3\x82\x19\xc0\x7c\xfb\xf6\ \x6d\x94\x4a\x25\x4c\x4d\x4d\xa1\x54\x2a\xa9\x91\x80\x4c\x06\x7f\ \xde\x64\x32\x29\xa4\x34\x9b\xcd\xca\x61\x4c\xd4\x9f\xa5\xcf\xcc\ \xb3\x7b\xf1\xe2\x05\x96\x97\x97\xd5\x57\xeb\xf3\xf9\x30\x3d\x3d\ \x0d\xb7\xdb\x8d\xa1\xa1\x21\x2c\x2c\x2c\xa8\x4e\x6b\x7b\x7b\x1b\ \x63\x63\x63\x5a\x4e\xab\x33\xf3\xd2\xe9\x34\x12\x89\x04\xfc\x7e\ \xbf\x28\xba\xd3\xd3\x53\x21\xea\xfc\xec\x48\x53\x9e\x9e\x9e\xaa\ \xc7\xcf\xe5\x72\xc1\x62\xb1\x28\x3a\x87\xb1\x09\x0b\x0b\x0b\xd2\ \x31\x93\x01\xe0\x9d\x40\x66\x84\x9a\x36\x22\xdf\x5c\xaa\x89\xca\ \x13\x8c\xa0\x3b\x8e\xf1\x12\x94\xa3\x90\xca\xa4\x00\x9c\x28\xe4\ \xf6\xf6\x36\xb2\xd9\xac\xe2\x2f\x78\x57\xf1\x2e\xe6\xc2\xda\xd6\ \xd6\xa6\x0a\xb2\x7c\x3e\x8f\x57\xaf\x5e\xa1\xbb\xbb\x5b\xfa\xd4\ \xde\xde\x5e\x49\x0b\x18\x95\x41\x21\xff\xce\xce\x0e\xfa\xfb\xfb\ \xc5\x82\x30\x9b\x92\xfa\x46\x83\xc1\xa0\xf3\xd0\x6e\xb7\x63\x61\ \x61\x01\xaf\x5f\xbf\x46\x3a\x9d\xc6\x77\xbe\xf3\x1d\xb1\x1e\x9f\ \x7c\xf2\x09\x2c\x96\xcb\x9a\xb5\xfa\xfa\x7a\xbc\x7e\xfd\x1a\xf3\ \xf3\xf3\x1a\x5c\x28\x31\x88\xc5\x62\xa2\x81\x9b\x9b\x9b\x11\x0e\ \x87\x31\x3f\x3f\xaf\xec\xbf\x4c\x26\xa3\x22\xf5\x72\xb9\xac\xbe\ \xcc\xe1\xe1\x61\x49\x8a\x78\x6f\x53\x43\xbe\xb9\xb9\x09\xab\xd5\ \x8a\x48\x24\x82\x9d\x9d\x1d\x49\x3e\x28\x55\xa2\x0c\xc1\xe9\x74\ \x62\x77\x77\x17\x73\x73\x73\x18\x1d\x1d\x55\xb4\x87\xd1\x68\x14\ \x2b\x52\xd3\xdd\xdd\xfd\x01\x3b\x05\xa9\xc2\x27\xaf\xd9\xd3\xd3\ \xa3\x8d\x9a\x7a\xa3\xea\xb0\xbd\xfd\xfd\x7d\x94\x4a\x25\x3c\x7e\ \xfc\x58\x94\x0d\x91\x0f\x86\x8a\x12\xb2\xf5\xf9\x7c\xd8\xd8\xd8\ \x50\x1b\x3b\x87\x24\x5e\x02\xfc\x92\xd8\x13\xc5\x87\x87\x34\x1f\ \x23\x17\x68\x17\x66\x39\x31\x05\x79\xe9\x74\x1a\x1d\x1d\x1d\x38\ \x39\x39\x51\x57\x21\x5f\x70\xfe\x7a\x3a\xee\x38\x30\x32\x48\x8f\ \x07\x0a\xf5\x03\x14\x46\x53\xc0\x97\x48\x24\x54\x64\x39\x3d\x3d\ \x8d\xd5\xd5\x55\x35\xcf\x73\xe0\xa3\xcb\xa1\xb1\xb1\x51\x50\x26\ \x07\xcb\xdd\xdd\x5d\x6c\x6c\x6c\xa8\x1e\xe0\xe2\xe2\x02\x66\xb3\ \x19\x23\x23\x23\x08\x04\x02\xc8\xe7\xf3\xe8\xef\xef\x97\x16\x85\ \x49\xcf\x03\x03\x03\xd8\xde\xde\x46\xb1\x58\x94\x76\xa8\x5c\x2e\ \x6b\x08\x19\x19\x19\x81\xcf\xe7\x53\xa4\x3f\x1d\x64\x74\x34\xf2\ \xef\x1c\x07\x8e\x00\x00\x20\x00\x49\x44\x41\x54\xb3\xe1\x54\xcd\ \x00\x53\x6a\x61\xea\xeb\xeb\x31\x3a\x3a\x8a\xd3\xd3\x53\x09\x89\ \xe9\x42\xc9\xe5\x72\xda\xdc\xf8\x73\x71\xfb\x4c\x24\x12\x98\x9b\ \x9b\x13\xd2\x60\xb7\xdb\xb1\xb3\xb3\xa3\x87\x97\x68\x08\x21\x73\ \x26\xfc\x33\xa8\x8f\x03\x24\x35\x11\x14\x3d\x13\x46\xa7\x56\xc1\ \x60\x30\x20\x9b\xcd\xa2\xb7\xb7\x17\x16\x8b\x45\x4e\x3e\x0e\x13\ \x44\x43\xb9\x7d\x12\x1d\x60\xdd\x08\xab\x46\x98\xae\x4e\xce\x9e\ \x74\xe5\xee\xee\x2e\xbc\x5e\x2f\x7e\xf6\xb3\x9f\xe1\xd6\xad\x5b\ \x72\x7c\x32\x3c\x92\xcf\x27\x69\x60\xea\x8a\xf8\xf9\x31\xe2\xe0\ \xf4\xf4\xb2\xef\x8a\xcf\x1b\x8d\x02\x44\xaa\xf8\xec\x72\x78\xa2\ \xfe\x86\x1a\x2d\x8a\x31\xe9\x9a\x61\xc6\x15\xbb\xe2\xf8\x6c\x31\ \x08\xd7\xe1\x70\x08\x11\x63\x30\x1f\xdf\x5f\xba\xe9\x38\x78\x11\ \x69\xf0\x78\x3c\x68\x6c\xfc\xdf\xa2\x6d\xda\xc7\x69\xdb\x2f\x97\ \xcb\x32\x9f\x70\x43\x75\xbb\xdd\x88\xc7\xe3\x30\x1a\x8d\xe8\xea\ \xea\x42\x22\x91\x40\x5b\x5b\x1b\xba\xba\xba\x84\x88\xf6\xf4\xf4\ \x20\x9f\xcf\xa3\x52\xa9\x60\x68\x68\x48\x34\x05\x2f\x59\x3a\x7b\ \xef\xdd\xbb\x27\x44\x6b\x71\x71\x11\xcb\xcb\xcb\x12\x75\x17\x0a\ \x05\x6d\xa2\xdc\x0a\xaf\x5f\xbf\xae\xd8\x92\xa1\xa1\x21\x0d\x01\ \xa4\x36\x38\x20\x07\x83\x41\x6c\x6c\x6c\x00\x80\xca\x7a\x99\xd7\ \xf4\xce\x3b\xef\xc8\x8d\x3c\x37\x37\xa7\x77\x9b\xd4\x9f\xc9\x64\ \xc2\xd0\xd0\x90\xb6\xde\x81\x81\x01\xdc\xb8\x71\x03\xc1\x60\x10\ \x77\xee\xdc\x91\x8e\x90\x5a\x97\x85\x85\x05\x55\xc1\x84\x42\x21\ \x65\x41\x99\xcd\x66\x38\x1c\x0e\x9c\x9f\x9f\x4b\x87\x43\x5d\x11\ \x05\xd9\x6f\xbf\xfd\x36\x42\xa1\x90\xe8\x27\xd2\x82\x14\x2a\xd3\ \x4d\x59\x5f\x7f\x59\x74\xdc\xd5\xd5\x85\xf3\xf3\x73\xf5\xf4\xf1\ \x42\xa4\xcb\x96\x52\x04\x96\x14\x53\xce\x31\x34\x34\x84\x9b\x37\ \x6f\x2a\xff\x2d\x9b\xcd\xc2\x6a\xb5\xca\xa5\xcb\xf3\x95\x2e\x3f\ \xca\x26\x4a\xa5\x12\x4e\x4e\x2e\xcb\x7c\x89\x16\xf2\x82\xe7\x33\ \x4a\x13\x51\x53\x53\x13\x1c\x0e\x87\xde\x17\x2e\x1a\x44\x7d\x4a\ \xa5\x92\xd0\x01\x5e\xaa\xac\xd2\x61\x3c\x02\xd3\xdf\x49\xbb\xc4\ \xe3\x71\x5d\xba\xd4\x95\x32\x15\x9e\x34\x3f\xef\x18\x46\x4a\x30\ \x12\x81\x91\x41\x7c\x46\x18\x71\x31\x38\x38\x08\xa7\xd3\x89\xb9\ \xb9\x39\x34\x35\x35\xe1\xfa\xf5\xeb\x48\xa7\xd3\x72\x18\x52\x32\ \xf1\x6f\xff\xf6\x6f\x30\x1a\x8d\x62\x23\xa8\x2f\x0e\x04\x02\x42\ \x65\x16\x16\x16\x90\x48\x24\xf0\xf4\xe9\x53\x2d\xda\x1c\x4c\xaa\ \x97\x43\x56\x39\xd9\xed\x76\xe5\xad\x71\x49\x6c\x69\x69\x81\xcf\ \xe7\x93\x01\x89\xe8\x30\x1d\xe2\x66\xb3\x19\xf3\xf3\xf3\xea\x35\ \x3d\x3b\x3b\xc3\xfc\xfc\xbc\xe8\xf8\xea\x58\x02\x3e\x13\x8c\x35\ \x78\xf6\xec\x99\xa8\x51\xe0\x52\x53\x64\xb3\xd9\x14\xfc\x5a\x28\ \x14\x74\xbe\x33\xc6\xe7\xe0\xe0\x40\x81\xb4\x14\xa1\xf3\x3b\x25\ \xda\x49\xb7\x35\xe5\x03\xa5\x52\x49\x11\x48\x1c\xac\x39\x68\xd1\ \x1d\xf9\xec\xd9\x33\xd1\x80\x74\xf4\xb2\x63\x71\x6a\x6a\x0a\x46\ \xa3\x51\x48\x10\x91\x6e\xde\x03\xbf\xfa\xd5\xaf\x30\x30\x30\x80\ \x5b\xb7\x6e\x21\x99\x4c\x62\x7e\x7e\x1e\xc3\xc3\xc3\x08\x04\x02\ \xe8\xed\xed\xc5\xdd\xbb\x77\xf5\xf9\x11\xb0\xf1\xfb\xfd\xd2\x8f\ \xce\xcd\xcd\xc1\x60\x30\xc0\xe3\xf1\xe8\x3d\xe3\x62\xd4\xd3\xd3\ \xa3\x16\x04\xb6\xd7\xe4\x72\x39\x34\x37\x37\xe3\x9f\xfe\xe9\x9f\ \x64\x3c\x63\xbe\x55\x36\x9b\x95\xc1\x84\x0c\xdc\xec\xec\xac\xde\ \x1b\xa2\xb7\x74\x5c\x72\xd1\x65\x5c\x45\x63\x63\x23\x6a\xda\xdb\ \xdb\x3f\xa0\xcb\xaf\xda\x09\x48\x5b\x27\xb5\x1b\x3c\x94\x38\x58\ \xd1\xb1\x73\x7c\x7c\xd9\x3e\x4f\x9e\xb6\xad\xad\x4d\x07\x2e\x43\ \x08\xf9\x01\xd3\x89\x53\x1d\x91\xcf\x8b\x96\x97\xa3\xcf\xe7\xd3\ \x06\x19\x89\x44\x54\x1c\xcc\x07\x98\x99\x27\x47\x47\x47\x57\xb2\ \xae\x08\x91\xd2\x45\x40\xd7\x18\xcb\x1c\x6d\x36\x9b\xc2\xd5\x48\ \x49\x51\x50\x4e\x7a\x87\xe5\x98\x3c\xa8\x79\xd8\xb1\x6e\xc4\x60\ \x30\xe0\xda\xb5\x6b\xa2\x85\x88\xb6\x05\x83\x41\x18\x8d\x46\x64\ \xb3\x59\x98\x4c\x26\x39\x08\x68\x45\x6d\x6d\x6d\xc5\xc0\xc0\x00\ \x92\xc9\x24\x1a\x1b\x1b\xe5\x04\xb9\x73\xe7\x8e\xc4\xad\x73\x73\ \x73\x98\x99\x99\x91\x20\x9e\xa1\x68\xd4\xa4\x10\xb1\x60\xb8\xda\ \xfc\xfc\xbc\x42\x4b\xdf\x7f\xff\x7d\xa4\x52\x29\x5c\xbb\x76\x4d\ \x86\x03\xf2\xe1\xcc\x0c\xa1\x96\x8e\x79\x38\xb1\x58\x4c\x9b\xc8\ \xfa\xfa\x3a\xb2\xd9\xac\xe8\x01\x0e\x05\xdd\xdd\xdd\xa2\x3b\xac\ \x56\x2b\xfa\xfa\xfa\x70\x71\x71\xa1\xa2\xd5\x91\x91\x11\xb4\xb5\ \xb5\x21\x1c\x0e\xcb\x71\x42\x8a\x89\xa6\x06\xc6\x18\xd4\xd5\xd5\ \xe1\xf1\xe3\xc7\xda\x90\xa9\x85\xa3\x63\xce\xe1\x70\x68\x5b\xe0\ \x26\x59\xad\x69\xe2\xc0\x44\x13\x85\xc9\x64\xc2\xdd\xbb\x77\x11\ \x8f\xc7\x05\x7b\x73\xb3\xe3\x80\x45\x53\x06\x07\x38\xa2\x4f\xcc\ \xc1\xa2\xed\x37\x9f\xcf\xe3\xd3\x4f\x3f\xc5\xc2\xc2\x02\x8e\x8e\ \x8e\xc4\xdf\x53\x0c\xca\xa1\x87\x7a\x11\x5a\x82\xa9\xed\xe0\xe7\ \x66\x32\x99\x74\x90\x11\xe1\xa9\x6e\x26\x20\xd5\xce\x77\x86\x07\ \x1e\xf5\x06\xd4\xe2\x51\x47\x50\x5d\x21\xc5\x17\xba\xba\x92\xc2\ \x66\xb3\xe1\xbd\xf7\xde\xc3\xf0\xf0\x30\x72\xb9\x9c\x68\x04\x52\ \x31\x1c\xda\xab\xa9\xd8\xfd\xfd\x7d\x21\x91\x3c\x08\x58\x62\x1d\ \x8f\xc7\xd1\xd3\xd3\xa3\xd0\x50\xe6\xa2\x51\x83\xe5\xf1\x78\x50\ \x2a\x95\x30\x36\x36\x86\xfb\xf7\xef\xeb\x30\xae\x76\xf2\x51\x73\ \xc9\x61\xba\xb5\xb5\x15\x3d\x3d\x3d\xd2\xcc\x30\x35\xf9\xe1\xc3\ \x87\xda\xf2\x7b\x7b\x7b\xb1\xba\xba\x8a\x58\x2c\x86\x6b\xd7\xae\ \x61\x78\x78\x58\x15\x47\xd4\x44\x78\xbd\x5e\x69\xcf\xde\x78\xe3\ \x0d\x00\xd0\x65\x0e\x00\x91\x48\x04\xc5\x62\x11\x2b\x2b\x2b\xb0\ \x5a\xad\x18\x1f\x1f\xc7\xfd\xfb\xf7\x85\x98\xfa\xfd\x7e\x9c\x9f\ \x9f\xe3\xc6\x8d\x1b\x8a\x2c\xe0\x62\x10\x8d\x46\x31\x33\x33\x83\ \xeb\xd7\xaf\x8b\xfe\x5e\x58\x58\x50\x5e\x19\x1d\xb5\x0c\x99\xb5\ \xdb\xed\xa8\xab\xab\x43\x28\x14\x92\x36\xc9\x60\x30\xa0\xb7\xb7\ \x17\x7d\x7d\x7d\x0a\x5b\x25\xf5\xc4\xe7\xad\x50\x28\x60\x69\x69\ \x49\x79\x54\xac\x0e\xa1\xa3\xb2\xda\x48\xd1\xd5\xd5\x85\x9a\x9a\ \x1a\xcc\xce\xce\xaa\x1e\xe8\xe4\xe4\x04\xc9\x64\x12\xd9\x6c\x16\ \x5f\x7c\xf1\x05\xee\xde\xbd\x0b\x87\xc3\x81\x4f\x3f\xfd\x54\xce\ \xde\xa3\xa3\x23\xcc\xcc\xcc\x60\x6a\x6a\x4a\x08\x2a\x05\xe6\x1d\ \x1d\x1d\xa2\x42\x89\x76\x91\x52\x67\x68\x2c\x53\xfb\x99\xd0\xcd\ \x4b\x90\xa8\x07\xd1\xb3\xe7\xcf\x9f\x4b\xc7\xd7\xd3\xd3\xa3\xbc\ \xc0\xed\xed\x6d\x69\x19\xa9\x0b\xa5\x73\x92\x4b\xd1\xf2\xf2\x32\ \xce\xce\xce\xf4\x77\x64\x00\xb2\xd5\x6a\x55\xc8\x33\xd1\x3c\x8b\ \xc5\xa2\x6c\xb6\x99\x99\x19\x9d\xcb\xfc\x0c\xf7\xf7\xf7\xf1\xe1\ \x87\x1f\x62\x66\x66\x06\x13\x13\x13\xf8\xea\xab\xaf\x94\x43\xd7\ \xda\xda\x8a\xe1\xe1\x61\xdc\xbd\x7b\x57\x97\x26\x73\x0e\x3d\x1e\ \x0f\x42\xa1\x90\x10\xd7\x52\xa9\x24\xed\xe6\xc6\xc6\x86\x0c\x08\ \x0b\x0b\x0b\x98\x9a\x9a\x12\x0d\xe8\xf5\x7a\xc5\xba\xdc\xba\x75\ \x0b\xc1\x60\x10\xed\xed\xed\x18\x1e\x1e\x46\x32\x99\x44\x3a\x9d\ \xc6\xe4\xe4\x24\x7e\xfe\xf3\x9f\xe3\xc5\x8b\x17\x70\x38\x1c\x58\ \x5a\x5a\xc2\xf2\xf2\x32\xb6\xb7\xb7\x91\x48\x24\x30\x3d\x3d\xad\ \x34\xfa\x81\x81\x01\xc5\x84\x50\x3a\x42\x36\xe6\xe5\xcb\x97\x7a\ \x7e\x29\x85\xa8\x0e\x51\x2e\x97\xcb\x32\x34\x74\x74\x74\x60\x70\ \x70\x10\x17\x17\x97\x2d\x1c\xa5\x52\x09\xcf\x9f\x3f\xc7\xea\xea\ \xaa\x50\xfc\x6a\xd9\xc2\x93\x27\x4f\xf0\xd9\x67\x9f\xc1\x6c\x36\ \xe3\xb3\xcf\x3e\x93\x86\xb0\x54\x2a\xa1\xbf\xbf\x5f\x68\x1b\xef\ \x22\xbb\xdd\xae\xf3\x87\x2e\x7e\x36\x15\xd8\xed\x76\xdc\xba\x75\ \x0b\xc3\xc3\xc3\xd2\x0a\x37\x35\x35\xe1\xeb\xaf\xbf\x46\x3c\x1e\ \xd7\xb9\xcc\x28\x07\x56\xd9\xe4\xf3\x79\x45\x2d\x85\xc3\x61\xbd\ \x53\x6e\xb7\x1b\x56\xab\x55\x83\xf6\xca\xca\x8a\x64\x44\x75\x75\ \x75\x18\x1a\x1a\x42\x30\x18\x14\xbd\x48\x73\x0b\xef\x8c\xea\x9c\ \xb8\x6a\x33\x03\x0d\x38\x14\xcb\xf3\x8c\x5d\x5a\x5a\x82\xef\x9b\ \xf0\x68\x82\x0b\xcc\x4f\xa3\xb4\x88\x8b\x91\xd7\xeb\xc5\xe9\xe9\ \x65\xc7\x2e\x19\x14\xd6\xd5\xd1\x38\x42\xb7\x6b\x7d\x7d\x3d\x6a\ \x6e\xdc\xb8\xf1\x01\x21\x4c\x22\x57\x84\x5a\x29\x98\x63\xc0\x19\ \xff\x92\x4c\x5c\xa7\x33\x26\x91\x48\x28\x36\x9f\x6e\x12\xf6\xa8\ \x51\xb7\xc5\xad\x89\x1b\x9b\xd9\x6c\x46\x5f\x5f\x9f\xc4\x60\xcc\ \xdb\x4a\xa7\xd3\xd8\xd8\xd8\x50\x93\xfa\xe9\xe9\x29\x96\x96\x96\ \xb0\xb6\xb6\x26\x2b\x78\x30\x18\x44\x5b\x5b\x1b\x5a\x5b\x5b\x75\ \x29\x56\x2a\x97\xd5\x0d\xfc\x4b\x47\x22\x11\x09\x14\x69\x1d\x8d\ \x44\x22\xa2\xca\xa8\x97\x62\xd4\x02\x7f\x9d\xd7\xeb\x55\x8b\xf6\ \xfa\x37\xe5\xd1\xd5\x13\x2c\x7f\x76\x66\xde\x90\x9e\x63\x5f\x1a\ \x2b\x5c\x0a\x85\x02\x52\xa9\x14\xa2\xd1\xa8\x1c\x4c\x14\xa3\x33\ \x26\x62\x6a\x6a\x0a\xaf\x5e\xbd\xc2\xea\xea\xaa\x62\x14\x3a\x3b\ \x3b\x35\xc0\x6e\x6f\x6f\xe3\xf1\xe3\xc7\x8a\x7d\xe0\x70\x42\xfd\ \x13\x45\xc8\x1c\xee\x56\x56\x56\x94\x59\xc2\x43\x8f\x96\xe8\xc6\ \xc6\x46\x59\xd4\x29\xe0\xe5\x50\x90\xcf\xe7\x11\x0c\x06\x51\x2e\ \x97\xd1\xde\xde\x2e\xb7\x1a\x27\xfe\x78\x3c\x2e\x6b\x30\x00\x99\ \x18\x78\xa9\x52\xfc\xcc\x88\x06\x06\xc2\xa5\x52\x29\xe5\x17\xd1\ \xe2\x9a\xc9\x64\x10\x0e\x87\x01\x40\xdf\x15\x87\x4e\x1e\x9a\x6c\ \x0d\x20\x04\xbb\xb4\xb4\xa4\xc1\x89\xcf\x17\x29\x63\xc6\x1d\x90\ \xd6\xa3\xa3\x8c\x17\x37\xd1\x01\xa6\xf5\xd2\x69\xc9\x8b\x86\x19\ \x58\xd4\x62\x50\xdb\x43\x1d\x1e\x17\x0a\x26\xfa\x7f\xff\xfb\xdf\ \xbf\xd2\x59\xc7\xcd\x97\x99\x36\x6c\x22\x20\x3d\xcd\x41\xd5\x6a\ \xb5\x62\x7f\x7f\x5f\x7a\x01\xa2\x68\x44\x35\x69\x99\xaf\xa6\xf5\ \xca\xe5\xb2\x4a\xd4\x19\x31\x41\xd7\x11\x2b\x6c\xda\xda\xda\xe0\ \xf7\xfb\x11\x8b\xc5\xf4\x9d\x71\xa8\xe7\xf6\x5f\x1d\xb9\x10\x08\ \x04\x90\xcb\xe5\xe4\x2a\xdd\xda\xda\xd2\x73\x7b\x76\x76\xd9\x5a\ \xcf\xc3\x8e\xfa\x0e\x8a\xcd\xf9\x4e\x6c\x6d\x6d\xc9\xb5\xcb\x33\ \xe2\xbb\xdf\xfd\xae\xdc\x46\x66\xb3\x59\xda\x40\x22\x43\x4c\x5b\ \xef\xed\xed\x95\x7e\x8c\x0e\x5a\x22\xd1\xa4\x9a\x49\x73\x16\x8b\ \x45\x04\x02\x01\x5d\xbc\x6b\x6b\x6b\x1a\x78\x38\x90\xa4\xd3\x69\ \xe4\xf3\x79\xe9\x36\x89\x42\x14\x8b\x45\x4c\x4f\x4f\xc3\xe9\x74\ \xe2\x93\x4f\x3e\xc1\xc1\xc1\x01\x6e\xde\xbc\xa9\x4b\x8d\xcf\x59\ \x22\x91\xc0\xd4\xd4\x94\x9c\x4d\x1f\x7f\xfc\x31\x66\x67\x67\x91\ \xcb\xe5\xb0\xb1\xb1\x21\x54\xe4\xe2\xe2\x02\xa3\xa3\xa3\x0a\x55\ \xa4\x53\xba\xb3\xb3\x13\x5e\xaf\x17\x7e\xbf\x5f\xef\x27\xa3\x27\ \xb2\xd9\x2c\x4a\xa5\xcb\xf2\x77\x5e\x26\x5c\x5c\x49\x0d\x65\xb3\ \x59\x0d\xa0\x1f\x7d\xf4\x11\xcc\x66\x33\xb6\xb6\xb6\xf0\x1f\xff\ \xf1\x1f\x38\x3e\x3e\xc6\xe8\xe8\xa8\x90\xc6\x52\xa9\x84\x58\x2c\ \x86\x8d\x8d\x0d\xec\xec\xec\x60\x76\x76\x16\xfb\xfb\xfb\xd8\xdf\ \xdf\x47\x36\x9b\x55\xd1\x3b\xa3\x42\x88\xc0\x15\x0a\x05\x69\x56\ \x56\x57\x57\x71\x70\x70\x80\x83\x83\x03\x5c\xbb\x76\x4d\xd5\x3d\ \xd4\x0d\xf2\xd2\x21\x45\xdf\xdc\xdc\xac\x06\x01\x83\xc1\xa0\x0b\ \xc6\xe7\xf3\x49\x83\x49\x47\xf3\xd2\xd2\x12\x6c\x36\x9b\xaa\x66\ \x98\x45\x46\x47\x3a\xd1\x6c\x22\xfd\x5c\x26\x8f\x8e\x8e\xb4\x08\ \xfe\xdf\x6c\x38\x2e\xab\x93\x93\x93\x62\x25\xce\xcf\xcf\xf1\xc7\ \x6f\x6a\x9c\x0e\x0e\x0e\x70\xe3\xc6\x0d\x2d\x69\x36\x9b\x0d\x37\ \x6f\xde\xc4\x4f\x7f\xfa\x53\x5c\xbb\x76\x0d\xfd\xfd\xfd\x98\x98\ \x98\xc0\xd2\xd2\x12\xdc\x6e\xb7\x82\x89\x57\x56\x56\x60\x32\x99\ \xc4\xa8\x74\x77\x77\x2b\xe7\x90\xf9\x48\xb1\x58\x0c\x3d\x3d\x3d\ \x32\x0e\x3c\x7c\xf8\x10\xc7\xc7\xc7\x08\x04\x02\x42\x35\xe9\xc6\ \x4b\xa7\xd3\xb8\x71\xe3\x06\x9c\x4e\x27\x1e\x3f\x7e\x8c\x07\x0f\ \x1e\xa8\x4a\x8d\xcf\x00\x91\xb1\xd1\xd1\x51\xb4\xb7\xb7\x23\x16\ \x8b\x21\x97\xcb\x49\xb8\xcf\xf7\xbb\x5c\x2e\x6b\x60\xa2\x4c\x82\ \x15\x75\xa7\xa7\xa7\x32\xae\xd0\x61\x48\x34\x99\x4b\x1d\xcf\xa6\ \x07\x0f\x1e\xa0\x52\xa9\xa8\x4b\x97\xd4\x97\xc9\x64\xd2\x9d\x44\ \xb4\x31\x1e\x8f\x63\x62\x62\x02\x73\x73\x73\x98\x9b\x9b\x83\xc9\ \x64\x42\x24\x12\x51\xee\xdc\x6f\x7e\xf3\x1b\x5c\xbf\x7e\x1d\x5d\ \x5d\x5d\xaa\xef\x62\x7b\xc1\xab\x57\xaf\xa4\x5d\x64\xbe\xda\xfe\ \xfe\x3e\x46\x47\x47\xd1\xdb\xdb\x2b\xd4\x8e\x34\x2c\xb5\x62\xcc\ \xb3\xa2\x4c\x65\x77\x77\x17\xb3\xb3\xb3\x92\xfd\x30\x2b\x92\x0b\ \x60\x36\x9b\xc5\xe4\xe4\x24\x8c\x46\xa3\x10\xd7\xea\x30\xd3\xc3\ \xc3\x43\xf4\xf5\xf5\xa9\x8f\x37\x10\x08\xe8\xb3\xa4\x43\x91\x72\ \x9e\x74\x3a\x8d\xf5\xf5\x75\xd5\xfa\xd4\xd6\xd6\x62\x6c\x6c\x0c\ \x6e\xb7\x1b\x27\x27\x27\xea\x4f\xa6\x6b\xfa\xe0\xe0\x40\x45\xf7\ \xf1\x78\x1c\xe7\xe7\xe7\x8a\xdb\xa0\x8e\x8d\x3a\xd3\x2b\x2d\x12\ \x3f\xfa\xd1\x8f\x3e\x60\x0f\x10\x75\x38\x14\xf6\x52\x97\xc2\x7f\ \xcf\x76\xec\xc7\x8f\x1f\x6b\x0a\xa5\x20\x93\xb0\x25\x83\x3b\xdd\ \x6e\x37\x42\xa1\x90\x34\x0f\x3f\xf9\xc9\x4f\x54\xed\xe2\x74\x3a\ \xe1\x76\xbb\x91\x48\x24\xf4\x02\x72\xb0\xe3\x4b\xc4\x6d\xec\xf0\ \xf0\x50\xd3\xe0\xc9\xc9\x89\x8a\x31\xc9\x7b\x1b\x8d\x46\x21\x3b\ \x7e\xbf\x1f\x91\x48\x44\x14\x0e\xe9\x32\x3a\x37\x78\x91\xd1\xee\ \xcd\x0c\x10\xa6\xb2\x92\xa2\xa9\xa6\x41\x59\xcc\xcb\x01\x93\xee\ \x1b\x86\x38\x32\xbf\x89\x83\x17\xc3\x37\x19\x1f\x40\xe1\x1d\x0f\ \xb6\xbf\xf8\x8b\xbf\xc0\x5f\xff\xf5\x5f\x63\x62\x62\x42\x01\x89\ \x9c\xaa\x29\xe0\x8b\xc5\x62\xa8\xaf\xaf\x97\xab\xe4\xaf\xfe\xea\ \xaf\xf0\xc9\x27\x9f\xe0\xf0\xf0\x50\x03\x49\x75\x8a\x6c\x26\x93\ \xc1\xc6\xc6\x86\xf4\x03\x74\xbd\x50\x30\xfc\xe8\xd1\x23\x0c\x0c\ \x0c\xa8\x13\x8f\xfa\x34\x6a\xd2\x28\x2e\xa6\x68\x94\x76\x6d\x3a\ \xa8\xdc\x6e\xb7\x1e\x18\x86\x28\x12\xe1\xa0\x38\x3b\x9b\xcd\xa2\ \xae\xae\x4e\xd0\x7f\x28\x14\xd2\xe7\xc2\xa1\x86\x87\x29\x2d\xb3\ \x3c\xc4\x57\x56\x56\xf4\xc2\xa5\x52\x29\xe5\x23\x31\xd4\x91\x43\ \x25\x85\x92\x44\x54\xf9\xe7\xd1\xa5\x53\x6d\x97\x25\x5f\x4e\x8d\ \x40\x4d\x4d\x8d\xcc\x19\xd5\x99\x52\x5c\x1e\x98\xfb\x43\xd1\x34\ \x45\xe5\xfc\x2c\x88\x26\xce\xcf\xcf\x6b\x30\xe5\x3f\x23\x12\xcb\ \xc3\x8a\x0e\x5c\xd6\x0e\x51\x8b\x41\x7d\x0f\x7f\x3f\xc5\xfb\xdc\ \x2e\x79\x68\xd3\x7d\xb4\xb1\xb1\x71\x45\xf3\x48\xaa\x9e\x5d\x5a\ \x4e\xa7\x13\x9b\x9b\x9b\xf8\xdd\xef\x7e\x87\xee\xee\x6e\x3c\x7e\ \xfc\x18\x0b\x0b\x0b\x30\x1a\x8d\xa2\x20\xcc\x66\xb3\x96\x86\xf3\ \xf3\x73\x5c\xbf\x7e\x1d\x2e\x97\x0b\xb3\xb3\xb3\x18\x19\x19\xc1\ \xc8\xc8\x88\x06\x00\xb7\xdb\x8d\x4a\xa5\xa2\x05\x8b\xb4\xf3\xc4\ \xc4\x04\x7a\x7a\x7a\x70\x74\x74\x84\xde\xde\x5e\x85\x3c\x06\x02\ \x01\x0d\xd1\xd4\x11\x66\x32\x19\xb5\x2e\xd0\x01\x4c\xa4\xd8\xef\ \xf7\xa3\xb3\xb3\x13\xbe\x6f\x8a\x6b\x39\x84\x91\xfa\x67\x7e\x1b\ \xad\xe7\x95\x4a\x45\x14\x22\xe3\x55\x88\xb6\xba\xdd\x6e\x6c\x6c\ \x6c\x28\x7d\xd9\x64\x32\x61\x73\x73\x53\x03\x0e\x63\x2a\x9c\x4e\ \xa7\x6c\xe8\x74\xbb\xf1\x79\xe5\x3b\x17\x08\x04\x30\x34\x34\x84\ \x4c\x26\x03\xb7\xdb\x8d\x9e\x9e\x1e\xb9\x7b\x0b\x85\x02\xa6\xa7\ \xa7\xf5\xf3\xb2\xf1\xc2\x66\xb3\xc9\x9d\x59\x3d\x34\x51\xa7\x54\ \x1d\xf4\x98\xc9\x64\xae\xe4\x1c\x91\x32\xa3\x4c\x81\x9a\x3c\xd6\ \x70\x70\x48\xe1\x30\xeb\x70\x38\xb0\xb8\xb8\xa8\x54\xef\xde\xde\ \x5e\xb9\xc4\xd6\xbf\xc9\xb1\x23\x9d\x5e\xa9\x54\xf0\xf6\xdb\x6f\ \xa3\xb1\xb1\x11\x03\x03\x03\xe8\xe9\xe9\xb9\x82\xf8\xec\xec\xec\ \xc8\x50\x12\x8d\x46\xc5\x02\x30\xfb\x2b\x1a\x8d\x6a\xd1\x60\x7e\ \x19\x87\xc9\x4a\xa5\x82\xd9\xd9\x59\x18\x0c\x06\xa5\xfe\x73\x91\ \x6d\x6b\x6b\xc3\xd0\xd0\x90\x16\x6f\xe6\xb9\x51\xa3\xc7\x54\xed\ \x8b\x8b\x0b\x09\xc4\x29\x3f\x21\x8a\xc7\xf0\x4c\x2e\xd4\x35\x35\ \x35\x78\xfa\xf4\x29\x2c\x96\xcb\xba\x2e\x9b\xcd\x86\xbe\xbe\x3e\ \x2d\xc2\x74\x78\x27\x93\x49\x74\x75\x75\x09\x59\xec\xea\xea\xc2\ \xd4\xd4\x94\x84\xe0\xa5\x52\x09\x1e\x8f\xe7\x52\x74\x6c\x30\xe8\ \xbc\x7d\xf9\xf2\x25\xc2\xe1\xb0\xea\x71\x88\x80\x94\x4a\x25\x51\ \xa9\x17\x17\x17\xf0\xf9\x7c\x1a\x3e\x01\x08\xc1\x62\xcd\xd9\xf9\ \xf9\x65\x41\xf0\xca\xca\x8a\x2a\xa6\x78\xee\x33\x02\x82\x26\x1d\ \x0a\xce\x99\x7f\xd5\xd7\xd7\x87\x1b\x37\x6e\xa0\xb3\xb3\x53\xef\ \x1c\x87\x7a\x52\xc5\x0c\x57\xa5\x66\x8a\x02\xee\x1b\x37\x6e\xa8\ \xab\x96\xe7\x90\xc5\x62\x91\x29\xe9\x97\xbf\xfc\xa5\x52\xf1\x07\ \x06\x06\x74\x9f\xb3\xb7\xf0\xf1\xe3\xc7\x08\x06\x83\xb8\x75\xeb\ \x16\xfc\x7e\x3f\xea\xeb\xeb\xf1\xdd\xef\x7e\x57\x55\x57\xc5\x62\ \x11\xf3\xf3\xf3\x88\xc5\x62\x98\x9a\x9a\xc2\x17\x5f\x7c\xa1\x98\ \x22\x7e\x06\x94\x37\x6c\x6e\x6e\x62\x71\x71\x51\x08\x52\x28\x14\ \xc2\xf6\xf6\x36\x0e\x0e\x0e\xf4\xe7\xb1\x95\x85\x12\x9c\x74\x3a\ \x8d\x58\x2c\x86\xad\xad\x2d\xf5\xb6\x5e\xbf\x7e\x1d\x0d\x0d\x0d\ \xd2\xbf\x0d\x0e\x0e\x2a\xdf\x91\x11\x3c\xec\xe4\xe5\x82\x6b\x34\ \x1a\xb5\x24\x4c\x4e\x4e\xc2\xeb\xf5\xa2\xad\xad\x4d\xe7\x39\x51\ \x37\xd2\xe2\x8c\x6b\xe2\x79\xcb\x9e\xcc\x67\xcf\x9e\xc9\xcc\xc1\ \xd8\x0a\x8b\xc5\xa2\xae\x43\x4a\xa2\xb8\x50\x31\x8a\xa2\xb5\xb5\ \x55\x88\xe2\xe9\xe9\xa9\xcc\x13\x75\x75\x75\xa8\x09\x85\x42\x1f\ \x00\xb8\x12\x77\xd0\xd1\xd1\x21\xe7\x87\xc3\xe1\x40\x2e\x97\xd3\ \xa5\x70\x70\x70\x20\x6d\x16\x29\x21\x52\x30\xb4\x2b\xf2\xe1\xd8\ \xda\xda\x92\x5b\x81\x5c\x72\x20\x10\x50\x7e\x4a\xb1\x58\x14\x0d\ \xc3\xca\x05\xb3\xd9\x8c\xbb\x77\xef\xa2\x5c\x2e\xe3\xc7\x3f\xfe\ \x31\x56\x57\x57\x35\x4d\xf2\x41\x25\x22\xb3\xb2\xb2\x82\x4c\x26\ \x23\x41\x7c\x5d\x5d\x9d\x04\xb8\xd4\x0c\x1c\x1e\x1e\xe2\xd6\xad\ \x5b\xb0\x58\x2e\xcb\xa1\xa9\x31\xe1\xe5\x49\x64\x6d\x7f\x7f\x1f\ \xef\xbc\xf3\x8e\x82\x25\xc3\xe1\xb0\xb4\x5c\x36\x9b\x0d\x2e\x97\ \x0b\xb7\x6f\xdf\x96\xa0\x8e\xc3\x82\xc1\x70\xd9\x01\xe6\xf7\xfb\ \xf5\xa1\xf2\x67\xe4\x61\x43\xae\xbe\xb7\xb7\x17\x7f\xfe\xe7\x7f\ \x8e\x7f\xfc\xc7\x7f\xd4\x4b\xcc\xcf\x94\x59\x4f\xec\xfb\x63\x91\ \x28\xbb\xf2\x52\xa9\x94\x62\x2f\x28\xb2\x1f\x18\x18\x50\xa0\x6b\ \x2a\x95\x92\x16\x84\xe8\x57\x35\x0f\x3f\x37\x37\x27\x5a\xb7\xbe\ \xbe\x1e\xa7\xa7\xa7\x98\x9f\x9f\xc7\xd8\xd8\x18\x5e\xbe\x7c\x29\ \x01\x32\x07\x64\xc2\xa3\x47\x47\x47\x88\xc5\x62\x7a\xc9\x39\x34\ \x05\x83\x41\x64\xb3\x59\x59\xc6\xf7\xf6\xf6\xb0\xb9\xb9\x29\xa1\ \x3e\x2b\x27\xf8\x39\xd3\x4d\xc3\xef\xb9\xb5\xb5\x55\x1a\xa9\x70\ \x38\xac\xcc\xa6\xfd\xfd\x7d\x1c\x1f\x1f\x6b\xc8\xe2\x81\xc0\xff\ \x1d\x0e\x65\xf9\x7c\x1e\x7d\x7d\x7d\xaa\x02\xa2\xcb\x8f\xc2\x71\ \x93\xc9\x84\xf5\xf5\x75\x05\x4e\x32\x5d\xf7\xf0\xf0\x10\xe5\x72\ \x59\x8e\x18\xa6\x37\xc7\xe3\x71\x25\x30\x17\x8b\x45\xd9\xda\xf3\ \xf9\x3c\x1a\x1a\x1a\x14\x16\x59\xbd\x08\xf0\x20\xa4\x68\x98\x8d\ \x07\xd4\x4a\x71\x80\x23\xec\xcc\x21\x90\x7a\x18\x86\xec\x11\x09\ \x66\x0d\x89\xd1\x78\xd9\x97\x49\xf1\x6e\xa9\x54\x52\x33\x01\x69\ \x15\xe0\x32\x71\xdd\xe7\xf3\x09\x41\xeb\xeb\xeb\x93\xc6\x8a\x14\ \xac\xd3\xe9\x94\x9b\x96\x97\xb6\xcd\x66\x43\x30\x18\xc4\x93\x27\ \x4f\x64\x46\x60\x43\x41\x3a\x9d\x46\x6f\x6f\x2f\xe6\xe7\xe7\xf5\ \xfb\xca\xe5\xcb\xaa\x1f\x5e\xe4\xd4\x4a\x91\xea\x24\xed\xc9\x20\ \x62\xba\x92\x68\xb4\xa0\x08\x9d\x89\xdc\xf5\xf5\xf5\x3a\x1c\x07\ \x06\x06\x74\x40\x53\x5c\xcb\xb4\x7c\xa6\x5e\x73\x90\x66\x38\xae\ \xcd\x66\x43\x6f\x6f\x2f\x86\x87\x87\x11\x0e\x87\xd1\xd0\xd0\x80\ \x6b\xd7\xae\xc1\xf7\x4d\xc7\x1b\x87\x01\x9b\xcd\x86\xb6\xb6\x36\ \x4c\x4c\x4c\xa0\x58\x2c\xe2\xf9\xf3\xe7\xba\xf0\x9a\x9a\x9a\x30\ \x34\x34\x84\xb3\xb3\x33\x6c\x6d\x6d\xc1\x68\x34\x62\x70\x70\x10\ \x63\x63\x63\xf0\x7a\xbd\x3a\x1b\x76\x77\x77\xa5\xfd\x63\x1a\x3c\ \x0f\x51\x6a\xdc\x56\x56\x56\x74\xc8\x73\x58\x5d\x5b\x5b\x43\x47\ \x47\x87\x22\x23\xf8\xe7\xcc\xcf\xcf\xa3\xa9\xa9\x09\x91\x48\x44\ \xc5\xe3\xb5\xb5\x97\x05\xcc\x89\x44\x02\xe1\x70\x18\xa7\xa7\x97\ \xe5\xd3\x6f\xbd\xf5\x96\x9c\x57\xdc\xba\xb9\x5d\xf3\x62\xe8\xeb\ \xeb\xc3\xea\xea\x2a\xac\x56\xab\xcc\x40\x4e\xa7\x13\x3e\x9f\x0f\ \x1f\x7e\xf8\x21\xbe\xfc\xf2\x4b\xf8\x7c\x3e\xe5\x60\x7d\xe7\x3b\ \xdf\x41\x3a\x9d\x46\x32\x99\x44\x2e\x97\x43\x57\x57\x17\x66\x66\ \x66\x10\x8d\x46\x91\x4a\xa5\x10\x8f\xc7\x85\xb6\xa5\x52\x29\x09\ \xba\x9f\x3e\x7d\x8a\xe3\xe3\x63\x65\x1f\x72\x49\x3a\x3a\x3a\xc2\ \xf0\xf0\xb0\xb2\x99\x68\xd0\xd8\xdd\xdd\x45\x7b\x7b\x3b\xac\x56\ \xab\x7e\x1f\x63\x25\x48\xaf\x93\xf6\x63\xc5\x53\x26\x93\x41\x32\ \x99\x44\x28\x14\x42\x30\x18\x54\x5e\x5e\x5d\xdd\x65\xb7\xa4\xd7\ \xeb\x15\xd2\x91\xc9\x64\x70\xed\xda\x35\x51\xcf\x0d\x0d\x97\xdd\ \x97\x53\x53\x53\x8a\x4f\xb1\xd9\x6c\x88\xc7\xe3\x48\x26\x93\x72\ \x06\xb2\x95\x83\x0b\x33\x6d\xff\x46\xa3\x51\x86\x87\x4c\x26\x83\ \x60\x30\xa8\x81\x86\x9a\x25\x00\x98\x9a\x9a\x42\x36\x9b\x95\x36\ \x91\xef\x03\xcf\xb2\x89\x89\x09\x19\xc4\x5e\xbe\x7c\x89\xa7\x4f\ \x9f\x62\x72\x72\x12\x89\x44\x02\x3e\x9f\x4f\x62\xfc\xa5\xa5\x25\ \xc5\x13\x31\xb4\x93\x12\x16\x36\x0e\x50\x5b\xc6\x3c\xb8\x54\x2a\ \xa5\x3b\x8d\x72\x07\x3a\x7e\x6b\x6a\x6a\x14\xa6\xdd\xde\xde\x8e\ \xee\xee\x6e\xc5\x5d\x30\x43\xb0\x50\x28\x28\x5e\xc0\xe7\xf3\xe1\ \xe5\xcb\x97\xf8\xd7\x7f\xfd\x57\xbc\xf1\xc6\x1b\x30\x99\x4c\x32\ \x27\x0d\x0d\x0d\x09\x65\xf7\x7a\xbd\xe8\xea\xea\x82\xd7\xeb\x45\ \x6f\x6f\xaf\x34\x85\xd4\x34\x53\x26\x41\x34\x9e\x48\x75\x3a\x9d\ \x16\x85\xb9\xb2\xb2\x82\xfe\xfe\x7e\x01\x18\xd4\x89\x9d\x9f\x5f\ \x56\xcd\xed\xee\xee\x6a\x09\xb2\xd9\x6c\x4a\x86\xb7\x5a\xad\x98\ \x9d\x9d\x95\x86\x8c\xcb\x5b\xb5\x93\x38\x9b\xcd\x4a\xe3\xfb\xff\ \xaa\x3a\xb3\xa6\xb6\xcf\xfb\x8b\x1f\xb3\x08\xc4\x2e\x21\x09\x2d\ \x48\x48\x62\x17\x36\x06\x27\xc6\x0e\xde\x52\xd7\x76\x9a\x69\x33\ \xcd\x4c\x2f\xfa\x02\x7a\xd9\x4e\x5f\x43\xde\x47\x2f\x7a\x99\x69\ \x6f\x9a\x2e\x93\xc5\x75\x9a\xc4\x31\xe0\x05\xc5\x18\xcc\xa2\x0d\ \x09\x84\x40\x12\x12\x3b\x12\x08\x24\xfe\x17\xe4\x9c\x3f\xce\x8c\ \x67\xe2\x38\x33\x16\x92\x7e\xcf\xf3\x5d\xce\xf9\x9c\x4a\xa5\xa2\ \xa4\x19\x6e\x08\x88\xbb\xa0\x0c\xc8\x68\x3c\x27\xef\x5b\x2c\x16\ \x65\x1a\x72\x7b\xb5\xb0\xb0\x80\xd6\xd6\x56\xf8\xfd\x7e\x61\x39\ \xc2\xe1\x30\x96\x96\x96\x90\x4c\x26\xb1\xb9\xb9\xa9\xf3\x76\x6d\ \x6d\x4d\xf4\x7d\xea\xc9\x43\xa1\x10\x6c\x36\x1b\x66\x67\x67\x85\ \x90\xa9\xb6\x5a\xad\x9f\x71\x9a\x40\x60\x67\x4b\x4b\x0b\x1e\x3e\ \x7c\x28\x41\x37\x2b\x7b\x76\x7e\x5c\x29\xf2\x0d\x3e\x39\x39\x91\ \x73\x8a\x97\xf8\xfa\xfa\xba\x90\xf9\xb9\x5c\x0e\xa1\x50\x48\x71\ \x1c\x1c\x8d\xb3\x53\xe6\xfa\x86\x04\xd5\x52\xa9\xa4\x49\x1a\x1d\ \x85\xac\x10\x59\x45\xb2\x63\x33\x1a\x8d\x48\x24\x12\x12\xe6\x25\ \x93\x49\xb1\x2a\xe8\x02\xa3\x8b\xe6\x22\xd4\x8e\x42\xc9\x4a\xa5\ \x22\xb7\x10\x2f\xbd\x5c\x2e\x87\xc9\xc9\x49\x15\x39\x44\x1a\x24\ \x93\x49\x1c\x1d\x1d\x61\x78\x78\x18\x9b\x9b\x9b\x48\x26\x93\x2a\ \x56\x52\xa9\x94\xac\xe5\x5c\x69\x5d\x14\xbd\xd5\xd7\xd7\x23\x99\ \x4c\x6a\xf5\x40\x3b\x3d\x09\xe4\x6e\xb7\x5b\x1d\xaf\xc5\x62\x91\ \x35\x9a\x87\x2d\x3b\x2a\xda\xce\x2d\x16\x0b\x56\x57\x57\x61\xb1\ \x58\x60\x32\x99\x50\x55\xf5\xff\xa8\xfe\x9d\x9d\x1d\xd1\xe6\xb7\ \xb7\xb7\x15\x23\x44\xf0\x1f\xa7\x73\xc5\xe2\x79\x2a\x3b\xe3\x85\ \x2e\xb2\xa5\x78\x11\x75\x75\x75\x29\xdb\x8b\xd4\xf9\x7c\x3e\xaf\ \x0a\x9e\x2b\x32\x16\x21\x17\x49\xbf\x14\xbf\x72\xbf\x4f\xf1\xa7\ \xcf\xe7\x93\x76\x86\x85\xdb\xde\xde\x9e\xa2\x2f\x6a\x6b\x6b\x05\ \xfb\xa4\xa0\x9d\x3a\x10\xa2\x0c\xc8\x1f\xd9\xd9\xd9\xd1\x03\xce\ \x95\x19\x79\x60\x9c\x26\x50\x08\xce\xa9\x15\xbf\xb3\xb4\x3f\xd3\ \x85\x45\xa7\x88\xd3\xe9\x14\xc8\x8e\xba\x2f\xbe\x67\x17\xc7\xeb\ \x06\xc3\x79\x40\x35\x5d\x98\x3e\x9f\x0f\xb5\xb5\xe7\xf1\x15\x26\ \x93\x49\x85\x3b\xf7\xf9\x3c\x9c\x48\xec\xa7\x70\x95\xce\xa3\xba\ \xba\x3a\x39\xfb\x32\x99\x8c\x72\xc3\x2c\x16\x8b\xd6\xb0\xe4\x13\ \x99\xcd\x66\x21\x0e\xa8\xe5\x62\x8c\xd4\xe2\xe2\xa2\xbe\x67\x5c\ \xd3\x53\x23\x93\x4e\xa7\x91\x48\x24\xf4\xfe\x13\x75\x90\x4a\xa5\ \xa4\x67\xe4\x54\x95\xaf\xc9\xe7\xf3\x61\x65\x65\x05\x83\x83\x83\ \x58\x5a\x5a\x52\xd3\xc5\xc9\x5c\x55\xd5\x79\x3e\x60\x5f\x5f\x1f\ \x6e\xdc\xb8\xa1\x80\xe7\x4c\x26\xa3\xe8\x0d\x16\x87\xbd\xbd\xbd\ \x48\xa5\x52\x08\x85\x42\x22\xb1\x13\xc8\x49\xd4\x04\x9f\x77\xae\ \x4c\x58\x68\x73\x4a\xce\x73\x81\x4e\xdc\xd3\xd3\x53\x01\x22\xa9\ \xeb\xf3\xfb\xfd\x9a\xb0\x79\xbd\x5e\xdc\xb9\x73\x07\x66\xb3\x19\ \x91\x48\x44\x92\x05\x4e\xc3\xa9\xa9\x8c\xc5\x62\x5a\xff\x01\xc0\ \xe9\xe9\x29\x7a\x7b\x7b\x71\x72\x72\x82\xd9\xd9\x59\x6c\x6e\x6e\ \x22\x18\x0c\xca\xa4\x43\xd6\x5c\x5f\x5f\x9f\x9c\xb5\x44\x41\xf0\ \x17\x99\x74\xb9\x5c\x4e\xdf\x67\xaf\xd7\x2b\x4d\xd3\xfd\xfb\xf7\ \x31\x31\x31\x81\xf6\xf6\x76\x11\xcd\x29\xc2\xa6\x99\x61\x71\x71\ \x11\x81\x40\x00\x91\x48\x04\x46\xa3\x11\xa3\xa3\xa3\x6a\x70\xd9\ \xc4\x91\x5b\xd4\xdb\xdb\xab\x49\x3b\x53\x16\x2a\x95\x0a\xee\xdd\ \xbb\x87\x83\x83\x03\xf1\xc6\x2a\x95\x0a\x86\x86\x86\x50\x2e\x97\ \x31\x30\x30\x80\xdf\xfc\xe6\x37\x12\x3b\x5f\x04\x03\xf3\xfc\x21\ \xd4\x35\x95\x4a\x89\x64\xef\xf7\xfb\x91\x48\x24\xc4\x03\x0b\x87\ \xc3\x6a\x48\xa8\x23\xa2\xec\xc1\xe1\x70\x88\xa6\xce\x15\x8f\xc5\ \x62\x41\x7b\x7b\xbb\xd8\x5e\xd9\x6c\x16\x83\x83\x83\xda\x84\xd8\ \xed\x76\x5c\xbb\x76\x4d\x0d\x71\x6d\x6d\x2d\xdc\x6e\xb7\x98\x64\ \xd4\x4e\x75\x77\x77\x8b\x79\x65\x36\x9b\x11\x0e\x87\x71\x72\x72\ \xa2\x9f\x95\x1c\x3f\x6a\xb3\x88\x0f\xca\x64\x32\xc8\xe5\x72\xe8\ \xea\xea\x42\x3e\x9f\xc7\x57\x5f\x7d\x85\xa7\x4f\x9f\x22\x12\x89\ \xe0\xe5\xcb\x97\x28\x95\x4a\xe8\xe8\xe8\x80\xdf\xef\x97\x08\xbd\ \xa7\xa7\x47\xa4\x7c\x42\x86\x89\x40\xb0\x58\x2c\xb0\xd9\x6c\x9a\ \x5c\xd5\xd4\xd4\x20\x1e\x8f\xc3\x66\xb3\x69\xc2\x4b\x17\x71\x38\ \x1c\xc6\xe1\xe1\x21\x9c\x4e\x27\xde\xbe\x7d\x8b\xff\xfc\xe7\x3f\ \x32\xab\x70\xfa\x9e\x4e\xa7\xd5\xf4\x51\xe8\xce\x8d\x12\x45\xf0\ \xd4\x8b\x4e\x4d\x4d\x21\x1a\x8d\x4a\xa3\x7c\x70\x70\xa0\x75\xe7\ \x45\xb8\x31\x1b\x91\x44\x22\x81\x70\x38\x8c\x5f\xfd\xea\x57\x3a\ \x0b\xa9\xd1\xe3\x7a\x7d\x70\x70\x50\xd3\xc8\xe9\xe9\x69\x0c\x0d\ \x0d\xc1\xed\x76\x23\x97\xcb\x81\xe4\x01\x9a\x7b\xda\xdb\xdb\x61\ \x34\x1a\x91\x4c\x26\x61\xb3\xd9\x10\x0e\x87\x15\xfe\xed\x76\xbb\ \xf5\xdf\x01\xe0\xeb\xaf\xbf\xd6\xa6\x65\x6a\x6a\x4a\x09\x19\x6c\ \xf4\x8c\x46\x23\x9c\x4e\xa7\xb0\x27\x67\x67\x67\xd8\xde\xde\x46\ \x28\x14\xc2\xc6\xc6\x06\xe6\xe6\xe6\xf0\xc3\x0f\x3f\x08\xcb\x72\ \x91\x01\xc8\x2c\x5d\x4e\xc3\x7f\xfa\xe9\x27\xa5\x02\xa4\x52\x29\ \xb4\xb7\xb7\xeb\x2e\x3b\x3e\x3e\xc6\x8f\x3f\xfe\xa8\x46\xd6\xed\ \x76\xa3\x52\xa9\xe0\x9b\x6f\xbe\x41\x20\x10\x10\x84\x98\x13\x2c\ \x6e\x86\xb8\xda\x5c\x5f\x5f\xc7\x77\xdf\x7d\x87\x44\x22\x81\x58\ \x2c\xa6\x69\x76\x2e\x97\xc3\xf7\xdf\x7f\x8f\x6f\xbe\xf9\x06\xd5\ \xbf\xff\xfd\xef\x3f\xa3\xd3\xee\xe5\xcb\x97\x38\x39\x39\x4f\xa9\ \xe7\x4e\x9a\x1a\x1e\x02\x24\xb9\x5f\xa7\x76\xe7\x22\x75\xf5\x22\ \x96\xbf\xa1\xa1\x01\x2e\x97\x0b\x6e\xb7\x1b\x43\x43\x43\x38\x3d\ \x3d\xc5\xd0\xd0\x90\x48\xb5\xb4\x45\xb2\x33\x25\xcc\xeb\xd3\x4f\ \x3f\x15\xe3\xc8\xe7\xf3\xa1\xa6\xa6\x06\x5e\xaf\x57\x87\xab\xd3\ \xe9\x44\x2c\x16\x43\x47\x47\x87\x22\x47\x1c\x0e\x87\x20\x79\x7c\ \xf3\x06\x07\x07\xc5\x89\x22\x0c\x90\x05\x10\xb3\xc3\x88\xbd\x7f\ \xf1\xe2\x85\xf8\x4a\xc0\x39\xf4\x8e\x17\x39\xed\xf8\x87\x87\x87\ \x62\x9d\xe4\xf3\x79\x74\x74\x74\xc8\xca\xce\xff\x4e\x96\x12\x0f\ \x84\x8b\x8e\x8d\x8b\x6b\x03\xbb\xdd\x2e\x47\x90\xd9\x6c\x96\x66\ \x83\xd1\x29\x36\x9b\x4d\x6e\x21\x5a\xd3\xeb\xea\xea\x94\xab\xe4\ \xf3\xf9\xb0\xbe\xbe\x2e\xa0\x23\xad\xc8\x4e\xa7\x13\xb9\x5c\x0e\ \x43\x43\x43\x9a\xe8\x51\x84\x4c\x2d\x0f\x9d\x21\xdb\xdb\xdb\xd2\ \x32\x51\xcf\xc2\xee\x8a\x93\xc7\xb5\xb5\x35\xec\xef\xef\xcb\xdd\ \x74\x91\xcb\x52\x28\x14\xf4\xf7\xf0\x40\xe7\x67\x72\x70\x70\x20\ \xb7\x55\x22\x91\x80\xdd\x6e\xd7\xaa\xf5\xf8\xf8\x18\x6f\xde\xbc\ \x51\x71\x9b\xf8\x39\xdb\x8a\xc1\x9e\x27\x27\x27\xba\xac\x68\x05\ \x06\xce\x31\x11\x8c\xb6\xe9\xec\xec\x94\x18\x9c\x13\x23\x16\xf3\ \xfc\x45\x61\x24\xd7\x06\x55\x55\x55\xd2\x30\xd0\xf5\x41\x77\x24\ \x8b\x2f\xef\xcf\xcc\x22\x46\xdb\x70\x77\xcf\xb1\x3c\x2f\xfa\x52\ \xe9\x3c\x78\xda\x66\xb3\xc1\x66\xb3\xc1\xe5\x72\xa9\x93\xe5\x9a\ \x93\x7a\x0f\x3e\x94\x57\xae\x5c\x51\xf1\x74\x7a\x7a\x8a\xae\xae\ \x2e\xe1\x23\xe8\x28\x65\xb4\x10\x0b\x6a\x4e\xdb\xd8\xb5\x6d\x6f\ \x6f\xa3\xaf\xaf\x0f\x0e\x87\x43\xce\xb9\xab\x57\xaf\x62\x63\x63\ \x43\x42\x4b\xbe\x6e\x32\xc8\xf8\x8c\xdc\xba\x75\x4b\x19\x5f\x9d\ \x9d\x9d\x42\x0a\xac\xac\xac\xc0\xfb\x33\xa1\xbf\x58\x2c\x22\x10\ \x08\x08\x31\xf2\xfe\xfb\xef\x6b\xe5\x5a\x2a\x95\xb0\xbc\xbc\x8c\ \xd1\xd1\x51\x31\xe6\x38\xf5\xd9\xdf\xdf\x47\x20\x10\x80\xd1\x68\ \xc4\xab\x57\xaf\xc4\xc7\xb2\xd9\x6c\xa8\xab\xab\x43\x77\x77\x37\ \x5a\x5b\x5b\x11\x89\x44\x50\x55\x55\x85\xde\xde\x5e\x98\x4c\x26\ \xad\xdc\xf8\xef\x85\x42\x41\x2e\x55\x82\x39\xe7\xe6\xe6\x54\xcc\ \xc4\x62\x31\xac\xaf\xaf\x63\x76\x76\x56\xd3\xf6\x85\x85\x05\x35\ \x2c\x06\x83\x01\xab\xab\xab\x8a\x29\xa2\x26\x6f\x6d\x6d\x0d\xc1\ \x60\x50\xda\x45\xf2\xe8\x66\x66\x66\xf4\xdd\x68\x6d\x6d\xc5\xeb\ \xd7\xaf\xb1\xbb\xbb\x8b\xfe\xfe\x7e\xc1\x5a\xa9\x49\xa2\x49\xc6\ \x64\x32\x49\x63\xf2\xe8\xd1\x23\x18\x0c\x06\x19\x04\xf2\xf9\xbc\ \x1a\x18\x4e\x5b\x89\x35\x20\x0b\xcf\xed\x76\xc3\xeb\xf5\x22\x95\ \x4a\x69\x55\xd1\xd3\xd3\xa3\x33\xa4\x54\x2a\x21\x14\x0a\xc1\x6e\ \xb7\x4b\x8e\x40\x9a\x7a\x75\x75\x35\x46\x47\x47\x15\x40\x7e\x74\ \x74\x84\xf9\xf9\x79\xf4\xf6\xf6\x6a\xba\x4d\xed\x1c\xbf\x7b\x1f\ \x7d\xf4\x91\x9a\xc9\xd3\xd3\x53\x6d\x0f\x2c\x16\x0b\x5e\xbe\x7c\ \x29\xcd\x0c\x27\xe4\xe4\x99\xf1\x3c\x26\x30\x94\x13\x06\xae\xb0\ \xf8\x8b\x9a\x37\x4e\x7b\x69\x7c\x88\xc7\xe3\x30\x18\x0c\x42\x33\ \x2c\x2c\x2c\x20\x18\x0c\xca\x89\x99\x4c\x26\x85\xe0\x30\x99\x4c\ \x18\x18\x18\x50\x63\x48\x40\x25\xe3\x54\x08\x93\x3d\x3b\x3b\xd3\ \x96\x80\x53\x60\xb3\xd9\xac\x55\x32\x1b\xcf\xcb\x97\x2f\x63\x65\ \x65\x45\x12\x0b\xba\xd1\x93\xc9\xa4\x92\x16\x38\x91\xe1\xca\x94\ \xee\x6d\xba\x59\x69\x0c\xfa\xfe\xfb\xef\xf1\xe3\x8f\x3f\x62\x63\ \x63\x43\x5b\x0b\xc6\xbb\xf1\x67\xe7\x54\xbb\xa9\xa9\x09\x89\x44\ \x42\xab\xa7\x9a\x9a\x1a\xdc\xbd\x7b\x57\xf0\xeb\x2b\x57\xae\xe8\ \x3d\x0a\x04\x02\xc2\x88\x50\x74\x7f\x78\x78\x28\xbd\x18\x99\x79\ \x5c\xaf\xcf\xcf\xcf\x63\x7b\x7b\x1b\x5f\x7e\xf9\x25\x9e\x3e\x7d\ \xaa\x22\x2e\x12\x89\x08\x94\x49\x2d\x2b\xe5\x15\x33\x33\x33\x4a\ \x83\xa0\xbe\xf6\xf8\xf8\x18\xe1\x70\x18\x4f\x9f\x3e\x55\x98\x39\ \x99\x8a\xfc\xf3\x8b\x93\x7d\xba\x54\x47\x47\x47\xa5\xa7\xe6\xfd\ \x4f\xed\x11\xb7\x2f\x2c\xa0\x09\x14\xa7\xab\x71\x62\x62\xe2\x1d\ \x64\xc5\xf8\xf8\xb8\xd8\x5a\x74\x1f\xd3\xb1\x9d\x4a\xa5\x64\x90\ \x63\x46\x2e\xa5\x3c\x7e\xbf\x1f\x7d\x7d\x7d\xe8\xee\xee\xd6\x33\ \x91\x4c\x26\xd1\xd4\xd4\x84\xc5\xc5\xc5\x77\x5c\x8e\xd5\xd5\xe7\ \x51\x7a\xd4\x08\x73\x32\x49\xb9\x09\x87\x0d\xc0\x39\xd2\x66\x79\ \x79\x19\x3d\x3d\x3d\x30\x18\x0c\x18\x1c\x1c\x94\x96\x8d\xbc\x36\ \xbb\xdd\x8e\xce\xce\x4e\xd1\x0b\x2a\x95\x0a\x02\x81\x00\x1e\x3d\ \x7a\x24\x13\x05\xb5\x66\xcd\xcd\xcd\xba\x8f\xab\xab\xaa\xaa\x3e\ \x63\xb4\x01\x2b\xf6\xcb\x97\x2f\x23\x99\x4c\x02\x00\x7c\x3e\xdf\ \x3b\x99\x63\x4d\x4d\x4d\x8a\x2e\xe0\xa8\xdd\x6e\xb7\x8b\x6a\x6b\ \xb3\xd9\xe0\xf1\x78\xd0\xd9\xd9\x09\x97\xcb\x85\x68\x34\xaa\x42\ \xa7\xa5\xa5\x05\xf9\x7c\x5e\x13\x06\xea\x0f\x98\x75\xe4\x70\x38\ \xf0\xe3\x8f\x3f\xa2\xab\xab\x0b\x1e\x8f\x47\x87\x38\x99\x2b\xfc\ \x10\x72\xb9\x1c\x02\x81\x80\x30\xfe\x74\x8b\xb1\xdb\xf5\xf9\x7c\ \xea\xf6\x89\x9b\xf0\x7a\xbd\xa8\xaa\xaa\xd2\xfa\xa2\xb1\xb1\x11\ \x5b\x5b\x5b\x2a\x20\xa8\x01\xa9\x54\x2a\xa2\xf0\x5e\xbd\x7a\x15\ \x66\xb3\x19\x66\xb3\x19\xbf\xfc\xe5\x2f\xb5\xf2\xe2\x94\x8a\x05\ \x18\x59\x2f\xd4\x46\x51\xcb\xc2\xe8\x14\x12\x83\x03\x81\x00\x92\ \xc9\xa4\xbe\x68\xd1\x68\x54\x1a\x2a\xae\x4b\xdb\xdb\xdb\x45\x10\ \xa6\x30\x9c\x2e\x08\x3a\xfd\xe8\x34\xf2\x78\x3c\x42\x34\x50\x63\ \xc6\xd7\xc1\xee\x8c\xd4\x61\x16\x12\x91\x48\x44\x56\x54\x4e\x2d\ \xf8\x9e\x70\xfa\x48\xb1\x33\xa7\x40\x0c\xeb\xa4\xa5\xd8\x6a\xb5\ \xe2\xd2\xa5\x4b\xa8\xa9\xa9\x41\x2c\x16\x93\x5b\x94\x1a\x27\x32\ \xa7\x88\x30\xe0\xc8\x96\x58\x85\x42\xa1\x20\x47\x12\x5d\x9f\x5c\ \xbd\x30\x30\xbb\x54\x2a\xa9\xc8\x27\xe1\x9a\xeb\xb3\xda\xda\x5a\ \xad\x49\x99\xa1\xc5\x8c\x47\xae\x35\xb9\x96\xa2\x10\x95\xce\x17\ \xc6\xf1\xf0\x20\xa1\x75\x9e\x53\x1e\x4e\x8b\xda\xda\xda\x14\xdf\ \xc0\x95\xd0\x47\x1f\x7d\x84\x3f\xfe\xf1\x8f\x88\x46\xa3\xa8\xa9\ \xa9\xc1\x27\x9f\x7c\x82\x85\x85\x05\x09\xcf\xb9\x16\xe6\x8a\x89\ \xeb\x58\x4e\x08\x59\x5c\x71\xcd\xc3\xe9\x54\x36\x9b\x95\x63\x87\ \xd3\x5b\x0a\x2b\x69\x04\xe0\x67\xc8\xa8\xa1\x85\x85\x05\x7d\xbe\ \xd4\x87\xbc\xf7\xde\x7b\x58\x5d\x5d\x95\x08\xf3\xfe\xfd\xfb\x72\ \x86\x71\x12\xcc\xbc\x3a\x3a\x1e\xa9\x41\x62\x03\x31\x38\x38\x88\ \x91\x91\x11\x14\x8b\x45\xad\x61\xa2\xd1\x28\xf2\xf9\xbc\x58\x4e\ \x5c\xef\x5b\xad\x56\x75\x88\xa9\x54\x0a\xc1\x60\x50\xae\x4b\x92\ \x9f\x59\x68\xa7\xd3\x69\x69\xa8\xf8\x7c\xac\xad\xad\xc1\xef\xf7\ \xe3\xe0\xe0\x00\xaf\x5e\xbd\xc2\xee\xee\xae\xc0\xa2\x63\x63\x63\ \x72\xf4\xbd\x79\xf3\x06\xa1\x50\x08\x13\x13\x13\xba\x50\x83\xc1\ \x20\x6e\xdc\xb8\xa1\x55\xf4\xd6\xd6\x16\xa6\xa7\xa7\x85\x03\xa1\ \xdb\x2a\x9b\xcd\xaa\xb3\x3d\x3a\x3a\x92\xc5\xbe\xaa\xaa\x0a\xb7\ \x6f\xdf\x96\x9e\xf0\xf4\xf4\x14\x7d\x7d\x7d\x58\x5c\x5c\xc4\xca\ \xca\x0a\xfc\x7e\x3f\xd6\xd6\xd6\x34\xf1\xce\x64\x32\x98\x9f\x9f\ \xc7\xcd\x9b\x37\x51\x2c\x16\xe1\x74\x3a\x35\xad\x8a\xc7\xe3\x32\ \x50\xb0\x28\x66\xb3\x34\x31\x31\x81\x85\x85\x05\x9c\x9e\x9e\x67\ \x89\x46\x22\x11\xa4\xd3\x69\x75\xe5\x1d\x1d\x1d\x58\x5c\x5c\x94\ \x46\x11\x80\x10\x02\xe4\xdf\xdd\xbf\x7f\x5f\xdc\x3a\xea\xef\xc8\ \x0b\x22\x83\xac\xa9\xa9\x09\x91\x48\xe4\x1d\x51\xae\xd9\x6c\x96\ \x0e\x96\x2b\xe5\xfe\xfe\x7e\xfc\xfb\xdf\xff\x46\x6b\x6b\x2b\x7a\ \x7b\x7b\x31\x3a\x3a\x8a\x97\x2f\x5f\x22\x91\x48\x68\x15\x47\x87\ \x2b\xad\xf3\x5d\x5d\x5d\x48\x24\x12\x48\xfc\x1c\x41\xc4\x95\x1f\ \x9d\xad\x6c\x16\x00\x68\xf2\x42\x56\x5c\x36\x9b\xd5\xa4\x9f\x4d\ \x28\x25\x1d\x9c\xd4\x51\x42\xe0\x72\xb9\x94\x41\xcb\x55\xf8\xe6\ \xe6\x26\xb6\xb7\xb7\x65\x78\xe1\xe5\xe6\x72\xb9\x70\x78\x78\x88\ \xf9\xf9\x79\x4d\x72\xe9\xc0\x33\x99\x4c\x70\xb9\x5c\x6a\xe6\xe9\ \x9a\x65\x62\x47\x53\x53\x13\x56\x57\x57\xe1\x72\xb9\x90\x4e\xa7\ \x95\x6b\x48\xd3\xc7\xe2\xe2\x22\x00\x60\x7e\x7e\x5e\x85\xfd\xc6\ \xc6\x06\x96\x96\x96\x30\x39\x39\x89\xe5\xe5\x65\x41\x42\x0d\x06\ \x83\x70\x00\x5c\x7f\x77\x75\x75\xe9\xbc\xcc\x66\xb3\x88\x46\xa3\ \x72\x6e\xb2\x28\xe5\xb3\x7e\x78\x78\x28\x21\xf6\xea\xea\x2a\x86\ \x87\x87\x31\x30\x30\x80\x89\x89\x09\xd8\xed\x76\x99\xba\xd8\x44\ \xdf\xbd\x7b\x17\x8d\x8d\x8d\xef\xa0\x37\x38\x31\x26\x44\xb3\xb5\ \xb5\x55\x2e\xcc\xb7\x6f\xdf\x0a\xa5\xb2\xb2\xb2\xa2\xa6\x91\xc8\ \x07\x46\x37\x71\x30\xc0\xb3\xdb\xe3\xf1\xc8\x58\x61\x32\x99\x64\ \x60\x79\xf2\xe4\x89\xa6\xdb\x5b\x5b\x5b\x88\xc7\xe3\xca\xcc\xe4\ \x19\x45\xd3\x54\x26\x93\xc1\xd9\xd9\x99\xe0\xd3\x34\xcc\x18\x0c\ \x06\x41\xa9\x07\x06\x06\x30\x3d\x3d\x2d\x8d\x2c\x9f\x91\xeb\xd7\ \xaf\x6b\xd3\xc0\xfb\xc8\x64\x32\x69\x70\xc1\xc6\xc6\xe7\xf3\x29\ \x97\x94\x2b\xe5\x6c\x36\xab\xc8\xb7\x72\xb9\x2c\xe4\x0d\xc1\xb8\ \x5c\x49\x73\x52\xca\xa6\x8f\xf7\x0e\xef\x29\xe2\x4a\x38\x8c\x30\ \x1a\xcf\x63\x95\xe8\xce\xe7\xf7\x7b\x71\x71\x51\x49\x2d\x84\x81\ \xd3\x19\x5b\xfd\xde\x7b\xef\x7d\xe6\x74\x3a\x51\xa9\x54\x70\xfb\ \xf6\x6d\x5c\xbd\x7a\x15\x0b\x0b\x0b\x82\x56\xb2\xab\x30\x99\x4c\ \x18\x1a\x1a\x82\xd3\xe9\x94\x4b\x89\x62\xf2\xab\x57\xaf\xbe\x13\ \xd1\x90\x4e\xa7\x25\xf4\xea\xec\xec\x14\xf6\xa1\x52\xa9\xe8\x4d\ \xe2\x0b\x64\x87\xc8\xa2\x81\x5d\x5c\xb9\x5c\xc6\xd2\xd2\x92\xf8\ \x21\x85\x42\x41\x4c\xa0\x3b\x77\xee\xe0\xe8\xe8\x48\x3b\x55\x82\ \x45\xe9\x16\x23\x1f\x68\x73\x73\x13\xbb\xbb\xbb\xd2\x58\x34\x37\ \x37\x2b\xd3\x8a\x6c\x15\x06\x03\x73\x37\xcb\x82\x66\x66\x66\x06\ \xd9\x6c\x16\x0e\x87\x43\x13\x16\x3e\xc0\x1c\x9f\xd3\xd1\x52\x55\ \x75\x0e\xaf\x3c\x3a\x3a\x82\xdb\xed\x46\x4d\x4d\x0d\xd6\xd6\xd6\ \xe4\x2a\xa2\x96\x8b\xab\x2e\x5a\xa2\x59\xa8\x70\xf5\x69\xb3\xd9\ \xe4\xf8\x20\x3f\x86\x22\x6d\xea\xd3\x32\x99\x8c\x20\x83\x47\x47\ \x47\x98\x9c\x9c\xc4\xea\xea\xaa\x56\x40\x5c\x9b\xe4\xf3\x79\x75\ \x5d\x14\x11\x33\xee\x84\x2b\x5a\x42\x18\x0d\x06\x83\x7e\x2e\x4e\ \x15\xa9\x7d\xa8\xaf\xaf\x57\x9c\x09\xad\xf7\xd4\x8c\x1c\x7f\x8c\ \x00\x00\x13\x81\x49\x44\x41\x54\xc2\xd0\x5d\xc8\xc9\x17\x57\xc5\ \xd7\xae\x5d\x83\xd9\x6c\x46\xa1\x50\x78\x27\xc0\x97\x1d\x45\x4f\ \x4f\x8f\x7e\xb6\xba\xba\x3a\xb9\x53\x38\x1a\xe6\x03\x5d\x2e\x97\ \xd1\xdf\xdf\x2f\xf1\x2e\xbb\x11\x97\xcb\xa5\xec\x3c\x0a\x8b\xb9\ \x6a\xe5\x3a\x80\x26\x00\x00\x18\x1a\x1a\x12\x5a\xc1\x6a\xb5\xca\ \x36\x4c\x0d\x03\xa7\x89\xb5\xb5\xb5\xe2\x8c\xe5\x72\x39\x4d\xdd\ \xd8\x9d\x9f\x9c\x9c\xe0\x8b\x2f\xbe\x40\x24\x12\xc1\xd0\xd0\x10\ \x6e\xde\xbc\x89\x2f\xbf\xfc\x52\x87\x48\xb9\x5c\xd6\xca\xb2\x58\ \x2c\xe2\xf8\xf8\x18\x57\xae\x5c\x91\x8e\x8d\x6e\x3d\x22\x3e\xf8\ \xde\xc5\xe3\x71\x71\xc3\x56\x57\x57\xa5\x41\x60\xa4\x11\xf5\x63\ \xd4\x02\x79\x7f\x26\x74\x1f\x1e\x1e\x0a\x08\x1b\x0a\x85\x60\x30\ \x18\x14\xcb\x52\x55\x55\x25\xf6\x14\xd7\x7e\x23\x23\x23\x98\x9b\ \x9b\x43\x2a\x95\x42\x77\x77\x37\x2a\x95\x8a\x10\x08\x5c\xe9\x92\ \xf0\x3e\x30\x30\x20\x8d\x08\x3f\x97\xee\xee\x6e\x35\x2f\x7c\xf6\ \xdb\xda\xda\x34\x25\xe4\x77\x96\x45\x24\x8b\xce\xa5\xa5\x25\xd8\ \x6c\x36\xf4\xf4\xf4\x60\x60\x60\x40\x34\x7b\x8a\x57\xa9\x9b\xd9\ \xde\xde\xc6\xb3\x67\xcf\x14\xa9\x43\x18\x69\x26\x93\xc1\xfd\xfb\ \xf7\xb5\x3e\x63\x07\x6b\xb3\xd9\x34\xd5\x8a\x44\x22\xd2\xf5\xb4\ \xb4\xb4\xc8\x85\xcc\x68\x9b\xa5\xa5\x25\xe9\x21\x49\x55\x67\xf0\ \x2e\xc1\xa3\x00\x60\xb5\x5a\x51\x5f\x5f\x8f\x60\x30\x88\x52\xa9\ \x24\x6d\x14\x23\xa1\xb8\x66\x01\xa0\x20\x6d\x62\x1d\x1a\x1a\x1a\ \xf0\xe9\xa7\x9f\x4a\x77\x94\xcb\xe5\x50\x2a\x95\xf0\xe0\xc1\x03\ \x74\x74\x74\x88\xfb\xb5\xbc\xbc\x0c\x8f\xc7\x83\xae\xae\x2e\x21\ \x1e\x38\x19\xa6\x5e\x8c\xbf\x37\x18\x0c\xf8\xea\xab\xaf\xb0\xbc\ \xbc\x2c\x96\x1a\x0d\x26\x93\x93\x93\x5a\xed\x73\x3a\x1d\x8f\xc7\ \x31\x3f\x3f\x8f\x50\x28\x24\x6d\xc9\x9b\x37\x6f\xf4\x5d\xdf\xde\ \xde\xc6\xd8\xd8\x18\xd6\xd7\xd7\x31\x3c\x3c\xac\x22\x91\xab\x79\ \x3a\x0c\xfd\x7e\xbf\x4c\x18\xd4\xe0\x51\xc0\x7d\xf1\xf2\x4c\xa5\ \x52\x5a\xf9\x32\x27\x33\x91\x48\x60\x7e\x7e\x5e\xef\xef\xed\xdb\ \xb7\x31\x3f\x3f\x8f\x2b\x57\xae\xe0\x0f\x7f\xf8\x03\xce\xce\xce\ \x30\x3a\x3a\x8a\xf1\xf1\x71\x8c\x8e\x8e\xa2\xbf\xbf\x1f\x6d\x6d\ \x6d\xe8\xe9\xe9\x81\xd3\xe9\x14\xd6\x21\x9b\xcd\xbe\xe3\x06\xe3\ \x19\x55\x28\x14\xd4\xa8\xdb\xed\x76\x6d\x00\x18\xb5\x92\xcf\xe7\ \xdf\x09\xe0\x25\x64\x97\x17\x38\x57\xb4\xa7\xa7\xa7\xb0\xd9\x6c\ \x48\xa7\xd3\x2a\x38\xfa\xfa\xfa\xf0\xf0\xe1\x43\xad\xbe\x89\xe1\ \xa1\xcd\xbf\xb3\xb3\x53\x1c\xaf\xe6\xe6\x66\x14\x8b\x45\xe4\xf3\ \x79\x3c\x7b\xf6\x0c\xf1\x78\x1c\x97\x2e\x5d\xc2\xd0\xd0\x90\x1a\ \x2b\x8f\xc7\xa3\xa9\xa5\xd5\x6a\x45\x53\x53\x13\x02\x81\x80\x1a\ \xcc\xfd\xfd\xfd\x77\x90\x40\x16\x8b\x45\x53\x30\x62\x7f\x98\x39\ \x4b\xa7\xad\xdf\xef\x87\xc3\xe1\x90\x86\x8e\x09\x27\xa5\x52\x49\ \x1b\x24\xa3\xd1\x08\x9f\xcf\x87\x1b\x37\x6e\x68\x8a\x4e\xc0\x72\ \x53\x53\x13\xba\xbb\xbb\x71\x70\x70\x80\xd9\xd9\xd9\x77\x4c\x30\ \x84\xfa\x12\x30\xec\x74\x3a\x75\xd7\x52\xca\x51\x2a\x95\x30\x37\ \x37\xa7\x75\x70\x26\x93\xc1\xdc\xdc\x1c\xd6\xd7\xd7\x91\x4e\xa7\ \x51\x2c\x16\xa5\xd1\xa3\x21\x25\x14\x0a\xe9\x2e\xa1\xb3\x92\xc5\ \x26\x9d\x90\x9c\x8a\xad\xae\xae\xe2\xcd\x9b\x37\x98\x9b\x9b\x83\ \xdf\xef\xc7\xde\xde\x1e\x56\x56\x56\x74\x47\x86\x42\x21\x54\x57\ \x9f\x67\x3b\x4e\x4d\x4d\xa9\xa8\xa2\x69\xe4\xf2\xe5\xcb\x70\xbb\ \xdd\x38\x38\x38\x80\xd5\x6a\x55\x41\x1a\x0c\x06\xe5\x7e\xe5\xb0\ \x86\x3f\x53\x4d\xcd\x79\x68\x39\x3f\x33\x26\xb6\x50\x27\x4d\x0d\ \x1e\xa7\xc7\x97\x2e\x5d\x12\xe7\x32\x16\x8b\xa9\x38\xa5\x6e\x95\ \xc4\xfb\xea\x3f\xff\xf9\xcf\x9f\x91\x73\x13\x8b\xc5\xf0\xfa\xf5\ \x6b\x44\xa3\x51\xd9\xe3\x2b\x95\x0a\xc2\xe1\xb0\x32\xfd\x48\x1c\ \xe7\x03\x7f\xf9\xf2\x65\x18\x8d\xe7\x21\xa8\x4b\x4b\x4b\xef\x08\ \x00\xd9\x55\x70\x3c\xc7\xdf\xaf\xaf\xaf\xe3\xf8\xf8\x58\x56\xcc\ \x8e\x8e\x0e\xa1\x1e\x88\x7d\xa0\x4b\x8c\xc4\xde\x48\x24\x82\x64\ \x32\x29\xd0\x23\x0f\xef\x52\xa9\xa4\xe0\xd1\xe9\xe9\x69\xbd\xc6\ \x64\x32\xa9\xcb\x98\x44\xf4\x8d\x8d\x0d\x4d\xdf\xe8\x82\xac\xad\ \x3d\x27\x3f\xd3\xce\x1a\x08\x04\x44\x24\xa6\x8b\xa8\xba\xba\x5a\ \x5f\xea\xea\xea\xf3\xd0\x5c\x26\xc3\xcf\xcd\xcd\x09\x6b\xb0\xb3\ \xb3\x23\xb7\x1d\x1f\x58\x56\xed\x0d\x0d\x0d\xea\x14\xa8\x61\x29\ \x14\x0a\x72\xf0\x31\x6b\xea\xe8\xe8\x48\xee\xb3\x7c\x3e\x2f\x2a\ \x30\x8b\x27\x42\x27\xc9\xdf\x29\x97\xcb\x12\x19\xc7\x62\x31\x4d\ \x8e\x9a\x9b\x9b\xa5\xd1\x60\xd5\x4f\x17\x0f\x0b\xdc\x72\xb9\xfc\ \x8e\xeb\x8e\xe2\x59\x97\xcb\xa5\x22\x97\x07\x38\xf5\x72\x1c\xd9\ \xb2\x03\xa5\xb5\xda\xe1\x70\xc8\xa9\x05\x9c\x13\xcd\xf9\xba\x38\ \xde\x3f\x3b\x3b\x93\x3e\x80\xc5\x34\x1d\x7e\xfc\x3e\x70\x52\x45\ \x9d\x53\x22\x91\x80\xcf\xe7\x53\x21\x45\x41\x23\x5d\x7e\x74\xec\ \xe4\xf3\x79\xc5\x61\x54\x2a\x15\x1d\x4e\x74\x12\x6e\x6c\x6c\x20\ \x9d\x4e\xcb\xd2\xcb\xc0\xea\x62\xb1\x08\x8b\xc5\x22\xe0\x6c\xb9\ \x5c\xd6\xbe\x9d\xb0\x5c\x3a\x44\x93\xc9\x24\x56\x56\x56\x30\x3a\ \x3a\x8a\xdf\xfe\xf6\xb7\x88\xc5\x62\x08\x87\xc3\x9a\xfe\xae\xad\ \xad\x69\x44\x4c\xa3\x03\x05\xca\xfc\x2e\xb2\xeb\x21\xa9\x99\xb9\ \x84\x5c\xfd\x55\x55\x55\x29\x73\x92\xf4\x64\x97\xcb\x85\xc1\xc1\ \x41\x4d\x44\xa9\xb9\xe3\xfb\x44\x4e\x0b\xb1\x19\x9c\xa4\xc4\xe3\ \x71\x54\x57\x57\x23\x1a\x8d\xca\x71\x48\xb1\xfb\xcb\x97\x2f\x31\ \x36\x36\x26\x57\x22\x53\x17\xf6\xf6\xf6\x90\x4a\xa5\x54\x30\x2d\ \x2d\x2d\x89\x30\xbd\xb5\xb5\x25\xa1\x35\x83\xaa\xb9\x2a\x21\xf3\ \x88\xab\x6e\xda\x9a\xa9\xa9\x24\xc5\x7c\x6f\x6f\x0f\xc1\x60\x50\ \x20\xc6\x7f\xfe\xf3\x9f\xf8\xfc\xf3\xcf\xe1\xf1\x78\xf0\xa7\x3f\ \xfd\x49\x80\x50\x3a\x09\x23\x91\x88\xd6\x17\x6d\x6d\x6d\xb0\xdb\ \xed\xc8\xe5\x72\x68\x6d\x6d\x15\x80\x98\xb6\xec\xc3\xc3\x43\xac\ \xae\xae\x62\x6a\x6a\x0a\x1e\x8f\x07\xd5\xd5\xd5\x98\x9f\x9f\xd7\ \x74\x8e\xd9\xa3\xfc\x1c\xdf\xbe\x7d\x8b\x17\x2f\x5e\x60\x7f\x7f\ \x1f\x5e\xaf\x57\xc1\xca\xcd\xcd\xcd\xa8\xaf\xaf\xc7\xe0\xe0\xa0\ \x62\x7d\x9a\x9b\x9b\x11\x08\x04\xb4\xea\xe3\xc4\x83\xf6\x7a\xbb\ \xdd\xae\x26\x86\xcc\x3a\xae\xfa\xe7\xe7\xe7\x01\x9c\x43\x3e\x99\ \x6b\xca\xc9\x09\x23\x9b\x98\x17\x77\x7a\x7a\x2a\x0e\x11\xc9\xd0\ \x9c\x3e\xb0\x49\xe0\x39\xd6\xd6\xd6\x86\x7c\x3e\xaf\xc3\xdf\x6c\ \x36\x4b\x33\xd2\xd8\xd8\x88\xb5\xb5\x35\xad\xec\x78\x16\x25\x93\ \x49\x74\x74\x74\x20\x1a\x8d\x6a\xf2\xba\xbe\xbe\xae\x66\x71\x67\ \x67\x47\x45\x30\x57\x6b\x5c\x6d\xf3\xd9\xa1\xfe\xae\x5c\x2e\xe3\ \xd1\xa3\x47\xe2\x10\x91\xbb\x65\xb1\x58\x54\x7c\x72\xcd\x47\x17\ \xf3\x77\xdf\x7d\x87\xc3\xc3\x43\xbc\x7a\xf5\x0a\x8f\x1f\x3f\xc6\ \xc9\xc9\x09\xec\x76\xbb\x8a\x64\x3a\xfc\x98\x6d\xc8\xec\x48\x42\ \x38\x79\x36\xf2\xbc\xb3\xdb\xed\x28\x14\x0a\xd2\x6f\xd1\x64\xb1\ \xb1\xb1\xa1\xc6\xa8\xbe\xbe\x1e\x2f\x5f\xbe\x54\x7c\x10\xf5\x49\ \x55\x55\x55\x32\xff\x98\x4c\x26\x8c\x8e\x8e\x4a\x0f\xd4\xd9\xd9\ \x89\x91\x91\x11\x09\xbe\xdf\x7b\xef\x3d\x5c\xb9\x72\x05\x81\x40\ \x40\xda\x24\x8f\xc7\x03\x87\xc3\x81\xa9\xa9\x29\x89\xc9\xff\xf2\ \x97\xbf\xe0\xeb\xaf\xbf\x96\xb6\x91\x05\x8f\xc9\x64\xd2\x1a\xbf\ \xb1\xb1\x11\x3b\x3b\x3b\x98\x9c\x9c\x44\x20\x10\x50\xd2\x06\xff\ \x9c\xc6\x06\xba\x96\x9f\x3c\x79\x82\x27\x4f\x9e\x20\x91\x48\xe0\ \xa7\x9f\x7e\x42\x32\x99\x44\x30\x18\x54\xd3\x9e\xc9\x64\xf4\xf7\ \xf0\xb9\x0d\x87\xc3\x42\x12\xec\xed\xed\xa1\xbf\xbf\x1f\x2d\x2d\ \x2d\x48\xfc\x9c\xc9\x3b\x37\x37\x07\x9b\xcd\x86\xc6\xc6\x46\x69\ \xc3\xa8\x9d\xa2\xb6\x8c\x61\xd6\x9c\x44\x2f\x2f\x2f\x2b\x74\x9e\ \x06\xab\x78\x3c\x8e\xeb\xd7\xaf\x4b\xfb\x4a\x44\x50\x24\x12\xd1\ \x33\xb4\xbe\xbe\x2e\x86\x18\xb1\x22\x17\xe5\x2a\xb3\xb3\xb3\x38\ \x3e\x3e\x96\x73\xb1\xa5\xa5\x05\x77\xef\xde\x95\xdb\xbf\xba\xba\ \x5a\x5b\x9c\xe3\xe3\x63\xcc\xcc\xcc\x48\x2c\xdf\xd1\xd1\xa1\xc4\ \x89\xa6\xa6\x26\x0c\x0d\x0d\xe1\xbf\xff\xfd\x2f\xfe\xfa\xd7\xbf\ \xea\x8e\x67\xe2\x40\x5b\x5b\x1b\x22\x91\x88\xbe\x1f\x1c\x14\x51\ \x7e\x53\x53\x53\x83\xfe\xfe\x7e\x45\x0d\x51\xe2\xc2\x01\x0c\x75\ \xa0\x17\x33\x10\x99\xb0\x50\x2e\x97\xb1\xbe\xbe\x2e\x0d\x5e\xb1\ \x58\x3c\x3f\x8f\xef\xdd\xbb\xf7\x19\x1d\x5e\x0e\x87\x43\xf0\xc1\ \xe1\xe1\x61\x64\x32\x19\x75\xd9\xbc\xf8\xb7\xb6\xb6\x90\x4e\xa7\ \xa5\x8f\x19\x1e\x1e\x16\x77\x86\x07\xee\xc5\x4a\x9a\xc4\x6b\x5e\ \xc8\xbc\xa0\x49\xd8\xee\xef\xef\xd7\x43\x46\x9a\x38\xc3\xa5\x9d\ \x4e\xa7\xba\x9c\xee\xee\x6e\x38\x1c\x0e\x45\xc4\xac\xad\xad\x69\ \x1c\x47\x31\x20\x77\xc4\x7c\x0d\xec\x54\xb2\xd9\x2c\xc6\xc6\xc6\ \xf0\xe0\xc1\x03\x5c\xbb\x76\x0d\xaf\x5e\xbd\xd2\x1a\x83\x7b\x77\ \x00\x8a\x3c\x21\x98\x8d\x8c\x1d\xf2\xa5\x76\x77\x77\x45\x72\x2d\ \x14\x0a\xd2\x94\xd0\xe5\x44\x81\x2c\xb9\x5e\xbc\xec\xb8\xb6\x21\ \xdc\xce\xe7\xf3\xc1\x66\xb3\xbd\x43\xcb\xe5\xb4\x8b\x05\xdd\x45\ \x70\x20\x2f\xf9\x8b\xd4\x6e\x7e\x26\xac\xa6\xa9\xb9\xe1\x1a\x8f\ \x19\x67\x74\x97\xd0\xc8\xc0\x0e\x95\x99\x6a\x3c\xc8\xb9\x0a\x33\ \x9b\xcd\x70\xb9\x5c\x2a\x12\x6f\xdc\xb8\xa1\xce\x9b\x4c\x25\x8a\ \x58\xfd\x7e\xbf\x0a\x12\xa2\x2b\x18\xec\x9d\x4a\xa5\x74\xd0\xf2\ \xcf\xe8\x92\xac\x54\x2a\xf0\x78\x3c\x42\x10\xec\xef\xef\xc3\xe5\ \x72\xc1\x64\x32\x61\x79\x79\x19\x5c\x59\x33\x74\xb4\x5c\x2e\xcb\ \x81\xc3\xe2\xae\x58\x2c\x2a\xcf\xad\x50\x28\xc0\xe1\x70\xc0\x62\ \xb1\x20\x93\xc9\x48\x94\xcb\xf7\x81\x45\x5f\x4d\x4d\x0d\x7e\xf1\ \x8b\x5f\xc8\x19\xe4\xf3\xf9\x94\xe5\xc6\xf7\xcf\xef\xf7\x63\x79\ \x79\x59\x53\x05\x16\x97\xec\x56\x69\x7b\x67\x7c\xca\xf1\xf1\x31\ \x3c\x1e\x0f\x2e\x5d\xba\xa4\x20\x6f\xb7\xdb\xad\xf5\x0f\x0b\x29\ \x1e\x98\xec\x0a\x79\x40\xbb\x5c\x2e\x44\x22\x11\xad\x58\x79\x81\ \x0c\x0f\x0f\xab\x99\x69\x6b\x6b\x43\x47\x47\x87\x80\xbb\x9d\x9d\ \x9d\x62\x91\xb1\xf3\x25\x04\x94\xab\x26\x36\x4d\xf7\xee\xdd\x93\ \x4b\x95\xa2\x5b\x3a\x45\xa9\x07\x09\x85\x42\x9a\xac\xf5\xf4\xf4\ \x28\x04\x79\x7a\x7a\x1a\x36\x9b\x4d\xee\x21\x1a\x3b\xa8\x67\x21\ \x5f\xcb\xe1\x70\xe0\xf6\xed\xdb\x2a\x10\x78\xb9\xb0\x60\xe7\xe7\ \xde\xd0\xd0\xa0\x2e\xd3\xe7\xf3\x61\x6d\x6d\x0d\xdf\x7c\xf3\x8d\ \x1c\x9b\x76\xbb\x5d\xe7\xcf\xab\x57\xaf\x90\x4c\x26\x25\x26\xe6\ \xda\x8d\xae\x62\x02\x77\x9b\x9a\x9a\x34\x69\x23\xda\xe2\xf4\xf4\ \x14\x16\x8b\x05\xf1\x78\x5c\x3f\x27\x27\x6e\xa4\xaf\xa7\x52\x29\ \x64\x32\x19\xac\xae\xae\x62\x6d\x6d\x0d\xa1\x50\x48\x08\x88\xd6\ \xd6\x56\xdc\xbd\x7b\x57\x06\x16\xae\xc2\x38\x21\xa3\xd0\x98\xff\ \x50\x28\x4d\x66\xd4\xc1\xc1\x81\xa6\x06\x74\xb3\xcd\xce\xce\x6a\ \x7d\x96\xcd\x66\xb1\xbe\xbe\xae\xe7\x98\x11\x31\x81\x40\x00\x7b\ \x7b\x7b\xc8\x66\xb3\xf0\xfb\xfd\xd2\xb1\x7d\xf0\xc1\x07\x42\x37\ \xd0\xcc\x42\xc2\x36\x0b\x6f\x4e\x43\x78\xe6\xfa\xfd\x7e\xf4\xf6\ \xf6\xe2\xcd\x9b\x37\x42\x44\x34\x34\x34\xe0\xd6\xad\x5b\x32\x68\ \x10\x8d\x40\x2e\xd5\xf8\xf8\xb8\xa4\x13\xcc\xb9\xdc\xd8\xd8\x40\ \x5d\x5d\x9d\x8a\x7a\x62\x70\x2e\x5d\xba\x84\x7b\xf7\xee\x29\xa3\ \xf1\xf1\xe3\xc7\x68\x6d\x6d\x85\xd7\xeb\x55\xb1\x30\x32\x32\x82\ \xab\x57\xaf\xa2\xb9\xb9\x59\xe0\xcf\xda\xda\x5a\x4c\x4f\x4f\x23\ \x16\x8b\x21\x9d\x4e\x6b\xaa\xde\xd1\xd1\x81\xb9\xb9\x39\x4c\x4c\ \x4c\xa0\xab\xab\x4b\x04\x72\xa6\x0f\xd4\xd5\x9d\x07\xdc\x53\x70\ \xbc\xb9\xb9\x89\x4a\xa5\xa2\xc9\xe3\xe1\xe1\x21\x66\x66\x66\x10\ \x89\x44\xf0\xfc\xf9\x73\xd4\xd5\xd5\x61\x68\x68\x48\x38\x95\x9d\ \x9d\x1d\x7c\xf7\xdd\x77\x48\xa7\xd3\x5a\xa7\x65\x32\x19\x69\x8b\ \xd9\xa4\x71\xeb\xc1\xcf\x9b\xae\x3e\x36\x6c\x04\x73\x52\x8e\xc1\ \x95\x2a\x35\x45\xa3\xa3\xa3\x18\x1c\x1c\x84\xc9\x64\xc2\xe2\xe2\ \xa2\x58\x6b\xe9\x74\x1a\x99\x4c\x46\xa8\x0e\x6a\x37\x19\x1c\x7f\ \x74\x74\x24\xa7\x1f\x27\xec\x4c\x21\x98\x9b\x9b\xc3\xfe\xfe\xbe\ \xb8\x7c\x53\x53\x53\x58\x5a\x5a\xc2\xfe\xfe\x3e\x66\x66\x66\xf0\ \xec\xd9\x33\x7c\xf1\xc5\x17\x78\xfe\xfc\xb9\x62\x97\xaa\xab\xab\ \x31\x35\x35\x85\xc1\xc1\x41\x98\xcd\x66\x81\x31\xab\xab\xab\xb5\ \x26\x0d\x06\x83\xb8\x7c\xf9\x32\xec\x76\xbb\xe0\x9e\x04\x67\xf2\ \x7b\x4b\x4d\x1a\xa7\x33\x9c\x72\x31\x5e\x8e\x45\x11\x21\xe3\x5c\ \xeb\x92\x8b\x08\x00\xa9\x54\x4a\x41\xea\x2c\x92\xfb\xfb\xfb\xe1\ \x70\x38\x64\xd4\xe2\xc4\x90\x83\x88\x60\x30\x08\x9b\xcd\x86\xb1\ \xb1\x31\x99\x91\x66\x66\x66\x84\xd4\x00\xce\x8d\x44\x74\x67\xee\ \xef\xef\xe3\xd9\xb3\x67\x68\x6c\x6c\xc4\xc3\x87\x0f\x35\xe1\x2b\ \x14\x0a\x5a\x95\x12\xa8\xfa\xe6\xcd\x1b\xf8\xfd\x7e\x54\x57\x57\ \x4b\x5a\xb0\xb1\xb1\x01\xaf\xd7\x2b\x5d\x23\xb7\x06\x1d\x1d\x1d\ \x92\xb5\xb0\xf8\xa2\x76\xb0\xad\xad\x4d\x48\x26\x02\xc9\x69\x6c\ \xa9\xad\xad\x45\x38\x1c\x46\x75\x63\x63\xe3\x67\x8f\x1e\x3d\x42\ \x3e\x9f\x47\xa1\x50\xc0\xc0\xc0\x00\x5c\x2e\x97\x04\xe6\xdc\x63\ \xf2\xd0\x66\x47\x5a\x57\x57\x07\xaf\xd7\x8b\xb5\xb5\x35\xbc\x7e\ \xfd\x1a\x6e\xb7\x5b\x3f\x34\x3b\x01\x97\xcb\x85\x81\x81\x01\xb9\ \x89\xec\x76\x3b\x5a\x5a\x5a\x54\x54\xd1\xcd\xc3\x0f\x91\x7a\x26\ \x76\x16\xe1\x70\x18\x3b\x3b\x3b\xf8\xf2\xcb\x2f\x11\x8f\xc7\x11\ \x08\x04\xf4\x85\xe7\x04\x84\x0e\x39\x87\xc3\x01\x87\xc3\x21\xf7\ \x10\x05\xbe\xbb\xbb\xbb\x98\x99\x99\x91\xbe\x89\x17\x07\x00\x34\ \x35\x35\xa9\xeb\x24\xe4\xb4\xbd\xbd\x1d\xcb\xcb\xcb\xc8\x66\xb3\ \xef\x44\x0c\xb0\xbb\xe5\xe5\x46\x2b\xb9\xc1\x60\x10\xba\x81\xf1\ \x12\x24\xc8\xb3\x40\x20\x3b\x83\x4e\xa7\xef\xbf\xff\x5e\x2b\xd3\ \x58\x2c\xa6\x15\x4b\x7d\x7d\xbd\xbe\xa4\x04\x45\x52\x1b\x44\x6d\ \x18\xdd\x91\xec\xea\x28\x2a\xbc\xb8\x9e\xe1\xfa\xd3\x68\x34\x0a\ \x70\x79\x76\x76\x26\x77\xd6\x45\x37\xcf\xfe\xfe\xbe\x68\xf9\xe4\ \x0d\xb5\xb5\xb5\x61\x63\x63\x03\x47\x47\x47\x7a\x9d\x17\x0b\x37\ \x12\x79\x19\xf8\x7d\x7c\x7c\xac\x5c\x27\x8a\x3b\x69\xdb\xa7\xbe\ \x82\xc5\x37\x33\xd3\xb8\xc6\xcc\xe5\x72\xa8\x54\x2a\xb2\xc1\xf2\ \x42\x26\xb4\x8e\x9a\x14\xda\xc7\x39\xae\xa5\xdb\x91\xd0\x54\x16\ \x9c\x84\x0e\xd6\xd5\xd5\x21\x91\x48\x48\x13\xc3\xcf\x96\x6e\x53\ \xa7\xd3\x89\x95\x95\x15\xe9\x9b\x38\x65\xda\xdb\xdb\x53\x01\xc2\ \xf5\x21\x1d\xb4\x3e\x9f\x4f\x62\xd4\x70\x38\x0c\xa3\xd1\x28\x26\ \x10\x8b\x06\x46\x43\x6d\x6e\x6e\xea\xb5\x65\xb3\x59\x45\x46\xb0\ \x13\x3a\x3e\x3e\xc6\xe0\xe0\x20\x6a\x6a\x6a\x10\x89\x44\x34\x45\ \xa5\xdb\x92\xd6\x6c\xae\x34\xde\xbe\x7d\x2b\xf7\x2e\xdd\x36\x7c\ \x36\xb9\xfa\xa1\xc8\x39\x91\x48\xe0\xda\xb5\x6b\x72\xa0\x59\xad\ \x56\x6c\x6e\x6e\xc2\x62\xb1\xe0\xce\x9d\x3b\x9a\x68\x72\xbd\x78\ \xe7\xce\x1d\xd4\xd5\xd5\x21\x1a\x8d\xe2\xe9\xd3\xa7\x58\x5e\x5e\ \xc6\xcd\x9b\x37\xe1\x72\xb9\x44\x58\xa7\x73\x8e\xd3\x46\xe6\xc8\ \xd1\x4d\x33\x3d\x3d\xad\x75\xcd\xec\xec\x2c\x4a\xa5\x12\x3e\xfc\ \xf0\x43\xe4\xf3\x79\xdc\xbc\x79\x13\x03\x03\x03\x28\x16\x8b\xe8\ \xeb\xeb\x83\xd3\xe9\x44\x32\x99\xc4\x83\x07\x0f\x70\xf5\xea\x55\ \xf1\xdf\x16\x17\x17\x31\x32\x32\x82\x2f\xbe\xf8\x02\xd5\xd5\xe7\ \x01\xd6\xd9\x6c\x16\xe3\xe3\xe3\x12\x7b\x73\xfa\x4d\xab\x35\x89\ \xe3\x5c\x45\x8c\x8c\x8c\xa0\xb1\xb1\x11\xb9\x5c\x0e\xd7\xae\x5d\ \x93\xdb\xb5\x50\x28\xc0\xe5\x72\x49\x1b\x7a\xfd\xfa\x75\x38\x1c\ \x0e\xdc\xbd\x7b\x17\x16\x8b\x45\xa6\x81\xdb\xb7\x6f\xbf\x83\x23\ \x89\xc7\xe3\x12\xce\x1b\x8d\x46\x4c\x4d\x4d\x69\x55\x60\x32\x99\ \x94\x45\x06\x00\xc3\xc3\xc3\xf0\x78\x3c\x5a\x79\x9d\x9d\x9d\xe9\ \xbb\xe0\xf3\xf9\xe4\x46\x66\x56\x1a\xa7\xf6\x4c\xc2\x60\x13\x4a\ \x21\x37\xf5\xab\xcb\xcb\xcb\xf0\xf9\x7c\x9a\xdc\x3e\x7f\xfe\x1c\ \xdb\xdb\xdb\xf8\xf5\xaf\x7f\x8d\xc1\xc1\x41\xc4\x62\x31\x71\xcc\ \x8c\x46\x23\x0e\x0f\x0f\xb1\xbe\xbe\x8e\xbe\xbe\x3e\x11\xf0\x59\ \x60\x37\x37\x37\xa3\xa1\xa1\x41\x93\xd3\x74\x3a\x8d\xfa\xfa\x7a\ \x6c\x6d\x6d\x21\x1c\x0e\xc3\xe3\xf1\xa8\x00\xf5\x78\x3c\xc2\x70\ \xd0\x35\x66\xb7\xdb\xb1\xb0\xb0\x80\xbd\xbd\x3d\x4c\x4e\x4e\x62\ \x72\x72\x12\xa9\x54\x4a\xec\xb6\x48\x24\x02\xab\xd5\x8a\xeb\xd7\ \xaf\xab\x30\x05\xce\xcd\x18\xdc\x18\x8c\x8d\x8d\x89\x61\xc5\x44\ \x08\xae\x5a\xbd\x5e\xaf\xd2\x0f\x8c\x46\x23\x0a\x85\x02\xa6\xa7\ \xa7\xb5\xe2\xa5\x19\x89\x4d\xdf\xf8\xf8\xb8\x34\x39\xc3\xc3\xc3\ \x28\x14\x0a\xb8\x77\xef\x1e\x4c\x26\x93\xee\xb4\xee\xee\x6e\x94\ \x4a\x25\xf4\xf7\xf7\x6b\x4b\xc2\xa9\xf4\xd8\xd8\x18\xfa\xfa\xfa\ \x50\xa9\x54\xe0\x70\x38\xf4\x99\x6e\x6e\x6e\xaa\x39\xa6\xd8\x9a\ \xcd\x34\xf9\x63\x8c\x9b\x69\x6f\x6f\x47\x36\x9b\x55\x81\xd9\xd8\ \xd8\x88\x64\x32\x89\xb1\xb1\x31\x0d\x01\xe2\xf1\xb8\x34\x97\x3b\ \x3b\x3b\x32\xe5\x1c\x1e\x1e\xaa\x31\xbb\xd8\xd0\x71\x22\x49\xcd\ \xe4\x87\x1f\x7e\x08\xb7\xdb\x8d\xeb\xd7\xaf\x6b\x72\xc6\xf3\x67\ \x64\x64\x04\x8f\x1e\x3d\x12\x63\x8e\x46\x1f\x1a\x6f\x38\x14\xf9\ \xe9\xa7\x9f\xe4\x38\x6e\x6f\x6f\x47\x5f\x5f\x9f\xa6\x50\x9c\x80\ \x1f\x1e\x1e\xbe\xe3\x10\x8e\xc5\x62\x7a\x5d\xf9\x7c\x5e\x03\x82\ \x50\x28\x84\xbd\xbd\x3d\x0c\x0c\x0c\x60\x60\x60\x00\x1d\x1d\x1d\ \xf0\x7a\xbd\xc8\xe7\xf3\x48\x24\x12\x68\x6b\x6b\x43\x26\x93\xc1\ \xeb\xd7\xaf\xb1\xb4\xb4\x24\x46\x1e\x69\xff\x13\x13\x13\x02\x6c\ \x73\xf5\x4e\x7d\x98\xdf\xef\x87\xc9\x64\x92\x6b\x9d\x8d\x30\xcf\ \x4b\x72\xeb\xea\xea\xea\xb0\xb8\xb8\x88\xbf\xff\xfd\xef\xb0\x5a\ \xad\x9a\xbe\xe7\xf3\x79\x8c\x8f\x8f\x4b\x27\xc8\xe1\x08\xd7\x80\ \xa7\xa7\xa7\x88\x46\xa3\xc8\x66\xb3\x28\x14\x0a\xe8\xed\xed\xc5\ \xc3\x87\x0f\x31\x31\x31\x01\x00\x78\xfe\xfc\x39\x8a\xc5\x22\xc2\ \xe1\x30\x42\xa1\x10\x62\xb1\x98\x56\xbe\xe4\x38\xf2\x3b\xc7\x26\ \xb5\xb6\xb6\x56\x06\x40\x72\x1d\xcf\xce\xce\x50\xfd\xf1\xc7\x1f\ \x7f\xc6\xdd\xef\xc5\xcc\x40\xda\x40\xe9\xc4\xa1\xe0\xba\xb9\xb9\ \x19\x56\xab\x15\x3d\x3d\x3d\x2a\x66\x28\x1a\xa3\x26\xa3\x54\x2a\ \x21\xf1\x33\x05\x9d\x7a\x13\xea\xaf\x98\xce\x4e\xf0\x17\x05\xe0\ \x14\xa5\xb2\xfa\x33\x18\xce\x33\xab\xf8\x05\x6d\x6f\x6f\xc7\xef\ \x7e\xf7\x3b\x71\x72\x48\x58\xa7\x5b\x91\xa3\x68\xea\x8d\x2e\xae\ \x7f\x48\x6b\x4d\x24\x12\x72\xb7\xb0\x90\x20\xf4\x8f\x78\x04\x0a\ \xa2\x8f\x8e\x8e\x94\x53\xd6\xd5\xd5\x85\xf7\xdf\x7f\x1f\xb9\x5c\ \x4e\xab\x32\x46\x3d\x30\x3c\xf5\xa2\xad\x9c\x87\xa4\xd1\xf8\xff\ \xa1\xd7\xc4\x52\xb0\xfa\x3d\x39\x39\xc1\xde\xde\x9e\x46\xf1\x14\ \x7c\x26\x93\x49\x5d\xb0\x2c\x26\x98\x7b\x45\x71\x21\x2b\x78\x6a\ \xa7\x38\xea\xaf\xa9\xa9\xd1\x5a\x8b\x56\x6b\x8a\xdc\x6b\x6b\x6b\ \x05\xd3\xb4\x5a\xad\xca\x6f\x3a\x38\x38\x80\xcd\x66\x13\x78\x91\ \xc4\x5d\xea\xbe\x38\xf1\xb2\xdb\xed\xc8\x66\xb3\x9a\x8c\xf1\x20\ \xe0\x3a\xad\xad\xad\x4d\x5c\x1f\xea\xc0\x78\x70\xdb\x6c\x36\x19\ \x0b\xda\xda\xda\xde\x41\x5f\xb0\x38\xe4\x34\xad\xab\xab\x4b\x20\ \x3a\x8e\x91\x19\x55\xc2\xe2\x8c\x45\x1f\x8d\x03\x9c\xa4\x19\x0c\ \x06\x4d\x49\xc3\xe1\xb0\xb8\x2c\x95\x4a\x05\x56\xab\x55\xaf\x99\ \x58\x01\x16\xea\x0c\x1f\x65\x41\xc8\x2c\x2b\xf2\xa8\x18\xa9\x41\ \xa2\x30\x45\xe8\x2d\x2d\x2d\x7a\xc0\xc8\x8d\xe3\xb4\x80\x63\x7f\ \xc2\x3e\x79\xb0\xd3\x69\xc8\x49\xe5\xf4\xf4\xb4\x44\xf1\x9d\x9d\ \x9d\xd8\xdf\xdf\xd7\xc1\xcd\xa9\x0d\xb5\x22\x17\x9d\x82\x55\x55\ \xe7\xe1\xc2\x66\xb3\x59\xc4\x71\x6a\x51\xa8\x55\x62\xe1\xc9\x35\ \xca\xdb\xb7\x6f\x51\xa9\x54\x94\x80\xb0\xb9\xb9\x29\x30\x60\x43\ \x43\x83\x1c\x49\x3d\x3d\x3d\x22\x2a\x3f\x78\xf0\x40\x54\x6d\x0a\ \x70\xf9\x7e\x70\x7c\x6f\x36\x9b\x15\x49\xc5\xcb\xbb\x58\x2c\xe2\ \xf1\xe3\xc7\x0a\x79\x8e\xc7\xe3\x2a\xf2\xa8\x9d\x8c\x44\x22\x88\ \xc5\x62\xf8\xf8\xe3\x8f\xe1\x76\xbb\xf1\xe2\xc5\x0b\xb4\xb4\xb4\ \xe0\xce\x9d\x3b\x70\xb9\x5c\x18\x1f\x1f\x47\x53\x53\x13\xbe\xfd\ \xf6\x5b\xb9\x55\xef\xde\xbd\x2b\xfd\x44\xb9\x5c\xc6\x07\x1f\x7c\ \x20\xbc\x01\x2d\xe4\x4e\xa7\x13\xfd\xfd\xfd\xb0\x5a\xad\x5a\x55\ \xb5\xb7\xb7\xe3\xe0\xe0\x40\x94\xf8\x68\x34\x2a\x17\x6b\x36\x9b\ \x95\xf5\x9d\xff\x6f\x30\x18\xc4\x0f\x3f\xfc\x20\x32\x33\x1b\x35\ \xaf\xd7\x2b\x94\x04\xad\xf7\x81\x40\x00\x4f\x9e\x3c\xc1\xdf\xfe\ \xf6\x37\x7c\xfd\xf5\xd7\xe8\xeb\xeb\x7b\x07\x36\xb9\xb5\xb5\x85\ \x67\xcf\x9e\x21\x10\x08\xe0\xe0\xe0\x40\x78\x82\xd6\xd6\x56\x5c\ \xba\x74\x09\x2f\x5e\xbc\x40\x4d\x4d\x8d\x98\x3b\x5c\xe5\x05\x02\ \x01\x45\x80\x10\x13\xc1\xb5\xc7\xee\xee\x2e\xdc\x6e\x37\x12\x89\ \x84\xa6\xe0\x24\xdd\x27\x93\x49\xf8\x7c\x3e\x2c\x2d\x2d\xe1\xdb\ \x6f\xbf\x95\x16\x6d\x79\x79\x59\xeb\x56\x4e\x89\x68\x32\xea\xe9\ \xe9\xd1\x5a\x84\xe6\x8c\x70\x38\x8c\xfa\xfa\x7a\x24\x7e\x26\x5e\ \x73\xca\x77\x76\x76\x86\x8e\x8e\x0e\x8c\x8e\x8e\x6a\x2d\xc8\xc6\ \xf2\xd6\xad\x5b\xb0\xdb\xed\xd2\x74\x71\xc2\xc3\xb8\x2d\x16\xc3\ \x95\x4a\x05\xfb\xfb\xfb\x68\x6b\x6b\xc3\xb3\x67\xcf\xf0\xf6\xed\ \x5b\x4d\x78\x1f\x3f\x7e\x8c\x17\x2f\x5e\x60\x63\x63\x43\x8e\xe9\ \xf5\xf5\x75\xbc\xff\xfe\xfb\xa8\x54\x2a\xf8\xc7\x3f\xfe\xa1\x8b\ \x36\x1e\x8f\x4b\x2b\xb9\xbb\xbb\x8b\x0f\x3e\xf8\x40\x02\x6a\x36\ \x46\xbc\xc4\x89\xc9\xb0\x5a\xad\x98\x9b\x9b\xc3\x8b\x17\x2f\x24\ \xe9\x60\xe0\x2f\x4d\x3a\xed\xed\xed\xb0\xd9\x6c\x98\x98\x98\x90\ \x0b\x3b\x9b\xcd\xc2\xe5\x72\x89\xad\x54\xa9\x9c\xc7\x88\xd1\x45\ \xd7\xd0\xd0\x80\x68\x34\xfa\x8e\x19\x89\x0d\x80\xdf\xef\x87\xc1\ \x60\xc0\xec\xec\x2c\xea\xea\xea\x34\x0d\xe2\xe5\x5c\x2e\x97\xf5\ \x0c\x0d\x0c\x0c\xc0\xe9\x74\x6a\x12\x4b\xa3\x15\x61\x9a\x46\xa3\ \x51\xa9\x02\x81\x40\x00\x26\x93\x49\xa9\x05\x1c\x6c\x78\xbd\x5e\ \x14\x8b\x45\x41\x88\x29\xc2\xee\xea\xea\x42\x24\x12\x41\x34\x1a\ \x95\xd6\xd7\x62\xb1\xe0\x7f\xff\xfb\x1f\x62\xb1\x18\xb2\xd9\x2c\ \x12\x3f\x63\x8f\xc2\xe1\x30\xca\xe5\x32\x56\x56\x56\xb0\xb3\xb3\ \x03\xaf\xd7\x8b\xfe\xfe\x7e\x19\x0b\x0e\x0e\x0e\xf0\xf9\xe7\x9f\ \x63\x7e\x7e\x5e\xeb\xf2\xde\xde\x5e\x35\x6e\xbc\xeb\x18\xc1\xc3\ \x22\x87\x68\x1c\xc6\xd9\x55\x2a\x15\x74\x77\x77\x23\x18\x0c\x22\ \x18\x0c\x8a\x65\xc9\x73\xef\xec\xec\x0c\xff\xfa\xd7\xbf\xd0\xd9\ \xd9\x89\xc6\xc6\x46\xcc\xcc\xcc\xa8\x79\x3e\x3a\x3a\xc2\xb5\x6b\ \xd7\xb4\x91\xe0\x94\x3c\x99\x4c\x6a\x5a\x5b\x55\x55\x85\x4f\x3e\ \xf9\x04\xdd\xdd\xdd\xb8\x75\xeb\x16\x02\x81\x80\x92\x16\xb2\xd9\ \x2c\x72\xb9\x9c\x20\xa9\x4c\x0e\x60\xbd\xc0\x86\xf6\xe8\xe8\x08\ \x2e\x97\x4b\x06\x12\x9a\xdd\xcc\x66\xb3\x74\xdc\xd4\xc9\xf2\x7c\ \x0a\x87\xc3\xf8\x3f\x54\x7c\xba\x17\x1f\xad\x24\x95\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x1d\x92\ \x00\ \x01\x47\xe6\x78\x9c\xed\x5d\x5b\x73\xe3\x36\x96\x7e\xcf\xaf\x50\ \x39\x2f\x99\x5a\x91\xc6\xfd\xa2\x6e\xf7\xd4\xec\x4e\xcd\xcc\x6e\ \x65\x77\xa7\x26\x93\xec\x33\x2d\xd1\xb6\xd2\xb2\xe4\x91\x64\x77\ \x77\x7e\xfd\x1e\x90\xa2\x44\x4a\xa0\x09\x88\x80\x2c\x75\xda\x4a\ \xaa\x25\xf0\x02\xe2\x3b\x07\x07\xe7\x86\xc3\xf7\x7f\xfc\xfc\x38\ \x1b\xbc\xe4\xcb\xd5\x74\x31\xbf\xb9\xc2\x29\xba\x1a\xe4\xf3\xf1\ \x62\x32\x9d\xdf\xdf\x5c\xfd\xfc\xcf\xbf\x24\xea\x6a\xb0\x5a\x67\ \xf3\x49\x36\x5b\xcc\xf3\x9b\xab\xf9\xe2\xea\x8f\x1f\xbe\x7b\xbf\ \x7a\xb9\xff\x6e\x30\x18\xc0\xc5\xf3\xd5\x68\x32\xbe\xb9\x7a\x58\ \xaf\x9f\x46\xd7\xd7\x4f\xcf\xcb\x59\xba\x58\xde\x5f\x4f\xc6\xd7\ \xf9\x2c\x7f\xcc\xe7\xeb\xd5\x35\x4e\xf1\xf5\xd5\xee\xf4\xf1\xee\ \xf4\xf1\x32\xcf\xd6\xd3\x97\x7c\xbc\x78\x7c\x5c\xcc\x57\xc5\x95\ \xf3\xd5\xf7\xb5\x93\x97\x93\xbb\xed\xd9\x9f\x3e\x7d\x4a\x3f\xd1\ \xe2\x24\xac\xb5\xbe\x46\xe4\x9a\x90\x04\xce\x48\x56\x5f\xe6\xeb\ \xec\x73\xd2\xbc\x14\x9e\xd1\x76\x29\x41\x08\x5d\xc3\xb1\xdd\x99\ \x6e\x67\x8d\x3e\xcf\xa6\xf3\x8f\xad\x0f\x53\x1c\x2d\xce\x6e\xa0\ \x69\x1a\xa6\x93\x9b\x2b\xb8\x95\x54\x9c\x15\xbf\x1f\xf2\xe9\xfd\ \xc3\x1a\x8e\x53\x91\x72\x4a\x69\xd9\xfa\x69\x3a\x59\x3f\xd4\x1b\ \x3f\x40\xeb\xfb\x49\x7e\xb7\x32\x47\xcb\xbb\x98\x5f\x70\x1b\x51\ \x1c\x83\xa3\xd0\x67\x9e\x2d\xff\xba\xcc\x26\x53\x40\xba\x3c\xaf\ \x3c\xb3\x79\x44\x69\xce\x36\xd7\xc0\x55\xab\xf5\xe2\xa9\x3a\x77\ \x00\xd4\xfd\x32\x03\xc2\x9a\xc6\x64\xbc\x98\x2d\x96\xa3\xef\x51\ \xf1\xf7\xae\x68\x5a\x3c\x65\xe3\xe9\xfa\xcb\x08\xbf\xbb\xda\x5d\ \x53\x8c\x08\x8e\xc2\x7d\x45\xad\x79\x71\x77\xb7\xca\x61\x60\xc0\ \x44\xd7\xfd\x7a\x43\x2d\xbd\x29\x4b\x6f\x78\xdb\xdb\xfb\xeb\xe6\ \xb0\xbd\x51\x62\xc8\x03\x25\x49\xa4\x14\x63\x27\x94\x18\xe9\x8d\ \x52\x8e\xcc\xc7\xad\x37\x66\xeb\x2d\xe5\x5e\xfd\xa9\x3b\x40\x5b\ \xba\xf5\x67\xe5\x81\x54\xfa\x75\x38\xc6\xe6\xe3\xd6\x61\x64\x36\ \x20\xca\x83\x0d\xee\x8a\x3f\xa7\xe7\xa6\xa8\x37\x1b\x8c\x8b\x3f\ \xb7\xde\x6c\x4c\x17\x0e\x25\x98\x8d\x1e\x28\x11\xc4\xb2\x7d\x76\ \xb2\x4f\x72\xa5\x75\x6f\x94\xdc\x7b\xd3\x88\x07\x98\x2c\xb6\xfe\ \xec\x54\x51\x5a\x46\xa5\x8a\xa4\x3e\x54\x71\xe7\x5d\x49\x6d\xcf\ \xed\x47\x15\x75\x6b\x3e\x6e\xbd\xd9\x78\x20\x20\x4a\xc8\x47\xd0\ \xdf\x66\xb7\x93\x5b\xe1\xf4\xdc\xe8\x94\x82\x5e\xa2\x10\x82\x7e\ \x8c\xc6\xf4\xd6\x8d\x2a\x28\x88\xa0\x9f\xdc\x9a\x8f\x5b\x87\x71\ \x05\xbd\x50\x3e\x6c\xe0\xae\x15\x09\xd5\x9f\x0d\x7c\x7a\xb3\xa1\ \xe4\xcb\x06\xd9\x9d\xf9\xb8\xf5\x67\x63\xbb\x80\x54\x91\x3e\x54\ \x71\x17\x61\x42\x06\x98\x9c\xb7\xe6\xe3\xa6\x19\x5b\x17\xfb\x94\ \x12\xcc\x88\xe2\xd2\xab\x5b\x8d\xcc\xc7\x6d\x90\x21\x98\xa1\xe0\ \x85\xcc\xad\xbf\xc8\xcc\xc0\xe3\xe8\x62\x42\xf4\xd7\xc5\x32\x6e\ \x3e\x6e\xbd\xc5\xd5\xc5\x04\xf3\x31\xef\x24\x36\x1f\xa7\xe7\xb6\ \xab\xf6\xb1\x04\x59\x64\xbd\x5e\x80\x46\xec\xa1\xd3\xe5\x94\x51\ \xa7\x55\x5f\x50\xeb\x3a\xec\x85\x92\xb8\x95\x5a\x4e\xdc\x50\xb2\ \x0b\x16\x4f\x8d\xd5\x63\x74\x36\x1e\x08\x46\x15\x42\xa8\x8f\xb8\ \xcf\x8b\x3f\x87\xe7\x86\xfb\xf6\x17\xf7\x19\x31\x9f\xbd\xde\x52\ \xb4\x61\x69\x7b\xaf\x56\x79\x58\x5d\x13\x0a\x35\x4a\x11\xee\x2b\ \x17\x5f\x1b\x07\xdc\x9f\x5a\xb9\x6c\x7f\x1c\x4e\x1a\xe6\xad\xf9\ \xf8\xf5\x6e\xb3\xca\x82\xa3\xc8\xfd\x6c\x58\xa5\x54\xa6\x5c\xe4\ \x3d\xb7\x5b\x79\x7e\xa8\x39\xaf\x65\xdc\x6e\x31\x07\x9b\xa1\x5c\ \x61\x1d\x63\x0d\xe6\x8a\xe0\x28\x6b\xb0\x95\xa7\xa0\x37\x1b\x47\ \x87\x43\x49\x4a\x11\xc3\xa6\x84\xfb\x5a\x35\xba\x48\xbc\x24\xad\ \xca\x7d\x34\x9b\x12\xfa\x0b\x62\x53\xfa\x0c\xd0\xb6\x7c\x06\x64\ \x03\xee\x33\x59\x94\x56\xb7\xca\x8d\x0d\x44\xff\xc9\x72\x4b\xe1\ \xe3\xa2\x8a\x41\x6f\x56\x01\x96\x62\x81\xa4\xb1\x5f\xbc\xba\x05\ \x6d\x93\x09\x37\xe2\x08\xab\xef\x2f\xe5\x02\x51\xc9\x30\xf3\xea\ \x96\x73\x20\x06\x75\xeb\xf6\x28\xd1\x30\x9e\x4d\x9f\xfe\x9e\xad\ \x1f\xaa\x4b\xab\xdf\x3f\xcf\xa7\xeb\xd5\xcd\xd5\xf3\x2a\x5f\xfe\ \x04\xfd\xe6\xff\x3b\xff\x79\x95\x5f\xd5\x79\xa6\x3a\x53\x69\x52\ \x53\xdc\x97\xf9\x78\x7d\x30\xa2\xa6\x16\x3d\x99\xae\x9e\x66\xd9\ \x97\xd1\x74\x6e\x9e\xe8\xdd\xe2\x25\x5f\xde\xcd\x16\x9f\x46\x2f\ \xd3\xd5\xf4\x76\x96\xbf\x2b\xfe\x9d\xce\xcc\x50\xab\xa6\xbb\xe9\ \x6c\x36\x9a\x2f\xe6\x46\x69\x5a\x2e\x3e\xe6\xb5\xc9\x62\x7e\x26\ \x45\xdc\x69\x04\xa4\xad\x1a\xcc\x9d\xc7\xd9\xd3\xe8\xf6\x79\xbd\ \xae\xb7\xfd\xba\x98\xce\x47\x8f\xd3\x75\xbe\xac\x5a\x8b\x1f\xb3\ \x29\xfc\x33\xc2\xa8\x6a\x9c\x64\xab\x87\x6c\xb9\x84\x87\xac\x75\ \x5a\xb4\x96\xc0\x8e\xb6\x67\xee\x88\xf2\x98\x2d\x3f\xe6\xcb\xf2\ \x82\x7c\x9e\xc1\x63\x27\xb7\xd9\xf8\xe3\xfd\x72\xf1\x3c\x9f\x8c\ \xb2\xf1\xf8\xf9\xf1\x79\x96\xad\xf3\x1a\x95\x96\x9f\x8d\x42\x80\ \x29\x61\x1c\xd7\x15\xbd\xe5\x17\x7b\x7b\x15\x74\xab\x2b\x16\x9b\ \x90\x9b\x4a\xb1\x54\xb4\x2e\x65\xe1\x1e\xa4\xce\x89\xd0\x17\x51\ \x29\x93\x9c\x11\xb1\xc7\x40\x86\x68\x40\x46\x51\x63\x96\x8a\xba\ \x9b\xdf\x86\x69\xb2\xd9\xbe\xe8\xb8\x83\x7b\xca\x94\xca\xdd\xf3\ \xdc\x41\xaf\x94\xa7\xaa\xd6\x54\x04\x15\x47\x0f\xcb\xfc\xee\xe6\ \xea\x7b\x4b\x48\xaf\x3a\xef\x7e\xd3\xf8\x3a\xe7\x8d\x0f\x3b\x18\ \x1f\x3c\x45\x75\xab\x7f\x2e\xb3\xf9\xea\x6e\xb1\x7c\xbc\xb9\x7a\ \xcc\xd6\xcb\xe9\xe7\x1f\x48\x2a\x31\x62\x43\x04\x1f\x9c\x52\xce\ \xc9\x10\x93\x14\x51\x85\xe8\x30\xa1\x70\x10\x71\x26\xf0\x1f\xb6\ \x37\x5a\x02\x1d\x70\xca\x1b\x7c\xdf\x84\x42\x69\x51\x53\xe5\xec\ \x12\xd6\xf2\x38\xab\x71\x36\xcb\x7f\x00\x65\x50\x98\x3f\xb9\xeb\ \xf1\x0b\xb9\xb9\x62\xd0\xa5\x66\xb2\xe6\xea\x79\x05\x43\x86\xa9\ \x2f\x86\x5f\x30\x0c\x4b\xa6\x1a\x3a\xd7\xbb\x6b\x3f\x43\xcf\x54\ \x82\x74\x14\xac\x16\xa2\xfc\x6c\xce\xd5\x29\x58\x6c\x18\xe9\x06\ \x0e\xfb\x8f\xc1\x82\xe3\x40\x52\x4c\x98\xd6\x0a\xbb\xe1\x40\x0e\ \x19\xc0\x01\x07\x94\x0a\x25\x99\x56\x0d\x1c\x60\xc4\xdc\xc8\x2a\ \xb6\x8f\xc3\x5e\xab\x0d\x07\x8a\xdf\x18\x07\x2c\xcf\x02\x07\x50\ \x55\x3b\x70\x28\xc6\xa6\x80\xb7\x28\xfc\xb9\x8d\xad\xc6\x83\xee\ \x63\x23\x30\x36\xc2\x08\x16\x0e\x02\x02\xa5\x5a\x21\x0d\xe7\x16\ \x32\xa2\xfc\x85\x18\xa7\x20\x2e\x94\x71\x5b\x60\x3c\x24\xa9\xe0\ \x94\x88\xba\x9c\x30\x58\x11\x9e\x4a\x8d\xeb\x12\xcd\x60\x05\xad\ \x88\x31\xca\x5f\x9f\x3b\x48\x06\x97\x21\x86\x9e\x1a\x73\x37\x19\ \x82\xf4\x31\x3c\x43\x74\xaa\x29\xa7\xbc\x09\x03\x81\x46\x60\x24\ \xd1\x84\xe1\xa0\xd5\x0a\x83\x13\xcb\x60\x23\xb9\x09\x50\xc2\x6d\ \x68\xfc\x18\x96\x61\x29\x08\x34\x8e\x6b\x0e\x84\x76\x96\xd9\x52\ \x60\xb3\xac\x54\xbf\x08\x3c\x67\xf1\x37\x44\x4d\x4e\xd1\x69\x5d\ \x56\x19\x78\xa0\x45\x30\xc5\x18\x7f\x0d\x1e\xa4\xf8\xd7\x04\x0f\ \xac\x40\x68\xd3\x1e\x08\x9e\x4e\xc1\x7b\x51\xf0\x90\x54\x85\x42\ \x46\x76\x8a\x97\x4b\x42\x46\x15\xb9\x65\x01\xe7\x95\xfc\xaa\xc4\ \x0e\x4b\x89\x08\x3a\xaf\xc0\x9e\x0d\xbc\x38\xbd\x0d\x94\xbd\x30\ \x70\x12\xbd\x5c\x81\x52\xad\x95\xd2\x8e\xe3\xc2\x47\x8c\x0b\xa7\ \x5a\x82\xa9\xc6\x0e\x31\x71\x67\x91\x84\xa4\x94\x15\x5f\xf3\x44\ \xec\xb3\x09\xc5\xa9\x40\x54\xd7\x1e\x6e\xb3\x80\x73\xa4\xf9\xeb\ \x0b\x38\xe2\x4e\x82\x46\x20\xa3\x40\x72\x24\x5d\x60\xe2\xa8\x16\ \x51\x73\x87\x89\x0a\x91\x0a\x26\x95\x0b\x4c\xa0\x9b\x70\x4d\x99\ \xa2\x05\x4c\xa0\x6d\x23\xf8\x68\x03\x13\xc2\x2a\x05\x2b\x1c\x8c\ \x43\x0d\xb0\x80\x1c\x95\x62\x0f\x2c\x04\x62\x9a\x4b\xdc\xe4\xa9\ \xc3\x56\x8b\x93\x0d\x91\x4e\xb0\x6c\x57\x31\x8f\x58\xf2\xed\x2c\ \x1b\x7f\x74\xf1\x2b\x23\x7b\xa0\xdf\xc7\x55\x65\xe9\xcb\xee\xa8\ \x42\xf6\x74\x5b\x3f\xef\xac\xc7\xc8\x8e\x8a\x5a\xb7\xfb\x3b\x04\ \x02\x3d\x1f\xb3\x9a\x6b\xc5\xf8\x3c\x98\xda\x67\xb7\x57\x59\xba\ \x16\xb8\x77\x77\x7b\x1c\xf6\x31\xb6\x3e\xcf\x71\x8c\x2e\x53\xc9\ \xb0\xb6\x32\x7a\xe1\x05\x91\xa9\xf1\x99\x36\xa7\x7f\x13\x25\xe0\ \xe8\xce\x95\xc2\xc6\xd1\xc2\x23\x76\xea\xce\x65\xd6\x6c\x85\xbe\ \x1c\xdd\xc2\x63\xe2\xa8\xfc\x91\xaf\x93\xc7\x92\x36\x26\xc3\x60\ \x86\x13\x09\x8b\x57\x3f\x1e\xeb\x76\xaf\x58\x17\x26\x8f\x48\xf3\ \xa7\x87\xe9\xda\x25\x3a\x0f\x77\xb5\xc6\x97\x7d\x78\xcc\xd2\x97\ \x95\xc7\xa0\x2f\x6b\x34\x39\x54\xc8\xa7\x50\xb2\x3c\x32\x18\x26\ \x13\xe6\x94\x0f\x03\x9a\x53\x80\x90\x0f\xd6\xb9\x6b\x6f\x51\xe3\ \xa3\x85\x9f\x24\xb8\xac\x82\xbb\xf6\xce\x16\x77\x95\x55\x0c\xe6\ \x62\x54\x84\x8c\x87\x2e\xfc\x4c\xc3\xb8\x37\x17\x39\xcf\x34\x8c\ \xe3\xf2\x90\xf1\xcf\xc6\x40\xa8\x37\x0f\xb9\x23\x64\xcd\x79\x08\ \x88\x10\xf1\xc8\x68\x71\x9e\x65\x98\xf4\xce\x67\x71\x9f\x65\x24\ \x6a\x36\x4b\x11\xf3\x71\x97\x9f\x60\xeb\xf1\x8c\x39\x61\x64\xcd\ \x93\xf3\xdc\xb7\x32\xe1\x52\xb9\xf1\x2c\x0d\x98\x2b\x79\x0a\xc3\ \xd2\x6e\xf1\xbd\x1a\x6d\x94\x8c\x2a\xbd\x31\xbf\xb5\xd0\x12\x89\ \x61\x82\x95\x06\xb5\xc8\x28\x42\x4a\xc2\xcd\x14\x67\x35\xf7\x88\ \xd5\x76\x75\x35\x2a\x81\x2f\xd8\x2e\xc1\xe0\x2b\xd5\x30\xdb\x51\ \xc5\xa9\xa0\xd4\x86\xaa\xa3\x76\x69\xe0\x13\x5f\x3b\x7c\x89\x1d\ \x3f\x8c\xa1\x5d\x90\xbe\xf0\x29\x17\x07\x50\xec\x00\xb7\x3d\x94\ \xdd\x12\xf6\x76\x0c\x70\xc3\x53\xf0\xce\x08\xf7\x29\xa2\xd6\xf6\ \xb8\x6c\x4b\x0c\xd7\x31\x5a\x6b\x06\x47\x22\x0c\xce\x3b\x14\x1d\ \x6b\x70\xec\x1c\x3c\xfc\x87\x0e\xe8\x16\x47\xb5\xa3\x5b\xda\x0c\ \x4c\x9c\xe7\xc0\x2c\xe2\x67\x6d\xbe\x9a\x04\xa8\x1f\xf6\x96\xbb\ \x7e\x00\x38\x09\x9c\x33\x03\x40\x05\x04\xa0\x3b\xfd\xe8\x0c\x01\ \xc0\x24\x24\x02\x4e\x92\xeb\xdc\x10\x10\x21\x11\x38\x53\xf1\xf6\ \x2a\x02\x04\x85\x44\xc0\x49\x0e\xc6\x8e\xcf\xd9\xc3\x67\xaf\xa2\ \x00\xda\x18\xc9\x93\x3d\x66\x38\x8c\xf1\xb9\x86\xe0\x0c\x14\x6e\ \x2a\x58\xe4\xfc\x20\x7b\x2a\x90\x3d\x6b\xc8\x31\x3f\x08\xc6\x26\ \xdd\x34\xb0\xc8\x39\x65\xf6\x6c\xaf\x76\x8d\x1b\xa5\x70\xa6\xc0\ \xac\x4a\x29\x83\xcb\xb4\x02\xcd\x5b\x0a\xc5\x91\xc9\x27\x63\xa0\ \xd8\x50\xd9\xe4\x81\xc3\xa4\x35\xd7\x74\x32\x83\xd3\xef\x5d\x24\ \x9a\xbc\xe9\x33\x88\x44\x5f\x80\xc3\x80\xf3\xaf\xde\xe2\x8d\xe9\ \x30\xe0\x75\x05\xf4\xeb\x84\x2f\xa6\xc3\x80\xbb\xa9\xaf\x97\xe9\ \x30\xe0\x6e\x9a\xe9\x65\x3a\x0c\xb8\x9b\xd2\x79\x99\x0e\x03\xee\ \xa6\x4f\x5e\x9e\xc3\x80\xbb\x69\x87\x67\xa6\x19\x04\x74\x18\x70\ \x37\x15\xf2\xcc\x00\x08\xe8\x30\xe0\x97\xa9\x1b\x06\x74\x18\x70\ \x79\x89\xe6\x72\x50\xed\x58\x9e\xa9\x78\x3b\x99\xc3\x80\x4b\x27\ \x39\xf8\x7b\x70\x18\x70\xe5\xa6\x82\x5d\xa2\xc3\x80\x2b\x37\x0d\ \xec\xf7\xee\x30\xe0\xaa\x53\x24\xda\x73\x91\x13\xce\x69\xcf\xf2\ \x73\x6d\x35\x68\x02\x94\x21\x74\x2e\xdb\x64\xba\x0b\x51\x33\xc2\ \x6b\x7c\x51\x4b\x12\x19\x23\x28\xd1\xca\x87\x38\x26\x4d\xc4\x15\ \x2d\xd2\x9f\x38\x26\x4f\xc4\xb9\xbb\xa8\x05\xda\xcc\xd2\x95\x30\ \xaf\xa2\xa3\xce\x09\x90\xa6\x98\x52\xff\x2a\x6d\xce\x19\x90\xa6\ \xbb\xa8\x65\xda\x0a\xac\x94\x57\xe1\x26\x2f\xac\xfa\xe7\x1f\x79\ \x61\x15\xb5\x58\x5b\x81\x15\xd5\x3e\xa9\x5a\x3e\x58\x59\x77\x36\ \xc4\xc3\x8a\xc7\x9f\x83\x92\xfb\x94\x1f\xf2\xc2\xaa\x7f\xfd\x21\ \x1f\xac\xac\x85\x19\xc3\x62\x85\xbd\x8a\x4a\xfa\x60\x65\xdd\xcd\ \x10\x11\xab\xb8\xeb\xa0\xc1\x4a\x20\x8f\x94\x5b\x2f\xac\xe4\x69\ \x65\xbb\xb5\xfa\x6b\xd0\xf4\xf6\x84\x23\x9f\x39\xe8\xa3\x61\x45\ \x2a\x28\xdc\xa6\x5f\xc5\xad\xf0\x6b\xac\x80\x44\x10\xdf\xa2\x72\ \xce\x58\x85\xa9\x97\xe6\x8a\x95\x0e\x28\xaf\xec\xa1\xa7\x8e\xb8\ \x5a\x52\xaf\x08\x7a\xe6\xb1\x35\x7b\xe0\xb0\x25\x19\x37\xa1\xaa\ \xd3\xd7\xd2\x62\x5a\x09\xaf\x37\x79\x78\x4c\x0d\x2d\xfb\x57\x76\ \xf4\x98\xf8\x5a\xb6\x14\x44\x8b\x35\xf5\xeb\xd1\x86\x73\xda\x8f\ \x67\x78\xcd\x93\xc9\xcf\x3f\x00\xca\x98\x80\xcb\x3b\xbd\x69\xf6\ \x8d\x9f\x05\x22\x71\x98\x4e\x59\xdf\x89\x11\x8f\xe5\x8e\x7a\x25\ \x46\x7c\x96\x13\xf8\x98\x0a\x6b\xe7\x1d\x34\x66\x20\x1c\x95\xee\ \x2c\xda\xd1\xc2\x72\x06\x91\x38\x2c\xa7\xfb\x6f\x75\xf4\x61\x39\ \x1d\x70\x9f\x9a\x3d\xa8\xdd\x11\x64\x4f\x88\x38\x2c\x54\x12\x2e\ \xd0\x6e\x0f\xfc\xb7\x64\xe6\x27\x44\x1f\xb3\x31\xb8\x1a\x45\x14\ \x2f\x99\x0e\x50\x41\xd9\xc3\x4b\xa6\x43\x96\x50\xb6\xc7\xca\x3b\ \x12\x13\x12\x76\x4c\xe2\x85\x6b\xf8\xde\x9e\x4e\xd0\xb2\x99\x21\ \x11\xb4\x33\xac\x61\xdf\x7a\x98\x78\xbd\x87\xc0\x5d\x3e\x50\x64\ \x2f\x47\x1e\x49\x3e\x40\x77\x01\x77\x8c\x1f\xc1\x0e\x58\x26\x9a\ \xc6\x4c\xe7\xf0\xe1\x07\x96\x48\x7d\x44\x71\x8a\xed\x28\x62\x58\ \x79\x40\xa1\xfe\x6f\x09\x73\xb7\xf2\x28\xb2\x6e\xa2\xee\xc1\x10\ \x87\xa1\xd6\x8e\xf8\x70\x22\xc5\x31\xc9\x4b\x2e\x29\x30\xf6\x78\ \x75\xcb\x9e\x99\x84\xd1\x63\x98\xa1\x1a\x41\x0c\x57\x12\x50\xa7\ \xbf\xc2\xea\xee\x4a\x82\xee\x02\xbe\xc3\xed\x38\x66\x20\xc7\x28\ \x0f\x21\xb3\x86\x7c\x78\x46\x25\xdd\x89\x43\x2d\x2c\x43\x7c\xd4\ \x0b\x1f\x8e\x09\xf0\xea\x01\x1f\x8e\x09\xf9\xee\x81\xe3\x38\x46\ \xd4\x62\xc2\x6f\x93\x67\xe5\xc1\x32\x60\x6a\xb0\x23\x5c\x3f\xdb\ \x81\x46\xe2\x99\xfe\x2a\xa9\x17\xcf\x04\x56\x49\x8f\xe0\x19\x15\ \x59\xcc\x74\xa7\xa6\xf9\x30\x0d\x49\x64\x77\x82\x5e\x1b\xd7\x78\ \x85\xfb\x7d\xb8\x86\xf6\xd7\x5c\x7d\xb8\x86\x06\xd6\x5c\xfd\xb9\ \x86\xab\x63\xb6\x7a\x04\x4d\xe7\xf3\xe1\x1a\x96\x28\x71\x5c\x5d\ \xac\x72\xa8\x91\xb8\xa6\xbf\x7a\xeb\xc3\x35\xec\xcd\xd5\x5b\x4e\ \x8e\xb1\x7f\x83\xa6\x40\xfa\x70\x0d\xe8\xc1\xf2\x58\x3d\x98\x93\ \x38\x69\x0d\x40\xc6\xd3\xea\xc1\x2c\xb0\x1e\x7c\x98\x74\xd9\x91\ \x32\x9a\x70\x76\x58\x98\xfe\xad\xd2\x46\xed\x49\xaf\x2d\xfb\x4c\ \x13\xd1\x5d\x1a\xd8\xca\x3e\xe5\x98\xe3\xd8\xd4\xbc\xbf\x52\xec\ \x63\x53\x5b\x4b\x00\xf6\x63\x9f\xfd\xf2\xf9\xaf\xa7\xd9\x26\x0c\ \x1f\xb3\x54\x39\xa6\xda\xda\x33\x7f\x5b\xf6\xe6\x26\xac\x3b\x95\ \xb8\x25\xeb\xc0\x0c\x22\x8e\xd3\x8d\xc7\x89\x75\xb6\xf2\x43\x60\ \x85\xf7\x30\x7f\xb7\x23\x35\x39\xc1\xc7\x04\xd2\xdf\x20\x3b\xd9\ \x9e\x78\xdd\xb2\x9d\x39\xd1\xfa\x18\xad\x78\x83\x47\x1c\x49\x63\ \xad\x35\x19\x4f\xd2\x88\x80\x4a\x71\x7b\xc6\x41\x62\x72\x41\xa2\ \x4c\x0d\x29\xe3\xb8\xbf\x5b\xc8\x23\xa5\x55\x8f\x88\x96\x75\x00\ \x1d\x06\xd4\x24\xda\x43\x55\x89\xa4\x3e\xa2\x92\x32\x77\xc4\xac\ \x01\x45\xdf\x70\x95\x47\x77\xd1\x2b\xda\x1a\x6f\x6d\xe2\xf5\x66\ \x5e\xf7\xc7\x57\xfd\x4b\x92\x82\x9e\xea\xd1\x5d\xe4\xca\xb6\x85\ \xa3\x32\xc1\xda\xcf\x18\xf4\x78\xfe\x10\x8e\x27\x8f\xee\xe2\x16\ \xe0\xdc\x38\xe9\x40\x62\xfa\x39\xea\xdc\x07\x60\xf5\xb6\xc6\xc3\ \x8b\xc4\x9f\x8c\x42\x51\xe3\x44\x8f\x04\x57\x08\x5f\x83\x7b\x77\ \x34\x6e\x05\xdc\x8d\x5f\x26\xe1\x3e\x75\xcb\xbd\xf0\xb2\xba\xd8\ \x22\xe2\x15\x77\x6d\xdc\x78\x24\x12\xe5\xb5\x36\xfa\xe0\x65\x75\ \x2e\xc5\xc3\x8b\x45\xaf\x63\x6e\x4c\xae\xc4\xbc\x21\x3d\x8a\xf6\ \xa5\xfa\x97\xc6\xf7\xd1\xbd\x54\xe4\xea\xf8\xa5\x1d\x91\x60\xe1\ \xf7\xc2\x7a\x0f\xb8\x42\x64\x02\xb8\xc3\x65\x2d\xca\xff\xad\xf0\ \xf2\xf1\x75\x94\x08\xd8\xe8\x35\xfc\x4c\xeb\xd7\x57\x08\x28\x5e\ \x1a\xb1\x81\x8f\x7e\xed\xf0\xc5\x4b\x89\x35\xf0\x39\xbd\xa0\xec\ \x12\xeb\x28\x99\xc1\x39\xbd\x56\xec\x12\xeb\x28\x99\xc1\x75\xfa\ \xd0\x2f\xb5\x8e\x12\x0c\x8e\x9d\xc5\x3b\x39\x43\xd7\x51\x32\x03\ \x3b\x8b\x77\x46\xbe\x55\x1d\x25\x03\xc0\x59\xbc\x8c\xf6\xad\xea\ \x28\x19\x00\xce\xe2\xa5\xaa\x6f\x56\x47\xc9\x20\xe0\x24\xb9\xce\ \x0d\x81\x60\x75\x94\x00\x01\x7e\xa6\xe2\xad\x67\x12\x81\x0f\x02\ \x4e\x72\xf0\xeb\xaf\xa3\x64\xa0\x70\x53\xc1\x2e\xaf\x8e\x92\x19\ \x9b\x9b\x06\xf6\xfb\xae\xa3\x64\x70\x72\x12\x89\xdf\xcc\x65\x98\ \x2c\xfa\x6b\xb7\xf7\x62\x9a\xcb\x5c\x7c\xf5\xde\x86\x98\xe6\x32\ \x17\x4e\xcb\xd6\x65\x9a\xcb\xdc\xed\x65\xe5\x97\x69\x2e\x73\x11\ \xc3\x17\x70\x26\xe6\x32\xef\xce\xa7\xbb\x4c\x73\x19\x96\x83\xf3\ \x1c\xd8\xa9\xcc\x65\x2e\x2f\xd1\x5f\x10\xd0\x5c\xe6\xf2\x12\xfd\ \x05\x21\xcd\x65\x2e\x2f\xd2\x61\x10\xd0\x5c\xe6\xdd\xd9\xe6\x67\ \x88\x40\x48\x73\x99\x2b\x27\x39\xf8\x7b\x30\x97\xb9\x72\x53\xc1\ \x2e\xd1\x5c\xe6\xca\x4d\x03\xfb\xbd\x9b\xcb\x5c\x75\x8a\xc4\x96\ \x4c\x55\xee\xf3\x22\x76\x8f\x4c\x02\xa6\x02\x54\x5e\x73\xcf\x93\ \x60\xca\x5a\x79\x2d\x5e\x96\x2a\x74\x18\xb5\x84\x60\x51\x61\x47\ \xb1\x38\xc9\xfc\xf0\xf0\xfd\xcb\xc3\x7a\x61\x15\xb5\x3c\x6c\x59\ \x00\x8b\xc6\x29\x80\xc5\x74\xa4\xfa\xd9\x2d\x58\x69\x6b\xfd\xec\ \xb0\xd9\xcf\x58\xf8\x65\x3e\xbb\x16\xea\x81\x87\xef\x3f\xe9\xdd\ \x0b\xf5\x30\x8d\xe3\x96\x87\x35\x45\x6c\x84\xf6\x49\x55\xf2\xe1\ \x2b\xdc\xbf\x3c\xac\x0f\x5f\xe1\xc8\x65\xd2\x4d\x81\x17\xaf\x12\ \xcd\xee\x5b\x44\x98\x26\xfd\xcb\xc3\xba\x6f\x11\x81\xee\xe2\x97\ \xfe\xa6\xc8\x47\x5e\xb9\xef\xfb\x84\x87\x3f\x65\xe9\x6f\xe8\x2e\ \x7e\xe9\x6f\xa1\xe2\xec\x91\x65\x9a\x9e\xb2\xf4\x37\x74\x17\xbf\ \xf4\x37\x58\x11\xb1\xb0\x3a\x65\xe9\x6f\xa6\xad\xd5\xfe\x03\xf3\ \x55\x9c\xea\xfb\xf0\xec\xa7\xac\xfc\x0d\xdd\xc5\xaf\xfc\x4d\x3d\ \x13\xe8\xdd\xb1\xe2\xa7\xac\xfc\x0d\xdd\xc5\x17\xed\x84\xc7\x9a\ \x82\xfc\xb4\xa2\xdd\x5a\xec\x3f\x24\x56\x38\x91\x5e\xe2\x4a\x67\ \xf0\xa1\x6e\x0f\x2f\xfa\x8b\x76\x1f\x95\xc1\x5a\xec\x3f\xec\x46\ \x03\xed\x55\x32\xcd\x47\x15\x15\x71\x6c\xf5\x36\xac\xac\xc5\xfe\ \xc3\x6e\x32\x90\x5e\x6f\xa1\xf1\x51\x45\x65\x7f\xd9\xee\xc3\x57\ \x32\xa0\x6c\x6f\x49\x99\xb0\x26\x39\xf8\xe4\x25\x04\x4d\x88\x70\ \x73\xc9\x59\xbc\x60\x9c\x09\x27\x07\x60\x91\x07\xd2\x11\xf3\xb7\ \x06\xc0\xed\x21\x7f\x7b\x7a\xc0\x9b\x65\x3e\xb8\xc3\xb7\x17\xcb\ \x07\xf8\x1c\xdf\x32\x50\x7f\xd5\xf0\x59\xc3\x77\x44\xe6\x43\x1f\ \xf8\x1c\xb3\x90\x8e\x7e\x53\x73\xef\x24\x87\x3e\x53\xcb\xb9\x98\ \xf5\x91\x59\x05\xbd\xf3\x00\x7a\x0c\x4e\xba\xa7\x6e\x5c\xe0\xe0\ \x1c\xa3\x22\xf8\xd8\xa8\x6a\xaf\x24\x87\x3e\x03\x73\xae\x27\xf6\ \x96\x03\xeb\x4a\x88\xe8\x03\x80\x93\xc0\x39\x4b\x00\x54\x18\x00\ \x5c\xe3\xba\xe7\x07\x40\x3d\x21\xa2\x07\x02\x8e\x79\x59\x67\x89\ \x80\x08\x83\x80\x9b\x78\x3b\x47\x04\xea\x09\x11\x7d\x10\x08\x2a\ \x07\x2d\x29\x13\xd6\x24\x07\x9f\xb4\x05\xbf\x84\x88\x3e\x50\xb8\ \x4a\x44\xa7\xec\x11\x4b\xca\x44\xdf\x24\x87\x3e\x63\x73\x14\x76\ \xfa\xd8\x1d\x06\xd6\x24\x07\x9f\xcc\x84\x80\x09\x11\x3d\x70\xd2\ \x8e\xca\x1c\x3a\x76\x87\x41\x54\x73\x19\x80\xa1\x20\xd3\x0a\xa0\ \x40\x91\x44\xf0\xd1\x72\x98\x80\x48\x52\x29\x25\x0c\x6c\x16\x0d\ \x73\x11\x49\x29\x83\xcc\x18\x49\x1d\x73\xd7\x2f\xc8\x64\x6e\x87\ \x50\xa6\x92\x61\xdd\x13\xc2\x7d\xbb\x4f\x32\x27\x86\xbb\x2c\xb3\ \xd9\x8e\x21\x06\x49\x40\xa4\x96\xe1\x21\x74\x74\xdc\x74\x9b\xce\ \x96\x51\xad\xc6\xd9\x0c\xd4\x8d\x14\x2c\x64\xf8\xab\x67\x5d\x9d\ \x9d\xb1\x26\x99\xdb\x02\xe6\x60\x89\x5e\x3a\x10\x8e\xfe\x86\x6e\ \xab\xd5\x17\x88\xf3\xb1\x70\x25\xbf\x34\xed\x7e\x23\x40\xb6\xc8\ \x6e\xfc\x6e\xd5\x2f\x96\x92\xaa\x3d\xc8\xe2\xc5\x2f\x4d\xf7\xef\ \xc0\x47\xa5\x9c\x16\x7f\xa1\xf0\xb9\x34\x0f\x49\x07\x3e\x18\x34\ \xa9\x50\xd0\x5c\x9a\xef\xa4\x0b\x1a\x59\x7e\x0d\x36\xb5\x2e\xcd\ \xb5\xd2\x81\x0f\x81\x27\x08\x39\xb5\x44\x50\xd1\x7c\x22\xa3\xbb\ \x03\x23\xd0\xfb\xcc\xcb\x0c\xe0\x2b\xd8\xe3\xa1\x70\x72\x15\xd1\ \x9d\x16\xb9\xef\x3a\x7e\x56\xd6\xbb\x74\x8b\xad\x9d\xad\xf5\xae\ \x90\x86\x3b\x54\xe6\x3b\xfc\x42\x8c\x53\x60\x1d\xa5\x04\x83\x69\ \x0d\x36\x82\xe0\x14\x16\x77\x1c\x86\x69\x1c\xb5\xe0\x6f\x26\xfc\ \x9a\x08\x45\x9c\xab\x1f\x14\xbb\x3d\x2e\xc3\x06\x3d\xb5\x19\x2f\ \xea\x85\x6f\xbb\xde\x05\xad\x2e\xc6\x1b\x72\x6a\x53\x5e\xd4\x0b\ \xfa\x76\xbe\xc5\xbd\xbb\x62\xdb\xc5\x1a\x6f\x00\x84\xb3\x06\x55\ \xe4\x82\x5f\x84\x16\x15\xd6\x80\x13\xca\xcd\x75\xb6\xcd\x01\xbf\ \x08\x8c\xc2\x1a\x71\x42\xb9\xf9\xc6\xb6\xb9\xdf\x17\x81\x51\x30\ \x43\x0e\xe0\xf1\x78\x83\xe1\xb1\xb5\x13\x2e\xda\x96\x03\x88\x9c\ \x6d\xdd\x22\xcd\xfb\x22\x30\x0a\x6b\xcf\x01\x46\xee\xd2\xda\xa4\ \x77\x9f\xa1\x8e\x0e\xca\xb7\xc4\x84\xe0\x8d\x92\x2e\x34\x91\x58\ \x21\x35\x04\xd3\x46\x48\x2a\xb1\x84\x6f\x14\x96\x7c\xaa\x83\x00\ \x56\x4b\x41\xeb\x7a\x91\x92\xec\xae\xa9\xfb\xda\xc0\x24\xc0\xc5\ \x01\x86\xcd\xc0\x24\x18\x1a\x8a\x0a\x0a\x82\x56\x68\x50\x6c\x34\ \x1e\xca\x94\x71\xd0\x08\x29\x3b\x5f\x0b\x50\x28\x57\x8f\xc1\x26\ \xd1\xfb\xec\xbc\x06\x9d\x84\x90\xdc\x46\x88\x3e\x88\x31\xc7\x39\ \x59\x6e\x23\x78\x0b\x16\x3b\xab\xa8\x89\xb9\xbb\xdb\xa4\xdc\xec\ \x6b\xfd\x86\x98\xaa\xa5\xd7\x77\xc4\x99\x8a\xdd\xad\x25\x62\xef\ \xaf\x27\xf9\xdd\xaa\xf8\xf6\x98\xaf\xb3\x49\xb6\xce\xbe\xdb\x76\ \x51\xb5\x48\xf3\x2e\x82\xca\x46\x9c\xdc\x8d\xfe\xf1\xe7\xbf\x6c\ \x77\x08\x8c\xc7\xa3\xff\x5b\x2c\x3f\x56\x3d\x83\xb9\x08\x27\x64\ \xb7\x8b\xe7\xf5\xcd\xd5\x76\xdb\x02\x9c\x37\x19\x8f\x0c\xee\xd9\ \xfa\xc3\xf4\x31\xbb\xcf\xaf\x57\x2f\xf7\xff\xf6\xf9\x71\x06\xfd\ \x6f\x0f\x34\x4e\x5e\x7f\x79\xca\x77\x37\x2d\x6f\xbb\xcc\x57\x8b\ \xe7\xe5\x38\xbf\xb9\x7a\x58\xaf\x9f\x46\xd7\xd7\x4f\xcf\xcb\x59\ \xba\x58\xde\xc3\x4d\xe0\xbf\xc7\xa9\xb9\xe8\xfa\xa7\xf5\x74\x36\ \xfb\x4f\xd3\x49\x6d\x27\x43\x79\xd3\xf1\x32\xcf\xd6\x8b\xe5\x87\ \xda\x8d\xcd\x00\xfe\x74\x9f\xcf\xd7\xf5\xc6\xcd\x23\x4c\xd7\xb3\ \xfc\xc3\x7f\x65\x1f\x9f\x6f\x07\x3f\xad\x73\x80\x71\x59\x3c\x6e\ \xd9\x5e\xbf\xc7\xf5\xe1\x4d\x8a\x33\x0f\xfa\x33\xb7\x2d\xc7\xf0\ \x61\x33\x84\x5f\xa7\x8f\x8f\xd9\x38\x7d\x7c\x5e\x4d\xc7\x0f\xd9\ \x6c\x96\x8e\x7f\x2b\x2e\xdd\x9c\xb5\xbb\x12\xba\x98\x4d\xc7\xf9\ \x7c\xd5\x0d\x4b\xd1\xed\xf4\x25\x1f\x2f\x1e\x1f\x17\xf3\x55\x81\ \xd0\xe6\xda\xd5\xf5\x5f\xff\xfe\xe3\x35\x49\xd1\xf5\x01\x38\xc5\ \xb0\xf6\x1b\x57\xcf\xb7\xbf\xe6\xe3\x06\x38\x05\x0b\xfc\x7b\x76\ \xbf\x07\x98\x69\x9d\x4d\x3f\xac\xe6\xd9\xd3\xea\x61\xb1\x7e\x7f\ \xbd\x69\xb0\x9e\x35\xce\x1e\xf3\x65\xf6\xfa\x39\x4f\x70\x97\x45\ \xc7\x6d\x16\x8f\x30\x39\x3a\xfa\x32\x4f\x64\x3b\xa3\x6c\x6b\x0c\ \xa4\x44\xbe\x39\xe4\x82\xb8\x86\xc5\xeb\x2c\xff\xe3\x3e\x25\x6a\ \x5c\xef\x45\x84\x26\x81\x9f\xf2\x25\x30\xf1\xaa\x93\xc0\x9f\xf2\ \xdb\xb4\x6a\x2c\x6e\x3c\x1e\x5f\xff\x23\x7f\x5a\x2e\x26\xcf\xe3\ \xf5\x74\x31\x6f\xd2\xb6\xe7\x8d\xff\x3c\x5d\x81\xa4\xbc\x7d\xb6\ \xde\x78\x99\xff\xeb\x79\x0a\x57\x1c\x75\xe7\xff\x59\xac\x01\x90\ \xb0\x0f\x9b\x2f\xa7\x2f\x05\xee\x86\x64\xab\xb0\xcf\xfb\xd3\x43\ \xb6\xcc\xff\x34\x9b\x7e\x3c\x7c\xe6\x7e\xf7\x2d\x7e\xfd\xc7\x62\ \x52\xbf\x6f\xc1\x77\x1b\x3e\xab\x36\x48\xd5\x84\xef\xfb\xeb\x4a\ \x3a\x17\xbf\xee\xcb\xab\xd6\xb6\xb4\x44\x34\x54\x7c\x63\x62\x54\ \x0b\xd8\x66\x27\xd7\x64\xba\x7a\x9a\x65\x5f\x46\xd3\xb9\x59\x24\ \xae\x76\x92\x1f\x1a\xf3\x65\xf5\x1a\xb3\xea\xe6\x8d\xdb\x6f\x8d\ \x1a\x65\xac\x18\xcd\xaa\x7d\x29\xb0\x50\xca\x21\xa3\x29\x07\x23\ \x80\x0f\x13\x45\x52\x46\xa5\xa2\x35\x6f\xba\xb9\xff\x3d\xe1\x12\ \xd5\xb6\xb5\xdd\xef\x70\xb3\x3e\xda\xbb\xed\xde\xb2\x94\x2b\x49\ \x11\x6e\xec\x51\xdc\xde\xb1\xfe\x46\xa9\xc3\x67\x45\x29\x22\x85\ \xf6\x5a\x25\xef\x21\xcc\xe1\x27\x11\x43\x26\xc0\x9e\x30\xef\x09\ \x1e\x32\x40\x0a\xf4\x01\xf3\xbc\x35\x02\x2f\x41\x1e\xd4\x29\xbb\ \x79\xc6\xe6\x7e\xc1\xfd\x27\x7e\xc9\x97\x77\xb3\xc5\xa7\xd1\xcb\ \x74\x35\xbd\x9d\xe5\xef\x8a\x7f\xa7\x33\x33\x8a\xaa\x69\x37\x2a\ \x86\x08\x12\x58\xf1\x77\x77\xb0\x78\x8d\x60\x59\xfb\x61\x6f\xdd\ \x2e\x12\xdc\xfe\x50\x1c\xae\xed\xeb\x2b\x7e\x2e\x9f\x67\xf9\x68\ \xbe\x98\xff\x96\x2f\x17\xef\x60\xae\x2e\x3e\x16\x3f\xf3\xcd\xf7\ \xe4\xd3\x74\xb2\x7e\x18\x6d\x0d\x4e\xf2\xee\x31\x5b\x7e\xcc\x97\ \xc5\x39\x57\xf5\x61\x3d\xe4\xd3\xfb\x07\x90\x60\x60\xe6\xa6\x84\ \xc9\xc6\xdb\x45\x07\x83\xe2\x36\xa0\xb3\x30\x30\x07\x35\x23\xcd\ \x83\x5f\x6e\xae\x12\x2c\x40\x7b\x62\xb4\x51\x88\x00\x74\x91\xe2\ \x88\xa0\x29\x41\x7b\xd7\x14\x4e\x57\x40\xd6\x50\x4e\x37\x67\xd4\ \x53\xb6\x7e\x38\x39\xe0\x7b\x0e\x60\x93\x0e\x17\x19\x70\x83\x80\ \x19\x2a\xf4\xd5\x78\x75\xe4\x60\x60\xb4\xaf\x41\x42\xa8\x71\x53\ \x22\x84\x87\x25\xb8\xe6\x99\x06\xe3\x01\xf0\x2e\xfc\x5f\x50\x09\ \x78\x15\x37\xbe\x83\x8d\x98\x52\xad\x31\x36\xd1\x2d\x81\x98\x1a\ \x50\xa1\x52\x46\x84\x86\x7b\x60\x06\xdc\xcd\x68\xd5\xa4\xc8\x30\ \x21\x9c\x1b\xd7\x3e\x57\x02\x6e\x93\x60\x30\x34\x15\xa8\xbf\x48\ \x0c\x12\x2c\x61\x86\x08\x0e\xa4\x2e\xcf\x42\x52\x68\xc4\x06\xc9\ \xde\xc5\xa6\x99\xb0\xc1\x6f\x67\x49\x40\x1a\x99\x80\x25\x99\xb6\ \xec\xed\x4e\xa6\xa4\xa2\xd3\x96\x4c\x5b\x5c\x6b\x74\xaa\xb5\xb5\ \xd2\xa9\x22\x53\x83\x48\xcd\xeb\xb6\x24\x6a\xe3\x3d\xda\x58\x77\ \xb6\x0a\xd1\x1e\x15\x37\x34\x2c\xf0\xfe\x7e\x52\xbe\x44\xb6\x15\ \xdd\xfc\x25\x9f\x2f\x26\x93\x0a\xdd\xef\xc7\x94\x80\x01\x65\x07\ \x98\xa9\xa7\xcf\xd5\x11\xc3\x09\xe3\xec\x69\x04\xfa\xc6\xba\xde\ \xf6\xeb\x62\x3a\x1f\x81\x5a\x90\x2f\xab\xd6\x6d\xaf\xb5\x61\xc1\ \x98\xfe\x7b\xc0\x8c\x61\x26\x15\x18\xf1\x20\xd7\xcd\x63\x62\x35\ \xf8\x05\x70\x82\xa5\x43\x0b\x42\x06\x0f\x80\x7e\x4a\x24\x46\x04\ \x0f\x5e\x00\x63\x58\x07\x84\xa2\x14\xda\xb7\xcd\xbf\x0c\xcc\x8a\ \x80\x89\xe2\x6c\xf0\x23\xa0\x99\x12\xcd\x80\x22\x43\xe3\x90\x80\ \xf5\x03\xf1\xc1\xdf\x06\x3c\xd5\xd8\xe4\xb2\x9b\x33\x78\xaa\x14\ \xe1\x84\xd6\x7a\x7c\x18\x00\x4f\x70\xa4\x90\x16\x83\x19\xdc\xb9\ \xe4\x79\x06\xb4\x33\xdd\x0c\x31\x9c\x40\x98\x61\x01\xf8\x83\x13\ \x80\x0d\xcc\x02\x5d\x3b\xfe\xdb\xde\x0a\x57\x11\xab\x51\x07\xce\ \x4a\xa1\x80\xb3\x0c\x26\x98\x26\x5a\x88\xd7\xd6\x25\x26\xdd\x67\ \x59\xcb\x1d\x60\x65\xb3\x72\x86\x16\xfb\x7c\xb1\x5c\x3c\xcf\x27\ \x07\x8c\xd1\x68\x2d\xb8\x64\x36\x85\x7f\x46\x5b\x86\x9b\x64\x60\ \x94\x14\x5b\xce\x47\xe8\x80\x81\x5a\xa6\x77\xc1\x4c\x20\x81\x4b\ \x19\x30\x34\x3b\x6d\x8b\x3f\xc3\x4c\xa0\xbc\x1b\x72\x15\xb3\x1c\ \xc3\x64\xc5\x18\x7e\x00\x5b\x21\xce\x39\x10\x11\xe6\x76\x79\x6a\ \xb2\xf9\x26\x77\x4d\x7f\x1b\xe8\x94\x1a\xca\x60\x73\x79\x52\x5d\ \xcd\x41\x5a\x54\x67\x17\xc2\xba\xbc\x17\x6d\x34\x6e\x6f\xf2\xcb\ \x60\xf7\x38\xa5\xa4\x21\x32\x95\xe6\x91\xa4\xd8\xff\xd1\xc6\x48\ \xb2\xce\x48\xf7\x87\xea\x14\xd6\x57\x27\x90\xe8\xaf\x30\x16\x0f\ \xb1\xfe\x4a\xa4\x5c\xd6\x5f\x62\x59\x7f\x31\x2e\x51\xa4\x40\x3c\ \xa4\xa5\x91\x01\x20\x30\x74\x8a\x31\xd2\x4c\xcb\x12\xf8\x54\x49\ \x26\x88\x1c\x24\x20\xf8\x11\xc3\x04\xa6\x6e\xca\x8d\xf4\x31\xa4\ \x2d\xbe\xec\x1a\x36\x27\x0b\x43\x95\xcd\x51\x10\x20\xc3\xea\x52\ \xda\x68\xac\xae\x32\xa4\xae\x7a\x2f\x49\x4d\x53\x6c\xe6\x8c\xd9\ \x0c\xde\xf8\x7e\xa2\x35\xf8\x35\x8a\x85\x58\x70\x5f\xa3\x58\x49\ \x17\xe1\x43\x10\xda\x4d\x10\xb9\xa3\x07\x3f\xa4\x06\xef\xa4\x05\ \xaf\x7f\x69\x5d\x66\x09\x7d\x7b\xfa\xf0\x13\xce\x28\x7e\x48\x39\ \x93\xaa\x51\x89\xc3\x33\x26\xe0\x9b\x93\xc9\x63\x45\x3d\x7e\x1a\ \x81\xfa\xc1\x63\x88\xb7\x1a\x31\x98\x4d\xb8\xb9\xc8\x36\xdd\xfc\ \xda\x3e\xa7\xe4\xdb\x13\x2b\x84\x59\xee\x3a\xa7\xb4\x85\x8c\x2a\ \x55\xdf\xa6\xd3\x6b\x14\x12\xb1\xf5\x88\x82\x0e\x94\x56\xb9\x0e\ \x67\x4d\x8c\x16\xce\xaa\xbd\xaa\xd8\xd5\x06\xac\x41\xd5\x06\x3c\ \x6d\xd1\xeb\x11\xee\x63\xf1\x81\xf1\xcf\x29\x6e\xac\x2f\xa5\xe1\ \x87\xcd\xf8\x31\xe3\x85\x1b\x0f\xfe\xb0\x34\xba\xba\x02\xa3\x0d\ \x51\xc5\x4b\xc3\x0f\x13\xc4\x85\x32\x86\x9f\xc9\x49\xe0\x30\xf2\ \xc2\xf0\xdb\x34\xff\x58\xdc\x04\x83\x2d\x86\x87\x22\x55\x4c\x49\ \xa3\xa6\x53\xb0\xef\x28\x62\xc6\x06\x10\x8c\x81\xd1\xa7\x40\x8b\ \x17\xc6\xd9\xc9\xe0\x5c\xb8\x08\xbe\x13\x4a\x09\xa2\xb5\x9e\xcd\ \x5d\x25\x47\x9c\x20\x55\x18\x80\x0c\xcc\x77\x4c\x0a\xe1\x47\xb1\ \xd6\x94\x98\xe3\x1a\x34\x7f\x35\xdc\xb6\x80\x4d\x08\x56\xa3\x92\ \x54\xd1\xdd\x35\x05\x89\x09\xe1\x82\x9b\x4b\x4c\xe1\x1f\x2e\x86\ \xdb\x16\xb8\x24\x55\x58\x1b\x33\xb3\x45\xd1\xa7\x0d\xf3\xbe\xe9\ \xcb\x8c\x6d\x31\x3a\xf0\x08\xb7\xf3\x88\x24\x01\x4d\xbf\x6c\xb9\ \x84\xf1\xd4\xe7\xf6\x6b\x06\x61\xc5\x5f\x2d\xf3\x7d\xf9\xd9\x24\ \x21\x94\x4b\x59\xdd\xd7\xb9\xfc\x52\xb5\x73\x54\xb7\x26\x2a\xb7\ \x2a\x11\xc5\x7a\xdb\x28\x71\xb9\x71\xaa\xc2\xa1\xd2\x98\xab\x1d\ \xfa\x52\xc4\x87\x8d\x01\xc2\xea\x77\xfb\x5c\x04\x93\x71\xc1\x64\ \x7b\xf4\xde\x38\x53\x29\x3f\x6b\x7a\xcb\x16\x7a\x33\x76\xce\x04\ \x37\xf5\xf7\x9b\xa4\x6e\xb6\x6c\x89\xcc\x4a\x07\x10\xb5\x10\x19\ \xf4\x2d\x02\x62\x04\x37\x89\x0c\x3a\xb1\x32\x64\xd0\x7b\x44\x86\ \x19\x8e\x38\xe6\xfb\x81\x8e\x8a\xc8\xb5\xf4\xf7\x52\x5a\x57\xff\ \xf4\x0b\x05\xd5\x86\xbe\x0d\x04\x51\x87\x40\x50\x11\x4d\xa1\x88\ \x6e\xd2\xdb\xcc\x4f\x8c\xa4\x14\x7a\x48\x75\x0a\x2b\x12\x07\xa9\ \x0c\xdf\x18\xd7\x00\xce\x7e\x30\x88\x51\xbd\x1b\xbd\x73\x00\xa8\ \x85\xc5\xb7\x20\x19\xe1\xdc\xc4\xd4\x1a\x88\x68\x0b\x5d\xbc\x12\ \xef\x78\x2d\x50\xf2\x16\xb1\x21\xb3\x73\x22\x82\xa7\xbb\xd5\xcf\ \x78\x81\xd1\x09\xcb\xca\x08\xfc\x41\x4f\x4d\x38\xcb\x5e\x8d\x53\ \x12\xae\x3e\xf6\x3d\xf5\xe9\x32\xe3\x18\x6f\x43\x34\x1a\x23\x30\ \xb8\x27\xce\xf7\x68\x57\xa7\xdc\x2e\xcc\x5d\xba\xa8\x25\xd8\x18\ \x94\x73\x36\x04\x34\x09\x21\x88\x31\xa3\xf6\x6a\x30\x1f\x80\x22\ \x85\xda\x8b\xcc\xa6\x2f\x86\x0a\xb5\x97\x80\xf2\x80\x98\x36\x11\ \x8a\x6d\xf3\x2f\xc6\xd7\xa9\x71\x41\x88\x1f\x8d\x25\x83\xa5\xa2\ \xb4\xd8\x01\xa0\x14\x28\xc9\x14\xf4\x5d\x0c\xca\xaf\xe2\x94\x18\ \xcd\x34\x29\x62\xe9\x84\x0d\x69\x51\xbd\x13\x4e\x92\x85\x22\x8a\ \x41\x15\xa0\xaa\x08\x67\xc0\x82\xce\xcd\x2c\x34\x06\x8b\x00\xcd\ \xd8\x74\x66\x0c\x21\x3d\xdc\xb6\x80\x86\x2c\xcc\x8a\xa0\x10\x2f\ \x2f\x01\x3d\x02\x1f\x5e\xa1\xea\x57\x10\x63\x14\x71\x2a\x6b\x5c\ \xd0\x88\x4b\x65\x63\x3d\xd1\xd4\x3d\x2e\x65\xca\x30\x67\xe3\x26\ \x81\xa0\x3b\x2a\x40\xbd\x96\x3d\xe3\x52\x5b\x8a\xb6\x11\x52\xd7\ \x09\x09\x16\x24\xd8\x6f\x0a\x51\x98\x03\xb0\x50\xc2\x37\x02\x86\ \xe2\x0b\xd8\x16\x60\x66\x60\xa6\x37\x46\x1d\x58\x1a\xa0\x70\x89\ \xc2\x82\xc4\x86\xd6\x26\x28\x25\x31\x65\xb2\x30\x09\xb5\xe0\x98\ \xec\x9a\x80\x6c\x0c\x26\x26\xd0\xd0\xcc\x64\xc3\x07\x8a\x31\x51\ \x99\x94\xe6\xe4\x12\x70\x38\x4e\x70\xbd\x6d\x7b\x87\x5f\x06\xbb\ \x87\x29\x65\x01\x18\x54\x60\x0c\x33\xb3\x89\xb2\xf1\xfd\x80\x22\ \x27\x8d\x43\x99\xf4\xca\x7e\x71\x28\x93\x42\xf9\x07\x2b\x27\x08\ \x14\xd2\x18\x71\x8b\x43\x6d\x99\xe7\x55\xa5\xab\x9c\x65\xa4\xca\ \x5d\x2d\x66\x09\x7b\x3d\x75\x75\xa3\x72\x31\x5c\x2b\x83\x6f\x59\ \xde\x2f\x2f\xf8\x61\x5d\xe6\x70\x8c\x25\xfe\x15\x26\x0c\x92\xa4\ \xb3\xef\x6b\x72\x59\xcf\xf1\xc1\x7a\x7e\x39\x61\x92\x13\xd0\x25\ \x48\x2e\x8f\x33\x5d\x2e\x29\xd8\x61\xe7\x26\x79\x62\xf2\xc4\x08\ \x1c\x3a\x4d\x1b\xbd\x3f\x6d\x2e\x34\x2c\x72\x0a\x22\xc5\x88\x1e\ \x76\xcc\xa1\xb3\x0f\x6e\x58\xb9\xaa\x91\x4d\x70\x0a\xca\xc4\x08\ \x18\xba\x4c\x1f\x42\xf7\xa7\xcf\xc5\x85\x41\x4e\x41\x9e\x98\x4a\ \x41\xa7\xbd\x58\x73\x5d\x95\xf6\x22\x18\x5d\x58\x11\x86\x0b\x87\ \x1c\x68\xbd\xb4\xc8\x27\x32\x9e\x35\x0d\x8f\x5a\xda\x8b\x92\x73\ \x8d\x79\x99\x1f\xc7\x05\x25\x88\x14\xf6\xe2\xa6\xb9\xc8\x89\xa3\ \xc2\x80\x09\x66\x21\xd1\xc6\x32\x37\xe6\x8b\x12\x9c\x21\x56\x6c\ \xcf\x04\x0b\x92\x14\xf6\x07\x4d\xa9\x12\x98\x8b\xca\x6c\x04\xda\ \x0c\x29\x68\xf4\x4c\x68\xbe\xc9\xba\x33\xbb\x3b\x65\x99\x04\x07\ \xd7\x23\x6a\xe8\xab\xe1\x16\xac\xc8\x85\x03\xfb\x02\xf1\xe1\xb6\ \x05\x2e\xe0\x40\x7d\x30\x83\xd8\xee\x12\x66\x2e\x81\xde\xe1\xf1\ \xcc\xfd\x18\x53\xd0\xb4\x6d\x31\x7d\x68\x64\x36\x95\xb6\x98\x8d\ \x5d\x6e\x6b\xb3\x83\xcf\x6e\x1a\x80\x29\x1a\x24\x94\xb5\x2b\xc2\ \x51\x73\x66\xd6\x5c\x99\xf5\xd2\x28\x37\x57\x80\x00\x07\x5b\xbd\ \xbe\xc9\xec\xe6\xca\x6c\x24\x56\xba\xfe\x0a\xad\xca\x85\x29\x53\ \xad\x94\xaa\xed\xbe\xad\x1c\x98\xc6\x7c\xa3\xb2\xf6\xb6\x85\x32\ \x86\x81\xc1\xdc\xc4\xb5\x6a\x1f\x65\xc4\x03\x09\x58\x75\x6a\x7b\ \x3f\xdf\x3a\x96\x60\x52\xf9\x5b\xec\xb5\x33\x8b\x1d\x75\x12\x57\ \x37\x88\x2b\x52\x60\x2b\x41\x65\x83\xb8\x04\xb8\x9a\x92\xda\x99\ \x15\x71\x8d\x7f\x80\xa8\x9a\x53\x68\x4b\x5c\x99\x12\x8a\x69\xed\ \xad\x09\x65\xd8\x82\xc2\x03\xa2\x9a\x82\x57\x86\x37\x28\x05\x91\ \x89\x31\x39\x23\xf2\x72\xd5\x42\x5e\xaa\xce\x91\xbe\x61\x02\x30\ \xf6\xbd\x38\x95\xad\xfe\x3e\x9f\xcd\xa6\x4f\xbb\x9d\x67\xc5\x7c\ \x05\x61\x60\xea\xf8\xd4\xe9\x49\x61\x12\x8b\xda\x66\xe8\x71\x79\ \x9e\x86\x25\x93\x36\x6b\xf0\x18\xa7\x13\x91\x75\xc6\x0a\x4f\x78\ \x62\x76\x9d\x0a\x26\x5b\x7d\xaa\x4a\x0b\xf4\xca\x12\xb9\xe7\xb4\ \x3b\x5c\x22\x51\x91\xb8\x6d\x92\xa9\xeb\x74\x79\x97\xcf\x33\x78\ \x90\xe4\x36\x1b\x7f\xbc\x2f\x78\x61\x94\x8d\xc7\xcf\x8f\xcf\x86\ \x14\x57\xfb\x2b\xa5\x32\x2f\xd4\x73\xf1\xba\xd8\xf7\x3c\x11\x58\ \x54\x35\xa1\x12\x56\x22\x0e\x2a\x10\x4c\x25\xbd\xef\x73\x81\xc5\ \x28\xe8\x96\x27\x8e\x1a\x6f\x77\xfd\xca\x76\x3c\xc1\xe8\x62\x04\ \xb5\xea\xa3\x7a\xa3\x0d\x4f\xc0\x2e\x27\x4a\x05\xf5\x08\x6b\x00\ \xdc\xb1\xf7\x97\x55\x33\x8d\xa3\xc6\xeb\x18\x2f\x32\x9e\x78\x7e\ \xe4\x8b\x12\x94\x3a\xa4\xd2\x05\x06\x09\xeb\x9c\x87\x95\x77\x9e\ \x9b\x45\x36\x31\x78\x26\xf7\xf5\xea\x7b\x82\x58\xa6\xe4\xb7\xcd\ \x4f\xfd\x36\x3f\x99\x9c\xa7\xb3\xda\xfb\xc4\xb0\xcf\x9c\xb3\xde\ \x80\xb4\x65\x48\x7e\xdb\xf9\x14\x61\xe7\x53\xb9\xf8\x36\x77\xd0\ \xed\x6f\x7c\x62\x48\xc9\xb7\xdc\xf7\xc4\x90\x38\xc5\x26\x0d\x03\ \x05\xc5\x82\x1e\x4a\xf8\xcb\x0b\xfc\xbd\x69\x7e\x39\xd0\x2b\xf6\ \x06\x80\x0b\x8b\xe6\xed\x24\x36\x60\xf3\xc6\xfb\x33\x18\x92\xb1\ \xb7\xa4\xed\x06\x2b\x2d\x7b\x08\x2f\x24\x08\xf8\xd6\x44\xfa\xb6\ \xe1\xc9\x65\xc3\x13\x00\xc5\xdf\x9a\x54\xea\x54\x9b\x72\x61\xb0\ \xdf\x76\x3b\x1d\x41\x9f\xd8\xda\xc3\x65\x46\xf9\xea\x7c\xa5\xfc\ \xeb\x5d\x74\x38\xab\xc1\x28\x6a\xd9\xd6\xf0\x6d\xab\xd3\xe9\xb6\ \x3a\x41\xf7\x67\xbb\xf3\x85\x61\xd4\x62\xea\x7d\xdb\xe8\x74\xd4\ \x46\x27\x86\xf4\xf9\xee\x73\x02\x6a\x7f\xdb\xe6\xd4\x7b\x9b\x13\ \xa0\xc8\xad\xbb\x9c\xde\x9b\xf2\xa1\x1f\xbe\xfb\x7f\x61\x29\x86\ \xbb\ \x00\x01\x1e\xd5\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\x1e\x5b\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x78\x5c\ \xc7\xd9\xf6\x9f\x99\x39\xb0\x28\xd6\x8a\x19\x0d\x92\x99\x21\x4e\ \x62\x3b\x0e\x33\x63\x83\x4d\xd3\xbe\xa5\xb7\x6f\x9b\xc2\xd7\x24\ \xe5\xa6\x6d\xda\x24\x0d\x33\x39\x89\x1d\x07\x1c\x3b\x76\xec\x18\ \x63\x66\x96\x6d\x49\x96\xc5\xbc\x5a\x3c\x34\xf0\xfd\xb1\x92\x2c\ \x53\x1a\x70\x1b\xbb\x39\xbf\x4b\x97\x2d\xed\x9e\x3d\x3b\x7b\x76\ \xe6\x3e\xcf\x3c\x33\x73\x0f\x12\x42\xd4\x1d\xaa\x9d\x33\xe7\x8d\ \xfd\x55\x7b\x0c\x43\x43\x08\x83\x8d\x8d\xcd\x37\x0c\xce\xb9\xc3\ \xe1\x28\x2f\x1f\x7a\xd5\x35\x37\xe4\xe7\x17\xa2\x9a\xea\x83\x7f\ \xfe\xd3\x83\xdd\x5d\x9d\xaa\xea\x44\x18\x09\x21\xec\x6b\x64\x63\ \xf3\x4d\x03\x21\xc4\x39\x37\x0c\x3d\x39\x39\xe5\xa7\xf7\x3f\x20\ \xcd\x9d\x3b\xbb\xa3\xa3\x5d\x51\x1c\x16\x65\x00\x62\xe0\x71\xfd\ \xbf\x0b\x01\x03\x9f\x3a\xfa\x6c\xff\xf2\x18\x1b\x1b\x9b\x33\x43\ \x1c\x24\x49\xe9\xe8\x68\x9f\xfb\xf6\x6c\x92\x91\x9e\x24\x04\x08\ \x21\xfa\x5b\x35\x02\x00\x84\x74\x8b\x45\x4d\x4b\xb7\x28\x65\x5c\ \x22\x08\xa1\x63\x43\x89\xd8\x23\x86\x61\x98\xa6\x49\x29\x05\x00\ \x8c\xf1\x97\x08\x37\x10\x42\xa2\x4f\x57\xbe\x59\x5f\x02\x00\x20\ \x3b\x40\xb3\x39\x7d\x10\x42\x08\x4c\x48\x77\x77\x97\x14\x8d\x44\ \x31\xc6\x03\x2b\xab\x25\x44\x30\xa2\x67\x3a\xe4\x2c\xaf\x43\xc6\ \xe0\x37\x59\x4d\x30\x8a\x64\xc9\xad\x2a\xfd\x95\x18\x21\xa4\xe9\ \x9a\x65\xf1\xb8\xb8\x78\x45\x51\x38\x17\xd1\x48\x38\x18\x0c\xb9\ \xdd\xae\x81\x81\xc6\xe7\x29\x4a\x34\x6a\xc8\xb2\x24\x49\xd2\xbf\ \x38\x2e\xd6\x90\xbe\xd6\xab\x06\x42\x70\x40\xe8\x0b\x7e\xc2\x93\ \x41\x19\x33\x0c\xcb\xe5\x52\x4f\xed\x69\x6d\x6c\xbe\x62\x35\x8f\ \x44\x22\x92\x10\x82\x73\xde\xff\x20\x13\x42\x0b\xeb\xd7\x14\x26\ \x9f\x9f\x97\x92\xe6\x90\x65\x8c\x02\x26\xdb\xd3\x1d\x79\x61\x5f\ \x73\x63\x44\x8b\x73\xaa\x5c\x08\x84\x50\x24\xa2\x29\xaa\x73\xe4\ \xa8\xa1\xc9\x49\x89\xb2\x2c\x73\xce\x35\x4d\xaf\x3b\x54\x57\x7b\ \xa8\xda\xe3\x76\x9e\xb0\x86\x23\x8c\x2c\x4d\x8b\x18\x16\x02\x00\ \x84\x1d\x0e\x87\xaa\x48\x1a\x75\xa6\x15\x16\x79\xfd\xb5\x4d\x61\ \x43\x60\xe5\xf8\x9e\x08\x42\xc0\x28\x0b\x45\x0c\xaf\xc7\x81\x09\ \xfe\x8c\x9e\x0a\x02\xd0\xa2\x51\x93\x32\x01\x80\x89\xe4\x72\x3a\ \x24\x82\x4f\xe1\xdd\x58\x00\x8e\x1a\xa0\x82\xae\x28\x32\x47\xe4\ \xf3\x74\x9a\x10\x46\x54\xd7\x23\xba\xd9\xff\x80\xcb\xe3\x96\x08\ \x06\x21\x28\xc7\x42\x49\x2f\xca\x93\x7b\x0e\xd5\x75\x50\x49\x16\ \xba\x2a\x63\x7f\x84\xba\x9c\xb2\xa2\xc8\x76\x10\x61\xf3\xf5\x86\ \x0d\xa4\xbc\xac\xb8\xff\x4e\x2c\x10\x0a\x85\xb5\xdb\x0b\x12\x6e\ \xcc\xf5\xba\xcc\xa8\xa1\x85\xf5\x48\x58\xa1\x7a\x9e\x0a\xc3\x52\ \xdc\x1b\x5b\x82\x41\x81\x64\x42\x4c\xd3\x44\x58\x1a\x33\x76\x74\ \x9c\xd7\x6d\x59\x96\x61\xe8\x94\x9a\x84\xe0\x54\x5f\x0a\x00\x6a\ \x69\x69\x55\x55\xe5\xf8\x8a\x6d\x9a\xa6\x92\x5a\x30\xa4\xb4\x34\ \x3b\x3b\x37\xd3\x97\xc8\xc2\x9d\x9d\x7e\x0b\x7b\x8b\x7f\xfc\xe0\ \xf7\xe2\xf7\x7e\xba\xa5\xbe\x13\x29\x8e\xfe\x64\x05\xe7\x9c\x73\ \x21\x00\x31\x86\x98\x9a\x31\x66\xfc\x30\x47\xfb\xa1\x2e\x83\x23\ \x4c\x00\x40\x08\xce\x19\x17\x02\xa0\x4f\x80\x84\x00\xdd\x52\x92\ \xf3\x4a\xca\x0a\x0b\x72\x72\x72\x52\x3c\x4a\xb8\xab\xdd\x64\x18\ \x13\x2c\x38\xe7\x8c\xf3\xfe\x83\x63\xe7\xe6\xe2\xf8\x47\x84\x40\ \x80\xd0\x91\x77\x17\x00\x20\xfa\x5e\x0b\x5d\x41\xcf\x25\x77\x7f\ \xef\xf6\x89\xa9\xdb\xd7\xad\x0f\x08\x15\x84\x88\x95\x10\xf5\x5e\ \xbd\x81\xaf\xea\x2d\x95\x65\x82\x94\x98\x57\x5e\x5e\x9c\x9b\x95\ \x93\x9d\x9d\x9b\x9d\x99\xae\xf8\x9b\x83\x14\x00\x44\x57\x10\x97\ \x8c\xbb\xe2\xff\xee\x1a\xbe\xf8\xad\x75\xe3\x6e\xff\xf1\xbd\xd3\ \x32\x37\x6d\xa8\xce\x1b\x37\x29\x43\x6f\x6f\x0f\x84\x04\x51\x50\ \xec\x94\xb1\x77\x8f\x9d\x50\x1c\x79\x0b\x3b\xb6\xb0\xf9\x77\xea\ \x02\x48\x9c\xf3\x58\x25\x43\x08\x69\xa6\x35\xd8\x85\x66\x25\xa3\ \x90\xbf\xb3\x36\x62\xa5\x28\x24\xd5\x41\x76\x75\x98\x99\x2e\x29\ \xc3\x29\x5f\x95\xe5\x7c\xf2\x70\x84\x62\x64\x58\x56\x59\x59\x91\ \x22\x4b\xfb\xf6\x55\x75\x77\xfb\x65\x59\x46\x08\x4c\xd3\x1a\x34\ \xa8\x2c\x2b\x2b\xb3\xad\xb5\x4d\xd7\xa3\xc7\xdc\xf4\x10\x46\x91\ \x9e\xd0\xd0\xab\x66\xfd\xe4\xe2\x71\xfe\x8e\x0e\x4e\x24\xab\xfb\ \xf0\x9b\x4f\xff\x73\x4d\x87\x0e\x00\xc4\x15\x47\x91\x02\xd1\x08\ \x91\x55\x4c\x50\x48\xe3\x44\x92\x65\xc4\x40\x0f\xeb\xd4\x99\x9a\ \x5b\x76\xcf\xf7\xae\xfc\xe0\xe7\x7b\xf7\xd7\xf4\x78\x09\xd3\x29\ \x8f\x58\xc4\xa9\x10\xcc\x74\xce\x98\xec\x74\x02\x80\xe0\xa0\x31\ \xe7\x85\x77\x7c\xe7\xbc\x0c\xd1\x19\x32\x10\x26\x1d\xfb\x56\xbe\ \xf0\xf2\x3b\x2d\x1a\x89\x52\xc9\xa1\x4a\x44\x98\xd4\x8a\x4a\x4e\ \x8f\x49\x31\x08\x4e\x30\x06\x6e\x30\xc6\x24\x87\xd3\xe4\x04\x84\ \xc0\x08\x90\x11\xc5\x04\x5b\xd8\xc5\xb9\x90\x30\x06\x6e\x51\x06\ \x58\x96\x89\x30\x05\xa3\x12\x56\x1b\xeb\x0e\xee\x96\x9a\x42\xcc\ \xa1\x73\xa4\x4a\x18\x01\x17\x46\x84\xc8\x4e\x89\xa0\x60\x94\x12\ \x45\x51\x31\x30\x6a\xc9\xc8\x12\x92\x0c\x08\xa2\x21\x5a\x3c\x6d\ \xca\x8f\xef\x38\x97\x76\xb5\x47\x29\x92\x58\xf0\x9d\x3f\xef\xaa\ \x6e\x32\xa9\xe4\x90\x88\x70\x3b\x25\x21\x00\x63\xde\x5c\x5f\xbd\ \xb3\xbd\x3e\x24\x65\xff\xf0\x7b\xb7\xd5\x3d\xdd\xb1\xb3\x65\xaf\ \x4b\x66\x94\xf3\x80\x89\x9c\xb2\x84\x85\x49\x2d\x53\x76\xb9\x0d\ \x8a\x84\x40\x12\x46\x00\x42\x02\x6e\x57\x5f\x9b\x7f\x5f\xbc\x20\ \x0d\x6c\xbd\x51\xc3\x1a\x97\x88\x71\xd8\x6f\x31\x7e\x30\x22\x7d\ \xd2\x12\x29\x51\xf9\x36\x4b\xb9\x2d\xcd\x8a\x98\xe1\x4a\x45\x89\ \x43\x3c\x44\x19\xc1\x52\x7c\x5c\x9c\xa6\x69\xc1\x60\x30\x2f\x2f\ \x37\x3e\x3e\x9e\x10\xb2\x73\xe7\xee\x70\x38\x22\xcb\x72\x62\x52\ \x52\x5d\x5d\x8f\x2c\x1f\x75\x66\xe0\xb1\x48\x5c\xd2\x0e\x6f\x78\ \xf0\xa7\x0f\xec\x71\x9f\xff\xf4\x5f\xbe\x33\x6d\xca\xc8\x4d\x6f\ \x35\x68\x06\x1d\x7f\xfb\x4f\x26\xde\x41\xab\xd6\x2e\x7c\xe5\x95\ \xb9\x35\x7a\xd2\xe0\x29\x97\xde\x75\xcd\xd9\xb9\x71\x7c\xc7\xf2\ \xf9\xcf\xbc\xfc\xa1\x69\xe8\xa1\x30\x5c\xf2\x93\xdf\xce\xec\xde\ \xfe\xfb\x5f\x3c\xda\xa9\x96\x5e\x7f\xe7\x8d\xe7\x8f\x2b\x62\x9d\ \x35\xf3\x5f\x7f\x69\xf1\x96\x7a\xe2\x72\x0a\x01\x08\x80\x48\xa4\ \x66\xc9\x3f\x6f\xfe\xed\x47\x13\xee\xfc\xdd\xdf\xef\x9b\x51\xb4\ \xe0\x93\x7d\x07\xc5\x85\x37\xdd\x72\xc5\x59\x43\x54\xa3\x7d\xf9\ \x3b\xaf\xce\x5e\xbc\x27\xeb\xac\x2b\xee\xbb\x65\x56\x86\xd7\xc9\ \x02\x4d\x0b\x5f\x7b\xfe\xfd\x95\x7b\xf0\xe8\xab\x1f\xbc\xe7\x12\ \x9f\x8b\xfb\xeb\xb6\x3d\xff\xf8\x0b\x35\x6a\xf1\xff\xfe\xef\xad\ \xe5\xa9\x1e\xb3\xab\x69\x4f\x5d\xa0\xa4\x62\xb0\xc7\x6c\x5d\xf0\ \xca\x53\xaf\x2e\x69\xce\x28\x2a\x2a\xe7\x16\x43\xc9\xb7\xfc\xf4\ \xc7\x53\x0b\x52\x1c\x84\xef\x5f\xb7\xe8\x95\x97\xe7\x54\x47\x12\ \xcb\x27\x5d\x76\xc7\x55\x53\xd3\x5c\x98\x46\x5b\xe7\xbe\xf0\xd4\ \xca\x9d\xed\xb2\xc7\x09\x08\x84\x10\x66\xdb\xc1\x7f\xfc\xfc\xc7\ \xef\xec\x88\xc4\x79\x9c\x79\xa9\x71\xe0\x1b\x76\xcf\x9d\xd7\x4d\ \x2e\x49\xa1\x3a\x35\xb5\x83\x96\x41\xd3\x0b\x0a\x06\x39\x90\xba\ \xb4\xc9\xdf\x19\x1e\x73\xe3\xff\x8c\xb9\xb6\xf1\x9f\x0f\xfd\x79\ \x65\xa3\xfb\xfc\xeb\x6f\xba\xfe\xbc\x91\x2e\xa3\x63\xf9\x7b\xaf\ \xbd\xf6\xc1\xd6\xa4\x31\x17\x7c\xe7\xd6\x0b\x4a\x33\x92\x0e\x6c\ \xff\xe8\xa1\xbf\xbe\xe9\x50\x55\xbb\x06\xdb\xfc\xbb\x74\x61\x60\ \xbc\xc0\xb8\x48\x60\x1a\x8b\x1a\x26\x15\x17\xc6\x79\x1e\x8d\xca\ \x2f\xb4\xeb\xbf\x29\x93\x12\xad\x80\x46\x99\x57\x51\x64\x46\x18\ \x96\x25\xc0\x42\x70\xc3\xa0\x42\x08\xc3\xd0\xa3\x51\x99\x10\x2c\ \x04\x63\x8c\x59\x96\x45\x08\x62\xf4\x48\x48\xdd\x9f\xa7\x14\x42\ \x80\xe0\x80\x95\x84\x94\x8c\xc2\x34\x9f\x4b\x81\x0e\x4d\x63\x80\ \x14\x85\x6c\x7e\xf3\x89\x05\x5a\xc9\x4f\x6f\x9b\x39\x7a\xd3\x8a\ \x43\x87\xcb\xef\xbd\x63\x66\xfd\xdc\x27\xff\x51\xed\xfd\xd1\x8f\ \xae\xbb\xe6\x70\xed\x9b\x07\x75\x84\xf4\xc5\x4f\x3f\xba\xa4\xa6\ \xa5\x2d\x1c\x7f\xf6\xf5\xd7\x5c\x50\xc2\x9f\x78\xe0\x57\xee\x71\ \xd7\xdd\x76\xe7\xb7\x9a\x0f\x3e\xb8\x43\xb3\x10\x22\x1c\x80\x9a\ \x46\xea\xa8\x4b\x1f\xfe\xeb\x44\xb7\x2f\xaf\x69\xdb\xe6\xaa\xa6\ \x40\xd9\xb4\x9b\xae\x3f\x27\x67\xfe\xf3\x8f\x87\xf2\xce\xfb\xf6\ \x1d\x37\xad\x5f\xf7\x6b\x25\x31\x25\x05\xfc\xcf\x3d\xf8\x7b\xf7\ \x05\xdf\xbf\xf9\xea\x19\x6b\xb6\x54\x1d\x3e\xb8\xf9\xc5\x67\xdb\ \x52\x7d\xb9\x97\x5c\x7f\xc1\xb9\x23\xd6\xb5\x1d\x72\xe4\xf8\xd4\ \x8f\xfe\xfe\xe7\xae\x31\xd7\xdc\x3e\x22\xee\xa9\x7f\x3e\x9c\x7a\ \xf6\xb7\x2f\xba\x6c\xea\x9c\x8f\x5f\xc5\xb2\x2c\x33\x22\x49\xce\ \xfc\x82\xb4\x7d\xef\x3c\x3d\xcf\x9f\xf5\x7f\x77\x9c\x37\x71\xeb\ \x8a\xea\xaa\xa2\xef\xdc\x75\x41\xe3\x9c\x47\xff\x72\xc0\xf7\xc0\ \x8f\x2e\x4c\x4d\xf2\x0a\xd6\xc2\x39\x17\x9c\x73\x6e\x99\xce\xb4\ \x1b\x7f\xfc\xdb\x8b\x0c\x49\xb4\xae\xfa\xfd\x93\x9f\xce\xb8\xe4\ \xd2\x71\xc9\x3d\x7f\xfd\x7f\x8f\x27\x4d\xb8\xf1\xc6\xb3\x25\x00\ \x44\x24\x49\x91\x25\x84\x90\xac\xe2\x2d\xef\xbe\xf0\xf6\xfa\xbd\ \x1d\x6d\x6c\xc8\x39\x17\xdf\x32\xb3\xf0\xbd\xc7\x1e\xaa\x4d\x9c\ \xfa\x93\xdb\x6e\xaf\xde\x56\xdb\xe6\x4b\xcf\x72\x69\x2f\x3d\x74\ \xff\x66\xbf\x21\x4b\xd2\xc0\xac\x90\x8d\xcd\xa9\xd5\x05\x2c\x04\ \xf4\xff\x00\xa0\x80\x41\xb9\x65\x21\x4e\x3f\xa9\xef\xa6\x9c\x5f\ \x9c\x97\x30\xbf\xae\xab\x3b\xa2\x61\x46\x83\xba\x69\x09\x00\x81\ \x38\x63\x91\xa8\x66\x59\x94\x31\x4e\x29\xa3\xd4\x8a\xfd\x6e\x59\ \x96\x69\x5a\x9a\xa6\x23\x0c\x03\x4f\xdb\xfb\x03\x20\x2c\x8d\xa5\ \x56\xdc\xff\x97\xa7\x1e\xfd\xe1\x4c\xff\xf6\xa5\x1f\x7e\xb2\x85\ \x2a\x2e\x82\x50\xb0\xe1\xe0\xfa\x0d\x55\xdd\x11\xa1\xc4\x25\xa4\ \xa4\x95\xa4\x4b\xed\x9f\x2c\xdb\xb0\x6d\xe5\xca\x0d\xcd\x5a\x71\ \x7e\xbe\x57\x05\x21\x68\x67\xcd\xbe\xa6\x86\x46\xbf\x23\x6b\x50\ \x4e\x46\x43\xcd\xd6\xb5\xcb\x36\xae\x59\xbb\xae\xc7\x91\x57\x9e\ \xe1\x30\x4c\xab\x6f\xd4\x0f\xe9\x81\x00\xc4\x65\x56\x16\x38\x96\ \xcc\x99\xbd\xa1\xc5\x55\x9c\x5b\xe8\xc4\x64\xf0\x84\x69\x23\xb2\ \xc4\x9e\x9a\x0e\x49\x71\x00\x08\xaa\x47\xea\xf7\xee\xdc\xb4\xad\ \x11\x7b\xbd\x9c\xc4\x55\x4e\x98\xf9\xad\x5b\x2e\x1a\x51\x9c\x8e\ \x18\x72\xcb\x32\x46\x82\x31\xab\xb5\x6a\xfb\xa7\xfb\x5a\x2c\x2b\ \x52\xbb\x7f\xe7\x8e\x9d\x8d\xc8\x9b\xe4\x44\xa4\x4f\xe9\x04\x17\ \x22\xd8\x58\xb3\x61\x43\x55\x67\x90\x2a\xf1\x89\x89\xbe\xe2\x4c\ \xb9\x63\xe9\xf2\x0d\xbb\x6b\xba\x75\x83\x09\x21\xfa\x3f\x32\x00\ \x22\xdc\x68\x3e\x74\x60\xd7\xee\xbd\x7b\x0e\x34\x86\xa5\xb4\xa2\ \xb4\x94\xe6\x43\xdb\x56\xaf\xde\x5d\xd3\xd8\x83\xc8\x51\x79\x02\ \x2c\xa1\x9e\xfa\xda\xa6\x9a\x9a\x76\x11\x97\x9f\x5b\x42\xbb\xf7\ \xae\x58\xb2\x71\xe3\xaa\x55\xd5\x66\x62\x65\x5e\x0a\x17\xcc\x8c\ \x46\xda\x0f\xec\x6a\x6d\xee\x00\x40\x27\xb8\xc2\xf6\x8f\xfd\x73\ \x8a\x7e\x06\xc4\x0b\x00\x8a\x84\xb6\x86\xe1\x1c\x07\xe3\x8c\xbb\ \xe3\x92\x2f\x77\x8a\x4c\xde\xb1\x31\x23\xd9\xd2\xdb\x65\x6e\xed\ \xd5\x70\x8f\x20\x04\x09\x8b\xd1\xee\x6e\x7f\x52\x62\x82\x24\x49\ \xcd\x2d\x2d\xb2\x24\x01\x20\xc3\x30\x00\xc0\x30\x8c\xee\x6e\xbf\ \x44\x24\xce\x98\x38\x6a\x58\x01\x71\x2e\x90\xe4\x20\xfe\xfd\x4f\ \x3e\xf5\xf2\xbe\x36\xdd\x0c\xb6\x05\x0d\x45\x4d\x96\x01\x84\xa4\ \xa8\xaa\x24\x01\xe7\x08\x20\xd8\x75\xb8\x07\x9d\x33\x66\x44\xe9\ \x01\x97\xb7\x32\xdd\xd5\xbc\xa1\xb5\x27\x4a\x04\x89\xcb\x2e\x29\ \xf4\x84\x9a\x51\xa4\xfd\x70\x67\xf7\xd8\xe2\xf2\xf2\x8a\x22\xcf\ \xd0\xca\x44\xde\x71\xb8\x53\x97\x30\xe6\x9c\x09\x10\x58\x92\x7b\ \xb6\x2f\xf9\xed\xdb\x3d\x0f\x3d\xfc\xab\xe9\x17\x9c\xb7\x68\xcb\ \xec\xe6\xae\x0e\x20\xf1\xfb\x56\x2d\x58\x56\xa7\x27\x2a\xb4\xa9\ \x33\x32\x48\x22\x02\x61\xc5\xe1\x90\x11\x70\x4a\x99\x33\x65\xf2\ \xd4\xc9\xce\xf6\x05\xcf\x3d\xb7\xee\x86\x3f\x54\x66\x90\xd8\x90\ \x2d\x92\x55\x55\xc6\x08\x10\x56\x54\x55\x42\x82\x0f\x98\xdf\x11\ \x43\x52\x14\x55\x96\x40\x08\x04\x28\xda\xd3\xd8\x03\xe7\x4f\x18\ \x37\xac\xa9\x29\xc5\xa9\x62\x01\x42\x30\x11\x8b\x17\x10\x96\x88\ \x15\xda\xf4\xc9\xfc\x85\x7b\x35\x8f\x8b\xa8\x3c\xbe\xa9\x3b\x30\ \xbe\xa4\x72\xe4\xb0\x35\x9e\x38\x15\xf7\xcf\x3a\x47\xc0\x99\xae\ \x53\x47\x76\x51\xbe\xb7\xaa\x0b\x45\x22\xad\xed\x8d\x6a\x62\xd1\ \xf0\xe1\x85\x07\x53\x87\x17\x38\xa3\x9b\x5b\x7b\xc0\x0b\x08\x61\ \x45\x55\x15\x20\x76\xb0\x60\xf3\x6f\xee\x47\x08\xd1\x3f\x0a\xa0\ \x60\xb4\x45\x57\xd6\x86\xa2\x53\x9d\x56\x25\xef\x62\x41\x16\x65\ \x6c\x94\x12\x41\x9c\xf6\x30\x3c\xaf\x47\x36\x25\xc9\x29\x04\x42\ \xd0\xda\xd2\xa2\x28\xb2\x2f\xcd\x87\x11\xe6\x82\x03\x00\xc6\x98\ \x5a\x56\x7b\x5b\x47\x28\x14\x76\x3a\x15\x26\xf8\xc0\x09\x07\x08\ \x80\x73\x81\x15\x87\x03\xf4\x96\xda\x3d\x4d\x01\xb7\xcb\xa5\x10\ \x09\x33\x40\xaa\xc3\x21\x61\xc4\x05\x56\x55\xd5\xe9\x90\xfd\xb5\ \x1b\x5e\x98\x33\xec\xce\xdb\x7f\x31\xcb\x21\xea\xb6\x2d\x7f\x7f\ \xd5\x96\xa6\x68\xf6\xf2\x0d\xcd\x57\xfd\xcf\x6f\xa7\xf9\xab\xfe\ \xf0\xe3\x07\x17\xcc\x99\x57\x74\xdf\x2d\x0f\x3d\xf5\x14\x8f\xb4\ \x2f\x7b\xf3\xc5\xf5\x6d\x26\x38\x9c\x9c\x31\x81\x91\xac\x3a\xbd\ \xf1\x5e\xd4\xb1\xfa\xb5\xf7\x37\x3d\xf2\x83\x8b\xaf\x3d\x6b\xcd\ \x33\x4b\xe6\x7e\x50\x7c\xcf\x25\xf7\xdd\x7f\xa5\x2c\x77\x6c\x98\ \xfb\xf3\x3f\xbc\x21\xb0\xec\x54\x15\x24\x04\xc2\xb2\xd3\x29\x11\ \xbd\x73\xcd\xda\x0d\x23\xaf\x39\xff\xaf\x0f\x9f\xa5\x24\xe1\xad\ \xa1\x30\xe0\x54\x87\x43\xc5\x08\x00\xcb\x0e\x55\xc1\x08\x30\x91\ \x1d\x2a\x07\x01\x44\x51\x54\x2e\x21\x40\x8a\xc3\x21\x13\x24\x7a\ \xcb\xac\x04\x0f\x6f\x7c\x76\xf6\xe0\xeb\x2e\xbc\xed\xe7\x5c\x8a\ \x93\x29\xe3\x82\x09\x8e\x84\x60\x9c\x23\xc1\x21\xb1\xe0\x7b\xbf\ \x7f\xfa\xbb\x02\x39\x24\xbe\xf8\xa9\x9f\x3d\xfa\xfa\xec\x82\x1f\ \xde\xfe\xc0\x63\x8f\x82\x80\x9e\xc6\x0d\x3a\xe7\x92\xa2\x38\x55\ \x95\x87\x1b\x17\x7f\xbc\xf3\xbe\x2b\xbe\xfb\xe2\xe5\x1d\xcf\xfe\ \xfa\x81\xf7\x3f\x7e\x6f\x7e\xc9\x3d\x77\xfe\xf1\x9f\x8a\x15\xda\ \xb6\x70\xf6\x92\xbd\xed\xa5\x15\x2e\x87\xaa\x20\x10\x8c\x73\x82\ \xed\xf1\x08\x9b\x7f\xa3\x2e\xa0\x19\xd3\xa7\x0e\x1c\xf4\xa2\x02\ \x64\x43\xbb\xd9\x1d\x18\xaf\x6a\x6e\x2c\x08\x08\x5d\xa0\x66\x26\ \xbf\x16\xf6\x6e\x13\x71\x1e\x19\xc7\x46\xcd\x2c\xc3\x92\x15\x47\ \x4a\x4a\xb2\x2c\xcb\x18\x23\x21\x80\x73\x1e\x0e\x47\x3a\xbb\x3a\ \x55\x45\x3a\xe1\x28\x1a\xe7\x5c\xf1\xa6\x24\xab\xb4\xc7\xdf\xad\ \x0b\x09\x01\x08\x00\x81\xbc\x49\x29\x1e\xa5\xa7\xa9\xc1\x8a\xf7\ \x25\x7b\x50\xb4\x3d\x10\x32\xc3\xc2\xe1\x4b\x4d\x76\xcb\x2c\xdc\ \xd5\x1a\x36\x84\xc0\x0a\x97\x3d\x69\xc9\x6e\x42\x75\x3d\xd0\xd9\ \xad\x81\x70\x27\x67\x24\x39\x91\x1e\xec\xea\xec\x16\xb2\x1a\xd3\ \x1f\x2e\x54\x6f\x72\x92\xdb\x6c\x6f\x0f\x9a\x1a\x4a\xcc\xf4\x79\ \x1d\x7a\x5b\x53\x67\xd4\x54\x12\xd2\x93\xe3\x64\x02\x2c\xda\xdd\ \x13\xd4\xc1\xed\x4b\x75\xb1\x50\x57\x7b\xd0\x91\x9b\xe9\xd5\x83\ \x1d\x1d\x5d\xcc\xed\x4b\x49\xf4\x3a\x08\xb5\x74\xab\xa7\x33\x00\ \xf1\x29\x49\x0e\xd6\xd9\xdc\xae\xa4\x67\x79\x98\xbf\xbb\xdb\x52\ \xb3\x7c\xee\x88\xbf\x2d\x84\x92\x7c\x49\x10\xec\x0c\x32\x57\x4a\ \x92\x23\xd8\xd4\x60\xc6\xa5\x26\xc7\x91\x68\x5b\x67\x18\x39\x93\ \x52\x93\x54\xec\x1b\x3e\xf3\x7b\x57\x56\xbe\xff\xe8\x2f\xdf\xd9\ \xe4\x57\x5d\x8a\xe0\x98\xb8\xe2\x13\xbd\x0e\xd4\x3b\x7a\x29\x58\ \xb8\xad\xa5\xc7\xc2\x9e\x94\xf4\x04\x17\x01\x6e\x6a\x3d\x81\xa0\ \x29\x27\xf8\x92\x71\xa4\xbb\xdb\x1f\x40\x09\xbe\xd4\x38\x15\x59\ \x56\x4f\x47\x77\x94\x19\x4a\x7c\x46\x4a\x9c\xcc\xb5\x9e\xf6\x36\ \x0d\x1c\x8a\x37\x39\xc5\xc9\xf4\xee\xb6\x1e\xa1\xd8\xb2\x60\xf3\ \xef\xd5\x85\xe9\xe7\x4e\x3d\xa6\x19\x5b\x02\xa8\x65\x95\x42\xb4\ \x58\xd2\x1d\x48\xb4\x32\x79\x07\x73\x86\x89\xc3\x25\x1d\xb5\xd4\ \xd2\xb2\xa8\xe0\x42\x75\x38\x64\x59\xe2\x5c\x18\x86\x61\x51\x4b\ \x51\x64\x7c\x22\x51\x88\x0d\xf4\x33\xcb\xb4\x38\x28\xca\x80\x6a\ \x2d\xb8\x61\x98\x58\x56\x65\xcc\x0d\x93\x62\x22\xcb\x12\x16\x9c\ \x59\x16\xe5\x02\x88\x2c\xcb\x04\x03\x08\xce\xa8\x65\x31\x81\x70\ \xec\xb5\x8c\x5a\x16\x65\x28\x76\xf4\x91\xb7\x13\x96\x61\x70\x2c\ \xab\x32\x11\x9c\x99\xa6\x85\x24\x45\x91\x31\xa7\xd4\xa2\x4c\x08\ \xc0\x84\xc8\xb2\x24\xa8\x65\x31\x21\xab\x0a\x30\xcb\xb4\x84\xaa\ \x2a\x48\x30\xd3\xa2\xb1\x49\x0a\x92\x2c\x13\x10\xa6\x49\x25\x55\ \xc5\xdc\x32\xa8\x50\x14\x05\x98\x65\x32\x50\x55\x99\x99\x26\x03\ \xa4\xc8\x92\x65\x18\x48\x56\x64\x0c\x86\x69\x81\xc0\x3c\xbe\xe8\ \x7f\xfe\xdf\xff\x4d\xf6\x21\x2a\xe8\xbe\x55\x1f\xbe\xf2\xf2\xbc\ \x16\xe4\x21\x08\x01\x02\x4e\x2d\x93\xb2\xfe\xd0\x89\xc8\xb2\x22\ \x61\x6a\x59\x94\x72\x01\x80\x09\x51\x64\x89\x5a\x26\x13\x48\x51\ \x64\xe0\xcc\xb4\x2c\x21\x90\xac\x28\x04\x23\xce\xa8\x65\x51\x81\ \xb0\x2c\xcb\x84\x20\x6e\x59\x16\x13\x92\xa2\x10\x5b\x14\x6c\xfe\ \xdd\xba\x70\xce\xd9\x93\x4f\x70\x7b\x47\x60\x30\x30\x63\x19\x08\ \x04\x0e\x02\x27\x9b\xdf\xc7\x18\xe3\x5c\x20\x04\x18\xe3\x81\xf3\ \xa9\xbf\x59\xd7\x11\xc9\x49\x29\xc9\x71\x2e\x45\x50\xbd\xbd\xa5\ \x25\x6c\x21\x89\xd8\xcb\xd5\x6d\xce\xe4\xfc\x82\x38\x3a\x11\xd0\ \x5f\xd3\x15\x04\xca\x91\x3b\x31\xf0\x93\xac\xa7\x1c\xa8\x06\xe2\ \xb8\xe4\xdc\x37\x03\x04\x5c\x6f\x6f\x3a\xdc\xc2\x05\x20\x24\x49\ \x32\xc1\x48\x08\x3b\x2f\x68\x73\x26\xeb\x42\x20\x10\xb4\x27\xd5\ \x9e\x52\x34\xfb\x12\xd8\x9c\xf1\xfd\x88\x67\x9e\x7e\xe2\xeb\x5f\ \xa9\x68\x63\x63\x73\x5a\xf5\x8c\x05\x67\xf6\x65\xb0\xb1\xb1\x19\ \x88\x14\x0a\x85\xec\xab\x60\x63\x63\x33\x10\x3b\x6d\x6e\x63\x63\ \x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\ \x7c\x55\xa4\x33\x43\xbd\x30\x06\x7b\x92\x85\x8d\xcd\xa9\x43\x1c\ \xed\x90\x72\x86\xe9\x02\x42\x88\x52\xea\xef\xee\xa6\xd4\xb2\xbf\ \x4b\x1b\x9b\x53\x85\xcb\xe5\xf6\x78\xbd\x27\x93\x86\xd3\x5d\x17\ \x28\xa5\x9d\x9d\xed\x89\x89\xc9\x6e\x8f\x37\x26\x73\x31\xb9\xe8\ \x57\x3d\xfb\x0b\xb6\xb1\xf9\x8c\x1b\xeb\x09\x5b\x0d\x63\xac\xa3\ \xbd\x8d\x52\x2b\x21\x31\xe9\x84\xd2\x70\x5a\xeb\x02\xc6\xa4\xab\ \xab\x23\x3e\x3e\x21\x39\x25\x15\x06\x6c\x21\x71\xe4\x17\xdb\x4f\ \xdd\xc6\xe6\x33\xc3\xed\x58\x33\x39\x7a\xfb\x38\x81\x10\x72\xe4\ \x3a\x0f\x55\x1f\xb4\xdc\xa6\xac\x28\xc7\xb7\x23\xe9\xf4\xfe\x54\ \x60\x18\x86\x2f\x2d\x23\xf6\x61\x84\x10\x80\x31\x02\x80\x3e\xbb\ \xa2\xff\xa4\x2e\xf4\x5f\xe2\xd3\xe2\xbb\x16\x42\x00\x10\x42\x00\ \x04\x63\xf6\x1a\x2d\x9b\xcf\xaa\x2e\x03\x75\x21\xf6\x0b\xe7\x9c\ \x10\x42\x24\x89\x52\x2a\x2b\xca\xe7\x8f\x17\x90\xe2\x70\xc4\x2c\ \xc9\x39\xa5\xa6\x65\xf1\x2f\xdf\x1c\x10\x91\x25\x41\xbf\xec\x19\ \xb8\x10\x42\x08\x2e\x84\xe0\x88\x10\x11\x6a\xdd\x75\x38\x50\x32\ \xa4\xcc\x89\x80\x33\x1a\xb3\x3b\x91\x24\x02\x82\x51\xf6\x85\xdf\ \x00\x13\xa9\xdf\x09\xe2\x5f\x9e\x80\x10\xd2\xff\x96\x5f\xfc\xbb\ \x21\x64\x80\x6b\x02\xa3\xf4\x2b\x5c\x4e\x44\x30\xe6\x94\x21\x0c\ \x4d\x55\x3b\xb4\xc4\x82\x62\x9f\x87\xda\xd2\x60\x73\x92\x5e\x84\ \xe8\xbb\x95\xf5\x6e\xf8\x18\xdb\x90\x24\xb6\x43\x81\xe0\x02\x3e\ \x7f\x7e\x01\x21\xc4\x8c\x43\x3b\xb6\x1f\xee\x8e\x08\x20\x49\x19\ \x05\xe5\x45\x59\x84\x5b\x02\x7a\x77\xa9\xec\xdd\xd8\xe4\xc8\x1f\ \xd0\xfb\x27\x88\x98\x11\x22\xf4\xfd\x05\x80\x30\x8b\x6e\x5f\xb1\ \xc9\x55\x32\xa6\x3c\xdb\x43\x4d\x0a\x08\x7d\x91\x7b\x2e\xe2\x31\ \x1b\x4a\x04\x42\x00\x06\xbe\x71\xc1\xab\x1f\xf5\x54\x7c\x37\xd3\ \x5b\xdd\x6a\x96\x0f\xca\x27\x9c\x09\x30\x6b\xf7\xd5\xe0\x94\x82\ \x9c\x24\x87\x10\x02\xf7\xdd\xd5\x45\xbf\x09\x75\x4c\x23\xfb\x1e\ \xe9\x7d\x77\x01\x44\x96\x78\xb4\x6b\xd7\xee\xaa\xf6\x90\xe9\x49\ \xce\x28\x2d\x29\x88\x77\xca\xa2\x77\x03\x9a\x23\xc7\xa3\xde\x2b\ \x62\xee\x59\xfb\x89\xe1\x1b\x3e\xb2\x38\x2d\xd6\xaa\x63\x4f\x89\ \xbe\x0f\xd3\xbf\x8b\xdc\xc0\x3e\xce\x91\xef\xc3\xf4\xef\xd9\xb3\ \xbf\x23\x18\x15\xc4\x91\x51\x50\x56\x96\x9b\xc2\x29\xed\xdb\x1c\ \x46\x70\x31\xe0\xe5\xb1\xf7\xed\x7f\xee\xd8\x3f\x11\xe8\xed\x2b\ \x36\xec\xc9\x1f\x73\x4e\xbe\x17\x85\x0e\xad\x7b\xf9\xfd\xdd\xff\ \xf7\xbf\x37\x26\x80\xbd\xca\xc5\xe6\x04\x08\x38\x12\x57\x13\x42\ \x00\x80\x31\x26\x38\x8f\x8d\xee\x9d\x5c\x16\x80\xdc\x7f\xff\xcf\ \x8e\xbb\xbf\x4b\x38\xd2\xf4\xfc\xef\xff\xbc\x2b\xec\xc0\x5a\xeb\ \xba\x4f\x3e\x3e\x18\xf6\x0e\x1d\x9c\x4f\xa8\x1e\x0e\x47\x0c\x2a\ \x64\x45\x55\xb0\x08\x07\x83\x06\xc7\x0e\x87\x02\x02\x24\x2c\xa2\ \xa1\x60\x44\xb7\xb0\x24\xc9\xb2\x4c\x80\x85\x03\x21\x0a\xc4\xe9\ \x72\x60\xa3\xf3\xbd\x67\x5e\xec\x49\x19\x5c\x90\xaa\x72\xc0\x82\ \x31\x0e\x08\x7f\xbe\x41\x47\x42\xb0\xbf\xbb\x2b\x2e\x3e\x41\x51\ \x55\x01\x88\xfb\x77\xbf\xf8\xf6\xa6\x99\xb7\xdf\xe1\xda\x3f\xff\ \xc7\xf7\x3f\xca\x0a\xc7\x8f\xc8\x4f\xc4\xb8\xe7\xc5\xbf\xfc\xa5\ \x26\x6e\xe4\xf8\xc2\x44\x8c\x45\x24\x18\x88\x98\xc2\xe1\x72\x80\ \x69\x58\x94\x13\x82\x40\x08\x46\x59\xac\xe5\x59\x96\xc9\x01\x63\ \x04\x58\x92\x8d\xb6\x1d\x4f\x3c\xfc\x97\xe5\xfb\xda\xf4\x40\xdb\ \x9e\xaa\x86\x84\x9c\x41\x99\x09\x12\xe3\x80\x01\xa8\x65\x71\x81\ \x88\x24\x09\xaa\x05\x02\x21\x53\x20\x87\x62\x2c\x79\xe5\xb1\x7d\ \x3c\x7f\x50\x46\x1c\x47\xd8\xa1\x2a\xcc\x88\x04\xc2\x1a\x51\x9c\ \x8a\x04\x8c\x0b\x4e\x8d\x70\x38\x6c\x30\x50\x64\xac\x85\x83\x51\ \x4b\xa8\x0e\xa5\xd7\x2f\x16\x4b\x56\xdb\xda\x07\x7f\xff\x54\x27\ \x89\x37\x5a\x0f\x2c\xfe\x68\x49\x97\x5a\x50\x59\x98\x42\xf5\x68\ \x28\x1c\x31\x19\x52\x54\x07\x11\x66\x20\x10\xa2\x20\x3b\x55\xc2\ \x01\x61\x60\xa1\x60\x40\x33\x19\x91\x64\x22\x49\x04\xac\x40\x20\ \x68\x0a\xe2\x74\xc8\x22\xb8\xf7\x89\x67\xe6\x79\xca\xc7\xa4\xa9\ \x2c\xbd\x30\x67\xef\xe2\xf7\xbb\x92\x46\x0c\xce\xf6\xd8\xbd\x09\ \x9b\x93\xc6\xc5\x08\x11\x42\x96\x2e\x5d\x4a\x2d\x2b\xd5\xe7\x8b\ \xdd\xbb\x31\xc6\x9d\x1d\xed\xaa\xc3\xa1\x7c\xfe\x7e\x84\xe0\x4c\ \x38\xb3\x2e\xb8\xfa\xb6\x19\x43\x92\x9a\x36\xcf\xfe\xbf\x27\x56\ \x4f\x19\x91\xbe\x75\xf6\x33\x3b\x03\x90\x5a\x32\xf9\x8e\xab\xa7\ \xec\xf9\xe8\xb5\x15\x7b\xdb\x4d\x8a\x46\xce\xba\xe1\xea\x69\x79\ \x6b\xe6\xbc\xb4\x60\x5b\x23\x71\xa4\xcc\xb8\xf2\xfa\x29\x85\xf0\ \xc1\x6b\xaf\x6d\x3e\xdc\x43\xb9\x3a\xf5\xca\xdb\x2e\xac\x70\xb8\ \x95\xe8\xa7\x1f\xbe\x5c\xb3\x6d\xd0\xe5\x17\x8c\xf8\xe4\xf9\x67\ \x33\xaf\xfe\xd1\xd5\x63\xb3\x4d\xe3\x73\x8d\x3b\xc6\x3e\x03\x08\ \x81\x30\x6e\xda\xbe\x3e\x12\x57\x32\x22\x5d\x6e\xd9\x4f\x7c\x19\ \x09\xeb\xe7\x3e\x97\xe5\xfb\xbf\xe9\xa5\xb2\xea\x70\xca\x32\x01\ \xa1\x6f\x78\xff\xd5\xf9\xeb\x6b\x4d\xca\x4a\xcf\xb9\xe9\xca\xc2\ \xd6\x47\x5e\xde\xf2\xad\x07\xee\x4f\x6b\x5d\xf3\xc0\x5f\x57\xde\ \xf4\xcb\xfb\x2b\xc9\xa6\xdf\xfd\xfd\xa3\xf3\xbf\xfb\xf3\x31\x29\ \x08\x41\x78\xc1\x0b\xcf\xd5\xa7\x9c\xf3\xeb\xef\x5d\x99\x28\x73\ \x53\xb7\x84\xd6\xf0\xf7\x07\x1e\x1b\x71\xcb\xff\x9e\x5b\x0a\x73\ \x1e\x7f\x38\x38\xec\xb6\xdb\x86\x85\x9f\x7f\xea\xf5\xc3\x41\x9e\ \x58\x3a\xfe\xee\x1b\x67\x7a\xe3\xc8\xa2\x8f\xdf\xea\xda\x91\x73\ \xf1\xad\x37\x17\xd0\x5d\xcf\xbc\xbc\xb0\xcb\x10\x2e\x5f\xc5\xb7\ \xee\xbe\x31\x9f\x1f\x7a\xe2\xe1\x7f\xd6\x72\x17\xb6\x68\x6a\xa6\ \x8f\x47\x82\x6d\xed\x81\xe2\xe9\x37\xdd\x75\xc9\x58\x59\x98\x42\ \x00\xb7\x4c\x47\x66\xe9\xd5\x77\xdf\x3d\xd4\x05\x55\xf3\xfe\xf8\ \xe8\xa2\xc5\x53\x4b\xfd\xaf\xfc\xe3\x95\x76\xea\x2e\x1d\x37\xeb\ \x96\x0b\xcb\x16\xbe\xf4\xfc\xb6\xe6\x88\x05\x9e\x59\x37\xdd\x33\ \xbd\x08\xbd\xff\xf2\xb3\x6b\x0e\xf6\xb8\x52\x72\x2e\xbd\xed\x9e\ \x61\x71\xad\xef\xbc\xfc\xf2\xa6\xc3\x41\xca\x94\x69\xd7\x7d\xe7\ \xa2\x52\x97\x64\xf8\x3f\x7c\xf6\x6f\xbb\x0a\xcb\x6e\xbe\xeb\x96\ \x49\x95\xf1\xf3\xb7\x6e\xbb\x68\xd4\x4c\x62\xe7\x60\x6d\x4e\x92\ \x5f\xa0\x8c\x7d\xf8\xde\x7b\x0b\x3e\xfa\x28\x29\x31\xf1\xb6\x5b\ \x6f\x1d\x3c\x78\x70\xac\x59\x7d\x89\xf9\x0b\x08\x83\xe5\xef\x6a\ \x6b\xa9\x6f\x5f\xbb\x6e\xa7\x23\x23\xc7\x45\xbb\xab\xdb\x1d\x57\ \xfd\xcf\xf7\x47\xe7\xba\xeb\xd6\xbd\x31\x6f\x7b\xf8\xe6\x7b\xbe\ \xe3\xaa\x79\xff\xb1\x79\x6f\x0f\x1d\x7c\xd3\xb2\xe5\xbb\x8a\xaf\ \xf9\xd1\x4d\x13\x32\x89\x24\xed\x58\xf8\xc4\xb2\x46\xc7\xdd\xf7\ \x7c\x37\xb8\xee\xe5\x97\xde\x7e\x67\x58\xc9\x8d\x9c\x24\xcf\xbc\ \xf6\x3b\x97\x8e\x49\xb3\xa2\x21\xb8\xfa\x7a\x77\x5e\x3c\xb5\x3e\ \x6f\xd8\xcb\x39\x17\x82\x73\x01\x04\x44\x63\x5d\xa7\x33\x69\x82\ \x13\xc0\xb4\x8c\x84\x41\x33\x6f\x1a\xc7\x5e\x7e\xfe\x99\x92\x5f\ \xdc\x26\x13\x84\x89\x14\x3a\xf8\xf1\xab\x4b\x0e\x5c\x7a\xef\x7d\ \x45\xda\xc6\x3f\x3d\xf3\x62\xf9\x4f\x6f\x77\xb3\xb6\x3d\x0d\xba\ \xab\x6b\xf7\xb6\x9d\xbb\xa6\xf5\x04\x32\xbb\x0f\x86\x20\xbd\x20\ \x49\x62\x9c\x43\xa8\x76\x43\x03\x99\xfa\xed\x73\x13\x65\x6a\x9a\ \x1c\x4b\x12\x60\xa6\x45\x23\x26\x13\x00\xc2\xd0\xa2\x26\x47\x1d\ \xdb\x96\x6c\x6a\x71\xdd\xff\x9b\x1f\xe7\x3a\x41\x95\xf4\x88\x26\ \x4d\xba\xec\x5b\x77\xcd\xac\x10\xa1\xda\xbf\xff\xfa\xed\xa4\xe9\ \xdf\xfe\x9f\x29\x99\x1f\x3d\xf3\xc7\x17\xe6\x66\xff\xe4\xfc\x84\ \x7a\xbf\xe7\xda\x9f\xff\x22\xaf\xf5\x9d\xff\xf7\xec\xa6\xdb\x1e\ \xfc\x5d\x61\xd3\xc7\x0f\x3d\xf3\xe1\xc1\x89\xc3\x86\xa4\x20\x26\ \x84\x40\x08\xa8\xd1\xd9\xda\xd5\x86\x9a\x56\x6d\x6f\xf2\xa4\x9f\ \x27\xba\xaa\x5b\x71\xd6\x77\x7f\xf9\xfd\x3c\x17\x6c\x79\xfb\x91\ \x4f\x3b\x32\xbe\x7f\xef\xac\x86\x8f\x9f\x7d\xe3\xf5\x45\x95\xdf\ \xca\xfc\x64\xfd\xa1\x8b\xfe\xef\x77\x67\xe5\x39\x89\x03\xef\x9a\ \xf7\xda\xf2\xc3\xce\x7b\xbf\x7d\x53\x70\xed\x2b\xcf\xbf\xfa\xe6\ \xa8\x9f\x9f\xa5\xc4\x67\x5c\xf3\xdd\x5f\x4c\x4d\xc3\x48\x16\xe1\ \xcc\x6c\xff\xea\xe6\xa0\x09\x89\x48\xd8\xde\xf1\x36\x27\x0a\x16\ \xc0\xb2\xcc\x9c\xdc\x9c\xbb\xef\xba\x8b\x31\x26\x2b\x32\x65\xac\ \x3f\xfb\x78\x32\x65\x90\x4e\x96\x91\x53\x68\xc7\x92\x79\x2f\xef\ \x89\x57\x88\x27\xef\xdb\x77\x5c\x95\x25\xf6\x82\xe2\x8c\xf3\xc6\ \x79\xdc\xa4\xab\xbe\x3a\x10\x34\x56\x7f\x30\x9b\x1b\xd1\xec\x42\ \x1f\x48\x19\x97\x5d\x32\xe6\xad\xa5\x2f\x3d\x7d\x78\xfc\x55\x97\ \x4c\x6a\x6b\x3c\x1c\xec\x71\x2e\x9e\xfb\x06\xd5\xf4\xdc\xc2\x6c\ \x6a\x32\x00\x2c\xc9\x8a\x22\x13\x2a\x7b\x2a\x27\x4c\xe2\xa6\x66\ \x5a\xfc\xf3\x7a\xc1\xc4\x52\x18\x82\x0b\x10\x11\x83\x12\x45\x89\ \x3d\x66\xe8\x66\xe1\xb4\xeb\x2f\xa8\xfe\xc3\x8b\x2f\x7f\xe0\x16\ \x52\x2a\x16\x5d\x87\xf6\x77\x85\x7a\x36\x2e\x7c\x6b\xb3\x65\xa4\ \xe6\xfa\xb0\x2b\x67\x78\x96\x6b\xef\xd6\x6d\x5e\x1e\xa9\x1c\x5d\ \xd4\x50\xb5\x03\x75\xd4\x25\x0f\x3e\x27\x01\x53\xcb\x12\x98\x52\ \x2e\x40\x70\x0e\x82\x31\xc6\x84\x00\x60\x0c\x00\x03\x70\x00\x0e\ \x08\x31\x4b\x4f\x1b\x3f\x6b\xf2\x96\x37\x5e\x7a\xe4\x6f\xa3\x67\ \x5c\x7a\xfe\xd8\x4c\x10\x20\x11\x42\x30\xf2\x77\xd4\xd5\xea\x19\ \xf7\x8e\xaf\xf0\xc6\x93\x49\x67\x55\x7e\xb2\xa0\xaa\x4d\x1b\xaf\ \x3a\x1c\x0e\xd5\x95\x51\x54\x9c\x9a\x72\x40\x76\x78\x33\x72\x0b\ \x33\x94\x75\x3d\x91\xa8\x48\x72\x32\xc1\x05\x22\x56\x57\xfd\xbc\ \x67\xfe\x91\xec\x40\xce\xf4\x89\x77\x5d\x37\xcb\x71\xe8\x0d\x45\ \x75\x79\xbc\x2e\x87\xec\x3f\x50\xdd\x1e\xea\x8c\xcc\x7b\xfd\x15\ \xd3\xe0\xb9\x29\x4e\x92\x56\x71\xe1\xd4\x1d\xcb\x5e\x78\xa4\x7e\ \xdc\xb9\x57\x9c\x3f\xb1\xb9\xaa\x2e\xec\x77\x2d\x78\xf3\x55\x53\ \xd7\x0b\x73\xb2\x0d\xd3\x12\x08\x13\x49\xc2\x58\x30\xc1\x08\x51\ \x85\x11\x36\x2d\xce\x25\xc6\xb8\x1d\x31\xd8\x1c\x0b\x63\x88\x10\ \x69\xcc\x98\x31\x08\x61\x00\x60\x8c\x9a\xa6\x89\x31\x06\x90\x39\ \xe7\x00\x5f\x68\x5e\x13\xa7\x86\x94\x7e\xc9\x8d\xdf\x99\x51\x91\ \x4a\x08\x41\x42\x04\x0e\x71\x10\x82\x31\x26\x38\x71\x78\xbc\xde\ \xac\xc2\x5b\xee\xbb\xcb\x27\x19\x86\xc9\x05\x80\x32\xeb\xb6\x41\ \x13\x0e\xcf\x7e\xf2\xef\x8f\xbf\x03\x67\x7b\x93\x52\x0a\x07\xdf\ \xf5\xbd\xab\x3d\x5c\xa7\x0c\xc9\xb4\xdd\xa4\xba\x66\x5a\x08\x61\ \xe0\x34\xe8\xef\xc2\x92\x2a\x7d\x5e\x4b\x63\xc4\x7b\x03\x06\x26\ \x04\x89\x73\x4b\x66\xa7\x9f\x41\x6c\xcb\x16\x2b\xaa\xe1\x73\xae\ \xb9\xa1\xfa\x2f\x7f\x78\x6f\xb7\x76\xe3\x85\x48\x71\x7b\x5c\x49\ \x39\x97\xdf\xf1\x83\x32\x2f\xd7\x4d\x2a\xc9\x4a\xfd\x88\x41\x4b\ \x3e\x78\xab\x33\x69\xf0\xf5\xd7\x0f\x5e\x3a\x67\x41\x35\x23\xe7\ \xde\x9c\x0f\xd4\x62\x94\x4b\xee\xec\xca\x14\x7d\xed\x8a\x95\x67\ \x0d\xba\xd0\x8b\x91\x69\x1a\xc0\x25\x99\x86\x3b\xbb\x82\x00\xf1\ \x88\x73\x66\xe9\xd8\x3b\xe8\xb6\x1f\xdf\x7f\x78\xcb\xa2\x47\xfe\ \xf9\x98\xc7\xfd\xbf\xb2\x02\xa1\xa8\x2e\x00\x24\xd5\xeb\xa5\x1d\ \xf5\x4d\x5d\x15\x29\xc9\x8d\x35\xf5\x8a\xb3\xc0\x85\x39\x13\x9c\ \x9a\x86\xc9\xa9\x60\xd4\x34\x4c\xca\x2c\x8e\x90\xa0\x8c\x51\xca\ \x05\xb2\x74\x5d\x4a\xc9\xbb\xf6\xbe\x9f\x8c\x4d\x95\xb1\x4c\x18\ \x13\x6d\x16\xe3\x9c\x99\x06\x15\x08\xc7\xb9\xe4\xb4\x92\x89\xf7\ \x7d\xef\x3c\xd9\x32\x2d\xc6\x04\xe0\xe9\x37\x7f\x6f\x6c\xe3\xce\ \x67\x1e\x7e\xfc\x65\x11\x37\x2a\x35\x3e\x59\xaa\xbc\xeb\x47\x57\ \x7b\x98\x6e\x72\x82\x82\xdb\x75\x4d\xd7\x34\x0b\x38\x70\x21\x22\ \x21\x3f\x76\x7b\x25\xc4\x19\xa5\x76\xbc\x60\x73\x92\x41\x09\x88\ \x46\xa8\xe8\xdb\x94\x2d\xe6\xc3\x2a\x04\xe7\x82\x43\x6c\x57\xf7\ \xcf\x3b\x7f\x41\x70\x43\x33\x40\x92\x25\x02\x9a\xa6\x11\x59\x01\ \xce\x74\x4d\x67\x02\x28\x87\xb2\x89\x97\x0c\xda\xfc\xdc\x3f\x1e\ \xfe\x5b\x66\xa2\x9c\x52\x7c\xce\x15\x53\x13\xdf\x7b\x71\xbe\x1f\ \xcb\x9d\x51\x29\x35\xd5\x37\x6a\xf4\x25\xdb\xfe\xf1\xc2\x5f\xff\ \xd2\x98\xe2\x92\xf3\x86\x9d\x77\xf9\x59\x59\x83\x2b\x92\xdf\x9a\ \xf3\x64\xcb\xf6\x21\xd3\x26\x95\x2c\x79\xe1\x95\x9c\x6b\x7f\x74\ \xcd\xb8\x9c\xcf\x95\x5f\x40\x20\x44\xef\xee\xee\xdc\x40\x99\x25\ \xd9\xd1\x7d\xfb\x5b\xe8\x45\x82\x1a\x9a\x46\xa8\x65\x52\x47\xf6\ \x65\x57\x5e\xb2\x71\xef\xd3\xfe\x90\xe6\x1b\x79\xde\x84\x4f\x1e\ \x7b\xf6\xe1\x3f\xe5\x65\xb8\x9d\xa9\x23\xaf\xbe\x64\x7c\x56\xd9\ \x28\x6f\xfb\x8b\x87\x52\x67\x54\x56\x8e\xd9\xf8\xc2\x73\x5b\x5d\ \x67\x0d\xce\x4b\x34\x0d\x9d\x71\x61\x80\xfb\xbc\x1b\xaf\x3d\xfc\ \xe4\xec\xdf\x3c\xb8\x33\x27\xd5\x19\x8e\xca\xd3\x2e\xbe\xfc\xac\ \xc9\xd9\x2f\xce\xfe\x5b\xe7\xb6\xcc\x83\x35\x9d\x15\x13\xdc\xed\ \x3b\x97\xcc\x59\x7d\xd0\x41\x2c\x1c\xef\x73\x79\xbc\xa9\xe5\xa5\ \x8b\xde\x7f\xf5\x8f\x07\xd6\x8e\x9f\x39\xe3\x92\x59\x45\x6f\xbe\ \xfc\x48\x55\xa6\xa7\xee\xb0\x36\xf3\x5b\xe7\x78\xd9\xfe\x48\x58\ \xb7\x28\x67\x60\xe9\x9a\x6e\x52\xce\xa8\xa9\x6b\x9a\xc5\x18\x65\ \x8c\x09\x42\x2d\x4b\xd7\x4d\x84\x25\x41\x8d\xb0\xce\xb1\xe4\x64\ \x96\xa1\x69\x06\x65\xd4\x30\xa4\x09\x17\x9c\xbb\xf9\xf9\xf9\x7f\ \x7c\x78\x7f\xb2\x8c\x8a\xa7\x5d\x3a\x29\x25\x30\x67\xc1\x0a\x43\ \x76\x06\x70\x42\x69\x9c\xa7\x62\xd4\x05\xcb\x1e\x99\xfd\x97\x3f\ \x35\xa6\xba\x50\xe6\xe8\x0b\x2e\x1b\x9d\x3f\x38\x59\xbc\xfb\xd8\ \x1f\xf7\x0e\x2e\x9d\x75\xc9\x45\x2d\xb5\x0d\xe9\x99\xe7\xb9\xb1\ \x65\xe9\xcc\x8e\x16\x6c\x4e\x90\x5d\x00\x00\x00\x45\x51\x30\x21\ \x08\x80\x52\x6a\x51\x86\x62\x9b\x29\xb2\x93\x26\x18\x50\x30\xd0\ \x73\x82\x73\x59\xd1\xda\x83\xf5\xf1\x79\xc5\x29\x1e\x89\x73\x81\ \x10\x66\xba\xbf\xe6\x50\x57\x46\x51\x61\x9c\x82\x10\x21\x46\xa0\ \x75\xef\xde\x83\x3d\x26\xce\xc8\x2f\x2f\xcb\x76\x56\xef\xde\xdd\ \xd8\x15\x71\x26\x65\x0d\x2d\x2f\x8a\x77\x49\xa1\xf6\xfa\x3d\x55\ \xb5\x11\xae\xe4\x14\x0f\x2a\xca\x4c\xa0\x51\x7f\xd5\xae\x3d\x5d\ \x96\xb3\x7c\x50\x7e\xa4\xa5\x59\xcd\x28\xcc\x4c\x74\x7e\x9e\x9d\ \xd4\x64\x59\xde\xb3\x7b\x67\x5e\x41\x91\xcb\xe5\xa2\x4c\x10\xa3\ \xe9\xa9\x87\x9f\x4c\x3d\xff\xbe\x0b\x4b\xd8\xc1\x56\x5e\x5c\x90\ \x29\x21\x21\x61\x5a\x57\x5d\x03\x89\x79\x79\xa9\x6e\x16\xed\xde\ \xb7\x67\x5f\x47\x84\x25\x67\x16\x97\x17\xa5\x2b\x40\x9b\xea\xf6\ \x6b\x9e\xdc\xe2\xb4\xf8\xae\x43\xfb\xba\x71\x72\x61\x6e\x0a\xf4\ \x4e\x53\x40\x44\x96\xad\x60\xeb\xbe\xaa\xea\x9e\x28\x75\xc4\xa5\ \x16\x97\x14\x25\x3b\x59\xf5\x9e\x5d\x4d\x7e\xdd\x19\x9f\x52\x58\ \x52\xea\xd6\x5b\x76\x57\xd5\x46\xa8\x9c\x59\x5c\x5e\x94\x9d\x82\ \x8d\x60\xf5\xde\xdd\x8d\x41\x51\x30\x64\x58\x51\xb2\x5c\xbb\x6f\ \x67\x6d\xbb\x9e\x55\x34\xb8\x2c\x2f\xc5\x0c\x76\xd4\xd4\x75\x67\ \x14\x15\x79\x51\xcf\x81\x43\xed\xbe\x82\xd2\x44\x11\xac\xae\x69\ \x49\xce\x2f\x4a\x70\x60\x0e\x98\xeb\x1d\xd5\x0d\x3d\x99\x05\xc5\ \x71\x92\xe0\x42\x20\x44\xcc\x50\xd3\xa1\x76\x2b\xbf\x28\x5f\x15\ \x9c\xc8\x52\xb8\xad\x76\xf7\xc1\x06\x43\xa8\x79\x83\x86\xe6\x38\ \xad\xaa\xbd\x7b\xdb\x43\x34\x21\x33\x7f\x50\x49\xae\x13\x43\xa4\ \xab\x7e\x4f\xd5\xe1\x08\x97\xb2\x4b\x06\x17\xa5\x27\x18\x81\xa6\ \xdd\xbb\xab\x0d\x67\x7a\xa9\x2f\xfa\xc2\xb3\x0b\xa6\xdc\xf9\xbf\ \x53\x73\x65\xdd\xb2\xa3\x05\x9b\x13\xdc\x59\x31\xc2\x9a\xae\x2d\ \x5a\xb4\xb8\xa7\x27\xc0\x39\x1f\x36\xac\x72\xdc\x98\x31\x02\x90\ \xd3\xe5\xdc\xbd\x73\x47\x5a\x5a\x7a\x5c\x7c\xfc\xf1\x8d\xf1\x44\ \xba\x00\x00\x08\xab\xaa\xc2\x4c\x83\xf6\x77\x59\x11\x51\x55\xc9\ \x32\x8c\xd8\x03\x98\xc8\x8a\x22\x63\x24\xa8\x65\x9a\x16\x57\x54\ \x55\x22\x58\x70\x66\x9a\x06\x65\x20\xc9\x8a\xa2\x48\x08\x04\x35\ \x0d\xc3\x62\x98\xc8\xaa\xaa\x60\xe0\x86\x69\x11\x59\x16\x96\x61\ \x7d\xbe\x7b\x9b\x2c\xcb\xbb\x77\x6e\xcf\x2f\x2c\x76\xba\x5c\xcc\ \xb2\x88\x22\x1d\xfa\x74\xce\xbc\x2a\xf7\x9d\xb7\x5d\x92\x44\xcc\ \xa8\x6e\x00\x60\x40\x48\x51\x55\x41\x0d\x93\x0a\x4c\x24\x55\x91\ \x31\x42\x8c\x9a\x86\x69\x09\xc0\x8a\xaa\x62\x6e\xea\x16\x93\x55\ \x07\x11\xac\x77\x87\xdb\xbe\x99\x06\x58\x92\x15\x59\xc2\x08\x09\ \xc1\x4c\xc3\x60\x80\x55\x55\x25\x08\x09\xc1\x2d\x43\x67\x48\x52\ \x55\x05\x83\x60\xd4\x32\x4d\x4b\x60\xa2\xaa\x2a\x41\x60\x19\xba\ \xc5\x91\xa2\x2a\x12\x46\x8c\x5a\x86\x69\x01\x96\x54\x85\x58\x86\ \xc1\x41\x52\x55\x89\x1a\x3a\x05\xe2\x50\x65\x6a\x1a\x8c\xf7\xbe\ \x93\x43\x91\xcc\xd8\xd5\x43\x00\x42\x20\xa2\x28\x12\x32\x0d\x43\ \x00\x02\x00\x22\x2b\x8a\x2c\x21\x10\x96\xa1\x5b\x02\xa9\xaa\x1a\ \xdb\x57\xc6\x34\x4c\x26\x40\xea\x7b\x96\x9a\x86\x41\x19\x91\x14\ \x55\x51\x64\x05\xb6\xbc\xf3\xcc\xca\x50\xc9\x9d\xd7\x4e\x46\x86\ \x29\xec\xe5\xa6\x36\x27\x08\xfc\x01\x40\x60\x42\x0e\x1e\x38\x30\ \xfb\xcd\xb7\x73\x72\x72\xae\xbe\xea\xca\xb8\x38\x2f\x17\xe0\x76\ \xbb\x77\xed\xd8\x9e\x9e\x91\x11\x1f\x9f\xf0\xb9\x75\xe1\xf4\x40\ \x96\xe5\xdd\xbb\x76\xfa\xd2\xd3\x53\x53\x7d\x86\x61\x08\x01\x88\ \x19\x81\x88\xe6\x74\x7b\x65\xdc\xd7\x27\xfa\xa6\x46\xcf\x08\x43\ \x34\x18\x00\x57\x9c\x8b\x20\x2e\x6c\x4b\x6f\x9b\x93\xf4\xc4\x41\ \x20\x40\x92\x2c\x35\x35\x36\xc5\xc5\xc7\x79\xbd\x5e\x46\x19\x26\ \x44\x91\x95\x1d\xdb\xb7\xe4\x17\x14\x7a\xbd\x71\xc7\xeb\xc2\x69\ \xbd\x3e\x82\x31\x96\x9e\x9e\x51\x77\xa8\xd6\xa1\x38\xe2\xe2\xe3\ \x85\x10\x80\x9d\x19\xde\x04\xce\xf8\x91\xcd\x76\xbf\xc1\xc3\xf6\ \x4e\xb7\x17\x09\x7b\x18\xc2\xe6\x5f\xa5\x17\x04\x00\x82\x92\x92\ \x12\xce\x05\xe3\x5c\x91\x81\x31\x5a\x53\x7d\x90\x10\xe2\xf1\x78\ \xcf\xbc\xf5\x94\x9c\xf3\xa4\xe4\x64\xcb\x32\x0f\xec\xdf\x3b\x70\ \xed\x87\x38\x26\xd9\x6a\x63\x63\x73\xb2\x6e\x44\xac\xe7\x7a\x74\ \x63\xe1\x42\xb8\xdd\xee\xe2\x92\x52\x84\xd0\x09\x33\x7d\xa7\x75\ \x3f\x22\x06\x21\xc4\xb2\x2c\xc6\xec\x15\x00\x36\x36\xa7\x2c\x8e\ \x90\x65\xf9\x64\xa2\x00\x67\x84\x8f\x1b\x63\xec\x9b\xbc\x29\xae\ \x8d\xcd\xbf\x25\x94\x10\xe2\x33\xfa\xe0\x76\x63\xb3\xb1\xb1\xb1\ \x75\xc1\xc6\xc6\xe6\x34\xd4\x05\x8c\x09\xb6\xb3\x85\x36\x36\xb6\ \x2e\xf4\x83\x40\x68\xd1\xb0\x4e\xcf\xcc\x69\x38\x44\xc6\x4e\x87\ \x6d\x58\x6f\xf3\x4d\xd5\x05\x84\x64\x45\x91\x25\x12\xe3\x94\xdd\ \xde\x91\x24\x43\xcf\x7b\xaf\x3f\xbf\xaa\x5e\x53\xa5\xcf\x75\x52\ \x8c\x65\x09\xcb\x04\xcb\x32\x51\x62\x6e\x2e\x04\x2b\x12\x91\x09\ \x56\x24\xdc\x7b\x0a\x84\x25\x59\x72\x48\x98\xf4\xbf\x0d\xc1\x8a\ \x84\x65\x8c\x8e\x59\x9e\x85\x09\x51\x24\x2c\x11\xa2\x4a\x98\x00\ \x08\x40\x44\x22\x0a\x46\xe4\xb8\x23\x01\x21\x50\x24\xa4\x90\x23\ \x22\x80\xb0\xc4\x3b\xf6\x76\x7f\xb4\xcc\x32\x30\xb2\x03\x1e\x9b\ \xff\x6a\x4e\x30\x1e\x81\x30\x41\x91\xd6\x37\x9f\x78\x6c\xa7\xe1\ \xf1\xc8\xa0\x73\xd7\xa4\xf3\x6f\xbc\x74\x72\x8e\xa5\x69\x9a\xc9\ \x54\xa7\x13\x33\x53\xb3\x84\xd3\xe5\x94\x09\x62\x96\xa9\xe9\x86\ \x40\x92\xc3\xe9\x90\x30\x12\x9c\x51\xca\x89\x2c\x63\xe0\x86\xae\ \x99\x94\x4b\x8a\xc3\xa1\xc8\x08\x01\xa7\xa6\x6e\x72\x24\xcc\xf6\ \xd6\x36\xc5\x12\x08\x00\x61\xc9\xe1\x74\x48\x48\x98\xba\xa6\x5b\ \x5c\x71\x3a\x09\xb7\x74\xc3\xea\xdf\x42\x06\x63\x12\xe8\x58\xfe\ \xe9\x81\x45\x5d\x9a\xee\x4d\x9e\x3a\x6d\xc8\x65\x29\x0e\xa9\xb3\ \x75\xc1\xf2\x7d\x1f\x47\x44\xdc\x90\xf2\x3b\x46\xa6\xe7\x21\x21\ \x98\xd9\xbc\x6e\xd7\x93\x5d\x71\x17\x9f\x57\x32\x01\xb8\x49\x30\ \xee\xe9\xfe\x74\x5b\xcd\x8a\x4e\xe6\x1d\x3b\xec\xde\x3c\x07\x62\ \x42\x00\x20\x42\xf8\xe1\xda\x17\x3f\xad\xdd\x0c\x8e\xc2\x71\x15\ \x77\x94\x24\x24\x5b\xa1\x15\x73\x36\xbd\x6d\x22\x27\x47\x49\x23\ \x06\xdd\x36\xd4\xe7\xa3\x8c\xc6\x44\x01\x71\xb1\x66\x7b\x64\x53\ \x18\xdd\x3a\xc5\x1d\x27\x04\x13\x00\x08\x09\xbd\xc7\x6c\x6c\xe1\ \x1c\x21\x45\xc5\x92\x04\x08\x84\x65\x70\xdd\xec\xd5\x22\x87\x03\ \x49\x18\x38\xe3\xba\x26\xec\x45\x4c\x36\xff\x65\xba\x00\x08\x01\ \x8d\xd6\xd5\x47\x47\xdf\x72\xd7\xd9\x65\x71\xba\xc1\x3d\x1e\xc7\ \xda\x05\xef\x1b\x99\xa3\xa7\x0d\x4b\xde\xbe\x62\x61\x67\x5c\xe5\ \xe4\x22\xbc\xf4\xdd\x95\x75\x1d\x7a\x46\xd9\xc8\xb3\x26\x54\x90\ \x50\xeb\x9a\xe5\xeb\x0e\xb6\x04\x94\xf8\xcc\xf2\xc2\xa4\xfa\xbd\ \xfb\x02\x38\x69\xe2\xd9\x67\x15\xa5\x3a\xdb\x0e\x6e\x5d\xb7\x6d\ \x6f\x8f\xc6\x52\x0a\x86\x4d\x9d\x30\x32\x09\xa3\x58\x00\x82\x25\ \x99\x75\xd6\x2f\xfa\x60\x75\x63\x54\x1d\x3e\xf9\x9c\x51\x05\x9e\ \xed\xcb\x3e\xec\x8e\x2f\x9b\x34\x2c\x1f\x7a\x6d\x51\x11\x02\x16\ \x31\x8c\xcc\xec\x4b\xc7\x78\xf0\xaa\x0d\x7f\xdf\x18\x37\xf8\xc2\ \x3c\x69\xd9\xb6\xb7\xe3\x8b\xbf\x3b\x8a\x6c\x5f\xbc\xfd\xe9\xe4\ \x69\x7f\xcc\x63\xdb\x97\xef\x78\x65\x7f\xc7\xfe\xb8\xc2\x69\x80\ \x24\x89\x08\x7f\xdb\x82\x4f\x0e\x6c\xc9\xcd\xbd\x68\x58\x4a\x9e\ \x57\x45\xbd\xae\x55\xc4\x11\xed\x78\x77\xd9\xbe\x4d\xc3\x46\xfe\ \x8f\xdc\x31\xfb\x93\xad\x6f\xf8\xce\xfa\xb1\xa2\xd5\x47\x20\x7b\ \xd6\xb8\x7b\x5c\xcc\x20\x4a\x1c\xe3\x2c\xf6\xae\x40\xf9\x07\x6b\ \x23\xeb\x5b\x2d\xcb\xa3\x72\x04\xa8\xd7\x32\x8a\x63\x4f\x9a\xa3\ \x08\x11\x15\xcc\xaa\xd5\xc1\x4d\x55\xd4\x04\xb5\x74\x74\xdc\xf8\ \x4a\x0c\x02\xcc\xce\xe0\x82\x4f\xb4\xe6\x00\x4e\xca\xf3\x8c\x9f\ \xa4\xa6\x3a\xc0\x96\x06\x9b\xff\xba\xfc\x02\x52\x14\xac\x85\x7a\ \x3a\x3b\x3b\x03\x21\x4d\x76\x7b\x5d\xbc\xe9\xed\xd9\x73\xd6\xad\ \x5b\xf5\xd6\xfb\xeb\x91\xcb\x83\x10\x72\xc6\xa7\x15\xe5\x25\x6c\ \x9e\xff\xc6\xa2\x6d\xad\xb4\x6b\xff\xdc\x77\x56\x43\xbc\x2f\x5c\ \xb5\xe4\xc9\xe7\xde\x0e\x3b\x13\xf5\xda\xd5\x4f\xbd\xfa\x89\x46\ \xa4\xdd\x9f\xcc\xff\x64\x67\x8f\x2f\xd9\xb5\x73\xd1\x8b\x4f\xbe\ \xb3\xc6\xc2\x0a\x02\x84\xb0\x04\x91\xe6\xb7\x5f\x7c\xe9\x80\x91\ \x9c\x17\x17\x9c\xfb\xc2\xcb\x7b\xba\xad\xb6\x7d\xdb\xf7\x1c\xea\ \x00\x32\xc0\xa2\x99\x43\x56\xce\x05\x63\x0a\xce\xce\x4d\x1d\x94\ \xe4\x72\xab\xb2\xa3\xbb\x7b\x47\x37\xaa\x18\x5b\x30\xb9\x2c\xff\ \xca\x02\xa9\xe3\x70\x47\x2d\x72\xe4\x8d\x1d\xf6\xc3\xb3\x8a\xc7\ \x4a\x9c\x01\xc2\x98\x77\xed\x3a\xf0\x66\x6b\x34\xdc\xd4\xf8\xde\ \xba\x9a\xb5\x51\x46\x14\xd5\xe1\x72\xb9\xdd\x4e\xdc\xd4\xba\x1d\ \x27\x4e\x1f\x95\x3b\xa2\xb2\xe8\xb2\xb8\xe8\xae\x96\x70\xd8\x32\ \x35\xdd\xec\xe9\x08\x34\x09\x39\xce\x25\xab\x44\x56\x5d\x2e\x97\ \xaa\x28\x02\xa1\x31\x95\xee\x7b\xc6\xa8\x6e\xe9\xc8\x10\x2f\xc2\ \x84\x77\xed\xeb\xfa\x60\x09\x63\x34\xfc\xc9\xab\xc1\xba\xb0\x92\ \xa8\x04\xdf\x79\xb2\xed\xc3\x4d\x88\x44\xfd\x2f\xfe\xa5\x6b\x63\ \x93\xe4\x4b\x8c\x2e\x7a\x3b\xb0\xa3\x15\x2b\x92\x5d\xb7\x6c\xfe\ \xbb\xe2\x05\x00\xc0\x44\x62\x81\xed\xeb\x96\x75\xec\x21\x92\x27\ \xfb\x92\xac\xdc\xe1\xb3\x6e\xba\xb8\xee\x8f\x7f\x7d\x64\xd3\x85\ \xf7\x3d\x34\xad\x34\xde\x8a\x30\x27\xd2\x1a\xbb\x22\xc4\xf2\x37\ \x37\x34\x9a\x89\x42\x4e\x2a\x9e\x71\xd1\x15\x89\x15\xec\xc0\x2b\ \x07\xa6\x5c\x7e\x55\xe6\x10\xc7\x2f\xff\xb9\xb9\x2d\x72\x01\xe5\ \xa4\x70\xd8\xb4\xcb\xaf\x1a\x7d\x56\x89\xf7\xc1\x27\x97\x54\xcf\ \xfc\x16\xc1\x40\x08\xe9\x3a\xbc\x65\xd5\xee\xf6\xe1\xa9\x11\x7f\ \x94\x75\x35\xed\xdf\xb8\x27\x74\xd7\xf7\x7f\x7e\xae\x66\x51\xc3\ \x1c\x78\x9f\xe5\x5c\x10\xe4\xdf\xb4\xe3\xaf\xcd\xce\xb3\xaf\xcc\ \x2b\x0f\xd6\x2d\xe1\x4a\x1c\x46\x8c\x09\xe2\x54\x78\xd4\xec\x41\ \x6a\x99\xcf\x91\xd0\x2c\xa8\x00\x00\x84\x2d\xbd\xb9\x39\x20\x0f\ \xaf\xbc\x6b\x44\x32\x5d\xb6\xee\xe1\xb5\xce\xf4\xac\xfa\xa6\xb5\ \x07\x9a\x7d\x05\xc3\x33\xd3\x18\x51\xe3\x05\x13\x08\x3b\x54\xa2\ \x69\x34\xe0\x88\x9f\x38\x32\x5b\x1c\xaa\x7e\x7e\x9d\x9e\x38\x63\ \xcc\x77\xb5\x2d\x1f\x2f\xaf\xea\x4c\xce\x1b\x3a\xeb\xfc\xa9\x05\ \x3e\xd6\x18\x80\x63\x57\x1e\x60\x19\x3b\x1d\x08\xb8\xa0\xb2\x73\ \xc2\xcc\x94\x0b\x46\x78\x0a\xe4\x86\xd9\x2b\x22\xc5\x66\x70\x2f\ \x4f\xfd\xd5\x0f\xe2\xf3\x08\xec\xde\x60\x59\xf6\x96\x79\x36\xff\ \x95\xba\xc0\xa9\x29\xa5\x5f\x72\xd3\x77\x66\x0c\x49\x30\x0d\x8b\ \x52\x6e\x71\x01\x44\x05\x86\xb5\xa8\x29\x11\xb1\x76\xfe\x6b\x73\ \xf7\xe0\x8b\x66\x0c\xf3\xef\x77\x5a\x31\x17\x18\xe0\xa6\x4e\x39\ \x71\x10\x60\x91\xa8\x10\x58\x52\x65\x60\x8c\xe3\x3e\x0b\x74\x57\ \x5c\xbc\x4b\x32\x35\x8b\xc5\x12\x80\x4c\x8b\x08\x6f\x52\x41\x61\ \x5e\x0a\xce\xbc\xe3\xbb\x13\x32\x72\xbc\x94\x13\x89\x30\x4a\xd9\ \x80\x2d\x6a\xb1\x84\xc2\xdb\x77\xfd\x6d\x87\x56\x78\xf1\x98\x5b\ \x13\x25\xae\x49\x6e\x6c\xb6\x72\x41\x30\xa6\x9a\x89\x55\x39\x0e\ \x09\x8b\x72\xab\xaf\xfd\x0a\x00\xe0\x42\x8e\xf7\x64\xa5\x24\x27\ \x0f\x4a\x49\xdb\x1c\x38\x5c\x96\x5e\x58\x68\x29\xf1\x19\x3e\x0f\ \x51\x58\x20\x80\x08\x02\xae\xeb\xcc\xa1\x20\xc9\x19\x3f\x72\xca\ \xf0\x51\x58\x84\x57\xae\xbe\x6b\xd3\xe1\xcd\xe3\xd3\x8b\x0a\x0d\ \x8f\xc7\x97\x2c\x01\xb7\xe8\xc0\x14\x01\xc2\x0e\x27\xc2\x03\x4c\ \xb5\x11\x8e\xcd\x39\xc7\xf1\x29\x88\xd5\xb2\x50\x58\x28\x49\xc4\ \xa5\x0a\xae\x03\x42\xf6\x16\xbb\x36\xff\xa5\xba\x00\xc0\x8c\x50\ \x73\xc3\xe1\x43\xce\x6e\x5d\xa7\xde\xe4\xd4\xe0\x8e\xf7\x3f\x69\ \xf1\xfd\xea\x57\x93\x5f\x7f\xe1\xc5\x95\x65\x3f\x0c\x76\x77\x89\ \x84\xe1\x95\x15\x43\x42\xdb\x3f\x3c\x68\x31\x10\xcc\x34\xa9\x00\ \x00\xc1\x4c\xcb\xe2\x80\x40\x70\xcb\xb4\x04\x20\x02\xac\xb5\x76\ \xf7\xbe\x83\xee\xaa\x8f\x97\x06\x13\x06\x15\x26\x7b\x56\x68\x7a\ \x43\x6d\x83\x7b\x44\x45\x1e\x5e\xd7\x1a\xc2\x23\x86\xe5\x68\x3a\ \xf8\x92\xc8\x96\x8f\xde\xe9\x48\x18\x7c\xf6\xe8\x22\xb0\x7a\xf3\ \x0b\x84\xc8\xad\x75\xcf\xae\x6e\x8c\xcc\x98\x70\x3e\xd1\x0f\xb7\ \xd3\xd4\xa4\xe4\xe1\x49\xe2\xe1\x0d\x87\x56\x97\xe2\x1d\xb5\x34\ \xe5\xbc\x94\x5c\x60\x14\x30\x70\x6e\x51\xce\x84\x10\x8a\x9a\x95\ \x9d\x60\x6e\xab\x59\x9c\x49\x8a\x76\x76\xb4\x25\x16\x56\x94\x95\ \x0f\x29\x1d\xc6\x00\xe4\x50\x6b\xc5\x86\xfa\x8f\xb6\x36\x0c\x96\ \xda\xdf\x0f\xb9\x86\x65\x7b\xdd\xed\x1d\x1b\x43\x4c\x75\x42\x47\ \x43\x90\xba\x92\x93\xf3\x87\x4c\x28\xa8\x34\x39\x67\xd4\xa2\x1c\ \x90\x10\x60\x32\x21\x10\x46\x28\x1a\x5c\xf8\x1e\x4f\x9f\xe8\x49\ \x20\xbd\x09\x18\x6c\xe8\xfb\x77\x6b\x45\x72\xf8\x83\x85\x28\x73\ \x9c\x6b\xf0\xa0\x10\x9e\xed\xff\x78\x19\x1e\x93\xa8\x77\x44\x88\ \xad\x0b\x36\xff\x85\xba\x20\x04\x48\xee\xfc\x3c\xef\x8e\x15\xf3\ \x6a\xd6\x22\x53\x47\x43\xc6\x8f\x81\xf6\xf0\xa4\x8b\x2e\x1f\x3e\ \x32\x35\x54\xb5\x6f\xcb\x86\x43\x37\x5e\x7a\x4d\xe3\x1b\xef\x3d\ \xf6\x8f\x5d\xd4\xf2\x4e\x1c\x9f\x46\xe4\x8e\xfc\xfc\x74\x05\x71\ \xa4\xc4\xe7\xe7\x66\x39\x81\x82\xea\xcd\x2d\xc8\x76\x12\xc0\x04\ \xf5\x34\xee\x7a\xfb\xd5\x2a\x43\xcd\xbe\xe5\xb6\x8b\xe3\x55\xf7\ \x39\x53\x86\x7f\x50\xbd\xcd\x3f\xf5\xda\x7b\xef\xbe\xec\x8d\x0f\ \x3e\x7c\x72\x3d\xa4\x17\x8d\xbd\xa5\xe0\xec\xf6\x43\x07\x0e\xa5\ \x65\x9e\x8d\x71\xdf\xf2\x2f\x84\x91\xd1\x13\xb5\x5c\x92\xbe\x7d\ \xf7\xe3\x94\x46\xe3\xb3\x2e\x9f\x59\x76\xf6\xb9\x23\xae\x5d\xbe\ \xef\x8d\x55\x22\x6e\xec\xf0\x7b\xf2\x5d\xc4\xe2\x4c\x46\xe0\x72\ \xe5\xfa\x78\x02\x70\x8b\xe1\xc4\x31\xc3\xbf\xaf\xed\x7e\xeb\xc3\ \xcd\x9f\xa6\x66\x5e\x3f\x29\xbf\xd4\xd4\xa3\x1c\x00\xc0\x74\xa6\ \xcc\x3a\x77\x50\xf7\x9a\x3d\x8f\x83\xa3\x70\xfa\xc8\x1b\x93\x64\ \xb3\xca\xbf\x71\x4b\xfd\x3e\x4b\xe0\xe4\xac\x1b\x27\x17\x0c\x63\ \x46\xa8\x3f\x46\x10\x02\x64\x15\xe7\x27\x22\x49\x00\x20\x66\x56\ \xef\x65\x30\xcc\xeb\x93\x62\x6b\x56\x11\xc1\xf4\xc0\x86\x8e\x97\ \xb6\x40\xdc\xa0\xf4\x1b\x2e\x92\x12\x5c\xa9\x77\x7f\xab\xeb\xdd\ \x25\xed\xb5\xaa\xe5\xb7\x5c\xd8\x4e\x2e\xd8\x9c\xd9\x9c\xcc\xaf\ \x09\xc9\x8a\x82\x78\xef\xd2\x7e\xce\x39\xc2\x04\x03\xb3\xa8\x90\ \x14\x19\x18\xe5\x80\x25\x82\x38\xe3\x88\x10\x60\xd4\xe2\x48\x91\ \xb1\x65\x9a\x02\x49\x8a\x8c\xa9\x69\x72\x24\x29\xb2\x8c\x89\xfe\ \xfe\x5f\x7f\xbf\x2f\xed\x8a\x5f\xde\x36\xc2\x34\x98\x60\xd4\x62\ \x5c\x92\x15\x0c\xcc\xb4\x18\x91\x15\x82\x62\x3b\x3c\x09\x4a\x99\ \x24\x2b\x48\x30\x8b\x1e\xb5\x6e\x12\x63\x85\x20\xe0\x82\x03\x80\ \x10\x8c\x0b\x81\xb1\x82\x91\x10\x80\x91\x60\x94\xd3\xfe\xc3\x30\ \xc4\xfe\x44\x08\xcb\x12\x42\x5c\x08\x84\x10\xe7\xe6\x80\x1c\x01\ \x26\x44\x46\x82\x03\xc2\x42\x58\x8c\x73\x8c\x24\x84\x50\xac\x57\ \xc0\xb8\x75\x8c\x69\x36\x42\x48\xc6\x60\x31\x21\x00\x61\x55\xe1\ \x91\xae\xd0\x87\x4f\x77\xee\xf3\xe6\xfe\xea\xce\xc0\x23\x3f\x30\ \x2b\xbe\x97\x79\xd1\x08\x61\x5a\xc0\xa9\x30\x35\xab\xa5\x41\xe0\ \x38\x08\x57\xb5\xbf\xf8\xbe\xfb\xd6\x07\x92\x2b\xe2\xb8\x69\x1b\ \xab\xd9\xfc\x97\xf5\x23\x84\xb0\x0c\xe3\xe8\x8c\x43\xef\x4e\x67\ \xd4\x34\x63\x7f\x9b\xb1\xbf\xfb\x96\x3f\x9b\x26\x03\x40\x20\xd8\ \x80\x5f\x84\xac\x40\x72\x56\x5e\x56\xbc\x6a\x18\xa6\xd5\xfb\x02\ \xa0\x96\xd9\xdb\x55\xe9\x7f\xe8\xe8\xc7\x8f\x7e\xdb\x63\x9b\x17\ \x3f\x51\x83\xeb\x7b\x30\xb6\xbb\xd6\xc9\xf2\x7e\x9c\xb1\xa3\x3e\ \x14\x17\x34\x16\x99\xb0\x13\x5f\x03\xd1\x5b\x3e\x04\xc0\x75\x6d\ \xd3\x82\x9e\x1d\x66\xf2\x35\x57\xc8\x12\x93\xb2\x4a\x20\x4e\x15\ \x86\x21\x2c\x0b\x30\x41\x60\xe9\x5b\x3f\x0e\xec\x6a\x07\x22\x3b\ \x67\xdd\x9a\x30\x38\x91\x9b\x76\xea\xd1\xe6\xbf\x2f\x5e\x38\x85\ \xc2\x23\x2b\x58\x50\x93\x9e\xf9\x37\x4f\x2c\x21\x59\x02\x66\x09\ \xca\x90\xa2\x02\xb3\xc4\x91\xad\xdf\x10\x92\x24\x40\x00\x08\x03\ \x70\x61\x59\x60\xcf\x5d\xb0\xb1\x75\xc1\xc6\xc6\xe6\xbf\x09\x7b\ \x9d\xb5\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\ \xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\xcd\x7f\x50\x17\xec\xc9\xbc\ \x36\x36\xff\xdd\x9c\xb4\x8d\x9f\x78\x5e\x93\x10\x9c\x52\x6a\x4b\ \x83\x8d\xcd\x7f\x35\x42\x92\x24\x84\xf0\xe7\xd2\x05\x8c\x71\x5d\ \xed\x21\x22\x11\x7b\xcb\x06\x1b\x9b\xff\x62\x38\xe7\x8c\xb2\xfc\ \xc2\xa2\xcf\xb5\x3f\xa5\x10\x02\x13\x5c\x3e\xb8\xc2\xbe\x70\x36\ \x36\xff\xdd\xec\xdb\xb3\xf3\x8b\xed\x4f\xc9\x39\xc3\x47\x9c\x54\ \x6d\x8e\xc6\xb2\x60\xff\x7e\xa8\xaf\x07\x5d\x07\x00\x88\x8b\x83\ \x82\x02\x28\x2a\xb2\x2f\x8c\xcd\x19\x15\x2f\xb0\x2f\x96\x5f\xb0\ \xf9\x2c\x56\xad\x82\xdf\xff\x1e\x36\x6e\x84\x40\x20\x16\x5f\x81\ \x24\x41\x52\x12\x5c\x7c\x31\xfc\xec\x67\xb6\x3a\xd8\xfc\x17\x70\ \x5a\x66\x10\xb8\x16\x08\xb7\x99\x5f\x7a\xe9\x11\x8b\x84\xb4\xe0\ \x29\x2b\x8c\xd0\xc3\x9a\xff\x48\x59\x5e\x79\x05\x66\xcc\x80\x03\ \x07\xe0\x27\x3f\x81\xb5\x6b\xa1\xbd\x1d\x5a\x5a\x60\xc1\x02\xb8\ \xee\x3a\x98\x3b\x17\x66\xce\x84\xcd\x9b\xbf\x68\xec\x11\x8a\xb4\ \x68\xec\x0b\xac\x2b\xd3\xa2\x1d\xc6\x17\x5f\x86\x66\x19\x5d\x11\ \xcb\xf8\x9a\xc3\x2c\x83\xd5\xf7\xd0\x2f\xb4\xd4\x94\x53\xde\x11\ \x62\xf4\xab\x7c\x81\x8c\x77\x04\x98\xf5\x45\xae\x58\x4f\x98\x19\ \xa7\x6a\xa1\x9f\x10\xdd\x41\x1a\xf9\x22\x9f\xd9\xd4\x99\xdf\x14\ \x67\x98\x2e\x08\x6e\x1a\x96\xf6\x6f\x2d\x35\x8f\x6e\xfc\x70\xc3\ \x93\xad\xc7\x5d\x4a\x33\xda\xd0\xe2\x6f\xfd\x97\x6f\x5d\xbd\xef\ \xf1\x45\xfb\x36\x44\x8d\x20\x1f\x50\x66\xcd\x88\xe8\x66\xc8\x38\ \x12\x37\x31\xdd\x0c\x19\x66\xd8\x18\xd0\x54\x4c\x33\x6c\x58\x91\ \xa8\x79\xe4\xd3\x71\x1a\xd6\xa2\x75\xcb\xd7\xfe\x79\x57\x77\xa8\ \x37\x52\xb8\xf7\x5e\xb8\xe8\x22\x58\xb3\x06\xee\xbf\x1f\xc6\x8d\ \x83\xe4\x64\x48\x4b\x83\x19\x33\xe0\xef\x7f\x87\x15\x2b\x40\x55\ \xe1\xc6\x9b\xa0\xb1\xc1\x30\xba\x7a\xc2\xad\x21\x3d\x10\xd1\x3a\ \x7b\xc2\x2d\x61\xf3\xe4\x57\x8c\xd6\x7d\xb2\xfe\xe1\xfd\x21\xfd\ \xf3\x36\xad\xc0\xaa\xf7\xd7\x3e\xdf\x49\x81\xd1\x28\x3d\xca\x7f\ \x92\x9a\x96\xde\x67\x99\x75\xd4\xdb\x71\x16\xb5\x18\x0f\x75\x7c\ \xfc\xde\xba\xd7\xc2\xe2\x8b\x7e\xdd\x22\x14\x65\x1d\x41\xda\x1d\ \xe5\x5f\xbd\xa5\x74\x34\x07\x1f\x5f\x13\x0c\x7d\x91\x97\xf4\xb4\ \x06\x9f\xf8\xb4\xc7\x7f\xe2\x4b\xc7\xea\xda\x8c\xc8\xbf\x2a\x96\ \xd6\x15\x7d\x72\x89\xbf\xfd\x73\xb7\xcc\x50\x6b\xe8\xc9\xe5\x3d\ \xdd\x3c\x76\x4d\x59\x67\x88\xf6\xe8\x5f\xe1\xa3\x9b\xd6\xeb\x4b\ \xba\xf6\x85\x78\xf5\x7e\xff\x8b\xdb\xa3\xc7\x5f\xfe\x9e\xa6\xd0\ \x73\x2b\x03\x41\x80\xb6\x4e\xa3\x35\x2a\x00\x20\xd0\x1a\x7a\x72\ \x59\x4f\xb7\x38\xa3\x74\x41\xef\x98\xfb\xda\xc7\xbf\xeb\xfc\x77\ \x16\x1a\x63\x2b\xa4\xf9\x8f\xbf\x45\xb4\x1e\x7c\x71\xf1\xae\x8d\ \x9f\x3d\x76\xca\xa2\xdb\xd7\x1e\x6a\x1c\x9c\x5b\xbc\x71\xd5\x7d\ \x73\x76\x6d\x8d\x7d\x33\xeb\xd7\xfc\xe8\x83\x7d\x9b\x0f\x55\xfd\ \xed\xf9\xe5\xcf\xc7\x64\xa0\xe9\xc0\xdf\x5f\x5a\xf5\x5a\x5b\xfb\ \x47\x2f\x7c\xf8\xb3\x43\x1a\x07\x00\xea\x5f\xf2\xd2\xa2\x07\x0e\ \x75\xef\x7b\xff\xa3\x7b\x57\x35\xb5\x02\x00\xf0\xe6\xf9\x8b\xbf\ \xb3\xae\x4b\x1e\x92\x1e\xb7\xa9\x6a\xa9\xa5\x5b\xf0\x9b\xdf\x40\ \x4e\x2e\x3c\xff\x02\x64\x64\x9c\xe0\xbd\x87\x0d\x83\x17\x5e\x82\ \xfa\x46\x78\xfa\xf1\xfd\x55\xcf\xcc\x5b\xf3\xbb\x97\xde\xbf\xee\ \x9f\x0b\x7e\x34\x6f\xd5\xef\x57\x1d\xda\x76\xd2\x0b\x46\x20\xa2\ \x77\x99\xfc\x73\x5e\x50\x63\xdb\xee\x39\x22\x79\x4a\xa6\x02\xdb\ \x3f\xbd\xf3\xf1\x95\xaf\x19\xbd\xaf\x13\xd5\xdb\x1f\x78\xec\xa3\ \x87\xba\x00\x20\xb4\xfe\x95\x77\xae\xf8\xa4\xb1\xbd\xef\x8a\xd4\ \xbf\xf3\xde\x15\xef\x1d\xdc\x95\x98\x35\xdd\x13\x59\xb7\xbe\xbe\ \xf9\x0b\x7d\x17\x87\x77\x75\xfd\xe8\xd5\xc6\x47\x97\x76\x3c\xf2\ \x61\xeb\xef\x16\x75\xef\x0b\x7c\x25\x71\xa0\x4c\x44\xbe\xe0\x9d\ \x50\x12\xbc\x3b\x7a\xe2\x68\x8a\x05\xa2\xcf\xad\xe8\xf6\xff\xab\ \x2a\xac\x00\xf4\x44\x18\xfb\xdc\x42\xf8\xf1\x96\xa0\x3b\xdb\x9d\ \x21\x89\x5d\xbb\xbb\x7f\x3d\xa7\xe5\xe1\x85\x6d\xbf\x99\xdb\xfc\ \xf8\xfa\xd0\x97\xfc\xe8\x12\x04\xc3\x54\xa3\xe0\xf6\xc8\xb9\x71\ \x27\xe8\xb6\x4b\x0e\x92\x93\x2c\x29\x82\xbd\xb3\xa2\x6b\x7d\x37\ \x00\x40\x6a\x8e\x27\x39\x1c\x5d\x54\xfd\x75\x5a\x78\x7c\xde\xfc\ \x02\xb3\xba\x0f\x35\x2c\x0f\x3a\x27\x0d\x26\x88\x72\x8b\x20\x68\ \x3f\x3c\x7b\xf9\xc1\x6d\x96\x40\x09\x29\xc3\xe2\xa1\xb3\xa1\xa3\ \xc6\x99\x32\x7d\xfa\xf0\x8b\xbd\x38\xb4\x73\xf7\x8b\x3b\x9a\xea\ \x24\x77\xd9\xe4\x91\xb7\xe7\xb8\x64\x2b\xbc\x6b\xe5\x8e\xb7\x5b\ \xa2\x1a\x51\xb2\xc7\x0c\xbf\xa7\x24\xde\xd9\xd5\xbc\x70\x65\xd5\ \x8a\x88\x88\xaf\x1c\x7a\xc7\xb0\xb4\xf4\x7e\x65\xaf\xda\xfb\xe2\ \xe6\xa6\x06\x19\x75\x45\x98\x57\x91\xc0\x0a\xef\xf8\x78\xd3\x1b\ \x5d\x96\x48\xcf\xb9\x72\xfa\xa0\x71\x32\xc1\x1d\x4d\xaf\xbd\xbc\ \x74\x63\x5e\xfe\xad\xd3\x8a\x32\x77\xee\x7c\x7a\x57\x7b\xa3\x23\ \x7e\xdc\xd9\xc3\xaf\x4e\x52\x7a\x6b\x47\x5b\xd3\x12\xc3\x33\xa2\ \x2c\xa5\xa0\xa0\xe2\xe2\xe7\xd6\xbe\x78\xb8\x74\x64\x7a\x70\xfe\ \x96\x2e\xf5\xe2\xb1\x67\xe5\xe1\xf4\x6d\xb5\x0f\x7e\xda\x74\xd9\ \xb9\xe9\x81\x55\xfb\xb6\x0f\x19\xf3\xd7\xdc\xcc\xf8\xa1\x07\x17\ \xaf\xd8\xbd\xaa\x60\xcc\x59\x1b\x76\xbc\xed\xc9\xbe\xa5\x3c\x6d\ \xb4\xbb\xb4\xf4\x9d\x1d\x6f\x8c\xce\xfa\x51\xf0\xe0\x2b\x8d\xd2\ \xd8\x5b\x73\x8a\x3c\xda\xd4\x55\xeb\xe6\xd7\x6f\xce\x2d\xda\xb0\ \xae\xf6\xbe\xdb\x12\x3c\xae\xa4\x93\xd5\xfb\x11\x45\xfa\xd9\x43\ \x9c\xf3\x16\x0e\xf9\xdf\x95\x43\x2a\x3d\x5b\x57\xdf\x5b\xed\xba\ \xe6\xea\x51\xd3\x31\x22\x7a\xcf\xc6\x15\x3b\xe6\x75\x9a\x38\xbf\ \xe8\xba\x29\x85\x95\x08\x44\x63\xdd\x9b\xab\xab\xb7\x63\x62\xb5\ \x6a\x7c\xa8\xec\xe0\xd1\xad\x0b\x37\xcd\xed\x32\x58\x66\xee\x55\ \x67\x17\x17\x6d\xdc\xf8\x74\x62\xf9\xbd\x83\x92\x12\xda\xeb\x5e\ \xda\x1a\xca\x9d\x51\x71\x0e\x01\x10\xda\xbe\x03\x9d\x6c\xf4\xd9\ \x63\x11\x58\x11\x43\xab\x6f\x78\x6f\xc7\x90\x0b\xc6\xfa\x92\x79\ \x74\xe7\xa7\xfb\x57\xf5\x90\xd1\xba\x00\x66\x86\x22\xd1\x96\xcd\ \x3b\xdf\x1a\x93\xf9\xbd\x78\x0c\x4d\xd5\x6f\x6e\x6f\xef\x2c\x2d\ \xee\x41\x68\xd8\xa8\xfc\xfc\x45\x87\x57\xf0\xbc\x1b\x9a\x1a\x3e\ \x68\x63\x79\x83\xb3\x2b\x5d\x27\xd9\xf5\x2b\x18\xd0\xd7\x1d\x34\ \x07\x57\x7a\x0d\x83\xa7\xa4\xc7\xfd\xf2\x92\x04\x33\x4c\xd7\x6c\ \xea\xf8\xdb\xe2\xae\x5f\x5d\x96\x9a\xab\x88\xdd\x7b\x7a\x16\x1c\ \xd0\x85\x53\xb9\x68\x62\xd2\x20\xac\x3f\xb5\x51\xbf\x64\x6a\x62\ \x0e\x33\x5e\x5f\x1f\x1e\x3b\x3e\xb9\x04\xd3\x39\xab\x03\x65\x43\ \xe3\x3a\x0e\xf6\xac\xeb\x60\x42\xc0\x88\xca\xa4\x8b\x8a\x14\x8c\ \x80\xe0\xde\x18\x66\xd9\x86\xee\xb5\x2d\x34\x3e\xd5\x79\xd5\xb8\ \x84\x0c\x05\xf6\xec\xeb\xf9\xb0\x4a\xb3\x64\x69\xfa\x98\xa4\xf1\ \x69\x04\x28\x5d\xbc\xd1\xbf\xa1\x9d\xc9\x96\xc5\x64\xa7\x22\xe0\ \xc0\x01\xff\xbb\xfb\x0c\xae\xc8\x57\x4c\x4e\x2c\x8b\xc3\x00\x80\ \x09\x8a\x46\x8c\x47\xdf\x69\xcd\x4f\x71\x7e\xeb\xac\xf8\xae\xba\ \xc0\x5b\x3b\xa2\x51\x22\x9f\x3d\x2a\x61\x72\x86\x04\x82\x7f\xba\ \xb9\x7b\x65\x13\x55\x38\xeb\x01\x45\x91\xc0\xe8\x8e\xbc\xb0\x3e\ \xd4\xae\xc3\xe0\x41\x09\x17\xe6\xc2\x2b\x1b\xa2\xe7\x4d\x4a\x2a\ \x50\xc5\xaa\x0d\xdd\xdd\xc9\x71\x97\x15\xcb\x00\x60\x04\xf5\xad\ \x01\x72\xf3\x74\x47\x7b\x5d\xcf\x53\xeb\xa2\x97\x9f\x9f\x36\x21\ \x8d\x44\x02\xfa\x4b\x0b\x3a\x5e\x92\xa5\xef\x8f\x72\x6e\xdf\xdd\ \xbd\xa8\xda\x30\x39\xca\xcc\xf5\x5e\x37\xca\xed\x41\xd0\x5c\x1f\ \x9a\xbb\x23\x1c\x00\x32\x6d\x74\xd2\x94\x8c\x23\x0d\xea\xc0\xfe\ \x9e\x77\xf7\x69\x84\x40\xad\x8e\xce\x93\x90\x11\xe1\xed\x06\x43\ \x00\x61\xbf\xf6\xf6\xfa\x60\x8b\xc1\x89\x43\xbd\x6a\x6a\x52\x0e\ \x80\x3f\xc2\x01\x81\x64\xb1\x8f\x56\xb4\x54\xf9\x94\x4b\x27\xa5\ \xcc\x1c\xa4\x3e\x55\x13\xbd\xa6\x24\x6e\x7b\x55\x30\xea\x74\x8c\ \xc9\x51\x9d\xf8\x34\x8b\x17\xb4\x70\xf5\x8e\x3d\x4f\xcf\x59\xfe\ \xe0\x9a\xc3\xd5\x84\x28\x08\x00\x21\x84\x01\x1a\xeb\x96\x84\xd5\ \x91\x53\x87\x9e\xdf\x51\xfb\xc2\x5e\x2d\x73\x62\xc5\x15\xe1\xba\ \xd7\x3f\xad\x39\x00\xe0\xce\xc9\xbd\x68\xc6\x98\xbb\xb2\xf9\x8e\ \xa5\xdb\x16\x31\xde\xf5\xd1\xaa\x3f\xb4\xc8\xa3\xa6\x0e\xbb\x9a\ \xfb\x37\xee\xef\x0a\x58\xe1\x95\x1f\x6c\x59\x90\x5d\x76\xdb\xe4\ \xbc\xc4\xd5\xeb\x1f\x69\xe8\xb3\x5f\x6a\xae\x7e\x7a\x61\x55\xf5\ \x90\xf2\x6b\x2a\x33\x0a\xb0\xa0\x9c\x83\xec\xc8\x1b\x5d\x79\xe7\ \xf4\x8a\xb3\x1a\xf6\x3d\xbe\x3d\x60\x20\x84\xe3\x93\xa7\x4e\x1f\ \x7d\xe7\x88\x9c\x9c\x7d\x3b\xfe\xbc\xa1\xdb\x3b\x75\xe4\x5d\x09\ \x91\xa5\xf3\x77\x2c\xed\xbb\x1b\x88\xd6\xd6\xc6\xf8\xf8\x0a\x09\ \xc0\x95\x7e\xc5\xe4\x0c\x69\xe9\xfa\x47\x17\x6e\x5b\x52\x5c\x71\ \x6f\x9e\x0a\x20\x97\xcd\x18\x36\x69\xdf\xf6\xbf\x7d\xbc\xe1\x19\ \x23\xf5\xca\xf1\x99\x3e\x00\x75\xc2\xe8\xdb\x45\xd3\xeb\x8b\x36\ \x3f\xb2\x47\xcb\x9b\x51\x31\x05\x00\x72\xca\xee\x2c\x93\x76\x2d\ \xdc\xf0\xe4\xd2\x83\x0d\x13\x46\xdd\xea\x41\x00\xae\xe2\x78\x37\ \x3d\xbc\x65\x33\x58\x56\xeb\x20\xeb\xdd\xd5\xbf\x5e\xb8\xe3\x83\ \x86\x40\xf7\xc0\xab\x14\x0d\x1f\xdc\xb6\xfb\x99\xd9\x1b\xfe\xbc\ \xb7\xb2\x80\xd4\xd4\x92\xa0\x46\x90\x22\x11\x89\x10\x55\x42\x04\ \x5b\xfb\xe7\xaf\xfe\xbb\x96\x70\xce\xc4\xb2\xf1\x07\xb7\xff\x69\ \x65\x53\x97\xd1\xf5\xfe\xbb\x9b\x97\x64\x17\x5e\x39\x3a\xbf\x52\ \x01\xc6\x39\xc3\x6a\xc1\xa8\x8a\xdb\x67\x54\x4c\x3b\xbc\xf7\xa9\ \x7d\xfe\x88\xa0\x55\x9b\x1b\x0f\x02\x40\x75\xed\x9a\x1e\xea\x89\ \x8d\x0c\x85\x02\x35\x01\x29\xd7\xe7\x91\x01\xba\x7b\x70\xe1\xa4\ \xd2\xca\xbd\x7b\xdf\x35\x01\xaa\x0f\xbc\x03\x69\x17\x14\x7b\x9d\ \x51\x1d\x34\xa3\xcb\x9b\x75\x65\x11\xd9\xbf\xa9\xa1\x05\x58\xdd\ \xfa\xba\xfa\xe1\x43\x2e\x42\xd1\x2e\x0e\x90\x9c\x3a\xc4\x08\x1f\ \xec\xe2\xe0\xc0\xa2\xae\xf6\xa5\xb7\x96\x3f\xb8\xa2\x6a\x45\xa7\ \x16\x1d\x78\xbb\xac\x6f\x8a\xbe\xb1\xac\xfd\x6f\x4b\xba\x0f\x6a\ \x42\xc6\x08\x00\x08\x41\x0a\x42\x5e\xaf\x3c\x6b\x5a\x4a\x66\x50\ \xdf\xde\xc6\xda\xeb\x7a\x9e\xde\xa2\x8d\x1e\x96\x30\x36\x8e\x3d\ \xfd\x51\x67\x03\xc3\x81\xfa\xc8\xc1\x1e\x61\x76\xe9\x1f\x6e\xf6\ \x6f\xed\x16\x2c\xa8\xad\x69\xb5\x88\xa0\x2b\xaa\x8c\x41\x83\x12\ \x2e\x28\x95\x17\xae\xea\xd8\xa6\x81\x8a\x01\x10\xa8\x00\x6b\xd7\ \xb5\x7f\xd0\x8c\x66\x8d\x8e\x4f\x0e\x46\xfe\xbe\x3c\xa0\x09\xc8\ \xce\x74\x5f\x3b\x39\x69\x5a\x0a\x7f\xeb\x53\x7f\x58\xc0\xc6\x8d\ \x9d\xf3\x9b\x60\xd6\xa8\x84\xe1\xa9\x12\x02\xa4\x85\xf4\x67\x56\ \x85\xcb\x2a\x93\xae\x1b\xe5\xf5\xa9\xa8\xbf\x8f\xa3\xaa\xf2\x85\ \x13\x92\x2e\x1b\xee\x31\x5b\x82\xff\x58\x11\x2a\x28\x8b\x9f\x99\ \x83\x66\x2f\xee\xd8\x15\xe5\xfb\x77\x74\xcd\x3e\xc0\xa6\x8e\x88\ \x1f\x97\x29\x0b\x0e\x82\x83\xea\x55\x67\x8d\x49\xba\x7e\x84\x6b\ \xe3\xc6\xae\xad\x3d\x48\x6b\x8a\xec\x68\xe7\x00\x74\x6d\x4d\x94\ \x3a\x7a\x1b\x82\xdf\xaf\x6b\x6e\x39\x4f\x85\x75\xfb\x82\x89\x43\ \x93\xa6\x67\xcb\x6e\x19\xfb\x52\x5c\x37\x4e\x70\x6f\xd9\x1f\x09\ \x32\xbe\xe5\x60\x08\xa5\x7b\xaf\x1a\xe1\xa9\xdb\xd5\xfd\x61\xad\ \x15\x0d\x44\x9e\x5c\x13\x2a\xad\x48\xbc\xac\x90\xbc\xbd\xbc\xb3\ \xaa\xaf\x3b\xd8\xd5\x10\xf8\xe7\x9a\x48\xe9\xa0\xf8\x19\xc5\x0e\ \x09\x04\xc6\xd0\xd5\xa1\x6d\x6e\x65\xc2\x34\x9f\xfe\xa8\xb3\x2b\ \xc1\x75\xe5\x18\xaf\xd1\x1c\xda\xe3\x67\x34\x6c\x6e\xac\xd5\x4d\ \x00\x4e\xf0\x88\x21\x89\x37\x8d\x89\xcf\x77\x41\x6a\xb2\xca\xfc\ \x66\x87\x09\x4e\x24\xd6\x6e\xed\x7a\x78\x41\xfb\x82\xaa\x68\xa7\ \x21\x4e\x9b\x78\x81\x1d\x5e\xb4\xea\x67\xbb\xa3\xd9\x17\x4f\xfa\ \xe1\xf0\x8c\x7c\x00\xd0\x5a\xfb\x02\x7c\xec\x4c\x4e\x1c\x9c\x9b\ \x51\x39\x28\xfd\x83\xc3\x71\xe5\xf9\x19\x43\x43\xd9\x6f\xee\x0a\ \xb7\x08\x91\xdb\xda\xb8\x64\x57\x5b\xab\x1e\x6a\xb3\x3c\x9d\xa1\ \xc0\xba\x3a\x96\x77\xf5\xe8\xcb\x32\xb0\x79\xd0\x9b\x44\x31\x0e\ \xb6\xad\x6a\x8c\x74\xba\x6a\xe6\x1e\xa6\xdd\x06\x0f\x74\x68\x22\ \x47\x01\x00\x56\x57\xb7\x2b\xbf\xe4\x7b\x23\x72\x86\x43\xa4\xfb\ \xd3\xfa\x85\x42\x80\xa9\xd5\xee\x3a\xb0\xc0\x6f\x6a\x01\x2b\xd0\ \x63\x68\x99\x02\x14\x35\x2b\x2b\x21\x1f\xa0\x6d\x79\xcb\xde\x00\ \x8d\x6e\xd8\xdd\x14\x8d\x44\x02\xa2\x9b\x02\x90\x58\xca\xd1\x12\ \xb2\x1a\x17\xfb\x68\x23\x46\xde\xb3\x6f\xfe\xad\xd5\xc9\xdf\xff\ \x7e\x51\x71\xac\xc8\xa9\xf9\xb7\x0d\x3b\x74\xef\xf2\xba\xc4\xdb\ \xae\xbc\x44\x8e\x1d\xe4\x9d\x70\x5e\xf9\xd2\x27\x37\x2e\x9b\x35\ \xfd\xc5\xd4\xd8\x43\xd8\x77\xce\xe8\xeb\xfe\x39\xef\x37\x19\xa3\ \xff\x38\x22\xc5\x0b\x00\x00\x6e\x87\xa4\x68\xdd\x6d\x20\x3b\x26\ \xde\xf0\xd4\x90\xc0\xba\x45\x6b\xff\xfc\x46\xc3\xc6\x4b\xf3\x2f\ \xf8\xe8\xcd\x37\x6b\x23\x29\x97\x7d\xeb\x42\xda\xf4\x8b\xcd\xfa\ \x88\x4b\xa6\xfc\xa0\xc2\xd9\x0d\x7f\x7a\x0b\x4c\x03\x00\x84\x10\ \xb1\xc1\xe1\x50\xeb\xb2\x0e\x52\x76\xcb\xb0\x99\x71\x00\xd0\xbe\ \xe1\xd3\xc3\xeb\x32\x1c\x9b\xbd\x69\x97\x4c\x29\x1c\x0b\x22\x31\ \xb5\xea\x53\x0e\x60\x45\x0f\xef\xa9\x9a\xef\xb7\xb4\x88\xde\x11\ \x64\xf2\x90\x82\xb3\x76\xec\xd9\x6c\x0c\xcd\x6a\xd4\x95\xa2\xdc\ \xca\xbe\xbe\x6a\x0f\x53\x5c\x12\x06\x60\xe1\x90\xc9\x86\x8e\xb8\ \xb9\x79\xdb\x23\xeb\x6b\x96\xb6\xb5\x69\xe3\x46\xdf\x52\xbd\xf9\ \x71\x4d\xe7\xba\x15\x62\xee\xf2\x49\x79\xa5\x8b\xab\xe7\xed\x08\ \x51\x2d\x6e\xfa\xd9\x19\xa1\x8f\x6a\x02\x16\x00\x91\x93\x30\xd3\ \x23\x26\xe4\x67\x5d\x7a\x55\xd6\xa5\xcd\x0d\xef\x2e\x5c\xf3\xc0\ \x8e\xce\x3b\x66\x38\xdc\x2f\xbe\xb6\x9c\xa4\x17\x9c\x7b\xee\x1d\ \x1f\x6d\xee\x72\x14\x25\xdd\x7d\xa1\x2f\xdf\x09\x00\xd0\xc5\x41\ \x08\xe0\xb1\xcb\x8b\x89\x4f\x06\x53\xb3\x76\x34\x44\xf3\x87\x24\ \x9d\x5b\xe8\x84\x02\x79\x67\x4d\xeb\x81\x20\x1e\x9b\x87\x0f\xb4\ \xe9\x89\x8c\xa6\x25\x29\x1d\x2d\x46\xad\xaa\x27\xa5\xb9\x8a\xbc\ \x08\x2b\x52\x59\x96\x63\xa8\x47\x59\xb3\xa7\xf5\x50\x97\xc8\xc5\ \x80\x30\x02\x4a\x37\xd5\x5b\xe7\x4c\x4b\x1b\x9d\x81\x47\x7a\xc4\ \xf6\xf7\x82\xf5\x5a\x1c\xe9\x88\x2e\xdc\x6f\x68\x86\x15\xa2\xe0\ \xb7\xd8\xee\x43\xd6\x39\x13\x53\xc7\xe6\x90\x00\x72\x7c\xb2\x99\ \xc9\x4e\xb9\x32\x1d\x6f\xda\x1b\x4c\x19\x1e\x9f\xdf\xaf\x0b\x02\ \x30\xc1\x79\x69\x4a\x26\x81\x35\x3b\x35\x29\x23\xfe\x8a\x72\x17\ \x80\xf3\x40\x7d\xd3\xba\x7a\xc3\xd3\x64\x96\x8f\xf4\x4d\xc9\x93\ \x0d\x07\xfb\xf0\x60\x94\x03\x84\x02\xe6\xaa\xed\xe1\x2e\x93\xf7\ \x44\xb8\x01\xd2\x94\x12\xf9\xa3\x46\x7d\x96\x9b\x87\x89\x3a\x36\ \xad\x77\x48\xde\xd0\x99\x2c\x4b\x4e\x10\x21\x8b\xc7\x7b\x8f\x8c\ \xd3\x3b\xdc\x12\x32\x4d\x83\x0a\x42\x48\x61\xa6\x63\x70\xae\x34\ \xeb\x70\x60\x4b\x97\xd9\x40\xf5\xea\x00\x8b\xab\x0a\xee\xa5\x2c\ \x6a\x8a\x8e\x10\x2f\x77\x60\x00\xa8\x6a\x88\x2a\x05\x71\x97\x97\ \xb9\xc0\x92\x0a\xb7\x68\x54\x80\x42\x90\xdb\x81\xba\x5b\xb4\x16\ \xae\xfe\x7c\x82\x37\x09\x58\x4e\x3c\x06\x01\x08\x23\x87\x8c\x90\ \x00\x81\x90\x2f\x59\xcd\x4e\xc4\x00\x60\x4a\x58\xb5\x58\x90\xa2\ \x21\x65\x09\x43\xca\xe2\x77\xec\xe9\x79\x7a\x69\xeb\xea\xca\xd4\ \x87\xa6\x7a\x95\xd3\x42\x17\x48\xe6\xf8\xe1\x77\x3b\x6a\x56\xef\ \xde\xfb\x5c\x73\xdb\xe8\x8a\xa2\x99\xa9\x88\x0c\x48\xb5\x52\x00\ \xc0\x08\x73\x1a\x05\x00\x81\x09\x21\xa4\xad\xf1\xad\x8f\x0e\x1e\ \xbe\x74\xea\xf7\xa0\xf9\xe9\xe5\x6d\x9c\x03\x12\xa2\x77\x2f\x38\ \x04\x08\x40\x80\x10\x4e\xef\xe0\xc9\xa3\xee\xf3\x08\x4a\x24\x87\ \xaa\xf4\x9a\xaf\x13\x2c\x74\x1a\xbb\x77\x09\x10\x08\x83\xb6\x66\ \xed\x23\x6d\x29\xdf\x3a\xbf\x22\x6b\xc5\xa7\xbf\xe7\x8c\x01\x08\ \x21\x62\x91\x01\xe1\x82\x64\xe6\x5e\x31\xab\xb8\x90\x01\x91\x64\ \x4f\xdf\xc5\xc2\x2a\x01\x46\x7b\x45\x1b\xa9\x85\x79\x69\x83\xa4\ \xd4\xa1\x47\x2e\x25\x72\x17\xa5\x0d\xdd\xc7\xd2\xb2\xd4\xfe\x40\ \x09\x65\x66\x8e\xca\x4c\xee\xc9\xf1\xa5\xf6\x1f\xa5\x26\x8e\xc8\ \x4f\x2d\x4d\xf7\x0d\x46\xfd\xb9\x23\xc1\x1c\xb2\x13\xa8\xb5\x7b\ \xeb\x13\x7b\xa3\x0d\x3c\x6e\xea\x39\x85\x33\xf3\x92\x73\x2f\xbb\ \xe5\xdb\x1a\x53\xd3\x73\xd2\xad\x94\xff\xa1\xb5\x1b\xb7\x56\x3d\ \xaf\x1f\xc4\x63\x8e\x8f\xca\x88\x24\xb8\x19\x13\x54\x93\x99\x08\ \xc9\xb2\x84\x2d\x1a\xe9\xab\xde\x44\x12\x5d\x2b\xd6\xff\xbd\x25\ \xe9\xe6\x8b\x2b\x32\x57\x45\x7e\x63\x98\x2c\x21\xeb\xec\xa4\xdd\ \x8f\x6e\xac\x5a\x64\x28\x05\x25\x49\x8e\xde\x6f\x4b\x72\x23\xe6\ \x67\x02\x80\x85\x0d\xc1\x54\x4f\xe1\xb8\x92\x21\xcf\x7c\xf2\x93\ \x94\x8a\xbf\x0c\x4a\x4e\xab\xa1\xa6\x69\x69\xa6\x15\xa2\x28\x3d\ \x33\xe7\xdc\xec\x3d\xb7\xce\xdd\xa1\x5c\x75\xe1\xdd\xc9\xda\x7b\ \xdc\x0c\x32\x00\xcc\x23\x1c\xcb\xaa\x04\x91\x9e\xad\xdb\x6b\x57\ \xd6\x75\xb6\x26\xe6\x5e\x37\xb1\xe4\xec\x7c\x55\xb9\xe3\xee\x72\ \xa4\xba\x7c\x3e\xb7\x5b\xe1\x6b\xeb\xf5\xb7\x57\x74\x0c\xcd\x77\ \x4f\x29\x77\x11\x04\x08\xf5\x7e\xe5\x7a\x47\x74\x97\x89\x47\xa7\ \xc8\x91\x06\x61\xc4\xac\xfc\xb9\x30\x38\x08\x99\x0c\xcf\x73\x2e\ \xdf\x1a\xe4\x71\x78\xfa\xe8\x84\x9a\xc6\xe0\xfb\x06\x2b\xaf\x4c\ \x72\x08\x93\x03\x30\x0e\x00\x42\xc6\x00\x42\x80\x00\x01\x48\xc2\ \x08\xa3\xde\x33\x30\x26\x40\xc2\xe1\xd6\xf0\xdb\xab\x43\x33\xa6\ \xfb\x4a\x69\xe4\xef\x9b\x4c\x0e\x88\x60\x88\x50\x0e\x40\x40\x00\ \xe7\x02\x64\x72\xcb\xc5\x99\x7b\xf6\x07\x5e\x59\xda\x5a\x35\xce\ \x77\xe7\x20\x15\x62\x26\xa2\x02\x62\x3b\xa3\xcb\x18\x58\xac\x48\ \x20\x4c\x26\x08\x06\x82\xc0\x30\x38\x00\x20\x00\x81\x90\xca\xe8\ \xab\x2b\x3a\xb5\xfc\xe4\x9b\x8a\xc9\xeb\x3d\x9d\x51\x81\x26\x95\ \xba\xdf\x5f\x16\xfe\x18\x90\x23\xcd\x99\x25\xf7\x7e\x53\xb2\x84\ \x19\xe3\x06\xa0\x82\x44\x65\x7d\x8d\x66\x0e\x55\x63\x95\xe7\x60\ \x6d\xd4\x95\xe4\x8a\x57\x10\x17\x10\x73\x43\x46\x12\x8a\xd5\x54\ \x47\x82\xe3\x8a\x89\x49\x71\x20\x24\x19\xb9\xfb\xea\x15\x21\xc8\ \x34\x7a\x2d\x47\x85\x18\x68\xeb\x27\x04\x88\x58\x84\x7c\xa4\x0b\ \x27\x00\x10\x70\x71\x64\x86\x91\xc5\x84\x45\xb0\x93\x40\x6b\x6b\ \x74\xc5\xfe\x48\x4d\x37\x1b\x5a\x91\x38\x79\x88\x53\x3e\x6d\xf2\ \x0b\x72\x46\xe6\xcc\x8c\xcc\x99\x3d\xdd\xdb\x76\xd6\x7c\x5c\xd3\ \x3d\x32\xd5\x41\x0d\x2b\x2a\x00\x28\x8d\x9a\x8c\x02\x00\xa5\x11\ \x93\x31\x00\x60\x34\x6a\x12\x8b\x48\x6e\xcc\x23\x5d\x81\x7a\x08\ \x77\x9b\xcc\xe7\x8d\x9f\x58\x22\xbd\xfe\xf1\xba\x97\x47\xa6\xbb\ \xab\xfd\x6d\x39\x80\x12\xb3\x2e\xf4\xed\xfc\xf3\xba\x7d\x4b\x4b\ \x92\xbc\x20\x17\x57\xe6\xc4\xc7\xda\x4e\x49\xd9\x8c\x8d\xeb\x9f\ \x5b\xa2\xf4\xa4\xd2\x2d\x41\x93\x12\x84\x55\x59\x31\xb4\xe6\xae\ \x00\x0f\xe9\x51\x0f\x87\xb8\xe4\xec\xe0\x81\xc5\xcb\xf7\xb9\xb2\ \x93\x06\x0d\xcf\x1f\x33\xff\xe0\x9b\xdb\x9d\x17\xb8\x85\xf0\x65\ \x8e\x73\x2b\x8e\xde\x7b\x7d\x52\xe2\xee\x9e\xfd\x1c\x86\x61\x00\ \x00\xcb\xa4\x51\x93\x1e\x35\x38\x47\xa9\x66\x58\x7a\xef\x0d\x30\ \x16\x12\x31\xc3\xb0\xa2\x47\x19\x50\x72\xd3\xb4\x22\x26\xed\x8b\ \x8c\x8c\xfa\xa0\x2e\x8a\x72\xf3\x84\xa5\x77\xed\x6d\xab\xbc\xf8\ \x3b\xa5\xc9\xb9\xb1\xef\xbf\xa0\x74\x70\xef\x31\x9e\x0b\x2e\xcc\ \xbc\xa0\xab\x67\x67\xcf\x87\x0f\x70\xa7\x0b\xa9\x2a\x8a\x5d\x19\ \x6a\x02\x80\x3b\x6d\x66\x9e\xf4\xab\x85\xeb\x5e\x1b\x92\x60\x6c\ \x68\xea\x1a\x3e\x79\x42\x9e\xd3\x4d\xaa\x9f\x7a\x77\x9b\xb3\xc4\ \xdd\xd9\x1e\x89\x0e\x25\x44\x95\x1d\x86\xd6\xdc\x15\x60\x21\x43\ \xf3\x70\x03\x48\xe1\xe8\xec\x84\x57\xd7\xbc\x56\x39\xf1\x4f\x09\ \x7d\x35\xc8\xe3\xc9\xf5\x18\x1b\x03\x3a\x24\x82\x3f\x4a\x35\x2e\ \x20\x29\xfb\xc2\x09\x43\x82\xbe\xf2\x89\x00\x26\xd0\x9e\xa8\x1e\ \xd0\xcc\x4e\x26\x0a\x04\x78\x47\x0f\xbd\xde\xec\x90\xcb\x13\x9c\ \x3c\x42\x4d\xad\xcd\x02\xb0\xfc\xfb\x25\x47\x76\x8a\x04\x0d\x1d\ \x5b\xba\x45\xf6\xd4\xb1\x37\xe7\x24\xa4\xc4\xce\x5c\x3e\xd8\x17\ \xfb\x65\xe2\xb0\xc4\x89\x43\xd9\xbe\x43\x91\x95\xb5\x5a\x5b\xa1\ \x93\x20\xd1\xd6\x11\x5d\x7e\x80\x68\x3d\xc6\xda\xfd\xd1\x92\xca\ \xa4\x91\x49\xc4\x5f\xe2\x5d\xb0\xc2\xff\x96\x83\xe1\xf6\x70\xab\ \xd7\x59\x91\x8a\x53\x98\x8b\x7c\xdc\xbd\x59\x24\xdc\x74\x8e\xc7\ \xbf\xbf\xeb\x8d\x4e\xe7\x73\x97\x10\x11\x14\x51\x83\xc7\xac\xf7\ \x75\x93\x9b\x1c\x1c\x4e\x12\x6d\x09\xef\x08\x25\x4c\x2d\x75\xbe\ \xb8\xa6\xd3\x5b\xe1\xac\xad\x0a\xc6\x17\x26\x14\xc5\x63\x59\x88\ \x8e\x1e\xcb\xcd\x68\x94\x0a\x24\xe3\x89\x43\x1d\x7f\x5f\xd7\xe9\ \xd1\xbd\xb8\x43\xd3\x84\x42\x4d\xb6\xf6\x60\x54\xf5\xc8\x59\x6e\ \xd1\x16\xed\xed\x35\x62\x8f\xe2\xe6\x81\x77\xd6\x06\xc6\xa5\x29\ \x25\x25\x6e\xe7\xc7\x3d\xcf\x6d\x46\xe9\x86\xb6\x2d\xa2\x7c\x3f\ \xcf\xe1\x46\xae\x3f\xac\xed\x7c\x13\xc5\x27\x86\xa2\x9d\x14\x11\ \x0c\x4e\x19\x75\x86\xac\xe6\x6e\xde\x63\x08\x6a\x09\x47\x92\xbb\ \x52\xed\x79\x6e\xab\xb8\xfb\xa2\xc4\xfe\xca\x90\x90\xa0\xa2\x70\ \xb8\xd1\x84\xb1\x23\x93\xd6\xbd\xd7\xf1\xbb\x45\x6c\x52\xae\xe2\ \x6f\x8d\xae\x3e\x2c\xae\xb9\x20\x4e\x41\x3c\x6a\x70\x89\x03\x00\ \x58\x16\x0f\x21\x51\x98\xe3\x29\xdc\xd0\xfe\xc1\xce\xf0\xc8\x64\ \xac\x38\xe4\x31\x05\xbd\x67\xaa\x2c\xf4\xce\x5f\xd8\xfd\xf8\x7a\ \x18\xe6\xe4\x75\x51\x21\x21\xa0\x94\x87\x35\x9e\x98\xe9\xca\x26\ \xa1\xa7\x56\xf4\x4c\x4b\x85\x3d\x9d\xfc\x1c\x02\xc2\x14\x9a\xc9\ \x05\x90\x02\xb7\x58\xbe\xbd\x3b\x2e\xea\x18\x94\xeb\xc1\x21\x93\ \xc5\xc9\x3e\x85\xaf\x6f\xd4\x34\x97\xe3\xc6\x11\xee\xfc\xb8\xff\ \x68\x82\x81\xdc\x7f\xff\xcf\x8e\x79\x08\x21\x14\x0c\xf4\xa4\xa4\ \xfa\x06\x2e\xa8\x70\x38\x33\xf2\xb2\x26\xe7\x27\xc4\x0b\x6e\x72\ \xc9\x97\xe3\x2b\x23\xdc\x74\x27\x0c\x4a\xf7\xc6\x73\x6e\x79\xe2\ \x4a\x33\xe3\x12\x38\x37\x55\x4f\x59\x49\xd6\x84\x54\xb9\xab\xa6\ \x79\x47\x40\xa4\x0e\xca\x3f\x27\x27\x31\xaf\x28\x67\xa4\x11\xd8\ \xd9\x16\xed\xf1\xf7\x34\x25\x66\xcf\x2a\x4d\x29\x2d\xc9\x28\xe8\ \xea\xd8\xd6\xdc\xd3\x26\xbb\x0a\x73\x93\xd2\x62\xd5\xde\x19\x57\ \x51\x98\xe8\x68\x68\xd9\xd1\x6e\x28\x25\xf9\xe7\x15\xa7\x16\xe6\ \xa4\x95\x46\xfd\xdb\xea\x3a\x1b\xdd\x09\xa3\x2a\xf2\x46\xa6\x24\ \x0d\x89\x07\x7f\x5d\x7b\x8d\xe4\x2a\xac\x2c\xbd\x2c\x43\xf6\x1f\ \x6a\xdb\xe3\x37\x98\x2f\x65\x48\x82\xa3\xf7\x8e\xea\x74\xc0\xf6\ \xaa\x65\x49\x39\xe7\x26\xca\x18\x00\x18\xa7\xf1\x09\x43\x33\x3c\ \xf1\x03\xe4\xda\x92\x5c\x79\x39\x29\xd9\x03\x2e\x33\x63\x38\x21\ \xc7\x37\xc8\x85\x07\x8c\x79\x33\x94\xea\xab\x48\x72\x28\x00\xd0\ \x5a\x37\x67\x57\x34\x77\x5a\xc1\x58\xf9\xf5\x57\xf2\x87\x9e\x93\ \x32\xeb\xc2\x93\x8d\x89\xb8\x1c\x69\x49\xff\x78\x03\xa9\x32\xba\ \xef\x3e\x90\x65\xce\x4c\x77\xc2\xe0\x8c\xf8\x64\xc0\x09\x45\x99\ \x43\xc2\x9d\x9b\x9b\xc3\x56\x45\xe5\x77\x46\xa7\xfb\xb0\x9a\x5b\ \x92\x9e\xd5\xd1\xb6\xad\x39\xa4\x65\x67\x9d\x33\x38\x73\x44\x49\ \x7a\x71\xb4\x7b\x5b\x5d\x57\xa3\x33\x71\x6c\x65\xfe\x98\x38\x45\ \x49\xf2\x48\x3b\xab\xf7\x8f\x1d\x73\xa7\xcf\xd1\x7b\x9f\xc0\x4a\ \xbc\xbf\x79\x7e\x13\x1a\x52\x9a\xe8\xb1\xc0\x9b\x9b\x3a\xd8\x2d\ \xc7\xe7\x67\x4f\x4a\x55\xe5\x58\xa9\xe3\x92\x4a\xe3\x14\xe4\xf4\ \x94\x66\x27\xf8\x9c\x71\x43\x4a\x33\xca\x63\xc2\x2f\x88\x37\x3b\ \x2d\x73\xdb\xb6\xd9\x72\xd6\xb5\x83\x53\x52\x12\x93\x47\x95\x65\ \x0e\x89\x77\xb8\x4e\x36\x20\x94\x9a\xa4\x8e\x2e\x72\x25\x49\x08\ \x63\x14\x36\x68\x53\x0f\x8d\x0a\x3c\x61\x44\xf2\x75\x83\x1d\x04\ \xc0\x1d\xef\x18\x9c\x80\x76\xd7\x69\xba\xcb\x79\xd3\x94\xc4\x1c\ \x15\x80\x48\x09\x0a\xce\xcb\xf1\x0c\x4d\x95\x3c\x2a\x4e\xcb\xf4\ \x4c\x48\x93\x84\x10\x14\xe1\xe2\x2c\x35\x4e\x02\xca\x20\xc3\xa7\ \xe6\xa5\x2a\x09\x9c\x06\x65\x79\x72\xb9\x37\x0d\xac\x1d\x8d\x66\ \x42\xb6\xf7\xe6\x31\x9e\x78\xb7\x5c\x98\x88\xf6\x1d\xd6\x1b\xc2\ \x50\x59\xec\xa9\x48\x53\x32\xd2\x5c\x05\x0e\xbe\xb7\xd1\xf0\x0b\ \x69\xf2\x20\x6f\x79\x3c\xda\x5b\x1b\xd9\xd1\x6c\x25\x64\xc6\xdd\ \x30\xcc\xe5\x22\x28\x16\x3e\x95\x24\x90\x43\x4d\x5a\x00\x48\x45\ \x99\x77\x62\x3a\xd9\x5f\xaf\x75\x08\xf9\xea\x29\x49\xe5\x1e\xec\ \x4d\x76\x0e\x8a\x83\xaa\x26\xbd\x9d\xa2\xd1\xe5\x9e\x8a\x74\x75\ \x70\xba\xda\xd5\xae\x55\x75\xd0\xc4\x0c\xf7\x94\x42\x47\x82\x82\ \x53\xc1\xfc\xb4\x8b\xdc\x30\x31\xae\xbf\xd1\xc9\x2a\x6e\xa8\x0e\ \xb6\xa8\x8e\x11\xe9\xea\xb8\x12\xa7\x19\x30\xab\x3b\x2c\x53\x91\ \xaf\x3c\x2b\x65\x6c\x0a\x06\x88\x7d\x10\x47\xa6\x13\x33\x2e\xdc\ \x5e\xb5\xd4\xe7\x18\x99\xad\x34\xb5\x6a\x35\x5d\xd4\xe9\x55\x8a\ \x53\xe4\xd8\x99\x64\xb7\x32\x2a\x4b\xae\x6f\xd6\xeb\x82\xbc\xa4\ \xc8\x33\x31\x4f\x95\xb9\x70\x7a\xe4\xf2\x54\x75\x74\xbe\xa3\xa7\ \xc3\x68\x09\xf3\x16\x3f\x2d\x2a\x89\x2b\xf1\x20\x2e\x4b\x25\x19\ \x4a\x71\x86\x12\xe8\xd2\xeb\x82\x50\x90\xa1\xec\xd8\xd1\x23\x67\ \xc7\x4d\x48\x97\xf3\x33\x5d\x23\xb2\xd4\x04\xf5\xdf\xb2\x82\x51\ \x08\xd1\xd5\xd9\x11\x1f\x9f\x70\xfc\x53\x27\xf0\x7d\x45\x08\x35\ \xd4\xd7\x95\x0d\x1a\x72\x6a\xe6\x41\x0b\xad\xae\x6e\x59\x88\xf8\ \x88\xb6\xfd\xd3\x03\xfb\xa6\x4e\xfb\x63\xf9\xbf\xb7\x8b\x64\x6e\ \x59\xff\xf3\x1a\xc7\xe5\x57\x0f\x9f\x74\x6a\xae\xa5\xd5\x34\x7f\ \xd9\xef\x12\x2a\xff\xdf\x14\x9f\x0f\xae\xb9\x1a\xd6\xad\x83\xf5\ \xeb\x21\x37\xf7\xc4\x07\x7f\xf8\x21\x5c\x7a\x29\xfc\xf1\x8f\xf0\ \x93\x9f\x7c\xb5\x29\x1c\xa1\x86\xe6\x4d\xd5\x8d\x2b\x3a\xa5\x71\ \x97\x8c\xba\x70\x60\xad\x08\xb6\xbc\x3d\x67\x67\xf5\x45\xe7\xfe\ \x3c\xed\x0b\x4e\x55\x0d\xb6\xce\x99\xb3\xfd\xe0\xc5\xd3\x7f\xee\ \xb3\xe7\xb8\x02\x08\xc3\xda\x52\xaf\x6f\xd9\x1f\x76\x15\x24\xdd\ \x3c\x44\x1d\xf8\x54\x73\x75\xf7\x3f\x77\x8b\x1f\x5c\x9c\x9c\xfa\ \xef\x58\x06\x20\xd8\xe6\x03\x9a\x25\x63\xab\x47\x7b\xff\x00\xbd\ \xe3\x42\xdf\x60\xef\xb1\xf5\x34\xdc\x1c\xf8\xc3\x5a\xe3\xae\x4b\ \x7c\xf9\xff\xe6\x5c\x02\xe7\x6c\xff\xbe\x3d\x39\xb9\xf9\xc7\x2f\ \x91\xf8\x0f\xe8\x82\x5e\x7d\xe0\xcd\x3d\x9d\x6d\x58\x4a\x2c\x29\ \xbe\xbc\x3c\x39\xf5\xdf\xfd\x95\x73\xbd\xb1\x29\xc2\xb3\xfa\x42\ \xfd\xaf\x5a\x7c\xea\x6f\xf2\xb7\xf9\x52\xcb\x15\x00\xd8\xb9\x13\ \xa6\x4f\x87\xc2\x42\x78\xf6\x59\xa8\x38\x6e\x5d\xd9\xa2\x45\x70\ \xcb\x2d\x50\x5c\x0c\x1f\x7e\x08\x49\x49\x5f\xe9\x23\x98\xcd\x1b\ \x76\xbc\xd2\xa3\x56\x4c\x1c\x7a\x61\xfc\xb1\x1f\x83\xb6\xb5\xef\ \x73\x24\x0d\x8d\x97\xbe\x98\xee\x45\x83\x07\x7a\x20\x39\x33\x2e\ \xd9\x16\x05\x00\xd0\xfc\xd1\xd9\x5b\x23\xf1\xe9\x9e\x4b\x87\x38\ \x8f\xd3\x49\x5e\xdd\x6c\xf9\x7c\x6a\x9c\xf4\x6f\xd1\x85\xb5\x3b\ \x83\xdb\xdb\x28\x51\xa5\xf1\x43\xe2\x86\xa5\x9c\xa0\x89\x85\x03\ \x46\x33\x93\x4a\x93\xfe\xed\xab\x93\xbe\x56\x5d\xf8\x2f\x63\xf1\ \x62\xb8\xf5\x56\x30\x0c\xb8\xee\x3a\x98\x31\x03\xca\xca\xc0\xb2\ \x60\xfb\x76\x98\x3f\x1f\x16\x2c\x80\x91\x23\xe1\x95\x57\xa0\xb8\ \xd8\xbe\x4e\x36\xa7\x3f\x9f\xa1\x0b\x76\x4c\xf9\x05\x39\xef\x3c\ \x58\xb9\x12\xfe\xf6\x37\xf8\xe8\x23\x78\xea\xa9\xbe\x5e\xa9\x0c\ \x25\x25\xf0\x8b\x5f\xc0\x7d\xf7\x7d\xc5\x48\xc1\xc6\xe6\x74\xc0\ \xd6\x85\x2f\x4e\x59\x19\x3c\xfd\x34\xb4\xb5\x41\x67\x27\xc4\xc6\ \x2c\x1c\x0e\xf0\xf9\x20\x31\xd1\xbe\x36\x36\xb6\x2e\x7c\xb3\x49\ \x4b\x83\xb4\x34\xfb\x32\xd8\xfc\x57\x62\x3b\xb5\xd9\xd8\xd8\xd8\ \xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\ \x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\ \x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\ \x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\ \xd8\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\ \x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\ \x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\ \xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\ \x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\xcd\x29\xd0\x05\x84\x30\x26\xf6\xd5\xb1\xb1\xf9\x6f\ \x6e\xfc\x98\x00\x42\x27\x7c\x4a\x3a\x91\x26\x20\x6a\x9a\x87\x6a\ \x0e\xd8\xd2\x60\x63\xf3\x5f\x0c\xe7\x8c\x9a\x26\x42\x48\x08\x71\ \xac\x08\x04\x03\x3d\xc7\xeb\x82\x61\xe8\xa6\x61\x9c\x4c\x4b\x6c\ \x6c\x6c\xfe\x1b\x10\x42\x51\x55\x55\x75\x1c\xaf\x0b\xd2\x89\x0e\ \x16\xaa\xea\x70\x38\x9c\xf6\x75\xb3\xb1\xf9\x6f\x57\x06\x71\xbc\ \x28\x9c\x58\x17\x3e\xe3\x68\x1b\x1b\x9b\x6f\x02\xf6\x78\x84\x8d\ \x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\ \x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\ \xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\ \x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\ \x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\ \x63\xeb\x82\x8d\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\ \xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\ \x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\ \x8d\xad\x0b\x36\x36\x36\xa7\x37\x92\x7d\x09\x6c\x6c\xbe\x29\x51\ \x00\xc6\x18\x63\x00\x10\x42\x70\xce\x3f\x63\xaf\x49\x5b\x17\x6c\ \x6c\xbe\x19\xa2\x40\x48\x28\x18\x0c\xf4\xf8\x85\xe0\xb2\xac\x24\ \x24\x24\x38\x9c\x2e\xce\xb9\xdd\x8f\xb0\xb1\xf9\x86\x82\x30\x6e\ \xaa\x3f\x5c\x7f\xf8\x90\xaa\xa8\x09\x09\xc9\x92\x24\xb7\x34\x37\ \xf5\xf8\xbb\x63\xe1\xc3\xa9\x8f\x17\x10\x42\xf0\x2f\xb7\xbe\x1e\ \x70\x10\x91\x64\x0c\xdc\xa2\xcc\xfe\xaa\x6c\x6c\xfe\x63\xdd\x87\ \x8e\x8e\xb6\xee\xee\xae\x8a\xca\x11\x8a\xea\x00\x10\x00\xa0\x27\ \xa7\x34\x1c\xae\x55\x54\xc5\xe9\xf4\x08\xc1\x3f\x9f\x2e\x20\xec\ \x70\x3a\x25\x8c\x00\x40\x70\x66\x1a\x86\xc5\x8e\x8b\x37\x04\x10\ \x45\x95\x10\x37\x4d\xeb\x33\x35\x81\xa8\x0e\xc9\xd2\x4d\x06\x02\ \x21\x08\x75\x35\x87\x98\xd3\x97\xec\x45\xff\x4a\x4c\x6c\x6c\x6c\ \x4e\x09\x42\x88\x8e\xb6\xb6\xfc\xc2\x62\x45\x55\x19\xa3\xb1\x07\ \x1d\x0e\x47\x4a\x6a\x5a\x20\x10\x70\xb9\x3c\xc7\xb7\x45\xe9\x44\ \x2d\x19\x0b\x33\xb0\x66\xc9\x07\x35\xdd\x51\xca\xb8\x3b\x31\x73\ \xf8\x98\xb1\xc5\x19\x5e\x6a\x5a\x88\x48\x92\x44\x10\x08\x46\x99\ \x40\xd0\xbe\x7b\xe5\xa2\xad\x4d\xe3\x2e\xb8\x66\x78\x3a\x8e\x68\ \x16\x60\x22\x49\x04\x03\x30\x6a\x51\x2e\x62\xa7\xe2\x5a\xeb\xbc\ \x57\x17\x2a\x23\x67\x5c\x34\xb6\x1c\x85\x9b\xdf\x7a\xec\xe7\x0b\ \xfc\x23\xff\xf2\xf0\xf7\x32\x15\x40\x18\x23\x04\x9c\x71\x81\x10\ \xc1\x98\x33\x4a\x29\x13\x00\x08\x13\x59\x92\x10\x08\x4a\x2d\xc6\ \x6d\xf9\xb0\xb1\xf9\xaa\xba\xc0\x19\x8d\x8f\x4f\x60\x8c\x61\x8c\ \x85\x10\x08\x21\xc6\x98\xdb\xed\xe9\xe9\xe9\x16\x20\x3e\x57\x3f\ \x02\x61\xc2\xb4\xce\x8f\x5f\x7f\x6e\x4d\x34\x29\x3f\xcd\x63\x44\ \x42\x73\xdf\x59\x78\xed\x77\xfe\xe7\x8a\xf1\x79\xc1\x8e\xd6\x8e\ \x9e\x10\x07\x29\x3e\x25\x23\xdd\xe7\x69\xdb\xb5\x76\xde\xbb\xbb\ \x48\xee\xf0\x78\x2b\x3e\x21\x35\xc3\xc9\x23\x4d\x87\x5a\x35\x26\ \xa5\x64\x66\xc6\xab\x98\x32\x8e\x30\x61\xd1\xe6\x05\x6f\xbf\x93\ \xc0\x52\x4b\x12\xd5\xb4\x44\x47\x7e\xe5\xe8\x91\xfe\x62\x37\x11\ \x91\x9e\xce\x8e\x9e\x10\xe5\xc8\x1d\x97\x20\x73\xad\x27\xa8\xbb\ \x13\x53\x7d\x49\x6e\x04\x48\x58\x91\xfa\xfa\x36\x03\x54\x5f\x46\ \xa6\x57\x06\x6a\x4b\x83\x8d\xcd\x57\x4f\x30\x60\x0c\x00\xed\xed\ \xed\xd5\x35\x35\x83\x07\x0d\x8a\x8f\x8f\x47\xb1\xe4\x82\xf8\x02\ \xf9\x05\x84\x30\x2a\x3a\xe7\xce\xa7\x7f\x72\xbe\x7f\xef\xf2\x87\ \x7f\xff\xc7\xd9\xaf\xbc\x33\x7e\xd4\xff\x36\x7f\xf4\xec\x1f\xde\ \xdd\x0e\x02\x25\x95\x4c\xfb\xe9\xaf\xbe\xed\xf0\xc4\x7b\x79\xcf\ \x5b\x0f\xff\xdf\xb2\x21\xe7\x3c\xf8\xc0\x1d\x7b\x5e\xfb\xc7\xeb\ \x9f\xec\xd4\x38\x2e\x18\x75\xd1\x0f\xbe\x7b\x6d\x96\x03\x71\x00\ \x40\x52\x5c\x52\x7c\xd5\x82\x17\xbf\xbf\x70\xd1\x0f\x7f\xf9\xfd\ \x70\xf3\xee\x4d\xd5\xae\x7b\x88\xb9\xe4\xe5\x47\x5f\x5e\xb2\xcd\ \x10\xc4\x57\x50\xe2\xa5\xed\x07\xea\x3a\x53\xca\xa7\xfc\xe0\x7f\ \x7f\x3c\x36\xa5\xfb\xad\xa7\x1f\x7b\x7f\xcd\x41\x0d\xc9\x43\xcf\ \xba\xea\x3b\xb7\x5f\x91\x26\x5b\xd4\x56\x06\x1b\x9b\x53\x11\x38\ \x58\x96\x95\x9c\x94\x64\x18\xc6\xbf\x48\x49\x9c\x3c\x2f\x80\x04\ \xb3\xa2\x9a\xe5\x2b\x1d\x39\x65\xc2\x50\xad\xeb\xc0\x81\x4e\x36\ \x68\xda\x15\xdf\xf9\xf6\x5d\x57\xcc\x1a\xd7\xb3\x7b\xe9\xca\x83\ \x6d\x58\x70\xea\xc9\xfc\xd6\xff\x7b\xfc\x1f\x0f\xdc\x23\x36\xcd\ \x7d\xf9\xa3\x5d\x95\x17\xde\x76\xcf\x55\x53\x1a\x56\xcf\x7e\x77\ \x63\xb3\x24\x93\x58\x61\x2c\x9d\x0e\xbf\xf2\x3b\xcf\x3e\xfb\xa7\ \xb3\xca\x53\x4d\x3d\xd6\xbd\xa1\x5d\xad\xed\x9e\xe1\x33\x7f\xf3\ \xfb\x9f\x67\x74\xef\x33\x4b\xae\x7b\xfc\xa1\x3b\x70\xe3\x96\x75\ \x9b\xf7\x1f\xd8\xf2\xc1\xeb\x4b\xeb\x26\x5d\x7b\xf7\x5d\x17\x0c\ \xde\xfc\xf1\xbc\x65\x5b\x5b\x64\x87\x3d\x98\x6a\x63\x73\x0a\x44\ \x01\x00\xb2\xb3\xb3\x07\x0f\x1e\x9c\x9e\x9e\xfe\xd9\xa3\x05\x9f\ \xd5\xe4\x10\x91\x1d\x4e\x19\x0c\x23\xd0\xe3\x07\xc9\xeb\x36\x0f\ \xbd\xf1\xe2\x33\xeb\x5a\x9d\x65\xb9\x2e\x59\x45\x1a\x65\x82\x33\ \x81\xe5\xd4\x9c\x42\x5f\xb2\x52\x5d\xdf\x66\x09\xd6\xb0\x7b\xa3\ \x11\x27\x95\x8c\x1e\x9f\x82\x39\x07\x01\x80\x00\x80\x31\xee\x49\ \xce\x28\xcc\x4e\x87\x68\xab\xe8\xeb\x14\x60\x84\x88\xd3\x93\x57\ \x5c\x5e\xe0\x53\xbb\x48\x52\x79\x85\x2b\xc9\x23\x53\xad\xa7\xed\ \x70\x13\x95\xd0\xa1\xad\x6b\xba\x1c\x68\xf8\xb0\xca\x24\xd9\xb4\ \x38\x42\x27\x0e\x76\x6c\x6c\x6c\x3e\x2f\x18\x63\x84\x10\xa5\x54\ \x08\x8e\x10\x96\x24\xe9\xcb\xcd\x6b\x42\x46\x4f\xf3\xbe\x5d\xdb\ \xeb\x36\x2c\x78\x7b\x69\x6d\xe9\x05\x3f\x2e\xe1\x87\x1e\xdb\x55\ \x5f\x7c\xc1\xf7\x2e\x1b\x2e\x0e\x6f\xdc\x68\x71\xe2\xf6\x38\x58\ \xa4\x67\xdf\x96\xf5\x05\x24\xd7\x93\x9d\xa1\x30\x9e\x5a\x32\xfa\ \xd2\xc9\x05\x5a\x8f\x9e\x3f\x24\x9d\x5a\x1c\x30\xc6\xb2\xd3\xab\ \x5a\x75\x55\xbb\xb7\xec\x8c\xcf\x4e\x51\x10\x41\x47\x04\x8c\x73\ \x6a\x59\x1c\x90\x60\x96\x69\x31\x00\x04\x48\x4a\xcd\xcb\x95\xf4\ \xdd\x19\x15\x93\x66\x0e\x4d\xd3\x0c\x96\x3b\x28\x93\x9b\x96\x2d\ \x0a\x36\x36\x5f\x51\x14\x4c\xd3\xdc\xbb\x77\x77\xa0\xc7\x8f\x31\ \x11\x9c\xa5\xa6\xa6\x15\x97\x96\x7e\x81\xf9\x0b\x02\x04\xc2\xc4\ \xe5\xf1\xb4\x6e\x9c\xfd\xc3\xb5\x6f\x78\x92\x33\x47\x5c\x7a\xd7\ \x0d\xd7\x4d\x4b\x76\x77\x5d\x38\x65\xc8\x3b\x1f\x3d\xb5\x77\xa9\ \x4a\xd5\xb4\x09\x8a\x94\x3d\xf6\xec\xb3\x56\x6e\x79\xff\xb1\xfb\ \x97\x94\x4e\x7b\xf0\xc1\xfb\xee\xba\xba\xe3\x95\x05\xcf\xff\xec\ \x7d\xcb\x93\x36\xea\xff\xfd\x79\x68\x1a\x06\x8b\x33\x35\x2e\xe7\ \xc2\x4b\xa7\xfc\x73\xce\x6b\xdf\x5f\xfa\xe1\x3d\x3f\xfb\x09\x91\ \x08\xe7\x22\x26\x0a\x47\xff\x22\x38\xe7\xa6\xc5\x0b\x27\x5c\x79\ \xfb\x25\x8d\x6f\xcf\x7b\x62\xc9\x4b\x46\xca\xd0\x69\x3f\x7f\x60\ \x44\x06\xb2\x0c\x5b\x18\x6c\x6c\xbe\x2c\x08\x21\xc3\xd0\xd7\x7c\ \xba\x32\x29\x29\x79\xec\xb8\x89\x0e\x87\xda\xe3\xf7\x1f\xd8\x5f\ \xb5\x61\xfd\xba\xac\xac\x2c\x84\xb0\x10\xc7\xce\x27\x42\xc1\x40\ \xcf\x89\xfa\x22\x2c\x1c\x08\x68\x16\x03\x40\x92\xea\x4c\x4c\x4c\ \x90\x11\xa3\x1c\x81\x15\xed\xf2\x07\x2c\x06\x92\xe2\xf0\x78\x3d\ \x4e\x87\x62\x85\x7b\xfc\xc1\x28\xc8\xce\x84\xc4\x44\x27\x36\xbb\ \xba\xfc\x86\xc5\x89\xea\x8c\x8b\xf3\xc8\x08\x04\x00\x42\x18\x84\ \xe9\xef\xf2\x9b\x1c\x7b\xe3\xe3\xc0\x08\x45\xa8\x9a\x9c\xe4\x8a\ \xfa\xfd\x3a\x52\x12\xe3\x5c\xd1\x9e\x2e\x93\xc4\x25\x79\x91\xbf\ \x3b\x48\x1c\xde\x84\x78\x0f\x62\x5a\x77\x57\x8f\x41\x85\xec\x70\ \xc5\x79\xdd\x12\xb2\x3b\x11\x36\x36\x5f\x1e\x42\xc8\xd2\x25\x8b\ \x32\x32\xb2\xc7\x8c\x1b\x6f\x1a\xba\x69\x9a\x82\x73\x40\x68\xe3\ \xc6\xf5\x0e\x45\x1d\x39\x7a\x0c\xa5\xf4\xf3\xe9\x02\x20\x22\x11\ \x8c\x10\x00\x08\xc1\x39\xe3\x5c\x08\x00\x40\x98\x10\x82\x51\xdf\ \x88\x28\x17\x80\x09\x21\x18\x0b\xc1\x19\x65\x02\x61\x89\x60\x84\ \x50\xef\x9f\x47\xe4\x0a\x13\x42\x10\x12\x8c\x32\xc0\x84\x20\x61\ \x51\x46\x24\x09\x09\xc1\x18\xc3\x92\x8c\x04\xa3\x4c\x48\x92\x24\ \x04\x63\x8c\x23\x8c\x09\x26\x08\x81\xe0\x9c\x31\x66\x8b\x82\x8d\ \xcd\x57\x64\xed\x9a\xd5\xe3\x27\x4e\x71\xb9\x5c\xd4\x32\x19\x63\ \x96\x69\x31\x46\x43\xa1\xe0\xa1\xda\xda\xf1\x13\x27\x31\xc6\x3e\ \x67\x7e\x41\x30\x7a\x82\xb9\xca\x82\x33\xca\x8f\x7a\x98\x33\xc6\ \xfb\x4f\x2a\x38\xa5\x27\x58\x86\x21\x06\x3e\xce\x7a\x7f\x63\x7d\ \x12\xc5\x68\xef\x74\x49\xda\xf7\x8b\xe0\x9c\x9e\x64\x39\x87\x8d\ \x8d\xcd\x17\x45\x08\x21\x49\xb2\xc7\xed\xa6\x94\x8a\xd8\xc0\x84\ \x10\x94\x31\xb7\xdb\xc3\x4f\x92\x7a\xb4\xd7\x4d\xd9\xd8\x7c\x73\ \x32\x0d\x80\x10\x02\x84\x84\x10\x20\x38\xc4\xc6\x0b\x6d\x5d\xb0\ \xb1\xf9\x66\x47\x0e\x00\x00\x48\x08\x40\x48\x08\x38\x5d\xfc\x17\ \x4e\x36\x28\x62\x63\x73\x1a\x72\x32\x6f\x02\x84\x10\x42\xe8\xcc\ \x2a\x73\x4c\x13\x04\x80\x10\xb1\x7f\xb9\x80\x2f\x3b\xaf\xe9\x54\ \xc6\x2f\x08\x09\x21\x42\xa1\x50\xff\x72\x2e\x1b\x9b\xd3\x19\x59\ \x92\x9d\x2e\xf7\xf1\xf3\xe9\x10\xc6\xa6\x61\xe8\x9a\x26\x4e\xb7\ \x51\x32\x01\xb2\x2c\x3b\x5d\xee\x93\x39\x1f\x20\x80\x98\x9a\xc5\ \x7a\x11\x7d\x8f\x7d\x7d\xba\x80\x10\xe2\x9c\x77\x76\xb4\xab\xaa\ \x43\x75\x38\xec\x3a\x67\x73\xfa\x07\xdc\xd1\x48\x34\x1a\x8d\xa4\ \xa4\xfa\x06\xb6\x31\x8c\x71\x30\x18\xd4\xa2\x51\xaf\xd7\x8b\x4e\ \xb3\xe0\x57\x08\xa1\x69\xd1\x48\x34\x92\x92\x92\xfa\x19\x07\x01\ \x08\x8e\x10\x00\x42\x02\x3e\x63\x16\xf1\x97\xd1\x05\x01\x42\x26\ \x0e\x99\xa8\x27\x93\x4c\x04\x88\x71\xcb\xa0\x51\xd4\x2b\x48\xc8\ \xdf\xdd\xed\x72\xbb\xd3\x33\xb2\xec\x1a\x67\x73\x66\x90\x0a\x0d\ \x87\xeb\x82\x81\x40\x7c\x42\x42\x2c\x38\x47\x08\x99\xa6\x11\x09\ \x07\x73\xf2\x0a\x54\xf5\x34\xbd\xbd\x35\x36\x1c\x0e\x06\x7a\x12\ \x12\x93\x4e\xd2\xa1\x38\xba\x0b\x84\x4e\x69\xbc\xa0\x4a\xae\x1d\ \xb5\x1f\xed\xae\x5f\xae\x48\x27\xbe\x3a\x94\x19\x39\x29\x15\x93\ \x86\xdc\x68\x51\x3d\xf6\xee\x9a\x16\xcd\xc8\xca\x8a\xa9\x5a\x6c\ \xf9\xb7\xf8\x77\xfa\xb2\x20\x8c\xd1\x67\xf6\xb5\xfe\xf5\xab\x05\ \x3f\x55\xcb\xbb\x31\xc6\x70\x0a\x4f\x67\xf3\xef\xb9\xd9\xc6\xda\ \x0b\xea\x9d\xb3\x23\x30\xc6\x09\x89\x49\xad\x2d\x4d\x09\x89\x89\ \xfd\x4d\x4a\xd7\x75\x45\x75\xa8\xaa\x63\x60\xed\xed\xaf\xd2\xa7\ \x49\x99\x5b\x1a\x1b\x12\x93\x92\xff\x45\x00\xdf\x7b\xc3\x3e\xa5\ \xf1\x82\x84\xe5\xe6\xee\xfd\x9b\x0f\xbe\xeb\x54\xe2\x4e\x78\x80\ \x61\x85\x2d\x6a\x9c\x55\x71\x9b\x05\x7a\x7f\x88\x11\xeb\x4d\xf4\ \x7d\x8c\xa3\xd4\xe1\xd4\x6a\x04\x42\xc8\x08\x74\x85\xa9\x94\x98\ \xe0\x39\x5a\x7e\x90\x24\x91\xd8\x74\xac\xcf\x78\x35\x21\x3c\xd0\ \x1d\x24\x2e\xaf\x5b\x21\xb1\x19\xda\x08\x10\xc2\xa8\xb7\xc0\x7d\ \xed\x1b\x63\x0c\x42\x00\x3a\xa2\x20\x08\x61\x04\x7d\x9f\x4a\x08\ \x01\x80\x10\xc2\x48\x84\xfc\x7e\x50\xe3\x3d\x0e\x64\x7b\xcc\x9c\ \x6e\x1c\xdf\x98\x07\x56\xc8\xe3\xef\x5e\xb1\x6f\x75\x60\x8d\xed\ \x6f\x9c\xc7\xd7\xe4\xde\x6a\xf3\x15\x6e\x08\x08\x61\x42\xd0\xc0\ \x29\x82\x9f\x5d\xe6\x58\x61\xf8\x67\xb4\x26\x21\x7a\x7f\xfe\xd5\ \x42\xc4\x2f\xd3\x47\x12\x20\x24\xa2\x38\x14\xaf\x43\xf1\x9c\xe4\ \xc7\x2b\x4b\x8e\x81\xbd\x0c\xd1\x3b\x61\x12\x84\x10\x96\xae\xeb\ \x06\x05\x80\x98\x53\xf5\x29\x0f\x1c\x08\x21\x07\x97\xbd\xf1\xda\ \xfc\x4d\x40\x06\x2c\xd2\x02\x84\xb8\x76\xb8\xb6\xa6\x5b\x17\xf8\ \xe4\xca\x8e\x09\x31\xdb\x76\x3e\xfb\xe4\xcb\x07\x3a\xc2\xba\xc5\ \x31\x46\x08\x00\x63\x61\x44\xc3\x9a\xa6\x45\x23\x1a\x22\x18\x01\ \x60\x82\x2d\x5d\x8b\x6a\x5a\x38\x12\xa5\x02\xa3\x98\x28\x30\x3d\ \x12\xd5\xb4\x70\xd8\x64\x1c\x21\x40\x80\x10\x70\x5d\x33\xf6\xaf\ \x9e\xf3\xdc\xbc\xb5\x16\x26\x18\xd9\x2d\xf1\xb4\x0b\x13\xfa\x41\ \x08\xc5\xb4\x7e\x20\x9c\xf3\x81\xc1\x76\xec\xa1\x63\x5e\xc8\x39\ \x3f\xbe\x26\x23\x00\x21\x98\xae\xe9\x4c\x00\xfa\xb2\x9a\xc5\xa2\ \xdd\xd5\x35\x8d\x06\x3f\x4a\x0a\x4e\xf6\xd6\xbd\xef\x2e\x62\x61\ \xf2\x57\xad\x6a\xff\xa1\xdc\x09\xe7\x31\xa1\x02\x42\xf0\xea\x67\ \xff\xf4\xcf\xb7\xb7\x12\x42\xa4\x13\x40\x40\x08\x84\x8f\xfa\x53\ \x08\x18\x78\x04\x12\x02\x06\x1c\x11\xfb\x26\x63\x57\x0b\x61\x22\ \x49\x12\x00\x70\xad\xa7\x3b\xa8\x09\x00\x3c\xf0\xcc\xe1\xea\x17\ \x9f\x7f\xf1\xa0\x2e\x63\x22\x61\x38\xfe\x5d\x04\x08\xc0\xc8\x5a\ \xb7\x70\xbe\x91\x3d\xdc\xd3\xf0\xd1\x4f\x7e\xfe\xe8\x61\x9d\x10\ \x49\xea\xde\xb3\xe8\xd7\xbf\x7b\x6a\x7f\xed\xce\xbf\xfc\xfc\x97\ \x4b\x0e\x84\x09\x91\x50\xe8\xe0\x3f\x1e\xf8\xcd\xd2\x3d\x87\xde\ \xf9\xfb\xaf\x9f\xfc\x70\x0f\x96\x24\x42\x8c\xf9\x4f\xfc\xe6\xe9\ \x45\xdb\x77\x7c\xf8\xc4\xaf\xfe\xfe\x6e\x04\x49\x44\x22\x07\x97\ \x3c\xf7\xf3\x47\xde\x4b\xaf\x1c\x1b\xd8\xfe\xd1\xc6\xfa\x70\x6f\ \x88\x61\xff\x9c\x66\x3f\x42\x08\x82\x71\x30\x18\xdc\xbf\x7f\x3f\ \x8e\xdd\x4b\x06\xde\x81\x8f\xb9\x25\xc6\x2c\x52\x07\xdc\x78\x4f\ \x78\x4e\x84\x25\xda\xbd\xeb\xb7\xbf\xfa\xcb\xd6\x56\x7e\x54\x45\ \x47\x30\xb0\x3e\x63\x24\x60\x60\xf5\xc6\x47\x9e\x25\x84\xf8\x0f\ \x7c\xfa\xe4\x4b\x8b\x75\x85\x10\x22\xf5\x55\xd1\x01\xc5\xe6\xbc\ \xbf\xfc\x47\xa2\x80\xd8\x9f\x5f\xf9\x0e\xf4\x1f\x19\xa7\xec\x0b\ \xbf\x63\x57\x91\x9a\x86\xc9\x00\xa8\x7f\xf1\x1b\xaf\x6f\x6e\xe8\ \x11\x52\xfc\x90\xa1\xf9\xfe\xda\xaa\x06\x3f\x8c\xb9\xe0\xea\x59\ \xa3\xf2\xba\xf7\xae\x7a\xeb\xc3\x95\xed\x96\x32\x7c\xda\xa5\x17\ \x4d\x2a\x93\x81\x1e\x5c\x3b\x7f\xfe\xca\x1d\x61\x0b\x65\x0c\x1e\ \x77\xc5\x65\xd3\x13\xa3\x0d\x1f\xcc\x7b\x77\xdb\xe1\x60\xc6\x90\ \x29\xd7\x5c\x3c\xc5\x8b\x28\x17\x80\x25\xc5\xec\xda\xff\xee\x9c\ \xf7\x6a\x43\x92\xd1\x78\x58\xa9\x18\x4f\xc0\x58\xff\xfe\x4b\x4b\ \x76\xb4\xc9\x09\x05\x97\x5e\x7f\xcd\x20\xa7\x4c\xfd\xcd\xb3\xff\ \xfa\x9b\xf5\x79\x05\x97\xdf\x72\x93\xaf\x6b\xfb\x5b\x73\x17\x35\ \x86\xd1\x90\xa9\x97\x5c\x34\xb9\x1c\x33\x0b\x10\xa1\xc1\x9a\x75\ \xfb\xa2\x63\xee\x9e\x50\x5a\x18\xaa\xf8\xf0\xd7\x73\x16\xef\xfe\ \xc9\xe5\x79\x1f\xce\x5b\x92\x31\xf6\x8e\x51\x95\x43\xa3\xa3\x96\ \xbe\x3d\xf7\xc3\x69\xbf\xb8\x61\xcf\xc2\x79\x6d\x49\xc3\xee\x1b\ \x57\x11\x42\x63\x7e\xfd\xd2\xdc\xaa\xe9\x15\xd9\x87\x17\x2f\xaf\ \x73\xdd\xfd\xad\x49\xe5\x34\xee\xa3\x5f\x3c\xb1\x68\xe7\x8c\xab\ \xcb\xba\xe6\x2e\xde\x37\xf1\xa6\x5f\x66\xe7\x27\x8f\xce\x9b\xb7\ \x66\xdd\x81\xc9\xb9\x23\x84\xed\x76\x7b\xfa\x75\x26\x30\x46\xfe\ \x9e\x9e\x37\xde\x78\x63\xdf\xbe\x7d\x37\xdc\x70\xc3\xf8\xf1\xe3\ \x45\x9f\x08\x1c\x93\xa2\x12\x7d\x9d\xc6\x23\xfd\x88\xbe\xb6\x78\ \x82\x48\x84\x73\x43\x37\x31\xc1\x5d\xd5\xeb\xde\x9c\xb7\xbc\xdb\ \x60\x8e\xe4\xa2\xcb\xae\xb9\xaa\x38\x91\xed\xf8\xe4\x9d\x45\xeb\ \x0f\x70\x77\xfe\x95\xd7\x5f\x59\xea\x93\xb6\x7f\xfc\xe6\xa2\x0d\ \x55\x38\xb9\xf8\xd2\xab\xaf\x2e\x8d\x8f\xac\x7a\xe7\x9d\xd5\x7b\ \x9a\x9d\x99\xc3\xcf\x1e\x24\xe9\x87\xd6\xfc\xed\xa1\xd6\xcc\xa1\ \xd3\x6e\xba\x68\xa2\x1b\xb3\x63\x3a\x25\xbd\xfd\x9d\xde\x89\x09\ \xb1\x89\x4a\x82\x73\xfe\xd5\x03\xd3\xff\x44\xbc\x80\x00\x78\xaf\ \x11\xb5\x00\x10\x80\x10\x21\x84\x86\x9a\x96\xad\xd8\x57\x30\xe1\ \xe2\x69\x85\xe6\x7b\x6f\xbe\xeb\xac\x9c\x7e\xf6\x20\x75\xee\x0b\ \x6f\x1c\xf4\xb3\xb8\xf4\xa2\x73\x2f\xbd\xfa\x8a\x29\x79\xcb\xe7\ \xbc\xb2\xbd\x9b\x77\xef\x5e\xf0\xe8\xcb\x9f\x64\x8f\x3d\x6f\xe6\ \xa8\xc4\x0d\x6b\x3e\xed\xd4\xf5\xa5\xaf\x3f\xb3\x2d\x9a\x77\xdd\ \x35\x17\x85\x37\xcd\x79\xf5\xe3\xfd\x58\x26\x02\x61\x6c\x75\xce\ \x7d\xfa\xf1\x9d\x7a\xf6\xac\x19\x53\x33\x3c\x32\xa3\x94\x83\x9c\ \x57\x39\xe5\xda\xeb\xaf\x29\x34\x77\xbd\xf4\xe6\xa7\x16\x60\xec\ \x8a\x1f\x37\xeb\xf2\xcb\xce\x9b\x96\x62\xd6\x3e\xff\xcc\x6b\x56\ \xc9\xb9\x57\x9f\x3f\x74\xfd\x5b\xcf\xac\xa8\xee\x96\x08\x16\x08\ \x87\x5b\x0f\x74\x48\x89\xb9\x19\x0e\x20\xa9\x57\xdf\x74\x61\xcb\ \xaa\xd9\xaf\xbe\xf2\xe2\x6e\x34\xf8\xba\xf3\x2b\x05\x47\x93\xae\ \xb8\x3e\xc7\xbf\xfe\xb9\x97\x5f\x79\x77\x73\xe4\xf2\xeb\x2f\x71\ \x0b\x9e\x3e\xe6\x92\x0b\xcb\xf5\x37\x5f\x78\xe9\xf9\xb7\xd7\x0c\ \xbd\xf8\xda\xc1\xf1\x80\x92\x2b\x6f\xbe\x7c\xf8\x9a\x39\xcf\xbf\ \xf2\xfc\xeb\x56\xc9\xcc\x8b\x47\xf9\x04\x90\xb2\xfc\xb4\x9e\x9a\ \xfd\x11\x81\x90\x7d\x77\x3e\x1d\x7f\xa0\xb6\xb6\x46\x92\xa4\x91\ \x23\x47\x1e\x3a\x74\x28\x10\xe8\x41\x08\x09\x10\x70\xfc\x8c\xc0\ \x3e\x09\x10\xb1\xd0\xe1\xf8\x9b\xf8\xd1\x3f\x08\x63\x49\x86\xc3\ \x3b\x3f\xdd\x16\x48\xb8\xe0\xd2\x0b\x12\x3b\xd6\xbd\xfc\xf6\xd2\ \xce\xd6\x5d\xcf\xbd\xba\xa6\x6c\xfa\x95\x97\xcd\x18\x93\xe2\x95\ \x6b\x56\xbc\xf9\xda\xaa\xa6\x73\xaf\xbc\x7e\x88\x5c\xf3\xec\x2b\ \xf3\x7b\x82\x5d\x9f\x2e\x5d\xe7\x1b\x7e\xf6\x8c\x29\xc3\x3d\xd8\ \x92\x52\x8a\x67\x5d\x7a\xcd\xac\xb1\xa5\x32\x30\xde\x17\x75\x1f\ \x53\xf8\x01\xbf\x00\x88\x53\x93\xad\x93\xfe\x53\xfd\x88\x5e\x70\ \x6f\xcc\xce\x38\xa7\xb2\x27\xa5\x64\xd0\xb0\x31\x6e\x6b\xf1\x96\ \xce\xfc\xa1\x23\x26\x20\x65\xd5\x8a\xe7\x5a\xfd\xe1\x14\x68\x58\ \xb3\x74\x5d\x4f\x34\x10\x8c\x44\xfc\x9d\xa1\xbd\x1b\xd7\x26\x8c\ \xbd\xf0\xea\x73\xc7\xe8\x87\x7b\x12\xd7\x04\xf4\x60\xd3\xc6\x4d\ \x87\xfd\x59\x9e\x85\x1f\xd5\xb6\x05\x0c\xe7\xe1\x06\x03\x4a\x09\ \x88\x70\xfb\x81\xad\x0d\xde\xeb\x7e\x75\xf5\xe8\x6c\x05\xed\xfb\ \x78\x7e\x0f\x63\x5c\xab\xdf\xbb\x6d\xdd\x81\xf6\x60\x73\x30\xec\ \xee\xd2\xad\x54\x24\x39\xb2\x8a\x4a\x0a\xb2\xd4\x9e\x5d\x6f\xef\ \xa8\x6f\xcd\xf2\xae\xf9\xe8\x80\x16\x36\xbb\x6a\xdb\x03\xa2\xc8\ \x2b\x84\x30\x42\xdd\x20\x29\x2e\x89\x33\xd3\x4c\x1a\x7c\xee\xa5\ \xc3\xb7\x3e\xf2\xd6\xce\x6f\xff\xe5\x8f\x19\xb2\xa1\x19\x5c\x8e\ \x2b\xbe\xe1\xaa\xf1\x3f\xfd\xeb\x9b\x95\x37\x3c\x34\x3e\xcf\x61\ \xe8\x3a\x48\x8e\xf3\xae\xbb\x6e\xfd\x0f\x7e\x57\x3d\xf8\xf2\x07\ \xa7\x16\x5b\xa6\x4e\x39\x29\x3b\xe7\xea\xf1\x9b\xff\xf7\x95\x9d\ \x79\x7f\xfa\xed\xb9\x2a\xd5\x2d\xac\xaa\x71\x0e\x6e\xf8\x23\x8c\ \x2b\x9c\xd9\x3b\x67\x9c\x66\x39\x06\x60\x0c\x86\x0f\x1f\x3e\x7a\ \xf4\x98\xde\xac\xb9\xa1\x53\x6a\xc9\x48\xe6\x9c\x8b\x81\x7d\x75\ \x84\x84\x10\x9c\x33\x88\xcd\x17\x14\x42\x80\x40\xd0\x97\x65\x3e\ \xda\x54\x4c\x20\xcc\x18\x17\x20\x38\xa7\x20\x20\x39\xaf\x78\x78\ \xe5\xa8\x2c\x6b\xdf\xef\xe6\xd7\x44\x94\x21\x83\x72\xf1\xe6\x35\ \x1b\x32\x2e\xbc\x60\x90\x4b\x5f\xbe\x73\x7b\x4b\x97\xba\x66\xf1\ \x42\xcd\xdf\xd3\x69\x74\xf6\x04\x74\xc9\x9d\x32\xa8\x72\x44\x45\ \xbe\xb7\x71\xc3\x26\xe4\x4a\x2c\x28\x29\xcd\x54\x0c\x83\x5a\x54\ \x0c\xcc\x1b\xf4\xe7\x1c\x10\x20\x11\x1b\x5f\xe0\xb1\x12\x9f\x8a\ \x35\x87\xff\x21\x5d\x10\xb1\x4b\xc4\x18\x27\xc0\x41\x08\xce\x18\ \xe3\x20\xb8\x65\x18\x42\x05\x10\x2c\x12\xd1\x84\x4a\x89\xa2\x80\ \xbf\xe6\xb5\xb7\x5f\x80\xb1\x37\x5f\x31\x04\x05\x9e\x79\x8f\x52\ \x8b\x31\x26\xb0\xa0\x00\x8c\x0b\x10\x82\x53\x8b\x13\x77\xc5\x84\ \x99\xe7\x0d\x89\x37\xf9\x15\x2e\x97\x9b\x46\x34\x81\x25\xce\x11\ \xe2\x86\x6e\x98\x00\x0a\x63\x9c\x10\x5c\xbf\x79\xee\x73\x8b\x6a\ \x6e\xf9\xee\xed\xf2\xb6\x77\xde\xde\x6b\x5a\x54\x30\xd6\xbb\x6e\ \x9b\x51\x2a\x39\x93\x27\x9d\x77\x49\x99\x9b\xc3\x15\xb2\x33\x2e\ \x41\xd3\x4d\x20\x08\x24\x55\x30\x33\x6a\x32\x26\x53\xca\x5c\x65\ \xe5\x83\xf2\x0b\x1d\x83\xb2\xe2\x74\xdd\xe4\x42\x18\x3a\xcd\x28\ \x19\x54\x94\x9f\x3f\x68\x70\x3e\xd6\x35\x9d\x0a\xa0\x51\x67\x72\ \x51\x65\x59\x7e\x6b\xd9\x90\x24\xc9\xd2\x22\x54\x00\xa5\x72\x5c\ \xf9\xd0\xb2\x42\x25\x27\x2b\xd1\x61\x18\x61\x50\x65\x3d\x62\x02\ \x76\x62\x4e\x19\x65\xf6\x42\xd1\xd3\xb0\x2b\x61\x70\x23\x66\x85\ \x8a\xfa\x93\xd4\x9c\x0b\x21\x8e\xc9\xed\x0b\x00\x2e\x44\xac\xfa\ \x8a\x01\x0b\x0c\x84\x88\xb5\xcc\x01\x07\x0b\xcc\x39\x07\x10\x9c\ \x32\xe0\x82\x53\xcb\xe0\x60\x09\x09\xa8\xc5\xdc\x79\xdf\xb9\xff\ \xe7\x1b\x96\x2f\x7a\xe3\x91\xdf\x1e\xbe\xf5\x6e\x09\x93\xd4\x92\ \x31\x97\x5e\x31\x92\x53\xe6\xf0\x26\xc5\x1b\xb5\x26\xe3\x96\xa1\ \x03\xb8\x19\xe7\x8c\xb2\x58\x62\x91\x31\x76\xf4\x10\x02\x3a\xa2\ \x57\x7d\x2a\x81\x10\x16\x5c\x08\x71\x0a\xf2\x8e\xff\xc1\x78\x41\ \x70\xc1\x11\xe6\x60\x69\xba\x6e\x58\x9c\x4a\x5a\x54\xb3\x2c\xc6\ \xa9\xa9\x6b\xba\x45\x19\xc3\x96\x16\xd5\x4c\x2e\x88\x84\x42\x21\ \x7f\x57\x37\x8a\x68\xa6\xc9\xc8\x88\x91\xe3\xde\x7a\x6a\xc1\x6c\ \x1f\x4e\xe8\xda\xd4\xa5\x9b\xb2\x2b\x73\xc2\x88\xc4\x77\x57\x2e\ \x4d\x57\x46\xcb\xa6\x99\x3b\x6c\x94\x97\x51\x8b\x71\x35\x31\x7f\ \x62\x39\x9e\xfb\xd2\xf3\xc6\xb9\xc3\xaa\xab\x9a\x68\xf6\x28\x40\ \x04\x0b\xa3\xa7\xab\x93\xf4\x84\x4c\x33\x11\x39\x93\x92\x45\x78\ \xe5\xfb\xf3\x44\x45\x76\x41\xd1\xc8\xca\xa4\x4f\x57\x7c\xbc\x4a\ \x1a\x95\xa5\x5b\xde\x91\x23\xe3\x39\x63\x82\x1b\x8e\xc4\x1c\x97\ \xb6\xad\xb9\x2d\x5a\x94\x85\x28\xb5\x0c\x4d\xd7\x34\x5d\xd7\x4d\ \xe6\x60\x4c\x08\x10\xd4\x34\x34\x4d\xd7\x74\x43\xa7\xd4\xc9\x99\ \x00\x40\x96\x61\xe9\x9a\xa6\x69\xba\x65\xd1\x98\xea\x30\xcb\x34\ \x0c\x5d\xd7\x75\xc3\xb4\x54\x26\x88\xd0\xea\x1b\x3a\xd5\xd4\x89\ \x4e\x6e\x99\x76\xb8\x70\x5a\x22\xcb\xb2\x2c\xcb\xb1\xfb\xb1\x61\ \x18\x82\x73\x8e\x89\x10\x5c\x70\x8e\x06\x36\xbf\xfe\x31\x00\xc6\ \x85\xe0\x31\x5d\x88\xc5\x0b\x38\x36\x81\xf0\x88\x82\x60\x6a\x59\ \x5a\x54\xb3\x28\x03\x43\xd7\x74\x83\x31\xb0\x4c\xcd\x30\xac\x48\ \x57\xfd\x8a\x3d\x55\xee\xe4\x9c\x4c\xef\x8a\xda\x2e\xeb\xda\x11\ \xa3\x3f\x79\x7d\xf5\xaa\x6d\xae\x2c\x07\xc4\xe7\x0e\x4a\x88\xe3\ \x5a\x44\xb3\x2c\x6a\x5a\xd4\x1d\x9f\xe2\xec\xfa\x64\xe1\x87\xf3\ \x0b\x33\xb2\x86\x0d\x2d\x76\xca\x47\xba\x08\x47\xa6\x1f\x20\x84\ \x01\x04\x02\x04\x88\x63\x2c\x04\x17\xfc\x14\xe4\x1d\xc9\xfd\xf7\ \xff\xec\x0b\x5f\x44\xa2\x56\xb7\x6c\x38\xd4\xb6\x55\x26\xea\x09\ \x0f\x60\xdc\xf2\x25\x14\x56\x16\xcc\xa4\xcc\x8c\x0d\xf5\xb7\xb7\ \xb5\xa6\xa4\xa6\x01\x02\x2e\xb8\x11\x89\xba\x32\x0a\xf2\xd3\x5c\ \x51\x93\x14\x94\x16\x79\x65\x2b\x62\x90\xbc\xa2\x92\x04\x89\x46\ \x0c\x91\x33\x74\xf4\xc8\xf2\x8c\xa6\x3d\xdb\xf7\xd6\xb6\xa7\x94\ \x54\x8c\x1c\x52\x9c\x9d\x57\x5c\xe4\xc3\x07\xf6\x1e\xf4\x07\xbb\ \xda\xc2\xf2\x98\xa9\x67\x8d\x1a\x5a\xa6\x46\x9b\x76\xee\x3e\xd0\ \xa5\xa3\x9c\xa2\x92\x44\x15\x33\xc6\x39\x72\x14\x0f\x19\xa2\x84\ \x0e\xef\xdc\x7d\x90\xc6\xe7\x8d\x1d\x37\xba\xbc\x7c\x48\x1a\xf2\ \x6f\xdf\xba\xab\xcd\x72\x56\x8c\x1e\x5b\x56\x90\x97\x9f\xe9\x6a\ \xd8\xbf\xab\x31\x84\xf3\xcb\x47\x4f\x1a\x59\x14\xac\xdb\xbb\xa7\ \xa6\x41\xc7\x09\xc5\x45\xd9\x2a\x16\x9c\x0b\xd5\xe5\xed\xde\xb7\ \xe6\x80\x9e\x32\xa2\x3c\x83\x53\x4a\x0d\x9d\xca\x71\x25\xa5\x79\ \x0a\xe2\xbd\xf7\x0e\x66\x45\x4d\x9c\x5b\x58\x9a\xec\xc0\x8c\xf7\ \xde\x33\x8c\xa8\x9e\x90\x5d\x94\xe3\x73\x33\x1a\x1b\x34\x02\xcb\ \xd0\x88\x27\xb3\x34\xd7\x47\x10\x46\xc1\x43\xf3\x16\xac\x2d\x9b\ \x71\x61\x59\x92\x6a\x51\x7e\xcc\x48\x98\xcd\xd7\x09\xf4\x4e\x33\ \xa9\xa9\xad\xdd\xb1\x7d\x7b\x7d\x43\xc3\xe1\xba\xba\xc4\xc4\x44\ \x45\x56\x10\x46\x86\x61\x04\x03\x3d\xa9\x3e\x5f\x2c\x32\xc7\x18\ \x47\x22\x11\xd3\x34\x92\x53\x52\xa8\x65\xf1\xde\xbe\x84\x80\xde\ \x20\x22\x96\x6b\x3c\x72\x6a\xce\x2d\x9d\xca\x45\xa5\x85\x0e\x61\ \x48\xf1\x99\xc5\xd9\xc9\xdc\x88\x32\x25\xb1\x28\xd3\x5d\xb5\x71\ \xcd\xb6\xfd\x0d\x09\x65\xd3\x2e\x9d\x54\x91\x91\x5f\x52\x90\xc0\ \xf6\xee\xde\x5d\xdf\x1a\x4a\xcc\x2e\xc8\x4a\x76\xe9\x06\x64\x17\ \x17\xc7\xc9\x20\xc7\xa5\xa4\x27\xf0\xbd\xbb\xab\xc2\x38\xa9\xb4\ \x28\x5b\x46\xb1\x00\xa6\xbf\xe8\x62\xc0\xec\x05\x00\x00\x8c\xb0\ \x69\x59\x7e\x7f\xb7\xcf\x97\x76\x4c\x6f\xa2\xb9\xa9\x29\xbf\xa0\ \x30\x96\xa1\xe0\x9c\x33\xc6\x18\xa3\x18\xe3\xf6\xb6\xb6\x9c\xdc\ \xdc\xe3\x53\x12\x27\xf3\x6b\xfa\x2c\x5c\x4a\xdc\xfc\x8d\x7f\x5e\ \xbc\xed\x9f\xae\x93\xcc\x6b\xd2\xad\xf0\xb0\x82\xf3\x6f\x9f\xf1\ \x4f\xcd\x0c\x01\x00\x21\xd2\xce\x1d\x5b\x87\x54\x0c\x03\x00\xce\ \x99\xa4\xa8\x98\x5b\xba\x29\x1c\x4e\xd9\xd2\x35\x8b\x63\x97\x53\ \xb5\x74\x8d\x02\x71\x38\x14\x6a\xe8\x1c\xc9\x0e\x87\x8c\x01\x09\ \x41\x2d\xd3\x0a\xb4\xd7\xef\xae\x6a\xf2\xa4\xc4\x1f\x5a\xb7\x70\ \xb7\x35\xf8\xfb\xdf\xbe\xd8\xc5\xa8\xa4\x3a\x64\x82\x85\x60\x86\ \xa6\xf5\xef\x2e\x81\x10\x51\x54\x55\x26\x18\x80\x5b\x86\x61\x50\ \xae\xa8\x0e\x59\xc2\x08\x80\x51\x43\xd3\x2d\x22\xab\x0e\x55\x01\ \x41\x75\x4d\xe7\x48\x52\x1d\xaa\x84\x10\x67\xa6\xae\x9b\xb1\xab\ \x28\x29\xaa\x7f\xdf\xc7\x8f\xcf\xd9\x7f\xfd\x77\xef\x2e\xf6\x02\ \xc3\xb2\x43\xc1\x86\x66\x1c\xb9\xc6\x88\x38\x1c\x0a\x33\x74\xab\ \x3f\x33\x2c\x40\x71\x3a\x11\x33\x0d\x93\xf5\xcb\x38\x51\x1c\x2a\ \xe6\x9a\x61\xc8\xb2\xbc\x77\xe9\x4b\x73\xf6\xc5\xff\xcf\xbd\x57\ \xc5\x81\x61\x9b\x4f\x9d\x86\x60\x4c\x9a\x1a\x1b\x66\xbf\xf9\x56\ \x4b\x4b\xeb\x39\xe7\x9c\x3d\x6b\xd6\x79\xb2\x24\x4b\x92\x14\x89\ \x84\xeb\x0f\xd7\x0d\x19\x5a\x69\x59\x56\x6c\x5e\x4c\x7b\x7b\x5b\ \x24\x1c\x2a\x2d\x1b\xac\x69\xd1\xd8\x4e\xf1\xfd\xd9\xc8\x81\x81\ \x7d\x7f\x55\x71\x3a\x64\x53\xd7\x41\x52\x15\xc4\x35\xc3\x44\x92\ \xea\x90\x91\x61\x50\xc5\xe9\x90\x10\x70\x4e\x0d\xdd\x60\x02\x24\ \xc5\xa1\xca\x12\x02\x6e\x1a\xba\x49\xc1\xe1\x54\xa9\xa1\x53\x26\ \x00\x21\x59\x51\x55\x45\xe2\xd4\xd4\x74\x53\x9c\x28\xa3\xdf\xd7\ \x8d\x40\x08\x21\x49\x92\x74\x5d\xaf\xad\xa9\xae\xa8\x1c\x16\x2b\ \x73\x7f\xb6\x74\xd3\xc6\x0d\xd3\xce\x3e\x97\x5a\x16\x17\x9c\x52\ \x6a\x1a\xa6\x61\xe8\x44\x22\xbb\x77\xee\x9c\x30\x69\xf2\xe7\xf7\ \x6b\xfa\x2c\x2c\x6e\xe6\xfa\x86\x4d\x1d\x7a\xab\x4c\x4e\x3a\x0f\ \x3a\x33\xa9\x9c\x72\xb3\xbf\xf8\x82\x73\x4a\xa9\x44\x08\x08\x30\ \x75\x2d\x96\x39\xd5\x22\x16\x20\x04\x82\x69\x51\x2d\x16\x67\xe8\ \xbd\xbf\x98\xd1\xb0\xd9\x3f\xd1\x08\x84\xd5\x7a\x68\x6f\xdb\x5e\ \xe1\x4e\x19\x71\xeb\x8c\xa9\x6e\x66\x59\x5c\x30\x2d\x6a\x9c\x60\ \x9a\x0a\x33\x8e\x7e\xdc\xd4\x35\x73\xc0\x65\x64\x96\x19\xb1\xfa\ \x1f\xa0\x7a\xe4\xd8\xc5\x9d\x96\x61\x25\x95\x4c\xbc\xe1\xf2\x4c\ \x37\x50\x26\x24\x41\x2d\xed\x98\x43\x44\x7f\x21\x07\xbc\x8b\xa6\ \x1d\xe9\x80\xc6\x3e\x89\xa9\x47\x01\x00\x10\xb5\xac\xb8\xfc\xf1\ \x37\x0d\xce\x8e\xc7\x96\x45\x05\x02\x7b\x6e\xd3\x69\x07\x63\x34\ \x37\x2f\xef\xe6\x9b\x6f\xaa\xa9\xa9\x9d\x34\x71\x22\x42\xc0\x05\ \x13\x20\x99\x26\x3d\x6e\x3c\x02\x2c\xca\xb8\xe0\x03\xb3\xfe\xfd\ \x83\x9a\xe8\xe8\xb9\x0e\x20\x98\x16\x65\x00\x00\xa6\xa1\x01\x00\ \x20\x41\xcd\x58\x75\xd2\x23\x91\xa3\xda\x8b\xa1\xd3\x01\xb5\xf6\ \x48\x05\x13\xc2\x32\x74\xcb\x38\x61\xb6\x54\x20\x00\xd1\x97\x74\ \x14\xbd\x63\x11\x60\x9a\x16\x88\xaf\x29\xef\x68\x52\x6d\x70\xce\ \xb4\xca\x82\xf3\xe0\x64\x23\x22\x08\x31\x36\x60\xdd\x94\x10\x5e\ \x6f\x7c\x7d\xdd\xa1\x92\xb2\x72\x99\x90\xd8\x8c\x31\x18\x28\xb1\ \xb1\x41\xa1\x13\x67\x2c\x85\x9a\x33\xf4\x96\xef\x8d\x46\x00\x20\ \xa8\xa1\x1b\x8c\x83\xf4\xef\x6d\x5c\x8e\x21\xa3\x46\xfe\xab\xe9\ \xd2\x5f\x80\x82\xc1\x23\x7a\x0d\x2c\x65\xbb\x0d\x9e\x66\xf9\xc6\ \xfe\xe4\x81\x10\x05\xf9\x85\xc5\xc5\xc5\x96\x45\x63\x4d\xcc\xb4\ \x68\x53\xe3\xe1\xe4\x94\xd4\xfe\x80\x5c\x08\xe1\xf1\x78\x1a\x1b\ \x1b\x7a\xfc\xdd\x09\x09\x89\xbd\x53\x06\x62\x82\x00\x47\xcd\x86\ \xfe\x8f\x95\xb9\xbf\x05\xc5\xb2\x9e\x16\xa5\x0d\xf5\x75\x89\x49\ \xc9\x5f\x7d\x48\xe2\xcb\xe8\x02\x02\x64\x31\xc3\x62\xc6\xbf\x3c\ \xac\x37\xe9\xc8\x58\x4e\x5e\xde\x81\xaa\x7d\x3b\xb7\x6d\x71\xba\ \xdc\x03\x05\xcf\xc6\xe6\x74\xd0\x87\xbe\x1b\x3f\x82\xde\x69\x42\ \x22\x12\x0e\x7b\x3c\xde\xf4\x8c\xcc\xfe\x18\x9b\x73\xee\x72\xbb\ \xb3\xb3\xb3\x0f\xec\xdf\xe7\x76\x79\x88\x24\xc1\x31\x51\xe2\xd7\ \x57\xe6\x18\x91\x70\xc8\xe5\x76\x67\x66\x66\xb1\xaf\x9c\xde\xfe\ \x4f\x8c\x47\x08\x00\x42\xc8\xa0\x21\x43\xbb\xbb\xbb\x0c\x5d\x3f\ \x6d\xbd\x6e\x6c\x6c\xfa\x49\x49\xf5\x25\x24\x24\x8a\xa3\x6f\xbc\ \x8c\x31\x5f\x5a\xba\xc7\xe3\x0d\x04\x7a\x4e\xc3\xa9\xab\xc9\x29\ \x29\x89\x89\x49\x67\xd2\xbc\xa6\xd8\xba\x94\x94\x94\x54\x5b\x14\ \x6c\xce\x08\x7a\xa7\x0c\x9c\x20\x19\xc1\x9c\x2e\x97\xdb\xe3\x39\ \x83\xca\x7c\xfa\xea\xc2\xa9\x2d\xb4\x8d\xcd\xd7\x48\x6c\x06\xc3\ \x7f\xf7\x67\xb4\x8d\x58\x6d\x6c\x6c\xbe\xbe\x78\x21\xb6\x70\xcd\ \xee\x47\xd8\x9c\x29\xfd\x88\xcf\xf0\x83\x3e\x3d\x9d\xcd\x3f\xa3\ \xcc\xa7\xa9\x2e\xc4\x36\xd8\xee\xf1\x07\x8f\xdf\x09\xcf\xc6\xe6\ \x34\x6c\x62\xb2\xac\x78\xe3\xe3\x09\xc6\xc7\xa4\xf1\x10\xc2\x91\ \x48\x58\x8b\x46\x4e\xbf\xb4\xa3\x90\x65\xd9\x1b\x17\x4f\x08\xf9\ \xea\xa9\xc7\xff\x90\x1f\xb4\x65\x59\x5d\x9d\xed\x09\x89\xc9\x4e\ \xa7\xcb\xae\x74\x36\xa7\xbf\x2e\x84\x42\xa1\x8e\xf6\x36\x9f\x2f\ \xed\x68\x9f\x54\xe4\xf7\x77\x09\xce\x93\x53\x7d\x18\x9d\x66\x7e\ \xd0\x20\x22\xe1\x70\x47\x47\x5b\x6a\x6a\xda\x57\x0f\x67\xbe\xa4\ \x2e\x60\x44\x30\x3e\xa9\x2c\x21\x84\xb8\xe0\x9c\xd3\x23\x57\xb3\ \xbb\x2b\x29\x39\x25\x29\x39\xd5\xae\x71\x36\x67\x04\x6e\x8f\xb7\ \xb5\xb9\xa9\xc7\xef\x4f\x4e\x49\xe9\x5f\x1f\xa1\x69\x51\xd3\xd0\ \x0b\x8a\x4a\x30\x26\xa7\x61\x99\x3d\x1e\x2f\x80\x08\xf8\xbb\x93\ \x53\x7d\x5f\xb1\x43\xf1\x65\x74\xc1\x21\xbb\x57\xef\x79\x75\xfd\ \xfe\xb9\x0e\xd9\x7d\xc2\x03\x4c\xaa\x95\x64\x4e\xb8\x78\xdc\x4f\ \x0c\x2b\xda\xfb\x88\x69\x7a\xe3\xe2\xfb\x9d\xa6\x3e\x8f\x1f\xb4\ \x10\x22\x66\xaa\xc5\x19\xfb\x3c\x6e\xbb\x03\x8f\x87\x2f\x90\xc5\ \x10\x02\x30\xc1\x48\x70\xc6\x85\x9d\xfd\xf8\xc6\x25\x11\xa0\xcf\ \xdf\xf5\x78\x6f\x65\x8f\x37\xae\xa5\xb9\x71\x60\x9d\xb0\x4c\x4b\ \x51\x1c\x03\xef\x88\xfd\x9e\xab\x03\x4f\xf2\xf5\x96\x39\xd8\xd3\ \xf3\xd5\x8b\xf1\xa5\xe6\x3b\x22\x1c\xd6\xba\x5b\xfd\x07\x3e\xc3\ \x0f\x3a\x35\xbe\x00\x0d\x08\xb4\x7a\x2f\x1f\x67\x88\x10\x3c\xe0\ \xc3\x00\x00\x30\x4a\x4f\x24\x11\x18\xe3\x60\x6b\x4d\xb3\xe6\x28\ \xca\xcd\x20\x9f\x43\xfd\x30\x91\x22\x6d\x0d\x6d\x86\x9a\x9f\xeb\ \x23\x00\xfd\x5b\x68\x23\x84\x09\xc1\x82\x33\xc6\x05\x91\x24\x04\ \xa2\xdf\x60\x17\x13\x09\x23\xe0\x46\xa8\xf6\x70\x6b\x4a\x61\x89\ \x17\xd9\xee\x08\xdf\x2c\x50\x5f\xe5\x14\xfd\xad\x8b\xf3\x5e\xdb\ \x41\xd4\xeb\x74\x32\x70\x42\x61\xbf\x61\x9b\xe8\xf3\x83\x15\xbd\ \x7b\x3d\xf6\xda\x2b\x0e\xf4\x6b\xe8\xad\x78\xc7\xd8\x39\x7f\xa1\ \xe2\x61\x42\x30\x3a\xa6\x7d\x1c\x29\x33\xea\x5d\x64\xd0\xf7\x77\ \xef\x7b\xb3\x53\x91\x7a\xfc\x92\xfd\x10\x8c\x89\x44\x54\x89\x28\ \x27\xf9\x51\x09\x3e\x4a\x71\x62\x7e\xd0\x08\x21\xbd\xbb\x65\xf7\ \xd6\x4d\x5b\xb7\xef\xdc\xb3\x67\xcf\xb6\x2d\x9b\xb7\xee\xd8\xd3\ \x69\x88\x98\x9d\x3d\x3a\x4e\x17\x6a\x37\xcc\x7b\x6d\xf1\x56\x46\ \xf0\x31\x07\x9c\xe0\x17\x84\x31\xf7\xcf\x7f\xe5\xa9\x95\xd5\x3d\ \x3c\xdc\x55\x77\xa8\x85\xe1\x98\x4d\x33\x42\xcc\x68\xac\xa9\xf5\ \x47\x29\x42\x28\xd0\x5c\xd7\xd0\xd6\x03\x04\x21\x10\x08\x61\x1e\ \xe9\xa8\x3b\xdc\x48\x91\xb9\x76\xde\x4b\xef\x7e\x5a\x83\x88\x64\ \x87\x0b\xdf\xac\x78\xa1\xef\x07\xfa\xfd\xa0\x07\x36\xfe\xe3\x3c\ \x54\x05\xf4\xf9\x41\x0f\xf4\x65\x8e\x19\xa7\x1c\x3d\x1d\x1a\x01\ \xe2\x56\xb8\xae\xf6\x70\xd0\x84\xfe\xda\x8b\x8e\x6e\xde\x9f\xfd\ \x27\xc6\xd8\xe8\xaa\xfb\x74\xed\xce\x48\xac\x2a\x1f\x5f\x66\xce\ \x45\xbf\x19\x74\x9f\x17\x43\x9f\x8f\xdb\x19\xe1\x07\xdd\xe7\x7e\ \x83\x30\xd6\x3a\x0e\xaf\x59\xf6\xc9\xc2\x39\xcf\x3f\xf0\xcb\x07\ \xe7\x7c\xb4\x74\xd9\xea\x0d\x9d\x54\x22\x04\x2c\x8b\x02\x96\x24\ \x82\x84\x10\x84\x48\x04\x09\x46\x29\xa5\x96\x45\x19\x00\x70\x46\ \x4d\xcb\xe2\x80\x25\x82\x62\xda\x0e\xfd\xff\x09\x01\x42\x60\x8c\ \x3b\x76\x7d\xb2\xb9\x33\xe9\xbc\xc9\xa5\x8d\x6b\xe6\xfe\xf8\xfb\ \x3f\xff\xb4\xd1\x24\x04\x30\x21\x9d\x7b\x3e\xf8\xfe\x3d\xf7\x6f\ \xa8\x0b\x10\x42\x36\xbd\xf2\xd0\x77\x1f\x7a\xa9\x4d\x27\x04\x13\ \x42\xf8\x86\xb7\x1f\xfd\xf1\xaf\x1e\x39\x8c\x93\x67\x9d\x5b\xb1\ \x7d\xf1\xa2\x66\x4d\x60\x64\x7b\x12\x7c\x13\x91\x64\xb9\xa5\xb9\ \x79\xe5\xca\x95\x08\x63\x7c\x64\x5b\x13\x7e\xac\x87\xea\x11\x1f\ \xb7\x7f\x01\xc2\x84\xfa\xf7\xfd\xf5\x0f\x4f\xec\x6a\xe3\x84\x48\ \x48\x70\xcb\xb2\x38\xc2\x12\xc1\x00\x48\x22\x98\x51\xcb\xa2\x4c\ \x70\x01\x88\x48\x04\x53\xcb\x62\x80\x25\x82\x41\x00\xc6\x98\x51\ \x2a\x04\xf8\x0f\x6d\x99\x3d\x77\x59\xb7\xce\x58\xbf\xd5\xc7\x09\ \x19\xa0\x0e\x31\x1f\x37\x74\x66\xf8\x41\xf7\xc5\x57\x8c\xf1\xb8\ \xa2\x31\xf7\xfc\xef\x78\xbd\x7a\xf1\x83\x8f\xaf\xbe\xf5\x07\x3f\ \x2b\xf3\x40\xb4\x65\xf7\xd3\x4f\xbc\x7d\xb0\x23\xea\x49\x1f\x7c\ \xdd\x2d\xd7\x95\xa7\xb9\x3a\x0f\xae\x79\xf1\xd5\x0f\xba\x98\x6a\ \x74\xd4\x3a\xc6\x8e\x54\xc0\xf8\xf4\x83\x17\x16\x6d\xaa\xa3\x38\ \xe9\xe2\x3b\xee\x90\x37\xcc\x5e\x4b\x47\xfd\xe8\xd6\x89\xa1\x7d\ \x2b\xfe\xf9\xd6\xde\xeb\x7f\x78\x4f\xae\x1b\x10\xa2\x3b\xd7\xee\ \x4a\x19\x7c\x7e\x96\x02\x9b\x22\x26\x90\x9e\x8f\x3f\x58\x36\xe6\ \xbe\x0b\x3c\xac\xe3\xe3\x0f\x97\x69\x71\x8e\xa8\xa6\x01\x58\x21\ \xee\xb6\x1a\xb6\x2f\x5a\x57\x75\xfb\x39\xe5\x5a\xe3\x96\x8f\x36\ \x1c\x04\x47\x51\x77\x00\x4a\x2a\xc6\x64\xbd\xf3\xf8\xd6\x43\xdd\ \x17\x95\x27\x80\xb0\x27\x65\x7e\xa3\xfa\x12\x08\x63\x5c\x57\x57\ \xf7\xd2\x4b\x2f\x35\x34\x34\x74\x76\x76\x5e\x78\xd1\x45\x52\x2c\ \x70\x38\x6e\x7d\xa4\xe8\x0b\xdb\x8f\x5a\x49\xdc\x6f\x18\x7f\x6c\ \x16\x00\xab\xaa\xea\x70\x90\xc6\xad\xf3\x9f\x78\x6d\x39\x57\x24\ \x4a\x52\xaf\xf8\xd6\x5d\xe3\xf3\xc4\xe2\x57\x5f\x5a\xbe\xb7\x4d\ \xf2\x16\xde\x70\xfb\x4d\x83\x12\x83\x1f\xbd\xf9\xf2\xea\xaa\x56\ \xae\x26\x5f\x70\xe3\x5d\x53\xf2\xac\x77\x9f\x7a\x62\xf5\xa1\x70\ \x62\xfe\xd8\x0b\x46\xba\x51\xdb\xd6\xc7\xff\xf4\x40\x66\xe5\x8c\ \x3b\xaf\x98\xea\xc6\x4c\xf0\x63\x7d\x68\x01\xfa\x6e\x93\x42\xa0\ \x53\xb7\x4b\xd3\x7f\x64\x9c\xf2\xc8\x16\x32\x31\xf7\x39\x12\xd3\ \x3f\x2e\x04\x58\xdd\xef\xbd\xf0\x4c\x53\xf2\xcc\x1f\xde\x36\x7c\ \xd3\x9c\x7f\x3e\xf5\xfa\xa2\xdf\xdc\x33\x75\xde\x8b\xaf\xd2\xc1\ \xd7\xfe\x60\x66\xf9\xba\x37\xff\xb2\xde\x34\x4d\x50\x47\x9c\x73\ \x65\xc9\x64\xba\xe7\xc3\x67\xde\x9f\xbb\xf2\xde\xa9\xf1\x87\x3f\ \xd8\xd0\x05\x93\xda\x0f\xed\x6e\x55\x52\x12\xdd\x12\x13\x0c\xf3\ \x9e\x83\xed\x5a\xea\xf4\x1c\x00\xd3\x1f\x08\x8e\xbc\xe0\x32\xa8\ \x5d\xbb\xa9\x7e\xda\xd0\x8e\x65\x55\x50\x7e\xe9\xd4\x40\x5b\x57\ \x18\x20\xd4\x4a\x53\x2e\xb9\x7c\xf8\xa1\x15\x1f\x35\x4f\x29\x3b\ \xb4\x74\xb1\x52\x39\x6b\x5c\x67\x83\xbf\x33\x0a\xc9\xbe\xb4\x44\ \xb9\xba\xa1\x13\x06\x25\x70\xdb\xca\xfd\x9b\x95\x62\x10\x9c\x43\ \x34\x1a\x19\x3b\x76\xcc\xa4\x49\x93\x10\x02\x5d\x8b\xba\xdd\x9e\ \x58\x6d\x3d\x3a\xaf\x85\xfa\x1f\x11\x47\xed\x38\x05\xc7\x6e\x33\ \x11\x8b\x2c\x40\x08\x00\x4c\x78\x6b\xed\xbe\x40\xda\xd8\x5f\xdd\ \x79\xf6\xb6\xb7\xff\x3e\xf7\xdd\x8f\xf3\xaf\xcd\x7e\xe7\xe3\xda\ \xab\x7f\xf9\xab\x71\x19\x8a\xea\x51\x76\x7c\xf0\xec\xc2\x6a\xf5\ \x7b\xf7\xfd\xa0\x65\xd5\x4b\xaf\xbe\xf2\x6e\xd9\x77\x27\x57\xed\ \x6f\x3f\xeb\x96\x1f\x4f\x29\x49\x0b\xed\x5f\x22\x65\x8d\xbc\xfb\ \xfb\x77\x64\xba\xb1\x0c\xd6\xb1\x0e\x8f\xfd\x31\x3f\xea\xdd\x3b\ \x82\xf7\xef\x85\x73\x46\xe8\x42\x5f\x7e\x81\xc7\x02\x33\xc1\x65\ \xc6\x58\xec\x63\xd0\xae\xc6\xfd\x75\xe2\x9c\xeb\xce\xca\x4a\xf7\ \xba\x66\x4e\x5b\xf2\xe4\xce\x43\x35\xd9\x4d\xdd\x9e\x8b\xcf\x9e\ \x90\xee\x73\xe4\xe5\xf9\x36\x36\x81\x19\x69\x5f\x31\xef\xb5\xad\ \x4d\x1a\xf7\x37\x31\x4f\x66\x42\xc5\x74\xdf\xdc\xa7\x76\x56\xb5\ \x98\x75\x2d\xc5\x43\x27\xbb\x25\x66\xe9\x4c\xe2\xd1\x28\xa5\x49\ \x0e\x09\x40\x0b\x87\x42\x89\xe5\xc3\xc6\xf9\x42\x0b\xde\x7b\x6b\ \x5f\xa4\xa6\x62\xfa\x2d\xc9\x55\x73\xd6\x87\xa2\x60\x45\x7a\xa2\ \xfa\x88\x09\xb3\x7c\xfe\x27\xdf\x99\x3d\x3b\x58\x23\x66\xdd\x71\ \xce\xae\x17\x9f\x0c\xf6\x44\x00\xdc\xaa\x24\x1b\xe1\x28\x17\x2c\ \x16\x28\xda\x7c\x93\xb2\x0c\xac\xb4\xb4\x74\xf0\xe0\x21\xbd\x59\ \x73\x43\x67\x8c\x62\x8c\xfa\x9a\xf6\xb1\x06\x8f\x7d\xf9\xc8\xfe\ \xc1\x08\x10\x82\x1f\x3b\x04\x80\x30\x67\x1c\x40\xc4\x46\xd3\x3c\ \x09\x89\xc9\xc9\x69\x23\xc7\x0f\x5b\xf8\x5e\x8b\xe9\x3d\xe7\xfc\ \x89\x29\x8b\x5f\x7f\xae\x6b\xf2\xf9\x97\x4c\xcb\x3b\x70\xf8\x50\ \x77\xa7\x32\xef\xb5\x97\x2c\x2d\x10\xe7\x2d\x30\xa2\x3a\x71\x78\ \x93\x53\x52\x93\x13\xbd\x51\xc4\x81\xc8\x4e\x8f\xdb\xa9\x98\x26\ \x65\x27\x8e\x76\x10\xf4\xaf\x3a\xc2\x98\xf7\xfa\x54\x9f\x29\xba\ \x10\x2b\x2f\x63\x4c\x70\x81\x30\x63\x8c\x73\x21\x38\xa3\x48\x52\ \x9c\xb2\xde\xd2\xd1\x0d\x45\x5e\x7f\x47\xb3\x21\x29\x6e\xaf\x4b\ \x81\x40\x7d\x5b\xf7\xe8\xac\x4c\x4e\x19\x26\xa2\x6e\xf3\xa2\x79\ \xdb\x8d\x9f\x3d\xf4\x7f\xee\xdd\x2f\x3d\xfa\xb1\x46\x3c\xb9\x13\ \x06\xb9\x57\x2f\x7a\x5f\xee\x72\x8c\x9f\x5e\x80\x0c\x9d\x51\x60\ \xb2\xec\x22\x44\xeb\x89\x00\xc3\x9a\x16\x11\x42\x19\x71\xf6\xd9\ \xef\xde\xf7\xff\x36\xa4\x9f\xf5\xa7\x51\x85\xfb\xaa\x84\x11\xd2\ \x2d\x2d\xa4\x33\x8a\x1c\xc9\x53\xcf\x19\xfd\x7f\xbf\x78\x24\xf5\ \x8a\x07\x46\xe7\x78\x76\x5a\x54\x0b\x6b\x00\x38\x6c\x18\x0e\xb7\ \xc2\x2d\x66\x2f\xee\xfa\x06\x62\x30\x66\xc4\xf6\x52\xed\x1b\x2c\ \x8b\x6d\xf0\xc6\x39\x1f\x28\x0b\xfd\xb6\xaf\x47\x36\x9e\xeb\x0f\ \xdd\xd1\x31\x1b\x53\x61\xc6\x58\xcc\xf9\x5c\x70\xc1\x99\x65\x72\ \x30\xa9\x00\xc6\xa8\x9c\x72\xf9\x77\xee\x1f\xbf\x67\xed\xe3\xff\ \x7c\xac\x1b\x7d\x27\xd7\xe1\x4a\x2d\x1d\x7f\xef\xb7\x67\x10\x66\ \x21\xa2\xa0\xee\xdd\x16\x65\xd4\x32\x05\x30\x21\xb8\xa5\x1b\x8c\ \x01\x70\xce\x19\x3d\xc6\xce\xf5\xa8\xe9\x56\x7d\x59\xbc\x3e\x9f\ \xf8\x33\xc4\x0f\xba\x37\x56\x88\x0d\xf0\x30\xce\xa8\xa9\x45\x35\ \xd3\x30\x44\x42\xe6\xd9\xd3\x87\xbd\x36\xfb\x99\xc0\xce\xcc\xba\ \xdd\x55\xa3\x67\xdc\x9a\x9d\x9d\x3b\xe5\xac\xf2\x37\x5f\x7c\xac\ \x73\x47\x69\xeb\xae\x6a\x18\x3c\xdc\x9b\x9c\x9d\x2a\xb6\x2c\xfd\ \xe0\x5d\x47\x6b\x95\xce\x0b\x0c\x2a\x8f\x98\x34\x79\xde\x43\x7f\ \x37\x4b\xaf\xbe\x3d\xcb\xa1\xeb\x1a\x13\xc8\x92\xdc\x25\x19\xae\ \xd5\x35\xb5\x6c\xca\xe0\x40\x47\x10\xa8\xc9\x3d\x65\x57\xde\x72\ \x4b\xbb\xa7\x2c\x45\xb1\x38\x63\xc1\xee\x80\x16\xc6\x81\xa8\xc6\ \xa9\x91\x58\x30\xfa\x86\x3b\xbf\x13\x5f\x39\x98\x1b\x16\x58\xe1\ \x40\x38\x22\x02\xc1\x96\x2e\x3a\x2c\x33\xc1\xb2\x2c\x46\x6d\x5d\ \xf8\xe6\xe4\x16\x7a\xdb\x8f\x24\x49\xb2\x2c\xc7\x3a\xea\x86\x61\ \x08\x00\x8e\x49\x2c\x9f\x87\x8e\xcb\x94\x09\xd1\xeb\x07\xdd\xef\ \xbe\x7a\xcc\xee\xb5\x00\x20\x04\x66\xd4\x8a\x6a\x9a\x49\x29\x18\ \x7a\x54\x37\x19\x13\x96\xa9\x1b\x86\x15\xe9\xd8\xff\xd6\x9b\xab\ \x91\x57\xc1\xaa\x82\x88\x6b\xec\xe4\x73\xd6\x3c\xfd\xce\x63\xcf\ \x36\xa5\xa9\x52\xde\x88\xa9\x13\xb3\x41\x8b\x6a\xa6\x49\x4d\xc3\ \xf2\xa6\xe6\xa5\x1b\x8b\x5f\x7c\xea\xf1\x82\x82\xa1\x33\xcf\x1e\ \xe5\x95\x39\x3f\xd1\x14\x89\xfe\x59\x0c\x1c\xe1\xde\x18\xe7\x4c\ \xf1\x83\x6e\x6b\x6d\x4d\xf1\xf9\x62\x01\x98\xe0\x4c\x10\x47\x4a\ \x46\x6e\x76\x66\x2a\xe6\x90\x5e\x34\x38\x3f\x45\x0e\x84\x45\xc5\ \xd4\xf3\x67\x8e\x2b\x66\x3a\xcf\x2e\xab\x28\x4c\x55\x42\x61\x23\ \xb5\x70\xc4\xe4\xd1\x43\x73\x72\xf2\xcb\x72\xe3\xc3\x3d\x01\x92\ \x50\x30\x71\xe2\xd8\xec\xd4\xc4\xc4\x04\xb9\x6a\xc7\x9e\x8c\xf1\ \x97\x4c\x2c\x70\x1b\x56\x4c\xb9\x25\xaf\x33\xb2\x7c\xd9\x96\xb4\ \xa1\x63\x0b\x32\xd3\x72\xf2\x72\xdd\x32\x49\xce\x2d\xce\xf3\xb9\ \x4d\xdd\x72\x78\x12\x32\x32\x32\x7c\xc9\x71\x89\xa9\x59\x05\x99\ \x3e\x45\x52\x72\x4b\x07\xa5\x38\xc0\xa0\xc2\x9b\x94\x9c\x57\x90\ \xd5\xb1\xeb\x93\x4f\x9b\x93\x2f\x99\x39\x56\x05\xab\x6f\xd7\x3f\ \xfb\xe7\x1b\xf0\x03\x02\x84\x40\x08\xef\xdc\xb5\x6b\xf1\xe2\xc5\ \xbb\x76\xed\xae\xaa\xaa\xca\xcc\xcc\x54\x15\x15\x21\x64\x9a\x46\ \x20\xe0\x4f\xed\xf3\x56\xc6\x18\x47\x22\x61\xc3\x34\x93\x92\x93\ \x2d\xcb\x14\xe2\x28\xff\x67\x38\xe2\x0a\xdd\xbb\x11\x15\x20\x39\ \x39\x3d\x23\x2f\x2b\xd5\xeb\x8d\xcb\xca\xca\x4e\x8b\x77\x21\xc9\ \x91\x96\x91\x93\x93\xe2\xd5\x02\x9d\x01\x1d\x4a\xc6\x9c\x37\x7d\ \x58\xae\x3b\x35\x77\x68\x71\x16\x8d\x86\x41\x8d\xcb\xce\xcb\x4d\ \x8a\xf3\xc4\xa7\xa4\x67\x67\x67\xa8\x98\x63\x4f\x52\x51\x51\x16\ \xd5\x0d\x77\x72\x66\x6e\x66\x12\x89\x6d\xc3\xd2\x37\x06\xd7\x6f\ \x0d\xdd\xaf\x47\x08\x63\xcb\xb4\xfc\xdd\xdd\xbe\xb4\xaf\xea\x07\ \xfd\x25\x7d\xdc\x28\x33\x34\x33\x78\xd2\xa8\xcc\x0a\x9b\x54\x1b\ \xe0\x71\x8a\xb8\x60\x7d\x29\x1a\xce\x99\x85\x3c\x99\x63\x27\xe6\ \x9a\xba\xc6\x38\x50\x86\x8a\x46\x4c\x19\x34\x06\x33\x6a\xea\x86\ \xc1\x04\x30\x41\x8a\x46\x4c\x29\x1f\x83\x41\x08\xcb\xd4\x4d\x93\ \x65\x94\x8d\xcd\x1b\x4a\x10\x60\x60\xc1\xad\x9f\x2e\xd8\xbe\x63\ \x67\x20\x79\xf4\x2d\xe3\xb2\x4c\x93\xc6\x8c\x21\x29\x35\x92\x8a\ \xc6\x4f\xcc\xdf\xb1\x6e\xfb\xa1\xdb\x2f\x9c\xc6\x22\x21\x93\x52\ \xc6\x68\x2c\xa4\x4b\x2a\x18\x92\x86\x98\x6e\x8a\xb1\xe3\xd2\x2d\ \x43\xa7\x0c\x28\xd7\x00\x00\x04\xca\x1f\x39\x41\x31\xdb\x5e\x79\ \xbb\x61\xec\x8c\x9b\x53\x1d\xd4\x30\xec\x89\x4d\xdf\xac\xd4\x82\ \x00\x10\x1c\xb2\xb2\x32\xd7\xaf\x5f\x5f\x5d\x5d\x73\xd9\x65\x97\ \xba\xdd\x6e\xc6\x19\x12\xf8\xf8\x1c\x5e\xac\xfe\xf6\xb5\xc7\xa3\ \xfc\xa0\x7b\xc7\xcd\x07\x24\xd4\xc0\x91\x34\x61\x52\x9a\xa9\xeb\ \x90\x57\x91\x86\x99\x6e\x68\x6a\x62\xfe\x04\x1f\x32\x4c\x3a\x61\ \xe6\x25\x12\x06\xce\x2c\x5d\x37\x75\x9d\xc5\xe5\x0e\x3e\xbf\xb8\ \x12\x83\x30\x75\xdd\x64\x30\x7c\xc2\x58\x66\xe8\x94\x31\x60\x90\ \x5a\x38\xe2\xd2\xf2\x31\x82\x99\x9a\x6e\xb2\x3e\x87\x59\x38\x6a\ \xae\xc4\x91\x89\x8f\xbd\x7b\xe1\x7c\x5d\x79\x47\x83\x6a\x43\xf3\ \xa6\x27\xc7\xe5\x49\x44\x3e\x49\xbc\x40\x13\xdc\x19\x26\xd5\x06\ \xe4\x7c\xc1\x30\x0c\xa7\xc3\x61\x09\xc1\x01\x01\xb7\xf4\xa8\x25\ \x40\x00\x42\x08\x84\xa9\x6b\xe6\x51\x03\x3f\xcc\xd4\xa2\x03\x7c\ \x9c\xc1\xd2\x35\x4b\x07\x40\x98\x20\x4a\x30\x89\xcf\x19\x71\xd6\ \x84\xb1\x3e\x45\xf4\xcd\x69\x04\x00\x61\x20\xc7\x59\x57\xdc\x16\ \x30\x51\x34\x10\x44\xbd\x9b\x0e\xf7\x95\xc7\xd0\x63\x7d\x03\x3d\ \x4a\x8f\x8c\x38\xc5\xce\xac\x45\x2d\xa6\x4e\xbb\xea\x66\x6f\xaa\ \xcf\xd4\x2d\xb0\xc7\x22\xbe\x61\x1d\x89\xd8\xd0\x41\x42\x7c\xc2\ \x35\xd7\x5c\xdd\xda\xda\x56\x5a\x5a\xd2\x3b\xd7\x06\x21\xfd\x38\ \xcf\x41\x84\x90\x69\x9a\xbd\xa9\xc7\xd8\x0e\xe8\xd0\x37\xcd\x08\ \xa1\x01\xc3\x98\xb1\x6a\x47\xb5\x98\xe1\x38\xeb\xad\x7e\x03\xfc\ \xa0\xc3\x03\xd3\x04\xcc\xd0\x07\xba\x98\x1b\x03\x0c\xc7\xa9\xa1\ \x51\xe3\x04\x65\x3e\x52\x8b\x91\xe8\xdf\xb7\x56\xc2\xb1\x32\xc3\ \xd7\xa3\x0b\x94\x9b\x59\x29\x83\xf3\xd3\x46\x9c\xd4\xc4\x19\x10\ \xe7\x96\xd1\x17\x32\x08\x21\x92\x53\x52\xaa\x0f\xee\x1f\x34\x78\ \x88\xd3\xe9\x8e\x5d\xd6\xde\xad\xbb\xfe\xa5\x1f\xf4\xb1\xb8\x46\ \x9e\x7d\xd1\x18\x0c\xd4\xd4\x2d\x2a\x64\xf5\x28\xed\x77\xb9\xdc\ \x89\x48\x7c\xf1\xc9\xcc\xee\xfc\xc4\x14\x4e\x29\x07\xd5\x6e\x29\ \xdf\xcc\xfc\x02\x08\xe1\x74\xb9\x32\x33\x32\x4d\x8b\xc6\x7c\x5f\ \xc3\xa1\x50\xfd\xe1\x43\xf9\x05\x85\x03\x7d\x5f\xe3\xe3\xe3\x1b\ \x1b\xeb\x9b\x9b\x1a\x32\x32\xb2\x50\xef\x12\xec\xaf\xd1\x0f\x7a\ \x60\xfa\x11\x01\x40\x24\x1c\xaa\x3b\x54\x9b\x9b\x97\xf7\xf5\xf8\ \xbe\x22\x40\x94\x99\xb1\xdc\xc1\x67\x1f\xd6\x7b\x41\x19\xcb\xcc\ \xca\xb6\x2c\x6b\xd7\xb6\xad\x98\x48\x76\x75\xb4\x39\xcd\x63\x88\ \x58\x6a\x31\x3d\x23\x2b\x29\x29\xb9\xbf\x8d\x09\x21\x64\x45\x29\ \x2e\x2e\xa9\xad\xad\x6e\x6a\x68\x38\x0d\x97\x54\x32\xc6\xd2\x33\ \xd2\x53\x52\x52\xcf\x0c\x3f\xe8\x18\xf9\x85\x45\xe9\x19\x19\x94\ \x52\xb0\xf7\x56\xb1\x39\xcd\xb3\x0e\x00\xb2\xac\x38\x1c\x8e\x63\ \x1a\x18\xe7\xdc\x13\x17\x3f\x64\xe8\x30\x5d\xd7\x4e\xc9\x32\x84\ \x53\x5b\xec\x13\x96\xf9\xb4\xd6\x85\xd8\x8e\xbc\xaa\xea\x50\xed\ \x50\xdd\xe6\x0c\xe1\x84\x0d\x8c\x33\x86\x31\x76\xb9\xdc\x67\x50\ \x99\x4f\xeb\x78\xe1\x3f\xd3\xfb\xb2\xb1\xb1\xab\xf1\x57\xc7\xf6\ \x83\xb6\xb1\xb1\xf9\xfa\xe2\x85\xd8\x96\xbb\xf6\x15\xb7\x39\x63\ \x72\x0c\xe2\xc4\x6b\x0d\x4e\xdb\x9a\xfc\x19\x65\x3e\x4d\x75\x01\ \x21\xa4\xeb\x5a\x28\x18\xb2\x57\x25\xd9\x9c\x11\x10\x4c\xe2\x12\ \x12\x14\x45\x39\xba\x99\x21\x01\x22\xe0\xf7\x1b\x86\x7e\x1a\xaa\ \x02\x91\x88\x37\x2e\x5e\x55\xd5\xaf\xcd\x0f\x1a\x21\x8c\x11\x3e\ \xe9\xec\x85\xd8\x0a\x93\x3e\x23\x03\x84\x90\xae\x69\xfe\x9e\xee\ \x8c\x8c\xac\x98\x1f\xf4\x51\x23\xaf\x60\x4f\x26\xb2\xf9\x7a\x18\ \x58\x03\xd1\xd1\x37\xde\x70\x28\xd8\xd1\xde\x96\x9a\xea\x1b\xb0\ \x3f\x2d\x20\x24\x3a\xdb\xdb\x1d\x0e\x67\x6e\x7e\x41\x7f\xfd\x47\ \x03\x5e\x2e\xbe\xde\x32\x87\x43\x1d\x6d\xad\x29\x29\xa9\x92\x2c\ \x7f\x0d\xba\x80\x00\x99\x56\xd4\xa4\xda\xc9\xa2\x29\x21\x40\x22\ \xb2\x43\xf6\x88\x5e\x77\x29\xd4\xd3\xe3\x4f\x4f\xcf\xf4\x78\xe3\ \x4e\xa8\x64\x76\x3e\xd2\xe6\xeb\xd1\x85\xbe\x0a\x7c\x8c\x65\xab\ \x10\x22\x21\x31\x89\x52\xda\xd3\xe3\xf7\xa5\xa5\xc7\x92\xfc\xb1\ \xf5\x11\x02\x20\x23\x2b\xbb\x2f\x60\x3f\x32\x9d\xe9\x3f\x3f\xaf\ \xe9\x04\x65\x4e\x48\x64\x94\x06\x7a\xfc\xbe\xf4\x8c\xaf\x38\x30\ \xf1\xa5\xfc\xa0\x15\xcf\xca\xdd\x2f\x2e\xdf\xf9\xbc\x43\xf1\x9e\ \xf0\x00\xd3\x8a\x0c\xc9\x9b\x7e\xc3\xb4\x3f\xe9\x66\xef\x7c\x4f\ \x8b\x52\xa7\xd3\x75\x8c\x79\xee\xe7\xd2\x05\x84\xd0\x17\xbb\xdc\ \x88\x10\x1c\x33\x91\xfe\x7c\x87\x63\x82\x11\x08\xce\xf8\x19\xa0\ \x4d\x84\x10\x00\xc1\x6c\x77\xda\x53\x15\x7a\x0f\xf0\x56\x3e\xa6\ \xd5\x01\x80\xd3\xe9\xea\xee\xea\x1c\x78\x3c\xa5\x54\x96\xe4\xe3\ \x5f\x28\x4e\x9d\x51\xd2\xf1\xb5\xff\x58\xcf\xa8\xcf\x2e\xb3\xcb\ \xd5\xd5\xd1\xfe\xb5\xe5\x17\x84\xe0\x8c\x33\x7e\x12\xcb\x33\x26\ \x98\x38\xe6\x29\xc1\xb9\x10\x98\xf3\x5e\x3f\xe8\xde\x66\xd8\x6b\ \xec\x7e\x62\x43\x68\x00\x00\xc0\x08\x23\xe0\x5c\xf4\x4e\x02\xff\ \xd7\xbd\x1b\x11\xdd\xb9\x7a\x83\x5c\x30\xb2\x3c\x2b\xfe\x5f\xb6\ \x1f\x84\x30\x81\xe8\xf6\x35\xdb\x13\x06\x8d\xc9\x4f\x52\xfa\xac\ \x7b\xb1\x24\xf5\x0d\xd3\xf4\x3d\x24\x0d\x08\x26\x63\x5b\x66\x0d\ \x38\xa8\xd7\xd1\xba\xd7\x5d\x9a\x31\x4c\x08\x80\xa0\x7d\xeb\xb5\ \x63\xaf\x65\x94\xc6\xfc\xfb\x06\xf8\x5f\xc7\xce\xc1\x28\x05\x49\ \x22\x03\x2e\x55\x6c\x26\x37\x1a\xf8\x20\x70\x2e\x04\x3d\xb8\x65\ \x9d\x91\x36\x7c\x68\xb6\x93\x51\x3b\xc4\x3a\x65\x31\xb9\x38\xfa\ \x1e\x05\x7d\x6e\xcb\x31\xd3\x10\x38\xd6\xf8\x35\x66\x8d\xc4\x07\ \x76\x81\x8f\x18\x31\x1c\x55\xbb\x08\x21\xe8\x88\x31\xf9\x97\x52\ \x05\x74\x4c\xf1\x3e\xbb\xcc\xbd\xfd\xf7\xaf\x33\xef\x18\xcb\xc9\ \xa2\x93\x75\x34\x8e\x99\x0a\x16\x5b\x79\x86\x30\xd6\x5a\xf7\x6f\ \xd8\xd5\x56\x71\xd6\xd4\x24\xc2\x31\xd6\xb7\xaf\x5e\xcf\x33\x2a\ \x47\x14\x27\xc7\x82\x30\xc6\x98\x10\x80\x30\x26\x04\xc7\x3a\x50\ \x6d\x3b\x57\xac\x6b\x8a\xbb\xe4\xfc\x91\x98\x33\xca\x04\x26\x04\ \xc7\x6e\xef\x8c\xc5\x0e\xc4\x18\xc5\x9a\x6f\xcc\x55\x1b\xa8\xb6\ \xee\xc3\x79\xf1\x97\x95\x0c\xca\x4e\xec\xb5\xa4\xe7\x9c\x72\x4e\ \x08\x01\xce\x18\x17\xbd\x47\x31\x16\x0b\x15\xba\xf6\xac\x78\xe3\ \x83\x5d\xd7\x24\xa7\xd4\x6e\xe9\x1e\x39\x75\x5c\x9c\x0c\x18\xa2\ \xdb\xd6\x6d\x42\x49\x39\x5a\x6b\x6d\xe2\xe0\xa9\x65\xc9\xb2\xc0\ \xb8\x71\xc7\xba\x06\x96\xe0\x31\x3a\xb4\xb8\xe2\xb1\x83\xd3\xb9\ \x40\x5a\xdb\xde\x75\x07\xc3\x3e\xa2\x87\x5d\xd9\xe3\x86\x15\x60\ \x0e\x56\x4f\xdd\xaa\xcd\xad\xa3\x27\x56\xb4\xec\xdb\xa0\xa5\x8c\ \x18\x95\x17\x4f\x29\xc3\x92\xd4\x59\xbb\x69\x47\xb7\x77\xd2\xc8\ \x52\xdc\x73\x70\xe5\xde\xae\xca\x51\xe3\x92\x14\xc6\x01\x4b\x22\ \xbc\x65\xed\x66\xb5\x60\xdc\x60\x1f\xda\xfb\xe9\xaa\xdd\x2d\x41\ \x40\x52\x72\x66\xd1\xa8\x51\xc3\x12\x54\xc1\xb9\xb1\x7f\xe3\xaa\ \xdd\x87\xdb\x39\x48\x71\xbe\xbc\x91\x63\x46\xa6\xba\x94\x50\xdd\ \xa6\x37\x3f\x69\xfe\xd5\x8f\xaf\xf1\xa0\x2f\xef\x3e\x6e\x03\x27\ \x4a\x6c\x11\x8c\x63\x8e\xef\x47\x42\xcd\xde\xe5\xd2\xc7\xc8\x02\ \x1f\xf8\x42\x71\x12\x5f\x16\x84\x30\xd3\xda\xd6\x6d\xa9\x2b\x1c\ \x3e\x2a\x3d\x8e\xf4\x6e\x4e\xd5\x57\xc3\x7b\xab\x71\xec\xb6\x23\ \x00\x11\x4c\x30\xee\x7d\x16\xa0\xaf\x56\x43\xa8\x7e\xfb\xa2\xad\ \xc1\xf3\x2e\x9a\x1a\x27\x71\x4a\x59\xaf\x63\xd4\xf1\x61\x36\xea\ \x7b\xfc\x8c\xf3\x83\x8e\x59\x5c\x00\x20\x59\xe5\xab\xe7\xbd\xf4\ \xd6\xca\x5a\x4c\x70\x70\xff\xf2\xe7\x5e\x99\x1f\x51\x3c\xc8\x0c\ \xd6\xd7\x56\x37\xb4\xf7\x08\x4c\x10\x46\xdc\x8a\x34\x1e\xaa\xa9\ \xad\x6b\x8a\x52\x11\xa8\xde\xba\x6c\xc5\xba\x03\x75\x75\xcd\xed\ \x21\x2c\x4b\x34\xd2\x7d\xa8\xa6\xba\xb9\x3b\x82\x88\x04\x82\x6b\ \xa1\xee\x86\x43\x35\xb5\x87\x9b\x75\x8e\x89\x30\xda\x9a\xea\x1b\ \xeb\x5b\x74\x41\x08\x46\xc0\x8c\xd6\xc6\x43\xd5\x35\x75\x5d\x61\ \x43\xc2\xbc\xbb\xa3\x33\xa8\x73\x40\x88\xe9\xa1\xce\xce\x1e\x26\ \x10\x08\x40\x5c\x5b\xbd\xf8\xd3\xec\x49\x97\x56\x66\xe3\xe5\x73\ \x9f\x7c\x7b\xdd\x61\x8c\x71\xf7\xde\xe5\xcf\xbe\xb4\x88\xba\x3c\ \x8d\xeb\x3e\x78\x7e\xf6\x72\x8a\x09\x0e\x55\xbf\xfc\xc2\x8b\x07\ \x34\x07\xee\xda\xfc\xc4\xb3\xaf\xd5\x6b\x18\x63\xe3\xe3\x57\x9f\ \x5b\xbe\x37\xa8\xd0\xba\x67\x1f\x7b\xa9\xaa\x9b\x63\x0c\xeb\xdf\ \x79\xee\x83\xcd\x8d\xaa\x14\xfe\xf8\xb5\x87\xff\xf0\xd8\xbc\x6e\ \x81\x31\xc6\x98\x75\xcd\x7d\xe4\xa1\x47\xe6\xac\x8e\x22\xac\x37\ \xac\xfe\xd3\x43\xbf\x7d\x6f\x5d\x2d\x26\x12\x21\xb8\x7d\xd7\x27\ \x7f\x7a\xf0\xb7\x8b\xf7\x05\x30\xef\x59\xf8\xd2\xcb\xdb\xea\xc2\ \x98\x45\xb6\x2d\x79\xed\xc1\x3f\xfc\x63\x5f\x27\xc5\x38\xba\xe8\ \xcd\xd9\x2b\xf6\xfa\x31\xd7\xf6\x7e\x3a\xef\x0f\x0f\xfe\x79\x4b\ \x93\x31\x72\xd6\xc5\x49\x9d\x1b\xd6\x1e\xf4\x23\x82\x6d\x13\xe7\ \x53\xe9\x07\x2d\x49\x7b\xf7\xee\x7d\xf3\xcd\x37\x4d\xd3\x24\x92\ \xd4\xe7\xa7\x70\x42\x3f\x68\x0e\x9f\xc3\x0f\x1a\x10\x66\xc1\x43\ \x6f\xbc\x3c\xb7\xa6\x47\x20\x6e\x74\x34\xd7\xd7\x54\xd7\x34\x77\ \x06\x05\x21\x08\x23\xa6\x07\xea\x6b\xab\x6b\x0f\xb7\x68\x16\x43\ \x92\x24\xf4\xe0\xe1\x9a\xea\x86\xf6\x1e\xe8\xad\xd5\x5d\xf5\x87\ \x6a\x1a\x5b\x3a\x3b\x9b\xab\x97\x2d\x59\xb5\xef\xe0\xa1\xc6\x56\ \x3f\x13\xe8\xd8\x77\xed\x2f\xc6\x99\xee\x07\xcd\x39\x93\x13\x07\ \xdd\x79\xf3\x39\x0f\xbd\x39\xfb\xd0\xc8\x7b\xd7\xbd\xb3\xa4\xf8\ \x92\xbb\xa6\x24\x75\xbc\xf2\xd8\x73\x07\x43\x60\x46\xf4\x11\x97\ \xdc\x79\xd5\x98\x84\x0f\x9e\x7e\x6c\x53\x1b\x72\x7b\x12\x2f\xbc\ \xeb\x9e\x54\x97\x2b\xda\xb2\xe5\x8d\x57\x83\xa5\x63\xaf\xb8\x9c\ \xd7\xbf\xf8\xfc\x5b\x1d\x82\x44\xc3\xe8\xdc\x5b\xbe\x3b\xab\xdc\ \x7c\xf1\x9f\x7f\xde\xd2\xa6\x64\xe6\x0c\xb9\xf5\xce\x8b\xd7\xbc\ \xfb\xd4\x7b\xdb\xba\x7d\xf1\xa4\xe6\x50\xf8\x1a\x55\x85\x70\xdd\ \xe2\xf7\xe6\x1d\x6a\xed\x09\xa2\x8c\xbb\xbe\x7f\xdb\xce\xa7\xfe\ \xd8\x36\xf4\xd6\xef\x5f\x51\x59\xb5\xe0\xd5\x17\x76\x26\xfd\xea\ \x17\x37\x38\x19\xa7\xc1\x9a\x6d\x2d\xe8\xac\x2b\x8b\x14\x8f\x72\ \xd7\x8d\x67\xff\xe1\x9d\x39\x87\x2b\xef\x5c\xf5\xee\x27\xe5\x17\ \xdf\x35\x3a\x27\xbd\xf2\xd6\x9b\xb7\xfc\xe6\xd5\x95\x07\xc7\x26\ \x6d\x9b\xd7\x93\x73\xde\x0f\x26\x15\xb8\xad\x5b\x26\xaf\xfb\x7f\ \xef\x2c\xdd\x7b\x53\x61\xf5\x8a\x96\xd4\xef\xdc\x3d\xbd\x2c\x2e\ \x72\xe1\xda\x9f\xbf\x3d\x7f\xc3\x0f\xa7\xd1\xf9\x3b\xc5\x2d\xbf\ \xba\xdc\xa5\x57\x73\x9c\xe5\xea\xdc\xbc\x68\xfd\x79\x37\x4c\xcc\ \x3e\xbc\x6a\xc1\xf6\xee\xf8\x1c\x0f\x33\x2c\x88\xfa\x45\x7e\x4a\ \xdc\xb6\xe5\x0b\xeb\xc7\x7d\x2f\xd7\xd1\xbd\x78\xf1\x1a\x35\x21\ \x5f\x0e\x85\x80\xbb\x91\x33\x6d\xea\xac\x2b\xcf\xaf\x88\x07\xab\ \xfb\xf5\x3f\xff\xe2\x99\xd9\xab\xfe\xf2\xbd\xd1\xc8\x91\x38\xfa\ \xdc\xcb\xaf\x9c\x9c\x06\x10\x5d\xf0\x8f\x5f\x3c\xff\xea\xbb\x43\ \x7e\x76\xdd\x88\x42\xf7\x96\x1d\xd5\x33\xcb\xc7\x80\xb0\x77\x00\ \x3e\x35\x37\x2d\x82\xf1\xce\x9d\x3b\x5f\x7e\xf9\x65\xbf\xdf\x1f\ \x08\x04\x6e\xbc\xf1\x46\x87\xc3\x71\xc2\xcc\xd7\xe7\xf7\x83\x06\ \x21\x00\x49\x2e\x97\xcb\xe5\x20\x35\x9f\xbe\xf9\xf0\x6b\xeb\x53\ \xd3\x13\xba\x3b\xcd\x99\xb7\xfd\xe0\xc2\x4a\xf4\xfa\xa3\x4f\x56\ \x45\x24\x97\x27\xeb\xaa\x5b\x6f\x2a\xd1\x6a\x5e\x7b\xfe\x95\xda\ \x08\x98\x11\x63\xf4\x15\xf7\x5c\x31\x4c\x99\xfd\xd7\xdf\x6d\x0b\ \xba\xb3\x4a\xc6\x9d\x57\xe9\x20\x81\x9a\x0f\xde\x7a\x35\xa3\xe2\ \xec\x5b\x2e\x9e\xe4\x46\xec\xc4\x29\x8c\x33\xd9\x0f\x9a\xc5\x94\ \xcd\xa2\x90\x39\xe1\x92\xf3\x37\xff\xe9\xcf\x0f\xfe\xca\x9d\x36\ \xea\xa7\x17\x0c\xde\x34\xf7\x8f\x6b\x3a\x92\xef\xbb\xfd\x82\xae\ \xcd\x73\x9e\x7f\xe7\xc3\xd1\x99\xd3\x36\x6f\x6d\x1c\x7d\xdf\xaf\ \x2f\x1b\x9d\x45\x30\xa9\xd2\x0c\xdf\xa0\x99\x3f\xbf\xff\x6a\x07\ \x44\xdf\xfd\xfb\x03\x07\xe5\x61\xf7\x5e\x3d\x6e\xdf\x82\xa7\xdf\ \x9e\xbb\x6c\xca\x8f\x46\xb6\x07\xf8\x45\xdf\xfe\xe9\x05\xa5\x49\ \x2d\x9b\xe7\xbe\xb7\xd1\xbc\xeb\xd7\xbf\x1d\xaa\x36\x3e\xfa\xd0\ \x23\xba\xa1\x43\x7c\xd1\x85\x57\xde\x10\x0a\x77\xbd\xfb\xe4\x73\ \x2b\x36\x75\xcf\x9c\x90\xfb\xd8\x96\x5d\x1a\x0c\xae\x3a\xdc\x94\ \x32\x64\x92\x07\x71\x0b\x61\xa3\xf3\x70\x54\x72\xa5\x25\x49\x82\ \x9a\xb9\x93\x2e\x3b\x67\xcb\xc3\x7f\xfa\xd5\x2f\xbc\x79\x13\x7f\ \x34\x63\x08\xb3\x4c\x25\x63\xcc\x8d\xb3\x36\x3f\xf1\xb7\x07\x64\ \x97\xef\xfa\x1f\x9e\xef\xe6\x16\x95\x53\xae\xbc\xe5\xb2\x3f\x3d\ \xfa\xe8\x83\x92\x73\xc2\x15\xdf\x2b\x8b\xe3\x16\x73\x5f\x78\xe3\ \x0d\x7b\xff\xf6\xe2\xfd\x9b\xd5\x11\xe7\xdd\x36\x26\x95\x18\xf5\ \x41\x4d\x2a\xb8\xea\xe2\xcc\xb5\xcb\x97\xce\x1a\x7a\xfe\xa2\x95\ \x07\x26\x5d\x7e\xc5\xe1\xcd\x07\x83\x06\x58\xed\xe1\xbc\xf1\x97\ \xe5\x5a\xdb\x17\x6f\xa8\xbb\x32\x79\xf3\x1e\xab\xe4\xaa\x99\xe1\ \xfd\x9d\xed\x00\x05\x48\x08\xd3\xd4\x01\x3c\x5c\x4e\x9a\x38\x7e\ \xfc\xda\x79\x3b\xfd\xe6\x70\x04\x9c\x5a\x06\x80\x25\xc0\x35\xfa\ \xdc\xa9\x6f\xfe\x63\x5f\x53\x14\x72\xd2\x52\x56\x54\xb7\x9a\x82\ \x23\xc1\xed\x9e\xc4\xa9\xe8\x4b\x20\x21\x78\x52\x52\xe2\xed\xb7\ \x7f\x4b\x92\x64\xce\x59\xcc\xa0\x58\x08\xf4\xaf\xfc\xa0\x8f\x18\ \x42\xf7\x9a\x06\x1c\x9b\x50\xe3\x02\x04\x42\xac\xa7\xa3\xd5\x3d\ \xec\xc2\x5f\xdd\x77\xde\x9e\x79\x0f\xbf\xb4\x74\xe9\xc8\xf4\xf2\ \x0d\x7b\x7b\x2e\xfe\xe9\xff\x9b\x35\x38\x15\x23\x6b\xf5\xab\xb3\ \x37\xf8\x7d\xdf\xfd\xd6\xac\xb6\xf5\x6f\xbe\x38\xe7\xc3\xf1\xd9\ \xd3\x3b\x82\xca\x95\xdf\xf9\xd9\xb4\xe2\xa4\xa6\x4d\xf3\xa4\x9c\ \x31\xf7\xfd\xf4\x3b\x99\x8a\x65\x50\x93\x9e\x6c\x37\xd8\xbe\xbe\ \xc5\x99\xe8\x07\x1d\x2b\x30\x16\xc2\x34\x71\xdc\xcc\x4b\xa6\x2f\ \x7e\xe8\xb9\xe1\xb7\x5e\x9a\x4a\x02\xcb\x9a\x9b\xa3\x91\xb8\x65\ \x0b\x3e\x60\x14\x46\x54\x16\xb9\x13\x0b\xae\xb9\xf1\xec\x77\xe6\ \x3d\x51\xbd\xa1\xe2\xca\x1b\xaf\x44\xbd\x86\x3a\x00\x66\x67\x7d\ \x67\x57\xd4\x3c\xb4\xf8\x83\x56\xcb\x4a\x1e\x39\x38\x47\x58\x26\ \xc6\x92\x4c\x08\x26\xd0\xd2\xd8\x82\x33\x2a\xca\xd3\x9d\xb2\xe6\ \x89\x73\xc9\x08\xb3\xba\xcd\x0b\x9e\x7f\x67\x83\x3b\x39\xa1\xc9\ \x6f\x94\x1a\x7a\xce\xa8\x09\x8e\x0f\x3f\xac\xda\x7f\xa0\xbe\x9d\ \x55\x9e\x93\xc5\x99\xc9\xb8\x42\x4d\x9d\x03\x22\x82\x51\x6a\x71\ \x25\xe1\xbc\x8b\xa7\xaf\xfc\xc5\x53\x63\xef\x3d\x2f\x8d\xe8\x51\ \x93\x21\x8e\x2a\x66\x5c\x94\xb3\x74\xa3\x5e\x71\xf3\xb8\x6c\x45\ \x8b\x1a\x02\x68\x42\xd9\xb4\x73\x4b\x16\xbc\xdd\x59\x7a\xde\xe4\ \x42\x53\x8b\x52\x01\x8e\xec\xd1\x17\x8e\x99\xff\x87\x0d\x09\xe7\ \x9d\x3d\x4c\x70\x16\xd5\xc2\x41\x53\x2a\x9f\x30\xa3\xf3\xc0\xe3\ \x4f\x3d\xd3\x14\x51\x87\x7c\x6f\x5c\xd1\x73\xeb\xb7\x45\xb4\xa8\ \x16\x0e\x53\x57\xee\x79\xe3\xd4\x47\xde\x7c\xf9\x49\x62\x0c\x9a\ \x71\x77\x59\xf7\xbb\x5b\xea\xfc\x06\xcb\xef\xeb\xb8\x0a\x0c\x60\ \x18\x1a\x45\x52\x2c\x25\xd3\x6f\xd7\x67\xe9\x11\x4e\x40\x00\x48\ \x18\x71\xc3\xa0\x8c\x61\x66\x67\x18\x4e\x19\x3e\x9f\x2f\x33\x33\ \x33\xd6\xe0\x2d\xd3\x8a\x79\x9c\x7d\xb6\x1f\xf4\x80\x9d\xdf\xfa\ \xbb\xf4\x03\xfa\xfe\x80\x63\x69\x6f\xc6\x18\x20\x90\x24\x82\x90\ \x94\x59\x58\x28\x76\xb4\xf0\xa4\xca\x6f\x5d\x55\xf9\xde\xab\x7f\ \xdb\x5d\x30\xe1\xe6\x6b\xc6\x35\x77\xb6\x47\xc3\xc6\xd2\x0f\xdf\ \x67\x94\x8c\x1a\x5e\x46\xa8\x81\x88\x2c\x11\x12\x33\xa4\x16\x00\ \x9c\x0b\xc6\xd9\x71\x03\x6c\x47\x4d\x12\x88\xfd\x71\x06\xfa\x41\ \xc7\xcc\x75\x19\xe5\x5c\x08\x6e\xca\x2e\x4f\x4a\xaa\x2f\xc1\x8b\ \x81\xe3\x24\x6f\x82\x37\xad\xfc\x96\x7b\xaf\xf1\x82\x61\x5a\x4c\ \x08\x48\x9c\x7a\xf5\x2f\xc7\x4e\x78\xe1\x0f\x7f\x7a\xe1\xdd\xa2\ \x3b\x32\xe5\x68\xb8\x3b\xac\x53\x95\xab\x49\x2e\x6f\x72\xf6\xf8\ \xbb\xef\x9c\x46\x2c\x9d\x0a\x59\x8e\xee\x61\x5c\x50\x6a\x72\xce\ \x52\x52\x93\x59\xf3\xce\xaa\xe6\x59\x23\xe2\x4c\x93\x72\x89\x06\ \xd6\xae\x5e\x04\xe5\x37\xfc\xec\xd6\x29\x1f\xfd\xf5\xfe\xdd\xd1\ \xa8\xea\x2b\x19\x53\x40\xe7\xbe\xfd\xae\x50\x0a\x2e\xc8\x8a\xb7\ \x0c\x93\x03\x60\x67\x22\xa1\x7a\x77\xd8\x2a\x4a\x60\xd4\x30\x65\ \x87\x3b\x35\x2d\x3d\xd5\x89\x75\x93\x72\xc6\x81\x9b\x54\x71\xa6\ \x24\xa7\x47\x93\x3c\xdc\x34\x18\x63\x00\xcc\x34\x71\x42\x6a\xaa\ \x8f\x26\xc8\x60\x59\x94\x0a\x00\xcb\xc0\xce\x14\x5f\x86\xcf\x29\ \x23\x46\x29\xd7\xf5\xa8\x21\x84\x70\x67\xcc\x98\x58\xf0\xa3\x27\ \x56\x5d\xfa\xfd\xdb\xd2\xdc\x9d\xc0\xa3\x9a\x1e\x0e\x69\x16\x72\ \xb2\xd4\x41\x53\x86\x28\x73\xe7\x76\x8f\xb9\x75\x54\x6e\x68\xa9\ \xb0\xf4\x90\x4e\x39\x70\x00\x21\x04\xa3\xdd\x0d\x3b\xde\x5b\xb2\ \x36\x63\xc2\xbd\x89\x84\xd1\x58\x8c\xc5\x68\x4f\x47\xcd\xfc\x39\ \x2b\x72\x2b\x2f\xcd\x74\xd1\xcd\xfe\x90\x94\x58\x8a\x98\xed\x5b\ \x7d\x2a\x31\x19\x33\x0d\xe3\x48\x6b\x43\x08\x63\xc6\x85\x60\xc7\ \xf9\x41\x33\xde\x6b\x8f\x28\x8e\xb6\x57\x3c\x6e\x2e\x0f\xe6\x9c\ \xc7\xfc\xa0\x81\x81\xe0\xd4\x62\x60\x5a\x0c\x38\x37\x99\x3c\xea\ \xfc\x6f\x55\x8c\x3b\xf8\xd8\x1f\xff\xf4\xf2\xea\xb4\x31\x89\x29\ \x71\x7a\xd9\xad\xf7\x5e\xe9\x11\x86\x05\x04\xba\x76\x5b\x8c\x33\ \xcb\xe4\x82\x22\x84\x68\xa8\x27\x1c\xd1\x4c\x6e\xd1\x93\xef\x89\ \xdb\x37\x00\x80\x10\xc2\x9c\x73\xce\xd9\x99\xe5\x07\x2d\x38\x8a\ \x59\xe2\x71\x46\x2d\x5d\x37\x4c\xd3\x34\x0d\x75\xf4\xb9\x17\xef\ \x7e\xee\xe5\x07\x7f\xbd\x37\x51\x75\x0c\x99\x76\xd1\x39\xe5\xca\ \xdb\xaf\xcc\x69\x23\x6a\xb7\xe1\x1d\x9c\x97\xe8\x2b\x1e\xee\x5d\ \xf4\xd2\x6f\x7f\xd5\x54\x31\xe6\xdc\x59\x97\x5d\x76\xe8\xb9\xb7\ \x7e\xf5\xeb\x55\x1e\xc9\x35\xfe\x92\x6b\xa7\x17\x20\xd3\x34\x4d\ \x8b\x19\x51\xc3\x57\x71\xd6\xf4\xca\xea\x67\xff\xf4\x50\x66\x12\ \xa9\x6d\xe5\xc5\xae\xf8\x82\x11\xa3\xd7\xcf\x7f\xf7\x8f\xed\x6b\ \x9b\xab\x3a\x4b\xf2\x25\x0b\xe2\xa6\x4c\x1d\xf5\xce\x03\x2f\x0f\ \xbd\xe6\xa7\x19\x2e\x66\x68\x54\x00\x97\xe3\xf3\xb3\x48\xa4\xfa\ \x60\xdb\x98\x71\x29\xcc\x62\xdc\x34\x0d\x4d\xd3\x0d\xca\x19\xa3\ \x94\x03\x02\x86\xa9\xa1\xeb\x86\x69\x32\xc6\x62\xe3\x8e\x58\xa2\ \xa6\xa1\xe9\x86\x61\x59\x0c\x53\xc6\x00\x30\x61\x96\x61\x68\x3a\ \xb6\x2c\xc6\x31\xd7\xa2\xa1\x08\x13\xd4\x30\x53\x87\x9d\xff\x93\ \x1f\x8d\xc8\x2c\x4f\xb6\xf4\x36\xce\xc2\xc1\x48\x38\x18\xd6\x98\ \x1b\x99\xdc\x71\xd6\x75\x3f\x28\xb6\x12\x12\x31\x0b\x4b\x22\x12\ \xf2\xeb\x8c\xc8\xa2\x7d\xc1\xec\x27\xf6\x2e\x92\xba\xbb\xfd\x89\ \x65\x97\xde\x3e\xab\x42\x58\x7e\x99\x07\x56\xcf\x7b\xaa\x73\x9d\ \xd3\xdf\xe5\x77\xe7\x9e\x75\xfb\x95\xe7\x3a\xa3\x2d\xfb\xea\xda\ \x72\x27\x65\x21\x4a\xa9\xed\x5b\x7d\x4a\xa6\x07\xc4\xfa\x12\x08\ \x49\x92\x14\xb3\x87\x67\x8c\x21\x84\x04\x96\x04\xe7\xc0\xc5\x31\ \xf6\xef\xbd\x91\x2f\xe3\x70\xf4\xce\x70\x18\x23\x21\x8e\xcc\x29\ \x20\x80\x29\xa5\x86\x69\x52\xc6\x80\x5a\xa6\x69\x31\x26\x28\xb5\ \x18\x13\xd1\xce\xaa\x67\x9e\x78\x2f\x24\x91\x36\x48\x1d\x9b\xe6\ \x1b\x3b\xec\xa2\xed\x4f\xbd\xf0\xe0\x03\xbb\x12\x14\x47\xc5\xb9\ \x97\x9d\x57\x82\x2d\xc3\xb2\x2c\x66\xea\x56\x7c\x56\x79\xb9\x7b\ \xe9\x63\x7f\x7c\x30\xb7\x6c\xe2\x8d\x57\x9c\x1d\xaf\x30\xc6\xfb\ \xdc\x9f\xe1\xc8\x60\x04\x46\x48\x80\x40\x80\x38\x26\x02\x38\x9c\ \x0a\x5f\x08\x14\x0c\xf4\x7c\xd1\xd7\x38\x15\xef\xa2\x2d\x8f\x2e\ \xdb\xf9\x9c\xf3\x24\xf3\x9a\x0c\x2b\x32\x34\x6f\xfa\x8d\x67\x3f\ \x1c\x9b\xd7\x44\x08\xd9\xbd\x73\xfb\xa0\xa1\x95\xa8\x6f\xa3\x4a\ \x60\x5a\x5b\xbb\xdf\x99\x94\x16\x27\x23\x20\x32\x0d\x77\x1e\x6e\ \x6c\xd6\x99\xec\xcb\xcc\x4e\x76\xa3\xd6\x86\xfa\xee\x08\x75\x25\ \xa6\xe5\x65\x25\x4b\x18\x85\xda\x9b\x1a\xda\x7a\x5c\xc9\x19\x79\ \xd9\x3e\xa3\xbb\xe9\x70\x73\x07\x45\xce\x8c\xec\xec\x44\xa7\x68\ \x6f\xeb\x72\x24\xa5\x79\x15\x24\x90\x24\x71\xad\xb1\xbe\xde\x1f\ \xa5\xce\xb8\xe4\x8c\xb4\x14\xb7\xcc\xdb\x1a\x0f\xb7\xf5\x68\xb2\ \x2b\x3e\x3d\x3d\x23\x31\xde\xc3\x3b\x36\xfe\xf1\xb1\x8f\xcf\xbd\ \xfb\x07\x13\x33\x88\x41\x05\x00\x28\xaa\xbc\x7b\xe1\xb3\x6f\xed\ \x4f\xf8\xc1\x7d\xd7\x26\x20\x8b\x59\xd1\x8e\x76\xbf\x3b\x35\xdd\ \x2d\xe3\xbe\x2d\x8e\x79\x77\x7b\x3b\x77\x26\xa5\xc4\x29\xa2\x77\ \xa8\x15\x69\x3d\xed\x01\x4b\xf5\xa5\x26\x20\xce\x63\x75\xcb\x08\ \x77\x75\x69\xd8\x97\x9a\x24\x23\x30\xa3\x81\xf6\x80\x95\xea\x4b\ \x56\x08\x96\x25\x42\x2d\x4b\x70\xb3\xa3\xa3\xd3\x91\x98\xca\x83\ \xdd\xa6\x12\x9f\x1a\xe7\x40\x44\x92\x80\x5b\x4c\x58\xd1\xae\xce\ \x30\xf8\x52\x13\x42\xed\x8d\x6d\x3d\x51\x2e\xb0\x27\x29\x2d\x37\ \x33\x15\x33\x93\x09\x1e\xe8\x68\x69\xef\x0e\x51\x81\x5c\xf1\xa9\ \x39\xd9\x69\x2e\x19\x35\x6f\x5d\xf8\xe8\xdc\x03\xb7\xfd\xf8\xbb\ \xc5\x5e\x61\xd9\xb3\x9b\x4e\x91\x34\x60\x4c\xb6\x6d\xdf\xb6\x6a\ \xe5\x2a\x40\x28\x29\x31\xf1\xf2\xcb\x2f\xf3\x7a\xe3\x88\x44\x22\ \xe1\x70\x43\x7d\xdd\xe0\x21\x15\x96\x65\xc5\xaa\x71\x47\x7b\x5b\ \x38\x12\x2e\x2d\x1b\xa4\x6b\x1a\x1f\xb0\x7f\x04\xef\xcd\x2f\x88\ \xa3\xc6\xe0\xa8\xd6\xd6\x1e\x4c\x48\x4b\x83\x48\x67\x80\x3a\xd2\ \x92\xe3\x98\xe6\xef\x08\xb2\xa4\x44\x67\x47\x43\x43\x40\x67\x9e\ \xe4\xcc\xdc\xb4\x04\x22\x11\x2b\xd4\x79\xb8\xa1\x45\xe7\xb2\x2f\ \x2b\x27\xc5\x8d\x3a\xda\xba\x5d\xc9\x3e\xb7\x82\x11\x46\x7a\xb0\ \xe3\x70\x63\x3b\x71\xfb\xf2\xb2\x52\x24\x3c\xb0\x8b\x80\xa0\xcf\ \x3c\x2e\x26\x15\x08\x21\x49\x92\x35\x2d\x7a\xa8\xb6\x66\x68\x45\ \x65\xac\xcc\xfd\xdd\x9c\x4d\x1b\x37\x4c\x3b\xfb\x5c\x6a\x59\x5c\ \x70\x4a\xa9\x69\x98\x86\xa1\x13\x89\xec\xde\xb9\x73\xc2\xa4\xc9\ \xc7\xc7\x9e\x5f\x32\x5e\xe0\x9c\x5a\x4c\x97\x98\x72\xc2\x67\x2d\ \x66\x30\x6e\x0d\xbc\xf8\xb1\xbd\xb7\x45\x6c\xdb\x0b\xc1\x01\x1c\ \x99\x59\xd9\x8c\x1a\x54\x20\xb0\x74\xe2\x4a\x2c\x1d\x9c\x82\x40\ \x50\x6a\x31\x0e\x59\xc5\x83\x72\x11\x12\x82\x59\x16\xb5\x18\x78\ \x7c\xd9\x15\x19\xb9\x9c\x52\xcb\xd0\x95\xf8\xf4\x41\x49\x99\x08\ \x04\xb5\x2c\xca\x21\x2d\x2b\x9b\x33\x8b\x73\x01\x60\x51\xac\x64\ \x17\x95\xe7\x22\x24\x04\xa7\x96\x65\x71\xec\xcb\x2b\xcd\xc8\x47\ \x80\xb0\xd0\x5b\x16\xbe\xf6\xda\xb6\x83\x4d\xb9\x13\x2f\x1f\x9d\ \xa9\xea\x66\xaf\x03\x9d\x49\xc5\xa0\x49\x33\x4a\x6a\x97\xd4\xb5\ \xf6\x0c\xcf\x70\x09\xe2\xcc\xc8\xf5\x30\xcb\xea\xcb\xdc\x08\x21\ \x20\x25\x23\x0b\x38\xed\xf7\x8c\x14\x4c\x38\x13\xd3\x3d\x48\x58\ \x56\xef\x3e\x1f\x42\x08\xc5\x9b\x9a\x13\x2f\x2c\x8b\x52\x40\x92\ \x33\x3e\xd7\x8b\xa8\x45\x39\xe3\x46\xcc\x90\x1a\xc9\x69\x99\x39\ \x9c\x52\x94\x96\x89\x62\xa7\xe2\x26\x03\x00\x10\x92\x3b\x25\xdb\ \x0b\x96\x45\x13\xb3\x0a\x53\xb3\x11\x80\xe0\x9c\x53\x4b\x8f\x75\ \x25\x13\xd2\x73\x53\x32\x71\xac\x4f\x4b\xa9\x69\x09\x56\x53\xdb\ \x38\xe4\x9c\x59\x85\x89\xc8\x32\xec\x89\x4d\xa7\x28\x92\x15\x82\ \x0b\x3e\x78\xf0\xa0\xfa\xfa\xfa\x3d\x7b\xf6\x5e\x7c\xd1\x85\x5e\ \xaf\x97\x71\x8a\x39\x3a\x3e\x87\xc7\xfb\x9c\xe1\xb9\x18\xd8\x93\ \x17\x20\x04\x1f\x60\x5c\xd8\x3b\x1e\x41\x9c\xd9\xb9\x1e\x66\x59\ \x10\xef\xf3\x20\x6e\x51\x8b\x38\x12\xb2\xdd\x88\x52\x96\x57\x3a\ \x18\x23\x24\x38\xb3\x28\xb5\x4c\x46\x5c\x49\xa5\x43\x52\xfb\xeb\ \x7f\x5a\x4e\x16\xa7\x16\xe7\x1c\x38\xa8\x71\x69\x43\x2a\x33\x04\ \xa3\x26\x3d\x6a\xff\x7a\x01\xb1\x01\x54\x14\xdb\x26\x3e\xe6\x95\ \x1a\xcb\xee\x9f\x92\xa5\x89\x5f\xca\x0f\xda\x8a\x8c\x2d\xbb\x6a\ \x70\xde\xb9\xbd\xb3\x35\x4e\x70\xad\xb9\xaa\x78\x0c\x2b\xda\x2f\ \x6d\x18\xe1\x70\x38\x1c\x1f\x17\xc7\x38\x13\x00\x08\xb8\x65\x31\ \x21\x7a\xe7\x46\x71\x46\x4d\x76\x64\xd4\x8d\x9a\x26\x1d\xa0\x8a\ \xcc\xb2\x58\x9f\xc8\x70\x6a\xf5\x3f\x87\x00\xe8\x40\x51\xe4\xdc\ \x32\x07\x5a\x4e\x8a\xbe\xf3\x20\x24\x5c\x43\x46\x4f\x28\x18\x1b\ \x97\x9f\x9f\x01\x03\x8e\x11\xd4\x62\xce\xac\x2b\x6f\xbd\x5e\x20\ \x29\xd6\xf2\x2d\xf3\xd8\x9b\xf0\xc0\xb7\xe8\x2b\x43\x6c\x02\xdb\ \x80\xa9\xe9\x8c\x5a\xac\x77\x7e\x89\xe0\xcc\x32\x8f\xbd\x1c\xbd\ \x27\x39\xf6\x54\xa8\xef\x85\xc0\x4c\xf3\xf8\x2f\x93\x59\xd6\xc0\ \x07\x39\x43\x15\xe7\x5e\x3b\x5c\x71\x32\xdd\x14\xb6\x17\xde\xa9\ \xeb\x47\x08\x21\x64\x49\x3e\x7f\xd6\xac\xc9\x93\x27\x25\x27\x27\ \x53\xc6\x10\x08\x44\x48\x28\x14\x1c\xb8\x68\x0a\x00\x24\x22\x69\ \xba\xc6\x39\x47\x80\x38\x0c\x1c\xb1\x8c\x55\xe4\xa3\x66\xf7\x83\ \xe0\xbd\xd5\x89\xf5\x56\x18\xc1\x99\xc5\x01\x00\x06\x56\x54\x04\ \xc7\xd7\x7f\x6b\x40\x65\xb3\x0c\x7a\x92\x7c\xa3\x80\x01\xd3\xa9\ \x10\x08\x81\x09\x09\x85\x42\x92\x24\x7d\x3d\xba\xc0\x05\xf3\xba\ \x52\x13\xdc\x19\x9f\x31\x35\x99\x0b\xde\x1f\x32\x08\xce\xd3\x33\ \x32\x0f\xee\xdf\x57\x56\x36\xc8\x13\x17\x17\x0b\xc8\x63\x3d\x22\ \x80\xd8\x27\xfb\x77\xaf\x37\x51\x8a\x86\x0c\xc7\x48\x58\x96\xc5\ \x05\x39\xc6\xaf\x53\x51\x54\x10\xfc\x8c\x18\xf4\x53\x9d\x4e\x10\ \x9c\x0b\xdb\x3b\xf7\x54\xe9\x42\xac\x49\xa1\x98\xa7\xab\xc7\xe3\ \x61\x8c\x13\x0c\x42\x88\xce\xb6\xb6\xa6\x86\xfa\xf2\xc1\x43\x63\ \xd3\xde\x63\xb9\xf3\x84\x84\x84\xe6\xa6\xc6\xea\x03\x55\x79\x79\ \x05\x8a\xac\xf4\xfa\x41\xf7\xda\xc4\xa3\xff\xcc\x02\xc0\x01\x65\ \x86\x23\x5d\x09\x40\x02\x44\x77\x67\x67\x7d\xdd\xa1\xb2\x41\x83\ \xfb\xcb\xfc\x1f\xce\x3b\x22\xce\x29\x87\xcf\xfb\xde\x9c\xf3\x94\ \xd4\x54\x01\xa2\xfa\xe0\x7e\xc6\x58\xaf\x79\xfc\x31\x0b\x53\xed\ \xfb\x9f\xcd\xd7\xd0\x8b\x38\xd2\xd8\xc4\x51\xbf\x0b\x45\x51\x8a\ \x4b\xcb\x3c\x1e\xcf\x40\x3f\x68\x84\x71\xd9\xa0\x41\x75\xb5\x35\ \x5b\xb7\x6c\xea\x5f\x07\x70\x54\x4d\x46\x5f\x4f\x99\x63\x4f\xc8\ \xb2\x5c\x5c\x5a\x1a\x17\x17\x77\xc6\xf8\x41\x73\xce\x53\x53\x7d\ \x29\x29\x3e\x01\xc2\x56\x00\x9b\x33\xa5\x8b\x71\x4c\x03\x13\x42\ \x48\x92\x5c\x52\x36\xe8\xf4\x74\x06\x38\x61\x99\x4f\x6b\x5d\x80\ \xbe\xad\xc1\xc1\x76\x61\xb1\x39\x23\x22\x89\x93\xb4\x7c\x71\x8a\ \x8c\xd2\xfe\x93\x65\xfe\x12\xd8\xbe\xaf\x36\x36\x36\xb6\x2e\xd8\ \xd8\xd8\x9c\x3e\xfd\x88\xbe\x49\x4d\xf6\x6c\x1c\x9b\x33\x00\x84\ \x30\xc6\xf8\xf8\xc8\x3c\x66\x94\xc4\x39\x3f\x0d\x3b\xc4\x27\x2b\ \xf3\xe9\xab\x0b\x08\xa1\x50\x28\xa8\x45\x35\xdb\x2a\xde\xe6\x4c\ \x40\x70\x2e\x3c\x5e\xaf\xdb\xe3\x11\x03\xa6\x13\x21\x84\x2c\x4a\ \x03\x7e\x7f\xef\x3c\xa6\xd3\x2e\xb9\x20\x5c\x6e\x8f\xc7\xe3\xf9\ \xba\xfc\xa0\x05\xc1\x8a\x44\x94\x93\x6d\x42\x8d\x00\x18\x67\x94\ \xe9\xd0\xbb\x9e\x03\x87\xc3\x41\x4d\x8b\x66\xe7\xe6\x2b\x8a\x62\ \x57\x3a\x9b\xd3\x1f\x4d\x8b\x36\x35\xd4\x4b\x84\xa8\x0e\x47\xbf\ \xa5\x22\xe7\xbc\xab\xb3\x3d\x31\x29\x39\x39\x39\xf5\x74\x2c\xb3\ \xae\x35\x35\x1c\x96\x08\x76\xf4\x79\xa9\xfe\x47\x75\x01\x63\xa9\ \x2b\x58\xef\x8f\x34\x63\x74\xe2\x2d\x7d\xb9\xe0\x1e\x47\x62\x5a\ \x62\x71\x6c\x4a\x26\x42\x10\x0c\x04\xb2\x73\xf3\x62\x6e\xfc\x5f\ \x8b\x8b\xae\x8d\xcd\xe7\x89\x6a\xfb\xab\xa2\xd3\xe9\x4a\x49\xf1\ \x75\x77\x75\xa6\x67\x66\xc6\x46\xfe\x10\x42\x9a\x16\x95\x88\x9c\ \x9c\x9c\xda\x3f\x2a\xd1\xff\x92\x63\xac\x8c\xff\xc3\x65\x8e\xfd\ \xeb\x74\x38\x53\x53\xd3\xba\xda\xdb\x5c\x6e\xcf\xd7\xe1\x07\x2d\ \xb9\xb7\x54\x7f\xf0\xf1\xb6\x27\x5c\x6a\xdc\x09\x0f\xd0\xad\xf0\ \xb0\xfc\x59\xb7\xcd\x78\x5c\x37\x43\xb1\x47\x18\xe7\x8a\xac\xc4\ \x2c\x05\x60\x80\xc7\xf6\x57\xf7\x90\x38\x81\x63\xee\xbf\x7c\x09\ \x26\x31\x63\xb9\x3e\x99\xc3\x7d\xd3\x1d\x31\x21\x5f\xd6\x1b\x1a\ \x61\x82\x11\x3f\x33\x3c\x11\x44\xcc\x34\xdb\xf6\x95\x3e\x99\x28\ \xc4\x7e\x91\x15\x85\xb2\xa3\x26\xef\x31\xc6\x08\x21\xfd\x07\xa0\ \x01\xfe\x8e\xff\x1e\x51\x40\x18\x7f\x56\x1b\x19\x68\x48\x1d\x43\ \x56\x14\xeb\xeb\x9a\xbf\x20\x40\x48\x44\x71\x28\x1e\x55\x3e\xe9\ \xae\xbe\xb2\xe4\x38\x2a\x31\x13\xf3\x83\x16\x5c\xf4\x9a\x9d\x1f\ \x79\x82\x7d\x79\x07\x53\x24\x49\x74\xd3\xc2\x37\x1a\xe2\x27\x5e\ \x3e\xa9\xec\xb3\x5c\xa5\x07\x7e\x60\x82\xf6\x2e\x7f\xe7\x90\x32\ \xe4\xfc\xc9\xe5\x82\x52\x00\xb0\x0c\x1d\xb0\x44\x08\x46\x34\x74\ \xb0\xaa\xce\x95\x55\x92\xe1\x55\xbe\xa0\xa9\x2e\x92\x50\xe4\xd3\ \xf9\x0b\xa4\x8a\x8b\xc7\xe7\xbb\xfa\x56\x50\x0c\x34\x74\xee\xb5\ \x87\x1e\x38\x77\xbd\xd7\x45\x7a\x80\xaf\x74\xec\x75\x88\x48\x04\ \x81\x60\x14\x11\x09\x06\xd8\x47\x1f\xeb\x2b\xcd\x19\xed\xd5\xaf\ \xd8\x39\x38\xa5\xe2\x28\x0b\x69\xc1\x19\xe3\xe2\xe8\x37\x05\x10\ \x00\xd6\xce\x65\x0b\xdb\xe3\x87\x4d\x1f\x95\xcb\xbe\xd9\xf6\xb1\ \xc7\xec\x6c\x84\xfa\xa7\x10\x8a\xbe\xc5\x51\x27\xf1\x83\xee\x77\ \x7f\xe6\x7d\xf7\xea\xe3\xf7\x95\xf9\x8a\x7e\xd0\x08\x00\x04\x33\ \x4c\x4e\x24\x09\xa3\x13\x4c\x0c\x3e\xf6\x91\x01\xcb\xbe\xbf\x1e\ \x5d\xf8\x12\xc4\xd6\xab\xc7\xf4\xaf\x66\xe5\xbc\x77\x37\x1c\x44\ \x44\x52\xbd\xa9\x23\x26\x9d\x3b\x71\x48\x16\xa7\x96\x00\xdc\x5f\ \xa7\x99\x65\x61\x59\x8e\x2d\x8b\x42\x92\x4c\x10\x50\xcb\x42\x44\ \x26\x18\x38\x17\x31\xab\x5c\xe8\xf5\xea\x66\xcd\x35\x3b\xaa\xb3\ \x86\x22\x00\x40\xb1\xe6\x02\x00\x9c\x5a\x0c\x00\x49\xb2\x74\x44\ \x7b\xb8\x00\x4c\x62\x07\xb4\xed\xdd\xb0\xc3\xeb\xbb\x70\x72\x39\ \xc7\x04\x1b\x4d\x73\x5e\x7a\xa7\xec\xca\x7b\x47\xf8\x08\xe8\x5d\ \xcb\x3f\x7c\x2f\xef\xd2\xef\x66\x25\x38\x8f\x1f\xbf\xe5\xd4\xe2\ \x02\x00\xf5\x97\x53\x50\xab\xf7\x66\x82\x65\xa9\x6b\xfb\x92\x77\ \x3f\x6d\xfe\x56\xe9\x81\x97\x5e\xdc\x3e\xee\x92\x9b\x06\x25\x21\ \x00\x6d\xd9\x1b\x73\x78\xc9\x68\xb3\x6a\xb3\x3a\x6c\xd6\xb9\x95\ \xe9\x02\xe0\xc0\x9a\xb9\x1b\x83\xd9\x83\xe4\xda\xdd\xac\xfc\xc6\ \xf3\x46\x62\x01\xa1\xda\xf5\xf3\x3f\x6d\x2a\xc8\xc1\xfb\x3a\x7c\ \x37\x5d\x33\x49\x11\x60\xb5\xee\x7c\xfd\xa3\x9d\x67\x5d\x73\x55\ \xc7\xc7\xb3\x1b\x12\x47\x5d\x7a\xf6\x60\xb0\x28\x96\xa5\xc6\x2d\ \x8b\x97\xed\x83\x2b\x6e\x9c\x29\xb5\x57\xcd\x7e\x67\xc3\x98\x6b\ \xaf\x2b\x4b\x92\x28\x03\x09\x85\x16\xbf\x32\x57\x19\x76\xfe\x59\ \x95\xf1\xab\xdf\x7b\x7b\x6d\x55\x07\x91\xe5\x38\x5f\xde\xa4\x73\ \xce\x19\x92\x95\xc0\x99\xb6\xed\xe3\x37\x3e\xde\xda\x46\x14\xc9\ \x9d\x98\x39\xfe\xac\xe9\x23\x0a\x93\x93\x5d\xc1\x17\xe7\xbe\x5b\ \x3c\xe8\xfb\x79\xaa\xf8\x26\x07\x0d\x62\xc0\x8d\x17\x01\x58\x96\ \xa5\xaa\x2a\xa3\xb4\xb7\x69\x71\x71\x8c\x87\xaa\x18\xe0\xfb\x7a\ \xf4\x2d\xef\x38\x3f\x68\x2c\xd1\x60\xed\x5b\x1f\x6c\x1b\x7d\xc1\ \xa5\xa5\xa9\xf2\xd1\xb5\x08\x11\x59\x42\x03\x6a\x26\x91\x65\x34\ \xe0\xd9\xfe\x7a\xeb\x3f\xb0\xea\xb5\x95\x81\x6f\xdd\x75\xb1\x07\ \x80\x59\x96\x38\xba\xcc\x02\x8e\x2c\xda\x82\x3e\x4f\xea\x5e\xa7\ \x39\x74\x86\xf8\x41\xf3\xbe\x25\x26\x08\x41\xcd\xfa\xd5\x87\xc3\ \xc9\x67\x4d\x9b\x5c\x98\x60\xbd\xfb\xc4\x83\x4f\x2f\xda\xc1\x89\ \x24\x49\xac\x71\xff\xd6\xa5\x1f\x2f\xdb\x59\xd3\x8a\x65\xb9\xab\ \x6e\xd7\xee\xda\x66\x81\xb1\xde\x7e\x68\xef\x81\x06\xc0\xc8\xf0\ \x37\xee\xd8\x55\x13\x08\x74\xed\xde\xb4\xe6\x93\xa5\x4b\xd6\x6c\ \xd9\x1b\x64\x18\x00\x30\x91\x24\x0c\x02\x80\x88\x48\xd5\x96\x4f\ \x97\x7e\xb2\xba\xb6\x2d\x42\x64\x82\x90\x75\x68\xf7\xe6\x25\x8b\ \x17\xaf\xdd\x56\x15\xa6\x18\x61\x82\x69\x78\xdf\xe6\xd5\x2b\x56\ \xaf\xae\xe9\x36\x55\x85\x08\x00\x01\x08\x58\xa4\xee\xc0\x96\xa5\ \x8b\x17\xad\x58\xb5\xb9\x8b\xc5\x4d\x39\xef\x82\xc1\xe9\x2e\x33\ \xd0\xba\x63\xe3\xa7\x4b\x97\x7c\xb2\x71\x77\x4d\xe3\xa1\xaa\xd5\ \xcb\x96\xac\xdd\xb6\x3f\x2a\x08\xc2\x58\x02\xb3\x66\xc7\xba\x8f\ \x97\xae\xa8\x6a\xf0\x13\x89\x88\xd8\xa4\x79\x1e\x5c\xb6\x6c\x5d\ \xee\x94\x99\x43\x4b\x0a\x78\xed\xfa\xd9\xef\xaf\x03\x44\xba\x77\ \x2c\x9a\xbb\xb6\xc6\x97\x57\x94\xae\x36\xcd\x7e\xe3\xdd\x0e\x86\ \x50\xb0\xea\xcd\xd9\x9f\xc8\xa9\xb9\xb9\x19\x9e\xb5\x6f\xbd\xba\ \xa9\xc9\xc4\x28\xb2\x68\xee\xec\x6a\x94\x5e\x9a\x97\xba\x7b\xf1\ \xeb\xcb\xaa\x42\x18\xd1\x95\xef\xce\xde\xe1\x8f\x4b\x73\xf1\xad\ \x2b\x3e\xf8\xe7\x0b\xaf\x1f\xe8\xa2\x44\x96\x20\xda\x3c\xf7\xe5\ \x27\xde\x5e\xbc\x31\x8a\x50\xb4\xb3\xfe\x83\x37\x9e\x7c\x69\xe1\ \x56\x8e\x08\x96\x48\xfb\xb6\x85\x8f\x3d\xfb\xfa\xb6\x9a\x76\x8c\ \xb4\x4d\x6b\x57\x84\x7c\x43\xa7\x4d\x1e\x9d\x68\x1e\x7a\xec\xc1\ \xdf\x2f\xdc\xd9\x81\x89\xb5\xfb\xd3\x4f\x7a\xdc\xb9\x67\x4d\x19\ \x9f\x29\xb7\x3f\xf7\xf0\x83\x6f\xae\x6b\xc8\x1a\x7f\x59\xa5\xa3\ \x69\xe9\xfa\xc3\x88\xc4\xae\xc3\xff\x67\xef\xbb\x03\xac\x2a\xce\ \xf6\xdf\x99\x39\xed\xd6\xed\xbd\x2f\x65\x77\x59\x16\x90\x8e\x34\ \x45\x10\x50\xb1\x37\x14\x31\x96\x14\x4b\x7a\xf2\xfb\xe2\x97\xf2\ \x25\xf9\x12\xd3\x9b\x26\xb6\xa8\xa8\x80\x4a\x51\x51\x51\xa4\x8a\ \xd2\x7b\x6f\xcb\xf6\xde\xeb\xbd\xf7\xb4\x29\xbf\x3f\xee\x76\xc0\ \xd8\x42\xf9\x72\x1e\x6f\xc8\xbd\x67\xcf\x3d\x33\xf7\x9c\x99\x67\ \xde\x79\xe7\x9d\xe7\xfd\x8f\x7e\x85\x27\x90\x5b\xb6\x6e\x7d\xea\ \xa9\xa7\x9a\x9b\x9b\x7b\xf5\xa0\xe1\xcc\xb1\xb7\x57\x27\xbe\xeb\ \xd5\xdd\xb0\x07\x5e\x13\x21\xae\x37\x6e\xfb\x68\x57\x83\x0e\x56\ \x67\xfd\xc1\x9d\x1f\x6f\x58\xbf\x61\xe7\xa1\xd3\x3a\x48\x98\xa0\ \x8e\xda\xd3\x1f\x6f\x5c\xbf\x69\xcb\xfe\xa6\x20\xc5\xb2\xdc\x59\ \x7b\xfa\xe3\x0d\xeb\xb6\x1d\x38\xa5\x0b\x19\x81\x55\x53\x7c\xe4\ \xe3\x4d\xeb\xb7\xee\x39\xde\xd0\xd4\x74\x6c\xd7\x96\x35\x6b\x36\ \x6c\x3f\x5c\x6c\x0a\x0c\x67\x54\xfb\x6c\x75\x10\x3d\xc6\xcb\x17\ \x01\x79\xec\xb1\x1f\x7d\xd6\xef\xc8\x44\x2d\xaa\xdd\x55\x5a\xbf\ \x5f\x26\xea\x59\x4f\x60\xdc\x8e\x8f\xcc\x1e\x91\x75\x35\x65\x56\ \x78\x02\xdf\xdc\xd4\x14\x1b\x17\x8f\x31\xc1\x58\x14\xed\xda\x12\ \x4a\x9d\x76\xfb\xdc\x09\x43\xf2\x47\x0f\x8b\x6e\x5b\xf4\xea\xf6\ \x82\x69\x93\xdb\x76\x2d\xfb\xdb\x2b\x9b\x42\x46\xdb\xd6\x75\x1b\ \xad\xf8\x5c\xad\x72\xf5\x5f\xde\xad\x9c\x79\xd5\x98\xa2\xb7\xfe\ \xfe\xe7\x95\xc7\xaf\x9a\x37\xad\xe6\xa3\x97\x9e\xdb\xd2\x9a\xee\ \xaa\x78\xf2\xf9\xf7\xb8\x22\xf6\xad\x5d\x7d\x3a\x10\x3d\xa9\x20\ \xed\xf4\x9e\x8d\xcd\xbe\x91\x97\xe7\x46\xaf\x7f\xf9\xc9\x57\x37\ \x9d\x32\xda\x4b\xd7\xad\xdb\x13\x9d\x33\x2a\x2d\x1a\x9f\xd8\xbb\ \xa7\xb4\xb6\xee\xc0\x87\xef\x17\x9b\x89\xe3\x87\xc5\x6c\x5a\xf2\ \xa7\x97\x36\x9c\xa2\x56\xdb\xf1\x43\x45\xb1\xb9\x13\x27\x0c\x4f\ \x15\x1c\xb0\xdd\xba\x6b\xdb\xd6\x66\xea\x91\x91\x36\x28\x83\x2c\ \x7b\xee\x39\x9a\x3b\x23\xe2\xf8\xca\x3f\xbc\xbc\x19\x29\x74\xe7\ \x07\xcb\x37\x1d\xad\xe7\x66\xcb\xc7\xef\xad\x69\x50\x06\x8f\xcd\ \x89\xde\xb3\xfa\x85\x65\x1f\x97\x62\xbb\x61\xc3\x86\x6d\x9e\x21\ \x63\x32\x22\x25\x81\x24\xd1\x56\xf2\xee\xea\xfd\x63\xe6\xce\xcb\ \x8a\x8d\x18\x92\xe5\x59\xbb\xe2\x1d\x57\x76\xe6\xb6\x95\x6f\xc6\ \xcf\x7a\xf0\xda\x11\x89\x89\xd9\xd9\x15\x1f\xbe\x59\x88\x32\xf5\ \x7d\xab\x4e\x78\xa6\x7c\xed\xa6\xb1\x11\xf1\x59\xae\xfa\xed\xef\ \x1f\x32\x33\xd1\xf1\xb7\xf6\x89\xaf\x7e\xfd\x8e\xd4\xc4\xf4\x18\ \xf3\xf8\x9b\x5b\xaa\xb3\x63\x1a\x57\x6e\xa8\x5e\xf0\xc8\x03\xa9\ \xae\xe6\xad\xbb\x8f\xda\xc2\x0a\xf0\x98\x09\xf9\xa9\xa7\x3f\x5a\ \xb9\xfe\x64\x6b\x44\x5c\xdc\x65\x93\xa7\x88\xca\xbd\xfb\x9a\x6c\ \xab\xb1\x29\x61\xe4\xe4\x54\x77\xe3\xca\x45\xcb\x03\xbe\x48\x7f\ \x72\xce\xe4\x82\xb8\x3d\x5b\xb7\x27\x4d\x9b\x7f\xcd\xf8\x61\xf9\ \xa3\x2f\x8f\x6d\xd9\xba\x6c\x5b\xf5\xb4\x69\xa3\x4a\xb7\x7f\xe4\ \x19\x7d\xfd\xbc\x29\x97\xe5\x8e\x98\x90\xc5\x4f\xbc\xfa\xce\xb1\ \xcb\x67\x5f\xe1\x6d\xdc\xb7\xa3\x44\x4c\x9e\x90\x4b\x2e\x8d\x54\ \x5b\xff\x46\xb7\x02\xc1\x78\xcf\xde\x3d\x6f\xbd\xf5\x56\x73\x73\ \x73\x75\x55\x55\x4e\x6e\xae\xaa\xaa\x08\x63\xcb\x30\xdb\xdb\x5a\ \xa3\xa3\x63\x78\xb7\x00\x8f\xae\x87\x28\x65\xd1\x31\x31\x7d\x37\ \x53\x9d\xd5\x71\x8e\x10\x66\xa1\xba\xad\x3b\x4b\x46\x5f\x75\x65\ \xc7\xee\x25\x7f\x7c\x75\x87\x2c\x99\x5b\xdf\x5b\x5d\x27\x67\xe5\ \x27\x74\x3c\xf5\xbb\xa7\x2b\x6c\x49\xef\xd0\x93\x06\xe7\x6a\x8d\ \xfb\x9e\x7d\x61\x45\x33\x43\xa7\x77\xac\x3f\xa9\xc7\x5e\x96\x2e\ \x5e\xfa\xdd\x6f\xf6\xd6\xdb\x1c\x7b\x12\xfc\xfc\xd0\xfe\x13\x92\ \x57\x13\x5a\xf4\xe0\x8c\x44\x09\x9d\x63\x76\xdb\x6d\x2f\x60\x8c\ \x6d\xcb\x6a\x6d\x6d\x89\x8e\x89\x19\xe0\x95\xa8\xa9\xae\xce\xcc\ \xca\xe6\x9c\x0b\x10\x5d\x42\x74\x8c\x62\x8c\x1b\xea\xeb\xd3\xd2\ \xd3\xcf\xac\xff\x79\x8a\x77\x14\x3c\xac\xb1\x1b\x8e\x06\x11\x9c\ \x59\x1c\x84\x4d\x59\xfc\xa0\x51\x19\xb4\xa5\xba\xe8\xd8\xfb\xef\ \x6e\x1f\x73\xc7\x23\x3f\xf8\xc1\xff\xfb\xea\xbc\xcc\xd5\xab\x3e\ \x50\xb3\x2e\x8f\xef\xa8\xa9\x6d\x6a\x2c\xac\x6f\x0b\x75\xd6\x9d\ \xae\x0f\x95\x17\xd7\x0c\x1b\x55\xe0\xa6\xed\x9e\xdc\x69\x0f\x3d\ \xf2\xcd\x1f\xde\x7f\xf9\xe9\x03\x1f\xd5\x58\x20\x21\x40\xb2\x1c\ \x2a\xdf\xb5\x76\x57\xc3\x9d\xdf\x7b\xec\xfb\xff\xf5\xd8\xd5\x83\ \x3a\x97\xbf\xb7\xd3\x06\xf7\xd0\x82\x82\x61\xb9\x79\x43\x53\xb5\ \x63\x27\x8f\x56\x95\x1f\x5d\xb3\xad\x6d\xfe\x37\xff\xfb\xdb\x8f\ \x7e\xf3\xba\x71\xa9\xb6\x6d\x77\xa9\xaa\x72\xca\x85\x7f\xe6\x6d\ \x0b\xef\xbd\x6b\x4e\xbc\x4b\x42\x92\x4c\x90\x08\x05\x43\xb1\x43\ \xa7\x7e\xeb\x91\x6f\xdf\x3e\x3d\x07\xa2\x72\xbe\xf6\xe8\xf7\xbe\ \x71\x4d\xc6\x89\x03\xbb\x5a\xdb\xca\x57\xbf\xbd\xdb\x97\x3e\x34\ \x27\x77\xb8\xab\xe1\xe4\x86\x4d\xc7\x80\x10\x40\x3c\xd4\xde\xd2\ \x4e\xfd\x51\x1e\x4d\x30\xdb\x9b\x35\xf5\xee\x99\x29\xcf\xfc\xf2\ \x57\x27\xbd\x13\x6f\x99\x31\x94\x5a\x26\xd3\x52\xef\x5c\x78\xcd\ \xa9\xa5\x3f\x5f\x74\x08\xcd\xbf\x63\x96\x8b\x99\xa6\x4d\xae\xb8\ \x75\x61\x5c\xf5\x3b\xff\xfd\xe4\xb6\xa9\xb7\xdf\x35\xc8\x47\x2d\ \x9b\x8d\xbd\x76\x7e\xbe\xb5\xeb\x97\xff\xbb\x62\xd8\xbc\x05\xa3\ \xe2\x65\xd6\xde\xd8\x29\x22\x6f\xbe\x63\x76\xf3\xbe\x4d\x27\xea\ \x2b\x36\x7e\x5c\x38\xf9\x96\xbb\xd2\x94\x50\x43\x07\xd5\xdb\x1b\ \x63\x72\xaf\xb8\x76\x94\xb2\x69\xe3\xf6\xb2\x83\x5b\x0b\x21\xf7\ \xe6\x59\x97\x75\xb4\xb5\x59\x61\xa1\x51\xdb\x04\x6e\x59\x0c\x72\ \x46\x0f\x35\xf5\xea\xba\x00\xc7\x18\x98\x6d\x09\x00\x5b\x40\x66\ \x6e\x7e\xa4\x59\x56\xde\xce\xa3\x92\xa3\x03\x9d\xf5\xed\xb4\x5b\ \x63\xef\x3f\xf5\xc5\x39\xb3\xa9\x9d\x33\x74\xe8\x63\x8f\x3d\xf6\ \xcb\x5f\xfe\xf2\xee\x05\x77\x2b\x8a\xcc\x39\xeb\xbe\x2d\xfd\x93\ \x59\x77\x29\xb0\x74\xfb\x1f\xc2\xa2\x6e\x61\xe9\xe7\xb3\xbe\x40\ \x00\xb0\x50\xa0\x33\x7e\xf4\xec\x6f\x3d\xfa\x9d\x47\x6f\xcf\x3f\ \xb4\x67\x6b\x7d\x47\x47\x5d\x4b\x28\x75\xc4\xb4\x7b\xef\xbf\x6d\ \x48\x1c\x6c\x5d\xfb\xce\xf1\x40\x64\x7e\x6e\xee\x90\x14\x6d\xf3\ \xda\xcd\xd5\x4d\x01\x03\x45\xdf\x70\xdf\x23\x5f\x9b\x7f\x75\x9c\ \x62\x91\xa4\x82\xf9\x0f\x7c\xf5\xf6\xab\x46\xc8\xc2\xa2\xac\x7f\ \xcd\xbb\xca\x0d\x27\x90\xe0\xfd\x33\x4b\x5c\x2a\xfe\x85\x1e\x59\ \x3c\x01\x3d\x37\x5b\x92\x48\x67\x67\x43\x93\x70\x4b\xcc\x68\x0f\ \xba\xc6\x24\xc7\x00\x40\x5c\x5a\x36\x6e\x39\x2c\x22\x53\x07\xc7\ \x77\x6e\xdf\xb2\x4d\x27\x69\x53\x0a\xf4\xa3\xdb\x3e\x6c\x6e\x52\ \xc7\xce\x1b\x8c\x0b\xb7\x80\xa0\x3a\x03\xd9\x1f\xa7\x49\x55\x01\ \xd3\xe6\x42\x10\x0c\x81\xa6\x66\xa6\x24\xa4\x47\x6b\x00\x90\x96\ \x96\x66\x1f\xea\xac\x3f\xb9\xe5\xc5\xe7\xdf\x8e\xc8\x19\x81\x03\ \x36\x56\xa0\xa3\xbd\xc5\x50\xe3\x93\xa2\x3d\x00\x26\x91\x30\xe7\ \x8c\x09\xc6\x19\xc7\x8c\xf1\x6e\x29\x15\xd1\x2d\xd4\xc9\xc3\x2e\ \x1f\x00\xcd\x1b\xa5\x50\x3b\xc8\x41\x8b\xf4\x20\x44\x3b\x02\xad\ \x6d\x86\xe4\xb3\x3b\xab\xaa\xda\x86\xce\xbc\x39\x3b\x2f\xde\x30\ \x2d\x8c\x09\x63\x54\x08\x08\xb3\xb0\x65\xcb\x23\x67\x5c\x95\xbc\ \xae\x68\xf4\xd4\xe9\xb1\xd8\x08\x99\x54\x50\x16\x93\x3b\x65\x5c\ \xfa\x9b\xa7\x87\x4e\xca\x4b\x50\xf5\x50\x50\x00\x95\xa3\x07\x5d\ \x71\xf9\xd0\xc3\xdb\xa3\xa6\x0d\x4f\x34\x74\x83\x71\xc0\x9e\x94\ \x19\x53\x47\xee\xab\x6f\x9a\x31\x21\xdb\xb2\x18\xd7\x3b\x74\xc3\ \x88\xcb\x99\x7c\xf9\xb1\x3d\x4f\xff\xf2\x8f\xbe\xec\x49\x77\x8e\ \xcd\x78\xfa\x03\x23\x10\x34\x7d\x7a\xa7\x20\x59\x13\xaf\x9a\xb1\ \xe7\x4f\x8b\x9f\xdc\x8d\xc6\xce\xff\x4e\x96\xbd\xf9\xbd\x93\x01\ \xc3\x62\x3d\x6b\x2c\x32\x81\xb6\xba\x26\x04\x9a\x4b\x62\x3d\x8b\ \x24\x32\x82\xe6\xa6\xc6\x20\xf7\x78\x25\x60\x4c\x08\x21\xd8\xd9\ \x94\x86\xff\x03\xdd\x0c\xaa\xaa\x22\x84\xc3\x12\x0a\x5c\x08\xc6\ \x18\xc6\x38\xdc\x64\xfb\xea\x41\x87\x07\xdb\x1e\x4d\xa4\x2e\x85\ \x47\x40\x42\x70\x81\x06\x08\x41\x86\xf5\xa0\x45\xd7\x1a\xa7\xa0\ \x3a\x80\x16\x19\x87\x68\x0d\xc4\x8c\xfa\xee\xa3\x37\xae\x7c\x6f\ \xf1\x4f\x36\x26\x2d\x7c\x60\x5e\xbb\x1e\x20\x4a\x4c\x43\x75\x25\ \xf5\xe7\xde\x75\x6b\xbe\x0f\x59\x02\x30\xb5\x4c\x00\x0f\xe5\x5c\ \x70\x6e\x5b\x82\x03\x3d\xc7\xe2\x11\x42\xa8\xd7\x33\xca\x39\x0a\ \xe7\x95\xb9\xb4\x74\x5f\x39\x03\x84\x31\x30\xc6\xac\x50\xb0\xa3\ \xa3\xb5\xa3\xa6\xf8\xdd\x25\xaf\xab\xa3\xe6\x8c\xc8\xcb\x2c\x8c\ \x0a\x6e\xd9\xb6\x37\x3f\x3a\x7f\xd7\xc7\x5b\x71\xf2\xd0\xa8\x98\ \xe4\xd1\xb9\x89\x7f\x58\xfe\xee\xe8\x6b\xef\x98\x33\xd4\x7a\xfe\ \x99\x45\x76\xf6\xf5\xf7\xa7\xab\x15\x87\x29\x67\x94\xd9\xc0\xa9\ \x1d\xee\xda\x82\xdb\x4d\x0d\xcd\xae\x91\x69\x5e\x7b\xed\xe6\x3d\ \xa7\xae\xcb\x81\xad\xbb\x8e\xa5\x8c\x99\xd0\x51\xb2\xb7\xc2\x48\ \xfa\xf9\xdd\x0b\xac\x7d\xf4\xaf\x9b\x0d\x6f\x6c\x6a\x22\x5b\xbe\ \x69\xeb\xbe\xf8\x69\xe9\x1d\x9d\x06\x73\x53\xc6\x28\xa7\x5c\xc2\ \x32\x46\x66\x49\x69\x75\x73\x34\xa8\xdc\xe2\x9c\x33\x46\x19\xe3\ \x9c\x31\x06\x9c\x51\x16\x2e\x8e\x51\xca\x28\xd5\xdc\xb1\x69\x31\ \x48\x8b\x1b\x7a\xed\xcc\x1c\x2b\x18\x24\x2e\x37\x33\x4d\x2e\xc9\ \x8a\xcb\xef\xc3\x6d\x2d\xed\x9d\x2c\xc6\xc3\xa8\x49\x41\xf1\xb8\ \x3c\x92\x8c\xa8\x65\x33\xc6\x01\x38\x05\xa6\x79\xbd\x6e\x09\x33\ \x6a\x31\xca\x04\x20\x6a\xdb\x48\xf2\xf8\xdc\x2a\xa7\x36\x13\x94\ \x0b\xb0\x6d\x26\x61\xc5\xed\x71\x63\x6a\x51\x2c\xd1\x60\xc0\xb2\ \x19\x41\xda\xf8\x2b\x26\xbe\xbb\xe9\xd5\x11\x0b\x2f\x8f\x92\x38\ \x62\x2c\xd0\x1e\x08\x75\x06\x04\xe3\xde\xe4\xe1\x13\x07\xfb\xde\ \x2c\x8a\x9a\x3a\x3a\xdd\xdc\x26\x68\x67\xc8\x34\x6d\xce\xa9\x1e\ \xec\xec\x68\x53\x6a\x4b\x0f\xbe\xb4\xe2\xc8\xb0\x19\x5f\x4d\x91\ \x2d\x93\x52\x3d\xd8\xd9\xde\xde\xd2\x52\x7e\xf8\xd5\x15\x9b\xa2\ \xc7\xdf\x9d\xe9\x81\x23\xb5\x4d\x6e\x77\x8e\x1b\xdb\xb6\x45\x9d\ \x44\x14\x88\x87\xe5\x14\x7a\xc5\x55\x38\x26\x61\x0e\x18\x20\x13\ \x1f\x96\x71\xe3\xac\xd7\x9a\xe8\x1b\x92\xd3\xc7\x0f\x81\x58\x98\ \x74\x29\x05\xc6\x19\xa3\x8c\x02\xa5\xb6\x60\x5c\x0f\xe9\x89\x69\ \x13\x1e\x7a\x78\xe8\x73\xbf\xfd\x9f\x37\xf6\x8c\x99\x93\x9c\x4e\ \x1a\x5c\x63\x67\x5c\x13\x4b\x2c\x2e\x69\x6a\xe7\x29\x8b\x52\x4e\ \x29\xe3\x54\x96\x14\xd6\x52\x5d\x55\x53\x27\x7b\x91\xea\x76\x11\ \x74\xc6\xf4\x21\xac\xe2\x06\x61\x0d\x39\xc4\x11\x16\x5f\xd2\x56\ \x83\xf3\xa7\xbf\xc0\x85\x40\x9c\x33\x8e\x22\xa2\xbc\x65\x3b\xdf\ \xfe\x5d\xcd\x66\x6a\x8b\x84\xdc\xb9\xdf\xbe\xee\x2a\x4d\x26\x73\ \xe6\xdf\xb9\xf8\xb5\xd5\xbf\xd8\xb3\x4a\xf6\xa5\xdf\x73\xcf\x2c\ \xcd\x34\x32\x47\x8e\x8c\x79\xbf\x30\x25\x3b\x3f\x37\xbb\x35\xda\ \xa3\xb9\x46\x5c\x16\x21\x2c\x8a\x15\x97\x22\x71\xc6\x90\xc0\x2e\ \x55\xa1\x5c\x1a\x32\x7c\xec\xfa\xb7\x37\x1d\xbf\xea\x3b\x77\xdf\ \x7e\xc5\xcb\x6f\x3e\xb3\x5f\x08\x6f\xea\xe5\x0b\xa7\xe4\xc5\x9b\ \xf2\xd8\x7d\xaf\xfe\xe5\x7f\x7e\x82\xcd\x36\x7f\xee\x0c\x35\x32\ \xeb\xce\x7b\xe6\xbc\xfc\xd6\x92\xff\xdd\x4c\x82\x01\x3e\x71\x54\ \x0c\xb3\x6c\x66\x53\x90\xe2\xa7\x4f\x19\xb7\xf8\xed\x67\x8a\xb7\ \x0f\xbe\xed\x8e\x69\x1e\xb7\x9b\x00\x07\xa2\x6a\x8a\xc4\x38\x03\ \x2c\xbb\x54\x89\x31\xce\xb1\xa2\x2a\x44\xb8\x53\x6e\x5d\x38\x6f\ \xd1\xb2\x25\x3f\xfb\x88\x78\x62\x33\x6f\xbe\x67\xc1\x50\x3f\xd8\ \x96\xed\x8a\x4c\xc8\x48\x82\x23\x85\x95\x93\xb3\xf3\x18\xa3\x88\ \x72\x45\x55\x30\x67\x8c\x85\x8d\x0f\xc4\x10\x43\x92\x2a\x63\x44\ \x6d\xc6\x18\x17\x80\x18\xa5\x02\x11\x55\xc1\x8c\x32\x06\x9c\x0b\ \x40\x94\x32\x90\x34\x45\x62\x94\x71\x82\x4c\x9d\x6a\x8a\x87\x30\ \x43\x8d\xbf\xec\x07\xbf\x1e\xe4\x8e\x8a\xd4\xcd\x16\x9f\x4b\xa3\ \x21\xdd\xb6\x25\xbf\x4b\x31\x2c\x18\x7f\xc3\x03\x43\x2c\x25\x86\ \xeb\xd5\xb2\xdb\x85\xda\x2d\x8a\x22\x3d\xea\x96\x37\x9e\xab\x5e\ \xaf\x50\x50\x73\xae\x5e\x30\xef\xea\x02\x6a\xb4\xfb\xa2\xbd\x1f\ \xae\x5b\xf6\xdb\x3d\x2e\xc6\x49\xfa\xd8\x3b\xbf\x32\x67\x02\x31\ \xeb\x0f\x9e\x68\x49\x19\x97\xa7\xda\xa6\x41\xff\x83\x17\x24\xba\ \x24\x19\x91\x61\x84\x38\xe7\x18\x63\xc6\xb8\xcb\xa5\x49\x92\xdc\ \x95\x21\xa2\x7f\x1e\x3a\x11\x36\x18\x78\xb8\x39\x0f\xe4\x85\xbe\ \x89\x6b\x05\x30\xc6\x91\xe6\xd6\x90\xe0\x20\xa9\x9a\x4c\x18\x65\ \x1c\x24\x8f\xc7\x4d\xdb\x8a\x17\x2f\x7e\xbd\xd6\xe2\x54\x1e\x36\ \x37\x37\x7d\x64\x7c\xfc\xd4\xea\x97\xfe\xfa\xf8\xff\x28\x92\x77\ \xc2\xb5\x77\x5c\x93\x2b\x6b\x9a\x0b\x09\x6e\xea\x96\x3f\x7d\xc4\ \xe5\x83\x77\xbe\xfc\x97\xc7\x13\xf3\xae\xbc\xff\xce\x99\x11\x0a\ \xeb\x31\x05\x50\xbf\x00\x9e\x6e\x5e\xe8\x16\x9f\x44\x17\x4a\x0f\ \x7a\xcd\xde\xbf\x6e\x3c\xf4\x4f\x97\x7a\x0e\x3d\x68\x2b\x58\x90\ \x39\x6b\xc1\x8c\x3f\xf5\xe8\x41\x1f\x39\x7c\x70\x58\x97\x1e\x34\ \xe3\xd4\x36\x0c\xc3\xb6\x39\x51\x34\xaf\xcf\x83\x99\x65\x51\x21\ \x29\x12\x33\x43\x9d\x41\x4b\xf3\xfa\x5c\x32\xa6\x36\x05\x82\x99\ \x4d\x31\x91\x30\x12\x8c\x31\x44\x24\x24\x04\xe7\x8c\x09\x90\x08\ \x09\x67\x7d\x26\x92\x2c\x61\xb0\x74\x5d\xc8\x9a\x5b\x95\x8c\x60\ \x47\xc8\x02\xaf\xdf\x2f\x01\xe3\x08\x03\x35\x3b\x03\x21\x81\x65\ \xb7\x4b\xc3\x18\xcb\xb2\x64\xeb\x9d\x01\xdd\x22\x8a\xcb\xa5\x86\ \x57\x86\x84\x00\x2c\x11\xd0\x83\x01\x93\x61\x97\x4b\x45\x9c\x23\ \x22\x21\xd1\x55\x8a\xe0\x8c\x86\x8b\xe3\x8c\x72\x90\x24\x49\x96\ \x25\x6a\x04\x3a\x43\x26\x96\x54\x97\xa6\x86\xd7\x4c\x89\xaa\x35\ \xed\x7f\xeb\x6f\xab\x2a\xef\xfb\xee\xd7\x07\x79\x05\xe5\x82\x52\ \x86\x08\x21\x7d\x9e\x0f\x63\xb6\x40\x44\xc2\xb8\x0f\x57\x32\xc6\ \x41\x92\x7a\x87\x01\xd1\x55\x0a\x41\xdd\x29\x4e\x89\x24\x21\x84\ \x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\x96\x30\x0e\ \x2f\x90\x53\xca\x84\xe0\x94\x71\x49\x92\x04\xb3\x4d\xc3\xb0\x39\ \x52\x5c\x6e\x9f\x47\xe3\xb6\xc5\x38\x70\x4e\x4d\xc3\xa0\x4c\x48\ \xaa\xdb\xef\x75\x63\x0c\x55\x7b\x56\xfe\x63\x75\xed\x83\xdf\x7f\ \x38\x53\xfd\x74\x51\x1f\xff\xa7\xa9\x81\x60\xe9\xe0\xa1\x03\xef\ \xbc\xb3\xda\xb2\xac\xac\xac\xcc\x3b\xef\xb8\xc3\xeb\xf5\x11\x89\ \x04\x03\x9d\x95\x15\xe5\x03\xf5\xa0\x03\x81\xa1\xb9\x61\x3d\x68\ \xde\x9d\xf1\x4b\xf0\x33\xf3\x4d\x01\x80\xe0\x36\xe3\x44\x92\x80\ \x53\x2e\xb0\x44\xb0\x10\x8c\x71\x20\x18\x4c\x5d\xb7\xa8\x50\xdd\ \x3e\xb7\x8a\x38\x10\x22\xec\xce\xce\x00\x15\x58\x75\xb9\x14\x82\ \x28\x65\x38\x9c\x73\x19\x63\x2c\x68\xa0\x33\x28\x24\xd5\xad\x29\ \xe8\xec\x0e\xc7\xae\xd4\x11\x61\xa9\x7b\x5d\xd7\x2f\x98\x1e\xb4\ \x00\x21\x4b\x2e\x8f\x16\xa5\x29\xde\xb3\x1b\x21\x58\x51\x65\x4f\ \x9f\xdd\x13\x88\x33\xde\x35\x19\xe3\x02\x30\x71\xb9\x3c\x2e\x17\ \x08\xe0\xd4\x32\xc2\x39\xbc\xa8\x65\x23\xac\xf8\xfc\x0a\x08\x61\ \x87\xe3\x02\x18\x27\x12\x09\x2f\x18\x63\x4c\x40\x70\x21\x00\x61\ \x22\x77\xa7\xf7\x91\x25\x29\x9c\xb6\x43\xd2\x34\xc1\x85\x65\xd9\ \x44\x75\xfb\x54\x00\x6e\x53\x01\x00\x1c\x21\xc9\xeb\xf7\x77\x87\ \xa9\x70\xdb\xb2\x90\xa4\xf9\xfc\x5a\xf7\x91\xee\x15\x65\x06\x8a\ \xcb\xa3\x00\x08\x2e\x50\x78\x8d\x0a\x13\x29\x5c\x4a\x4f\x71\x98\ \xc8\x18\xba\x2e\x42\x54\x9f\x5f\x85\xde\xac\x22\x60\x1b\x46\xdc\ \xf0\xe9\xb3\x2b\xd7\x36\x36\x07\x06\xfb\x3c\x42\x80\x24\x49\xa2\ \xff\x2a\x17\x26\x32\xea\x7f\x04\x75\x5d\xb3\xff\x49\xbd\x47\xb0\ \x24\xa1\xf0\x58\xd4\xa3\x46\x4b\x24\x09\x40\x08\x90\xa4\x70\xe1\ \x3d\x21\x33\x28\x7c\x37\x04\x26\xb2\xcb\x2b\xbb\x00\x40\x80\x65\ \x98\x3d\x6b\xe9\x2e\x8f\x37\xfc\xe4\x2c\xd3\x94\x65\xd6\xd8\x2e\ \x4f\x9f\x3b\x37\xc3\x2d\xba\x17\xc5\xff\xa3\x9d\x0b\x54\xd8\xa3\ \x46\x8e\x34\x0c\xe3\xc8\x91\xa3\x37\xdf\x7c\xb3\xd7\xe7\x65\x8c\ \x62\x8e\x38\x17\x03\x3a\x4c\xd8\x51\x29\xf8\x59\xf5\xa0\xcf\xa4\ \x86\xae\x87\x02\xb8\xeb\x79\x01\x22\x12\x01\x21\x84\xe6\xf1\x6a\ \xe1\xa2\x29\x07\xe0\x1c\x21\x97\xd7\xd7\xd3\x2c\x25\x49\xea\x72\ \x1f\x32\xc6\x10\x76\xfb\x7c\x20\x06\x2e\x99\x76\xeb\x9e\x75\x07\ \x41\x83\x40\x80\x58\xd8\x92\xb9\x50\xf1\x8e\x86\x15\xb8\x3c\xef\ \xce\x89\xb9\xb7\x9d\xdb\xbd\x21\x10\xc2\xa6\x15\xec\xa1\x64\x49\ \x96\x5a\x5b\x5a\xe2\xe3\x13\x6c\x6a\x87\x65\xf7\x41\x08\x00\x4c\ \xf0\x19\xfb\x23\x50\xbf\x0c\x5b\xdd\x22\x7a\xd0\x57\x08\xb7\xe7\ \x5d\xef\x1b\xdc\x3f\x29\xd7\x19\x33\xb1\x7f\x7d\xa4\xfb\x22\x67\ \xb9\xf8\x19\x6f\xce\xac\x27\x43\xbe\x69\xd7\xdd\x4a\x29\xa7\x1c\ \xc2\x91\x57\x08\xce\x1c\x42\xce\x56\x28\xfa\xa4\x93\xce\xb6\xfd\ \xb4\x4f\xce\x80\x4f\xb8\x14\x3a\xeb\x19\x80\x10\x30\x26\xe5\x4f\ \xbd\x66\x04\x41\x8c\x71\x8c\xff\xa3\x05\x38\x7a\x6e\x91\x10\x30\ \x69\xe2\xa4\x71\x63\xc7\xca\x8a\xc2\x18\x47\x08\x63\x22\xb5\x34\ \x37\x69\x9a\xab\x6f\xe3\x54\x14\x25\x18\x0c\xda\xd4\x26\x98\x30\ \xc4\x81\x0b\x40\x00\x5c\x74\xbb\x26\xce\xba\x60\x89\xce\xd5\x7a\ \xcf\xf2\x8c\x10\x3a\xfb\xd3\x45\x67\x69\x84\xe1\xb2\xba\xc2\xfc\ \x10\x02\x10\x92\x24\x35\x37\x37\x6b\xdd\x1b\xbd\x2e\x80\x7f\x01\ \x21\x22\x61\xf2\x2f\x8c\x8a\x9e\x74\x9a\x8c\xa5\xa5\x65\x9c\x3a\ \x75\x82\xda\x96\x3f\x22\xaa\xdb\x2f\x32\x20\x2d\xce\x25\x3f\x70\ \x59\x80\x2e\x9d\x1f\x82\xfe\x6f\xdc\xf3\x2f\xe5\x3e\x74\x25\x84\ \x41\x80\x01\x51\x5b\x07\x04\x42\x88\x9a\xca\xca\xe6\xe6\xc6\xfc\ \x82\x91\x3d\x26\x03\x63\x2c\x32\x22\xb2\x51\xad\x3f\x7e\xf4\x50\ \x5a\x5a\x06\x91\xe4\x3e\xdd\x4f\x9c\xc7\x5b\xda\xa7\xce\xbd\x1f\ \x90\x40\x50\x5b\x55\xdd\xd8\x58\xdf\xb7\xce\xe7\xdf\xef\xf8\x19\ \x28\x49\x08\xe1\x8f\x88\xc8\xcb\xcb\xaf\x28\x2f\xad\xad\xad\xc1\ \x3d\x84\x77\x46\x3b\x75\xe0\xe0\xfc\xce\x21\xfa\x71\x64\x9f\xad\ \x07\xc2\xe3\xf6\x0e\x1b\x5e\xa0\x28\x4a\xdf\x00\x21\x01\x30\x64\ \x68\x4e\x75\x55\x65\x49\x71\x51\xef\x6e\xe0\x01\xbd\xf4\x42\xd5\ \x59\x08\xb7\xdb\x33\x6c\xf8\x08\x55\xd5\xbe\x78\x6a\x99\xf3\xb4\ \x1e\xc1\x18\x73\x7b\x3c\xf9\x05\xa3\xc2\x2b\x41\x4e\x8b\x74\x70\ \x91\xdb\x11\x42\x70\xc6\xd8\x80\xa8\xc1\xf0\x24\x3f\x35\x3d\x23\ \x3d\x33\x6b\x40\x02\xeb\x8b\xa9\xce\x97\x94\x1e\xb4\x10\x82\x52\ \xdb\x69\x71\x0e\x2e\x75\xb0\xff\x80\x64\xe2\x8e\xee\xab\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\ \xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\ \x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\xf8\xbf\xca\x0b\x98\xc8\xaa\ \x2a\x23\x84\x88\x24\xcb\xdd\x59\x31\x1c\x38\x70\xf0\x7f\x12\xe7\ \xd8\x37\x85\xb0\xe6\x76\xcb\xa8\x6b\x5f\xba\xa0\x76\x5b\x63\x75\ \x69\x2b\x4f\x4b\x8b\x29\xde\xb3\x71\x5f\x19\xcc\xba\x61\x56\x0c\ \xf9\x8f\xd7\x11\x76\xe0\xe0\x3f\x87\x17\x10\x26\x3c\xd4\xb8\xee\ \x8d\x0f\x4a\x3a\x6d\x46\x29\xb5\x59\xda\xa8\xc9\xb1\x95\xef\xff\ \xe1\xad\x86\x9f\xff\xe5\x87\x45\x3b\xde\x7f\xfb\x60\xcc\xe4\x1b\ \xe7\xc4\x02\xc3\x92\xac\x48\x04\x04\xb7\x6d\x9b\x71\x41\x24\xb9\ \x4b\x9b\x90\x33\xdb\xb6\x99\x00\x12\x3e\x01\x80\x51\xdb\xa6\x14\ \x61\x49\x96\x25\x8c\x90\x10\x9c\x71\x41\x08\x41\x82\xdb\x96\xc5\ \x04\x00\xc2\xb2\x2c\x13\x8c\xba\xbf\xea\xc0\x81\x83\x8b\x8a\x17\ \x10\x16\x66\xdb\x96\x55\xaf\xed\x64\xc9\x43\x53\x22\xa8\x6e\xd9\ \xf1\x79\x43\x06\x0f\x9f\x30\xb1\x2d\xce\xa3\x15\x63\x49\x51\x64\ \x04\x40\x24\xc9\x68\xab\x3b\x5d\xd5\x28\xb4\x88\xb4\x8c\x54\x0f\ \x66\xed\x8d\xd5\xf5\xcd\xed\x36\x13\x9a\x2f\x26\x3d\x2d\x9e\x70\ \xd6\xd9\x58\x59\xd3\xd8\xce\x40\x8a\x4e\x48\x4d\x8e\x71\x9b\xc1\ \xb6\xaa\xd2\xc6\xa0\x61\x4b\xae\x88\x68\x1f\x69\x6d\x6a\x61\x6a\ \x44\x7a\x5a\x8a\x46\x04\x01\x56\x57\x56\xd2\xd0\x61\x45\x25\xa4\ \xa6\xc4\xf9\x19\xa5\xce\xb3\x71\xe0\xe0\xa2\x9b\x47\x48\x8a\x34\ \x68\xfc\x57\xfe\xf1\x83\x39\x12\xb3\x11\x86\x3d\xaf\xfd\xe4\xa3\ \x5d\xc6\x0d\x77\xce\x0e\x2b\x32\x12\x49\x0e\xd4\xec\x7a\xea\x6f\ \xcf\xed\x2e\x6d\x15\x44\x9d\x78\xed\x7d\x8f\x2e\x98\xbc\xfd\xe5\ \x3f\x3c\xfd\x51\x31\x17\x42\x8a\xcc\xb8\xf3\x1b\x3f\xfc\xca\x55\ \x69\xbb\xde\x7a\xf9\x2f\xaf\x1f\x01\x44\x23\xb2\x27\x7e\xef\xc7\ \x3f\x8c\x3e\xb1\xfa\xa7\x7f\x5a\xd9\x12\xe2\xb2\x2f\x3e\x23\x5e\ \xad\x2e\x2d\x0b\x4a\xf1\x37\x3e\xf0\x9d\xaf\xdd\x30\xf2\xe0\xea\ \x57\x9e\x59\xf6\x61\x63\x80\x7a\x12\x87\xdd\xff\xc8\xc3\x57\x0c\ \x8b\xb1\x2d\xe6\x3c\x1e\x07\x0e\x2e\x08\xce\xe9\x77\x94\x15\x77\ \xd5\xc7\xcf\xce\xbf\xe5\xa6\x6b\x6f\x7d\x70\xd1\x86\x4a\x97\x5b\ \xc6\xbd\xda\xaa\x88\x20\x7b\xef\xaa\x57\x36\x94\xca\x37\x3f\xf0\ \x8d\xeb\x0b\x22\x37\xad\x5e\xb1\xb7\x2c\x44\xdb\x9b\x5c\x05\x37\ \xff\xe3\x1f\xbf\x1d\x17\xdd\xbc\x69\xcd\xa6\x46\xe6\xca\x9f\x78\ \xc3\x37\xbe\x7e\xdf\x8d\x57\x8e\xe9\x2c\xda\xb5\xe5\x48\x23\xb7\ \x5a\x5b\x44\xea\xb7\xff\xe7\x77\xf7\x4c\xf6\x97\x35\x78\xfe\xeb\ \xc9\x27\xaf\xcf\xe4\x9b\x77\xec\x2c\x2e\x3e\xb5\x62\xc9\x2a\x3e\ \xe4\xaa\x6f\x3d\x3c\xdf\x5f\xb7\x6f\xf9\xda\x8f\x3b\xb8\x42\x1c\ \xdf\xa6\x03\x07\x17\x97\xbd\x00\xc0\x98\xed\xcf\xb8\xfc\xd6\x69\ \x43\x19\xc7\xf9\xd9\x7e\x7b\x7f\x97\xa0\x95\x10\x02\x88\x24\x61\ \xbb\xb6\xb2\x5d\xc6\xe4\xe8\xce\xed\x1e\x39\x7e\xc2\xb8\x04\x0f\ \xb7\x1b\x31\xc2\xd8\x9d\x98\x91\x9d\x16\x1f\x5b\x16\xd0\x03\x6d\ \x65\xab\x9e\x7c\x62\xaf\x9d\x30\x22\x51\x22\xb2\xc2\x0c\x1b\x69\ \x18\x23\x39\x2a\x21\x25\x2a\x2d\x4d\xc5\xb5\x9e\xc4\xac\x21\x49\ \x11\x1f\x35\xd3\xd6\xe6\xba\xc6\x00\xb1\x9b\x8b\xb6\xee\x8a\x48\ \x1e\x39\xc6\x97\x11\xcd\x29\x77\x24\x1f\x1d\x38\xb8\xf8\x78\x81\ \x5a\xbe\x8c\x31\xb7\xdc\x36\x5b\xe2\x54\x08\xb6\x67\x17\x17\x42\ \x00\xc2\x32\x96\x3a\x9b\x2b\x4e\x96\x75\xa4\x0e\x4d\xa2\xc7\xea\ \x07\x8f\x9d\x36\x32\x41\xb5\xc1\x3b\x2c\xc3\x5d\x68\x33\x41\x38\ \xa5\x94\x73\x01\x98\x18\x6d\x65\xfb\x8e\xd5\x67\xdf\x75\xc7\x35\ \x83\xf4\x93\x87\x8e\xd1\xae\x7c\x9f\x9c\x31\x0a\x1c\x84\xe0\x94\ \x52\x2e\x38\x17\xe0\x8f\x4a\x4a\x89\x86\x22\x25\xe5\x8a\xd9\x97\ \x23\xc3\x8a\x4e\xc9\xf1\x4b\x36\x73\x3c\x0c\x0e\x1c\x5c\x6c\xf3\ \x08\x4c\x24\xc4\xac\x60\xc8\x08\x04\x82\x16\xe5\x08\x63\x8c\xc1\ \x46\xde\xb1\x93\xaf\x48\x43\xb5\xeb\x37\xee\x2f\xb8\xf5\xa1\xbb\ \xa6\xc4\x7e\xf0\xe2\x1f\x1f\xfb\xd9\xaf\x97\x6f\x3c\x64\x11\x59\ \x22\x84\x10\x04\x00\x08\x13\x24\xb8\x3b\x7e\xe4\x2d\xf3\xc6\x1e\ \x5f\xfd\xe2\xcf\x9f\x58\xd6\xa6\x26\xa5\xc4\x68\x42\xe0\xf0\x19\ \x08\x21\x42\x08\x00\x20\x44\x10\xe7\xee\xf8\x9c\xaf\x3c\x7c\x5f\ \x52\xdb\xee\xdf\xfd\xec\x27\xbf\xfa\xdb\x4b\x87\xab\x3a\x25\x09\ \x3b\xe6\x82\x03\x07\x17\x0a\xe7\xc8\x43\x27\x58\x28\x10\xe0\x92\ \xdb\xeb\x52\x00\x04\x20\x60\x66\x28\x60\x08\x8f\xd7\xa3\xc9\x28\ \xd8\xd9\xc9\xb0\xea\xf3\xba\x81\xea\xed\x1d\x21\x06\x48\x56\x35\ \x97\x2a\x5b\xc1\x4e\x13\x14\x9f\x47\x31\x43\x41\x5b\x10\xaf\xcf\ \x2b\x71\xb3\xbd\x23\x68\x33\x21\x29\xaa\xcb\xe5\xc2\x4c\xef\xd4\ \x99\xc7\xeb\x01\x6a\x84\x0c\xee\xf1\x79\xb8\x1e\xd0\x39\xf1\x78\ \x3d\x2e\x19\x87\x3a\x3b\x82\xa6\x8d\x89\xa4\xb9\x5c\x32\x71\x02\ \x31\x1d\x38\xf8\x72\xf0\xe5\xe5\xa1\x43\x92\x37\x32\x06\x09\xc6\ \xc2\x19\xf8\x04\x48\x9a\x37\xc6\x85\x18\x63\x94\x81\xdb\x17\x21\ \x04\x67\xd4\x46\x58\x89\x88\x52\x11\x02\xc1\x05\xe3\xdc\xe5\x8f\ \x74\x83\x60\x8c\xbb\xbd\x11\x08\x09\xc6\x18\x47\x4a\x44\x94\x1a\ \xd6\xd3\xe6\x9c\x09\xe2\x89\xd1\x10\xe3\x0c\x24\x4f\x94\x0b\x71\ \xc6\xc0\x1b\xa1\x21\xc1\x19\xb7\x6c\xa1\x78\x7c\xaa\x17\x81\x10\ \x9c\x33\xe1\x04\x30\x38\x70\x70\xf1\xf9\x17\x04\xef\x3f\xbf\x17\ \x9c\xd3\x1e\x5b\xa2\x9b\x5d\x44\x7f\xa9\xfa\x9e\xc4\x78\x3d\x87\ \xc3\xf9\x23\xfb\x9e\x42\x59\xf7\xe5\x07\x7c\x07\x04\x67\xce\xc2\ \xa4\x03\x07\x17\xb7\x7f\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xe0\ \x3f\xa0\xc3\x63\x2c\xcb\xf2\xbf\xcc\x57\x2c\x9d\xe7\x3a\x39\x0f\ \xc6\xc1\xa5\x00\x04\x20\x06\x24\xa1\xeb\xfd\x1b\x3a\x5b\x36\xf4\ \x8b\xbb\xce\x61\x10\x49\x2a\x2f\x2f\xad\x2c\x2f\x4f\x49\x4d\xf5\ \xfb\x23\x2e\x3c\x2f\x20\x84\x38\xe7\x1d\x1d\x1d\xce\xc6\x07\x07\ \x97\x02\x84\x2c\x2b\x6e\x8f\x07\x21\x34\x20\x41\x33\xc2\xd8\x34\ \x0c\x5d\x0f\x5d\x6c\x59\x56\x05\x08\x45\x96\xdd\x1e\xef\x99\x75\ \xee\x01\xa3\x34\x25\x25\x35\x29\x29\xc5\x34\x4d\x3d\x14\x24\x12\ \xb9\x90\xbc\x80\x10\x62\x8c\x35\x35\x35\xb8\x5c\x1e\xb7\xc7\xe3\ \x34\x3a\x07\x17\x3f\x82\x81\x40\x48\x0f\xc6\xc6\xc6\xf7\x37\x78\ \x51\x7b\x7b\xbb\x69\xe8\x7e\x7f\x04\xba\xc8\x8c\x5f\x21\x40\xd7\ \x83\x8d\x8d\x0d\x71\x71\xf1\x9f\x60\x2f\x54\x94\x97\x56\x94\x97\ \x27\xa7\xa4\x46\x44\x7c\xe9\xf6\x82\x10\x48\x55\xb1\xa2\xc2\xb9\ \x96\x13\x11\x12\xd4\xe6\xba\x0e\x5d\xe6\x16\x6a\x6b\x6d\xf1\x7a\ \x7d\x09\x89\xc9\x4e\x83\x73\x70\x49\x20\x3a\x26\xb6\xaa\xa2\xbc\ \xa3\xbd\x3d\x32\x2a\x2a\x6c\x9c\x23\x84\x4c\xd3\x0c\x05\x3b\xd3\ \x33\xb3\x15\x45\xbd\x28\x6b\x1d\x5b\x5d\x55\xd1\xde\xd6\x1a\x15\ \x1d\x73\xd6\x09\x05\xa3\x34\x39\x25\x2d\x29\x39\xd5\x34\x8c\xd0\ \x97\x6e\x2f\x60\x97\xbb\x75\xed\xfb\xed\x1f\x6d\x20\x9a\xeb\xac\ \x27\x70\xd3\x70\x0f\x1f\x11\x37\x7f\x21\x37\x0c\x00\x40\x08\x74\ \x5d\x4f\x4a\x49\x13\x02\xc2\xb9\xc2\x3f\xc1\xd4\xf9\xa2\xfe\x0b\ \xc1\xf9\xbf\xdb\xc0\x43\x18\xa3\x2f\xad\x1c\x8c\x31\x9c\x8f\x4a\ \x3b\xf8\xe4\x91\x4e\x84\x5d\x06\xe1\x7f\x85\x10\x18\xe3\xc8\xa8\ \xa8\xda\x9a\xea\xa8\xe8\xe8\x1e\xb3\xd7\x34\x4c\x45\x75\x29\x8a\ \xda\xd3\x7a\x45\x77\x9b\x3e\xff\x1e\x87\xb3\xd7\x39\x32\xaa\xa6\ \xaa\x32\x3a\x26\xf6\x93\xfd\x0b\xff\x16\x7b\x01\xc9\xb2\x59\x5e\ \xda\xf1\xe1\x06\xe2\xf3\x9f\x9d\x17\x42\x01\xc0\x18\x49\x32\x80\ \xd1\x33\xf9\x41\x08\x84\xe0\x7d\xbb\x15\x42\x48\x08\x20\x18\xb1\ \x2f\x23\x90\x89\x60\x68\x6f\x69\xe4\x72\x64\x84\x47\x02\x40\x18\ \xe1\xf0\x76\x0c\xce\x07\x5e\x5b\x92\x24\x00\x41\x29\x3b\xf3\xae\ \x21\x00\x46\xa9\xf8\xa4\x39\x11\x66\x7a\x73\x45\x43\x30\x31\x35\ \xd5\x8d\x7b\xbb\x33\xc6\x18\x23\x0c\x48\x08\x2e\xf8\xa7\xee\xe5\ \x18\x8b\xf6\xa6\x26\xa1\xfa\x23\x3c\x0a\xfb\x44\x8f\x91\x83\x7f\ \xd3\x0c\xf7\xcc\xce\xd6\xf3\x2f\xc0\xc0\xd1\x6b\x00\x1d\xf4\xed\ \x9c\xfd\xbf\x08\x00\x80\x00\x61\x82\x05\x67\x9f\x9b\xf3\x11\xc2\ \x84\x20\x46\xfb\xc9\x14\x7d\x42\x9d\x85\x10\x80\x10\x3f\x77\x5f\ \x62\x94\x26\x27\xa5\x24\x24\x24\xd9\x96\xa5\xeb\xa1\x4f\xb0\x17\ \xf0\xe7\x63\x2a\x24\xcb\xd8\xe3\xc1\x6e\xf7\x39\x5e\x1e\xac\xf6\ \x9b\x65\x08\xd6\x5d\x5b\x21\xcc\x40\x47\xc8\xe4\x04\x23\x21\x84\ \x60\x56\x47\x7b\x27\x65\x5f\x74\xf3\x24\x26\x12\x6b\x2d\x7c\xe1\ \x1f\x8b\x4e\xb6\x50\x8c\x09\x50\xbd\xa1\xae\xba\xa6\xbe\x49\x67\ \x98\x48\x7d\x77\x6c\x23\x89\xf0\xed\xaf\x3f\xfb\xfa\xc6\xe3\x5d\ \x7b\x39\x7a\xc8\x82\x90\xd2\x9d\x6f\xfc\x7d\xc9\x46\x1d\x91\x4f\ \xd8\x9b\x81\x09\x0e\x54\xee\x7e\xe6\x95\x55\x8d\xac\x77\x75\x85\ \x48\x12\xe6\x66\x53\x7d\x4d\x75\x4d\x7d\x5b\x40\xe7\xf0\x29\xc7\ \x0e\x84\xb1\x54\xb3\x6f\xf5\xd3\x4b\x37\xea\x18\x3b\x1b\x42\x2e\ \x88\x99\xd0\x03\x84\x10\xc6\xb8\xdf\x21\x21\x38\xef\xf7\x30\x05\ \x08\xc1\xf9\x80\x2f\x72\xce\x39\xe7\x5d\xdd\xb2\x97\x14\x40\x70\ \xbb\xa3\xbd\xd3\xfa\xbc\x6d\x1b\x61\x4c\x03\x8d\x27\x4e\x96\x19\ \xbc\x1f\x15\x9c\xab\xe8\xae\xd2\x05\x70\xce\xe1\x13\xca\x0c\x47\ \x14\xff\xab\x41\xe8\x3c\xad\x47\x70\x21\x40\x08\x10\x80\x09\xde\ \xf5\xfc\xff\xbe\x52\x97\xf9\xf3\x9f\x3e\x94\xe6\x21\x7a\xed\x81\ \xdf\xfe\xee\xbd\x9b\xff\xdf\x63\x63\xd3\x94\x9e\x93\xa9\x6d\x23\ \x72\x96\x1d\x12\x82\x51\xca\x05\x21\x72\x4f\x87\x64\xd4\xe6\x02\ \x10\x20\x8c\xc4\xde\xb5\xef\x34\xf9\xf2\x46\x64\x78\x5a\x4b\x76\ \x2e\x7a\xe9\x8d\xca\x10\x10\x4e\x89\x3f\xe3\xf6\xfb\x1f\x18\x93\ \xe6\x61\x02\xf7\x5c\x30\x3a\x35\x8b\xfb\x7d\x5c\x00\x96\xfa\x08\ \xd8\x0a\xee\x8a\x4a\x19\x94\xee\xc6\x02\xb0\x24\x61\xe8\x53\x04\ \x60\xb9\x0f\xb3\x32\x6a\x86\x0c\x8b\x0b\xe8\xfa\x45\x92\xac\x57\ \x1f\x5a\xf4\xe2\xab\x85\xcd\x4c\x91\x84\x27\x65\xc4\x7d\x5f\x5b\ \x98\xe1\xe9\xbe\x30\x67\x94\x09\x49\xee\xba\xcf\x9c\xda\x1c\xb0\ \xd4\xe7\x6a\x43\xc7\x8d\x67\x1b\x5e\xde\x7c\x72\xf2\x35\x39\x3e\ \x46\xb9\x43\x0e\x17\x80\x1d\x00\x24\x49\x6a\x6b\x6b\xab\xae\xae\ \x1e\x3e\x7c\x38\x67\xac\xef\x08\x8c\xfa\x9f\x1a\xb6\x79\xfb\x79\ \xd6\xc2\x6d\x7b\x40\xef\x23\xb2\xdd\x74\xf0\xd7\x8f\xbf\x7b\xd3\ \x0f\x7e\x3c\x29\x5d\xe9\xd3\x13\x28\x65\x70\xce\xf6\xc0\x99\xcd\ \x84\xdc\xfd\xd7\xc6\xd3\xdb\x9e\x7d\xb3\xe9\x27\xbf\xfa\x9a\x07\ \x03\xb5\x6d\xd1\xbf\xbb\xf7\x9a\x2a\xe1\xe3\xfd\xac\x86\x2f\x7a\ \x4f\xce\x0b\x2f\x20\x14\x36\xad\xbb\x8c\x33\x49\x6a\x39\xf6\xf1\ \x3f\x5f\x4e\xfb\x7f\x0f\x5f\x2f\x03\x63\x94\x61\x59\x0a\x14\xed\ \x78\x79\xc5\xda\x5a\x1d\xe7\x4d\x99\x77\xc7\xac\xcb\x9a\x4e\x6c\ \x58\xf2\xd6\xf6\x4e\x9b\x7b\x13\x07\x67\x47\xd0\x53\xa7\x8b\x58\ \x44\xee\x9d\x77\xdd\x32\x28\xce\x15\xac\x3e\xbc\x7c\xe5\xfb\xa5\ \x4d\xd6\xe0\x09\x73\x6e\x9d\x33\x5e\x03\x8b\x23\x09\x8c\x8a\x6d\ \xc7\x1a\xc7\xcc\x7f\xd8\xd3\x59\xf2\xf7\x3f\x3d\x8f\x2f\x5f\xf0\ \xe3\xeb\xc7\xbb\x58\x60\xeb\xb2\x27\x5f\x78\xf2\xf9\xc4\x5f\x7f\ \xd7\x53\xbd\x75\xf1\xb2\x8d\xf5\x41\x3c\xfa\xea\xeb\x33\x82\xad\ \xad\xc2\x24\x18\x6a\x8f\x6e\x5a\xbe\x7a\x4b\x73\x88\xb9\x93\x86\ \xcd\x5f\x70\xbb\x62\x76\xd4\xb4\x08\x49\x04\x3e\x5c\xb9\xe4\xe3\ \x23\x75\x4c\x90\xac\x71\x73\x6e\xbf\x66\xbc\xab\xa3\x78\xf9\xf2\ \x95\x47\x2a\x83\xd1\x83\xc6\x2d\xb8\x7b\x1e\x46\x98\x60\x04\xa2\ \x4b\x8b\x02\x9b\xd5\x2f\x3d\xf5\xcf\x8a\xc4\xd9\x3f\x7a\xe4\x0a\ \x1f\xb1\xda\xda\x42\xd1\xaa\xb9\x7f\xd5\xab\xef\xee\x2f\x01\x5f\ \xca\xb5\xb7\xcd\x1f\x9d\xa6\xec\x5b\xbb\xec\x83\xed\xa7\xc0\x9f\ \x76\xd3\xc2\x05\xc3\x62\x61\xef\x9a\x15\x6b\x76\x17\x81\x2f\xe3\ \xfa\xdb\x6f\x1b\x99\x9a\x3f\x3d\xd7\xb7\x79\xcb\xa1\xd9\xb9\xd3\ \x91\x70\x84\x2d\x2f\xc0\x64\x02\x63\xd4\xd4\xd4\xb4\x64\xc9\x92\ \xc2\xc2\xc2\x3b\x6e\xbf\x7d\xca\xd4\xa9\xa2\x9b\x04\x06\x8c\xab\ \xa2\xdb\x13\xd4\x3b\x8f\xe8\xee\x8b\x67\xb5\x44\x18\xe3\x44\xc6\ \x8d\xa7\x3e\x5e\xb2\xe2\xc3\x36\x9b\x2b\x91\x59\x37\xdd\x75\x67\ \x5e\x2c\xdb\xbb\xe6\xb5\x0f\x76\x15\x09\x5f\xd6\xed\x0b\x6e\xcf\ \x89\x43\x7b\x56\xaf\x58\xbb\xa7\x10\x45\x65\xdd\x70\xc7\x5d\xf9\ \x31\xa1\x8d\xaf\xbd\xb6\xe5\x78\xbd\x3b\xf5\xb2\x99\xc3\x15\x5a\ \xb1\xfd\x4f\xbf\xa8\x4d\x2e\xb8\xf2\xde\xeb\xa7\x78\x30\x1b\x30\ \x43\x0d\x97\x1b\xde\x7f\x24\x84\x08\xff\x8f\xf3\x2f\x61\x74\x39\ \x1f\x6b\x2d\x08\xba\x59\x16\x04\x00\x37\xa8\x32\xf5\xa6\x7b\x06\ \x07\xb7\x3e\xb7\xea\xa0\x50\x35\x8c\x81\x33\xe6\x8a\x1f\x34\xe7\ \xf6\x7b\x16\x5c\x37\x6a\xef\xea\xa5\xbb\xea\xec\xa6\xd3\xdb\x8b\ \xac\xb8\xdb\xee\xbc\x49\x2d\xff\xe8\xfd\xa3\xec\xfa\x5b\x6f\x8b\ \x6b\xda\xf6\xea\xda\xfd\xcc\x68\x58\xfa\xcf\x97\x43\xa9\x53\xee\ \xbb\x6b\x46\xc9\xda\x57\x56\xef\xad\x24\xb2\x84\x08\x32\xeb\x4b\ \x9b\x0c\x57\x5e\x86\xbf\xee\xd8\x86\x63\xea\xa0\xdb\x6e\xbd\x22\ \xd6\xa7\xba\x22\xe3\x67\xdf\x73\x57\x84\x7e\x6a\xfb\xc9\x8e\x96\ \xe2\x1d\x87\x5a\xdd\xd7\xdf\x79\xfb\xa4\x9c\xc4\x9a\xe3\x7b\x4f\ \xd6\x74\xe8\x4d\x87\x9e\xfc\xc7\x72\xd7\xb0\xab\xef\xba\xe9\xf2\ \xda\x83\xbb\x8a\x9b\xed\x40\xc3\xe9\x3d\x27\xaa\x18\x6d\xd9\xb9\ \x73\x6f\xdc\x84\x6b\x6e\x9b\x3b\xea\xf0\xaa\x57\x36\x1c\x6e\xc0\ \xfe\x84\x09\xb3\x6e\xb9\xff\xde\x9b\xf8\xf1\x0f\x96\x6f\x2a\x93\ \x55\x0c\x3d\x1c\x27\x93\xd6\x13\x3b\x8e\xb5\xa8\x77\x7f\x65\x5e\ \x52\xb4\xdb\xe5\x8d\x4c\x49\x4f\x51\x01\xa7\x5f\x36\x6d\xe1\x03\ \xf7\x8f\x8b\x6a\x58\xb2\x6a\x53\x43\xd9\x91\x57\x5f\xdd\x3a\xf2\ \xba\x7b\xee\x9a\x37\x3d\xc9\x2f\x97\x6c\x7e\x6d\xe9\xc7\x4d\xf3\ \xe6\x7f\xe5\xf2\xe8\xda\x17\x5e\x78\xab\x8d\xa1\xec\xdc\xa4\xf6\ \xda\x93\x2d\x1c\x30\xea\x32\xab\x9c\xd7\xf9\x7d\x41\x45\x45\x45\ \x64\x64\xc4\xe4\xc9\x93\xeb\x1b\x1a\x3a\x3a\x3a\x10\x02\x11\xfe\ \x6f\x40\x87\xef\xa6\x00\x11\x36\x1d\xba\x3e\x9f\xf3\x85\x10\x92\ \x24\xa8\x3c\xba\xf3\xb8\x9d\x74\xdb\x5d\xb7\xa5\xe9\x07\x16\x2f\ \x5f\xdf\x58\x7b\xe4\xc5\xd7\xf7\x8c\xba\xfe\x9e\x05\x37\x4c\x4b\ \x88\x90\x0b\x37\xbe\xfa\xda\xce\xe6\xeb\x16\xdc\x3f\xd6\x5f\xfd\ \xfc\x2b\x6f\xb7\xb6\xb7\xec\xdc\x72\x30\x73\xf2\xb5\x37\x5e\x3d\ \xd1\x8f\x6d\x12\x9f\x7b\xe3\xfc\x7b\x6f\x9a\x92\xaf\x00\xe5\x9c\ \x9f\xb5\xf2\x7d\xde\xc0\x59\xea\x7c\xf1\xda\x0b\x00\xbc\x0b\x0c\ \x13\xe0\xcc\xa6\x5a\xca\x5d\xf7\xdd\xf5\xf8\xe3\x4b\x57\x6b\x33\ \x64\x45\x06\x41\x5b\xea\x0a\x37\xbc\xbf\xbd\x4d\x0f\xb5\x06\x8c\ \x96\x96\x90\x1f\xc9\xd1\x89\xa9\x39\xb9\x23\xf9\xa8\xbc\xfa\xaa\ \xa4\xfc\x61\x23\xc5\xe5\x39\xff\x2c\x6e\x6c\xaa\xc4\xc5\xa7\x2b\ \xb0\xb4\xfd\x8d\x12\xd6\xa1\x1b\xed\xad\x0d\xb6\x48\x11\x42\x84\ \x3a\x82\x1c\xdc\x1a\x86\x50\xb0\x5d\xf2\x79\x65\x04\xd4\x34\x6d\ \x21\xbb\x64\xb7\x5b\x56\x02\xed\x41\x26\x48\x6c\x52\x6a\x7e\x7e\ \x8e\x07\x74\x82\x25\x97\x0c\xe5\x47\xb7\xb7\x26\x4f\xfa\x7f\xd7\ \x4f\x8a\x0c\x15\xc5\xfb\x3f\xe2\x9c\x02\x96\x54\x19\x33\xc6\x88\ \xe2\xcf\x1c\x92\x53\x30\xa4\x60\xca\x47\x1b\xaa\x6b\x6b\x8d\xec\ \xc8\x3d\x9b\xde\x2b\x6a\x31\xea\x9a\xf5\xe4\xe6\x56\x7b\x30\x02\ \x21\x38\x13\x8c\x31\x8e\x21\xd4\x11\x54\xb0\xdb\x2b\x73\xdb\x30\ \xa9\x00\x40\x58\x12\xa1\xd3\x47\x77\x6c\x3b\x5a\x13\x6c\x69\x68\ \x57\xda\x98\x67\xcc\xb0\xc1\xbe\xed\xeb\xd6\xfb\xae\x9d\x9b\xa1\ \xda\x1f\xee\x3d\xd5\xdc\xc4\x37\xbe\xf3\x86\xd9\xde\x6a\x75\x7a\ \xda\x0d\xa1\x79\xbc\xd4\xae\x0b\x18\x3c\x9a\x30\xe6\x38\x1f\xcf\ \x3b\x18\x83\x51\xa3\x46\x8e\x19\x33\x26\xfc\xd1\x34\x0d\x4a\xa9\ \x8c\x10\xe7\x4c\xf4\x9d\xab\x23\x24\x44\xd7\x56\x41\x21\x98\xe8\ \xee\x81\x02\x40\x08\x8e\x60\xc0\x84\x03\x33\xc6\x45\xd7\xfe\x43\ \x14\x9d\x9c\x99\x97\x33\x3c\x6e\xce\xf8\x3d\xef\x94\x85\xb4\xcb\ \x46\x0f\x91\xb7\xad\xdf\xe0\x9b\x73\x6d\xa6\xaa\x6f\x38\x7e\xac\ \xbe\x49\xde\xf0\xf6\x1b\x66\x7b\x6b\x80\x77\xb6\x77\xe8\xb2\x3b\ \x7a\x70\xce\xb0\xa1\x59\xfe\xaa\x06\x86\x54\x7f\x4a\x5a\x46\xb2\ \x62\x99\xf4\x8c\x88\xc0\xf0\x5a\x44\x8f\x93\x13\x80\x73\xc4\x3f\ \x85\xef\xe0\x22\xe2\x05\xc1\x05\x08\xce\x19\xe2\x04\xb8\x00\x6a\ \x84\xa4\xd8\xc9\x0b\x6f\x39\xf6\xfb\xe7\x97\xb5\xcb\x43\xe5\x40\ \xc5\xb2\x17\x5f\xa2\x13\xee\xbf\x77\x9c\xfb\x85\x27\x16\x53\xcb\ \x16\x42\x70\x66\x9b\xe1\x27\x60\x85\x6c\xe0\x94\x61\x60\x8c\x0b\ \x2e\xe4\xe8\xa9\xd7\xde\x3a\x3a\x5e\x16\x48\xd2\x5c\x2e\x2b\x14\ \x42\xb2\x46\x14\x09\x84\xae\x9b\x56\x52\x72\x2e\xa9\x58\x7f\xaa\ \xb2\x3d\x65\x90\x17\x03\x69\x3e\x72\xa0\x36\xc0\xa6\x66\x44\xd0\ \xa3\x94\x33\x6a\x5a\xcc\x05\x36\x0f\xbb\x6c\x04\x50\x9b\xda\x36\ \x00\x0f\x6f\xfc\xe4\x9c\x09\x00\xc1\x19\x07\xe0\xd4\x32\x81\x72\ \x21\x13\x05\x42\x1f\xaf\x5a\xf1\x71\xe3\xd0\xef\xde\x37\x6b\xff\ \xcb\x7f\x29\xa2\x26\xb3\x29\x07\x40\x20\x38\x63\x94\xdb\xfe\xd4\ \x14\x66\x6e\x3f\x74\xaa\x39\x7b\x64\x24\x58\x1c\x2b\x6a\xfd\xb6\ \xd7\x5f\x79\xef\xc4\x82\xef\x7d\xcb\x5b\xf4\xc1\x73\x9b\x83\xb6\ \x27\xfd\x81\xc7\x7e\x7c\x68\xeb\xba\x25\x4f\xfd\xbe\xf4\xee\x47\ \x63\x24\x1c\x3f\x78\xdc\x9d\xf7\x4c\x16\x36\x93\x65\xd5\x2b\xd1\ \xc6\x40\x00\x63\x22\x21\x4e\x99\xb3\x28\x71\x61\xa6\x12\x86\x61\ \xf4\xf6\xb5\x9e\x99\xaf\x80\x01\xbe\x7d\x01\x10\x6e\x3c\x8c\x71\ \x21\x7a\x87\x66\x21\x04\xea\x32\xe7\x7b\x2d\x71\xce\x79\xd7\x2e\ \x61\x2e\x38\xb3\x4d\x0e\x16\x23\x40\x6d\xe6\x4a\x7d\xf0\xbf\x7e\ \x7a\x68\xcb\xda\x97\x9e\x7e\xbc\x72\xc1\x37\x3c\x44\x8a\xcb\xb9\ \x7c\xfe\xfc\xf1\x82\x32\xc5\xe3\x77\x07\x4e\x5b\x8c\xdb\x96\x29\ \x80\x31\xce\x29\xa5\x42\x00\x00\x3f\x63\xb7\x71\x2f\x11\xf5\xf0\ \x03\x42\x42\x70\x21\xc4\x27\xfa\x1d\x2f\x3a\x7b\x41\x70\xc1\x11\ \xe6\xc2\x32\x74\xc3\xb4\x4c\x6a\xa6\x8c\xb9\xe6\xfa\xfd\x3b\xfe\ \x77\x63\x2b\x13\xd8\xed\x91\x2b\xea\x2a\x8a\x4b\x5c\x2d\x01\x93\ \x0b\x66\x1b\x21\x5d\x37\x19\x80\x65\xe8\xba\x61\x31\xc1\x6c\x53\ \x0f\x76\x06\xd5\xe4\xa1\x23\x73\x3c\xeb\x57\xad\x16\xe3\xb3\x18\ \x76\x0f\xbf\x6c\x6c\x22\xa1\x94\x5b\x4a\x74\xa2\x47\x0a\x9e\xae\ \x6a\x1b\x36\x74\xd2\xcd\xe3\xf7\xaf\xf8\xeb\x1f\x2a\xa7\x8d\xf5\ \xb3\xa6\x5d\x9b\x77\x64\x4c\x99\x3f\x21\x59\x39\xba\x5b\x0f\xea\ \x06\x65\x8c\x01\xb3\x74\x3d\x10\xb4\x52\x27\x4d\x48\x5e\xfe\xcc\ \xa2\x57\x22\x86\xfb\x1a\x4b\xda\xcc\xf1\x82\xdb\x96\x11\xd2\x4d\ \x46\x6d\x3d\x14\x32\x2d\x0a\x14\x1b\x7a\x48\xb7\xb8\xea\xf6\xd2\ \x40\x63\x49\x51\x71\x6d\x4b\xc0\x8e\xe3\xb2\xe6\xe7\xd5\xc5\x07\ \x8e\x95\xa7\x16\xc4\xda\x34\xa4\x26\x8d\x9e\x37\x79\xd7\xd2\xa7\ \x7f\xdf\x3c\x6d\x62\x82\x8b\x76\x50\xcf\xd0\x78\x8f\x1b\x9b\x95\ \xc5\xc5\x9e\x9a\x46\x4b\x78\xf5\x86\xd2\x4d\xc7\x8e\x90\xa8\xc8\ \x68\x1f\xd4\x37\xd8\x57\x4f\x1d\xbd\xee\xf9\x8f\xdf\xfd\x50\x4e\ \x77\x71\x6f\x46\xfe\xb8\x98\xc8\x9a\xe2\x3a\x77\x64\x41\x04\xb2\ \xc2\x99\x34\x1c\x9c\x7f\xc8\xb2\x2c\xcb\x72\xb7\xbd\x60\x0a\xce\ \x39\x26\xe1\x35\x67\xd4\xb7\xfb\xf5\xac\x01\x30\x1e\xee\x82\xbd\ \xee\x49\x34\xd0\x5e\xa0\xb6\x15\x0a\xe9\x36\x65\xc2\x34\x42\x86\ \xc9\x18\xd8\x96\x6e\x9a\x76\xb0\xb9\x6c\xfd\x81\x23\xae\xa8\xc8\ \x38\xaf\x55\xdb\x2e\x6e\x1f\x3b\x61\xd3\xcb\x1b\xdf\xdb\x2c\x92\ \x35\x14\x93\x3d\x62\x44\xb4\xd0\x83\x21\xdb\xa6\xb6\x4d\x3d\x51\ \x09\xbe\xd6\xf5\xab\xde\x58\x91\x9d\x92\x39\xf6\xb2\x1c\xb7\x7c\ \xb6\x29\x42\x57\x0c\x03\x20\x40\x1c\x61\x21\x98\xe0\x5f\x82\xdf\ \x91\x3c\xf6\xd8\x8f\x3e\xb3\x4f\x42\x51\x03\xfb\xf7\x84\x8e\x1c\ \xc4\xe7\x88\xfa\x12\xb6\xad\x66\x64\x45\x5c\x31\x53\xd8\x16\x00\ \x60\x8c\x1b\xea\xeb\x62\xe3\x12\x04\x02\xc1\x05\xb5\x69\x44\x72\ \x66\x5a\xbc\xdb\x66\x24\x39\x6b\x50\x94\xe6\xcd\x1c\x36\xbc\x20\ \x37\xad\xb5\xf4\x44\x61\x45\x4b\x62\xce\x88\x71\x05\x83\x5d\x84\ \x69\x91\xa9\x99\xc9\xb1\xc2\x32\xd5\xe8\xe4\xac\xb4\x18\x66\xdb\ \x8a\x3f\x21\x3b\x3d\x2b\x3f\x7f\x08\x6a\xab\x3c\x5d\x5a\x6d\x4a\ \x11\xd9\x59\x69\x1e\x19\x18\x65\xd8\x1d\x69\x96\xec\xdd\x5b\x25\ \x8f\xbd\x6c\xc8\xe0\xe1\x23\x52\xdc\x56\x69\x49\x69\x73\x10\x15\ \x5c\x75\xf3\x4d\x33\x46\x49\xd4\xb4\x29\xd5\x22\x53\xb2\x53\x62\ \x11\xa7\x94\x32\x5f\x42\x5a\xf6\xe0\x21\xf9\x43\x92\x9a\xca\x8b\ \x9b\x03\x81\xea\xba\xc0\xb0\x49\xd3\x32\xbc\x1c\x7b\xe3\x07\xa5\ \x46\x0b\x2e\xa5\x64\x66\xc7\x68\xc4\xb2\x79\x44\xf2\xd0\xb1\x23\ \x47\xa8\x1d\x95\x47\x4f\x95\x42\x6c\xf6\xf8\xb1\x23\xd3\x53\x53\ \x62\xe5\x60\x87\x14\x9d\x95\x18\x25\x18\x63\x9c\x64\x0e\x1b\x35\ \x28\x92\x55\x94\x55\x34\xb4\x04\xd4\xc8\x84\xe1\xe3\x27\x0f\x89\ \xe2\x27\x8e\x1c\x6f\xb1\xb4\x91\x13\x27\x0d\x89\x23\x45\x47\xf6\ \x1f\x2f\xa9\x8f\xcb\x9b\x3a\xef\x8a\xfc\xd8\xe4\xc1\x43\x12\x95\ \xd2\xc2\xc2\xba\x96\x50\x64\x7a\x4e\x96\xa7\xf5\xcd\xb7\x3e\x4a\ \xbf\x62\x5e\x41\xbc\x6a\x51\x2e\x1c\x9c\x4f\x84\x13\xaa\x21\x5c\ \x78\xba\x70\xcf\x9e\xbd\x25\xa5\xa5\x25\x25\xa5\x31\x31\xd1\x8a\ \xac\x20\x8c\x4c\xd3\xec\x68\x6f\x8b\x8b\x8f\x0f\x5b\xe6\x18\xe3\ \x60\x30\x68\x59\x66\x4c\x6c\x2c\xb5\x6c\x0e\x7d\xae\x12\x1e\xd3\ \x45\x98\x2b\xba\x2e\xcc\x39\xe7\xd8\x9d\x3d\x38\xc3\x4d\x98\x3b\ \x2a\x25\x2b\x29\x92\x53\x4b\x72\xc7\x65\x27\x7a\x4b\x0e\xef\x3b\ \x5e\x5a\x17\x97\x3f\xe3\xfa\x49\xc3\x12\xd2\x06\x0d\x8e\x93\x4b\ \x4e\x17\xd6\xb5\x9a\x31\x69\x99\x49\xd1\x6e\x26\x94\xb4\xec\x6c\ \x9f\x04\xb2\x2f\x26\x25\x4e\x29\x39\x5d\x62\x2a\xb1\x43\xb2\x92\ \x24\x24\x38\xef\x72\x6a\x80\xe8\xf5\x75\xf4\x38\x3c\x30\xc6\x96\ \x6d\xb7\xb6\xb6\xc4\xc7\x27\x0c\x98\x4d\xd4\x54\x57\x67\x66\x65\ \x87\x3d\x14\x9c\x73\xc6\x18\x63\x14\x63\xdc\x50\x5f\x9f\x96\x9e\ \x7e\x26\xdf\x9c\x43\xc7\xed\x93\xb9\xc4\xe7\xaf\xfd\xfb\x9f\xeb\ \x5f\x7c\xe6\x9c\x71\x4d\xc1\x40\xc4\x55\x57\x67\xfe\xf6\x6f\x2c\ \xd0\x09\x00\x84\x48\x87\x0f\xed\xcf\x2f\x18\x09\x00\x9c\x31\x49\ \x55\x31\xb7\x0d\x83\x02\x12\x80\x25\x97\x2a\x99\x86\xc1\xb1\xec\ \xd2\x54\x8c\x40\x70\x66\xe8\x3a\x48\x9a\x82\x99\x6e\x58\x44\xd1\ \x14\xcc\x75\xc3\x22\xb2\xa6\x12\xa1\x1b\xa6\xc0\x92\xa6\xa9\x12\ \xc1\x82\xd9\xba\x61\x86\x1d\xb4\x98\x28\x66\xcd\xee\x27\x5f\xfc\ \x78\xd6\x83\x8f\x8c\x49\x56\x04\x92\x15\x59\x42\x20\xa8\x6d\x9a\ \x16\x15\x02\x88\xac\x29\x84\x1b\x86\xc9\x01\x29\x9a\x4b\x02\x16\ \x6c\xa9\x3d\xb8\xff\x08\xf5\xc7\x85\x8a\x77\x6c\x2b\xd7\x1e\x78\ \xf4\xbe\x0c\x0f\x26\x88\x87\x4c\xa6\x69\x2a\xb3\x0c\x8b\x09\x45\ \x73\x61\x66\x99\x4c\x68\x9a\x4b\x22\x08\x04\xb7\x4c\xc3\xb4\x85\ \xea\x72\x11\x6e\xe9\x26\xed\xb1\x3b\x65\x45\x55\x64\x09\x21\xe0\ \xd4\x32\x0c\x9b\x28\x9a\xaa\x10\x00\x60\xb6\x69\x58\x5c\x75\x69\ \x12\x46\x9c\xd9\x86\x61\x72\x0e\x92\xa2\xaa\x8a\x8c\x10\x20\x61\ \x1f\x5d\xbf\xe4\xf5\x83\xf2\xc3\x8f\xdc\x1e\x01\x96\x13\xf4\x78\ \x41\x80\x31\xa9\xad\xad\x59\xb6\x6c\x79\x55\x55\xcd\xd5\x57\xcf\ \x9c\x79\xd5\x55\x92\x24\x49\x92\x14\x0c\x06\x2a\xca\xcb\xf2\x87\ \x8f\xb0\x6d\x1b\x00\x08\x21\x0d\x0d\xf5\xc1\x40\xe7\xd0\x9c\x61\ \xba\x1e\x12\xbd\xf1\x6b\xdd\xeb\x11\x03\xc2\x56\x10\x71\x69\xb2\ \x65\x18\x20\xa9\x0a\xe2\xba\x69\x21\x49\xd5\x64\x64\x9a\x54\x75\ \x69\xa4\xbb\x3d\x30\x0e\x72\x57\x7b\x10\x96\xa1\x5b\x14\x34\x97\ \x4a\x4d\x83\x32\x01\x08\x49\x8a\xaa\x29\x92\xa0\x56\xc8\xb0\xc4\ \xd9\x3c\xfa\xdd\xd3\x08\x84\x10\x92\x24\xc9\x30\x8c\x92\xe2\xa2\ \x82\x11\x23\xc3\x75\xee\xf1\x96\x7e\x49\x3a\x6e\x9f\xec\x2c\x30\ \x4d\xcf\xa8\xd1\x09\xf7\x7d\x1d\x9d\xd3\x5e\xb0\xb4\xac\x6c\x61\ \x99\xbd\xa1\x14\x9c\xdb\xb6\xad\xc8\x32\x00\x58\x86\x0e\x22\x1c\ \x4b\x26\x80\xd3\x50\xc8\x06\x40\xc0\xed\x50\xa0\xf7\x97\x80\x65\ \xe8\x00\x00\x88\x59\x66\xd7\x1b\xdb\x0c\xd9\x00\x80\x80\x33\x23\ \x14\x1a\xe8\x3a\xa2\x96\x2b\x71\xe4\xdd\x0b\x22\x90\xcc\x28\xe5\ \x9c\x1b\xb6\xd9\xff\x04\xdb\xd0\xed\xae\x47\x67\x1b\x3a\xc5\x18\ \x10\x32\x3b\x1b\x4f\x97\x54\x2a\xbe\xf4\xbb\x17\x5e\x91\xaa\x52\ \xc3\x10\xe1\x27\x6b\xe8\x7a\xf8\x7e\xdb\xe1\x5a\x00\x18\xa1\x60\ \xdf\x87\x61\xe9\xa1\xde\x19\x67\xf8\x17\x9b\xfd\x4a\xe4\xa6\xde\ \xf7\xa3\x11\x0c\xf6\xad\x0c\xb5\x4c\x6a\x99\x00\x80\xb1\xf0\x66\ \x8c\x5f\x98\x13\x17\x89\xe8\x17\x0f\xee\x72\xf0\x79\xfd\x8e\x34\ \x35\x25\x75\xc1\x82\xbb\xcb\xca\xca\xc7\x8f\x1b\x27\x40\x70\xc1\ \x04\x48\x96\x65\x9f\x39\x90\xda\x36\x15\x82\xf7\xf5\xfa\x0b\x10\ \xfd\x1b\x43\x4f\x37\x60\x7a\x88\x01\x00\x74\xb7\x61\x41\x2d\x9d\ \x02\x00\xe8\xc1\x7e\xcd\xa9\xa7\x3d\x74\x37\x36\xbd\xa7\x43\x53\ \xd3\x08\x98\x67\x8d\xb9\x10\x5d\xfe\x0c\x04\x08\x50\xb8\x0e\x02\ \x81\x65\x59\x20\x2e\x90\xdf\x91\x9b\x86\x6f\xdc\x24\xff\x94\x2b\ \x3e\x69\xdf\x94\x6d\x73\x3d\xd4\xc5\xa0\x42\xf8\x23\x22\xcb\x4a\ \x4b\x72\x72\xf3\x34\x45\xe9\x62\xd9\xf0\xd2\x2b\xea\x5d\x04\xfe\ \xc2\xd1\x29\x68\x50\xde\x48\xe0\xf4\xd3\xc6\x9d\x6a\xe9\x73\xef\ \x7e\xe8\x5a\x04\x00\xdc\x36\x4d\x9b\x71\x59\x39\xdf\x2d\x52\x00\ \xa4\xe7\x0c\x47\x82\x33\xc6\x15\xa7\x83\x9e\x7f\x7f\x63\xf7\xbe\ \x3e\x21\x44\x7a\x7a\x46\x76\x56\xb6\x65\xdb\xe1\x90\x40\xd3\x32\ \x2b\x2b\xca\x12\x12\x13\x7b\x0c\x72\x21\x84\xcf\xeb\xab\xaa\xac\ \x6c\x6e\x6e\x8a\x8e\x8e\x11\x5d\x51\xd2\x5d\xb4\xd0\xdd\xd2\xc5\ \xf9\xab\x73\x2f\x2d\x74\x0f\xa6\xa6\x55\x51\x5e\x16\x1b\x17\xf7\ \xc5\x97\x24\xa4\xcf\x57\x35\x6e\x99\x60\x99\xff\xf2\xb4\x6e\x3e\ \x66\x69\xe9\x19\xa7\x4f\x9d\x3c\x7c\x60\xaf\xaa\xba\xc2\x86\x0f\ \x80\x63\x34\x3b\xb8\x58\xf8\xa1\x9b\xa5\xbb\x9b\xa6\x10\xba\x1e\ \x8c\x88\x8c\x4a\x48\x48\x62\xbd\xaa\xa5\xdc\xe5\x76\x67\xa4\xa7\ \x17\x9f\x3e\x55\xa5\xba\x88\x24\xc1\xd9\xed\x84\x0b\x50\xe7\xb0\ \x01\xa1\xeb\x41\x9f\xdf\x9f\x98\x98\xc4\xbe\xb0\x54\xea\x79\x5a\ \x8f\xc0\x18\xe7\xe4\x0d\x6b\x6f\x6b\xb3\x2c\x13\x1c\x7b\xd9\xc1\ \xc5\x0e\x91\xe4\x4a\xf1\xfb\x23\x06\x74\x30\xc6\x58\x4c\x5c\xbc\ \xdb\xeb\xeb\xec\x68\x17\x42\x5c\x64\x2d\x59\x24\x69\xc9\xfe\x88\ \x88\x4b\x29\xae\x29\x5c\xd7\xc8\xe8\x68\x87\x12\x1c\x5c\x1a\xc4\ \x20\xce\xae\x89\xc6\x18\x53\x35\xcd\xe5\x72\x5d\x42\x75\xbe\x78\ \x79\xa1\xcb\x12\x73\x94\xe0\x1d\xfc\x1f\xa0\x8c\xfe\xe9\x11\xfe\ \x4f\xc2\x11\x62\x75\xe0\xc0\xc1\x85\xb4\x17\x10\xc6\x17\xa7\x90\ \xae\x03\x07\x9f\xc1\x26\x47\x08\xa1\x8b\x52\x2e\xe3\xd2\x9b\x47\ \x20\x84\x6c\xdb\xee\xe8\xe8\xe0\x8e\x1e\xb4\x83\x4b\x81\x16\x24\ \x59\xf1\x47\x44\x10\x42\x06\xea\x41\x23\x14\xe8\xec\xbc\x38\xf5\ \xa0\x65\x59\xf6\xf9\x23\x25\x89\x7c\x71\xd7\xe3\x79\xd2\x83\xb6\ \x2c\xab\xb9\xb9\x31\x26\x26\xce\xe5\x72\x43\xcf\x26\x65\xa7\xf9\ \x39\xb8\x58\x79\xa1\xb3\xb3\xb3\xb1\xa1\x3e\x3e\x3e\xa1\xaf\xee\ \x33\x42\xa8\xa5\xa5\x09\x01\x8a\x4f\x4c\xc2\xa8\x6b\xbb\x3d\xba\ \x68\x78\x21\x18\xe8\x6c\x6a\xac\x8f\x8b\x8b\xc7\x84\x5c\x20\x5e\ \x40\xe8\x5f\x88\x95\xf5\x11\xb1\x41\x08\xb5\xb5\xb6\xc4\xc6\xc6\ \x47\x45\xc7\x9c\xe3\x27\x39\x70\x70\x01\x80\xfa\xb4\xd6\xfe\x5a\ \x69\xe0\x72\x7b\x04\xe7\x6d\x6d\xad\x31\xb1\x71\x3d\xfb\x23\x74\ \x3d\x64\x5b\x76\xd6\xa0\x21\x61\x0d\xbf\x9e\x6f\xf5\xbe\xb9\x80\ \x75\x06\x70\xbb\x3d\x42\x88\xb6\xb6\xd6\xd8\xb8\xf8\x2f\x38\xa1\ \xf8\x3c\xbc\x40\x3c\xde\x86\x57\x5f\x69\x59\xb5\x1c\xbb\xcf\x9e\ \x0c\x42\xe8\xba\x77\xc2\xa4\x94\xef\xfe\x88\x75\x87\x0f\x5b\x96\ \xe5\xf5\xf9\xcf\xa5\x07\x7d\x81\x79\x41\x08\xe8\x92\x60\xe2\x8c\ \x0b\xf8\xf4\x1e\x10\x21\xc2\xdf\xe3\x9c\x75\x6d\xb4\x1d\x70\x41\ \xe0\x5c\xe0\xee\x0b\xf7\xdd\xa1\x2f\x40\x20\x42\x30\x80\x60\x4c\ \x9c\xab\x49\xa1\x73\x52\xa7\x00\x40\x04\xe3\xcf\x5c\x61\x07\x67\ \x3e\x7a\x80\x70\x6b\x1c\xa0\xad\x8c\x10\xf6\xfa\x7c\xed\xed\x6d\ \x7d\x3d\x62\xb6\x65\x2b\x8a\x8a\x31\xee\x69\xbd\x3d\xf2\x4d\x5d\ \x4d\xfa\xcb\x7e\x16\xe8\xcc\xa7\xff\x09\x75\xc6\xd8\xe3\xf5\xb5\ \xb5\xb4\x7c\x71\x2f\xde\xe7\x8c\x77\x64\x81\x4e\xab\xa6\x9a\xf8\ \x7c\x67\xfd\x3b\x0f\x06\x69\x5b\x6b\x3f\xc1\x4c\x11\x56\xaf\x60\ \x00\x10\x36\x72\xba\xd4\x29\x05\xbf\xe0\xbc\x80\x10\x06\xb3\xf5\ \xf8\xa9\xaa\xf8\xc1\xb9\xd1\x2e\xf2\xe9\x89\x16\x63\xc2\x82\x4d\ \xa7\xca\x5b\xd3\x73\x06\xb9\x80\x23\x22\x21\x00\x4e\x29\x07\x8c\ \x45\xf0\xd8\xbe\x83\x6a\xe6\xe8\x4c\xa5\x71\xf7\xc9\xa6\xdc\xcb\ \x2e\xf3\xf7\xbb\x30\xc2\xc8\xae\x38\x71\xd2\x8e\x48\xcf\x4a\xf4\ \x33\xca\xd1\x59\xdc\x58\x61\xc9\x6c\x4c\x64\x09\x89\x81\x9a\xc0\ \x18\xac\xf2\xa2\x22\x29\x21\x27\xc5\x8f\xa8\xb3\x39\xfb\x0b\xf6\ \x3a\xd1\xdd\xd5\x00\x7a\x65\x5d\x11\xea\xde\x28\xd9\xaf\x19\x8b\ \xee\x67\xd3\x97\xaf\x45\xb7\x75\xdc\x4f\xfa\x15\x61\x42\xf0\xc0\ \x47\xf7\x99\xaa\x87\x09\xc6\x68\x80\x40\x39\xea\x5f\x93\x1e\xa6\ \xe8\x39\xc2\xbf\x8c\xb8\x26\xfc\x79\x6b\x8c\x91\x2c\x23\xe9\x1c\ \x2f\x59\x46\xfd\x67\x38\xe1\x0d\xa2\x80\x10\x20\x68\x2a\x2f\x2a\ \xad\x6e\x0d\x1f\x0d\x1f\x41\xdd\x1b\xc2\x50\x9f\x89\xdc\x80\xa5\ \x8b\x81\x27\xc0\x59\x92\x04\x9e\xe5\x3a\x7d\xff\xd4\xff\x3a\x5d\ \x27\x03\x20\x82\x45\x6b\xe9\xca\x57\x96\x95\x77\x32\xdc\x5f\x0b\ \x3a\x7c\xea\xb9\x6a\x85\xb1\x38\xf0\xfe\x2b\xaf\x6f\x3e\x25\x24\ \x8c\x31\x09\x36\x14\x1f\x2d\xae\xa2\x08\x23\x8c\x31\x6f\xdd\xf8\ \xce\x6b\x07\x6b\x2d\xd6\x74\x70\xc5\xaa\x75\x6d\xa2\x5f\x72\x22\ \x84\x30\x46\xc6\xf6\x37\x5f\xd9\x59\xd2\xd6\x78\xe4\xfd\x5f\xff\ \x79\x59\x1b\x97\x30\xea\xfe\x51\x08\x61\x49\x12\x8d\x07\xfe\xfc\ \xbb\x3f\x1d\x6e\x17\x35\x07\xb7\xed\x3e\x5e\xdf\xa3\x6a\x1d\xae\ \x01\x96\x70\xf9\x8e\x77\x17\xbd\xb1\xd5\x02\xc9\x59\x6a\xfe\x02\ \x73\x72\xe8\x96\x3f\x13\x38\xac\x07\x8d\x90\xe8\xd3\xdb\x07\x68\ \xa8\xf6\xea\x41\xf7\xbc\xfa\x88\x31\x0f\x50\x73\xe7\x56\x47\xe1\ \xc9\xa2\x36\x43\xa0\x1e\x0c\x6c\xa8\xdd\x6d\xb2\xbb\x29\xf6\xfd\ \x2b\x21\xc4\x68\x2c\xfe\xf0\xa3\xfd\x41\x46\xfa\x6a\x20\xf7\xad\ \x73\xdf\xa2\xbb\xb6\x1b\x9d\xc1\x65\xe7\x95\x17\x3e\xeb\x88\xdc\ \xad\x66\x0d\x18\xe3\xdd\x4b\x9f\x7a\x79\xf5\x51\x42\x08\x08\x66\ \x84\x82\xba\x49\x11\xc6\xb6\x11\xd2\x0d\x0b\x11\x82\x40\x70\x66\ \xeb\xc1\x60\x48\x37\x01\x13\x0c\x02\x10\x96\x24\x6c\xe9\xa1\x50\ \xc8\x08\xab\x30\x63\x22\x21\x6e\x05\x83\x21\x06\x44\xc2\xfd\xee\ \x8f\xa5\x87\x82\x21\x43\x74\x5d\x88\xb3\xae\x72\x39\xeb\xce\x23\ \x41\x4d\x3d\x18\xd4\x19\x60\xe0\x76\x28\x18\xa2\x80\x70\x58\xa4\ \x89\x71\xdb\x32\xf4\x90\x01\x98\x10\x04\x02\xb0\x44\xb0\xa5\x07\ \x75\x93\x61\x49\x82\xde\xef\x86\x2c\xc6\x41\x08\xc0\x84\xb7\x1c\ \xf9\x60\x77\xfd\xb4\x6b\xae\xf4\x72\x0e\x58\xff\xe0\xd9\x9f\x3f\ \xf4\xd8\x5f\x4f\x36\xd9\x04\x77\x6f\x03\x0b\xa7\xcc\x40\xd0\x57\ \xa9\x57\x92\x08\xb3\x74\x43\x37\x6c\xca\x6c\x8b\x46\xa4\x8d\xbc\ \x6e\xf6\x78\x17\x30\x4c\x24\x24\xec\x50\x30\x68\x5a\x4c\x30\x0e\ \xde\xf4\xab\xaf\x99\x9b\xed\x87\xc3\xeb\xde\x5c\xbf\xbb\x44\x0f\ \x19\x96\x2d\x24\x09\xdb\x46\x28\x18\x0c\x59\x4c\x9e\x30\xf3\x2a\ \xe3\xc8\xfa\x03\x35\x21\x4c\x90\x23\xa4\xf0\x05\x21\xc9\x72\x55\ \x65\xe5\xfa\xf5\xeb\xc3\x7e\x84\x6e\x61\x03\x3e\x50\x43\xb5\x57\ \xc7\xed\x5f\x00\x21\x42\xdb\x4e\x3e\xf1\x87\x67\x8f\x36\x0a\x42\ \x10\xb3\x8c\x60\x30\x68\x71\x20\x04\x03\x20\x8c\x85\x11\x0a\x86\ \x42\x26\xe5\x1c\x30\x21\x18\x8c\x60\xd0\x64\x42\x22\x04\x84\x00\ \xe0\xa6\x1e\x34\x2d\xbb\xb5\xec\xe0\x8a\xb7\x36\x37\x74\xea\x86\ \x61\x8b\x6e\x35\xc9\xb3\xa0\x47\x2a\x1e\x20\xac\xe3\x86\x2e\x0d\ \x3d\xe8\x7e\xb6\x0d\x97\x54\x4d\xd3\x54\x61\xd6\xbc\xfc\xdb\xbf\ \x1c\x0d\x12\xcc\x44\x62\x7a\x12\xeb\x68\xad\x6b\x68\xcf\xbe\x72\ \xfe\xd7\x6e\x9c\xd0\x71\x74\xf3\xa2\xb7\x36\xd5\x75\x9a\x69\x63\ \xae\x79\x60\xfe\x4c\xbf\xdd\xba\xf1\xd5\x97\xd6\x1e\xae\x15\xd4\ \x50\xd2\xc7\x3e\xfa\xe8\x42\x5f\xc5\xae\x45\x4b\xde\xad\xea\xb4\ \x94\xb8\x61\xf7\xde\x3f\x3f\xdb\x87\x99\x40\xb2\x08\xae\x5d\xf4\ \xb7\xf7\x8f\x07\x54\x62\xab\x69\x63\x1e\xfa\xfa\x5d\xd2\xa9\x77\ \xfe\xba\xbe\xfd\x9b\xdf\xbd\x2f\xa9\x7d\xef\x6f\x9e\x5e\x37\xf7\ \x91\xff\x72\xed\xf8\xe7\x33\x6b\x0b\x55\x8d\x10\x5f\x6c\x9c\x07\ \x37\xd6\x56\x19\x9e\xdc\x07\x1f\x7d\x30\x4f\x51\xb0\x5e\xb6\xe4\ \x1f\x7f\x7c\x93\x86\xfc\x83\xa7\x3f\x78\xef\x0d\x89\x5a\xe7\x96\ \x15\x4b\x3e\x38\x50\x6e\x71\x79\xdc\xb5\xf7\xdc\x3a\x6d\xf0\xc1\ \x35\xcf\xbe\xb2\xe6\x14\x71\xc7\x5d\xb3\xe0\xbe\x19\xf9\xc9\x80\ \x50\xf9\xfe\x7d\x01\xdf\xb0\xb1\x19\x1e\x81\xa0\xfd\xd8\xa6\x63\ \x7c\xc4\xfc\x71\x1d\x6b\x36\x1e\x28\xb8\x6b\x22\x0a\xcf\xfd\xba\ \xb4\x3f\xbb\xc4\xa3\x01\xb0\x8c\xed\x43\xeb\x5e\x5f\xfa\xc1\x21\ \xd9\xad\xd5\x15\xb7\xcd\x9e\xad\x06\x6a\x4e\xac\xdf\xd4\x39\x78\ \xe4\xd0\xd6\xa2\xed\x2f\xbd\xb2\xaa\xde\x46\x7a\x80\x4e\xba\xe7\ \xbb\x77\xe6\xb4\x6c\xde\xb8\x51\x1b\x5a\xe0\x77\xe1\x93\x5b\x5e\ \xff\x75\xc5\xae\x2b\xe6\xdd\x99\xdc\xfa\xe1\xd2\xb5\x47\xb8\x12\ \x75\xe5\x4d\xf7\xcc\x1e\x33\xa2\x20\xe5\x8d\x9d\x87\xca\x26\xa4\ \xe4\x81\x70\x02\x49\xbf\xc0\x34\x12\xe3\xe2\xe2\xe2\x45\x8b\x16\ \xd5\xd4\xd4\x34\x37\x37\xdf\x70\xe3\x8d\x32\x21\xd0\x23\xb2\x3c\ \xc0\xbe\x10\xbd\xa6\xfb\x99\x2e\xf6\xfe\x13\x67\xa2\xb9\x5c\x2e\ \x8d\x54\xee\x79\xfb\x89\xc5\x9b\xb1\x5b\xb5\x78\xc4\x8d\xf7\x3f\ \x34\x35\x5b\xbc\xf7\xd2\x0b\x5b\x4e\xb7\xc8\xfe\xac\xbb\xee\xbf\ \x27\x37\xa2\xed\x9d\xa5\x2f\xed\x28\x6e\x62\xc4\x3f\xfb\xee\xaf\ \xcf\xc8\x66\xcb\x9f\x7a\x62\x7b\x85\x11\x93\x3d\xe1\x9a\xd1\x1e\ \xdc\x78\xf0\x99\x3f\xff\x3a\x79\xc4\xac\x07\x6f\x9e\xe6\x41\xec\ \x4c\x1d\xda\xae\x45\x00\x21\x40\x08\x74\xc6\x5c\xe6\xa2\xb6\x17\ \x10\x40\x9f\xc4\x1b\xe1\xbe\x02\x34\xd8\x54\x58\x03\xd7\x3d\xf8\ \xd8\x0f\xe6\x8f\x2c\x3c\x74\x72\xcc\x5d\xdf\xf9\xe1\x57\xa6\x1f\ \x7f\xff\xed\x63\xf5\x56\x5c\xde\xa4\x85\xdf\xf8\xe6\x37\xef\x99\ \x59\xbe\xfd\xfd\x03\xb5\x66\xc5\xae\xe5\xaf\xef\x0d\xdc\xf9\xcd\ \xff\xfa\xfe\x7d\xd3\xdb\xab\x4b\xdb\x82\xed\xef\xbc\xbc\xb4\x33\ \xf5\xaa\x6f\x7d\xf3\x1b\xc9\x0d\xdb\x17\xaf\x3a\x00\x12\x01\x04\ \x40\x03\x25\x45\xb5\xa3\xae\xbb\xef\xc7\x3f\x7a\xd8\x57\xb1\x75\ \xd5\x96\x4a\x84\xcc\x8e\xce\x00\x13\x00\xcc\xec\x68\xef\xa0\x9c\ \xd5\x14\x97\x44\x0d\xbf\xf6\xc7\x3f\xfa\x76\x62\xe0\x44\x8d\x7f\ \xcc\x0f\x1f\xfb\x51\x9e\x7d\xe4\xfd\x8f\x8e\x71\x89\x70\x39\x6a\ \xe6\xed\x5f\xfd\xd1\x0f\xbf\xea\x2e\x5d\xb3\x72\xdb\x89\xaa\x03\ \xeb\x5e\xdf\xd6\x34\xef\xfe\x6f\xde\x3b\x2b\x6b\xcd\xab\x4b\x8b\ \xda\xcd\xda\xe2\x53\x31\xe3\x6f\xfc\xf1\x63\xdf\x1a\x97\x19\x69\ \xdb\x14\x01\x2d\xad\xa9\x93\x53\xd3\xdc\x18\x10\x04\xb7\x7d\xbc\ \x2f\x65\xfa\x9d\x0f\x2f\x98\xd5\x7e\xf4\xe3\xc2\x20\x00\xea\xda\ \x82\xcb\xbb\xa5\x75\xb8\x10\x48\x92\x3a\x8b\x77\xbe\xbc\x62\xdf\ \x94\xbb\xbf\xf3\xc3\x47\x17\x0e\x4f\xd4\x6c\xce\xed\x50\x7b\x7d\ \x73\x00\xcc\xfa\x57\x5f\x7a\xc5\xc8\xbd\xe1\xff\x3d\xf6\xfd\xcb\ \xb3\x58\x61\x65\x93\x60\x66\x43\x43\x43\x88\x52\x83\xca\x23\xae\ \xbc\xfb\x67\xff\xfd\xad\xab\x86\xd1\x37\xdf\xf8\x28\x6e\xda\x3d\ \x3f\xfb\xc9\xa3\x93\x73\xa2\x05\x68\xe9\xf1\xd1\x4d\xc5\x35\x14\ \xba\xae\xef\xbc\x3e\xc7\x4b\x08\xce\x39\xa3\x94\xce\x98\x71\xe5\ \x7d\xf7\xdd\x97\x92\x92\x6c\x1a\x46\xd7\x04\x81\x0f\x08\x13\x42\ \x3d\x47\xc2\x4f\xb6\x5b\x28\xf4\xdc\x17\x07\x81\x09\xaf\x2f\x3f\ \x6d\xa4\x4f\xfd\x7f\x3f\x7e\xec\xba\x1c\x63\xd5\xdb\x6b\x6b\x6a\ \x4f\xbd\xb3\xb9\x72\xe6\xfd\x3f\xf8\xf1\x77\x17\x0c\x49\x90\xf7\ \xbf\xbf\x78\x6d\xb9\xf7\xbe\x47\xbe\x73\xdd\x30\xfc\xea\xe2\xb7\ \xea\x5a\xda\x8b\x4b\xdb\x67\xdd\xfb\xed\xef\xdc\x7f\x7d\x9c\x6c\ \x4a\xa9\x63\x1f\xfe\xc1\x4f\x1f\xbe\x61\x82\x2a\xec\xb0\xcd\xfb\ \x09\x65\xf1\x9e\x5c\x38\x70\x89\xd8\x0b\xdd\x77\x8f\x75\x11\x83\ \xe0\x42\x70\x49\x75\x79\x3c\xfe\xc4\xa4\xdc\xc4\x84\x23\xaa\xd7\ \x9f\x1c\x35\x34\xcd\xb5\xa5\xb3\xb3\xf5\xf8\xa9\x8d\x2b\x36\x9d\ \x24\xc4\x6e\x31\x98\xd9\x19\x2c\x3e\x76\x2a\x63\xdc\x8d\xa3\xd3\ \x63\x02\xcc\xe7\x56\x14\xb3\xb3\xee\x54\x69\x5b\x9b\xb9\x6d\x71\ \xcd\x8e\x00\x8a\x49\xd6\xa8\xc9\x18\x66\x9c\x31\x8e\x24\xcd\xeb\ \xf5\x46\xc4\xa5\x8d\xc9\x8c\xdd\x57\x57\x6f\x25\x20\x42\x90\x10\ \xc0\xb8\xc0\x18\x73\x4e\x01\xcb\x2e\x8f\xc7\x17\x95\x3a\x24\x2b\ \xbb\x4d\x75\x47\x46\x25\xe5\xe5\x44\xad\x6b\x6f\x36\x69\x0c\x52\ \xa2\xd2\x52\xe2\xa3\x93\xdc\x53\x27\xa6\xae\x28\x3d\x75\xb2\xa3\ \xa4\xb9\xa3\x69\xd3\x1b\x4b\x84\x15\x8c\x4d\x4e\xe2\xc1\x90\xc0\ \x8a\xcf\x1f\x11\x19\xe1\xb7\x8c\x10\xa5\x54\x51\x84\x6e\x98\xd8\ \x2d\x23\x80\x50\xcd\x89\xad\x7b\x2b\x53\xa3\x8f\x6f\x45\x86\x59\ \x77\x6a\xeb\xee\x8a\x9c\xe9\x18\x44\x78\xb9\xa0\x4b\x39\x8b\x23\ \x86\x10\xad\x2a\x2f\x0e\x45\x8f\x9a\x32\x2a\x23\x12\xda\x12\x63\ \x5c\x16\x65\x5c\x02\x22\xcb\x7a\xcd\xa9\xca\x76\xd7\x6d\x73\x26\ \x46\xfb\x4d\xaf\xd7\x23\x09\xc6\x84\x20\x04\x87\xe5\x24\x88\xac\ \xa8\x32\x61\x28\x76\xee\xb5\x13\x57\x7c\xbc\xe4\xd9\xfa\x89\xf3\ \xae\xbd\x32\xdb\xab\x69\x12\xa1\xa1\x10\xe5\x0c\xb8\xe3\x7b\xfc\ \x42\x8b\x12\x83\x06\x65\xe7\xe4\xe4\x84\x3f\x9a\xa6\xc1\x18\xc5\ \x18\x09\xc1\xa1\xef\x5c\xbd\x5b\xe0\xb1\xdb\x6b\xde\x93\x00\x0e\ \x84\xe0\x03\x9d\x5d\x08\x87\x67\x1c\x9c\x31\x81\x90\xdb\xe7\xf3\ \xfb\xa2\x86\x8f\xc9\x5f\xf5\x66\x3d\x8d\x98\x73\xe3\x95\x49\x6b\ \x5f\xfe\x47\xf5\x84\xd9\xb7\x5c\x3d\xa4\xa4\xb2\xa2\xad\x59\x7b\ \x73\xc9\x4b\xd4\x0c\xc4\xc7\x0f\xa1\x86\x41\x54\x4f\x44\x44\xa4\ \xdf\xeb\x6a\x07\x0e\x58\x92\x55\x55\x96\x4c\x8b\xb2\xb3\x5b\x3b\ \xa8\xd7\x58\xc1\x98\x87\xb9\xe1\x92\xe1\x85\x70\x7d\x19\xe3\x98\ \x84\x65\xf0\x18\xa3\x5c\x08\x4e\x2d\x93\x5b\x4c\x30\x66\x1a\x26\ \x17\x36\xc8\x8a\x68\x2d\x7e\x73\xc5\xfa\xec\xf9\x3f\xbb\xfb\x32\ \xfe\x87\x5f\x3c\x6b\xd9\xcc\xef\x51\x9b\xea\xeb\x3b\x01\x80\x51\ \xc6\x19\x42\x92\xdb\xe5\xce\x9c\x71\xfb\x3d\x57\x64\x58\x86\xc5\ \xb9\x60\x21\x9d\x13\x82\x18\xe5\x82\x33\xdb\x06\xb0\xb9\x10\x00\ \x9c\x48\xaa\xde\xd2\x16\x34\x80\x10\x2c\x38\x63\x8c\x72\x2e\x04\ \xb5\x01\x6c\xc1\x05\xb3\x4c\x00\xdb\x16\x00\x42\x30\x4a\x39\xa3\ \x9c\x09\x10\x1d\x15\xa5\x8d\xde\x24\xbf\x4f\xd3\x3c\x89\xf9\x0b\ \x1f\xbe\x2f\x56\xb2\x18\x07\x4d\x32\x8e\x5a\x8c\x51\xdb\xa2\x61\ \xc1\x6e\x44\x19\xf1\xa8\x2e\xda\x16\x10\x00\x85\xfb\xb6\xb5\xb9\ \xe2\x07\x85\xaa\x4e\x9e\xe6\x29\x19\x91\x87\x77\x6e\xeb\x1c\x37\ \x45\x70\xca\xb9\x10\x8c\x52\xc6\x81\x73\x2e\xa8\xb0\x25\x8f\xd7\ \x07\xad\xc7\x6a\x9a\x8d\xe8\x68\x4e\x19\x0b\x17\x2a\x38\xc3\x8a\ \x0b\x0b\xbd\xaa\xae\x7d\x4c\xb4\xca\x28\xe3\x82\x33\xc6\xc2\x7e\ \x11\x21\xa8\x6e\xe8\x1c\x84\x65\x8a\x91\xb3\xef\xcd\x9f\x50\xb6\ \xe2\x9f\x4f\xfc\xf1\x65\xfd\xf7\xff\x6f\x7e\x87\x6e\x48\x5e\x37\ \x30\xca\x18\x75\x78\xe1\x8b\x44\x03\x98\x06\x33\xc3\xb9\x54\xbb\ \x57\xfe\xc2\x09\xde\x38\xe7\x7d\x69\xa1\x47\xf6\xb5\xd7\xfe\xed\ \x31\xdd\x51\xbf\x25\x45\x01\x88\x31\x0e\x42\x70\x46\x05\x17\x9c\ \xd9\x16\x07\xd3\x16\xc0\x99\x4d\x22\xaf\x79\xe0\x87\xe3\x4f\xef\ \x79\xf2\xaf\xcf\x2e\x52\x1f\x1e\xe4\xf6\xc5\x0e\x1e\xf7\xf0\x23\ \x73\x65\x66\x09\x2c\x41\xf3\x51\x8b\x32\x6a\x9b\x02\x98\x10\xc2\ \xd6\x43\x94\x72\x41\x18\x0b\xf3\x02\xea\xad\x33\xea\x47\x0e\x5d\ \x5e\xbc\x6e\x9d\xf8\x4b\x44\x0f\x5a\x74\xdf\x63\xce\x84\x65\xe8\ \xba\x69\x31\x26\xe9\x21\x83\x52\xc6\xa9\x65\xe8\x86\xc5\x38\xb3\ \x6d\x3d\x10\xb0\x65\xff\xa0\xec\xe8\xfd\x9b\x56\x41\x21\x2e\x6e\ \x35\x86\x21\x29\xf7\xf2\x39\xde\x3f\xbf\xfe\x97\x3f\x36\x44\x1a\ \xc5\x0d\xba\x0f\xbb\x92\x67\xcf\x19\xf6\xec\x5b\xcf\xb6\x9c\x18\ \xa4\x61\x65\xfc\xdc\x1b\x86\xc5\xc8\x8c\x02\xa6\xd4\x0c\xe9\xa6\ \x6d\x73\x60\xa6\xa1\x07\x43\x46\x64\xea\x88\x91\xea\xba\x7f\xfe\ \xe9\xcf\x83\x23\x5a\xea\x82\x48\x41\xa2\xd5\xd0\x0d\xcd\xe6\x40\ \x4d\x23\xa4\x0b\x9b\x31\x66\x1b\xba\xce\x2c\x8e\x14\x62\xd5\xbe\ \xfd\xea\xa2\x1d\xac\xf6\x44\x43\xfc\x3d\x37\x8d\x1e\xae\x46\xe7\ \x6d\xf9\xe7\x13\x7f\x7d\x22\x23\x52\x8b\x1d\x34\xfa\x86\x59\x39\ \xb6\x11\xd2\x4d\x8b\x51\x1e\x7e\x42\x86\x25\xa7\xa7\x27\x5a\xeb\ \x4a\x9a\x5a\xcb\xd6\x6d\x3a\x36\x7c\xde\x0f\x1f\x9c\x95\x61\x73\ \x6c\x54\xec\xf8\xc9\xcf\x17\x6f\x2f\x19\x9d\x14\xa3\x6e\xdb\xb0\ \x69\xd2\xad\xa9\x6a\xdb\xda\x8d\xdb\x8f\xdd\x35\x65\xb0\xd0\xcd\ \xd8\xa1\xe3\xa6\xe6\xec\x7b\xe6\x4f\x7f\x28\xc8\xf4\x1c\x2e\x09\ \x4c\x99\x49\xa8\xa5\x87\x3a\x83\x22\x2a\x77\xc6\xe8\x8c\x37\x9f\ \xfe\x53\x5d\x41\xf2\xc9\xfd\xe5\xd1\xd7\x62\x6e\x5b\xa1\x50\xc8\ \xb4\x50\x66\x41\xd6\xca\x37\x97\xfd\xb1\xfd\xc4\xa8\xd1\xf9\x46\ \xe5\xc9\x06\x03\xb5\xe9\x38\x26\xcd\x4f\xcc\x86\xd3\xd5\x4d\x49\ \x13\x12\xc1\xb2\x29\x75\xfc\x0b\x9f\xcf\xb7\x80\x04\x00\x02\x21\ \x49\x3d\x7a\xd0\xc2\x34\x2d\x01\xc0\x31\x09\xfb\xf3\x06\xf4\x30\ \xce\xc3\x49\x24\x58\xdf\xac\x90\x03\xb2\xd7\x02\x80\x10\x84\x51\ \x3b\xa4\xeb\x16\x65\x60\x1a\x21\xc3\x62\x4c\x50\xcb\x30\x2d\x3b\ \xd8\x78\x72\xc9\x92\x4d\xdc\xad\xd8\x8a\xcb\xa5\xfa\x26\x4c\x9b\ \xb9\xf3\x99\x65\x7f\x7c\xa2\x34\x5e\x53\xb2\xc7\xcd\x98\x96\x0e\ \x46\x48\xb7\x2c\x66\x99\xb6\x3f\x21\x2b\x85\xae\x7d\xee\xc9\x3f\ \x67\x65\x8f\xba\xee\xea\xf1\x3e\x59\xf0\xb3\x25\xce\xee\x89\x62\ \xe0\x08\x77\xd9\x38\x97\x8a\x1e\x74\x7d\x5d\x5d\x6c\x7c\x3c\x00\ \x30\xce\xdd\x51\xf1\x19\xd9\xe9\x51\x7e\x7f\x7c\x6a\x6a\x5a\x72\ \xb4\x4c\xd4\xd8\xa4\xf4\xf4\xc4\x18\x45\x96\x63\x92\x53\x53\x33\ \x06\x0d\xcf\xcf\xf7\x63\xcb\xc6\xde\x51\x13\x2f\x1f\x96\x1e\xe3\ \x8b\x4e\x2e\x28\x18\xec\x92\x64\x45\xb4\x95\x35\xa2\x09\x53\x27\ \xe5\x0e\xce\x1b\x9a\x12\xc1\x18\x8a\x8c\x4f\xc9\x48\x4d\xd4\x48\ \xd8\xbc\xc3\x51\x89\xa9\x69\xa9\x49\x2e\x09\xb9\x22\xe3\xd2\x33\ \x92\xa3\x63\xe3\x86\x0e\xcf\xf5\x62\x26\xf9\x53\x2e\x9f\x32\x65\ \x50\x42\x84\x37\x3a\x3e\x2d\x23\xd5\xef\x56\xdc\x11\x71\x99\x19\ \x29\x91\x1e\x45\xf5\xc5\xa5\xa7\xa5\xc5\x44\xc7\xa6\x64\xa4\xb8\ \x24\xe2\x4b\x1c\x72\xcd\xbc\xb9\x39\xf1\x0a\x53\xa3\x0b\x0a\xf2\ \xbc\x12\x93\x5c\x11\xa9\x19\xe9\x31\x7e\x8f\x37\x2a\x31\x23\x2d\ \x2d\xd2\x2d\x73\x2e\x84\x00\xce\x85\x2f\xc6\x7d\x7c\xfb\xa6\x26\ \xcf\xa0\x31\xa3\xf2\x0b\x72\x33\x64\x66\x99\x96\x8d\x55\x7f\x5a\ \x7a\x9c\x2f\x26\x6d\x78\x6e\x6e\x8c\x5b\x89\xcd\xcc\x1f\x9e\x91\ \xe8\xf6\xfa\x62\x22\x7d\xc0\x6c\x46\xbc\xb9\x05\x23\x12\xbd\x84\ \x61\xcf\xb0\x89\xd3\x46\x0f\x4d\x75\x7b\xfc\xa9\x19\xa9\x71\xd1\ \x51\x59\x79\xf9\x59\x89\x3e\x4d\x95\x9b\xab\xcb\xd5\xf4\xcb\xc6\ \xe6\x64\xc4\x25\xa4\xa6\xc4\xc7\x24\xa4\x0d\xc9\x8c\xf3\x22\xd9\ \x9d\x92\x9e\x16\xa1\x22\xc3\x62\x09\x39\x13\xae\x9f\x31\xc1\x3c\ \xfd\xf1\xaa\x5d\x6d\xd7\x5c\x3f\x2b\x5a\xe1\xdd\xd9\x0c\x9c\xd7\ \x67\x7c\x81\x00\x21\x10\x22\x87\x0e\x1d\x7a\x77\xf5\x7b\x07\x0f\ \x1d\x3c\x71\xe2\x64\x6a\x6a\xaa\xaa\xa8\x08\x21\xcb\x32\xdb\xdb\ \x5b\xe3\xba\xb5\x95\x31\xc6\xc1\x60\xc0\xb4\xac\xe8\x98\x18\xdb\ \xb6\x07\x2a\x4b\x77\xa5\x96\xe8\xb9\x38\x07\xac\x25\xa5\xa5\xa5\ \x25\xc5\x44\x44\xc6\x64\xa4\xa7\xc5\xf9\x54\xac\x78\xd2\xd2\x33\ \x53\x62\xfc\xdc\xd4\x4d\x50\x87\x4d\xbc\xfa\x8a\xe1\x29\xee\xe8\ \xd4\x82\xbc\x4c\x49\x30\xcd\x1f\x93\x9e\x9e\x1a\xe9\xf3\xc6\x26\ \xa7\xa7\x25\xc7\x2b\x88\x63\x77\xf4\xe0\x9c\x4c\x19\xa1\xe8\x84\ \x94\xd4\x84\x48\x0c\xbd\x42\xd0\xe1\xa9\x78\x1f\x4d\x68\x11\x8e\ \x1e\xb0\x2d\xbb\xb5\xa5\x25\x3e\xe1\x82\xe9\x41\xff\xa5\x7e\xd1\ \x33\xc4\x7b\xce\x3c\xf7\x11\x33\xae\xce\xfc\xed\x5f\x7b\xf5\xa0\ \x0f\xee\xcb\x1f\x31\x2a\x3c\xdd\x22\x8a\x82\x99\x6d\x52\xa1\xaa\ \x92\x6d\x9a\x94\x23\x4d\x53\xa9\x65\x50\x81\x35\x4d\xa1\xa6\xc1\ \x91\xa4\xa9\x0a\x46\x48\x70\x4a\x19\x6b\xae\x38\xbe\x7e\xd3\x5e\ \x12\xe1\xaf\x3b\x75\x54\x1a\x72\xf5\xfd\xb7\x4c\xc0\x36\x95\x54\ \x55\x21\x44\x08\x66\x1a\x46\x57\x8e\x26\x84\x14\x55\x15\xd4\xb4\ \x28\x97\x55\x8d\x08\x6a\x58\x8c\x48\xb2\xaa\xca\x18\x80\x33\x6a\ \x98\x16\x51\x54\x22\xa8\x61\x52\x59\xd5\x08\x50\xc3\xa2\x92\xa2\ \x49\x40\x4d\x9b\xcb\xaa\x26\x13\x8c\x80\xdb\x96\x69\xd9\x1c\x00\ \xb0\x24\xab\x8a\x8c\x11\x50\xdb\x34\x2d\x26\xa9\x1a\xe6\xb6\x65\ \xd3\x9e\x90\x57\x59\x55\x8a\x3f\x7a\xed\xed\xa2\xc8\x47\xbe\x71\ \xb3\x4b\x6f\x37\xc2\xc2\xad\x08\xab\x9a\xca\x2d\x83\x21\x59\x95\ \x91\x69\x98\x44\xd5\x30\xa7\xa6\x65\x87\x97\x97\x11\x26\x8a\xaa\ \x4a\x18\x85\x2b\xcf\xb1\xac\x4a\x98\xb1\xe0\xbe\xf5\x6b\x8f\x37\ \x59\x1a\x6b\x3b\x5e\xaa\xcf\xfb\xca\x7d\xa3\x33\x22\x08\xc2\xb6\ \x69\x30\xc0\xaa\xa6\x49\x18\x2c\xcb\x04\x2c\x2b\x12\x11\x82\x0b\ \x1a\xd8\xf4\xda\x3f\x8b\xa3\x66\x7c\xe5\x9a\x02\x66\x9a\xce\x24\ \xe2\xf3\x07\x30\x20\x40\x08\x05\x03\x81\x37\x57\xad\x2a\x2c\x2c\ \xba\xe5\xe6\x9b\x46\x8f\xbe\x0c\x04\x48\xb2\x1c\x0c\x04\x2a\xca\ \x4b\x87\x17\x8c\xec\xd5\x83\xae\xaf\x0f\x04\x3a\x87\xe6\x0e\x33\ \xce\xd0\x83\x16\xfd\xa5\x16\x41\x00\x60\xa2\xa9\x92\x6d\x98\x20\ \x29\x32\xe2\x86\x65\x23\xa2\xa8\x32\xb2\x2c\x2a\x6b\x9a\x84\x80\ \x33\x6a\x9a\x16\x13\x20\xc9\x8a\xaa\xc8\x08\xb8\x65\x9a\x36\x03\ \x55\x53\xa8\xd9\xd5\xaa\x25\x45\x55\x64\x49\x30\xcb\x30\xed\x2e\ \x5f\x87\xe8\xa9\xb8\xe8\x0e\xc4\xe9\x8a\x7b\x21\x92\x64\xe8\x7a\ \x69\x71\x51\xc1\xc8\x51\x17\x40\x0f\x9a\xeb\xa1\x88\xab\x66\xb9\ \x86\xe6\x20\xe9\xec\x5f\x17\x94\x4a\xb1\x71\x5c\xd7\xfb\x4e\xe2\ \x0c\xc3\x70\xbb\x5c\x0c\x84\x65\x1a\x20\x00\x09\x61\xe8\x34\xec\ \x37\x31\x0d\x03\x04\x20\xe0\x66\x28\x9c\xf6\x87\xea\xdd\xdb\x2e\ \x11\xc1\x9a\x2f\x66\xf0\xe0\x8c\x56\x83\xa7\xce\xb9\x73\xf8\xb0\ \x41\xc4\xb2\x99\x00\x5b\x37\xec\x33\xdc\x47\x96\x6e\x84\x43\x9e\ \xa8\x61\xd2\xf0\x3a\x88\x6d\xeb\x7d\x6e\x50\xf7\x71\x44\xcd\xae\ \x37\xcc\x34\xc3\xb7\xc4\xd6\xf5\x01\x17\x3c\xe3\xbb\x46\xd7\x8f\ \xe9\xd5\x80\xb6\xd3\xc7\xdf\xb0\x30\x27\xc0\x3a\x3b\x4c\x04\xa8\ \x3b\x14\xce\xec\xd2\xf3\xb5\xc2\x57\xe4\x7a\xbf\x2f\x0a\xc6\xcc\ \x50\xa8\x57\x1b\x93\xd9\x86\x0d\x98\xe0\xc4\xcc\x41\x9d\xb8\x9e\ \x91\xd4\x05\x33\xf3\x33\xe3\xbd\xb6\x61\xda\x5d\xad\x8c\xf7\x39\ \x9f\xf5\x54\x68\xf8\xcc\x3b\x46\x79\xa3\xb9\x69\x7c\x19\xcb\xd5\ \xff\xc1\xee\x05\x01\x42\x08\xaf\xcf\x77\xeb\x2d\xb7\x34\x36\x36\ \x65\x65\x65\x72\xc6\x05\x08\x84\xb0\xae\xeb\x03\x8c\x76\x84\x91\ \x69\x99\x5d\xae\x47\xd1\xdd\x43\xbb\x42\x55\x10\x00\x40\xdf\x41\ \x9a\x31\xa3\x4b\x0f\xda\x0a\xfb\x06\x04\xb5\x0d\x0a\x00\x60\x06\ \x7b\x1b\x00\x02\x60\x96\x15\xb2\xac\x9e\xef\x75\xf7\x02\x00\x00\ \x6a\x9a\xd4\x34\x07\x10\x59\x77\x97\x42\x42\x00\x20\x11\xd6\x83\ \x16\x42\x48\x18\x9d\x59\xe7\xf3\xe7\x5f\x10\xb6\xad\x65\x0f\x76\ \xe7\x0c\x3b\x97\xe7\x13\x21\x24\x28\xe5\x86\x1e\x1e\x5a\x05\xe7\ \xb1\x71\xf1\x45\x85\x27\xf3\x86\x0d\x77\xb9\xdd\x3d\x2c\x8b\xfa\ \xf8\x7a\xc5\xb9\x9d\xc5\x2e\x57\xe6\xf4\xf4\xa1\x08\x10\x70\x6a\ \x5a\xd6\x97\xe1\x55\xf9\xf2\x1c\xd9\xd8\xed\x8b\x88\x62\x8c\xf6\ \xdb\x1f\xf1\xb9\x06\xae\x41\x23\x27\xe5\x8e\x21\x00\x82\xd9\x96\ \x65\x53\x50\xd4\x4f\xbe\xa0\xd7\x1f\x05\x9c\x32\xee\xec\x4b\xfd\ \xc2\x5e\x47\x40\x42\x08\xb7\xcb\x93\x98\x90\xd8\xa3\x07\xdd\xd1\ \xd1\x5e\x51\x5e\x9a\x3d\x68\x70\x5f\xdd\xd7\x88\x88\xc8\xea\xaa\ \xca\xaa\x8a\xf2\x94\x94\x54\x84\x09\x17\x02\xba\xf5\xda\xd1\x27\ \x37\xe3\x7f\x43\x9d\x7b\xb7\x25\x77\x1f\xea\xec\xe8\x28\x2b\x2d\ \xce\xcc\x1a\x74\x81\x74\x5f\x11\x12\x96\xc5\xfa\x30\xdc\xb9\x4e\ \xeb\xb9\xa1\x89\x49\xc9\x36\xb5\x8f\x1c\x3a\x80\x10\x3e\x6f\x3b\ \xcf\x1c\x38\xf8\xf4\x3d\xad\xef\x82\x64\x78\x16\x9f\x9a\x9a\x16\ \x15\x15\xdd\xd3\xc7\x84\x10\xb2\x2c\x0f\x19\x32\xb4\xa4\xb8\xa8\ \xa6\xba\x0a\x77\x87\xb6\x8b\x8b\xa2\xce\x5d\x31\xb5\xc9\xc9\x29\ \x31\x31\x31\x97\x8c\x1e\x34\x00\xa4\x67\x64\x25\x26\x26\x33\x4a\ \x9d\xf1\xcd\xc1\xc5\x0f\x49\x92\x15\x45\x19\xd0\xc1\x38\xe7\x6e\ \x8f\x77\xd8\xf0\x11\xa6\x69\x5e\x84\x43\xdb\x59\xeb\x7c\x51\xf3\ \x82\x10\x42\x30\xd6\x37\x3b\xa8\x03\x07\x17\x33\x84\x80\xb3\x76\ \xb0\xb0\x9f\x5f\xd3\xb4\x4b\xa8\xce\x17\xb5\xbd\x00\xe7\x25\x1b\ \x8f\x03\x07\x4e\x4b\xfe\xe2\x70\x36\xe9\x3a\x70\xe0\xc0\xe1\x05\ \x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\ \x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\ \x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\ \x38\xbc\xd0\x0d\x84\x89\xdc\x9d\x1c\xc5\x81\x03\x07\x97\x24\x2f\ \x10\x49\x51\x55\xa5\x27\xfb\x12\x91\x14\x55\x95\x31\x3a\xeb\x99\ \xb2\xa2\xc8\x9f\xdc\xe1\x11\x02\xbd\xad\xae\xb8\xac\xce\x3e\x23\ \xae\x1c\x13\x49\x55\x14\xec\x10\x86\x03\x07\x17\x37\x2f\x20\x8c\ \x44\x6b\x43\xd9\xa9\xa2\x0a\x5d\x60\x04\x80\x30\x09\x35\x55\x9c\ \x3c\x5d\x19\xb2\xc5\x19\x02\x36\xd0\x5a\x53\xb2\xff\xe0\xb1\x0e\ \x8a\xcf\x69\x0c\x20\xac\x80\xfe\xd1\xb2\x3f\xfc\xea\x99\xb5\x41\ \xd1\xcf\x66\xc0\x18\x05\x9a\xaa\xf6\xef\x3f\xd8\x64\x80\x63\x4b\ \x38\x70\x70\xf1\xf2\x02\xc2\x58\x85\xe0\xfa\x97\x7f\xf1\xc0\xa3\ \x3f\x79\xff\x60\xa3\xea\xd2\x34\x68\x5e\xfe\xc4\xcf\xbe\xfe\xad\ \xdf\x1c\xae\x09\xca\x8a\x22\x2b\x8a\x2c\x49\x92\x2c\x2b\xaa\xea\ \xd2\xe8\xe6\xd7\x9e\xf9\xd5\x13\x4b\xeb\x85\xa6\xca\x18\x00\x49\ \x92\x14\xfe\xa3\x2c\x91\x2e\x6b\x42\x96\x15\x89\x18\x81\xd6\xb6\ \x80\x29\x00\x30\xe9\x3a\x45\x51\x54\xb7\x0b\xed\x5f\xb3\xf4\xe7\ \x8f\x3f\x5b\x6a\xc9\x9a\x4c\x00\x10\xe9\xf3\x7d\x87\x28\x1c\x38\ \xb8\x20\x38\xeb\x3e\x6b\x44\x4d\x53\x6f\xb7\x15\xd6\xbc\x71\xdd\ \x86\xab\x27\x7c\xd5\xda\xbf\x79\xcb\xb1\x06\x0d\x27\xb6\x85\x0c\ \x85\x58\x3b\x57\x2f\x5b\xfc\xf6\xe6\x76\x11\x73\xe5\x2d\x0b\xef\ \x99\x3b\x54\xf5\xf8\x78\xe3\xc1\x5f\x3d\x74\x6f\xde\xc4\x5b\xbe\ \xb3\x30\xf7\xa9\x9f\xff\xed\x60\x6d\xa7\x3b\x76\xf0\x8d\x77\xdf\ \x33\x6b\x74\x66\x4b\xe1\xb6\x97\x5e\x7e\xfd\x58\x55\x80\x59\x1d\ \xbe\x44\x55\x51\xd8\xc7\x4b\x9f\x58\xbc\xe9\xb0\x90\x23\x47\xce\ \xbc\xe5\xab\xb7\x4f\x56\x5d\x6e\x49\xaf\x7b\xf2\x7b\x0f\xac\xca\ \xbd\xfa\xbf\xbf\x3b\x7d\xe5\x6f\xfe\xb2\xa5\xb0\x41\x8d\x4a\x9f\ \x7d\xdb\x82\x6b\x27\x0e\xc6\x9c\x3a\x9b\xb3\x1d\x38\xb8\x08\xec\ \x05\x84\xa8\x6d\x76\xb6\x1a\xf1\x39\x39\x9d\x47\x76\xee\x3c\x70\ \x78\xcb\x47\x5b\xcc\x84\x61\x31\x92\xd9\x42\x45\xd5\xae\xf7\x9e\ \x78\x69\x75\xf4\xe8\xb9\x33\x86\xbb\x57\x3c\xf9\xb7\xcd\xc5\x2d\ \x12\x02\xc9\x17\x3f\xed\xba\x1b\xaf\x1c\x3f\x58\x51\xa3\x2e\x9b\ \x7c\xe5\xdc\x59\x53\xa3\x82\xfb\xff\xb9\x64\x63\x7b\x47\xd5\xb2\ \x17\x9e\xdd\x59\xa5\xcc\xb8\x66\x66\x56\xb4\x4a\x19\x63\x42\xce\ \xcc\x1b\x3b\x7b\xce\x9c\xd1\x83\x94\x35\x2f\x2f\xde\x55\xd4\x48\ \x24\x8c\x34\xff\xf8\xd9\xd7\xcf\x99\x36\x5c\x95\xbd\xf9\xe3\xa7\ \xcd\x9d\x73\x55\x1a\x29\x7e\xe1\xa5\xb7\x2a\xda\x98\x44\x9c\x15\ \x13\x07\x0e\x2e\x06\x7b\x01\x01\xb5\x43\x2d\x9d\xf6\xe0\xb9\xb3\ \x07\x95\xbc\xbb\xe4\xb9\xe7\xb4\x20\xbe\x61\xfe\x55\xbb\x17\x3d\ \xdf\x61\x74\x1c\x2f\x2e\x6e\x0b\xf2\xd6\x8a\x13\x16\xed\xf4\x7b\ \xed\xea\xd6\x60\x24\x63\x72\x44\xd2\xd5\xb7\xde\x9e\xe7\xb6\xeb\ \x8e\x6e\x39\x78\x70\x4f\xbd\xa9\xe8\x5c\x46\x7a\xa0\xb9\xa2\xa4\ \xb8\xa6\x35\xef\x8a\x6f\x3e\x70\xcf\xd8\x95\x95\xeb\x8f\x96\x61\ \x08\x35\x1d\x3f\xbe\x7f\xcf\xf1\x16\x15\xdb\x2a\xe8\xed\xa1\x90\ \xcc\x38\xd6\xa2\xa7\xdf\x78\xc7\xc4\x68\xde\x52\xbc\xef\xc8\xa1\ \xdd\xc5\xed\x44\xd8\x18\x87\x3a\x83\x86\x89\xc0\xe5\x3c\x24\x07\ \x0e\x2e\x02\x7b\x01\x80\x52\xa3\x3d\xc4\xbd\x89\xe9\xd3\xaf\x9c\ \x6a\x9e\xd8\x29\x86\x4e\x9a\x32\x2c\x53\xc3\x66\x67\x80\xba\x55\ \x89\x72\x48\x1f\x39\x7d\xc1\x57\x1e\xf8\xfe\x0f\x7e\x70\xf5\x90\ \x38\xc1\xa9\x11\xea\x6c\x6d\x31\x40\xe8\xbb\x56\xbf\xb5\xee\x48\ \xeb\x8c\x3b\xef\x9f\x3d\x2e\xd1\x32\xa9\xe4\x76\x6b\x32\x34\xd4\ \x94\xb4\x87\x42\x94\x0b\x2c\x4b\xed\x27\x77\x2c\x7f\x63\xbd\x6f\ \xc4\xf5\xf7\xde\x7e\xa5\x47\x30\x0e\x58\xc2\xc8\x32\x03\xcd\x4d\ \x9d\x00\xe6\x91\x0f\xdf\x7f\x67\x6b\xf1\xd8\x9b\xee\xbf\x69\x7a\ \x36\xb5\xa8\x23\x0e\xeb\xc0\xc1\xc5\xe4\x5f\xb0\x3a\x1b\x5a\x42\ \x71\x26\x0c\x9a\x32\xfd\x8e\x7b\x43\x31\xa3\xaf\x8c\x77\x35\xd9\ \xa1\x8e\x9a\x2a\x63\xe4\xb5\x57\x4e\xdc\x79\x64\xfb\xca\x7f\x1e\ \x59\x83\x51\xdc\x94\xff\xf9\xd9\xf0\x91\x97\xe5\x47\x6e\x79\xed\ \x17\x5f\x9f\x5f\x30\xed\xba\xb9\x39\xf9\xf1\xdb\xde\x59\xf9\xec\ \x13\xa8\xbd\x0c\x2b\xe9\x4a\x62\xde\xbc\xd9\xd3\xff\xbe\xfc\xd5\ \xfb\xbe\xf2\xae\xd5\xd6\xe8\xc9\x97\xdc\x09\xa9\xd9\x69\x11\x47\ \xd6\xbd\xd4\xb6\xc7\x6e\xe6\x48\x80\x32\x24\x2f\x2f\x4d\xdd\xf8\ \xb7\xef\x2e\x7c\x6f\xd4\x8c\xdb\xa7\x0d\x4d\x73\xed\x7e\xff\x85\ \x27\x7c\x76\x19\x92\x73\xb1\xb3\x7a\xe9\xc0\xc1\x85\xc0\x59\xf2\ \x4d\x21\x4c\xac\x8e\xaa\x6d\x5b\x8e\xc4\x8e\x1c\x3f\x22\x3d\x5e\ \x96\x30\x70\x66\x74\x34\x1d\xd8\xb1\xdd\x48\x1c\x33\xed\xb2\xf4\ \x50\x6d\xe1\xee\xfd\xc7\xdb\x74\xe6\x89\xcd\x1c\x37\x76\x78\xb4\ \x6a\x1d\xdf\xb7\xe7\x64\x45\xb3\x3f\x35\x77\xd2\xe8\xcc\xf2\x03\ \xbb\x0b\xab\x5b\x41\xd2\x62\x53\x06\x8f\x2a\x18\xec\x25\xc6\xc9\ \x03\x7b\x4e\x55\xb6\x80\xec\x4a\xcc\xc8\xbb\x6c\x78\x5a\x5b\xe9\ \xd1\x7d\x47\x8b\x74\x46\xdc\x11\xf1\xf9\xa3\x46\xa4\x45\x49\xc5\ \x87\xf7\x1d\x39\x5d\xa3\xc6\x65\x4f\x9e\x34\xac\xe1\xd8\xde\x63\ \xa5\x0d\x9c\x28\x51\x09\x59\xa3\x0a\x06\x7b\x15\xcc\x1d\xc7\xa3\ \x03\x07\x5f\x00\x9f\x23\xdf\xd4\xd9\xf3\xd0\x21\x2c\xb9\xdd\x1a\ \x35\x74\xb3\x27\x21\x2a\x22\x2e\xb7\x0b\x51\x23\x64\xd8\x58\x56\ \x35\x55\xc6\x08\x71\x66\x1b\x86\xc9\x05\x56\x35\x4d\x96\x30\xa7\ \x96\x6e\x52\x45\xd3\x64\x82\x01\x04\xa3\xb6\x61\x58\x02\x61\x45\ \xd5\x14\x09\x87\x33\xa6\xe8\xa6\x2d\xc9\xaa\xaa\xca\x08\x40\x70\ \x66\x1a\x86\xcd\x41\x55\x35\x45\x26\x9c\xd9\x86\x61\x49\xaa\xa6\ \x48\x04\x00\xba\x2f\xee\x3c\x56\x07\x0e\xce\x37\x2f\x9c\x23\x91\ \x1c\xa7\xc1\x40\xa0\xff\x21\xa6\x07\x03\x00\x00\x08\x71\x6a\x85\ \x68\xdf\xa4\x32\xdc\x34\x7a\xf3\x6a\x99\x7a\x9f\x24\x6b\x00\x20\ \xb8\x65\x84\xfa\x9e\x4d\x6d\x93\xda\x66\x5f\x77\x86\x65\xea\x56\ \xf7\x01\xcb\xd0\x2d\xe7\x49\x3a\x70\x70\x41\xe1\xac\x02\x3a\x70\ \xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x83\xcf\x8a\xf3\ \x97\x6f\x0a\x21\xc4\x18\x0b\xa7\xf1\x72\xe0\xe0\x62\x1f\x30\x31\ \x26\x84\x9c\x99\x57\x0a\x21\x24\x84\xa0\x94\x5e\x42\x75\xbe\x78\ \x79\x01\x21\xd4\xd1\xd1\x69\xd9\x76\x4f\x16\x60\x07\x0e\x2e\x62\ \x08\xce\xb8\xa6\x69\x5e\xaf\xa7\x6f\x37\x43\x08\x59\xb6\xd5\xde\ \xda\x86\x10\xc0\xc5\x97\x7f\x99\x73\xe6\x72\xb9\x7d\x7e\xff\x17\ \xa7\x86\xcf\xc5\x0b\x42\x20\xd9\x85\x64\x15\xce\x55\x3c\x42\x82\ \xd9\xc2\x0c\x86\x53\xdd\x23\x84\x3a\x03\x01\xca\x58\x6a\x6a\xaa\ \x24\x49\x4e\xa3\x73\x70\xf1\xc3\xb2\xac\xea\xea\x6a\x89\x60\xcd\ \xe5\x0a\x77\x33\x84\x10\xe7\xac\xa5\xa9\x31\x36\x2e\x21\x32\x2a\ \xfa\x22\xac\xb3\x69\x99\x55\x15\x65\x44\x22\x6e\xb7\xe7\x0b\x52\ \xc3\xe7\xe9\xa5\x48\x52\xac\x9a\x43\x56\x43\x21\x9c\x6b\x53\x13\ \xe3\x52\x44\x92\x96\x39\x49\x30\x3b\x7c\x43\x03\x81\x60\x7a\x7a\ \xba\x43\x0a\x0e\x2e\x15\x28\x8a\x12\x13\x13\xd3\xdc\xd4\xe8\x72\ \xbb\x7b\x78\x21\x14\x0a\x49\xb2\x12\x19\x15\x2d\x84\xe8\x39\x38\ \xe0\xcd\x79\x46\xb8\xdc\xf0\xbf\xaa\xa2\xc6\xc5\x25\x34\xd6\xd7\ \x79\xbd\xbe\x2f\x98\xd8\xfa\x73\xf1\x82\xea\xee\xdc\xb7\xb4\x79\ \xcd\x13\xf8\x1c\x7b\x9a\xb8\x01\xde\xd1\xb3\x52\x1e\x5a\x27\x42\ \xed\xdd\x16\x0e\x77\x48\xc1\xc1\xa5\x05\x49\x92\x28\x63\xa8\x8f\ \x12\x11\xe7\x9c\x60\x02\x7d\xf2\x59\x87\xdf\xf4\xd0\xc4\x97\xde\ \xeb\x31\x46\x9f\xe0\x92\xeb\x21\x23\xd1\x0d\x49\x96\xe9\x97\x91\ \xea\xfe\xf3\xcd\x23\x00\xc9\x1a\x76\x01\x76\x9d\x83\x18\x90\x8e\ \x15\x4f\xdf\x5d\x4f\x82\xf3\x2f\xed\xc6\x09\x6e\x5a\x16\x51\x34\ \x47\xb6\xc5\xc1\xbf\xd7\xc7\x70\x66\x6f\x17\xdd\x8c\xd0\x7d\x9c\ \x77\x8f\xd5\x68\x60\x17\x01\x84\x08\x21\x08\x38\xa5\xfc\xf3\xba\ \x22\x04\x0d\xe9\x4c\x56\x95\xb3\x4a\x99\xf5\xd4\x0c\x75\x57\xb7\ \x87\x1e\xbe\xf8\x6f\x3f\x4f\x5e\xc0\x33\x38\x4f\x7f\xef\xb9\xbf\ \xbe\xfc\xde\xc1\xcf\x73\xa9\xe6\x03\x4f\xbf\xf0\x7a\xa3\x43\x0a\ \x0e\xbe\xf4\xf9\xb9\x69\x0e\xe0\x85\x01\xed\x56\x08\xc1\x39\xeb\ \x3b\x3e\x77\x8d\x79\x9c\x8b\xfe\x40\x88\xd0\xf6\xd3\x2f\x3c\xb3\ \xf8\x44\x23\x97\x24\x89\x74\xbf\x30\x08\x21\x00\xf7\x7c\x44\x20\ \x84\xe8\xf3\x51\x08\x81\x7a\x4e\x6e\x2f\xda\xf6\xf4\xcb\x6b\x2d\ \x59\x22\x92\x04\xe2\x6c\xe8\x5f\x34\x20\x24\xb8\xe0\x9c\x03\xfa\ \xa2\xdd\xe3\x3c\xd9\xf6\x03\x38\x2c\x78\x7a\xcb\xda\xad\x3b\x5a\ \xfd\xc1\x89\x53\x46\xe4\x44\x60\x66\xb6\x1f\x3f\x70\xa0\xb2\xa9\ \x53\xf2\x26\x8c\x9e\x38\x3e\x56\x03\x00\x30\x9a\x4b\x77\xec\x3a\ \x6a\x79\x92\xc7\x5f\x3e\x26\x4a\x86\x86\x92\xc3\x87\x4f\x95\x19\ \x4a\xc2\x88\xd4\x60\xc9\xe1\xdd\x6f\x2f\x8f\x1c\x9c\x96\x3d\x26\ \x3f\xb1\xac\xb4\x71\xf0\x88\x7c\x9f\xe8\x3c\x7a\xb8\x30\x76\xe8\ \xe8\x44\xd2\x7a\x68\xff\xa1\x8a\x86\x40\xdc\x90\x51\x13\x87\xa5\ \xb5\x94\x1c\xd8\x79\xac\xca\x93\x32\x6c\xf2\xe8\x41\xce\x34\xc6\ \xc1\x27\x60\xe3\xc6\x8d\xfb\xf6\xed\xbb\xff\xfe\xfb\x63\x63\x63\ \xfb\xb6\x5b\x74\x86\x0d\xd1\x77\xac\x1e\xf0\xb1\xaf\x85\xcf\x8d\ \x96\x03\x7b\x8e\xe4\x5e\x73\xa7\xd1\x56\xb5\x7f\xdf\x91\x86\x0e\ \xd3\x97\x38\x68\xdc\xd8\xe1\x5e\xc2\x5a\xca\x8f\xec\x3e\x54\x64\ \xab\xf1\xe3\x27\x8c\x4e\x88\x74\xb5\x96\x1d\xd9\x75\xf0\x34\x89\ \x1b\x34\x71\xdc\x48\x2f\x0a\x96\x1f\x3b\x76\xac\xb8\x9a\x44\x66\ \xa6\x4b\xed\x45\xfb\x3e\x7e\x63\x05\x4a\xc9\xc8\xbd\x7c\xd4\x10\ \x05\x0d\xdc\x2d\xd4\x33\x99\x01\x84\x04\x80\xe8\x32\x68\xc4\x17\ \x1f\x34\xcf\x93\xbd\xc0\xfa\xcd\x23\xcc\xcd\x1b\x76\x5e\x76\xf7\ \x0f\x6f\xc9\x31\xd6\x6f\x3b\x05\x00\xed\xe5\xbb\x9e\x78\xe6\xf5\ \xc2\xfa\x96\xa3\x9b\x97\xfd\xee\x4f\x2f\xd4\x30\xa0\x0d\x47\x9f\ \xfb\xfb\xa2\xd3\x2d\x46\xf9\xce\xb7\x9e\x79\x69\x9d\x25\x42\xab\ \x9f\x7b\xe6\xfd\x5d\x25\xad\x6d\x1d\x3a\x23\xaa\x84\x4d\xdd\xe4\ \x5c\x84\xea\xf6\x3f\xff\xca\x9b\x75\x0c\x80\xd5\x2c\x7f\xe5\xc5\ \x43\x2d\xa2\xa3\x70\xcd\x13\x2f\xae\x2c\xad\x6f\x09\x04\x8d\x9a\ \xa3\x6b\xff\xfe\xca\x9a\x56\x53\xdf\xf1\xe6\xb3\x2f\x6d\x38\xe5\ \x34\x7d\x07\xe7\xc2\xbe\x7d\xfb\x36\x6e\xdc\xd8\xd4\xd4\xb4\x6c\ \xd9\xb2\x40\xf7\xce\xa0\x2e\x7b\xa1\xcf\xd8\x1b\x1e\xa1\xfb\xda\ \x0b\x9f\x04\x44\x34\x97\xe6\x72\xa1\xa2\xed\xab\x9e\x5d\xf1\x51\ \x53\x5b\xc3\xba\xc5\xff\x58\xfc\xde\x21\xbd\xfd\xf4\xd3\x7f\x7d\ \xf1\x64\x53\xa8\xa3\xb9\x39\xc4\x70\xfb\xe9\x8f\x9f\x7d\x71\x65\ \x5d\xc8\x3a\xbe\x61\xe9\x0b\xef\xec\xb4\xf4\xc6\x37\x9e\x7b\x6a\ \xeb\xf1\xca\xc6\x96\x76\x5b\x10\x99\x08\x43\x0f\xe9\x96\xcd\xe1\ \xdc\xc5\xf6\x4c\x79\x84\x00\x01\x5f\x4a\x88\xd0\xf9\x18\x44\x11\ \x80\x10\xbc\x8b\x7d\x11\xb2\xea\x0e\xef\xab\xd6\x16\x7e\x63\x6c\ \x4a\x56\xed\x4f\x17\x6f\x6e\x99\x9b\xc7\x8d\xa0\x92\x3a\xe2\xee\ \x07\xee\x8d\x83\xc6\xbf\x7d\xef\x7f\x3f\xdc\x59\x3b\xbe\xf3\xbd\ \x3d\x0d\xe2\xd6\x09\x7e\xc2\xdc\x1f\x6e\x5d\x77\xf2\xe6\x31\x36\ \xf8\xaf\xbc\xe5\xeb\xf3\x0a\x5c\x66\xd5\x26\x11\x91\x7a\xed\x82\ \x3b\x06\x13\x08\x14\xd7\xa8\x9a\x86\x04\x80\x40\x2e\x97\x5b\xc2\ \x60\x04\x02\x91\xd9\xe3\xbe\xfa\xb5\x7b\x5d\x60\xbf\xfe\xcb\x27\ \x1b\x58\xde\x78\x5f\x84\xa5\x19\x1f\xbd\xbf\xe5\xce\x99\x39\x5e\ \xe1\xec\xd9\x76\x70\x16\x14\x14\x14\x14\x14\x14\x60\x8c\x29\xa5\ \xb2\x2c\xf7\x78\xf8\xfb\xb7\x17\x24\x44\x4f\x4b\xe6\x7d\x9c\x8e\ \x20\x04\x47\x03\x4c\x77\x84\x39\xe7\x02\x84\x10\xcc\x08\x85\x12\ \x2e\xbb\xea\xc1\xfb\x66\x95\x67\x3f\xfd\xfb\x0f\x77\x34\x8c\x9d\ \xd4\x11\xd4\x93\x52\xf2\x6f\xbc\x6a\x94\x57\x32\xde\x5b\xf6\xfe\ \xa9\xce\xa8\x91\x31\x51\x4a\x93\xb4\xea\xc3\x6d\x37\x8c\x99\x63\ \x91\xd8\x6b\xe7\x3f\x30\x39\xc3\x53\xbd\x7b\x25\x89\xcf\xbd\x71\ \xfe\x5d\x09\x32\x35\x0d\x8b\x9e\xdd\xf3\xd8\x1b\x2d\x20\x04\xff\ \xb2\xfc\x0b\xe7\xc5\xb8\x46\x88\x73\xc1\x39\xe7\x5c\x10\x82\x4e\ \xef\xfa\xe8\x58\xf9\xe9\xc5\x7f\xf8\xad\x62\xb4\x56\x94\x34\x6d\ \x3b\x15\x9a\x2a\x01\x26\x40\x19\x00\x89\xcd\x88\x92\x6b\x1a\x1b\ \x5b\x8d\x0e\xc5\xeb\x47\x20\x58\x64\xc1\x03\xf7\x25\xa5\x48\x96\ \x0d\x60\x9b\x3a\x80\xcb\xb6\x29\x17\xdc\x36\x01\xdc\xc0\x38\xa7\ \x8c\xf7\x3a\x24\x29\x65\x02\x40\x30\x1d\xc0\x05\x1d\x8d\x1d\xdc\ \x1d\xe7\x46\xcc\x8e\x1e\x35\xe7\x81\x84\x41\x98\x32\x2a\x9c\x7d\ \xdb\x0e\xce\x66\x36\x77\x87\xdb\x85\x49\x81\x31\x16\x0e\x1c\xec\ \xd7\x5e\x10\x08\x10\x9c\xf3\xb0\x1d\xd1\xb7\x07\x0a\x21\xc2\xc3\ \x5f\xdf\x14\x08\x9c\x33\x00\xc1\xc3\x4d\x92\xdb\x3a\x00\xf1\x46\ \x61\x56\x8b\xa2\x47\xfe\xe0\xbb\x77\xbd\xb9\xfa\xad\x9f\x7e\xb8\ \xe1\xee\xaf\xdd\x12\xb4\x0c\xd5\xef\xa5\xa6\xe1\x4e\x1b\xf7\xd5\ \xf1\x39\x11\xd8\xe0\x00\xb6\x69\x00\xb8\x29\xe7\x82\x73\xdb\x14\ \x0c\x28\xe3\x4c\x08\x40\xbd\x73\x96\x7e\x44\x14\xfe\xc0\x79\x57\ \x3f\xfb\xe2\x31\x57\xe7\xcb\xbf\x10\xbe\x8f\x80\x85\x5e\xf6\xc1\ \x8e\x8a\x19\xf7\x3c\x7a\xcd\x60\x37\x25\xca\x88\xf7\x9e\xd9\xbc\ \x7e\xc3\xf0\x99\x2e\xbb\xb9\xb1\xac\xbc\x81\x1b\x87\xb7\x55\xd9\ \x57\xdc\x92\x99\xdc\x9e\x8d\xb7\x57\x24\xe7\x8d\xcf\x89\xe0\x3a\ \x75\x45\x2b\x2d\xa6\x4d\x29\xa3\x00\x80\x55\x9f\x68\x69\x2c\x3a\ \x55\x15\x9b\xee\x92\x3c\x49\xee\xd6\xf7\xf6\xee\xa9\x88\xcd\x6c\ \x0d\x84\x4c\xc6\x39\x63\x8c\xd2\x30\xc5\xf8\xf2\x06\x45\x9e\x6e\ \x82\x61\x13\xaf\xf0\xb1\x20\x77\xf9\x24\xce\x98\x63\x2e\x38\x38\ \xfb\xc8\x85\x30\xc6\x61\x1b\x21\x6c\x87\x63\x8c\x39\x17\x5c\xf0\ \xbe\x66\x6f\xf7\x88\xcc\x39\xe3\xe1\xb7\x3d\xc6\xfd\x00\x7b\x41\ \x00\x66\x94\x31\xca\x18\x63\x82\x32\x46\x29\xa3\x40\x6d\x9b\x53\ \x16\x0a\x76\x68\xfe\xa1\x0b\xee\x4b\x79\xf1\x0f\x3f\x7f\x77\xff\ \xe4\x79\xe9\x59\x1b\xaa\xad\xec\x51\x93\x12\x24\x4b\xa8\x5e\x97\ \x5e\x64\x59\x94\x51\x4a\x39\x55\x14\x8d\x35\x95\x17\x97\x95\x09\ \xbf\xe2\xf5\x7b\x25\x7c\x8e\xaa\x03\x00\x02\x04\x88\x23\x2c\x38\ \x17\xe2\x12\x99\x47\xf4\xf8\x17\x10\x16\xcd\xa7\x8f\x75\xca\x59\ \x37\x4c\xcc\x4f\x76\x71\x20\xb2\xff\xaa\x2b\x3e\x5a\x7c\xaa\xbc\ \x31\x4b\x74\x54\xbc\xf5\xe2\x93\x3c\x14\x1a\x3c\xe7\xf6\x69\x43\ \xbd\x9a\x75\xe3\x9d\x45\x8b\x97\x3d\xf1\x6b\x4e\xd4\xfc\x29\x77\ \x2c\xbc\x3a\xde\x1f\x19\xa9\x49\x20\xb8\x2d\x47\x0f\xbb\x76\x52\ \xca\xdb\xcf\xff\x76\x6f\xce\xa4\xfb\x16\xde\xb2\xe0\xa6\x31\xaf\ \x2c\xff\xeb\x01\x05\x53\x6f\x46\x92\x97\x08\xc9\x13\xe5\x97\x80\ \x71\xca\xd0\xe5\xb7\xdd\x5b\xb3\x78\xe9\x5f\x1e\xff\x85\x2c\x7b\ \xa7\xdf\x79\xff\xac\x61\x09\x94\x32\xa7\x0f\x38\x38\xb3\x67\x75\ \x76\x76\xda\xb6\x8d\x31\x66\x8c\x45\x44\x44\x28\x8a\xc2\x39\x17\ \x82\x73\xce\xfb\xf6\x77\x21\x80\x77\x81\xf5\x5b\x92\x08\xcf\x3b\ \xfa\x78\x20\x05\x30\x06\x52\x44\x94\x9f\x00\x03\xcd\x17\xe1\x51\ \x18\xa5\x40\x5c\x31\x51\x11\xa2\xbd\x6c\xc5\x92\xd7\xab\x0c\x86\ \xdc\x97\xcd\x2b\xc8\x1a\x1e\x97\x3c\xa7\x7e\xf1\xf3\x7f\x79\x9c\ \x10\xdf\xc4\xeb\xee\x98\x9b\xa3\x46\x44\x45\xca\x48\x58\x21\xd3\ \x97\x3e\xf2\xca\x11\xfb\x96\x3f\xfd\xe7\x84\xdc\x2b\xef\xbb\x73\ \x66\x84\xc2\x7a\x4c\x01\x74\x26\x33\x20\xc4\xbb\x58\x4b\x7c\xe1\ \xe5\x88\x73\xe8\x35\xfd\x0b\xa3\xcb\x15\xd1\xfc\xf6\x0f\x9a\xd7\ \xfe\x09\xbb\xc9\x59\x4f\xe0\x3a\xf3\x5e\x76\x5d\xf2\x83\xef\x72\ \xbd\x1d\x00\x08\x21\x47\x8e\x1d\x1b\x9e\x5f\x80\x31\x62\x8c\x01\ \xc2\x08\x78\xd8\x7f\x83\x31\x21\x84\xd4\x1c\x78\xf3\x77\xab\x6a\ \xbf\xfb\xc3\x87\x52\x14\x2a\x29\x8a\xa0\x16\x47\x44\x96\xb0\xa9\ \x87\x6c\x06\x92\x2c\x93\x5e\xa1\x47\x01\x80\x25\x09\x99\xba\xc1\ \x00\xcb\xb2\x2c\xcb\xc4\x36\x74\x8b\x82\xa2\x2a\x18\x44\x8f\x09\ \x25\x84\xc0\x92\x2c\x01\x0b\xe9\x06\x07\x2c\xcb\x12\x46\xce\xda\ \xa6\x83\xb3\x80\x10\x72\xf0\xe0\xc1\x95\x2b\x57\xea\xba\x9e\x93\ \x93\x73\xf7\xdd\x77\x7b\x3c\x1e\x42\x48\x47\x47\x67\x79\x45\x69\ \x7e\xde\x30\xdb\xb6\xc3\xa7\x35\x34\xd4\x07\x03\x81\xa1\xb9\x79\ \x86\xae\x73\xd1\xd5\x0d\x11\x02\x2e\x04\x02\x24\x3e\xad\xf9\x2e\ \x28\xb5\x29\x13\x8a\xea\x52\xb0\x60\x80\x25\x2c\x0c\xdd\xa0\x02\ \xf5\x6d\xa5\x02\x04\x42\x84\x60\x61\x1a\x66\x78\xed\x12\x75\x77\ \x80\x2e\x9f\x1d\x00\x0e\xcf\x5d\x10\x20\x40\x08\x23\x49\x92\x74\ \x5d\x2f\x29\x29\x2e\x28\x18\x11\xae\x73\xcf\x34\xe7\xcb\xd1\x6b\ \xfa\x97\xb3\x02\xec\x8e\x96\x63\xd3\xb0\xa6\x9d\x9d\x17\x4c\x43\ \xf2\x25\x40\x1f\x7b\x46\x74\xcd\xca\xc2\x31\x21\x8c\x77\xc7\x87\ \x30\x46\x11\xc1\x44\x75\xc7\x44\xf9\x65\x49\x92\x30\xb5\xbb\x94\ \x9b\xa8\xc9\x00\x11\x59\x21\xbd\x4e\xe0\x1e\xe3\xc3\xb2\x00\x4b\ \x32\x16\x42\x70\x66\x99\x0c\x61\x49\x51\x00\x78\xd7\x8f\xeb\x39\ \x95\xd9\x16\x03\x90\x64\xa5\xcb\x93\xec\x4c\x22\x1c\x9c\xb5\xb9\ \x72\x3e\x6a\xd4\x28\x4a\xe9\x91\x23\x47\x6e\xbd\xf5\x56\x8f\xc7\ \xc3\x18\x43\x08\x09\xc1\x05\xeb\xd7\x66\xba\x3c\x0b\xdd\xff\xf5\ \x18\x0b\x20\x04\x87\x2e\x6a\xe8\x3f\xec\xc2\x59\x35\xcd\x89\x24\ \x13\x09\x40\x30\x9b\x01\x00\xb7\x18\x60\x39\xdc\x4c\x41\xf4\xf1\ \x22\x08\xc1\x28\x07\x22\xcb\x20\x06\x2e\xf5\x73\x10\x08\x40\x40\ \x38\xa4\x0a\x09\x24\x90\x40\x2c\xec\xc3\xbb\x50\xf1\x8e\xdc\xe8\ \x8c\x98\xfa\x68\xc4\xb4\x6f\x9d\x53\xc7\x3d\xbc\x02\x61\x74\xf6\ \x1c\x90\x25\xb9\xa9\xa9\x31\x39\x39\x79\xc0\x06\x55\x21\x84\x60\ \x2c\x36\x77\xd6\x4f\x73\x81\x0b\x8b\x03\x26\xc4\x69\xa8\x0e\xce\ \x37\x84\x10\xe3\xc7\x8f\x1f\x3b\x76\x6c\x58\x0d\x80\x10\x42\x08\ \x69\x6c\x6c\x74\xbb\x5c\x7d\xa7\xeb\xaa\xaa\xd6\xd5\xd6\x5a\x96\ \x29\x11\x89\x87\x17\x1c\xc2\x7d\xb8\xdb\xbf\x70\x1e\xd6\xbb\x50\ \xaf\x41\x11\xfe\x08\x5d\xee\x05\x00\x49\x92\x1a\x1b\x1a\x7a\x36\ \x74\x5c\x08\xff\x82\x10\x20\xce\x4d\x4b\x62\x20\x1f\xa7\xa5\xa5\ \x9e\x2a\x3c\x6d\x59\x96\xdf\xef\x77\x5a\xa1\x83\x8b\xdc\xdd\x20\ \x84\x68\x6e\x6e\x6e\x6f\x6f\x1f\x96\x97\xdb\xe3\x93\x62\x8c\x45\ \x44\x44\x7a\x3d\x9e\x63\x47\x0f\xa5\x24\xa7\x11\x59\xee\xee\x7e\ \x17\x62\xbb\x54\x97\x6d\x22\x10\xf4\xd2\x44\x6b\x73\x53\x6b\x5b\ \x6b\x7e\xc1\x08\xf6\x85\x4d\x86\xf3\xe1\x77\x14\x42\x78\x3c\x9e\ \xbc\xbc\xdc\xca\x8a\xca\xe6\xe6\x26\xe4\xcc\xf3\x1d\x5c\xec\xe6\ \x03\x78\xbd\x9e\x61\x79\xb9\xb2\x2c\xf7\x0d\x13\xe2\x9c\x67\x0f\ \x1e\x52\x57\x5b\x53\x55\x5d\x19\x8e\x32\xbc\x38\xaa\xdb\xf5\x7f\ \x6e\x8f\x77\x78\xc1\x08\x59\x56\xbe\x78\x68\xd3\x79\x5a\x8f\xe0\ \x9c\x6b\xaa\x9a\x9b\x9b\x83\x31\x72\xb2\x48\x39\xb8\xe8\x6d\x06\ \xe0\x5c\x50\x4a\xcf\xec\x60\x9c\xf3\xa4\xe4\x94\x94\xb4\xf4\x8b\ \x70\x70\xe3\x9c\x7f\x59\x92\x68\xe7\x6f\xd3\xc0\x45\xab\x7e\xe5\ \xc0\xc1\x67\x02\x63\x8c\xb1\xff\xe3\x0b\xde\x8e\xaa\x9a\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\ \xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\ \x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x97\ \x3a\xce\xb9\x6f\x8a\x48\x8a\xaa\x2a\x18\x81\x60\xd4\x30\x0d\xc6\ \x9d\x7b\xe5\xc0\xc1\x7f\x34\x2f\x20\x49\xc2\x8d\xc5\xbb\x3f\x58\ \xbf\xad\xaa\xcd\x8a\x4e\xcb\x9d\x39\xfb\xea\xec\x68\x09\xb0\xac\ \x28\x12\x08\x6e\x9b\x26\xe5\x02\x00\x49\xb2\x22\xcb\x04\x81\xe0\ \x94\x9a\x96\x4d\x14\x4d\x21\x5c\xd7\x2d\xa2\xa8\x32\x06\xd3\x30\ \x38\x60\x59\x51\x65\x09\x73\x66\x9b\xa6\x2d\x00\xc9\xaa\x2a\x61\ \x8c\x90\x60\xb6\x6d\xd9\x54\x00\x20\x2c\xa9\xaa\x8c\x11\x50\xcb\ \xb4\x6c\x4e\x64\x45\x51\x24\xe0\xcc\xb2\x2c\xc6\x04\x22\x5d\x7f\ \x65\xd4\x36\x2d\x67\x3b\xa6\x03\x07\x17\x88\x17\xb0\x24\x05\xab\ \xf7\xfc\xe5\x57\xbf\xaf\x50\x53\x33\x63\xd4\xa6\x13\x47\x46\x4c\ \x9f\x95\xa7\x48\x6d\x8d\x95\x07\x4f\x57\x31\x25\x62\x50\xee\x90\ \x28\x15\x03\x42\x6d\x35\x85\xc5\x95\xcd\x0c\x49\xfe\xd8\xc4\xcc\ \xb4\x84\xe6\xa2\x03\x65\x9d\xde\x11\xf9\xa9\x8d\xa7\x8f\x56\x87\ \xf0\xe0\xdc\x9c\x68\x99\xd6\x14\x1f\x2e\xad\x0f\xf8\xe3\xd3\x86\ \x66\x27\x23\x2b\x58\x71\xaa\xb0\xb1\x2d\x60\x71\x1c\x97\x3a\x28\ \x3b\x39\x42\x08\x24\xcc\xb6\x63\x47\x8b\x5b\x75\x11\x9b\x32\x68\ \x70\x46\x6c\xb0\xbe\xfc\x40\x49\x15\xd7\xa2\x87\x0e\x1d\xe4\xd7\ \x24\x1a\x6c\x3d\x7a\xb4\xb8\x35\xc4\xa3\x12\xd2\xb2\xd2\x13\x24\ \x27\x01\x84\x03\x07\x17\x86\x17\x10\x0e\xb5\x57\x15\x56\xb5\x64\ \xdd\xfe\xe0\x4f\xbf\x71\x9d\x6a\x05\x91\xa2\xb5\x56\xec\x7b\xea\ \xaf\xcf\x1d\xaa\x0d\x71\xca\x86\x4e\xb9\xf5\x7b\xdf\xbc\x2d\x74\ \xe0\xad\x3f\x3e\xf9\x5a\x51\x53\x88\x51\x2b\x22\x6f\xda\x2f\x7e\ \xf1\xc3\xb2\xb7\xff\xfa\xf8\x81\xe1\xcb\x5e\x7c\x64\xe7\xca\x7f\ \xbe\x58\xec\xfa\xe3\x13\xbf\x6f\xdd\xb5\xf4\x8f\x2f\xad\x6b\x31\ \x05\x90\xa8\x1b\x1e\xfc\xee\xcd\x23\xe9\x0b\xbf\xf9\xe5\xbe\x26\ \x13\x09\xea\x4d\x1f\xfd\xcd\xff\xfa\xef\x29\xf1\xad\x4b\xff\xfe\ \xa7\x37\xb6\x17\x76\x9a\xe8\x8a\xaf\xfd\xea\xbb\x52\xd5\x3f\xfe\ \xf2\x8f\x43\xb5\x41\xc1\xf1\xe0\x2b\x16\x3c\xb6\x70\xd2\xc7\xcb\ \x9f\x78\xe1\xfd\xe3\xb2\xcb\x9d\x3d\xf6\xe6\xc7\xbe\x73\xa3\x62\ \x99\x8e\xd2\xbb\x03\x07\xff\x6e\x9c\xc5\xef\xc8\x18\x8d\xc9\x9e\ \x7a\xff\xdd\xb3\x3b\x76\x2c\xfe\xca\x82\x07\xff\xbe\xf2\xe3\x66\ \xdd\x3e\xb2\xe6\xf5\x4d\x25\xfc\xea\xdb\x17\xcc\x1b\x9b\xbc\x77\ \xd3\x3b\x3b\x8e\x97\x6f\x5c\xb6\xa2\xc4\x75\xd9\x9f\x5e\x7a\xe9\ \xe1\x6b\x46\xdb\xed\x2d\x26\x07\x59\x75\x79\xdc\x1a\x02\x90\x55\ \xcd\xeb\xf6\xf0\x40\xe5\x5b\x8b\xdf\x6c\x89\x1e\x79\xdf\x7d\xf3\ \xb3\x49\xed\xbb\xef\xbf\x5f\x19\xe2\x7a\x47\x68\xec\xfd\x3f\x79\ \xf1\xb7\x8f\xba\x1a\x0e\x6f\xdf\x5d\x54\x76\x70\xf5\xab\x1f\x56\ \x5c\xfb\xe8\xe3\x6f\xac\x58\xf2\xdd\x6b\xd2\x36\xbd\xb3\x6c\x7b\ \x09\x9b\x7d\xc7\xfd\xd7\x8d\x8f\xdf\xf9\xd6\x5b\x47\x2a\x2a\x8b\ \x8b\x4e\xb3\x88\xe1\x5f\xfd\xfe\x8f\xbf\xff\xc0\x5c\x17\xb5\x1c\ \x52\x70\xe0\xe0\xc2\xd8\x0b\x82\x53\x50\xe3\x6e\xfe\xfa\x7f\x4f\ \x9f\x57\xb6\x6f\xd3\x1b\x7f\x5f\xfc\x84\x01\x38\xab\xd9\x52\x24\ \xbb\xe8\xf0\xc1\x68\x4f\xd2\x95\x57\x15\xc4\x8a\x96\x3d\xf5\x66\ \xda\xf8\x61\xc3\x92\x93\x6a\x35\x15\x83\x8d\x00\x00\xb8\xe0\x4c\ \x56\x35\x45\x22\x80\x90\x6d\xb4\xd6\x77\x22\xac\xd4\xef\x3f\x40\ \x62\xf3\x27\xa4\x65\x0c\x21\x8c\x23\x8c\xb0\xe2\x4a\x4a\x4b\x8c\ \x88\xd0\x98\xd9\xd9\x5c\x5d\x6d\x79\x32\xc7\xe4\xe7\xc5\xc6\x7a\ \xc1\xaa\x6e\xea\x68\xe6\x82\x95\x1c\xdd\x1f\xa9\xa5\xcd\xbd\xda\ \xad\xf9\x52\xee\xbc\xff\xdb\xf6\x2b\xaf\x3d\xff\xfb\xdf\x8d\x98\ \x79\xf3\x03\x0b\xae\x89\xc1\x36\x75\x26\x12\x0e\x1c\x5c\x80\x79\ \x04\x91\x83\xf5\x47\xdf\xd8\x74\x3c\x29\x67\xa8\xe2\xf5\x2a\x98\ \x77\x74\xd8\xe9\xb9\xe9\x62\xcb\xbe\x84\xc1\x23\x46\xa7\xbb\x29\ \x8b\x28\xc8\xcd\x38\x95\xe2\xde\xbd\x77\xe7\xbb\x1b\x22\x4b\x2b\ \x1a\x40\xf2\x23\x22\xf9\x13\x12\x58\xed\xe1\xb5\xeb\x36\x35\xd6\ \x36\x33\xa1\x2a\x9e\xa4\x9c\x34\xed\x64\x9b\x2b\x7f\xcc\x78\x3f\ \xb2\x7c\xc9\x23\x12\xb5\x6a\x8b\x72\x8d\x33\xc6\x38\xe3\x8c\x73\ \x14\x3f\x34\x3f\x2a\xb8\xf8\xad\x77\x57\x75\x0e\x4f\xf2\xc4\xa4\ \x66\xa7\x66\x61\x76\x28\x36\x7b\xd4\xf8\x14\x12\x50\x93\xb2\xbd\ \x50\x59\x67\x4f\xbc\xf6\x66\xf4\xe6\x4b\x1f\x6c\x5c\x7b\xc5\x75\ \x73\x13\xe3\x10\x75\x88\xc1\x81\x83\xf3\xcf\x0b\x08\x61\x6e\xb4\ \x1c\xdd\xb1\x66\xf9\x1b\xaf\x31\xe2\xca\x1e\x37\xef\xd6\x6b\xa6\ \x8c\x88\x19\xf1\x60\x9d\xbe\xea\x9d\x17\xd6\x06\xd9\xe0\x71\xd7\ \x0f\x9f\x36\xf6\x9a\x85\x5f\x29\x79\xea\xa5\xe7\xfe\xfa\x37\x22\ \x98\x94\x1a\x4d\x39\x19\x3e\xed\x8e\x79\x47\x9f\x59\xfe\xd4\xdf\ \x91\xe2\x1e\x34\x29\x3b\xc2\x17\x7f\xf3\x37\x1e\x69\x79\xfe\xd5\ \x57\x9e\xfc\x83\x41\xa2\xe6\xdd\xff\xa3\xe1\x89\x8a\xcb\xe3\xd1\ \x64\x02\x88\xbb\xdc\x1e\x09\x8b\xe4\x91\xd7\x7d\xf3\xbe\xfa\x57\ \xde\x5d\xf6\xf8\x3b\xf6\xa8\x79\xdf\xfd\xf9\x3d\x5f\xb9\xb7\xe3\ \x9f\xab\xde\x7c\x76\xa3\x41\xd3\xa7\x7f\x65\x74\x96\x7f\xc7\xaa\ \x97\x56\x1f\xeb\x74\x79\x23\xe7\xdc\x70\x53\x6e\x34\xb2\x98\x43\ \x0a\x0e\x1c\xfc\xdb\x71\xce\x3c\x74\x9c\x51\x9b\x32\x00\x24\xab\ \x9a\x22\x21\xce\x11\x41\x34\x14\x32\x19\x00\x91\x64\x89\x60\x49\ \x92\x98\x69\x82\x6c\xaf\xf9\xc7\xef\x17\x1f\x36\x1f\xfb\xe3\x1f\ \x26\x44\x09\xc3\x32\x74\xc3\x16\x08\xcb\xb2\x4c\x30\x96\x24\x89\ \xdb\xba\x6e\x52\xc0\x58\x96\x64\x8c\x84\x65\xd9\x48\x92\x65\x0c\ \x96\x6d\x23\x2c\x29\x8a\x22\x61\xd0\x43\x21\x2a\x40\x22\x92\xac\ \x69\x84\xdb\xba\x6e\x32\x00\x49\x92\x25\x8c\x18\xa3\x36\xa5\x80\ \x25\x97\xe6\xc2\x82\x3a\xb4\xe0\xc0\xc1\x67\xc5\x97\x98\x87\x0e\ \x11\x49\x91\xe4\xae\x8b\x52\xca\x01\x80\x23\xa4\xba\x5c\xd0\x9d\ \xc0\x97\x51\x8a\x24\x55\xd3\x24\xb7\xc7\xe3\xf5\x10\x09\x01\x63\ \x54\x20\xc9\xe5\x96\x7b\xce\xa1\xd4\x46\x58\x76\xb9\xc3\x99\xe0\ \xb8\x10\x48\x73\xb9\xc2\x19\xe1\x34\xcd\x25\x84\x10\x9c\xd9\x02\ \x29\x9a\x4b\x09\x7f\x85\xda\xac\x7f\x29\x92\xac\xca\x8a\x0a\x00\ \xc2\x21\x05\x07\x0e\x2e\xe0\x3c\xa2\x9b\x62\xce\x48\x66\x75\x46\ \x8a\x47\x21\xa8\x1e\x82\xa9\x77\x7f\xfb\xf2\xbb\x40\x92\xba\x96\ \x10\xc5\xc0\x73\xfa\x5d\xa8\x47\xdc\xbe\x57\xe5\xbe\xff\x65\x07\ \x9c\xef\xa4\x95\x74\xe0\xe0\xe2\xe1\x85\xcf\x00\x22\xc9\xe4\xbc\ \x64\xe6\x73\xe0\xc0\xc1\x25\xc3\x0b\x0e\x23\x38\x70\x70\xc9\x01\ \xfd\xbb\x79\xe1\xd3\x03\x63\x0c\x4e\x72\x4a\x07\x97\x04\x84\x38\ \x57\x42\x37\x84\x10\xc2\xf8\x22\xec\xe7\xe2\xdc\x75\xee\xa9\x7a\ \x4f\x32\x4b\x01\x9f\x94\x70\xf7\x3c\xf1\x02\x42\x88\x73\xd6\xd6\ \xd6\xc1\xa8\xed\x34\x39\x07\x17\x3f\x64\x59\xf1\xfa\x7c\xe1\xdc\ \xd6\xfd\x5a\x32\xc6\x7a\x28\xa4\x87\x42\x70\x91\xe5\x59\x15\x02\ \x14\x45\xf6\x78\xfd\x18\xa3\x7f\x6d\xc2\x77\x0d\xcf\xe8\x42\xf2\ \x02\x42\x88\x52\xda\xd4\xd4\xe0\xf3\x46\x78\xbd\x5e\xa7\xcd\x39\ \xb8\xf8\x11\x08\x04\x1a\x1a\xea\xe3\xe3\x13\x06\xb4\xe4\xf6\xb6\ \x56\xdb\xb2\x22\xa2\xa2\x30\xba\xb8\x4c\x06\x01\x10\x0a\x06\x1a\ \x1b\xeb\xe2\xe2\x12\xfe\x75\xca\x78\x21\x3e\x79\x22\x21\x7d\xbe\ \x1a\x28\x04\xc9\xe4\x9c\x84\x89\x00\x28\x07\x93\x8a\xee\xa2\x51\ \x5b\x6b\x4b\x44\x44\x54\x5c\xff\xbb\xec\xc0\xc1\x45\x8b\x88\xc8\ \xa8\xea\xaa\xca\xf6\xb6\xb6\xa8\xe8\xe8\xb0\x71\x8e\x10\x32\x4d\ \x43\x0f\x85\x32\xb3\x07\x49\xe1\x35\xfc\x8b\x0c\x91\x91\x51\x35\ \xd5\x55\xed\x6d\xad\xd1\x31\xb1\xe7\x9c\x50\x20\x00\x84\x00\xa1\ \x4f\xe6\x8e\xcf\xc3\x0b\x6e\x19\xad\x3e\xac\xaf\x3f\x6e\xb8\x95\ \xb3\x5f\xda\xb0\xc5\xc8\x54\xf9\xde\xc9\x5e\xc3\x16\x61\x9b\xc5\ \x30\x8c\x94\xd4\xf4\xf0\x9c\x46\x08\x71\xa6\x79\xf6\xb9\x6d\x27\ \x42\x30\x00\x70\xc6\x3e\xa5\xe7\x42\x00\x10\xfc\xd9\xbe\x72\xce\ \x42\x39\xfb\x57\xee\x9b\xee\x32\x11\xc1\x08\xbe\x94\x04\xe4\x42\ \x08\x44\x08\x06\x10\x9c\xf1\x4f\xf7\x03\xba\x7e\xb2\xe0\x4c\x80\ \xe3\xdd\x19\x70\x67\x7a\x66\xe6\xe1\x7e\x12\xfe\x57\x08\x81\x31\ \x8e\x88\x88\xac\xad\xa9\x8a\x46\x31\x3d\xc6\x82\x65\x5a\xaa\xaa\ \x49\x92\xdc\xd3\x7a\x45\x77\x9b\x46\x08\x09\x38\x1f\xb7\xf7\x5f\ \xd4\x39\x32\xb2\xa6\xb2\xe2\x5c\x7d\x5e\x20\x10\x1c\x21\x21\x40\ \x08\x10\x00\x48\x7c\x99\xbc\x20\x61\xa8\x6b\xa7\xfb\x2b\x2c\x9f\ \x7a\xf6\xe2\x83\x96\xf0\xbb\x90\x84\xfb\xfe\x18\x01\x08\x04\x67\ \x00\x80\x09\xe9\xfd\x31\x9c\xf1\x2f\x10\xa0\x80\xb1\x68\x28\x2f\ \xec\x94\xe3\x33\x13\x23\xc5\xa7\xeb\x75\x18\x41\x5b\x5d\x55\x27\ \xf8\x92\xe3\x23\x80\x0f\x54\x73\xc0\x44\xc2\x48\x50\xca\x3e\xb1\ \x50\xd4\xd1\x58\xd5\x6c\xbb\xd3\x12\x22\x41\xfc\xeb\x42\x11\x26\ \xa0\x37\x55\xb4\x42\x52\x62\x14\x01\x84\x49\xf8\xbe\x08\xce\xd8\ \xe7\x10\x93\xc0\x18\x5b\x1d\x4d\xd5\xad\x66\x72\x72\xb2\x4b\x46\ \xc0\x19\x3d\xe3\x2a\x92\x24\x85\x79\x8f\x10\xcc\x29\x45\x88\x37\ \x54\xd6\xca\x71\xa9\x91\xb2\x70\x62\xc3\x06\x8c\x9d\x00\x20\xfa\ \x74\xe9\x9e\x7e\x1e\x3e\x61\x00\x95\xf7\x84\xd6\xf4\xe5\x85\x9e\ \x6e\x09\xa2\x5f\x6b\x40\x08\x11\x42\xce\xf6\x7c\x3e\x75\xf5\x30\ \x21\x18\xb1\xfe\x3b\x82\x7a\xea\xdc\xb7\x56\x5d\x75\xe3\x1c\x00\ \xd8\x27\x74\x04\x21\xa0\x2b\x3e\x08\x7d\x72\xa5\xf0\xe7\x63\x2c\ \x89\x20\x97\x8c\xb4\x73\xbc\x5c\x32\x52\x48\xbf\x82\x05\xe3\x42\ \x74\x79\x3b\x8c\x8e\xe6\x8a\xb2\x92\xd3\xa7\x8b\xca\xab\x1b\x2c\ \x41\x88\x84\x3f\xf7\x6d\xc3\x98\xee\x5b\xfb\xf2\xea\x3d\xa5\x04\ \xe3\x4f\x49\xd5\x98\xc0\xa1\xd5\x2f\xbf\xf5\xf1\x49\x72\x86\x4b\ \x19\x63\xdc\x51\x5d\x78\xf8\x78\x25\x7c\xd2\xd5\x10\xc6\xf8\xd8\ \xe6\x37\x5e\x5e\x7b\x18\x08\xfe\x54\x05\x62\xb6\xfd\x8d\x17\x97\ \x7f\x54\x88\x09\xc1\x84\x35\xd5\x94\x17\x9d\x2e\xaa\x6e\x68\x07\ \x22\x11\xf4\x79\x78\xa1\xb9\x68\xeb\xd3\x4b\x37\xe9\x76\xdb\x8a\ \xa7\x7e\xb7\xe6\x44\x8b\x44\x48\xdf\xbf\x4b\x84\x7f\xfc\xda\xd3\ \x2f\xbc\x73\x0c\x68\xcb\xe1\xc3\xc7\xda\x19\xc1\x04\x1d\xdb\xf0\ \xda\xcb\xef\xec\x15\x44\x72\xec\x85\x01\x2d\x59\x74\x77\x69\x84\ \x10\xc6\xb8\x2b\xae\xae\x0f\xfa\xda\x64\x02\xba\xfa\x5e\xdf\x13\ \x38\xe7\x9c\xf3\x01\x61\x80\x08\x90\xa0\x66\x43\x7d\xa3\x4e\x3f\ \xe7\x12\x1c\xc2\xd8\x6e\xaf\x39\x70\xa8\x50\x67\xa8\x6f\x73\xec\ \xa9\x73\xbf\xa2\x7b\xaa\x2a\xc2\x34\x81\xce\xc1\x83\x08\x21\x40\ \x08\x77\xbd\xbb\xb0\x7e\x47\x00\xe0\xdd\xa6\x0b\x26\x64\xef\x92\ \x3f\x3d\xbd\xbb\x3d\x6f\x48\x82\xde\xd1\x29\x25\x0c\xbb\x7b\xc1\ \xfc\xa1\xb1\x32\x07\x8c\x31\x02\x01\x80\x40\x30\xca\x91\x44\xb0\ \xa0\x36\xc5\x92\x8c\x11\x50\xdb\x46\x44\x26\x58\x70\x0e\x18\x23\ \xe8\x7d\x5a\xc2\xb6\x4c\x9b\x73\x00\x20\x44\xea\xf9\x99\x9c\xda\ \x4c\x00\x21\x04\x23\x04\x08\x81\x60\x36\xe5\x92\x24\x87\x99\x9d\ \x9a\xc1\x90\xc9\x00\x80\x48\x52\x98\x66\x19\xe3\x02\x10\xc6\xb8\ \xfc\xa3\x37\x96\xd7\x16\xfc\x6a\x58\x3a\x12\x9c\x02\x96\x08\xee\ \x2a\x8b\x33\x9b\x71\x22\xc9\xe1\x27\xc4\x6c\x33\xa8\x5b\x02\x00\ \x63\x4c\xba\x8a\xe0\x4c\x20\x82\x11\xb5\x6d\x40\x44\x92\x30\xa3\ \x36\x17\x40\x24\xac\x57\xee\xfe\x60\x5f\xdb\xbc\x1f\x8e\x22\x56\ \xd3\x3b\x8b\x9e\xdf\x74\xbc\xde\xe5\x75\x85\xda\x03\x83\xa7\xdd\ \x7a\xdf\xcd\xd3\xdc\x98\x87\x9b\x23\x20\x04\x20\xa8\x4d\x01\x61\ \x49\x22\x5d\x47\x04\xa7\xdd\xf1\xdf\x98\x48\x24\x5c\xbc\xb0\x83\ \x81\x10\x45\xda\xd0\x91\xe3\xe5\x28\x95\x8b\xb0\x81\xd0\xd5\x1a\ \x04\x87\xe4\x9c\x02\xcd\x95\x10\xa8\xdc\xf5\xfc\xd2\xc3\x8f\xfe\ \x22\x3f\x0a\xe4\xb1\xd3\x27\x7e\xf0\xe4\x9a\x43\xd3\x2f\xbb\x2c\ \x9e\xd8\x94\x3b\xec\x30\xc0\x2c\x97\x65\xb9\xa9\xb1\xb1\xac\xbc\ \x7c\xec\xd8\xb1\xe1\xce\xd6\xd3\xf9\x51\xff\xb3\x85\xe8\x8a\xea\ \x1d\x30\x08\x0f\xec\x81\x44\xb2\x9a\x8e\xfe\xe6\x17\x6f\xdf\xfa\ \xa3\xff\x99\x9c\xa1\x74\xbb\xfa\x10\x70\x46\x99\x90\x64\x09\x84\ \x00\x10\x8c\x31\x01\x7d\x1f\x37\xa3\x54\x48\x72\x57\xaf\x6c\x28\ \xda\xf9\xe2\x8a\xfa\x1f\xff\xef\x50\x2f\xe1\xdc\x66\x03\xba\x7b\ \xaf\xa9\xd2\xf5\xe0\x45\x4f\x9d\x07\xf4\x77\x84\x10\xa5\x76\x20\ \x10\x70\x7b\xdc\x5c\x30\x01\x02\x01\x92\x09\x69\xef\xe8\x38\x17\ \x69\x9d\x17\x5e\x40\x88\x73\x2e\xba\x9e\x01\x0b\x86\xc4\xf0\xe9\ \x77\x3f\x76\xdf\xa4\x60\x6b\xcd\xfb\x8b\xfe\xf8\xa7\xe7\xf0\xaf\ \x7f\x74\xaf\xbf\xe3\xf4\xf2\xa5\x2b\x8f\x55\x76\x44\x67\x8f\xbd\ \x67\xe1\x0d\xed\x3b\xfe\xb9\xba\x3e\xeb\xd1\xbb\x66\xd6\x6f\x5d\ \xfe\xe6\x31\xed\x6b\x5f\x9f\xd7\x72\x70\xcd\x6b\xbb\xe9\xb5\x53\ \xe2\x57\x2f\x7f\xa7\x85\x01\x48\xb1\xd7\xde\xf5\x95\xcb\x87\xb8\ \x7a\x96\x92\x9b\x8a\xb6\x2f\x5d\xb6\xa6\x2e\x08\x59\x63\xaf\xbe\ \x73\xde\x14\x9f\x1c\xdc\xb4\x6c\xe9\x87\x87\x4a\xb0\x2f\x75\xde\ \x9d\xf7\x8c\xcb\x8e\x6c\x38\xf9\xd1\x92\x15\xeb\x5a\x85\xd6\x59\ \x56\x9b\x7d\xad\x66\x87\xaa\xdf\x7a\xe9\xe5\x43\xd5\xc1\xa8\x21\ \xd3\xef\xbf\x63\x66\x84\xcc\x04\x80\xa2\xca\xd5\x87\xde\xfe\xf1\ \xff\x1c\xcc\x9f\x7c\xfb\xfc\xe9\x91\xab\x5f\x79\x65\x7b\x61\x93\ \x16\x9f\x73\xf3\x9d\xb7\x0d\x4f\xf2\xb6\x97\xed\x5d\xb2\xf4\xed\ \x06\xaa\x74\xd4\x17\x2b\xe3\x26\x4a\x00\x47\x3f\x58\xb2\x72\xdb\ \x09\x4b\x8e\x9c\x7d\xc7\xbd\xc9\x8d\x6b\xdf\x2e\x4f\x78\x78\xc1\ \x6c\x57\xdb\xd1\x27\x5f\xfe\xf0\xf2\xf9\xdf\x18\x1d\x8b\x10\xe2\ \x85\x07\x77\xd9\x99\xe3\x2e\x4b\x71\xef\x5c\xfa\xb7\xf7\x4e\x2a\ \xdf\x7e\xec\x17\x43\xa3\xd5\xd6\xf2\xbd\x4f\xfc\xfe\xb9\xe5\x89\ \x69\xf7\x8d\xc2\x8b\x5f\x78\xe9\x78\xa3\xc5\x41\x1e\x3d\xfb\xf6\ \x9b\xa6\xe5\x29\x3c\xb8\xfb\x9d\x15\xef\xef\x3e\xc5\xb4\x84\xd9\ \xb7\x2d\xb8\x7c\x68\x34\xb3\x19\xc2\x12\xef\xa8\x78\x63\xe9\xab\ \x87\x6a\x4d\x64\x35\x98\xbe\x89\x0a\x98\x15\xc5\x47\xbd\x71\x23\ \x86\x21\x6b\xef\x9a\x65\xab\xb7\x15\x52\x4e\x7d\x59\xd3\x1f\x7e\ \x60\x76\x7b\x65\x71\x91\x3b\xb9\x60\x98\xdb\xae\x3d\xf1\xcc\x2f\ \x7f\x96\x99\x3f\xe1\xfe\x3b\x67\x8c\x4b\x7a\x67\xf7\xa1\xe2\xcb\ \xae\xce\x03\x67\x32\x71\x86\x01\x58\x53\x53\xfb\xca\x2b\x2f\x97\ \x94\x94\x34\x35\x36\xce\xb8\x6a\x66\xb8\xb3\x08\x18\x18\x0e\x20\ \xa0\x6b\xb6\xda\x3b\x8f\xe8\xee\x8b\x67\xba\x81\x40\x20\x42\x88\ \xa2\xe0\xba\xa3\x1b\x5e\x7c\x7d\x53\x50\x00\xf6\xa4\xdd\xb2\x70\ \xe1\xc8\x44\xbe\xf5\xcd\xd7\xd6\xed\x2f\x47\xbe\xec\xf9\xf7\xce\ \xcf\x8d\x65\x5b\x56\xbe\xba\xfe\x40\x29\xf8\x52\x6f\xb8\xeb\xde\ \xd1\x09\xc6\x9a\x17\x5f\xfa\xf8\x54\xb3\x2f\x7d\xcc\xec\x91\x2e\ \x51\xbd\xeb\xcf\xff\x5b\x9b\x3c\x62\xe6\xfd\x37\x4e\xf5\x60\x36\ \x60\xe2\x1b\x2e\x17\xf5\xb1\x7a\xc2\x75\x1e\xd0\xd7\x09\x21\xb6\ \x69\x14\x9e\x3c\x31\x6e\xe2\x24\xce\x38\x00\x23\x84\x48\x84\x54\ \x94\x97\xba\x34\xed\xac\xce\x88\xf3\xb1\xd6\x82\x00\x78\xd7\xcc\ \x4b\x40\x8f\x6b\x01\x90\x27\x2a\x65\xde\x1d\xb7\x2b\xa7\x0e\x15\ \x57\xd4\xbc\xff\xf2\xb3\xc7\xf8\xe0\xfb\xbf\xbe\x30\xa1\x75\xdb\ \xdf\x5f\xdd\x24\x47\xc6\x9e\xde\x73\xa4\x8d\xd2\xe3\x07\x76\x6f\ \xfa\x78\x6b\x1d\x45\x55\xc7\x76\x75\xc8\xaa\x5e\x7f\xfc\xa4\x99\ \x74\xf7\x57\xbf\x36\x25\xa9\xf9\xb5\xc5\x2b\x83\x5c\x92\x10\x00\ \x51\x78\xb0\xf4\x85\xa7\x17\x43\xde\x9c\x07\x16\xce\x6d\xdc\xba\ \xe4\x95\x4d\xc7\x05\xf2\x14\x4c\xbb\xe6\xa1\x47\x1f\x1e\x1f\x55\ \xb7\xe2\xed\x8d\x81\xce\xaa\xc5\xcf\x2e\x81\xa1\x57\xdf\xbf\xe0\ \xe6\x21\x71\x6e\x84\xc4\xe9\x5d\x6f\xbc\x57\xa4\xde\xf3\xc8\xb7\ \xef\x9c\x35\x42\x45\x34\xec\xe6\xb0\x6c\x91\x98\x7b\xc5\xc3\x8f\ \x7e\xe3\xba\xa9\xc9\x9b\x97\x3e\xf3\x41\xb9\xef\xee\x07\x1e\x1c\ \xed\x2e\x7d\xee\x9f\x6f\x75\x84\x1a\x5f\x7b\xe1\x85\xa6\x84\xcb\ \xef\x5d\x78\xfb\x88\x54\x3f\xa7\x8c\x01\x64\x8c\x9e\xf1\xe0\x23\ \x8f\x5c\x9b\xaf\xac\x5c\xb1\xda\xf0\xc4\x96\xee\xdc\x5b\x13\x42\ \x9d\x25\x87\x8b\xab\x8c\xb8\x08\x59\x70\x01\xc2\xac\x2a\xad\x4e\ \x4a\xcf\x52\x79\xed\xc7\x87\x0a\x47\xde\x74\xc7\xb0\x44\x3f\x60\ \x29\x6e\xc8\xe4\xeb\xae\x1e\xbc\x63\xdb\xa1\xe6\x86\xf2\xc3\xa7\ \xda\x66\xdd\xf5\xe0\x5d\x33\x32\xd6\xbd\xb6\xf4\x44\x33\xad\xda\ \xf1\xd6\xd2\x6d\x4d\xd7\xdf\xf7\xc8\xdc\x1c\xbe\xf8\xc5\x57\xab\ \x74\x2c\x11\x2c\x11\x63\xe3\xf2\x67\xb7\x36\xc7\xde\x7d\xdf\xbd\ \xd3\x0b\x52\x81\x72\x24\x8c\xb2\x53\xc7\xea\x0d\x5e\xbf\x6b\xe5\ \x0b\xef\x9e\x98\x76\xfb\x7d\x0b\xae\xca\x2f\xdf\xb3\xaf\xd9\x12\ \xcd\xe5\xa7\x8b\xaa\xda\x04\xa7\x6a\x7c\xf6\xad\x0f\x3e\xba\x60\ \xee\xe5\x1e\xa2\x24\xa6\xc5\x97\x95\x57\x9a\xa2\x67\x80\x73\x5e\ \x3d\x2f\xde\xd8\x58\x9f\x99\x99\x39\x67\xce\x1c\xd3\x32\x83\xc1\ \xce\xb0\x3d\x0e\x02\x06\xfa\xbe\xba\xa7\x0b\x22\x6c\x3a\x74\x51\ \xc2\x39\x5f\x00\x40\x24\x51\x7d\x6a\x7f\x85\x9a\x73\xff\xd7\x1f\ \x1c\xa1\x16\xbd\xba\x62\x5d\x7d\xed\xd1\x25\x6f\x1d\xb9\xfc\x8e\ \x87\x1e\xba\xe7\x9a\xd4\x68\xe5\xd8\xba\xa5\x2b\x0f\x9a\x77\x7e\ \xf5\x91\x2b\x92\xdb\x5e\x7c\x79\x55\x73\x5b\xeb\xfe\xbd\xa7\x47\ \xcc\x9d\x7f\xcf\x4d\x57\x46\x49\x16\x49\x2a\xb8\xfb\xc1\x47\x17\ \xcc\x1c\xa5\x00\x65\x9c\x9f\xad\x14\xe8\xf3\x06\xba\xe7\x11\x03\ \x49\xca\xef\xf7\x37\xb7\x34\xed\xd9\xbd\x33\x18\x0a\xc9\xb2\xa4\ \xeb\xa1\x43\x87\x0f\x02\xa0\xe8\x98\x98\xb3\xba\xc3\xcf\xd3\x3c\ \x42\x30\xce\x39\xe3\x1c\x61\x12\x8e\xca\xa2\x0c\x18\xb3\x85\x20\ \x9a\x4f\x16\xed\xd5\xc5\xc7\x8b\xd9\x9c\xef\xcd\x19\x92\xed\x8b\ \xba\xfe\xca\x1d\xff\x3c\xca\x67\xce\x1d\xa4\xec\x2a\x3c\x71\xb4\ \xca\x70\x67\xc4\x98\xc7\x0f\x17\xb7\x94\x1b\xc3\x67\x15\xb8\x03\ \xa5\x9e\x98\xf8\xb4\xf4\x8c\xf4\x19\x93\xd6\x3e\x7f\xb0\xce\xa0\ \x08\x01\x96\x50\x4b\xd1\x91\x7a\x9a\xfe\x9d\x6b\x27\xa7\x6b\x70\ \xcd\xf4\xdd\x2f\xee\x3d\x11\x9a\x9a\x70\x68\xf3\xbb\xbb\x4a\x5a\ \x8d\x96\xfa\x50\x72\xa8\xaa\xe2\x74\x99\x9d\xfd\xad\xd9\xd3\xb2\ \x22\x59\x5e\x66\xf4\x01\xcb\x4e\x18\x3c\x3e\x47\x7e\x7d\xe5\x9b\ \x6b\x66\xcf\x9e\x1d\x1f\xc7\x29\xe3\x00\x12\xe7\x5c\x76\xf9\xe3\ \xe3\x62\x15\xbd\x64\x4f\x61\xfd\xd8\x5b\xbf\x9e\x3f\x38\x21\xd7\ \x3d\x67\xc7\x1f\xde\x3e\x74\x3c\xbe\x2a\xe0\xb9\xe9\xa6\x59\xd9\ \x31\xb8\x3a\x2b\xed\x54\x1b\x13\x34\x78\x74\xef\xc6\x8f\x0e\x56\ \xda\xa1\x86\x76\x6b\xb0\x3f\xa5\x60\x98\x7f\xed\x91\x92\xda\xd4\ \xc2\x9a\xc8\xa1\x63\x12\x65\x66\x5a\x4c\x15\x66\x28\x20\x34\x55\ \x03\x16\xb2\x00\x5c\x6e\x0c\xd4\xb4\x6d\x2e\x49\x8a\xec\xf2\x73\ \xdd\xb4\x29\x57\xbd\xd1\xa9\xe9\x19\x43\xb3\x66\x0c\x7b\xf7\x58\ \x53\x7d\x63\x53\xc9\xc9\xfa\x66\x7d\xdd\xca\xa5\x34\xd8\x0c\x28\ \x2d\xd0\x61\x8a\x78\x59\x04\x6a\x8f\x9f\x6a\x98\x7c\xf7\x23\xc3\ \x06\xa5\xf8\x5a\x87\xb8\x0a\xdb\x6d\xce\x89\xac\x69\x58\xdf\xbb\ \xe7\x54\xc2\x98\x79\x33\x46\x0c\x0a\x9c\x28\x8d\xd0\x2a\x39\xa5\ \x48\x92\x24\x02\x94\x52\xa4\xb8\xa2\xe2\xe3\xa3\x35\x43\x00\x57\ \x14\x97\xdd\x19\xb2\x28\x97\x99\x63\x2f\xf4\x03\x63\x30\x7c\xf8\ \xf0\x91\x23\x47\x85\x3f\x9a\xa6\x41\x29\x95\x11\xe2\x9c\x01\xe7\ \xbd\xc6\x3b\x42\x02\x04\xe7\xac\x7b\x29\xaa\xc7\xe1\x07\x42\xf0\ \x01\xa3\xae\x00\xcc\x18\x17\x20\x38\x63\x00\x28\x22\x3e\x31\x23\ \x3d\xdb\x3b\x63\xcc\x96\x55\x95\x86\x7b\xe2\x94\x11\xde\x4d\xab\ \x56\xf0\x99\xd7\xce\x8a\x77\x1d\x2f\x3c\xd5\xd4\x24\xbf\xfb\xfa\ \x52\x2b\xd0\x2a\xe4\xd4\x40\xc0\x90\xdc\x91\xa9\x19\x59\x69\xc9\ \xfe\xca\x4a\x8e\x64\x57\x74\x5c\x7c\x94\x62\x5a\x67\x77\x86\xf7\ \x2b\x96\x73\xc4\x05\x3f\xb3\x9f\x0b\x21\x88\x24\x65\x67\xa7\x34\ \x36\x34\xee\xdf\xb3\x93\x73\x81\x09\x8e\x88\x8c\x4c\xcc\xca\x0a\ \x05\x03\x17\xd6\xbf\xc0\x41\x08\xc6\x38\x26\xc0\x84\x40\x88\x10\ \x20\x44\xa2\x47\xf7\x6f\xa9\x70\x27\xa6\x27\x45\x1f\xe0\x7a\x5b\ \x67\x08\xc0\x17\xec\x68\xb3\x00\xb4\xb8\xf4\x61\x59\xea\x9a\x37\ \xd7\xc5\xc7\x0f\x9d\x39\xcd\x3c\xb0\x76\x69\x87\x19\x7b\x5f\x5e\ \x02\xdd\x42\x39\xb3\x4d\x1b\x30\x05\x04\xc0\x6c\x46\x29\x13\x1c\ \x64\x59\x16\x76\x67\x47\xc8\x06\x0d\x3a\x3a\x3a\x14\xbf\xbb\x62\ \xfb\xbb\x2b\xb7\xb5\x7d\xeb\xc7\x0f\xd3\x23\xaf\xbf\xb4\xdf\xc6\ \x92\x2c\x99\x6d\xad\x01\x1d\x22\x65\xca\xb8\x65\x18\x11\x69\x33\ \xfe\xeb\xa7\xd9\x3b\xd6\x2e\x7b\xe6\xf7\xbf\x5d\xf8\x5f\x3f\x99\ \x94\xea\xe6\x8c\x71\xce\xa8\x6d\x09\x00\xc0\xb2\x82\x44\x67\x6b\ \x27\x40\x82\xde\xd1\x61\xd8\xc4\xa5\x6a\x82\xe9\x8d\xad\x21\x88\ \xf1\x70\xc6\x05\x91\xda\x8e\x6f\x5c\xfa\xee\xc1\xdb\x7f\xf8\xa3\ \x8c\xe6\xad\x7f\x5e\x5e\x64\x7b\x92\x27\x8c\x4a\x7b\x6f\xfd\xfb\ \x35\x7a\x5b\xde\x55\xd9\x88\xd9\x8c\x51\x8e\x90\xe2\x02\x3d\xd4\ \x0e\xf2\xb0\xac\x08\xcf\xc1\x6d\xfb\x43\xa3\xaf\x55\x65\x06\x7a\ \xe3\xc1\x5d\x87\x92\x73\xc7\xb9\x88\x29\x38\xb3\x4c\x93\x11\x8b\ \x10\xc1\x38\x97\x04\x8a\xca\x9e\x70\xef\x57\x67\xcb\xcc\xc2\x92\ \x2c\x4b\xb6\x6e\x80\x06\x58\x91\x79\x53\x73\x07\x40\x0a\x67\x9c\ \x33\xd6\xd5\xec\x38\x97\x30\x18\xc1\x40\xb7\x1b\x5d\x30\x16\xf6\ \x44\x31\xce\x85\x6d\xdb\x5d\x76\x2f\xb7\x75\x3d\x44\xdc\x0a\x70\ \xc6\x99\x93\x0c\xe4\x8c\x95\x75\x5d\x0f\xfb\x0a\xc3\x2c\x80\x10\ \x0a\x3b\xf4\xce\x32\x8f\x10\xe1\xc3\x5d\xde\x3e\x08\xfb\xf6\xc5\ \xc0\x25\x63\x01\x98\x31\x06\x42\x70\xc6\x04\x17\x9c\xd9\x26\x07\ \x8b\x22\xc1\x28\xd5\x92\x16\x7c\xff\x27\xa7\x77\x6f\x7c\xee\xa5\ \x3f\xd6\x99\x0f\xc5\xc8\x4a\x5c\xee\xe4\xfb\xef\x9d\x8a\x28\x95\ \x34\xb7\xdc\x76\xd2\xa6\x8c\x5a\xa6\x00\xc6\x39\xa7\x16\x15\x5d\ \x4b\x79\x03\xd9\x1c\x75\xfb\x37\xbb\xd9\x01\xf1\x6e\x9c\xe9\x50\ \x14\x42\x10\x42\x52\x52\x53\xc3\x5c\x26\x49\x12\x21\xe4\x6c\x9b\ \xa6\xcf\xb3\xbd\xc0\x05\x17\x1c\x71\xc4\x39\x20\xaa\x17\x1f\xfe\ \xf8\xad\xb7\x6b\x5b\xca\x4f\x1f\x2c\xac\x9b\x7b\xdb\x37\x06\x67\ \xa4\x8c\x9f\x90\xf1\xe6\x92\x7f\xea\x27\x33\x4e\xec\xdc\x35\x62\ \xca\xfc\x28\xcd\x35\x6a\x44\xf6\x3f\x7f\xb1\x32\xe1\xe1\x5f\x4d\ \x19\x11\x78\x6f\xc9\xcb\xf2\x55\x3f\x1d\xe4\x65\x07\x74\x23\xa4\ \x9b\x8c\x02\xb7\x8c\x50\x28\x64\x71\x14\x11\xe1\x3a\xbe\xfd\xe3\ \x96\xf1\xd7\x8f\x49\xff\xf0\xe5\xa7\x9e\x1b\x97\x81\xb6\xef\x6c\ \x9d\xf1\xb5\x11\x11\xe6\x4e\x0f\x3f\x7a\x60\xf7\x2e\x28\xaf\x08\ \x59\x59\xbe\xa4\xbc\xc9\x79\xef\x2c\x79\xfa\x1f\x15\x63\x32\x8e\ \x9d\xa8\xf7\x4e\x96\x6a\x0a\xb7\x6c\x3f\xd8\x1c\x29\xb9\x7d\x98\ \x99\x96\xc5\xa8\xc2\x18\x8a\xc9\x4a\x6d\xdb\xb6\xf9\x85\x57\x68\ \xce\xe0\xbc\x2b\xa6\x8d\x7e\x71\xf5\xf3\xaf\xb4\x8c\xaa\x3b\xb4\ \xdd\x5b\x30\x37\x67\xc8\xa8\xcb\x87\x6d\x5a\xfd\xf4\xdf\x3a\xa6\ \xe6\x15\x1f\x2a\xe2\xb9\x13\x25\x77\x84\x5f\x31\x8f\xef\xdd\xdd\ \x12\x2a\x0a\xd8\xcc\xd4\x45\xc1\xe4\x29\x6f\xff\xf8\xf7\x3b\x62\ \x26\xff\x34\x33\xce\x36\x2d\xc6\x38\x25\x72\x42\x5a\xdc\xd6\xf2\ \xf2\x16\x73\xfc\xec\x9b\x6f\x39\xf5\x8f\x15\xbf\xf9\x63\x79\x7e\ \x7a\x64\xcd\xf1\xbd\xa5\x66\xde\xd7\x66\x8e\x46\x0d\xeb\x83\x41\ \x83\x52\xc6\x04\x0d\x05\x83\x01\x53\x9a\x3e\x6e\xda\xda\xdd\x6f\ \x2d\x59\x69\x67\x78\x49\x54\xc6\xb0\xf1\xa3\x06\x09\xcb\x34\xd5\ \xd8\x29\x53\x27\xbc\xb0\xea\x85\x17\x5b\x26\xb2\xf2\xbd\x3a\xce\ \x41\xcc\xd6\x43\x81\xce\x10\x9e\x3a\x79\xcc\x9a\xe7\x56\xfd\x63\ \x49\x47\x64\xf3\xe1\x5a\xdd\x8d\x05\xb5\x74\x5d\xc7\x86\x16\x95\ \x16\x13\x7c\xfb\xcd\x45\x2f\x9c\x1c\x9a\x3d\x65\x42\x7e\x5d\x75\ \x63\x6a\x6e\xbc\x24\x6c\xdb\x11\xb2\xe8\x1d\x6d\xbb\xde\xc8\xb2\ \x2c\xcb\x5d\xa1\x4a\xa6\x61\x70\x00\x8e\x09\x08\x2e\x44\xef\x82\ \x20\xea\x21\x06\xce\x39\xe3\x42\x70\xd1\xc7\xd5\xd7\xbd\x5a\xd9\ \xd3\x0f\x31\xa3\x76\x28\xa4\xdb\x94\x09\xd3\x08\x19\x16\x63\x60\ \x5b\x86\x69\xda\xc1\xc6\xe2\x77\x77\xee\x55\x22\x54\xbf\x47\x74\ \x98\xd2\xec\x89\x53\x3e\x7a\x61\xed\xd2\xb7\x02\xc9\x1a\x4e\xc8\ \x1d\x3b\x36\x5e\xe8\x21\xdd\xb2\xa8\x6d\x51\x5f\x4c\x72\x54\xe7\ \xba\xd7\x17\xbf\x9c\x9d\x3e\x64\xca\xc4\xe1\x1e\x49\x70\x71\x86\ \xa3\xb0\x8b\x13\x00\x01\xe2\x08\x83\xe0\xe7\x8a\x65\x0c\xaf\x5f\ \x60\x8c\xc3\xdf\xf8\xe4\x68\x1a\xf2\xd8\x63\x3f\xfa\xac\x77\x53\ \x91\xd0\x81\x0a\xeb\x48\xb5\xad\x9c\x63\xd9\xcb\x66\x90\x11\x23\ \x4d\xcf\xd1\x6c\xd6\xb5\xb4\x56\x5f\x57\x17\x1b\x97\x00\x20\x38\ \x17\xaa\x4b\x65\x60\x76\x76\xea\x4a\x74\xc6\xec\x9b\xef\x98\x96\ \x13\xaf\x1b\x3c\x3d\x37\x3f\x56\x0a\x94\x55\xb7\x0f\x9e\x34\x77\ \xde\xf4\xe1\xd8\x34\xd4\xc8\xd8\xe8\xd8\xd4\x82\x91\x23\x92\xa3\ \xdd\xde\x98\xc4\x11\xe3\xc6\x26\xba\x30\x05\x1c\x19\x9b\x9c\x91\ \x18\x85\x41\xb8\x7c\xb1\x69\x69\x69\xa9\x89\x29\x8a\x15\x74\xa7\ \x0e\xbb\x7c\xdc\x30\xd4\x5e\x5b\xdb\x41\x2e\xbf\xf6\xe6\xc9\x39\ \xf1\xae\x98\xe4\xd4\x68\x52\x5e\x5a\x61\x2a\xf1\x13\x26\x8e\x4b\ \x4f\x48\xc8\x1d\x9e\xef\xa5\xad\x95\x75\x2d\x51\x83\x2e\x9b\x3c\ \xa1\xc0\xcd\xda\x4e\x17\x16\x37\x06\xc9\xb8\xab\x6f\x1a\x9f\x1d\ \xcb\x18\xe3\x8c\xb9\x13\xb2\x92\x3d\xa2\xb6\xae\xc5\x1d\x93\x3a\ \x66\xf2\xe4\x6c\x1f\x2d\xad\xa8\x8f\xcd\x9b\x7e\xcb\x9c\x09\x2a\ \xa0\x8c\x61\x23\xe2\x48\x67\x45\x75\xb3\x37\x29\x77\xea\xf8\x82\ \x94\xb4\xec\xec\x44\x5f\x6d\x79\x69\x3b\xf3\x8c\x9a\x38\x31\x2f\ \x3d\x2e\x22\x3a\xb6\xf9\xd8\x4e\x9a\x75\xe5\xec\xf1\x19\xcc\xb2\ \xb9\x00\x81\x24\xbf\xca\xb6\x6f\xdc\x1e\x95\x3b\x32\x2b\x3d\x7b\ \xd4\xc8\x41\xac\xbd\xa1\xb1\x4d\x8f\xce\x1a\x73\xeb\x1d\x37\x64\ \xfa\xc0\xb4\xb9\xea\x8f\x4d\xcf\x48\x56\x10\x48\x2e\x6f\x62\x6a\ \x6a\x52\xc6\xa0\xbc\xcc\x98\x96\xda\xaa\xb6\x10\xc4\xa5\x66\x24\ \xc5\x78\x05\x63\x94\x89\xf8\xac\xfc\xec\x58\xa9\xba\xa2\x9a\xbb\ \x93\x27\x4f\x9d\x98\x11\xe3\x25\xb2\x27\x29\x25\x2d\x2d\x3b\x2f\ \x3f\x3d\xb2\xb9\xa9\xc5\x08\xb4\x57\xb7\x2a\x97\x4f\x1f\x1b\xa9\ \x49\x51\x49\x29\x69\x29\x69\xd9\x69\xfe\xe6\xba\x3a\xee\x49\x4c\ \x20\x75\x6b\xb6\x54\x4e\xbd\xf6\x9a\x64\xb7\xb0\x19\x17\x0e\xba\ \x87\x7b\x10\x02\x21\x7c\xe2\xc4\xf1\x2d\x5b\xb6\x16\x16\x9e\x3e\ \x7d\xfa\x74\x7c\x7c\xbc\xaa\xa8\x08\x21\xd3\x34\x3b\xda\x5b\xe3\ \xe2\x13\xc2\x5d\x08\x63\x1c\x0c\x06\x4c\xcb\x8a\x8e\x89\xb1\x6d\ \xab\x67\xa5\xb0\x67\xd4\xe5\xfd\xaf\x2c\x00\xa9\xde\xc8\xac\xcc\ \x14\x8f\x2a\x47\xc5\xa5\xa4\xc5\xf9\x40\x80\x37\x2a\x31\x33\xc1\ \x5b\x57\x5a\x58\x5e\xdf\x9e\x3a\x6a\xe6\x35\xe3\x86\x44\x27\x65\ \xe5\xa6\xf9\x1b\x6a\xaa\xda\x4d\x9c\x98\x9e\x11\x1f\xe5\x91\x5d\ \xfe\xd4\x8c\x74\xb7\x24\x88\x2f\x26\x3d\x25\xa2\xa1\xa6\x1e\x3c\ \xf1\x83\xd2\x13\x24\xc4\x79\x97\x77\x51\x74\x09\x93\x74\x17\x1d\ \xfe\x17\x63\x6c\xd9\xb4\xb5\xa5\x25\x3e\x21\xa1\x6f\xb7\x47\x08\ \xd5\xd5\xd6\x78\x7d\x3e\x84\x30\xea\x03\x00\xb0\x2c\x2b\x22\x22\ \xf2\x4c\xab\xe1\x9c\x3a\x6e\x9f\x00\x9f\x86\x9e\xfa\xb0\x73\xd1\ \xb6\xa0\x4f\x3b\xbb\xdb\x32\x68\xf2\x19\xb9\xda\xe3\xb7\x44\x06\ \x0c\x11\x5e\x41\x3c\x7c\x68\x7f\x7e\xc1\x48\x00\xe0\x8c\x61\x59\ \xd5\x14\x09\x84\x10\x9c\x9a\xa6\x69\xd3\x70\xdc\x21\x56\x34\x4d\ \x91\x30\xb3\x2d\xc3\xb4\x04\x00\x20\xe2\x72\x29\xd4\xd0\x2d\x8e\ \x5d\x2e\x4d\x58\x86\x41\x99\x24\x6b\x2a\xe1\xba\x61\x01\x91\x35\ \x45\x32\x0d\x5d\x60\xd9\xa5\x29\x96\x1e\xa2\x40\x34\x97\x26\x61\ \xb0\x4d\xd3\xb4\x6c\x40\x58\x56\x35\x55\x26\x00\xc0\x2c\xd3\x30\ \x2d\x81\x25\x55\x53\x65\x82\x41\x70\xd3\x30\x18\x48\x2e\x4d\x41\ \x48\x50\xcb\x34\xad\x9e\xd0\x11\xa4\x68\x2e\x55\xc2\xb6\x65\x18\ \x26\x95\x35\x97\x2a\x13\x4e\x6d\xc3\x34\x39\x07\x40\x58\xd5\x34\ \x59\xc2\x20\x84\x6d\xea\x86\xcd\x65\x55\x53\xc3\xec\xc8\xed\xf2\ \xc3\xbb\xf7\x9d\x38\x71\xbc\x54\x9f\x7b\xcf\x7d\x05\xb1\x3d\x52\ \x94\x58\x51\xd8\x47\x8b\x9f\x3a\xec\x9a\xfc\xd0\xad\x63\x81\x82\ \xaa\xa9\x04\x23\xc1\xa8\x61\x9a\x8c\x71\x20\xb2\x4b\x95\x4c\xdd\ \xe0\x80\x55\x97\xca\x2d\xc3\xa2\x42\x92\x55\x4d\x95\x11\x12\xb6\ \x69\x98\x16\xeb\xa6\x7f\x24\x2b\xaa\xa2\x48\x08\x04\xb5\x4c\xc3\ \x62\xaa\xa6\x01\x63\x9d\x35\x47\x36\x1f\xac\x88\xf0\x7b\x4b\x0f\ \x6c\xad\x8f\xbe\xfc\xa1\x3b\xaf\xf4\x2a\x18\x73\x5b\x37\x99\xa4\ \x68\x2e\x55\x96\x89\xb5\xee\x85\xbf\xec\x93\x26\x3e\x74\xc7\x44\ \x08\xdf\x5b\x07\xfd\x43\x42\x9a\x1a\x1b\x97\xad\x58\x59\x5e\x56\ \x71\xed\x35\x73\xa7\x4d\x9f\x8a\x31\x91\x24\x29\x14\x0c\x54\x94\ \x97\xe5\x0f\x1f\x61\xdb\x76\xd8\xab\xdf\xd0\x50\x1f\x08\x74\x0e\ \xcd\x19\x66\xe8\xa1\x30\x27\xf4\x0b\x77\x1a\x30\x94\x23\xe2\xd2\ \x64\xcb\x30\x40\x52\x15\xc4\x74\xd3\x46\x92\xa2\xc9\xd8\x34\xa9\ \xea\xd2\x08\x46\xe1\x76\xc5\x38\x48\x8a\xaa\x29\x32\x42\xc2\x32\ \x74\x8b\x82\xe6\x52\xa9\x69\x50\x26\x00\x81\xa4\x68\x9a\x22\x09\ \x6a\x85\x8c\xb3\x3c\x38\xd4\xfd\x4f\xb8\x9f\x4b\x92\x64\xe8\x7a\ \x49\x49\x51\xc1\x88\x51\xe1\x3a\xf7\xf0\xc2\xc1\xfd\x7b\x12\x93\ \x92\x31\x26\x61\x7b\xa1\xc7\x6a\x08\x04\x3a\xd3\xd2\x33\xcf\xb4\ \x1d\x3e\xcf\x3c\xc2\xb4\xc5\xb8\x2c\xd5\xa3\x62\xe5\x1c\x71\x39\ \x36\x17\xa9\x51\x92\x69\xf7\xf4\x35\x10\x5c\x58\x96\xa5\x2a\x8a\ \x00\x61\x5b\x3a\x35\xbb\x49\x2e\x1c\x5c\x21\x00\x04\xb7\x42\x21\ \xab\xbf\x3f\x48\x0f\xe8\x00\x80\x80\x1b\xc1\x50\xd8\x56\x62\x96\ \x19\x0a\x5f\x91\x52\x9d\x52\x00\x04\x9c\x86\x02\xe1\xfc\x74\xcc\ \x08\x04\x7b\xef\x98\x10\xb6\xae\xdb\x7a\x9f\x7b\xc8\x98\x19\x0c\ \x99\xbd\xd7\xb7\x82\xb6\x75\xa6\xb5\xd5\xb7\x1a\xfd\xaf\x00\x20\ \xb8\x19\xea\xbd\x02\x02\xa0\x86\x41\x0d\x00\x00\x22\x21\x23\xd0\ \xd6\x6a\x7a\x67\xdf\x72\xdd\xf0\x38\x62\x5a\x14\x75\xf5\x66\x66\ \x59\xd2\xc4\xeb\xe7\xa7\xb6\x02\xb5\x18\xe6\x42\x0f\xd0\x7e\x4f\ \xb6\xeb\x87\x00\x00\x37\x83\xe1\xdf\x0b\xcc\x32\x83\x96\x39\x70\ \x91\x1d\x84\x6d\x18\xb6\xd1\xe7\x41\x84\x74\x44\x08\x96\x5c\x0a\ \x0d\x95\x97\x77\x44\xe6\x5f\x7d\xed\x84\x51\x2e\x61\x99\x21\x81\ \x00\x21\x00\x66\x1a\x01\xd3\x40\x98\x65\x4d\x9c\x37\x24\x2e\x0d\ \x9b\x16\xe5\x02\x39\xc1\xd0\xfd\x3b\x16\x63\x2c\x3e\x3e\xe1\xee\ \xbb\xe6\x57\x56\x56\x8d\x1c\x39\x42\x70\xc1\x05\x03\x24\x1b\x86\ \x75\xe6\x40\x6a\x5b\x36\x08\xde\xb5\x2e\x08\x7d\x37\x2b\x23\x10\ \x03\xf6\x58\x32\x3d\xc8\x00\x00\x98\xa9\x03\x00\x20\x61\xdb\xba\ \x0d\x00\xa0\xf7\x36\x54\x40\x00\xcc\x34\x83\x66\xef\xe3\x36\x82\ \x7a\xcf\x73\xa7\x86\x11\x30\xce\x52\xe7\xde\x76\x81\x04\xea\x2a\ \x56\x08\x84\x4c\xcb\xfa\x52\xf6\x79\x7e\x1e\x7b\x41\x08\x50\x65\ \xa4\x4a\xe7\xdc\xe3\x80\x10\xb2\x99\xd0\xad\xae\xb9\x19\x21\xa4\ \xbc\xac\x34\x18\x0c\xe4\xe6\xe5\xcb\x8a\x1a\x8e\x16\x15\x42\x20\ \xe8\x6e\xa2\xe1\x45\xa1\x4b\x3c\x3e\x46\x52\x5d\x32\x41\xdc\x36\ \x4c\x9b\x0f\x0c\x2c\xc1\x44\xc2\x60\xd3\x7f\x43\x5a\x1c\x21\x10\ \x91\x35\x55\xe9\xe2\x20\xc3\x64\x67\xf1\x3a\x01\x91\x24\x60\x8c\ \x39\x0a\x3a\xe7\xf2\xe6\x0b\x41\x08\x21\x12\xb1\x6c\x8a\x04\x00\ \x88\x50\x48\x3f\x71\xfc\x48\x4a\x6a\x5a\x5c\x5c\x7c\x58\x16\x15\ \x63\x6c\x9a\xc6\x89\xe3\xc7\x32\x32\x33\xe3\xe2\x12\xa0\x6b\x8f\ \x8f\x00\x81\x04\xf4\x89\x86\x3e\x7f\x75\xee\xe7\x7e\x04\x00\x5d\ \xd7\x4f\x1c\x3b\x92\x98\x9c\x9c\x90\x90\xd8\x57\xca\xf5\x3c\xd9\ \x0b\x08\x81\x45\x85\xf5\x49\x79\x1c\x44\x5f\xab\x8a\x31\x96\x9a\ \x96\x5e\x5c\x54\x78\xe8\xc0\x5e\x59\x56\x9d\xe1\xca\xc1\x45\x6c\ \x3f\x08\x04\x48\x80\xb0\x4c\x23\x26\x36\xbe\x87\x14\xc2\x8e\x3a\ \x4d\x73\x65\x66\x66\x95\x95\x16\x57\x55\x54\x60\x4c\x2e\xae\x96\ \x2c\xc0\x32\xcd\xe8\xd8\x98\x01\xa4\xf0\xf9\x70\xfe\x74\x59\x86\ \x0c\xcd\x0d\x74\x76\x58\x96\xed\x28\x36\x39\xb8\xe8\x8d\x3f\xd0\ \x54\xcd\xe3\xf5\x0e\xe8\x60\x8c\xb1\xa8\xe8\x18\xb7\xc7\x1b\x0c\ \x06\x06\x86\x48\x5f\x04\x75\x56\x55\xcd\x7b\x46\x9d\x2f\x6a\x5e\ \x08\xfb\x68\xbd\x3e\xbf\xd3\xe6\x1c\x5c\x2a\x38\x6b\x07\x63\x8c\ \xc9\xb2\x1c\x15\x15\x7d\x09\xd5\xf9\xe2\xe5\x85\x1e\x4b\xcc\x69\ \x6d\x0e\x2e\x79\x6b\xe2\xdc\xe1\x40\xff\x67\x80\x9d\xc7\xec\xc0\ \x81\x83\x0b\x66\x2f\xa0\x7f\x25\x1d\xe5\xc0\xc1\x45\x03\x04\xf0\ \x89\x7a\xd0\x17\x63\x4b\xfe\xa4\x3a\x5f\xa4\xbc\x80\x10\xb2\x2c\ \xb3\xa3\xbd\x83\x87\xe7\x3f\xdd\xcb\x93\xbd\xbf\xc8\x81\x83\x0b\ \x30\x25\xe8\xdb\xa7\xfa\xb6\x57\x41\x88\x1c\x11\x19\x29\x49\xd2\ \xc0\x29\x03\x42\x1d\x1d\x1d\x86\x1e\x02\xd1\xa7\x19\xa3\x7e\xab\ \x86\x17\xa4\xce\x02\x84\x24\xc9\xfe\x88\x08\x59\x96\xbf\xf8\x34\ \xe7\x73\xf2\x02\xfa\x14\xb7\xa0\xa7\x6e\xe1\x90\xd2\x96\x96\xa6\ \xb8\xb8\x44\x97\xdb\xdd\xe7\xc7\xa1\x33\x7e\xab\x03\x07\xe7\x79\ \x8c\x85\x3e\x9d\xbb\xb7\xf1\x76\x76\x74\x36\x36\xd6\xc7\xc7\x27\ \xe2\x3e\xba\x5e\x08\xa1\xa6\xa6\x46\x49\x92\x92\x53\xd3\x10\xc2\ \x7d\xc5\x16\xcf\x18\xeb\x2e\x40\x9d\x03\x81\xce\xa6\xa6\x86\xb8\ \xb8\x78\x42\xa4\x0b\xc3\x0b\x4c\x00\x63\xe7\x5c\xa7\x11\x00\x18\ \xa1\x1e\x95\x33\x84\x50\x5b\x6b\x4b\x7c\x7c\x62\x44\x64\x14\xf4\ \x11\xc9\x04\x71\xfe\xa2\x41\x1c\x38\x38\xab\x19\xdb\xb7\xf9\xf5\ \x95\x23\x8e\x8d\xd3\x38\x67\x6d\xad\x2d\xb1\x71\xf1\x3d\xfb\x23\ \x42\xa1\x20\x67\x2c\x25\x33\xbb\xcf\x99\xa8\x3b\x5a\xe7\xbc\xc6\ \x35\x0d\xa8\x73\xf8\xdf\x98\x18\x8d\x33\xde\xde\xda\x1a\x1b\x9f\ \xf0\x05\x27\x14\x9f\x87\x17\x3c\x2a\x5a\xb2\x33\xb8\x72\x6f\xc8\ \x73\x0e\xdd\x57\xdd\x12\x93\x06\xa9\x3f\x98\xe3\x0f\x99\x5d\xb5\ \xb7\x6c\xdb\xe3\xf1\xf6\xdd\xe3\x31\x40\x60\xf3\x8b\xdc\x50\x84\ \xba\xe4\x8e\xf9\x17\x7e\x28\x84\x10\xf8\x3c\x8b\x3d\x88\x90\x2f\ \xa9\x06\x3d\x57\x03\xc1\xb8\xc0\x08\x89\x33\xc4\x69\x01\x21\x8c\ \x90\xe8\xd6\xf1\x13\x42\x20\x4c\x30\xfa\xf2\xca\xff\xcf\x63\x87\ \x9e\xae\xd5\xd3\xeb\x10\x42\x1e\x8f\xb7\xad\xb5\xa5\xaf\x2b\xc1\ \xb6\x6d\x59\x56\xfa\xd2\x47\x6f\xf0\xee\x97\x24\x71\x7e\x26\x07\ \x9c\xf5\xb2\x03\xea\xdc\xb3\xa7\xd3\xe3\xf5\xb6\x36\x37\x7d\x71\ \xf7\xc7\xe7\x8a\x77\x04\x30\x6d\xd1\xae\x8b\x73\xed\xe3\x0f\x59\ \x22\x64\x0d\x10\xc6\x13\x1c\x04\x0e\xeb\xf0\x77\x49\x22\x76\xe9\ \x41\x03\x26\x88\x33\xfa\x79\xef\x29\x42\x98\x86\xea\x0e\x1c\xab\ \xc9\x1a\x3e\x32\x4e\x83\x2f\x10\xea\x8b\x08\x81\xba\xc2\x83\x35\ \x34\xe1\xb2\xbc\x84\xcf\xd2\xc5\x90\x24\xb1\xd2\xa3\x87\x79\x4c\ \x76\x76\x82\xaf\xaf\x46\xe7\x00\x25\xdf\x4f\x5d\x0d\x56\x7e\x64\ \x7f\xbb\x96\x35\x3c\xcb\x1b\x32\xb9\xa2\xca\x78\xc0\xa4\x92\x33\ \xdd\xb2\x89\xac\x28\x8a\x8c\x38\x63\x08\xd3\xb6\xaa\xa3\x15\x81\ \xdc\xfc\x5c\x0d\x51\x87\x1a\x3e\xab\x45\xde\xb3\xea\x88\x10\xea\ \x95\x75\x45\x88\x0b\x31\x50\x43\xb5\x5b\x0d\xa9\x47\x7c\xbc\x57\ \x1e\xfa\x8c\xc4\x6e\x08\x11\x42\xd0\xe7\x6b\x04\x3d\x6d\x1b\x63\ \x18\x20\x28\x3d\xa0\xce\x3d\x33\xf6\xf0\x11\xf1\x25\x25\x80\xc7\ \x9f\xb7\xc6\x40\xf0\x27\xbd\x06\x08\x2a\x73\xce\xbb\xe7\x62\x04\ \xd9\x6d\xc7\x76\x6f\x59\xb7\x76\xdd\xc7\xbb\x0e\x77\x18\x66\xd1\ \x9e\x0d\x1f\x9d\xac\x97\xa4\xae\x3d\xdb\xe1\xe0\x6d\xdc\xcd\x78\ \x5d\x1f\x71\xd7\x47\x1c\xfe\xd0\x87\x35\x09\xc1\xb4\xbd\xe4\xd5\ \xd7\x57\x57\x1b\x04\x75\x0b\x23\xe3\x2e\xf4\x5e\xa4\xf7\x6a\xa8\ \xef\x65\x31\xee\x7e\x13\xd6\xc9\x3d\xfe\xe1\xbb\xab\x77\x94\x23\ \xd4\x5b\x81\xbe\x55\xea\xba\x78\xbf\x1a\x01\x91\x88\x51\xb3\x7f\ \xd1\x4b\x2b\xea\x2c\x84\x30\x6a\xaf\x39\xbd\x65\xd3\xfa\xf5\x1b\ \x3e\x3a\x51\xd1\x42\xa4\xb0\xd6\x75\x6f\x59\xa8\xdf\x23\xef\xbd\ \x48\xef\xf3\xc0\x18\x21\xd8\xff\xde\x9b\x9b\x8f\xb6\x06\xcb\x36\ \xfe\xfa\x4f\x2f\xd7\x18\x12\xc1\xa8\xb7\xc2\x92\x84\xda\x4e\x3f\ \xf5\xab\xdf\x1d\x6c\x34\xaa\x0f\x6d\xf9\xf0\x40\x35\xc1\x48\xc6\ \xfa\x87\xaf\xbd\xb8\xee\x68\x23\xee\xa7\x0d\xed\xe0\x5f\xbb\xf0\ \xba\x37\x3f\x89\xf0\xdd\x85\x6e\x43\xac\xbb\xf3\x89\x33\x68\x81\ \xf7\xfd\x62\x9f\x8d\xd5\x03\x48\x01\x71\xb3\xf9\xd0\xfe\xa3\x8d\ \xba\xc0\x78\x60\x03\x18\xd0\xaa\xcf\xda\xe6\x25\x49\xd2\xeb\x4e\ \xbe\xbf\x6e\x77\x90\x4b\x12\x46\x67\xad\x73\xdf\xa2\xbb\xb6\x1e\ \x7c\xa2\x1e\xf4\xbf\xdd\xbf\xf0\x59\x59\x44\x84\xb7\xa9\x23\x4c\ \x50\xfb\xbb\x2f\x3c\xb1\xb6\xd0\x1e\x3a\x28\x3a\x10\x2a\x4f\xca\ \x48\x3c\xb1\x7b\xdd\x6e\x2f\x1e\x9e\xa0\x49\x9a\xcb\xe7\x71\x09\ \x33\xd8\xd2\x1e\x94\xbd\x91\x11\x6e\x99\xda\x94\x33\x3b\x18\x08\ \x58\x1c\x7b\xfd\x11\x6e\x15\x07\xda\x5a\x42\x54\x8a\x8a\x8a\x20\ \x82\x0a\x2c\x21\x66\xb4\xb5\x1b\x7a\x67\x48\x40\x57\xb6\x0c\x21\ \x04\x02\x61\x04\x03\x81\x90\x29\xbb\x7c\x11\x3e\x97\xa0\x96\x69\ \xda\x88\x28\x32\x41\xd4\x32\x19\x10\x45\x26\xd4\x36\x82\x81\x10\ \x23\x6a\x84\xcf\x6d\x05\xda\x75\x46\x22\xa2\x22\x09\x08\x01\xc0\ \x6d\xbd\xbd\xad\x55\x10\x57\xa4\x4f\x0d\x0b\x52\x73\xb3\xb3\xa5\ \x5d\x57\xfd\x51\x7e\x95\x50\xc6\x2c\x2b\x18\x08\x84\x90\xec\xf6\ \x79\x35\x0c\x80\x80\xed\x5d\xb7\x1e\x0f\xbd\x6a\x62\x86\xaf\x74\ \xfb\xeb\xcf\xbc\xba\xc5\x9d\x3e\x38\x02\x02\x6f\xaf\x5a\x39\xf6\ \xa6\x87\xee\xbd\x6a\x18\x58\x66\x30\x10\xd4\x4d\xaa\x7a\xfd\x7e\ \xb7\xc2\x28\x23\x92\x6c\x87\xda\xdb\x82\x96\xc7\x1f\xe5\x51\x90\ \x1d\xb6\xbb\x10\x96\x25\x14\x6c\x6b\xb5\x80\x1a\x94\x0b\x46\x5d\ \x89\xa3\x6e\xbb\x71\x50\x94\xc4\x04\x26\xc8\xd2\x5b\xdb\x3a\x84\ \xa4\x79\x7d\x1e\xc9\x93\x34\xf7\xf6\x5b\x93\x63\x95\xdd\x6f\xaf\ \xff\x90\x4e\x1a\x91\xe9\x55\x7c\xd9\xd7\x4e\x4d\x5b\xb4\x76\xc3\ \x55\xa3\xe6\xbb\x85\x70\xa2\xc7\x3e\x2b\x64\x59\x2e\x2e\x2e\x3e\ \x7e\xfc\xf8\xdc\xb9\x73\x09\x21\x94\x52\xe8\xca\x5c\xcb\x07\x9a\ \xbd\xdd\x06\x45\xdf\xf9\xef\x99\xa6\x3e\xc6\x12\x6d\x2f\x7a\xee\ \xef\x2b\xef\xfc\xd9\xe3\x53\x33\x79\xa0\xbd\x33\x64\x50\xd5\xe3\ \xf7\x79\x54\xc1\x38\xe2\x56\x6b\x5b\x07\x47\x8a\xd7\xe7\x51\x64\ \x05\x33\xbd\xa5\xb5\x03\xbb\xfc\x91\x5e\x8d\x51\xca\xa8\x19\xe8\ \x0c\x62\xd5\xd3\x51\x79\xec\xdd\xd5\x25\xe9\xc3\x06\xa7\xf8\x14\ \x8f\x5b\xc3\x03\xbc\x9a\x7d\x44\x60\x7a\xe8\x2c\xac\x1a\xf3\xc5\ \x57\x51\xcf\xa3\x4e\x7c\x78\xba\x14\xac\xde\x76\xa8\x78\xe4\x57\ \xfe\xf4\xd5\x89\xb1\xc0\x38\x60\xbd\x50\x96\x4b\x3f\x7e\xfb\x6f\ \x25\x3b\x27\xdd\xf9\xc0\xf4\xd8\xf2\x57\x9e\x79\xa9\xb0\xcd\xc6\ \x6a\xd4\x35\x0b\xbe\x3e\x63\x98\xfc\xf6\x3f\xff\xb4\xf6\x70\x67\ \x44\x5c\xf6\x3d\x0f\x2d\x84\x23\xab\x5f\xdb\x70\xcc\xb2\xed\xd8\ \x82\x59\x5f\xbb\x7b\xb6\xa7\xa3\x74\xc9\x33\xff\x3c\xd0\xc0\xdd\ \xb8\xad\x81\xa5\x10\x04\x20\x40\x92\xe5\xfa\x7d\x6b\xfe\xf6\xe2\ \xbb\xd4\xe7\x37\x43\xf6\xe4\xdb\x1f\xba\x7d\x72\xe4\xb2\xdf\xff\ \xda\x77\xf5\x77\x6f\x1d\x97\xbe\x63\xc9\x6f\x77\x6b\x33\xbf\x7f\ \xeb\xa0\x57\xff\xfc\x9b\xbd\x2d\x9a\x26\x0c\x2d\x2e\xc9\x4d\x83\ \x0d\x0d\x4d\xd1\x23\x6f\xfc\xfe\xfd\xb3\x5c\x12\x2a\xde\xbc\xec\ \x0f\x55\x1f\xb4\x87\xc8\x95\x77\x7e\xed\xa6\xf1\x99\xa1\xca\x03\ \x2f\xbf\xf2\x46\x55\xc8\x66\x24\xee\xf6\xaf\x3f\x34\x8a\x14\x3e\ \xf9\x97\x17\x2a\x6d\x2d\x35\xef\xaa\xaf\x7f\x65\x8e\x07\x04\x18\ \x55\xbb\x0a\x3b\x46\x2d\x98\x80\x5a\x8e\xbe\xf8\xc2\x9a\xdc\x7b\ \x7e\x7a\xdf\x15\x83\x01\xa0\x6a\xe7\xab\xff\xf3\xe2\xa2\x61\xf9\ \xbf\x8e\x3f\xbd\xe4\x0f\xaf\x1d\xf4\x47\xb8\x3a\x0d\xf7\x0d\x0f\ \x3c\x32\x6b\x78\x5c\xd3\xa9\x8f\x16\xbd\xbe\xb6\xc5\x64\xc2\x97\ \xb5\xf0\xc1\xaf\xe4\x46\x13\xc6\x41\xc6\xec\xe8\xda\x25\x2f\xad\ \x39\xa8\xfa\xbd\x35\xa7\x1b\xc6\x8e\x72\x19\x4d\xc7\x57\xac\x2e\ \x7e\xe8\x07\x39\x6a\xd3\xc9\xc5\xcf\xbd\x72\xa2\x9d\xf1\x40\x47\ \xfc\xd4\xf9\xdf\x9e\x9d\xb6\x69\xd5\x3b\x53\x93\xbf\xe3\xf5\xb8\ \x6b\x3e\x5c\xfd\xb7\xd6\xbd\x23\xaf\xf9\xea\x2d\x93\x26\x93\xcd\ \x6f\x1d\xab\xb5\x27\x26\x00\xa7\xce\x5c\xe2\xb3\x79\xa7\x4e\x9e\ \x3c\xb9\x68\xd1\xa2\x86\x86\x86\xd6\x96\x96\x5b\x6f\xbb\x4d\x91\ \x65\xe8\x11\x59\x1e\x60\x5f\x88\xfe\x7d\x12\xce\xae\x13\x2f\x84\ \x00\x20\x2e\xb7\xdb\xe5\x22\x65\x3b\x56\xfe\xf9\x95\x2d\xee\x48\ \x77\x50\x57\xe7\xdd\xff\xcd\xab\x72\xe0\x8d\xe7\x9e\xdb\x53\x1d\ \x52\x7d\x19\x77\xde\xbf\x30\xd7\x5b\xbd\xe2\xa5\x45\x07\x6a\x02\ \x54\x28\x57\xdc\xf1\x8d\xb9\xb9\xe8\xb5\xbf\xfe\x71\x57\x9d\x88\ \x1f\x34\xe1\x9a\xd1\x1e\xd2\x7c\xf4\x95\xa7\xff\x9a\x3c\xe2\xaa\ \xfb\x6f\x9a\xe6\x41\x6c\x20\x01\xf5\xe8\x3e\x84\x53\x60\x9c\x83\ \xa4\x2e\x52\x5e\x40\x00\x61\x59\x1b\xce\x19\x72\x67\xdd\x30\x6b\ \xc2\x6b\x4b\x7e\xff\xd4\xe9\xcb\xaf\x98\x31\x63\x58\x8a\x6c\x5b\ \x7c\xf8\x35\x0b\x7e\x78\xf3\x58\x22\x3a\xde\x7a\xe2\xd9\xf2\xe8\ \x19\x3f\xfd\xee\x95\xa5\x1b\x17\x3d\xf7\xe2\xca\x82\x9f\x5e\x5f\ \x59\xd9\x34\xee\x8e\xef\xcd\x1f\x93\xae\x57\xed\x7c\x7c\xf9\xee\ \x49\x0b\x1f\x19\xe3\xaf\xfc\xcb\x1f\x96\x6d\x1d\x3d\x3a\xf9\xf4\ \x6b\x7b\xcc\xec\x1f\xfd\xcf\x7c\x28\x59\xf7\xbf\x2f\x1d\xa6\x9c\ \x87\x6f\x53\x47\x43\x65\xd0\x3f\xe6\x67\xff\x73\x77\xfd\xe6\x17\ \xff\xb2\x6a\xf5\xf4\x51\xf7\x08\xcb\x0a\x8f\xc9\xd4\x36\x6d\xc2\ \x84\xd9\x56\x59\x4b\xaf\x7b\xe4\x87\x93\x94\x7d\x3f\xfc\xcd\x1b\ \x73\xbf\xff\xfb\x87\xd5\x7d\xbf\xf8\xcd\x5b\x87\xaf\xbf\x9c\x71\ \x91\x32\x72\xee\x0f\x1f\xba\xaa\x7a\xeb\xd2\x27\x17\xbf\x36\x2e\ \xff\xe1\xdd\xcb\x96\x96\xfb\xa6\x3e\xb4\x70\xe4\xf6\x25\x7f\x7a\ \xe5\xad\x9d\x99\x57\xd9\x0d\x7a\xec\xd7\x7e\xf2\xfd\x0c\x0d\x64\ \x6e\x71\xa2\xda\x6d\x15\xcd\x4c\xbe\x32\xd9\xd3\x50\x74\xb8\x5c\ \x2b\x78\x60\xec\x60\x60\x96\xc5\x70\xea\xb8\x99\x05\xaf\xed\x38\ \x71\xac\x02\xb7\x57\xfb\xf2\x67\xfe\xf8\x81\xab\xf6\x2d\xf9\xfd\ \xdb\xab\x36\x4c\xc9\x99\xbb\xea\x95\xe5\x34\xe7\xd6\x87\xaf\x48\ \x7b\xf7\xef\xbf\x7d\xed\xed\x82\x5f\x3c\x38\x09\x01\x04\x6a\x76\ \x2d\x7a\xf3\xc0\x94\xaf\xfe\x68\x76\x2e\x5e\xf2\x9b\x3f\x18\xd4\ \x66\xb6\xde\xde\xa9\x13\x64\x6e\x5e\xf1\xc2\x49\x6d\xc2\x63\xdf\ \xba\xae\xfa\xa3\xa7\x9f\x3f\x56\x65\xf2\xa4\x60\x47\xbb\xc9\xb8\ \x45\xf9\xa0\xe9\xf3\x7f\xfc\x95\x49\xcc\x66\xdc\xa6\x09\x60\xd6\ \x54\xb5\x43\x52\x04\x77\xd6\x77\x3e\x43\xe3\x14\x8c\x0b\x45\x91\ \x6f\xba\xe9\x26\x59\x96\xb9\xe0\xb6\x6d\xcb\xb2\x24\x84\x08\x4b\ \xb6\xf5\x3d\xb7\xe7\x88\xe8\x6f\x31\x9c\x65\x0f\x55\x97\xcc\x9b\ \xc0\x98\x37\x55\x97\xe3\x9c\x59\x3f\x7e\x68\xe6\xe1\x15\x7f\x5c\ \xf1\xde\xba\xbc\x88\xec\x0d\xbb\xeb\x6e\xf9\xf1\xcf\xaf\x1c\xe4\ \x27\x32\xda\xfd\xfa\x92\xcd\xf5\xd1\xdf\xfe\xc6\xbd\x75\x5b\x17\ \x2f\x7a\x75\xd5\x65\xdf\x99\x51\x55\x6b\xcd\xfb\xda\x7f\x4f\x1f\ \x12\xdb\x70\xf0\x1d\x29\x6d\xfc\xa3\x3f\x7a\x28\x59\xa5\x4c\xd8\ \xe7\x62\xfb\x9e\x7d\xd7\xbc\x5b\x42\xea\xd2\xe0\x85\xb0\x9f\x46\ \x08\xce\x19\x63\x40\x26\xdd\xfc\xd5\x21\x63\x4f\xed\xf8\x78\xe3\ \xd3\xbf\xff\xc5\xdc\x07\x1e\x22\x92\x84\x08\x26\x08\x41\x67\x43\ \x71\x59\xc7\xb8\xfb\xc6\x45\x79\xbd\xbe\xf1\x93\x63\xdf\x7f\xad\ \xbc\xb1\x93\x48\xaa\xc7\xe5\xd2\x5c\x6a\x75\x7d\x4d\x7d\x73\xe0\ \xc8\xc7\x6f\x17\x0a\xcb\x97\x99\x13\xc5\x5b\x8b\x0a\x6b\x72\xc6\ \x5d\x9b\x1a\xe1\x09\xc4\xc7\xbb\x31\x62\x8c\x72\xc6\x19\x26\x1c\ \x21\x45\x73\xa9\x9a\x96\x9e\x3b\x3c\x62\xdd\xb6\xb6\x0e\x03\x70\ \x98\xeb\xc3\xab\x0c\x9c\x32\x8e\x65\x55\x55\x24\x5f\xea\xe0\xd4\ \xe8\x68\x45\x52\xfd\xa9\xa9\x89\x31\xac\xa9\x3d\xe8\x01\xe4\x89\ \x4e\x88\xf0\x78\x23\xc6\x8e\x4f\x78\xff\xa5\xf2\x9a\xf2\xd2\x86\ \x96\x36\x74\x68\xf9\xd2\x13\x96\x1d\x99\x19\xef\xa3\x56\x83\xa4\ \xba\xdc\x6e\x97\x4b\xb1\x6d\x4a\x19\x92\x85\xa1\x33\x81\x64\xcc\ \x19\xe7\x20\xc2\x82\xac\x9c\x71\x21\x80\xb2\x30\x19\x22\xac\xa9\ \xaa\xa2\x79\xf3\x86\x67\xad\xae\x68\x6a\x0d\x36\x94\x54\x75\x1a\ \x64\xe7\x6b\xb5\x3b\x43\x5a\x5a\x66\x14\x31\x18\x95\x05\x69\xad\ \x3e\xd9\x19\x93\x35\x66\x64\x8a\x5b\x36\xe2\xfc\xae\x0a\x6e\x33\ \x2e\x30\x26\xac\xb3\xb9\xa8\xb4\x75\xdc\x1d\x93\x62\xbd\x5a\xb3\ \xdb\x2d\x63\xc4\x38\x03\x84\x04\xa7\x9c\x73\x2c\x61\x82\x80\x09\ \xce\x01\x29\x88\x9b\xba\x09\x82\x33\x46\x9d\x0e\xff\x99\xc8\x21\ \x2d\x2d\x2d\x3b\x3b\x3b\xdc\xcb\x2d\xcb\x62\x8c\x61\x8c\x45\x58\ \x2b\x11\xfa\x09\x3c\x86\x67\x69\xbd\xf2\x6d\x08\xfa\x4c\xe9\xfb\ \xb8\x02\x01\x85\x57\xb5\x18\xa5\x80\x40\xd5\x54\x55\xf5\x0c\x1e\ \x9e\xcb\x0a\x6b\x59\xd4\xf5\x77\xce\xcd\x5e\xf3\xd2\x5f\x8b\x46\ \xce\xb8\x73\x5e\x41\x79\x6d\x75\x47\xab\xe7\xed\x65\x4b\x99\x65\ \x66\x67\xa7\x70\xd3\x40\xb2\xcb\xe5\x76\x69\xaa\x8c\x80\x03\xc2\ \x08\x63\x84\x04\x1f\xa8\x9e\xd1\x6f\xcd\x21\xfc\x01\x63\x2e\xb8\ \xb8\x64\xec\x05\x00\xe8\x56\xd1\x65\x82\xd1\xd6\x20\xf3\x26\x0f\ \x9b\x77\xcf\x10\xd6\xf8\x83\xb5\x9b\x8f\x4c\x97\x51\xb0\x33\xc4\ \x04\x20\xa2\x45\x44\x90\xa2\xa2\x4a\x31\x32\xb1\xae\xa2\xb8\x09\ \x45\xfa\x5d\x12\xe7\x8c\xda\x36\x17\x4c\xd3\x5c\x6e\x6f\xdc\xdc\ \xbb\xbe\x3e\x26\x49\xb3\x2c\x5b\x91\xd8\xba\xad\x6a\xe9\xa9\xe2\ \x8e\xd9\x23\x91\x6d\x53\x46\x19\x63\x9c\x71\x8e\x29\x67\x5c\x30\ \x6a\x9b\x5c\x98\x14\x40\x08\xc0\x92\xc4\xaa\xeb\x5b\x01\x32\x41\ \x08\x46\x19\x67\x5c\x08\x41\x2d\x8b\x99\x36\x70\x66\x19\x06\x58\ \x16\x03\x04\x8c\x71\xca\x98\xa0\x00\x50\x5b\x7c\xba\xc9\xf0\x46\ \xfb\x23\x3d\x8a\x2b\xbd\xe0\x9a\xef\xdd\x3a\x92\x99\x26\x97\xd5\ \xc0\xe1\x77\xb9\x60\xb6\x69\xda\xc0\x98\x00\x10\x36\x51\x7d\xb2\ \xb0\x9b\xda\xcd\xdc\xb4\xfc\x0c\x73\xfd\x86\x1d\xc7\xee\x9d\x91\ \x4b\x10\x3b\xbd\x6d\xcd\x51\x4b\x7b\x28\x37\x89\x6f\xa5\x8c\x53\ \x1b\xc0\x62\x0c\x40\x20\xa4\xfa\xdd\xae\x41\x53\x6f\xbe\x6f\xd6\ \x20\x2b\x64\x50\xce\x79\xc8\xb0\x65\x45\xf3\x25\xe0\xa6\xe3\x25\ \xe5\x1d\xe9\x83\x65\x4a\x29\xa3\x8c\x73\x2e\x04\x13\x58\xf1\xb8\ \x51\x59\x69\x35\x8c\x49\xa1\xa6\xc5\x05\xe7\x34\xcc\x37\x02\x0b\ \xa6\x77\x06\x29\xe7\xcc\x66\xdc\xea\x6c\x65\x38\xd9\x2b\x73\xdb\ \xe6\x8e\xe0\xf3\x67\xe4\x05\x93\x33\xd3\x34\x7b\xc7\x5e\x84\x30\ \xc6\x5d\x7a\xd0\x7d\x68\xa1\x27\xf5\x1b\x63\x3c\xcc\x1a\x3d\xeb\ \x11\x68\x60\xc8\x24\xe6\x9c\x83\x10\x82\x31\xc1\x80\x73\x6a\x33\ \x30\x2d\x06\x9c\xdb\xe0\xb9\xf2\xce\x6f\x8d\x99\x72\xe8\x6f\x7f\ \x7c\xf2\x25\xff\x43\xc3\x7c\x91\xd1\x99\x97\x7d\xe3\xdb\xf3\x34\ \x66\x32\x44\x44\xd3\x51\x9b\x31\x66\x59\x5c\x30\x21\xc0\x0e\x06\ \x4c\x8b\x32\x4c\x19\xe5\x03\xad\x84\xbe\x7c\xd5\x95\xc0\x16\x77\ \xeb\xc4\xa3\x4b\xc5\x5e\x10\x82\x0b\x81\x09\x84\xca\xde\x7e\xed\ \x8d\xca\x80\xe2\x42\xa1\xb2\x4a\x3c\xf5\xde\xe1\xf9\x7a\x68\xfd\ \x92\xd7\x1f\xaf\xda\x31\xfc\xca\x9b\xae\xbe\xee\xba\x67\x5e\x5e\ \xfc\xeb\xd3\x1b\x3a\x6a\x6a\x46\xcc\xfd\x4a\xa6\x1f\x82\xc1\x90\ \xdb\xa6\x96\x61\x45\x65\x8f\x99\x39\x7a\xef\xa2\xbf\xfc\xee\xa3\ \xe4\x48\x77\xfc\x90\xeb\x6f\xba\x66\xfc\xcc\x9b\xf6\x3f\xf3\xea\ \x6f\x1e\x3f\x1d\x45\xeb\xda\x70\xac\x02\xdc\xa6\x4c\x60\x46\x2d\ \x4b\x37\x09\x65\x5c\xd8\x96\x11\x0a\xe9\xc8\x3f\x6e\xfc\xc4\x27\ \x56\x2c\xfa\x4d\xd1\xa6\xa6\x93\xd5\xc9\x57\x69\xcc\xb6\x0c\x5d\ \xb7\x29\x63\xcc\xd6\x75\xdd\xa2\x0c\x28\x35\x74\xdd\xb4\x59\xb4\ \x5b\x29\xdb\xfa\xd6\x5f\x83\x5b\x2b\x4a\xca\x87\x5c\x7d\x4f\x7a\ \x54\xe2\xac\xab\xa7\x3e\xbd\xec\x85\x5f\x97\x65\xbb\x90\x36\xf9\ \xc6\xdb\x72\x80\x1b\xba\x49\x29\x63\x12\x63\x02\x80\x19\xc4\x93\ \x9a\xaa\xd1\xc2\xe3\x95\x57\xcc\xcc\xbd\x7b\xe1\xdc\x45\x2b\x9e\ \xfe\xe5\xee\xf4\x08\x08\x96\xd5\x75\x4c\xbb\xe5\xfe\x31\x49\xd2\ \x87\x81\x90\x61\x5a\x8c\x01\xb5\xcc\x50\x28\x24\xb4\xa4\x6b\xae\ \x1f\xfd\xec\xaa\xa7\xea\x0e\xa6\x6b\x92\x7b\xca\x0d\xb7\x0c\x8f\ \x55\x6c\xd3\xf4\xa4\x8c\xbd\x7e\xec\xde\x15\xff\x78\x7c\x7f\x7a\ \x74\xd1\xe9\xe6\x82\x91\x8a\x6d\x59\x7a\x28\xa8\xe3\xa8\xe9\xb3\ \x66\x3d\xb9\xf8\x95\xdf\x54\x6c\xd7\xcb\x0f\x9a\xe9\x57\x73\xdb\ \x36\x74\x3d\xa4\x43\x4e\x7e\xce\x5b\x8b\x56\xfc\xea\xb7\x07\xf3\ \xc7\xdf\x70\x55\x6a\x51\x13\xf6\xa6\x27\xbb\x4d\x83\x3a\x61\x0c\ \x9f\x61\x5d\x0d\x00\x09\x41\x24\x49\x96\xa4\xb0\xf7\xce\xb2\x2c\ \x84\x50\x78\x20\x3b\x73\x82\x10\x9e\x10\x0b\xce\xfa\xac\x06\xf4\ \x0b\xd5\xeb\xb6\x17\x30\xa5\xb6\x6e\x18\x36\x63\xc2\x36\x75\xc3\ \x62\x4c\x50\xdb\xb4\x6c\x1a\x6c\x3c\xf9\xe2\x0b\x1f\x98\x9a\xdc\ \x89\xfd\x69\xfe\xa8\x09\x43\xe7\xec\x79\x66\xf1\xaf\x7f\x7b\x32\ \x56\x55\x73\x26\xcf\x99\x91\x85\x4c\xdd\xb0\x6c\x66\x99\x76\x44\ \xd2\xe0\x4c\xbc\xf6\xe9\x3f\x3e\x9e\x31\x64\xdc\x2d\xd7\x4e\xf6\ \x2b\x82\x77\x67\x60\x44\x67\x58\x0e\xa8\xcb\xbb\x7f\x4e\x3d\xe8\ \xcf\x76\x63\x3e\x87\x8e\x9b\x57\x45\x2f\x6c\x0d\xbc\xba\x2b\xe4\ \x3d\x47\x5c\x53\xc8\x12\x53\x87\xa8\x3f\x9d\x17\x11\x34\xc3\xba\ \xaf\xe4\xe8\xe1\x83\x79\xc3\x47\x20\x8c\x05\x35\xea\x2b\x4b\x2b\ \x6a\x9b\x6d\x2e\xc5\xa6\x0d\x1a\x9c\x1a\x4b\x58\xb0\xac\xe8\x64\ \x45\x93\x95\x3c\x28\x6f\x48\x4a\x44\x53\x45\xe1\xa9\xd2\x06\x4f\ \x62\x56\xde\xe0\x34\x85\x76\x96\x97\x57\xc8\xb1\x19\x09\x5e\x85\ \x23\x22\xb1\x60\xd1\xa9\x93\x75\x6d\x86\x2f\x3e\x7d\x48\x76\xaa\ \x5b\xc6\x7a\x6b\xf5\xc9\xc2\xb2\x10\x93\x62\x92\xd3\x33\x92\xe3\ \x15\x2c\x00\x23\xbd\xb9\xb6\xa6\x03\x67\x66\x26\x81\xde\x52\x56\ \xd5\x9e\x98\x99\x19\xa9\xd8\x95\xc5\xa7\xca\xea\x3b\x64\x4f\x54\ \x66\x56\x56\xac\x8b\x95\x97\xd6\x44\xa4\x66\x45\xa9\x76\x69\x69\ \xb5\x37\x29\x2b\x41\x33\x4b\xcb\x2a\x3d\x89\xd9\x5e\xda\x5a\x5c\ \x5a\xde\x16\xa2\x11\x89\x59\x79\xd9\xc9\x98\x53\x2c\x91\xd6\xca\ \xd3\x85\x95\x0d\x5c\xf2\x0d\xca\xcb\x8d\x86\x8e\xd2\x9a\x40\x72\ \x56\x9a\x86\xbb\x92\x80\xc9\xaa\x7c\x7a\xc3\x8b\x2f\xef\x57\xbf\ \xfd\xed\x05\x49\x2e\xd1\x5a\x5b\x5e\x58\x52\x65\x08\x25\x31\x63\ \xc8\xa0\xe4\x48\x4e\xed\xd6\xfa\xb2\x56\x1e\x91\x91\x12\x47\xdb\ \xaa\x2a\x9a\x59\x7a\x56\x86\x1b\xd1\xda\xf2\x53\x25\xd5\xad\xc4\ \x1d\x35\x28\x67\x48\x94\x8a\xb9\x10\x80\x89\x24\xcc\xb2\xc2\x13\ \xd5\xcd\x21\x35\x22\x36\x2b\x2b\xdb\x0b\xad\xa5\x75\x7a\x5a\x46\ \x86\x57\x66\x8d\x55\x65\x35\x8d\x6d\x85\xbb\xde\x3b\x84\xc6\x3c\ \xf6\xd5\xd9\x8d\x45\xa5\xbe\x94\xcc\x18\x8f\xa8\x38\x7d\xb2\xbc\ \xc1\x48\x1b\x32\xb8\x6c\xcd\x0b\x7b\xe4\x29\xdf\xbb\x67\xb2\x70\ \x94\x5d\x3f\x8b\x77\x01\x01\xc2\x98\x1c\x3a\x74\x70\xd7\xae\xdd\ \x98\x10\xaf\xd7\x7b\xdd\xb5\xd7\xf8\x7c\x7e\x49\x22\x81\x40\xa0\ \xb2\xa2\x6c\x58\x7e\x41\x8f\xee\x6b\x63\x43\x7d\x20\x18\x18\x9a\ \x93\x67\xe8\xba\xe8\x56\x64\x0e\xbb\xd5\x51\x38\x95\x43\x6f\xec\ \x3f\xe6\x56\x47\x49\x79\x73\x62\x66\x26\xb4\x57\xd5\xdb\x9e\xec\ \x94\x38\xbb\xa3\xb6\xa2\xd9\x4e\x49\xf4\x57\x9e\x3a\xd5\x14\xa2\ \x11\x09\x59\xb9\x99\x09\xaa\x22\x05\x1b\x2b\x4e\x16\x57\xe8\x4c\ \x4d\x1b\x3c\x34\x35\x02\x95\x95\xd6\x46\xa6\x66\x44\x6a\x04\x61\ \xd4\xd1\x50\x71\xb2\xb8\x5a\x8a\x4c\xcb\x1f\x92\x2a\xe3\xbe\xeb\ \xa6\x5d\xd2\x52\x3d\xc4\x80\x10\x92\x64\x59\x0f\x85\x4a\x4b\x8a\ \x87\x17\x8c\xf8\x82\xba\xaf\x9f\x4b\x0f\x5a\x45\x4f\x7f\xd4\xf9\ \xd2\xf6\xd0\x27\xe4\xb9\xbf\x32\x47\xfd\xf5\x4d\x91\x01\xb3\x5b\ \x0f\xfa\xe0\xbe\xfc\x11\xa3\xc2\xce\x18\x42\x24\x29\x1c\xcf\xc7\ \x6c\xcb\xb2\x39\x60\x55\x55\x25\x8c\x6c\xcb\xb4\x28\x97\x15\x45\ \x96\x88\x60\xd4\xb2\x6c\x26\x90\xa2\x2a\x82\x5a\xe1\x8c\x07\x08\ \x13\x45\x91\x31\x46\x3c\xfc\x45\x81\x88\x24\x2b\xb2\x84\x10\x70\ \x6a\x5b\x76\x38\x36\x4a\x60\x49\x91\x89\x30\x4d\x1b\xb0\xa4\x2a\ \xc4\x36\x4d\x0e\x58\x56\x54\x89\x20\x10\xdc\xb6\x2c\xca\x91\xa2\ \xca\xcc\x32\xa9\x40\xaa\xa2\x70\xdb\xb4\x05\x52\x15\x85\xd9\x26\ \xc7\x92\x2a\xcb\xe1\x04\xa2\x96\x65\x73\x01\x80\x90\x24\x2b\xb2\ \x84\x41\x70\xcb\x34\x19\x10\x55\x26\x96\x65\xf5\x4c\x3c\x11\x96\ \x24\xb3\x66\xc9\x0b\x6f\x66\xcc\xb9\x6b\xea\xe0\x28\x0e\x58\x96\ \x24\x04\x82\x51\xdb\xa6\x8c\x0b\x90\x64\x85\x00\xb3\x6c\x8a\x88\ \xa2\x48\x60\x99\x96\x40\x58\x56\x14\x89\x60\xe0\xdc\xb2\xba\x15\ \x19\x05\x00\xc6\x8a\xa2\x84\x43\x17\x6d\xcb\xa4\x42\x52\x65\x2c\ \x84\x5d\xbc\xf7\xe3\x4d\x7b\x8b\x15\x17\xae\x2c\x6b\x1c\x33\xef\ \x9e\xd9\x63\x52\x09\x42\xd4\x32\x99\x40\x8a\xa2\xca\xaa\x6a\xd5\ \xec\x7b\x66\xf1\xe6\xcb\xef\xb8\x7f\x64\x3c\xb1\xa8\x70\xf6\xa1\ \x7d\x86\x00\x06\x00\x84\x91\x61\x18\xef\xbc\xfb\xee\xc9\x13\xa7\ \x6e\xbf\xed\xd6\xfc\xe1\xf9\x82\x0b\x49\x96\x82\x81\x60\x45\x79\ \xe9\xf0\x82\x91\xbd\x7a\xd0\xf5\xf5\x81\x40\xe7\xd0\xdc\x61\xba\ \x1e\xec\x33\x93\xef\x89\x7f\x42\xfd\xf7\x2e\x60\x55\x95\x6c\xd3\ \x02\x22\xcb\x98\x9b\x16\x45\x44\x56\x24\x64\xdb\x4c\x52\x54\x82\ \x41\x30\x6a\x5a\x36\x17\x20\xc9\xb2\x2c\x49\x08\x09\x6a\x59\x36\ \x83\x70\xe3\x0c\xcf\x05\x89\xac\x28\x32\x11\xcc\x36\x2d\xda\xd7\ \x89\x21\x40\xa0\xae\xa8\xc7\x70\x8e\x6a\xc0\x08\x13\x42\x0c\xc3\ \x28\x29\x2e\x1a\x31\x72\xd4\x05\xe0\x05\x82\xa1\xb6\x9d\xd5\x77\ \xf0\x73\xa5\x69\xe7\x02\x22\x5c\x28\x33\x56\xea\xfa\x6d\x92\x74\ \xf8\xc0\xfe\xac\xc1\x43\xbc\x1e\x8f\x4d\x6d\x2e\x04\x08\x40\x61\ \xf5\x7e\x84\x2e\x79\xc1\x57\x01\x84\x20\x23\x18\xa4\x58\x71\xab\ \x5f\xfe\xbc\x0c\x61\x08\x36\xd7\x95\x96\x57\x87\x28\x89\x4d\xcd\ \xca\x4e\x8d\x16\xf6\xc0\xdc\xe9\xc2\x36\x02\x36\xf2\x79\x34\x10\ \xdc\xd9\x9d\xfa\x39\x80\x31\x36\x4d\xb3\xa5\xb5\x35\x25\x25\x99\ \x33\x2e\x40\xa8\x9a\xab\xbe\xb6\xb6\xb5\xa5\xa9\xaf\xbd\xd0\xd4\ \xd8\xd8\xd0\xd8\x50\x50\x30\xc2\x34\xcd\x70\x5a\x2f\xe8\x52\x2c\ \x16\x17\xec\xb6\xa3\x5e\x3e\x52\x54\xad\xa9\xa1\xa1\xa9\xa1\x3e\ \xff\x0b\xdb\x0b\x9f\xa7\x1d\x53\x0e\x29\x91\x52\x46\xcc\xb9\x37\ \x8f\x21\x60\x1c\x4c\xda\x35\x37\x13\x9c\xc7\x27\x24\x9c\x3e\x75\ \x22\x6f\xd8\x70\x8f\xd7\xdb\xa3\xba\x8f\xfa\xdc\xcc\x4b\x9b\x1c\ \x04\x68\x2e\x0f\x08\xc6\xff\x1d\xbd\x52\x08\x57\xda\x90\xe4\xec\ \x3c\x04\xc0\x19\xb5\x6c\x5b\x48\xca\x80\x84\xe7\xe0\x72\x7b\x09\ \xe2\x8c\x09\x47\x05\xfe\xb3\xf5\xa9\xee\x05\x48\x21\x5c\x2e\x57\ \x4c\x4c\x8c\x4d\x29\xc8\x08\x84\x68\x6b\x6d\xad\xac\x28\x1b\x32\ \x34\xb7\xaf\xee\x6b\x44\x64\x64\x75\x75\x65\x59\x59\x49\x5a\x5a\ \x86\x82\x09\xef\x13\xe5\x78\xde\x77\x53\x22\x80\x81\x46\x4a\x7b\ \x5b\x5b\x79\x69\xc9\xe0\xa1\x43\x2f\x8c\xee\x2b\x02\xb0\x99\xb0\ \xd9\xa7\xfc\x01\xc0\x39\x4f\x48\x48\x62\x9c\x9d\x38\x76\xb8\x3b\ \x31\x37\x38\x7b\xab\x1d\x5c\x64\xfc\xd0\x93\x9c\x12\x84\x10\x18\ \xe3\xcc\xcc\xac\x88\x88\x88\x9e\x3e\x26\x84\x90\x24\x69\x68\x4e\ \x6e\x69\x71\xd1\xde\xda\x9d\xe1\x49\xfd\x85\x6b\xc9\xfd\xea\x1c\ \x7e\x8f\x31\x4e\xcf\xcc\x8c\x8c\x8c\xba\x64\xf4\xa0\xb9\xe0\xc9\ \x29\x69\x09\xf1\x89\x6c\x40\x60\xa9\x03\x07\x17\x9f\xcf\x01\x01\ \x60\x42\x08\x91\x06\x74\xb0\xb0\x54\x7c\xee\xb0\xe1\x94\xd2\x8b\ \x4d\x0f\x1a\xc2\x75\x96\xa4\x4b\x49\x0f\x1a\x00\x38\x63\x08\x63\ \x09\x3b\x8a\x92\x0e\x2e\x0d\x84\x93\xd9\x9f\x71\x90\x43\xf7\x7e\ \xfc\x8b\xb1\xce\x5f\x92\x1e\xb4\xd3\x4b\x1d\x38\x70\xe0\xf0\x82\ \x03\x07\x0e\x2e\x1e\x5e\x70\xc4\xa0\x1d\x5c\x42\x38\x97\xe8\xf3\ \xc5\x2c\x6b\xfe\x25\xd6\xed\xfc\xe9\x41\x07\x83\x81\x60\x20\xe8\ \x2c\x43\x38\xb8\x54\x98\xc1\xe7\xf7\xbb\xdc\x6e\xd1\x67\x6d\x1f\ \x21\xc4\x18\x6b\x6f\x6b\xa3\xb6\x7d\xb1\xad\x07\x87\x23\xa4\x7d\ \xbe\x08\x97\xdb\x75\xc1\xf4\xa0\x09\x06\x09\xa3\x73\x87\x2f\x00\ \x13\x10\x0e\x52\x04\x00\x84\x70\x28\x18\x08\x74\x76\xa4\xa4\x66\ \x68\x2e\x17\x74\x6f\x11\xef\xe1\x36\x47\xf7\xd5\xc1\x85\x1a\x60\ \x7b\x5a\x60\xdf\x91\x56\x08\x11\x0c\x04\x6a\x6b\xaa\x08\x21\xb2\ \x2c\xf7\x39\xce\x9b\x9a\x1a\x7c\xbe\x88\xb8\x8c\x0c\x84\x70\x4f\ \x33\x16\xe2\x02\xe4\xb3\x3e\x4b\x9d\x83\x81\xda\x9a\x2a\x4c\x62\ \x14\x45\xbd\x00\xbc\x80\x11\x34\x07\x79\x5b\x88\x63\x74\x4e\xea\ \xf2\x28\x38\xde\x8f\x79\xb7\x6c\x44\x7b\x7b\x5b\x72\x4a\xaa\xe6\ \x72\xf5\x08\x54\x02\x00\xe7\xdc\xd1\x83\x76\x70\x11\x8c\xb4\x7d\ \xf6\x3e\x75\x37\x45\xaf\xcf\x17\x13\x1b\xd7\xd6\xda\x9a\x98\x94\ \xd4\x93\xe7\x3e\x18\xe8\xc4\x98\xc4\x27\x24\x0a\xd1\xb5\x30\x81\ \x10\xea\x1b\x2c\x78\xde\x5a\xf2\x80\x3a\x87\xff\xf5\x7a\x7d\xb1\ \x71\xf1\xad\x4d\x4d\x89\xc9\x29\x5f\x70\xb5\xf2\xf3\xf0\x82\x5b\ \x41\x4b\x76\xea\xaf\xec\x08\x7e\xc2\xbe\xa9\xe9\x43\xd5\x5f\xde\ \x18\x19\xec\xd6\x83\xa6\x8c\xa9\xaa\xc6\xb9\xe8\x21\xb8\xf0\x0f\ \xfb\x4c\x1a\x12\x61\xd5\x63\xce\xd8\x79\xb9\xf7\x88\x10\xfc\x39\ \x14\x96\x31\x21\xe8\xcb\x4b\x1f\x1a\xbe\x1c\x67\x0c\x13\x02\x20\ \xd8\x19\x1b\xa8\xc3\xd2\xd1\x8c\x31\x84\x31\x70\x2e\xce\xf7\x5d\ \xfa\xbf\xc0\x08\x3d\xe3\xf0\x80\x61\x5f\x55\x35\x4a\xed\xbe\xe7\ \x53\xc6\x24\x22\x85\x0d\x87\xbe\x67\xfe\xdb\x32\x56\xf6\x3c\xd5\ \x7f\x5d\xe7\xf0\x9f\x54\x55\x0b\x8b\xd0\x5d\xb0\x79\x84\x2a\x21\ \x55\x3a\x3b\x2f\x30\x0e\xf2\x80\xbd\x13\x82\x73\x21\x70\x78\x9f\ \x28\x21\xa8\xc7\x1c\xe2\x8c\xf2\x4f\x17\x1f\x82\x90\xdd\xd9\x58\ \xdb\x6a\xc5\x27\x27\xaa\x48\xfc\xbb\x39\x01\xd3\xc6\x0f\x3f\xd8\ \x91\x30\x76\x66\x5e\x9c\xc6\x3f\x35\x37\x60\x49\xea\x28\x3b\xb8\ \xb3\xd8\x9a\x72\xc5\x38\x0f\xee\x13\x92\xfc\xe9\x7f\x66\xff\x3e\ \x6f\xd6\x1d\xdb\xb4\xa7\xf6\xf2\x39\x33\x50\x7d\x79\x90\x44\x24\ \xc6\xfa\xfa\x49\x86\x21\xa4\xb7\xd6\x36\x04\x48\x4a\x52\x2c\xa1\ \x54\x00\x10\x09\x57\x1c\xfa\xb8\xc4\x4a\x9e\x3e\x7e\x30\x50\x47\ \x9d\xe5\x53\x13\x44\x5f\x5b\xb7\x57\x0f\x9a\x9f\x4b\x0f\xba\x7b\ \xab\x14\xf0\x9e\x11\xfb\x8c\x0b\x76\xe9\x41\x73\x4a\xf9\xe7\xf1\ \x45\x88\xb0\x96\x14\x1d\xb8\x21\xeb\x13\xea\x8c\x30\xbe\xc0\x7a\ \xd0\x9f\x15\x9c\x75\x89\xac\x21\x4c\xec\x96\xd2\xf7\x5f\x5f\xf4\ \xd4\xd3\x4f\x2f\x7a\xfd\xfd\xf2\x16\x23\xac\x71\x4c\x24\x89\x48\ \x52\x98\x0d\x7b\x3e\x22\x10\x02\xe1\xf0\x7b\x42\x48\xa0\x74\xdb\ \x8b\x4b\xde\x6e\xa0\x84\x60\x38\xd7\x57\x88\x44\xc2\x8f\x2c\xfc\ \xdc\xfa\x1c\xc7\x42\x08\x40\xb8\xeb\x2b\x80\x48\x58\x65\x17\x13\ \xd2\x7b\x4e\x77\xb9\x18\x21\xab\x71\xcb\x87\x1b\xaa\x75\x82\x30\ \x21\x12\xee\x6a\x07\xdd\x27\x63\x8c\x84\x10\x88\x74\x9d\x8f\x51\ \xb8\x38\x84\x44\x60\xed\x8a\xd7\x0e\xb5\x60\x8d\x20\xbb\xa5\xf4\ \x83\x95\xaf\x3c\xf5\x8f\xa7\x5e\x5e\xb1\xa6\xb4\xd5\x92\x24\xd2\ \xaf\x9e\x04\x77\x4d\xa9\xf0\x80\x8b\xf4\xd6\x1c\x23\x24\x9a\x0b\ \x3f\xfc\x70\xb7\x41\xf0\xe1\xf7\x97\xbe\xf1\xd1\x49\x44\x08\xea\ \xb9\x21\x92\x44\x08\xa9\x39\xbc\xee\x85\x37\xb6\x59\x56\xf3\xea\ \xd7\x5e\x39\xd5\x01\x08\x11\x2f\x6e\x7d\x77\xf9\xb2\x53\x6d\x36\ \xc6\x7d\x64\x8b\x9d\xd7\x59\x5f\x7d\x34\x14\xba\x36\x14\x11\xd2\ \x3b\xf8\x73\x31\x40\x43\x55\xf4\xd1\x7d\xed\x15\x5f\xe0\x5c\x74\ \xcb\x37\xf5\x5c\x19\x21\xcc\x02\x95\xef\xbe\xf5\x41\x69\x9b\xe8\ \xd7\xb4\x40\x84\x1b\x5f\xd7\x47\x04\x7d\x1b\x12\x02\x21\x00\xc2\ \xef\x25\x49\x0a\x94\xef\x7d\x79\xd9\x26\x5d\x92\xa4\xae\x76\x2e\ \xfa\x29\x50\x87\xc5\x79\x7a\x8a\x0e\x37\xc0\xb0\xd2\x1c\xba\x54\ \xf4\xa0\xc3\x3f\x09\x11\xcc\xea\x97\x3c\xf5\xe4\x31\x18\x7a\xc5\ \xa8\xc4\xd6\x66\x3d\x64\x52\x8c\x71\x47\x7d\x59\x51\x79\xa3\x27\ \x21\x3d\x3b\x2d\x01\x0b\x1a\x68\x2c\x2f\x2a\xab\x07\x57\xf4\xa0\ \xc1\x99\x3e\x14\x2c\x39\x55\xd4\x18\x84\xc4\xf4\x21\x89\x19\x63\ \x6e\xb9\x3e\x37\x9a\x30\x81\x71\xa0\xb1\xa2\xa8\xac\xc1\x15\x9b\ \x3a\x38\x2b\x11\xa8\xd5\xde\x50\x51\x55\xd3\xa4\x33\x1c\x9f\x9a\ \x9d\x1e\xef\xa1\x94\x03\x00\x12\xac\xb5\xb6\xaa\xba\xae\xd9\x10\ \x72\x72\xfa\xa0\x94\x18\xd5\x08\xb4\x96\x37\xea\x09\x29\x89\x2a\ \x32\x2a\x4a\x1b\xbd\xf1\x29\x1e\xde\x5c\x52\x51\xdd\x1e\xa2\x11\ \x09\xa9\x51\x52\xb0\xb2\xa6\x45\x8b\x4d\x1b\x9c\x99\x80\x01\x29\ \x32\xd4\x16\x1d\x39\xd4\xaa\x44\xa5\x65\xa7\xc6\x78\x04\x47\xc8\ \x6c\x3f\x75\xba\x38\x00\xbe\xc1\x43\xb2\x7d\x0a\x04\x5b\x6b\xab\ \xaa\x6a\x3b\x6d\x29\x7d\xd0\xa0\x38\xaf\x0a\x84\x74\x16\x7e\xbc\ \xaf\x31\xf2\xeb\xdf\x1c\x4b\xab\xf7\xfc\xfe\xcf\xcf\x5b\xc9\x63\ \xc7\x0e\x4d\x69\x38\xb5\xfd\xf1\x5f\xed\xfb\xda\xf7\xbf\x3b\x2e\ \x59\x6d\xa9\x29\xab\xaa\x6f\xb2\x84\x92\x98\x31\x28\x25\x4a\xe3\ \x80\x99\xde\x78\xa2\xb0\xdc\x52\xa2\x87\x0e\xcd\x70\x21\x11\x16\ \xeb\x92\x08\x09\xd4\x97\x16\xd7\x75\x5a\x95\x8d\x48\x56\x38\x83\ \xbc\x2b\xae\x8f\x97\xe2\x05\x13\x98\xeb\xa5\x85\x45\x4d\x01\xea\ \x8f\x4d\x48\x4b\x49\x4a\xc8\x9d\x7a\x6b\x92\xe6\xa2\xcd\x47\xf6\ \x6d\xad\x8b\x1c\x62\x67\x24\xe4\x0c\x9f\x39\x39\x71\xe7\xda\x8f\ \x0a\xf3\x6e\x18\x06\xcc\x51\x80\xfd\x14\xcd\x13\x40\x92\xa4\x3d\ \x7b\xf6\x1c\x38\x70\x60\xfe\xfc\xf9\x3e\x9f\x2f\xbc\x19\x91\xc3\ \x99\xb3\x83\x5e\x9d\xf8\x7e\xf3\xfc\xfe\x43\x77\x78\x02\xc0\x82\ \xd5\x6b\xde\xdd\x10\x39\xfa\xaa\x34\x77\x6b\x79\x49\x45\x6b\xd0\ \x76\xc7\x24\x67\x67\x24\xc9\x88\x1b\xad\xd5\xa7\x4b\x6b\xa8\xe4\ \xcf\x1e\x94\x11\xe1\xd5\xcc\x96\x9a\xc2\x92\x2a\x1c\x99\x3c\x34\ \x2b\x55\xe2\x46\x73\x4d\x65\x55\x6d\x13\xf6\xc6\xbb\x5a\xaa\xf7\ \x6c\x39\x90\x9a\x1d\x9b\x12\x9f\x38\x38\x3d\x41\x42\xe2\x4c\x1d\ \xda\x9e\xa5\x88\x6e\x4a\x12\x5f\x4a\x80\xf6\x79\xd2\x7d\x65\x5d\ \x4e\x1a\x00\xb3\xad\xac\xae\x2d\xf3\x86\xab\xe7\xcd\xca\x0e\xff\ \xb5\xf1\xc4\xe6\x17\x5f\xdb\x48\x22\x23\x5a\x6a\x5b\x26\xde\xf1\ \xc8\xac\xcc\xb6\xa7\xff\xf8\xa2\x11\x93\xe2\xf7\xa6\xc5\xa7\xc5\ \x1f\x5a\xf3\xfc\xaa\xc3\x9d\xc9\xb1\x11\xd9\x13\x13\xae\x8a\xde\ \xb5\xe8\xd5\xa2\xef\xff\xfa\x47\xac\xe8\xe3\x27\x9e\x7e\xd3\xf6\ \x45\xeb\x2d\x6d\x23\xe6\x3d\x70\xef\xac\x8c\xf5\xcf\xff\x7e\x53\ \x53\x4c\x7a\x84\x5e\xd6\xe1\xb9\xef\xbb\x3f\x98\x90\xa4\x30\x20\ \x92\xd1\xb8\xea\x1f\x8f\xef\xb7\x52\x13\xd5\xb6\x6a\x96\xf4\xcd\ \x1f\x7c\x3f\xa5\x6e\xf7\x9f\x9e\x3e\xf0\xed\xff\xfd\xef\xa1\x5a\ \xd9\x73\x7f\x79\x7a\xea\x77\x7e\x3d\xa8\x64\xf1\xe3\xcb\xcb\x72\ \xb2\x63\x2a\x2b\x1a\x3c\xd1\x49\xb1\x1e\xab\xa4\xa4\xfd\xba\x47\ \x1e\xbb\x6e\x98\x2a\x68\xcb\x96\x0f\xde\xab\x72\xeb\x35\x1d\xee\ \xbb\xbf\xf3\xbd\x49\x69\xc6\x9b\x2f\xff\xf3\x50\xab\xe2\x32\x9b\ \xde\x4b\x9e\xfc\x9d\xfb\x66\x6d\x7f\xf3\xaf\x2b\x0f\xf2\xcc\xb4\ \x8c\x59\x51\x49\xf1\x11\x6e\x8c\x44\xe1\x81\xe3\x52\xf2\xa8\x6c\ \x8d\x7f\xb0\x7c\x69\x73\xca\x9c\xdf\x7e\xef\x26\x0d\x00\xe6\xcd\ \x8e\xfe\xfd\x7f\x2d\x5b\xbe\x79\xd4\x77\x26\xbf\xf9\xc4\xef\x0f\ \xf0\xa4\x14\xad\xb5\xc6\x4c\x78\xe8\xbf\xbe\x9f\xa7\x94\x2f\x7d\ \xe6\xa5\x4a\x11\x81\x5a\x6b\x37\x0e\x9b\xf7\xc8\x5d\x53\x64\x66\ \x63\x49\x69\x3d\xbd\xf1\xcf\x4f\xad\x64\xb1\x59\x4a\xcb\xe9\x36\ \x3b\x47\x53\xe0\xf0\x07\xaf\xee\xf2\xcf\xfb\xd1\x3d\xee\x0f\x5e\ \xfc\xd3\xfb\xa7\xac\xa4\x48\x38\x55\x49\xbf\xfa\xd3\x5f\xa5\x96\ \x7e\xf8\xdc\x16\xcf\xef\xbe\x75\xb9\xa6\xb2\x53\x07\x76\xd2\xda\ \xcc\xd8\x9c\x9c\xb1\x23\x53\x77\xef\xde\xd7\x71\x43\xbe\x17\x84\ \xe3\x66\xf8\x97\x83\x16\xc6\x78\xef\xde\xbd\xaf\xbd\xf6\x5a\x30\ \x18\x34\x4d\x73\xe1\xbd\xf7\x7a\xdc\xee\xf0\x6d\x1b\xe0\xff\x12\ \xa2\x7b\xd5\xb2\xef\x04\xe3\x6c\x7a\xd0\x20\x04\x20\xc9\xed\x76\ \xbb\x5d\xb8\x78\xcb\xca\xdf\xbe\x7e\x78\xc8\x90\x84\x9a\x92\xfa\ \x89\x77\x7e\xfb\xb6\x71\xe4\x85\xbf\x3c\xd5\xe4\x49\x8c\xf0\xc4\ \x7b\x92\x32\x5c\x9d\x87\x5f\x78\x7e\x79\xd0\x1d\x1d\x6c\xa8\xcd\ \x9c\x79\xdf\xc2\xcb\xbd\xaf\xff\xf5\xd7\xa7\x50\x72\x76\xce\xd8\ \x69\x43\x15\xc9\x68\xd8\xbb\xfd\xe3\x9a\xbc\x49\x19\xe9\x49\x32\ \xb0\x33\xbd\x18\x22\x3c\x25\xef\xa3\x07\x7d\x49\xe9\xbe\x0a\x2e\ \x84\xe0\x8c\x82\x2b\x7b\xe1\x5d\xd7\xbf\xf2\xc6\x3f\x7e\xb1\x3f\ \x73\xfc\x95\x73\x67\x8e\x89\xfd\x70\xf5\x8a\x1a\xcf\xf8\x85\x33\ \x46\x9c\x5a\xff\xe2\x3b\xeb\x36\xe6\xdf\x9c\x56\xdc\xc0\x6e\x59\ \x78\xd7\xcc\xfc\x44\xcc\x1b\xd7\x9c\x3a\xa1\x64\xde\x7c\xff\x3d\ \xb3\xa2\x5c\x52\xf3\x61\x46\x88\x44\xa8\xfe\xd1\xf2\x15\x64\xe4\ \x6d\x3f\x59\x38\xad\x61\xdf\xeb\x3f\x7f\xe5\xcd\x09\x23\xbe\x1e\ \x32\xc8\xb4\x5b\x1e\x9c\x3f\x39\x6e\xc9\x2f\x7e\xb4\xe9\xa3\x53\ \x13\xee\x1e\x29\x28\xe7\x34\xd4\xa6\x6b\x73\xbe\xf2\xf0\x75\xc3\ \xc9\x33\x3f\xfa\xd9\xe6\xdd\x15\x0b\x87\xc8\xaa\x2a\x87\x2b\xa4\ \xa8\x0a\x41\xac\xb3\xad\x23\x79\xec\xdc\x1f\x7d\x6d\xce\xba\x27\ \xff\x7b\x03\x9b\xf0\xff\xbe\x33\xf3\xa3\x45\x3f\x7e\x67\xd7\xe1\ \x39\x39\x83\x80\xc4\x5c\xb7\xf0\x9b\x37\x0c\xf3\xac\x79\xe6\xe7\ \x6f\xad\xdf\x95\x30\xa2\x63\xed\x9e\x96\xeb\xee\x9f\x9f\x10\x3c\ \xfe\xf4\x0b\x6b\x8e\x5c\x31\xb2\xa3\xd3\x1c\x7d\xc3\xd7\x1f\x9e\ \x95\x67\x99\x86\x6d\xd9\xaa\xca\xaa\x9a\xdb\x5d\xc9\xf1\x20\x5a\ \x8e\xff\x7f\xf6\xbe\x3c\xcc\xae\xaa\xca\x77\xed\xbd\xcf\x70\xef\ \x3d\x77\xac\x79\xca\x58\x09\x19\x49\x48\x08\x18\x30\x18\x68\x46\ \x45\x04\x03\x11\x1b\x1a\xc1\xef\xa9\xa0\x36\x6a\xfb\xfa\xf9\xb5\ \xb6\xdd\xd2\x2d\x0e\xaf\x3f\x1b\x5f\xeb\x03\xe4\x35\x08\x88\x80\ \xcc\xad\xe2\x43\x94\x06\x9a\x84\x29\x02\x09\x21\x09\x84\x10\x92\ \x54\x25\xa9\x54\x6a\xbc\x75\xc7\x73\xf6\xde\x6b\xbd\x3f\xce\xb9\ \xb7\x6e\x8d\x81\x3c\x0c\x15\x72\xd7\x57\x5f\xbe\x5b\x95\x5b\xf7\ \xec\x3a\x67\xed\xb5\xd7\xf8\xfb\xed\xc2\x25\x17\x9c\x10\x02\xed\ \x16\xa5\x08\x85\x56\x2c\x9d\xb7\xee\x8f\x5b\xfb\x8b\x27\x0e\x79\ \xce\x39\x57\x7e\xed\xc2\x25\x85\x9f\x7e\xeb\x9f\x9e\x7a\x75\x7f\ \xa4\xf8\x1f\xeb\x77\xe9\xcb\x3e\x7b\xba\xdd\xf1\xcc\x2d\x8f\x3c\ \xf8\xfa\xb9\x27\x2d\x4d\x72\x0e\xd9\xff\x7c\xf0\xff\x8a\x45\x97\ \xfe\xd3\xe7\x4f\xef\xdf\x70\xef\xff\xbc\xbf\xc3\x53\x08\x9c\x5b\ \x36\x3f\xf8\xe6\xd3\x0f\xbf\x82\x5f\xba\xee\xba\x13\x52\xfb\xbf\ \xff\xad\x1b\x07\x73\xde\x34\xce\x0d\xc1\x08\x15\x42\xcd\x05\x57\ \x7e\xf1\x8c\x99\x31\x85\x30\xd0\x58\xe7\x15\x3a\x7a\x0b\x14\x35\ \xb0\x0a\xe9\x76\xc8\x38\x1e\x11\x67\xcc\x98\xfe\xf5\xaf\xff\x8d\ \x10\x86\xd6\xca\x10\x1c\x51\x73\xce\xc6\x60\xa8\xfa\x14\x25\x65\ \x3c\xe8\x4a\x54\x96\x31\xf3\xed\x84\x48\x48\x40\x0c\x74\x26\x3d\ \x50\xbb\xe2\xe3\x7f\xf7\xc5\x73\xb7\x3f\xf6\xe3\x1b\xd7\x3f\xbd\ \x6a\xce\x92\x1d\x7b\x73\xab\xbf\xbc\xf6\xa2\x15\xd3\x05\xb8\x4f\ \xdc\xf6\xe0\xa6\x6c\xfd\x17\xce\x5f\xdd\xb3\xf1\xd7\x77\xfd\xe6\ \xf1\x33\x8f\x3b\x37\x23\xe3\x97\x5c\xfb\xb7\x1f\x99\x1d\xdf\xbb\ \xe1\x21\xa3\x75\xf9\xe7\xbe\x72\x4d\xa3\xa9\x5c\xcf\x9b\xc0\xf7\ \x63\x25\xca\x26\xf0\x21\xe6\x8e\x2a\xdc\x57\x0c\x70\x5f\x95\x86\ \x39\xa7\x5e\x74\xdd\xb2\xd3\xb6\xbe\xf4\xcc\xdd\xf7\xdc\xd0\xd5\ \xf3\x29\x39\x94\x23\xa3\x6f\xe3\x9f\xfe\xa4\x62\x0b\xcf\x9a\x7b\ \x5c\x4d\xdb\xe2\x6b\xfe\x72\xef\xaf\xef\xf9\xf1\xf3\x75\x4b\xfe\ \xea\x8a\x8b\x2e\xbe\xf2\x8b\x8f\x3c\xf4\x9b\xeb\xaf\xdf\xb0\xea\ \xe3\x57\x9e\x16\xe7\x0c\x40\x16\x32\x5d\xdd\x7a\xee\x19\x73\x04\ \x40\xfd\xec\x45\x49\xb5\xe9\x40\x4f\x4e\x18\x06\xa1\x04\x08\x4d\ \xab\x8b\xef\xce\xa5\x15\xa1\xd6\x08\x1a\x19\xe7\xa4\x24\xb0\x44\ \x5b\xad\xb3\x33\x9b\x96\x48\xc1\x3c\x27\x01\x00\x69\xad\x09\x18\ \x27\xed\x01\xd4\xa7\x12\xf6\xc1\x22\x00\x44\x53\xb5\xaa\xa3\xe0\ \x29\xcd\x98\x11\xb2\x04\x40\x68\x56\x7b\xfb\xe3\x2f\x76\x77\x74\ \xe5\x8b\x0a\xf7\xbe\xbe\x71\x9f\x92\x2b\x3f\x7a\x4e\x6b\x14\x3b\ \x90\x31\xf2\xb1\x62\x35\x01\x11\x49\xa5\x35\x70\x02\x10\x11\xc3\ \x1b\xca\x64\x00\x04\x80\x14\x00\x43\xe9\x0c\x72\x47\x90\x06\xce\ \x51\x79\xc0\x62\xcd\x75\x35\x9d\xd9\xa1\x9e\xee\x3e\xd4\xde\xce\ \xcd\x2f\x69\xcf\xfe\x8b\x73\x4f\x4f\x0a\xa5\xb4\xc1\x28\xdd\x39\ \x48\xd3\x56\xce\x11\x00\x86\x65\x19\x9c\xb4\xd6\x48\x04\x84\xbd\ \xfb\x77\x89\xe9\xed\x33\x1b\x4d\x28\xa0\x10\x1c\xd0\xff\x1f\xd2\ \x4a\x11\x20\x6a\x09\x28\xb5\xe2\x08\x1c\x48\x4b\xa5\x35\xd3\x55\ \x08\xd8\x77\x22\xf1\x78\xbc\xcc\x5b\xad\x94\xf2\xf1\xa0\x91\x90\ \x2a\x11\x35\x18\x10\x10\xa2\x26\x22\xbf\xde\x54\x2a\x46\x0c\x97\ \x27\x2a\xac\x0d\xd7\x1a\x7d\x1d\x03\x00\x0e\xe8\x01\x24\x1a\x5b\ \x98\xec\x82\xda\x65\x5f\xfe\xec\xee\x07\x7e\x7d\xd3\xa6\x27\x17\ \x5c\xf9\x99\xb3\xfa\x86\x06\xb5\x0e\x6d\x7e\x65\x83\x56\x0d\xe7\ \x9d\xbd\x34\x44\x2e\x71\x41\xa8\x00\x00\x51\x13\xa1\x94\xa4\x99\ \x9a\xa0\xc2\x35\x1a\x15\xfa\x68\xc4\x7d\x45\x04\x4e\x2a\xb7\x7b\ \xff\xbe\x48\xa2\x7e\xf1\xca\xd3\x97\x3d\xf7\xc4\x0b\x6f\xf5\x9e\ \x52\x57\x17\x31\xe7\xae\xbd\xe2\x5c\x43\xe6\xb5\xe6\xa0\xbd\xf6\ \x53\x2f\xf9\xc6\xd2\x13\x7e\xf4\xdd\x1f\x3c\xf0\xfc\xc2\xaf\x9c\ \x39\xef\x2f\xbf\xfc\xb7\xaf\x3d\x72\xc3\x2d\xf7\x3f\x38\xe7\x33\ \xb3\x38\x69\x30\xc2\x6d\x6d\xf6\x0b\x2f\xbf\x74\xf6\xb2\x73\xba\ \x5f\x7e\x7e\xc0\x8a\x37\xd7\x5a\xbb\xa4\x32\x95\x22\x90\x12\x91\ \x08\x95\x52\xa8\x10\x94\x46\x24\xad\x24\x90\xa7\x10\x11\xd1\x0e\ \x47\xc5\xd0\x9e\xb7\x3a\xba\x67\xb4\x15\x3d\xa9\x50\x6b\x44\x44\ \xad\x24\x80\x56\x88\x5a\x29\x90\x5a\x23\x00\xa2\x52\x4a\xb9\x85\ \x7c\xc1\x4d\x0f\xbd\xb0\xe1\xb5\xd8\x8c\x4b\x66\x35\xf7\x38\xa1\ \xf0\x8a\x73\x2e\x59\x5a\x2f\x8a\x1e\x3a\x56\xfe\x19\x4f\x69\xa5\ \xa4\x94\x4a\x29\x00\x26\xb5\xa8\x89\x46\x8b\x07\xfa\x14\x2c\x5b\ \xb9\x7a\xce\x8f\xff\xf8\xc0\xba\x05\xb5\x4b\x5b\xa3\x7d\xbb\x36\ \xfc\xea\xa9\xed\x33\xcf\xf9\x6a\x92\x5c\x85\x88\x4a\x01\x78\x4a\ \x69\x54\x50\x3b\xad\xc1\xda\x9a\x3b\xed\xc2\xcb\xdb\xc3\x2a\x27\ \xc9\xe4\xe8\x79\x1e\xd8\xd1\xb9\x4d\xc6\x53\x2f\xae\xef\x5e\xb9\ \x06\xf3\x45\x29\x95\x56\x0a\x91\x50\x63\xa2\x6e\xba\xda\xf5\xc2\ \xb6\xb7\x07\x97\x39\x83\x39\xd7\xb7\x7e\x48\xa8\x80\x0b\xa2\xe2\ \xbe\x03\xfd\xd9\x1a\x44\x3b\x96\xeb\xe9\x11\x46\x22\x6e\x68\x25\ \x55\x35\x8e\x98\x34\x86\x60\xa5\xbc\xb8\x1e\xf1\x3d\x63\x88\x48\ \xe8\xd7\xcf\x86\xc3\xe1\xc0\xef\x25\xf4\x71\xe2\x61\x24\xee\x2b\ \x8c\xe0\xa1\x62\x5a\x6b\xdf\x47\x26\x24\x44\xa5\x34\x48\xa5\x80\ \x74\xd1\x55\xd3\x97\x7f\xfc\x1b\x8b\x97\xdf\xf8\xfd\x7f\xbe\xf7\ \xf9\xe3\x56\x37\xb4\x84\xd3\x4d\xe7\x5f\xfa\xe9\x24\x73\x15\x98\ \x62\x70\x9b\x54\xa8\xa5\xd4\xa8\xb8\x30\xd4\xe0\xc1\xde\xfe\xc1\ \xa8\x83\x4c\x18\x9c\x03\xd0\x38\xf3\x04\xc1\x4f\x18\x43\x0c\xfc\ \xf2\xa3\xc9\x5f\x40\x22\x00\xc6\xdc\x9e\xa7\x1e\xb9\x67\x6b\x97\ \x6b\x80\x57\x80\xfa\x4f\x7c\xf6\x94\x65\xa1\xe9\x9d\xff\xe7\xee\ \xef\xfc\xfd\x33\x66\x28\x79\xe6\x45\x57\x2c\x4b\x75\xdc\x71\xfb\ \xef\x72\x82\x65\x63\xc7\xaf\x99\x1d\xfa\xaf\x07\x6f\x7e\x66\x7b\ \x9a\xdc\xec\xf1\x27\x9d\x1e\x67\x5d\x9a\xd0\xd5\xa1\x0f\xaf\xf9\ \xd4\x1b\x3f\x7f\xe0\xfa\x6f\xaf\xd3\x9e\x38\xe7\xe2\xab\x66\x39\ \xfa\x69\x0d\x06\xa2\x46\xed\x67\x6c\x7d\x0a\x07\xd0\xe8\x3b\x74\ \x3e\xf3\x27\x2a\x69\x35\xcc\x3b\x6f\x55\xd3\xc3\x3f\xfb\xde\x33\ \x0e\xef\xa3\x44\x32\xc4\x94\x06\x02\x42\xf2\x09\x6f\x49\x13\x6a\ \x22\x40\xd4\x2c\x5c\x17\xe7\xbf\xbf\xed\x86\xe7\x85\xa7\x13\x0b\ \xae\x3c\xfd\xf8\x96\x94\x7b\xfe\xca\x37\x6f\xff\x97\xeb\x62\x61\ \xab\x69\xc9\x19\x57\x5d\x74\x22\x63\x40\x84\x5a\xa3\x7f\x28\x17\ \x5d\xb3\x7d\xee\xb4\xdf\x3e\xba\xa5\x23\x73\xc6\xfc\xd5\x97\x5f\ \x96\xfe\xe5\x83\x37\xff\xcb\x6f\x43\x66\xb1\x20\xa7\x9d\xfc\xa9\ \xcb\xcf\x9c\xeb\x15\xf6\xf8\xeb\x01\x44\x02\xd2\x9e\x3b\xed\xec\ \x0b\x3f\xb2\xf5\xb6\x1b\xaf\xfb\xb6\x13\x31\xdb\x3e\x74\xe1\x5f\ \x9d\xb5\x84\x69\xe9\xba\xe6\xa9\x6b\xd6\xee\xbc\xfd\x57\x3f\xf8\ \xce\xab\xa6\xdb\x87\x35\x2b\x42\x0c\x91\x40\x7a\xb2\x6e\xee\xaa\ \x8b\x4f\x7e\xed\xbe\x9f\x7c\xf7\x0f\x71\xfe\x56\x7f\xf1\x43\xbe\ \x1e\xa2\xf4\xcc\xe6\x53\x97\xcf\xfb\xe5\x9d\xff\xba\xad\x69\xce\ \xda\xab\xaf\xe8\x79\x7d\x7f\x62\xc6\xd9\x71\x92\x5e\x95\xc5\xf6\ \x10\x76\xa1\x54\x59\xd7\xda\xa7\x00\x45\xad\x85\x10\x9c\x73\xe4\ \xc2\x27\x96\x19\x85\x8c\x55\x02\x8a\x0f\xb6\xe0\x70\x1c\x11\xd8\ \x85\xe1\xe8\xc4\xef\x20\xf1\xa9\x44\x80\x48\x2b\xd4\x9a\x84\x30\ \xbc\xbe\x37\x6f\xbb\xfb\xfe\x1e\x84\x2c\x9b\x71\xe6\xac\xd6\x15\ \x8d\x17\xbe\xb1\xfb\xb6\xef\xfd\xe3\xdf\x47\x4c\x67\xc5\x47\xd7\ \x7e\x6c\x9e\x60\x00\xa4\xd1\x2b\x7a\x89\x69\x8b\x97\x37\xfd\xd7\ \xcd\x3f\xbc\xae\x6d\xc1\xea\xab\x2e\x3d\x2b\x61\xe9\x71\x4a\x0d\ \x01\x1a\x34\x30\x60\xc8\x39\x11\x52\x45\x97\xd0\xe1\xdf\x99\xc3\ \xc3\x83\xbe\x75\x7d\xf6\x9e\x17\x26\xc5\x83\x3e\xce\xfe\xc7\x0a\ \x3c\xe8\xd7\x36\x6f\x5a\xb8\x78\x09\x63\x0c\xb5\x2a\x66\x87\x06\ \x33\x39\x4d\x3c\x9a\xaa\x4b\x46\x0c\x62\x5c\x15\x86\x7a\xfb\x06\ \x35\xb7\x92\xa9\x1a\x9b\x79\x03\xfd\x83\x45\x45\x4e\xb2\xbe\x36\ \x6a\x64\x06\xfb\x06\xb3\x45\x6e\x39\x75\xf5\xb5\x86\xcc\x0d\x15\ \x75\xc4\x71\x2c\x43\xe8\x42\xba\xbb\x37\x63\xc5\x52\x75\xa9\x28\ \x4a\x37\x9f\xcb\x33\x2b\x12\xb6\x85\x97\xcb\x7a\xcc\x72\xc2\x16\ \x10\x01\xe9\x7c\xae\x60\x84\x23\xb6\xc1\xdd\x5c\x56\x89\x90\x13\ \xb6\x39\xa9\x81\xde\x9e\x9c\xa4\x48\x2c\x11\x77\x42\xda\xcd\xb9\ \x64\x3a\x91\x90\x2a\x64\x8b\xda\x88\x39\xb6\x74\x73\x45\x2d\xa2\ \x11\x5b\x16\x72\xe9\x74\x46\x32\xb3\xa6\xbe\xde\x31\x41\x69\x66\ \x72\xd5\xd7\xd3\x9b\x73\x75\x28\x96\x4c\xc5\x42\xc5\x5c\x96\xcc\ \x70\xd8\x32\x4a\x74\x60\xc2\xc4\x9e\xdb\x6f\xb8\x91\x9f\xfa\xd9\ \xab\xce\x68\x07\xad\xd2\x7d\x3d\xe9\x9c\x67\x3a\xf1\xfa\xda\x24\ \xd3\x52\x6b\x95\xcf\x15\x44\xc8\x09\x59\xac\x98\xcd\x69\x61\x47\ \x23\x21\x4e\xc5\xde\x83\x7d\x05\x05\x91\x78\x2a\xe1\xd8\x01\x81\ \x99\x61\x82\x97\x39\xd8\x33\x28\x99\x11\x4f\x24\x9d\x90\xe9\xe5\ \xb3\x8a\xd9\x91\x90\xf0\x0a\xb9\x4c\xae\x30\xb4\x7f\xe3\xed\xf7\ \xbf\xfc\x89\xaf\x7d\xf3\x94\x1a\xb7\xbf\x48\x8e\xe3\x98\xe4\xf5\ \xf7\xf5\xba\x22\x1a\xce\x6e\xbb\xe9\xe7\x4f\x9d\x75\xcd\xdf\x9c\ \xd2\x6c\x79\x55\x6f\xe1\x1d\x64\xc5\x05\x37\x36\x6e\x7a\xe5\xf7\ \xbf\xff\x03\x22\x36\x37\x37\x7f\x6a\xed\x25\xb1\x58\x5c\x18\x22\ \x97\xcd\x74\x76\xec\x19\x8d\x07\x9d\xcd\x1e\x37\x7f\x41\xb1\x50\ \xf0\xdd\x89\xb2\x37\x3c\xb6\xc3\x80\x50\xe5\xf2\x6e\xc8\x71\xc0\ \xcb\x17\xd1\x88\x46\x6c\x94\xc5\xbc\x87\xe1\x90\x91\xe9\x1f\xc8\ \x4b\x0c\xc7\x6b\xeb\x62\x36\x71\x01\x5e\xae\xa7\xb7\xdf\x23\x11\ \x4f\xa6\x1c\x9b\xe5\xb2\x05\x2b\xe2\x98\x9c\x31\xce\xd1\xcb\xf5\ \xf6\xa5\xc1\x8e\xd5\x26\xa3\x1c\x46\xf1\x5a\x53\x19\x32\xde\x9f\ \x98\x32\x0c\xb3\x50\x78\x6f\xf0\xa0\x0f\xd3\x5f\xe0\x0c\x0c\x01\ \x13\x81\x53\x18\x02\x46\xb6\x35\xb1\x0a\xbf\x0b\xec\x68\xa2\x29\ \x9a\x60\x0c\x10\xb5\x54\x8a\x88\xb8\x19\x69\x6c\x89\xb2\x20\xe0\ \xb7\xeb\x9a\x9a\x7d\x0e\x0f\xa9\x30\x1c\xaf\x8b\x26\x19\x01\xa1\ \x96\x28\xec\x44\x8c\x69\x8d\x4a\x22\xb3\xa2\xcd\x6d\x71\x20\xd4\ \xd2\x23\x62\x91\x58\x1c\x50\xa3\x46\x33\x12\xb5\xa0\x4c\xc5\xc5\ \x9d\x78\x9c\x50\x23\x92\x15\x8d\xd9\x44\xa8\x15\x32\x96\x6c\x68\ \x4a\xf9\xb9\x65\x8d\x46\x28\x6a\x02\xa1\x56\x46\xc8\x89\x31\x42\ \x8d\x86\xed\xc4\x7d\x6e\xb2\x70\xac\xc1\x89\x33\x20\x44\x94\x92\ \x00\xc0\x23\x96\xac\x6f\x4c\xf9\x3e\x08\x52\x38\x1a\x87\x20\x9c\ \xf3\x15\x41\xa2\xd5\x70\xee\x79\x1f\x79\x72\x57\x47\xda\x9b\x15\ \x21\x1d\x49\xd6\x45\x53\x8c\x08\x51\xba\x7e\x8d\xdc\x89\xc7\x08\ \x51\x6b\xb2\xa3\x51\x46\xa4\x95\x44\x66\xd6\x34\x36\xfb\x54\x7d\ \xe5\x8f\xd2\xd2\x63\x22\xdc\xd0\x12\x61\xc1\xb5\xd0\x8a\x44\xc3\ \x42\xc8\x81\xce\xc7\xee\xbb\x77\x7b\x46\x50\x3e\x37\xe7\xc3\xe7\ \x2d\x69\x10\x8a\x42\x89\x28\x68\x2d\x15\x13\xa9\x86\x16\xcb\x64\ \xdb\x9f\x1d\x68\x5f\x79\xee\xb2\x96\x88\x2b\xbd\xea\xae\x7f\x27\ \x79\x47\x45\x72\xe9\x92\x25\x83\x83\x83\x9b\x37\x6f\x39\xff\x63\ \x1f\x8d\xc5\x63\x5a\x2b\x8e\x8c\x68\x34\xcc\x49\xb9\x55\x20\x88\ \x31\x4a\x99\x47\x20\x42\x18\x63\x1a\xb8\x11\x8f\x9b\x88\x08\x21\ \x5f\xa3\x34\x33\xec\xb8\xc5\x34\x52\xaa\xa1\xa9\x96\x01\x11\x29\ \xd4\xa0\x35\x13\x76\x7d\x73\x2b\x0b\x1e\x35\x44\xe3\xf1\x80\x9f\ \x42\x6b\x66\x46\x1a\x5b\xa2\x40\xa8\x47\x76\xde\x12\xf8\x8e\x4c\ \xa9\x09\x1a\x88\x01\xf3\x73\x1f\xe3\x43\xb3\x10\x21\x22\xe7\x62\ \xa4\x17\x3f\x61\x8e\xf2\x70\xfc\x05\xc6\xa0\x28\xc9\x95\x13\xba\ \x2b\x44\x60\x0a\x16\xb1\xfd\xba\x09\x08\xc3\xd8\xf2\xea\xa6\x96\ \xb6\x69\x35\xb5\xb5\x52\x7a\x41\x8a\xbc\x44\xb9\xc9\x3e\x58\xf3\ \x11\x8c\x73\x94\x12\xb8\xf8\xb3\x0c\xe3\xa2\xce\x65\xd2\xb9\xa2\ \x12\xb6\x53\x53\x93\x10\xa4\x34\x8d\x93\x07\x17\x42\x54\x67\x4e\ \xde\x79\x7e\xa1\x1c\x05\x14\xdd\xa2\xe3\x38\x7e\x86\xcf\xb6\x43\ \x1d\x7b\xf6\x14\x8b\xf9\x79\xf3\x16\x94\xfd\x85\xfe\xfe\xbe\x7d\ \xfb\xf6\x2e\x59\x72\x82\x52\x6a\x24\x1e\x34\x1c\xe1\xb9\x29\x1a\ \x79\x5d\x60\x0c\x80\x2c\x3b\xb4\xaf\xb3\x33\x97\x1d\x9a\xbf\x60\ \xd1\x48\x7f\x81\xbf\xf8\xfc\xba\xda\xda\xba\x64\xaa\xc6\xff\x15\ \xce\xb9\x10\x22\x9b\xcd\x48\x4f\xce\x9c\xdd\xfe\xde\xf8\x0b\x44\ \x10\x36\x99\x63\x4d\xd6\x8d\x4c\x04\x65\xfb\x46\x88\xad\x6d\xd3\ \xde\x7a\x6b\x3b\xe2\x9c\x44\x22\x39\xc2\x1b\xfa\xc0\xa9\x2f\x11\ \x72\xc3\xf8\x73\xfd\x59\x5c\xc4\x6a\xea\xe3\xc1\x4d\x55\x38\x0e\ \x53\x04\xe3\x82\x03\x54\x8d\xc2\x3b\x7c\x58\x3e\x0c\x71\x70\xea\ \x46\x42\x61\xad\x34\x00\x03\xa2\x7d\x9d\x1d\xdd\x07\xf6\x2f\x5a\ \xbc\xa4\x3c\x6e\x80\x88\xc9\x64\xaa\xbb\x6b\xff\x1b\xaf\x6f\x99\ \x3e\x7d\x96\x30\x4c\xa0\xf7\x41\x91\x87\xd7\x5c\x62\x92\x28\x41\ \x43\x43\xd7\xde\xbd\xfb\xf7\x75\x2e\x5a\x7c\xfc\x98\x11\x09\x12\ \x5c\xe4\x72\x39\x3b\x14\x8e\x44\x22\x7e\x10\x51\x2c\x16\xbd\xa2\ \x2b\x0c\xe3\x3d\xf3\x17\x0e\x43\x04\x17\x03\x83\xfd\x9d\x7b\x76\ \x7b\x9e\xc7\x18\x87\x52\xa9\xb0\x2a\x55\x99\x12\x39\x86\x8a\x1d\ \xe6\xff\x1b\x0e\x87\x67\xcc\x9a\xed\x38\xd1\xca\x02\x21\x63\x8c\ \x08\x3b\xf6\xec\xee\xef\xeb\x1b\xf9\x8b\xef\xef\x9a\x83\x35\x84\ \x42\xe1\x19\xb3\x66\x45\xa3\xb1\xb1\x45\xcd\x37\xb6\x6d\x99\x36\ \x7d\x66\x47\xc7\x6e\xc3\x10\x86\x30\x19\x23\x21\xcc\x86\xa6\x96\ \x81\xfe\x9e\xe6\x96\xb6\xb1\x46\xed\x08\xd5\x23\x34\xea\x64\x32\ \x95\xaa\xa9\xad\x62\x36\x55\xe5\x28\x71\x25\x00\x51\x8f\xda\x60\ \xfe\x88\xcd\xac\xd9\x73\x66\xb7\xcf\x3d\x5a\xd6\x5c\x76\x76\x6a\ \xeb\xea\xa3\xb1\x78\x7a\x70\x40\x2b\x65\xd9\x76\x3c\x91\xe4\x9c\ \xf7\xf7\x1d\x1c\x3f\x45\x78\xc4\x16\x8d\x88\x80\xd5\x26\x9b\xaa\ \x1c\xf5\x06\xe3\x3d\x1b\xa2\x3f\xb2\xa2\xb5\x36\x2d\xab\xa9\xb9\ \xc5\x67\xc8\xf0\xdb\xb7\x26\x7a\xb3\x51\x7d\xd0\x55\xa9\xca\x31\ \x11\x2c\x31\xa6\xa4\xcc\x66\x32\x86\x61\x28\xa5\xc2\xe1\xf0\x24\ \x6f\x36\x8e\xfc\xe2\xaa\x4f\xa8\x2a\x47\x83\x5b\x40\x47\x9d\x1a\ \x4f\xbe\x66\xc3\x30\xfa\xfb\xfb\x6f\xbc\xe9\xa6\x7c\x2e\x97\x4c\ \xa5\xae\xfd\xeb\xbf\x8e\x44\xc2\xef\xbf\x5d\x60\x8c\x49\x29\xa9\ \x1a\x4a\x54\xe5\x68\x10\x2e\x84\x31\x5e\x5d\xc9\x07\x6e\x93\x52\ \x4e\xc1\x9a\xcf\x44\x6b\xf6\x8d\x86\x52\xaa\xae\xae\x6e\xed\xda\ \xb5\x8f\x3d\xf6\xd8\x9a\x4f\x7e\x32\x16\x8b\x79\x9e\x37\x51\xce\ \xf4\xc8\xe1\x41\x0f\x0e\xf6\x7b\x9e\x32\x84\x5f\x8c\x18\x95\xc8\ \xad\x3a\x11\x55\x79\x7f\x8e\xd8\x0a\x0d\x1c\xb1\x45\xa4\x54\xe1\ \x48\x38\x91\x48\xe2\x48\x3c\x68\xd7\x73\x87\x06\x07\x4b\xfd\x82\ \xa3\x0a\x19\x47\x46\x93\xc7\x5f\x33\x11\x68\xad\xec\x50\x38\x91\ \x48\x8c\x3b\x8e\xed\xba\xc5\x50\x28\xbc\x70\xc1\x82\xf6\xd9\xb3\ \x6d\xdb\x46\x44\xe9\x79\xc0\x02\x42\xce\xf7\xc0\x2e\x10\x80\x6d\ \x30\x4b\x4c\x42\x67\x0d\x0a\xa1\x20\x03\x7c\x08\xc6\xf8\x50\x7a\ \x50\x2b\x3d\x63\xe6\x4c\x21\xaa\x19\x8d\xaa\x1c\x05\xe2\x79\x5e\ \x67\xc7\x6e\xd3\x30\xc3\x91\x48\x19\xf7\x59\x6b\x3d\xd0\xd7\x5b\ \xdf\xd8\x94\x48\xa4\xa6\xe0\x9a\xa5\xf4\x3a\x3b\x76\xe7\x73\x22\ \xe2\x44\x2b\x4d\x03\xe7\x3c\x12\x71\xf6\xed\xed\x9c\x37\x7f\xa1\ \x92\xca\x34\x4d\x24\xe2\x9c\xf7\xf5\xf5\x84\xc2\xe1\x71\xb7\xf1\ \xe1\xec\x52\x4b\xc0\x1b\x5d\xf2\xad\x83\xca\x9c\xa0\x0f\x5a\x21\ \x34\xc5\xf9\xb2\x19\x96\x0a\xa6\xd4\x20\x93\x19\x9a\x31\x6b\xb6\ \x10\xc6\xc8\x21\x13\xaa\xe2\x41\x57\x65\xea\x48\x25\x80\xaa\x65\ \x59\x75\x75\x0d\x3d\x07\x0f\x38\xd1\xa0\x85\x81\x31\x56\xc8\xe7\ \x0d\xd3\x4a\x24\x52\xc1\x7c\x75\x45\x54\x5f\x89\x25\xfd\x7e\xad\ \xd9\x34\xad\xba\xfa\xc6\x83\x5d\xfb\xa3\xb1\x78\x65\xad\x81\x88\ \xda\xa6\xcf\xdc\xf1\xfa\xb6\x9d\x3b\xb6\xb7\xb4\x4d\x37\x4d\xd3\ \xf3\xdc\x9e\x83\xdd\x9e\xe7\xd6\xd5\x37\x8c\xdb\x7f\x71\x38\x76\ \xc1\x36\xd8\x4b\x7b\xdc\x7b\x5f\x9c\x6c\x6e\x6a\xd5\x5c\x7b\x65\ \xbb\x3d\x3c\xe5\xcb\x98\xe0\xa2\x92\x32\xdc\x37\x0a\x58\x4d\x37\ \x54\x65\xca\x18\x85\x8a\x29\x69\x62\x8c\x8d\x25\xa7\x25\x20\xc3\ \x30\xcb\x28\x8f\x95\x1b\x6f\x2a\xac\x19\x00\x84\x10\x63\x97\xe2\ \x9b\xb9\xb9\xf3\xe7\xef\xdb\xdb\xb9\xfd\x8d\x2d\x86\x30\x19\x87\ \x48\xd8\x69\x6e\x69\xe3\x9c\x8f\xbb\xf8\xc3\xec\x77\x24\x3a\x44\ \x93\x17\x03\xa8\x56\x1e\xaa\x52\x95\x29\x64\xf8\x38\x07\x02\xa5\ \x24\x11\x71\xce\x44\x00\x78\x3f\xfe\x3e\x3e\xcc\x68\x9f\x31\xe0\ \xec\x10\x49\x88\x6a\x6c\x50\x95\xaa\x4c\x1d\xf1\x4b\x81\x65\x27\ \xe8\x10\x45\xcd\xc3\xbf\x4c\x75\xdf\x57\xa5\x2a\x1f\x50\x31\x26\ \x8f\x5e\x18\xe7\x53\x30\x1a\x08\xc8\x33\xaa\x96\xe9\x98\x72\x83\ \x81\x31\x3e\x15\xb9\xa4\x29\x60\x4d\xa2\x71\x5d\x77\x6e\x98\x53\ \xd4\x7d\xd0\x0a\x0f\xa3\x0f\x9a\x73\x5e\x28\x14\xf2\xb9\xec\x54\ \x2b\x16\x10\x81\x69\x1a\xd1\x58\x5c\x08\x51\x2d\x64\x1c\x2b\x46\ \x81\x31\xad\x75\x26\x3d\xa4\xa7\x1e\x89\x16\x63\x2c\xe2\x44\x43\ \xa1\xf0\x28\x60\x45\x66\x98\x3a\x33\xd0\xdb\xb9\x53\x12\x9b\x6a\ \x1d\x3a\x0c\x28\xde\xd8\xea\xd4\x36\xa2\x1e\xff\x7e\x8e\x9f\x77\ \x64\x8c\x65\x32\x43\x85\x42\xa1\xa6\xa6\x76\x14\xc6\xcb\x54\xb0\ \x0c\x85\x42\x21\x33\x94\xae\xab\x6f\x10\xc2\xa8\xce\x6b\x1f\x0b\ \x46\x41\x2a\xd9\xd7\xdb\x13\x8f\x27\x43\xa1\xf0\x54\x5b\x9e\xd6\ \xaa\xbf\xbf\xcf\x71\x9c\x68\x2c\x5e\x6e\xe7\x65\x9c\xcb\x4c\x7a\ \xdf\xba\xdf\x25\x84\x76\xa2\xb1\xf2\x76\x1c\xd1\x03\xf5\xfe\x59\ \x05\xe5\xc9\xbe\x82\x8c\x1e\x7f\x4a\xcd\xf4\x76\x1c\xcf\xd4\x8e\ \xef\x2f\x48\x29\xb3\x99\xcc\x8c\x99\xb3\x2d\xdb\x9e\x82\x8a\x12\ \x4f\x24\xb9\xe0\x83\x03\xfd\x75\xf5\x0d\x55\x8f\xe1\x58\xb0\x0c\ \x83\xfd\xfd\xa9\x54\x6d\x6d\x5d\xfd\xd4\x5c\x5f\xc4\x89\x76\xee\ \xd9\x15\x0a\x85\xcb\x59\x3d\x6e\x98\x07\xb7\xbc\x58\x03\x6e\x8b\ \x49\x90\x3b\x08\x8c\x8f\x68\x89\x3c\xf2\x4a\xeb\x43\xbd\x95\x5f\ \x23\xc5\x6c\x7b\xe7\x9b\xaf\x3a\xf5\xcd\x96\x65\xbf\x23\xfc\x05\ \x7f\xee\x4a\x18\x86\x65\xdb\x65\xc4\xdb\x72\x60\x3f\x8a\x42\xf7\ \xdd\x07\x01\x42\x70\x00\x42\x4d\x87\x70\xad\x2a\xdb\x45\x02\xcc\ \xdb\xe1\x6e\x28\x9e\x48\x24\xfb\x7b\x7b\xdf\xaf\x66\x92\xaa\x1c\ \x59\x7f\x01\x5c\xd7\x8d\x27\x92\xe3\x12\xd2\xff\x59\x23\x56\x21\ \x38\x94\xd0\xa2\xc7\x2a\x7f\xf9\x85\x6d\xdb\x9c\x73\xa5\x64\xe5\ \x78\x82\xab\x68\x46\x34\x4c\xd9\x5e\xe2\x26\x30\x1d\xd4\xed\x69\ \x58\xa7\x8f\x4c\xd4\x1d\x20\x3b\x31\x20\x20\x56\x22\xcd\x23\xad\ \xc2\x76\xc8\x2c\x16\x64\xb1\x68\xd9\x61\x20\xfd\x8e\xfc\x85\x72\ \x91\x91\xca\xc0\xd4\x65\x8c\x4b\x44\x00\x18\x97\x33\x97\x0b\x83\ \x33\xd2\x4a\xfb\xbc\x9d\x42\x70\xf4\x89\x22\x2b\xf3\x30\x72\xe0\ \x8d\xb7\xf6\xd6\xcd\x9e\x5f\x63\xb3\xc9\x31\xcc\xc7\x42\xe1\x0c\ \x1b\x29\xd2\x00\x0c\xab\x16\xe1\x98\x11\x5f\x21\xcb\xda\x58\xee\ \x8b\xf3\xb5\x71\x04\x4c\x32\xe3\x22\x98\xc1\x19\x8b\x96\xfa\xee\ \x84\x73\xe8\xde\xfd\x46\x9f\x68\x98\xdf\x5a\x83\x88\x63\x8f\xf9\ \x32\x85\x84\xf0\xcd\x01\x8d\x59\xb3\x4f\x3a\xc5\x7c\x6c\xb8\x00\ \x9d\xb5\x6c\xdc\xde\x89\x41\xe4\x9c\x05\x38\x6d\x25\xf4\x69\xc1\ \x19\x10\x69\xf2\x61\x1a\x61\x18\x95\x7a\x82\x3c\x02\x01\x1b\xa6\ \xd0\x2c\x53\x64\x21\x02\x12\x69\x3d\x91\xeb\xc2\x27\x7a\x0e\xa8\ \x83\x3b\x5e\x02\xc0\x0d\xf8\x34\x68\x82\x4f\x62\x0c\xf2\x83\xdd\ \xfb\x7b\xd2\xc8\x18\x63\x0c\x8b\x99\xae\x7d\x07\xdc\x91\x0c\xdf\ \x8c\x73\x9e\xdb\x71\xdf\xdd\x77\xef\xcc\x10\x3f\x94\xbd\xac\x64\ \x1c\xf6\xb1\x92\x2b\x79\x7b\x81\x88\xb4\xae\xf6\x4e\x1d\x23\xe2\ \x6b\x63\x40\x80\x3c\x4c\xe6\x3c\x4a\x1b\x89\x31\x43\x08\xec\xd9\ \xbb\xeb\xf5\x6d\xdb\x76\xec\xda\x3b\x54\x50\x87\xaf\x20\x8c\x73\ \x8e\xaf\xfc\xf1\xbe\x87\x5f\xdc\xed\x53\x51\x8d\xab\x8d\xe8\x6b\ \xa3\xcf\xa8\x36\x6a\xcd\x88\x80\x8a\x48\x23\x6a\xd2\x48\x5a\x13\ \x6a\xd4\x8a\x50\x23\x6a\x3a\xd4\x17\x10\x72\x52\x07\xfb\x87\xb6\ \x1d\x18\xd8\x35\x50\xd0\x44\x82\x10\x50\x1d\x1c\xca\xf6\xbb\x0a\ \x00\xb9\xf6\x3a\x7a\x32\x69\x4f\x07\xb4\x27\xe3\x7d\xf9\x5c\x17\ \xa5\xd7\xc1\x75\x7d\x1a\x2b\xf0\x5f\x4c\xf0\xd7\x4f\xe8\x2f\x10\ \xea\x11\x11\x04\x40\x05\x25\xdf\x78\x1f\x64\x88\xad\x4f\xdc\xf2\ \xcb\xfd\x8b\x7f\xf8\xd5\x35\x0e\x40\x6e\xe7\xb3\x3f\xba\xe9\xf9\ \x2f\xfc\xe0\xba\x79\x29\x01\x40\x5a\xa3\x1f\x7a\x91\x56\x52\x29\ \x02\x9f\x68\x1e\x50\x6b\x26\x04\x03\x52\x72\x62\xe6\xe5\xd2\xad\ \x0f\x78\x7b\x4b\xcf\x03\x47\x72\x7e\x54\xe5\x83\x6c\x17\x46\xf2\ \x3b\xb1\xd2\x59\x3d\xe2\x60\x60\xc2\xa0\xc1\xc7\xef\xb8\xf5\xd1\ \x3f\x75\xc4\x6a\x92\xca\xd5\x27\x5d\x72\xf5\xda\x93\xa7\x6b\xad\ \x81\x71\xc1\x19\x2a\x89\x4c\x18\x82\xa3\xd6\x8c\x0b\xc6\x48\x49\ \xc5\x84\x21\x38\x43\xad\x7d\x77\x44\x98\x06\x23\xd4\xc4\x04\x67\ \xfe\x6c\xb2\x1e\x19\x4a\x97\x2f\x3a\x1c\x50\x50\x40\x6a\x38\xaa\ \x70\x4e\x88\x80\x1a\x10\x01\x18\x11\xfa\x69\x85\x00\xb3\x15\x2a\ \xa2\xfd\x09\x5c\x05\x41\xde\x6f\x37\xee\x79\xa2\xdb\x8d\xd9\x3c\ \x57\x54\x2d\xad\x4d\x9f\x5f\xda\x9c\xa4\xdc\x1d\xeb\xb7\x37\x2c\ \x5a\x74\xd5\x34\xf1\xf8\x86\x1d\x7f\xcc\xd9\xd7\x9e\x3a\x33\xc1\ \x68\x32\xb6\x41\x56\x5e\x32\x0b\x6e\x1a\x67\x4c\x23\x20\x92\x82\ \x77\x3d\x67\x1d\x78\xe9\x34\x02\xf2\x76\x04\x8d\xef\x98\xed\xcb\ \x99\xb0\xec\x70\xc4\xcf\xc4\x84\xc3\x96\x21\x38\xe7\x7a\x68\xcf\ \xc3\x77\xdf\xbb\xa9\x73\xc0\xae\x5f\x74\xd9\x55\x97\xcd\x31\x04\ \xe7\x5c\x08\x33\xf3\xf6\x93\x3f\xbd\xfd\xf1\x2c\x19\x64\x24\xcf\ \x5a\x73\xd9\x5f\x2c\x69\x56\x52\x4d\x16\xea\x41\x69\x20\x94\x68\ \xc4\x0a\xab\x72\x2c\xc4\x11\x3e\x67\x53\x79\x13\x96\x5f\x0c\xbb\ \xe3\xdc\x30\x61\xf3\x6f\x7e\xf1\xd0\x8b\xf9\x6b\xbe\xf5\xdd\xe3\ \x9b\xc2\xc5\x4c\x5a\xda\x89\xcc\xae\xe7\x7e\x7e\xef\x63\xfb\x07\ \x64\xeb\xf2\xb3\xaf\x5a\x7b\xa6\xd8\xb7\xe9\x96\x3b\xee\xeb\x2c\ \x72\x02\x6b\xd5\x85\x57\x9c\xff\xa1\xd9\x3a\xdd\xf9\xf0\xaf\xee\ \xfd\xd3\x8e\xde\xd4\xcc\x93\xbe\x70\xcd\xc5\xde\xe6\x27\xee\x7a\ \xe4\xe9\xfe\x02\x3b\x6e\xd5\x27\x3f\x73\xfe\x52\x83\x73\x56\x71\ \xb9\xb1\xda\x58\xde\x0f\x7a\xec\x76\x44\x24\xe5\x13\x98\x51\xe9\ \x43\x2a\x42\x8c\x49\x3d\x19\xd3\x60\x1b\xb6\xec\x7e\xb4\x1b\xbe\ \x7a\xda\xdc\x79\x61\x9e\xcd\x66\x6e\x5c\xb7\xeb\xae\x88\x7d\xed\ \x5c\xd3\xe2\xc2\x26\xf7\xa9\x0d\xfb\x9e\xc8\x99\x5f\x59\xd9\x36\ \x5d\xc8\x49\xf6\xcd\xf0\x15\x19\xf8\x87\x6a\xb0\x66\x24\x40\x45\ \xc8\xe1\xdd\xf9\x0b\x04\xbe\x5b\x44\x50\xf9\x14\x02\x2b\x37\xe1\ \x78\xb5\x65\x76\xbf\xf2\x9f\x37\xdf\xda\x65\x31\x28\x76\xbf\xd9\ \xad\x52\x61\xcb\x7d\xf2\xce\xdb\x5e\x72\x97\x7e\xe9\xcb\x2b\xd6\ \xdf\x79\xc3\xad\x0f\xcd\xfe\xee\xc5\x0e\x00\x63\x9c\xf5\xed\xd9\ \xbc\x47\x37\x7c\xf5\xda\x4f\xe7\x5e\xfa\xf5\xbf\xdf\xfa\xb3\xe4\ \x3f\xfc\xc3\xf2\x1a\x90\x93\x45\x83\x95\xf7\xd6\xe7\xf3\xae\xda\ \x85\x63\xc8\x5f\xf0\x29\x13\x86\x15\x12\x02\xb6\x58\x2a\xb9\xfd\ \x4c\x1e\x7c\xee\x95\x8d\x33\x3f\xf6\x8d\xe5\xd3\x12\x4a\xc9\x48\ \xa2\x06\x08\x74\xc3\xbc\x8b\x3f\x33\x03\xd3\x3b\x6e\xfe\xdf\x0f\ \xaf\x5b\x76\xca\x87\xdd\x5d\x5b\xbb\x22\x9f\xfb\x1f\xff\x8d\xb6\ \x3c\x74\xf3\x3d\xbf\x5a\xbc\xf8\xeb\x1d\xf7\xff\xec\xd9\x9e\xf6\ \xcf\x7f\xe9\xd2\xb0\x08\x85\x7a\x37\xdd\x74\xc7\xef\xe6\xac\xb9\ \xfa\xd3\x89\x8e\x7f\xfb\xc9\xed\xeb\x17\x7c\xdb\x30\x03\x26\x8e\ \x31\x6d\xfd\x01\x68\x01\x01\xf9\xc1\x38\x6a\x3d\xea\x3d\x48\x04\ \x28\x41\x69\xe2\xc4\x80\x18\x00\xfa\x06\x22\xa8\x56\xb2\x89\x7d\ \x05\x0e\xae\xfb\xdc\x81\xcc\x82\xe3\xda\x17\x46\x99\x56\x3a\x91\ \x8c\x5e\x30\x37\xfa\xaf\x7b\x06\xf2\x33\x6a\x2d\xa6\xff\xf0\xd2\ \x5b\x2d\xc9\xf8\x7f\x3f\xa5\xad\x89\x2b\x4f\xd2\x21\x72\xa7\xa5\ \x4c\x1d\x05\x0c\x55\x44\xc4\x00\x09\xb4\xc6\x89\x8f\xd6\x89\xfc\ \x05\x42\xd4\x00\x80\x23\xa3\x09\x9c\x98\xfa\xce\x0f\x58\xac\x78\ \xaa\x6d\xfa\xf4\x10\xa7\x3c\xf4\x6d\xd9\x8b\x98\xdb\xbf\x79\xd7\ \xbe\x3e\xcd\xee\xbd\x73\x7b\x76\x90\x58\xca\xf3\x3c\x0b\x7c\xde\ \x27\x12\xb1\x64\xaa\xb9\xa5\x35\xf5\x89\x8b\xd7\x3d\xfb\xc3\x8d\ \x5b\xbb\x4e\x5c\xdd\xa4\xa5\x9e\xf0\x5e\x8d\xe0\xed\xf5\x1d\x4b\ \x5d\xdd\x30\xc7\x84\x30\x46\x88\x48\x08\x3a\x88\xf0\xc7\xd1\x46\ \xce\x41\xbb\x9e\xd2\xa1\xb0\x01\x28\xa5\x94\x00\x4c\x18\xac\x6b\ \xc7\xc6\x47\x1e\x7b\x2e\xa7\xf5\xc1\x21\x59\x1c\xca\x68\x9b\x85\ \x62\xb5\xcd\x2d\x2d\x0d\xc9\xd5\x8d\x4f\x3f\xb8\xaf\x63\xdf\xd6\ \x6d\xe9\xd5\x57\x9c\xbf\x68\x76\x03\x01\xeb\x5e\xff\xe4\xfe\xae\ \x6e\xef\x99\xff\xd8\x45\x2e\x9a\x86\x5b\x18\x42\x62\x44\xa8\xc7\ \x80\x2c\x57\xaa\x23\x63\x04\x60\x8e\xce\x3b\xfa\x3c\x65\x1a\x89\ \x10\xb0\x44\x65\x09\x84\xbe\x41\x40\x98\x64\xbe\x88\x18\x81\x96\ \x92\x20\xc6\x11\xa4\x54\x9a\x04\x30\x43\x70\xd2\x5a\x69\xe5\xf3\ \xb2\xa4\x0b\x5e\x67\xba\xd8\x94\x10\x87\x70\x9b\x89\x4a\x3c\x58\ \xe4\xd7\x24\x10\x82\xb2\x0a\xa0\xf6\x37\xd0\xb8\x27\xbd\x31\x7e\ \x0a\x91\x00\x09\x91\x86\xf3\x2b\x65\xb7\x6d\x22\x3b\x87\x1a\xa4\ \x27\x13\x33\x16\x9f\x79\xf6\x59\x0e\x83\xa1\xd7\xd4\xf3\x1b\x5f\ \xf2\x50\x08\x66\xce\x59\xf9\x89\x6b\xcf\x6d\x97\x0a\x99\xe9\x88\ \xc1\xe7\xa5\x5f\xd1\x40\x4d\xfe\x89\x9f\x4b\x67\x5c\x59\x67\x0b\ \x54\x6a\x5c\x56\x76\x36\xf2\x69\x10\x63\x3e\x8c\x3f\x12\x56\x81\ \x9e\x8e\x09\xb3\x00\xe0\xf3\xbe\xa1\x9f\xdd\xf3\x13\xf0\xa5\x80\ \x22\xd0\x69\x4d\xca\x4e\xcc\x6c\x68\x78\xec\xb9\x17\xfb\x57\xb7\ \x27\x0c\xd4\x60\x58\xde\x9e\x07\xee\xb9\x1b\x3f\xf4\xc5\xaf\x9d\ \xd9\xf8\x8b\x1f\xfc\x2f\xd7\x53\x68\x22\xa1\xf6\x5c\xe5\xba\x8a\ \x33\x02\x62\xa6\xe1\xf5\x0d\xa4\x01\x1a\x09\x80\x9b\xdc\x70\x9a\ \xcf\xbf\xfc\x73\x0b\xe3\x1c\x99\x70\x1c\x7c\xf4\xa9\x02\x45\x01\ \xf4\xb0\x5d\x60\x23\xad\x03\x01\x70\xce\x83\x9d\x32\x6a\xcd\xa8\ \x49\x4b\x00\x4d\x18\xb8\x37\x00\xc0\x28\x08\xf3\x61\x92\xe4\x18\ \x03\xe2\x7c\x6e\xd8\x7c\xaa\x63\x30\xdb\x5c\x1f\x05\x02\x4f\xbd\ \xdc\x91\x69\xae\xa9\x77\x48\xbb\xc4\xce\x5d\xda\xb6\x70\xa8\xf7\ \xdf\x9e\xdd\xed\xae\x6c\x5b\x95\x10\x45\x35\x19\xc1\x13\x94\x8c\ \x27\x63\x25\x02\x1a\xce\x7c\x7f\x3b\x48\x3b\xb2\x77\x91\x77\xf4\ \x99\xe9\x69\x04\x6f\x2f\x00\x21\x4e\x84\xa4\xa2\x0d\x90\x6e\x21\ \x97\xcb\xe5\x0b\x2e\x17\x90\xcf\xe5\xb3\xd9\x4c\x91\xd5\x9f\xb5\ \xea\x84\x9b\x1e\xbb\xfb\xae\xfc\xf2\x08\xf2\x05\xa7\x9e\xb1\xb4\ \xae\x26\xac\xfa\xd6\xaf\xdf\x78\x5e\x8d\xd9\xbd\x63\xc3\x7d\xbf\ \xb0\x75\xc7\x2b\x03\xb1\xf9\x97\xcf\x4b\xe6\x0b\x23\x68\x56\x47\ \xb7\x48\x54\xf4\x30\x20\x30\xc2\x49\xeb\x33\x55\xf9\x80\xe5\x17\ \x90\x90\x90\x61\x05\xd1\x69\x85\x36\x02\x00\x91\xca\x83\xb5\xea\ \xfc\x35\x9b\x7f\x72\xd7\xf7\xaf\xef\x3a\x7e\x4e\x53\x71\x68\xa8\ \x75\xe9\xc9\xad\x2d\x0d\x2f\xbd\xb1\xe1\x49\x51\xfb\x76\x5f\x61\ \x39\x23\xe5\xb9\xf9\x82\xab\x95\x56\xd2\xcb\x67\xf3\x9e\x99\xfa\ \xf0\x59\x27\xfe\xf4\xe1\x7f\xf7\x3a\x8e\x4f\x3a\x35\xa7\x9e\xb6\ \x7c\xf9\xcc\x0d\xf7\xdd\x7a\xe7\x49\xf3\xeb\x31\xda\x7a\xce\x99\ \x2b\xeb\x92\x89\x8e\x17\xd6\xbd\xbe\x6a\xc1\x9c\x18\x29\x1a\x47\ \x1b\x03\xc4\x01\xa4\xb1\xc0\xa5\xe4\x9f\xc9\x48\x84\x10\xc4\x1c\ \xfe\xc1\x0a\x41\x97\xd1\x24\xea\xeb\x22\x3b\x73\x6e\xcd\xf6\x57\ \x7a\xbe\xf7\xbc\xbb\x28\x61\x1c\xec\xcf\xef\xd2\xf6\xd5\xb3\x1c\ \xa1\xbd\xbc\xa7\xd3\x9e\x5e\x32\xa7\xe1\x6a\x75\xe0\xa6\x17\xf7\ \x59\x27\x37\x2f\x73\xd8\x44\x96\x81\x51\x90\x77\xf4\xab\x35\xcc\ \x8f\x7a\xfc\xde\x21\xd2\x80\x13\xae\x41\x7c\xf3\x9b\x7f\x37\xea\ \x47\x9c\x31\xb7\x58\xcc\x66\x33\x0d\x8d\x8d\xd2\xf3\x86\x6b\x42\ \x25\x17\x0e\x4b\x0e\x44\xe5\x17\x12\x71\x23\x5c\xdf\x34\x7d\x5a\ \x7d\x02\xb4\x46\x26\x62\xb5\x8d\xad\x6d\x4d\x6d\x73\x16\xce\xae\ \x33\x7a\x7a\xfa\xb5\x88\x4e\x9b\xd9\x96\x4c\x36\xb4\xd5\xa5\x84\ \x11\x0a\xc9\xfd\x5b\x3b\xe5\xcc\xb6\xba\x50\x4d\xfb\x05\x6b\x3e\ \xd6\x16\x61\x52\x8f\xfc\x58\x08\x2e\x83\x15\x89\xe8\x8a\x66\x27\ \xec\x39\xd8\xdd\xd8\xd4\x54\x45\x76\xf9\xc0\x0b\xe7\xbc\xfb\xc0\ \x81\xfa\x86\xa6\x40\x0f\x7d\x55\xf4\x3b\x17\x02\xe5\xf4\x9b\x5a\ \xb4\x11\x6f\x39\x71\xf9\x7c\xd3\xcb\x0c\xe5\x5c\x2b\x56\x3b\x73\ \xce\xc2\x0f\x2d\x5b\x28\xb2\x07\x0f\x0c\x14\x5a\x17\x9f\xbc\x62\ \xd1\x0c\xc7\xb6\x62\xb5\x8d\xd3\x5a\xeb\x0c\x06\x91\x78\xaa\xad\ \xad\x75\xd6\xbc\x05\xb3\x6a\x8c\x9e\x83\x7d\x2c\x9c\x9c\xde\xbe\ \xe8\xc4\x13\xe6\xdb\xee\x40\xdf\x90\x1b\xa9\x6d\x6e\x6b\x6a\x68\ \x6d\x6d\x8e\x9a\x3a\x52\xd7\x56\x1b\x66\x0a\x03\x6d\x2c\x33\x30\ \x97\xd4\x92\x99\xa6\xd1\xd5\xd5\x15\x8f\xc5\x2d\xcb\x2a\x67\x41\ \xbb\x5e\xdf\xd4\xe0\x0d\x70\xe5\xf9\xee\x01\xf8\x6b\x0e\xf4\x19\ \xc7\xd9\x42\x15\x5f\x84\x68\x59\xe6\x8a\xc6\xb0\xa5\xd4\xa0\xa4\ \xda\x44\xe4\xd2\x79\xa9\xd9\x16\x28\x8d\x21\xc3\x98\x11\xb3\xea\ \x38\x9b\x96\x0a\xd5\x0a\xad\xb8\xd1\x16\x62\xa5\x5b\x30\xe6\x73\ \xca\xc5\x54\x7f\xb9\x81\xb7\x45\xc0\xc8\x10\xe6\xfe\x22\xc5\xe6\ \x2f\x0b\x85\x23\xe3\xc0\xdb\x8e\x9d\x8f\xe0\x9c\x0f\xa5\xd3\x07\ \xba\xf6\x2f\x5e\x7a\x42\x21\x9f\x2f\xd5\x89\x7d\x13\x18\x94\x91\ \xc7\xf5\x31\x84\x15\xb2\xb8\x2e\x14\x3d\x00\x60\xc2\x0c\xd9\x86\ \x5b\x28\x22\x30\xd3\x0e\xd9\xa6\x00\xc2\x62\xa1\x20\x35\x99\x76\ \x28\x12\xb2\xb6\x3c\xfa\xa3\x5b\x36\xd6\x5e\xff\x9d\xab\x93\x2a\ \x97\xcf\x17\xe5\xa4\xfd\x8f\xac\xf4\x8f\x6f\xa6\xfd\x89\xa9\x6d\ \x5b\x5f\x5b\x7a\xc2\x72\x35\xf5\x06\x69\xaa\xf2\xde\x8a\x10\x62\ \xf3\xab\x1b\x17\x2f\x59\x5a\x6e\x1e\xa8\xe8\xbf\x2d\x97\x06\x20\ \x1c\x09\x0b\xce\x19\x37\x4c\x33\x18\x61\x54\x5e\x7e\x28\xe7\x86\ \xc3\x21\xc1\x19\xa0\x2e\x16\x0b\x1a\xcc\x90\xcd\x8b\x85\x22\x31\ \x23\x14\x32\x55\xb1\x28\x91\x59\xa1\x90\x6d\x0a\xd2\xaa\x50\x28\ \x22\x33\xc2\x61\x5b\x70\x86\xca\x2b\x14\x5d\xe2\x66\xd8\xb6\x94\ \x9b\xf7\xfc\x5e\x99\xa0\x77\xa6\x1c\xd1\x72\x08\xe6\xa6\x9c\x57\ \x37\xbd\x32\xad\x6d\xba\x13\x0d\x80\x15\x0d\x3b\xbc\xf1\x91\x3b\ \x8e\xcf\xed\x36\x65\x91\xa0\xe4\x4d\x54\x54\x3b\x27\x0f\x81\x1d\ \x83\x07\xd0\x46\x06\x03\xe6\xa7\x09\x11\x08\xf2\x12\x6d\x83\x93\ \x46\x97\x00\x00\xc2\x06\x27\xc4\x22\x4e\x5a\x8f\x60\xc0\x88\x11\ \x10\x71\xe0\x04\x50\x5a\x73\x28\x12\x79\x39\x8d\x2d\x9f\xbc\x26\ \x51\x53\x3b\x76\xb0\xd2\x98\x28\xd3\x23\x95\x44\x44\x60\x80\x65\ \xea\x5c\xdf\x65\xf2\x9d\x91\xf1\x92\x1d\xda\x2d\x14\xca\xeb\x51\ \xb2\xa0\x7c\x46\x5d\x92\x85\xbc\x2c\x0c\xef\x70\x55\x2c\x64\xa4\ \x97\x9a\x7b\xda\x85\x49\x53\xa5\x07\x86\x50\x95\xe9\xc2\x47\xa7\ \x39\x2a\xab\x2d\xac\x54\x0a\x61\x00\x9c\xb9\x05\xb7\x3a\x67\x7d\ \x4c\xc5\x11\x9e\xe7\x59\xa6\xa5\x29\xc8\x2e\x30\x2a\x55\xfb\x08\ \x80\x40\x08\x71\xdf\x7d\xf7\xf7\xf5\xf5\x95\x81\x85\x95\x94\x2d\ \x2d\x2d\x17\x5c\xf0\xf1\x42\x36\x5b\xf1\x49\x5e\x21\x38\x47\x54\ \x31\xa7\xfc\x58\xbe\x52\x3f\x01\x64\x21\x2b\x2b\xd2\x66\x81\x1a\ \xb3\xb2\x57\x5e\xe2\x89\xa5\x12\x8c\x32\xe3\x5c\x6b\xad\xa5\x1c\ \x75\x5e\x92\xd6\xd2\x75\x6d\x4e\x8a\x10\xca\x55\xff\x52\x12\x70\ \x12\xdc\x22\xce\xd8\x9d\xaf\xf7\x0e\x7a\x7a\x04\x27\x3a\x01\xe7\ \xf0\xe9\xb9\x29\x06\x54\xb6\x8b\x05\x89\x87\x4c\xcd\xf8\x95\x5c\ \x56\xee\x9d\x40\x64\x9c\x01\x90\x56\x4a\x2a\x08\x62\x8b\x77\x92\ \x5f\x20\xa2\x48\x24\xa2\xb5\xde\xdb\xb9\xa7\xb5\x75\x1a\x0b\x10\ \xe0\x88\xde\x43\x3e\x6f\x82\xc8\x71\xa7\xce\x58\x40\x45\xd7\x25\ \xb0\x27\xa9\x40\xb0\xb2\x09\x0a\x7c\x06\x06\x00\xae\xeb\xbe\xbd\ \xe3\xcd\x9a\xba\x86\xea\x70\xc4\x31\x22\xa9\x9a\x9a\x9d\x3b\x76\ \xcc\x5f\xb8\x28\x1c\x76\x90\x90\x05\x81\x3a\xab\x3c\x74\x57\xaf\ \x5e\xed\x79\xde\x70\xc6\x01\x29\x14\x0a\x59\x96\x6d\x98\xef\x0d\ \x02\x02\x1b\x1e\x70\x28\xef\xba\xa0\xd3\xb1\x63\xf7\x6e\x60\x3c\ \x12\x89\x54\x18\x32\x5d\xdb\xbe\x70\xc7\xd3\xdb\x16\xa7\xac\x90\ \x65\x56\x54\xd8\x83\xd2\xea\xe4\x8a\x7b\xc6\xac\x3a\x89\xa3\x3b\ \x9f\x18\x63\x31\xc7\x3c\x2c\x40\x14\x36\xe2\x15\x63\x84\xb8\x3b\ \x5d\xa0\xd6\x25\x4e\x2c\xf1\x2e\xf0\x1d\x39\xe7\xb9\x5c\x76\xe7\ \x5b\x3b\x10\x51\x08\x11\xd8\xb8\xf7\x63\x3a\xb4\x7c\x69\x56\x2e\ \xc3\x02\x53\xd2\x4b\x24\x53\xb3\x66\xb7\x57\xed\xc2\xb1\x53\x92\ \x78\x7b\xe7\x5b\x43\x43\x69\xc3\x30\x7d\x7b\x30\x56\x1b\x0d\x21\ \x46\x9f\xd8\x7f\x06\x2e\x49\x16\x4c\x26\x0e\x8f\xef\x68\xad\x39\ \xe7\x73\x8e\x9b\x17\x0e\x47\x86\xb3\x5d\x8c\x31\xc6\x77\xbe\xb4\ \x2e\xfd\xea\x73\x86\x9b\x65\xfc\xdd\x41\x30\x18\x13\xbc\x5d\xfd\ \xff\x26\xd3\x82\x3c\x24\x32\x0e\xd3\xe6\xcf\xfd\xc8\x79\x4e\x3c\ \x35\x2e\x04\xc3\x84\xb8\xaf\x5c\x70\xad\x54\x2e\x9b\x43\x42\x36\ \xc6\xea\x1c\x49\x17\xb2\xec\x10\x95\xbf\x37\x4d\xcb\x71\x1c\x9a\ \xb4\x2f\xbb\x2a\x1f\x28\xbb\xc0\x18\x63\x2c\x97\xcd\x4a\x25\xdf\ \x57\x6d\x84\x51\x08\x0a\x7e\x9d\xd2\x71\xa2\x42\x88\x51\x29\x70\ \xc6\x18\x13\x46\x6e\x28\x1d\xd0\xb7\x4c\xad\xfb\xc9\x9d\x58\xcc\ \x30\xcc\x77\x87\xcb\x52\xf9\x30\xa6\x62\xb4\x49\x30\x0a\x1b\xa7\ \x2a\xc7\x84\x75\x98\x92\xa8\x82\x00\x30\xc9\x11\xc5\xb8\x98\x9a\ \xc3\x7d\x13\x61\xcf\x4d\x98\x5f\x78\x27\x7f\x6d\x55\xaa\xf2\xfe\ \xa8\xf2\xd1\xb7\x66\x7d\x34\x6e\x21\x5e\xd5\xb6\xaa\x54\xa5\x2a\ \x55\xbb\x50\x95\xaa\x54\xa5\x6a\x17\xaa\x52\x95\xaa\x54\xed\x42\ \x55\xaa\x52\x95\xaa\x5d\xa8\x4a\x55\xaa\xf2\x1e\xcb\xff\x1b\x00\ \xd1\x74\x03\x80\xe3\x61\xd5\xb7\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x01\x9b\xd8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xb2\x00\x00\x01\x53\x08\x02\x00\x00\x00\xd3\x09\x1e\x6c\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x7c\x1d\xe5\ \x95\xf7\xcf\xd3\xa6\xdc\x26\xe9\xaa\x37\x37\xc9\x72\x6f\xd8\xb8\ \x12\xc0\x74\x83\x09\x84\x1e\xb0\x01\x43\xa8\x21\xbd\xbc\xc9\x86\ \xec\x66\x21\x24\x21\x9b\x42\xb2\x29\x04\x62\x9a\x81\x80\x21\xd4\ \x60\xd3\x6d\x6c\x70\xc7\xbd\x4b\x72\x57\x97\x6e\xbf\x53\x9f\xf2\ \xfe\x71\x6d\x63\x83\x29\x61\x93\x65\x77\x3d\x5f\xe6\x63\x74\x47\ \xa3\x29\xcf\xcc\xfc\xee\x39\xe7\x39\xcf\x79\x90\x52\x6a\xcf\xee\ \x5d\x4f\x3d\xf5\xf8\x8e\xed\x5b\x5c\xd7\x46\x08\x43\x40\x40\x40\ \xc0\x71\x0c\xdd\xd5\xda\xf2\xf3\xbb\xff\x3d\xd1\xd7\xab\xeb\x26\ \xc2\x44\x29\x15\x34\x4a\x40\x40\xc0\x71\x2d\x8b\x4f\x3f\xfd\x97\ \x9e\x9e\x6e\x4d\x33\x7c\x2e\x00\x8e\xd4\x44\x84\xd0\xc1\x9f\x94\ \x82\xa3\x7f\xf5\x77\x6d\xf3\xc9\x37\x0b\x08\x08\x08\xf8\xec\x21\ \x55\x95\x71\x05\xa0\x94\x3a\xac\x56\x08\x00\x10\x72\x7c\x6e\x79\ \xbe\xe3\x73\x2e\x24\x25\x08\x21\xf4\x3e\x43\xb2\xb0\xc6\x75\x3d\ \xcf\xf3\x38\xe7\x00\x80\x31\xfe\xa0\xb1\x89\x10\xe2\x9c\x7b\x9e\ \xe7\xfb\xbe\x10\x02\xe3\x63\xec\xea\x9f\x01\x42\x00\xf0\x31\x07\ \x2a\x5c\xe9\xff\x4c\x03\xf9\xd0\xf9\xff\x7d\xdf\x22\x9f\xe4\xaa\ \x03\x02\x02\x3e\x46\x16\x07\x37\x0e\x40\x80\x8e\x54\x0a\xae\x54\ \x2a\x67\x97\x33\x3c\x24\x62\xd6\x9b\xcc\x44\xa8\x3b\x6b\x79\x4a\ \x69\xf4\x3d\x17\x1b\x21\xe4\xb8\x8e\xed\x78\xe1\x70\x2c\x1c\x8e\ \x32\xcd\xf0\x7c\x9e\xcf\xe7\x18\xa3\x47\xee\x5d\x29\x95\xcd\xe5\ \x31\x66\xd1\x68\xcc\x30\x23\x18\xd3\x5c\x2e\x27\x05\xa7\x94\xfe\ \xa3\x5f\x5d\x25\xa5\x84\xc3\x46\x29\x02\xdf\xe7\xb6\xed\x32\x46\ \x3e\x42\x41\x7c\x9f\x3b\x8e\x4b\x08\xf9\xf8\xbd\xff\xb7\x6b\x22\ \xf7\x45\x3e\x6f\x51\x4a\xde\xb3\xb4\x3f\xf6\xaf\x00\x5c\xd7\x77\ \x5d\x9f\x52\x12\x3c\xd9\x01\x01\x9f\xde\x89\x56\x4a\x49\x29\x0f\ \x7f\x16\x4a\xd9\x39\xe7\xf2\x41\x65\x33\xfa\x97\x56\x18\x8c\x61\ \x48\x7b\x62\x6b\xc2\x7a\x60\x5b\xfb\xfe\xbc\x1d\x33\x75\xa9\x14\ \x42\x28\x9f\xb7\x35\xdd\x1c\x3f\x7e\x64\x3c\x5e\xc2\x18\x93\x52\ \xda\x8e\xb3\x67\xf7\x9e\x5d\xbb\x5a\x22\x61\xf3\xf0\x9b\x9c\xcd\ \x5a\xfd\x06\x0c\x6c\x18\x34\x30\x14\x0a\x61\x8c\x39\xe7\x89\x64\ \x6a\xeb\x96\x2d\xd9\x5c\x36\x1c\x32\x8f\xa1\x8c\x08\x21\x25\xad\ \xbc\xe5\x09\x09\x80\x08\xa5\x21\x53\x27\xc7\x32\x42\x8f\x96\x03\ \xe4\xf8\x48\x0a\x3f\x42\xa5\x60\x3a\x28\xe5\x0b\x82\x43\xb5\x8d\ \x03\x70\x72\xd7\xae\x3c\xd5\x01\x01\x52\x2a\x9f\xcb\xfb\x52\x01\ \x20\x42\x68\x38\x64\x48\x45\x94\x59\xd5\xd8\x4f\xcf\xed\xdf\xd9\ \x07\x26\x46\xc7\x96\x27\xcb\x72\x85\x54\xd1\x88\x21\xd5\x47\xa8\ \x18\x92\xdc\xcf\xe5\x6d\x09\x80\x00\x51\xc6\x42\xa6\x0e\x08\xc1\ \xa7\x95\x7e\x21\x90\x30\x2a\x47\x0f\x2b\xcf\xef\x7c\xb7\x4d\xe8\ \xf8\x13\x28\x23\x02\x65\x73\xcd\x2c\xa9\xab\x8d\xd8\xdd\xfb\x0e\ \xb8\xcc\x08\x82\x15\x01\x01\x9f\xd2\x5a\x1c\x3a\xa4\x11\x0e\x59\ \x8b\x0a\xa1\x6c\xce\xba\x6e\x60\xc9\x95\xfd\x22\x21\xcf\x72\xad\ \x9c\x93\xcf\x69\xdc\xa9\xd7\x61\x6c\x59\x78\x65\x47\x26\xa3\x10\ \x23\xc4\xf3\x3c\x84\xc9\xc4\x89\x27\x86\xc3\xa6\xeb\xba\x8e\xe3\ \x78\x9e\x8b\x10\x54\x54\x94\x23\x44\x3a\x3a\x3a\x75\x9d\x01\xe0\ \x4c\x36\x3f\x60\xe0\xa0\x61\x43\x9b\x10\x02\xd7\x75\x5d\xd7\x95\ \x52\x84\x4c\xa3\xa2\xb2\xa2\xb3\xb3\xdb\xf7\x8e\x65\xa6\x49\xe5\ \x08\x52\x39\x68\xc4\x90\x01\x03\xea\xeb\xeb\x4a\x4c\x94\xe9\xe9\ \x11\x88\x22\x04\x52\x4a\x29\x95\x52\x08\x10\x2a\xd8\x86\x52\x2a\ \xa9\x00\x01\x64\x2c\xa8\x18\x7e\xc6\x1d\xdf\xbb\xca\x5e\xbf\xb8\ \x25\x2d\x08\x56\x3d\x19\x36\xf6\xb4\x2f\xde\x7a\x79\xd3\xca\xbf\ \xbd\x65\x33\x5d\x4a\xe4\x88\x50\x4d\xe3\xf0\xa6\x01\xfd\xea\xeb\ \xeb\x4b\x4c\x94\xee\xed\x4e\x66\xb4\x31\x67\x5f\x78\xf3\x05\xe3\ \x77\xbe\xf6\x52\x9b\x34\x08\xc6\xef\xd9\x9d\x42\x4a\x05\x08\x21\ \xcb\x65\x15\x83\x46\x8c\xe9\x5f\x9c\xd9\xbf\xc7\xc2\x05\x79\x52\ \x4a\x4a\x21\x95\x02\x74\xd8\xca\x16\xbe\xe2\x46\x79\xd3\xd0\xa1\ \x03\xeb\xfb\xd7\xd5\x56\x87\x89\x9f\xec\xee\x51\x98\x22\x84\x0f\ \x9f\x6a\x61\x7b\x25\x85\x50\x08\x21\xa4\x64\xe1\x10\xa0\xa4\x14\ \x0a\x1d\xbe\xc0\xc2\x15\xe5\xf2\x50\x33\x6a\xda\x57\x6f\x3c\xaf\ \x6b\xd1\x4b\xbb\x5d\x8a\x31\x2e\x9c\xd3\xa1\x83\x1e\x3c\x07\xa9\ \xe0\xd0\xbd\x53\x4a\xf8\x1d\xb9\xe2\x0b\x66\x5d\x37\x73\x42\x68\ \xc5\x2b\xab\xfc\x90\xa1\x84\x14\x52\x29\x85\x50\xe1\xb4\x95\x92\ \x42\x4a\xa9\x00\x10\x00\x0a\x1e\xfd\x80\x80\x0f\xb5\x16\xa5\x94\ \x05\xe3\x0e\x21\x64\x7b\xfe\xf0\x10\x3e\xa7\x14\x65\x93\xbd\xbb\ \xf2\x7e\x99\x46\xca\x0d\xb2\xa9\xd7\xab\x31\x69\x95\xc9\x2e\xad\ \x35\xff\xb0\x37\xcf\x31\x72\x7d\x7f\xe8\x90\xa1\x08\xa1\x5c\x2e\ \x7f\x78\x47\xbe\xef\xbb\xae\x5b\x53\x53\xdd\xd5\xd9\xe9\xba\x36\ \x42\x10\x0a\x85\xfb\xd5\xd7\xa5\x52\xa9\x6d\xdb\xb6\x11\x42\x01\ \x40\x08\x1e\x8d\x46\x87\x0c\x69\x6a\x18\x34\x68\xcb\x96\xcd\x94\ \xca\xf7\xab\x22\xf7\x3d\xad\xe4\x8a\xdb\xbe\x36\x21\x94\x4f\x58\ \x3e\x00\x1c\x58\xbb\x70\xee\x63\x2f\xf7\x8a\x08\x46\x04\x23\x40\ \x9e\x8d\x31\xe2\x24\x24\x05\x10\x8c\x40\x71\xee\x59\x08\x45\x72\ \x99\xee\x8d\x9b\xb6\x75\x59\xd2\xf7\xc0\x11\x94\x51\x15\x31\x88\ \x92\xbe\x92\x20\xa5\xe4\x02\x5c\x52\x74\xc9\xad\x5f\x9d\x1c\xc9\ \x75\x67\x7c\xca\xd0\xfe\x35\x0b\x7e\xf5\xfb\x05\x5c\x2a\x44\xa8\ \x32\x8b\x79\x56\x60\xdf\x63\xa6\xc9\x7d\x9e\xf3\x71\x48\x23\x48\ \x3a\x82\xf3\x8c\x53\x7e\xfe\x8c\x99\x33\xca\x7b\x7e\xb2\x69\x73\ \x92\x4b\x42\x20\xe5\x4a\xc0\x4c\x27\x12\x9c\x3c\xa2\x8c\x6a\x1a\ \x80\x72\xf2\x7e\xf1\xb0\xb1\xb7\x7d\xfb\xca\x70\xb6\x3b\xed\x48\ \x8d\x88\xe6\xd5\xaf\xcd\x7f\xe2\xa5\x5e\x19\xce\x7b\x40\x29\x65\ \x48\x80\x93\x53\x34\x0c\x4c\xa7\x3c\xc7\x91\xe6\x2b\xca\x90\xad\ \x84\xe6\x4a\x1a\x65\x9e\xed\x51\xae\x10\xc5\x08\x94\x10\xdc\x96\ \x22\x02\x00\x52\x08\x09\xa0\xa4\xc8\x58\x0a\x63\xaa\x11\x05\x4e\ \x0e\x33\x03\x88\xe6\x09\xc4\x30\x28\xc1\x95\x9f\x27\xa1\xb0\xe5\ \x28\x05\x38\xa4\x29\x53\x2b\x04\x3a\x54\xde\xe2\x02\x98\xc9\x40\ \xb9\x39\xc0\x1a\xd6\x0c\xdb\xe3\x1a\xc1\x00\x40\x41\x61\x14\x44\ \x1f\x03\x02\x3e\xd2\x89\x3e\xfc\xc1\x72\xfd\x49\x25\x18\xe7\x92\ \xbe\x90\xcd\x79\xfa\x7a\x47\xbe\x49\x97\x6b\x3d\x7d\x4e\xb5\x6f\ \x79\xb9\xd1\x9a\x56\x84\x64\x86\x0b\x82\x69\x34\x1a\xb3\xac\xfc\ \x91\x5d\xcc\x85\x48\xa2\x52\x32\x5e\x1a\xdf\xb3\x67\x37\x42\x50\ \x5b\x5b\x29\x04\xb7\x2c\x4b\x29\x18\x39\x72\x84\x10\x22\x9f\xcf\ \xef\xda\xb5\xcb\xb6\x9d\x70\x24\xc4\x34\x9d\x73\xbf\x20\x97\x47\ \xee\x01\x23\xa0\x04\xd6\x3d\xfd\xf3\x1b\x7e\xbf\xf6\xe2\xef\xfe\ \xfa\x47\x97\x9d\xfd\xe2\x93\xaf\xf6\xd4\x4e\xfd\xf7\xdb\x2e\xaa\ \x0a\x41\x72\xdf\x86\x07\x7e\x77\xff\x4e\xda\xf0\xed\xef\xce\x19\ \x52\x16\x01\x37\xbd\xfa\x95\xa7\x1f\x7a\x72\xb1\x6e\x46\x46\x8e\ \x1d\xdd\x3a\xff\x21\x55\x39\xf1\x6b\xb7\x5c\x39\xbe\x5f\x54\xf8\ \x32\xdd\xb7\x49\x81\x92\x4a\x29\x09\x88\x2a\xa5\xc4\xe6\x17\x7f\ \x7b\xeb\xef\x56\x4f\xbb\xfa\x5f\xef\xfe\xd2\x8c\xa1\x4f\x2d\xcd\ \xdb\x79\x5a\x3e\xe0\x6b\xbf\xbe\x9f\xe7\xda\x17\xcc\xfb\xf3\xdf\ \x56\x6c\xcf\xc6\x86\x5d\x3e\xe7\x8b\x33\xa7\x34\xa9\xd4\xde\x05\ \x7f\x79\xe0\x91\x57\xda\xf3\xe9\x8c\x71\xc2\xd8\x3b\xef\xbb\x77\ \xd5\x4b\x0f\xdc\x73\xff\xdb\x55\x9f\xbb\xe0\x96\xd9\xe7\x0e\xab\ \x32\x5a\xdf\x5d\x34\xef\x91\x27\x77\x67\x7c\xaa\x93\x82\x69\xa9\ \x72\x9d\xf3\x7f\xf9\x9d\x87\xdf\x15\xd3\x2e\x9e\xf3\x2f\x57\x5f\ \x9c\xd8\xd7\x7a\xef\x4b\xad\xc3\xcf\xb9\xfc\xa6\xcb\xa6\xd7\x47\ \xc5\xc6\xc5\x2f\xfe\xf6\xc1\x97\x86\x5e\xf1\x83\xdb\x06\x6f\xbc\ \xee\xbb\x4f\xcf\xb8\xed\xeb\x13\xd8\xea\xdb\xef\x5e\x7e\xdb\x7d\ \x77\x97\x2e\x9e\xfb\xfb\x35\xfc\x9b\xdf\xba\xbe\xa9\x2c\x4c\xbc\ \xcc\xdb\xcf\x3f\xf6\xf0\x53\xcb\x45\xe1\xbe\x28\x95\xb6\xa0\x61\ \xd2\x8c\x9b\xae\x3a\xbb\xa9\x94\x6c\x5f\xf1\xda\x23\x8f\xcc\x5f\ \x6f\x15\x5f\xfb\xcd\x6f\x9f\x3f\x24\xec\xb9\x99\x77\x9e\x7f\x64\ \xde\xf3\xeb\x4b\x4e\xbc\xe0\xb6\xeb\x66\x36\x16\x33\x85\x60\xf7\ \x26\x9e\xb1\x45\x64\xc4\xd4\x9b\x66\x9f\x3f\xac\xd2\xe8\x6a\x5e\ \xfd\xe8\xdc\x87\xdf\xed\xd3\xae\xb8\xed\xcb\xe7\x8c\x6d\x8c\x1b\ \xb9\x5f\xfc\xea\x9e\xd5\x1b\xf6\x99\x86\x16\x3c\xfd\x01\x01\x1f\ \x6f\x2d\x0a\xa9\x8a\x85\x2d\x2c\xd7\xe3\xea\xbc\x58\xe4\xb7\x16\ \x9b\xdb\xed\xdc\x39\x04\xc7\xfd\x8c\xe5\x8b\xb0\xa6\x31\x49\x84\ \x64\x14\x90\x52\x52\x08\xde\xdb\xdb\x97\x48\x24\x09\x39\xe8\x7e\ \xd6\xd7\xf7\x33\x4d\x1d\x63\x24\x84\xc0\x08\x21\x84\x7c\xdf\xe7\ \x9c\x2b\x25\x73\xb9\x9c\x52\xd2\x71\x6c\x00\x70\x5d\x97\x50\x02\ \x00\x42\x28\x84\x8e\x32\x18\x0b\x7e\xb2\xe7\xf9\x4d\xd3\x67\xfd\ \xb6\xe1\xfc\xe2\x9a\x78\xeb\xaa\x55\x7d\x9e\xeb\xec\x59\xff\xd0\ \xfd\x89\xf2\xf2\xfa\xf3\xaf\x3c\xef\x8c\x13\x96\x75\xec\xd4\x6b\ \x2b\x8c\xd7\x7f\x7b\xd7\x72\x36\xf1\x07\xb7\x5c\xdd\xb1\xa3\x75\ \x89\xcf\x35\x86\x2c\x15\x9f\x71\xf9\xc5\x23\xc8\x9e\x9f\xfc\xe0\ \xd9\x86\xb3\xe6\x9c\x37\x9a\xaa\x83\x3e\x2c\x28\x05\x4a\x29\x6a\ \x14\xd5\xf4\xab\xef\x57\x5d\xa4\x7c\xc7\xe5\x3e\x66\xba\x48\x1e\ \xb8\xf7\xd7\xf7\xc5\x66\x7e\x6d\xf6\x25\xa7\x2d\x7c\xa7\x75\xf2\ \xb9\x17\x9d\x3f\x92\xdd\x77\xc7\xed\x68\xec\x25\xb7\x5c\x77\xdd\ \xa6\xb5\x3f\x91\x94\x65\xf6\x6c\xf8\xd3\x1f\x1f\xdd\x9b\xb2\x54\ \xd5\x98\x1b\x6f\xba\x88\xac\x7c\xf2\x9b\xbf\xeb\xbd\xf6\xab\x37\ \xce\xba\xb0\xe7\x9e\xfb\x9f\xcf\xd2\x62\xa5\x24\x00\x28\x05\x94\ \xa0\x92\x90\xbf\xfc\x95\xb7\x37\x9c\x31\xa1\xa1\xb6\x5f\xd5\xc0\ \xc8\xcd\x73\xce\xdc\xff\xf4\x1f\xee\x69\x8d\x7d\xf3\x9b\x57\xcc\ \xda\xbb\xfb\xb9\x95\x2b\xbc\xcf\x8d\x1b\x3c\x60\x60\x55\xff\xc6\ \x01\x6e\xc7\xa0\xc6\xa1\x83\x43\xd6\x2b\xdb\x77\x83\x39\xb6\xbe\ \x9c\xbd\xf4\xcb\x3b\x5b\x86\x5c\xfa\xdd\xcf\xcf\x5c\xba\x64\x55\ \x8f\xc7\x11\x80\xcf\x15\x2e\x1e\x7e\xf3\x4d\x9f\xb7\x5f\x7b\xe8\ \xeb\xab\xbd\x5b\xbe\x39\xe7\x8b\x33\xdb\xf7\x3e\xb4\xe8\x8d\xf9\ \x0f\xef\xad\x8a\x8f\x39\xe5\xcc\xa9\x67\xcd\x78\x7d\x51\xd7\xb9\ \xb3\xce\x8f\xed\x5b\xfc\xfd\xff\xd8\x70\xce\xb5\x37\x0c\xd6\x64\ \x9e\xd6\xdd\x76\xc3\x25\xa5\xfb\x96\xfc\xf2\xa9\x8e\x4b\xaf\x9b\ \x7d\xe9\x17\x5a\xde\xfd\xcd\x96\xc1\x23\x07\x75\x2e\x7a\xea\xae\ \x37\xd7\xa6\x6d\x4b\x63\xe4\xc8\x80\x72\x40\x40\xc0\x91\x60\xa5\ \xe0\xf0\x02\x80\xd2\x2e\x97\xbe\x8f\x24\x7f\x7d\x5f\x82\x4b\x79\ \x41\xff\xe2\xbf\xed\x49\xf6\xe6\x6c\x2c\xfc\xac\xe3\xf9\x0a\x40\ \x21\x21\xa4\x65\xd9\xae\xeb\x15\x17\x17\x0f\x6e\x1a\x3c\xe8\x10\ \x4a\x49\xd7\xf5\x6c\xdb\x41\x80\x00\x90\xe3\xb8\xae\xeb\xf9\xbe\ \x2f\xa5\x14\x42\xf8\x3e\xe7\x5c\x08\x21\x39\xf7\x2d\xcb\x16\x82\ \x17\xa4\xe4\xfd\x0b\x00\x02\x95\x4f\xa4\x58\xf9\xc0\xe1\xe5\xde\ \xb3\x8f\xcd\xdf\x9c\x88\x8e\xfb\xdc\x8c\xeb\xae\x3e\xff\x84\xc1\ \x55\x48\x40\x88\x6a\x18\x49\xce\xfd\xe4\xae\xed\xcb\x5f\x5e\xb0\ \x3e\x4d\x87\xd7\x55\x33\x22\x95\xe4\x10\xa9\x6c\x28\x8b\xed\x6e\ \x5e\xfb\xce\x3b\xdb\xf7\x74\x64\x31\x45\x70\x68\x9f\x80\xc0\xf7\ \xbc\x81\x67\xdc\x30\x6f\xee\xaf\xae\x18\xaf\x2d\x7c\xf4\x89\xad\ \xdd\x96\xc6\x98\x74\xf2\xfb\xb6\x6e\x7c\x77\x7d\x1b\x0a\x47\x68\ \xa4\x72\x48\x6d\x4d\xd7\x9e\xf5\xcb\x16\xad\x5e\xbe\x6c\x59\x8f\ \x56\x3b\xb2\xae\x48\x01\xb8\xd9\x64\xd7\x8e\x2d\xed\x49\x8b\x55\ \x8c\x68\x8c\x59\x4b\x96\xae\x5c\xff\xd6\x3b\x4b\x77\x76\x54\xd7\ \x0d\x2a\x31\x7c\x9f\xbf\x67\x6f\x4b\xc1\x1d\xdb\x47\x9a\x66\x68\ \xd4\xe5\xa2\xb8\x62\x58\x15\xed\x7a\x73\xd1\xaa\x75\x6f\x2d\x59\ \xd5\xee\x0c\xeb\x5f\x97\xea\xd8\xb0\xad\xaf\xf2\xc2\xb3\x26\x54\ \x1b\xbd\xf9\x50\xf1\xa9\x97\x7c\x8e\x74\xb5\xef\xd9\xb5\x0f\x28\ \x91\xdc\xeb\x6e\xdd\xba\x72\xd5\x2e\x8f\x1a\x46\x28\x82\xa4\x02\ \x50\x8e\xeb\x9b\xe5\xc3\x06\x84\x33\x8b\x96\xac\x5c\xbf\x64\xe9\ \x3b\xbb\xfb\xea\x6a\xfa\x57\xf6\x1f\x3d\xfb\xba\x2b\xce\x39\x69\ \x54\x69\x98\x82\x87\x8a\x2a\x06\x0c\x88\xe1\xf5\x6b\x57\xad\x5c\ \xdd\xd2\x91\xb0\x30\x16\x7a\xe9\xa0\x81\x61\xc6\x2a\x1b\xcf\x9c\ \x3e\xd6\xeb\xdd\x7d\x20\x83\x43\x0c\x84\x50\xb9\x8e\xbd\x6d\xcd\ \xdb\xf3\x79\xaf\x90\xfa\x13\x2c\xc1\x12\x2c\xc7\x5c\x8e\xb0\x16\ \x01\x34\x8a\xde\xcd\xc1\x69\x86\x90\x42\x46\x8a\x4a\x2f\x32\x54\ \x8d\xec\x59\x55\x13\xe7\x76\x37\x93\xfe\x56\x9b\x24\x25\x21\x48\ \xf9\x82\x27\x12\xc9\xe2\xe2\x98\xe7\x79\x50\xd0\xb1\xc3\x3d\x38\ \x84\x24\x12\x49\x42\x09\x02\x94\x4a\xa5\xe2\xf1\x62\x29\xa5\xef\ \xf3\x96\xd6\x56\x04\xc0\xb9\xd0\x75\x8d\x73\x91\x4e\x67\x3c\xcf\ \xd3\x35\xfa\x3e\x9b\x45\x4a\x09\x0a\x28\x63\x1d\x6b\x9e\xfb\xd1\ \x3b\xc5\xbf\xf9\xc5\x37\x66\x9c\xfd\xb9\xd7\xf7\x6f\x9c\x32\x75\ \x9a\xd9\xbb\xe0\xcf\x73\xdf\xbe\x7c\xe0\xe8\x7a\x8a\x41\x29\x84\ \x48\xb8\xb2\xa6\x7f\x68\xe8\xa0\x28\x6c\x48\xa6\xb9\x28\x46\x88\ \xa8\x7c\xdf\xde\x64\xfe\xfc\xa6\x31\x63\x46\x6f\x2a\x8e\xe9\x08\ \x7c\xa4\xe0\xa0\xb5\x28\x15\x65\x6c\xff\x3b\x8f\xdf\xf3\xec\x46\ \xce\xf3\xe9\x64\xca\xc2\x45\x18\x29\x40\x58\x33\x0c\x81\x40\x01\ \xc2\x5e\x66\x5f\x6f\xdf\x19\x27\x0c\x1d\x3e\xa6\x01\x8d\x1c\x53\ \x0e\x89\xdd\x9d\x29\x93\x43\x51\x59\x55\xf9\x80\x81\x7d\x49\xc5\ \x13\xad\x6d\xee\x39\x13\xc6\x0e\x5b\xda\x5d\x3a\x7e\x60\x65\x62\ \xff\x86\xb4\x8d\x91\xa9\xa4\x94\x0a\x01\x60\x6c\xc4\xca\xc2\x15\ \xfa\xe5\xb3\x2e\x18\x15\xcf\x3f\xba\x69\xc3\xfe\x5e\x99\x45\xa7\ \x9f\x78\x42\x53\x73\xa4\x68\x74\x95\xd9\xb1\xae\x2f\x79\xa0\x6b\ \x47\x4b\xd7\xec\x73\x4e\x5f\x35\xff\xd1\xe7\x63\x93\xaf\x3d\x6b\ \xf0\xe6\xd7\xff\xb2\xab\x1b\xc7\x87\x52\x00\xc4\x74\x43\x23\x58\ \x49\x05\xa0\x04\x80\x66\x84\xcb\x6b\xe3\x4e\x6f\x73\x97\x7f\xf6\ \x89\x63\x87\xae\xb1\x9c\x71\x75\xf1\xf6\x35\x6d\xe1\xc6\xcf\x9d\ \x32\x10\xfd\xe4\x7b\x8f\x5b\xe3\xbe\xf0\xb5\xe9\x75\x22\xdb\xb6\ \x3f\x0b\x27\x8c\x3b\x61\xe8\x6a\x2b\x16\xd2\x10\xa2\x7e\xa6\xa3\ \x47\x90\xca\xbe\xdd\xcf\x3e\xfe\x4a\x9e\x16\x19\xb9\x03\xae\x5e\ \x81\x40\x61\xca\x74\x43\xf7\x11\x04\xa6\x62\x40\xc0\x47\x3a\xd1\ \x4a\x1d\x1e\x81\xa2\x61\xb4\xd6\xd1\x96\x65\xad\x93\x4d\x7f\xb4\ \xe8\x13\x19\x91\x17\xe2\x04\x2d\x8f\x24\x4f\x71\xfc\x4c\x8a\x79\ \x94\x9a\x4a\x21\x04\x9d\x9d\x1d\xba\xc1\x30\x22\x4a\xc9\x82\xb1\ \x84\x10\x10\x42\x7a\x7a\x7a\xb3\xd9\xac\x69\xea\x00\x60\x59\xf9\ \xae\xae\xee\xb2\xb2\xb2\x86\x86\x06\xa9\x24\x1c\xca\x00\xb7\x2c\ \xab\xbd\xbd\x13\x00\xe4\x07\x72\x95\x85\x90\x12\x21\xa6\x1b\xa1\ \xa2\x88\xb3\x67\xe5\x63\x0b\xb7\xfe\x78\xf6\x65\xe7\xbf\xbd\x6d\ \xf1\x5b\x4b\xc7\x5e\x79\xf6\x2f\x7e\xfe\x39\x2d\x4e\xd6\x67\xb3\ \x12\x22\xbe\x62\x33\xbe\xf6\xe3\x0b\xa3\x5a\xc7\xfa\xd7\x16\xac\ \xda\x29\x47\x0e\xd7\xcd\x70\x11\xea\x7a\xe1\xc9\xbf\x0e\xbe\xf9\ \x8b\x3f\xfb\xfd\xaf\x11\xa0\xf6\x1d\x6f\x39\x4a\x4a\x75\xb0\x23\ \x58\x37\x42\x32\xd3\xbe\xbb\x75\xa7\x59\x54\x42\x99\xa9\x1c\x85\ \x29\x33\x74\x0d\x14\x20\xc2\x0c\x83\x44\x98\xf5\xe6\xf3\xcf\x0d\ \xab\xbb\xfa\x07\xbf\xbb\x17\xac\xde\x25\xf3\x1f\x5e\xd7\x9d\x34\ \x96\xae\x39\x7b\xec\xa5\x3f\xfa\xe3\x7d\xeb\x16\xce\xfb\xf1\xaf\ \x5f\xbc\xff\xa1\x61\x5f\xbb\xea\x4b\xf3\x2e\x65\xdd\xcd\x6b\x1f\ \x7a\xee\xd5\x6e\x14\xa6\x4a\x49\x25\x7d\xcf\xf7\x59\xfc\xe2\xaf\ \xfd\xfc\x02\xe1\x27\xbb\xf6\x3e\xf3\xe7\xfb\x16\xaf\x6b\x4b\x33\ \x31\xf7\xa9\x91\x5f\x9a\xf3\x83\x19\x86\xda\xbd\xf6\xcd\xbf\x2e\ \x5e\x0b\xc8\x5f\xb1\x69\xf7\xac\xe9\x55\x1b\x36\xad\x7d\x17\x97\ \x5c\x73\xee\xe0\x5d\x2b\x57\x24\x89\x56\x46\x88\x6e\xe8\x04\x81\ \x42\xd4\x30\x34\x43\x47\xed\xad\xad\x9b\x7b\xd8\xcc\xcb\x2e\x5d\ \x7a\xc7\x7d\x7f\x7c\x68\xd4\xd7\xae\xf8\xea\xa3\xb3\x49\xfb\xb6\ \x65\xf7\x2d\x5c\xb2\x1d\x72\xab\xda\x47\xde\xf2\xfd\x1f\xfa\xba\ \x29\x3b\xb6\xf1\x4c\xcb\x13\x8f\xfd\xed\xdb\x73\xce\xbd\xf7\xbe\ \x99\x18\xcb\x4d\x6f\xe5\x54\xae\x79\xde\xbc\x97\x6e\xbb\x62\xfa\ \x9d\xbf\x38\x03\xb9\x99\xe7\x7e\xf3\x83\x2d\x6b\xb9\x66\x18\x84\ \x60\x25\xa5\x50\x0a\x07\xb9\x3b\x01\x01\x1f\x0e\x3a\xf3\x8c\x93\ \x8f\xec\x37\xe1\x0a\x98\x6b\xcf\x0a\xa7\xa7\xe8\x76\x18\x4b\x02\ \x60\x2b\xd4\x2e\xd8\xa3\xb9\xd8\x7a\x15\x8d\x30\x7c\xd0\x21\x75\ \x7d\xa6\xe9\xe5\x65\x65\x4c\xd3\x30\x46\x4a\x81\x94\x32\x9b\xcd\ \xf5\xf6\xf5\xe8\x5a\x21\x31\x05\x94\x52\x9e\xc7\xe3\xf1\x78\x34\ \x1a\xc1\x18\x23\x84\xa4\x54\xbe\xcf\xfb\x12\x7d\x8e\x63\x19\x9a\ \x76\xac\x57\x53\x49\x44\x63\x25\xe5\xba\xdd\xd9\x93\x53\x3e\x29\ \xa9\x29\x0f\x91\x5c\xdb\xee\x8c\x56\x56\x16\x8f\xea\x98\x73\x37\ \xd7\xd5\x13\x6a\x9a\xfe\xa3\x1f\x5c\xbe\xe2\xb7\x77\xff\x6d\x6f\ \x4e\x66\x7b\x72\x0e\xe0\x70\x69\x69\x94\xaa\x54\x47\x87\x8d\x49\ \x24\x5e\x11\x33\x11\x08\xdf\x4a\x5b\x96\xcd\x11\x01\x05\x12\x19\ \xb1\x78\xb1\xee\x74\xf5\xe5\x05\x20\x0c\x00\x42\x12\x2d\x54\x52\ \x6a\xf8\xb9\x64\x6f\xc6\xa8\xaf\x0a\x3b\xf9\x64\x32\xe3\x48\x69\ \x16\x57\xc7\xc3\xc8\xcb\x26\x7b\x13\x92\xe9\x8e\x4f\x23\x25\x45\ \xc5\x21\x2a\xf3\xc9\x5c\x2e\x9f\xf4\xf5\xa2\xd2\x78\x89\x81\xed\ \x54\x77\xc6\xf2\x89\xae\x29\xa5\x94\x02\x49\x23\x25\xb1\xb0\x86\ \x41\x29\xee\x66\x93\xe9\x4c\x0e\x9b\x21\x90\xca\x12\xac\xbc\x2c\ \x1e\xa6\x32\x97\xe8\xcc\x7b\x88\x30\x6c\xa1\x92\xea\x18\xb2\xd3\ \xdd\x79\x28\x2e\x8d\x1b\xb2\xaf\x33\xad\x34\xac\x15\x95\x16\x51\ \x91\xe8\xe8\xc2\x55\xd5\xc5\xc8\x4b\xf7\x26\x2c\xcc\xa2\x25\x55\ \x9a\x95\x4e\xa5\x7a\x79\xa8\xb4\xbc\x34\xc6\x94\x95\xea\xca\xd9\ \x82\x13\x86\x43\xf1\xca\x98\x8e\x40\x72\x2b\xed\xe4\xb2\x09\x8f\ \x9a\xc5\xa5\xa5\x61\x06\x52\x78\xb9\xa4\xed\x7a\x19\x8f\x84\x4b\ \x4a\x4b\x4d\xaa\xa4\xe7\x66\x7a\xd3\x5e\xb8\xa8\xbc\x38\x64\x75\ \xf7\xda\xbe\x44\x41\xb2\x77\x40\xc0\x47\xca\xe2\x19\xa7\x9f\xfc\ \xbe\x71\x14\xbe\x02\xdf\xf7\x9b\xc0\x6a\x24\xae\x81\x64\xa7\x64\ \x1b\x45\x28\x47\xf4\x10\x3d\xaa\xb8\x8e\xef\x73\x25\xa5\x6e\x98\ \x8c\x51\x29\x95\xeb\xba\x3e\xf7\x35\x8d\x1d\x99\x7b\xac\x94\xf2\ \x3c\x8f\x50\xa6\x6b\x3a\x21\xb8\x30\xaa\x04\x63\xc5\x18\xfb\xd0\ \x33\x52\xca\xf3\x3c\x20\x4c\xa3\x58\x49\xee\x7a\x82\x30\x8d\x61\ \xe5\xf9\xbe\x54\x80\x40\xb9\xbe\xd6\x6f\xdc\x99\x3f\xfd\xd1\xe5\ \xaf\x7c\xf3\xfa\x47\x9b\x2d\x2d\x14\xd1\x28\x52\x92\x7b\xbe\xa0\ \x9a\x4e\x90\x12\x9c\x73\x21\x15\x00\xc6\x84\x31\x7a\x28\x27\x53\ \x7a\x9e\x7f\x70\xb7\x0a\x00\x01\x82\xc2\x96\x8a\xe9\x1a\x08\xdf\ \xe3\xa0\x69\x0c\x23\x90\xdc\xf7\x85\x04\x84\x19\xa3\x18\x21\x00\ \xe9\x7b\x5c\x48\x45\x28\xa5\x94\x20\x25\x7d\x9f\x0b\xa5\x08\xa1\ \x85\xc1\x24\x07\xf3\x06\xa5\xf0\x7d\x2e\x01\x10\x00\x26\x84\x52\ \x5a\xf8\x95\x92\xc2\xe7\x5c\x2a\xa0\x94\x11\x82\x11\x00\x48\xee\ \xfa\x92\x6a\x1a\x56\xc2\xf3\x39\xd5\x74\x82\x40\xc9\x43\x3f\x2b\ \xee\xf8\x92\x31\x46\x30\x70\xdf\x17\x80\x35\x46\x91\x92\xbe\xef\ \x0b\x05\x85\x83\x22\x50\xdc\xf7\x85\x54\x85\x6b\xa4\x8c\xe2\x23\ \xd6\x1c\xdc\x46\x29\xce\x7d\x2e\x55\x21\xbd\x9c\x60\xf0\x5c\x0f\ \x28\x63\x04\x07\x29\x8b\x01\x01\x1f\x23\x8b\xa7\x4d\x3f\xe9\x18\ \xc3\xcb\x10\xb8\x02\x3c\x05\x0a\x80\x02\x18\x04\xc8\x87\x8c\x99\ \x10\x42\x14\x52\x7c\x30\xc6\x18\x1f\xa3\x28\x19\x42\x20\xc4\xe1\ \x84\x66\x44\x08\xc6\x08\xfd\x57\x5c\x38\x29\x81\x99\x91\xaa\x8a\ \xa2\x5c\x67\x7b\xca\x93\x9f\x7c\x6c\x5c\x40\x40\x40\xc0\x27\x8a\ \x2d\x2a\x25\x8f\x31\xe6\x41\x21\x0d\x81\x76\x78\xb5\x02\xf9\x21\ \x15\x74\x8e\x94\xc2\x23\xeb\x4d\x1c\xb1\x12\x21\x84\x8e\x1c\xd0\ \x52\x88\x33\x7e\x6a\x1d\x47\x48\xf9\x56\x6a\x57\x73\x5f\xc1\x9c\ \x53\x2a\xe8\x3d\x08\x08\x08\xf8\x87\xca\x62\x3a\x9d\xf9\xdf\x6a\ \x70\x39\x76\x70\xff\x02\x02\x02\xfe\xf1\x4e\xf4\x9f\xef\xff\x53\ \xd0\x0a\x01\x01\x01\x01\xef\xc9\xa2\x92\x22\x68\x85\x80\x80\x80\ \x80\xf7\x9c\xe8\x6c\x36\x1b\xb4\x42\x40\x40\x40\xc0\x61\x82\x09\ \xad\x02\x02\x02\x02\x02\x59\x0c\x08\x08\x08\x08\x64\x31\x20\x20\ \x20\xe0\x13\x42\x3f\xfa\xd7\x08\xa1\x63\x26\x69\x03\x80\x10\x41\ \x5f\x4d\x40\x40\xc0\x71\x26\x8b\x94\x52\x8c\x71\x36\x9b\xfd\x60\ \xc1\x15\xc6\x58\x38\x1c\xf1\x3c\x37\x98\x64\x2e\x20\x20\xe0\x78\ \x91\x45\x42\x48\x7b\x7b\xfb\xfc\xa7\x9e\xee\xee\xea\x16\x47\x27\ \xf1\x20\x40\x84\x92\x11\x23\x46\x7c\xe1\xc2\x0b\x34\x4d\x0b\x94\ \x31\x20\x20\xe0\xb8\x90\x45\xc6\xd8\x82\x85\x2f\x2f\x5a\xbc\x38\ \x64\x9a\xc7\xf4\xa0\x9b\x5b\x5a\x1a\x1a\x06\x4d\x9b\x3a\xd5\x71\ \x9c\xa0\x1d\x03\x02\x02\xfe\xef\xcb\xa2\x94\x32\x9d\x4e\x7d\xed\ \x6b\x5f\xad\xaf\xab\x93\x1f\x08\x23\x52\xc6\x96\x2e\x5d\xda\xd9\ \xd1\xf9\x49\x26\x59\x0e\x08\x08\x08\xf8\xbf\x20\x8b\x00\x80\x10\ \x1a\xdc\xd8\xd8\x30\x68\xd0\x07\x7b\x57\x34\x4d\x6b\x69\x69\xcd\ \x66\x33\x1f\xbd\x77\x05\xc8\x30\x4d\x86\x94\x6d\xdb\x42\x1d\xb1\ \x9a\x68\x21\x53\x97\x9e\xed\xb8\xe2\x33\x9a\x9b\x13\xe9\x21\x93\ \x1d\x59\xe7\x82\x7b\x96\xe3\x4a\xc0\x86\x19\x62\x44\x39\x96\xcd\ \x0f\xcf\x0c\x8d\xb0\x61\x9a\x14\x49\xdb\xb2\xb9\x0a\xe6\x12\x0d\ \x08\x38\x8e\x65\x11\x00\x3c\xcf\x73\x5d\xf7\x83\xb2\xa8\x94\xe2\ \x9c\x7f\x4c\x8d\x09\x44\x74\x9c\x7d\xfd\xf1\x47\x36\xe7\xe2\x97\ \x7e\xf1\xc2\x5a\x43\xb8\x5c\x02\x00\x66\xba\xbb\x7f\xfd\xbd\xcf\ \xbe\x11\x1f\xfb\xf9\xcf\x9f\xd2\xa0\x3c\xfe\xdf\x1d\x9b\x44\x98\ \x42\xf6\xe5\x07\x1f\x5a\x77\xa0\x57\x48\x05\x00\xd2\x77\xa3\xc3\ \x4f\xbd\xe6\x82\xd3\x8a\xa1\x77\xe1\x03\x7f\x5c\x9b\x88\x5f\x76\ \xcd\xa5\x8d\xc5\xd8\xe3\x0a\x11\xa6\xf1\xbe\x17\x1f\xfc\xe3\x86\ \x54\xfc\xd2\x2b\x2e\x6e\x2c\x25\x3e\x0f\x62\xa9\x01\x01\xff\x97\ \xf9\xa7\xe6\x2d\x22\x8a\xbc\xe6\x8d\xab\x9e\x79\xe8\xbe\x7b\x1f\ \x7d\x39\x03\x5a\xa1\x24\x2c\xc2\x54\xa6\xdb\x96\xbc\xf6\xea\xba\ \xe6\x5e\xf4\x5e\x69\x5b\x84\x0a\x25\x1b\x8f\x2c\x63\x8b\xd0\x87\ \x7e\x2e\xfc\x08\x47\xfd\x0a\xbd\x7f\xd3\xf7\xef\xef\xf0\x55\x63\ \x95\x5b\xb5\x78\xd1\xca\xcd\xbb\x2d\xcf\x73\x1c\xc7\x76\x1c\x9f\ \x4b\x00\x45\x8c\xe2\xfa\x6a\x73\xc5\x4b\x0f\xff\x69\xfe\x12\x0b\ \xe9\x04\x81\xc6\xd0\xd6\xc5\x7f\xbd\xef\xc1\x17\x73\x66\x55\x75\ \x5c\x17\x22\xd0\xc4\x80\x80\xe3\xdb\x5a\xfc\x2f\xa2\x00\x69\x66\ \xa8\x28\x46\x57\x3e\xf7\xf0\x03\x15\x55\x5f\xb9\x68\x3c\x76\x1d\ \x00\x05\x98\x86\xc2\x61\x43\x23\x85\xf2\x8c\x08\x53\x46\xc1\xb1\ \x6c\x9f\x4b\x44\x68\x28\x64\x82\xf0\xb9\x54\xdc\xb5\x5c\x81\x43\ \xe1\x10\x01\x21\x14\xa2\x04\x79\x96\xe5\x2a\x64\x1a\x06\x70\xcf\ \xe6\xea\xbd\x6a\xd3\x4a\xb8\x8e\x8f\x30\x65\x94\x00\x60\xa6\x11\ \xee\xd8\xb6\x2f\x00\x10\xa1\x94\xbc\xaf\x24\x35\x42\xd2\xcd\xdb\ \x82\x4d\x3e\xf7\xea\xdb\xaf\x3f\x13\x4b\x2e\x01\x29\xee\xda\x8e\ \xeb\x78\x6c\xd4\x99\x57\xde\xd2\xb2\xf3\x37\x2f\x3e\xfc\xc2\x98\ \xa1\xb3\xa7\x0f\xce\xb6\x2e\x79\x60\xde\x0b\xd1\xc9\x97\x7c\x79\ \xd6\x19\x61\xe5\xf9\x81\x2a\x06\x04\x04\xd6\xe2\x7f\x11\xe9\x79\ \x91\xa6\x31\x33\xcf\x1c\xfa\xe6\x23\xbf\x7b\x76\xd5\x01\x5d\xd7\ \x3e\xe0\x6a\x53\xcc\x53\x6f\x3f\xf7\xc0\xf7\xbf\x7e\xcb\x55\x57\ \xcd\xba\xe1\x2b\xdf\xbb\xf7\xe9\x25\x49\x8e\x4c\x43\xeb\xde\xfc\ \xca\x37\x6f\x98\xf3\x9b\xe7\xde\x05\xdd\xd0\x74\x3d\xb5\xf3\x8d\ \x6f\xdf\x7c\xcb\x1f\x17\x6e\x22\x91\xe8\xfe\x57\xee\xbb\xfe\xe6\ \xdb\x97\xee\xb0\x4c\x83\x62\x66\xa0\xc4\xe6\x9f\x7d\xe7\xe6\x9f\ \x3f\xb2\x1c\x4c\x43\x67\x72\xd7\xea\x57\x7e\x76\xfb\xd7\xaf\xbd\ \xfa\xea\x59\x57\x5f\x7b\xdb\xed\xbf\x5c\xd7\x23\x74\x72\xa4\x30\ \x62\xe5\x66\xf2\x0a\x85\xcd\x88\x02\xe9\xd8\x8e\x95\xcf\x5b\x8e\ \xaf\x00\x81\xe2\xae\x8a\x9c\x75\xd5\x4d\xd3\x07\xf8\x7f\x79\xf8\ \xb1\x2d\xfb\xf6\xfd\x6d\xde\x43\x9b\x9d\x86\xeb\xe7\x5c\xde\x2f\ \x24\x7c\x19\x88\x62\x40\x40\x60\x2d\xfe\xd7\x0d\x46\x25\x38\x2e\ \x3e\xef\xda\x6b\xc2\xbd\xdf\x7a\xe8\x0f\xbf\x1f\x50\xf7\xc3\xc9\ \xfd\x62\xd6\x11\x0a\xa5\x11\xfb\xf5\x87\x7e\x7b\xcf\xb3\x5b\xa7\ \x7e\xe1\xca\xcb\x47\x57\xed\x5d\xfd\xea\xa3\x73\x7f\x91\x96\x3f\ \xfc\xee\x95\x93\x07\x9e\x78\xce\xc5\xd3\x56\xfe\xe1\xf1\x07\xc6\ \x8e\x1e\x7e\xfe\xc0\xcc\xa3\xf7\x3f\x94\x28\x9f\xfc\xed\x19\x93\ \x4d\xf0\xb9\xef\x59\x96\xcd\x0f\xbb\xb4\x4a\xd8\xb6\x45\x3d\x8e\ \xa9\x66\xb5\xbe\x7d\xef\x6f\xee\xed\xab\x99\x7e\xcb\xb7\x26\x86\ \xa4\xdd\xd5\x97\x2d\x31\x90\x38\x22\xb9\x12\x61\xcc\x73\xc9\x8c\ \x97\xd9\xbd\x7d\xdd\x1b\x6f\x89\xba\xba\x7e\x75\x95\xa5\x1a\x51\ \x3e\x17\x00\xa0\xb8\x4b\x4a\x9a\xae\xfe\xd2\x95\x7b\x7e\xfe\xf0\ \xcf\xfe\xad\xdd\x4e\x24\xce\xb9\xfa\x5f\x4e\x1e\x52\xec\x3a\x6e\ \xf0\xb8\x04\x04\x04\xb2\xf8\x0f\x52\x46\xe1\xa9\x48\xbf\xab\xbf\ \xfc\xe5\x6d\xdf\xb9\xeb\xf7\x7f\x98\xdf\xff\x8e\x1b\xa3\x87\x26\ \x9e\x22\x54\xcf\x6e\x7f\xe5\xc9\x57\xd6\x8f\xbb\xf4\xff\xfd\xf0\ \xa6\xd3\x30\x00\x9c\x34\xca\x4f\x7d\xe3\xd9\x57\x17\xb4\xce\x9c\ \x30\x24\x54\x74\xee\xb5\x37\x6d\xda\x79\xfb\xa3\x73\xe7\x26\x06\ \xa6\x17\x1f\x28\xbe\xe5\xce\xab\x1b\x8b\xc0\x15\x0a\x7d\x20\xec\ \x58\x08\x23\x62\x84\x32\xed\x6d\x1d\x49\x6f\xf4\xc5\x33\xce\x3b\ \x63\x0c\x80\xe4\xae\xeb\x7a\x1e\x97\x47\xf9\xd0\xbe\x08\x0f\x1f\ \xd6\xd8\xde\xbd\xfe\xe1\xdf\xbd\xda\x93\xf4\x87\x9e\x72\xc1\x8d\ \xd7\x5e\xdc\x58\xa6\xf9\xbe\x04\x00\xcf\xf5\xfb\x4f\x3c\xfb\xbc\ \x29\x2b\x7e\xf7\xec\x8a\xc8\xa8\x8b\x2f\x3b\x7b\x2c\xf1\x5c\x2f\ \x78\x58\x02\x02\x02\x59\xfc\x07\xe2\xbb\x5e\xb8\xff\xe4\x5b\x6e\ \xbe\xe4\x7b\x77\xff\xf5\xc1\x17\xc7\x7f\x79\x84\x5e\xe8\x37\xa1\ \x48\xec\x6d\xde\x9b\xb1\x15\xde\xfc\xc6\x4f\xee\x58\xc2\x05\x50\ \x2a\xf7\xb6\xa4\x32\x39\xb5\x37\xc1\x87\x99\x20\x4b\x86\x5d\x77\ \xd3\x35\xff\x7e\xe7\xef\xe7\x6e\x8a\xcd\xbc\xe9\x7b\x67\x0c\x2f\ \x75\x6d\x07\x9b\x1f\x7a\xda\x42\xc8\xb2\xa1\x63\x26\x8c\xa8\x5e\ \xfc\xf8\xcf\xfe\xbd\xfb\xec\x19\x67\x9c\x3c\xb4\x7f\x95\x4e\xf0\ \x91\xba\x28\x7d\x97\xd5\x4e\xf8\xf2\x37\xc7\x78\x9e\x93\x4e\xf6\ \xed\x5c\xf5\xf2\xdc\xc7\x1f\xff\x85\x0c\xfd\xf4\xeb\x17\x17\x61\ \x5f\x28\x45\x18\x4b\xef\xdb\xb4\x61\xc7\x5e\xad\xa8\xc4\xeb\x5c\ \xf7\xc6\x9a\x5d\xb3\x3f\x37\x00\x39\x5e\xe0\x42\x07\x04\x1c\x0f\ \xfc\xb7\x55\xd0\x51\xbe\xcb\x9b\x4e\xbe\xf4\xfa\x99\x43\x96\x3c\ \x76\xff\x2b\x9b\x7a\x18\xc3\x00\x80\x40\x5a\xae\xcf\x81\x6a\x06\ \xc5\x18\x63\x82\xa4\xa4\x03\x86\x4f\x3a\xf7\xcc\x93\xab\x74\x29\ \xa4\x02\x40\x66\x24\x6a\x68\xe0\x0b\x29\x84\x00\x85\x8e\x72\xd0\ \x3f\x78\x18\xe9\xa1\x92\xc6\x9b\xbe\xf7\xc3\x39\xe7\x8f\xeb\x5e\ \xff\xf2\xed\x5f\xff\xca\x0f\xef\x79\xac\x25\xc1\x19\x39\xba\xd3\ \x05\x13\xcd\x0c\xc5\x8a\x4b\xfb\x37\x0e\x9f\x39\xfb\xd6\xab\xa7\ \x0f\xdc\xbd\xfc\xad\xe6\xee\x0c\x21\x18\x10\x61\x32\xf1\xc2\x23\ \xf7\xbf\xd5\x53\x7a\xf3\xf7\xbe\x7f\x66\xbd\x35\xff\xfe\xfb\xdf\ \x6d\x73\x74\x2d\x48\x5c\x0f\x08\x08\xac\xc5\x7f\xac\x2e\x2a\x69\ \x8b\xd0\x19\x57\xdc\xb0\x61\xfb\x5d\x8f\x3f\xf1\x1c\xf8\xac\x1e\ \x83\x04\x52\x1a\x33\x01\x60\xc4\xf4\xd9\x5f\x39\xb7\x11\x94\x50\ \x0a\x10\x26\xa0\xb8\x9d\xcb\x7b\xc0\xb4\xdc\xee\x87\xff\xf8\x40\ \x5f\xfd\xd9\x5f\x9a\xd2\xfb\xe4\xe3\x7f\x1c\xdc\x58\x7f\xc1\xd8\ \x72\x2e\x91\x16\x35\x90\x9f\xb7\x3c\x0b\xd3\x32\x10\x70\x64\x6a\ \x8e\xe4\xd2\x88\x0f\xba\xe4\xba\xaf\x9f\xf5\xf9\xf6\x75\x8b\x9f\ \xf9\xcf\x07\x9f\x78\xb8\xa8\xea\x5f\x6e\x3c\x8b\x49\xe7\x50\x97\ \x09\xa2\x94\x21\xc5\x39\x17\x5c\x48\x2d\x6c\x96\x56\x15\x81\xd7\ \xeb\xf9\x1c\x10\xd2\x74\xb4\xf5\xe5\x27\xe6\x2f\xda\x7f\xda\xb5\ \xb7\x9f\x7b\xea\xc9\xbd\xe1\xae\x75\xb7\xff\x61\xee\x63\x0b\x06\ \x7d\xf3\x92\x28\x0a\xf2\x73\x02\x02\x8e\x7b\x6b\x91\x10\x42\x3f\ \x84\x4f\x31\xec\x4f\x71\x97\xc4\x87\x5e\x7d\xcd\x05\x11\xb7\x37\ \x65\x03\x42\x8a\x4b\xe8\x3f\x7a\xdc\xb0\x4a\xf5\xea\x93\xf7\xbf\ \xb9\x61\xaf\xed\x4b\x29\xbc\x44\xc7\xde\xb6\xee\x94\x40\xd4\xa0\ \xde\x5b\xf3\xff\xfc\xda\x2e\x73\xf6\x0d\x37\x5e\xf7\xa5\x1b\xa7\ \x57\x67\x1f\xb9\xf7\xe1\xed\x09\xc9\x10\x94\x36\x0e\x2d\xc5\x89\ \x25\x4b\x96\xee\x4b\x89\x90\xa9\x33\x8c\x94\x94\x4a\x29\x84\xb1\ \xb0\x32\x5d\xdd\xbd\x8e\xc4\xc5\x55\x03\x4e\x39\x75\x72\x4d\x8c\ \xf4\xf5\x74\x3a\xf2\xf0\x88\x16\x84\xc1\x6b\xdf\xdb\xd2\x96\xb0\ \x99\x19\xd2\x29\xec\xdd\xb8\x78\xc1\x1b\xdb\xc2\x03\x87\xd5\x96\ \x44\x11\x65\xd6\x81\xb5\x0f\x3e\xfa\x92\x36\xea\x9c\x59\x17\x4c\ \x02\x2b\x57\x39\xe6\xec\x6b\x2f\x9e\xd4\xfa\xfa\xe3\xcf\x2c\x69\ \xa6\x3a\x0b\x9e\x98\x80\x80\xe3\xda\x5a\x94\x52\xf5\xf4\xf4\x84\ \x4c\xb3\x30\xca\xc5\xf3\x3c\x8c\x31\x65\x0c\x94\xd2\x34\x2d\x95\ \x4c\x6a\x1f\xc8\xb6\x79\x1f\x08\x94\x6b\x5b\x39\xcb\x91\x87\x86\ \xcc\x79\xae\x57\x33\xee\x9c\x2b\xcf\x59\x73\xd7\xbc\x77\x2d\x97\ \x4b\xe9\x91\xf2\x51\x73\xae\x9f\xfd\xeb\xdf\x3d\x76\xcf\x1d\xdf\ \x7b\xa2\xa2\x44\xc3\x90\xcb\xe6\xc6\xcf\xfa\xf6\xad\x67\x0c\xdf\ \xb3\xec\xf9\x7b\x9f\x5c\x39\xe1\xea\x7f\x9f\xde\x14\xf6\x64\x78\ \xd6\xf5\x5f\x7c\xf7\x5f\xfe\x70\xef\x63\xc3\xef\xb8\xf9\xfc\xe2\ \x81\x53\x2f\x3b\x6f\xf9\xbd\x2f\x3c\xf5\xbd\xe6\x77\xca\x8a\x42\ \xd2\x4e\xb5\xf6\xc1\x78\x9d\x52\xc2\x3a\x76\x2e\xbf\xe7\xfe\x67\ \xac\x48\xdc\xa0\xe0\xa4\x7b\x3b\x65\xe5\x45\x27\x4d\x29\x42\x9e\ \x38\x94\x23\x49\xdd\xee\x37\x9e\xb8\xe7\xf5\x16\x55\x56\x64\x82\ \xf0\x12\x9d\xed\x96\x39\xe0\x9a\xeb\x2e\xe9\x5f\xc2\xc0\xed\x7b\ \x69\xde\x9f\x57\x74\xc6\xbf\xf9\xad\x4b\xfa\x87\x84\xed\x0a\x8c\ \xf4\xa9\x33\xaf\x98\xf6\xf6\xba\x27\xe7\xce\x1d\xdb\xf4\xc3\x13\ \xaa\x99\xe7\x07\x33\x53\x07\x04\x1c\x97\xb2\x48\x08\xc9\xe7\xf3\ \x3f\xfe\xf1\x5d\x86\x61\x28\xa5\x10\x42\x83\x06\x0d\xcc\xe5\x72\ \x9d\x9d\x5d\x85\xc2\xb4\xf9\x7c\xfe\xe6\x9b\x6e\xfa\xc8\x9d\x4b\ \x5f\xea\xa3\x3f\x77\x16\x73\xe2\xc5\xf8\x50\x2e\x8d\x12\x9e\x0a\ \x9d\x7c\xe1\xec\x6e\xdc\xaf\x78\x68\xa5\xf2\xb9\xe7\xab\x81\x53\ \x2f\xbc\xb3\xff\xf0\xa5\x4b\x96\xb7\x76\x24\x25\xa2\xd1\xf2\xba\ \x89\x03\x4a\x85\xe7\x64\x32\xee\xc4\x0b\x6e\xb8\xe4\xdc\x71\xd8\ \xf3\x5c\x01\x15\xa3\xcf\xfa\xca\x0d\x89\x95\x7d\x3c\x9d\xb7\x43\ \x91\xf0\xd9\xd7\x7c\xa3\x7a\xc8\x5b\xcb\x37\xb4\x5a\x5c\x11\x6d\ \xf0\xe4\x33\xfb\x8f\x1c\x33\x4a\xda\x76\xa4\xdf\xb0\xd3\xce\x3c\ \x65\x67\x5b\x1f\x57\x48\x1f\x72\xc2\xac\xa9\x27\x4f\x18\x5a\x23\ \x0e\x25\x62\x2b\xc5\x39\x2b\x99\x7e\xfe\xac\xf0\xba\xad\x6d\xbd\ \x69\x89\xd8\xb8\x93\xce\x9d\x72\xd2\xb4\xa6\xaa\x88\xcf\x85\x93\ \xeb\x13\xc5\xc3\x66\x7f\x79\xe2\xe9\x23\x2a\x5c\xcf\x03\x00\xe9\ \x7b\xac\xb4\x69\xf6\xf5\x37\xc4\xde\xd9\x93\x4b\x26\x44\x75\x35\ \x82\x20\x7d\x31\x20\xe0\xff\x32\x28\x93\x4e\x1d\xf3\x17\xa6\x69\ \xdc\xf9\xe3\x9f\x2c\x5f\xbe\x5c\xd7\x75\xce\x79\x79\x79\xf9\x6f\ \xee\xf9\xf5\xd6\x6d\xdb\xee\xb8\xe3\x4e\x4d\xd3\x00\xc0\x75\xdd\ \x2f\xdf\x7a\xeb\xcc\x99\xe7\x59\x96\xf5\xa1\x5e\x33\x20\xc3\x0c\ \x31\x24\x2c\xcb\x96\xef\xd5\x58\x50\x88\x68\x21\x53\x17\x9e\xe3\ \xb8\xbc\xb0\x1a\x13\xaa\xe9\x3a\xc5\x08\x00\x94\x14\x9e\xeb\x78\ \x5c\x31\x23\x64\x32\xb0\x2c\x5b\x1c\x14\x22\xa4\x9b\x21\x86\x85\ \x65\x39\x52\x01\x20\xcc\x34\x5d\x3b\xd8\x99\xa2\xa4\x10\xbe\xe7\ \xf9\x5c\x20\x42\x75\x5d\xa7\x04\x03\x80\x52\xd2\xf7\x5c\xcf\x7f\ \xff\x98\x6e\x42\x35\x4d\x3b\x38\x42\x46\x0a\xee\x79\x1e\x17\x12\ \x00\x00\x91\x50\xc8\xc4\xd2\xcf\xdb\xee\x91\xa5\x2d\xa8\x6e\x9a\ \x3a\x71\x6d\xcb\xf3\x65\x50\x2b\x22\x20\xe0\x38\xb5\x16\xa5\x54\ \x23\x47\x8c\x78\xe7\x9d\x77\x5c\xd7\x55\x4a\x25\x93\xc9\x67\x9e\ \x79\xb6\xa3\xb3\x83\x73\x0e\x00\x9c\xf3\xd2\xb2\xd2\x81\x83\x06\ \xf8\xbe\xff\x71\x4e\x74\xde\x2d\xfc\x78\xc4\x6a\x25\xfc\x7c\xce\ \x3f\x72\xb5\x14\xdc\xb1\xf8\x51\x7f\x8b\x80\xbb\x56\xf6\xa8\x1c\ \xea\xc3\x7b\x2b\x7c\x92\xbe\x6b\xfb\xef\x4b\xb2\x46\x48\x49\xe1\ \xd8\xd6\x47\x5f\xb6\xe0\x9e\xcd\x8f\x95\x89\xa8\x84\x95\xcf\x7d\ \xf0\x32\xb8\x67\x67\x3d\x78\xff\x75\x04\x04\x04\x1c\x57\xd6\x22\ \x42\x88\x73\xbe\x69\xd3\xe6\xb6\xb6\x36\xce\xb9\x52\xca\x75\x5d\ \x8c\xb1\xa6\x69\x80\x90\xa1\xeb\x43\x86\x34\x0d\x1a\x34\x50\x06\ \x0e\x65\x40\x40\xc0\x71\x22\x8b\x00\x80\x31\x66\x8c\x1d\x9e\x93\ \xa0\x10\x61\x3c\x64\x3f\x81\x02\xf0\x3c\x1f\x20\x90\xc5\x80\x80\ \x80\xe3\xc3\x89\x06\x00\x29\xa5\xeb\x06\x03\x81\x03\x02\x02\x8e\ \x2f\x82\x79\xa2\x03\x02\x02\x02\x02\x59\x0c\x08\x08\x08\x08\x64\ \x31\x20\x20\x20\x20\x90\xc5\x80\x80\x80\x80\x4f\x03\xfd\x98\x69\ \xaa\x3e\x1c\x75\x44\xfd\x1a\x4a\xe9\xa1\xde\xe9\x80\xff\xad\x20\ \x84\x84\x10\x52\xca\xc3\x9f\x19\xfd\xf4\x8f\x47\x40\xc0\xff\x62\ \x59\xdc\xba\x75\xeb\xa7\xd3\xc4\xc6\xc6\x46\xc3\x30\xa4\x94\x08\ \xa1\x5f\xfc\xc7\xcf\x13\x89\x24\xa5\x41\xe9\xad\xff\x1d\xa8\x63\ \xa5\xa5\x5b\xb6\x7d\xda\x69\xa7\x5d\x70\xc1\x85\xb6\x6d\x13\x42\ \xba\xbb\xbb\x76\x6c\xdb\x22\xa5\x0a\x94\x31\xe0\xb8\x93\x45\xdb\ \xb6\x3f\x9d\x2c\x1e\x69\x2d\x76\x76\x74\x74\xf7\xf4\x50\x4a\x83\ \x06\xfd\x0c\x91\x00\xa0\x40\x21\x04\x08\x1d\xbe\x39\x07\xff\x2f\ \x05\x01\xa5\xa4\x94\x4a\x01\x00\x21\x44\x29\x85\x11\x42\x47\xcc\ \x94\x9d\xcf\xe7\x53\xa9\x14\x3e\xb8\x06\x29\x29\x9f\x79\xe6\xb9\ \xde\xbe\x3e\xc6\x82\xba\x41\x01\xc7\x99\x2c\x62\xfc\x69\xc2\x8b\ \xea\xe8\x0a\xb0\x94\x31\xc6\x58\x20\x8b\x9f\xa5\x26\x2a\x15\x05\ \x51\x16\xd2\x8b\x74\x2a\x08\x83\x83\x26\x1e\x42\x08\x90\x14\x7a\ \x38\xea\x17\x57\x15\x15\xc5\x5c\xd7\x15\x5c\x20\x8c\x7b\x7b\xba\ \xf7\xed\xdb\x0b\x4a\x81\x52\x85\x8d\x19\x63\x47\x16\x8b\x43\x08\ \x69\x9a\xa6\xeb\x7a\x70\x5b\x03\x8e\x3b\x59\xfc\x87\xef\x91\x7b\ \x2e\x97\x0a\x00\x10\x26\x8c\x51\x8c\x10\x80\xf2\x3d\xef\x50\xb9\ \x07\xa0\x8c\x81\xe4\x0a\x33\x46\xf0\xa1\x3f\xf1\x14\xa6\x58\x71\ \x89\x28\xa3\x18\x00\x04\xf7\x39\x17\x0a\xa0\xb0\x0f\xee\xbb\x42\ \x1e\x96\x60\x8d\x12\xc4\x7d\x8f\x0b\x05\x80\x0a\x1f\x8f\x7b\x4d\ \x84\x10\xa3\x03\x22\xa1\x26\xd1\x53\xea\x64\x42\xca\xa3\x08\x08\ \xc6\x18\x21\x86\x94\xd4\x23\xad\x65\x93\xe2\x13\xa7\x35\x34\x36\ \x44\xa3\x11\x8c\x71\x32\x91\x48\xa5\xd2\xeb\xd7\xaf\x5f\xb1\xec\ \x9d\x64\x32\x81\x03\x37\x39\x20\xe0\x93\xc9\x22\x22\x94\x60\x50\ \x9c\xff\x1d\x15\xa9\x95\x42\x65\x03\x86\xd5\xc4\x23\x94\x80\x95\ \xec\xdc\xbd\xe7\x80\x23\x08\x65\x66\x5d\x43\x63\x69\x51\x98\x11\ \xa4\x00\x7a\xf7\xef\xf1\x8c\x52\x92\x6d\xeb\x48\xdb\x18\x63\x29\ \x55\xd9\x80\x46\xd3\x4b\x5a\xa4\xc8\xf0\x13\x9d\xbd\x39\xce\x79\ \x28\x5e\x33\xb0\x7f\x8d\x8e\x65\xba\xfb\xc0\x81\x5e\xab\xb2\xdf\ \x90\xb2\x62\x83\x62\x04\x20\x7b\xf6\xb7\xec\xeb\xca\x95\xd6\x0d\ \xe9\x57\x59\x04\xbe\xd5\xd9\xb6\xaf\x27\xed\x1c\xcf\xf1\x2f\x05\ \xc0\x40\xd4\x46\x42\xa3\xfd\xf6\xb8\x97\xc0\x98\x28\x4c\x24\x42\ \x08\x63\x84\x00\x13\xd8\x55\x3d\x3a\x3a\x75\xe6\x84\xb1\xa3\x04\ \xe7\x9e\xeb\x09\x29\x75\x4d\xaf\xae\xaa\xac\x38\xeb\x4c\xc7\x71\ \x56\xad\x58\x96\xcb\xe5\x3e\x45\x51\xe1\x80\x80\xe3\x4c\x16\x11\ \x26\xe0\xb5\xb7\xee\x4c\x88\xf0\xc0\xfe\xb5\x21\x0a\xea\x03\x8e\ \xf3\xb1\x5e\x50\xe9\xa3\xe8\x59\x37\x7d\x7b\xbc\x68\xd9\xd1\xe1\ \x94\x56\x55\xa3\xae\x0d\xf3\x1e\x79\x7c\xa7\x5d\x7e\xd9\x0d\xdf\ \xa9\xb5\xb7\xed\xe8\xb1\x19\x51\x6b\x33\x89\xe2\xe9\xd7\x9e\x4a\ \x5e\xff\xc1\xef\x5f\x05\x46\x3c\x5c\x77\xd5\x2d\x5f\x4f\xbc\x74\ \x4f\xf7\xa4\x1b\x86\xec\x7b\xe2\x3f\x1e\x5a\x5d\x3f\xf1\xbc\x39\ \xb3\xce\x0d\xe7\x3b\x13\x9e\xa6\xa7\xd6\xfe\xf9\xf9\x1d\x97\xdc\ \xf2\x2f\x95\xc9\xb5\x7b\x93\x0e\x25\xfe\xaa\x4c\xbb\xaa\x3c\xf5\ \xe6\xab\x4f\xce\x75\xb6\x2b\xcd\xd8\xb9\xf4\x89\x67\x96\xec\x66\ \xda\xf1\xeb\xe8\x29\x50\xb1\x70\x68\x84\xe8\x29\x75\x13\x40\x28\ \xc2\x98\x60\x84\x11\x22\x04\x31\x25\x7b\xf4\x52\x76\xc2\x19\x13\ \x47\x8f\xf0\x3d\x8f\x73\x5e\xe8\x6b\x16\x52\x48\x21\x01\xc1\xb4\ \x69\x53\x93\xc9\xc4\x86\xf5\xeb\x3e\xfe\xe6\x1e\x0a\x9e\x04\x96\ \xe5\x3f\xf1\x56\x2a\x28\x04\xb5\xde\x77\x3b\x82\x66\xff\x67\x37\ \x3b\x42\x08\x21\x74\xb8\xd9\xe9\xb1\x35\x51\x5a\x6b\xde\x58\xb8\ \x6e\x77\xaf\x1f\xa9\xaf\xa8\xad\x68\x5d\xb9\x98\xd7\x8d\x3f\x61\ \x50\x99\xe0\xe2\xa3\x0f\x80\x30\x61\x2a\xb9\x6c\xc1\x23\x8f\x2d\ \xda\x1f\xae\x18\x70\xf9\xad\xff\xef\xc6\x4b\xdb\xfe\x75\x5e\x0b\ \xb7\x12\x8b\x1f\xfd\xed\xc3\x1b\x12\x26\x63\x8c\xe0\xaa\xf0\x8a\ \x53\x67\x9f\x34\xb8\x78\xd1\x96\x84\x5b\x31\x7e\x42\x25\x6a\x7f\ \x76\xe5\xee\xa1\x13\xb9\xeb\xba\x34\x3e\x78\xd6\x75\x97\xa6\x5e\ \xff\xfd\xaf\x5e\x5e\x2f\xb0\x6e\xea\xca\x66\x03\x80\x77\x2d\x78\ \xe8\x3f\xff\xb6\xad\x4f\xd7\x19\xb0\xa2\x4b\xbf\x3d\x43\x6d\x7f\ \xfa\xae\x7b\x9e\x45\xc5\xe5\x11\x0d\xa8\x76\x5c\x07\xbf\x14\xe0\ \xb8\x4e\xcb\xed\x34\x26\x04\x08\x0d\xbe\xb3\xcd\x00\x00\x20\x00\ \x49\x44\x41\x54\x26\x08\x08\x46\x04\x21\x8c\x90\x0e\xd0\x61\x56\ \x8e\x18\xd8\xa0\x94\xf4\xb9\x2f\xa5\x14\xf2\xb0\x2a\x0a\x29\xa5\ \x69\x18\xfd\xfb\x0f\xd8\xba\x79\xb3\xe7\x7d\xcc\xe0\x77\xc7\x71\ \xce\x3c\xf3\xac\xc9\x53\xa6\x38\x8e\x13\xbc\x48\xff\x24\x34\x4d\ \x7b\x74\xde\x23\xfb\xf6\xed\x2b\xd4\x7e\x06\x00\xce\x79\x45\x45\ \xc5\x35\xd7\x5c\xcb\x85\x08\xda\xe7\x9f\x84\xae\xeb\x1b\x36\xac\ \x7f\xee\xd9\x67\x22\x91\x68\xa1\xd9\x8f\x21\x28\x18\x63\xab\x67\ \xff\xce\x3e\x6d\xe6\x65\x97\x6e\x7f\x67\xa5\xa4\x3a\xe6\x56\x57\ \x32\x07\xa8\xfc\x93\x4a\x2f\x26\x84\x10\xaf\x77\xd7\x6b\xaf\xbe\ \x31\xfe\xda\xf1\x95\xcf\xec\xf6\xb1\x39\xe5\xf2\x5b\x2a\xcf\xf2\ \x88\xdb\xfe\xea\x8b\x2f\x6e\xdf\xb0\x6a\xef\x17\x4e\x9d\x3c\xb6\ \x76\xd5\xc2\xf6\x33\xc7\x8f\xcd\x6f\x79\xad\x35\x2b\x46\x62\x24\ \x84\xaa\x18\x30\xba\x11\x6f\xfd\xd9\x92\xb5\x76\xe1\xc0\x79\x4f\ \xc4\xa4\x54\xc5\x67\xcc\xba\x65\x58\xda\xc3\xd9\xae\x05\xcf\x3e\ \xfd\xee\xe2\xd7\xa6\x7e\xf1\xec\xaf\x7c\x39\xb2\x78\xd1\xd2\x2d\ \x7b\xfb\x88\xa6\xa1\xe3\x5a\x16\x11\x26\x44\x43\x12\x63\x8c\x0b\ \x76\x22\xc6\x04\x01\xc6\x98\x20\x65\x4b\x44\x28\xe5\x3e\x17\x42\ \x4a\x29\x65\xc1\x5a\x14\xa2\x20\x8b\x18\x61\x82\xf1\x7b\xb9\x8a\ \x1f\x69\x27\x9a\xa6\x59\x52\x52\xf2\xe9\x52\x17\x02\x3e\x09\xa6\ \x69\xf6\xf6\xf6\x74\xb4\xb7\xf5\x1f\x30\x10\x63\x5c\x78\x45\x31\ \xc6\xc5\x25\x25\x85\x3a\xa7\x01\xff\x0c\x42\xa1\xb0\x52\x6a\xf7\ \xae\x5d\x8d\x83\x9b\x4c\xd3\x54\x4a\x1d\xdb\xce\xa2\x9a\xae\x63\ \xbf\xaf\x37\xe5\x2b\xc8\xf7\xb6\xed\xe9\xc8\xc6\xeb\xa3\x9f\x5c\ \x7a\x0a\x16\x29\x46\x58\x0a\x2e\x10\xc1\x18\x63\xc9\x3b\x77\x6e\ \x5c\xb3\x37\xcf\x64\x36\xed\x52\xe6\xb5\x2d\x5e\xb3\x67\xd6\x84\ \x29\xb5\xeb\x56\x8e\x19\x6c\xbe\x33\x77\x13\x07\x8a\x0e\x8a\x32\ \x03\xee\x4b\x05\x18\xe1\x83\xbb\x41\x08\x21\x77\xff\xf6\x0d\x6b\ \xdb\xf2\xc4\xcf\xe7\x81\xf5\xad\x7b\xe6\xa7\xed\xeb\x27\x4e\x39\ \xe9\xa2\x5b\xbf\x7f\xe2\x92\xc7\x1f\x5f\xb0\x4e\x32\x76\xdc\x2a\ \x23\x02\x95\xf7\x85\x43\xcd\x12\x69\x03\x42\x18\x23\x82\x51\xc1\ \x66\xc4\x80\xca\x65\x2e\xd1\xd9\x51\x51\x1c\x2b\x58\x8a\x05\x35\ \x94\x52\x48\x21\xa4\x52\x3e\xf7\x33\xd9\x0c\xa5\x84\x73\xff\x63\ \x0f\x74\x50\x4f\x03\xb3\xe5\x9f\x86\x10\xd2\x75\x5d\x2b\x6f\x49\ \x29\x8f\x4c\x11\x09\x9a\xfd\x9f\x8a\x94\x82\x73\x6e\x5b\x96\xe7\ \xba\xa1\x50\xe8\xd8\xb2\x28\x85\xd0\x4b\xfa\x4d\x18\xba\xfb\xcd\ \x45\xaf\x5b\x5c\xee\xe9\xea\x88\x0f\x3c\x61\xcc\xc0\x52\xc9\xc5\ \x27\xd3\x44\x10\xdc\xf7\x5c\x57\x8b\x95\x4f\x39\xf9\x14\xd4\xfc\ \x46\x77\xce\x27\xca\xdf\xbb\x71\xc5\x5b\x1b\x93\x26\x23\x94\xe9\ \x4c\xc3\x2d\xcb\x16\xa5\x27\x5f\x7a\xd1\xa5\x35\xd1\xce\xb5\xeb\ \x5b\xfb\x08\x8b\x00\x00\x46\xa8\xaf\x7d\x47\x77\xec\xac\x89\xc3\ \xfb\xed\x59\xbe\xc7\x53\x94\xe2\x42\x92\x89\xb3\x73\xdd\xca\xa5\ \xdb\x13\x9a\x46\x99\x66\xe8\x9a\x96\xeb\xd8\xf9\xe2\xbc\x75\x9b\ \xbb\xbf\x73\xc7\x45\x33\x97\x2e\x5a\xd3\xec\x31\xfd\x78\x1d\xc7\ \x88\x95\xec\xf6\x54\x32\x5c\x5c\xeb\xe6\x3c\x42\x30\xc2\x18\x23\ \x82\x10\xc1\x18\x10\xaa\x75\xba\xb7\xb7\x6c\x1f\x3e\x62\x84\x52\ \xae\xe0\xe2\x90\xb9\x28\x85\x90\x18\x23\xcf\x73\x9b\x9b\x9b\x3d\ \xd7\xfd\x74\x79\x5a\x01\xff\xf8\x2f\x39\x84\x82\x7b\xf1\xd9\xbc\ \x47\x18\x1f\xee\xb9\x3d\xa6\xb5\xa8\xb8\x24\x0d\x13\x4e\x2f\xa9\ \x6e\xd8\xdb\x95\x26\x46\xb4\xbc\x2c\x4e\x25\x97\x9f\x20\x0f\x46\ \x49\x29\x69\x7c\xc2\x69\x17\xd1\x41\x56\xf5\x80\xc1\xe5\xb0\xf7\ \xc1\xfb\x5f\xcf\xca\x5a\x2d\x5a\x3a\xf9\x82\x59\xfa\x44\x9b\x11\ \x9c\xd9\xbd\xea\x95\xe5\xdb\xad\xae\xad\x4b\xb7\xf0\xaf\x7c\x7e\ \xea\x5f\xef\xfe\x72\x0f\xd7\x08\x02\x66\x98\xa1\x90\x6e\xb5\xaf\ \x7b\xf2\xa9\x15\xd7\xcc\xfe\x56\xff\x13\x37\x77\xdb\x7a\x91\xda\ \xf3\xd4\x6b\xbb\xb0\x56\x31\xfd\xa2\x59\x35\xdd\x16\xa5\xb8\x6b\ \xcb\xbb\xe9\x8a\xf1\x53\x1b\xcd\x9e\xa4\xdf\x6f\xc4\xb0\x96\xad\ \xaf\xf5\xb8\x98\xe2\xe3\xfa\x45\xf2\x6d\xe7\x6d\xa3\x2c\x62\xc8\ \x81\xbc\x8f\x60\xa5\x30\xc6\xa8\x60\x33\xa2\x1a\x22\x0f\x6c\x7a\ \xfd\xf5\x58\xd9\x84\xf1\xe3\x18\x21\x5c\x70\x29\x25\x80\x22\x94\ \xb8\xae\xb3\x6c\xf9\x8a\xae\x8e\x0e\xa9\x54\x90\xa3\x13\x10\xf0\ \x9e\xbb\x7c\xcc\xf7\x8c\x20\x7f\xe7\xaa\xb7\xdf\xd9\xb0\x97\x63\ \x8c\x41\x7a\xc2\x3c\xe9\xdc\x73\x86\x55\x17\x7d\x4c\x97\x0b\x42\ \x54\x59\x6f\x3d\x36\xb7\xad\xaa\x88\x11\x68\x6b\x5e\xbd\x79\xd3\ \xd6\xa4\x03\x21\x2d\xf9\xd2\x93\x73\x6b\xca\x62\x8c\x00\x28\xb0\ \x72\x2e\x42\x58\xa7\x62\xfd\x6b\x8f\xfc\x7a\x77\x59\xcb\x96\x3e\ \x5d\xa7\x20\xd5\xbb\xcf\x3d\xb6\x3d\x77\x20\x14\xc6\x9b\x5f\x7d\ \xf8\x57\xad\x23\x47\x0c\xae\xd5\x90\x6a\xed\x6c\xc9\xa7\x7a\x17\ \x3e\x76\x5f\x5d\x79\x88\x62\x00\x05\x79\xdb\xda\xb7\x65\xa5\xc1\ \x07\x85\x19\x3a\xf0\xfc\x9a\x8d\xeb\xb7\xe4\xb0\x76\x9c\x67\x2e\ \x22\x25\x7a\xd3\xd9\x67\xc3\x65\xe3\x8d\x50\x13\x64\xab\x89\x43\ \x0f\x45\x20\x24\x46\x63\x21\xbb\x7d\xd9\x63\xeb\xba\x77\xd5\x0e\ \x1e\x16\x29\xaf\xc6\x94\xa6\x92\xa9\xbe\xbe\xbe\xed\x3b\xb6\xef\ \xdc\xb1\xdd\x71\x2c\x8c\x83\xec\x9c\x80\x80\x8f\x94\x45\x84\xb0\ \x97\xda\xbb\x72\xdd\xbe\xa1\xd3\xcf\x1f\x59\x6d\x0a\x21\x95\x42\ \x9a\xa1\x8b\x8f\x77\xa2\x11\x46\x72\xef\xba\x25\xcd\x42\x01\x00\ \x22\x54\xd3\x75\xa6\x21\x00\x6b\xd3\x9a\xb7\xd6\x1f\x4a\x7f\xc4\ \x54\x33\x35\x86\x19\xb8\x3d\xbb\x96\xb5\x35\x6b\xa6\x49\x10\x00\ \x56\xfb\x36\xac\x92\x98\xe9\x1a\xd3\x95\xec\x6e\x5d\x77\x60\xfb\ \x1a\x05\x80\xa9\x66\x68\x64\xeb\xea\xd7\x37\x1e\xfa\x73\xc2\x74\ \x86\x65\xdb\xae\xcd\x52\x01\xc2\x54\xd7\x35\x12\xf8\x1c\x08\x29\ \xe1\x67\xd2\xc9\xb7\xdd\xd0\x7a\xa3\x32\xc4\xc8\x7b\x93\x4b\x00\ \x60\x00\x06\x22\xbb\x61\x1b\xda\xdc\x4c\x98\x8e\x10\xa2\x8c\xe6\ \x73\xb9\xde\xde\x6e\x8c\x70\xa0\x89\x01\x01\x9f\x44\x16\x91\xef\ \x5a\x2a\x5a\xd1\xaf\xbe\x32\x44\x5d\xfe\x09\x26\x8b\xf7\x3c\xcf\ \x75\xbd\x42\x87\xa6\xc2\x94\xe8\x0c\x28\xa5\x4a\x31\x21\x89\x10\ \x58\x2a\x83\x30\x20\x20\x11\x12\x18\x73\x8c\x3d\x8c\xa5\x10\x58\ \x21\x42\x88\xf0\x3d\x71\x58\x54\x95\xf0\x5c\x71\x50\x3c\x59\x41\ \xed\x94\xef\x73\x74\xf8\x13\x00\x80\x14\x12\x08\x65\x85\xb7\x59\ \x70\x3f\x88\x45\x1f\x86\x67\xd3\xf9\x0c\x00\x80\xfa\x40\x35\x23\ \x04\x07\x87\xb2\x1f\x15\xc3\x3a\x22\x0f\xde\x75\x5d\x2e\x44\xe0\ \x4c\x07\x04\x1c\x43\x16\x95\x52\x7a\xa8\xd8\xc8\x2c\x7e\xf1\xc9\ \xc7\x22\x14\x14\x48\x2e\x43\x93\x4e\x3f\xad\xa9\x32\x22\xc4\xb1\ \x35\xb2\xa1\xa1\xa1\xa4\xa4\x98\x12\xa2\x18\x03\x42\xf4\xce\xae\ \xb2\x9d\x3b\x1b\x76\xef\xa9\x4d\x24\xcb\x32\x99\xa8\x10\x04\x40\ \x01\x58\x00\x89\x68\xa4\xa3\xa8\xb8\xb5\xae\xb6\x63\xe8\x10\xbb\ \xa1\x41\x50\x82\x5d\x17\x54\x50\x91\xec\xb3\xc7\x71\x9c\xca\xf2\ \x72\xfe\x49\xbe\x06\x03\x02\x8e\x2f\x59\x44\x98\x12\x2c\xc3\x15\ \xd3\xcf\xbf\x20\x65\xf9\x80\x10\x80\x52\x8a\x96\x46\xb5\x0f\x9b\ \xfb\x54\x4a\x79\xee\x8c\x73\x22\xc5\x71\xa9\x6b\xb4\xb5\x35\xfa\ \xf8\x5f\x62\x7f\x5b\x80\xba\xba\xa0\xa6\x86\x9f\x7a\xaa\x3b\x68\ \x90\x57\x5d\x2d\x63\x31\xe4\x38\xac\xbb\xbb\x7e\xcf\x9e\x86\xcd\ \x9b\x4f\x5a\xbf\x01\x5a\x77\xe5\xa7\x4d\xcd\x5c\x73\xb5\x3b\x69\ \x32\x92\x12\x7c\x3f\xb8\x19\x9f\xa9\x17\x8e\x3c\xd7\x45\x48\x79\ \x5e\x70\x23\x02\x02\x59\x3c\xfa\xe5\x50\xdc\x3a\xd0\x9e\x89\xc6\ \x4b\x30\xd1\xcc\x50\x21\x4d\x5a\x29\x20\x14\xe3\x8f\xa8\x32\xcb\ \x31\x66\x54\x33\xe7\x3f\x1d\xfb\xe5\x2f\x71\x4f\x8f\x73\xda\x69\ \xf9\x8b\x2f\x76\x26\x4d\x52\xc5\xc5\x8a\x52\x20\x44\x11\x02\x52\ \x22\x21\x10\xe7\xe0\xba\xfa\x86\x0d\xe6\xc2\x85\xe1\x67\x9e\x09\ \xbf\xf6\x7a\xfe\xfa\x2f\x65\x6f\xbe\x49\x54\x56\xa2\x60\xf8\xc4\ \x67\x2a\x8b\x42\x48\xcf\xb5\x02\x27\x3a\x20\x80\x1e\xfd\x6e\x60\ \x61\xf5\x2c\x5b\xb2\x6e\xf4\xc9\x53\x7b\xde\x7d\x73\x47\x4a\x50\ \x0c\x00\x52\xa2\xd8\xb4\xb3\x4e\x6f\xaa\x88\xf0\x63\x39\xd1\x4a\ \xd7\x21\x97\x8f\xfe\xf6\xdf\xc2\x0f\x3e\xe8\x4d\x9a\x94\xfe\xe5\ \x2f\xbd\xc9\x93\x95\x61\x20\xd7\x05\x21\x90\x10\xa0\xd4\xa1\x1e\ \x00\x04\x00\x40\xa9\x33\x79\xb2\x33\x65\x4a\x6e\xd6\xac\xe8\x7d\ \xf7\x85\x7f\xff\x3b\xb2\x6e\x6d\xf2\xee\xbb\x79\x53\x13\x0a\x46\ \x50\x7c\x76\xb2\xf8\x49\xc6\xba\x04\x04\x1c\x77\xb2\xa8\xa4\xa0\ \x45\xfd\x2f\xba\xa2\x3f\x21\xb8\xa9\xf6\xf2\x29\x0a\x00\x00\x23\ \x95\xee\xeb\xf5\x35\x22\x8e\xe9\x44\x53\x8a\x73\xb9\xba\x9f\xfc\ \x34\xf2\xd2\x82\xcc\x57\xbf\x9a\xbd\xf5\x56\x11\x8f\x63\xc7\x41\ \x96\x75\x8c\x8d\x0b\x31\x44\xa5\x90\xeb\x02\x42\x7e\x53\x53\xe2\ \xee\xbb\x9d\x29\x53\x4a\xfe\xed\xdf\xca\xae\xbf\xbe\xef\xbe\xfb\ \xfc\xa1\x43\x03\x9b\x31\x20\x20\xe0\x7f\x90\x2c\x62\x4c\xd2\x07\ \xb6\x6d\x6c\xed\x94\xe8\x50\xc2\x37\x42\x44\xb9\xbb\x5b\xda\x86\ \x4e\x9f\x59\x5e\x1c\xe6\xfe\x51\x03\x33\x15\xc6\x20\x84\x71\xd7\ \x5d\xd1\x85\x2f\xa7\xee\xbc\x33\x3b\x67\x0e\x00\xe0\x63\x0a\xe2\ \xb1\x24\x12\x39\x0e\x60\x6c\x5d\x72\x89\xac\xa9\x29\xbd\xf1\xc6\ \x92\xef\x7e\xb7\xef\x4f\x7f\x12\x15\x15\x28\x88\x33\x06\x04\x04\ \x7c\x76\x1c\x9d\xf2\x87\x00\x21\xe9\xba\xae\xeb\x7a\xae\xe3\xba\ \xae\xe7\xb9\x4e\xde\x12\xfd\x46\x4f\x1c\x5a\x53\x7c\x8c\xc1\x7f\ \x86\xc1\x9e\x7f\x9e\xfd\xf6\x3f\x7b\x66\xcf\xca\x5d\x77\x1d\x02\ \x40\x47\x0e\x68\xc7\x04\x11\x86\x08\x7d\xdf\x02\x47\x86\xaf\xa4\ \x44\x8e\xe3\x4c\x9b\x96\xfc\xe9\x4f\xf5\xb5\x6b\x63\xbf\xf9\x0d\ \xc5\x58\x37\x4d\xfd\x10\x9a\xa6\x05\x73\x89\x04\x04\x04\x7c\x66\ \xd6\xa2\x14\x22\x5a\x37\x72\xc6\x80\x31\x00\x88\x52\xaa\x84\xef\ \x71\x89\x09\x61\x04\x7b\xae\xed\xbf\xaf\x1c\x2d\xa5\x78\xdf\x7e\ \xfd\xae\xbb\xf8\xb8\x71\x5d\x73\xae\x29\x46\xe8\xa8\xde\x64\x4c\ \x84\x95\xf5\x53\xbd\x47\x4f\xa6\xa4\x10\xa1\x5a\x59\x35\x33\x4c\ \xe1\xb9\xea\xb0\x4f\xed\x38\xd6\xb9\xe7\xea\xd7\x5f\x1f\xb9\xff\ \xfe\x15\x15\x15\x1b\xfa\xf5\x63\xae\x0b\x08\x29\xa5\x6a\x6b\x6b\ \x27\x4e\x9c\x58\x98\x7b\x24\xb8\x5b\x01\x01\x01\xff\xdd\xb2\x08\ \x00\x4a\x70\x57\x08\x42\xa0\x7b\xd7\xfa\x77\x96\xbd\x9b\x8a\x34\ \x9c\x77\xfa\x44\xde\xbb\x1f\x62\xd5\xe5\x31\xfd\xbd\x1c\x1d\x84\ \x14\xa5\xec\x89\xbf\xa0\xe6\x16\x6f\xfe\x13\xbc\xa2\x12\xf9\xfe\ \x7b\xba\x45\xa8\xd7\xdb\xe1\x3f\xfb\x9b\x90\x93\x04\xaa\x1d\x61\ \x8c\x02\xb7\x2d\x67\xf4\xa9\x5b\x49\x69\xdd\xd0\x51\xf1\x9a\x7e\ \xa2\x50\xb8\x45\x4a\x40\x28\x75\xfd\xf5\xfa\x8b\x2f\x96\x3c\xf0\ \x40\xdb\x55\x57\x61\x8c\x41\x29\x84\xd0\x8e\x1d\x3b\xaa\xab\xab\ \x1b\x1b\x1b\xfd\x0f\x7a\xd6\x08\x13\x82\xe4\xa1\xe2\xe1\x98\x10\ \xa4\xa4\x90\xff\x18\xf5\xc4\x84\xe2\x82\x9e\x2b\xc9\x85\x24\x84\ \x82\x12\x42\x2a\x00\x44\x08\x86\x7f\xdc\x81\x02\x02\x02\xfe\xa7\ \xcb\x22\x00\x20\x8c\x79\xb6\x6d\xc9\x5b\xef\x86\xea\x07\x18\x3d\ \x49\x0f\xa0\x6d\xdb\xda\x64\xd5\xe4\x33\xc6\xd6\x83\x3c\xe8\x23\ \x2b\x4a\x71\x6f\x2f\x7b\xfc\x2f\xfc\xd4\x53\xf9\x69\xa7\xe3\x7d\ \x7b\x20\x1c\x7d\x6f\x0f\x54\xb3\x5a\x36\x94\x58\x7d\xd5\x03\x1a\ \xa4\xf0\x01\x63\x50\x00\xa0\x88\x92\xa8\xae\xe9\xe9\x05\xaf\x1d\ \x40\x91\xc6\x09\x53\x8f\x34\x00\xb1\xef\xdb\x55\x55\xad\xa7\x9f\ \x3e\xfe\xa9\xa7\xea\xa7\x4f\xb7\x27\x4d\xc2\xb6\xcd\x34\x6d\xfd\ \xfa\xf5\xb6\x6d\x1f\xa3\x93\x14\x21\xe5\xd9\x49\x9b\x17\xc5\x8b\ \x10\xe7\x80\xc0\x4a\xa7\x38\x31\xa2\x21\xf6\x5f\x37\x2b\x11\x80\ \x9d\xe9\x49\xa4\xf3\x9c\x4b\x1a\x8e\x57\xc5\x8d\xde\x9e\x84\x11\ \x2b\x8d\x30\x04\x18\xe5\x52\xbd\x0e\x84\xe2\x31\x23\x30\x60\x03\ \x02\xfe\x4f\x72\x8c\xe1\xc4\x08\x21\x37\x9f\xb2\x8c\xaa\x49\x13\ \x4f\xa8\x08\x51\x8c\x09\x56\xf2\xfd\xb9\xdc\x94\xe2\x8d\x1b\x61\ \xcb\x16\x7e\xe9\x25\x2a\x12\x81\x0f\xc8\x96\x2f\x24\xc2\x18\x79\ \xb6\xb2\xf3\x6e\xd7\x7e\xb7\xa7\x8d\x77\x1f\x00\x33\xf2\xca\x86\ \x9d\xdb\x3a\x12\xa7\x5e\xf3\x95\x70\x71\x5c\x8a\x23\x02\x91\x4a\ \x61\xa5\xf6\x4d\x98\x60\xb9\x6e\x64\xd1\x22\x4a\x29\x61\x8c\x10\ \xf2\x61\x45\x96\x88\x66\xd8\xbb\x57\xdf\xf5\x8d\xaf\x3f\xb1\x7c\ \xbf\x66\x1a\xba\x0e\x4b\xe6\xfd\xee\xcf\x2f\xee\xd4\x0d\xc6\x98\ \xa6\x69\x9a\xa6\xe9\x1a\xa3\x00\x40\x99\xa6\x31\x82\x10\xd6\x74\ \x8d\x20\x44\x99\xae\x51\xac\x94\xc2\x54\xd3\x19\x05\x40\x54\xd3\ \x35\x4d\x63\x8c\xe1\x43\x93\xe5\x69\xd8\x5b\xf4\xd0\xcf\x7f\xf6\ \x9f\xf3\x9e\xf9\xeb\x13\x2f\x2d\x6f\x06\xa2\x96\xcf\xbf\xe7\xe7\ \x8f\xbc\x21\xc2\xc5\xd0\xbb\xf1\xd7\x77\xdc\xbd\x74\x57\x86\x1e\ \xb2\x26\x8f\x73\x08\xc6\x84\x60\x42\x30\x25\x84\x52\xc2\x28\x65\ \x8c\x1e\x84\x10\x4a\x08\x21\x98\x60\x7c\x70\x33\x8c\x31\x46\x94\ \x10\x4d\x63\x8c\x52\x8c\x0f\x55\x87\x7c\x6f\xc1\x47\x2e\x94\x12\ \x8d\x31\xc6\x0a\xbb\x79\x6f\x3d\x46\x80\x0b\x05\x25\x11\x60\x8c\ \x30\x02\x74\x78\x01\x40\xa0\x10\x02\x7a\xf8\x4c\x08\xc1\x18\x21\ \x00\x84\x00\x63\x44\x08\x46\x08\x51\x4a\x34\x4d\x2b\x9c\x46\xa1\ \x3c\x28\x21\x84\x16\x4e\x09\x21\x84\x00\x81\x42\x00\x08\xa0\x70\ \x5d\x87\xaf\x05\x21\xc0\x18\x53\x4a\x28\x25\x87\xcf\xbf\xf0\xef\ \xc1\xb3\x3c\xf4\xc3\x7b\xd7\x4e\xf0\x7b\x8d\x70\xa8\x29\xe8\x87\ \x3f\xdb\x9f\x18\x75\xe8\x81\x05\xfc\x5e\xf3\xe2\xc2\x59\x21\x84\ \x0a\x89\xc6\x87\x22\xf3\x0a\x00\x18\xa3\x8c\x31\x40\x07\x27\x45\ \x40\x87\x22\x5c\x85\xc6\x39\x1c\xc3\x47\x08\x51\x4a\x35\x4d\x2b\ \xb4\xd5\xa1\xf2\xa9\x07\x93\x98\x0f\x35\x72\x61\x7b\x55\x98\x3c\ \x52\x1d\xfa\x17\x63\x4c\x29\xa3\x94\x12\x42\x0a\xd3\x00\x1c\x3c\ \x16\x2a\x9c\x12\xb0\x43\x1c\x9a\x24\x00\x51\x4a\x0f\x4f\xd5\x70\ \x98\xc2\x1d\x29\xec\xe4\x50\x0c\x4d\x61\x8c\x0b\x6b\xde\x97\x43\ \x8d\x31\x06\x50\x85\xf1\xac\x08\x00\x63\x04\x07\xaf\xa8\xb0\xe5\ \xe1\xe5\xa8\xcb\xfc\xfb\xac\x45\x29\x65\x38\x5e\x53\xcb\xd6\x2d\ \x7c\xe9\x75\x2f\x9f\xcd\xbd\xb9\xa0\xa3\x13\x9d\x3a\xa1\x02\x1d\ \xa9\x7d\x4a\x91\xa5\x4b\xa1\xa4\x44\x9c\x7a\x2a\xf2\xbd\x0f\xee\ \x44\x28\x90\x08\xef\x0d\xd7\x0a\xea\xf6\x93\xdc\x4b\xf6\xd2\x41\ \x23\xdf\x68\xcb\xad\x58\xb3\x6e\x62\x43\x5d\x71\x79\xa5\xf8\x40\ \xb5\x61\xc2\x79\xa2\xa6\x26\x3b\x62\x44\xe9\xf2\xe5\x90\x4c\xca\ \x50\x48\x4a\xf9\x11\x16\x19\x42\xc0\x90\xb7\xe8\x2f\x0f\xd6\x97\ \x7f\xe3\xdc\x31\xd1\x42\xbb\x53\x8a\x76\xad\x58\xf8\xec\xab\xab\ \xd2\xc2\x3c\xf1\x9c\xcb\x66\x4e\x28\x7a\xfa\xfe\xdf\xab\xd1\x97\ \x5f\x35\x89\xcd\xfb\xe3\xe3\x95\xa7\x5e\x44\xb6\xbf\xb2\xbf\xfc\ \xd4\x59\xa7\x0c\xd9\xf9\xf6\x5f\x5e\xdd\x5f\x71\xed\x25\xd3\xb6\ \xbe\xfa\xe8\xc2\xe5\xcd\x32\x5c\x3d\xf3\xca\x2b\x46\x55\x86\xb9\ \x54\x8a\x3b\x69\x3b\x76\xfe\x9c\xef\x5e\x39\xad\x24\x95\xc8\xf9\ \x40\xcf\xbb\x72\xd6\xb6\x9f\xfe\xf9\x85\x37\x6b\xf0\xda\xa7\xe8\ \x09\x9f\xff\xfc\xa4\x7a\xee\x38\x81\xad\x08\x00\xe9\x9c\x25\xa5\ \x42\x08\x84\x10\x4a\x4a\x2e\x04\xa8\x83\xcf\x25\xa5\x54\x2a\x45\ \x08\xc5\x18\x4b\xa5\x0a\x33\x66\x10\x82\x1d\xdb\x76\x1d\x47\x37\ \xb4\x70\x28\x2c\xa4\x52\x0a\x0a\xff\x21\x8c\x40\x01\x42\x87\xa7\ \x2e\x51\xbe\xe7\x39\x8e\x8d\x31\x31\x4d\x93\x50\x4d\x2a\x29\xa5\ \x42\x80\x98\xa6\x29\xa5\x38\xe7\x84\x50\x29\x25\xc1\x98\x50\x0c\ \x80\xd4\x41\xa5\x26\x4a\x8a\x5c\xb2\xcf\xf7\x7d\x84\x30\xa5\x2c\ \x1c\x89\x10\x42\xa4\x50\x3e\xf7\x7d\xcf\x33\x0d\xdd\xb2\x2c\xdb\ \xce\x2b\x00\x8d\x69\x45\x45\x45\x84\x90\x74\x26\xed\xb8\x6e\x38\ \x1c\xa6\x94\x21\x8c\x0b\x7b\x46\xa0\x12\xe9\xd4\xe1\x67\x9e\x69\ \x9a\xa1\xeb\x9e\x67\x7b\x9e\x27\xa5\x34\x43\x21\x05\x20\xa5\xc2\ \x18\x29\x05\xbe\xef\x21\x40\x94\x52\x21\x04\x02\xf0\x39\x27\x84\ \x60\x8c\xa4\x54\x80\x80\x10\x72\x70\xee\x59\x05\x52\x4a\x29\xa5\ \xc6\x68\x38\xf4\x29\x7d\x0e\x05\x08\x61\x22\x84\xa0\x8c\x71\x9f\ \x3b\x8e\x55\x50\x87\x82\x30\x49\xa9\x18\xa3\x94\x31\x29\x24\xe7\ \x9c\x12\x8a\x31\x11\x82\x77\xb7\x77\x2a\xa5\x2a\xca\xcb\x09\x65\ \xbe\xcf\x85\x10\x08\x21\x42\x89\x92\x07\x95\x88\x51\x2a\x95\xf2\ \x7d\xbf\xaf\xb7\xd7\x76\xec\x92\x92\x52\xc3\x30\x0a\x85\xdd\x11\ \x42\x9a\xa6\x63\x82\x3d\xcf\x2b\x7c\x75\x48\x2e\x34\xc6\x00\x03\ \x42\x08\x13\x22\x84\x24\x18\xe5\x73\x99\x7c\x36\x8b\x30\x61\x4c\ \x0b\x85\x42\xba\x6e\x00\x06\xee\x4b\xc7\x75\x0b\x5f\x18\xed\xed\ \xed\x05\xe7\xaf\xb2\xa2\x42\xd7\x34\xce\xfd\x9e\xee\x2e\x4d\xd3\ \xa2\xd1\x18\xa6\x85\xb9\x36\x90\x52\x2a\x97\xcb\x73\xce\x95\x52\ \x9a\xa6\x39\x8e\x53\x56\x56\xca\x39\x77\x1c\xd7\x75\x5d\x5d\xd7\ \x75\xdd\x00\x04\x42\x08\x50\x8a\x31\x2d\x95\x4a\x45\x22\x11\x21\ \x95\x52\x82\x52\x9a\x49\x67\x63\xb1\xa8\xe7\xfb\x52\x4a\xc3\x30\ \xde\x6b\x34\x29\xa5\x04\x21\x04\xf9\x38\x9b\xe6\x58\x85\xc5\x94\ \x94\x5a\x7c\xda\x99\x67\xaf\x5b\xb3\xae\x3d\x85\x14\x0a\x9d\x32\ \xe3\x94\xc6\x72\xe3\x7d\xd9\x39\x64\xf3\x16\x35\x7c\x98\x2c\x2f\ \x83\x0f\xd4\x0d\x46\xa0\x84\x94\x82\x1a\xab\xb6\x35\x6f\xde\xbe\ \xf3\x9a\x73\x4e\x19\x54\xd9\xff\xf5\xdd\xbd\x4f\xbd\xb2\xf8\xe6\ \xcb\x2f\x60\xa9\x2e\xdb\xb6\x59\x28\x7c\x0c\x45\x26\xc4\x1d\x3f\ \x9e\xbe\xfa\x2a\xca\x64\x64\x38\xfc\x31\x4f\x86\xf0\x43\xb5\x53\ \xae\x9d\x5e\xfa\xc2\xc3\x0f\xf4\xbf\xfd\xab\x3a\x45\x98\xb0\xec\ \xde\x65\x0f\xce\x5f\x3a\xf9\xaa\x9b\x9b\x9c\x15\xbf\x7b\xfc\x81\ \xba\xc1\x3f\x9a\x3a\xa6\xf6\x37\xcf\x3f\xe2\x6f\x0f\x6d\xb7\x6b\ \x66\x34\x95\xbf\xf6\x6a\xf3\x7e\x72\x22\xa1\x24\x9f\x38\xb0\xbb\ \x4b\xb3\x3b\xb6\xce\x7f\x72\xd9\x94\x5b\xbf\x33\xbe\x02\x19\x51\ \x56\x88\x1e\x4a\xc5\xad\x6c\xf7\xe6\x17\x1f\x72\x0f\x8c\x9e\x76\ \xd2\x89\x65\x26\xc7\x95\x63\xbf\x74\xf5\x69\xb7\xff\xe2\x4e\xe8\ \x3f\xe3\x47\x37\x9d\xae\xf9\x8e\x77\xdc\x0b\x22\x42\x20\xa5\x7a\ \x7a\xe1\x8a\x64\x2a\xeb\x79\x8e\x6d\xe7\xd3\xc9\x74\x36\x93\x4e\ \x26\x12\x45\x45\x31\x8a\x51\x3c\x1e\x27\x66\x28\x5e\x55\x55\x56\ \x5a\xe3\x09\x69\x59\x9e\xa1\xe9\x95\xe5\xa5\xef\xae\x59\xfe\xdc\ \x53\x7f\x19\x31\xbc\xe1\xe6\x1b\x6e\x4c\x3b\x38\xef\x29\xc0\x58\ \x72\xa9\x90\xcc\xa6\x93\xdc\x73\x42\x1a\xd6\x19\x76\xac\xcc\xc6\ \xf5\xef\xae\x59\xfe\x76\x7d\xff\x41\xc3\xc7\x8c\x2b\xa9\xa8\x2b\ \x8a\x57\x4a\xc0\x5c\x40\xe3\xe0\x26\xa5\x50\x32\x95\x8a\xc6\xca\ \xb2\xd9\x5c\x71\xd4\xac\xa8\x88\x03\xa1\x1e\x20\x23\x14\x0a\xeb\ \xa8\x7d\xcf\xd6\xc7\xee\xbb\x27\x9b\x48\x54\xd5\x36\x96\x95\xd7\ \x0e\x6c\x1a\x36\xed\x73\xa7\xf6\x25\x52\x1b\x36\x6e\x75\xac\xf4\ \xb8\x91\x83\xe7\x3f\xf6\xc0\xa2\x37\x17\x70\x45\x87\x8f\x19\xf7\ \xe5\x9b\x6f\x42\x52\x2e\x58\xb0\x20\x95\xc9\x5c\x7c\xf9\x95\x7a\ \x24\x56\x5c\x5a\x1d\x2a\x89\xb9\x8e\x67\x08\x7f\xde\x23\xcf\x6f\ \xd9\xb2\x75\xf8\xf0\xe1\x9a\x46\xc2\x46\xe8\xb4\xe9\xa7\x6c\xd8\ \xb8\x7e\xd5\x8a\x95\x52\x8a\x99\x17\x5f\x96\x72\x7c\xcf\xf7\xb1\ \x02\xee\xf9\x5b\x36\x6f\x1e\x34\x70\x60\x49\x49\xfc\xc5\x67\x9f\ \xab\xaa\xac\x2c\x2b\x2f\x8f\x95\x14\x09\xc9\x53\xa9\x14\x20\x54\ \x57\x5b\xab\x94\x22\x94\x66\xb3\xd9\x8e\xf6\x76\x2e\xe4\xd4\x09\ \x23\x2f\x39\x6b\x8a\xe3\xfe\xdd\x8f\x12\x02\xa5\xf4\x08\x89\x94\ \x74\xb7\x1d\x50\x79\xb7\xa3\xa3\xb3\xb5\xb5\x65\xef\x9e\x3d\x14\ \x93\xca\xca\xca\x70\x38\x5c\x5e\x51\x61\x98\xc6\xc8\x51\xa3\x30\ \xa6\xbd\x9d\x5d\x25\x25\x45\x91\x50\xd8\xcd\x66\xbe\xfa\xf5\x9b\ \x77\xb5\xec\x78\xf1\xf9\x67\x46\x8d\x9f\xb8\xbf\x37\x2d\xa4\x72\ \xed\xbc\xae\x88\xeb\xd8\xbd\xdd\xdd\xd1\x70\x4c\x29\x4f\xd3\x8c\ \xad\x5b\xb6\x3e\x7c\xdf\xaf\x5a\x5b\x77\xcc\x9e\xf3\xa5\x11\x63\ \xc6\x85\x22\xc5\x44\x33\x2c\xd7\x6b\x6a\x6c\xaa\xa8\x2c\xeb\xd9\ \xb7\x5f\x33\xc3\x80\x98\x95\xef\x6b\x1a\x54\xc9\x18\x01\xc6\x14\ \xa1\x1a\x23\x26\xc5\x73\xef\xfd\xf5\xc2\x67\xe6\x47\x8b\x2a\x46\ \x8d\x99\x58\x3f\xa0\xe1\xcc\xf3\x3e\x1f\x2b\x0a\x2d\x5b\xbe\x21\ \x99\xec\x2b\x8e\x98\xb1\xb0\x7e\xd1\x85\x17\x19\xba\x26\x01\x1e\ \x98\x7b\xdf\xc9\x53\xa7\xac\x58\xb6\xf4\xc1\x07\xfe\x7c\xc1\x85\ \x17\x9c\x74\xf2\x74\x2d\x14\x09\x17\x95\x20\xcc\x28\x21\x4b\x17\ \xbf\x73\xef\x9f\xfe\x14\x0e\x87\xaf\xbc\xf2\xca\x17\x5e\x78\xe1\ \xe7\x3f\xff\x59\x2a\x95\x99\x3b\xf7\x81\xed\xdb\xb7\xdd\x74\xd3\ \xcd\x75\xf5\x43\xdb\xda\xda\x43\xa1\x30\xe7\xfe\xd6\x1d\x3b\xdb\ \x3a\xda\x2f\xb9\xe4\x0b\x2f\xbe\xb8\x60\xc9\x3b\x6f\xcf\x9c\x79\ \xbe\x46\xb0\x16\x8a\x67\xb2\x4e\x6f\x6f\xcf\xb0\x61\xc3\x42\xa1\ \x50\xc1\xda\xeb\xea\xea\xda\xbf\x7f\x7f\x65\x65\x45\x79\xdc\xfc\ \xe8\x3a\x0c\xc7\x36\xe3\xb1\xe2\xe9\xbe\x9e\xb4\xe5\xfa\x3e\xf7\ \x9d\xcc\x86\x65\x4b\x5b\x3a\x33\xe4\xc8\x02\x5e\x4a\xa1\x3d\x7b\ \x64\xff\x01\x60\x86\xe0\x58\x9d\x0f\xbe\x54\xd2\xce\x8e\x69\xe8\ \xcf\x3d\xef\xa9\x45\xcb\x9f\xd9\x72\xe0\xed\x15\xab\x97\xec\xe9\ \x5d\xfc\xf6\xb2\x5c\x77\x1b\xa0\x63\x1f\x17\x29\xc5\x07\x0f\x86\ \xee\x6e\x6c\x59\xf0\x09\x5c\x0c\xcf\x13\x8d\x27\x5f\x71\xe1\x10\ \xf7\xb1\x47\x9e\x4f\x2b\xa6\x31\xdc\xdb\xb2\x7e\x4f\x32\xb9\xf1\ \xcd\x67\x9f\x7f\x6b\xbb\xa4\x4e\x47\xd2\x69\x3a\xf9\xa2\xe9\xf5\ \x89\xc7\x9e\xd9\x7a\xce\x95\x17\xd7\x1a\x42\x61\xaa\x51\xa2\x94\ \xc2\x84\x51\x0c\x5a\x69\xfd\xd8\x51\x15\x2b\x16\xbe\xb8\xb9\xc3\ \xd1\x0d\x1d\x29\x05\x4a\x0a\x52\x74\xe1\xcd\xdf\xb8\xea\xcc\xe1\ \x5d\xef\x3e\x7f\xcf\x03\x0b\x33\x82\xa2\x82\x67\x21\x5c\x29\x6d\ \x3f\x28\x1f\xff\xde\x53\x00\x86\xa1\x97\x94\x14\x69\x9a\x16\x09\ \x87\x0b\x19\x55\x94\xe2\x82\xbf\x93\xc9\x64\x72\xe9\x8c\xeb\xb8\ \x42\x70\x4a\xb0\xc6\x08\x26\x80\x31\xaa\xaf\xab\x0b\x87\x43\x89\ \xbe\x44\x32\x95\x28\x2a\x8a\x52\x82\x7d\xd7\xf6\xb9\xed\xfb\x6e\ \x36\x9b\xce\xe7\x33\x3e\xf7\x72\xb9\x8c\x6d\x5b\xd9\x74\x9a\x32\ \xcd\x71\xdc\xdd\x7b\xf6\xb4\x34\x37\xdb\xb6\x1d\x0e\x87\xc3\x91\ \x88\x52\xd2\x30\x58\x49\x51\xd4\x34\xb5\xaa\xca\xf2\xa2\xa2\x18\ \xa5\xc4\x30\x74\x8d\x31\x8c\x91\x95\xb7\x12\xbd\x7d\x5c\x88\x58\ \x2c\x5a\x5f\x57\x5b\x59\x59\xde\xd2\xd2\xdc\xbc\x73\x67\x3a\x9d\ \xb6\xad\x7c\x55\x65\x65\x32\x95\x4c\xa5\x52\x4a\x22\x4a\x29\x92\ \xb0\x7b\xd7\xee\x45\x8b\x16\xb5\x77\xb4\x0f\x1c\x34\x28\x1e\x8f\ \xdb\x96\x65\x1a\x3a\xf7\x3c\x24\x24\xe7\x7e\x6d\x6d\x6d\x3e\x9f\ \xab\xae\xae\xc2\x08\xb5\xb5\x1d\x48\xa7\xd3\x3d\x3d\x3d\x94\x52\ \x9f\xfb\xad\xad\x2d\x08\xe1\xb0\x19\x72\x3d\xcf\x76\x6c\x5d\xd7\ \x87\x0e\x1d\xb6\x6f\xef\x1e\x4d\xd3\x46\x8d\x1c\xd5\xd0\xd0\xa0\ \x31\x5a\x98\x00\xc7\xd0\x75\xce\x39\x21\x24\x9b\xc9\x74\x77\x75\ \xe9\xba\x1e\x8f\xc7\x35\xc6\x3e\x5d\x91\x14\xa5\x14\xc1\x58\x71\ \x5e\x5a\x52\xe2\x79\x5e\xc8\x34\x8b\x62\xb1\x48\x24\x92\xcb\xe5\ \x84\x94\xfb\xf6\xed\xb3\x72\xb9\x54\x32\x95\xcf\x5a\x86\x6e\x96\ \x14\x95\xf8\x9e\x07\x20\xeb\xfb\xd5\x36\x36\x36\x28\xc9\xb7\x6f\ \xdf\x8a\x10\x44\xa3\x31\xc1\x39\xc5\xc4\xca\xe5\x12\xbd\xbd\x3d\ \x3d\x5d\xe9\x4c\x32\x9f\xcb\x74\x75\x1c\xe8\xee\x6c\x4f\xa6\x52\ \x25\x25\xf1\xe6\xe6\xe6\xf5\xeb\x37\xa4\xd2\x99\xe2\xe2\xe2\xe2\ \x58\xcc\xf3\x5d\x84\x50\x65\x65\x79\x34\x1a\x8e\x46\x23\x95\x55\ \x15\x85\x68\x15\xc1\x58\x08\x89\x10\xea\x4d\xf4\xa6\x53\xd9\xa2\ \xa2\xe2\xea\xea\xea\x49\x93\x26\xb5\xb4\xb6\x6e\xd9\xb4\xa9\x2f\ \x91\xe7\xc2\x13\x82\x97\x95\x96\xed\xdc\xb1\xd3\xf7\x3c\x9f\xfb\ \x0a\x64\x7b\x5b\xdb\x0b\x2f\xbc\xb0\x60\xe1\xcb\xf1\xd2\xf2\xf1\ \xe3\x27\x7a\xbe\xef\xb8\x2e\xc2\x48\x48\xc9\x7d\x3e\x60\xe0\x80\ \x03\x07\xda\xaa\xab\xab\x93\xc9\x24\x63\x6c\xed\xda\x0d\xc9\x64\ \x32\x99\x4c\x94\x94\x94\xac\x5e\xbd\xba\xaf\x2f\x11\x0e\x47\x30\ \x46\x9c\xf3\xd6\xd6\xd6\x71\xe3\x4e\x30\x8c\xd0\xaa\xd5\xab\xa7\ \x4e\x9d\x3a\x6c\xd8\xb0\x21\x43\x87\x78\xae\x57\x5d\x5d\x45\x08\ \x11\x42\x14\xac\xce\xf6\xf6\xf6\x6d\xdb\xb6\x55\x55\x55\x95\x95\ \x96\xc1\xc7\xb5\x3a\x3e\x66\x27\x2c\xcf\xb6\x2f\x7a\xe3\x6d\x2b\ \x5c\x3d\x6c\xf8\xb0\xc6\xc6\x86\xc1\x8d\x83\x8a\x4d\x76\x94\xb5\ \xaf\x14\xea\xe9\x51\x95\x95\x60\x18\xc7\xbc\xb5\x5c\x21\x27\xd9\ \xdd\x68\x1d\xb8\xec\xdc\x33\xb3\x79\xeb\xcd\x25\x6f\x8f\x1a\x36\ \x74\x70\xe3\xe0\x97\x7a\xd0\xdc\x95\x3b\x19\xc1\xc7\x0e\xac\x28\ \xc5\x6b\x6a\xc0\xf3\x90\xe7\x7d\xa2\x18\x80\x12\xae\xcf\x4e\xbd\ \xe2\x9a\xea\xe4\x8a\xbf\xbe\xdd\x82\x98\x86\x30\x0e\x95\x0d\xba\ \xf0\xea\x2f\x7d\xe9\xa6\xaf\xdc\xf1\xaf\xb7\x9f\xd2\x2f\x94\xea\ \x6a\x6d\x49\xd0\xc1\x83\x8c\xb5\xab\x37\xb9\xd4\xd4\x30\xe4\x72\ \xbe\xa6\xeb\x8c\x62\xe9\x7b\xd2\xac\x9d\xfd\xad\xdb\x6f\x98\x39\ \x6c\xc5\xa3\xbf\x7d\xf0\x95\xed\x54\x63\x00\xa0\x90\x56\xd3\x38\ \x62\xca\x19\x17\x5e\x7f\xf9\xd9\xce\xa6\x95\x6d\x79\x40\xa9\xad\ \x73\x1f\x7d\x7d\xea\xcd\x77\xce\x28\x3f\xf0\xe0\x63\x8b\x3c\x66\ \x04\x81\xc5\x83\x37\x9a\xfb\x0a\x54\x28\x64\xe6\x2d\x2b\x6f\xe5\ \xb8\xe0\xf5\xf5\xfd\xea\xea\x6a\xcb\xcb\xcb\x01\xa9\xbc\x9d\xd3\ \x35\xcd\xb6\xf3\x56\x3e\x07\x4a\x50\x8c\x6d\x27\x1f\x0e\x87\xea\ \xea\x6a\x11\xa8\xe6\xe6\xe6\x64\xb2\x97\xfb\x4e\xc8\xd0\xa2\x91\ \x90\x14\x5e\x3e\x9f\xc1\x58\x49\xe9\x77\x77\xb7\x67\xd2\x89\xbd\ \x7b\x76\x73\xc1\x73\xf9\x5c\x77\x57\x4f\x32\x99\xb4\x6d\x9b\x60\ \x62\x18\x46\x21\x4a\xe5\x79\xae\x52\xb2\xbc\xbc\x2c\x16\x8b\x52\ \x42\x35\x4d\xd7\x34\xcd\x75\x5d\xdb\x71\x2b\xab\xaa\xea\x6a\xeb\ \xb2\xb9\x1c\xe7\x7e\x28\x64\x96\x16\x17\x77\x75\x75\xe5\x72\x19\ \x5d\xd7\xb2\x99\x74\x57\x47\xc7\xc1\xa9\x51\x94\xe4\xdc\x97\x5c\ \x64\x32\xd9\x50\x38\x52\x5c\x52\x62\x5b\x36\xe7\xd2\xe7\x1c\x29\ \x40\x18\xc5\x62\xb1\x7e\xf5\xfd\xaa\xab\xab\x2b\x2a\xca\x13\x89\ \x44\x2a\x99\xdc\xbf\x7f\x3f\xe7\x9c\x31\xa6\xa4\x74\x5d\xa7\x38\ \x1a\xd1\x28\xd1\x18\xed\x68\x6f\x2f\x2f\x2b\xed\xe9\xe9\xda\xbd\ \x6b\xd7\x94\xa9\x93\xc3\xd1\x30\xc2\x10\x89\x46\x63\x45\xb1\x48\ \x24\x02\x00\xb6\x6d\xf7\xf5\xf5\x25\x93\x49\x8c\x71\x2c\x16\x8b\ \x44\xa2\x94\x50\x05\x9f\x4e\x16\xa1\x10\xb8\x0c\x19\x66\x45\x45\ \x79\x5f\x5f\x4f\x3e\x97\xd5\x18\x1d\x36\x74\x48\x59\x49\xc9\xe8\ \x91\x23\x56\x2d\x5f\x41\x10\xb5\x6d\xb7\xb7\x27\xe9\x73\x81\x11\ \xb1\x2c\xcb\xb1\xed\x29\x53\x27\xd6\xd4\x55\x6d\x58\xff\x6e\x4f\ \x77\xb7\x95\xb5\x90\x50\xb1\x70\x54\x37\x0c\xa9\x54\x77\x77\x8f\ \x02\x79\x60\xff\xae\x5c\xb6\x6f\xe7\x8e\xcd\x89\xbe\x9e\x44\xb2\ \xaf\xb5\xb5\x65\xc9\x92\x25\x9b\x36\x6f\xb4\x1c\x3b\x56\x5c\x64\ \x18\xba\x14\xdc\xf7\x3c\xd7\xb6\x4d\x53\x2b\x2b\x2d\x2d\x44\x73\ \x11\x22\x1a\xa3\xc9\x54\xde\xf7\xe5\x80\x01\xfd\x09\x25\x48\x29\ \xcf\x73\x8b\x8b\xa2\xd9\x4c\x7a\xc7\xf6\xed\x4a\x29\xcf\x75\xba\ \xba\x3a\x3b\x3a\x3a\x84\x14\x4a\x70\xe1\xb9\x99\x74\xba\xab\xbb\ \x2b\x93\xcd\xd6\xd6\xd5\x09\x05\xb9\xbc\x03\x08\x63\x45\x94\x50\ \x8e\xe3\xf5\xeb\x5f\x3b\x76\xec\x98\x13\x4f\x9c\xb0\x7f\xff\xbe\ \x44\x22\xb1\x65\xcb\xe6\xf6\xf6\xf6\x58\x2c\xc6\x39\xef\xe9\xe9\ \xf1\x3c\x27\x1e\x2f\xce\xe7\x73\x7d\x7d\xbd\x80\xd4\xc8\x91\xc3\ \xe6\xcd\x9b\xd7\xbf\x7f\xbf\x19\x33\xce\x29\x89\x17\x87\xc3\xa1\ \x68\x2c\x42\x08\xa9\xa9\xa9\x49\x26\x93\x99\x4c\x66\xfb\xf6\xed\ \x1d\x1d\x1d\x4d\x4d\x4d\x15\x15\x15\x9a\xae\x7f\x30\x3a\xf9\x89\ \xac\x45\xcf\xce\xf9\x91\xfe\x27\x4f\x3f\x6d\xe2\x09\x63\x4e\x18\ \x77\xc2\x89\xe3\x47\x96\x45\xde\x5f\x41\x07\x71\xae\xc2\x21\xf5\ \x21\x76\x9f\x04\x65\x7b\x42\x74\xef\x1f\x25\xba\xe7\x9c\x7f\xd6\ \xa5\x33\xce\x9c\x39\x6a\x50\x29\xf6\xef\x7d\xf4\xc9\xae\xca\x11\ \x8f\x3f\x39\xbf\x10\x1e\x7e\xff\xd9\x60\x4c\x8b\x8b\x01\x40\x67\ \xcc\x30\x0c\xc3\x30\x34\x4d\xfb\x30\x4f\x42\x09\xdf\xb6\x1c\x21\ \x7c\x61\xd6\x5f\x76\xe9\x8c\x08\xef\xee\xcd\xfa\xb5\x63\x4f\x1f\ \xac\xf6\x3d\x33\xff\x85\x65\xcb\xdf\x7e\x67\xdd\x01\x86\xb2\x7f\ \x7b\x64\x5e\xb6\xff\xe7\xef\xfa\xfe\x35\x9d\xaf\x3c\xf4\xfc\xba\ \xf4\x98\xd1\x23\xfb\x96\xcc\x7f\xe0\xf1\xbf\x2e\x5d\xdd\xa2\x34\ \x43\x24\xf7\xbd\xfa\xfc\x4b\x7b\xf3\x24\x1a\xd3\x6d\xcb\x03\x04\ \x88\x30\xaf\x7b\xe3\x53\x4f\x3c\xfe\xf4\x5f\x1e\xb9\xef\xc9\x97\ \xb5\x91\x13\xfb\x47\x9d\x17\x1e\x9c\xdb\x5b\x39\xfd\xa2\xd3\xa7\ \x7c\xfe\xca\x8b\xbc\x0d\xf3\x9f\x7e\x7b\xd7\xa1\x7a\x8f\xc7\xb3\ \xad\x58\x88\xa3\x43\x3e\x97\x75\x1c\x2b\x9b\xc9\x50\x4a\xaa\xaa\ \x2a\xa3\xd1\x48\x59\x59\x69\x28\x64\xa6\xd3\xe9\x70\x38\x64\x18\ \xba\x92\x42\x49\xa1\x6b\x5a\x38\x64\x50\x8c\xcb\xe2\x25\xfd\xea\ \xeb\x2d\x2b\x97\xe8\xeb\xf1\x3d\x27\x95\xea\x69\x69\xd9\xd6\xda\ \xb2\xbd\xaf\xa7\xd3\xd4\xa9\xef\xd9\xd1\x88\x51\x14\x0d\xed\xd9\ \xb5\xd3\xb2\xb3\x86\x6e\x0e\x6c\x68\x18\x37\xee\x84\xc9\x53\xa6\ \xd4\xd4\xd4\x98\x61\x13\x94\xf4\x3d\x4f\xf8\xbe\x61\x18\x8c\x31\ \x4a\xa9\x61\xe8\x94\x11\x8c\x81\x31\x6a\x1a\x46\x34\x12\xd1\x98\ \xce\x98\x41\x08\xf1\x3c\x37\x1c\x0a\xb9\x9e\x5d\x59\x55\xee\xb9\ \xee\xf6\x6d\xdb\x7c\xdf\x2f\x8d\x97\x22\x04\x20\x95\xa1\xeb\xfd\ \x6a\x6b\x46\x8d\x1a\xc5\x7d\x91\xcb\x59\xa1\x50\xb4\xbc\xb2\xb2\ \x34\x5e\x6a\xe5\xf2\x20\x25\x01\xc8\xa4\x32\xb1\x58\x4c\x08\x81\ \x10\x2e\x2d\x2b\x4d\xa5\x52\xae\xeb\xc6\xe3\x71\xc3\x30\xca\xcb\ \x2b\xc2\x66\xd8\x73\x9d\x64\x5f\x2f\x77\x9d\x54\xa2\xb7\x7f\xbf\ \xfa\x1d\x3b\xb6\x9b\x21\xa3\xa8\xa4\x48\x33\x34\x21\x78\x28\x1c\ \x92\x42\xda\xb6\x9d\xcd\x66\xbb\xbb\xbb\x11\x42\x55\x55\x55\xa5\ \xa5\xa5\x08\x21\x9f\xfb\x80\xe0\xe8\xac\xde\x4f\x1e\xbe\x40\x42\ \x70\x50\xb2\xaf\xb7\xbb\xa3\xed\x40\x4f\x57\x67\x65\x45\xc5\x88\ \x61\xc3\xc6\x8f\x1d\x3b\x7c\xe8\x90\x7d\xbb\x77\x33\xca\xea\xeb\ \xfa\x99\x7a\x38\x97\xcd\xf9\x1e\x37\x74\x9d\x62\xe2\xfb\xde\xa8\ \x11\xc3\x28\x86\x5d\xbb\x9a\xad\x7c\x36\xdd\x97\x38\xb0\x6f\xff\ \xc6\x8d\x1b\x5b\x5a\x5a\x73\xf9\x6c\x71\x49\x94\x80\xa8\xaa\x2a\ \x6f\x6f\xdf\xb3\x7e\xdd\x4a\xa1\x44\x79\x65\xf5\xf8\x13\x27\x4d\ \x9f\x7e\xda\x84\xf1\xe3\xa3\x91\xa8\xce\x34\x25\x85\x6d\x59\xdc\ \xf7\x74\x9d\x51\x86\x4d\x93\x31\xc6\x0a\x1d\x50\x4a\x21\x4d\x63\ \xd1\x68\xb4\xa2\xa2\x02\x29\xa4\xa4\xb2\xf2\xb9\x86\x41\x83\xb2\ \xd9\x6c\x75\x4d\xd5\xce\xe6\xe6\xf6\xf6\x76\xc6\xa8\x6d\xe7\x75\ \xc6\x62\xb1\x68\x51\x2c\x36\x7d\xfa\xf4\x58\x2c\xe6\x79\x5e\xce\ \xb2\x4d\x33\x52\x5c\x12\x47\x0a\xbb\xae\xab\x69\x9a\x69\xe8\x00\ \x60\x9a\x66\x3e\x6f\x0d\x1c\x38\xa8\x20\x85\x00\x50\x57\x57\xa7\ \x94\x1a\x39\x72\x24\x42\xaa\xad\x6d\xbf\x94\x62\xeb\xd6\x2d\xfd\ \xfb\xf7\xdb\xbb\x77\xef\xb6\x6d\x5b\xa7\x4c\x9e\x64\x18\x5a\x2a\ \xd9\x87\x10\x94\x95\x95\xb9\xae\x9b\xcd\x66\x37\x6c\xd8\xd0\xdd\ \xdd\x5d\x53\x53\x33\x72\xe4\xc8\xc2\xb7\xa9\x52\x85\x1e\x0b\xf4\ \xf7\x77\xb9\x14\x57\x55\x69\x6b\x5f\xfe\xeb\x13\x51\x2a\xb8\x94\ \x42\xe8\x63\x4f\x9a\x36\xa8\x3c\x7a\xd4\xf4\x63\x94\x22\xcb\x3e\ \xb6\x17\x20\x78\x7c\x40\xd3\xbe\x48\x6d\xf6\xc0\x01\xd2\x9e\x66\ \xd1\xfd\x21\xcd\xdc\xb4\x7f\x53\x67\x4f\x6f\x4d\x55\xe5\xfd\x0f\ \x3e\x74\xdd\x9c\x39\xd1\xa2\xa2\xd9\xb3\x67\xbb\xae\x7b\xd8\x08\ \xc5\x18\x27\x93\xc9\xad\x2d\x2d\x83\x00\x56\xae\x5e\x9d\x4e\x24\ \x74\x29\xf7\xec\xd9\x33\x6c\xd8\xb0\x0f\x0e\x74\x51\xc2\xd7\x2a\ \x07\x9f\x33\x33\x56\xcc\xa4\xe7\x38\xd1\x86\x69\x5f\xfd\xaa\xdf\ \x17\x8e\x42\xb4\xfe\x86\x6f\xdc\xb6\x68\xd1\xf2\x7d\x07\xac\xea\ \xa1\x4d\xdc\xce\x98\x0d\x53\x2e\x99\x36\xa1\xb8\x14\xbe\x78\xe5\ \x99\xfb\x32\xa9\x7e\xd3\xbe\x30\x47\x44\x56\xef\xdc\x47\x6a\xa7\ \x5c\x34\x71\x82\x8e\x84\xef\xa4\x76\x6d\xed\xa9\x9d\x7a\xf1\xf4\ \x53\x46\x08\x8f\x03\xc2\x58\x8b\xe8\xca\x3e\x70\x20\x11\x1f\x7d\ \xde\xc5\xd3\x4f\x8e\x78\x9d\xac\xff\xc4\xab\x27\x9f\x65\x3a\x19\ \x55\x35\xfe\xda\x2b\x7b\x5b\xfc\x8c\xab\x10\x41\xc7\x77\xa1\xc8\ \x83\x1d\x9a\x07\x7b\x12\x6b\x6a\x6b\x5c\xc7\x06\x29\x09\x46\x84\ \xe2\x92\x78\x71\x51\x51\x0c\x81\xca\xa4\x93\xe1\x48\x91\x19\x32\ \x35\x8d\x6a\xba\xc6\x08\x32\x0c\xd6\xbf\x5f\xed\x9a\x95\x72\xff\ \xfe\xbd\xb5\x83\xda\x25\x50\xce\x1d\x10\x98\x51\x8a\x40\x5a\xb9\ \xf4\xee\x96\xb4\x63\x67\x3b\xda\xf7\x1b\xba\x56\x56\x51\x59\x5d\ \x5b\x57\x51\x5d\x3b\x74\xe8\x30\xa2\x85\x00\x53\xce\xb3\xa6\xa1\ \x23\x29\x24\xe7\x04\x23\x21\xb9\x69\x68\x58\x48\xc0\x88\x11\xa6\ \x30\xa6\x8c\x78\x44\xd3\x98\xae\x33\x5d\x70\x0f\x63\x55\x56\x1a\ \x5f\xbb\x66\x0d\x60\x16\x0a\x85\x6a\x6b\x6b\xcb\x62\x46\x38\x14\ \xa6\x84\xf8\x8e\x6b\xe7\x73\x20\x79\x2e\x9f\xd5\x35\x3d\x64\x86\ \x12\x89\xa4\xc7\x41\x28\xec\x75\x77\x33\xc6\x94\xef\x59\xb6\x95\ \xcb\xe5\x9a\x9b\x9b\x07\x37\x0e\x5e\xb3\x72\xf5\xde\x7d\xfb\x2a\ \x2b\xca\x7a\x7b\x7b\x4d\xd3\xa8\x28\x2f\x13\x9e\x8f\x14\x64\xd3\ \xd9\x9a\xaa\xea\x4c\x3a\xb3\xab\xa5\xf5\xf4\xd3\x4f\xf7\x5c\x0f\ \x01\xca\x5b\x56\x32\x93\x4e\xa7\xd2\x5c\x70\xc6\x58\x2c\x16\x0b\ \x85\x42\x8c\xb1\x42\xe3\xd9\xae\x2b\xb8\x40\x9f\xfa\x1b\x49\x01\ \x77\x3d\x4a\x98\xa1\x1b\xff\x9f\xbd\xf7\x8c\xb2\xec\x2c\xcf\x44\ \xbf\xb0\x73\x38\x67\xef\x13\xeb\xd4\xa9\x9c\xab\x3a\xa8\xd5\xad\ \x56\x6c\x49\x80\x04\x08\x81\x00\x19\x8c\xb1\xb0\xcd\x60\x9b\x3b\ \x18\x86\xeb\x34\xe1\x7a\x16\x6b\x3c\x9e\xeb\xb5\x18\xdb\xcb\xcb\ \x33\xb6\x7f\x98\x2b\x66\x6c\x8c\xc1\x03\x32\x18\x8c\x40\x04\x23\ \x90\x15\xa0\xd5\x41\xea\xdc\x5d\x39\x9e\x9c\x77\xde\xfb\x0b\xf7\ \x47\xc9\x80\x05\x48\xa6\xed\xf1\xb5\xd7\xd5\xfb\xb7\x56\x9d\x53\ \x6b\xef\xfa\x9e\xef\x0d\xcf\xf3\xbc\x0b\x73\x0b\x49\x1c\x53\x4a\ \xd3\xe9\x74\x1c\xc7\x93\x13\x93\xdd\x6e\xbf\xb2\x57\x05\x40\x10\ \x24\x51\x95\x65\x55\x51\x44\x11\xea\xaa\x30\x35\x3d\x31\x31\x3e\ \x52\xdd\xdb\x3a\xf3\xec\xb7\x0b\xe5\x85\x76\xb3\xd9\x1f\xf4\x75\ \x5d\x25\x24\x4e\xe2\xf0\xd4\xe9\x93\xf3\xb3\x93\x17\xcf\x9f\xa9\ \xd7\x76\x6c\xdb\x3e\x7c\xe4\xe8\xc2\xe2\xd2\x2d\xb7\xdd\x31\x34\ \x3c\x12\x53\xee\x07\x01\x25\x54\x14\x50\xe4\xc7\x22\x50\x28\x21\ \x94\x61\x8c\x01\xa5\x54\x14\x45\x59\x80\x0c\x60\x1a\x27\x8c\xbd\ \x30\x13\xe6\x9c\x51\x4a\xeb\xf5\xda\x73\x67\xce\xac\x5c\xbd\x72\ \xc3\xe1\x43\x53\x53\x93\xad\xda\x3c\xa5\x64\xbf\x8e\x86\x10\x78\ \x7e\xd0\x6c\x77\x6f\xbe\xf5\x76\x2b\x93\x6d\x34\x5a\x00\x52\x88\ \xdc\x20\x48\x3c\xcf\x57\x64\x59\x10\x84\x27\x9e\x78\xe2\xfd\xef\ \x7f\xbf\x2c\xcb\xcf\x3c\xf3\xcc\x4d\x37\xdd\x54\xaf\xd7\x3d\xcf\ \x93\x24\x59\x10\x44\xc7\xf1\x08\x49\x1a\xcd\xe6\x7d\x6f\xbc\xff\ \x63\x1f\xfb\xd8\xdc\xdc\xdc\xf0\xf0\x70\xbd\xde\x90\x24\x71\x30\ \xe8\xaf\xd5\x5b\x8d\x46\x83\x31\x36\x35\x35\x55\x2e\x97\xd3\xe9\ \xb4\xe7\x79\xd9\x6c\x36\x21\x04\x70\x8e\x5f\x26\x59\xfc\x21\xee\ \xdc\x24\x09\xfb\x3d\x4f\x1c\x9e\x1a\x2d\x99\x80\x73\xc6\x84\x94\ \x22\xfc\x9d\x22\x1a\x42\x96\xcb\xc1\x7a\x1d\x86\x01\xff\x3e\xcc\ \x62\x94\x64\xc7\xa6\xc1\xcf\xfc\x5f\xdd\x7a\x85\x41\x94\x70\x06\ \x01\x10\x44\x91\x6f\xfe\xf7\x41\xbb\x59\x1a\x1a\xfa\xc8\x47\x3e\ \xf2\xbe\xf7\xbd\x4f\x96\xe5\xb7\xbf\xfd\xed\x49\x92\xec\x7f\xb2\ \x28\x8a\xb5\x5a\x6d\xef\x91\x47\xee\x03\x20\xa0\xf4\xe9\xa7\x9e\ \xba\x70\xea\x14\x84\x70\x69\x69\xe9\xfb\x61\x91\x25\xb1\x54\x9c\ \xbb\xff\xad\x8b\x51\x10\x32\xce\xa3\x18\x1e\xbc\xfb\x0d\x88\xc5\ \x81\x1f\xa8\xf9\xb9\x1f\xfb\x99\x43\x18\x01\x12\x87\x41\xcc\xdf\ \xf0\xe6\x37\x27\x51\xe0\xf8\x60\xf1\xf6\x07\x0e\xf1\xc4\x8f\xe9\ \xe1\x57\x3f\x78\xd3\xeb\x30\xe0\x2c\x89\xc2\x98\xf0\xd7\xbd\xf3\ \xe7\x45\x0c\x18\x21\x61\x18\x52\xce\x01\xa7\xa2\x3d\xfd\xe6\x77\ \x2e\x09\x18\x31\x9a\x84\x41\x18\x81\xe2\xfd\x6f\xfb\x09\x1a\x05\ \x11\x65\x90\xb0\x99\x13\x6f\x5a\x00\x24\x08\x62\xfe\x8a\x2a\x91\ \xf3\x38\x8e\x64\x59\xc6\x18\x49\x92\x40\x54\x99\x26\x84\x90\x28\ \x08\x82\xc9\xf1\xb1\x42\x21\x1f\x26\x89\x33\x18\xc8\x8a\x9a\x4e\ \x19\xaa\x66\x40\x00\xc3\x20\xf0\x06\xad\x74\xda\x28\x16\x0b\xf5\ \xea\x9e\x37\xe8\x67\xf2\x25\x11\xdb\x41\x14\x0e\x9c\x01\x60\xa4\ \x54\xcc\xaf\x2d\x5f\x65\x49\x98\xb5\x6d\x4a\x98\x61\x9a\xd9\x6c\ \x3e\x9b\xcd\x72\x00\x48\x9c\x70\x48\x25\x51\x42\x00\x38\xae\x8b\ \x31\x22\x24\x11\x25\xe1\x05\xe6\x8d\x28\x10\x80\x24\x84\x42\xcf\ \xc9\x66\xed\x52\xa9\xb4\x7a\xe5\x42\xe0\x7b\xcd\x66\x8d\x72\x71\ \x63\x7d\xed\xd0\x91\x63\x29\xd3\xc0\x10\x12\x42\x05\x84\x20\x44\ \x80\xf3\x38\x0c\xaf\x5c\xba\x1c\x86\xd1\xe8\xc4\x64\xad\xde\xdc\ \xad\x36\xfd\x28\xce\x17\x86\x24\x59\x91\x65\xc9\x50\x95\x6e\xbb\ \xed\xfb\xfe\xce\xce\xf6\xfc\xdc\xcc\x9d\x27\x4e\x5c\xbe\x7c\x29\ \x49\xc2\xcd\x8d\xcd\xe3\x37\x1f\xcb\x67\xb3\xf5\x4e\x3f\x89\xa3\ \x56\xa3\x36\x35\x3d\xfd\xe4\x93\x4f\x68\xba\x0a\x20\x73\x5d\x77\ \x6b\x7b\xc3\xf7\xfc\x84\xb2\x52\xa9\x64\x69\xd6\x3e\xa7\x22\x0c\ \xc3\x7d\x1a\x10\xa5\x14\x00\x48\x19\x03\xd7\xf9\x1f\x04\x93\x28\ \xc4\x0a\x2e\xe4\x32\xba\x26\xe7\xb3\x99\xc0\xf3\x7c\xd7\xe3\x94\ \x98\xba\x76\x60\xa0\x3e\x02\x56\x00\x00\x20\x00\x49\x44\x41\x54\ \x71\x61\x6f\xaf\xe2\x3a\xce\xa0\xdf\x9f\x5f\x58\xd0\x0c\x45\x10\ \x05\xc0\x69\xbb\xd5\xc2\x10\x1c\x3c\xb8\xb4\xbd\xb1\xfa\xdc\x99\ \x53\x6f\x99\x3c\x60\xea\x8a\x61\x28\x9d\x6e\x87\x31\x3a\x54\xc8\ \xfb\x83\xf6\xe3\x7f\xfd\x55\x11\x83\x62\xd6\x52\xcd\xcc\xe8\xd8\ \xf8\xec\xdc\xbc\x17\x04\x61\x18\xc5\x84\x51\x42\x4d\x43\x1b\xf4\ \x7b\x80\x92\xd0\x77\xd5\x94\x89\x11\x06\x34\x11\x25\x81\x31\xc6\ \x00\x22\x84\x88\x48\x98\x9e\x9a\x11\x25\x39\x8a\x82\x6e\xb7\x93\ \xcb\xcb\x24\x8e\xce\x9c\x7a\xf6\xd8\xb1\x63\xba\x22\x27\x51\x08\ \x38\xe3\x9c\x51\x12\xeb\xaa\x72\xf5\xf2\xc5\xed\xad\xcd\x7c\xa1\ \x10\x84\xf1\x9f\xff\xaf\x4f\x47\x31\x49\x5b\x99\xb1\xb1\x71\x41\ \x14\x4d\xd3\xac\x87\x21\xe7\xfc\xd4\xa9\x53\x8d\x46\xe3\xfd\xef\ \x7f\xff\x87\x3f\xfc\xe1\x53\xa7\x4e\x5d\xb8\x70\xc1\x71\x9c\xa5\ \xa5\x45\x55\x55\x5a\xad\xd6\xfa\xfa\xfa\xe4\xc4\xd8\xa9\x53\xcf\ \x9e\x3a\xf3\xec\xbf\xfb\x77\xff\xde\x71\x07\x9b\xdb\x5b\x9d\x4e\ \xa7\xd7\xe9\x8d\x0e\x8f\x1c\x3a\x7c\x28\x0c\x43\x45\x51\x7a\xbd\ \x1e\x00\x40\x92\x24\x8c\xb1\xac\x28\x9d\x76\x5b\xc1\x3f\xac\xca\ \x7d\x49\x58\x0c\xdc\x8e\xa7\x8e\xdd\xff\xba\x7b\x87\xa5\x98\xb0\ \x17\xa8\x12\xf4\xef\x92\x13\xf9\xc4\x04\xda\xda\x02\x81\x0f\xbe\ \xbf\xce\xe5\x1c\x02\x50\x18\x9f\x2a\x4e\xce\x7e\xe7\x33\x25\x49\ \xd2\x3f\xfa\xa7\x51\x18\x72\xce\x47\x47\x47\x7f\xff\xf7\x7f\xff\ \x17\x7e\xe1\x17\x64\x59\x7e\xcb\x5b\xde\xb2\x9f\x33\x22\x84\x8e\ \x1e\x3b\x86\x3e\xfb\x59\x47\xd3\x5a\x61\xa8\x29\xca\xc4\xc4\xc4\ \xd0\xd0\xd0\xc8\xc8\xc8\x0f\xa6\x73\xd3\x24\xf0\x93\xef\x24\x2e\ \x71\x18\xec\x7f\x11\xa3\x89\xef\x7d\x57\x12\xb3\xbf\xee\x1d\x42\ \x90\x44\x41\x02\x00\x04\x20\x0e\xfd\xf8\x7b\x6c\x7a\x42\xdf\x0d\ \x5f\x3c\x8a\x27\x81\x4f\xbe\x27\x2b\xa2\x81\xef\xbf\x50\xf0\x40\ \x90\x84\x41\xf2\x3d\x7c\xb0\xff\x5f\xa7\x8b\x00\xb8\x8e\x93\x50\ \xa6\x69\xaa\x24\x8b\x96\x6e\x85\xbe\xdb\x6e\x7b\x71\x1c\x6d\x6d\ \x6d\xc9\xb2\xd4\xea\xb4\xf3\xc3\x29\xdf\x73\x9a\xcd\x46\xb1\x88\ \x7d\x3f\x10\x11\xf4\x06\x5d\x5d\x93\x0c\x43\x1d\x74\xa1\xef\x3a\ \x87\x6f\x38\xe6\xba\xbe\xeb\x7b\xad\x66\x3d\x0e\xfd\x94\x2a\x43\ \x00\x15\x59\x66\x94\xda\x56\x66\x62\x72\x4a\x51\x35\xc3\x4c\x65\ \x32\xd9\x30\xa6\xf5\x46\x0b\x42\x14\x87\xa1\xae\xa9\xe5\x72\xd9\ \xa7\x50\x14\x05\x8c\x79\x92\x50\x01\x42\xc0\x01\x21\x14\x02\x28\ \x60\x11\x42\x1c\x45\x91\xd3\xef\x30\x1a\x8b\x92\x0c\x21\x8f\xa2\ \xa0\x90\xcb\x23\x0e\xa2\x20\x6c\x35\x5a\x12\x16\xa2\x38\xda\xdd\ \xde\xfa\xcc\x5f\x3c\x32\x54\x1e\x9b\x9b\x5b\xb8\xf9\xd6\x3b\xd6\ \x36\x36\x9f\x3b\x77\xbe\xd9\x6c\x8c\x8f\x4f\x88\x02\xce\xe7\xf2\ \x69\xd3\x3c\x7e\xfc\xf8\xde\xde\xde\xd6\xd6\x56\xad\x5e\x5f\x5d\ \x5d\xed\x0f\xb2\xe5\x91\x72\x36\x9b\x53\x54\x45\x16\x3d\xb7\xdf\ \x67\x94\xd0\x24\x69\xd4\x6b\xf7\xdf\x7f\xbf\xaa\x2a\x10\x82\x38\ \x0e\x15\x45\x41\x58\xb4\x6d\x9b\x10\x82\x10\xda\x6f\x07\x05\x41\ \x20\xee\x13\x72\x21\xd4\x34\x95\x5d\x97\x56\x0a\x42\x48\x08\xf1\ \xba\x7d\x96\x10\x4d\x55\x19\x48\xc6\x46\x86\x77\x77\x2a\x3b\x3b\ \x3b\x8c\xd0\x72\xb9\x2c\x62\x44\x49\xec\x0c\xfa\xab\x6b\xcb\xb3\ \xb3\xd3\x82\x68\x3a\xbd\x6e\x14\x38\xba\x8a\x4b\xa5\x61\x8c\x71\ \xbd\x51\xb5\x52\x6a\x31\x9f\xe9\xbb\x6e\xa7\xd3\xba\x78\xe9\xc2\ \x8d\x07\x17\x35\x45\xc1\x80\xa7\x0c\x5d\xd7\xd5\xf1\xc9\xc9\x5c\ \xa1\x28\x8a\x52\xb9\x3c\x92\xb6\xad\x8d\x8d\x2d\x08\x40\x3b\x70\ \x31\xe4\x85\x6c\x56\x49\x99\xa2\x24\x88\x02\x0c\x63\x4a\x29\x81\ \x82\xbc\x5f\x37\x40\x88\x24\x51\x46\x08\xf7\x7a\xbd\x4e\xb3\x99\ \xb6\x73\xf5\x7a\x3d\xa2\x5c\xc0\x28\x93\xcd\xfa\x41\xb0\xb5\xb5\ \x89\x21\x88\xa3\x08\x02\xf2\xd1\x8f\x3e\xac\xa8\xfa\xe4\xd4\xec\ \xdb\xde\xfe\xce\x76\xa7\x7b\xfe\xc2\xc5\x0b\xe7\x2f\x42\x0e\x15\ \x55\x0d\x33\x19\xcd\xd0\x4f\x9c\x38\x71\xe6\xcc\x99\x53\xa7\x4e\ \x19\x86\x41\x29\xfd\xd8\xc7\x3e\xf6\xba\xd7\xbd\xce\xb6\xed\x74\ \x3a\x45\x19\x4c\x92\x78\x77\x67\xe7\xf6\x3b\x6e\xfb\xd3\x4f\x7c\ \xe2\xe0\x81\x03\xa2\x88\x08\x89\xd2\x96\x25\x88\x42\xa9\x58\xca\ \x5a\xb6\x20\x08\x61\x18\xe6\x72\x39\x55\x55\x3d\xcf\xdb\x47\x98\ \x38\x8a\x2c\xcb\x8a\xfd\x36\xe7\xec\x47\x83\x45\xce\xb9\xa4\x18\ \x62\x7f\xe3\x4b\x9f\xfd\x74\x5a\xe4\x8c\x33\xca\x94\x23\x77\xdc\ \x3e\x99\xd3\xbf\xbb\xb4\x00\x42\x76\x60\x09\xfe\xd9\x27\x60\xbb\ \xc3\xcb\xe5\x1f\xdc\x5e\x24\x04\x00\xf2\xdd\x6e\x08\xe0\x8c\xd2\ \x24\x49\x92\x24\x11\x45\x71\x7a\x7a\xfa\xe3\x1f\xff\xf8\x2f\xfd\ \xd2\x2f\x99\xa6\x79\xf7\xdd\x77\x27\x49\x12\x27\xc9\xb1\x23\x47\ \xb2\x9a\xc6\x17\x16\x6e\x7b\xc3\x1b\x6e\x37\x0c\x01\x00\x45\x51\ \xfe\xf6\x76\x7d\x25\xfe\x19\x26\x8b\xdc\xf3\x7d\xc3\x34\xfd\xc0\ \xdb\xde\x69\x65\x6d\xcb\xd4\x75\xc6\x28\xa5\xa4\xdd\x76\x2c\xcb\ \x02\x10\xa8\x8a\xc4\x21\x0e\x7c\xa7\xd5\xc2\x24\x26\x90\xb3\xc8\ \xef\x4b\xd8\xcc\x58\xd6\xce\xe6\xfa\xf6\xd6\xd6\x1b\xdf\x98\xd1\ \x75\x23\x4b\x28\x82\xa0\x5a\xd9\xee\x77\x7b\x34\x49\x18\x4f\xda\ \xad\x76\x79\x64\x7c\x68\xb8\xcc\x20\x4e\xe2\x84\x01\x8e\x30\x8a\ \xa2\x18\x00\x90\x32\x0d\x84\x80\xe7\x3a\x82\x96\x4a\x92\x28\x09\ \x13\xce\x99\xc8\x98\xa2\x6a\x88\x32\x27\xf0\x07\x8e\x17\xc7\x49\ \xe0\x07\x80\x13\x11\x23\x51\x14\x24\x11\x8f\x0c\x0f\x67\xed\x8c\ \x26\x8b\xa1\xdb\x6d\xb5\xda\x92\x2c\x73\xce\xc2\xc0\x77\x1c\x6f\ \x76\xf1\xe0\x89\x13\x77\x22\x41\x92\x44\xe9\x86\x1b\x8e\x0c\xfa\ \xfd\xc0\x73\xef\xbc\xfd\x36\x49\x94\x1a\x8d\xfa\xc1\x83\x07\x2f\ \x5e\xbc\x38\x3a\x3a\x6a\x99\xa9\xf5\xb5\xd5\x7a\xad\x36\x7c\x64\ \xd8\xf3\xbc\x56\xbd\x3e\x18\x78\x8c\xd1\xd9\xe9\xe9\xd3\x67\xcf\ \x1c\xbf\xe9\xd8\xec\xcc\x8c\x1f\x05\xbd\x5e\x0f\x22\x38\x36\x31\ \x86\x90\x24\x60\x1c\x86\x21\xa5\x54\x96\xe5\x24\x49\x18\x63\xfb\ \x94\x6b\x41\x10\xf7\xb9\xc7\xd7\x43\xa1\x17\x70\x65\x6b\xc7\x4c\ \x67\x03\x08\x5a\xf5\x3a\x25\x84\x33\xe2\x39\x4e\xca\x30\xb6\x36\ \xb7\x54\x59\x06\x8c\xcb\xb2\x60\xd9\xba\x80\x79\xab\xdd\x1c\x0c\ \x7a\x71\xe4\x47\x7e\xbf\x16\x87\xa3\xe5\x51\x2b\x6d\x5f\xbd\x7c\ \xa9\xdf\xa9\xdd\x78\xec\x66\x5e\x63\xb7\xde\x76\x73\x18\xf9\x51\ \x14\x6e\xef\xec\x28\x92\xb2\x7c\xf5\x22\x8d\x93\xc5\xc5\xa5\xf9\ \xb9\xf9\x20\x0a\x29\xa1\x10\x22\x59\x96\x76\x77\x76\xb2\x19\x4b\ \x12\x05\x08\x38\x25\x44\x60\xac\xef\x7a\x2c\x0a\x15\x45\x16\x04\ \x84\x10\x04\x1c\x84\x51\xd8\xeb\x0d\x5c\xd7\xab\x56\x2a\x13\x53\ \xb3\xe9\x74\x4a\x55\xe4\x52\xae\x30\x36\x3a\x42\x93\xc4\x4a\xa7\ \xae\x5c\xbe\xac\x28\x8a\x24\x00\xca\xe2\x4b\x17\xce\xcd\x2e\x1e\ \x7a\xf5\x6b\xee\x19\x19\x1d\xeb\x3b\xfe\xd4\xd4\x6c\x3e\x53\x70\ \x7a\xbd\x83\x4b\x07\xe6\x0e\xcc\x44\x21\xdd\xdb\xdb\x33\x4d\x33\ \x93\xc9\xdc\x74\xd3\x4d\xab\xab\xab\x5f\xfe\xf2\x97\x45\x51\xd4\ \x34\x6d\x7b\x67\x47\x10\x44\xcf\xf3\xec\xac\xdd\xeb\xf5\x7d\xdf\ \x7f\xcf\xcf\xfe\xac\x69\x1a\xbd\x5e\xaf\x3b\x70\x4a\xa5\xd2\x50\ \xbe\xc4\x08\xc1\x18\xe7\xf3\x79\x4d\xd3\x18\x63\x71\x1c\xef\xcb\ \x3c\x28\xa5\x82\x20\x44\x2f\x37\xe9\xfa\xfe\x54\x12\x22\x04\x45\ \x63\xe8\x8e\x57\xdd\x39\x3f\x56\x1a\x1e\x2e\x8f\x94\x47\x46\x47\ \x4a\xba\x84\x5f\x54\x44\x93\x3b\xef\x04\xad\x96\xf0\xc4\x13\xfc\ \x87\x4e\x45\x7e\x40\x24\x49\xb2\xcf\xbb\xfe\xe4\x27\x3f\xf9\x07\ \x7f\xf0\x07\x83\xc1\xe0\x03\x1f\xf8\xc0\xc9\x93\x27\x05\x41\xe0\ \x92\x84\x97\x97\x95\xb3\x67\xc9\xed\xb7\xdb\x93\x93\x76\x2a\x65\ \x9a\xa6\x20\x08\xaf\xd8\xa3\xfe\x33\xa6\x2e\x42\x88\x78\x9c\x44\ \x84\x90\x38\x8e\xeb\xf5\xfa\x5e\x65\xd7\x19\xf4\x93\x24\xd1\x0d\ \x2d\x08\x3c\x55\x53\xe3\x28\x34\x34\x55\x96\xa5\x6e\x67\xff\x8a\ \x66\x7e\xe0\xad\xae\xae\xa8\x8a\x2c\x22\xdc\xac\xb5\xda\xad\xb6\ \x2a\x2b\x10\x40\x53\x37\x65\x41\x09\x83\x50\xd7\x34\x59\x10\x31\ \xc4\x9c\x83\x76\xa7\xdb\xeb\xf5\x5d\x2f\x48\x12\x42\x12\x12\x86\ \xc1\x68\xb9\x3c\x35\x31\xc1\x08\xc9\xa4\x53\xd9\x8c\xed\xf9\xae\ \x1f\x78\xb2\x2c\xcb\x8a\x44\x08\x0b\xfc\x50\x92\x64\x43\x37\x72\ \xd9\x42\x2a\x95\x56\x35\xa5\xdd\x69\x57\xea\x15\x45\x51\xb2\x59\ \x7b\xff\xcf\xf6\x3d\x1f\x21\x04\x21\x4a\x9b\x86\x88\xb1\x2a\xcb\ \x77\x9e\x38\x91\x32\xcd\x6e\xb7\x6f\xa4\x52\xf9\x5c\x31\x65\xa6\ \xa2\x20\xfc\xf6\xb7\xbe\xb5\xba\xba\xea\xba\xde\xcc\xcc\x8c\x24\ \x49\x9c\xf3\x5b\x6f\xbb\xed\x2d\x6f\x79\x4b\xa9\x54\xda\xd7\xc3\ \x88\x82\xa8\x89\x32\x4b\x88\xef\xb8\x51\x18\xce\xce\xcc\x0e\x06\ \x83\x7e\x7f\x80\x05\xc1\xce\x64\xf6\x75\xfd\x00\x00\x59\x96\xf7\ \xbb\x8a\x18\x63\xcb\xb2\x54\x55\x45\x08\x41\x08\x3c\xcf\x83\xd7\ \x05\x8c\x9c\x03\x59\x16\x49\x12\x78\xee\xa0\x56\xdd\x3b\xf9\xed\ \x67\x4e\x9d\x3c\xd9\xed\xb4\xd7\x56\x57\x10\xe4\x9e\x3b\xc8\xe7\ \x2c\x59\xc4\xa2\x88\x35\x5d\xdd\xab\xee\xb5\xdb\xcd\x24\x8e\x7d\ \x3f\x5c\x5f\xdb\x48\x12\x92\xcf\xe4\x43\xcf\x3b\x73\xfa\x19\x45\ \x86\x76\xda\x48\xe2\x60\x6a\x6a\xb2\xd1\x68\x84\x61\x38\x36\x36\ \xea\xbb\x2e\xe6\x80\x32\xbe\xb2\xb2\xda\xe9\x74\x5d\xd7\x0f\xc3\ \xd0\xf3\x3c\x3f\x08\x0e\x2c\x2d\x48\x92\x04\x20\x50\x15\x15\x00\ \xd0\xef\xf7\x39\xa7\xfb\x4f\x26\x8e\x39\xa5\x1c\x41\x24\xc9\x72\ \x36\x93\x1b\x1a\x1a\x4a\xe2\xa8\xba\xb7\xb7\xbb\xbb\x9b\x32\xcd\ \x62\xb1\xd8\xe9\xb4\x45\x01\x87\xa1\x87\x10\xc2\x08\xcb\xa2\x84\ \x31\x2e\x0f\x0f\xbf\xe6\xde\x7b\xeb\x8d\x66\x10\xc6\xc5\xa1\x92\ \x9d\xc9\x2a\x8a\x76\xea\xe4\xb3\xab\xd7\x36\xf6\xf6\xf6\x86\x86\ \x86\x6e\xba\xe9\xa6\xcb\x97\x2f\xcf\xcf\xcf\xfd\xe2\x2f\xfe\xe2\ \x6b\x5e\xf3\x9a\xc1\x60\x10\x45\x11\xe0\x5c\x90\x84\x84\x44\x9a\ \xa6\x9c\x3b\xff\xdc\xd1\xa3\x47\x74\x4d\xd9\xde\xde\x6a\xb5\x9a\ \xaa\x2a\xeb\xba\xc2\xd8\x3e\x91\x1e\xa5\x52\xa9\xfd\xae\x85\x69\ \x9a\x9a\xa6\x41\x08\x55\x55\xed\xf7\xfb\x2f\xbb\xc4\x14\xbd\xb8\ \x2c\x62\x49\xbf\xdb\x0b\x19\xca\x8d\x4c\x2d\x2d\x2e\x2c\x2c\xcc\ \x2f\x2c\x2c\x2c\x2d\xce\x58\xaa\xf8\x77\x12\x7e\x42\xd8\x0d\x37\ \x80\xa5\x25\xe1\x91\xbf\x80\x9e\x07\xfe\xde\x32\x26\x41\x10\xbe\ \xfe\xf5\xaf\x3f\xfe\xf8\xe3\x9e\xe7\x3d\xf2\xc8\x23\xb7\xde\x7a\ \xeb\xaf\xfe\xea\xaf\x22\x84\x08\x21\x00\x21\xf5\xcb\x5f\xe6\x49\ \x12\xdc\x7b\x2f\xa5\x94\x12\x42\x29\x7d\x05\x13\xff\x99\x87\x28\ \x8a\x84\x52\x59\x96\x87\x86\x0a\x56\xc6\x46\x08\x67\x73\xb9\xa3\ \x47\x8f\x8e\x8f\x8f\x63\x41\x18\xf4\xba\x94\x12\xc6\xa8\x80\x05\ \xd3\x34\x19\x63\x00\x70\x8c\x90\xeb\xba\xaa\xaa\xa6\xd3\xe9\x24\ \x49\xd6\xd7\x36\x64\x51\x82\x8c\x07\xae\x2f\x62\x11\x63\xc1\xe9\ \x0f\xea\xb5\x3a\x82\x40\x10\x85\x46\xa3\xe9\x07\xa1\xa2\xa9\x92\ \x24\x37\x5b\x2d\x59\x96\xc7\x27\xc6\xf7\x59\x2f\x8a\xaa\x04\xa1\ \xb7\x3f\xbb\xd4\x34\x15\x23\xbc\x2f\xf1\xd3\x35\xcd\x30\x0c\x5d\ \xd7\x19\x63\x10\x02\x59\x16\xe2\x30\x90\x25\x29\x6b\xdb\x71\x1c\ \xd5\x1b\xb5\xed\xdd\x2d\xdb\xb6\xe3\x30\x4a\x08\x21\x24\x99\x99\ \x99\x1e\x1a\x1a\x5a\x5d\x5d\xef\x74\xba\xb5\x5a\x63\x63\x63\xbd\ \x5e\xaf\x15\x0a\x79\x55\x51\x2e\x5d\xbe\x54\xab\x55\x05\x41\x98\ \x9d\x9d\xb9\x70\xe1\x82\x24\x49\xc7\x8f\x1f\x37\x0c\x63\x6b\x7b\ \xbb\x50\x28\x94\x86\x87\x29\xa5\xa1\x17\x6c\x6c\x6c\x8e\x96\x47\ \x65\x45\x51\x55\x75\x7a\x7a\x7a\x74\x74\xa4\x54\x2a\xe5\xf3\x79\ \xdb\xb6\x55\x55\xdd\x9f\x98\x33\xc6\x84\x7d\xc2\x2c\x42\x9c\x73\ \xcf\xf3\xae\xbb\x06\xe2\x9c\xc9\x8a\x92\x24\xc4\xd0\xf4\xd2\x50\ \x69\x7e\x6e\x21\x63\x67\x06\x83\xc1\xe2\xfc\xfc\xdd\x77\xdd\x65\ \x18\xc6\xe6\xd6\x66\xbd\x51\x8d\x63\xdf\x4a\x19\x79\x3b\x9d\x44\ \x21\xe4\x1c\x23\xdc\xef\x0f\x56\x97\x37\x86\x4a\xe5\x74\x2a\x75\ \xf2\xdb\x4f\x31\x1a\x51\x9e\x24\x49\xec\x7b\x7e\x36\x97\x07\x0c\ \x2c\x5f\x5b\xa1\x31\x35\x74\x73\x6f\x6f\x6f\x63\x6b\x8b\x52\x9a\ \xcd\xe7\x13\x42\xea\x8d\xc6\x0d\x37\xdc\x90\x32\xd3\x9a\xa6\x6a\ \x9a\x66\x18\xaa\xef\xb9\x10\x02\x59\x91\x11\x42\x8c\xb2\x24\xa1\ \x18\x0b\xfa\x0b\x61\x70\x0e\xe2\x38\xe2\x8c\x43\x08\x26\x27\x27\ \x31\x84\x71\x1c\x9f\x7a\xf6\x54\x3e\x97\x4f\x92\x04\x00\xae\xc8\ \xb2\xa2\x28\xaf\x7d\xed\xbd\x8d\x46\x73\x6f\xb7\x12\x86\xd1\xe6\ \xc6\x76\xbd\xde\x20\x94\xcc\xcd\xce\x9d\x3d\x7b\xf6\xe9\xa7\x9f\ \x1e\x0c\x06\xc7\x8e\x1d\xdb\xdc\xdc\xec\x74\x3a\x13\x93\x23\xaf\ \x7a\xd5\xab\xb6\xb6\xb6\x92\x24\x99\x9b\x9f\x1b\x2a\x14\x2f\x5e\ \xbc\x88\x10\xba\x72\xe5\xf2\x89\x13\x27\x76\x76\x76\xe7\x17\xe6\ \x0e\x1d\x3a\x38\x31\x31\x51\x2c\x0e\x59\x56\x3a\x9d\x4a\x2b\x8a\ \x22\xcb\x0a\x25\x94\x73\x2e\x08\x02\x84\x88\x31\xe6\xfb\x7e\x10\ \x04\x2f\x7b\x1b\x09\x2f\x4a\x14\x89\x53\xfd\xca\xa3\x67\x8e\xbc\ \xea\x8e\xfa\xa9\xbf\xbe\xda\x7d\x61\x69\x01\x61\xfa\x89\xfb\xef\ \x5b\x2a\xa5\xc8\xdf\xa2\x2c\x24\x84\xe5\xf3\xc9\x3b\x7f\x42\xfc\ \x8d\xdf\x10\x9e\xf8\x26\x5b\x58\xf8\xfb\xbc\x4e\x49\x92\xbe\xf1\ \x8d\x6f\xfc\xce\xef\xfc\xce\xe2\xe2\xe2\xc3\x0f\x3f\xfc\xd8\x63\ \x8f\xdd\x76\xdb\x6d\x37\xdc\x70\x43\x18\x86\x5c\x92\x84\x4a\x45\ \xff\xf8\xc7\xe3\x9b\x6f\x8e\x8f\x1e\x85\x51\xf4\x0a\xe2\xfc\xf3\ \xaf\xa1\x21\x84\x29\x5d\x0f\xe2\x04\x42\x28\x1b\x26\x84\x58\x91\ \x25\xdb\x4a\x2b\xb2\x18\x47\xa1\xae\x69\x02\x04\x9a\x22\xa8\x12\ \x46\x18\x20\x41\xea\x74\xfb\xed\x46\x3b\x6b\xa7\x4a\xa5\xe1\x5c\ \xd6\x8e\x13\x7a\xf2\x99\x93\x9b\xcb\xe7\x4e\xdc\x7e\xd4\x34\x15\ \x3d\xa5\x3b\xfe\x80\x02\xce\x21\x0e\xa3\x18\x41\x34\x36\x36\x3e\ \xbe\x78\x7c\x73\x7b\x27\x8c\x92\x41\xdf\xe9\xf7\xfa\xb9\x4c\x96\ \x92\x84\x01\x9e\xb6\xac\x76\xa7\xdb\xec\xf5\x54\x5d\x97\x53\x06\ \xe4\x1c\x31\xc6\xa2\x50\x20\x31\xe3\x41\xc8\x22\xc3\xd0\x75\x43\ \x4f\x22\x47\x44\x82\x2a\xa1\x85\x85\x85\x74\xca\x3c\x73\xfa\x34\ \xe2\x6c\x63\x75\x8d\x24\x31\xe3\x34\x8c\x98\xa6\x9b\x37\xdf\x7a\ \x47\xbd\xde\xf2\x13\x92\x10\xde\x1f\x78\x92\x28\x28\x92\xd8\xac\ \x56\x52\xa9\xf4\xdd\x77\xdf\xdd\x6c\x36\x2f\x5d\xba\x34\x39\x39\ \xf9\x95\xaf\x7c\xb9\xd9\x6d\x2d\x2e\x2c\x30\xc0\xd7\x36\xd6\xb4\ \xd4\x8f\xc5\x34\x06\x18\x48\xaa\xec\x37\xfd\xf1\xfc\xa4\x65\x59\ \x92\x22\x13\x42\x10\x16\x64\x59\x4a\xe2\x24\x21\x31\x84\x10\x61\ \xc4\x39\x05\x80\x61\x0c\x29\xa1\x9c\x91\x38\xf6\x29\x09\x09\x89\ \x21\xb8\xde\x6c\x51\x92\x34\x2d\xc5\x19\x11\x25\x71\x7a\x66\xca\ \x73\x9d\x85\xa5\xf9\xb1\x91\x91\x4e\xa7\x53\x1a\x2e\xa6\x4c\x9d\ \xb1\xc8\xd6\xe5\x76\x7d\x4f\x37\x52\x29\x3d\xbf\x7c\x6d\x85\x73\ \x3a\x3a\x36\x6e\xa7\xcc\x78\x61\xfe\xf4\x99\x6f\xf7\xdb\x9d\xd5\ \xe5\xe5\xe9\xc5\x43\x9d\xae\x0b\x11\x80\x18\x87\x51\xdc\x6d\xb5\ \xda\xbd\xee\xd2\xd2\xe2\xad\xb7\xdf\xd1\xe8\x39\x11\xa1\x03\xb7\ \xdf\xed\x74\x5d\x67\x90\xc9\x58\x1c\x82\x74\x26\x1b\x47\xe1\xd5\ \xe5\x95\x20\x89\xcb\xc3\x25\x80\x64\xc6\x30\x8d\x09\x0d\x23\x59\ \x51\x01\x4d\x00\xc4\xb2\x61\x06\x41\x20\x40\x08\x00\x1d\x19\x19\ \x1d\x1e\x2e\xd7\xeb\xad\xcd\xad\x5d\xc8\xe2\x6a\xbd\x01\x20\xf4\ \xc3\xc8\xf7\xc3\x13\x77\xbf\x6a\x72\x7a\xfe\xe9\x67\x9e\x2d\x14\ \x4b\x8d\x46\x87\x33\x96\xc4\xa1\x88\xd0\xea\xfa\xea\xa1\x23\x37\ \xc8\xa6\xfa\x37\x4f\x3f\x59\x28\xe4\x91\x88\xff\xe6\xe9\xa7\xde\ \xf5\x93\xef\x18\x1e\x1d\xfe\xea\x5f\x7f\x65\x66\x7e\x46\x56\xe5\ \x56\xa7\x67\xa4\xd2\x9d\x6e\x7f\x64\x74\x5c\xd7\xcd\xf2\xc8\x30\ \x4d\x38\x46\x28\x93\xb2\x21\x82\x84\x50\xca\x09\x16\x30\x42\x30\ \x8a\x49\x12\x26\x92\x2c\x63\x11\x39\x6e\x10\x84\x7e\x18\x06\x9a\ \x2c\x41\x04\x5f\x82\x46\xf2\xe2\xa5\x05\x58\x2f\xbd\xfe\x4d\xf7\ \x4a\xaa\x3a\xfc\x9a\x37\x1d\x60\x2f\x68\xd1\x39\x80\xaa\xae\xfe\ \x9d\xcb\x8d\x73\x48\x48\xf2\xd0\x43\xc2\x9f\xfe\xa9\xf4\xe1\xff\ \x8a\x7f\xf7\x77\x68\xca\x02\x71\xfc\x52\xd5\x16\x84\x7b\x7b\x7b\ \xbf\xfb\xbb\xbf\xfb\x2b\xbf\xf2\x2b\xa7\x4e\x9d\x3a\x73\xe6\xcc\ \x03\x0f\x3c\xf0\xe8\xa3\x8f\x2e\x2c\x2c\x40\x84\x18\x00\xc6\x47\ \x3f\x8a\xb7\xb7\x3b\xbf\xf9\x9b\x54\x51\x5e\x59\xea\xf2\x4f\x5f\ \x0e\xff\xe8\x89\x39\x04\x80\x63\xc4\x69\x12\x65\xf3\x45\x4d\x4b\ \x51\xce\x54\x45\x56\x15\xb9\x5e\xdb\x6b\x37\x6a\xed\x66\x23\x0c\ \x3c\x4e\x13\x53\x57\xfb\x7d\xd7\xeb\xf7\x29\xe3\x9a\xa1\x45\x71\ \x2c\x8a\x32\x44\x72\x2e\x5f\x12\x31\xaf\x57\xd6\xbb\xed\x6a\xa1\ \x3c\x8e\x30\x0f\x92\x88\x01\x10\xc4\x11\xc4\x70\x9f\xd7\x92\xcd\ \xe6\x91\xa0\xe8\x9a\xd6\x6a\x36\x93\x30\x48\xa7\x8c\x56\xa3\xee\ \xf9\x1e\x67\x7c\x64\x74\x74\x4c\x53\x28\x03\x71\x1c\x56\xf6\x3c\ \x59\x96\x5d\x77\x40\xe3\x50\x16\xb1\x2c\x40\x51\x40\x86\x61\xf6\ \x02\xa7\xdf\xe9\xc6\x14\xeb\xaa\x6a\xe8\xfa\xd4\xd4\x64\xbf\xdd\ \x2c\x0e\x15\x6a\xb5\x75\x0e\x98\xaa\xa5\x5d\x2f\x5a\x59\xdb\x0c\ \x12\x90\x30\xa0\xe9\x66\xbd\x5e\xcd\x5a\x96\x3d\x5c\x92\x20\xe7\ \x8c\xd4\x2a\x95\x6c\x2e\x67\x1a\xc6\xee\xce\xce\xc0\x19\x3c\xf1\ \xc4\x37\xe7\x66\x67\xd2\x19\x9b\x03\x9a\x2d\xe4\x39\x02\x7d\xa7\ \x77\xe9\xea\xc5\x20\x8a\x0e\x1c\x38\xc0\x18\x25\x8c\x42\x80\x00\ \x87\x9e\xeb\x53\x4a\x21\x82\x61\x14\x92\x24\x41\x08\x32\xce\x38\ \xe5\x10\x02\xdf\x1b\xb4\x1b\xd5\x5e\x7f\xe0\xa4\x24\x78\x5d\x6e\ \x11\x9c\x33\xc3\x34\x7b\x03\x4f\xc4\xa8\x3c\x52\x56\x64\x89\xb1\ \x3c\x42\x28\x8a\xc3\x5a\xbd\x52\xa9\x56\xe2\xd0\x83\x8c\x66\x4d\ \x4d\x54\xf5\xed\xdd\x4a\xa3\xdd\x0d\xc3\x30\x0c\x83\xd1\xd1\xd1\ \x6e\xaf\xb7\xb4\xb0\x50\xcc\x0f\x35\xaa\xdb\x67\x9e\x3d\x35\x35\ \xbb\x94\xb1\x6c\x59\x94\x28\xa1\x48\xc0\x48\x12\x18\x04\x0c\x82\ \xb1\x89\xc9\x12\x14\x06\xfd\x3e\x8d\x93\xca\xde\x4e\xc6\xb6\x5c\ \xc7\x69\x35\x1b\x84\xd0\x42\x3e\x6f\xa4\x2c\x1d\x50\xc8\x85\x46\ \xad\x23\x89\x8a\x28\x08\x51\xe0\xf7\xda\x6d\x51\x80\x00\xd0\x4c\ \xb1\xa8\x99\x9a\xe7\x0d\x1c\xc7\x61\x94\xe5\xb2\x05\x80\xe4\x89\ \xc9\x99\x7a\x65\x5b\x94\x65\x06\x81\xa6\x99\x9e\x1b\xb4\xba\xee\ \x73\xe7\x2e\x13\x0a\x18\x10\xba\x9d\xbe\xef\xbb\x4b\x0b\xf3\x99\ \x94\xb9\xbd\xbd\xed\xfa\x8e\x64\xc8\xaf\x7e\xcd\xab\xce\x5f\x38\ \x3f\x3a\x36\xf2\x91\x87\x3f\xf2\xe0\x83\x6f\x1e\x19\x1d\x51\x74\ \xb5\x34\x3c\x44\x29\xf3\x83\xa0\xd5\x6c\x3f\xfa\xc5\x47\x3f\xf4\ \xa1\x0f\x95\xcb\x65\x12\x13\x45\x55\x82\x20\x20\x5e\xa0\x69\x6a\ \x14\xc7\x10\x23\x46\x69\x14\x45\x10\x21\x4d\x55\x19\x67\x9d\x76\ \xbb\xd7\xef\x75\xbb\xdd\x76\xbb\x6d\x19\x13\x00\xe3\x97\x20\xe9\ \xbc\x78\xf3\x9f\x88\x59\x65\xed\x22\x2a\x1d\x5e\x1c\xcd\xb0\xef\ \x2e\xb4\xe2\x8c\xb1\x17\x83\x2b\x21\x6c\x72\x32\xfa\x8f\xff\x51\ \x7e\xcf\xcf\x0e\xff\xd9\x27\xe5\xff\xfe\xfb\x20\x49\xc0\x0f\x39\ \x5a\xfb\x36\x18\x77\xdf\x7d\xf7\xc2\xc2\xc2\x8f\xff\xf8\x8f\xdf\ \x7c\xf3\xcd\x1f\xfe\xf0\x87\x31\xc6\xb9\x5c\x4e\x37\x4d\xc9\x30\ \xe0\xe7\x3f\xaf\x3e\xfc\x30\x7f\xef\x7b\xb5\xb7\xbc\x45\x43\x08\ \xa8\xea\x2b\x50\xf5\x4f\x0c\x8b\xbe\xe7\x75\xda\x8d\x1f\x35\x6d\ \x09\x82\x00\x42\x68\xa5\xd3\x58\x50\x12\x46\x04\x41\xd8\xa7\xd1\ \xd6\xeb\x75\xcf\x71\x20\x84\x8e\xe3\x5c\xbd\x7a\x95\x43\x61\x72\ \x7a\xc6\x30\x52\x9e\x1f\xec\x6c\x6d\x28\xa2\x86\x31\xd2\x54\x4d\ \xd3\x74\x2f\x08\x76\xf7\xf6\xcc\x6c\xa1\x5a\xab\x75\xda\xed\x46\ \xa3\xe1\xf6\xba\x2c\x8e\x55\x5d\xb3\xd2\x56\x14\xfa\xe3\x23\xc3\ \x51\x14\x56\xf6\xb6\x04\x2c\x30\x12\xf7\xbb\x3e\xe3\x3c\x89\xe3\ \x24\xcc\xfa\x51\x14\x27\x89\x65\xdb\x18\x0b\x49\x12\xb5\x5a\x8d\ \xb5\xe5\x65\x0c\xd8\xb1\x1b\x0e\x2a\x92\xc0\x28\xd5\x35\x8d\x24\ \x49\x42\x69\xa1\x90\x57\x24\xd9\x32\x53\x97\x2f\x3c\x6f\x98\x9a\ \xae\x6a\x08\x72\xc6\xa9\xae\xeb\x9a\xa6\x26\x49\xec\x78\xa1\xe7\ \x87\xba\xae\x8d\x8e\x8e\x54\xf6\xf6\xd6\x56\xae\xa5\x2d\x4b\x52\ \xf5\x66\xa3\x11\x27\x31\x21\xc9\xf4\xe4\xe4\xd3\x7f\xf3\xd4\x6b\ \xef\xbd\x67\x7a\x6a\xf2\xcc\xe9\x74\xbd\x56\x55\x65\xe5\xf4\xe9\ \xd3\xbe\xef\x1d\x39\x72\x34\x8e\x43\x33\x9d\x4a\x12\x3e\x70\xfb\ \x51\x9c\x08\x82\xa0\x28\xca\x7e\x3a\x20\x88\x22\x46\x30\x0e\x03\ \xd7\x75\x09\x49\x7c\x77\x30\x18\xf4\x83\x20\x44\x18\x5f\x1f\xef\ \x15\x02\x98\x24\x64\x30\x18\x1c\x58\x5c\xb0\x33\x99\x38\x0c\x00\ \x10\x30\xc6\xf5\x6a\x75\x7d\x7d\x7d\x6f\x77\xb7\x5e\xaf\xa7\x75\ \x6d\x65\x79\xb9\xeb\x78\x29\x3b\xbb\x30\x3f\x2f\xc9\xd2\xfa\xfa\ \x86\xef\x79\xa9\x54\x3a\x08\xfc\x91\x91\x91\xd5\x6b\x17\x57\x57\ \x57\x06\xfd\x7e\xa3\xd9\x39\x7f\xee\xf9\x46\xbd\x7e\xee\xf9\xe7\ \x04\x48\x54\x4d\xb5\xd2\x96\x3b\x70\xca\xe3\x53\xe5\x62\x71\x65\ \x65\x35\x70\xbc\x42\x36\xef\x0d\x1c\x84\x50\xb7\xd5\x66\x49\x92\ \xcd\x66\xdd\x30\x48\x22\x2a\x20\x21\x89\x12\xdf\x0f\x56\x96\xaf\ \x76\xbb\xed\xd9\xd9\xa9\xa5\xf9\x39\x84\x10\x67\x9c\x73\xe6\x38\ \x03\xce\xb9\xac\xc8\xa6\xa1\x4b\xa2\x10\xc5\xd1\xd8\xe8\x98\x80\ \x31\x04\x40\x51\x95\x7d\xe3\xa3\x66\xb3\xb1\xb2\xba\x6e\x9a\xe9\ \xd1\xd1\x91\x28\x8a\x1e\x7d\xf4\x09\xdf\xf7\x81\x08\xb5\x5a\x45\ \xc0\x58\x92\xa4\xf9\xd9\xb9\xbf\xfa\xdc\xe7\xbf\xf1\xf8\x37\x0f\ \x1f\x3e\x3c\x3a\x3c\xe2\xf6\x9d\x30\x08\xb6\x36\x36\xbe\xf1\xf5\ \xaf\xdf\x70\xf0\x90\x9d\x4a\xb3\x38\x61\x94\x92\x28\x0e\x5c\x0f\ \x00\x10\x70\x4e\x39\x83\x08\x51\x4a\x15\x59\x81\x10\x3a\x03\xc7\ \x73\x3d\x84\x51\xad\x52\xed\x76\xbb\x9c\xf3\x97\xcd\xd1\x85\x17\ \x9f\x0e\x90\x54\xb7\x37\x0c\xfb\xb0\xaa\x28\xdf\x59\x19\x0c\x01\ \x8f\xe3\x98\x7e\xff\x3b\x0c\xc3\xe4\xc1\x07\xd1\xa9\x53\xd9\xff\ \xf9\xc7\xe0\x96\x5b\xc1\xbb\xdf\xfd\xd2\x5f\xf6\xa1\x0f\x7d\x48\ \x96\x65\x8c\xf1\x4d\x37\xdd\xf4\xde\xf7\xbe\xf7\xe4\xc9\x93\x0f\ \xbe\xed\x6d\x76\x3a\x0d\x9e\x7f\x1e\xfc\xdb\x7f\x0b\x8e\x1e\x85\ \xff\xf9\x3f\xef\x2b\xa5\x5e\x89\x7f\xfa\x40\x08\xfe\xa8\xb0\xb8\ \x7f\xdf\xea\xba\x11\xc7\xb1\x82\x65\x8c\x31\x00\x40\x94\xc4\x5c\ \x2e\x07\x19\x69\x56\x2b\xae\xdb\x73\x5d\x77\x64\x24\x57\x1c\x1a\ \x2e\x0c\x95\x5c\xd7\x13\x45\xb1\x90\x2f\x88\x18\x89\xa2\xc8\x88\ \xa0\x1b\x7a\xad\xda\x5f\xdf\xd8\x98\x9a\x5f\xca\x66\x6c\x4d\xd5\ \xbc\x41\x7f\xbc\x3c\xf4\xec\xb7\x9e\x32\x2c\xb3\x34\x3c\x2c\x2b\ \x12\xe2\x34\x0e\x7d\x09\xa3\x6c\xd6\x4e\x1b\xda\xf2\xca\x8a\xeb\ \xba\x86\xae\xab\x92\x60\xd9\xe9\x76\xb7\x8f\x21\x12\x45\xa1\xdf\ \xef\xbb\x83\x41\x36\x63\x93\xd0\x6b\xb7\x9a\xa1\xef\xb4\xea\x75\ \x09\x13\xc6\x38\x43\x72\xbb\xdd\x8a\x2f\x5d\xa8\x54\xab\x1b\xeb\ \xeb\x86\x2a\x34\xeb\x75\x84\x20\xa7\xc4\xce\xa6\x55\x55\xcd\x64\ \xec\xc3\x37\x4e\x41\x84\x1b\xed\xb6\xef\x7b\xc3\xc3\xa5\x41\xbf\ \x53\x1e\x1e\x86\x9c\x89\x58\x30\x0d\x2b\x21\xc9\xc2\xdc\xec\xfa\ \xea\xf2\xf9\xe7\x9e\x9b\x9f\x99\x91\x05\x71\xf9\xf2\x15\x59\x90\ \x2a\xbb\xdb\x6f\x7f\xdb\xdb\x06\x9e\xbf\xb3\xbd\x5d\x1e\x29\x3b\ \xae\xd7\xed\x76\x15\xcd\xb0\x6c\x1b\x63\xc4\x21\x48\xa7\x4c\x4a\ \xa9\xe3\x3a\x84\x10\x59\x12\x05\x04\x99\xa2\xea\x9a\x2a\x08\x82\ \x69\x68\xd7\x67\x9f\x03\x21\xf4\x3c\x0f\x21\x24\x8a\xa2\xef\x79\ \xb2\x24\x92\x24\xe6\x08\xd9\xb6\x3d\x3c\x3c\xec\xba\x6e\xa9\x54\ \x5a\x5b\xbe\x76\xc3\x8d\x47\x72\xb9\xdc\xc2\x81\x43\x9a\x91\xaa\ \xd6\x6a\x86\x61\xf4\xba\xdd\x42\x2e\x07\x01\x18\x2e\x0f\x9b\xa9\ \xf4\x85\x0b\x17\x6b\xd5\xaa\xa2\xa7\x16\x17\x16\x18\xa1\x4b\x8b\ \x0b\xed\xc6\xde\x7a\xab\x56\x28\x0e\x15\xf3\x39\x12\x85\x96\xa1\ \xb3\x24\x92\x45\x3c\x37\x3d\x55\xab\x55\xd7\xd7\x36\x24\x59\x2c\ \x64\x33\xe9\x94\x19\x90\x88\x11\x92\xb2\x32\x94\xd0\x6e\xa7\xad\ \x28\x0a\x67\xb4\x59\xaf\x9f\xf1\x9d\x8d\xf5\xf5\x6a\xb5\x92\xb5\ \xe6\xcf\x9f\x3b\x77\xcb\x1d\xaf\xae\xec\xee\x36\x5a\xdd\xe7\x9e\ \x7b\xae\xd7\xae\xf9\x4e\x17\x70\x16\x45\x01\xe3\x78\x66\x7a\x3a\ \x89\xe3\xa5\xa5\xa5\xd2\xf0\x68\x14\xc5\x9d\x4e\x3b\x65\x9a\xd9\ \x6c\xb6\x90\xcf\xdb\x96\x25\xa9\x8a\x24\x49\x9e\xe7\x19\x86\x31\ \x3e\x3e\xfe\xa9\x4f\x7d\xea\xae\xbb\xee\x3a\x78\xf0\xe0\xa9\xd3\ \xa7\x97\x97\x97\xbf\xfa\xd5\xaf\xe4\xf2\x99\x5f\xfb\x8f\xff\xe1\ \x8b\x5f\xfc\xe2\xd8\xf8\x08\xc6\x78\x65\xf5\x1a\x00\xd0\xb6\x2d\ \x5b\xb2\xd3\xa9\x14\x61\x14\x40\x48\x09\xf1\x3c\x8f\x90\x58\x37\ \x54\x3f\x08\x14\x45\x2a\x14\xf2\x8c\x51\x04\xe1\x8f\x04\x8b\x00\ \x00\xac\x88\xc9\xf3\x4f\x7f\xb5\x79\xf5\x3b\xa4\x2a\x46\x99\x72\ \xf8\xf6\xdb\xa6\x72\xc6\x8b\x9a\xc4\x90\x52\x2e\x49\xd1\xaf\xff\ \xba\xbf\xbe\x6e\xbd\xf7\xbd\xa0\x52\x01\xbf\xfc\xcb\xe0\x7b\x9c\ \x7c\x5e\x14\xfb\x56\x16\xfb\x71\xdf\x7d\xf7\xdd\x77\xdf\x7d\x00\ \x00\xf0\x85\x2f\x80\x7f\xf3\x6f\x80\xa6\x81\x87\x1f\x06\x43\x43\ \xaf\xc0\xd3\xff\x57\xf1\xa3\x17\xd1\x1c\x00\x60\x18\x86\xa4\xea\ \x92\x24\x33\x46\x21\xc2\xfb\x96\x77\xfb\xc2\x4d\x59\x96\x15\x59\ \x89\xc2\x70\x9f\xb1\x1f\xc7\xb1\x91\x32\x2d\x41\x1a\x1d\x2e\xf9\ \xae\xbb\xbe\xb6\x8a\x21\x5f\x58\x5c\x6a\x77\x3a\x9b\x9b\x9b\x9d\ \x4e\x3b\x63\xa5\xd7\x3a\x1b\xe5\xe1\x62\xd6\xb2\xce\x3c\xfb\x2d\ \x55\x37\xc6\xc6\xc6\xf2\xa5\xf1\xe5\x95\xb5\x95\xab\x97\x83\x30\ \x08\x3d\x67\x67\x73\x83\x03\x6e\xe8\xba\x80\x41\x14\x7a\xc5\xa1\ \xa2\xe7\xfb\xd5\x5a\x35\x8a\xe3\x20\x08\x15\x45\x1a\x9b\x9a\x58\ \xb9\x7c\x29\x9d\x32\x55\x11\x61\x0c\x45\x49\x18\x0c\xfa\xd9\x62\ \xb9\xd9\xa8\x05\x41\x0c\x18\x03\x9c\x72\xc6\xa3\x28\x90\x44\x21\ \x4e\x12\x45\x51\x16\x97\x16\x8b\x43\xc3\x7e\x44\x6a\xf5\xba\xa4\ \x2a\x76\xca\x04\x80\x1d\x3b\x76\xb4\xd9\x68\x24\x49\xcc\x18\x4d\ \x92\xf0\xf0\xe1\x43\x29\x5d\xbb\x72\xf9\xe2\xd9\x33\x67\x0a\x85\ \xd7\x03\x40\x29\x49\x48\x1c\xa5\xd3\xa9\xe3\x37\x1f\x7f\xe2\x9b\ \x4f\x54\xf7\x76\x24\x09\x77\xbb\x03\x88\x91\x65\x59\x90\x53\x4e\ \x89\xa4\xaa\x8c\x31\xcf\x73\x7d\xd7\xc5\x10\x22\x04\xc3\x24\xe6\ \x8c\x8a\xa2\xc8\x01\x40\x2f\x59\xc7\xbd\xe4\x73\xe7\x18\xe3\x5c\ \x36\x27\x08\x98\x31\x00\x21\x54\x35\x8d\x52\x12\x10\x32\x32\x32\ \x12\x04\x41\xa3\x52\xa1\x8c\xee\xee\xee\xcd\x2f\x1d\x10\x44\x69\ \x5f\x1d\x9c\xcd\x66\x0f\x1c\x38\xb0\xba\xbc\x5c\xd9\xdb\x9d\x98\ \x98\xca\xe4\x72\xd5\x7a\xe3\xda\xf2\xb5\xdb\xee\xb8\x7b\xa8\x90\ \x3f\xe9\xf4\x5f\xff\xba\xd7\x7d\xf1\x0b\x9f\x25\x94\x8f\x4f\x4c\ \x1c\x58\x3a\xb0\xbd\x53\x39\xff\xdc\xf3\x95\xdd\xdd\x38\x8e\x9f\ \xf8\xfa\xe3\x09\x49\x30\x16\x38\x21\x5e\x7f\x20\x4e\x0a\xa3\xe5\ \xf2\xd5\x2b\xd7\x76\xbc\x4d\xdf\x0b\x3b\x9d\xce\xd2\xc2\x3c\x46\ \x4c\x14\xd0\xfc\xfc\xcc\x33\x4f\x3e\x21\x60\x1c\x04\x41\xbd\x56\ \xc3\x08\xaf\xad\xae\x0a\x8a\x4a\x92\xd8\x1d\xb8\xdd\x6e\x1b\x42\ \x20\x60\x51\x90\xd4\x5c\x2e\x77\xe8\xd0\xa1\x54\x3a\x13\x46\x49\ \xab\xe5\x4c\x4e\x4e\xf4\x3b\x9d\x3b\xee\xb8\xa3\xdb\xe9\xc4\x71\ \x92\x50\xe2\x41\x78\xe3\x8d\x37\x22\x84\xa2\x30\xfc\xc8\x47\x3e\ \xb2\xba\xb2\x92\xcb\x66\x1b\x8d\x06\x82\xa0\x56\xad\xbd\xe7\x5f\ \xbd\x47\x12\xa5\x41\xbf\xdf\xa8\x37\xfa\xfd\x9e\xe3\xb8\x63\x63\ \x63\x9a\xaa\x25\x71\xc2\x39\x13\x05\x21\x8e\xe3\x7e\xaf\xc7\x18\ \xd3\x34\x2d\x8a\x22\xc4\xb9\xa6\x28\xdd\x6e\x37\x5f\xc8\x63\x41\ \x78\xe9\x0b\xe9\x07\xf2\x16\xa1\xa6\x9b\x96\x6d\xfc\x6d\x11\xcd\ \x29\x93\x64\x01\xfd\xe0\x0f\x4a\x12\x6a\x9a\xb5\xff\xfb\xbf\x58\ \xb3\x73\xe0\xd7\x7f\x1d\x3c\xfd\x34\xf8\x4f\xff\x09\xdc\x7c\xf3\ \xdf\xeb\xf5\xee\xee\x82\xdf\xfb\x3d\xf0\x87\x7f\x08\x6e\xbd\x15\ \x7c\xe4\x23\xe0\xef\x37\xb7\x79\x25\xfe\xd9\x4c\x5c\xc0\x7e\xf9\ \x4c\x01\x52\x55\x6d\xe0\xb8\x9e\x33\x30\x34\x5d\x91\x45\x42\x08\ \x00\x20\x9d\xb6\x86\x4a\xa5\x4a\xad\xb2\xbb\xbb\x1b\x13\x16\x53\ \x66\x67\x72\x8a\xca\x4d\x3b\xcd\x99\x5a\xaf\xd7\x8b\xb9\xec\xf8\ \xe4\xe4\x93\x4f\x3d\x59\xa9\x54\x2b\xbb\x7b\x33\x73\xf3\xd5\xca\ \xee\xf4\xe4\x54\xaf\xd7\x65\x94\x1a\x86\x99\x4e\x5b\x49\x18\xec\ \x6c\xae\x57\x76\xb7\x01\xe0\xdc\xb6\x03\x3f\xc0\x18\x77\x9a\x75\ \xcb\x4e\x8f\x8d\x0e\xd7\xab\x32\x82\x42\x21\x67\x13\x0a\x20\x82\ \xa1\xef\x89\x02\xe6\x9c\xd6\xab\x7b\x61\xe0\xb5\x9a\xf5\x62\xce\ \xa4\x94\x31\x4a\x74\x55\xe9\x76\x3b\xa2\x28\x32\x4a\x20\x94\x38\ \xa7\x49\x12\x25\x04\x48\xb2\x98\xcf\xe7\x36\x36\xd6\x2b\xf5\xe6\ \xf4\xec\xbc\x17\x06\xbd\x76\x4b\x91\x65\xc8\x59\x18\x86\x0a\xc2\ \x51\x18\x58\x76\xba\xd5\x68\x0c\xfa\xdd\xb9\xb9\xd9\xaf\x7c\xe5\ \xb1\x99\xe9\x09\x43\xd3\xf2\xb9\xec\xee\xce\x76\x69\xa8\xe8\xf4\ \xfb\xe9\x74\xaa\xd9\x6c\x56\x76\x77\x38\x87\xba\x69\xba\xfd\x1e\ \x25\x04\x23\x84\xb0\x10\x25\x31\x21\x09\x86\x50\xc0\x50\x92\x64\ \x9a\xc4\x49\x1c\x72\xce\x7d\xcf\x4f\xa2\xf8\xfa\xd6\xb7\x31\xc6\ \x6c\xdb\x32\x52\xb6\x28\x88\x84\xd2\x4e\xb7\x8b\x20\xd0\x34\x4d\ \x92\xa5\x56\xbb\x05\x21\x3c\x72\xe3\x91\xad\x8d\xf5\x6a\xb5\xe2\ \x06\x91\xa4\x19\x85\xe2\x90\x24\xbf\x60\x2f\xd0\x6a\x36\x2f\x5d\ \xba\xf4\x53\x3f\xf9\xf6\xaf\x7d\xed\xb1\x2b\x2b\xab\x4f\x3d\xf9\ \xe4\xcc\xdc\x42\xb7\xdd\x0a\x7c\xa7\x34\x54\xec\xf7\xfa\xaa\xa6\ \x8f\x8c\x8c\x0a\x08\x09\x08\x9d\x3f\x77\x6e\x77\x77\xb7\x5c\x2e\ \xb7\x9a\xcd\x20\x08\x32\x99\x8c\x20\x08\x23\xe5\x72\xa7\xd5\x12\ \x75\x55\xd7\x35\xc0\x80\x2c\xca\xb2\x24\xea\x9a\x5a\x2c\xe4\x2f\ \x5e\x38\x6f\x1a\xda\xca\xca\xb5\x38\x0a\x7b\xdd\xae\x80\x21\x42\ \xb0\xdb\xeb\x0a\x52\x20\x8a\x58\x51\x25\x52\x0f\xc3\xc0\x87\x8a\ \x1a\x27\x6c\x69\xe9\x80\x2c\xcb\xe7\xcf\x9f\x47\x58\x9c\x9e\x9e\ \x5d\x59\x5e\x51\x64\x89\x53\xe2\xb8\x2e\x12\x91\x6e\xea\xae\xeb\ \xf6\xba\x5d\x84\xd0\x48\xb9\x2c\xcb\xf2\x23\x8f\x3c\x92\x4e\xa7\ \x35\x55\x0d\xc3\x90\x24\x71\x3a\x95\xe2\x8c\x0d\x15\x87\x2e\x5e\ \xb8\x20\x89\xa2\x24\x4b\xfd\x5e\x4f\x14\xb0\x6d\x67\x00\xe7\x81\ \xef\x87\x61\x28\x0a\x02\xa5\x94\x24\x89\x80\x10\x15\x30\x67\x0c\ \x00\xbe\xb7\xb3\xab\xcf\x4d\x88\x2f\x89\x8c\xdf\x0f\x8b\x2c\xa6\ \xe2\xec\xe1\x5b\xee\x3a\x90\x4f\xbe\x6b\xb0\xc8\x29\xf9\xe1\x5c\ \x99\x30\x04\xe9\x34\xf8\xbd\xdf\x03\x87\x0f\x83\xdf\xf8\x0d\x70\ \xef\xbd\xe0\xc1\x07\xc1\xbb\xde\x05\xee\xba\xeb\x87\x66\x8e\x67\ \xcf\x82\xcf\x7d\x0e\xfc\xc9\x9f\x80\x7a\x1d\x7c\xe0\x03\xe0\xd7\ \x7e\x0d\xe4\xf3\xaf\xe0\xcc\xbf\x34\x54\x04\x00\x00\x49\x96\x13\ \xca\xe3\x38\xdc\x37\x71\x72\x3d\x57\x14\x52\xfb\x34\xc6\x84\xc4\ \xbe\xef\x5b\xb6\x3d\x36\x36\xd5\x6a\x77\x37\x37\x36\x29\xe5\x66\ \xda\x2a\x64\x6c\x12\x27\x94\x12\xdd\x30\x8a\xc5\x62\x36\x9b\xaf\ \xd4\xeb\x9e\xe7\x9a\x86\x1e\xfa\xbe\x6e\xe8\xf5\x5a\x35\x88\xa2\ \x94\x65\xed\xee\xee\x5c\xb8\x78\x55\x55\xd5\xf9\xd9\x99\xed\x9d\ \xed\xe1\xa1\x62\xbb\xdd\x36\x0c\xa3\xdf\x1f\xf4\xbb\xdd\x8d\xb5\ \x55\x55\xd5\xc7\xa7\x66\x39\x04\x18\x0b\x96\x65\xd5\x6b\xb5\xcb\ \x17\xce\x7b\xde\x40\x42\x00\xb0\x44\xd7\x55\x08\x58\x14\x78\xd5\ \xbd\xdd\x46\xad\xd6\xe8\x0d\xc2\x20\x6c\xb7\x9b\xa6\x56\x60\x34\ \x66\x24\x91\x04\x35\x21\x49\xad\x56\x59\x59\x5d\xc1\xa2\x5c\xab\ \x57\x01\x44\x9e\xd3\xc7\x96\x95\x4e\x99\x96\x95\xda\xdb\xdd\x73\ \x5c\x07\x21\x2e\x60\x88\x10\x2a\xe4\xb2\x92\x20\x6c\x6d\x6c\x40\ \xc0\x29\x89\x5d\x67\x60\x28\x6a\xe0\x7b\xb9\x8c\xbd\xca\x59\xb5\ \x52\x99\x9a\x9a\x56\x24\x21\x0c\x3c\xc6\x88\xef\x7b\x92\xa2\x0a\ \xa2\xb8\xef\x91\x01\x00\xc0\x18\x08\x02\x16\x45\x31\xa5\xeb\xbd\ \x76\x27\x8e\xc2\xeb\xd3\x4a\x71\x0e\x44\x49\x12\x04\x81\x72\x0e\ \x00\x24\x49\xe2\xba\xce\x3e\xa3\x9a\x12\xc2\x39\x77\x1d\xd7\x34\ \x8d\x63\xc7\x8e\xb5\x7b\xce\xc9\x93\x27\x47\xc7\x26\x27\xa7\x26\ \xcb\xe5\x91\x62\x21\x4f\x08\x51\x14\x05\x8b\xd2\xfc\xe2\xd2\xb7\ \x9e\x3d\xb5\xb9\xb5\xa9\xa9\x8a\xe3\xf4\x75\x4d\x03\x9c\x55\xaa\ \x15\xdd\xd0\x25\x59\x7d\xe6\x99\x67\x4e\x9f\x79\x7e\x72\x72\xa2\ \xdd\x6e\x29\x8a\x9c\xcf\xe7\x06\x83\x81\xaa\xaa\x17\x2f\x5e\xd4\ \x35\x15\x89\x78\xee\xc0\xe2\x50\xb1\x00\x38\x4a\x99\x29\x96\x90\ \x33\xcf\x9d\xad\xec\xed\xb4\x5b\x4d\xb7\x54\x80\x80\x2b\xb2\xe4\ \x0e\xfa\x9d\xae\x57\xd9\xdd\xcd\x26\xac\xdb\xf7\xbe\xfd\xed\x6f\ \xcd\x4c\x8f\x07\x41\x80\x10\x4c\xe2\x04\x40\xe0\xba\xee\xf9\xf3\ \xe7\x57\x56\x37\x2c\x3b\x2b\x08\x52\xa7\xdb\x05\x8c\x94\x87\x86\ \x86\x8a\x45\x37\xf4\xb6\x77\x76\x28\xa5\x9d\x4e\x47\x14\x45\x2c\ \x08\x37\xdf\x7c\xf3\x53\x4f\x3d\x75\xcb\x2d\xb7\x08\x82\x10\xc7\ \x89\x24\x49\x8a\x22\x03\xc0\x67\x67\x67\x3e\xfd\xe9\x4f\x1f\x39\ \x72\xa4\x50\x2c\x60\x8c\x3a\x9d\x8e\xeb\xba\x9d\x4e\x5b\x94\xa5\ \x7d\xae\xa8\x28\x0a\xaa\xaa\x26\x49\x12\xc5\x91\x99\x32\x5d\xcf\ \xf5\x7d\xff\x65\x1f\xfa\x8b\x60\x91\x33\x2e\x8e\x4e\x2f\xe0\x14\ \x8e\xa2\xe8\xbb\x9a\x96\x97\x8d\x24\x01\x18\x83\x9f\xff\x79\xf0\ \x9a\xd7\x80\x3f\xfa\x23\xf0\xc9\x4f\x82\x3f\xfb\x33\x30\x35\x05\ \x6e\xbf\x1d\x2c\x2e\x82\xb1\x31\x60\x59\xc0\xf7\x41\xb5\x0a\xae\ \x5d\x03\xa7\x4f\x83\x33\x67\x80\x69\x82\x7b\xee\x01\x1f\xfc\x20\ \xb8\xeb\xae\x57\x20\xe6\x5f\x72\x47\x12\x71\x42\x39\x07\x82\x20\ \xa4\xd3\xe9\xd0\xf7\x3d\xdf\x8b\xc3\x80\x31\x26\x0a\xa2\x20\x08\ \x46\xca\xd0\x75\xbd\x3f\x70\xf5\x54\x7a\x64\x74\x84\x31\xb0\xbc\ \xbc\xd2\x6b\x37\x93\x38\xf1\x7c\x9f\x71\x90\xb6\xad\xb5\x8d\x4d\ \xdf\xf5\x9a\x8d\x7a\xca\x34\x0e\x2c\x2e\x6e\xac\xac\x70\xc6\x38\ \x07\xdf\xfc\x9b\xbf\xd1\xcd\xf4\x1d\x77\xde\xb9\xbc\xb2\x5c\x86\ \xa3\x11\x49\x8c\x94\x39\x3a\x36\x36\x0a\x40\xaf\xd7\x1b\x9f\x98\ \x48\x5b\x69\x08\x98\x00\x31\x00\x80\x53\x9a\xcf\x66\x26\x27\xc6\ \x93\xd0\xa9\xee\x6c\xb1\x24\xb6\xad\x54\x1c\xf4\x09\x89\x15\xd5\ \x88\x92\xc8\xd4\xb5\xb5\x95\x95\x24\x89\x87\x4b\x43\x18\x01\x59\ \x12\xa1\x24\xba\xae\x73\xf1\xe2\x85\x5c\xa1\x74\xeb\x1d\x77\x6e\ \x6c\xed\x54\x6b\x55\x51\x14\x53\x29\x13\x42\xc0\x39\xa5\x49\x94\ \x44\x61\xe0\x3a\xd0\x4e\x73\x4a\x75\x55\x2e\x15\x0b\xeb\xeb\x2b\ \x80\xf3\xed\xad\x0d\xdf\xf5\xca\xc3\xa3\xbe\x3b\xe8\x74\xbb\xee\ \xa0\xd7\x69\x35\x31\x02\x58\x90\x32\xd9\x4c\x1c\xc5\xa5\xd2\x08\ \x93\xa4\x94\x69\x2b\xb2\xc4\x18\x0b\x7c\xcf\xf7\x42\x08\x80\x00\ \xa1\x24\x49\xa6\xa9\x63\x04\xc1\x75\x5a\x8d\xf0\xfd\x0d\x05\x80\ \x73\x51\x14\x52\xa9\x14\x63\x74\x30\xe8\x8b\x18\x27\x49\xe2\x3a\ \x4e\x3a\x9d\x86\x10\x8e\x8e\x8c\xe6\x87\xe8\xb7\x4e\x9d\xc9\xe7\ \xf3\x9c\xf3\x9d\x9d\xad\xcd\xcd\x75\x3f\x08\x3c\xcf\x0b\xc3\x70\ \x64\x64\x1c\x21\xa1\xd3\xee\x00\xc6\x56\x97\xaf\xde\x74\xf4\xc6\ \x6c\x36\xd3\xe9\xf4\x26\x26\x26\x36\xb6\xb6\xcf\x9e\x3d\xff\xa6\ \x07\xde\x9c\xc9\xd8\x7b\x7b\x3b\xe5\x72\x69\x7b\x7b\x7b\x72\x72\ \x72\x78\x78\x38\x95\x32\x0a\x85\x82\x6d\xa7\x11\x02\xa2\x28\x26\ \x51\x2c\x20\x16\x43\x30\x3f\x3b\x1b\x05\xee\xa0\x67\x5f\x5b\xbe\ \x56\x2e\x0f\x2f\xb7\xaa\x86\xa6\xaf\xac\xef\x34\x5b\xcd\x5c\x71\ \xa4\xdb\xe9\x6c\x6f\x6d\x1e\x3b\x72\x40\x57\x15\x01\x61\xc3\x30\ \x28\x13\x9e\x7f\xfe\x79\x55\x37\xef\xbb\xef\x3e\x41\x54\x76\x77\ \xf7\x06\x83\xc1\xd2\xc2\x9c\xa9\x69\x00\x80\x24\x49\x9c\x81\xa3\ \x6b\x1a\x60\x1c\x30\x2e\x20\x3c\x3f\x3b\xf7\xe9\xff\xf5\xa9\x7c\ \x2e\x3f\xe8\xf5\x9f\x7c\xe2\x09\x67\xd0\x63\x34\xf1\x3d\xa7\x56\ \xdd\xeb\xb4\x9b\x9b\x1b\x6b\xbd\x6e\x3b\x9d\xb6\x10\x46\xd9\x6c\ \xb6\x58\x2c\x9a\x82\x69\x1a\x9a\x24\x49\x84\x10\xcf\x75\x38\x67\ \x10\x72\x49\xc4\xb6\x95\x0a\x03\xef\x65\x35\x97\xc2\x8b\xae\x21\ \x02\xc4\x99\xc3\xc7\x01\x23\x3f\x02\x26\x7e\x6f\x4c\x4d\x81\xdf\ \xfe\x6d\xf0\xc1\x0f\x82\x27\x9f\x04\x5f\xfb\x1a\xb8\x74\x09\x7c\ \xe9\x4b\xa0\xd5\x7a\xe1\xa7\x86\x01\xc6\xc6\xc0\xfc\x3c\x78\xe7\ \x3b\xc1\xbd\xf7\x82\x83\x07\x5f\x81\x95\x7f\xc1\xc3\x6b\x00\x38\ \x00\x84\x10\x42\x28\x80\x98\x32\x16\xc4\x21\x04\x20\x0a\xa3\xc0\ \xf7\x25\x49\xe2\x09\xa4\x94\xfa\xbe\xdf\xe9\xb4\x2d\xcb\x3a\x78\ \xf8\x88\xac\x6a\x84\x32\x6f\x30\x88\x93\x24\x8a\xa2\xc1\x60\x40\ \x28\xb7\xb3\x79\x51\x92\x2a\x95\xdd\x81\xd3\x3b\x7e\xfc\x78\x3a\ \x65\x44\x51\x40\x28\x5b\x5e\x5b\x7f\xfd\xeb\xdf\x30\x31\x31\x09\ \x10\x94\x15\x35\x6e\xb6\xa6\xa6\xa6\x4c\xd3\x94\x65\x59\xd5\xd4\ \x54\x2a\xcd\x18\xef\xf7\xba\xaa\xa2\x7a\xbe\x8f\x05\x49\x14\xb1\ \x28\x08\xc5\x7c\x6e\x77\x4b\x69\x34\x6a\x8a\x28\x88\x18\x47\x9c\ \x71\x4e\x67\xa6\x27\x6f\x3a\x7a\xa3\x1b\xc4\xcf\x9e\xfc\xf6\xe8\ \xc8\xb0\xaa\xaa\x71\x14\x09\x02\x76\x7d\xcf\xca\x82\x6c\x36\x7b\ \xe2\xc4\x89\x30\x8e\x33\x99\xb4\x61\x1a\x4e\xbf\xa7\x2a\x72\xad\ \x5a\x21\x49\x9c\x10\x22\x62\xec\xfb\x5e\xb5\xb2\x27\x0a\x38\x97\ \xcf\xcd\x4c\x4f\x2e\x2f\x5f\x19\xf4\xfb\x8a\x22\xf5\x3a\x3d\x5d\ \xd3\x9f\x3f\x7b\xb6\xd5\x6e\xf6\x7a\x83\x38\x0a\xdb\xad\x26\x16\ \x24\x5d\x57\x49\x42\x24\x49\xc8\xe7\xb2\x9e\xe7\x29\xb2\xa8\xc8\ \x62\xa7\xed\x07\xbe\x2f\x8b\xe2\x60\x30\xf0\x5c\x07\x00\xa0\x6a\ \xd7\x3d\x72\x41\x51\x1c\x89\x49\x22\x20\xe8\x79\x1e\x49\xe2\x7d\ \x81\x6c\xbb\xdd\xa6\x8c\x59\xb6\xdd\x69\x34\x44\x51\x74\x3d\xef\ \xea\xca\xea\xbd\xf7\xdc\x33\x3d\x3b\xcf\x01\xf0\x3c\xf7\xf1\xc7\ \xe4\xc0\xc9\x27\x00\x00\x20\x00\x49\x44\x41\x54\xbf\xb9\xbd\xb5\ \x05\x00\x68\x34\x5b\x43\xc3\xc3\x08\x63\x00\xc0\x23\x9f\xfe\x54\ \x10\x78\x0f\xbc\xe9\xfe\x53\xa7\xcf\x8a\xa2\x54\xab\xd5\x4e\x9f\ \x3d\xf3\xea\x57\xbf\x36\x97\xcf\x09\xa2\x98\xcd\xe7\xfc\x30\x38\ \x76\xfc\x26\x5d\xd7\xf3\xb9\xbc\x6e\x1a\xfb\xfa\x45\x08\x61\xab\ \xd1\x10\xb0\x48\x62\x52\x2c\x16\x44\x21\x3d\x39\x31\x59\xd9\xdd\ \x5a\x5f\xab\x92\x38\x66\x8c\x44\x51\x98\xcd\xd8\xaf\xbd\xe7\x35\ \xc3\xa3\x53\x3b\x7b\x7b\x58\xc0\x87\x0e\x1e\x3c\x77\xf6\x19\x42\ \x92\x38\x8a\x06\xae\x9b\x24\xc9\xab\x6f\xbd\x75\x7e\x7e\x7e\x7d\ \x73\x7b\x6a\x6a\x2a\x97\xcb\x4a\x02\x72\x7b\xbd\x6e\xa7\x43\x19\ \x89\xa3\x48\x91\xe5\xd5\xd5\x55\x5d\xd7\xb3\xd9\xec\xd8\xd8\xd8\ \xf8\xc4\xf8\xb3\xcf\x9e\xcc\x66\xb2\x27\x4f\x9e\x8c\xa2\x68\x75\ \x6d\x6d\xf9\xda\xb5\xc1\x60\x10\x04\xc1\xd6\xd6\xd6\xd6\xf6\xf6\ \x0d\x87\x0f\xef\xd3\x71\xc6\xc6\x46\x11\xc6\x51\x14\xe9\xba\x1e\ \x04\xc1\x60\xd0\xdf\x97\xfd\xd5\xeb\x75\x4a\xa9\xae\xeb\x18\xa3\ \x97\xee\xea\xfe\x80\xde\xe2\x0b\x4b\x4a\xff\x21\x31\x3a\x0a\x1e\ \x7a\x08\x3c\xf4\x10\x20\x09\xa0\x10\xec\x3b\x70\x21\x0e\xa2\x08\ \x60\x11\xc8\xf2\x2b\x98\xf2\x4f\x55\xe8\x46\xd7\x4e\x3d\xb3\x11\ \x1a\xb7\xdc\x7a\xdc\xfe\x5b\x89\x26\x0f\x3b\x67\x2f\x6c\x4c\x1e\ \x3a\x50\xbf\x74\xde\x9c\xbe\x69\xc4\xfa\x07\x2d\x5a\x22\x84\x50\ \xca\x20\xa6\x61\x44\x06\xce\x80\x11\x62\xa5\x53\x86\x69\x06\x4e\ \x1f\x70\x56\x1a\x1a\xba\xb6\xb6\x6c\xa6\xec\x89\x89\x09\xc6\x59\ \x1c\xc7\xbe\x1f\x20\x04\x8b\xc5\x62\xad\x52\x01\x9c\x87\x51\x28\ \x4a\x32\xc2\xc2\xce\xce\xf6\x70\xa9\x34\x3e\x3a\xba\xb5\xb9\xb1\ \xb3\xb3\xad\xa8\x5a\xb9\x3c\x72\xe7\x5d\x77\x5f\xb8\x78\x79\x64\ \x6c\x1c\x61\x6c\xa4\xd2\x4b\x07\x0e\x46\x71\x8c\x31\xc2\x58\xe8\ \x74\x7b\x41\x10\x34\xea\xcd\x38\x4e\x2c\xdb\x1e\x0c\x9c\xb5\xb5\ \xd5\xc0\x73\x25\x01\x0b\x80\x0d\x0f\x15\x9b\xf5\x6a\xca\xd0\x43\ \xbf\x9b\xcf\xe5\x24\x51\x4c\x92\x58\x14\x05\x00\x40\xb1\x50\x08\ \x03\xdf\x0b\x5c\x55\xc4\xfb\x87\x64\x66\x66\x4a\xd7\xd5\x6a\xa3\ \xb1\xb8\x74\xb0\xef\x38\x4f\xad\x2e\x0b\x18\x49\x92\xa8\x88\x22\ \x48\x48\xbf\xdd\x52\x75\x35\x0e\x83\xae\xef\xd5\x6a\x55\x43\xd7\ \x8a\xf9\xfc\xde\xce\x4e\xbf\xdb\x75\xfa\xfd\x5e\xa7\x43\x09\x09\ \xa3\x90\x52\x82\x20\x77\x07\x83\x54\xda\x8a\x83\xa8\x30\x54\xd4\ \x34\x75\x67\x7b\xcb\x71\xbd\x24\x19\x1e\x2a\xe6\x65\x45\xf1\x1c\ \x67\xab\x52\x09\xc3\x20\x97\xcd\x84\x51\x14\xc7\xf1\x75\x3a\xe8\ \x70\xbe\xef\x16\x01\x31\x92\x24\x69\xd0\xef\x35\x1a\x75\xdb\xb6\ \x75\xc3\xe8\x76\x3a\x49\x92\xa8\x9a\x9a\x4e\xa5\x9f\x79\xe6\xe9\ \xd7\xbd\xe1\x8d\xf9\x7c\x3e\x8a\xa2\x28\x49\x1a\xf5\x7a\x36\x9b\ \x71\x7b\x85\x2b\x97\x2e\xf6\x7b\x03\x45\x93\x55\x45\x21\x24\xf9\ \xd2\x63\x5f\xfc\xa9\x87\x1e\xea\xf5\xba\x6b\xab\xcb\x08\x41\xce\ \xd8\xbd\xaf\x7d\xfd\xd4\xf4\x6c\xad\x5e\x9f\x9e\x9a\x6a\xb4\x9a\ \x77\xde\x79\xe7\xdc\xdc\x5c\xaf\xd7\xd7\x74\xcd\x0b\xfd\x4e\xab\ \xeb\xd7\x6b\xed\x5e\xa7\x5c\x1e\x09\x3c\xbf\x15\xc5\xe7\x9e\x7f\ \xbe\xd7\xeb\xd9\x76\xba\xd9\x6c\x29\xb2\xcc\x0d\xd3\x34\x0d\x19\ \x0b\x0c\x49\xaa\xaa\x8a\x92\x04\x21\x1c\x1e\x2a\x71\xce\xbb\xdd\ \xae\x28\xa0\x20\xf0\x21\x94\xa6\xa6\xa7\x8e\x1c\xb9\xb1\xd3\xe9\ \x28\xb2\x3c\x3f\xbf\xf4\x8d\xc7\xff\xba\xe5\x0c\x04\x04\x75\x55\ \x25\x14\x09\x18\x07\x7e\x80\x11\x62\x94\x55\x2a\x15\x59\x92\x6f\ \x39\x7e\xcb\xb3\xcf\x9e\xe4\x94\x93\x84\x20\x04\xcf\x3d\xf7\x5c\ \xa3\xd9\x24\x09\x91\x25\xa9\xd3\x6e\xcb\xb2\x12\x47\x51\xb9\x5c\ \x9e\x9e\x9c\x6a\x34\x1a\x95\x6a\x35\x97\xcb\xe9\xba\xae\xaa\x2a\ \xe7\x7c\x5f\x2a\x63\x9a\xa6\x6d\xdb\x8e\xe3\x30\xce\x31\x80\x7f\ \x6f\xde\xe2\x3f\xd2\x48\x73\xf5\xe4\x63\x9f\xfb\xca\x49\x5e\x3a\ \xfa\xee\x9f\x7f\xab\xb8\xfc\xb5\x87\xff\xea\x24\xc5\x82\x1b\xa7\ \x1e\x7c\xf7\xcf\xde\x34\x22\x03\x00\x40\xd2\xfa\xf2\x23\x9f\x3e\ \x79\xb5\xa6\x95\x16\xde\xf1\xee\x9f\x8c\x9e\xfc\xf8\x27\x9f\x59\ \x13\x24\xe3\xc0\xdd\x0f\x3c\x70\x62\x41\x78\x05\xce\x7e\xd0\x51\ \x58\x7f\xf6\xd1\x4f\x3d\x76\xc6\x9c\xbf\xfb\xa7\xdf\xf6\xea\xb4\ \x08\x00\x88\x1e\xff\xf3\x87\x3b\x0b\x6f\x7f\xdb\x21\xf8\xb9\x3f\ \xf9\xe4\x26\x9e\x7b\xf7\x7b\xde\xc8\x2f\x7c\xed\xc9\xce\xd8\x5b\ \xef\x9e\xdf\xff\x9d\xb5\xa7\x3e\xfb\xa7\x5f\x5a\x3b\x72\xef\x3d\ \xec\x7b\x3c\x73\xa1\xb3\xfb\xd8\x17\xbe\xfc\xf6\xc9\xb1\xa7\xbf\ \xf8\x57\xd3\xef\x3a\x7a\xfd\xb0\x08\x21\x67\x6c\x6b\x6b\x8b\x70\ \x60\xd9\x39\x45\xd5\x4c\x43\x0f\x03\x1f\x02\x20\x8a\x02\xd4\xf5\ \xc8\xf7\x90\x20\x4a\xa2\x52\x1a\x1a\xc6\x08\xc7\x51\x64\x69\xba\ \xef\x7a\xb9\x5c\x3e\x6d\x1a\x3b\x5b\x5b\x43\xa5\xa1\x89\x89\xc9\ \x5e\xbf\xaf\x28\x6a\xbf\xd7\xbe\xe3\xf6\xdb\x35\x55\xf3\x7d\x7f\ \xff\x3c\xdc\x72\xcb\x2d\x56\x3a\x6d\xa5\xd3\xbe\x1f\x02\x00\x17\ \x17\x16\xd3\x96\x15\x45\xf1\xbe\x1a\x4f\xd7\x75\x51\x10\x01\xe3\ \xed\x66\x9d\x92\x64\x6f\xaf\xb2\xb3\xbb\x33\x3a\x32\x62\x17\x0b\ \x80\x26\x85\x42\x01\x30\xda\x6b\xd7\x39\x23\x46\xca\x06\x00\x0c\ \x06\xbd\x46\xb3\x2b\x20\x90\x4e\x99\x88\x13\x08\x10\xa1\x54\x51\ \xb5\xe1\x72\xf9\xd8\xb1\xe3\xb5\x7a\x2b\x9d\x4a\xfb\x9e\xe7\x3a\ \x83\x28\x8c\x76\x9b\x75\x2b\x9d\x1a\x2e\x16\x38\x25\x18\x42\x11\ \xe1\x41\xbf\x47\x29\x6d\xb5\x5a\xb3\xb3\x33\x13\x63\xe3\x6b\x2b\ \xcb\x8d\x5a\x2d\x9d\xb6\x24\x49\xa4\x24\x81\x10\x92\x84\x00\xc6\ \x04\x41\x10\x20\x6e\xb7\x5a\x99\x6c\x66\x77\x67\x9b\x00\x08\x20\ \xba\x76\xf5\x32\x09\x27\x2c\xdb\x76\x06\xfd\x4a\x65\x97\x24\x31\ \x23\x09\x65\x6c\x62\x64\xe8\xfa\x54\x2e\x58\xc0\xf5\x7a\x3d\x8c\ \x88\x9d\x4e\x19\x86\x21\x8a\xa2\x6d\x59\x61\x18\x66\xac\x74\x36\ \x9b\xad\xec\xed\x01\x08\x05\x51\x94\x64\x79\x74\x7c\xcc\x71\x03\ \x49\x51\x31\x42\x08\xc2\x63\x37\xde\x88\x01\xec\xb4\x5a\x23\x63\ \xa3\x92\x22\x96\x47\x47\x2f\x5f\x3c\x6f\x18\xc6\xf1\x9b\x6f\x81\ \x10\x35\x5b\x0d\xcf\x75\x8e\x1c\xbb\xe9\xf6\x13\xb7\xb7\x5a\x5d\ \xc3\x34\x83\x28\x9c\x5f\x58\x98\x9a\x99\x51\x54\x15\x0e\x06\xdd\ \x5e\x4f\xd5\x34\xc3\x30\xb0\x28\x34\x9b\x0d\x4d\xd5\xc2\x20\x3a\ \x7f\xee\x3c\xa5\x6c\x61\x6e\x56\x12\xf1\xd1\x1b\x0f\x6f\x6d\x6e\ \xd4\x6b\x7b\x71\x18\xe8\xa6\x99\x36\xcd\x4e\xa7\x19\x53\xb0\xb5\ \xbe\x5e\x1a\x2a\x9a\x29\x13\x42\x14\x86\x24\x65\x1a\x21\x41\x77\ \xdc\x71\x87\x2c\x4b\xdd\x5e\x77\x62\x62\xaa\xdd\x6e\x48\x92\xb8\ \xd1\xa8\xf7\x3b\x9d\x1b\x0e\x1f\x0a\xa2\x00\x30\x2e\x88\xa8\xd3\ \x6a\x99\xa6\xb1\x72\xed\x9a\x6d\xdb\xc7\x8e\x1e\x99\x99\x98\xda\ \xde\xd9\x16\x10\x9c\x9c\x98\x6a\xd6\x1b\xaa\x2c\xf7\x83\x30\x0a\ \x42\x0c\x91\x95\x4a\x6d\x6c\xac\x9b\x86\xd1\x6e\xb7\x08\xe7\x00\ \x82\xe5\xe5\xe5\x5e\xaf\x77\xe4\xc8\x11\xc6\xd8\xf6\xf6\xf6\xda\ \xda\xda\xe8\xe8\xe8\xfe\x76\xe5\x91\x72\xe9\x65\x5a\x43\xf4\x7a\ \xe3\x87\x7f\x66\xd0\x8d\x94\x13\x6f\x7c\x6b\x76\xf7\xeb\xff\xe3\ \xb3\x97\x53\x53\x37\x3f\xf4\xd0\xbb\x7f\xec\xf6\xc9\x7e\xa5\xae\ \x28\x12\x00\x00\x50\xff\x73\x7f\xf8\x5b\x8f\xef\xa6\x1e\x78\xc7\ \x4f\xdc\x79\x64\x52\x42\xe4\xca\xe9\xe7\x8c\x63\x6f\x7b\xd7\x1b\ \x0f\x3f\xf5\x89\x3f\x7a\x72\x65\xf0\x0a\x04\xfe\x80\xe6\x6d\xf5\ \xdc\x27\x3e\x77\xe6\xd5\xef\xfa\x69\x75\xf9\xb1\xbf\x3a\xb9\x06\ \x00\xd8\x3e\xf5\x85\x3f\xfe\xe3\xcf\xaf\xf4\xc3\xe6\x33\x5f\x59\ \x37\x17\x27\x82\xe5\x67\x4e\x9e\x7c\xf4\xab\x67\xb4\x62\xee\x3b\ \xf7\xd3\xd6\xc6\x25\x57\xca\x0f\xe7\xec\x70\x77\x6d\xbd\xea\x00\ \x1e\x6d\x5c\xbd\xda\x08\xb1\xa6\x2a\x08\x42\x51\x96\x31\xfa\x47\ \xf8\xdb\x44\x01\x09\x88\x21\x1e\x0b\x88\x66\x2c\x23\x6d\xaa\x02\ \x42\xa6\x69\x8e\x8e\x4f\x48\x8a\xc6\x00\x4a\xdb\x19\x84\x91\x2a\ \xcb\x9c\x11\x01\x71\x8c\x20\x00\x50\x90\xd5\xe1\xf2\x18\xe1\x60\ \xa8\x34\x2c\x2b\x22\xe7\xac\x58\xc8\x95\x8a\xf9\x94\xa1\x91\x38\ \xd2\x15\xa5\x3c\x54\x92\x45\x09\x01\x54\xdf\xab\x0c\xda\x1d\x5d\ \x92\xfa\xcd\xd6\xee\xea\xaa\x2e\x08\x89\xe3\xf8\xed\xce\x64\xa9\ \x34\x3d\x36\x9c\xb1\x53\xb5\xdd\xad\xfa\xde\x96\x22\x70\x43\x86\ \x5e\xbf\xd9\x6e\xd5\x7a\xdd\xf6\xce\xde\x8e\x24\x2b\x9c\x00\x09\ \x89\xad\x7a\x3d\x09\xfc\x4e\xbb\x2e\x40\x80\x11\xd8\xde\xde\x02\ \x0c\x03\x2e\x32\x86\xd2\x76\xc6\x30\x4d\x04\x61\x4a\x37\x25\x24\ \x40\x42\x39\x49\x44\x84\x92\xc8\x67\x8c\x64\x32\x19\x4d\xd3\x7c\ \xcf\xe7\x14\x84\x7e\xa0\x29\x4a\xaf\xd3\x95\x04\xd1\x4a\xa7\x3d\ \xd7\xc5\x08\x61\x2c\x00\x00\x34\x45\x49\x99\xa6\x6e\x18\x82\x20\ \x24\x24\x96\x15\x79\xe0\x38\xed\x56\x33\x72\xfa\xd4\x1f\x20\x12\ \x76\x1a\x95\xc8\xed\x19\xaa\x54\x2e\xe6\x11\x67\xb5\xca\xce\xa0\ \xd7\x61\xd7\x5f\x96\x41\x4a\x48\xaf\xd7\x0b\x02\x9f\x31\x46\x18\ \xd5\x4d\xb3\x50\x28\x08\xa2\x28\xca\xd2\xfc\xe2\xe2\xcc\xfc\x5c\ \xb5\xd5\x98\x98\x99\x66\x80\xc9\x8a\x20\x62\x00\x19\x49\x99\x9a\ \xaa\x48\x84\x44\xd3\x73\xb3\xd9\x42\xde\xca\xa4\xa6\x17\xa6\xdd\ \x20\x9c\x9e\x9e\x4b\xa7\xec\xb4\x95\x05\x00\x7b\x51\x58\x1e\x2d\ \x95\x47\xcb\x00\xe1\x6e\x6f\xb0\xb6\xb6\x29\x89\x8a\x80\xa5\x6a\ \xa5\xe6\x3b\x2e\x8b\x93\xed\x8d\x75\x2b\x65\xcc\x4c\x4c\xcd\x4f\ \x2f\xd6\xf6\xea\xcf\x7e\xfb\xdb\xed\x46\x7d\xa4\x94\x13\x11\x6d\ \x37\x76\x7b\x9d\x7a\xa3\xba\xd3\x6a\xd4\x32\x86\x81\x58\xa2\x89\ \x60\x6f\xed\x6a\x30\x68\x36\x6a\x5b\xa5\x52\x7e\x6d\x6d\xcd\x71\ \x83\x98\x01\x80\xe5\x94\x69\x96\x86\x4a\xba\xae\x23\x88\x0c\x53\ \x47\x18\x04\xa1\xc7\x01\x05\x90\x74\x7a\xcd\x4c\x3e\x6b\x65\x73\ \x8e\xeb\x02\xc8\x6a\xd5\x9d\x42\x2e\x1d\x78\xbd\x6e\xa7\x36\x31\ \x35\x12\x24\x51\xab\xdb\xca\xe6\xb2\x9c\x73\x55\xd3\x34\x4d\x2b\ \x0c\x15\xf4\x94\xde\x73\xba\xa6\x65\xb8\xa1\xbb\xb2\xbe\x52\xad\ \xec\x74\x5a\xcd\x28\xf0\x9b\xf5\xda\xde\xee\x8e\x24\xe0\x52\xb1\ \x60\xa5\xcc\x9d\xad\xcd\x0b\xe7\x9e\x77\xfa\xbd\x97\xb5\x2e\x12\ \x66\x66\x66\xae\x2b\x8b\xe7\xa2\x28\xfe\x90\xce\x88\x7e\xfc\xae\ \x7b\x00\x00\xfd\xa7\x3f\xe3\x28\x18\x2b\xe9\x91\xb1\xf4\x37\xbf\ \xb6\xb2\xf8\xc6\x87\x0e\xe6\x10\x00\x20\xac\x9f\x7f\x6a\x53\xfd\ \xb9\xff\xfa\x53\x8b\x2f\x28\x59\x18\x10\x65\xd3\x4c\xa5\x0a\x89\ \x9d\xd6\x25\x01\xbf\x02\x82\x3f\xe0\x1c\xc8\x9a\x86\x93\x76\xa3\ \x0d\xf5\x6c\x31\x9b\x07\xee\xf2\x63\xa7\x3a\xf7\xbd\xf5\x7e\x97\ \x85\xa9\xa5\x1b\xc4\x67\xfe\xf2\xa2\x38\x7e\xe3\xee\xa5\x4e\xfa\ \xc0\x1b\x4a\x32\x05\x60\xff\x21\x42\x84\x11\x27\x7e\x10\x2e\x9f\ \xfe\xcc\xa9\xf4\x5b\xff\xfd\x5b\x33\x8f\x7e\xfc\x13\x07\xde\xf1\ \x93\xb2\xf0\x8f\x66\x16\xa9\xeb\x1a\x44\x48\x53\x15\x49\x92\x11\ \x84\x92\x2c\xed\xef\xde\xc4\x82\x20\xc9\x72\x2e\x9f\x87\x10\x25\ \x09\x91\x65\x4a\x08\xf1\xda\x5e\x1c\xc7\xb2\xac\x36\xbc\x86\x2c\ \xcb\x08\x63\x08\x61\x69\xb8\xa4\xeb\x1a\x00\x8c\x24\x49\x3e\x9b\ \xdb\xde\xdc\x6c\xd4\x6b\xf9\x62\xc9\x4a\xdb\x94\xd0\xb4\x61\x36\ \x03\xdf\x73\x9c\x46\xbd\xde\xef\x75\x69\x9c\x48\x02\x0e\x1c\xa7\ \x51\xad\x0a\x18\x0c\x95\x86\x14\x59\xb2\x6c\xcb\xd0\xe5\x6e\xbb\ \xd3\x6e\x36\x30\x46\xb2\xa4\x38\x8e\xc3\x39\xcf\xe6\x72\x9d\xba\ \x19\xc7\xb1\x17\x44\xeb\xeb\xab\xb5\x5a\xd3\xce\xa4\xfb\xbd\xde\ \xd6\xe6\x16\x00\x40\x92\x15\x49\x90\xb3\x76\x26\xf4\x83\x28\x08\ \x73\xf9\xa2\xef\xf9\x4e\x6f\x80\x38\xd7\x64\x89\x32\xea\xf4\xfb\ \x6d\x3f\xda\xcf\x00\x3a\x9d\x36\x21\x89\x20\xe0\x30\x08\x11\x7e\ \xe1\x54\x29\x8a\x12\x04\xbe\x24\x49\xb2\x2c\xab\xaa\x1a\x25\x09\ \xe7\x20\x9d\x4e\xd9\x19\x9b\x71\xe0\x38\x4e\x14\xf8\x9a\x26\x5b\ \x96\x6d\x68\xea\xc6\xfa\x6a\x1c\x27\x86\xae\x0f\x15\xf2\xcd\x66\ \x93\x52\xf2\x0f\x7c\x07\xa5\xa1\xa1\x62\xa1\xc0\x01\x17\x05\x55\ \x12\x04\x84\x51\x1c\x87\x24\x64\x82\x28\x2a\xb2\x64\xa4\x52\x84\ \x31\xc6\x98\xa6\xa9\x8e\xe3\xf4\x7a\x3d\x00\xa0\xa6\x6a\xbd\x5e\ \x2f\x9d\xce\x60\x8c\x52\x29\x73\xa8\x50\xa2\x94\x3a\x8e\x93\x4e\ \xa7\xb5\x94\x79\xe5\xca\x15\x45\xd5\x46\x46\x46\x1d\xc7\x51\x54\ \xd5\x4a\x5b\x1b\xeb\xeb\x41\xe0\xd7\xaa\xd5\x9d\xed\x2d\x55\x95\ \xf3\x99\x4c\x18\x04\x57\xaf\x5c\x9d\x9e\x9a\x15\xb0\x94\xcf\xe6\ \xd0\xdc\x7c\xb5\xb2\xbb\xba\xbc\x3c\x3e\x36\xca\x58\x0c\x01\xf7\ \x3d\x4f\x53\xe4\xc9\xc9\x89\x2b\x17\xce\x51\x86\xb6\xb7\x36\x04\ \xd5\x80\x90\x09\x08\x5c\x38\x77\xae\xd3\xe9\xea\xba\x09\xb1\x90\ \xcd\xe5\x45\x51\xac\xd7\x1b\xf9\x7c\x2e\x8e\x63\xcf\xf3\xe2\x24\ \x0e\x02\x5f\xd7\x75\x04\xc1\x95\x2b\x57\x10\x96\x14\x55\xae\x55\ \x76\x5b\x8d\x6a\x31\x9f\xf7\x3d\x6f\xaf\xb2\x27\x08\x18\x23\xc0\ \x01\x67\x94\x76\xbb\x3d\xd3\x34\x32\x59\x3b\x88\xc2\x5e\xbf\x67\ \x98\x46\xb1\x38\x24\x8a\x82\x20\xe2\xed\x9d\xed\x5c\xb6\x90\xcd\ \x66\x0a\x85\x42\xbd\x56\x7b\xbe\x5a\x2d\x97\xcb\x0b\x0b\x0b\x67\ \xce\x9c\xb1\x2c\x2b\x0c\xc3\xfd\x75\x63\x2f\x05\x8b\x99\x4c\xe6\ \xfa\xde\x0a\xa5\xf4\x25\x1a\xc6\x57\xbf\xfa\x3f\xbe\xe9\xce\xfe\ \x9f\xaf\x99\x07\x00\xf0\xce\x73\x4f\x6e\x4a\x3f\xf1\x8e\x17\x2a\ \xbb\xc8\x77\x88\x66\xa7\x55\x00\x00\xb8\xf2\xf8\x17\xfa\x13\x77\ \xe8\xc0\x7b\xfa\x2f\xfe\xa8\x6e\xfa\x15\x52\x4e\x19\xaf\xd8\xbb\ \xfe\xa0\xf7\x64\x14\x27\x0a\xd2\x37\x3f\xf3\x49\x17\xe5\x6f\x2b\ \xf0\x53\x5f\xfe\x66\xf1\xc4\x5b\x0e\xee\xfc\xd5\x57\x29\x53\x0a\ \x37\xbc\xef\x83\x53\x09\xeb\x7f\xf6\xff\xf9\x9f\x54\x8e\x1f\xfe\ \xad\xdf\x9a\xb8\xe7\x1d\xef\xb8\xe7\x90\x08\x18\x61\xca\x8d\xaf\ \x7a\xf3\x6b\x6f\x1d\xbd\xb0\xfe\x15\x41\xc4\x00\x20\x59\x55\x04\ \x04\xfe\x91\x56\x2d\x70\x00\xa0\x61\x18\x9c\x43\x49\x94\x05\x2c\ \x60\x8c\x11\xc4\xfb\x74\x57\x04\x20\x82\xc8\xb2\x2c\x4a\x93\x7a\ \xbd\xda\xef\x29\x43\xa5\x92\x6d\xd9\x94\x31\x01\x8b\xeb\xeb\xeb\ \xe9\x74\x2a\x63\x5b\x48\x00\xaa\x26\x97\x87\x87\xd7\xae\x5d\xdd\ \xdb\xdb\x73\x3d\x67\x67\x77\xc7\xf7\xfd\x42\x2e\x37\x32\x52\x5a\ \x5b\x5b\xed\x74\x7a\x61\x14\xaa\xaa\x9a\x24\x71\x21\x9f\x33\x74\ \xcd\x1d\x0c\x00\xe4\x08\xc3\x76\xbb\x25\x48\xa2\x9d\xb1\xf3\xf9\ \x6c\xbb\xd9\x98\x9a\x9e\xe6\x94\x7e\xeb\x5b\xcf\xc4\x71\x94\xb1\ \xed\x74\xca\x0c\x3c\x8f\x12\x16\xc7\x91\x28\x4a\xcd\x46\xad\xd7\ \xed\x8d\x4f\x4c\x46\x41\xd0\xef\x77\xf6\x3d\x54\x24\x49\x62\x9c\ \x6e\x6c\x6c\x0c\x06\x8e\x6d\x67\x7c\x3f\x70\x1d\x27\x49\xe2\x30\ \x0c\x93\x38\xe4\x94\x98\x9a\xe1\x79\x5e\xa5\xb2\x0b\x21\x64\x8c\ \xfb\x7e\x40\x48\x6c\x18\xba\xa6\xeb\x08\x42\x51\x92\xf6\x67\xbe\ \x81\xef\xa7\x2c\x7b\x7f\x8c\x03\x00\xf0\x3c\x2f\x8c\x13\xd7\x71\ \x44\x01\x99\x66\x49\xd3\x34\x42\xe9\xfe\xe2\x63\xdf\xf7\xfb\xfd\ \x7e\xbb\xdd\x96\x64\x79\xdf\x64\xef\xfa\x8e\x5e\x3e\x97\xf7\x83\ \x98\x31\x6e\x5b\x69\xdf\xf7\x21\x44\x80\x43\x46\x39\xe0\x90\x73\ \xa0\xe9\xc6\xd4\xd4\xe4\xa5\x4b\x97\x46\x47\x47\x31\xc6\x43\xc5\ \xe1\x42\xa1\xe0\xba\x5e\xa3\xd1\x08\x82\xe0\xe8\xb1\x69\x55\x51\ \x39\x07\x33\x33\x33\x19\xcb\xde\xd8\xd8\xf0\x3d\xcf\xed\x74\x36\ \xd6\xd7\x05\x88\x8e\xdc\x78\x34\x21\x49\xab\xd1\xa8\xd7\x6b\x84\ \x24\x86\x61\x74\xda\xad\xf9\xb9\x39\x42\x92\x6e\xa7\x15\x85\x91\ \xeb\x3a\xbe\xef\xa5\x52\xb2\x6d\x5b\x51\x14\xcc\xce\xcd\x49\xe2\ \xe2\xe5\x8b\xe7\xd6\xd6\x56\x47\xca\xc3\xe5\xf2\xc8\xe6\xc6\x5a\ \xe4\xfa\x61\x9c\x64\x0a\xe6\xce\xce\x9e\x1b\x33\x4d\x55\x21\x02\ \xed\x76\x0b\x21\x14\x86\x89\x0e\x41\x26\x93\x69\x34\x1b\x7b\x95\ \xfa\xe1\x1b\x8e\x30\xc6\x3a\x9d\x4e\x18\x84\xfb\xeb\xa1\xe3\x38\ \xd4\x4d\x8b\x90\x64\x77\x6f\xb7\xd3\xa8\xa7\x4c\x63\x30\x70\x1c\ \xd7\xe9\x39\x03\x45\x51\x11\x42\xaa\xaa\x64\x73\x59\x8c\xf1\xc0\ \x19\xe8\x86\x86\x31\x26\x84\x98\x92\x89\x10\x76\x5d\xb7\x5a\xad\ \x35\x1b\x0d\xd3\x48\xc9\xb2\x2c\xcb\xf2\xd6\xd6\x96\xef\xfb\x57\ \xae\x5c\x51\x55\xb5\x5a\xad\x36\x1a\x8d\xa5\xa5\x25\xf4\x72\x52\ \xf4\xff\x2d\x0e\xaf\xad\x8b\x5f\xfa\xcc\x59\xfa\xc1\xff\xf0\x73\ \x25\x0c\x00\x00\xbb\xe7\x2f\xb1\xd2\xc2\xb8\xf9\xb7\xe3\x68\x7b\ \xd8\x18\x7c\xf1\xca\x46\x38\x3c\xa9\xd4\xce\x3f\x73\x85\x2e\xce\ \xaa\xd9\x37\x7d\xe0\x43\xef\x58\x12\x3e\xff\xdb\xbf\xf4\x99\x6f\ \x5c\x3e\xf4\x8e\x9b\x5e\xc1\xc1\x17\x45\x7b\xe5\xa9\xd3\x9d\xf2\ \xef\xfc\xee\xaf\x9f\xfd\x93\xdf\x7c\xf4\xb1\x6f\x58\x9b\x17\x2f\ \x3e\xd7\x78\xb2\x7a\xa1\x59\xe8\xdf\x7b\xdb\xd2\x9c\x61\xee\x3d\ \xfe\x97\x5d\xa3\x28\x62\xf3\xc1\x87\x8e\x7f\xf1\xc9\xd3\xad\xbb\ \x0e\x95\x44\x08\x01\x8f\x43\x1f\x00\x00\x30\x0b\xdc\x18\x08\x1a\ \x86\x9c\x31\x46\x19\xd8\x6f\x66\xbf\xf4\x9d\xf9\xb2\xa8\x08\x21\ \x50\x24\x85\x30\x0e\x38\xa0\x84\x72\xc6\x21\x80\x8c\x31\x01\x09\ \xa2\x20\x21\x88\x44\x41\xb4\x2d\x3b\x63\x5b\x18\x8b\xd5\x4a\x25\ \x0c\x02\x8c\x04\x08\xc0\xa0\xdf\x4f\xa7\x2d\xdf\xf3\x24\x45\x84\ \x8c\x16\x0b\x79\xca\xe8\xb5\x2b\x97\x9b\xcd\xda\xda\xda\x0a\xe4\ \x5c\x96\xa4\xad\xcd\xcd\x4e\xbb\x6d\x5b\x19\x12\xc7\xe9\x74\xea\ \xc8\x0d\x87\x7c\xcf\x6b\x36\xea\xbd\x6e\x87\x03\xce\x38\xad\x56\ \x1a\x8c\x31\xd3\xd0\x29\x89\x5c\xd7\x4d\x9b\xa6\x9d\xcb\x94\xcb\ \xe5\xcd\x8d\xb5\x5e\xb7\x1b\x45\x01\xa7\x09\x65\x2c\x8a\xe3\x94\ \xa2\x91\x38\x41\x90\xb7\x9a\x75\x8c\xb0\xe7\x7a\x10\x02\x04\x71\ \x92\xc4\x71\x1c\x09\x02\x32\x0c\xbd\xdd\x6e\xb7\x5b\x9d\x7e\xaf\ \x0b\x21\x94\x65\x89\xd2\xd8\xf7\x5d\x96\x10\x41\xc0\x41\xe0\x0b\ \x82\xc8\x18\xa5\x94\x62\x8c\x20\x02\x96\x65\xa9\x9a\xe2\xf9\xde\ \xbe\xc5\x46\x9c\x24\x00\x70\x8c\x05\xc7\xf7\x09\x49\x38\x40\x00\ \x22\xc6\x28\x60\x94\x33\x0a\x00\x28\x16\x8b\xb6\x6d\xef\xa7\x66\ \x49\x92\x60\x8c\xfb\xfd\x7e\xa3\xd1\x40\xe8\x3a\xbb\x18\x92\x28\ \xa5\xcd\x2c\x21\x24\xf0\x03\x51\x10\x29\xdd\x5f\x0b\x83\x25\x49\ \x42\x08\x01\x08\x73\xb9\x9c\x6d\xdb\x96\x65\x5d\xbd\x7a\x55\x91\ \xb5\x5c\x2e\xb7\x8f\xd7\x00\x00\xce\x69\xbf\x3f\xc0\x02\x2c\x16\ \x8b\xa9\x74\xfa\xe2\xf9\xf3\xa7\xcf\x9e\x1e\x38\x83\x38\x8e\x19\ \x67\x71\x14\x3f\xf9\xe4\xd3\x34\xe1\xc3\xa5\xe1\x8d\xf5\xf5\xfb\ \xef\xbf\x3f\x9d\x36\x03\xd7\x6d\xd6\x6b\x51\x1c\xa5\x53\x66\xa7\ \xd5\x3c\x73\xfa\xf4\xa1\xc3\x37\x8e\x8d\x8d\xf8\xbe\xc7\x19\x99\ \x3c\xb8\x18\x87\x5e\xb5\x5a\xd9\xdb\xab\x1a\x86\xea\x38\x5e\x12\ \x84\xae\xef\xb7\x3b\x3d\x51\x12\x49\x1c\xbb\xce\xa0\xd3\x6a\xee\ \xee\x6c\x39\x8e\x63\x9a\xda\xfe\xa4\xae\x51\xaf\x97\x4a\xa5\x5a\ \xbd\x01\x20\xac\x54\x2a\xbe\xef\xfb\xbe\x5f\xcc\xe7\xd6\xd7\x56\ \xf2\x50\x50\x75\xb3\xdb\xed\xf9\x41\xe0\xb9\x7d\x04\x21\x84\x10\ \x49\xc2\xc8\x70\x39\x97\xcb\x12\xc2\x08\x49\x14\x45\xea\xf7\x7b\ \x99\x6c\xc6\xf7\xfd\x30\x0c\x77\xb6\x77\xfa\x83\x01\xc6\x02\x63\ \x0c\x70\xbe\xbc\xbc\x8c\x10\xb2\x2c\x2b\x9d\x4e\x5b\x96\xe5\xba\ \xee\xee\xee\x2e\x21\x24\x8a\xa2\xf3\xe7\xcf\xdf\x79\xd7\x89\x7d\ \x9b\xc8\x7f\xca\x91\x8b\xf7\xf9\x3f\xff\xec\xb6\x70\xe3\xb7\xfe\ \xf2\x11\x6b\xe4\xc8\x3d\xb7\xce\x5e\x5d\x5b\x4f\x15\xee\xfb\xce\ \xf8\x19\x67\x17\xdf\x7e\xdf\xcc\x47\xff\xdb\x6f\x5c\x3d\x38\xb9\ \x75\xb5\x7b\xe4\x0e\x03\x46\x9d\x6f\x7c\xfa\x8f\xc8\x18\x78\xae\ \x26\xdf\xf5\x86\x91\x57\x40\xf0\xfb\x43\xcb\x8d\x67\xe2\x27\xfe\ \xf0\x8f\xff\xb8\xbb\xec\x2f\xfc\xd8\xd1\x07\xdf\xf1\x7a\xdf\x8f\ \x4e\x7f\xf2\xbf\x3d\x93\xbb\x6d\x52\x03\x49\xef\xca\x5f\x3c\x59\ \x7d\xc3\xff\xf1\x53\x3b\x5f\xfb\xcb\xbf\xfc\xfc\x57\xe5\xa9\xe3\ \xa6\x00\x00\xe0\x24\x0e\xe3\x84\x02\x00\xc6\x8e\xde\xd8\xfb\xfd\ \x8f\xfd\x41\xa7\xb4\xdc\xa2\xc7\xb2\x59\xa5\xb7\xf9\xfc\x6a\x43\ \x17\x07\x27\x9f\xbf\x72\xfb\xd8\xd2\x3f\x28\x3f\x87\x90\x33\xfa\ \x1d\xd2\xc6\x7e\x28\x8a\x8a\x05\xcc\x18\xc3\x02\x94\x65\xa9\xd5\ \x6a\xdd\x76\xdb\x6d\x7b\x95\x6a\x18\x84\x03\x7f\xb0\xb3\xbd\xa7\ \x28\xf2\xec\xec\x8c\x69\x1a\x84\x25\x10\x02\x45\x51\x44\x8c\x07\ \x4e\xff\xc2\xb9\x0b\xbb\xdb\xbb\xb2\x2c\xa7\x52\x86\x80\xf1\xdc\ \xdc\x2c\xc6\xc2\xca\xda\x4a\xb9\x34\x84\x11\x6c\xd4\x6b\xb5\x5a\ \xb5\xd7\xe9\x24\x49\x1c\x27\x89\xe7\x79\xaa\xa6\x6c\x6e\x6d\x84\ \x61\x28\x09\x42\xbf\xd7\xab\x56\xf6\x44\x11\x17\xf3\x85\x46\xb3\ \xd6\xed\x76\x14\x59\xcc\xe6\x72\xce\xfa\x46\x7f\xd0\x13\xc3\x90\ \x50\x9a\x29\x0d\x45\x71\x8c\x11\x40\x08\x27\x94\x60\x41\x18\x2b\ \x8f\xcc\x4e\x4f\xaf\x2c\xaf\xf5\xfa\x0e\x49\xe2\x28\x0c\x59\x92\ \x70\x4e\x04\x04\x21\xc6\x84\x24\x71\x1c\x0d\x0d\x95\xa2\x28\x6c\ \xb5\x5a\x10\x72\x88\x90\xe3\x0c\x38\x67\x8c\xb1\x30\xf0\x5d\xd7\ \x65\x8c\xa5\x53\xa9\x38\x8e\x2d\x2b\xed\x87\xa1\x2c\xcb\x08\x4b\ \x51\x1c\x47\x51\xa8\x29\xb2\x28\x8a\xfd\x7e\x3f\x0c\x43\xce\x79\ \x92\x24\xb9\x5c\xae\x50\x28\xac\xad\xad\xc5\x71\x2c\x08\x02\xbf\ \xce\x47\x0e\x48\x18\x11\xa0\x20\x0c\x19\x65\x1c\x32\x08\x01\xe7\ \x5c\x10\x30\x42\x18\x00\xc0\x18\x4d\xa7\xd3\xed\x76\xbb\x58\x2c\ \x2a\x8a\x72\xe5\xf2\xb5\xd5\xd5\xd5\x6a\xb5\x26\x49\xb2\x2c\xcb\ \x92\x28\x63\x8c\x38\x27\x9a\xa2\x71\x46\x24\x01\x5f\x3c\xf7\x3c\ \xa7\xa4\x52\xd9\xb3\x6d\x4b\x55\xd4\xd9\xb9\x79\x08\x85\xea\x5e\ \xcd\xb6\x2c\xd3\xd0\x62\x3f\x5c\x5b\x5b\xdd\xdc\xdc\xe0\x94\xee\ \x83\x17\xa5\xac\xd7\xeb\xf6\xba\xed\x30\x0e\x55\x45\xbe\x7a\xf5\ \x5a\xe0\x39\x63\x63\xe3\x5b\x9b\x9b\xd5\x4a\x3d\x8a\x42\x5d\x52\ \xcd\x94\xdd\xe9\xf5\x64\xcd\x48\xe8\x20\x6d\x1a\xb2\x24\xaa\xaa\ \xcc\x68\x22\x62\xd1\x75\x7c\xcb\xb2\x66\x66\x66\x8d\x94\xb5\xbc\ \xba\xee\xf9\x3e\x21\x24\x49\x12\x00\x40\x92\x24\x2f\xe8\xf6\x9c\ \x6a\x3a\x95\xb2\x4c\xdd\x73\xfa\xcd\x46\x5d\x92\x65\x4a\x69\xa3\ \xd9\xd0\x75\x7d\x6b\x6b\x67\x73\x73\x6d\x66\x66\x36\x93\xb1\x48\ \x12\x19\x86\x51\x2c\x16\xdb\x9d\x4e\xda\xca\x30\x4a\x9b\xcd\xe6\ \x7e\x93\x23\x08\x82\xcb\x97\x2f\x9b\xa6\xd9\xe9\x74\x46\x47\x47\ \x27\x26\x26\x2a\x95\xca\xc6\xc6\x86\x6d\xdb\x2f\x9f\x2d\xfe\x6f\ \x38\xc2\xe2\x3d\x3f\xfd\x81\xa9\xdd\x56\x44\x58\x4a\x97\x01\x00\ \x47\x5e\xf7\x93\x4b\xea\xf0\xf7\xce\x79\x8e\x3c\xf0\x81\x5f\x9b\ \x3b\x7b\x79\xb3\x75\xf8\xc6\x3b\x0e\x1d\x2e\xc2\xe2\xfb\x84\xe5\ \xdd\x04\xc8\xef\xb9\xf7\xa1\xa5\xb1\xcc\x2b\x20\xf8\xfd\xa1\x16\ \x0f\xbe\xef\x83\x3f\x77\xea\xfc\xa6\x7e\xcb\x6b\x8f\x2f\x8d\x20\ \x00\x52\x92\x7a\xfc\xc1\xf7\xcc\x88\x59\x11\x01\x82\x73\x0f\xfe\ \xcc\x4f\x4d\x96\xca\xf3\x6f\x7a\xc0\xbc\x5c\x9d\x3e\x7c\x93\x01\ \x01\x00\xf8\xf8\x1b\xfe\xd5\x41\xa9\x08\x00\x48\xcf\xde\xf7\xcb\ \x1f\xc8\x5f\xdc\x6a\xdf\x72\xef\xfc\x81\x91\xd2\xe8\xbf\xfe\xd7\ \x1d\xb9\x50\x7c\xf7\xfb\x37\x07\xda\x3f\x84\xb8\xc8\x19\xe0\x8c\ \x22\x08\xa3\x30\xa0\x94\xa9\xaa\x1a\x04\xbe\x6d\xdb\x83\x7e\xcf\ \xb6\xed\x8b\x97\x2f\xe5\x72\x39\x45\x92\xe3\x28\x64\x34\xc9\xa4\ \x53\xc0\xb2\xe2\x98\x74\x3b\xdd\x38\x8a\x53\x86\x29\x08\x18\x73\ \xa0\xa9\x22\x25\x89\x24\x8a\x49\x14\x5f\xbb\x76\xc5\x71\xfa\x8a\ \x2c\x2d\x2e\x2c\xea\xba\xd6\x69\x37\x19\x63\x5b\x1b\xab\x49\xe4\ \x73\x46\x64\x49\x04\x9c\xea\x86\x5a\xad\xf6\x92\x30\xcc\x65\x6d\ \xd7\x75\xa2\x28\x1c\x19\x19\xc9\xe7\x72\x9c\x33\x49\x14\x7c\xcf\ \x4b\xa2\x30\x63\xdb\x4e\xbf\x3f\x34\x54\xc0\x00\xb4\x9a\xcd\x56\ \xab\xa5\x72\x6e\xdb\x99\xb4\xa9\x77\xba\x09\x60\x8c\x73\x0e\x38\ \x82\x10\x0a\x22\xde\xcf\xe0\x02\xdf\x6b\xb5\x9a\x61\xe8\x63\x8c\ \x44\xac\x00\xce\x34\x4d\xf1\xdd\xa0\xd7\xeb\x62\x8c\x25\x49\x52\ \x54\xd9\xf3\xbc\xc8\x0d\x25\x49\x4c\x92\x18\x42\x60\x9a\x86\x24\ \x49\xae\xeb\x6a\xba\x1e\x27\xc9\xd6\xf6\x4e\x18\x27\x92\x24\xa5\ \x74\x39\x9b\xcb\xd5\xeb\xb5\x28\xf0\xe3\x38\xde\x3f\xed\x08\x21\ \x4d\xd3\xf6\x0f\xa4\x69\x9a\x49\x42\x30\x16\xae\x57\x13\x0d\x24\ \x51\xe0\x34\x21\x94\x41\x04\x83\x28\xc2\x02\x46\x02\x46\x02\xc4\ \x82\xd0\xe9\x74\x2e\x5f\xbe\x68\x5b\x26\xa5\x34\x8a\x62\x59\x96\ \x6f\xbe\xf9\xe6\x28\x8a\xae\x5e\xbd\xf6\xd4\x53\x4f\x9f\x38\x71\ \x22\x9d\x4e\x87\x61\xa8\xa8\x1a\x8d\x62\x49\x14\x65\x59\x5a\x59\ \xbe\xaa\x69\x4a\x14\x85\x37\xcf\xdf\x32\x5c\x2a\x23\x80\x3c\xcf\ \x3b\x77\xee\xb9\xad\xcd\xcd\xe7\xcf\x64\x4a\xc3\x43\x94\x12\x2b\ \x9d\xea\x75\xbb\xad\x66\xcd\xb6\x6c\xac\xa9\x67\xce\x9e\x1a\x1b\ \x1b\x9b\xf8\x7f\xd9\x7b\xd3\x58\xdd\xb2\xb4\x3c\xec\x7d\xd7\xb0\ \xe7\xfd\x8d\x67\x3e\xe7\x0e\x55\x75\x6b\xae\xae\xa6\x68\xba\xdd\ \x60\x40\x90\xc4\x8a\x6c\x32\xd1\x0a\x01\x89\xd8\xc4\x49\x80\xd8\ \xc8\x36\x83\x13\x27\x8a\xe2\xd8\x0a\x89\xac\xfc\x21\x08\x43\x18\ \x92\x00\x06\x45\x38\x4c\x4e\x23\xb9\xb1\x8d\xda\x8c\x4d\x51\x74\ \x35\x55\x5d\xe3\xbd\x75\xcf\xb9\xf7\xcc\xe7\x7c\xf3\x9e\xf7\x9a\ \xf3\x63\xdf\x2a\xda\x36\x4d\x8b\x5b\x97\x6e\xa2\xaa\xf5\xeb\x9c\ \x4f\x9f\xf6\xb7\xa7\xf5\xac\x77\xbd\xef\xf3\x3c\xef\xf5\x6b\x94\ \x80\x14\x12\x1c\x09\xc3\x68\x73\x6b\x33\x5b\xad\xe2\x38\x8e\x3c\ \x62\xad\x7e\xe1\x85\x17\xfb\x94\x4b\x59\x7c\xe4\xa3\x5f\x65\xb4\ \xb6\x4a\x51\x82\x75\x53\x5b\x07\x1e\xe7\x71\x1c\x97\x65\xe5\xac\ \xcb\x8b\x62\x36\x9b\x49\x29\xbd\x20\x50\x52\x86\x61\xd8\x1f\xf4\ \x97\x87\x27\x75\x59\xae\x8f\x87\xab\xc5\x94\x33\x56\xe4\x39\x30\ \x62\x1d\x68\x63\x82\x20\xd8\xd8\x58\x5f\xae\x16\xc3\xe1\x68\x6f\ \xef\xca\x1f\xbc\xfc\xca\x62\x31\x37\xd6\x6a\xa5\x76\x77\xae\xc4\ \x71\xba\x5c\x4c\x11\xb1\x8b\x22\x57\xab\x95\x73\x4e\x88\x7b\xe8\ \x59\x14\xc5\xce\xce\x0e\xfe\xc9\xad\x22\xde\xfd\xf0\xae\x3f\xf1\ \xdc\xf5\xcf\xd1\x37\xaf\x5f\x79\xf4\xdf\x9c\x52\xbb\x8f\x7f\x68\ \xf7\xf1\xb7\xff\xbb\xfa\xd4\xd7\x5d\x7d\xea\x7d\xec\xfb\xe3\x47\ \xba\xf5\xf8\xbf\xb5\xf5\xf8\xbf\xf2\xc9\xf6\xbd\xcc\x04\x4b\xd7\ \x6f\xa4\x00\x00\x74\x74\xed\xab\xbf\xfa\xda\x3b\x37\x79\xbc\xfb\ \xf0\x3b\x5f\xde\x79\xe2\x43\x3b\x6f\x3f\x94\xf1\xf5\xa7\xc7\x00\ \x00\xa3\x67\x37\xde\x5d\x21\x08\xc1\x59\xdd\x0a\x69\xb4\xae\xaa\ \xba\xae\xcb\x38\x8e\xf6\xdf\x9a\xbe\x79\xf3\xcd\xf1\x68\xfc\xca\ \xab\xaf\x5e\xb9\xb2\xb7\xb1\xb1\x66\x9d\x06\xe7\x08\x21\xe0\x60\ \x6d\x34\x02\x07\xce\xd9\xb4\x97\x12\x82\x0e\x90\x73\xae\xa5\x34\ \x5a\x11\x82\xa7\xa7\x27\x52\x88\x7e\x2f\xdd\xde\xde\xca\xf3\xec\ \xe2\xfc\x4c\x48\x31\xe8\xf5\x1e\x7d\xe4\x61\xa5\xe4\xe5\xc5\xd9\ \xc5\xf9\x39\xf7\xb8\x91\x82\x52\xe4\x8c\x1a\x0b\x84\x90\xd1\x68\ \xb4\xb9\xb9\xb1\x5c\x2e\x42\xdf\xa3\xc4\x95\xc5\xaa\xdf\xeb\xf5\ \xd2\x04\xad\x1b\x6f\xac\x8d\xd7\xc6\x17\x17\x17\x9c\x11\x6b\x64\ \xe4\x7b\x64\x38\xe0\x9c\xb9\x1a\xb4\x35\x56\x08\x25\xc4\xfe\xfe\ \xfe\x74\x32\x3d\x3a\x3c\x9e\x2f\x56\x41\xe0\x0b\xd1\xa4\x69\x14\ \x06\x3e\x21\x78\x9e\x5d\x54\x55\xc5\x18\x0b\xa3\xb0\xdf\xef\xb5\ \x6d\xdd\x34\x82\x73\xea\x9c\xa5\x94\x94\x65\xd9\xb6\x6d\xe7\x83\ \xdf\xb4\x02\x3a\xe3\x0c\x8f\xa7\x69\xfa\xf8\x13\x4f\xa5\x69\xf2\ \x99\x4f\xbf\xd0\xc5\x25\xc6\x98\x5e\xaf\xb7\xbe\xbe\x0e\x00\x65\ \x59\x16\x45\x21\xa5\xec\x6e\xc8\x7d\xad\x47\x20\xa5\x4a\x7c\x5e\ \x35\xf5\x72\xb5\x22\x8c\x20\xa5\x71\x1a\x7d\xea\xf9\xdf\x31\xd6\ \x6a\xad\x3e\xfe\x2b\x1f\xff\xdb\xdf\xfb\x3d\x6d\xdb\x36\x4d\xdd\ \xef\x0f\x44\x2b\x09\x21\xd7\xaf\x5f\xfb\xc5\x5f\xfc\xa5\xdd\xdd\ \x5d\x4a\x89\xef\xfb\xbe\xe7\x17\x45\xd9\x34\x8d\xcf\xd9\xf1\xd1\ \xdd\x24\x89\x02\xce\x6f\xdc\xb8\xd1\xef\xf5\x5f\x7b\xfd\x4d\x46\ \x69\x91\x67\x4f\x3c\xfe\xa8\xe7\xb1\xc3\xbb\x77\x57\xab\x45\xdb\ \x34\xa2\x6d\xa4\x14\x61\xe8\x07\x41\x24\x95\x8e\xa2\x60\x6f\x6f\ \x47\xb4\x6d\x55\x56\x1b\xe3\xf5\xd7\x5e\x7f\xd5\xf3\x82\x5e\x3a\ \xf0\x7c\x1e\x05\x6c\x7b\x67\xeb\xf9\x17\x3e\xad\x94\x4a\xe2\x88\ \x11\xd8\xdc\xdc\x1c\xf4\x7b\xe0\x9c\xd2\xda\x18\xcb\x3d\xef\xf8\ \xf8\x78\x99\x15\x79\x59\xbf\xf8\xe9\x4f\x1b\x63\xe2\x28\x02\xe7\ \x76\x77\xf7\x2e\x2e\xce\x9a\xa6\xb9\xbc\xbc\xa8\xab\xa2\x97\x44\ \x5b\x5b\x5b\x53\x42\x56\x59\x86\x48\xbb\x5e\x11\x4a\xc9\xc5\x62\ \xbe\x77\x65\xaf\xae\xcb\xc3\xc3\x3b\x17\x97\xe7\x71\x14\xf7\xe3\ \x64\x6b\x73\xfb\x43\x1f\xfa\x8a\x20\xf0\x7f\xe9\x97\x7e\xf1\x60\ \xff\x96\x52\x6a\x73\x73\xb3\x2c\xcb\xe7\x9e\x7b\xee\xda\xb5\x6b\ \x6f\xbc\xf1\xc6\x74\x3a\xed\xca\x3b\x5f\x38\x95\xff\x3e\xdc\xbc\ \x3f\xee\x3f\x5c\x04\x97\xe7\xcb\xb2\xae\xfb\xfd\x3e\x65\x4e\xca\ \x1a\xd1\x7c\xe6\x0f\x7e\x7f\x7f\x7f\x3f\x0c\xc3\xba\x69\xb4\x69\ \x93\x34\xb0\xd6\x28\x29\x91\x50\xcf\xf7\x8c\xd5\x46\xab\x6b\xd7\ \xae\x01\xb8\x3c\x2f\x3c\x8e\x4a\xd4\x75\x5d\xfb\x9c\x01\xd8\xfd\ \xb7\x6e\x51\xca\x07\xa3\xb5\x5e\x2f\x6d\x9a\xb6\x6e\xaa\xe9\x74\ \xf2\xd0\x43\x0f\x7d\xe5\x57\xfe\xb9\xfd\xdb\xb7\xef\x1e\xec\x2f\ \x57\x0b\x46\x88\xd1\x0a\x10\xe4\x99\xf0\xc2\x28\x4e\x7a\x45\x9e\ \x91\xdd\x2d\xab\xd4\x6b\xaf\xbf\x4e\x28\x1a\xad\x39\xa7\xa3\xe1\ \x30\x89\x3b\xbb\x81\xac\x69\xea\xa6\xf6\xb4\x12\x77\x0e\x6e\x87\ \x61\xdc\x36\x15\x38\x8b\x84\xc7\x49\x52\x96\xe5\xf1\xe1\xe1\x7c\ \x3e\xbf\x7d\xfb\xad\xed\xed\x6d\x29\x5a\x29\x04\x24\x91\x52\x72\ \x36\x9f\x55\x75\xe5\xfb\x3e\x22\x54\x55\x91\x65\xd9\xdb\x56\x40\ \xc2\x3a\x6b\x8c\xae\xaa\x7a\xb1\x58\x44\x51\x14\x04\x81\x54\x2a\ \x8a\x63\xeb\x60\x73\x73\x33\x8a\x93\x93\x93\x93\xc5\x62\x31\x1c\ \x8d\x86\x83\xfe\x6c\x36\xab\xeb\xba\xdf\xef\x6b\xad\xcb\xb2\x2c\ \xcb\xd2\x39\x57\x14\x45\x9e\x67\xf7\xd7\xcb\x05\x90\xc8\xb6\xc9\ \x5b\x41\x19\x32\x6a\x8b\x32\x0f\x93\xe8\xcd\x37\x0f\x7e\xe1\x17\ \x7f\xbe\xaa\x0b\xca\xf8\x72\xb9\x78\xfe\x77\x9f\x0f\xc3\x70\xb5\ \x5a\x0d\xfa\x83\x2e\x50\x5d\x2c\x96\x1b\x1b\x1b\xfd\x7e\xdf\x58\ \xab\xb5\x29\x8a\xd2\x1a\x4b\x91\xf8\x81\xb7\x5a\x2d\x5f\x7f\xfd\ \x35\x21\xdb\xb5\xd1\x38\x0a\x22\xad\xcc\x62\x32\x75\x46\x7f\xd5\ \x57\x7e\x74\x7d\x63\xe3\xb7\x7f\xf3\x37\x5f\x3b\x39\x69\xea\x9a\ \xa2\xe3\x94\xcd\xa7\xf3\xaa\x3d\xd9\xde\xbd\x52\xd7\xa5\x52\xd2\ \x0f\x82\xcf\xbe\xfc\x59\xd5\x0a\xad\x4d\x18\xf8\x71\x92\x00\x80\ \x50\x2a\x2f\x17\x45\x59\xd7\x75\x73\x75\x6f\xef\x95\x57\x5e\x79\ \xf4\x31\x59\x95\x05\xa3\xd4\x3a\x67\xad\x35\xc6\x5c\x4e\x2e\x27\ \xd3\xe5\xf3\x2f\xfc\x7e\x14\xc7\x83\xc1\x60\x72\x39\xe9\xf7\xe2\ \xf9\x62\xa1\xb5\x3e\x38\x38\xd4\xda\x0c\x07\x03\x4a\xe8\x6c\x36\ \x5d\xad\x56\x84\x10\xa5\xb4\x94\xd2\x5a\xab\xb5\x9a\xce\xa6\x79\ \x99\xef\xee\xee\x3a\xe7\xd6\xd6\x46\xbe\x17\x71\x2f\x58\x5f\xdf\ \x3c\x3e\x3e\x89\xe3\x18\x01\x3e\xfa\xd1\x8f\x0a\x21\x4e\x4f\x4f\ \x29\xa5\x51\x14\x75\xee\xb3\x65\x59\x2e\x16\x8b\xaa\xaa\xbe\x24\ \xd1\xe2\xfb\xe3\xbd\x32\x9c\x73\x6f\xdd\x7c\xa3\x11\xed\x43\xd7\ \x1f\xa2\x94\xd6\x75\x75\x71\x96\x9f\x9f\x1e\x13\xb4\x4d\x95\x47\ \x61\x24\xea\x32\x5f\xae\x9c\x73\xf3\xd9\x74\x3c\x5e\x23\xe0\x1d\ \xdc\xba\x2d\x9a\x6a\x77\x6b\x6b\x72\x7e\x89\xe8\x30\xf6\x8f\x0e\ \xef\x1c\x1c\x1c\x04\x61\x68\xb5\x90\xa2\xf5\x03\xc2\x19\x8d\xc2\ \xd0\x39\x54\x42\x2e\xe7\xf3\xaf\xfd\xea\xaf\xa9\xaa\xca\x58\xdb\ \xeb\xa7\xfb\xb7\xcb\xb6\x6d\xac\x31\x81\xcf\x83\x20\x52\xc6\x70\ \xce\x0f\x0f\xef\xa6\x51\x94\xa4\x31\xe3\x34\x5b\xad\xda\xb6\x59\ \x1f\x0f\xd7\xd7\xc7\x83\xc1\xe0\x95\x57\x5e\x59\xad\x96\xc3\xc1\ \x40\x36\x4d\xe0\x25\x8b\xd9\xc4\x0b\x62\x04\xa4\x94\x5a\xe7\xaa\ \xb2\x6c\x9a\x4a\x69\xb3\x5c\xae\x9a\xa6\x55\x4a\x47\x51\xa8\x94\ \x68\xdb\x36\xcb\x17\x93\xc9\x45\x10\x44\x7e\xc0\xe7\xf3\xb9\x94\ \x12\xa0\xeb\xf6\x6c\x95\x52\x80\xd6\x39\x0b\xce\x76\x5d\x59\x9a\ \xa6\x01\xc0\xf1\x46\x1c\x46\x31\x63\x3c\x8e\x93\xb3\xf3\x0b\x6b\ \xed\xc6\xfa\x7a\x1c\x47\xfb\xfb\xfb\x1d\x9b\x2d\xcb\xb2\x2c\xcb\ \x84\x10\x61\x18\x5a\x67\xdb\xb6\xbd\xbf\x4a\x34\x63\x6c\xff\xe8\ \xd6\xc1\xcd\x9b\x0f\xdf\xb8\xb1\xb3\xbb\xdd\xd4\x65\xd5\xe6\x9f\ \xfc\xe4\xbf\xc8\x56\x73\xa1\x5a\xca\x18\xe7\xe4\xe6\xcd\x9b\xdb\ \xdb\x3b\xb7\x6e\xdd\xda\xd9\xd9\x71\x0e\x85\x10\x9f\xfc\xe4\x27\ \x9f\x7a\xea\x29\x4a\xe9\x6a\xb5\xb2\xda\x3a\x63\x7e\xf3\xd7\x7f\ \x4b\x2b\xe5\xac\x31\x5a\xe6\xab\x65\x2f\x4d\xc7\xa3\x31\x22\x01\ \xeb\x0e\xee\xdc\x59\xdf\x18\x6d\x6c\x6c\xd6\x55\x9d\x24\x71\x5d\ \x95\xf3\xd9\x14\x11\x9b\xaa\x8a\xe3\x38\x88\xa3\xc5\x72\xe6\xc0\ \xbc\xfe\xc6\x6b\x1f\x78\xfa\xd9\xd1\x68\xf4\xda\x67\x5f\xd1\x5a\ \x23\xe2\xd6\xe6\xe6\xde\xee\x95\x8b\xc9\xd9\xcf\xff\xfc\xcf\x45\ \x49\x6c\x95\x5c\xae\x16\x49\x12\x1f\xec\xbf\x55\xe4\x19\x41\x04\ \x24\xd6\xa8\xa6\xaa\xce\x4e\xcf\x5a\xa9\x8b\xbc\x40\x42\x46\xa3\ \x51\x1c\x47\x8c\xd2\x22\xcf\xdf\x78\xe3\x35\x69\xdc\x68\xb4\x5e\ \x95\xd9\xab\xaf\xbe\x2a\x45\xed\x71\xa6\xb4\x96\x46\xd5\x75\xad\ \x94\xd6\x06\xda\xb6\xee\xf7\x7b\x27\xc7\x27\x84\xb0\xc1\x78\xbc\ \xb3\x7d\x85\x71\xff\xfa\xf5\x6b\xc7\xc7\x27\x27\x27\xa7\x61\x18\ \x3d\xf3\xcc\x33\xcf\x3f\xff\xfc\xf9\xf9\xf9\xd3\x4f\x3f\x7d\x76\ \x76\x46\x08\x99\xcd\x66\x61\x18\xc6\x71\x7c\x79\x79\xf9\x05\x95\ \xcd\xef\xc3\xe2\xfb\xe3\x5d\x8d\x55\x3e\x2f\xcb\xd2\xf7\x69\x9a\ \xa6\x75\x5d\x1f\x1e\x1e\x36\x6d\x41\x29\x55\x4a\x5a\xe0\x52\xa8\ \xb6\x6d\xc2\x30\x6a\x9a\x06\x11\x84\x90\x8b\xe5\x3c\x4e\x12\xe7\ \x6c\x59\x16\x00\x60\x5d\x78\x76\x76\xda\xd4\xe5\x70\x38\x58\x4c\ \x26\x8c\x72\xa3\x94\xd5\x6a\x36\x9b\x2a\xed\x84\x10\x59\x96\x5f\ \x5c\x5c\x50\x4a\x94\x94\x65\x59\x5a\x6b\x18\xa3\xcc\xe7\xd6\xd8\ \x56\x34\x3e\xe2\x6a\xb5\xdc\xd9\xde\x59\x2c\xe7\xc7\x27\x47\x5a\ \x6b\x67\x6d\x99\xe5\x6b\xa3\xa1\x94\x52\x08\xd1\x34\x8d\x73\x6e\ \x3c\x1a\x1d\x1f\x1e\x94\x85\xf3\x3c\x7f\xb9\xca\x3b\x2f\x28\x44\ \xe2\x79\x7e\xbf\xdf\x3f\x3f\xbf\xdc\xdf\xdf\x5f\x1b\xaf\x6b\xad\ \xcb\xb2\xea\x3c\xb4\x29\xa5\x0f\x3f\xfc\xb0\x73\xa8\x94\xba\xbc\ \xbc\xb0\xd6\x20\x82\xd6\x02\x11\x00\x9c\xd1\x9a\x52\x2a\xa4\xec\ \x1a\x6c\xb6\x6d\x1b\x04\x21\x22\x6a\x63\x8a\xb2\x60\xdc\xef\xa5\ \x89\x36\x41\x59\x64\x55\x55\x71\xce\x7d\xdf\xef\x30\xb5\x1b\x4d\ \xd3\x10\x24\xbd\x5e\xcf\xdd\x57\x9f\x68\x4a\xe9\x6c\x3a\xd9\xbf\ \x7d\x4b\xc8\x56\x5b\x29\x95\xbc\xb9\x7f\xeb\xe4\xf4\x70\xb9\x9c\ \xc6\xbd\x44\x1b\x01\x40\xe6\x8b\xf9\xd5\xab\xd7\x3a\x44\xd0\xc6\ \x5e\x5c\x5c\xd4\x75\xbd\x77\xe5\xca\x64\x32\x59\x65\xf9\xa8\x3f\ \x92\xad\xf8\x8d\xdf\xfc\x8d\xdd\xdd\xdd\xfd\x3a\xf7\x39\x6b\xdb\ \x96\xa0\x5d\x2e\x97\xf3\xe9\xdc\xf7\x83\xb2\xcc\xb9\x47\x2e\x2e\ \x2f\xac\xd6\xa2\x6d\xd3\x24\x39\x3b\x3d\xe1\x94\xf9\x7e\xa0\x94\ \x72\x4d\xa3\xac\x45\xc4\xd1\x68\xf4\xe2\x67\x5e\x14\x8d\xe0\x1e\ \x3f\x3b\x3b\xeb\xf7\x06\x52\xe8\xa6\x69\x8c\x31\x75\xdd\x0c\x86\ \x23\x51\x95\xf3\xe9\x85\xc7\xd9\xa4\x9e\xe4\xab\x95\xb5\x96\xfa\ \x1e\x12\xec\x0d\xfa\xbe\xef\xff\xd6\xef\xfc\xae\x52\xd2\xf3\xbc\ \xb2\x28\xaa\xba\x3a\x3d\x9e\x3d\x74\xf5\xea\x68\x34\x1a\x8e\x37\ \x5a\xa9\xeb\x2a\xb3\xd6\x04\x61\xa0\x85\x34\x5a\x03\x62\xd3\xb6\ \x4a\x2a\x00\x90\x52\xb6\x6d\xed\x79\x41\x55\xd5\x00\x40\x08\x91\ \x52\x1e\x1e\x1e\x22\xd2\xed\xed\x6d\x70\x6a\x36\x9b\x01\x40\xd7\ \x5c\xcc\x18\x43\x29\xb5\xd6\xb6\x6d\x4b\x29\x4d\xd3\xf4\x0b\xa6\ \x74\x1f\x3c\x2c\xb6\x6d\x33\x9b\x2e\x29\xe1\x0f\x38\x30\x41\xd0\ \x7f\x4c\xe1\xce\x21\x58\x0a\xef\x29\xca\xa3\x35\x4e\x56\xf7\xe7\ \x4c\xf5\x87\xc7\xb0\x76\x30\x18\x0c\x87\xc3\x77\x11\x30\x82\x56\ \x7a\x3e\x9b\x8b\x56\x34\x4d\xb3\x5a\xae\xac\xb1\xd6\x58\x04\xd4\ \x4a\x5b\xe7\x26\x93\xe9\xce\xce\xce\x62\xb1\x58\x5f\xdf\x28\x8a\ \xd9\xf9\xc5\xe9\x60\x30\x70\x60\x7a\xfd\x64\xb5\x5c\x29\xd1\x32\ \xc4\x61\x7f\x90\xc4\xe1\x6c\x72\xe1\x88\xb3\xd6\x5a\x80\x9b\x6f\ \xbe\x69\x1d\xdc\x39\xb8\x33\xe8\x0f\xfa\xfd\xbe\x68\xdb\xb7\xde\ \xba\x75\xe7\xe0\x20\x0c\xc3\xb2\x2c\x44\x2b\x10\x20\x4d\xd3\x8d\ \xcd\x8d\xc5\x72\x25\xdb\x7a\xb5\x9c\x2f\x16\x0b\x42\x90\x12\xe2\ \x07\xde\x62\xb5\x54\x4a\x7a\x17\x5e\x55\x96\x8c\x92\x28\x8e\x1c\ \x92\xb2\x6a\xc6\x61\xac\x8c\x40\x82\xe8\x9c\x31\x2a\xf0\xe2\xb6\ \xaa\x28\x40\xbf\x17\x87\x01\xe7\x0c\x95\xd4\xbd\x5e\x6a\xad\x65\ \x9c\x32\xc6\xb2\x2c\x33\x46\x87\x61\x20\x84\x68\xdb\xd6\x5a\x87\ \x88\x00\xe8\x1c\x01\x20\x3e\x27\x1e\x75\x94\x01\x01\x46\x19\x59\ \x2c\x66\xe3\xf1\x5a\xba\x36\x06\x44\x3f\x0c\xa9\xd6\xd3\xc9\x65\ \x21\x5b\xcf\xf3\x8c\xb1\xce\xb9\xae\x5b\x74\x18\x86\x65\x59\x52\ \x46\x8d\x36\xf7\xfb\xc6\xa2\x36\x0a\xc0\xcc\xe6\x13\x7b\xd3\xc4\ \x49\xbc\xbf\xbf\x7f\x70\x70\x87\x7b\x7e\xd3\x28\xa9\xa4\x17\x04\ \x87\x27\x47\x8f\x3f\xf9\x34\x21\x55\x51\x14\x5a\xea\xe9\x64\x22\ \x44\xe3\x8c\x0c\x02\xdf\x6f\x79\x9e\x2f\xc1\x58\x4e\xe1\xca\xd5\ \x47\x2e\xce\x8e\x8a\x32\xd3\xd6\xf6\x82\x60\x31\x9d\xbe\xfc\xd2\ \xa7\x6f\xef\xdf\xbd\x73\xf7\xe0\xa9\xa7\xff\xd2\xf4\xf2\xbc\x2a\ \x8a\xcf\x7e\xe6\x0f\x96\xd3\x59\xec\x05\x00\x30\x5f\x2d\x93\x34\ \xb9\xb2\x77\x85\x30\x5a\x14\x85\x68\x9a\x65\x3d\xcb\x96\xd9\x68\ \x38\x8a\xa2\x10\xd0\x4e\xa6\xe7\x59\xbe\x28\xcb\x22\x08\x22\xd1\ \x36\xfd\xc1\xe8\xf8\xf8\xb4\x16\x0a\x90\x38\x24\x32\x89\x27\x58\ \x00\x00\x20\x00\x49\x44\x41\x54\x41\xe0\x19\xe7\x08\x22\xf3\x43\ \xee\xf9\x84\x90\xb5\xb5\xb1\xcf\x98\xd1\x3a\x89\x22\x27\x13\x40\ \xb7\xb9\xb9\x89\x94\x35\x6d\x03\xce\x86\x71\x54\xd7\x95\x32\xda\ \x82\x73\x0e\x3c\xce\xa2\x30\x00\x00\xce\xfd\x30\x8c\xeb\xa6\x0d\ \x93\x44\x08\x75\x7e\x71\x71\xed\xfa\x43\x84\x31\x8f\xfb\xe9\xa0\ \x57\xd5\xc3\xd7\x6f\xbe\xa1\xa4\x62\xdc\x67\x9e\x2f\xb5\xf6\xfc\ \x70\x38\x1a\xdf\xbe\xbd\x5f\xd5\x0d\xe5\xde\x17\x74\x5c\x7e\xf0\ \xb0\xd8\x54\xfa\xe3\xbf\xfd\x03\x2b\xfd\x26\xc5\x07\x66\x09\x61\ \x28\x8c\xe7\xe4\xc3\x2f\x50\xfd\x47\x9e\xaf\xa5\x98\x2e\xd9\xe6\ \x5d\x30\xef\x15\x85\x8c\x33\x82\xad\x3d\x3e\xfc\x8f\x7f\xc2\xe9\ \xfb\x6f\x91\x88\x88\x6d\xdb\x9e\x9d\x9d\xdd\x37\x2c\x3a\xe7\x64\ \x23\x11\xa8\x56\x76\xb5\xcc\x8b\xa2\x90\x42\x5b\x03\x00\x40\x08\ \xd5\x42\x33\xe6\xe5\x45\x3e\xa8\x07\xe7\xe7\xe7\x8f\x3d\xfa\x68\ \xdb\x36\x97\x97\x17\x5d\xed\x22\x0c\x43\xe7\x54\xbe\x28\xaa\xbc\ \x28\xf3\x9c\x51\x40\x02\x5a\x1b\x63\x4c\x10\xf9\x75\xd3\x00\x90\ \xb2\xcc\x77\xb6\xb7\x02\xdf\x77\xce\xae\x96\x4b\x86\x04\x9d\x6d\ \xeb\xd6\xe7\x1c\xc1\x4d\x2e\x2e\xce\xce\x4e\x93\x5e\x92\x26\x61\ \xdb\x90\xba\x2e\xa4\x94\x69\x9a\x96\x4d\x35\x5d\xcc\x08\x21\x5a\ \x08\xe2\x8c\x94\xb5\x03\xc7\x7c\x5f\x68\x55\x34\x02\x08\x45\x44\ \x42\x2c\x1a\xa5\x44\x7d\x78\x70\xa0\x8d\xd9\x5a\x1b\x23\x21\x4a\ \xe9\x7e\x2f\xb2\x00\x17\x97\x13\x6c\x49\x2b\x9a\xe5\x72\xde\x19\ \xf6\x21\xa2\x10\x02\x91\x74\xc1\x9a\x73\x40\x08\x05\xab\x9d\x6e\ \x83\xd0\x6b\x9d\x03\xa7\xa5\x30\xd3\xd9\x64\x38\x1a\xf5\x06\xa3\ \x20\x8c\x9a\xb6\x25\x04\xa7\xb3\xe9\x78\xbc\x16\x86\x61\x2f\x4d\ \xbb\x4f\x08\x21\xbe\xef\x45\x61\xd8\xb4\xcd\xfd\x69\xa2\x11\x41\ \xca\xb6\x28\x0b\x4b\xa0\x3c\x2a\x81\xb2\xc3\xa3\x63\x00\x2a\x84\ \x04\x24\x80\xdc\x6a\xb0\x80\x07\x77\xef\x6e\x8c\xc6\x67\x67\x67\ \x7b\xdb\x3b\x6f\xbc\xfa\xca\xc5\xe9\x89\xef\xf3\xaa\xce\xb9\x47\ \xf2\x65\x26\x8a\xc2\x19\x95\xe7\x4b\x3f\x08\xe6\x8b\xb9\x52\xda\ \x5a\xeb\x40\x8b\xa6\x98\x4f\xcf\xd2\x24\xba\x76\x6d\xef\xca\xde\ \xce\xfe\x1b\xb7\xe6\x93\x69\x40\xd9\xa2\xa8\x34\xd8\x34\x8a\x57\ \xab\xec\x85\x17\x5e\x20\x00\x4f\x3e\xf9\x64\x53\x96\x45\x96\x4f\ \x2f\x2f\xc1\x5a\xa3\xe5\xd9\xe9\x71\x18\x86\x79\x9e\x7b\x9e\x6f\ \x8d\xb1\xd6\x79\x41\x22\x2d\x29\x1a\x99\xf6\x52\x4b\xd0\x82\xb3\ \x56\x33\x46\x0e\xee\x1c\x7a\x41\xe2\x00\xb7\x36\xd6\x2f\x2f\x27\ \xa3\xe1\xb0\xdf\x4f\xb5\xa8\x27\x93\x89\xef\x07\xe7\xe7\xa7\x94\ \x12\xa5\x54\x14\x45\x84\xe0\x52\x09\xad\x6d\x18\x86\x8c\x51\x46\ \x81\x21\x28\xad\x10\x68\x1c\xc5\x48\x59\x23\xda\xc3\xa3\x43\xca\ \xf9\x8d\xc7\x1f\x8f\xe3\xa4\xd7\xef\x9d\x5f\x9c\x5e\x5e\x4e\x83\ \x20\xd8\xd9\xdb\xdb\xdd\xdd\x53\x4a\xe5\x45\x49\x99\xb7\xb9\xb5\ \x9d\xa4\xbd\xf3\xf3\xf3\x2f\x48\xa4\x7f\xf0\xb0\x48\x09\x93\xb0\ \x28\xcc\x01\x23\xd1\x83\x3a\xa6\x26\x90\xb4\x24\x39\xe1\xca\xfb\ \x23\x51\x93\x91\xe1\x85\x17\xde\x04\x03\xef\x15\x58\x94\xc0\x13\ \xbe\xb6\xbe\xe1\x54\xf3\x6e\x60\xb1\x2c\xcb\xf9\x7c\xfe\x2e\xe3\ \xcd\xee\x25\xeb\xe8\x20\x5d\x58\xd4\xbd\x73\x48\x88\x36\x9a\x21\ \x13\x6d\x33\xb9\xbc\x28\x8a\xbc\x2a\x0b\x82\xb0\x36\x1e\xad\x96\ \x8b\x22\xa7\x65\x5e\x94\x59\x9e\xad\x56\x52\x8a\x4e\xae\x87\x80\ \x5d\x8b\x12\xa5\x64\x51\xd4\xc6\x38\x07\x70\x72\x72\x62\xad\xc9\ \xf2\xcc\x0b\x78\x99\x17\x9c\xb3\x30\x0a\xc0\x3a\xe7\x9c\x76\xba\ \xac\xca\xd5\x6a\x89\x08\xab\xd5\xca\x5a\xdb\x59\xcb\x74\xb4\x18\ \x4e\x88\x31\x06\x00\xeb\xba\xea\xf7\xfb\x8c\xb1\xa2\xac\x09\xa1\ \xd6\x1a\x21\x04\x80\x4b\xa3\x58\x4b\xd5\x48\x71\x65\x6f\x37\x08\ \xa3\xe3\x93\xd3\xaa\xca\x8d\xc5\x22\x2f\xac\xb5\x55\x5d\x72\x8f\ \x75\x2c\x6e\xdf\xf7\x19\x63\x52\xca\x8e\x00\x8f\x88\x5d\x9c\x8e\ \x88\xce\x39\xe7\x00\xd1\x81\x73\x60\x01\x09\x22\x38\x00\x47\xc0\ \xad\xaf\x8d\xab\x22\x5b\x1b\x8f\xda\xb6\xad\xeb\x8a\x73\xce\x18\ \xe3\x8c\xb6\x8d\x55\x52\x22\x80\xbb\xef\x07\x57\x37\x8d\x6c\x23\ \x4c\x0d\x90\xaa\x2c\xb2\x22\x6f\xa5\x92\x4a\xfa\x61\x44\x11\xa5\ \xd1\x88\x74\x3a\x99\x44\xbe\x7f\xfb\xf6\xed\x27\x1f\x7d\xec\xf0\ \xf0\xf0\x43\xcf\x7d\x79\x55\x94\x5c\xe9\xbc\xc8\x17\x97\x93\xd9\ \xc5\xa5\x56\x6a\x36\x9f\x37\x4d\xd3\x61\x90\xef\x7b\xbe\xef\x97\ \x65\x39\x9d\x4c\x37\x76\x36\xce\xce\xce\x7c\xca\xf6\xef\xdc\x09\ \x83\xc0\x5a\x8b\x8c\x7a\x84\x33\xce\xc3\x30\x64\x5a\x2d\x17\x8b\ \xd3\xd3\xd3\x24\x49\xb2\x2c\x5b\x2c\x16\x9d\x73\x57\xd3\xb4\x42\ \x4a\x70\x4e\x6b\x25\x44\x4b\x08\x69\x9a\xe6\xf1\xc7\x1e\x3d\x39\ \x3d\xae\xeb\xda\x39\x67\xb4\x16\x52\x06\x51\xe2\x7b\xec\xf8\xe8\ \xee\xc6\xc6\xc6\xd5\x2b\x57\x19\xa1\x79\xb1\xca\x73\x2b\x84\x98\ \x5c\x5e\x3a\x0b\x65\x95\x87\x71\x38\x1e\x8d\x7d\xdf\x37\x46\x4b\ \xa5\x3c\xcf\xa3\x94\x76\x3d\xc7\x11\xc0\x69\x15\xf8\x5c\x2a\x25\ \xdb\xda\x63\xbc\xa9\xaa\xc0\x67\x56\x4b\x4e\x41\x35\x75\x3f\x89\ \x9e\xfb\xe0\x33\x97\x17\x97\x4f\x3d\xf5\xc4\xf9\xf9\xd9\x70\x38\ \x1a\x0d\xd2\xe5\x72\xc1\x88\xab\xcb\xcc\x69\xf9\xa5\xa9\x44\x13\ \x64\x04\x7c\x02\xde\x03\x3b\x20\x00\x22\x1a\xce\xcd\x1f\x79\xbe\ \xc8\x1c\xf3\x34\xe1\xe0\xde\x2b\xa9\x52\x47\x1b\x82\xbe\x31\xc6\ \xbd\x0b\x91\xd2\x7d\x35\x41\xfd\xd7\x0f\xa1\x94\x6a\x9a\x86\x73\ \x4e\x08\x69\xdb\xc6\x18\xdd\x45\x91\xf7\x16\x2c\x63\x08\x61\xdd\ \xf4\xd8\xdf\xdf\x5f\xad\x56\x5b\xdb\xdb\x88\x78\x39\x99\x50\x42\ \x8a\x2c\xf7\x29\x47\x42\x18\xe3\xe0\x80\x10\xa2\x94\xd4\xda\x48\ \x29\xe7\x8b\x45\x53\x0b\xa5\xe4\x62\x31\x8b\xe3\x30\x2f\x8a\x6c\ \xb5\x2a\x8b\xdc\x63\x2c\x8e\xe3\x28\x0c\xc0\x9a\x30\x0a\xac\x35\ \xd3\xd9\x6c\x39\x9f\x37\x55\xbd\x5a\x2d\xe3\x38\x29\x56\x19\x00\ \xf8\x8c\x13\x42\xb5\x96\x88\x84\x52\x32\x9d\x4e\x87\xa3\x31\x21\ \x64\xb1\x5c\x11\xa4\x9d\x6e\xd5\x81\x1b\x8e\x86\x49\x12\xb9\xc2\ \x94\x65\x25\x84\x5c\x2d\x97\x4a\x6b\x70\x44\x29\xe1\x79\xbe\x56\ \xca\x58\x05\x00\x75\xdd\x04\x41\xc0\x18\x63\x8c\x01\x80\x52\xca\ \x5a\x4b\x09\x51\xd2\x4a\xa5\x3d\xad\x8d\xd1\x68\x1d\x21\x98\x26\ \x31\x25\x84\x80\x35\x4a\x2e\x17\xf3\xb6\x2e\x09\x25\x59\x96\x59\ \x6b\x3b\x7f\x2d\xe7\x5c\xa7\xb5\x68\x9a\xc6\x3a\x7b\x7f\x29\x10\ \x04\x54\xce\xe4\x4d\xcd\xeb\x36\x88\xc2\xb2\x69\x85\xd2\x06\x1d\ \x0b\x42\x47\x50\x5b\x43\x19\x33\xd2\x18\xa3\x7d\xcf\xbf\x73\x70\ \xf0\xf2\x4b\x9f\x2d\xb2\xec\xda\xb5\xeb\xc7\x47\xc7\x61\x1c\x5d\ \x4c\x27\xa8\xad\xb5\x26\x08\xc3\xb2\xcc\x3a\x58\x27\x84\x00\xe0\ \x72\xb1\xcc\xb3\xb2\x69\xeb\x55\xb6\xca\xf3\xfc\xcd\x37\xde\x3c\ \x3a\x3a\x5a\xce\x67\xab\xf9\x32\x8c\xc2\xe1\x68\xc8\x7d\xbf\xaf\ \xd4\x2a\x5b\x79\x8c\x14\xf9\xea\xe6\x9b\x6f\xd4\x75\x2d\xa4\x98\ \x4e\x90\x73\xc6\x19\x7a\x9e\x27\x95\x44\x44\x46\xe9\x62\xb1\x74\ \xe0\x6e\xdc\xb8\x71\x7e\x71\xd1\xb6\xd2\x5a\x30\x80\xc6\x02\xe7\ \xde\xd6\xe6\x5a\x9e\x95\xc4\xd9\xc9\xc5\x79\x59\xe4\x77\x0f\xee\ \x44\x71\x5c\xe4\x79\x14\xc5\xf3\xd9\x8c\x10\x52\xe4\x45\x53\x37\ \xce\xc1\x70\xd8\x1b\x8d\x46\x55\x55\x2a\xa5\x00\x6c\xe7\xf2\x20\ \xdb\xa6\xad\x72\x87\x04\x9d\xd3\xa2\x1d\xf5\xfb\x57\x77\xb6\xca\ \x6c\xb1\xb3\xb5\xae\xb5\xaa\xb2\x65\xb9\x5a\x34\x45\x76\x79\x7a\ \x9c\xad\x96\x91\xcf\x89\xd5\xba\x6d\x8c\x68\x8a\xe5\xbc\xa9\xca\ \x2f\x4d\x25\xda\x39\xe7\xac\x73\x0f\x4a\x7a\x0b\xe0\x6c\xb7\x12\ \xbb\xcf\x33\x89\x1d\x00\x58\x07\x0f\xee\x07\xff\xec\x97\x80\xc1\ \xba\x3f\x13\xe7\x91\xe7\x79\x55\x55\x41\x10\x68\xad\x3b\x05\xbe\ \xeb\x24\x20\x5d\x59\x03\xc0\x59\xa3\x95\xa4\x94\xed\xbf\xf5\x96\ \xb5\xf6\xb9\xe7\x9e\x6b\xea\x0a\x8c\xd1\x46\x87\xa1\xbf\x9c\x2d\ \xdb\xba\x91\x52\x0a\xa1\x01\x80\x52\x66\x8c\x53\x4a\x65\xab\x4c\ \x29\xe3\x79\xbc\x6d\xdb\xbb\x77\xef\x4e\x26\x93\x30\xf0\xd6\xc6\ \x63\x6b\xb4\x36\x1a\xc0\xf5\xfa\xbd\x8e\xae\xb1\xb9\xb1\xa1\x94\ \x4a\xe2\x58\x49\x19\x85\x01\xa5\xac\x69\x1a\xa5\x14\xe3\xce\x59\ \x4b\x10\x01\x50\x4a\xb5\xb7\xb7\x57\x96\xe5\xd1\xf1\x89\x90\xd2\ \x3a\x47\x29\x35\xd6\x22\x22\x41\xe8\xf7\x7b\x6d\x53\xcf\xe7\xb5\ \xd1\x7a\x6b\x73\x63\xb1\xcc\xe6\x8b\x85\xb3\x16\x11\x01\x5c\x14\ \x45\xdd\x0f\x75\xa0\xd6\x21\xa3\x31\x86\x10\xda\x3d\x02\x24\x94\ \x52\x20\x84\xfa\x8c\xa7\x49\xbc\x9c\xcd\xce\xcf\xcf\xd3\x24\x0d\ \xc2\xc0\x6a\xa5\x85\xf4\x18\x5b\x1b\x8f\x9b\xa6\x56\x42\x94\x52\ \x48\x29\xb5\x94\x60\xad\xc7\xd8\xfd\x35\x44\x25\x84\x2c\xb3\xec\ \xe0\xf8\x38\xe8\xf5\xc1\x63\x87\x27\xc7\x55\xdb\x22\xa5\xc6\x76\ \x9d\x4b\x14\xa5\xd4\xa3\x5c\x29\xd5\xb6\xcd\xc9\xf1\xd1\xc7\x3f\ \xfe\x4f\xf6\x76\x77\x95\x14\xbe\xef\x9d\x9d\x9d\x86\x51\x74\x31\ \x39\x57\x4d\xad\x94\xea\x14\x38\x1d\xe2\x17\x45\xbe\x58\x2c\x28\ \xe5\x42\x48\x6b\xdd\xc9\xd1\xd1\xe4\xfc\x22\xcf\xb2\x7e\xaf\xbf\ \xbd\xbb\xbd\x5a\x65\x4d\xdb\x84\x71\x44\x29\x4d\xd2\xdd\xa2\xc8\ \x6e\xdf\xbe\xbd\xbb\xbb\x73\x76\x76\x46\x08\x26\x49\xac\xb5\xee\ \xc4\x3c\x84\x12\x46\x30\xf4\xfd\xe5\x62\x76\xe3\xd1\x47\x37\x36\ \xd7\xa3\x38\x9a\xcd\xe7\xda\x18\x6b\x01\x08\x21\x84\x0c\xd2\x34\ \xf1\x03\xca\xf9\xe9\xc9\xdd\xba\x6a\xd3\x24\x4e\x7b\xbd\x93\xe3\ \xa3\x34\x4d\xb5\x56\xd6\x99\xcd\xcd\xcd\xba\xae\x85\x90\xce\xc1\ \x6a\xb9\xa4\x8c\xc6\x71\x5c\x55\xa5\x31\xd6\xe3\xdd\x4b\xa5\xbc\ \x20\xe0\x9c\x19\xad\xf7\xb6\x37\xb2\xe5\xfc\xec\xe4\xe8\xe2\xe4\ \xb0\xdf\xef\x83\x73\x46\xb4\x3e\xc3\x5e\x14\x6c\xad\x3f\x92\x67\ \xf9\x6a\x36\x69\x45\xbb\x9c\x4d\x9b\x22\x0b\x7d\xcf\xe3\xfc\x8b\ \x0e\x8b\x08\xce\x3a\x6b\x9d\x7d\x70\x28\x65\x2d\x58\x8b\xf6\xf3\ \x61\x81\x73\xe0\xc0\xbc\xc7\x60\xd1\xfc\xd9\xb8\x58\xa5\x75\xd3\ \x34\x5d\xe1\x6f\x3c\x1e\x4b\x29\xbb\xed\x70\xb7\x58\x31\x42\x9c\ \xd1\x4d\x55\x45\x51\xb4\x98\xcf\xfa\xfd\x7e\x53\x57\x6d\xdb\x02\ \x40\x5d\xd7\x71\x1c\x57\x55\xe5\xac\x71\xce\x16\x45\x49\xa8\xe3\ \x9c\x5b\xeb\x18\x63\x52\x49\x29\x34\x63\x6c\x3a\x9d\x6e\x6e\x6e\ \xec\xee\x6e\x6b\xad\x08\x22\x25\xdc\x0f\x3d\x67\x4c\xf7\x8b\xc3\ \xe1\x20\x0c\x83\xa2\x28\xfa\xfd\x5e\x96\x67\x00\x6e\x34\x1a\x3a\ \x37\xc8\xb2\x95\x54\xda\x82\xb3\xc6\x6a\xad\xe3\x38\xba\xfe\xd0\ \x43\xc7\x87\x87\x5d\x80\x8c\x88\x84\x52\x07\xe0\xac\x5d\x2e\x97\ \xe4\xde\xee\x0c\x00\x1c\x38\xd7\xef\xa7\x79\x96\x3b\x07\x9c\x31\ \x65\x75\x77\x2d\x41\x10\x20\x62\xd3\x34\x94\x52\x76\xaf\x3b\x92\ \x03\x42\x08\xa5\x84\x31\x4e\x08\xf7\x7c\x63\xad\xb5\xc6\xf7\xfd\ \xaa\xaa\x56\x8b\x45\x92\x26\x5a\xc9\xaa\xcc\x95\x14\x4d\x55\x21\ \xe2\xe6\xc6\x86\xb3\xc6\x19\xc3\x28\x71\x56\x3b\x6b\xf1\x3e\x67\ \x18\x48\xa5\x4e\xce\xcf\xa5\x73\x83\xc1\x10\x19\x7b\xea\x99\x67\ \x6e\xbd\x75\x5b\x89\x16\x08\xa5\xcc\x03\x67\xc1\x9a\xa6\x2e\x8b\ \x7c\xe5\x11\xb6\x9c\x4e\x1f\x7d\xf8\xa1\xe5\x62\x26\xb5\x2a\x8b\ \x1c\x11\xa4\x68\x8b\xbc\x70\xce\x76\x64\x4c\xcf\xe3\xce\xb9\x24\ \x49\xac\xb5\x45\xbe\xa4\x84\xe4\xcb\x85\x96\xed\xda\x78\x1c\x85\ \x21\x80\x63\x81\x37\x20\x7d\x82\x24\x5b\x2d\x8d\x36\x52\xcb\x0f\ \x3c\xfb\x81\xa6\xa9\xc3\x30\x5c\x5f\x5f\xbb\xbc\xbc\xdc\xd8\x58\ \x67\x8c\x2d\x17\xcb\xbc\x28\x08\x41\xa7\x2d\x45\x20\x00\x5f\xfe\ \xdc\x97\x6d\x6c\x6f\xbd\xf4\xd2\x4b\x67\xe7\xe7\xca\x5a\x4a\x29\ \x12\xea\xac\x9b\x4f\x2f\xb5\xd4\x9e\xef\x37\x6d\x6b\xad\x4b\xd3\ \xfe\xee\xd6\xd6\xc5\xf9\x99\x90\x32\x0c\x02\xa1\x84\x94\xd2\x39\ \xd7\xeb\xa5\x84\xe0\x60\x30\x68\xda\x9a\x10\x32\x1e\x8f\x8c\xd1\ \x97\xe7\x97\x9d\x57\x13\x67\x8c\x52\xea\x28\x41\x67\x43\x8f\xa2\ \xf5\x97\xb3\x89\x16\x4d\xe0\xfb\x65\xbe\x3c\x3f\x3f\x27\x60\x8b\ \xa2\x78\xe6\x99\x67\xd2\x24\x8c\x23\x3f\x5f\x2d\xa2\x80\x77\x4a\ \x76\xf7\x25\x88\x16\x3b\xa4\x72\x0f\x14\x05\x2c\x98\xcf\x87\x05\ \x0e\x9c\x03\x62\x01\xec\x7b\x06\x16\xed\x83\xbc\xbd\xef\x6e\x11\ \xbc\xd7\x49\xd5\x5a\xbb\x5c\x2e\x01\x40\x6b\xdd\x41\x0f\x65\xac\ \x63\x08\x76\xac\x94\xb2\x2c\xc7\xe3\xf1\x72\xb9\x6c\x5b\xe1\x9c\ \x2d\x8a\x22\xcf\x73\xb0\xd8\x36\x35\xa5\xcc\x3a\xdb\x2d\x7a\x94\ \x12\x42\xa8\x52\x4a\x4a\xc9\x39\x4b\xd3\x18\xc0\xc5\x49\x4c\x08\ \xdc\xdd\x3f\x20\xe8\xa2\x28\xda\x58\x5f\x6f\xb0\x54\x5a\x1b\xad\ \x3d\x4e\x9b\xba\x5c\x82\x45\xb0\x5a\x6b\xd1\xd6\x61\x18\x72\x46\ \x9d\x35\xad\x72\xdd\xb9\x09\x21\x8f\x8f\x8f\x8b\xb2\x74\x0e\x28\ \xa5\x48\x88\xb6\x86\x22\xf6\x7b\x3d\x9f\x7b\xad\x68\x8d\xb1\x52\ \x2b\x29\xd5\xe1\xe1\x61\x10\xf8\x9c\x53\xa5\x0d\x80\xe5\x94\xfa\ \xbe\x9f\xa6\x69\x47\x8d\xa6\x94\x52\x4a\x3b\x81\x4a\xd3\x08\x4a\ \xa8\xd4\x26\x08\x02\x21\x04\x82\xab\xcb\x92\x51\xb6\x5a\x2e\xac\ \x73\x51\x14\x53\x04\xc2\x79\xc7\x68\xd9\xd8\xd8\x60\x8c\x2d\x96\ \xcb\x2c\xcb\xb4\x36\x69\x9a\x0c\x87\xc3\x0e\x9a\xef\xf3\xa6\x13\ \x8a\x8c\x69\xeb\x8a\xaa\xd2\xda\x34\x42\x08\x25\x5a\xa1\x00\x94\ \x1f\x04\x1e\xf7\xa9\x33\xbe\xe7\x75\xb2\x39\x62\x01\x01\x0e\x0e\ \x0e\x18\x67\x93\xe9\xe4\xe8\xf8\x28\x09\x93\xa6\xa9\x9d\x75\xad\ \x68\xbb\x5b\x44\x08\xe9\x4e\x35\x2f\x0a\x4a\x59\xcc\x82\x34\x8e\ \x3c\x46\x77\xaf\x5f\x7b\xf3\xcd\x37\x6f\xef\x1f\xf7\xd2\xde\x95\ \xbd\xbd\x20\xf0\xe6\xf3\x79\xbf\xd7\x23\xe8\x7c\x4e\x8b\x6c\xe9\ \x71\xce\x29\x29\xb2\xd5\x70\x38\x1c\xf4\x13\x6b\x64\x96\xe5\x3e\ \xf7\x84\x68\x38\xa7\xe7\xe7\xa7\x8e\x60\x2b\x04\x20\x70\xce\x81\ \xa0\xd1\x90\xf6\xd2\x7e\x1a\xcf\x26\x53\xd9\x6a\x02\x64\x3a\x9d\ \xac\x96\xcb\xaa\x2a\x8c\x56\x49\x9c\x4c\x9b\xa9\x73\xe0\x9c\xeb\ \xba\xb2\x54\x55\x79\xe7\x4e\x11\x04\x21\x63\x4c\x6b\x5d\xd7\x8d\ \xb5\x40\x18\x8b\xa2\x18\x11\x93\x38\x39\x3b\x3d\xce\x3d\xde\x34\ \xe5\x6a\xb5\xda\xd8\xd8\x24\x24\xe1\x94\x84\x3e\x2f\xf3\xd5\x78\ \xf8\xf4\xde\xce\x96\xc7\xc8\x1b\x6f\xbc\x61\xad\x6d\x9a\xe6\x83\ \xcf\x3e\x73\xf3\xd6\x2d\xfb\x85\xe6\x0f\xfb\x53\x9a\xb4\xc6\x3a\ \xf2\x40\xa3\xc5\x6e\x5f\xfe\x79\xa3\x45\xeb\xcc\x83\x45\xe2\xff\ \x1f\x44\x8b\x7f\x26\x2e\x96\x32\xda\xa5\xdb\xba\x64\xe5\x3b\x03\ \x00\x8c\x36\x48\x2d\xa1\x54\x2b\xa1\x24\xa5\x04\xc1\x99\xba\x2a\ \xb4\x36\x00\xa0\x64\xab\x44\x4b\x99\xdf\x3d\x54\x4a\xa8\x03\x8d\ \x88\x84\x10\xad\x35\x38\xd2\xd1\xfd\x3c\xcf\xe7\x1e\x25\x04\xa2\ \x28\xba\x7e\xed\xea\x7c\x3e\x13\x42\x74\xe2\x8a\x6c\x7a\x91\x24\ \x21\x00\x48\x29\xb5\xd6\xdd\x0e\xb7\x69\x1a\x44\x54\x4a\x49\xa5\ \x08\x22\xf3\xbd\x24\x49\x8e\x8e\x4f\xce\xcf\xce\x86\xc3\xa1\xe7\ \x79\x1d\xe0\x5a\x70\x1e\xe7\x61\x18\x0c\x07\x7d\xce\xd7\x85\x94\ \xab\x55\x56\xb7\x8d\x10\xa2\x69\x5b\x04\xac\xca\xb2\x3f\x18\x4a\ \x6b\xa4\x94\xbd\x5e\x2f\x8a\x22\x44\xcc\xf3\xbc\xb3\x78\x30\xc6\ \x38\x67\xa5\x34\x69\x9a\x0e\x06\x83\xe9\x74\xda\x34\x8d\xb5\x46\ \xb4\x8d\x94\x12\x09\x32\x9a\x24\x71\x48\x08\x21\x04\xe6\xb3\x59\ \x9a\xc4\x69\x9a\xd4\x55\x01\xce\x48\x51\x63\x1a\xf5\x7b\x29\x45\ \xb8\xbf\x37\x16\x01\x8d\x31\x0e\xd0\x39\xd7\xb6\x2d\x00\x02\xa2\ \x96\x86\x38\x82\x88\x46\xe8\x46\xa8\xc8\x63\x86\xea\xa2\x28\xc0\ \x39\x4a\x68\x96\x65\x65\x51\x22\x81\xa6\x6e\x8a\xaa\x2c\x56\x39\ \x3a\xd0\x46\x53\xca\xda\xb6\xe1\x9c\x75\x4d\xca\x1c\x38\xa5\xd4\ \x60\x30\xec\xa5\xf1\x70\x30\x20\x8c\x51\xce\xae\x5c\xbb\xca\x3d\ \xef\xfc\xec\x6c\x3e\x9b\x3d\x74\xfd\xfa\xd9\xf1\x49\xe0\x7b\xb3\ \xc9\xd4\x28\x33\x9b\x4f\x38\x63\xbe\xef\xcb\x56\x54\x65\x05\xce\ \x29\xa9\xad\xb1\x7e\xc4\x7c\x8f\x23\xd8\x57\x5f\x7d\x75\x30\x1a\ \x23\x00\x12\x62\xac\x75\x40\x1c\xa0\xe7\x79\xa3\x7e\x2f\xf1\x38\ \xf3\xbc\x55\x96\x23\x58\x6d\x60\x36\x99\x44\x49\xb2\x98\xcd\xac\ \xb1\x9b\x9b\x1b\xad\x10\x1d\xdf\x70\x73\x63\xa3\x28\xb2\x93\xd3\ \x13\x42\x90\x31\xda\xb6\x02\x00\x1c\xe0\xf6\xee\xde\x62\x3e\x6f\ \xa5\xac\x9b\xd6\x6f\x04\x15\x12\x00\xeb\xba\xbe\x16\xec\x8d\xc7\ \xe3\xed\xad\xad\x93\x93\x93\x20\x08\x9f\x7c\xf2\xc9\x4e\xd9\xd2\ \x45\xfa\x41\x10\x44\x51\x64\xb4\x81\x2f\x72\x25\x1a\x00\x9c\x75\ \xd6\x38\xfb\xe0\xe6\xad\x45\xb0\xd6\x19\xe7\x3e\x4f\xb4\xe8\x9c\ \x73\xf8\x7e\x6e\xf1\x4b\x74\x26\xdd\xce\x94\x52\xea\xfb\x7e\xb7\ \xf7\xf9\x43\x68\x74\xd0\x39\xc7\x50\x2a\x28\x25\x9d\xb3\x56\x17\ \x4b\x76\x8e\x76\xaa\xae\x19\x63\x00\x8e\x50\xe2\x1c\xe9\x4a\xbd\ \xc6\x68\xd1\x6a\xdf\x8f\x08\x41\xeb\x8c\x94\xb2\x2c\x0b\x6b\x34\ \x25\x38\x1a\x0d\xe7\xf3\xb9\xe7\x79\xeb\xe3\x71\x2b\xea\xc0\xf7\ \x87\x83\x81\xb3\xb6\x28\x8a\xa2\xc8\x7b\x69\x42\x29\xeb\x48\xdd\ \x9c\x12\x1e\x04\x9c\x51\x21\x64\xd7\xd9\xa3\x6d\x5b\x21\x5a\x44\ \x02\xa0\xbb\xee\x4e\xf3\xf9\x42\x34\xcd\xde\xee\xee\xe6\xc6\x86\ \xd6\x7a\xb9\x5c\x72\xdf\x6b\x85\x0a\xa2\xd0\x98\xc8\x18\xe3\xc0\ \xb5\x6d\xdb\x34\x8d\x10\x22\x8a\xa2\x8e\x12\xbc\xbe\xbe\xde\xb1\ \xc4\x29\xa3\x1e\x67\xd3\xe9\xb4\x2b\x82\x3b\xe7\xea\xba\xf2\x38\ \x4f\xe3\x78\xd8\x4f\x7b\x49\x54\xd6\xed\xda\x78\x3c\x9f\xcd\xf2\ \x3c\xeb\xf5\xd2\x20\x08\x92\x24\x71\xce\x75\x2d\x9b\x95\xd6\xf7\ \xdb\x10\xd5\x71\xc6\x3d\xcf\xd7\x4a\x5b\x6b\xc3\x30\xe2\xd4\x73\ \xc6\x12\x20\x04\xd1\x5a\x30\x46\x6b\xe2\x24\xba\xd5\x6a\x99\x04\ \x91\xef\xd3\xd5\x72\x91\xe5\xb9\x54\xd2\x58\x0b\xe0\x9a\xa6\xa1\ \x40\x10\x89\xef\xfb\x4d\x53\x11\x82\xce\x41\x51\x94\xab\xe5\xaa\ \x33\x43\xb2\xd6\x94\x65\x01\x88\x9e\xcf\xb9\xef\x8d\xd6\x46\x48\ \xc0\x08\xb5\xbe\xbe\x56\x5d\xbd\xc2\x18\xf1\x02\x7f\x3c\x1e\xc1\ \x4d\x5b\x94\x65\x18\x06\x51\x14\x19\x63\xaa\xba\x26\x08\x81\xef\ \x8d\x46\x43\x00\x7b\x70\x67\x9f\x22\x0e\x07\x83\xa6\x6d\x29\xa5\ \x52\xcb\x8e\x6b\x60\x8c\x39\xba\x7b\xd0\x4b\x92\xc7\xf6\x9e\xe8\ \xf7\xfb\x42\x88\x8b\xe9\xdc\xf3\x78\x18\x04\x42\xc8\x38\x4d\xa4\ \x52\x65\x59\xfa\xbe\x5f\x96\x95\x73\x16\x11\x8b\xa2\xe8\xf5\xfa\ \xc3\x61\xdf\x5a\xad\x1d\x04\x71\xaa\x0d\x64\x79\xb1\x58\x2d\x19\ \xe3\x97\x93\x49\x2f\x4d\xc7\xa3\xe1\xee\xee\xee\xc3\x8f\x3c\x22\ \x84\xa2\x94\x5e\xbb\xfe\xd0\xfe\xc1\x9d\xc7\x9f\x78\x92\x32\x7e\ \xf5\xda\xf5\x2c\xcb\x8a\xa2\xd8\xd9\xdd\x3b\x3c\x3a\x51\x4a\xe2\ \x97\x66\x13\x6d\xc1\xe1\x83\x9c\x7b\xce\x39\xf3\xf9\xa2\xc5\xce\ \x7b\xe0\xbd\x04\x8b\x5d\x9a\x15\xff\x0c\x5c\x31\xe7\x2c\x49\x12\ \x21\x84\x94\x92\x73\xde\x81\x61\x87\x11\x8c\x31\xc4\x7b\x14\x16\ \x63\x0c\xe7\x5c\x4a\xd9\xe1\x66\xe7\x42\x06\x00\x4d\x23\x03\xdf\ \xd7\xda\x10\x24\x84\x71\xe7\x1c\x22\x41\x44\xc6\x18\xa3\xd4\x1a\ \x4b\x90\x76\xd0\x51\xd7\x95\x96\x2a\x0c\x02\x29\x85\xd6\x8a\xfb\ \x6c\x38\x1c\x7a\x94\x84\xbe\xef\x73\x96\x19\xcd\x28\x89\xc2\xb0\ \x69\x1a\x67\x4d\x14\xfa\x55\x55\x17\xd9\xaa\x3f\x18\xac\xad\xad\ \x71\xee\x89\xb6\x5d\x2c\x16\x4a\x2a\xca\x38\x21\x94\x50\x6a\x8d\ \x59\x2c\xe6\xa1\xbf\xa5\xb5\xba\xb8\xb8\x90\x42\x44\x71\x28\xa5\ \xb2\x5a\x72\x9a\x04\xbe\xaf\x9d\x31\xd2\x74\xfd\xaf\x97\xcb\x65\ \x9e\xdf\x93\xc7\x74\xbb\x39\x42\x08\x25\x58\x56\xb5\xd6\xba\xd7\ \xeb\x69\xad\xbb\x76\xea\x46\x8a\x3c\x53\x94\x20\x5a\xcb\x82\xb0\ \xdf\x5f\xa7\x94\xce\x66\xb3\xe1\x70\xd8\xad\x15\x41\x10\x74\xe5\ \xd4\x77\xc3\xc4\x27\x94\xa6\x49\xc2\x19\xaf\xca\x12\x2c\x50\x40\ \x02\xe8\x9c\x05\x43\x18\xa5\x9c\x04\x94\x68\x42\x50\x6b\x89\x10\ \x06\xa1\xb7\x58\xcc\xb3\x3c\xb7\xce\x22\x25\xdc\xf7\xca\xb2\x44\ \x03\x48\x50\x6b\x1d\x84\x01\x00\x7a\x1e\x4b\x92\xb8\xab\x99\x68\ \xa5\xc3\x41\xe2\x8c\xa6\x9e\x27\x45\xbb\xc8\x96\x61\x18\x0a\x25\ \x40\x1b\x82\xd0\x4b\xe3\x20\x08\x1c\xda\xf1\xda\xfa\xf9\xf9\x59\ \xd3\x36\x8c\x51\xce\x99\xd6\xca\xf3\x38\xa5\x34\xcb\x56\xd3\xcb\ \xc9\x95\xab\x57\x76\xb6\xb6\x5a\x29\xe7\xd3\x59\x59\x96\x80\x08\ \x48\x01\x09\x12\xda\x34\xcd\xc5\xd9\xe9\xe8\x89\xc7\xa7\x97\x17\ \x55\x2b\x28\xc1\x24\x0e\x27\xb3\xa5\xd2\x6a\x34\x1e\x16\x55\x23\ \x5a\xd1\x25\x70\xcf\xce\x4e\x19\x23\xad\x68\x29\xa5\x84\x60\x18\ \x86\x52\x4a\x4a\x88\x05\xfc\xcc\x4b\x2f\xf7\x07\xfd\xe1\x70\x0c\ \x88\xb4\x2c\x2c\xb8\xcb\xc9\x8c\x10\xb2\xb6\xb6\x06\x80\x8f\xde\ \x78\xec\x03\xcf\x7e\xf0\x27\x7f\xf2\x27\xf7\x0f\xee\xec\xec\xec\ \x30\xee\x11\xca\x46\xe3\xb5\x56\x48\x3f\x0c\xe9\xbd\xec\xf0\x17\ \x17\x16\xad\xd3\xc6\x4a\x82\x0f\x8c\x5c\x6d\x2c\x58\x83\xa0\x3e\ \xcf\x95\x58\x0a\x4a\x82\xd1\xa0\xf5\x7b\x05\x17\x35\xa0\x91\x84\ \x52\x30\xf7\xdf\x8d\xa5\xdb\xb1\xbe\xbb\xe5\xca\x79\xdc\xeb\x0f\ \x06\x65\x51\x68\xad\x39\xe7\x5d\xa2\xad\xf3\x85\x27\x84\xe0\xdb\ \x91\x63\xf7\x73\x4a\xa9\x4e\x2d\xc7\x39\x07\x80\xb6\x6d\x45\xdb\ \x70\x4a\x8d\xd6\x80\x8e\x71\x46\x28\x11\x42\x48\x25\xfb\xbd\x11\ \x21\xb4\xa8\x4a\xc0\x30\x80\x20\x4a\x68\x55\x36\xcb\xf9\xbc\x17\ \x47\xab\x55\x16\x87\x51\x55\xd6\x8c\x7b\x55\x55\xf9\x41\xb3\x2a\ \xcb\xbc\x2c\x28\x61\xdc\xf3\x97\xcb\x55\xd7\x09\xd3\x39\x30\xd6\ \x45\x51\xd4\x8a\x36\x8a\xa3\xbc\x2c\x96\xab\x15\x52\xe2\x10\x8c\ \xb5\x04\x98\x43\x54\xda\x78\x9e\xcf\x3d\x1f\x11\xa3\x24\xa2\x9c\ \xcf\x66\x8b\xf1\xfa\xfa\xd6\xe6\xce\x2b\xaf\xbe\x8a\x8c\x12\x46\ \x9b\x5a\x28\xa5\xc6\x6b\x6b\xeb\x6b\x6b\xa7\x67\x67\x97\x17\x17\ \xc6\x9a\xaa\xaa\xac\xb5\x9e\x17\x36\xad\xac\xab\xa2\xdf\xef\x77\ \xb8\x5f\x8b\xd2\x6a\xdb\xa5\xc0\x66\xd3\xe9\xc6\xce\x9e\xe7\x47\ \x6d\x2b\xa4\x94\xc6\x98\xd9\x6c\x7e\x74\x74\xe4\xfb\x7e\x1c\xc7\ \x49\x92\x10\x72\x9f\xc6\x62\xd6\x59\xc6\xf9\xde\xee\x5e\x92\x24\ \x6f\xbd\x79\xb3\xae\x6b\xbe\xb6\xbe\xb3\xbd\x53\x64\x45\xd3\xb4\ \xd6\x5a\x40\xeb\xba\x55\xd3\x3a\x6b\x2d\x63\xbc\x28\x0b\xa5\x54\ \xaf\x97\x0a\x2d\x3b\x87\x0b\x8e\xdc\x0f\xb8\x51\x3a\x4d\x53\x6b\ \x8d\x14\xb2\x69\xea\xd1\x78\xfd\xca\xce\xee\x64\x32\xe5\x19\x06\ \x81\x37\x0c\x02\xeb\xe0\xe8\xf8\xc4\xf3\x3c\x70\xae\xce\x8a\xe9\ \x7c\x91\xa6\xfd\x55\xb6\xb4\xc4\xd9\xc5\xe2\xfc\x72\xd2\x36\xcd\ \xd6\xf6\xb6\x75\x6e\xb9\x5a\x71\xce\xfb\xbd\x9e\x10\xc2\xc6\x11\ \x52\x34\xd6\x5a\x70\xfb\x77\xf6\xb5\xd1\xce\x41\xa7\x0f\x02\x04\ \x21\x45\xd3\x36\xbd\x7e\x9f\xfb\xbe\x1f\xc5\x69\x7f\x28\x8f\x4f\ \x3c\xaf\x7a\xec\xb1\xc7\x4e\xcf\x2f\x9a\x66\xc9\x7d\x4f\x54\xa2\ \x6d\x5b\xdf\xf7\xaf\x5e\xbd\x52\xd7\x55\xdb\xb6\x4a\xea\xa2\xa8\ \xf2\xbc\xf4\x3c\xea\x80\x4e\xe6\x0b\x8b\xd8\x4b\xd3\xd0\xf7\xa4\ \xd2\x4d\x5d\xc5\x51\xf8\xd6\xfe\xc1\xd9\xd9\xd9\x78\x6d\x7d\x34\ \x5e\x3f\x3b\x3d\x33\xd6\x6a\x63\xcf\x2f\x2e\x7e\xe7\x53\x9f\x52\ \x4a\x79\xdc\xef\xf5\x06\x52\xa8\x2f\xe8\xbe\xfc\xe0\x61\xd1\x5a\ \xe3\xe1\xa0\xe7\x5d\x63\xe4\x41\xaa\x5c\x82\x08\xc5\x0e\xfb\xa3\ \x65\x2c\x8e\x60\x12\xe9\x1e\xbe\x87\x54\x2e\x5a\x42\x74\x75\x31\ \x9b\xda\x77\xa7\x72\xa9\xeb\xda\xbc\x3b\xe6\xa3\xb3\x56\xb5\xc2\ \xa3\x2c\xf4\xfc\x24\x8c\x28\x63\x1e\x65\x5a\x48\xa9\x4d\x92\xf6\ \x18\xa3\x4a\x36\xce\xb9\xce\x9a\x11\x9c\xf1\x38\x43\xe7\x18\x42\ \xdd\xd4\x68\x5c\x44\x39\x0a\xc5\x09\x01\x44\x47\x81\x70\xa6\xb5\ \x58\x35\x85\x9f\x44\x56\x39\xad\x4c\x02\x89\x72\x64\x5e\xd6\x4a\ \x99\x5a\xb9\x76\x56\xb4\x45\x3b\x81\x65\x2f\x5d\x77\x8c\xce\xcb\ \x8a\x0c\x06\x4b\x6d\x5b\xf4\x12\xee\xe7\x79\x2b\x25\x8a\xda\x72\ \xe2\xd0\x70\xce\x42\x3f\x0a\x1b\x25\x98\xc7\x96\xf9\x2a\x6f\x2a\ \xa0\x04\x08\x12\x9f\x19\x70\xc8\x99\x04\xbb\xac\x9b\xe2\xee\xf1\ \xde\xee\x2e\xb5\x64\x63\xf7\x9a\xb0\x68\xb4\x8b\xfb\xa3\x46\x98\ \x71\x7f\x88\x1c\x81\xd2\xb2\xa9\x37\xb6\xb7\x94\x35\xda\x5a\x1e\ \x06\x52\x6b\x03\x4e\x19\x1d\x33\xc6\x39\x7f\xe2\xc9\xa7\x7d\xdf\ \x3f\x3b\x3b\x73\x40\xfc\x30\xa9\xca\x52\x3b\x44\x87\xd2\xc0\x72\ \x55\x45\x49\x01\x40\x8d\x45\x6d\x90\xf1\x20\x8a\x7b\x88\x98\xa4\ \x03\x6b\x9d\x03\x02\xf7\xab\xfe\x23\xce\x49\x21\x82\xd1\xb8\xd7\ \xeb\xc5\x71\x7c\xe5\xca\x6e\x51\x14\x8c\x91\xc9\xcd\xcb\x5e\xaf\ \xb7\xbb\xb3\xb3\x5c\xcc\xc1\x5a\x00\x44\xca\x6a\xa9\x28\xa5\x2c\ \x0c\x1b\xa5\xbd\x20\x5a\x5c\x4e\xd3\x7e\x6f\x76\xb9\x48\x92\x24\ \xe0\x3e\xb5\x18\xfb\x91\x64\x62\x95\xe7\xde\x70\x30\xd1\xf5\x85\ \xad\xa5\x66\x57\xa3\x61\xd6\xc8\xb2\xd5\x42\xda\xd3\xcb\x33\x4a\ \xd9\x62\x3e\xdb\x3e\x3c\x7e\xfa\x91\xc7\x4e\x66\x8b\xde\xf6\x28\ \xab\xb2\x9a\x3a\x96\x44\x59\xd3\x78\x94\xad\xf2\xb2\xdf\xef\x67\ \x55\x1d\xc4\xbd\xc1\xc6\x3a\x09\x03\xaf\x9f\x66\xb3\x69\x3e\x9f\ \x38\x62\x9d\x03\xee\x13\x07\xe0\x9c\x31\xce\xd5\xe0\xbf\x75\x3a\ \xf7\x7c\xff\x91\x1b\x37\x08\xe0\x63\x4f\x3f\xd7\xda\x57\x6e\x3c\ \xfe\xf4\x5b\x77\x4e\x8a\xb2\x79\x6c\x77\x8f\x31\x2e\x84\xb0\x16\ \x1e\x7e\xf8\xd1\x3b\x77\x0e\xe2\xa8\x67\xb4\x16\xad\x11\xd2\xa5\ \xb1\x4f\x11\xaf\xee\xed\x3d\x74\xfd\xba\x54\xea\xfc\xec\xcc\xf3\ \xa3\xb6\x95\x45\xd5\x32\xe6\x09\x4b\x57\x95\x78\xf9\x8d\x5b\x51\ \x1c\x43\x10\x4d\xf2\xf2\xb1\x1b\x8f\xf9\xe9\xc8\x35\x6d\xaf\x37\ \x48\x47\x5b\xd3\x55\x6d\xed\x17\x5d\x13\xed\x87\xf4\x63\x5f\xf7\ \xb7\x19\xe5\x0f\x90\xb7\x88\x00\x16\xc1\xfc\xe5\x3f\x06\x27\x10\ \x1c\x81\xf7\xd4\x70\x56\xb6\xd5\xbb\x3c\x06\xa5\xb4\xb3\xb3\xbf\ \xef\xd1\x29\xf3\x3c\xee\x21\x82\x10\x6d\xc4\xa2\x20\xf4\x53\x9d\ \x04\x81\x9f\xa4\xb1\x33\x1a\x0d\x03\xe7\xa8\xc7\x7d\xdf\xeb\xb4\ \x0a\xce\x3a\xe6\x71\xdf\x05\x8c\x50\x9a\x72\x29\x5a\x27\x6b\x27\ \x35\x71\xc4\x19\x13\x13\xe2\x23\x83\x46\x34\x65\x25\xa4\x02\xb4\ \x24\x0a\xa8\xef\x11\x4a\x15\xb5\x28\xa5\x25\x2e\xab\xb2\xfd\xa3\ \x03\x8d\x96\x31\x4a\x9c\xad\xb3\x9c\x38\x58\x4d\x67\x17\x47\xc7\ \x9e\xe7\x51\xc6\xca\x59\xe5\x07\x81\xb6\xfa\xfc\xfc\xa2\x63\x97\ \x67\xab\x4c\x2b\x43\x29\x05\x40\x4e\xc0\x3a\x47\x09\x53\x52\x37\ \x52\xa8\xaa\x26\x9c\xc5\x71\xec\x90\xb4\x4a\x67\xab\x7c\xba\x58\ \xd4\xa2\x5d\x67\x2c\xe9\xc5\x0e\x40\x08\x31\x9d\x4e\x3b\x23\x6e\ \x25\xa5\x35\x46\x6b\x4d\x39\x23\x04\xa3\x28\x1a\x0e\x87\x93\xc9\ \xa4\x6d\xdb\xdd\xdd\x5d\xcf\xf3\xee\xdc\xb9\xa3\x74\x66\x1c\xc8\ \x56\x52\x2e\xa4\x94\x4d\xdb\x4e\xa7\xd3\xbb\x77\x0f\x9d\x73\xd3\ \xe9\x6c\x73\x73\x23\x8a\xe2\xd7\xdf\x78\xe3\xda\xb5\x3d\x72\x5f\ \xc6\x62\xce\xba\xe1\x60\x30\xe8\x25\x81\xef\x6d\x6e\xae\xcf\x67\ \xf3\x3c\x5b\x25\x49\xe2\x9c\x1d\x8f\xfa\x49\x9a\xf6\xfb\x29\x45\ \x57\xe6\x05\xa5\x44\x6a\xe9\x87\x7e\x10\x85\x42\x08\x63\x0c\x50\ \x48\xfb\x69\x9c\xf6\x89\xe7\x7b\x06\x12\xe6\xf9\x48\x10\x20\x88\ \x02\x21\x2d\x18\x5d\x1e\x9f\x2f\x8f\x8e\xe2\x27\x1e\x3d\xbe\x38\ \x1d\x24\x29\x31\xb6\x6d\x6b\xc6\x59\x96\x67\x48\xe0\xf5\x37\x5e\ \x9f\x9f\x5d\xa0\x4f\x6a\x26\xa5\x10\x8d\x68\x28\x21\x77\x5f\xbb\ \xcb\x19\x67\x9c\xcd\x26\x79\x18\xc7\x94\x31\x98\x4d\x1a\x29\x2c\ \x80\x10\x72\xbe\x58\x49\xa5\x3d\xcf\xb7\x16\x8c\x33\x14\x09\x00\ \x68\x07\x27\x93\x89\xc7\x3d\x1a\x04\x71\x94\x20\x92\xf9\x72\xf5\ \xa9\xe7\x7f\xef\xee\xe1\x61\x9a\x26\x81\xef\x6f\x6e\x6e\xce\x66\ \xd3\xaa\xaa\x9e\x7f\xfe\x77\x0f\x0f\x0f\xa3\x28\x12\x42\x54\x75\ \x9d\xc6\x09\x21\x18\x06\xfe\x07\x9e\x79\x6a\x34\x1a\x3f\xff\xfc\ \xf3\x9c\xb3\xaf\xfd\xda\xaf\x7d\xf5\xd5\x57\xdf\x78\xf3\x4d\xad\ \xad\x71\xca\x60\x2d\x8c\x12\x79\x76\x78\x7c\x12\x44\x31\x12\x36\ \x5b\x2c\xeb\x46\xfc\xb9\x8f\xfe\xf9\x37\x6f\xbd\xf5\xe2\xa7\x3f\ \xfd\x5f\xfd\x8d\xbf\xfe\xc5\x16\xff\x85\x61\x78\xf5\xda\xfb\x8d\ \x07\xde\x2b\x43\xc8\x5a\x88\xd6\xf7\x99\xe7\xb3\xa6\xa9\x09\x71\ \x8c\x91\xb4\x17\x21\x12\x42\x48\x5d\xa8\x7b\xd5\x30\x6b\x8d\x31\ \xda\x18\x24\xc4\x21\x68\xb0\xc8\x29\x52\xa6\x09\x11\x16\xac\x71\ \xd4\x01\xb6\x92\x68\x13\x22\xed\x07\x61\x44\xc3\x71\x12\x34\xa2\ \x69\x45\xcb\x3c\xf0\x7d\xea\x33\xc6\xd2\xc8\x22\xe1\x51\x88\x00\ \xca\x48\x61\x14\x36\xb6\x5c\xad\xc2\x30\x0c\x83\xe0\xb2\xc9\x9d\ \x94\x3c\x62\x2c\xc4\x52\xaa\xdc\xc8\xc0\xf3\xa5\xd4\x46\x6b\x02\ \xb4\xad\x5b\xeb\x80\x31\x86\x80\xda\x00\x18\xc7\xba\x5c\x17\x01\ \xad\xc5\xe5\xe5\x59\xaf\x3f\x98\xcd\x26\x42\xa8\x30\x88\xa4\x90\ \x41\xe0\x03\xb8\x22\xcb\xeb\xba\x0a\x83\x00\x9c\xf3\x18\xc3\xb7\ \x61\x8c\x53\xca\x90\x26\x49\x0c\x00\x77\xee\xdc\x01\x00\x63\xcc\ \xd1\xd1\x51\x10\x04\x4a\x29\xdf\xf7\x09\x41\x29\x15\xa0\xa9\xaa\ \x52\x29\x69\xad\x59\x2c\x66\x94\xd1\xa2\x58\x85\xa1\x3f\x99\xf0\ \xb3\xd3\x63\x25\xbf\xfc\x3e\xa3\x45\xc4\x56\x34\x65\x95\xad\xaf\ \x8f\x36\x37\xc7\x52\xd4\x42\x56\x3b\xfd\x8d\xb5\xf5\xc1\x95\x2b\ \x5b\xd6\xda\x22\xcf\xa7\x17\x25\x82\x0d\x83\x90\x73\x0e\xe0\x10\ \x1d\xf7\x39\x07\x6e\x8c\xd9\xdc\xde\xb4\x94\x12\x4e\x9a\xf3\x59\ \xc0\x88\x16\x8d\xb5\x28\x45\x3d\x8a\x93\xab\x61\x6f\x64\xfd\x27\ \x36\xbd\xe3\x79\xd6\xd2\x55\xb0\x89\xfd\x24\x5d\x1b\x8c\x08\x23\ \xe7\xce\x0d\xfb\x03\x06\x44\x56\x75\xb5\xaa\x16\xf3\x29\x67\x3c\ \x21\x68\x11\xda\xcb\x09\xe9\xf5\x46\xdb\x9b\x95\xb4\xad\x28\x65\ \x65\x42\xb6\xb9\x5c\xe6\xb2\x55\x55\xd9\xa8\x56\x45\x41\x48\x28\ \xd5\xce\x38\x6d\x3d\xce\x29\xa0\x94\x0d\x62\xef\xf8\xf8\x70\xbe\ \x98\xec\xee\x5c\x69\x9b\x46\x69\xb3\x5c\x4e\xeb\xba\xd8\xdc\x5c\ \x5b\xae\xe6\x8c\x12\x46\x71\x38\xec\xd7\x75\x99\x26\x91\xef\xfb\ \x88\xae\xaa\x6a\xcf\x23\xd6\xba\xc1\xb0\xbf\xbf\x7f\xfb\xad\xb7\ \x6e\x19\xa3\x17\x8b\xc5\xcb\x2f\x7f\x66\xb9\x5c\xf9\x3e\x07\x00\ \xcf\xf3\xea\xb6\x16\xa2\xa6\x94\x85\xa1\xb7\x7f\xfb\xa6\x35\x7a\ \xbe\x98\x9d\x9c\x9e\xbd\xfa\xfa\x95\xb2\x28\xee\x1c\xee\x5b\xf7\ \xbe\xb1\xd8\xfb\xe3\x4f\x15\x16\x45\x53\x55\x25\x21\x4e\x4a\xa9\ \x94\xce\x73\x53\xd7\x25\xa5\x94\x12\x6a\xac\x91\xad\x04\x0b\xe8\ \x9c\x01\x6b\x09\xd1\xc6\x10\x46\x91\x52\x54\xc4\x59\xeb\x10\x25\ \x05\x2d\x85\x6f\x2c\x2a\x1d\x48\xb3\xd1\x1b\x0c\x92\xd4\xf7\xc2\ \x30\x49\xb8\x1f\x22\x9a\xd0\x03\xc7\x88\xa5\xa8\x95\xf6\x1c\xfa\ \x11\x7a\x8e\xf8\xbe\x2f\xc0\xd4\x4a\xb2\xc0\xb3\xce\x32\xce\xa4\ \xd2\x83\x34\x2a\xdb\x66\x59\xe5\xad\x6d\x79\xc4\xcb\x32\xe3\xd4\ \x93\x46\x57\x55\xad\xb4\x01\x20\x04\x11\x2c\x00\xa0\x33\x60\x94\ \xe3\x14\x28\x25\xd6\x5a\xce\xa9\x52\xf7\x7a\x51\x51\x0a\xda\x4a\ \xeb\x34\x65\xe0\x7b\xbc\x15\x2d\x63\x2c\x08\x02\x6d\x8c\x8f\xd8\ \x65\x45\x3b\x13\x7c\xca\xa9\x54\x2a\x0a\xa3\x2e\x67\xda\x55\x63\ \x9c\x73\x41\x10\xb4\x6d\xab\x94\xe2\x9c\x03\xba\xe5\x6a\x6e\xac\ \xec\x0f\x12\x44\x67\x9d\x5e\x5b\x1b\x09\x59\x9f\x9d\x1f\x7b\x1e\ \x0d\xa3\xc0\xdd\x17\x5b\x83\x10\x52\x55\xd9\x7c\x7e\x19\x06\xdc\ \x39\xb7\xca\x56\x8c\xf3\xcb\xcb\xd3\xb2\xac\x3c\x8f\x73\x8f\x97\ \x79\xa9\x44\xe3\xac\x5b\x2c\x9a\x7e\xbf\x2f\xa7\x02\x17\xd4\x8f\ \x02\x24\xc4\x18\xc3\x3d\xaf\xad\x1b\x62\x6d\x55\xaf\x80\xa9\xba\ \x28\x7a\x24\x78\x66\x7b\x2f\xa1\xfe\xd5\xde\xfa\x80\xc7\x38\xde\ \x7a\x8c\x4a\xf4\x08\x3a\x17\xf8\x81\x33\x16\x01\x9f\xba\xde\x8f\ \x82\x40\x2b\x6d\x07\xba\x6e\x1b\x0d\xe0\x73\xcf\x11\xd4\xe8\x1e\ \x8e\x47\x59\x53\x2d\xf3\x82\xfb\xbc\x54\xaa\xe7\x07\xd4\x42\x63\ \xa4\x45\xa2\xac\x55\xc6\x72\x0b\x0e\xac\xb3\xce\x48\xab\xad\x09\ \x7c\x9f\x52\xa4\xc4\x06\x01\x1b\xf6\xfb\x8c\xa2\xe7\x51\xc6\x28\ \x41\x17\x85\xfe\xc6\xfa\xa8\xdf\x4f\xcf\xcf\xcf\x9c\x33\xeb\x6b\ \xeb\x65\x59\xf2\x8d\xb5\xce\xd6\xa4\x28\xf2\xb3\xd3\x43\x6b\x2d\ \x23\x10\xf8\xdc\x39\xbb\x58\x94\x8c\x62\x5d\x15\xbd\x34\x8e\xa3\ \x60\xb1\x58\x78\x9c\xa4\xe9\x78\x36\x9d\xd4\x55\xb5\xbb\xb3\x69\ \x2c\xf8\x01\x8f\x63\x7f\x77\x67\xe3\xee\xe1\x7e\xdb\x8a\xab\xd7\ \xaf\xb0\x2f\x7e\x6e\xf1\xfd\xf1\xde\x1a\xe8\x28\x45\x07\x56\x2a\ \xa1\xb5\xe6\x1e\x45\x02\x84\x22\x80\x23\x14\x3d\x8f\x1b\xa1\x29\ \x63\xdc\xf7\x83\x30\xa0\x94\x1a\x02\xdc\xf3\x1c\x80\xb2\x46\x28\ \xd9\x35\x4e\xa5\x08\xa0\xf5\x30\x8c\xf7\xc6\x63\xdf\x8f\x80\x50\ \x12\x06\xce\xf7\x6b\xd5\x94\xba\x61\x3c\xa0\x8c\x1b\x20\x48\x3d\ \x2b\xf4\x74\x99\x79\xd2\xc3\xc0\x53\x60\x99\x68\xc1\x18\x5d\x59\ \x40\xd8\xdc\xd9\x26\xcb\xc5\xaa\x6d\xea\x62\xa5\x9a\x56\x59\x93\ \xe7\x65\xe3\x04\x27\x4c\x58\x23\xc1\x31\x42\x11\x09\x22\x71\xda\ \x5a\x34\x40\x08\xa5\xa4\x6e\x0a\xc6\x3c\x87\xba\x69\x2a\xa5\x34\ \x00\x20\x12\x63\x0c\x20\x1c\x1f\xdf\x15\x52\x23\x21\xec\x6d\x7b\ \x88\x0e\x01\x01\xa0\xaa\x2b\xe2\xd0\x6a\x53\x55\x95\x10\xa2\xab\ \x4d\x77\xa2\xc3\x77\x0a\xf1\x5a\x6b\x87\xd6\x5a\x67\x4c\x97\xe3\ \x77\xd6\xd8\x38\x09\x95\x62\x6d\xdb\x06\xa1\x4f\xe9\x7d\xa6\x7d\ \x10\x51\x4b\x89\x56\x52\x34\x55\x5d\xc9\xb6\xd4\x92\xd4\x1e\xe1\ \x94\x79\x0c\xad\x16\xa1\xc7\x6c\xe0\x6b\x69\xfc\xc0\x0f\xa2\x20\ \xe9\xf7\x1c\x00\xe1\x8c\x32\xa6\x8d\xc9\x8a\x1c\x84\xe0\x84\x48\ \x10\x8a\x2b\x17\xd8\x1b\x5b\x1b\x1f\xd9\x7a\xc4\x6f\x9d\x1f\xf5\ \x96\x9c\x14\x01\x6a\xcb\x78\xc0\x2d\x40\xae\x35\x1a\x08\x90\xa9\ \xa6\xcd\xcb\x3c\x4c\xe2\xc6\x59\x36\x48\x00\x69\x65\x34\xe5\x1c\ \x29\xd9\xdd\xdb\xca\x6e\xbf\x35\x59\x4e\x00\x4c\xa9\x45\xe0\xb1\ \xcb\xc9\x65\x1c\xc4\x0a\x8c\xa3\xcc\x71\x2a\x9d\x65\x40\x1d\x52\ \x8b\x4a\x83\xb5\x08\x94\x62\x96\x2d\x09\x71\x79\xb1\xca\xf2\x25\ \x21\xa4\x4b\x82\x69\x2d\x6e\xde\x7c\x53\x6b\x49\x28\x52\x4a\x8f\ \x8f\x0f\x91\x60\x18\x86\xe0\x40\x1b\x5d\xd7\x75\x2b\x6a\x44\x98\ \xcd\x2f\x3b\x32\x43\x51\x14\xbe\xef\xaf\xb2\x45\xe7\xa8\xa8\xb5\ \x6e\x45\x15\x99\xd0\x01\x78\x9e\x97\xad\x16\x49\xda\x2f\xb2\x65\ \x3f\x8d\xd3\x5e\xd2\x36\x42\x88\x36\x49\xe2\x2f\x18\xa4\xbf\x0f\ \x8b\xef\x8f\x77\x97\xe1\x74\xce\x58\xa3\xb5\xe6\x1e\x67\x9c\x75\ \x35\xbe\x3f\x2c\xe3\xb8\xb7\x2b\x33\xce\x19\x63\x00\xd1\x01\x2a\ \xa5\xac\x73\xda\x1a\xad\x14\xf1\x09\x1a\x4d\xb5\x19\xa4\xc9\xf6\ \x60\x4c\x19\x43\x4e\xac\xef\x07\xdb\xeb\xc9\xd6\xc6\x3c\x5b\x84\ \x3e\xe3\x81\x8f\x8c\x81\x35\x21\x50\x22\x4c\xb5\x7f\x50\x69\x35\ \xde\xda\x0a\x23\xcf\x47\x6a\x95\x5e\xce\xe7\x1e\xf7\xfa\x1b\xbb\ \xa5\x86\x81\x30\x8b\xac\x6e\xca\x92\x79\x1e\x32\x62\x19\x6a\x02\ \x12\xac\xa1\x80\x08\x0e\x01\x01\x0c\x43\x00\x26\xc0\xc4\x9c\x20\ \x3a\x00\x47\x08\x31\xc6\x20\x02\x21\xd4\x18\x6b\xad\xf5\x3c\xef\ \x9d\x76\x86\xc6\xde\x13\x45\x74\xac\x11\xad\xb5\x35\xf7\x24\xd2\ \x84\x90\xce\x3c\x86\x10\xd2\x31\x34\x3b\xd1\xf4\x3d\x23\xef\xb7\ \x3d\x9d\x3a\x73\x8a\x4e\x64\x4d\x08\xe9\x22\x4a\x7d\xbf\xc4\x09\ \xe7\x80\x73\xc6\x08\xb4\x75\x85\xce\x06\x9c\x6b\xa3\xd1\x39\x02\ \x56\xb6\x8d\xb5\x86\x33\xcf\x28\x0d\x0e\x18\xa5\x60\xac\x55\xba\ \x53\xe2\x1a\xa5\x5a\x29\xb5\x10\xe0\x2c\xa1\xd4\xf7\x39\x95\xfa\ \xea\xee\xee\x8d\x64\x2d\x2e\x9a\xc4\x4f\x5b\x8f\xa6\x8f\x5f\x85\ \x71\x4c\xa4\x4a\xc3\x88\x47\x81\x75\xd6\xb7\xa4\xe7\x05\x77\xde\ \x7c\xeb\xe6\xcd\x9b\xbd\xdd\xcd\x28\x8d\xa2\x74\x20\x95\x99\x5c\ \x5e\x28\x63\x09\xa2\x4b\x53\x6f\x6d\x3d\x2c\xcb\xf3\xe9\x65\x56\ \x35\x9e\x72\x71\x18\x35\x4a\xd4\x4d\x53\xb4\x15\x0f\x7d\x8a\xd4\ \x59\x67\x11\x30\x60\xc6\x3a\xa4\xc8\x18\xa5\x08\x84\x7b\xc6\x18\ \xce\x3d\x63\x9c\x75\x56\x6b\x13\x47\x01\x80\x35\x5a\x3a\x0b\x46\ \x01\x63\x8c\x32\x2a\x45\x43\x08\xd1\x4a\x39\xab\x29\x3a\x6b\x0d\ \x25\xc8\x39\xad\xaa\x2a\x8e\x42\x29\x45\x53\x9b\x28\x8a\x29\x25\ \x78\x4f\x55\x69\x00\x40\x89\x16\xc1\x39\x2d\xb5\xd2\x71\x92\xd6\ \x6d\x4b\x19\x19\xad\x8d\xdc\x3d\x4b\xcf\xf7\x61\xf1\xfd\xf1\xa7\ \x36\x02\x3f\x6c\xea\xc6\x39\xc7\x08\x03\xec\xca\x63\xf7\x02\x2b\ \x42\x08\xa1\x84\x78\x84\x00\x38\x42\xac\x73\x56\x29\xca\xa8\x35\ \xc6\x01\x10\xc4\x80\x32\x27\x64\x40\xf9\xb0\x97\x8c\x98\xcf\x08\ \x45\x8f\x62\xe4\xe9\x80\x9b\xc4\xd7\xbd\x80\x93\x7e\xc2\xfc\x0e\ \x59\x01\xad\x93\x1a\xac\x53\xd2\x95\x55\x1b\x8f\xf4\xfa\xc6\x06\ \x78\x6c\x36\x9b\xf3\xf1\x7a\xc8\x3d\x89\xd4\x11\xbf\x97\xac\x3d\ \xfd\x58\x6f\x95\xad\x16\x8b\x65\x6f\xdc\x6f\x51\x08\x25\xb3\x6c\ \x05\x60\x1d\xb1\xc6\x39\x40\x6b\x89\x73\xcc\x59\xea\xa2\x38\x89\ \xe3\xd0\x39\xdb\xe9\xe9\x9c\x75\x5a\xab\xb7\x7d\xd1\x80\x10\x06\ \x40\x9c\x03\x07\xce\x1a\xeb\xc0\x11\x24\x8a\x2b\x42\xc8\x72\xb1\ \x5c\xaa\x65\x14\x45\x49\x92\x10\x42\xec\xdb\xa3\xa3\x1f\x09\x21\ \xba\x4d\x34\x52\xb4\xd6\x74\xf7\xc3\x39\xdb\x81\xa3\xb5\x16\x00\ \xa3\x28\x0e\xfc\xe0\xbe\x97\x22\x46\x19\x45\x66\x94\x65\x8c\x8f\ \x86\x71\x27\x1c\x42\x47\x11\x1c\x12\x02\x96\xf4\xfb\x7d\x74\xe8\ \x00\x10\x50\x54\xad\x43\xc7\xb8\x95\x5a\x29\xa5\x38\xa5\x2d\xc1\ \x45\x9b\x47\x16\x6e\x0c\xb6\x9e\xea\xaf\x45\x95\x8e\xd3\xd0\xf4\ \xc2\x7a\x14\x0f\x1e\xbd\x92\x1b\xd1\x07\x3f\x20\x4c\x11\x00\x70\ \xaa\xd5\x55\xad\x9c\x63\x6d\xa3\x2f\x2e\x97\xd7\xd6\x37\x8c\xef\ \x5b\xee\x96\xad\x7a\xe8\xea\x55\x34\xae\x29\xca\x80\x45\xcf\xdc\ \x78\x7a\xb3\xb7\x31\x5b\xcc\x09\xa3\x24\xc4\xd6\x88\x5e\x94\x1c\ \xdf\xb9\x0b\xc4\x5a\x82\x9c\x51\xa7\x0d\x12\x30\xd6\xfa\x51\x30\ \x1c\xf4\x9d\x31\xdd\x8b\x02\x0e\x09\x61\xce\x3a\xeb\x2c\x22\xa5\ \x84\x90\xd1\x10\xc0\x74\x61\xb8\x94\x92\x73\x8f\x12\x22\xa4\xb4\ \xc6\x5c\x9e\x9f\x33\x42\xc7\xc3\x64\x55\x0f\x2e\x00\x00\x20\x00\ \x49\x44\x41\x54\x51\xbf\xdf\xeb\x0c\x2b\x1d\x38\xd1\x8a\x4e\x63\ \x5a\x37\x4d\xe0\xfb\x9e\xc7\x29\xa1\x84\x90\x61\x7f\xe0\x00\x90\ \x50\xa5\x0d\x32\x6a\xad\x33\xd6\x71\xce\xbf\x60\x0b\x9d\x07\x0f\ \x8b\x65\x59\xde\xbd\x7b\xe7\x73\x09\x71\x0e\x1c\xa3\xfc\xb1\xc7\ \x1e\xc3\x77\x43\x60\x35\xaa\x96\x26\x08\x02\xf2\x80\x58\xe2\x07\ \xfb\xfb\x6d\xd3\x7c\xee\x29\x19\x63\x76\xaf\x5c\xb9\x0f\x4f\x56\ \x25\x25\xe1\x1e\xc5\xae\x4a\xa8\x5a\x69\xfc\x20\x78\xf7\x75\x71\ \xad\xf5\x5b\xb7\x6e\xfd\x6b\x4a\x6f\x6b\xe1\x91\x1b\x37\x82\xe0\ \x8f\x9b\x51\xb2\xad\x2d\x0b\x02\xf6\xa7\x5e\x9a\x47\xc4\x38\x4e\ \x84\x90\x5d\xac\x04\xce\x79\xbe\xd7\x99\x8c\x51\xca\x08\x21\x9c\ \x32\x46\xd9\x3b\xe4\xed\x2e\x7e\xe9\x4c\xbd\x10\x91\x22\x72\x30\ \x21\x45\xa6\x2d\x95\x9a\x33\xc6\x7c\xcf\x20\x12\x9f\xa3\xc7\x2c\ \x40\x1c\x46\x7d\x16\x48\x25\x29\xa5\x44\x3b\xab\x04\x5a\x17\x03\ \x53\x40\x9b\xac\xc4\x6d\x27\x89\x25\x9e\xcf\x01\xcb\xbc\x7c\xe4\ \xea\x43\xd4\xe0\xc9\xdd\x23\x4a\xf8\x95\xb5\x6d\x26\xc1\x68\xc3\ \x23\xde\xf3\xbd\xdc\xe3\x73\xa5\x08\x10\x42\x09\x52\x22\x8d\x31\ \x4e\x73\x42\xfb\xfd\x5e\x2f\xed\x6b\xad\x9c\x73\x9d\x53\x64\x97\ \xbb\x03\x40\x04\xd2\x49\x71\xba\x0f\xbb\xe8\xaf\xa3\x76\x87\x61\ \xa8\xa5\x5a\xcc\x79\x1c\xc5\x71\x12\x13\x24\x9d\xe8\xbb\xfb\x1a\ \x22\x86\x61\xd8\xd1\x36\x1d\x82\x52\xa6\xd3\x69\x80\x03\xd3\x79\ \x05\x02\x58\x63\x10\x68\x18\x45\xee\xbe\x8c\xdd\xac\x35\xc3\xfe\ \xe8\xe1\x6b\x8f\x05\x41\xd0\x34\xad\x31\x26\xf2\xc9\x60\x30\x64\ \x9c\x75\xdd\x04\x11\x90\x02\xa3\x94\x52\xc6\xba\x86\x52\xd0\x51\ \xa9\xb4\xa6\x40\x28\x23\x95\x67\x00\xcd\x95\xca\xee\xce\x9b\x74\ \x21\x82\x7e\x5c\x24\xfc\x22\x76\xc1\xde\x48\x20\xa6\xce\xdf\xed\ \xaf\x49\x21\x04\x01\xa0\xe8\x8c\xf0\x94\x4a\x0c\x5d\xf7\xd3\x22\ \xab\x18\x10\x4a\x19\xa3\xb8\xbd\xbe\x06\x52\x81\xb6\x37\xf6\xae\ \xd0\x46\x2e\xe6\xf3\x67\xae\x5c\x3f\x06\x5a\xb5\x4d\x34\x8c\x1d\ \x77\x75\xdd\xbe\xac\x15\x45\x00\xb4\x0c\x11\x9c\xb3\xc6\x70\x80\ \x5e\x1c\x5f\xbf\x7a\xdd\x18\xf3\x76\x42\x96\x74\x7b\x09\x6b\x1d\ \x21\xc8\x18\x23\x88\x48\x40\x6b\x1d\x04\x41\xa7\x0b\xe8\x56\x1d\ \xad\xf5\xc9\xe9\x59\xd3\xd4\xbd\x5e\x6f\x6d\x6d\xbd\xa3\xc1\x76\ \x22\x02\xad\x3b\xb5\x87\x23\x48\x48\xb7\x89\x31\x16\x01\x1c\x12\ \x8b\xe8\xc0\x01\x65\xc6\x3a\xe7\x9c\xe7\xfb\xdd\x23\xfb\xa2\xc2\ \xa2\x96\xf8\x6b\x2f\xff\xc8\x5c\xbe\x44\xc9\xbd\xa9\xab\x4d\xf3\ \xc1\xcd\x6f\x7b\xfc\xb1\x7b\xcd\x3c\x5d\x33\x79\xed\xb0\xb8\xf1\ \xc4\x23\xb0\x38\x7a\xf1\xa5\x9b\x38\xbe\xf1\xe1\x0f\x3e\xc4\x01\ \x96\x47\xaf\x7d\xfa\xf5\x8b\xab\xcf\x7e\xe4\xf1\x9d\xae\xcd\xa7\ \xba\xf3\xd9\x97\xf6\xcf\xe7\x34\xdd\xfc\xb2\x0f\x3f\xc7\xde\xfa\ \x8d\x7f\xf8\x1b\xb3\xbf\xf6\xd7\xbe\x65\xf0\x6f\x2e\x9e\xaa\xbc\ \x73\x78\xb9\xf1\xf0\x23\xc9\x9f\x04\x07\x26\xaf\x7e\x96\xfd\xf8\ \x0f\x12\xef\x1e\xb9\x12\x95\xaa\xb6\xf7\xd2\xef\xff\x5f\xef\x81\ \x62\x3b\xbf\x75\xde\x3e\xf4\xd0\x2e\xb7\xcd\xad\x97\xff\xe0\x70\ \x89\x4f\x7f\xe8\x2b\x76\xfa\x1c\x00\xf2\xb3\xdb\x97\x7a\xf4\xe8\ \xd5\x11\x00\xd4\xf3\xc3\x93\xf9\xfc\xf9\x4f\xbe\xf8\xec\x37\xfd\ \xd5\x2f\x1b\x33\x00\x98\xbc\xf9\x2f\x7f\xea\xd7\x96\xdf\xf5\x37\ \xbf\x39\x79\xf7\x77\x92\xd0\xd9\xef\xfd\xf4\xf8\xd5\x1f\xb6\xec\ \xde\x9d\x24\xba\x5d\x5e\xfb\x58\xfb\xc8\x4f\x75\xff\xcf\xee\x7c\ \xf6\xe5\xdb\x97\xf1\xe6\x8d\xaf\x78\xf6\x21\x06\xf2\xf0\xf6\x61\ \x7a\xfd\xd1\x11\x6b\x7e\xe9\xc7\x7e\xa8\xff\x17\xfe\x8b\xbf\xf8\ \xd4\xda\x17\x21\x5a\xe4\xdc\xe7\xdc\x27\x84\x74\xd8\xd7\xa9\x11\ \x00\xd0\x39\xb4\x16\xa4\xd5\x52\x2a\x40\x44\x00\xe2\x80\x58\x47\ \x08\xa1\x48\x18\x63\x8c\x32\x46\x49\x48\x91\x2a\xad\x6b\xe1\xac\ \x4d\xa3\xd8\x59\xcb\x10\x09\x52\x5f\xbb\xd4\xb1\x55\xb9\x5a\x7a\ \xad\x30\x92\x73\xee\x39\x04\xab\x74\x5b\x69\xae\x69\xca\x6a\x57\ \x4f\xcb\x69\x14\xc4\x43\xcf\x3f\x3d\x3c\xe2\x0e\x8b\xe9\xe5\x6f\ \xff\xda\xaf\x31\x42\xd3\x28\x4e\x7b\xbd\xd0\x83\xe9\x6c\xa1\x66\ \x4d\xaf\x9f\x26\xc6\xf5\x09\x43\x44\x21\xa5\x23\x94\x59\xcb\x11\ \x7d\xc6\x64\x2b\x32\x9b\x59\xe7\x10\xe0\x6d\x80\x22\x00\x68\x8d\ \x73\xce\x59\x6b\x6c\xf7\x17\x80\xeb\x5a\x4b\x23\x1a\xad\xc3\x30\ \x6c\xdb\xb6\x73\x60\x14\xad\xf8\xdc\x3d\x72\x87\x8f\xdd\x1c\x76\ \x0e\x1c\xe0\x3b\xbe\xbc\xd6\xda\xae\x2a\xd5\x1d\xb3\xae\xeb\xa2\ \xac\xef\xaf\xf3\x9f\x03\xf0\x58\x10\xf9\x09\x63\x1e\xfa\xcc\xf3\ \x7d\xc6\xee\x2d\x42\x9d\x1d\x2e\x01\x02\xce\x39\x87\x5a\x1a\xa7\ \xb5\xd1\x1a\xac\xb5\xc6\x32\x42\x3d\x46\xd1\x41\x40\xa8\xef\xf1\ \x81\x94\x64\x5e\x32\x44\x3f\x8d\x0e\x50\x98\xb5\x75\xc5\x68\xa2\ \x39\x6f\x2c\x04\x6d\xad\x2a\xc9\x10\x91\x12\x50\x68\x65\x51\x2d\ \xa3\xd8\x6b\x4c\x73\xf7\xe2\xee\x4e\x74\x9d\x39\x24\xdc\x9c\x9e\ \x9d\x3e\x74\xe5\xea\xf3\x7f\xf0\xa9\x57\x5f\x7a\x79\x77\x6b\xa7\ \xd2\x49\xb0\x16\x4e\x4f\x66\xd3\xd7\xef\x8e\xd2\x1e\x50\xd2\x77\ \x04\xb5\x33\xce\x70\x62\x94\xb1\x1c\x91\x30\x16\x00\x16\x59\x69\ \x8c\xe9\x6c\xb6\xac\x03\x4a\x08\x22\x45\x20\xd2\x18\xad\x2b\xe7\ \x2c\x10\x27\x85\xe4\x9c\x77\x79\x89\x4e\xaf\x4d\x08\x61\x84\x27\ \x51\xaa\x95\x5d\x2d\xb2\xee\x4d\x6b\xeb\x7b\xb9\x5d\x63\x0d\xa5\ \x14\x01\xc1\x3a\x6b\x8c\x31\x1a\x91\x58\x82\x8d\x10\x79\x59\x19\ \x67\x95\xed\xcc\x90\xc2\x2f\xc1\x26\x9a\x20\x41\xaa\x2d\xd6\xef\ \x3c\x71\x8b\x35\xfd\xc3\xdf\x69\x3f\xf1\x23\x7f\xff\x1f\xbe\xb1\ \xf6\xe3\x3f\xfa\x77\x2f\x7f\xf7\x9f\xff\xde\xad\xf2\x62\xff\xff\ \xdd\xff\x2b\xff\xfd\xb7\x5c\x39\xfb\xf1\x9f\xfc\xd5\xf1\xce\xe0\ \x5f\xfe\xce\x8b\xdf\xf2\xdd\xdf\xf7\xec\x98\x82\xbe\xf8\x47\x3f\ \xfc\xc3\xf6\x83\x5f\x7f\x45\xbc\xf0\xeb\x2f\xee\x7f\xcb\x87\xe2\ \xb6\xc8\x16\x59\x1e\xf7\x7a\x1c\x01\x00\x74\x53\xd4\xd6\xeb\xc5\ \xbe\xcd\xee\xfe\xec\x4f\xfc\xe3\x7f\xfb\x6f\x7d\xdf\x97\x8d\xfb\ \xb1\x8f\x4d\x91\x59\x3f\x8d\x3d\x02\x00\x46\x54\x79\x63\xe2\x34\ \xbd\x17\xcb\x7d\xee\x95\x13\xe2\x8b\xf6\x9d\x4f\x51\x4a\xa5\x15\ \x21\x0c\x00\xf2\xa3\x97\x7e\xf2\x07\xfe\xc1\xa7\xe2\x7f\xf7\x27\ \xbe\xff\xaf\xaa\xa3\x4f\x7f\xe2\xd7\x5f\xd4\xc5\xf9\xaf\xfe\xde\ \xcd\xff\xe6\xbf\xfe\xcf\x36\x19\x2c\x6f\xfd\xda\x0f\xfc\x73\xfa\ \x0f\xfe\x97\x6f\xef\x01\x7c\xea\xff\xfe\x91\xe7\x47\xdf\xf8\xed\ \xdf\xf8\x1f\x24\x7d\x06\x00\x6d\x99\xaf\x56\x79\x59\x77\x14\x6b\ \x57\xe6\x05\x4f\x7a\x3e\x01\x00\x90\x75\x2e\x20\x4c\x23\x0e\x00\ \x4e\x37\x59\x21\x82\xa4\x17\x70\xf2\xc7\x07\x63\x1e\xda\xc0\x54\ \x96\xa8\x7b\xf7\xd6\x48\x0f\x55\x67\x9d\xbf\xff\xeb\x3f\xf3\x43\ \xff\xe4\xd5\x87\x9e\x7c\x68\xf5\xab\xbf\xf2\x5b\xcf\x7d\xf3\xf7\ \xfe\xa7\x4f\xfc\xf2\xff\xf1\x13\x37\xfe\xcb\xff\xee\xeb\x76\x89\ \x68\xaa\xd5\x72\x91\xd7\xbd\x5e\xd4\x39\x01\xeb\x3c\xab\xa3\x7e\ \x8f\x01\x80\xd5\x65\x59\x02\x8f\x92\xf0\x01\x98\x04\x3b\xe7\xaa\ \xaa\xad\xca\x86\x10\x8a\x04\xff\x15\xf1\x40\xe7\x2d\x86\xb6\x53\ \xac\x33\x42\x02\xca\x7d\xc6\x93\x28\xf6\xb9\x17\xfa\x3e\x67\x8c\ \x80\xb3\x4d\x89\x60\xc2\xd0\xf7\x08\x45\xe7\xc0\x5a\xe6\x90\x69\ \x60\x95\xb2\x97\x99\xab\x56\x92\x6b\x67\x8d\x22\x04\x1c\x72\x65\ \x6d\x56\x45\x4d\x9b\x86\xbe\xe2\xc0\xdb\x96\x2a\x13\x27\xbd\xd4\ \x1a\xe6\xb0\x47\xf1\xc3\x1f\x78\x6a\xb9\x5c\x9e\x9d\x9d\x07\x01\ \x01\x62\x18\x9a\x98\xf2\x40\xd9\x35\x3f\x64\x1b\xdb\x06\xac\x76\ \xae\xd5\xba\x55\x52\x83\xd3\xc6\x16\xab\xcc\x51\x0e\x70\xef\x55\ \x75\x0e\xef\xed\xa6\xbb\x82\x89\x35\x04\xad\xbb\xa7\xb9\xbf\x37\ \xac\x31\xd9\x72\xa9\xb5\x26\x88\x55\x55\xb4\xa2\x45\x00\x63\x2d\ \x22\x50\xca\x3a\x28\x7d\x1b\x19\x1d\x12\xde\x69\xc6\x01\x40\x29\ \x99\xe7\x45\x47\x7e\xf4\x7d\xbf\xa9\xeb\x22\x2b\xba\x47\xf9\x27\ \x9f\x62\x20\x5a\xb5\x98\xe7\x8c\x73\x00\xf4\xe5\x3b\x9b\x78\xa7\ \xb5\xb2\xd6\x22\x12\x63\x74\xe7\x30\xc4\x90\x78\x94\xc5\x7e\x90\ \x44\x71\x3a\x1c\x06\xdc\xa7\x48\x42\xad\x20\x2f\xa1\x14\x3c\x08\ \xbc\x34\xba\x54\xb5\x4e\xfc\x20\x0c\xa1\xd6\xdc\x53\x6e\x52\x37\ \xf3\x4b\xe7\x29\x85\xce\x20\xf8\xd2\x86\xad\xeb\x17\x55\xa4\xed\ \xc6\x70\xb8\x68\x65\xb0\xca\xb8\x71\x50\xd4\xb3\x8b\xcb\x8d\xdd\ \x2b\x36\x8a\xa2\x1b\x37\x6e\xdd\x7e\x0b\xea\x34\xed\xf7\x42\x23\ \x3d\x4a\xd7\xa8\x67\xc1\x7d\xf5\xd3\xcf\x16\x75\xd3\x48\x29\x9c\ \x2b\xda\x5a\x19\x23\x84\x68\xb2\xfc\xe8\xe8\x18\x90\xb8\xce\x03\ \xc6\x21\x12\x24\x84\x22\xa0\x31\x56\x6b\x63\x8c\x06\x74\x4a\x4a\ \xcf\xf3\x8d\x35\xd6\x98\xae\xfa\xcf\x18\x93\x52\x87\x81\x3f\x9b\ \xce\x9d\xb3\x84\x50\x42\xb0\x93\x57\x75\x6f\xa3\xb5\xd6\x1a\xc7\ \x3b\x97\x4d\x20\xd4\x63\xd6\xe1\x3c\x5b\xed\xdf\x3d\x68\x24\x20\ \x05\xce\x69\x18\xc4\xc6\x18\xfc\xe2\x5b\x45\x20\x10\x44\xfa\xce\ \x23\x47\xa4\xef\x94\x7e\x8e\x7f\xef\x13\x9f\xad\x77\x3f\xf2\x48\ \xda\x1a\xf2\x81\xbf\xf0\x6d\x1f\xfa\x06\xfe\xe9\x9f\xf9\x9f\xfe\ \xe9\xf1\x45\xe3\x1d\x4c\xf9\x23\x7f\xe7\xdb\x3f\xf6\x7f\xfe\xbd\ \xff\xf1\xa4\xd4\xcf\x8e\x29\x68\x1d\x6c\x3c\xfa\xb1\xbf\xfe\x6d\ \x8f\xaa\x57\xfe\xce\xf7\xfc\xf4\x9d\x1b\x5f\x97\xbf\xf9\x5b\xff\ \xdb\xff\x7c\x3b\x1a\x3f\xfb\x7d\xdf\xfb\xad\xf8\xc6\xaf\xfe\xe0\ \xcf\xfe\x8b\xc2\xf8\x1f\xfd\x8f\xbe\xf3\x9b\x3e\x9c\xc0\x6c\xff\ \x67\x7e\xf8\x7f\x9f\x7f\xec\x2f\x5f\x9f\x7e\xe2\x1f\xfd\xb3\x57\ \x21\xdc\xf8\xd8\x77\xfe\xcd\xe7\xf8\x6b\x3f\xf8\x43\xbf\x54\x26\ \xbb\xdf\xf0\xad\xdf\xf1\x95\xd7\xc3\x3f\x92\xe9\x00\xef\x6c\xf6\ \x3f\xe7\x6f\xd1\xd8\xc7\xbf\xec\x6b\x16\x53\xaa\x2c\x24\xbb\x1f\ \xf9\xae\xef\xf9\x1a\x96\xbf\xfc\xdf\xfe\xbd\xff\x67\xa2\x60\x93\ \xc1\x95\xe7\xbe\x7e\xfb\x57\xfe\xaf\x57\xce\xdc\x9f\xdf\x3a\xfa\ \xf4\x59\xf0\xef\x7c\x6c\xe7\x9f\xfe\xec\xcf\x7d\xe4\x3b\xbe\x8b\ \xfe\xce\x4f\xfd\xc4\x3f\x7b\x5d\xd6\x2b\xfa\xe8\x5f\xf4\x4d\xf3\ \xeb\x3f\xf7\xa3\x9f\xf8\xcc\x31\x6c\x7c\xf0\x7b\xff\xd6\xb7\x88\ \x97\x7e\xe5\xc7\x7e\xe1\xb7\x6b\x17\x7d\xdd\xb7\x7e\xf7\x37\x3c\ \x96\xfd\xd8\x0f\xfc\xf4\xb1\x08\xbe\xe6\x9b\xbe\xe3\x1b\x3e\xb8\ \xf1\x05\xb7\xa9\x0e\xc1\xbd\x2d\xa3\x74\x08\x80\x04\x10\x40\x1d\ \xfe\xe3\x8f\xbf\xf8\xf5\xdf\xf9\xfd\xff\xe1\x93\x09\x64\xaf\xfe\ \xdd\xff\xe1\xa7\x7e\xeb\xab\xbe\x37\x56\xb3\x5f\xfe\xd1\x1f\xaa\ \xfe\xbd\x6f\x0c\x78\xfb\x89\x9f\xf9\xa1\x17\x7e\x21\xf8\xca\x6f\ \xfe\xee\x6f\xfa\x50\xf8\xcb\x3f\xfe\x23\x9f\x3a\x58\x0c\x1e\xf9\ \xda\xbf\xf1\x9f\x7f\xc3\xef\xff\xf4\xdf\xff\xb9\x97\xc4\x57\xff\ \xa5\xff\xe4\xaf\xfc\xfb\x1f\x26\x0f\x62\x13\x0d\xd6\x6a\xad\x01\ \x0c\x22\x74\xd5\x40\x6b\x1d\x22\x20\x20\x12\x4c\x29\xed\x73\x8a\ \xf4\xff\x63\xef\xbd\xe3\xe4\x2a\xae\x7c\xf1\x73\x4e\x55\xdd\xdb\ \x69\x72\x92\x34\x8a\x28\x0b\x09\x10\x02\x91\x04\x32\x22\x07\x1b\ \x9b\x8c\x77\x59\x58\x0c\xd8\xd8\xfb\xd6\x61\xf7\xd9\xde\x67\xbc\ \x5e\xaf\x7f\xbb\x6f\xed\x7d\xbb\x8e\xfb\xfc\xd6\xc6\x19\x63\xb0\ \x8d\x31\x60\xc0\x24\x93\xa3\x0d\x42\x48\x42\x12\xca\x79\x82\x26\ \x77\xb8\xa1\xaa\xce\xef\x8f\xba\xdd\xd3\x33\x92\x31\x28\xd8\x5a\ \xed\x14\x1f\x46\xdd\xd3\x3d\xdd\xf7\xd6\xbd\x75\xea\x7b\xce\xf9\ \x9e\xef\x01\xe9\xc9\x54\xca\xf7\xa4\x92\x68\x7c\xd4\x7e\xc4\x18\ \x20\x59\xcb\x7a\x90\xc8\x48\xeb\x59\xc3\x43\xb1\x16\x2a\x15\x16\ \x0b\xd8\xd3\x23\xbd\x4e\x24\xc9\x71\xe0\xdb\x80\x91\x8d\xb1\x04\ \x2c\x99\xc8\xd8\x38\x8c\x54\x5d\xad\xef\xcb\x60\x4f\xb7\x25\xec\ \x32\x46\x11\x79\x52\xed\x5a\xde\xa7\x94\xca\x05\xa5\x56\x69\x54\ \x38\x54\x28\x16\xa6\xd4\x67\x24\x0a\x60\x6e\x4a\xcb\x26\x1f\x07\ \xf3\x43\x96\x21\x56\xd2\xa4\x55\x26\x5b\x43\xc2\x2b\x59\x33\x14\ \xc7\x43\x61\x58\xd4\x26\x66\x22\xa1\x04\x4a\xe7\x85\x92\x04\xc3\ \x88\x2c\x2a\x92\xba\x65\x74\xac\x9c\xda\xae\xb5\x36\x32\x06\xad\ \x2d\xdf\xdb\xc4\x0c\xae\x65\x81\xcb\xc2\x03\x72\xa5\xfa\xdb\xf5\ \xc6\x22\x72\x29\x17\xac\xad\xad\xa9\xa9\xad\xa9\xa9\xc9\x31\xdb\ \xfd\x9b\xf7\xd8\xc4\xc5\xb0\x48\x31\x59\xcb\x2a\x54\x71\x1c\x85\ \x61\x68\x8c\x35\x46\x0b\xa1\x72\x9e\x6c\x45\x9b\x53\x2a\x9b\xcb\ \xd6\xa4\x6a\x32\x7e\x3a\xad\xbc\x74\xca\x4f\xa7\xbc\x38\x2e\x86\ \x51\x80\x85\xa2\x2a\x86\xb5\xbe\x67\x32\xa6\xd3\xec\xe9\xcd\xc7\ \x01\x64\xf6\x74\x77\x35\x67\x9a\x77\x46\x1b\xd2\x01\x23\x0f\x18\ \xa9\x8b\x6c\x62\x6b\xa5\xe1\x7c\x64\xb1\xa4\xb5\x31\x50\x9b\x41\ \x85\xc1\x8e\x2d\x26\x8c\xd1\xf2\x51\x44\x43\x2f\x3e\xd7\x94\x4a\ \x35\xb0\xad\xaf\x4d\x19\x8e\x82\xee\xdd\x39\x13\xab\xfa\x8c\x86\ \x78\xa0\x30\x58\xe7\x1b\x19\x04\x13\xd2\xd2\xb3\xa4\x55\x8d\xa8\ \xcd\x89\xda\x9c\x56\xd4\xd5\xd7\xdf\x5b\x2a\x15\x01\xb4\x54\xc0\ \x42\x18\x81\x1a\x98\xb5\x41\x66\x62\x17\x4c\x44\x22\x07\xd5\x91\ \x28\x9d\x4a\x2b\xcf\x8f\x75\xac\x2c\x87\xb1\xb6\x41\x09\x01\xa5\ \x92\x52\x48\x12\x92\x11\x11\x89\xad\xb1\x80\x20\x90\x09\x05\x11\ \xa0\xb0\xe4\x66\x9e\x18\x08\xc0\xfa\x9e\x37\x63\xe6\x8c\x5c\xb6\ \xe6\x0f\xd6\xbc\x1e\xaa\x94\x4b\xb5\xca\x57\xf2\x00\xc1\xe6\x77\ \x3c\xf9\x5a\xef\xc5\x57\x5f\xfe\xfc\x43\x8f\x0a\x89\x9e\x50\x51\ \xc7\x2b\x0f\xad\x31\xcb\x6e\x9e\x5d\xdb\x3e\x7e\xd2\xed\xff\xf0\ \xc1\xbf\x7a\x2c\xd5\x7e\xd6\x55\x93\x7d\x00\x00\xe5\xe9\xae\xf5\ \x5f\xbb\xf5\xf3\xcd\x51\x6f\xed\xa2\x77\xcf\x6b\x35\x2f\xcf\x3f\ \xef\x6f\x3e\x7a\xf9\xdd\xff\xf4\x85\x67\x5f\x7f\xad\xeb\xfe\xa7\ \x8f\xff\xb3\x5b\xcf\x6b\x58\xf3\x4f\xff\x71\xe7\xdc\xc9\x97\xd5\ \xcf\x38\xe1\xda\xbf\xfb\xc4\xb4\x3d\xcf\x7d\xea\x8e\xce\x1b\x3e\ \xf7\xa5\xd4\xf2\xdb\xbf\xf3\xd3\x87\x33\x8b\xf7\xec\x94\xb3\x3f\ \xf7\xe9\x1b\x9a\x05\xfe\x3e\x67\x64\xaf\xa7\x0c\x00\x2d\xb3\x8f\ \x3f\xcb\xf6\xfd\xee\x57\xdb\x18\x80\x94\x4f\x10\x3f\xf6\xf3\x5f\ \x35\x2c\x3c\x7f\x56\x1a\x00\x80\xea\x8e\x3a\x76\x8a\x5a\xb9\x76\ \xdb\x82\xfe\xd7\x06\xeb\xe7\x1d\x3f\x21\xf5\xfc\x40\x50\xea\x7a\ \xf5\xa1\xc7\x36\xbf\xff\x33\xff\xd4\xba\xf1\xbe\xdb\x9e\x87\x9d\ \x1b\x5f\xba\xff\xd5\xd2\x4d\x1f\xfb\xf8\x73\xb7\x7d\xf9\xde\x47\ \x5a\xf3\xbf\x5d\x71\xe6\xcd\x5f\x58\xcc\x4f\x7f\xe1\x47\xf7\xcc\ \xba\xa2\x69\x5d\x6f\xee\xaf\x3f\xff\xb7\x33\x6a\xe5\xdb\xf4\x98\ \x78\xe4\x63\x14\x00\x3d\x1b\x07\xd4\xb8\xc5\x73\x73\x00\x00\x75\ \xf3\x8e\x6b\x93\x9b\xd6\xee\xf6\x26\xcc\xba\xe5\x43\x9f\x3e\x21\ \x1b\xfe\xe0\xc5\xf4\x25\x1f\xf9\xf4\xbb\xec\xa3\x5f\xfc\xd5\x93\ \x0b\x74\xf4\xf4\xae\x71\x1f\xff\xc4\x55\x77\x7d\xe5\xeb\x4f\xbe\ \x32\x37\x3f\x28\x2e\xff\x1f\x5f\x38\x7f\x5e\xea\x20\x5d\x65\x2e\ \x14\xf2\xc5\x42\x1e\x11\x05\x91\xf2\xbc\x8a\x3b\x89\x88\x52\xc9\ \x94\xd5\x0d\x25\x0d\x92\x35\x9a\x80\xe3\x82\xd1\x92\x28\x8d\xca\ \xd3\xa8\x62\x91\x16\xc2\xcf\x68\x83\x51\x91\x29\x62\xf4\x6b\xea\ \x6b\x32\x7e\x26\x2d\x07\x07\x06\x0b\xdd\xbb\xd2\x7e\x4a\x6a\xad\ \x8c\x66\x00\xe9\x54\x94\x90\x03\x63\xd2\xb9\x6c\x63\x9d\xaf\x3c\ \xbf\xb7\xaf\xa7\xd8\xd1\xa1\xac\x05\x41\x16\x29\x12\x14\x21\x28\ \xe5\x35\x11\x09\x16\xf5\xc8\xf5\x35\xfe\xe4\x39\x73\xa7\xcd\x9c\ \x51\xd7\xd2\xb8\x75\xf5\xca\x47\x1e\xfe\x75\x47\x47\xa7\xd5\x20\ \x84\x4f\x85\x3c\x0a\x2f\x27\xb9\x4e\x40\x27\x46\xa8\x68\x20\x8a\ \x01\x05\x21\xa0\xb5\xcc\x31\xa0\x46\xe0\x58\x83\xd1\x36\x08\x02\ \x12\xc2\x35\x41\x95\x52\x56\x40\xb1\x27\x84\x05\xb2\xd6\xba\xee\ \x2d\x51\xac\x2b\x28\xd9\xfd\x60\xb6\xcc\x49\x17\x07\x22\x42\x64\ \x44\xd0\x3a\x8e\xa2\x40\x48\x59\x4e\xf5\xec\xcf\x6e\x94\x2f\x0e\ \x76\xf5\x76\x00\x60\x18\x86\xb9\x5c\x4e\x08\xe1\xc4\x7d\x99\x99\ \xa4\x4c\x1b\x9c\xc2\x41\x33\x92\xc0\x94\x0d\x90\x23\x0e\x8d\xd1\ \x82\xf3\x22\xb2\x5c\x04\xa1\xeb\x85\xf2\x63\x31\x40\x38\x28\xb8\ \xa8\x64\xd3\xe4\xc9\x53\xb2\x19\x93\x0f\x7a\xd7\xae\xc4\xd0\x64\ \xbc\xb4\xd1\x05\x06\xe3\x01\x68\x00\x63\xad\x45\x0a\x8d\x9e\x30\ \x69\xf2\xe4\x69\xe3\xfb\x06\x87\x36\xac\x5e\x95\x8a\x23\x66\x46\ \x22\xe9\x29\xf4\x54\xca\xf7\x26\x21\x02\x00\x79\xb2\xa6\xa1\xae\ \x61\xda\xb4\xd4\xb4\x49\xde\x51\x93\x75\x1c\xae\x7f\xe4\xb1\xb5\ \x4f\xbe\x98\x2a\xc4\x68\x29\x86\x28\x12\x61\x2c\xc4\xd4\x54\x6a\ \x9b\xc0\x4d\x3a\xde\x15\xc4\x24\xfd\x94\x4d\xa5\x2c\x58\x88\x18\ \xa3\xd0\x87\x52\x18\x9a\xa2\x8e\xc2\x30\x72\x84\x50\x86\x9c\xd1\ \x52\x29\x94\xc2\x97\x69\x22\x12\x8a\xac\xb1\x0e\x28\x44\x46\x83\ \xe1\x84\x92\x29\x15\x09\x2a\x94\x02\x44\x00\x24\x63\x8d\x90\xca\ \x4a\x42\x41\x0c\x36\xd6\x3a\x9d\x4e\xf9\x29\xf5\x27\x68\x88\xfa\ \x16\x63\xc7\xef\xee\x7b\x7a\x55\x6f\x5d\xcb\xf3\xaf\xaf\x7a\xa3\ \x7d\x5b\xdf\x94\x96\xa1\xdb\xbe\xfd\xcb\x39\x97\xdc\xbc\x64\x6a\ \xa6\xe3\xf9\xfb\x83\xd9\x17\x7e\xee\x82\x59\xf7\x7c\xf7\xf6\xc7\ \x57\x0e\x5c\x72\x4c\x1d\x18\x23\x6a\x9a\x4f\xbd\xf0\xaa\x33\xa6\ \xb7\x8c\x6b\x6b\xca\xaf\x78\x90\x09\xa5\x48\x4f\x19\xdf\xb4\xb3\ \x67\x47\x1f\xd4\x2e\x9d\xde\x94\xc9\xcd\x1d\xe7\x3d\xdc\xd9\x17\ \x21\xb2\x05\xb0\x1d\x9d\x58\x37\x75\x66\xbd\x8f\x73\xe6\xf0\xe3\ \x2f\xb7\x9c\xfc\xa1\xcb\x77\xdd\xf6\xa5\x5b\xbf\x70\xee\xb5\x1f\ \x39\x7b\x5e\xd3\xde\x8b\xda\x32\x53\x95\xf1\xae\x8e\xc2\x46\xb1\ \x2e\x3f\x31\xcb\xef\xfb\xf6\xd3\x03\xb3\x3e\xf1\xb1\xd3\xcb\x35\ \xde\xea\xb4\x53\x8f\xf9\xfa\x93\x8f\xfc\x2a\xd3\x3b\x7d\xe1\xe5\ \x1e\x22\x4a\xa5\x07\x3a\xa3\xcc\xf8\x39\xcd\xe9\xa8\xbb\x21\x45\ \xfd\x43\xf9\xde\xee\xdd\x5b\xee\xfb\xd9\x4f\x75\xaa\x75\xb6\x0a\ \x3b\xa1\x71\xd6\x94\x9a\x5a\x6f\x5e\x6d\xfc\xb2\x9e\x71\xc3\x4d\ \xe7\xde\xf1\x9d\x2f\xdc\xba\xf0\x92\x0f\x5e\xb1\x64\xda\x1f\x5c\ \x16\xd5\x8a\x99\xee\x01\x33\x40\xb6\x49\xc6\xf9\xee\x3c\x8c\xcf\ \x01\x40\xbe\x33\x1f\x37\x37\x66\xf2\xda\x68\x03\x00\x8c\x48\x52\ \x8a\x86\xd6\xa9\xf5\x72\x55\xf7\xae\xbe\xfe\x8e\x5d\x3f\xbf\xa3\ \xa7\x54\x3f\x73\x7c\x1d\xaf\x23\x5f\xd0\xc1\x4c\xc5\xb8\x24\x83\ \x52\x4a\x08\xe1\x90\x91\xcb\x41\xb3\xa3\xd7\xe9\x28\x8c\x02\x88\ \xb4\x46\x63\xc1\x12\x82\x24\x12\x84\xc4\x12\xd0\xc6\x86\xc3\x7c\ \x41\x28\x94\xa9\x34\x32\x84\x85\x62\x6f\x68\x06\xa9\x5b\x32\x52\ \x14\x9b\x62\xc1\xf3\x64\x04\x16\x18\x18\x81\x11\x2c\x21\x33\x17\ \x8b\x03\x3b\xb6\x85\x24\x25\xb3\x91\x56\xbb\xb6\x08\x16\x00\x2c\ \x01\x40\xac\x43\x0b\x20\x84\xd0\x3a\x66\xe2\xba\xee\xfa\x8d\x51\ \x69\xb0\x98\xef\xed\xe9\x8d\x99\x84\x9f\x1b\x0a\x06\x25\xd8\x7c\ \x7f\xaf\x35\x2c\x05\x84\xc4\x91\x9f\x49\xd5\xd7\x17\x4c\x14\x46\ \xb1\x90\x82\x9c\xca\x02\x20\x12\xfa\x69\xcf\x68\x20\x29\x1d\x83\ \x87\x5d\x14\x92\x87\xef\x15\x66\xeb\xb6\xaa\x04\x3b\x27\x77\x52\ \xf2\x3c\x69\x1a\x53\x0e\x38\x4a\x29\x6b\x6b\x73\x61\x18\x05\x41\ \x50\x2a\xe6\xfb\xfb\xfb\xf7\x4f\xaa\x83\x10\xa3\x48\x97\x8a\x61\ \x26\x9b\x4b\xf9\x42\x90\xb2\x86\x85\xf0\x52\xa9\x94\x14\xc2\x00\ \x78\x61\x80\x3d\x3d\x3a\x08\x06\x0d\x1a\x26\x29\x14\x5b\xe3\x49\ \x48\x7b\x42\x72\x84\xac\x83\xb0\xc4\xec\x89\x74\x2a\xcd\xd6\x57\ \x84\x1b\x3a\x87\xb6\xf6\x08\x60\x35\x34\xe4\x29\x55\x18\xe8\xf7\ \x01\x24\x92\x45\x97\xf0\xb3\x80\xe8\x23\x95\xb6\x77\xad\xd9\xb9\ \x47\x7a\x5e\x43\x8c\x54\x74\xc9\x28\x43\x8a\x51\x1a\x0d\x25\xd7\ \x9f\x4c\x03\xf7\x76\xf4\xb7\x37\x36\xb7\x96\x22\xbd\x7a\x63\x3e\ \x5f\xac\x19\xb0\x2d\x99\xa6\xbe\xc1\x9e\xa0\x14\x98\x52\x34\xd4\ \xb9\x47\x49\x99\xd7\x06\x9a\x1a\x6b\xea\x6a\xd2\x0c\xa5\x28\x62\ \x92\x86\x89\x11\x99\x88\xc1\xa6\x33\x19\x96\x46\x4a\x59\x23\x84\ \x93\x8f\x55\x9e\x97\xb4\x8b\xd0\xda\x5a\x6b\x22\xcb\x96\x51\x90\ \x0b\x4a\x6a\xa3\xc9\x31\x07\x90\xe2\xd8\x30\x10\x22\x02\xa1\x12\ \x92\x19\x89\xb8\xa1\xa1\x39\x95\x89\xd8\x9a\x57\x5f\x59\xe1\xfb\ \xbe\xf9\x93\x10\x74\x9c\x60\x6c\xa5\x26\x9a\xcb\x29\xbe\x86\x19\ \x4b\xaf\xbc\x68\x73\xa1\x6b\x4b\x31\x8c\x94\xe0\x67\x7e\xf6\xdd\ \x1d\xf5\x8b\x2e\x9b\x95\xe9\x1d\x0c\x8a\x03\xfd\x7b\x7a\x82\xd0\ \x08\x88\x4b\xf9\x92\x01\x00\xb0\x3a\xb2\x72\xea\xbc\x39\xed\xf5\ \x00\x00\x3a\x8e\x82\x20\x34\x00\x41\x61\xc8\xd4\x4c\x9b\x5d\xf7\ \xf2\x43\x0f\x3d\x3d\x54\xbb\x61\xbb\x68\xbf\x74\x5a\xd3\xda\xbe\ \x1d\x2f\x3e\xbf\xae\x7e\x5c\x7b\x6d\xe9\xde\xfb\x9f\x5d\x9e\x5a\ \xf3\xb8\x3f\xe9\xe4\x3a\xdd\x7f\xd4\x99\x57\x2d\xe9\xfe\xe2\x6f\ \x9e\x78\xfd\xec\x79\x67\xee\x8d\xc2\xec\x08\xc7\x7f\xc4\x0e\xc2\ \x26\x0e\xc2\x08\x08\x4a\xdb\x9f\xf8\xc1\xaf\xb7\x5c\xf6\x89\xcb\ \xa2\xee\x3d\x41\x43\x53\x4a\x21\x00\x34\x2d\x3c\xa3\xf1\xbb\x7f\ \xf5\x93\x60\xe6\x17\xaf\x39\x0a\x60\x67\xa9\x30\x28\xc7\xcd\x6f\ \x37\x4f\xfe\xf4\xd1\x57\xe6\x06\x5b\x06\xa2\xda\x96\xd6\xa3\x66\ \x4e\x6d\x3f\xe5\x82\x2b\x66\x36\xd6\x8e\x6b\x0c\x7b\x7e\xfb\xfc\ \x43\x0f\xbf\x74\x8c\x7d\x69\xa8\x6e\x4e\x3b\x0d\xe6\x8f\xbd\xf0\ \x92\xc1\x6d\xb7\x3f\xf2\xfc\x7b\x97\x4c\xf3\xfe\x10\xe8\x1e\xd1\ \xaa\xc1\x61\x70\x03\x90\x9b\x77\xc6\x2c\xf8\xde\xd7\x7f\x70\xed\ \x7b\x17\x77\xbc\x70\xf7\x1b\x6a\xee\xe7\x17\x4e\xbe\xff\xc1\xee\ \x57\x9f\x7b\x6d\xfa\xe2\x96\x30\x8e\xa2\xd8\x18\x1d\x16\xf3\x61\ \xcb\xdc\x39\xed\x2b\xfd\x73\x2f\xbf\xb4\xb5\x2e\xd3\x56\x63\x97\ \xff\x6c\x28\xd6\x07\x53\xc4\x3c\x21\xe2\x10\x41\xd2\xe1\x84\x84\ \x10\x88\xe8\x6c\x87\x05\x30\x8e\x34\xc2\x28\x81\x24\xa2\x00\xb4\ \xb1\x8d\x40\x4b\xf2\x8c\x40\xa5\x72\x1a\xd9\xa2\xb4\x08\x08\x24\ \x10\x4d\x10\x08\xe6\x2c\x09\x1b\x84\x3a\xb2\x36\x25\x9c\x6f\xea\ \xa2\xd4\x86\x2d\xb1\x88\x4b\xda\xb0\x71\xcc\x18\xe3\xd2\xc4\xc0\ \x80\x48\x82\x48\x49\xad\x35\x20\x94\x8a\xa5\xc1\xfc\x50\xd7\xee\ \x9d\xa0\xbc\xc1\x30\x16\xb9\x5a\x99\xab\x0d\x64\xda\xd4\x08\x63\ \x41\x29\xbf\x98\x1f\xb2\x51\xc4\x96\x0a\x85\xc0\xca\xa2\x36\xc8\ \x16\x35\x68\xc1\xcc\xc8\x06\x99\x05\x78\x84\x42\x20\xb3\xac\xec\ \x25\xae\xb3\x20\xdb\x44\x49\x1c\x18\x9c\x02\xae\xcb\xab\x72\x05\ \x26\x32\x57\x52\x31\x95\xa7\x0e\xd0\x39\x46\x64\x18\x86\x2e\xcd\ \xba\x9f\x04\x1d\xa9\x94\x4a\xa5\x53\x59\x47\xfd\x01\x60\xa5\x7c\ \x29\x94\x8b\xb0\x81\x25\x2e\x59\x0f\x24\x7a\x14\x40\x1c\xd9\x02\ \x49\xb0\x88\x71\x0c\x8a\x49\xb1\x34\x28\x06\x85\xe4\xd0\x66\xa5\ \x9f\xb3\x7e\xdc\x5b\x22\x02\xc3\x3a\x93\x96\x61\x71\x48\x10\xc6\ \x96\xac\x05\x26\xb4\xcc\x96\xd1\x29\xf7\x69\x8d\x9a\x8d\x91\x92\ \xac\xf5\xd9\x1a\xad\x8d\xb5\x8c\x60\x11\x49\x90\x45\x44\xc4\xc8\ \xc4\xc6\xe8\xe7\x1f\x7a\xd0\xfb\x8d\x17\x6a\xd1\x5f\xd4\xe9\xd6\ \xf6\x74\x5b\x9b\x9e\x90\x8e\x0a\x45\xa5\xe3\x74\xdf\x80\xe9\x1f\ \xa8\x55\xa2\x7f\x77\x17\x21\x65\x33\xd9\xc1\x62\x31\x4f\xd6\x23\ \x05\x68\x23\xa3\x35\x5b\x46\xeb\x09\xe9\x79\x9e\xdb\x69\x5c\xca\ \xc5\x18\x13\xc7\x31\x03\x08\x21\x2c\x80\xb1\x96\x0d\x68\x63\x8c\ \x9b\x7a\x13\x01\x00\x11\x31\x03\xb3\x75\x3b\xa5\x94\xd2\x18\x0e\ \xa2\xc8\x18\xab\xa4\x92\x32\x2d\x84\x9f\xcb\xe5\x08\xff\xf8\x4e\ \x34\x8e\x6e\x5a\x50\x79\x50\x33\xf1\xe8\x73\x26\x1e\x0d\xf1\x9e\ \x74\xf3\x9c\x53\x27\x37\xae\xa8\xad\x93\xdb\xd7\xdc\xf6\x8d\xd7\ \x9b\xe6\xbf\xf7\x43\x97\xfc\xf9\x05\x83\x3f\xfa\xfe\x6d\x77\x4c\ \x3b\xe1\xf2\x4b\x17\x37\x02\x00\x88\x9a\x63\x4f\x5c\xd4\x54\x0e\ \xe2\xfb\xcd\x93\x4f\x58\xd0\xa8\x00\xda\xe7\x1d\x93\x69\x9d\x72\ \xc6\x07\xae\xff\xc1\xf7\xee\x7a\x60\x53\xe3\xd5\x37\x5e\xd7\x5e\ \x97\x39\xff\xa2\x93\x6e\x7f\xf0\xce\xda\xf7\xde\x78\xcb\x8d\x17\ \x7e\xff\x8e\x5f\xe8\xd6\x63\x3f\x78\xc3\xb9\x76\xf3\x6f\xee\xbc\ \xf3\x49\xdd\xb0\xe0\xfd\x97\x9e\xb2\x4f\xef\x74\x84\x9e\xf7\x48\ \x6d\x6f\xd5\x34\xe9\xf8\x63\x73\x69\x00\x1b\xd9\x96\xf1\xd9\xe7\ \x7e\xf6\xad\xc7\xbd\xc9\x57\xff\xd9\xfb\xe7\x8c\x53\x00\x00\x62\ \xdc\xf9\xef\xbd\x24\x33\x38\x6d\x4e\x03\x02\xa7\x8f\x39\x7e\x41\ \x53\xc3\xb4\xeb\x6f\xb9\xe6\x3b\x77\x3c\xf8\x40\x01\x17\x2d\x3b\ \x7d\xdc\xc4\xb9\x7f\xfe\xde\xed\x3f\xbd\xeb\xdb\xcf\x36\x2d\xf8\ \xcb\x9b\xaf\xfc\xcb\x0f\x5e\xfb\xfd\x1f\xfd\xe2\x31\x9c\x78\xc3\ \x2d\x57\x37\x0c\xad\xb8\xeb\xf6\xfb\xba\xa1\xf1\x9a\x6b\x2f\x50\ \x6f\xc3\x83\xb6\x7b\x39\xd1\xee\x00\xcf\xfb\xc0\xdf\xa8\xbb\x7f\ \x72\xff\x5d\x77\xa5\x5b\x66\x7f\xe2\x13\x57\x36\xfa\xe2\xec\xf7\ \x9d\xf3\xdd\xbb\xef\x7e\x32\xf5\xde\x59\xc7\x2f\xce\x35\xfa\x98\ \x1a\x77\xec\xb1\xe1\xb4\x05\x67\xbf\xbf\xe3\xf6\xbb\xbf\xf7\xcd\ \x9a\x59\x4b\x6e\xb8\x62\xe9\xd1\xc7\x2f\xaa\x6d\x38\x98\x3a\x43\ \xc6\x68\xa7\xa2\xec\x8c\xa3\x4b\x56\xb8\xa5\x8b\x88\xb1\xb5\x45\ \x36\x0a\xc0\x03\x24\x0b\xa4\x19\x09\x2c\x03\x28\x32\xbe\xd4\x88\ \xd6\xf7\x62\x6d\x88\x84\x92\x32\xed\x79\x4a\x20\x00\x9b\xc1\x81\ \x88\x4d\x8d\x14\x31\xda\x92\x35\x80\x88\x8c\x84\x48\x80\xae\x1f\ \xb1\x21\x22\x44\xcf\xf3\x6c\xac\x13\x2f\xcb\x71\x1b\x35\x40\x1c\ \x59\x66\xa1\xa4\x36\x46\x30\x83\xd1\x85\x42\x51\xd5\x35\xf7\x87\ \x76\xf3\xb6\xcd\xbd\xc5\x52\x10\xc7\x3a\x0a\x9b\xea\xb2\xe3\x1a\ \xeb\x7d\x4b\x60\xc1\x22\x18\x6d\xac\x25\x21\x64\x02\x06\x91\x2d\ \x58\xb6\x10\x86\x91\x4b\x22\x33\x08\xe3\x58\x8f\x98\x08\xc5\x1b\ \x6b\x80\x19\x50\x54\x4e\xb6\xcc\x49\x84\x8a\x71\x1c\x85\xa9\xb5\ \xd6\x85\x42\x21\xe1\x7b\x9b\x38\x8e\x63\xdc\xdf\xad\x28\x8a\xe2\ \xc1\x81\xbc\x10\x9e\xef\xfb\x08\x40\x42\x18\xc3\x5a\x87\xd6\x5a\ \x26\x34\x16\x49\xa6\x75\x5c\x8a\xa2\xc0\x62\x24\x09\x88\xc1\x1a\ \x88\x2d\x08\x91\xb1\xe8\x07\xb5\xb9\xa8\xbe\x56\x30\xda\x40\x1b\ \x80\xe6\xb6\xe6\x70\x68\x30\x1c\xec\xb5\x26\x8a\x39\x62\xad\x15\ \x4b\xc1\x02\x1c\x67\x93\x01\x11\x8d\x75\x25\x9c\x56\xb0\xb4\x71\ \x1c\xb1\x65\x07\x93\x5d\x2c\x96\x89\x99\x51\x88\xd8\xc6\x41\x1c\ \xe5\x98\xf3\xc5\x7c\x40\x29\xaf\x75\xd2\x9b\xa5\xe2\xf2\x97\x5e\ \xee\x8b\x42\xc3\xb6\xc9\xf7\x8f\xca\xe5\xc6\xd7\xe4\x8a\x7d\xfd\ \x5e\xda\xeb\x0b\x4a\x43\x5a\xa3\xf2\x8d\xe4\x08\x0c\xba\xc0\x74\ \xcc\x4c\x1a\x84\xac\x68\x15\x57\x32\x4a\x6e\x07\x42\x24\x24\x05\ \xa0\xcb\xd5\x44\xec\x9a\xdc\x22\xa2\x31\x6e\x25\x23\x33\x32\x43\ \x14\x1a\x0b\x1c\x47\xb6\xab\x73\x8f\x75\xf1\x27\x21\x82\x20\x70\ \x71\x8f\x3f\xba\x13\x5d\xb5\x43\x26\xf7\x47\xf5\xa6\xa8\x9a\xcf\ \xbb\xf0\x6c\x00\x38\xed\xb2\x8f\x9f\x76\xd9\xf0\xaf\x97\x5d\xf5\ \xa1\x65\x57\x55\xbf\xad\xe5\x92\x6b\xae\xa8\x3c\xcb\x4d\x3d\xfe\ \x8a\xa9\x00\x00\xc7\x9c\x7b\x29\x00\x00\xd4\x5e\xff\xd1\xcf\x54\ \x5e\x9d\x75\xc6\xd5\xff\x78\x86\x7b\xd8\xfe\xf1\xcf\x2e\x29\xff\ \x76\xd9\xff\xfc\xfb\x65\x6f\xe5\x00\x56\xd9\x19\x04\xd7\x93\x2b\ \x99\x2d\x7f\xf2\xb1\x97\x4d\x06\x00\x80\xe9\xe7\x7e\xe6\xb3\xe7\ \xee\xfd\xb7\xb3\xce\xbd\x76\x56\xf2\x97\x4d\x17\x5f\x75\x19\x00\ \xc0\xc4\x13\x3e\xf2\xc9\x13\x2a\x6f\x98\xb6\xf8\xdd\x9f\x5a\xfc\ \xee\xe4\x49\xdb\x82\x9b\xfe\x76\x41\xf9\x95\xe3\x6e\xf9\xe4\x71\ \xef\xc0\x4b\x1d\x65\xbb\x87\xe7\xa7\x61\xd9\xd5\x1f\xae\x3e\xbd\ \xf6\x85\x17\x7d\x76\xe1\x45\x00\x00\xb0\xc8\x1d\xe3\x65\x97\xcf\ \x02\x80\xa3\xcf\xb9\xf6\xe8\x73\x92\xf7\x2c\xb9\xe4\xf2\x83\x7b\ \xa9\x3d\xcf\x77\xb1\xb6\x2a\x62\x0a\x97\x11\x8d\x34\x04\x5a\x92\ \x44\x24\xcb\xa4\x0d\x5a\x83\x20\x84\x14\xe0\xfb\x25\xb6\xfd\x85\ \xd2\x50\x5f\x1c\x33\xf8\x4a\x29\x42\x88\xa3\x86\x74\x6a\x6a\x4b\ \x53\xba\xa1\x86\x07\x07\x8c\x60\x40\x10\x52\x20\x22\x21\x49\x44\ \x04\x64\x6b\x0c\x80\x24\x29\x88\xc0\x30\x30\xa1\x90\xcc\xcc\x84\ \x84\xe4\xf2\x9a\x42\xa0\xef\xa5\xc0\x90\x04\x16\x36\xce\xa5\x6b\ \xba\x03\xbd\x66\xe7\xee\x3c\xf9\xaa\xa1\x55\xc6\x91\x0f\xa6\xbb\ \xaf\x7b\x70\xd7\xae\xa3\xea\x5b\xd2\xc2\x8f\xa2\xb0\x54\x08\xac\ \xe7\xa7\xfd\x0c\x00\x01\x91\x41\x6b\x00\x0c\x5b\xb0\x49\xf9\x0a\ \x3a\x8f\xd1\x51\x40\x04\x21\x02\x02\x5b\xcb\xd6\xea\x4a\x5e\xc5\ \xd1\xeb\xaa\x17\x81\x9b\x8d\x8a\xd1\xcc\x64\x32\xae\x12\x26\xc1\ \x92\xd6\xee\x9f\x52\x84\x65\x4e\xa7\x32\xb9\x6c\x9d\x14\x1e\x82\ \x00\x66\x1d\xdb\x28\x0c\x8d\xb5\xd6\x18\x94\xa2\x44\x38\xe4\x2b\ \x4f\x5a\xc1\x9c\x32\xe0\xa1\x41\xb0\x1a\x51\x7b\x7e\xac\x72\x83\ \x1a\x37\x16\x4a\xeb\x06\x87\x04\xdb\x8c\x8d\x7d\x50\x0d\x4a\xce\ \x9f\xd8\xdc\x54\xdf\xda\xb3\x73\x5b\x7d\xda\xf3\xd0\x33\xc6\x02\ \x09\x44\x00\x06\xe9\x64\x12\xad\xf1\x3c\x61\x34\x10\x81\x91\x48\ \x28\xd9\xf9\x81\x0c\x4c\x2c\x94\x30\xcc\x28\x05\x59\x54\x11\xf8\ \x02\x03\xcb\x50\xdf\xf4\xd4\xae\xce\x97\xbb\x07\xa3\x86\xda\xd8\ \x4b\x7b\x52\x76\x0f\x0e\xad\xed\xec\x5c\x58\x9b\x9e\x9d\xf3\x7a\ \x8c\xe9\x2c\xe5\xfb\x95\x2f\xb2\x59\x95\xf6\x05\x0b\x61\xac\xd2\ \x31\x00\x87\x5a\xe7\xe3\x3c\x11\xf9\xbe\x0f\x00\xae\x79\x8e\xe7\ \x79\x44\x14\xc7\xb1\xd6\x9a\x04\x5a\x0b\x44\x42\x08\x4f\x4a\xd7\ \x8b\x46\x28\xa5\x00\x50\xeb\x18\xc1\xb2\xf5\x2c\x40\x14\xc5\x0c\ \xe8\xd5\x65\x4b\xa5\x60\x30\x9f\x07\x46\x63\x74\xa9\xf4\x87\xb5\ \xf8\xfe\x18\x2d\xae\x0e\x66\x6b\xd4\x43\x96\x17\x4a\x00\xc7\x61\ \x79\x84\x23\x70\x37\x1f\x5e\x47\x59\x4d\xd9\x73\xb0\x31\xa9\xf3\ \x03\xb0\xd6\x06\x26\x26\xab\x0d\x10\x03\xa6\x98\x84\xeb\xd0\x28\ \xd1\x5a\xe8\xca\x17\x7a\x0a\x79\xd5\xd4\x44\xca\x37\x44\x86\x8d\ \xb4\x5e\x5f\x1c\x05\x9d\x1d\xe3\x73\xe9\x0c\x42\x29\x0e\xd3\xbe\ \x1f\x85\x1a\x11\x91\x51\x20\x20\x23\x5a\x16\x48\x65\xf2\x2f\xb3\ \x10\x8c\x16\xdd\x7e\x81\x16\x89\x2c\xb0\x12\x8a\x51\x08\x95\x62\ \xd6\xa5\xd8\x14\x63\xbd\xb9\xb3\x5f\x66\x6b\xeb\xeb\x9a\xfa\x42\ \x5d\x62\x9d\xf6\xbd\x5c\x73\x73\x61\xa0\xaf\xb7\x14\x35\xa4\x7d\ \xf0\xd2\x81\x0e\x0d\xa0\x48\x19\xd0\x5a\x0a\x62\x02\x63\x21\x36\ \x16\x99\xa9\xaa\xce\xcf\x21\xc7\x0a\x43\x13\xc9\xe5\x23\xac\xf3\ \xe4\x2a\x50\xa0\x42\x60\xac\x42\x08\xec\x00\xa3\x63\x3b\xc6\x71\ \xac\xe3\x10\xf7\xf7\x8e\x43\x00\x63\x8c\xeb\xaf\x6d\x13\x26\x00\ \x08\xa9\x74\x18\x46\xb1\x26\x0b\x25\x4f\x6e\x88\x82\x3e\x1b\x34\ \x0b\x68\x42\x92\x51\x4c\x96\xad\xa0\x3c\x50\xc1\x87\x15\xdd\x3d\ \xbd\xbe\x28\xe5\xd2\xa0\xbc\x20\xe5\x9b\x28\xea\x31\xf1\xd6\xf5\ \xeb\x4f\x68\x6f\x6d\xf1\xfc\xd2\x50\xd1\x93\x2a\xb6\xa1\x15\x0c\ \x0c\x04\x6e\x3b\x02\x06\x36\x51\x00\xcc\x8e\x65\x10\x26\xc4\x4c\ \x36\x09\xc2\x40\x16\xd8\xd0\x58\xef\x09\xe1\x7b\x59\x53\x28\xf5\ \x86\xf1\x86\xfe\xa1\x97\xfa\x87\x60\x5a\xab\xa5\x74\x34\x14\x08\ \x40\x51\x97\x0b\x6c\xf4\xea\x40\x31\xd5\x98\x2d\xb2\xe8\xb6\x76\ \x77\x31\xdf\xd8\xd4\x28\x4d\x24\x2d\xd5\x48\x8f\x03\xad\x83\x10\ \x3c\x19\x9b\xd8\xcd\x79\x65\xb6\x2b\xbd\xd2\x00\xd0\x58\x64\x36\ \xd6\xb2\xb5\x56\x6b\xe3\xa6\xd9\x31\x04\x94\x92\x08\x14\xe9\x28\ \x8c\x63\x22\x42\x24\x6d\x4c\x2e\x97\x93\xca\x0b\x82\x28\x8e\xa3\ \x8a\x6f\xfe\x47\x37\x8b\xbc\x6f\x27\xfa\xf0\xb2\x38\x55\x31\xa0\ \xbd\x53\x2e\x87\xcd\x41\xb2\x65\xa8\xc2\xdd\xe0\xa2\xfe\x87\x62\ \xf8\xe9\xcc\x7e\xfc\x95\xbb\x5f\x5d\x98\xaf\x12\x67\xac\xd4\xc3\ \x85\xc6\x82\x05\x46\x06\x42\x0b\x20\x90\x2c\xb0\x27\xbd\x7c\x6c\ \x06\xb5\xce\x36\xb7\x84\x9e\x67\x3d\xbf\xae\xb9\xb9\x54\x2c\xa4\ \x24\x0d\xed\xe9\x46\x13\x77\x45\xba\x29\x95\x92\x86\x0a\xb1\x91\ \x28\x89\x01\x2b\xd2\xce\x0c\x04\x48\xcc\x04\x8e\xbd\x41\x40\x49\ \x73\x4b\x06\x60\x03\xc6\x5a\x69\xb4\x34\xa4\x75\xac\xd9\x58\x21\ \x86\x62\x1b\xf9\xe9\x48\x48\x12\x62\xd2\xb4\x76\x3f\x9d\x59\xb7\ \xe6\x8d\xc0\x90\x5f\xd3\x50\x18\x0a\xa2\xa1\x7c\x28\x30\xf6\xa5\ \x4a\x49\x20\x24\x45\xc6\xb0\xd5\x0c\x84\x52\x79\x09\xb1\xdb\x05\ \xab\xca\x15\x2f\x60\x0c\x03\x27\x84\x6d\x0b\xce\x2c\x56\x60\xb2\ \xeb\x97\x0d\x49\x3f\x64\x32\xc6\xb8\x56\x88\x2e\xfc\x5a\xa9\x96\ \x01\x24\x27\xc6\xb3\x9f\x91\x2a\x42\x21\x48\xb8\x72\x10\x10\xee\ \x73\x7c\x4f\xf9\xbe\x57\x0a\x4a\x1d\xbd\x7b\x06\x75\x7e\x9c\x22\ \x50\xbe\x07\x29\x03\x40\x08\x83\x31\xdb\x86\xfa\x35\xfd\x83\x3d\ \x19\xe5\x35\xd4\x23\xc9\xba\x96\x96\x10\x43\x6d\x35\x04\x45\x40\ \xda\xd8\xd1\xdb\xd8\xd4\x12\x95\x82\xa2\x89\x21\x23\x23\x6d\xac\ \xb1\xc0\x26\x71\x94\x19\x88\x00\x93\xcc\x12\x01\x0a\x2e\x07\xa2\ \x2c\x20\x23\x11\x52\x18\x61\x18\x85\x61\x18\x79\xec\x15\x30\xbd\ \xa5\x2f\xef\xb7\xd5\x17\x95\xdf\xd6\x30\xa1\xb5\xbd\x2e\x1a\x18\ \x5c\xbf\x65\x6d\x00\x5a\x65\xe4\xab\xfd\x79\x95\x92\x25\x21\x44\ \x26\x13\x19\x8b\x96\xc1\x98\x40\x07\xca\xda\x54\x2a\x55\x62\xcd\ \x49\xac\x20\x72\x7b\x8c\xd6\xda\xd5\xb4\x10\x11\x91\xd0\x86\xad\ \x65\x63\x74\x1c\x6b\x07\xca\xa3\x28\x0c\x82\x90\x99\x3d\x4f\xf9\ \x9e\x67\x8c\x2e\x96\x4a\xcc\x40\x42\x18\x46\x1d\x1b\x40\x04\x44\ \xa5\x84\xe7\x49\x00\x7c\xeb\x89\x97\x87\x6a\x35\x57\xd9\xc5\xaa\ \xc7\x66\xf3\x8a\x27\x5f\x5a\xbd\xdb\x66\x27\x2d\x5b\x76\xfa\xb8\ \x1a\x02\x88\xb7\x2c\x7f\xee\xa5\x75\x9d\x2d\x33\x4f\x3c\x7d\xd1\ \x51\x0a\xf4\xba\x97\x9f\xf8\xdd\xe6\xd2\xa2\x77\x9d\x33\xa7\xad\ \xc2\x34\xe4\xcd\xcb\x9f\xfc\xed\xba\x4e\xbf\x61\xca\xe9\xcb\x16\ \xc7\x9b\x5f\x7b\x7e\xf9\xba\x50\xd4\x2e\x38\x69\xc9\xd1\x93\xea\ \x0f\xd4\x32\xfe\x1e\xbe\x8e\xee\xdf\xfa\xda\xf6\x78\xc1\x82\x19\ \xe5\xec\xb3\x59\xf7\xc2\x63\xaf\x6e\x8b\x17\x9d\x79\xf6\xac\xd6\ \xd4\xc0\xb6\xd7\x1e\x7b\x7e\x4d\xcb\xfc\xd3\x4f\x9f\x3f\xb1\x62\ \xa4\xa2\x9e\x4d\x4f\x3c\xf3\xbb\xbe\x28\x35\x77\xf1\x69\xf3\xda\ \xe0\x85\xdf\x3c\xb9\x73\xc8\x34\x4c\x9a\xb7\xf4\xd4\xf9\xe9\xfd\ \x53\xd5\xdb\xfb\x20\x47\xe2\xee\xfe\x6d\xab\xb6\xc4\xad\xc7\x4d\ \x6f\x85\x52\xdf\xcb\x4f\x3e\xbe\xbe\x27\xa8\x9b\x79\xfc\x39\x27\ \xcd\x2b\x1f\x33\x6f\x5a\xf9\x1a\xb6\xce\x9d\xd6\x96\x02\x00\x3d\ \xb8\xe3\xa9\x67\x5e\xad\x99\xb9\x64\xf1\xac\xc6\xf2\x11\xf7\xbd\ \xf8\xd4\x53\x9b\xf6\xc4\x13\x66\x2f\x3a\xfd\xd8\xd6\x55\x2f\x3c\ \xe3\x37\x4c\xdc\xaf\x5d\x70\xd8\x7d\x0e\xc3\x90\x88\xa4\x94\xae\ \x8b\x93\xd5\x64\x23\x8a\x80\x8d\x35\x45\x6b\xd0\x82\x65\xab\xa2\ \xa8\x10\xc5\x21\x0a\xcf\xcf\xa4\x7c\x2f\x5d\x53\x3b\x71\xd2\xe4\ \x71\xe3\xda\x76\xef\xde\xb5\x6a\x30\x5f\x08\xd8\xb2\x4d\xab\x4c\ \x4d\xae\x0e\x2c\x93\x90\xe4\x42\x58\x8c\x00\xe0\xa2\x77\xec\x92\ \xa3\x88\xb1\xd5\x6c\xd9\xc5\xb3\x19\xc0\x22\x20\x80\x15\x64\xa5\ \x64\x66\x83\xa8\xa5\xd8\xb6\x65\x6b\x60\x51\x65\xfd\x6c\x6d\x6e\ \xf2\x94\x49\xc6\x42\x77\x43\x63\x5f\x2f\xc4\x61\x90\xa9\xcb\x90\ \x35\x4a\x09\x3f\x9b\x52\x29\x5f\x20\x09\x83\x40\x60\x99\x91\xd0\ \x12\x13\x0b\x1e\x39\x2a\xe7\x6b\x8c\xb1\x86\x99\x92\x04\xb4\xf3\ \xb5\x1d\x70\x96\x52\xba\x1d\xc2\xc1\x67\xa5\x54\xc5\x6e\x56\x32\ \xda\xc0\xb0\xdf\x36\xd1\x39\x0c\x44\xcc\x60\x8d\x35\xc6\x6a\x63\ \x0c\x5b\x96\x52\x7a\x9e\xca\x64\x1a\x9a\x9a\xea\xa2\x42\x6f\x14\ \x96\x76\x87\xa6\x18\x99\x74\x4c\x02\xa9\x80\x60\x35\xbe\x39\x14\ \x88\x96\x86\x54\xb6\xa6\x1e\xd5\xa2\xe3\x16\x7a\x35\xd9\xd6\x09\ \xad\x0f\xfc\xe2\x17\x83\xfd\x41\xa8\x78\x7b\x3e\x3a\x66\xca\x74\ \x2a\x45\x5a\xb2\x10\x20\x12\x3a\x2f\x59\x6b\x98\x0d\x62\x92\x61\ \x67\x06\x6b\x91\x99\x5d\xef\x39\x46\x08\x75\x64\x8c\x0d\xa5\x4f\ \x7e\x2d\xd6\x0b\xa6\x5c\x7f\x7f\x7f\x5f\x3e\x2a\x95\x62\x95\x12\ \xc7\xce\x98\xb9\x60\xca\xec\xb5\x2b\x56\x6e\xda\xbc\xbe\x3e\xd7\ \x90\x2f\x0d\xd9\x86\x6c\x0c\x08\x0c\xcd\x4d\xad\xca\xcf\x90\x20\ \x62\x40\x63\x1c\xdf\xd5\x17\xd2\x93\x59\x67\x16\x5d\x34\xc6\xed\ \x28\xce\x38\xc6\x71\xa4\x8d\x11\x42\xb9\x18\xaf\x10\xe4\x79\x52\ \x29\xf2\x53\x1e\x02\x48\xa9\x08\x81\x99\xfd\xb4\x6f\xb4\x8e\x0d\ \x6b\xa3\x85\x00\x24\x81\x48\xd6\x82\xf4\xfe\xb0\xd1\x3b\x54\x4e\ \x74\x75\xfe\xd4\x56\x16\xb3\xe9\x7f\xea\xe1\x07\xfb\x26\x9c\x73\ \x4c\x53\xad\x4a\x72\x8b\xf1\x50\x29\xac\xcd\xd8\x07\xbf\xf3\x75\ \x68\xfa\xc2\xbc\xae\x87\xef\x78\xa2\xf3\x98\x29\xf8\x83\x6f\x7e\ \xff\x23\xff\xeb\x96\x89\x1e\x00\xf0\xf2\x5f\x7e\xed\x3b\x4f\xf7\ \x9d\xb0\x78\x4e\x7e\xfb\xd6\x7c\x3c\xff\xe5\x7b\xee\x7c\x49\xce\ \x3b\xa5\x75\xcb\xb7\xbe\xfc\xea\x9f\x7f\xfc\xef\x4e\x9c\xa4\xf6\ \xfb\x38\x6d\x95\xed\xc6\x2a\xb4\xd8\xbf\xf1\xa5\xff\xfc\xb7\x2f\ \xbd\xd2\x70\xd1\xb7\xe6\xcf\xf0\x11\x00\x60\xfb\x73\x3f\xb9\xfd\ \x89\xa1\x85\xd3\xf8\x87\xdf\xfd\xf1\xf5\xd7\x2e\x7d\xe8\xb6\x9f\ \xd5\xcc\x3f\xe6\xcd\xbb\x7f\x60\xe4\x07\xcf\x9c\xd3\x0c\x00\xd1\ \xae\xdf\x7d\xe9\xdf\x7f\xa8\xa6\x2f\x9a\xe0\xe5\x3b\xba\x7a\x5b\ \x4a\x9b\xee\xb8\xf7\xd9\xa5\xef\x39\xf3\xf5\xfb\xbf\xb5\x7a\xf7\ \x5f\xfe\xcd\xe5\x0b\x0f\x64\x26\x2b\xcb\x07\xab\xcc\xe2\xc6\xe7\ \xef\xfb\xca\x97\xbf\x21\x2f\xfa\xc7\xe3\xa6\xb7\x06\x3b\x56\x3d\ \xf8\xd4\xef\x8e\x5e\x76\x4e\x43\x36\x9d\xe4\xd8\xf4\xc0\x33\x77\ \xff\xe7\xbf\xfe\x78\xc5\x35\x9f\xfa\xda\xb4\xb6\x54\xd8\xf9\xfa\ \x8f\xee\x7c\x22\x3d\x75\xde\xc4\x6c\x79\xba\xc2\x8e\x1f\xfc\xeb\ \x97\xd6\xaa\x19\x0b\x26\x67\xb7\x6d\xe9\xd1\x33\xf2\xf7\xde\xfe\ \x8b\x4b\x3f\xfc\xd7\xef\xb4\x6c\xbd\x54\x2a\x15\x8b\x45\x51\x96\ \xde\xaa\x14\xba\x91\x20\x60\x20\x06\x29\x94\x01\x60\xb4\x9a\x8d\ \xc3\x58\x79\xad\xa6\x21\xf6\x16\x00\x00\x20\x00\x49\x44\x41\x54\ \x63\xc0\x54\xb6\xc6\x30\x7a\x86\x1b\xb3\x39\x5d\x8a\xfa\xf6\xf4\ \x0f\xf5\x17\x53\xa9\xda\xa1\x20\x8e\x83\x20\x28\x0d\xd4\xa4\x52\ \x9e\x14\xe4\x09\x2c\x57\x8a\xb8\x32\x6a\x84\xe1\xff\x00\x00\x2d\ \x57\x9a\x45\xb9\x48\x5e\x1c\x1a\x6b\x2d\x03\x94\x8c\xc9\x6b\xee\ \x1e\x2a\xd5\xd6\xd5\xa6\xc8\xe6\x3b\x77\x78\xbe\x9c\x33\xe7\x68\ \x25\xa5\xd6\xcc\xe8\xa9\x5c\xce\x4f\x09\xa3\x24\xa6\x14\x10\x42\ \xa4\x7d\x14\x82\x05\x22\x84\x00\x31\x1b\x62\x8b\x30\xdc\x8e\xc6\ \xdd\x30\x15\xb3\xe8\x90\x52\x05\x03\xba\x5f\x56\xec\xa6\x03\x89\ \xb2\x4c\xee\x09\xc3\xd0\xbd\xc1\x75\x64\x05\xb0\xc6\x98\xfd\x03\ \xfe\x84\x54\x28\xe4\x3b\xbb\x3a\x32\x99\xac\x33\xb2\xae\xf4\x2d\ \x9b\xc9\x22\x21\x02\x2a\x25\x6d\x54\x94\x08\x5a\x78\x05\x0f\x2c\ \x88\x28\x8a\xad\x10\x43\x3d\x7d\x05\xe5\x35\x66\x6a\x87\xc2\x78\ \xe6\xbc\x99\x80\xa2\xad\xa9\x6d\xa0\x6b\x30\x25\x73\x3d\xac\xfa\ \xd1\x94\xc2\x28\x5f\xcc\x67\xa4\xf4\xa5\xef\x42\x87\x90\x80\x60\ \x4a\xee\x47\x04\x40\x46\x94\x80\xd2\xba\x84\x0c\x31\x20\x5a\x95\ \x36\xd6\x5a\xb6\x41\x18\x16\x8b\x79\xa3\x87\x06\x62\xbd\x33\xd2\ \x7e\x26\x97\x62\x7a\x63\xe5\x8a\x96\xba\x06\xd1\x98\xad\x69\x6e\ \xde\xd1\xb5\x3b\x57\x5b\x3f\x6e\xc2\xf8\x8c\xf4\x3c\x94\xe9\x54\ \x26\x8c\x23\x96\x42\xa5\x25\xb3\x26\x66\x62\xab\x8d\x4d\x0a\xfe\ \xca\x7e\xb4\xab\x4b\x41\xc4\x30\x0c\xc3\x30\x04\x42\x97\xc2\xaa\ \xe4\xf7\xaa\xcb\x2e\x81\x59\x29\x25\x95\x8a\xe3\xb8\x50\x2c\x85\ \x71\xa4\x63\x1d\x84\x71\xa1\x50\x28\x16\xf3\x50\xc4\xa4\x4a\xfd\ \x8f\x8f\x16\x47\xb3\x90\x13\x78\x12\x86\x81\x98\x34\xf7\xf8\xb3\ \x16\x95\xab\x3b\x28\xb3\xe0\x84\x63\xbb\x7f\x75\x0f\xd4\x8d\x9b\ \x50\xef\x0d\xbd\xb6\x03\x5a\x8e\xbd\xf8\xe2\xb6\x35\xab\x1e\x08\ \x1c\x4b\x67\x70\xd5\xdd\x8f\x6f\xbd\xec\xd3\x5f\x3a\xb3\xdd\x1d\ \x6a\xfc\x1c\x66\x4f\xb9\xf8\xea\x4b\x67\xeb\x1d\xab\xff\x7e\xfb\ \x9e\xf0\x40\xcc\x22\xef\x3b\xc9\x0b\x06\x6b\x96\x9c\x75\x71\xb8\ \x85\x74\x39\x90\x37\xd8\xb1\x0b\xda\x4e\xbd\xe8\xc2\xfa\x0d\xff\ \xf1\x78\xcf\x9e\xcd\xdb\x4b\x4d\xff\x78\xe5\x55\x6b\xee\xfc\xd7\ \x87\x5f\x5b\x7f\xe6\x9c\x66\x00\xfd\xf4\xfd\xbf\x8c\xe6\x5d\x76\ \xeb\x0d\x4b\xdd\x27\x74\x2c\x7f\x63\xdc\xdc\x53\xae\xb9\xf8\x3d\ \xdb\x69\xfd\x57\x56\xef\x62\x58\x88\xfb\x8f\xbb\x47\x06\x40\xcb\ \x10\x5c\xd6\x4e\xba\x70\xd9\x99\x2b\x53\x06\x00\x0a\xa5\xa2\xf1\ \x9b\x17\x9c\xb4\x74\x4e\x5d\xf9\x82\xea\xb8\x61\xc6\xc9\x17\x9e\ \x51\x12\x80\x00\xf6\xc9\x9f\xfe\xf8\xe5\x5d\x8d\xe7\xcd\xa9\x69\ \x6b\x73\xf5\xe6\xb0\xfd\xe5\xfb\x5e\x2a\xce\xfc\xe7\x7f\xbe\x25\ \xc1\xdb\x43\xcb\x31\x3d\xa1\x7c\xf7\xbf\x83\x91\x4e\xa7\x33\x99\ \x8c\x5b\xfc\x8e\x9a\x93\x34\xb4\x02\x97\xa5\x14\x2a\x89\xcd\x1b\ \xc3\xb1\xb1\x31\x30\xc4\xc5\x30\x88\x23\x5f\x78\x44\x2a\xeb\xa7\ \x32\x52\x35\xd6\xd4\xee\xec\xec\x0c\x83\x08\x2c\x01\xab\xbe\xa1\ \x3e\x53\x2a\xa5\x24\x19\x36\xe0\x4b\x2e\x73\x02\x1d\x27\xd2\xdd\ \xcf\xee\x8b\x58\x6b\xb4\x86\x31\x09\x0c\x33\x03\x12\x39\x6f\x57\ \x79\xaa\x18\xd9\xc1\x90\x3d\xdf\x17\xc6\x92\x36\xc8\xb6\xbf\x77\ \x4f\xe7\xee\x5d\xc6\x98\xc6\x86\xa6\xde\x9e\xfe\xd0\xb2\x20\x61\ \x09\x11\x38\xe5\x7b\x44\x52\xc4\x16\x34\x68\xcb\x28\x48\x09\x69\ \xd9\x20\x70\x02\xd0\x5c\x88\x8d\x11\x81\x89\x90\x11\x81\x81\x98\ \x18\xaa\x12\x8c\xcc\xda\x18\xa3\x35\x97\x89\x38\x55\x1c\x26\xd4\ \xb1\xd6\xc6\x08\x22\x21\x44\x1c\x45\xbe\xef\xef\x1f\x5c\x64\xb6\ \xa9\x54\xaa\xb1\xbe\x3e\x93\xcb\x11\xa1\x10\x52\x0a\x91\x38\xb7\ \x44\x48\x04\x96\x15\x18\xcb\xac\x19\x63\x63\xa3\x38\x0e\xe3\x38\ \x8a\x75\xc7\xee\xdd\xf5\x75\x0d\x00\xb2\xb1\xa5\xb1\x88\x66\xe2\ \xf4\xa9\x5d\x9d\xdd\x9d\x3b\x3b\x91\x94\x51\xa9\xee\x7c\xb1\x77\ \x70\xf0\xc5\xfe\x41\x01\x90\xe2\x61\x06\x5b\x72\xee\x04\x84\x60\ \x5d\x38\x83\x81\x4d\xc2\x91\xb0\x08\xcc\xc9\x4f\xa7\x51\xa1\x2d\ \xb0\x05\xb0\x90\xf6\xbd\x36\xc0\x38\x0c\x7b\xc1\x6e\xe8\xdd\x11\ \x69\x6d\x6a\x54\xab\x1c\x3f\xd4\x37\x18\x0c\x45\x99\x5c\xaa\xb6\ \xa6\x26\x23\x7d\xf0\x33\x31\x59\x48\xcb\x92\x2e\x31\x30\x82\x95\ \xda\x2a\x14\x0e\x24\xba\xbd\xd6\xf9\x9c\x42\x88\x4c\x26\xe3\x79\ \x1e\x12\x6b\x63\x10\x53\x84\xa8\x8d\x71\xc9\xae\x4a\xbb\x70\xb6\ \x56\x49\x29\x3d\x2f\x0c\x43\x12\x94\xd2\xa9\xa0\x54\x12\x52\x10\ \x81\xef\x2b\x27\x65\xf2\x27\xe8\xfc\xf7\x7b\x33\xd1\x5e\xc3\xf1\ \xc7\x2f\x78\xea\xd7\x5f\xfb\xcc\x13\xb3\x3e\xfc\x91\x6b\xdb\x9d\ \x6f\xc9\xb2\xa6\xb6\x21\x6d\x77\x6e\xeb\xcc\x2f\x3b\xe3\x0c\x73\ \xeb\xff\xfb\xd8\xf3\x85\xb6\xd3\x6e\x9a\x96\x76\x9e\xe9\x96\x30\ \xdb\xbe\xa0\x5d\x02\xc0\x8e\xb5\xaf\xeb\x71\x93\x7c\x2a\xdd\xfb\ \xe5\xcf\x2e\xaf\x29\xee\x8a\xa7\x5d\x34\x33\x73\x60\x90\x76\x44\ \x04\xb4\x02\x6f\x9b\x8e\x9a\x77\x62\xb0\xeb\x37\x9b\xb6\x57\xde\ \x3c\xe3\xb4\x33\xed\xdf\xff\xdf\xbf\x7a\x85\x26\x9f\xfa\x81\x85\ \xf3\x8f\xed\x9c\xfe\xd2\x3f\x7c\xee\x1f\xf2\xdb\xd6\xb6\x5c\xe4\ \xec\x60\x61\x47\x4f\xf1\xe8\xb3\x8f\x02\x80\x68\x60\xd7\xda\x5d\ \x41\x7d\x2a\xb7\xf3\xc5\x9f\x7f\xe6\xf3\xab\x3b\xd6\x6d\x5b\x72\ \xf3\xfb\xf0\xc0\x70\x77\x35\x5a\x2c\x67\x3a\x71\xca\xfc\x85\xb0\ \xe9\xf9\x15\x43\x0c\x00\x99\x09\x33\x17\x4e\x59\x7f\xe7\xbf\xfc\ \xaf\xd6\x93\xaf\xb8\xf9\x3d\x27\x4a\x04\x48\x35\xcf\x5f\x74\xda\ \xc6\x97\x9f\x2a\x81\x00\xe8\x5e\xb5\x33\x58\x78\xc2\x31\xe1\xfa\ \x87\xbf\xb1\xa5\xff\x93\x1f\x3c\xdf\x03\xe8\xda\xd6\x39\x6e\xda\ \x39\xf5\x00\x60\x07\x57\xae\xd8\x31\x69\x32\x92\xde\x3e\x4a\xad\ \xe7\x6d\x99\xc5\x4c\x2e\x1b\x46\x52\x4a\x44\xd7\xe9\x8f\x39\x89\ \xca\x03\x22\xa1\x65\xb4\x06\x00\x58\x33\x5b\xb4\x06\xb5\xb1\x6c\ \x01\x11\xa3\xb0\x24\x91\x53\xb9\xc6\x62\x50\x18\xda\xba\xc9\x18\ \x5b\x2a\x95\x8a\xf9\xfe\x28\x2c\x6a\xd6\x5e\x2e\xe5\xfb\x1e\x00\ \x08\x25\x00\x2b\x4c\x69\x64\x6b\x21\x29\x2d\x74\x2d\x40\x19\x87\ \xc3\x0d\x6c\x99\x11\x30\x59\xc6\x88\xbe\x05\x2f\xb2\x61\x18\x05\ \x43\xc5\x8c\xf4\x5a\x9a\x1a\xa5\x10\x43\x03\x03\x69\x8f\x86\x06\ \x7a\x81\x03\xcb\x18\x86\x16\x35\x91\x96\x5a\x5b\x62\x0c\xe3\x38\ \x0e\x23\x06\xf0\x7c\xdf\xf3\x53\x65\xa5\x58\x67\xeb\x93\xcc\xb2\ \x3b\x16\x21\x5c\xc8\x31\xa9\x65\x61\x60\x04\x60\x04\x14\x24\xc8\ \x73\xdb\x97\x75\xad\xbd\xd8\x0a\x12\x24\x95\xf2\xc1\x05\x25\x8d\ \x36\x28\x55\x26\x57\xb3\xbf\x0a\x3a\xb6\xa1\xae\x76\xea\x94\x89\ \xb9\x5c\x8d\xcb\x48\x54\x67\xbd\x9d\xc2\x99\xb5\x26\x8c\x42\x63\ \x2c\x12\x10\x00\x1a\xad\xe3\x92\xaf\x50\xeb\x42\xa9\xa0\xeb\xa6\ \x8c\xf3\xc9\x5f\xfe\xdb\xe5\x29\xdf\xef\xeb\xed\x1d\x1a\x1a\x8c\ \xb5\xce\x97\x82\xd8\x82\x54\xe8\x29\xe1\x23\x12\x5b\x14\x42\x08\ \x24\x42\xe3\x72\xce\xec\x4e\x1c\x01\xc8\x9a\x24\x9e\x60\x80\x01\ \x40\x10\x95\x59\xee\xcc\x08\x41\xc4\x41\x60\x74\x14\x0d\x0c\xf4\ \x8d\xcb\xb4\x35\xd4\xd7\x75\x6e\xda\x5c\xdf\xd0\xd8\xe0\xc9\x37\ \x37\x6d\x6c\x6e\x6c\xd6\xba\x30\x58\x8a\x19\x83\x6c\x2a\xe3\xa7\ \xbc\x7c\x50\x2c\xed\x09\x4a\x61\x98\x4a\x7b\x35\x35\xb5\xb9\x4c\ \x0e\x19\xb5\x61\x4f\x29\x06\x30\x3a\x06\x24\x24\x72\xb5\x95\x42\ \x80\xd6\x91\x44\x72\xd5\x94\x24\x10\x11\x05\x09\x99\x4a\x27\x04\ \xe4\x32\x8f\x55\x91\xc8\xa4\xd2\x49\x91\x2a\xb3\xd6\x36\x0c\x03\ \x77\xb4\x7f\x82\xd8\xe2\xa8\x3e\xd1\xc3\x75\x9f\x22\x7d\xe2\xc5\ \xd7\x9e\x78\xf1\xc0\xb7\xfe\xe1\x73\xcf\xac\x38\xf7\xea\x93\xc7\ \x39\x46\xe2\x89\x67\x5f\xed\xef\xf9\xd2\xfd\xab\xd6\xe4\x78\xe5\ \xa4\x8b\x3f\xf2\x99\xc5\xea\x2b\xff\xf6\xe3\x17\xba\x96\x2c\x69\ \x15\xaa\xa6\x15\x4b\x2f\xee\x2e\x42\x73\x06\x56\x3d\x76\xcf\xae\ \x13\xae\x68\x54\xb9\xd3\xaf\xbe\xf2\xfd\xc7\xd6\xfe\xf2\xbb\x5f\ \xff\xd5\x23\xcb\x3f\x7a\xe9\xa2\x43\x11\x5b\x8c\xf5\x88\x7e\x78\ \xcb\x1f\x7b\x62\xfc\xfb\x3e\x75\xeb\x89\xc1\xbf\x7d\xf9\x9e\xe5\ \x5d\xa7\xbe\xe7\x43\xb7\xbe\x27\xec\xf8\xda\xad\x9f\xcb\xb5\x38\ \xd8\x9b\xae\xcf\xa8\x8d\xbb\xfa\x00\x26\xc5\xdd\x6b\x7f\x7e\xdf\ \x86\x4b\xce\x9d\x39\x7e\xc1\x69\x37\x7d\xfc\x7a\xbb\xfa\xde\xaf\ \xdd\x7d\xcf\x8e\x25\x7f\x33\x51\x1e\x9c\x83\xac\x1e\xda\x24\xaf\ \xa4\x9b\x8f\xba\xf4\x86\xbf\x7a\xdf\xd6\xa7\xff\xf6\xcb\x8f\x6e\ \x39\xeb\xc4\x19\x89\x7a\x4f\x64\x13\xb4\x1b\xc7\x9c\x39\xe9\xfc\ \x0b\x8e\x8f\x1b\x3f\xf9\x2f\x4f\x75\xc3\xf9\xed\x00\xb5\x4d\xb9\ \xfe\x6d\xdb\x2c\x9c\x4c\xd4\xf3\xc0\xcf\x7e\x79\xc1\x87\xce\x93\ \xaa\x6d\x3f\x12\xa3\x2e\x33\xe8\x62\x6e\xe5\x9c\x04\x43\xe2\x78\ \xba\x7c\x84\x86\xb2\x77\x83\x40\x02\x41\x49\x29\x89\x90\x28\xd6\ \xba\xa3\xab\xb3\xbd\x7d\xbc\x65\x9b\x2f\x0c\x95\x4a\xc5\x20\x28\ \x44\x3a\xaa\xa9\xcd\xa6\xd3\x29\xe5\x79\x04\x40\xcc\x54\x46\xa0\ \xcc\x2c\x88\x00\x87\x4b\x4a\x2a\x75\x35\x95\xbd\xb8\xf2\xd8\xd5\ \x66\x37\x92\x0a\xc3\xc8\x91\x57\x7a\x7a\xfb\x73\xb9\x5c\x18\xf7\ \xc4\x51\x14\x45\x61\x7d\x7d\xd6\x4b\xa7\x80\x50\xb8\x6a\x09\x20\ \x00\x40\x29\x5d\x64\x50\x08\x42\x47\x01\x1a\x6e\xe8\x8c\xc3\x95\ \x2c\xee\x97\x28\x08\x99\x99\xd0\x5a\x00\xa7\xca\x6f\x81\x12\x61\ \x2b\x6b\x2d\x20\x21\x31\x30\x25\x98\x1f\x11\x99\x01\xd0\x0a\x20\ \x21\x70\xff\x35\xf2\x10\x11\x04\xa2\x70\xe7\x6a\xad\x31\x3a\x4c\ \x36\x27\x64\x6b\xd8\x5a\x6d\xb4\xb6\xda\xe8\xd8\x6a\xad\x83\xc0\ \x46\x91\xe0\x28\x9b\x12\x00\x96\x40\x6f\xde\xb0\xfe\xc4\x45\x27\ \xd5\x66\xb3\x9b\x36\x6d\xd2\x5a\x77\xef\xe9\xea\xed\xeb\x11\xc8\ \xe3\x9a\x1a\x52\xa9\x54\xca\xf7\x24\x6a\x64\xed\x80\xb0\x35\x96\ \x04\x11\x92\x53\x92\x75\x49\x8f\x51\x22\x17\x15\x6f\x97\xad\x35\ \x96\x43\xc3\xa5\x48\x17\x0a\x05\xad\x75\x5f\x6f\x4f\xb1\x30\x34\ \x61\xfc\x84\xde\xfc\xf6\x8e\x8e\x8e\xd6\xfa\xda\x6c\xc6\xcb\xd4\ \xd5\x10\x09\xe5\x29\x54\x68\x25\xfb\xe4\x09\x8f\xb2\xd9\xb4\x52\ \xca\x4f\xa5\x10\x1c\x17\x93\x2c\x03\x11\x79\x7e\xca\x15\xda\x27\ \xf7\x1b\x72\x4a\x79\xee\xfb\x2b\x99\x2e\x24\x24\x57\x73\x0e\x40\ \x09\xc3\xd5\x56\x36\xcb\x84\x2c\xa1\x38\xed\xc9\xf2\xed\xf4\xc7\ \x47\x8b\xbf\x67\xc4\x85\x5d\xbf\x7d\x75\x33\x44\xbb\x37\x15\x6a\ \x2f\x69\x86\x67\xef\xbd\x43\xce\x38\x35\x37\xb0\x75\x08\xe2\x27\ \x5f\xed\x98\x75\xcd\x78\xb1\xfe\x77\xbb\x36\xae\x59\xd3\x5c\x5f\ \x32\x24\x11\x01\x40\x34\x2f\x3c\x73\xf6\xbd\xdf\xfe\xd7\xff\xbc\ \xf2\xa2\xe3\xde\xd8\xda\xdd\x70\xb2\xb2\x51\xa1\x63\xfb\x96\x8d\ \x59\x7f\x7b\x77\xa1\x71\x7e\xea\x10\x1d\x2a\x9b\xb8\x14\x84\x40\ \xd0\xbb\xfa\xd1\x47\xb7\xd6\xb6\x13\x74\x6d\x5a\xb3\xb6\x5e\x85\ \x46\x48\x8a\xbb\x37\xaf\x7e\xfc\x57\xf7\x6c\x4c\x1f\xff\xc9\x93\ \xa6\x38\x18\xbc\xf4\xac\x33\x9e\xfa\x7f\xdf\xfb\xb1\xf7\xbe\xb6\ \xc1\x95\x43\x26\x27\xc9\x0c\xf5\x76\x6c\xd9\xb4\xb1\xf4\xe6\x56\ \xa3\x72\xde\xa1\x49\x1e\xdb\x28\x28\x45\x1a\x00\x7a\xb6\x2e\x5f\ \xbd\x33\x2c\xae\x7f\x99\xc6\x4f\xc9\x0e\x6c\xb8\xf3\x97\x6f\x9c\ \x79\xf9\x7b\xda\x52\x10\x05\xa5\x28\x8a\x01\xc6\x1d\x33\xd9\x7b\ \xe0\xae\xfb\x3b\xfc\x35\xd9\x29\xf3\x9d\x21\x9f\x76\xf2\xf9\x2d\ \x0f\x7f\xe5\xdf\x7f\x94\x5b\x3a\xad\xb0\x7b\x30\x92\x02\xa2\xd2\ \xc0\x7e\xe7\x5b\x12\x72\x5f\x32\xa8\x62\xb6\x90\x28\x21\xfa\x02\ \xb8\x42\x11\x07\xc4\x2a\x6f\xd0\x26\xde\xb6\x73\x67\x1c\xc5\x49\ \x9a\x42\x79\x0d\xb9\x9a\x74\x3a\xed\xf2\xb6\x8a\xc8\x13\x54\x31\ \x8b\x00\x20\x95\xc2\x61\xb3\x04\x89\xad\x29\x9b\x42\x28\xd3\x68\ \x12\x20\xc3\x1c\x1a\xa8\x13\x2e\xd6\x6e\xad\xd3\xdd\xb6\x36\x93\ \xcd\x36\x49\x49\x42\x38\x96\x44\xf9\xb0\xd1\xc5\xfe\x12\x45\x6e\ \x63\x8c\x36\x48\x12\x70\x04\x63\x61\x54\x85\x1f\x22\x32\x80\x23\ \x07\x23\xe3\xa8\x88\x15\x96\x8f\xb3\x12\x72\x4d\xcc\x25\xf3\x81\ \xf2\x33\xd0\xe9\xa2\xdb\x0a\x45\x81\x48\x24\x51\x06\x21\x11\xad\ \xb1\x46\x92\x40\x01\x12\x85\x12\xd2\xa6\xcb\xba\x3e\xc6\x58\xcb\ \x5a\x9b\x17\x5e\x7c\x2e\x9d\xce\xe6\x72\x99\x81\x81\x41\x1d\xc7\ \xb5\xb5\x35\xd9\x6c\x36\x97\xcd\x02\xa2\x92\x32\xa5\x50\x0a\x22\ \x42\x47\xc3\x71\x64\x03\x67\x4a\x10\x91\x01\x99\x13\x7f\xc0\x85\ \x78\xb5\xd6\x52\x0a\x21\x9c\xd4\xab\x89\x2d\x31\x20\xb3\x35\xd6\ \x1a\xa7\x84\xc8\x8c\x48\x8d\x4d\xcd\x9e\xe7\x79\x29\xdf\x80\x05\ \x44\x22\xe1\x70\xbd\x31\x26\x95\x4a\x95\xd9\x5d\xb6\x92\xb8\x87\ \x61\x49\xe3\xe1\x3d\x98\x08\x3d\xe5\x25\xcb\xd4\x38\x21\x8f\xe1\ \xf8\x2f\x30\xbb\x70\x0a\x00\x32\xdb\x24\x1c\x0c\xe0\x6a\x72\x80\ \x99\x94\xfa\x83\xbb\xff\x21\x22\xe8\x18\xcb\xda\xb2\x2e\x07\xc2\ \xb5\xf3\xa2\xc9\xc6\x3b\xd6\xbd\xb2\xa5\x9f\xce\x7a\xff\x4d\xa7\ \xcc\x68\x78\x7e\xad\xef\x79\xd0\xb7\x7b\xfd\x0b\x9b\xfa\xa7\x9d\ \x77\xdd\x25\x0b\x8f\xf2\x8e\xbe\xa6\xff\x17\xf7\x3c\xf2\x74\xd7\ \x19\xd7\xdc\x7c\x72\x8b\x9b\x17\xef\x82\x9b\x3f\x95\xbd\xff\xee\ \x97\x9e\x7c\xc6\x9b\xb5\xe4\xf4\x59\x93\x20\x5e\xb2\xfd\xd9\xd7\ \x1e\xe9\x4e\x4f\x3f\xe7\xba\x8b\xce\x3a\xfa\x80\x68\x44\x5a\x83\ \x28\x0b\xc7\x6b\x0d\x55\x1d\x93\xbd\xb6\x19\xef\x3a\xad\x35\x0b\ \x10\x08\xcf\x13\xe2\xe4\xab\x6e\xca\xdf\x79\xd7\xa3\xcf\x9a\x65\ \x7f\x76\xe3\xa2\x36\xf3\xf4\x4f\x5e\x18\x6a\x5d\xf2\x99\x9b\xcf\ \x69\x2d\x27\x7d\x1b\x16\x5c\xf4\xa9\x5b\x72\xbf\xfc\xcd\xcb\xbb\ \x63\xff\xec\x73\xde\x75\xd4\x14\x75\xd2\x8c\x15\x2f\x3d\xf2\x48\ \xaa\x7e\xea\x2d\x1f\x7d\x4f\xeb\x7e\xd7\x95\x38\xdd\x7b\x1b\x97\ \xa3\x9e\x50\x26\x8a\x01\x00\x34\xcc\x3b\xe9\x8c\xa8\x1d\x00\x6c\ \xa9\x7f\xe5\x8b\x2f\x87\xd9\x29\x37\xdf\x74\xf9\x38\xdc\xa2\x7c\ \x67\x87\xd5\xbc\x93\xde\xa5\xc7\xa7\x00\xe4\x85\xd7\xdf\x58\xfa\ \xc9\xdd\xeb\xa2\xe9\x37\x5c\x7f\xa1\x8b\xc5\xca\xfa\xb9\x1f\xfb\ \xf4\xc7\x7e\x79\xef\x23\x4f\xbc\x60\x4e\x3c\xf7\xdc\xa9\x2d\x53\ \x97\x9c\xb5\x48\x10\x1f\xf0\xa5\xe7\xbd\x80\x0d\x00\x3b\x08\x05\ \x4e\x16\xc5\x45\xd3\x89\x90\x19\x88\xc0\xb2\x15\x42\xa4\x52\x7e\ \x1c\x6b\xad\x75\x85\xb5\xcb\xd6\xfa\x9e\x9f\xf6\x15\x96\x9d\xe8\ \x72\xf8\x6e\x38\xd4\x5a\x46\x8b\x54\x81\x05\x65\x87\x17\x00\x58\ \x32\x2a\x70\xeb\x73\x78\xb8\x4e\x78\x4e\xce\x3a\xc9\x2a\x54\x16\ \x83\x14\x4a\x29\x67\x3a\x85\x10\x02\xb1\x82\xc7\xcb\xe0\x02\xab\ \x0f\x80\x13\x07\xda\xa1\xe1\x84\xf1\x35\xca\x32\x56\xe7\xaf\x61\ \x14\x27\xec\x00\xa6\x19\x49\xa0\x54\x5c\xde\x81\x10\x49\x92\x18\ \x4e\x0a\x21\x12\x0a\x25\x10\x59\x1b\x30\x82\xa4\x6b\xce\x95\x34\ \xa4\x65\x46\x44\x01\x54\x0a\x4a\x44\x34\x65\xd2\x24\x17\x92\x73\ \xf2\x5c\x41\x10\x10\x51\x36\xe3\xfb\xbe\x2f\x84\x60\x6b\x93\x4d\ \xc2\xc5\x49\xcb\x79\xad\xaa\xdd\x04\x5c\xa3\x15\x42\x02\x44\x97\ \xa2\x67\x52\x50\x96\x7d\x72\xa1\xd5\x20\x08\xa4\x94\xbe\xef\x97\ \x4a\x25\x46\x20\x04\x40\x74\x77\x05\x22\x22\x1a\x2c\x3f\x95\x92\ \x8d\x81\x38\xd2\xce\x56\x3a\x02\x7c\x55\xb9\x3d\x12\xc9\xb8\x2a\ \xb5\xe5\x2e\x16\x61\x72\xef\x5a\xb6\x95\x70\x18\xa2\xa8\xec\x62\ \xd6\xb0\x65\xb6\x96\xf1\x6d\xc4\x2d\x0e\xbe\x59\xb4\xd6\x10\xa7\ \x7d\x6a\x52\x58\x56\x78\xa5\x14\x1b\x02\x00\x51\x33\xe5\xca\x1b\ \xff\xba\xf2\xce\x53\x2f\xbe\x0c\x00\x60\xe6\x8d\xa7\x0f\x5b\xa3\ \xd6\xf3\xae\xfe\xe0\x79\xa3\x8f\xb1\xee\x8c\xf7\xdd\x70\x46\xe5\ \xe9\x29\x17\x7f\xf4\x94\x8b\x0f\xfc\x38\x35\x40\x54\xdf\x40\x5e\ \x19\x6f\xc6\x51\x94\xc9\xda\xb2\x65\xf4\x26\xcc\x39\x77\x02\x00\ \x40\x7a\xce\xd2\xf7\xcd\x01\x00\x38\xff\xcf\x3e\x74\x7e\xf9\x6f\ \xcf\xb8\xe6\x96\x33\xf6\xfa\xc0\x71\xf3\x97\x7e\x68\xfe\xd2\xca\ \xd3\xab\x3f\xfc\x37\x07\xbe\xbd\x44\xe0\x63\xa6\x85\x55\x79\x26\ \x45\x18\x51\x96\xad\x01\x10\x00\xd0\xbc\xe0\xf4\xb3\x00\x00\xa0\ \x65\xce\x99\x1f\x99\x53\x29\xfa\x9e\x71\xd9\x15\x33\xdc\xc4\x2d\ \x38\xad\x5c\x9f\x93\x9d\x74\xd9\x8d\x1f\x1b\x1d\x16\x6c\x9b\x7b\ \xcd\xcd\x73\x2b\x4f\xcf\xb8\xf4\x86\x8d\xeb\x56\xbf\xd3\x35\xeb\ \xee\xe6\xca\x5e\x5d\x86\x15\xc3\xfb\x3c\x82\x67\x8d\x01\x04\x41\ \x82\x84\x60\x6b\x85\x74\x36\xc7\xf5\x32\x70\x1a\x50\x10\xc5\x46\ \x29\xdf\x4f\x65\xac\x35\x6c\x99\x84\x04\x02\x24\x02\x14\x0e\x95\ \x25\x29\x3a\xc2\x0a\x03\x8c\x99\x2d\x03\x26\x52\x6b\x60\x19\x99\ \x11\x98\x91\x80\x90\x00\xd8\x32\xe8\xb2\xdd\x42\x42\x24\x01\xd6\ \xc6\xc6\x30\x03\x21\x09\x29\x8c\x31\xac\x4d\xd9\x90\x22\x03\x30\ \x57\xc8\x91\x0c\xe0\x64\xff\x47\x53\x5a\x1d\xbb\x06\x12\x3c\xe2\ \x78\x39\x94\x08\xe6\x58\xed\x3e\xca\x05\xfa\x2a\xb2\x12\x95\xa2\ \xc0\xe1\x0f\x3a\x00\xa5\x7a\x57\x17\xac\xa4\x90\x52\xb0\xe5\xa4\ \x4d\xab\xcb\x38\x25\xf5\xe3\x08\xd6\x82\xe5\x38\x8e\x63\xad\xdd\ \x45\x11\x44\x4a\x29\xe5\x79\x42\x08\x60\x40\xe4\x9a\xda\x1a\x17\ \x97\x8c\xa2\x48\x29\xe9\x14\x73\xdd\xa1\x4a\xe5\xfb\xe9\x0c\x22\ \x45\x51\xc8\x0c\x28\x49\x38\x3a\x00\x33\xb2\x75\x3c\x6a\x76\x29\ \x28\x0b\x00\x40\xd2\x77\x75\xe2\x28\x84\x27\x45\x6c\x6d\x75\x8b\ \xfa\x38\x8e\x53\xa9\x94\xd6\x3a\x9f\xcf\xa7\x53\xa9\x40\x47\x44\ \xb2\x2a\x64\x0c\x42\x08\x2c\x27\x6d\x80\xc1\x91\x9c\x46\xf8\xc8\ \xe5\xf8\xa9\xcb\xbd\x01\x03\x22\x38\xaf\x19\x11\x5d\x8c\x37\x51\ \x3e\x2f\xa7\xb9\xaa\xaf\x19\x56\x99\x60\x22\xfa\x13\xb4\xb8\xf2\ \x52\xf4\x9e\xd3\x3e\x41\x23\x15\x49\x5d\x30\xfe\x80\x9a\x16\x1c\ \xec\x31\x69\xe1\xa2\xf0\xab\xb7\x8d\x6c\x5a\xa0\xeb\xd2\xa9\xc3\ \xe7\x08\x25\xdb\x29\xef\xfa\x00\x9c\x79\xf3\x88\x5d\xc7\xe8\x14\ \x69\x67\x16\x0f\xee\x08\x4b\x85\xfd\x21\x8b\x10\x55\x2c\x63\x05\ \x1f\x55\x01\x09\xb7\x2f\x26\x43\x08\x81\xb2\xdc\xc3\x20\xc9\x9c\ \x82\x65\x4b\x28\xa4\x52\xee\x86\x26\x22\x46\x4b\x24\xac\xb5\xda\ \x72\x18\x6b\x2a\x63\xa2\x7d\x62\x31\xa8\x0e\xf8\x39\x5b\x6c\xd1\ \xc5\x23\x99\x88\x00\xa8\x0a\xa9\x39\x67\x8c\x12\x7a\x87\x71\x8a\ \xad\x95\x35\x52\x0e\x8c\x22\x11\x56\x16\x64\xf5\x12\xe2\xbd\x4a\ \x9e\xab\x09\x8d\xcc\x00\x8c\x9c\xbc\x1f\xc1\x29\x2c\x70\xc5\x8d\ \x83\x4a\x56\xa4\xf2\x65\xfb\x6d\x17\x91\x48\x28\x45\x42\x31\x71\ \xd2\x10\xa5\xec\xd4\x3b\x1c\xe6\xf2\x3d\xca\x13\x9e\x8f\x4a\x4a\ \x67\x0b\x88\x92\x4b\x81\x84\xc0\x56\x08\xa1\x8d\xd6\x71\x9c\xcb\ \xd5\x68\xa3\x01\x8d\x31\x56\x79\x9e\x31\x36\x36\xb6\x14\x46\xe5\ \xb6\x0d\x50\xf6\x82\xb1\xcc\x50\x4a\x28\xb4\xe5\xd3\x76\x24\x4a\ \x24\x42\x49\x42\x48\x0f\x5c\xc0\x22\x01\xd1\x40\x42\x00\xa2\xf2\ \x3c\x12\x82\x11\x94\xf2\xd8\x99\x2d\x1e\x76\x7e\x89\x08\x10\xad\ \x31\xb1\x8e\x01\xc8\x51\xbe\xdc\x2d\x51\x51\x72\xab\xcc\xb5\xd6\ \x71\x92\x0d\x4b\x4a\xa4\x87\x73\x7d\xc6\x5a\xb6\x8c\x84\x15\x07\ \xda\xb2\xe5\xb2\x2c\x66\x05\xba\xff\xb1\xcd\x62\x26\x93\x99\x39\ \x6b\x06\x1c\xf6\x63\xf2\xe4\xc9\x87\xf9\x11\x0a\x21\x66\x4c\x9f\ \x7e\x98\x1f\xa4\xb3\x6f\x88\xc3\x9d\xad\x46\xe4\x05\x98\xcb\xc1\ \x78\x51\x81\x93\x38\x62\x24\x9c\x38\x2e\xcb\x9f\x94\xa9\x7f\x0e\ \x8b\x81\x36\x00\xe0\xc4\x59\xb8\x82\x88\x2a\x5f\xca\x49\x28\xa9\ \x92\x2c\x06\xb6\x8c\xc8\xe8\x0c\x28\x3a\x11\x9f\x7d\x68\x37\x54\ \x28\x3f\x15\x66\xf5\xa8\xd5\xc2\xcc\xc6\x32\xa0\x28\x5b\x31\xe7\ \x09\xed\x65\x10\x13\x97\x92\xab\x62\x7e\x95\x2f\xc2\x8a\x4d\xac\ \xe6\x81\x57\x28\x96\x07\x50\x12\xeb\xb8\x30\x12\x49\x24\xf4\x21\ \xa4\xf2\xbc\xba\x68\x1f\x32\x19\x6b\x2c\x01\x13\x09\x99\xc0\xf3\ \xe1\x2a\x24\x0b\xd6\x1a\x6b\x11\x51\x92\x12\x2a\xb2\x96\x81\x2c\ \xb0\xb6\xd6\x82\x00\xa2\xd8\x70\x5c\x0a\x2b\x53\xca\x09\x98\x76\ \xcc\xc5\xa4\xe6\x68\x58\x48\x15\xc1\x5a\x06\x44\xb6\x60\xac\x89\ \x74\x00\x89\x84\x92\x75\x36\x91\x88\xb4\x4d\x72\x87\x0e\x5d\x72\ \x19\x47\xbb\xcd\xd2\x18\x6d\x6d\x92\x91\x42\x24\x66\xa8\xae\x2e\ \xaf\xda\xa2\x92\xab\xa0\x8d\xe1\xf2\x7c\x0a\x21\x88\xc9\x68\x03\ \x08\x4a\x4a\x40\x32\xac\x59\x5b\x60\xa8\xe2\x4e\xe1\x70\x02\xf3\ \x6d\x4c\xfc\x58\xe7\xbf\xb1\x71\x80\x8e\x3e\x54\xab\x21\x54\xe7\ \x25\x92\xa7\x28\x18\x1c\x86\x42\xcb\x18\xc5\x66\xa4\x4d\x64\xc4\ \x6a\x44\x96\xd8\xd2\xe1\x27\xc9\xcb\xce\x6f\xc2\x61\xb8\xe4\x78\ \x84\x5c\x29\x66\x4f\x62\xff\xe5\xdf\x58\x86\x2a\x5a\x4f\x92\x2e\ \x67\x17\x59\xab\x3a\x36\x4c\x60\x4b\x99\xce\x5f\x1d\x37\xb4\xcc\ \xc4\xb6\xea\xfd\xc3\x34\x98\x11\x11\x46\x28\xc3\xa7\xb2\x1d\xdc\ \x07\x96\x1c\x09\x30\xcb\x19\xd2\x03\x51\x78\x73\xd9\x7f\x4c\x68\ \x85\x89\x41\x2c\x9f\xaf\xcb\x02\x09\x62\x06\x4b\x68\x12\x83\xc4\ \xc0\x06\xad\x41\x04\x63\x5d\xa3\x85\x64\xc6\x5c\x3c\xce\x26\x72\ \x69\x2e\xc1\xe1\x78\x99\x08\xc0\x4c\x15\x09\x49\xc0\x4a\x36\xa3\ \xb2\x0f\x25\x07\xc1\xae\xde\xdd\x6d\x56\xcc\x16\xca\xd0\x5e\x1b\ \x53\xbd\x65\x26\xe5\xf3\x23\xb6\x0a\x6d\x8c\x01\x18\x7e\x5b\x59\ \x94\xee\xf7\xc6\xac\x51\x48\xc7\x9a\x34\x80\xd6\x58\x62\x60\x00\ \x41\xc2\x92\x40\x00\x02\x2a\x33\xa7\x2c\x97\xef\xd0\xca\x6e\x84\ \x6f\x63\x37\x1a\x33\x8b\x63\xe3\x40\x73\x2c\x55\x41\x1f\xa8\x54\ \xfe\x56\x65\xa5\x87\x5b\xe2\x81\x6b\x7a\xe7\x22\xe7\xc9\x02\xb0\ \x88\x89\xfa\x40\xb5\x74\xe3\x70\x56\xcc\xd8\xe1\x24\x8a\x23\x7d\ \x61\x75\x82\x97\xcb\x30\xb5\x6c\x27\xb0\x8a\xdb\xcd\x2c\x08\xcb\ \x80\xd1\x56\xbb\xb1\xc9\x9a\x74\x4a\x38\xfb\x4a\x86\x70\x39\x8d\ \x02\xc3\x5a\xdb\x90\xb4\x1e\xe1\xe1\xfd\xa0\xb2\x66\xf7\xb2\x7b\ \x0e\x4a\x9a\x6a\x90\x58\x2d\x2f\x64\x0f\x28\xf1\x82\xd6\xba\xb2\ \x3f\x5b\x39\x65\x17\x17\xac\x1c\x6e\x22\xaa\xe9\xf4\x35\x0c\x73\ \xac\xcb\xa0\xd6\xfd\x8b\xe0\xa4\xda\xca\xc7\x4f\x44\xcc\xc8\xec\ \xf4\x8a\xd0\xd8\xc8\x31\xd7\xa1\x2a\x90\x3a\x02\xab\x26\x7d\x6f\ \x2a\xb1\x9d\xe1\x2b\x8e\x08\x00\xa6\x8c\xe5\x93\x06\xd1\x58\x81\ \xdc\x3c\x02\x35\x43\x99\xdc\x53\xd9\x73\x46\x45\x45\xf6\x9d\xca\ \x13\x94\x5c\xca\x32\xea\x4d\xfc\xfd\x30\x84\xaa\x42\xcc\xea\x2f\ \x1a\xb9\x43\x8d\x99\xc5\xb1\x71\x48\xcd\xa2\xb5\x6c\x2d\x38\x39\ \xee\x72\xf4\x0d\xca\xe1\x6d\xcb\xd6\xa5\x23\x2a\xa5\x29\xe5\x8a\ \x09\x74\x8b\xcb\x3a\x5e\x0b\x25\x81\x70\x5b\x15\x32\x4f\xd6\x55\ \xf9\xa6\xaf\xf2\x7e\xa9\xda\x2c\xee\xed\xbc\x57\xc3\x4c\xb0\xd5\ \x70\xcf\x39\x68\xe5\xf5\xe2\x42\x8d\x08\x15\xb7\x37\x59\xfd\xe5\ \x6e\x99\x0c\xc8\x76\x94\xa9\x83\x72\x64\x7f\xd8\xa1\xab\xb6\x86\ \x95\xc4\xb4\xcb\xd9\x5a\x86\x44\xde\xda\x0e\xff\xac\xc4\x19\xc1\ \xee\xaf\x18\x12\x82\xb5\x56\xc7\xda\x28\xe3\xac\x40\x42\x0b\x2d\ \x97\xd3\x20\x92\x61\x0b\x58\x91\x3e\x4d\x32\x20\x95\x2a\x7b\x00\ \x01\x54\xc9\xf0\x63\x59\xf2\x0a\x93\x14\x16\xa3\xb5\x88\xc8\x49\ \xb1\x29\x83\xe5\x91\xf4\x59\x4e\x70\x64\xf5\x2f\x12\xa0\x6e\x2c\ \x00\x2b\x41\x04\x49\xb7\xaf\xb2\x0b\x30\x62\x07\xad\xa4\xe9\x1c\ \x29\x6a\x58\xd4\xbd\xdc\x23\x6c\x9f\x41\xe4\x6a\xb7\xda\x68\x5d\ \x9d\x5a\x71\x93\x50\x11\xe9\x18\xb1\xc3\x95\x1b\x37\x56\x9a\x74\ \x8f\x0a\x19\x8f\x99\xc5\xb1\x71\x90\x87\xad\x08\xe5\x96\x97\x9d\ \x73\x26\x31\xb1\x19\x68\xd8\x56\xd1\xa0\x5d\x33\x22\x34\xc6\x12\ \x12\x32\x32\x5b\x17\x09\x23\x4e\xdc\xd9\xe1\xc5\x8a\x80\xc0\x58\ \xd5\xd2\xb7\xec\xf4\xd9\xbd\xd3\x2f\xd5\xc1\xbb\xca\x1a\x03\x00\ \x3d\x12\xc3\x89\xa4\x9d\x75\xb2\x4c\x10\xd8\x45\xeb\x2b\xef\x4a\ \xd2\x3b\x50\xf6\x1f\xd9\x8c\x72\x99\xcb\x3e\x7e\x45\xb5\xc7\x56\ \x1a\xa6\x56\x33\x1c\x13\x1f\x30\xd1\x3f\xe2\x7d\xe0\x1d\x86\xfd\ \x0e\x2e\x62\x72\xa6\x49\x9f\x65\x74\x0c\x40\x21\x1d\xf7\xdc\x18\ \xb0\x60\x63\x5d\x69\x6e\x87\x2e\x3c\x88\x65\x8f\xdb\x49\x45\x1a\ \x63\x09\x05\x95\x29\xe5\x06\xb0\xd2\x80\x81\x10\x8d\x8e\xcb\x61\ \x0b\x77\x55\x86\xdd\xdb\xc4\x19\xb5\x16\x1d\x1f\x1d\x31\x91\x08\ \x41\x24\x51\x0e\x62\x82\x35\x49\xd9\x38\x03\x40\xa5\x33\xdf\xb0\ \xf6\x1a\x61\x12\xfb\x2b\x9b\x39\x12\x44\x44\xec\xcc\xa9\xb1\x23\ \xcf\x76\xd8\xc0\x95\xcf\xc7\xb0\xb5\x2e\x8e\x4a\x2e\x64\x82\x16\ \xac\x45\xcb\x88\x68\xb4\x4e\x7a\xfb\x0d\x97\xa2\x56\x6f\xab\x70\ \x78\xf5\x72\x19\x1b\x47\xde\xd0\x96\xb5\x65\xb0\x4c\x09\xfa\x20\ \xe7\x38\x8d\x60\xd8\x96\x7d\x2b\x4e\xb2\x26\x8c\x88\x96\x0d\x02\ \x22\x10\x70\x55\x5c\xdf\xb1\x4f\x1c\x94\x00\xac\xbc\x39\x59\xba\ \xc6\xb8\x96\x7b\xd5\x81\xaa\xea\x50\x66\x85\xd8\x31\x02\xd7\x54\ \xfd\xac\xd8\xa6\x61\x40\x61\x79\x38\xb8\x08\x60\xc1\x8c\x70\x83\ \x81\xcb\x1a\x54\xcc\x36\x21\x54\x58\x60\x57\x83\xc8\x65\xab\x67\ \x93\xf2\x3f\xc0\x72\x68\xd4\xe5\x6c\xab\x7d\xf6\xd1\x6a\x8c\x70\ \x60\x04\x46\x36\xe0\xd8\x45\x84\x0c\x04\x00\x06\xac\x65\xb0\xae\ \xca\xc4\xe1\x55\x74\xd0\x11\x00\xb0\xba\x89\x08\x22\x58\x6b\x30\ \x09\xba\x62\x05\x7f\x55\x66\xd2\x19\x3c\x42\x51\x99\x79\x6b\x2d\ \x32\x12\x91\x3b\x53\x04\xb6\x60\x9d\x20\x3b\x3a\xa3\xe4\x4b\x37\ \xff\x44\x40\x84\xcc\x96\xad\x75\x5a\x0f\xd5\x9d\x1b\x2a\x38\xd1\ \x22\x5a\x6b\x6c\xb9\x89\x36\x24\xa9\x7f\x03\xe5\x12\xec\x64\xba\ \x10\x09\x9c\xf9\xad\x92\xb0\x04\x80\x58\x0b\x74\xb9\x66\x03\xcc\ \x92\x88\x8d\x01\x6b\x14\x03\x30\x93\x20\x02\x34\xc6\x24\xa5\xa2\ \xcc\xba\xac\x92\x49\x0c\x65\x4f\x85\xc7\xcc\xe2\xd8\x38\x74\xb1\ \xc5\x11\x2b\x9f\xaa\xfc\x9a\xbd\x1e\x8c\x78\x5a\xfe\xb9\x0f\xd0\ \x67\xec\x70\x5a\xa6\xb2\x96\xdc\xab\x15\x89\x9a\xea\xac\x4d\x75\ \x86\x67\x9f\xce\xd7\xa8\x90\x52\x75\x59\x8b\x1d\xe9\x65\x57\xc7\ \xa1\x9c\xfb\x38\xe2\xcf\x99\xa0\xec\x91\x0d\x47\x13\xab\xe0\xcc\ \x3e\x3f\x0d\xf6\xc5\x72\xe7\x03\x8c\x2d\x1a\xd6\xda\x58\x63\x11\ \xc9\x32\x0b\x00\x41\x64\x62\x53\x96\xf5\x77\xb5\x2e\x38\x22\xf7\ \x55\x15\x6d\x70\x35\x45\x23\x91\x34\x57\x85\x22\xca\x51\xc8\xaa\ \x19\xb3\xd6\x1a\x97\x2e\x03\xb4\xc8\x44\x49\xa2\xdf\xba\xe8\x61\ \x72\x21\x12\x91\x18\x63\xac\xb1\x56\xb9\x66\x3b\xc6\xb8\xaa\x95\ \xa4\xc9\x8f\xab\xd9\x8e\xe3\xea\x62\x4d\x5d\x56\x2c\xaf\xbe\x88\ \x49\xb4\xa1\x8a\xf8\x35\xbc\xab\x0d\x13\x85\x00\x98\x8d\x36\x88\ \x48\x8c\x49\x48\x57\x1b\x5b\x31\xf1\xd6\x56\xdd\x6c\x58\xb1\xb6\ \x63\x4e\xf4\xd8\x38\x84\x83\xaa\xc6\x28\x47\xa9\x3a\xac\x5e\x1d\ \xee\xa9\xbe\xf5\xb1\x5c\x52\x36\x0a\xb3\x8c\x32\x8b\x7b\x1b\xb5\ \xea\x3b\xbe\x1a\x2d\x8e\xea\xa5\x37\xcc\x9d\x2c\xab\x99\x56\x7f\ \xfe\x5b\xd8\xa6\xbd\xbf\xb4\x5a\xba\x6a\x9f\x36\xb4\xd2\x51\x7a\ \x98\x26\xb9\x97\x4c\xf7\xf0\x0c\x24\x01\xcd\xfd\x54\xe2\x2c\x13\ \x09\xa1\xba\xbf\x58\x45\x29\x5d\x08\xc1\xfb\x2a\x15\xaf\x84\x38\ \x5d\x67\xd7\xea\x16\xd8\xd5\x68\x11\x11\xad\xd1\x58\x75\xd6\xae\ \xb9\xa3\x13\x40\x14\x24\x84\x24\xad\xb5\x8b\x6f\xb8\xd9\xa8\x80\ \x74\x44\xb6\xd6\x12\x20\x5b\x1b\x86\x61\xe5\x78\x9c\x71\x84\x44\ \xe3\x07\xd9\xd8\x6a\xc6\xe2\xde\x57\x79\xd4\x34\x56\xcf\x64\xe5\ \xb1\x7b\x19\x01\x8c\x65\x72\x38\x14\x30\x89\xa2\x96\x3b\x0b\xc1\ \x48\x01\xf9\xe1\xe2\xcb\x3f\x82\x13\x7d\x58\xf1\xb4\xc7\xc6\xfe\ \x8d\xd1\xee\xe7\xdb\x1b\x46\x1b\xad\xb5\x43\x01\xd5\x06\x0b\xca\ \x59\xe9\xea\x90\x5f\xe5\x2e\x1f\xfe\xf3\x32\x7b\xa3\xea\x2e\x4a\ \x0a\x1d\x60\x6f\xf8\x00\xc0\xd6\x3a\xd0\x51\x6d\x07\xab\x9f\xfe\ \x3e\xb4\x08\xe5\x8c\xe7\xde\xa8\x8d\xab\xfe\x19\x8d\x31\x47\x3e\ \xab\x14\x35\x8f\x02\x35\xbc\xaf\x3c\xf4\xa8\x97\x46\x99\x45\xe6\ \x03\x20\x2e\x96\xff\xd2\x15\xc6\x59\x1b\x31\x23\x10\x9a\x84\x95\ \x84\xcc\xac\x2d\xff\x3e\xb4\xe8\x2e\x96\x93\xe1\x82\x32\x21\x7f\ \x94\x49\x12\x55\xb3\x3a\xec\x0a\x38\x5b\x03\x5c\x6e\xe1\x30\x7c\ \x7d\x2b\x9b\xa2\x0b\x7e\x08\x12\x95\x2c\x87\x93\x25\x4e\x3a\x26\ \x32\x27\xdd\xd0\x46\x6e\x9f\xd5\x7b\x6a\xe5\x33\xab\x8d\xf2\xe8\ \x08\xef\xc8\xa8\x63\x14\x86\xae\x78\x51\x52\x39\x93\x3e\x8a\x3c\ \x5f\x3d\xed\xe5\x2a\xc6\x43\x6b\x16\x89\xa8\x54\x2a\x6e\xda\xf0\ \xe6\x91\x69\x2d\x1c\x39\x76\x24\x0e\x07\x84\xc3\xb4\x3d\xcd\x01\ \x8c\x28\x0a\xf7\x6f\x7b\x1b\xd9\xfa\xc1\x8e\xc2\x89\xa3\x20\xde\ \x68\x23\x58\x8d\x1c\x5d\x08\x92\x86\x27\x7c\xef\x6f\xda\xdb\xe2\ \xb8\x54\x37\xc0\x68\xda\xc7\x3e\x2d\xa3\x10\xa2\xda\x4a\xed\xfd\ \x86\xd1\x76\x0d\xec\xde\xaf\xee\xcb\x2c\x82\xb5\xa6\x3a\x92\x59\ \x0e\x1a\xd8\x51\xf5\x2d\x95\x15\x3e\x0a\x72\xbe\xd3\x7b\xd2\x68\ \x13\x47\xb1\x4d\x5b\x14\x24\x84\xb0\x16\x2c\x27\xa5\x41\x89\xdf\ \x5a\xae\x2d\x1a\xb5\x55\x54\x6c\x5c\x05\xbe\xc9\x72\xdd\x51\xf5\ \x75\x11\x55\x5b\x9a\x3b\x4e\x57\x98\x9c\xc9\x64\xa2\x28\x0a\x82\ \x92\x9f\xf2\xaa\x8d\xec\xa8\xe0\x69\x14\x27\x76\xca\x5a\x1b\xc7\ \x71\xb5\xf4\x83\xd6\x1a\x4c\x12\x4c\xac\x4c\x42\xa5\x4b\xda\xa8\ \x52\xbf\x51\xac\xcf\xca\xab\xa3\xb4\x87\x5c\xe9\x74\x92\x8e\x27\ \xb4\x8c\xba\x2a\xe1\x53\x6d\xf7\xad\xb5\x48\xf4\xc7\xa0\x73\x23\ \xe2\xa4\xc9\x53\xb5\x8e\x8f\x48\xc4\xc8\x0c\xda\x68\x25\x55\xac\ \x63\xf7\xd3\xc9\x8b\x1e\x89\x27\x5b\xe3\xf9\xbe\x31\xfa\xed\x5b\ \x43\x21\xc4\x37\xbf\xfe\x15\x9b\x74\xb0\x2b\xb3\xdc\x7e\xdf\xe6\ \xb2\xaf\xdf\x8e\x78\x3b\x56\xfd\x3f\xea\x6d\x55\x40\xa9\x22\xcc\ \x3d\xa2\xb6\x04\xa0\x42\x8b\xdb\xf7\xdf\xf2\x5e\x9f\xb3\xcf\x63\ \xd8\x37\x2c\xdb\xeb\x88\x79\xaf\x0f\x7f\x8b\xbf\xda\xd7\xe7\x5b\ \xb6\xe9\x54\xba\x50\xd8\x9f\x82\xcb\x52\xb1\x78\xfe\x45\x17\x2f\ \x5d\x76\x56\xa5\x8c\x72\x04\xb9\xbc\x7c\x70\x55\x7a\x68\xc3\x92\ \x94\x30\x92\x57\x03\x55\x32\xe7\xbf\xe7\xca\x38\xca\x62\xc2\xd5\ \xa9\x10\x0c\xab\xe5\x86\xf7\x61\xdf\x2b\xca\x46\x89\x08\xe6\x5b\ \xd4\x80\xef\x73\x2a\x71\x54\x00\xd6\x29\x52\x94\x39\xf8\xc3\x24\ \xf2\xea\x8d\x76\x14\x29\x07\x86\xdf\x3d\xe2\xa6\x45\xc4\x4c\x26\ \x63\x8c\x39\xe4\x4e\xb4\xef\xfb\xae\x75\xe1\x91\x37\xb4\xd6\xe1\ \x40\x7f\x7d\x7d\x43\xcf\x9e\xee\xba\xfa\x86\x9e\x3d\xdd\xcd\xad\ \x6d\x51\x10\x1c\xa9\x71\x83\x77\x0a\x61\xda\xda\x5a\x2b\xe4\x9b\ \xdf\x63\xc6\xe0\x0f\xda\x88\xb7\xf7\xe2\xe1\xe3\x3f\x1c\xe8\x6f\ \x2b\xe1\xbc\xb7\x5e\x9c\x6f\x71\x8d\xb2\xb9\x5c\x4d\x6d\xed\x3e\ \x0d\xfe\xa1\xbe\x3d\xaa\xab\x92\x98\xdf\x4a\xf2\x82\x0f\xbf\x56\ \x9a\xc3\x88\xf5\x8f\x10\x5b\x3c\xd2\x07\x8f\xf8\xc9\x7c\xc4\x9e\ \xe7\x3b\x3f\xb5\x3f\x78\x87\x8d\x8d\x43\x31\xaa\xb3\x25\x63\xe3\ \xa0\x8f\x83\x63\x16\xf7\x6f\xd3\xfb\xaf\x32\xd2\xe9\xac\x31\xa6\ \xf2\x33\x8a\xa2\x23\xf5\x8e\xdc\x3b\x65\x31\x36\xc6\xc6\x98\x59\ \xdc\xcf\xb5\xf4\xc5\x7f\xf9\xdf\x3d\x3d\x3d\xfb\x97\xca\xfc\x2f\ \x61\x2c\x2c\x33\x55\xb5\xb5\x3b\x3c\x6d\xc7\xdb\x51\x4c\x1a\x79\ \x5a\x23\x9e\x17\x8a\xc5\xf3\xce\x3b\xef\xca\x2b\xaf\x2a\x16\x8b\ \x63\x0b\x63\x6c\x8c\x99\xc5\x03\x1d\x83\x83\x83\xfd\xfd\xfd\x47\ \xaa\x59\xfc\xaf\x32\xb4\x31\x92\xc8\x32\xbb\xca\xa7\x4a\x76\x6f\ \x6f\x3f\xd7\x89\xc5\x53\x45\x0c\xde\x99\xc5\x42\xa1\x54\x2a\x8d\ \xa1\xc5\xb1\x31\x36\x0e\x8e\x21\x13\xe5\x31\x36\xa1\x7f\xaa\x61\ \x8c\x99\x3a\xbe\x65\xe2\xe4\x69\xf5\xcd\x6d\x41\x1c\xb1\xe5\x38\ \x8e\x77\xef\xda\xe5\xf9\xfe\xf8\xf1\xe3\xe2\x38\xae\xca\xc9\x61\ \xac\xa3\xae\xce\xce\x6d\xdb\xb6\x82\xab\x8e\x2a\x5f\xc4\xbd\x69\ \x7d\x63\x63\x6c\x8c\x99\xc5\x03\xf5\x36\x4d\x14\x86\xf1\x30\x36\ \x41\x21\x95\x00\x63\xc0\xf3\x7d\x04\x06\x36\x41\xa8\x95\xef\x93\ \x8d\xc3\x98\xfd\x94\x0f\x36\x8e\xc2\xc8\x30\x20\x09\xcf\xf7\xc4\ \x30\x54\x61\x1d\x45\x91\x36\x00\x20\x95\xe7\x29\x05\x60\xe3\x28\ \x8c\xb5\x05\x44\xa5\x7c\x25\x5d\x19\x56\x1c\x44\xd6\xf7\xfd\x84\ \xc7\xc4\x36\x0c\x43\x52\x29\x4f\x40\x18\x94\x9c\xb6\x12\x09\xe9\ \x79\x9e\x40\x1b\x06\x21\xa9\x94\x14\x88\x00\x71\x14\x5a\x14\xc8\ \x3a\xd6\x55\x95\x18\xd2\xf7\xc8\x84\x91\x2e\x57\x18\xa9\x74\x4a\ \xea\x30\x88\x0d\x57\x3e\x87\x0e\x4b\x2c\x65\xad\x6d\x6d\x6e\x9a\ \x37\xff\x98\xc5\x4b\x96\xb6\x8d\x6b\xcb\xa4\xd3\xc6\x98\xbe\xbe\ \xbe\xbe\xbe\xbe\x35\x6b\xd6\xb6\xb7\xb7\xcf\x9f\x7f\x74\x14\x45\ \x15\xcd\x94\x42\xa1\x50\x0a\x82\x95\xaf\xaf\xfc\xcd\xe3\x8f\x0f\ \xf4\xf7\xd2\xd8\x7e\x36\x36\xc6\xc6\x21\x32\x8b\x36\x8e\x9b\xa6\ \xcf\x3f\x7a\xca\x38\x30\x51\x6c\xc0\xf3\xbc\x78\xa0\x73\x63\x47\ \xb1\xa1\x06\x37\xad\xdf\x1c\x23\x0a\xbf\xf1\xb8\xf9\x6d\xbb\xde\ \x5c\x53\xc8\x4c\x9e\x3b\xc1\xdf\xf8\xc6\xfa\x40\x35\x2c\x38\x7e\ \x7e\x6b\x8d\x0a\x07\xbb\xd6\xad\xdd\xd0\x1f\x68\x42\x04\xb6\xb1\ \xe6\xd6\xe9\xc7\xcc\x9e\xd2\x2a\x38\xea\xd8\xb2\x61\xd3\xf6\xce\ \xd0\x88\x09\x33\x8f\x9f\x39\xa9\x89\xa2\xfc\x86\x35\xab\xb6\xf7\ \x94\x94\x22\x55\x3b\x65\xc1\xc4\xcc\xc6\x75\xeb\x0a\x56\x10\x58\ \x8d\x99\x79\xc7\x1e\x1b\xec\x5a\xb3\x75\x08\x8f\x5a\x78\xc2\xa4\ \xc6\x8c\x24\xee\xdb\xb5\xe9\x8d\x75\x9b\x23\x55\x37\x6b\xe1\x31\ \xc5\x1d\x6f\x76\x0c\x04\x0c\xa2\x7d\xe6\x82\x4c\xd8\x6b\x6a\xa7\ \x4c\x69\xcb\xc6\x71\x68\x41\x7a\x4a\x0c\x75\xac\x59\xdf\x97\x3e\ \x71\xfa\xc4\xb4\x27\x01\x80\xf3\xdb\x5f\x5a\xb1\xad\x7d\xde\xe2\ \xc9\xe3\xea\x15\xc1\x40\xe7\xe6\x37\xd6\x6d\x09\xad\x14\x87\x19\ \xa2\x32\xd6\xd6\xa4\x53\x73\x67\xcd\x3c\xf3\xfc\x8b\x5b\x5b\x9a\ \xe3\x28\x2a\x16\x8b\xd6\x5a\xdf\x4f\xb5\x4f\x68\x4f\xa5\xd2\xcf\ \x3d\xf7\xdc\xc4\xf6\x76\xcf\x53\xae\x1a\x14\x01\x3c\xdf\xcf\x64\ \x32\xe7\x9c\x73\x76\x29\x08\x9e\xfc\xcd\xe3\x41\x50\x1a\xc3\x89\ \x63\x63\x6c\x0c\x23\xa4\x83\xf8\x59\xcc\x26\x55\xd7\x38\x69\xd2\ \xc4\x63\x96\x5d\x75\xe3\x5f\x5e\x35\x6b\xf2\xc4\xf1\x4d\xb5\xed\ \xc7\x5d\xf0\xe7\x57\x9e\x93\x8a\x43\xad\xb5\xa8\x3d\xea\xba\x9b\ \xae\x99\x96\x8d\xd2\xd3\x4f\xbd\xee\xba\x0b\xd2\x94\x3d\xff\x2f\ \x6e\xb9\xee\xbd\x4b\xa7\x1f\x35\xf7\xe4\xd3\x4e\x6c\xab\xf3\xac\ \x61\x00\x8e\x62\x5a\x78\xd1\x8d\x9f\xfc\xf0\xf5\x8b\xe7\xcf\x3e\ \x7a\xe1\xa9\x4b\x4e\x99\x07\x11\x9d\xfc\xbe\x0f\x7f\xe2\xa6\xab\ \x16\xce\x9d\xb9\xe0\xb4\x8b\x3f\xfe\xc9\x8f\x2d\x9d\xd3\x18\x16\ \x0b\xd9\x69\x67\x7f\xf2\xd6\xcf\x2c\x9b\xdf\x1a\x85\x51\x1c\x86\ \x8d\x73\xde\xf5\x3f\x3f\xfb\x77\xe7\xcc\xcc\x96\x44\xe3\xbb\x3f\ \xf8\xe1\x65\x8b\x66\x8c\x9b\x38\xeb\xc2\xbf\xf8\x1f\x1f\xb8\xf4\ \x34\x4f\xd6\x9e\x7f\xfd\x87\x4e\x98\x52\xab\xe3\x38\x8c\xc5\xe2\ \x0b\xae\xbd\xf4\xe4\xe9\xd9\xba\x96\xf6\x89\xd3\xce\xbb\xf2\x03\ \xd7\xbf\xf7\xb4\xc9\x93\x26\x36\xe7\xbc\x49\xa7\x5d\x72\xfd\xb5\ \x17\x4e\x99\x30\x61\xe2\xe4\xc9\xed\xad\x39\x43\x0d\x17\xbd\xff\ \x43\xef\x39\x79\x4e\xdb\xa4\x99\xe7\x5f\xfd\xe1\x0f\x5f\xbd\x34\ \x0d\xf1\x61\xc7\xcf\x61\xdb\xd4\xda\x76\xea\xb2\x73\x5b\x9a\x1b\ \x83\x20\x88\x75\x6c\x8c\x35\xda\xe8\x38\x2a\x96\x8a\x99\x4c\x7a\ \xd6\xac\x99\xab\x56\xad\x4a\x7a\x94\x94\x5b\x02\x69\xad\xa3\x28\ \x3a\xf3\x5d\x4b\x8f\x5e\xb0\x00\x01\xf9\xc8\x65\x1d\x8d\x8d\xb1\ \xf1\xa7\x44\x8b\x42\xf9\xbb\x5e\x7b\xf6\x7b\x2f\x3c\x3c\xf9\x5c\ \xd5\x78\x2a\xff\xf8\x5b\xdf\xec\x05\x31\xeb\x82\xe3\xa2\xa0\x14\ \x45\x51\x44\x46\x84\x41\xa1\x14\x18\x46\x36\x71\xa9\x98\xe7\xcc\ \xc4\x93\x8e\x9e\xb2\xfc\xfb\x9f\xfe\xcf\x67\x76\xd5\xd6\xd5\x78\ \x02\xa5\x24\xab\x83\xba\x39\x17\x5d\x7d\xde\xbc\x47\xbf\xf9\x8f\ \x0f\xae\xea\x91\x4a\x29\xd4\xb5\x8b\x2e\xbd\x6a\x69\xfb\xdd\x5f\ \xfe\xc2\x53\x9b\x06\x01\xbd\x53\xae\xfc\xc4\xf5\xd7\x5d\xfe\xc6\ \xad\x5f\x4d\xd7\x40\x6f\xd1\x9c\xbc\xec\xec\x67\x56\x7e\xaf\xc3\ \xb6\x9e\x75\xd6\xa9\xb6\xd4\x67\x6a\xb2\x04\x8c\xe1\xee\x27\x7e\ \x79\xfb\x7d\xaf\x74\x4e\x59\x7c\xd5\x17\x3f\x76\xe6\xd4\x97\x7f\ \x54\xc8\x17\x9c\x3b\x8c\x00\x3a\x8e\xad\xce\x2f\x7f\xf2\xb1\x97\ \x1e\x4b\xbf\xd7\x6f\x3d\x6e\xe8\xa1\x6f\x7f\xff\x45\x04\x5a\x74\ \x1d\x6f\x5f\xfd\xc4\xb7\xbe\x71\xa7\xf6\x7d\x29\x04\xd5\xcc\xa0\ \x68\xe8\xe5\xfb\x7f\x7c\xdb\xf3\xdb\xc7\x9d\x78\xd9\xe7\xfe\xf6\ \xbd\xb3\x7e\xfd\xfc\xf2\x3e\xab\x0e\xa7\xbc\x04\x33\x37\x35\xb7\ \x8c\x1f\x37\x2e\x8e\x62\x63\xb4\x35\x6c\xac\xb6\x4e\xbe\xd9\x1a\ \x66\x6e\x6e\x6e\xda\xb0\x61\x43\x10\x04\x99\x74\xba\xa2\x07\xeb\ \x64\xf2\xb2\xd9\xec\xf4\xe9\xd3\x57\x2c\x7f\x75\x8c\x7e\x38\x36\ \xc6\xc6\xa1\x89\x2d\xba\x00\x9c\x52\x4a\x10\x22\x2b\xa5\x14\xa3\ \x8e\xe2\x71\xd3\x4f\xfc\xab\xff\xf5\xd9\x08\x50\xa4\x1a\x26\xf8\ \x81\x71\xc0\x84\x3c\x1c\xda\xf8\xc0\x13\xaf\x5c\x76\xd5\xc7\x3e\ \x36\xf3\xa5\x67\x9e\x7e\x7a\x7d\x67\x51\x49\xd2\xb1\x98\x7e\xcc\ \x6c\xdb\xf3\xd2\xd3\xab\xba\x3c\x3f\x8d\x60\x83\x12\x9c\x70\xec\ \xcc\xc2\xce\x67\x5f\xda\xd0\xef\xa7\xd3\x1c\x15\x5f\x7b\xfe\x37\ \x1d\xcb\xae\x9b\xde\x54\x33\xd4\x9c\x5a\xff\xe2\xaf\xfa\x72\xf3\ \xcf\x5c\x30\xee\x91\x70\xc9\x5c\x7f\xd3\x03\xcf\x76\xb5\x37\x35\ \x09\xee\xb2\xac\xea\x5b\x27\x1c\x35\xa7\xed\x94\xa5\x27\x86\x1d\ \x3b\x06\x8a\x9a\x46\xdb\x32\x14\x52\x29\xf4\x04\xb9\xc6\x73\x0a\ \x99\xa3\x48\x8f\x9f\x7b\xf6\xa7\x3e\x37\x97\x05\xad\x7b\xfa\x17\ \xbf\x7a\xb5\x68\x18\x73\x4d\xe3\x26\x4f\x4d\xcd\x9d\x3f\x53\xec\ \xd9\xd8\x53\x4a\x1a\xd1\x1d\x4e\x66\xd1\xd5\x20\xb3\x36\xa6\x6c\ \x0c\x5d\xd3\x35\xa7\x74\x6c\xd9\x42\x14\x45\x26\x8e\x31\x9b\x85\ \x8a\xca\x7f\xe5\x0e\x10\x72\x0c\x28\x8e\x8d\xb1\x71\x08\xcd\x62\ \x82\x44\x2a\x0f\x18\x85\x14\x03\xdd\x5b\x1f\x7f\xe0\xfe\x3c\x0a\ \xbf\x69\xce\xf8\xcb\xe7\x97\x1b\x50\xa2\x14\xe1\xf3\xbf\xf8\xf6\ \x30\xaa\x8c\xb5\x00\x00\x20\x00\x49\x44\x41\x54\xfa\xdf\xce\x3e\ \xe9\xf4\x65\x37\x7e\xfc\xb4\x27\x7e\xf4\xb5\x5f\xaf\xea\x2c\x7f\ \x42\x52\xf4\x9a\xc8\x31\x03\x00\x52\x52\x83\x9f\xbc\x81\xad\x95\ \xb5\xb9\x2c\xf4\xaf\xfd\xf5\x6f\xf9\xa6\xb3\xdf\xdf\x6c\xeb\xd7\ \x3e\xf5\xbd\xb5\x2d\x97\xce\x6c\xa9\x93\xbc\x33\xa2\xa6\x25\x17\ \xbd\x7f\x46\x7f\xc9\x16\x36\x7d\xeb\xb6\xbb\x77\x14\x9b\x94\x22\ \xa7\xea\x61\xd9\x32\x27\xb6\xad\xea\x60\x11\x98\x85\xa4\x81\x8e\ \x75\x0f\x3f\xf0\x84\xf5\xbc\xa1\xce\x4e\xa0\x7a\x4b\xde\xb1\xe7\ \x5e\x31\xfe\xfc\x09\xf3\x9b\x87\xbe\xfe\xff\x7d\x7e\x73\x01\x52\ \xea\xf0\x4a\xbb\x20\x62\x7e\x68\xa8\xb7\xa7\xa7\xa9\xb9\xc5\xe8\ \x61\xcb\x68\xca\xea\xcd\x83\x83\x83\xb9\x5c\x4d\x3a\x93\xa9\x3a\ \xd5\x72\xd3\x72\x63\x7a\x7a\x7a\xc6\x38\x39\x63\x63\x6c\x1c\xaa\ \xd8\xe2\xbe\xbf\x80\xb0\x34\xd4\xbd\x6e\xd5\xca\xd5\xab\x57\xad\ \x59\xb7\xa5\x68\xaa\x8a\x28\xc9\xab\xc9\xa6\xfa\xb7\xbf\x7e\xd7\ \x6d\xdf\x7c\x66\x67\xf6\xec\x25\xf3\x04\x1b\x29\xcd\xc6\x55\xeb\ \x55\xf3\xc9\xa7\xcf\x6f\xd5\xb1\x36\x8c\xe9\x2c\xad\x5f\xbe\x36\ \x33\xe1\xf4\x25\x73\x5b\x74\x14\x6b\xca\x9d\x78\xfa\xd9\x6d\xbd\ \x2b\xd6\xf7\x04\x35\x69\xc5\x96\xb7\xbd\xf2\xd8\xb6\xcc\xe2\x25\ \x2d\x9d\x8f\xbf\xb4\x91\x2d\x28\x3f\xa7\x48\x28\xd3\xf5\xd8\x5d\ \xdf\xfc\x3f\x5f\xfc\xe2\xff\xf9\xfa\xf7\x56\xee\x2a\xa0\x0e\xf2\ \x43\x6a\xf6\x51\xed\x68\x62\x59\xdb\x36\x75\x72\x4b\x6f\xcf\x20\ \xef\x65\x0f\x08\xb1\xd4\xbf\x73\xf5\x8a\x15\xaf\xbf\xfe\xfa\xf6\ \xce\x7e\x4b\x42\x72\xf4\xd2\xdd\xdf\xfa\xe7\x2f\x7d\xf5\x85\x2e\ \x6f\xf6\xcc\x49\x64\x0e\x3b\x67\x93\x88\xb6\x6e\xdb\xba\x79\xcb\ \x16\xa5\x94\x53\x46\x31\xc6\x18\x6b\xac\x31\xc6\x18\x41\xd4\xd9\ \xd5\xd9\xd8\xd8\x90\xce\x64\x92\xb6\xbc\xe5\xe6\xa1\x4a\xa9\x52\ \x29\x58\xbd\x7a\x95\x8e\xe3\xb1\x94\xcb\xd8\x18\x1b\x87\x12\x2d\ \x02\x93\xf4\x52\x3e\xa3\x93\xdc\x90\x5e\x3a\xc5\x4a\x0a\x49\x52\ \x2a\x2f\x9d\x4e\x09\x64\x14\x2a\xe5\x11\xa7\x26\xbc\xe7\xca\xab\ \xda\xd3\xa5\x02\xd4\x4c\x9b\x18\x3c\xfd\x93\xf5\x06\xa5\x52\x62\ \xe0\x8d\x47\xef\x7a\x6c\xca\x55\x37\xdd\x7a\xec\xb6\x4d\x45\xca\ \xe8\xee\x95\x3f\xfe\xe1\x7d\xb7\x3f\x36\xe1\x9a\x9b\xff\x6e\xd1\ \x8e\x6d\x9c\x1b\x3f\x21\x37\x74\xc7\x77\x7e\xbe\xbb\xe4\x35\xd5\ \xd5\xc8\x2e\x86\xa8\xef\x91\x1f\x7f\x75\xad\xd8\xdd\x1d\x41\x7d\ \x2c\x6a\x6b\x1b\x3c\x02\x2f\xe5\x83\xd5\x86\x29\x9d\xf6\x01\x58\ \x47\x7b\x9e\x78\xe8\x81\x9b\xfe\xe2\xfa\xbf\x9b\xbe\x04\xea\x27\ \xd7\xe7\x9f\xfb\xc6\x6b\xdb\x88\xa4\xd1\x20\xbd\x94\xaf\x84\x73\ \x47\x2d\xca\xc9\xf3\xcf\xba\xe5\xa3\xed\x46\x48\x8c\x3b\xef\xff\ \xe5\x0a\xa1\x7c\x89\x58\xdc\xf5\xda\x8f\x7f\xf2\xf8\xdf\x7f\xe4\ \xa6\xa5\x9b\x3e\xff\xf4\x96\xa2\xa3\x07\x1d\x3e\x68\x51\xc7\xf1\ \xaf\x1f\x7a\x58\x4a\x39\x67\xf6\x1c\x12\x64\x8c\x71\xd2\xef\x4a\ \xc9\xad\xdb\xb6\x75\x77\xef\x39\xef\xbc\x73\x81\x59\x08\x91\x74\ \x99\x22\xf2\x94\x2a\x16\x8b\xf7\xdd\x7f\xff\xee\x5d\x3b\x11\xc7\ \x6c\xe2\xd8\x18\x1b\x87\xd2\x2c\x92\x4c\x75\xbf\x76\xff\x77\x37\ \x43\x51\xa6\x24\x43\xd7\xf2\x7b\xbf\xbb\xd1\x96\x64\x4a\x22\x9a\ \x81\x0d\xb7\xfd\xc7\x0f\xba\xf2\x7e\x69\xfd\xd3\xb7\xdd\xa6\x86\ \x4a\x7b\x9e\x79\xfc\xa1\x49\x6d\xf5\x02\xcc\x13\xbf\x58\xbf\x71\ \x67\x9f\x54\x12\x00\x3c\x69\x7e\x7b\xef\x7f\x6e\x7b\x7d\xf6\xd4\ \xf1\x0d\x04\xba\x77\xd7\x36\xad\xe0\xd5\x5f\x7d\x6b\xe7\xaa\x59\ \x47\x4d\x68\xc4\xf8\xb9\xcd\xeb\xd7\xee\xee\x0b\xb3\x39\xff\xd9\ \x9f\x7f\x4f\xe5\x77\x67\x32\xaa\x6b\xc3\x6f\x77\x83\x50\xe9\x4c\ \xc7\xab\xf7\x7c\x7f\xa3\xd1\xa6\xff\x9e\xff\xfb\xcd\xc2\xce\xc0\ \xf7\x65\xe2\xb0\x7b\x62\xe7\xab\x0f\x7d\xad\xeb\xcd\x19\x93\x5b\ \x31\x7c\xe2\xcd\xb5\xeb\xfa\x4a\x56\x4a\x41\xc4\x2f\xdf\xff\x83\ \x37\x74\x8f\x54\x12\x94\xdc\xf6\xf4\xdd\xdf\xdc\xd4\x9a\xf6\x14\ \x00\x83\x2d\x46\x51\xf7\xbd\x3f\xfa\x86\xe9\x19\xaa\xa9\xc9\xf6\ \xae\x7d\xfc\xab\x5f\xdd\x4e\x25\x20\x3a\xec\x9c\x68\x66\xde\xd3\ \xdd\x79\xe7\x4f\xee\x38\x79\xf1\x89\x33\xa7\xcf\x68\x68\x6e\x35\ \xd6\xf6\xf4\xf5\xee\xda\xb5\x5b\x47\xe1\xc2\x85\x0b\xd9\xda\x7c\ \xa1\x50\xf1\x9e\xfb\xfa\xfa\x3a\x3a\x3a\x5f\x7d\xf5\x95\xf5\xeb\ \xd6\x59\x6b\xc6\xcc\xe2\x7e\x0f\x25\xd2\x84\xb4\x1f\xc1\x59\x04\ \x30\xac\xb5\x09\x0e\x57\x95\x99\xc3\x7d\x30\x80\x22\xf0\xc4\x3b\ \x96\xe9\x61\x80\x20\xfe\x03\x5a\x4d\x07\xdf\x2c\x22\x89\x60\xcf\ \xd6\x35\x9d\xe0\x79\x1e\x21\x17\xf7\x6c\x5e\xd3\x89\x9e\xe7\x21\ \x30\x47\xfd\x6b\x56\xed\x51\x9e\x8f\xe1\xee\x35\x7b\xd8\xf3\xe5\ \xee\x0d\x2b\xb7\xad\xb3\x00\x40\x42\x79\x9e\x2c\x0b\xc4\x91\x92\ \xdc\xb9\x69\xd5\xce\xf5\x16\x00\x84\x54\x4a\x29\x4f\xd9\xee\xcd\ \xab\x77\x6d\xb0\x00\x28\x3d\xcf\xf3\x24\x82\xd9\xb1\x61\x0d\x93\ \xf2\x24\x01\x79\x8e\x91\x1c\xf4\x6e\x79\xa3\x1b\x7c\x4f\x6e\x5a\ \xb5\x5a\x28\x4f\x0c\x9b\x30\x94\x8a\x7a\x77\xac\x7b\x6e\xcb\x1a\ \x47\x08\x77\xfc\x43\x12\xdc\xb9\x65\xdd\x6e\x90\x9e\x12\x80\x50\ \xec\xd8\xf4\xdb\xed\xeb\x2b\x16\xde\x4f\xa9\x9e\xf5\xab\x41\x7a\ \x8a\x24\x41\xb4\x69\xcd\xab\x28\x7d\x25\x0e\xbb\xfb\xd8\x35\x5c\ \x2e\xe4\xf3\xcf\x3c\xfb\xdc\xab\xaf\xad\x10\x42\x02\xa2\x14\x32\ \x0c\x03\x22\xb1\x72\xe5\xca\x58\xeb\xea\xd6\x67\x82\x28\x9f\x1f\ \x1a\x1a\x1c\x94\x52\x1e\x1c\x9b\x88\x08\xb4\x2f\x4e\x38\x5b\x38\ \x72\x85\x5e\x08\xc5\xc6\xae\xe7\x82\x78\x00\xf1\x1d\xf3\xe1\xad\ \xd5\x75\x99\x09\xed\x0d\xf3\x8d\x3d\xb0\xb0\x8c\x10\xfb\xb6\x0b\ \xc6\x1c\x81\x52\xc9\xd5\x1b\x12\xc1\x8e\x01\xdc\xd8\x2b\xde\x99\ \xe7\xc6\x40\x04\x0b\x27\x18\x45\x6f\x35\x3b\x07\xc7\x2c\x96\x4a\ \xa5\x42\xa1\xa0\x46\xd6\x44\x97\xe2\x68\x9f\x8f\x4d\x99\x0b\x52\ \xd2\x55\xbf\xb4\x61\x29\x0e\xf7\xf9\xe1\x3a\x0a\x75\x34\xe2\xa5\ \x38\x28\xc5\x55\xaf\xeb\xbd\xfe\xae\x18\x47\xf0\x96\x9a\x57\x91\ \x29\x46\x23\xbf\x44\x47\xfb\xb8\x75\x83\xa2\x06\x00\x88\xf5\xf0\ \xd7\xe9\x62\x7c\xd8\xde\x29\x88\x41\xa9\xd4\xdf\xdf\x5f\xbe\x03\ \x7e\xbf\x18\x1e\xb3\x6b\x60\x1f\x47\xc3\xa7\x5d\x28\x14\xa2\x28\ \xda\x9f\x9a\x68\x44\x6b\x8c\xe9\xda\x99\xf4\x93\xab\x5e\xb3\xb5\ \x8d\x5e\x7d\x13\xeb\xd8\x1e\x89\x1a\x4b\x84\xf2\x77\x5b\x7f\xda\ \x35\xb8\x4e\xd2\x3b\x16\x1b\x8d\x74\x61\xee\xf8\x73\xa7\x34\x9d\ \x60\x6c\xfe\x00\xc2\x55\xc2\xf4\x75\x9b\x52\xbe\x5a\xe5\x97\x81\ \xc9\x4b\x7b\xcd\xe3\x89\xc8\xc4\xd1\x91\x6a\x16\x7d\xc1\x6b\xba\ \xc4\x0f\x5f\xf5\xb2\xde\x3b\xd8\x77\x99\x41\x0a\x98\xd7\x66\x3c\ \xf1\x56\xb2\x2a\x07\xc7\x2c\xbe\xeb\xcc\x33\xf3\x43\x79\x12\x47\ \xa6\x2f\x36\xb2\x53\x1d\xb2\xe5\x23\xd2\xef\x89\xc2\x68\xee\xdc\ \xb9\x51\xf4\x4e\x17\x12\x1a\xcb\xf6\x89\x9f\xd4\x6c\x7d\x4d\x66\ \xb2\xd5\xdd\x36\x6c\x14\x84\x0d\xed\x5b\xdb\x8f\xe7\x54\x76\xea\ \x71\x27\x1d\x91\x4b\xd4\x13\x69\x5f\xe6\x24\x29\x6d\x42\x06\xe7\ \x9b\x90\x10\xd2\x9a\x92\x01\xe5\x09\xc5\x36\xd4\x2c\x94\x20\x63\ \x22\x77\xdf\x10\x29\xa7\xa9\x2d\x85\x7f\x40\x80\x4e\x48\xbd\x7e\ \xb9\xff\xd4\xed\x99\x94\x5f\x7d\x47\xa2\xb5\xda\xd8\x9e\x05\x67\ \x6f\x2b\x98\x59\x27\x2f\x15\x52\x1d\xa9\x4e\xb4\x24\xc8\x7a\x9c\ \x51\x15\x7c\xcc\x16\x91\x98\x35\x03\x01\x30\x82\x12\x68\x0d\x9b\ \x72\xf3\x71\x49\x89\x59\xfc\x83\xcb\xf7\x20\x98\x45\x66\xbe\xea\ \xaa\xab\x8f\x54\xe5\x15\x63\x4c\xb1\x90\xaf\xad\xab\x1f\x1c\xe8\ \xaf\xa9\xab\x1f\x1c\xe8\xaf\x6f\x68\x32\x3a\x3e\xf2\xce\xd7\xf5\ \x75\x0b\xc3\x77\xd6\xd1\x05\x09\xf5\x40\xbf\xda\xb4\x7c\xe2\xec\ \xd9\x18\x05\x2c\xdc\x1d\xc5\x68\xb4\x68\x9d\xf8\xda\xf6\x9e\x17\ \xef\xbc\x6d\xc9\x87\x3e\x7d\x24\x3b\x74\xac\x63\x6e\x3e\x79\xd1\ \x5f\xcf\x6e\x54\x61\xd4\xbf\x79\xf3\x3d\x2f\x6f\xdd\xb4\x60\xd1\ \xad\x2d\x03\xf7\x3c\xb6\x6e\x79\xf3\xd4\xeb\x16\xe6\xde\x7c\xf4\ \x8d\xd5\x33\x66\xdf\xb0\x78\xca\x6c\x01\x83\x2b\x5e\xff\xe1\xea\ \xae\x9d\x07\x7e\xb5\x58\xa8\x70\xe5\xb3\x53\x9a\x1a\x73\xb9\x9c\ \xad\x74\xf8\xb4\x46\x7a\xfe\x50\xc3\xa4\xfb\xee\xf8\x41\xfd\x89\ \x67\x4b\x3f\xc5\x47\xb4\x16\xea\xb0\x07\x69\xe1\x98\xa3\x1b\x26\ \x14\xf3\x5b\x73\x75\x57\xcf\x90\xa5\xd8\xac\x5e\x37\xf8\xc0\xba\ \x70\xdc\x94\x9a\xf7\x1d\x9b\xad\x25\x7e\x73\xfd\xc0\xbd\x6b\x02\ \x7e\x7b\x89\x81\x83\x83\x16\x8f\x60\x85\x3e\xad\xf5\xe0\x40\xbf\ \x90\xaa\xbf\xbf\x9f\xa4\xea\xef\xef\x4f\xa5\x33\x51\x18\x1e\xa9\ \xdb\xc0\x7e\x9c\x97\xb1\x56\xa0\x10\x51\xc9\x18\x13\xf7\x74\x58\ \x42\x34\x26\xdd\xd4\xf6\x66\x7f\x78\xff\x93\xcf\xce\xbf\xe0\x8a\ \x49\x47\x1f\x1f\x07\x47\xb0\x86\xa3\xb5\x54\xd7\x5a\xab\x56\xac\ \xfc\xf7\x37\x4b\xd3\x2e\x3a\xe9\x16\x1d\xfe\x0b\x64\xe6\xbf\x6b\ \x46\xd3\xf6\xce\x4f\xf5\xf8\xe3\x5a\xb2\x3b\x1a\x27\x5e\xf1\xae\ \x69\xcd\x8f\x3e\xff\xbf\x7b\x39\x4d\xa6\x28\x48\x1a\x73\x10\x82\ \x31\x31\x83\x60\xc3\x5a\xdb\xe2\x60\x1c\x05\x00\xe8\x4b\x59\x98\ \x3c\xef\xae\xc7\x9e\x36\x0d\xed\xc7\xbf\xfb\x6a\x3c\xb2\xe3\x8b\ \x23\xbd\xe3\xfa\x3a\x6f\xbc\xa0\x62\xad\x78\x73\x55\xf7\x0f\x77\ \xfb\x9f\x3b\xa7\xbe\x53\xe7\x97\x2e\xcc\xbe\xf2\xd2\x9e\x97\x7a\ \x38\xab\x00\xdf\x76\xb2\xf4\xa0\x09\x8b\x01\xe2\x91\x7a\x05\x7c\ \xdf\x17\x42\x56\xfd\x14\x42\x4a\x84\x23\x0f\x2d\xee\xa7\x14\x3e\ \x33\x68\x63\x06\x6b\xc7\x6f\x1c\x08\x8e\x6e\x4d\xd9\xed\x6f\xfa\ \xad\x13\xd7\x7b\x6d\x77\x3d\xfc\xe4\xb4\x86\xdc\xe4\xc9\x93\xf5\ \x91\x2f\xaf\xcf\xc6\x04\xda\xe8\xbe\x3d\xcf\xad\xd8\x71\xe6\xdc\ \x89\x27\xec\x1a\x7a\xe5\xf9\xf5\xbd\xf3\x8e\xbe\x66\x6d\x6f\x50\ \x88\x68\xca\xc4\xb9\x5d\x9b\x7e\xb8\x69\x70\x20\x97\x06\x85\x07\ \x21\xf9\x8c\x00\x96\x59\x1b\x6b\x72\x35\xab\x44\xd3\x84\xc6\x86\ \x9a\x8e\xb5\xcc\x1c\x4c\x9c\x7b\xd7\xf3\x2b\xfb\xbb\xbb\x16\x9f\ \x74\xb2\x48\x65\xd9\x44\xf0\xdf\x66\x18\xc3\xda\x82\xb6\x50\x57\ \xeb\xcf\x03\xcf\x44\xa6\xa5\xd1\xd7\x3d\xc5\x67\xb7\x46\x26\x25\ \x3d\x42\x42\x30\x6f\xcf\x46\x1d\x1c\xb3\xb8\xa7\xbb\xeb\xb0\xe2\ \x03\x23\x82\xb5\x60\xf5\xc1\x21\x3f\x20\x40\x57\x47\x17\x02\x74\ \x77\x74\x21\xc0\xae\x6d\x3b\xe1\xbf\x2c\x54\x44\x80\xd8\x44\xcc\ \xa6\xdc\xaa\x37\x41\x88\xcc\x6c\xad\xa9\xa9\xad\xab\xa9\xa9\x73\ \x55\x45\xef\x04\x2c\x19\x12\x6a\xcb\x9e\xc1\x3b\x1e\x7c\xec\xfc\ \xd3\x4f\x3e\x6b\xf6\xa2\xf5\x05\xfb\xa3\x7b\x7f\x7d\xf4\xdc\xd9\ \xa7\x4e\xa8\xd9\x3a\x34\x90\xfb\x6f\xb1\x2a\xad\x31\xa1\x61\xf4\ \xbd\x0c\x9b\x10\x84\xdf\xbd\xfd\x97\x7d\xcd\xd7\x2e\x9b\x77\x4a\ \xef\x86\x57\x62\x0b\x4a\xfa\x51\x98\x6f\x9a\x79\xdd\x49\xf5\x7d\ \x0f\xbe\xf2\x0b\x3e\x08\x97\x92\x0d\x73\x81\xc5\xaf\x9f\x79\x21\ \x9b\xf2\xae\x3d\x7d\xa1\x14\xe2\xce\xe7\x5e\xdf\xb1\x6b\xd7\x5f\ \xbe\xfb\xec\x1d\xdd\x7d\xc6\xe8\xff\x26\xc4\x2b\x6b\x39\xd2\x60\ \xdd\x9c\x20\x4d\x9f\x92\x0b\xba\xe2\x7b\x9f\xeb\x0b\x5a\x6a\x8f\ \x6d\x24\xb4\x4c\xd9\xf4\x07\x96\xa4\xbe\xff\x60\x4f\x0f\xe2\xdb\ \x31\x79\x07\xc1\x2c\x7a\xff\x3f\x7b\x6f\x1e\x24\x49\x76\x9f\x87\ \xbd\x33\xef\xac\xac\xbb\xba\xfa\x3e\xe7\x9e\xd9\x7b\x17\x0b\x2c\ \x80\x05\x71\x08\x00\x09\x92\xa0\x61\x32\x68\x51\xb2\x1d\x61\x9a\ \x62\x84\x09\x5f\x7f\x48\x96\x6c\xcb\x76\x88\xa6\x22\x1c\x94\xad\ \x70\x48\x21\x93\xa2\x42\xbc\x2f\xd0\x24\x45\x0a\x22\x71\x72\xb1\ \xbb\x58\x00\x7b\xcd\xb5\xd3\x33\xdd\xd3\x57\x75\x57\x75\x9d\x59\ \x47\x56\x9e\x2f\xdf\x7b\xfe\xa3\x66\x17\x0b\x90\xde\x63\x80\x59\ \xec\xee\xd4\xf7\x47\x47\x55\x57\x57\x75\xd6\x2f\x5f\x7e\xf9\xbb\ \xde\xf7\x53\x94\x6f\x7d\xf3\x99\x5f\xfd\xd5\x7f\xad\x69\x6f\x97\ \xe1\x7f\x69\x22\x67\x4f\x92\x8d\xf7\xd2\x34\xf9\x7e\x2c\x3f\x00\ \x5e\x35\x81\xf1\xaf\x4d\x63\x7c\x47\x21\x61\xe1\x27\x1f\xfa\x6f\ \xd7\xaa\x0f\x1d\x1e\xed\x79\xc3\x21\x44\x08\x63\x64\x9a\x56\xb1\ \x54\x49\x92\x68\xd0\x77\x1d\x27\xc7\xf9\x9b\xa2\x45\x28\x00\x88\ \x42\xff\x4c\xc1\x5c\x9a\x9f\xfb\xe2\x13\x4f\x0f\x82\x07\x36\xaf\ \xdf\x28\x15\x0b\x3f\x72\xcf\x7a\xf3\xd9\xaf\x26\x33\xf7\xbc\xfb\ \x23\x38\x00\x08\x2d\xcd\x96\xee\xe1\xb9\x95\x7b\xcb\xf0\x1b\xdf\ \x7c\xb1\x70\xe6\xa3\x2a\x4d\x9f\xba\xfe\x27\x0f\x9c\xfc\xb1\x99\ \x0c\xfd\xfc\x8d\xa7\x1f\x7c\xe4\xa7\x1f\xf3\x30\x29\x2c\xab\xa2\ \xff\x7d\x59\x3a\x52\xca\x38\x15\x5a\x1a\xdd\x7f\xf6\xd4\xe7\xbf\ \xf8\xa5\xdf\xa7\x94\x12\xbc\xbd\xbb\xfb\x33\x3f\xfa\x89\x52\x7f\ \xff\xba\x07\x9d\x77\x6f\x00\xf7\x6a\x33\x08\x01\xe6\xe6\x8d\x12\ \x82\xf7\x56\xf0\xde\xf3\xc2\x28\x88\x67\x2f\x76\xff\xc5\xd5\x34\ \xab\x21\x8d\x87\xe3\x73\xf9\xcf\x3c\x90\xbc\x94\xaa\x19\x0a\xe4\ \x1b\xee\x71\xfc\x3e\xd0\x22\x42\x88\xb1\x74\x6f\x6f\xdf\x30\xf4\ \xb7\x89\xa9\x58\x2c\x61\x81\xce\x70\x85\x25\x53\x19\x84\xef\x40\ \xc4\xc6\x8a\x81\xdd\xae\x0b\x21\x3c\x77\xcf\x7d\x86\x61\x26\x09\ \xeb\xb5\x9b\xbe\xef\x39\x4e\xee\xcd\x97\xa1\x01\x04\x40\x08\x19\ \x27\xcc\xac\x5d\xfd\x8f\xdf\x7b\xef\x1f\x48\xf9\x95\x27\x9e\x9c\ \x9b\x9d\xfb\x89\x0f\x3c\xac\x1e\x5c\x8a\xa3\x90\x4b\xf0\x6e\xcf\ \x70\x61\x22\x7a\xd7\x6b\xcf\x9f\x28\xbe\xf7\x04\x6b\x7f\xfd\x5b\ \xff\x6c\x7b\x18\xac\x36\xbe\x82\x7c\xa0\xf2\x83\x2f\x3d\xf3\x8b\ \xcb\x6a\x2f\xec\x3e\xf3\xf9\x8b\xf2\xc1\xe5\x8f\x12\xd9\xb9\xb2\ \xf7\x22\x87\x0a\x90\xdf\x73\x78\x2b\x41\x22\x41\x5a\xdf\x79\xff\ \xc6\x3d\xec\xf1\xc7\xbf\xf0\x57\x5f\x83\x40\xfe\xd8\x27\x3e\xb6\ \x21\x7a\x61\xab\xc6\x94\x15\x70\x77\x88\xc5\x49\x00\x54\x95\x3c\ \xb8\xa8\xb4\x77\x86\x5f\xad\xa7\x8b\x6a\x30\xf0\x60\xc1\xc0\x14\ \x03\xee\x45\xff\xf6\x09\xf7\x63\x67\xad\x47\x28\x78\xe6\xda\x78\ \xfc\x86\x7b\x74\xbf\x3f\x41\x34\x84\x50\x55\x15\x45\x51\xde\x2e\ \xa1\xa2\x94\x94\x50\x0c\x15\x81\xa6\xb4\xf8\x1d\xa0\x44\x6b\x1d\ \x37\x67\xad\x99\xd3\x67\xcf\x03\x00\x84\x10\x8a\x42\xe7\x96\x96\ \x8f\xeb\x87\xbd\x5e\x1b\xe3\xdb\x69\xe6\x90\x10\x44\x5c\x24\xde\ \xa0\x20\xae\xfe\xcc\x07\xee\xbf\xb8\xb2\xb8\x3e\x57\x99\xe9\xde\ \xe4\x81\x17\x32\x2e\xde\xf5\x17\x27\xc4\x14\x06\x37\x6e\xfc\xea\ \xd5\x4d\x01\x21\xa6\x44\xd7\x30\x3a\xd8\xff\x3c\x40\x9a\xaa\xe8\ \xc3\xd6\x97\x9e\x97\x54\xa5\xaa\x7b\xfc\xf9\x3f\x3b\xfc\x53\x09\ \x20\x25\x06\xc5\x14\x8a\xef\x3d\xeb\x27\x53\x09\xe2\x84\x65\x6a\ \x2f\x7d\x64\xe9\x5c\xe5\x53\x1f\x17\x10\xdc\x63\x43\xb1\xbb\x93\ \x70\x99\xa4\x5c\x4a\x79\x17\xec\xa0\x81\x18\xc9\x9b\xdb\xc3\x2b\ \x9b\x12\x63\xa4\x53\x78\x73\x67\x24\x10\x52\x31\x90\x00\x60\x0c\ \xfd\x7e\xf4\xbb\x5f\x09\x38\x00\x04\x23\x9d\x42\xf8\x56\xe6\x16\ \xa7\x78\xc7\x2c\x22\x08\xdd\x5e\xf7\xe1\x33\x4b\x00\x40\x21\x38\ \x42\x48\x0a\x21\xb8\x28\x14\xca\xae\xdb\xd3\xd5\x37\x9d\x8c\x92\ \x40\x9a\x56\xa6\xbb\x7c\xcf\xd3\x37\xbe\xae\xe3\x11\xaa\xf7\x2d\ \xd3\x69\x74\x76\x6a\xde\x80\x4b\xd0\x77\xe6\x67\xe6\xd7\x80\x78\ \xd7\x8a\x39\x72\x91\x72\x91\x40\x00\x11\x56\xd5\x5b\x5b\x5d\x78\ \x2a\x38\x44\x04\x80\x34\xe5\x00\x40\x82\xa1\x4c\x05\x03\x90\x28\ \x74\x72\xb9\x09\x2e\x12\x2e\x12\x21\xbf\x27\xb3\x40\x29\xec\x53\ \x0f\xbc\xf8\x97\x57\x73\xde\x00\xb4\x9e\xa1\x99\x3c\x80\xe8\xd9\ \x91\x2b\x39\x1f\x08\x62\x7d\xe8\x61\xf2\x6e\xe7\x44\x21\x01\xe3\ \x80\x21\x00\x20\xd2\x28\x00\x00\xa4\x1c\x00\x88\xa0\x04\xc9\xb7\ \xbb\x92\x20\xa5\xb7\xee\xf6\x8c\x03\x29\xdf\x50\xe0\x32\xa5\xc5\ \xbb\x0e\x42\x08\x43\x37\xa4\xe4\x10\x42\xcf\xf3\x4c\xd3\x04\x52\ \x50\x85\x22\x08\xc5\x9b\x0f\x76\xa5\x10\x9a\xa6\xcf\x7d\xe2\x67\ \x7a\xe7\x1e\xf3\x04\x9f\xfc\x0a\x40\x08\x20\x02\x52\x56\x4a\x33\ \x4e\x65\x56\xbc\x4b\x35\x6e\xb9\x48\x7e\xe8\xf4\x67\x27\xb4\xf8\ \xe6\x6f\x27\x42\x21\x66\xc2\xc3\xdb\x74\x14\xa5\x44\x40\xcc\xdc\ \xf3\x68\x37\x57\x1e\xf9\x1e\x84\x08\x08\x71\x6b\x6b\x9b\x04\xa6\ \x6e\x14\x17\x57\x11\x90\xef\x62\xd1\xf5\x28\x85\x0f\x2d\xf0\x13\ \x25\xf1\x66\x25\x0a\x20\x00\x1a\x01\x42\x4e\x69\x71\x8a\xbf\xe6\ \x33\x42\x88\x1a\xc7\x8d\xcb\x57\xae\xac\xad\xae\xae\xad\xad\x21\ \x74\xfb\xe9\x06\x29\x85\xe5\xe4\xec\x7c\xf1\x6f\xc8\x21\x0a\x21\ \xf8\xbb\xd6\x55\x94\x40\x66\x8d\x59\x08\xe0\xed\x49\x45\x08\x29\ \xbe\x17\x87\x51\x4a\x49\x09\x9e\xdd\x38\x03\xbf\x33\x34\x84\x00\ \x48\x20\x65\x9a\xbe\xbb\x07\x51\x08\x09\x2c\x05\x38\xda\xed\x7c\ \x47\xf6\x7a\x1d\xee\x53\x5a\xbc\x1b\x21\x81\x94\x52\x38\x8e\xf3\ \xe8\x7b\xde\xf3\x72\xa7\xce\xf7\x74\x09\x49\xc1\xa5\xe0\x77\xa1\ \x25\xb9\xf8\x41\x6e\x91\x97\x52\xca\x94\xdd\xb5\xcb\x58\x48\x70\ \x87\x16\xdd\x94\x16\xef\x5e\x87\xd1\xb6\xed\x09\x27\x4e\x07\xb9\ \x4c\x31\xc5\x94\x16\xef\x76\x60\x8c\x19\x67\xad\xe6\x71\x92\x24\ \x84\x90\x7c\xa1\x60\x59\xf6\xd4\x2c\x53\x4c\x31\xa5\xc5\xbb\x97\ \x13\xdd\x9e\x7b\xf1\xca\xb7\x54\x45\x31\xad\x4c\xe8\xfb\x9b\xd7\ \x5e\x3a\x7b\xfe\x1e\x8c\xf1\xd4\x38\x53\x4c\x31\xa5\xc5\xbb\x31\ \x76\x8e\xc2\xf0\xf9\x67\xbf\x79\xea\xfc\xa9\xf9\xf9\x05\x88\x60\ \x1c\x45\xdd\x4e\xfb\xea\x95\x4b\x86\xae\x55\x67\xe7\xa6\x26\x9a\ \x62\x8a\xa9\x5a\xfd\x5d\x87\x30\x0a\x97\x57\x57\x57\x56\xd7\x38\ \xe7\x71\x18\xa5\x2c\xcd\xe5\x0b\xcb\x2b\x2b\x7d\xb7\x7f\x77\x34\ \x00\x4f\x31\xc5\xd4\x5b\x9c\xe2\xbb\xee\x84\x88\x2c\x2d\xaf\xb2\ \x24\x91\x52\x4c\x4a\xd2\x71\x98\x94\x8a\xa5\x6d\x8c\x5f\x43\x43\ \x5b\x4a\x49\x29\x35\x4d\x73\x1a\x6b\xdf\x39\xe8\xba\x89\x31\xfe\ \xae\xae\x00\x08\xa1\x61\x18\xe2\xdd\xaf\x42\xf4\x03\x83\x69\x59\ \x9a\xa6\xbd\xda\xec\x53\x5a\xbc\x1b\x03\x69\x45\x55\x85\x8c\xc1\ \x44\x49\x40\x48\x29\x04\x51\x55\x84\xe0\x6b\x6c\x01\x50\x14\xe5\ \xf2\xe5\xcb\x37\x6f\x6e\x0f\x06\xfd\xe9\x48\xac\x3b\xe5\xa4\x60\ \x52\x3f\x3a\xa2\x94\xbe\xea\x1e\x86\x3c\x6f\xfc\x9b\xbf\xf9\xeb\ \xdd\x4e\x57\x0a\x01\xa6\x23\xbd\xef\x84\xd9\x09\xa9\xd7\xeb\xaa\ \xaa\xbe\xc2\x8c\x53\x5a\xbc\x2b\x71\x2b\x58\x86\x10\x42\x09\xa1\ \x04\xf2\x75\x65\x05\x28\xa5\x07\x07\xfb\xcd\xe6\x71\xa7\xdd\x9e\ \x0e\x95\xbe\x63\xa7\x45\x6a\x9a\x66\xdb\x19\xf8\xb2\x85\x11\x42\ \x61\x18\x7e\xfd\xa9\xa7\x6b\x87\x35\x9e\xa6\x70\x4a\x8b\x77\xc6\ \xec\x94\x52\xc3\xb4\x26\x93\xd6\xa7\xb4\x78\xf7\xae\x04\x20\x01\ \x90\x00\x48\x09\x80\x94\xf2\xf5\xb7\x89\x49\x29\x09\x21\x73\x73\ \xf3\xa5\x52\x79\x7a\x69\xde\xc9\x13\x03\xc8\x64\x50\xef\x2b\x53\ \x71\x20\xc8\xe6\x72\x86\x69\x0a\x21\xa6\x96\xbf\xa3\x51\xd4\x2b\ \x0e\xe3\xdb\x9b\x16\xa5\x14\xdf\x5e\x1c\xf0\x95\x9f\x72\x32\xd3\ \x4e\xca\xc9\x73\xf9\xf2\x83\x29\xde\xd4\xe5\x07\x31\xa2\x58\xe1\ \x69\x0a\x80\x7c\x83\xd1\x19\x84\x50\xd3\xb4\xa9\xf5\xde\x02\xff\ \xe5\xbb\x9e\xbe\x7d\xe4\xa9\xee\x06\xb3\x93\xb7\xf3\x21\x12\xd5\ \xca\x1a\x24\x89\x19\x51\x15\x1e\xf9\x21\x13\x52\x70\x29\x01\x26\ \x14\x48\x0e\x20\x01\x22\x15\x93\xa7\xe2\x2e\x10\xb0\xfa\xbe\xde\ \x19\x29\xc1\xc7\xc7\xc7\x37\xb7\x6f\x14\x8b\xa5\x52\xa9\xfc\xc6\ \xb5\xf9\xe4\xd4\xce\x6f\x03\xa2\x9c\xe2\x8e\xe2\xed\x4b\x8b\x9c\ \xf3\x99\xb5\xf7\x7d\xe6\x13\x0f\x2d\xcc\x17\x46\xb5\xed\xa7\xbf\ \x71\xb1\xb2\xb1\xfe\xc2\xe7\x7f\xfb\x62\x93\xfc\xd8\x4f\xff\x67\ \xf1\x95\x3f\xa7\xe7\x3f\x15\x7c\xed\x57\xbe\xb8\x85\x7f\xe2\xe7\ \xff\x0b\xfe\xd4\xef\xfd\xc5\x96\xab\x92\x69\xce\xeb\x8d\x22\x4d\ \x79\xbe\x50\x78\x28\xff\x28\x4b\x58\xe0\x8f\x29\x55\xde\xc8\x95\ \x39\x19\x09\x3b\xb5\xde\x9d\xe3\xbe\xbf\x31\x6f\x2b\xa5\x00\xd3\ \xce\xa9\x3b\x69\x76\x08\xe1\xab\x17\xf6\xdb\x97\x16\x09\x21\xc7\ \x97\xff\xf4\xff\x78\xe9\x85\x9f\xfd\x85\xff\xe8\xe9\x7f\xf1\x4b\ \xcf\x8a\x0b\x7f\xff\xc1\x87\x4b\xc5\x52\x91\xd3\x5c\xc6\xea\x62\ \x44\x55\x6d\x32\xf8\x95\xaa\x1a\xc2\xd3\x45\xf3\xe6\x56\x02\x26\ \xb8\x7b\xdc\xde\xde\xde\x2a\x14\x8b\xe5\x52\xf9\x0d\x9e\x91\x69\ \x77\xce\x5b\x70\xbb\x12\x13\x89\xb0\x57\x25\x2e\x14\x65\x9a\xb8\ \xb8\xb3\x10\x42\x70\xce\xdf\x19\x95\x68\x44\x14\x5d\xd3\x30\x42\ \xaa\x6e\x28\x91\x04\xea\xec\x47\x3f\xfd\xd3\xe7\x3c\xb2\x36\x6f\ \xfd\xd9\x53\x9c\x4a\x21\xa4\x04\x40\x0a\x21\xc0\x34\xc2\x78\xb3\ \xce\x78\xca\x73\x85\xc2\xc3\xf9\xf7\x30\xc6\xc6\x63\xef\x75\xbd\ \xc5\x30\x0c\x3f\xf9\xc9\x1f\x7e\xec\xfd\xef\x0f\xc3\x70\x6a\xbd\ \x3b\x04\x55\x55\xff\xf5\xaf\xfe\xea\xc1\xc1\xbe\xae\xeb\x93\x4b\ \x34\x4d\xd3\x4a\xa5\xf2\xb3\xff\xe5\xcf\x4d\xe5\x3c\xee\x1c\x34\ \x4d\x7b\xfe\xf9\xe7\x7e\xff\xf7\x7e\xcf\x71\x9c\x77\x58\x25\x1a\ \x22\x22\xc6\xdb\xbf\xf9\x3b\xff\xf2\x5b\x0d\xfa\x53\x7f\xef\xbf\ \x22\x08\x21\x44\x55\x2a\x83\x48\x9a\x86\x32\x10\x62\x1a\xdb\xbd\ \x29\x60\x82\x3b\xc7\xad\xed\xad\x1b\xc5\x52\xf9\x8d\x7b\x8b\x9a\ \xa6\x4d\xfb\x8a\xef\x1c\x74\xdd\x68\xb7\x9b\x8d\xfa\xd1\xf2\xca\ \x1a\xc6\xb7\x8a\xd1\x10\x42\x55\xd3\x30\x63\x53\xfb\xdc\x21\x18\ \x86\x91\x24\xc9\xfe\xde\xee\xc6\xc6\x09\xc3\x34\xa5\x94\x6f\x7f\ \x5a\x44\x8a\xaa\x62\x28\x25\x40\x8a\x66\x98\x86\xa1\x1b\x8a\x69\ \x1a\x01\x1b\x6c\x5e\x6b\x7c\xe6\x53\x3f\x9b\x79\x10\xae\xc8\xc6\ \x6f\x35\x06\x18\x4d\x79\xf1\x4d\xdc\x65\x38\xe7\xb9\x7c\xe1\x81\ \x87\x1e\xe1\x69\x1a\x06\xfe\x1b\xcc\x2d\x0a\x21\xa6\xb9\xff\x3b\ \x98\xda\x90\x92\x31\x16\x47\xb1\x94\xe2\xd5\x1b\x73\xe5\xd4\xec\ \x77\xd8\xec\x9c\xf3\x24\x8e\x19\x63\x93\xe1\xc0\x6f\x6f\x5a\x84\ \x08\xb2\xf6\x7f\xf8\xdc\x1f\x0f\x62\xd5\x14\xcd\xcf\xff\xf1\x9f\ \x0c\xfa\x5c\x47\xf1\x37\x3e\xff\x87\xb2\x1f\x1c\x5f\xfb\xa3\x3f\ \x0e\x1f\x5c\xca\x82\xdf\xfd\xc2\xf3\x75\x5f\x12\x3c\xad\xb7\xbc\ \xa9\xb5\x70\xab\x27\x47\x70\x0e\x20\x9c\x26\xf4\xdf\x2e\x4b\xfe\ \x3b\x73\xff\x53\xfc\x40\x2c\xff\x36\xf7\x16\x21\x10\xc1\xfe\xd6\ \x36\xa6\x0a\x85\xfe\xee\xcd\x21\xa1\x0a\x81\xe9\xf1\xee\x16\x20\ \x0a\x85\xf1\x8d\x6f\x7d\xf9\x25\x01\xa8\xa2\xd1\x37\x55\x83\x86\ \x00\x82\x57\x75\xa4\x40\x00\x6f\x09\xbd\x4f\xa8\x78\x72\x7f\x7e\ \x6d\xba\x7e\xd5\x1f\xc0\x5b\xfc\x32\xf9\xcd\xb7\xf7\xc5\xbd\xf2\ \x81\xf0\xdb\xb3\xa6\xe5\xcb\x64\x74\xeb\xbf\x7f\xd7\x91\xbc\xa5\ \xac\x28\x27\x2b\xe1\xd6\xd1\x48\x39\xbd\x16\xa7\x98\xe2\x1d\x41\ \x8b\x00\x00\x44\x15\x05\x00\x20\x01\x52\x6e\x3d\x80\xe4\x56\x6b\ \x2b\x52\x34\xe3\x4d\x37\xb9\x42\x00\x25\x48\x12\x40\x94\xc9\xfe\ \x37\x00\x25\x88\x86\x12\xea\x50\x55\x01\x04\x20\xf6\x24\x13\xc0\ \x70\xfe\x7f\x07\x3e\x41\x04\x58\x28\x91\x02\x6f\x45\xed\x02\x44\ \x63\x29\x10\xd0\x6d\x08\x18\x08\x86\x52\x08\x80\x28\xa0\x2a\x24\ \x0a\x00\x12\xf0\x58\xc6\x21\x90\x10\x68\x19\x48\x10\x60\x91\x84\ \x0a\x44\x00\x00\x08\x40\x0a\x98\x04\xe4\x07\x71\x12\x20\x00\x52\ \x48\x20\xc4\x2b\xbc\x3e\x0d\xd2\xa6\x98\xe2\x9d\x42\x8b\xb7\x20\ \x38\x97\x00\x62\x8c\x00\x00\x82\xa7\xfc\x95\xc9\x5d\x10\x12\x4c\ \xde\x78\xd8\x81\x09\xa8\x3f\x11\xef\x0e\xd1\x03\x9f\x54\x4c\x2a\ \xa5\x00\xcd\x17\xd8\xd1\xae\x94\x06\x3c\xf1\x21\x8a\x5b\xe9\xf6\ \x65\x2e\x21\xcc\xac\xd3\xd5\xd3\x10\xfc\xb5\xea\x1f\x22\x20\xd8\ \x61\xcf\x3d\x2d\x4e\xfd\x88\x3a\x53\x02\x50\x82\xde\x56\x7a\x70\ \x4d\xc4\x91\x2c\x3e\xa0\x2c\x16\xe4\xd1\xc5\x34\xe1\x60\x58\x97\ \xa5\x47\xe8\xe9\xb3\x48\x72\x50\x7b\x22\x6e\x84\xc8\x52\x01\xb0\ \xd1\xa9\x47\xc8\xde\x57\x93\x64\x96\x5e\xb8\x1f\x01\x09\xf6\xbe\ \x12\xbb\x2a\xbd\xff\x83\xe8\x07\x31\x11\x04\x82\x89\x1b\x0b\x27\ \x01\xf5\x34\x05\x31\xc5\x14\xef\x28\x5a\x4c\x93\x18\x99\xf9\xbc\ \x2a\x46\x5e\x20\x20\xca\x94\x17\xb2\x06\x81\x00\x0a\x9e\x24\x71\ \x34\x1a\x0e\x23\x26\xdf\x08\x33\x22\x0a\x82\x1a\x6f\x77\x81\x91\ \x85\x80\xc9\xbd\x6f\x31\xa3\x82\x9a\x75\xb0\xfe\xc3\x6a\xfc\x42\ \xd2\xd8\xe6\xb8\xc1\x9d\xfb\x95\x8d\x92\x7c\xee\x0b\x6c\xbc\xa6\ \xd8\x08\x48\x02\x08\x81\x32\x95\x69\x0a\x00\x02\xc2\x13\x87\xdb\ \x42\xcd\x40\x0c\x41\xe7\x12\xf3\x54\x52\xad\xe2\xd3\x2b\x94\x6d\ \x27\x2f\x6d\xf3\xc5\x55\x72\xfa\x6f\xa9\xbc\x97\x5e\xfd\x86\xa8\ \x2e\x23\x91\x02\x00\x64\x0a\xd1\xd2\xe3\xea\x89\x19\xf1\xcd\xdf\ \x49\x5a\xc7\x50\x08\xd0\xbf\xc1\xc7\xf7\x60\xad\x97\xb6\x8e\x05\ \x9c\x97\xf2\x16\x35\xbd\x55\xe1\xb3\x94\x09\x4b\xa8\x0a\xa1\xb8\ \xc5\x8b\x08\x21\x96\x32\x29\xe4\x34\xc5\x38\xc5\x14\xef\x0c\x5a\ \x4c\x59\xa2\x57\x1f\xf8\xfb\xbf\xf4\x4f\xe6\xae\xff\xc6\x67\xff\ \xf7\x5f\x1f\x91\xec\x87\x7e\xe2\xbf\xfe\xbb\xef\x9b\x15\x3c\x81\ \xd6\xe2\xb9\xcc\xf1\x7f\xff\xb3\xff\xe9\x5f\xee\x0a\x53\x79\x3d\ \x7f\x07\x01\x10\xc8\xfa\xbe\xa8\x9e\xa7\xee\xb1\x00\x08\xd8\x15\ \xc4\x63\xc9\x35\xa8\x99\x80\x16\xc0\x71\x4b\x56\xab\xe8\xf0\x4a\ \x7a\xc3\x01\x51\x0c\x92\x14\x20\x13\xf8\x87\xfc\xf8\x50\xa8\xf3\ \x64\x66\x0e\x12\x08\x1a\x37\xb8\xbe\x4c\x68\x5b\x08\x09\x8c\x2c\ \x12\x18\xa8\x36\xc4\x40\x1e\x1f\x0b\x67\x81\x62\x00\x00\x97\xc7\ \x57\xb9\x32\x47\x1c\x13\x70\x06\x10\x02\x88\xcb\xe6\x8b\x2c\x51\ \x65\xa8\xa0\x05\x1d\xf8\x06\x2c\xa9\xb2\xb3\xcb\x75\x4f\x58\xf3\ \x44\x12\x90\xca\xb7\xf4\x34\x48\xc1\xf7\xf7\xf6\xce\x9c\x3f\xc5\ \x39\x07\x00\x20\x08\x34\x55\x6d\x1c\x37\x84\xe0\x68\xda\xad\x3d\ \xc5\x14\x6f\x7f\x5a\x64\x49\x52\xbd\xf0\xa9\x7f\xf0\x3f\xfd\xdc\ \x89\x5c\xa1\x7e\x55\x48\x00\x15\xcc\x9f\xfa\x8d\xff\xf5\xb9\xdf\ \x05\x41\x44\x7f\xf2\x1f\xfd\x73\x29\xbf\xf0\xdc\x7e\xac\x51\xf5\ \xf5\x5d\x45\x04\x06\x7b\xdc\x8b\x60\x0e\xca\x68\x24\x23\x06\x67\ \xce\x12\x6f\x9b\x4d\xe4\x28\xa4\x04\x42\xc0\xf2\x05\xa2\x95\xc4\ \xb8\xce\x05\x80\x2a\x05\x52\x02\x80\x00\x22\x10\x23\x80\x10\x48\ \xba\xbc\xd5\x00\xb3\xf7\xc1\xee\x48\x60\x4f\xce\xac\x13\x3b\x95\ \x42\x80\xfa\xb3\x6c\x80\xf1\x99\x53\x08\x02\x20\x3c\xe1\x0e\x61\ \xf5\x0c\x7a\xa5\x26\x03\x01\x80\x04\xa8\x65\x74\xea\x1e\x6c\x09\ \x71\x08\xe0\xec\x3a\x3a\xda\x4c\x5d\x84\x16\x2f\xc0\xd6\x35\x29\ \xde\xda\xac\x9e\xae\x69\x87\xfb\x7b\x86\xad\xcc\x56\x67\x55\x55\ \x83\x00\x74\xbb\xdd\xc3\x83\x83\x5c\x2e\x07\xe1\x34\xc5\x38\xc5\ \x14\x6f\x7b\x5a\x44\x98\x44\xbd\xeb\xff\xcf\xff\xfc\xd9\xb9\x0f\ \xfc\x0f\x3f\x53\xa4\x93\x18\x2f\x09\xc7\xe3\x9e\x6f\x9f\xfd\xf4\ \xc7\xcf\xe3\x7f\xf3\xd9\xdf\x77\x25\x35\xde\x40\xf0\x27\x05\xc0\ \x1a\x50\x89\x6c\x6e\xf1\x51\x0f\x8c\x87\x82\x7a\x12\x2b\x90\xc6\ \xc2\xeb\xc8\xe8\x58\x6a\x65\x08\x31\xb0\xf2\xb0\x7d\x49\xd8\x4b\ \xc4\xa2\x80\xa7\x40\x9b\xc1\x2b\x73\x40\x72\x20\x05\x90\x08\xea\ \x19\xd0\xdb\x4a\xfb\x5d\xc9\x5d\xe9\x1d\x73\xae\x20\xd4\x4d\x8f\ \x07\xe0\xd4\x0f\x11\x05\x02\x09\x41\xe0\x0a\x46\x80\xe9\x40\x30\ \x61\x3b\x09\x38\x84\x85\x0d\xb2\xbc\x04\x52\x0e\x58\x13\xf0\x04\ \xe8\x73\xd8\xdc\x4a\xbd\x1c\xca\x65\x64\x3d\x96\x5c\xdc\xd2\x03\ \x7a\x4b\x7c\x45\x40\x15\xba\xb0\xb4\x78\xe3\xda\xb5\xa3\x5a\xcd\ \x30\x8c\x28\x8a\x3c\x6f\xb8\xb4\xbc\x12\x85\xc1\xb4\x55\x7b\x8a\ \x29\xde\x01\xb4\x88\x31\xf2\x5a\x3b\x8d\x5d\x3e\xf3\x21\x02\xbf\ \xed\xf7\x21\x41\xec\x0f\xfe\xf8\x4f\x89\x17\xff\xdd\xd3\xbb\x9e\ \xa6\x9a\x6f\x2c\x78\x04\xd6\x2a\xbd\x70\x1a\xb0\x36\xbf\x79\x43\ \x56\x0a\xa0\xf6\x24\x77\xee\xa7\xcb\xa7\xe5\xf6\x57\x13\x54\x40\ \x27\x4f\xe2\x70\x2f\xdd\xba\xcc\xe9\x0c\x39\x71\x2f\x96\xfc\xd6\ \xbb\xf8\xcb\x5c\x41\xb2\xe8\xcc\x47\x30\x62\x72\xe7\x9b\xcc\xd9\ \x40\xe3\x2d\x36\xb6\x81\xe9\xcb\x78\x20\x6f\x7c\x21\x21\x36\x3e\ \xf9\x7e\x92\x32\xa0\x67\x91\x82\xa5\x7c\xb9\x8a\x42\x4d\x88\x01\ \x60\x09\x10\x10\x48\x00\x14\x03\x4a\x08\x96\xde\xaf\x70\x02\x41\ \x2c\x14\x03\x0a\xf1\x96\xce\xd4\x11\x42\x18\x86\xbe\x71\xe2\x84\ \xe7\x8d\x92\x84\x99\xa6\x39\x3f\x3f\xaf\x69\xda\x61\x6d\x3c\xbd\ \x1e\xa6\x98\x02\xbc\x23\x72\x8b\x10\x11\x4a\xbf\xa3\xa0\x22\x05\ \x57\xb2\x27\x3e\xfa\x58\xee\xab\xff\xec\xc9\x11\xa7\xe6\x1b\xae\ \x13\xc8\x54\x26\x29\x00\x26\x5a\x7f\x00\x48\x09\x56\x1f\xa7\x00\ \x00\x94\x25\xf7\x2d\x03\x80\x01\x94\x52\xce\xe2\xb3\x55\x8c\x29\ \x90\xe2\x6f\x72\xdf\x04\x60\x91\x04\x00\x2c\x3c\x44\xa5\x04\xf6\ \x05\x5a\x04\x00\x40\x54\x3a\x7b\xab\xd1\x05\xa5\xd2\x5a\x22\x27\ \x97\x81\x64\xb7\x82\x51\x21\xe1\xe2\x63\x14\x48\x30\x99\x92\x82\ \xf2\xe8\xd4\x63\x48\x4a\x00\x75\x88\x25\x90\x18\x9d\xfa\x20\x92\ \x12\xbc\xc5\x71\xb4\x10\x12\x62\x98\xcd\xe6\x30\xc6\x93\xd6\x45\ \xce\xa7\x7e\xe2\x14\x53\xbc\xec\x78\xbd\x13\x0f\x5a\xf2\x24\x7f\ \xe2\x03\x2b\xfe\xf1\xc5\xcb\x35\xa4\xd2\xdb\xf9\x04\xf9\x6a\x8e\ \x00\x00\x02\x30\xe1\x41\x08\x20\x02\x82\xbf\x4e\x48\xfb\x1d\xaf\ \x4a\x00\x20\x40\x18\xbc\xa2\x08\xf5\x5d\xef\x95\xdf\x39\x21\x65\ \xf2\xea\x2b\xb4\xfb\x83\xda\xd3\x35\xd9\xc9\xc7\x39\x7f\xb5\x70\ \xc8\x14\x53\x4c\xf1\x4e\xa2\x45\x44\x14\x85\xe0\x97\x59\x11\xac\ \xbd\xe7\x42\xe8\x1f\xec\x74\x53\x85\x4c\x7b\x4a\xa6\x98\x62\x8a\ \xbb\x2c\x88\x06\x00\x40\x08\xc6\x9d\x83\xfd\xa4\x2f\x21\x02\x00\ \x48\xa4\x65\x80\x7b\xf3\xda\x8b\x63\x38\x15\x9e\x9d\x62\x8a\x29\ \xee\x4a\x5a\xd4\x54\xfc\xad\x3f\xf8\x47\xcf\x48\x44\x55\x03\x03\ \x80\x75\xf8\xd5\x7f\xf9\x8f\xbf\x24\x21\xd5\xd4\xe9\x29\x9c\x62\ \x8a\x29\xee\x46\x5a\x04\x00\x20\x4c\xd1\x77\xc4\xd4\x74\xea\x27\ \x4e\x31\xc5\x14\x77\x35\x2d\x4e\xf1\xf6\x04\xa5\x04\xbc\xac\x04\ \x24\x26\x32\x3c\xaf\x8c\x63\x7c\x65\x52\xe3\xe4\xc1\xe4\x57\xaf\ \x2a\xef\x20\x84\x20\x42\x00\x40\xce\x53\xce\x39\x90\x12\xc2\x57\ \x66\x38\x42\x88\x10\xc6\x04\x00\xc0\x39\x07\x40\x4e\x5e\x11\x42\ \x08\x79\x4b\x9b\x08\x22\x24\x6e\xbd\x0b\xbe\x7a\x72\xe1\x64\xe6\ \x0c\x78\xd5\x96\x4a\x8c\x09\x26\x64\xf2\x92\xe0\x1c\x22\x08\x24\ \x48\x79\x8a\x20\x84\x10\x41\x08\x20\x42\x08\x22\xf8\xf2\x18\x52\ \x29\x05\xe7\xfc\xd6\xb1\xbc\x7c\x40\x93\xd1\xb1\xf0\x3b\xa7\x4d\ \x4d\x3a\x3d\x21\x84\x94\x52\xce\x39\x17\x02\x23\x8c\x09\x16\x42\ \x08\x21\xa4\x90\x84\xe0\xc9\x17\x84\x10\xbd\x3c\xc8\xf2\xd6\xe4\ \x10\x2e\xc4\x6d\x37\x00\x40\x08\x81\x14\x10\x21\x08\x80\x90\x52\ \x8a\x5b\x43\x60\xa4\x9c\x1c\x0f\x02\x70\x32\xa2\x04\x4d\x0c\x2f\ \x85\x7c\xc5\x1c\x08\x41\x42\x95\xc9\x51\x31\xc6\x6e\x4d\x32\xb9\ \xf5\xb9\x00\x41\x44\x28\x45\x08\x4d\xca\x71\xb7\x06\x6e\x02\xf0\ \x4a\x69\x0e\x22\x04\x80\x14\x5c\x00\x08\x11\x84\xb7\xac\x71\xab\ \xf1\x76\x22\xcc\x74\x6b\x0e\x39\x44\x48\x55\x55\x21\x6e\x49\xe8\ \x4b\x29\x30\xc2\x09\x63\x10\x4e\x0e\x1c\x40\x88\x30\x26\xe8\x65\ \xa5\xd4\x89\xdc\xe4\x64\x61\xbc\xfa\xcb\x0a\xce\x27\x9f\x29\x5f\ \x9e\xdf\x3b\xf9\x47\x08\x63\x4d\x55\xd3\x34\x65\x29\x43\x08\xab\ \x8a\xc2\x6f\x55\x11\x53\x8c\xb0\xa2\x2a\x71\x14\x4f\x5a\x82\xb9\ \xe0\xe0\x15\xc1\x28\x08\x5f\xb7\xc4\x38\xa5\xc5\x29\x6e\x1f\x52\ \xca\xa3\x7a\x0b\x40\xc4\x18\x43\x08\xa9\xaa\x2a\x81\x4c\x53\x0e\ \x80\x24\x84\x02\x00\x12\x96\x08\x2e\x28\xa5\x09\x4b\xd0\x84\x7b\ \x30\xc6\x98\x40\x88\x18\x63\x71\x1c\xc7\xd1\x18\x01\x99\xc9\x64\ \xad\x8c\x03\x20\xe6\x12\x26\x8c\x41\x20\x21\xe0\x71\x30\x1e\x7b\ \x23\x08\xc0\x64\x9c\x3c\xe3\x3c\x4d\xb9\xae\x1b\x8a\xaa\x4e\x46\ \xca\x84\x61\x68\x65\x1c\x84\x70\x12\x25\x3c\x65\xe8\x65\x7e\x23\ \x94\x10\x42\x84\x94\x42\x08\x84\x20\x04\xb2\xd7\xeb\x0f\x06\x2e\ \xc1\x08\x21\x64\x67\x32\x41\x10\x43\x4c\xf2\xf9\x42\x92\x24\x51\ \x14\x02\x29\xc2\xc0\x4f\xe2\x88\xb1\x18\x41\x04\x20\x54\x55\xdd\ \xc9\xe6\xd2\x94\x27\x49\x92\xa6\x5c\x02\x29\x38\x27\x54\x51\x14\ \x05\x40\x40\x29\x15\x42\x24\x8c\x29\x54\x31\x4d\x03\x41\x14\x45\ \x61\xa3\xb1\x93\xc9\x64\x74\x5d\xf3\xfd\xb1\xe7\x79\xba\xa6\xa9\ \xaa\xaa\x1b\x46\xbf\xdf\x4f\x18\x2b\xe4\xf3\x09\x63\xaa\xa2\x42\ \x04\x11\x44\x2c\x4d\x19\x63\xb6\x69\x64\x6d\xe3\x36\x26\x56\x42\ \x08\xe2\x84\x13\x45\x0d\x82\x90\xa7\x4c\xd7\x75\xc3\x30\xbd\xf1\ \x18\x42\x60\xe8\x06\xe7\x9c\x31\x26\xd2\x94\x50\x92\xc4\x11\x4b\ \x19\xc2\xd8\xd0\xf5\x09\x75\x72\x21\xe2\x30\xea\xb6\x0f\x80\x48\ \xf3\xb9\x5c\xa9\x5c\x86\x88\x30\x21\xb8\x04\x00\x00\x91\xa6\x49\ \x12\xb7\x0f\x6b\x41\x10\xe6\x72\x39\x3b\x93\x11\x42\x0a\x29\x39\ \x17\xb6\x9d\x21\x14\x01\x00\x93\x24\x96\x42\x58\x96\xc5\x39\x8f\ \xe3\x98\x52\x3a\x61\xb1\xc9\x4f\x08\xbe\x2d\x97\x97\x24\xf1\xf6\ \xcd\x1b\x9a\xaa\x02\x80\x74\xc3\xd4\x54\x6d\x38\xec\xce\xce\xcf\ \x45\x61\x14\x06\x11\x82\x30\x4d\x59\xdf\xed\x85\x51\x84\x20\x04\ \x00\x12\x4a\x67\x67\xe7\x84\x90\x9e\xe7\x21\x8c\x26\x5c\x8c\x10\ \x72\x1c\x07\x40\x48\x09\xa1\x0a\x45\x08\x51\x42\x20\x42\x52\x88\ \xc1\x60\xf0\xec\x95\xe7\xab\xd5\x6a\xbe\x50\x18\x8d\xbc\xa3\xa3\ \x23\x3b\x93\x31\x4d\x33\x97\xcb\x87\x71\xfc\xe2\xa5\x2b\xeb\x1b\ \x1b\x40\x02\x42\x89\x65\x99\x42\x48\xc6\x52\x09\x00\x63\x4c\x21\ \xe8\xb5\xb7\x73\x4d\x69\x71\x8a\xdb\x04\x84\x90\x73\xfe\xcf\xff\ \xd5\x6f\x4b\x44\x10\x42\x8a\xa2\x6a\xba\x21\xa5\x6c\x77\xbb\x00\ \x40\xcb\xb6\xc3\x38\x4e\x52\x06\x00\xb2\x2c\xb3\x75\x5c\x2f\xe4\ \x73\xd9\x8c\x93\x2d\xe6\x87\xa3\x00\x60\x25\x9b\x2f\x5e\xb9\x72\ \xf1\x85\x27\xfe\x4c\x95\xc9\xe3\x1f\xfe\xc4\x47\x7f\xe4\x27\x14\ \xbb\xda\xf6\x78\xa3\xdb\x27\x98\xe1\xc8\xdd\xba\xf8\xd4\xd3\x5f\ \xfc\xf7\x71\x10\x7d\xf8\xc3\x1f\xd3\xb3\xf9\xfd\xa3\x06\x03\x64\ \x6e\x71\xe9\xc2\x3d\xf7\x55\xab\xb3\x6e\xaf\xd7\xee\xf6\xee\x7f\ \xf4\x71\xc5\xb0\xc7\xfd\xc1\xa0\x37\x32\x15\x35\xf0\x7d\xce\x45\ \xa1\x52\x28\xcf\xe4\x11\x25\x5c\xa4\x3a\xa5\x04\x24\x7f\xfe\xe5\ \xff\xf0\xb9\xdf\xfe\x37\x79\x5b\xcd\x66\x9d\xf3\xf7\x3d\xd4\x72\ \xc3\x04\xe9\x7f\xf7\x3f\xff\xb9\x76\x6b\xb4\x7d\xfd\xea\xa8\xdf\ \x6a\xec\xdd\xb8\xf4\xc2\x33\xdd\x66\x1d\x01\x20\x20\x29\xcf\x2c\ \xbd\xff\x43\x1f\xf1\x43\x16\x05\x69\x10\x47\x12\x00\xdd\xd0\x01\ \xc0\x4c\xf0\x30\x8e\xf2\xf9\x7c\xbe\x50\x82\x04\x0b\x2e\xa0\x44\ \x00\x48\x7f\xec\x7d\xee\x0f\x7f\xff\x23\x1f\xfe\xa1\x4f\xff\xd8\ \xa7\x9e\xfa\xda\x13\xbf\xf7\x3b\xbf\x75\xfe\xdc\xd9\x87\x1e\x7a\ \x58\x33\x8d\xdf\xff\xa3\x3f\xca\x64\xb2\x1f\xfd\xd8\x47\xb7\x6f\ \xee\xcc\xcc\xcc\xcc\x54\x66\x04\x84\x83\x41\xdf\xed\x7b\xef\xbb\ \xef\xcc\x4f\x7e\xe2\x3d\x51\xfc\xa6\xd5\x93\x08\x42\x5b\xed\x61\ \x20\xd2\x20\xf0\x14\x85\x54\x2a\x39\xc4\x40\xbd\x3e\x18\x8d\x06\ \xb3\xd5\x6a\x36\x97\xbb\xbe\x79\x1d\xa5\x2c\xeb\x38\xbd\x5e\x4f\ \x08\x59\x99\xa9\xac\xac\xe4\xfb\xa3\x21\xc2\xd8\x30\x8d\xed\xc3\ \xa3\xff\xeb\x17\xff\x17\x3e\x68\x7d\xfc\x13\x1f\xfd\x07\xff\xe3\ \x3f\x76\x4a\xb3\x9d\x90\x1d\x74\x86\x10\x52\x8c\x82\xad\xab\x57\ \x7f\xe5\xff\xfe\x3f\xaf\x5e\xdb\xfc\xe8\xdf\xfa\xe4\x27\x3e\xf5\ \xa3\x97\xae\xbc\x34\xf2\x43\x27\x93\xff\xc4\x0f\x7f\x72\x75\x75\ \x09\x03\x70\xf1\xa9\xa7\xce\x9d\x39\x3d\xbb\xb0\x92\x24\x6c\x6f\ \x6f\x4f\x53\x2d\xc6\x98\x3f\xf6\xcb\xe5\x72\xb9\x5c\xa4\x04\x04\ \x51\x6a\xa9\x04\x40\xb0\x5f\xdb\xf9\x87\xff\xf0\xbf\x9b\x9d\xad\ \xda\x76\xf1\xf1\xc7\x3f\x2e\x38\x7e\xee\xe2\xf3\xbf\xf8\x4b\xbf\ \xa8\x5b\xe9\xe5\x17\x2f\x79\x9e\xb7\xbb\x7d\xed\xdf\xff\xd9\xff\ \x7b\x7d\xf3\x1a\x21\x38\x8a\xd3\xea\xfc\xd2\xcf\xff\xbd\xcf\x0a\ \x40\xba\xbd\xce\xc8\x1b\x78\xa3\xb1\xe3\x38\x00\x80\xb5\xb5\x55\ \xd7\x75\x0d\xc3\x98\x9f\x9f\x07\x00\x70\x2e\x32\x19\xab\x5c\x2e\ \xbb\xfd\xfe\xff\xf6\x4f\xfe\xe9\x03\x0f\x3c\xf0\xcb\xbf\xfc\xcb\ \xcf\x3f\xff\xfc\xcf\xfd\xfc\x2f\xbc\xe7\x3d\x8f\xfe\xed\xbf\xfd\ \x9f\xd8\xd9\x99\x5f\xfb\x8d\xdf\xfe\xa3\x3f\xf9\xe3\x5f\xff\xf5\ \x5f\xdf\xda\xda\x2e\x95\xcb\x0f\x3f\xb4\x0c\x31\x89\x47\x7e\xa3\ \x7e\x4c\x29\x9d\xcd\x42\x21\xd2\x29\x2d\x4e\x71\xa7\x98\xd1\xca\ \xd8\x4c\x80\xac\x93\x8d\xc2\x38\xe5\xcc\x30\x2d\xc7\xc9\x22\x42\ \xb8\xe0\x98\xe3\xf5\xa5\x45\x84\x49\xaf\xdb\x49\x53\xc6\x79\x4a\ \x15\xa2\xeb\x3a\x82\xc4\x8f\x58\x12\x47\x8b\xf3\xf3\x47\xe5\xf2\ \xb0\xdd\xa8\xd7\xeb\x83\x7e\x3f\xaf\xe6\xd2\x84\x39\xb6\x2e\x52\ \x39\x1e\x86\x00\xc8\x6c\x2e\xc7\xf4\x38\x64\x89\x0c\xc3\x7c\xb1\ \x88\xa8\xc6\x18\x1b\x8f\x7d\x96\xa6\x47\xc7\x0d\xc7\xc9\x1a\xba\ \xa2\xe9\x0a\x4c\xf4\xc0\x23\x94\x62\x4d\xa5\x98\x20\xc1\x59\xa3\ \x7e\xe8\x47\x91\x1f\x8c\x83\xd1\xa8\x60\x2b\xfb\xbb\x3b\x00\x00\ \xdd\xd0\x31\xc6\xde\xc8\x4b\x92\x74\xed\xd4\x49\x7f\x3c\x4a\xe2\ \x30\x0a\x02\xb7\xdb\x59\x59\x59\xba\xf4\xc2\xd7\x55\x55\x55\x08\ \x11\x90\x00\x20\xdb\xed\xb6\xa2\x18\xb9\x62\xf1\x9e\xc5\x25\x96\ \xa6\x8a\xaa\x44\x49\x7c\x74\x74\xdc\x6c\xb5\x84\xe0\x73\xb3\x95\ \x7c\xbe\x90\x24\xe9\x70\x38\x0a\xa3\x80\x22\xf9\xd0\x83\xf7\xef\ \xef\xdc\x44\x00\x9c\x3f\x7b\xe6\x0b\xb9\xac\x48\x39\x90\x72\xe4\ \x8d\x30\x02\x1f\xfb\xc8\x0f\x19\x86\x9e\xb1\xcd\x34\x89\x0d\x43\ \x6b\xb7\xdb\x18\xe1\xe5\xa5\x05\x4d\x57\x6e\x7b\x07\x3a\x02\x22\ \x0e\xbd\xd3\x1b\x6b\xae\xeb\x26\x61\xe0\x38\x19\x43\x55\x42\x04\ \x55\x05\x3f\xfb\x8d\xa7\x97\x16\x97\x56\xe7\xe7\x9b\xc7\xc7\xdf\ \xdc\xda\x9a\x9d\x9b\x53\x55\x05\x02\x50\xa9\x94\x77\xf7\xf7\x21\ \x82\x8b\xf3\xf3\x6b\xeb\xeb\x87\x9b\xde\x4b\x9b\x95\xb1\x0e\x8f\ \x00\x00\x20\x00\x49\x44\x41\x54\xd7\x77\xf7\xf6\x36\x2c\x87\x0b\ \x04\x38\x47\x18\xc5\x61\xe8\xfb\xbe\x63\xdb\xb3\xd5\x6a\x18\x84\ \x8d\xa3\xa3\x46\xa3\x3e\xbf\xb8\x62\x5a\xe6\xde\xee\xee\x4c\xb9\ \xd8\x77\x7b\x9e\x37\x9a\xa9\xce\x4c\x12\x23\x85\x42\x21\x8e\x63\ \x04\xa1\xae\x6b\xcd\xe6\x71\xbf\xef\x52\x4a\x54\x55\xdb\xea\x0e\ \x54\x05\x35\x9b\xfb\x69\xca\x75\x55\x57\x28\x76\xbb\x5d\x88\xb4\ \xd9\xea\x5c\x18\x84\x00\x4a\xc6\x58\xab\xd9\x74\x1c\xc7\xb6\x33\ \x00\x40\x55\xd5\x14\x05\x02\x00\x9f\x7f\xe1\x85\x99\xea\x7c\xa9\ \x5c\x5c\x5b\x5b\xcd\x64\x6c\x45\x51\x82\x20\x38\x3e\x3e\xde\xdd\ \xdd\x5d\x5a\x5a\xca\xe7\xf3\x95\x4a\x05\x21\x78\x78\x78\x78\xf3\ \xe6\xcd\x20\x08\x1e\x7b\xec\xb1\x27\x9e\x78\x22\x08\xc6\x1f\xfc\ \xe0\x63\x67\xce\x9c\xe9\x76\x3b\xa3\xd1\xc8\x75\xbb\x4f\x3d\xf9\ \xc4\x7f\xf3\x0b\x9f\x5d\x98\x9f\x8f\xc2\xa8\xd5\x6c\xa5\x29\x0f\ \xc7\x81\xdb\xef\xcf\x54\x8b\x86\x61\xb2\x61\x7d\x1a\x44\x4f\x71\ \xa7\x20\xa4\x54\x34\xbd\x52\x2c\x63\x88\x24\x1c\xea\x94\xa6\x2c\ \xcd\x15\x4b\x10\xe3\x94\xb1\xf9\x4c\xa6\x54\x2c\xa6\x3c\x85\x92\ \x1f\xd5\x28\x8b\x63\x4a\x08\x8b\x63\x21\x65\x2e\xeb\xec\xd7\xea\ \x84\x90\x6a\x75\x6e\xdc\xeb\xf4\x3a\x5d\x6f\x34\x34\x9c\x20\x8a\ \x12\xdd\xce\x86\xa9\x44\x10\x0a\x9e\x26\x8c\x41\xa2\xc4\x4c\x68\ \x18\x3f\xf6\xbe\xc7\x05\xa2\xb5\x7a\x33\x95\xa0\xd5\xe9\x22\x4c\ \xb3\xd9\xdc\x61\x6d\xdf\xb0\x1c\x95\x28\x29\x4b\x7a\x9e\x47\x30\ \x5e\x5b\x58\x85\x08\xb9\xa3\x61\x7f\x34\xea\x75\xbb\xfe\xd0\x95\ \xcc\xdc\xdd\xdd\x01\x92\xa7\x69\xda\xed\xf5\x72\xc5\x19\x3f\x48\ \xab\xd5\x99\x28\x08\x78\xca\x34\x4d\xb9\xbe\x79\xcd\xb8\x70\x52\ \x0a\x81\x30\x8a\xe2\x58\x80\xb4\x32\x67\xe7\x0b\x05\x45\xb5\x96\ \x57\x56\x33\x4e\x36\x8e\x63\x01\x80\x44\xb0\x50\xc8\x23\x8c\x0c\ \xd3\x60\x2c\xe9\x76\xdb\x9c\xcb\x52\xa9\x62\x59\xf3\x6e\xb7\x4b\ \x31\xfa\xdd\xdf\xfa\xb7\xd7\xaf\x5f\x3b\x75\x62\xc3\xd0\x75\x5d\ \xd7\xaa\x73\x33\xc7\xcd\x26\x06\x12\x13\xe8\x0d\x87\x96\x69\x84\ \x61\xd4\xed\x76\x83\x20\xd0\x0d\x13\x23\x48\x29\x91\xb7\x6b\x76\ \x5d\xd7\x4e\xcd\xcf\x17\xf3\x39\x4a\x89\xef\x8f\x15\x8a\x73\xd9\ \xcc\xe9\x53\xeb\x8d\xe3\xc6\x43\x0f\x3d\xb8\xb1\xb6\xaa\x61\x6a\ \x99\xe6\xee\xee\x6e\xa3\x79\x5c\xad\x56\x83\x5c\x4e\x11\xa2\x52\ \x2a\x1d\x37\x9b\x41\x10\x5c\x38\x77\x4f\x6d\xf3\x62\xb7\xd3\xbb\ \xb1\x75\xe3\xe4\x85\xfb\x46\x43\x8f\x10\x62\xe8\xc6\xa0\x59\xa7\ \x98\xc4\x71\x82\x10\x12\x42\xc4\x71\xfc\x53\x3f\xf9\x53\xc5\x72\ \x75\xfb\xe6\x8e\xa6\x69\xbe\xef\xef\xed\xed\xad\xad\xad\xf5\x5d\ \x37\xd1\x8d\x84\x31\x21\x44\xb7\xdb\x4d\xd3\x74\x75\x75\x6d\x61\ \x61\x8e\x31\x7e\x7c\x7c\x7c\xf1\xd2\xa5\x61\x77\xe8\x64\x8c\x17\ \x5e\x78\xba\xdf\xeb\x81\xf5\xb5\x76\xb3\x39\x53\x71\x1b\xcd\xfe\ \xc7\x3e\xfa\x31\x29\x45\xbf\x3f\x40\x18\x3f\xf9\xe4\x93\x8f\x3d\ \xfa\x60\x10\x04\x10\x82\xf1\x78\xac\xe9\x06\x04\xb2\x50\x28\xe4\ \x72\xb9\x7c\x3e\xff\xe0\x83\x0f\x08\x21\x06\x83\x41\xb5\x5a\xa5\ \x94\x2a\x8a\xa2\x69\x9a\xaa\xaa\x71\x1c\x13\x42\x36\x36\xd6\x4b\ \xa5\xa2\xeb\x0e\xce\x9e\x3d\xfb\xa7\x7f\xfa\xa7\x5f\xfa\xd2\x97\ \xff\xce\xdf\xf9\x99\x62\xb1\xd8\x6c\x36\x6d\xdb\xae\x54\x2a\x9a\ \xa6\x2d\x2e\xcc\xf7\xbb\xbd\x52\xb1\x78\xe9\xf2\x25\x8c\x71\xed\ \xe0\x40\x33\x8c\x7c\x3e\x17\x85\xf1\xb4\xe4\x32\xc5\x9d\xf4\x16\ \x01\xc4\x44\x19\x8d\xbc\x94\x0b\xcb\xb6\x85\x04\x61\xcc\xca\x85\ \x22\x97\x52\x0a\x59\x28\x14\x84\xe0\x49\x1c\x41\x00\x0d\x5d\xa3\ \x18\xeb\xba\xee\x58\x76\x6f\x30\x6c\x36\x8f\x21\x02\x9c\xb3\x8c\ \x93\xd3\x4c\xcb\x0b\x83\x9b\xdb\x5b\x58\x77\x46\x91\xc4\x54\xb1\ \x0c\x9d\x3a\x99\x34\x49\x39\x07\x88\x62\x48\x28\x56\xf4\xdd\xda\ \xd1\xfc\xd2\xea\xdc\xc2\xa2\x90\xa0\x7e\x74\xc4\x92\x18\x22\x4c\ \x09\x09\xbc\xa1\x1b\x46\x22\x4d\x73\x4e\x1e\x23\x1c\x44\x21\x42\ \x08\x63\x54\x2e\x97\x0c\x43\x03\x6c\x56\xc5\xa2\x5c\x2a\xc7\xa3\ \xb6\x10\x9c\x60\x1c\x85\x81\xa1\x67\x21\x84\x8d\xfa\xd1\xea\xea\ \x0a\x0b\x4b\x19\x3b\x33\xf6\xc6\x61\x18\x09\x2e\xa9\xaa\x44\xb1\ \xa8\xcc\xcc\x9e\x3e\x7b\x2e\x8a\xb9\x6e\x98\x84\xd2\x5e\xbf\x6f\ \xdb\x36\x90\xb0\x52\x29\xcd\xce\x55\x3b\xdd\x0e\x82\xa0\x3a\x53\ \xee\xb9\x43\x4a\x31\x4b\xe2\x8c\x6d\xdb\xa7\x36\x72\xf9\xfc\xf3\ \xcf\x3f\xbb\xb2\x34\x6f\x9a\x3a\x17\x29\x82\xa0\xdd\x6c\xe4\x32\ \x99\x24\x0c\x25\x80\xba\xaa\xb4\x9b\xad\x20\xf0\x97\x96\x56\x74\ \x5d\x0f\x83\xb1\x14\xc5\xdb\xb6\x3c\x02\x40\x57\x15\xb7\xdb\x31\ \x4d\x43\x25\xb6\xef\xfb\x85\xbc\x83\x21\xa8\x96\x8b\xa5\x52\x11\ \x41\x2c\x19\x23\x18\x97\xcb\xe5\x7a\xa3\x5e\x2a\x95\x0a\xf9\x7c\ \x14\xc7\x8d\xe3\x46\xb7\xd3\x61\x69\x3a\x53\x9d\x35\x2c\x07\x0a\ \xf6\x8d\x67\xbe\xf1\xde\x0f\x7e\x78\x38\x0c\x63\x40\x6d\xc3\x9c\ \x9d\x99\x39\xda\xbc\xe4\x0d\x47\x52\x4a\xaa\xd0\x28\x08\x3b\xed\ \xb6\x93\x2b\x6e\xac\x6f\xa4\x3c\xed\xbb\x6e\x12\xc5\x81\xef\x63\ \x8c\x87\xa3\xd1\x78\x3c\x96\x52\x52\x4a\x4d\xd3\xf4\xbc\x51\x9a\ \x26\xa3\x91\x47\x08\x5d\x5d\x59\xc5\xab\x54\xc1\xb0\x76\xb8\x55\ \x2e\x95\xa4\x48\x93\x30\x1c\x8f\x46\x2c\x89\xcb\x33\x33\x7e\x10\ \x22\x88\xef\xbd\xf7\xbe\x5f\x4b\x7e\xa5\xdd\xe9\xb8\x7d\x97\x60\ \x12\xf3\x64\x3c\x0e\x56\x37\x8a\x8f\x3e\xfa\x28\xa1\x5a\x2e\x9f\ \xc5\x04\xb7\x1b\xed\x4c\x26\x93\x24\x49\x9a\xa6\x8f\x3c\xf2\xc8\ \xd6\xd6\xd6\x84\x1c\xe3\x38\x8e\xe3\x98\xb1\x14\x21\x74\xe2\xc4\ \x89\x0f\x7f\xf8\xc3\xbf\xf9\x9b\xbf\xf5\xe9\x1f\xff\xb4\x69\x9a\ \xaa\xaa\x2e\x2d\x2d\x5d\xbe\x7c\x59\xd7\xf5\x7c\x2e\x1b\xc7\x71\ \x9c\x24\x19\xdb\xfe\xea\x57\xbe\xb2\xb6\xbe\x5e\xae\x54\xbc\x91\ \x6f\x59\x26\xbb\x55\x42\x83\xaf\x61\xde\x29\xa6\xb8\xcd\x8a\x0b\ \x44\xd0\xca\x64\x00\xc2\x44\x51\x82\x30\x0a\xc3\x48\x37\x4c\x84\ \x89\x69\x5b\xb6\x93\x93\x08\x33\x9e\xb6\x5a\xcd\x5a\x6d\xdf\xf3\ \xbc\x24\x89\xc7\xde\x70\xfb\xe6\xd6\x60\x38\xa8\x56\x67\x96\x97\ \x96\x72\xb9\x9c\x6e\xd8\x96\x9d\x63\x2c\xbd\xbe\x79\x6d\xd8\xef\ \x61\xc8\x21\x60\x49\x14\x74\x3b\xed\x56\xab\x2d\x01\x96\x00\xc7\ \xa9\xc8\xe4\x0a\xb9\x5c\x11\x21\x9c\xcf\x17\xa8\xa2\x20\x82\x35\ \x5d\x57\x14\x65\x3c\x18\x34\x8f\x6a\x69\x1c\xe6\x73\xd9\x5c\xde\ \xd1\x0c\x15\x22\x69\x5a\x46\x75\x76\x66\x69\x69\x71\x7e\xb6\x8a\ \x20\x42\x10\x2c\x2f\x2d\x22\x84\x30\x00\xb6\x69\x64\x6c\x3b\x8e\ \xa3\x81\xdb\xeb\x76\xbb\xc3\xc1\xa0\xd3\x69\xad\xae\xac\x64\x6c\ \x9b\x25\x09\x00\x92\x12\x05\x11\xaa\x6a\x5a\x2e\x5f\x80\x88\xec\ \x1f\x1c\x36\x8e\x9b\x71\x92\x04\x61\x58\x28\xe4\x4b\xe5\xa2\xae\ \xab\xaa\x42\x21\x94\xa3\xd1\x50\xa1\x18\x48\x1e\x45\xfe\x78\x3c\ \x50\x54\x7a\xfa\xd4\xc9\x1b\x9b\x9b\xc3\xbe\x6b\x5b\x06\x10\x1c\ \x43\x58\xaf\xd7\xf3\x85\x9c\xa6\x10\x28\xb9\x48\x13\x96\x44\x2c\ \x8e\xe2\xd0\xef\xb4\x5b\xc3\xe1\x90\xb1\xe4\xf6\xa6\x59\x09\x21\ \x8a\x85\x3c\x48\x93\xf1\xa8\xdf\x6d\x1f\xf3\x34\xc1\x48\x3a\x96\ \x51\x29\x39\xa5\x62\x8e\x62\xa0\x12\xd1\x69\x77\xb6\xae\x5f\x3f\ \x3a\xac\x09\xc1\xc7\xbe\x77\xed\xda\x4b\xd7\x37\xaf\xa5\x8c\xdd\ \x7b\xe1\xc2\x89\xb5\x75\x5d\xd7\xd7\xd6\x4e\x84\x71\x72\xf5\xca\ \xd5\xcb\x17\x2f\x26\x51\x10\x8c\x3d\x91\xb2\xe3\x46\xbd\xd9\x6c\ \x0e\x07\x2e\x14\x80\x62\xe2\x38\x4e\xb9\x54\x4e\x13\x56\xa9\x54\ \x2c\xd3\xf2\xc7\xbe\x3f\xf6\x1c\x3b\xd3\x6e\x75\x6a\xb5\x5a\x14\ \x45\x42\x88\x7c\x3e\xaf\xaa\xaa\xae\xeb\x94\x2a\x95\x4a\x79\x71\ \x71\xfe\xe4\xc9\x0d\x5d\x33\x00\x80\x1b\xeb\xeb\xa5\x42\x21\x0e\ \xc3\xac\x63\x57\x4b\xa5\x8c\x6d\xfb\xbe\xff\xa5\x2f\x7f\x65\x34\ \xf2\x86\xc3\xe1\xdc\xdc\xfc\x7b\x1e\x79\x24\x8e\xa2\x84\xb1\x6c\ \x36\xe3\x38\x99\x24\x49\x8a\xc5\x42\x3e\x9f\x6f\xb7\x5a\xae\xeb\ \xc6\x71\x1c\x04\x41\x26\x93\x39\x7f\xfe\x7c\xa1\x50\x58\x5e\x5e\ \x16\x42\x18\x86\x61\x18\x46\x26\xe3\x24\x09\x83\x10\xaa\xaa\xfa\ \x81\x0f\x7c\x60\x77\x77\x77\xff\xe0\x60\x75\x75\x95\x31\x96\xcd\ \x66\x9f\x7f\xee\x39\x4d\x53\x0c\xc3\x90\x32\xd5\x35\xd5\x34\xcc\ \xfd\xfd\x3d\x4d\xd3\xda\xad\xd6\x70\xe0\xba\xbd\xae\x94\xaf\xc5\ \x89\x53\x6f\x71\x8a\xef\xcd\x59\x94\x12\x22\x90\xcb\x67\x09\xa1\ \x61\x18\x0d\x47\x1e\x42\xd0\xb4\x74\x44\x88\x94\x80\x50\x94\x32\ \x40\x08\x54\x08\x36\x74\x7d\xec\x8d\xe2\x30\x82\x08\x96\x4b\x85\ \x52\xa1\xe0\x0e\x86\xa6\x69\xa4\x4e\xce\xc9\xe6\xdb\xad\x76\xa7\ \xdd\x4a\x62\x7f\xae\x3a\x2f\x81\x30\x74\x2d\xd0\x35\x55\x51\x08\ \xa1\x00\xd3\x4c\x36\x3f\x37\x3b\xef\xe4\x4b\x12\xe0\x28\x8a\xc7\ \xa3\x11\x92\x30\x63\xdb\x4e\xc6\xf6\x07\xfd\x68\x3c\xb2\x0d\x63\ \x34\x70\xd7\xd6\x56\x55\x4d\x3b\x3c\x3a\x0a\x23\x7f\xe0\x0d\x7d\ \x3f\x50\x08\xf6\xbc\xe1\x41\xa7\xee\xfb\x1e\x46\x88\xf3\xb4\xdd\ \x6e\x0f\x46\x41\xa1\xba\x04\x20\x98\xa9\x94\xf6\xf7\xf6\xae\x5c\ \xbc\x18\xfb\x43\x43\x05\x08\x00\x4d\xd3\x24\x00\x2c\x49\xf2\xc5\ \xa2\x69\x65\x64\xcb\x1d\x8e\xc7\x03\x6f\xc4\xd3\x14\x13\x34\x37\ \x57\xb5\x2c\xab\xdb\xed\x20\x04\x5d\xd7\xcd\x64\x32\x2b\xab\x6b\ \x49\x12\x36\x8f\x8f\x15\x42\x4c\x5d\x2d\x95\x0b\x83\x41\xef\xda\ \xf5\x6b\x23\x6f\x84\x21\xd4\x14\xda\x77\x7b\xeb\xeb\xab\x18\xc1\ \x61\xdf\xed\xf5\x5c\x7f\xec\x03\x84\xfa\x86\x2e\x01\x34\x2c\x9b\ \xc5\xd1\x6d\xde\x8e\x00\x00\x52\x64\x6c\x7d\xb6\x7a\x6a\x34\x1a\ \xfb\xfe\xd8\x0b\xc6\x86\x56\x55\x29\x06\x42\x62\x8c\xd2\x84\x45\ \x51\x30\x1c\x0d\x0c\x5d\x4b\xe2\xb0\xb6\xbf\x67\x59\x56\xb1\x54\ \x3a\x73\xfa\x54\xcc\x12\x00\x84\x3f\xb0\x96\x57\xd7\x5f\x78\xe1\ \xd9\x28\x1a\x5c\xdf\xbc\xf6\xe1\x95\x75\x2c\xa9\xae\x50\x53\xd7\ \x52\x96\x08\x21\x2c\xcb\x82\x10\xcc\xcf\xcf\x2f\xcc\xcd\xc5\x4c\ \xf4\x5d\x17\x40\x18\x45\x51\x2e\x9b\x5b\x5c\x5c\x74\xdd\x5e\xa3\ \xd1\x98\x9d\x9d\xb5\xed\x8c\xae\xab\xe5\x72\xf1\xe8\xe8\x18\x63\ \xc8\x39\x18\x8f\xc7\xe3\xb1\x1f\xc7\x6c\xf3\xda\x35\x82\x52\x21\ \x52\x85\xe8\xe1\xd8\xff\xe6\x33\x5f\x57\xed\x42\xf3\xf8\xf8\x03\ \x1f\x78\xbc\x76\x58\x7b\xe9\xca\x95\x66\xab\x79\xed\xda\x66\x14\ \xc7\x9a\xa6\x51\x4a\x5d\xb7\x7b\xf6\x7c\xae\x5a\xad\xf6\x5c\xaf\ \xd5\x6e\x6f\x6d\x6f\x99\xa6\x69\x59\x56\xb5\x5a\x9d\x99\x99\x39\ \x3c\x3c\x0c\x82\xc0\xf3\xbc\x5e\xaf\xb7\xb4\xb4\xc4\x18\xbb\x79\ \xf3\xa6\x65\x59\x42\x88\xd3\xa7\x4f\xc7\x71\xfc\xb9\xcf\x7d\x2e\ \x8e\xe3\x56\xab\x45\x29\xad\xd7\xeb\xb3\xb3\xb3\x8a\x42\x7a\x6e\ \xa7\xd5\xea\xee\xec\xec\xf5\xfa\xee\xd5\xab\x57\x44\xca\x97\x96\ \x96\x29\xa5\xca\xeb\xdd\x8c\xa6\xb4\x38\xc5\x6d\x3b\x8b\x12\x21\ \x98\xcb\x66\x5c\x77\x84\x74\x10\xc7\x61\x92\x84\xb6\x6d\x12\x0c\ \x09\xc1\x18\x53\x4c\x30\x45\xd6\xc2\xfc\x82\x4e\x95\x38\x0a\xfa\ \x9d\x16\x84\xd2\xc9\x38\x0a\x21\x00\x4a\x5d\xd7\x31\xe5\xd9\x95\ \x55\x0a\xc1\xfe\xee\x0e\x63\x49\xe0\x0f\x53\x16\x86\x41\x00\xb8\ \xa5\x50\x92\x31\xed\x9d\x30\x9c\x5b\x99\xb3\x33\x99\xd9\xb9\xd9\ \x8c\x53\x40\x54\xd9\x3f\xa8\x75\xda\x6d\x7f\xec\x8d\xdc\x4e\x6d\ \x77\x5b\x70\x96\x73\x1c\xce\x42\xcf\x1b\xd4\x1b\xb5\x85\xc5\x15\ \x2e\x78\x7f\x30\x88\x63\x36\x1e\xfb\x61\xe0\x55\x8a\xf9\xfd\xad\ \xbe\xa1\x6a\x2a\x55\x08\x84\x40\x8a\xa1\xe7\xb9\xa3\x1b\x0b\x2b\ \xa7\x96\xd6\x8d\xc0\xf7\x9a\x8d\xba\xa9\x13\x4b\xd3\x11\x86\x82\ \x8b\x28\x4d\x05\x00\x10\xe0\x56\xbb\xdd\x71\x7b\x4e\x3e\x5b\x2a\ \x14\x31\x82\x7b\x7b\xbb\xa3\xd1\x08\x42\x90\xcb\xe6\x30\x06\x52\ \xa4\x10\x48\x91\x26\x9a\x61\x11\x82\x19\x4b\x7c\x7f\x0c\x81\xcc\ \xe7\xb2\x97\x2f\xbe\x38\x1e\x0d\x6d\xcb\x1a\x0e\x7a\x3c\x49\xe6\ \x67\xe7\x24\x10\xc7\x8d\xa3\x28\x4e\x4a\xa5\x52\xaf\xd7\x4f\x93\ \x38\x9b\xcf\xf7\x07\x83\xbe\xeb\x7e\x57\x83\xde\x1b\xf7\x16\xf3\ \x79\x07\x60\x44\xa0\x90\x9c\x05\x63\x4f\x25\xc8\xd0\x54\x04\x80\ \xa6\x12\x82\x40\x0a\x95\x85\xf9\xf9\x38\x8c\x14\x85\x3e\xff\xdc\ \x73\x04\xa1\x8d\xf5\x0d\xc6\x39\x21\x18\x40\x9a\xc4\x78\x61\x71\ \x49\x45\xe8\x2f\xff\xe2\xf3\xbd\x4e\xb3\x59\x3f\x76\x2c\xab\xd6\ \x72\xdb\xc7\x0d\xc0\xc5\xe2\xfc\x82\x10\x42\xa1\xb4\x54\x28\x9e\ \xd8\xd8\x70\x1c\xc7\xb0\x9c\xe3\x56\xfb\xa0\x56\x0b\x7d\x3f\xf4\ \xc7\x7f\xf5\xd5\xaf\x44\x51\xa8\x6a\x7a\x18\x86\x10\xc2\x1b\x37\ \xb6\x1e\x78\xe0\x01\x5d\x57\x83\x20\x4a\x92\xc4\x75\xdd\x24\x61\ \xa6\x91\x0b\xc2\x70\xd8\xab\xe5\xb3\xb9\xf1\xb0\x6f\x1b\xd6\xb5\ \xcd\x1d\x33\x37\x7e\xfe\xf9\xe7\x57\x4e\x9e\x6c\x36\xdb\x17\x5f\ \x7c\xf1\x60\x7f\xff\x9e\xf3\xa7\x04\x17\x84\xe0\xd1\xc8\x83\x93\ \x26\x46\x4c\xf6\xf7\xf7\xa4\x90\xa7\xcf\x9c\x86\x00\xb6\x5a\xad\ \xc3\xc3\x43\xdf\xf7\xf3\xf9\xfc\xf2\xf2\xf2\xfe\xfe\x7e\x14\x45\ \x49\x92\x68\x5a\xc1\xb2\xac\x66\xb3\x69\x59\x56\x14\x45\x95\x4a\ \xe5\x4b\x5f\xfc\x62\xb1\x58\x8c\xe3\xb8\xdd\x6e\x77\xda\xad\x8f\ \x7d\xfc\xe3\xf3\xb3\xd5\x2f\x7c\xe1\x2f\x0f\x8f\xea\xe5\x72\x45\ \xa5\x4a\x12\x86\xcb\x2b\xab\x71\x12\x5f\xbd\x72\xf9\xbe\x33\xcb\ \x0a\x25\xaf\xa1\x90\x32\x0d\xa2\xa7\xf8\x5e\x9c\x45\x90\x44\x11\ \x04\xc2\x1b\xb8\xdd\x76\xd3\xd0\x69\x31\x9f\x55\x29\x46\x50\x22\ \xc8\x31\x92\x9a\x42\x80\x14\x29\x63\xa5\x42\x41\xd7\xf5\xfd\xbd\ \xbd\xfd\xfd\xfd\xd1\x68\x94\xc4\x31\x86\xd0\xd0\x34\xc7\xc9\xaf\ \x6f\x9c\x30\x6d\x8b\xb1\x78\x77\x67\x9b\x25\x3e\xe7\x51\xb7\xd5\ \x84\x52\x6a\xaa\x9a\xb2\x14\x23\x20\x52\x16\x47\x11\xe7\x8c\xa7\ \x49\x1c\x8c\x6b\x7b\x37\x0f\xf7\x6e\xc6\xd1\x78\x34\xe8\x79\xfd\ \x5e\xb7\xdd\xdc\xbc\x7a\x25\x89\xc3\x56\xb3\xd1\xee\x34\x4d\xdb\ \xca\xe6\x72\xb3\x33\x33\x2b\x4b\x4b\xc5\x7c\x01\x4a\xf9\xe0\x43\ \x0f\x01\x20\x6c\xcb\xe0\x29\xb3\x4c\x03\x08\x5e\x29\x97\xaa\xd5\ \x19\x5d\xd7\x87\xc3\xc1\xc0\xed\xe5\xb3\x59\x42\x31\x63\x89\x10\ \x1c\x23\x8c\x31\xae\x37\xea\x37\x6e\x6c\x19\xa6\x75\xe6\xf4\x59\ \xc3\x30\x3d\xdf\xcf\x38\xce\xc4\x97\xb4\x2c\xc3\x1b\x0e\x7d\x6f\ \x14\x85\x7e\x14\xfa\x40\x4a\x00\x04\xc6\x40\xc1\x68\xa6\x52\xba\ \xf7\x9e\x0b\x07\xfb\xbb\xfe\xd8\xe3\x3c\xd9\xdb\xdf\x65\x2c\x72\ \x7b\x9d\xfd\xdd\x1d\x91\xa6\x9a\xaa\x38\x99\x8c\x61\x68\x71\x14\ \x72\x96\x40\xc9\x2d\xd3\xb8\x3d\xed\x22\x08\x61\x92\xc4\x2a\xc1\ \x6e\xd7\x3d\xd8\xdb\x19\xf6\xbb\xe5\x62\x81\x62\x00\x84\x84\x42\ \x42\x00\x30\x02\x0a\xc5\xa5\x62\x31\x63\x5b\xb9\x7c\x76\xf7\xe6\ \xcd\xa7\x9e\x7a\x32\x8e\x82\x94\x31\x96\x30\xdb\xb2\x4c\xd3\x3e\ \x77\xe1\x9e\xf3\x17\x2e\x00\x20\x0f\x8f\x6a\x3b\xdb\x5b\x3c\x8e\ \xbd\xe1\x30\x0a\x7c\x08\x61\x9a\x30\x55\x55\x31\xc6\x9d\x4e\xc7\ \xd0\x8d\x20\x08\x0c\xdd\xb8\x74\xf1\xd2\xd7\x9f\xfe\x7a\xbd\xde\ \xd8\xbc\xb6\x79\xe9\xd2\xe5\x8b\x97\x2e\xdd\xbc\x79\xb3\xdd\x6e\ \x13\x42\x1b\x8d\xe3\x34\xe5\x42\x08\x5d\xd7\x73\xb9\xac\x94\x12\ \x42\x7c\xcf\x85\x7b\x0b\xc5\xe2\xfc\xdc\xac\x69\xa8\x0a\x46\x0b\ \x0b\x0b\x83\xfe\xe0\xcc\x99\xb3\x85\x62\xc9\xb6\x33\x5b\xdb\x37\ \x67\xe7\x66\xa3\x28\x52\x55\x55\x0a\x09\x21\x8a\x93\x38\x65\xec\ \xa9\xa7\x9e\xea\xf7\xfb\xf7\x3f\x70\x7f\xa9\x58\xca\xe5\x72\xaa\ \xaa\xe6\xf3\xf9\x49\xd2\x70\x34\x1a\x4d\x64\x9f\x92\x24\x99\x0c\ \xbc\x37\x4d\x13\x63\x6c\x9a\xe6\x67\x3e\xf3\x99\x1b\x5b\x5b\x9b\ \xd7\xaf\x2b\x8a\x52\xab\xd5\xea\xf5\x23\x95\x92\xa7\x9f\x7e\xaa\ \xd1\x68\xe4\x73\xd9\xd5\x95\xe5\x13\x1b\xeb\xf5\xa3\xa3\xbe\xeb\ \x76\xda\x6d\xcb\x34\x11\x82\xd3\xbe\xc5\x29\xee\x90\xb7\x08\x20\ \x04\x94\xa0\xe1\xa0\xe7\xba\xfd\x5c\x3e\x37\x3f\x53\xc9\x58\xba\ \x4a\x49\x18\x27\xe3\x60\x4c\x29\x55\x15\x15\x08\xa9\x69\x0a\xc1\ \x59\xc7\xc9\x40\x00\x30\x86\xf5\x7a\x3d\xe1\xb2\x52\xa9\x62\xaa\ \x68\x8a\x06\x11\xd1\x75\x53\x0a\x19\x8c\xc7\x2c\x89\xa9\x62\x18\ \x19\x2b\x9f\x31\xbd\x91\x17\xc7\xb1\xa1\xe9\x19\xdb\x1a\xf4\x7b\ \x85\x62\xf1\xe2\xf3\xcf\x75\xba\xdd\xb5\x95\xa5\xc6\x51\x8d\x62\ \x40\x0c\xd5\xd4\xb3\x9a\xaa\x1f\xd4\x8f\x6e\xee\x6e\x53\x43\x5b\ \x3b\x75\x32\x5f\xc8\x22\x44\x0d\x55\x45\x00\x97\x0a\xf9\x6b\x57\ \x5e\x68\x75\x5a\xbb\xbb\xbb\x69\xca\x08\xc6\x96\x61\x62\xe2\x16\ \x8b\x05\xdb\xb6\x3b\xad\x56\xfd\xe8\x90\x52\xbc\xbc\xb4\xd8\x6c\ \xec\x13\x84\x15\x85\x72\x80\x99\x48\x47\xde\x58\x22\xbc\xbe\x7e\ \xb2\x54\x2a\xb5\x01\xe8\x0f\x5c\x5d\xd7\x75\x8d\x0e\x87\xc3\xb1\ \xef\x8d\xfd\xd1\x68\x34\xa0\x94\x36\x9b\xc7\x5c\x00\xce\x98\x42\ \x49\x7f\xd0\x4f\xd3\x74\x61\x71\x1e\x42\x38\xf2\x86\xa6\xa1\xdd\ \xd8\xbc\x46\x08\x4a\xe2\x70\x34\x1c\x24\x49\x94\x06\x62\x77\x67\ \x07\x20\x64\xe8\x86\x48\x79\xa9\x58\xa8\x56\x2a\xfc\xb6\xe4\xd0\ \xa5\x94\xba\xa6\xb6\x9a\x8d\x46\xe3\xc8\xf7\x83\xb3\x67\xcf\xe6\ \xb2\x19\x8a\x21\xe7\x92\xb1\x38\x65\x02\x42\xc4\x53\x11\x84\x7e\ \x3e\x9f\xbb\xe7\xc2\xf9\xdd\xbd\xdd\xc0\xf7\x2e\x5d\xba\x18\x86\ \xc1\xfa\x89\x0d\xdf\x1f\x3b\x96\x13\x33\x9e\xcb\x15\xa4\x94\x07\ \xfb\xfb\xde\x70\x98\x2b\x5b\x81\x3f\xae\xe4\xf3\xa3\xc1\x10\x00\ \x20\x18\xcb\xd8\x19\x20\xe5\x70\x30\x88\x53\xf9\xc4\xd7\x9e\xac\ \x94\xca\xbe\x37\x62\x71\x32\x37\x5b\x51\x14\x5a\xa9\x56\x6f\xdc\ \xb8\x71\x78\x78\xd8\xeb\xf5\x1e\x7f\xfc\xf1\xc5\xc5\xc5\xc9\xb1\ \x2d\x2d\xcc\x54\xab\x73\xc7\x75\xb7\x75\xdc\xa8\x1f\x1d\x1d\xd7\ \x1b\x3c\x61\xd4\x34\x74\x45\x29\xe4\xf2\xf3\x73\x0b\x07\x07\xb5\ \xfd\x5a\xed\xb0\x56\x7b\xef\x4f\x7e\x26\x9f\xb5\xd2\x34\x65\x29\ \xd7\x34\x45\x55\xd4\x4e\xb7\xb7\x79\x7d\xf3\x83\x1f\xfc\xc8\xc6\ \xc6\x86\xe7\x8d\x9e\x7a\xea\x29\xd3\x34\xf3\xf9\x7c\xaf\xd7\x73\ \x1c\x67\x38\x1c\xee\xec\xec\x68\x9a\xa6\x6a\x9a\xaa\x2a\x93\xfd\ \x30\x71\x1c\x33\xc6\x1e\x79\xe4\x91\x6c\x36\xbb\xb3\xb3\x53\xa9\ \x54\xbe\xf6\xb5\xaf\x35\x9b\x4d\xd3\xb4\x6a\xb5\x9a\xe4\x69\xdf\ \x75\x2f\x5d\xba\x4c\xa9\x12\x84\x21\x25\x58\xd7\xb3\x67\xcf\x9f\ \x13\x41\x57\x88\xf4\x35\xd2\x8b\x53\x5a\x9c\xe2\xf6\xbd\x45\x20\ \xa1\x37\xe8\xb9\xbd\xce\xfc\xdc\xdc\xfc\xe2\x82\x65\xdb\x52\x00\ \x08\x85\xa6\xe0\xb1\x17\x45\x51\xa0\xe4\x8a\x9a\xa6\x41\x08\xe2\ \x38\x56\x14\x5a\x9d\xa9\x98\x76\xa6\xe3\x0e\xc7\x9e\xa7\xe9\xa6\ \x95\x71\x30\xc1\x51\x24\xca\xe5\x52\xfd\x68\xd7\x1f\x8f\xfa\xbd\ \xce\xc2\xca\x89\xe5\xc5\x65\x1e\x47\xc7\xcd\x86\x69\x1a\x08\xc3\ \x5c\x36\x73\xea\xe4\x89\x2b\x2f\x5d\xbb\x71\xe3\xda\xfb\xdf\xff\ \xfe\x28\x08\x59\xe4\xe7\xb3\x99\x6e\xbb\x3d\x53\x29\x17\xf2\x85\ \xea\xfc\x6c\xdf\xf7\xcb\xa5\xb2\x69\xe8\x10\xc2\xa3\xc3\x43\x53\ \xd3\x03\x3f\xf4\x47\x5e\x10\x04\x3b\xdb\x37\x0b\xf9\x42\x48\x64\ \x7d\xd8\x61\xa9\x61\xdb\x16\xe7\x5c\xd7\xd4\xca\x8c\xa5\x69\x5a\ \x3e\x5f\x28\x15\x8a\xb5\xdd\x2d\x08\x21\x4b\x99\x80\x12\x21\xb2\ \xbe\x7e\xe2\xa1\x07\x1f\xb4\x32\x76\xa3\x79\x6c\x5b\xe6\xf9\x73\ \xe7\xbb\x9d\x96\x04\xbc\xdd\x6a\x06\xe3\x81\x04\x42\x0a\x0e\x04\ \x1a\x0e\x07\x9a\x66\x8e\x46\x23\x16\x47\xc1\xd8\x5b\x5a\x5c\x28\ \x95\x4a\xeb\xeb\x6b\x97\x5f\x7c\x41\x48\xde\x6c\x36\x35\x4d\xeb\ \xb4\x9a\xc7\x8d\x06\x80\x18\x00\x10\xc7\x51\xa5\x3a\xcb\x52\x96\ \x72\x06\x80\x18\x8f\xbd\xdb\x2b\xb9\x40\x88\xa2\x30\xec\xf7\x7a\ \x9c\xa5\xef\x7b\xf4\x51\xcb\x32\x20\x82\x10\x00\x04\x45\x14\x06\ \x51\x18\x66\xb2\x19\x8c\xb0\x69\x18\x61\x18\x0c\x07\x83\xa5\xe5\ \xa5\x85\xf9\x85\xa1\x37\x3a\xa8\x1d\x40\x08\x1c\xc7\x29\x38\x39\ \xc7\xca\x54\x2b\xb3\x59\x27\x37\x18\xba\xc3\x41\xbf\x58\x5d\x58\ \x5d\x59\x9e\x2d\x97\x7f\xfb\xd7\xfe\x95\x42\x15\x2e\x44\x26\x93\ \x29\x97\xcb\x5c\xf0\x3f\xfc\x83\x3f\x2c\x96\x67\x1e\x7e\xe8\x21\ \xb7\xdb\x5e\x5d\x59\xba\x7c\xe9\xe2\xea\xda\x5a\x75\x6e\xb6\x5c\ \x2e\xc7\x71\xac\x69\x9a\x65\x9a\x52\xf2\x38\x66\x8c\x25\x51\xa4\ \x84\x61\x18\x44\xa3\xcb\x57\xaf\x34\x1a\x4d\x55\xd3\xfa\xed\x46\ \xde\x29\x98\xa6\x6a\xc5\x40\x53\x15\x33\x9b\xa7\x84\x3a\x8e\xb3\ \xb8\xb8\x18\xfa\x83\x20\x08\x14\x4a\x38\xe7\x18\xe3\x4a\xa5\xfc\ \xa1\x0f\x7d\xe8\xec\xb9\x73\xc7\x8d\x46\x7f\xd0\xff\xd8\xc7\x3e\ \x52\xaf\x1f\x3b\x8e\xd3\xed\x76\x1b\x8d\x86\x94\x32\x65\x29\xd4\ \x61\x6d\x7f\x9f\x12\x9c\xa6\xa9\xe0\x62\x6f\x6f\xcf\x30\x8c\xe5\ \xe5\xe5\x47\x1e\x79\xe4\xb0\x76\x10\x45\xd1\x8d\x1b\x37\xb2\x99\ \xec\xee\xcd\x9d\xbd\xbd\xbd\x20\x0a\x01\x42\x41\x10\x6d\x6c\x6c\ \x94\x4a\x25\xd7\xed\xde\x7f\xff\x03\x91\xef\x63\xc1\x5f\xdb\xf2\ \x53\x5a\x9c\xe2\xf6\x79\x51\x08\xb1\xb3\xbb\x47\xa9\x5a\x28\x96\ \x21\xc4\x12\x40\x45\x55\x08\xc1\x00\xa1\x7c\x31\x3f\xf6\xbc\xc0\ \xf7\x00\x97\x69\x9c\x3a\x96\x55\x97\x02\x21\x98\xcd\xd8\xad\x4e\ \x7b\x61\x7e\x71\x66\x7e\x21\x4e\xd2\xf1\xb0\x77\xb4\xbf\x07\x31\ \x26\x54\x3f\x6e\x76\x8e\x0e\x0e\x56\x97\x57\xd2\x68\xb8\xb3\xbd\ \xd5\xed\x35\x31\x55\x2c\x3b\xa3\x1b\xc6\x71\xa3\xbe\xbb\xbd\x75\ \xef\xf9\xf3\xf3\x33\xd5\x7a\xfd\x88\x12\xa2\x6a\xc6\x99\xb3\xe7\ \x93\x24\x29\xcf\xce\x32\x2e\x94\x6e\x2f\x9f\xb1\xa3\xd1\x68\xd4\ \x75\xbd\xfe\xa0\xe6\xf6\xc3\x20\x30\x2c\x3b\x5b\x28\x9c\x38\x77\ \xbe\x75\xb4\x97\xb7\x4e\x0d\x87\xfd\x71\x98\x70\x89\xa2\x38\x4e\ \xd3\x84\xaa\x34\x8e\x42\x4d\x55\xb8\x48\x87\x03\x57\x70\x86\x09\ \x01\x52\xe8\xba\xe6\x64\x33\x99\x4c\x66\x30\x18\x82\x34\xc9\xd9\ \xe5\xdd\x9d\x9b\x87\xb5\x9a\xe3\x64\x64\xca\x78\x1c\x53\x95\xaa\ \x44\x49\x13\x86\x84\x1c\xba\xed\x5e\xb7\x17\x47\x51\xa5\x52\x76\ \x6c\x33\x61\xc9\xc9\x13\x27\x77\x76\x76\x86\x9e\xcf\xd3\xf4\xe4\ \x46\xa9\x3f\xe8\x87\x61\xa8\x6a\x9a\xa2\x28\x5c\xf0\x28\x18\xb3\ \x94\xc7\xa1\x19\x53\xec\xf6\x3a\xb7\x97\x5b\x24\x84\xdc\xbc\xb9\ \xb3\xb7\x7f\xf8\xd8\x63\xef\xcb\x38\xb6\x10\x82\x50\x9a\x72\x01\ \x21\x34\x2d\x8b\x0b\x39\x1a\xf9\x9a\x6a\x44\x81\x97\x44\xc1\xfc\ \xdc\x4c\xed\xb0\xb6\xf8\xc8\xc3\x97\xaf\x74\x17\x66\x2a\x1b\xcb\ \x4b\x52\x4a\xb7\x7d\xbc\x7b\xfd\xa5\x98\x45\x9a\x6e\xd2\x20\xf8\ \xf3\x7f\xf7\x67\x3f\x3f\xbf\x4c\x2b\xa5\x51\xb7\x79\xf9\xd2\x0b\ \x54\xa5\x56\x36\x5b\x28\x15\x05\x17\x5f\xfb\xab\xaf\x52\x04\x1e\ \x7b\xcf\x83\x82\x05\x73\x33\xc5\xd1\xb0\xff\x9e\x87\x1f\xd2\x0d\ \xc3\xb4\x33\x2b\x8b\xcb\xbd\x5e\x2f\x4d\x53\x95\xaa\x80\x03\xb7\ \xe3\x8e\x46\xc3\x7e\xbf\x3f\x1c\x79\xaa\xe1\xac\xae\xaf\x6b\x14\ \x18\xf4\xfc\x37\x9e\xfa\xea\xe1\xc1\xcd\x4c\x36\xc7\x78\x10\x45\ \xe3\x59\x6b\x0d\x32\xac\x60\x5d\x57\x8c\x46\xed\x40\xa4\x92\x23\ \x4e\x29\xc1\x04\xcf\xcd\x55\x37\x4e\xae\x05\x91\xd7\xed\x77\xcf\ \x9e\x3d\xcb\x93\xb4\x5e\x3f\xaa\xd7\xeb\x96\x69\x1e\x1e\x1e\x3a\ \x8e\x63\xea\xfa\xc8\xed\x6b\x86\xde\xef\x76\xc2\x28\x6c\xb7\xdb\ \x5c\xf0\x0f\xff\xd0\x87\x73\x8e\xfd\x13\x3f\xfe\xa3\xcf\x3c\xfd\ \x64\xab\xd5\xba\xfc\xe2\x0b\x1b\x27\x4e\xb9\x6e\xaf\x56\xab\x29\ \x8a\x62\x98\x46\xc6\x32\x80\x48\x3b\xcd\x86\x42\x60\x30\x1e\x36\ \x0e\x0f\x56\x96\x2a\x94\xd2\xd7\xc8\x60\x4c\x69\x71\x8a\xef\xa5\ \xe8\x22\x84\x00\x9a\x6e\x4c\x94\x01\x38\x17\x82\x80\x38\x49\x52\ \xc1\x29\xa5\xba\xa1\x7b\x03\x8f\x47\xa9\x65\x1a\x10\x4a\x8c\xb1\ \x37\x1a\x69\xba\xb6\xb6\xba\x5c\x9a\x9d\x2b\x96\xab\x29\x17\xc3\ \x4e\xfb\x90\x33\x84\xb0\x66\x98\x9c\x73\x6f\x34\x4c\xc2\x71\x1a\ \x99\x2f\x5d\x79\x21\xe5\x31\x56\xa8\xaa\xeb\xf9\x42\xf1\x1b\xdf\ \xf8\xc6\xc3\x0f\x3f\x62\x59\x56\xb7\xdb\xce\xe7\xf3\xd7\x37\xaf\ \xdf\x73\xe1\x5e\x21\x45\x18\x86\x9a\x61\x81\x30\xca\x39\xd9\xd0\ \xf3\x9b\x47\x75\x55\xd5\x46\xa3\x61\x18\x86\xb9\x6c\xae\x52\x2a\ \xe4\x67\x66\x2b\xe5\xbc\x6d\x28\x6e\xab\xae\x1a\x76\xe4\xba\x08\ \x10\xc6\x92\x41\xbf\xc7\xa5\xdb\x6e\xd4\x37\x56\x97\x31\x44\xa3\ \xe1\x40\x4a\x8e\x80\xa2\xe9\x7a\xae\x54\xac\x94\xcb\xba\x6e\x0c\ \x06\xe3\x52\x21\xcb\x93\x50\x21\x90\x25\x61\xf3\x68\xa0\xe9\xaa\ \x6a\x18\x61\x18\x06\x63\x1f\x21\x84\xa5\x8c\xc6\xe3\x34\x0e\xd2\ \x24\xc9\xd8\xe6\xd1\xd1\x51\x92\x24\x2c\x4d\x31\xa1\xb1\x9f\x28\ \x8a\xe2\xe4\x72\x3c\x65\xd9\x7c\x76\x92\xc8\x32\x4d\x43\x8a\x54\ \x53\x88\xef\x0d\xd3\x24\xd6\xcf\x9d\xba\x3d\x59\x74\x84\x90\xeb\ \xf6\x73\xb9\x82\x6d\x3b\x29\x17\x13\x05\x0d\x84\x60\x9a\xa6\x42\ \x00\xd3\xb4\x86\xc3\x91\xeb\x76\xd3\x34\xc9\x65\x33\x47\x87\x07\ \x69\x12\xb7\x9a\x0d\x43\x53\xe6\xe6\xe6\x4e\xac\xaf\x0a\x21\xbd\ \x61\xbf\xd3\x3c\x8c\x93\x30\xe1\x02\x11\x7a\x5c\xaf\x83\x34\x01\ \x2c\x7a\xe1\x85\x2b\xad\xe3\x63\x44\x49\x14\x25\x1b\x1b\x27\xbe\ \xfc\xe5\x2f\x65\x32\x99\x1f\xfd\xd4\x27\xdb\xed\xe6\x89\x13\x27\ \xea\x47\xb5\x93\x27\x4f\x9e\x3f\x7f\xb6\xd5\xea\x94\x2b\x33\x50\ \x42\xdb\xb4\x83\x20\xd8\xdb\xdd\x23\x84\x7a\xde\x68\xe2\xbb\xad\ \xac\xac\x94\xe6\xe6\xfc\x20\xcc\xd9\x66\xbf\x53\xb7\x33\x05\xaa\ \x1e\xc6\x2c\x84\x38\xed\x75\x8f\x2d\xab\xb4\x75\xed\xba\x63\x67\ \x33\x56\xe6\xf0\xe0\xd0\xf7\x83\xbc\xe6\x68\xba\xe6\xe4\x72\xb3\ \x73\xb3\x08\xc1\x41\x7f\x80\x30\x1a\x8d\x46\x6e\xb7\x17\x45\x91\ \x3f\xf6\x59\x92\xe4\xb2\xd9\x41\xbf\x1f\xc7\x51\x18\x06\x94\xa0\ \x46\xfd\x08\x22\xb0\x79\xed\xa5\x4f\x7f\xfa\xd3\xfe\xd8\xdb\xdb\ \xdd\xe1\x9c\xe7\xb2\x4e\xf3\xb8\xd1\xed\xb5\xdf\x57\x7e\x8c\x2a\ \x4a\xa5\x52\x66\x8c\x51\x4a\xf3\xd9\xac\x48\x53\x42\xc8\xa0\xd7\ \x3b\xd8\xdd\xb1\x2c\xf3\x75\x53\xba\xd3\x92\xcb\x14\xdf\x83\xbb\ \x88\xd0\xcc\xcc\x0c\x44\x68\x38\x1c\x84\x61\x28\x84\x60\x49\xa2\ \xaa\x2a\xa5\xb4\xd5\x6a\xb5\xdb\x6d\x4d\x55\x0d\xd3\xc4\x04\x0b\ \x29\x0a\x85\x42\xa7\xd3\x51\x14\xe5\xd4\xa9\x53\x39\x27\x4b\x31\ \x41\x10\x86\x41\x74\xfa\xec\xe9\x13\x27\x36\xc2\x30\x80\x08\x8c\ \x86\x23\x9e\xa6\xd7\xaf\x5f\xef\xb6\xbb\x33\x95\x4a\x92\x24\xf3\ \x0b\xf3\x1b\x1b\x1b\x61\x18\xdc\x77\xdf\x3d\x9a\xa6\x11\x82\xa5\ \x14\x1b\x1b\x1b\xc5\x42\xb1\x54\x2c\xe9\x9a\x2e\xb9\x28\x16\x0a\ \x18\xa1\x5e\xa7\xd3\x6e\xb6\xda\xcd\xa6\x42\x95\x4a\xb9\xc2\x18\ \x0b\xc6\x1e\x81\x3c\xef\xd8\xd5\x72\x51\xb0\x58\x57\x68\x14\xfa\ \x9a\x46\x28\x84\x80\xa7\x19\xd3\x90\x82\xe5\xf3\xb9\xf1\x78\xec\ \xf6\xdd\xc9\x56\x0a\x20\x25\x63\xfc\xf4\xe9\x53\xf9\x7c\x2e\xe5\ \xac\x98\x2f\xa8\xaa\x32\xc9\x61\x75\xba\xed\x9e\xeb\x22\x8c\x73\ \xb9\x9c\x6d\x5a\x82\x0b\x29\x38\x63\x49\x1c\x27\x42\x88\x5e\xb7\ \x17\x85\x21\x63\xcc\x34\x4d\x27\x93\x91\x12\x50\x4a\x33\x19\xdb\ \xb2\xac\xac\x93\x35\x4d\x73\xb2\x8f\x0d\x21\xa4\x69\x9a\x94\xd2\ \xf3\xbc\x20\xf0\xd1\x6d\x05\xd1\x9c\xf3\xca\x4c\x25\x9f\xcf\x7b\ \x9e\xe7\x79\x63\x84\x90\x10\x52\x4a\xa0\x2a\x74\x38\x1c\x76\x3a\ \x1d\x00\xa4\xe3\x38\xa6\x69\x0a\x21\x16\x16\x16\x06\x83\xc1\xee\ \xee\xee\x43\x0f\x3d\xb8\xb2\xb2\x8c\x31\x06\x10\x24\x2c\x2d\x14\ \x0a\xef\x7b\xef\xfb\x08\x21\x9c\x73\x84\xf1\x70\x38\x6c\x36\x1b\ \xcf\x3c\xf3\x4c\x36\x9b\xf5\xfd\x71\xc6\xb1\xcf\x5f\x38\x3f\x18\ \x0e\x36\x36\x36\x66\x67\x67\x15\x45\x81\x10\xce\xcf\xcf\x3f\xf0\ \xc0\x03\x9a\xa6\x2d\x2c\x2c\xb0\x24\x49\x58\x92\xcd\x65\x13\x96\ \xd4\x6a\xb5\xab\x57\xaf\x04\x41\x50\x28\x14\x4a\xa5\xa2\x1f\x04\ \x40\xa4\xcb\x8b\xb3\x8b\x0b\xb3\x14\x61\xcb\x30\xfa\xbd\x9e\xae\ \x2a\xb6\xa1\x0e\xdc\x8e\x65\xaa\xf5\xfa\x41\xa9\x5c\x10\x22\x1d\ \xfb\x63\x42\x08\xa5\x54\x70\xc1\x85\x98\x9b\x9b\x9b\x9b\x9b\x4b\ \x12\x56\x2e\x55\x0a\x85\x42\xb5\x5a\x8d\xa2\xe8\xb0\x56\x1b\x0e\ \x06\x0a\xa5\x0b\x0b\x0b\xa6\x69\x72\xce\x93\x38\x01\x10\xba\x6e\ \x9f\x52\xda\xed\x76\x5b\xad\x56\x10\x04\x93\x6f\x2a\x80\x54\x15\ \x65\x71\x71\x31\x93\xc9\x9c\x3e\x7d\x7a\x66\x66\xa6\x54\x2a\x79\ \x9e\x47\x29\xb5\x6d\x5b\x08\xb1\xb3\xb3\xd3\xed\xf6\x5e\xd7\x49\ \x9f\x7a\x8b\x53\xdc\xbe\xb3\x08\x01\xc8\xe7\xf3\xed\xae\x3b\x1c\ \x0e\x85\x94\xa9\xe0\x8a\xa2\x8c\xc6\x9e\x66\xe8\x8e\xe3\x8c\x46\ \xa3\x91\xe7\x65\x33\x39\xc7\x71\xba\xdd\x36\x21\x44\x55\xd5\x4a\ \xa5\x12\x06\x21\xd5\x0d\x29\x25\x90\xc0\xb6\xad\x6a\xa5\x14\xc7\ \x51\xc6\xb2\xfa\x03\x77\xec\x8f\x8b\x85\x42\xe3\xe8\x30\x97\xcb\ \x1d\x1e\x1e\x68\x9a\x52\xc8\x65\x7d\x6f\x78\xea\xc4\x89\x42\x2e\ \x37\x1e\x8d\xba\xad\x76\x08\x82\x52\xa1\x90\xb2\x44\x4a\x01\xa5\ \xe0\x29\x3f\xae\x1f\x31\xc6\x4a\xc5\x42\xd6\xc9\x20\x8c\xfd\xf1\ \x38\xf4\xc7\xe3\x91\xb7\xb4\xb4\xd8\xef\xb4\x8f\xfd\x51\xe4\x0f\ \x06\xdd\x76\xe4\x7b\x49\x14\xa4\x0a\x8d\xc2\xe8\x68\x6f\x3b\x57\ \x2c\xdb\xa6\x5e\x28\xe4\x1b\xb5\x5d\xdf\xf7\x15\x45\xc5\x18\x73\ \x09\x4c\xdd\xc8\x58\x56\xb7\xd3\xce\x58\x66\x1c\x47\xde\xd8\x8b\ \xc2\x90\x33\xa6\x28\x0a\x94\x62\xe0\xf6\x11\x84\x5c\x72\xaa\x92\ \xf1\x70\x84\x90\x50\x29\x1e\x8f\xc3\xe3\xfa\x21\x21\xc4\x71\x9c\ \x4a\xa5\x52\xcc\x67\x8f\x0e\x0f\x28\xb6\x46\xc3\xa1\xa6\x69\x84\ \x10\xdf\xf7\xd3\x34\x2d\x14\x0a\x94\xd2\x34\x4d\xa5\x94\xbe\x3f\ \xf6\x7d\xff\x76\xdb\xb9\xf9\xec\xec\xec\x70\x18\xb8\x6e\x1f\x40\ \x29\x04\x37\x0c\x53\x4a\x81\x10\x50\x55\x15\x42\xd8\xef\xf7\x75\ \x4d\x83\x10\x4e\x72\x7f\x42\x88\x42\xa1\x90\xcd\xe6\x7a\xbd\x9e\ \xaa\x6a\x29\x63\x52\xca\x8d\x8d\x13\x42\x88\x6c\xd6\xe9\xbb\xdd\ \x76\xbb\x1d\x45\x31\x84\xa8\xe7\xf6\x72\xf9\x7c\xab\xdb\x2e\x97\ \xca\x08\xa1\x7c\x2e\x7f\xfe\xfc\x39\x84\x50\x18\x86\x9d\x4e\xc7\ \x71\x1c\x08\x21\x21\xa4\xd3\xe9\x21\x4c\x82\x20\x08\x43\xdf\xf3\ \x86\xba\xa1\x41\x04\x92\x24\x2a\x16\x8b\x07\x07\x07\x4b\x4b\x8b\ \x2c\x0e\x8f\x0f\x0f\x82\x81\x17\x78\xe3\x28\x0c\x47\xc3\x61\x12\ \xe5\x58\x1c\xd7\x6b\x7b\x3c\x09\x10\x48\xcf\x9e\x3d\xd5\x6c\x1e\ \x5f\xbb\x76\x15\x13\x88\x11\x84\x08\x4a\x2e\xe6\xe6\xe6\x53\xc6\ \x19\x63\x56\xc6\x8a\xe3\xb8\xdf\xef\x8f\x3c\x0f\x22\x38\xf2\xbc\ \xa3\xa3\x23\xc7\x71\xe2\x24\x26\x84\xf4\x7a\x5d\x80\xa1\xaa\x52\ \x29\xe5\xb5\x6b\xd7\x20\x84\x73\x73\x73\x17\x2e\x5c\x58\x5f\x5f\ \x07\x7f\xf9\x17\xa6\x65\xc5\x51\xe4\x7b\x5e\x2e\x9f\x0f\x82\x80\ \x73\xae\x28\x4a\xa5\x52\xf1\x3c\xcf\xb6\x6d\xcf\xf3\x8e\x8f\x1b\ \x00\x3c\x30\xa5\xc5\x29\xee\x94\xb3\x38\xe9\x93\xa0\x94\xf2\x98\ \x87\x41\x90\xb0\x84\x73\x6e\xd9\x76\xa9\x52\x26\x84\x18\x86\xa1\ \xa9\x3a\x85\x4a\x92\x04\xa7\xce\x9c\x69\x1d\x3b\xad\x4e\x2b\x93\ \xc9\x00\x00\x30\x46\x8a\xa2\x24\x71\x4c\x09\x21\x18\x43\x29\xb2\ \xd9\xec\x78\xec\x01\xce\xaf\x6f\x6e\x1e\x1d\xd5\xd6\xd6\xd6\xbe\ \xf6\xc4\x57\x17\x96\x57\xef\xbf\xef\xfe\x1b\x5b\x37\x54\x95\x36\ \x9b\xc7\x00\x00\x88\x80\xdb\xeb\x05\x41\x68\x18\xa6\xe7\x8d\x14\ \x4a\x6c\xdb\x4e\xa2\x68\x38\x1a\x2e\x2f\x2f\xcf\xcf\xcf\xc7\x71\ \xbc\xb5\xb5\xb5\xb9\xb9\x29\x25\x68\x1f\x37\x52\x91\xc8\x34\xe1\ \x71\x10\x47\x81\x61\x68\x59\xdb\x04\x92\xb1\x28\xd9\xbe\xfe\x92\ \xaa\xed\x61\x00\x54\x8a\xbb\xdd\xb6\xe4\x02\x13\xc2\x62\xc6\x01\ \x74\xb2\xce\xd1\xd1\x61\x7f\x1c\x2d\x2c\xad\xf2\x34\x1d\xb8\x6e\ \x14\x05\xaa\x4a\x35\x35\x1b\xf8\x7e\xc2\x62\x04\x21\x10\x92\x45\ \x89\x3f\xf6\x2c\xdb\x18\x79\xde\xa0\xdf\x77\x1c\x27\x8a\xa2\xf1\ \x78\x0c\x00\x60\x8c\x41\x00\x14\x45\x19\x0e\x47\xaa\xaa\x08\x21\ \x11\x42\x71\x1c\x5b\x96\x15\x86\x61\x92\x24\x49\x92\x8c\x7d\x3f\ \x4d\x39\xb8\xcd\x41\x44\x30\x89\x63\x09\x64\x18\x06\x87\x87\xa3\ \x5e\xcf\x80\x10\x52\x4a\x66\x66\xca\xb6\x6d\x43\x08\xab\xd5\x2a\ \x04\x00\x21\x54\x2a\x15\x5b\xad\xb6\xe3\x38\xf3\xf3\xf3\x13\x69\ \x45\x00\x00\xc6\x18\x22\x48\x08\x19\x0e\x87\xcb\xcb\xcb\xdb\x5b\ \x37\x54\x45\x69\x34\x1a\xd7\x36\xaf\x9c\x3e\x75\xfa\x60\x77\x2f\ \x65\xe9\xa3\x8f\x3e\xea\x8f\xfd\x20\x08\x00\x80\x13\xf5\xb0\xeb\ \xd7\xaf\x4f\x8a\xe0\x7b\x7b\x7b\xe3\xb1\x3f\x37\xb7\xe0\x8d\x46\ \x81\x1f\xe4\x73\xf9\x8d\x8d\x75\x42\x48\xed\xa0\x76\xf1\xd2\xa5\ \x7a\xbd\x6e\xe8\xba\xa6\xd1\x5e\xab\xa9\x60\x65\x30\xe8\x8e\x86\ \xc3\x99\x72\x65\xd0\xef\x03\x08\x6f\x6c\x5e\xf9\xe3\x3f\xfc\x9d\ \xa1\xdb\x56\x28\xed\xb9\x5d\xd7\x75\x6d\xdb\x4e\x39\x97\x89\x74\ \xb2\x79\x45\xd1\x9e\xfe\xfa\x33\x99\x6c\xde\x34\xad\xfa\xe1\x61\ \x14\x45\x86\xae\x47\x9a\x6e\x1a\x66\x9c\x24\x07\x07\x07\xa6\x69\ \x4e\x54\x17\x59\xc2\x3c\x6f\x14\x45\x51\x14\x45\xb6\x6d\x4f\x76\ \xfb\x21\x84\xd2\x94\x43\x08\xfb\x83\x81\xaa\x19\x9c\x73\x55\x55\ \x07\x83\xc1\xfd\xf7\xdf\x6f\x9a\xe6\x60\x30\x18\x8d\x46\xad\x56\ \x5b\x51\x94\x34\xe5\x94\x92\xd7\x88\xa4\xa7\xb4\x38\xc5\xed\x7b\ \x8b\x00\x00\x55\x55\xb3\x54\x99\xec\x03\x43\x04\x2b\x8a\x62\x98\ \xa6\xa2\xaa\x94\x10\x45\x51\x14\x45\xa3\x48\x11\x92\x69\xaa\x9a\ \xc9\x64\x14\x45\x61\x8c\x15\x8b\xd9\x88\xa5\xc3\x7e\x7f\xec\x8d\ \xa1\x4c\x8f\x0e\x0f\xdd\x9e\x7b\xfe\xfc\xf9\xdd\x9b\xdb\x71\xe0\ \x0d\x87\xfd\x72\xa9\x94\x24\x31\x21\x58\xd7\x34\x96\xc4\x7b\x7b\ \xbb\x19\x3b\xa3\xa9\x2a\x04\xb0\x50\xc8\x1f\x1d\x1e\xe6\x72\x79\ \xc1\xd3\xea\xcc\x8c\xaa\x90\x4e\xa7\x95\xc9\x98\x49\x1c\x06\x63\ \x4f\x55\x48\xdf\xed\xf6\xdd\xee\xb9\x33\xa7\x37\x4e\x6c\xdc\xd8\ \xba\x71\xf1\xc5\xe7\x28\x02\x14\x43\x04\x81\x65\x98\x10\xc2\xd1\ \x68\x68\x68\x86\x4c\x22\x06\x04\x51\xad\x4e\xb7\xe9\xfb\x63\x88\ \x70\x9a\xa6\x0a\xa5\x42\x80\xd0\xf7\x83\xc0\x2f\x95\x2a\x2c\x89\ \x09\xc5\xbe\xe7\x0d\xfb\x7d\x96\xc4\x22\x4d\xa5\xe4\x3c\xe5\x42\ \x8a\x94\xa5\x03\xd7\x8d\xe2\x30\x4d\x63\x21\xb8\xa2\xd0\x30\x0c\ \x08\x26\x12\xc8\x4e\xbb\x15\xc7\x11\x82\x90\xb1\x24\x08\xfc\x34\ \xcd\x4d\x76\xf5\x26\x49\xb2\xb7\xb7\x87\x10\x8a\xa2\x08\x21\x94\ \x24\x89\xef\x8f\x6f\xcf\x5b\x04\x40\x12\x4a\x2b\x4e\x21\xeb\x38\ \x3d\xb7\x33\x51\x3c\xb4\x2c\x73\x92\xbe\x90\x52\x2a\x8a\x42\x30\ \x1a\x8f\x7d\x4a\xe9\xda\xda\xaa\x69\x9a\x8c\x31\x55\x55\x27\x0f\ \xc2\x30\xc4\x08\xf9\xbe\xff\xd2\x4b\x2f\xdd\x7b\xef\xbd\x5f\x7f\ \xfa\xa9\x1b\xd7\x37\x07\x83\x7e\x14\xc7\x8a\xa2\x08\x29\x09\x21\ \xe5\x4a\xe5\xea\xd5\xab\x52\xca\x7e\xbf\x3f\xa9\x1a\xf7\xfb\xfd\ \x76\xbb\xdd\x6e\xb7\xc7\xe3\x71\xb9\x5c\x0e\x7c\x3f\x93\xc9\xe8\ \x9a\xce\x79\xaa\xa9\x2a\xe7\x7c\x30\x1c\xe4\x73\xd9\x47\x1e\x7e\ \xa8\x3f\xe8\x5f\xbd\xf4\x3c\x8b\xc2\xac\x95\x13\x29\x2f\xe4\x0b\ \x83\x42\xe9\xda\xe6\xc5\x52\xb9\x00\x05\xdb\xbb\xb9\x69\x1a\x94\ \x60\xd4\xef\xf7\x59\x12\x23\x84\x09\x21\x42\xc8\xc1\x60\xe8\xba\ \x6e\xc6\x29\xe8\xba\x31\x1a\x0e\xa3\x28\xda\xda\xda\x92\x52\x22\ \x8c\x93\x28\x4e\x79\x8a\x30\x06\x00\xd4\xeb\x75\xdf\x1b\x01\x0c\ \xa4\x14\x41\x10\x60\x8c\x27\xb7\x99\x6f\x7d\xeb\x5b\x69\x9a\x4a\ \x20\x11\x42\xdd\x4e\xc7\xb2\x1c\x21\x04\x63\x6c\x34\x1a\x3d\xfb\ \xec\xb3\x18\xe3\x89\xe3\xec\xfb\x7e\xad\x56\xe3\x3c\x05\x40\x7b\ \x8d\xd6\xc5\x77\x2d\x2d\x4a\x09\x84\x90\x52\xdc\xa5\xa3\x3e\x21\ \x7a\x2b\x06\x22\x4e\x92\xfd\x61\x18\x29\xaa\x8a\x20\xd4\x0c\x7d\ \xe2\x3c\x1a\x9a\x86\x30\x56\x14\x85\x52\x25\x65\x42\x02\x10\xc6\ \xd1\x64\xdb\xff\xe6\xe6\xe6\xd2\x62\x80\xb0\xa2\x99\x16\xe7\x42\ \x24\x11\x06\xb2\xef\xf6\x16\x17\xe6\x6c\xcb\x08\x43\xff\x60\x7f\ \xff\xec\xd9\x53\xad\x56\x3b\x65\x89\x6d\x99\x08\x81\x30\x08\xde\ \xf3\xf0\x23\x9d\x76\x1b\x42\x68\xea\x86\x65\x9a\x73\xb3\xd5\x73\ \x67\xcf\xa7\x29\x73\xdd\x6e\x2e\xeb\xc4\x71\x3c\xf6\x06\x83\x41\ \x2f\x4d\x63\x84\x90\xae\x2a\x85\x7c\xd6\xd4\xb5\xd3\xa7\x4e\x0c\ \x7b\xc7\x5b\x37\x36\xc7\xa3\x01\x82\x12\x53\x92\xcf\xe7\x87\xae\ \x0b\x04\x17\x29\x03\x40\x54\x17\x96\x87\x83\xbe\xdb\xeb\x62\x04\ \x44\x2a\x52\x90\xa6\x02\x20\x04\xcf\x9d\x3d\xc3\x00\xd9\xdb\xaf\ \x79\x49\x14\x84\x41\x18\x85\x29\x63\x40\x48\xc6\x12\x16\x27\x59\ \xc7\xa1\x16\x6e\xb7\x9b\x4e\xc6\x16\x3c\x0d\x02\x1f\x43\x68\x18\ \x46\x3e\x9f\x2f\x16\x8b\xae\xeb\xfa\xe3\x31\x02\x92\x45\x91\x3e\ \x53\x06\x00\xa4\x69\xaa\xeb\x7a\x18\x86\x93\xee\x65\x21\x04\x84\ \x90\x31\x86\x10\xbe\x6d\x61\x31\x29\x65\xe0\x07\xba\xae\xe5\xb2\ \x39\x88\xa0\xa2\x28\x08\x41\xdb\xce\x40\x08\x6c\xdb\xc6\x18\x26\ \x71\x32\xd1\x00\x07\x00\xe6\x72\xb9\x6f\x7e\xf3\x9b\x86\x61\x4c\ \x9a\xb4\x19\x4b\x59\x12\x09\xce\x87\xc3\xe1\xec\xec\xec\xc2\xc2\ \xc2\xee\xcd\xed\xcd\x6b\x9b\x67\xce\x9d\xf2\x7d\xdf\xed\xf5\x00\ \x00\x85\x42\xe1\xd9\xe7\x5e\x38\x7f\xfe\x3c\xc6\xb8\xdf\xef\x63\ \x8c\x09\x21\x33\x33\x33\x95\x4a\xe5\xfc\x3d\xe7\x82\x71\xe4\x79\ \xe3\x94\xb1\xad\xed\xad\xd1\x68\x24\x24\xcf\x64\x32\x81\x3f\x5e\ \x5a\x5e\x72\xb2\xce\xd2\xd2\x42\xe4\xbb\x5f\x7f\xf2\xc9\xe6\x51\ \xdb\xd4\x6d\x4d\xb3\x6c\x3b\x07\x00\xee\xf7\x87\x59\x27\x9f\x44\ \xfe\xd2\xfa\x99\xa3\xc6\xe1\xd6\xd6\x75\x45\xa1\x8c\xc5\x52\x72\ \xaa\xd0\x20\x08\x8a\x85\xe2\xfd\x0f\x3e\xb2\x5f\x6b\x74\x3b\xbd\ \x7e\xbf\x0f\x00\x18\x0c\x06\x7d\xb7\xaf\x6b\x5a\xbf\xdf\x2f\x97\ \x4a\x94\x52\x55\x55\x02\x1f\x6a\xba\x16\x45\xe1\x44\x14\xbd\x5c\ \x2e\x2f\x2d\x2d\x0d\x87\xc3\xa3\xa3\x23\xdb\xb4\xe2\x38\x1e\x79\ \x9e\x65\x9b\x71\x14\xeb\xba\x3e\xe9\xef\xc1\x18\x4f\x14\x6d\x85\ \x10\x52\xca\xbb\x34\xb7\x08\x21\x94\x5c\xb2\x98\xb3\xe4\x2e\x75\ \xe4\x14\x15\xc3\x3b\x4d\x8c\x12\xc1\x57\xc0\x30\x00\x00\x20\x00\ \x49\x44\x41\x54\x40\x08\x4d\xd3\x1c\x8c\xc6\x96\x65\x69\x9a\x86\ \x15\xaa\xa9\x2a\xc2\x18\x20\x34\x11\xd0\x06\x10\xa4\x82\x43\x8c\ \x84\x90\x58\x25\xba\xa6\x19\xba\x1e\xc7\x71\xbd\x51\xb3\x9d\x5c\ \x2e\x97\xcb\x98\xba\xe0\x49\x2e\x9f\x9b\x9b\x99\x31\x4d\x63\x38\ \x70\x0f\xf6\xf7\xb3\xb9\x4c\xbf\xd3\x45\x00\x2e\x2e\x2c\x24\x2c\ \x4e\x92\x44\x37\x74\x6f\xe4\x2d\x2f\xaf\xd4\xeb\xf5\x6c\x36\xbb\ \xb6\xb6\x6a\x98\xda\xd5\xab\xbb\xf5\xda\x7e\x18\x8c\x35\x4d\x1b\ \x8d\x86\x81\xef\x13\x04\x0d\xc3\x40\x08\xc5\x51\xd0\x6a\x1d\x27\ \x71\xa8\x2a\x54\xa5\xd4\x13\x52\x00\xc1\x38\x53\x35\xdd\xb0\x6d\ \xdf\x1f\xdb\xa6\xc9\x19\xd3\x28\xce\x16\xf2\x9a\xaa\xb0\x38\x56\ \x08\x81\x00\x8b\x34\x29\x16\x8b\x85\x42\xfe\xa8\xd9\x89\xe3\x40\ \x26\x49\x14\x06\x0a\x21\x10\x42\x0e\x38\x41\x58\xd1\xf5\x24\x89\ \xa2\x90\xe7\x73\x59\x43\x57\x0f\x6b\xfb\x9c\xa5\x13\xc1\x34\xce\ \x52\x8a\xb1\x63\xdb\x8e\x6d\xab\x8a\x82\x10\x2e\x15\x4b\xaa\xaa\ \x46\x51\x04\x21\x94\x52\x12\x42\x2c\xcb\x9a\x99\x99\xe9\xf7\xfb\ \x5c\x08\x72\x6b\xc0\xef\xed\x70\xa2\xae\xaa\x71\x22\x82\x20\x28\ \x95\x8b\x8c\x25\xba\xae\x0b\xc1\x21\x04\x84\x60\x8c\x21\x00\xe0\ \x56\x2d\x05\x21\x84\x40\xa1\x50\x98\x50\xdb\x13\x4f\x3c\xb1\xbe\ \xbe\x3e\x3b\x3b\x97\xc9\x64\x28\x21\x83\xc1\x60\x79\x65\x25\x9f\ \xcb\xe9\x9a\xb6\xb5\xbd\x65\x3b\x66\x90\xcb\xb5\x3b\x9d\xe5\x95\ \x65\xdb\xb2\x6a\xb5\xda\xb9\x73\xe7\x46\xa3\x91\x6d\xdb\x85\x42\ \x61\x34\x1a\x3d\xfa\xe8\xa3\xb3\xb3\xd5\x5e\xcf\xad\x1f\x1d\x8d\ \x87\x9e\xa6\x6b\x71\x10\xf4\xda\x6d\x53\xd3\x7c\xcf\x23\x08\x8e\ \x87\x03\xc7\xb2\xda\x51\x50\x2a\x16\x97\x16\x17\x2f\xbd\x70\x6d\ \x34\x0c\x08\x41\x54\x31\x66\xaa\x0b\x87\x87\x37\x0b\x45\xe2\xba\ \x7d\x8c\xe5\xcc\x4c\xb9\x7e\x94\x89\x93\x08\x42\x81\x10\x92\x52\ \x66\x9d\xdc\xd2\xf2\x0a\x02\x64\x30\x18\x0a\x91\x4e\x2a\x78\x51\ \x14\x65\x6c\x3b\x8e\x63\xcb\x34\x27\xb2\xc7\x86\x61\x56\x4a\xa5\ \xa3\xe3\xa3\x38\x8e\x27\x34\x87\x10\x5a\x59\x59\xf1\x7d\x5f\x08\ \xa1\x1b\x7a\xe0\x07\xcb\xcb\xcb\xc5\x42\x71\x7b\x7b\x3b\x97\xcb\ \x4d\xee\x0d\x85\x42\xa1\x5c\x2e\x77\xbb\xdd\x20\x08\xb3\x59\xe7\ \x75\x9d\xf4\x77\x27\x2d\x4a\x29\x11\x81\x9a\x41\x30\xba\x4b\xbd\ \x45\xf9\x96\x7c\x6f\x21\x25\x42\xa8\x58\x2a\x4e\xae\xf9\x49\x3e\ \x8b\x10\xcc\x39\xc7\x08\x01\x00\x44\x9c\x40\x88\x32\x59\x27\x8d\ \x22\x4c\x70\xb9\x5c\x69\x36\x9a\x0f\x3e\xf8\x70\x36\x5b\xe8\x0f\ \x3d\x04\x90\xef\x8f\xeb\x87\x07\xa7\x4e\x9e\x3c\x75\xf2\xc4\xff\ \xc7\xde\x9b\xc5\x68\x9a\x5e\xf7\x7d\xcf\x79\xd6\x77\xfb\xd6\xfa\ \x6a\xaf\x5e\xa7\x87\xd3\xd3\xcd\x59\x49\x8a\x14\x6d\x89\x74\x68\ \x2b\x16\x61\x03\x8a\x6c\x27\x52\x16\x20\x71\x94\x5c\x38\x80\x6d\ \x20\xc8\x45\x72\x1b\xe4\x26\x40\x0c\x19\x08\x8c\xdc\x25\x48\x94\ \x44\x16\xec\xc8\x84\x64\x49\x31\x13\x41\xa4\x48\x6a\x28\x7a\x86\ \xb3\x77\xf7\x4c\x6f\xb5\x7e\x55\xdf\xfa\xee\xef\xfb\xec\xb9\x78\ \x67\x68\x04\x81\x4c\xa9\x89\x41\x3c\x70\x9f\xab\x42\xa1\xea\xab\ \xea\xb7\x51\xe7\x3b\xe7\xfc\xcf\xf9\xfd\xb7\x36\xb7\x2e\xa6\x67\ \x59\x96\xad\xe6\xf3\xc5\x7c\x9e\xf4\x92\x2b\x57\x2f\xff\xd1\x77\ \xbf\xf7\xd9\xdb\xb7\x18\xa1\xd7\xaf\x5d\x73\xce\x2d\xe6\x0b\xef\ \x6c\x9e\x66\xb2\x69\x55\xdb\x38\xa3\x17\xf3\x99\xf7\xbe\x6d\x5b\ \xa9\xe4\x62\x3e\xeb\x0f\xfa\xfb\xfb\xfb\x18\xa3\x8b\xe9\xd9\x62\ \x39\x6f\x9b\x6a\x6b\x67\x87\x73\x7e\x7a\x72\x8c\x3c\x19\x6d\x4c\ \xd2\x2c\x5b\x2c\x16\x71\x18\x59\x67\xd7\xe9\x7a\xb8\xb9\x59\x96\ \x05\x25\x84\x12\xa2\xa4\x42\x08\x90\xf5\x8b\xf9\x1c\xc0\xf7\x7b\ \xc9\xf4\xf8\x64\xb5\x5c\x79\x6f\xad\x35\xde\x58\xef\x5c\x6f\xd0\ \x93\x6d\x3b\x5f\xaf\xaa\xaa\x52\x32\x08\x82\x00\x63\x9c\xe7\x85\ \xb5\xe6\xe4\xa4\x35\x46\x45\x51\xdc\x55\x69\xad\x6c\xf2\x2c\x9f\ \x6c\x4e\xac\xb5\x65\x59\x76\xb8\xc0\x8e\x7d\x40\x08\x29\xca\x27\ \x97\x5c\xba\x77\xfe\xf1\x78\xa3\xaa\x4a\x8c\x81\x52\xea\xbd\x8b\ \xa2\xc8\x5a\xd3\x55\x43\xce\x79\x6b\x4c\xaf\xd7\x27\x04\x9c\x43\ \x7b\x7b\x7b\x7f\xf8\x87\x7f\xb8\xb1\xb1\xf1\xd5\xaf\x7e\xf5\xf1\ \xe3\xc7\x6f\xbf\xfd\x56\x18\x04\x82\xb3\xcd\xcd\xcd\x97\x5e\x7a\ \xe9\x73\x5f\xf8\xc2\x3f\xfd\xed\xdf\xca\xf3\xfc\xee\xdd\x7b\xfb\ \xbb\xbb\x8c\x92\x17\x5e\x78\xe1\xe8\xe8\x48\x29\x35\x1a\x8d\x3a\ \x62\xcd\xf9\xf9\x79\x59\x96\x71\x1c\xcf\xe7\x8b\xa2\xc8\x57\xab\ \xf5\xec\x7c\x2a\x95\xb6\xc6\x54\x55\xf5\xe0\xc1\x83\x4b\x97\x2e\ \xf5\xfb\x7d\x21\x44\x96\xa5\xab\xf5\x6a\x7e\x7e\x44\x08\xbd\xf9\ \xfc\xad\x87\x0f\x8f\xd7\xe9\x4a\x70\x71\xe5\xea\xf5\x3b\x1f\xbc\ \x63\xac\x19\xf4\x93\xe5\x6a\xf1\x8c\xb3\x45\x51\x18\xa3\xc3\x90\ \x7b\xef\xeb\xba\xd9\xda\x14\xd6\x58\x8f\xd0\x64\xb2\xb9\x4e\x17\ \xe7\xe7\xe7\xab\xc5\x92\x73\x9e\x67\x99\x6c\xe5\xde\xde\x5e\xdb\ \x34\x65\x55\x5d\x5c\x5c\xc0\xd6\xc4\x18\x13\x04\x41\x9e\xe7\x5a\ \xeb\xa3\xa3\xa3\x6f\x7d\xeb\x5b\x1b\x1b\x1b\xbd\x5e\xaf\xd7\xeb\ \x2d\x97\x4b\xd9\xb6\x41\x10\x0a\x21\x4e\x4f\x4f\x83\x20\xd8\xda\ \xda\xba\x7c\xf9\xf2\x73\xcf\x3d\x97\xa6\xe9\x9b\x6f\xbe\x59\x14\ \x85\xd6\x26\x0c\xff\x75\x95\x5c\x3e\xb6\x42\x7a\x1a\x9f\xe4\xfb\ \x8f\xf7\x8c\xb1\xbc\x28\x30\x21\xbd\x7e\xcf\x5a\x8b\x00\x21\x42\ \x9c\x73\x08\x10\xb2\x96\x32\x0a\x18\x07\x51\x28\xa5\x24\x94\x18\ \x6b\x08\xc1\xdb\x5b\x5b\xd7\xae\xdd\x10\x22\x58\x2d\xa7\x6f\xbd\ \xfe\xcf\xa3\x97\x5f\xe1\x42\xec\x6c\x6f\xbf\x0b\x40\x29\x5e\x2d\ \x16\x4a\xc9\x28\x0a\xaa\xa2\x3c\x39\x9b\xfd\xe2\x2f\xfe\x75\xad\ \xf5\x72\xb9\x44\x08\xad\xd7\xab\xf9\x6c\xce\x28\xbb\x7e\xfd\x46\ \x20\x04\xc6\x98\x60\xbc\x5a\x2d\x9d\x73\x93\xc9\xa6\x77\x2e\x5d\ \xae\x36\xc7\x1b\x74\x38\x1c\xf4\xfb\x49\x1c\x5a\x67\x8e\x8e\x0e\ \x93\x5e\x2f\x4a\x7a\x94\x90\x61\x3f\xbe\x7f\xff\x7e\xd3\xca\xb2\ \x2a\xc3\x30\xa8\xab\xd2\x39\x6b\x8d\xb1\xc6\x1a\xe7\xa3\x20\x58\ \x97\xa5\xb5\xa6\x2c\x8b\xd3\xd9\x3c\x2b\xaa\xd3\xd3\x53\xd9\xb6\ \xde\x3b\x4a\xc8\x78\x3c\x5e\x2c\x16\x4a\xc9\x34\x5d\x67\x59\x6a\ \xb4\xee\x25\x1f\xf5\x68\x6d\xdb\x70\xce\x01\xd0\x72\xb9\x5c\xaf\ \xd7\x75\x5d\x1b\x63\x45\x20\x8c\x31\x8b\xc5\xa2\x6e\xea\x5e\xd2\ \xf3\xde\x77\xaa\x4b\x37\xfb\xeb\x6e\xd7\x9e\x38\xf0\xc7\x91\xe7\ \x79\xaf\xdf\x23\x84\x1a\x63\xbc\xb7\xde\x63\x6b\x2d\x21\x98\x31\ \x46\x29\x71\xce\x62\x8c\x76\x76\x76\xc2\x30\xd4\x5a\x77\x0b\x2b\ \x80\x91\x77\xee\x37\x7e\xfd\x1f\x6e\x6c\x6c\x04\x61\xd0\xef\xf5\ \x7a\xbd\x5e\x55\x56\x4a\xc9\xbc\xc8\x31\x21\x93\xc9\xe4\x3b\xdf\ \xfd\xee\xd7\xbe\xf6\xb5\x4b\x97\x2e\x65\x59\x56\x14\x45\x9a\xa6\ \x47\x47\x47\xdf\xfc\xe6\x37\x5f\x78\xe1\x85\x9d\x9d\x9d\x5e\x2f\ \x59\x2f\xf9\x62\xbe\x94\x52\x8a\x40\x84\x61\x78\x7a\x7a\xea\x9c\ \xdb\xdf\xdf\xb7\xd6\x32\x42\x0f\x0e\x0e\xe6\xb3\x05\x21\x10\xc5\ \x39\x60\x36\xd9\xea\x9d\x9c\xdc\x6b\xa4\x3a\x3e\x39\xd9\x9a\x6c\ \xea\xf9\x45\x20\x44\x56\x64\x9c\x73\xe7\x3c\x42\x0e\x03\x96\x4a\ \x55\x55\x7d\x78\x78\xbc\xce\xca\xb3\xf3\xb3\xd9\x7c\x1e\x89\x60\ \x3e\x9f\x5f\xbf\x76\x6d\xb5\x5c\xb5\x6d\x5b\x14\xc5\x7c\x3e\x5f\ \x2c\xe6\x9c\xe2\xed\x9d\x6d\x29\xdb\xd5\x6a\x55\x14\xc5\x70\x38\ \x3c\x3e\x3e\x46\x08\x56\xab\x65\x9e\xe5\x42\x04\xab\xd5\xea\xee\ \xbd\xbb\x75\x55\x79\xef\x7b\xbd\x5e\x96\x65\x59\x9a\x12\x42\x92\ \x38\xc6\x18\x4f\xa7\x53\x8c\x7f\xcc\x66\xd4\x53\xc9\xe5\x69\xfc\ \x44\xc3\x0a\x4c\x88\x94\x6a\x30\x18\x10\x8c\xbb\xed\x59\x0c\x18\ \x00\xda\xa6\x71\xce\x52\xc6\xb9\x35\x8b\xf3\x93\x61\xbf\x37\x3f\ \x9f\xbe\xf6\xda\xf7\x86\x83\x11\x72\x9e\x71\x41\x28\xf1\xc8\x0b\ \x2e\xca\xba\x52\x5a\x32\x46\xaf\x5e\xbd\x82\x31\x20\x44\xd6\x69\ \xda\x4b\x22\x70\xfe\xfd\xf7\xde\x7b\xe1\xd5\x9f\xea\xf7\x7a\x79\ \x9e\xc9\xb6\x5e\xaf\xd3\xc5\x6c\xf6\xe5\x9f\xfe\xe9\xc9\x64\xf3\ \xe8\xf8\x58\x4b\x79\xf8\xe8\xa1\xd5\x12\xbc\x77\xc6\x10\x84\x5a\ \xad\xac\x56\x49\x1c\x6d\x4d\x26\x69\x9a\xae\xcb\x1c\x13\x24\x9b\ \x26\x8e\xe3\x38\x8e\xad\x35\x6d\xab\xb2\xac\x18\x0e\xc7\x4a\x49\ \x42\xed\x72\xb1\xb8\xf7\xfe\xfb\x4a\xa9\xa4\x97\xc8\xa6\x95\xc6\ \x04\x22\x00\x80\x87\xf7\x1f\xcc\x96\xcb\x87\x8f\x1e\x5b\x6d\x47\ \xc3\x51\x59\xb5\x46\xcb\x7e\x1c\xd5\x75\x65\xad\x29\x8b\x1c\x63\ \x1c\x45\x11\x01\xb2\x5e\xa7\x65\x59\x52\x4a\x3b\x4d\x43\x29\xa5\ \xb5\x6e\xdb\x46\x1b\x85\x15\x34\x75\xcd\x03\xd1\xe1\x27\x28\xa5\ \x42\x04\x1b\x93\x49\x9a\xe5\xf3\xc5\x32\x08\xa2\xdd\xbd\x7d\x6b\ \xed\x93\xbd\x19\x75\x1a\x42\x92\x24\xc6\x6a\x0c\x18\xe0\xa3\x6c\ \x68\x8c\x6d\x5b\xc9\x18\xb5\x46\x31\x46\x95\x52\x84\xd0\x6f\x7c\ \xe3\x1b\x8f\x1f\x3f\xee\x46\x9c\x9d\x71\x22\x23\x18\x21\x94\xe7\ \x39\x42\xe8\xc6\x8d\x1b\xc3\xe1\x50\x2b\x3d\x9f\x2f\x9d\xb1\x00\ \x78\xb9\x5a\xb1\x5a\xbd\xfc\xca\x2b\x00\x50\x37\x75\x91\x17\x8f\ \x1e\x3d\x7a\xf5\xd5\x57\x5f\x79\xe5\x95\xe9\x74\x7a\xef\x83\x7b\ \xd9\x3a\x5d\xce\x2e\xb0\xb7\x6d\x5d\x46\x21\x0f\x05\x5b\x2d\xe6\ \xe3\xe1\x4d\x82\x51\x14\x46\x75\x55\x8c\x06\x93\x3c\x2f\xcb\xba\ \xea\x8f\x7a\x94\x63\x1e\x04\x87\xc7\x27\xfd\xfe\x86\xb6\xba\x51\ \x86\x79\xf3\xbd\xef\x7d\x5b\x35\x15\x20\xd7\x71\x73\x94\x6a\xe3\ \xa4\x77\x76\x36\x6d\x95\x7b\x7c\x78\xfa\xfe\x9d\xb7\x2e\x1d\xec\ \x65\x6d\xe6\xbd\x6f\x9b\xd6\x18\xbb\x5e\xaf\xda\xa6\x59\xad\x56\ \xa3\xf1\x78\x63\x73\xcb\x58\x7b\x78\xf8\xb8\x23\x75\x5b\xa7\x95\ \x6a\x1e\x3d\xba\xbf\x4e\x53\x6d\xb4\xb5\x06\x30\xa4\xeb\x75\x51\ \x14\xdb\x3b\x3b\x84\xb0\xa4\xd7\xbb\x79\xeb\xd6\xc5\x6c\x9e\xe7\ \xb9\x32\xe6\x2b\x7f\xe1\xab\x1f\xa7\xe3\xa7\x69\xf1\x69\x7c\x62\ \x6a\x34\x00\x78\xe7\xac\xf7\xe0\x40\x5b\x87\x11\x30\xc4\x75\x23\ \x9b\xa6\x11\x0c\x23\x4e\x5e\xfb\x83\xdf\xef\xda\xbd\xa3\xc3\xfb\ \xfe\xf2\xb5\xa2\x2e\x93\x1e\x6d\xa4\x64\x02\x29\x67\x80\x42\xd4\ \x4b\x1a\xd5\xf2\x90\x07\x51\x50\x97\x05\xc6\xc8\x79\xaf\x8d\x5e\ \x2d\xe7\x2f\xdd\xbe\x9d\x44\x81\x96\x0d\x78\x7b\x7e\x7a\x4a\xb1\ \xdf\xdf\xdd\xda\xda\xda\x92\x4d\xf1\xf6\xdb\x6f\x17\xf9\x4a\xb6\ \x8d\x73\x9e\x52\x32\x9b\x9d\x69\x6d\x26\x93\xc9\x7a\x35\x57\xfb\ \xbb\x9c\x91\xa3\xc3\x47\x59\xba\x16\x42\x10\x80\x48\x88\x38\x1e\ \x17\x79\xee\x1c\x5c\xb9\xf6\xec\xdd\x3b\xef\x23\x85\x22\xec\x8e\ \x1e\x3e\xc0\xde\x3a\x6b\x31\xc5\xd6\x79\xc0\x98\x52\xc8\x57\xb3\ \x72\xb9\x2c\x16\x17\x71\x7f\x80\x9c\x16\x0c\x83\x47\xad\xac\x95\ \x6e\xb3\x3c\xe7\x8c\x51\xce\x9a\xa6\x49\x4f\xd6\x80\x7c\xd7\xba\ \x22\xe4\x95\x6a\xbd\xf7\x18\x23\x6d\x24\xc6\x0e\x81\x6b\xdb\xda\ \x5a\x77\x70\x70\x29\xee\xf7\x18\x17\x08\x41\x18\xf5\x3c\x66\xbc\ \x6c\x02\x83\x44\x10\xa1\x27\xd4\x5c\xc0\x7b\xdf\xeb\xc7\x6d\xd3\ \x20\x04\xb2\xd5\x48\x80\x75\x8e\x60\x5e\x35\x75\x96\x66\xce\xd9\ \x38\xc6\x77\xef\xbe\xff\xcf\xbe\xf9\xcd\x5b\xb7\x3e\xfb\x7f\xfc\ \x93\x7f\x24\x78\x78\x36\x3d\xbf\x74\xf9\xc0\x3a\xef\x1d\x50\x8a\ \x3a\xa7\x46\x84\x50\xaf\xd7\x8b\xa2\x08\x21\xe4\x9c\xb1\xce\x26\ \x49\xf2\xfd\xd7\x5e\xfb\x5b\x7f\xf7\x3f\x9f\x6c\x8e\x8d\xb5\x84\ \xe1\x55\xba\xbc\xff\xf0\xc3\xaf\x7f\xfd\xeb\x37\x9e\xbb\x11\x44\ \xe2\xad\xb7\xde\x5a\xcc\xce\xb3\xf5\x02\x79\xef\xad\x42\x56\x9f\ \x1c\x3e\x9a\x6c\x6e\xce\xce\x4f\xaf\x5c\xd9\x07\xec\xe6\xf3\xf3\ \x37\x7e\x78\x1c\x47\x89\xf7\x88\x50\x15\x44\x28\x8a\xd8\x6c\xb6\ \xba\x72\xed\xe6\xf9\xf4\x7c\xb1\x2c\x46\x23\xf1\xde\x9b\xdf\xaf\ \xeb\x2a\xe2\xd4\x78\xb0\x0e\x79\x44\x45\x90\x9c\x9c\x9e\x01\x90\ \xf7\xde\x7f\xdb\x6a\x1d\x50\xae\x3c\x48\x27\x9b\xa6\xd5\x5a\x1f\ \x1f\x9f\x3a\x67\x87\xc3\x51\x96\x65\xef\xdd\xb9\x2b\xb5\x34\x46\ \x69\xa3\x75\xdb\x20\x27\x29\xa5\xda\xdb\xb6\x2d\xab\xba\xd4\xda\ \xae\xd3\x55\x2b\xd5\x0b\x2f\xbe\x14\x47\xc9\x0b\x2f\xbe\x72\x78\ \x74\xf2\xdc\xf3\x2f\x9f\x9d\x9f\xe5\x55\x1b\x26\xfd\xbd\x2b\x57\ \x3f\x1a\x7c\x3f\x4d\x8b\x4f\xe3\x93\xa8\x15\xbd\x73\xd3\xd3\x13\ \x4c\xa8\xe0\x5c\x1b\x4d\x08\x75\xd6\x52\x4a\x45\x20\xa2\x30\xa2\ \x18\x54\x53\x3f\xbe\xf7\xe8\xde\x9d\xf7\xb5\xd6\xce\x3b\xc1\xf9\ \x7a\xbd\x3c\x3c\x3c\xbc\x7e\x83\x8b\x80\x60\x42\xdf\x7d\xf7\xdd\ \xbd\x83\x83\x8d\xc9\xc6\x6a\xb5\x1a\x0e\x87\x61\x18\x2a\xd9\x10\ \x40\xde\xfb\xb2\x2c\xbe\xf4\xa5\x2f\xef\x6c\x6d\x4d\x8f\x4f\xc7\ \xe3\x51\x1c\x44\x75\x99\x6b\xd9\x32\x82\x09\x00\x27\x84\x53\x5a\ \x57\x65\x9a\xae\x8d\x31\x84\x90\xc1\x60\x60\xad\x95\x32\x3e\x3b\ \x3b\x23\x04\xdf\xb8\xf1\xec\xa0\xdf\x4b\xd7\xcb\x8b\x8b\xf3\xc9\ \x64\x23\x8e\x82\x4b\x07\xfb\xcb\xa5\xe0\x9c\xc5\x71\x34\xd9\xdc\ \x3c\x3d\x3b\x25\x38\x24\x18\x63\x8c\xad\x35\x08\x00\x30\x68\xad\ \x37\x36\x36\xbc\xb7\xe9\x7a\x85\x01\xa2\x20\xf4\xde\x59\xa3\xf2\ \xac\xe0\x4c\x78\xe7\x26\xe3\x0d\x4a\x69\x5d\x55\x45\x5e\x78\x8f\ \x9c\xfb\xd1\x38\xcf\x75\x06\xd0\xd6\x7b\x8c\x81\x10\x42\x08\xb1\ \xce\x31\xe4\xa5\x6a\xfb\x78\x20\xdb\x56\x1b\xe3\xbc\x07\x20\x49\ \xd2\x5b\xaf\xb3\x34\xcb\x9f\x6c\xb6\x48\x08\x5e\xaf\x56\x46\x5b\ \xca\xa8\x6c\xa5\x94\x2d\x17\xc2\x5a\x1b\x47\xb1\x47\x3e\xe0\x7c\ \xb1\x98\x69\x6d\x7f\xe7\x77\x7f\xe7\xad\x37\xdf\xfa\xa3\x3f\x7a\ \x2d\x8a\x7a\x69\x9a\x7e\xf0\xe1\x87\x2f\xbd\xfa\x4a\xd3\x48\x0c\ \x34\x4f\x8b\xc5\x72\xf9\xef\x7c\xed\x6b\x75\x59\x6f\x6c\x6c\x8c\ \x46\xe3\xe3\xa3\xe3\x30\x0c\xb5\xd2\x21\x17\xc6\x98\x2f\x7c\xfe\ \x73\x55\x59\x71\xc6\x7a\x51\xa2\xa5\xf2\xd6\x09\x2e\x8c\x54\x94\ \xd0\x5e\x9c\x7c\x90\xa5\xd3\x93\xd3\xa6\x6d\x10\x86\x34\x5d\x23\ \x84\xc2\x38\x94\xaa\x7d\xf7\xbd\x77\x5e\x7a\xf9\xe5\xe1\xa8\xff\ \xfe\x9d\x4a\x49\x5d\x96\xe5\xf6\xf6\xf6\xb5\x6b\x57\xb8\x10\xdd\ \x42\xe5\x73\xcf\xdf\xfa\xf6\xb7\xbe\x2d\x44\x93\x44\x54\x53\x62\ \xad\x07\x87\xbc\x43\xde\xf9\xc9\xe6\x66\x18\x84\x27\x67\xa7\x8b\ \xf9\xfc\xea\xe5\x03\xa5\x94\x47\x7e\x3e\x9f\x6b\xad\xeb\xba\x4e\ \x92\x28\x49\x12\x21\x82\x2c\x4b\xeb\xba\x32\xde\x79\x67\x90\xf7\ \x80\xbc\xd1\x1a\xbc\x47\xc8\x13\x82\x19\xa7\x98\x62\xa5\x55\x1c\ \x43\x91\x17\x2f\xbd\xf8\xca\x6a\xb5\x02\x8f\x3e\xf8\xe0\x43\x87\ \x1c\xa1\x24\xe9\xf7\xee\xdf\xbf\xff\xb3\x5f\x7c\x15\x63\xf2\x34\ \x2d\x3e\x8d\x4f\x6a\xb4\xf8\xfa\x1f\xbf\x06\x84\xee\x6c\xef\x70\ \xce\x8c\xd6\x65\x59\x52\xc6\x08\x21\x3b\xdb\x3b\x1b\x93\x49\x5d\ \x66\x77\x3f\xb8\x67\x8c\xc1\x00\x0e\x81\x08\xc2\x2c\xcf\x1f\x3d\ \x7e\xf0\xd9\x17\x5e\x6c\xa5\x44\xde\xaf\xd7\xab\x2b\x97\x2e\xd5\ \x4d\x7d\x7e\x76\x46\x29\x25\x84\x52\x4c\x94\x6c\x08\x42\x71\x14\ \x3e\xfb\xec\xb3\xb3\x8b\xf3\xa2\xac\x6e\x3c\xf3\x8c\x77\xb6\x2c\ \x0a\x84\xd0\xdd\x3b\x77\xf6\xf7\x73\x42\x89\x73\xc6\x58\x8d\x01\ \x3a\x8b\x8f\x9d\xdd\xdd\xaa\x2c\x8f\x8f\x8f\xaf\x5c\xb9\x62\xad\ \xfd\xe1\x0f\xdf\x50\x52\x0a\xc1\x95\x96\x9d\x16\x9c\xa6\xeb\xf5\ \x7a\xad\x94\x74\xce\x0a\xc1\xb5\x56\x5a\x11\x12\x70\x84\x90\x73\ \x1e\x01\x38\xe7\x84\x10\x51\x14\x39\xe7\xf2\x3c\xef\xf7\x7a\x51\ \x20\x8a\xaa\xb2\xd6\x71\x46\x09\x86\xe1\x60\x10\x86\x51\xdb\xb6\ \x46\x2b\xe4\x3d\x00\x72\xfe\x5f\xf8\xca\x23\x84\x08\x21\xce\xdb\ \x4e\xfd\xf4\xdd\x45\x1e\x42\x55\x59\x8e\xc7\x13\xe4\x9d\x60\x3c\ \x89\x92\xe9\xf9\x54\x04\x61\x1c\xc7\x45\x9e\xc3\x13\xa1\x22\x84\ \x10\xdf\xfe\x83\xdf\x5f\x2c\x96\x9f\x7d\xe1\x36\x63\xbc\x6d\x5b\ \xef\x7d\x9a\xa6\x51\x14\x0d\x06\x83\x6b\xd7\xae\x7b\x6b\x5e\x7f\ \xfd\x8d\xf7\xef\xbc\xaf\xad\x09\x82\xd0\x7b\x57\x55\xc5\x3b\xef\ \xbc\xfd\x17\x7f\xee\x2f\xf5\xe2\x3e\x63\xfc\xce\xbb\x0f\x86\x83\ \xc1\xfe\xfe\xde\x9d\x3b\x77\x77\xb6\xb7\x7a\xfd\x1e\x25\x54\x6a\ \xed\x91\xbf\x98\xcd\x7e\xf9\x97\x7f\xa9\x17\xc7\x8f\xee\x3f\xd8\ \xda\xda\x8c\xa2\xa8\x2a\x8a\xb6\xae\x67\xe7\xe7\xc3\x5e\xbf\xdf\ \xef\x09\xce\x9a\xba\x69\x95\xec\xb6\x5e\x3a\x2f\x81\x47\x8f\x1e\ \x1d\x1c\x1c\xe4\x59\x7e\xef\xde\xbd\xb6\x6d\xf7\x76\x76\xde\x7d\ \xe7\x5d\xe7\xfd\xee\xf6\x4e\x9e\x66\x5b\x5b\x5b\xb2\x95\x8c\x51\ \xc1\x58\x5d\x96\xbd\x38\xb0\x0e\x23\xc0\xc6\x39\xeb\x90\x73\xbe\ \x91\x6d\x20\x82\x7e\xaf\x77\x7c\x74\xd4\x8b\xa3\xf1\x68\xd4\xb4\ \x4d\x27\x25\x39\x67\xa3\x28\x7c\xe9\xa5\x17\x1f\x3d\x7a\x14\xc7\ \x71\x55\x55\x84\x52\xa3\xa4\x94\x92\x22\x44\x09\xf1\xde\x12\x4a\ \x11\x42\x8c\x30\xc1\x79\xab\x54\xd3\x54\x5b\x93\xad\x3c\x4b\x17\ \xf3\x79\x18\x26\x4a\x49\xd9\x36\x8d\x6a\xac\xb5\xfb\xbb\x3b\x6f\ \xbc\xf1\xba\x54\x92\xb1\xf8\x29\x2a\xe2\x69\x7c\x52\x15\x63\x99\ \xaf\x9b\xa6\xc5\x4e\x27\x49\x52\xd5\xb5\x73\x4e\x70\xae\xb5\x32\ \xaa\xf1\x56\x35\x6d\x95\xa6\x69\xa7\x36\x10\xc6\xea\xa6\xf2\xc8\ \x9f\x1c\x1f\x29\xd9\x5a\xed\xaa\x3c\xeb\xee\x88\xbd\x75\x82\x73\ \xd9\xd4\xa3\xfe\x60\x71\x3e\xa5\x84\x7a\xe7\x7b\xbd\xbe\xb3\xf6\ \xde\xbd\x7b\x52\xc9\xf5\x7a\x69\xad\x39\x3c\x7c\x74\xf3\xf9\xe7\ \x37\x26\x63\x42\xf1\x87\x1f\x7e\x30\x9d\x9e\x09\x2e\x24\x95\x4a\ \xa9\xa2\x28\x8e\x0e\x0f\x8d\xd6\xce\x7b\xe7\x6c\x55\x55\xcb\xe5\ \xb2\x95\x4d\x3f\x49\x42\x11\x28\x29\x3f\x3a\x26\xcb\x32\x00\xd4\ \x36\x8d\x56\x6a\xd0\xeb\x1b\xd5\x38\x47\xbd\xf7\xd6\x1a\x4c\x98\ \x31\x86\x73\x9e\x65\x99\x36\x9a\x60\x3c\x18\x0c\x94\x56\x94\xd1\ \xd1\x28\xe9\x16\x9b\x01\x20\xcb\x56\x69\x9a\x75\x97\x76\x98\x51\ \x40\x4e\x29\x09\x00\x84\x10\x00\x44\x29\xed\x48\x36\xdd\x46\x67\ \x28\x82\x30\x0c\xb4\xd6\xe9\x7a\xc9\x83\x60\x73\xb2\xed\xad\xd9\ \xde\xde\xa4\x54\x9c\x4d\xa7\x18\x63\xf4\x84\xa8\x08\xb2\x5e\x2d\ \x5e\xfb\xde\x77\x56\xcb\x8b\xe7\x9e\xbb\x59\x55\xe5\x62\xb1\xe0\ \x8c\x23\x84\xe2\x24\x21\xe0\x00\xc3\xeb\x6f\xbc\x51\xd7\x4d\x5d\ \xd7\xb2\x55\xbd\xde\x80\x50\xf2\xe0\xfe\x07\xb2\xae\x7b\x51\x52\ \xe4\x69\x9e\xe5\x49\x92\x54\x55\x9d\xf4\x7a\xb3\xd9\x6c\x67\x67\ \x47\x4a\x09\x04\xac\xb5\x49\x12\x4f\x26\x9b\x0f\x3f\xbc\x9f\xe7\ \xe5\xf1\xe3\xc7\xe3\xf1\xf8\xee\x7b\xef\x67\xab\xf5\x20\x4e\x9a\ \xb2\x7c\xf0\xc1\x07\xf3\xf9\x9c\x20\x94\x24\xb1\x56\xba\x28\x8b\ \xd5\x6a\xd5\xb6\x6d\x9e\xe7\x59\x96\x5d\xbd\x76\x6d\x3a\x9d\x1e\ \x1f\x1f\x6f\x6e\x6c\x6e\x6f\x6d\x56\x55\x9d\xad\xd7\xf3\xd9\x6c\ \x31\x9b\x55\x45\x71\x70\x70\xd0\xd6\xcd\xa0\xdf\x6f\xea\x9a\x73\ \x64\xac\xd7\x5a\x7b\x4f\xac\x73\x9c\x71\xef\x6c\x59\x96\x79\x96\ \x5f\xbe\x72\xd5\x5a\x13\x45\x51\xdb\xb6\xb7\x6e\xdd\x32\xc6\xcc\ \xe7\xf3\xd5\x6a\x35\x9f\xcf\xa4\xec\x0f\x87\xc3\xd9\x6c\x26\xb8\ \xa8\xcb\xc2\x82\xe7\x01\x43\x9e\x74\x53\x5d\x84\x3c\xc6\xd8\x6a\ \x33\xe8\xf7\xc7\xc3\x81\x54\xe6\xe1\xc3\xfb\xb7\x6f\xbf\x48\x09\ \xde\x18\x0d\xe7\x4b\xb3\xb3\x3d\x79\xf4\xe8\x61\x9e\x65\xd6\x5a\ \x78\xda\x44\x3f\x8d\x4f\x2e\x9c\x33\x75\x5d\x5c\x5c\xb8\xb2\x88\ \xb9\x10\x41\x18\x28\xd5\x20\x8f\x64\x5b\x9f\x9e\x1e\x56\x55\x53\ \x96\x95\xb5\x96\x50\xea\xbc\x45\x0e\x11\x80\xf3\xb3\xb3\x0f\xee\ \xde\x79\xe6\x99\x67\xcf\xcf\xce\x1e\x3e\x7c\xf8\xfc\xcd\xe7\xe6\ \xf3\x79\x3f\x8e\x02\xb6\xb9\xb5\xb5\x79\xef\xee\x7b\x1e\x13\x6d\ \xed\x64\x3c\xc6\x80\x8f\x8f\x8e\x00\xa0\xad\x1b\x29\x25\xa3\x6c\ \x73\x63\x42\x31\x49\xa2\x44\x4b\x75\x71\x7e\x81\x9c\x69\x9b\xaa\ \x6b\x63\xd7\xab\xc6\x5a\x9b\x24\x49\x55\x16\x6b\x4a\x8a\x22\xab\ \xab\x0a\x3b\x6b\x8d\x9a\xcf\x56\x08\x21\xa5\xa4\x94\x8a\x00\x92\ \x6d\x4d\x30\xda\xdf\xdb\x7e\xf4\xe0\x81\x73\xce\x39\x67\x8d\xf5\ \x88\x00\x80\x31\x66\xb5\x5a\xe5\x79\x3e\x1c\x0e\x93\x38\x5e\xae\ \xd7\x71\x18\x52\x8c\x8d\x31\x45\x96\x39\xe7\xaa\xaa\xd2\x5a\x53\ \x4a\x27\xe3\xb1\x73\xae\xd3\xc7\x11\x42\x94\x52\x00\x70\xce\x3a\ \xeb\x30\xc6\x94\x52\xef\xc0\x1a\x43\x00\x1c\xfa\xe8\x56\x24\xcb\ \xd7\x8c\x89\xcb\x97\xaf\x06\x51\xb8\xb7\xbb\xb3\xb5\xb5\x69\x9d\ \x7d\xe2\x07\xaf\x55\x73\x31\x3d\xa3\x18\x11\x4a\x09\x21\x18\x3b\ \xe7\x5c\x9e\xad\x1e\xdc\xbf\x87\x09\x79\xf8\xf0\x81\x32\x86\x09\ \x61\x8c\x2d\x8a\x22\x08\xc2\xd9\x7c\xfe\xc3\x37\x5f\xff\x37\xbe\ \xfa\xb5\xb2\xc8\x5e\x7b\xed\x7b\x37\x9f\x7b\x76\xbd\x5e\x7b\xe7\ \xc7\xe3\xf1\xb3\x37\x6e\x38\xef\x18\x26\x55\x51\x6e\xec\x8f\x27\ \x93\xc9\xf1\xe1\xe1\x7a\xb5\x4e\x92\xa4\x2e\x8b\xfb\xf7\xee\xbe\ \xf8\xe2\x8b\x9b\x1b\xe3\xad\xcd\x4d\x0a\xe8\xb5\xef\x7d\x77\xb5\ \x58\x18\xad\x97\xcb\x25\xa1\xf4\x8d\x37\xde\xa0\x94\x26\xfd\x9e\ \xf7\xfe\xfc\xfc\xbc\x96\x6d\x96\x65\x04\x30\x00\x9c\x5f\x9c\x89\ \x40\xa4\xeb\x54\x6b\x6d\xac\xd2\x46\x16\x45\xf1\xec\x67\x9e\x79\ \xf0\xe0\xbe\xd2\x06\x63\x6c\x2d\x02\x02\x08\x21\x8c\x21\xcf\xf3\ \x77\xde\x79\x2b\x0c\x83\xc9\xc6\x68\x3e\x9f\x47\xa1\x98\x6c\x8c\ \x28\xa5\xf7\xef\x1f\xb5\x6d\xfb\xf0\xc1\x87\x00\x30\x9f\x5d\x0c\ \x87\xc3\x67\x9e\xb9\xba\x5e\xe7\xe9\x6a\xe1\xac\x63\x84\x30\xc2\ \x38\xa1\x8d\x6d\xbc\x73\x18\xa1\x2e\x33\x5a\xa3\x38\x65\xf9\x7a\ \xfd\xfa\x0f\xbe\xff\xea\xe7\xbe\x30\x3d\x3b\x79\xfe\xf6\xcd\x2b\ \x57\x2e\x0b\x86\xa3\x80\x31\xfa\x63\xac\x68\x9f\xa6\xc5\xa7\xf1\ \x13\xb5\xd1\x4e\x6b\x2d\xdb\xd2\x18\xd5\x34\x22\x10\x71\x1c\x47\ \x61\x88\x00\x8c\x6c\x8c\x6a\x97\xeb\xcc\x3a\x6f\x9c\xc3\xc8\x23\ \xf0\xce\x38\x42\x58\x5d\x15\xef\xbf\xfb\x4e\x3f\x19\x48\x59\x8f\ \x06\x83\xf1\x70\x78\x7a\x72\x0c\x6e\x3c\x19\x8d\x42\x11\x00\x42\ \x18\x21\xe7\x9c\xb3\x6e\x31\x9f\x59\xab\x87\xc3\x91\x31\x3a\x4d\ \xd7\xbd\x5e\xb2\x5a\x2d\x1f\x3d\x7a\x58\x96\xc5\xd9\xd9\x69\x20\ \xb8\x73\x18\x2a\x14\x04\x01\xa1\xd4\x3b\x57\x37\x4d\xdd\x34\xb3\ \xd9\x2c\x49\x12\xa3\x6d\x96\xe5\x14\x10\x00\x96\x4d\x0b\x00\x1e\ \x21\x67\xac\x77\x7e\xb9\x58\x76\x59\x8f\x10\xa2\xb4\x42\x08\x18\ \x63\xd6\x23\x84\x20\x0c\x43\x4a\xa9\x52\x2a\xda\x8a\x19\x63\x84\ \xe0\xe9\x74\xca\x18\x75\xce\xb5\x6d\x63\x8c\x69\xdb\x06\x00\x2b\ \x25\xf3\x3c\x43\x08\xd9\xce\x20\x05\x81\x73\xce\x39\x03\x80\x31\ \xc6\x5a\x6b\x84\xc0\x79\x8b\x9c\xc7\x98\x70\x0e\x6d\xdb\x6a\xad\ \x91\xb3\x61\xc0\x8b\x3c\x5d\x2c\x2e\x9c\xd6\x14\x3f\x21\xbf\x0a\ \x63\x5c\x56\xc5\x6c\x36\xd5\x46\x9e\x4d\x8f\xbb\x93\xe7\xee\x28\ \x3b\x0c\xc3\xd9\xec\x7c\xb1\x5c\x55\x4d\x63\xac\xf5\xce\x13\x42\ \x94\x51\xaa\x50\xa1\x88\xbe\xfd\xad\x3f\xb8\x7a\xe9\x72\xaf\xd7\ \x9b\xcf\x67\x5f\xff\xf9\xbf\x9c\xa6\xa9\xd6\xfa\xc6\x33\xd7\xb7\ \xb7\xb7\xbb\x97\xb5\xd6\x5a\x6b\x9c\xb3\x65\x56\x22\xe7\xbd\x75\ \x8b\x8b\x99\xe0\x22\x14\xc1\x07\x77\xee\x7a\x63\x8f\x0f\x8f\xda\ \xaa\xee\xf7\xfa\xd3\xf3\x33\x04\x10\xc7\x31\x65\xd4\x5a\x5b\x54\ \xe5\xc9\xc9\xc9\x78\xb2\x61\xb4\x3e\x9b\x4e\xc1\xf9\xd1\x70\xa8\ \xa4\x5c\xce\xe7\x22\x08\xac\xd6\x8c\x90\x74\xb5\xaa\xea\xfa\xd6\ \xad\x5b\xe7\xe7\xd3\xba\x2d\x3d\xc2\x40\xb0\x73\xd6\x23\x24\x04\ \x0b\x04\x3b\x3b\x3b\xd9\xdf\xbf\xb4\x31\x1e\x02\x72\xf7\xee\x7d\ \xb0\xb1\x31\xc6\x18\x2f\x16\x0b\xad\x75\x96\x65\xe3\xf1\xb8\x3b\ \x82\xee\x08\x75\xa1\x10\x94\x60\xe7\x6c\xab\x1a\xab\x34\x25\xd8\ \x59\x67\x8c\xc1\x80\xa5\x6c\x9c\xd5\x01\x17\x4d\x23\x3d\xa5\x79\ \xb6\xde\xdb\xdb\x5f\x2f\x97\xd6\x68\x25\xe5\xe6\x64\x83\x10\xf2\ \x2f\x67\x8b\x3d\x4d\x8b\x4f\xe3\x27\xad\x17\x3d\xf2\xd6\x99\xa6\ \x35\x55\x53\x75\x1e\x95\x5d\x09\x46\x28\x71\x1d\x06\x19\xa0\x13\ \x0a\xbc\x77\xc8\x59\xeb\xfc\xd9\xe9\xf1\xe3\x87\x1f\xce\x67\xcb\ \xeb\x57\xae\x58\x63\xb5\xd2\x8b\xd9\x2c\x5b\x2e\xd7\xeb\x35\x67\ \x9c\x60\xb0\x5a\xb7\x4d\x53\x57\x95\x08\x62\xa5\x64\x59\x96\x65\ \x91\x73\xce\x4f\x4f\x4f\x02\xc1\xcb\xb2\xc8\xf3\x2c\xcb\x52\xf0\ \x8e\x33\x3e\x1c\x0e\x00\xb0\xb5\xc6\x59\xd3\xd6\x55\xed\xec\x7c\ \x76\x51\x55\x95\xd5\xb2\xc8\x73\x42\x08\xc6\xd0\x11\xbd\x8c\x56\ \xce\x9a\xba\x2a\xb7\x36\x27\xd6\x5a\x84\xac\x56\x0e\x01\x41\x80\ \xbc\x73\xde\x43\x10\x04\x1d\xf8\xab\x6d\x5a\x6b\x9c\x92\x6d\x55\ \x15\x61\x18\xd6\x75\x6d\xb4\x36\xd6\xb6\x4d\xcd\x38\x17\x42\x34\ \x4d\x43\x08\xe1\x9c\x1b\xa3\x8d\x31\x8c\x51\xef\xb1\xf7\x1e\x13\ \x40\xdd\xea\x12\xc6\xc6\x2a\xd9\x36\x98\x60\x46\x69\x14\x06\x52\ \xaa\xd9\xc5\x8c\x32\x06\x80\xaa\xfa\xa3\x89\xe7\x93\x3d\x74\x42\ \x70\xab\xda\xd5\x7a\x69\xad\x9d\x2f\x66\x79\x91\xbd\xfc\xf2\xcb\ \xc6\x18\x90\x88\x31\xb6\x4a\x97\x8d\x52\x16\x21\xe7\x1d\x72\x20\ \x02\xe1\xb4\x6d\xda\x6a\x7a\x76\xfa\xee\x7b\x6f\xc5\x41\xb4\xbd\ \x39\x39\x38\x38\xb8\x77\xef\x1e\x65\xec\xe8\xe8\x68\x3e\x9f\x7b\ \xef\x8d\x31\x08\x21\xe7\xdc\x74\x7a\x16\x87\xc9\xe6\xc6\x66\x55\ \x55\x8f\x1e\x3f\x16\x82\xa7\xe9\x7a\x7a\x2e\x82\x30\x38\x3c\x3a\ \x6c\x65\x9b\xcf\x73\xef\xec\xde\xee\xae\x08\x03\x4a\xe9\xf9\xf9\ \xf9\x3a\x4b\x57\xab\xd5\xdd\x3b\x77\x1d\x78\x67\xed\xf9\xf9\xb4\ \xad\x6b\xd5\x4a\xc6\x58\x18\x04\xdd\x9e\xff\xd1\xd1\xd1\xce\xce\ \x0e\x67\x0c\x00\xa4\x36\xde\x83\xb5\xde\x79\xe7\x1c\x50\x0a\xe3\ \xf1\xd8\x58\xeb\xac\x39\x3d\x39\x46\x08\xad\x96\x73\xef\x4c\xd3\ \xb6\xe9\x7a\x35\x1c\x0e\x8d\x56\xf3\xd9\x85\x10\xa2\xc8\xb3\xd5\ \x72\x39\x1a\x6f\x5a\xad\xea\xaa\x08\x18\x26\x98\x28\xad\x19\x30\ \x84\x80\x20\x70\xce\x62\x84\x9c\xb5\x5a\x4b\x42\xb0\x60\xd4\x1b\ \xb3\x9c\xcf\xcb\x22\x3f\x3b\xf5\x59\x91\x4d\x26\x1b\xf0\xd4\xf9\ \xef\x69\x7c\xa2\xa1\xba\x05\x30\x4c\xbc\xf7\xce\xdb\xaa\x69\x28\ \xe7\x41\x10\x00\x42\xb2\x69\xea\x56\x6a\x6b\xbc\x77\x08\xc0\x5a\ \xeb\x9c\x0d\xb9\xf0\x08\x8a\x3c\x3d\x3f\x3b\x39\x9f\xce\x5e\x7e\ \xe5\xa5\x22\xcf\x8d\x36\x55\xd9\x70\x46\xb4\xd6\x18\x01\xf6\xc8\ \x7b\xef\x9d\x57\x52\x4a\x65\xa5\x92\x4a\xa9\xaa\xaa\xa2\x28\x62\ \x8c\x4e\xa7\x67\x69\x9a\x76\x77\x23\x81\xe0\xde\x59\x4a\x30\xa5\ \xd4\x5a\xd8\xda\xdc\x48\xa2\x10\x01\x1a\x0e\x87\xeb\xd5\x52\x08\ \xc1\x39\x33\xc6\x60\x40\x52\xb6\x80\x3c\xe7\xcc\x39\x8b\x01\xed\ \xee\x6c\x67\x79\xee\x11\x38\x67\x3d\xf2\x5d\x16\xb3\xce\x76\x3c\ \x85\x0e\xff\xb5\x5e\xa7\xce\x9b\x5e\x12\x6f\x6d\x6d\x9d\x9c\x9c\ \xe4\xb2\x65\x94\x50\x4a\x28\xc1\x61\x20\x9c\x35\xda\x68\x4a\x01\ \x21\x40\x08\x28\xa5\x84\x60\xad\x35\x21\xd0\x41\x0a\xba\x0d\x98\ \x7e\x2f\x46\x00\x52\x1a\x4a\x08\x02\x28\xeb\x0a\x4b\x1c\x25\x89\ \xf3\xd6\x18\x05\x4f\x84\xd0\xf1\x5d\xdb\x49\x09\x66\x0c\x33\xd6\ \x34\x75\x5a\x14\xb3\xe5\x32\x0a\xc3\x56\xe9\x5e\x2f\xd1\xd6\xb5\ \x52\x7a\x0c\x0e\x79\x6d\xb4\xf7\x9e\x63\x82\x01\xad\x96\x8b\x93\ \xe3\xe3\x74\xb5\x3c\x38\xb8\x52\x96\x25\x00\x64\x69\x3a\x3b\x9f\ \xae\xd3\x94\x52\x8a\x31\x20\x40\xc8\x23\x29\x15\xc1\xf2\xce\xbd\ \x3b\x45\x51\x28\xad\x9a\xba\xa1\x8c\x78\xf0\x87\x47\x8f\x17\x8b\ \x45\x51\x14\x04\xe3\x24\x4e\xbc\xf7\x71\x14\x19\x6b\x27\x93\x49\ \x94\xc4\xd3\xe9\x74\x77\x6f\xe7\xe8\xe4\x04\x79\x1f\x85\x91\x31\ \x06\x30\x32\x52\xb7\x6d\xe3\x3d\x0a\x83\xa0\xae\xeb\x9d\x9d\x1d\ \xc6\x98\x73\xce\xda\xee\x18\xc7\x03\x10\x84\x1c\xc6\x78\x34\x1c\ \x5a\x6b\x7b\x71\x78\x7c\x74\x18\x45\x51\x18\xf0\xfd\xbd\xdd\xf9\ \x6c\x76\x72\x74\x18\x06\x82\x51\xd2\xb6\xed\xa5\x83\xfd\xaa\xaa\ \x30\x20\xef\x9d\xd1\x5a\xb6\xed\xb8\x3f\x11\x8c\x16\x45\xee\x11\ \x82\xee\xde\xd9\x23\xc1\x58\x1c\x05\x83\xde\x40\x69\x3f\x1c\x0e\ \x42\xc1\x97\xcb\xb9\x54\xed\xe5\xcb\x07\x83\x5e\x92\xa5\x6b\x63\ \x0c\xe7\xe2\xa9\xe4\xf2\x34\x3e\x39\x31\x1a\x39\x0f\x04\x70\x77\ \xf2\x22\xa5\x5e\xad\x53\x21\x44\x14\xc5\x61\x18\x04\x41\xd0\x2a\ \xd3\xfd\xf1\x03\x42\x80\xbc\xf3\x86\x62\x66\x95\x4e\x97\x4b\x67\ \x95\x94\xb2\x69\x65\xc7\x16\x65\x58\x74\x13\x32\x42\x31\x01\xcc\ \x28\xb5\xc6\x18\xef\x3a\x40\xa1\x52\x8a\x31\x96\xa6\xa9\x94\x32\ \x8a\x22\xce\x79\x92\x24\x51\x28\xd6\xab\x95\x94\xb2\x53\x63\x85\ \x10\xfb\x07\x07\x45\x59\x32\xc6\x0e\x0e\x0e\x4e\x4f\x4e\x76\x27\ \x93\xee\x7b\x8b\xa2\xf0\xde\x7b\xef\x9c\x36\x01\x13\x5b\x93\x4d\ \x4e\x98\xe0\xdc\x3a\xeb\x1c\x22\x84\x78\xc0\xd6\x79\x4a\xe9\x7a\ \xb5\x92\x4a\x11\x42\x95\x52\x1e\x39\xc6\x68\xa7\x35\x53\x4a\x8d\ \x31\x3f\xaa\xef\x82\x20\x08\x10\x06\x4c\x00\xbc\x31\x14\x63\x30\ \xc6\xc6\x71\x8c\x09\xa2\xf4\x23\xb3\x4d\x67\x2c\xc6\xc4\x79\x57\ \x55\x39\x26\x58\x08\x61\xb4\xb2\xce\x1b\x63\xb2\xbc\x28\x8b\xf2\ \xc9\x88\x1e\x18\xa0\x6e\x9a\x56\x6a\x11\xc6\xd6\x58\xc0\xac\x6e\ \xe5\xdb\xef\xbe\xb7\xbb\xbb\xdb\xeb\xf5\xac\x47\x52\x2b\x87\x3c\ \xf2\x08\x3c\x72\xd6\x36\x52\x59\x42\xfa\xbd\x9e\x94\x6d\x99\x67\ \x27\xc7\xc7\x5f\xf8\xc2\x17\xd3\x2c\x6d\xdb\xb6\x6e\x1a\x8c\xbc\ \x35\xa6\xfb\x07\x5a\x6b\xad\x73\x00\xb0\x5c\x2d\xac\x75\xda\xe8\ \x34\xcb\xa2\x28\x5a\x67\x69\xd5\xd4\x9c\xf3\x56\xc9\xfd\x4b\x07\ \x3b\x5b\xdb\xe7\x67\xe7\x5a\xab\xa2\x28\x3d\xf2\x75\x5d\x3f\x7f\ \xfb\x16\x21\x24\x8e\x92\x2b\x57\xae\xbc\xff\xee\x7b\xe3\xd1\x88\ \x60\x54\x55\x55\x96\x39\xef\x2c\xc6\x58\x6b\xa9\x55\x7b\xfd\xda\ \x95\xdd\xdd\xdd\x6f\x7d\x1b\x00\xb0\xf7\x8e\x10\xc0\x98\x7a\x6f\ \xc2\x28\x2c\xcb\xa2\x6d\x5a\x82\x89\x96\x6a\x59\x37\x80\x49\x67\ \x76\xda\xef\xf7\xdb\xb6\xed\x60\x9d\x5d\xf3\x1b\x04\xc1\xb0\x37\ \x40\x46\x07\x9c\xf6\x7b\xbd\xa6\x2a\xc7\xa3\x11\x61\x4c\x69\xad\ \x8d\xc1\x98\x48\x29\x05\x67\x9c\xb3\xd5\x72\x4e\x09\xc3\x40\xac\ \x73\xb3\x8b\x0b\xe7\xad\x10\xac\xaa\x0a\x6b\xdd\xd3\x6a\xf1\x69\ \x7c\x82\xc1\x85\x20\x9c\x41\x77\xb4\x4f\xb1\x03\x24\xb5\xb2\xde\ \x21\x0c\x88\x80\x07\xc0\x40\x8c\xb3\xe0\x1d\x26\x80\x01\x03\x42\ \xde\x59\xe4\xfd\x72\xb5\x0a\x83\xe0\xe2\xe2\xdc\x3a\xdf\xd6\x35\ \x78\x7b\x71\x56\x97\x45\x49\x29\x25\x18\xf0\x47\xeb\x84\x16\x13\ \xc2\x30\x71\xc6\xa8\x56\x06\x5c\xf0\x30\x20\x00\xfd\xa4\x37\x99\ \x6c\x5c\x9c\x5f\xcc\x2f\xe6\x84\x40\x18\x46\x75\x5d\x53\x4a\xe3\ \x28\x8e\x82\x70\xbd\x5c\x79\x63\x03\x11\x50\x42\x31\x81\x28\x8a\ \xeb\xba\xf2\xc8\xe5\x79\xc6\x38\x89\xe2\xa0\x69\xda\xb3\xe9\x09\ \x63\x9c\x10\x4c\x30\x71\xce\x76\xfe\x98\xde\xfb\x28\x8a\x8c\xb5\ \xc6\x18\x82\x89\xf7\xbe\x6e\xaa\xb6\x6d\xcb\xb2\xf2\xde\x8f\x46\ \xe3\xf5\x7a\x2d\x44\x47\x08\x47\x83\x41\x1f\x80\x2e\x57\x6b\xa5\ \x34\x21\x84\x31\xe6\x9c\xc1\x18\x13\x82\x51\x77\x95\x8f\xf1\x64\ \xb2\x11\x08\x96\xe7\x85\xd6\xba\xcc\x8b\xd4\xae\x31\xa5\x71\xd2\ \x23\x94\x0e\x07\xfd\xd1\x68\xe8\x9e\xc8\xf9\xcf\x39\x17\x46\xf1\ \x60\x34\x16\x9c\xb7\xbe\xc5\x08\x81\x73\x52\xaa\x07\x0f\x1f\x4d\ \x26\x13\xeb\xfc\x68\xb2\x19\x65\x69\x5e\xe4\xe0\x11\xe3\x9c\x51\ \x07\xce\x6b\xa5\x03\xce\x1f\x3f\x7e\xd4\xb6\x75\x53\x55\xd3\xe9\ \x74\x7a\x36\x75\xce\xc9\xb6\xb9\x98\xcd\x38\xe7\x84\x10\xc1\x45\ \x20\x02\xad\x35\xa6\x04\x28\x45\x5a\x66\x45\xa6\xac\x0e\x82\x80\ \x09\x3e\x9e\x8c\x9f\xdf\xb9\xd5\x34\xcd\xc3\x47\x0f\x87\xbd\x01\ \xc6\x50\x56\x15\x65\xb4\x03\x9a\x25\x49\x52\x96\x45\x7f\x38\x14\ \x42\x00\x86\xed\xad\xcd\x8e\x18\x94\x65\x19\x42\x10\xc7\x71\xe7\ \xec\xbc\xb7\xb7\x17\x46\x11\xe4\x85\xf3\x8e\x00\x01\xc0\xce\x3a\ \xc1\x85\x52\x52\xb6\xed\xc5\xc5\x14\x00\xea\xb2\xf4\x08\xde\x78\ \xfd\x75\x6b\xdd\xfe\xee\x5e\x55\x55\xab\xd5\x8a\x00\xc6\x08\x76\ \x77\x76\x04\x0f\xd2\xac\xec\x4e\x5c\x9c\xb5\x1e\x79\x84\x71\x14\ \x84\x51\x10\x7a\xe7\x9c\xf5\xdb\x5b\x5b\x97\xf6\xf6\xd3\x2c\xaf\ \xaa\xb2\x2a\x9b\x75\xbc\x2e\xab\x6a\xef\xe0\x40\x30\x0a\xc8\x5f\ \xbe\x74\xe9\xe9\x3a\xf7\xd3\xf8\x64\xa3\xa9\x1b\xa3\x34\x30\x8a\ \x11\xf8\xae\x25\xc4\x04\x03\xd6\x4a\x97\x26\xf3\x80\x3b\x6e\x81\ \x43\x1e\x79\x4c\x00\x61\xa0\x04\x48\xa7\x60\xf4\x92\x64\x79\x7e\ \x82\x01\x29\xad\xbd\x77\x79\x91\xd7\x4d\x4e\x28\x42\xe0\x10\xf6\ \x08\x23\xc2\x99\xa7\xcc\x6a\x54\x37\x96\x84\x01\x8b\x23\x11\xc7\ \x98\x10\xe9\x1d\x89\xa2\x78\x34\x3c\x9f\x5d\x30\x82\x09\x21\x94\ \x31\x40\x9e\x12\xbc\x5a\xce\x54\x5d\x76\x80\xdb\x44\xb0\x8b\xf3\ \xe9\x68\x34\xf2\xde\x5b\xa3\x01\x21\xce\x68\x20\xc4\x72\xb1\x38\ \x9f\x4e\xa3\x28\x52\x4a\x11\x4a\x94\xd6\x0e\x01\x46\x08\x23\x17\ \x07\xa2\x1f\x08\x9a\xc4\x81\x08\xe6\x8b\x25\x65\x3d\xad\xb5\xd6\ \x1a\x00\x9a\xa6\xd2\x5a\xf6\x7a\x91\x94\x4a\xca\x66\x63\x63\x34\ \x18\x8e\x08\xa3\x0f\x1f\xe4\x18\x53\x4a\x69\x59\x1a\x21\x90\xd1\ \x46\x49\xed\x1d\xa2\x94\x79\x0c\x8b\xe5\x4a\x6a\xe5\x9c\xd3\x46\ \x7b\xef\x04\x13\xc3\x41\x2f\x08\xc3\x34\xcd\x3a\xd4\xcd\x13\x04\ \x00\x34\x6d\x53\x54\xa5\x47\xb1\xc7\x80\x81\x94\x65\x43\x29\x15\ \x5c\x18\x6b\xe6\x8b\xf9\xf9\xec\x42\x2b\xe5\xb5\x2f\xea\x92\x32\ \x12\x30\xde\x8b\xa2\xb6\x69\xc3\x80\xcd\x67\xd3\x8d\xe1\xe8\xe8\ \xf0\xe1\x32\x5b\x57\x55\xe5\xac\x5d\x5c\xcc\x66\xb3\x19\xc1\x9e\ \x38\xc7\x00\x38\x06\xab\x94\x0d\x39\x50\x86\xb5\xc0\x8c\x47\x41\ \xd4\xef\xf5\x83\x30\xac\xa5\xa2\x51\x88\x00\x65\xb2\x5d\x9e\x2f\ \x0e\xf6\x0f\x86\xbd\x41\x59\xe4\xe3\xe1\xa8\x5a\xa5\x4d\x96\x17\ \x65\xd1\x16\xe5\x38\x8e\xcf\x4f\x8e\x9c\x6c\x04\x17\xde\x18\x67\ \x0d\x00\x66\x8c\x61\x42\xde\x7b\xff\x4e\xab\x54\x53\xb7\x94\x71\ \x6d\x3c\x78\xe4\x91\x07\xe4\x7a\x51\x30\xe8\x45\xbb\x9b\x63\x6b\ \x94\xd1\xc6\x1b\x6d\x1d\x52\x4a\x19\x63\x9d\x35\xeb\x74\x1d\x46\ \xa1\xf0\x3c\x2d\xb3\xab\x93\xd1\x95\x2b\xd7\xd2\xb4\x98\x2d\x66\ \x5a\xea\xf1\x78\x94\xe5\x25\x13\x68\x91\x66\x59\x59\x59\x04\x54\ \xf0\xfe\x70\x78\x7a\x3e\xbd\x38\x9f\xd5\x6d\xdb\x54\xad\xd2\x2d\ \x21\x64\xd4\x8f\xf7\xf7\x77\xf3\x3c\x9f\x0c\x86\x84\xe0\x7f\xb9\ \xe4\xf2\xd4\xcb\xe5\x69\xfc\x44\x01\xdd\xa9\x87\x54\xd6\x68\xe4\ \x1d\x78\x4f\x31\x78\x6b\x8d\x52\x80\x80\x13\x0c\xc8\x11\x40\x1d\ \xf9\x0f\x79\x30\xda\x5a\xeb\x94\x52\xce\x39\x04\x5e\xd6\x59\x5b\ \xae\xb5\x2c\xea\x2a\xb5\xb6\x75\x5e\x12\x8a\x28\x23\x98\x61\x87\ \x9c\x47\xc8\x1a\x9b\xaf\xf3\x74\xb9\x66\x84\xc5\x61\x6c\x8d\x45\ \x0e\x21\xe7\xcb\xac\x20\x98\xec\xee\xed\x6f\x6c\x4c\x3c\x42\x07\ \x97\xf6\x19\xa7\x4d\x53\x26\x71\xb8\xb3\xb3\x45\x90\x63\xe0\x22\ \x4e\xfa\x49\x62\x8d\x01\x84\xbc\x73\xdd\x44\x0c\x79\xef\x9d\xdb\ \x9c\x4c\x38\x67\x94\x31\x87\x3c\xc0\x47\x0d\x3e\xc5\x48\xb7\xb5\ \xaa\xca\x80\xe0\x61\x1c\x6e\x8e\x06\x04\x00\x21\x0f\x80\xac\xb5\ \x18\x83\xf7\x4e\x29\x55\xd7\x35\x21\xb8\x6d\xdb\xf9\x7c\xe6\xac\ \x51\x4a\x5a\x6b\x38\x67\x49\x92\x10\x42\xda\x56\x2a\x65\x30\xa6\ \x04\x53\xad\x4d\xab\x14\xa5\x8c\x32\xa6\x74\x4b\x28\xa6\x84\x00\ \x72\x01\x67\x71\x28\xe2\x30\xf4\x4f\xc4\x32\x01\x00\xa5\xe4\x6a\ \xbd\x6c\x95\x34\x56\x1b\xab\x93\x5e\x8c\x00\xb5\x4a\x96\x75\x55\ \xd6\x15\xe3\x5c\xd6\x12\x1c\x1a\xc4\x3d\x4e\x58\xdd\xb6\xd2\x68\ \xeb\x6d\x55\x16\x46\x29\x86\x41\x56\x65\xb9\x9c\xd7\xe9\xba\x5a\ \xaf\x64\x53\x34\x65\x8e\x9c\xa5\x04\x07\x8c\x62\xf0\x18\x3c\x42\ \x90\xe7\xc5\xe9\xf1\x09\x73\xd0\x0f\x92\x98\x05\xd4\x61\x86\x88\ \x6e\xb5\x08\x82\xe7\x6f\x7d\xf6\xe0\xd2\x55\x67\x5d\x12\xc7\x97\ \x0f\x2e\x15\x69\x86\x11\xda\xdf\xda\xb2\x6d\xd3\x96\x59\xc8\x70\ \x3f\x0e\x9d\x51\x6d\x53\x01\x78\x67\xcd\x70\x38\x10\x41\xd0\xc8\ \x36\x8c\xa3\x1b\xcf\x7e\x46\x1a\x83\x81\x60\x87\xbc\xf7\x80\x2c\ \xc5\xe0\x9d\xd1\x6d\xed\x6d\x7b\x79\x7f\xe7\xda\xe5\xbd\xfd\x9d\ \x2d\xab\x74\x20\x04\x06\xa4\x95\x6a\x9a\xda\x7a\x23\x8d\x29\xeb\ \xaa\x6a\xea\xb3\xf3\xa9\x03\x04\x84\xd6\x4a\x06\x51\xb2\xb5\xbb\ \x8f\x99\xf0\x98\x2e\xb3\x4c\x5b\x2b\xe2\x50\x79\x7b\x36\x9b\x03\ \xa3\x61\x12\x01\x45\x84\xe3\x8d\x8d\xa1\x73\x6a\x7b\x73\xb2\xbb\ \xbd\x15\x08\xfe\x63\x9f\xf0\xd3\x6a\xf1\x69\xfc\x44\x59\x71\x30\ \xec\x29\x2d\x8d\x31\x18\x63\xc6\xd8\xc7\x5b\xb5\xc8\x18\xe3\x9c\ \x41\x08\x23\x70\x18\x23\xe7\x1c\x20\xc0\x80\xbd\x77\xd6\x2a\xcc\ \x38\xa1\x60\x9d\x91\xd6\xca\xb6\xb1\xce\x13\x4a\xa4\xb2\xce\x01\ \x02\x4a\x30\x01\xac\x9d\x07\x2f\x2d\x77\x08\x8a\x76\xc2\x23\x8e\ \x18\x14\x6d\x2c\x04\xb6\xd6\xaa\xb2\x92\x4e\x2a\x65\xa8\x9b\x6c\ \x6f\xda\xb5\xee\xf7\x7b\x80\x1c\x72\x76\xd8\xef\x83\x87\x3c\x5b\ \x6b\x29\x31\xa1\x71\x18\x67\x79\x46\x08\x09\x82\x40\x6b\x2d\xa5\ \x9c\x4c\x26\xeb\xf5\x5a\x29\xb5\x58\x2e\x9c\xb5\x9d\x62\xe4\x9c\ \x43\x18\x03\x40\x91\xe7\x01\x17\xfd\x41\x7f\xb5\x5e\xb7\x52\x62\ \x8c\x01\x53\x4c\x00\x63\x1f\xc7\xbd\x34\xcd\x11\xc2\x8c\x71\xe7\ \x50\x5d\xd5\xda\x18\x4c\x48\xc7\x94\xb5\xd6\x06\x41\x40\x08\xc9\ \xf3\xdc\x5a\x83\x31\x74\xa9\xbf\xdb\xf8\x31\xc6\x38\xc7\x95\xd2\ \x5a\x67\x4d\xd3\x2c\x16\x4b\xeb\x5c\xdd\xd6\x4f\xea\xe5\xe2\x46\ \xc3\xd1\x67\x6e\x3c\x2b\xa5\x2c\x8b\x22\xe9\xf5\x8c\x31\x49\x14\ \x59\x6b\x8b\xa2\xa0\x18\x13\x80\x24\xe9\x2d\x57\x4b\x2b\x0d\xc6\ \x38\xe4\xc2\x6a\x83\xac\xaf\x65\xc3\x31\x41\x88\xb4\x45\xa3\x0b\ \x55\xd5\x35\xc6\x58\xd7\xca\x2a\x43\x29\x41\x04\x2c\x43\x2d\x32\ \x8d\x55\xb4\x01\x9b\xe6\xf5\x62\xbd\xbb\xb5\x2d\xeb\x72\x98\xc4\ \xde\x3b\x55\x94\xa7\xf7\x1f\x06\x91\x58\xa5\xf9\xe5\xcb\x57\xeb\ \xba\x62\x51\xb0\xbb\xb5\xed\xc1\x05\x91\xd8\xdf\xbf\xbe\x2e\x52\ \xa9\x65\xdd\x34\xf7\x3c\xd5\x75\x00\x00\x20\x00\x49\x44\x41\x54\ \xfb\x97\x2e\xad\x96\x4b\xef\x7d\x18\x45\x90\x65\x1e\x21\x21\xf8\ \xf6\xd6\x56\x1c\x27\x27\x27\x27\xc8\x3b\x6f\x0d\x42\x0e\x01\xea\ \x9e\xbf\xd6\xfa\xe8\xe8\xf8\xc6\x33\xd7\x96\xcb\x95\xd6\xa6\x95\ \xda\x23\xc2\x98\xc8\x8b\xf9\xb5\x1b\xcf\xa6\x79\xa1\x94\x41\x00\ \x04\xa8\x6c\xd4\x51\x71\x6c\x1d\x32\xc6\x58\x63\x8b\xa2\x18\x0e\ \xfa\x80\x91\xf3\x6e\xb9\x5a\x72\xc6\xf2\x3c\x9f\x2f\x96\xb7\x6f\ \x3e\xdf\x36\xcd\x62\x31\x9f\x6c\xef\x5c\x4c\xcf\x97\xab\xb5\x32\ \xb6\x69\xbf\x47\x09\xf9\xca\x57\xbf\x4a\x29\x7b\x9a\x16\x9f\xc6\ \x27\xa8\xb8\x10\x4c\x19\xe3\x5d\x7c\xd4\x80\x60\xfc\x31\x17\x1a\ \x19\xdb\x2d\xe8\x7c\x54\xe4\x10\x4a\xbd\xf7\xf0\x31\x17\x0b\x01\ \x54\xda\x54\xad\xc4\x80\x23\xca\x3c\x60\x8c\x19\x46\x06\x01\xe5\ \x44\x70\x1a\x44\x71\x6c\x6a\x89\xc0\x8d\x46\x63\xe7\x5c\x51\xe6\ \xce\x45\x51\x1c\x85\x71\xc4\x18\x5d\x2c\xe7\xad\x97\x2c\xa0\x65\ \x59\x16\x45\xd1\xb4\x8d\xd3\x3a\x10\x02\x21\x54\xb5\x8d\xd6\x5a\ \x08\x40\x5a\xd6\x6d\x43\x39\xeb\x1c\xb8\xb2\x3c\x1b\x6d\x8c\xf1\ \x43\xdc\xc8\xb6\x95\xd2\x3a\xd7\xfd\x32\x5d\x09\x86\x30\x6e\x8d\ \xe6\x82\x47\x71\xe4\xac\x25\x9c\x5b\x6e\x6c\x5e\xb4\xa6\x9d\x4c\ \x26\x18\x63\x6b\x3d\x20\x82\x3c\x56\x4a\x73\x16\x5c\xb9\x72\x95\ \x71\xd6\x34\x4d\x5d\xd7\x9d\xf4\x1c\x04\x01\x42\x48\x29\x05\x00\ \x9c\xf3\x34\x4d\x27\x93\x49\x10\x04\x45\x51\xb4\x6d\x2b\xa5\x0c\ \xc3\x90\x10\x52\xd7\x75\x51\x94\xeb\xe5\xfa\xc9\x7c\xa2\xbd\xf7\ \x51\x1c\x4f\x36\x26\x55\x55\x4f\x26\x9b\x5b\x9b\x9b\x8f\x1f\x1f\ \xb6\xb2\x1d\x0d\x07\x4a\x6a\x6b\x5c\x51\x94\xeb\x55\x96\xf4\x92\ \xba\x6d\x38\xe7\x8c\x62\x25\xa5\x10\x01\xe5\x01\x17\x21\x02\xaa\ \xa4\x55\x45\x55\x56\xc5\x70\x34\xa2\x40\x9d\x43\x51\x1c\x29\xab\ \x1d\x06\x24\x68\x30\x4c\x88\xa5\x3e\xcd\xfa\x5b\xe3\xc9\xb5\xfd\ \xfb\x0f\x1e\x98\x6a\x3d\x18\x0c\x42\x11\x44\x83\x7e\x91\x65\x67\ \xb3\x29\x1f\xc4\xde\x3a\xcc\x60\x5d\x66\x16\x20\xaf\xab\x1d\x40\ \x95\x96\xc6\xe8\x4a\x49\xcc\x69\x5e\x16\x41\x14\x85\x18\x03\x86\ \xc3\xe3\xa3\x83\x4b\x97\xa3\x38\xae\xeb\xfa\xe2\xe2\x42\x4a\x89\ \x00\x01\xf6\x80\x11\x72\x9e\x60\x6c\xb4\x6d\xda\x76\x30\xda\x20\ \x84\x38\x64\x06\xc3\xa4\x6c\x34\xa1\x64\x7b\x77\x67\x34\x1a\x5b\ \xef\x18\xa5\x08\x63\xd9\xb6\x52\xca\xd1\xc6\xf8\xc6\xb3\x37\xff\ \xf8\xfb\xaf\xe5\xd9\x5a\x6b\x83\x31\x1e\x8d\x86\x59\x9e\x6a\xa5\ \x30\x46\xde\xb8\x3c\xcf\x1f\x3e\x7e\x7c\xf3\xe6\xf3\x65\xdd\x9c\ \x4d\xa7\x4d\xd3\x06\x81\x58\xe6\x79\xd5\xca\x22\x2f\x1a\xa5\x6e\ \x7f\xee\xf3\x51\x1c\xfb\x3f\x19\x5f\xf4\x34\x2d\x3e\x8d\x9f\x28\ \x94\x6a\x95\x6a\x19\xa3\xde\x53\x63\x0c\xc6\x88\x31\x42\x29\x8b\ \xa2\x50\x6b\xed\x9c\x15\x41\x88\x9c\x6b\x9a\xc6\x59\x87\xc0\x13\ \x0c\x94\x50\x42\xb0\xb3\xc6\x39\xeb\x31\x03\xc1\x29\x26\x98\x32\ \xac\x2d\x21\x8c\x62\xcd\x29\x77\xca\xc8\x56\x36\x5a\xa6\xaa\x58\ \xda\x5a\xd6\x2b\x82\x31\x12\x00\xc2\x2b\x24\x1d\x16\x82\xe0\xb3\ \x6a\x45\xc1\x35\x87\x15\x05\xa2\xe4\x81\xd5\x7a\x39\x5f\x50\x42\ \x80\x60\x65\x0d\xe6\x04\x51\x2c\x95\xd2\x5a\xeb\xce\xbe\x99\x90\ \xd1\x68\xe4\x9c\x43\x00\x55\x55\xb5\x52\x22\x84\x08\xc6\x88\x90\ \x4e\x21\x71\xdd\x09\x2e\x42\xab\x2c\xc5\x00\x22\x88\xb6\xb7\x77\ \x92\xa4\xff\xf8\xf1\xe3\xed\xed\xed\xe5\x72\x89\x3c\x62\x8c\x11\ \x42\xda\xb6\x35\xc6\x10\x42\xc3\x30\x14\x42\x74\xa4\xe8\xae\x1a\ \xed\x3e\xe8\xf5\x7a\x57\xae\x5c\x09\x82\xa0\x73\x1a\x49\x92\xa4\ \xdf\xef\x9f\x9f\x9f\x77\xbe\x2e\x9c\x73\xe7\x9c\xb5\x16\x3d\xa9\ \xc7\x15\xf2\x68\x3e\x9b\x07\x41\x10\x24\x49\xba\x4e\x83\x20\xe0\ \x9c\xc7\x71\x3c\x1e\x8f\x97\xcb\xa5\x56\x6a\x67\x67\x5b\x04\xc1\ \x6a\xb5\x92\xb2\x35\x0e\x18\x26\xe0\x51\x10\x84\xde\xa1\xba\x6d\ \x7b\xf1\xc0\x50\x82\xb8\xf0\x8c\x39\x64\x31\x26\xde\x03\x61\x24\ \x08\x03\xeb\xad\x56\x8a\x39\x54\xae\xd7\x16\x5c\x9a\xae\x2d\x72\ \x16\x7b\xeb\x6d\x51\xe5\xfb\x5b\x5b\x8f\xce\xce\xe6\x17\xe7\x8a\ \xfa\xba\xac\x3f\x7b\xf3\xe6\x68\x34\x58\x67\x2b\x42\x48\x23\xdb\ \xbc\x2c\x3c\x01\x8d\x6c\x5e\x96\x65\x53\x7b\x82\xb9\x6c\xa5\xd6\ \xc3\xd1\x70\x3c\x1e\x7b\xe4\x9b\xa6\x21\x84\x6a\x63\x28\xc7\x84\ \x02\x20\xf0\xc8\x12\x20\xc6\x18\xce\x83\xb2\xaa\xbd\xf7\xfd\x64\ \xd0\x4b\x7a\x7b\x94\x3d\x78\xf0\xe0\xf6\x67\x6f\x8f\xc7\x1b\x59\ \x9e\x6f\x6c\x4c\xb8\xe0\x52\xaa\xb2\x2c\x77\xf6\x76\xaf\x5d\xbb\ \xfa\xe6\x5b\x3f\x0c\x82\xa0\xaa\x0b\x29\x93\xb6\xad\x11\x72\x84\ \x10\x65\xd5\xed\xdb\xb7\xb6\x77\x76\x29\xe5\x61\x18\x5b\x8f\xae\ \x3d\x73\xe3\xf0\xd1\xe1\x3a\x5d\x2b\xe3\xf7\x76\x76\xa2\x5e\x5f\ \x5a\xef\x7f\x1c\x8a\xf5\x5f\xfd\xb4\x08\xc8\x9b\xb6\x69\x8c\x43\ \x08\x70\x10\x70\x23\x5b\xe3\x10\x26\x2c\x08\x85\x93\xad\xa3\x5c\ \xfc\x6b\xcb\xe0\xfe\xff\xff\x3f\x07\xb8\xe0\x94\x92\x8e\x1f\x43\ \x08\xee\x28\x32\x1d\x06\x15\x03\x78\xf0\x22\x08\xac\x36\xce\xb9\ \x8e\xe7\xca\x83\x50\x70\xd1\x0d\xf8\x08\xc5\x0e\x21\x04\xd8\x23\ \x64\xb4\x52\x6d\xeb\xb5\x26\x08\x11\x00\x6f\x6d\x5b\x35\xe7\xcb\ \x45\x6e\xaa\x96\x58\x25\x73\xa5\x94\x10\x41\x9f\x39\xaf\x51\x8d\ \x74\x92\xc4\x95\x57\xa1\xf7\xa8\x45\xd2\xda\xf7\xde\x7a\xab\xdf\ \xeb\x75\x08\x1f\xa5\xa4\xd2\xa6\xa9\x5a\x6b\x6d\x2f\x48\x5a\x29\ \xbd\xf7\xda\x98\x40\x88\xbc\x28\xbc\x77\xbd\x5e\x6f\x36\x9f\x6b\ \xad\x29\xe7\xda\xd8\x1f\x75\xb2\x9d\x9e\xde\xca\x56\xaf\x34\x65\ \x6c\x44\xa8\x50\x0a\x13\xd2\xb6\x72\xb5\x5a\x9d\x9e\x9c\x5a\x6b\ \x27\x93\x09\x63\xec\xf8\xf8\xc4\x39\x77\x7a\x7a\x52\x94\x45\x67\ \xb9\xa9\xb5\xae\xaa\xaa\x93\x38\x19\x63\x42\x88\xf1\x78\xdc\x2d\ \x06\x61\x8c\x93\x24\xc9\xf3\x8f\x78\x39\xab\xd5\xaa\x63\x5b\xe0\ \x27\xbd\x72\x01\x04\x5a\xa9\x4e\x3b\x76\xd6\x02\x80\x92\x92\x10\ \x62\xb4\x4e\xe2\xf8\xca\xe5\xcb\x67\x67\x67\xc3\xd1\xa8\x28\x8a\ \x7e\x12\xcd\xaa\xd2\x61\xd8\xde\xde\x01\xef\xa3\x30\xaa\xaa\x92\ \x72\xee\x38\x2e\x95\x41\x31\xcf\x6c\x5b\x14\x69\x2d\x1b\x84\x5c\ \xc8\x84\x56\x52\x95\xd5\xf1\xa3\xc7\x31\xe6\x8b\xc5\x8c\x84\x7c\ \x9a\xce\x2d\x01\x88\xa8\x41\xb6\x5e\x67\x1b\xbd\xfe\x6a\xb5\x90\ \x6d\x93\xe6\xe9\x7a\xbe\xf4\xaa\x15\x08\xf2\x34\x8d\xc2\xe8\xe2\ \xe2\xa2\x95\xd2\x51\x28\xeb\x6a\x99\xa7\x16\xf9\xf9\x7a\xd5\x48\ \xe5\x90\xb3\xce\xa5\x79\x36\x1a\x8f\xef\x7f\xf8\x60\xb6\x58\x30\ \x4e\x11\x72\x94\x78\x67\xbd\x47\x88\x30\x62\x9c\x5d\xa5\xe9\x72\ \xb5\x6e\x9a\x96\x5e\xe1\xe1\xa0\xff\xfc\x67\x6f\x3d\x7c\xf4\x70\ \xb1\x5a\x56\x4d\x33\x9b\xcf\x5e\x7c\xe9\xa5\xe1\x68\x78\x76\x7a\ \x76\x72\x72\x22\xa5\xfc\xc6\x37\xbe\x31\x9f\xcd\x26\x93\x91\x96\ \x72\xbd\x5e\x35\x4d\xd3\x1f\xf6\x84\x60\xad\x6a\x6e\xdf\xbe\x75\ \xe5\xea\xf5\x37\xdf\x7e\xf7\xe8\xec\x6c\xff\xd2\xe5\xad\xad\xad\ \xf3\x8b\x19\xab\xab\xb3\xe9\x74\x9d\xa6\xbb\x3b\x3b\x93\xad\xed\ \x4f\xbd\x69\x81\xb7\x1a\x25\xbb\x3f\xff\x37\x7e\xe1\x33\x1b\x44\ \x37\xb3\xdf\xff\xe6\x0f\xae\x7e\xe9\x2f\x3d\xb7\x45\x97\xc7\xef\ \xfe\xde\xef\x7c\x77\xe3\xcf\xfd\x9b\xc3\xe9\x1b\xaf\x1f\x67\x7f\ \xa6\x3b\x2a\xef\x94\xf6\x88\x11\x01\xc8\x23\x84\xbc\xd7\xda\x68\ \x84\x39\x27\xd4\xda\xd6\x74\x3b\x13\x40\x18\x15\xf8\x4f\xfa\x9d\ \xac\x21\x44\x60\xf8\x28\x6b\x6b\x23\x1d\x42\x80\x39\x27\xcc\x3b\ \xa9\xad\x01\xcc\x19\xa1\xff\x42\x96\x70\xca\x38\x4f\x29\x07\x04\ \xde\x2b\xe3\x3c\x25\x1c\x7e\xf4\x52\x7f\xd2\x0f\xfa\x14\xbc\x65\ \xa1\xce\xfe\x5c\x6b\xdd\x9d\x7c\x74\x13\x46\x6b\xad\x52\x8a\x10\ \x92\xf4\x12\xc2\xa8\xd5\x26\x8e\xe3\xaa\x2c\xad\x31\xdd\x97\x79\ \xe7\x00\x63\xce\x18\x70\xce\x08\xe1\x98\x08\x20\x9e\x05\x6b\xed\ \x2a\xed\xb0\x71\x0c\xc8\x64\x3c\x62\x8c\x2a\x0b\x84\x90\x30\x0c\ \x1b\x04\x4a\xa9\x7a\xb5\xee\xf7\xfb\xae\xa9\x1d\x81\xbd\x8d\x71\ \x3e\x9f\x0f\x93\x84\x60\xd2\x14\x55\x61\x8c\x36\xba\x2a\x73\xa0\ \x14\x31\x5a\xb7\x32\xcf\x73\xdb\xb3\x8c\xd2\xd6\x68\xa3\x35\x10\ \x1c\x30\x6a\x8c\x75\x1f\x3b\xcc\x20\x40\x94\x12\x63\x7c\x67\x3b\ \xc5\x19\x37\xd6\x16\x65\x09\x04\x17\x45\x91\x97\x55\xb0\xcc\xb4\ \xb2\x98\xc0\xf9\xf9\x74\xb9\x5a\x24\x49\xb2\x5a\x2d\xad\xb5\xd6\ \x6a\x8c\x49\xf7\x5d\x08\xa1\x6e\x7a\x88\x10\x6a\x9a\x66\xb5\x5a\ \x11\x42\xb4\xd6\x67\x67\x67\x8c\xb1\xb2\x2c\xdb\xb6\x1d\x8f\xc7\ \x5d\xbb\xd7\xdd\xff\x48\x29\x39\xe7\xf6\x89\xb6\x73\x10\x42\xce\ \xbb\x7e\xbf\x3f\x99\x8c\xf3\xbc\xe0\x9c\xf5\xfb\xfd\xd1\x68\x18\ \x45\xa1\xb5\x76\x36\x9b\x35\x0d\xde\xde\xde\xda\xda\x9a\xe4\x45\ \xcc\x08\x8b\x03\x51\x55\xd5\xa0\x17\x63\x4c\xa2\x28\x42\xe0\x37\ \x36\x37\xf8\xa0\x87\x46\x91\xb3\x2e\x04\xbc\xb9\x39\x9c\x9d\xd0\ \xc7\xf7\x73\xe6\x1c\x55\x76\xd4\xeb\xef\x0e\x46\x8b\x3c\xf7\x11\ \x8d\x27\xa3\xa6\x4c\x97\xe9\xba\x9e\x1e\xef\xef\xec\x12\x8a\x1e\ \x9e\x1f\x0f\xf7\x36\x53\x5d\x33\xef\x9f\x7f\xe6\x7a\x3a\x5b\xdc\ \x7b\xe7\x1d\x4e\x59\xce\xe8\x7a\x31\xb7\xde\xa5\x79\xfd\xf0\xf0\ \xd1\x34\x39\x1d\xf6\xfb\xd6\x98\xa2\xaa\x07\x83\x81\x54\xa5\x32\ \x56\x2a\x65\xbd\x37\xd6\x30\x4c\x05\xa3\xd6\x42\x6b\x54\xb7\x49\ \x8f\x08\x76\xc8\x9f\x4e\xcf\x56\xab\xf5\xf4\xe2\xbc\x37\x1a\xb9\ \xef\xfc\xa1\xd6\xba\x6c\xcb\xd5\x72\xc9\x05\x9d\x2f\x2e\xa6\xe7\ \xa7\x9c\xb3\x28\x12\x79\xb6\x5e\xae\x33\xe7\x6c\x96\xe5\x21\xa7\ \xcb\x65\x26\x02\x76\x7c\x7c\x24\xa5\x8c\xa2\xf0\xe8\xf8\x50\x5b\ \x97\x66\x59\x91\xe5\x4a\xeb\xe9\x74\xda\x2d\x63\x76\xb3\x8e\xad\ \xad\xad\x20\x0c\x3e\xf5\x16\x57\xde\x59\xdc\xdf\xff\xec\xd5\xe0\ \x0f\x7f\xe3\x7f\x79\xb8\x52\x66\xfc\xc2\x2f\x3c\x13\x7f\xeb\x1f\ \xff\x46\xef\xa7\x7e\xe9\x6f\xfc\x7c\xfd\xe1\xc6\xab\x7b\xf6\x83\ \x3f\x3e\x4c\xe9\x9f\x3a\xaf\x78\x6f\x48\x70\x69\x3f\xa6\xb3\xf5\ \x91\x46\x18\x39\x0b\x7c\xe7\xe6\x95\xe7\x75\xf6\xee\xa3\xd5\x6a\ \x6b\xfb\x8b\x3b\xf1\xd0\x7b\x25\xdb\xd5\x74\x71\xa7\xb2\xf8\xff\ \xb3\x6f\xeb\x1c\x4e\x0e\x26\x7b\x45\xf6\xb0\xd4\x0e\x90\x05\xba\ \x71\x6d\xef\x56\x5f\x70\x55\xdd\xfb\xf0\xe2\x31\x09\xae\x7e\x66\ \xe7\x99\x72\xfd\xe6\x49\x96\x91\x8e\xe9\xe6\x35\x09\x2f\xed\x46\ \x74\xb6\x3a\xb4\x80\xa8\x38\xd8\x89\xe0\x62\x75\xea\x31\x46\x38\ \xd9\x1b\xef\x94\xd9\xc3\xda\x01\x7c\x3a\x33\x63\x55\x15\x59\xbe\ \x0e\x82\xa0\xac\x72\xdc\xe0\x7e\xbf\x8f\x09\xb2\xce\x59\x67\x3c\ \xb2\x8d\xac\x89\x21\x1f\xcd\xef\xc0\x79\x6f\x8d\xb1\x8d\x35\xdd\ \xa2\x9f\x6c\x1b\xd0\x92\x00\xf1\x08\x1b\x8f\x88\x47\xd4\x68\x90\ \x2d\xe6\x2c\x60\x04\x7b\x3b\x12\xe1\x00\x21\x82\x49\x14\x45\xad\ \x68\xa5\x94\xc6\x18\x0e\x9c\x62\x1a\xa1\x00\x18\x14\x23\x4b\x29\ \xc6\x08\x87\x08\xea\xaa\x96\xad\x44\x41\x48\x99\x70\x00\x22\x08\ \x62\xe7\x7a\x49\xd2\x99\x59\x7b\xe7\x00\xa1\x40\x08\x89\xd0\xc7\ \x0d\xec\x47\x7c\x07\x0c\xe0\x00\xbc\xf3\xda\x19\x8c\x08\x50\x42\ \x19\x0d\xe3\x88\x72\xc6\x18\xd6\x5a\x01\x42\x22\x10\x5c\x90\xe1\ \xb8\xdf\xef\xf5\x9b\xa6\x51\x92\x10\xca\x30\xc6\x41\x18\x74\x8e\ \xf2\x6d\xdb\x76\xd5\x62\x9e\xe7\xdd\xcb\x4a\x29\x7f\x84\x62\xec\ \xf2\x60\x14\x45\x4d\xd3\x70\xce\x8d\x31\x55\x55\xfd\x58\x8e\xcb\ \x9f\x5c\xa3\xe3\xaa\xcc\xce\x4e\x8f\x00\xb0\xb3\xaa\x2a\xd3\xd1\ \x68\xcc\x28\x30\x46\x05\x27\x5a\x1b\xef\x94\x36\x0d\xa5\x5e\x50\ \xd8\xd9\xda\x38\x3a\x2c\x9b\x32\x73\xce\x5b\xab\x1c\xb2\x79\x55\ \x60\xdb\x18\x6c\x39\x02\xa3\x4c\x42\x45\xbb\x5e\x99\xbc\xc0\x84\ \x86\x0e\x84\x46\x81\xc5\x13\x1e\xf1\xfe\xb8\xdf\x1b\x5e\x1d\x4f\ \x2e\xa2\x79\x96\xe7\x41\xa9\x06\x71\x2f\x42\x74\x28\x62\x3b\x1c\ \x3b\x0a\x3d\x2e\xa2\xc1\x48\x96\xd5\xe2\xe4\x34\x8c\x12\x34\x1e\ \xf5\x36\x37\x80\xb1\x24\x49\xb6\xf7\xb6\x31\xf2\x51\x18\xad\x56\ \x69\x5e\x16\x97\x0f\x2e\x07\x41\x34\xbd\x38\xd7\x5a\x79\xef\x09\ \xa1\x80\x00\x10\x06\x64\xbd\xf7\xd6\x7a\xb0\xd6\x7a\x1b\xf7\xa2\ \xa2\x29\x45\x1c\x6c\x6c\x8e\xa5\x92\x4a\xeb\xd1\x70\x64\xac\xc2\ \x04\x9e\xbb\xf9\xac\x31\x7a\x71\x31\x1f\x0f\xfa\xc9\x60\xb0\xb5\ \x23\x09\x21\x0c\x63\xa3\xf4\x6a\x39\x0f\xc3\xf0\xe1\xa3\x87\xd6\ \x59\x86\x79\x9e\x65\x8c\x87\x94\x80\xd2\xed\x7a\x39\xdf\xde\xda\ \xda\xdb\xdb\xa9\xcb\x22\x08\x05\xc1\x58\xb6\xf5\x72\x39\xff\xb1\ \x50\xf4\x4f\xc1\x6c\xd1\x1b\xe9\xe2\xcb\x5f\xf9\xfa\x5f\xbb\xf1\ \xf0\x07\xbf\x77\x57\x55\xc5\xea\x62\x7a\x5a\xad\x9a\x5b\x09\x37\ \xb2\xd5\xd6\xfd\x99\x5e\x4b\xbb\xde\xcf\xfc\xf9\xff\xee\xcf\xb3\ \x7f\xfe\x0f\x7e\xef\xbf\x49\x21\x72\x30\xfe\xf2\xab\x7f\xfb\x46\ \x8c\x18\xfd\x0b\xdf\xfd\xa3\xbf\x5f\x87\x3b\x3b\xa3\x2d\x3e\xf8\ \xd2\x0b\xfd\xd9\xff\xf4\x4f\xff\xcb\xdc\x07\xff\xef\xb4\xe8\xb4\ \x36\x57\x5f\xf8\x3b\xbf\xf2\xea\x8d\x5f\xff\xed\xff\xf4\xdd\x14\ \x73\xd4\xe0\xe1\xcf\xfe\xdc\x4b\x5f\x7e\x78\xfa\x56\xed\x8f\x1c\ \x6c\x7d\xe5\x0b\x7f\xfb\x80\xb6\xf8\x33\x7f\xee\x3b\xdf\xfb\x6f\ \x3f\x2c\x1d\xc3\x48\x6b\x7b\xf3\xd5\xbf\xfb\x1f\xdc\xde\xfb\x9f\ \xff\xd1\x2f\xbf\x9f\xcb\xc1\xe5\x5f\xfe\x95\x2f\x3e\xff\xbf\xfd\ \xf6\x7f\xfc\x7e\x56\x4e\xae\xfd\xcd\xff\xe4\xcb\x5f\xf9\xcd\xdf\ \xf9\xf7\xdf\xcc\xb1\x20\x9f\xca\x92\x91\x32\xda\x5d\xb9\x75\x56\ \xd1\x9d\xfc\xda\x7d\xd0\x01\x69\x08\xa5\x8c\xd2\xae\x50\xd2\x5a\ \x6b\xa3\x05\xe5\x61\x18\x22\x84\xaa\xaa\x4a\x84\x08\x45\x20\x08\ \x08\xa0\x21\x61\xfb\x57\x06\xd6\xda\xc6\x28\xcc\x19\xa2\xb8\x17\ \x84\x49\x98\x10\x8c\x85\x10\x2e\x71\xc8\x23\x4c\x30\x42\xa8\xdb\ \xb5\x56\x46\x4d\xfa\x11\x62\x18\x23\x40\xc6\x13\x20\x98\x33\x69\ \xec\x22\xcf\x67\x45\x0a\x08\x05\x41\xa0\xad\xb1\xc6\x38\xef\x8d\ \xb5\x80\xf1\x6a\xbd\xb6\xd6\x6a\xa3\x01\x43\x37\x4c\xf4\xce\x59\ \xe7\x8c\x31\xce\x3b\xf0\x24\x88\x42\x0f\x48\x1b\xe3\x11\xaa\xdb\ \xba\x95\x8d\xb3\xde\x39\xdf\x34\x85\xd6\xf2\x7c\x7a\xba\x5a\xce\ \xba\xec\xee\x9c\x27\x84\x01\xa1\xde\x21\x8c\x41\x4a\xd9\x34\x0d\ \x00\x54\x55\x85\x3e\xc6\x2e\x10\x42\xba\x72\xb2\x3b\x7f\x06\x80\ \x6e\x7f\x1b\x10\x32\xc6\xf8\xce\xee\xe6\xc9\x46\xba\xba\x6d\xdb\ \x6a\x38\x1c\x1a\x2b\x97\xab\x19\x65\x58\x9b\x46\x6b\x6d\xb4\xf1\ \x08\x35\x4d\x5e\xb7\x19\x20\x0f\x0e\x81\x07\xf0\xb6\xc8\x4a\xe3\ \xac\xc7\x9e\x09\xb1\x5c\xcd\x93\x80\x46\x04\xfa\x41\x88\xb4\x1f\ \x04\x6c\xff\x99\x67\x3f\x7f\xe5\x46\x9e\x97\x88\x60\xc2\xf9\xd6\ \xe6\x66\x58\x9b\xd1\x56\xe4\x01\x69\xad\xf1\xc1\x2e\xe7\x3c\x4d\ \xd7\x93\xcd\x4d\x6b\xac\x92\xf2\xe6\x33\x93\x2a\x22\x14\x63\xdb\ \x6a\x27\x8d\xd6\x9a\x85\xe1\xc5\x7a\xbd\x56\xb5\x55\x7a\xd8\xef\ \x33\xc6\x9a\xa6\x32\x55\x89\x29\x09\xa2\xa0\x51\x6d\x56\x14\x5a\ \x6b\xd7\x1d\xff\x58\xab\x2d\x78\x87\x8c\x71\xc6\x59\xe4\x3d\xe5\ \x14\x53\x9c\x57\x05\x61\xa0\x4c\x7b\x31\x9f\x5a\xef\xb4\xd6\x55\ \x95\xe7\x79\xde\xd4\xf5\x0f\xdf\xfc\x81\x10\x22\x5f\x67\x51\x18\ \x98\x13\xe4\x10\x65\x8c\x73\x42\x74\xdb\x76\xcc\x8e\xba\xae\x09\ \x25\xc6\x6a\x8f\x3c\x42\x4e\xab\x56\xb6\x75\xc8\x19\x06\xef\xac\ \xa9\xeb\x12\xbc\x71\x1a\x8a\x3c\x73\x5a\x76\x50\xf9\x4f\x77\x5a\ \x04\x4c\x4d\xfa\xf8\xfb\xff\xf7\xef\x3c\xbe\x58\x35\xe1\x67\xa2\ \xfd\x57\xff\xc3\xff\xe2\xd6\x06\x3d\xff\x7b\xff\xf5\xf7\xf7\xff\ \xed\x2f\xfe\x99\x12\xac\xb6\xfe\xca\x8d\x5f\xdc\x41\x0f\x1f\x66\ \x4b\xcf\x2f\x7f\xed\x0b\xbf\xb2\x3c\x7f\xff\x7a\x52\xfc\xee\x37\ \xff\xab\xe4\x95\xbf\xf7\xd3\x37\x6e\xff\xda\x6b\xff\xfb\x9d\x7b\ \xbd\x9f\xf9\x99\x4b\xf2\xf0\xd7\xcf\x34\x65\x04\x9c\xad\xa5\x31\ \x98\x06\x82\x70\x67\x65\x3c\xf9\xda\xcb\x5b\xe1\x07\xd3\x87\xca\ \xb1\x17\x5e\xfc\x3b\x07\xe5\x6f\x7c\xa7\x65\x4d\xf6\xf6\x1f\xbf\ \xfd\x3f\x5c\x34\x6a\x72\xf5\x3f\xbb\x2e\x1e\xfe\xda\xff\xf9\xab\ \x9f\xf9\xe2\xaf\xbe\x74\xf5\xf6\x07\x6f\xbd\xe1\x01\xa1\xf8\xd6\ \xcd\x21\xba\x77\xb1\xba\x75\xed\x73\x77\x5e\xff\x03\xc6\x9d\xc6\ \x83\xe7\xaf\x7e\xfe\xce\x9b\xef\xbc\xf4\xcc\xe7\x94\x2e\x89\x08\ \x11\x6a\x3f\xa5\xd3\x45\xe7\x1c\x60\xb0\xd6\x18\xa3\x31\xc6\xc6\ \xe8\x8f\xba\x6b\xe4\xbd\xf7\x08\x10\x21\x04\x03\x00\x20\xce\x98\ \x33\x06\x00\x45\x71\xd4\x4f\x7a\x94\x31\x67\xec\x80\xd1\x10\x88\ \x20\x34\x24\x3c\xc0\xd4\x59\x03\x8c\xc8\x56\x53\x4e\x3c\xc6\x4d\ \x5b\x7b\x07\x94\x90\xd6\x2a\x42\x08\x60\x6c\xa4\x51\x4a\x85\x61\ \x80\x3c\x02\x0c\xa0\xbd\xd5\x96\x13\x46\x3c\x20\x40\x82\x07\xd2\ \x6a\xe4\xbc\x51\xda\x22\xe7\xbc\xaf\x5b\xd9\x65\xea\x2e\x49\x89\ \x40\x00\x02\x0f\x80\x09\xc1\xdd\x0d\x30\x20\x82\xb1\x27\xc4\x78\ \x0c\x04\x33\xce\x11\x20\xa5\x34\x60\x2c\x95\x42\xce\x52\x4a\xac\ \xf5\x46\x1a\x4c\x80\x50\x2f\x55\xa3\x94\xea\x06\x88\x0e\x61\xa7\ \x3a\x2e\x37\xea\x1a\xea\xce\x83\x14\x00\x94\x52\x18\xe3\xae\x60\ \xb4\x1d\x97\xc6\x98\xce\xf2\xe5\xa3\x9d\x4d\x84\xac\x7b\x72\xc9\ \x85\x51\x12\x86\x84\x52\xdf\xb6\xd2\xda\xd6\x98\x46\x29\x4b\x29\ \x2d\xf2\xa2\x69\x9a\xfe\xa0\x6f\x2c\x4a\xc2\x98\x13\xea\x8d\x73\ \x49\xe0\x9d\x89\x92\x61\x10\x25\xbd\xf1\xa8\x91\x72\x82\xd0\xa6\ \x31\x9b\xc9\x98\x7a\x8c\x1d\x30\xc2\x0d\x46\xbd\x3e\xd5\x80\x2d\ \xc3\x79\x96\x61\x4f\xd6\x75\x8b\x8c\x15\x84\x52\x20\x2d\x42\x21\ \xc1\xe5\xc5\x5c\x23\x8f\x05\x6b\x8d\x31\x0a\x39\x87\x38\x50\xe6\ \x21\x61\xa1\x07\x2a\x10\xaa\xd7\x59\xa9\x5b\x21\x82\xbc\x28\x5b\ \xd5\xb4\x75\x0d\x40\x31\x20\x02\x84\x53\xde\x3d\x1c\xc6\x18\xc6\ \x14\x59\x04\x80\x08\x66\x0e\x10\x60\x2c\x02\x41\x19\xad\xea\x82\ \x32\x22\x4d\x9b\x2f\x72\xc2\x99\x77\xae\xb0\x8e\x10\x1c\xc6\x62\ \x7a\x7e\xa2\x5a\x45\x31\x0e\xc3\xc0\x58\x84\x79\x42\x10\x09\x38\ \x33\x4a\x3a\x6b\xab\xaa\x54\x5a\x11\x0c\x80\x21\xcb\xb2\xaa\xae\ \xc1\x83\x35\x2a\xcf\xd6\x6d\x53\x71\xc6\xf2\x34\xd7\xd2\x38\x87\ \x84\x90\xc8\xff\xf8\xc7\xfe\x69\x50\xa2\x31\xa5\xae\x39\x3f\x7e\ \x74\xb4\x34\xc9\x73\xa1\x39\xfb\xe3\x7f\xf0\x3f\xfe\xd6\xcf\xfe\ \x47\x7f\xeb\xa5\xe7\x2f\xa5\x84\xd2\x3f\xf5\xa9\x80\x77\x86\xf7\ \x5e\xb8\xbd\x41\x5e\x7b\xf7\xb7\x5e\xba\x72\xdb\xeb\xf3\x37\xde\ \xfd\xf5\xde\xe8\x8b\x4c\xad\xa5\x55\xa8\x5c\xb3\xbd\x11\x01\x3c\ \xde\xfb\xda\xad\x5e\xf3\x7f\xbd\x75\x17\x63\xe6\xac\xdc\xbc\xf6\ \xef\x7d\xe5\xca\xf3\xcb\xa3\xdf\xfc\xf6\xa3\xd7\x2d\x99\xbc\x70\ \xed\xe5\x87\xf7\x7e\x6d\x74\xf9\xaf\x62\xa4\x1e\x3f\xfe\xc7\x0b\ \x73\xe6\x82\x8d\x39\xfa\xfa\x2f\xfe\xdc\x7f\xff\xe1\x3b\xbf\x7a\ \x37\x48\x74\x7b\x21\x9d\x29\xcb\x94\xf7\x77\x99\xb7\xc6\xc2\xf6\ \xd6\x4f\xc5\xf5\x6b\xbf\xf7\xe1\xfa\xaf\xbc\xf2\x95\x8d\x77\xbf\ \x15\x70\x74\xf7\xfe\x37\xe9\xe0\x73\xcf\x3f\xb3\x35\x31\x1f\xbe\ \x3d\xe5\x61\x10\x23\xd7\x20\xf2\xe9\xcb\x89\xde\x7b\xa3\x5a\xef\ \x3f\x42\xb1\x7e\x4c\x01\x30\x18\x63\xef\x11\xc6\xe0\x9c\x51\xda\ \x6b\x04\xdd\x2a\x8f\xb6\x86\x73\x86\x3c\x6a\xea\x0a\x63\xcc\x30\ \x8e\x79\x9f\x19\x0d\x4a\x7b\xee\x0a\x6d\x29\xe3\x7b\xbb\x97\x1a\ \xef\x14\xb8\xa4\x97\x88\x20\x08\x45\x2c\x02\x4e\x19\xc5\x80\xac\ \xb1\x47\x0f\x1f\x89\x5e\x34\xd9\xdb\x6f\x94\xca\xcb\x62\x10\xf1\ \x2a\x4f\x1b\xa9\xfa\x51\x2f\x0a\xc2\xe1\x78\x43\x28\xdd\x58\x8b\ \x16\xde\x1a\x85\x08\x31\xc6\x68\xa5\x00\xe3\xce\x64\x0a\x03\xb6\ \xd6\x1a\xad\x8d\xd1\x42\x04\xc8\x43\xc7\x2e\x05\x42\x08\xf2\xdd\ \x97\x01\x02\xef\x3d\xed\xb2\x39\x01\xe7\x1c\x21\x40\x29\xf7\xbe\ \xf3\x96\xc2\x41\x20\x3a\xde\x8c\xd6\x2d\x00\xef\x06\x55\x5d\x5a\ \x14\x42\x18\x63\x9a\xa6\xe9\x3c\xb0\xba\x07\xd2\x2d\x36\x2a\xa5\ \x3a\x71\xa6\xab\x1f\x19\xe3\xde\x3d\xa1\x52\x08\x00\xad\x6a\x1b\ \xd5\x72\x21\x3c\x72\x8c\x74\x25\x91\xd6\x46\x03\xf1\x8c\x63\x40\ \x0e\x7b\x5f\x57\x85\xc6\xcc\xb6\x3a\xcf\x0a\xed\xdc\x80\x8f\xeb\ \xb6\xa6\x35\xd3\xd6\x4e\x82\xf8\x26\xe3\xe5\x7c\x65\x10\x89\x06\ \xe3\xd9\x72\xd1\x9f\x6c\x6a\xeb\x2e\xd2\xe5\x60\x7b\x6b\xb0\xb9\ \x05\x3d\xe1\x38\x1d\x86\x11\x47\x20\x10\x3e\xbc\xf7\x81\xd2\x6a\ \x78\xb0\x47\x7b\xd1\xd1\xc5\x39\x43\x94\x29\xbb\x3a\x5f\x0c\xe2\ \xa4\x9f\xf4\x44\x14\x22\xc6\x7a\x76\x04\xf3\x59\x9e\x16\xd1\xa8\ \x5f\x54\x59\x6b\xa5\xb3\x0e\x59\x1d\x06\x41\x98\x44\xaa\x55\xc6\ \x18\x69\x0c\x67\xdd\x72\xbb\xc6\x18\x63\x0c\xd4\x13\x42\x08\x06\ \xec\x9c\x63\x82\x19\xa3\x08\xa3\x51\x14\x5a\xef\x31\x25\x5a\x19\ \x02\x10\x0a\x41\x01\x23\xe7\xc3\x20\x68\x9b\x16\x10\xb1\x46\x23\ \x70\xce\x61\x63\xb4\x77\x3e\x0c\xc3\x20\x14\xb3\xc5\x4c\x1a\xdd\ \xef\xf5\x86\xc3\x91\x92\x0a\x79\x4f\x30\xc9\xf2\x4c\x49\x29\xdb\ \x46\x3b\xc4\x00\x51\x8c\xab\xb2\xf2\xce\x7d\xba\x9d\xff\x00\x30\ \x92\xe9\x83\x07\x87\x12\x31\xce\xb0\x6f\x56\x8f\x8e\x22\xaf\xe6\ \xff\xec\xb7\xbe\xf5\x97\x5f\xbc\x2e\x8f\xef\x1e\xaf\x5b\xfc\xa7\ \x9b\xcb\x19\xe7\x9f\xbd\xfa\x6f\x5d\x1d\x96\xeb\xf6\xf3\xbb\x9b\ \xd7\x0f\x92\xe0\xfb\xa7\xaf\x6d\x8a\xdb\xc0\x26\x80\x3c\x26\xcc\ \x6b\x65\xbc\xf8\xcc\xee\x2b\xcd\xfa\xf5\x59\xad\x31\xe7\x08\x93\ \x6a\xfd\xe6\x9b\xf6\xa4\xcd\xcf\x9d\xf7\xfd\xf1\xcf\xbe\x72\xe9\ \xd9\x77\xaa\xb3\x2b\x9b\x9f\x89\x16\x97\xdf\xbb\xf3\x83\x94\xf6\ \x44\xf3\xfd\xdf\xfb\xce\x77\x86\xfb\x7f\xf3\xaf\xdd\xfc\x85\xb3\ \x47\x2d\x22\x02\x21\x8f\x09\x73\xb6\x76\x08\x79\x14\x5c\xbd\xf2\ \xb3\x23\xf1\xe6\xf6\xa8\xd7\xdf\xf8\xf2\xb5\xe1\x6e\x2d\xc2\x7a\ \xf6\xbb\x8f\x47\xbf\xf4\x0b\xaf\x7e\xe1\x7b\x6f\xfe\xfd\x76\xf0\ \x57\xfb\x3c\x7c\x52\xab\xa3\x7f\x05\x9a\x68\x4c\x05\x61\x98\x50\ \x44\x31\x21\x4c\x08\xd1\x51\x00\xb8\x00\x42\x08\xc2\x0e\xb0\xc7\ \x8c\x22\xc2\x3c\xc2\xd4\x7b\x86\x30\xd6\x96\x38\x2b\x10\xc4\x08\ \xc7\x59\x1a\x12\x68\x81\xe1\x28\x9e\x95\xed\xf5\x67\x9e\xc3\x07\ \xbb\x5a\x1b\x82\x11\x8d\x83\xc9\xd6\x0e\x25\x01\x66\x84\x06\x20\ \x30\xa0\xba\x5a\x1c\x92\x18\x07\x1b\xbd\x8d\x95\x31\x6d\xd8\x13\ \x89\x08\x36\xb7\xe6\xb3\x45\xb2\xb9\x35\x4c\x7a\xe3\xd1\x78\x7a\ \x36\x4d\x9a\xfa\xc6\x95\x67\xde\x7b\xef\x3d\x1e\xe0\x70\xbc\xe9\ \x90\xef\xfe\x02\x01\x83\xf3\xce\x39\xd7\x34\x75\x9a\x2e\xac\x55\ \x9c\x85\x16\x88\xef\x16\x36\x9c\xf3\x0e\xf5\x93\xc1\xd6\x68\x43\ \x4a\x89\x9c\x47\x18\x1b\xe4\x9d\x77\x1f\x95\xbe\xde\x7b\x84\x30\ \x74\xc8\x1c\xe4\x9c\xfd\xd8\x95\x00\x30\x86\xae\x24\xf4\xde\x7b\ \x67\xf2\xcc\x11\x4c\x92\x38\x22\x94\x75\x9f\x64\x8c\x85\x61\xd8\ \xcd\x46\x77\x77\x77\x8b\xa2\x18\x0c\x87\x71\x1c\x3f\xe1\x95\x0b\ \x42\x92\xd0\xb5\xf5\x44\x7b\x62\xa0\xdf\xdb\x54\x06\x7b\x84\x78\ \x24\x78\xc0\x42\x00\xe2\x3c\xd1\x4e\x20\x01\x9e\x5a\x1c\x6e\x6c\ \x8e\x1b\xa3\x25\x42\x84\xe1\x3a\x5d\xf7\x38\x1b\xb6\x6a\x54\x1b\ \xca\x79\x31\xdc\x38\x92\x72\x1d\x46\x97\xbf\xf0\x25\x9b\xa5\xa4\ \x4a\xc7\xe3\x61\xdc\xef\x27\xc9\xc4\x60\x94\x24\x8c\x3a\x19\x73\ \xb0\x67\x17\xe5\x7c\x3d\xdc\xdb\x51\x83\x5e\xdf\xd3\xcd\xad\x6d\ \xe5\x94\x3a\x39\x15\x51\xbc\x7f\xf5\x7a\x24\xc4\x6a\xbd\x56\x1f\ \x7e\xb8\x7d\xfd\xda\xbc\xae\xdb\xaa\xdd\xda\xdc\xb4\xd8\x72\xcc\ \x30\xc2\xe0\x5d\x14\xc6\x5a\x99\x75\x96\x3e\x38\x3c\x94\xc8\x38\ \x27\x85\x60\xc8\x38\x00\x0f\xce\x3b\xa5\x02\x26\xae\x5f\xbe\x9e\ \x57\x39\x61\x5c\x5b\xcd\x29\x07\x8b\x90\x77\x2e\xf2\xde\x7b\x0c\ \x40\x13\x46\x26\xd8\x3b\xdf\x55\xfd\xbe\x2b\xf4\xbd\x47\x68\xd4\ \xed\x81\x29\xa9\x90\x47\x04\x20\x09\xa3\xbd\xed\x7d\xd9\x6a\xab\ \x34\x60\x98\x8c\xb6\x67\xb3\xd9\xc1\xbe\xef\xf7\xfb\x47\x47\x47\ \x2f\xbc\xf8\xe2\xee\xee\x2e\x00\x7c\xba\x79\x8b\x40\x19\x5a\xdf\ \xff\xc6\x6f\xde\x63\x9c\x53\x41\xfd\xfc\xde\x6f\xfe\xe6\xfb\x5c\ \x24\xfe\xe8\x7b\xff\xf0\x11\x22\xc8\x79\xc2\xd8\x9f\x6e\x2a\x47\ \x30\x5d\xcd\x7e\xff\x0d\xb3\x19\x8f\x5e\x09\x69\x88\xd9\xf6\xe7\ \x5f\xfc\x4a\xba\x3e\x59\xe3\xaf\xdc\xbe\xf1\x57\xfa\x07\x97\xce\ \x1f\xfc\x13\x4b\x87\x7b\x93\x2b\xe9\xe1\xff\xaa\x40\x04\x08\x21\ \x20\x4d\xfe\xc1\x07\xe9\x3d\xc0\x04\x63\xae\xeb\x0f\x7f\x70\x97\ \x30\xb1\x17\xf3\x78\x89\x83\x6b\xd7\xfe\x7a\x5f\xdf\x3b\x6d\x70\ \x9f\xfb\x60\xb0\x4d\xd0\x72\x71\xf1\xa6\xbe\xf9\x4b\xaf\x5e\xfb\ \x8b\xfb\xbb\x93\xf3\x3b\x77\x0c\x20\x91\xbc\x7c\x6b\x33\x3e\x3f\ \xaa\x36\x42\x77\x56\xe8\xdb\xd7\xbe\xf4\x01\x8b\x28\xae\x1f\x3c\ \xfe\xa3\xd9\xc6\xcb\x1f\x1c\xbf\x7f\x65\xf2\xef\x86\xbc\x0f\xc8\ \x7d\x1a\x73\x22\x00\x0c\x87\x1b\x00\x14\x61\xb0\x0e\xba\x9b\x90\ \x8e\x53\xc3\x28\x11\x82\x33\x8a\x81\x22\xa0\x04\x53\x81\x09\x23\ \x80\xb1\x43\x11\x86\xc0\x7b\xd7\xb6\xbe\x2e\x91\x92\xda\x79\x17\ \x89\x75\x55\x06\x93\x0d\x3c\xec\xd7\x40\x24\x67\x8c\x60\x14\x46\ \x24\x88\x00\x98\xe7\x80\x04\x00\x01\x62\x18\xc2\x98\x70\x06\x94\ \x3a\xef\x15\xc1\x7c\x38\x12\xd8\xad\xea\x5a\x12\x64\x03\xa6\x29\ \x6e\x90\xdd\xd8\xd9\x76\x30\x7b\xf9\xd5\x97\x5b\xa9\xce\xd3\x75\ \x12\x27\xc8\x3b\xe7\x2c\xe3\x0c\x30\xf2\xd6\x02\x9c\x01\x30\x84\ \x88\x31\x16\x01\x78\xef\xc1\x23\x0c\x40\x19\xeb\xf5\xfa\xfd\xc1\ \x48\x2b\xe5\xb4\x01\x42\x5a\x6b\xfc\xc7\x29\xd1\x7b\xff\xa3\xc5\ \x0e\xe7\x7e\xd4\x3b\xdb\xff\x87\xbd\x37\x0f\x96\x34\xbb\xea\x03\ \xcf\x72\xef\xb7\xe4\xf2\xf6\xda\x7b\x57\xef\xdd\xea\xd6\x86\xf6\ \x1d\x84\x40\xd8\xc8\x58\x78\x06\x02\x6c\x83\xed\x01\xc2\xa1\x90\ \x1d\x13\x31\x8e\x09\xdb\x13\x31\x9e\xf1\x8c\x03\x3c\x66\x88\xc0\ \x33\x18\xb0\x6c\x0f\x8b\x90\x59\x04\x96\x84\x40\x48\x6a\x49\xa8\ \x05\x52\x2f\xf4\x56\xdd\xad\x5e\x6a\xe9\x5a\x5e\xbd\x7a\xf5\xd6\ \xdc\xbe\xe5\xde\x7b\xce\xfc\x71\x33\xbf\xca\xaa\x12\xea\x56\x35\ \x42\x5d\xad\x3c\xd1\x51\x9d\x2f\x5f\x66\xbe\xcc\x9b\xdf\xfd\xdd\ \xb3\xfc\xce\xef\xc4\x1a\xb4\xb5\x16\x00\x42\x08\xb1\xa8\x62\x8c\ \xc9\xb2\xd4\xd8\x34\x56\x5d\xa2\xe5\x79\x1e\x59\x35\xc6\x98\x24\ \x49\x89\xe8\xf2\x06\x99\x87\x10\x0e\xad\x1c\x78\xe3\x1d\xaf\x5b\ \xcc\x3b\xa3\xad\x5d\xcb\x6c\xf3\xac\x04\x3f\xac\x86\x21\xf8\x3d\ \x0b\x0b\x9d\x2c\xf3\x2a\x89\xc9\x0c\x26\x08\x09\x24\x96\x12\xe3\ \x5d\x69\x43\x95\x16\x43\x18\xf4\xf3\x9d\xdd\x51\x02\x5b\x14\xb6\ \xc8\x1f\xf5\xf5\xb5\xaf\xfa\xae\x8d\x6e\xb6\x51\x72\x11\x6c\xb0\ \xda\xde\xb7\x00\xe9\x7c\x51\x95\x90\x53\x8a\xea\xa1\x1a\x81\x0f\ \x16\xab\x4e\x52\x75\xd2\x30\xdf\xa1\x56\xbe\x94\x2d\x14\x65\x8d\ \x0a\x5e\xb5\x0a\x52\x94\xd5\x42\x77\xbe\x93\xe4\x39\xda\xb3\x67\ \xd7\x2a\xa3\x9d\xc5\x39\x56\x02\x1f\x5a\x69\xaa\x5e\x99\xe8\x48\ \xa5\x69\x20\x44\x06\x44\x30\x20\x08\xa2\x24\x2a\x21\xe8\xfc\xe2\ \xe2\xa1\x03\x87\x56\xea\x3d\x64\xd8\x39\x87\x80\x20\xaa\xe3\x0c\ \xa0\xc6\x6c\x32\xc6\xb3\xc7\x07\x24\x64\x4b\x22\x3e\x04\x49\xd3\ \x04\x11\x55\x61\x7b\x7b\xbb\xd5\xca\x8b\xa2\x58\x9c\x5f\xd8\xbb\ \xb2\x52\x97\x3e\xb2\x4c\x22\xaf\x7e\x69\x69\x69\x7e\x7e\x5e\x24\ \xac\xac\xac\x2c\x2c\x2c\xe0\x95\x5e\x89\x8e\x5c\x99\x34\x8d\x25\ \x5d\x05\x8a\xb7\x15\xd9\xa6\xdf\x64\xd4\x49\x44\x3b\xeb\x5f\xb8\ \xf7\x54\x91\x2e\x3e\x59\x6d\x1f\x7c\x66\x77\xf0\xda\xeb\x6f\xa9\ \xcf\x7e\xf9\xf3\x8f\x7c\xfa\x3d\x77\x7f\xc0\x9d\xfb\xe4\x67\x4e\ \x3c\x9d\xd8\x95\xfe\xce\x23\xbd\xad\xed\x46\x63\x03\xd1\x98\xf1\ \x4d\x76\xc5\x13\x5f\x39\xfc\x60\x30\x7b\x0b\xb7\xbe\x76\xf2\xe9\ \xee\x35\x6f\x9e\x2b\x4e\x6c\x9b\x1b\xdf\x7c\xeb\x9b\x38\xac\x7f\ \xe1\xa1\x3f\xd8\xed\x9f\xfb\xfc\xe1\x1b\xdf\x7d\xeb\x0f\x6d\xad\ \xfe\xd7\xaf\x9c\x5e\xb3\x44\x79\x67\xe5\xcc\xd1\xff\x72\xcf\x83\ \xbf\x3f\x14\x99\x3b\x75\xf2\xad\x57\x2f\xfb\x9d\xc7\x4e\x0d\x6b\ \xb7\xfd\xc7\x1f\xf9\xc2\x67\x2b\x4f\x0b\xdb\x8f\x42\x55\x32\x5d\ \xa1\x85\x68\x20\x32\xc4\x26\x76\xb5\x10\x33\x12\x47\xef\x89\x99\ \x88\x19\x08\x51\x40\x6a\x15\xef\x88\x44\x01\x30\x84\x52\x54\x41\ \xac\x04\x96\x30\x24\x48\xf3\xd6\x56\x59\x8e\x38\x3d\xb4\xb4\x68\ \x5a\x39\x58\xce\x5a\x2d\xcb\x68\xd2\xb4\x94\x00\xaa\x44\x28\x0e\ \x49\x01\x9c\x1b\xf9\x2a\x23\x29\xd5\x95\xe2\x6a\x5f\x97\xd5\xc8\ \xe4\x36\x6d\x65\x95\xab\x8b\xba\xe4\x11\x1d\xbc\xfa\x60\x96\xa4\ \x67\xd7\xd7\x94\x75\x69\xdf\x9e\x5d\x2f\x1b\xe7\x36\x45\x24\xcf\ \x53\xe9\x17\x84\xc8\x04\xc3\x5e\xc1\x9a\xa4\x9c\x49\xa8\x29\xba\ \x89\x22\x00\x40\xa2\x55\x59\xee\x0e\xfa\xde\xf9\xaa\xae\x88\x18\ \x69\xec\x56\x44\x5c\x8b\x12\x67\xb1\xb4\xdd\x54\x99\x43\x08\xb1\ \x96\x12\x39\xe1\x31\x82\x26\xa2\xb2\x2c\xb1\x0e\x3a\x71\x36\x9b\ \x83\x44\x44\x88\x68\x34\x1a\x96\x55\x05\x97\xd7\xfc\x07\xda\x02\ \xbb\x00\xe9\x3c\x65\x69\x26\xcc\x08\xd6\xa2\xb8\xb4\x9d\xe6\xa9\ \x5d\xca\x3b\x41\xc3\xc0\x48\x20\xa3\x81\x34\x88\xd4\x95\x16\xa3\ \x1c\xb4\xad\x21\xd9\x75\xa6\x57\x99\x80\xe7\x82\xe2\xca\xd2\xe3\ \xc7\x9e\xbb\xf6\x8d\x6f\x9d\x5b\x5e\xca\xb2\x34\x4b\xb3\x56\x96\ \x90\x11\x51\x75\xe2\xbc\x06\x05\x20\x26\x5f\x89\x07\xf1\x84\x82\ \xe8\xea\xda\x97\x95\x1b\x95\x2b\xcb\x2b\xa3\xbc\xbd\xbb\xbd\x13\ \x46\x65\x32\x97\xe6\xc8\xaf\xb8\xfd\x8e\xa7\xbf\xf6\xd4\xa9\xfe\ \xe0\xcd\xaf\x7f\xe3\x91\xad\xcd\x07\x0f\x3f\x66\x89\xf6\xce\x2f\ \xf5\x07\x03\xf0\x62\x0d\x0f\xfa\x25\x78\xb0\xd6\xfa\x10\x84\x45\ \x50\xd5\xa0\x10\x83\xb2\x47\xd8\xe9\xf7\x21\x04\xa9\x7c\xf0\x01\ \x18\x95\x91\x88\x98\x39\x16\xeb\xe2\xca\xc7\x14\xad\x88\x28\x8a\ \x48\xf0\x3e\x66\x7e\x85\x99\x06\x83\x61\x9e\xe7\xd6\x5a\x55\xdd\ \xd8\x38\x27\xa2\xd6\xd8\x78\x24\xe5\x59\x92\xa6\xa6\x2c\x8b\x9b\ \x6e\xbe\x51\xc4\x6f\x6e\x9e\x7b\x5e\x27\xfd\x3b\xab\xcb\x85\x38\ \x6f\xe5\xb9\x16\x4f\xdd\xfb\xe4\x13\xd6\x24\x5f\xba\xef\xe7\x89\ \x33\x1c\xfc\xd1\x47\xff\xe8\x13\x40\x26\x31\xa9\xd1\xdd\xfb\x1f\ \xfa\x0f\xc4\xb9\xfd\x3a\x38\xa5\x88\x49\x9e\x26\x00\xc5\xc3\x8f\ \x7f\x94\x39\x5d\x7f\xea\x97\x9e\x41\xcb\xf0\xc4\x6f\x9e\xfc\x3d\ \x00\x64\xce\x12\x9b\xad\x9d\xf8\xad\x5f\x3b\xf6\x1b\x48\xd6\x9a\ \x84\x00\x47\xeb\x9f\xfa\xa3\x35\xb5\xc9\x7c\x0b\xc0\x6d\x7d\xf6\ \x4f\x36\x80\x40\x81\x12\xc3\x2c\xa2\x09\xc3\xb3\xcf\xfe\xba\x80\ \xb5\x9c\x5e\x89\x71\xb4\xaa\x0e\x06\xa3\x41\xbf\x60\x26\x04\x88\ \xee\x20\x20\x12\x91\x46\x79\x05\x45\xa3\x20\xa0\xa2\x84\x20\xa8\ \x21\x09\xda\x49\x8d\xb1\xc6\x80\x86\x50\x87\xcc\x6a\x92\xac\x9e\ \x5d\x5f\xb9\xfa\x7a\x60\x52\xd0\xda\x55\x04\x0a\x41\x7d\x55\xf6\ \x43\x00\x64\x32\x90\x58\xac\x48\x65\x38\x72\x21\x78\x08\xa3\xba\ \xf4\xde\x1b\x82\x72\x34\xf0\xa3\xd0\xdb\xd9\x1e\x0e\x06\x99\xa5\ \x6e\x9e\x8b\xab\xbf\xf2\xc0\xfd\xa7\x4e\x9e\xb2\xc6\x74\x8b\x9a\ \x02\xb4\xf3\x56\x6f\x7b\x67\x73\x7b\x87\x10\x13\x6b\x0d\x21\x3b\ \x6c\x73\x6a\x81\x9d\x02\x80\xa8\x02\x01\x92\x65\xb4\xa6\x1a\x8d\ \x36\xbd\x13\xc0\xca\x39\x51\xc5\xa9\xf4\x5f\xac\xa8\xe8\x58\xb5\ \x51\x1a\x4d\xb0\xe8\x42\x36\x42\x3b\x22\x62\xad\x45\xc4\xd1\x68\ \x14\xe4\xeb\x6c\xc0\xf8\xf4\xe1\x68\x54\x57\xd5\xe5\xf5\x44\x23\ \x62\x51\x55\xeb\x5b\x3b\x75\x1d\xc0\x7b\x25\x0c\x35\x62\x62\x05\ \xb5\xa8\xea\x62\xb7\x74\x75\x3d\x4a\xd4\x05\x51\x27\xe2\x83\xab\ \x1d\xd5\x6e\x8e\xe1\xda\x34\xdb\xef\x61\xbe\x74\xaa\x2e\x5b\x59\ \x7c\xea\xe4\x1a\x09\x1f\x5c\x5c\xa1\x32\xa4\x43\xd7\x2a\x7c\xa7\ \x9d\xa1\x06\xd9\xe8\x95\x58\x0b\x8a\x2f\xd8\x1b\x15\x57\x98\x22\ \x60\x2d\xa6\x70\xec\x60\x39\x30\xec\x0e\x8e\xf8\x23\x75\x5d\xad\ \x6d\xac\xb1\x25\x63\x69\x6e\x69\x7e\x6d\xe3\xec\xe3\x4f\x3f\x51\ \x87\xea\xe9\xe3\x47\x4e\x7b\x3f\x77\xf5\xd5\x67\x4f\x9f\x7e\xf6\ \x89\xc7\xda\x69\x9a\x19\xb3\x38\x37\x77\x7a\x6b\xbd\x22\x49\x2d\ \xa6\x6c\x25\x38\xaf\x22\xe0\xad\x65\x93\x64\x95\xab\x9f\x3b\x75\ \x02\x9d\x48\x15\x28\xa8\x5a\x54\x83\x3a\x65\xce\xb9\xf1\xca\x07\ \x09\x12\x4c\x62\x9a\xc3\x26\x8e\x6a\xe8\xf7\xfb\xaa\x98\x24\x59\ \xbf\x3f\x1c\x0c\x46\x71\x95\xa6\xbf\xac\xd8\x59\x54\xd7\x35\x21\ \xc6\x93\xec\xca\x87\x45\x95\xba\x2c\x3c\xda\x56\x9e\x82\x2a\xa8\ \xd4\x55\x59\x7b\x01\xa0\x34\xcf\xec\x37\x49\x6d\x41\x34\x49\x9c\ \xa0\x68\x72\x00\x00\x4c\xd3\x24\x6d\x7e\x39\xbe\xf3\x1b\xa2\xab\ \x35\x19\x00\x00\x67\x0c\x00\xc0\x29\x9d\xd7\xe4\x60\xce\xa6\xc4\ \xdc\x14\x29\x49\xa8\x29\xa9\xa7\x09\x4d\xbf\x8d\xc9\xe3\x01\xae\ \xdc\xdc\x62\x50\x10\x55\x14\x01\x09\x08\x0e\x11\x7d\x08\xce\x87\ \xa0\x8a\x64\x12\x24\x05\x4a\x92\x24\x4b\x8c\x25\x6b\x40\x5b\x4c\ \x46\x1c\xbb\x0a\x35\xa0\x0a\xa7\xdd\xb3\x5b\x5b\x45\x51\x2f\xb4\ \x3b\xe8\x5d\xae\x30\x1a\x0c\xa5\xdf\x07\x05\x9e\xeb\x18\xd5\x20\ \x01\x11\x80\x50\x50\xdc\x70\x68\x24\x80\xab\xfd\xb0\x0f\xaa\xdd\ \x34\x49\xaa\x12\x82\x4b\xab\x6a\x77\x67\x97\xf7\x94\x2d\x15\xf6\ \x7e\x29\x4d\x9f\xdd\xde\xc2\x24\x75\x41\xf3\xa4\xd3\xca\x12\x93\ \xd0\xb0\xc4\x76\x2b\x4f\x53\x8b\x41\xe7\x0e\xec\x1b\x8d\x86\x75\ \x59\x39\x30\x5e\x7c\x5d\xb9\xca\xd5\x82\x08\xa0\x52\x95\xc3\x41\ \x2f\xed\x76\x00\x49\x34\x30\x5e\x50\xd1\x8b\x7b\x29\x7a\x31\xb1\ \x96\x12\xbd\xc5\x18\x5f\x47\x57\x25\xfa\x8c\x91\x9c\xa4\x53\x0a\ \x55\x51\x00\x3c\x96\x5f\x8c\x31\xcd\xab\x5d\xce\xe9\x0e\xb8\xeb\ \xaa\xb3\x55\x81\xad\xac\x76\x05\x31\x02\x91\x2b\x47\x75\xed\xcb\ \xdd\x61\x12\xc0\x2a\x86\xe0\x49\x34\xcb\xb2\x56\x96\xa5\xa0\x9d\ \x76\x3e\x07\xda\x72\x01\xfa\x83\x30\x28\xcd\xca\xe2\x4e\x6a\x3f\ \xff\xe8\x23\xaf\x7d\xcf\xf7\x78\x8b\x09\x89\x0f\x25\x68\xdd\xdf\ \x1d\x66\x79\x92\x40\x56\x85\x52\x18\xc5\x49\x25\xb5\xaa\xaf\x7c\ \xe5\x42\x8d\xae\x28\x43\xdd\x36\x26\x31\xb4\x55\xf6\x15\xf4\xf4\ \x99\x13\xf3\xf3\xed\x7d\xfb\x97\x3d\xd6\x1e\xdc\xe3\x4f\x1f\x6e\ \xb7\xda\x2b\x58\xb7\xda\x8b\x09\x88\xa4\x09\x76\xf2\x44\x71\x61\ \xae\xd5\x4a\x09\x16\xdb\x4b\x7c\x75\x59\x8c\xb4\xf6\xc6\xda\x41\ \x39\xea\x79\x09\x44\x96\x31\xd4\xe5\xe6\xc6\xb9\x56\x9a\x27\xc0\ \x41\x55\x9c\x22\x70\x93\x7f\x18\x8f\x0c\x53\x8d\xeb\xe6\xbd\x67\ \xcb\x21\x84\x58\xe8\x8f\x4b\x1a\x5b\x2a\x63\xaf\x51\x0c\x56\xa2\ \x60\xad\x31\x1c\x65\xdf\xa2\x1a\x31\x33\xc6\x17\xb9\xc2\xbd\x45\ \x04\x71\xd5\xa8\x4e\xbf\xfb\xef\xfd\xb3\x57\xfb\x87\x7e\xf5\x77\ \xee\x71\x6c\x03\xe4\x6f\xfe\xef\x7e\xfa\x03\x6f\xbb\x55\x76\x8e\ \xfc\xd6\x87\x3f\xfc\x17\xa7\x8a\xc4\xcc\x14\xd2\xbe\x3d\xe6\x7d\ \x28\xcb\x0a\xc5\xa3\xf8\xd4\xa0\x21\x52\x15\x03\xd4\x4a\xd3\xbc\ \xd5\xea\xb6\xda\x0b\xed\x6e\x2b\xcb\x2d\xb3\x84\xa0\xce\xd5\xc3\ \x5e\x8a\x98\x71\x22\xc5\xa8\x76\x75\x55\xd5\x19\xda\x1b\xae\xba\ \x6a\x31\xcd\xd0\x7b\x33\xe8\xb5\x9c\xf7\xb5\x4b\xad\x69\x3b\x8f\ \x21\x20\x43\xc2\x6c\x83\x80\x73\x55\xed\x37\x8b\x22\x9f\x9f\xcf\ \x55\xba\x49\x96\x64\x99\x45\x31\x98\xb9\x34\xbb\x3a\x6f\xcf\xa5\ \xe9\x42\x08\xd6\xe0\xbe\xdb\x6e\x6d\x57\xf5\xc3\x0f\x3f\x94\x19\ \xd3\x66\xb3\xb1\xb1\xd1\x0a\x61\x65\x3e\x33\x84\xe2\x2b\x83\xe0\ \x12\x1d\xd5\x12\x5a\x54\x41\x5a\x43\x2a\xb9\x78\x1f\x3c\xa8\x47\ \x74\x80\xc0\x2c\xce\x83\x21\x54\x05\x45\x40\x6a\xbc\xbc\x06\xc8\ \x62\x34\xe7\x9c\x8b\xbb\x54\x55\xa3\x33\x12\xb1\x2f\xde\x60\x66\ \x24\x23\x93\xba\x4c\x8c\x04\xe3\x8d\xd8\x93\x7b\xd9\x27\x21\x22\ \x78\x09\x1e\xa5\xd7\xef\x0d\xb7\x37\x2c\x63\x96\x27\xa3\xba\x74\ \xce\x6b\x15\xba\xad\xf9\x83\x0b\x7b\xf6\x75\x3a\x8b\xed\xb9\xb9\ \x6e\x87\x0c\xa3\x81\x41\x6f\x6b\xf7\xec\x19\x53\x16\x2d\xa3\xed\ \xcc\xd4\x08\xa7\xcf\xac\xef\x59\x5e\x59\x6a\xb7\x6c\x59\x90\x97\ \x4c\x74\x77\x6d\x95\x91\x4c\x3b\x33\xad\x2c\xb5\x89\x92\x1a\x0c\ \xec\xeb\x3a\x94\xa1\x18\xa5\xc4\x32\x1a\xb4\xd2\xd6\xb2\x98\xc4\ \x87\x3c\xb7\x88\xa8\x57\x5f\xd5\x06\x69\x15\xa3\x34\x49\x16\xda\ \xe9\x3f\xfa\x5b\xef\xff\xfd\xdf\xff\xd8\xc6\xc6\xfa\xab\x6f\xbd\ \x7b\xb8\xd9\x6f\x8f\x86\x57\x21\x2f\x74\xda\xad\x2c\x01\x5f\x57\ \x79\xcb\x33\xd7\x79\x5e\x16\x95\x67\x2e\xc3\xdc\xae\xab\x77\x83\ \x2f\x08\x06\x75\x89\xaa\x42\xe0\x4d\x4a\x6c\x44\x54\xbd\x8f\x3c\ \xf9\x78\x02\x79\xef\xe3\x9a\x8f\xbd\xc7\x5a\xfb\x83\x81\x8a\x2c\ \x2f\x2f\x33\x99\xb2\x2a\x5b\xad\xb6\x61\x66\x62\x44\x24\x46\x80\ \xf3\xac\xa9\x08\x88\x93\x61\x64\x63\x0e\xff\x95\x0d\x8b\xe2\x7d\ \x6b\xef\x9d\x7f\xff\x67\xfe\xe9\xff\xf0\x81\xb7\x1c\xf9\xe8\xbf\ \xfe\x8f\xc1\x95\x0e\xef\xfe\xc1\x9f\xf9\x67\x3f\x76\xc7\x6f\xff\ \xea\x6f\x2e\xbc\xed\x27\xfe\xc5\x3f\x6f\xff\xd3\x0f\xfd\x6f\x27\ \x25\x4f\x66\xc0\xf8\xed\xb0\xb2\x28\xca\xa2\x48\x49\x33\x92\x1c\ \xed\x5c\x9e\x66\x49\x92\xa6\x79\x9a\xb5\x6c\x92\x12\x00\xa9\x37\ \x55\x21\x2a\x20\x81\x83\x60\x39\x24\x02\x93\xb0\x57\x67\xd0\x8b\ \x0f\x73\x49\x0e\x41\x06\xa7\x4f\x6b\x10\xb7\x76\x86\x15\x45\xbc\ \x67\x1a\x21\x8a\x0a\x19\x4a\x91\x12\x05\xf0\xc1\xf9\xda\x8f\x06\ \x3d\x91\xc1\xfa\x3a\x22\x27\xc6\x1a\x0d\x86\x54\x44\xbc\x0f\x9b\ \xcc\x27\x99\x45\x84\x98\xab\xa2\xd8\x6b\x4c\xc7\xf0\x70\xeb\xcc\ \x7c\x70\x79\x96\xa5\x56\xaa\xb2\x40\xd0\xe0\x1c\x56\x15\x6b\xe5\ \x55\x8c\xa2\x01\x22\x66\x4e\x32\x4e\xd2\xa4\xdd\x82\x34\xdd\x1a\ \x8d\xd6\x77\x77\x7a\x55\x09\x88\x02\x08\x93\x74\x4a\x0c\xc7\xe2\ \x8e\x8a\x71\x59\x94\x53\x8b\x39\xaf\xf8\x80\xc8\xdf\x8e\x8f\x41\ \xf8\xfa\x52\xea\x00\x00\x20\x00\x49\x44\x41\x54\x9c\xe8\xf2\x36\ \x17\xb3\xc8\x54\x92\xf1\xf2\xd3\xc9\x44\x3c\xdc\xda\xd9\x3c\x7a\ \xdc\x31\xb7\xea\x72\xb1\xd5\x5a\x92\x4e\xab\x95\xef\xbf\x66\xff\ \xd2\xfc\x52\x37\xed\x74\x93\x6c\x21\x69\xe7\xc6\x06\xe7\x86\xa3\ \x9e\xf7\xe1\x5c\x55\x2c\x76\xf3\xbd\xfb\x96\xec\x70\x54\xad\x6f\ \x80\x0f\xb7\x2f\xee\xbb\xfd\xd0\xb5\x41\xc8\x1f\x3d\xde\x4a\x72\ \x51\xd8\x53\xba\x76\xab\x5d\x6f\x6d\x2b\x63\x50\x11\x71\x02\x42\ \x12\x82\xd4\x70\xf4\x0c\x25\xd9\x28\x09\xc6\xe6\xae\x4e\xd4\xfb\ \x32\xa9\x14\x61\x0f\x22\xd1\x66\xb5\x7a\xb6\x04\x65\x66\x19\x0c\ \xdf\xb2\xb8\xdc\x3a\xd8\x32\xbd\xde\x60\x67\x9b\x0d\x75\xba\x6d\ \x57\x17\x61\xb4\x03\x1a\x18\xa4\x1e\x8d\x8a\xd1\x70\x50\x94\xde\ \x24\xca\xf6\x40\x9a\x6a\x7b\x51\xda\x2d\x5e\x58\x58\xeb\xf7\x4f\ \x6f\x6f\x0d\x5c\xe5\xd1\x01\x25\x08\x84\x13\xa7\x3b\x2e\x6f\x23\ \xc6\x51\x14\x45\x59\xd5\x0b\x0b\x0b\x5b\x5b\x5b\xc3\xe1\xa9\xe5\ \xe5\x65\xc3\x26\x52\x0d\xf2\xcc\xb2\x31\x44\x20\xea\x63\x16\xb2\ \xae\x9d\xf7\x1e\x40\x93\x24\x09\x41\x42\x90\xba\x76\xcf\x1b\x9c\ \xbd\xd4\x61\x31\x04\x9d\xdf\x77\x75\xab\xff\xe0\xaf\xff\x6e\xe7\ \x75\x41\x01\x30\x60\xf2\x8a\x3b\xde\xe4\x1e\xf8\xcd\x0f\x7f\xf8\ \x97\x5b\x5f\x5b\x79\xdf\xcf\x7d\xff\x55\x73\x74\x7c\x4b\xe1\x8a\ \xad\x5a\x5c\xd1\x96\x18\xce\x13\x93\x93\x64\x08\x6d\x06\x28\x07\ \xa1\x20\x67\x8a\x1a\x76\x42\x50\x15\x87\x24\xa0\x0a\x41\x19\x29\ \x35\x6c\x09\x4a\xf1\x7d\x10\x02\x07\x08\x76\x8e\x5b\x59\x6e\x90\ \xb4\x1e\x0d\xfb\x83\xe1\x46\x60\x84\x24\x49\x1c\x88\xaa\x10\x33\ \x11\x8a\x80\x06\x64\xc0\x80\xa1\x95\xdb\x3d\x9d\x56\xab\xdd\x1e\ \xf5\xfb\xdb\xeb\x67\x8b\x61\xdf\x1a\x04\xc0\x20\x21\xea\x97\x31\ \xb3\xa8\x30\x71\xbb\xdd\x1a\xac\x9e\x40\x50\xa3\x1a\xca\x81\x4f\ \x92\xd4\x70\xa7\xdb\x5e\x5e\xde\xbb\x7f\xff\xbe\xda\xd5\x8f\x3e\ \xf2\xe8\xe9\x8d\x2d\xc3\x16\x55\x52\x32\x99\x65\x04\xf5\xde\x9b\ \x3c\xcb\x78\xf1\x6c\x6f\x77\x77\x54\x0c\x54\x45\x15\x27\xb0\xd8\ \xf8\x8c\xc6\x98\x18\xd9\xc5\xbd\x1a\x42\xb8\xc8\x07\x89\x0f\x0e\ \x12\xc6\x6d\x2d\x88\xd1\x91\x9c\xf0\x7c\x5e\x9c\xaf\xa0\x32\x9f\ \x67\x07\xdb\x9d\x3d\x64\xf6\xb7\xba\x07\xad\x9d\x23\x4a\x6a\xa1\ \x53\x6b\xe1\xf8\x6a\xcf\xf9\x3e\xf0\x73\x41\x49\x55\xeb\x5a\x42\ \x8d\x86\x30\xc5\x1a\xea\x73\xde\x99\xe0\x13\xaf\x6c\xe6\xec\xb0\ \x16\xcb\xc2\x52\x0c\x7b\xc3\xda\x5b\x2f\x39\xdb\x21\x9b\x32\x78\ \x93\xa6\x80\x1a\x82\x37\x22\x46\xa5\x64\x59\x2a\x31\x5f\x58\xe8\ \xad\xf9\xde\xa8\x0e\x1b\x55\x52\xd4\x9a\x7a\x51\x61\x66\x1f\x42\ \x59\x14\xc6\xd8\x24\xb1\xce\xfb\x4e\xab\x2d\x12\xaa\x10\x58\x83\ \x49\x4d\x70\x29\x19\xec\x74\x5a\x73\x73\x5d\x4a\x13\xe7\xea\xde\ \xb9\xf5\x8d\xb3\x15\x4a\x00\xc0\xc4\x24\x73\xdd\x4e\xb2\xb8\x54\ \x65\xf9\x8d\x4b\xcb\x6b\x7b\xf7\x3e\x71\xfa\xc4\xea\xf6\xd6\xd0\ \x81\x43\x6b\x13\x9a\x3e\x63\xac\xb5\x71\x2e\x63\x9e\xe7\xa2\x08\ \x00\x7b\xf6\xec\xb5\x36\x89\xf5\xb0\x98\xd0\xa8\xbd\xa7\x20\x44\ \x28\x1a\x91\xd4\x18\x06\xc4\xb1\x93\x08\x0a\x00\x81\xd9\x5c\xf1\ \x74\x6e\x9b\xd8\xb3\x4f\x7c\xf6\xdf\x7e\xa5\xf8\xde\x0f\xbd\xee\ \x8d\x7b\x09\x01\x2c\xb8\x47\xee\xfd\x83\x1f\xff\xe7\x3f\xfc\x3f\ \xfe\x93\x1a\x5e\xf9\x8e\x87\xbf\xf8\xb1\xc7\x36\x21\x35\x2f\x0c\ \x13\x35\xb8\x50\x8b\x2a\x4d\x49\x39\x48\xa8\x9c\x04\x44\xb6\x26\ \x95\x50\x05\x11\x05\x51\xe0\xc4\x66\x74\xe9\xf3\x43\x15\x44\xa2\ \x90\x04\xc6\x20\x5f\xeb\xda\xd7\x00\x84\x64\xed\x44\x6c\x02\xd1\ \x58\x93\xe0\x38\xcc\x1c\x05\x05\x04\x44\x32\x96\x8d\xf3\x05\x60\ \x6a\xd9\x00\xa8\xf7\x85\xa0\x4d\xf8\x0a\x2e\x7c\x79\x09\x2a\x0e\ \x40\xc0\xd7\x52\x05\x13\x39\x80\x68\x0d\xa5\xa9\x49\x83\xba\x4a\ \x87\x96\x0d\x0a\x82\xa8\x78\x0c\x88\xc4\x00\x10\x00\xc5\xab\xa0\ \x1b\x49\x99\x06\x11\xa9\x4b\x1d\xf6\x19\xd4\x18\x42\xa1\xb8\xe5\ \x0c\x59\xa9\x03\x79\x40\x8f\x84\x8c\x0c\x01\x9d\xab\xfa\x92\x80\ \xd1\x3a\x93\xb2\x0a\x05\x8b\x12\x31\xab\x44\xf9\x09\x52\x62\x66\ \x54\x3f\xdc\xec\x89\xa8\x45\xab\x20\xc8\x64\x98\xb2\xcc\xb6\xd2\ \x64\x61\xbe\xbb\x7f\xff\x1e\x17\xfc\xfa\xc6\xbe\xde\xb0\xd7\x1f\ \x0c\x43\x1d\xaa\x5e\x7f\x10\xd6\x6b\xd1\xc0\x26\x24\x09\xb4\x5b\ \x39\x63\x0d\xb0\xeb\x9d\xd0\x05\xb0\x88\x13\x1b\x4b\x46\x4e\xe4\ \x1a\x23\x22\x5f\xe4\x3c\x06\xf1\xcd\xb3\xa2\xb3\x19\xff\x05\x00\ \xef\xdd\xf3\x76\xe6\x7e\x83\x30\xba\xf6\xb5\xf3\xa3\xc4\xe6\xad\ \x3a\x98\x9d\xed\x50\x0e\x5c\x70\xc6\x32\x10\x82\x82\x03\x74\x49\ \xca\x0a\x89\x0b\xd6\x3b\x00\x29\xa4\xc2\x94\x39\x31\x84\x5a\xd5\ \x2e\xe9\xf2\x81\x03\x37\x71\x6e\x77\xfb\x9b\x83\xdd\x5d\xad\x4b\ \x1b\xb4\xae\x94\xd9\xa2\x31\xbe\x8a\x68\xa4\xea\xd5\xab\x84\x94\ \x46\x3e\x74\x3a\x0b\x37\xdc\x79\x1d\x0a\x0d\x1e\x7b\x6e\xf4\xd4\ \x51\xea\x95\xc6\x9a\x48\xa1\x99\x43\x10\x57\xb2\x38\x9b\x26\x7e\ \xd8\x93\xe0\x6b\xa3\x45\x70\x41\x0c\x9b\x56\xb7\xbb\xd8\x5d\xca\ \x0f\x5e\x73\x68\xef\x5d\xaf\xb4\xf3\x73\x5b\x8f\x3e\xf6\xc0\xe7\ \xef\xd9\x3c\x7a\x22\x14\xf5\x68\x4b\x8b\x13\x27\x3d\x98\xca\x26\ \xbb\x44\xf6\xc0\xde\x83\xed\x0c\xd9\x1c\xad\xea\x81\x8a\xa8\x04\ \xef\x63\xd1\x7f\xdc\x48\xca\x6c\x8c\xc9\xb2\xcc\x07\x8d\x02\x25\ \xde\x7b\x63\x6c\xcc\xea\x36\x55\xaf\x10\x82\x04\x21\xe4\xe8\x6f\ \x42\xe4\xde\xd7\x3e\xc6\xe0\xad\x56\xeb\xca\xcf\x2d\x02\x00\x92\ \x49\xb2\xc4\x4e\x68\x32\x14\xce\x1c\x7f\x7a\xb5\xf8\xd1\x37\x7d\ \xdf\xdf\xb9\xfa\xb6\xdb\xef\xfd\x7f\x7e\xad\x94\x17\x34\x57\x52\ \xd5\x27\xf9\x2d\xef\x7c\xf5\x8f\xed\xcb\xe1\xb9\x23\xbf\x7d\xdf\ \xb1\x47\xca\xe0\x01\x92\x7d\x57\xbf\xff\xdd\x77\xbe\xcb\xad\x7f\ \xfa\x53\x0f\xdd\x73\xdd\xed\x3f\xf5\x9a\x03\xd7\x29\xd8\xc4\x9d\ \xfc\xcc\x57\x7e\x71\xd5\x5b\x83\x4d\x0c\x25\x4a\x73\x77\xbd\xea\ \x43\x77\xae\xec\xed\x6f\x7c\xf1\x4f\x1f\xff\xf4\x56\x55\x01\x68\ \xb2\xf0\xd6\x1f\x7a\xcd\xdf\x69\x73\xd5\x5f\xff\xc4\x27\x1f\xf9\ \xf2\x81\x1b\x7e\xfc\xdd\xb7\x7c\xd7\xd6\xea\xc7\xef\x39\xfc\x05\ \x47\x56\xc4\xdc\xf9\xda\xff\xf5\x35\xcb\x9d\x20\xe5\x89\x63\xbf\ \x77\xef\xd1\xe3\x6f\x7c\xed\x87\x70\xed\xa3\x7f\xbe\xba\x8a\x4a\ \x37\xdd\xf1\x8f\xaf\x93\xaf\x7c\xe6\xc9\xc7\x5e\x48\x1a\xf8\x25\ \x5a\x0c\x0b\x35\x6a\xb0\x48\x96\xd5\x7a\x49\x41\xac\x02\xfa\xc8\ \x04\x0c\xc2\xb5\x35\x25\x83\xc5\xe8\x33\x69\x14\x1d\x42\x2f\x1e\ \xad\x51\x90\xd1\x60\xb7\x18\x0e\xc9\xfb\x56\x62\x4d\xf0\xcc\xa8\ \x5e\x03\x81\x02\x04\x20\xad\x0d\x04\x0d\x01\xc4\x63\x10\x74\x04\ \x65\xc0\xe3\xcf\x1d\x51\x0d\x39\x70\x1a\x20\x01\x51\x88\x45\x19\ \x54\x55\x45\x70\x22\xa0\x2a\xa0\x22\x92\x26\xad\xb2\x2c\x89\x39\ \xc9\xd8\x3b\xe9\xed\xf6\xb7\x76\x77\x8e\x9d\x3c\xf1\xe7\x0f\xdc\ \xc7\xd6\xa4\x59\x9a\x26\xb6\x06\x29\x7d\x85\x01\x12\x21\x0d\x8a\ \xa2\xce\xbb\xc1\xb0\xc7\x79\x3e\xb7\xb0\xb0\x5e\xd7\x61\xe2\xdc\ \x35\x88\x86\x88\x00\x18\xbb\x60\x62\xc2\x0b\x54\x91\x10\x11\xbd\ \x0b\x61\xac\x43\xa1\xaa\x00\xc8\x0d\x20\x46\x6b\x4a\xab\x22\x12\ \x89\xe2\x97\x13\x44\x23\xf6\x42\x71\x0e\x86\xfb\xd8\x04\xa8\x21\ \x0c\x53\x29\x53\x0a\xe2\x83\x1a\x34\x36\xb1\xd6\xfa\x30\x44\x0f\ \xc6\x85\x4c\x80\xc5\x67\xa0\x20\x58\x16\x85\x10\x58\xc2\x6a\x67\ \xe7\x99\x07\x1f\x28\xaa\xa1\x4d\x21\xc5\xd0\x56\x4d\x7c\x48\x80\ \x90\x8d\xb0\x29\x43\x00\x00\xcb\xc8\x41\x83\x0b\x90\x12\x7b\x5e\ \x7b\xe6\xe9\x23\xeb\x4f\xb3\xf2\xb5\x55\xde\xf5\x2e\x60\xe9\x64\ \x42\x4b\x62\x0c\x41\x5d\xe5\xb0\xc0\xca\xbb\xd4\xd8\x54\x8d\x71\ \xce\x64\x99\x01\xf0\x88\x1b\xbd\xfe\xfa\xa9\x33\xe6\xbe\xfb\xb3\ \x34\xb3\x69\x66\x11\x6c\x16\xa4\x2c\x8d\x13\xeb\xbd\xaf\xd5\x9a\ \x14\x88\x77\xcb\x6a\x13\xfc\xf2\x55\x87\x76\xf2\xd6\xe6\xa0\x04\ \xe7\x64\x92\x4f\x8c\x53\x09\x09\x31\x58\x6b\x8c\x11\xc5\xa2\x28\ \x26\x70\x19\x87\xab\x8a\x73\x4e\x44\x8c\x31\xc6\x58\xa2\x71\xa9\ \xba\xaa\x6a\xe7\x1c\x22\x88\x68\x9c\xc2\x5a\xd7\xe1\x79\x0b\x9c\ \x57\xc6\x6e\x6c\xa2\x13\x05\xa8\xa0\xf3\x81\x9f\xfa\x10\xff\xd9\ \x2f\xfd\xc4\xff\xf9\x91\x95\xb7\xff\xe3\xff\xf4\xaf\x3e\xf8\xce\ \xaf\x3c\xf4\xc7\xcf\xf8\xd6\xf3\xab\x73\x91\x86\xcd\xc7\x1e\xff\ \x8f\xcf\xae\xbc\xf7\x7d\xb7\xfc\xcd\xa7\x57\x8f\xb6\xf7\xdc\x3d\ \x18\x96\x6f\xbf\xe3\x5d\xcf\x3d\xf9\x91\xb9\x1b\xff\xee\x3b\x6e\ \x38\xfe\xf9\x23\xbf\xbb\x76\xdc\x1c\xba\xf9\x83\x6f\x9a\xdb\xdd\ \xf5\x4a\x80\xaa\x41\x54\x71\x7c\xee\xb8\xd3\x27\x3e\xbe\x7a\xfa\ \xaa\x1f\x78\xf3\x7f\x7f\xdd\xe9\x3f\x67\xbc\x63\xd1\x3d\xb6\x9a\ \x5d\xdf\xf5\x8f\xfe\xe1\x57\x7e\xaf\x96\x8a\xe7\xde\xf6\xdd\xb7\ \xbf\xfa\xb1\x87\x3f\x7a\xd5\xed\x7f\xf7\x8d\x3b\x4f\x7d\xee\xc4\ \x59\xe2\xee\x81\x3d\xd7\x9e\x7d\xe6\xff\xb8\x77\xfb\xba\x1f\x7e\ \xeb\x4f\xef\x0c\x3f\x7c\xd5\xc1\xf7\xde\x7c\xa0\xff\xc8\xc9\x7f\ \x37\xec\xbc\xe5\x1d\xaf\xfc\xc9\xf6\xd9\x63\x9f\x79\xe2\x61\x05\ \x73\x85\xa6\x00\x98\x0c\x02\x87\x20\xce\x81\x11\x60\x50\x04\xb5\ \xa0\x40\x95\xa0\x23\x54\x05\x52\x09\x2a\x08\x40\xc6\x58\x09\x42\ \xca\x20\xa8\x01\x09\x31\x20\x2a\x68\x62\x8c\x51\x50\xef\x34\x20\ \x12\x2a\xb1\x32\x8a\x80\x77\x2e\x45\x56\x04\x4f\xea\x55\xbd\x02\ \x04\xc4\x2a\x20\x28\xa0\xa8\xa2\x57\x45\x08\x1a\xfb\xa3\x01\x15\ \x81\x99\x41\x55\x24\x30\xb3\x0f\x5e\x6d\x5a\xd7\x75\x18\xb9\xaa\ \x18\x89\x06\xb4\xd6\x01\x8c\x54\xdb\x2b\x2b\xf3\xf9\x12\xb1\xb3\ \x9a\x17\xe9\x48\x40\xb5\xaa\xfc\xce\x8e\x11\xb7\x90\x58\x2d\xc3\ \x68\x54\x14\x26\x65\xb2\xd8\x44\x15\x22\x82\x93\xd1\x48\xaa\xa8\ \x1a\x44\x82\x48\x54\x18\x0b\x41\x28\x16\x69\x00\xe2\x84\x9b\xd8\ \x29\x18\xeb\x33\x4d\x25\x3a\xfe\x38\x4e\x96\xe1\x65\xa6\xc3\x55\ \x21\x4b\xd2\x9c\x12\x14\xf0\x41\x04\xc0\x30\x87\xaa\x50\x06\x65\ \x33\xd2\x2a\xd4\x3e\xb3\x6d\x42\x0f\x28\x65\xa8\x19\x25\x28\x88\ \xf3\x9e\x48\xd1\x8a\x92\x38\xb1\x52\xb7\xd3\x8c\xb4\x92\xaa\x4c\ \x18\x13\x55\x10\x70\xb5\x53\x63\xad\xb1\x26\x04\x0e\xc8\x0a\x12\ \x14\xeb\x80\xce\x73\x70\x7b\xc9\x1a\xd2\xa4\x1a\x06\xef\x9d\x09\ \x8a\x4a\x48\x00\x5a\x7b\x21\x22\x83\x28\xaa\xb9\x4d\xd4\x07\x23\ \x41\x2b\xef\x65\x28\xae\x94\xdd\xbe\xab\xbc\xb1\xe9\x08\x70\xab\ \xdd\xde\x77\xf3\xcd\x3c\x7f\xc8\x08\x87\xb9\x32\x0c\x8a\x62\xa3\ \x6f\x7a\x45\x5a\xfb\xc4\x02\x54\xe5\xc0\x68\xaf\xe8\xf5\x39\x37\ \x36\x4b\x8c\x41\xc4\x34\xcb\x54\xa4\xae\x6b\x36\x26\x86\xd3\xd1\ \x1f\x8f\x05\xfd\x38\x76\xd1\xb9\x31\x39\xd4\xfb\x20\x12\x8c\xb1\ \xf1\x34\x8a\xc5\xff\x78\x44\x19\x43\x00\x1a\x82\x60\xf3\x2d\x5d\ \xf1\x04\x1d\x98\xa6\xbc\xd8\xc5\x43\x7b\x64\xdb\x03\x62\xff\xdc\ \x5a\x95\x25\x9d\x96\x55\x75\x2f\x00\x5b\xa9\x2c\xd6\xbb\x2b\xef\ \x7f\xd7\xed\xef\xdc\x7c\xee\x97\xce\xb9\xee\x6d\x07\xbe\x6b\xd8\ \xdf\x6c\xb9\x23\x4f\x1e\xfb\xe3\xac\xf5\xce\xf7\xee\xbf\xc1\x3d\ \xf3\xd0\x46\x7a\xc7\x3b\x56\xb2\xfb\x1f\xfe\xf8\x40\x8d\x45\xb5\ \xd9\xfe\xf9\x2c\xf7\xd5\xe6\x4e\xd9\x57\xbf\xdb\xf3\xaf\x78\xef\ \xeb\x7e\xb4\x35\x7a\xe4\xd8\xd6\xe0\xd0\x6d\xdf\xb5\xb7\xbf\xba\ \xe6\x7c\xd2\x79\xcd\x2b\xaf\x7e\xe6\xa1\x23\x5f\x68\x1f\xbc\xd3\ \x0c\x1f\x7e\xe4\xc4\x17\x06\x4b\xdf\xff\xda\x7d\xb7\x99\xe3\x27\ \x85\xd5\x87\x3a\xa1\x34\xb1\x19\xa1\xa2\x99\xaf\x07\x0f\xaf\xb5\ \x6e\xbe\x65\xef\xa1\x8d\xc5\x37\xb8\xdd\x27\xce\x55\xad\x14\xc1\ \x5d\xbe\x4c\xf3\xb7\xf9\xc0\x62\xb6\xa2\xe4\x14\x98\x32\x60\x0d\ \x52\x7b\xf0\x00\x5e\xb5\x62\x04\x62\x13\x54\x15\x90\x4c\x2a\xc0\ \x60\xd3\xac\x9d\x19\x36\xa8\x6a\x10\xd3\x2c\x91\x8c\xc4\xbb\xfe\ \xfa\x39\xa7\x21\x37\x99\x56\x15\x10\x2a\xa1\x00\x05\x25\x42\x15\ \x14\x07\xe0\x09\x01\x14\x54\x21\x80\x55\x62\x62\x04\x8d\x12\x34\ \x84\x04\x51\xfe\x01\x60\xd2\x18\x81\x22\x04\xaa\xca\x38\xf2\x05\ \x78\x9f\x1b\x86\x10\x18\xa1\xf6\x01\x5b\xdd\xf6\xc2\xd2\xfa\xc8\ \x3d\xf8\xd0\x53\x45\x7f\x84\x02\x23\x0c\x49\x2b\x3d\x30\xdf\x5a\ \xee\x76\x60\x77\x57\xfa\xa3\xc4\xe6\x03\xc1\xde\xa8\x92\x8c\x91\ \x21\xb6\x48\x23\xb3\x73\xce\x79\x8f\x88\x41\xc4\xd7\x41\x91\xd0\ \x18\xb6\x36\x54\x95\x28\x80\xc6\x42\x0a\x11\x8b\xc2\xf9\xe6\x98\ \x8b\x42\xec\xb8\x63\x6d\x92\x58\x6b\x2f\x93\x98\x85\x60\x2a\xcc\ \x6b\x6b\xd0\xa8\x5a\x0f\xb6\x0c\x2e\x01\x2b\x12\x54\x4c\x8d\x01\ \x89\x61\x54\xa1\x42\x85\xe2\x2c\x98\x56\x9e\xb4\x5a\x60\xac\xa5\ \x14\x39\x57\xe4\x05\x93\x42\x55\x6d\x6f\x9c\x25\x1f\x32\x9b\x78\ \x71\x1e\x14\x89\xd4\x18\x89\x99\x38\x00\x0c\x1e\x11\x39\xe1\x20\ \x52\x63\x40\x91\xce\x08\x10\xbd\x53\xa9\x15\x21\x50\x0c\x16\xc6\ \xbd\x90\x8c\x22\x0a\x8a\xa0\x1a\x82\x8e\x30\x54\x10\x14\x80\x55\ \xd2\xca\xb5\x43\x5a\x8f\xaa\x3d\x57\x5f\xdf\x5b\x5a\xf8\x8b\xcd\ \xc1\xb3\x4f\x1f\x1f\xf4\x7a\x82\xb0\xb4\x30\x7f\xa0\xbb\x74\x75\ \xe6\xe4\xcc\x59\x53\x95\x68\x51\xf3\x7c\xb5\x1c\x0e\x5b\x49\x9a\ \xa6\x3c\x51\x21\x22\x6b\x9d\xf7\x00\x50\xd5\x75\xe3\x39\xb6\x5a\ \x2d\x22\xda\xd9\xd9\x4e\xd3\xb4\xd1\xf4\x1d\x7b\xe1\x1a\x62\x07\ \xaa\x6a\x30\x86\x92\xa4\x0d\x00\x22\xc1\x39\xa7\xca\x59\x96\x5d\ \xf1\x95\xe8\xc6\x49\x34\x49\x9e\xa7\x16\x01\x38\xf4\x3f\xf3\x9f\ \x7f\xfd\xdd\xff\xf2\x83\xbf\x7c\xd3\xf7\xa7\xd7\xdc\x7a\xe6\xb3\ \xbf\xf1\xe5\x27\x7b\x69\x92\xbc\x20\xd7\x86\xcd\xd6\xda\xa7\x3f\ \x7e\x1f\xfc\xc0\x5d\xef\xb9\xe1\xe8\x7d\x7f\x72\xef\xbf\xd9\xff\ \x8a\x9f\xbc\x5b\x55\x01\x25\x78\xb4\x89\x0a\x1e\xbc\xea\xad\x9d\ \xf2\xc9\x67\x37\xd6\x99\x3a\x41\xaa\x3d\x07\xde\xf3\x9e\x1b\x5f\ \x79\xee\xe8\x6f\x7d\xf6\xd9\xfb\x95\xd3\x30\x78\xf2\x73\x7f\xfe\ \x8b\xdf\xf3\xfa\x7f\xf0\xaa\xab\xae\xfb\xfc\x23\x3f\xc7\x26\xb5\ \xd9\xe8\x9e\xc3\x3b\xb7\xde\xf4\xe3\xef\x9f\xef\xde\xb3\x03\x41\ \xea\xf8\x6a\xc4\x39\x81\x06\xf5\xca\xcb\xb7\xdd\xfa\x53\xf3\x83\ \xdd\x23\x8f\xfd\xbf\x4f\xee\x76\x6f\x0c\x27\x1f\x3e\xbe\x73\xc3\ \x2d\xff\xe0\x5a\x93\x3c\xf9\xf4\xc7\x0f\x1d\xda\x93\xe0\x0b\x00\ \xf5\x97\xaa\x39\x09\x45\x5d\x21\x53\x9e\x24\xa2\x3e\x08\x30\xb2\ \x92\xa2\x28\x12\x20\x91\x01\x0c\x80\x94\x24\x68\x92\xcd\x41\x59\ \x0e\x46\x00\xe0\xd4\x8b\x04\x04\x6c\xe7\xe9\xd5\x7b\xf7\x2e\xee\ \x3f\x38\x5c\x5f\xaf\x82\xeb\xb6\xdb\x20\x02\x48\x64\x50\x62\xe6\ \x4e\x43\x84\x44\x88\x73\x3f\x10\xe3\xc8\xfa\x98\x8a\x57\x91\xa8\ \x07\x0e\x93\xe0\x16\x10\x01\x31\xfe\x8f\x8c\x61\x00\x05\x60\x66\ \x66\x8e\x0e\x5b\x48\xec\x33\x27\x4e\x3e\xb5\xbe\xe1\x6c\xda\xce\ \xda\x8a\x30\x54\xd8\x59\x5f\x3f\x79\x36\xdc\xb8\xd0\x39\x94\x5a\ \x9b\x24\xce\xd8\xbe\x87\xa1\x02\x1a\x83\xcc\xc1\xb9\xda\xfb\x48\ \xc9\xf4\x13\xa5\x1c\x1f\xe7\x5b\x05\x6c\x4a\xcc\x13\x06\x8f\x36\ \x1e\x65\x73\x7f\x74\x12\x1b\x9d\x47\x66\x56\x91\xda\x5d\xf6\x69\ \xa8\x8e\x69\x40\x74\x6a\x38\xc0\x10\x16\x3b\xed\x9a\x21\xf1\xd6\ \x8a\x03\xc4\x39\x04\x22\x32\x89\x08\xaa\x03\x43\x59\x3a\x34\x66\ \xd5\x61\x5f\x93\xa2\x0a\x55\xb9\xcd\x36\xed\xa6\xd5\x5d\xfb\x56\ \xf6\xef\x5d\x5e\x7f\xee\xd9\x50\x8f\xb8\x06\x56\x21\x04\x01\x44\ \x00\x41\xa8\x52\xd2\x49\x22\x55\x05\x35\xb5\x88\x40\x48\x0a\x10\ \x4b\x50\x74\x01\x4a\x03\x68\x50\x94\xa0\x2a\xa0\x68\x11\x55\x2b\ \x50\x34\x60\x59\x2b\xe4\x5e\x02\xa3\x2c\xa9\x78\xf4\x99\x47\x8e\ \x1e\xee\x0d\x6c\x3b\x6d\x03\x1b\x6b\x36\x4e\xaf\xcd\x2b\xbc\x7e\ \xae\xfd\xfa\xc5\x79\xe8\xf5\xfa\xa4\x05\x50\x51\xa9\x5d\xc8\x2b\ \x80\xba\xae\x1b\x52\x54\x74\xb1\x23\x23\x2a\xa6\x11\x63\x9e\x71\ \x71\x71\xb1\x2c\xcb\xc8\xe3\x89\xaa\x45\x0d\xa1\x47\x44\x9c\xab\ \x89\x38\xcb\xb2\x18\x62\x03\x00\x11\x7a\x5f\xc3\xcb\xc3\x5b\xcc\ \x12\x7a\xf0\x63\xff\xfb\x29\xbb\xe3\x93\x56\x86\xf4\xdc\x57\x3f\ \xf2\x4f\x3e\xf8\xc8\x6d\xd7\xef\x09\xfd\x5f\x3d\xfc\xd8\xe3\x3d\ \x4d\x2d\xbd\xa0\x63\x97\xc8\x04\xb7\x7d\x6a\xed\x91\xd1\xdd\xef\ \x9d\x6f\x75\xb3\xb4\xae\xcb\xad\x90\xdd\x9c\xd9\xac\xdb\x59\xae\ \x7b\x0f\x3a\x6a\x5f\xb5\x7c\xd3\xf6\xd6\xef\x0c\xc4\x5a\x06\xe0\ \x74\xfd\xf8\x6f\xfc\xe6\x71\x04\x05\xa4\x94\x90\x54\x8b\x8d\xcd\ \xc7\xce\x0c\xfd\x55\x9d\x3d\x89\xcd\x8d\xb1\xbe\x5a\x7f\xf6\xc8\ \x6f\x1d\xd9\xb5\x3f\xfd\xe6\xbb\xf8\xcc\x09\xce\x0f\xe4\x64\xbb\ \x9d\xc5\x7a\xb4\xea\xd0\x20\x5a\xf2\x67\x1e\x78\xf4\x5f\x7d\xe6\ \xc4\xba\x41\x6d\xed\x7d\x5f\xca\x70\xe2\xc4\x97\x6e\xbc\xe1\x17\ \x0f\xf6\x7f\xe5\x9e\xf5\xad\xeb\xaf\xbf\xc1\xc6\x06\xb3\x2b\xd0\ \x5d\x44\x04\x32\xac\x84\x01\xc1\xa1\xa2\x04\x23\x82\x04\x04\x86\ \x51\x15\xc0\x8b\xa8\xa8\xb0\xa9\xeb\x7a\xb7\x3f\x5c\xdd\x1a\x38\ \x43\x49\x2b\x4f\xda\x39\x19\xa3\xa0\xae\x72\x67\x9f\x78\xea\xfa\ \xfd\xfb\x57\xf2\x24\x0c\x1d\x07\x31\xaa\x88\x22\x1e\x85\x94\x10\ \x89\x50\xe2\x94\x2c\x55\x40\xd5\xd8\x42\x08\x48\x40\x88\xa0\xa4\ \x28\xe3\x7c\x65\x94\x1a\x23\x22\x8d\x01\x2a\x13\x27\x69\x27\x4f\ \x83\x73\x06\x51\x43\x08\x88\xa5\xc0\xe9\x8d\xad\x63\xe7\x36\x3b\ \x7b\xf7\x27\xf3\x8b\x55\x55\x7b\xd1\x85\x4e\x2b\xf3\x2b\xdb\x6b\ \x6b\xc7\xb6\x36\xcd\x9e\xa5\xe5\xee\xfc\x46\x7f\xd4\x37\xf9\x4e\ \xed\x64\x6b\x6b\x7e\x6e\x7e\xa2\x8d\x86\x86\x39\xc6\xc2\x21\x78\ \x24\x8c\x91\x7c\x43\xbb\xb9\xa8\xa8\x12\x9b\x05\x1b\xd9\xb1\x86\ \xbd\xd8\xf4\x08\x56\x65\x79\x99\x8c\x6e\x55\xcc\x5b\xeb\x3e\x08\ \xd3\xde\xf9\xce\xe9\xa2\x28\x40\x96\x11\xdb\x68\x8c\x0b\x06\x80\ \x19\x3c\xd6\x25\x41\xdd\xea\x9e\xa9\xe4\xd1\x93\xe7\x8e\x8d\x3c\ \x98\xac\xb3\xb8\x84\x60\x7c\xe5\xf3\xde\xe0\xc1\x63\xc7\x6e\x5e\ \x59\xb8\x6b\xff\x4a\x7f\x30\x5c\x31\x2d\x8b\x42\x22\x80\x10\x08\ \x15\x09\x2d\x05\x54\x44\x8c\x9a\x43\xe3\x85\x1d\xc3\x3d\x10\xa0\ \x55\x54\x80\x58\x8d\x52\x04\x51\x41\x24\x06\x45\xe6\x3c\x4f\x95\ \xb4\x1a\x95\x16\x80\x80\x2a\xe4\x5d\xa2\x4d\x6b\x3f\xfd\xe4\xb1\ \xf5\x34\x9d\xbf\xf3\x5a\x64\xb6\xa3\x00\xd6\x1e\xb8\xf6\xaa\xd1\ \xfa\xfa\x97\x57\x37\x4a\x1f\xee\xdc\xbf\x32\xac\xdc\x96\xd3\xb5\ \xe1\x70\x67\x78\x62\xfe\xe0\xc1\xc5\x85\x85\xe9\x76\x94\x34\x4d\ \xa3\xec\x79\x6c\x59\xc9\xf3\x7c\x30\x18\x44\xdc\x8c\x23\x74\x26\ \xdc\x95\xd0\xa4\x71\x99\x8d\x88\xf4\x7a\xbd\xc9\x8f\x3c\x69\x1f\ \x7c\x59\xc0\x22\x11\x6e\x9d\x7c\xec\xac\x9a\x2c\xb1\x00\x6a\x0d\ \x9d\x3b\xfa\xf0\xea\x33\x01\x90\x93\x34\x35\x2f\x0c\x13\x83\xb8\ \x85\x3d\xef\x7d\xe7\x2d\xaf\xa2\x74\x7f\x7b\x70\xef\xb3\xbd\xd6\ \xf7\xbd\xe3\x43\xc7\x1e\xfb\xf0\xe1\xcd\xb7\xbe\xef\x7b\xfe\xbd\ \xe1\xfa\xcb\x5f\x79\x18\xed\xd2\xde\xa5\xa5\xde\xe1\xe7\x02\x5a\ \x3b\x3e\x09\x51\x55\x01\x51\x35\x50\x72\xdd\xdb\x5f\xfd\x81\x0e\ \x77\xf7\xb4\x87\x9f\x79\xfc\xa9\xdb\xef\xfa\x9f\xf7\x0f\xff\xe8\ \x89\xe2\xe0\xeb\xae\xbd\xb5\x35\xf7\x8a\xed\x33\x1f\x39\xb5\xfa\ \xd8\xb1\x1b\xfe\xe5\x8f\x7c\xef\xff\x85\xb4\xf3\x85\x3f\x7b\x1c\ \xd9\x22\x20\x73\xc6\xc4\xd6\x76\x12\xad\xd8\xe6\x36\x69\x51\x79\ \xe4\x4f\x1f\xfa\xf9\xee\xe8\xc1\x8a\xee\xca\x92\x6e\xc6\xa8\x57\ \xa4\x52\x04\xa8\x42\x51\x95\xa5\xab\x03\x68\xa8\x8a\x44\x42\x4e\ \x08\x86\x01\x80\x81\x08\x94\x88\x3d\x02\xb2\xed\x97\xf5\xda\x6e\ \x1f\x3b\xed\xa5\x3d\x7b\x2a\x51\x8f\x08\x09\xa3\x4a\x6a\xf3\x6e\ \x92\x9f\xd9\xdd\x55\x6d\x2f\xda\x74\xbb\x2c\x72\x46\x04\x45\x8a\ \xb3\xa5\x91\x30\x72\xfc\x30\x52\xa0\xc7\x39\x23\x40\x46\x64\x62\ \x04\xc1\x98\xcc\x23\x8a\xbf\x45\x22\x04\x10\x55\x6b\x4c\xc2\x21\ \x88\xd4\xae\x26\x24\xef\xbd\x07\x2a\xd8\x1c\x3d\xb7\xd9\xda\xbb\ \x2f\x74\xba\xe7\x8a\xd2\xd8\x44\x49\x5d\xe5\x2a\x2f\xf9\xe2\x0a\ \x30\xad\x15\x65\x48\xfd\xc8\xa4\x66\x61\x79\x39\x69\x3d\x77\xfc\ \x48\x9e\x3b\x3b\x86\xb3\x71\x8e\xdb\x18\x2b\x0a\xaa\x20\xaa\x51\ \xc2\xb6\x21\x33\x5e\x40\xd8\x9e\x22\xeb\x34\x7e\x62\xfc\x6d\x5d\ \xd7\xb1\x43\xe3\x32\x4f\x23\x80\x20\xd0\x2f\x9d\x8a\x83\xa2\x38\ \x3d\x1c\x5c\x63\xa9\x60\xbb\x97\x28\x0d\xd8\x02\x32\x2a\x05\xfb\ \x21\xd1\x48\xf1\xe1\xb3\xbb\x4f\x14\x7e\xe9\xd0\x75\x92\xb6\x7b\ \x2a\x51\xcf\xad\x0a\xa3\xd6\x42\xfa\xb5\xf5\x73\x2e\xf8\xbb\xf7\ \xac\xac\xad\x9d\x9e\x47\xb0\xa0\x80\x12\x08\x84\x10\x91\x44\x01\ \x11\x99\x28\x04\x89\x09\x82\xb8\xf2\x44\x64\x00\x55\x54\x01\xe2\ \x7f\x42\x20\xaa\xc8\x14\x54\x39\x31\x09\x1a\x6a\x19\x54\x80\x2a\ \xf8\x3a\x0c\xa0\xde\xce\xb3\x87\xce\x6c\x9e\x51\xdc\x73\xed\xd5\ \x3b\xb5\x48\xa5\x85\xea\xa8\x74\x24\xd8\x59\x5a\x64\x81\xc7\xcf\ \x6d\x9a\xda\x21\x71\x91\xb6\x6e\xba\xe5\xce\x3f\x7d\xf4\xa1\x62\ \x6d\x2d\xb1\x36\x62\x5c\x14\x28\x88\x0c\xf9\xb8\xda\xde\xfb\xcd\ \xcd\xcd\x10\x42\x9a\xa6\x88\x58\x14\x45\x5c\xf9\xf8\xab\x66\xfd\ \x89\x28\x8e\x18\x6b\xda\x63\x46\xa3\x11\x8c\x83\x8c\x97\x45\x6e\ \x91\xed\x74\x93\x1c\xda\x34\xb3\xdf\x74\xfd\x8e\x47\xfd\xc7\x1f\ \x7b\xae\x48\xb4\x7f\xfa\xec\x63\xfd\x90\x3d\xf4\xf8\x47\x8b\xfe\ \xea\xe0\x91\x7f\xbf\xbd\xff\x16\xdf\xff\xda\xc9\x9d\x41\xca\xe1\ \x81\x07\x7f\xc1\x0d\x8a\xe4\x7c\x43\x21\x4e\x62\x34\x12\xb7\xfe\ \xd4\xf1\x2f\xce\x59\xbe\x6f\xeb\xb1\x33\xfd\xc1\xc2\xf1\xdf\x5d\ \xf3\xeb\x23\xdc\xfd\xda\xa9\x1e\xb8\x4f\x3e\x77\xf6\x19\x80\xf0\ \xe5\xfb\x7f\x61\x75\xef\x75\xc3\x9d\xc3\xab\xc3\x60\x89\x15\x46\ \x0f\xde\xff\xf3\x5a\x94\x09\x11\x41\x1a\x76\xef\xff\xf4\xfd\x87\ \xfb\x90\x96\xa7\x3f\x77\x16\xad\xb5\x8f\x7f\xfa\xab\xa7\x77\x21\ \xe5\x2b\x95\x73\xa9\xb5\xaf\x03\x28\x01\x54\x22\x44\x5c\x81\x92\ \x28\x20\x18\x40\x54\x25\xa4\xc0\x00\x88\xbd\x20\x35\x9a\x3d\x2b\ \xfb\x86\xb5\x28\x9b\xa5\xc5\x65\x93\x5a\x15\x09\x45\x21\x38\x32\ \x5d\xec\xfb\xda\xb2\x26\xc6\x78\x5f\x1b\x50\xd4\xf3\x4c\x18\x44\ \x6d\x84\x6d\x11\x35\xc6\xa5\x4c\xcc\x0a\x09\x13\xe1\x58\x68\x05\ \x91\x62\xe0\x0a\xaa\x00\x68\x54\x7d\x90\x5a\x7c\xed\x3c\x12\x05\ \x21\x31\x66\x75\xa7\x0f\x9d\xae\xb6\x3a\x43\x81\xe5\x83\x87\xd4\ \x07\x66\x1a\xd5\xa1\xbf\xba\x86\x0c\xed\xf6\x7c\xb1\xe3\xce\x0e\ \x8a\xa4\x3d\xb7\x7d\x76\x83\x92\x7c\x7e\x7e\xa1\xd3\x9d\x23\x62\ \x05\x35\xcc\xcd\xdc\x3e\x55\xb5\x22\x3a\x69\x71\x89\x5d\x7d\x0d\ \xf6\x35\xb1\x73\xec\x0b\x6c\x62\xc0\xb8\xc3\x63\x0c\xd8\x6a\xb5\ \xf3\x3c\xbf\x3c\x0e\x23\x31\x6d\xaf\x6f\x56\xbd\x22\x49\xe8\xcc\ \xa8\xbf\x80\x92\x70\x62\x12\x46\x9b\xb4\x35\x38\x25\x42\xa9\xac\ \x0c\x2d\x6f\x04\x3c\x52\xf8\xee\xfe\x03\xbe\x3b\x37\x02\xed\x76\ \xbb\x0b\xdd\xbc\xec\xef\x8a\xb4\xfb\x35\xe7\x64\x4e\x6e\x6c\x76\ \x7b\xa3\xfd\xad\xf9\x7e\x39\xb2\xc1\x03\x81\x80\xaa\x42\xaa\x86\ \x04\x14\x10\x88\x26\x0d\x8e\x12\x5d\xb3\xc8\x58\x67\xc1\xb1\x9f\ \x08\x20\x08\x8a\xa8\x80\x41\x82\x2a\xb8\x14\x0b\x29\xeb\xa2\x6c\ \x55\xc4\x9e\x1d\x99\x11\xc1\xa9\xed\xea\xda\x9b\xae\xe9\x8d\x34\ \x73\xf6\xc0\xbe\x03\x47\x57\x8f\xdf\x79\xc7\x2b\xbf\xfa\xc8\xa3\ \x43\xf5\x2b\xad\x76\x95\x0f\x9f\x1c\x8c\x16\x16\x16\x77\x47\x85\ \x5d\xdf\x4a\xdb\xdd\xe5\xe5\xb9\x4e\xa7\xd3\x20\x5d\x51\x14\x11\ \xe6\xd2\x34\x25\xa2\xe6\x28\x8a\x84\xc4\x76\xbb\x1d\x23\xee\xa8\ \x63\x14\xbf\x14\x00\x88\xdf\x57\xd3\x3b\x18\x7f\x8c\xe3\xbc\x5f\ \x66\x25\x97\x17\x13\xf1\x91\xaf\x4e\x3f\x7d\xfc\x38\x00\xb2\x49\ \x19\xcb\xb5\x73\x87\x89\x52\x84\x8d\x67\x8e\x9f\x89\xac\x43\xd0\ \x7a\x73\xeb\x19\xa4\xe4\xeb\x71\xc3\x11\x74\x70\xea\xf4\x97\x44\ \x81\x38\x31\xcc\xbd\x9d\xaf\x09\x1a\x86\xed\x27\x76\x9f\x02\x24\ \xc3\x09\x93\x95\xea\xd4\xd7\x8e\x1f\x47\x4a\x6c\x3c\xe2\xc0\x6f\ \x6f\x3f\x0d\x94\x30\x22\x00\x69\xbd\x75\xb6\x14\x66\x6b\x38\x03\ \x00\xf5\xfd\xb5\xad\x6d\xe6\xe4\xca\x65\xa2\x1b\x66\x63\x4d\xc2\ \xc6\x12\x5a\x46\x0c\xa1\x76\x5e\x55\x8d\x0a\x03\x3b\x1f\xc8\x26\ \x95\x0f\x3b\x95\x6b\xcd\x2f\x56\xb5\xe4\x49\x8b\x99\xf7\xb6\x17\ \xdb\x79\xb6\x6f\xff\xbe\xa3\xab\x27\x8f\x1e\x3d\x92\x5a\xeb\xaa\ \x82\x18\xf7\x75\x3b\x73\xad\xcc\x4c\xb8\xf9\xa2\x1a\x7c\x50\x85\ \xb8\x27\x15\x20\xa8\x04\xef\x55\x34\x10\x26\xc6\x8e\x42\xd0\xe0\ \xa3\xd3\xa2\xaa\x6c\xb8\xa1\x4c\xa3\x20\x95\xce\x4b\x1d\x44\x38\ \x31\x68\x93\x51\x90\xf5\xa2\xe4\xee\x42\xaf\xae\x21\xef\x2c\xef\ \xd9\x73\x70\xef\x5e\x23\x70\xdf\x83\x8f\x74\x92\x96\x3a\x57\xd7\ \x7e\x6e\x61\x4f\x55\x8d\x7a\x83\x91\x52\xc6\xca\x8b\xf3\xf3\x79\ \x2b\x45\xa4\x10\x7c\x1c\xe6\xd5\x38\x23\x49\x92\x20\x61\xd3\xc5\ \xd7\xfc\xdb\x34\xa8\xc5\xee\xc0\x26\xe7\x18\x23\xb8\xf8\xa3\xb5\ \xd6\x18\xbe\xec\x9e\x68\x51\x68\x11\x2f\x70\xd2\x49\xd3\xb4\xdd\ \x9a\xcf\x8c\x25\xd8\x28\x8b\x91\xf7\x5d\x82\x3c\x04\x70\x01\x8d\ \xad\xc0\x1e\xdb\x2d\x0b\x9b\x74\x97\x97\x7b\xc1\x77\xe6\x5b\xdd\ \x16\xbd\xf3\x2d\xaf\xea\x9d\x3b\x33\x77\xe0\xd0\xef\x7e\xf2\x4f\ \x42\x55\xb7\x5a\xed\x13\x45\xd9\x5e\x5c\x54\x9b\x56\xae\x04\x08\ \xc2\x2a\x10\x86\x81\x21\x44\x61\x2e\x22\xcb\xde\x39\xe7\x9d\x04\ \x41\x44\x43\x26\x45\xb2\x2a\x84\xa8\x08\x1e\x34\x44\xcd\x61\x22\ \x21\x16\xd0\x8d\xaa\xaa\x41\x3d\x40\x1a\x42\x06\xd6\xa7\xed\x93\ \x65\x81\xed\x6e\x55\xe3\x60\x77\x78\xd7\xad\xaf\x7a\xeb\x1b\xde\ \xb4\x33\xda\x3d\xb5\xb5\xf5\xa8\xe7\xc5\xbd\x7b\x37\x57\x4f\x1c\ \x3a\x74\xa8\xb7\xb5\xb5\x7a\x6e\x03\xd8\x14\xc3\xe2\xda\xab\x0f\ \xec\xdd\xbb\x2f\x4d\xd3\x78\xe4\x00\xc0\xc2\xc2\x42\x73\xdb\x5a\ \x1b\xc9\xf3\x0d\xf3\x29\xae\x70\x1c\x14\x11\x67\x8a\x35\xeb\x1c\ \xa7\xad\xc5\x29\xde\x0d\xe5\xfe\x79\xcf\xa2\xef\x2c\x05\x1d\x44\ \x93\x58\x33\xb5\xa5\xa3\x42\xc4\xf4\x9d\xc8\xfc\x0d\xaa\x37\x64\ \xa6\x84\x24\x88\x63\xc3\x21\x25\x64\xa7\x48\x96\x76\xfa\x47\x00\ \x64\x4e\xa7\x7f\x32\xd3\x27\x15\x92\xe1\xe4\x8a\x5e\xd2\x85\xce\ \x9c\xb8\xc0\x4c\x44\xc0\x80\xac\x4a\x2a\x24\x62\x54\x49\x51\xc1\ \x0f\xa5\xee\x8d\x46\x9e\x2c\x25\x39\xb1\x05\x91\x4e\xab\x83\x55\ \xbd\xb0\xb0\x54\x6d\xf7\x8a\xc1\xb0\xd5\xe9\xd6\xfd\x9d\x5a\xb1\ \xec\x0d\x10\x61\x58\x55\x96\xd9\x58\x26\x32\x84\x44\x80\x44\x4c\ \x86\x23\xe4\xd9\xd8\x72\xac\x12\x5b\x4d\x0c\x91\x01\x44\x22\x50\ \x50\x8d\x4e\x9a\xa8\x8c\xc3\x5d\x46\x54\x71\x2e\xa8\xcd\xb2\xc2\ \xf9\xad\xb5\x73\x5b\x23\x37\xd7\xc1\x00\xd4\xca\xb2\xdd\xed\x9d\ \x1c\x75\xa9\x3b\xb7\x77\x7e\x7e\xf7\xec\x56\x96\x65\x85\x2f\x4c\ \x9a\x76\x17\xe6\xd2\xac\x4d\xdc\x22\x4e\x95\x1c\xa0\x02\x00\x9b\ \x04\x01\xd8\x80\xb1\x49\xec\x35\x0c\x21\x80\x42\x94\x24\x68\x82\ \xe5\xe9\xf9\x2d\xb1\x0e\x70\x11\x62\x36\x69\x47\x11\x89\xdb\xfe\ \xb2\x60\x51\xf6\xcc\xcf\xdf\x79\xed\xb5\x9d\x6e\x07\x8d\x20\x08\ \xaa\xe7\xe0\x4c\xf0\x2a\x5a\x85\xa0\xb5\x2f\xeb\xb2\x57\xb9\x67\ \xb7\xd6\x17\xaf\x39\xe4\xd4\x5b\x8b\x4b\xdd\xf4\x9a\x7d\xcb\xe4\ \x06\x37\x5d\x73\xe0\xa1\x67\x8f\x2f\x2d\xaf\x6c\x8e\x8a\xc2\x98\ \x53\x3b\xbd\x4e\x77\xee\xe6\x03\x07\x55\xeb\x2c\x31\x26\x31\xc0\ \xe8\x00\x05\x10\x30\xb6\x46\x32\x87\x40\xce\xa9\xc6\x5e\x6f\x9b\ \x20\xda\x28\x98\x86\x80\xa2\xa8\xe2\xc5\x0b\xa1\xa8\x8a\x2a\x18\ \xae\xa1\x0e\x3e\xb4\x6d\x07\xc8\x9e\x5e\x3b\xf7\xe8\x53\x6b\xa1\ \xd3\x19\xf5\x7a\x2b\xfb\xae\xa2\xdc\x1e\x3f\x79\xfc\x55\x77\xdc\ \x3e\xe8\x0d\x6e\x3f\x74\xed\xd1\x33\xa7\x3a\x49\x4b\x00\xaf\x7e\ \xc5\xf5\x26\x4d\x39\x6b\x71\xda\x9d\x6f\x25\x29\x6a\x74\xf4\xac\ \x1d\x7f\xe7\xf1\x50\x89\x13\x23\xa6\x7b\x8d\x1a\x55\xb7\x78\xe7\ \xe2\xe2\x62\x3c\x90\xc6\x08\x38\x95\xc1\x68\xfa\x35\xcf\xe7\x49\ \x67\xb0\x38\xb3\x6f\xc1\x31\x83\xad\x24\x2d\xd3\x8c\x78\x1c\x72\ \xa9\x6a\x88\xda\x4f\xa2\x28\x0a\xc4\xa1\x0a\xa3\x32\xd8\x34\xe3\ \x24\x45\x60\xb6\x96\x53\xb3\xe7\xe0\xde\xdd\xdd\xed\x31\x88\x28\ \x8a\x22\xa7\xe9\xfa\xe6\xb9\xc1\x70\x40\xaa\xd6\x10\xb3\x21\x66\ \x50\x50\x2f\x4c\x84\x86\x89\x19\x19\x55\x21\x88\xe8\x58\x70\x9b\ \x0c\xaa\x41\x32\xd6\x22\x42\x08\xd2\x34\x81\x4d\x72\x1f\x48\x12\ \xca\xaa\x76\xaa\x95\x0f\x83\xd2\x71\x9a\xb6\x81\x98\x4c\x7f\x73\ \x67\x77\x73\x6b\xdf\xdc\xed\xcb\x4b\x73\x9b\x6b\x9b\x99\x61\x56\ \x05\x84\x5a\x83\x25\x65\x54\x2b\x5e\x81\x4d\x62\x7c\xf0\x00\x10\ \x55\x06\xe2\x9e\x24\x62\x63\x30\x56\x50\x9a\xbd\xd7\x24\xbf\x9a\ \x92\x78\xcc\xf1\x5f\x98\x22\xa7\x66\x03\xa7\x69\x7a\xd9\x1c\xfe\ \x10\x64\xbe\xdb\xba\x6a\xff\x4a\xd6\x6e\x7b\x0c\x41\x82\x0b\xce\ \xd5\x95\xf7\xb5\x17\x11\xef\xc5\x78\xb5\xf9\xda\xee\xea\x10\xe1\ \x60\xb7\xb3\x3d\x1a\x2c\xac\x2c\xb2\x84\x6b\x0f\x5d\xb5\xb3\xb1\ \x59\xed\x0c\x29\xd0\x62\xde\xda\x02\x90\x2c\x39\x5b\xd7\x3b\x27\ \x4f\x3d\x7c\x7a\x95\x49\x33\x63\xac\xe1\x40\x58\x80\x7a\x40\x44\ \x88\xc5\x26\x05\x04\x95\x20\x71\x5e\x1f\x26\x4c\xa9\x21\x40\x50\ \x80\xd8\x28\x4e\xcc\x31\xdf\xaa\x31\x2f\xac\xda\xef\x0f\x8a\xb2\ \x56\xc6\xd2\x6b\xe5\x74\xb1\xdd\x32\x49\xe2\x51\xfe\xec\x91\xfb\ \x5f\x77\xd7\x2b\xaf\x1f\xee\xef\x74\x72\x46\x69\x31\x12\x1b\xa9\ \x2a\x66\xec\x74\xf2\x24\xef\x50\xd2\x6a\x67\x09\xcb\x18\xbf\x22\ \x1d\x27\x1e\x33\x11\x04\xa3\xc3\x38\xad\x1b\x06\x93\x5e\xa3\x38\ \x51\x72\xcc\x13\x98\xd0\xa1\xa2\xc4\x4e\xc4\xc4\x78\xff\xcb\x84\ \xa0\x33\xb3\x97\x6c\xcd\x25\x38\x2f\xce\x23\x98\x80\xea\x41\x1b\ \x7d\x84\x58\xa3\x45\xaf\xae\x14\x44\x56\xa5\xa2\xac\xc9\x9a\xf6\ \xd2\xfc\x76\x31\x98\xaf\xfa\x9d\xe5\xfc\xd8\x53\xcf\x18\xd3\xaa\ \x8b\x52\x05\xea\x20\x0e\x54\x85\x92\xc4\x08\x12\x22\xa9\x22\x01\ \x1a\x6b\xeb\x78\xe6\x7b\x11\xaf\xde\x7b\x51\xd5\x71\x1d\x86\x48\ \x3d\x45\x9d\x15\xe2\x29\xaf\x4d\x22\xb9\x84\x54\x59\xc0\x58\xeb\ \x15\x6a\x44\xca\xac\x13\xad\x9d\x80\x1b\xed\xd9\xb3\xa7\xdf\xef\ \xad\x9e\x3e\x91\x5a\x78\xee\xc4\xb1\xa5\x85\xf9\xa2\x2e\x43\x11\ \x1c\x85\xbe\x2b\x2a\x95\x0c\x43\x6a\x15\x43\x16\xe7\xfc\x8d\x8a\ \x42\x44\xbc\xf3\xcc\x64\xad\x8d\x24\xc4\xe9\xea\x4a\x43\x25\x69\ \xe8\x8a\x4d\xc8\x0c\x97\x70\x18\x01\x40\x44\x5f\xcc\x69\x24\xe8\ \x6b\x2c\x50\x29\x78\x15\x55\xaf\xe0\x95\x3c\xb0\x53\x75\x82\x5e\ \xc0\x15\xc5\xb9\xc1\x90\xd3\xb4\x70\x65\xf0\xf5\x81\xbd\x7b\x07\ \xfd\xc1\xd6\xf6\xe8\x9d\x6f\xfb\xbe\xaf\x7e\xe5\xfe\x13\xc7\x0f\ \x0b\x8b\x94\x95\x22\x16\x8c\x7d\x17\x20\x04\x04\x48\x2a\x8f\x80\ \x1e\x40\x41\x05\x21\xaa\x23\xab\xaa\x08\x84\xa9\x82\x4f\x24\x40\ \x11\x8d\xa7\x9a\x2a\x80\x00\x48\x00\x04\x20\x06\x14\xc8\x03\x20\ \xf3\xd0\x62\xe9\x05\x04\x88\xb1\x1c\x56\x0b\x94\x56\xc3\x41\xde\ \xb5\xc7\xd6\x9f\x7b\x43\xf2\xca\x33\xbb\xab\x27\xd7\x9e\xbb\xed\ \xa6\xdb\x9e\x7c\xfc\xd1\x3c\xe7\xa2\xdf\xd3\xe0\xb2\xb6\x53\xec\ \xe3\xfc\x42\xa7\x9d\xc5\x53\xa4\xaa\xaa\x38\xec\x21\xcb\xb2\x58\ \x8c\x8e\xb9\x5a\x1a\x4f\xa2\x88\xb4\x6d\x6c\xe4\x24\xaa\xaa\x6a\ \x84\x81\x63\x0a\x32\x52\x76\x60\x32\xd3\xbc\x19\xa7\x33\x83\xc5\ \x99\x7d\x6b\x50\x11\x40\x9c\x0f\xde\x23\x93\x22\x28\x88\x20\xa8\ \x82\x08\x88\xa8\x06\x25\xef\x41\xb1\x93\xb5\x03\xa2\x0b\x01\x19\ \x8a\x50\xef\xbd\x7a\xdf\x5a\xef\xdc\x70\xad\xd7\xee\xe4\x58\x03\ \x04\xaf\x22\xdb\x3b\x5b\x36\xb1\x49\x92\x24\x89\x05\x62\x22\x86\ \x58\x8d\xd6\x71\x2a\x28\x80\xa8\x02\x04\xaf\x08\x63\x58\x54\x24\ \x54\x9e\x08\x20\x1a\x63\x74\x0a\xa7\x10\xc1\x00\x19\x05\x2f\xc1\ \x00\x52\x86\x95\xf3\x24\xa1\x76\x75\x2b\x4b\xeb\x62\xb8\x7f\x65\ \xa5\x0c\xfd\xb5\x73\x67\x0f\x5e\x75\x60\xf3\xec\x4e\x7f\xd8\xe7\ \xc4\x0a\x21\x30\x38\x0c\x06\x3d\x8b\x77\xc3\x21\x5b\xeb\x9c\x1b\ \x8d\x46\x91\x7e\x43\x44\xa9\x88\x31\x36\x02\x63\x04\x08\xd0\xf3\ \xdd\x17\x51\x7c\x7b\x0c\x9a\x21\x28\x80\x4c\x3c\x9a\xb1\x23\x19\ \x8b\xa4\x78\xf9\x93\xc1\x11\xb0\xf4\xd5\xc0\x8d\x20\xb5\x08\x14\ \x04\xbc\x0f\x55\xed\x5c\xf0\xce\xfb\xda\xd7\x55\x51\xbb\xba\x4e\ \xbb\x6d\x23\xae\x2c\x4b\xcb\xbc\xb3\xb9\x7d\xcb\x2d\xb7\x9f\x39\ \xbb\xf3\x8b\xff\xe1\xd7\x45\xe9\xe0\xde\xe5\x8d\x33\x47\x33\xa6\ \xcd\x5e\xbf\x0a\x02\x0c\x60\xd8\xb0\xa1\x34\xb5\x6c\x12\x11\xad\ \x3d\x03\x36\xf1\x69\xf4\xb6\x26\x13\x04\x00\x50\xd1\x20\x31\x1b\ \xc3\x44\x84\x8a\xa0\x12\x42\x60\x22\x63\x2c\x8a\xb6\x2a\x50\x24\ \xb4\x02\xe0\xc5\x07\x76\xca\xb5\xcf\xbd\x94\xbb\xbd\xdb\x5e\x77\ \xf7\x56\xb9\xf3\x9f\x7f\xfb\x37\x6e\xba\xfe\xd6\xd7\xbc\xe1\xd5\ \xc7\x9f\x3e\xe6\x5d\x49\xad\x9c\x00\x30\x04\xa8\x2b\x63\xa9\x2e\ \x87\x3d\xa9\x5d\xed\x76\x76\x76\x8a\xa2\xa8\xaa\x0a\x11\x97\x97\ \x97\x97\x97\x97\xa3\x97\xdd\xc8\x00\x37\x92\x45\x55\x55\x01\x40\ \xbb\xdd\x36\xc6\xc4\xc7\xab\x8e\xbb\x30\x1b\x9e\x80\xaa\x22\x82\ \x0f\x3c\x53\xe7\x9e\xd9\xb7\xd8\x12\x83\x86\xa3\x18\x3f\x45\xcf\ \x42\x15\x45\x48\x45\x11\xd8\x1a\xb4\x6c\x54\x83\x68\x00\x0d\x2a\ \x3b\x67\xcf\xe6\x8c\xf3\x0b\xf3\xa9\xd2\xa0\xdf\x1f\x0c\x77\x43\ \x5d\x17\xc3\x11\x49\xe8\x76\xbb\xb1\x03\x81\x62\xc8\x8c\x48\x68\ \x08\x39\x66\xe5\x7c\x08\x00\x1a\x07\x09\x34\x31\x32\xa0\xe0\x24\ \xa0\x26\xa6\xd8\x1b\xaf\xa0\x88\xc8\xc4\x04\x10\x82\x0f\x21\x66\ \x1b\x49\x40\x83\xf3\xce\x39\xd4\x30\x18\xf6\x44\xfc\xdc\xd2\x3c\ \x42\xba\xdb\x1f\x9e\xdb\xde\xf0\x22\x9d\x6e\xdb\x18\x03\x84\x86\ \xd8\x20\x23\x29\x31\x03\x8a\xb5\xd4\xe9\xb6\xa6\x9d\xb5\xc8\x4e\ \xc0\x58\xde\x11\x25\x26\x8c\xea\x7e\x93\xfb\x14\x40\x91\x02\x88\ \x02\x28\x22\xf0\x98\xe6\x2d\xa2\x31\xd8\x74\x22\xfe\x45\x9c\x47\ \x84\x86\xc0\x22\x30\x22\x01\x78\x11\x8f\xea\x7d\x55\x7a\x57\x13\ \x62\x66\x29\xa5\xb4\x95\xb3\x73\xde\x79\x27\x22\xab\x27\x4f\xcf\ \xb5\xe7\x5f\xfd\xea\xd7\x54\xd7\xfa\xe3\xcf\x9d\xd8\xde\x5a\xdb\ \xd9\xda\xec\xf5\xfb\x83\x9d\x5e\xdb\x72\xb7\xdb\xb6\x93\x21\x33\ \x00\x08\x22\x8c\x64\xc8\x38\xe7\xca\xaa\x42\x00\xc0\x96\x8a\x34\ \x7a\x36\xc4\xc4\x96\x54\x95\x90\xd8\x18\x63\x18\x44\x1b\xa6\xba\ \x31\x06\xbd\x04\x90\x0c\x65\x09\x40\x44\xb5\xae\x47\xbd\xc1\x8e\ \x1f\x20\xf3\x91\xaf\x3d\xb5\xef\xd0\xfe\xd7\xdf\xfd\xba\xc4\x24\ \xcf\x3e\x73\x74\xf5\xcc\xf1\xf9\x85\x6e\x7b\xbe\x6b\x52\xcb\x49\ \xc2\x49\x6a\x13\x8b\x44\x4c\xd6\xb6\x52\x6b\xd3\xc8\x90\xf7\xde\ \x27\x49\x1a\x87\xe4\x44\x27\x31\xde\x88\x5f\x87\x73\x2e\x86\xd5\ \x3e\x78\x09\x42\x08\x4c\x00\x40\x9c\x67\x41\xc6\x64\x00\x6b\x59\ \x45\x47\xc5\xa8\x2c\x46\xaa\x72\xc5\xcf\x89\x9e\xd9\x4b\xd9\x62\ \x96\x3d\x42\x01\xaa\x22\x00\x29\x02\x31\x19\x1b\xbd\x29\x11\x2f\ \xaa\x24\xc1\x48\x6c\x65\x0d\xeb\xab\x67\xb6\xd7\xcf\x31\x9b\x10\ \x02\x81\x84\xe0\x6c\x6a\xf6\x2f\x1c\xe0\xc6\x88\xc7\x85\x0b\x24\ \x42\x9e\x9e\x94\xd2\x24\x86\xc6\x5d\x74\x30\x86\x45\x24\x8c\xfd\ \xb9\x53\x3a\x37\x44\x44\xe3\x01\x55\x12\x2b\xc6\x2a\x41\xbc\x77\ \xb5\x73\xd1\x8f\xdb\xda\xea\xe9\x56\x0f\x00\x38\x31\xdd\x56\x2b\ \xcf\x73\x98\x34\x2f\x53\x0c\x11\x31\xe6\x4c\xd1\x10\x4f\xcb\xd0\ \x36\xf8\xa8\x0a\x02\xe7\xa5\x20\x9a\x1a\xcb\xd8\x1f\x21\x02\x19\ \xb7\x25\x8e\x9f\xc9\x63\xad\x46\xb6\x96\x88\x2f\xaf\xf9\x4f\x35\ \x4a\x66\x25\x8c\x46\x27\xd5\x1e\x44\xec\xb4\x72\xa4\xb6\x8a\xfa\ \xe0\xd8\xa0\xf7\xae\xae\xea\xa2\xa8\xea\xba\x96\xa0\x4f\x1c\x7e\ \xec\xf8\xd1\xa3\x69\x9a\x84\x10\xd4\xfb\x62\x38\x2c\x46\xa3\xf9\ \x6e\x7b\x7e\x7e\x2e\x49\xd2\xc4\x5a\x6b\xad\xb1\x16\x01\x7c\x08\ \xc6\x24\x93\xa9\xd6\x15\x11\x19\x63\x61\x32\x6e\x0a\xa7\xf4\x27\ \x11\x90\x4d\x2c\x7d\x51\x24\xf1\x30\xb3\xb1\x36\x68\xf0\x1a\x54\ \x54\x24\xa8\x52\x08\xa1\xae\x5d\x31\x2a\xcb\xaa\xf6\xce\xaf\x9e\ \x38\x7d\x76\xf5\x8c\x8a\x54\x75\xbd\xff\xc0\xde\x76\xbb\x3d\x37\ \x37\x17\xf1\xd4\x18\xc3\x6c\x10\x98\xd9\x4e\xa7\x0b\x1b\x1e\xe2\ \x44\xbe\x88\x9b\x12\x4a\x53\xe8\x8f\xf7\x88\x0a\x84\x00\x41\x68\ \x7c\x25\x8d\x67\xae\x01\x22\x10\x74\xda\x2d\x1a\x27\x40\x66\x25\ \x97\x99\x7d\xeb\x60\x51\xc2\x45\xda\x30\x4d\x9e\x3b\x92\x0e\x99\ \xed\x34\x8e\x58\x6b\xcb\xb2\x8c\xc5\x16\x66\x4e\x98\xbc\xf7\x44\ \xdc\x6a\xe5\xa2\x2a\x21\x34\x83\x8d\xc6\x0e\x19\x72\x53\xa9\x68\ \x72\x49\x4d\xa6\x0e\x59\x63\x53\x1a\x4e\x59\x53\xdf\x00\x40\x51\ \x39\x3f\xcc\x14\x94\x98\x1b\x95\xb0\xd8\x5a\x14\x44\x1b\xe6\x07\ \x5c\x38\x48\x40\x01\x82\x02\xc1\xf9\xa2\xca\x74\x26\x31\x3e\x3c\ \xa6\x08\xe3\x67\x69\xde\x5b\x03\x1b\xf1\x03\x34\x7d\xd0\x4d\x89\ \x20\x22\x35\x5c\x6e\x6f\x13\x22\x06\xef\xcb\xaa\x8a\xae\x69\x1c\ \x42\x1d\xc5\x63\x52\x63\x6c\x6a\x55\x13\x44\x15\x4d\xda\x79\x6b\ \x6e\x0e\x44\x04\x80\xaa\xaa\x8e\x91\x26\x11\x19\x46\x0d\x4b\x4c\ \x34\x37\x3f\x6f\xd8\x54\x55\xc9\xc6\x4c\x1f\x48\xaa\x80\x48\xb1\ \xbc\xcf\x6c\x00\x21\x84\xa0\xd2\x7c\xbf\xd0\xf4\x5b\xc6\xa3\x6a\ \x9c\xbe\x10\x65\x66\x62\x52\x94\x28\x62\x34\x59\x0f\x42\xe0\xe8\ \x68\xaa\xa8\x68\x90\xc9\xa8\xcb\x2c\xcb\x65\xe2\x87\x4e\x94\x15\ \x91\xd0\x20\x72\x43\x80\x9f\x6e\xa0\x9c\xac\x80\xc6\x8a\x56\xac\ \xab\x34\x87\xe5\x58\xd4\x92\x18\x21\x10\x11\x13\xe1\x44\x9e\x43\ \xc6\x0a\x1d\xf8\xbc\xa4\xc5\x19\x2c\xce\xec\xc5\x9a\x31\x36\x66\ \xb2\x27\x45\xd2\xd0\xf8\x6b\x31\xc1\x17\xaf\xdd\xc6\x00\x20\x49\ \x92\xf1\x54\x13\xef\x19\x34\x4b\xd3\x08\x24\x69\x66\x2f\xe0\xc2\ \x00\x00\x1b\x0f\x49\x44\x41\x54\x12\x87\x5b\x4e\x34\xae\x21\xd6\ \x55\x0c\x22\x78\x1f\x9a\x91\x00\xd3\xc0\x44\x84\x48\x70\x7e\x3f\ \xc5\x1e\xde\x89\x67\x01\x00\xb1\x0b\xa6\x01\xbb\x66\xa0\xca\xf8\ \xdd\x0a\xa0\x48\x04\xe2\xe9\xc1\x55\xe3\x3f\x01\x4a\x93\x4a\xce\ \xb4\x6c\xe2\xe4\x1e\x51\x45\x9a\xa0\xde\xf4\xee\xbd\xb4\xc0\xd2\ \x6c\xef\xf3\x90\xaa\xaa\x97\x3b\x05\x57\x55\xd2\x2c\x9d\x9b\x9b\ \xcb\xb2\x2c\xbe\xed\xba\xae\xcb\xb2\x8c\x04\x3d\x66\x93\xa5\x09\ \x12\x20\x29\x93\x21\xb2\xcc\xc8\x6c\x45\x20\xb6\x12\x33\x73\x70\ \xce\xfb\xaa\xf1\xb3\x3a\x73\x73\xc6\x18\x1f\x02\xa8\x1a\x6b\x13\ \x6b\x55\x51\xc2\xb8\x74\x3b\x61\xc3\xc0\xa4\x94\x24\x48\x3a\xf1\ \xdb\x30\x2e\x6e\xe4\x4b\x37\x08\x15\xd4\x8b\x7a\x00\x54\xc5\x31\ \xf7\x9e\x6d\x08\xe3\xeb\x01\x00\x04\xd4\xda\x24\x8a\x4e\x36\x67\ \x52\xb3\x6e\x44\x0c\x4a\x11\xe8\x2f\x55\xf0\x6d\x8e\xa8\xe6\x8b\ \xd3\xa9\x16\x4c\x44\x24\x26\x50\x54\x00\x17\x14\x45\x00\x20\x04\ \x01\x24\x45\x08\x12\xa4\xf6\xaa\x33\x58\x9c\xd9\xb7\xd6\x5b\x3c\ \x4f\x19\x9b\x56\xed\x6f\x42\x51\x1a\xa7\x02\x89\x90\x62\x8c\x8b\ \x84\x84\x0c\x88\x08\x01\x89\x98\x0d\x22\xa8\x6a\x1c\xac\x0a\x3a\ \x8e\x95\x00\x51\x44\xbd\x08\x51\xf4\x09\x39\x9e\xfc\x31\xb7\x48\ \x88\xe3\x96\x5c\x1c\xa3\x12\x46\xfd\x1a\x85\x09\x4f\x08\xc6\x61\ \x38\x61\xe3\x94\x8d\xb3\xef\xaa\xa0\x91\x4e\x84\x80\xac\x00\xce\ \x87\xf1\x13\x81\x22\x20\xc6\x98\x11\xb0\x89\x73\xc7\x5e\xe1\xb4\ \x53\x1c\x24\x48\x08\x4d\x39\xa5\x99\x1c\x32\x8d\x83\x97\xa2\xea\ \xf8\x31\x88\x2f\xa2\x0d\xfe\x3c\x0a\x47\x5c\x4b\xd3\x34\x49\x92\ \x08\x31\xc6\x18\x44\x30\x86\x00\x35\x2a\xfa\xc4\x46\x11\x63\x92\ \x56\xab\xc5\xcc\xb1\x22\xd1\xed\x76\xbd\x77\x00\x18\xd9\xd1\xce\ \x39\xc3\x0c\x0d\xbe\x8b\x8a\x08\x21\xc6\xba\xed\xb4\xe6\x85\x31\ \x0a\xa0\x44\x63\xbf\x2e\x2e\xd6\xa4\x35\x73\xfc\x5c\xb2\x86\xd1\ \x8c\x3f\xb7\x22\x28\xaa\x42\x94\xfe\x10\x11\x00\x04\x82\x10\x7c\ \x13\x40\x5c\x78\x8a\x28\x28\xab\xc2\x5f\xe6\xd6\xa9\xaa\x88\x6f\ \x0e\xe0\xe6\xbd\x35\x45\x98\x58\xec\x6a\x88\x3b\xb1\xfc\x02\x8a\ \xe7\x13\x2c\x33\x6f\x71\x66\xdf\x42\x43\x6c\xa8\x2a\xd3\xa3\x90\ \x1b\x4c\x9c\x14\x46\xce\xa3\x46\x3c\xf6\xbd\x0f\xe3\x08\x9b\xb0\ \x19\xa7\xe7\x7d\x68\xa4\x6e\x26\xfd\x7c\x31\x29\xa7\x13\x27\xef\ \xbc\x6b\xd6\x08\x49\x35\x30\x31\x16\xce\xa1\xf1\x45\x3f\xed\xc1\ \x35\x15\xd4\x69\x9c\x42\x40\x05\x45\x8c\xce\x63\xd4\x4f\x1f\xf3\ \x3c\xa6\x1f\x1f\xb7\xd3\xd8\x7b\xd4\x49\xc7\x0d\x44\xe0\x38\x7f\ \x1e\x4c\xfb\x92\xd3\xf1\xf2\x74\xe4\xdb\x74\xc8\xa8\xaa\x48\x80\ \xcb\x9f\x5e\xa0\x70\xa1\x0b\x1c\xc1\x31\x56\x24\x10\x51\x63\x57\ \x5e\x5c\x45\x45\x00\x48\x92\x74\xa2\x0b\x19\x8c\xb5\x82\x28\x0a\ \x6c\x92\x08\xf4\x95\xf3\x84\x44\xc6\x44\x87\xbd\xaa\x6b\x09\xc2\ \x48\x32\xd5\x5d\x7c\x1e\xc5\xc7\xbd\xe7\x17\xa0\x0b\x22\x4e\xfb\ \xc9\x48\xcd\x17\x28\x0a\x04\xb1\x81\x7d\x52\xac\x8f\xb5\x1a\x09\ \x82\x44\x4c\x51\x58\x7d\xd2\x45\x7e\x5e\xf6\x1c\x2f\x5a\xd2\x09\ \x20\x2a\x22\xc4\x91\x55\x4d\x73\xcb\x54\xda\x64\xf2\x18\x40\x66\ \x33\x75\x0d\xa0\x48\x08\x22\xa0\x10\x73\x02\x33\x58\x9c\xd9\xb7\ \xcc\xa6\x62\xc6\x26\x44\x9d\xa6\x34\x8f\x77\xb0\x46\x15\x5f\x9a\ \x8a\xba\x9a\x33\x3b\xa6\xb1\x62\x19\xa1\x49\xcf\x45\x7f\xa2\x29\ \x6b\x4c\xdc\x41\x68\x9e\x0b\xf1\x59\x88\xd4\x70\xaa\x63\x4f\x74\ \x03\x14\x93\xf7\x73\x41\x78\x7b\x51\x24\xcb\x44\x30\x06\x47\x6c\ \x3c\xba\x06\x6b\x41\x23\xbb\x50\x2f\x0d\xdf\xc6\x28\x3f\xb5\x15\ \xa7\xc3\xe7\x26\x12\xbf\xc8\x73\x9c\xf6\x58\xc7\x25\x9d\xcb\xb5\ \x71\xc1\x77\x92\x90\x8b\x98\x38\x95\x49\x88\x79\xcb\xf3\xb0\x18\ \xa1\xff\xfc\x7c\x85\x71\x1b\x9c\x46\x39\xa2\x88\x20\xde\x07\x22\ \x61\xa6\x58\x2e\x07\x44\x20\xa6\x4b\x52\xae\xf1\xd3\x5c\x74\xc7\ \x64\xa5\xe3\x43\x11\x31\x8e\x6d\x88\x17\x48\xa3\x10\x35\x3e\x24\ \x15\x14\xce\xa3\x59\xbc\x46\x62\xe7\x7b\xfc\xe6\x68\x7c\x0a\x5d\ \x94\x76\x18\x4f\x16\x53\x22\x88\xae\x71\xe3\x2f\x37\xfd\x7f\x3a\ \xf1\x24\x45\xc1\x5a\xc3\x6c\x88\x50\x45\x7c\x10\x62\x36\x6c\x44\ \x44\x23\x0d\x7d\x06\x8b\x33\xfb\x56\x02\xe3\xf9\x12\xe1\xf4\x78\ \x93\x86\xc4\x12\xd1\xb0\xe1\x52\x34\x5b\x77\x7c\xa1\xab\x46\xd1\ \xb0\x09\x30\xd1\x44\x49\x11\x27\x3b\x0f\x27\xc5\xcf\xf1\xd5\x1c\ \x1f\x39\xd9\xfa\xf1\x46\xc3\x07\x6c\x00\x11\x00\x80\x18\x0d\x31\ \x4c\x6d\x50\x55\x9d\x0e\x8a\x01\x49\x11\x65\x1a\xf7\x62\x39\x7b\ \xfc\x5b\x50\x2f\xdf\xe0\x53\xc7\xa6\x8e\x69\xc0\xbd\x08\x1f\xa7\ \xc3\x4f\x99\x22\xb8\x40\x43\x30\xba\x5c\x5f\x91\x2e\xb1\xc6\x49\ \x1f\x2f\x1f\x62\x84\x45\x42\x9e\x46\xa8\x4b\x83\xf1\xe6\x80\x13\ \x89\xfc\x44\xd6\x48\xe6\x6e\xf2\x12\xe3\xb4\xc2\x34\x96\x44\x01\ \x9d\xe9\x5c\x8a\x3b\x9f\x33\x21\xb4\x36\x9d\xe0\xda\x98\x33\x18\ \x82\x20\x22\x68\x1c\x78\x06\x6c\x28\x6a\xb0\x4d\x16\x4a\x2f\x4d\ \x1c\x4f\xbb\xa2\x53\x7e\xb1\x20\x72\xfc\xb8\xd1\xb5\x6f\xdc\x46\ \x6d\xd0\x94\x48\x45\x6b\x1f\x30\xfe\x51\x44\x64\xa6\x48\xe8\x89\ \xbd\x50\xb3\x20\x7a\x66\x7f\x5d\xf1\xf4\x05\x0e\xc0\xf3\x22\xe9\ \xe4\x5a\x6f\x60\x45\x26\x75\x0c\x98\x00\xe3\x18\x55\x61\x2c\x91\ \xa3\xd3\x9d\x76\xf1\xf1\x8d\x93\x37\x79\x0f\xe3\x50\x3d\x12\x49\ \x24\x68\xb8\xd0\x6d\x43\x84\xf3\x48\xa6\x2a\x34\xd6\xb2\x9d\x9a\ \xd3\x02\xe7\x2b\x22\x1a\x3d\x50\x3c\xef\xf5\x6a\x33\xcb\x25\x7a\ \x91\xfe\x52\x67\x70\xfa\xf6\xb4\x0e\xe3\x74\x40\x3d\xdd\x1f\x7d\ \x79\x99\xc5\xf8\x82\x91\xbe\x17\x29\x7b\xd3\xae\xba\xaa\x88\x06\ \x9c\x82\x45\x91\xb1\x98\xd6\x79\xe0\xbe\x24\x47\x4c\xcc\xc4\xac\ \xaa\x41\xc6\x09\x40\xc4\x88\x57\xa8\x17\xc3\x60\x74\x45\xa7\x7e\ \x22\x02\xc4\xc8\x25\x00\x09\x3c\x09\xb1\x9b\xf3\x83\x88\x10\x18\ \x62\x6a\x17\xf4\xa2\xa5\x8e\xf5\x93\x46\xad\xf2\xd2\x6b\x69\xea\ \x40\x25\x00\x68\xf4\x68\xe1\xc2\xf9\xdd\xe7\xab\x6d\x08\x13\x69\ \x45\x69\x14\xc9\x26\xb9\xd1\xe7\xd7\xde\x9a\xc1\xe2\xcc\x5e\x2c\ \x1a\x4e\xc6\x05\xa8\x4e\x9a\x91\x27\x34\x31\x8c\xb3\x28\x63\x32\ \x2e\xfa\x1d\x71\x7f\xe1\xb8\x3e\x1c\x67\x5e\xc5\x5b\x91\x76\x31\ \xf1\x0f\x9b\x0c\xda\xc4\x31\x6c\xfa\x43\xa6\xdc\xc1\xf8\x98\xe6\ \x01\x51\x30\x42\x27\x61\x76\x84\xb1\x00\x1a\xfb\x63\xb4\x11\x4c\ \x6c\x3c\x12\x0d\x3a\x41\xca\x31\xec\x35\x8e\xd1\xf8\x2e\xa5\x6f\ \x10\x44\xab\xc6\xfc\x1d\xe8\x05\xc9\x84\x0b\x6e\x4f\xc7\xce\xd3\ \x34\x26\x1f\x07\xda\xbd\x38\x27\x3d\x12\xfd\xa2\xdf\x14\xd5\xfc\ \x27\xef\xd0\xc7\xea\x51\xac\xd3\xc7\xcc\xdb\xf4\x11\xa2\x97\x78\ \x64\xd1\x9a\xec\x27\x11\x8f\xbf\x96\x89\xdb\x4b\x17\x88\x4a\x35\ \x52\x6f\x63\x9c\x66\xe2\xe9\x37\x16\xd5\x0f\x75\xac\x2f\x34\x41\ \xb4\x31\x23\x4a\x14\x14\xc8\x83\x5e\x70\x46\x36\xab\x0a\x93\xe6\ \xf1\x4b\x61\xb1\x39\x0c\xa6\x63\x8e\x4b\x93\x15\x21\x86\xca\x88\ \x4d\x3f\x4c\xcc\x45\xc6\xe7\x66\x19\xcc\x60\x71\x66\xdf\xe2\x20\ \x1a\x40\x15\x65\x52\x91\xc0\x49\x95\x24\xb6\x46\x23\x48\x0c\x62\ \x54\x05\x85\xb0\xa1\xea\x8d\x1d\x2e\x68\x70\xee\x22\xaa\x74\x33\ \x88\xa0\x71\x07\x1a\x3a\xa4\x8c\x73\x91\xf1\x21\xe3\x3d\x3f\xf5\ \x7e\x50\xc7\xe1\xb7\x02\xa0\x84\xe8\x84\x4e\xaa\x28\x17\xe0\x5b\ \x43\x1b\xc4\xa6\xc8\x32\x29\xab\x8c\xb7\xb3\x86\x30\x8d\x92\xa2\ \x12\x3d\x35\x9d\x2a\xb2\xc6\x37\x38\x06\x41\x00\x95\x26\x08\x07\ \x91\xc9\xbd\x4d\x22\xf5\x7c\xb5\xe4\x45\x8a\xc9\xc5\x94\x45\x54\ \x6f\xf4\x21\x04\x22\x0c\x21\xe8\xa4\x8e\xac\x20\x28\x88\x93\xd1\ \x0f\x88\xa1\xa9\x1d\x45\xef\xf8\xa2\xcc\xa6\x6a\x03\x49\x6c\x4c\ \x32\x21\x56\xca\x34\x84\xc6\x65\x17\x15\xd0\xb1\xb7\x3e\x3e\x80\ \x04\x54\x42\x73\x62\x4d\x4e\x9e\x31\x2a\x22\x51\xa4\x30\x22\x8c\ \xc3\x66\x98\xd0\x09\xa6\xd1\x6d\x5a\xe3\xa3\xa1\xa9\x4e\x03\xe5\ \x74\xbc\xdc\x84\xcc\x4d\x56\x11\xa6\x98\x4f\x31\xa9\xd2\x48\x45\ \xc0\x44\xc5\x23\xd6\x97\x5e\x08\x85\x7e\x06\x8b\x33\x7b\x51\x9b\ \x53\x00\x24\x4a\xdb\xc3\x44\x25\x62\xb2\x33\x50\x00\x51\x22\x83\ \x83\x80\x10\x27\xc9\x35\x8c\x3f\x4e\x72\x6b\x7a\x1e\x2b\xcf\xfb\ \x02\x31\x2e\x03\x54\xb9\x34\xcd\xa4\x8d\xca\xe1\x84\x0a\x34\xc6\ \xa0\x0b\x2a\x41\x00\x51\x08\xeb\xfc\xc6\x8b\xf8\x18\xc7\x60\x4d\ \x90\x6b\x1c\x55\xcb\xc5\xa9\xfd\x09\x96\x48\xa4\xfb\xc4\x7f\x75\ \x9c\xce\xd4\x89\x73\xa9\x4d\xe6\xb0\x79\x7b\x61\x2a\x5e\x16\xb9\ \x00\x86\x21\xd6\x13\xc6\xc8\xf8\xa2\x4a\x2e\xaa\xea\x83\xf8\x10\ \x50\xc6\x00\xe1\x83\x06\xf1\xe0\x43\x53\xf9\x88\x7f\x21\x88\x80\ \xca\x74\xd1\x56\x1b\x5d\x6d\x3d\x9f\xbd\x8d\xfc\xed\x58\xc8\x0f\ \x41\x05\x62\x9a\x8f\x14\x14\xe2\xa7\x53\x10\x0d\x2a\x8a\xa4\x84\ \x88\xca\xd1\x7f\x9c\xe6\xee\x34\xd9\x86\x30\xa9\xc9\xa8\x2a\xc7\ \x33\x00\x41\x34\x28\x34\xbe\xe3\x79\xa1\x8d\x38\xf1\x79\xba\x79\ \x69\x7a\x16\xd8\xf4\xeb\x4f\x11\xe3\x2f\x50\xe8\x18\xcf\x86\x9e\ \x4c\x26\xd0\xc9\xca\x37\xe9\x8b\x26\xeb\x1a\xa6\x08\x55\x33\x58\ \x9c\xd9\xb7\xae\xe2\x72\xbe\xf3\xe1\x1b\xa4\xb2\x2f\x08\xd9\x14\ \x04\xe5\x2f\x4b\x44\x4e\x63\x13\x02\x5e\xf4\x9a\x51\x4f\x34\x3a\ \x0e\x8d\xf0\x72\x0c\x24\xa7\x1d\x87\xc6\x9a\x70\xac\x51\x52\xb9\ \xa8\x24\x72\x11\x71\x07\xa6\x5b\x59\x10\xe3\x28\xe7\x8b\xea\x00\ \x97\xd2\xb6\xbf\x2e\x57\x11\x2e\xe1\x2d\x5e\x58\x93\x11\xbd\x7c\ \x82\x0e\xc8\x85\x7f\xba\x49\xc9\x4d\x17\x28\x9a\x4e\xa1\x49\x1d\ \x82\x9a\x06\xca\xd8\x9c\x7d\xc9\xc2\xe3\x24\xd5\x10\x44\x9b\xfc\ \xe9\x18\xf4\x45\x82\x82\xc4\x31\x00\xde\xb9\xcc\x66\x51\xa5\x7c\ \x7a\xdc\xca\xd4\xb2\x5f\x30\x00\x76\xba\xcf\xe7\xd2\xab\x27\x62\ \x62\x23\x48\x61\x8c\x89\xaf\x1c\x23\xdf\x06\xce\xa6\x43\x66\xef\ \xeb\xe9\x03\xef\x62\x56\x94\x42\x98\x78\xe3\xd3\x03\x24\xbe\xee\ \x15\xf2\x1d\x07\x8b\x4d\x8b\xd2\x77\x24\x5c\xfd\xf5\xfd\xa1\xe9\ \x3d\xd9\xf8\x23\xd3\x61\xef\x74\xb8\x34\xbd\x75\xa7\x2f\xd0\xe9\ \x5f\x5d\xf0\x44\xbd\xe0\xf1\x53\x03\xf6\x60\x7a\x2c\xfd\x74\xa7\ \xc4\xa5\xc9\xb2\x06\x14\x2e\xea\xde\x9b\x0e\xbe\x2e\x62\xd8\x8c\ \x93\x59\x17\x46\xdd\xcf\x0b\x8b\x11\x9d\xa7\x09\xde\x97\xbe\x38\ \x4c\x04\x35\x5e\xcc\xa5\x1d\x3f\x79\x04\x8b\x0b\xdb\x8a\xf0\xc2\ \xc2\xd4\x45\x8c\xc3\xc9\x0a\x8c\x25\x35\x2e\x3a\x8d\xa4\x69\xdd\ \x16\x90\x18\x41\x4f\xee\x57\x55\x61\x43\x44\x5c\x55\x55\x31\x1c\ \x72\x97\x9b\xf2\x77\x14\x1e\xbf\xd8\x99\xf5\x7e\xec\xbb\x4d\xba\ \x5f\x2e\x84\x45\x6c\xd6\x2a\x42\x61\x53\x21\x21\xa2\xb2\x2c\xa7\ \xf3\xb0\xd3\x7c\xd5\x4b\xb3\x8d\x17\xf9\x95\x30\xc9\xf8\x4e\xff\ \xa5\xe9\x41\x3a\x93\x8a\xd9\x77\x24\x2c\xaa\xa8\xab\xc4\xd5\xfa\ \x9d\x09\x8b\xc6\xd2\x5f\xcf\x1f\x8a\x53\x4a\xa6\x61\xeb\x52\xd4\ \x9b\xbe\xbf\xa9\x99\x5e\xe4\xdd\x5c\xca\xdd\x39\x7f\xb4\x4d\xb8\ \x8a\xe7\xbd\x1a\x44\x51\x8d\x3a\xb5\x71\xd6\xe5\x64\x50\x3a\x5c\ \xea\x8f\x5c\x34\x24\xf3\xeb\xc2\xe2\xa5\x85\x91\xf8\x83\xe8\xc5\ \xb8\xf6\x75\x5c\xbf\x49\x6d\xe5\x52\x58\x8c\xbb\xf1\x52\x67\x13\ \x26\x03\xea\x2e\x17\x15\x41\x54\x9c\x73\x51\x4f\xf0\xc2\x5a\xfc\ \xf9\x3c\xdd\x74\xc3\xe5\x74\x04\x3d\xd1\xf7\xc1\xa9\x20\x7a\xdc\ \x34\x74\x9e\xa5\x39\x39\x77\x00\x40\x35\x44\x65\x9d\xaa\xaa\x98\ \x4d\xab\xd5\x6a\xe7\x19\x08\xc5\x3f\x11\x05\x6c\x2e\xf1\x7c\xa5\ \x91\x44\x6c\x46\xf1\x35\xf1\x7b\xcc\x0a\x36\x0d\x97\x88\x18\xf5\ \x7d\x9b\x45\x8b\x6f\x21\x76\x0a\x5c\xda\x71\x1f\xbd\xd1\xe9\xcb\ \x6f\xba\xa1\x20\xa8\x0a\x40\x93\x50\x69\x12\x94\xcd\x8b\xbc\x10\ \xbe\xc4\xcb\x17\x16\xc7\x31\xc0\x2c\xce\xfd\xe6\x8c\x88\x54\xf9\ \x05\x52\x6d\x00\x20\x0e\x2f\x8f\x42\xd3\x0d\xa6\x5d\x08\x8b\x91\ \x3a\x46\x0d\xbc\x8d\xd3\x8b\x44\xd3\x3d\x79\xf1\x19\x74\x91\x87\ \x3f\x1e\x48\x0f\xcd\xeb\x8e\x13\x91\x18\xbb\x21\x30\x16\x0a\xc6\ \x24\x8c\xb1\x2e\x80\x5e\x54\x46\xb0\xd6\x4c\x60\xf1\x62\xe9\x81\ \x8b\x53\xf5\x13\xbc\x9e\x86\xc5\x4b\xdc\x43\x69\x7c\xe4\x8b\x7e\ \x71\x1e\x16\xc7\x34\xa3\xb8\xc3\x01\xbe\x1e\x7d\xc7\x7b\x6f\x8d\ \xbd\xec\xcb\x93\x89\x93\x24\x69\x44\xaa\x2f\x84\xc5\xc8\x82\x11\ \xc2\x28\x16\x43\x30\xd5\x62\x34\xe1\x06\x8e\x85\xb4\x9b\xdc\x62\ \xfc\x3a\x9a\xcf\xa4\x68\xa6\x2a\xe9\x84\xb1\xd3\x98\x51\x55\x8d\ \x65\xcb\x5c\x15\x75\x5d\xd7\xf1\x3d\xf8\x10\xe4\x12\x6f\xd1\xda\ \xa4\xd5\xca\xd3\x34\x8d\x82\x89\xd3\x9c\xc4\xd8\x9a\xd9\xa4\x3e\ \x60\xd2\xe0\x6c\xad\x8d\x37\x74\x32\x9c\x6f\x1a\xc5\xa6\x26\xb7\ \x9c\x97\x53\x6a\x1c\xd5\x66\x48\x8b\x8a\x78\x11\x90\x06\x40\x69\ \x5a\x30\x38\x0e\xe1\x79\xde\x7a\x97\x79\xf9\x6e\x6f\x4c\x52\xc2\ \xef\x54\x5c\xbc\xbc\xcf\x8d\x88\xfd\x7e\xaf\x2a\x8b\x34\xcd\x9e\ \xb7\x52\x1a\xcf\xf3\x5f\xfa\xc5\xff\x5b\x9b\xd0\xeb\x85\xf8\x39\ \x7f\xf9\x4f\x7f\xf9\x7d\x17\x1f\x78\x78\xc9\x3d\x7f\xd9\x13\xff\ \x4a\xe6\x6f\xeb\x5f\xdd\x2f\xa6\xbf\x20\x63\x78\x38\x1c\x5e\xc6\ \xfb\x29\x8a\xe2\xdd\xdf\xf3\x9e\x77\xbc\xeb\x5d\xcf\xfb\xe1\x26\ \xc7\x0e\x34\xcc\xa7\xa9\x53\xe7\x42\x82\xf6\x34\xe5\xe9\xe2\xcf\ \xa0\x17\x79\xfd\xd3\x6e\xfb\x45\x31\xfb\x45\x97\x53\x93\xa1\xbc\ \x28\x72\x3d\x4f\x48\xb8\x90\x13\xf0\x82\x57\xf0\x79\xbf\xd8\xa9\ \x2a\xd7\x25\x96\x24\xc9\x37\x76\xd5\xcd\xcb\x1b\x1a\x66\xde\xe2\ \x37\x0b\x00\x71\xe0\xa4\xb5\x76\x38\x1a\xbc\x90\x67\xb4\x5b\xad\ \xd9\xb2\x5d\x56\x1c\x0c\x0a\x7a\x99\xa3\x0b\x54\xa3\xf8\xfe\x4b\ \x3f\x62\x83\x17\x56\xe2\xf8\x6b\x36\x79\xd9\xcc\x89\x9e\xd9\x5f\ \xcf\x66\x75\xce\xd5\x55\xf9\xc2\xcf\x93\xcb\x4f\x90\xcd\xec\x45\ \x1d\xf9\xaa\x57\xc8\x99\xaf\x57\xa0\x6f\x32\x83\xc5\x99\x5d\x70\ \xbe\x5b\x9b\x20\xe2\x0b\x69\x90\x9a\xd9\xcc\x5e\xae\x36\x83\xc5\ \x99\x5d\xe8\x2d\xd6\x55\x55\x95\x49\x92\xcd\x16\x63\x66\x33\x58\ \x9c\xd9\xcc\x00\x14\x8c\xb5\x0a\x60\xad\x85\xe1\x6c\x39\x66\x36\ \x83\xc5\x99\xcd\x50\x11\x34\x4d\x33\x1b\xa7\x2f\xcd\xaa\x55\x33\ \x9b\xc1\xe2\xcc\x66\x06\x63\x69\xbc\xf0\x57\x41\x6b\x99\xd9\xcc\ \xae\x54\xa3\xd9\x12\xcc\x6c\x66\x33\x9b\xd9\x0c\x16\x67\x36\xb3\ \x99\xcd\x6c\x06\x8b\x33\x9b\xd9\xcc\x66\x36\x83\xc5\x99\xcd\x6c\ \x66\x33\x9b\xc1\xe2\xcc\x66\x36\xb3\x99\xcd\x60\x71\x66\x33\x9b\ \xd9\xcc\x66\xb0\x38\xb3\x99\xcd\x6c\x66\xdf\x3a\x9b\xf1\x16\x67\ \x36\xb3\xcb\x36\xb5\xdc\x22\x64\xb8\x1c\xee\x3b\x06\x75\x2e\x94\ \x38\xa3\x88\x5e\xde\xd2\x03\x58\x82\xd4\x5c\x8e\x12\x45\xe1\x50\ \xaf\x60\x58\x54\xf1\x5e\xc8\x18\x42\x00\x15\x1f\x94\x0d\x23\xa8\ \xf7\x81\x99\xbc\xf3\xc8\xc6\x18\x0a\xce\x23\x33\xe1\xec\xf2\xfa\ \x36\x46\x1d\x04\x6c\xbe\x0e\x09\x5c\x02\x04\x0f\xdf\x78\xce\xcb\ \x95\xfb\xa1\xd1\x3c\xb1\xfa\xe9\x51\xbd\x15\x67\x31\x7f\x53\x16\ \xc4\x2d\xb5\xaf\xbb\x7e\xcf\x1b\x82\xb8\x17\xf1\x16\x10\x8c\x01\ \xbc\x24\xe6\x53\x85\xe0\xc6\x37\x5e\xa6\x96\x90\x1e\xd9\xa2\x27\ \xce\x1a\xcb\xdf\xc4\x67\x54\x05\x22\x78\xdb\xf5\x21\xa1\x6f\x74\ \x94\xbd\x84\x61\x51\x82\xe7\xee\x1b\xff\xe6\x07\xde\x7e\xd7\x55\ \xa3\x53\x0f\xfc\xfe\x9f\x9d\x79\xcb\x6b\xae\xf9\xe2\xc7\x3f\x76\ \xce\xde\xf0\xb7\xdf\xff\xc6\xc3\x9f\x7b\xf4\x5d\x3f\xfa\xae\x7b\ \x7f\xed\x57\x1f\x58\x4d\x7f\xe8\x27\x7f\xe4\xec\x17\x3f\xf1\xd0\ \x6a\xdf\xd0\x2c\x27\xf0\xed\x30\x24\xa9\x4a\xbf\x76\x5c\x83\x9f\ \x42\x46\x05\x00\x5e\xda\x9f\xae\x1c\x14\x5f\xeb\xcb\x13\x16\xed\ \x63\xa7\x3f\xb5\xde\x7b\xca\x50\xfa\xcd\x3e\xb7\xf6\xc3\xdb\x0e\ \x7c\xef\xcd\xfb\xde\xfe\x62\x60\x51\x11\xfd\x99\xe3\x32\xd8\xb9\ \x00\x19\x55\x30\xef\x24\x07\x6f\x60\xa2\xe0\xdd\xcb\xf5\xa2\x4b\ \x18\x8e\x6c\xd2\x7f\x7d\xd4\xb6\x93\x6f\x0e\x16\x0d\xc3\x1b\xae\ \x09\x29\x7f\xa3\x23\xe3\xa5\x0b\x8b\x12\x5c\x72\xd5\xad\xdf\xfd\ \xa6\x43\x7f\xf0\xef\xfe\xf5\xe1\xcd\xd0\xbe\xe9\x6d\x07\xf6\xaf\ \x58\x14\xa0\x74\x65\xdf\x9e\x8c\x79\xcf\x1d\x6f\xfe\xdb\xef\x3f\ \xf1\xec\xaf\xdc\xd3\xdd\xb3\x6f\x98\xf0\x4c\x71\xf6\xdb\x05\x8a\ \x21\x04\xf9\xec\xff\xb7\x78\xf6\x69\xdb\xee\x36\xf3\x4b\x11\x41\ \xeb\x72\xd4\xd9\xf3\xd4\xd2\xad\x38\xb7\x7c\xd3\xeb\xdf\xe6\xa7\ \xe6\x75\xbc\x6c\x22\xb9\x84\xf3\xd4\x74\x0c\x45\xb5\x7d\x8b\x10\ \x5c\xf0\xcc\x16\xa4\xf6\x4a\x86\x0d\x6a\x08\x40\x0c\xe2\x45\x8c\ \x49\x71\x32\x33\x0b\x01\x0d\xa7\xfa\x22\x3a\xcf\x95\xad\x7b\xfc\ \xcf\x5a\xf7\x7e\xb4\x33\x37\x37\x7d\xf1\xa3\x8a\x73\xfe\xcc\x0d\ \x6f\x3a\x3a\x92\x57\xbe\xeb\xfb\x8d\x4d\x5e\x96\x67\x92\x02\x18\ \x82\x76\xa2\x2d\xdb\x0c\xf6\x1b\x0f\xbb\x42\x42\x06\xa8\x83\x32\ \x61\x10\x25\x46\x83\xe3\xe9\x2e\x11\x16\x9f\x37\xae\x7c\xe9\xc2\ \x22\x19\x53\x9f\x3d\x72\xdf\x53\xa3\xbf\xf1\x13\x3f\xb5\xf0\x47\ \xff\xed\x2f\x46\x75\xed\x5c\xfc\x68\xde\x7b\xb6\xf4\xdc\xfd\xf7\ \x6c\x6e\xed\xf9\xc1\xf7\xbe\x46\x46\xa3\x20\x33\x50\xfc\x76\x79\ \x8a\xe8\x7a\xbb\xc9\xa9\xa7\x0f\xde\x72\x93\x16\x43\x30\x26\x8a\ \x32\x43\x08\xe6\xe0\x5d\xf7\x1d\x3f\xf7\x17\x7f\xf8\xbb\xef\xfc\ \xe0\xff\xa2\x2f\x63\xb5\x5a\xf5\x35\xec\x7d\xfb\x1b\xfe\xa7\x9b\ \xe7\xc2\xc8\x0d\x4f\x9f\xf8\xc4\x97\x8f\x1c\xbe\xfb\x0d\xff\xe6\ \xd0\xee\x6f\x7f\xe2\xf0\x97\x57\x5e\xf1\x33\xaf\xef\x3c\xf1\x87\ \x87\x1f\xbf\xf3\xce\x7f\xf8\xea\x43\xd7\xa0\xf6\x1f\x79\xf4\xbf\ \x1c\x3e\x7b\xea\x45\xaf\x3b\x02\x9b\xea\x6b\xf7\x5f\xbf\x7f\x5f\ \x2b\x4d\x75\x32\xc2\x05\x24\x98\x2c\xdf\x5e\xba\xee\x4b\xbf\xfe\ \x91\x83\xef\xf8\x41\x9b\xe5\xe2\xfd\x77\xc2\x75\xe8\x02\xbc\xf6\ \xee\xe5\xab\x86\xbd\xa3\xdd\xc5\x1f\x7b\x05\xed\x54\x72\xec\x68\ \xff\xf7\x0e\x17\xd7\xdf\x38\xff\xb7\xee\x6c\xa5\xa0\x47\x9e\xdd\ \xf9\xd8\xe1\x52\xf9\x05\xa5\xda\x5e\xc2\x41\x34\x1a\xe3\x36\x3f\ \xf9\x2b\x3f\x7b\xdf\xcd\x6f\xfe\xc9\xbf\xf7\x8f\x16\xee\x7f\x08\ \x10\x83\xaf\x6a\x82\xd4\xb2\x28\x26\x5c\xde\xfb\x87\x7f\xf2\x9e\ \x7f\xf8\xc1\xb7\xde\xe4\x3e\xf2\xc9\x30\xc3\xc5\x6f\x9b\x5f\xaf\ \x1a\x90\xc8\xd5\xc1\x58\xb7\xb9\x26\x08\x14\x42\xb6\xef\xd0\xa3\ \xeb\x83\x4f\x7d\xee\x0b\xaf\xfd\xe1\x9f\x3c\x70\xd3\x1d\xae\x1c\ \xbd\x9c\x17\x00\xbb\x8b\x59\xf9\xd5\xbf\xf8\xb9\x27\x47\xd7\xfc\ \xe0\x5b\x7e\xfa\xbb\x8a\x9f\xad\xf9\xc0\xeb\xee\xfa\xfb\x47\xd7\ \x9e\x3c\xc3\x73\x73\xa9\xdd\x73\xed\x8f\xbc\xf1\x00\x7e\xe2\x8b\ \xff\x62\x5b\x72\x8b\x81\xd9\xbc\xc8\xf0\x16\x01\x54\xc1\x01\xa2\ \x77\xd0\xea\xc8\x60\xdb\x15\x23\x40\xc8\xd2\x6c\x77\xe9\xaa\x8f\ \x7c\xf2\xd3\xc9\xfe\x6b\xef\xfe\xfe\x0f\x7c\xe7\x4c\xed\x50\x80\ \x56\xcb\x2c\x2a\x2d\xb4\xe0\x81\xfb\xcf\xfe\xa7\x33\xe9\xcf\xfe\ \x8d\x85\x37\xd4\xfc\xb6\x57\x66\x5f\xfc\xd3\xb3\x5f\xdd\xd2\x4e\ \x8a\x60\x10\x5f\xd8\x7a\xbc\x74\x93\x71\x2a\x81\xbb\xfb\xde\xf8\ \xdd\xef\xbe\x6e\x1e\x87\xb5\x97\xcd\xd5\xf5\xb0\xef\x7b\xdf\xf7\ \x83\xef\xfb\x81\xef\x4b\xb7\x9e\x3d\x5d\x70\xa7\xd3\xc1\xde\xb1\ \xcf\x7e\xe1\x01\xb3\xff\xc6\x16\xcf\x60\xf1\xdb\x88\x0a\x10\x42\ \xd8\xee\xec\xff\x6a\xd9\x82\x7d\xd7\x40\x31\x4c\x96\xf6\x3f\x16\ \xe6\x7f\xff\xb3\x7f\x7a\xc7\x55\x7b\x0f\xee\xdf\xeb\x5f\xfe\x83\ \x0d\x34\x88\x07\x34\xc5\xee\xc3\x87\x4f\x9d\xda\x7f\xf0\x35\x66\ \xf8\xc8\xbd\x4f\xfe\xf9\x8d\xb7\xfd\xd8\xa1\xc4\x8f\x1c\x5f\xb3\ \xff\x15\x6b\x47\x3f\xb5\x5a\x38\x6b\xb2\xdc\xa6\x7f\x25\x93\xd7\ \x14\x34\x04\x09\xad\xf9\x07\xea\xce\xb9\xf9\xab\x99\x90\x01\xfb\ \x07\x6e\xf9\x8d\xcf\xdf\x17\xca\xe2\x35\x37\x5e\x8b\x36\xd1\xef\ \xa4\x91\x12\x22\x1a\x04\xbc\xe2\xd5\x07\xdb\xdf\x7d\x4b\xcb\x8f\ \x5c\xb7\x9b\x94\x1b\xc5\x03\x67\x3c\x19\x6a\x25\x64\x5e\x30\x63\ \xe0\xa5\x5c\xa3\x40\x09\x92\xce\xed\x7f\xe5\xab\x6e\x79\xee\x4b\ \xff\xed\x9e\x07\x1e\xf8\xd4\xc7\xfe\xe0\x5c\x72\xf5\x62\xfd\xd4\ \xef\xfc\xce\xe7\x76\x06\x67\xbe\x74\xcf\x57\x7c\xde\xd9\xfa\xda\ \x17\x7e\xf9\x17\x7e\xf5\xd8\x40\x0c\xcd\x2a\xd1\xdf\x9e\xaf\x49\ \x25\x28\x9b\x93\x5b\xbb\xff\x7f\x7b\xd7\x1a\x5c\x55\x75\x85\xd7\ \xda\xfb\x3c\xef\xbd\xb9\x79\xdc\x3c\x08\x79\x03\x86\x3c\x20\x21\ \xa2\x42\x78\xf9\x40\x44\xc5\x67\xed\x38\x5a\x67\x8a\xfe\x70\x6a\ \x5b\xad\xad\x75\xa6\x33\xa5\x95\xea\x88\x32\xd5\x19\x3a\xd6\x67\ \x9d\x76\x5a\x51\x8b\xce\xe0\x14\xab\x02\x3e\x12\x20\x12\x02\x01\ \x22\x81\x84\x10\x20\x4f\xf2\xb8\x79\x73\x73\x9f\xe7\x9c\xbd\x77\ \x7f\x24\xa6\x91\x61\x4a\x00\x93\x92\xe4\x7c\xbf\xce\xbd\x73\x7f\ \xdc\xb3\xce\xde\xdf\xfe\xd6\xda\xdf\xd9\x6b\xeb\x27\x3b\x4a\x5a\ \x7c\x5a\xde\xe2\x1a\x70\xbf\xff\xf1\x8e\xc2\xdc\x9c\xc5\x39\x59\ \x01\xdf\xd9\xe9\x10\x04\x00\x6e\x5a\x41\x53\x50\x97\x23\x9a\x19\ \x83\x82\xea\x03\x9d\xdb\x0f\xf7\x48\x4b\xf3\x57\xa9\x3c\x18\xb2\ \xb8\x43\x77\x1b\xe1\xb3\x31\x29\x6b\x6e\xca\x5d\x41\x78\xe8\xfb\ \x58\xc5\x39\x13\x22\xc8\x48\xe9\xbe\x03\x5b\x76\x57\xfa\x67\xe6\ \x46\x32\xe6\xbf\x5b\x72\x60\xa0\x7f\xe0\x87\x37\xaf\x10\xe1\xc0\ \x39\x2d\xed\xa7\x36\x21\x86\x4d\xce\x11\x08\x08\x8e\x98\x98\xa0\ \x65\xa9\xec\xc3\xb2\xfe\xe3\x3e\xe1\xd2\xa9\x24\xb8\xd0\xb5\xb5\ \x2b\x62\xa2\x86\xfa\xdb\x4e\xea\x24\x1a\x09\x11\xa1\xde\xaf\xb7\ \x6d\x2e\x65\x82\xca\xaa\xae\x69\xd0\x53\xbf\x6d\x73\x35\x47\xaa\ \xe9\x0e\x09\xbd\x95\xfb\xda\x14\x4d\xd3\x20\x74\xa4\x7c\x0f\x55\ \xb4\xcb\xa3\x45\x61\x9f\x30\x78\xe9\x83\x12\x20\x14\x0c\x14\xc4\ \x3a\x72\xae\x9a\xb3\xab\xbc\xa2\x6f\x30\x70\xea\xf4\xe9\xac\xf4\ \xb4\x5b\x73\x52\x5a\xf7\x97\x9a\xc9\x57\x4f\xfd\x0c\x4e\x70\x49\ \x49\x9e\x95\x7a\x83\x9e\x9c\x31\x2f\x36\xb0\xa7\xe2\x9b\xe4\x82\ \xdb\x35\x59\xd4\xd7\xff\xeb\x9a\x9c\x7b\x66\x46\x6b\x0d\xc7\x4a\ \x16\x2e\x79\x60\x55\x38\x8a\x26\x5e\x25\x45\xca\x2f\xa2\x83\xec\ \xff\x1c\xb3\x61\x8b\xeb\x66\x70\x49\xd1\xfc\x6d\x3b\xbe\xf8\xe7\ \x9e\x43\x12\x25\xed\x9d\x9d\x0f\xdf\x75\x5b\x4c\x57\xbd\xdf\x2f\ \xc7\x20\x4e\x83\xb3\x84\x05\xe7\x90\x91\xe9\x4a\x57\xb1\x70\x06\ \x39\x5a\xc1\x9c\x1e\x71\xe4\x58\xdf\x1b\xc7\xac\x18\x9d\x28\x1d\ \xc1\xae\x3c\xcf\x43\x4b\x63\xeb\x4c\xd5\x45\x05\x1b\xf3\x2c\xbf\ \xb2\x7d\x8b\x48\x34\x87\x4b\x1b\x19\x05\x54\x76\xb8\x46\x5a\x2f\ \x51\x55\xa3\x43\x3e\x24\x55\xd3\x2f\x22\xd9\x61\x86\x40\x49\x22\ \x74\x64\x44\x0b\xa4\x32\x95\x2c\x2b\xc0\x41\x22\x88\x42\x30\x2e\ \x04\x21\x12\x7e\x67\x35\x1a\x6a\x8e\x4e\x11\x60\xa8\x7b\x37\x12\ \x09\x61\xa8\x71\x3b\xc1\x69\x6c\x99\x44\x00\xce\x45\xc4\xb4\xd4\ \xa6\x23\x3f\xb8\x26\xef\x23\x80\x8a\xca\x43\x99\x19\x19\x77\x17\ \x17\x92\x86\x2a\xc3\x88\x58\x5c\x20\x4c\xe9\xe9\x89\x92\x2c\x7a\ \xaa\x4f\x7e\x31\xcb\x93\xe1\x81\xae\xd2\x8a\xf7\x5a\xfc\x26\x6b\ \xda\x86\x83\x5c\x87\xce\xaf\xca\x9f\x49\x51\xba\x8d\x81\x86\x4f\ \x2a\x8d\x05\x19\xf3\xa4\x50\xcd\xc1\xe6\x83\x8c\xa8\xc8\x23\x97\ \x4f\xc6\xa6\x00\xb3\xfd\xf4\xa2\xd9\xf3\xac\x9b\x6f\xfa\xb4\x64\ \x17\x0a\xb8\x6f\xcd\xea\xf4\x50\x5b\xa8\xbb\xdd\x52\xb3\x80\xf3\ \x69\xb0\xd6\xa3\x00\xc1\x39\xa4\xc4\xc9\xc7\x8f\x0d\x94\x75\xb2\ \x14\x69\xb0\x23\x08\xf1\x4e\x2a\x11\xe0\x81\xc8\xe6\xd2\xde\xeb\ \x73\x9c\x19\x0e\xf6\x79\x55\x30\x80\x38\xc6\xec\x78\x72\xbc\xe5\ \xf2\xad\xc3\xe0\x3b\xfc\x33\x6c\x74\xb8\x08\x4a\x12\x42\x90\x98\ \xc4\x95\xab\x16\xdc\xd9\x72\xe4\xd9\x72\xaf\x4f\xb0\x00\xd5\x67\ \x17\x17\x3d\x96\xef\x49\x32\x7c\xe5\x9f\x56\xbe\xd7\x67\x98\x9c\ \x24\xac\xba\x61\x43\x5c\xdf\xdb\x1f\x54\x1d\x94\x25\x19\x80\x19\ \x96\xbc\x64\xc5\x4b\xb9\xbc\xe4\xdd\xb2\x0f\xc3\x18\xb7\xf2\xc6\ \xf5\x51\xde\x77\x3e\xae\xa9\x06\xa4\x05\xd7\xae\xcf\xc5\xf2\xad\ \x07\x3e\x03\x49\x9b\xc6\xd4\x88\x61\xc6\x23\x81\xc1\xe8\xb6\xa3\ \x0f\x2e\x2a\x28\xc8\x4a\xcd\x4c\xf4\xc4\x77\x1e\x67\x91\x50\xc0\ \x98\xf2\x35\x5f\x01\x40\x28\x86\x1a\x1b\xb7\xd4\x9f\xe6\x88\x54\ \x96\x1c\x2a\xc5\xb6\xb6\x3d\x40\x54\x59\x52\xfd\xbd\x15\xb5\x42\ \x52\x64\xcd\xd7\x5b\xf6\xa5\xf7\x2b\x01\x28\x49\x0e\x85\x4a\xf0\ \x7d\x78\x27\x2c\xc0\xa0\x61\xb9\xcf\x9c\x58\x9e\x96\x93\x74\xd7\ \xad\x02\x31\x47\x89\x58\x8d\x2d\x61\x8b\x1b\xd2\xb4\x30\x67\x08\ \x00\x4a\xa0\xa9\x71\xb0\xee\x14\x10\x82\x0e\x05\x9b\x5a\x03\x1c\ \x89\x4a\x87\x1f\x8c\xe1\x8f\x7c\x5c\x1e\xe6\x00\x94\xa2\x2e\x23\ \x8e\xcd\x12\x75\xe5\xd3\xa2\xb0\x0c\x93\xaa\x0e\x55\xc6\x48\x30\ \x60\xa2\xa4\x48\x94\x33\xd3\x64\xa0\x3b\x1c\xc2\x08\x85\x4d\x50\ \xe4\x31\xbd\x63\x20\x38\x23\x5a\x4a\xde\xac\x65\x1e\x57\x5c\x27\ \x32\x8b\x26\x2d\x2b\xb8\xa5\xb7\x7d\x4f\x73\xc3\xe6\xaa\x6f\xac\ \x35\x37\x3f\x93\x17\x5f\xf2\x55\x73\xd3\xdc\xbc\x7b\xe6\xc4\xcf\ \xf0\xf5\x0d\x4b\x1c\xc1\x22\x72\xf4\xa2\xb9\xf1\x89\x71\xb8\x2c\ \x33\x6a\x6b\xf5\xa0\x16\x1b\x93\x9d\x13\x73\xdf\xfe\xfa\xf2\x76\ \xe5\xc6\xa5\xd9\x4b\xa0\xe3\xa4\x24\x98\x39\x5d\x93\x70\x21\xb8\ \x33\xca\xdd\x3b\x77\xf1\xee\xa3\xbb\x35\x1a\xc4\x33\x65\x92\xd3\ \x5d\xd7\x54\x6b\x85\x02\x5c\x88\x40\xc2\x9c\x94\xcc\xb9\x82\x4d\ \x61\x8f\xc8\x90\x33\x86\xca\xb2\x7b\x74\x0f\x59\x49\x72\x0c\x27\ \x35\xd4\x41\xbf\xbd\xd0\xa9\x63\xd4\x4f\xc8\xe5\x85\x5d\x20\x67\ \x31\xf3\x8b\xab\xb6\x9f\x70\xf9\xfd\xe8\x3d\x2c\x39\xdd\x88\x64\ \xb7\xdf\x07\x82\xf9\x51\x75\x2f\x5a\x2e\xa1\x10\x53\x7d\x27\x9a\ \x00\x20\x80\x22\x13\xe5\xdb\xe8\x2b\x12\x19\x79\x30\x00\x40\x09\ \xba\x46\x29\x16\x31\xb6\xb8\x5f\xe9\xb4\x68\x9a\x22\xef\xd6\x47\ \x9f\x7c\x64\x4d\x8c\xa2\x06\x1a\xf7\xbc\xfc\xe2\xa6\xda\xee\x30\ \xa8\x9e\xbb\x1f\x5f\xf7\xf0\xca\x6c\xb3\xb7\xf6\xb5\x17\x5e\xd8\ \x7d\xd2\xaf\xc8\x17\xbe\x59\x24\x12\x98\xde\xfd\x95\x9b\xac\xe2\ \x75\x3a\x19\xba\x71\xe4\x46\x4f\x73\x4f\x9b\xea\x59\xad\x5a\x1d\ \xde\x41\xaf\x1e\xbb\x74\xbe\xc7\xda\x57\xf3\x65\x96\x24\x23\x20\ \x80\x30\xb9\x3c\x37\x7d\xa9\xbf\x65\xcb\x29\xe9\xda\xbc\xf4\xc2\ \xe3\xc7\xcf\x1a\xbe\xe3\x8d\x42\x99\x33\x73\x81\xcb\x79\x9d\xbf\ \xa3\xdc\x30\x65\x8d\x82\x31\x5d\x8b\x93\x42\x08\x55\xd5\x52\x6e\ \x79\x60\xa0\xf0\x7a\x26\xb8\x10\xc2\x10\x1c\x10\x01\x09\x11\x90\ \x12\x1b\xe7\x8e\xf3\x4c\x55\x5a\xb4\xb8\xb1\x2a\xff\xd7\x9c\x5b\ \x97\xf4\xec\x05\x25\x8a\x61\x05\x2f\x83\x11\x44\x62\xfe\x42\xd9\ \x93\x1c\x0a\x05\x01\xd1\x1c\xda\x74\x26\x04\x00\xe2\x54\x2d\x36\ \x69\x26\x99\xd2\xb5\x8b\x90\x85\x8b\xd2\x59\x61\x32\xbf\x84\x0a\ \x96\x2e\x5f\x40\xac\x5f\xf1\x6a\x91\x2a\x6e\xa7\x54\xf6\xee\x1f\ \xcb\x4f\x91\x9f\x3e\xf7\xfc\x93\x6b\x2b\x7e\xfc\x87\xed\x45\xb7\ \x3f\xfa\xf3\x95\xd1\x2f\xfd\xfe\xa9\xd8\x3b\x7e\xfb\xd4\x2f\x7f\ \x72\xe2\x89\x0d\x5e\xee\x18\x03\x31\x82\x10\xa6\xc9\x80\x12\x0a\ \x28\x51\xd6\xb9\xaf\xea\x2d\x4a\x15\xd5\x7d\xcd\x6d\xd7\xdd\xef\ \x3d\xf9\x46\x6d\x1f\x5b\xb4\xf4\x4e\xa3\xfb\xfd\x7e\x65\x4d\x9e\ \xac\x4b\x04\x85\x10\x20\x27\x66\xa7\x64\xf7\xd7\x7d\x70\x5a\x4e\ \x59\x30\xbb\xd8\xdd\x58\xae\xb1\xf6\x43\x4d\xad\x57\x67\x3f\x92\ \xce\xfd\x35\x8d\xbb\x32\xd3\xe6\xa9\x14\xc5\x34\x32\x42\x9c\x47\ \x30\x3a\x9c\x4e\xe7\x9c\xb9\xe7\x95\xe8\x7c\x2a\xef\x87\x0a\x5d\ \x8e\x1e\x32\x11\x5e\x52\x51\x8c\x8b\xcb\x18\x37\x42\x08\x89\x90\ \xc4\xd4\x0c\x38\x0f\x31\x08\xc1\xd8\xd4\x96\x8a\x42\x80\x2a\x81\ \x2e\x5f\xca\x3d\xb2\x0b\x45\xfd\x4a\xa7\x45\x99\x58\x07\xb6\xbe\ \xbe\xd7\x32\xfd\x01\x5a\x59\xd3\x74\x77\x42\x0c\x50\xd7\xc2\x95\ \xcb\x4f\xee\x78\xe5\xb3\x5d\x7b\xd5\xae\xf7\x1f\x78\x7b\x6d\xd1\ \x9c\xa8\x7f\xd7\x99\xb2\x3a\x16\x75\x8c\x88\x04\x00\x11\xb8\x40\ \x3d\xc9\x93\x16\x08\x04\x0a\x0b\x1f\x12\x6d\xff\xd8\x5e\xbb\x4f\ \xe8\xb9\x3a\xb7\xe2\xd2\xee\x5f\x19\x3d\x2f\x91\xeb\xa9\x27\xca\ \x1a\x7c\x41\xa7\xa7\x68\x56\x7c\x52\x30\xfb\xb1\x19\x18\xeb\x8e\ \xc3\xac\xd8\x66\x4a\x68\x5f\x7b\xe9\x40\xde\x7d\xa9\xbe\x0f\xeb\ \x7b\x07\xae\xca\x72\x2a\xd3\x7e\x13\x5b\x70\x3e\xad\x2c\x72\x23\ \xe0\x82\xfd\x5f\xa9\x41\x4c\xe9\x02\xc5\x85\x99\x71\x9c\x4a\xd7\ \x93\x60\xcb\x85\x2a\x8a\x65\x1a\x29\xd7\xde\x71\xd7\xe2\xa4\x9d\ \xeb\x2b\x84\xee\x4a\x48\x55\x5a\x0f\xf4\x53\xcd\x8d\xa1\xce\x1e\ \x22\xc7\x25\x44\x8b\x1a\xef\xd8\x8b\x35\x82\x9b\x8c\x99\x8c\x26\ \x17\x17\x3d\xdc\xd2\x50\x92\x95\x3c\x5f\x73\xf1\x1f\xcd\xb8\xf7\ \xcc\x89\xbf\xec\xda\xf7\x1b\xce\x8d\xd4\xfc\x75\x4b\xf4\xfd\x0d\ \x67\xc3\x04\x69\x5a\x7a\x71\x6f\xfd\x9f\xb7\x1c\xd8\xc9\xc0\x71\ \x5d\xf1\xef\xf2\x66\x17\x08\x16\x40\xec\xff\x7a\xef\xb3\x4e\xd6\ \x1a\xa1\xf9\x1c\x29\xa5\x54\x58\x02\xec\x23\x7c\x6c\xd8\x98\x12\ \x98\x04\xb4\xc8\x8d\x88\x96\xb1\x6c\xfd\x8b\x4f\xb7\x7c\xb4\xe1\ \xbd\xf2\x16\x45\x4b\x46\x10\x23\x1b\x4a\xfc\xe2\xe8\x08\x25\x62\ \x56\x55\x6e\x04\x16\x76\x88\xf6\xd2\x8a\x4d\x8c\x45\x4e\x77\xff\ \x4c\x93\x35\x8a\x10\x09\x0f\xa8\x4a\x14\x22\x0c\x34\xff\x7d\x27\ \x30\x45\x56\x04\x60\x4b\xdd\xa6\x16\x2b\x00\x54\x91\xc0\xac\x3a\ \xb4\xb1\x56\x92\x05\x37\x4d\xa6\x30\xdf\x89\x00\xca\x12\xad\xf9\ \x74\x6f\x3d\x63\xaa\x6c\x9f\xdd\x63\xc3\x86\x4d\x8b\x13\xa4\x93\ \x2d\x83\xb9\xb2\x9e\x7e\xee\x79\x57\xc5\xab\xbf\x78\xed\x13\x43\ \x76\x01\x0b\xf7\x75\x5a\x45\xb1\x6e\x16\xf1\x4b\x6a\x7c\x3c\x58\ \xfd\x3d\x3e\xa0\x17\x41\x4b\xa6\x19\x00\x24\x08\x56\x38\xe2\x03\ \x40\xd3\xea\x0e\x85\x86\x12\xec\x61\x07\x22\xb7\x42\x0c\x10\x11\ \x11\xc0\x34\xfc\x00\x48\x90\x00\x80\x60\xe1\x30\x0b\x0f\xfd\x92\ \x50\x95\x0c\xfd\x3f\xd3\x1c\xb3\x1d\xca\x86\x0d\x1b\x93\x00\x57\ \xfa\x7c\x36\x4c\x58\x78\xcf\x13\xab\xdc\xd5\xaf\xbe\xf3\xb9\x3e\ \x23\x33\x29\x2e\x8a\x9a\xbe\xc3\xa5\xfb\xf3\x56\xdf\xbb\xbc\x68\ \xde\xea\x07\xef\xd7\xda\xea\x8e\x9c\x1a\x1c\xa3\x47\x67\x58\x31\ \xe2\xd0\x0b\x31\x38\xc4\x83\x88\x94\x10\x4a\x08\xfd\xaf\x05\x72\ \x94\x43\x1b\xcf\xbd\x26\xdf\x25\x41\xb4\x39\xd1\x86\x0d\x5b\x2d\ \x4e\xa8\x58\x14\x54\x4d\xcb\x9d\x2d\x9c\xe4\x57\x2f\xbe\x2e\x29\ \x72\xdf\xa9\xaf\x5f\x7e\xfe\x4f\x55\x3b\xde\xfa\x5b\xfe\x73\xeb\ \x5e\xf9\x2b\x0b\x34\xbe\xb6\xe1\xcd\x56\x53\x51\x15\xfb\x51\xda\ \xb0\x61\x63\x5a\xd0\x22\x6a\x8a\xd8\xb9\x71\x6d\xa9\xac\xa8\xb2\ \x04\x20\x38\x33\xfc\xc4\xa5\x9a\x5d\x1f\x6c\x7c\x7c\x67\x6c\x34\ \x0b\xf9\xce\x06\x4c\x55\xb1\x3b\xd2\x4c\xc0\x02\x25\x64\x59\x76\ \x38\x9c\xc4\x3e\x02\x7d\xdc\xe0\x70\x38\x29\xa5\xe7\x18\x6b\x10\ \x51\xd7\x75\xce\xb9\x1d\x9f\x71\x82\xcb\xe5\x52\x55\x75\x74\xd8\ \x27\x01\xa1\x98\xe1\xa0\x11\x0a\xfa\x47\xf2\x5b\x82\x84\x4a\x28\ \x84\x6f\xa0\x1f\x00\x15\x9b\x13\x27\x04\xaa\xaa\x1e\x3a\x74\xb0\ \xaa\xea\x70\x7f\x7f\x9f\x5d\x37\x18\x27\x50\x4a\x9b\x9b\x9b\x65\ \x45\x1e\xfd\x8d\xcf\x37\xf8\xd6\x9b\x6f\x74\x79\xbd\x9c\x73\xdb\ \xed\x30\x2e\xda\x90\xd2\xee\xee\x6e\x55\xd3\x46\x98\x71\x12\x70\ \x0a\xe2\x79\xba\x57\xe1\xf0\x8e\x88\x8d\x89\x1a\x3a\x92\xd4\xd1\ \xd1\xd1\xd5\xe5\xed\xee\xea\xb2\x05\xe3\xb8\x69\x72\x50\x55\xd5\ \x15\x15\x35\x12\x61\x44\x8c\x44\xc2\x47\xab\xab\xcf\x9c\x69\xb5\ \x2c\xcb\x1e\xf3\xe3\x93\x09\x81\x2c\x49\x2e\x57\x94\xa2\x0c\x37\ \x78\xb0\xa5\x96\x8d\xb1\x26\xd1\x94\xd2\xe4\xe4\x99\xf1\xf1\x09\ \xf6\xd4\x1c\x4f\x62\x04\x4a\x29\x21\x64\x74\x4e\xe7\x8e\x8e\xce\ \x76\x3a\x39\xe7\x76\xe4\xc7\x55\x7f\xc9\xb2\x6c\xd3\xa2\x8d\x4b\ \x81\xa2\xd8\xdb\x5b\x13\xb1\x08\x9d\xf3\x51\x92\xec\xa9\x3a\x71\ \x61\xff\x0f\x3d\x07\xaf\x49\x90\xd7\xd8\xe8\x00\x00\x00\x00\x49\ \x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x47\x55\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\x46\xdb\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x98\x1c\ \xc7\xb5\xb7\x0b\x9a\x86\x97\x99\x19\xc4\x2c\x8b\x65\xc9\x20\x33\ \xc9\xcc\x14\xdb\x71\x9c\x5c\x27\x4e\xe2\xdc\x30\x7d\xe1\xc4\x31\ \xc5\x6c\xc7\x20\x83\x4c\x62\x4b\xb2\x98\x79\xa5\x05\x2d\x33\x0f\ \x43\x53\xc1\xf7\xc7\xac\xc8\x96\x1c\x27\x71\x72\x0d\xfd\x3e\xf3\ \xec\x33\xd3\xdb\xd3\x53\x5d\x5d\xf5\xab\x53\xa7\x4e\x55\x41\x00\ \x00\x00\x20\x37\x27\x73\xdc\xd8\xaa\xe4\xe4\x44\x4a\x29\xb0\xb0\ \xb0\xf8\x8a\x81\x31\x1a\x1e\xf2\x1d\x3a\xdc\xd0\xd5\xdd\x07\x00\ \xc0\x08\xc1\xb1\x63\xaa\xe6\xce\x9e\x26\x89\x22\xa5\xcc\xca\x20\ \x0b\x8b\xaf\x20\x8c\x71\xbb\xc3\x5e\x51\x5e\xcc\x18\x1b\x1c\x1a\ \x16\xd2\xd3\x53\x27\x4d\x1c\x1d\x8e\xc4\x18\x3b\x45\x14\x20\x84\ \xc7\xdf\x73\x0e\x00\xe0\xa7\xbb\xda\x89\xb3\xce\x7c\x8e\x85\x85\ \xc5\x17\x02\x68\x9a\x64\xd2\x84\xd1\x03\x83\xc3\x78\xc6\x59\x93\ \x05\x2c\x9c\xdc\x7d\x80\x00\x00\x08\x35\x93\xc6\x0c\x53\x33\x09\ \xa1\x4c\xc0\x10\x42\xc8\x39\xff\x88\x24\x70\xce\x75\x5d\x37\x0c\ \x83\x10\x02\x00\x40\x08\x7d\xe4\x9c\x4f\x95\x16\x08\xf9\x31\x5d\ \xf9\x6a\x3d\x04\x00\xc0\xc7\x72\xd5\xc2\xe2\xff\x0e\xce\x39\xa7\ \x94\xb9\x9d\x76\x21\xc1\xe3\x32\x4d\x72\xbc\xd9\x87\x00\x98\x9c\ \x87\xa2\x5a\x96\x22\x66\xbb\x14\x11\x01\xbf\x41\x5b\x42\x31\x28\ \x0a\x0e\x59\x3a\x5e\x88\x21\x84\xaa\xa6\x9a\x26\x73\xbb\x3d\x92\ \x24\x31\xc6\x63\xd1\x48\x28\x14\x76\x38\xec\x27\x1b\x1a\x9f\x26\ \x29\xb1\x98\x2e\x8a\x82\x20\x08\xff\xe0\xbc\x78\x45\xfa\x3f\xcd\ \x35\xc0\x39\x03\x10\xfe\x93\x77\x78\x26\x08\xa5\xba\x6e\xda\xed\ \xf2\x67\x7b\x59\x0b\x8b\x7f\x07\x93\x98\x09\x89\x09\x82\x69\x9a\ \x10\xc2\xe3\x8d\x16\xe5\x5c\x8d\x68\x8b\x8b\x92\xcf\xcf\x4f\x49\ \x57\x44\x11\xc1\xa0\x41\x6b\x7d\xd1\xe7\xea\x7b\xbb\xa3\xaa\xdb\ \x26\x33\xce\x21\x84\xd1\xa8\x2a\xc9\xb6\x09\x13\x47\x25\x27\x25\ \x8a\xa2\xc8\x18\x53\x55\xad\xbd\xad\xbd\xb5\xad\xd9\xe9\xb0\x9d\ \xb6\x84\x43\x04\x4d\x55\x8d\xea\x26\x04\x00\x40\xa4\x28\x8a\x2c\ \x09\x2a\xb1\xa5\x17\x15\xbb\xfc\xad\x3d\x11\x9d\x23\xe9\xe3\x3d\ \x11\x08\x01\x25\x34\x1c\xd5\x5d\x4e\x05\x61\xf4\x09\x3d\x15\x08\ \x80\x1a\x8b\x19\x84\x72\x00\x10\x16\xec\x36\x45\xc0\xe8\x33\x6c\ \x8d\x39\x40\x31\x1d\xc8\x40\x93\x24\x91\x41\xfc\x69\x3a\x4d\x10\ \x41\xa2\x69\x51\xcd\x38\x7e\xc0\xee\x74\x08\x18\x01\xce\x09\x43\ \x5c\xca\x28\xce\x17\x03\x6d\xed\x43\x44\x10\xb9\x26\x8b\xc8\x1f\ \x25\x76\x9b\x28\x49\xa2\x65\x44\x58\xfc\x1f\x42\x29\xc1\x15\xe5\ \x25\xc7\x5b\x62\x0e\x61\x38\xa2\xde\x56\x98\x70\x7d\x9e\xcb\x6e\ \xc4\x74\x35\xa2\x45\x23\x12\xd1\xf2\x65\x30\x36\xc5\xb1\xbb\x2f\ \x14\xe2\x50\xc4\xd8\x30\x0c\x88\x84\xc9\x53\x26\xb9\x5d\x0e\xd3\ \x34\x75\x5d\x23\xc4\xc0\x18\xa5\xa6\xa5\x00\x00\xfb\xfa\xfa\x65\ \x59\xfa\x78\xc1\x36\x0c\x43\x4a\x2d\xac\x2e\x2b\xcb\xc9\xc9\xcb\ \x4a\x4b\xa4\x91\xe1\x61\xbf\x89\x5c\x25\x0f\xfe\xf4\x7e\x4f\xdd\ \xd6\x7d\x9d\xc3\x50\x52\x8e\x3b\x2b\x18\x63\x8c\x71\x0e\x20\xa5\ \x90\xca\x99\x93\xa7\x8d\x55\x06\xdb\xbc\x3a\x83\x08\x03\x00\x38\ \x67\x8c\x32\xce\x01\x38\x26\x40\x9c\x03\xcd\x94\x92\xf3\x4b\xcb\ \x8b\x0a\x73\x73\x73\x53\x9c\x52\xc4\x3b\x68\x50\x84\x30\xe2\x8c\ \x31\xca\xd8\xf1\x93\xe3\xd7\x66\xfc\xe3\x47\x38\x87\x00\xc2\x13\ \xbf\xce\x01\x00\xfc\xd8\x77\x81\x37\xe4\xbc\xf8\xae\xfb\x6f\x3b\ \x2b\xf5\xe0\x8e\x9d\x41\x2e\x03\xce\xe3\x29\x84\x23\xb9\x77\xf2\ \xb7\x46\x52\x65\x1a\x40\x48\xcc\xaf\xa8\x28\xc9\xcb\xce\xcd\xc9\ \xc9\xcb\xc9\xca\x90\xfc\xbd\x21\x02\x00\xe0\xde\x10\x2a\x9d\x7a\ \xf9\x43\x77\x8e\x5b\xf3\xfa\x8e\xa9\xb7\x3d\x78\xcf\xdc\xac\x3d\ \xbb\x9a\xf3\xa7\xce\xc8\xd4\x06\x07\x83\x61\x8e\x25\x18\xbf\x64\ \xfc\xd7\xe3\x17\xe4\x27\x7e\xc2\xb2\x2d\x2c\xfe\x93\xdd\x09\x20\ \x30\xc6\xe2\x85\x0c\x42\xa8\x1a\x66\x95\x1d\x9e\x97\x0c\xc3\xfe\ \xe1\xd6\xa8\x99\x22\xe1\x54\x05\x1f\x1e\x32\xb2\xec\x42\xa6\x4d\ \xbc\x32\xdb\xf6\x44\x47\x94\x20\xa8\x9b\x66\x79\x79\xb1\x24\x0a\ \xf5\xf5\x0d\x3e\x9f\x5f\x14\x45\x08\x81\x61\x98\x95\x95\xe5\xd9\ \xd9\x59\x03\xfd\x03\x9a\x16\xfb\x48\xa3\x07\x11\x8c\x06\xc2\xa3\ \xae\x3c\xef\x3b\x17\x4d\xf5\x0f\x0d\x31\x2c\x98\xbe\x8e\x25\x7f\ \x7b\x6c\xdb\x90\x06\x00\xc0\x76\x37\x81\x12\x88\x45\xb1\x28\x23\ \x0c\xc3\x2a\xc3\x82\x28\x42\x0a\xb4\x88\x46\x6c\xa9\x79\xe5\x77\ \xdf\x7f\xc5\xfb\x0f\xd7\x1d\x6d\x09\xb8\x30\xd5\x08\x8b\x9a\xd8\ \x26\x61\x44\x35\x46\xa9\x68\xb3\x01\x00\x38\x03\x2a\xb5\x5d\x70\ \xfb\xbd\xe7\x66\xf2\xe1\xb0\x0e\x11\x1e\xaa\xdf\xf4\xdc\x8b\x4b\ \xfb\x54\x1c\x23\x82\x22\x0b\x98\x1b\xc4\x8c\x09\x36\xa7\x41\x10\ \xe0\x0c\x23\x04\x98\x4e\x29\x15\x14\x9b\xc1\x30\xe0\x1c\x41\x00\ \xf5\x18\xc2\xc8\x44\x76\xc6\xb8\x80\x10\x60\x26\xa1\x00\x89\x22\ \xe6\x06\xa7\x44\x40\x72\x77\x7b\xd3\x11\xa1\x27\x4c\x15\x8d\x41\ \x59\x40\x10\x30\xae\x47\xb1\x68\x13\x30\x0c\xc5\x08\x96\x24\x19\ \x01\x4a\x4c\x11\x9a\x5c\x10\x01\x04\xb1\x30\x29\x99\x3b\xeb\xc1\ \xdb\xcf\x26\xde\xc1\x18\x81\x02\x0d\x2d\xfd\xed\xe1\xe6\x1e\x83\ \x08\x8a\x80\xb9\xc3\x26\x70\x0e\x10\x62\xbd\x9d\xcd\x35\x83\x9d\ \x61\x21\xe7\x5b\xf7\xdf\xd2\xfe\xb7\xa1\x9a\xbe\x3a\xbb\x48\x09\ \x63\x41\x03\xda\x44\x01\x71\x83\x98\x86\x68\x77\xe8\x04\x72\x0e\ \x05\x04\x01\xe0\x02\xb0\x46\x8e\x2c\xfe\x83\x6e\x06\xe1\xe4\xda\ \x1b\xd3\xcd\xa9\x89\x08\x45\xfc\x26\x65\x4d\x51\x61\x7d\x5f\xb4\ \x54\x66\x07\x4c\xe9\x96\x74\x33\x6a\x44\xc6\x48\x92\x1b\xb2\x30\ \xa1\x18\x09\x1e\xb7\x5b\x55\xd5\x50\x28\x94\x9f\x9f\xe7\xf1\x78\ \x30\xc6\x35\x35\x47\x22\x91\xa8\x28\x8a\x89\x49\x49\xed\xed\x01\ \x51\x3c\xe5\xca\x80\xc5\x2d\x71\x41\xed\xd8\xf5\xd3\xef\xfe\xa4\ \xd6\x71\xfe\xdf\x7e\x7f\xef\xdc\x59\x13\xf6\xbc\xde\xa5\xea\x64\ \xda\x6d\xdf\x39\xeb\x76\xd2\xb0\x7d\xe5\x4b\x2f\xbd\xd5\xa2\x25\ \x55\xcd\xba\xe4\xce\xc5\xf3\xf2\xdc\xec\xd0\x86\x65\x4f\xbd\xb8\ \xdc\xd0\xb5\x70\x04\x5c\xfc\x9d\x5f\x9c\xe3\x3b\xf8\xab\x1f\x3c\ \x32\x2c\x97\x5d\x7b\xc7\xf5\xe7\x4f\x2d\xa6\xc3\x2d\xcb\x5e\x79\ \x61\xcd\xbe\x4e\x6c\xb7\x71\x0e\x20\x00\x58\xc0\x2d\x6b\x1f\xbb\ \xf1\x17\xab\xa6\xdf\xf1\xcb\x3f\xdf\xb7\xb0\x78\xc5\xfa\xfa\x26\ \x7e\xc1\x0d\x37\x5d\x3e\xa7\x5a\xd6\x07\x37\x2c\xfd\xfb\x6b\x6b\ \x6a\xb3\xe7\x5c\x7e\xdf\x4d\xe7\x65\xba\x6c\x34\xd8\xb3\xf2\xe5\ \x67\xdf\xdb\x54\x8b\x26\x5d\xf5\xd3\xbb\x2f\x4e\xb3\x33\x7f\xfb\ \x81\x67\x1f\x7d\xae\x45\x2e\xf9\xf6\xb7\x6f\xae\x48\x75\x1a\xde\ \x9e\xda\xf6\x60\xe9\xe8\x2a\xa7\xd1\xbf\xe2\xa5\x27\xff\xbe\xb6\ \x37\xb3\xb8\xb8\x82\x99\x14\x26\xdf\xf4\xdd\x07\x67\x17\xa6\x28\ \x98\x1d\xdd\xb1\xfa\xa5\x17\xdf\x6c\x8e\x26\x56\xcc\xb8\xf4\xf6\ \x2b\x67\xa7\xdb\x11\x89\xf5\xbf\xf5\xdc\x93\x9b\x6a\x06\x45\xa7\ \x0d\x40\xc0\x39\x37\x06\x9a\xfe\xf2\xf0\x83\x4b\x0f\x45\xdd\x4e\ \x5b\x7e\xaa\x1b\xa4\x8d\xbd\xfb\x8e\x6b\x66\x96\xa6\x10\x8d\x18\ \x6a\x93\xa9\x93\x8c\xc2\xc2\x4a\x05\xca\xeb\x7a\xfc\xc3\x91\xc9\ \xd7\x7f\x63\xf2\xd5\xdd\x8f\xfd\xec\xb7\x9b\xba\x1d\xe7\x5f\x7b\ \xc3\xb5\xe7\x4e\xb0\xeb\x43\x1b\xde\x7d\xf9\xe5\xf7\xf7\x27\x4d\ \x5e\x74\xef\xcd\x8b\xca\x32\x93\x1a\x0f\xae\xfa\xd9\x1f\x96\x28\ \xb2\x6c\x95\x60\x8b\xff\x94\x2e\x9c\x6c\x2f\x50\xc6\x13\xa8\x4a\ \x63\xba\x41\xf8\x05\x6e\xe7\x23\x31\xf1\xb9\x41\xed\xe7\xe5\x42\ \xa2\x19\x54\x09\x75\x49\x92\x48\x31\x45\xa2\x00\x10\xe7\x4c\xd7\ \x09\xe7\x5c\xd7\xb5\x58\x4c\xc4\x18\x71\x4e\x29\xa5\xa6\x69\x62\ \x0c\x29\x39\x61\x52\x1f\xf7\x53\x72\xce\x01\x67\x00\x49\x09\x29\ \x99\x45\xe9\x69\x76\x09\x0c\xa9\x2a\x05\x50\x92\xf0\xde\x25\x8f\ \xaf\x50\x4b\xbf\x7b\xcb\x39\x93\xf6\x6c\x6c\xeb\xa8\xb8\xe7\xf6\ \x73\x3a\xdf\x7a\xe2\x2f\xcd\xae\xff\xf9\x9f\x6b\x16\x77\xb4\x2e\ \x69\xd2\x20\xd4\xd6\xfc\xed\x91\xb5\x2d\x7d\x03\x11\xcf\xbc\x6b\ \x17\x2f\x2a\x65\x8f\xff\xe4\x87\x8e\xa9\xd7\xdc\x72\xc7\xad\xbd\ \x4d\x3f\x3d\xa4\x9a\x10\x62\x06\x00\x31\xf4\xd4\x89\x97\xfc\xee\ \x0f\x67\x39\xd2\xf2\x7b\x0e\xec\x6d\xe8\x09\x96\xcf\xbd\xe1\xda\ \xf9\xb9\xcb\x9e\x7d\x34\x9c\x7f\xee\xd7\x6e\xbf\x61\xe7\x8e\x1f\ \x4b\x89\x29\x29\xc0\xff\xcc\x4f\x7f\xe5\x58\xf4\xc0\x8d\x57\x2d\ \xdc\xb6\xaf\xa1\xa3\x69\xef\xf3\x4f\x0f\xa4\xa6\xe5\x5d\x7c\xed\ \xa2\xb3\xc7\xef\x18\x68\x53\x72\xd3\xe4\x55\x7f\xfe\xad\x77\xf2\ \xe2\xdb\xc6\xbb\x9f\x7c\xec\x77\xa9\xf3\xbe\x76\xe1\xa5\xb3\xdf\ \xfc\xe0\xef\x48\x14\x45\x8a\x05\xc1\x56\x50\x98\x5e\xbf\xf4\x6f\ \x6f\xfb\xb3\x1f\xba\xfd\xdc\xb3\xf6\x6f\x6c\x6e\x28\xbe\xf7\xce\ \x45\xdd\x6f\x3e\xf2\xfb\xc6\xb4\x9f\xfc\xcf\x05\xa9\x49\x2e\x4e\ \xfb\x18\x63\x9c\x31\xc6\x4c\xc3\x96\x7e\xfd\x83\xbf\xb8\x50\x17\ \x78\xff\xe6\x5f\x3d\xb1\x75\xe1\xc5\x97\x4c\x4d\x0e\xfc\xe1\x47\ \x8f\x26\x4d\xbf\xfe\xfa\x79\x02\x00\x10\x0b\x82\x24\x0a\x10\x42\ \x51\x46\xfb\xde\x79\xee\x8d\x9d\x75\x43\x03\xb4\x7a\xfe\x45\x37\ \x9d\x53\xf4\xee\x5f\x7f\xd6\x9a\x38\xfb\x3b\xb7\xdc\xd6\x7c\xa0\ \x75\x20\x2d\x23\xdb\xae\xbe\xf0\xb3\xef\xef\xf5\xeb\xa2\x20\x7c\ \x64\x5c\xd9\xc2\xe2\x33\xd4\x05\xc4\x39\x38\xfe\x02\x00\x06\x75\ \xc2\x4c\x13\x32\xb2\xbe\xd3\x47\x18\xbb\x28\x3f\x61\x59\xbb\xd7\ \x17\x55\x11\x25\x21\xcd\x30\x39\x00\x1c\x32\x4a\xa3\x31\xd5\x34\ \x09\xa5\x8c\x10\x4a\x88\x19\x7f\x6f\x9a\xa6\x61\x98\xaa\xaa\x41\ \x04\x4e\xbe\xec\xc8\x0b\x00\x6e\xaa\x34\x75\xf4\xf7\x7f\xff\xe4\ \x23\xdf\x3a\xc7\x7f\x70\xdd\xf2\xf5\xfb\x88\x64\xc7\x10\x86\xba\ \x9a\x76\xee\x6a\xf0\x45\xb9\xe4\x4e\x48\x49\x2f\xcd\x10\x06\xd7\ \x7f\xb8\xeb\xc0\xa6\x4d\xbb\x7a\xd5\x92\x82\x02\x97\x0c\x38\x27\ \xc3\x2d\xf5\x3d\x5d\xdd\x7e\x25\xbb\x32\x37\xb3\xab\x65\xff\xf6\ \x0f\x77\x6f\xdb\xbe\x23\xa0\xe4\x57\x64\x2a\xba\x61\x1e\x1b\xf5\ \x83\x5a\x30\x08\xdc\x59\x63\x0a\x95\xb5\x6f\xbe\xb6\xab\xcf\x5e\ \x92\x57\x64\x43\xb8\x6a\xfa\xdc\xf1\xd9\xbc\xb6\x65\x48\x90\x14\ \x00\x38\xd1\xa2\x9d\x75\x35\x7b\x0e\x74\x23\x97\x8b\x61\xf7\x98\ \xe9\xe7\xdc\x7a\xd3\x85\xe3\x4b\x32\x20\x85\x0e\x51\x44\x90\x53\ \x6a\xf6\x37\x1c\xdc\x5a\xdf\x67\x9a\xd1\xd6\xa3\x35\x87\x6a\xba\ \xa1\x2b\xc9\x06\xf1\x31\xa5\xe3\x8c\xf3\x50\x77\xcb\xae\x5d\x0d\ \xc3\x21\x22\x79\x12\x13\xd3\x4a\xb2\xc4\xa1\x75\x1b\x76\x1d\x69\ \xf1\x69\x3a\xe5\x9c\x1f\xbf\x65\x00\x20\x66\x7a\x6f\x5b\xe3\xe1\ \x23\x75\xb5\x8d\xdd\x11\x21\xbd\x38\x3d\xa5\xb7\xed\xc0\x96\x2d\ \x47\x5a\xba\x03\x10\x9f\xe2\x27\x40\x02\x0c\x74\xb6\xf6\xb4\xb4\ \x0c\x72\x77\x41\x5e\x29\xf1\xd5\x6d\x5c\xbb\x7b\xf7\xe6\xcd\xcd\ \x46\xe2\x98\xfc\x14\xc6\xa9\x11\x8b\x0e\x36\x1e\xee\xef\x1d\x02\ \x00\x9e\x26\x87\xad\x97\xf5\xfa\x8c\x5e\x27\xd9\x0b\x00\x48\x02\ \xdc\x1f\x01\xf3\x15\xca\x28\x73\xb8\x93\x2f\xb3\xf1\x2c\x36\xb4\ \x3b\x33\xd9\xd4\x06\x45\x66\xd6\xa9\x28\xc0\x31\x86\xdc\xa4\xc4\ \xe7\xf3\x27\x25\x26\x08\x82\xd0\xdb\xd7\x27\x0a\x02\x00\x50\xd7\ \x75\x00\x80\xae\xeb\x3e\x9f\x5f\xc0\x02\xa3\x94\x9f\x32\xac\x00\ \x19\xe3\x50\x50\xb0\xff\xe8\x13\x4f\xbe\x58\x3f\xa0\x19\xa1\x81\ \x90\x2e\xc9\xc9\x22\x00\x5c\x90\x64\x59\x10\x00\x63\x10\x80\x90\ \xb7\x23\x00\xe7\x4f\x1e\x5f\xd6\x68\x77\x8d\xc9\xb0\xf7\xee\xea\ \x0f\xc4\x30\xc7\xee\x9c\xd2\x22\x67\xb8\x17\x46\x07\x3b\x86\x7d\ \x53\x4a\x2a\x2a\x46\x17\x3b\x47\x8d\x49\x64\x43\x1d\xc3\x9a\x80\ \x10\x63\x94\x03\x8e\x04\x31\x70\x70\xed\x2f\xde\x08\xfc\xec\x77\ \x3f\x5c\xb0\xe8\xdc\xd5\xfb\x5e\xeb\xf5\x0e\x01\xec\xa9\xdf\xbc\ \xe2\xc3\x76\x2d\x51\x22\x3d\xc3\xd1\x4a\x01\x73\x88\x24\x45\x11\ \x21\x60\x84\x50\x5b\xca\xcc\xd9\x33\x6d\x83\x2b\x9e\x79\x66\xc7\ \x75\xbf\x1e\x93\x89\x51\x3c\xbd\xa2\x2c\x8b\x08\x02\x88\x24\x59\ \x16\x20\x67\x9c\x7f\x64\x00\x42\x90\x24\x59\x14\x00\xe7\x10\xc0\ \x58\xa0\x3b\x00\xce\x9f\x3e\x75\x6c\x4f\x4f\x8a\x4d\x46\x1c\x70\ \x4e\x79\xdc\x5e\x80\x48\xc0\x66\x78\xcf\xfa\x65\x2b\xeb\x54\xa7\ \x1d\xcb\xcc\xd3\xe3\x0b\x4e\x2b\x1d\x33\x61\xec\x36\xa7\x5b\x46\ \x10\x1d\x1f\x4d\x61\x54\xd3\x88\x92\x53\x5c\xe0\x6a\xf0\xc2\x68\ \xb4\x7f\xb0\x5b\x4e\x2c\x1e\x37\xae\xa8\x29\x75\x5c\xa1\x2d\xb6\ \xb7\x3f\x00\x5c\x00\x42\x24\xc9\xb2\x04\xb0\x65\x2c\x58\xfc\x87\ \xfb\x11\x9c\x1f\x1f\x05\x90\x10\xdc\xa7\x49\xdb\xc3\xb1\xd9\x36\ \x73\x0c\xf3\xd2\x10\x8d\x51\x3a\x51\x8a\x42\x46\x02\x14\xbd\x1d\ \x10\x0d\x41\xb0\x71\x0e\x21\xe8\xef\xeb\x93\x24\x31\x2d\x3d\x0d\ \x41\xc4\x38\x03\x00\x20\x84\x88\x69\x0e\x0e\x0c\x85\xc3\x11\x9b\ \x4d\xa2\x9c\x9d\x1c\x70\x00\x01\x60\x8c\x23\x49\x51\x80\xd6\xd7\ \x5a\xdb\x13\x74\xd8\xed\x12\x16\x10\x05\x50\x56\x14\x01\x41\xc6\ \x91\x2c\xcb\x36\x45\xf4\xb7\xee\x7a\xee\xcd\xb1\x77\xdc\xf6\x83\ \xf3\x14\xde\x7e\x60\xc3\x7b\x9b\xf7\xf5\xc4\x72\x36\xec\xea\xbd\ \xf2\x1b\xbf\x98\xeb\x6f\xf8\xf5\x83\x3f\x5d\xf1\xe6\xdb\xc5\xf7\ \xdd\xf4\xb3\x27\x9f\x64\xd1\xc1\x0f\x97\x3c\xbf\x73\xc0\x00\x8a\ \x8d\x51\xca\x11\x14\x65\x9b\xcb\xe3\x82\x43\x5b\x5e\x7e\x6f\xcf\ \x9f\xbe\x79\xd1\xd5\x73\xb6\x3d\xb5\xf6\xad\xf7\x4b\xee\xbe\xf8\ \xbe\xef\x5f\x21\x8a\x43\xbb\xde\x7a\xf8\xd7\xaf\x72\x24\xda\x64\ \x09\x72\x0e\x91\x68\xb3\x09\x58\x1b\xde\xb6\x7d\xd7\x84\xc5\xe7\ \xff\xe1\x77\x73\xa4\x24\xb4\x3f\x1c\x01\x28\x55\x51\x64\x04\x01\ \x40\xa2\x22\x4b\x08\x02\x84\x45\x45\x66\x80\x03\x2c\x49\x32\x13\ \x20\x80\x92\xa2\x88\x18\xf2\x91\x34\x4b\xa1\x8e\xdd\x4f\xbf\x56\ \x75\xcd\x05\xb7\x3c\xcc\x04\xb7\x48\x28\xe3\x94\x33\xc8\x39\x65\ \x0c\x72\x06\x12\x0b\xef\xff\xd5\xdf\xbe\xce\xa1\x22\xb0\x35\x4f\ \x7e\xef\x91\x57\x5e\x2b\xfc\xd6\x6d\x3f\xf9\xeb\x23\x80\x83\x40\ \xf7\x2e\x8d\x31\x41\x92\x6c\xb2\xcc\x22\xdd\x6b\x3e\xa8\xb9\xef\ \xf2\xaf\x3f\x7f\xd9\xd0\xd3\x3f\xfe\xc9\x7b\x1f\xbc\xbb\xac\xf4\ \xee\x3b\xfe\xdf\x63\x92\x19\x3e\xb0\xf2\xb5\xb5\x75\x83\x65\xa3\ \xed\x8a\x2c\x41\xc0\x29\x63\x18\x59\xe3\x11\x16\xff\x41\x5d\x80\ \x0b\x17\xcc\x3e\x79\xd0\x8b\x70\x20\xea\xea\x8d\x8e\xe0\x34\x59\ \x75\x20\x8e\x01\xd7\x38\xec\xa5\xe2\xcb\x11\xd7\x01\xee\x76\x8a\ \x28\x3e\x6a\x66\xea\xa6\x28\x29\x29\x29\xc9\xa2\x28\x22\x04\x39\ \x07\x8c\xb1\x48\x24\x3a\xec\x1d\x96\x25\xe1\xb4\xa3\x68\x8c\x31\ \xc9\x95\x92\x2c\x93\x80\xdf\xa7\x71\x01\x02\xc0\x01\xe0\xd0\x95\ \x94\xe2\x94\x02\x3d\x5d\xa6\x27\x2d\xd9\x09\x63\x83\xc1\xb0\x11\ \xe1\x4a\x5a\x6a\xb2\x43\xa4\x11\x6f\x7f\x44\xe7\x1c\x49\x4c\x74\ \xa6\x27\x3b\x30\xd1\xb4\xe0\xb0\x4f\x05\xdc\x91\x9c\x99\x64\x83\ \x5a\xc8\x3b\xec\xe3\xa2\x1c\xd7\x1f\xc6\x65\x57\x72\x92\xc3\x18\ \x1c\x0c\x19\x2a\x4c\xcc\x4a\x73\x29\xda\x40\xcf\x70\xcc\x90\x12\ \x32\x92\xdd\x22\x06\x34\xe6\x0b\x84\x34\xe0\x48\x4b\xb5\xd3\xb0\ \x77\x30\xa4\xe4\x65\xb9\xb4\xd0\xd0\x90\x97\x3a\xd2\x52\x12\x5d\ \x0a\x26\xa6\x66\x06\x86\x83\xc0\x93\x92\xa4\xd0\xe1\xde\x41\x29\ \x23\xdb\x49\xfd\x3e\x9f\x29\x67\xa7\x39\xa2\xfe\x81\x30\x4c\x4a\ \x4b\x02\xa1\xe1\x10\xb5\xa7\x24\x29\xa1\x9e\x2e\xc3\x9d\x9a\xec\ \xc6\xb1\x81\xe1\x08\xb4\x25\xa5\x26\xc9\x28\x6d\xdc\x39\xf7\x5f\ \x31\xe6\xbd\x47\xfe\x77\xe9\x1e\xbf\x6c\x97\x38\x43\xd8\xee\x49\ \x74\x29\x70\x64\xf4\x92\xd3\xc8\x40\x5f\xc0\x44\xce\x94\x8c\x04\ \x3b\x06\xcc\x50\x03\xc1\x90\x21\x26\xa4\x25\xa3\xa8\xcf\xe7\x0f\ \xc2\x84\xb4\x54\xb7\x0c\x4d\x33\x30\xe4\x8b\x51\x5d\xf2\x64\xa6\ \xb8\x45\xa6\x06\x06\x07\x54\xa0\x48\xae\xe4\x14\x1b\xd5\x7c\x03\ \x01\x2e\x59\xb2\x60\xf1\x9f\xd5\x85\x05\x67\xcf\xfe\x48\x35\x36\ \x39\x20\xa6\x59\x06\x62\x25\x82\xa6\x40\xde\x4f\xc5\x43\xd4\x16\ \xc1\x8a\x5d\x40\xa7\x9c\x66\x12\xce\xb8\xac\x28\xa2\x28\x30\xc6\ \x75\x5d\x37\x89\x29\x49\x22\x3a\x9d\x28\xc4\x07\xfa\xa9\x69\x98\ \x0c\x48\xd2\x49\xc5\x9a\x33\x5d\x37\x90\x28\x8b\x88\xe9\x06\x41\ \x58\x14\x05\xc4\x19\x35\x4d\xc2\x38\xc0\xa2\x28\x62\x04\x00\x67\ \x94\x98\x26\xe5\x10\xc5\xbf\x4b\x89\x69\x12\x0a\xe3\x67\x9f\xf8\ \x39\x6e\xea\x3a\x43\xa2\x2c\x62\xce\xa8\x61\x98\x50\x90\x24\x11\ \x31\x42\x4c\x42\x39\x07\x08\x63\x51\x14\x38\x31\x4d\xca\x45\x59\ \x02\xd4\x34\x4c\x2e\xcb\x12\xe4\xd4\x30\x49\x3c\x48\x41\x10\x45\ \x0c\xb8\x61\x10\x41\x96\x11\x33\x75\xc2\x25\x49\x02\xd4\x34\x28\ \x90\x65\x91\x1a\x06\x05\x50\x12\x05\x53\xd7\xa1\x28\x89\x08\xe8\ \x86\x09\x38\x62\x9e\xe2\x6f\xfc\xe8\xa1\x99\x69\x90\x70\x52\xbf\ \x79\xf9\x4b\x2f\xbe\xdd\x07\x9d\x18\x42\x00\x01\x23\xa6\x41\xe8\ \x71\xd3\x09\x8b\xa2\x24\x20\x62\x9a\x84\x30\x0e\x00\xc2\x58\x12\ \x05\x62\x1a\x94\x43\x49\x12\x01\xa3\x86\x69\x72\x0e\x45\x49\xc2\ \x08\x32\x4a\x4c\x93\x70\x88\x44\x51\xc4\x18\x32\xd3\x34\x29\x17\ \x24\x09\x5b\xa2\x60\xf1\x9f\xd6\x85\xf9\xf3\x66\x9e\xa6\x79\x87\ \x40\xa7\xc0\x88\x7b\x20\x20\x50\x30\x38\x53\x7c\x1f\xa5\x94\x31\ \x0e\x21\x40\x08\x21\x84\xbe\xa2\xf9\x08\xc5\xa4\x94\x64\xb7\x5d\ \xe2\x44\x1b\xec\xeb\x8b\x98\x50\xc0\xc8\x2a\x5e\x16\x5f\x60\xff\ \x02\x3f\xd5\x11\x70\xbc\xa4\x4b\x10\x48\x27\x5a\x62\xc0\xce\x30\ \x9f\xf2\x64\x35\xe0\x1f\x73\xce\x7d\x35\x80\x80\x69\x83\x3d\x1d\ \x7d\x8c\x03\x08\x05\x41\xc4\x08\x72\x6e\xf9\x05\x2d\xbe\xc8\xba\ \x10\x0c\x86\xac\xa0\xda\xcf\x14\xd5\xca\x02\x8b\x2f\x7c\x3f\xe2\ \xa9\xbf\x3d\xfe\x7f\x3f\x53\xd1\xc2\xc2\xe2\x73\xd5\x33\xe6\xcc\ \x5a\xb8\xcd\xc2\xc2\xe2\x14\x84\x70\x38\x6c\xe5\x82\x85\x85\xc5\ \xc9\x58\x6e\x73\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\ \xb0\xb0\x74\xc1\xc2\xc2\xe2\xdf\x45\xf8\x62\xa8\x17\x42\xc0\x0a\ \xb2\xb0\xb0\xf8\xec\xe0\xa7\xae\x90\xf2\x05\xd3\x05\x08\x21\x21\ \xc4\xef\xf3\x11\x62\x5a\xcf\xd2\xc2\xe2\xb3\xc2\x6e\x77\x38\x5d\ \xae\x33\x49\xc3\xe7\x5d\x17\x08\x21\xc3\xc3\x83\x89\x89\xc9\x0e\ \xa7\x2b\x2e\x73\x71\xb9\x38\xae\x7a\xd6\x03\xb6\xb0\xf8\x84\x86\ \xf5\xb4\xb5\x86\x52\x3a\x34\x38\x40\x88\x99\x90\x98\x74\x5a\x69\ \xf8\x5c\xeb\x02\x42\xd8\xeb\x1d\xf2\x78\x12\x92\x53\x52\xc1\x49\ \x5b\x48\x9c\x78\x63\xad\xa7\x6e\x61\xf1\x89\xe6\x76\xbc\x9a\x9c\ \xba\x7d\x1c\x87\x10\x2a\x79\xb6\xb6\xe6\x26\xd3\x61\x88\x92\xf4\ \xf1\x7a\x24\x7c\xbe\xef\x0a\xe8\xba\x9e\x96\x9e\x19\xbf\x99\xf8\ \x02\xe9\xfc\xa4\x1d\xef\x3e\x7a\x3f\xc7\xb3\xe1\xf4\xf9\xf3\x8f\ \x75\x04\x63\x0c\x00\x38\xd3\xe6\xbd\x23\x97\x07\x10\x23\x08\xc0\ \x47\x96\xa4\xb2\xb0\xf8\x9c\x4a\xc3\xc9\xba\x10\x7f\xc3\x18\xc3\ \x18\x63\x41\x20\x84\x88\x92\xf4\xe9\xed\x05\x28\x29\x4a\x7c\x49\ \x72\x46\x88\x61\x9a\xec\x5f\xaf\x02\x10\x8b\x02\x27\xff\xea\x15\ \x18\xe7\x9c\x73\xc6\xe3\x33\x14\x39\x44\x08\x9d\xd8\x65\x82\x9c\ \x74\x51\x08\x00\xa7\xd4\x64\x0c\x0b\x02\x3a\xb5\x83\x01\x01\x33\ \x4d\x0a\xb1\x80\xe1\x27\x6d\x4c\x83\x10\xe8\x3a\xb2\xab\x87\xe7\ \x4e\xa9\xce\x88\x2f\x94\xf6\x91\x5d\xb0\x88\xa1\x11\x8e\x25\xa0\ \x1d\xda\x73\xc0\x59\x32\xbe\x30\xcd\xf1\x5f\x5e\x4f\x0d\x42\x8c\ \x31\xe4\x94\x50\x20\x08\x18\x00\x46\xc8\xc8\xef\xc3\x93\x3f\x63\ \x2c\x9c\xd8\x37\x94\x51\x7a\xba\xac\x8f\xdf\x1a\x25\x24\xbe\x0d\ \xcf\xb1\x4c\xe5\x94\x50\x0e\x90\x70\x6c\xad\x8d\xf8\xe7\x11\xf3\ \x0d\x0b\x08\x9e\x72\xc4\xe2\xf3\xdf\x8b\xe0\xc7\x1a\xc3\x91\x0d\ \x1f\xe3\x1b\x92\xc4\x77\x28\xe0\x8c\x83\x4f\xef\x5f\x80\x10\x52\ \xbd\xed\xd0\xc1\x0e\x5f\x94\x03\x9c\x94\x59\x58\x51\x9c\x8d\x99\ \xc9\xc1\xc8\x2e\x95\x23\x1b\x9b\x9c\xf8\x00\x46\x3e\x02\x1e\x5f\ \x08\x11\x1c\xfb\x04\x00\x44\x34\x76\x70\xe3\x1e\x7b\xe9\xe4\x8a\ \x1c\x27\x31\x08\x80\xf0\x9f\xb1\xfe\x21\x8b\x2f\x43\x09\x01\x67\ \x1c\x62\x01\x01\xbd\xad\xf6\x70\xfb\x40\x48\x76\xa7\x57\x55\x57\ \x26\xd8\x10\x31\x19\x44\x10\x02\x80\x30\x0e\xd5\xad\xfd\xf3\x92\ \xc3\x37\x3c\xf4\xcd\x22\x1b\xa3\xc7\x06\x30\x38\xc4\x38\xd6\xf4\ \xd7\x3f\xbe\x5a\x71\xd5\xb7\xce\xab\x74\xb2\x63\x85\xfa\x58\x7e\ \x41\x34\x62\x4a\x40\x84\x78\xdd\xa6\x55\xbb\xec\xe7\x4f\x1b\x9d\ \xc5\x19\x03\x10\x78\x7b\x1a\x1b\x9a\x7b\x0d\xc6\x18\xe5\x49\xd9\ \x25\x2e\xef\xe6\x97\xf7\x89\xdf\xba\x63\xde\xd6\x77\xdf\xce\xbd\ \xa1\xa2\x38\xc3\x15\x5f\x1d\xf3\x78\xee\xc3\x93\x36\x7c\x19\xc9\ \x89\x93\x4c\x95\x93\x4f\x38\xde\xe1\xe3\x27\x65\x07\x3a\x66\xee\ \x9c\x69\x8f\x60\xae\xf9\xeb\x9b\xfa\xd2\xcb\x2a\x3c\x60\xa0\xa6\ \x75\x38\xa7\xa4\x2a\x41\xa4\x8c\x43\x8c\xcc\xb6\xa3\x47\x68\x62\ \x71\x61\xb2\x0d\x63\x6c\x84\x06\x6a\xeb\x1a\xfd\x31\xe2\x48\xca\ \x28\x2d\x29\xf4\xd8\x3e\xb2\x81\x15\x14\x04\x1c\xe9\x6f\xed\x8c\ \x88\x25\x85\x59\x18\x40\x23\xd8\x77\xa4\xf6\x68\x98\xda\x8a\xab\ \x47\xe5\x26\xd9\x98\x11\x6b\x6b\x6c\xec\xe8\xf3\x29\xa9\x85\xa3\ \x2b\x8a\x6c\x98\x32\x06\x90\x20\xd0\x40\xd7\xc1\xae\x60\x41\x69\ \xa5\x47\xb2\x3a\x70\x5f\x0c\x4e\x94\xf5\x93\x6c\x61\xce\x58\xbc\ \x72\x9c\x59\x16\x00\xfe\xfe\xf7\xbf\xf7\xb1\xf6\x5d\x40\xd1\x9e\ \x67\x7f\xf5\xdb\xc3\x11\x05\xa9\xfd\x3b\xd6\x7f\xd0\x14\x71\x8d\ \xaa\x2a\xc0\x44\x8b\x44\xa2\x3a\xe1\xa2\x24\x4b\x88\x47\x42\x21\ \x9d\x21\x45\x91\x00\x07\x02\xe2\xb1\x70\x28\xaa\x99\x48\x10\x44\ \x51\xc4\x80\x46\x82\x61\x02\xb0\xcd\xae\x20\x7d\xf8\xdd\xa7\x9e\ \x0f\xa4\x54\x15\xa6\xca\x0c\x20\x4e\x29\x03\x10\x7d\xba\x41\x47\ \x8c\x91\xdf\xe7\x75\x7b\x12\x24\x59\xe6\x00\x61\xe2\x7d\xe7\xc9\ \xdf\xbd\xb6\xa1\x2e\x1a\x0b\x35\xec\x5e\xbf\x7a\x77\x5b\xe1\xe8\ \x71\x69\x0e\x81\x9a\x66\x34\x12\x56\x4d\x26\xda\x5c\x69\x59\x39\ \x59\xe9\xc9\xb2\x24\x00\xa2\x05\x43\x11\x83\x72\x01\x63\x80\x04\ \x4f\x72\x46\x6e\x4e\xba\x4b\x02\xba\x1a\x8b\x44\x63\x14\x0a\x8a\ \x24\x30\xc6\x18\xd1\xc3\xe1\x88\x66\x32\x59\x51\x10\xe4\x2d\x7b\ \xb6\xf4\xc9\xa5\xb3\xc7\x65\x33\xca\x04\x81\xef\x7a\xe7\x4f\x7f\ \x59\xd6\xe0\xb6\xe3\xc1\xbe\x7e\x22\x25\x56\x54\x57\xe6\x64\xe5\ \x64\xb9\xf9\x9e\xcd\x3b\x93\xc6\xcc\x2a\xcb\x70\x20\x04\xb4\x48\ \x28\xa2\x11\xd9\xa6\x20\xce\x19\x67\x7a\x2c\x1a\x89\x69\x40\x90\ \x64\x11\x73\xc6\x88\xa1\x86\x23\x11\x83\x42\x59\x91\x01\x63\x9c\ \x53\x35\x16\x89\xaa\x86\x20\xc9\x4c\x8f\x86\xa3\x1a\x96\x14\x01\ \x01\x0e\xa0\x80\x61\x34\x1c\x8c\x1a\x5c\x51\x64\xc4\xd9\xc7\xdb\ \x78\x24\x08\xa4\xaf\xe6\x0f\xbf\x7c\x3e\x7d\xd6\x05\xd9\xc1\xb5\ \xf7\x7d\xe7\xf7\x46\xe6\xd4\x49\x25\x29\x10\xa1\x68\xc7\xce\xff\ \x7d\xf0\xbb\x9d\x19\xf3\xe6\x55\xa4\x04\xdb\xb6\xff\xf5\xf7\x8f\ \xec\x6a\xf3\x47\xfc\xdd\x35\x87\x3b\x92\xf2\x2b\xf3\x52\x1d\x94\ \x1e\xb3\x2b\x20\x82\x54\xad\xdd\xba\xec\x91\xdf\xff\x79\xcf\x90\ \x63\xee\xac\x31\x32\x08\x7f\xf0\xf2\x73\xeb\x6b\x7b\xfa\x8f\xee\ \x5e\xb6\xb1\xb5\x62\xca\xa4\x14\xde\xb5\xfc\xfd\x75\xed\x7d\x7d\ \x7b\xd6\x2f\x6f\x24\x69\x13\x2a\x73\x04\x8c\x51\xb4\xfb\xe5\x3f\ \xff\xf4\x8f\x2b\x0e\x8f\x9b\xb7\x28\xd7\xc1\x28\xb3\x84\xe1\x0b\ \x03\x82\x10\x63\xbc\x6e\xdd\x3a\x62\x9a\xa9\x69\x69\xf1\x16\x0b\ \x21\x34\x3c\x34\x28\x2b\x8a\xf4\xe9\xfb\x11\x9c\x51\x6e\xcb\x5e\ \x74\xd5\x2d\x0b\xab\x93\x7a\xf6\xbe\xf6\xd0\xe3\x5b\x66\x8d\xcf\ \xd8\xff\xda\x53\x35\x41\x90\x5a\x3a\xf3\xf6\xab\x66\xd5\xae\x7a\ \x79\x63\xdd\xa0\x41\xe0\x84\xf3\xae\xbb\x6a\x6e\xfe\xb6\x37\x5f\ \x58\x71\xa0\x1b\x2b\x29\x0b\xaf\xb8\x76\x56\x11\x78\xff\xe5\x97\ \xf7\x76\x04\x08\x93\x67\x5f\x71\xcb\x05\xa3\x15\x87\x14\xdb\xba\ \xfc\xc5\x96\x03\x95\x97\x2d\x1a\xbf\xfe\xd9\xa7\xb3\xae\xfa\x9f\ \xab\xa6\xe4\x18\xfa\xa7\x1a\x77\x8c\xdf\x03\xe0\x00\x63\x7e\xf8\ \xbd\x97\x56\x36\x39\xbe\xf3\xe3\x6f\x97\x25\x09\x40\x1b\x7a\xe5\ \x0f\x3f\x7e\xf2\xf5\x2d\xbf\xbf\x6b\xcc\xeb\x4f\xfc\x69\x47\x9b\ \x9e\x56\x30\xfe\xaa\x79\x59\x6b\x57\x36\x5c\x5d\x51\x2d\x76\xef\ \x7f\xee\xf9\x25\x9d\x31\xac\x05\xc3\x25\xe7\xdd\x7d\xff\xa2\x94\ \xf5\xab\x56\x54\x5f\x5f\xa5\xb4\x2d\xfd\xe5\x73\x5b\x15\xb7\x23\ \xaa\x4a\xe7\xde\x78\xcf\x85\x13\xb2\xba\xea\x3e\x78\xe1\xad\x6d\ \xa1\xa8\x9e\x31\xe1\xe2\xfb\xae\x9b\x83\x51\x7c\xaf\xce\xf8\xb2\ \xf9\x1c\x70\x5c\x39\xff\xa2\x7b\xae\x3b\x2b\x9e\x98\xee\x9d\x7f\ \x7f\x6f\x9f\x5c\x78\xeb\x1c\x0c\xe2\x1d\x12\x52\xb3\xee\xf5\x37\ \xd6\x1f\x36\x4d\x96\x31\xfe\xc2\xaf\x5d\x33\xb3\x76\xd5\x73\x2f\ \xae\xa9\x75\x38\xb0\x8e\x32\xaf\xbb\xfb\xee\xc9\x05\x8e\x23\x1b\ \x57\xbc\xbb\xe1\x60\x48\x35\xc7\x9c\x73\xd3\x8d\xe7\x57\xef\x78\ \xe9\x0f\xaf\xef\xf5\x39\x65\x8e\x3c\x29\x49\x22\xf7\x0e\xf4\x92\ \xe4\x89\xf7\xdc\x7b\x53\x51\xa2\xbe\xeb\xfd\x57\xde\xdb\xd9\x6a\ \x9a\xac\x78\xe6\x65\x37\x5d\x38\x4d\xe6\x06\xe3\x30\xde\x6d\xe2\ \xfc\xd8\x76\x1c\x10\x2b\x76\x45\xc0\x3c\xec\x37\x52\x6d\xd2\xde\ \xf5\x2b\xce\x99\xfa\xf5\x02\x97\xb1\x79\xcd\x07\x41\x9e\x56\x12\ \x8d\x01\x16\x5c\xfa\xf4\x73\x91\xb2\xc5\x3f\xbd\xfd\x1c\x07\xa2\ \xba\x6e\x70\x80\x4d\xc3\x3c\xa9\xb3\x04\xf5\x50\x5f\x7d\x6b\xb4\ \x7a\x72\x69\x13\x11\x00\x00\x8c\x4a\x67\x5d\x7e\xc7\xd9\x49\x49\ \x72\xb8\xf1\x27\xdf\xf8\x65\x43\xb7\xaf\x74\x54\xc1\x95\xb7\xdf\ \x6f\x93\xf1\xbe\x37\x7e\xf9\x74\x5d\x93\x76\xf1\x14\x99\x87\x56\ \xbc\xf6\xaa\x3f\x67\xda\x44\x7d\x00\x30\x7a\x7c\x5b\x01\x8b\x2f\ \x84\x7f\x81\x50\xba\xfc\xdd\x77\x57\xac\x5a\x95\x94\x98\x78\xcb\ \xcd\x37\x57\x55\x55\xc5\xab\xd5\xbf\x10\xbf\x00\x11\x30\xfd\xde\ \x81\xbe\xce\xc1\xed\x3b\x6a\x94\xcc\x5c\x3b\xf1\x35\x0f\x2a\x57\ \x7e\xe3\x81\x49\x79\x8e\xf6\x1d\xaf\xbe\x7d\x30\x72\xe3\xdd\xf7\ \xda\x5b\xde\xfb\xeb\xdb\x6f\x8c\xaa\xba\xe1\xc3\x0d\x87\x4b\x16\ \xff\xcf\x0d\xd3\xb3\xb0\x20\x1c\x5a\xf9\xf8\x87\xdd\xca\x5d\x77\ \x7f\x3d\xb4\xe3\xc5\x17\xde\x58\x3a\xb6\xf4\x7a\x86\x93\xcf\xb9\ \xfa\xde\x4b\x26\xa7\x9b\xb1\x30\xb8\xea\x5a\x47\xbe\x87\x98\x9f\ \x76\x72\x37\x63\x8c\x73\xc6\x00\xc4\x20\xb8\xfb\x48\x67\xde\xb4\ \xdb\xca\x92\x04\xc3\xd0\x45\x25\x75\xee\xd9\x73\x36\xbf\x70\xb8\ \x7f\x38\xad\xad\x27\xbc\xf0\xf6\x87\xcf\x2d\x49\x52\x5b\xd6\x0e\ \xfb\x42\x1c\x04\xdf\x7d\xe9\xef\xbd\xa9\xe7\x7d\xef\xc6\x59\x07\ \xdf\xf8\xe3\xca\xb6\x3e\xce\x3d\x41\xbf\x5f\x23\xcc\xd7\xd7\x06\ \x72\xa7\x7d\xe7\x1b\x97\xb6\xbc\xfd\xc8\xdf\xdf\x5a\x3e\x63\xec\ \x5d\x99\xe5\x33\xee\xbc\x6f\x62\xa4\x63\xfb\x5f\x9e\x59\x56\x7f\ \xde\x24\x84\x60\x7c\xf3\x87\xf8\xc2\xf0\x58\x16\x5b\xd6\xbd\xf1\ \x9b\x9e\xed\x26\xc3\xd3\x2f\xbe\xb5\x82\x45\xfd\x41\x33\xde\x11\ \x81\x82\x64\xf4\xee\x78\xe5\xed\xdd\xd3\x6f\xbd\x7f\x82\xd4\xfc\ \x87\x3f\xbe\xbc\x63\x5a\xa9\xda\xd3\xed\x99\x7c\xc5\xc3\x57\x8e\ \x5e\xf3\xd4\xcf\xdf\x5a\xb9\x79\xf4\xbd\x17\x56\x4c\x3b\xe7\xae\ \xea\xd9\x83\x87\xde\x7d\x7a\xdd\x8a\x79\x73\x4b\x07\x3a\xfa\x2b\ \xce\xbe\xe3\xb6\x39\xf6\x3f\xfe\xf8\x67\x64\xfe\x77\x7e\x70\xb7\ \xe3\xe9\x9f\xfe\xbf\xcd\x47\xe6\x25\xa5\x1f\x7d\x75\x75\xf3\x45\ \xf7\xdc\x53\x18\xdd\xf7\xdb\xc7\x5f\xa9\x18\x35\x6a\x6e\xb1\x42\ \x35\x23\xe0\x1d\x8e\x1a\x5c\x71\xb8\x12\x3c\x4e\x18\xef\xa5\x71\ \x00\x20\x0f\x0c\x86\xb2\x27\x5e\x98\x0b\x9b\x56\xef\x6a\xbf\xb5\ \xbc\x63\x6b\x97\xfb\x8a\x8b\xa6\xb7\x7a\xbd\x5a\x40\xdf\x37\x94\ \x78\xe5\xed\xb3\x1c\x98\x18\x06\xe5\x9c\x31\x00\x20\x38\xb1\xdf\ \x2f\x23\x86\x90\x50\xb0\xf8\xb6\xd2\xc6\xd5\x7f\xa8\xaf\x25\x0c\ \x00\xc6\xa1\xc3\xe3\x11\x21\x38\xba\x6b\x73\x28\x6b\x62\x55\x6e\ \x22\x80\x02\xf5\x37\xfe\xfd\xef\x2f\x6e\x6d\x8e\x9e\x77\xf7\xad\ \x1e\x04\x9a\x36\xbc\x5f\x0f\xc7\xdd\x77\x5d\xc9\xef\x7e\xfe\x8a\ \x20\x61\x00\x88\x65\x2e\x7c\x71\x8c\x05\x60\x9a\x46\x6e\x5e\xee\ \x5d\x77\xde\x49\x29\x15\x25\x91\x50\x7a\xdc\xfb\x78\x26\x65\x38\ \x83\x2e\x20\x2c\x91\xa1\xb5\x6f\xbf\x58\xeb\x91\xb0\x33\xff\x6b\ \xb7\x5f\x99\xcd\xeb\x80\x64\x73\xbb\xdc\x4e\x07\xf6\x76\x36\x07\ \x43\xfa\x96\xf7\x5f\x63\x7a\x2c\xa7\x28\x0d\x08\x99\x97\x5e\x3c\ \xf9\xf5\x75\x2f\xfc\xad\x63\xda\x95\x17\xcf\x18\xe8\xee\x08\x05\ \x6c\x6b\xde\x7a\x95\xa8\x5a\x5e\x51\x0e\x31\x28\x00\x48\x10\x25\ \x49\xc4\x44\x74\x8e\x99\x3e\x83\x19\xaa\x61\xb2\x4f\xbb\x16\x0c\ \x1f\xf1\x3b\x02\x18\xf7\x97\x50\x00\x28\xa3\x8c\x01\x40\x39\x07\ \x9c\x51\xc6\xb1\xa0\x38\x5d\x4e\x9b\x5d\xd1\x38\x80\x58\x64\x81\ \xf6\xa3\x3e\x3a\xed\xaa\x59\x49\x0e\x9b\xdd\x66\x17\x22\x9c\x30\ \x06\x21\xe4\x8c\x30\x80\x15\x45\x51\x6c\xce\xca\xb1\xa5\x4a\x4d\ \x63\x98\x68\x2d\x6b\x96\xbe\xbf\xa7\xc3\x26\x1b\x51\x55\x35\x4c\ \x9d\x8f\x78\x66\x28\x65\x84\x33\x4e\x4c\x92\x54\x3c\x6a\xfe\xc2\ \x29\x80\x90\x8c\x34\xc5\x18\xe2\x10\x00\x4a\x09\x03\x1c\x62\xe0\ \x6b\x6e\xf3\xfb\xfd\x87\xd6\x2f\xad\x67\xa6\x2b\x2b\x57\x81\x46\ \x14\x40\xc5\x61\xb7\x3b\x12\x2b\x47\x97\x6c\x3c\x10\x8c\xc5\x82\ \xfb\xde\x79\x7e\x53\x53\x44\x62\xde\x28\x4b\x8a\x69\x04\x0a\xa2\ \xa2\xc8\xf6\x84\xbc\xc2\xec\x9c\x61\x51\x76\x26\x64\x16\x15\xda\ \x3b\x23\xbe\x2e\xad\xd7\xeb\x0b\xec\x5a\xf1\xfa\x1e\xaa\x25\xe5\ \x15\x28\x24\x4a\x98\xc2\x55\xdf\xe6\x37\x9f\xda\xdc\x6a\x54\xcd\ \x3a\xff\x9a\x8b\x67\x61\xc6\x28\xa3\x1c\x02\xc0\x8d\x50\x28\x6c\ \x2a\xe3\xce\x9f\x97\xf4\xd7\xb7\xde\x7a\xee\x50\x34\x7d\xd2\xe5\ \x93\x1c\x3b\x0f\x1f\xf0\xc5\x4c\x1b\x87\x10\x70\x06\x38\x93\xa0\ \xb6\xea\xe5\xdf\x35\xa5\x5f\x72\xf7\x85\xe3\x99\xae\x9f\x28\x00\ \x8c\x42\x84\x74\x93\xc4\x73\x8f\x31\x86\x30\x6d\xf8\xf0\xe5\x67\ \xd6\x0d\x5c\x71\xf7\x7d\x05\x4e\xaa\x69\x04\xd9\x93\xa7\x9e\x73\ \xb1\xec\x5a\xbf\x6b\xdd\xc6\x69\x19\x13\x96\x2e\x5d\xcb\x26\x5c\ \xb6\xf5\x83\x8d\x3d\x83\x3d\x07\xf6\xd5\x55\xce\x2c\x42\x9c\x31\ \x2b\x78\xe4\x8b\x00\xa5\x10\x63\x61\xf2\xe4\xc9\x10\x22\x00\x00\ \xa5\xc4\x30\x0c\x84\x10\x00\x22\x63\x0c\x80\x7f\x2a\xae\x89\x11\ \x5d\xc8\xb8\xf8\xfa\x7b\x17\x8e\x4e\xc5\x18\x43\xce\x83\x6d\x0c\ \x70\x4e\x29\xe5\x0c\x2b\x4e\x97\x2b\xbb\xe8\xa6\xfb\xee\x4c\x13\ \x74\xdd\x60\x1c\x00\xe9\xbc\x5b\x2a\xa7\x77\xbc\xf6\xc4\x9f\x1f\ \x5d\x0a\xe6\xb9\x92\x52\x8a\xaa\xee\xbc\xff\x2a\x27\xd3\x08\x85\ \x22\x19\x34\x88\xa6\x1a\x26\x84\x08\x30\x12\xf2\x7b\x91\x20\x0b\ \x9f\x76\x49\x63\x18\xdf\xd0\x8e\x51\xd3\x84\xae\xf1\x15\xd9\xbb\ \xb6\xad\xaa\x5f\x58\x56\x96\x20\xb0\x70\xef\xe6\x0f\x37\xc9\xd5\ \x97\xa6\xd8\x10\x65\x94\x18\x3a\x25\x94\x52\xc6\x39\xe3\x82\xc3\ \xc6\x49\x4f\x67\x3f\x28\xcd\x27\xc4\xe4\x9c\x33\x42\x39\xe7\x9c\ \x52\xc6\x18\x63\xc4\xe0\x80\x11\x02\x90\x48\xfc\x4d\x6f\x2c\xdf\ \x35\xe1\xde\xff\x77\x4d\x71\xef\xaf\x7e\xfa\xb4\xa6\x9b\xc4\x34\ \x29\xa6\x9c\x51\x46\x28\xc3\x9c\x10\xea\x4c\xcf\x1d\x35\x66\x0c\ \x36\x62\x00\xe1\x76\x42\x01\x67\x8c\x52\x62\x9a\x94\x30\xc5\x65\ \x97\xdd\x19\x8b\x6e\xbe\x6f\x7c\x12\x32\x28\x97\x25\xf2\xae\x61\ \x32\x62\x72\xc0\x0c\xc2\x05\x01\xfb\x5b\xf6\xbe\xb3\xbe\xe7\x86\ \x9f\xfd\x6a\x3c\xdc\xfe\xa3\x47\x37\xc7\x57\xd0\xa6\xc4\x00\x40\ \xe7\x94\x13\x5d\x03\x5c\x27\x1c\x32\x0a\xec\x4e\xc9\x91\x90\x77\ \xe5\x9d\xdf\x28\x72\x00\x93\x98\x0c\x40\x2d\xa6\x02\xc1\xbd\xe0\ \xc6\x6f\xcd\xa5\x1c\x09\x02\xd6\x55\x53\x90\x46\x76\xf1\x26\x46\ \x48\xd5\x19\xa4\x69\xd5\x73\x46\xbd\xf3\xd6\x0b\x87\x8b\xfe\x78\ \x4b\x95\x70\x70\x87\xa9\x05\xa0\x7b\xd6\x68\xc7\xf0\x96\x2d\xbb\ \x26\xe7\xcd\x76\x0a\x30\x16\xf2\x06\x1c\x2a\x63\x9c\x9d\x3a\x86\ \xc0\x10\x61\x8c\x73\xce\x19\x21\x10\xc2\x9e\x7d\xef\x3f\xb7\xa6\ \xf3\xca\x7b\xbf\x39\x2d\xdf\xa1\xc5\x62\x26\x21\x10\xdb\xcb\xc6\ \x4e\xcb\x54\xc2\x9b\x7f\xbd\xa6\xdd\x3f\x65\xe6\x79\xe7\xb7\x05\ \xa2\xbd\xfd\x5e\xc3\xd0\x23\xa1\x08\x21\x0c\x03\x6a\xf9\x1e\xbf\ \x38\x83\x12\x20\x16\x25\xfc\xd8\xa6\x6c\xf1\x75\x58\x39\x67\x8c\ \x33\x10\xdf\xd5\xfd\xd3\xc6\x2f\x70\xa6\xab\x3a\x10\x44\x01\x03\ \x55\x55\xb1\x28\x01\x46\x35\x55\xa3\x1c\x10\x06\xca\xcf\xba\xb8\ \x72\xef\x33\x7f\xf9\xdd\x1f\xb3\x12\xc5\x94\x92\xf9\x97\xcf\x4e\ \x7c\xf7\xf9\x65\x7e\x24\x0e\xc7\x84\xd4\xd4\xb4\x89\x93\x2e\x3e\ \xf0\x97\xe7\xfe\xf0\xfb\xee\x14\xbb\x98\x3f\xf6\xdc\xcb\xe6\x64\ \x57\x8d\x4e\x7e\xfd\xcd\x27\xfa\x0e\x56\xcf\x9d\x51\xba\xf6\xb9\ \x97\x72\xaf\xfe\x9f\xc5\x53\x73\x3f\x95\x7f\x01\x02\xce\xe3\x9d\ \x6b\x4a\x54\x5e\x7d\xce\xe2\xb3\xbb\x9e\x7c\xec\x97\xbf\xc8\xcb\ \x4d\x89\x0d\xb4\x7b\xe5\xd2\xdb\x6f\x99\x29\x93\x23\xaa\xaa\xea\ \x26\x25\x94\x12\xd3\x50\xa3\x11\x1d\x67\x2d\x9a\x3b\xfa\xa9\xa5\ \x7f\xf9\x53\x43\x49\xff\xe1\x5a\x63\xd4\x04\x4e\x88\xa6\x69\x06\ \xa1\xc4\xd0\x54\x4d\xa7\x04\x50\xc3\x50\x63\x31\x2e\xa5\x54\xe7\ \x7b\xf6\xbe\xf7\x42\x2c\x4d\x6f\xf5\xd1\xd9\x40\xcc\xcc\x4a\xe8\ \x58\xbb\xfe\xc0\xfc\xca\x51\xe9\x12\xa5\xd4\xd4\x35\x95\xa8\xba\ \xa6\x23\x43\xc7\x22\x22\x86\x1e\x55\x39\x13\x1d\x19\x29\x74\xc3\ \xf2\x35\xd3\xbf\x3e\xe7\xac\xb2\x03\x2f\xfc\xee\xb7\xdb\x73\xdd\ \x38\x7d\xd4\xd5\x97\x4c\xa7\x86\xa6\xe9\x26\x63\x94\xe8\x5a\x34\ \xa6\x4a\x89\xd9\xe5\xe9\xfa\xea\x25\xcf\xd6\xe0\x3e\xaf\x21\x22\ \x40\x75\x4d\xd3\x75\x02\x00\xd5\x35\x55\x33\x08\x20\xd4\xd0\x62\ \xe1\x88\x96\x33\x67\xe6\xe4\x2d\xfb\x1f\xfd\xed\xef\x8a\xd3\x1c\ \xae\xbc\x51\xe7\x9f\x33\xd3\x0d\x0c\xca\x01\xc4\xa2\x2c\x00\xce\ \x18\x25\x84\x43\x44\x89\xa9\xaa\x2a\x21\xba\x2f\x10\x32\x31\x37\ \xa9\x3c\xe3\xf2\xbb\x12\x03\xae\x5c\x07\xf2\x22\x12\x0e\xf8\x22\ \x30\xe5\x92\x9b\xae\x78\xec\xe9\x25\x3f\x6d\xdb\x91\x97\x2c\x36\ \xd6\x46\x4a\x4a\x64\x6a\x9a\x1f\x89\xc8\x40\x94\x99\xba\xa6\x6a\ \x3a\x61\x00\x30\xff\xaa\x25\xcb\x7a\xcd\xe2\xa3\x1b\xdf\xdc\x1f\ \xd1\x4a\x66\x5f\x34\x1e\x35\xbf\xbe\x7a\x37\xc1\xc2\x70\x77\x5b\ \xe2\xd4\x85\x85\x39\xd9\x09\xc5\x39\x53\x10\x26\xde\x03\x87\x6a\ \x87\x27\x4c\x19\xa5\x00\x43\x25\x96\x28\x7c\x41\xbc\x0b\x00\x00\ \x00\x24\x49\x42\x18\x43\x00\x08\x21\x26\xa1\x30\xbe\x99\x22\x3d\ \xa3\xb4\xc3\x50\x30\x70\x9a\x6b\x99\xb1\xd6\xa6\x4e\x4f\x7e\x49\ \x8a\x53\x60\x8c\x43\x88\xa8\xe6\x6f\x69\xf3\x66\x16\x17\xb9\x25\ \x08\x31\xd6\x83\xfd\x75\x75\x4d\x01\x03\x65\x16\x54\x94\xe7\xd8\ \x9a\x8f\x1c\xe9\xf6\x46\x6d\x49\xd9\xa3\x2a\x8a\x3d\x76\x21\x3c\ \xd8\x59\xdb\xd0\x1a\x65\x52\x6e\x49\x65\x71\x56\x02\x89\xf9\x1b\ \x0e\xd7\x7a\x4d\x5b\x45\x65\x41\xb4\xaf\x57\xce\x2c\xca\x4a\xb4\ \x7d\x9a\x91\x7f\x51\x14\x6b\x8f\xd4\xe4\x17\x16\xdb\xed\x76\x42\ \x08\x80\x08\x73\xad\xb5\xbe\xb6\x73\x28\x2c\xb9\x52\x2b\x2a\x2a\ \x92\xec\x88\x68\x81\x96\xb6\xde\x84\xdc\xe2\x64\xbb\x48\xc2\x83\ \xad\x3d\x91\x9c\xe2\x22\xa7\x48\xfa\x5a\x9b\xfa\x83\xc1\xfd\x6b\ \x97\x0f\xe4\x5d\xfc\xf0\x75\x13\x9b\xeb\x9b\x5d\xb9\x25\xf6\x68\ \x67\x4f\xd4\x56\x5c\x98\xcd\x43\x3d\x2d\xbd\xb1\x82\xb2\x52\x21\ \xda\x7b\xa4\xb6\x39\xa8\x03\x67\x52\x46\x79\x79\x91\x83\x05\xeb\ \x8e\x76\x27\xe6\x96\x66\x25\x4a\x80\xb3\xe1\xde\x56\x2f\x4f\x2c\ \xc9\x4e\x01\x8c\x42\x84\x35\x7f\x67\x87\x1f\x96\x94\xe4\x1b\xde\ \x8e\xe6\xae\x58\xc9\xe8\x2a\x27\x0d\x34\xd4\xd6\x0f\x04\x75\x67\ \x46\xe1\xa8\xb2\xec\x40\x57\x73\x48\x4a\x2b\xc9\x4c\x08\x0f\x75\ \x74\x87\x84\xd2\xe2\x1c\x7d\xb8\xa3\xb6\xa1\x5d\xa5\x38\x39\x2b\ \xaf\xb4\x30\xd3\xdf\xde\x64\xba\x73\xf3\xd2\x6d\x3d\xcd\xcd\xba\ \x33\xab\x38\xdd\xd6\xd7\xde\x18\x53\x32\x0b\xb2\x52\x40\x74\xa8\ \xb6\xb6\xc1\x1b\x25\x49\xd9\x25\x65\x85\x99\x22\xf8\xe8\x43\x83\ \x08\x71\x2d\xd4\xd2\xda\x9f\x51\x52\xac\x0d\xb4\x07\x71\x4a\x71\ \x96\x07\x22\x41\x44\xcc\x30\xb9\x19\xee\x69\x1d\x30\xf2\x8b\x0b\ \x5d\x12\x8a\xfa\x7a\xea\x8f\xb6\x85\x75\x66\x73\xa5\x14\x95\x14\ \x67\xa5\xba\xe1\xb1\x31\x6c\xc0\x88\xaa\x69\x1c\xe2\xe8\x50\x5b\ \x6f\x54\x29\x2a\xcc\x12\x99\xd6\xd6\x70\xb4\x3f\x10\x26\x94\x33\ \xc6\xd2\x2b\x26\x94\x3a\x8d\xfa\xa3\x8d\xde\x88\xe1\x48\xce\xa9\ \x2e\x2f\xb2\x61\x46\x19\x80\x10\x72\x33\xdc\xd2\x3e\x90\x5a\x50\ \x92\x28\x7e\x42\x89\xb2\xf8\x7c\xd9\x0a\x08\x22\x55\x53\x57\xaf\ \x5e\x13\x08\x04\x19\x63\x63\xc7\x8e\x99\x3a\x79\x32\x07\xd0\x66\ \xb7\x1d\xa9\x39\x94\x9e\x9e\xe1\xf6\x78\x3e\x5e\x19\x4f\xa7\x0b\ \x00\x00\x88\x64\x59\xa2\x86\x7e\xc2\xbf\x04\xb1\x2c\x0b\xa6\xae\ \xc7\x0f\x20\x2c\x4a\x92\x88\x20\x27\xa6\x61\x98\x4c\x92\x65\x01\ \x23\xce\xa8\x61\xe8\x84\x02\x41\x94\x24\x49\x80\x80\x13\x43\xd7\ \x4d\x8a\xb0\x28\xcb\x12\x02\x4c\x37\x4c\x2c\x8a\xdc\xd4\xcd\x4f\ \x17\x19\x23\x8a\xe2\x91\x9a\x83\x05\x45\x25\x36\xbb\x9d\x12\x93\ \x32\x06\x00\x92\x24\x09\x63\xc8\x19\x35\x74\x9d\x32\x0e\x20\x96\ \x64\x31\x9e\x54\x88\x45\x59\xc4\x8c\x9a\x4d\x5b\x96\x6f\x6c\x09\ \xba\xb0\xde\xd4\xe6\x9f\x73\xed\x6d\xb3\xcb\x52\x20\x42\xcc\xd0\ \x19\x92\x44\xc4\x74\xc3\x04\x58\x94\x45\x64\x68\x3a\x10\x24\x59\ \x12\x10\x80\x9c\x53\x5d\xd3\x19\xc4\x8a\x2c\x12\x63\x24\x85\x82\ \x28\x0b\x90\xe8\xc7\xc2\x2e\xa0\x20\x49\x18\xe8\xba\x81\x04\x59\ \x12\x80\xae\xe9\x00\x09\x92\x2c\x61\x04\x19\x31\x34\x9d\x08\x92\ \x8c\xb8\xa9\x9b\x14\x0b\x92\x84\xb9\xa6\x13\x2c\x4a\x92\x28\x40\ \x00\x18\x35\x75\xc3\xc4\x92\x0c\xa9\x69\x10\x26\xc9\x32\xa4\xa6\ \x4e\x98\x28\xc9\x88\x9b\x86\x49\x21\x16\x65\x49\x44\x08\x52\xd3\ \x30\x0c\x93\x03\xf8\x51\x17\x0c\x07\x00\x21\x59\x16\x4d\x4d\x47\ \xa2\x84\x39\xd5\x4d\x7a\x3c\x20\x1c\x62\x49\x12\xa0\xa1\xeb\x0c\ \x40\x2c\x88\x92\x24\x20\x00\x01\x00\x6a\xb0\x6b\xdb\xe6\x03\x11\ \x0e\x10\x04\x9c\x52\xe4\xc9\x9a\x34\x61\x6c\x92\xcc\xf8\xb1\xac\ \xe0\x00\xc9\x8a\x2c\xa0\x78\x2c\x18\x24\x86\x6a\x30\x24\xcb\x12\ \x86\x90\x33\x62\x18\x06\x65\x23\x81\x16\x00\x22\x59\x16\x89\xae\ \x13\x6e\xcd\x6e\xfd\x02\x05\x30\x70\x84\x71\x53\x63\xe3\x6b\x4b\ \xde\xc8\xcd\xcd\xbd\xea\xca\x2b\xdc\x6e\x17\xe3\xc0\xe1\x70\x1c\ \x3e\x74\x30\x23\x33\xd3\xe3\x49\xf8\xd4\xba\xf0\xf9\x40\x14\xc5\ \x23\x87\x6b\xd2\x32\x32\x52\x53\xd3\x74\x5d\x1f\xe9\x0e\x01\x06\ \x38\x1c\x29\xa9\xe0\x34\x7e\x13\x88\x40\xa8\xaf\xad\xb1\xb3\xdf\ \xe0\x52\x46\x61\x79\x51\xa6\x87\x53\xfa\x15\xf5\x91\x21\x44\xa3\ \x7d\x9b\x37\xec\x0e\x52\x80\x00\x00\xcc\x44\x89\xf9\x33\xa7\x4f\ \x4e\x56\x18\xb5\x96\xfb\xfd\x6a\xd8\x0b\x1c\x70\x08\xa0\x20\x0a\ \x3d\xdd\x3d\x6e\x8f\xdb\xe5\x72\x51\x42\x11\xc6\x92\x28\x1d\x3a\ \xb8\xaf\xa0\xb0\xc8\xe5\x72\x7f\xc1\x74\x01\x21\xe4\xf7\xf9\xda\ \xdb\x5a\xcb\xca\x2b\xdd\x1e\x4f\x3c\x38\x8b\x73\x0e\x4f\x6a\x4b\ \x4f\xeb\xfd\xc2\x42\xbc\x95\xe6\x94\x98\x86\xf9\x95\xee\x0a\x43\ \x88\x44\x49\x3c\xd1\xba\x33\x66\x12\xd3\x1a\x65\xfc\x6a\xb9\x17\ \x38\x00\x10\x88\x82\xc0\x18\xa7\x8c\xc5\xc7\xd4\xda\x5a\x5b\x55\ \x35\x5a\x59\x35\xea\xb4\x95\xe8\x73\x3d\x6f\x8a\x31\x96\x94\x9c\ \x6c\x9a\x46\xe3\xd1\xba\x93\xe7\x7e\xf0\x8f\x38\x5b\x2d\xfe\x79\ \xeb\xd2\xca\xb7\xaf\x4a\x37\x02\x9c\xb0\xad\x8f\x3f\x74\xc6\xb9\ \xc3\xe1\x28\x29\x2d\x83\x10\x9e\xd6\xd3\xf7\xb9\xb6\x17\x46\x1a\ \x7f\x8c\xcd\x8f\x79\xd4\x2d\x2c\x2c\xfe\x1d\x3b\x42\x14\xc5\x33\ \x89\x02\xf8\x42\xac\xe3\x46\x29\xfd\x2a\x6f\x8a\x6b\x61\xf1\x1f\ \x31\x25\x38\xff\x84\x08\x14\xab\xb2\x59\x58\x58\x58\xba\x60\x61\ \x61\xf1\x39\xd4\x05\x84\x30\xb2\xbc\x5e\x16\x16\x96\x2e\x1c\x07\ \x02\xae\xc6\x22\x1a\xe1\x96\x32\xfc\xf7\xf2\x5c\x52\x90\x2c\x5a\ \x6b\xe4\x5a\xfc\xdb\xba\x00\xa1\x28\x49\xa2\x80\xe3\x7c\x66\xcd\ \x3b\x14\x44\x10\x78\xf7\x95\x67\x37\x77\xaa\xb2\xf0\xe9\x2e\x2a\ \x88\x50\x14\x00\x07\x50\x90\x90\x2c\x1d\x1f\x69\x39\xf9\x23\x14\ \x44\x28\x49\x50\x10\xa0\x20\x42\x01\x9f\xe6\x66\x04\x11\x0a\x02\ \x14\x25\x28\x89\x23\x73\x47\x44\x09\x8a\x02\x14\x25\x28\xe2\x63\ \xe7\x48\x48\x96\xe1\xf1\x5b\x85\x08\x8a\x12\x14\x04\x18\xf7\x77\ \x42\x3c\xf2\x13\x92\x34\x72\x0e\x44\x50\x94\x90\x2c\x1f\x1b\x3c\ \x3d\x76\xbe\x28\x8d\xa4\x01\xc2\x63\x27\x9c\xe1\x4e\x11\x86\xb2\ \x02\x45\xe1\xe4\xec\x81\xa2\x08\x31\x3e\x31\xa0\x84\x05\x24\x2b\ \x50\x40\x80\x03\x80\x05\x28\x89\x10\x63\x28\x49\x10\xc3\x13\x29\ \x94\xa4\x91\x8b\x40\x04\x31\x86\x18\xc7\xef\xee\xd8\x7d\x41\xbd\ \x66\xbd\x7f\x47\x03\x47\xa2\x55\xdc\x2d\x3e\x25\xa7\x19\x8f\x80\ \x08\xc3\x68\xff\x92\xc7\xff\x5a\xa3\x3b\x9d\x22\xd0\x98\x7d\xc6\ \xf9\xd7\x5f\x32\x33\xd7\x54\x55\xd5\xa0\xb2\xcd\x86\xa8\xa1\x9a\ \xdc\x66\xb7\x89\x18\x52\xd3\x50\x35\x9d\x43\x41\xb1\x29\x02\x82\ \x9c\x51\x42\x18\x16\x45\x04\x98\xae\xa9\x06\x61\x82\xa4\x28\x92\ \x08\x21\x60\xc4\xd0\x0c\x06\xb9\x31\xd8\x3f\x20\x99\x1c\x02\x00\ \x91\xa0\xd8\x14\x01\x72\x43\x53\x35\x93\x49\x36\x1b\x66\xa6\xa6\ \x9b\xc7\x82\x6c\x21\x94\x25\x6d\xf5\xf3\x81\x9e\x8c\x8c\xbb\x16\ \xc5\x56\xfc\x7e\xb8\xb5\x30\xeb\xce\xcb\x04\x60\x00\x41\x21\x87\ \xdf\xee\x5d\xd3\x96\x7a\xfb\x03\xf6\x64\x44\x07\x8e\xfa\xde\x79\ \x2b\xd6\x1d\x02\x00\x48\x95\x67\xa7\x5c\x71\x36\x46\xc7\x03\x1c\ \x11\x44\x46\x6c\xeb\xdb\xfe\x0d\xfb\x89\xce\x6c\xd3\x2f\x4d\x39\ \x7f\x06\x12\x88\xbe\xef\xdd\xe1\x65\x5b\x08\x4a\x4e\xb8\xf2\x16\ \x4f\x55\x26\x60\x8c\xf6\xee\x1b\x7c\x65\xa5\x32\xff\x96\xa4\x29\ \x39\xcc\x60\x10\x19\xea\xce\xd5\x81\xed\x7b\xb8\x67\x72\xda\x8d\ \x17\x0a\xd0\x1f\x5c\xf2\x42\xe0\x50\x27\xce\x9d\x98\x7a\xed\x55\ \xb2\x47\xe0\x80\x9b\x75\xeb\x87\x96\xef\x70\xde\xf0\xa0\x27\x43\ \xe4\x88\xc5\x36\xfc\xdd\xbb\x7e\x3f\x77\x15\x24\x5d\x7b\x93\x33\ \xcf\x0d\x38\x37\x9b\xb7\x0c\xbd\xb6\xde\x75\xe3\x37\x5c\xf9\x1e\ \x4e\xe8\x47\x44\x01\x90\x70\xe8\x9d\xbf\x87\xfd\x19\x19\x77\x2c\ \xc6\x54\x07\x82\xc4\x7a\x6b\x03\xeb\xd7\x45\x3b\xd4\x84\x6b\x6e\ \x71\x95\xa4\x01\x8e\x78\xb8\xb1\xef\x91\x67\xd0\xf8\x6b\xd2\x2e\ \x99\xc2\x07\xea\x87\xdf\x7a\x4b\xed\x09\xa0\xac\x51\xc9\x57\x5f\ \xad\xd8\x03\xc1\x77\x5e\x0b\xd5\x74\x31\xe8\x74\x5f\x72\x53\xd2\ \xd4\xfc\xd8\xc6\xe7\x87\xd6\xb5\x20\x59\xe6\x91\x21\x96\x3c\x2a\ \xe3\x9e\x7b\x14\xc9\xe0\x10\x50\x5f\xaf\x11\x52\x20\x12\xa0\x24\ \x21\x11\x03\xce\xb8\xae\xb1\xf8\x12\x18\x48\x40\x8a\x02\x31\x04\ \x94\x30\x4d\xe3\x56\xc0\x93\xc5\x99\x74\x01\x40\x08\x48\xac\xbd\ \x33\x36\xe9\xa6\x3b\xe7\x95\xbb\x35\x9d\x39\x9d\xca\xf6\x15\xef\ \xe9\x59\x93\xe6\x8e\x4d\x3e\xb8\x71\xe5\xb0\x7b\xcc\xcc\x62\xb4\ \xee\x9d\x4d\xed\x43\x5a\x66\xf9\x84\x39\xd3\x47\xe3\x70\xff\xb6\ \x0d\x3b\x9a\xfa\x82\x92\x27\xab\xa2\x28\xa9\xb3\xae\x3e\x88\x92\ \xce\x9a\x37\xa7\x38\xd5\x36\xd0\xb4\x7f\xc7\x81\xba\x80\x4a\x53\ \x0a\xc7\xce\x9e\x3e\x21\x09\xc1\xb8\x01\x82\x04\x91\x0e\x77\xae\ \x7e\x7f\x4b\x77\x4c\x1e\x37\x73\xfe\xc4\x42\xe7\xc1\x0f\x97\xfb\ \x3c\xe5\x33\xc6\x16\x00\x72\x2c\x42\x11\x21\xe6\xeb\xd5\x7b\x45\ \x80\xb8\xd9\xd5\x18\x5a\xba\xdd\x35\x73\x66\xd2\xd8\x0c\x60\x0e\ \xf8\xdf\x5a\x12\x6e\x4c\x48\xbc\x16\x42\x7b\xfb\xe0\x5f\x7e\xa9\ \xa7\x2e\x48\xbd\x6e\x0a\x34\xfc\x66\xd4\x0e\x39\x3b\xb9\xdf\x02\ \x4c\x8d\x9a\x92\x73\xd1\xcd\x12\xaf\xeb\x7b\xee\x45\xb1\x6a\x72\ \xa2\xeb\xc8\xc0\x8b\xab\xec\x57\x7c\x3d\x41\xdd\x34\xf8\xe2\xf3\ \xf2\x4f\x7f\x84\x5b\x97\x0f\xbc\xb6\x5a\xeb\xf0\x09\x53\x0d\x80\ \x11\x12\x48\x74\xcd\xcb\xbe\x23\xc4\x73\xee\xf5\x4a\x4e\xa6\xa0\ \x20\x6d\xcd\xcb\xbe\x7d\xd1\xb4\xbb\xbe\x16\x7b\xfb\xb1\x81\xa5\ \x99\x79\xf7\x9c\xab\xad\x7a\x76\x78\xc3\x2e\x6d\xc0\xb4\x9b\x1c\ \x4a\x32\x39\xf2\xfe\xd0\x3b\x7b\xdc\xb7\xdd\x87\xea\xde\x1c\x7a\ \xee\x4d\xe5\x47\xf7\x90\x1d\xaf\x0f\xaf\x5e\xa7\x76\x44\x6d\x3a\ \xfd\xe8\x74\x02\x84\xa1\x3e\x30\xfc\xfc\xb3\xe1\x86\x23\x3c\x6d\ \x1e\x47\x18\x00\x89\xf5\xef\x1f\xf8\xfb\x7b\xe2\xb8\x85\x69\x0b\ \xca\xc4\x24\x0f\x67\x08\x99\xfd\xc3\x2f\xbf\x1a\xeb\xe8\x92\x8b\ \x54\x24\x9a\xbe\xa5\xcf\x44\xc9\xd4\xec\x07\x67\x04\x9e\xfe\xd9\ \xd0\xb2\xec\xec\x2b\x2a\x81\x3d\x27\xe9\x86\x0b\x58\xcd\x92\xc1\ \xd7\x9e\xb7\x57\xfd\x5c\x19\x7b\x51\x7a\xa1\x89\x45\xd5\xf7\xf4\ \xef\xf4\xc4\x42\x51\xe1\x9c\x72\xc0\x91\x90\x5e\x2c\x27\xa4\x41\ \x1a\x8c\xed\xd8\x1c\x6d\xea\xe1\x82\xcb\x3e\x75\x9e\x73\x44\x77\ \x3a\x03\xcb\x36\xe9\x41\x1d\xa7\x14\xb9\x66\x4e\x13\x9d\x22\xb0\ \xa4\xc1\xe2\xcc\xfe\x05\x28\x49\x48\x0d\x07\x86\x87\x87\x83\x61\ \x55\x74\xb8\xec\xac\xe7\x8d\xd7\xde\xdc\xb1\x63\xf3\xeb\xef\xed\ \x84\x76\x27\x84\xd0\xe6\x49\x2f\xce\x4f\xd8\xbb\xec\xd5\xd5\x07\ \xfa\x89\xf7\xe8\x5b\x4b\xb7\x00\x4f\x5a\xa4\x61\xed\x13\xcf\xbc\ \x11\xb1\x25\x6a\xad\x5b\x9e\xfc\xfb\x7a\x15\x0b\x47\xd6\x2f\x5b\ \x5f\x13\x48\x4b\xb6\xd7\xac\x7e\xfe\x89\xa5\xdb\x4c\x24\x41\x00\ \x21\x12\x40\xb4\xf7\x8d\xe7\x5f\x68\xd4\x93\xf3\xdd\xa1\xb7\x9e\ \x7b\xb1\xd6\x67\x0e\xd4\x1f\xac\x6d\x1b\x02\x1f\xe9\xb5\x60\x11\ \x8a\x02\x20\x1a\x0d\x27\x79\xa6\x17\x46\xd6\xad\x22\x58\x32\xf6\ \xad\x8d\x99\x45\xae\xbc\x14\xae\x69\xda\xbe\xf5\x91\xf0\xa8\xcc\ \x7b\xef\x70\x54\x95\xdb\xc6\xce\x4a\x9c\x3f\x15\x0b\x27\xad\x66\ \xc9\x19\xc7\x2e\xd7\x82\x2b\x13\xce\x9a\x68\x2f\x2f\xc2\x4e\x17\ \x96\xa0\xd1\xbc\x97\xa4\x4c\x48\x98\x33\xc5\x75\xce\x25\x32\x18\ \x8a\xd6\xf6\x0b\x79\xe3\xd2\xef\x7d\x30\xa1\x32\x0d\x30\x0e\x20\ \x66\x81\x26\xdf\xb2\x8d\x44\xf5\x87\x57\xbe\x11\xdc\xdb\x02\xb0\ \x16\xd9\xdf\x2e\x4f\xbd\xc4\x3d\x7a\x5c\xe2\xc2\xd9\xac\x7e\x97\ \x11\x32\xa4\xaa\xf9\x19\xf7\xdd\x65\xcb\x49\xe0\x94\x43\x81\xaa\ \x87\x0e\x83\xbc\xf9\x89\xd3\xc7\x79\xce\xb9\x48\xf0\x1e\x51\xbb\ \xfd\x62\xc5\xec\x8c\x7b\xee\x75\x94\xba\xf9\xc7\x27\x89\x31\xc6\ \x91\xdd\x7d\xc9\x5d\x99\x57\xcf\x45\x22\x07\x1c\x40\x91\x46\xd7\ \xbc\x13\x69\xf7\x1b\xb5\x9b\xbc\xef\xaf\x31\xc2\x0c\xc9\x24\xf8\ \xde\xcb\x66\xea\xdc\x94\x05\x63\x20\xa7\x00\x00\xe8\xf4\x20\xc0\ \x39\x83\x38\x31\x43\x4c\x72\x21\x4f\x6e\xc2\x25\x57\x39\xc7\x8d\ \x52\x8a\xb2\x90\xcd\x01\x00\x80\x8e\x24\xa5\xa0\x00\x0c\xd6\xa8\ \x91\xfc\xd4\x2b\xce\x41\xdc\xe4\x1c\x42\x09\xe9\x07\x3f\xf0\x6d\ \x6f\x02\x46\xb7\xf7\xed\x25\x06\xf0\x60\xda\x3b\xf4\xc8\xef\x02\ \x8d\x7e\xc8\xfb\x86\x1e\xfb\x63\xb0\x45\x95\x12\x40\xe8\xdd\x17\ \xa2\x5d\x41\x28\x08\x56\x95\xb0\x38\xb3\x2e\x20\x2c\xd0\xe0\xc1\ \x1d\x1f\xae\x58\xb1\x6a\xdd\xa6\xdd\x83\x2a\x18\x77\xde\x0d\x17\ \xe5\x0e\xfe\xe1\x4f\x2f\x96\x5d\x7a\xdb\xdc\x32\x0f\x87\x92\x0d\ \xaa\x83\xde\x28\x36\xfd\xbd\x5d\xdd\x06\xe0\x62\x52\xc9\xc2\x0b\ \x2f\xbf\xe1\xaa\xd9\x9e\xc4\xf4\x59\x97\x5d\x79\xdb\x95\x0b\x84\ \xae\xfa\x81\xa8\x41\x18\x2e\x1a\x3b\xf7\xb2\x2b\x6f\x7c\xe0\xe6\ \xf3\xbd\x3b\xd7\x36\x07\x0c\x8c\x00\xc6\xd8\xdb\xb1\x6f\xf3\x91\ \x41\x6e\x46\xfd\x31\xea\xed\x39\xba\xbb\x36\x7c\xc1\x03\x0f\xdf\ \x73\xc9\x44\xae\x1b\x1f\x8f\xc0\xe2\xcc\x20\x01\x62\x5f\x78\xbd\ \xac\x1d\x0e\x6e\x3f\x10\xda\x76\xd0\xbe\xf0\x0a\x7b\x2a\xa7\x61\ \xbf\xe9\x1d\x40\x39\xa5\x82\xc4\x98\xc9\x79\xa8\xd5\xbf\xf2\x7d\ \x3d\xf2\x91\xc5\xa0\x38\x60\x9c\x07\x8e\x0e\x3c\xf6\x8a\x34\xed\ \x72\x77\xb1\x83\x04\x7c\xd0\xed\x00\x80\x72\x6e\xc3\x18\xd0\x60\ \x14\x25\xe7\xca\x59\x89\x20\xbe\x38\x2a\x12\x68\x6f\x8d\xa1\xe4\ \x26\xdf\x74\x4f\xea\xc5\x53\xa2\xcb\x9e\x09\x36\xf6\x33\x0a\x91\ \xdb\xc1\x39\x43\x0e\x1b\xe2\x21\xa6\x33\x21\xbb\x48\x4a\x72\x80\ \x91\x28\x4c\x42\x62\x3a\x74\x27\x00\xc2\x80\xa0\x20\x51\xa5\x51\ \x5d\xcc\xca\x97\x52\x5c\x80\x9c\x36\x9e\x8c\x03\xec\x90\x0b\xf3\ \xb1\x00\x00\xe7\x00\x62\x48\x7c\xd1\xd6\x80\x7d\xe1\xf5\xe9\xb7\ \xdd\x2c\xab\x07\x06\xdf\xdf\x61\x1c\x5e\x17\x6c\xb5\xa5\x5c\xbe\ \x00\x11\x9d\x33\xca\x80\xdd\x35\x7d\x1a\x3b\xb2\xa2\xef\x91\x5f\ \x0d\xef\x09\x38\xc7\x57\x43\x53\xe3\x1c\x90\x86\x35\x03\x6f\xd6\ \x79\x2e\xbd\x5e\xb6\x53\x4e\x39\xd0\xbd\xc1\x55\x1b\xa5\x19\x8b\ \x6c\x49\x78\x44\x8f\xf8\x88\xdf\x91\x33\x02\x95\x54\xf7\xa2\xab\ \xd2\xef\x7e\x30\x69\x82\x1c\xdc\x72\xc4\x38\xb8\x2d\x3a\x9c\x94\ \xfe\xcd\x07\x92\x2f\xbe\xd0\x9e\x65\xe7\xa6\x15\x51\x6a\xf1\x09\ \xfd\x08\x10\x5f\x06\x30\xe3\xe2\x1b\xee\x5d\x58\x9d\x60\xe8\x26\ \x21\xcc\x64\x1c\x60\x19\x50\xa4\xc6\x0c\x01\xf3\xed\xcb\x5e\x7e\ \xab\x16\x5d\xb8\x70\xac\xff\xa8\xcd\x8c\x7b\xf2\x00\x33\x34\xc2\ \xb0\x82\x01\x8d\xc6\x38\x47\x82\x2c\x02\x4a\x19\x82\x23\x7e\x37\ \xbb\xdb\x63\x17\x0c\xd5\xa4\x00\x00\x84\x31\x55\xa3\xdc\x95\x54\ \x58\x94\x9f\x82\xb2\x6e\xff\xfa\xf4\xcc\x5c\x17\x61\x58\xc0\x94\ \x90\x8f\x59\xdd\x00\x02\xaa\x31\x93\x8b\xc9\x25\xae\x39\xa3\xbb\ \x9f\xfd\x09\xcc\x5e\x90\x3b\xa3\x32\xb8\x4f\x63\xba\x21\x24\x65\ \xf0\xde\x56\x4a\x90\xac\x38\x78\xa0\xcb\xbf\x7c\x69\x42\xd9\x2c\ \xd9\x09\x4f\x5a\x7d\x5d\x04\xd1\xf6\xc1\xc7\x1f\xa3\xc5\x17\x65\ \x2c\x9e\x83\x28\x41\xce\x04\x1e\x8a\x02\x80\x21\x54\x29\xe3\xb2\ \xdb\x01\x88\xc9\x4d\x72\xd2\xed\x53\x20\x3b\xa5\xcc\x2c\xbb\xfb\ \x2c\x25\x7d\xa5\xd6\xa7\x89\x36\xa4\x85\x22\x10\x22\x16\x55\x19\ \x74\x43\x11\x71\xd3\x04\x27\x5c\x06\x82\x60\x97\x79\x57\x00\x08\ \x08\x10\x8d\x99\x36\x64\x93\xb9\x69\x00\xf2\x09\x35\x8d\x73\xd3\ \x1c\xe9\xcf\xc7\x37\xca\x61\x48\x48\xcc\x96\x33\x4b\x5d\x93\xc6\ \x45\xd6\xb7\xc6\x1a\x0d\x32\xd8\x3a\xf8\xc7\x1f\x99\xed\xf5\x26\ \xd3\xa2\xb3\xf3\xf5\x35\xeb\x95\xcb\x1f\x48\x9f\x57\x12\x5a\xfa\ \x47\xef\xdb\xcb\xed\xdf\xbc\x89\xb7\xad\xef\x7f\x7a\xb9\xfd\xb2\ \xfb\x92\xa7\xe7\xb3\x98\x0a\x90\x44\xfb\x77\x46\x06\x1d\xc9\x37\ \x56\x03\x53\x07\x00\x21\xbb\x1d\x62\xe3\x98\xf5\x04\x01\x42\x80\ \x33\x0e\x64\x21\x31\x19\x74\x6b\x34\x1c\x43\x4a\x92\x20\x03\xae\ \x31\x00\x91\x35\x65\xc2\xe2\x1f\xf6\x23\x00\xd5\xc3\xbd\x5d\x1d\ \x6d\xad\xad\x2d\x2d\x6d\xbe\x48\xac\x69\xd3\xdb\xeb\xfb\xd2\x7e\ \xf8\xc3\x5b\xda\x57\x3d\xbf\xa9\x65\x38\xe8\xf3\xf2\x84\xec\x31\ \xa3\xab\xb3\x92\x65\xc3\xa4\x80\x53\xc3\x20\xf1\xf5\x17\x0d\xd3\ \x64\x00\x02\xce\x4c\xc3\xe4\x00\x62\x40\xfb\x5b\x8f\xd4\x37\xd5\ \xaf\x5a\xb9\x2e\x94\x50\x59\x94\xec\x64\xaa\xd6\xd5\xda\xe5\xc8\ \x1e\x9d\x8f\x82\xfd\x61\x94\x5b\x90\x9b\xe4\x49\x48\x4b\xc2\xfb\ \x56\x2d\x5d\xbd\xa7\x05\x9e\x3c\xf9\x0f\x00\x40\x4c\x6e\x32\x40\ \x63\x44\x35\x01\xc4\xca\xa4\x39\x8e\xfc\x0c\xc7\xac\xb3\x65\x07\ \x04\x3c\x6a\x06\x22\xca\xa4\xf9\x76\x7c\xa0\xff\xc9\x17\x23\x47\ \x8f\x6a\x6d\xdd\x54\x3f\x65\xcb\x2d\x00\x11\x12\xf4\xd0\x9b\x8f\ \x47\xcc\x92\xa4\x79\x63\x48\x57\x87\x19\xd2\xa5\xd2\xc9\xe2\xf0\ \x7e\xff\xa6\xdd\xe1\x35\xef\xe9\x3c\xd5\x51\x9e\x1c\x6f\x2a\xb9\ \x69\x70\xca\x01\x23\x38\x67\xbc\x14\x69\x0d\x7c\xb8\x33\xba\x67\ \x83\x36\x08\xec\x85\x05\x8e\xb1\xf9\xfa\xce\xf7\x43\x87\x0f\xfa\ \xd7\x6e\x46\x95\x93\x25\x3b\xe6\x00\x00\xc0\xb8\x61\x70\xc6\x39\ \xc1\xb6\x71\xa3\x41\xe7\x06\xff\xce\x83\xa1\x0f\x96\x99\xc9\x55\ \x4a\xa6\x87\x33\x0e\x00\xe7\xa6\xf1\x49\xce\x3c\x46\xb8\x49\x00\ \x60\x00\x27\x3b\x4a\xdd\xd1\x4d\xef\x45\x5a\xea\x42\x3b\xf6\xa2\ \xa2\x12\xd7\x05\x77\xe6\xfd\xf8\x07\x19\x5f\xbb\x3f\x61\x74\x9e\ \x32\x7e\xbe\xa3\x30\x89\xfa\x06\xcd\xfe\x41\x1a\x53\x59\x54\x65\ \x26\x03\x5a\xef\xf0\xd3\xcf\x82\xaa\xf3\xdc\x65\x4e\xbd\xbd\x9b\ \x19\x1c\x4a\x82\x71\x68\x17\x73\xe6\xd8\x32\x6d\x9c\x42\x48\x03\ \x81\x37\x5e\x88\x34\x0f\x43\x49\x00\x00\x40\x88\xb8\xee\x8b\xd5\ \xd4\xa8\x07\x37\xf8\xb7\xd4\xca\x55\xc5\x4a\x75\x05\x0c\x1d\xf2\ \xae\xdb\xad\x35\x37\x1a\x43\x31\x88\x2d\x61\xb0\x38\xd6\x7d\x3f\ \xcd\xfe\x11\x10\x42\x6a\xf4\x36\x1d\x3c\xd4\xdc\x52\x77\xb8\x66\ \xff\xde\x23\x51\xce\xfa\xba\x07\x8a\xe7\x5c\x32\x6f\x72\xa5\x2d\ \xd0\xb2\xbf\xdb\xb6\xe8\x9c\xf1\x43\x35\x5b\xd6\x6d\xd9\xd5\x15\ \x52\x26\x4c\x9f\x9e\xef\x22\x1d\x03\xe6\xe8\x09\xa3\x6c\xe6\x60\ \xeb\x80\x51\x3d\x6e\x9c\xc7\x18\x6c\xed\xd3\xaa\x27\x8f\xf1\x1f\ \xde\xb6\xb7\xb9\xb7\xa7\xf5\x70\x27\xc9\xbe\xfa\x86\xcb\x0b\x93\ \xdd\x76\x7d\xa8\xa6\x75\xb8\x72\xda\xfc\x29\x45\xf2\xbe\xcd\xeb\ \x36\xef\x3c\xd0\x1f\x11\x47\x8d\x2d\x6c\x58\xbf\xb2\x8d\x67\x4c\ \xa8\xcc\x81\x23\x1b\xbc\x41\x88\x11\xed\x6b\x25\x30\xc3\x51\x9d\ \xa2\x35\xf7\x2b\x63\x26\x48\x29\x89\xb6\xf1\xb3\xed\x85\x49\x90\ \x53\xb3\xb7\x99\xb9\x4a\xec\xd5\xa3\xec\x55\x25\x66\xed\xb6\xf0\ \xae\x1d\x91\xa6\x3e\xb1\x68\xb2\x7b\xf2\x68\xe1\xf8\x68\x3d\xc2\ \xd0\xf0\x47\x0f\xec\x30\xfc\x51\xbd\x66\x67\x78\xcf\x61\xee\xcc\ \x75\x8c\x19\x2d\xa7\xd0\xf0\x07\xef\x45\xfb\x84\xa4\x6b\x6e\x75\ \xe4\x38\x39\x61\x10\x12\xa3\xad\x0d\xe5\x8f\xb1\x65\x39\x81\x9c\ \xa2\x64\x29\xd1\x0d\xcb\x42\xb5\x43\xce\x0b\x6e\xf4\x54\x67\x09\ \x39\xc5\x28\x58\xe7\x5f\xf3\x21\x4b\x9b\x9c\x76\xf5\xf9\x82\xc4\ \x01\x00\x90\x46\xb5\xf6\x7e\xb9\x6a\xb2\xec\x00\x30\xb5\x48\x52\ \xfc\xc1\x15\xcb\x75\x3d\x2d\xe5\xc6\x1b\x6c\xc9\x02\xa7\x00\xb2\ \xa8\xd6\xde\x2d\x96\x4f\x51\x12\x95\x8f\xfb\xf3\x20\xc2\x2c\xd0\ \xa1\x47\x9d\xce\x71\x55\x90\x72\xa9\xa4\x14\x74\xed\xf6\x7f\xb8\ \x95\xa5\x4f\x4d\xbd\xe2\x1c\x51\xc1\x50\x94\x91\xdd\xc6\x06\xda\ \x99\xbb\xc4\x51\x5d\xa6\x64\xa7\xeb\xfb\xd6\x07\x36\x6d\x36\x61\ \x7e\xea\x75\x57\x8b\x7a\x77\x64\xcf\x3e\x12\xf1\x47\xf7\x6c\x89\ \xd4\x75\x0b\xf9\x63\xe4\x54\xd1\x38\x7c\x98\xbb\x47\xb9\xc6\xe4\ \x70\x06\x20\x09\x04\x97\xaf\x80\x45\x13\x71\xb8\x2e\x16\x4a\x4b\ \x18\xed\x0e\x6f\xda\x68\xf4\x0d\xc4\x0e\xd6\x89\xe3\x2f\x49\x5d\ \x38\x11\x27\x64\x29\x69\x38\xb2\x61\x6d\xac\xa5\xcd\xe8\x0b\xda\ \x66\x2c\xb4\xa5\x39\x01\x65\x56\xad\xb0\x38\xd3\x7a\x4d\x50\x94\ \x24\x78\x6c\xf7\x10\xc6\x18\x44\x18\x01\x6a\x12\x2e\x48\x22\xa0\ \x84\x01\x24\x60\xc8\x28\x83\x18\x03\x4a\x4c\x06\x25\x11\x99\x86\ \xc1\xa1\x20\x89\x88\x18\x06\x83\x82\x24\x8a\x08\x6b\xef\xfd\xe1\ \x57\xf5\xe9\x97\xff\xef\x2d\xe3\x0d\x9d\x72\x4a\x4c\xca\x04\x51\ \x42\x80\x1a\x26\xc5\xa2\x84\x61\x7c\x07\x15\x4e\x08\x15\x44\x09\ \x72\x6a\x7e\xc4\xf6\x16\x44\x08\x39\x37\x29\x94\x44\x40\x0c\xce\ \x00\x40\x18\x70\x0a\x38\x80\xa2\x0c\x98\xc9\x09\x83\xa2\x08\x30\ \x02\x94\x02\x88\x20\x02\x4c\x53\xf9\xc9\xbd\xfa\xf8\x50\x1c\x60\ \x9c\x71\x00\x41\x7c\x8d\x16\x28\x8a\x00\x70\x00\x21\xe0\xf4\x58\ \xbf\x1a\x42\x49\x04\xd4\x8c\x77\xcb\xa1\x28\x1d\x9b\x8e\xcc\xb9\ \x69\x02\x88\xa1\x28\x00\xce\x00\x44\x80\x1c\x37\x01\x10\x94\x04\ \x60\x1a\x23\x7b\x6c\x8d\x5c\x13\x01\x46\x8e\x8d\x4a\x42\x28\x49\ \x80\x18\x9c\x32\x4e\xc9\x09\x6f\x28\x84\x10\x0b\x00\x02\x80\x45\ \x88\x01\x8f\xef\xef\x80\x04\x28\x20\xc0\x18\x40\x08\x10\xf3\xb8\ \x95\x01\x05\x09\x00\xca\x4d\x0a\x45\x11\x20\x00\x18\x07\x08\x03\ \x6a\x72\x0a\xa0\x2c\x81\x91\xcb\x72\xce\x28\x60\x00\x88\xf1\xec\ \x22\x23\xc3\x39\x32\xa6\x43\xad\x43\x4f\xfe\xd6\xac\xbc\x2b\xf7\ \x5c\xa1\xf3\x67\xcf\x78\xbe\xf5\x07\x4f\x96\xc4\x39\x00\x84\x70\ \x12\x31\xba\x06\x80\xdd\xc5\x3a\xb7\x0d\xbc\xb1\x3f\xe5\x7f\xfe\ \xd7\x99\xa3\x58\x5e\x06\x8b\x33\xfb\x17\x38\x37\x75\xfd\x23\x2e\ \xf4\x11\x0f\x9b\x61\xc4\x3f\x1b\xf1\xcf\xc7\xa6\x3f\x1b\x06\x05\ \x00\x02\x4e\x4f\x7a\xc3\x45\x09\x24\x67\xe7\x67\x7b\x64\x5d\x37\ \xcc\x91\x2f\x00\x62\x1a\x23\x5d\x95\xe3\x87\x4e\x3d\x0e\x3e\xd2\ \x8f\x88\xa7\xc8\x30\x4e\x74\xfe\xe3\x47\x4c\x3d\xde\x6b\xe6\xc4\ \x04\xe4\x58\x17\x5a\x02\xda\x81\x75\xfe\x0f\x0f\x00\x59\x04\x00\ \x70\x62\xca\xd3\xaf\x4a\x9e\x59\xc1\xc9\x29\xcb\xcc\xf2\xd3\xfc\ \x16\x3f\xf1\x13\x1f\x3f\x81\x53\x6e\x7c\xbc\xc2\xb0\x93\xbe\xc2\ \xcf\x70\x4d\x1d\x40\x0c\xcc\x1e\xdf\x4b\x6f\xea\x51\x13\x22\x08\ \xa8\x01\x12\x8b\x13\x2f\xbb\xda\x96\x08\x38\x35\x39\x3d\xa9\x4f\ \x71\xba\x0c\xe0\xc4\x38\x71\x9b\xc7\x32\x65\xe4\x5f\xba\xf6\x11\ \x3f\xcc\xf1\xec\x8a\x1b\x24\x40\x1f\x0c\xbc\xf7\xba\x21\x4d\x48\ \x9d\x33\x16\x80\x26\xb9\xb0\x18\x23\x3a\xe2\xd7\x40\x02\xe4\x91\ \xe8\xb6\x65\xd1\x36\x2f\x90\x3d\xee\xab\x6f\x75\x64\xd9\x4e\x71\ \xb2\x58\x58\xf6\xc2\x7f\x50\x78\x44\x09\x71\x62\x90\xff\xa2\x75\ \x8a\x30\x3c\x79\xac\x93\xd1\xcf\x41\xb8\x0e\x3c\x25\x10\x93\x73\ \xfe\x5f\x5a\x4e\x02\x42\x41\x80\x18\x71\xd3\xe0\x0c\x42\x59\x04\ \x86\x7e\xd2\xe4\x5a\x78\x3c\x50\x12\x70\x6a\x89\x82\xc5\x7f\x4f\ \x17\x2c\x2c\x2c\xbe\x70\x58\xf3\xac\x2d\x2c\x2c\x2c\x5d\xb0\xb0\ \xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\ \x2c\xfe\x8b\xba\x60\x45\xc5\x5a\x58\x7c\xb9\x39\x63\x1d\x3f\x7d\ \x5c\x13\xe7\x8c\x10\x62\x49\x83\x85\xc5\x97\x1a\x2e\x08\x02\x84\ \xe8\x53\xe9\x02\x42\xa8\xbd\xb5\x0d\x0b\xd8\xda\xb2\xc1\xc2\xe2\ \x4b\x0c\x63\x8c\x12\x5a\x50\x54\xfc\xf1\xdd\x65\x84\xd3\x19\x0b\ \x1c\x61\x54\x51\x35\xda\xca\x38\x0b\x8b\x2f\x37\xf5\xb5\x35\xa7\ \xdd\x5d\x06\x9d\x59\x4b\xac\xf9\x33\x16\x16\x5f\x6e\x7b\xe1\x8c\ \x75\xdc\xea\x29\x58\x58\x58\x7c\x9e\x75\x81\x1a\xa6\xd7\xff\x5f\ \x98\xe1\x44\x06\xbb\x74\x6f\xe4\x33\x4a\xb3\x66\xfa\x03\xd6\x4a\ \xa9\x16\x5f\x79\x5d\xa0\x06\xd5\x4e\x9a\x8f\xac\xc5\xd8\x67\x34\ \x63\x3f\xfa\xe1\xf3\x9d\x4b\xb7\xc4\xeb\x18\x8b\x06\x8d\xa1\x41\ \x12\xd1\x3f\x7e\x1a\xf7\x1e\xea\x7a\xf2\xe9\x68\xe0\x63\xc7\xc3\ \x2d\xdd\x8f\x3e\x1e\xee\x37\xfe\xa1\xf5\x14\x7c\xeb\x89\x81\x2d\ \xcd\x1f\x3d\x1a\x09\x18\x43\x83\x66\x28\xfa\xcf\x4d\xbe\x34\xbd\ \x03\x4f\xfd\xce\x5b\xef\xb7\x4a\x92\xc5\x97\x89\x7f\x7a\xfd\x5f\ \xd6\xf4\x7e\xfd\x6f\x97\xa5\x7d\xeb\x0f\x69\xa3\x53\x00\x20\xc3\ \x8f\xff\x20\x56\x74\x63\xfe\xa5\x13\xfe\xdd\x84\x68\xcd\x03\x1f\ \xd4\x38\x6f\x5d\x8c\x80\x16\x5a\xfe\x4c\xef\x87\xb5\x00\x61\x46\ \x80\x63\xc6\xd5\x39\x57\xce\x3a\x79\x85\x31\xa8\xb8\x6d\xf9\x79\ \xf8\xe3\x9b\xa4\x08\x76\x5b\x61\x81\x20\xff\x63\xa5\x63\xd1\x08\ \x3b\x65\xde\x77\xc4\xff\xe6\xb3\x03\x5b\x8e\x00\xd9\xc6\x91\x3d\ \xe5\xa6\x6f\xa7\x56\xa7\x7c\xda\x64\x2b\x59\x09\x95\x89\x3d\xef\ \x2e\x4f\xaa\xbc\xd1\xea\x92\x59\x7c\xe5\x74\x81\xab\xfe\xf0\xee\ \x8d\x66\xd2\x59\x89\x36\x11\x46\x3a\xfa\x9e\xfc\x83\xf2\x83\x1f\ \xbb\xb3\x14\x4e\x4c\xce\x21\x00\x24\xb0\xfc\x99\xe1\xdd\xed\x30\ \xa1\x30\xed\x86\x5b\x5d\x69\xcc\xff\xfa\x33\xde\xa3\xbd\x00\xda\ \x1d\xa3\x2b\x59\x7f\x53\xac\x3b\xec\x3c\xfb\x9a\x8c\x79\xa3\x21\ \x60\x91\xcd\x6f\x0e\x6e\xdc\xcf\x9c\x79\x69\x57\xdf\xe2\xce\x76\ \xc4\xaf\x6f\xec\xdd\x64\xd8\x46\xe5\x57\x25\x6a\x9b\x1f\x6d\x5f\ \xd6\x94\xf3\xcd\x1f\x78\x0a\x93\x49\xf7\x9e\x8e\xdf\x3f\xd6\xed\ \x4c\xcb\x3f\xbf\x2c\xb8\xec\x99\xa1\xbd\x4d\x20\xa9\x32\xe3\xa2\ \xe9\x24\xe8\xe7\x08\x00\x1e\xf1\xbd\xf3\xb2\xaf\xa6\x83\x43\xc5\ \x35\xef\xca\xf4\xe9\xa9\xe6\x90\x8f\x43\x81\xf5\x1e\xec\x7d\xed\ \x6d\x35\x62\x42\x7b\x56\xda\x35\xb7\xb9\x73\x1d\xda\x81\xd5\x7d\ \xcb\x37\x12\xe0\x48\xbc\xf0\x96\x94\xf1\xb9\x00\xe3\x93\xd7\x80\ \x8c\xac\x78\xba\xfb\x83\x9e\xdc\xef\xfd\xc4\x95\x9d\x48\xfd\x43\ \xdc\xe9\xe2\x81\xba\x9e\x17\xdf\x54\xbd\xba\x32\xee\xdc\xac\xcb\ \xe6\xa0\x40\x73\xff\xeb\x4b\x22\x7d\xaa\x6d\xf2\x15\x39\x17\x4e\ \xe0\xfe\xa6\xfe\x57\x5f\x8f\x0e\xaa\xb6\x29\x17\x65\x2e\x9a\xe6\ \x9c\x7f\x0e\xde\xf2\x7c\x70\xf0\x86\x04\xe1\xe8\xd0\xa6\x56\xe7\ \xcc\x59\xf6\x54\x97\x55\xb0\x2c\xbe\xe4\xfd\x08\x3a\xd8\xea\x7d\ \xef\xd9\xd6\xdf\xfe\x6a\x60\x47\x1b\x14\x44\x4e\x4c\xb1\xec\xec\ \xec\xf3\x73\x7b\x1e\x7b\xca\xd0\x01\x12\x11\xe0\x1c\x00\xc1\x3e\ \xe1\xbc\xec\x5b\x6f\x77\x89\x8d\xbd\x7f\x5f\xc1\x79\xc8\xbf\x71\ \xaf\x34\x69\x71\xda\xac\x2c\xef\x92\x17\x58\xd1\xfc\xf4\x05\xe5\ \xde\x97\x9f\x09\x0d\x12\xb3\x66\x69\xf7\x8a\xfa\xa4\x2b\xef\x48\ \xce\x0e\x74\x3d\xf1\xac\x7e\x6c\x09\xa2\x48\x73\x27\xca\x1f\x85\ \x01\xf1\xae\xdc\xe7\x5a\x70\x6b\x52\x65\x0e\x56\x6c\x72\xc9\xec\ \xec\xf3\xc7\x46\xd7\xaf\x20\x3c\x1c\x58\xbb\x15\x57\x2c\xca\xb8\ \x60\xae\x8c\x87\xfc\xdb\x77\x13\xc6\x23\xef\xfe\xa9\x77\xfb\x70\ \xf2\xa5\xd7\x27\xa4\xfb\x03\x5b\xf6\x70\x12\x09\x6d\xdf\xa9\xeb\ \x80\xb4\xec\x09\xb4\x08\xe9\x57\x5d\xe7\xb2\xb7\x75\x3e\xf3\x92\ \x49\x81\x58\x30\x2e\xe3\x86\xbb\xd2\xa7\x26\x0d\xbe\xf8\x94\x66\ \xf2\x53\xe2\x38\xd8\xa0\x77\xdb\x4e\xc7\x95\xf7\x26\x14\x67\x63\ \xc5\x2e\x65\xe6\xcb\x2e\x19\xda\xb3\x93\x2e\xba\x21\xe7\x9a\xf3\ \xf4\xf5\x2f\xfb\x0e\xf7\x04\xd7\x3c\xed\x1d\xca\xcc\xb9\xed\xb6\ \xc4\x31\xb9\x80\xf8\x7a\x9f\x78\x44\x4b\x99\x95\x75\xed\x05\xea\ \x9a\x27\x07\x76\x77\x03\x67\xa5\xe2\x60\xd1\xa3\x43\x50\x56\xd8\ \x50\x4d\xf7\x9f\x7e\xd1\xfe\xcc\xcb\xc1\xa3\x5d\xdc\xf2\x3a\x58\ \x7c\x69\xed\x05\xa3\xb3\xeb\x8f\xff\xeb\xf7\x65\xe7\x7d\xfd\xeb\ \xc9\x63\xf2\x01\x00\xa4\xc6\xe0\x06\x48\xb8\xf0\x76\xd0\xf9\xfd\ \xce\x57\x97\xbb\xb0\x0c\x31\x02\x4c\x57\x0f\x6e\xf4\x1e\xe9\x61\ \x83\x03\xcc\xde\xc7\x38\x84\xb6\x44\x7b\xd9\x38\x77\x49\x8a\x7d\ \xdd\x5e\xa5\x7c\xbc\x3b\xbf\xd4\xfd\xfe\x36\x73\x78\x38\x52\x77\ \x40\x1d\x0a\xf8\x57\xbe\xc1\x23\xfd\x24\xc4\x48\x18\xc8\x49\x00\ \x00\x4e\xd5\x18\x4a\x73\x02\x60\x9a\x9a\x24\x78\x12\x4f\xa4\x2f\ \x31\x01\x92\x7e\xc6\x18\x54\x12\x1d\xd5\x53\x9c\x25\x76\xee\x1d\ \x80\xb2\x02\xd4\x50\x70\x5b\x4b\xd2\x55\xbf\x49\x1c\x97\xae\xf9\ \xf2\xfc\x7b\x11\x80\x08\x29\x0a\x84\x80\x03\x28\x64\x94\xb8\xaa\ \x46\xbb\x12\x2e\xf5\xfe\x66\xbd\xa1\x31\xa1\xfb\xd0\xe0\x07\x7b\ \x98\x3a\x4c\x74\x62\x68\xa7\x2e\x43\x4f\x63\x94\x12\xe9\xd4\x16\ \x9e\x05\xfa\x82\xeb\xde\x57\x43\xaa\x11\xf2\x91\x50\xc4\x55\x3e\ \x51\xd8\xb5\x79\x68\x77\x76\xfa\x45\xe7\x00\xff\xd6\x50\x4b\x3b\ \x64\xdb\x06\xba\x98\x69\x84\x55\x9f\x0f\x80\x1c\x51\x84\x9a\xd7\ \x0f\x1c\xe5\x19\x77\x7d\x2f\x7d\xf8\x68\xff\xf3\x7f\x6e\xfa\xd1\ \xe6\x82\xff\xfd\x6d\xca\xe8\x04\xab\x84\x59\x7c\x19\x75\x41\xcc\ \x4c\xbf\xe6\x36\x61\xe3\x76\xff\xfb\xcf\xc7\xea\x26\x26\xcd\x5d\ \xa0\x08\x18\x70\xca\x80\x9c\x72\xe3\xd7\x23\x3f\xff\x45\x7f\x47\ \x28\xb9\xca\xa6\xd7\xbe\xd7\xb9\xbc\x31\xef\xdb\xf7\xe3\xc6\x97\ \xbb\x77\xd0\x91\x95\x48\x09\x01\x00\x42\x00\x98\xa6\x03\x4e\x40\ \xdc\xb2\xe0\x4c\x2c\x99\x91\x75\xdb\x79\x90\x32\x28\xdb\x05\xe7\ \x88\xd3\x00\x49\x32\x57\x55\x00\x6c\xce\x02\x30\x74\x64\x1f\x3f\ \x27\x1f\x02\x00\x00\x0b\x1f\xaa\x05\x19\xf3\x44\xcc\x39\xe7\x23\ \x0b\x1c\x72\x30\x12\xa0\xcd\x79\x7c\xad\x47\xf8\xf1\x7d\x75\x19\ \xe5\x00\x00\x86\xb0\x28\xb2\xde\xba\xae\xc7\x96\xd8\xaf\xff\x5e\ \x72\x76\x57\xdb\x63\xcb\x39\xe5\x9c\x71\x80\x8f\xdd\xb8\x98\xaa\ \x78\x3c\xe1\x3d\x87\xc1\x84\xf9\xc7\xbe\xac\xf7\x3f\xf3\x97\x70\ \xe2\x05\x05\x37\x8c\x1a\x8a\xfc\x9c\x44\x89\x32\x73\x71\x59\xce\ \xd8\xc1\x37\x9f\x6d\xfe\xc5\xd1\xe2\x3b\x26\x22\xd9\x93\x70\xd1\ \x4d\x89\x59\x22\xc4\x22\x74\xb8\x01\xd0\x29\x01\xc8\xe9\x00\xa6\ \x2f\xb8\xf9\xc3\xc0\xde\xc3\x26\xcb\xc9\xbe\x65\x8e\xa7\xc4\x6d\ \x15\x2f\x8b\x2f\xa9\x2e\x40\xd1\x36\x6e\x41\xce\xb8\x05\x46\xdb\ \x41\xdf\x86\x75\xa1\xd6\x71\x8a\x9b\xd2\x98\xca\x38\x00\xae\xa2\ \x9c\x5b\x2f\xf2\xdd\xfb\x07\xaa\x99\x50\xb2\x21\x1a\xd3\x7b\x3a\ \xd1\xa0\x8f\x91\x4c\x00\x18\x8b\xc5\x38\x05\x00\x50\xa6\x46\x19\ \xe5\x00\x70\x16\x8d\x50\xa2\x24\x4e\x9e\xdf\xbf\x79\xc9\xe0\x87\ \x1e\x7b\x82\x28\x64\x96\x7b\xaa\x47\xfc\x0b\xf6\x9c\xf4\xa1\xbd\ \xad\x1c\x9c\x95\x74\xf5\xad\xfe\xff\xf7\xd7\xe6\x47\x7d\x89\x95\ \xd9\xfa\xd1\xed\xbe\x7a\x25\xe7\x7b\x8b\x20\x0f\xd1\x58\x8c\xc5\ \xb7\xad\xe4\x84\x46\x23\xc0\xe6\xf6\xcc\xa9\x68\x5f\xf2\x84\xa8\ \xcf\xd7\xb7\xd4\x72\x69\x0e\x00\x8c\xc6\x62\x9c\x01\x40\x74\xaa\ \xc6\x6d\x01\x93\xc6\x34\x80\x24\x2c\x71\xb3\xbf\x5b\x03\x7d\x54\ \x35\x21\x82\xa2\x9b\x87\xf7\x6f\x37\x2f\xa8\x16\x45\x04\x80\x23\ \xed\xf2\xc5\xa1\xdf\x3e\xd7\xc2\x3a\x3d\xe5\x59\xd4\x3b\x24\x4f\ \x9c\x2b\xb8\x9d\x2c\x38\xa8\xf5\x76\x99\xa1\x98\x88\x88\xde\xba\ \x3b\xd2\x4d\x95\xfc\x3c\x50\xd3\x4a\x53\x6e\x4d\x2c\x4d\xf6\xbe\ \xfd\x26\x9e\x37\x1a\x50\x87\x7b\xfa\x74\xc0\xba\xd4\x18\xf5\x94\ \x65\x70\xff\x91\xd0\xe1\x5e\xe7\xd9\xd7\x26\x4c\xa8\xc0\x96\x13\ \xd2\xe2\x8b\xcc\xe9\xf7\x8f\x08\x05\x03\x29\xa9\x69\x27\x4f\xa8\ \xc0\x89\x19\xce\xf1\x67\xb9\x72\x3d\x80\x18\x5c\x49\x71\x56\x94\ \x22\x08\x50\x6a\xb9\x3d\xdd\x21\xe6\x96\x3b\xab\xc7\xdb\x5d\xe1\ \xd0\xc1\x1a\x43\x4f\xf0\xcc\x9a\xe7\xcc\x4f\xe5\x26\xb4\x55\x54\ \x49\x4e\xc0\x4d\x64\x2b\xa9\x96\x1d\x98\x9b\x40\x2e\xaa\x54\x0a\ \x2b\xdd\x45\xee\x58\xed\x21\xb5\x2f\x24\xe6\x96\xda\x33\x47\xba\ \x0c\x42\x32\x0e\xac\x59\x83\xc6\x9c\x6d\xcf\xcc\x4f\x9c\x3a\x96\ \xf6\x34\xc6\x5a\xbb\x60\x42\x79\xd6\x1d\x5f\x73\x67\xd9\x00\x67\ \x9c\x40\x5b\x59\xa5\xec\x11\x01\x67\x1c\xd8\xed\x65\x15\xf6\xea\ \x29\x8a\xec\x8b\x34\x76\x53\x6f\x17\xb5\x95\x26\xcf\x18\x05\x08\ \xb6\x57\x56\x0a\x02\x81\xce\x4c\x67\x69\x36\xe4\x8c\x43\xbb\x73\ \xf2\x34\x4f\x45\x72\xec\xd0\xde\x58\x4f\xcc\x31\x7e\x66\xc2\x98\ \x52\x5b\x5e\x36\x1d\xf2\x4b\x45\x15\xa2\x4d\x00\x00\xa0\x94\x92\ \x84\x89\x45\x66\xc7\x51\xb5\xb3\x97\x01\x9b\xad\x6c\x62\xd2\xf4\ \x51\xac\xe7\x48\xf8\x68\x3b\xca\x1c\x9f\x3c\x7b\x0a\x0a\x35\xf9\ \xb7\xef\x56\xc3\x4a\xca\x95\xb7\x78\x72\x53\x1d\x13\x26\x41\x7f\ \x53\xa4\xa9\x95\x70\x8f\xb3\xba\x94\x1e\x7c\x6f\xb8\xd9\x99\x75\ \xf1\x74\xec\xcc\xf0\x4c\x9f\x6a\xcf\x4a\x41\xd6\x74\x33\x8b\x2f\ \x02\x9c\x73\xef\xf0\x90\xc7\x73\x9a\xde\xee\x69\xd6\x7d\x85\x10\ \x76\x75\xb6\x97\x57\x56\x23\x84\xff\x8b\x89\x64\x81\x57\x7e\x31\ \xac\x4e\x29\xba\xe3\xbc\x4f\xd9\xd6\xea\xad\x7b\xc2\x6d\xaa\xe4\ \x21\xbe\x77\xde\x46\xd3\xbf\x96\x77\xe1\xa8\xff\x83\xac\x35\x07\ \xbb\xff\xdf\x2f\xd0\xbc\x07\xb3\x66\xe6\x5b\xe5\xcc\xe2\x8b\x05\ \x63\xf4\x68\x7d\x6d\x6e\x5e\xc1\xc7\xa7\x48\x7c\x7e\xf6\x2f\x46\ \x9e\xcb\xee\x15\xbb\x02\xff\xc4\x37\xa8\xaa\x1d\xdd\x17\xe5\xd8\ \x36\xff\xb6\xd4\xb3\x47\xfd\xdf\xa4\x9a\xcb\x89\x8b\xbf\xae\x94\ \x58\xa2\x60\xf1\x95\xf2\x2f\xfc\x17\x81\xf6\x14\x47\x79\xca\xa7\ \x3f\x5f\x2e\x9d\x9d\x53\x3a\xfb\xff\x38\xd1\x92\xc7\x51\xee\xb1\ \x8a\x91\xc5\x97\x0c\xcb\x3f\x66\x61\x61\x61\xe9\x82\x85\x85\x85\ \xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\ \xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\ \xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\ \x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\x61\ \xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\ \xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\ \x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\ \x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\ \x60\x61\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\xc5\xff\ \x81\x2e\x40\x88\x10\xb6\x72\xc7\xc2\xe2\xcb\x5c\xf9\x11\x06\x10\ \x9e\xf6\x5f\xc2\xe9\x34\x01\x12\xc3\x68\x6b\x69\xb4\xa4\xc1\xc2\ \xe2\x4b\x0c\x63\x94\x18\x06\x84\x90\x73\xfe\x51\x11\x08\x05\x03\ \x1f\xd7\x05\x5d\xd7\x0c\x5d\x3f\x93\x96\x58\x58\x58\x7c\x19\xe0\ \x5c\x92\x65\x59\x56\x3e\xae\x0b\xc2\xe9\x4e\xe6\xb2\xac\x28\x8a\ \xcd\xca\x37\x0b\x8b\x2f\xbb\x32\xf0\x8f\x8b\xc2\xe9\x75\xe1\x13\ \xce\xb6\xb0\xb0\xf8\x2a\x60\x8d\x47\x58\x58\x58\x58\xba\xf0\x8f\ \x81\x82\x28\x89\xf8\x4b\xee\x5b\xc1\x82\x28\x20\xf8\xb9\x7f\x10\ \x22\xfe\xd7\x13\x09\x25\x59\x16\x10\xe4\xff\x7c\xce\x48\x02\xfe\ \xb2\x3d\x6b\x8c\xfe\x6d\x5d\xe0\x1c\x48\x36\xee\x74\x00\x8c\x00\ \x3f\xe9\xa0\x20\x71\xa7\x13\x88\x18\xf0\x7f\x2e\x51\x40\x10\xc0\ \xbf\xf8\x74\xa1\x28\xc9\xc7\xab\xa8\x20\x4a\xe2\xe9\x6e\xef\xdf\ \x73\x8f\x42\x41\x10\x20\xa7\xa6\x49\x38\x00\x00\x42\x8c\x48\xcb\ \xe1\x3d\xb5\xbd\x11\x8c\xbe\x24\xd2\x00\x11\x16\xc5\x53\x0a\x3a\ \x42\xbc\xa7\xb9\xa1\x6d\x48\xfd\x3f\xbb\x47\x88\x44\x51\x80\xff\ \xa0\x68\x1a\xad\x87\x0f\xf7\xf8\x74\x7c\xaa\x46\x23\x41\x92\x25\ \x11\x9e\x54\xe8\x65\xe9\xe3\x97\x82\x88\xab\x07\x77\x6c\x6f\x1d\ \x36\x3e\x59\xe2\xb1\x20\x62\xc8\x4d\xd3\x64\x9c\x43\x00\xb1\x00\ \x07\xdb\x6a\xf6\x34\xf5\x81\xcf\xd5\x60\xdc\xbf\xf1\x94\x10\xe2\ \x83\xed\xf5\x4d\xfd\x21\x84\xd0\xbf\xa7\x0b\x82\x00\x1b\xf7\x0a\ \xeb\x36\xc1\x80\x06\x30\xe6\x2e\x0f\x77\xd9\x81\x20\x00\x6f\xbb\ \xb0\x6e\x2d\x6a\xf3\x02\x11\x03\x08\x4f\xa9\x8e\xf1\x8f\xf0\xe4\ \xf7\x10\x40\x04\xec\x08\xff\xe6\x56\xe7\xe4\x2b\x71\xab\xc1\x15\ \x7c\xe2\x5f\x1f\xfd\x22\x3c\x5d\x15\x87\x18\x92\xde\xf6\xa3\x5d\ \x7e\x0d\x41\x84\x10\x1f\xe8\x6c\x69\x1f\x8a\x22\x04\x01\x84\x30\ \x7e\x26\xc4\x12\x8e\xbd\xff\xec\x23\xaf\x6f\xeb\x91\x25\x0c\xc0\ \x89\xff\x9c\x29\x83\x4f\xfd\x37\x14\x44\xd8\x75\x60\xcd\x9f\x7f\ \xf7\xeb\x3f\x3d\xf1\xc6\xae\xed\x2b\xff\xf4\xc4\xb2\x50\x78\x60\ \xd5\x3b\x4b\xdb\x23\x2c\xde\x9c\xc2\x53\x53\xfb\xf1\xab\x9f\xe1\ \x84\x8f\x9e\x09\x3f\x76\xde\x99\x52\xf6\xf1\xff\xfd\x83\x7b\x3a\ \xed\x29\xc7\x73\x08\x09\x34\xd0\xb5\x7d\xcb\x81\x08\x3d\x76\x06\ \x14\xb1\xde\xf5\xe6\x92\x25\x8d\x61\x20\xa2\x7f\xfc\x3b\x10\x7e\ \x52\xda\xe1\xe9\x7e\xf9\x4c\xd7\x1c\x39\x19\x22\x68\x78\x77\xed\ \xd8\xd9\xa7\x02\x01\x9e\xf6\x5b\x00\x61\x91\x04\x5b\x5e\x5b\xb2\ \xac\x47\x13\x4e\xae\xd8\x10\x21\x75\xa8\xad\xa1\xbd\x97\x40\x0c\ \x01\x40\x02\x8e\x7a\x7b\x1a\x9a\x7a\x08\x38\x35\xf7\x90\x48\xfd\ \xb5\x4b\x97\x7d\xe0\x03\xb2\x00\xcf\x94\x36\x80\x05\x21\xd4\xb5\ \xef\x99\xbf\xfc\xe6\x57\xbf\x7b\x7a\xeb\xae\x2d\x8f\x3d\xf2\x5c\ \xf3\x50\x64\xef\x9a\x37\xf6\xb6\x07\x44\x51\x38\xed\xbd\x7c\xd2\ \xa3\xf9\x37\x9e\xfe\x99\x1f\x28\x14\x65\xa1\x76\xe5\x4b\x8f\xbd\ \xba\x95\x49\x22\xfa\x74\x45\xfc\x14\x11\x25\xbe\x55\x4b\x5e\x3a\ \xdc\x17\x13\xfe\x19\x23\xe8\x74\xba\xa0\x38\xd0\xaa\x9f\xdb\xcf\ \x5d\x20\x6e\x69\xe5\x4e\x2e\xfe\xe6\x21\xe5\x4f\x6f\x02\xbb\x13\ \xad\x7c\xc4\x7e\xee\xf9\xd2\x07\x3d\xdc\x2e\x02\xce\x01\x80\x40\ \x96\x00\x84\x00\x63\x00\x01\xe0\x1c\x70\x00\xd0\xb1\xf7\x00\x02\ \x49\xe4\x1c\x00\x77\x0a\xcd\x4a\x03\x18\x00\x88\x01\xe0\x80\x73\ \x80\x30\x90\x44\x00\x20\x90\x15\x80\x21\x60\x0c\x00\x08\x10\x02\ \x71\x3d\x3b\xae\x6a\x58\x14\xf4\xbe\x25\x8f\xff\x65\x47\x67\x44\ \x94\x64\x85\x0f\xbf\xf5\xec\x9f\xd6\x36\x06\x6c\xb2\xc8\x89\xa1\ \xe9\x26\xc2\x18\x41\x4e\xb9\x34\x6a\xda\xdc\x29\x65\x49\x1c\x0a\ \x22\x06\x86\xae\x13\x76\x2c\x77\x78\xdc\x02\x40\x80\x73\x0e\xa0\ \x28\x4a\x90\x9b\xba\x41\x10\x1e\xb1\xa0\xa1\x20\xb2\xe1\xc6\xd7\ \xdf\xd9\x5e\x32\xff\x86\xfb\xee\x5a\x3c\xa6\x62\xcc\x82\x05\x93\ \xe8\x60\xfb\x60\x34\xb9\x2c\xc3\x03\x05\x01\x43\xa6\xeb\x06\xc4\ \x18\x21\x88\x10\xe6\xc4\xd4\x74\x13\x22\x01\x43\x00\x20\x92\x24\ \x09\x32\xa2\x9b\x64\x44\xc5\x30\x62\xa6\xa1\x9b\x14\x0b\x98\x53\ \xc3\x20\x0c\x0b\x02\x04\x00\x61\x51\xc4\xd0\xd0\x75\x0a\x10\x46\ \x48\x10\x04\x40\x0d\x4d\xd3\x29\xe3\xc7\x1e\x24\xc2\x08\x18\xba\ \x4e\x38\x12\x10\x88\x9f\x19\x37\xfc\x04\x51\x12\x10\x37\x74\x83\ \xf2\x8f\x14\x4f\xce\x8e\x39\x86\x11\xc6\x90\x13\x4d\x33\x00\xc2\ \x18\x41\x00\x91\x28\x8a\xdc\x34\x74\x93\x61\x41\x94\x14\xdc\x5d\ \xb3\xf1\xcd\x75\x87\x75\x02\xe2\x5f\x41\xa2\x10\xed\x6a\xf6\xab\ \xb6\x82\x64\xd1\x60\x50\xc0\x08\x9c\x2e\x73\x00\x00\x48\x10\x25\ \x01\x99\x86\x4e\x28\x83\x00\x00\x84\x25\x51\x60\xa6\x6e\x12\x20\ \x60\x04\x21\x42\x08\x18\xba\x66\x50\x80\x05\x7c\xac\x6f\xc2\x75\ \x7d\x24\x25\x10\x61\x08\xa8\xae\x69\x26\xe5\x82\x24\x09\x88\x1b\ \x86\x41\x39\x40\x58\x8e\x75\xec\x5c\xfa\xde\x86\x08\x65\x84\xf1\ \xf8\x3d\xc6\xbf\x85\x10\x44\x58\x94\x44\x4c\x09\x1d\x6a\x3b\x12\ \x56\x12\xf3\x32\xed\x34\xfe\x44\xe3\x5d\x03\x89\x6f\x7b\xe9\xf7\ \x0f\xfd\xf1\x95\x3e\x4d\x90\x25\x59\xd0\x87\x96\xfc\xe9\x07\xbf\ \x7e\x7e\x3b\x13\x65\x49\x92\x10\xa7\x86\x61\x32\x00\x90\x20\x78\ \x9b\x9b\x98\x2d\xb7\x3c\xcb\x6e\x1a\x26\xa1\x5c\x10\x25\x01\xc6\ \x7f\x45\xc0\x10\xc6\x25\x46\x30\xfd\xab\xde\x7c\x8f\x14\x9d\xf3\ \xcd\x07\xee\x98\x3e\x76\xd4\xec\xf9\x33\x53\x81\xaf\xb9\x83\x97\ \xe6\x65\x8b\x18\xc5\x9f\x1a\x87\x68\xe4\x5e\x38\xd1\x35\x9d\xc1\ \x78\x06\x41\x51\x92\x30\x64\x86\x61\xb0\x91\xa7\x8f\x39\x31\x74\ \x83\x62\x8c\x39\x35\x0c\x93\x62\x01\x7f\xf4\xe9\x63\x2c\x08\x02\ \x60\xa6\xa6\xe9\xe4\xf8\x13\x85\x10\x82\x78\x09\x8d\x97\x59\x7e\ \xec\x81\xea\x1c\x61\x8c\x21\xa3\x2c\xb3\x6a\xca\xdc\x69\xe5\x02\ \x40\x82\x88\xa9\xa1\x9b\x84\x1d\x93\x87\x93\xbf\x07\xb0\x78\x4a\ \xfe\x03\x00\x10\x46\xd1\xe1\xde\x8e\x61\x5b\x4e\xb2\x9b\x32\x7e\ \x72\x6f\x62\xa4\x5e\x9c\xc1\xf6\x3f\xdd\x78\x04\x21\x6c\xe6\x05\ \x1c\xac\xc6\xad\x3e\x30\xb8\x4f\xfa\xdd\xef\x70\x74\xa6\xb9\xf8\ \x3c\xd4\xd1\x07\xa4\x5c\x72\x76\xae\x74\xc3\x3c\xe5\xfd\x5a\x2e\ \xa7\x91\x6f\xfc\x4c\x7b\xe8\x32\xfc\xfa\xef\xe5\xdf\x3c\x8d\xda\ \x07\xf9\x05\x0f\x6a\x57\xa5\x4a\x3f\xf9\x03\xee\xf2\x01\x4f\x99\ \xf1\xe3\xdf\x1b\xb7\xcd\x07\xfe\x2e\xdc\xa9\x03\xc4\x84\x47\xee\ \x52\xfe\xbc\x0a\xfa\x74\x3e\x6a\xae\xfe\x9b\x3f\x99\xb3\x73\xd1\ \xb6\xd7\x95\x87\x7f\x81\x6b\x7d\xc0\x99\x6a\x3e\xf4\x1b\x73\x6c\ \x8f\xed\xea\x5f\x91\x5f\xbf\xae\x5d\x3b\x01\x6a\x3a\xc6\xd0\xdf\ \xd3\x39\x44\x72\x17\xe5\xa7\x00\x04\xc2\x3d\x9d\xc3\xe1\xa4\xab\ \x46\xa5\x1d\x58\xf3\xda\x9b\x9b\x8f\x12\x23\xe6\x2a\x9d\x73\xe7\ \xad\x97\x49\x4d\x5b\x57\x6c\xe8\xbe\xe9\xfe\xa9\xe1\xee\x9a\xf7\ \xdf\x5b\xd5\x32\x18\xf4\x05\xc1\xe5\xf7\x7f\x33\xb7\x67\xfd\xeb\ \xb5\xae\x6f\xdd\x7b\xc9\xd0\xde\xd7\x9f\xdf\x6e\xdc\x77\xdf\xf5\ \xde\x83\xcb\x5f\x5b\xb5\x7b\x38\xa4\xe5\x4e\x5c\x74\xf3\xe5\x33\ \x64\x6a\x62\x0c\xba\x3b\x9a\xba\xfb\x86\x23\x9b\x3e\x48\x75\x9c\ \x13\xdd\xbf\x06\x4c\xbc\x2a\xc1\xdb\x61\x66\x14\x67\x25\x39\x86\ \x9b\xb7\x2c\x79\xf3\x83\x9e\x60\xc4\x5d\x3c\xeb\xae\x9b\x17\x79\ \xf7\x2c\x7d\x75\xf5\x61\xc3\xd0\x95\x9c\x09\xb7\xdd\x7a\x55\xb6\ \xdd\xa8\xdb\xb2\x72\xf5\xf6\xc3\x43\x43\x43\x42\xe6\x59\xdf\x7e\ \x70\x71\xfb\xf2\xe7\xdf\xda\xd9\xc6\x00\x4f\x48\xcf\xb3\x53\x6f\ \x4b\x57\x70\xec\x79\xd7\xdf\x70\xee\x58\xe2\x6d\x5c\xfa\xc6\x7b\ \xb5\x9d\x5e\xe6\xcc\xbf\xe1\xee\x1b\x6d\x2d\x1b\x5e\x5b\xb5\x3b\ \x42\xc4\xb1\xf3\xaf\xba\x62\x4e\x09\xa3\x9c\xc5\x7a\x5f\x7b\xfe\ \xa5\x86\x61\x9d\x61\x25\x27\x2b\x35\x32\xd0\x36\x48\xd2\xaf\xbe\ \xfd\xf6\xa9\x05\xce\xe1\x96\xbd\xef\x2e\xdf\xd0\x39\xe4\xf5\xb1\ \xb4\xc5\x97\x4d\xdc\xb7\xe9\xe0\x39\x77\x7e\x73\x0c\x6a\x7f\xec\ \x91\x97\x8a\x2e\xbf\xf7\xec\xd2\x04\x86\xd0\xe0\xfe\x0f\x5e\x7c\ \x7f\x7b\x8c\xe8\xd4\x5d\x7e\xf3\xed\x37\x54\x25\xd3\x03\xeb\xde\ \x7c\x77\x6b\x7d\x44\xe3\xa3\xce\x5e\x7c\xf3\xa2\xaa\xee\xbe\x9e\ \xd0\xa0\xf7\x6f\x8f\x3e\x77\xe1\xe2\x2b\x27\x16\x27\x22\x4c\x9b\ \x3a\x7a\x07\x7a\xfb\x96\x3e\xf1\xff\xa2\x3c\x7d\xf1\x6d\xb7\x4c\ \xce\x51\x5a\xf7\xad\x7e\x73\xf5\x29\x99\x03\xb0\x48\x43\x9d\xcb\ \xdf\x5b\x76\xb8\x63\xd0\x1b\x30\xa6\x5c\xf9\xf5\x5b\x66\x24\x6d\ \x7c\xef\xf5\x75\x7b\x5b\x63\x44\x9e\xb5\xf8\xf6\x0b\xcb\xd9\xeb\ \x2f\xbc\x74\xb8\x5f\x55\x55\x78\xd6\x25\x37\x5d\x3e\xa7\x34\xd2\ \x71\xe0\xf5\x37\x57\xb5\x0d\x04\x95\xac\xb1\xb7\xde\x79\xad\x6b\ \x60\xfb\xd3\x2f\xad\x1c\x36\xe4\x89\x0b\x2e\x9f\x9d\xaf\x2f\x7f\ \xef\x83\xce\xe1\x80\x5f\x4b\xbc\xfb\xe1\x6f\x49\xed\xfd\x21\x7f\ \xdf\xeb\x4f\xfc\x65\xfa\xe5\xb7\xcd\x4e\xe8\x7f\xe5\xd5\x65\xed\ \xde\xa0\x2d\x67\xd2\xad\xb7\x2e\xce\xa2\xdd\xcb\xde\x7e\xef\x50\ \xc7\xf0\x40\x67\x67\xfa\xf4\x5b\x32\x14\x46\xd5\xe3\xed\xbb\xc4\ \xbc\x47\x6a\x7a\x55\xa7\x19\xee\x1b\x08\x55\xa6\xd8\x37\xbf\xff\ \xde\xa1\x41\xa9\x60\x46\xb6\x4b\x06\xcd\x3b\xd6\x2e\x5f\xbf\x7b\ \xc8\xef\x8f\xda\xc7\x7e\xef\xbb\x37\xb4\xb6\x0d\x26\x96\xce\x67\ \xcd\x6b\x7f\xfd\xd2\x9e\x85\xb7\x7e\x6d\x94\x50\xfb\xca\xeb\xab\ \x3a\x86\xa3\xf6\xec\x89\xb7\xdd\x72\x49\x9a\x04\x38\xc4\x51\x7f\ \x67\x43\xf3\xa0\x16\xdd\xb2\x35\xc1\x51\xa0\xee\x3d\x48\xc6\x15\ \xa7\x0e\xf7\x09\x69\x17\xe7\xa5\xe9\xc3\x0d\xaf\xbf\xfa\x4e\x7d\ \xcf\x30\x4c\x28\xbd\xe1\xce\x5b\x53\x7d\x5b\x9f\x79\x79\x7d\x84\ \x52\x43\xc8\xb8\xf6\x8e\x5b\xc6\xe7\xba\xba\x0e\x6d\x79\x7f\xcd\ \xd6\x3e\xaf\x3f\xcc\xb2\xbf\xfe\xf0\xdd\xea\xae\xa5\x6f\x6c\xae\ \xa7\x26\x71\x66\x17\x78\x88\xb7\xb5\xc7\x5f\x36\xef\xda\x5b\x16\ \x4d\x02\xc1\xd6\x77\xdf\x7a\xeb\x40\xbb\x8f\xc8\x59\xd7\xdd\x71\ \x53\xe2\xd0\x8e\xd7\xde\xdf\x16\xd0\x61\xc5\xdc\xc5\xd7\xcc\xab\ \x60\x04\x08\x5a\xf3\xa3\x4f\xbc\x3b\xe6\xda\x6f\x9c\x93\x36\xf8\ \xf4\xa3\xcf\xe7\x5c\xf2\xf5\x09\xc6\xa1\x67\xde\xdc\x10\x36\x75\ \xe2\x28\xba\xe1\xce\xdb\xc6\x28\x6d\xcb\x96\xad\x1d\x7f\xdd\x7d\ \x42\xac\x6f\xf5\x7b\xef\xee\x6d\x1a\x08\x04\x02\xe5\x17\x7f\xed\ \xba\xc2\xe0\x13\xaf\xec\xbb\xf2\x81\x7b\x32\x23\x87\x1e\x79\x76\ \xf3\xf9\x77\xdf\x5f\x6a\x1e\xfa\xfb\x92\x55\xed\x03\x01\x5b\xce\ \xf8\x9b\x6f\xbe\x22\x53\xe6\x08\x82\x81\xa1\xb6\x4e\xff\xc0\x9a\ \x57\x1f\x79\xd7\x50\x2e\xbb\xeb\x2e\xd7\xc1\xa5\x2b\x07\x4a\xbe\ \x73\xcf\xd9\xbd\xbb\xdf\x79\xea\x83\xc0\xdd\xf7\x5d\x9f\x2a\x99\ \xc7\x9b\xa8\x4f\xb4\x17\x18\xe5\xb9\x93\x68\x2a\xc0\xbb\x8f\xe2\ \x4d\xdb\x61\x00\x03\xfd\xa0\xb0\x6b\x2f\x6a\x3f\x02\x32\xa6\xd1\ \xd2\x74\x7a\xf1\xcd\xfa\x43\xdf\x20\x13\x44\xf1\x47\x3f\xc4\x1d\ \x03\x68\xcb\x7a\xdc\xa2\x92\x87\x7e\xad\xdf\x7c\x2e\x3c\xf4\xa1\ \x50\x17\x22\x5f\x7b\x98\x14\xf7\xca\x0f\xfc\x10\xf9\x75\x10\x1c\ \x86\xfd\x5e\xa8\x46\xf1\xee\xd5\x28\x5c\x6a\xfc\xf8\x1b\xfc\xe8\ \x72\xf9\x37\x4f\xa2\x81\x16\xe5\xd6\xbb\xb0\xaf\x5a\xff\xd5\xfd\ \x7c\xb8\x01\xef\x3a\x0c\x44\x07\x4f\x4b\xe1\x22\x86\x9c\x03\x00\ \x30\x64\xbd\x9d\xf5\x66\x76\x51\x46\x82\x0d\x01\xd6\xd3\xd9\xe4\ \x4f\xac\xc8\x77\x44\xb7\x6e\xdb\x53\xb0\xf0\xc6\xef\xdd\xb7\x38\ \x7c\x70\xeb\xe1\xf6\xd0\x40\x77\xd3\x20\x4e\x94\x42\x4d\xcf\x3e\ \xfe\x5c\x28\x6b\xe6\x5d\xb7\x5e\x95\x06\x09\xe2\xb4\xa5\xb9\x0e\ \xa6\xa6\xd8\x25\xd0\x55\x5b\x8f\x9d\x99\xa8\x7f\xdb\xe3\xaf\x6d\ \x1d\x75\xc9\xbd\x0f\x5e\x3b\xe1\xe8\xf6\x75\x5d\x2a\xc0\x08\x20\ \x6e\x76\x36\x37\x95\x2c\xbc\xe1\x7b\x0f\xdd\x33\x25\x1f\xee\x3f\ \x3a\xa8\x38\x6c\xdd\xcd\x6d\xd9\xa5\x25\xf6\x70\xfd\x8b\x4f\xbf\ \xe9\x99\x7e\xf5\x43\xf7\x5c\x36\xbc\x7f\xdb\xd1\x8e\xa1\x43\xdb\ \x76\xa6\x4d\xbd\xf2\xe1\xef\xdc\x4c\xdb\x77\x6c\xef\x88\x74\x6d\ \x79\xe3\x99\xe5\x47\xa6\x5c\x71\xeb\x25\x53\x8b\x74\x22\xdb\xe8\ \xd0\x87\xdb\xeb\xca\x2f\xba\xfb\xbe\xcb\x27\x1c\x3d\xd0\x3a\xea\ \x82\xbb\xef\xb9\xa8\xe8\xe0\x87\xeb\xbc\x66\x64\xc5\x0b\x2f\xb6\ \xca\x13\xbe\xf3\xbf\xf7\xa5\xab\x75\x5b\x0e\x1d\x5c\xb9\x7c\x75\ \xc2\x8c\x6b\x7f\xf8\xbd\xfb\xe7\x8f\xcb\xa6\x84\x42\x24\x06\xdb\ \x77\xed\xed\x97\x6e\x79\xf0\xdb\x33\x33\xc3\x35\x01\xcf\x2d\x0f\ \x7c\x7b\x92\xd4\xbb\x69\x7b\x8b\xe6\x3d\xfc\xf8\xe3\xaf\xc3\xb2\ \xf3\xee\xbe\x76\xae\x9d\xaa\xf6\x04\x7b\xd0\x37\x1c\x34\xa1\xb7\ \xbd\xe6\x68\xd0\x55\x94\x99\xc4\x39\x10\xb1\xbe\x67\xdb\x36\xa3\ \x78\xe1\xf7\x1e\xba\x37\x27\x50\xb3\xf3\x70\x57\xef\x91\xd5\xcf\ \x7e\xd0\xba\xe0\xa6\x6f\xde\x77\xe5\xb8\xdd\xeb\x57\x35\x0e\x04\ \xbb\x5a\x22\xe7\xdd\x78\xff\xf7\x1f\xbc\x65\x54\x8e\xcb\x34\x19\ \xa6\x91\xa6\xd6\xb6\xbc\x79\x17\x7d\xfd\x9b\x0f\x4c\x90\x3b\xd7\ \x6f\xa9\x0b\xf4\xee\xfe\xdb\x47\x33\x07\x61\x32\xf4\xe6\x53\x4f\ \x1f\x36\x4b\xee\xb8\xf7\xe6\xd2\x04\xc2\x64\x74\x64\xcd\x6b\xef\ \xee\x33\x6e\xfe\x9f\xef\x5e\x50\xcd\xd7\xef\x3e\xdc\xdb\x7a\x74\ \x6f\x8b\x70\xfd\xd7\xbf\x7b\xd3\xec\xc4\x6d\x1b\x36\x7a\xc3\x03\ \xaf\x3d\xfd\xaa\x59\xb2\xe8\xe1\x87\x6e\x32\xda\xb6\xed\xe9\x89\ \x76\xef\xdd\xec\x73\x8d\x7d\xf0\xe1\x87\xe6\xa6\x0f\x3f\xfd\xc4\ \x6b\xf2\xd8\x0b\x6e\xb9\x62\x8e\x40\xa0\x0d\x69\xb5\x6d\xbd\x55\ \x17\xdf\xf9\xf0\x77\xbf\x3d\x3f\x23\xfc\xe2\xe3\x2f\xc2\xea\x0b\ \xbf\xf7\xcd\x1b\xf4\xfa\x3d\x87\x5b\x7a\x96\xbf\xf8\xd4\xbe\x70\ \xf6\x2d\xf7\xdc\x32\xa6\x30\x2d\xa3\x24\x4f\xa2\x94\x9d\x70\x36\ \xc1\xf6\xc3\x87\xd4\xd4\xc9\xf3\xab\x94\x1e\x5f\xa0\x7b\xdf\xda\ \xed\x3d\xca\xa4\x89\x85\xc9\x59\x49\x7d\xfb\x56\xfc\xed\xb5\xad\ \x95\xe7\x5e\xbf\x78\x61\x35\x01\x5c\x86\xe1\x8e\x41\x2f\x0b\x1d\ \x78\xe2\xef\x5b\xc7\x5d\x74\xed\xd4\xb4\xe1\xa7\x9f\x7a\x03\x8f\ \xb9\xf2\x07\x0f\x5c\xa1\x36\x6c\xa8\xe9\x8b\x60\x0c\x21\xc2\x43\ \x2d\x87\x85\xf2\xb3\xbf\xfb\xbd\x6f\x5d\x3a\x27\xaf\xb6\xa6\x85\ \x7a\xd2\xfc\x4d\x75\x4a\x46\x7e\x8e\x23\xf0\xf6\x53\x4f\xf7\x25\ \x4c\x79\xe8\xe1\xfb\x93\x86\x8e\xec\x3c\x32\xd8\xbe\x77\x4b\x24\ \x65\xca\x77\xbe\xfb\xcd\x52\xd4\xba\xe6\x60\x4f\xb8\x69\xf3\x93\ \xcf\x2f\x4b\x3b\xeb\x8a\x9b\x2e\x9e\x06\x28\xb6\xb3\xc0\xd6\x1d\ \x7b\xf2\x17\xde\xfc\xc0\x0d\xd3\x5a\xea\x1a\x8a\x2e\xf8\xda\xfd\ \x17\x8f\x3d\xb2\x76\xb3\x57\x0d\xae\x7a\xf5\xf9\x1a\x3e\xea\xc1\ \xef\xde\x57\xca\xea\x77\xee\xdf\xff\xc1\x7b\x2b\x6d\xe3\xae\xf8\ \xe1\xc3\x0f\x9e\x3f\x31\x87\x99\x04\x09\x42\xb4\xeb\x68\x7f\x80\ \xe5\xa5\x3b\xc3\xfd\xdd\x4d\x3d\x38\x27\xd5\x7e\x60\xc7\x96\x70\ \xf6\xec\xef\x7e\xf7\x81\x62\xb5\x7e\xeb\xbe\xd6\x90\xb7\xaf\x75\ \x00\xa7\xca\xea\xbb\xcf\x3f\xb6\xcd\x97\x7a\xf3\x5d\xb7\x4f\x4a\ \x17\x20\x63\x7d\x5d\x4d\xfd\x30\x29\xd9\x69\xf3\x75\x1e\x19\xe4\ \xb6\x14\x79\xe0\x85\xc7\x5f\xe5\x65\x17\x3e\xfc\x9d\x1b\xd4\xe6\ \x6d\xbb\xba\x62\x12\x46\x10\xb0\xee\xba\xa3\x99\x63\xcf\xbe\xef\ \x81\x07\xe6\x65\x45\x97\xaf\x3a\x8c\x21\xf5\x0f\x0e\x32\x48\x1a\ \x76\xef\x11\x33\x73\x93\x9c\x88\x31\xfe\xe9\xfa\x11\x94\xf2\x94\ \x1c\xba\xa0\x18\xec\x78\x59\x7a\x6b\x19\x3f\xf7\x3e\xf3\xc2\x14\ \xf1\x4f\xaf\x0a\x3b\x5b\xe8\xb9\x97\xf2\x50\x9d\xf8\xf6\x12\x61\ \xf9\x26\x34\xa4\x01\x10\x84\xe1\x18\x40\x08\x24\xe5\x98\xdf\xf8\ \xa6\x71\xc1\x2c\x4e\x0d\xe0\x48\x37\xef\xfc\xae\x71\xc3\x02\x10\ \x6b\x46\xfe\x18\x10\x04\x80\x11\x80\x10\x60\x04\x52\x27\x18\x0f\ \xfd\x88\x8c\xcf\x85\xde\x2e\x54\x5f\x83\x5a\x74\xfa\xad\x87\xf5\ \xaf\xdd\xc8\x93\x1c\xc0\x30\xf8\x94\x9b\x62\x3b\xb6\x1a\x97\x55\ \x03\xdd\x00\x00\x42\xaa\xb5\xd7\x77\xe7\x17\x96\x24\xc8\x0c\x32\ \xa3\xe3\x68\x63\x66\x65\x89\x18\xe8\x1a\x8a\x26\x4e\xa9\x2e\xf2\ \x24\x26\xb8\xdc\x76\x45\xd0\x3b\xda\xbb\x8b\xaa\x72\xdb\x76\xaf\ \x1b\x4c\x9f\x73\xc7\x35\xf3\x9c\x64\xc0\xef\xcc\xcc\x76\xf3\x8e\ \x0e\xad\xba\xb4\x40\x20\xde\x86\x4e\xad\xb0\xb2\xac\x75\xc3\x6a\ \x9f\x94\xee\x88\x34\xbc\xf3\xc1\x91\x9c\xb1\x33\x72\xec\x80\x72\ \xc8\x8d\x50\x4b\x7b\x2c\xaf\xbc\x2a\xd1\x6e\x53\x07\x1a\x43\xb6\ \x94\x82\x54\xb3\xb1\x8d\x96\x97\xe4\x77\x1c\xd8\x74\x24\x94\x90\ \x21\x0c\xaf\x58\xbe\xc1\x59\x39\x3e\xc7\xe6\x6f\x1a\x72\x8f\x1d\ \x5d\x9d\x98\xe4\x74\xb9\x3c\x2e\xd0\xbf\x6a\x43\xfd\xa4\xc5\x5f\ \x9b\x3f\x2a\xb5\x7f\x68\x28\x67\x7c\x35\x1a\x6c\xf4\xa2\x84\x49\ \xe3\x0a\x1d\x0e\x67\x52\x4e\x7e\x71\x61\x56\xaa\xdb\xed\x70\x25\ \xe8\xdd\xbb\x37\xb5\xf8\x73\xb3\x95\x1d\xcb\x96\x0f\x80\xfc\x69\ \x55\xe5\xe3\xc7\x56\x76\x6c\x7c\xf7\xc3\x3a\x9f\xc7\x6d\xe7\x9c\ \x43\x81\x77\xd5\xb5\xa7\xe4\x8f\xad\xcc\x48\xb0\xdb\x9d\x45\x25\ \xc5\x39\x69\xe9\x1e\xb7\xd3\xe1\x94\x8e\xac\x5b\x4d\x8b\xcf\xbd\ \xe3\x92\x29\x6c\x70\x48\x70\x95\x56\xe4\x66\xdb\x21\x0c\xf9\xfc\ \xfb\xb6\xef\xcf\x9a\x38\x23\x3f\x11\x33\x80\x40\xb8\xaf\xdd\xab\ \x8e\x9b\x58\x95\x98\x90\x9c\xe0\x72\xd9\x05\x63\xd7\x86\xbd\x15\ \xf3\xaf\x98\x5b\x95\x9d\x9a\x96\xe4\x50\xa4\xa8\xbf\xab\xc3\x4c\ \x28\x2d\x2d\x70\xc8\x02\x86\x00\x42\x64\x86\x86\x3b\xba\xcc\xa9\ \x53\x27\xa5\xa7\x64\xa4\x25\xba\x24\x81\xd7\x6d\x5a\x17\x94\x4f\ \xce\x1c\xc8\x04\x79\xe0\xe0\xfa\x23\xd1\x9c\xaf\xdd\x7d\x59\x1e\ \x56\xc3\x46\xd2\xd8\x54\x75\xdd\xf6\xbd\x8e\xfc\x9c\x9e\xbd\xeb\ \xb6\x36\x98\x73\x27\x96\xf6\x77\x36\x4a\x25\xa3\x4b\x72\x52\x92\ \xdc\x4e\xa7\xcb\xe3\x6b\xdc\xb8\x67\x18\x65\x7b\xd4\xb5\xef\xae\ \x02\x69\xe3\x26\x65\xb2\xc3\xcd\xd1\xa2\xd1\x53\xb3\x13\xa5\x9a\ \x1d\x5b\x59\xf5\x25\xb7\x9d\x37\x99\x04\xba\xa4\xa2\xd2\x34\x1c\ \x68\xef\x37\x46\x57\x14\xb8\x9d\xb6\xde\x86\x9d\x7b\x07\x6c\xd9\ \x8e\xd8\x07\xcb\xd6\xa0\xe2\x71\x19\xea\xbe\x9d\x83\x9e\x5b\xef\ \xb9\xa6\x58\x0e\x0d\x47\x71\x55\x51\x32\x3b\xd1\x87\x80\x02\x09\ \xd5\x1c\xae\x4b\x9d\x3c\x63\x6c\x61\x66\xf3\xde\xb5\xaf\xae\x6a\ \x98\xb1\x60\x96\x14\x89\xe4\x25\xb3\x8d\xeb\xb7\x94\x2c\xba\xf1\ \xc2\xa9\x15\xe1\x9e\xde\xdc\xd2\x32\x87\x3a\xd8\xd3\xd9\xb5\x63\ \xc3\xce\xbc\x73\x6e\xbe\x62\x46\x49\xd7\xce\x75\x47\xbd\x28\xc7\ \x1e\x58\xf9\xfe\x06\x94\x37\xa5\x2a\xdd\x41\x19\xc0\xd8\x6c\xa9\ \xef\x4b\x2a\x1a\x95\xe1\x72\xa0\x48\x57\x57\x0c\x56\x57\xb8\x8f\ \xd6\x0e\x65\x16\x56\x93\xae\xdd\x1b\x8e\xea\xb9\x69\xe2\xb6\xe5\ \xef\x0f\xb9\x8b\x26\x96\x09\x47\x1a\xb5\xb2\xb1\x93\x93\x93\x9c\ \x2e\xb7\x3b\xc9\x6e\x6c\x5a\xbb\xc9\x35\xed\x9a\x6b\xe7\x8e\x89\ \x79\xbb\x9c\xe5\xe5\x8e\x58\xff\x50\xd8\x33\x65\x54\xb1\xdb\xe5\ \x48\x4d\xcf\x2e\x2f\xcd\x4c\xf2\x24\xb8\x12\x3d\x46\xf7\xe1\x9d\ \x35\x7d\xf9\xd9\x8e\x5d\x6b\x56\xb6\x90\x82\x09\xa3\xaa\xc6\x4d\ \x1c\xd5\xb5\x7d\xf9\x9a\x9a\x01\xa7\xc3\x01\x21\x10\x04\xda\xd6\ \xd4\x25\xa4\x55\x17\x38\x51\x6f\x77\xa3\x9e\x55\x98\x6d\x0b\xb7\ \xf6\x05\xc7\x4c\xaa\x4e\x4a\x4a\x4c\x70\x39\x9d\x76\xb1\xb7\xb3\ \x05\x17\x95\xc1\xbe\x83\x3b\xbb\x92\x6e\xbf\xed\xba\x92\x44\xd6\ \xed\xb7\x97\xe5\xa4\xf5\xb4\xb6\x64\x57\x14\x27\xc8\xac\xa3\xbe\ \x3b\x2d\x6f\x14\x6f\xfd\x70\x8f\x0f\x67\xb9\xa3\x1f\xbc\xbb\x06\ \xa7\x8f\x9d\x90\x63\x37\x18\x00\x24\x50\xdb\xaa\x55\x4f\x9e\x99\ \x9d\x92\x9a\x9a\x9c\x80\x01\x4c\xc8\x48\x80\x24\x38\xdc\x57\xb7\ \xb3\x95\x9d\x35\x63\x92\x42\x0d\xfe\x69\xfd\x0b\x8c\x42\x7b\x0a\ \x9d\x72\x0e\x1c\xdc\x27\x2e\xad\x21\x5f\xbb\xc9\x3c\xe7\x5c\xb4\ \xed\x65\xdc\xe6\x20\x57\x4c\x86\x2b\x9f\x91\x5e\xdf\xc8\xae\xff\ \x89\xfe\xad\xcb\x38\x30\x46\x9c\x85\x8c\xc2\xa0\x01\x01\x05\x10\ \x01\x4e\x61\x24\x04\xb9\xf4\xb1\x8b\x43\x40\x35\xa8\xa9\x20\xde\ \x81\xb5\x79\x00\x00\x68\xcf\x7e\xdc\xd6\x0a\x74\x03\x88\x22\x18\ \x6c\x14\x9e\x7d\x1e\xb7\xfa\x81\x80\x01\x00\x9c\x69\x83\xfd\xaa\ \xcd\x99\xa8\x08\x92\x3e\xd4\xb0\xa5\x46\x1d\x5b\x5d\x11\xe8\x6a\ \x0e\xba\x0b\x32\x3c\x36\x5f\xe7\x11\x9f\x9c\x90\xed\xd1\x5b\xda\ \x59\x69\x76\x9a\x77\xa0\xdb\x93\x93\xe3\x04\xa0\xab\xae\x56\x4e\ \xc9\x49\x44\xfe\x9e\xb0\x23\x3b\x33\x0b\xf8\x5b\x3a\xa2\xa0\xb0\ \xc8\x33\xd0\x1d\x52\x64\xc9\xef\x0b\x97\xce\xbe\xea\xae\x6b\xe7\ \xd9\x18\x61\x50\xd4\x03\x6d\x9d\x9a\x5c\x50\x90\xc0\x28\xed\x69\ \x68\x97\x13\x4a\x93\xcd\xce\x56\xc3\x96\x97\xeb\x19\xee\xef\x93\ \x5c\x52\xd0\x17\x48\x1b\xb5\xe0\xde\xdb\xaf\xb6\xfb\xeb\xbc\xf6\ \xa4\x9c\x6c\x47\xb8\xb9\x31\x68\x24\x94\xb8\x42\x7d\x1a\x28\x28\ \x48\x05\xbe\xae\x96\x4e\xa3\xaa\x24\xb3\xbf\xa9\x95\x3b\x8a\xf2\ \x9d\xbc\xab\xb5\x41\x4c\xcb\x48\x71\xb2\x86\xfa\x1e\x39\xab\x52\ \xf6\xf7\x9b\xd0\xc6\xc3\xc3\x2c\xa1\xe2\xe6\x7b\x6f\xaf\x4e\x4f\ \x9e\x73\xdd\x37\xef\xbf\xa8\x60\xd9\xb3\xcf\xd6\x79\x75\x11\x0b\ \x02\x0f\xd5\x77\x06\x53\x4a\xca\x91\x3a\xd4\xde\x1e\x2c\xc8\xca\ \x84\x5a\x47\x83\x4f\xcf\x2b\x4b\xe9\x6b\x0b\xa6\x64\x17\x0b\x40\ \x3d\xdc\xd8\x6e\x2f\x29\xf2\xd8\x93\x73\x5d\x42\xf3\xc6\x77\xb7\ \x74\x4b\xf3\x66\x8f\x13\x0c\x1d\x62\x14\xea\xef\x19\x8a\x24\x97\ \xa6\x27\xaa\xbe\xb6\xc6\xb0\x94\x93\xed\x1e\xec\x35\x32\x33\x32\ \x01\xd0\xf7\x6e\xd8\xae\xa4\x57\x25\x44\x8e\x86\xed\xc9\x79\x19\ \x36\x6a\x52\x0e\x00\x42\x28\x38\xd4\xde\x0b\x33\x4b\x0a\x32\xc2\ \x2d\x9b\xd6\x35\x84\xaa\xc6\x15\xfb\xba\x83\xd2\xa9\x99\x83\x04\ \xd6\xd7\xd2\x27\x26\x97\xe4\x88\xa0\xa7\xad\x2d\x68\xcb\x4b\x13\ \x8d\x40\x84\xdb\x41\xd4\xa7\x3b\xce\xb9\xf1\xee\x4b\x27\x66\xb4\ \x37\x74\xe4\x15\xe6\xd9\xa0\xd1\x50\x3b\x90\x98\x5d\x0e\x87\xfa\ \xa0\xa8\x68\x01\xaf\xad\xe0\xac\xbb\xee\xb9\x25\x9f\x75\x36\x87\ \x59\x51\x59\x1a\xd0\x7c\xdd\x43\xde\xf4\x82\x1c\x00\xf4\xe6\x23\ \x5d\x59\x79\xc5\xd0\xdf\x3d\xa0\xa5\x14\xa4\x27\x02\xa6\x7b\x87\ \x07\xb0\x53\x8e\x04\xfc\xee\x92\x59\xf7\xde\x75\x7d\x42\xa0\x93\ \xd9\xd2\x73\xec\xa0\xf7\x68\x53\x00\xe4\x14\x26\xd9\x0d\xd3\x8c\ \xb7\x67\x08\x21\xdd\xdf\x53\xd7\x4a\xab\xca\xca\x4b\x32\x13\x9a\ \xb7\xac\x81\xa3\xce\x9f\x9c\xce\xba\x87\x94\x2c\x3b\x1a\x1a\x36\ \x0a\x72\xd3\x01\x19\xa8\x6d\x8e\xe5\x17\x97\x46\xba\x8f\xfa\x93\ \x67\xde\x71\xe9\xb4\xba\x0f\xd7\x75\x6b\x2c\xd0\xef\x87\x92\x2b\ \xe2\x1d\x72\x95\xce\xb9\xe7\xae\xc5\xd9\x76\x48\x39\x46\x7a\x7f\ \xe3\xa0\x9a\x5f\x96\xc1\x39\xf3\xb6\xb7\x47\x78\x76\xa9\x3b\x52\ \x3f\xac\x65\x96\xe6\xc6\x06\xbb\x89\xa2\x18\x61\x1f\x4c\x19\x75\ \xfb\xdd\x77\x8f\x12\xbb\x5a\x34\x54\x54\x96\xc6\x86\xba\xba\xfb\ \x48\x45\xa6\xdc\xeb\x0b\x64\x16\x66\x03\x1e\x6c\xaa\xeb\x2b\x2c\ \x2c\x08\x0f\xb4\x06\x5d\x05\x59\x89\x4a\x6f\x43\x23\xb6\x67\x65\ \x2b\xa4\xb1\xad\x19\x17\x14\x08\xd1\x60\x8c\x39\x78\xc4\x6b\xba\ \x4a\x6e\xbe\xfb\xb6\x71\x79\xa9\x53\x2f\xbd\xe7\x5b\x57\x55\xaf\ \x7e\xf6\x99\x83\xbd\x86\x24\x0a\x18\xe8\x5d\xfd\x43\xb6\xbc\x5c\ \x1b\x62\x9d\x47\x5b\xd3\x72\x0b\xc4\x50\x6f\x4f\xc0\x5d\x9a\x99\ \x62\x06\xda\x1b\xfc\x28\x2f\x3f\xa5\xb7\xb1\x3d\x37\x3f\x57\x0f\ \xf4\xeb\xee\xac\x74\x0f\xf2\x76\x1e\xee\x13\x5d\x39\xe9\x62\x6f\ \x67\x24\x3b\x3b\x57\x00\xbe\x23\x9d\xc1\xf4\xd2\x62\xb5\xb7\x0f\ \x4b\x8a\xea\xf7\x3a\x0a\x67\xde\xf9\xb5\xeb\x0b\xec\x80\x02\x91\ \xf8\x9a\xbb\x0c\xa9\x6a\x54\xb6\xd6\xbb\x6f\xcd\x8e\xd6\xca\xf1\ \xa5\x29\xd9\x99\x98\x0f\x2e\x7b\x7b\xb5\x99\x33\x79\x4a\x91\xd3\ \x30\xd9\xa7\xf6\x2f\x00\x0e\x0c\x89\xce\x99\xc6\xf0\x13\x48\x99\ \x48\xc7\x8c\xa3\xe5\xb3\x99\xf0\x37\x24\x8e\xa7\xe5\xf9\x3c\x79\ \x12\xcd\xb2\x8b\x3f\xbe\x19\x3b\x82\x10\x38\x80\x88\x41\x34\x0c\ \x82\x21\xc0\x21\x00\x10\xa8\x11\x10\x0b\x02\x06\x80\x1e\x05\x20\ \x08\x18\x00\x6a\x18\x04\x34\xc0\x38\x88\x06\x41\x30\x06\x00\x07\ \xe1\x20\xf0\x05\x78\xc1\x74\xfd\xbb\x17\x2a\x4f\x7c\xdb\xf1\x9e\ \x0d\x78\x4d\xea\xb4\xa3\x3d\x2f\xdb\xee\xff\x39\xf9\x75\x49\xec\ \xdb\xf3\x21\xd1\x00\x76\x8e\x9a\x98\xf3\xdc\xaa\x67\x1f\xe9\x2e\ \x1a\x6a\x3c\x82\xab\xe7\xcf\xab\x76\xed\x78\xfa\x90\x2b\xff\x9c\ \x64\x07\xd8\xb3\xaf\x5e\x4a\x98\xe0\x8a\x34\x34\xa8\xf2\x9c\xfc\ \x6c\x71\xb0\xf8\xed\x77\xde\x7d\xda\x6c\xa8\xdb\xdc\x94\x75\xce\ \xa2\x64\xb7\x33\x5d\xf1\x2e\x7f\xf5\xa9\x7d\xa0\xab\x37\x04\x5c\ \x76\x25\x61\x4c\x85\xb8\xc5\xa7\x6a\xa9\xda\x80\x57\x55\xa9\xd3\ \x89\x90\x20\x0c\x35\x37\x18\x4a\x76\x41\xa2\xc8\xa9\xff\x60\x43\ \xa7\xab\x6a\x81\xdb\x86\x1d\xfa\xc0\xce\x83\x2d\x0b\x4b\xc7\x27\ \xed\xdf\x1d\x8e\x69\xdc\x1c\x08\x53\xc3\x77\xa0\x4e\x49\x1a\x9f\ \x67\x67\x87\x8f\xd4\x87\x1d\xf9\xb9\x99\xc5\x79\x2e\xfe\xfe\xb3\ \x4f\xb4\x25\x06\x8e\x78\x6d\x67\xdb\x8c\x9a\xfa\x26\xa5\xf0\x62\ \x37\x88\xd5\x1e\xec\x4a\xaf\x5e\xe8\xa6\xfd\x07\x9a\x3a\xd2\x16\ \x5c\x9d\x92\xa7\xe4\x25\x1c\x0c\x84\x63\x36\x6a\xc6\x22\xa1\xa3\ \xdb\xd7\x6f\x6d\xd2\xed\x5a\x77\x72\x5e\x61\xa2\x4d\xe0\x48\x24\ \x43\x4d\x8d\x83\xea\xdc\x8a\x8c\x48\xdf\xc1\xba\x61\x65\x71\x71\ \x5e\xa4\x75\x79\x6f\x50\xbc\x28\x37\x4d\x2f\x4d\x5b\xb3\xf9\xe5\ \x67\xa3\xf9\x87\xf7\xb7\x65\x5f\xe1\x80\x82\xab\xaa\xca\xf1\x83\ \x47\xdf\x3f\xfb\xbe\x1f\x4d\xc8\x92\x0c\x55\x97\x44\xd6\xd1\x5c\ \x1b\x4c\xcc\xc9\x4c\xb5\x0f\xef\xd8\x1f\x40\xee\xe2\xfc\x0c\xad\ \xc8\xbe\xf2\xfd\x17\x02\x7b\x78\x43\x97\x72\xf5\x7d\x67\x27\xfa\ \x97\xc5\x7a\x6a\x5e\x78\xf2\x99\xf1\xe3\x67\xcc\x9e\x94\x8f\x10\ \x0a\xf4\x36\xf5\x79\xdb\xd7\xbe\xf1\xc4\x60\x53\x63\xfe\xd9\x57\ \x9f\x5d\x99\x5a\xdb\x58\x2a\x6e\xf3\x9f\x94\x39\x98\x52\x98\x5e\ \x94\xaf\xed\x5a\xfb\xc4\x8b\xfe\xe1\x03\x1b\x95\xea\xc5\xa9\x59\ \xb9\x65\x05\x19\xb5\xc1\x90\xe6\xc1\xbe\x41\x7f\x34\x43\x3d\xd2\ \x41\xa7\x2e\x2a\x42\xb1\xf6\xfd\x9d\xc3\xf9\x33\x72\x33\x1d\x55\ \x69\xca\x86\x50\x4c\x03\xda\x60\xcc\x34\x06\x5b\xea\x7c\x66\x72\ \x69\xaa\x42\x21\x2c\x29\xcc\x7d\x6d\xc5\xab\xcf\x77\xa7\xef\x3d\ \xec\x1b\x5d\xe9\x16\x15\x2a\x44\x5b\xdf\x78\xfe\xa9\xd1\xd3\x67\ \x8e\x29\x1e\x9f\xb1\xed\xc3\x60\x54\x83\x7a\xbf\x37\xa6\xe5\x15\ \x97\xd3\x95\xcb\x9f\xf8\x9b\x08\x3a\x77\xc6\x12\xe6\xe2\xbe\xbd\ \xbf\x7c\x62\xe9\xfc\x07\x7e\x38\x3b\x4b\x62\x18\xf7\x34\xee\xea\ \x10\xd2\xae\xcb\x70\xbb\x5d\x63\xae\xbf\x3d\x79\xdc\xdc\x6a\x5f\ \xfd\xd2\x76\xe2\x48\xcf\xc9\x2f\xca\x93\x57\xbf\xf6\xc2\x70\x2e\ \xd8\x3f\xa4\x5e\xe2\x96\xda\x6a\x0e\xe2\xcc\xa9\x17\x5d\x3f\x73\ \xf8\x47\xdf\x7d\x7e\xe9\xee\xdb\xc7\x8d\x49\x39\xb4\x3d\x1c\xd3\ \xa9\x31\x1c\x0c\x1b\x19\x2e\x01\x89\x82\xda\xd1\x36\x18\x73\xcc\ \xcb\x70\x23\xa0\x37\x1e\x3d\x6a\xa6\x55\x25\x3b\xdd\x49\x32\x39\ \xb4\x7b\xcf\xcc\xf9\x63\x8a\x12\xea\x03\x11\xcd\x46\x74\xbf\x69\ \xf4\x35\xd5\x86\x79\x46\x79\xba\xdc\x7f\xb0\xb1\x4d\x4d\xba\x32\ \xa7\x88\xe6\xa6\xbd\xb5\xf4\x25\x5c\xef\xde\xde\xa8\xce\x9f\x29\ \xb6\xd6\xd5\x38\xf3\xe6\xa5\x28\xb1\x8d\x87\x3b\x9d\x05\x33\x9c\ \xa6\xaf\xee\x70\x6b\xd6\xb4\x0b\x32\x8b\x68\x5e\xba\x14\x0c\xc5\ \x9c\x88\xfa\x42\x06\xec\x78\x6f\x63\x63\xd8\x66\x0e\x25\xe4\x16\ \x27\x3b\x05\xc6\x28\x40\x42\x56\x76\xc6\xea\x8d\xef\x3f\x13\xdb\ \x7b\x68\x77\x7f\xd9\x45\xce\xde\xd6\x9a\x61\x57\x56\x56\x9a\xd3\ \x7b\xf0\xc0\x30\x70\x17\x24\x46\xde\x6a\x88\x16\x4d\x2b\xcc\x75\ \x86\xed\xbd\x6f\x3c\xf3\x34\x20\x4d\xdb\xa4\x84\xb9\x79\xc9\x8e\ \xb6\x34\x65\xc5\xaa\xd7\xf4\x23\xc2\xfe\x6e\xdf\x3c\xb7\x2d\x2d\ \x79\x74\xaa\xbc\x29\x14\xd3\xb8\x36\x10\x89\xa9\xcc\xe5\xc6\x22\ \xf2\x77\x75\x0d\xf5\xf5\x6e\x7f\xe7\x99\x35\x2d\x8d\xce\x29\x57\ \x5c\x38\x2e\x43\xe2\x3c\x2b\xf2\xf4\xdb\x5b\x32\x7e\xf0\xd3\x3b\ \x1c\xcc\xd4\xcf\x34\x7c\xfb\xfd\xef\x7f\xef\xb4\x5d\x09\x90\x94\ \xc9\x46\x55\x92\x6b\xaf\x60\x55\x59\xc0\x93\xc1\x2a\x2b\xc8\xb5\ \x57\xb0\xca\x6c\x90\x5d\x41\x66\x4d\xa3\x55\x55\x6c\xe6\x42\xf3\ \x96\x5b\xe8\xd8\x52\x9e\x95\xcf\xe6\xcc\xa3\x55\x45\x00\x11\x90\ \x94\xcd\x66\xcc\xa3\xe3\xca\x78\x5a\x16\x1b\x3f\x87\x8e\xab\xe0\ \xd9\xf9\x6c\xf6\x7c\x3a\xb6\x94\x17\x56\xb0\x39\x73\x69\x69\x16\ \xcf\x2d\x65\x73\xe7\xb1\xf2\x42\x36\x76\x22\x9d\x39\x9f\x8e\x72\ \x0b\xab\x76\x82\x49\x97\x98\xb7\x5e\x49\xcb\xc7\xd2\x85\x67\x71\ \x87\x08\x38\x63\x1c\x65\x96\x8c\x2a\x48\x52\x08\x90\x4a\x26\xce\ \xbb\x74\xd1\x0c\x17\xd0\x99\x98\x58\x55\x59\x91\x6c\x47\x44\x70\ \x95\x56\x55\xa5\x39\xc5\xb4\x82\xb2\xa2\xcc\x94\xf4\xac\xc2\xfc\ \x14\x07\x33\xbc\xf5\x9d\x03\x63\xcf\xb9\x68\x54\x66\x52\x6e\x49\ \x1e\x34\x49\x66\xf5\xb4\x39\x67\x4d\x48\x4b\xf0\xe4\x96\x56\x66\ \xbb\x61\x28\x46\x13\xd3\x73\xf2\xb2\x53\x04\x0c\x65\x89\xec\x5a\ \xb9\xc2\x9b\x3e\x65\xfe\xe8\x2c\xa2\xeb\xa2\x27\xb5\xaa\xb2\x38\ \xd1\x9d\x52\x5a\x90\x2e\xdb\xdc\x65\xd5\x63\x4b\x33\x6c\xe1\x88\ \xea\x48\xca\xcc\xcf\x4e\x55\x14\x4f\x71\x65\x75\x9a\x0b\x99\xd8\ \x56\x5c\x5d\x96\x91\x9c\x56\x5a\x9a\x2f\x53\xdd\x53\x30\x66\xc1\ \xbc\x09\x99\x89\x2e\x87\x27\xa5\xb2\xaa\xcc\x23\x01\xe4\x4c\xaf\ \xac\x2a\x75\x61\xaa\x78\xb2\x46\x97\xe5\xb9\x93\x72\x2a\x8b\xd2\ \xf5\x68\x04\xd9\x93\xf2\xf3\x73\x9d\x98\xc7\x62\xaa\x94\x5c\x7c\ \xde\x85\x0b\x73\x5d\x02\x65\x8c\x9a\x3c\x31\xab\xa4\xb2\x30\x13\ \x72\x9e\x94\x5f\x52\x5e\x90\xc2\x4d\x90\x5e\x50\x55\x94\x95\x94\ \x56\x54\x96\xe1\x80\xd4\x96\x31\x63\xde\x82\xb1\x45\xd9\x29\x2e\ \xb9\xf7\xe8\xee\x3a\xbd\xe4\xde\xdb\x2e\x74\x01\x93\x72\x00\x38\ \xe7\x48\x2e\xae\xa8\xcc\x49\xb6\x13\x22\xe4\x95\x54\xe5\x65\x24\ \xe5\x94\x56\x78\x90\x01\x9c\xb9\xe7\x5f\x7e\x69\x65\x9a\x84\x5c\ \x39\x85\xe9\x1e\x80\x6c\xb9\x85\x05\x29\x6e\x99\x53\x26\xd8\x12\ \x32\x53\x12\x65\x25\x61\xca\x82\x4b\xce\x9d\x5a\xca\x0d\x33\xa5\ \xa0\x32\xd7\x73\x22\x73\x44\xc4\x19\xa1\xee\x9c\x92\xd2\xbc\x64\ \xa2\x06\xeb\x8f\x74\x56\xcd\xbe\x60\x7c\x71\x46\x61\x71\x89\x9d\ \xc5\x34\x2e\x67\xe6\x16\xa4\x24\xd8\xdc\x99\x05\x95\x25\xd9\x12\ \xd1\x1d\xa9\x79\x55\x25\x39\x49\x69\x45\xe5\xb9\x09\xd1\x70\x4c\ \x76\xa7\x15\xe4\x67\xca\x82\x9c\x59\x5c\x55\x98\xee\xa2\x0c\x65\ \x17\x96\x66\x38\x38\xb5\x67\xcd\x5d\x30\xb3\x34\x37\x35\x29\x35\ \xb3\xb0\x20\x05\x00\x21\x2d\xa7\xa0\xbc\xac\xb2\x3c\xd7\x15\x09\ \xc7\x6c\x09\xe9\xf9\x39\x19\x49\xe9\x85\xe5\xd9\xc9\x86\x01\x2b\ \x26\xcf\x9e\x39\xae\x30\xc1\xed\x4a\x4c\xcf\x29\xca\xcf\xb2\x61\ \xc0\x39\xa0\x14\x15\x56\x8c\x2e\x4a\x77\x00\x39\xb1\xa4\xb4\xd0\ \xc6\x0d\x83\xe3\xec\x92\xd2\xc2\x9c\xec\xe2\xe2\x52\x17\x30\xe4\ \x8c\x8a\x05\xb3\xa7\xe6\xa7\x27\xd8\x1d\x89\xa5\x65\x65\xc9\x9e\ \x84\x82\xdc\x5c\xa7\x24\x16\x8e\x9d\x5c\x9e\xe9\x8c\x84\x63\xb6\ \xa4\x8c\xfc\xbc\x0c\x9b\x88\x45\x09\xb7\xec\x5e\xb7\x37\x90\x76\ \xde\x9c\xb1\x02\xd5\xb9\xe4\x28\xad\x2c\x4f\xf3\x24\x16\x16\xe6\ \xb8\x6d\x4a\x76\xc9\xe8\xb1\xa5\x69\x5a\x38\x82\x1d\x49\xf9\xf9\ \xd9\x0e\xd9\x9e\x5d\x52\x95\x9f\x6a\x27\x0c\x65\x96\x96\x15\x64\ \xa5\x15\x14\x16\xa7\xc8\x04\x7a\xf2\xe7\x2f\x3c\xab\x28\x33\xc9\ \xe5\x4e\xab\xa8\x28\x4f\xb6\x43\x60\x4f\xae\x1a\x55\xea\x11\xa0\ \xe8\xcc\xac\x2c\x2f\x4c\x4c\xce\x28\x2f\xc9\x21\xd1\x10\x50\x12\ \xf3\x0a\x72\x5c\x12\x54\x63\x31\x21\xb1\xf0\xbc\x0b\x16\x14\x24\ \x89\x84\x32\x4a\x51\x46\x5e\x61\xa6\x1b\x31\x25\x63\xce\x39\x73\ \xca\xf3\x33\x9c\x0e\x67\x51\x59\x45\x5e\xaa\x83\x98\x38\xb7\xb8\ \xba\x20\xcd\x69\x4b\xcd\xab\x28\xce\x4e\x4c\x49\x2f\x29\x4c\x03\ \xdc\x68\x3b\xda\xe1\x1a\xb5\x70\xee\xa8\xcc\xd4\xfc\x12\x0f\x22\ \x4a\x46\xe5\x82\x39\xb3\x8a\xd2\x3c\xa9\xd9\x25\xe5\x39\x9e\x68\ \x38\x26\x7b\xd2\x0a\xf2\xb2\xec\x12\xe6\x8c\x22\xd9\x93\x91\x91\ \x22\x88\x8e\x31\x73\x16\x5d\x38\x6f\x82\x1d\x73\x40\x63\x35\x9b\ \xb7\xa7\xcd\xbd\xee\xca\xb3\x8a\xa8\x69\x9e\x29\x14\xe9\x34\xf3\ \x29\x47\x4c\x06\x20\x70\xb7\x13\x30\x13\x46\xa2\xa7\xbe\x47\xc0\ \x66\xe7\xa2\x00\x00\x00\x9c\xc0\x48\x0c\x28\x0e\x2e\x42\x18\x0e\ \x01\x06\x80\xcd\xc9\x25\x0c\x23\x21\x20\xd8\xb9\x22\xc0\x70\x08\ \x28\x4e\x2e\x02\x18\x89\x02\xc5\xc5\x05\x13\x86\x54\xe0\x74\x73\ \x04\x81\xaf\x51\xb9\xf9\x1c\x69\x43\x98\xf3\x30\x48\x9d\xa8\x3f\ \xf7\xaa\x31\x27\x1b\x60\x09\xaa\x61\x60\xb0\x63\xa1\x10\x58\x56\ \x64\x01\x41\xce\x88\xae\xe9\x84\x03\x49\x56\x20\x33\x74\x83\x8a\ \xb2\x0d\x03\xd3\x20\x48\x91\x90\xa6\x69\x1c\x62\x9b\xcb\x45\x9b\ \x57\x3f\xfc\xc7\x0f\xaf\xfb\xe1\xff\x56\x39\x01\x17\x24\x45\x12\ \x18\x25\x8c\x73\x62\x18\x14\x20\x59\x51\x04\x04\x39\x35\x35\xdd\ \x00\x58\x32\xfb\x0f\x3c\xfa\xcc\xaa\x19\xb7\xdc\x7f\x56\x8e\x4d\ \x27\x5c\x56\x14\x60\x6a\x3a\xe1\xa2\xa2\x08\x9c\x68\x06\x15\x65\ \x45\x12\x11\xa7\x54\xd7\x34\x28\x2a\x18\x98\x9a\x4e\x45\x49\x16\ \x20\xd5\x74\x13\x89\xb2\x22\x8b\x9c\x52\xc6\x39\x31\x4d\x24\x4a\ \x90\x1a\x3a\xe1\xb2\x22\x03\x53\xd7\x29\x54\x14\x99\x99\x9a\x41\ \xb8\x20\xc9\x8a\x24\x00\xce\x74\x5d\xe7\x48\x54\x24\x01\x00\x66\ \x68\xba\x49\x19\x00\x1c\x20\x51\x91\x05\x43\xd3\x38\x14\x14\x09\ \xeb\x9a\xc6\xb1\x24\x8b\x48\x8f\x1f\xb1\x29\x18\x70\x00\xb4\xfd\ \x6b\x56\xee\x6a\x6c\xed\x0b\x88\x8b\x6e\xbc\x79\x52\xb6\x4d\x37\ \xe9\xb1\xc1\x5c\x59\x3c\x96\x1e\x09\x03\x4d\xd3\x21\x16\x15\x45\ \x46\x90\x1b\xba\x66\x12\x0a\x20\x96\x15\x45\x8c\x0f\x28\x12\x16\ \x1f\x6d\x54\x14\x11\x02\x4e\x4c\xc3\x30\xe2\xd1\x5c\xa7\x64\x0e\ \x47\x02\x0f\x75\xaf\x5e\xbe\x3a\x20\xa5\xf2\xe1\xa6\x6e\x9a\x77\ \xf3\x1d\x57\x67\x8b\x26\x41\xa2\x22\x4b\x18\x72\xd3\xd0\x75\x02\ \x14\x59\x34\x75\x95\x70\xc1\xa6\x48\xc4\x50\x4d\x06\x25\x59\x96\ \x04\x0c\x38\xd5\x54\x8d\x61\x49\x16\xb8\xae\x99\x1c\x00\x88\x04\ \x59\x91\x31\x60\x84\x32\x46\x4d\x83\x70\x49\x51\x64\x01\x11\x5d\ \xd3\x4c\x2a\xca\x8a\x24\x60\xce\xa9\xae\x6a\x84\x43\x49\x56\x24\ \x01\x52\x42\x39\xa7\x06\x01\xb2\x2c\x98\x9a\x16\x1f\xd4\x43\x82\ \x2c\x63\xae\xe9\x3a\x3f\x16\xe8\x83\xb0\x24\x8b\x40\xd3\x74\x80\ \x25\x9b\x22\x01\x46\x29\xe3\xd4\x34\x80\x20\x63\x6e\x6a\x06\x11\ \x24\x45\xc4\x4c\xd3\x4c\x51\xb6\x49\x02\x06\x8c\x68\xba\x4e\x39\ \x12\xcc\x81\x97\x9f\x78\x46\x99\x71\xf3\xe2\xe9\x79\xba\x6e\x8a\ \x92\x22\x70\x53\x33\x08\x96\x14\x09\x73\x4d\x33\x90\x78\xec\xa9\ \x69\x1a\x43\xe2\xc8\x41\x41\x92\x45\xa8\x69\x3a\x40\xa2\xa2\xc8\ \x90\x53\xca\x38\x25\x26\xc0\x12\xe2\x86\x6e\x30\x59\x51\x00\xd5\ \x75\x02\x64\x45\xe1\xc7\x9e\xbe\x2c\x09\x90\x33\x43\xd7\x19\x8a\ \x87\x60\x71\xf3\xd8\xb3\x88\xdf\x83\xa2\x28\xc7\x32\x87\x30\x80\ \xc5\x63\x09\x90\x04\xa0\x6b\x44\x56\x24\x62\x68\x26\x83\xb2\xdd\ \x2d\x93\x96\x5f\xff\xe0\xb7\x39\x8b\x7f\x70\xcd\xe8\x44\x9d\xe3\ \xe3\xb7\xcc\x88\x61\x50\x20\xc9\x8a\x24\x20\xc0\xe9\xf1\x51\x70\ \x88\x05\x45\x96\x31\x04\x94\xb1\x68\x7f\xed\xaa\x0d\x7b\xbb\xda\ \xdb\x69\xfa\xe4\x5b\xaf\x3b\xcf\x0d\x75\xc2\xce\x1c\x04\x71\x06\ \x5d\xf8\x4f\xc7\x6f\x41\x40\x35\xb4\x6f\x1b\x6e\x1d\x02\x48\x66\ \x13\x66\xd1\xaa\x4c\xa0\x1b\xff\xd6\x25\x31\xd6\x87\xbb\x1a\x7b\ \xf5\xf2\xea\x62\x11\xb0\x7f\x14\x04\x86\x62\xfe\xbe\xde\x30\x2e\ \xcc\xcb\x40\x8c\x70\x00\xb0\x20\x42\x4e\x08\xfd\x1c\xce\x16\x83\ \x18\x1a\x47\xf7\xef\x69\x0f\xc2\xca\x09\x93\x8b\x92\xe5\xe3\xa2\ \xf0\x1f\x8b\x45\x44\x5c\x8f\x34\xd5\xd6\x74\x0c\x47\x65\x77\xda\ \xe8\x71\x63\x52\x6d\x71\xfb\xe4\x4b\x13\xe9\x8e\x98\xe6\x6f\xef\ \x0d\x67\x17\xe6\xdb\x20\x65\x5f\x94\x3b\x43\x18\xe9\xbe\xda\x86\ \xae\x8c\xb2\xea\x64\x05\xb1\x7f\x66\x66\x23\x44\x98\x86\xba\x77\ \xed\xab\x63\xae\xbc\x89\x13\xab\x9c\x90\x90\x4f\xbc\xed\x7f\x55\ \x17\xa0\xa0\xc8\x82\xa9\x6b\x9f\xba\xb4\x40\x34\x12\x2e\xc3\x8f\ \x45\xe4\x40\x60\x77\xf0\x78\x0c\x96\x11\x83\x9a\xf9\xef\xe6\x1a\ \xe7\x50\x90\x64\x11\xea\x9a\xc1\x3f\x55\x82\x04\x51\x00\xa6\x41\ \x38\x00\x10\x81\xe0\xd0\x80\x26\x26\x64\x78\x14\xf6\x79\x9c\x48\ \x0a\x25\x45\x11\x11\x34\x0c\xcd\x24\xec\xbf\x53\x73\x24\x59\x16\ \x31\xe2\x8c\x1a\xba\x4e\xd8\x97\x6e\x72\x2d\x44\x92\x28\x10\xd3\ \xf8\x82\xdd\x19\xc4\xb2\x2c\x52\x43\xfb\xe7\x4b\x01\x07\x48\xb4\ \x29\x72\x3c\x3a\xeb\x1f\x56\x5b\xf4\x2f\x65\xa9\xc0\x02\x75\x2f\ \x3c\xff\xf7\xa3\x21\x20\x7e\x9a\x00\x7b\x88\x44\x11\xe9\xd1\x90\ \xd7\xeb\x0b\x86\x63\x64\xa4\xe2\x71\x10\x8b\xc0\x50\x10\x86\x82\ \x9f\x81\x28\x00\x00\x20\xe4\xd4\xd4\x3e\x9d\x28\x00\x00\x38\x23\ \x23\x56\x34\x12\x64\xee\x5d\xf1\xea\x33\xdb\x3b\xc2\xa2\xf0\xf9\ \x9c\x48\xc6\x0d\x4d\x8d\xc6\x62\xff\x25\x51\x00\x00\x70\x66\x68\ \x6a\x34\x1a\x8d\xa9\xda\x97\x50\x14\xe2\x37\x68\x18\x5f\xbc\x3b\ \xe3\x54\xd7\xb4\x7f\xa9\x14\x40\xc0\x88\x1a\x8b\xc6\x54\xfd\xd3\ \xb4\xe5\xc2\x19\xd5\x05\x8a\x23\x16\x01\x40\xb2\x22\x11\x5d\x07\ \x48\x94\x44\x01\x02\x66\x9a\x0c\x48\xb6\x94\xe4\x24\x9b\x88\x45\ \x59\x12\x00\x84\x90\x9b\xba\x6e\x52\x16\x0f\xc2\x15\x30\x46\x08\ \x18\x9a\x66\x12\x06\x20\x14\x90\x79\x68\xfd\xbb\x6f\x7f\x78\x98\ \x23\x40\x1d\x85\xd7\xde\x74\xed\x98\x1c\x27\x80\x18\x23\xc8\x88\ \xa1\x19\xe4\xc4\xb7\x20\x30\x74\x95\x40\x51\x16\x80\xa6\xea\x50\ \x90\x14\x11\x6a\x9a\x01\x90\x20\x49\xe2\xf1\xf3\xb1\x28\x4b\x02\ \x82\x10\x32\x6a\xea\xba\xc9\xe3\x33\x20\x05\x0c\x01\xd3\x75\x9d\ \x01\x7c\xfc\x64\xdd\x20\xfc\xa4\x7b\x21\x1c\xca\x8a\x02\x4c\xdd\ \x60\x40\x92\x24\x8c\x10\x82\xdc\x64\x5c\xed\xe8\x6a\xeb\xe5\x17\ \x66\x26\x0a\x92\xcc\xb9\xa6\x9b\x4c\x52\x14\xc4\x4c\xdd\xa4\x82\ \x28\x89\x82\x00\x01\x37\x0c\x8d\x70\x24\x4b\xd2\x49\x57\xb6\xb0\ \xf8\x72\x22\x9c\xa1\x81\x97\x61\xf8\xe8\x2b\x4b\x76\x8f\xbf\xf0\ \xda\x0a\x61\xe0\xed\x97\x3f\x2c\x3b\xf7\xd2\x44\xdf\xb6\xf7\x3e\ \xd8\x1d\xe0\xce\x79\x8b\xaf\x49\xea\x3c\xaa\x3a\xcb\x8a\x1c\xc1\ \x55\xaf\xbf\x7f\xa8\x75\x80\x4a\xc9\x67\x5f\x72\xd9\x84\xc2\x14\ \x68\x86\xf6\x7e\xf0\xce\xb6\x9a\x76\x95\xd9\x67\x5d\x7c\xd9\xf4\ \xf2\x0c\x0e\x04\xd2\xb3\x67\xc9\xdb\xdb\x67\x7d\xfd\x87\x0b\x0a\ \xe4\x61\x7f\xcc\x93\xe2\x50\x07\x1b\x57\x2c\x5f\xdb\xd0\x17\x2b\ \x9d\x76\xde\xa5\xf3\xc7\x89\xda\xf0\xce\x75\x1f\xec\xae\xef\x8a\ \x51\xe9\xac\x2b\x6e\x1a\x67\xd4\x2c\xd9\xaf\x5e\x76\xdd\x22\xda\ \xbe\xeb\xef\x9b\x07\x2e\xbc\xfa\xe2\x84\x60\xc3\x9b\xef\x7f\xd0\ \xd8\x1b\x2b\x3b\xeb\xbc\x4b\xe7\x8d\xea\x39\xb4\x66\xf9\x86\x9a\ \x80\xca\xf2\xc6\x2f\xbc\x7c\xe1\x78\x07\x36\x1a\x76\xae\x58\xbb\ \xf5\x70\x58\xc8\xb8\xf4\x9a\xc5\xa5\x72\xe7\xd2\xf7\x56\xd7\xf7\ \xc6\x4a\xa7\x9c\x77\xf1\xbc\x6a\x0c\x10\xf7\xd5\xbc\xb4\xba\xee\ \xac\x4b\x17\x97\x39\xa2\x6b\xdf\x78\xd9\xa8\x5c\x74\x7e\xb9\xb4\ \xe9\xfd\x55\x7b\x8f\x76\xa9\x30\xe5\x82\x6b\xae\x4b\x1f\xea\x8a\ \x26\x94\x14\xa7\x0b\xeb\xde\x78\x3e\x52\x78\xf6\xc5\x13\x52\x76\ \xad\x78\xb1\x37\xf1\xac\x4b\x67\x95\x34\x6e\x5d\xb5\x7a\xeb\xc1\ \xa8\x9c\x79\xfe\xe5\x57\x55\x39\x86\xdf\x7d\x65\x59\x5d\x4f\x24\ \x73\xec\xac\xcb\xce\x99\xee\xfc\x72\x75\xba\x2d\x2c\xfe\x41\x3f\ \x02\x89\x42\xa0\xa5\x76\x5f\xcd\x90\xd3\xa9\x84\x07\x1a\xb7\xd5\ \xf7\xb3\x68\xf7\xab\x2f\xac\x48\x99\xb4\xe8\xf2\xf3\xe6\x96\x78\ \xcc\x7d\x3b\x37\x76\x9b\x28\xda\xb6\x73\xcd\xce\xb6\xa9\x8b\x2e\ \x29\x93\x3a\x5e\x59\xbe\x4d\x67\xfa\xda\x17\xfe\xf2\xee\x81\xe0\ \xb4\x39\x67\x81\x9e\x86\x8e\x21\x43\x14\x20\xe7\x0c\xd9\x12\x52\ \x13\x60\x67\x73\x9b\x2e\x7a\x8a\x0a\xf3\x6c\x5a\xcb\x53\x8f\x3d\ \xdd\x69\x1f\x7d\xe9\x9c\xdc\x1d\xcb\x97\xb6\xf8\x07\x97\x3d\xff\ \x97\x65\xf5\xfa\x8c\x99\x93\x68\x6f\xfd\x50\x54\x6d\xa9\xd9\x57\ \x3b\xc4\x9d\x0a\xee\x69\xd8\x55\x3b\xac\x4a\x46\xd7\xb3\x7f\x79\ \xba\x5b\xae\xba\x70\x6e\xc1\xa6\x95\x6f\xd7\x0f\x87\x77\x2e\xfb\ \xc0\xc8\x9c\x76\xf1\xdc\x92\x03\x2b\x5e\xad\x19\xd6\x9a\x37\xbc\ \xfe\xe4\xd2\x03\x85\x53\xe7\x9f\xbf\xe0\xac\x54\xde\xfd\xd4\x5f\ \xff\xd6\xae\x54\x5f\x3a\x37\x7f\xe7\xf2\xd7\x1b\x02\x54\x84\x08\ \xd2\xd0\x91\xc3\x35\xc3\xa6\xa0\xf7\xd5\xae\xdf\xd5\x91\x64\x33\ \x96\xfc\xf5\xcf\x1f\xb6\xc1\xb3\xce\x1a\x35\xd4\xd6\xe0\x35\x58\ \x5f\x5b\x53\x42\x51\x71\x22\xed\xdb\xbd\x73\x1f\x93\x15\x6c\x04\ \xf7\x6e\xa9\x31\xb1\xb3\x6b\xc7\x92\xbf\xbd\xbd\xaf\x72\xfe\x25\ \xc5\x7a\xc3\x8a\x35\xbb\x76\x2c\x5b\xb2\xc7\x9b\x7e\xc5\x55\x97\ \x4e\x29\xcd\x12\x01\x63\x96\x28\x58\x7c\x95\x74\x01\x8a\x48\x6f\ \x69\xef\xb2\x17\x8f\xce\xb2\x0b\x7d\x1d\x8d\x72\x76\x51\x5e\x66\ \xa2\xdb\xc5\x5b\x9a\x3b\x3c\xc5\xa3\x32\x40\xb8\x77\x18\x4f\xac\ \xcc\xe8\xa8\x6d\x77\xe4\x4d\x9b\x37\x69\xfc\x98\xd1\x25\x0a\xa4\ \x3d\x47\x36\xad\x6f\x77\xde\x7e\xff\xbd\x33\xab\x52\x98\x33\xbd\ \xa0\x20\x0b\x12\xc2\x89\x01\x12\xcb\x6f\xfd\xda\x5d\xee\xf6\x75\ \xbf\xf9\x7f\x8f\xee\xed\x89\xb5\xef\x58\xd5\x68\xe6\x5f\x30\xbb\ \x7c\xb8\xbb\xdf\x9e\x59\xa2\xd6\xac\xdb\xde\x97\xf1\xc0\x37\xef\ \x9e\x54\x98\xc4\x84\xbc\xaa\x14\xdc\xd4\x37\x5c\x32\xae\x54\xa6\ \x6a\x47\xf3\x60\x45\x65\xc5\xe0\xc1\x15\x35\x2c\xff\xfc\x39\x95\ \xbe\xee\x5e\x67\x62\xbe\x9b\x74\x1d\x8d\x79\xa6\xcf\x9b\x37\x71\ \xe2\xa8\xcc\x64\x1b\x09\xb6\xac\xda\x78\x64\xe6\xf5\x77\x5d\x3e\ \x7f\xea\xc4\xf1\x95\xfe\x43\x6b\xea\xd4\xdc\x0b\xe6\x54\xfa\xba\ \xfb\xc4\xe4\xfc\x54\x1b\xa2\x9c\x62\x47\xb2\x47\x11\x4d\xa2\xee\ \xdb\xb4\x29\x61\xe2\xb9\x09\x03\x9b\xf7\x44\xf3\xee\xfb\xe6\x6d\ \xe3\xd2\xa0\x3d\x39\xbb\x2c\x13\x1c\x6d\x08\x17\x17\x95\x68\x3d\ \xad\x01\x98\x3f\x2a\x27\x25\x3c\xdc\xd6\x0d\x53\x4a\xb3\xd1\x07\ \xef\x6e\xcb\x9f\x71\x7e\x55\xa2\xde\x1b\xe2\xe9\xb9\xd9\x49\xc9\ \x9e\xe8\x50\xcb\x20\x71\x57\x96\x17\x88\xdc\xb2\x15\x2c\xbe\x52\ \xba\x00\x11\x32\x23\x5d\xbd\xfd\x39\x65\x05\x36\xcc\xbb\x1b\x07\ \x53\x33\x0b\x53\x52\x0a\xee\xfe\xee\x43\x55\xc6\xde\x3f\x3c\xb6\ \xa4\xa1\xbb\xdf\x87\x72\x8a\x92\x40\x7d\x67\x5f\x6a\x79\x11\xa6\ \xb1\x8e\xc6\xf6\x9c\x9c\x4c\x5f\x57\x83\xa3\x6c\x5c\x71\x12\xf6\ \x75\xd4\x47\x6d\xc9\x05\x19\x0a\x21\x1c\x40\x24\x60\x21\xad\x64\ \xf2\x6d\x0f\x3d\x58\x42\x3a\xd6\x6c\xaa\x1f\xe8\x1e\x66\x9a\xef\ \xc3\x65\xef\xb6\xf0\xb2\x7b\xef\xb9\x3c\xd2\xd5\x65\x2b\x1d\x97\ \x67\x07\x3d\xed\xb5\xfe\x84\xec\x14\x31\xd6\x37\xc8\x2b\x0b\xb3\ \x01\xf1\x35\x0d\x80\xfc\x82\xec\xe1\xf6\x76\xaa\xfb\x36\xac\x58\ \xd6\xce\x8a\xef\xb8\xe7\x46\x67\xef\x91\xa8\x3d\xb5\x30\x53\xf0\ \xb6\xb4\x87\x58\x76\x16\x08\xfa\x74\x5b\x55\x71\x2a\x23\x1c\x42\ \xb3\xbb\xb9\x9f\xea\xfe\x0d\xcb\xde\x6d\xa2\xc5\x77\xdc\x75\x4d\ \xa6\xcc\x29\x63\x48\x49\x4a\xb2\xc9\xad\x3b\x3e\xd8\xd0\x22\x5e\ \xbc\x68\xf2\x40\xdd\xd1\xac\xf2\xb1\xd9\x12\x68\x39\xdc\x26\x26\ \x57\xa5\xd1\x9e\xa3\x31\xa5\xb8\x2c\xa3\xbf\xb3\xcd\xcc\x28\xc8\ \x4c\x95\x43\x9d\x8d\xc0\x93\x99\x6e\xf3\xb7\x0d\x9b\xde\x96\xdd\ \xef\xaf\xdd\x57\x38\xff\xba\x6b\xe6\x57\x8c\xbb\xe8\xae\x07\xae\ \xa8\x7c\xef\x89\x3f\xae\xac\x0b\x39\x9d\x76\x01\x59\xeb\x65\x5b\ \x7c\x85\xfc\x0b\x9c\x43\x6c\xb3\xc1\x96\x83\x7b\x36\xa0\xba\x65\ \x07\x7b\xab\xaf\x74\xd7\x6e\xf9\x60\x80\x3b\x44\x97\x4b\xd4\x59\ \x57\x53\x0d\xcd\xc8\x49\x20\xfd\x8d\xed\xd1\x89\xe7\x65\x30\x75\ \xa0\xa6\x21\x92\x7f\x5d\x69\x72\xa8\xa6\x7f\xcb\xbe\x8d\x5b\x1c\ \xad\xeb\x77\x88\x29\xe7\xa5\x2b\x9c\xea\xd8\xf4\x37\x2f\x5b\x7b\ \xd0\x99\x95\x05\x03\x2d\xf5\x61\x34\xb7\x2a\x37\xa1\x39\xd9\xde\ \x25\x8e\x9d\x3c\x19\x18\x82\x43\x54\x92\x93\x3d\xc3\x1f\x6e\xf9\ \x60\x33\x3c\xba\x6a\x57\x6a\xe1\xe5\x29\x6e\x45\x60\xe1\xbd\x3b\ \xb6\xea\xbb\x1a\x0e\xfa\xa2\x93\x53\x3c\x9e\xa4\x74\xb7\x13\x8f\ \x9e\x3c\x59\x30\x78\xb2\x8b\x1d\x3e\xd0\x24\x25\x9f\x95\x2d\x9a\ \x3b\x1b\x6a\xa3\x49\xa5\xd9\xb9\x05\x09\x72\x70\xc5\x3b\x2b\x06\ \xf3\x9d\x49\x79\x63\x52\xf2\xd2\x1d\x43\x78\xec\xa4\xc9\xc0\xc4\ \x1e\x59\x64\x9c\x03\xce\x81\x9c\x58\x60\x1b\x7e\xf4\xa5\xe5\x37\ \xfe\xcf\x77\x47\xa7\xc9\x3b\x92\x5d\x2d\xfb\xb6\xaf\xdf\xa0\x6e\ \xdd\x7a\x10\x4c\x9a\x29\x43\x6e\x46\xbc\x6d\x5d\x7d\xe9\x36\x57\ \xac\xb3\x7e\xf3\xfa\xb5\x47\x57\xee\x34\x13\xcf\x4d\x70\xb8\xd2\ \x93\x9d\x2c\xbb\x7c\x5a\x89\x83\x79\x52\x43\xed\x87\x77\xb4\xfa\ \x12\x5c\xb2\xcd\x61\xe3\xe1\xc6\xa7\xff\xbc\x2d\x77\xe1\x2d\xf3\ \x8a\xed\x96\xff\xd1\xe2\xcb\xc7\x69\xe3\xa0\x39\x43\x72\x66\x46\ \x46\xa8\xad\xae\x23\x6c\x9b\x38\x69\x6c\x59\x61\x86\x3a\xd0\xb8\ \x67\xff\x91\xb0\x9c\x77\xf9\xa5\xe7\xb9\x54\x7f\x72\xe1\xe8\x42\ \x0f\xf0\xe9\xee\x09\xe3\xab\x15\xea\x1b\xd0\xa4\xea\x49\xe3\x2b\ \x0b\x0b\x6d\xb1\xfe\x96\xb6\x96\x03\xb5\x1d\x95\xe7\x5e\x36\x25\ \xc7\x41\x18\xe0\x46\xb8\xa3\xa5\xb1\xb9\xad\xcb\xaf\xc9\xb3\x2e\ \xbe\x7a\xde\xa8\xcc\xe4\x9c\x22\x29\xdc\x7e\xe0\x70\x53\x80\xda\ \x0b\x0a\xf3\x8b\x8a\xf3\x84\x68\x77\x43\x4b\xeb\xe1\x3a\x6f\xe5\ \xac\x8b\xa6\x56\x65\xa4\x24\x2a\xad\x75\x75\xaa\xab\x70\xea\x98\ \xaa\xbc\xec\xdc\xb2\xb2\x52\x29\xd4\x76\xe0\x70\x53\x90\x38\x4a\ \xcb\xb2\xc2\xfe\x48\x66\xf5\x84\xa2\x14\x61\x68\x60\x28\xa5\x64\ \x54\x59\x51\x51\x49\x76\x42\x77\x43\x4d\xdb\x90\x96\x9e\x57\x36\ \x71\xf2\x68\x29\xd4\xbe\xff\x70\x53\x80\x38\x8a\x4a\xf2\x5c\x32\ \xe2\x9c\x43\x28\x88\x50\x95\x0a\x27\x5d\x72\xf6\x44\x4c\x48\x52\ \x56\x01\x1c\x6e\x69\xe8\xd1\x2a\xc6\x8c\xad\x28\xca\xcf\xcb\xcb\ \x4b\x97\x0d\xaf\xa1\x8c\x9b\x30\xde\xad\x75\xd6\xb6\xf8\x0a\xc6\ \x8e\xab\x2c\x2d\xc8\x2b\x2c\x29\xcd\xf3\x74\x1e\x39\xd0\xd0\x39\ \x64\xcf\x28\x48\x93\xc2\xfb\x77\xef\x69\xec\x09\x8d\x99\x7f\xf9\ \x82\x72\x5b\x73\xfb\x70\x56\x69\x55\x86\x53\xb0\xbc\x0c\x16\x5f\ \x3e\xce\x18\xd7\x04\x71\x3c\x0a\xe2\x44\xa4\xa7\x2c\x62\xce\xa8\ \xae\x69\x40\x90\x05\x60\x6a\x26\xb0\xd9\x44\x43\xd5\x28\xc0\x36\ \x9b\xcd\x08\xb6\x6d\xda\x52\xeb\x48\x4f\x8f\xb5\xed\x5e\x5b\xcb\ \x6e\xff\xc6\x6d\x85\x0e\x40\x18\x07\x10\x2b\x8a\x2c\x60\xc4\x39\ \x23\x86\xae\x9b\x64\x24\x32\x17\x23\x46\x4d\x4d\xd3\x19\x40\x8a\ \xc3\x25\x06\xf6\x7e\xf7\x27\x2f\xcd\xbe\xef\x27\xe7\xe4\x08\x26\ \x92\x14\x59\xe4\x23\x21\xcc\x3a\xe1\xe8\xc4\xf9\xaa\x21\x28\x0a\ \xa4\xba\x66\x30\x51\xb1\x09\xdc\x3c\x16\x92\x2c\x21\xc0\x0c\x5d\ \x35\x08\x94\x6d\x8a\x88\x11\xa7\xa6\xaa\xe9\xc7\x2b\x2d\x96\x6c\ \x0a\x66\xaa\xaa\x53\x00\x60\x3c\xf2\x14\x32\x4a\x39\xa7\xa6\x66\ \x50\x49\xb1\x09\xdc\x54\x4d\x26\x2b\x36\x11\x71\x42\x19\x67\x54\ \xd7\x8d\x63\x57\xe6\xa6\xa1\x99\x0c\x29\x8a\x8c\x00\x27\xa6\xae\ \x9b\x5c\xb1\xc9\x44\x53\x4d\x4b\x15\x2c\xbe\x52\xba\xf0\xcf\x5d\ \x05\x62\xae\xf5\x7d\xb8\xfa\xc3\xe6\x81\x90\x9c\x98\x37\x7b\xfe\ \xbc\xb2\x74\xbb\x49\x3e\x6d\xb8\x2e\x44\x22\x19\x3a\xbc\x66\x77\ \xef\xf4\x73\x17\x26\x23\xca\xac\xc7\x62\x61\xf1\x25\xd0\x85\xb8\ \x81\x31\x62\x17\x30\xa2\xeb\xfa\x3f\x39\xd1\x80\x03\x24\xd9\x64\ \xac\xab\x9a\x25\x0a\x16\x16\x5f\x22\x5d\xb0\xb0\xb0\xf8\xb2\x20\ \x58\x59\x60\x61\xf1\x15\x01\x21\x14\xdf\x45\x82\x73\xce\x18\xfb\ \x84\xbd\x26\x2d\x5d\xb0\xb0\xf8\x6a\x88\x02\xc6\xe1\x50\x28\x18\ \xf0\x73\xce\x44\x51\x4a\x48\x48\x50\x6c\x76\xc6\x4e\xdf\x71\xb7\ \xf6\xa1\xb3\xb0\xf8\x0a\xf8\x0b\x10\xea\xe9\xec\xe8\xec\x68\x93\ \x25\x39\x21\x21\x59\x10\xc4\xbe\xde\x9e\x80\xdf\x77\xa6\x4d\xa8\ \xfe\x5d\x7b\xe1\xd8\x96\x16\x9f\xf6\x24\x2c\x88\x08\xb0\x4f\x3f\ \x54\x61\x61\x61\xf1\xef\x77\x1f\x86\x86\x06\x7c\x3e\xef\xe8\x31\ \xe3\x25\x59\x01\x80\x03\x00\xb4\xe4\x94\xae\x8e\x56\x49\x96\x6c\ \x36\x27\xe7\xec\xd3\xe9\x02\x44\x8a\xcd\x16\x8f\xf3\x8d\xaf\xcc\ \x61\x7e\x7c\xf4\x90\x03\x2c\xc9\x02\x64\x86\x61\x7e\xa2\x26\x60\ \x59\x11\x4c\xcd\xa0\x80\x43\x08\xc2\xde\xde\x30\xb5\xa5\x25\xbb\ \x20\xb7\x46\xfe\x2d\x2c\xfe\x1b\x70\xce\x87\x06\x06\x0a\x8a\x4a\ \x24\x59\xa6\x34\xbe\x3d\x1a\x50\x14\x25\x25\x35\x3d\x18\x0c\xda\ \xed\xce\x8f\xd7\x45\xe1\x74\x35\x19\x71\x23\xb8\x6d\xed\xfb\x2d\ \xbe\x18\xa1\xcc\x91\x98\x35\x6e\xf2\x94\x92\x4c\x17\x31\x4c\x88\ \x05\x41\xc0\x10\x70\x4a\x28\x87\x60\xf0\xc8\xa6\xd5\xfb\x7b\xa6\ \x2e\x5a\x3c\x2e\x03\x45\x55\x13\x20\x2c\x08\x18\x01\x40\x89\x19\ \x5f\xcc\x03\x42\xc4\xd4\xfe\xb7\xff\xbe\x52\x9a\xb0\xf0\xc2\x29\ \x15\x30\xd2\xfb\xfa\x5f\x1f\x5e\xe1\x9f\xf0\xfb\xdf\xdd\x9f\x25\ \x01\x88\x10\x84\x80\x51\xc6\x21\xc4\x08\x31\x4a\xe2\xeb\xa8\x41\ \x84\xe3\x4b\x1e\x10\x62\x52\x2b\x70\xc8\xc2\xe2\xdf\xd6\x05\x46\ \x89\xc7\x93\x40\x29\x45\x28\x1e\x01\x0c\x29\xa5\x0e\x87\x33\x10\ \xf0\xf1\xd3\xed\x43\x7d\x3a\x5d\x40\x98\xaa\xc3\x1f\xbc\xf2\xcc\ \xb6\x58\x52\x41\xba\x53\x8f\x86\xdf\x5a\xba\xf2\xea\x7b\xbf\x71\ \xf9\xb4\xfc\xd0\x50\xff\x50\x20\xcc\x80\xe0\x49\xc9\xcc\x48\x73\ \x0e\x1c\xde\xfe\xf6\x3b\x87\x71\xde\x38\x8f\xe9\x49\x48\xcd\xb4\ \xb1\x68\x4f\x5b\xbf\x4a\x85\x94\xac\x2c\x8f\x8c\x08\x65\x10\x61\ \x1a\xeb\x5d\xf1\xc6\xd2\x04\x9a\x5a\x9a\x28\xa7\x27\x2a\x05\x63\ \x26\x4d\xf0\x97\x38\x30\x8f\x06\x86\x87\x02\x61\xc2\xa0\xc3\x9d\ \x20\x32\x35\x10\xd2\x1c\x89\xa9\x69\x49\x0e\x08\x20\x37\xa3\x9d\ \x9d\x03\x3a\x90\xd3\x32\xb3\x5c\x22\x20\x96\x34\x58\x58\xfc\xfb\ \x0e\x06\x84\x00\x00\x83\x83\x83\xcd\x2d\x2d\x55\x95\x95\x1e\x8f\ \x07\xc6\x9d\x0b\xfc\x9f\xf0\x2f\x40\x88\x60\xf1\xfc\x3b\xfe\xf6\ \x9d\xf3\xfd\x75\x1b\x7e\xf7\xab\xff\xf7\xda\x4b\x4b\xa7\x4d\xfc\ \x76\xef\xaa\xa7\x7f\xfd\xce\x41\xc0\x61\x52\xe9\xdc\xef\xfe\xf0\ \x6b\x8a\xd3\xe3\x62\x81\xd7\x7f\xf7\xd0\x87\xd5\xf3\x7f\xfa\x93\ \xdb\x6b\x5f\xfe\xcb\x2b\xeb\x6b\x54\x86\x0a\x27\x5e\xf8\xcd\xaf\ \x5f\x9d\xad\x40\x06\x00\x80\x82\x3b\xc9\xd3\xb0\xe2\xf9\x07\x56\ \xae\xfe\xd6\xff\x3e\x10\xe9\x3d\xb2\xa7\xd9\x7e\x37\x36\xd6\xbe\ \xf8\xc8\x8b\x6b\x0f\xe8\x1c\xa7\x15\x96\xba\xc8\x60\x63\xfb\x70\ \x4a\xc5\xac\x6f\x7e\xfb\xc1\x29\x29\xbe\xd7\xff\xf6\xd7\xf7\xb6\ \x35\xa9\x50\x1c\x35\xe7\xca\x7b\x6f\xbb\x3c\x5d\x34\xad\xa9\x49\ \x16\x16\x9f\x89\xe1\x60\x9a\x66\x72\x52\x92\xae\xeb\xff\xc0\x25\ \x71\x66\xbf\x00\xe4\xd4\x8c\xa9\x66\x5a\xd9\x84\x59\xd3\x47\xa9\ \xde\xc6\xc6\x61\x5a\x39\xf7\xf2\x7b\xbf\x76\xe7\xe5\xe7\x4d\x0d\ \x1c\x59\xb7\xa9\x69\x00\x71\x46\x9c\x59\xb7\xfe\xe8\xd1\xbf\xfc\ \xe4\x6e\xbe\xe7\xad\x17\x57\x1d\x1e\x73\xc1\x2d\x77\x5f\x39\xab\ \x6b\xcb\x6b\xef\xec\xee\x15\xc4\xf8\xbe\xda\xdc\xd4\xc8\xb8\x2b\ \xee\x7d\xfa\xe9\xdf\xcc\xa9\x48\x35\xb4\x78\xf7\x86\x78\xfb\x07\ \x9d\xe3\xce\xf9\xf9\xaf\x1e\xce\xf4\xd5\x1b\xa5\xd7\x3c\xfa\xb3\ \xdb\x51\xf7\xbe\x1d\x7b\x8f\x36\xee\x7b\xff\x95\x75\xed\x33\xae\ \xbe\xeb\xce\x45\x55\x7b\x3f\x78\xfb\xc3\xfd\x7d\xa2\x62\x0d\xa6\ \x5a\x58\x7c\x06\xa2\x00\x00\xc8\xc9\xc9\xa9\xaa\xaa\xca\xc8\xc8\ \xf8\xe4\xd1\x82\x4f\xaa\x72\x10\x8b\x8a\x4d\x04\xba\x1e\x0c\xf8\ \x81\xe0\x72\x18\x6d\xaf\x3e\xff\xd4\x8e\x7e\x5b\x79\x9e\x5d\x94\ \xa1\x4a\x28\x67\x94\x23\x31\x35\xb7\x28\x2d\x59\x6a\xee\x1c\x30\ \x39\xed\x3a\xb2\x5b\x77\x0b\xa5\x93\xa6\xa5\x20\xc6\x00\x07\x00\ \x02\x00\x28\x65\xce\xe4\xcc\xa2\x9c\x0c\x10\xeb\xe7\xc7\x3a\x05\ \x08\x42\x6c\x73\xe6\x97\x54\x14\xa6\xc9\x5e\x9c\x54\x31\xda\x9e\ \xe4\x14\x89\x1a\x18\xe8\xe8\x21\x02\x6c\xdb\xbf\xcd\xab\xc0\x71\ \x63\xc7\x24\x89\x86\xc9\x20\x3c\xbd\xb1\x63\x61\x61\xf1\x69\x41\ \x08\x41\x08\x09\x21\x9c\x33\x08\x91\x20\x08\xff\x5a\x5c\x13\xd4\ \x03\xbd\xf5\x87\x0f\xb6\xef\x5a\xf1\xc6\xba\xd6\xb2\x45\x0f\x96\ \xb2\xb6\xbf\x1e\xee\x2c\x59\x74\xff\xa5\xe3\x78\xc7\xee\xdd\x26\ \xc3\x0e\xa7\x42\xa3\x81\xfa\x7d\x3b\x0b\x71\x9e\x33\x27\x53\xa2\ \x2c\xb5\x74\xd2\x25\x33\x0b\xd5\x80\x56\x50\x9d\x41\x4c\x06\x10\ \x42\xa2\xcd\x25\x9b\xed\x0d\x47\xf6\xd5\x78\x72\x52\x24\x88\x4f\ \xac\x65\xc2\x19\x23\xa6\xc9\x00\xe4\xd4\x34\x4c\x0a\x00\x04\x50\ \x48\xcd\xcf\x13\xb4\x23\x99\xa3\x67\x9c\x33\x2a\x5d\xd5\x69\x5e\ \x65\x16\x33\x4c\x4b\x14\x2c\x2c\xfe\x4d\x51\x30\x0c\xa3\xae\xee\ \x48\x30\xe0\x47\x08\x73\x46\x53\x53\xd3\x4b\xca\xca\xfe\x89\xf8\ \x05\x0e\x38\x44\xd8\xee\x74\xf6\xef\x7e\xed\x5b\xdb\x5f\x75\x26\ \x67\x8d\xbf\xe4\xce\xeb\xae\x99\x9b\xec\xf0\x5e\x30\xab\x7a\xe9\ \xaa\x27\xeb\xd6\xc9\x44\x4e\x9f\x2e\x09\x39\x53\xe6\xcd\xd9\xb4\ \xef\xbd\xbf\x7e\x7f\x6d\xd9\xdc\x9f\xfe\xf4\xbe\x3b\xaf\x1a\x7a\ \x69\xc5\xb3\xdf\x7b\xcf\x74\xa6\x4f\xfc\xd1\x6f\x47\xa5\x23\x60\ \x32\x2a\xbb\x73\x2f\xb8\x64\xd6\x63\x6f\xbe\xfc\xc0\xba\xe5\x77\ \x7f\xef\x3b\x58\xc0\xf1\x75\x11\x39\x63\xa7\xbe\xe1\x8c\x31\xc3\ \x64\x45\xd3\xaf\xb8\xed\xe2\xee\x37\xde\x7e\x7c\xed\x0b\x7a\xca\ \xa8\xb9\x0f\xff\x64\x7c\x26\x34\x75\x4b\x18\x2c\x2c\xfe\x55\x20\ \x84\xba\xae\x6d\xdb\xba\x29\x29\x29\x79\xca\xd4\xb3\x14\x45\x0e\ \xf8\xfd\x8d\x47\x1b\x76\xed\xdc\x91\x9d\x9d\x0d\x21\xe2\xfc\xa3\ \xf1\x44\x67\x98\x37\xc5\x69\x24\x18\x54\x4d\x0a\x00\x14\x64\x5b\ \x62\x62\x82\x08\x29\x61\x10\x98\x31\xaf\x3f\x68\x52\x20\x48\x8a\ \xd3\xe5\xb4\x29\x92\x19\x09\xf8\x43\x31\x20\xda\x12\x12\x13\x6d\ \xc8\xf0\x7a\xfd\xba\xc9\xb0\x6c\x73\xbb\x9d\x22\x04\x1c\x00\x08\ \x11\xe0\x86\xdf\xeb\x37\x18\x72\x79\xdc\x40\x0f\x47\x89\x9c\x9c\ \x64\x8f\xf9\xfd\x1a\x94\x12\xdd\xf6\x58\xc0\x6b\x60\x77\x92\x0b\ \xfa\x7d\x21\xac\xb8\x12\x3c\x4e\x48\x55\x9f\x37\xa0\x13\x2e\x2a\ \x76\xb7\xcb\x21\x40\xab\x13\x61\x61\xf1\xaf\x83\x31\x5e\xb7\x76\ \x75\x66\x66\xce\xe4\xa9\xd3\x0c\x5d\x33\x0c\x83\x33\x06\x20\xdc\ \xbd\x7b\xa7\x22\xc9\x13\x26\x4d\x26\x84\x7c\x3a\x5d\x00\x10\x0b\ \x18\x41\x08\x00\xe0\x9c\x31\xca\xe2\xbb\x30\x41\x84\x31\x46\xf0\ \xd8\x88\x28\xe3\x00\x61\x8c\x11\xe2\x9c\x51\x42\x39\x44\x02\x46\ \x10\xc2\x91\x8f\x27\xe4\x0a\x61\x8c\x21\xe4\x94\x50\x80\x30\x86\ \xdc\x24\x14\x0b\x02\xe4\x9c\x52\x8a\x04\x11\x72\x4a\x28\x17\x04\ \x81\x73\x4a\x29\x83\x08\x61\x84\x21\x04\x9c\x31\x4a\xad\xe5\x55\ \x2d\x2c\xfe\x5d\xb6\x6f\xdb\x32\xed\xac\x59\x76\xbb\x9d\x98\x06\ \xa5\xd4\x34\x4c\x4a\x49\x38\x1c\x6a\x6b\x6d\x9d\x76\xd6\x0c\x4a\ \xe9\xa7\xf4\x2f\x70\x4a\x4e\x13\xab\xcc\x19\x25\xec\x94\xc3\x8c\ \x52\x76\xfc\xa2\x9c\x91\xd3\x6d\x85\xc3\x4f\x3e\x4e\x47\xde\xd1\ \x63\x12\x45\xc9\x48\xb8\x24\x39\xf6\x86\x33\x46\x98\xb5\x0e\x83\ \x85\xc5\x67\x03\xe7\x5c\x10\x44\xa7\xc3\x41\x08\x89\xef\x82\x0e\ \x38\x27\x94\x3a\x1c\xce\x33\xed\xba\x68\xcd\x9b\xb2\xb0\xf8\xea\ \x78\x1a\x00\x84\x10\x40\xc8\x39\x07\x9c\x01\x00\xce\xb4\xa2\xb9\ \xa5\x0b\x16\x16\x5f\x1d\xcb\x01\x00\x00\x20\xe7\x00\x42\xce\xc1\ \xe7\x65\xfd\x85\x33\x0d\x8a\x58\x58\x7c\x0e\x39\xd3\xda\x04\x10\ \x42\x08\xe1\x17\x2b\xcd\x71\x4d\xe0\x00\x70\x1e\xff\xcb\x38\xf8\ \x57\xe3\x9a\x3e\x4b\xfb\x05\x42\xce\x79\x38\x1c\x3e\x3e\x9d\xcb\ \xc2\xe2\xf3\x8c\x28\x88\x36\xbb\xe3\xe3\xf1\x74\x10\x21\x43\xd7\ \x35\x55\xe5\x9f\xb7\x51\x32\x0e\x44\x51\xb4\xd9\x1d\x67\x5a\xf9\ \x00\x02\x10\x57\xb3\x78\x2f\xe2\xd8\xb1\xff\x3b\x5d\x80\x10\x32\ \xc6\x86\x87\x06\x65\x59\x91\x15\xc5\x2a\x73\x16\x9f\x7f\x83\x3b\ \x16\x8d\xc5\x62\xd1\x94\xd4\xb4\x93\xeb\x18\x42\x28\x14\x0a\xa9\ \xb1\x98\xcb\xe5\x82\x9f\x33\xe3\x97\x73\xae\xaa\xb1\x68\x2c\x9a\ \x92\x92\xfa\x09\x27\x01\xc0\x19\x84\x00\x40\xc8\xc1\x27\x44\x11\ \xff\x2b\xba\xc0\x01\x17\xb1\x22\x62\xf9\x4c\x92\x09\x01\xa4\xcc\ \xd4\x49\x0c\x8e\x08\x12\xf4\xfb\x7c\x76\x87\x23\x23\x33\xdb\x2a\ \x71\x16\x5f\x0c\x52\x41\x57\x47\x7b\x28\x18\xf4\x24\x24\xc4\x8d\ \x73\x08\xa1\x61\xe8\xd1\x48\x28\x37\xbf\x50\x96\x3f\xa7\xcd\x5b\ \x77\x57\x47\x28\x18\x48\x48\x4c\x3a\x43\x87\xe2\xd4\x2e\x10\xfc\ \x4c\xed\x05\x59\xb0\x1f\x6a\x5d\x75\xa4\x73\x83\x24\x9c\x3e\x77\ \x08\xd5\x73\x53\x46\xcf\xa8\xbe\xde\x24\x5a\xfc\xd7\x55\x35\x96\ \x99\x9d\x1d\x57\xb5\xf8\xf4\x6f\xfe\x9f\x5c\x97\x05\x22\x04\x3f\ \xb1\xaf\xf5\x8f\xbf\xcd\xbf\x18\xdb\x55\x23\x84\xbe\x28\x49\xfd\ \x5c\x9b\x07\x9c\xc7\xeb\x0b\x1c\x89\xd9\xe1\x08\xa1\x84\xc4\xa4\ \xfe\xbe\x9e\x84\xc4\xc4\xe3\x55\x4a\xd3\x34\x49\x56\x64\x59\x39\ \xb9\xf4\x1e\x2f\xd2\x9f\x93\x34\xf7\x75\x77\x25\x26\x25\xff\x03\ \x03\x7e\xa4\xc1\xfe\x4c\xed\x05\x01\x89\xbd\xbe\xa3\x7b\x9b\xde\ \xb1\x49\xee\xd3\x9e\xa0\x9b\x11\x93\xe8\x73\x46\xdf\x62\x02\xed\ \xb8\x89\x11\xef\x4d\x1c\xbb\x8d\x53\xd4\xe1\xb3\xd5\x08\x08\xa1\ \x1e\xf4\x46\x88\x90\x98\xe0\x3c\x55\x7e\xa0\x20\xe0\x78\x38\xd6\ \x27\x7c\x1b\x63\x16\xf4\x85\xb0\xdd\xe5\x90\x70\x3c\x42\x1b\x02\ \x08\x11\x1c\x49\xf0\xb1\x3a\x88\x10\x02\x9c\x03\x78\x42\x41\x20\ \x44\x10\x1c\xbb\x2b\xce\xf9\x31\x71\xe6\x8c\x43\x84\x00\xe7\xc7\ \xc7\x8a\x47\xce\xe4\x3c\x7e\xc6\x49\xf5\xfa\x84\x24\x21\x84\x8e\ \x3d\xba\x13\xdf\x3c\xf5\x20\x00\x80\x06\x02\x61\xd1\x99\x68\x13\ \x98\x15\xf0\xf1\xaf\x15\x95\x8f\x57\xb6\xe3\x7f\x3f\xde\x7a\xc5\ \x9f\xea\xc9\x25\xf6\x78\xe5\xfc\x78\x49\x1e\x29\x36\xff\x86\x68\ \x43\x88\x30\x86\xf4\xd4\xbd\x58\x3e\x21\xcd\xf1\xc4\xb0\x4f\xa8\ \x4d\xf1\xed\x5a\xf9\x27\x76\x21\xe2\x25\xed\x5f\xeb\x47\x08\x58\ \x52\x24\x97\x22\x39\xcf\xf0\x72\x89\x82\x72\x72\x2f\x83\x8f\x04\ \x4c\x02\xce\xb9\xa9\x69\x9a\x4e\x00\x00\xf1\x95\xaa\x3f\x73\xc3\ \x01\x63\xdc\xf4\xe1\xab\x2f\x2f\xdb\x03\xf0\x49\x93\xb4\x00\x84\ \x4c\xed\x68\x6d\xf1\x69\xfc\x13\xb6\xa1\x46\x18\x1b\x03\x35\x4f\ \x3f\xf1\x62\xe3\x50\x44\x33\x19\x42\x10\x02\x80\x10\xd7\x63\x11\ \x55\x55\x63\x51\x15\x62\x04\x01\x40\x18\x99\x9a\x1a\x53\xd5\x48\ \x34\x46\x38\x82\xf1\xaa\x4e\xb5\x68\x4c\x55\x23\x11\x83\x32\x08\ \x01\x04\x10\x02\x16\x0d\xc7\x28\xe7\x86\xae\x11\x00\xd1\xf1\xe7\ \xca\x0c\xcd\x30\x39\x00\x9c\x9a\x9a\x61\x82\x63\xb5\x1d\x23\x60\ \x18\x9a\x41\x01\x04\xdc\x50\x23\x3e\x9f\x77\xd8\xe7\x8f\xe9\x0c\ \x0b\x02\x86\x00\x02\x60\x6a\xb1\x80\xdf\x3b\xec\xf5\x45\x35\x8a\ \x05\x8c\x05\xba\xf7\xdd\x67\x5f\xdb\x70\x14\x21\xc1\xda\x5a\xfb\ \x5f\x6b\x72\x8f\x03\x21\x8c\x6b\xfd\xc9\x30\xc6\x4e\x36\xb6\xe3\ \x87\x3e\xf2\x45\xc6\xd8\xc7\x4b\x32\x04\x80\x73\xaa\xa9\x1a\xe5\ \x00\xfe\xab\x9a\x45\x63\xbe\xe6\x96\x6e\x9d\x9d\x22\x05\x67\xfa\ \xe9\x91\x5f\xe7\x71\x33\xf9\xdf\x2d\x0e\xff\x25\xdf\x09\x63\x71\ \xa1\x02\x18\xa3\x2d\x4f\xff\xe6\xb1\x37\xf6\x63\x8c\x85\xd3\x80\ \x01\xe7\x10\x9d\xf2\x91\x73\x70\xf2\x19\x90\x73\x70\xd2\x19\xf1\ \x27\x19\xcf\x2d\x88\xb0\x20\x08\x00\x00\xa6\x06\x7c\x21\x95\x03\ \x80\x4e\xbe\x72\xa4\xf9\xf9\x67\x9f\x6f\xd2\x44\x84\x05\x04\x3e\ \xfe\x2b\x1c\x70\x80\xa0\xb9\x63\xe5\x32\x3d\x67\x9c\xb3\x6b\xd5\ \x77\x1e\x7e\xa4\x43\xc3\x58\x10\x7c\xb5\xab\x7f\xfc\xcb\x27\x8f\ \xb6\xd6\xfc\xfe\xe1\xff\x5d\xdb\x18\xc1\x58\x80\xe1\xa6\xbf\xfc\ \xe4\xe7\xeb\x6a\xdb\x96\xfe\xf9\xc7\x4f\x2c\xaf\x45\x82\x80\xb1\ \xbe\xec\xf1\x9f\xff\x6d\xf5\xc1\x43\xcb\x1f\xff\xe1\x9f\xdf\x89\ \x42\x01\x0b\xb8\x69\xed\x33\x3f\xfc\xf3\xfb\xaa\x31\xfc\xf4\xaf\ \xef\xfb\xcd\xeb\xfb\xa0\x20\x40\x00\x31\x36\x56\x3d\xfa\x9d\x07\ \x9f\xfe\x80\x08\x42\xb0\xee\x8d\xbb\x1f\xf8\xe1\xbe\x1e\x1d\x0b\ \x10\x61\x41\xef\xde\xf5\x83\xff\xb9\xff\xed\x86\x18\x36\xfa\x9f\ \xf9\xdf\x6f\xfc\xe0\x57\x7f\x7c\xe4\x2f\x7f\xf8\xd5\xaf\x7e\xbd\ \x64\xc3\x61\x13\x09\x18\xf9\x5f\xf8\xd5\xf7\x1f\xfa\xc9\xef\x1e\ \x7d\xe4\x8f\xbf\xfc\xf9\x2f\xfe\xbe\x72\x4f\x94\xdb\xc6\x4e\xac\ \xa8\x5f\xfb\x7e\x53\x80\x60\x04\x4f\xb4\x06\xd6\xeb\x9f\x79\x71\ \xce\x31\x42\xa1\x50\xe8\xe8\xd1\xa3\x28\xde\x96\x9c\xdc\x02\x7f\ \xa4\x49\x8c\x2f\x91\x7a\x52\xc3\x7b\xda\x6b\x42\x24\x10\xdf\xe1\ \x5f\xfc\xf0\xf7\xfb\xfb\xd9\x29\x05\x1d\x82\x93\xcb\x33\x82\x1c\ \x9c\x5c\xbc\xd1\x89\xff\x62\x8c\xfd\x8d\x5b\x9f\x78\x61\x8d\x26\ \x61\x8c\x85\x63\x45\xf4\xa4\x64\x33\x76\x3c\xfd\x27\xac\x80\xf8\ \xc7\x7f\xbb\x95\xf8\xaf\x8c\x53\x1e\x33\x95\xe3\xb9\x48\x0c\xdd\ \xa0\x00\x10\xff\x9a\x57\x5f\xd9\xdb\x15\xe0\x82\xa7\x7a\x54\x81\ \xbf\xb5\xa1\xcb\x0f\x26\x2f\xba\xea\xbc\x89\xf9\xbe\xba\xcd\xaf\ \x2f\xdf\x34\x68\x4a\xe3\xe6\x5e\x72\xe1\x8c\x72\x11\x90\xa6\xed\ \xcb\x96\x6d\x3a\x14\x31\x61\x66\xd5\xd4\xcb\x2f\x5d\x90\x18\xeb\ \x7a\xff\xed\x77\x0e\x74\x84\x32\xab\x67\x2d\xbe\x68\x96\x0b\x12\ \xc6\x01\x12\x24\xc3\x7b\xf4\x9d\x37\xdf\x6d\x0d\x0b\x7a\x77\x87\ \x34\x7a\x1a\x06\xfa\xce\xf7\x5e\x58\x7b\x68\x40\x4c\x28\xbc\xe4\ \xda\xc5\x95\x36\x91\xf8\x7b\x5f\xfb\xc3\xcf\x77\xe6\x17\x5e\x76\ \xd3\x0d\x69\xde\x83\xaf\xbf\xb5\xba\x3b\x02\xab\x67\x5f\x7c\xe1\ \xcc\x0a\x44\x4d\x00\x31\x09\xb5\xec\xa8\x8f\x4d\xbe\x6b\x7a\x59\ \x51\x78\xf4\xf2\x1f\xbf\xb9\xe6\xc8\x77\x2e\xcb\x5f\xfe\xf6\xda\ \xcc\x29\xb7\x4f\x1c\x33\x2a\x36\x71\xdd\x1b\x6f\x2d\x9f\xfb\x83\ \xeb\x6a\x57\xbe\x3d\x90\x34\xf6\xbe\xa9\xa3\xc3\x70\xf2\x8f\x5f\ \x78\xab\x61\xc1\xe8\x9c\x8e\x35\x1b\xda\xed\x77\xdd\x3a\xa3\x82\ \xb8\x57\xfd\xe0\xf1\xd5\x35\x0b\xaf\x2a\xf7\xbe\xb5\xa6\x7e\xd6\ \x2d\x3f\xf1\xf0\xa1\xd0\xa0\x6f\x4f\xdb\x3b\x07\x17\x8c\x1b\x9f\ \x26\x06\x8e\x6e\x5e\xbe\xbe\x5e\x9b\x3c\xdd\x04\x20\xe6\x0f\x07\ \x9b\x0f\xbe\xbf\x66\xdb\xb8\x3b\x16\x48\x50\xdb\xb4\x6a\x79\x7d\ \x73\xa0\x32\xa8\x02\xaa\x05\xa3\xae\x4b\xbf\xfe\x3f\xf3\x4a\xe4\ \xae\x23\x9b\x1e\x7f\xe6\xf7\x51\xf1\xe7\xb7\xcf\x90\x7c\x31\x69\ \xf6\xd5\x0f\x5c\x3d\xc9\xd5\xdb\xb8\xf7\xb9\x47\x1f\x7b\x01\x3e\ \x74\xdf\x79\x73\x2a\xdc\x1b\xb7\xd6\xf6\x94\xce\xc8\xe5\xd6\xb2\ \x56\xff\xaa\x3b\xc9\x1f\x08\xbc\xfa\xea\xab\xf5\xf5\xf5\xd7\x5d\ \x77\xdd\xb4\x69\xd3\xf8\x31\x11\xf8\x48\xf7\x8c\x1f\xeb\x34\x9e\ \xe8\x47\x1c\xab\x8b\xa7\xb1\x44\x18\xd3\x35\x03\x61\xe4\x6d\xde\ \xb1\xe4\xed\x0d\x3e\x9d\x2a\xc9\xc5\x97\x2e\xbe\xb2\x24\x91\x1e\ \x5a\xbf\x74\xf5\xce\x46\xe6\x28\xb8\xe2\xda\x2b\xca\xd2\x84\x83\ \x1f\x2c\x59\xbd\xab\x01\x25\x97\x5c\x72\xd5\x55\x65\x9e\xe8\xe6\ \xa5\x4b\xb7\xd4\xf6\xda\xb2\xc6\xcd\xab\x14\xb4\xb6\x6d\x7f\xfc\ \x59\x7f\xd6\xa8\xb9\x37\x5c\x78\x96\x03\xd1\x8f\x74\x4a\x46\xfa\ \x3b\x23\x81\x09\xf1\x40\x25\xce\x18\xfb\xf7\x8d\xc7\xff\x86\xbd\ \x00\x01\x60\x23\x0b\x51\x73\x00\x38\x80\x10\x63\x4c\xc2\x3d\x1f\ \x6e\xac\x2f\x9c\x7e\xd1\xdc\x22\xe3\xdd\x25\xef\xd8\xc6\x2c\x98\ \x57\x29\xbf\xf5\xdc\xab\x4d\x7e\xea\xce\x28\x3e\xfb\x92\xab\x2e\ \x9f\x95\xbf\xe1\xcd\x97\x0e\xfa\x98\xef\xc8\x8a\x47\x5e\x5c\x9f\ \x33\xe5\xdc\x73\x26\x26\xee\xda\xb6\x75\x58\xd3\xd6\xbd\xf2\xd4\ \x81\x58\xfe\x35\x8b\x2f\x8c\xec\x79\xf3\xef\x1f\x1c\x45\x22\xe6\ \x10\x21\x73\xf8\xad\xbf\x3d\x5a\xa3\xe5\x9c\xb7\x70\x76\xa6\x53\ \xa4\x84\x30\x20\xe6\x8f\x99\x75\xf5\xb5\x8b\x8b\x8c\xc3\x2f\x2c\ \xd9\x6a\x02\x84\xec\x9e\xa9\xe7\x5d\x76\xe9\xb9\x73\x53\x8c\xd6\ \x67\x9f\x7a\xd9\x2c\x3d\xfb\xaa\xf3\x47\xed\x7c\xfd\xa9\x8d\xcd\ \x3e\x01\x23\x0e\x51\xa4\xbf\x71\x48\x48\xcc\xcb\x54\x00\x4e\xbd\ \xea\x86\x0b\xfa\x36\xbf\xf6\xf7\x97\x9e\x3f\x02\xab\xae\x39\x7f\ \x0c\x67\x70\xc6\xe5\xd7\xe6\xfa\x77\x3e\xf3\xe2\x4b\xef\xec\x8d\ \x5e\x76\xed\xc5\x0e\xce\x32\x26\x5f\x7c\x41\x85\xb6\xe4\xb9\x17\ \x9e\x7d\x63\xdb\xa8\x8b\xae\xae\xf2\x00\x98\x3c\xe6\xc6\xcb\xc6\ \x6d\x7b\xf3\xd9\x97\x9e\x7d\xc5\x2c\x3d\xe7\xc2\xb1\x49\xc6\xb0\ \x0f\xba\xc7\x9e\x5d\x85\x57\xaf\xd9\x0d\x80\xbe\x76\xe5\xb6\xbc\ \x59\x17\xe4\x91\x60\xc4\x04\xbe\x41\x73\xe2\xdc\x73\xa5\xb6\x4d\ \x3b\x3b\x0d\xbd\x7d\xc7\xe6\x0e\xdb\x39\x33\x47\xeb\x43\x5e\x00\ \x21\xc4\x82\x28\xcb\xb2\xdd\x5d\x32\xe5\xa2\x6b\xe6\x54\xec\x5d\ \xb9\x55\xa3\x10\x63\x2c\xc9\xb2\xa4\xb8\x0b\xc6\xcc\xbf\xfe\xaa\ \xf1\x3b\xd6\x6d\xf4\x02\x4f\x79\x76\x52\x47\x7d\x17\x07\xd0\x6a\ \xfa\xff\xd5\x17\x68\x6d\x6d\x11\x04\x61\xc2\x84\x09\x6d\x6d\x6d\ \xc1\x60\x00\x42\xc8\x01\x07\x1f\x8f\x08\x3c\x26\x01\x3c\x6e\x3a\ \x7c\xbc\x11\x3f\xf5\x05\x11\x12\x44\xd0\x51\xb3\xf5\x40\x30\x61\ \xd1\x25\x8b\x12\x87\x76\xbc\xf8\xc6\xba\xe1\xfe\xc3\xcf\xfc\x7d\ \x5b\xf9\x82\x2b\x2e\x5d\x38\x39\xc5\x25\xb6\x6c\x5c\xf2\xf2\xe6\ \x9e\xb3\xaf\xb8\xb6\x5a\x6c\x79\xfa\xa5\x65\x81\x90\x77\xeb\xba\ \x1d\x69\xe3\xe6\x2d\x9c\x35\xce\x89\x4c\x21\xa5\xe4\xbc\x4b\x16\ \x9f\x37\xa5\x4c\x04\x94\x1d\xb3\xba\x3f\x92\xf8\x93\xde\x00\xc0\ \x3f\x1b\x6f\x9d\xf0\xdf\xea\x47\x8c\x80\x46\x6c\x76\xca\x18\x11\ \x9d\x29\xa5\x95\x63\x27\x3b\xcc\x35\xfb\x86\x0b\x46\x8d\x9f\x0e\ \xa5\xcd\x1b\x9f\xe9\xf7\x47\x52\x40\xd7\xb6\x75\x3b\x02\xb1\x60\ \x28\x1a\xf5\x0f\x87\xeb\x76\x6f\x4f\x98\x72\xc1\x55\x67\x4f\xd6\ \x3a\x02\x89\xdb\x82\x5a\xa8\x67\xf7\x9e\x0e\x7f\xb6\x73\xe5\xaa\ \xd6\x81\xa0\x6e\xeb\xe8\xd2\x41\x19\x06\x3c\x32\xd8\xb8\xbf\xcb\ \x75\xcd\x0f\xaf\x9a\x94\x23\xc1\xfa\x0f\x96\x05\x28\x65\x6a\x67\ \xdd\x81\x1d\x8d\x83\xa1\xde\x50\xc4\xe1\xd5\xcc\x54\x28\x28\xd9\ \xc5\xa5\x85\xd9\x72\xe0\xf0\x1b\x87\x3a\xfb\xb3\x5d\xdb\x56\x35\ \xaa\x11\xc3\xdb\x3a\x18\xe4\xc5\x2e\xce\xb9\x1e\xf6\x01\x41\xb2\ \x0b\x8c\x1a\x46\x52\xd5\xd9\x97\x8c\xdb\xff\xa7\xd7\x6b\xbe\xf6\ \xfb\xff\x97\x29\xea\xaa\xce\x44\x77\xc9\x75\x57\x4e\xfb\xee\x1f\ \x96\x8c\xb9\xee\x67\xd3\xf2\x15\x5d\xd3\x80\xa0\x9c\x7b\xcd\x35\ \x3b\xbf\xf9\xcb\xe6\xaa\xcb\x7e\x3a\xbb\xc4\x34\x34\xc2\x70\xf9\ \xfc\xab\xa6\xed\xfd\xf6\x4b\x35\xf9\xbf\xf9\xc5\xd9\x32\xe0\xfe\ \x58\x38\xcc\x93\x2e\xbe\x60\xf2\xd2\x37\x36\x7f\xf8\xe1\xd0\xa1\ \x60\xea\xb5\x97\x8d\x7e\xf3\x95\x1d\x11\x9d\x04\x7c\x21\x7b\xc1\ \x79\x73\x6d\x9b\x57\xaf\x59\x13\x02\x07\x93\x27\x9c\x3b\xdd\xd8\ \xf0\x61\xc0\x4b\x79\x3a\x00\x9c\x12\x83\x31\x83\x23\xc9\x93\x90\ \x28\xc4\x7c\x31\x93\x02\xce\x29\x35\x01\xd7\x19\x14\x6d\x09\x19\ \x30\xd2\x15\x35\x80\xc7\x26\x9b\xbd\x21\x83\x33\xc0\xac\xad\xc0\ \xff\x15\x6f\x19\xa5\x60\xdc\xb8\x71\x93\x26\x4d\x1e\xf1\x9a\xeb\ \x1a\x21\xa6\x08\x45\xc6\x18\x3f\xb9\xaf\x0e\x21\xe7\x9c\x31\x0a\ \xe2\xf1\x82\x9c\x73\xc0\x21\x38\xe6\x65\x3e\x75\x51\x31\x0e\x11\ \xa5\x8c\x03\xce\x18\x01\x1c\x24\xe7\x97\x8c\x1b\x33\x31\xdb\xac\ \xff\xe5\xb2\x96\xa8\x54\x5d\x99\x87\xf6\x6e\xdb\x95\x79\xc1\xa2\ \x4a\xbb\xb6\xa1\xe6\x60\x9f\x57\xde\xb6\x66\xa5\xea\x0f\x0c\xeb\ \xc3\x81\xa0\x26\x38\x52\x2a\xc7\x8c\x1f\x5d\xe0\xea\xde\xb5\x07\ \xda\x13\x0b\x4b\xcb\xb2\x24\x5d\x27\x26\xe1\x27\xfb\x0d\x8e\xfb\ \x1c\x20\x80\x3c\x3e\xbe\xc0\xe2\x29\xfe\x2c\x5c\xd0\xff\x25\x5d\ \xe0\xf1\x2c\xa2\x94\x61\xc0\x00\xe7\x8c\x52\xca\x00\x67\xa6\xae\ \x73\x19\x00\x4e\xa3\x51\x95\xcb\x04\x4b\x12\xf0\xb7\xbc\xfc\xc6\ \x73\x60\xca\x8d\x97\x57\xc3\xe0\x53\xef\x12\x62\x52\x4a\x39\xe2\ \x04\x00\xca\x38\xe0\x9c\x11\x93\x61\xc7\xe8\xe9\xe7\x9c\x5b\xed\ \x31\xd8\xe5\x76\xbb\x83\x44\x55\x8e\x04\xc6\x20\x64\xba\xa6\x1b\ \x00\x48\x94\x32\x8c\x51\xe7\xde\xb7\x9e\x59\xdd\x72\xd3\xd7\x6f\ \x13\x0f\x2c\x7d\xa3\xce\x30\x09\xa7\x74\x64\xde\x36\x25\x44\xb0\ \x25\xcf\x38\xf7\xe2\x72\x07\x03\x97\x8b\x36\x77\x82\xaa\x19\x00\ \x43\x20\xc8\x9c\x1a\x31\x83\x52\x91\x10\x6a\x2f\xaf\xa8\x2c\x28\ \x52\x2a\xb3\xdd\x9a\x66\x30\xce\x75\x8d\x64\x96\x56\x16\x17\x14\ \x54\x56\x15\x20\x4d\xd5\x08\x07\x24\x66\x4b\x2e\x1e\x53\x5e\xd0\ \x5f\x5e\x9d\x24\x98\x6a\x94\x70\x40\x88\xe8\xae\x18\x55\x5e\x24\ \xe5\x66\x27\x2a\x84\x92\x58\x2c\xa6\x51\x90\x50\x3c\x71\x4e\xc1\ \x8a\x3f\x3c\xfe\xc6\xf9\xb7\xfd\xb0\x34\x3d\xc4\x49\x34\xa6\x46\ \x42\x9a\xc9\x3c\xd2\xf8\xf9\xe7\xae\xfa\xc1\x8f\x9e\xe5\x13\x7f\ \xf9\xeb\xf1\xc6\x9a\x75\xba\x1a\xd2\x49\x1a\x8f\xaf\xe0\x8b\x24\ \xc0\x02\x07\x0f\xd7\xa2\xdc\x45\x4e\x48\x29\x00\x08\x22\x00\x31\ \x02\x7a\xfd\xbe\xbd\xb6\xdc\x31\x1e\x09\x74\x69\x06\x94\x45\x4e\ \x09\xb5\x76\xeb\xf9\x57\x2d\x5a\x9d\xe9\xf1\xa5\x50\xe1\x71\x27\ \x35\x63\xfc\xa4\x21\xa4\xe3\xbd\x06\xc6\x79\xbc\xf8\xf2\x93\x26\ \x18\x70\x1e\xaf\x99\x27\x9d\xcc\x11\x63\x0c\x00\xce\x08\x05\x8c\ \x33\x62\xea\x0c\x98\x5c\x00\xc4\xa4\x8e\xfc\x7b\xbf\xff\xf0\xae\ \x0d\xab\x5f\xfd\xd3\x2f\x3a\x6e\xbe\x4b\x40\x38\xb5\x74\xf2\x25\ \x97\x4f\x60\x84\x2a\xae\x24\x8f\xde\x6a\x50\x66\xea\x1a\x00\x0e\ \xca\x18\x25\x34\xee\x58\xa4\x94\x9e\x3a\x84\x00\x4f\xe8\xd5\x31\ \x95\x80\x10\x71\xc6\x39\xff\x0c\xfc\x8e\xff\x45\x7b\x81\x33\xce\ \x20\x62\xc0\x54\x35\x4d\x37\x19\x11\xd4\x98\x6a\x9a\x94\x11\x43\ \x53\x35\x93\x50\x8a\x4c\x35\xa6\x1a\x8c\x63\x01\x86\xc3\x7e\xaf\ \x0f\x46\x55\xc3\xa0\x78\xfc\x84\xa9\xaf\x3f\xb9\xe2\xb5\x34\x94\ \xe0\xdd\xe3\xd5\x0c\xd1\x9e\x35\x7d\x7c\xe2\x3b\x9b\xd6\x65\x48\ \x93\x44\xc3\xc8\x1b\x3b\xd1\x45\x89\x49\x99\x9c\x58\x70\x56\x05\ \x7a\xeb\x85\x67\xf5\xb3\xc7\x36\x37\xf4\x90\x9c\x89\x00\x62\xc4\ \xf5\x80\x77\x18\x07\xc2\x86\x91\x08\x6d\x49\xc9\x3c\xb2\xe9\xbd\ \xb7\xf9\xe8\x9c\xc2\xe2\x09\x63\x92\xb6\x6e\xfc\x60\xb3\x30\x31\ \x5b\x33\x5d\x13\x26\x78\x18\xa5\x9c\xe9\x4a\x62\xae\x5d\x3d\xd0\ \x3b\x10\x2b\xce\x86\x84\x98\xba\xaa\xa9\xaa\xa6\x69\x06\x55\x28\ \xe5\x1c\x70\x62\xe8\xaa\xaa\xa9\x9a\xae\x11\x62\x63\x94\x03\x00\ \x4d\xdd\xd4\x54\x55\x55\x35\xd3\x24\x71\xd5\xa1\xa6\xa1\xeb\x9a\ \xa6\x69\xba\x61\x72\x81\x46\x23\xc1\x90\x49\x74\x43\x1c\x37\x67\ \xe1\xfc\x58\xf3\xac\x09\x45\x90\xec\xd6\x54\x5f\x38\x16\xf1\x05\ \xc3\x66\x3a\x15\xdc\xc5\x0b\x16\x2e\x48\x01\xe3\x0b\x5c\xa8\x0e\ \x98\xc1\xc0\xb0\x46\x4b\x48\x64\xb0\x66\xcf\x76\xb1\x1b\x36\x1e\ \xdc\xbe\xa7\xdf\x73\xe3\xd7\xa7\x60\x1a\x30\xa3\xfe\xfa\xfd\xdb\ \x37\x47\xa4\x96\x23\x7b\xf7\xd4\xc3\x2b\xef\x5b\xe0\xa1\xc3\x2d\ \xfd\xbe\xe4\xea\x14\x60\x9a\x1f\x9f\x45\x6f\xf1\x29\x11\x45\x51\ \x14\xc5\x78\x7b\xac\xeb\x3a\x67\x8c\x21\xcc\x39\xe3\x8c\xc1\x93\ \xab\xdf\xf1\x31\x00\xca\x38\x67\x71\x5d\x88\xdb\x0b\x28\x1e\x40\ \x78\x42\x41\x10\x31\x4d\x35\xa6\x9a\x84\x02\x5d\x53\x35\x9d\x52\ \x60\x1a\xaa\xae\x9b\x51\x6f\xe7\xc6\xda\x06\x47\x72\x6e\x96\x6b\ \x63\xab\xd7\xbc\x7a\xfc\xa4\xf5\xaf\x6c\xd9\x7c\xc0\x9e\xad\x00\ \x4f\x5e\x65\x82\x9b\xa9\x51\xd5\x34\x89\x61\x12\x87\x27\xc5\xe6\ \x5d\xbf\x72\xf9\xb2\xa2\xcc\xec\xb1\xa3\x4a\x6c\xe2\x89\x2e\xc2\ \x89\xf0\x03\x08\x11\x00\x1c\x02\x08\x20\x43\x88\x73\xc6\xd9\x67\ \xe0\x77\xc4\xdf\xff\xfe\xf7\xfe\xe9\x4c\xc4\x72\x73\xdf\xae\xb6\ \x81\xfd\x22\x96\x4f\x7b\x02\x65\x66\x5a\x42\xd1\x98\xc2\x73\x08\ \x35\xe2\xa3\xee\x83\x03\xfd\x29\xa9\xe9\x00\x02\xc6\x99\x1e\x8d\ \xd9\x33\x0b\x0b\xd2\xed\x31\x03\x17\x96\x15\xbb\x44\x33\xaa\xe3\ \xfc\xe2\xd2\x04\x81\x44\x75\x9e\x3b\x6a\xd2\x84\x8a\xcc\x9e\xda\ \x83\x75\xad\x83\x29\xa5\xa3\x27\x54\x97\xe4\xe4\x97\x14\xa7\xa1\ \xc6\xba\x26\x7f\xc8\x3b\x10\x11\x27\xcf\x9e\x33\x71\x54\xb9\x1c\ \xeb\xa9\x39\xd2\xe8\xd5\x60\x6e\x71\x69\xa2\x8c\x28\x65\x0c\x2a\ \x25\xd5\xd5\x52\xb8\xa3\xe6\x48\x13\xf1\xe4\x4f\x99\x3a\xa9\xa2\ \xa2\x3a\x1d\xfa\x0f\xee\x3f\x3c\x60\xda\x46\x4f\x9a\x52\x5e\x98\ \x5f\x90\x65\xef\x3a\x7a\xb8\x3b\x8c\x0a\x2a\x26\xcd\x98\x50\x1c\ \x6a\xaf\xab\x6d\xe9\xd2\x50\x42\x49\x71\x8e\x8c\x38\x63\x5c\xb6\ \xbb\x7c\xf5\xdb\x1a\xb5\x94\xf1\x15\x99\x8c\x10\xa2\x6b\x44\x74\ \x97\x96\xe5\x4b\x90\x8d\xb4\x1d\xd4\x8c\x19\x28\xaf\xa8\x2c\x59\ \x41\x94\x8d\xb4\x19\x7a\x4c\x4b\xc8\x29\xce\x4d\x73\x50\x12\x1f\ \x34\x02\xa6\xae\x62\x67\x56\x59\x5e\x1a\xe6\x54\x57\x63\x54\x4e\ \xae\x28\xce\x50\xdc\x59\x93\xc6\x8d\xf2\x88\x8c\x52\xa2\x12\x98\ \x59\x58\x24\x52\x92\x9c\x5b\x9c\x95\x68\x4f\x2d\x1a\x3b\xae\x28\ \x85\x9a\x94\x53\x8d\xda\x52\x8b\xf3\xb3\xa1\x11\xe8\x19\xe8\xeb\ \x1d\xf0\xd9\xb3\xc7\x5c\x7d\xcd\xe2\xca\x14\xc9\x20\x8c\xeb\xe1\ \xe1\xc1\x9e\xde\x01\x9f\x90\x5c\x76\xd9\xf5\xd7\x4c\x28\x48\x0a\ \xb5\xef\x7d\x77\x63\xdb\x9c\x0b\xce\xcd\xb0\x41\x4a\x19\xb7\xf8\ \xa7\x00\x23\x61\x26\x2d\xad\xad\x87\x0e\x1e\xec\xec\xea\xea\x68\ \x6f\x4f\x4c\x4c\x94\x44\x09\x22\xa8\xeb\x7a\x28\x18\x48\x4d\x4b\ \x8b\x5b\xe6\x08\xa1\x68\x34\x6a\x18\x7a\x72\x4a\x0a\x31\x4d\x36\ \xd2\x97\xe0\x60\xc4\x88\x88\xfb\x1a\x4f\x5c\x9a\x31\x53\x23\x62\ \x71\x59\x91\xc2\x75\xc1\x93\x55\x92\x93\xcc\xf4\x18\x95\x12\x8b\ \xb3\x1c\x0d\xbb\xb7\x1d\x38\xda\x95\x50\x3e\xf7\x92\x19\xa3\x33\ \x0b\x4a\x0b\x13\x68\xdd\x91\x23\x9d\xfd\xe1\xc4\x9c\xc2\xec\x64\ \xbb\xa6\x83\x9c\x92\x12\xb7\x08\x44\x77\x4a\x46\x02\xab\x3b\xd2\ \x10\x41\x49\x65\xc5\x39\x22\x8c\x1b\x30\xc7\x93\xce\x4f\x8a\x5e\ \x00\x00\x00\x04\x91\x61\x9a\x7e\xbf\x2f\x2d\x2d\xfd\x23\xbd\x89\ \xde\x9e\x9e\x82\xc2\xa2\xb8\x87\x82\x31\x46\x29\xa5\x94\x20\x84\ \x06\x07\x06\x72\xf3\xf2\x3e\xee\x92\x38\xd3\x7a\x4d\x9f\x84\x5d\ \x72\x2f\xdb\xfd\xdb\x35\x07\x1e\xb3\x9f\x21\xae\x49\x33\x23\x63\ \x0b\xcf\xbf\x6d\xe1\x63\xaa\x11\x06\x00\x60\x2c\xd4\x1c\xda\x5f\ \x3d\x7a\x2c\x00\x80\x31\x2a\x48\x32\x62\xa6\x66\x70\xc5\x26\x9a\ \x9a\x6a\x32\x64\xb7\xc9\xa6\xa6\x12\x80\x15\x45\x22\xba\xc6\xa0\ \xa8\x28\x22\x02\x90\x73\x62\x1a\x66\x70\xb0\xf3\x48\x43\x8f\x33\ \xc5\xd3\xb6\x63\xe5\x11\xb3\xea\x81\xaf\x5d\x64\xa7\x44\x90\x15\ \x11\x23\xce\xa9\xae\xaa\xc7\xdd\xf0\x10\x62\x49\x96\x45\x8c\x00\ \x60\xa6\xae\xeb\x84\x49\xb2\x22\x0a\x08\x02\x40\x89\xae\x6a\x26\ \x16\x65\x45\x96\x00\x27\x9a\xaa\x31\x28\xc8\x8a\x2c\x40\xc8\xa8\ \xa1\x69\x46\x3c\x17\x05\x49\xf6\xd7\x7f\xf0\xe8\x9b\x47\xaf\xfd\ \xfa\x5d\x25\x2e\x40\x91\xa8\x48\x48\x57\x75\x76\x52\xdc\x93\xa2\ \x48\x54\xd7\xcc\xe3\x9e\x61\x0e\x24\x9b\x0d\x52\x43\x37\xe8\x71\ \x19\xc7\x92\x22\x23\xa6\xea\x3a\xe7\x10\x09\x92\x22\x41\x55\xd5\ \xf9\x31\xd7\x71\xfc\x22\x44\xd3\x90\xac\x40\xaa\xeb\x06\x8b\x5b\ \x85\x9c\x03\x24\xca\x32\xe6\x9a\x6e\x4a\x36\xbb\x88\x00\x07\x80\ \x51\x62\x18\x06\x65\x1c\x00\x28\xdb\x6c\x22\x46\x9c\x73\x4e\x89\ \x61\x98\x18\xd1\xcd\xaf\x3d\xb6\x0b\x4c\xbe\xff\xfa\xd9\xd8\xd0\ \x2d\xe7\xc2\xbf\xe8\x7b\x47\xb8\xa7\xbb\xeb\xb5\x25\xaf\xf7\xf5\ \xf5\xcf\x9f\x3f\xef\xbc\xf3\xce\x15\x05\x51\x10\x84\x68\x34\xd2\ \xd9\xd1\x5e\x3d\x6a\x8c\x69\x9a\xf1\xb8\x98\xc1\xc1\x81\x68\x24\ \x5c\x56\x5e\xa5\xaa\xb1\xf8\x4e\xf1\xc7\xbd\x91\x27\x1b\xf6\xc7\ \x8b\x8a\x4d\x11\x0d\x4d\x03\x82\x2c\x41\xa6\xea\x06\x14\x64\x45\ \x84\xba\x4e\x24\x9b\x22\x40\xc0\x18\xd1\x35\x9d\x72\x20\x48\x8a\ \x2c\x0a\x10\x30\x43\xd7\x0c\x02\x14\x9b\x4c\x74\x8d\x50\x0e\x20\ \x14\x25\x59\x96\x04\x46\x0c\x55\x33\xf8\xe9\x3c\xfa\xc7\xba\x11\ \x10\x42\x28\x08\x82\xa6\x69\xad\x2d\xcd\xa3\xc7\x8c\x8d\xa7\xf9\ \xb8\xb7\x74\xcf\xee\x5d\x73\xe7\x9d\x4d\x4c\x93\x71\x46\x08\x31\ \x74\x43\xd7\x35\x2c\xe0\x23\x35\x35\xd3\x67\xcc\xfc\xf4\xeb\x35\ \x7d\x12\x26\x33\xf2\xd2\xc6\xce\x1e\x75\xb3\x88\xcf\x18\x07\x9d\ \x95\x54\x41\x98\x71\x3c\xf9\x9c\x31\x42\x88\x80\x31\xe0\xc0\xd0\ \xd4\xb8\xe7\x54\x8d\x9a\x00\x42\xc0\xa9\x1a\x53\xe3\x76\x86\x36\ \xf2\xc6\x88\x45\x8c\xe3\x81\x46\x80\x9b\xfd\x6d\x75\x03\x75\xdc\ \x91\x32\xfe\xe6\x85\xb3\x1d\xd4\x34\x19\xa7\x6a\x4c\x3f\x4d\x98\ \x0a\xd5\x4f\x3d\x6e\x68\xaa\x71\x52\x36\x52\xd3\x88\x9a\xc7\x0f\ \x10\x2d\xfa\xd1\xc9\x9d\xa6\x6e\x26\x95\x9e\x75\xdd\x65\x59\x0e\ \x40\x28\x17\x38\x31\xd5\x8f\x9c\xc2\x8f\x27\xf2\xa4\x5f\x51\xd5\ \x13\x1d\xd0\xf8\x9d\x18\x5a\xec\xd8\x33\x63\xc4\x88\x91\x53\xff\ \x7f\xfc\x22\x27\x7d\x31\xfe\x2f\x66\xea\xaa\x09\x00\x00\x7a\x2c\ \xfa\xb1\x1b\xe4\x7a\xec\x94\xbb\xa3\x84\x64\x8d\x5f\x78\x75\x46\ \x99\x48\x74\xf3\x33\x30\x1e\xbf\xa2\x50\x4a\xf2\xf2\xf3\x6f\xbc\ \xf1\x86\x96\x96\xd6\x19\x67\x9d\x05\x21\x60\x9c\x72\x20\x18\x06\ \xf9\xff\xec\x7d\x77\x60\x1c\xd5\xb5\xfe\xb9\xf7\xce\xcc\xf6\x55\ \xef\x5d\xb6\x25\x59\xee\xbd\x62\x03\xb6\xb1\x0d\x98\xde\x7b\x4b\ \x27\x2f\xfd\x25\xfc\x52\xc9\xcb\x4b\x4f\x48\x20\xa1\x17\x83\x4d\ \x71\x01\x1b\x63\x0c\xc6\x05\xe3\xde\x7b\xb7\x24\xab\xf7\xae\xdd\ \x9d\x76\xcb\xef\x8f\xd9\x95\x56\xb2\x0c\x04\x1c\x97\x97\xf9\xd8\ \x38\xbb\xa3\xd9\x99\xb3\x33\xf7\x7e\x73\xee\xb9\xe7\x7e\xe7\x8c\ \xf9\x08\x30\x29\xe3\x82\x47\x47\xfd\xbb\x27\x35\x51\xef\x5c\x07\ \x10\x4c\x0d\x31\x00\x00\x43\x57\x01\x00\x90\xa0\x86\xd5\x9c\xb4\ \x60\xb0\x57\x7f\xd1\x35\x1a\x75\x5f\x7b\x1a\x98\x10\xa6\xae\x99\ \x7a\xbf\xd1\x52\x81\x00\x44\x24\xe8\x28\xc2\x73\x11\x60\x18\x26\ \x88\x0b\x14\x77\x34\xa8\x5a\x9c\x75\xf9\xf0\xbc\xd9\x70\xb6\x19\ \x11\x84\x18\x8b\x5a\x37\x25\x84\xcf\x17\x53\x59\x7e\x7a\x50\x61\ \x91\x4c\x88\x95\x31\x06\xd1\x14\x2b\xe0\xac\xab\x56\x85\x70\x64\ \x0d\xbd\xef\xdb\x63\x11\x00\x08\xaa\x6b\x3a\xe3\xf0\x6f\x4e\xee\ \x73\x0e\x19\x33\xfa\xb3\xd2\xa5\x2f\x12\xb8\x06\x8f\x1c\x27\x98\ \xc9\x38\x48\x8a\xdd\xc1\xbf\x40\x62\x0d\xea\x6e\x66\x79\xb9\xf9\ \x03\x07\x0e\x34\x4d\x6a\x75\x31\xc3\xa4\x35\xd5\x15\x09\x89\x49\ \xdd\x0e\xb9\x10\xc2\xeb\xf5\x56\x57\x57\xb5\xb7\xb5\xc6\xc6\xc6\ \x85\x53\x06\x2c\x42\x80\x5e\xd9\xd0\xe7\xcd\xe6\xee\x1e\x64\xb9\ \x9b\x26\xa5\x55\x95\xe5\x71\xf1\x09\x5f\x7e\x4a\xe2\x8b\xf0\x02\ \x02\x64\x32\xdd\x64\xfa\x67\xee\x16\x0e\x3a\x32\x96\x95\x93\x73\ \xf2\xf8\xb1\x83\xfb\xf6\xb8\xdc\x9e\x68\xc2\xb3\x61\xe3\x62\xe0\ \x87\xc8\x83\x1f\x41\x78\xac\x27\x82\x81\x80\xd7\xeb\x4b\x4d\x4b\ \xef\xf6\xb1\x39\xe7\x6e\x8f\x27\x33\x33\xf3\xe4\x89\x63\x1e\xb7\ \x97\x48\x12\xf4\xf1\x12\x2f\x9c\xcd\x16\x82\x81\x2e\xb7\xc7\x93\ \x9e\x9e\xf1\xe5\x23\xd0\xe7\x63\x3e\x42\x00\x10\x42\x06\x0f\x19\ \xda\xda\xda\xa2\x6b\xda\x45\xab\x75\x63\xc3\x46\x37\x12\x93\x92\ \x63\x63\xe3\x44\xef\x07\x2f\x63\x2c\x39\x25\xd5\xeb\xf5\x75\x74\ \xb4\x9f\x07\xd7\xe0\x5f\x45\x42\x62\x62\x5c\x5c\xfc\xa5\x94\xd7\ \x64\xad\x4b\x49\x4c\x4c\xb2\x49\xc1\xc6\x25\x81\x70\xca\x40\x3f\ \xc1\x08\xe6\x72\xbb\x3d\x5e\xef\x25\x64\xf3\xc5\xcb\x0b\xe7\xd6\ \x68\x1b\x36\x2e\x20\xac\x0c\x86\xff\xdb\xbf\xd1\x16\x62\xb5\x61\ \xc3\xc6\x85\xf3\x17\xac\x85\x6b\xf6\x38\xc2\xc6\xa5\x32\x8e\xf8\ \x14\x3d\xe8\x8b\x53\xd9\xfc\x53\x6c\xbe\x48\x79\xc1\x2a\xb0\xdd\ \xde\xd6\x79\x66\x25\x3c\x1b\x36\x2e\xc2\x2e\x26\xcb\x8a\x2f\x26\ \x86\x60\xdc\x27\x8c\x87\x10\x0e\x06\x03\x6a\x28\x78\xf1\x85\x1d\ \x85\x2c\xcb\x3e\x7f\x0c\x21\xe4\xcb\x87\x1e\xcf\x93\x1e\xb4\x69\ \x9a\x2d\xcd\x8d\xb1\x71\x09\x2e\x97\xdb\x6e\x74\x36\x2e\x7e\x5e\ \xe8\xea\xea\x6a\x6a\x6c\x48\x4e\x4e\xe9\xad\x93\x8a\xda\xda\x5a\ \x04\xe7\x09\x49\xc9\x18\x5d\x64\x7a\xd0\x20\x82\x81\x40\x53\x53\ \x43\x52\x52\xca\x97\x77\x67\xbe\x20\x2f\x60\x44\x30\x3e\x2b\x2d\ \x21\x84\xb8\xe0\x9c\xd3\x9e\xab\xd9\xda\x12\x9f\x90\x18\x9f\x90\ \x64\xb7\x38\x1b\x97\x04\x3c\x5e\x5f\x7d\x6d\x4d\x7b\x5b\x5b\x42\ \x62\x62\xf7\xfa\x08\x55\x0d\x19\xba\x96\x37\x60\x10\xc6\xe4\x22\ \xb4\xd9\xeb\xf5\x01\x88\x8e\xb6\xd6\x84\xa4\xe4\x2f\x39\xa0\xf8\ \x22\xbc\xe0\x94\x3d\x9b\x8e\x2c\xd8\x7e\x62\xa9\x53\xf6\xf4\xbb\ \x83\x41\xd5\x41\xe9\x93\xe6\x4d\xf8\x91\x6e\x86\xc2\x5b\x0c\xc3\ \xe7\x8f\xe9\x56\x9a\xfa\x3c\x7a\xd0\x42\x08\x4b\x54\x8b\x33\xf6\ \x79\xd4\x76\xa3\xf7\x87\x8b\x3b\x8a\xd1\x6d\x2a\x63\x0c\xec\x88\ \xcb\x05\xbd\x11\x10\xd1\x77\x3d\x53\x5b\xd9\xeb\xf3\xd7\xd5\x56\ \x47\xdf\x1f\xd3\x30\x15\xc5\x19\xfd\x44\xec\xd6\x5c\x8d\x3e\xc8\ \x85\xb5\xb9\xb3\xbd\xfd\xcb\x9b\xf1\x85\xf2\x1d\x11\x0e\xa8\xad\ \xf5\x6d\x27\x3f\x45\x0f\x3a\x29\x26\x0f\x45\x39\x5a\xe1\xcb\xc7\ \x19\x22\x04\x47\xfd\x18\x00\x00\x46\xfb\xd5\x1f\xc3\x18\x77\xd6\ \x97\xd6\xaa\xce\x01\xd9\x69\xe4\x73\xb0\x1f\x26\x52\xb0\xa1\xaa\ \xd1\x70\xe5\x67\x25\x42\x24\x8d\x59\x92\xa4\x70\x4e\x98\xe0\x94\ \x71\x6b\x37\xdc\xfb\xcc\x08\x11\x42\x50\x78\xaf\xb0\xf8\x2e\x92\ \x24\x02\x9c\x71\x44\x30\xea\x31\xd0\xda\x53\x30\xca\x04\x92\x24\ \xd2\xbd\x37\x00\x10\x49\x42\x20\x28\x65\xd1\xc7\xef\x36\xa3\xd7\ \x46\xc1\x39\xa0\x60\x53\x45\x5d\xc8\x3b\x28\x27\x9e\x51\x5b\x4c\ \xe5\x82\x01\x45\x1a\xa7\xe8\xee\x5d\x9c\x87\x65\x07\x51\x58\xe9\ \x24\x3a\xa1\xb0\x5b\xb0\x4d\x44\xf4\x60\x45\xb8\xd6\x63\x58\x5e\ \x31\x5a\xaf\x01\x21\x4c\x08\x16\x7d\xe4\x9c\xff\x25\xf3\x30\x21\ \x18\xf5\xe9\x1f\x3d\x36\xa3\xf0\x22\x83\xc8\xe7\xf0\xb9\xd9\x05\ \xd4\x65\xc1\x98\x48\xc4\x21\x91\xfe\x93\xf2\x19\x77\x10\xdc\xeb\ \xc8\x96\x1e\x34\x42\x48\x6b\xad\x2b\x2d\xaf\x36\xb0\xc3\x21\x13\ \x43\x53\x85\xe4\xca\x1e\x54\x10\xe7\x40\x61\xed\xc7\xde\xbc\x50\ \xb6\xe3\x9d\xa5\x75\x45\x3f\xfb\xfa\x3c\x89\xf1\xe8\x1d\xd0\x99\ \x6f\x10\xc6\xbc\x6d\xe5\x82\xe7\xbb\x06\x5f\x87\xb4\x60\x42\x66\ \xba\x47\xc1\x08\x41\x5b\xfd\xe9\x36\xea\x56\xcc\x76\x88\xcb\xce\ \xf0\x29\x1c\x90\xd1\xde\x50\xdb\xa6\xbb\x15\xa1\x72\x4f\x4e\x56\ \x1c\x70\x40\xac\xb3\xb4\xa2\xc5\xeb\x56\x3a\x55\x9e\x91\x95\xe5\ \x40\x1c\x23\x5e\x57\x5a\x06\x71\xe9\x7e\xd4\x55\xdf\x25\xe5\x64\ \xc6\x23\xab\x1d\xb0\xc0\xe9\xd3\x6d\x09\xe9\xe9\x1e\x87\x59\x5d\ \x5e\xa5\xc4\xa5\x25\x79\x25\x26\x04\xc2\xb8\xab\xa9\xa6\x45\x73\ \x66\xa7\xc7\x86\x5a\xab\xcb\xab\x9b\x74\xca\x15\x77\x5c\x4e\x5e\ \xae\xdf\x49\x18\x63\x7a\x5b\x7d\x79\x4d\x5d\x50\x67\x8a\x3b\x26\ \x33\x27\x2f\xde\x23\x99\xad\xc7\x5e\x5d\x70\xe4\xde\x1f\x7e\xb7\ \x30\x06\xdb\xcc\x70\xe1\xc6\xe4\x3d\x3d\xde\x5a\x92\xc8\x19\x13\ \x51\x6a\x2b\x7d\x34\x54\x05\x44\xf4\xa0\xa1\x47\x1b\x16\x7a\xf4\ \x9a\xa2\x7b\x2f\xe2\x66\xa0\xaa\xa2\x2d\x2e\x2d\xc3\xab\xf4\x9c\ \x49\xf4\xe9\xde\x67\xff\x88\x30\xd6\x5a\xca\xf7\x9e\xea\x1a\x3e\ \x66\xa8\x57\xe2\xfc\x8c\x23\x40\x84\xbc\x7a\xb6\x23\x14\xd1\x71\ \xbb\x24\xf4\xa0\x23\xea\x37\x08\x63\xb5\xa9\x62\xcb\xfa\x75\xab\ \x96\xbc\xf4\xab\x9f\x3d\xbe\xe4\x83\xb5\xeb\x37\xed\x68\xa6\x12\ \x21\x60\x9a\x14\xb0\x24\x11\x24\x84\x20\x44\x22\x48\x30\x4a\x29\ \x35\x4d\xca\xac\xe7\xae\x61\x9a\x1c\xb0\x44\x90\xc5\xed\xd0\xfd\ \x7f\x42\x80\x10\x18\xe3\xa6\x43\xeb\x76\xb5\x26\xce\x9e\x90\xf1\ \xee\x3f\x7f\xf9\xe2\xda\x13\x84\x10\xac\x56\x3d\xff\xfb\xdf\x6d\ \x2c\x6d\x3d\xbe\xe6\x95\xdf\x3f\xf3\x9e\x46\x08\x21\xc6\x9a\xd7\ \xfe\xf8\xe2\x47\xc7\xdb\xcb\x36\xfc\xe6\x77\x4f\x9d\xec\x22\x84\ \x90\xd3\x9f\xbc\xf1\xc7\x67\x56\xb4\x77\x56\x3f\xff\xdb\xff\xf9\ \xe8\x48\x2b\x21\x44\xaf\xd9\xf6\xc7\x3f\x3c\x59\xd2\xc5\x4a\x36\ \x2f\xfc\xf6\x77\x7e\x7b\xb4\x5d\x10\x0c\x84\x90\xea\xcd\xaf\x7e\ \xfd\x7b\x7f\x3c\x58\x27\x08\x69\x7a\xee\xd7\x3f\xfe\xdd\x6b\x1f\ \x1b\x84\x10\x4c\x08\x6d\x5b\xf4\xe7\x1f\xfc\xfc\x99\x4d\x84\x90\ \x23\xef\xff\xf3\x7f\x9e\x78\x69\xfd\xc6\x4f\x96\xbd\xfe\xdc\xff\ \xfc\xee\x6f\xdb\xcb\xda\x09\x21\xa7\xd7\x2c\xf8\xcd\x6f\x9f\x59\ \xb7\x71\xc3\x8a\x45\x2f\xff\xef\x6f\x7f\xbf\xfe\x68\x43\x5c\xe1\ \xf4\x51\x71\x8d\xab\x36\x1c\xe2\xa8\xaf\x36\xb9\x8d\xf3\x0f\x49\ \x96\xeb\x6a\x6b\x3f\xf9\xe4\x13\x84\x31\xee\x29\x6b\xc2\xfb\x6a\ \xa8\xf6\xe8\xb8\x7d\x06\x10\x26\xb4\xed\xd8\x5f\x7e\xf7\xf4\xa1\ \x06\x4e\x88\x84\x04\x37\x4d\x93\x23\x2c\x11\x0c\x80\x24\x82\x19\ \x35\x4d\xca\x04\x17\x80\x88\x44\x30\x35\x4d\x06\x58\x22\x18\x04\ \x60\x8c\x19\xa5\x42\x40\xdb\xe9\x3d\x6f\x2e\x5d\xdf\xaa\x31\xd6\ \x2d\xf5\xd1\x2f\xba\xa5\xe2\x01\x2c\x1d\x37\x74\x69\xe8\x41\x47\ \xfc\x2b\xc6\xb8\x7f\xc0\xb8\xaf\xfd\x70\xa2\x56\xb2\xfa\xf1\x7f\ \x6c\xba\xff\xbb\x3f\x29\xf4\x42\xa8\xee\xf0\x73\x4f\x2f\x3e\xd5\ \x14\xf2\xa6\x16\xdf\x71\xdf\x1d\x45\x29\xee\xe6\x53\x5b\x5e\x59\ \xb0\xa2\x85\x39\xf4\xa6\x32\xe7\xf8\xd1\x0a\xe8\x9b\x57\xbc\xfc\ \xe1\xae\x72\x8a\xe3\xe7\x3d\xfc\xb0\xbc\xe3\xcd\xad\x74\xcc\xf7\ \xef\x9f\xdc\x75\x6c\xc3\x3f\x17\x1d\xbd\xf3\x7b\x5f\xcb\xf6\x00\ \x42\xf4\xe0\xd6\x43\x09\x85\x73\xb2\x13\xd3\xef\xbc\xf7\xea\xff\ \x79\x79\xe9\x89\xcb\x07\x1b\x6b\xde\xae\x4f\x9e\xfe\xf5\xe9\x83\ \x63\x86\xdf\xb3\xf9\x17\x4f\xaf\x3a\x38\x6b\x8e\x73\xfb\xba\x32\ \xdf\x43\x3f\x9b\x51\x94\x14\x9a\xb5\xf9\xe7\x4b\x57\xec\xfa\xc9\ \xcd\x29\x4b\x3e\x3c\x36\xf3\x8e\xc7\x0a\x0b\xd2\xee\x9a\xbb\xe9\ \x85\xb7\x97\x5f\x39\xe4\xde\x0d\x4b\x56\x26\x5e\x76\xe7\x65\x39\ \xfe\x4f\x36\x07\x9c\xac\x6c\xc5\xaa\x9d\x43\xee\x99\x44\x82\xe5\ \x2b\x56\xed\x76\x78\x3c\x21\x4d\x05\xad\x53\x72\x8b\xca\xbd\x6b\ \x77\x94\x4e\x9a\x36\x20\xa6\x62\xcf\xda\xed\xa7\x3a\x7c\x23\x82\ \x1a\x80\xa1\xc3\xd0\xcb\xae\xfb\xe1\xc3\x57\x71\xbd\x63\xd3\xa2\ \xbf\x3f\xfb\x8f\xd7\x72\xfe\xf0\x5f\x94\x8a\xdc\x91\x57\xff\xf0\ \xfb\x37\x20\x23\xb8\xf7\xbd\xa7\x9f\x7a\xee\xf9\x8c\xff\xfd\xf9\ \xd4\x29\x23\xfe\xb8\x6a\x4f\xcb\xdc\x91\xf1\x18\x2e\xc2\x64\xfb\ \xff\x98\xb1\x04\xc2\x18\x97\x97\x97\xcf\x9f\x3f\xbf\xaa\xaa\xaa\ \xb9\xb9\xf9\x9a\x6b\xaf\x95\x30\x86\x6e\x91\xe5\xde\xfe\x45\xb7\ \x2f\x11\x4d\x16\xd0\x9f\x1e\x34\x00\x76\x38\x1c\x4e\x27\xa9\xde\ \xfb\xde\xd3\x0b\x3f\xe6\x8a\x44\x49\xd2\x4d\x0f\x7e\x65\x62\x8e\ \x58\xbd\x60\xfe\xc7\x47\x1b\x24\x5f\xfe\x5d\x0f\xdd\x33\x38\xae\ \xf3\x83\xb7\x5e\xdd\x74\xbc\x9e\x3b\x12\xae\xbe\xfb\x2b\x97\xe5\ \x98\xcb\x9e\x7d\x7a\xd3\xe9\x40\x5c\xee\xf8\xab\x47\x7b\x50\xc3\ \xde\x7f\xfc\xe1\x57\xe9\xc3\x67\x3d\x72\xd3\x34\x0f\x66\x82\xf7\ \xd5\xa1\x05\x88\x3c\x26\x85\x40\xe7\xae\x4a\xd3\xf9\xd2\x83\x0e\ \x53\x1a\xb7\xfc\x30\x8b\xff\xb8\x10\x60\xb6\x2c\x7f\xf9\xf9\x9a\ \xd8\xf1\xdf\xfb\xd1\x77\x47\x3a\x4f\x3d\xfb\xfa\x87\x5d\xc1\xe6\ \x77\x5e\x59\x40\x0b\xe6\x7c\xf7\x3b\xdf\x98\x36\x34\x85\x1b\x86\ \x01\x8e\x51\x57\xde\xfc\xed\xef\x7d\xe7\xaa\x01\xea\xbb\x4b\x3f\ \x49\xca\x8b\xa9\x38\xb6\xa3\x05\x50\xf5\xe9\xc3\xf5\x4a\x7c\x9c\ \x47\x62\x02\x01\xef\x38\xd5\xa8\x26\xe7\x65\x82\x60\x29\x63\xae\ \x9d\x5d\xcc\x5f\xfa\xf3\xef\xde\xd8\xde\x79\xe3\x1d\xd7\xc5\x70\ \x53\xc4\x0d\xbd\x6b\xde\xc8\x8d\xf3\x9f\xf8\xf3\xfc\x8f\x8b\xaf\ \xbd\x63\x78\x12\x62\xc2\x77\xed\x5d\x37\x06\x76\xbe\xf1\xc7\xbf\ \x3c\x17\xca\xbb\xea\xea\xb1\x69\x8c\xf1\x51\x73\xef\x1c\x2e\x0e\ \xfd\xf9\x77\x7f\xda\xd4\x9a\x7a\xdb\x0d\x93\x40\x74\xb5\xb5\xea\ \x97\xdf\x70\xad\x79\x6c\xdd\xc1\x56\xa3\x6c\xdb\x47\x4d\x09\xe3\ \xe7\x8e\x8a\x69\xe9\x0a\x88\xce\x76\x9c\x30\xe4\xfa\x29\x89\x6b\ \x3f\xdc\xc6\x79\xfb\x87\x6b\x0e\x4d\xb8\xee\xfa\x34\xd4\xd8\xc1\ \x01\x21\x24\x38\xa3\x00\xd8\x11\x33\x6d\xee\xf5\xd9\xed\xfb\x0e\ \xd5\x06\x08\xc1\x42\x70\x0a\x00\xc4\x33\xf6\xea\xdb\x06\x86\x6a\ \xf7\x1f\x6d\x4e\xc9\xca\x76\x76\x55\x35\x76\xe9\x80\x84\x25\xfe\ \x63\xbf\xce\xff\xcb\x72\x0a\x42\xa1\xe0\xf8\xf1\xe3\xee\xb8\xe3\ \x8e\x98\x18\xbf\xa6\x86\xc2\xea\x6c\xbc\x4f\x9a\x10\xea\xde\x22\ \x20\xea\xeb\x67\x3b\x38\x08\x01\x80\x09\xaf\x2f\x3b\xd6\x91\x32\ \xfe\xbb\x3f\xfa\xc1\x8c\xcc\xd6\xa5\xcb\x3e\xaa\xaf\x3b\xf6\xf6\ \x47\x65\x33\x1e\xf8\xfe\x7f\x3f\x7a\xdb\x80\x64\xe5\xc0\x07\x0b\ \x57\x95\x38\x1e\xf8\xd6\x77\xe7\x16\xb0\x05\xaf\x2d\x6b\x6c\x6b\ \x3f\x7e\xa2\x71\xfa\x1d\xdf\xf8\xd6\xbd\x57\x27\x4a\x86\x94\x31\ \xfa\xab\xdf\xf9\xc9\x57\xaf\x1d\xe7\x00\x93\xb1\xfe\xcf\x65\x19\ \x13\xfe\xf7\x1c\xa5\x36\x9d\xa7\x39\xd8\xee\xab\xc7\x39\xa3\x1c\ \x18\x63\x00\x82\x0b\x41\x5b\xaa\x4f\x94\x8b\x2b\x67\x4d\xcf\x48\ \xcd\x9c\x7e\xd5\xe5\x66\x65\xe9\xe9\xd2\xb2\x9a\x56\xef\xac\x2b\ \x26\xa5\x26\xa7\xe5\xe4\x24\x63\x00\x23\xd8\xf8\xf1\x3b\x0b\x9f\ \x7b\xee\x95\x8d\x87\x6b\x58\xa0\x25\x76\xd8\xd4\x64\xa3\xee\xe0\ \xf1\xba\xca\xf2\xba\x81\x43\x8b\x3c\x12\xa3\x8c\x09\x33\x14\xa2\ \x54\x72\x49\xc0\x4c\xdd\x74\xcc\xba\xf9\x46\xe9\xf8\x66\xcf\xb8\ \xab\xa7\xe4\x7b\x54\xdd\xd0\x75\xa3\xe0\xf2\x1b\x87\xf9\xaa\x4f\ \xb2\xe2\x5b\x2e\x2f\x30\x54\xcd\xd0\x54\x77\xee\x94\x9b\xc7\xc7\ \x1e\x38\xd9\x75\xdd\xad\x33\xdd\x54\x35\x0c\xcd\x70\x64\xdc\x7c\ \xdb\xb4\xe3\x7b\x8f\x8f\x98\x73\xcb\x20\x1f\x17\xba\xda\xd5\xa1\ \x27\x0d\x9a\x32\xa3\x58\x59\xbd\x78\xd1\xbb\x5b\xaa\x26\x5d\x7d\ \x55\x86\x97\x75\x06\x03\xc1\x8e\x2e\xd5\xf0\x4d\x9d\x33\xd7\x53\ \xb7\xfd\x8d\x37\xdf\xaa\x92\x0b\xae\xb9\xbc\xc8\x0c\x75\x74\xa8\ \xd4\x4a\x3a\xa3\x20\x4c\xca\x19\x47\x12\x11\xa6\x69\x84\x05\x6b\ \x39\x33\x4d\x9d\x09\x70\x60\x30\x0c\x03\x14\x99\x20\x2d\x64\x18\ \x9c\x31\xce\xed\xd7\x85\x79\x31\xc6\x4c\x6a\x16\x14\x14\x5c\x7d\ \xf5\x35\xb3\x66\xcd\x9a\x39\x73\x96\xcb\xe5\x62\x8c\x46\x75\xed\ \xbe\x02\x8f\x10\x7e\xce\x71\xce\x59\x44\xe7\xbc\xbf\x83\x33\x0e\ \x20\xac\xd9\x34\x6f\x6c\x5c\x42\x42\xca\xe8\x89\x23\xcc\x40\x9d\ \xe1\x2b\x98\x3b\x39\x71\xf5\xeb\x2f\xae\xda\x7e\x9a\xd1\xce\x93\ \x15\xa7\x5b\x9b\x2b\xde\x59\x38\x7f\xe3\x89\x0e\xbf\xcf\xad\x87\ \x34\xe2\xf4\x25\x24\x26\x25\xc4\xf9\x08\xe2\x40\x64\x97\xd7\xe3\ \x72\x10\xce\x18\xeb\xe7\x2c\x3c\xac\xa1\x1c\x79\x1f\xd6\xa9\x86\ \x4b\x66\x1c\xc1\xad\x75\x53\x82\x0b\x84\x59\x98\xf9\x18\x45\x92\ \xe2\x92\xb5\xba\xa6\x56\x18\xe0\x6b\x6b\xaa\xd5\x25\xc5\xe3\x73\ \x2b\xd0\x51\xd9\xd0\x3a\x36\x23\x9d\x53\x86\x89\x28\xdf\xfd\xe1\ \x3b\xfb\xf5\x9f\xfc\xfa\xbf\x3d\x87\xe7\x3f\xf9\x91\x4a\xbc\xd9\ \x93\x06\x7b\x36\x7d\xf8\xae\xdc\xe2\x9c\x38\x33\x0f\xe9\x1a\xa3\ \xc0\x64\xd9\x4d\x88\xda\x1e\xe2\xdc\x4f\x4d\xe1\xf4\x24\x64\xe7\ \xe5\xfa\xd3\xe2\x38\x35\x19\xe3\x40\x0d\xee\xf5\x64\x66\xe5\xe7\ \x98\x59\x6e\x30\x0d\xc6\x00\x84\x66\x28\x69\x39\xd9\x39\xe9\xee\ \xd4\x18\xa2\xeb\x2a\x03\xc4\x55\xcd\x9d\x92\x9b\x97\x99\x9d\x96\ \x12\xcb\x4d\x9d\xe9\xba\x1a\xe4\x5e\xe2\x9b\x78\xc5\xd4\x25\x3f\ \xfc\xa3\x3e\xe8\xe6\x47\x86\xa6\x6f\xd8\x04\x41\x55\x0d\x75\xa9\ \x94\x72\x47\xd2\xd0\x19\xc3\x57\xfc\xe4\xf9\x8d\x0f\xfd\xcf\xef\ \x53\xdc\xd5\x9c\x9b\x5d\x21\x43\x08\x81\x10\x96\x00\x49\x48\x3f\ \xb8\xf3\xe3\x53\x90\x7b\x7b\x92\x3f\x68\x52\x00\x24\x61\x22\x4b\ \xb4\x74\xf3\xda\xc3\xcc\x37\x35\x2f\x49\x6b\x3b\x62\x70\x97\x03\ \x03\x63\x8c\xd9\x95\x67\x2f\x28\x74\xc6\x74\xab\x96\x6a\x64\xb2\ \x8c\x47\xba\x7e\x34\x2d\x74\xcb\xbe\xf6\x14\x9e\xeb\x76\xdd\x51\ \x9f\xc2\x54\x98\x31\x66\x29\x9f\x0b\x2e\x38\x33\x0d\x0e\x06\x15\ \xc0\x18\x95\x13\x6f\xfc\xe6\x63\x13\x8f\x6c\xfd\xc7\x3f\x9f\x6a\ \x45\xdf\xcc\x76\xba\x93\x0a\x26\x7e\xe3\xeb\xb3\x08\x33\x11\x51\ \x50\xeb\x61\x93\x32\x6a\x1a\x02\x98\x10\xdc\xd4\x74\xc6\x00\x38\ \xe7\x8c\xf6\x51\xe4\xea\x95\x6e\x15\x89\xe2\x45\x74\xe2\x2f\x11\ \x3d\xe8\xb0\xaf\x60\x4d\xf0\x30\xce\xa8\xa1\x86\x54\x43\xd7\x45\ \x6c\xfa\x15\x33\x47\x2c\x7c\xf3\xf9\x8e\x83\xe9\xe5\x87\x8f\x8f\ \x9d\x75\x7f\x66\x66\xf6\x65\xd3\x8b\xde\x7a\xe5\xa9\xe6\x03\x05\ \xf5\x87\x4a\xa0\x78\xa4\x2f\x21\x33\x49\xec\x59\xbb\x62\x99\xb3\ \xfe\xb8\xc6\xf3\x74\x2a\x8f\x9a\x32\xf5\x9d\x5f\xff\xcd\x28\xb8\ \xf5\xa1\x0c\xa7\xa6\xa9\x4c\x20\x53\xf2\x0c\x4a\x73\x6f\x2a\x29\ \x51\xa7\xa7\x71\x46\xa9\xa9\x87\x02\x01\x49\xd5\x29\x65\x8c\x52\ \x00\x4c\x4d\xaa\x06\x83\x01\xd3\x52\xa0\xa6\x00\x20\x30\x35\xd4\ \x60\x20\x10\x32\x0c\x4a\x05\x63\x02\x10\x46\x5c\x53\x83\xc1\xa0\ \xaa\x19\x8c\x62\x53\x57\xdb\x5a\x82\x2e\xc3\x94\x52\x8a\xef\xb8\ \xf7\x7e\x23\x65\xb4\x4f\xe8\x94\x99\xcd\x1d\x5d\x01\x57\x67\x50\ \x15\x4c\xa7\x03\x26\x5d\xf7\x75\x34\x66\x5c\x41\xb2\xa1\x57\x6a\ \xa1\xce\x96\x80\xe9\xc5\xe6\x89\xdd\x1f\x2f\x78\xad\x21\x50\x7f\ \xfa\x44\x8d\x76\xcd\xbd\x0f\xe5\xf9\xe1\x20\x33\xab\x8f\x6d\x5a\ \xf8\x6a\x97\xd6\x54\x7d\xa2\xbc\xf1\x8a\x5b\x1f\x1c\x9b\x8e\x4a\ \x56\x97\xe9\x31\x59\x09\x4e\x62\x9a\xba\x4d\x0b\x17\x28\xb6\x10\ \xee\x3f\x92\x24\xc9\xb2\x6c\x0d\xd4\x75\x5d\x17\x00\x1c\x13\x2b\ \x9e\x87\xce\x88\x94\x09\x11\xd6\x83\xee\x56\x5f\xed\x53\xbd\x16\ \x00\x84\xc0\x8c\x9a\x21\x55\x35\x28\x05\x5d\x0b\x69\x06\x63\xc2\ \x34\x34\x5d\x37\x83\x4d\x27\x16\xbd\xb5\x09\xf9\x14\xec\x50\x10\ \x71\x8f\x9f\x7a\xe5\x96\xe7\xde\x7e\xea\x85\x9a\x14\x87\x94\x33\ \x6a\xda\xe4\x4c\x50\x43\xaa\x61\x50\x43\x37\x7d\x49\x39\xa9\xfa\ \xea\x57\x9e\xfd\x47\x5e\xde\xd0\xab\xae\x18\xe3\x93\x39\xef\x2f\ \x45\xa2\x3b\x8b\x81\x23\x1c\xf6\x71\x2e\x15\x3d\xe8\x86\xfa\xfa\ \xc4\xe4\xe4\xb0\x03\xc6\x99\x20\xce\xc4\xb4\xec\xcc\xf4\x24\xcc\ \x21\x75\x40\x71\x6e\xa2\xdc\x11\x10\xc3\xa6\xcd\xbd\x6a\xc2\x40\ \xa6\xf1\xcc\xc2\x61\xf9\x49\x4a\x57\x40\x4f\xca\x1f\x35\x75\xec\ \xd0\xac\xac\xdc\xc2\xec\x98\x40\x7b\x07\x89\xcd\x9b\x3c\x79\x7c\ \x66\x52\x5c\x5c\xac\x7c\xfc\xc0\x91\xb4\x89\xd7\x4d\xce\xf3\xe8\ \xa6\xc5\xdc\x92\xcf\x15\xfc\xf8\xe3\xbd\xa9\xc3\xc6\x25\xbb\xc0\ \x64\xe0\x4d\x48\xcd\xca\xc9\xf6\x3b\x08\x8f\x8c\x02\x9d\xde\xd8\ \xec\x9c\xec\xe4\x38\x57\xe4\x86\x72\xa4\x78\x92\x33\x73\xd2\x53\ \xe2\xb1\xe5\x7c\x09\x2e\x90\x1c\x9f\x92\x96\x97\x95\xe2\x92\x80\ \x09\xf0\x24\xa4\xe6\xe6\xa6\xbb\x24\x29\x2d\x77\x50\x66\x9c\xa2\ \x1b\xc2\xe9\x8b\x4f\x4b\x4b\x4b\x4e\x88\x4f\xc9\xca\x49\x4f\xf6\ \xcb\x8e\xb8\xa2\xa2\x3c\x45\x18\x0c\x94\xf8\xc4\xd4\x8c\xd4\x94\ \xa4\xa4\x24\xbf\xdb\x8d\x91\x14\x97\x51\x38\xf7\xba\x1b\x26\x0e\ \x4a\xd0\x55\xdd\xe1\x8f\x8f\x8b\x77\x0b\xc0\x31\xa9\xf9\x33\xe6\ \xdd\x3c\x7d\x68\x86\x08\xd4\xaf\x7a\x67\xa5\x6f\xd4\xac\x49\x05\ \x09\xd4\x64\x76\xc9\xa7\x0b\xf3\x02\x01\x42\x20\x84\x0f\x1e\x3a\ \xb4\x7a\xf5\xea\x43\x87\x0e\x1f\x3f\x7e\x3c\x3d\x3d\xdd\xa1\x38\ \x10\x42\x86\xa1\x77\x74\xb4\x25\x45\xb4\x95\x31\xc6\xc1\x60\x40\ \x37\x8c\xf8\x84\x04\xd3\x34\x84\xe8\xa5\xff\x0c\x3d\xaa\xd0\xe1\ \x42\x54\x80\xe4\x84\xd4\xb4\x9c\x8c\x24\x9f\xcf\x9f\x91\x91\x99\ \x12\xe3\x46\x92\x33\x25\x2d\x2b\x2b\xd1\xa7\x76\x34\x77\x68\x30\ \x68\xdc\xec\x99\x23\xb2\x3d\x49\xd9\x43\x07\x66\xd0\x50\x00\x1c\ \xfe\xcc\x9c\xec\x78\xbf\x37\x26\x31\x35\x33\x33\xcd\x81\x39\xf6\ \xc6\x0f\x18\x90\x41\x35\xdd\x93\x90\x9e\x9d\x1e\x4f\xac\x32\x2c\ \x91\x39\xb8\x6e\x69\xe8\x9e\x64\x27\x8c\x4d\xc3\x6c\x6b\x6d\x4d\ \x4e\xf9\xb2\x7a\xd0\x5f\x50\xc7\x8d\x32\x5d\x35\x3a\xcf\xea\x95\ \x99\x01\x83\xaa\x51\xfa\xb8\x88\x0b\x16\x99\xec\xe5\x9c\x99\xc8\ \x9b\x3e\x7e\x72\xb6\xa1\xa9\x8c\x03\x65\x68\xc0\xa8\xcb\x06\x8f\ \xc3\x8c\x1a\x9a\xae\x33\x01\x4c\x90\x01\xa3\x2e\x2b\x1a\x87\x41\ \x08\xd3\xd0\x0c\x83\xa5\x15\x8e\xcf\x19\x4a\x10\x60\x60\x9d\x7b\ \x37\xbf\xbf\xff\xc0\xc1\x8e\x84\xb1\xf7\x4d\xc8\x30\x0c\x6a\x09\ \x43\x52\xaa\xc7\x0f\x98\x38\x39\xf7\xc0\xae\x7d\xc7\x0b\x66\x14\ \x33\xe4\x28\x9a\x30\x55\x98\xba\x49\xa9\x65\x85\x69\x42\x7a\xe1\ \xc8\x6c\x60\x9a\x1e\xde\x22\x28\x73\x24\x0f\x9a\x98\x81\x34\x4d\ \xe3\x10\x29\x56\xaa\xc4\x4e\x9c\x92\x64\x6a\x9a\x41\x29\xc2\xae\ \x61\x93\x27\x72\x53\x33\x28\x45\x8c\x5a\x3b\xa4\x0d\x1a\x9d\x05\ \xa6\xc1\x93\x26\x66\x22\x4d\x33\x98\x00\xa6\x9b\x00\x00\xc4\x3f\ \x66\xc2\x78\xaa\x6b\x3c\x73\xf8\xb5\x03\x46\x5b\x21\x15\xd3\xd0\ \x35\x4d\x07\x10\x9e\xcc\xc2\xd9\x03\x86\x59\xe1\x2a\xd3\x30\x0c\ \x93\xb5\x97\xec\x2e\x87\xfc\xbb\x26\x0e\xe2\x86\xce\xc1\xf6\x16\ \x2e\x58\x02\x83\x00\x10\x1c\x32\x32\xd2\xb7\x6f\xdf\x5e\x52\x52\ \x7a\xc3\x0d\xd7\x7b\x3c\x1e\xc6\x19\x12\xf8\xcc\x18\x9e\xd5\x7e\ \x23\xfd\xb1\x97\x1e\x74\x78\xde\x3c\x3a\x79\xcd\x19\x3f\x69\x4a\ \x8a\xa1\x69\x90\x33\x2c\x05\x33\x4d\x57\x1d\x71\xb9\x93\x92\x91\ \x6e\xd0\x49\x57\x5d\x27\x61\xe0\xcc\xd4\x34\x43\xd3\x98\x3f\xbb\ \x78\xee\xc0\xe1\x18\x84\xa1\x69\x06\x83\x91\x93\xc6\x33\x5d\xa3\ \x8c\x01\x83\xa4\xfc\x51\xd7\x17\x8d\x13\xcc\x50\x35\x83\x89\x9e\ \x04\x06\x11\x1d\x0d\x8d\x38\x11\xe1\x5a\x38\x17\x2a\xaf\x49\xa7\ \xea\xd0\x9c\x99\x09\xfe\x1c\x89\xc8\x67\xf1\x17\x68\xac\x27\xcd\ \xa0\x6a\x37\x91\x08\x0e\xba\xae\xbb\x9c\x4e\x53\x08\x0e\x08\xb8\ \xa9\x85\x4c\x01\x02\x10\x42\x20\x0c\x4d\x35\x7a\x4d\xfc\x30\x43\ \x0d\x45\xe9\x38\x83\xa9\xa9\xa6\x06\x80\x30\x41\x94\x60\x12\x93\ \x35\x6a\xfa\xa4\xf1\xc9\x8a\xa0\xb4\xfb\x12\x08\x1d\x39\xa7\xdf\ \xf4\x40\x87\x81\xa8\x6e\x22\xc1\x8d\x50\x28\x3a\x11\x04\x01\x50\ \x4d\xa3\xbd\x53\x43\x44\x44\x7c\x39\xea\x3a\x53\x35\x48\x23\x31\ \x26\xa6\x87\x42\x91\xf7\x91\x83\xe8\x61\x81\x68\xd5\xec\xfb\xa3\ \xc3\x32\xbe\x4c\x0b\x1a\x67\x84\x57\x0c\x3d\x68\x44\xc9\x61\x62\ \xee\x4c\x1d\x71\xff\xbd\x13\x93\x1c\xd4\xa4\x76\x52\xd3\x85\x1c\ \x48\x58\x49\x09\xb1\x31\xb1\xb7\xdd\x76\x6b\x7d\x7d\x43\x41\xc1\ \xa0\x70\xae\x0d\x42\xda\x19\x9a\x83\x08\x21\xc3\x30\xc2\xa1\x47\ \xab\x02\x7a\x78\xf6\x32\x9c\x53\xd4\x6b\xc2\x92\x85\xdb\x12\x30\ \xcd\xd2\x23\x8a\xd2\x83\x0e\x44\x87\x09\x98\xae\x45\xeb\x7c\xeb\ \x51\x82\xe3\x54\x57\xa9\xde\x8f\xcd\x51\xb9\x4c\xa2\xbb\x6e\xad\ \x84\x2d\x9b\xe1\xc2\xf0\x02\xe5\x46\x46\x62\x71\x6e\xca\xa8\xb3\ \x8a\x38\x03\xe2\xdc\xd4\x23\x2e\x83\x10\x22\x21\x31\xb1\xe4\xd4\ \x89\xc1\xc5\x43\x5c\x2e\x8f\x75\x59\xc3\xa5\xbb\x3e\x53\x0f\xba\ \x2f\xdc\xa3\xaf\xb8\x76\x1c\x06\x6a\x68\x26\x15\xb2\xa3\x17\xf7\ \xbb\xdd\x9e\x38\x24\x2e\x89\xf4\x41\xb7\x27\x3b\xc1\x32\xd5\x61\ \xf7\xce\x0b\x1f\x5f\x00\x21\x5c\x6e\x77\x7a\x5a\xba\x61\x52\x4b\ \xf7\x35\xd0\xd5\x55\x59\x71\x3a\x37\x2f\x3f\x5a\xf7\x35\x26\x26\ \xa6\xba\xba\xb2\xb6\xa6\x2a\x2d\x2d\x03\x85\x97\x60\x5f\x40\x3d\ \xe8\xe8\xf0\x23\x02\x80\x60\xa0\xab\xfc\x74\x59\x76\x4e\xce\x85\ \xd1\x7d\x45\x80\x28\x33\xac\xd8\xc1\xa7\xef\x16\xbe\xa0\x8c\xa5\ \x67\x64\x9a\xa6\x79\x68\xdf\x5e\x4c\x24\xbb\x39\xda\xb8\xc8\x7d\ \x08\x2b\xb4\x98\x9a\x96\x11\x1f\x9f\xd0\xdd\xc7\x84\x10\xb2\xa2\ \x0c\x1c\x38\xa8\xac\xac\xa4\xa6\xaa\xea\x22\x5c\x52\xc9\x18\x4b\ \x4d\x4b\x4d\x4c\x4c\xba\x34\xf4\xa0\x2d\xe4\xe6\x0f\x48\x4d\x4b\ \xa3\x94\x82\x5d\x00\xc5\xc6\x45\x1e\x75\x00\x90\x65\xc5\xe9\x74\ \xf6\xe9\x60\x9c\x73\xaf\x3f\x66\xc8\xd0\x11\x9a\xa6\x9e\x93\x65\ \x08\xe7\xd6\xec\x7e\x6d\xbe\xa8\x79\xc1\xaa\xc8\xeb\x70\x38\x1d\ \xb6\xdb\x6c\xe3\x12\x41\xbf\x1d\x8c\x33\x86\x31\x76\xbb\x3d\x97\ \x90\xcd\x17\xb5\xbf\x70\x7e\x46\x5f\x36\x6c\xd8\xcd\xf8\xcb\xc3\ \xd6\x83\xb6\x61\xc3\xc6\x85\xf3\x17\xac\xf5\xed\xf6\x15\xb7\x71\ \xc9\xc4\x18\x44\xff\x6b\x0d\x2e\xda\x96\xfc\x29\x36\x5f\xa4\xbc\ \x80\x10\xd2\x34\xb5\xab\xb3\xcb\x5a\xbe\x6e\xc3\xc6\x45\x0e\x82\ \x89\x3f\x36\x56\x51\x94\xde\xdd\x0c\x09\x10\x1d\x6d\x6d\xba\xae\ \x5d\x84\xac\x40\x24\xe2\xf3\xc7\x38\x1c\x8e\x0b\xa6\x07\x8d\x10\ \xc6\x08\x9f\x35\x7b\xc1\x5a\x61\x22\x58\x0f\x29\xa8\x6a\x5b\x7b\ \x6b\x5a\x5a\x86\xa5\x07\xdd\x6b\xe6\x15\xec\x74\x3f\x1b\x17\x06\ \xd1\x2d\x10\xf5\x7e\xf0\x06\xba\x3a\x9b\x1a\x1b\x92\x92\x92\xa3\ \xea\xd3\x02\x42\xa2\xb9\xb1\xd1\xe9\x74\x65\xe7\xe6\x75\xb7\x7f\ \x14\xf5\x75\x71\x61\x6d\x0e\x74\x35\x35\xd4\x27\x26\x26\x49\xb2\ \x7c\x01\x78\x01\x01\x32\xcc\x90\x41\xd5\xb3\x79\x53\x42\x80\x44\ \x64\xa7\xec\x15\x61\x75\x29\xd4\xde\xde\x96\x9a\x9a\xee\xf5\xf9\ \xfb\x65\x32\x3b\x1e\x69\xe3\xc2\xf0\x42\xa4\x01\xf7\x91\x6c\x15\ \x42\xc4\xc6\xc5\x53\x4a\xdb\xdb\xdb\x92\x53\x52\xad\x20\xbf\xb5\ \x3e\x42\x00\xa4\x65\x64\x46\x1c\xf6\x9e\x74\xa6\xf3\x9f\xd7\xd4\ \x8f\xcd\xb1\x71\x8c\xd2\x8e\xf6\xb6\xe4\xd4\xb4\x2f\x39\x31\xf1\ \x85\xf4\xa0\x15\xef\x27\x87\x5f\xf9\xf8\xe0\x4b\x4e\xc5\xd7\xef\ \x0e\x86\x19\x1c\x92\x33\xf3\xae\xcb\xff\xa0\x19\xe1\x7c\x4f\x93\ \x52\x97\xcb\xdd\x47\x3c\xf7\x73\xf1\x02\x42\xe8\x5f\xbb\xdc\x88\ \x10\x6c\x89\x48\x7f\xbe\xdd\x31\xc1\x08\x04\xbf\x24\x56\x3a\x13\ \x42\x00\x04\xb3\xf5\x20\xcf\x95\xeb\x1d\xa5\xad\xdc\xa7\xd7\x01\ \x80\xcb\xe5\x6e\x6d\x69\x8e\xde\x9f\x52\x2a\x4b\xf2\x99\x5f\x14\ \xe7\x4e\x28\xe9\xcc\xd6\xdf\x57\x33\xea\xd3\x6d\x76\xbb\x5b\x9a\ \x1a\x2f\x58\x7c\x41\x08\xce\x38\xeb\x1e\x29\xf4\x01\x13\x4c\xf4\ \xf9\x93\xe0\x5c\x08\xcc\x79\x58\x0f\x3a\xdc\x0d\xc3\xc2\xee\xfd\ \x0b\x42\x03\x00\x00\x46\x18\x01\xe7\x42\xa0\xcf\xe1\xa4\x21\x84\ \xb1\x08\x1d\xdc\xb4\x43\xce\x1b\x5d\x94\x11\xf3\x99\xfd\x07\x21\ \x4c\x20\xb4\x7f\xcb\xfe\xd8\xc1\xe3\x72\xe3\x95\x88\x74\x2f\x96\ \xa4\xc8\x34\x4d\x64\x93\x14\xe5\x4c\x5a\x25\xb3\xa2\x76\x0a\x0b\ \x46\x5b\xa2\xcf\x9c\x31\x4c\x08\x80\xa0\x34\x7c\x05\xac\xef\x32\ \x4a\x2d\xfd\xbe\x28\xfd\x6b\xeb\x18\x8c\x52\x90\x24\x12\x75\xa9\ \xac\x4c\x6e\x14\xbd\x11\x38\x17\x82\x9e\xda\xb3\x4d\x4f\x19\x39\ \x34\xd3\xc5\xa8\xed\x62\x9d\x33\x9f\x5c\xf4\x7e\x46\x41\x44\x6d\ \xd9\x12\x0d\x81\xbe\xc2\xaf\x96\xb2\x39\x8f\x1e\x02\xf7\x08\x31\ \xf4\x6a\x5d\x84\x10\x04\x9c\x7e\xe1\x15\x30\x28\xf2\x50\x14\x9f\ \xd3\xe6\xf0\xf8\xfd\x42\xc6\x1d\xad\x98\x2c\x3a\xdb\x40\xa3\x4f\ \x2a\x98\xb5\xf2\x0c\x61\xac\xd6\x9f\xd8\x71\xa8\x61\xd8\xf4\x69\ \xf1\x84\x63\xac\xed\xdf\xb4\x9d\xa7\x0d\x1f\x35\x30\xc1\x72\xc2\ \x18\x63\x42\x00\xc2\x98\x10\x6c\x0d\xa0\x1a\x0e\x6e\xd8\x56\xe3\ \xbf\x6e\xee\x68\xcc\x19\x65\x02\x13\x82\xad\xc7\xbb\x25\x98\x80\ \x09\xc6\xc8\xea\xbe\x96\xaa\x36\x50\x75\xdb\xca\x77\x62\x6e\x18\ \x34\x38\x33\x2e\x2c\x49\xcf\x39\xe5\x9c\x10\x02\x9c\x31\x2e\xc2\ \x7b\x31\x66\xb9\x0a\x2d\x47\x36\xbc\xb1\xe2\xd0\x6d\x09\x89\x65\ \x7b\x5a\x47\x4f\x9b\xe0\x97\x01\x43\x68\xdf\xb6\x5d\x28\x3e\x4b\ \xad\x2f\x8b\x2b\x9e\x56\x98\x20\x0b\x8c\xab\x0f\x6c\xab\x62\xb1\ \x5e\xbd\x49\xf5\x0f\x1c\x5f\x9c\xca\x05\x52\x1b\x8e\x6e\x3b\x15\ \x48\x26\x5a\xc0\x9d\x39\x61\x44\x1e\xe6\x60\xb6\x97\x6f\xdc\x5d\ \x3f\x76\xf2\xb0\xba\x63\x3b\xd4\xc4\x51\x63\x72\x62\x28\x65\x58\ \x92\x9a\xcb\x76\x1d\x68\xf5\x4d\x19\x5d\x80\xdb\x4f\x7d\x72\xb4\ \x65\xf8\x98\x09\xf1\x0a\xe3\x80\x25\x11\xd8\xb3\x75\xb7\x23\x6f\ \x42\x71\x32\x3a\xba\x79\xe3\xe1\xba\x4e\x40\x52\x42\xfa\x80\x31\ \x63\x46\xc4\x3a\x04\xe7\xfa\x89\x9d\x1b\x0f\x57\x34\x72\x90\xfc\ \xc9\x39\xa3\xc7\x8d\x4e\x72\x2b\x5d\xe5\xbb\xde\x5a\x57\xfb\xf3\ \x1f\xdc\xe6\x45\x5f\x5c\x7d\xdc\x06\xf4\x17\xd8\x22\x18\x5b\x8a\ \xef\x3d\xae\x66\x78\xb9\x74\x1f\x5a\xe0\xd1\x5f\x14\x67\xd1\x65\ \x41\x08\x33\xb5\x61\xdb\x9e\xf2\xfc\x91\x63\x52\xfd\x24\x5c\x9c\ \x2a\xd2\xc2\xc3\xcd\xd8\x7a\xec\x08\x40\x04\x13\x8c\xc3\x7f\x05\ \x88\xb4\x6a\xe8\xaa\xdc\xff\xe1\xde\xce\xd9\xd7\x4e\xf3\x4b\x9c\ \x52\x16\xb5\x82\xaf\xb7\x9b\x8d\x22\xdb\x2f\x39\x3d\x68\x4b\xe2\ \x02\x00\xc9\x0e\xbe\xe9\x9d\xf9\x8b\x3e\x29\xc3\x04\x77\x9e\xf8\ \xf8\xc5\xd7\xde\x0b\x2a\x5e\x64\x74\x56\x96\x95\x54\x35\xb6\x0b\ \x4c\x10\x46\xdc\x0c\x56\x9f\x2e\x2d\x2b\xaf\x09\x51\xd1\x51\xb2\ \x77\xfd\x86\x6d\x27\xcb\xcb\x6b\x1b\xbb\xb0\x2c\xd1\x60\xeb\xe9\ \xd2\x92\xda\xd6\x20\x22\x12\x08\xae\x76\xb5\x56\x9d\x2e\x2d\xab\ \xa8\xd5\x38\x26\x42\x6f\xa8\xa9\xac\xae\xac\xd3\x04\x21\x18\x01\ \xd3\xeb\xab\x4f\x97\x94\x96\xb7\x04\x74\x09\xf3\xd6\xa6\xe6\x4e\ \x8d\x03\x42\x4c\xeb\x6a\x6e\x6e\x67\x02\x81\x00\xc4\xd5\x4d\xab\ \x37\x67\x4e\xb9\x7e\x78\x26\xfe\x78\xe9\x33\x8b\xb7\x55\x60\x8c\ \x5b\x8f\x7e\xfc\xc2\xfc\x0f\xa9\xdb\x5b\xbd\x6d\xc5\x4b\x6f\x7e\ \x4c\x31\xc1\x5d\x25\xaf\xbe\xfc\xca\x49\xd5\x89\x5b\x76\x3f\xfd\ \xc2\xc2\x4a\x15\x63\xac\x7f\xb4\xe0\xc5\x8f\x8f\x76\x2a\xb4\xfc\ \x85\xa7\xe6\x1f\x6f\xe5\x18\xc3\xf6\xb7\x5f\x5c\xb1\xbb\xda\x21\ \x05\x3e\x5a\xf8\xa7\xdf\x3d\xf5\x4e\xab\xc0\x18\x63\xcc\x5a\x96\ \x3e\xf1\xeb\x27\x96\x6c\x0a\x21\xac\x55\x6d\xfa\xc3\xaf\x7f\xb3\ \x7c\x5b\x19\x26\x12\x21\xb8\xf1\xd0\xba\x3f\x3c\xfe\x9b\xd5\xc7\ \x3a\x30\x6f\x5f\x35\xff\xd5\x7d\xe5\x01\xcc\x82\xfb\xd6\x2c\x7c\ \xfc\x77\x7f\x3f\xd6\x4c\x31\x0e\x7d\xf8\xd6\x9b\x1b\x8e\xb6\x61\ \xae\x1e\xdd\xfc\xce\xef\x1e\xff\xe3\x9e\x1a\x7d\xf4\x9c\x79\xf1\ \xcd\x3b\xb6\x9e\x6a\x43\x04\xdb\x22\xce\xe7\x52\x0f\x5a\x92\x8e\ \x1e\x3d\xfa\xd6\x5b\x6f\x19\x86\x41\x24\x29\xa2\xa7\xd0\xaf\x1e\ \x34\x87\xcf\xa1\x07\x0d\x08\xb3\xce\xd3\x6f\xbc\xba\xb4\xb4\x5d\ \x20\xae\x37\xd5\x56\x96\x96\x94\xd6\x36\x77\x0a\x42\x10\x46\x4c\ \xeb\xa8\x2c\x2b\x29\xab\xa8\x53\x4d\x86\x24\x49\x68\x9d\x15\xa5\ \x25\x55\x8d\xed\x10\x6e\xd5\x2d\x95\xa7\x4b\xab\xeb\x9a\x9b\x6b\ \x4b\xd6\xaf\xd9\x78\xec\xd4\xe9\xea\xfa\x36\x26\x50\xdf\xb3\x76\ \x9b\x71\xa9\xeb\x41\x73\xce\xe4\xb8\xc1\x8f\xdc\x7b\xe5\xaf\xdf\ \x7a\xf3\xf4\xe8\x6f\x6c\x7b\x7b\xcd\xc0\xeb\xbe\x72\x59\x7c\xd3\ \x6b\x4f\xbd\x78\xaa\x0b\x8c\xa0\x36\xea\xba\x47\x6e\x19\x17\xbb\ \xe2\xb9\xa7\x76\x35\x20\x8f\x37\xee\x9a\xaf\x7c\x2d\xc9\xed\x0e\ \xd5\xed\x79\x63\x41\x67\xc1\xf8\x9b\x6e\xe4\x95\xaf\xbc\xb4\xa8\ \x49\x90\x50\x00\xcd\xb8\xef\xd1\x39\x45\xc6\x2b\xff\xfc\xe3\x9e\ \x06\x25\x3d\x6b\xc8\xfd\x8f\xcc\xdb\xb2\xec\xd9\xe5\xfb\x5a\x93\ \x63\x48\xe9\xe9\xc0\x6d\x0e\x07\x04\xca\x57\x2f\x7f\xe7\x74\x7d\ \x7b\x27\x4a\xfb\xca\x77\x1e\x38\xf8\xec\xef\x1b\x86\xde\xff\x9d\ \x9b\x86\x1f\x7f\x7f\xc1\xcb\x07\xe3\x7f\xfe\xd3\xbb\x5c\x8c\xd3\ \xce\xd2\x7d\x75\x68\xfa\xcd\x03\x14\xaf\xf2\x95\xbb\xaf\xf8\xdd\ \xdb\x4b\x2a\x86\x3f\xb2\x71\xd9\xba\xa2\x79\x5f\x19\x9b\x95\x3a\ \xfc\xfe\x7b\xf7\xfc\xcf\x82\x4f\x4e\x8d\x8f\xdf\xf7\x4e\x7b\xd6\ \xec\xef\x4e\xc9\xf3\x98\xf7\x4d\xdd\xf6\x8b\xb7\xd7\x1e\xbd\x27\ \xbf\x64\x43\x5d\xd2\x37\xbf\x3a\xb3\xd0\x1f\xbc\x66\xeb\xff\x5b\ \xfc\xde\x8e\xef\x5d\x4e\xdf\x3b\x28\xee\xfb\xf9\x8d\x6e\xad\x84\ \xe3\x0c\x77\xf3\xee\x0f\xb7\xcf\xbe\x6b\x72\x66\xc5\xc6\xf7\xf7\ \xb7\xc6\x64\x79\x99\x6e\x42\xa8\x4d\xe4\x26\xfa\xf7\x7d\xbc\xaa\ \x72\xc2\xb7\xb3\x9d\xad\xab\x57\x6f\x71\xc4\xe6\xca\x5d\x5d\xc0\ \x3d\xc8\x95\x32\x6d\xce\xcd\x73\x87\xc5\x80\xd9\xfa\xfa\x1f\x7f\ \xfa\xfc\x9b\x1b\xff\xfc\xed\xb1\xc8\x19\x37\x76\xc6\x8d\x37\x4f\ \x4d\x01\x08\xbd\xff\xf7\x9f\xbe\xb4\x60\xd9\x90\x9f\xdc\x31\x2a\ \xdf\xb3\xe7\x40\xc9\x55\x45\xe3\x40\xd8\x15\x80\xcf\xcd\x43\x8b\ \x60\x7c\xf0\xe0\xc1\x57\x5f\x7d\xb5\xad\xad\xad\xa3\xa3\xe3\xee\ \xbb\xef\x76\x3a\x9d\xfd\x46\xbe\x3e\xbf\x1e\x34\x08\x01\x48\x72\ \xbb\xdd\x6e\x27\x29\xdd\xfc\xd6\x9f\x16\x6e\x4f\x4a\x8d\x6d\x6d\ \x36\xae\x7a\xe0\xbb\xd7\x0c\x47\xaf\x3f\xf9\xcc\xf1\xa0\xe4\xf6\ \x66\xdc\x72\xff\x3d\x83\xd4\xd2\x85\x2f\xbd\x56\x16\x04\x23\xa8\ \x8f\xbd\xe9\x6b\x37\x8d\x50\xde\xfc\xcb\xff\xee\xeb\xf4\x64\x0c\ \x9a\x30\x7b\xb8\x93\x74\x94\xae\x58\xb4\x20\x6d\xd8\x15\xf7\xcd\ \x9b\xe2\x41\xac\xff\x10\xc6\xbf\x41\x0f\xfa\xbc\xd4\xad\x05\xe0\ \x9c\x59\xcc\x66\x52\x48\x9f\x74\xdd\xdc\xdd\x7f\xf8\xe3\xe3\x3f\ \xf7\xa4\x8c\xf9\xf1\xd5\xc5\xbb\x96\xfe\x7e\x4b\x53\xc2\xb7\x1e\ \xba\xba\x65\xf7\x92\x97\xde\x5e\x39\x36\xfd\xf2\xdd\x7b\xab\xc7\ \x7e\xeb\x97\x37\x8c\xcd\x20\x98\x1c\x57\xf5\xe4\xc1\x57\xfd\xbf\ \xc7\x6e\x75\x42\x68\xd9\xdf\x7e\x75\x4a\x1e\xf1\x8d\x5b\x27\x1c\ \x7b\xff\xb9\xc5\x4b\xd7\x5f\xf6\xfd\xd1\x8d\x1d\xfc\xda\xaf\xff\ \xf8\xea\x82\xf8\xba\xdd\x4b\x97\xef\x34\xbe\xf2\xcb\xdf\x0c\x75\ \x54\x3f\xf9\xeb\x27\x34\x5d\x83\x98\x01\xd7\xdc\x7c\x57\x57\xa0\ \x65\xd9\x33\x2f\x6e\xd8\xd5\x7a\xd5\xa4\xec\xa7\xf6\x1c\x52\xa1\ \xf8\x78\x45\x4d\xe2\x90\x29\x5e\xc4\x4d\x84\xf5\xe6\x8a\x90\xe4\ \x4e\x89\x97\x04\x35\xb2\xa7\xdc\x70\xe5\x9e\x3f\xfd\xe1\xe7\x3f\ \xf5\xe5\x4c\xfe\xfe\xac\x21\xcc\x34\x94\xb4\x71\x77\xcf\xd9\xfd\ \xf4\x5f\x7f\x25\xbb\x93\xef\xfc\xde\x5c\x0f\x37\xa9\x9c\x78\xf3\ \x7d\x37\xfc\xe1\xc9\x27\x1f\x97\x5c\x93\x6e\xfa\x76\xa1\x9f\x9b\ \xcc\x73\xcd\xdd\x77\x1d\xfd\xeb\x2b\x8f\xed\x76\x8c\x9a\xfd\xc0\ \xb8\x24\xa2\x57\x76\xaa\x52\xde\x2d\xf3\xd2\xb7\x7e\xbc\x76\xce\ \xd0\xb9\x1f\x7e\x72\x72\xca\x8d\x37\x55\xec\x3e\xd5\xa9\x83\xd9\ \x18\xc8\x99\x78\x43\xb6\xb9\x7f\xf5\x8e\xf2\x9b\x13\x76\x1f\x31\ \x07\xdd\x72\x55\xe0\x44\x73\x23\x40\x1e\x12\xc2\x30\x34\x00\x2f\ \x97\xe3\x27\x4f\x9c\xb8\xf5\x9d\x83\x6d\xc6\x48\x04\x9c\x9a\x3a\ \x80\x29\xc0\x3d\x76\xc6\xb4\xb7\xfe\x7e\xac\x26\x04\x59\x29\x89\ \x1b\x4a\xea\x0d\xc1\x91\xb0\xc5\xdf\xce\xc9\x58\x02\x09\xc1\xe3\ \xe3\xe3\x1e\x7a\xe8\x41\x49\x92\x39\x67\x11\x99\x65\xf4\xe9\x7a\ \xd0\xd1\xa5\xe8\xc2\xa2\x01\x7d\x03\x6a\x5c\x80\x40\x88\xb5\x37\ \xd5\x7b\x46\x5c\xf3\xf3\x6f\xcd\x3e\xf2\xce\x9f\xe6\xaf\x5d\x3b\ \x3a\xb5\x68\xc7\xd1\xf6\x79\x3f\xfe\xc5\x9c\xe2\x24\x8c\xcc\x4d\ \x0b\xde\xdc\xd1\x96\xfc\xe8\x83\x73\x1a\xb6\xbf\xf5\xca\x92\x95\ \x13\x33\x67\x36\x75\x2a\x37\x7f\xf3\x27\x97\x0f\x8c\xaf\xd9\xf5\ \x8e\x94\x35\xee\x5b\x3f\xfe\x66\xba\x62\xea\xd4\xa0\x67\xab\x06\ \x1b\x19\x5b\x9c\x43\x3d\xe8\xf3\xa8\xef\x28\x38\xe7\x58\x08\xc3\ \xc0\xfe\xab\xae\x9b\xb9\xfa\xd7\x2f\x8e\xbc\xff\xfa\x24\xd2\xb1\ \xbe\xb6\x36\x14\xf4\xaf\x7f\x7f\x05\xa3\x30\x6a\xf8\x00\x4f\x5c\ \xde\x6d\x77\x5f\xf1\xf6\x3b\x4f\x97\xec\x18\x76\xf3\xdd\x37\xa3\ \xb0\xa0\x0e\x80\xd1\x5c\xd9\xdc\x12\x32\x4e\xaf\x5e\x51\x6f\x9a\ \x09\xa3\x8b\xb3\x84\x69\x60\x2c\xc9\x84\x60\x02\x75\xd5\x75\x38\ \x6d\x58\x51\xaa\x4b\x56\xbd\x7e\xb7\x8c\x30\x2b\xdf\xfd\xfe\x4b\ \x6f\xef\xf0\x24\xc4\xd6\xb4\xe9\x05\xba\x96\x35\x66\x92\x73\xe5\ \xca\xe3\x27\x4e\x56\x36\xb2\xe1\x57\x66\x70\x66\x30\xae\x50\x43\ \xe3\x80\x88\x60\x94\x9a\x5c\x89\x9d\x3d\x6f\xe6\x27\x3f\x7d\x76\ \xfc\x37\x66\xa7\x10\x2d\x64\x30\xc4\xd1\xb0\x59\xd7\x66\xad\xdd\ \xa9\x0d\xbb\x77\x42\xa6\xa2\x86\x74\x01\x34\xb6\xf0\xf2\x19\x83\ \xde\x5f\xdc\x5c\x30\x7b\x6a\xbe\xa1\x86\xa8\x00\x67\xe6\xd8\x6b\ \xc6\xbd\xf7\xbb\x1d\xb1\xb3\xaf\x18\x21\x38\x0b\xa9\x81\x4e\x43\ \x2a\x9a\x34\xab\xf9\xe4\x3f\x9e\x7d\xbe\x26\xe8\x18\xf2\xed\x09\ \x03\x5e\xdc\xbe\x2f\xa8\x86\xd4\x40\x80\xba\xb3\x67\x4f\x70\x3c\ \xf1\xd6\xab\xcf\x10\x7d\xf0\xac\xaf\x16\xb6\x2e\xdb\x53\xde\xa6\ \xb3\xdc\xc8\xc0\x55\x60\x00\x5d\x57\x29\x92\xac\x90\x4c\xb7\x5c\ \x9f\xa9\x05\x39\x01\x01\x20\x61\xc4\x75\x9d\x32\x86\x99\x1d\x61\ \x38\x67\x48\x4e\x4e\x4e\x4f\x4f\xb7\x3a\xbc\x69\x98\x96\xc6\xd9\ \x67\xe9\x41\x8b\xde\x55\x2a\x7b\x45\xc6\x05\x60\x2b\xec\xcd\x18\ \x03\x04\x92\x44\x10\x92\xd2\xf3\xf3\xc5\x81\x3a\x1e\x3f\xfc\xc1\ \x5b\x86\x2f\x5f\xf0\xd7\xc3\x79\x93\xee\xbd\x6d\x42\x6d\x73\x63\ \x28\xa0\xaf\x5d\xf9\x2e\xa3\x64\xcc\xc8\x42\x42\x75\x44\x64\x89\ \x10\x8c\x91\x10\x5c\x00\x70\x2e\x18\x67\x67\x4c\xb0\xf5\x4a\x12\ \xb0\x3e\x60\x7c\xc9\xe9\x41\x5b\xe2\xba\x8c\x72\x2e\x04\x37\x64\ \xb7\x37\x31\x29\x39\xd6\x87\x81\xe3\x78\x5f\xac\x2f\xa5\xe8\xbe\ \x6f\xdc\xe6\x03\xdd\x30\x99\x10\x10\x37\xed\xd6\x9f\x8d\x9f\xf4\ \xf2\xef\xfe\xf0\xf2\xb2\x01\x0f\xa7\xcb\xa1\x40\x6b\x40\xa3\x0e\ \xee\x88\x77\xfb\x12\x32\x27\x7e\xf5\x91\xcb\x89\xa9\x51\x21\xcb\ \xa1\x23\x8c\x0b\x4a\x0d\xce\x59\x62\x52\x02\xab\x3d\x78\xbc\x76\ \xce\x28\xbf\x61\x50\x2e\xd1\x8e\xad\x9b\x3e\x84\xa2\xbb\x7e\x72\ \xff\x65\x1f\xfc\xe5\xb1\xc3\xa1\x90\x23\x79\xd0\xb8\x3c\xba\x74\ \xf1\x32\xa1\xe4\x5d\x9d\x11\x63\xea\x06\x07\xc0\xae\x38\x42\xb5\ \xd6\x80\x39\x20\x96\x51\xdd\x90\x9d\x9e\xa4\x94\xd4\x24\x17\xd6\ \x0c\xca\x19\x07\x6e\x50\xc5\x95\x98\x90\x1a\x8a\xf7\x72\x43\x67\ \x8c\x01\x30\xc3\xc0\xb1\x49\x49\xc9\x34\x56\x06\xd3\xa4\x54\x00\ \x98\x3a\x76\x25\x26\xa7\x25\xbb\x64\xc4\x28\xe5\x9a\x16\xd2\x85\ \x10\x9e\xb4\x59\x93\xf3\xbe\xff\xf4\xc6\xeb\xbf\xf3\x40\x8a\xa7\ \x19\x78\x48\xd5\x02\x5d\xaa\x89\x5c\x2c\x69\xf0\x65\x43\x94\xa5\ \x4b\x5b\xc7\xdd\x3f\x26\xbb\x6b\xad\x30\xb5\x2e\x8d\x72\xe0\x00\ \x42\x08\x46\x5b\xab\x0e\x2c\x5f\xb3\x35\x6d\xd2\x37\xe2\x08\xa3\ \x96\x8f\xc5\x68\x7b\x53\xe9\x7b\x4b\x36\x64\x0f\xbf\x3e\xdd\x4d\ \x77\xb7\x75\x49\x71\x05\x88\xb1\x73\xb5\x72\xce\x06\x00\x18\x8c\ \x19\xba\xde\xd3\xdb\x10\xc2\x98\x71\x21\xd8\x19\x7a\xd0\x8c\x87\ \xe5\x11\x45\x6f\x79\xc5\x33\x72\x79\x30\xe7\xdc\xd2\x83\x06\x06\ \x82\x53\x93\x81\x61\x32\xe0\xdc\x60\xf2\x98\xb9\x0f\x0e\x9b\x70\ \xea\xa9\xdf\xff\xe1\xd5\x4d\x29\xe3\xe2\x12\xfd\x5a\xe1\xfd\xdf\ \xb8\xd9\x2b\x74\x13\x08\xb4\x1c\x36\x19\x67\xa6\xc1\x05\x45\x08\ \xd1\xae\xf6\x40\x50\x35\xb8\x49\xcf\x5e\x13\x37\x32\x01\x80\x10\ \xc2\x96\x68\xfd\xa5\xa5\x07\x2d\x38\xb2\x24\xf1\x38\xa3\xa6\xa6\ \xe9\x86\x61\x18\xba\x63\xec\x8c\x79\x87\x5f\x7c\xf5\xf1\x5f\x1e\ \x8d\x73\x38\x87\x5c\x7e\xed\x95\x45\xca\xe2\xd7\x96\x34\x10\x47\ \xab\xee\x2b\xce\x89\x4b\x1e\x38\xd2\xf7\xe1\xfc\xdf\xfc\xbc\x66\ \xd8\xb8\x19\x73\x6e\xb8\xe1\xf4\x8b\x8b\x7e\xfe\xcb\x8d\x5e\xc9\ \x3d\xf1\xba\xdb\x67\xe6\x21\xc3\x30\x0c\x93\xe9\x21\x3d\x79\xd8\ \xf4\x99\xc3\x4b\x5e\xf8\xc3\xaf\xd3\xe3\x49\x59\x3d\x1f\xe8\x8e\ \xc9\x1b\x35\x76\xfb\x7b\xcb\x7e\xdf\xb8\xb5\xf6\x78\xf3\xa0\x5c\ \xc9\x04\xff\x65\xd3\xc6\xbc\xfd\xab\x57\x87\xde\xf6\xe3\x34\x37\ \xd3\x55\x2a\x80\xcb\x31\xb9\x19\x24\x58\x72\xaa\x61\xdc\x84\x44\ \x66\x32\x6e\x18\xba\xaa\x6a\x3a\xe5\x8c\x51\xca\x01\x01\xc3\x54\ \xd7\x34\xdd\x30\x18\x63\xd6\xbc\x23\x96\xa8\xa1\xab\x9a\xae\x9b\ \x26\xc3\x94\x31\x00\x4c\x98\xa9\xeb\xaa\x86\x4d\x93\x71\xcc\xd5\ \x50\x57\x90\x09\xaa\x1b\x49\x23\xe6\xfe\xe8\xfb\xa3\xd2\x8b\x12\ \x4c\xad\x81\xb3\x40\x67\x30\xd0\x19\x50\x99\x07\x19\xdc\x39\xfd\ \x8e\xef\x0e\x34\x63\xe3\x30\x0b\x48\x22\xd8\xd5\xa6\x31\x22\x8b\ \xc6\xf7\xdf\x7c\xfa\xe8\x87\x52\x6b\x6b\x5b\x5c\xe1\xf5\x0f\xcd\ \x19\x26\xcc\x36\x99\x77\x6c\x7a\xe7\xd9\xe6\x6d\xae\xb6\x96\x36\ \x4f\xf6\xf4\x87\x6e\x9e\xe1\x0a\xd5\x1d\x2b\x6f\xc8\x9e\x92\x81\ \x28\xed\x9e\x07\xb5\xf1\xa5\xd2\x03\xac\xb1\x04\x42\x92\x24\x59\ \xf2\xf0\x8c\x31\x84\x90\xc0\x92\xe0\x1c\xb8\xe8\x23\xff\x1e\xf6\ \x7c\x19\x87\xde\x95\xe1\x30\x46\x42\xf4\xe4\x14\x10\xc0\x94\x52\ \xdd\x30\x28\x63\x40\x4d\xc3\x30\x19\x13\x94\x9a\x8c\x89\x50\xf3\ \xf1\xe7\x9f\x5e\xde\x25\x91\x06\x48\x1a\x9f\x92\x3c\x7e\xc4\xb5\ \xfb\x9f\x7d\xf9\xf1\x5f\x1d\x8a\x55\x9c\xc3\x66\xdc\x30\x7b\x10\ \x36\x75\xd3\x34\x99\xa1\x99\x31\x19\x45\x45\x9e\xb5\x4f\xfd\xfe\ \xf1\xec\xc2\xc9\x77\xdf\x74\x45\x8c\xc2\x18\x8f\xa8\x3f\x43\xcf\ \x64\x04\x46\x48\x80\x40\x80\x38\x26\x02\x38\x9c\x0b\x5d\x08\xd4\ \xd9\xd1\xfe\xaf\x7e\xc7\xa5\xf8\x3e\xdc\xf3\xe4\xfa\x83\x2f\xba\ \xce\x92\xd7\xa4\x9b\xc1\xa1\x39\x33\xef\xbe\xe2\x4f\x56\x5e\x13\ \x21\xe4\xf0\xc1\xfd\x83\x87\x0e\x47\x91\x42\x95\xc0\xd4\x86\xc6\ \x36\x57\x7c\x8a\x5f\x46\x40\x64\x1a\x68\xae\xa8\xae\xd5\x98\x9c\ \x9c\x9e\x99\xe0\x41\xf5\x55\x95\xad\x41\xea\x8e\x4b\xc9\xc9\x48\ \x90\x30\xea\x6a\xac\xa9\x6a\x68\x77\x27\xa4\xe5\x64\x26\xeb\xad\ \x35\x15\xb5\x4d\x14\xb9\xd2\x32\x33\xe3\x5c\xa2\xb1\xa1\xc5\x19\ \x9f\xe2\x53\x90\x40\x92\xc4\xd5\xea\xca\xca\xb6\x10\x75\xf9\x13\ \xd2\x52\x12\x3d\x32\x6f\xa8\xae\x68\x68\x57\x65\x77\x4c\x6a\x6a\ \x5a\x5c\x8c\x97\x37\xed\xfc\xfd\x53\x1f\xcd\xf8\xea\x77\x27\xa7\ \x11\x9d\x0a\x00\x50\x1c\xf2\xe1\x55\x2f\x2c\x3a\x11\xfb\xdd\x6f\ \xdd\x1e\x8b\x4c\x66\x86\x9a\x1a\xdb\x3c\x49\xa9\x1e\x19\x47\x4a\ \x1c\xf3\xd6\xc6\x46\xee\x8a\x4f\xf4\x2b\x22\x3c\xd5\x8a\xd4\xf6\ \xc6\x0e\xd3\x91\x9c\x14\x8b\x38\xb7\xda\x96\x1e\x68\x69\x51\x71\ \x72\x52\xbc\x8c\xc0\x08\x75\x34\x76\x98\x49\xc9\x09\x0a\xc1\xb2\ \x44\xa8\x69\x0a\x6e\x34\x35\x35\x3b\xe3\x92\x78\x67\xab\xa1\xc4\ \x24\xf9\x9d\x88\x48\x12\x70\x93\x09\x33\xd4\xd2\x1c\x80\xe4\xa4\ \xd8\xae\xc6\xea\x86\xf6\x10\x17\xd8\x1b\x9f\x92\x9d\x9e\x84\x99\ \xc1\x04\xef\x68\xaa\x6b\x6c\xed\xa2\x02\xb9\x63\x92\xb2\x32\x53\ \xdc\x32\xaa\xdd\xbb\xea\xc9\xa5\x27\x1f\xf8\xc1\xa3\x03\x7d\xc2\ \xb4\xb3\x9b\xce\x11\x35\x60\x4c\xf6\xed\xdf\xb7\xf1\x93\x8d\x80\ \x50\x7c\x5c\xdc\x8d\x37\xde\xe0\xf3\xf9\x89\x44\x82\x81\x40\x55\ \x65\x79\xf1\x90\x61\xa6\x69\x5a\xcd\xb8\xa9\xb1\x21\x10\x0c\x14\ \x14\x0e\xd6\x54\x95\x47\xd5\x8f\xe0\xe1\xf8\x82\xe8\x35\x07\x47\ \xd5\x86\xc6\xce\xd8\x94\x14\x08\x36\x77\x50\x67\x4a\x82\x9f\xa9\ \x6d\x4d\x9d\x2c\x3e\xce\xd5\x54\x55\xd5\xa1\x31\x6f\x42\x7a\x76\ \x4a\x2c\x91\x88\xd9\xd5\x5c\x51\x55\xa7\x71\x39\x39\x23\x2b\xd1\ \x83\x9a\x1a\x5a\xdd\x09\xc9\x1e\x05\x23\x8c\xb4\xce\xa6\x8a\xea\ \x46\xe2\x49\xce\xc9\x48\x94\x70\xf4\x10\x01\x41\x44\x3c\xce\xa2\ \x0a\x84\x90\x24\xc9\xaa\x1a\x3a\x5d\x56\x3a\x74\xd8\x70\xcb\xe6\ \xee\x61\xce\xae\x9d\x3b\x2e\xbf\x62\x06\x35\x4d\x2e\x38\xa5\xd4\ \xd0\x0d\x5d\xd7\x88\x44\x0e\x1f\x3c\x38\x69\xca\xd4\x33\x7d\xcf\ \x2f\xe8\x2f\x70\x4e\x4d\xa6\x49\xac\xff\x7a\xd6\x26\xd3\x19\x8f\ \xd6\x45\x45\x56\xed\x6d\x61\x95\xbd\x10\x1c\xc0\x99\x9e\x91\xc9\ \xa8\x4e\x05\x02\x53\x23\xee\xb8\x82\xe2\x44\x04\x82\x52\x93\x71\ \xc8\x18\x38\x38\x1b\x21\x21\x98\x69\x52\x93\x81\x37\x39\x73\x58\ \x5a\x36\xa7\xd4\xd4\x35\x25\x26\x75\x70\x7c\x3a\x02\x41\x4d\x93\ \x72\x48\xc9\xc8\xe4\xcc\xe4\x5c\x00\x98\x14\x2b\x99\x03\x8a\xb2\ \x11\x12\x82\x53\xd3\x34\x39\x4e\xce\x29\x48\xcb\x45\x80\xb0\xd0\ \xea\x56\x2d\x5c\xb8\xef\x54\x4d\xf6\xe4\x1b\xc7\xa6\x3b\x34\x23\ \xac\x40\x67\x50\x31\x78\xca\xac\x41\x65\x6b\xca\xeb\xdb\x47\xa6\ \xb9\x05\x71\xa5\x65\x7b\x99\x69\x46\x22\x37\x42\x08\x48\x4c\xcb\ \x00\x4e\xbb\x35\x23\x05\x13\xae\xb8\x54\x2f\x12\xa6\x19\xae\xf3\ \x21\x84\x50\x7c\x49\x59\x31\xc2\x34\x29\x05\x24\xb9\x62\xb2\x7d\ \x88\x9a\x94\x33\xae\x33\x0a\x00\x80\xe4\x94\xf4\x2c\x4e\x29\x4a\ \x49\x47\xd6\xa1\xb8\xc1\x00\x00\x84\xe4\x49\xcc\xf4\x81\x69\xd2\ \xb8\x8c\xfc\xa4\x4c\x04\x20\x38\xe7\xd4\xd4\xac\xa1\x64\x6c\x6a\ \x76\x62\x3a\xb6\xc6\xb4\x94\x1a\xa6\x60\xa5\x65\xd5\x43\xae\x9c\ \x93\x1f\x87\x4c\xdd\x4e\x6c\x3a\x47\x9e\xac\x10\x5c\xf0\xe2\xe2\ \xc1\x95\x95\x95\x47\x8e\x1c\x9d\x77\xed\x35\x3e\x9f\x8f\x71\x8a\ \x39\x3a\x33\x86\xc7\x23\xca\xf0\xbc\x57\x65\x27\x01\x42\xf0\x28\ \xe1\xc2\xf0\x7c\x04\x71\x65\x66\x7b\x99\x69\x42\x4c\xb2\x17\x71\ \x93\x9a\xc4\x19\x9b\xe9\x41\x94\xb2\x9c\x82\x62\x8c\x90\xe0\xcc\ \xa4\xd4\x34\x18\x71\xc7\x17\x0c\x49\xea\x6e\xff\x29\x59\x19\x9c\ \x9a\x9c\x73\xe0\xe0\xf0\xa7\x0c\x19\x9e\x26\x18\x35\x68\xaf\xfa\ \xf5\x02\xac\x09\x54\x64\x95\x89\xb7\xb4\x52\xad\xe8\xfe\x39\x59\ \x9a\xf8\x85\xf4\xa0\xcd\xe0\xf8\xc2\x5b\x8a\x73\x66\x84\xb3\x35\ \xfa\xb9\xd6\xdc\xa1\x78\x75\x33\xd4\x4d\x6d\x18\xe1\x40\x20\x10\ \xe3\xf7\x33\xce\x04\x00\x02\x6e\x9a\xcc\xaa\x2d\x0e\x08\x38\xa3\ \x06\xeb\x99\x75\xa3\x86\x41\xa3\x58\x91\x99\x26\x8b\x90\x0c\xa7\ \x66\xf7\xdf\x10\x00\x8d\x26\x45\xce\x4d\x23\x5a\x72\x52\x44\x8e\ \x83\x90\x70\x0f\x19\x3b\x29\x6f\xbc\x3f\x37\x37\x0d\xa2\xf6\x11\ \xd4\x64\xae\x8c\x9b\xef\xbf\x53\x20\xc9\xea\xf9\xa6\xd1\xf7\x21\ \x1c\x7d\x8a\x88\x0d\x56\x02\x5b\x54\x6a\x3a\xa3\x26\x0b\xe7\x97\ \x08\xce\x4c\xa3\xef\xe5\x08\x1f\xa4\xef\xa1\x50\xe4\x8b\xc0\x0c\ \xe3\xcc\x9b\xc9\x4c\x33\x7a\x23\x67\x68\xd8\x8c\xdb\x47\x2a\x2e\ \xa6\x19\xc2\xd6\xc2\x3b\x77\xe3\x08\x21\x84\x2c\xc9\x73\xe7\xcc\ \x99\x3a\x75\x4a\x42\x42\x02\x65\x0c\x81\x40\x84\x74\x75\x75\x46\ \x2f\x9a\x02\x00\x89\x48\xaa\xa6\x72\xce\x11\x20\x0e\xd1\x33\x96\ \x56\x43\xee\x95\xdd\x0f\x82\x87\x9b\x13\x0b\x37\x18\xc1\x99\xc9\ \x01\x00\xa2\x1b\x2a\x82\x33\xdb\xbf\x19\xd5\xd8\x4c\x9d\x9e\x25\ \xde\x28\x20\x2a\x9d\x0a\x81\x10\x98\x90\xae\xae\x2e\x49\x92\x2e\ \x0c\x2f\x70\xc1\x7c\xee\xa4\x58\x4f\xda\xa7\xa4\x26\x73\xc1\xbb\ \x5d\x06\xc1\x79\x6a\x5a\xfa\xa9\x13\xc7\x0a\x0b\x07\x7b\xfd\x7e\ \xcb\x21\xb7\x46\x44\x00\xd6\x2f\xfb\x77\xaf\x37\x51\x06\x0c\x19\ \x89\x91\x30\x4d\x93\x0b\xd2\x47\xaf\x53\x51\x1c\x20\xf8\x25\x31\ \xe9\xe7\x70\xb9\x40\x70\x2e\x6c\xed\xdc\x73\xc5\x0b\x56\x97\x42\ \x96\xa6\xab\xd7\xeb\x65\x8c\x13\x0c\x42\x88\xe6\x86\x86\x9a\xaa\ \xca\xa2\xe2\xa1\x56\xda\xbb\x15\x3b\x8f\x8d\x8d\xad\xad\xa9\x2e\ \x39\x79\x3c\x27\x27\x4f\x91\x95\xb0\x1e\x74\x58\x26\x1e\x9d\x9f\ \x05\x80\x51\x36\x43\xcf\x50\x02\x90\x00\xd1\xda\xdc\x5c\x59\x7e\ \xba\x70\x70\x71\xb7\xcd\xe7\x39\xee\x88\x38\xa7\x1c\x3e\xef\xb9\ \x39\xe7\x89\x49\x49\x02\x44\xc9\xa9\x13\x8c\xb1\xb0\x78\x7c\x9f\ \x85\xa9\xf6\xf3\xcf\xc6\x05\x18\x45\xf4\x74\x36\xd1\xeb\xbd\x50\ \x14\x65\x60\x41\xa1\xd7\xeb\x8d\xd6\x83\x46\x18\x17\x0e\x1e\x5c\ \x5e\x56\xba\x77\xcf\xae\xee\x75\x00\xbd\x5a\x32\xba\x30\x36\x5b\ \x7f\x90\x65\x79\x60\x41\x81\xdf\xef\xbf\x64\xf4\xa0\x39\xe7\x49\ \x49\xc9\x89\x89\xc9\x02\x84\xcd\x00\x36\x2e\x95\x21\x46\x9f\x0e\ \x26\x84\x90\x24\x79\x50\xe1\xe0\x8b\x53\x19\xa0\x5f\x9b\x2f\x6a\ \x5e\xb0\xa8\xa1\x37\xdf\xd9\xb0\x71\x11\x7b\x12\x67\xe9\xf9\xe2\ \x1c\x09\xa5\x9d\x4f\x9b\xbf\x00\x6c\xdd\x57\x1b\x36\x6c\xd8\xbc\ \x60\xc3\x86\x8d\x8b\x67\x1c\x11\x49\x6a\xb2\xb3\x71\x6c\x5c\x02\ \x40\x08\x63\x8c\xcf\xf4\xcc\x2d\xa1\x24\xce\xf9\x45\x38\x20\x3e\ \x9b\xcd\x17\x2f\x2f\x20\x84\xba\xba\x3a\xd5\x90\x6a\x4b\xc5\xdb\ \xb8\x14\x20\x38\x17\x5e\x9f\xcf\xe3\xf5\x8a\xa8\x74\x22\x84\x90\ \x49\x69\x47\x5b\x5b\x38\x8f\xe9\xa2\x0b\x2e\x08\xb7\xc7\xeb\xf5\ \x7a\x2f\x94\x1e\xb4\x20\x58\x91\x88\x72\xb6\x22\xd4\x08\x80\x71\ \x46\x99\x06\xe1\xf5\x1c\x38\x10\xe8\x54\xd5\x50\x66\x76\xae\xa2\ \x28\x76\xa3\xb3\x71\xf1\x43\x55\x43\x35\x55\x95\x12\x21\x0e\xa7\ \xb3\x5b\x52\x91\x73\xde\xd2\xdc\x18\x17\x9f\x90\x90\x90\x74\x31\ \xda\xac\xa9\x35\x55\x15\x12\xc1\xce\x88\x96\xea\x79\xe5\x05\x8c\ \xa5\x96\xce\xca\xb6\x60\x2d\x46\xfd\x97\xf4\xe5\x82\x7b\x9d\x71\ \x29\x71\x03\xad\x94\x4c\x84\xa0\xb3\xa3\x23\x33\x3b\xc7\x52\xe3\ \xbf\x20\x2a\xba\x36\x6c\x7c\x1e\xaf\xb6\xbb\x29\xba\x5c\xee\xc4\ \xc4\xe4\xd6\x96\xe6\xd4\xf4\x74\x6b\xe6\x0f\x21\xa4\xaa\x21\x89\ \xc8\x09\x09\x49\xdd\xb3\x12\xdd\x5f\xe9\x23\x65\x7c\x9e\x6d\xb6\ \xfe\x75\x39\x5d\x49\x49\x29\x2d\x8d\x0d\x6e\x8f\xf7\x42\xe8\x41\ \x4b\x9e\x3d\x25\x2b\x3e\xda\xf7\xb4\xdb\xe1\xef\x77\x07\xcd\x0c\ \x8c\xc8\x9d\xf3\xc0\xac\x7f\x68\x46\x97\xb5\x85\x71\xae\xc8\x8a\ \x25\x29\x00\x51\x1a\xdb\x5f\x5e\x43\xa2\x1f\xc5\xdc\xcf\xfc\x0a\ \x26\x96\xb0\x5c\x84\xe6\x70\x24\xdd\x11\x13\xf2\x45\xb5\xa1\x11\ \x26\x18\xf1\x4b\x43\x13\x41\x58\xa2\xd9\xb6\xae\xf4\xd9\x48\xc1\ \x7a\x23\x2b\x0a\x65\xbd\x92\xf7\x18\x63\x84\x90\xee\x1d\x50\x94\ \xbe\xe3\xbf\x87\x14\x10\xc6\x9f\xd6\x47\xa2\x05\xa9\x2d\xc8\x8a\ \x62\x5e\xa8\xfc\x05\x01\x42\x22\x8a\x53\xf1\x3a\xe4\xb3\x56\xf5\ \x95\x25\x67\xaf\xc0\x8c\xa5\x07\x2d\xb8\x08\x8b\x9d\xf7\xfc\x81\ \x7d\x71\x05\x53\x24\x49\x74\xd7\xaa\x37\xaa\x62\x26\xdf\x38\xa5\ \xf0\xd3\x54\xa5\xa3\x7f\x30\x41\x47\x3f\x7e\xfb\xb4\x32\x64\xee\ \xd4\x22\x41\x29\x00\x98\xba\x06\x58\x22\x04\x23\xda\x75\xea\x78\ \xb9\x3b\x63\x50\x9a\x4f\xf9\x17\x45\x75\x91\x84\x82\x9b\xdf\x7b\ \x5f\x1a\x36\x6f\x62\xae\x3b\xb2\x82\x22\x5a\xd0\x39\x2c\x0f\x1d\ \x9d\xbb\x1e\x56\x91\x8e\xd2\x95\xb6\xbe\x87\x88\x44\x10\x08\x46\ \x11\x91\x20\x4a\x3e\xba\xaf\xae\x34\x67\x34\xcc\x5f\xd6\x31\x38\ \xa5\xa2\x97\x84\xb4\xe0\x8c\x71\xd1\xfb\xa4\x00\x02\xc0\x3c\xb8\ \x7e\x55\x63\xcc\x88\x99\x63\xb2\xd9\x7f\xb6\x7c\x6c\x9f\xca\x46\ \xa8\x3b\x85\x50\x44\x16\x47\x9d\x45\x0f\xba\x5b\xfd\x99\x47\x9e\ \xd5\x67\xd6\x95\xf9\x92\x7a\xd0\x08\x00\x04\xd3\x0d\x4e\x24\x09\ \xa3\x7e\x12\x83\xfb\x6e\x89\x5a\xf6\x7d\x61\x78\xe1\x0b\xc0\x5a\ \xaf\x6e\xf1\x5f\xe9\x27\xef\x2c\xdb\x71\x0a\x11\xc9\xe1\x4b\x1a\ \x35\x65\xc6\xe4\x21\x19\x9c\x9a\x02\x70\x77\x9b\x66\xa6\x89\x65\ \xd9\x5a\x16\x85\x24\x99\x20\xa0\xa6\x89\x88\x4c\x30\x70\x2e\x2c\ \xa9\x5c\x08\x6b\x75\xb3\xda\xd2\x03\x25\x19\x43\x11\x00\x20\xab\ \xbb\x00\x00\xa7\x26\x03\x40\x92\x2c\xf5\x70\x0f\x17\x80\x89\xb5\ \x43\xc3\xd1\x1d\x07\x7c\xc9\xd7\x4c\x2d\xe2\x98\x60\xbd\x66\xc9\ \xfc\xb7\x0b\x6f\xfe\xc6\xa8\x64\x02\x5a\xcb\xc7\x2b\x97\xe7\x5c\ \xff\x68\x46\xac\xeb\xcc\xf9\x5b\x4e\x4d\x2e\x00\x50\xb7\x9d\x82\ \x9a\xe1\x87\x09\x96\xa5\x96\xfd\x6b\x96\x6d\xae\x7d\xb0\xe0\xe4\ \xfc\x57\xf6\x4f\xb8\xee\x9e\xc1\xf1\x08\x40\x5d\xff\xc6\x12\x3e\ \x68\xac\x71\x7c\xb7\x63\xc4\x9c\x19\xc3\x53\x05\xc0\xc9\x2d\x4b\ \x77\x76\x66\x0e\x96\xcb\x0e\xb3\xa2\xbb\x67\x8f\xc6\x02\xba\xca\ \xb6\xbf\xb7\xb9\x26\x2f\x0b\x1f\x6b\x4a\xbe\xe7\xb6\x29\x8a\x00\ \xb3\xfe\xe0\xeb\x1f\x1c\x9c\x7e\xdb\x2d\x4d\x1f\xbd\x59\x15\x37\ \xe6\xfa\x2b\x8a\xc1\xa4\x58\x96\xaa\xf7\xac\x5e\x7f\x0c\x6e\xba\ \xfb\x2a\xa9\xf1\xf8\x9b\x6f\xef\x18\x77\xfb\x1d\x85\xf1\x12\x65\ \x20\xa1\xae\xd5\xaf\x2d\x55\x46\xcc\x9d\x3e\x3c\x66\xd3\xf2\xc5\ \x5b\x8f\x37\x11\x59\xf6\x27\xe7\x4c\xb9\xf2\xca\x21\x19\xb1\x9c\ \xa9\xfb\x3e\x7a\xe3\xa3\xbd\x0d\x44\x91\x3c\x71\xe9\x13\xa7\xcf\ \x1c\x95\x9f\x90\xe0\xee\x7c\x65\xe9\xb2\x81\x83\xbf\x93\xe3\x10\ \xff\xc9\x4e\x83\x88\x7a\xf0\x22\x00\xd3\x34\x1d\x0e\x07\xa3\x34\ \xdc\xb5\xb8\xe8\xa3\xa1\x2a\xa2\x74\x5f\x7b\x3f\xf2\xce\xd0\x83\ \xc6\x12\xed\x2c\x5b\xb4\x62\xdf\xd8\xab\xaf\x2f\x48\x92\x7b\xb7\ \x22\x44\x64\x09\x45\xb5\x4c\x22\xcb\x28\xea\xaf\xdd\xed\xb6\xed\ \xe4\xc6\x85\x9f\x74\x3c\xf8\x95\x79\x5e\x00\x66\x9a\xa2\xb7\xcd\ \x02\x7a\x16\x6d\x41\x44\x93\x3a\xac\x34\x87\x2e\x11\x3d\x68\x1e\ \x59\x62\x82\x10\x94\x6e\xdf\x54\x11\x48\x98\x7e\xf9\xd4\xfc\x58\ \x73\xd9\xd3\x8f\x3f\xf7\xe1\x01\x4e\x24\x49\x62\xd5\x27\xf6\xae\ \xfd\x68\xfd\xc1\xd2\x7a\x2c\xcb\x2d\xe5\x87\x0e\x97\xd5\x0a\x8c\ \xb5\xc6\xd3\x47\x4f\x56\x01\x46\x7a\x5b\xf5\x81\x43\xa5\x1d\x1d\ \x2d\x87\x77\x6d\x59\xb7\x76\xcd\x96\x3d\x47\x3b\x19\x06\x00\x4c\ \x24\x09\x83\x00\x20\x22\x78\x7c\xcf\xe6\xb5\xeb\x36\x95\x35\x04\ \x89\x4c\x10\x32\x4f\x1f\xde\xbd\x66\xf5\xea\xad\xfb\x8e\x07\x28\ \x46\x98\x60\x1a\x38\xb6\x7b\xd3\x86\x4d\x9b\x4a\x5b\x0d\x87\x42\ \x04\x80\x00\x04\x2c\x58\x7e\x72\xcf\xda\xd5\x1f\x6e\xd8\xb8\xbb\ \x85\xf9\x2f\x9b\x7d\x75\x71\xaa\xdb\xe8\xa8\x3f\xb0\x73\xf3\xda\ \x35\xeb\x76\x1e\x2e\xad\x3e\x7d\x7c\xd3\xfa\x35\x5b\xf7\x9d\x08\ \x09\x82\x30\x96\xc0\x28\x3d\xb0\xed\xa3\xb5\x1b\x8e\x57\xb5\x11\ \x89\x08\x2b\x69\x9e\x77\xae\x5f\xbf\x2d\xfb\xb2\xab\x86\x0e\xca\ \xe3\x65\xdb\xdf\x7c\x77\x1b\x20\xd2\x7a\xe0\xc3\xa5\x5b\x4b\x93\ \x73\x06\xa4\x3a\x6a\xde\x7c\x63\x59\x13\x43\xa8\xf3\xf8\x5b\x6f\ \xae\x93\x93\xb2\xb3\xd3\xbc\x5b\x17\x2d\xd8\x55\x63\x60\x14\xfc\ \x70\xe9\x9b\x25\x28\xb5\x20\x27\xe9\xf0\xea\xd7\xd7\x1f\xef\xc2\ \x88\x7e\xb2\xec\xcd\x03\x6d\xfe\x14\x37\xdf\xbb\x61\xc5\x3f\x5f\ \x7e\xfd\x64\x0b\x25\xb2\x04\xa1\xda\xa5\xaf\x3e\xbd\x78\xf5\xce\ \x10\x42\xa1\xe6\xca\x15\x6f\x3c\x33\x7f\xd5\x5e\x8e\x08\x96\x48\ \xe3\xbe\x55\x4f\xbd\xf0\xfa\xbe\xd2\x46\x8c\xd4\x5d\x5b\x37\x74\ \x25\x0f\xbd\x7c\xea\xd8\x38\xe3\xf4\x53\x8f\xff\x76\xd5\xc1\x26\ \x4c\xcc\xc3\x9b\xd7\xb5\x7b\xb2\xa7\x5f\x36\x31\x5d\x6e\x7c\xf1\ \x4f\x8f\xbf\xb5\xad\x2a\x63\xe2\x0d\xc3\x9d\x35\x6b\xb7\x57\x20\ \x62\x5d\x87\xff\xe8\x97\x35\x80\xdc\xb4\x79\xf3\xd3\x4f\x3f\xdd\ \xd2\xd2\xd2\xa3\x07\x0d\x67\x3e\x7b\x7b\x74\xe2\xc3\xaf\x48\xc3\ \xee\x7b\x4c\x84\xb8\xda\xb4\xe5\x93\x1d\x8d\x2a\x18\x5d\x0d\xfb\ \xb7\x6f\x5c\xbb\x66\xed\xf6\x03\xa7\x54\x90\x30\x41\x9d\x75\xa7\ \x36\xae\x5b\xb3\x7e\xd3\xde\xe6\x20\xc5\xb2\xdc\x55\x77\x6a\xe3\ \xda\x8f\xb6\xec\x3b\xa1\x0a\x19\x81\x51\x5b\x7a\x68\xe3\xfa\x35\ \x9b\x77\x1d\x6d\x6c\x6e\x3e\xb2\x63\xd3\x07\x1f\xac\xdd\x7a\xb0\ \x54\x17\x18\xce\x30\xbb\x3f\x1b\x44\xb7\xf3\xf2\x65\x40\x1e\x7b\ \xec\x27\xff\xea\x77\x64\xe2\x28\xa9\xdb\x71\xba\x61\xaf\x4c\x1c\ \xfd\xee\xc0\xb8\x99\x1c\x9b\x3f\x3c\xef\x2a\xca\x0c\x6b\x00\xdf\ \xd2\xdc\x9c\x98\x94\x8c\x31\xc1\x58\x94\xec\xd8\x14\xca\x9c\x76\ \xdb\xdc\x09\x83\x86\x8c\x2e\x8e\x6f\x7f\xe5\x8d\xad\xc3\xa6\x4d\ \x69\xdf\xb1\xe8\xef\xaf\xad\x0f\x69\xed\x9b\x3f\x5a\x67\x24\x17\ \x39\xab\x56\x3e\xf1\x5e\xd5\xcc\x19\x63\x4a\x96\xfd\xe3\xaf\x4b\ \x8f\xce\x98\x37\xad\xf6\x93\xf9\xcf\x6f\x6a\xcb\x76\x55\x3e\xf5\ \xe2\xfb\x5c\x11\x7b\x56\xaf\x3c\x15\x88\x9f\x34\x2c\xeb\xd4\xae\ \x75\x2d\xbe\x11\x93\x8b\xe2\xd7\xbc\xfa\xd4\x1b\xeb\x4f\x68\x1d\ \xa7\x3f\xfa\x68\x57\x7c\xe1\xc8\xac\x78\x7c\x6c\xf7\xae\xd3\x75\ \xf5\xfb\x3e\x5e\x55\xaa\xa7\x8e\x2f\x4e\x58\xbf\xf0\x2f\xf3\xd7\ \x9e\xa0\x46\xfb\xd1\x03\x25\x89\x45\x13\x27\x0c\xcd\x14\x1c\xb0\ \xd9\xb6\x63\xcb\xe6\x16\xea\x91\x91\x73\x40\x0e\x59\xf4\xfc\xf3\ \xb4\xe8\xca\x98\xa3\x4b\xff\xf4\xea\x06\xa4\xd0\xed\x1f\x2e\x5e\ \x7f\xb8\x81\xeb\xad\x1b\xdf\xff\xa0\x51\x19\x38\xb6\x30\x7e\xd7\ \xca\x97\x16\x6d\x3c\x8d\xcd\xc6\xb5\x6b\xb7\x78\x06\x8d\xc9\x89\ \x95\x04\x92\x44\x7b\xd9\x7b\x2b\xf7\x8e\x99\x3b\x2f\x2f\x31\x66\ \x50\x9e\x67\xf5\x92\x15\xae\xfc\xdc\x2d\x4b\xdf\x49\x9e\xf5\xc8\ \x35\xc3\x53\x53\xf3\xf3\x2b\x3f\x7e\xe7\x24\xca\x55\xf7\x2c\x3f\ \xe6\x99\xfa\xd5\x1b\xc7\xc6\x24\xe7\xb9\x1a\xb6\xae\x3a\xa0\xe7\ \xa2\xa3\xcb\xf6\x88\xaf\x7c\xed\xf6\xcc\xd4\xec\x04\xfd\xe8\x3b\ \x9b\x6a\xf2\x13\x9a\x96\xae\xad\xb9\xe7\x5b\x0f\x67\xba\x5a\x36\ \xef\x3c\x6c\x0a\x23\xc0\x13\x26\x0c\xc9\x3c\xf5\xc9\xd2\x35\xc7\ \xdb\x62\x92\x92\x46\x4d\x99\x2a\xaa\x76\xef\x69\x36\x8d\xa6\xe6\ \x94\x11\x53\x32\xdd\x4d\x4b\x5f\x59\x1c\xf0\xc5\xfa\xd3\x0b\xa7\ \x0c\x4b\xda\xb5\x79\x6b\xda\xb4\x3b\xaf\x1e\x5f\x3c\x64\xf4\xe4\ \xc4\xd6\xcd\x8b\xb6\xd4\x4c\x9b\x36\xf2\xf4\xd6\x4f\x3c\xa3\xaf\ \x9b\x37\x75\x54\xd1\xf0\x09\x79\xfc\xd8\x1b\x2b\x8e\x4c\x9e\x7d\ \xb9\xb7\x69\xcf\xb6\x32\x31\x65\x42\x11\xb9\x34\x4a\x6d\xfd\x1b\ \xc3\x0a\x04\xe3\x5d\xbb\x77\x2d\x5b\xb6\xac\xa5\xa5\xa5\xa6\xba\ \xba\xb0\xa8\xc8\xe1\x70\x20\x8c\x0d\x4d\xef\x68\x6f\x8b\x8f\x4f\ \xe0\x11\x01\x1e\x55\x0d\x51\xca\xe2\x13\x12\xa2\x17\x53\xf5\x1b\ \x38\x47\x08\xb3\x50\xfd\xe6\xed\x65\xa3\x67\x5c\xd1\xb9\x73\xe1\ \x9f\xdf\xd8\x26\x4b\xfa\xe6\xf7\x57\xd6\xcb\x79\x43\x52\x3a\x9f\ \xfe\xc3\x33\x95\xa6\xa4\x76\xaa\x69\x03\x8b\x9c\x4d\x7b\x9e\x7b\ \x69\x49\x0b\x43\xa7\xb6\xad\x39\xae\x26\x8e\xca\x16\xf3\xff\xf0\ \xbb\xdd\x0d\x26\xc7\x9e\x14\x3f\x3f\xb0\xf7\x98\xe4\x75\x0a\x67\ \xfc\xc0\x9c\x54\x09\x9d\x65\x74\x1b\xf1\x17\x30\xc6\xa6\x61\xb4\ \xb5\xb5\xc6\x27\x24\xf4\x89\x4a\xd4\xd6\xd4\xe4\xe6\xe5\x73\xce\ \x05\x88\xb0\x10\x1d\xa3\x18\xe3\xc6\x86\x86\xac\xec\xec\x33\xed\ \x3f\x4f\xf9\x8e\x82\x5b\x1a\xbb\x56\x36\x88\xe0\xcc\xe0\x20\x4c\ \xca\x92\x07\x8c\xcc\xa1\xad\x35\x25\x47\x56\xbd\xb7\x75\xcc\xed\ \xdf\xfa\xe1\x0f\xff\xfb\x2b\xf3\x72\x57\x2e\xff\xd0\x91\x37\x39\ \xb9\xb3\xb6\xae\xb9\xe9\x64\x43\x7b\xa8\xab\xfe\x54\x43\xa8\xa2\ \xb4\xb6\x78\xe4\x30\x37\xed\xf0\x14\x4d\xfb\xc6\xb7\xbe\xfd\xa3\ \x87\x26\x9f\xda\xf7\x49\xad\x01\x12\x02\x24\xcb\xa1\x8a\x1d\xab\ \x77\x34\xde\xf1\xfd\xc7\x7e\xf0\xe3\xc7\xae\x1a\xd0\xb5\xf8\xfd\ \xed\x26\xb8\x0b\x86\x0d\x2b\x2e\x1a\x5c\x90\xe9\x3c\x72\xfc\x70\ \x75\xc5\xe1\x0f\xb6\xb4\xdf\xf9\xed\xff\xf7\x9d\x47\xbf\x7d\xed\ \xb8\x4c\xd3\x34\xc3\xaa\xaa\x9c\x72\xe1\x9f\x79\xeb\x7d\xf7\xdf\ \x35\x27\xd9\x25\x21\x49\x26\x48\x84\x82\xa1\xc4\x82\xcb\xfe\xeb\ \x5b\xdf\xb9\x6d\x7a\x21\xc4\x15\x7e\xf5\xd1\xef\x7f\xfd\xea\x9c\ \x63\xfb\x76\xb4\xb5\x57\xac\x7c\x77\xa7\x2f\xbb\xa0\xb0\x68\xa8\ \xab\xf1\xf8\xda\xf5\x47\x80\x10\x40\x3c\xd4\xd1\xda\x41\xfd\x71\ \x1e\xa7\x60\xa6\x37\xef\xb2\xbb\x67\x66\x3c\xfb\xeb\xdf\x1c\xf7\ \x4e\xbc\xf9\xca\x02\x6a\xe8\xcc\x99\x79\xc7\x7d\x57\x9f\x78\xfd\ \x57\xaf\x1c\x40\x77\xde\x3e\xcb\xc5\x74\xdd\x24\x97\xdf\x72\x5f\ \x52\xcd\x8a\xff\xf7\xd4\x96\xcb\x6e\xbb\x6b\x80\x8f\x1a\x26\x1b\ \x7b\xcd\x9d\x43\x8c\x1d\xbf\xfe\x9f\x25\xc5\xf3\xee\x19\x99\x2c\ \xb3\x8e\xa6\x2e\x11\x7b\xd3\xed\xb3\x5b\xf6\xac\x3f\xd6\x50\xb9\ \x6e\xe3\xc9\x29\x37\xdf\x95\xa5\x84\x1a\x3b\xa9\xda\xd1\x94\x50\ \x74\xf9\x35\x23\x95\xf5\xeb\xb6\x96\xef\xdf\x7c\x12\x8a\x6e\x9a\ \x35\xaa\xb3\xbd\xdd\xb0\x84\x46\x4d\x1d\xb8\x61\x30\x28\x1c\x5d\ \xa0\xab\x35\xf5\x01\x8e\x31\x30\xd3\x10\x00\xa6\x80\xdc\xa2\x21\ \xb1\x7a\x79\x45\x07\x8f\x4b\x8f\x0f\x74\x35\x74\xd0\x88\xc6\xde\ \x7f\xea\x8b\x73\x66\x52\xb3\xb0\xa0\xe0\xb1\xc7\x1e\xfb\xf5\xaf\ \x7f\x7d\xf7\x3d\x77\x2b\x8a\xcc\x39\x8b\x5c\x96\xde\xc5\xac\xc3\ \x0a\x2c\x91\xf8\x83\x25\xea\x66\x49\x3f\xf7\xfb\x02\x01\xc0\x42\ \x81\xae\xe4\xd1\xb3\xff\xeb\xd1\xef\x3e\x7a\xdb\x90\x03\xbb\x36\ \x37\x74\x76\xd6\xb7\x86\x32\x87\x4f\xbb\xff\xa1\x5b\x07\x25\xc1\ \xe6\xd5\x2b\x8e\x06\x62\x87\x14\x15\x0d\xca\x70\x6e\x58\xbd\xa1\ \xa6\x39\xa0\xa1\xf8\xeb\x1f\xfc\xd6\x57\xef\xbc\x2a\x49\x31\x48\ \xda\xb0\x3b\x1f\xfe\xca\x6d\x33\x86\xcb\xc2\xa0\xac\xb7\xe5\xe1\ \xf3\x5a\x05\x24\x78\xef\xca\x12\x97\x4a\x7c\xa1\x5b\x16\x4f\x40\ \xf7\xc5\x96\x24\xd2\xd5\xd5\xd8\x2c\xdc\x12\xd3\x3a\x82\xae\x31\ \xe9\x09\x00\x90\x94\x95\x8f\x5b\x0f\x8a\xd8\xcc\x81\xc9\x5d\x5b\ \x37\x6d\x51\x49\xd6\xd4\x61\xea\xe1\x2d\x1f\xb7\x34\x3b\xc6\xce\ \x1b\x88\x4f\x6e\x02\x41\x55\x06\xb2\x3f\xc9\x29\x55\x07\x74\x93\ \x0b\x41\x30\x04\x9a\x5b\x98\x92\x92\x1d\xef\x04\x80\xac\xac\x2c\ \xf3\x40\x57\xc3\xf1\x4d\x2f\xbf\xf8\x6e\x4c\xe1\x70\x1c\x30\xb1\ \x02\x9d\x1d\xad\x9a\x23\x39\x2d\xde\x03\xa0\x13\x09\x73\xce\x98\ \x60\x9c\x71\xcc\x18\x8f\x48\xa9\x88\x88\x50\x27\xb7\x42\x3e\x00\ \x4e\x6f\x9c\x42\xcd\x20\x07\x67\xac\x07\x21\xda\x19\x68\x6b\xd7\ \x24\x9f\xd9\x55\x5d\xdd\x5e\x30\xf3\xa6\xfc\xc1\xc9\x9a\x6e\x60\ \x4c\x18\xa3\x42\x80\xc5\xc2\x86\x29\x8f\xb8\x72\x46\xfa\x47\x25\ \xa3\x2f\x9b\x9e\x88\xb5\x90\x4e\x05\x65\x09\x45\x53\xc7\x65\xbf\ \x73\xaa\x60\xd2\xe0\x14\x87\x1a\x0a\x0a\xa0\x72\xfc\x80\xcb\x27\ \x17\x1c\xdc\x1a\x37\x6d\x68\xaa\xa6\x6a\x8c\x03\xf6\x64\x5c\x79\ \xd9\x88\x3d\x0d\xcd\x57\x4e\xc8\x37\x0c\xc6\xd5\x4e\x55\xd3\x92\ \x0a\xa7\x4c\x3e\xb2\xeb\x99\x5f\xff\xd9\x97\x3f\xe9\x8e\xb1\x39\ \xcf\x7c\xa8\x05\x82\xba\x4f\xed\x12\x24\x6f\xe2\x8c\x2b\x77\xfd\ \x65\xc1\x53\x3b\xd1\xd8\x3b\xbf\x9b\x67\x6e\x78\xff\x78\x40\x33\ \x58\xf7\x1c\x8b\x4c\xa0\xbd\xbe\x19\x81\xd3\x25\xb1\xee\x49\x12\ \x19\x41\x4b\x73\x53\x90\x7b\xbc\x12\x30\x26\x84\x10\xac\x3f\xa5\ \xe1\xff\xc0\x30\x83\xc3\xe1\x40\x08\x5b\x12\x0a\x5c\x08\xc6\x18\ \xc6\xd8\x6a\xb2\xd1\x7a\xd0\xd6\xc3\xb6\x5b\x13\x29\xac\xf0\x08\ \x48\x08\x2e\x50\x1f\x21\x48\x4b\x0f\x5a\x84\xe7\x38\x05\x55\x01\ \x9c\xb1\x49\x88\xd6\x42\xc2\xc8\xef\x3d\x7a\xc3\xd2\xf7\x17\xfc\ \x6c\x5d\xda\x7d\x0f\xcf\xeb\x50\x03\x44\x49\x68\xac\xa9\xa2\xfe\ \xa2\xbb\x6e\x19\xe2\x43\x86\x00\x4c\x0d\x1d\xc0\x43\x39\x17\x9c\ \x9b\x86\xe0\x40\xcf\x32\x79\x84\x10\xea\x89\x8c\x72\x8e\xac\xba\ \x32\x97\x96\xee\x2b\x67\x80\x30\x06\xc6\x98\x11\x0a\x76\x76\xb6\ \x75\xd6\x96\xbe\xb7\xf0\x2d\xc7\xc8\x39\xc3\x07\xe7\x9e\x8c\x0b\ \x6e\xda\xb2\x7b\x48\xfc\x90\x1d\x1b\x37\xe3\xf4\x82\xb8\x84\xf4\ \xd1\x45\xa9\x7f\x5a\xfc\xde\xe8\x6b\x6e\x9f\x53\x60\xbc\xf8\xec\ \x2b\x66\xfe\x75\x0f\x65\x3b\x2a\x0f\x52\xce\x28\x33\x81\x53\xd3\ \xea\xda\x82\x9b\xcd\x8d\x2d\xae\x11\x59\x5e\x73\xf5\x86\x5d\x27\ \xae\x2d\x84\xcd\x3b\x8e\x64\x8c\x99\xd0\x59\xb6\xbb\x52\x4b\xfb\ \xd5\xdd\xf7\x18\x7b\xe8\xdf\x36\x68\xde\xc4\xcc\x54\xb6\x78\xfd\ \xe6\x3d\xc9\xd3\xb2\x3b\xbb\x34\xe6\xa6\x8c\x51\x4e\xb9\x84\x65\ \x8c\xf4\xb2\xd3\x35\x2d\xf1\xe0\xe0\x06\xe7\x9c\x31\xca\x18\xe7\ \x8c\x31\xe0\x8c\x32\xeb\x74\x8c\x52\x46\xa9\xd3\x9d\x98\x95\x80\ \x9c\x49\x05\xd7\xcc\x2c\x34\x82\x41\xe2\x72\x33\x5d\xe7\x92\xac\ \xb8\xfc\x3e\xdc\xde\xda\xd1\xc5\x12\x3c\x8c\xea\x14\x14\x8f\xcb\ \x23\xc9\x88\x1a\x26\x63\x1c\x80\x53\x60\x4e\xaf\xd7\x2d\x61\x46\ \x0d\x46\x99\x00\x44\x4d\x13\x49\x1e\x9f\xdb\xc1\xa9\xc9\x04\xe5\ \x02\x4c\x93\x49\x58\x71\x7b\xdc\x98\x1a\x14\x4b\x34\x18\x30\x4c\ \x46\x90\x73\xfc\xe5\x13\xdf\x5b\xff\xc6\xf0\xfb\x26\xc7\x49\x1c\ \x31\x16\xe8\x08\x84\xba\x02\x82\x71\x6f\xfa\xd0\x89\x03\x7d\xef\ \x94\xc4\x5d\x36\x3a\x5b\xdf\x22\x68\x57\x48\xd7\x4d\xce\xa9\x1a\ \xec\xea\x6c\x57\xea\x4e\xef\x9f\xbf\xe4\x50\xf1\x95\x5f\xc9\x90\ \x0d\x9d\x52\x35\xd8\xd5\xd1\xd1\xda\x5a\x71\xf0\x8d\x25\xeb\xe3\ \xc7\xdf\x9d\xeb\x81\x43\x75\xcd\x6e\x77\xa1\x1b\x9b\xa6\x41\xed\ \x42\x14\x88\x5b\x72\x0a\x3d\xe2\x2a\x1c\x13\x8b\x03\xfa\xc8\xc4\ \x5b\x32\x6e\x9c\xf5\x78\x13\xd1\x29\x39\x51\x71\x08\xc4\x2c\xd2\ \xa5\x14\x18\x67\x8c\x32\x0a\x94\x9a\x82\x71\x35\xa4\xa6\x66\x4d\ \xf8\xc6\x37\x0b\x9e\xff\xfd\x2f\xdf\xde\x35\x66\x4e\x7a\x36\x69\ \x74\x8d\xbd\xf2\xea\x44\x62\x70\xc9\xe9\xe8\x3a\x61\x50\xca\x29\ \x65\x9c\xca\x92\xc2\x5a\x6b\xaa\x6b\xeb\x65\x2f\x72\xb8\x5d\x04\ \x9d\x31\x7c\xb0\x54\xdc\xc0\xd2\x90\x43\x1c\x61\x71\x8e\x96\x1a\ \x9c\x3f\xfd\x05\x2e\x04\xe2\x9c\x71\x14\x13\xe7\x2d\xdf\xfe\xee\ \x1f\x6a\x37\x50\x53\xa4\x14\xcd\xfd\xce\xb5\x33\x9c\x32\x99\x73\ \xe7\x1d\x0b\xde\x5c\xf9\xf8\xae\xe5\xb2\x2f\xfb\xde\x7b\x67\x39\ \x75\x2d\x77\xc4\x88\x84\x55\x27\x33\xf2\x87\x14\xe5\xb7\xc5\x7b\ \x9c\xae\xe1\xa3\x62\x84\x41\xb1\xe2\x52\x24\xce\x18\x12\xd8\xe5\ \x50\x28\x97\x06\x0d\x1d\xbb\xe6\xdd\xf5\x47\x67\x7c\xf7\xee\xdb\ \x2e\x7f\xf5\x9d\x67\xf7\x0a\xe1\xcd\x9c\x7c\xdf\xd4\xc1\xc9\xba\ \x3c\x76\xcf\x1b\x4f\xfc\xf2\x67\x58\x6f\xf7\x17\x5d\xe9\x88\xcd\ \xbb\xe3\xde\x39\xaf\x2e\x5b\xf8\x3f\x1b\x48\x30\xc0\x27\x8e\x4c\ \x60\x86\xc9\x4c\x0a\x52\xf2\xf4\xa9\xe3\x16\xbc\xfb\x6c\xe9\xd6\ \x81\xb7\xde\x3e\xcd\xe3\x76\x13\xe0\x40\x1c\x4e\x45\x62\x9c\x01\ \x96\x5d\x0e\x89\x31\xce\xb1\xe2\x50\x88\x70\x67\xdc\x72\xdf\xbc\ \x57\x16\x2d\xfc\xc5\x27\xc4\x93\x98\x7b\xd3\xbd\xf7\x14\xf8\xc1\ \x34\x4c\x57\x6c\x4a\x4e\x1a\x1c\x3a\x59\x35\x25\x7f\x30\x63\x14\ \x51\xae\x38\x14\xcc\x19\x63\x96\xf3\x81\x18\x62\x48\x72\xc8\x18\ \x51\x93\x31\xc6\x05\x20\x46\xa9\x40\xc4\xa1\x60\x46\x19\x03\xce\ \x05\x20\x4a\x19\x48\x4e\x45\x62\x94\x71\x82\x74\x95\x3a\x15\x0f\ \x61\x9a\x23\x79\xd4\x0f\xff\x77\x80\x3b\x2e\x56\xd5\x5b\x7d\x2e\ \x27\x0d\xa9\xa6\x29\xf9\x5d\x8a\x66\xc0\xf8\xeb\x1f\x1e\x64\x28\ \x09\x5c\xad\x91\xdd\x2e\xd4\x61\x50\x14\xeb\x71\x6c\x7a\xfb\xf9\ \x9a\x35\x0a\x05\x47\xe1\x55\xf7\xcc\xbb\x6a\x18\xd5\x3a\x7c\xf1\ \xde\x8f\x3f\x5a\xf4\xfb\x5d\x2e\xc6\x49\xf6\xd8\x3b\x1e\x98\x33\ \x81\xe8\x0d\xfb\x8f\xb5\x66\x8c\x1b\xec\x30\x75\x8d\xfe\x07\x4f\ \x48\x84\x25\x19\x91\xa6\x85\x38\xe7\x18\x63\xc6\xb8\xcb\xe5\x94\ \x24\x39\x5c\x21\xa2\x77\x1d\x3a\x61\x39\x0c\xdc\x6a\xce\x7d\x79\ \x21\xba\x70\xad\x00\xc6\x38\x72\xba\x9d\x48\x70\x90\x1c\x4e\x99\ \x30\xca\x38\x48\x1e\x8f\x9b\xb6\x97\x2e\x58\xf0\x56\x9d\xc1\xa9\ \x5c\x3c\xb7\x28\x7b\x44\x72\xf2\x65\x35\xf3\xff\xf6\xdb\x5f\x2a\ \x92\x77\xc2\x35\xb7\x5f\x5d\x24\x3b\x9d\x2e\x24\xb8\xae\x1a\xfe\ \xec\xe1\x93\x07\x6e\x7f\xf5\x89\xdf\xa6\x0e\xbe\xe2\xa1\x3b\x66\ \xc6\x28\xac\xdb\x15\x40\xbd\x12\x78\x22\xbc\x10\x11\x9f\x44\x17\ \x4a\x0f\xfa\x83\xdd\x7f\x5b\x77\xe0\x05\x97\xe3\x2c\x7a\xd0\x46\ \x70\x58\xee\xac\x7b\xae\xfc\x4b\xb7\x1e\xf4\xa1\x83\xfb\x8b\xc3\ \x7a\xd0\x8c\x53\x53\xd3\x34\xd3\xe4\x44\x71\x7a\x7d\x1e\xcc\x0c\ \x83\x0a\x49\x91\x98\x1e\xea\x0a\x1a\x4e\xaf\xcf\x25\x63\x6a\x52\ \x20\x98\x99\x14\x13\x09\x23\xc1\x18\x43\x44\x42\x42\x70\xce\x98\ \x00\x89\x10\xab\xea\x33\x91\x64\x09\x83\xa1\xaa\x42\x76\xba\x1d\ \x92\x16\xec\x0c\x19\xe0\xf5\xfb\x25\x60\x1c\x61\xa0\x7a\x57\x20\ \x24\xb0\xec\x76\x39\x31\xc6\xb2\x2c\x99\x6a\x57\x40\x35\x88\xe2\ \x72\x39\xac\x99\x21\x21\x00\x4b\x04\xd4\x60\x40\x67\xd8\xe5\x72\ \x20\xce\x11\x91\x90\x08\x9f\x45\x70\x46\xad\xd3\x71\x46\x39\x48\ \x92\x24\xcb\x12\xd5\x02\x5d\x21\x1d\x4b\x0e\x97\xd3\x61\xcd\x99\ \x12\x87\xb3\x79\xef\xb2\xbf\x2f\xaf\x7a\xf0\x7b\x5f\x1b\xe0\x15\ \x94\x0b\x4a\x19\x22\x84\x44\xdd\x1f\xc6\x4c\x81\x88\x84\x71\x14\ \x57\x32\xc6\x41\x92\x7a\x1e\x03\x22\x7c\x16\x82\x22\x25\x4e\x89\ \x24\x21\x84\x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\ \x96\x30\xb6\x26\xc8\x29\x65\x42\x70\xca\xb8\x24\x49\x82\x99\xba\ \xa6\x99\x1c\x29\x2e\xb7\xcf\xe3\xe4\xa6\xc1\x38\x70\x4e\x75\x4d\ \xa3\x4c\x48\x0e\xb7\xdf\xeb\xc6\x18\xaa\x77\x2d\xfd\xe7\xca\xba\ \x47\x7e\xf0\xcd\x5c\xc7\xe7\xcb\xfa\xf8\x3f\x4d\x0d\x04\x4b\xfb\ \x0f\xec\x5b\xb1\x62\xa5\x61\x18\x79\x79\xb9\x77\xdc\x7e\xbb\xd7\ \xeb\x23\x12\x09\x06\xba\xaa\x2a\x2b\xfa\xea\x41\x07\x02\x05\x45\ \x96\x1e\x34\x8f\x54\xfc\x12\xfc\xcc\x7a\x53\x00\x20\xb8\xc9\x38\ \x91\x24\xe0\x94\x0b\x2c\x11\x2c\x04\x63\x1c\x08\x06\x5d\x55\x0d\ \x2a\x1c\x6e\x9f\xdb\x81\x38\x10\x22\xcc\xae\xae\x00\x15\xd8\xe1\ \x72\x29\x04\x51\xca\xb0\x55\x73\x19\x63\x2c\x68\xa0\x2b\x28\x24\ \x87\xdb\xa9\xa0\xfe\x03\x8e\xe1\xd2\x11\x96\xd4\xbd\xaa\xaa\x17\ \x4c\x0f\x5a\x80\x90\x25\x97\xc7\x19\xe7\x54\xbc\xfd\x3b\x21\x58\ \x71\xc8\x9e\xa8\xd5\x13\x88\x33\x1e\x1e\x8c\x71\x01\x98\xb8\x5c\ \x1e\x97\x0b\x04\x70\x6a\x68\x56\x0d\x2f\x6a\x98\x08\x2b\x3e\xbf\ \x02\x42\x98\x56\x5e\x00\xe3\x44\x22\xd6\x84\x31\xc6\x04\x04\x17\ \x02\x10\x26\x72\xa4\xbc\x8f\x2c\x49\x56\xd9\x0e\xc9\xe9\x14\x5c\ \x18\x86\x49\x1c\x6e\x9f\x03\x80\x9b\x54\x00\x00\x47\x48\xf2\xfa\ \xfd\x91\x34\x15\x6e\x1a\x06\x92\x9c\x3e\xbf\x33\xb2\x25\x32\xa3\ \xcc\x40\x71\x79\x14\x00\xc1\x05\xb2\xe6\xa8\x30\x91\xac\xb3\x74\ \x9f\x0e\x13\x19\x43\xf8\x20\xc4\xe1\xf3\x3b\xa0\xa7\xaa\x08\x98\ \x9a\x96\x34\x74\xfa\xec\xaa\xd5\x4d\x2d\x81\x81\x3e\x8f\x10\x20\ \x49\x92\xe8\x3d\xcb\x85\x89\x8c\x7a\x6f\x41\xe1\x63\xf6\xde\xa9\ \x67\x0b\x96\x24\x64\x3d\x8b\xba\xd5\x68\x89\x24\x01\x08\x01\x92\ \x64\x9d\xbc\x3b\x65\x06\x59\x57\x43\x60\x22\xbb\xbc\xb2\x0b\x00\ \x04\x18\x9a\xde\x3d\x97\xee\xf2\x78\xad\x3b\x67\xe8\xba\x2c\xb3\ \xa6\x0e\x79\xfa\xdc\xb9\x39\x6e\x11\x99\x14\xff\x8f\x0e\x2e\x50\ \x61\x8e\x1c\x31\x42\xd3\xb4\x43\x87\x0e\xdf\x74\xd3\x4d\x5e\x9f\ \x97\x31\x8a\x39\xe2\x5c\xf4\xe9\x30\x56\xa0\x52\xf0\x7e\xf5\xa0\ \xcf\xa4\x86\xf0\x4d\x01\x1c\xbe\x5f\x80\x88\x44\x40\x08\xe1\xf4\ \x78\x9d\xd6\xa9\x29\x07\xe0\x1c\x21\x97\xd7\xd7\xdd\x2c\x25\x49\ \x0a\x87\x0f\x19\x63\x08\xbb\x7d\x3e\x10\x7d\xa7\x4c\x23\xba\x67\ \x91\x24\x68\x10\x08\x10\xb3\x3c\x99\x0b\x95\xef\xa8\x19\x81\xc9\ \x83\xef\x98\x58\x74\xeb\xd9\xc3\x1b\x02\x21\xac\x1b\xc1\x6e\x4a\ \x96\x64\xa9\xad\xb5\x35\x39\x39\xc5\xa4\xa6\x25\xbb\x0f\x42\x00\ \x60\x82\xcf\x58\x1f\x81\x7a\x55\xd8\x8a\x88\xe8\x41\xb4\x10\x6e\ \xf7\xbb\x9e\x37\xb8\x77\x51\xae\x33\x46\x62\x9f\xbd\x25\x72\x90\ \x7e\x0e\x7e\xc6\x9b\x33\xed\x64\xc8\x37\xed\xda\x5b\x28\xe5\x94\ \x83\x95\x79\x85\xe0\xcc\x47\x48\x7f\x27\x45\x9f\xb6\x53\x7f\xcb\ \x4f\xa3\x6a\x06\x7c\xca\xa1\x50\xbf\x7b\x00\x42\xc0\x98\x34\xe4\ \xb2\xab\x87\x13\xc4\x18\xc7\xf8\x3f\x5a\x80\xa3\xfb\x12\x09\x01\ \x93\x26\x4e\x1a\x37\x76\xac\xac\x28\x8c\x71\x84\x30\x26\x52\x6b\ \x4b\xb3\xd3\xe9\x8a\x6e\x9c\x8a\xa2\x04\x83\x41\x93\x9a\x04\x13\ \x86\x38\x70\x01\x08\x80\x8b\x48\x68\xa2\xdf\x09\x4b\x74\xb6\xd6\ \xdb\xcf\x3d\x42\xa8\xff\xbb\x8b\xfa\x69\x84\xd6\xb9\xc2\x69\x7e\ \x08\x01\x08\x49\x92\x5a\x5a\x5a\x9c\x91\x85\x5e\x17\x20\xbe\x80\ \x10\x91\x30\xf9\x0c\xa7\xa2\xbb\x9c\x26\x63\x59\x59\x39\x27\x4e\ \x1c\xa3\xa6\xe1\x8f\x89\x8b\xc4\x45\xfa\x94\xc5\xb9\xe4\x1f\x5c\ \x06\xa0\x4b\xe7\x87\xa0\xff\x1b\xd7\xfc\x9c\x5c\x87\x70\x41\x18\ \x04\x18\x10\x35\x55\x40\x20\x84\xa8\xad\xaa\x6a\x69\x69\x1a\x32\ \x6c\x44\xb7\xcb\xc0\x18\x8b\x8d\x89\x6d\x72\x34\x1c\x3d\x7c\x20\ \x2b\x2b\x87\x48\x72\x54\xf7\x13\xe7\xf1\x92\x46\xd9\xdc\xf3\x01\ \x09\x04\x75\xd5\x35\x4d\x4d\x0d\xd1\x36\x9f\xff\xb8\xe3\xbf\x40\ \x49\x42\x08\x7f\x4c\xcc\xe0\xc1\x43\x2a\x2b\x4e\xd7\xd5\xd5\xe2\ \x6e\xc2\x3b\xa3\x9d\xda\xb0\x71\x7e\xc7\x10\xbd\x38\x32\x6a\xe9\ \x81\xf0\xb8\xbd\xc5\x43\x87\x29\x8a\x12\x9d\x20\x24\x00\x06\x15\ \x14\xd6\x54\x57\x95\x95\x96\xf4\xac\x06\xee\xd3\x4b\x2f\x94\xcd\ \x42\xb8\xdd\x9e\xe2\xa1\xc3\x1d\x0e\xe7\x97\x2f\x2d\x73\x9e\xe6\ \x23\x18\x63\x6e\x8f\x67\xc8\xb0\x91\xd6\x4c\x90\xdd\x22\x6d\x5c\ \xe4\x7e\x84\x10\x9c\x31\xd6\x27\x6b\xd0\x1a\xe4\x67\x66\xe7\x64\ \xe7\xe6\xf5\x29\x60\x7d\x31\xd9\x7c\x49\xe9\x41\x0b\x21\x28\x35\ \xed\x16\x67\xe3\x52\x07\xfb\x0f\x28\x26\x6e\xeb\xbe\xda\xb0\x61\ \xc3\xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\ \xb0\x61\xf3\x82\x0d\x1b\x36\x6c\x5e\xb0\x61\xc3\x86\xcd\x0b\x36\ \x6c\xd8\xb0\x79\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x05\ \x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x8d\xff\xab\xbc\x80\x89\xec\x70\ \xc8\x08\x21\x22\xc9\x72\xa4\x2a\x86\x0d\x1b\x36\xfe\x4f\xe2\x2c\ \xeb\xa6\x10\x76\xba\xdd\x32\x0a\xaf\x4b\x17\xd4\x6c\x6f\xaa\x39\ \xdd\xc6\xb3\xb2\x12\x4a\x77\xad\xdb\x53\x0e\xb3\xae\x9f\x95\x40\ \xfe\xe3\x75\x84\x6d\xd8\xf8\xcf\xe1\x05\x84\x09\x0f\x35\x7d\xf4\ \xf6\x87\x65\x5d\x26\xa3\x94\x9a\x2c\x6b\xe4\x94\xc4\xaa\x55\x7f\ \x5a\xd6\xf8\xab\x27\x7e\x54\xb2\x6d\xd5\xbb\xfb\x13\xa6\xdc\x30\ \x27\x11\x18\x96\x64\x45\x22\x20\xb8\x69\x9a\x8c\x0b\x22\xc9\x61\ \x6d\x42\xce\x4c\xd3\x64\x02\x88\xb5\x03\x00\xa3\xa6\x49\x29\xc2\ \x92\x2c\x4b\x18\x21\x21\x38\xe3\x82\x10\x82\x04\x37\x0d\x83\x09\ \x00\x84\x65\x59\x26\x18\x45\xbe\x6a\xc3\x86\x8d\x8b\x8a\x17\x10\ \x16\x7a\xfb\xa6\xe5\x6f\x6e\x67\xe9\x05\x19\x31\x54\x35\xcc\xe4\ \xc1\x83\x06\x0e\x9d\x30\xb1\x3d\xc9\xe3\x2c\xc5\x92\xa2\xc8\x08\ \x80\x48\x92\xd6\x5e\x7f\xaa\xba\x49\x38\x63\xb2\x72\x32\x3d\x98\ \x75\x34\xd5\x34\xb4\x74\x98\x4c\x38\x7d\x09\xd9\x59\xc9\x84\xb3\ \xae\xa6\xaa\xda\xa6\x0e\x06\x52\x7c\x4a\x66\x7a\x82\x5b\x0f\xb6\ \x57\x9f\x6e\x0a\x6a\xa6\xe4\x8a\x89\xf7\x91\xb6\xe6\x56\xe6\x88\ \xc9\xce\xca\x70\x12\x41\x80\xd5\x97\x97\x35\x76\x1a\x71\x29\x99\ \x19\x49\x7e\x46\xa9\x7d\x6f\x6c\xd8\xb8\xe8\xc6\x11\x92\x22\x0d\ \x18\xff\xc0\x3f\x7f\x38\x47\x62\x26\xc2\xb0\xeb\xcd\x9f\x7d\xb2\ \x43\xbb\xfe\x8e\xd9\x96\x22\x23\x91\xe4\x40\xed\x8e\xa7\xff\xfe\ \xfc\xce\xd3\x6d\x82\x38\x26\x5e\xf3\xe0\xa3\xf7\x4c\xd9\xfa\xea\ \x9f\x9e\xf9\xa4\x94\x0b\x21\xc5\xe6\xdc\xf1\xf5\x1f\x3d\x30\x23\ \x6b\xc7\xb2\x57\x9f\x78\xeb\x10\x20\x1a\x93\x3f\xf1\xfb\x3f\xfd\ \x51\xfc\xb1\x95\x3f\xff\xcb\xd2\xd6\x10\x97\x7d\xc9\x39\xc9\x8e\ \x9a\xd3\xe5\x41\x29\xf9\x86\x87\xbf\xfb\xd5\xeb\x47\xec\x5f\xf9\ \xda\xb3\x8b\x3e\x6e\x0a\x50\x4f\x6a\xf1\x43\xdf\xfa\xe6\xe5\xc5\ \x09\xa6\xc1\xec\xdb\x63\xc3\xc6\x05\xc1\x59\xe3\x8e\xb2\xe2\xae\ \xde\xf8\xdc\x9d\x37\xdf\x78\xcd\x2d\x8f\xbc\xb2\xb6\xca\xe5\x96\ \x71\x8f\xb6\x2a\x22\xc8\xdc\xbd\xfc\xb5\xb5\xa7\xe5\x9b\x1e\xfe\ \xfa\x75\xc3\x62\xd7\xaf\x5c\xb2\xbb\x3c\x44\x3b\x9a\x5d\xc3\x6e\ \xfa\xe7\x3f\x7f\x3f\x2e\xbe\x65\xfd\x07\xeb\x9b\x98\x6b\xc8\xc4\ \xeb\xbf\xfe\xb5\x07\x6f\xb8\x62\x4c\x57\xc9\x8e\x4d\x87\x9a\xb8\ \xd1\xd6\x2a\x32\xbf\xf3\xcb\x3f\xdc\x3b\xc5\x5f\xde\xe8\xf9\xf1\ \x53\x4f\x5d\x97\xcb\x37\x6c\xdb\x5e\x5a\x7a\x62\xc9\xc2\xe5\x7c\ \xd0\x8c\xff\xfa\xe6\x9d\xfe\xfa\x3d\x8b\x57\x6f\xec\xe4\x0a\xb1\ \x63\x9b\x36\x6c\x5c\x5c\xfe\x02\x00\x63\xa6\x3f\x67\xf2\x2d\xd3\ \x0a\x18\xc7\x43\xf2\xfd\xe6\xde\xb0\xa0\x95\x10\x02\x88\x24\x61\ \xb3\xae\xaa\x43\xc6\xe4\xf0\xf6\xad\x1e\x39\x79\xc2\xb8\x14\x0f\ \x37\x9b\x30\xc2\xd8\x9d\x9a\x93\x9f\x95\x9c\x58\x1e\x50\x03\xed\ \xe5\xcb\x9f\x7a\x72\xb7\x99\x32\x3c\x55\x22\xb2\xc2\x34\x13\x39\ \x31\x46\x72\x5c\x4a\x46\x5c\x56\x96\x03\xd7\x79\x52\xf3\x06\xa5\ \xc5\x7c\xd2\x42\xdb\x5a\xea\x9b\x02\xc4\x6c\x29\xd9\xbc\x23\x26\ \x7d\xc4\x18\x5f\x4e\x3c\xa7\xdc\x96\x7c\xb4\x61\xe3\xe2\xe3\x05\ \x6a\xf8\x72\xc6\xdc\x7c\xeb\x6c\x89\x53\x21\xd8\xae\x1d\x5c\x08\ \x01\x08\xcb\x58\xea\x6a\xa9\x3c\x5e\xde\x99\x59\x90\x46\x8f\x34\ \x0c\x1c\x3b\x6d\x44\x8a\xc3\x04\x6f\x71\x8e\xfb\xa4\xc9\x04\xe1\ \x94\x52\xce\x05\x60\xa2\xb5\x97\xef\x39\xd2\x90\x7f\xd7\xed\x57\ \x0f\x50\x8f\x1f\x38\x42\xc3\xf5\x3e\x39\x63\x14\x38\x08\xc1\x29\ \xa5\x5c\x70\x2e\xc0\x1f\x97\x96\x11\x0f\x25\x4a\xc6\xe5\xb3\x27\ \x23\xcd\x88\xcf\x28\xf4\x4b\x26\xb3\x23\x0c\x36\x6c\x5c\x6c\xe3\ \x08\x4c\x24\xc4\x8c\x60\x48\x0b\x04\x82\x06\xe5\x08\x63\x8c\xc1\ \x44\xde\xb1\x53\x2e\xcf\x42\x75\x6b\xd6\xed\x1d\x76\xcb\x37\xee\ \x9a\x9a\xf8\xe1\xcb\x7f\x7e\xec\x17\xff\xbb\x78\xdd\x01\x83\xc8\ \x12\x21\x84\x20\x00\x40\x98\x20\xc1\xdd\xc9\x23\x6e\x9e\x37\xf6\ \xe8\xca\x97\x7f\xf5\xe4\xa2\x76\x47\x5a\x46\x82\x53\x08\x6c\xed\ \x81\x10\x22\x84\x00\x00\x42\x04\x71\xee\x4e\x2e\x7c\xe0\x9b\x0f\ \xa6\xb5\xef\xfc\xc3\x2f\x7e\xf6\x9b\xbf\xcf\x3f\x58\xdd\x25\x49\ \xd8\x76\x17\x6c\xd8\xb8\x50\x38\x4b\x1d\x3a\xc1\x42\x81\x00\x97\ \xdc\x5e\x97\x02\x20\x00\x01\xd3\x43\x01\x4d\x78\xbc\x1e\xa7\x8c\ \x82\x5d\x5d\x0c\x3b\x7c\x5e\x37\x50\xb5\xa3\x33\xc4\x00\xc9\x0e\ \xa7\xcb\x21\x1b\xc1\x2e\x1d\x14\x9f\x47\xd1\x43\x41\x53\x10\xaf\ \xcf\x2b\x71\xbd\xa3\x33\x68\x32\x21\x29\x0e\x97\xcb\x85\x99\xda\ \xa5\x32\x8f\xd7\x03\x54\x0b\x69\xdc\xe3\xf3\x70\x35\xa0\x72\xe2\ \xf1\x7a\x5c\x32\x0e\x75\x75\x06\x75\x13\x13\xc9\xe9\x72\xc9\xc4\ \x4e\xc4\xb4\x61\xe3\xdc\xe0\xdc\xd5\xa1\x43\x92\x37\x36\x01\x09\ \xc6\xac\x0a\x7c\x02\x24\xa7\x37\xc1\x85\x18\x63\x94\x81\xdb\x17\ \x23\x04\x67\xd4\x44\x58\x89\x89\x73\x20\x04\x82\x0b\xc6\xb9\xcb\ \x1f\xeb\x06\xc1\x18\x77\x7b\x63\x10\x12\x8c\x31\x8e\x94\x98\x38\ \x87\xa5\xa7\xcd\x39\x13\xc4\x93\xe0\x44\x8c\x33\x90\x3c\x71\x2e\ \xc4\x19\x03\x6f\x8c\x13\x09\xce\xb8\x61\x0a\xc5\xe3\x73\x78\x11\ \x08\xc1\x39\x13\x76\x02\x83\x0d\x1b\x17\x5f\x7c\x41\xf0\xde\xe3\ \x7b\xc1\x39\xed\xf6\x25\x22\xec\x22\x7a\x4b\xd5\x77\x17\xc6\xeb\ \xde\x6c\xd5\x8f\x8c\xde\x85\xb2\xc8\xe1\xfb\x7c\x07\x04\x67\xf6\ \xc4\xa4\x0d\x1b\x17\x77\x7c\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\ \xe3\x3f\xa0\xc3\x63\x2c\xcb\xf2\x67\xd6\x2b\x96\xce\xb3\x4d\xf6\ \x8d\xb1\x71\x29\x00\x01\x88\x3e\x45\xe8\x7a\xfe\x86\xfa\xab\x86\ \x7e\x71\xdb\x6c\x81\x48\x52\x45\xc5\xe9\xaa\x8a\x8a\x8c\xcc\x4c\ \xbf\x3f\xe6\xc2\xf3\x02\x42\x88\x73\xde\xd9\xd9\x69\x2f\x7c\xb0\ \x71\x29\x40\xc8\xb2\xe2\xf6\x78\x10\x42\x7d\x0a\x34\x23\x8c\x75\ \x4d\x53\xd5\xd0\xc5\x56\x65\x55\x80\x50\x64\xd9\xed\xf1\x9e\x69\ \x73\x37\x18\xa5\x19\x19\x99\x69\x69\x19\xba\xae\xab\xa1\x20\x91\ \xc8\x85\xe4\x05\x84\x10\x63\xac\xb9\xb9\xd1\xe5\xf2\xb8\x3d\x1e\ \xbb\xd1\xd9\xb8\xf8\x11\x0c\x04\x42\x6a\x30\x31\x31\xb9\xb7\xc3\ \x8b\x3a\x3a\x3a\x74\x4d\xf5\xfb\x63\xd0\x45\xe6\xfc\x0a\x01\xaa\ \x1a\x6c\x6a\x6a\x4c\x4a\x4a\xfe\x14\x7f\xa1\xb2\xe2\x74\x65\x45\ \x45\x7a\x46\x66\x4c\xcc\x39\xf7\x17\x84\x40\x0e\x07\x56\x1c\x70\ \xb6\xe9\x44\x84\x04\x35\xb9\xaa\x42\xd8\xdd\x42\xed\x6d\xad\x5e\ \xaf\x2f\x25\x35\xdd\x6e\x70\x36\x2e\x09\xc4\x27\x24\x56\x57\x56\ \x74\x76\x74\xc4\xc6\xc5\x59\xce\x39\x42\x48\xd7\xf5\x50\xb0\x2b\ \x3b\x37\x5f\x51\x1c\x17\xa5\xd5\x89\x35\xd5\x95\x1d\xed\x6d\x71\ \xf1\x09\xfd\x0e\x28\x18\xa5\xe9\x19\x59\x69\xe9\x99\xba\xa6\x85\ \xce\xb9\xbf\x80\x5d\xee\xb6\xd5\xab\x3a\x3e\x59\x4b\x9c\xae\x7e\ \x77\xe0\xba\xe6\x1e\x3a\x3c\xe9\xce\xfb\xb8\xa6\x01\x00\x42\xa0\ \xaa\x6a\x5a\x46\x96\x10\x60\xd5\x0a\xff\x14\x57\xe7\xcb\xc6\x2f\ \x04\xe7\xff\x6e\x07\x0f\x61\x8c\xce\xd9\x79\x30\xc6\x70\x3e\x8c\ \xb6\xf1\xe9\x4f\x3a\x61\x85\x0c\xac\x7f\x85\x10\x18\xe3\xd8\xb8\ \xb8\xba\xda\x9a\xb8\xf8\xf8\x6e\xb7\x57\xd7\x74\xc5\xe1\x52\x14\ \x47\x77\xeb\x15\x91\x36\x7d\xfe\x23\x0e\xfd\xdb\x1c\x1b\x57\x5b\ \x5d\x15\x9f\x90\xf8\xe9\xf1\x85\x7f\x8b\xbf\x80\x64\x59\xaf\x38\ \xdd\xf9\xf1\x5a\xe2\xf3\xf7\xcf\x0b\xa1\x00\x60\x8c\x24\x19\x40\ \xeb\x1e\xfc\x20\x04\x42\xf0\xe8\x6e\x85\x10\x12\x02\x08\x46\xec\ \x5c\x24\x32\x11\x0c\x1d\xad\x4d\x5c\x8e\x8d\xf1\x48\x00\x08\x23\ \x6c\x2d\xc7\xe0\xbc\xef\xb1\x25\x49\x02\x10\x94\xb2\x33\xaf\x1a\ \x02\x60\x94\x8a\x4f\x1b\x13\x61\xa6\xb6\x54\x36\x06\x53\x33\x33\ \xdd\xb8\xa7\x3b\x63\x8c\x31\xc2\x80\x84\xe0\x82\x7f\xee\x5e\x8e\ \xb1\xe8\x68\x6e\x16\x0e\x7f\x8c\x47\x61\x9f\x1a\x31\xb2\xf1\x6f\ \x1a\xe1\x9e\xd9\xd9\xba\xff\x05\xe8\xfb\xf4\xea\x43\x07\xd1\x9d\ \xb3\xf7\x17\x01\x00\x10\x20\x4c\xb0\xe0\xec\x0b\x73\x3e\x42\x98\ \x10\xc4\x68\x2f\x99\xa2\x4f\xb1\x59\x08\x01\x08\xf1\xb3\xf7\x25\ \x46\x69\x7a\x5a\x46\x4a\x4a\x9a\x69\x18\xaa\x1a\xfa\x14\x7f\x01\ \x7f\x31\xa6\x42\xb2\x8c\x3d\x1e\xec\x76\x9f\xe5\xe5\xc1\x8e\x5e\ \xa3\x0c\xc1\x22\xd6\x0a\xa1\x07\x3a\x43\x3a\x27\x18\x09\x21\x04\ \x33\x3a\x3b\xba\x28\xfb\xb2\x8b\x27\x31\x91\x58\xdb\xc9\x97\xfe\ \xf9\xca\xf1\x56\x8a\x31\x01\xaa\x36\xd6\xd7\xd4\x36\x34\xab\x0c\ \x13\x29\x7a\xc5\x36\x92\x08\xdf\xfa\xd6\x73\x6f\xad\x3b\x1a\x5e\ \xcb\xd1\x4d\x16\x84\x9c\xde\xfe\xf6\x3f\x16\xae\x53\x11\xf9\x94\ \xb5\x19\x98\xe0\x40\xd5\xce\x67\x5f\x5b\xde\xc4\x7a\x66\x57\x88\ \x24\x61\xae\x37\x37\xd4\xd6\xd4\x36\xb4\x07\x54\x0e\x9f\xf3\xd9\ \x81\x30\x96\x6a\xf7\xac\x7c\xe6\xf5\x75\x2a\xc6\xf6\x82\x90\x0b\ \xe2\x26\x74\x03\x21\x84\x31\xee\xb5\x49\x08\xce\x7b\xdd\x4c\x01\ \x42\x70\xde\xe7\x8b\x9c\x73\xce\x79\xb8\x5b\xf6\x90\x02\x08\x6e\ \x76\x76\x74\x19\x5f\xb4\x6d\x23\x8c\x69\xa0\xe9\xd8\xf1\x72\x8d\ \xf7\xa2\x82\xb3\x9d\x3a\x7c\x76\x01\x9c\x73\xf8\x94\x73\x5a\x19\ \xc5\x9f\xf5\x10\x3a\x4f\xf3\x11\x5c\x08\x10\x02\x04\x60\x82\x77\ \xbc\xf8\x3f\xaf\xd5\xe7\xfe\xea\xe7\xdf\xc8\xf2\x10\xb5\x6e\xdf\ \xef\xff\xf0\xfe\x4d\xff\xfd\xd8\xd8\x2c\xa5\x7b\x67\x6a\x9a\x88\ \xf4\xb3\x42\x42\x30\x4a\xb9\x20\x44\xee\xee\x90\x8c\x9a\x5c\x00\ \x02\x84\x91\xd8\xbd\x7a\x45\xb3\x6f\xf0\xf0\x1c\x4f\x5b\xd9\xf6\ \x57\xe6\xbf\x5d\x15\x02\xc2\x29\xf1\xe7\xdc\xf6\xd0\xc3\x63\xb2\ \x3c\x4c\xe0\xee\x03\xc6\x67\xe6\x71\xbf\x8f\x0b\xc0\x52\x94\x80\ \xad\xe0\xae\xb8\x8c\x01\xd9\x6e\x2c\x00\x4b\x12\x86\xa8\x53\x00\ \x96\xa3\x98\x95\x51\x3d\xa4\x19\x5c\x40\xf8\x17\x49\xb2\x5a\x73\ \xe0\x95\x97\xdf\x38\xd9\xc2\x14\x49\x78\x32\x86\x3f\xf8\xd5\xfb\ \x72\x3c\x91\x03\x73\x46\x99\x90\xe4\xf0\x75\xe6\xd4\xe4\x80\xa5\ \xa8\xa3\x15\x8c\x1b\xcf\xd6\xbe\xba\xe1\xf8\x94\xab\x0b\x7d\x8c\ \x72\x9b\x1c\x2e\x00\x3b\x00\x48\x92\xd4\xde\xde\x5e\x53\x53\x33\ \x74\xe8\x50\xce\x58\xf4\x13\x18\xf5\xde\xd5\xf2\x79\x7b\x45\xd6\ \xac\xb6\xdd\xa7\xf7\x11\xd9\x6c\xde\xff\xbf\xbf\x7d\xef\xc6\x1f\ \xfe\x74\x52\xb6\x12\xd5\x13\x28\x65\x70\xd6\xf6\xc0\x99\xc9\x84\ \x1c\xf9\x6b\xd3\xa9\x2d\xcf\xbd\xd3\xfc\xb3\xdf\x7c\xd5\x83\x81\ \x9a\xa6\xe8\xdd\xdd\x7b\x5c\x15\x6b\x7b\x2f\xaf\xe1\xcb\x5e\x93\ \xf3\xc2\x0b\x08\x59\xae\x75\xd8\x39\x93\xa4\xd6\x23\x1b\x5f\x78\ \x35\xeb\xbf\xbf\x79\x9d\x0c\x8c\x51\x86\x65\x29\x50\xb2\xed\xd5\ \x25\xab\xeb\x54\x3c\x78\xea\xbc\xdb\x67\x8d\x6a\x3e\xb6\x76\xe1\ \xb2\xad\x5d\x26\xf7\xa6\x0e\xcc\x8f\xa1\x27\x4e\x95\xb0\x98\xa2\ \x3b\xee\xba\x79\x40\x92\x2b\x58\x73\x70\xf1\xd2\x55\xa7\x9b\x8d\ \x81\x13\xe6\xdc\x32\x67\xbc\x13\x0c\x8e\x24\xd0\x2a\xb7\x1c\x69\ \x1a\x73\xe7\x37\x3d\x5d\x65\xff\xf8\xcb\x8b\x78\xf2\x3d\x3f\xbd\ \x6e\xbc\x8b\x05\x36\x2f\x7a\xea\xa5\xa7\x5e\x4c\xfd\xdf\xef\x79\ \x6a\x36\x2f\x58\xb4\xae\x21\x88\x47\x5f\x75\x5d\x4e\xb0\xad\x4d\ \xe8\x04\x43\xdd\xe1\xf5\x8b\x57\x6e\x6a\x09\x31\x77\x5a\xf1\x9d\ \xf7\xdc\xa6\xe8\x9d\xb5\xad\x42\x12\x81\x8f\x97\x2e\xdc\x78\xa8\ \x9e\x09\x92\x37\x6e\xce\x6d\x57\x8f\x77\x75\x96\x2e\x5e\xbc\xf4\ \x50\x55\x30\x7e\xc0\xb8\x7b\xee\x9e\x87\x11\x26\x18\x81\x08\x6b\ \x51\x60\xbd\x66\xfe\xd3\x2f\x54\xa6\xce\xfe\xc9\xb7\x2e\xf7\x11\ \xa3\xbd\x3d\x14\xef\xd0\xf7\x2e\x7f\xe3\xbd\xbd\x65\xe0\xcb\xb8\ \xe6\xd6\x3b\x47\x67\x29\x7b\x56\x2f\xfa\x70\xeb\x09\xf0\x67\xdd\ \x78\xdf\x3d\xc5\x89\xb0\xfb\x83\x25\x1f\xec\x2c\x01\x5f\xce\x75\ \xb7\xdd\x3a\x22\x73\xc8\xf4\x22\xdf\x86\x4d\x07\x66\x17\x4d\x47\ \xc2\x16\xb6\xbc\x00\x83\x09\x8c\x51\x73\x73\xf3\xc2\x85\x0b\x4f\ \x9e\x3c\x79\xfb\x6d\xb7\x4d\xbd\xec\x32\x11\x21\x81\x3e\xcf\x55\ \x11\x89\x04\xf5\x8c\x23\x22\x7d\xb1\x5f\x4f\x84\x31\x4e\x64\xdc\ \x74\x62\xe3\xc2\x25\x1f\xb7\x9b\x5c\x89\xcd\xbb\xf1\xae\x3b\x06\ \x27\xb2\xdd\x1f\xbc\xf9\xe1\x8e\x12\xe1\xcb\xbb\xed\x9e\xdb\x0a\ \x93\xd0\xae\x95\x4b\x56\xef\x3a\x89\xe2\xf2\xae\xbf\xfd\xae\x21\ \x09\xa1\x75\x6f\xbe\xb9\xe9\x68\x83\x3b\x73\xd4\xcc\xa1\x0a\xad\ \xdc\xfa\x97\xc7\xeb\xd2\x87\x5d\x71\xff\x75\x53\x3d\x98\xf5\x19\ \xa1\x5a\xe7\xb5\xd6\x1f\x09\x21\xac\xff\x71\x7e\x0e\x9e\x2e\xe7\ \x63\xae\x05\x41\x84\x65\x41\x00\x70\x8d\x2a\x97\xdd\x78\xef\xc0\ \xe0\xe6\xe7\x97\xef\x17\x0e\x27\xc6\xc0\x19\x73\x25\x0f\x98\x73\ \xdb\xbd\xf7\x5c\x3b\x72\xf7\xca\xd7\x77\xd4\x9b\xcd\xa7\xb6\x96\ \x18\x49\xb7\xde\x71\xa3\xa3\xe2\x93\x55\x87\xd9\x75\xb7\xdc\x9a\ \xd4\xbc\xe5\x8d\xd5\x7b\x99\xd6\xf8\xfa\x0b\xaf\x86\x32\xa7\x3e\ \x78\xd7\x95\x65\xab\x5f\x5b\xb9\xbb\x8a\xc8\x12\x22\x48\x6f\x38\ \xdd\xac\xb9\x06\xe7\xf8\xeb\x8f\xac\x3d\xe2\x18\x70\xeb\x2d\x97\ \x27\xfa\x1c\xae\xd8\xe4\xd9\xf7\xde\x15\xa3\x9e\xd8\x7a\xbc\xb3\ \xb5\x74\xdb\x81\x36\xf7\x75\x77\xdc\x36\xa9\x30\xb5\xf6\xe8\xee\ \xe3\xb5\x9d\x6a\xf3\x81\xa7\xfe\xb9\xd8\x55\x7c\xd5\x5d\x37\x4e\ \xae\xdb\xbf\xa3\xb4\xc5\x0c\x34\x9e\xda\x75\xac\x9a\xd1\xd6\xed\ \xdb\x77\x27\x4d\xb8\xfa\xd6\xb9\x23\x0f\x2e\x7f\x6d\xed\xc1\x46\ \xec\x4f\x99\x30\xeb\xe6\x87\xee\xbf\x91\x1f\xfd\x70\xf1\xfa\x72\ \xd9\x81\xa1\x9b\xe3\x64\xd2\x76\x6c\xdb\x91\x56\xc7\xdd\x0f\xcc\ \x4b\x8b\x77\xbb\xbc\xb1\x19\xd9\x19\x0e\xc0\xd9\xa3\xa6\xdd\xf7\ \xf0\x43\xe3\xe2\x1a\x17\x2e\x5f\xdf\x58\x7e\xe8\x8d\x37\x36\x8f\ \xb8\xf6\xde\xbb\xe6\x4d\x4f\xf3\xcb\x65\x1b\xde\x7c\x7d\x63\xf3\ \xbc\x3b\x1f\x98\x1c\x5f\xf7\xd2\x4b\xcb\xda\x19\xca\x2f\x4a\xeb\ \xa8\x3b\xde\xca\x01\xa3\xb0\x5b\x65\xbf\xce\xef\x0b\x2a\x2b\x2b\ \x63\x63\x63\xa6\x4c\x99\xd2\xd0\xd8\xd8\xd9\xd9\x89\x10\x08\xeb\ \xbf\x3e\x1d\x3e\x42\x01\xc2\x72\x1d\xc2\x9f\xcf\xfa\x42\x08\x49\ \x12\x54\x1d\xde\x7e\xd4\x4c\xbb\xf5\xae\x5b\xb3\xd4\x7d\x0b\x16\ \xaf\x69\xaa\x3b\xf4\xf2\x5b\xbb\x46\x5e\x77\xef\x3d\xd7\x4f\x4b\ \x89\x91\x4f\xae\x7b\xe3\xcd\xed\x2d\xd7\xde\xf3\xd0\x58\x7f\xcd\ \x8b\xaf\xbd\xdb\xd6\xd1\xba\x7d\xd3\xfe\xdc\x29\xd7\xdc\x70\xd5\ \x44\x3f\x36\x49\x72\xd1\x0d\x77\xde\x7f\xe3\xd4\x21\x0a\x50\xce\ \x79\xbf\xc6\x47\xbd\x81\x7e\x6c\xbe\x78\xfd\x05\x00\x1e\x06\xc3\ \x04\x38\x33\xa9\x33\xe3\xae\x07\xef\xfa\xed\x6f\x5f\x5f\xe9\xbc\ \x52\x56\x64\x10\xb4\xb5\xfe\xe4\xda\x55\x5b\xdb\xd5\x50\x5b\x40\ \x6b\x6d\x0d\xf9\x91\x1c\x9f\x9a\x59\x58\x34\x82\x8f\x1c\xdc\x50\ \x9d\x36\xa4\x78\x84\x98\x5c\xf8\x42\x69\x53\x73\x15\x2e\x3d\x55\ \x89\xa5\xad\x6f\x97\xb1\x4e\x55\xeb\x68\x6b\x34\x45\x86\x10\x22\ \xd4\x19\xe4\xe0\x76\x62\x08\x05\x3b\x24\x9f\x57\x46\x40\x75\xdd\ \x14\xb2\x4b\x76\xbb\x65\x25\xd0\x11\x64\x82\x24\xa6\x65\x0e\x19\ \x52\xe8\x01\x95\x60\xc9\x25\x43\xc5\xe1\xad\x6d\xe9\x93\xfe\xfb\ \xba\x49\xb1\xa1\x92\x64\xff\x27\x9c\x53\xc0\x92\x43\xc6\x8c\x31\ \xa2\xf8\x73\x07\x15\x0e\x1b\x34\x6c\xea\x27\x6b\x6b\xea\xea\xb4\ \xfc\xd8\x5d\xeb\xdf\x2f\x69\xd5\xea\x5b\xd4\xf4\x96\x36\x73\x20\ \x02\x21\x38\x13\x8c\x31\x8e\x21\xd4\x19\x54\xb0\xdb\x2b\x73\x53\ \xd3\xa9\x00\x40\x58\x12\xa1\x53\x87\xb7\x6d\x39\x5c\x1b\x6c\x6d\ \xec\x50\xda\x99\x67\x4c\xf1\x40\xdf\xd6\x8f\xd6\xf8\xae\x99\x9b\ \xe3\x30\x3f\xde\x7d\xa2\xa5\x99\xaf\x5b\xf1\xb6\xde\xd1\x66\x74\ \x79\x3a\x34\xe1\xf4\x78\xa9\x59\x1f\xd0\x78\x3c\x61\xcc\x0e\x3e\ \x9e\x77\x30\x06\x23\x47\x8e\x18\x33\x66\x8c\xf5\x51\xd7\x35\x4a\ \xa9\x8c\x10\xe7\x4c\x44\x8f\xd5\x11\x12\x22\xbc\x54\x50\x08\x26\ \x22\x3d\x50\x00\x08\xc1\x11\xf4\x19\x70\x60\xc6\xb8\x08\xaf\x3f\ \x44\xf1\xe9\xb9\x83\x0b\x87\x26\xcd\x19\xbf\x6b\x45\x79\xc8\x39\ \x6a\xf4\x20\x79\xcb\x9a\xb5\xbe\x39\xd7\xe4\x3a\xd4\xb5\x47\x8f\ \x34\x34\xcb\x6b\xdf\x7d\x5b\xef\x68\x0b\xf0\xae\x8e\x4e\x55\x76\ \xc7\x0f\x2c\x2c\x2e\xc8\xf3\x57\x37\x32\xe4\xf0\x67\x64\xe5\xa4\ \x2b\x86\x4e\xcf\xc8\x08\xb4\xe6\x22\xba\x83\x9c\x00\x9c\x23\xfe\ \x39\x62\x07\x17\x11\x2f\x08\x2e\x40\x70\xce\x10\x27\xc0\x05\x50\ \x2d\x24\x25\x4e\xb9\xef\xe6\x23\x7f\x7c\x71\x51\x87\x5c\x20\x07\ \x2a\x17\xbd\x3c\x9f\x4e\x78\xe8\xfe\x71\xee\x97\x9e\x5c\x40\x0d\ \x53\x08\xc1\x99\xa9\x5b\x77\xc0\x08\x99\xc0\x29\xc3\xc0\x18\x17\ \x5c\xc8\xf1\x97\x5d\x73\xcb\xe8\x64\x59\x20\xc9\xe9\x72\x19\xa1\ \x10\x92\x9d\x44\x91\x40\xa8\xaa\x6e\xa4\xa5\x17\x91\xca\x35\x27\ \xaa\x3a\x32\x06\x78\x31\x90\x96\x43\xfb\xea\x02\xec\xb2\x9c\x18\ \x7a\x98\x72\x46\x75\x83\xb9\xc0\xe4\x56\xc8\x46\x00\x35\xa9\x69\ \x02\x70\x6b\xe1\x27\xe7\x4c\x00\x08\xce\x38\x00\xa7\x86\x0e\x94\ \x0b\x99\x28\x10\xda\xb8\x7c\xc9\xc6\xa6\x82\xef\x3d\x38\x6b\xef\ \xab\x4f\x94\x50\x9d\x99\x94\x03\x20\x10\x9c\x31\xca\x4d\x7f\x66\ \x06\xd3\xb7\x1e\x38\xd1\x92\x3f\x22\x16\x0c\x8e\x15\x47\xc3\x96\ \xb7\x5e\x7b\xff\xd8\x3d\xdf\xff\x2f\x6f\xc9\x87\xcf\x6f\x08\x9a\ \x9e\xec\x87\x1f\xfb\xe9\x81\xcd\x1f\x2d\x7c\xfa\x8f\xa7\xef\x7e\ \x34\x41\xc2\xc9\x03\xc7\xdd\x71\xef\x14\x61\x32\x59\x76\x78\x25\ \xda\x14\x08\x60\x4c\x24\xc4\x29\xb3\x27\x25\x2e\xcc\x50\x42\xd3\ \xb4\x9e\xbe\xd6\x3d\xf2\x15\xd0\x27\xb6\x2f\x00\xac\xc6\xc3\x18\ \x17\xa2\xe7\xd1\x2c\x84\x40\x61\x77\xbe\xc7\x13\xe7\x9c\x87\x57\ \x09\x73\xc1\x99\xa9\x73\x30\x18\x01\x6a\x32\x57\xe6\x23\x3f\xfe\ \xf9\x81\x4d\xab\xe7\x3f\xf3\xdb\xaa\x7b\xbe\xee\x21\x52\x52\xe1\ \xe4\x3b\xef\x1c\x2f\x28\x53\x3c\x7e\x77\xe0\x94\xc1\xb8\x69\xe8\ \x02\x18\xe3\x9c\x52\x2a\x04\x00\xf0\x33\x56\x1b\xf7\x10\x51\x37\ \x3f\x20\x24\x04\x17\x42\x7c\x6a\xdc\xf1\xa2\xf3\x17\x04\x17\x1c\ \x61\x2e\x0c\x4d\xd5\x74\x43\xa7\x7a\xc6\x98\xab\xaf\xdb\xbb\xed\ \x7f\xd6\xb5\x31\x81\xdd\x1e\xb9\xb2\xbe\xb2\xb4\xcc\xd5\x1a\xd0\ \xb9\x60\xa6\x16\x52\x55\x9d\x01\x18\x9a\xaa\x6a\x06\x13\xcc\xd4\ \xd5\x60\x57\xd0\x91\x5e\x30\xa2\xd0\xb3\x66\xf9\x4a\x31\x3e\x8f\ \x61\xf7\xd0\x51\x63\x53\x09\xa5\xdc\x50\xe2\x53\x3d\x52\xf0\x54\ \x75\x7b\x71\xc1\xa4\x9b\xc6\xef\x5d\xf2\xb7\x3f\x55\x4d\x1b\xeb\ \x67\xcd\x3b\x36\x6c\xcb\x99\x7a\xe7\x84\x74\xe5\xf0\x4e\x35\xa8\ \x6a\x94\x31\x06\xcc\x50\xd5\x40\xd0\xc8\x9c\x34\x21\x7d\xf1\xb3\ \xaf\xbc\x16\x33\xd4\xd7\x54\xd6\xae\x8f\x17\xdc\x34\xb4\x90\xaa\ \x33\x6a\xaa\xa1\x90\x6e\x50\xa0\x58\x53\x43\xaa\xc1\x1d\x6e\x2f\ \x0d\x34\x95\x95\x94\xd6\xb5\x06\xcc\x24\x2e\x3b\xfd\xbc\xa6\x74\ \xdf\x91\x8a\xcc\x61\x89\x26\x0d\x39\xd2\x46\xcf\x9b\xb2\xe3\xf5\ \x67\xfe\xd8\x32\x6d\x62\x8a\x8b\x76\x52\x4f\x41\xb2\xc7\x8d\xf5\ \xaa\xd2\x52\x4f\x6d\x93\x21\xbc\x6a\xe3\xe9\xf5\x47\x0e\x91\xb8\ \xd8\x78\x1f\x34\x34\x9a\x57\x5d\x36\xfa\xa3\x17\x37\xbe\xf7\xb1\ \x9c\xed\xe2\xde\x9c\x21\xe3\x12\x62\x6b\x4b\xeb\xdd\xb1\xc3\x62\ \x90\x61\x55\xd2\xb0\x71\xfe\x21\xcb\xb2\x2c\xcb\x11\x7f\x41\x17\ \x9c\x73\x4c\xac\x39\x67\x14\xdd\xfd\xba\xe7\x00\x18\xb7\xba\x60\ \x4f\x78\x12\xf5\xf5\x17\xa8\x69\x84\x42\xaa\x49\x99\xd0\xb5\x90\ \xa6\x33\x06\xa6\xa1\xea\xba\x19\x6c\x29\x5f\xb3\xef\x90\x2b\x2e\ \x36\xc9\x6b\xd4\x75\x88\xdb\xc6\x4e\x58\xff\xea\xba\xf7\x37\x88\ \x74\x27\x4a\xc8\x1f\x3e\x3c\x5e\xa8\xc1\x90\x69\x52\xd3\xa4\x9e\ \xb8\x14\x5f\xdb\x9a\xe5\x6f\x2f\xc9\xcf\xc8\x1d\x3b\xaa\xd0\x2d\ \xf7\x37\x44\x08\xe7\x30\x00\x02\xc4\x11\x16\x82\x09\x7e\x0e\xe2\ \x8e\xe4\xb1\xc7\x7e\xf2\x2f\xc7\x24\x14\x47\x60\xef\xae\xd0\xa1\ \xfd\xf8\x2c\x59\x5f\xc2\x34\x1d\x39\x79\x31\x97\xcf\x14\xa6\x01\ \x00\x18\xe3\xc6\x86\xfa\xc4\xa4\x14\x81\x40\x70\x41\x4d\x1a\x93\ \x9e\x9b\x95\xec\x36\x19\x49\xcf\x1b\x10\xe7\xf4\xe6\x16\x0f\x1d\ \x56\x94\xd5\x76\xfa\xd8\xc9\xca\xd6\xd4\xc2\xe1\xe3\x86\x0d\x74\ \x11\xe6\x8c\xcd\xcc\x4d\x4f\x14\x86\xee\x88\x4f\xcf\xcb\x4a\x60\ \xa6\xa9\xf8\x53\xf2\xb3\xf3\x86\x0c\x19\x84\xda\xab\x4e\x9d\xae\ \xd1\xa5\x98\xfc\xbc\x2c\x8f\x0c\x8c\x32\xec\x8e\xd5\xcb\x76\xef\ \xae\x96\xc7\x8e\x1a\x34\x70\xe8\xf0\x0c\xb7\x71\xba\xec\x74\x4b\ \x10\x0d\x9b\x71\xd3\x8d\x57\x8e\x94\xa8\x6e\x52\xea\x8c\xcd\xc8\ \xcf\x48\x44\x9c\x52\xca\x7c\x29\x59\xf9\x03\x07\x0d\x19\x94\xd6\ \x5c\x51\xda\x12\x08\xd4\xd4\x07\x8a\x27\x4d\xcb\xf1\x72\xec\x4d\ \x1e\x90\x19\x2f\xb8\x94\x91\x9b\x9f\xe0\x24\x86\xc9\x63\xd2\x0b\ \xc6\x8e\x18\xee\xe8\xac\x3a\x7c\xe2\x34\x24\xe6\x8f\x1f\x3b\x22\ \x3b\x33\x23\x51\x0e\x76\x4a\xf1\x79\xa9\x71\x82\x31\xc6\x49\x6e\ \xf1\xc8\x01\xb1\xac\xb2\xbc\xb2\xb1\x35\xe0\x88\x4d\x19\x3a\x7e\ \xca\xa0\x38\x7e\xec\xd0\xd1\x56\xc3\x39\x62\xe2\xa4\x41\x49\xa4\ \xe4\xd0\xde\xa3\x65\x0d\x49\x83\x2f\x9b\x77\xf9\x90\xc4\xf4\x81\ \x83\x52\x95\xd3\x27\x4f\xd6\xb7\x86\x62\xb3\x0b\xf3\x3c\x6d\xef\ \x2c\xfb\x24\xfb\xf2\x79\xc3\x92\x1d\x06\xe5\xc2\xc6\xf9\x84\x55\ \x50\x0d\xe1\x93\xa7\x4e\xee\xda\xb5\xbb\xec\xf4\xe9\xb2\xb2\xd3\ \x09\x09\xf1\x8a\xac\x20\x8c\x74\x5d\xef\xec\x68\x4f\x4a\x4e\xb6\ \x3c\x73\x8c\x71\x30\x18\x34\x0c\x3d\x21\x31\x91\x1a\x26\x87\xa8\ \xa3\x58\xcf\x74\x61\x71\x45\xf8\xc0\x9c\x73\x8e\xdd\xf9\x03\x73\ \xdc\x84\xb9\xe3\x32\xf2\xd2\x62\x39\x35\x24\x77\x52\x7e\xaa\xb7\ \xec\xe0\x9e\xa3\xa7\xeb\x93\x86\x5c\x79\xdd\xa4\xe2\x94\xac\x01\ \x03\x93\xe4\xb2\x53\x27\xeb\xdb\xf4\x84\xac\xdc\xb4\x78\x37\x13\ \x4a\x56\x7e\xbe\x4f\x02\xd9\x97\x90\x91\xa4\x94\x9d\x2a\xd3\x95\ \xc4\x41\x79\x69\x12\x12\x9c\x87\x83\x1a\x20\x7a\x62\x1d\xdd\x01\ \x0f\x8c\xb1\x61\x9a\x6d\x6d\xad\xc9\xc9\x29\x7d\x46\x13\xb5\x35\ \x35\xb9\x79\xf9\x56\x84\x82\x73\xce\x18\x63\x8c\x62\x8c\x1b\x1b\ \x1a\xb2\xb2\xb3\xcf\xe4\x9b\xb3\xe8\xb8\x7d\x3a\x97\xf8\xfc\x75\ \xff\xf8\x6b\xc3\xcb\xcf\x9e\x35\xaf\x29\x18\x88\x99\x71\x55\xee\ \xef\xff\xce\x02\x5d\x00\x40\x88\x74\xf0\xc0\xde\x21\xc3\x46\x00\ \x00\x67\x4c\x72\x38\x30\x37\x35\x8d\x02\x12\x80\x25\x97\x43\xd2\ \x35\x8d\x63\xd9\xe5\x74\x60\x04\x82\x33\x4d\x55\x41\x72\x2a\x98\ \xa9\x9a\x41\x14\xa7\x82\xb9\xaa\x19\x44\x76\x3a\x88\x50\x35\x5d\ \x60\xc9\xe9\x74\x48\x04\x0b\x66\xaa\x9a\x6e\x05\x68\x31\x51\xf4\ \xda\x9d\x4f\xbd\xbc\x71\xd6\x23\xdf\x1a\x93\xae\x08\x24\x2b\xb2\ \x84\x40\x50\x53\xd7\x0d\x2a\x04\x10\xd9\xa9\x10\xae\x69\x3a\x07\ \xa4\x38\x5d\x12\xb0\x60\x6b\xdd\xfe\xbd\x87\xa8\x3f\x29\x54\xba\ \x6d\x4b\x85\xf3\xe1\x47\x1f\xcc\xf1\x60\x82\x78\x48\x67\x4e\xa7\ \x83\x19\x9a\xc1\x84\xe2\x74\x61\x66\xe8\x4c\x38\x9d\x2e\x89\x20\ \x10\xdc\xd0\x35\xdd\x14\x0e\x97\x8b\x70\x43\xd5\x69\xb7\xdf\x29\ \x2b\x0e\x45\x96\x10\x02\x4e\x0d\x4d\x33\x89\xe2\x74\x28\x04\x00\ \x98\xa9\x6b\x06\x77\xb8\x9c\x12\x46\x9c\x99\x9a\xa6\x73\x0e\x92\ \xe2\x70\x28\x32\x42\x80\x84\x79\x78\xcd\xc2\xb7\xf6\xcb\xdf\xfc\ \xd6\x6d\x31\x60\xd8\x49\x8f\x17\x04\x18\x93\xba\xba\xda\x45\x8b\ \x16\x57\x57\xd7\x5e\x75\xd5\xcc\x99\x33\x66\x48\x92\x24\x49\x52\ \x30\x18\xa8\xac\x28\x1f\x32\x74\xb8\x69\x9a\x00\x40\x08\x69\x6c\ \x6c\x08\x06\xba\x0a\x0a\x8b\x55\x35\x24\x7a\xf2\xd7\x22\xf3\x11\ \x7d\xd2\x56\x10\x71\x39\x65\x43\xd3\x40\x72\x28\x88\xab\xba\x81\ \x24\x87\x53\x46\xba\x4e\x1d\x2e\x27\x89\xb4\x07\xc6\x41\x0e\xb7\ \x07\x61\x68\xaa\x41\xc1\xe9\x72\x50\x5d\xa3\x4c\x00\x42\x92\xe2\ \x70\x2a\x92\xa0\x46\x48\x33\x44\x7f\x11\xfd\xc8\x30\x02\x21\x84\ \x24\x49\xd2\x34\xad\xac\xb4\x64\xd8\xf0\x11\x96\xcd\xdd\xd1\xd2\ \x73\xa4\xe3\xf6\xe9\xc1\x02\x5d\xf7\x8c\x1c\x9d\xf2\xe0\xd7\xd0\ \x59\xfd\x05\xc3\x99\x97\x2f\x0c\xbd\x27\x95\x82\x73\xd3\x34\x15\ \x59\x06\x00\x43\x53\x41\x58\xb9\x64\x02\x38\x0d\x85\x4c\x00\x04\ \xdc\x0c\x05\x7a\x7e\x09\x18\x9a\x0a\x00\x80\x98\xa1\x87\xdf\x98\ \x7a\xc8\x04\x00\x04\x9c\x69\xa1\x50\xdf\xd0\x11\x35\x5c\xa9\x23\ \xee\xbe\x27\x06\xc9\x8c\x52\xce\xb9\x66\xea\xbd\x77\x30\x35\xd5\ \x0c\xdf\x3a\x53\x53\x29\xc6\x80\x90\xde\xd5\x74\xaa\xac\x4a\xf1\ \x65\xdf\x7d\xdf\xe5\x99\x0e\xaa\x69\xc2\xba\xb3\x9a\xaa\x5a\xd7\ \xdb\xb4\xac\x00\xd0\x42\xc1\xe8\x9b\x61\xa8\xa1\x9e\x11\xa7\xf5\ \x8b\xf5\x5e\x67\xe4\xba\x1a\xfd\x51\x0b\x06\xa3\x8d\xa1\x86\x4e\ \x0d\x1d\x00\x30\x16\xde\x9c\xf1\xf7\x15\x26\xc5\x22\xfa\xe5\x93\ \xbb\x6c\x7c\xd1\xb8\x23\xcd\xcc\xc8\xbc\xe7\x9e\xbb\xcb\xcb\x2b\ \xc6\x8f\x1b\x27\x40\x70\xc1\x04\x48\x86\x61\x9e\xf9\x20\x35\x4d\ \x2a\x04\x8f\x8e\xfa\x0b\x10\xbd\x1b\x43\x77\x37\x60\x6a\x88\x01\ \x00\x44\xda\xb0\xa0\x86\x4a\x01\x00\xd4\x60\xaf\xe6\xd4\xdd\x1e\ \x22\x8d\x4d\xed\xee\xd0\x54\xd7\x02\x7a\xbf\x39\x17\x22\x1c\xcf\ \x40\x80\x00\x59\x36\x08\x04\x86\x61\x80\xb8\x40\x71\x47\xae\x6b\ \xbe\x71\x93\xfc\x53\x2f\xff\xb4\x75\x53\xa6\xc9\xd5\x50\x98\x41\ \x85\xf0\xc7\xc4\x96\x9f\x2e\x2b\x2c\x1a\xec\x54\x94\x30\xcb\x5a\ \x53\xaf\xa8\x67\x12\xf8\x4b\x67\xa7\xa0\x01\x83\x47\x00\xa7\x9f\ \x37\xef\xd4\x99\x3d\xf7\xee\x6f\x5c\x83\x00\x80\x9b\xba\x6e\x32\ \x2e\x2b\xe7\xbb\x45\x0a\x80\xec\xc2\xa1\x48\x70\xc6\xb8\x62\x77\ \xd0\xf3\x1f\x6f\x8c\xac\xeb\x13\x42\x64\x67\xe7\xe4\xe7\xe5\x1b\ \xa6\x69\xa5\x04\xea\x86\x5e\x55\x59\x9e\x92\x9a\xda\xed\x90\x0b\ \x21\x7c\x5e\x5f\x75\x55\x55\x4b\x4b\x73\x7c\x7c\x82\x08\x67\x49\ \x87\x69\x21\xd2\xd2\xc5\xf9\xb3\xb9\x87\x16\x22\x0f\x53\xdd\xa8\ \xac\x28\x4f\x4c\x4a\xfa\xf2\x53\x12\xd2\x17\x33\x8d\x1b\x3a\x18\ \xfa\x67\xee\x16\xe1\x63\x96\x95\x9d\x73\xea\xc4\xf1\x83\xfb\x76\ \x3b\x1c\x2e\xcb\xf1\x01\xb0\x9d\x66\x1b\x17\x0b\x3f\x44\x58\x3a\ \xd2\x34\x85\x50\xd5\x60\x4c\x6c\x5c\x4a\x4a\x1a\xeb\x51\x2d\xe5\ \x2e\xb7\x3b\x27\x3b\xbb\xf4\xd4\x89\x6a\x87\x8b\x48\x12\xf4\xef\ \x27\x5c\x00\x9b\x2d\x07\x42\x55\x83\x3e\xbf\x3f\x35\x35\x8d\x7d\ \x69\xa9\xd4\xf3\x34\x1f\x81\x31\x2e\x1c\x5c\xdc\xd1\xde\x6e\x18\ \x3a\xd8\xfe\xb2\x8d\x8b\x1d\x22\xcd\x95\xe1\xf7\xc7\xf4\xe9\x60\ \x8c\xb1\x84\xa4\x64\xb7\xd7\xd7\xd5\xd9\x21\x84\xb8\xc8\x5a\xb2\ \x48\x73\xa6\xfb\x63\x62\x2e\xa5\xbc\x26\xcb\xd6\xd8\xf8\x78\x9b\ \x12\x6c\x5c\x1a\xc4\x20\xfa\xd7\x44\x63\x8c\x39\x9c\x4e\x97\xcb\ \x75\x09\xd9\x7c\xf1\xf2\x42\xd8\x13\xb3\x95\xe0\x6d\xfc\x1f\xa0\ \x8c\xde\xe5\x11\xfe\x4f\xc2\x16\x62\xb5\x61\xc3\xc6\x85\xf4\x17\ \x10\xc6\x17\xa7\x90\xae\x0d\x1b\xff\x82\x4f\x8e\x10\x42\x17\xa5\ \x5c\xc6\xa5\x37\x8e\x40\x08\x99\xa6\xd9\xd9\xd9\xc9\x6d\x3d\x68\ \x1b\x97\x02\x2d\x48\xb2\xe2\x8f\x89\x21\x84\xf4\xd5\x83\x46\x28\ \xd0\xd5\x75\x71\xea\x41\xcb\xb2\xec\xf3\xc7\x4a\x12\xf9\xf2\xa1\ \xc7\xf3\xa4\x07\x6d\x18\x46\x4b\x4b\x53\x42\x42\x92\xcb\xe5\x86\ \xee\x45\xca\x76\xf3\xb3\x71\xb1\xf2\x42\x57\x57\x57\x53\x63\x43\ \x72\x72\x4a\xb4\xee\x33\x42\xa8\xb5\xb5\x19\x01\x4a\x4e\x4d\xc3\ \x28\xbc\xdc\x1e\x5d\x34\xbc\x10\x0c\x74\x35\x37\x35\x24\x25\x25\ \x63\x42\x2e\x10\x2f\x20\xf4\x19\x62\x65\x51\x22\x36\x08\xa1\xf6\ \xb6\xd6\xc4\xc4\xe4\xb8\xf8\x84\xb3\xfc\x24\x1b\x36\x2e\x00\x50\ \x54\x6b\xed\xad\x95\x06\x2e\xb7\x47\x70\xde\xde\xde\x96\x90\x98\ \xd4\xbd\x3e\x42\x55\x43\xa6\x61\xe6\x0d\x18\x64\x69\xf8\x75\x7f\ \xab\xe7\xcd\x05\xb4\x19\xc0\xed\xf6\x08\x21\xda\xdb\xdb\x12\x93\ \x92\xbf\xe4\x80\xe2\x8b\xf0\x02\xf1\x78\x1b\xdf\x78\xad\x75\xf9\ \x62\xec\xee\xbf\x18\x84\x50\x55\xef\x84\x49\x19\xdf\xfb\x09\x8b\ \xa4\x0f\x1b\x86\xe1\xf5\xf9\xcf\xa6\x07\x7d\x81\x79\x41\x08\x08\ \x4b\x30\x71\xc6\x05\x7c\xfe\x08\x88\x10\xd6\xf7\x38\x67\xe1\x85\ \xb6\x7d\x0e\x08\x9c\x0b\x1c\x39\x70\xf4\x0a\x7d\x01\x02\x11\x82\ \x01\x04\x63\xe2\x6c\x4d\x0a\x9d\x95\x3a\x05\x00\x22\x18\xff\xcb\ \x06\xdb\x38\xf3\xd6\x03\x58\xad\xb1\x8f\xb6\x32\x42\xd8\xeb\xf3\ \x75\x74\xb4\x47\x47\xc4\x4c\xc3\x54\x14\x07\xc6\xb8\xbb\xf5\x76\ \xcb\x37\x85\x9b\xf4\xb9\xbe\x17\xe8\xcc\xbb\xff\x29\x36\x63\xec\ \xf1\xfa\xda\x5b\x5b\xbf\x7c\x14\xef\x0b\xe6\x3b\xb2\x40\x97\x51\ \x5b\x43\x7c\xbe\x7e\xff\xce\x83\x41\xda\xde\xd6\x4b\x30\x53\x58\ \xea\x15\x0c\x00\x2c\x27\x27\xac\x4e\x29\xf8\x05\xe7\x05\x84\x30\ \xe8\x6d\x47\x4f\x54\x27\x0f\x2c\x8a\x77\x91\xcf\x4f\xb4\x18\x13\ \x16\x6c\x3e\x51\xd1\x96\x5d\x38\xc0\x05\x1c\x11\x09\x01\x70\x4a\ \x39\x60\x2c\x82\x47\xf6\xec\x77\xe4\x8e\xce\x55\x9a\x76\x1e\x6f\ \x2e\x1a\x35\xca\xdf\xeb\xc0\x08\x23\xb3\xf2\xd8\x71\x33\x26\x3b\ \x2f\xd5\xcf\x28\x47\xfd\x84\xb1\x2c\xc9\x6c\x4c\x64\x09\x89\xbe\ \x9a\xc0\x18\x8c\x8a\x92\x12\x29\xa5\x30\xc3\x8f\xa8\xbd\x38\xfb\ \x4b\xf6\x3a\x11\xe9\x6a\x00\x3d\xb2\xae\x08\x45\x16\x4a\xf6\x6a\ \xc6\x22\x72\x6f\xa2\xf9\x5a\x44\xbc\xe3\x5e\xd2\xaf\x08\x13\x82\ \xfb\xde\xba\x7f\xc9\x3c\x4c\x30\x46\x7d\x04\xca\x51\x6f\x4b\xba\ \x99\xa2\x7b\x0b\x3f\x17\x79\x4d\xf8\x8b\x5a\x8c\x91\x2c\x23\xe9\ \x2c\x2f\x59\x46\xbd\x47\x38\xd6\x02\x51\x40\x08\x10\x34\x57\x94\ \x9c\xae\x69\xb3\xb6\x5a\x5b\x50\x64\x41\x18\x8a\x1a\xc8\xf5\x99\ \xba\xe8\xbb\x03\xf4\x53\x24\xb0\x9f\xe3\x44\xff\xa9\xf7\x71\xc2\ \x3b\x03\x20\x82\x45\xdb\xe9\xa5\xaf\x2d\xaa\xe8\x62\xb8\xb7\x16\ \xb4\xb5\xeb\xd9\xac\xc2\x58\xec\x5b\xf5\xda\x5b\x1b\x4e\x08\x09\ \x63\x4c\x82\x8d\xa5\x87\x4b\xab\x29\xc2\x08\x63\xcc\xdb\xd6\xad\ \x78\x73\x7f\x9d\xc1\x9a\xf7\x2f\x59\xfe\x51\xbb\xe8\x55\x9c\x08\ \x21\x8c\x91\xb6\xf5\x9d\xd7\xb6\x97\xb5\x37\x1d\x5a\xf5\xbf\x7f\ \x5d\xd4\xce\x25\x8c\x22\x3f\x0a\x21\x2c\x49\xa2\x69\xdf\x5f\xff\ \xf0\x97\x83\x1d\xa2\x76\xff\x96\x9d\x47\x1b\xba\x55\xad\x2d\x0b\ \xb0\x84\x2b\xb6\xbd\xf7\xca\xdb\x9b\x0d\x90\xec\xa9\xe6\x2f\x31\ \x26\x87\x88\xfc\x99\xc0\x96\x1e\x34\x42\x22\xaa\xb7\xf7\xd1\x50\ \xed\xd1\x83\xee\x7e\x45\x89\x31\xf7\x51\x73\xe7\x46\xe7\xc9\xe3\ \x25\xed\x9a\x40\xdd\xe8\xdb\x50\x23\x6d\x32\xd2\x14\xa3\xff\x4a\ \x08\xd1\x9a\x4a\x3f\xfe\x64\x6f\x90\x91\x68\x0d\xe4\x68\x9b\xa3\ \x4f\x1d\x5e\x6e\x74\x06\x97\x9d\x57\x5e\xf8\x57\x9f\xc8\x11\x35\ \x6b\xc0\x18\xef\x7c\xfd\xe9\x57\x57\x1e\x26\x84\x80\x60\x5a\x28\ \xa8\xea\x14\x61\x6c\x6a\x21\x55\x33\x10\x21\x08\x04\x67\xa6\x1a\ \x0c\x86\x54\x1d\x30\xc1\x20\x00\x61\x49\xc2\x86\x1a\x0a\x85\x34\ \x4b\x85\x19\x13\x09\x71\x23\x18\x0c\x31\x20\x12\xee\x75\x7d\x0c\ \x35\x14\x0c\x69\x22\x7c\x20\xce\xc2\xe7\xe5\x2c\x52\x47\x82\xea\ \x6a\x30\xa8\x32\xc0\xc0\xcd\x50\x30\x44\x01\x61\x4b\xa4\x89\x71\ \xd3\xd0\xd4\x90\x06\x98\x10\x04\x02\xb0\x44\xb0\xa1\x06\x55\x9d\ \x61\x49\x82\x9e\xef\x86\x0c\xc6\x41\x08\xc0\x84\xb7\x1e\xfa\x70\ \x67\xc3\xb4\xab\xaf\xf0\x72\x0e\x58\xfd\xf0\xb9\x5f\x7d\xe3\xb1\ \xbf\x1d\x6f\x36\x09\x8e\x2c\x03\xb3\x4a\x66\x20\x88\x56\xea\x95\ \x24\xc2\x0c\x55\x53\x35\x93\x32\xd3\xa0\x31\x59\x23\xae\x9d\x3d\ \xde\x05\x0c\x13\x09\x09\x33\x14\x0c\xea\x06\x13\x8c\x83\x37\xfb\ \xaa\xab\xe7\xe6\xfb\xe1\xe0\x47\xef\xac\xd9\x59\xa6\x86\x34\xc3\ \x14\x92\x84\x4d\x2d\x14\x0c\x86\x0c\x26\x4f\x98\x39\x43\x3b\xb4\ \x66\x5f\x6d\x08\x13\x64\x0b\x29\x7c\x49\x48\xb2\x5c\x5d\x55\xb5\ \x66\xcd\x1a\x2b\x8e\x10\x11\x36\xe0\x7d\x35\x54\x7b\x74\xdc\x3e\ \x03\x08\x11\xda\x7e\xfc\xc9\x3f\x3d\x77\xb8\x49\x10\x82\x98\xa1\ \x05\x83\x41\x83\x03\x21\x18\x00\x61\x2c\xb4\x50\x30\x14\xd2\x29\ \xe7\x80\x09\xc1\xa0\x05\x83\x3a\x13\x12\x21\x20\x04\x00\xd7\xd5\ \xa0\x6e\x98\x6d\xe5\xfb\x97\x2c\xdb\xd0\xd8\xa5\x6a\x9a\x29\x22\ \x6a\x92\xfd\xa0\x5b\x2a\x1e\xc0\xd2\x71\x43\x97\x86\x1e\x74\x2f\ \xdf\x86\x4b\x0e\xa7\xd3\xe9\x10\x7a\xed\xab\xbf\x7f\xe2\x70\x90\ \x60\x26\x52\xb3\xd3\x58\x67\x5b\x7d\x63\x47\xfe\x15\x77\x7e\xf5\ \x86\x09\x9d\x87\x37\xbc\xb2\x6c\x7d\x7d\x97\x9e\x35\xe6\xea\x87\ \xef\x9c\xe9\x37\xdb\xd6\xbd\x31\x7f\xf5\xc1\x3a\x41\x35\x25\x7b\ \xec\xa3\x8f\xde\xe7\xab\xdc\xf1\xca\xc2\xf7\xaa\xbb\x0c\x25\xa9\ \xf8\xfe\x87\xee\xcc\xf7\x61\x26\x90\x2c\x82\xab\x5f\xf9\xfb\xaa\ \xa3\x01\x07\x31\x1d\x59\x63\xbe\xf1\xb5\xbb\xa4\x13\x2b\xfe\xb6\ \xa6\xe3\xdb\xdf\x7b\x30\xad\x63\xf7\xef\x9e\xf9\x68\xee\xb7\x7e\ \xec\xda\xf6\xc2\xb3\xab\x4f\x3a\x9c\x84\xf8\x12\x93\x3c\xb8\xa9\ \xae\x5a\xf3\x14\x3d\xf2\xe8\x23\x83\x15\x05\xab\xe5\x0b\xff\xf9\ \xe7\x77\x68\xc8\x3f\x70\xfa\x23\xf7\x5f\x9f\xea\xec\xda\xb4\x64\ \xe1\x87\xfb\x2a\x0c\x2e\x8f\xbb\xe6\xde\x5b\xa6\x0d\xdc\xff\xc1\ \x73\xaf\x7d\x70\x82\xb8\x93\xae\xbe\xe7\xc1\x2b\x87\xa4\x03\x42\ \x15\x7b\xf7\x04\x7c\xc5\x63\x73\x3c\x02\x41\xc7\x91\xf5\x47\xf8\ \xf0\x3b\xc7\x75\x7e\xb0\x6e\xdf\xb0\xbb\x26\x22\x6b\xec\x17\xd6\ \xfe\x0c\x8b\x47\x03\x60\x19\x9b\x07\x3e\x7a\xeb\xf5\x0f\x0f\xc8\ \x6e\x67\x7d\x69\xfb\xec\xd9\x8e\x40\xed\xb1\x35\xeb\xbb\x06\x8e\ \x28\x68\x2b\xd9\x3a\xff\xb5\xe5\x0d\x26\x52\x03\x74\xd2\xbd\xdf\ \xbb\xa3\xb0\x75\xc3\xba\x75\xce\x82\x61\x7e\x17\x3e\xbe\xe9\xad\ \xff\xad\xdc\x71\xf9\xbc\x3b\xd2\xdb\x3e\x7e\x7d\xf5\x21\xae\xc4\ \x5d\x71\xe3\xbd\xb3\xc7\x0c\x1f\x96\xf1\xf6\xf6\x03\xe5\x13\x32\ \x06\x83\xb0\x13\x49\xbf\xc4\x30\x12\xe3\xd2\xd2\xd2\x57\x5e\x79\ \xa5\xb6\xb6\xb6\xa5\xa5\xe5\xfa\x1b\x6e\x90\x09\x81\x6e\x91\xe5\ \x3e\xfe\x85\xe8\x71\xdd\xcf\x0c\xb1\xf7\x1e\x38\x13\xa7\xcb\xe5\ \x72\x92\xaa\x5d\xef\x3e\xb9\x60\x03\x76\x3b\x0c\x1e\x73\xc3\x43\ \xdf\xb8\x2c\x5f\xbc\x3f\xff\xa5\x4d\xa7\x5a\x65\x7f\xde\x5d\x0f\ \xdd\x5b\x14\xd3\xbe\xe2\xf5\xf9\xdb\x4a\x9b\x19\xf1\xcf\xbe\xfb\ \x6b\x57\xe6\xb3\xc5\x4f\x3f\xb9\xb5\x52\x4b\xc8\x9f\x70\xf5\x68\ \x0f\x6e\xda\xff\xec\x5f\xff\x37\x7d\xf8\xac\x47\x6e\x9a\xe6\x41\ \xec\x4c\x1d\xda\xf0\x24\x80\x10\x20\x04\x3a\x63\x2c\x73\x51\xfb\ \x0b\x08\x20\xaa\xf0\x86\xd5\x57\x80\x06\x9b\x4f\xd6\xc2\xb5\x8f\ \x3c\xf6\xc3\x3b\x47\x9c\x3c\x70\x7c\xcc\x5d\xdf\xfd\xd1\x03\xd3\ \x8f\xae\x7a\xf7\x48\x83\x91\x34\x78\xd2\x7d\x5f\xff\xf6\xb7\xef\ \x9d\x59\xb1\x75\xd5\xbe\x3a\xbd\x72\xc7\xe2\xb7\x76\x07\xee\xf8\ \xf6\x8f\x7f\xf0\xe0\xf4\x8e\x9a\xd3\xed\xc1\x8e\x15\xaf\xbe\xde\ \x95\x39\xe3\xbf\xbe\xfd\xf5\xf4\xc6\xad\x0b\x96\xef\x03\x89\x00\ \x02\xa0\x81\xb2\x92\xba\x91\xd7\x3e\xf8\xd3\x9f\x7c\xd3\x57\xb9\ \x79\xf9\xa6\x2a\x84\xf4\xce\xae\x00\x13\x00\x4c\xef\xec\xe8\xa4\ \x9c\xd5\x96\x96\xc5\x0d\xbd\xe6\xa7\x3f\xf9\x4e\x6a\xe0\x58\xad\ \x7f\xcc\x8f\x1e\xfb\xc9\x60\xf3\xd0\xaa\x4f\x8e\x70\x89\x70\x39\ \x6e\xe6\x6d\x5f\xf9\xc9\x8f\xbe\xe2\x3e\xfd\xc1\xd2\x2d\xc7\xaa\ \xf7\x7d\xf4\xd6\x96\xe6\x79\x0f\x7d\xfb\xfe\x59\x79\x1f\xbc\xf1\ \x7a\x49\x87\x5e\x57\x7a\x22\x61\xfc\x0d\x3f\x7d\xec\xbf\xc6\xe5\ \xc6\x9a\x26\x45\x40\x4f\xd7\xd6\xcb\x99\x59\x6e\x0c\x08\x82\x5b\ \x36\xee\xc9\x98\x7e\xc7\x37\xef\x99\xd5\x71\x78\xe3\xc9\x20\x00\ \x0a\x2f\xc1\xe5\x11\x69\x1d\x2e\x04\x92\xa4\xae\xd2\xed\xaf\x2e\ \xd9\x33\xf5\xee\xef\xfe\xe8\xd1\xfb\x86\xa6\x3a\x4d\xce\xcd\x50\ \x47\x43\x4b\x00\xf4\x86\x37\xe6\xbf\xa6\x15\x5d\xff\xdf\x8f\xfd\ \x60\x72\x1e\x3b\x59\xd5\x2c\x98\xde\xd8\xd8\x18\xa2\x54\xa3\xf2\ \xf0\x2b\xee\xfe\xc5\xff\xfb\xaf\x19\xc5\xf4\x9d\xb7\x3f\x49\x9a\ \x76\xef\x2f\x7e\xf6\xe8\x94\xc2\x78\x01\xce\xec\xe4\xf8\xe6\xd2\ \x5a\x0a\xe1\xe3\xdb\xaf\x2f\xf0\x12\x82\x73\xce\x28\xa5\x57\x5e\ \x79\xc5\x83\x0f\x3e\x98\x91\x91\xae\x6b\x5a\x78\x80\xc0\xfb\xa4\ \x09\xa1\xee\x2d\xd6\x9d\x8d\x08\x85\x9e\xfd\xe0\x20\x30\xe1\x0d\ \x15\xa7\xb4\xec\xcb\xfe\xfb\xa7\x8f\x5d\x5b\xa8\x2d\x7f\x77\x75\ \x6d\xdd\x89\x15\x1b\xaa\x66\x3e\xf4\xc3\x9f\x7e\xef\x9e\x41\x29\ \xf2\xde\x55\x0b\x56\x57\x78\x1f\xfc\xd6\x77\xaf\x2d\xc6\x6f\x2c\ \x58\x56\xdf\xda\x51\x7a\xba\x63\xd6\xfd\xdf\xf9\xee\x43\xd7\x25\ \xc9\xba\x94\x39\xf6\x9b\x3f\xfc\xf9\x37\xaf\x9f\xe0\x10\xa6\xe5\ \xf3\x7e\xca\xb9\x78\x77\x2d\x1c\xb8\x44\xfc\x85\xc8\xd5\x63\x61\ \x62\x10\x5c\x08\x2e\x39\x5c\x1e\x8f\x3f\x35\xad\x28\x35\xe5\x90\ \xc3\xeb\x4f\x8f\x2b\xc8\x72\x6d\xea\xea\x6a\x3b\x7a\x62\xdd\x92\ \xf5\xc7\x09\x31\x5b\x35\xa6\x77\x05\x4b\x8f\x9c\xc8\x19\x77\xc3\ \xe8\xec\x84\x00\xf3\xb9\x15\x45\xef\xaa\x3f\x71\xba\xbd\x5d\xdf\ \xb2\xa0\x76\x5b\x00\x25\xa4\x3b\xa9\xce\x18\x66\x9c\x31\x8e\x24\ \xa7\xd7\xeb\x8d\x49\xca\x1a\x93\x9b\xb8\xa7\xbe\xc1\x48\x41\x84\ \x20\x21\x80\x71\x81\x31\xe6\x9c\x02\x96\x5d\x1e\x8f\x2f\x2e\x73\ \x50\x5e\x7e\xbb\xc3\x1d\x1b\x97\x36\xb8\x30\xee\xa3\x8e\x16\x9d\ \x26\x20\x25\x2e\x2b\x23\x39\x3e\xcd\x7d\xd9\xc4\xcc\x25\xa7\x4f\ \x1c\xef\x2c\x6b\xe9\x6c\x5e\xff\xf6\x42\x61\x04\x13\xd3\xd3\x78\ \x30\x24\xb0\xe2\xf3\xc7\xc4\xc6\xf8\x0d\x2d\x44\x29\x55\x14\xa1\ \x6a\x3a\x76\xcb\x08\x20\x54\x7b\x6c\xf3\xee\xaa\xcc\xf8\xa3\x9b\ \x91\xa6\xd7\x9f\xd8\xbc\xb3\xb2\x70\x3a\x06\x61\x4d\x17\x84\x95\ \xb3\x38\x62\x08\xd1\xea\x8a\xd2\x50\xfc\xc8\xa9\x23\x73\x62\xa1\ \x3d\x35\xc1\x65\x50\xc6\x25\x20\xb2\xac\xd6\x9e\xa8\xea\x70\xdd\ \x3a\x67\x62\xbc\x5f\xf7\x7a\x3d\x92\x60\x4c\x08\x42\xb0\x25\x27\ \x41\x64\xc5\x21\x13\x86\x12\xe7\x5e\x33\x71\xc9\xc6\x85\xcf\x35\ \x4c\x9c\x77\xcd\x15\xf9\x5e\xa7\x53\x22\x34\x14\xa2\x9c\x01\xb7\ \x63\x8f\x5f\x6a\x52\x62\xc0\x80\xfc\xc2\xc2\x42\xeb\xa3\xae\x6b\ \x8c\x51\x8c\x91\x10\x1c\xa2\xc7\xea\x11\x81\xc7\x48\xd4\xbc\xbb\ \x00\x1c\x08\xc1\xfb\x06\xbb\x10\xb6\x46\x1c\x9c\x31\x81\x90\xdb\ \xe7\xf3\xfb\xe2\x86\x8e\x19\xb2\xfc\x9d\x06\x1a\x33\xe7\x86\x2b\ \xd2\x56\xbf\xfa\xcf\x9a\x09\xb3\x6f\xbe\x6a\x50\x59\x55\x65\x7b\ \x8b\xf3\x9d\x85\xf3\xa9\x1e\x48\x4e\x1e\x44\x35\x8d\x38\x3c\x31\ \x31\xb1\x7e\xaf\xab\x03\x38\x60\x49\x76\x38\x64\x49\x37\x28\xeb\ \xdf\xdb\x41\x3d\xce\x0a\xc6\xdc\xe2\x86\x4b\x86\x17\x2c\x7b\x19\ \xe3\x98\x58\x32\x78\x8c\x51\x2e\x04\xa7\x86\xce\x0d\x26\x18\xd3\ \x35\x9d\x0b\x13\x64\x45\xb4\x95\xbe\xb3\x64\x4d\xfe\x9d\xbf\xb8\ \x7b\x14\xff\xd3\xe3\xcf\x19\x26\xf3\x7b\x1c\xcd\x0d\x0d\x5d\x00\ \xc0\x28\xe3\x0c\x21\xc9\xed\x72\xe7\x5e\x79\xdb\xbd\x97\xe7\x18\ \x9a\xc1\xb9\x60\x21\x95\x13\x82\x18\xe5\x82\x33\xd3\x04\x30\xb9\ \x10\x00\x9c\x48\x0e\xb5\xb5\x3d\xa8\x01\x21\x58\x70\xc6\x18\xe5\ \x5c\x08\x6a\x02\x98\x82\x0b\x66\xe8\x00\xa6\x29\x00\x84\x60\x94\ \x72\x46\x39\x13\x20\x3a\x2b\x4f\x37\x79\xd3\xfc\x3e\xa7\xd3\x93\ \x3a\xe4\xbe\x6f\x3e\x98\x28\x19\x8c\x83\x53\xd2\x0e\x1b\x8c\x51\ \xd3\xa0\x96\x60\x37\xa2\x8c\x78\x1c\x2e\xda\x1e\x10\x00\x27\xf7\ \x6c\x69\x77\x25\x0f\x08\x55\x1f\x3f\xc5\x33\x72\x62\x0f\x6e\xdf\ \xd2\x35\x6e\xaa\xe0\x94\x73\x21\x18\xa5\x8c\x03\xe7\x5c\x50\x61\ \x4a\x1e\xaf\x0f\xda\x8e\xd4\xb6\x68\xf1\xf1\x9c\x32\x66\x9d\x54\ \x70\x86\x15\x17\x16\x6a\x75\x7d\xc7\x98\x78\x07\xa3\x8c\x0b\xce\ \x18\xb3\xe2\x22\x42\x50\x55\x53\x39\x08\x43\x17\x23\x66\xdf\x3f\ \x64\x42\xf9\x92\x17\x9e\xfc\xf3\xab\xea\x1f\xff\xfb\xce\x4e\x55\ \x93\xbc\x6e\x60\x94\x31\x6a\xf3\xc2\x97\xc9\x06\xd0\x35\xa6\x5b\ \xb5\x54\x23\x33\x7f\x56\x81\x37\xce\x79\x34\x2d\x74\xcb\xbe\xf6\ \xf8\xbf\xdd\xae\x3b\xea\x35\xa5\x28\x00\x31\xc6\x41\x08\xce\xa8\ \xe0\x82\x33\xd3\xe0\xa0\x9b\x02\x38\x33\x49\xec\xd5\x0f\xff\x68\ \xfc\xa9\x5d\x4f\xfd\xed\xb9\x57\x1c\xdf\x1c\xe0\xf6\x25\x0e\x1c\ \xf7\xcd\x6f\xcd\x95\x99\x21\xb0\x04\x2d\x87\x0d\xca\xa8\xa9\x0b\ \x60\x42\x08\x53\x0d\x51\xca\x05\x61\xcc\xe2\x05\xd4\x63\x33\xea\ \x45\x0e\xe1\x28\x5e\x44\x27\xfe\x12\xd1\x83\x16\x91\x6b\xcc\x99\ \x30\x34\x55\xd5\x0d\xc6\x24\x35\xa4\x51\xca\x38\x35\x34\x55\x33\ \x18\x67\xa6\xa9\x06\x02\xa6\xec\x1f\x90\x1f\xbf\x77\xfd\x72\x38\ \x89\x4b\xdb\xb4\x62\x24\x15\x4d\x9e\xe3\xfd\xeb\x5b\x4f\xfc\xb9\ \x31\x56\x2b\x6d\x54\x7d\xd8\x95\x3e\x7b\x4e\xf1\x73\xcb\x9e\x6b\ \x3d\x36\xc0\x89\x95\xf1\x73\xaf\x2f\x4e\x90\x19\x05\x4c\xa9\x1e\ \x52\x75\xd3\xe4\xc0\x74\x4d\x0d\x86\xb4\xd8\xcc\xe1\x23\x1c\x1f\ \xbd\xf0\x97\xbf\x0e\x8c\x69\xad\x0f\x22\x05\x89\x36\x4d\xd5\x9c\ \x26\x07\xaa\x6b\x21\x55\x98\x8c\x31\x53\x53\x55\x66\x70\xa4\x10\ \xa3\xee\xdd\x37\x5e\xd9\xc6\xea\x8e\x35\x26\xdf\x7b\xe3\xe8\xa1\ \x8e\xf8\xc1\x9b\x5e\x78\xf2\x6f\x4f\xe6\xc4\x3a\x13\x07\x8c\xbe\ \x7e\x56\xa1\xa9\x85\x54\xdd\x60\x94\x5b\x77\x48\x33\xe4\xec\xec\ \x54\xe3\xa3\xb2\xe6\xb6\xf2\x8f\xd6\x1f\x19\x3a\xef\x47\x8f\xcc\ \xca\x31\x39\xd6\x2a\xb7\xfd\xec\x57\x0b\xb6\x96\x8d\x4e\x4b\x70\ \x6c\x59\xbb\x7e\xd2\x2d\x99\x8e\xf6\xd5\xeb\xb6\x1e\xb9\x6b\xea\ \x40\xa1\xea\x89\x05\xe3\x2e\x2b\xdc\xf3\xec\x5f\xfe\x34\x2c\xd7\ \x73\xb0\x2c\x30\x75\x26\xa1\x86\x1a\xea\x0a\x8a\xb8\xa2\x2b\x47\ \xe7\xbc\xf3\xcc\x5f\xea\x87\xa5\x1f\xdf\x5b\x11\x7f\x0d\xe6\xa6\ \x11\x0a\x85\x74\x03\xe5\x0e\xcb\x5b\xfa\xce\xa2\x3f\x77\x1c\x1b\ \x39\x7a\x88\x56\x75\xbc\x51\x43\xed\x2a\x4e\xc8\xf2\x13\xbd\xf1\ \x54\x4d\x73\xda\x84\x54\x30\x4c\x4a\xed\xf8\xc2\x17\x8b\x2d\x20\ \x01\x80\x40\x48\x52\xb7\x1e\xb4\xd0\x75\x43\x00\x70\x4c\xac\x78\ \x5e\x9f\x1e\xc6\xb9\x55\x44\x82\x45\x57\x85\xec\x53\xbd\x16\x00\ \x84\x20\x8c\x9a\x21\x55\x35\x28\x03\x5d\x0b\x69\x06\x63\x82\x1a\ \x9a\x6e\x98\xc1\xa6\xe3\x0b\x17\xae\xe7\x6e\xc5\x54\x5c\x2e\x87\ \x6f\xc2\xb4\x99\xdb\x9f\x5d\xf4\xe7\x27\x4f\x27\x3b\x95\xfc\x71\ \x57\x4e\xcb\x06\x2d\xa4\x1a\x06\x33\x74\xd3\x9f\x92\x97\x41\x57\ \x3f\xff\xd4\x5f\xf3\xf2\x47\x5e\x7b\xd5\x78\x9f\x2c\x78\x7f\x85\ \xb3\xbb\xb3\x18\x38\xc2\x61\x1f\xe7\x52\xd1\x83\x6e\xa8\xaf\x4f\ \x4c\x4e\x06\x00\xc6\xb9\x3b\x2e\x39\x27\x3f\x3b\xce\xef\x4f\xce\ \xcc\xcc\x4a\x8f\x97\x89\x23\x31\x2d\x3b\x3b\x35\x41\x91\xe5\x84\ \xf4\xcc\xcc\x9c\x01\x43\x87\x0c\xf1\x63\xc3\xc4\xde\x91\x13\x27\ \x17\x67\x27\xf8\xe2\xd3\x87\x0d\x1b\xe8\x92\x64\x45\xb4\x97\x37\ \xa1\x09\x97\x4d\x2a\x1a\x38\xb8\x20\x23\x86\x31\x14\x9b\x9c\x91\ \x93\x99\xea\x24\x96\x7b\x87\xe3\x52\x33\xb3\x32\xd3\x5c\x12\x72\ \xc5\x26\x65\xe7\xa4\xc7\x27\x26\x15\x0c\x2d\xf2\x62\x26\xf9\x33\ \x26\x4f\x9d\x3a\x20\x25\xc6\x1b\x9f\x9c\x95\x93\xe9\x77\x2b\xee\ \x98\xa4\xdc\x9c\x8c\x58\x8f\xe2\xf0\x25\x65\x67\x65\x25\xc4\x27\ \x66\xe4\x64\xb8\x24\xe2\x4b\x1d\x74\xf5\xbc\xb9\x85\xc9\x0a\x73\ \xc4\x0f\x1b\x36\xd8\x2b\x31\xc9\x15\x93\x99\x93\x9d\xe0\xf7\x78\ \xe3\x52\x73\xb2\xb2\x62\xdd\x32\xe7\x42\x08\xe0\x5c\xf8\x12\xdc\ \x47\xb7\xae\x6f\xf6\x0c\x18\x33\x72\xc8\xb0\xa2\x1c\x99\x19\xba\ \x61\x62\x87\x3f\x2b\x3b\xc9\x97\x90\x35\xb4\xa8\x28\xc1\xad\x24\ \xe6\x0e\x19\x9a\x93\xea\xf6\xfa\x12\x62\x7d\xc0\x4c\x46\xbc\x45\ \xc3\x86\xa7\x7a\x09\xc3\x9e\xe2\x89\xd3\x46\x17\x64\xba\x3d\xfe\ \xcc\x9c\xcc\xa4\xf8\xb8\xbc\xc1\x43\xf2\x52\x7d\x4e\x87\xdc\x52\ \x53\xe1\xc8\x1e\x35\xb6\x30\x27\x29\x25\x33\x23\x39\x21\x25\x6b\ \x50\x6e\x92\x17\xc9\xee\x8c\xec\xac\x18\x07\xd2\x0c\x96\x52\x38\ \xe1\xba\x2b\x27\xe8\xa7\x36\x2e\xdf\xd1\x7e\xf5\x75\xb3\xe2\x15\ \x1e\xa9\x66\x60\xbf\xfe\xc5\x17\x08\x10\x02\x21\x72\xe0\xc0\x81\ \xf7\x56\xbe\xbf\xff\xc0\xfe\x63\xc7\x8e\x67\x66\x66\x3a\x14\x07\ \x42\xc8\x30\xf4\x8e\x8e\xb6\xa4\x88\xb6\x32\xc6\x38\x18\x0c\xe8\ \x86\x11\x9f\x90\x60\x9a\x66\x5f\x65\xe9\x70\x69\x89\xee\x83\x73\ \xc0\xce\xb4\xac\xac\xac\xb4\x84\x98\xd8\x84\x9c\xec\xac\x24\x9f\ \x03\x2b\x9e\xac\xec\xdc\x8c\x04\x3f\xd7\x55\x1d\x1c\xc5\x13\xaf\ \xba\x7c\x68\x86\x3b\x3e\x73\xd8\xe0\x5c\x49\x30\xa7\x3f\x21\x3b\ \x3b\x33\xd6\xe7\x4d\x4c\xcf\xce\x4a\x4f\x56\x10\xc7\xee\xf8\x81\ \x85\xb9\x32\x42\xf1\x29\x19\x99\x29\xb1\x18\x7a\x84\xa0\xad\xa1\ \x78\x94\x26\xb4\xb0\xb2\x07\x4c\xc3\x6c\x6b\x6d\x4d\x4e\xb9\x60\ \x7a\xd0\x4f\x34\xbc\xf2\x2c\xf1\x9e\xb5\xce\x7d\xcc\x95\x57\xe5\ \xfe\xfe\x6f\x3d\x7a\xd0\xfb\xf7\x0c\x19\x3e\xd2\x1a\x6e\x11\x45\ \xc1\xcc\xd4\xa9\x70\x38\x24\x53\xd7\x29\x47\x4e\xa7\x83\x1a\x1a\ \x15\xd8\xe9\x54\xa8\xae\x71\x24\x39\x1d\x0a\x46\x48\x70\x4a\x19\ \x6b\xa9\x3c\xba\x66\xfd\x6e\x12\xe3\xaf\x3f\x71\x58\x1a\x74\xd5\ \x43\x37\x4f\xc0\x26\x95\x1c\x0e\x85\x10\x21\x98\xae\x69\xe1\x1a\ \x4d\x08\x29\x0e\x87\xa0\xba\x41\xb9\xec\x70\x12\x41\x35\x83\x11\ \x49\x76\x38\x64\x0c\xc0\x19\xd5\x74\x83\x28\x0e\x22\xa8\xa6\x53\ \xd9\xe1\x24\x40\x35\x83\x4a\x8a\x53\x02\xaa\x9b\x5c\x76\x38\x65\ \x82\x11\x70\xd3\xd0\x0d\x93\x03\x00\x96\x64\x87\x22\x63\x04\xd4\ \xd4\x75\x83\x49\x0e\x27\xe6\xa6\x61\xd2\xee\x94\x57\xd9\xa1\x94\ \x7e\xf2\xe6\xbb\x25\xb1\xdf\xfa\xfa\x4d\x2e\xb5\x43\xb3\x84\x5b\ \x11\x76\x38\x1d\xdc\xd0\x18\x92\x1d\x32\xd2\x35\x9d\x38\x9c\x98\ \x53\xdd\x30\xad\xe9\x65\x84\x89\xe2\x70\x48\x18\x59\xc6\x73\x2c\ \x3b\x24\xcc\x58\x70\xcf\x9a\xd5\x47\x9b\x0d\x27\x6b\x3f\x7a\x5a\ \x9d\xf7\xc0\x83\xa3\x73\x62\x08\xc2\xa6\xae\x31\xc0\x0e\xa7\x53\ \xc2\x60\x18\x3a\x60\x59\x91\x88\x10\x5c\xd0\xc0\xfa\x37\x5f\x28\ \x8d\xbb\xf2\x81\xab\x87\x31\x5d\xb7\x07\x11\x5f\x3c\x81\x01\x01\ \x42\x28\x18\x08\xbc\xb3\x7c\xf9\xc9\x93\x25\x37\xdf\x74\xe3\xe8\ \xd1\xa3\x40\x80\x24\xcb\xc1\x40\xa0\xb2\xe2\xf4\xd0\x61\x23\x7a\ \xf4\xa0\x1b\x1a\x02\x81\xae\x82\xa2\x62\xed\x0c\x3d\x68\xd1\x5b\ \x6a\x11\x04\x00\x26\x4e\x87\x64\x6a\x3a\x48\x8a\x8c\xb8\x66\x98\ \x88\x28\x0e\x19\x19\x06\x95\x9d\x4e\x09\x01\x67\x54\xd7\x0d\x26\ \x40\x92\x15\x87\x22\x23\xe0\x86\xae\x9b\x0c\x1c\x4e\x85\xea\xe1\ \x56\x2d\x29\x0e\x45\x96\x04\x33\x34\xdd\x0c\xc7\x3a\x44\xb7\xe1\ \x22\x92\x88\x13\xce\x7b\x21\x92\xa4\xa9\xea\xe9\xd2\x92\x61\x23\ \x46\x5e\x00\x3d\x68\xae\x86\x62\x66\xcc\x72\x15\x14\x22\xa9\xff\ \xaf\x0b\x4a\xa5\xc4\x24\xae\xaa\xd1\x83\x38\x4d\xd3\xdc\x2e\x17\ \x03\x61\xe8\x1a\x08\x40\x42\x68\x2a\xb5\xe2\x26\xba\xa6\x81\x00\ \x04\x5c\x0f\x59\x65\x7f\xa8\x1a\x59\x76\x89\x08\x76\xfa\x12\x06\ \x0e\xcc\x69\xd3\x78\xe6\x9c\x3b\x86\x16\x0f\x20\x86\xc9\x04\x98\ \xaa\x66\x9e\x11\x3e\x32\x54\xcd\x4a\x79\xa2\x9a\x4e\xad\x79\x10\ \xd3\x54\xa3\x2e\x50\x64\x3b\xa2\x7a\xf8\x0d\xd3\x75\xeb\x92\x98\ \xaa\xda\xe7\x80\x67\x7c\x57\x0b\xff\x98\x1e\x0d\x68\x33\x7b\xfc\ \xf5\xf7\x15\x06\x58\x57\xa7\x8e\x00\x45\x52\xe1\xf4\xb0\x9e\xaf\ \x61\x1d\x91\xab\xbd\xbe\x28\x18\xd3\x43\xa1\x1e\x6d\x4c\x66\x6a\ \x26\x60\x82\x53\x73\x07\x74\xe1\x06\x46\x32\xef\x99\x39\x24\x37\ \xd9\x6b\x6a\xba\x19\x6e\x65\x3c\x6a\x7f\xd6\x6d\xd0\xd0\x99\xb7\ \x8f\xf4\xc6\x73\x5d\x3b\x17\xd3\xd5\xff\xc1\xe1\x05\x01\x42\x08\ \xaf\xcf\x77\xcb\xcd\x37\x37\x35\x35\xe7\xe5\xe5\x72\xc6\x05\x08\ \x84\xb0\xaa\xaa\x7d\x9c\x76\x84\x91\x6e\xe8\xe1\xd0\xa3\x88\xf4\ \xd0\x70\xaa\x0a\x02\x00\x88\x7e\x48\x33\xa6\x85\xf5\xa0\x0d\x2b\ \x36\x20\xa8\xa9\x51\x00\x00\x3d\xd8\xd3\x00\x10\x00\x33\x8c\x90\ \x61\x74\x7f\x2f\xd2\x0b\x00\x00\xa8\xae\x53\x5d\xef\x43\x64\x91\ \x2e\x85\x84\x00\x40\xc2\xd2\x83\x16\x42\x48\x18\x9d\x69\xf3\xf9\ \x8b\x2f\x08\xd3\x74\xe6\x0f\x74\x17\x16\x9f\x2d\xf2\x89\x10\x12\ \x94\x72\x4d\xb5\x1e\xad\x82\xf3\xc4\xa4\xe4\x92\x93\xc7\x07\x17\ \x0f\x75\xb9\xdd\xdd\x2c\x8b\xa2\x62\xbd\xe2\xec\xc1\x62\x97\x2b\ \x77\x7a\x76\x01\x02\x04\x9c\xea\x86\x71\x2e\xa2\x2a\xe7\x2e\x90\ \x8d\xdd\xbe\x98\x38\xc6\x68\xaf\xf5\x11\x5f\xe8\xc1\x35\x60\xc4\ \xa4\xa2\x31\x04\x40\x30\xd3\x30\x4c\x0a\x8a\xe3\xd3\x0f\xe8\xf5\ \xc7\x01\xa7\x8c\xdb\xeb\x52\xbf\x74\xd4\x11\x90\x10\xc2\xed\xf2\ \xa4\xa6\xa4\x76\xeb\x41\x77\x76\x76\x54\x56\x9c\xce\x1f\x30\x30\ \x5a\xf7\x35\x26\x26\xb6\xa6\xba\xaa\xba\xb2\x22\x23\x23\x13\x61\ \xc2\x85\x80\x88\x5e\x3b\xfa\xf4\x66\xfc\x6f\xb0\xb9\x67\x59\x72\ \x64\x53\x57\x67\x67\xf9\xe9\xd2\xdc\xbc\x01\x17\x48\xf7\x15\x21\ \x61\x18\x2c\x8a\xe1\xce\xb6\x5b\xf7\x05\x4d\x4d\x4b\x37\xa9\x79\ \xe8\xc0\x3e\x84\xf0\x79\x5b\x79\x66\xc3\xc6\xe7\xef\x69\xd1\x13\ \x92\xd6\x28\x3e\x33\x33\x2b\x2e\x2e\xbe\xbb\x8f\x09\x21\x64\x59\ \x1e\x34\xa8\xa0\xac\xb4\xa4\xb6\xa6\x1a\x47\x52\xdb\xc5\x45\x61\ \x73\x38\xa7\x36\x3d\x3d\x23\x21\x21\xe1\x92\xd1\x83\x06\x80\xec\ \x9c\xbc\xd4\xd4\x74\x46\xa9\xfd\x7c\xb3\x71\xf1\x43\x92\x64\x45\ \x51\xfa\x74\x30\xce\xb9\xdb\xe3\x2d\x1e\x3a\x5c\xd7\xf5\x8b\xf0\ \xd1\xd6\xaf\xcd\x17\x35\x2f\x08\x21\x04\x63\xd1\xd5\x41\x6d\xd8\ \xb8\x98\x21\x04\xf4\xdb\xc1\xac\x38\xbf\xd3\xe9\xbc\x84\x6c\xbe\ \xa8\xfd\x05\x38\x2f\xd5\x78\x6c\xd8\xb0\x5b\xf2\x97\x87\xbd\x48\ \xd7\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xd8\ \xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\xb0\x61\xf3\x82\x0d\x1b\x36\ \x6c\x5e\xb0\x61\xc3\x86\xcd\x0b\x36\x6c\xd8\xb0\x79\xc1\x86\x0d\ \x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x85\x08\x10\x26\x72\xa4\x38\x8a\ \x0d\x1b\x36\x2e\x49\x5e\x20\x92\xe2\x70\x28\xdd\xd5\x97\x88\xa4\ \x38\x1c\x32\x46\xfd\xee\x29\x2b\x8a\xfc\xe9\x1d\x1e\x21\x50\xdb\ \xeb\x4b\xcb\xeb\xcd\x33\xf2\xca\x31\x91\x1c\x8a\x82\x6d\xc2\xb0\ \x61\xe3\xe2\xe6\x05\x84\x91\x68\x6b\x2c\x3f\x51\x52\xa9\x0a\x8c\ \x00\x10\x26\xa1\xe6\xca\xe3\xa7\xaa\x42\xa6\x38\x43\xc0\x06\xda\ \x6a\xcb\xf6\xee\x3f\xd2\x49\xf1\x59\x9d\x01\x84\x15\x50\x3f\x59\ \xf4\xa7\xdf\x3c\xbb\x3a\x28\x7a\xf9\x0c\x18\xa3\x40\x73\xf5\xde\ \xbd\xfb\x9b\x35\xb0\x7d\x09\x1b\x36\x2e\x5e\x5e\x40\x18\x3b\x20\ \xb8\xe6\xd5\xc7\x1f\x7e\xf4\x67\xab\xf6\x37\x39\x5c\x4e\x27\xb4\ \x2c\x7e\xf2\x17\x5f\xfb\xaf\xdf\x1d\xac\x0d\xca\x8a\x22\x2b\x8a\ \x2c\x49\x92\x2c\x2b\x0e\x87\xcb\x49\x37\xbc\xf9\xec\x6f\x9e\x7c\ \xbd\x41\x38\x1d\x32\x06\x40\x92\x24\x59\x7f\x94\x25\x12\xf6\x26\ \x64\x59\x91\x88\x16\x68\x6b\x0f\xe8\x02\x00\x93\xf0\x2e\x8a\xe2\ \x70\xbb\xd0\xde\x0f\x5e\xff\xd5\x6f\x9f\x3b\x6d\xc8\x4e\x99\x00\ \x20\x12\xf5\x7d\x9b\x28\x6c\xd8\xb8\x20\xe8\x77\x9d\x35\xa2\xba\ \xae\x76\x98\x0a\x6b\x59\xf7\xd1\xda\xab\x26\x7c\xc5\xd8\xbb\x61\ \xd3\x91\x46\x27\x4e\x6d\x0f\x69\x0a\x31\xb6\xaf\x5c\xb4\xe0\xdd\ \x0d\x1d\x22\xe1\x8a\x9b\xef\xbb\x77\x6e\x81\xc3\xe3\xe3\x4d\xfb\ \x7f\xf3\x8d\xfb\x07\x4f\xbc\xf9\xbb\xf7\x15\x3d\xfd\xab\xbf\xef\ \xaf\xeb\x72\x27\x0e\xbc\xe1\xee\x7b\x67\x8d\xce\x6d\x3d\xb9\x65\ \xfe\xab\x6f\x1d\xa9\x0e\x30\xa3\xd3\x97\xea\x50\x14\xb6\xf1\xf5\ \x27\x17\xac\x3f\x28\xe4\xd8\x11\x33\x6f\xfe\xca\x6d\x53\x1c\x2e\ \xb7\xa4\xd6\x3f\xf5\xfd\x87\x97\x17\x5d\xf5\xff\xbe\x37\x7d\xe9\ \xef\x9e\xd8\x74\xb2\xd1\x11\x97\x3d\xfb\xd6\x7b\xae\x99\x38\x10\ \x73\x6a\x2f\xce\xb6\x61\xe3\x22\xf0\x17\x10\xa2\xa6\xde\xd5\xa6\ \x25\x17\x16\x76\x1d\xda\xbe\x7d\xdf\xc1\x4d\x9f\x6c\xd2\x53\x8a\ \x13\x24\xbd\x95\x8a\xea\x1d\xef\x3f\x39\x7f\x65\xfc\xe8\xb9\x57\ \x0e\x75\x2f\x79\xea\xef\x1b\x4a\x5b\x25\x04\x92\x2f\x79\xda\xb5\ \x37\x5c\x31\x7e\xa0\xe2\x88\x1b\x35\xe5\x8a\xb9\xb3\x2e\x8b\x0b\ \xee\x7d\x61\xe1\xba\x8e\xce\xea\x45\x2f\x3d\xb7\xbd\x5a\xb9\xf2\ \xea\x99\x79\xf1\x0e\xca\x18\x13\x72\xee\xe0\xb1\xb3\xe7\xcc\x19\ \x3d\x40\xf9\xe0\xd5\x05\x3b\x4a\x9a\x88\x84\x91\xd3\x3f\x7e\xf6\ \x75\x73\xa6\x0d\x75\xc8\xde\x21\xe3\xa7\xcd\x9d\x33\x23\x8b\x94\ \xbe\x34\x7f\x59\x65\x3b\x93\x88\x3d\x63\x62\xc3\xc6\xc5\xe0\x2f\ \x20\xa0\x66\xa8\xb5\xcb\x1c\x38\x77\xf6\x80\xb2\xf7\x16\x3e\xff\ \xbc\x33\x88\xaf\xbf\x73\xc6\xce\x57\x5e\xec\xd4\x3a\x8f\x96\x96\ \xb6\x07\x79\x5b\xe5\x31\x83\x76\xf9\xbd\x66\x4d\x5b\x30\x96\x31\ \x39\x26\xed\xaa\x5b\x6e\x1b\xec\x36\xeb\x0f\x6f\xda\xbf\x7f\x57\ \x83\xae\xa8\x5c\x46\x6a\xa0\xa5\xb2\xac\xb4\xb6\x6d\xf0\xe5\xdf\ \x7e\xf8\xde\xb1\x4b\xab\xd6\x1c\x2e\xc7\x10\x6a\x3e\x7a\x74\xef\ \xae\xa3\xad\x0e\x6c\x3a\x40\xed\x08\x85\x64\xc6\xb1\x33\x7e\xfa\ \x0d\xb7\x4f\x8c\xe7\xad\xa5\x7b\x0e\x1d\xd8\x59\xda\x41\x84\x89\ \x71\xa8\x2b\xa8\xe9\x08\x5c\xf6\x4d\xb2\x61\xe3\x22\xf0\x17\x00\ \x28\xd5\x3a\x42\xdc\x9b\x9a\x3d\xfd\x8a\xcb\xf4\x63\xdb\x45\xc1\ \xa4\xa9\xc5\xb9\x4e\xac\x77\x05\xa8\xdb\x21\x51\x0e\xd9\x23\xa6\ \xdf\xf3\xc0\xc3\x3f\xf8\xe1\x0f\xaf\x1a\x94\x24\x38\xd5\x42\x5d\ \x6d\xad\x1a\x08\x75\xc7\xca\x65\x1f\x1d\x6a\xbb\xf2\x8e\x87\x66\ \x8f\x4b\x35\x74\x2a\xb9\xdd\x4e\x19\x1a\x6b\xcb\x3a\x42\x21\xca\ \x05\x96\xa5\x8e\xe3\xdb\x16\xbf\xbd\xc6\x37\xfc\xba\xfb\x6f\xbb\ \xc2\x23\x18\x07\x2c\x61\x64\xe8\x81\x96\xe6\x2e\x00\xfd\xd0\xc7\ \xab\x56\x6c\x2e\x1d\x7b\xe3\x43\x37\x4e\xcf\xa7\x06\xb5\xc5\x61\ \x6d\xd8\xb8\x98\xe2\x0b\x46\x57\x63\x6b\x28\x49\x87\x01\x53\xa7\ \xdf\x7e\x7f\x28\x61\xf4\x15\xc9\xae\x66\x33\xd4\x59\x5b\xad\x8d\ \xb8\xe6\x8a\x89\xdb\x0f\x6d\x5d\xfa\xc2\xa1\x0f\x30\x4a\x9a\xfa\ \xcb\x5f\x0c\x1d\x31\x6a\x48\xec\xa6\x37\x1f\xff\xda\x9d\xc3\xa6\ \x5d\x3b\xb7\x70\x48\xf2\x96\x15\x4b\x9f\x7b\x12\x75\x94\x63\x25\ \x5b\x49\x1d\x3c\x6f\xf6\xf4\x7f\x2c\x7e\xe3\xc1\x07\xde\x33\xda\ \x9b\x3c\x43\x24\x77\x4a\x66\x7e\x56\xcc\xa1\x8f\xe6\xb7\xef\x32\ \x5b\x38\x12\xa0\x0c\x1a\x3c\x38\xcb\xb1\xee\xef\xdf\xbb\xef\xfd\ \x91\x57\xde\x36\xad\x20\xcb\xb5\x73\xd5\x4b\x4f\xfa\xcc\x72\x24\ \x17\x61\x7b\xf6\xd2\x86\x8d\x0b\x81\x7e\xea\x4d\x21\x4c\x8c\xce\ \xea\x2d\x9b\x0e\x25\x8e\x18\x3f\x3c\x3b\x59\x96\x30\x70\xa6\x75\ \x36\xef\xdb\xb6\x55\x4b\x1d\x33\x6d\x54\x76\xa8\xee\xe4\xce\xbd\ \x47\xdb\x55\xe6\x49\xcc\x1d\x37\x76\x68\xbc\xc3\x38\xba\x67\xd7\ \xf1\xca\x16\x7f\x66\xd1\xa4\xd1\xb9\x15\xfb\x76\x9e\xac\x69\x03\ \xc9\x99\x98\x31\x70\xe4\xb0\x81\x5e\xa2\x1d\xdf\xb7\xeb\x44\x55\ \x2b\xc8\xae\xd4\x9c\xc1\xa3\x86\x66\xb5\x9f\x3e\xbc\xe7\x70\x89\ \xca\x88\x3b\x26\x79\xc8\xc8\xe1\x59\x71\x52\xe9\xc1\x3d\x87\x4e\ \xd5\x3a\x92\xf2\xa7\x4c\x2a\x6e\x3c\xb2\xfb\xc8\xe9\x46\x4e\x94\ \xb8\x94\xbc\x91\xc3\x06\x7a\x15\xcc\xed\xc0\xa3\x0d\x1b\x5f\x02\ \x5f\xa0\xde\x54\xff\x75\xe8\x10\x96\xdc\x6e\x27\xd5\x54\xbd\xbb\ \x20\x2a\x22\x2e\xb7\x0b\x51\x2d\xa4\x99\x58\x76\x38\x1d\x32\x46\ \x88\x33\x53\xd3\x74\x2e\xb0\xc3\xe9\x94\x25\xcc\xa9\xa1\xea\x54\ \x71\x3a\x65\x82\x01\x04\xa3\xa6\xa6\x19\x02\x61\xc5\xe1\x54\x24\ \x6c\x55\x4c\x51\x75\x53\x92\x1d\x0e\x87\x8c\x00\x04\x67\xba\xa6\ \x99\x1c\x1c\x0e\xa7\x22\x13\xce\x4c\x4d\x33\x24\x87\x53\x91\x08\ \x00\x44\x0e\x6e\xdf\x56\x1b\x36\xce\x37\x2f\x9c\xa5\x90\x1c\xa7\ \xc1\x40\xa0\xf7\x26\xa6\x06\x03\x00\x00\x08\x71\x6a\x84\x68\x74\ \x51\x19\xae\x6b\x3d\x75\xb5\x74\x35\xaa\xc8\x1a\x00\x08\x6e\x68\ \xa1\xe8\xbd\xa9\xa9\x53\x53\x8f\x0e\x67\x18\xba\x6a\x44\x36\x18\ \x9a\x6a\xd8\x77\xd2\x86\x8d\x0b\x0a\x7b\x16\xd0\x86\x0d\x1b\x36\ \x2f\xd8\xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xfc\xab\x38\x7f\xf5\xa6\ \x10\x42\x94\x52\xbb\xe4\x94\x8d\x4b\xe3\x81\x89\x31\x21\xe4\xcc\ \xe6\x8a\x10\x12\x42\x50\x4a\x2f\x21\x9b\x2f\x5e\x5e\x40\x08\x75\ \x74\xb4\xeb\x9a\xde\x5d\x05\xd8\x86\x8d\x8b\x19\x8c\x31\xb7\xc7\ \xe3\xf3\xfb\x05\xe7\xd1\xcd\xd8\x30\x8d\x8e\xb6\x76\x84\x00\x2e\ \xbe\xfa\xcb\x9c\x33\x97\xcb\xed\xf3\xfb\xbf\x3c\x35\x7c\x21\x5e\ \x10\x02\xc9\x2e\x24\x3b\xe0\x6c\xa7\x47\x48\x30\x53\xe8\x41\xab\ \xd4\x3d\x42\xb8\xab\xb3\xc3\x34\x8c\xec\xdc\x5c\x49\xb2\xeb\xd6\ \xda\xb8\x04\xa0\xeb\x5a\x75\x65\x85\x24\x49\x2e\x97\xcb\xea\x66\ \x08\x21\xce\x59\x6b\x73\x53\x62\x52\x4a\x6c\x5c\xfc\xc5\x68\xb3\ \xa1\x57\x57\x96\x13\x89\xb8\xdd\x9e\x2f\x49\x0d\x5f\x84\x17\x90\ \xa4\x18\xb5\x07\x8c\xc6\x93\x70\xb6\x45\x4d\x8c\x4b\x31\x69\xce\ \xdc\x49\x82\x99\x00\x80\x10\x74\x75\x75\x66\xe5\xe4\x4a\x92\x2c\ \x84\x10\x42\x20\x84\x00\x20\xfa\x8d\xdd\x10\x6d\x5c\x70\x58\x63\ \x04\xeb\xbd\xc3\xe1\x4c\x48\x4c\x6e\x69\x6e\xf4\x78\x3c\xd6\xf4\ \x3e\x42\x28\x14\x0a\x49\xb2\x12\x1b\x17\x6f\x35\xe3\xe8\xaf\x44\ \x7f\xf7\xfc\xdb\x6c\xfd\xeb\x50\x1c\x49\x49\x29\x4d\x0d\xf5\x5e\ \xaf\xef\x4b\x16\xb6\xfe\x42\xbc\xe0\x70\x77\xed\x79\xbd\xe5\x83\ \x27\xf1\x59\xd6\x34\x71\x0d\xbc\xa3\x67\x65\x7c\xe3\x23\x11\xea\ \x88\x10\x05\x97\x25\x99\x73\x01\x20\x2c\x22\xb0\x7e\x0c\x8f\x72\ \xd2\x3e\xff\xf9\x31\x46\x82\xdb\x19\x4f\x36\xfe\x5d\xa4\x60\xbd\ \x91\x64\xb9\x4f\xef\xe2\x9c\x13\x4c\xa2\x9f\x64\xd6\x9b\x6e\x9a\ \x38\xe7\x46\x61\xfc\x69\x7d\xa4\xdb\x66\x11\x81\x24\xcb\xf4\x5c\ \x94\xba\xff\x62\xe3\x08\x40\xb2\x13\xbb\x00\xbb\xce\x42\x0c\x48\ \xc5\x8a\xa7\xd7\xaa\x27\xce\xb9\x10\x58\xf0\xc8\x01\x30\x21\x18\ \x00\x18\xa5\xe2\x5f\x19\xa8\x09\x00\x24\x98\xaa\x19\x44\x71\xda\ \xb2\x2d\x36\xce\x15\xac\x27\x3e\x46\x28\x1c\x4d\x08\xf7\x32\x2e\ \x44\xef\xe6\x29\x22\x8c\x10\x61\x01\x1e\x79\x56\xa3\x33\x1b\x2a\ \x22\x84\x20\xe0\x94\xf2\x2f\x1a\x8a\x10\x34\xa4\x32\xd9\xa1\xf4\ \x2b\x65\xd6\xdd\xbd\x50\x84\xa2\xba\xe9\xe1\xcb\x5f\x90\xf3\x14\ \x05\xe4\x9c\x43\x37\xb1\x01\x22\x24\xf0\xde\x73\x4f\xbc\xbc\x62\ \x0f\x48\x12\x12\x42\x20\x4c\x24\x29\xfc\xc2\x28\xec\x4d\x74\x6f\ \x41\x20\x04\x58\xef\x25\x49\xa2\xcd\xfb\x9e\x7d\x65\x71\x23\x91\ \x88\x24\x61\x4c\x88\x24\x21\x10\x02\x70\x78\x4f\x44\xba\x0f\x25\ \x84\xe8\x7e\x8f\x7a\x28\xd5\x86\x8d\xbe\x40\x00\xc0\x79\x28\x14\ \xc2\x84\xf4\x74\x2d\x2e\x38\xe7\xd1\xc2\x85\x42\x08\xce\x59\xf4\ \xf3\x19\x00\x04\xe7\x82\xf3\xbe\x07\x44\x84\x76\x9c\x7a\xe9\xd9\ \x05\xc7\x9a\xb8\xd4\xdd\x92\x25\x09\x83\x10\x02\x70\xf7\x47\x04\ \x42\x88\xa8\x8f\x42\x08\xd4\xbd\x73\x47\xc9\x96\x67\x5e\x5d\x6d\ \xc8\x12\x91\xa4\xfe\xdb\x6f\xef\x53\x03\x42\x82\x0b\xce\x39\xa0\ \x2f\xfb\xcc\x3c\x2f\xf3\x11\x08\x59\xc4\x2b\xc0\xea\xe1\xb8\xe3\ \xf8\xe6\x8f\x36\x6f\x6f\xf3\x07\x26\x4e\x1e\x5e\x9c\x80\xb5\x60\ \xeb\xe1\x03\x07\xaa\x9a\xbb\x24\x6f\xca\xc8\xf1\x63\xd3\x3c\x98\ \x23\x1c\xaa\x3f\xb5\x7d\xd7\x11\xc3\x93\x36\x6e\xe2\xd8\x04\x07\ \xab\x3d\xb9\xef\xd0\xc9\x0a\xdd\x91\x36\x34\xad\xe3\xf4\xa1\x5d\ \xef\x2d\x4a\x28\xc8\xc9\x1e\x51\x98\x5c\x5e\xde\x3c\x70\xe8\x50\ \x3f\xb4\xef\xdf\x7f\x2a\x61\xd0\xa8\x54\xd2\xb2\x67\xff\xa1\xaa\ \xc6\x40\xd2\xc0\xe1\x93\x86\xe7\x37\x9c\xdc\xb5\xf3\x68\xb5\x27\ \x63\xf0\xa4\x51\x05\x0a\x62\xf6\xd8\xc3\x46\x3f\xcd\x13\x00\x21\ \xb4\x66\xed\xda\xbd\x7b\xf7\x3e\xf8\xc0\x03\xa9\x69\x69\xa6\x61\ \x00\x00\x87\x33\x9f\xbd\x11\x2e\x88\xfa\x1c\xfd\x31\xda\xc3\xe7\ \x5a\xeb\xbe\x5d\x87\x8a\xae\xbe\x43\x6b\xaf\xde\xbb\xe7\x50\x63\ \xa7\xee\x4b\x1d\x30\x6e\xec\x50\x2f\x61\xad\x15\x87\x76\x1e\x28\ \x31\x1d\xc9\xe3\x27\x8c\x4e\x89\x75\xb5\x95\x1f\xda\xb1\xff\x14\ \x49\x1a\x30\x71\xdc\x08\x2f\x0a\x56\x1c\x39\x72\xa4\xb4\x86\xc4\ \xe6\x66\x4b\x1d\x25\x7b\x36\xbe\xbd\x04\x65\xe4\x14\x4d\x1e\x39\ \x48\x41\x7d\xdb\x6f\xf7\x60\x06\x10\x0a\xf7\x2f\x10\x67\x3a\x2f\ \x17\xa9\xbf\x80\x2c\x7f\xc1\xfa\x09\x08\x21\x11\xfc\x64\xdd\x8e\ \x91\xb7\x7f\xef\xc6\x41\xda\x9a\xad\xc7\x00\x91\x8e\x8a\x1d\x4f\ \x3d\xbf\xf8\x54\x63\xdb\xd1\x4f\x96\xfc\xf5\x89\x57\xaa\x0c\x62\ \xd4\x1d\x78\xe1\x99\x57\x4f\xb5\x69\x95\x3b\x97\x3f\xff\xda\x6a\ \x0d\x42\xef\xbf\xf4\xfc\x07\x3b\xcb\x5a\xdb\xdb\x42\x94\x28\x12\ \xd2\xd5\x90\x6e\xf2\x60\xc3\xbe\x57\x16\x2e\xaf\x63\x84\xd0\x9a\ \x77\x16\xce\x3f\xd8\x2a\x3a\x4f\x7e\xf8\xcf\xf9\x6f\x9f\x6e\x6c\ \xeb\x0a\x6a\x55\x07\xdf\x7f\x76\xc1\xea\x0e\x5d\xdb\xb1\xfc\xc5\ \xd7\xd6\x1e\x45\x44\xb2\x1f\x8c\x36\xfa\x00\x00\x30\xc6\x3b\x77\ \xed\xfa\xf8\xe3\x8f\x5b\x5b\x5b\x17\x2f\x59\xd2\xd6\xd6\x86\x30\ \xb6\xba\x7b\x9f\xb1\xbd\xf5\x84\x8e\xf6\x17\x3e\xd5\x09\x21\x4e\ \x97\xd3\xe5\x42\x25\x5b\x97\x3f\xb7\xe4\x93\xe6\xf6\xc6\x8f\x16\ \xfc\x73\xc1\xfb\x07\xd4\x8e\x53\xcf\xfc\xed\xe5\xe3\xcd\xa1\xce\ \x96\x96\x10\xc3\x1d\xa7\x36\x3e\xf7\xf2\xd2\xfa\x90\x71\x74\xed\ \xeb\x2f\xad\xd8\x6e\xa8\x4d\x6f\x3f\xff\xf4\xe6\xa3\x55\x4d\xad\ \x1d\xa6\x20\x32\x11\x9a\x1a\x52\x0d\x33\x7a\x78\x73\xe6\x6f\x08\ \xff\xbf\x10\x67\xda\x7c\x11\xfb\x0b\x96\xaf\x25\xb8\x10\x1c\x61\ \x29\x58\x7d\x70\x6f\x8d\xf3\xae\x47\x26\x66\xe6\xd6\xfd\xea\xad\ \x4f\xea\xaf\x1e\xce\xb5\xa0\x92\x39\xf4\xf6\x07\x1f\xcc\x10\xd5\ \x4f\xfc\xe8\xf7\xeb\xb7\x57\x8c\x0d\xae\xda\xdd\x24\x6e\x9e\x14\ \x87\x4d\xf7\x86\x6d\x6b\x8e\x5e\x3f\xd2\x14\xbe\x69\x37\x3c\x74\ \xd3\xe8\xd8\xce\xb2\xd5\xe0\xcf\x98\x73\xe7\x9d\x83\x5d\xd0\x7a\ \xec\x3d\x87\xd3\x81\x04\x00\x47\x0e\x97\x5b\xc6\x5c\x0d\x04\x62\ \xf2\xc6\x3e\xf8\xf5\x07\x63\x21\xb0\xf0\x97\x4f\x37\x88\xa2\x09\ \xb1\xf1\x9a\x43\xdb\xfc\xe1\xe6\x5b\x67\x16\x7b\x39\xe3\xf6\xf3\ \xd1\x46\x1f\x67\x96\xb3\x21\x43\x8a\x87\x0c\x19\x42\x08\x61\x8c\ \x4a\x92\xc4\x39\xc3\x18\x45\xe2\x0b\x3d\xbb\x0a\x01\x42\x70\x80\ \xee\x7f\x45\x64\x5c\xcf\x51\x1f\xd7\x1d\x61\xce\xb9\x00\x21\x04\ \xd3\x42\xa1\x94\x51\x33\x1e\x79\x70\x56\x45\xfe\x33\x7f\xfc\x78\ \x5b\xe3\xd8\x49\x9d\x41\x35\x2d\x63\xc8\x0d\x33\x46\x7a\x25\xed\ \xfd\x45\xab\x4e\x74\xc5\x8d\x48\x88\x53\x9a\xa5\xe5\x1f\x6f\xb9\ \x7e\xcc\x1c\x83\x24\x5e\x73\xe7\xc3\x53\x72\x3c\x35\x3b\x97\x92\ \xe4\xa2\x1b\xee\xbc\x2b\x45\xa6\xba\x66\xd0\xfe\x23\x8f\x3d\xd9\ \x02\x96\xc1\x97\x52\x5e\x13\x17\x5c\x08\xc1\x18\x97\x24\x51\xba\ \x6b\xe3\xb1\xca\x92\x37\x9f\xf8\xbd\x43\x6f\xad\x3a\xdd\xbc\xed\ \x58\xfb\x14\x09\x13\x8c\x98\x09\xe0\x4a\xcc\x8a\x53\xea\x5b\x9a\ \x3b\xd4\x2e\xa7\xd7\x8f\xa8\xc1\x63\x87\x3c\x78\x5f\x5a\x86\x6c\ \x52\x04\xd4\xd0\x00\x38\xa5\x8c\x0b\x61\x1a\x02\x9c\xc0\x05\xa7\ \x96\x6f\x85\xc0\x8a\x62\x72\x40\x48\x30\xcd\x00\x40\x5d\x2d\x01\ \xe1\x49\x74\x33\x23\x18\x3f\x7c\xd6\x03\xc9\x03\x88\xa1\x51\x61\ \xd3\x82\x8d\x33\x43\x77\x48\x22\xc4\x1a\x93\x4b\x92\x04\x00\x8c\ \x31\x8c\x31\x17\x42\x70\xde\x13\x77\x44\x20\x40\x70\x6e\x6d\xee\ \xd5\x03\x23\xe1\xc9\x68\x07\x1e\x73\xce\x00\x04\xa7\x4c\x00\x08\ \x6e\xaa\x00\xc4\x1b\x87\x59\x1d\x8a\x1f\xf1\xc3\xef\xdd\xf5\xce\ \xca\x65\x3f\xff\x78\xed\xdd\x5f\xbd\x39\x68\x68\x0e\xbf\x97\xea\ \x9a\x3b\x6b\xdc\x57\xc6\x17\xc6\x60\x8d\x03\x98\xba\x06\xe0\xa6\ \x9c\x0b\xce\x4d\x5d\x30\xa0\x8c\x33\x21\x00\x45\xd9\x1c\x4d\x44\ \xd6\x07\xce\x39\x17\x9c\x47\xdb\x7c\xd1\xfb\x0b\x42\x70\x2e\x90\ \x2c\x3a\x4b\x57\x6f\xaf\xba\xfc\xae\xaf\xcd\x1e\xe0\x36\xb1\x5c\ \xfc\xe1\x4b\x9b\xd7\xaf\x1f\x7a\xb9\xc3\x6c\x6d\xac\xa8\xa8\x05\ \xfd\xe0\xb6\x1a\x63\xda\x0d\xd9\x69\x1d\xb9\x68\x7b\x75\x5a\xe1\ \xb8\x41\x31\x4c\xa5\xae\x04\xb9\x55\x37\x28\xa3\x26\xa7\x26\x56\ \xbc\xa2\xad\xa9\xf4\x64\x69\x72\x86\x1b\xb9\x53\xdc\xad\x1f\xee\ \xdd\x53\x92\x92\xdd\x16\x50\x75\xc6\x18\xa3\x94\x52\x60\xd4\xa4\ \xc4\x53\x98\x17\x53\xd2\x02\x83\x27\x4c\xf3\x9a\x21\xee\xf4\x12\ \x46\x99\x9d\x28\x61\xa3\xff\xf1\x34\xc6\x18\x8b\xa8\x31\x2f\xc7\ \xc4\xea\xfd\x51\xb4\xd0\xfd\x44\xe6\x9c\xf1\x6e\x6f\x22\x3a\x25\ \x27\x8a\x71\x30\xa3\x8c\x51\xc6\x18\x13\x94\x31\x4a\x19\x05\x6a\ \x9a\x9c\xb2\x50\xb0\xd3\xe9\x2f\xb8\xe7\xc1\x8c\x97\xff\xf4\xab\ \xf7\xf6\x4e\x99\x97\x9d\xb7\xb6\xc6\xc8\x1f\x39\x29\x45\x32\x84\ \xc3\xeb\x52\x4b\x0c\x83\x32\x4a\x29\xa7\x8a\xe2\x64\xcd\x15\xa5\ \xe5\xe5\xc2\xaf\x78\xfd\x5e\xa9\xff\x62\x2f\xe1\xdc\x4b\x04\x88\ \x23\x6c\x39\xe6\x97\x8e\xbf\x60\xcd\x53\x12\xd4\x74\xea\x58\x40\ \xc9\xbd\x6e\x42\x71\xba\x93\x0b\x2c\xf9\xaf\xb8\x6c\xcb\x1b\xa7\ \x2a\x5a\x72\x45\x67\xd5\xbb\xaf\xfd\x83\x87\xd4\x81\xb3\x6e\x99\ \x32\xd0\xeb\xd2\xaf\xbd\xb5\xf4\xad\xa5\x4f\xff\x81\x13\xc7\xe0\ \xc9\x37\xdf\x35\x23\xd9\x17\x1b\xeb\x92\xc0\x34\x0c\x39\xae\x68\ \xce\x84\xf4\x95\x2f\x3f\xb1\xb7\x60\xfc\x7d\x77\xdd\x70\xc7\xf5\ \xa3\x5e\x5f\xfa\x8f\xfd\x0a\x66\xde\xec\x34\x8f\x24\x24\x4f\xac\ \x8f\x08\x46\x35\x86\x26\xdc\x74\x77\xdd\x9b\x8b\x9e\xfa\xfd\xef\ \x25\xd9\x33\xf5\x96\x7b\x67\x16\xa5\x9c\x93\xa9\x5d\x1b\xff\x97\ \x42\x8e\x08\x00\x01\x6a\xef\xec\x30\x4d\x83\x10\xc2\x18\xf3\xfb\ \xfd\x8a\xac\x84\x3d\x02\xce\x51\xaf\xf8\x02\xf0\x30\x58\xaf\x29\ \x09\x6b\xb6\x32\xca\x03\x11\xc0\x18\x48\x31\x71\x7e\x02\x0c\x9c\ \xbe\x18\x8f\xc2\x28\x05\xe2\x4a\x88\x8b\x11\x1d\xe5\x4b\x16\xbe\ \x55\xad\x31\xe4\x1e\x35\x6f\x58\xde\xd0\xa4\xf4\x39\x0d\x0b\x5e\ \x7c\xe2\xb7\x84\xf8\x26\x5e\x7b\xfb\xdc\x42\x47\x4c\x5c\xac\x8c\ \x84\x11\xd2\x7d\xd9\x23\xae\x18\xbe\x67\xf1\x33\x7f\x4d\x29\xba\ \xe2\xc1\x3b\x66\xc6\x28\xac\xdb\x15\x40\x67\x32\x03\x42\x3c\xcc\ \x5a\xe2\x4b\x4f\x47\x9c\x45\xaf\xe9\x33\xb8\xd5\x15\xd3\xf2\xee\ \x0f\x5b\x56\xff\x05\xbb\x49\xff\x2c\xa0\x32\xef\xa8\x6b\xd3\x1f\ \x79\x8f\xab\x1d\x00\x40\x08\x39\x74\x70\x7f\xf1\xd0\xe1\x08\xa1\ \xee\x84\x05\x8b\x95\x11\xc6\x04\x93\xba\x83\xef\xfe\xf9\xdd\xfa\ \x6f\x7f\xff\x91\x4c\x85\x11\x45\x11\xd4\xe0\x40\x64\x09\xe9\xaa\ \x6a\x72\x90\x24\x99\xf4\x08\x3d\x0a\x40\x98\x10\x64\x68\x1a\x03\ \x2c\x4b\xb2\x2c\x13\x53\x53\x0d\x06\x8a\xa2\xe0\xa8\x94\x33\x01\ \x02\x13\x59\x02\xa6\x6a\x3a\x07\x24\x49\x12\x46\x76\xc2\x83\x8d\ \xbe\xe3\x08\x84\x80\x60\x72\xf0\xe0\xc1\x77\x96\x2d\xd3\x34\x7d\ \xd0\xa0\x41\x77\xde\x71\xbb\xc7\xe3\x21\x92\x14\x0c\x74\x55\x55\ \x56\x14\x0f\x19\x66\x9a\xa6\xd5\x8c\x1b\x1b\x1b\x82\x81\x40\x41\ \xd1\x60\x4d\x55\xb9\x08\x77\x43\x84\x80\x0b\x81\x00\x7d\xee\x4c\ \x1c\x41\xa9\x49\x99\x50\x1c\x2e\x05\x0b\x06\x58\xc2\x42\x53\x35\ \x2a\x90\x2c\xf7\xb4\x52\x01\x02\x21\x42\xb0\xd0\x35\xdd\x9a\xbb\ \x44\x51\x63\x1f\x6b\x40\x81\xad\xb1\x0b\x02\x04\x08\x61\x24\x49\ \x92\xaa\xaa\x65\x65\xa5\xc3\x86\x0d\xb7\x6c\xee\x1e\xe6\x9c\x1b\ \xbd\xa6\xcf\x1c\x15\x60\x77\xbc\x9c\x98\x85\x9d\xce\xfe\x79\x41\ \xd7\x24\x5f\x0a\xf4\xf8\x33\x88\x33\xce\xb9\xc0\x48\x44\x82\x90\ \xdd\xf1\x1a\x81\x31\x21\x8a\x3b\x21\xce\xef\x90\x24\x09\x33\x6b\ \x8a\x08\x80\x19\x06\x20\x49\x56\x20\x92\x4c\xd2\x3d\xb4\x12\x9c\ \x72\xc0\x92\x8c\x01\x40\x70\xd3\xe0\x40\x24\x85\x00\x9c\x11\x88\ \xe5\xd4\x34\x00\x88\x2c\x13\x88\xca\x48\xb1\x61\xa3\xb7\x0b\x40\ \x05\x1d\x31\x62\x38\x65\xec\xf0\xe1\x23\x37\xdd\x78\x83\xc7\xeb\ \x61\x8c\x21\x8e\x39\x17\x7d\x3a\x4c\x38\xb2\x10\xf9\xaf\xdb\x59\ \x00\x21\x38\x84\xa9\xa1\x8f\x3f\xd2\xaf\xa6\x39\x91\x64\x22\x01\ \x08\x66\x32\x00\xe0\x06\x03\x2c\xf7\xd3\xd4\x85\x60\x94\x03\x91\ \x65\x6b\x86\xbf\x57\x9e\x20\x08\x04\x20\xc0\x4a\xa9\x42\x02\x09\ \x24\x10\xe3\x9c\x73\x2e\x2e\x54\xbe\x23\xd7\xba\x62\x2e\x7b\x34\ \x66\xda\x7f\x9d\x55\xc7\x1d\x01\x08\xc1\xb5\xae\xee\x8f\xb2\xa2\ \xb4\xb4\x34\xa5\xa5\xa5\x53\x4a\xb9\xc0\x48\x08\x14\x9e\x76\x05\ \x10\x3c\xa9\x70\xc6\x63\x85\x20\x04\xe5\x40\x08\xb1\xdb\xaa\x8d\ \xf3\x35\x8c\x40\x3d\xb9\x82\xe3\xc6\x8e\x1d\x33\x66\x34\xc6\x98\ \x31\x4e\x30\x21\x44\x6a\x6a\x6a\x74\xb9\xdd\xd1\xfd\xd1\xe1\x70\ \xd4\xd7\xd5\x19\x86\x2e\x11\x89\x5b\x13\x0e\x28\x9c\x96\x73\xde\ \x56\xfa\xf4\xd8\x1c\xfe\xd8\x3d\x1e\x02\x49\x92\x9a\x1a\xfb\xda\ \x7c\x7e\xe3\x0b\x42\x80\x60\x9f\x19\xe7\x0d\xf3\x08\x63\xd9\xd9\ \x39\xc7\x8f\x1d\x31\x75\xdd\x1f\x13\x1b\x31\x5a\x7c\x36\xaf\xda\ \xb0\x71\x5e\x82\x0c\xdd\xce\xb9\xd5\xd5\x84\x10\x2d\xcd\x4d\x5d\ \x9d\x1d\x43\x86\x8d\xe8\x76\x19\x18\x63\x31\x31\xb1\x5e\x8f\xe7\ \xc8\xe1\x03\x19\xe9\x59\x44\x96\xfb\x6b\xc9\xe7\xd9\x66\x81\xa0\ \x87\x26\xda\x5a\x9a\xdb\xda\xdb\x86\x0c\x1b\xce\xbe\xb4\xcb\x70\ \x3e\xe2\x8e\x42\x08\x8f\xd7\x5b\x3c\x74\x78\x75\x65\x79\x6b\x4b\ \x0b\xb2\xab\x42\xd8\xb8\x98\x43\x0e\x00\x80\x84\xc7\xe3\x2d\x1e\ \x3a\x5c\x92\xa4\xe8\xd1\x29\xe7\x3c\x7f\xe0\xa0\xfa\xba\xda\xea\ \x9a\xaa\x88\xbb\x7b\xd1\xd8\x0c\xc2\xed\xf1\x0e\x1d\x36\x5c\x96\ \x95\x2f\x9f\xda\x74\xfe\xe6\x23\x9c\x4e\x67\x61\xf1\x50\x3b\xf8\ \x67\xe3\x92\x00\xe7\x9c\x52\x76\x66\x07\xe3\x9c\xa7\xa5\x67\x64\ \x64\x65\xa3\x8b\xd2\x66\xc6\xd8\xa5\x94\xef\x68\x79\x0d\x34\x2a\ \x46\x6a\xc3\xc6\x25\x0a\xc6\x18\xfb\xbf\x3e\xe1\x6d\xab\xaa\xd9\ \xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\ \x6c\xd8\xb0\x61\xf3\x82\x0d\x1b\x36\x6c\x5e\xb0\x61\xc3\x86\xcd\ \x0b\x36\x6c\xd8\xb0\x79\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\ \xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\xb0\ \x71\xa9\xe3\xac\xeb\xa6\x88\xa4\x38\x1c\x0a\x46\x20\x18\xd5\x74\ \xcd\xd6\x57\xb7\x61\xe3\x3f\x9c\x17\x90\x24\xe1\xa6\xd2\x9d\x1f\ \xae\xd9\x52\xdd\x6e\xc4\x67\x15\xcd\x9c\x7d\x55\x7e\xbc\x04\x58\ \x56\x14\x09\x04\x37\x75\x9d\x72\x01\x80\x24\x59\x91\x65\x82\x40\ \x70\x4a\x75\xc3\x24\x8a\x53\x21\x5c\x55\x0d\xa2\x38\x64\x0c\xba\ \xa6\x71\xc0\xb2\xe2\x90\x25\xcc\x99\xa9\xeb\xa6\x00\x24\x3b\x1c\ \x12\xc6\x08\x09\x66\x9a\x86\x49\x05\x00\xc2\x92\xc3\x21\x63\x04\ \xd4\xd0\x0d\x93\x13\x59\x51\x14\x09\x38\x33\x0c\x83\x31\x81\x48\ \xf8\xaf\x8c\x9a\x7a\xbf\x0a\xfa\x36\x6c\xd8\x38\x0f\xbc\x80\x25\ \x29\x58\xb3\xeb\x89\xdf\xfc\xb1\xd2\x91\x99\x9b\xe0\x68\x3e\x76\ \x68\xf8\xf4\x59\x83\x15\xa9\xbd\xa9\x6a\xff\xa9\x6a\xa6\xc4\x0c\ \x28\x1a\x14\xe7\xc0\x80\x50\x7b\xed\xc9\xd2\xaa\x16\x86\x24\x7f\ \x62\x6a\x6e\x56\x4a\x4b\xc9\xbe\xf2\x2e\xef\xf0\x21\x99\x4d\xa7\ \x0e\xd7\x84\xf0\xc0\xa2\xc2\x78\x99\xd6\x96\x1e\x3c\xdd\x10\xf0\ \x27\x67\x15\xe4\xa7\x23\x23\x58\x79\xe2\x64\x53\x7b\xc0\xe0\x38\ \x29\x73\x40\x7e\x7a\x8c\x10\x48\xe8\xed\x47\x0e\x97\xb6\xa9\x22\ \x31\x63\xc0\xc0\x9c\xc4\x60\x43\xc5\xbe\xb2\x6a\xee\x8c\x2f\x28\ \x18\xe0\x77\x4a\x34\xd8\x76\xf8\x70\x69\x5b\x88\xc7\xa5\x64\xe5\ \x65\xa7\x48\xc2\x2e\x25\x67\xc3\xc6\x05\xe1\x05\x84\x43\x1d\xd5\ \x27\xab\x5b\xf3\x6e\x7b\xe4\xe7\x5f\xbf\xd6\x61\x04\x91\xe2\x6c\ \xab\xdc\xf3\xf4\xdf\x9e\x3f\x50\x17\xe2\x94\x15\x4c\xbd\xe5\xfb\ \xdf\xbe\x35\xb4\x6f\xd9\x9f\x9f\x7a\xb3\xa4\x39\xc4\xa8\x11\x33\ \x78\xda\xe3\x8f\xff\xa8\xfc\xdd\xbf\xfd\x76\xdf\xd0\x45\x2f\x7f\ \x6b\xfb\xd2\x17\x5e\x2e\x75\xfd\xf9\xc9\x3f\xb6\xed\x78\xfd\xcf\ \xf3\x3f\x6a\xd5\x05\x90\xb8\xeb\x1f\xf9\xde\x4d\x23\xe8\x4b\xbf\ \xfb\xf5\x9e\x66\x1d\x09\xea\xcd\x1e\xfd\xed\x1f\xff\xbf\xa9\xc9\ \x6d\xaf\xff\xe3\x2f\x6f\x6f\x3d\xd9\xa5\xa3\xcb\xbf\xfa\x9b\xef\ \x49\xd5\xff\x7c\xe2\x9f\x07\xea\x82\x82\xe3\x81\x97\xdf\xf3\xd8\ \x7d\x93\x36\x2e\x7e\xf2\xa5\x55\x47\x65\x97\x3b\x7f\xec\x4d\x8f\ \x7d\xf7\x06\xc5\xd0\x6d\xa5\x77\x1b\x36\xfe\xdd\xe8\x27\xee\xc8\ \x18\x4d\xc8\xbf\xec\xa1\xbb\x67\x77\x6e\x5b\xf0\xc0\x3d\x8f\xfc\ \x63\xe9\xc6\x16\xd5\x3c\xf4\xc1\x5b\xeb\xcb\xf8\x55\xb7\xdd\x33\ \x6f\x6c\xfa\xee\xf5\x2b\xb6\x1d\xad\x58\xb7\x68\x49\x99\x6b\xd4\ \x5f\xe6\xcf\xff\xe6\xd5\xa3\xcd\x8e\x56\x9d\x83\xec\x70\x79\xdc\ \x4e\x04\x20\x3b\x9c\x5e\xb7\x87\x07\xaa\x96\x2d\x78\xa7\x35\x7e\ \xc4\x83\x0f\xde\x99\x4f\xea\xde\x5b\xb5\xaa\x2a\xc4\xd5\xce\xd0\ \xd8\x87\x7e\xf6\xf2\xef\x1f\x75\x35\x1e\xdc\xba\xb3\xa4\x7c\xff\ \xca\x37\x3e\xae\xbc\xe6\xd1\xdf\xbe\xbd\x64\xe1\xf7\xae\xce\x5a\ \xbf\x62\xd1\xd6\x32\x36\xfb\xf6\x87\xae\x1d\x9f\xbc\x7d\xd9\xb2\ \x43\x95\x55\xa5\x25\xa7\x58\xcc\xd0\xaf\xfc\xe0\xa7\x3f\x78\x78\ \xae\x8b\x1a\x36\x29\xd8\xb0\x71\x61\xfc\x05\xc1\x29\x38\x92\x6e\ \xfa\xda\xff\x9b\x3e\xaf\x7c\xcf\xfa\xb7\xff\xb1\xe0\x49\x0d\x70\ \x5e\x8b\xa1\x48\x66\xc9\xc1\xfd\xf1\x9e\xb4\x2b\x66\x0c\x4b\x14\ \xad\xbb\x1a\xf4\xac\xf1\xc5\xc5\xe9\x69\x75\x4e\x07\x06\x13\x01\ \x00\x70\xc1\x99\xec\x70\x2a\x12\x01\x84\x4c\xad\xad\xa1\x0b\x61\ \xa5\x61\xef\x3e\x92\x38\x64\x42\x56\xce\x20\xc2\x38\xc2\x08\x2b\ \xae\xb4\xac\xd4\x98\x18\x27\xd3\xbb\x5a\x6a\x6a\x0c\x4f\xee\x98\ \x21\x83\x13\x13\xbd\x60\xd4\x34\x77\xb6\x70\xc1\xca\x0e\xef\x8d\ \x75\x66\xcd\xbd\xca\xed\xf4\x65\xdc\xf1\xd0\x77\xcc\xd7\xde\x7c\ \xf1\x8f\x7f\x18\x3e\xf3\xa6\x87\xef\xb9\x3a\x01\x9b\xd4\x1e\x48\ \xd8\xb0\x71\x01\xc6\x11\x44\x0e\x36\x1c\x7e\x7b\xfd\xd1\xb4\xc2\ \x02\xc5\xeb\x55\x30\xef\xec\x34\xb3\x8b\xb2\xc5\xa6\x3d\x29\x03\ \x87\x8f\xce\x76\x53\x16\x33\xac\x28\xe7\x44\x86\x7b\xe7\xee\xed\ \xef\xad\x8d\x3d\x5d\xd9\x08\x92\x1f\x11\xc9\x9f\x92\xc2\xea\x0e\ \xae\xfe\x68\x7d\x53\x5d\x0b\x13\x0e\xc5\x93\x56\x98\xe5\x3c\xde\ \xee\x1a\x32\x66\xbc\x1f\x19\xbe\xf4\xe1\xa9\xce\x1a\x83\x72\x27\ \x67\x8c\x71\xc6\x19\xe7\x28\xb9\x60\x48\x5c\x70\xc1\xb2\xf7\x96\ \x77\x0d\x4d\xf3\x24\x64\xe6\x67\xe6\x61\x76\x20\x31\x7f\xe4\xf8\ \x0c\x12\x70\xa4\xe5\x7b\xa1\xaa\xde\x9c\x78\xcd\x4d\xe8\x9d\xf9\ \x1f\xae\x5b\x7d\xf9\xb5\x73\x53\x93\x10\xb5\x89\xc1\x86\x8d\xf3\ \xcf\x0b\x08\x61\xae\xb5\x1e\xde\xf6\xc1\xe2\xb7\xdf\x64\xc4\x95\ \x3f\x6e\xde\x2d\x57\x4f\x1d\x9e\x30\xfc\x91\x7a\x75\xf9\x8a\x97\ \x56\x07\xd9\xc0\x71\xd7\x0d\x9d\x36\xf6\xea\xfb\x1e\x28\x7b\x7a\ \xfe\xf3\x7f\xfb\x3b\x11\x4c\xca\x8c\xa7\x9c\x0c\x9d\x76\xfb\xbc\ \xc3\xcf\x2e\x7e\xfa\x1f\x48\x71\x0f\x98\x94\x1f\xe3\x4b\xbe\xe9\ \xeb\xdf\x6a\x7d\xf1\x8d\xd7\x9e\xfa\x93\x46\xe2\xe6\x3d\xf4\x93\ \xa1\xa9\x8a\xcb\xe3\x71\xca\x04\x10\x77\xb9\x3d\x12\x16\xe9\x23\ \xae\xfd\xf6\x83\x0d\xaf\xbd\xb7\xe8\xb7\x2b\xcc\x91\xf3\xbe\xf7\ \xab\x7b\x1f\xb8\xbf\xf3\x85\xe5\xef\x3c\xb7\x4e\xa3\xd9\xd3\x1f\ \x18\x9d\xe7\xdf\xb6\x7c\xfe\xca\x23\x5d\x2e\x6f\xec\x9c\xeb\x6f\ \x2c\x8a\x47\x06\xb3\x49\xc1\x86\x8d\x7f\x3b\xce\x5a\x87\x8e\x33\ \x6a\x52\x06\x80\x64\x87\x53\x91\x10\xe7\x88\x20\x1a\x0a\xe9\x0c\ \x80\x48\xb2\x44\xb0\x24\x49\x4c\xd7\x41\x36\x3f\xf8\xe7\x1f\x17\ \x1c\xd4\x1f\xfb\xf3\x9f\x26\xc4\x09\xcd\xd0\x54\xcd\x14\x08\xcb\ \xb2\x4c\x30\x96\x24\x89\x9b\xaa\xaa\x53\xc0\x58\x96\x64\x8c\x84\ \x61\x98\x48\x92\x65\x0c\x86\x69\x22\x2c\x29\x8a\x22\x61\x50\x43\ \x21\x2a\x40\x22\x92\xec\x74\x12\x6e\xaa\xaa\xce\x00\x24\x49\x96\ \x30\x62\x8c\x9a\x94\x02\x96\x5c\x4e\x17\x16\xd4\xa6\x05\x1b\x36\ \xfe\x55\x9c\xc3\x3a\x74\x88\x48\x8a\x24\x87\x0f\x4a\x29\x07\x00\ \x8e\x90\xc3\xe5\x82\x48\x01\x5f\x46\x29\x92\x1c\x4e\xa7\xe4\xf6\ \x78\xbc\x1e\x22\x21\x60\x8c\x0a\x24\xb9\xdc\x72\xf7\x3e\x94\x9a\ \x08\xcb\x2e\xb7\x02\xe1\x52\xc0\xc8\xe9\x72\x09\xc1\x85\x00\xa7\ \xd3\x25\x84\x10\x9c\x99\x02\x29\x4e\x97\x62\x7d\x85\x9a\xac\xf7\ \x59\x24\xd9\x21\x2b\x0e\x00\x10\x36\x29\xd8\xb0\x71\x01\xc7\x11\ \x11\x8a\x39\xa3\x98\x95\xd5\xa1\x7b\x6d\xa0\x6a\x08\x2e\xbb\xfb\ \x3b\x93\xef\x02\x49\x0a\x4f\x21\x8a\xbe\xfb\xf4\x3a\x50\xb7\xb8\ \x7d\x8f\xca\x7d\xef\xc3\xf6\xd9\xff\x8c\x73\xda\xb0\x61\xe3\x82\ \xf1\xc2\xbf\x00\x22\xc9\x04\xec\xaa\xb0\x36\x6c\xd8\xbc\xd0\xdb\ \x23\xb0\xaf\xa3\x0d\x1b\x97\x16\xd0\xbf\x9b\x17\x3e\x3f\x30\xc6\ \x60\xd7\xa1\xb3\x71\x49\x40\x88\xb3\x15\x74\x43\x08\x21\x8c\x2f\ \xc2\x7e\x2e\xce\x6e\x73\xb7\xe9\xdd\xc5\x2c\x05\x7c\x5a\xc1\xdd\ \xf3\xc4\x0b\x08\x21\xce\x59\x7b\x7b\x27\xa3\x76\x29\x3a\x1b\x97\ \x00\x64\x59\xf1\xfa\x7c\x08\xa1\x3e\xee\x30\xc2\x58\x0d\x85\xd4\ \x50\xe8\x62\xab\xc0\x2e\x04\x28\x8a\xec\xf1\xfa\x31\x46\x9f\xed\ \xc2\x87\x1f\xcf\xe8\x42\xf2\x02\x42\x88\x52\xda\xdc\xdc\xe8\xf3\ \xc6\x78\xbd\x5e\xbb\xcd\xd9\xb8\xf8\x11\x08\x04\x1a\x1b\x1b\x92\ \x93\x53\xfa\xb4\xe4\x8e\xf6\x36\xd3\x30\x62\xe2\xe2\x30\xba\xb8\ \x5c\x06\x01\x10\x0a\x06\x9a\x9a\xea\x93\x92\x52\xd0\x67\x7a\xe5\ \x42\x7c\xfa\x40\x42\xfa\x62\x16\x28\x04\xc9\xe4\xac\x84\x89\x00\ \x28\x07\x9d\x8a\xc8\xa9\x51\x7b\x5b\x6b\x4c\x4c\x5c\x52\xef\xab\ \x6c\xc3\xc6\x45\x8b\x98\xd8\xb8\x9a\xea\xaa\x8e\xf6\xf6\xb8\xf8\ \x78\xcb\x39\x47\x08\xe9\xba\xa6\x86\x42\xb9\xf9\x03\x24\x6b\x0e\ \xff\x22\x43\x6c\x6c\x5c\x6d\x4d\x75\x47\x7b\x5b\x7c\x42\xe2\x59\ \x07\x14\x08\x00\x21\x40\xe8\xd3\xb9\xe3\x8b\xf0\x82\x5b\x46\x2b\ \x0f\xaa\x6b\x8e\x6a\x6e\xa5\xff\x43\x6b\xa6\x18\x91\x29\xdf\x3f\ \xc5\xab\x99\xc2\xf2\x59\x34\x4d\xcb\xc8\xcc\xb6\xc6\x34\x42\x88\ \x33\xdd\xb3\x2f\xec\x3b\x11\x82\x01\x80\x33\xf6\x39\x23\x17\x02\ \x80\xe0\x7f\xed\x2b\x67\x3d\x29\x67\x9f\x15\xbe\x89\x9c\x13\x11\ \x8c\xe0\x9c\x14\x20\x17\x42\x20\x42\x30\x80\xe0\x8c\x7f\xbe\x1f\ \x10\xfe\xc9\x82\x33\x01\x76\x74\xa7\xcf\x95\xe9\x1e\x99\x5b\xfd\ \xc4\xfa\x57\x08\x81\x31\x8e\x89\x89\xad\xab\xad\x8e\x47\x09\xdd\ \xce\x82\xa1\x1b\x0e\x87\x53\x92\xe4\xee\xd6\x2b\x22\x6d\x1a\x21\ \x24\xe0\x7c\x5c\xde\xcf\xb0\x39\x36\xb6\xb6\xaa\xf2\x6c\x7d\x5e\ \x20\x10\x1c\x21\x21\x40\x08\x10\x00\x48\x9c\x4b\x5e\x90\x30\xd4\ \x77\xd0\xbd\x95\x86\xcf\xd1\xff\xe9\x83\x86\xf0\xbb\x90\x84\xa3\ \x7f\x8c\x00\x04\x82\x33\x00\xc0\x84\xf4\xfc\x18\xce\xf8\x97\x48\ \x50\xc0\x58\x34\x56\x9c\xec\x92\x93\x73\x53\x63\xc5\xe7\xeb\x75\ \x18\x41\x7b\x7d\x75\x17\xf8\xd2\x93\x63\x80\xf7\x55\x73\xc0\x44\ \xc2\x48\x50\xca\x3e\xf5\xa4\xa8\xb3\xa9\xba\xc5\x74\x67\xa5\xc4\ \x82\xf8\xec\x93\x22\x4c\x40\x6d\xae\x6c\x83\xb4\xd4\x38\x02\x08\ \x13\xeb\xba\x08\xce\xd8\x17\x10\x93\xc0\x18\x1b\x9d\xcd\x35\x6d\ \x7a\x7a\x7a\xba\x4b\x46\xc0\x19\x3d\xe3\x28\x92\x24\x59\xbc\x47\ \x08\xe6\x94\x22\xc4\x1b\xab\xea\xe4\xa4\xcc\x58\x59\xd8\xb9\x61\ \x7d\x9e\x9d\x00\x20\xa2\xba\x74\x77\x3f\xb7\x76\xe8\x43\xe5\xdd\ \xa9\x35\xd1\xbc\xd0\xdd\x2d\x41\xf4\x6a\x0d\x08\x21\x42\x48\x7f\ \xf7\xe7\x73\x9b\x87\x09\xc1\x88\xf5\x5e\x11\xd4\x6d\x73\xb4\x55\ \x61\xdb\x38\x07\x00\xf6\x29\x1d\x41\x08\x08\xe7\x07\xa1\x4f\x37\ \x0a\x7f\x31\xc6\x92\x08\x72\xc9\xc8\x79\x96\x97\x4b\x46\x0a\xe9\ \x75\x62\xc1\xb8\x10\xe1\x68\x87\xd6\xd9\x52\x59\x5e\x76\xea\x54\ \x49\x45\x4d\xa3\x21\x08\x91\xf0\x17\xbe\x6c\x18\xd3\x3d\xab\x5f\ \x5d\xb9\xeb\x34\xc1\xf8\x73\x52\x35\x26\x70\x60\xe5\xab\xcb\x36\ \x1e\x27\x67\x84\x94\x31\xc6\x9d\x35\x27\x0f\x1e\xad\x82\x4f\x3b\ \x1a\xc2\x18\x1f\xd9\xf0\xf6\xab\xab\x0f\x02\xc1\x9f\xeb\x84\x98\ \x6d\x7d\xfb\xe5\xc5\x9f\x9c\xc4\x84\x60\xc2\x9a\x6b\x2b\x4a\x4e\ \x95\xd4\x34\x76\x00\x91\x08\xfa\x22\xbc\xd0\x52\xb2\xf9\x99\xd7\ \xd7\xab\x66\xfb\x92\xa7\xff\xf0\xc1\xb1\x56\x89\x90\xe8\xbf\x4b\ \x84\x6f\x7c\xf3\x99\x97\x56\x1c\x01\xda\x7a\xf0\xe0\x91\x0e\x46\ \x30\x41\x47\xd6\xbe\xf9\xea\x8a\xdd\x82\x48\xb6\xbf\xd0\xa7\x25\ \x8b\x48\x97\x46\x08\x61\x8c\xc3\x79\x75\x51\x88\xf6\xc9\x04\x84\ \xfb\x5e\xf4\x0e\x9c\x73\xce\x79\x9f\x34\x40\x04\x48\x50\xbd\xb1\ \xa1\x49\xa5\x5f\x70\x0a\x0e\x61\x6c\x76\xd4\xee\x3b\x70\x52\x65\ \x28\xba\x39\x76\xdb\xdc\xeb\xd4\xdd\xa6\x0a\x8b\x26\xd0\x59\x78\ \x10\x21\x04\x08\xe1\xf0\xbb\x0b\x1b\x77\x04\x00\x1e\x71\x5d\x30\ \x21\xbb\x17\xfe\xe5\x99\x9d\x1d\x83\x07\xa5\xa8\x9d\x5d\x52\x4a\ \xf1\xdd\xf7\xdc\x59\x90\x28\x73\xc0\x18\x23\x10\x00\x08\x04\xa3\ \x1c\x49\x04\x0b\x6a\x52\x2c\xc9\x18\x01\x35\x4d\x44\x64\x82\x05\ \xe7\x80\x31\x82\x9e\xbb\x25\x4c\x43\x37\x39\x07\x00\x42\xa4\xee\ \x9f\xc9\xa9\xc9\x04\x10\x42\x30\x42\x80\x10\x08\x66\x52\x2e\x49\ \xb2\xc5\xec\x54\x0f\x86\x74\x06\x00\x44\x92\x2c\x9a\x65\x8c\x0b\ \x40\x18\xe3\x8a\x4f\xde\x5e\x5c\x37\xec\x37\xc5\xd9\x48\x70\x0a\ \x58\x22\x38\x7c\x2e\xce\x4c\xc6\x89\x24\x5b\x77\x88\x99\x7a\x50\ \x35\x04\x00\xc6\x98\x84\x4f\xc1\x99\x40\x04\x23\x6a\x9a\x80\x88\ \x24\x61\x46\x4d\x2e\x80\x48\x58\xad\xda\xf9\xe1\x9e\xf6\x79\x3f\ \x1a\x49\x8c\xe6\x15\xaf\xbc\xb8\xfe\x68\x83\xcb\xeb\x0a\x75\x04\ \x06\x4e\xbb\xe5\xc1\x9b\xa6\xb9\x31\xb7\x9a\x23\x20\x04\x20\xa8\ \x49\x01\x61\x49\x22\xe1\x2d\x82\xd3\x48\xfe\x37\x26\x12\xb1\x4e\ \x2f\xcc\x60\x20\x44\x91\xb3\x60\xc4\x78\x39\xce\xc1\x85\xe5\x20\ \x84\x5b\x83\xe0\x90\x5e\x38\xcc\xe9\x4a\x09\x54\xed\x78\xf1\xf5\ \x83\x8f\x3e\x3e\x24\x0e\xe4\xb1\xd3\x27\x7e\xf8\xd4\x07\x07\xa6\ \x8f\x1a\x95\x4c\x4c\xca\x6d\x76\xe8\xe3\x96\xcb\xb2\xdc\xdc\xd4\ \x54\x5e\x51\x31\x76\xec\x58\xab\xb3\x75\x77\x7e\xd4\x7b\x6f\x21\ \xc2\x59\xbd\x7d\x1e\xc2\x7d\x7b\x20\x91\x8c\xe6\xc3\xbf\x7b\xfc\ \xdd\x5b\x7e\xf2\xcb\x29\x39\x4a\x24\xd4\x87\x80\x33\xca\x84\x24\ \x4b\x20\x04\x80\x60\x8c\x09\x88\xbe\xdd\x8c\x52\x21\xc9\xe1\x5e\ \xd9\x58\xb2\xfd\xe5\x25\x0d\x3f\xfd\x9f\x02\x2f\xe1\xdc\x64\x7d\ \xba\x7b\x8f\xab\x12\xbe\xf1\xa2\xdb\xe6\x3e\xfd\x1d\x21\x44\xa9\ \x19\x08\x04\xdc\x1e\x37\x17\x4c\x80\x40\x80\x64\x42\x3a\x3a\x3b\ \xcf\x46\x5a\xe7\x85\x17\x10\xe2\x9c\x8b\xf0\x3d\x60\xc1\x90\x18\ \x3a\xfd\xee\xc7\x1e\x9c\x14\x6c\xab\x5d\xf5\xca\x9f\xff\xf2\x3c\ \xfe\xdf\x9f\xdc\xef\xef\x3c\xb5\xf8\xf5\xa5\x47\xaa\x3a\xe3\xf3\ \xc7\xde\x7b\xdf\xf5\x1d\xdb\x5e\x58\xd9\x90\xf7\xe8\x5d\x33\x1b\ \x36\x2f\x7e\xe7\x88\xf3\xab\x5f\x9b\xd7\xba\xff\x83\x37\x77\xd2\ \x6b\xa6\x26\xaf\x5c\xbc\xa2\x95\x01\x48\x89\xd7\xdc\xf5\xc0\xe4\ \x41\xae\xee\xa9\xe4\xe6\x92\xad\xaf\x2f\xfa\xa0\x3e\x08\x79\x63\ \xaf\xba\x63\xde\x54\x9f\x1c\x5c\xbf\xe8\xf5\x8f\x0f\x94\x61\x5f\ \xe6\xbc\x3b\xee\x1d\x97\x1f\xdb\x78\xfc\x93\x85\x4b\x3e\x6a\x13\ \xce\xae\xf2\xba\xfc\x6b\x9c\x66\xa8\x66\xd9\xfc\x57\x0f\xd4\x04\ \xe3\x06\x4d\x7f\xe8\xf6\x99\x31\x32\x13\x00\x8a\x43\xae\x39\xf0\ \xee\x4f\x7f\xb9\x7f\xc8\x94\xdb\xee\x9c\x1e\xbb\xf2\xb5\xd7\xb6\ \x9e\x6c\x76\x26\x17\xde\x74\xc7\xad\x43\xd3\xbc\x1d\xe5\xbb\x17\ \xbe\xfe\x6e\x23\x55\x3a\x1b\x4a\x95\x71\x13\x25\x80\xc3\x1f\x2e\ \x5c\xba\xe5\x98\x21\xc7\xce\xbe\xfd\xfe\xf4\xa6\xd5\xef\x56\xa4\ \x7c\xf3\x9e\xd9\xae\xf6\xc3\x4f\xbd\xfa\xf1\xe4\x3b\xbf\x3e\x3a\ \x11\x21\xc4\x4f\xee\xdf\x61\xe6\x8e\x1b\x95\xe1\xde\xfe\xfa\xdf\ \xdf\x3f\xae\x7c\xe7\xb1\xc7\x0b\xe2\x1d\x6d\x15\xbb\x9f\xfc\xe3\ \xf3\x8b\x53\xb3\x1e\x1c\x89\x17\xbc\x34\xff\x68\x93\xc1\x41\x1e\ \x3d\xfb\xb6\x1b\xa7\x0d\x56\x78\x70\xe7\x8a\x25\xab\x76\x9e\x60\ \xce\x94\xd9\xb7\xde\x33\xb9\x20\x9e\x99\x0c\x61\x89\x77\x56\xbe\ \xfd\xfa\x1b\x07\xea\x74\x64\x34\xea\xbe\x89\x0a\xe8\x95\xa5\x87\ \xbd\x49\xc3\x8b\x91\xb1\xfb\x83\x45\x2b\xb7\xfc\x7f\xf6\xbe\x3b\ \x4e\xae\xe2\xc8\xbf\xba\xfb\x85\xc9\xb3\x39\xe7\x55\x58\x65\xa1\ \x00\x02\x49\x08\x90\x84\x10\xd1\xe4\x64\xa2\x03\xc6\x38\x9d\xed\ \xbb\x9f\x7d\xb6\xcf\xf6\xd9\x60\x1f\xe7\xec\x23\xd8\x46\x88\x20\ \x10\x41\x24\x83\x2d\x72\x92\x00\x49\x08\x25\x94\xd3\xe6\x5d\x6d\ \x4e\x33\xf3\x52\x77\xd7\xef\x8f\x37\x3b\x3b\x9b\x04\xc8\x58\xc1\ \x4c\x7d\xe6\xb3\x9f\x99\xd9\x99\xf7\x6a\xde\xab\xae\xae\xf8\xad\ \xbd\x5c\xf2\x60\xf9\x82\xaf\x7e\x61\x49\x4f\xfd\x81\xfd\xbe\x82\ \x29\x13\x7d\x4e\xf3\xae\x7b\xff\xfb\xbf\xca\x26\x9d\x72\xf3\x55\ \x67\xcd\xce\xff\xeb\x86\xad\x07\x4e\x3a\x7b\x02\xa4\x9c\x89\x61\ \x06\x60\x53\x53\xf3\x43\x0f\x3d\x78\xf0\xe0\xc1\xf6\xb6\xb6\xb3\ \x16\x2e\x72\x17\x0b\xc2\xd0\x72\x00\x84\xb8\xb7\x3a\xe0\x47\xf4\ \xaf\xc5\xe1\x61\x20\x40\xc2\x18\xd3\x34\x7a\x68\xfb\xab\xf7\x3f\ \xf6\x7a\x14\x81\xfa\x8b\x2f\xbd\xfe\xfa\x69\x79\x72\xed\xd3\x2b\ \x5f\xde\x54\x4b\x82\x15\x57\xdf\x70\x75\x55\x96\x58\xb3\xea\xd1\ \x57\x36\x57\x43\xb0\xe8\xa2\x6b\x6e\x98\x91\x6b\xae\xbe\xff\x81\ \xb7\xf7\x74\x04\x4b\x66\x2e\x99\xe6\xc5\xc6\xf5\xbf\xf9\x59\x73\ \xc1\xd4\x45\x37\x7f\x6e\xbe\x9f\x8a\x21\x8e\xaf\x7b\x5e\x92\x64\ \xf5\xb8\x3c\x0f\x59\xeb\x8c\x31\xc7\x32\xf7\xee\xde\x35\x7b\xce\ \xa9\x52\x48\x00\xc1\x18\x53\x18\xab\xab\xad\xf6\x7a\x3c\x23\x06\ \x23\x8e\x46\xae\x85\x00\xc8\xb8\xe7\x85\x90\x08\x2d\x00\xf1\xa7\ \x17\x5e\x70\xe5\x15\xda\x9e\xad\x07\xea\x9a\xfe\xfe\xe0\x9f\x76\ \xc8\x31\x37\xdf\x72\x7d\x6e\xd7\x3b\xff\xf7\xe8\xeb\x6a\x5a\xd6\ \xbe\xf7\x3f\xec\xe6\x7c\xe7\xe6\x0d\xaf\xbf\xbd\xf6\x10\x27\x0d\ \x3b\xd6\xf7\xaa\xba\xd1\xb2\x73\xb7\x95\x7f\xed\x97\xbe\x3c\x2f\ \xbf\x63\xe5\xc3\xab\xa2\x52\x51\x08\x00\xd3\x64\xb4\x7a\xd9\x3d\ \x0f\xc3\x84\x73\xbe\x70\xfd\xd2\xb6\xb5\x2b\x1e\x7a\x7d\x27\x12\ \xff\x94\xd3\xcf\xbd\xf5\x6b\x5f\x3d\x39\xfd\xd0\x93\xcf\xbd\x16\ \xe9\x6b\x78\xf8\x4f\x2b\x60\xdc\xd9\x37\x7f\xfe\x92\xb1\xd9\x3e\ \x42\x70\xdf\xfa\xa7\xfe\xb6\x5f\xbf\xee\xb6\x6f\x5e\xb5\x78\xaa\ \x4e\xb8\x1b\xe6\xb0\x1d\xcc\xab\x3a\xe3\xab\x5f\xfb\xca\xf9\xf3\ \x0b\xde\x7c\xe4\xde\x17\x6b\x83\xd7\x7e\xe1\x8b\x33\x7c\xd5\x7f\ \xfe\xcb\x33\xbd\xb1\xb6\x95\xcb\x96\xb5\xe7\x9e\x76\xc3\xf5\x57\ \x4c\x2d\x0a\x49\x2e\x04\x40\xe9\x8c\xb3\xbe\x78\xdb\x6d\xe7\x4d\ \xd2\x56\x3d\xf9\x82\xe9\xcf\xaa\x5e\xb7\xb1\x29\x46\xfa\x0e\x6e\ \x3b\xd0\x60\x66\x87\x55\x94\x08\x68\x35\x54\x37\xe6\x97\x94\xeb\ \xb2\xf9\xed\xad\x7b\xa7\x5d\x7c\xe5\xc4\xbc\x10\x50\x25\x7b\xec\ \xdc\xf3\xcf\x1e\xf3\xde\x3b\x5b\x3b\x5a\x6b\xb7\xed\xe9\x5e\x7c\ \xcd\x17\xaf\x39\xab\xf4\xe5\x95\x8f\xec\xea\xe0\x0d\xef\x3d\xf3\ \xc8\x3b\xed\x17\xde\x74\xdb\xd2\xf1\xf2\xe1\xfb\x1f\x6d\x30\xa8\ \xc2\xa8\xc2\xcc\xd7\x9e\xf8\xd3\xda\x8e\xac\x6b\x6f\xba\x61\xc1\ \x94\x22\xe0\x92\xa0\x59\xb3\x67\x47\x8b\x29\x5b\xd6\xaf\x5a\xf6\ \xfc\xae\xd3\xaf\xb8\xe9\xf3\x0b\x27\xd5\xbe\xff\x41\x87\x8d\x1d\ \xb5\xfb\xf6\x37\x74\xa3\xe4\x7a\x4e\xc5\x65\x5f\xfc\xda\xe7\x97\ \x9e\xe6\x67\x5a\x5e\x71\x4e\x4d\x6d\xbd\x85\x89\x0d\x2e\xf5\x48\ \x3c\x64\x5b\x5b\x4b\x59\x59\xd9\x39\xe7\x9c\x63\xd9\x56\x34\xda\ \xe7\xda\xe3\x80\x30\x34\xf6\xd5\xef\x2e\xa0\x6b\x3a\xc4\x55\xc2\ \xa8\x0f\x00\x60\x0a\x36\xee\xd9\x54\xa7\x8f\xbf\xf9\x96\x2f\x4e\ \xd5\xf7\x3f\xfa\xe4\xcb\x2d\xcd\xdb\x57\x3c\xf3\xe1\x69\x57\xde\ \x7a\xeb\x75\xe7\x16\x65\x68\x3b\x5e\x7e\x64\xd5\x16\xeb\xaa\x2f\ \xdd\x76\x46\x41\xf7\xfd\x0f\x3e\xdb\xd1\xdd\xb5\x69\xe3\xbe\xa9\ \x4b\xaf\xbe\xee\xe2\x33\xd3\x15\x9b\xe5\x4f\xb9\xf6\x8b\x5f\xfb\ \xfc\xa2\xe9\x1a\x70\x21\xe5\x48\x67\x81\xa4\x27\xd0\xef\x47\x0c\ \x55\x52\xa1\x50\xa8\xa3\xb3\xfd\xfd\x0d\xeb\xa2\xb1\x98\xaa\x2a\ \x86\x11\xdb\xba\x6d\x0b\x00\xc9\xc8\xcc\x1c\x31\x1c\x7e\x94\xfc\ \x08\x14\x52\x4a\x21\x25\xa1\xcc\xad\xca\xe2\x02\x84\x70\x10\x99\ \x27\xa8\x62\x4f\xe3\x81\x9d\x07\xc4\x39\xdf\x3e\x67\x6c\x45\x30\ \xfd\xc2\x33\xdf\xfb\xcb\x76\xb9\x68\x69\xa5\xb6\x7e\xef\xae\xed\ \x0d\xa6\xaf\x34\xd3\xda\xb9\xed\x40\x67\xad\x39\x79\xf1\x14\x5f\ \xa4\xda\x9f\x99\x53\x5c\x52\x5a\x72\xd6\xa9\x2f\xdd\xb7\xe5\x90\ \xc9\x09\x01\xaa\x90\xce\xfd\x1f\xb6\xf0\x92\x6f\x9d\x37\xb7\xc4\ \x03\xe7\x2e\xd8\x70\xff\xc6\x5d\xb1\xf9\xb9\x5b\xdf\x7c\x7e\xfd\ \xc1\x2e\xb3\xb3\x25\x56\x10\x6b\xa8\xdb\x57\xe3\x54\x7c\x63\xc9\ \xe9\xe5\x69\x62\x42\x59\xc6\x66\xdb\xc9\x1d\x73\xf2\x78\xf5\xb1\ \x55\x4f\xaf\x5e\xb2\x64\x49\x4e\xb6\xe4\x42\x02\x28\x52\x4a\xd5\ \x1b\xca\xc9\xce\xd2\x8c\x83\xef\xef\x6d\x99\x75\xd9\x2d\x93\xc6\ \xe4\x56\xf9\xce\x79\xef\x7f\x9f\xdb\xba\x33\xa7\x21\xe2\xbf\xf8\ \xe2\xc5\x15\x99\xb4\xb1\xbc\x78\x4f\xb7\x40\x1e\xdd\xbe\xf1\xb5\ \xb7\xb6\xd4\x3b\xb1\xd6\x1e\x7b\x4c\xa8\x70\xca\xc4\xd0\x4b\x1f\ \x1e\x6c\x2e\xda\xdb\x94\x36\x6e\x66\x9e\x2a\x2c\x5b\xe8\x68\xc5\ \x22\xe8\xd1\x3d\x20\x62\x36\x80\xd7\x47\x81\x5b\x8e\x23\x15\x45\ \x53\xbd\x21\x69\x58\x0e\x97\x7a\x20\xa3\xa8\xa4\x74\x5c\xf9\x59\ \x13\x9f\xdf\xd1\xde\xd2\xd6\x7e\x70\x77\x4b\x87\xf1\xf2\xaa\x47\ \x78\xb4\x03\x48\x71\xa4\xd7\xc2\x1c\x15\x23\xcd\x3b\xf7\xb4\xce\ \xbd\xf6\xb6\x89\x95\x85\xc1\xae\xb1\xde\xbd\x3d\x8e\x94\x4c\xf5\ \x78\xa8\xb1\xf1\xfd\x3d\xb9\x33\x2f\x38\x6b\x6a\x65\x64\x57\x75\ \xd8\x53\x2f\x39\x27\x8a\xa2\x30\xe0\x9c\x13\xcd\x9b\x9e\x93\x93\ \xe1\x31\x11\xa4\xa6\x79\x9d\xbe\x98\xcd\xa5\x2a\x52\xf6\xc2\x20\ \x12\x02\x26\x4f\x9e\x3c\x6d\xda\x74\xf7\xa5\x65\x99\x9c\x73\x95\ \x10\x29\x05\x48\x39\x60\xbc\x13\x82\x80\x52\x8a\xfe\x54\x54\x22\ \xe0\x07\x88\x72\xc8\xae\x8b\x40\x85\x90\x08\x28\x85\x00\x20\xe1\ \x9c\xbc\xd2\x92\x8a\xc0\x59\x33\xd7\x3c\x5b\x6f\xfa\xe6\xcc\x9b\ \x1a\x78\xfd\xd9\x27\xe5\xa2\xf3\x16\xe7\x78\x77\xee\xdd\xd3\xde\ \xae\x3e\xff\xd8\x23\x76\xa4\x0b\xd5\xa2\x48\xc4\x54\x7c\x69\x45\ \xa5\xe5\xc5\x05\xa1\xfa\x7a\x49\x54\x6f\x46\x76\x4e\xba\x66\xd9\ \x23\x07\xc3\x07\x9d\x56\x4a\x22\x51\x0e\x5f\xe7\x88\xc8\x14\xa5\ \xa2\xa2\xb0\xad\xb5\x6d\xd3\xfb\xeb\xa4\x44\xca\x68\x38\x2d\x2d\ \xaf\xbc\x3c\x16\x8d\x1c\xdb\xf8\x82\x04\x44\x21\x24\x65\x20\x10\ \x09\x61\x0c\x18\x53\xf8\xf6\x4d\x6b\xea\x7c\x79\x25\xf9\x19\x9b\ \xa5\xd1\xdd\x17\x03\x08\x46\x7b\xbb\x6d\x00\x4f\x76\xc9\xc4\x72\ \x7d\xf5\xd3\x2f\xe7\xe4\x8c\x5b\x74\xba\xb5\xf9\xa5\x47\x7a\xad\ \xac\x9b\x26\xe4\xf2\x35\x5c\x0a\xc7\x72\x80\x72\x20\x00\xc2\x11\ \x9c\x0b\x94\xa0\xaa\x2a\x3a\x7d\xbd\x31\x07\x3c\xd0\xdb\xdb\xab\ \x85\x7c\x75\xef\x3e\xbf\xea\x9d\xee\x6f\xfc\xe0\xab\xfc\xc3\xc7\ \x1e\xd8\xe4\x50\x45\x55\xac\xee\xae\x88\x01\x69\x2a\x17\xd2\x36\ \xcd\x70\xf1\x59\xff\xef\x47\x15\xef\xbd\xf4\xf8\xbd\x77\xfe\xf2\ \xfa\xff\xf7\xc3\x53\x8b\x7c\x52\x08\x29\x05\x77\x6c\x04\x00\xaa\ \x6a\x04\xfb\xba\xfa\x00\x72\x8d\xde\x5e\xd3\x61\x5e\xdd\x83\xc2\ \x68\xeb\x8a\x41\xa6\x5f\x0a\x89\x4c\xe9\xde\xf9\xda\x23\xcf\x6f\ \xb9\xe2\xdf\xbf\x57\xda\xb1\xf6\x37\x4f\xec\x77\xfc\x05\xa7\x4c\ \x2f\xfe\xdb\x2b\x7f\x6f\x32\xba\x27\x2c\xac\x20\xc2\x11\x82\x4b\ \x42\x34\x2f\x18\xb1\x1e\x50\x27\x96\x87\xfd\x5b\xde\xd9\x14\x9b\ \x71\x9e\xae\x0a\x30\xda\xb6\xac\xdf\x5a\x50\x35\xdb\xcb\x2c\x94\ \xc2\xb6\x2c\xc1\x6c\xc6\x50\x48\xa9\x20\x49\xaf\x38\xe5\x86\x2f\ \x2d\x51\x85\x4d\x15\x55\x55\x1c\xc3\x04\x0f\x50\x4d\x95\xed\x1d\ \xbd\x00\x85\x52\x48\x29\x44\x5c\xec\xa4\x54\x28\x98\xd1\x48\x7f\ \x18\x1d\x85\x70\x23\x51\x42\x4a\x74\x1c\x27\x6e\xf7\x4a\xc7\x30\ \x62\xcc\xa7\x81\x14\x52\xa4\x86\x81\x0c\xcb\xac\x1b\x86\x1b\x2b\ \x74\xb5\x00\x21\xc4\x0d\xe8\x8d\xe0\x47\xa0\xfb\x76\x3c\xda\x07\ \x6e\x6c\x1f\x87\xa6\x8c\x11\xa8\x10\x02\x10\xa5\x10\x28\x51\x0a\ \xc7\x92\x60\x73\x82\x82\x73\x4f\xfe\xe7\xbf\xf3\xc3\x7d\x1b\x5e\ \xfb\xf3\x03\xbf\x3a\x64\xdd\x9a\xa9\x6a\xd9\x55\x73\x6f\xbe\x61\ \x3e\xe1\x5c\xf1\xf8\xd4\xee\xdd\x0e\x17\xdc\xb6\x10\x84\x94\x92\ \xdb\x1c\xe3\xa9\xbc\xa1\xda\x9c\xf4\xc7\x37\xfb\xb5\x03\x91\xfd\ \x34\x3c\xa0\x88\x88\x8c\xb1\xc2\xa2\x22\x57\x97\x29\x8a\xc2\x18\ \x1b\xa9\x69\xfa\x28\xdb\x0b\x12\x25\x4a\x22\x89\x94\x40\xb8\x71\ \x60\xdb\xdb\xcf\x3c\xd7\xdc\x59\xbb\x6f\xcb\xde\x43\x4b\x2f\xff\ \xca\x98\xd2\xc2\x93\x4f\x29\x7d\x7a\xc5\x5f\x8c\xdd\xa5\xbb\xd6\ \xad\x9f\x3a\xef\xea\x74\x8f\x77\xfa\xd4\x8a\xbf\xfc\x74\x55\xee\ \x57\x7f\x3e\x6f\x6a\xe4\x6f\x2b\x1e\x54\x17\xfe\xa8\x32\x20\x36\ \x1b\x66\xcc\xb0\x04\x07\x69\x9b\xb1\x58\xcc\x96\x24\x1c\xf6\xee\ \x7c\xf7\xed\xce\x93\x2f\x9c\x59\xf2\xc6\x83\x77\xff\x79\x76\x29\ \x79\x77\x5d\xd7\x59\x5f\x9e\x1a\xb6\xd6\xf9\xe5\xf6\xcd\x1b\xd6\ \x43\x6d\x5d\xcc\x2e\x0f\xe6\x4f\x98\x3b\xe1\xaf\x2b\xee\xb9\xab\ \x6e\x66\xe9\x8e\x5d\x2d\x81\xb9\x4a\xd3\xde\x35\xef\x6e\xe9\x48\ \x53\x7c\x41\x2a\x2c\xdb\x16\x5c\x13\x82\x64\x96\x17\x75\xbf\xf3\ \xe6\xb2\x87\xf8\xf8\x31\x13\xce\x38\x7d\xc6\xfd\x2f\xdc\xf7\x50\ \xe7\xf4\x43\x5b\xdf\x0d\x4c\x59\x3a\x7e\xec\xf4\xd3\x26\xbe\xfe\ \xc2\x3d\xbf\xef\x9d\x3f\xe1\xc0\xd6\xfd\xb2\x6a\x8e\xe2\x0b\x87\ \x34\x6b\xe7\xc6\x0d\x9d\xb1\xfd\x11\x47\x58\x06\x4e\x99\x3b\xef\ \xb9\x1f\xdc\xf9\x5e\xe6\xdc\x1f\x95\x65\x3b\x96\x2d\x84\xe4\x4c\ \xcd\x2d\xce\x5e\x5b\x5b\xdb\x69\x9d\xbc\xe4\x92\x4b\xf7\xdc\xf5\ \xe4\x2f\x7e\x55\x3b\xa9\x24\xad\x69\xe7\xc6\x6a\x6b\xc2\x97\x17\ \xcd\x20\xad\xaf\x44\xa3\x26\xe7\x42\x20\x8f\x45\xa3\x11\x4b\x59\ \x30\xfb\xf4\x97\x36\x3c\xb3\x62\x95\x53\x1a\x60\xe9\xa5\x13\x4f\ \x9e\x5e\x89\xb6\x65\xe9\x59\xf3\xe6\x9f\xb2\xec\xd9\x65\xf7\x77\ \xce\x11\xb5\x1b\x0d\x3a\x9e\x08\xc7\x88\x45\xfa\x62\x74\xfe\xdc\ \x99\xab\xff\xfc\xec\x5d\x2b\x7a\xd3\x3a\xb6\x35\x1b\x3e\x8a\xdc\ \x36\x0c\x83\x9a\x9e\xf4\xe2\xcc\xe8\x73\x4f\x2f\x5f\xb6\x7b\x5c\ \xc5\xbc\x53\x26\x1d\x6a\x6c\x2b\xaa\xca\x51\xd0\x71\x52\x40\x16\ \x03\xbb\x6d\xfc\x89\xaa\xaa\xaa\x1a\x2f\x55\xb2\x4c\x53\x02\x48\ \xca\x00\x25\xe2\x40\x42\x90\x24\x14\x83\x94\x52\x48\x44\x89\x49\ \xa1\xbe\xfe\x6c\x65\x62\x1d\x52\xc1\x9d\x58\xcc\x70\xb8\x40\xcb\ \x8c\x99\xb6\x10\xe0\xd8\xa6\x65\x39\xd1\xb6\x03\xcf\xaf\xdb\xa8\ \x85\xf5\x90\x1f\x7b\x2d\x65\xc9\x9c\x79\x6f\x2d\x7b\xe9\x91\x67\ \x22\x05\x1e\x9a\x5b\x35\x6b\x56\x0e\x1a\x31\xc3\xb6\xb9\x63\xf3\ \x60\x66\x41\x7a\xdf\xcb\x8f\x3d\xfc\x60\x45\xc9\xd8\x79\x73\x26\ \xfb\x15\x94\x38\x2c\x50\x18\xd7\x09\x40\x80\x48\x42\x01\xe5\x68\ \xb5\x8c\x6e\xfe\x82\x52\xea\x7e\xe3\xf0\xd5\x34\xec\xfb\xdf\xff\ \xde\x27\xbd\x9a\x9a\x42\x36\xd7\xd9\x1f\x36\x3a\xda\x28\x69\x2f\ \x47\x40\x69\xa6\xb2\x60\xbc\xc7\x11\xf1\xd4\x5a\xcb\xa1\x43\x59\ \xd9\xb9\x00\x28\x25\xea\x5e\x5d\x80\xd5\xd7\x67\x68\x19\xa5\x4b\ \x2e\xb9\xf2\xf4\xf1\x39\x86\x29\x4b\xaa\x26\x65\x29\x91\x9a\xc6\ \x9e\x31\xa7\x2e\xbd\x60\xc1\x64\x6a\x99\x7a\x5a\x56\x46\x56\xd1\ \x94\x69\x53\x0b\x32\x7c\x81\xcc\xbc\xa9\xb3\x67\xe5\x79\x29\x07\ \x9a\x96\x55\x50\x9a\x97\x4e\x01\xbd\xc1\xac\xe2\xe2\xe2\xa2\xbc\ \x42\xcd\x8e\xfa\x8a\x26\x9e\x36\x7b\x22\xe9\x69\x6e\xee\x65\xa7\ \x9d\x77\xc9\xdc\xf1\x39\xde\xcc\x82\xa2\x0c\x56\x5b\x5d\x67\x69\ \x39\xa7\xcc\x99\x5d\x92\x9b\x5b\x35\x79\x52\x80\x77\xd5\x1f\xea\ \x4c\xaf\x3c\x69\xee\x29\x53\x7c\xa2\x7b\xdf\xde\x03\x6d\x51\x36\ \xfb\xec\x8b\x4f\xae\xc8\x12\x42\x48\x21\x7c\xb9\xe5\x05\x7e\x6c\ \x3e\xd4\xe9\xcb\x2c\x9a\x39\x77\x6e\x45\x90\x57\xd7\xb5\x64\x4d\ \x58\x70\xe9\x39\xa7\xe8\x40\x4a\x27\x4e\xcd\x66\x7d\x75\x8d\x1d\ \x81\xfc\xaa\xf9\x27\x4f\x29\x2c\xae\xa8\xc8\x0b\x36\xd7\x56\xf7\ \x08\xff\xf4\x39\x73\x26\x94\x64\x87\x33\xb2\x3a\x76\xac\xe3\xe5\ \x67\x2e\x39\xb9\x54\xd8\x8e\x44\x40\xa2\x84\x74\xf1\xee\x6b\xef\ \xa6\x57\x4d\x2b\x2f\xa9\x98\x3e\xad\x52\xf4\xb4\xb6\x75\x1b\x19\ \xe5\x33\x2f\xbb\xf2\xa2\xb2\x20\x58\x8e\xd4\x43\x59\x25\xa5\x05\ \x1a\x01\xc5\x1b\xc8\x2b\x2a\xca\x2f\xad\x9c\x50\x96\xd9\xd9\xdc\ \xd0\x1d\x83\xec\xa2\xd2\xfc\xcc\x00\x0a\xc1\x05\xe6\x94\x4f\xaa\ \xc8\x52\x1a\xeb\x1a\xa5\xaf\x60\xee\xfc\x39\xa5\x99\x01\xa6\xfa\ \xf3\x0b\x8b\x8b\x2b\x26\x4c\x2a\x49\xeb\x68\xef\x34\x23\x3d\x8d\ \x5d\xda\x69\x0b\x66\xa5\x79\x94\xf4\xfc\xc2\xe2\xc2\xe2\x8a\xe2\ \x50\xc7\xa1\x43\xd2\x9f\x97\xcb\x0e\xad\x5e\x53\x3f\xff\xbc\x73\ \x0b\x7c\xe8\x08\x89\x29\xea\xdf\xee\x01\x91\x10\xba\x6b\xd7\xce\ \x35\x6b\xd6\xee\xdd\xbb\x6f\xdf\xbe\x7d\x39\x39\x39\xba\xa6\x13\ \x42\x2c\xcb\xea\xed\xe9\xca\xce\xc9\x75\x97\x10\xa5\x34\x1a\x8d\ \x58\xb6\x9d\x91\x99\xe9\x38\x76\x22\x53\x98\xd8\x75\xe5\xe0\x23\ \x23\x10\x3d\x90\x56\x5e\x56\xe8\xd7\xd5\xf4\xec\xc2\xe2\xec\x20\ \x20\x04\xd2\xf3\xca\x72\x03\x87\xaa\xf7\xd6\xb6\xf4\x14\x4d\x5f\ \x74\xee\xec\xb1\x19\xf9\xe5\x55\xc5\xa1\xd6\xa6\x86\x1e\x8b\xe6\ \x95\x94\xe6\xa4\xfb\x55\x6f\xa8\xa8\xb4\xc4\xa7\x20\x0b\x66\x96\ \x14\x86\x5b\x9b\x5a\xc0\x9f\x53\x59\x92\xab\x10\x29\xe3\xd1\x45\ \x8c\x03\x93\xf4\x9f\xda\xfd\x4b\x29\xb5\x1d\xde\xd5\xd9\x99\x93\ \x9b\x9b\xbc\xec\x09\x21\x87\x9a\x9b\x02\xc1\x20\x21\x94\x24\x11\ \x00\xd8\xb6\x1d\x0e\xa7\x0d\xb7\x1a\x46\xc5\x71\x3b\x0c\x05\x3d\ \xe4\xee\x37\xfa\x96\xbf\x13\x0d\x7a\x46\x0e\x5b\x46\x2d\x79\x56\ \x95\xe7\x8e\x4b\xd3\x22\x26\xba\x19\xc4\x6d\x5b\x37\x4d\x9a\x32\ \x0d\x00\xa4\x10\x54\xd5\x3d\x9a\x02\x88\x28\xb9\x65\x59\x0e\x77\ \xeb\x0e\xa9\xe6\xf1\x68\x0a\x15\x8e\x6d\x5a\x36\x02\x00\x61\x5e\ \xaf\xc6\x4d\xc3\x96\xd4\xeb\xf5\xa0\x6d\x9a\x5c\x28\xaa\x47\x67\ \xd2\x30\x6d\x60\xaa\x47\x53\x2c\xd3\x40\xaa\x7a\x3d\x9a\x6d\xc4\ \x38\x30\x8f\xd7\xa3\x50\x70\x2c\xcb\xb2\x1d\x20\x54\xd5\x3d\xba\ \xca\x00\x40\xd8\x96\x69\xd9\x48\x15\xdd\xa3\xab\x8c\x02\x4a\xcb\ \x34\x05\x28\x5e\x8f\x46\x08\x72\xdb\xb2\xec\x44\xe9\x08\xd1\x3c\ \x5e\x5d\xa1\x8e\x6d\x9a\x16\x57\x3d\x5e\x5d\x65\x92\x3b\xa6\x65\ \x49\x09\x40\xa8\xee\xf1\xa8\x0a\x05\x44\xc7\x32\x4c\x47\xaa\xba\ \x47\x77\xb5\xa3\x74\x6a\xb7\x6d\xf8\x60\xd7\xae\x9d\xd5\xc6\xd2\ \xeb\x6e\x9a\x92\x95\x80\xa2\xa4\x9a\x26\xde\x7a\xf8\xee\x6d\xde\ \xb9\xb7\x5e\x36\x0b\x38\xe8\x1e\x9d\x51\x82\x82\x9b\x96\x25\x84\ \x04\xa6\x7a\x75\xc5\x32\x4c\x09\x54\xf7\xea\xd2\x36\x6d\x8e\x8a\ \xaa\x7b\x74\x95\x10\x74\x2c\xd3\xb2\x45\xbf\xfa\x27\xaa\xa6\x6b\ \x9a\x42\x00\xb9\x6d\x99\xb6\xd0\x3d\x1e\x10\xa2\xaf\xe9\xc3\x37\ \xb7\xd4\x85\x43\x81\xea\xcd\x6b\x5b\x32\x4e\xbb\xf5\xaa\x33\x03\ \x1a\xa5\xd2\x31\x2c\xa1\x68\x1e\xaf\xae\xaa\xcc\x7e\x79\xd9\x6f\ \x3f\x50\xe6\xdc\x7a\xe5\x1c\x70\xaf\x6d\x8a\x06\x97\x84\xb4\xb7\ \xb5\x3d\xfe\xe4\xaa\xda\x9a\xba\xf3\xce\x5d\x7a\xfa\x82\xf9\x94\ \x32\x45\x51\x62\xd1\x48\x5d\x6d\xcd\xa4\xc9\x53\x1d\xc7\x71\xa3\ \xfa\xad\xad\x2d\x91\x48\xdf\xb8\xf1\x13\x4d\x23\xe6\xea\x84\x41\ \xe5\x4e\x43\xb6\x72\xc2\xbc\x1e\xd5\x36\x4d\x50\x74\x8d\x08\xc3\ \x72\x88\xa2\x79\x54\x6a\x59\x5c\xf7\x7a\x18\x25\xae\x5c\x09\x09\ \x8a\xa6\x7b\x34\x95\x10\xb4\x4d\xc3\xe6\xe0\xf1\xea\xdc\x32\xb9\ \x40\x20\xa0\x68\x1e\x8f\xa6\x20\xb7\x63\xe6\x08\x37\x8e\xf4\xff\ \x71\xd7\xb9\xa2\x28\xa6\x61\x1c\x3c\xb8\x7f\xca\xd4\xe9\x2e\xcf\ \x09\xbd\xb0\x65\xd3\xfb\x79\xf9\x05\x94\x32\xd7\x5e\x48\x58\x0d\ \x91\x48\x5f\x71\x49\xd9\x70\xdb\xe1\x48\xfc\x08\xcb\xc1\xd9\xe5\ \xba\x5f\xa7\xda\x28\x75\x39\x8e\xc4\xa2\x74\xc5\x72\x12\x6b\x0d\ \x50\xa2\x6d\xdb\xba\xa6\x21\xa0\x63\x1b\xdc\xea\x57\x72\x6e\x71\ \x05\x02\xa0\xb4\x63\x31\x7b\x70\x3c\xc8\x88\x18\x00\x40\x40\x9a\ \xd1\x98\x6b\x2b\x09\xdb\x8a\xb9\x47\xe4\xdc\xe0\x1c\x80\x80\xe4\ \xb1\x88\x3b\x9f\x4e\x98\x91\xe8\xc0\x15\x43\x74\x0c\xc3\x31\x92\ \xae\xa1\x10\x56\x34\x66\x0d\x1c\xdf\x8e\x3a\xf6\x70\x6b\x2b\x99\ \x8d\xc1\x47\x00\x40\x69\xc5\x06\x8e\x40\x00\xb8\x69\x72\x13\x00\ \x80\x29\xc4\x8c\x74\x77\x59\x81\x25\x97\x9e\x3f\x39\x9b\x59\x36\ \x27\xf1\xd5\x2c\x6c\x5b\x99\x73\xe1\xd5\x45\x5d\xc0\x6d\x41\x25\ \x1a\x11\x3e\xe8\xce\xc6\x7f\x08\x00\x48\x2b\xea\xfe\x5e\x10\xb6\ \x15\xb5\xad\xa1\x49\x76\x40\xc7\x34\x1d\x33\xe9\x46\xc4\x0c\xc2\ \x18\x55\xbc\x1a\x8f\xd5\xd6\xf6\xa6\x4d\x3a\xfb\xbc\x53\xa6\x7b\ \xd1\xb6\x62\x48\x80\x10\x00\x61\x99\x11\xcb\x24\x54\x94\xcf\xb9\ \x60\x6c\x76\x31\xb5\x6c\x2e\x91\xa4\x8a\xa1\x07\x2f\x2c\x21\x44\ \x4e\x4e\xee\xb5\xd7\x5c\x5d\x5f\xdf\x30\x6d\xda\x54\x94\x28\x51\ \x00\x51\x4d\xd3\x1e\xbe\x91\x3a\xb6\x03\x28\xe3\x79\x41\x48\x6e\ \x56\x26\x80\x43\x7a\x2c\x85\x11\x15\x00\x00\xc2\x32\x00\x00\x08\ \x3a\x8e\xe1\x00\x00\x18\x03\x82\x0a\x04\x40\x58\x56\xd4\x1a\xb8\ \xdd\x66\xd4\x48\xdc\x77\x6e\x9a\x11\x73\x04\x9e\x07\xe4\x82\x20\ \x89\x9f\x16\x91\x10\xcb\xb6\x3f\x95\x3e\xcf\x23\xb1\x17\x10\x41\ \x57\x89\xae\x8c\xda\xe3\x40\x08\x71\x04\x1a\x76\xdc\x37\x63\x8c\ \xd5\xd6\x54\x47\xa3\x91\xaa\x09\x93\x54\x4d\x77\xab\x45\x11\x91\ \x40\xbf\x88\xba\x49\xa1\x13\xbc\x3e\x46\xd1\xbd\x2a\x23\xd2\x31\ \x2d\x47\x0e\x2d\x2c\xa1\x4c\xa1\xe0\xf0\x7f\xc2\x58\x1c\x44\xc2\ \x54\x8f\xae\xc5\x75\x90\x69\x89\x11\xa2\x4e\xc0\x14\x05\x84\x10\ \x29\x04\x9d\xd1\xa2\xf9\x88\x8c\x31\xa6\x30\xdb\xe1\x04\x01\x00\ \x63\x31\x63\xd7\xce\x0f\x0b\x8b\x8a\xb3\xb3\x73\x5c\x58\x54\x4a\ \xa9\x65\x99\xbb\x76\xee\x28\x2d\x2b\xcb\xce\xce\x85\x78\x8f\x0f\ \x02\x12\x84\xa4\x6a\xe8\xa3\xc7\xf3\xa0\xf0\x23\x00\x18\x86\xb1\ \x6b\xc7\x87\x79\x05\x05\xb9\xb9\x79\xc9\x50\xae\x47\xc9\x5e\x20\ \x04\x6c\x8e\xf6\xe1\xe6\x38\x60\xb2\x55\x25\x84\x28\x2a\x2e\x39\ \xb0\x7f\xef\xd6\xcd\x1b\x55\x55\x4f\x6d\x57\x29\x3a\x8e\xed\x07\ \x24\x40\x10\xd0\xb6\xcc\xcc\xac\x9c\x84\x52\x70\x03\x75\x1e\x8f\ \xb7\xac\xac\xbc\xa6\xfa\x40\x43\x5d\x1d\xa5\xec\xf8\x92\x64\x04\ \xdb\xb2\x32\xb2\x32\x87\x28\x85\x23\xa3\xa3\x87\xcb\x32\x76\x5c\ \x55\xa4\xaf\xd7\xb6\x9d\x14\x62\x53\x8a\x8e\x7b\xe3\x0f\x3c\xba\ \xc7\x1f\x08\x0c\x59\x60\x42\x88\xf4\x8c\x4c\x9f\x3f\x10\x8d\x46\ \x86\x96\x48\x1f\x07\x3c\xeb\xba\x27\x30\x8c\xe7\xe3\x5a\x2f\xb8\ \x31\xda\x40\x30\x94\x92\xb9\x14\x9d\x28\x34\xe2\x02\x13\x42\xa8\ \xaa\x9a\x9e\x9e\x71\x02\xf1\x7c\xfc\xea\x85\x84\x25\x96\x92\xb6\ \x14\x9d\xf0\xd6\xc4\xe8\xe5\x40\xff\x32\x44\x53\xb7\x39\x45\x29\ \x4a\xd1\x31\xb3\x17\xc8\x47\x41\x47\xa5\x28\x45\xc7\x0d\x11\x80\ \xc3\xe2\x41\x1f\x8f\x92\x7c\x38\x9e\x8f\x53\xbd\x40\x08\xb1\x6d\ \xab\xb7\xa7\x57\xba\xfe\x4f\x7f\x7a\x72\xe0\x17\xa5\x28\x45\xc7\ \xc0\x25\x48\x5e\x53\xc9\xf2\x8a\x8c\xa9\xe1\xb4\x34\x45\x51\x86\ \xba\x0c\x84\xf4\xf6\xf6\x9a\x46\x0c\x30\x49\x8c\xc9\xa0\xac\xe1\ \x31\xe1\x19\x01\x15\x45\x0d\x85\xc3\xaa\xaa\xfe\xe3\x6e\xce\x11\ \xea\x05\xf2\x31\x2e\x41\x82\x37\xb7\xa4\xb4\xb3\xb3\x3d\x3b\x3b\ \xcf\xeb\xf3\x25\xfd\x38\x32\xec\xb7\xa6\x28\x45\x47\x79\x8f\x85\ \xa4\xc5\x3d\x20\xbc\x7d\xbd\x7d\x6d\x6d\x2d\x39\x39\x79\x34\x09\ \xd7\x8b\x10\xd2\xde\xde\xa6\x28\x4a\x41\x51\x31\x21\x34\x19\x6c\ \x71\xd8\x5e\x77\x0c\x78\x8e\x44\xfa\xda\xdb\x5b\xb3\xb3\x73\x18\ \x53\x8e\x8d\x5e\x10\x08\x42\x8c\x9a\xa7\x41\x00\x4a\x48\x02\xe5\ \x8c\x10\xd2\xdd\xd5\x99\x93\x93\x17\x4e\x4b\x87\x24\x90\x4c\xc0\ \xa3\x57\x0d\x92\xa2\x14\x8d\x68\xc6\x26\x8b\x5f\x32\x1c\x71\x56\ \xb6\x47\x4a\xd1\xdd\xd5\x99\x95\x9d\x93\xe8\x8f\x88\xc5\xa2\x52\ \x88\xc2\xb2\x8a\xa4\x4f\x92\xfe\x6a\x9d\xa3\x5a\xd7\x34\x84\x67\ \xf7\x6f\x66\xa6\x47\x0a\xd9\xd3\xd5\x95\x95\x93\xfb\x0f\x3a\x14\ \x47\xa2\x17\xfc\x3a\x59\xb1\x2e\xba\x6a\x63\xcc\x3f\x0a\xee\xab\ \x61\xe3\xa9\x95\xfa\x77\xcf\x09\xc5\xac\x38\xf7\xb6\xe3\xf8\xfd\ \x81\xe4\x1e\x8f\x21\x00\x9b\xff\xc8\x05\x25\x24\x0e\x77\x2c\xff\ \xe1\x9b\xc2\x18\x83\x23\x49\xf6\x10\xc6\x3e\x25\x0e\x12\x47\x03\ \x14\x12\x29\x21\x38\x0c\x9c\x16\x08\xa1\x84\x60\x3f\x8e\x1f\x22\ \x12\xca\x28\xf9\xf4\xce\xff\xd9\xd3\x0e\x89\xa5\x95\x58\x75\x84\ \x10\xbf\x3f\xd0\xdd\xd5\x99\x1c\x4a\x70\x1c\x47\x55\xb5\x64\xf5\ \x31\x50\xbc\xfb\x29\x41\x9c\x0f\xd7\x01\x23\x1e\x76\x08\xcf\x89\ \x9e\x4e\x7f\x20\xd0\xd5\xd1\xfe\x8f\x87\x3f\x8e\xa8\xde\x11\xc0\ \x72\xb0\xc7\xc0\xd1\xfa\xf8\x63\x36\xc6\xec\x21\xc0\x78\x28\x01\ \xa9\x8b\xc3\x1f\x87\x44\x8c\xe3\x41\x03\x65\x44\x0a\x7e\xa4\xd7\ \x94\x10\xca\x63\x87\x36\xef\x68\x2a\x9f\x3c\x2d\xdb\x03\xff\x40\ \xa9\x2f\x61\x0c\x0e\xed\xdd\xd2\xc4\x73\x4f\x9a\x90\xfb\x49\x96\ \x18\x51\x14\x51\xbd\x7d\x9b\xcc\xac\xa8\xc8\x0d\x26\x63\x74\x0e\ \x41\xf2\xfd\xd8\x6c\x88\xda\x0f\x37\xf5\x78\xca\x27\x97\x07\x62\ \x96\xd4\x74\x95\x0e\x71\x2a\xa5\x30\x6c\x87\xa9\x9a\xa6\xa9\x44\ \x0a\x41\x28\xef\x6e\xd8\x5e\x17\xa9\x9a\x54\xe5\x21\x3c\xa5\x1a\ \x3e\xa9\x45\x9e\xc8\x3a\x12\x42\x06\x60\x5d\x09\x91\x88\x43\x31\ \x54\xfb\xd1\x90\x12\xe0\xe3\x03\xf0\xd0\xc3\x06\xbb\x11\xc2\x18\ \x23\x47\x26\x04\x09\xd9\xa6\x14\x86\x00\x4a\x0f\xe1\x39\xe1\xb1\ \xbb\xef\xe0\xa7\x34\x00\x9e\x1e\x29\xc7\xc0\xe8\xe1\x1e\x43\x00\ \x95\xa5\x94\xfd\xbe\x18\x23\x4e\xf7\x8e\x0d\x6b\x5e\x7e\xe9\xe5\ \xb7\xd7\x6f\xeb\x35\xad\xfd\xef\xbf\xfa\xd6\xee\x16\x45\x89\xf7\ \x6c\xbb\xc5\xdb\xb4\x5f\xe3\xc5\x5f\xd2\xf8\x4b\xea\xbe\x48\xd2\ \x9a\x8c\x51\xde\x73\xf0\xd1\xc7\x5e\x68\x34\x19\xe9\x07\x46\xa6\ \x71\x1a\x38\xc8\xc0\xd1\x48\xf2\x61\x29\xed\x7f\xe2\xe2\xe4\xee\ \x7c\xe3\xf9\x17\xde\xab\x25\x64\x80\x81\x64\x96\xe2\x07\x1f\xc4\ \x11\x30\x85\x99\x4d\x9b\x96\x3f\xf0\xe4\x21\x9b\x10\x4a\x7a\x9a\ \xf6\xad\x79\xfd\x95\x57\x5e\x7d\x6b\x57\x5d\x27\x53\x5c\xac\xeb\ \x81\x73\x91\x41\xb7\x7c\xe0\x20\x03\xf7\x83\x52\x42\x60\xd3\xdf\ \x9e\x7e\x73\x7b\x57\xb4\xe6\xb5\xdb\x7f\xfd\x60\x93\xa9\x30\x4a\ \x06\x18\x56\x14\xd2\xbd\xef\xee\x9f\xff\xcf\x96\x36\xb3\x71\xeb\ \x9a\x37\x36\x37\x32\x4a\x54\x6a\xbc\xb1\xf2\xfe\x97\xb7\xb7\xd1\ \x41\xd8\xd0\x29\xfa\xe8\x10\x5e\x7f\xf3\x13\xba\x57\x17\xfa\x0d\ \xb1\xfe\xc5\x87\xc3\xd4\x82\x4c\xfe\x62\x52\x63\xf5\x10\xa5\x40\ \xa4\xd5\xb1\x75\xd3\xf6\x36\x03\x29\x1d\x2a\x00\x43\xa4\x7a\x44\ \x99\x57\x14\xc5\x38\xb4\xfb\xef\x2f\x6f\x88\x4a\x45\xa1\x64\x44\ \x9e\x93\x4f\x1d\x6f\x3d\x38\x2c\x1e\xf4\x3f\x3d\xbe\xf0\x49\xb5\ \x08\xba\x6d\xea\x84\x32\xd2\xf3\xfc\xb2\x3f\xbc\xb4\xd7\x19\x57\ \x99\x11\x89\xd5\xe6\x97\xe6\xed\xda\xf0\xf2\x86\x00\x9d\x9c\xeb\ \x51\x3c\xde\xa0\xdf\x8b\x56\xb4\xb3\x27\xaa\x06\xd2\xc2\x3e\x95\ \x3b\x5c\x0a\x27\x1a\x89\xd8\x92\x06\x42\x61\x9f\x4e\x23\xdd\x9d\ \x31\xae\xa4\xa7\x87\x19\x72\xa4\x0a\x11\x66\x77\x8f\x69\xf4\xc5\ \x10\xe2\xd3\x32\x10\x91\x00\x9a\xd1\x48\x24\x66\xa9\xde\x60\x38\ \xe8\x45\x6e\x5b\x96\x43\x98\xa6\x32\xc2\x6d\x4b\x00\xd3\x54\xc6\ \x1d\x33\x1a\x89\x09\xa6\x87\x83\x3e\x3b\xd2\x63\x08\x16\x4e\x4f\ \x63\x80\x08\x20\x1d\xa3\xa7\xbb\x0b\x99\x37\x2d\xa8\xbb\x80\xd4\ \xd2\xea\xeb\xec\x31\xf4\x50\x7a\x48\x67\x5c\x08\xdb\x8e\x46\x22\ \x31\xa2\xfa\x82\x01\x0f\x05\x20\x20\x36\xbe\xfc\x0a\x1d\xb7\x70\ \x4e\x69\xb0\xfa\xdd\xc7\xee\x7d\x74\x8d\xaf\x64\x4c\x18\x22\xcf\ \x3d\xbb\x6a\xd6\xc5\xb7\xde\xb0\x70\x22\xd8\x56\x34\x12\x35\x2c\ \xae\x07\x42\x21\x9f\x26\xb8\x60\x8a\xea\xc4\x7a\xba\xa3\xb6\x3f\ \x94\xee\xd7\x88\xe3\xda\x5d\x84\xaa\x0a\x89\x76\x77\xd9\xc0\x4d\ \x2e\x51\x70\x6f\xde\xf4\xcb\x3f\x57\x99\xae\x08\xa4\x8c\xd8\x46\ \x57\x77\x2f\x2a\x9e\x40\xd0\xaf\xf8\xf3\x97\x5e\x71\x59\x41\x96\ \xb6\xe1\xb9\x57\xde\xe0\xa7\x4e\x2d\x0b\x68\xc1\x8a\xf3\xe6\x17\ \x2f\x7f\xe9\xd5\x85\xd3\xaf\xf6\x21\xa6\xaa\xc7\x3e\x29\xa9\xaa\ \x7a\xe0\xc0\x81\x9d\x3b\x77\x2e\x5d\xba\x94\x31\xc6\x39\x87\xf8\ \xe4\x5a\x39\xd4\xec\xed\x37\x28\x92\xfd\xdf\xe1\xa6\x3e\xa5\x0a\ \xef\xd9\xff\xe7\xff\x5b\x75\xd5\x7f\xdd\x31\xbf\x4c\x46\x7a\xfa\ \x62\x26\xd7\xfd\xa1\xa0\x5f\x47\x21\x89\xb4\xbb\xba\x7b\x25\xd1\ \x02\x41\xbf\xa6\x6a\x54\x18\x9d\x5d\xbd\xd4\x1b\x4a\x0b\x78\x04\ \xe7\x82\x5b\x91\xbe\x28\xd5\xfd\xbd\xf5\x3b\x9e\x7f\xe1\x60\xc9\ \xc4\x31\x85\x41\xcd\xef\xf3\xd0\x21\x51\xcd\x24\x10\x98\x84\x3a\ \x73\x51\x63\xfe\xf1\x2c\xea\x51\xc4\x89\x77\xdd\xa5\x68\xe3\x3b\ \x5b\x0f\x4c\xbb\xf1\xd7\x5f\x9a\x93\x05\x42\x02\x35\xf6\xaa\x6a\ \xf5\xdb\xcf\xfd\xfe\xe0\xba\x53\xaf\xfa\xc2\x82\xac\xda\x87\xee\ \x7d\x60\x6f\xb7\x43\xf5\xf4\x73\x3f\x7f\xcb\x59\x13\xd5\xe7\xfe\ \xf2\xeb\x97\xb6\xf5\x85\xb3\x2b\xae\xbb\xf5\x7a\xf8\xf0\x85\x95\ \xaf\xee\xb0\x1d\x27\x6b\xca\xe2\x2f\x5f\xbb\xc4\xdf\x5b\xbd\xe2\ \xde\xbf\x6c\x6e\x95\x3e\xda\xdd\x2a\x0a\x19\x01\x40\x50\x54\xb5\ \xe5\x83\xd5\xbf\xbf\xff\x79\x1e\x0c\x59\x31\x67\xee\x15\xb7\x5e\ \x31\x37\xed\xf1\x3b\x6f\x0f\x9e\xfd\x6f\x97\xcd\x2e\x79\x6f\xc5\ \x2f\x37\x78\x16\x7d\xe7\xb2\xca\x47\x7f\xf3\x8b\x8d\x9d\x1e\x0f\ \x9a\x9e\xec\x7c\x1f\x8f\xb6\xb6\xb6\x67\x4c\xfb\xdc\x77\x6e\x5e\ \xec\x55\xc8\x81\x37\x1f\xff\xdf\x86\x17\x7b\x62\xec\xcc\xab\xbe\ \x7c\xf1\xc9\x65\xb1\xfa\xcd\x0f\x3e\xf4\x54\x43\xcc\x11\x2c\xfb\ \x8a\x5b\x6e\x9d\xce\xf6\xfe\xf1\xb7\xcb\xea\x1d\x4f\xd1\x84\x85\ \xb7\xdc\x78\x8e\x1f\x10\xcc\x86\xf5\x7b\x7b\xa7\x7f\xfe\x14\xd2\ \xb9\xfd\xfe\x65\xab\xab\xae\xfb\xd1\x4d\x67\x8c\x01\x80\x86\x75\ \x8f\xfe\xf8\xfe\xe5\x13\x27\xdd\x9e\xb3\x6f\xc5\xff\xae\xdc\x12\ \x0a\x7b\xfb\x4c\xdf\x45\x5f\xb8\x6d\xf1\xe4\xec\xf6\x3d\x6f\x2d\ \x7f\xec\xa5\x4e\x4b\x60\xb0\xfc\xfa\x2f\xde\x58\x95\xc1\x84\x04\ \x95\x8a\xed\x2f\xad\x78\x60\xf5\x16\x3d\x14\x68\xda\xd7\x3a\x6b\ \xba\xd7\x6c\xdf\xf9\xe4\x0b\x07\x6e\xfd\xee\x78\xbd\x7d\xf7\xc3\ \x7f\x7e\x68\x57\x8f\x90\x91\xde\x9c\xf9\x57\x7f\x73\x49\xf1\xeb\ \xcf\xfe\x75\x7e\xc1\xb7\x02\x7e\x5f\xd3\x1b\x2f\xfc\xbe\x6b\xe3\ \xb4\x73\xbf\x74\xe9\xa9\x73\xd9\x9b\xcf\xec\x68\x76\xe6\xe4\x82\ \xe4\x29\x5f\xe2\x93\x45\xa7\x76\xef\xde\xbd\x7c\xf9\xf2\xd6\xd6\ \xd6\xae\xce\xce\xcb\x2e\xbf\x5c\x53\x55\x48\x80\x2c\x0f\xb1\x2f\ \x70\xf0\x9a\x84\x91\x71\xe2\x11\x11\x80\x79\x7d\x3e\xaf\x97\xd5\ \xbc\xb7\xea\x37\x0f\xad\xf1\xa5\xf9\xa2\x86\x7e\xc1\xcd\x5f\x5f\ \x38\x1e\x9e\xfa\xf3\x9f\xdf\x6f\x8c\xe9\xc1\xd2\xab\x6e\xbe\xbe\ \x2a\xd0\xf8\xe4\x03\xcb\x37\x37\x45\x38\x6a\x67\x5c\xf9\x95\xa5\ \x55\x64\xe5\xef\x7e\xb5\xfe\x10\xe6\x54\x9e\x72\xee\x0c\x3f\xeb\ \xd8\xfe\xd0\x3d\xbf\x2b\x98\xba\xf0\xe6\x8b\x4f\xf7\x13\x31\x54\ \x01\x25\x70\x1f\xdc\x11\x18\xa3\x28\xa9\xe3\x54\x2f\x10\x00\x17\ \xd6\x46\x4a\x41\x7c\xe5\x17\x2d\x3e\x65\xe5\x8a\x3b\xef\xde\x77\ \xda\x19\x67\x9d\x35\xb1\x50\x75\x6c\x39\xf9\xdc\xcf\xff\xfb\x25\ \xb3\x18\xf6\x3e\xf3\x87\x3f\xd5\x66\x9c\xf5\xa3\x7f\x3b\xb3\xfa\ \xb5\xe5\x7f\xbe\x7f\xd5\x94\x1f\x5d\x58\x5f\xdf\x3e\xfb\xca\x6f\ \x5f\x3d\xb3\xc4\x68\x58\x77\xc7\x13\x1b\x4e\xbd\xfe\xb6\x99\xa1\ \xfa\xdf\xfe\xef\xe3\x6b\x67\xcc\x28\xd8\xb7\xf2\x7d\xab\xe2\x7b\ \x3f\xbe\x1a\x0e\xbe\xfc\xb3\x07\xb6\x71\x29\xdd\xcb\xd4\xdb\x5a\ \x1f\x0d\xcd\xfc\xaf\x1f\x5f\xdb\xf2\xe6\xfd\xbf\x7d\xf6\x85\x05\ \xd3\xaf\x43\xdb\x76\xf7\x64\xee\x58\x0e\x13\x68\x75\xd7\x37\xf3\ \xf3\x6f\xfb\xf7\x53\xb5\x0f\xfe\xfd\x17\x4f\x2d\xfd\xce\x9d\x5f\ \xd5\x3f\xf8\xe9\x2f\x9e\xd9\x76\xe1\x69\x42\x62\xe1\xb4\xa5\xff\ \x7e\xeb\xc2\xc6\xb5\x8f\xfc\xf1\xe1\x95\xb3\x27\x7d\x75\xc3\xe3\ \x8f\xd4\x06\xe7\xdf\x7a\xfd\xb4\x77\x57\xfc\xfa\xa1\x67\xd6\x95\ \x2d\x74\x5a\x8d\xac\x2f\xff\xf0\x3b\xa5\x1e\x50\xa5\x2d\x99\xee\ \x74\xd7\x75\x08\xf5\xcc\x02\x7f\xeb\xfe\x6d\xb5\x9e\x29\x5f\x98\ \x35\x06\x84\x6d\x0b\x5a\x34\x7b\xd1\x94\x95\xef\xed\xda\x51\x47\ \x7b\x1a\x83\x93\x16\xfd\xe0\x0b\x0b\x3f\x58\x71\xe7\x73\xcf\xbe\ \x3a\x6f\xfc\xd2\x67\x1f\x7a\x82\x8f\xbf\xec\xab\x67\x14\x3f\xff\ \x7f\xbf\x5c\xf9\xdc\x94\x9f\x7e\xf1\x54\x02\x10\x69\x5a\xbf\xfc\ \xe9\xcd\xf3\xbe\xf4\xbd\x25\x55\x74\xc5\x2f\xfe\xd7\xe4\x8e\x70\ \x8c\x9e\x3e\x83\x11\xeb\xcd\x27\x97\xed\xf6\x9c\xf2\xfd\x6f\x9c\ \xdf\xf8\xd6\x3d\xf7\xed\x68\xb0\x64\x7e\xb4\xb7\xc7\x12\xd2\xe6\ \xb2\x72\xc1\xd5\x3f\xb8\xf1\x54\xe1\x08\xe9\xf0\x5c\xb0\x9a\x1a\ \x7a\x20\x3f\x2c\x53\xf9\x9d\x4f\x20\x9c\x28\x24\x6a\x9a\x7a\xf1\ \xc5\x17\xab\xaa\x2a\x51\x3a\x8e\xa3\xaa\x0a\x22\xba\x90\x6d\xc9\ \x9f\x4d\xbc\x83\x83\x2d\x86\x11\x7a\xa8\xe2\x30\x6f\x48\xa9\x6c\ \x6f\xac\xa5\xe3\x17\xff\xe0\xd6\x45\xdb\x9e\xfc\xd5\x93\x7f\x7b\ \x79\x42\xb8\xe2\xd5\x0d\x87\x2e\xfd\xc1\x4f\xce\xac\x0c\x31\x95\ \x6c\x78\x6c\xc5\x9b\x2d\x19\xdf\xfc\xca\x0d\x87\xd6\x3e\xbc\xfc\ \xd1\x67\x4f\xfa\xd6\x59\x0d\xcd\xf6\x05\x5f\xfe\xcf\x05\x63\xb3\ \x5a\xb7\xfc\x55\x29\x3e\xf9\x6b\xdf\xbb\xb5\x40\xe7\x02\x9d\xd1\ \xb4\x7d\xa2\xef\x5a\xf6\x43\x48\x9d\x18\x7a\xc1\x8d\xd3\x20\x4a\ \x29\x84\x00\x76\xea\x25\x5f\x1a\x3b\x6b\xcf\x7b\x6f\xbf\x76\xcf\ \x9d\x3f\x5d\xfa\x85\x5b\x99\xa2\x10\x46\x19\x21\xd0\xd7\x7a\xa0\ \xa6\x77\xf6\x4d\xb3\xd3\x03\x81\xe0\xc9\x73\xb3\xfe\xbe\xb2\xb6\ \xad\x8f\x29\xba\xdf\xeb\xf5\x78\xf5\xc6\x96\xa6\x96\x8e\xc8\x87\ \x6f\x3f\xb7\x17\xed\x60\xd9\xf8\x74\xd9\xb5\x7f\x6f\xd3\xf8\xd9\ \xe7\x15\x85\xfd\x91\x9c\x1c\x1f\x25\x42\x70\x29\xa4\xa0\x4c\x12\ \xa2\x79\xbc\xba\xc7\x53\x52\x35\x39\xfc\xf2\x3b\xdd\xbd\x26\x50\ \x57\xd7\xbb\x59\x06\xc9\x85\xa4\xaa\xae\x6b\x4a\xb0\x68\x4c\x51\ \x46\x86\xa6\xe8\xa1\xa2\xa2\xbc\x4c\xd1\xde\x13\xf5\x03\xf1\x67\ \xe4\x86\xfd\x81\xf0\xac\x93\x73\xff\xfe\x40\x6d\x53\x6d\x75\x6b\ \x67\x37\xd9\xfa\xc4\x23\xbb\x6c\x27\xad\x2c\x27\xc8\xed\x56\x45\ \xf7\xfa\x7c\x5e\xaf\xe6\x38\x9c\x0b\xa2\xa2\x69\x08\x24\x2a\x95\ \x42\x4a\x40\x17\x90\x55\x0a\x89\x08\x5c\xb8\xca\x90\x50\x8f\xae\ \x6b\x9e\xc0\x84\xc9\xe5\x2f\xd4\xb5\x77\x45\x5b\x0f\x36\xf4\x99\ \x6c\xdd\xca\xe6\x75\x31\x4f\x71\x59\x3a\x33\x05\x57\x91\x75\x35\ \xee\xee\xcb\x2c\x9f\x39\xad\xd0\xa7\x9a\xd9\x21\x6f\x9d\x74\x84\ \x44\x4a\x99\xe8\xeb\xd8\x5f\xdd\x35\xfb\xca\x53\xb3\x02\x9e\x0e\ \x9f\x4f\xa5\x44\x48\x01\x84\xa0\xe4\x52\x4a\xaa\x50\x46\x40\xa0\ \x94\x40\x34\x22\x2d\xc3\x02\x94\x42\xf0\xd4\x82\xff\x44\xca\xa1\ \xb8\xb8\xb8\xa2\xa2\xc2\x5d\xe5\xb6\x6d\x0b\x21\x28\xa5\xe8\x62\ \x25\xc2\x20\x80\x47\xd7\x4b\x1b\x80\x6f\x23\x90\xe4\xd2\x27\x85\ \x02\x81\xb8\x59\x2d\xc1\x39\x10\xd0\x3d\xba\xae\xfb\xc7\x4c\xae\ \x12\x7b\x9b\x45\xfa\x85\x57\x2d\xad\x58\xfd\xc0\xef\xf6\x4f\x3b\ \xeb\xaa\x0b\xa6\xd4\x36\x37\xf6\x76\xf9\x9f\x7b\xfc\x11\x61\x5b\ \x15\x15\x85\xd2\x32\x89\xea\xf5\xfa\xbc\x1e\x5d\x25\x20\x81\x50\ \x42\x29\x21\x28\x87\xa2\x67\x0c\xca\x39\xb8\x2f\x28\x95\x28\xf1\ \x84\xb1\x17\x00\xa0\x1f\x45\x57\xa0\xe0\x5d\x51\x11\x28\x98\x78\ \xc1\x75\x63\x45\xdb\x77\x5f\x7a\xf3\xc3\x05\x2a\x89\xf6\xc5\x04\ \x02\x61\x9e\x70\x98\xed\xdf\x5f\x8f\xd3\xf2\x0e\xd5\x1d\x68\x27\ \x69\x21\xaf\x22\xa5\xe0\x8e\x23\x51\x78\x3c\x5e\x5f\x20\x7b\xe9\ \x35\xb7\xcc\xcc\xf7\xd8\xb6\xa3\x29\xe2\xe5\xb5\x7a\xf5\x9e\x03\ \xbd\x4b\xa6\x11\xc7\xe1\x82\x0b\x21\xa4\x90\x92\x72\x29\x24\x0a\ \xee\x58\x12\x2d\x0e\x80\x08\x54\x51\x44\x63\x4b\x17\x40\x19\x20\ \x0a\x2e\xa4\x90\x88\xc8\x6d\x5b\x58\x0e\x48\x61\x9b\x26\xd8\xb6\ \x00\x02\x42\x48\x2e\x04\x72\x00\x68\x3e\xb0\xaf\xdd\x0c\x64\x84\ \xd2\xfc\x9a\xb7\x64\xca\xb9\xdf\xbe\x6c\x9a\xb0\x2c\xa9\xea\x91\ \x6d\xcf\x4b\x14\x8e\x65\x39\x20\x04\x02\xa0\xc3\xf4\xa0\x8a\x4e\ \x7b\x8f\x55\x55\x3c\xa9\xd4\x7a\xe5\xd5\xf7\x76\xdc\x70\x56\x15\ \x23\x62\xdf\x3b\xab\xb7\xdb\x9e\x5b\xab\xf2\xe5\x5a\x2e\x24\x77\ \x00\x6c\x21\x00\x90\x10\x3d\xe4\xf3\x56\xce\xbf\xe4\xa6\xc5\x95\ \x76\xcc\xe4\x52\xca\x98\xe9\xa8\x9a\x27\x98\x4b\xdb\x77\x1e\xac\ \xed\x2d\x19\xa3\x72\xce\x05\x17\x52\x4a\x44\x81\x54\xf3\xfb\x48\ \x4d\x75\x23\xcc\x2c\xe4\x96\x2d\x51\x4a\xee\xea\x1b\xa4\x28\x8c\ \xbe\x28\x97\x52\x38\x42\xda\x7d\x5d\x82\x16\x04\x54\xe9\x38\x32\ \x05\xf8\xfc\x09\xf5\x82\x25\x85\x65\x59\x03\x7b\x2f\x21\x94\xd2\ \x38\x1e\x74\x92\x5a\x48\x8c\x7e\x13\x42\xba\x5a\x23\x91\x8f\x20\ \x43\x4b\x26\xa9\x94\x12\x10\x51\x08\x14\x20\x25\x77\x04\x58\xb6\ \x00\x29\x1d\xf0\x9f\x79\xd5\x37\x66\xce\xdb\xfa\xfb\x5f\xfd\xf1\ \x81\xd0\xad\x13\x83\x69\x19\x65\x27\x7d\xe5\x9b\x17\x78\x84\x25\ \x08\xc3\xf6\xed\x8e\x10\xc2\xb6\x25\x0a\x44\x70\xa2\x11\xcb\xe6\ \x82\x72\xc1\xe5\x50\x2b\x21\x59\x5f\xc5\x07\xd8\xd2\x7e\x9c\x78\ \x72\xa2\xd8\x0b\x88\x12\x91\x32\x88\xd5\x3c\xb7\xf2\xa9\xfa\x88\ \xe6\x25\xb1\x9a\x7a\x3a\xff\x86\xc9\x93\x8c\xd8\x2b\x2b\x1e\xbb\ \xa3\xe1\xbd\xc9\x67\x5e\x7c\xf6\xf9\xe7\xdf\xfb\xe0\xc3\xb7\xef\ \x7b\xb5\xb7\xa9\x69\xea\xd2\x1b\xcb\x42\x10\x8d\xc6\x7c\x0e\xb7\ \x4d\x3b\xbd\x62\xe6\xa2\x19\x1b\x97\xff\xf6\x7f\xde\x2a\x48\xf3\ \xe5\x8c\xbd\xf0\xe2\x73\x4f\x5e\x74\xf1\xa6\x7b\x1f\xfd\xc5\x1d\ \xfb\xd2\xf9\xa1\x6e\x9a\xa5\x81\x74\xb8\x40\x2a\xb8\x6d\x1b\x16\ \xe3\x42\xa2\x63\x9b\xb1\x98\x41\x42\xb3\x4f\x9e\xf3\x87\x27\x97\ \xff\x62\xff\xeb\xed\xbb\x1b\x0b\x16\x7a\x84\x63\x9b\x86\xe1\x70\ \x21\x84\x63\x18\x86\xcd\x05\x70\x6e\x1a\x86\xe5\x88\x0c\x9f\x56\ \xb3\xf6\x99\xdf\x45\xd7\xd6\x1d\xac\x1d\x7b\xf6\x75\x25\xe9\x79\ \x8b\xcf\x9e\x7f\xcf\xe3\xcb\x6e\xaf\xa9\xf0\x12\xcf\xdc\xcf\x5d\ \x3e\x1e\xa4\x69\x58\x9c\x0b\xa1\x08\x81\x00\xc2\x64\xfe\xa2\x22\ \x0f\xdf\xbb\xb3\xfe\x8c\x45\x55\xd7\x5e\xbf\x74\xf9\x93\xf7\xfc\ \xf7\x86\x92\x30\x44\x6b\x0e\xf5\x9e\x7e\xe9\xcd\x33\xf3\x95\x37\ \x22\x31\xd3\xb2\x85\x00\x6e\x5b\xb1\x58\x0c\x3d\xf9\xe7\x5e\x38\ \xe3\x4f\xcf\xde\x7d\x68\x4b\x89\x47\xf1\xcd\xbb\xe8\xd2\xc9\x59\ \x9a\x63\x59\xfe\xc2\x59\x17\xce\xda\xf8\xe4\x5d\x77\x6c\x2a\xc9\ \xd8\xbf\xaf\x63\xca\x34\xcd\xb1\x6d\x23\x16\x35\x68\xfa\x82\xc5\ \x8b\xff\xf8\xf0\x43\xbf\xa8\x7b\xd7\xa8\xdd\x62\x95\x9c\x2d\x1d\ \xc7\x34\x8c\x98\x01\xe3\x27\x8d\x7f\x66\xf9\x93\x3f\xff\xe5\x96\ \x49\x27\x5f\xb4\xb0\x68\x7f\x3b\x0d\x94\x14\xf8\x2c\x93\xa7\xca\ \x18\x3e\x41\x5e\x0d\x80\x20\x32\x45\x51\x15\xc5\x8d\xde\xd9\xb6\ \x4d\x08\x71\x37\xb2\xe1\x0e\x82\xeb\x10\xa3\x14\x49\xd9\x80\x41\ \xa5\x7a\xfd\xf6\x02\xe5\xdc\x31\x4c\xd3\x11\x02\x1d\xcb\x30\x6d\ \x21\x90\x3b\x96\xed\xf0\x68\xdb\xee\xfb\x97\xbd\x68\x79\xd4\x3e\ \x1a\x2a\x0e\xa5\x9f\x32\xee\x9c\xf7\xef\x7d\xf8\xf6\x5f\xee\xce\ \xd2\xf5\xf1\x73\xcf\x39\xab\x9c\x58\x86\x69\x3b\xc2\xb6\x9c\x70\ \xfe\x98\x32\xfa\xd2\x3d\xbf\xba\xa3\x74\xec\xec\x4b\xcf\x9b\x1b\ \xd2\x50\xf6\x4f\x60\x24\xc3\x2c\x07\x12\x8f\xee\x8f\x8a\x07\xfd\ \xc9\x2e\xcc\x11\xe0\xb8\x05\x74\xb2\x6c\x6d\xe4\xd1\xf5\xb1\xc0\ \x28\x75\x4d\x31\x1b\xe7\x8f\xd5\x7f\x74\x41\x38\x6a\xb9\xb8\xaf\ \x6c\xfb\xb6\x2d\x13\x26\x4f\x25\x94\x22\x37\x5b\xea\xab\xeb\x9a\ \x3b\x1c\xa9\x64\x15\x57\x8e\x29\xca\x62\x22\x5a\xb3\x7f\x77\x5d\ \xbb\x5d\x50\x39\x61\x6c\x61\xb8\xbd\x6e\xef\x9e\xea\x56\x7f\x5e\ \xf9\x84\x31\xc5\x1a\xef\xab\xad\xad\x53\xb3\x4a\x73\x03\x9a\x24\ \x4c\x11\xd1\xfd\x7b\x76\x1f\xea\x36\x83\x39\x25\x63\x2b\x8a\x7c\ \x2a\x35\xba\x1a\x77\xef\xad\x89\x09\x25\xb3\xa0\xa4\xb4\x20\x47\ \xa3\x08\x94\x18\x1d\xcd\x4d\xbd\xb4\xac\x2c\x1f\x8c\xce\x9a\x86\ \x9e\xbc\xb2\xb2\x34\xcd\xa9\x3f\xb0\xa7\xa6\xa5\x57\xf5\xa7\x97\ \x95\x97\x67\x79\x45\x6d\x75\x53\xb8\xa8\x3c\x5d\x77\xaa\xab\x1b\ \x03\xf9\xe5\xb9\x1e\xab\xba\xa6\xde\x9f\x57\x11\xe0\x5d\x07\xaa\ \x6b\xbb\x63\x3c\x9c\x57\x3e\xa1\xa2\x80\x4a\x4e\x15\xd6\x55\xbf\ \x6f\x6f\x7d\xab\x54\x82\x95\x13\xaa\x32\xa0\xb7\xba\x29\x52\x50\ \x5e\xec\xa1\xf1\x21\x60\xaa\xae\xee\x7b\xf5\xfe\x07\x37\xe9\xdf\ \xfc\xe6\xe7\xf3\xbd\xd8\xd5\x5c\xbb\xf7\x60\x83\x89\x5a\x5e\xe9\ \xd8\xca\x82\x34\xc9\x9d\xae\x96\x9a\x2e\x19\x2e\x2d\xcc\xe6\xdd\ \x0d\x75\x1d\xa2\xa4\xbc\xd4\x47\x78\x73\xed\x9e\x83\x8d\x5d\xcc\ \x97\x5e\x39\x7e\x6c\xba\x4e\x25\x22\x50\xa6\xa0\x55\xb3\x77\x57\ \x63\x47\x4c\x0f\x67\x95\x97\x57\x04\xa0\xab\xfa\x90\x51\x5c\x5a\ \x1a\x50\x45\x5b\x43\x4d\x53\x5b\xf7\xde\xf5\x7f\xdb\x4a\x66\x7e\ \xff\x4b\x4b\xda\xf6\x57\x07\x0b\xcb\x32\xfd\x58\xb7\x6f\x77\x6d\ \xab\x59\x3c\x76\x4c\xcd\xea\x65\xef\xab\xf3\xbe\x7d\xdd\x5c\x4c\ \x21\xbb\x7e\x92\xe8\x02\x01\x42\x29\xdb\xba\x75\xcb\xfa\xf5\x1b\ \x28\x63\x81\x40\xe0\xfc\xf3\xce\x0d\x06\x43\x8a\xc2\x22\x91\x48\ \x7d\x5d\xcd\xc4\x49\x53\x12\xb8\xaf\x6d\xad\x2d\x91\x68\x64\xdc\ \xf8\x09\xa6\x61\x60\x3f\x22\xb3\x1b\x56\x27\xee\x28\x87\x81\xda\ \x7f\x2a\xed\xde\x83\xb5\x1d\x79\x65\x65\xd0\xd3\xd0\xe2\xf8\x2b\ \x0a\xb3\x9d\xde\xe6\xba\x0e\xa7\x30\x2f\x54\xbf\x67\x4f\x7b\x8c\ \x87\x73\xcb\xab\xca\x72\x75\x4d\x89\xb6\xd5\xed\x3e\x50\x67\x08\ \xbd\x78\xcc\xb8\xa2\x30\xa9\xa9\x6e\x4e\x2b\x2a\x4d\xf3\x30\x42\ \x49\x6f\x6b\xdd\xee\x03\x8d\x4a\x5a\xf1\xa4\xb1\x45\x2a\x4d\xce\ \x9b\xc6\xa1\xa5\x12\x8a\x81\x10\xa2\xa8\xaa\x11\x8b\x55\x1f\x3c\ \x30\x79\xca\xd4\x7f\x10\xf7\xf5\x88\xf0\xa0\x75\x72\xcf\x5b\x7d\ \x0f\xbc\x1b\x3b\xcc\x9c\xfb\x33\xc7\xeb\xb7\x5f\x9c\x16\xb1\xfa\ \xf1\xa0\xb7\x7c\x30\x69\xea\x74\x37\x18\xc3\x98\xa2\xb8\xf5\x7c\ \xc2\xb1\x6d\x47\x02\xd5\x75\x5d\xa1\xc4\xb1\x2d\x9b\x4b\x55\xd3\ \x54\x85\xa1\xe0\xb6\xed\x08\x24\x9a\xae\x21\xb7\xdd\x89\x07\x84\ \x32\x4d\x53\x29\x25\xd2\xfd\x22\x12\xa6\xa8\x9a\xaa\x10\x02\x92\ \x3b\xb6\xe3\xd6\x46\x21\x55\x34\x95\xa1\x65\x39\x40\x15\x5d\x63\ \x8e\x65\x49\xa0\xaa\xa6\x2b\x8c\x00\x4a\xc7\xb6\xb9\x24\x9a\xae\ \x0a\xdb\xe2\x48\x74\x4d\x93\x8e\xe5\x20\xd1\x35\x4d\x38\x96\xa4\ \x8a\xae\xaa\xee\x00\x51\xdb\x76\x24\x02\x10\xa2\xa8\x9a\xaa\x50\ \x40\x69\x5b\x96\x00\xa6\xab\xcc\xb6\xed\x84\xe3\x49\xa8\xa2\x58\ \x4d\x2b\x96\x3d\x5d\x7a\xce\x35\xf3\xc7\xa4\x4b\xa0\xaa\xa2\x10\ \x40\xc1\x1d\x87\x0b\x89\xa0\xa8\x1a\x03\x61\x3b\x9c\x30\x4d\x53\ \xc0\xb6\x6c\x24\x54\xd5\x34\x85\x51\x90\xd2\xb6\xfb\x11\x19\x11\ \x80\x52\x4d\xd3\xdc\xd2\x45\xc7\xb6\x38\x2a\xba\x4a\x11\x9d\x03\ \x1b\xdf\x7e\x7d\xe3\x01\xcd\x4b\xeb\x6b\xda\x66\x5e\x70\xdd\x92\ \x99\x45\x8c\x10\x6e\x5b\x02\x89\xa6\xe9\xaa\xae\xdb\x4d\x1f\xdc\ \xfb\xf0\x9b\xa7\x5d\x79\xf3\xb4\x1c\x66\x73\x4c\xf5\xa1\x7d\x82\ \x02\x06\x00\x42\x89\x69\x9a\x7f\x7d\xfe\xf9\xdd\xbb\xf6\x5c\x71\ \xf9\x65\x93\x26\x4f\x42\x89\x8a\xaa\x44\x23\xd1\xba\xda\xea\xc9\ \x53\xa6\x0d\xe0\x41\xb7\xb4\x44\x22\x7d\xe3\xaa\x26\x1a\x46\x34\ \xc9\x93\x4f\xd4\x3f\x91\xc1\xbd\x0b\x54\xd7\x15\xc7\xb2\x81\xa9\ \x2a\x95\x96\xcd\x09\x53\x35\x85\x38\x8e\x50\x34\x9d\x51\x40\xc1\ \x2d\xdb\x91\x08\x8a\xaa\xaa\x8a\x42\x08\x72\xdb\x76\x04\xb8\xc2\ \xe9\xfa\x82\x4c\xd5\x34\x95\xa1\x70\x2c\x9b\x27\x07\x31\x10\x90\ \xc4\xab\x1e\xdd\x19\xd5\x40\x09\x65\x8c\x99\xa6\x79\xf0\xc0\xfe\ \xa9\xd3\xa6\x1f\x03\xbd\xc0\x28\x34\xf7\x88\x96\x5e\x39\xda\x98\ \x76\x89\x10\xf6\x92\xb2\x2c\x25\xfe\xdb\x14\x65\xdb\xe6\x4d\xe5\ \x63\xc6\x06\xfc\x7e\x87\x3b\x12\x11\x10\x88\x8b\xde\x4f\xc8\x09\ \x0f\xf8\x8a\xc0\x18\x31\xa3\x51\x4e\x35\x9f\xfe\xe9\xfb\x65\x84\ \x42\xb4\xe3\x50\x75\x6d\x63\x8c\xb3\xac\xa2\xf2\x8a\xa2\x0c\x74\ \x86\xce\x4e\x47\xc7\x8c\x38\x24\xe8\xf7\x00\xca\x54\x77\xea\x11\ \x10\xa5\xd4\xb2\xac\xce\xae\xae\xc2\xc2\x02\x29\x24\x02\xea\x1e\ \x6f\x4b\x73\x73\x57\x67\x7b\xb2\xbd\xd0\xde\xd6\xd6\xda\xd6\x3a\ \x65\xca\x54\xcb\xb2\xdc\xb1\x5e\x10\x47\x2c\xc6\x63\x76\xd9\xc9\ \x80\x3e\xd2\x74\x4f\x7b\x6b\x6b\x7b\x6b\xcb\xa4\x7f\xd8\x5e\x38\ \x12\x39\xe6\x12\x0a\xd3\x94\xd2\xcc\xd1\x9b\xc7\x08\x08\x09\x16\ \x8f\xfb\x66\x28\x65\x4e\x6e\xee\xbe\x3d\xbb\x26\x4c\x9c\xec\x0f\ \x04\x12\xa8\xfb\x24\xe9\x62\x9e\xd8\xca\x01\xc1\xe3\xf5\x03\x0a\ \xf9\xcf\x58\x95\x88\xde\xe2\xb1\x05\x15\x13\x08\x80\x14\xdc\x76\ \x1c\x54\xb4\x21\x03\xcf\xc1\xeb\x0b\x30\x22\x85\xc0\x14\x0a\xfc\ \x27\x5b\x53\xfd\x09\x48\x44\xaf\xd7\x9b\x99\x99\xe9\x70\x0e\x2a\ \x01\xc4\xee\xae\xae\xfa\xba\x9a\xb1\xe3\xaa\x92\x71\x5f\xc3\x69\ \x69\x8d\x8d\xf5\x35\x35\x07\x8b\x8b\x4b\x35\xca\x64\x52\x95\xe3\ \x51\xef\xa6\x24\x00\x43\x8d\x94\x9e\xee\xee\xda\xea\x83\x63\xc6\ \x8d\x3b\x36\xb8\xaf\x04\xc0\x11\xe8\x88\x8f\xf9\x03\x40\x4a\x99\ \x9b\x9b\x2f\xa4\xd8\xb5\x63\x5b\xff\x60\x6e\x48\xf5\x56\xa7\xe8\ \x38\xd3\x0f\x89\xe1\x94\x80\x88\x94\xd2\xb2\xb2\xf2\x70\x38\x9c\ \x58\x63\x88\xa8\x28\xca\xb8\xf1\x55\xd5\x07\xf6\x6f\x6c\x5e\xe7\ \x3a\xf5\xc7\x4e\x92\x07\xf1\xec\x3e\xa7\x94\x96\x94\x95\xa5\xa5\ \xa5\x9f\x30\x78\xd0\x12\x65\x41\x61\x71\x6e\x4e\x9e\x18\x52\x58\ \x9a\xa2\x14\x1d\x7f\x31\x07\x02\x40\x19\x63\x4c\x19\xb2\xc0\x5c\ \xa8\xf8\xaa\x89\x93\x39\xe7\xc7\x1b\x1e\x34\xb8\x3c\x2b\xca\x89\ \x84\x07\x0d\x00\x52\x08\x42\xa9\x42\x53\x88\x92\x29\x3a\x31\xc8\ \x1d\x66\x3f\xec\x4d\x09\xfd\xfd\xf8\xc7\x23\xcf\x9f\x12\x1e\x74\ \x6a\x95\xa6\x28\x45\x29\x4a\xe9\x85\x14\xa5\x28\x45\xc7\x8f\x5e\ \x48\x81\x41\xa7\xe8\x04\xa2\xd1\x40\x9f\x8f\x67\x58\xf3\x4f\x91\ \xb7\xa3\x87\x07\x1d\x8d\x46\xa2\x91\x68\x2a\x0d\x91\xa2\x13\x45\ \x33\x04\x43\x21\xaf\xcf\x87\x49\xb9\x7d\x42\x88\x10\xa2\xa7\xbb\ \x9b\x3b\xce\xf1\x96\x0f\x76\x2b\xa4\x83\xc1\xb0\xd7\xe7\x3d\x66\ \x78\xd0\x8c\x82\x42\xc9\xe8\xe5\x0b\x20\x10\xdc\x22\x45\x00\x20\ \x84\xc6\xa2\x91\x48\x5f\x6f\x61\x51\xa9\xc7\xeb\x85\xfe\x16\xf1\ \x84\x6e\x4b\xe1\xbe\xa6\xe8\x58\x6d\xb0\x09\x09\x4c\xde\x69\x11\ \x31\x1a\x89\x34\x37\x35\x30\xc6\x54\x55\x4d\x7a\x5f\xb6\xb7\xb7\ \x06\x83\xe1\xec\xd2\x52\x42\x68\x42\x8c\x11\x8f\xc1\x3c\xeb\x11\ \x78\x8e\x46\x9a\x9b\x1a\x28\xcb\xd4\x34\xfd\x18\xe8\x05\x4a\xa0\ \x23\x2a\xbb\x63\x92\x92\x51\x55\x97\x5f\xa3\x39\x21\x2a\xfb\x61\ \x23\x7a\x7a\xba\x0b\x0a\x8b\x3c\x5e\x6f\x02\xa0\x12\x00\xa4\x94\ \x29\x3c\xe8\x14\x1d\x07\x3b\x6d\x52\xef\x53\xbf\x28\x06\x82\xc1\ \xcc\xac\xec\xee\xae\xae\xbc\xfc\xfc\xc4\x9c\xfb\x68\xa4\x8f\x52\ \x96\x93\x9b\x87\x18\x4f\x4c\x10\x42\x92\x8b\x05\x8f\x9a\x24\x0f\ \xe1\xd9\xfd\x1b\x08\x04\xb3\xb2\x73\xba\xda\xdb\xf3\x0a\x0a\xff\ \xc1\x6c\xe5\x91\xe8\x05\x9f\x46\x56\xac\x33\x1e\x7a\x2f\x7a\x98\ \xbe\xa9\x05\xe3\xf4\xff\xfe\x5c\x5a\xb4\x1f\x0f\x9a\x0b\xa1\xeb\ \x1e\x29\x31\xa1\xe0\xdc\x1f\xf6\x89\x30\x24\x5c\xd4\x63\x29\xc4\ \x51\xb9\xf6\x84\x31\x7a\x04\x08\xcb\x94\x31\xf2\xe9\x8d\x0f\x75\ \x0f\x27\x85\xa0\x8c\x01\xa0\x18\xd6\x40\xed\x42\x47\x0b\x21\x08\ \xa5\x20\x25\x1e\xed\xab\xf4\xaf\xa0\x11\x12\xfb\xf0\x90\x6d\x5f\ \xd7\x3d\x9c\x3b\xc9\x9f\xe7\x42\x28\x4c\x71\x0d\x87\xe4\x4f\xfe\ \xd3\x26\x56\x26\xee\xea\x47\xf3\xec\xfe\x4b\xd7\x3d\x2e\x08\xdd\ \x31\xf3\x23\x74\x85\xe8\xca\xc8\x7a\x41\x48\x50\x87\xf4\x4e\xa0\ \x94\x88\xd4\xed\x13\x65\x8c\x24\xcc\x21\x29\xb8\xfc\x78\xf5\x21\ \x84\x38\x7d\x6d\xcd\x5d\x76\x4e\x41\x9e\x4e\xf0\x9f\xad\x13\x28\ \x6f\x7b\xe3\xc5\xf7\x72\x67\x2d\x9a\x90\xed\x91\x1f\x5b\x37\x50\ \x45\xe9\xad\xd9\xb2\xee\x80\x3d\xef\x8c\xd9\x7e\x9a\x54\x92\xfc\ \xf1\x7f\xe6\xe0\x35\x6f\x1d\xda\xf1\xfa\xfb\xcd\xa7\x9d\x73\x16\ \x69\xa9\x8d\xb2\x70\x5e\x56\x70\x10\x64\x18\x21\x46\x57\x73\x6b\ \x84\x15\xe6\x67\x31\xce\x11\x80\x29\xb4\x6e\xeb\xdb\x07\xed\x82\ \x05\x27\x8f\x01\x9e\x42\x67\xf9\xd8\x0a\x22\xd9\xd6\x1d\xc0\x83\ \x96\xa3\xe1\x41\xf7\xb7\x4a\x81\x4c\xec\xd8\xc3\x0e\x18\xc7\x83\ \x96\x9c\xcb\x23\x89\x45\xa0\x8b\x25\xc5\x87\x36\x64\x1d\x86\x67\ \x42\xe9\x31\xc6\x83\xfe\xa4\x24\x45\x1c\x64\x8d\x50\xe6\x74\x56\ \xff\xfd\xb1\xe5\x77\xdf\x73\xcf\xf2\xc7\xfe\x5e\xdb\x69\xba\x18\ \xc7\x4c\x51\x98\xa2\xb8\xda\x30\xf1\x92\x00\x22\xa1\xee\x73\xc6\ \x58\xa4\xfa\x9d\xfb\x57\x3c\xd7\xca\x19\xa3\x30\xda\x57\x98\xc2\ \xdc\x5b\xe6\xde\xb7\xa4\xf7\x29\x22\x02\xa1\xf1\xaf\x00\x61\x2e\ \xca\x2e\x65\x6c\xe0\x33\xfd\xe7\xa5\x84\xd8\x6d\x6b\xde\x78\xb5\ \xd1\x60\x84\x32\xa6\xd0\xb8\x1c\xf4\x7f\x98\x52\x82\x88\x84\xc5\ \x3f\x4f\x89\x7b\x3a\x42\x30\xf2\xd2\x93\x2b\xb7\x76\x52\x0f\x23\ \x4e\x67\xf5\x8b\xab\x1e\xba\xfb\xae\xbb\x1f\x7c\x72\x75\x75\x97\ \xad\x28\x6c\x10\x9f\x8c\xc6\x5d\x2a\x3a\xe4\x20\x03\x9c\x53\x42\ \xb0\x63\xef\x1b\x6f\x6c\x30\x19\xdd\xf6\xf7\x47\x9e\x7a\x6b\x37\ \x61\x8c\x24\x2e\x88\xa2\x30\xc6\x9a\xb6\xbd\xbc\xec\xa9\x77\x6c\ \xbb\xe3\x85\x95\x0f\xed\xe9\x05\x42\x58\x80\x76\x3d\xff\xc4\xe3\ \x7b\xba\x1d\x4a\x93\x60\x8b\x53\x8f\x11\x1f\x49\x18\x0a\xf1\x86\ \x22\xc6\x06\x36\x7f\x89\x43\x30\x54\x31\x09\xf7\x75\x00\x7c\x41\ \x4a\xec\x87\x6f\x4a\x1c\x99\x10\x2a\x22\xf5\xcf\x3f\xf3\x62\x75\ \x37\x0e\x12\x2d\x40\x57\xf8\xe2\x2f\x09\x24\x0b\x12\x01\x44\x00\ \xf7\xb9\xa2\x28\x91\xda\x8d\x0f\x3e\xfe\xba\xa1\x28\x4a\x5c\xce\ \x71\x10\x02\xb5\x0b\xce\x93\x38\xb5\x2b\x80\x2e\xd2\x1c\x39\x51\ \xf0\xa0\xdd\x9f\x44\x18\x15\x2d\x2b\xee\xfe\xe3\x0e\x18\x77\xc6\ \xf4\xbc\xae\x0e\x23\x66\x71\x4a\x69\x6f\x4b\xcd\xfe\xda\x36\x7f\ \x6e\x49\x45\x71\x2e\x45\x1e\x69\xab\xdd\x5f\xd3\x02\xde\x8c\xca\ \x31\x65\x41\x12\x3d\xb8\x67\x7f\x5b\x14\xf2\x4a\xc6\xe6\x95\xce\ \xbc\xf4\xc2\xaa\x0c\x26\x90\xd2\x48\x5b\xdd\xfe\x9a\x56\x6f\x56\ \xd1\x98\xf2\x3c\xe0\x76\x4f\x6b\x5d\x43\x53\xbb\x21\x68\x4e\x51\ \x45\x49\x8e\x9f\x73\x09\x00\x04\x45\x57\x73\x43\xe3\xa1\x0e\x13\ \xd5\x82\x92\xca\xc2\x4c\xdd\x8c\x74\xd5\xb6\x19\xb9\x85\x79\x3a\ \x31\xeb\xaa\xdb\x02\x39\x85\x7e\xd9\x71\xb0\xae\xb1\x27\xc6\xc3\ \xb9\x45\xe9\x4a\xb4\xbe\xa9\xd3\x93\x55\x3c\xa6\x2c\x97\x02\xd1\ \x54\x68\xde\xff\xe1\xd6\x2e\x2d\xbd\xb8\xa2\x28\xd3\x8f\x92\x10\ \xab\x67\xcf\xbe\x03\x11\x08\x8e\x19\x5b\x11\xd4\x20\xda\xd5\xdc\ \xd0\xd0\xdc\xe7\x28\x25\x95\x95\xd9\x01\x1d\x18\xeb\xdb\xfb\xf6\ \x07\x6d\x69\xb7\x7c\x7d\x16\x6f\x7c\xff\xce\xdf\xdc\x67\x17\xcc\ \x9a\x35\xae\xb0\x75\xcf\xbb\x77\xfc\xfc\x83\x2f\x7f\xe7\xdf\x66\ \x17\xe8\x9d\x4d\x35\x0d\x2d\xed\x36\x6a\x79\xa5\x95\x85\xe9\x1e\ \x09\x54\x18\x6d\xbb\xf6\xd6\xda\x5a\xc6\xb8\x71\xa5\x5e\x82\x2e\ \x58\x97\xc2\x58\xa4\xa5\xfa\xc0\xa1\x3e\xbb\xbe\x8d\xa8\x9a\x14\ \x30\xe1\x8c\x0b\x73\x94\x1c\x14\x48\xa5\x51\xbd\x77\x7f\x7b\x84\ \x87\xb2\x72\x8b\x0b\xf3\x73\xab\xe6\x5f\x96\xef\xf1\xf2\x8e\x0f\ \x3f\x58\x7b\x28\x6d\xac\x53\x9a\x3b\x7e\xf2\xa2\xb9\x79\xeb\x5e\ \x7a\x6b\xef\x84\x8b\x26\x82\x48\x21\xc0\x7e\x0c\xf1\x04\x50\x14\ \xe5\xfd\xf7\xdf\xdf\xbc\x79\xf3\xd5\x57\x5f\x1d\x0c\x06\xdd\x66\ \x44\x09\xc3\xbd\x83\x01\x9c\xf8\x41\x7e\xfe\xe0\xad\xdb\x75\x00\ \x44\xb4\x71\xf5\xf3\xaf\xa6\xcd\x58\x58\xec\xeb\xaa\x3d\x58\xd7\ \x15\x75\x7c\x99\x05\x15\xa5\xf9\x2a\x91\x66\x57\xe3\xbe\xea\x26\ \xae\x84\x2a\x2a\x4b\xc3\x01\x8f\xd5\xd9\xb4\xf7\x60\x03\x4d\x2b\ \x18\x57\x5e\xa4\x48\xb3\xa3\xa9\xbe\xa1\xb9\x9d\x06\x72\xbc\x9d\ \x8d\xef\xaf\xd9\x5c\x54\x91\x55\x98\x93\x37\xa6\x24\x57\x21\x38\ \x1c\x87\x36\x91\x8a\xe8\x57\x49\xf8\xa9\x14\x68\x1f\x25\xdc\x57\ \x11\x0f\xd2\x00\x58\xdd\x35\x87\xba\xcb\x2e\x3a\xfb\x82\xc5\x15\ \xee\x7f\xdb\x76\xbd\x79\xff\xca\xd7\x58\x5a\xb8\xb3\xb9\x73\xce\ \x95\xb7\x2d\x2e\xeb\xbe\xe7\x57\xf7\x9b\x99\x85\xa1\x40\x71\x4e\ \x71\xce\xd6\xd5\xf7\x3d\xbb\xad\xaf\x20\x2b\x5c\x31\x27\x77\x61\ \xc6\xfa\xe5\x8f\xee\xff\xce\xed\xdf\x13\xfb\xdf\xfe\xc3\x3d\x4f\ \x3b\xc1\x0c\xa3\xb3\x7b\xea\x05\x5f\xb8\x61\x71\xe9\x2b\xf7\xdd\ \xf9\x7a\x7b\x66\x49\xd8\xa8\xe9\xf5\xdf\xf4\x6f\xdf\x3d\x25\x5f\ \x13\xc0\x14\xb3\xed\xd9\xbb\xee\xd8\x64\x17\xe5\xe9\xdd\x8d\x22\ \xff\xeb\xdf\xfd\x4e\xe1\xa1\x0d\xbf\xbe\x67\xf3\x37\x7f\xf6\x9f\ \xe3\x3c\x35\x7f\xfe\xed\x3d\xf3\xbf\x75\x7b\xe5\xc1\x87\xef\x78\ \xa2\x66\x7c\x45\x66\x7d\x5d\xab\x3f\x23\x3f\xcb\x6f\x1f\x3c\xd8\ \x73\xfe\x6d\xdf\x3f\x7f\xa2\x8e\xbc\x73\xcd\x8b\x7f\x6b\xf0\x19\ \x4d\xbd\xbe\x6b\xbf\xf5\xed\x53\x8b\xcd\xa7\x1f\xfc\xcb\xd6\x2e\ \xcd\x6b\xb5\xff\xad\x60\xee\xb7\x6e\x5a\xfc\xee\xd3\xbf\x5b\xb5\ \x45\x96\x15\x97\x2e\x4e\xcf\xcf\x09\xfb\x28\xc1\xbd\x9b\x77\x2a\ \x05\xd3\x2b\x3c\xf2\xc5\x27\x1e\xe9\x28\x3c\xe7\x97\xdf\xbe\xd8\ \x03\x00\x17\x2c\xc9\xb8\xf3\xff\x3d\xfe\xc4\x9b\xd3\xbf\x35\xf7\ \xe9\x3f\xdc\xb9\x59\xe6\x17\x7a\xba\x9a\xac\xdc\x5b\xff\xdf\x77\ \x26\x68\xb5\x8f\xdc\xfb\x40\x3d\x86\x49\x57\xf3\x6b\x13\x2f\xb8\ \xed\x9a\x79\xaa\x70\xa8\xa2\x75\xed\x7b\xed\x37\x77\xaf\x12\x59\ \xe5\x5a\xe7\xbe\x6e\x67\xbc\x47\x83\x6d\x2f\x3e\xba\x3e\x74\xc1\ \xf7\xae\xf3\xbd\x78\xff\xaf\xff\xbe\xc7\xce\x4f\x83\x3d\xf5\xfc\ \x4b\x3f\xfa\x79\x51\xf5\x1b\x7f\x5e\xe3\xff\x9f\x6f\x9c\xe6\xd1\ \xc5\x9e\xcd\xeb\x78\x73\x59\xd6\xf8\xf1\xb3\xa6\x15\x6d\xd8\xf0\ \x41\xef\x45\x93\x02\x80\xa9\x30\xc3\x47\x6e\x5a\x94\xd2\x8d\x1b\ \x37\xae\x5c\xb9\x32\x1a\x8d\x5a\x96\x75\xfd\x0d\x37\xf8\x7d\x3e\ \xf7\xb2\x0d\x89\x7f\x21\xf6\x67\x2d\x93\x1d\x8c\x91\xf0\xa0\x01\ \x11\x88\xe2\xf3\xf9\x7c\x5e\x7a\x60\xcd\xaa\x5f\x3e\xb6\x6d\xec\ \xd8\xdc\xa6\x83\x2d\x73\xae\xfa\xe6\xe5\xb3\xd9\xb2\xdf\xde\xdd\ \xee\xcf\x0b\xfb\x73\xfc\xf9\xa5\xde\xbe\x6d\xcb\xee\x7b\x22\xea\ \xcb\x88\xb6\x36\x97\x2d\xba\xe9\xfa\xd3\x02\x8f\xfd\xee\xf6\x3d\ \xa4\xa0\x62\xfc\xac\xd3\xc7\x69\x8a\xd9\xba\xf1\xdd\xb7\x9b\x26\ \x9c\x5a\x5a\x92\xaf\x82\x18\x1e\xc5\x40\xd7\x25\x4f\xc2\x83\x3e\ \xa1\x70\x5f\x51\x22\xa2\x14\x1c\xbc\x15\xd7\x5f\x73\xe1\x43\x4f\ \xdd\xf5\xd3\x4d\x65\x27\x9f\xb9\x74\xd1\xcc\xac\x37\x5e\x78\xb2\ \xc9\x7f\xf2\xf5\x67\x4d\xdd\xf3\xca\xfd\x7f\x7d\xf9\xb5\x49\x97\ \x14\x1f\x68\x15\x97\x5e\x7f\xcd\xa2\x49\x79\x54\xb6\xad\xde\xb3\ \x4b\x2b\xbb\xe4\xe6\xeb\x16\xa7\x7b\x95\x8e\x6d\x82\x31\x85\x71\ \xe3\xad\x27\x9e\x64\xd3\x2e\xff\xe1\xf5\xa7\xb7\x7e\xf0\xd8\x4f\ \x1e\x7a\xfa\x94\xa9\xb7\xc4\x4c\x76\xfa\xa5\x5f\xbc\x7a\x6e\xf6\ \x8a\x9f\x7e\xef\xf5\xb7\xf6\x9c\x72\xed\x34\xe4\x52\xf2\x58\xb7\ \xe1\x39\xe7\xc6\xaf\x9e\x3f\x99\xdd\xfb\xbd\xff\x7a\x73\x43\xdd\ \xf5\x63\x55\x5d\x57\x5d\x86\x34\x5d\x63\x44\xf4\x75\xf7\x16\xcc\ \x5a\xfa\xbd\x2f\x9f\xf3\xf2\x1f\xff\xf3\x55\x71\xca\x7f\x7c\x6b\ \xd1\x5b\xcb\x7f\xf0\xd7\xf5\xdb\xce\x19\x5f\x09\x2c\xf3\xfc\xeb\ \xbf\x7e\xd1\x44\xff\xea\x7b\x7f\xf2\xcc\x2b\xeb\x73\xa7\xf6\xbe\ \xf4\x7e\xe7\xf9\x37\x5f\x9d\x1b\xdd\x79\xcf\xb2\xd5\x1f\x9e\x31\ \xad\xb7\xcf\x9a\x71\xd1\x2d\x5f\x5d\x3c\xc1\xb6\x4c\xc7\x76\x74\ \x5d\x34\x74\xf4\x78\x0b\x72\x00\x3b\x77\x56\xcb\xa9\x17\x4c\xf7\ \x80\xb0\x4c\x87\x79\x3c\xb3\xa6\x8d\x5f\xf3\xca\x8e\x4e\x73\x66\ \xaf\xed\x3f\xfb\x86\x6f\x5d\x34\xd5\xf8\xe3\x7f\xfe\xf4\x8d\xad\ \x4d\x3e\xf3\xd9\xb5\xd5\xe2\x9a\x9b\xce\xd0\xeb\xde\xfe\xd3\x33\ \xab\x76\x2d\x99\x3d\x2d\x8d\x52\x88\xbc\xb6\xea\xef\x6c\xd2\x95\ \x3f\xfd\xd2\x19\x9d\x1b\x56\xfe\xcf\x13\x75\x36\x97\x40\xa9\xa6\ \xd3\xd6\xbd\x6f\x3e\xbd\x49\x7e\xf5\x27\x3f\x99\x9e\xde\x74\xc7\ \x7f\xde\xd5\x1d\xb5\x8b\x29\x55\x18\x41\xc9\x25\x64\x5c\x70\xc3\ \xad\x67\x96\x05\xb9\x84\xae\xdc\x2c\xdb\xa8\x6b\x37\x30\xa0\xc8\ \x14\xa4\xdb\x47\xfa\xf1\x52\xca\xd2\xd2\x92\x6f\x7f\xfb\xdf\x18\ \x53\x84\xe0\x0a\xa3\x52\x0a\x4a\xc9\x30\x0c\x55\x77\x44\x49\x02\ \x0f\x3a\x19\x95\x65\x58\x7f\x3b\x4a\x89\x12\x01\x09\x88\xbe\x9e\ \xae\xcc\x59\xe7\x7f\xef\xd6\x25\x7b\x56\xff\xf6\xae\xb5\x6f\xce\ \x1b\x33\x75\x5f\x43\x74\xc1\x6d\x97\x7f\x6e\x56\x09\x03\xeb\xd5\ \x65\xab\xb6\x44\xb2\xbf\x7c\xde\x82\xb6\xcd\xcf\x3d\xfc\xd7\x97\ \x16\x8e\x5b\xd2\xe7\x84\x2e\xfb\xfa\x77\x4f\xaf\x08\x35\x6c\x78\ \x4a\x29\x9c\xf1\xc5\x6f\x7c\x25\x57\xe5\x96\x6d\x8f\x62\xfb\x91\ \xfe\x91\x4d\xe0\x42\xcc\x9d\x50\xb8\xaf\x32\x8e\xfb\xca\x05\x8c\ \x39\xed\x73\x3f\x39\x69\xfe\x8e\x8d\x6f\x3f\xf2\xe8\x6f\x9a\xdb\ \xae\x70\x7a\xa3\xa8\x74\x6c\x7e\xff\x7d\x1e\x9c\xb8\x68\xec\xb8\ \x8c\xa2\xc9\x5f\xb9\xba\xe1\xb9\x47\x7f\xfb\x5e\xd6\xd4\xcf\x5f\ \xf7\xb9\x4b\x6f\xb8\xf5\x99\xa7\xfe\xfa\xf3\x9f\x6f\x98\x77\xfe\ \x0d\xf3\x43\x94\x00\x38\x46\x5f\x73\x8b\x18\x7b\xe6\x18\x06\x90\ \x5d\x31\x29\x8d\x6f\x39\xd4\x16\x65\x8a\x82\xd2\x01\xf0\x14\x67\ \x85\x6a\xa2\x3d\x1c\xa5\x10\x12\x84\x24\x94\x22\x77\x80\x84\x8b\ \x32\xfd\x07\x22\x3d\x8e\xc4\x78\x3f\x27\x02\x00\x0a\x21\x10\x08\ \x45\x61\x03\x64\xa7\x87\xf5\x56\x13\x00\x02\xe9\x99\xbc\xce\xb0\ \xb9\x20\x44\xf1\x68\x0c\xc0\x53\x5e\x59\xf9\xd2\xfa\x96\xba\xe6\ \x98\xc9\x65\xc3\xae\xcd\x8d\xdc\x99\xb3\xf4\xec\xc2\x80\xac\x93\ \x84\xa0\x8b\x15\x2b\x10\x10\xd1\xe1\x42\x00\x45\x00\xe6\x53\xec\ \xde\xbe\x3e\x00\x06\xe0\x30\x80\xde\x9e\x3e\x49\xfd\x0c\x05\x50\ \x2a\xb9\x0d\x24\x98\x9f\x95\x51\x1f\xe9\x6d\x6b\xe9\x90\xc2\x3e\ \xb0\x6d\xa3\xb0\xf5\xb3\x96\x9c\x91\xc6\x38\x17\x0a\xc1\x9e\xfa\ \x6e\x2c\x9e\x33\x86\x01\x28\x9a\xa6\x50\x14\x42\x48\x44\x40\xd9\ \xde\x54\xcd\x4a\x2a\xcb\x72\x55\x30\x24\x63\x14\xa4\xfb\x1f\x14\ \x9c\x23\x48\x29\x1c\x90\x8e\xe0\x54\x02\x05\x14\x0e\x17\x82\x88\ \x14\x04\xec\xc7\xa1\x50\x28\x94\x98\x5b\xcd\x39\x77\xf1\xa0\x25\ \x4a\x4c\x46\xd4\x20\x80\x80\x52\x0a\x44\x74\xf3\x4d\xfd\xc9\x88\ \x81\xf4\x44\x92\xb6\xa1\x42\x48\x57\xc6\x00\x80\x82\xb4\x01\xc2\ \xb9\x05\xc4\x69\x86\xcc\x93\x6e\xbb\xa9\xe6\xc9\xe7\xee\xde\xf2\ \xfa\x84\x1b\xae\x5f\xd4\xd1\xdb\x2d\x84\x67\xdb\xa6\x0d\x82\xe7\ \x9c\xb3\x78\x9a\x07\x2d\xa4\x0c\x25\x07\x00\x29\x05\xa2\x74\x1c\ \x14\x84\x8f\x92\xe1\x1a\x8a\x0a\x7d\x22\xe2\xbe\x4a\x09\x14\x79\ \xb4\xa6\xa9\xd1\x17\xce\x9e\x3c\xe7\x8c\x93\xde\x7d\x75\xdd\xfe\ \xf6\x53\xb3\xb2\x7c\xea\xd8\xcb\xaf\x5b\xa2\x38\x31\x21\x28\x08\ \xbb\xf2\xb4\xcb\xfe\x63\xda\xf4\x5f\xfd\xec\x17\x4f\xbe\x37\xf1\ \x1b\x0b\xc7\x5f\x7d\xdb\x77\x3f\x7c\xe6\x37\x7f\x7a\x62\xd5\x98\ \xeb\xcb\x29\x0a\x50\xbc\x45\x45\xfa\xba\x0f\x36\x2e\x3e\xe9\xec\ \x96\x0f\xde\xeb\xd2\x42\xf9\x99\x5a\xb5\xc3\x55\xce\x11\x1c\x47\ \x4a\x44\xc9\x39\x97\x5c\x02\x17\x52\xa2\xe0\x0e\xa0\xcd\xa5\x94\ \x52\xea\xde\x00\xeb\xad\xdd\x5f\xd7\x52\x5a\x64\xda\x0e\x97\x42\ \x48\x29\xa5\xe0\x0e\x80\xe0\x52\x0a\xce\xc1\x11\x42\x02\x48\xc9\ \x39\xe7\x96\x11\x33\xac\x9e\xde\x75\x1b\x3e\x0c\x96\x5e\x56\x9e\ \xdf\xe6\xf7\x78\x67\x9d\x7d\xd9\xb4\x6c\x66\xda\xd2\xaf\xc5\xde\ \xb6\xb9\xe0\xdc\x71\x1c\xce\x39\x00\x71\x04\xcb\x08\x04\xcc\x43\ \x1d\x1c\x4e\x9a\xb3\x60\xcc\x6f\x5f\x79\x72\xcd\x84\xcc\x69\x85\ \x81\x8e\xea\x0d\x8f\xbd\xb1\xa7\xec\xec\x6f\xa6\xa1\xc5\xa5\x94\ \x9c\x03\xd8\x9c\x0b\xc9\x21\xb3\x38\x47\xdb\x11\x9d\x7f\xd1\xb5\ \x95\x5e\x1e\x75\x50\xa5\xd2\xb6\x6d\xd0\x03\x63\xf3\x94\x37\xd6\ \xaf\x6d\x99\x73\x89\x8c\x99\x8e\xc3\x05\xe7\x52\xa2\x14\x32\x9c\ \x55\xc2\xab\xd7\xed\x3c\xd8\x7d\x92\xbf\x3b\x6a\xb9\xda\x4f\xa2\ \xe4\x40\x19\xa2\xd9\x78\xa8\x33\x92\x21\xa5\x1e\x8c\xb6\xb5\x31\ \x25\x1c\x52\x04\x77\x78\xca\x8f\x38\xac\x0f\x41\xfa\xe3\xe2\x62\ \xd0\x6b\x42\xa4\x94\x28\xdd\xfc\xd9\x80\x3b\x1c\xb7\x7b\x51\xba\ \x38\xf1\x30\x18\xf7\x15\x06\xcd\xa1\x22\x42\x08\xd7\x46\x46\x89\ \x52\x72\x2e\xc0\xe1\x1c\x50\x98\x16\x2f\x99\x71\xfe\x7f\x4c\x9e\ \x71\xd7\x1d\xff\xbd\xf2\xbd\x71\x0b\x72\x0a\xbc\x3d\x79\xe7\x5d\ \x79\x55\x1a\xb1\x38\xa8\xac\x7b\xa7\xc3\xa5\x70\x1c\x21\x39\x65\ \x0a\xef\x6e\x6d\xef\xec\x0e\xf8\x25\x61\x0a\xa5\x00\x38\x42\x3f\ \x41\xfc\x1d\x42\xa4\x8c\xdb\xe5\x27\x92\xbd\x20\x11\x01\x08\xb1\ \xda\xde\x78\xe6\xd1\x1d\xcd\x96\x02\xb6\x01\xd9\x17\xde\x74\xea\ \x49\x9e\x92\xfa\x3f\x3f\xf2\xe3\x1f\xbc\xad\x7a\xd2\x16\x7e\xee\ \xba\x93\xd2\xeb\x1e\x58\xfe\xb7\x28\x23\x91\xe0\x94\x4b\x2a\x3c\ \x6f\xad\xba\xe7\xed\x3d\x3d\x68\x45\xa6\xcc\x3e\x23\x44\x9a\x05\ \x4a\x4b\x78\xe6\x5e\x72\xc5\xee\xfb\x9f\xfc\xf9\x0f\xd7\x08\x9b\ \x9d\x7d\xe9\x8d\xe5\x7e\xf1\xa6\x00\x45\x4a\x21\x85\x1b\xb1\x75\ \x47\x38\x80\x90\xae\x41\xe7\x4e\xfe\x94\xdc\xd1\x72\xc6\x9f\x33\ \x2f\xef\xe9\x7b\x6f\x7f\xdb\x4f\x3b\x30\x9c\xe6\x21\x5c\x00\x02\ \x4a\x74\x07\xde\xa2\x40\x29\x10\x41\x4a\x41\xbc\x59\x21\xfa\xe2\ \xb2\xdf\xbc\xc7\x6c\x11\x9e\x70\xc3\x19\x53\x0a\xd2\xad\xf3\xe6\ \xec\x5d\x7e\xe7\x4f\x82\x5e\x2d\x6f\xea\x99\x37\x7e\x6e\x26\x21\ \x80\x28\x85\x90\xee\xa6\x6c\x5a\x6a\xe5\xd8\xe2\xe7\x5f\xd8\x5e\ \xd7\x77\x66\xd5\x82\x6b\xaf\xe9\x59\xb1\xea\x9e\x3b\x9f\xf7\xa8\ \xa6\xe1\x14\x9f\x7c\xc5\xb5\x0b\xc7\xda\x46\xad\xcb\x0f\x48\x89\ \x80\xc2\xb6\x8a\x17\x5f\x74\xfa\x8e\x65\x77\xfd\xe4\x87\x7e\x9f\ \x5a\x74\xca\x45\x9f\x5f\x34\x95\x08\xc7\xb2\xd4\xd3\x2e\xb9\xfc\ \xc0\xf2\xc7\x7e\xf1\xe3\xad\xaa\xd5\x21\x33\x66\x79\x88\x94\x08\ \x8e\xed\x64\x8d\x9d\x77\xe9\xc9\x1f\x3e\xfe\x87\x9f\xbd\x1c\xa2\ \xfb\x3b\xcd\x53\x5c\x39\x94\x8e\xad\xe6\x9f\x36\x63\xfc\x8a\x07\ \x7f\xbd\x33\x6f\xcc\xe5\xb7\x5c\xd7\xb6\xab\x29\x5c\xba\x38\x84\ \x8e\x9d\x9a\x62\xfb\x11\x7a\xa1\x3f\xb3\x2e\x84\x3b\x02\x54\x0a\ \xc1\x18\xa3\x94\x4a\xca\xdc\xc1\x32\x43\x90\xb1\xfa\x81\xe2\xe3\ \x4b\x70\xc0\x8f\x88\xeb\x85\x01\xef\xc4\xad\x20\x71\x47\x89\x00\ \xa2\xe0\x52\x08\x64\x4c\xb1\x3b\xf6\x2e\x7b\xe4\x89\x36\x09\x11\ \x52\xba\xb0\xbc\x70\x56\xee\x45\xbb\x6b\x96\xdd\xfe\x5f\x3f\xf0\ \xa9\xfe\x59\x4b\x2f\x3f\x77\x3c\x23\x00\x28\xa4\x6d\xda\xe1\xe2\ \xc9\x33\xf2\xde\xba\xe7\x97\x3f\x29\x9a\xb0\xe0\xc6\x2b\x17\x85\ \x35\x31\x42\xaa\x21\x8e\x06\x0d\x04\x88\xa4\x14\x51\x62\x52\x95\ \xd0\x91\x5f\x99\x23\xc3\x83\xbe\x6f\x6d\xe4\xd1\x75\x87\xc5\x83\ \x1e\xa7\xff\x57\x12\x1e\xf4\x87\xdb\xb6\x4c\x9c\x3c\x95\x10\x22\ \x05\x37\x23\xbd\xdd\x7d\x51\x81\x34\x90\x9e\x95\xe6\x53\x90\x50\ \x6e\xf4\xb6\x77\x74\x0b\xaa\xa5\xa5\x67\xe8\xc4\xee\xea\xec\x36\ \x39\xfa\xd3\xb2\x33\x03\x4a\x5f\x77\x47\x77\xc4\xa4\x9a\x3f\x2b\ \x3b\x53\x71\xa2\xbd\xa6\xf0\xf9\xfd\x9a\xc2\x84\xd1\xd3\xd2\xde\ \xa7\x05\xd3\xb3\xd2\x03\xd2\xb1\x62\xd1\x18\xd1\x7c\x5e\x9d\xd9\ \xd1\x88\x4d\x34\xbf\x57\x03\x44\x40\x11\x8b\x1a\x8a\xd7\xa7\x2b\ \xd4\x8a\x46\x38\xf3\xf8\xbd\x3a\x45\xde\xd5\xde\x16\x75\xd0\x17\ \x0c\x87\xfc\x1e\x61\x45\x2d\x54\xfd\x3e\x0f\x37\x22\xa6\x50\x82\ \x7e\xdd\xb1\xa2\xa6\x60\x01\x9f\xee\x18\xd1\x9e\x9e\x3e\x87\xa8\ \x19\xd9\xd9\x7e\x15\xb8\x20\x2a\xe5\x1d\x6d\xed\x51\x4b\x78\x82\ \x69\xe9\x41\x8f\x19\x8d\xa0\xea\xf5\x6a\x4a\xff\x38\x30\xa6\xca\ \xb6\xe5\xbf\xb9\x8b\x9e\x76\xd3\x8d\x67\x56\x82\xe0\x3d\x1d\x6d\ \x3d\x51\x5b\xf5\x87\xb2\x33\xd3\x88\x70\x84\xe0\xb1\xa8\xc1\x3c\ \x7e\x8f\x46\xcc\x48\x54\x30\x3d\xe0\xf3\x50\x34\xdb\x5b\x3b\x0c\ \x0e\xbe\x50\x7a\xd8\xaf\xc7\x07\x98\x29\x2a\xd8\x7d\xad\x6d\xdd\ \x0e\x51\x42\xe1\x34\xbf\x47\xb5\x63\x11\x4e\x74\x9f\x87\xd9\x46\ \xb4\x2f\x6a\xf4\x36\x6d\x5e\xfe\xc4\x07\x17\x7e\xeb\xfb\xa7\x66\ \x58\x9d\x26\xfa\xfd\x7e\x15\xed\xce\x8e\x76\x8b\x05\xbc\x91\x9d\ \x77\xdf\xff\xc6\xa2\xaf\xfc\xdb\xa9\xf9\x9a\x9d\xb2\x16\x3e\x46\ \x54\x9c\x51\x65\xf3\x96\x4d\x2f\xbe\xf8\xb2\x94\x32\x3f\x3f\xff\ \x8a\xcb\x2f\x0b\x06\x43\x4c\x61\xd1\x48\x5f\x7d\x5d\xed\x50\x3c\ \xe8\x48\x64\x5c\xd5\x04\xd3\x30\x5c\x73\x22\x61\x0d\x0f\xaf\x30\ \x40\xc9\xa3\x31\xcb\xe3\xf7\x83\x1d\x33\xa5\x12\xf0\xe9\xd2\x31\ \x63\xb6\xf4\x7a\x94\xbe\xce\xae\x98\x23\xbd\xa1\xcc\xac\xa0\x8e\ \x94\x81\x1d\x6d\x6b\xef\xb4\x91\x85\xd2\xd2\xfd\x3a\x89\x46\x0c\ \xcd\xe7\x57\x29\x21\x94\x4a\x3b\xda\xde\xd1\x03\x7a\x30\x33\x2d\ \x40\x61\xc8\x5c\x6b\x4c\x40\xc6\xbb\x1d\x53\x8a\xa2\x1a\xc6\xa7\ \x83\x07\x7d\x84\xf6\x02\x25\xa0\x30\x18\x0d\x9c\x42\x61\x30\xb8\ \xac\x89\x24\xd9\x5d\xa0\x07\xc2\x79\x81\x30\x21\x20\xa5\x70\x38\ \x47\x44\xaa\xfa\x72\x0b\x02\x24\xee\xf0\xeb\x59\x79\xf9\xee\x0c\ \x0f\x87\x4b\x6f\x28\x2b\x90\x46\x10\x50\x0a\x47\x32\x3d\x1c\x24\ \x42\x48\xee\x48\xa2\x05\xf2\x8b\x42\x80\x52\x38\x36\x22\xf1\x05\ \x43\x20\x85\x14\x52\xf5\x05\x34\x48\x8c\xe2\xa2\xfe\x50\x08\xa5\ \x90\x12\xb5\x40\x50\x47\x94\x82\x4b\x42\xd2\x72\xf2\xd2\xdd\xd8\ \xb2\x90\x8a\x27\xa0\x02\x4a\xc1\x15\x8f\x3f\x48\x50\x0a\xa9\xe8\ \xfe\x90\x3b\x9b\xcc\x1b\xcc\xf1\x87\x08\xa0\x94\xd2\x71\x10\x00\ \x6c\x24\x69\xd9\xb9\xe9\xae\x0d\x22\xd1\x1b\x08\x41\xdc\x9d\x73\ \x05\xc1\x91\x5a\xce\x92\x73\x4e\x7f\xbd\xba\xae\xc7\x2e\xf7\xa1\ \xf0\xa5\x65\x05\xd2\x09\xa2\x94\x8e\xe5\xe6\xc8\xfd\xa1\x20\x4a\ \x29\x04\xea\x81\x00\x41\x14\xdc\x91\x44\xcd\xc8\xcd\x77\x47\xf5\ \x25\x0e\x25\x1c\x9b\x30\x6f\x4e\x81\x8f\xc4\xcf\x25\x35\x5f\xc0\ \xcb\x98\xd3\x55\xbf\xfa\xf1\x95\x7b\xfa\x18\xc6\xa2\x63\xe6\x9e\ \x33\x35\x87\x71\xf4\x84\x03\x20\x84\xc3\x09\x4b\xcf\x29\xd0\x54\ \xb2\xe7\x9d\xae\xca\x39\x4b\x4e\x2a\xf0\x59\x8e\x9d\x5a\xf5\x1f\ \x27\xee\xc8\xd1\x99\x36\x75\x6a\x77\x77\xf7\xb6\x6d\xdb\xcf\x3b\ \x77\x69\x30\x14\x14\x82\x53\x49\x10\x87\xc2\x9c\x24\x4a\x05\xe2\ \x3e\x46\x7f\xe4\x11\x10\x25\x0c\x53\x0d\x54\x09\x85\x54\x29\x25\ \x78\x5c\x89\x12\x44\xd1\x43\x1a\x11\x12\xd3\x73\xf2\x32\x09\x20\ \x22\x97\x02\x84\x20\x4c\xcf\xce\x2f\x24\xf1\x5b\x0d\x81\x50\x28\ \x3e\x9f\x42\x08\xa2\xfa\x72\x0b\x02\x80\x52\x0c\xae\xbc\x45\x70\ \x0d\x99\xfe\x22\x68\x40\x02\xc4\x8d\x7d\x8c\x0c\xcd\x82\x28\xa5\ \xa4\x94\x0d\xb6\xe2\x47\x8d\x51\x1e\x89\xbd\x40\x08\x98\x0e\x5a\ \xce\xa8\xe6\x0a\x22\xa8\x8c\xf8\x74\x37\x6f\x02\x4c\x51\xb6\x6f\ \xdd\x52\x50\x54\x9c\x91\x99\xe9\x38\x76\x3c\x44\xde\x3f\x72\x93\ \xfc\x6b\xf5\x47\x10\x4a\xa5\xe3\x00\x65\xff\x94\x66\x5c\x29\xa2\ \x7d\x3d\x51\x93\x33\xdd\x9f\x91\x11\x66\xc8\x05\x8e\x10\x07\x67\ \x8c\xa5\x7a\x4e\x3e\x7e\x7c\x21\xe1\x05\x98\x96\xe9\xf7\xfb\xdd\ \x08\x9f\xae\x7b\xea\x6a\x6b\x4d\x33\x36\x7e\xfc\x84\x84\xbd\xd0\ \xd9\xd9\xd1\xd8\xd8\x30\x75\xea\x74\xce\xf9\x60\x3c\x68\x38\xca\ \x7d\x53\x38\xf8\xbc\x40\x08\x00\x6a\xba\xa7\xb1\xbe\x3e\x1a\xe9\ \xad\x9a\x30\x69\xb0\xbd\x40\xd7\xbf\xb7\x26\x33\x33\x2b\x2d\x3d\ \xc3\xfd\x0a\xa5\x94\x31\x16\x89\xf4\x39\xb6\x53\x56\x51\xf9\xe9\ \xd8\x0b\x88\xe0\x55\x89\x5f\x3b\x5c\x35\x32\x22\x24\xf4\x1b\x4a\ \x59\x58\x54\xbc\x7f\xff\x1e\x29\xc7\x84\xc3\x69\x83\xac\xa1\x7f\ \x39\xf1\x45\x94\x54\x51\xfe\x59\x3f\x8b\xb2\x60\x46\x76\x28\x7e\ \x51\xb9\x1c\x61\x52\x04\xa1\x8c\x02\xa4\x94\xc2\xc7\xbc\x59\x2e\ \x0c\x71\x7c\xd7\xf5\x79\xbc\x82\x0b\x00\x02\x88\x8d\xf5\x75\x2d\ \x87\x9a\x26\x4d\x9e\x9a\x68\x37\x90\x52\xa6\xa5\xa5\xb7\x34\x37\ \xed\xde\xb5\xbd\xa4\xa4\x9c\x29\x2a\xe0\x31\x10\xe4\x01\x9e\xfb\ \x27\x49\xf4\x43\x43\x43\x73\x43\x43\x53\x63\xfd\xa4\xc9\x53\x86\ \xb5\x48\x20\xa3\x2c\x1a\x8d\xea\x1e\xaf\xcf\xe7\x73\x9d\x08\xd3\ \x34\x6d\xd3\x62\x8a\xf2\xa9\xd9\x0b\x47\x40\x8c\xb2\xae\xee\xce\ \xfa\xda\x1a\xdb\xb6\x09\xa1\xd0\x9f\x2a\x4c\x51\x8a\x8e\x8b\x18\ \x43\xd2\x0a\x73\xff\x7a\xbd\xde\xd2\xf2\x0a\xbf\x3f\x90\x9c\x20\ \x24\x84\x20\xca\xba\xda\x9a\xce\x8e\x8e\xc1\x5f\x3c\xb6\x3c\xc7\ \x79\xf0\x78\xbc\xa5\xe5\xe5\x81\x40\x70\x78\x52\x73\xf7\xce\xed\ \xc5\x25\x65\x75\x75\x35\x8a\xc2\x14\xa6\x12\x82\x8c\xa9\x39\x79\ \x05\x5d\x9d\x6d\xf9\x05\x45\xc3\x95\xda\x51\xca\x47\x08\x29\xd2\ \xd2\xd2\xd3\x33\x32\x53\x98\x4d\x29\x3a\x41\x4c\x09\x90\x52\x0c\ \x59\x60\x6e\x8b\x4d\x79\xc5\x98\x8a\xca\xb1\x27\x0a\xcf\x09\x63\ \x27\x33\x2b\x3b\x10\x0c\xf5\x74\x77\x09\xce\x35\x5d\x0f\x85\xd3\ \x28\xa5\x9d\x1d\xad\x23\x87\x08\x8f\x1a\xd3\x52\x4a\x90\xa9\x22\ \x9b\x14\x9d\xf0\x0a\xe3\x53\x6b\xa2\x3f\xba\x24\x84\x50\x35\x2d\ \x2f\xbf\xc0\x9d\x90\xe1\x96\x6f\x8d\xf6\x61\x25\x75\xa3\x53\x94\ \xa2\xcf\x84\xb3\x44\x08\x77\x9c\x48\x5f\x9f\xa2\x28\x9c\x73\xaf\ \xd7\x7b\x98\x0f\x2b\x47\x9f\xb9\xd4\x1d\x4a\xd1\x89\x60\x16\xe0\ \x09\x27\xc6\x87\xe7\x59\x51\x94\xce\xce\xce\xbb\xee\xbe\x3b\x16\ \x8d\xa6\xa5\xa7\x7f\xfd\x6b\x5f\xf3\xf9\xbc\xc7\x5e\x2f\x10\x42\ \x1c\xc7\xc1\x94\x2b\x91\xa2\x13\x81\x28\x63\xca\x48\x79\x25\x17\ \xb8\xcd\x71\x9c\xe3\x30\xe7\x33\x1a\xcf\xae\xd2\xe0\x9c\x67\x65\ \x65\x5d\x7e\xf9\xe5\xab\x57\xaf\xbe\xe4\xe2\x8b\x83\xc1\xa0\x6d\ \xdb\xa3\xc5\x4c\x8f\x1e\x1e\x74\x77\x77\xa7\x6d\x73\x85\xb9\xc9\ \x88\x21\x81\xdc\x94\x11\x91\xa2\x63\xb3\xc5\x26\x49\xe0\xa0\x25\ \xe2\x38\xdc\xeb\xf3\x86\xc3\x69\x72\x30\x1e\xb4\x65\x5b\xbd\xdd\ \xdd\xfd\xf5\x82\x43\x12\x19\x47\x47\x92\x47\xe6\x19\x11\x84\xe0\ \xba\xc7\x1b\x0e\x87\x47\x6c\xc7\xb6\x2c\xd3\xe3\xf1\x4e\x9c\x30\ \xa1\xb2\xa2\x42\xd7\x75\x29\xa5\x63\xdb\x40\xe2\x03\x39\x3f\x05\ \xbd\x80\x00\xba\x42\x34\x76\x98\x71\xd6\xc0\x25\x18\x4e\x1c\x1f\ \x82\x10\xda\xdb\xd3\x2d\xb8\x28\x2d\x2b\x63\x2c\x15\xd1\x48\xd1\ \x09\x40\xb6\x6d\xd7\xd7\xd5\xa8\x8a\xea\xf5\xf9\x12\xb8\xcf\x42\ \x88\xae\x8e\xf6\xec\xdc\xbc\x70\x38\xfd\x38\xe4\xd9\x71\xec\xfa\ \xba\x9a\x58\x94\xf9\xfc\x81\x64\xd5\x40\x29\xf5\xf9\xfc\x8d\x0d\ \xf5\xe3\xab\x26\x72\x87\xab\xaa\x2a\x11\x29\xa5\x1d\x1d\x6d\x1e\ \xaf\x77\xc4\x65\x7c\x24\xab\x54\x63\xb0\xbb\xd9\xd9\xdf\xca\xd5\ \x51\xea\xa0\xb9\x84\xbc\x10\x3d\xa9\x54\xe3\xf1\x2e\x35\xe8\xeb\ \xeb\x2d\x2d\xaf\x60\x4c\x19\xdc\x64\x82\x29\x3c\xe8\x14\x1d\x3f\ \x94\x0c\xa0\xaa\x69\x5a\x56\x56\x4e\x5b\xeb\x21\x7f\x20\x5e\xc2\ \x40\x08\x31\x62\x31\x45\xd5\xc2\xe1\xf4\x78\x7f\x75\x92\x57\x9f\ \x8c\x25\x7d\xac\x78\x56\x55\x2d\x2b\x3b\xb7\xb5\xb9\x29\x10\x0c\ \x25\xe7\x1a\x10\xb1\xa8\xa4\x6c\xdf\xae\x9d\x07\xf6\xed\x29\x28\ \x2a\x51\x55\xd5\xb6\xad\xb6\xd6\x16\xdb\xb6\xb2\xb2\x73\x46\xac\ \xbf\x38\x12\xbd\xa0\x2b\x64\x63\xad\xb5\x72\xfd\xe1\xfa\xa6\xe6\ \x8d\xd5\xe7\x54\xea\x03\x5d\xbe\x84\x30\xca\x92\x47\x86\xbb\x4a\ \x41\xa6\xc2\x0d\x29\x3a\x6e\x94\x42\x52\x97\x34\x12\x42\x86\x0f\ \xa7\x45\x40\x45\x51\x13\x28\x8f\xc9\x0b\xef\x78\xe0\x19\x00\x18\ \x63\xc3\x59\x71\xd5\xdc\xd8\xaa\xaa\xc6\x86\xfa\x3d\xbb\xb7\x2b\ \x4c\x25\x14\x7c\x5e\x7f\x7e\x41\x11\xa5\x74\x44\xe6\x8f\xb0\xde\ \x11\xf1\x23\x8a\xbc\x08\x40\x2a\xf3\x90\xa2\x14\x1d\x47\x8a\x8f\ \x52\x40\xe0\xdc\x41\x44\x4a\x09\x8b\x03\xde\x8f\xbc\x8e\x8f\xd0\ \xdb\x27\x04\x28\xf9\x88\x20\x44\xca\x37\x48\x51\x8a\x8e\x1f\x72\ \x53\x81\x09\x23\xe8\x23\x92\x9a\x47\x7e\x9a\xd4\xba\x4f\x51\x8a\ \xfe\x45\x49\x39\xbc\xf7\x42\x28\x3d\x0e\xbd\x81\xf8\xf0\x8c\x94\ \x66\xfa\x4c\x99\xc1\x40\x08\x3d\x1e\x67\x49\x63\x7c\x6a\x12\x8e\ \x68\xba\x53\x45\x3d\x4e\xcd\x07\xc1\xe5\x11\xd4\x41\x53\x4a\x0d\ \xc3\x88\x45\x23\xc7\x5b\xb2\x00\x11\x54\x55\x09\x04\x43\x8c\xb1\ \x54\x22\xe3\xb3\xa2\x14\x08\x11\x42\xf4\xf5\xf4\x8a\xe3\x6f\x88\ \x16\x21\xc4\xe7\x0f\x78\x3c\xde\x21\xc0\x8a\x44\x51\x45\x5f\x57\ \x7b\xfd\x01\x07\xc9\xf1\x56\xa1\x43\x00\x43\xb9\x85\xfe\xcc\x5c\ \x29\x46\xbe\x9e\x23\xc7\x1d\x09\x21\x7d\x7d\xbd\x86\x61\x64\x64\ \x64\x0e\xc1\x78\x39\x1e\x34\x83\x61\x18\x7d\xbd\x3d\x59\xd9\x39\ \x8c\x29\xa9\x7e\xed\xcf\x82\x52\x70\xb8\xd3\xd1\xde\x16\x0a\xa5\ \x79\x3c\xde\xe3\x8d\x3d\x21\x78\x67\x67\x87\xdf\xef\x0f\x04\x43\ \x89\x72\x5e\x42\xa9\xd3\xd7\xd3\xb8\xe6\x6f\x61\x26\xfc\x81\x60\ \x62\x39\x0e\xaa\x81\x3a\x76\x5a\x81\xdb\x4e\x87\xe1\x04\xa6\x9c\ \x9a\x51\x52\x29\x47\x52\xb5\x23\xdb\x0b\x8e\xe3\x44\xfa\xfa\x4a\ \xcb\x2a\x34\x5d\x3f\x0e\x05\x25\x14\x4e\xa3\x8c\x76\x77\x75\x66\ \x65\xe7\xa4\x2c\x86\xcf\x82\x66\xe8\xee\xec\x4c\x4f\xcf\xcc\xcc\ \xca\x3e\x3e\xf9\xf3\xf9\x03\xf5\xb5\xd5\x1e\x8f\x37\x11\xd5\xa3\ \x8a\xda\xba\x7d\x7d\x06\x58\x05\x2a\x42\xb4\x15\x08\x1d\x54\x12\ \x79\xf4\x85\xd6\x85\x7a\x4b\x3c\x97\x18\xd4\xf5\x03\x7b\xb7\xfa\ \xb3\xf3\x35\x4d\xff\x58\xf8\x0b\x6e\xdf\x15\x53\x14\x4d\xd7\x13\ \x88\xb7\x09\xc7\x7e\xc8\x08\xdd\x4f\xee\x04\x30\x46\x01\x50\x0a\ \xfc\x08\xd3\x2a\xb9\x5c\x24\x8e\x79\x3b\x50\x0d\x45\xc3\xe1\xb4\ \xce\xf6\xf6\x63\x55\x4c\x92\xa2\xa3\x6b\x2f\x80\x65\x59\xa1\x70\ \xda\x88\x03\xe9\xff\xa9\x1e\x2b\x63\x14\xfa\xd1\xa2\x87\x0b\x7f\ \xe2\x89\xae\xeb\x94\x52\xce\x9d\xe4\xf6\x04\x8b\x63\x69\xc0\x8b\ \x91\x76\xa4\x2a\x10\x11\xcf\xdb\xe3\x80\x4c\x1f\x1d\xaf\x3b\x8e\ \xec\x44\x00\x01\x49\xff\xd0\x3c\x14\xdc\xab\x7b\x54\xd3\x70\x4c\ \x53\xd3\xbd\x80\xe2\x63\xd9\x0b\x89\x24\x23\x26\x80\xa9\x13\x18\ \x97\x52\x02\xc0\x88\x33\x73\x29\x53\x28\x41\xc1\x85\x3b\xb7\x93\ \x31\x2a\xdd\x41\x91\xc9\x71\x18\xa7\x6b\xf7\xfe\x86\xac\x8a\xaa\ \x0c\x9d\x1c\x1e\xc3\x7c\x38\x14\xce\x80\x92\x42\x01\x40\x64\x4a\ \x23\x7c\x66\xc8\x15\xc8\x84\x34\x26\xea\xe2\x5c\x69\x1c\x04\x93\ \x4c\x28\x8b\xf7\xe0\x0c\x47\x4b\xfd\x64\x44\x29\xb4\xd4\xec\xee\ \x60\x39\x55\x85\x19\x52\xca\xe1\xdb\x7c\x62\x84\x04\x73\xd5\x01\ \x0e\xe3\xd9\x1d\x3a\x45\x5c\x6c\xb8\x38\x3a\x6b\x42\xb9\x7d\x1c\ \x85\x48\x29\x89\xe3\xb4\xf5\xa3\x4f\x33\x4a\x00\x51\xa0\x0b\xd3\ \x08\x03\xa8\xd4\xa3\xc4\x11\x10\xc8\xc0\x08\xcd\xc4\x88\x2c\x29\ \x41\x22\x0a\x31\x9a\xe9\x42\x47\xbb\x0f\x52\xc4\xaf\x78\x3f\x00\ \x6e\x7c\x9e\x06\x8e\x72\x24\x42\x20\xd6\xdd\xd2\xd4\xd6\x23\x09\ \x21\x84\x48\xb3\xaf\xb9\xf1\x90\x35\x78\xc2\x37\xa1\x94\x46\xf7\ \x3d\xfe\xc8\x23\x07\xfa\x90\x7e\x94\xbe\x4c\x9e\x38\xec\x62\x25\ \x27\xcf\xed\x05\x44\x14\x22\x55\x3b\xf5\x19\x21\x57\x1a\xe3\x03\ \x90\x07\x86\x39\x0f\x91\x46\x24\x44\x61\x4c\xb6\x35\x54\xef\xda\ \xb9\x73\x5f\x75\x43\xaf\xc1\x8f\x5c\x40\x08\xa5\x54\x6e\x7a\xe5\ \xf1\xa7\xd7\xd7\xb8\xa3\xa8\x46\x94\x46\xe9\x4a\xa3\x3b\x51\x6d\ \x08\xcf\x52\x82\xe4\x88\x42\x4a\x81\x42\xa2\x10\x28\x85\x14\x1c\ \xa5\x90\x52\xe0\x47\x3d\x00\x25\x45\xde\xda\xd9\xbb\xf3\x50\x57\ \x75\x97\x21\x10\x19\x4a\x90\xbc\xb5\x37\xd2\x69\x71\x00\x49\x85\ \x5d\xd7\xd6\xd7\x63\x8b\xf8\xd8\x93\x91\x1e\xee\xac\x8b\xfe\xe7\ \xf1\xf3\xba\x63\xac\xc0\x7d\x32\xca\xaf\x1f\xd5\x5e\x40\x29\x06\ \x79\x10\x00\x49\x23\xf9\x46\x3a\x90\xc2\x76\xbc\xfa\xa7\x15\x4d\ \x93\x7f\xf9\xcd\x4b\xfc\x00\xd1\x03\xef\xfc\xea\xee\xf7\xbe\xfc\ \x8b\x9f\x8c\x4f\x67\x00\x28\x84\x74\x5d\x2f\x14\xdc\xe1\x1c\xc1\ \x1d\x34\x0f\x52\x08\xc2\x18\x01\xe4\xce\xe8\x93\x97\xfb\x2f\x7d\ \x7c\x6e\x6f\xff\xfd\x90\x83\x67\x7e\xa4\xe8\x5f\x59\x2f\x0c\x9e\ \xef\x44\xfa\xf7\xea\x41\x1b\x03\x61\x0a\x76\xbf\xf4\xc0\x7d\x2f\ \xbc\x5f\x17\xcc\x48\xe3\x96\x98\x7d\xd9\x2d\x97\x9f\x5c\x22\x84\ \x00\x42\x19\x25\x92\x3b\x92\x30\x85\x51\x29\x04\xa1\x8c\x10\xe4\ \x0e\x27\x4c\x61\x94\x48\x21\x5c\x73\x84\xa9\x0a\x41\x29\x90\x30\ \x4a\xdc\xde\x64\x31\xd8\x95\x4e\x9c\x74\xc0\xa1\xc0\xf8\x50\xc3\ \x21\x89\x73\x94\x12\xa4\x00\x29\x01\x08\xa2\x74\xc3\x0a\x71\xcc\ \x56\x48\xf2\xf6\x47\x31\x15\x18\xda\xcf\x6f\xae\x7d\xb5\xc5\x0a\ \xea\x34\x6a\xf2\x82\xc2\xbc\x2f\x4d\xcb\x4f\xc3\xe8\x03\x6b\xf7\ \xe4\x4c\x9a\x74\x63\x31\x7b\x69\xc3\xbe\x57\xa2\xfa\xd7\x4f\x2b\ \x0b\x13\x3c\xdc\xb4\x41\x92\x60\x99\xc4\x2f\x1a\x25\x44\x48\x90\ \x12\x39\x7c\xe2\x3e\xeb\xb8\x95\x8e\x83\x20\x6f\x07\x8d\xf1\x1d\ \xb6\x7c\x29\x61\x9a\xee\xf5\xb9\x91\x18\xaf\x57\x53\x18\xa5\x54\ \xf4\xd6\x3e\xfd\xc8\xca\x2d\xf5\x5d\x7a\xf6\xa4\x6b\x6e\xbc\x66\ \x8c\xc2\x28\xa5\x8c\xa9\x7d\x07\x5f\xff\xe3\xf2\x97\x22\xa8\xa0\ \x92\xb6\xe8\x92\x6b\xce\x9a\x9a\xcf\x1d\x7e\x38\x57\x0f\xfa\x1b\ \x42\x11\x07\x71\x98\xa2\xcf\x82\x1f\xe1\xce\x6c\x4a\x2c\xc2\xc4\ \x93\x01\x73\x9c\x2a\x2a\x6c\xfb\xeb\x43\x4f\xad\x8f\x7d\xe5\x3f\ \x7f\x36\x25\xcf\x6b\xf6\xf5\x38\x7a\xb8\xaf\xfa\xdd\xfb\x57\xae\ \x6e\xea\x72\x0a\x67\x2c\xbe\xf1\xf2\x85\xac\x71\xcb\x9f\x1e\x78\ \xbc\xde\xa4\x08\xda\xbc\x8b\xae\x3b\xef\x94\x0a\xd1\x53\xff\xf4\ \x63\x2b\xdf\xdf\xd7\x9e\x5e\x36\xfb\xcb\x5f\xb9\xd4\xde\xf6\xea\ \xc3\xcf\xbc\xd9\x69\x90\x71\xf3\x2e\xbe\xfe\xbc\x69\x0a\xa5\x24\ \xe9\x74\xc3\xa5\x31\xb1\x1e\xc4\xf0\xe5\x28\x25\x72\x77\x80\x19\ \xf6\x1f\x24\xc9\xc5\x38\xac\x25\xa3\x2a\x64\xc3\xf6\x9a\x17\x5a\ \xe0\x9b\xf3\xc7\x8e\xf7\xd2\x48\xa4\xef\xae\x35\xd5\x0f\xfb\xf4\ \xaf\x8f\x55\x35\xca\x74\xb4\xde\xd8\xd0\xf8\x6a\x54\xfd\xc6\x9c\ \xa2\x12\xe6\x1c\x66\xdd\x0c\x9c\x91\x80\xbb\xa9\xc6\x79\x96\x08\ \x92\xa3\xa4\xf0\xc9\xec\x05\x04\xd7\x2c\x42\x48\xbe\x0b\x71\x2d\ \x37\x6a\x7b\xb5\xa6\xb6\x6c\x7a\xed\x9e\xfb\x9a\x35\x02\x66\xcb\ \xde\x16\x9e\xee\xd5\xac\xd7\x1f\x5c\xb6\xd1\x9a\xf6\xd5\xdb\x66\ \xad\x7d\xf0\x37\xf7\x3d\x55\xf1\xb3\x4b\xfd\x00\x84\x50\xd2\x51\ \xbb\xad\x56\xe4\x7c\xf3\xeb\x57\x45\x37\x3e\xf7\x97\xfb\xee\x4d\ \xfb\xd1\x8f\x66\x64\x80\x73\x38\x6f\x30\xf9\xda\xba\xf3\xbc\x53\ \x7a\xe1\x33\x64\x2f\xb8\x23\x13\x06\x04\x12\xe2\xd3\x62\xb1\xdf\ \xec\x27\x4e\xeb\xbb\x9b\x36\x97\x9d\xfb\x1f\x33\x8a\xc3\x9c\x3b\ \xbe\x70\x06\x20\x88\x9c\xf1\x97\x5e\x5f\x2a\x7b\xf6\xdd\xf3\x7f\ \x4f\xaf\x39\xe9\xd4\xb9\x56\xf5\x8e\x66\xdf\x17\xff\xfd\x0b\xb8\ \xfd\xa9\x7b\x1e\x7d\x6c\xf2\xe4\x6f\xd7\x3d\x71\xef\x3b\x6d\x95\ \x5f\xfa\xea\x95\x5e\xe6\xf1\xb4\x6f\xb9\xfb\x81\xbf\x8d\xb9\xe4\ \x96\xab\xc2\x75\xbf\xff\xc3\xf2\xb5\x13\x7e\xa8\xa8\xf1\x49\x1c\ \xc3\xca\xfa\xe3\xa0\x05\x08\xe8\x3a\xe3\x52\x88\x21\x9f\x91\x88\ \x20\x1d\xe0\x02\x29\x12\x40\x02\x20\x5d\x05\x11\xcf\x56\x92\xd1\ \x6d\x05\x0a\x96\xf5\xee\xa1\xbe\x09\xe3\x2a\x27\x06\x88\xe0\x22\ \x9c\x16\xb8\x60\x6c\xe0\xd7\xb5\x5d\xb1\xd2\x4c\x8d\x88\x97\x37\ \xee\x2f\x48\x0b\x7d\xe7\xd4\xa2\x3c\xca\x6d\x07\x3f\x22\x76\xda\ \x1f\xa9\xc3\xf8\x84\x2a\x44\x24\x20\x11\x84\x90\xa3\x6f\xad\xa3\ \xd9\x0b\x28\xa5\x00\x00\x39\xd8\x9b\x90\xa3\x8f\xbe\x73\x1d\x16\ \x2d\x94\x5e\x54\x52\xe2\xa1\x18\x83\x8e\xed\x0d\x52\x46\x9b\xb6\ \x55\x37\x76\x08\xb2\xf2\xc1\x3d\x91\x6e\x24\xe9\xb6\x6d\x6b\xe0\ \xce\x7d\x42\x16\x4c\x4b\xcf\x2f\x28\x4c\xbf\xf0\xd2\x35\xef\xfc\ \x72\xf3\x8e\xe6\x99\x0b\xf2\x84\x23\x46\xbd\x56\x83\xe6\xf6\xba\ \x86\xa5\x48\x2d\x98\xcf\x04\x11\x82\x52\x4a\x94\x20\xe2\x1e\xfe\ \x08\xd2\x48\x29\x08\xcb\xe6\xc2\xe3\x55\x40\x3a\x8e\xe3\x00\x10\ \xa6\x90\xe6\x7d\x9b\x9f\x59\xfd\x6e\x54\x88\xd6\x5e\xc7\xec\xed\ \x13\x3a\xf1\x04\x33\xf3\x0b\x0a\x72\xd2\x16\xe4\xbe\xb9\xaa\xb1\ \xae\x71\xc7\xce\x9e\x05\xd7\x9d\x37\xa9\x22\x07\x81\xb4\xac\x7d\ \xbd\xa9\xb9\xc5\x7e\xfb\xd9\x6a\xb4\xa4\xaa\x58\x46\xaf\x44\x82\ \x28\xc5\x30\x90\xe5\x64\x71\x24\x04\x01\xd4\xa1\x71\x47\x77\x4e\ \x99\x90\x88\x12\x64\xff\x28\x4b\x40\xe9\x2a\x04\x09\x87\xe9\x2f\ \x42\x82\x20\x1c\x07\x21\x48\x25\x38\x0e\x17\xc8\x80\x28\x8c\xa2\ \x10\x5c\x70\x77\x2e\x4b\x8f\x61\xd7\xf7\x98\x79\x61\xf6\x11\x66\ \x33\x62\xff\x1c\x2c\x74\x73\x12\x12\xe2\x69\x15\x90\xc2\x5d\x40\ \x23\xee\xf4\xca\xc8\x21\x44\x04\x89\x52\xe2\x40\x7c\x25\x61\xb6\ \x8d\xa6\xe7\xa4\x00\xc7\x76\xc2\xa5\x93\x17\x2e\x5e\xe4\x27\xd0\ \xfb\x21\x7f\x6f\xf3\x46\x5b\x32\x46\xd4\x31\x73\x2e\xfc\xfa\x92\ \x4a\x87\x4b\xa2\xfa\x59\xf7\x7b\x8e\x9b\xd1\x90\x02\xdd\x1d\x3f\ \xda\xd3\x67\x39\x59\x3a\x93\x9c\x8f\x38\x95\x9d\x0c\xbe\x1b\x48\ \x88\x0b\xe3\x2f\x51\xa6\x80\x9e\x3e\x13\x6a\x01\xc0\x9d\xfb\x26\ \xdd\xe8\x9e\x1b\x80\xef\x77\x28\xe2\x32\x2d\x90\xeb\xe1\xb2\x9c\ \x9c\xd5\xef\xae\xef\x5c\x50\x19\x56\xa4\x00\x45\xb3\x6b\x9f\x7c\ \xf4\x11\x79\xca\xad\xdf\x5a\x98\xfb\xd0\x2f\x7e\x67\xd9\x5c\xaa\ \x12\xa5\xb0\x2d\x6e\x59\x9c\x12\x04\x24\xaa\x62\x77\x74\xf5\x00\ \xe4\x22\x00\x55\xa9\xe2\xcf\x3f\xef\xda\x2f\x4e\x0c\x51\x49\x98\ \xdf\x2f\x5f\x78\xc3\xc0\x00\x80\x18\xd0\x0b\x64\xb0\x76\x40\x00\ \x4a\x69\x7c\xa5\x0c\xe1\x59\x0a\x14\x0e\x80\x40\x19\x37\x6f\x00\ \x80\x60\xdc\xcd\x87\xc3\x04\xc7\x08\x20\xa5\x63\xbd\xea\x1b\x75\ \xdd\x91\xfc\xec\x00\x20\xd8\xfc\x83\xba\xbe\xfc\x8c\x6c\x3f\x0a\ \x0b\xc9\x92\x69\x45\x13\x7b\xdb\x7f\xff\x4e\x8d\x35\xa7\x68\x5e\ \x98\x99\xfc\x70\x03\x9e\xa0\x5f\x79\x12\xd2\x3f\x80\x86\x12\xd7\ \xde\x8e\x87\x1d\xc9\x27\x88\x3b\xba\x93\xe9\x71\xd0\xdc\x5e\x00\ \x94\x72\x34\x24\x15\xa1\x80\x63\x19\xd1\x68\x34\x66\x58\x94\x41\ \x2c\x1a\x8b\x44\xfa\x4c\x92\xbd\x68\xde\xf4\xbb\x57\x3f\xf2\x70\ \x6c\x86\x4f\xd2\x09\xa7\x9d\x39\x2d\x2b\xc3\xcb\x3b\xd6\xae\xdd\ \x7c\x4e\x86\xda\xb2\x6f\xc3\xe3\x0f\xe9\xa2\x6e\x53\x57\xb0\xea\ \xda\xf1\x69\x31\x63\xd0\x98\xd5\xa1\x25\x12\x49\x35\x0c\x12\x08\ \xca\xc3\xe6\x67\x52\xf4\x2f\x16\x5f\x90\x28\x51\x12\x99\x34\xe8\ \x34\x49\x1a\x01\x00\x91\xc7\x40\x9b\x77\xde\x25\xdb\xfe\xf0\xf0\ \x1d\x3f\x6f\x9e\x32\x26\xcf\xec\xed\x2d\x9c\x76\x72\x61\x41\xce\ \xc6\xdd\x1b\x5e\x67\x99\x07\x3b\x8c\x19\x04\xb9\x6d\xc5\x0c\x4b\ \x70\xc1\x1d\x3b\x16\x89\xd9\x6a\xfa\xdc\x45\x33\xff\xf8\xf4\x5f\ \xec\xba\x29\x69\xfe\x8c\xd3\xe6\xcf\x98\x51\xb6\xe1\xf1\xfb\x1e\ \x9c\x5d\x95\x2d\x03\x85\x67\x2f\x9c\x93\x95\x16\xae\x5b\xb7\x66\ \xd7\xbc\x09\x63\x82\xc8\x71\x04\x69\x8c\x23\x0e\x48\x1c\x0e\x5c\ \x8a\xee\x9e\x2c\x11\x25\xc4\x7d\x0e\x77\x63\x85\x78\x95\xd1\x61\ \xc4\xd7\x92\x64\xe1\xd8\x8c\x3d\x9b\xda\x6e\x7f\xcf\x9a\x14\x56\ \x5a\x3b\x63\xd5\x42\xbf\xa5\xdc\xcf\x84\x1d\xb3\x45\x8f\x2d\xa6\ \x8e\xc9\xb9\x85\x1f\xba\x7b\x7d\xa3\x76\x72\xfe\x49\x7e\x32\x9a\ \x66\x20\x18\x8f\x3b\xba\xd9\x1a\xe2\x7a\x3d\x6e\xed\x10\x0a\x90\ \xa3\xf2\xc0\xbe\xff\xfd\xef\x0d\x79\x8b\x12\x62\x99\x66\x24\xd2\ \x97\x93\x9b\xeb\xd8\xf6\x40\x4e\xa8\xdf\x84\x93\xfd\x06\x44\xf2\ \x43\x22\x52\xc5\x9b\x9d\x57\x52\x9c\x1d\x06\x21\x24\x61\xc1\xcc\ \xdc\xc2\xa2\xbc\xa2\x31\x13\x2b\xb2\x94\xb6\xb6\x4e\xc1\x02\xc5\ \x65\x45\x69\x69\x39\x45\x59\xe9\x4c\xf1\x78\x9c\xa6\x1d\xf5\x4e\ \x59\x51\x96\x27\xa3\xf2\x82\x4b\xce\x2d\xf2\x11\x47\x0c\x3e\x2c\ \xc4\x4f\x23\x93\x02\xd1\x49\xc5\x4e\xb2\xad\xb5\x25\x37\x2f\x2f\ \x85\xec\xf2\x2f\x4f\x94\xd2\x96\x43\x87\xb2\x73\xf2\xe2\x72\xe8\ \x8a\xa2\x5b\xb9\x10\x17\x4e\xb7\xa8\x45\x28\xa1\x82\x99\x33\xaa\ \x54\xbb\xaf\x37\x6a\x69\xc1\xcc\xb2\x31\x13\x4f\x39\x69\x22\x8b\ \xb4\x1e\xea\x32\x0a\x27\x9f\x3c\x6b\x52\xa9\x5f\xd7\x82\x99\xb9\ \xc5\x85\x59\x0a\x01\x5f\x28\xbd\xa8\xa8\xb0\x7c\xfc\x84\xf2\x0c\ \xa5\xad\xb5\x83\x78\xd3\x4a\x2a\x27\xcd\x9c\x5e\xa5\x5b\x5d\x1d\ \xbd\x96\x2f\x33\xbf\x28\x2f\xa7\xb0\x30\x3f\xa0\x0a\x5f\x56\x51\ \xa6\x97\x70\x19\x97\xc6\xc4\x04\xe6\x7e\xb1\x24\xaa\xaa\x34\x37\ \x37\x87\x82\x21\x4d\xd3\x12\x51\xd0\xe6\x5d\x5b\x72\xec\x2e\xca\ \x6d\xd7\x3c\x00\x97\xe7\xb8\x3c\xcb\x11\x96\x50\xd2\x03\xa5\xd4\ \x34\x75\x56\xae\x57\xe3\xbc\xdb\xc1\xcc\xb0\xef\xca\xf1\xe9\x15\ \x1a\x70\x21\x3d\x8a\x52\x1a\xd4\xb2\x28\x29\x4e\xf7\x64\x32\xc1\ \xa9\x52\xe4\x21\xfd\x97\x60\xd8\x71\x12\xc9\x54\x97\xdd\xb8\xb5\ \x85\x40\x50\x61\x6a\x93\x89\xc1\xaa\x93\x3c\x5e\xdf\x08\xf0\xb6\ \xc3\xfb\x23\x28\xa5\xbd\x3d\x3d\x87\x9a\x9b\x26\x4f\x9b\x6e\xc4\ \x62\xfd\x79\x62\x57\x05\xc6\xd3\xc8\x23\xda\x18\x4c\xf3\x68\x54\ \x18\xa6\x0d\x00\x84\xa9\x1e\x5d\xb1\x0c\x53\x02\x51\x75\x8f\xae\ \x32\x40\x69\x1a\x86\x23\x50\xd5\x3d\x3e\x8f\xb6\xfd\x85\x5f\xfd\ \x69\x73\xe6\xcf\x7f\x7c\x4b\x1a\x8f\xc6\x62\xa6\x73\xd8\xfa\x47\ \xd2\xff\xc7\x55\xd3\x6e\xc7\xd4\xce\x1d\x1f\x4e\x9b\x3e\x83\x1f\ \x7f\x8d\x34\x29\xfa\x74\x89\x31\xb6\x6d\xeb\xe6\xc9\x53\xa7\x25\ \x8a\x07\x92\xea\x6f\x13\xa9\x01\xf0\xfa\xbc\x8c\x52\x42\x15\x55\ \x8d\xb7\x30\x72\x3b\xd6\x1b\xb5\xbc\x5e\x0f\xa3\x04\xa4\x30\x4d\ \x43\x80\xea\xd1\xa9\x69\x98\x48\x14\x8f\x47\xe5\xa6\xe9\x48\xa2\ \x79\x3c\xba\xca\x50\x70\xc3\x30\x25\x51\xbc\x5e\x9d\x51\x22\xb9\ \x6d\x98\x16\x52\xd5\xab\x6b\xdc\x8a\xd9\x6e\xad\x4c\xbc\x76\x26\ \xe1\xd1\x52\x88\xf7\x4d\xf9\xb7\x6e\xd9\x54\x5c\x54\xe2\x0f\xc4\ \x81\x15\x15\xdd\xbb\xf9\x99\x07\xa6\x44\x6b\x54\xc7\x44\xe8\xb7\ \x26\x92\xb2\x9d\x87\x77\x81\xfd\x0a\x8d\x43\x1b\x29\x04\x88\x1b\ \x26\x94\x80\x10\x73\xa4\xae\x50\x14\xd2\x42\x00\x00\xaf\x42\x51\ \x4a\x53\x1e\x36\x1f\x41\x80\x20\x41\x40\xa4\x40\x11\xa0\x9f\x67\ \x8f\xcf\xf7\x41\x8f\x2c\xb8\xf8\x2b\xe1\x8c\xcc\xe1\x8d\x95\xca\ \x68\x91\x1e\x87\x3b\x52\x4a\x20\x20\x13\xa3\x73\x5d\x93\xc9\x35\ \x46\x46\x0a\x76\x08\xcb\x30\x12\xfc\x70\xc7\xe0\xee\x44\x5d\x74\ \x8c\x98\x63\x0c\xac\x70\x6e\x1a\x7d\x8e\x9d\x3e\x76\xfe\x45\x69\ \x2a\xef\xe9\xea\x95\x3c\x31\x2e\x7c\x68\x98\x23\x39\xdb\x42\xfa\ \x53\x21\x04\x80\x12\xcb\xb0\x52\x7d\xd6\x9f\x29\x3f\xc2\xb6\x6d\ \x4d\xd5\x04\xc6\xa3\x0b\x04\xfb\xb3\x7d\x08\x80\xc0\x18\x7b\xfc\ \xf1\x27\x3a\x3a\x3a\x12\xc0\xc2\xdc\x71\x0a\x0a\x0a\x2e\xb8\xe0\ \x7c\x23\x12\x49\x3a\x92\x6d\xc4\xf7\x11\x6e\x46\xb9\xeb\xcb\x27\ \xcb\x27\x80\x63\x44\x9c\xa4\xb0\x59\x5c\x8c\x49\xc2\x2a\xef\x9f\ \x13\x8b\xfd\x30\xca\x84\x52\x21\x84\x70\x9c\x21\xfb\x25\x0a\xe1\ \x58\x96\x4e\x91\xa3\x84\x44\xd6\xbf\x3f\x08\x78\x18\xdc\x22\x4a\ \xc8\x83\xbb\xda\xbb\x6d\x31\x68\x26\x3a\x02\xa5\x70\xd5\xd8\x74\ \x02\x98\xd0\x8b\x86\x23\x3f\x32\x34\xe3\x66\x72\x49\xa2\x76\x42\ \x4a\x42\x09\x00\x0a\xce\x1d\x0e\x71\xdf\xe2\xe3\xc4\x17\x10\xd1\ \xe7\xf3\x09\x21\x1a\xea\x6b\x0b\x0b\x8b\x49\x1c\x01\x0e\xf1\x53\ \x9c\xe7\x8d\xe0\x1b\x77\x5a\xe9\x04\x34\x2d\x0b\x41\x3f\x4c\x06\ \x82\x24\x54\x50\xdc\x66\x20\x00\x60\x59\xd6\xc1\x7d\x7b\x33\xb2\ \x72\x52\xcd\x11\x9f\x11\x4a\xcf\xc8\x38\xb0\x6f\x5f\xd5\xc4\x49\ \x5e\xaf\x5f\xa2\x24\x71\x47\x9d\x24\x6f\xba\x0b\x16\x2c\xb0\x6d\ \x7b\x20\xe2\x20\xd1\xe3\xf1\x68\x9a\xae\xa8\x9f\x0e\x02\x02\x19\ \x68\x70\x48\xac\xba\x78\xa5\x63\x5d\x4d\x0d\x10\xea\xf3\xf9\x92\ \x14\x99\xc8\xac\x9c\xb8\xef\xcd\x9d\x93\xd3\x35\x8f\xa6\x26\x65\ \xd8\xe3\xa9\xd5\xc3\x0b\xee\x99\xe5\x59\x8e\x1c\x5a\xf9\x44\x08\ \x09\xfa\xd5\x23\x02\x44\x21\x83\x9e\x11\x82\x52\xd6\xf4\x18\x58\ \x38\xd5\x1f\x0c\x7f\x02\x7c\x47\x4a\x69\x34\x1a\x39\xb0\x7f\x9f\ \x94\x92\x31\x16\xd7\x71\xc7\xa2\x3b\x34\x71\x6a\x92\x48\xc3\x02\ \xe1\x8e\x1d\x4e\x4b\x2f\xaf\xa8\x4c\xe9\x85\xcf\x4e\x4a\xe2\xe0\ \x81\xfd\xbd\xbd\x3d\x8a\xa2\xba\xfa\x60\xb8\x34\x2a\x8c\x0d\xdd\ \xb1\xff\x09\xb3\x24\x49\xbc\x33\x71\xa0\x7d\x47\x08\x41\x29\x1d\ \x33\x6e\xbc\xd7\xeb\x1b\x88\x76\x11\x42\x08\x3d\xb0\x71\x4d\xcf\ \xd6\x77\x15\x2b\x42\xe8\x27\x83\x60\x50\x46\xf9\x38\xff\x47\x83\ \x69\xf1\x38\xa4\x24\x14\x8a\xab\xc6\x9e\x7e\x8e\x3f\x94\x3e\x22\ \x04\xc3\xa8\xb8\xaf\x94\x51\xc1\x79\x34\x12\x95\x28\xc9\x30\xad\ \x73\x34\x4d\xc8\x84\x41\x94\x78\xad\xaa\x9a\xdf\xef\xc7\xc3\xd6\ \x65\xa7\xe8\x5f\x4a\x2f\x10\x42\x08\x89\x46\x22\x0e\x77\x8e\xa9\ \x34\xc2\x10\x04\x05\x37\x4f\xe9\xf7\x07\x18\x63\x43\x42\xe0\x84\ \x10\xc2\x94\x68\x6f\x4f\x7c\x7c\xcb\xf1\x75\x3d\xa9\x3f\x18\x54\ \x14\xf5\x93\xe1\xb2\x24\xdf\x8c\xe3\xd1\xdb\x44\x18\x82\x8d\x93\ \xa2\xcf\x84\x76\x38\x2e\x51\x05\x01\xe0\x30\x5b\x14\xa1\xec\xf8\ \x6c\xee\x1b\x0d\x7b\x6e\xd4\xf8\xc2\xc7\xf9\xb5\x29\x4a\xd1\xb1\ \x11\xe5\x13\x8f\x67\x71\x22\x2e\x21\x9a\x92\xb6\x14\xa5\x28\x45\ \x29\xbd\x90\xa2\x14\xa5\x28\xa5\x17\x52\x94\xa2\x14\xa5\xf4\x42\ \x8a\x52\x94\xa2\x94\x5e\x48\x51\x8a\x52\xf4\x29\xd3\xff\x1f\x00\ \x22\x2a\x7e\x9a\x81\x97\x86\x22\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x00\x05\x7e\ \x00\ \x00\x17\xee\x78\x9c\xe5\x58\x6d\x8f\x9b\x46\x10\xfe\xdc\xfc\x0a\ \x44\xbe\x34\x2a\x2c\xfb\x0e\x38\xf6\x45\x6a\xd2\x93\x22\xa5\x5f\ \xfa\xa2\xf6\x5b\x44\xf1\xda\xa6\xc1\x60\x01\xe7\x3b\xb7\xea\x7f\ \xef\xcc\x02\xc6\xf8\x38\xc5\x6a\x93\x26\x97\x5a\xb2\xd9\x9d\x9d\ \x59\xe6\x79\x66\x66\x19\x3c\x7f\x71\xb7\xcd\x9d\xbd\xa9\xea\xac\ \x2c\x16\x2e\x23\xd4\x75\x4c\x91\x96\xcb\xac\x58\x2f\xdc\x9f\x7f\ \xba\xf6\x23\xd7\xa9\x9b\xa4\x58\x26\x79\x59\x98\x85\x5b\x94\xee\ \x8b\xab\x27\xf3\x7a\xbf\x7e\xe2\x38\x0e\x18\x17\xf5\x6c\x99\x2e\ \xdc\x4d\xd3\xec\x66\x41\xb0\xbb\xa9\x72\x52\x56\xeb\x60\x99\x06\ \x26\x37\x5b\x53\x34\x75\xc0\x08\x0b\xdc\x41\x3d\x1d\xd4\xd3\xca\ \x24\x4d\xb6\x37\x69\xb9\xdd\x96\x45\x6d\x2d\x8b\xfa\xe9\x89\x72\ \xb5\x5c\x1d\xb5\x6f\x6f\x6f\xc9\xad\xb0\x4a\x2c\x8e\xe3\x80\xf2\ \x80\x73\x1f\x34\xfc\xfa\x50\x34\xc9\x9d\x3f\x36\x05\x1f\xa7\x4c\ \x39\xa5\x34\x80\xb5\x41\xf3\xbd\x5a\x1b\x93\xad\x37\x0d\xd0\xa3\ \x95\x9d\xdf\x66\xcb\x66\x33\x4c\x61\x93\x59\xbd\x4b\x52\xa0\x67\ \x57\x99\xda\x54\x7b\x63\xe5\xfb\xcc\xdc\x7e\x5b\xde\x2d\x5c\xea\ \x50\x07\x94\x9d\xde\xe0\x84\x6f\x66\x05\xd9\x72\xe1\xbe\x49\x0e\ \xa6\x7a\xcb\xdc\xab\xf9\xd6\x34\xc9\x32\x69\x12\x5c\x69\xd7\x7a\ \x89\x54\xa1\x02\x05\x80\x3c\xfb\xe1\xd5\xf5\xd5\x3c\x4d\x67\xbf\ \x94\xd5\xbb\x56\x11\x3f\xb8\x92\xfc\x56\xde\x80\xb3\xa0\xb7\x4c\ \x67\xab\xb2\xda\x26\xcd\x55\xb6\x4d\xd6\x06\xf1\x7c\x03\xce\xce\ \x83\x61\x01\x75\x9a\xc3\xce\x0c\x5b\xb4\x9b\x00\x8e\xf2\xa6\x42\ \x48\x13\x91\x5d\xa6\xdb\x0c\x8d\x82\x1f\x9b\x2c\xcf\x5f\xe3\xde\ \xae\x13\xb4\x7b\x65\x4d\x6e\x70\x1c\x74\xbe\xc1\xe8\xe8\x6e\xd0\ \xe3\x00\x55\xb3\xaa\x07\x7c\x38\x03\x6c\xc2\xee\x52\x37\x87\xdc\ \x0c\x6b\x76\x2a\x95\xa2\x6e\x2b\xc3\x1b\x2f\xdc\xc6\xdc\x35\x41\ \x5a\xd7\xee\xd5\x93\xaf\x48\xdd\xd0\x3f\x57\xe0\xc9\xec\xe9\xf5\ \xcb\x97\x8c\xbf\x7a\xfe\x97\x15\xb2\x4e\x28\xf5\x77\xfa\x9a\x77\ \x42\xde\x0a\x0b\xc8\xe6\xe7\x75\x53\x95\xef\xcc\xec\x29\x17\xec\ \x9a\xd3\x6e\xea\xdb\xe8\xce\x44\x3f\xcd\xb3\xc2\xa4\xc9\x6e\x56\ \x95\x37\xc5\xf2\x54\xf8\x7b\x99\x15\x63\x29\xb0\x62\xaa\x3c\x83\ \xcb\x8c\xd1\xee\x7e\xa2\xf7\xcc\x7e\x3a\xa1\x9c\x70\xa2\x53\xf8\ \xe0\x4e\xcc\x03\xcb\xe0\xd5\x7c\xdd\xf1\x57\x25\x45\x8d\xd1\x07\ \x12\x71\x98\x27\x8d\xf9\x9a\xc5\x44\x87\x51\x14\x0b\x8f\x12\x21\ \x62\x41\x23\x2a\x9e\xb9\x43\x10\xd6\x52\x40\x3e\xed\x92\x66\xd3\ \x27\x4a\x9a\x27\x75\x8d\xd1\xe9\xe3\xe2\x38\x98\xa8\x0e\xa3\x9a\ \xc4\x9c\x31\x2f\x64\x24\xe4\x4c\x84\xb1\x93\x3a\xd4\xf3\xb9\x24\ \xdc\xf1\x39\x25\x11\x94\x6e\x1c\x7a\xbe\x14\x44\x39\xbe\x54\x44\ \xf7\x02\x4a\x42\xc7\x67\x11\x51\x1e\x27\xcc\xf1\x85\x20\xda\x63\ \xb0\x1b\x0c\xb5\x27\x14\x91\xb0\x0a\x8b\x0c\x7e\x1c\x46\x62\x8f\ \x73\xd8\x32\x22\xc2\x13\x14\xd6\x42\x18\xc4\x44\xc0\x5e\x11\x73\ \xe0\xfe\x1c\x8a\xeb\x38\x81\xbd\xba\xc9\x1e\x4c\x43\x67\xe3\x48\ \x4e\x22\x98\xf8\x38\xb3\x0e\x32\x0e\x9b\x48\x22\x3b\x57\xe1\x2e\ \xe0\x93\x90\x84\xb6\x76\x92\xc4\x9d\x9f\x1a\x0c\xc3\x23\x0c\xa6\ \xc0\xd7\x61\x6a\x6d\xff\x38\x52\x82\xdc\xfd\xfa\xfd\x9b\xd7\xaf\ \xde\xb2\xf8\xed\x51\x6a\x03\xb2\x70\xdb\xc4\x58\xa5\x29\xe3\x4b\ \x9b\xf9\x93\xfc\xb2\x31\xbf\x91\x26\x14\xe8\xa5\xc2\x63\x00\xc1\ \x32\x0c\x68\x90\x3c\x09\x38\x7c\x08\xa0\xe3\x2b\x60\xc9\x47\x38\ \xed\x08\x7e\x00\x29\x6d\x61\x0a\x87\x23\x46\x94\x1d\x17\x81\x8d\ \xd6\x1c\xad\x95\xe5\x5f\xda\xeb\xa9\xa5\x80\xe8\x75\x22\xbf\x5f\ \x9b\x04\x1a\x3d\x00\x54\x6a\xa3\x57\xfc\x72\xa0\xe2\x08\x54\x41\ \xaa\xf4\x40\x21\x22\x0a\x81\x42\xf8\x2c\x54\x04\x2a\xec\x15\x5d\ \xf5\x29\xd1\x5d\xbe\x41\x94\x60\x05\xc5\x76\x6d\xe3\x74\x96\xad\ \x21\x62\x14\xf0\x6b\xf1\xb5\x36\x04\x72\x06\x33\x10\xb2\xca\x43\ \x8c\xde\x03\xf8\xc2\x0f\x83\x4f\x31\xa2\x7b\x7c\x9a\x30\x8b\x0f\ \x7d\x61\xd6\x7f\xf4\x15\xf3\x3f\x82\x39\x7c\xed\x75\xe3\x30\xcc\ \xf8\x14\x72\x51\x01\x04\x14\xfb\xa0\xd3\x0e\x50\xc1\xe2\x67\x5d\ \x3a\xb7\xe5\xc2\x91\x09\x8d\xa0\x74\x3b\x02\x0a\xb9\xb0\xbb\xa0\ \x0a\x52\x88\x4b\xcc\x16\x27\x0c\x50\x65\x12\xb5\xfe\x87\xa8\xf9\ \xf9\xf1\x20\x48\x84\xc7\x83\x8e\x10\xfe\xff\xe1\x78\xe0\x17\x1d\ \x0f\x6a\x9a\xdf\xf3\xe7\xd4\xea\x83\x3f\xa7\x2e\x0e\x5d\x18\xdb\ \x83\xdd\x26\x2c\x3c\x25\x3e\x7e\x41\x7a\x68\xf2\xde\x72\x94\x9f\ \x3d\x71\x32\x22\xb2\x27\x8e\x23\x87\x9f\x77\xa5\x8b\x4f\x4a\xa8\ \xc9\xf3\x6c\x57\x9b\x7b\x9c\x8a\xa3\x53\x29\x74\xd4\x5a\x91\x30\ \x12\x94\xaa\x41\x7a\x80\x76\x1a\xca\x91\x47\x54\xea\x29\x58\x7c\ \x80\x55\xe1\x0e\x58\x93\xa1\x54\xf1\x20\xc5\x1d\xa0\xac\xe3\x58\ \xe9\x61\xdf\x93\x76\xa9\x2a\x1b\xec\x95\x44\x4c\xa4\xd0\x4a\xe9\ \x67\x0f\x3c\xd0\xed\x67\xcc\x0d\xb5\xc7\x83\x16\x4c\xb7\x59\x53\ \xe6\x07\x24\xe4\x1e\x4a\x39\xe5\x39\x1b\x3c\xdf\x01\x83\x0d\x68\ \x32\x01\x67\xa0\xc7\x04\xbc\x57\x70\x48\x2b\x1d\x12\x3c\xc7\xa4\ \x95\xbc\x3f\x7a\x53\x1e\xfe\xfb\xe8\x4d\x30\x36\x34\x98\xbe\x86\ \x7c\xc5\x0e\x13\x4f\xcd\x98\xf0\x30\x82\xd3\xff\xd9\xc3\x25\x24\ \xcf\x4a\x48\x63\x07\x80\x25\x04\xfd\x0f\xef\x9f\x1b\x12\x38\xa0\ \xf6\x57\x40\x0d\x44\xdd\x75\x90\xfa\xbd\xd8\x1f\xcb\x2f\xd0\x9e\ \x8a\x03\xbd\xa0\x30\x3e\x0e\xb5\x48\xd3\x64\xbe\xf0\x09\x3f\x4f\ \x1a\xcd\x3b\x06\x89\xce\xed\x03\x97\x0e\xaa\x77\x7c\x4a\x7a\x00\ \x5d\x16\xb6\xe4\x0e\x05\x74\xe0\xf8\x96\x6a\xbb\xaf\x30\xfc\x94\ \xe7\xc2\xc5\xf0\xa3\x31\xfc\x98\x62\x93\xcc\x46\xe0\xe3\xb0\x05\ \xaf\x47\xe0\xa1\xf9\xb0\x67\x73\x38\x02\xaf\x5b\x61\xac\x1f\x05\ \xf8\x70\x0c\x9e\xd1\xf8\x3e\x7a\x06\x2f\x7b\xd0\x6e\x9e\x48\x11\ \xbd\xd0\x6d\x3f\x36\x0e\x3d\xb6\x4e\x28\x15\x8f\x02\xbd\x3e\x43\ \xcf\xda\x53\x63\x8c\x1e\x5a\xb0\xfb\xe8\x55\xd4\xe6\x78\x34\x42\ \xaf\xc2\xb6\xcd\x79\x1c\xe8\xd5\x18\x3d\x74\x57\xb6\x5d\x1b\xc3\ \xe7\x5d\xea\xcb\x2f\x2e\xf5\xe5\x59\xf0\x55\x0b\xff\xec\xd8\x6b\ \x1f\x23\x27\x7d\xc3\x97\x92\xfb\xe2\xec\xd8\xb3\x49\x4e\xf5\x59\ \xf2\xb7\xf0\xe5\xa3\x49\xfe\x4b\xda\xeb\xa8\x7b\x94\x41\x1f\x04\ \x9d\x85\xfa\x0f\xff\x11\xc1\xd7\xd0\x8b\xfe\x13\xe1\x9f\xb4\xa5\ \x0e\xd6\xf0\xad\xf7\xeb\xab\xbf\x01\x93\xad\x50\xe7\ \x00\x00\xb1\x44\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x00\x80\x08\x02\x00\x00\x00\x72\x70\x0c\xbe\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x94\x5c\xd7\ \x7d\xe7\x79\xd3\xcb\xaf\x72\x55\x77\x55\xe7\x1c\x90\x1a\x99\x00\ \x83\x98\x83\x24\x93\x0a\x96\x2c\x59\xb6\x65\xd9\x63\xcf\xea\xd8\ \x33\x23\x7b\x66\xbd\x7b\x56\xf6\x8e\xcf\x8c\x2d\xcf\x19\xef\x38\ \xec\xb1\xb4\xb2\x3c\xb6\x34\x0a\x96\x6d\x89\x4a\xa4\xc0\x0c\x06\ \x13\x24\x01\x90\x00\x88\xd0\x68\x00\x9d\xbb\xab\xaa\x2b\xe7\x7a\ \xaf\x5e\xb8\xf7\xee\x1f\x0f\x84\x68\x49\x73\x46\x04\x08\x09\x04\ \xde\xe7\x10\x3c\x85\x42\x57\x75\xd5\xef\xdd\xf7\xbd\xbf\xfb\x0b\ \xf7\xc2\x46\xbd\x06\xae\x0c\x59\x96\xbf\xf5\xcd\x7f\xfa\xcc\x67\ \x3e\xa3\x28\x0a\xb8\x36\x70\x2c\x3e\xb4\x43\x98\x79\x40\x74\x3a\ \x1c\xf8\xbc\x09\x97\x75\xb6\x84\x3f\x7a\xcb\xcc\x87\x00\xa2\x10\ \x42\x84\x90\xf7\x7f\x8c\x49\x36\x93\xd6\x74\x6d\x60\x70\x84\x52\ \x17\x63\x52\xc8\x6f\xfc\xd9\x7f\xfb\x6f\xe5\x4a\x85\x10\x02\x00\ \x30\x4d\xf3\xc1\x07\x1f\xba\xfd\x8e\x3b\x4c\xd3\xf4\xcd\x78\x95\ \x50\x14\xf5\xd3\xff\xd7\xff\x31\x7f\xfe\xc2\xf8\xe4\x24\x21\x84\ \x73\xee\xba\x6e\x32\x99\xfc\xad\xdf\xfe\x37\xae\xeb\xfa\xf6\xb9\ \x4a\x68\x9a\xf6\xf4\xd3\x4f\xfd\xd9\x9f\xfe\xd7\x89\xc9\xa9\x50\ \x38\xcc\x18\x03\x00\x58\x96\xf5\x1b\xbf\xf9\xaf\x47\x47\x47\x6d\ \xdb\x7e\x87\x7e\x2f\xe4\x5f\x5a\x1f\x1f\x1f\x9f\xeb\x0f\x5f\xdc\ \x7d\x7c\x7c\x7c\x7c\x71\xf7\xf1\xf1\xf1\xf1\xf1\xc5\xdd\xc7\xc7\ \xc7\xc7\xe7\x67\x02\xf1\x4d\xe0\xe3\x73\xb9\x70\x11\xab\x10\x62\ \x00\x2e\x23\x6f\x0f\x29\x77\x1c\xda\x81\x00\xfa\x76\xbc\x1c\xd3\ \x03\x20\x20\x20\x11\xce\xdf\xba\xed\x4d\x07\xde\x08\x85\x16\xbe\ \xb8\xfb\xbc\x2d\x2b\x40\x0c\x88\x00\x7e\x54\xa7\xa8\x0b\xa8\x03\ \x21\xbc\x9c\x5b\xf0\xda\xff\xd2\x50\x38\xbe\xf6\xed\x56\xa7\x88\ \x10\x7e\xab\xaf\xa5\xd4\xe9\x0a\x8e\x4f\x26\xef\x74\xd9\x15\x14\ \x63\x40\x08\x88\x08\xe0\x8f\xac\xbf\x39\x03\xae\x0d\x01\xb8\x2e\ \xcd\xee\x21\x61\x3e\x57\xc0\xc7\x33\x58\xc0\xfc\x2d\x5e\x35\xf0\ \xc0\xa4\x2b\x11\x70\x45\xb6\xc1\x04\x60\xe1\xc7\x3c\xef\xda\x80\ \x51\x00\x21\xb8\x06\x2c\xef\x8b\xbb\xcf\x95\x8b\x1c\xa2\x46\x83\ \xae\x9d\x63\xae\x0b\x21\xbc\xe4\x58\x41\xce\x71\xf7\x80\x98\x1a\ \x66\x4e\xe7\xfa\xfc\xde\x90\xcc\xe7\x5f\xc8\x37\x2e\x10\x24\x02\ \xc0\x01\xf7\x66\x37\x78\xc9\x00\x3f\xfc\x80\xbf\xa1\xc8\x00\xd8\ \x6e\x7b\x3a\x75\xdf\xe6\x9e\xfb\xaf\x44\xdc\x39\x07\xee\xd2\x69\ \xda\xac\x5e\x32\x3b\x00\x80\x73\x8e\xd4\x80\x38\xbc\x05\x22\xc8\ \xa9\x0b\xae\xd3\x95\x81\x80\xc0\x5a\x0d\x3e\x7e\x9e\xa8\x22\x7f\ \x93\x37\x7f\xd1\x2c\x6f\x98\x19\x7a\x66\xe7\x6f\xfc\x95\x73\x40\ \x30\xb8\x7b\xdc\x95\x2f\x6b\xb5\x75\xc9\x95\x71\x2b\x39\x9a\x5d\ \xe2\x1c\x5c\x32\x3c\xe7\x1c\x22\x44\xfa\x27\x85\x48\x82\xd9\x96\ \xef\xb9\x5f\x5d\x20\x04\xf0\x46\x5d\xf2\xfe\xf4\xfc\x06\x08\xa9\ \xe3\xf2\x27\xbf\x94\x68\xa4\x05\x2d\x78\xc9\x55\x84\x00\x70\xc7\ \x6a\x49\xc1\x93\x52\xbf\xd0\xd5\x37\x79\xf3\x5d\xee\xb5\x31\xe2\ \xdf\x5e\x33\x0b\x58\x91\x88\x46\x90\x08\x20\x11\x89\x0c\xb9\x65\ \x5a\x6d\x80\x44\x0c\xb9\xcb\x28\x42\xc4\x1b\x83\x8c\x3b\x94\x63\ \x45\x0a\x60\x40\x1d\xb7\x43\x39\x87\x00\x12\x2c\xf1\x2b\x50\x18\ \x8e\x45\xe7\xc4\xb3\xfa\xd1\x6f\x07\xa3\xb1\x37\x5f\x6e\xc8\x98\ \xe3\x38\xcb\x0b\x9b\x17\x4d\xb0\xf3\xdd\x1f\x24\x82\x78\x5d\xfa\ \xef\x1c\x00\x82\x80\x2a\x72\x55\xf8\xc1\xb7\x83\x00\x70\x00\x44\ \x01\x09\x90\x37\x3b\x0c\x40\x40\x19\x57\x24\x2c\x61\x60\x3b\xcc\ \x61\xdc\x13\xf7\x2b\x52\x05\x4c\x9c\x4a\x1e\x3f\xfa\xd9\x04\xa6\ \x58\x92\xdf\x6c\x5a\xde\x31\xaa\x8b\xfd\xaf\xd1\x60\xdf\x96\xdd\ \xa9\xa9\x2d\xf4\x67\x5d\x20\x7f\xdd\x8a\x3b\x67\xdc\xb1\x99\x63\ \xdf\xa0\x4d\x4c\x44\xf8\x29\xa5\xca\x21\x84\x4e\xbb\x21\x16\x56\ \xbb\x26\xc6\x78\xbb\xc1\x09\x01\x1c\x00\xc0\x21\xa5\x64\x62\xf3\ \xb9\xc5\xdc\xec\xa1\x83\x77\x7f\xea\x0f\x19\xbd\x7e\x7b\x70\xb8\ \x63\x83\xe4\xdd\xfb\x7e\x7f\x44\x6b\xb5\x1d\xbb\xb4\xf1\xe4\xf3\ \x73\x47\x67\x6e\xf9\xf3\xe1\xe6\x3f\x7c\xf3\xd8\xd3\xf1\x89\xdf\ \xb9\x39\x78\xfa\xbb\x27\xe7\x76\x6d\xff\xdf\xb6\x24\x62\x0c\xb4\ \x4f\x9f\xfe\xf2\xe9\xdc\xfa\xdb\xe0\xb9\x60\x6c\x2d\x9e\x1c\x4e\ \xa6\x54\x82\x38\x84\xdc\x93\x2c\x46\x05\x4d\x2f\x46\x86\x5f\xfc\ \xea\xdf\x8f\x3c\xf0\x11\x41\x56\xd8\x8d\xd1\xfd\xe4\x50\xb0\x77\ \x67\x6c\xa0\xdd\x58\x08\x46\x7e\x79\x08\x16\x3a\x3c\x9f\x6e\xfe\ \xe3\x09\x73\x62\x3a\xf2\xd0\xa4\x0c\x19\x5b\x5e\xaa\x7f\xeb\x74\ \x87\xe3\x2b\x75\xf7\x20\xc2\x76\x21\x13\x77\x8c\x44\xef\x30\xeb\ \xb4\x39\xc6\xde\x80\xc7\x9c\xa1\x2d\xbb\x5f\x78\xf6\xa5\x5c\x3b\ \xbd\xe5\xde\xf7\x33\x97\xfa\x9e\xfb\x55\x74\x5d\x39\xbb\x8e\x43\ \x8e\xd7\x10\x8c\x73\x0a\x20\x62\x94\x6a\x21\x5a\x58\xa7\x9c\x23\ \x46\xe5\x9e\xa1\x23\xe9\xea\xd3\xcf\x3c\x7b\xf3\xc7\x7f\x3b\x31\ \x38\xee\x74\x8c\xeb\x79\x99\x04\x35\x0d\x97\x0f\x1d\xfd\x2f\xb3\ \xad\xd4\xfb\xde\xf5\xef\x6f\x6a\x65\xdb\xae\x34\x39\xf9\x8b\xdb\ \xb3\xb3\xab\x40\x94\x11\x4a\x0d\x7f\x6c\x47\xa4\xf2\xf0\xc1\xff\ \x5a\xe7\x92\x80\x31\xc6\x02\x75\x9d\x2b\x92\x18\x00\x38\xe7\x0e\ \x40\xd0\xb5\x41\xa0\x8b\x37\x2b\x76\xbb\x0e\x00\x54\x34\xbd\xa8\ \xc4\xbf\xfa\xed\x47\x42\x03\x63\x5b\xee\x7e\x10\x30\x76\xa3\x2c\ \x55\x01\x10\x45\xa4\x39\x30\x20\xf0\x17\x5f\xce\xff\x4d\x46\xfa\ \xcb\x0f\x46\xf6\x9b\xf8\xe6\x29\xe1\xc0\xc1\xdc\xb1\x1a\xd7\x24\ \x08\x08\x7c\x5b\x12\xa9\x0e\x07\x8c\x71\x88\x30\x90\x54\xa7\x98\ \xe6\x10\x61\x0e\xf0\xd0\xd4\xa3\xc7\xe6\xe6\x2e\x2c\xdc\xfb\x1f\ \x3e\xa3\x86\x22\xd7\xc2\x3a\xf5\xba\x15\x77\x84\xa1\x28\x63\x08\ \x6e\x50\x75\xff\x69\xce\x6a\x8c\x03\xca\x79\x51\x49\x9c\xca\x96\ \xf7\x77\x0f\xc1\xb5\xb3\x62\x6a\xe4\xd5\x96\xf0\xd8\x0b\x87\x76\ \x4f\x0c\x27\x22\x21\x97\x5e\xf7\x12\xc3\x19\xe7\x84\xa8\xd4\xb8\ \x70\x2e\xb3\xb6\xa5\x7b\xc6\xee\x9c\x3b\x74\x66\xb1\x7f\xe2\x97\ \x61\x0d\x18\x0e\xee\xed\xea\xcf\xad\xfc\x6d\xc9\x81\x91\x50\x32\ \x80\x9d\x72\xb3\xf8\xb6\xc8\x99\xcb\x98\x1b\x08\x1f\xaa\xa3\xc1\ \x40\x2a\x65\x19\x80\xf3\x72\x7c\xec\x2b\x4f\xbe\xa8\x0b\x64\xdb\ \x50\x1f\xc7\x84\x53\xe7\x86\x1a\xf3\x8c\x01\x07\xa0\xe9\xb1\xd0\ \x2f\xf5\x08\x6e\xd3\x16\x14\xa1\x5d\x36\xcf\x94\xa9\xa2\x8b\x3d\ \x41\x94\x2b\x3b\xf6\xdb\x33\xe0\x39\xc7\x68\x11\x85\x73\xf5\xfa\ \xde\x78\x8f\x9b\x5d\x42\x23\xdb\x0e\x2c\x14\x4e\xcc\x9e\xbf\x79\ \x7a\x4c\x55\x35\x4a\xe9\xb5\x60\x10\x74\x7d\x5f\xec\x1b\xf6\xbf\ \x9f\x22\x90\x33\xca\x20\xce\xd7\x9a\xdf\x7f\xf2\x99\xc7\x2f\xe4\ \xf0\xa6\xfd\xc7\x4c\xe1\xe1\x03\x4f\xed\xdf\xb9\x7d\xe7\x50\x77\ \xab\xd1\xb8\x01\x8a\xfd\x20\x00\xd4\x76\x5a\x36\x97\x22\xc1\x84\ \xdb\x29\x33\xac\xb6\x4b\xcf\x1e\xdd\x30\xf7\x6d\x7e\xb7\x06\xda\ \x4d\xcb\x09\x04\xbb\xdd\x4e\x2d\xd0\x7d\xcf\xbb\x26\x6f\x46\xec\ \xed\xd8\xf3\x88\x33\xca\xb9\x49\xe1\xe1\xe3\xaf\x7f\xfd\x99\x97\ \x2a\xdd\x13\xcd\xbe\xcd\x5f\x7e\xf2\x9f\x99\x4b\x3f\x78\xc7\x3e\ \xa7\xdd\x60\xd7\x86\xc4\xfc\x34\xdc\x0b\xc6\x0d\x9b\x71\x04\x11\ \xe4\x00\x02\x59\xc1\xc4\xe8\x7c\xed\x9f\xab\xe7\x1a\x3c\xac\x0b\ \x2a\x60\x8e\x24\x7d\xf4\xe6\xa0\xce\xf9\xdb\xe2\x65\x50\xc6\x18\ \x12\x96\x32\xb9\x87\xbf\xff\xc4\x91\x1a\x10\xb7\xde\xfa\xf4\x52\ \xe9\x85\x97\x8e\xbc\xef\xae\x77\xf5\x68\x82\x61\x5c\x2b\x8b\x54\ \xbf\x5a\xc6\xe7\x8a\x6f\x2d\x00\x6c\xa3\x3d\x1d\x96\x76\x6c\xdd\ \xf2\xca\xab\xc7\xcb\xf5\xe6\xea\xda\xfa\xa6\xa9\xc9\xbb\x86\xa2\ \x2b\x47\x9e\x77\x7b\xf7\xdc\x00\x4e\x23\xc5\x62\xff\xe6\xb1\x0f\ \xc4\x87\x7b\x47\xb5\xdc\xc1\xd3\xa7\x06\x77\x3c\x24\x89\x68\x69\ \xe1\xbb\xab\x53\xef\x1b\x0c\xaa\xcb\x27\x1f\xdf\x71\xeb\x2f\x3c\ \xb4\xb7\x1b\xc5\xb7\xc0\xe6\x41\xc6\xdf\x9e\xe9\xae\xe3\x32\xc5\ \x6a\xdc\xb9\x67\xfb\xc3\x8f\x3d\xf5\xb5\x67\x5e\xc6\x08\x35\x9a\ \xcd\x5f\x7f\xe8\x7e\x35\x73\xd6\x30\x94\x28\xbc\x11\x16\xae\x9c\ \x32\x30\x36\x1e\x9c\xd6\xd0\x44\x12\xbe\xb2\x40\xd5\x38\x38\x7f\ \xa1\xf6\xf5\x33\x6e\x58\x41\x24\xd3\x5e\x9e\x8c\x7d\xe2\xae\xf8\ \xa2\x23\x6a\x80\xba\xfc\x6d\x28\x1d\x82\x00\x50\x00\xac\x66\x6d\ \xe7\xae\xad\xa7\xfb\xfb\x1e\x7b\xfe\xd0\xdc\xea\xf0\xc2\xc2\xe2\ \xdd\xb7\xdd\x32\xa3\x98\x47\x36\x56\x19\x42\x10\x5c\x13\x86\xf7\ \xc5\xdd\xe7\x4a\xc7\x3a\x63\xdc\x76\x5d\xbc\x78\xe2\xa1\xad\x9b\ \x21\x84\xaf\xbd\x7e\x72\x6c\x64\xe4\xe7\x76\x4e\xf2\x85\xe3\x8e\ \xeb\xba\x8c\x5d\x23\x63\xfd\xaa\x99\x80\x08\xa0\x78\x6c\xf6\x9f\ \xfa\x23\x71\xe8\x9e\x7c\xe2\xdc\x4b\x85\x0e\xa0\xf3\x5f\x87\x86\ \xab\xe3\xc6\xf3\x2f\x7f\xba\x4b\xa8\xd1\x56\xfa\xc0\x61\x73\x53\ \xdf\x34\x2e\x3c\x3b\x97\x39\xca\xb0\x04\xe9\x15\xc7\x64\x39\x77\ \x38\xb0\x37\x56\x66\x86\x24\xf7\xbe\x7b\x1e\x39\xf8\x3c\x04\xe0\ \xc3\xef\xb9\xaf\xbb\xba\xd4\xa9\x14\x1c\x71\x08\x30\x76\x23\xac\ \x99\x20\xe0\xed\x96\xcb\x34\xe1\xa5\xd7\x2a\x47\x8a\xb4\x7b\xae\ \xbe\x6c\x82\xb8\x86\x31\x02\xbc\x63\xff\xe3\xf3\xa5\x3d\x23\x6a\ \x54\xe8\x7c\xfb\xa8\xd9\x46\xf0\x6d\x89\x54\x50\x06\x2c\xa3\x15\ \x4a\x9f\xfe\xc5\xdb\xf7\x7c\xe3\xd0\xf1\x33\x67\xcf\xed\xdb\xb3\ \xfb\xd6\x1e\xbd\xb3\x78\xda\x05\x90\x51\x7e\x8d\x98\xdd\x17\x77\ \x9f\x2b\x06\x41\x83\xf2\x8e\x61\x68\xeb\xa7\x3f\xb4\x6d\xdb\xcc\ \x40\xb2\x2f\x16\x0a\xa6\x4f\xbb\x8e\xd5\xe8\x38\xe0\xad\x37\xf8\ \xbc\x93\xfc\x46\xce\x38\x07\x90\x77\x32\x99\xc7\x57\xd6\x19\x84\ \x98\x10\x59\x80\x28\x5f\x78\x0d\x20\x89\x60\x62\xd6\x4f\x2d\x72\ \x22\x12\xd1\xa8\x1f\x7f\xb9\x7c\x84\x03\x48\x88\x22\x20\xcc\xdf\ \x8e\x74\x3f\x85\xb8\x65\x39\xc1\x8d\xc5\xbd\xbd\xe3\xdd\x0f\xdd\ \xcb\x00\x18\xe6\x0d\xb7\x94\x69\xdb\xd4\x11\xae\xff\x26\x4c\x0e\ \x00\xe3\x00\x40\x90\x4e\x1b\x8b\xab\x1c\x21\xa8\x08\x30\xb3\x61\ \x72\x04\x45\x04\x18\x07\x00\x41\xd7\x70\x9e\x3b\x51\x63\x00\x60\ \x0c\x65\x02\x39\x07\xec\xca\xed\x82\x50\xcb\xa6\x6e\xb3\xd6\xc5\ \x66\x3f\x7e\xdb\x8e\xb5\xad\x93\xe3\x51\x8d\x2c\x1d\x77\x5c\xda\ \xb2\x5d\xe5\x9a\x09\x75\xfb\xe2\xee\x73\xa5\xea\xa6\x07\xc2\xd5\ \x6d\x77\x3e\x77\xe2\x19\x01\xba\x70\xe3\x08\x51\xb4\x8d\x79\x8b\ \xd9\x16\x63\xdc\xed\xd9\xd6\x37\x3c\x7d\x1d\xa7\xf5\x04\xa2\x88\ \x44\x23\x48\x14\x89\xfe\xe6\xe7\x45\xa2\x5d\x7c\x84\x7f\xf0\x40\ \x16\xdf\xbc\xe2\x81\x04\x4b\x97\xbd\xa4\xe1\x9c\x43\x46\xa3\x3b\ \x6f\x7f\xfd\xb1\xa5\x73\x85\x06\x28\xce\x11\x59\x83\x10\xce\x9b\ \x6d\xc0\x79\x87\x68\x91\xdb\xef\x26\x90\x5f\xc7\xe5\x62\x17\xeb\ \xdc\x05\xa0\x0a\x00\x08\xf0\x07\x01\x17\xe1\x87\xdc\x66\xa8\x49\ \x6f\xee\xf0\xba\xd2\x3a\x77\x4e\xdd\x70\xef\x70\x7a\x78\xcf\x33\ \x2b\xa7\x30\xb2\xd0\xfa\x61\x22\xa9\xb9\xf3\x06\xa3\x8e\xcb\x00\ \xdc\xf4\xae\x64\x3c\xc9\xaf\x8d\x22\x25\x5f\xdc\x7d\xae\x50\xdc\ \xb9\x28\x8a\xbd\x77\x7d\xb0\xb1\xe3\x76\xc6\x39\x00\x6f\xe4\x73\ \x21\x82\x1c\x68\xc1\x80\xa6\x07\xf9\x75\x9a\xd9\x73\x99\x75\xef\ \xa6\xff\x70\x79\x02\xcd\x01\x40\x10\x59\xee\xe5\x27\xdf\x10\x60\ \x89\x89\xad\x52\xe2\xf7\x3b\x9d\x0e\x84\x10\x70\x06\x00\x10\x21\ \x02\x00\x44\x04\x31\x18\x8d\xa2\xeb\x3a\x1a\x66\x3a\x70\xdf\x00\ \xdd\xd3\x77\x39\x43\x4b\xc0\x97\xef\xbf\x73\x46\xf5\x50\xb8\xff\ \xfd\xbf\xd1\x6a\xd4\x39\xb8\x58\xb6\x21\x40\x08\x20\x44\x10\x06\ \xc2\x11\x59\x96\x7d\x71\xf7\xb9\x7e\x9c\x77\x59\x12\x95\x9e\xde\ \x1f\x2b\xfd\xfc\xba\x2e\xb5\x26\x48\xbc\xfc\x36\x68\xce\xaf\xa8\ \x43\x95\x03\x04\x40\x34\x9e\x78\xa3\x31\xf3\x87\x34\xe8\xfa\xef\ \xf2\xc0\x10\x5c\xec\x99\x7b\xeb\xa6\xbb\xc2\x01\xaf\xe9\xba\x1e\ \x08\xfc\x38\xe9\xe7\x6f\x53\x49\x8e\x2f\xee\x3e\xd7\x8c\xff\xce\ \x6f\x98\xc2\xbb\x7f\xe9\x80\xf3\x9f\xe9\x16\x51\x9c\xdd\x90\x66\ \xbf\xb4\xfa\xf9\x59\xd9\x9e\x33\x76\xed\xcf\x9c\xfe\x7e\xee\x3e\ \x3e\x3e\x3e\xd7\x21\xbe\xb8\xfb\xf8\xf8\xf8\xf8\xe2\xee\xe3\xe3\ \xe3\xe3\xe3\x8b\xbb\x8f\x8f\x8f\x8f\x8f\x2f\xee\x3e\x3e\x3e\x3e\ \x3e\x6f\x0f\x7e\xb5\x8c\xcf\x4f\x3c\x56\x08\x91\x65\xd9\xb7\xc3\ \xd5\x43\x51\x54\x84\x7e\xd8\xdf\x82\x10\x4a\x92\x24\x08\x82\x6f\ \x9f\xab\x67\x76\x51\xfc\x31\x47\x9a\x08\x82\x20\x2b\x0a\xc6\xef\ \xd4\x16\x6b\x5f\xdc\x7d\x7e\x22\x24\x49\x3a\x7c\xf8\x95\x17\x5f\ \xfc\xe7\x4a\xa5\xfc\x36\x6d\xd1\xe1\xf3\x23\xeb\x68\x84\x56\x57\ \x57\xde\xac\xe3\x18\xe3\x5a\xad\xfe\x97\x7f\xf1\x67\x1b\x1b\x1b\ \x8c\x31\xff\x34\xed\xab\x62\x76\x8c\xea\xb5\xba\xac\x28\x6f\xd6\ \x77\x51\x14\x1f\xf9\xde\x77\xeb\xf5\x5a\xbb\xd5\x82\xef\xcc\x01\ \x7f\x0d\x8b\x3b\xa7\x8e\xcb\x89\x40\x00\x73\x29\x47\x04\x43\xd7\ \x71\x21\x42\x8c\x52\x88\x31\x04\x10\x21\xe0\x3a\x2e\xc4\x18\x72\ \xc6\x00\x24\x84\xf8\x03\xff\xaa\xea\x4e\xa5\x52\x29\x95\x8a\xe5\ \x52\x09\xfa\xe2\x7e\xd5\x06\xbd\x20\x88\x7a\x20\x70\xc9\x7f\x87\ \x10\x3a\x8e\xbd\xb2\xb2\x92\xcd\x64\x5d\xd7\xf1\x2d\x7f\x95\xcc\ \x8e\x31\x0e\x04\x83\x92\x24\x5d\xd2\x77\x84\xd0\xc6\xc6\x46\x3e\ \x9f\x6b\xd6\xeb\xf0\x9d\xb9\x3f\xd2\x35\x2a\xee\x9c\x5a\x72\xdf\ \xed\x1f\xbb\x55\xfd\xd6\x3f\x3e\xc1\xf4\x84\x4a\xcc\x7c\x91\xdf\ \xf3\xa1\x0f\x98\xeb\xeb\xe3\xb7\xbd\x67\x50\x31\x8d\x56\xf6\x91\ \x6f\x1e\x9a\xf9\xb9\x5f\x98\xee\xe2\x8d\x5a\xf9\xc4\x0b\x8f\xbd\ \x7c\x26\x0b\x04\x5f\xdf\xaf\xae\xbe\x77\x75\x75\xc7\x62\x71\xdf\ \x14\x57\xdb\xce\x08\xa1\x37\x7b\x91\xba\x1e\x18\x1d\x1b\xf3\xcf\ \x15\xbb\xaa\x40\x08\x31\xc6\x97\x8c\xcc\x39\x17\x04\xa1\xaf\xaf\ \x9f\xa6\x7a\xde\xa1\xdf\x88\x5c\xb3\x86\xb6\x8d\x76\x7c\x64\x67\ \x10\x3c\x36\xf0\xe1\xff\xf3\x83\xe2\xc1\xdf\xfb\xeb\x13\x23\x7d\ \x89\xd3\xf9\x4a\xc8\x5d\xfe\xda\xe7\xbe\xbc\xde\xa4\x54\x9f\x79\ \x4f\xa8\xf5\xad\xff\xfe\xdf\x73\xc1\xdd\xbf\xfe\x91\x8f\x5b\x8d\ \xbf\x3c\xbc\x66\x4b\x82\xef\xda\x5c\xe5\x11\x43\xfc\x50\xde\x55\ \xf6\x6c\xbc\x8d\x09\xde\xfc\x0c\xe7\xef\xdc\xc8\xef\x3b\xc9\xf2\ \x3f\x6e\xfa\x7c\xe7\x0e\xf8\x6b\xf5\x73\x23\xe2\x34\xd6\x33\x2d\ \x71\x62\xb0\x5f\x0f\x03\xe6\x44\x47\x37\x0f\xe1\x76\x39\x97\x2f\ \x4a\x3d\x1f\xfc\xf8\x6f\x25\x0a\xab\xaf\x7c\xf5\x89\xb2\x6d\xdb\ \x94\xb1\xcc\xd9\xc3\xc7\x57\x6e\x1a\x9b\x18\x3a\xb2\x34\x0b\x04\ \xc9\x1f\xa3\x3f\xfd\x1b\xc0\xc7\x37\xbb\x6f\x79\x5f\xdc\x7f\x52\ \x75\xa7\x4e\x3d\xbd\xde\x9e\x79\xef\xfb\xeb\x73\x8f\x3c\xaa\x8c\ \x3d\x70\xdb\x4e\xa3\x38\x57\x33\xa0\xb9\xfe\xca\xd7\xbf\xf8\xa5\ \xf5\x26\x05\xe1\xdd\x08\x70\xdb\xb6\x28\x50\x34\x4d\x72\x1d\x8b\ \xfb\xe9\xa6\xab\x09\xa5\x94\xdd\x30\x07\x2e\xff\x0c\x17\x46\xf0\ \x5f\xee\x44\xc6\x39\x77\x5d\xd7\xb7\xcc\xd5\x95\x1b\x84\x7e\x74\ \x6d\xe4\xba\xee\x3b\x7a\x4e\xbd\x76\x57\x1c\x88\x5a\xab\xcb\x85\ \x5f\xfb\xd5\x0f\x3c\xfc\xbb\x5f\x39\xca\x02\xff\xea\x8f\x3e\xf4\ \xd4\xe7\xbf\x53\xa3\x7d\x81\xf8\xc0\xe6\x99\x9d\xf1\x96\x95\xab\ \x08\x62\xa0\x6b\xd3\xb6\x9d\x3d\xa1\xad\x9b\x03\xc5\x87\x4f\xae\ \x40\xd1\x2f\x17\xbb\x5a\x30\xc6\x42\xa1\x90\xa6\x69\xef\x84\x1d\ \x93\xde\xa9\x40\x04\x6b\xd5\x9a\x6d\x5b\x6f\x56\x76\x42\x48\x77\ \x77\xb7\xef\xb8\x5f\x4d\x65\x87\x66\xa7\xd3\xa8\xd7\x7f\x68\x4e\ \x8d\xc7\x13\xa2\x24\x72\xe6\x7b\xee\x6f\xbf\x0b\x83\xf2\x2b\x47\ \xff\xfe\xf3\xa5\x33\x39\xc3\xb1\x0f\x7f\xe9\x2b\x4e\xf6\x6c\x01\ \x39\xf0\xf0\xc9\xf4\xc8\xe6\xbd\xfd\xd4\x78\xfd\xc5\x43\x2f\xbe\ \x32\x37\x33\xb5\x33\x50\x5c\xff\x87\x2f\xbe\xb0\x56\x87\xa2\x9f\ \x4f\xbd\x6a\x58\x96\x75\xcb\x2d\xb7\xde\x79\xd7\x5d\xa6\x69\xfa\ \xd6\xb8\x4a\x48\x92\xf4\x97\x7f\xf1\xe7\x4b\x4b\x4b\x81\x40\xc0\ \xf3\x19\x29\xa5\x5d\x5d\x5d\xff\xf6\xdf\x7d\xca\x77\xde\xaf\x1e\ \xb2\x2c\xbf\xf2\xca\xcb\x5f\xfa\xe2\x17\x63\xb1\xd8\xa5\x27\x6d\ \xdb\xfe\xc0\x07\x3f\x38\x36\x36\x66\xdb\xb6\x2f\xee\x6f\xb7\x17\ \x83\x05\x5e\x5f\x7f\xea\x91\x25\x51\x51\x44\x58\x7f\xfe\xc0\xe3\ \x58\x56\x44\x98\x3f\xf8\xcd\xbf\x79\x92\x01\x00\xa1\x24\xcb\xfc\ \xc2\xe2\x4b\x2e\x43\x98\x48\xb2\x2c\x10\x3f\x95\x7a\x75\xa1\x94\ \x3a\x8e\xe3\x38\x8e\x6f\x8a\xab\xe6\xd0\x08\xb9\xdc\xc6\x46\x26\ \xa3\x8e\x8f\x5f\xaa\xdc\xe0\x9c\x3b\x8e\xe3\x8b\xfb\xd5\x43\x14\ \xc5\x66\xb3\xb9\xb6\xb2\x2c\x4b\x52\x20\x18\xbc\x14\x7b\x74\x5d\ \xf7\x1d\x3d\xe0\xaf\xe5\x44\x30\x07\x88\x28\x2a\xf1\x1e\xc9\xaa\ \x02\x00\xe0\x00\x2b\x5a\xe0\xcd\x77\xc3\x5b\xca\x9f\x72\xce\x00\ \xc4\x18\x72\xc7\x75\x10\xfe\xc1\x79\x5c\x8c\x39\x0c\x20\x8c\x30\ \x04\x8c\x73\x44\x30\xe1\x9c\xb1\x1f\xbb\xe9\x3e\x44\x08\x00\x97\ \x5a\x00\x12\x04\x21\x00\x80\x33\x97\x41\x42\x20\x77\x19\xc5\x88\ \x00\xc0\x19\x73\x39\x40\xf8\x8d\xda\x58\xc6\x29\x42\x22\x02\xd4\ \x71\x6d\x88\x04\xc0\x29\x07\x10\x23\x02\x00\xa3\xcc\x05\x80\x60\ \xe4\x2f\x38\x7c\x2e\x0d\x45\xf6\x4e\x0f\xf5\xbe\x13\xe1\x9c\x5f\ \x7f\x29\x25\x72\x23\xdd\x36\xae\x1c\xd8\x7e\xe7\xee\x5f\x49\xa9\ \x72\x76\xe9\xab\x07\xe7\x0e\x19\x94\x12\xa2\x02\xd6\x09\x74\xff\ \xfc\x2f\xec\xdd\xf3\xcc\xb3\xff\x71\x1d\xec\xfb\xd8\x1d\x1f\x07\ \x56\xb5\x54\x7c\xea\xd9\x93\xcf\xba\x58\x84\x6f\x9a\x18\x38\x0a\ \x6d\xdf\xfe\xc9\xad\xb1\xa4\xdb\x7c\xf5\x99\xe3\x5f\xcf\x1a\x6d\ \x00\x90\x1c\xda\x71\xff\xae\xdf\xec\xd3\xec\x93\xaf\xff\xd5\xd1\ \xcc\x2a\xe7\x2c\x31\xf8\xab\x0f\x6e\x1e\x7b\xe2\x99\xff\xb4\x41\ \x31\xe7\xc2\x9e\x9b\xff\x74\x57\x90\x9a\x8c\x97\xb2\x07\x9e\x9e\ \x7d\xfd\x96\x5b\x3e\x2d\x6e\xfc\xcd\xe3\x0b\x17\x20\x90\x76\xee\ \xfd\xc3\x11\xf7\xf1\x6f\x1d\x3f\x4a\x88\x9f\x2d\xf0\x01\x00\x00\ \x08\x21\x84\xfe\x64\xff\xb3\xb1\xfc\x75\xf6\x8d\xde\x01\xa1\x0c\ \x46\x5d\x06\x20\x42\xd0\xb5\x2d\x97\x71\x08\x21\x67\xd4\xb6\x1d\ \x00\x11\xa7\x8e\xed\xd0\x9f\xf8\xe2\x21\xc4\xdb\x73\xa7\xff\xfc\ \x1b\x47\xbf\xdf\x3f\xfa\x60\x77\x20\xb9\x73\xcb\x27\x06\x74\x42\ \xc9\xe0\x9e\x4d\xef\x4b\x08\x22\x46\x40\x52\xfa\x78\xe3\xe0\x3f\ \x3c\xf9\x3b\x07\x4e\xbe\x40\xb1\x08\x01\xe0\xcc\xb6\x1d\xc3\x61\ \x14\x42\x84\x80\x39\x3f\xf7\xb7\xdf\x7b\xed\x1b\x28\xba\xa7\x4b\ \x0b\x0c\x0d\x7f\x74\x26\x35\xb5\x79\xe2\xe7\xd5\xfa\x77\xbe\x75\ \xec\xc8\xd6\x2d\x1f\x8e\x60\x1b\xeb\x5b\xf7\x4f\xdc\x15\x53\x44\ \x04\x01\x07\x00\x40\x39\xa4\x92\x33\x27\x7e\xff\x0b\xcf\xfc\x5d\ \x78\xe8\x63\xdb\x52\x13\xe1\xe0\xf4\xae\x2d\x0f\x86\x79\x13\x06\ \x77\xdc\x34\xfa\x40\x4f\x30\x04\xb9\x9f\xa3\xf4\xf1\xf1\xb9\xc1\ \xc4\xdd\x76\xdc\xb1\x3b\x7e\xfd\xb3\x5f\xfc\xda\x97\xfe\xfe\x5b\ \x9f\xfd\xa3\xdf\x1e\x54\xa1\xed\xd8\x2e\x0a\xbe\xfb\xb7\xfe\xcb\ \xdf\xff\xd3\x3f\x7d\xf9\xf3\x7f\x7c\xf3\xb0\x66\x3b\x3f\xd1\x62\ \x0a\x42\x64\xb6\x2f\x9c\xcb\x5e\x10\xe5\x70\xa7\xb9\xd2\xb0\xb8\ \x28\x48\x8c\x0a\x93\x13\x0f\xb2\xc2\xe3\x67\x0a\x65\x82\x11\x03\ \x54\x0c\xec\xbd\x6f\xcf\xc7\x07\x74\x85\x32\xc6\x39\x55\xc3\x5b\ \xb7\x8c\xdc\x3d\x1a\xee\x06\x9c\x32\xb7\x65\xe1\xde\x77\xed\xfe\ \xd5\xa0\x7d\x21\x5d\x6f\x09\x82\x4c\xc4\x44\x97\xa6\x67\x0a\xa7\ \x33\x1b\x47\xea\x30\x99\x90\x23\x93\xe3\x0f\x34\xd7\x1f\x3e\x5f\ \xa9\x23\x2f\x2c\xc3\x19\x05\x62\xa2\xfb\x96\x6d\x23\xfb\x55\x5e\ \x6d\x52\xc9\x6d\x1f\x5f\x36\xbb\xa6\xfb\xa6\xc6\x7a\x77\x37\x0a\ \xaf\x14\xec\x80\x04\x81\x2f\xee\x3e\x3e\x3e\x37\x96\xb8\x23\x44\ \xac\xca\xca\xf7\xfe\xf6\x4f\xff\xf0\x3f\xfd\x25\xdd\xfa\x91\x7f\ \xf3\xf3\xdb\xda\x4d\x73\xe2\xce\xdf\xf8\x9d\xf7\xa6\xbe\xfc\x27\ \x7f\xf0\xd8\xc6\xe0\xef\xfd\xee\x6f\x76\xa1\x8e\xfb\x93\xc5\xca\ \x18\x73\x23\xa9\x07\xef\x9b\xde\x7a\xec\xf4\x37\xab\x9d\xd2\x2b\ \xaf\xfd\xbf\x59\xb2\x75\x67\xb7\x7a\x3e\x3d\x8b\x88\x4a\x88\xd6\ \xa9\x3e\xf1\xc8\xe1\x2f\x55\xf0\xcc\x03\x7b\x3e\xaa\x03\x9b\x52\ \xaa\x04\x27\xa6\x06\x6e\xeb\x0f\xc5\x21\xa7\x10\x4b\x6e\xe3\xd8\ \x77\x9f\xfe\xf4\x79\x6b\x64\xef\xf0\xd4\xf9\xd9\xcf\xbd\xbc\xbe\ \x84\xb1\xc4\x39\x07\x9c\x31\xda\xd1\xbb\xee\xdd\x1c\x6a\x9d\x49\ \xaf\x88\xa2\x4a\x10\x01\x80\x73\xc0\x38\xd4\x92\x5d\xfb\x86\x43\ \xe8\x95\xa3\x7f\x36\xdf\xb2\x24\x5e\x38\xb9\xfc\xea\xe0\xc4\x27\ \x77\xa7\x94\xd9\xf9\xa7\x1c\x21\x21\x42\xdf\x73\xf7\xf1\xf1\x79\ \x9b\xb9\xd6\x63\xee\x02\x06\x6b\x27\x9e\x3c\xdb\x32\x1c\x71\x60\ \x75\xa3\xd8\x2b\x11\x8e\xf5\x3d\xf7\xdc\xbe\xf4\xc4\x67\xbf\xf3\ \xd4\xb3\x72\xb6\xf7\x83\x5f\xf8\x95\x9d\xa3\xfa\xf7\xcf\xbb\x44\ \xfa\x5f\x4c\x54\x9c\x3b\x48\x99\xbe\x63\xeb\xbd\xe7\x8e\xff\xc9\ \xd1\x4c\x46\xd3\xba\x43\x7a\x97\xa6\x6a\x44\x4a\xdd\xb6\xfb\x37\ \x07\xba\x46\xa4\xe6\xb6\xf9\xca\x4b\x85\xe2\xd1\x06\xef\xdf\x72\ \xcb\x2d\x1a\x06\x4d\x28\x96\xd7\xbe\xfd\xad\x55\x06\x21\x21\x48\ \x44\x50\x20\x22\xb4\x3a\xcd\x0e\x05\x11\xa2\x04\x83\x23\x80\xb9\ \xd5\x8e\x19\x0f\xf5\xea\x8d\xa8\xc6\x1b\x06\xc4\x44\x1e\xbd\x7b\ \xdf\xe6\x81\xf8\x50\xab\x7f\xeb\xea\xb9\xc3\x2e\x0e\x62\x5a\x38\ \x79\xe6\x2f\x9e\x5e\x2f\x8b\x08\x6a\xdd\x9b\x05\x8c\x72\xe9\x43\ \x63\x63\x1f\x4b\xd6\x3f\x77\xa1\x6a\x6d\x9a\xd4\x05\x04\x00\x07\ \x7e\x03\x96\x8f\x8f\xcf\x0d\x24\xee\x1c\x70\xc6\xa5\x9b\x3e\xf4\ \x89\x7f\xf5\x91\x0f\x4d\xca\x0b\xff\xfb\x3f\x1c\xc6\x6a\x34\x31\ \x20\xad\xbe\x56\xc1\x72\x10\xb4\xb3\x25\x24\xc4\xba\x42\xfc\x6c\ \xe1\x7f\xb9\x0a\xa1\x94\x26\x62\x37\x6d\xea\xee\xd7\x9d\x4f\x0e\ \x4f\x96\x5e\x9e\x3d\xba\x73\xc7\x2f\xaf\x9f\xfc\x93\x2f\x3e\xf2\ \x2d\x2e\xcf\x7c\xf8\xd6\x8f\xce\x9e\x7f\x2d\x31\xf8\x91\x77\x8d\ \xcd\xa8\x52\x70\x7d\xfe\xef\x4a\x2e\xc6\x18\x40\x48\x08\x00\x10\ \x40\xce\x5d\x24\x0e\xdf\x71\xd3\xaf\x45\xc5\x80\xe8\x5e\x38\xb0\ \x3c\x37\xb9\xf9\xf7\x7a\x9b\xdf\x78\x76\xee\xbb\xef\xdb\xf7\x5b\ \xbf\x3e\x0e\x56\xcf\x7d\xe1\xdc\xc2\xd1\xd9\xf9\xbf\xe7\xd2\x96\ \x0f\xbd\xeb\x17\x66\x97\x5f\xa3\x58\x82\x00\x70\x00\x10\x96\x64\ \x31\x20\x70\x0b\x61\x02\x20\x46\x4e\xf6\xf9\x23\xff\xb7\x62\x2d\ \x31\xb4\x03\x42\x41\x44\x88\xfb\x8d\x9f\x3e\x3e\x3e\x37\x94\xb8\ \x03\x00\x10\x86\xc5\xa5\x33\x07\x9f\xd2\xa5\x87\xde\xfd\x81\xf7\ \xdd\xfc\xfa\x97\xcf\x70\xc0\xf9\x1b\x61\x6a\xc6\x7f\xd2\xea\x02\ \x42\xa4\x7a\xe1\xd1\xbf\x7b\xec\x9f\x45\x41\x82\xdc\xaa\xb7\xcb\ \x2f\x1c\xfe\x33\xea\x58\xaa\x12\x05\x60\xe3\xd9\x57\x3f\xef\x3a\ \x2e\xdc\x78\xfa\x60\xfd\x28\x70\x1b\x95\x66\x91\x5f\xac\x95\xbc\ \xf8\xee\x10\x62\xe6\xa4\x5f\x39\xfe\x05\x99\xc0\x76\x2b\xd3\x74\ \x68\x6b\xee\xb3\x8b\xbc\xdd\xe9\x98\x8f\xbc\xb8\x16\x20\xb4\xd2\ \x2c\x20\x41\xc3\x00\x00\x9e\x79\xea\x95\xcf\x3b\xd4\xdb\x83\xb8\ \x7d\xf8\xe5\x3f\xe6\xae\x21\x62\x04\x81\x4c\xab\x2f\x3f\xfa\xca\ \x51\x9b\xcb\x4e\x65\xb6\x01\x05\x01\x9f\x7a\xe4\xd0\x39\x9b\xfb\ \xdd\x57\x3e\x3e\x3e\x37\x9c\xb8\x43\xce\xac\xf4\xdc\xab\x0b\x87\ \x9f\x3e\x69\x25\xfe\xe2\x17\x3f\xd2\xf3\x95\x23\xc5\x1c\xdd\x13\ \x0a\x50\xbb\x4d\xc4\x68\x0c\x38\xb5\x72\x13\xe0\x9f\x24\x79\x00\ \x99\xdb\xaa\x36\x1b\xde\x63\x84\x10\x77\x4d\x08\x31\x04\x10\x00\ \xd7\xb4\x1a\x10\x62\x60\x57\x8b\x56\x19\x00\x88\x90\xf0\x23\x7a\ \x0b\x01\xb7\x1b\xcd\xd5\x3a\x00\x10\x22\x82\x90\x65\x95\x39\x40\ \x18\x93\x8e\x91\x35\x01\x40\xe8\x92\x44\x5f\x7c\x37\x08\x00\x00\ \xdc\xb2\x6a\x00\x60\x08\x2f\x7e\x17\xc3\xea\x20\x88\x30\x96\x00\ \x00\x9c\xdb\x86\xd5\x41\xd0\xdf\xf0\xcf\xc7\xc7\xe7\x86\x0b\xcb\ \xe0\x9e\xa9\xad\x8a\x59\xad\x99\x63\x77\xed\xdb\xe6\x14\x5f\x6a\ \x9a\xcd\xd3\x2f\xbc\xf6\x89\x5f\x7a\xe8\xa6\xc7\x4f\x46\x1e\xfa\ \x90\xba\x31\x7f\x6a\xa1\x21\x08\xca\x4f\x36\x53\x20\xfc\xa6\xe3\ \x0e\xe0\x0f\x54\x15\x5e\x54\xd8\x7f\xf9\x03\x3f\xe6\xf5\x88\xbc\ \xf9\xe5\x9e\x9a\xbf\xf9\xc9\x7f\xf1\x6e\x3f\xfc\x5b\xbc\x7f\x82\ \xff\xb3\x9f\xf4\xf1\xf1\xf1\xb9\x41\xc4\x9d\x3b\x14\xef\x7a\xdf\ \xbf\xfe\xc4\xfe\x3e\x0b\xc8\xa0\x70\xe6\xff\xfb\x7f\xbe\x64\xc8\ \xf2\x99\x27\x3f\xff\xd5\x99\xcf\xfc\xd1\x5f\x7f\x95\x75\xd2\x5f\ \xf8\xcc\x5f\xaf\x5a\xa2\xe4\x6f\xf4\xeb\xe3\xe3\xe3\xf3\xce\x11\ \x77\x28\x62\xfb\xe9\xcf\xfd\xc7\xc3\x5f\xd5\x08\xa0\x8d\x4a\xb1\ \xd1\xe1\x92\xac\xf0\x4e\xee\x6b\x7f\xfc\x5b\x4f\xc4\x23\xd4\xa8\ \x55\xea\x1d\x49\xf2\x8f\x8f\xf0\xf1\xf1\xf1\x79\x27\x89\x3b\x00\ \x00\x38\x9d\x56\xc9\x6c\x02\x00\x20\x44\x92\x08\x01\xe7\x10\x13\ \xcc\x9d\x72\x21\x0f\x20\x24\xa2\xaf\xec\x3e\x3e\x3e\x3e\xef\x40\ \x71\x87\xe8\xc7\x1c\x4f\x0b\x21\xf2\xcf\x1d\xf3\xf1\xf1\xf1\xf9\ \x9f\xe1\x6f\x93\xeb\xe3\xe3\xe3\xe3\x8b\xbb\x8f\x8f\x8f\x8f\xcf\ \x3b\x01\x3f\x60\xed\x73\x65\xde\x01\x82\x9c\x03\xc6\x18\xe7\x1c\ \x42\x28\x08\x02\xc6\x88\x10\xe2\xba\x94\x31\xca\x18\x83\x10\x41\ \x08\x3b\x9d\x0e\x21\x44\x51\x14\x84\x90\x6d\xdb\xde\x31\x08\x82\ \x40\x04\x41\xf4\x5e\x4b\x29\x45\x18\x33\x4a\xf9\x45\x18\x00\xd0\ \x3b\x9c\x18\x42\xc0\x39\x80\x10\x22\x84\x00\x00\x94\x52\xaf\x6d\ \xcd\xdb\xf4\xfc\x8d\x3d\x72\x2f\x6e\x81\x8e\x10\x12\x45\xd1\xb6\ \x6d\xce\x39\xe3\x0c\x7a\xbb\x3a\x78\xef\x03\x2e\x76\xbe\x79\x0f\ \xbc\x37\xc4\x18\x43\x08\xbd\x8d\xbc\x09\x21\x94\x52\x4a\xa9\xf7\ \x8b\x20\x82\x18\x13\x84\x90\xf7\x1b\x11\x84\x9c\x73\x0e\xb8\xeb\ \xb8\x1c\x00\x81\x10\x84\x31\x04\x00\x13\x0c\x01\x74\x5d\x17\x21\ \x74\xe9\x13\x72\xce\x11\xc6\x10\x02\xce\x38\xe7\xfc\xcd\xfb\x4b\ \x50\x46\x01\x00\x08\x22\x4a\xa9\x65\x59\x97\xb7\xd3\x2c\xc6\x18\ \x23\x04\x11\x24\x5e\x03\x35\x00\x08\x21\xcb\xea\x20\x88\x20\x84\ \x9c\x73\x4c\x30\x84\xd0\x75\x5d\x42\x04\xe6\xfd\x46\x84\x28\xbd\ \xf8\xc0\xdb\x32\xde\xfb\xb4\xde\x47\x73\x5d\xea\xba\x0e\x21\x04\ \x21\xcc\x39\xf3\x7e\x12\x42\x48\x30\xb1\x6d\x9b\x03\x4e\x30\x81\ \x08\x72\xc6\x31\xc6\x94\x51\xc0\x39\x26\x84\x73\x0e\x01\x84\x08\ \xba\x8e\x43\x29\x63\x8c\x71\xe0\xed\xdb\xca\x2f\x99\xfa\x22\x10\ \x40\x08\x21\xf0\xfe\x20\x00\x00\xc2\x08\x23\xec\x8d\x1f\xef\x55\ \x10\x40\x84\x11\x63\x9c\x52\x2a\x08\xc2\xc5\xab\x00\x81\x77\xb2\ \xe3\xa5\xcb\x8d\x10\xe2\x9c\x5f\x1c\x13\x10\x72\xcf\xc4\xde\x48\ \xb9\x38\x30\x18\x00\x00\xbe\x51\x75\xcc\x19\xf7\x2e\x39\x07\x9c\ \x31\x86\x20\x32\x4c\xf3\xb2\x77\xcc\x67\x8c\x41\x08\x25\x49\xf2\ \x46\x8b\x20\x08\xa6\x69\x52\x46\x05\x22\xb8\xae\x23\x8a\x12\x11\ \x88\x65\x59\x04\x13\x6f\x24\x88\xa2\xe0\x38\x2e\x65\x54\x14\x44\ \xd7\x75\xbd\xd1\x75\xe9\x24\x16\xd7\x75\x29\xf5\x46\x8e\xf7\xcc\ \xc5\x03\x5a\x30\x26\xde\x0f\x13\x42\xde\xb0\x03\x84\x10\x38\x8e\ \x2b\x8a\xa2\xeb\xba\x08\x41\x8c\x89\x6d\xdb\x94\x51\x08\x00\xe3\ \xdc\x1b\xea\x97\xbe\x17\xf4\xc5\xdd\xe7\x4a\xe0\x9c\xb7\x5a\x26\ \x21\x44\x56\x14\x55\x51\x0c\xd3\x5c\x5b\x4f\xb7\x5a\xad\x52\xa9\ \x14\x8f\xc5\x24\x59\x0a\x05\x43\x56\xc7\x72\xa9\xbb\x7d\xfb\xf6\ \x4c\x3a\xf3\xca\x2b\x87\x8d\xb6\x31\x30\x38\x90\x4a\xa5\xfa\xfb\ \xfb\xd2\xe9\xcc\xf2\xca\xd9\x50\x30\x20\xcb\x4a\x24\x1c\xaa\x15\ \x8a\xc1\x50\x48\x20\x44\x14\x45\x59\x51\x2e\xde\xf0\x10\x72\xc6\ \x21\x04\xcc\xa5\xad\x56\x0b\x61\x1c\x8a\x86\x29\x75\x21\x44\xde\ \xcd\x4b\x29\xb3\x6d\x1b\x22\x28\x10\x42\x29\x6b\xb7\x5b\x0b\xf3\ \x0b\xfd\x03\x03\xb2\x28\x49\x8a\x4c\x29\x83\x10\x40\x84\xe0\x25\ \x7d\x7d\x63\xae\xe0\x8c\x35\x1a\x8d\x52\xb1\x68\xdb\x76\x20\x10\ \x04\x80\x17\x0a\xc5\x58\x2c\x16\x0a\x85\xea\xb5\x3a\x84\xd0\xb6\ \xac\x72\xb1\x64\x18\x46\x2c\x16\xb3\x6d\xbb\xd3\xe9\x48\x92\x04\ \x21\x1c\x18\x18\x70\x5d\x77\xa5\x90\xaf\xd5\x6a\x8c\xb1\x72\xb5\ \xc2\x38\x8f\xc7\xe3\x86\x69\x34\xea\x0d\x8c\x71\x2c\x1a\x25\x18\ \x37\x1b\x4d\xcb\xb1\x45\x49\x96\x65\x99\x10\xcc\x18\xb7\x2d\x8b\ \x03\x10\x09\x87\x5d\xd7\x6d\x34\x9b\xdd\xdd\x5d\xd3\xd3\xd3\x97\ \x71\xc4\x12\x46\xa8\x50\xae\xd4\xeb\x2d\xdb\xee\xe4\xf3\x39\xc8\ \x01\x82\xa0\xd5\x6e\x6f\xd9\xb2\xb5\x65\x18\xb6\xed\x10\x42\xf2\ \xb9\x3c\xa3\xb4\xbb\x2b\x51\x28\xe4\x03\xba\x8e\x30\xaa\xd7\x1b\ \xb1\x78\x1c\x40\x54\x6f\x34\xba\xbb\xbb\x30\x46\x8d\x46\x83\x52\ \x8a\x11\x86\x10\xa6\x52\x3d\xbd\x3d\x3d\x99\x6c\xb6\x51\x6f\x28\ \xaa\x12\x89\x44\x01\x84\x46\xbb\x5d\x2e\x97\xa7\xa6\xa7\x20\x84\ \xe9\x8d\x9c\x6d\xdb\x9a\xa6\x96\x4b\xe5\x48\x34\x0a\x20\x28\x95\ \x4a\xa2\x28\x72\xc6\xdb\x86\xd1\xdf\xdf\x17\x0e\x87\xf5\x90\x86\ \x10\xb6\x2c\x4b\x16\x09\xbc\xa8\xa7\x00\x42\xc0\x38\x60\x1c\xd8\ \xb6\xe3\xb8\x2e\xe3\xdc\x34\x3b\x00\x82\x56\xb3\x55\xab\xd5\x5a\ \xad\x96\x24\x0a\x18\x61\xd7\x75\x18\xa5\xad\x66\x4b\x51\xe5\x44\ \x3c\xbe\xba\xb6\xda\x6e\xb5\x00\x00\x8e\xe3\x2a\x8a\x0c\x11\x22\ \x18\x7b\x9e\x81\x61\x18\x98\x10\x42\x88\xe3\x38\xae\xe3\x28\x8a\ \x42\x04\x41\x10\x04\xce\xb9\x65\x59\x18\x63\x51\x92\x39\x03\x66\ \xc7\xb4\x6d\x1b\x42\xa8\xa9\x9a\xe3\xba\x02\x21\x18\x63\x49\x96\ \x6d\xab\x73\xd3\xde\x5d\xde\xcf\xbf\x75\x57\x06\xa9\x8a\xee\x38\ \xf6\xdc\xd9\x73\x99\x6c\x66\x60\xa0\x6f\x61\x61\x61\xff\xbe\x9b\ \x03\x81\xe0\xca\xca\x5a\x6f\x6f\xdf\x89\xe3\xaf\xe7\xf3\xf9\x4d\ \xd3\xd3\xe5\x4a\x99\x52\x1a\x8b\xc5\x57\x96\x97\xfb\xfb\xfb\x23\ \xd1\xc8\x85\xf3\x17\x92\xc9\x64\x34\x1e\x2b\x95\xca\xe5\x52\x49\ \x96\x65\x0e\xf8\xf0\xf0\x70\x24\x12\x69\x34\x1a\xf5\x7a\x55\x53\ \x55\x0e\x38\x42\x08\x42\x58\x28\x64\x7a\x7a\x7a\x12\x89\xae\x4c\ \x26\xd3\x6c\x34\x09\x21\x9d\x4e\x87\x73\x9e\x4c\x25\xcf\xce\xce\ \x75\x77\x77\xdb\x8e\x9d\xcf\xe7\x47\x47\x47\x63\xb1\x18\x75\xa9\ \x24\x4b\xde\x89\x51\x84\x60\x6f\x98\x33\xce\x7c\x71\xf7\xb9\x22\ \x71\x6f\x36\xdb\xbd\x7d\x7d\xba\xae\x8b\xa2\xc8\x01\x82\x90\x3c\ \xf9\xe4\xd3\x4f\x3f\xfd\xcc\x3d\xf7\xdc\xfd\xc9\x4f\x7e\xd2\x68\ \xb7\x57\x56\xd6\x73\xb9\x0d\x08\x10\x84\xe8\x9f\xfe\xf1\xe1\xb3\ \x67\xcf\xfe\xfb\xdf\xfd\x5d\x4d\x0d\x34\x43\x6d\x42\xa4\x74\x26\ \xf3\xfc\x0b\xf3\xba\xaa\xdd\x7b\xd7\xdd\x85\x8d\x7c\x57\x57\x62\ \x62\x62\x42\x0b\x05\x23\xb1\x18\x03\x0c\x40\x88\x2e\x39\x7f\x2e\ \x4b\xaf\xae\x6d\xe4\x36\xc6\x46\xc6\x1c\xea\x42\x04\x91\x48\x08\ \xc4\x94\xd2\x46\xa3\x81\x10\x52\x24\xd9\x75\x5d\x45\x56\xbe\xf6\ \xe5\xaf\xde\x7b\xef\xbd\x7b\xf7\xec\x91\x15\x05\x12\x82\x7e\xa4\ \x7b\xd9\xa5\x94\x60\x0c\x00\xb0\x16\x16\x0b\x1b\xf9\x7c\xa1\x30\ \x32\x3c\x6c\x98\xe6\x81\x03\x07\x66\x66\x66\xf6\xec\xd9\x43\x30\ \x59\x5a\x5e\x32\xda\xc6\xd9\x93\xa7\x16\x17\x16\x47\x47\x46\x8b\ \xa5\x22\x67\x8c\x71\x9e\x88\x27\x7a\x7b\x7b\x6f\xbd\xf5\x96\xa7\ \x1e\x7d\xc2\xec\x18\xad\x76\xf3\xc9\x83\x4f\x57\x6b\xb5\xd1\xc9\ \x09\x51\x14\xcf\x9d\x3f\x67\x5b\xee\xae\x99\x6d\x03\x3d\x7d\x27\ \x4e\x1c\xaf\x36\x5b\x44\x14\x55\x55\x45\x08\x43\x08\xa6\xa7\xa7\ \x01\x00\x23\x23\x23\xdb\xb7\x6f\xef\xea\xea\x72\x1d\x7a\x79\x6e\ \x3b\x21\x78\x3d\x5b\x98\x5f\xcd\x34\xab\x95\x57\x8f\xbe\x92\x5e\ \x5d\xcd\xae\xaf\x33\xc8\xef\xbe\xe7\xfe\x7c\xa9\x4c\x04\x51\xd7\ \x83\x95\x42\xb1\x55\xaf\x4d\x4d\x4c\xbc\xfc\xf2\x8b\x63\xa3\x23\ \xf5\x46\x8d\x88\xa2\x43\x41\xb9\xde\x50\x34\xed\xd6\x5b\xf7\xef\ \xd8\x3e\x83\x09\xee\x4b\xf5\x6a\x9a\x76\xf4\xc8\xab\x67\xcf\x2d\ \xef\xde\xb9\xd3\x75\xdc\xa5\xa5\x25\xc7\x75\x77\xed\xbd\x49\x55\ \x35\xa2\x84\x8a\xd5\x75\x76\x7e\x35\x1a\x8d\x42\x41\x2b\xe6\xaa\ \xaf\x9f\xbe\xe0\xb8\x4e\x28\x54\x9e\x98\x9e\x3a\x7e\xfa\x02\x11\ \x84\xd3\xa7\x4f\xa9\x8a\xba\x6b\xf7\xae\x9e\x54\xcf\xc4\xe4\x44\ \xab\x55\xeb\xef\xeb\x4b\x26\x42\xf8\x8d\x55\x01\x00\x80\x02\x60\ \x31\x50\xa9\xb6\x98\x69\xb5\xda\x46\xb6\x52\x72\x39\x9f\x3d\x75\ \x7a\x6d\x6d\x4d\x91\x25\xc0\x68\xa7\x6d\x2e\x2f\x2d\x08\x18\xe7\ \xb2\xd9\x8e\x65\xa6\xba\xbb\x4f\xbc\xfe\x5a\xb5\x5a\x15\x45\xd1\ \xb2\x4c\x59\xd6\x64\x59\x52\x14\x45\x92\xa4\x6a\xb5\x56\xaf\x57\ \x04\x51\x56\x14\xb5\x51\xaf\x01\xc0\x54\x2d\x10\x8b\xc5\x63\xb1\ \x68\xbb\xdd\x5e\x5f\x4f\x6b\x9a\x16\x0c\x45\xdb\xa6\xed\xd8\x2e\ \xe7\xcc\x34\x4d\x49\x96\x24\x51\x82\x10\x86\xc3\xe1\xf1\xf1\xf1\ \x42\xa1\x30\x33\xb3\x45\x12\x45\xfa\x16\xc5\x9d\x73\x8e\x10\x8e\ \x45\x93\x82\x88\x9f\x7f\xfe\x9f\x8f\x1c\x3e\xf2\xb9\xcf\xfd\x55\ \xa5\x52\xfe\xa5\x8f\xfd\xca\xc4\xc4\xd4\x6b\xaf\xbd\x3e\x39\x39\ \x65\x77\xcc\xc7\x1f\xfb\xfe\xfb\xde\xf7\xbe\x67\x9f\x7d\x8e\x31\ \xba\x63\xc7\x8e\x03\x07\x0e\xdc\x76\xdb\x6d\xb3\xb3\xb3\x8e\xe3\ \xcc\xcc\xcc\xec\xbe\xe9\xa6\xae\xae\x84\xa2\x68\xa3\xa3\x63\x4b\ \x4b\x8b\xcf\x1d\x7c\xe1\xf6\x3b\x6e\xd7\x75\xbd\xd9\xd8\xd8\xc8\ \xe4\xc6\x27\x26\x42\xc1\xa0\xaa\xaa\xa5\x62\xa5\xdd\x32\x65\xb9\ \xad\x69\x41\xd3\xb0\x72\xb9\x1c\x42\xc8\xb6\x9d\xd1\xb1\x71\xdb\ \x76\xd3\xeb\xd9\x7c\x21\x7f\xe2\xc4\xeb\xef\x7f\xbf\x6e\x75\xdc\ \xa1\xa1\x41\xdb\xb6\x09\x16\x93\x3d\x49\x08\x7f\xb0\xc4\xf1\xc5\ \xdd\xe7\xf2\x81\x10\x0e\x0c\x0e\x76\x77\x77\x0b\x02\x71\x1c\x37\ \x10\x08\x84\x42\xa1\x6a\xb5\x7c\xec\xd8\xb1\x7a\xbd\xbe\xb4\xb4\ \xb4\x79\xf3\xe6\xd1\x51\x57\x55\x95\xc7\x1f\x7f\x22\x12\x89\xc4\ \x62\x51\x59\x96\x72\xf9\x5c\xb2\x90\x1c\x1a\x1c\x24\x04\xbf\xe7\ \x3d\xef\x79\xfa\x99\xa7\x55\x49\x5e\x5e\x5a\x72\x1d\x37\x1c\x09\ \xcb\x8a\x22\x2b\x0a\xa5\xd4\x76\x1d\x00\x81\x28\x08\x18\x61\xce\ \x38\x84\x30\x14\x0e\x2d\x2e\x2e\x38\x8e\x4d\x24\x89\x31\xca\x28\ \x63\x10\x00\x00\x74\x5d\x07\x00\x20\x08\x5b\xad\x16\x46\xa8\xbb\ \xbb\x1b\x63\x6c\xd9\xb6\x6d\x3b\x4a\x40\x03\x10\x7a\xb1\x17\xce\ \xf9\xc5\xe5\x30\xe7\x00\x00\xcb\xb2\x54\x55\xdd\xb5\x6b\x57\xb3\ \xd5\x52\x14\x25\x9d\x4e\x87\xc2\xe1\x76\xbb\xdd\x6e\xb7\xbd\xa5\ \xf7\xe0\xe0\x60\x44\x0f\xc8\x92\x2c\xcb\xf2\xea\xda\x6a\xab\xd5\ \x0a\x06\x83\x44\x20\x6b\xeb\x6b\xa9\x9e\x0f\x4b\x92\xd8\x68\xd6\ \x6d\xc7\x89\x46\x63\x2e\xa5\x8a\x22\x43\x88\x34\x55\x4b\xc4\x95\ \x40\x20\x00\x11\x8c\xc5\xe3\x82\xa2\x4a\x8a\xd2\x6a\xb5\xba\xba\ \xba\xc2\xe1\x30\x21\x24\x91\x48\x20\x84\x18\x63\x33\x33\x33\x95\ \x4a\xe5\xb2\x4f\x46\x75\x5d\x07\x72\x2e\x08\x44\x53\xb5\x78\x3c\ \x56\xab\x94\x02\xa1\xe0\xd0\xd0\xa0\x4d\x69\xc7\xb2\x1d\xc7\x96\ \x15\x99\x73\x1d\x09\x88\x08\xc2\xd6\x99\x6d\x67\xcf\x9e\x49\x6f\ \x6c\x8c\x4f\x6d\xda\xdb\x37\x00\x20\xec\xef\xef\xc3\x18\xc7\x63\ \xf1\x6d\xdb\xb6\x29\x8a\xd2\xdb\xd3\x4b\x10\xc9\xac\xa7\x57\x72\ \xcb\x3d\x3d\xbd\x96\xd5\x39\x7a\xf8\xf0\xc4\xe4\xa4\x2c\xcb\xdb\ \xb6\x6e\xcd\xe5\x36\x18\xa5\x33\x5b\x66\xfa\x7b\x7b\x0f\x1e\x3c\ \xa8\xeb\xfa\xdc\xf9\x73\xf5\x46\x23\x1c\x09\x87\x82\xc1\xe3\xc7\ \x5e\xdb\xf3\xae\x77\x31\xc6\x32\x99\xb4\x28\x0a\xe1\x70\xc4\x75\ \x6c\xc7\xa5\x90\x20\x0e\x21\x80\x80\x03\xe0\x32\xd0\xac\x1b\x46\ \xbb\xdd\x6a\x9b\x1b\x1b\x1b\xd5\x4a\x65\xa3\x98\x07\x9c\xc5\xa2\ \x11\x08\x00\x86\xc0\x68\xd6\x57\x57\x97\x05\x4c\x6c\xcb\x6c\x35\ \x1a\x99\xf5\x55\x84\x61\x20\x10\xc0\x18\x07\x83\x41\xdb\xb6\xf1\ \x1b\xe8\xba\xc6\x18\x15\x44\x51\x10\x04\xd7\xd5\x38\xe7\xa2\x28\ \xca\xb2\x64\xdb\xb6\x6d\xdb\xa1\x50\x10\x21\x04\x21\x10\x05\x41\ \x91\xe5\xae\xae\x2e\xc6\xd8\xf2\xf2\x32\xe7\x4c\x10\x44\xd3\x34\ \x9a\xcd\x86\xa2\xc8\xe8\xb2\xe6\x54\x08\xa0\xeb\xb8\xa6\xd9\xb6\ \x6c\x94\x4c\x26\x47\x46\x87\xcf\x5f\x98\x6b\x36\x9b\x89\xae\x04\ \x00\x40\x10\x84\x74\x7a\x1d\x30\x1a\x08\x04\x08\x21\x08\xc1\x54\ \xaa\x57\xd3\xb4\x76\xbb\xdd\x68\x34\xf6\xee\xdd\x2b\x8a\xe2\x9e\ \x3d\x7b\x82\x91\x30\x00\x60\x68\x68\x70\x74\x6c\xac\xb7\xb7\x67\ \xf7\xee\xdd\x85\x42\x61\x6e\x6e\x0e\x42\x18\x0c\x05\x8f\x1c\x39\ \x3c\x32\x32\xd2\xdd\xdd\xbd\x69\xd3\x26\xc3\x30\x5a\x8d\xe6\xe4\ \xf4\xd4\xe0\xc0\xc0\x99\x33\x67\x4a\xa5\x92\x65\x59\xa7\x4e\x9e\ \x0a\x06\x83\xba\xae\xaf\xad\xaf\x0d\x0d\x0d\x76\x75\x25\x16\x17\ \x17\x6d\xdb\x8a\x44\xa2\xfd\x03\xbd\x8c\x52\x4c\xf0\x1b\x2b\x12\ \xe8\x27\x54\x7d\xae\x24\xe0\x8e\xe2\xf1\xb8\xb7\xf8\x95\x65\x89\ \x73\xae\xeb\xda\xd8\xd8\x98\x20\x08\x17\x2e\x5c\xc8\xe7\xf3\x83\ \x83\x03\xfb\xf7\xef\xfb\xf0\x47\x3e\x74\xf7\xdd\x77\x4d\x4d\x4d\ \x65\xb3\x59\x4a\x69\x30\x18\xbc\xf5\xd6\x5b\x87\x86\x87\xe3\xf1\ \x44\x2a\x95\xda\xbb\x67\x4f\x38\x1c\x61\x9c\x9f\xbf\x70\x7e\x7d\ \x7d\x9d\x73\x2e\x49\x92\x27\xc4\x08\x21\x00\x21\xe7\x9c\xb9\x0e\ \xa7\x54\x56\x94\xae\xee\x6e\x04\x11\x42\x88\x78\xa2\x0f\x21\x46\ \x48\x10\x04\x08\x61\xc7\xec\xb8\xae\x4b\x19\xd3\x75\xbd\xd1\x68\ \x9c\x9b\x9b\x53\x54\x15\x00\xe8\x05\xf4\xbd\x13\x32\x6d\xdb\x46\ \x08\x11\x2f\x58\x0c\x61\x22\x1e\x37\x0d\xf3\xe5\x43\x2f\x2d\xce\ \x2f\xac\xaf\xad\xab\x92\x9c\x5e\x4f\x9f\x3a\x79\xea\xd8\x6b\xaf\ \x55\xcb\x95\x43\x87\x0e\x51\xca\xf6\xee\xd9\x5b\xaf\xd7\xa3\x91\ \xa8\x24\x49\x02\x11\x0a\x85\x82\xeb\xba\xdf\xfc\xe6\x37\x31\xc2\ \xa5\x62\x69\x75\x65\xa5\x5c\x2e\x42\x08\x39\x07\x81\x40\xc0\x30\ \x4c\x84\x70\x38\x12\x31\x0c\xd3\x71\x1d\x2f\xf8\x2e\x49\x52\x24\ \x12\x81\x10\x1a\x86\x51\xa9\x54\x96\x97\x97\x19\x63\xf3\xf3\xf3\ \xb2\x22\x5f\xf6\xa4\xea\xba\x6e\x7d\x59\x79\x18\x00\x00\x20\x00\ \x49\x44\x41\x54\x2e\xb7\xe1\xd8\xb6\xa2\xc8\xad\x56\x8b\x51\x16\ \x89\x44\xc7\xc6\xc6\xda\xed\x76\x24\x12\x99\x98\x9c\x98\xde\xbc\ \x19\x62\x6c\xbb\x8e\xa4\xca\xb5\x56\x23\x57\x2a\xf4\x0f\x0e\xfe\ \xdb\x4f\xfd\xbb\x77\xff\xdc\xbb\x0d\xdb\x3a\xbf\xb0\x90\xc9\x64\ \x6a\xb5\x9a\x6d\x5b\xbd\x5d\xb1\xc1\x81\x7e\xcb\x32\x77\xef\xde\ \xf1\x2b\x1f\xff\x58\x2c\x16\xae\x37\x6a\x94\xba\x99\xcc\x7a\xa9\ \x54\x40\x18\xc8\xb2\x58\xab\x95\xd7\xd6\x56\x6a\xf5\x6a\x30\x14\ \x80\x10\xc4\x22\xe1\x8d\x6c\x3a\x9b\x5e\x3b\x71\xec\x35\xd7\xb1\ \x18\x75\x34\x55\x6e\x35\xea\x43\x03\xfd\x93\xe3\xa3\xb6\xd5\x21\ \xd8\x8b\x84\x5d\x1a\x27\x40\x14\x89\x2c\x4b\xa6\x61\xd4\x6a\x35\ \x42\xc8\x8e\xad\x33\x89\x44\xa2\x52\x2e\x39\xb6\x55\x2a\x16\xd7\ \xd6\xd7\x2b\x95\x8a\xd9\x6e\x73\xca\xa2\xd1\x68\x24\x12\x09\xe8\ \x01\x4d\xd3\xbc\x4b\xe6\x5d\x5f\xc6\x58\xa7\xd3\xa1\x94\x8a\xa2\ \x68\x18\x86\x61\x18\xde\x20\x71\x5d\xb7\x52\xa9\xe4\x72\x39\x6f\ \x01\xe7\x52\x37\x97\xcb\x0b\x82\x20\xcb\x72\xb9\x5c\x76\x1c\x27\ \x14\x0a\x79\x11\x1e\xd3\x34\x17\x16\x16\xb2\xd9\x0c\x63\x1c\x5c\ \x86\xbe\x43\x00\x20\xa8\xd5\x1a\x95\x4a\x05\x21\x54\x2a\x96\x39\ \xe7\xe1\x70\xe8\xbd\xef\x7d\x2f\xe7\x5c\x92\xc4\x7d\x37\xdd\xf4\ \xee\x77\xbf\x5b\xd7\x75\xc6\x58\x3a\x9d\x96\x24\x69\x65\x65\x85\ \x10\xf2\x89\x4f\x7c\xe2\x0f\xfe\xe0\x0f\x86\x87\x87\xcf\x9c\x39\ \x33\x3b\x3b\x8b\x10\xe2\x1c\x58\x1d\x4b\xd7\x35\x4a\xe9\xe4\xd4\ \xe4\x83\x0f\x3e\xb8\x65\xcb\x16\xce\x79\x57\x57\x97\x6d\xdb\xeb\ \xeb\xeb\xb5\x5a\x4d\x55\xd5\x52\xb9\x5c\xad\x54\x4c\xd3\x44\x08\ \x05\x02\x81\xfe\xfe\xfe\x0b\x17\x2e\x9c\x3c\x79\xf2\xfc\xf9\xf3\ \x0b\x0b\x0b\xe1\x70\x58\x92\x24\xc7\x71\x34\x4d\x9b\x9c\x9e\xf0\ \x3e\x0f\xa5\xae\x37\xb6\xfd\x84\xaa\xcf\x95\x22\x8a\x02\x42\x32\ \x84\x30\x9b\xdd\xd0\x75\x3d\x1c\x0e\xc6\x62\xb1\x54\x2a\x35\x3b\ \x3b\xbb\xb2\xb2\x52\xab\xd6\xa3\x91\xc8\xd2\xc2\x32\xc6\xe4\x83\ \x1f\xfa\xc0\xf7\xbf\xff\xfd\xb5\xb5\x35\x4d\xd3\x4c\xd3\xcc\x64\ \x32\xb9\x7c\x3e\x1c\x0d\x21\x8c\x3d\xf1\x3d\x73\xe6\xcc\xe2\xfc\ \x42\x6f\x6f\xef\xb6\x9d\x3b\x64\x59\x0a\x45\x23\x18\x13\xce\x39\ \xe3\x9c\x71\x8e\x10\x44\x08\x11\x4c\x2c\xcb\x42\x02\xc1\x02\x81\ \x10\x00\xc6\x19\x63\x10\x21\xcb\xb2\xcc\x4e\xa7\xdd\x6e\x2b\x8a\ \x52\x2e\x97\xab\xd5\xea\xcc\xd6\x6d\x10\x02\x41\x14\x5d\xea\x32\ \xc6\x3c\x67\xdc\x93\x09\xd7\x75\xbd\xbc\x9c\x6d\x76\x28\x75\x97\ \x97\x97\x2c\xcb\x6a\x34\xea\xd5\x6a\x65\x71\x71\xd1\xb6\x3a\x08\ \x61\x41\x10\x32\xe9\x74\xbb\x5a\x8b\x46\x22\x8e\x63\x53\xee\xf6\ \xf5\xf7\x46\xc2\x91\xd9\xb3\x67\x6b\xb5\x2a\x07\x7c\x64\x64\xd8\ \xf3\x2e\x11\xc2\xae\xe3\xe8\xba\xee\xa5\xb9\x04\x41\x40\x10\x52\ \xea\x0a\x44\xe0\xa0\x63\x59\x56\x30\x18\xb4\x2c\xab\x5e\xaf\xc7\ \xe3\xf1\x54\x2a\x75\xdf\x7d\xf7\xdd\x76\xdb\x6d\x8f\x3d\xf6\x58\ \xbb\xdd\xde\xbc\x65\xd3\x65\x38\xef\x08\xa2\x66\xa3\xb9\xbe\xbe\ \x1e\x0b\x87\x8a\xa5\x52\xb1\x58\x44\x08\x36\x9b\xcd\xc3\x87\x0f\ \x33\x4a\x87\x86\x86\xd2\x99\x8d\xec\x46\xb6\xd9\x6e\x95\xce\x16\ \x18\x67\x86\x69\xd6\x9a\x8d\xdf\x7c\xdf\x43\x5d\xdd\xdd\x8a\x1e\ \xb8\xbf\x63\x3f\xf2\x9d\xef\x40\x00\xb3\x99\xec\xf2\xf2\x6a\x57\ \x2c\xaa\xe9\xa1\x99\x99\x4d\xcd\x7a\xf3\xc4\xeb\xaf\x43\x04\x3b\ \x1d\xf3\xf5\xd7\x4f\xcc\xcc\xcc\xf4\x24\x53\xad\x7a\x63\xef\x9e\ \x5d\xb9\x5c\x61\x61\x61\x91\x60\x2c\x09\x02\x42\x28\x99\x4a\x2a\ \x9a\x1a\x0a\x06\x4f\x9e\x3a\x55\xc8\xe7\x57\x57\x56\xee\xbe\xfb\ \xee\x2d\x9b\x37\x3b\x8e\x9d\x88\xe9\x80\x3b\xad\x56\x2b\xa0\x6b\ \x08\x63\x0a\x00\xe5\x00\x00\xa0\xa8\x22\xe5\x50\x14\xc5\x54\x2a\ \x15\x0c\x06\x0d\xb3\x3d\x38\x38\xd0\x93\x4a\x62\x04\x3b\x46\xfb\ \xc0\xf7\xcd\xe5\xf9\x0b\xd4\xb6\x05\x51\x96\x44\xc9\xb2\xcc\x8e\ \xe5\xa8\xaa\x0a\x21\xac\xd7\xeb\x18\x63\x49\x92\xbc\xc5\x16\x00\ \x40\x14\xc5\x56\xbb\x4d\x29\xd5\x75\xdd\xcb\x9c\x73\xce\x55\x55\ \xf5\xf2\x93\x18\xe1\x68\x24\x1a\x89\x44\x64\x59\x56\x55\x55\x14\ \xc5\x72\xb9\x5c\xad\xd5\xaa\xd5\x6a\x3c\x1e\xa7\x8c\x59\x96\xcd\ \x2e\x6b\x8b\x6d\x84\x60\xab\x65\x14\x36\x32\x8a\x2a\x19\x86\xb1\ \xb0\xb0\xb0\xbc\xbc\xdc\xdb\xdb\x7b\xfa\xd4\xe9\xd9\xd9\xd9\x99\ \x99\x9d\xc1\x50\xe8\xb9\xe7\x9e\xe3\x9c\x1f\x3a\x74\xa8\x5a\xad\ \x76\x77\x77\x3f\xfe\xf8\xe3\x7b\xf6\xec\xb9\xf5\x5d\xb7\x51\xc7\ \xfd\xb9\xf7\xbe\xf7\x4b\xff\xe3\x7f\x40\x08\xb3\xd9\xac\x6d\xdb\ \x7d\x7d\xbd\x2e\xa5\xdd\xc9\x2e\x46\x79\xab\xd5\x34\x0c\xc3\x71\ \x9c\x23\x47\x8e\x28\x8a\xf2\xe0\x83\x0f\x36\x1a\x8d\xae\xee\xae\ \x4d\x9b\xa6\xf3\xf9\x02\x42\xa8\xd5\x6a\x79\x1e\xc9\xf6\xed\xdb\ \x75\x5d\x5f\x5d\x5d\xcd\xe7\xf3\xae\xeb\xee\xdb\xb7\x6f\xff\xfe\ \xfd\x8d\x46\x83\xb9\x6e\x32\xd9\x0d\x38\xf0\x9a\x82\x5c\xd7\xf5\ \x3d\x77\x9f\xb7\x21\x36\xe3\x05\x24\xab\xd5\xaa\x17\x62\x5d\x5f\ \x5f\x37\x0c\x23\x10\x08\x9c\xbf\x70\x9e\x73\x4e\x04\xbc\xbe\x9e\ \x9e\x9a\x9a\xcc\xac\x67\x19\x63\x18\xe3\x93\x27\x4f\x3e\xf6\xd8\ \x63\xe7\xce\x9d\x2b\x95\x8a\xf9\x5c\xae\xd9\x68\x54\xaa\x95\xa5\ \xa5\x25\xea\xd2\x5a\xbd\x1e\x0c\x06\x63\xb1\x98\xac\x28\x00\x40\ \xaf\x4c\xc5\xa5\xd4\x71\x1c\xdb\xea\x34\x1b\x8d\x46\xa3\xe1\xb8\ \x2e\x44\xd0\xb6\x6d\xcb\xb2\x6c\xc7\x71\x5c\xd7\x2b\xed\x90\x44\ \x31\x95\x4a\x25\x12\x09\x2f\x0d\xab\x07\x02\xb6\x65\xb7\x5a\x6d\ \xef\xfe\xf7\x5c\x39\x2f\x2c\xe3\xdd\x27\xeb\xeb\xeb\xa7\x4e\x9f\ \x6c\xb7\x5b\x8c\xd1\x4e\xa7\x2d\xcb\x12\xc6\x88\x31\x9a\xcd\xa4\ \x39\xa7\xf3\xe7\xcf\x15\xf3\x1b\x99\x6c\xfa\xf4\xec\xe9\x40\x50\ \xb3\x6d\x6b\x7d\x7d\xad\x52\x2d\x0b\x02\x6a\x1b\xad\x5c\x2e\x53\ \xa9\x94\xc7\xc6\x46\x21\x84\xba\xae\x13\x81\x70\xce\x9b\xcd\xa6\ \x57\xee\x80\x30\x1e\x1d\x1d\xc5\x08\x99\xa6\xb1\x7d\xc7\x8e\xae\ \xae\xae\x54\x2a\xd5\xdd\xdd\x0d\x00\x98\x98\x98\xd8\xb1\x63\xc7\ \xfc\xfc\x7c\xb5\x5a\x35\x4c\x03\xa2\xcb\x89\x0f\x30\x46\x63\xf1\ \x78\x38\x1c\x39\x7f\xe1\xc2\xf2\xd2\x92\x6d\xdb\xa6\xd9\x71\x6c\ \x7b\x65\x65\x45\xd3\x75\xdb\xb2\x09\xc1\xd1\x58\x34\xd1\xdd\x4d\ \x24\xb1\x69\xb4\x33\x99\x8c\x28\x49\x2e\xa3\x44\x10\x20\x82\x23\ \x23\x23\x77\xdc\x71\xc7\xae\x5d\x7b\xba\xba\x52\x8b\x8b\xcb\xa5\ \x4a\x83\x10\xd8\x68\x18\xe5\x72\x2d\x95\x4c\xc5\x62\x91\x0f\x7f\ \xf8\x43\x1f\xfb\xc5\x8f\xae\x2e\xaf\x9c\x39\x7d\x1a\x70\xbe\xbc\ \xb8\x92\x88\xc5\xa2\xe1\x70\x4f\x2a\x25\x8b\x52\x34\x1c\x49\x75\ \x25\x07\x07\x07\x65\x45\x19\x1b\x1b\x53\x55\x75\x7c\x7c\x7c\x66\ \xdb\xb6\xbe\xbe\x3e\x08\x61\xb9\xda\x24\x44\xcc\xe5\xf2\xe5\x72\ \xc5\xab\x72\x81\x00\xb8\x2e\xb7\xad\x8b\x3e\x78\x7f\x7f\xff\xc8\ \xc8\x90\x28\x09\x8e\x6b\x4f\x8c\x8f\xe9\xaa\x7a\x7e\x6e\x6e\xfe\ \xfc\x39\xce\x39\x80\x90\x52\x57\x96\xa5\x58\x2c\xa6\xeb\x3a\x42\ \x48\x10\x84\x8b\xe5\x28\x6f\x54\x31\x69\x9a\x16\x8d\x46\xbd\x38\ \x9b\x24\x49\x5e\xa9\x95\x24\x49\xde\x50\xe9\xee\xee\x4e\x76\x27\ \x43\x91\x90\xe3\xba\xb5\x7a\xbd\x54\xa9\xb8\x94\x26\xba\xba\x62\ \xb1\x18\xc4\x98\x71\x6e\x76\x3a\xe1\x48\x04\x5f\x56\x03\x24\x63\ \x5c\xd3\xb5\x64\x2a\xf9\xdc\xf3\xcf\x3f\xfc\xf0\xb7\x66\x67\x67\ \x65\x59\x36\x0c\xe3\xe0\xb3\x07\x1d\xc7\x19\x1a\x1a\xcc\x66\xb2\ \xe1\x70\x64\x72\x72\xd2\xcb\xfa\x9e\x3d\x7b\xb6\xd3\xe9\x6c\xdd\ \xba\x95\x51\x06\x00\x08\xc7\x23\x77\xde\x75\xd7\x4d\x37\xdd\x34\ \x34\x34\x54\x28\x14\x1a\xcd\x16\x46\x58\x10\x04\xdb\xb6\x19\xe3\ \xaa\xaa\xde\x7e\xfb\xbb\xde\xfb\xde\xf7\x32\xc6\x1e\x79\xe4\x11\ \xd7\x75\x4d\xc3\x0c\x87\xc3\xa9\x54\x4a\x51\xe4\xd1\xd1\x11\x08\ \x61\x5f\x5f\x9f\xa6\x69\x18\xe3\x1d\x3b\x76\x10\x42\x54\x55\x4d\ \x26\x93\x83\x83\x83\xc9\x64\xd2\x71\xa8\x28\x8a\xd9\x8d\x8d\x5c\ \x2e\xe7\xd5\xf0\x40\xe8\x7b\xee\x3e\x57\x96\x50\x05\x80\x71\x0e\ \x28\x05\xd3\xd3\x53\x84\xe0\x62\xb1\x94\xcd\x6e\x84\xc3\xe1\x42\ \xa1\x10\x0e\x85\x09\xc1\xc5\x42\xa9\xd9\x6c\x50\xca\x8f\x1d\x7b\ \x55\x14\x45\xc7\x71\xc2\xe1\xb0\x6d\xdb\xf1\x78\xbc\x3b\x99\xac\ \x35\xaa\xc9\x64\x52\x95\x15\xee\xb8\x27\x5e\x3b\x26\xcb\x72\x20\ \x10\x40\x08\xd9\x8e\x63\xd9\x16\xa5\x54\x92\x24\x91\x08\x22\x26\ \x9c\xd2\x5a\xb5\x16\x8f\xc7\xbc\x02\x46\x01\x21\x0c\x38\x73\x29\ \xc6\xb8\xd9\x6c\x36\x9b\xcd\x80\x1e\xa8\x54\x2a\xb6\x65\x55\x2a\ \x15\xaf\xf8\xb2\x52\xa9\x40\x81\x84\xc2\x21\x8c\xb1\x6d\xdb\x5e\ \x39\x81\x17\x2a\x31\x0c\xa3\x50\x28\x1e\x7f\xed\xf8\xdc\xe9\xd3\ \xc7\x8f\x1d\x77\x5c\x27\x99\x4c\x72\xce\xcd\x56\x3b\x31\x30\x50\ \x2b\x57\xe3\xf1\x98\xa6\x6a\xd5\x6a\x35\x12\x0e\x33\xc6\x1d\xc7\ \xe1\x9c\x9b\xa6\x29\x8a\x12\x00\x30\x12\x89\x56\x2a\x95\x5a\xad\ \x36\x30\x38\x68\xd8\x9d\xf2\xd9\x0a\x63\x4c\x14\x45\x81\x90\x78\ \x3c\x8e\x20\x94\x24\x09\x21\x24\x88\x62\x6f\x6f\x6f\xa5\x5c\xde\ \xb2\x65\x8b\xe3\x38\x99\x4c\x26\x93\xc9\x7c\xf3\x9b\xdf\x14\x45\ \xb1\xd9\x6c\xf6\xf4\xa4\x2e\xef\xf0\x5c\x8c\x71\x36\x9b\xc9\x66\ \x32\x9a\xaa\x06\x83\xc1\x66\xbd\x86\x30\x42\x18\xb5\xdb\xed\x50\ \x24\x9a\xcd\x66\xd5\x40\xa0\xb7\xb7\xb7\xaf\xa7\xc7\x75\xac\xfc\ \x46\x36\x93\xc9\x48\xaa\xb4\x91\xdd\x98\x9d\x9d\x9d\x9c\xde\x64\ \x3b\xb6\xa6\x07\xa6\xa7\x37\x33\x06\x8c\x66\x8b\x10\xa1\x6d\x58\ \x46\xab\x5d\xaf\xd7\xe2\xf1\x78\xa9\x54\x4a\xf5\xa4\x1e\x78\xe0\ \xfe\x44\x22\x7e\xec\xd8\xb1\x46\xb3\x56\x2c\xe5\x2b\xd5\x52\x24\ \x12\x61\xdc\x0d\x86\x74\x51\x14\xd3\xe9\x34\xc4\x58\x96\x65\x04\ \x78\x22\x16\x1d\xec\xef\xeb\x4b\x46\x8b\x95\xa6\xae\x2a\xa6\x61\ \x76\x77\x27\x22\xc1\x31\x46\xa9\x57\x80\x08\x21\xa0\x94\x1a\x86\ \x45\x08\x16\x25\xa9\xd3\xb1\x4c\xb3\x93\x4c\x74\x3b\x56\xa7\x5a\ \xad\x54\xaa\xe5\x5c\x7e\x63\x7d\x6d\xcd\x36\x4d\x51\x14\x6d\xd7\ \x05\x00\x84\x42\xa1\x6a\xad\xea\xba\x2e\x63\x4c\xd7\x75\xc7\x71\ \x10\x42\xa6\x69\x7a\x9e\xf8\xa5\x82\x4e\x6f\xb6\x70\x1c\xc7\xb2\ \xac\x58\x2c\x26\x49\x52\xab\xd5\x12\x45\x11\x08\x12\x11\x08\x91\ \xc4\xe1\xe1\x61\xce\x79\x36\x9b\xc5\xa2\xa0\x68\x6a\x30\x12\xe6\ \x08\x36\xda\xad\xcb\xf4\x62\x10\x74\x2c\xe7\xe4\xc9\x53\xf1\x78\ \x3c\x93\xd1\x7b\x7a\x7a\x96\x56\x16\xba\xba\xba\xea\xb5\xfa\xf0\ \xf0\xe8\x91\x23\xaf\xf6\xa4\x52\xdb\xb7\x6f\xc7\x08\x68\x9a\x76\ \xf2\xe4\xc9\x33\x67\xce\x58\x96\x25\x08\xc2\xb9\xb9\xb9\xa9\xa9\ \x29\xc0\x40\x34\x16\x15\x44\x51\xd7\xf5\x4c\x26\x13\x09\x87\x19\ \xa3\xae\x03\xbd\x65\xa5\x17\x5c\xda\xbd\x7b\xf7\xe6\xcd\x9b\xbf\ \xf7\xbd\xef\x11\x42\x32\x99\x4c\xa9\x54\x0a\x06\x83\xa2\x28\x59\ \x96\xdd\xdb\xdb\x5b\x2a\x95\x10\x42\xa1\x50\xc8\xbb\x7d\x62\xb1\ \x58\xaa\x37\x69\x75\x6c\x45\x51\x2c\xcb\x16\x04\xa1\xb7\xb7\x07\ \x40\xe0\x95\x8a\x62\x8c\x7d\x71\xf7\xb9\xa2\x84\x2a\x00\xd0\x71\ \x6c\x51\x94\x3c\x65\x3f\x7b\x76\x6e\x6a\x6a\xaa\xbf\xbf\xff\xe4\ \xc9\x93\x8c\xb2\x60\x30\x74\x6e\x6e\x2e\x1a\x8d\x22\x04\x0d\xc3\ \x18\x1a\x1a\x12\x04\xc1\x30\x8c\x7b\xee\xb9\x27\x93\x4e\x97\xca\ \xe5\xf1\xc9\x31\xdb\xb6\x47\x46\x46\x16\xce\x5f\x50\x35\x0d\x21\ \xa4\x07\x74\x4a\xa9\x28\x08\x90\x60\x59\x92\x39\xe0\x10\x21\xc8\ \x39\x73\x38\x84\x5e\x59\xf7\x1b\x13\x0b\xe4\x10\x5d\xac\x55\x0f\ \x87\xc3\x9a\xa2\x12\x8c\x5b\xad\xd6\xd0\xd0\x10\x21\xc4\x71\x6c\ \x5d\xd7\x64\x5d\x43\x18\x7b\xc3\xdd\xf3\x68\xbc\xfa\xee\x50\x28\ \x14\x0c\x06\x45\x51\x70\xa9\x3d\x3c\x3a\x94\x4e\xa7\xab\xb5\x4a\ \x36\x9b\x49\xc4\x13\xad\x76\x43\x51\xd4\x7c\x21\x67\x59\x56\xbb\ \xd5\xe2\xcc\x75\x5d\xbb\xdd\x36\x5c\xd7\xcd\xe7\x73\x8e\x63\x23\ \x04\x72\xb9\xac\x28\x4a\xaa\xaa\x55\x2a\x15\xcb\xb2\x5d\x97\x5a\ \x96\x55\xa9\x54\x18\x63\xba\xa6\x4d\x4c\x4e\x2a\x44\x24\x44\x20\ \x98\x54\x2b\x15\x00\x80\xaa\xaa\xd9\x6c\x96\x10\x12\x0c\x06\xbd\ \x3c\x6a\xa9\x54\x32\x8c\xf6\xde\x9b\xf6\x7a\x53\xce\x5b\x9d\x53\ \x25\x49\x22\x02\x19\xe8\x1b\x14\x05\xc4\xa9\x9b\x59\x5f\xcb\xe7\ \xf3\xe1\x30\xdd\xb4\x65\x6b\x36\x57\x28\x55\xab\x03\x03\xfd\xe1\ \x60\x10\x72\x60\x9b\x1d\x01\x23\x89\x8b\x0b\xf3\x17\xda\x46\x67\ \x69\x65\x75\xd7\xde\x9b\x14\x45\x99\x9f\x5f\xcc\xe5\x0b\x91\x40\ \xf0\xc4\xf1\x13\xc9\x54\xf7\xf4\xe4\x64\x32\x95\xc2\x08\x4e\x4c\ \x8c\x87\x43\xc1\xe5\xc5\x95\x70\x20\x34\xb3\x6d\x5b\xb1\x58\x9c\ \x18\x9f\xd0\x74\x2d\x14\x0c\xd5\xeb\xf5\x8e\x61\xaa\xb2\x52\xad\ \x56\x0b\x85\xc2\xde\xbd\x7b\xb7\x6c\xda\xf4\xc2\x73\xcf\x65\xd3\ \x99\x5c\xbe\x4c\x04\x31\x1c\x0c\x62\x42\x30\xe0\x8c\x32\x8c\x31\ \x00\xd0\x76\x99\x57\xa6\xcd\x01\x6f\x34\x9a\x10\x80\xf9\xf9\xf3\ \x9b\x36\x6d\x52\x65\x09\x30\x50\x2a\xe6\xff\xf1\x1f\xbe\x5e\xcc\ \xe5\x25\x51\x64\x8e\x43\x30\x66\xcc\x6d\xd4\x6b\xb5\x7a\xd5\x34\ \x4d\x2f\xae\xd2\xdb\xdb\x9b\xcb\xe5\x56\x57\x57\x2f\x05\x67\x6c\ \xdb\x66\x8c\x79\x65\xe6\x6f\xd4\xff\x91\x66\xb3\x59\xab\xd5\xbc\ \x80\x1b\x85\x24\x14\x89\x27\x12\x89\x46\xa3\x51\xc8\xe7\x05\x51\ \x8c\x84\xc3\x5e\xb1\xcd\xc8\xc8\xc8\x99\x33\xa7\xbd\xe9\xe1\xad\ \xfb\x32\x00\x63\x6c\x18\xe6\xa6\x4d\x9b\x42\xa1\x80\xeb\x5a\xc5\ \x52\x7e\x75\x75\xb5\x56\xad\xef\xda\xb5\xc7\x71\xe8\x6b\xc7\x8e\ \xc5\xa2\x91\x1d\x33\xdb\x20\x84\x18\xe3\x72\xb9\xac\x28\xca\xe9\ \xd3\xa7\x45\x51\xac\xd5\x6a\xc3\x23\xc3\x04\x63\x41\x14\xaa\xd5\ \x5a\x3c\x1e\xaf\xd5\x6a\xf5\x7a\x7d\x78\x78\xc8\xfb\x22\xb1\x58\ \x2c\x18\x0c\xb4\x5a\xed\x56\xab\x75\xc7\x1d\x77\xa4\xd3\xe9\x70\ \x38\x1c\x0e\x87\x15\x45\xc1\x18\xaf\xac\xac\x0c\x0f\x0f\xaf\xad\ \xad\x2d\x2c\x2c\x4c\x4c\x4c\x4c\x4c\x4c\x4c\x4f\x4f\xaf\xac\xac\ \x74\x0c\x0b\x42\x20\x08\x04\x00\x07\x13\x0c\x38\x07\x10\x5c\xea\ \x51\xf0\xc3\x32\x3e\x57\x04\xa5\x54\x51\x54\x41\x20\x73\x73\xe7\ \xcf\x9e\x3d\xb7\x69\xd3\xb4\xd7\xdf\xd1\xdd\xdd\x7d\x61\xfe\xc2\ \xdc\xdc\xd9\xf9\xf9\x79\x5d\xd7\x5f\x7d\xf5\xd5\xbb\xef\xbe\x7b\ \x6c\x6c\x8c\x52\xba\xb2\xb2\x12\x8f\xc7\x77\xed\xde\xdd\x68\x34\ \xce\x9f\x3b\x67\xdb\x56\x34\x1a\xed\xed\xed\x05\x10\x32\xc6\x74\ \x4d\x57\x75\x0d\x13\x62\xb4\x0d\xc6\x19\x84\x90\x51\xca\x29\x73\ \x1c\x87\x52\xea\x52\xea\xd8\x16\x60\x9c\x73\x80\x20\x02\x1c\x5c\ \x8a\xba\xb8\xd4\x15\xdf\x00\x42\x58\xad\xd6\x20\xc6\x10\x42\xcb\ \xb2\x6c\xdb\xf6\x24\xc0\x5b\xe9\x7b\xab\xe9\x43\x2f\xbd\x98\xcd\ \x66\x02\x81\xc0\xdd\x77\xdd\xb5\xef\xa6\xbd\xaa\xa2\x00\x0e\x44\ \x49\x64\x94\x11\x82\x9b\x8d\x06\x73\x5d\x45\x91\xbd\xbb\x14\x21\ \x28\x08\xc4\x75\x1d\xcf\x25\x6f\xb7\xdb\x5d\x5d\x89\xb1\xf1\xb1\ \x76\xab\x55\xaf\xd7\x39\x63\xaa\xa2\x00\x00\xa2\xd1\x68\x24\x1a\ \x2d\xe4\xf3\xe7\xce\x9f\x6f\xb5\x5b\x00\xf0\x2d\x5b\xb6\x6c\xda\ \xb4\x69\x70\x70\x70\x78\x78\x38\x1a\x8d\xea\xba\x4e\x29\x6d\xb7\ \xdb\xd1\x68\x34\xd9\xd3\x73\x79\x2a\x83\x30\xc9\xe5\xf2\x8a\xa2\ \x06\x02\x81\x58\x3c\x61\x18\x06\x00\x20\x18\x08\xc6\x13\xf1\xf5\ \xf5\x75\x59\x96\x27\xc6\xc7\xfb\x7b\xfa\x25\x41\x44\x1c\xa8\xb2\ \xec\x58\x96\x2e\xab\xd4\x76\x67\x4f\x9d\x7e\xfc\xc0\x63\x4f\x1c\ \x38\x60\x99\x9d\x74\x3a\x9d\x4d\x67\x3b\x1d\xab\x52\xad\xd8\xb6\ \xa5\xeb\x7a\x40\xd7\x1d\xc7\x4e\x24\xe2\xe5\x4a\xc5\xec\x74\xca\ \xe5\x92\x6d\xd9\x04\x93\xc1\x81\x81\x64\x77\x52\x10\x84\xa1\xa1\ \xfe\xa9\xa9\x49\x41\x20\xb7\xec\xbf\x59\x10\x84\xef\x7c\xe7\x3b\ \xad\x56\x33\x1a\x8d\x00\xc0\x0c\xc3\x6c\x36\x1a\xb2\x2c\x45\x42\ \x01\xd7\xe5\x5e\xf3\x41\xbb\x6d\x32\xc6\x20\x02\x82\x40\x5c\xc7\ \x2d\x97\xcb\xa7\x4e\x9d\x2a\x14\x8a\x86\xd1\x66\x94\xbe\xf6\xda\ \xab\xd9\x4c\x86\xba\x6e\xbe\x90\x77\x5d\x87\x52\x17\x21\xa8\x88\ \x12\xe7\x8c\xba\x2e\x00\xc0\x4b\x15\x0e\x0c\x0c\x0c\x0f\x0f\x4b\ \x92\x64\x59\x96\x57\x03\xde\x6a\xb5\xbc\x20\x0c\xe7\xfc\x52\xf7\ \x99\x17\xa6\xc3\x18\x53\x4a\x6d\xdb\xe6\x00\x34\x9a\xcd\x6a\xad\ \x46\x44\x21\x1e\x8f\xa7\x7a\x7b\xa7\x37\x6d\x4a\x67\x32\x94\xb1\ \x91\x91\x11\x2f\x4e\x72\x19\xe5\x03\xf9\x42\x3e\x14\x0c\xf6\xf6\ \xf6\x0e\x0f\x0f\xcb\xb2\xcc\x39\x8f\x44\x22\xa1\x50\xe8\xa5\x97\ \x5e\xca\x66\x33\xe3\x63\xe3\x37\xed\xdd\x1b\x8f\xc5\xbd\x06\x08\ \x2f\x3d\xd0\xd5\xd5\x75\xe4\xc8\x91\x2f\x7c\xe1\x0b\xdf\xfe\xd6\ \xb7\x1b\xf5\x46\xab\xd1\x5c\x5b\x5b\x6d\x36\x9b\xd5\x5a\xd5\xb6\ \x2d\x22\x10\x49\x16\x15\x45\x56\x55\xb5\xd3\xb1\x0c\xc3\x70\x5d\ \xb7\xd5\x6a\x55\x2a\x15\x59\x96\x93\xa9\x6e\x00\x81\x24\x89\x53\ \x53\x53\x00\x80\xc1\xc1\xc1\x54\x2a\xf9\xf0\xc3\x0f\x7b\x8e\x02\ \x21\x04\x63\x6c\x9a\x26\xe7\x3c\x10\x08\x40\x00\x19\xe7\x97\xcc\ \xc2\xb9\xbf\xfd\xc0\x8d\x18\x4c\x01\x94\xba\x3f\x12\x4f\x64\xfc\ \xb2\xb2\x4c\x8a\x22\x17\x0a\xc5\x03\x07\x1e\x07\x80\xef\xda\xb5\ \x43\xd7\x03\x2b\x2b\x2b\x82\x20\x24\x93\x49\xc7\x71\x0e\x1c\x38\ \xe0\x45\xb7\x6f\xb9\xe5\x96\x68\x34\xaa\x69\x1a\x84\xb0\xd1\x68\ \xd8\x8e\x8d\x10\xba\xf9\xe6\xfd\xde\x02\xb6\xd5\x6a\xf7\xf7\xf7\ \x6b\xaa\xaa\x28\x8a\x28\x49\x8e\x65\x17\x0a\xf9\x56\xab\x05\x00\ \xc0\x08\x43\x04\x3d\x99\x26\x84\x68\xba\x4e\x88\x00\xd0\xa5\x11\ \xcc\x3d\x37\x56\x10\x45\x4c\x08\xc2\xd8\x75\x5d\x4f\xe0\xba\xba\ \xba\x14\x45\x41\x98\x78\xce\xbe\x17\x6a\xf7\xde\xa4\xdd\x6e\xaf\ \xae\xae\x16\x8b\xc5\x8e\x69\xf4\x24\x53\xa1\x60\x50\xd7\xf4\x70\ \x28\x44\x30\xe2\x94\x21\x08\xcd\x56\x1b\x70\x2e\x08\xe4\xcd\xaf\ \xc2\x18\x7b\x75\xd3\x9c\xf3\x64\x32\xb9\xb1\xb1\x71\xe6\xcc\x19\ \x4a\x29\x21\x58\x94\x44\xc7\x71\xcc\x4e\xc7\xb2\xac\x68\x34\x3a\ \x3e\x31\x21\x8a\xa2\xb7\xa8\x78\xf1\xd0\xa1\x52\xa9\xb4\xb4\xb4\ \xd4\x6e\xb7\x17\x17\x17\x2f\x5c\xb8\xe0\x38\x4e\x5f\x5f\x5f\x32\ \x99\x1c\x1b\x19\x75\xe9\xe5\x94\x42\x72\xce\x54\x55\xa9\xd5\x6a\ \x86\x61\x10\x42\x7a\x7b\x7a\xad\x4e\x27\x99\x4c\xde\x73\xcf\x3d\ \x5b\xb7\x6e\x15\x04\x42\x30\x89\x04\x43\xb2\x20\x1a\xad\xb6\x6d\ \x59\xf1\x48\x34\x1a\x0e\xdf\x79\xdb\xed\xbd\xa9\x54\xb3\xd1\x38\ \xfd\xfa\xa9\xc3\x2f\x1d\xce\xa4\xb3\xc5\x62\x09\x63\x2c\x4b\x0a\ \x00\xb0\x6d\xb4\x6a\xb5\x1a\xa5\xae\x2c\x8b\xba\xae\x74\x75\xc5\ \xca\x95\xf2\xec\xec\x19\x45\x91\x1d\xd7\x69\x36\x1b\x18\x43\x49\ \x92\x02\x01\x2d\x1a\x8d\x36\x1a\xf5\x1d\x3b\xb7\x6f\xdf\x3e\x93\ \xcb\xe5\x08\x21\xeb\xeb\xeb\x67\xcf\xce\x2e\x2c\xcc\x37\x9b\x4d\ \x84\x01\x11\x10\x65\xd4\xb2\x2c\xb3\x63\x02\x00\x38\x03\xad\x96\ \x91\xcb\xe5\x96\x97\x97\x4f\x9f\x39\x5d\xab\xd7\xe6\xe6\xe6\xaa\ \xd5\x8a\x24\x92\x74\x26\x4d\x29\x95\x04\x21\x1e\x8b\x29\xb2\x6c\ \x99\xa6\x6d\x59\x18\x21\x41\x14\x20\x44\xb2\xa2\x20\x84\x36\x36\ \x36\x8a\xc5\xa2\x97\x3b\x75\x1c\xc7\xcb\x9a\x78\xd5\x20\x5e\x71\ \x24\xe7\xdc\x9b\xbc\x65\x59\xf6\xba\xcc\x10\xc2\x44\x20\x8c\x33\ \x55\x53\x53\x3d\x3d\xd1\x78\x6c\xdf\xcd\xfb\x76\xee\xda\x79\xe7\ \x5d\x77\x66\x36\xb2\x82\x24\x4a\xb2\x04\x2e\xab\x43\x55\x92\x24\ \xef\x6a\x26\x93\xc9\x9e\xde\x9e\xb6\xd1\x0e\x04\x02\x9f\xfe\xfd\ \x4f\x7f\xea\x53\x9f\xea\xea\xea\x8a\x44\x23\x89\x44\x57\x20\x18\ \xf0\x3e\x15\xa5\x74\x74\x6c\x6c\x78\x78\xf8\xbe\xfb\xee\x6b\x36\ \x9b\x47\x8f\x1e\x7d\xec\xf1\xc7\xe7\xce\x9d\x5b\x5f\x5f\xb7\x6c\ \x4b\x53\x35\x42\x04\x00\x80\x6d\x3b\x1d\xd3\x02\x80\xab\xaa\xe2\ \x15\x08\xcd\xce\xce\x12\x42\x24\x49\xb2\x2c\x9b\x60\x82\x30\x96\ \x55\xc9\x9b\xc3\x06\x06\x06\x6f\xbf\xfd\xf6\x85\x85\x85\x40\x20\ \x60\xdb\xf6\xfc\xfc\xfc\xe2\xe2\x52\xa5\x52\xf5\xba\xc4\x11\x82\ \x8e\x6d\x7b\xf9\x09\xd7\x75\xfd\xb0\xcc\x0d\x97\xfe\xa4\x94\xd6\ \x6b\xf5\x44\x32\xe6\x39\x17\x9e\x4b\xd2\x31\x4d\xc7\xb1\x2f\x63\ \x25\x77\xec\xd8\x89\x66\xb3\xb9\x73\xe7\xce\x68\x34\x62\x18\x46\ \x2e\x97\x3f\x7c\xf8\x48\x30\x18\x0c\x87\xc3\x8c\xb1\x6c\x36\x1b\ \x0e\x85\x1f\x7a\xe8\xa1\x78\x3c\xbe\xb6\xb6\xb6\xb1\xb1\xe1\x85\ \xd1\x19\x63\xa1\x70\xf0\xc2\xf9\x79\x55\x55\x39\xe0\x47\x8e\x1c\ \x89\x85\xc3\x9a\xae\x17\x0b\x85\x42\x3e\x4f\x39\x33\xcd\x4e\x32\ \x95\x14\x88\xe0\x75\xba\x23\x04\x19\xa7\x08\x21\x24\x10\xe8\xdd\ \x96\xf0\xe2\x27\xf7\xea\x5e\xa8\xe3\x32\x4a\x1b\x8d\x06\x75\xdd\ \x60\x30\xe8\xf5\x97\xba\x8e\xc3\x29\x85\xe8\x62\x58\x13\x21\x44\ \xa9\xcb\x39\xc8\xe7\x72\x2b\xcb\x2b\xf1\x68\xac\x53\xab\x95\xcb\ \xe5\x6c\x36\x53\x2c\x16\x1d\xc7\x56\x55\xb5\x54\x2a\xea\xba\xc6\ \x39\x50\x55\x85\x31\x06\x21\xd0\x34\x95\x73\x06\x00\xef\x58\xa6\ \x20\x8a\xed\x56\x4b\x96\xe5\x60\x30\x50\xab\x55\x39\x07\x81\x60\ \x30\xea\x3a\xcb\xab\xab\xd9\x6c\xb6\x63\x9a\xc3\xc3\x43\x7d\xbd\ \xbd\x1b\xd9\xac\x20\x10\x41\x10\x18\xa5\x18\xe3\x7c\x3e\x9f\x4e\ \xa7\xe3\xf1\xb8\xe7\xbc\xe7\xf3\xf9\xe9\xe9\xe9\x58\x2c\x1e\x0c\ \xea\xec\x32\xe3\x03\x5c\x51\x94\x58\x3c\x66\x59\xd6\xd2\xe2\x42\ \xbe\x90\x57\x35\xad\xd1\x68\x14\x0a\x05\x80\x70\x36\x9b\xc5\x88\ \xec\xde\xbe\x3d\xbb\xb6\x92\xcb\x66\x04\x4c\x7a\x52\x3d\xdb\xb6\ \x6e\xdb\xbd\x7b\x97\xd1\xe9\x9c\x3a\x33\x2b\x49\x62\xa5\x52\x89\ \x84\x22\xa5\x62\x51\x96\xe5\x62\x31\x6f\xdb\x9d\x6d\x5b\x37\x03\ \x00\x34\x5d\xe3\x1c\x28\x8a\x22\x20\x69\x78\x68\x38\x9d\x4e\xc7\ \x62\x31\xce\xb9\x2c\xcb\xb2\xac\x74\x3a\x36\x63\x4c\x91\x95\x40\ \x30\xe8\x52\x77\x7a\x6a\xfa\xc4\xeb\x27\x28\xa5\xa5\x52\xc9\xb6\ \xed\xe1\xe1\xe1\x68\x24\x52\xab\x35\xa9\x4b\x25\x59\x50\x55\x55\ \xe6\x00\x0b\xc4\x76\x28\x00\xc0\xb6\xad\xd3\xa7\x4f\x99\xa6\x6d\ \x18\x1d\xe6\x3a\x22\x86\x13\x63\xe3\x7d\xa9\xde\x80\xac\xba\x9d\ \x8e\x63\xd9\xb2\x24\x19\xed\xa6\xd9\x6e\x5b\xb6\x2d\x4a\xa2\xa6\ \xa9\x91\x48\xc4\x5b\x24\x75\x3a\x1d\x4d\xd3\x64\x59\x76\x5d\xd7\ \x2b\x98\xf1\xfc\x53\x2f\x31\xee\x79\xbb\xa1\x50\x28\x1a\x8d\x12\ \x82\x9b\xad\xb6\x4d\x81\xd7\x07\xdb\x68\x36\xab\xd5\x6a\x5f\x5f\ \x5f\xb1\x50\xe4\x9c\xeb\xba\x1e\x8d\x46\x1b\x8d\x26\x82\x88\x5f\ \xd6\x9c\xaa\x69\xda\xd0\xf0\x90\xae\xeb\xdf\xf8\xc6\x37\x72\x1b\ \x39\x4d\xd3\x4c\xd3\x58\x5c\x58\x1c\x1e\x1e\xad\x54\xaa\x2b\xcb\ \x07\x6f\xda\xb3\xab\x56\xa9\x3c\xff\xfc\xf3\xb6\x6d\x0f\x0c\x0c\ \xdc\xbc\x7f\xff\xfd\x0f\x3c\xd0\x6a\x36\xbf\xf2\x95\xaf\x70\xce\ \x25\x51\x34\xda\xed\xf5\xd5\xb5\xe1\x91\xe1\x66\xb3\xb5\xb4\xb4\ \x38\x30\x38\xc0\x28\x53\x14\x19\x40\xc0\x18\x57\x35\x35\xc6\x63\ \x00\x00\x4d\xd3\x02\x81\x80\x6d\x59\xb2\xac\x50\x97\xda\x96\x1d\ \x8a\x04\x3b\x9d\x0e\xc6\x78\x66\x66\xdb\xec\xec\xd9\x4a\xb9\x5c\ \x2c\x14\x8a\xf9\xc2\xe0\xe0\x60\x77\x77\xb7\x61\x18\x94\x32\x59\ \x95\xbd\xfd\x34\x2e\xee\x48\xe1\xcb\xdd\x8d\xe6\xb6\x13\x42\x20\ \x04\x95\x4a\x19\x00\x80\x10\x86\x10\x1a\xed\xb6\x6d\xdb\x82\x20\ \xbe\x25\x77\x06\x02\x60\xdb\x76\x3a\xbd\xb6\x6f\xdf\xde\x54\xaa\ \xbb\xd3\x31\x8b\xc5\x82\x24\x89\xe7\xcf\xcf\x9d\x3a\x75\x72\x75\ \x75\xd9\x34\x5b\x8a\xa2\xdc\x7b\xef\xbd\xaa\xaa\xb6\x8d\x76\xa7\ \xd3\xf1\x2a\x91\x4d\xd3\xb4\x2d\x5b\x92\xa4\xfe\xbe\x3e\x5d\xd3\ \x1b\xd5\xba\x2c\x08\x2b\xab\xab\xa5\x52\x51\x0b\xe8\xa6\xd5\x31\ \xdb\xed\x80\xae\xab\xb2\xc2\xa9\xd7\x45\x08\x29\xa3\x10\xf2\x66\ \xab\xca\xa8\xed\x9d\x69\xc8\x39\x80\x00\x41\x08\x6d\xcb\x76\x6d\ \x1b\x50\x5a\xc8\xe7\xb9\x4b\x5d\xcb\x2e\x17\x4b\xe9\x95\xb5\xd5\ \xe5\x95\x5c\x76\x83\x33\xa0\x69\x01\x45\xd5\x88\x20\xb9\x94\x01\ \x80\x2c\xa3\xd3\x28\x57\x43\xb2\x1c\x55\x54\x0c\x40\xb5\x5a\x2a\ \x97\x0a\x9c\x31\x59\x96\xe3\x89\x84\x4b\xa9\x43\xa9\xe5\xb8\x0d\ \xc3\x00\x18\xdb\x2e\x75\x29\x83\x10\x61\x2c\x00\x06\x03\x6a\x40\ \x53\xf4\x50\x28\xec\x52\x4e\x39\x6c\x77\xac\x8d\x7c\x7e\x61\x61\ \x51\xd7\x02\x46\xd3\xb0\x8c\x8e\x2e\xeb\xd4\xa1\x91\x48\xec\x9e\ \xfb\xee\x1f\x19\x1f\x77\x29\xbd\xe5\xe6\x9b\x13\x89\x44\x3a\x9d\ \x9e\x9f\x9f\xcf\xe5\x72\x86\x61\x4c\x4d\x4d\x6d\xd9\xb2\x25\x10\ \xd0\x65\x59\xbe\xbc\x0d\x4e\x28\x65\xf1\x78\xbc\x27\x95\x0a\x85\ \x42\xa3\xa3\xe3\xe1\x70\xd8\xb6\xec\x40\x30\xa0\xaa\xaa\xa2\x28\ \xa3\xa3\x63\xf9\x62\xfe\xd1\xef\x7f\x77\xa3\xb0\xa1\x06\x54\x22\ \x89\x5a\x30\x68\x5a\xf6\x85\xc5\x45\xc7\x71\x46\x06\x07\xca\xf9\ \x5c\x61\x63\x2d\x97\x5d\x85\xdc\x9e\x3d\x73\x12\x23\xbe\x69\x7a\ \x32\x14\x0c\x71\x88\x0a\xa5\x4a\xb5\xde\xe6\x9c\x20\x44\x12\x89\ \x78\x22\x9e\xe0\x8c\x2b\xb2\xcc\x18\x73\x1d\x47\x14\xb1\x24\x09\ \xe5\x72\xc9\x68\xb5\x82\x81\x60\x24\x14\x1a\x1e\x18\x34\x5a\xed\ \x9e\x64\x2a\x14\x08\x22\x0e\x1a\xb5\xba\xd1\x34\x24\x51\x54\x15\ \x49\x10\x90\x24\x62\xc4\x19\xa0\x0c\x03\x28\x12\xc1\x32\x3a\xcd\ \x46\xc3\x68\xb6\x5a\xf5\xd6\xa3\xdf\xfd\xee\xec\xa9\xd3\xa2\x20\ \x88\x92\x84\x89\x60\xb9\xae\x1e\x0c\xc5\x93\x3d\x82\xaa\xbb\x00\ \x06\x23\x11\x41\x10\xbc\xe4\x0d\x00\xc0\xd3\x77\x51\x14\x4d\xd3\ \xf4\xa2\x73\x6f\xe4\x7b\x2e\x76\x63\xaa\xaa\x9a\x4a\xa5\x62\xb1\ \x18\xe7\x40\x53\xd5\x78\x3c\x2a\x60\x28\x11\x64\x75\x4c\xbb\x63\ \x36\xeb\xb5\xa5\xe5\x65\xc7\x71\x52\xa9\xde\xfd\xfb\x6f\x71\x29\ \x33\x4c\xf3\x32\x7a\x83\x19\xe3\x82\x20\x4c\x4e\x8d\x25\x12\xd1\ \x9d\x3b\x67\xfa\xfa\xfa\x00\x43\x8a\xac\xc5\xe3\x09\x41\x20\x43\ \x43\x7d\xc1\x90\xf6\xf9\x2f\xfc\xf5\xa9\xd9\x33\xdd\xa9\xa4\xc3\ \xe8\xd0\xc8\xb0\x43\xdd\x0b\x0b\xf3\x85\x52\xe9\x9e\xfb\xef\xab\ \xd6\xeb\x2f\xbf\xf2\xca\xb9\x33\xb3\x02\x82\xcb\xf3\xf3\xa5\x7c\ \x6e\x72\x74\x54\x16\x05\x45\x91\x0c\xc3\x60\x94\x72\xc0\x38\xa5\ \xb2\x48\x52\xc9\x2e\x82\xa1\x24\x12\x08\x01\xa5\xae\x20\x12\x88\ \x50\xad\x56\x33\x2d\x53\x10\x45\x49\x56\x87\x87\x46\x8c\xa6\x11\ \x0d\x46\xc3\x81\x70\xbb\xd1\x6e\xd6\x1a\xd4\x65\xa2\x24\x21\x84\ \x11\x11\x00\x22\x08\x63\x00\x91\x2f\xee\x37\x9a\xb6\x73\x4c\xf0\ \xe4\xf4\x16\x81\x08\xa5\x52\xa1\x90\xdf\x28\x97\x8b\x94\xd2\xde\ \xbe\x01\x51\x92\xdf\x52\xfd\x2f\x07\x00\x63\xbc\x6f\xdf\x4d\x5e\ \x21\x9a\xa6\x69\x89\x44\x62\x75\x75\x65\x69\x69\xf1\xe0\xc1\x67\ \x4e\x9f\x3e\xdd\x6e\x1b\x43\x43\x83\xc9\x64\xd2\xf3\x38\xc6\xc7\ \xc7\xf7\xed\xdf\xe7\xb5\xa5\x5c\xb8\x70\xc1\x34\x4c\x2d\xa0\x8f\ \x0c\x0d\xc9\x92\xd4\xe9\x74\x22\xe1\x70\xbe\x50\xe0\x9c\xaf\xad\ \xad\xd9\xae\x9b\xec\x49\x01\xce\x19\xe3\x90\x03\x08\x38\x44\x50\ \xd6\x54\x00\x81\x97\x44\x05\x80\x21\x04\x21\x84\x1d\xa3\x63\x77\ \x3a\xcc\xa5\x10\x42\x59\x10\x03\x81\x40\x24\x12\x09\xe9\x81\x7c\ \x76\xc3\x6c\xb7\x2b\xa5\xb2\xd1\x36\x6d\xcb\x15\x05\x02\x21\xa4\ \x94\x76\x3a\x9d\xb5\xd5\xd5\x7c\x36\x1b\x0d\x86\xa0\x43\x8b\xf9\ \x3c\x04\x00\x63\x6c\x98\x86\x6d\xdb\x8a\xa2\x28\xaa\x5a\x2e\x55\ \x5c\xca\x5c\x97\xd9\x0e\x55\x34\x7d\x3d\x9d\x69\x34\xdb\xa6\xd9\ \xe1\x0c\x58\x96\x8d\x09\x49\x67\xb2\x96\x65\x27\x53\x29\x9b\xba\ \x8d\x56\xab\xd9\x6a\x5d\xec\xb5\x21\x82\x24\x49\x01\x3d\xb0\x6b\ \xd7\x2e\xcb\xb6\xab\xf5\x3a\xa5\x74\x79\x79\x79\x60\x60\x20\x95\ \x4a\x75\x75\x75\x35\x9b\xcd\xde\xde\xde\xb1\xb1\x31\xaf\x67\x35\ \x14\x0e\x5f\xde\xf6\x55\x94\xd1\x64\x77\x72\xf3\x96\xad\xbd\xbd\ \xbd\x23\xa3\x23\x5b\x36\x6f\x81\x08\xa6\xd7\xd3\x95\x4a\xa5\xb7\ \xb7\x77\x66\x66\xdb\x2d\x37\xdf\x6c\xdb\xd6\xfc\xc2\x85\xb6\x61\ \x50\xc0\x2b\xb5\x6a\x34\x1e\x17\x45\x51\xd1\x94\x3b\xef\xbc\x7d\ \xf3\xa6\x29\x55\x96\x8a\xf9\x0d\x46\x6d\xab\xd3\x8a\x46\xc2\xd1\ \x48\xb8\xd5\x6c\x36\x1b\x0d\x82\x48\x30\xa0\x03\x0e\x64\x59\x4c\ \x24\xe2\xd1\x68\x78\x7e\xfe\x7c\xa3\x51\x77\x6c\x8b\x32\x17\x02\ \xc4\x5c\x26\x8a\x42\x30\x18\x48\xc4\x63\xad\x56\x33\x91\x88\x77\ \x77\x25\x4c\xa3\x1d\x8d\x84\x45\x51\x70\x5d\x47\x96\x44\x51\x10\ \x5c\xc7\xa6\xae\x0d\x38\x47\x08\x29\xb2\x20\x4b\x82\x63\xdb\x41\ \x3d\xc8\x1c\xd7\x6b\x49\x2b\xe5\x0b\x2f\xbe\xf8\xe2\xe1\x57\x5e\ \x36\x0d\xa3\xab\x2b\xd1\xdb\xdb\xdb\x36\x8c\xb5\xb5\xb5\x68\x3c\ \x2e\x2b\x0a\xc1\xc4\xcb\xdc\x0c\x0d\x0d\xc5\x62\x31\x00\xc0\x1b\ \x25\x83\xcc\xcb\x87\x5f\x6a\x5c\xf0\x52\xe5\xed\x76\xbb\x54\x2a\ \x95\x4a\xa5\x5a\xad\x56\x2a\x97\x6a\x95\x2a\xe4\x0c\x41\x4e\x10\ \x8a\x46\xa3\xa1\x60\x70\x6a\x72\x32\x14\x0a\xae\xac\x2c\x2f\x2f\ \xaf\x50\xca\x2e\x6f\xd7\x07\xce\x99\x24\x8a\xe3\x13\xa3\xe3\xe3\ \x63\x53\x53\xd3\xf7\xdf\x7f\x7f\x20\x10\xc8\xe7\x0b\x87\x0f\x1f\ \x8e\xc7\xe3\xfb\xf7\xef\xbb\xe7\x9e\x3b\x35\x4d\x3d\xf8\xdc\x73\ \x2b\xab\xab\x8c\xb1\xf5\x74\xba\x63\x59\x91\x48\xa4\x63\x75\xb6\ \x6d\xdb\x76\xdf\x03\xf7\xf7\xf4\xa4\x0a\xf9\x5c\x3e\xbb\x81\x11\ \x52\x15\x39\x1a\x8b\x60\x8c\x1d\xc7\xa1\xd4\xf5\x42\x4c\x08\x23\ \x41\x10\x7a\x52\xa9\x6c\x26\x93\xc9\x64\x18\xe7\x96\xd5\x81\xd0\ \xdb\x0f\x89\x4b\x92\x18\x8e\x44\x38\xe7\x10\x80\x91\xe1\xe1\x76\ \xa3\x41\x20\x8c\x45\x23\x10\x40\x81\x60\x51\x24\x00\x02\xc6\x39\ \x7b\xc3\x47\xf3\xc3\x32\x37\x1c\x8c\x71\x49\x92\x26\xa6\x36\xb5\ \xdb\x2d\xd7\x75\x31\x26\x8a\xa2\x88\xa2\x78\x19\x31\xf7\x4b\xcd\ \x9f\x5e\x66\x35\x12\x89\xbc\xf8\xe2\x8b\xed\x76\xfb\xd7\x7e\xed\ \xd7\xca\xe5\xf2\xa3\x8f\x3e\x7a\xe6\xcc\x19\xdb\xb6\x63\xb1\x58\ \x26\x93\x09\x04\x02\x9a\xa6\x89\xa2\x28\xcb\x32\x63\xcc\x76\x1c\ \x45\x55\x2c\xb3\x73\xfb\x9d\x77\x1c\x7c\xea\x69\x4a\xe9\xf0\xf0\ \xb0\xe3\x38\xfb\xf7\xef\x0f\x85\xc3\x87\x9e\x7f\x61\x72\x7a\x3a\ \x14\x0e\x21\x2c\x20\x84\xa8\x6b\x23\x81\x30\x4a\x39\x63\x9c\x32\ \xc0\x01\x82\x88\x43\x6f\xb6\xe2\x86\x61\x48\x92\x14\x0c\x85\x5a\ \x86\x51\xca\xe5\x54\x55\xcd\x64\x32\x95\x72\x65\x62\x72\x2a\x39\ \x60\x37\x1a\x0d\x84\x83\x8c\x33\x41\xc0\x99\xf4\xfa\xda\xda\xea\ \xf1\xe3\xc7\xa2\xe1\x30\xb3\x1d\x46\xa9\x17\xb6\x27\x98\x18\xb6\ \xd9\xb1\xac\x60\x30\x58\x2a\x56\x64\x55\x75\xa9\xeb\x85\x23\x02\ \x81\x20\x67\x4c\x10\x04\xea\xb8\x10\x42\xd3\xec\x84\x82\x41\xc6\ \x98\xd1\x32\x83\xc1\x60\xad\xd6\x08\x06\x83\x9d\x4e\x07\x42\x18\ \x0a\x85\x3c\xe1\x3e\x7f\xfe\xfc\xf8\xf8\x38\x67\x8c\x31\xb6\xb6\ \xb6\x36\x36\x36\x16\x89\x44\x1c\xc7\x11\x04\xa1\x5c\x2e\xf7\xf5\ \xf5\x11\x42\xe6\xe6\xe6\xca\xe5\xd2\xce\x5d\x3b\x2f\xa3\x89\x09\ \x42\xd8\x36\xda\x2b\x2b\xcb\xba\x22\x8f\x8e\x8e\x54\x4b\x45\x84\ \x90\x61\x9a\xb6\x65\x05\x43\xa1\x78\xa2\x3b\x97\xdb\x70\x3b\xc6\ \xcd\xfb\xf7\xfd\xd5\x5f\x7d\x16\x70\x3e\x3e\x3e\xde\xdb\xdb\xcb\ \x39\x1f\x1b\x1d\xc3\x18\x67\x32\x59\x04\x60\x31\x9f\xcf\x66\x32\ \xa1\x60\x10\x41\x60\x1a\xed\xf4\xfa\x9a\x2c\x49\xd1\x48\x44\x20\ \xb8\xd9\x6c\x09\x48\x91\x44\xa1\xbf\xbf\xcf\x34\x8d\xee\x64\x97\ \x22\xcb\x00\x02\x46\x19\x26\xb0\xab\x3b\xae\x69\x4a\xb3\xd9\x12\ \x84\x8b\x25\x49\x8d\x46\xa3\x54\x2a\x36\x1a\xb5\x54\x2a\xd5\x6e\ \xb7\x1c\xd7\xc2\x18\x89\x92\x20\xcb\x5c\x94\x64\x00\xa0\x22\x93\ \x70\x38\xb0\x79\xf3\x74\x2c\x1e\x8f\x84\x23\x95\x4a\x31\xb3\xbe\ \x54\xad\x54\x8c\x76\x5b\x12\x85\x68\x38\x1c\xd0\x75\x08\x78\xc7\ \x34\x00\xa5\x80\xf3\x6c\x36\x1b\x0a\x05\x4f\x9d\x3a\x75\xc7\x1d\ \x77\x0c\x0e\x0e\xce\xcf\xcf\x0b\x82\x40\x08\xf1\x9a\x54\xbd\x5a\ \x14\xaf\x78\x06\xbe\x41\xa9\x54\xf2\x1a\x47\x31\xc6\x0c\xa0\x44\ \xa2\x3b\x18\x0a\xb6\xda\x66\x24\x12\xd9\xb4\x79\x4b\xa5\x5a\xcd\ \xa4\xd3\xcb\x2b\x6b\x86\x61\x06\x74\x8d\x10\x02\x2e\xa7\x0a\x15\ \x32\xce\xf2\xf9\x42\xbb\xd5\x1a\x19\x19\x41\x18\x07\x02\x81\x85\ \x85\x05\xd3\x34\x83\xc1\x60\x5f\x5f\xdf\xb6\x99\x6d\xb9\x5c\xe1\ \x81\x07\xde\xf3\x47\x7f\xf4\x9f\x67\x67\x67\xc7\xc7\xc7\xdf\xff\ \xfe\xf7\x47\xa3\xd1\x40\x20\x40\x29\xed\x58\x16\xe2\xbc\x98\xdb\ \x78\xf5\xc8\xd1\xc1\xd6\xe0\xae\x3d\xbb\x05\x22\xd6\xab\x55\x0e\ \xa1\x28\x8a\x9c\x73\xc7\x76\x30\x46\x08\x93\x78\x3c\xae\x69\x9a\ \xae\xeb\x91\x68\x94\x3a\x0e\x26\x04\x00\x10\x0c\x06\x03\x81\x80\ \x61\x74\x20\x04\x8e\x6b\x77\x27\xbb\x34\x5d\x35\x3b\x46\xbd\x5e\ \x93\x1c\x45\xe3\x5a\xc3\x68\x69\xba\x8e\x05\x02\x11\xfa\xff\xd9\ \x7b\xd3\x60\xc9\xd2\xb3\x3c\xf0\x5b\xcf\x96\xe7\xe4\xbe\xdc\xfd\ \xd6\xad\xaa\x5b\xd5\x55\xbd\x57\x77\x97\xd4\xdd\x52\x0b\x49\x20\ \x83\x10\xb8\x65\x3c\x06\x4c\x10\x01\x0c\x81\x81\x40\x08\x3b\x82\ \x60\x88\x86\x5f\x33\x11\x02\xe3\x19\x9b\xc0\x11\x48\x30\xc8\xed\ \x30\x0e\x81\xc5\x22\x04\xad\xa5\xa5\x56\xaf\xd5\x6b\x75\xd7\xbe\ \xdc\xba\xfb\x96\x37\xf7\xed\xec\xe7\xdb\xe6\xc7\x57\x5d\x68\x6c\ \x60\xd4\x25\xd9\x46\x83\x32\x32\x32\xb2\x22\x32\x32\xeb\x9e\xe5\ \xf9\xde\xef\x79\x9f\xe7\x79\x11\x21\x08\x7d\x9b\x67\xcb\xa8\x5b\ \x4f\x08\x6f\xbd\x07\x10\x64\x10\xa6\x18\x31\x03\x31\xa9\xfe\xfa\ \xa3\xff\x6f\x4a\xe1\x9b\xfc\xdd\xbf\xe3\xeb\x6e\xa6\x0f\x2a\x00\ \x95\x7a\xfb\x0d\xd0\x4c\x31\x54\x7f\x4f\xf0\x5d\x42\x0c\x8a\xc5\ \xb2\xae\x60\x74\x4d\x74\x3b\x04\x3e\x84\x42\x48\x2d\x51\xb0\x2c\ \xeb\xd2\xa5\x4b\x4f\x3f\xfd\xf4\x8f\xfe\xe8\x8f\xfe\xf2\x2f\xff\ \xf2\x1f\xfd\xd1\x1f\x3d\xfb\xec\xb3\x5b\xdb\xdb\xbb\xbb\xbb\x53\ \x53\x53\x96\x65\xf9\xbe\xdf\x3a\x68\x01\x00\xb4\x2c\x7d\xe5\xfa\ \xca\xa9\x53\xa7\xa8\x69\xb0\x24\x59\x5e\x5e\x7e\xe5\x95\x57\x82\ \x20\x28\x97\xcb\xd4\x30\x0c\xdb\xfa\xec\x67\x3f\xfb\xe1\x0f\x7f\ \xf8\xbb\x3f\xf4\x8f\xa4\x52\x50\xd7\xea\x8c\x65\x59\x96\x25\x09\ \x25\x37\x79\x19\x05\xa1\x69\x59\x06\xa5\x9c\x73\x20\xe4\x64\x3c\ \xde\xde\xda\x72\x9d\x1c\xcf\xd8\xde\xde\xde\xc3\x0f\x3f\x7c\xf2\ \xe4\x89\x9c\x63\x53\x83\xa4\x49\x8a\x30\xa4\x04\x63\xa8\x8a\xc5\ \x62\xad\x56\x4b\xa3\x30\x89\x42\xc6\x98\x42\x4a\x49\xa9\x3b\x72\ \x08\x00\x4a\x29\xc6\x78\x32\x99\x20\x8c\x31\xc6\x85\x42\x61\x79\ \x79\xf9\xfa\xd5\xab\x9c\xf3\x52\xa9\x94\x24\x49\x92\xc4\x7e\xe8\ \x1f\x2d\x2c\x53\xa0\x52\xce\x8b\xc5\xc2\x68\x34\xf4\x7d\x9f\x52\ \x3a\x33\x33\xa3\xd5\x78\xbd\x5e\x4f\x2b\x25\x84\x94\xa5\x72\x59\ \x08\x51\x2c\x16\x37\x37\x37\x1f\x79\xe4\x11\xcb\xb2\xde\x7c\xf3\ \xcd\xfd\xfd\xfd\x5c\x2e\xf7\xde\xc7\xde\x7b\x7b\xa7\x0f\x23\xd4\ \xed\xf6\xfa\xbd\xde\x3d\xef\x7b\x2c\x97\xb3\x37\xd6\x37\xb4\x34\ \xf0\xa0\xd5\xca\xd2\x14\x42\xb8\xbb\xbb\xbb\xb8\xb8\x98\xa6\x89\ \x06\xc1\x20\x08\xce\x9e\x3d\xeb\x79\x5e\x18\x86\x0b\x0b\x0b\x84\ \x90\x56\xab\xd5\xef\xf6\x74\x94\xc2\xc9\x93\x27\x2b\x95\x8a\xe3\ \x38\xb3\x27\xee\xa8\x94\x0b\x52\x01\xdb\x76\xc6\xe3\x91\xeb\xba\ \x94\x52\x00\x80\xe0\x42\x41\xa0\xa4\x42\x18\x21\x82\x80\x02\x8c\ \xf1\x5b\x16\x79\x42\xc8\xea\xea\xaa\x65\x59\x1f\xfd\xe8\x47\x3d\ \x2f\x1f\xc7\xb1\x6d\xdb\x51\x1c\xc8\x84\x63\x42\xa8\xa1\x10\x82\ \x42\x02\x2f\xe7\xe5\xdd\xdc\x99\x97\x5e\x42\x88\x24\x69\x24\xa5\ \xec\xf5\x7a\xeb\xeb\xeb\x9c\x0b\xcf\x73\xa5\x94\x73\x73\x73\xc5\ \x62\xf1\xfc\xf9\xf3\x1a\xbb\xb5\x1d\xa1\xd3\xe9\xf8\xbe\xcf\x18\ \x0b\x82\x40\x29\xc5\x18\x83\x6f\x43\xa1\x56\x58\xea\xeb\x56\xf7\ \xd5\x0d\xc3\x70\x1c\x87\x52\xaa\x10\xb6\x6c\xeb\xf8\xf1\xe3\x10\ \x13\x84\xf0\xc2\xc2\xe2\xd8\x9f\xc4\x51\x28\xa4\xca\xe5\x5c\xbd\ \x3c\xdc\xc6\x96\x09\x21\x94\x24\xe9\xd5\x2b\xd7\xee\xbf\xff\x7e\ \x44\x70\xbb\xdd\x8e\xa2\x28\x9f\xcf\xaf\xaf\xaf\x77\xbb\xdd\xc6\ \x54\xe3\xea\xd5\xab\x8d\x46\xe3\xce\x3b\x4f\xde\x0c\x3b\x42\xe8\ \xcc\x99\x33\x95\x4a\xa5\xd5\x6a\xcd\xcf\xcf\x33\xc6\x26\x13\xbf\ \xd9\x6c\xee\x6c\x6f\x1f\xb4\x5a\x0b\x4b\x4b\xf5\x7a\xdd\xb4\xcc\ \x4a\xad\xe6\x7a\x1e\x50\x4a\x2a\xc9\x92\x54\xc8\xcc\xb2\x2c\xbd\ \x98\x01\x25\xf5\x36\x45\xef\x51\x20\x84\x83\xc1\x20\x4b\xb3\xf1\ \x78\x92\xc5\x71\x10\x04\xcf\x3c\xf3\xcc\xf7\x7c\xe8\x43\x8d\xe9\ \xe9\x8c\x33\xdb\xb1\x81\x52\x59\x92\x52\x42\x15\xc2\x90\x7c\x8b\ \xc0\x5d\x4a\x19\x45\x91\xfa\xef\x8c\x5c\x0a\x02\x01\xa0\x84\x40\ \xbe\xfd\x0a\x81\x32\xa5\x32\x94\x32\xa4\x34\x95\x32\xa4\xa4\x4a\ \x51\xa5\x8c\x54\x1c\x5f\x23\x27\xbf\x46\xe9\x84\x5b\x89\x30\x13\ \x61\xa5\xd2\xc8\x6e\x3e\x29\x93\x06\x93\x98\x2b\xc2\x15\xe1\x92\ \x08\x85\x24\x40\x52\x22\xf9\xd7\x28\x0c\x6e\x2d\x18\x08\x48\x08\ \x25\x86\x02\x43\x81\x21\x23\x50\x10\xc4\x28\x64\x14\x67\x14\x66\ \x06\xca\x4c\x94\x1a\x38\x31\x51\x62\xe1\xc4\xc6\xb1\x85\x63\x07\ \xc7\x16\x16\x04\x72\x8a\xf8\xcd\x57\xc4\x29\x64\x14\x09\x02\xa1\ \x04\x48\xa9\xb7\x5f\x15\x92\xff\x5d\x8e\x95\x61\xe1\xbf\x63\xeb\ \xa9\x2d\xf8\x9b\x9b\x9b\x3a\x37\xb5\xd1\x68\x78\x9e\x77\x5b\x1b\ \x55\x15\xc7\x89\xde\x35\x1f\x1c\xb4\x3f\xf1\x89\xdf\xfc\xae\xef\ \xfa\xc0\x2f\xfd\xd2\x2f\xf5\xfb\x83\xcb\x97\xaf\x78\x5e\xfe\xca\ \xa5\x2b\xd7\xaf\x5f\x2f\x16\x8b\xa3\xd1\x08\x63\x3c\x1e\x8f\xf5\ \xdd\xa8\xc3\x66\x77\x76\x76\xe6\xe7\x66\x10\x46\xb6\x65\xf5\xfb\ \x7d\x9d\x0f\x15\x85\x61\xaf\xd7\x4b\x92\x24\x8a\xa2\x34\x4b\xa3\ \x38\x8e\xc3\xc0\xcd\xd9\x48\xc9\x71\x7f\x80\x21\xb4\x6d\x1b\x40\ \x24\x38\x87\x90\x60\x84\x92\x38\xd6\x6d\xc9\xf1\x70\xb0\xb1\xb6\ \xfa\xe0\x43\x0f\x41\xa4\x1c\xc7\x6a\xd4\xab\x71\x14\x65\x42\xce\ \x1d\x5a\x14\x52\x20\x04\x19\xcb\x38\x17\xed\x83\xe6\xde\xde\x4e\ \x38\x9e\x88\x8c\x19\x7f\x06\x5b\x00\x00\x20\x00\x49\x44\x41\x54\ \x79\xae\x4b\x2d\xda\xed\x75\xb5\x00\x43\x01\xa0\x4b\xbf\x38\x4d\ \xe6\x17\x16\x10\x42\xc7\x8f\x1f\x9f\xaa\x37\x3a\xad\xd6\x60\x30\ \x98\x99\x9a\xf6\x3c\xaf\xdb\xeb\x6a\xc6\x20\x88\xa2\x7c\x3e\x3f\ \xf1\x03\x7d\xfd\xeb\xfc\x71\xed\xa2\xcc\xe7\xf3\xda\xaf\x24\xa5\ \x9c\x8c\xc7\x52\xca\xf9\xf9\xf9\xd5\xd5\xd5\x4b\x97\x2e\x1d\x3f\ \x7e\xbc\x50\x28\xac\xae\xae\xde\x77\xdf\x7d\xcb\x47\x97\x39\x67\ \xb7\x71\xd8\x39\x17\x8b\x0b\x0b\x85\x4a\x1d\x2a\xf9\xca\x2b\xaf\ \x8c\xc6\x23\x4a\x68\x26\x78\xad\x56\x2b\x95\xca\xeb\xeb\x6b\x59\ \x96\x09\x29\xcf\x9d\x3b\xa7\x4f\xf4\xc6\xc6\xc6\x89\x13\x27\xb4\ \x4b\x4b\x8b\x7f\x6c\xdb\x52\x40\xa4\x69\x9c\x73\xec\xd9\xd9\xe9\ \xf9\xb9\x19\x2f\x9f\x27\x18\xc5\x71\xcc\x18\x17\x42\x04\xa1\x3f\ \x1a\x0d\xae\x5d\xbb\xea\x79\x39\xce\x59\x1c\x86\x3a\xb0\x1e\x42\ \x88\x31\x51\x4a\xb8\x39\xbb\x58\x2c\x14\x0a\xf9\x97\x5f\x3e\xc3\ \x58\x6a\x18\x24\x4d\x63\x42\x4a\x86\x41\x87\xc3\x41\xa9\x52\xc4\ \x98\x18\x86\xa5\x13\x66\xfc\x89\xdf\x6a\xee\x4b\xc1\x59\x1a\x6f\ \x6e\x6e\x3b\xb6\x15\x06\xe3\x30\x98\x6c\x6d\x26\xb6\x6d\x23\x28\ \xfb\xfd\x81\x3f\x19\xd9\xb6\xa3\x94\xb0\x4c\x5a\xa8\x57\x07\x83\ \xc1\x64\x32\xb9\x7c\xf9\x72\xa1\x50\xf0\x3c\x6f\x34\x1a\xe9\x0d\ \xa2\x6d\xdb\xfa\x20\x5b\x96\xa5\x81\xcf\x30\x0c\xad\x24\xa1\x94\ \xb2\x8c\x31\xc6\x52\x2e\x4c\xd3\x6e\x36\x9b\x86\x69\x7b\xf9\xfc\ \xf6\xce\x56\xaf\x3f\xd8\xdd\xdd\xb3\xed\x5c\xb7\xdb\xe3\x9c\xc1\ \xdb\x2a\xef\xa4\x94\x8e\xe3\xbc\xef\x7d\xef\x2b\x94\x8a\xbd\x4e\ \xf7\xcd\xb3\x67\xd3\x34\xe5\x9c\x9b\xa6\x69\xdb\xb6\x65\x5a\xe7\ \xcf\x9f\xbf\xf3\xce\xbb\xbe\xf4\xa5\x2f\xf5\xfb\x7d\x42\xc8\xca\ \xca\x0a\xe7\xfc\x23\x1f\xf9\xc8\xe2\xe2\xa2\x69\x9a\x98\x10\x8c\ \xf1\x70\x30\x84\x08\x71\xce\xab\xd5\x6a\xb1\x58\xb4\x6c\xdb\x30\ \x8c\x34\x49\x00\x00\x52\xa9\x24\x8a\xa3\x20\x18\xfb\x93\xf1\x68\ \xa4\x94\x8a\x82\x90\x1a\x86\x04\x4a\x47\xeb\x28\xa5\x0c\x83\x64\ \x69\x72\xfc\xf8\xf2\xfa\xca\x8d\x56\xfb\xe0\xd4\xfd\xf7\x2a\x25\ \x2c\xdb\x50\x89\x14\x9c\x09\x04\xec\x9c\xa3\x47\x0f\x00\xa9\xbe\ \x35\xe0\x8e\x10\xd2\xcd\x9c\x6f\xc1\x3a\x01\xa1\x04\x40\xbe\x8d\ \xad\xe0\x66\x5c\x8f\x02\x0a\xb8\x42\x56\x39\x2f\x73\x5e\xe6\xac\ \xc8\x79\x89\xf3\x46\xc6\x4b\x82\xbb\x42\xb8\x42\xe4\xa4\xcc\x09\ \x91\x93\xca\x11\x02\x08\x09\x9a\x40\xbe\x86\x33\x0b\x31\x03\x65\ \x26\xce\x0c\xc4\x0c\xc4\x0d\xc4\x28\x14\x16\x0e\x5c\xca\x09\x14\ \xe4\x26\x6a\x4b\x04\x25\x82\x0a\x41\x05\x81\x7a\xfb\xb4\xeb\x9f\ \x87\x52\x41\xa9\xb0\x54\x48\x00\x2c\x14\x16\x7f\xbd\x2a\xb8\xa9\ \x20\x01\xa7\x99\xa0\x99\x32\x32\x49\x53\x61\xa6\x92\xa4\x02\x28\ \x09\x00\xe2\x26\x4a\x2d\x9c\x59\x38\xb1\x6f\x3d\xc9\xa8\x6c\x84\ \x79\x12\x78\x34\xf4\x68\x90\x27\x41\x9e\x06\x1e\x95\x18\xea\xa5\ \xeb\xd6\xef\x42\xa5\xa0\x04\x50\xa9\xff\x4e\x95\x3e\x84\x50\x2a\ \xf5\x17\x9f\xff\xfc\xca\xca\x4a\xad\x56\xfb\xd8\x2f\xfc\x42\xa1\ \x58\xbc\xbd\x45\x7d\x3c\x9e\xe8\x1a\xea\xd3\x9f\xfe\x74\x96\x65\ \xbf\xf2\x2b\xbf\x4c\x08\x15\x52\x3e\xfc\xf0\x23\x5f\xfd\xea\x33\ \x49\x9a\x3c\xfd\xf4\xd3\x61\x18\x76\xbb\xdd\x2b\x57\xae\x44\x51\ \xa4\x65\xc8\x53\x53\x53\xb3\xb3\xb3\x5b\x5b\x5b\x0b\x0b\x73\x40\ \x49\x62\x18\x96\x65\xe9\x8a\xf2\xdc\xb9\x73\xf5\x7a\xdd\x30\x8c\ \xd6\xc1\xc1\xa0\xd3\x1b\x4c\x26\xc5\x7c\x2e\x97\xf3\x84\x60\xed\ \x76\x1b\x00\x30\x7f\xf8\x28\x90\x02\x42\x08\xa4\x52\x50\x45\x51\ \x98\xc4\xb1\x6d\x59\x04\x63\x82\xf1\xea\x8d\x1b\x94\xd0\xc3\x4b\ \x4b\x8c\xb1\x6b\xd7\x2e\x1f\x3d\x71\x27\xcf\x52\x80\x11\x46\x24\ \x49\x63\xa8\x54\xbd\x5a\x3d\xfd\xd0\x43\xdd\x56\x7b\x7f\x67\x47\ \x2a\x39\x0e\x27\x71\x94\x48\xa5\xd2\x34\xe5\x8c\xd9\xb9\x5c\x2e\ \x97\x0b\xa2\x08\x42\xc8\x18\x6b\x36\x9b\x93\xd1\x98\x31\x3e\x99\ \x4c\xe2\x38\x76\x73\xae\x52\xc0\xb1\xec\xdd\xdd\x5d\xa1\x14\x89\ \x23\x3d\x25\xe4\x96\x26\x4f\x77\xf6\xfa\xfd\xfe\x5d\x77\xdd\x75\ \xe3\xc6\x8d\xad\x9d\x9d\x63\xc7\x8e\x3d\xf2\xc8\x23\xc3\xe1\xf0\ \xd8\xb1\x63\x2b\x2b\x2b\x3a\x59\x65\x71\x71\xf1\xdd\xef\x7e\xb7\ \xe7\x79\x83\x61\xff\x36\xf8\x5f\xa5\x94\x69\x99\x71\x6f\x78\xf6\ \xf5\xd7\xb2\x34\x3e\x7c\xf8\xf0\x85\xb7\xde\xd4\x3b\x77\x2e\xf8\ \xea\xea\xea\xbd\xf7\xdc\xdb\x3e\xd8\xeb\xf5\xba\xda\xcf\x79\xe8\ \xd0\x21\x9d\x4f\x52\x2e\x97\x1d\xc7\x99\x9f\x9f\x87\x4a\x8d\x06\ \x7d\x08\x41\xb9\x5c\xba\xf3\xe4\x49\x29\x65\x12\xc7\x9c\xb1\x62\ \xa9\x54\x2c\xe4\x01\x00\x79\x37\x77\xe3\xc6\x0d\xc6\xb2\x99\x99\ \xa3\x85\x62\x5e\x08\xa9\x65\xdd\x49\x92\x84\x61\xb0\xbf\xbf\x4f\ \x29\x15\x82\x5f\xbd\x7a\xb5\xdb\xed\x8c\xc7\x63\xed\xd3\x49\xd3\ \xf4\xd0\xa1\x43\xa6\x69\x70\x2e\x08\xa1\x18\x23\xa5\x54\x1c\xa7\ \x17\x2e\x9c\x7f\xe9\xc5\x97\x06\xc3\x51\xb7\xdd\x6e\x35\xf7\xaa\ \xd5\x0a\xe7\x19\x21\x44\xcf\x2a\x69\xb7\xdb\x41\x10\xb4\xdb\xad\ \x62\xb1\xe8\xba\xee\x38\x4d\xdb\xed\x76\x3e\x9f\x0f\xc3\xb0\xd9\ \x6c\x6a\x2b\x93\x6d\xdb\x8c\xb1\x28\x8a\x0c\xc3\x08\x82\x40\x73\ \xee\x18\x63\xed\x89\xd3\x63\x52\xb4\xa7\xc9\xf5\xdc\x99\xb9\xf9\ \x87\x1f\x7d\x0f\xe7\xfc\xc2\xc5\xcb\xed\x4e\xa7\xd7\xeb\x49\x00\ \xd3\x34\xc5\x84\x4a\x29\x74\x0a\x8d\xba\x1d\xda\x5d\x21\x04\x0b\ \xa5\x62\x73\x6f\xff\x8b\x5f\xfc\xe2\xc9\x93\x27\x6d\xdb\x96\x52\ \x2e\x2f\x2f\x6b\x31\x7b\xa1\x50\x38\x72\xe4\xc8\xd3\x4f\x7f\x45\ \x0b\x37\x4f\x9c\x38\xa1\x1b\x2d\x47\x8e\x1c\x51\x4a\x4d\x4f\x4f\ \xd7\x2b\xd5\xfd\xed\xad\xd5\x1b\x37\x2c\xdb\xbe\xf3\xe4\x49\x4a\ \x69\x96\xa5\x10\x23\x21\xa5\x65\x59\x96\x69\xda\xa6\xc5\xd2\x34\ \x08\x82\x52\xb9\x5c\x6b\xd4\xa5\x90\x19\x63\x42\xde\x14\xf5\x6b\ \x53\x74\xad\x5a\x3d\x38\x68\xee\xee\xed\x46\x61\x18\x84\x21\xe7\ \x6c\x6d\x6d\xcd\xcd\x7b\x39\xcf\xb5\x2d\x87\x20\x0c\x00\xd4\xcb\ \xde\xff\x7c\x5a\x46\x01\x20\x21\xe4\x10\x70\x00\x01\x80\xb6\x14\ \x79\x0d\xd3\x42\xce\x66\xd9\x6c\x96\xcd\x64\x6c\x26\xcb\xa6\x33\ \x36\xc5\x18\x56\x4a\x02\x70\xb3\x78\x07\x40\x40\xd8\xa3\xa4\x4f\ \x48\xcb\xb2\x86\x84\x0c\x09\x19\x13\x3c\xc2\xb8\x2f\xb1\x77\x8f\ \x79\xf4\x03\x66\xc6\xc0\xd7\xc1\x37\x50\xe8\xeb\xde\x40\xa0\x20\ \x54\x08\x28\x08\xd5\xcd\x05\xe4\xed\xb9\x3d\xb7\xb8\x16\x05\x00\ \x50\xf0\x26\xaf\x72\x13\x6d\xa1\x54\x48\xbf\x4a\x05\x25\x40\x52\ \x21\xa9\x90\xb8\xb5\x00\x48\x33\x96\x4e\xc8\x9c\x40\x38\x21\xcb\ \xf9\x22\xe7\xb3\x9c\xcf\xdc\x80\xd7\x5a\xc1\xd1\x6b\xe2\x16\x76\ \xeb\xfa\x3d\x74\xe9\xb0\x6a\x0c\x2b\xc6\xa8\x6a\x0e\xaa\xe6\xa0\ \x6e\x05\x1e\x49\x4d\x9c\xd8\x38\xb5\xb1\xc0\x10\x0b\xfd\xfd\x00\ \x7e\xeb\x76\x46\x52\x48\xcb\x34\xff\xd7\x9f\xfa\xa9\xcf\x7f\xfe\ \xf3\x8f\x3d\xf6\x58\xa3\xd1\xe0\x8c\xdd\x06\x09\x09\x21\x7c\xeb\ \xad\xb7\x94\x52\xfb\xfb\xcd\xa7\x9e\xfa\xc2\x13\x4f\x3c\xb1\xb2\ \xb2\x7a\xd0\x3c\x28\x14\x0a\xbe\xef\x67\x8c\x11\x42\xb3\x2c\x9b\ \x99\x99\x69\xb7\xdb\x3a\xea\xe8\x96\xac\x4d\xef\xe8\x7b\x9d\xee\ \xd4\xf4\x54\xb1\x58\x3c\x79\xf2\xe4\x67\x3f\xfb\xd9\x99\x99\x99\ \xe3\xc7\x8f\x17\x4a\x25\xce\xd8\xcc\xec\xec\xec\xfc\x5c\x35\xe3\ \xa6\x81\xb3\x34\x36\x09\xf1\x27\xbe\x12\xf2\x5d\x4e\x0e\x28\x09\ \x01\x8c\xe3\xd8\x34\x68\xb1\x58\xdc\xe8\xf5\xda\x37\x51\xc0\xde\ \xdc\xd8\x18\xf6\xfb\x18\xa3\xc9\x78\x8c\x20\x2e\x78\x5e\xc6\x52\ \xc7\x70\x20\x90\x96\x61\xb8\xae\x33\x1a\xe0\x30\x08\xaa\xe5\x12\ \x8b\xe3\x8b\x97\x2f\x52\xcb\x98\x99\x99\x6e\x36\x5b\x49\x92\xe8\ \xed\xb0\xeb\xba\xfb\x07\xcd\x83\x83\x83\xc3\x87\x0f\xdb\x8e\x9d\ \xcf\xe7\x4b\x85\x42\x10\xf8\x7a\x32\x4e\x18\x86\x53\x33\xd3\x27\ \x4e\x9c\xf0\x0a\x85\xb5\x8d\x8d\xb7\xce\x9d\xd3\x51\x85\x94\x52\ \xed\x3d\x69\x34\x1a\x49\x92\xec\xee\xee\xfa\xbe\x0f\x01\xd8\xdb\ \xdb\x7b\xed\xb5\xd7\x8e\x1e\x3d\x5a\xad\x56\x5d\xd7\x7d\xdf\xfb\ \xde\xf7\x99\xcf\x7c\xe6\xbe\xfb\xee\xb3\x2c\x6b\x75\xf5\x46\xbd\ \x51\xbf\x0d\x42\x8c\x52\xba\xb6\xb6\xfe\xb5\x17\x5f\x6e\x54\xca\ \x27\xef\xb8\xf7\xaf\xfe\xe2\x2f\xf2\x85\x42\xb3\xb9\x2f\xb8\xd8\ \xde\xde\x26\x84\xec\xee\xed\xa6\x51\xf0\xc0\x03\x0f\x6c\x6d\x6d\ \x6b\xea\xe0\x91\x47\x1e\xd9\xde\xde\xde\xdb\xdb\x9b\x9d\x9d\x9d\ \x9e\x9e\x3e\xbc\xb4\xf4\xc6\xab\xaf\x60\x84\x1c\xc7\x5e\x58\x58\ \xf0\x3c\xaf\xd3\xe9\xa4\x49\x62\x5b\xa6\x92\x2a\x49\x13\xd7\xcd\ \x71\xce\x6c\xdb\x4e\x92\x18\x22\x44\x20\x14\xba\x3d\xe3\xd8\xbe\ \x3f\xc9\xe5\x9c\x5a\xad\x1e\xc7\xd1\xc1\x41\xd3\x75\xdd\xb9\xb9\ \x39\xed\x23\x2b\x95\x4a\x69\x9a\x96\x4a\x45\x2e\x44\x1c\x27\x69\ \x9a\x31\xc6\x21\x84\x6e\x2e\xe7\x38\xd6\x1b\xaf\xdf\xd8\xdf\xdb\ \xed\x77\xfb\x93\xf1\x50\x01\xc9\x38\xcf\xe5\x1c\x29\xa5\x14\x02\ \x23\x04\x6f\x8e\x25\x12\x08\x42\x2e\x65\x1c\xc7\x10\xc2\x52\xa9\ \xa4\xed\x0e\xfa\xbc\x84\x61\xa8\x94\x22\x6f\x87\x44\x42\x08\x6d\ \xdb\x1e\x0c\x06\xf5\x7a\xdd\xb2\x2c\xcd\xe4\x30\xc6\x3c\xcf\x23\ \x84\x6e\x6f\x6f\x43\x04\x67\x66\x66\xa4\x90\x90\x90\xa3\x47\x8f\ \x0a\x21\x47\x63\xdf\xb1\x2d\xa4\xcd\x9c\xef\xf8\x6a\xc7\x49\x9c\ \x3c\xff\xec\x73\xdd\x6e\xf7\xb1\xc7\x1e\xbb\x7e\xfd\x3a\x21\xc4\ \x75\xdd\x5e\xaf\x17\x86\xe1\xf9\xf3\xe7\xef\xbb\xef\xbe\x3f\xfe\ \xe3\x3f\x7e\xe8\xa1\xd3\xab\xab\xab\x84\x90\xe1\x70\xf8\xb3\x3f\ \xfb\xb3\xd7\xaf\x5f\x7f\xf5\xd5\x57\x4f\x9d\x3a\xc5\x18\x9b\x9a\ \x9a\x2a\x97\xcb\x00\x00\xcb\xb6\x5c\xd7\xad\x4d\x4f\x71\xed\xbd\ \xa2\xd4\x30\x6e\x8e\x24\xd3\xea\x7e\x29\xa5\x92\x0a\x40\x68\x99\ \xa6\x90\x02\x13\xe2\xfb\x3e\x00\xa0\x5e\xaf\x55\x2b\xd5\x83\xfd\ \x7d\x8c\x91\xee\xa3\x98\xa6\x49\x0d\xea\x79\x1e\x32\x08\x80\x60\ \x38\x18\xea\x83\x09\xfe\xc7\xe7\xb9\x2b\x00\x04\x84\x02\xea\xcc\ \x09\x00\x95\xa2\x4a\x4d\x67\xd9\x42\x9a\xcd\xa4\xd9\x52\x9a\x1d\ \x4a\x93\x2a\xe3\x65\xce\xaa\x4c\x40\x21\x42\x4a\xba\x06\xed\x11\ \xb2\x61\x99\xaf\x7a\xee\xbe\x69\x0c\x31\x1e\x11\x32\xc6\x78\x4c\ \xf0\x88\x90\xf0\xed\x68\x51\xf8\x75\x04\x38\x4b\xe4\xe1\x02\xad\ \xd4\x0d\x96\x28\xa0\xbe\x1e\xa9\xdf\xde\x0a\x48\x85\xdf\x86\xf1\ \x6f\xb0\x3a\x56\xff\x15\xb1\x8e\x20\xd7\xbf\x7c\x6b\x3d\xb8\xf9\ \xe6\x66\x86\xf5\xad\xff\x90\x7e\xaf\x20\x20\x5c\xd9\x21\x77\x02\ \x91\x0b\x99\xe3\x73\x27\xe4\x85\x21\x2b\xf5\x52\x6f\x9c\x4d\xef\ \xc5\xc7\x2f\x8f\xbd\x61\x06\x94\x4a\x3c\x1a\x78\xd4\x2f\xd0\x51\ \xd9\x6c\xcd\xdb\x83\x8a\xd9\xaf\x5b\x83\x9a\x19\x3b\x18\xe8\x75\ \x08\x80\x5b\xeb\xca\xed\x6c\xb3\x30\x0a\xa3\xc0\x25\x39\xcf\xf3\ \x7e\xfc\xc7\x7f\x5c\x29\x25\x84\x64\x2c\x53\x40\xa1\x77\xa2\x73\ \xd7\x25\xe7\x17\xbf\xf0\xa5\x17\x9e\x7f\x69\x6d\x6d\xcd\x30\x8c\ \x2f\x7f\xe9\x69\xcf\xf3\x1e\x78\xe0\xc1\x6a\xd5\x1c\x0e\xc6\x8d\ \xda\x54\x6b\xbf\x75\x70\x70\x00\x00\x58\x5e\x5e\xd6\x81\xa5\x37\ \x6e\xdc\xb0\x2c\x6b\x7e\x7e\xfe\xd5\x57\x5f\x5d\x5b\x5b\xdf\xdb\ \xdd\x7e\xe8\xc1\x07\xb5\x71\x3f\x49\x12\xc6\x98\x61\x18\x95\x72\ \xb9\x50\x2c\xb6\xdb\xed\x89\x3f\x91\x12\x00\x41\x92\x28\x14\x14\ \xaf\xaf\xad\xdd\x7f\xff\xfd\x40\x0a\x20\x95\x12\x00\x28\x30\xea\ \xf7\x10\x54\x52\xb0\x37\xcf\x9d\x5d\x98\x9d\x2f\xe4\xf3\xae\x6d\ \xf5\x95\x18\x0e\xfa\x5e\xce\xc9\xd2\xa4\xd9\x6c\xd6\x65\xc3\xb1\ \x2d\x8c\x0c\xce\xb3\xc1\x60\x70\xed\xca\x95\x6e\xab\x0d\xb8\x6c\ \xee\x6e\x43\x04\x1d\xc7\x69\x77\x3a\x7a\x94\xcf\x70\x38\x34\x19\ \x4b\x13\xa6\xc3\x23\x6d\xdb\x9e\x6a\x4c\x2d\x2d\x1e\x7a\xf1\x85\ \x17\xea\xf5\xba\x60\xdc\x76\xec\x42\x21\x5f\x2c\x16\x1f\x7e\xf8\ \xe1\xde\x60\x60\x58\xe6\x78\x32\xd9\xda\xda\xd2\xca\x7d\x3d\x8b\ \x83\x73\xfe\xe0\x83\x0f\xce\xce\xce\x9e\x3d\x7b\x16\x61\x7c\xfd\ \xfa\x75\x5d\x6f\xce\xcc\xcc\x6c\x6d\x6d\x69\xaa\x04\x63\xfc\xe7\ \x7f\xfe\xe7\xfb\xfb\x7b\x1f\xff\xa5\x8f\x6b\x7f\xe9\x3b\x57\x43\ \xf2\xd9\xd9\x59\xd7\xb6\xd6\xd7\xd7\x7b\xbd\x5e\xb1\x58\xec\x0d\ \xfa\x57\xae\x5c\x8e\x19\xb3\xed\x5c\x3e\x9f\x3f\x75\xff\xfd\x00\ \x28\xfd\x87\x20\x84\x74\xf1\xbe\xbb\xbb\xab\xf1\x7d\x79\xf9\x68\ \xa9\x50\x48\xe3\xe8\xf0\xa1\x43\x14\xa3\x95\x6b\x57\x77\x77\x77\ \x29\xa5\xb3\x33\xd3\x26\xa5\x26\xa5\x9c\xa5\x41\xe8\x9b\x16\x05\ \x50\x01\x20\x01\x04\x0a\xca\x30\xf2\x21\x84\x7e\x30\xc9\xe7\xf3\ \x5c\x64\x52\x89\x43\x4b\x8b\xaf\xbf\xf1\x9a\xed\x18\xe3\xc9\x90\ \x1a\xd8\x76\xcc\x34\x89\x93\xcc\x42\x98\x98\x96\xe9\xb9\x9e\x10\ \x02\x63\xdc\x69\xb5\xba\x9d\x0e\x90\xbc\x56\xad\xcc\x4c\x35\x56\ \xd7\xd6\x07\xa3\x31\xc6\x04\xe5\x1c\xa8\x64\x9a\xc4\x42\x08\xa0\ \x64\x12\x85\x3c\x4b\xa5\x94\x5c\x48\x3d\x08\x30\x4d\xd3\x28\x8a\ \x5c\xd7\xd5\x51\x5f\x7a\x30\xa1\x06\x41\xcf\xf3\xaa\xd5\xaa\xf6\ \x94\xe9\x96\x83\x61\x18\xe5\x72\xf9\xe0\xe0\x20\x8c\xa2\xd7\x5f\ \x7b\x2d\xcd\x52\x88\x69\xbb\xdd\x5e\x58\x58\xcc\x17\x8b\xd3\xd3\ \xd3\x94\x9a\x1b\x9b\x5b\x9b\x1b\xeb\x82\xf3\xdb\xa8\xdb\x11\x02\ \x51\x14\x43\x84\x4e\x9d\x3a\x95\xcb\xe5\xce\x9e\x3d\x7b\xf4\xe8\ \x51\x9d\xe1\xfc\xfb\xbf\xff\xfb\xc7\x8e\x1d\x6b\xb5\x5a\xef\x79\ \xcf\x7b\xee\xb8\xe3\xc4\x99\x33\x2f\xc5\x49\x1c\x86\xa1\xeb\xba\ \x0f\x3f\xfc\xf0\x85\x0b\x17\xce\x9c\x39\x73\xfa\xf4\xe9\xf7\x3e\ \xfa\x9e\xc5\x43\x87\xa4\x10\xb5\x5a\x6d\x7a\x66\x26\x8d\xe2\x83\ \x83\x66\xab\xd3\x39\x79\xe7\x9d\x4e\x2e\x07\xa4\x44\x00\x46\x61\ \xc8\x18\xfb\x6b\x1d\x23\x84\x7a\x7c\x95\x4e\xc7\x74\xdd\x5c\x10\ \x4c\x0e\x1f\x59\xea\x1c\x1c\x54\x6b\xe5\x34\x8d\x87\xc3\xc1\xec\ \xe2\xbc\x94\x0c\x08\x80\x0c\x4a\x29\x2e\x15\x8b\x42\x0a\x42\xe8\ \xff\x20\x70\x97\x00\x70\x04\x19\x80\x86\x52\x05\x2e\x8a\x42\x2c\ \xa4\xc9\x1d\x71\x72\x24\x49\x97\xe3\x64\x26\xcb\x04\x84\x0c\x02\ \x06\x51\xcb\x20\x37\x6c\x6b\xd7\xcc\xef\x1a\xc6\xae\x65\x74\x08\ \x65\x08\x25\x10\xa6\x08\x65\x10\x4a\x08\x91\x52\x08\x80\x5b\xaf\ \xce\xdf\x54\xf8\x20\xa5\xa8\x50\x98\x2b\xc9\xbf\x65\xd5\xee\x7f\ \xbd\x06\x28\x05\xbf\xb1\x6e\xeb\xd7\xf7\x5d\x13\x9b\xc4\x39\xd2\ \x85\x96\x42\x40\x22\x08\x00\x20\x5c\x11\x26\x69\x26\x09\x97\x56\ \x2c\x2b\x9d\xa4\xd2\x49\xca\x9d\xb4\xda\x89\x17\xd7\xfd\x63\x57\ \xc6\x48\x48\xcc\x55\x66\xe1\xd6\xac\xdd\x9e\x75\x5a\x73\x76\x73\ \xc1\xf1\xf3\x34\x72\x49\x62\x13\xa8\x14\xe6\x0a\x8b\x6f\xf4\xcf\ \x54\x4a\x55\x2a\xb5\xbd\x9d\x9d\xe3\x77\x1e\xff\xeb\xa1\x9a\x18\ \xf7\x9a\x6d\xcb\x32\xdf\xa9\x34\x16\x42\x68\x59\x76\xbf\xdf\xdf\ \xdb\xdb\xd3\xd8\x6d\x9a\xe6\xe5\xcb\x97\x6d\xdb\xb6\x6d\xdb\xc9\ \xe5\x08\xc1\x5b\x9b\x9b\xaf\xbf\xfe\xfa\xc9\x93\x27\xf3\xf9\xfc\ \xd5\xab\x57\x75\xad\x61\x9a\xe6\xd9\xb3\x67\x1b\x8d\xc6\x3d\x77\ \xdf\xd3\x6e\xb7\xef\xbe\xf7\xde\x0b\xe7\xce\xdd\xca\x06\xe8\xf7\ \x7a\x41\x10\x98\xa6\x11\x07\xa1\x6d\xbb\x59\x96\xb5\x0e\x0e\x04\ \xcf\x82\x20\xa8\x54\x2a\x2c\x08\x89\x69\x41\x4c\x31\x12\xa3\xe1\ \xd0\xa0\x58\x49\xb9\xb9\xbe\xd9\x3d\xe8\x94\x4b\xa5\x4e\xa7\x3b\ \x1a\xf4\x87\x83\xc1\x54\xa3\xb1\xb9\xb9\x11\xa6\xc9\xc6\xe6\x7a\ \xad\x5e\x3d\xf5\xe0\x03\x4e\x2e\x17\xf8\x93\x2c\xcd\x0c\x6a\x8c\ \xfc\xbe\xe0\x7c\xe9\xf0\xd2\x24\x0a\xfb\xfd\x7e\x63\x6a\xa6\x50\ \x28\x08\x21\xa8\x69\xba\x39\x34\x18\x8d\x34\x5b\x6d\x9a\xe6\xc6\ \xc6\x86\x61\x18\x0b\xf3\xf3\x57\x2f\x5f\x59\x5d\x5d\xf5\x3c\x6f\ \x76\x76\x56\x08\xb1\xbe\xb1\xee\x7a\x9e\x16\xff\xc4\x71\x5c\x2e\ \x97\xab\xd5\xea\x85\x0b\x17\xee\xbb\xef\x3e\x5d\x6f\xba\xae\xab\ \x93\x0b\xf3\xf9\xbc\x66\xbd\x9f\x7b\xee\xb9\x37\xde\x78\x63\x34\ \x1a\x3d\xf7\xdc\x73\xbb\xbb\xbb\xdf\xf3\xa1\xef\xb9\x6d\x4d\x5e\ \xa1\x50\xf0\x27\xd7\xd3\x28\xbc\x70\xfe\x2d\x88\x60\xce\x71\xa4\ \x10\x71\x92\x8c\x86\xa3\x6a\xad\xbe\xb4\x74\xb8\x3f\x18\x5c\x38\ \x7f\x2e\x8e\x63\x2d\x03\xd7\xf6\x7d\xa5\x54\xa3\x31\xb5\xb7\xb7\ \x67\x62\xec\xe5\xbd\x5c\x2e\x17\x45\xd1\xb5\x6b\xd7\x56\x56\x56\ \x08\x21\x0f\x3e\xf8\xa0\xe3\x38\x98\x10\x20\x84\x14\x99\xe3\x38\ \x85\x42\x81\x73\xae\xa4\x52\x40\x41\x88\x7c\xdf\xd7\x82\x57\xd7\ \x75\x05\x17\x00\x80\x7e\xbf\xbf\xb3\xb3\x63\x59\x56\xbd\xde\xb8\ \xa9\x08\x32\x8c\x5e\xb7\x5b\x2a\x57\xf3\xf9\xa2\x54\x0a\x40\xb8\ \xbd\xb9\xf5\xd4\x53\x4f\x5d\x3c\x7f\x1e\x43\x50\xaf\x55\x73\x8e\ \x33\xe8\xf7\x93\x34\x91\x6f\x8b\x1a\xe3\x38\xbe\x35\x4d\x25\x49\ \x12\x4a\xa9\x8e\x71\xd6\x36\x4b\xd7\x75\x0b\x85\xc2\xfe\xfe\x7e\ \xfc\xb6\x38\x9d\x31\x66\x9a\x26\xc6\x58\xeb\xdf\x35\xee\xe7\xf3\ \x79\x4a\xa9\xe7\x79\xa3\xf1\x58\x47\x0c\x01\x08\x06\x9d\x9e\x93\ \xcb\x2d\x1e\x3a\xa4\x4b\x87\xb5\xf5\x8d\x5e\x6f\x30\x33\x3b\x43\ \xc8\xed\xcc\xd8\x13\x42\xe6\xf3\x85\x5c\x2e\xdf\x6c\x36\xd7\xd6\ \xd6\x56\x57\x57\x0f\x1d\x3a\xa4\xdb\x8d\x9a\x32\xba\xff\xfe\xfb\ \x67\x67\x67\xbf\xfa\xd5\xaf\x5e\xba\x74\xc9\x32\x4d\x4a\x69\x3e\ \x9f\xef\xf7\xfb\x00\x80\x53\xa7\x4e\xb5\x5a\xad\xcd\xcd\x0d\xc3\ \xa0\xba\x6d\x30\xe8\xf7\x7b\x9d\x4e\xbb\xd7\x2d\x95\xcb\x85\x62\ \x51\x4a\x89\x30\x52\x5c\x42\x00\x4a\x95\x8a\x93\xcb\x49\x29\xb5\ \x42\x24\xcb\x32\x21\x44\xa1\x50\xc0\x18\x9b\x96\x91\x00\x20\x32\ \xb6\xb9\xb9\x95\xa5\xd9\xd4\xd4\x54\xb9\x5c\x32\x4d\x23\xcd\x32\ \xdf\xf7\x93\x24\xa9\x55\xab\x10\x22\x04\x54\x96\xa4\xdf\xb2\x86\ \x6a\x92\x24\xe8\xeb\xa0\x41\x41\xa8\x30\x06\x04\x23\x88\x20\x00\ \x25\xce\x8f\xfa\xd1\xe1\x30\xba\xc7\x0f\x16\xe2\x78\x8a\xf3\x1a\ \x00\x7d\x00\xb6\x0d\x7a\xd1\x30\xfe\xac\x58\xd8\xb0\xcc\x0e\xa5\ \x6d\x83\xf6\x08\xe1\xf0\x66\x51\x8f\x00\x80\x52\x42\x29\xb5\xec\ \x04\x01\x80\xbf\x7e\x07\x00\xc0\xdf\x66\xef\x63\x89\xca\x98\x14\ \x4a\x71\xf9\xf7\x43\x9e\xf2\xdf\x88\x6b\xe0\x2d\xff\x18\x84\x0c\ \x82\xcc\x04\xc0\x04\x23\x17\x1e\xd4\x6d\x05\x6d\x3d\xc2\xc6\x0e\ \x79\x61\x98\xe5\x87\x59\xb9\x97\xce\xec\x46\xb5\x83\xe4\xd8\x5b\ \x93\x47\xbf\x2c\x32\x0c\xc6\x15\x3c\xaa\x98\x7b\x87\xf3\xfb\x8b\ \x6e\x7b\xce\xed\x35\x2c\x41\x90\x82\x00\x48\x01\x85\x80\x42\xfe\ \x6d\x6b\x4c\xc6\xe2\xfa\xd4\x94\x2b\xdd\x6b\x57\x2e\x2e\x1c\x5a\ \xb2\xed\x1c\xcb\xb2\x5e\xaf\xad\xa4\xaa\x54\xea\xda\xd9\xf4\x8e\ \xc8\xdf\xc9\x64\xd2\x6e\x77\x1c\x27\xb7\xb0\xb0\x18\x04\xc1\x68\ \x34\x26\x04\x0b\x21\xfa\xfd\x7e\x10\x84\x96\x65\x27\x71\x78\xe6\ \xcc\x19\x1d\x9f\xb4\xb1\xb1\x21\xa5\x9c\x4c\xc6\xcf\x3d\xf7\xac\ \xe7\x79\x73\x73\x73\xdd\x6e\x67\x34\x1c\xae\xdd\xb8\x91\x2f\x95\ \x18\x63\x71\x1c\xf7\x7a\x3d\x3d\xcb\xa6\xdd\xee\x8c\x46\xa3\x28\ \x4a\x6d\x8b\x4e\x4f\xcf\x8c\xfa\x1d\x8c\xf1\x78\x34\x5a\x5f\xbd\ \xd1\x98\x9d\x67\x02\x28\xa5\xda\xad\x56\xce\xb1\xa2\x28\xaa\x55\ \xab\x9b\x9b\x1b\x59\x9a\x40\x00\xb4\x8d\xbe\xdf\xed\xce\xce\xce\ \xa5\x49\x3a\x18\x0e\x19\x67\xee\xca\x8a\xed\xd8\xfe\xc4\xb7\x2c\ \xf3\xd8\xd1\x23\x2f\xbf\xf0\x82\x65\x5a\x8e\xe3\x6c\xef\xef\x15\ \x0a\x05\x0d\x19\xc5\x52\x29\x49\xd3\x9c\xe3\x21\x84\x82\x30\x74\ \x5d\x97\x0b\xa1\x13\x1c\xb7\xb7\xb7\x19\x63\x4a\x2a\x48\x60\x10\ \x04\xad\x56\xab\x56\xad\xf6\x87\x43\x4d\xfb\x52\x4a\xd3\x34\x9d\ \x9f\x9f\x7f\xfe\xf9\xe7\x97\x96\x96\x5c\xd7\xd5\xd1\x5a\x18\xa1\ \x5a\xad\xf6\xc4\x13\x4f\x3c\xf5\xd4\x53\x4f\x3e\xf9\xe4\xee\xee\ \xde\x89\x13\x27\x74\xf2\x41\x14\x45\x94\xdc\xe6\xdd\xa7\xd4\xdb\ \x03\x94\x33\xde\x6c\x36\xd3\x28\xe4\x69\x02\x14\x30\x0d\x63\x71\ \x71\x61\x76\x76\x0e\x41\x38\x1a\x0d\x6f\x25\xe5\x62\x8c\xd3\x34\ \xd5\x11\xe7\x37\x6e\xdc\x10\x52\xa6\x61\xb8\xbe\xbe\xce\x19\x97\ \x42\xac\xad\xae\x0a\xc6\xee\xba\xf3\xce\xe5\xa3\x47\x75\x54\x03\ \x42\x28\x89\x59\x7f\xd0\x6b\xd4\xeb\xfa\x56\x04\x52\x2a\x29\xdd\ \x9c\x43\x0d\xaa\x14\x51\x40\x75\x7a\x1d\x7f\x32\xee\xf5\xba\x9e\ \xe7\x22\x84\xc6\xe3\x21\x84\x8a\x73\x86\x11\xe4\x9c\x69\xa4\x8e\ \x93\x54\x72\xfe\xd6\x5b\x6f\xed\xed\xee\xe6\x1c\x2b\x4d\xd2\x34\ \x8a\xfb\xed\x76\x14\x85\x94\xd2\x28\x0c\xb3\x34\x35\x0d\x43\xab\ \x5e\x80\x52\x94\xd2\x5b\x35\x93\x36\x25\xe8\x21\x27\xfd\x7e\xff\ \x56\x1c\xbf\x6e\xea\x2a\x29\xb5\x7f\x35\x08\x02\xce\xb9\x4e\x26\ \xd0\x12\x5b\xd3\x34\x92\x24\x41\x18\x02\x00\x2b\xd5\xea\xfc\xfc\ \x3c\xe7\x7c\x7a\x7a\x86\x73\x96\xa6\xe9\xfc\xfc\x5c\xad\x56\x05\ \xb7\x27\x84\x84\x10\x00\x10\x85\x01\x21\xe4\xca\x95\x2b\x97\x2e\ \x5d\x1a\x8f\xc7\x61\x18\x3a\x8e\xd3\x68\x34\x1e\x3a\x7d\xba\x58\ \x2c\xed\xee\xee\x0d\x06\x83\x30\x0c\xa5\x54\x86\x61\xe4\x72\x39\ \x21\x44\xbd\x5e\xdf\xdb\xdb\x13\x42\x9c\x3f\x7f\x61\x6d\xe5\xc6\ \x78\x32\x39\x62\x5a\x9d\x6e\x37\x4d\x12\xaf\x90\x3f\x76\xec\x98\ \x52\x8a\x73\x6e\x98\x06\xe3\x69\x10\x86\x69\x92\x68\x36\x9f\x50\ \xaa\xa4\xd4\x1d\x05\xcb\xb2\x20\x84\x61\xe8\x0f\x87\x83\x60\xec\ \x3b\x39\xcb\xc9\xd9\xe3\xf1\x88\x10\x1c\xc7\x61\xc6\x18\xa5\x04\ \x42\x80\x31\x62\x2c\xc1\x88\x6c\x6f\x6e\x92\x6f\x09\xb2\x9b\xa6\ \x79\xe2\xc4\x09\xcb\x32\x15\x00\x80\x50\x60\x1a\x88\x71\x3a\x18\ \x78\x9d\xce\x1d\x9d\xf6\x89\xf1\xe4\xce\x30\x2a\x01\x40\x8b\x05\ \x59\x29\x6f\x96\xcb\x67\x72\xf6\x8a\x65\xad\xdb\x56\x88\x50\x82\ \x50\x82\x10\x00\x80\x28\x55\x53\x60\x0a\x7c\x0b\xba\x88\x9c\xa9\ \xa9\x19\x52\xa4\x44\xfc\x7d\xc4\xf6\x6f\xf8\xc0\xba\x40\x14\x60\ \xff\x30\xec\x22\xb8\x26\xa4\x91\x4a\x9a\xc9\xc2\x30\x9b\xdd\x0e\ \xa7\x77\xe3\xd9\xf5\xd1\xe2\xcb\x7d\xf5\xb5\x5d\x99\xa6\xad\x79\ \x63\xff\x68\x61\xe7\x8e\x6a\xff\xc8\x14\xab\x54\x59\x31\x07\x38\ \x87\x59\xf6\xdf\x12\x8b\x19\x8e\xb3\x90\x7b\x0d\xcf\x8f\x86\x97\ \x2e\x9e\x83\x0a\x60\x4a\x3c\x37\x5f\xa9\xd6\x7c\x7f\x2c\xe5\x3b\ \x73\xc3\x23\x84\x5a\xad\x83\x7e\xaf\xbb\x38\x3f\x5b\x72\x6d\x7f\ \x34\x54\x4a\x8d\x27\xe1\x70\x1c\xe6\x3d\xcf\xb6\x72\x40\x01\x05\ \x55\x10\x06\xc5\x52\x31\x4d\x53\x5d\x01\x0c\x47\xe3\x67\xbe\xf6\ \x6c\xb5\x52\xd9\xd9\xd9\xf5\x72\x0e\x67\xd9\x8d\x1b\xab\xc5\x62\ \x9e\x65\x09\xc6\x60\x7e\x7e\xc6\x2b\x14\x11\x84\xcd\x66\xf3\xea\ \xd5\x2b\xef\x3e\xfd\xae\x42\xde\xeb\xb6\x5a\xcf\x7c\xed\xd9\x56\ \xab\x3d\x1a\x4f\x5e\x7f\xe3\xec\x6c\xb3\x9d\x32\x3e\x3d\x3b\xdb\ \xef\xf5\xce\xef\x6c\xe9\x0e\x12\x21\x74\x30\x1c\xb0\x8c\xf5\x47\ \x43\xc6\xf8\x70\x3c\xde\x3b\xd8\x9f\x25\xa8\xd7\xef\x47\x49\xb8\ \xb5\xb5\x3e\x33\x35\x5d\x2a\x16\x92\x24\xba\x74\xe1\xfc\xee\xee\ \x2e\x52\xa0\xd9\x6c\x0e\x87\x23\x4a\x0d\x82\x09\x00\xd0\x30\x8d\ \xfd\x66\x33\x4b\x59\xa1\x98\x0f\xe3\x30\xcb\x52\x7f\x3c\x84\x0a\ \x38\x8e\xb9\x7c\xf4\xc8\xc6\xfa\x46\xb3\xd9\xac\xd7\xeb\x8f\xbd\ \xf7\xbd\xe3\xc9\x84\x52\x6a\xe7\xdc\x83\x76\x07\x21\x14\x45\xd1\ \xd1\xa3\x47\x1d\xc7\x3e\x74\xe8\x50\x2e\xe7\x4c\x26\xe3\x38\x0e\ \x04\xcf\xd2\x2c\x55\x4a\x1d\x1c\x1c\xdc\x7b\xef\xbd\x5f\xfe\xf2\ \x97\x57\x57\x57\x92\x38\x02\x82\x0b\x96\xd9\x26\x51\x52\xdc\x6e\ \x75\x00\x19\x4b\x1d\xc7\x6a\xee\xef\xb6\xdb\x07\x71\x14\x23\xa8\ \x0c\x6a\x7a\x85\xc2\xd2\xe1\x25\x00\x41\x9a\x25\x47\x8f\x1c\xad\ \x94\xcb\x6f\xbe\xf9\xa6\x61\x18\xcd\x66\x73\x6f\x6f\x6f\x69\x69\ \x49\x5b\x81\x2e\x5f\xbe\xdc\x28\x57\xb4\x90\x91\x31\xde\xef\xf7\ \x3f\xf8\x81\x0f\xdc\x73\xdf\x7d\x08\x42\x9e\xa6\x52\x29\x42\xb0\ \xe3\xe6\x08\x46\x69\x92\x60\x42\x94\x92\x0a\x28\x29\x85\x93\x73\ \x7a\xdd\x9e\x4e\xe2\xbc\x7a\xf9\x72\x21\x5f\x88\xa2\x28\x0c\xc3\ \x76\xbb\x5d\xab\xd5\xaf\x5e\xbd\x76\xd7\x5d\x77\xcd\xcc\xce\x79\ \x81\x2f\x04\x50\x4a\x50\x8c\x9a\xad\xee\xda\xda\x9a\xe7\xb9\x71\ \x94\x6f\xb5\x56\x47\x00\xc4\x51\x60\x18\xd4\x10\x32\x0c\xc3\x2c\ \x4d\x31\xc6\x3a\xb6\x13\x0a\x61\x1a\x86\x5e\x5d\x98\x48\x10\x84\ \xfa\x9f\x1a\x94\x31\xc1\x5a\x97\x19\x86\x01\xe7\x42\xef\x99\x38\ \xe7\x7a\xe7\xa4\x67\xa1\x44\x51\x64\xdb\x76\x9a\x65\x00\x11\x00\ \xe1\xdc\xfc\xac\xed\xb8\xb6\x6d\x47\x51\xb4\xb5\xb5\x69\x99\xa6\ \xeb\x3a\x8e\x63\x65\x69\x22\x04\x87\xd0\x54\xef\x7c\x86\xaa\x52\ \xca\xc9\xb9\xed\x76\xf7\xca\x95\x2b\x07\x07\x07\x7b\xbb\x7b\xd4\ \x20\xf5\x7a\xed\x03\xef\x7f\x3f\xe7\x4c\x08\xd6\x68\xd4\xaa\xd5\ \xf7\x7f\xe5\x2b\x5f\x51\x4a\x05\x41\x70\xe9\xd2\xa5\xc3\x87\x0f\ \x9f\x3a\x75\xca\x71\x9c\x3f\xf9\x93\x3f\x79\xf4\xe1\x47\x5e\x78\ \xae\x99\x66\x99\x61\x99\x9b\x9b\x1b\x27\x4f\x9e\xbc\xfb\x9e\x7b\ \x20\xc6\x10\x00\x25\x65\x9a\xa4\xa6\x6d\x19\x14\x65\x83\x90\x60\ \x88\x31\x96\x52\x48\xa9\x2c\xd3\x62\x59\x36\xe8\xf6\x8b\xc5\xd2\ \xfe\xd6\x4e\xe0\x4f\x4c\xc3\xe8\x77\xbb\x6b\x6b\xab\x51\x18\xac\ \xad\xad\x61\x83\x2c\x1f\x3f\xe6\x87\x21\x00\x90\x73\x06\x00\x04\ \x8a\xdf\x58\xb9\xfe\x2d\x00\xf7\x2c\x4d\xdf\xf5\x9e\xf7\x3e\xfa\ \xa1\x0f\x01\x00\x01\xe7\x68\x65\x05\xbf\xfe\xba\xf9\xdc\x73\xce\ \xc6\x16\x6a\x1e\x00\xc3\x00\x0f\x3c\x00\xee\xba\x27\x7c\xd7\x83\ \xe3\xf9\xf9\x78\x7a\xda\x28\x16\xef\x83\xf0\x94\x52\x08\x28\xa4\ \x6e\x96\xb1\xf0\x5b\x8e\x8c\x42\x09\x0e\x20\x04\xff\xff\x78\xdc\ \xd4\xf2\x43\xa0\x3b\xc0\x12\xc3\x49\x92\xa4\xad\xb6\x7d\x70\xe0\ \x5c\xba\xba\xf4\xc6\xd9\xa5\x4b\x97\xc0\x33\xab\xb2\xd4\x8f\x17\ \x17\xa3\x47\x1f\x11\x8f\x3e\x2a\x4e\x9f\x52\x85\x22\x40\x10\x30\ \x0e\x19\xd3\x86\x7d\x00\x20\xe3\xb1\x1f\x0e\x0b\x85\x42\xa1\x50\ \xb8\x75\x79\xeb\x3d\x7b\xa9\x5c\x7d\x47\xfd\x3d\xa5\x00\xcf\x52\ \xc8\x93\x46\xd9\x55\x99\xef\x50\xa0\x80\x79\xd0\x19\xa5\x1c\x0c\ \x86\x21\x96\x9c\x73\x26\xa4\x60\x3c\x23\x14\x21\x0c\x33\xce\x32\ \x9e\x59\x38\x47\x89\xe9\x07\xb1\x10\x60\x3c\x18\x46\xa1\xbf\xb6\ \x7a\x23\x4d\x23\xc6\x92\x41\xbf\xf7\xb9\x3f\xff\xd3\x6a\xb5\x36\ \x1c\x0c\x8f\x1d\x3b\x5e\x29\x96\x7b\xed\xb6\x6d\x50\x00\xc0\x70\ \x38\x6e\x77\x7a\x0a\xa0\x7c\xbe\x78\xed\xda\x35\xa0\xd4\xe5\x8b\ \x17\x58\xc6\x82\x30\x80\x10\xa4\x69\xea\xba\xf9\xd1\x68\xa4\x90\ \x34\x4c\x3b\x88\x5b\xd5\xc6\x94\x02\x60\xe5\xfa\xb5\x52\xb9\xb8\ \xbb\xb5\x61\x59\x66\xde\xb2\xb2\x28\x1c\x0e\x87\xfb\x3b\xbb\x61\ \x18\x52\x82\xc7\xdb\x11\xc4\x84\x33\x99\xa0\x14\x63\xac\x07\xf5\ \x49\xc9\x4d\xd3\x60\x2c\xdd\xd9\xd9\x8a\x83\xb1\xe0\xfc\x5d\xef\ \x7e\xd8\x30\x29\xa6\x68\x34\x19\xe2\x36\x49\x92\x24\xe7\x38\xab\ \xab\xab\x5e\xb1\xf8\xdd\x1f\xf8\xe0\xfa\xda\xda\xce\xce\x4e\xb1\ \x58\xa8\xd7\x6b\x53\x53\xf5\x62\xd1\xcb\xe7\x73\x3b\x3b\x49\xc6\ \x12\x4a\x49\x1c\xc7\x4f\x3e\xf9\xe4\xc1\xc1\xc1\xfe\xee\x4e\xb9\ \x90\x4f\xa3\x10\x21\x55\xca\xbb\x94\x60\x93\x92\xdb\x73\xa8\x02\ \x05\x0c\x4a\xa7\xa7\x6b\x4f\x7f\xf9\x29\x88\xd0\x87\xbe\xf7\x1f\ \xed\xef\x37\x2f\x5f\xbe\xd4\x1b\xf6\x21\x02\x47\x8e\x1c\xda\xd8\ \xd8\x88\xfd\xb1\xfe\xac\xd6\x3e\xea\xbc\xe5\x2c\xcb\x1e\x7f\xfc\ \xf1\xc1\x60\x10\x27\x49\xb1\x54\x1b\x4d\xfc\x23\xcb\xc7\x1e\x3a\ \xfd\xae\x38\x4d\xc7\x93\x09\x10\x2c\xcb\x32\xd3\x30\x8a\xa5\x02\ \x84\x24\x67\x39\x96\x61\x42\x08\xa1\x90\x82\x73\xc3\xb4\xfc\xc9\ \xf8\x60\x7f\xdf\x75\x5d\xcf\xcb\x2f\x1f\x5e\x56\x0a\x64\x09\xcb\ \x99\xb9\x5e\xbb\x6f\x60\xf3\xfa\xb5\x1b\x53\x8d\x99\x42\xb1\x92\ \x2f\x14\x79\x92\x22\x29\xbb\xbd\xee\x99\x17\x5f\x8c\x43\x7f\xaa\ \x51\x5f\x5f\x5b\x05\x10\x70\x21\x04\x80\x8c\x73\x84\x30\x35\x0c\ \xc6\x39\x66\x0c\x69\x9b\xa9\x52\x7e\x18\x6a\xac\x87\x4a\x52\x4a\ \x38\xc0\x4a\x70\x4a\x48\x28\x43\xc1\x79\x18\x87\x0a\xca\x4c\x08\ \xf1\xb6\xb6\xbd\x54\x2a\x4d\x4d\x4d\x69\x32\x5a\x57\xc7\xc3\xe1\ \xb0\x50\x28\x96\x6b\x65\x6c\x58\x33\xb3\xf3\x9a\x8c\x0a\x82\xc0\ \xb1\xcc\xe3\xc7\x8f\xef\xec\xec\xe4\x2c\xab\xd7\xeb\xaa\xdb\xd5\ \x26\x70\xce\x17\x16\x0f\xbf\xf8\xd2\x99\x57\x5f\x7f\xfd\xc3\x1f\ \xfe\xbe\xbc\xeb\xfd\xd5\x53\x7f\xd9\xeb\xb6\x47\xc3\xde\x7b\xde\ \xf3\xe8\x60\x30\x58\x5f\xbd\x71\xc7\xc9\xbb\x0d\xd3\xe4\x82\x4d\ \x4d\x4d\x35\x9b\xcd\x47\x1e\x79\x24\x49\xe2\x3b\xef\xbc\x53\x2a\ \xf9\xc2\xf3\xcf\x1f\x3f\x71\xc7\x9f\x7d\xee\xcf\x4b\x95\xf2\x7d\ \xf7\xdf\x5f\x2a\x97\x14\x00\x18\xa1\x60\x32\x41\x08\x99\xa6\x09\ \x20\x70\x1c\xcb\xb4\xa8\x61\x90\x2c\x8b\x21\xc6\x14\x1b\x52\xa8\ \xfe\x41\x57\x49\xc0\x50\xd4\x28\x94\x5d\x6a\x02\x00\xa6\xeb\x53\ \x49\x94\x74\x3b\xfd\xdd\x9d\xbd\xa9\xa9\xa9\x24\x4a\x73\x56\x4e\ \x41\x20\x14\xe0\x2c\xdb\xde\xd8\xdc\xdf\xd9\xff\xa6\xc1\x9d\x10\ \x65\x59\x65\x08\xd1\xf6\x0e\x79\xfa\x69\xfc\xcc\x33\xf0\xa5\x97\ \x00\x42\xa0\xd1\x10\x8f\x3c\x9a\xbc\xe7\x51\xf1\xee\x77\xcb\xd9\ \x59\xe0\x38\xc0\x34\x2d\x21\x6c\xce\xa1\x94\x40\x81\xef\x3c\xbe\ \x59\xb4\xcf\x17\xd4\xf4\x8c\x7a\xe8\xa1\xf4\x07\x7e\x20\x0d\x43\ \xe8\xfb\xe8\xdc\x39\xfa\xea\x6b\xce\xf3\xcf\xe7\x3e\xfb\x19\xf0\ \x07\x9f\x02\x4b\x4b\xe2\xbb\xbf\x5b\x7c\xdf\xf7\x89\xfb\xee\x55\ \x0b\xd3\x40\x29\x90\xa6\x40\x29\xa0\x8a\x7f\x1b\x5b\xa4\x4d\x95\ \xef\xa4\x82\x04\x98\x58\x8e\x5b\x54\x12\x75\x5a\xfd\x84\x03\x49\ \x72\x6e\xbe\x66\x2b\xc4\x93\x08\x09\x96\x65\x20\x0d\xc3\x28\x8a\ \x92\x24\xd5\x95\x3b\x00\xb0\x50\xc8\xa7\x59\x3a\x1e\x8f\x4d\xd3\ \x2c\xba\x5e\xbd\x5e\x1f\x8f\x07\x51\x1c\x00\x00\x38\x67\x5f\xf8\ \xc2\x17\x66\x66\x66\x47\xa3\x51\xb7\xd7\x4b\xb3\xec\xe2\xc5\x8b\ \xcd\xe6\x7e\xb9\x5c\x2e\x97\xcb\x9a\xdc\x5c\x58\x58\x38\x73\xe6\ \x4c\xa3\x5e\xd7\xe3\xf4\x4c\xd3\xac\x54\x2a\x9c\x8b\x83\x83\x03\ \x2d\x46\x3c\x79\xf2\xe4\xfe\xfe\x7e\xa7\xdb\x2d\x95\x4b\xd4\x24\ \x88\x20\xd3\x34\x97\x8f\x1c\xad\xd7\xea\xaf\xbf\xfe\xfa\xb0\xdf\ \xe7\x19\xcb\xb2\xcc\x75\xcb\x0a\xe0\x28\x49\x10\xbc\xb9\xb6\x49\ \x21\x09\xa5\x08\x63\xcf\xb2\x9c\x5c\x6e\x3c\x1e\x2f\xce\xcd\x42\ \xa8\xc6\xe3\x91\x6d\x39\x42\x08\x1d\x43\x79\xe9\xd2\xe5\x23\x47\ \x0e\xe7\xf3\x05\xc6\xf9\xc4\x9f\x0c\x86\x03\xdd\x23\xed\x74\x3a\ \x52\xca\xbf\xfa\xab\xbf\xda\xde\xde\xde\xda\xde\x8a\xe2\x18\x61\ \xa4\xe3\xd2\x18\x63\xb6\x49\x09\x36\x6a\xd5\x4a\x1c\x87\x48\x01\ \xdb\xb6\x04\xbf\xcd\xea\x03\x42\xc8\x58\xfa\xf4\xd3\x4f\xfb\xbe\ \xff\x8f\x1f\x7f\x7c\x79\x79\xf9\x2b\x5f\xfd\x0a\x26\x24\x0c\xc3\ \xcd\xcd\xcd\x24\x49\x94\x94\x49\x18\x75\x3a\x1d\x2d\x2f\x41\x08\ \xed\xec\xec\x5c\xbb\x76\x6d\x69\x69\xa9\xdd\x6e\x2f\x2c\x2e\x3c\ \xf7\xcc\xb3\x83\xc1\xc0\x34\xcd\x63\xc7\x8f\xdd\x7f\xea\xfe\x5f\ \xff\xb5\x5f\xf3\x3c\xef\x87\xff\x97\x1f\xaa\x94\xcb\x10\xa1\x30\ \x08\xdc\x52\x69\x38\x1a\x8d\xc7\x63\xcf\xf3\x18\x17\x18\x63\x80\ \xa0\x02\xa0\x56\xad\xc6\x49\x12\x47\xa1\x49\x48\xab\xd5\x5e\x5f\ \x5b\x45\x10\x74\x3a\xad\x2c\x4b\x4e\x9d\xba\xaf\xd7\xeb\x1a\x26\ \x5d\x58\x58\xb4\x28\x1d\x0e\xc6\xe7\xde\x7c\xeb\xad\x37\xdf\xdc\ \xda\xda\x9a\x9d\x9d\x8d\xa2\x28\x63\x0c\x23\x44\x08\xc9\x32\x26\ \x95\xd4\x04\x4b\x96\x65\x7a\xf9\xf1\x3c\x2f\x8e\x63\xdd\x1a\x05\ \x00\x10\x4c\xa2\x28\x16\x42\x14\xcb\x25\xd3\x34\x27\x49\xa2\x75\ \x35\x0a\x28\x84\xb1\x6d\xdb\x3a\x05\x0c\x21\xf4\xb6\x29\x49\xd5\ \x6a\xb5\xfd\xfd\xfd\x38\x89\xb9\x10\xcb\x87\x8f\xd8\xb6\x53\x2a\ \x15\xfb\xfd\x41\xa3\xd1\x58\x58\x58\x0c\xc3\xb0\x52\xa9\x64\x59\ \x86\x20\xc4\x08\xdf\xde\x5d\x67\x9a\xe6\x5b\x6f\xbd\xf9\xdb\xbf\ \xfd\xdb\x3f\xfc\xc3\x3f\xf2\xf1\x8f\x7f\xfc\xea\xa5\x8b\x2f\xbe\ \xf8\xe2\x64\x3c\xba\x72\xe5\x4a\xb9\x5c\x62\x59\x96\xa6\xd9\x33\ \xcf\x3c\xb3\xb7\xbb\x6b\x50\x33\x8e\xe3\x30\x0c\xcf\x9d\x3b\x77\ \xef\xfd\xf7\x66\x49\x56\x2a\x96\x8a\xc5\xd2\x4b\x2f\x3c\xe7\xba\ \xee\xd2\xd2\xd2\xbd\x0f\x9c\x7a\xfa\x0b\x5f\xfc\xf5\x5f\xfb\xf5\ \x4f\x7c\xe2\x13\x7a\x08\x09\xe7\x9c\x30\x98\x24\x69\xaf\xdb\xad\ \xd6\xa0\x52\xd2\xa4\x8e\x14\x12\x13\x64\x5a\x26\x21\x34\x08\x03\ \x29\x92\x72\xa5\xf4\xfc\x73\xcf\x86\xa1\xef\xfb\x93\x56\xa7\x55\ \x6b\x54\x97\x8f\x1d\xb9\x72\xe5\xe2\x89\x13\x27\x88\x69\xc5\x69\ \xba\xb9\xb1\xf9\xda\x99\x57\x5e\x7e\xe1\x45\x72\xdb\x98\x0e\x34\ \x41\xb6\xb6\x46\x9f\x7d\x8e\x7e\xf6\xb3\xe8\xfc\x79\x38\x1e\x8b\ \xd3\xa7\xc5\xcf\xff\x1c\xff\xe0\x07\xe5\xf1\xe3\x72\x66\x46\xb7\ \x3f\x80\x94\x80\x31\x90\x65\x0a\x7c\x07\xd5\xbf\x75\x0f\x21\x80\ \x9e\xf3\x00\x21\x40\x48\x95\x4a\xe2\x43\x1f\xe2\x1f\xfe\x30\xf4\ \x7d\xb4\xbe\x8e\xcf\x9e\x25\x5f\xfe\x32\xfe\xcc\x67\xf0\xef\xfc\ \x8e\x5c\x5e\xe6\xdf\xf7\xbd\xfc\x07\x7e\x50\x3c\xf8\x00\x70\x5d\ \x20\x04\xf8\x9b\x18\x9b\xdb\x7b\x30\xae\x20\x34\x2c\x2b\x0f\x4d\ \x49\x38\xdc\xef\x4d\xa8\x99\x23\x8a\x54\x8a\xe5\x63\x4b\x0b\x5b\ \x9b\x57\xdf\x3c\xdf\xd2\x82\x10\xce\x85\xde\xd8\x16\x4b\x25\x8c\ \x09\xe7\x02\xc0\xd4\x34\xab\x42\x88\x42\xa1\xc8\x05\xdb\xdd\xdd\ \x06\x00\xe8\x66\x17\xc6\x28\x8e\xe3\xab\x57\xaf\x76\x5a\xcd\x46\ \xbd\x5e\x2a\x97\x87\xc3\xa1\x65\xdb\xae\xe7\x75\x3a\x9d\x52\xb9\ \x0c\x11\x02\x10\x46\x71\xcc\x38\x8f\xe2\x78\x66\x66\xe6\xe8\xf2\ \x32\xcb\x32\xd7\xf3\x36\xd6\xd7\x4d\xcb\x0a\xc3\xd0\x0f\xfc\xc6\ \x74\x3d\xe7\xb8\x0b\xf3\x87\xa2\x30\x58\x5d\x5d\x9b\x4c\x7c\xc6\ \xa5\x52\x30\x8a\x62\x96\x75\x2c\x27\x17\xc6\x11\x04\xd0\xcd\x7b\ \x00\x00\x21\x25\xc1\x58\x70\x61\x58\x56\xb1\x58\xf4\x27\x63\x8c\ \x89\x94\xbc\x5c\x2e\x4f\x4f\x4f\x85\x61\x70\xfd\xfa\x0a\xc6\x78\ \x30\xe8\x2b\x25\xef\xb8\xe3\x8e\x8c\x8b\xbd\xbd\x3d\x1d\x23\xbe\ \xb9\xb9\xf9\xa5\x2f\x7d\x29\x08\x82\xab\x57\x2f\x43\x08\x11\x44\ \x96\x69\x62\x14\x03\x00\x30\xc6\x86\x61\x38\x96\xc1\xd2\x0c\x21\ \x94\x66\x29\x06\xc8\xc9\x39\xe2\x76\x69\x19\x6a\xd0\xf3\xe7\xce\ \xbf\x72\xe6\xe5\x8f\xff\xe2\xc7\x16\x16\x16\x6f\xdc\xb8\xd1\x6d\ \x77\x10\x80\x81\xef\x8f\x87\x43\xd3\x30\x58\xc6\xa0\x52\x5a\x70\ \x72\x4b\x64\x72\xf9\xf2\x65\xcd\x20\x61\x4c\xa4\x94\x51\x14\x7a\ \xf9\x5c\x9a\xa6\xaf\xbd\xf6\xfa\xe6\xe6\x66\x3e\x9f\x1f\x8e\x46\ \x4a\xa9\xb4\xb9\x8f\xa0\x2a\x57\xaa\x93\xf1\x58\x49\x59\xad\x56\ \x0d\x3b\x07\x14\x97\x8c\xe5\x8b\x25\x4a\x08\x1c\x0e\x11\x00\x1b\ \xab\x6b\xaf\xbc\xfc\x6a\xb9\x5c\xe2\x2c\x11\x59\x3a\x37\x3d\xb5\ \x74\x68\xc1\x32\x48\xad\x52\xea\xb5\x0f\x1a\xb5\x29\x93\x1a\x82\ \xf3\x46\xbd\xd1\xeb\xf6\x3a\xed\xb6\xe0\x1c\x01\xa8\x84\x54\x52\ \x0a\x29\xa4\x54\x9a\x4a\xd6\xd3\xd5\xb5\xc3\xb9\x52\xa9\x0c\x87\ \x43\x1d\xe3\x1e\x85\x21\x44\xc8\x34\xcd\x34\x49\x08\xc6\xa6\x69\ \x66\x9c\x65\x08\x4a\x2e\x2d\xdb\x70\x5d\x57\xb3\xed\x85\x42\xc1\ \xb6\xed\xf1\x78\x3c\x99\x4c\x0a\x85\x82\x41\xa9\x61\x18\x18\xa1\ \xe1\xa0\x87\x11\xc0\x50\x61\xa4\x1e\x38\xfd\xd0\xf6\xf6\xb6\x94\ \x72\xaa\xd1\x48\x92\xa4\x56\x3d\xa6\x3d\xae\xef\xf4\xb0\x1b\x06\ \x6d\x36\x0f\x7e\xfe\xe7\x3e\xf6\x83\x3f\xf8\xf8\x13\x4f\xfc\xea\ \xfa\xc6\xfa\xc5\x4b\x97\xc3\x30\x9c\x4c\x26\xab\xab\xab\xef\x7a\ \xd7\xbb\x76\xb6\x76\xdd\x7c\x5e\xdb\x6b\x4d\xd3\xd4\xad\xd4\x95\ \x95\x95\x42\xa1\xa0\xb3\x7c\x31\xc6\x1b\x1b\x1b\x3a\x84\xa3\xdf\ \xed\x5e\xbd\x7a\x75\x77\x67\xa7\xd7\xeb\xd5\x6a\xb5\x24\x49\xe2\ \x38\xb6\x29\xee\xb4\xdb\x40\x48\xdf\xf7\x2d\xdb\x61\x69\x4c\x4d\ \x5b\x32\x96\xcf\x7b\x69\x92\x9a\x96\x11\xf8\xc1\x33\x5f\x7d\xba\ \x3f\xe8\x3b\x8e\xed\xfb\x63\x4c\xf0\x23\x8f\xbc\x7b\x71\x71\xce\ \x70\xec\x30\x0a\xd8\x64\x5c\x9f\x9e\x43\x10\x7a\xae\x37\x3d\x35\ \xf5\xce\xc1\x1d\x63\x65\x1a\x68\x3c\x41\x2f\xbc\x48\xff\xf8\x8f\ \xc9\x53\x4f\x41\xdf\x97\x47\x8f\x66\x1f\xfb\x05\xfe\xa1\x0f\xc9\ \xbb\xef\x06\x8e\xa3\x30\x86\x59\x06\x6f\x4b\xe3\xf5\x9d\xc7\x6d\ \xf4\xd7\x80\x52\x40\x4a\xa0\x05\x5e\x18\xcb\xbb\xee\x12\xf7\xde\ \xcb\x7e\xec\xc7\x60\xbb\x4d\x9e\x7d\x96\x7c\xfe\x2f\xe9\x1f\xfe\ \x67\xe3\x93\x9f\x12\x0f\x3d\xc4\x7e\xf8\x9f\x89\xef\xfd\x5e\xb9\ \xb0\x00\x94\x02\x9a\xab\xf9\x26\x97\x18\xa9\x00\x84\x5c\x2a\xd3\ \xa0\xa1\x3f\x89\xd3\x04\x63\x53\x08\xce\x24\xe2\x92\x09\xc5\x31\ \x42\x5a\xb3\xc1\x18\xd3\x22\xb6\xbc\xe7\xd5\x6a\xb5\x52\xa9\x28\ \xa5\xcc\x3b\xb9\xf1\xa8\x6f\x59\x54\xc7\xd4\x60\x8c\x4d\xd3\x98\ \x9b\x9b\x1b\x0e\x26\x9d\x76\xbb\x51\xab\x45\x51\xd4\xee\x74\x0c\ \xd3\x1c\x8d\xc7\xa3\xd1\x08\x21\x94\xa4\x69\x10\x04\x43\xc6\xf4\ \xdc\x35\xad\x69\xd1\x45\x5f\xb9\x5c\x26\x84\x04\x61\x58\xa9\x54\ \x28\x35\xbc\x42\x7e\x76\x66\x2e\x8e\xa3\xb5\xf5\x75\x82\xb0\x14\ \xd2\xf7\x03\xd3\xb4\x30\x85\x65\x52\xc5\x18\xa5\x69\x66\x59\x36\ \xc6\x58\xbb\xab\x72\x6e\xce\x76\x9c\x24\x8e\x93\xe1\x80\x65\x59\ \xe0\x07\xdb\x5b\x5b\x8b\x87\xe6\xf7\xf7\xf7\x80\x82\x61\x18\x62\ \x8c\x30\xc6\x8d\x46\x83\x31\x76\xfd\xfa\xb5\xa9\x99\xb9\x76\xab\ \xed\x4f\x7c\x8d\x53\x61\x18\x46\x51\x94\xcf\xbb\xfa\xf6\x0e\xc2\ \x80\x50\x6a\x18\xa6\xce\x19\x47\x40\x66\x69\x16\x45\x11\x84\xc8\ \x32\xad\x38\x8e\xb4\x85\xe7\x76\xc4\xac\x08\x0d\x07\xc3\x7f\xf2\ \xf8\xe3\x85\x7c\xe1\xda\xd5\xab\x00\x80\xb9\x99\xd9\xbd\x9d\xdd\ \x28\x8c\xd6\xd7\xd6\x83\x89\xdf\x6a\xb7\xa3\x30\xd4\x02\x7c\x42\ \xc8\xd4\xd4\xd4\x3d\xf7\xdc\xb3\xbd\xbd\x0d\x21\x5c\x5a\x5a\xda\ \xd8\xd8\xc0\x08\x29\xa9\xc2\x30\x7c\xf5\xb5\xd7\x66\xa6\x1a\x69\ \x79\x3e\x3f\x29\x00\x00\x20\x00\x49\x44\x41\x54\x9a\x00\x90\xdf\ \xda\xda\x92\x42\x54\x2a\xe5\xe3\xc7\x96\x05\xe7\xbb\xdb\xdb\xae\ \xe7\x15\x0b\x05\xc5\x33\x88\x11\x22\x04\x28\x39\xe8\xf5\x92\x24\ \x61\x71\x32\xec\xf5\x5a\x07\x7b\x85\x7c\x0e\x08\x51\x29\x15\x73\ \x8e\xd5\x6e\xee\xa7\x71\x34\xdd\xa8\x8f\x27\xe3\xa9\x46\x63\x34\ \x9c\xa4\x49\xda\xeb\x76\xbb\x9d\x0e\x00\x60\x32\x99\xe8\x74\x49\ \x19\x4b\xa8\x80\x92\x12\x63\x7c\x2b\xff\x4b\x0f\xc6\x9a\x9b\x9b\ \x63\x8c\xf9\xbe\x6f\xdb\xb6\x65\x59\x3b\x7b\x7b\x18\xa1\x52\xa5\ \xac\xb3\x83\xa2\x24\x86\x10\x01\x20\xf4\xe9\x36\x0c\x23\x0c\x43\ \xdd\x4d\xd5\x82\x19\xce\xb9\x65\xdb\x98\x60\x04\xa1\x3f\x19\xef\ \x6c\x6f\x0a\x21\x3f\xf8\xc1\x0f\x2a\xc1\x05\xcb\x18\xe7\x71\x1c\ \x85\x41\x30\x1c\x0e\xb8\xb8\x17\x63\xe3\x36\x0e\x7b\xb7\xdb\x7d\ \xf0\x81\x87\x7e\xe5\x57\xfe\xb7\x0b\x17\x2f\x4d\xc6\xa3\xc3\x87\ \x8f\xd4\xea\xf5\xc0\xf7\xcf\x9f\xbf\x50\xab\xd5\xc3\x20\xb8\xbe\ \xb2\x36\x18\x8e\x3b\xdd\x4e\x18\x86\x47\x8e\x1c\xb9\xe7\x9e\x7b\ \xce\x9e\x3d\x0b\x21\x64\x9c\x39\x8e\xa3\xfd\x56\xda\xbc\xfa\xdc\ \xd7\x9e\x6d\x36\x9b\xd4\x30\x9a\xcd\xa6\x9e\xca\x74\xf8\xc8\x11\ \xdb\xcc\x37\x77\xf7\x9a\xad\xe6\xbb\x1e\x7d\x14\x02\x45\x28\x01\ \x52\x60\x04\x91\x65\xec\xef\xec\x7a\x8e\x15\x04\x93\x95\x95\xeb\ \x95\x6a\x25\xcd\x62\x37\x9f\xb3\x6d\x2b\x49\xe3\xcb\x57\x2e\x9d\ \xbc\xeb\x2e\x96\xa5\xd5\x7a\x43\x4a\xc5\xb2\x6c\x32\x19\xed\x37\ \x9b\xef\x04\xdc\x29\x05\x94\xc2\x7e\x8f\xfe\x97\x2f\xd2\xff\xf0\ \x24\x7e\xf5\x55\x55\x28\xb0\xc7\xff\x31\xff\xe8\x47\xc5\x03\x0f\ \xa8\x7a\x1d\xa6\x29\xe0\x1c\xa4\x29\x54\xdf\x29\xd0\xff\x27\xf6\ \x61\x25\x48\x12\x08\x00\x40\x48\x4d\x4d\x65\x3f\xf1\x13\xec\x9f\ \xff\x73\xb4\xb2\x42\xbe\xf2\x15\xf2\xa7\x7f\x66\xfd\xe2\xc7\xd5\ \xfc\x3c\xfb\xe1\x7f\xc6\x7e\xe4\x47\xe4\xdd\x77\x03\xa5\xbe\x99\ \x2a\x5e\x29\xa5\xa0\x24\x04\x44\xc9\x58\x49\x1a\xc5\x13\x3b\x67\ \x04\x69\x88\x89\xe1\x07\xbd\xb7\x2e\x36\x59\x3c\xc1\x04\x27\x49\ \xc2\x39\xd7\xc2\x35\x4a\x09\x00\x00\x63\x64\x9a\xb9\xf1\x68\xbc\ \xb7\xb7\xe7\xd8\x06\x63\x30\x0a\x23\xfd\x85\x3a\x61\x11\x40\x88\ \x30\x2e\x96\x8a\x33\x53\x8d\xb7\xde\x7a\x53\x5b\x3f\x0c\xc3\x78\ \xe3\xec\xd9\x9c\xe3\x28\xa5\xc6\x93\x31\x67\x5c\x4f\xe7\x19\x8f\ \xc7\x27\x4f\x9e\xbc\xff\xd4\xa9\x41\xbf\x7f\xf9\xca\x15\x3d\xe4\ \xd3\xb2\x2c\xd3\xb0\x56\xd6\x6e\x28\xa0\xb2\x24\xb5\x0d\x2b\x8e\ \x22\xcb\xb6\xf3\xf9\x7c\x1c\x86\x54\xd7\x6e\x10\x51\xa9\xa4\x94\ \xda\x00\xa9\x94\x22\x18\x23\x84\xe2\x38\x01\x10\x10\x42\xe2\x24\ \xa6\xd4\x28\x16\x4a\x9c\xf1\xe1\x70\xb8\xbf\xbf\x7f\xf8\xf0\xd1\ \xc3\x87\x8f\x4c\x4d\x35\x7a\xbd\xde\xb5\x95\x1b\x17\x2e\x5e\x08\ \x82\x80\x10\xca\x39\xd7\x81\xc6\x10\x02\xdd\xfa\x03\x00\x70\xc6\ \xb2\x2c\x25\x04\x3b\x8e\xe3\x58\x76\x9a\xa4\x71\x1c\xd7\xea\xd5\ \x72\xa1\xb8\xb3\xbd\xcd\x19\xbf\xcd\x05\x95\x8b\xf9\xf9\xb9\xaf\ \xbd\xf0\x52\xab\xd5\x2a\x14\x0a\x96\x65\xed\xef\xed\x69\xb9\x48\ \xa1\x50\x98\x5f\x58\x18\x0c\x87\x81\xef\x73\xce\xb3\x34\x2d\x95\ \x4a\x5a\xbc\x68\x18\xc6\x70\x38\x2c\x95\x4a\xd3\xd3\xd3\x77\xde\ \x75\xd7\x8b\xcf\x3d\x5f\x6b\x4c\x3f\xf6\xde\xf7\x0a\xce\x9e\x83\ \x48\x9b\x66\xe3\x28\x6a\x34\xea\x79\xcf\x1d\x0e\x87\x19\x63\x3b\ \x3b\x3b\xf3\x0b\x0b\x10\xa3\x38\x08\x10\x42\x66\x2e\xe7\x16\x0a\ \x6b\xab\xab\x69\x14\x4d\x46\xa3\xa2\xe7\x5e\xbc\x78\x41\x29\xe9\ \xe5\x9c\xc9\x78\xb4\xbb\xbb\x53\x9f\xaa\xf7\xba\xed\x7a\xb5\x06\ \x15\xc8\xb2\xcc\xb1\x9d\x93\x27\x4f\x62\x8c\x47\xa3\x51\xb7\xd3\ \xe1\x42\xe8\x60\x09\xcd\xfe\xe9\xf4\x2f\xf0\x76\x18\x86\x9e\x30\ \xae\xe1\x3e\x4d\x53\x82\xb1\x63\xdb\x52\xca\x41\x7f\x80\x30\xd2\ \xc4\x8b\x4e\x89\xd0\xc3\xf6\xb4\x25\x58\x47\xca\x8c\x46\x23\xcb\ \xb2\xf4\xe0\xec\x9d\x9d\x6d\x84\xe9\x8c\x3b\xcf\xb9\x28\x95\x4a\ \x73\x73\x73\xed\x4e\x67\x34\x1e\x3b\x8e\x73\xe1\xc2\x85\xab\x57\ \xaf\x06\x41\xf0\x91\x0f\xbd\xdf\xb6\xac\x77\x3a\x06\x8b\x73\x51\ \xad\x56\xef\xb9\xf7\x9e\x4f\x7e\xf2\x77\x0d\xc3\xa8\x54\x2a\x17\ \x2f\x5e\xec\xf7\x07\x42\x48\xdb\xce\xcd\xcf\xcd\x6f\x6e\x6e\x74\ \xbb\x5d\xd3\x72\xd2\x34\xb5\x6d\x7b\x6e\x6e\xce\xb6\xed\x13\x27\ \x4e\x9c\x3b\x77\xee\xf1\xc7\x1f\x1f\x8d\x46\x8f\x3d\xf6\xd8\x9f\ \xfc\x97\x3f\x52\x4a\x2d\x2f\x2f\x9f\x3e\x7d\xfa\xc2\x85\x0b\xb6\ \x6d\x1f\x3b\x76\x0c\x02\xb0\xb0\xb0\x70\xe8\xf0\x61\x7f\xd0\x9f\ \x6a\x4c\x7f\xe5\x2b\x5f\xf9\xfe\x8f\x7e\x14\x00\xa4\xa4\x60\x2c\ \x26\x86\x81\x31\x0e\x83\x71\xbf\xdb\x0a\xa3\x51\xa5\x52\xda\xdc\ \x58\xb7\x73\x8e\x65\x1a\x10\xc2\xd5\xd5\x95\xbb\xee\xba\x2b\x63\ \x29\x05\x14\x13\x92\xc4\x41\x12\x47\x8d\x46\xed\x91\x77\x9f\xfe\ \xc6\xc0\x1d\x42\x60\x9a\x70\x34\x22\x7f\xf1\x79\xfa\x7b\xbf\x87\ \xcf\x9d\x13\x77\xdc\x91\xfc\x1f\xff\x3b\x7f\xfc\x71\xb5\xb8\x78\ \xb3\x4e\xf7\xfd\xef\xe0\xea\xdf\x3b\x94\x97\x12\x72\x0e\x20\x94\ \x27\x4f\xa6\x77\xde\x99\xfd\xf4\x4f\xe3\xe7\x5f\xa0\xff\xf9\x0f\ \xe9\xa7\x7e\xdf\xf8\x83\x4f\x67\x3f\xfa\xa3\xec\xa7\x7e\x52\xde\ \x7d\x17\xe0\x02\xf0\xdb\x04\x1a\x82\xb9\x81\x94\x3f\xe9\x75\x93\ \x08\x51\xdb\xca\x57\x90\x45\x85\x04\x04\x63\x90\x01\x9a\x2b\x8c\ \xc7\x7d\xa5\xd4\xd6\xd6\x96\xef\x07\x18\x63\xcf\xcb\x67\x8c\xe9\ \x1d\x2b\xe7\xdc\x30\xa8\xa6\xda\x35\x47\xa1\x94\xca\xe5\x72\xbe\ \xef\x27\x71\x2c\x38\xdf\xda\xda\xca\xb2\xd4\xb0\x2d\x4c\x49\xb9\ \x56\xc5\x94\x48\xa0\x52\xc6\xb0\x41\x31\xa5\x49\x96\x19\x96\x49\ \x28\xf5\x0a\xf9\x38\x4b\xaf\xad\x5c\xef\xf5\x7a\x2b\xab\x37\x92\ \x24\xf1\xa3\x10\x12\x3c\x9a\x4c\x32\x16\x47\x51\x8c\x11\x2a\xce\ \x97\x83\x30\x50\x12\x8c\xc6\x63\x83\x50\xc1\x65\x96\x65\x71\x1c\ \xeb\x4a\x8a\x09\x0d\x2e\x01\x17\x5c\x8f\xe5\xa4\xd4\xc0\x18\x43\ \x88\x92\x34\x19\x8d\x46\x87\x97\x8e\x14\x0a\x05\x2d\xc3\x3f\x7f\ \xfe\x5c\xb7\xdb\x55\x4a\x1d\x74\x3a\x3a\xd0\xca\x34\x8d\x20\x08\ \x5c\x37\x57\x28\x14\x28\x35\x93\x24\x81\x08\x02\xa5\xb4\x0e\x44\ \x97\xcf\x9c\x73\x42\x48\xe0\xc7\x59\x96\x0d\x87\x43\x4a\x09\xba\ \xdd\xc0\x6d\x4c\x48\xbb\xd5\x3e\xf3\xe2\x4b\x8b\x87\x16\xd3\x24\ \xd1\x6d\x12\xc7\xb6\xc7\x93\x49\xa7\xd3\x99\x9e\x9a\x3a\xb6\xbc\ \xec\x9d\x3a\xf5\xd2\x4b\x2f\x8d\x86\x43\xd7\x75\x97\x97\x97\xbf\ \xf8\xc5\x2f\x6e\x6f\x6f\x6b\xc7\x4d\x1c\xc7\xa1\x1f\x68\x55\xcc\ \xec\xec\x2c\xc6\x48\x47\xa5\x37\xf7\x9b\x94\x12\x08\xc0\xc6\xfa\ \x5a\xb9\x50\xbc\x7a\xf9\xf2\xdc\xec\x1c\x4b\x52\x13\x22\xc3\x30\ \x3a\xfb\x4d\x2e\x85\x57\x28\x22\x00\xaf\x5d\xbd\x66\x53\x5a\xad\ \xd6\xc6\x41\xb0\xb7\xb7\x87\x10\x44\x08\x9a\xa6\x89\x20\xbc\xc5\ \x6e\xe5\x73\x2e\x90\x72\x77\x6b\x3b\x9c\xf8\x45\x2f\xdf\xda\x6f\ \x8e\x47\x23\xdb\x30\x45\xc6\xfc\x30\x84\x10\x42\x00\x0c\xc3\xc0\ \x18\xeb\xac\xf6\x34\x4d\xe3\x38\xd6\xd2\x7b\x29\x84\x04\x40\x8b\ \xdc\xbd\x7c\x1e\x61\xd4\xe9\x74\x34\x91\xa2\x47\x9f\x9b\xae\xa9\ \xd3\x0b\x94\x52\xba\xcc\xd7\xaa\x7c\xdb\xb6\x7b\xbd\xde\xe2\xe2\ \x82\x61\xd9\xc5\x42\x7e\xf9\xe8\x91\x28\x0a\x87\x83\x41\xb3\xb9\ \xbf\x72\xfd\xfa\xf6\xf6\x8e\xbe\xe4\x6e\xaf\xa1\xaa\x67\xda\xfd\ \xa7\xff\xf4\x87\xd3\xd3\xd3\x4b\x4b\x87\xc6\xe3\xf1\x78\xec\x17\ \x8b\xc5\xce\x41\xcb\xf7\xfd\xd1\x78\x72\xe8\xd0\xe1\x9f\xfc\x89\ \xa5\x8d\xed\xed\x6b\xd7\xaf\x41\x08\x8f\x1f\x3f\xbe\xba\xba\xfa\ \x85\x2f\x7c\xa1\xd1\x68\x98\xa6\xe9\xfb\xbe\xb6\x3e\xe8\x21\x94\ \xa5\x52\xa9\x5e\xaf\xeb\x0d\x2b\x84\xd0\xb1\xec\xeb\xd7\xae\x56\ \xf3\x85\xd5\x1b\x37\xba\x9d\x8e\x48\x33\x00\x20\xc4\x28\xf6\x63\ \x39\x1e\x53\xd3\xaa\xd6\xca\x67\x5f\x79\x6d\x1c\x8e\x4b\xa5\xe2\ \xca\x0d\x16\xf6\x7a\x2c\xcb\x4a\x95\x0a\xe7\xcc\x75\xdd\x34\x4d\ \x73\xb9\x1c\x41\x08\x13\xea\xe5\xdd\xed\xb5\xb0\xdd\x69\x7f\x03\ \xe0\xae\x73\x79\xbe\xf4\x25\xe3\xb7\xfe\x0d\x3e\x73\x46\x3e\xf8\ \x60\xf2\xbb\xbf\xcb\xbf\xef\x7b\xe5\xd4\x14\x64\x0c\x64\xd9\x77\ \xea\xf4\x6f\x03\xde\x26\x49\x20\x84\x80\x52\xf1\x91\xef\x17\xdf\ \xfd\x41\xf4\xd6\x39\xe3\xc9\x27\x8d\xff\xf8\x1f\xe9\x67\x3f\x9b\ \xfd\x8b\x7f\xc1\x7e\xe6\xa7\xd5\xf4\x0c\x48\x12\xf0\x0e\xad\xf0\ \x4a\x29\xa0\x98\x63\x5b\xc5\x42\x2e\xa1\x40\x22\x42\x2d\xcc\x92\ \x94\x1a\xc4\x31\x30\x32\x48\xde\xcd\x6f\x6e\x22\x08\x61\xa7\xd3\ \x91\x52\x69\xdb\x67\xa1\x50\xd0\xbd\x26\x29\xe5\xfc\xcc\x4c\xa9\ \xe0\x85\xa1\xaf\xbd\xe3\x5a\xb9\xec\xfb\x41\x1c\xc7\x18\xd3\x30\ \x0c\x93\x24\x36\x4d\x63\x73\x6b\xcb\x30\x8c\x38\x4e\x46\xa3\x91\ \xe7\x7a\x71\x12\xeb\x5a\x8f\x71\x5e\xae\x54\x3c\xcf\xdb\xdb\xdb\ \x5b\x59\x59\xd1\xb7\x4a\x14\x45\xba\x18\xdc\xda\xde\x36\x0c\x1a\ \xc5\x71\xa9\x58\xdc\xdc\xdc\x0a\x83\xc0\xb1\x6d\x29\x24\x25\xd4\ \xb1\xed\x2c\xcb\x20\x00\x08\x2a\xc6\x18\x97\x42\x4f\xa0\x97\x4a\ \x4a\x29\x01\x84\x79\xcf\x8b\x82\x00\x02\x90\xcb\xe5\x26\xfe\xc4\ \xf5\xdc\xbb\x6b\x77\x5f\xbe\x7c\xe5\x8d\x37\xde\xf0\xbc\x3c\x42\ \xc8\xb6\x6d\x08\x80\x9e\x5f\x2c\xa5\x34\x0c\xb3\x54\x2a\xe9\x60\ \xc2\x2c\x4b\x59\xc6\x10\x46\x94\xdc\x44\x70\xc6\x98\x12\x2c\x49\ \x62\x21\x58\xb7\xdb\x75\x4c\x0b\x00\x65\x18\xc6\xed\xef\x99\xa4\ \x14\x8c\xb5\x9b\xcd\x51\x7f\xa0\xa7\x7e\x4b\x2e\x4c\x42\xfd\xd1\ \x68\x6b\x63\xa3\x58\x2a\xed\xef\xef\x37\x9b\x4d\x6a\x9a\xd5\x6a\ \xb5\xdf\xef\x6f\x6e\x6e\x3e\xf8\xe0\x83\x47\x8e\x1c\x91\x52\x1e\ \x3d\x7a\x74\xed\xc6\xaa\x9e\x40\x0d\x21\xec\xf7\x7a\xfe\x64\xf2\ \x76\xbe\xd8\x1d\x49\x9a\x5e\xbb\x76\xcd\xcb\xb9\xa3\xe1\xe8\xf4\ \x43\xa7\xbb\x9d\xce\xf4\xec\x6c\x1c\xc7\x29\x63\x57\x2e\x5f\x36\ \x0c\xa3\xdd\xe9\xbc\xf1\xc6\xd9\xbc\x9b\x2b\x97\xcb\x41\x10\x2a\ \x05\x46\x63\x1f\x11\xda\xeb\xf5\xaf\x5e\x5f\x29\x1e\xb4\xde\xfd\ \xee\x87\x0d\xd3\xf4\xfd\xd6\xc1\xc1\xc1\xc6\xc6\x86\x10\x42\x87\ \x31\x78\x9e\x37\x99\x4c\x00\x00\x4e\xce\xf1\xa3\x58\x08\xa1\x39\ \x19\xbd\x27\xf3\x3c\x6f\x7e\x7e\xbe\xd9\x6c\xda\xb6\x8d\x20\xb4\ \x1c\x47\x0d\x06\x8d\x46\xe3\xe4\x9d\x27\x87\xa3\x91\x6d\xdb\x7e\ \x18\x68\x84\xb5\x4c\x4b\x0b\xc3\x3d\xcf\x2b\x97\xcb\xcd\x66\x33\ \x4d\xd3\xdd\xdd\xdd\x28\x8a\x0e\x1f\x3e\x5c\x2a\x95\x66\x67\x66\ \x26\xbe\x5f\xf0\x5c\xdb\x34\xde\x78\xf5\x95\x4b\x97\x2e\x4d\x26\ \x7e\x92\xc4\x10\xa2\x9c\x6d\xea\xde\xcf\x6d\x6f\x55\xa3\x28\xd9\ \xd9\xd9\x59\x5f\x5f\xcb\xe5\x72\xb6\x65\x71\x26\x11\xc2\xfd\xde\ \xf0\xad\x37\xcf\x1d\x5b\x3e\x9a\xf3\xbc\x97\x5e\x7a\x49\x29\x35\ \x33\x33\x33\x37\x37\xf7\xd4\x53\x4f\x31\xc6\x1e\x7d\xf4\xd1\x38\ \x8e\xef\xbd\xf7\xde\x5e\xaf\xd7\xef\xf7\x75\x53\x41\x48\xa9\xc5\ \xef\xad\x56\xcb\x71\x1c\xd7\x75\x37\x36\x36\xba\x96\xfd\xda\xab\ \xaf\x4e\x4d\x4d\x63\x05\x15\x4f\x84\x10\x14\xe3\x8d\xfd\x3d\x7f\ \x34\x26\x18\x9f\x7d\xf3\xf5\x66\xfb\xe0\xee\xbb\xef\x96\x42\x2a\ \x05\xb8\x90\x5a\xac\xb0\xbe\xbe\x31\xf2\x83\xd9\x99\xe9\x85\x85\ \xc3\x71\x92\x74\xdb\x9d\xd5\xb5\xd5\xbd\xdd\x3d\xf2\xff\x51\xb0\ \xdb\x36\xdc\xdc\x32\x7f\xeb\xb7\xe8\xa7\x3f\xad\x0e\x1f\x4e\xfe\ \xfd\xef\xf0\x1f\xfa\x21\x55\xa9\x00\xc6\xbe\x5d\x28\xf5\xaf\xa7\ \x35\xd5\x3f\xe4\x75\x48\x53\xf3\x51\x04\x10\x12\x0f\xbf\x3b\x79\ \xe8\x21\xf6\x53\x3f\x49\x7f\xe7\xdf\x9b\xbf\xf9\x9b\xf4\x2f\xff\ \x32\xfd\xf5\x5f\xe7\xdf\xff\x61\x4d\xdc\xbf\xb3\x72\x06\x20\x9b\ \x5a\x39\xd3\xa2\x4a\xa5\x0a\x10\x82\x97\x16\x67\xa8\x69\x01\x9e\ \x80\x2c\xa2\xc4\xd2\x39\x8b\x8c\x31\x42\xa8\x52\xd2\x34\x4d\xdd\ \xb4\xa4\x94\x72\x2e\x0c\xc3\xc8\x7b\x5e\x9a\x44\xfa\x0e\xd7\xc3\ \x5d\x4d\xd3\xcc\xb2\x7e\xa5\x52\xb8\xff\xfe\xfb\xf7\x9b\x7b\x51\ \x14\x21\x08\xdf\x38\xfb\x46\x18\x85\xa3\xd1\x28\x8c\xc2\x34\x49\ \x4b\xa5\x12\xc2\xd8\xf7\x27\x1b\x9b\x1b\xd5\x4a\xd5\x30\x4d\x84\ \xb1\xde\x9e\x13\x4a\x10\x46\x08\x23\x1d\xc0\x44\x08\x89\xe3\x24\ \x4d\x92\x62\xb1\x28\xb8\xe0\x8c\x2b\xa9\x4a\xa5\x92\xe5\x38\xae\ \x6d\x13\x8c\xc6\x93\x09\x97\x42\x73\x47\x0a\x62\x8c\xf1\x70\x3c\ \x4a\x10\xd2\x44\x41\x18\x84\x8e\x93\x7b\xe5\x95\x57\xc3\x30\xb8\ \x99\x0c\x8c\x90\x65\x59\x86\x61\x10\xc3\xf4\x93\x98\x10\x12\x45\ \xb1\x61\x50\xbd\x32\x21\x04\x74\xed\xaf\x01\x08\x63\x61\x18\x06\ \x42\x48\x08\xc0\x39\x97\x52\xa5\x69\xe2\x39\xb9\x9c\x63\x97\xca\ \x65\xf9\x4d\xa0\x0c\x82\x90\x60\x02\x01\x10\x9c\x0b\x21\x20\x00\ \x18\xa1\x30\x08\xf7\x76\xf7\x9a\xfb\x4d\x01\x94\x1e\x1b\xbd\xbf\ \xbf\xff\xb9\xcf\x7d\x0e\x42\x18\x86\xe1\xd6\xd6\x96\xef\xfb\xe5\ \x72\x59\x29\xa9\xf3\xe5\xf7\xf6\xf6\xbb\x9d\xf6\x78\x32\x09\x82\ \xb0\x3f\xe8\xbf\xf5\xd6\x5b\x47\x8f\x1e\x3d\x74\x68\x71\x73\x6d\ \x03\x28\xd5\xe9\x74\xce\x9f\x3f\x7f\xd0\x6c\x1a\x86\xb1\xbe\xb1\ \xd1\xeb\xf6\x4a\xa5\xe2\xb0\x3f\xc8\xb2\xac\xd5\x09\x47\x63\x3f\ \xe3\xd9\x68\x32\xf1\xc3\xc8\x74\x9c\xe1\xc4\x17\xf0\xe0\xea\xf5\ \x95\xfe\x70\x1c\x05\x89\x60\xbc\xdd\x6a\x11\x42\x72\x8e\xb3\xbb\ \xbb\x5b\x2c\x16\x0b\xf9\xfc\x78\x34\x22\x18\x1b\x94\x72\x05\x18\ \xe7\x3a\xbf\x37\x0c\x43\xdd\x50\xd5\xd3\x36\xca\xe5\xf2\x78\x34\ \x9a\x4c\x26\x7a\x30\x1e\x17\xa2\xdb\xed\x22\x84\x74\xb6\x28\xe7\ \xbc\xde\xa8\xf7\xda\x3d\x8c\x71\xb5\x5a\xd5\x19\xbf\x42\x88\xe1\ \x70\x98\xa6\xe9\xd4\xd4\xd4\xcc\xcc\xcc\x5b\x6f\xbe\x29\xa5\xb4\ \x2c\xab\xdf\xed\xae\xad\xaf\xf9\x13\x9f\x1a\x06\xcb\x32\x8c\xb1\ \xc4\x08\x7e\x13\xaa\x0e\x08\x35\x41\x04\x4c\xd3\x62\x19\x53\x52\ \x45\x51\x6c\x18\xa6\x10\x62\x75\x75\x6d\x6f\x6f\x8f\x71\xae\xf7\ \x25\xe3\xf1\xf8\x53\x9f\xfa\x94\x94\x72\x69\x69\xc9\xf7\x7d\x2d\ \xd3\xfc\xe0\x07\x3e\x30\x99\x4c\x6a\xb5\x5a\x1c\xc7\x57\xaf\x5c\ \x89\xa2\x88\x52\x3a\x99\x4c\x26\x93\x49\x14\x45\x73\xb3\x73\xc1\ \x68\x6c\x1a\x46\x94\xc4\x1b\x1b\x1b\x7e\xe4\x1b\x96\xe9\xfb\x93\ \xdd\xed\x2d\x8c\xa0\x49\x08\xe7\x69\xbb\xdd\x81\xf0\x6a\xaf\xd7\ \x65\x9c\xf7\x7b\x23\x21\xd4\xc1\x41\x9b\x1a\xd6\xf5\x1b\xab\xb3\ \xb3\x73\x0a\xe0\x85\xc5\xc5\x6e\xa7\x13\x85\x61\xad\x5a\x21\x7f\ \xc7\x26\x04\x10\x8c\xbf\xfa\x8c\xf5\x2f\xff\x25\xdc\xda\x4a\x7f\ \xf1\x63\xfc\x63\x1f\x13\x73\x73\x90\x31\xf0\xed\xd3\x29\xc5\x18\ \x67\x59\x9a\x24\x29\x00\x0a\x63\xe2\x38\x8e\xe6\xe9\xfe\x81\xd3\ \x35\x30\x8e\x01\x84\xe2\xf4\x69\xf1\x07\xff\x37\xff\xa7\xff\xd4\ \xf8\xc4\x27\xac\x1f\xfb\x31\xf6\x4b\x1f\xcf\xfe\xd5\xbf\x52\x85\ \x02\x48\xd3\x6f\xfc\xcb\x1c\xd3\xcb\x59\x79\x13\xdb\x88\x42\xac\ \xa0\x82\xe6\xfc\xd4\x02\xa2\x14\x09\x66\x22\x11\x26\xb1\xeb\xba\ \xe3\xf1\x58\x9b\x2a\xa9\x61\xe4\xf3\x79\xc6\x79\x3e\x9f\xb7\x6c\ \x9b\xa5\x99\x41\xa9\xee\x43\x4a\x21\xf4\x67\xde\x1e\xeb\x4e\x6e\ \x5a\xd2\x01\x30\x2d\xf3\xe0\xe0\xc0\xb4\x4c\x62\x10\x3b\xe7\xc4\ \x71\x9c\xb2\x0c\x62\x28\x95\x44\x18\x67\x59\x96\xb2\xcc\x72\x6c\ \xdb\xb1\x93\x34\xc1\x18\x13\x4a\x15\x00\xd4\x30\xa8\x61\xe8\x7c\ \x95\x30\x0c\x4c\xd3\xf2\x3c\xaf\x3f\xe8\x0b\x29\xb5\x20\xcf\x71\ \x72\x8e\x6d\x51\x82\x47\xe3\x31\x42\x88\x73\xa1\x81\x9b\x10\x82\ \x10\x8e\xc2\x50\x01\xa5\xc3\xd9\x6d\x3b\x8a\xc2\x24\x49\x62\x7d\ \xe5\x20\x84\x3c\xcf\x53\x4a\x85\x71\x02\xa4\x66\xd8\x23\x6d\xd6\ \x85\x10\x06\x41\x48\x29\x41\x08\xa6\x69\x26\xa4\xd0\x18\x9a\x65\ \x99\x60\x99\x6d\xdb\x18\x61\x2e\x32\x42\x88\x69\x59\x18\x7f\x13\ \x73\xd0\xa0\x3e\x93\xf2\xd6\x4c\x51\xbd\xf3\xd0\xc1\x0f\x42\xca\ \x2c\x89\xb5\x8c\x67\x30\x18\x08\x21\xf2\xf9\xfc\xb9\x73\xe7\xf4\ \xaa\x10\x04\x41\x1a\x27\x52\x08\x00\x60\xad\x56\x95\x82\xd9\xb6\ \xbd\xb5\xb5\x59\x2d\x17\x4f\x9d\xba\x1f\x00\xd0\xed\xf5\x2e\x5e\ \xb8\x30\x19\x4f\x24\xe3\x67\x5e\x7c\x29\xef\x79\xfa\xc4\x1d\x1c\ \x1c\x5c\x38\x7f\xde\xb6\x2c\xc3\x34\xfc\x30\x8a\x92\x8c\x50\x3a\ \xf1\x43\x85\x49\xca\x65\x10\xc6\x00\x93\x24\xe3\xeb\x9b\x5b\xe3\ \xde\xe7\xe6\x67\x67\xc3\x30\x6c\xd4\xeb\x8c\x31\x4a\x08\x67\x4c\ \xe7\x3c\x13\x8c\x21\x84\x96\x65\xc1\x2c\xd3\x0b\xb9\xef\xfb\x5a\ \xe9\xee\xba\x6e\xb7\xdb\x9d\x4c\x26\x59\x9a\x26\x49\x92\xcf\xe7\ \xd3\x34\xed\x76\xbb\x3a\x89\x5e\x97\xf9\x42\x08\x4a\xa8\xe7\x79\ \xda\xdc\x7f\x6b\x5e\xb6\xe7\x79\xa7\x4f\x9f\xee\xf5\x7a\x52\xca\ \xd1\x68\x94\x24\xc9\x70\x38\xd4\x3f\x84\x09\xc9\xb2\x4c\xbd\xfd\ \xc0\x18\xc1\xdb\xf5\xbf\x40\x08\xa5\x90\x61\x18\x02\xa8\x10\x00\ \x18\x62\x26\x99\x10\x52\x70\x4e\x29\x71\x5d\x2f\xcb\xb2\xbd\xfd\ \xa6\x5e\xb4\x2e\x5d\xbc\xd4\x98\x6a\x4c\x26\x93\xb3\x67\xcf\x6a\ \x7e\x69\x34\x1e\xeb\x8a\x61\x61\x61\xe1\xf8\xf1\xe3\x86\x61\xb4\ \x5a\xad\xd7\x5e\x7b\xed\x81\x07\x1e\x28\x14\x0a\x10\xa1\x8b\x17\ \x2e\xdc\xb8\xb1\xba\xb0\xb4\xf8\xca\xcb\x2f\xe7\x4b\x85\x62\xa9\ \x40\x4d\x22\x32\x76\xe9\xc2\x79\x93\x50\xa5\x24\xc1\x64\x67\x7b\ \xcf\x76\xec\x34\x65\x52\x2a\xc6\x44\x96\x72\x0c\x71\xaf\x37\x44\ \x88\x3c\xff\xfc\xf3\x8d\x46\x4d\x72\xee\xd8\xe6\xfc\xec\x1c\xf9\ \x5b\x91\x1d\x42\xfa\xe9\x27\xcd\x5f\xfd\x55\x35\x3d\x95\xfc\xd9\ \x9f\xf2\xf7\x7f\x17\x80\x08\xc6\xf1\xb7\x11\x88\x21\x04\x3b\x9d\ \xd6\x41\xb3\xa9\xc3\x1e\xa5\x52\x6e\xce\x59\x5c\x3a\x8c\x31\x51\ \xdf\xa1\x92\x94\x02\x49\x02\x30\x66\xff\xe4\xa3\xe2\xf4\x43\xc6\ \x6f\xfc\x86\xf1\x6f\xfe\x4f\x78\x63\x35\xfd\xcd\xdf\x50\x8b\x8b\ \xe0\x1b\xee\xf5\x21\x69\x18\xd8\x31\xa8\x83\x01\x01\x5c\x12\xcb\ \x6b\xee\xb6\x3a\xdd\x9e\x41\xa1\x85\x95\x52\x22\x89\x63\xad\x05\ \x4c\xe2\xc4\x26\x34\xe7\x38\x9c\x31\xdb\x76\xbc\xbc\x47\x09\x05\ \x9c\xf7\xba\xad\x38\x49\x00\x84\x52\x2a\x84\x30\xc6\xc4\x30\x4c\ \x08\x51\x18\x46\x71\x9c\x70\xc1\x21\x84\x84\x52\x42\xcd\x38\x49\ \x33\xc6\xd2\x9b\x9a\x5a\x58\x2a\x95\x0d\x33\xec\xf7\xfb\x84\x52\ \xdb\xc9\x95\x2b\x52\x01\x30\x1c\x0c\xe3\x38\x61\x9c\x67\x59\x56\ \x2c\x95\xaa\xf5\xfa\xf6\xe6\x26\xe7\x32\xe7\xe0\x2c\x4b\x11\x44\ \x0a\x21\x80\x20\xe3\x1c\x61\x94\xa4\x89\x92\x34\x49\x12\xcb\xb1\ \x11\x82\xb6\x6d\x47\x69\xc2\xb3\xcc\xb6\xec\x30\x0a\x93\x38\x49\ \xd3\xb4\xd5\x6a\xd9\xb6\x53\xc8\x17\x31\xc6\x69\x9a\x71\x2e\xa4\ \x94\xe3\xf1\x38\x4b\xd3\x71\x18\x06\x71\x9c\x24\xa9\x94\x32\x9f\ \xcf\x6b\x2d\x50\x2e\x67\x13\x82\x19\x63\x4a\x4a\x2d\x43\x04\x00\ \x62\x8c\x31\x32\x73\x96\xdd\xe9\x74\x18\x63\xc3\xe1\xd0\x30\x68\ \x14\x46\xf0\xb6\xdd\x7b\x6f\x5f\xbf\xb7\xba\x82\xb7\xf8\x1f\x4d\ \xee\x23\x08\x59\xc6\x0c\xc3\x30\x0c\x83\x10\x12\x04\x01\x42\x48\ \x4f\x53\x7a\xed\xd5\xd7\xa2\x30\x74\x1c\xa7\xdd\x6e\xff\x87\x27\ \x9f\x74\x73\x76\x1c\x85\xf3\xf3\xf3\x0a\xa8\x20\x08\x04\xe7\x61\ \xe8\xef\xee\xee\x8f\x46\x23\xdf\x0f\xe2\x34\x69\xb5\xda\x8c\x31\ \xdb\xb6\xc2\x30\x1a\x8f\x47\x8e\x93\x13\x52\xda\x4e\x2e\x8a\x93\ \xf1\x24\x60\x42\x4a\x09\xb8\x04\x49\xc6\x83\x56\x87\x18\x46\x10\ \xc4\xdd\xfd\xf6\x78\x38\x84\x08\x31\xc6\x3a\x9d\x4e\x18\x46\x3a\ \x40\x46\x17\xbf\xb7\xa8\x73\xa5\x14\x80\x50\x87\xc9\x68\x13\x83\ \x61\x18\x39\xd7\x4b\x0d\x83\x0b\xa1\x03\x2a\x52\x96\x29\xa5\x30\ \xc1\x9a\xfe\x22\x84\xd4\xeb\x35\x25\x94\x56\x46\xe9\xe3\xa9\xdb\ \xaa\x3a\xf3\xe7\xa5\x97\x5e\xd2\x4d\x0e\x42\x48\x92\x24\xfa\xa4\ \xe8\x00\xb5\xb7\x6b\x9b\xdb\xdf\x2f\x01\x00\x9c\x5c\x0e\x13\xd2\ \x1f\x0c\x84\xe0\x04\x02\xcd\xe3\xe9\x4c\x72\x3d\xf5\x45\x2a\xc9\ \x05\x4f\xd2\xc4\x2b\x78\x7a\x74\x30\x42\xc8\x9f\x4c\x36\x37\x37\ \x5f\x7d\xf9\x4c\x14\x45\xae\xe7\xfd\xc5\xe7\x3f\x7f\xe8\xd0\xa1\ \xdd\xdd\xdd\x99\xd9\xd9\x7c\x3e\x1f\x04\x41\x9a\xa6\x83\xe1\xb0\ \xdd\x3a\xd8\x58\x5f\x9f\x5b\x98\x13\x52\x5c\xbd\x7a\x15\x11\xc4\ \x58\x6a\x52\xd2\xdc\xdd\x35\x29\x51\x0a\xb8\xb9\xbc\x10\x41\x1c\ \xa7\xbd\xde\x40\x4a\x10\xc7\x09\xe7\xf2\xfc\xf9\x4b\xf9\x62\xa1\ \x75\xd0\xd9\xd8\xd8\x9c\x9f\x9b\x6e\xd4\xea\x93\xf1\x78\xed\xfa\ \x2a\xf9\x1b\x41\x11\x60\x4c\x7f\xef\xf7\xcc\x27\x9e\x10\x1f\xf8\ \x40\xf2\xaf\xff\xb5\x5a\x5e\x06\x61\x08\xbe\xad\x00\x11\x42\x38\ \x1c\x0c\xb6\x37\x36\xee\xbc\xe7\xbe\x6a\xad\x0e\x00\x48\xd3\xf4\ \xda\x95\x8b\xeb\xab\xab\xc7\xee\x38\x01\xe0\x3f\x50\xc9\xbd\x56\ \x1d\x7c\x9d\xf0\x42\xc0\x30\x54\x8d\x46\xfa\x6f\xff\x2f\x79\xd7\ \x5d\xe6\x13\xbf\x06\x7f\xe1\x17\x92\x4f\x7e\x12\xcc\xce\x7d\x83\ \xe4\x80\x80\x89\x40\x3c\x05\x42\x22\xa4\x08\x30\x6c\x8b\x98\x66\ \xeb\xe2\x6e\x9c\x44\x4a\x72\x05\x54\x10\xc6\x10\x22\x03\x61\x88\ \x90\x21\xa5\x83\x09\xc4\xb8\x52\x29\xf7\x46\xa3\xad\xed\x9d\xf9\ \xa9\x69\x27\x97\x4f\x98\x04\x93\x50\xe7\xa7\x31\x45\xcb\x5e\xc5\ \xab\xc6\x71\x14\x05\x5c\x00\xd3\xc9\x18\x33\xdc\x42\x79\x0a\x37\ \x7b\x43\xe2\xe4\xa7\x6b\x53\x49\x9a\x22\xc3\x2c\x35\xea\xa2\xdb\ \x2f\x20\xa3\x50\xae\x38\x85\x02\xb6\x5d\x64\x79\x56\xbe\xe2\xfa\ \x7e\x92\x24\x10\x00\xcb\xb6\x52\x09\x20\x31\x14\xcc\x30\xa1\xa6\ \x61\x21\x89\xa4\x29\x10\x82\x14\x63\xce\x19\x94\x62\x12\x86\x69\ \x14\x2b\x29\x6d\xc3\xc4\x84\x60\x84\xfc\xc0\xc7\x10\xb8\xb6\x95\ \xf8\x41\x24\xa5\x65\x3b\x5e\x3e\x2f\x81\x52\x10\x50\x83\x22\x8c\ \x18\x4f\xa2\x24\x24\x98\x40\xa8\xa4\x10\x4a\x09\x42\x70\x92\x24\ \xa6\x69\xd8\xb6\x4d\x88\x01\x21\x94\x92\x61\x4c\x0d\x8a\xf4\xfb\ \x34\x89\x8a\xc5\x22\x21\x14\x41\x58\xc8\xe5\x6d\xdb\xc6\x88\xaa\ \x9b\x9e\xe1\xdb\x63\x65\x20\x97\x00\x22\x82\x09\x94\x52\xda\x96\ \xc9\x18\xcb\xb2\x14\x28\x29\x05\x47\x06\xc9\x92\x98\x40\x20\x85\ \x20\x84\x26\x49\xca\xb8\x30\x0c\xea\xb9\x39\x80\xa4\xc2\x08\x0a\ \x9e\x26\xc9\xa0\x3f\x78\xfd\xd5\xd7\x08\xc1\x71\x14\xf9\x7e\xd8\ \x1f\x8c\x5f\x7e\xe5\xf5\x4a\xa5\x0c\x01\x80\x84\x2a\x40\x88\x69\ \x1f\x9a\x9e\x7b\xe5\xd5\x57\x30\xc6\xed\x4e\x3f\x63\x59\x2e\x97\ \x8b\x92\x2c\xcd\x32\x62\x18\x19\x63\x5e\x21\x9f\xf3\xdc\xb5\xb5\ \x35\x9e\x65\x82\x73\xc1\x38\x82\x28\x4d\xd2\xc5\xc5\x79\x44\x69\ \xab\xdd\xce\xd2\x74\x34\x1e\x41\x84\x14\x04\x0a\x28\x01\x80\xe0\ \x0c\x02\x24\x84\xc6\x40\x61\x5a\x26\x82\x60\x32\x1a\x12\x0c\x05\ \x17\x95\x6a\xd5\xb1\x68\x38\x11\xbe\xef\xeb\x61\x58\x36\xb6\xf6\ \xf7\x9b\x9e\xeb\xde\x75\xf2\xce\x7e\xa7\x3b\x9a\x8c\xbd\x5c\x2e\ \xc8\xe5\x28\xa5\xa6\x69\x96\x8a\x45\x7d\x08\xe3\x38\x3e\x73\xe6\ \x4c\x12\xc7\x3a\x66\x4b\x0f\x17\x33\x0c\x83\x52\xaa\x67\x6a\xdf\ \x1a\x54\x82\x31\xba\xed\xc2\x9d\x0b\x35\x0e\x14\x21\x96\x9d\xab\ \x40\xc9\x21\x14\x08\xc8\x11\xe7\x71\x14\x09\xce\x80\xe4\x7e\x30\ \x8e\xb3\x84\x4b\x5e\x6b\x4c\x4d\xc2\x28\x89\x12\xc7\xb2\x72\xb6\ \x65\x22\x62\x59\x48\xc6\x11\x25\x38\x0e\x83\xaf\x7d\xf5\x2b\x08\ \x21\x96\xb1\x7c\x21\x4f\x30\xba\x72\xf9\x52\xa7\xdd\xaa\xd7\xeb\ \x08\x01\x05\x45\xbf\xd7\xfe\xae\xf7\x3f\xb6\xb9\xb9\x9e\x65\x71\ \x14\x45\xc3\xe1\xb0\x98\xf7\xc2\x8c\x71\x21\x33\x99\x04\x71\x6c\ \x99\xd6\x91\x63\xc7\x2e\x5d\xbe\xac\x10\x62\x52\x4a\x00\xe2\x34\ \xcd\xb2\xac\xe0\xba\x65\xaf\xb4\xb3\xb1\x13\x27\xf1\xa0\x3f\xf8\ \x9b\xc0\xdd\xb2\xc8\xe7\xff\xd2\x7a\xe2\xd7\xd8\xf7\x7f\x24\xfd\ \x77\xff\x56\x95\xcb\x20\x08\xbe\x1d\x81\x6c\x7f\x77\x77\xf9\xf8\ \x1d\xd5\x5a\x9d\xdf\xd4\x3f\xd0\x3b\xef\xba\xe7\xec\x6b\xaf\x4e\ \xc6\xe3\x42\xb1\x28\x95\xfc\x87\x83\xe8\x08\x02\x29\x15\x44\x18\ \xaa\xbf\x29\x6e\x27\xcb\x00\xc6\xec\x67\x7e\x46\x95\x4a\xf6\xcf\ \xfd\xbc\xf9\xc4\xaf\xb1\x4f\x7e\x12\x10\xfc\x8d\x60\x8c\xe5\x60\ \xc3\x21\x11\x4b\x30\xa1\x0a\x42\x44\x81\x61\x42\xa9\x52\x2e\x32\ \x84\x91\x94\x10\x61\x9a\xa5\x09\x53\x00\x03\x68\x62\x42\x21\xa0\ \xa6\x69\x99\x06\xc4\x58\x22\x12\xc4\x49\xa5\x5a\x4b\x98\xc8\xe5\ \xd3\xd9\x43\xb4\x52\xad\x4a\x6c\x4e\xe2\xcc\x72\x3d\x64\x5a\xa3\ \x20\x8a\xb3\x94\x60\x4c\x9d\x5c\x3d\x5f\x38\xe5\xe6\xdc\x9c\x8b\ \x09\x06\xd4\x50\x4a\x0d\x83\x40\x22\x6c\x38\xf9\x51\x10\x75\x87\ \x13\xa9\x24\x04\x40\x29\x64\x38\xae\xe1\xb8\x10\x42\x4c\x10\xa5\ \x04\x42\xb8\x7a\x7d\xc5\x30\xec\x6a\xa5\x1a\x4e\x82\x28\x0c\x30\ \x46\x06\x35\x58\x96\x5a\x84\x72\xc6\x00\x50\x49\x1c\x4b\x2e\x14\ \x04\x19\x4f\x21\x00\x42\x70\x08\x00\xa1\xd8\x30\x0c\x42\xa8\x76\ \xdc\x10\x42\xc2\x30\x8a\xe3\x48\x01\x45\x08\x05\x50\x49\xa0\xa4\ \x14\x94\x12\xc7\xb1\xb5\x04\x9e\x10\xc2\xb9\x00\x40\x31\xc6\x39\ \x17\x86\x69\x28\x25\x39\x67\xfe\x78\x92\x26\xc9\xdc\xec\x9c\x65\ \x59\x81\x1f\x98\xa6\xf5\xff\xb4\xf7\xde\xe1\x92\x5d\xd5\x9d\xe8\ \x5a\x3b\x9c\x50\x55\xb7\x6e\xec\xa8\x4e\xea\xa0\x6e\x85\x96\x5a\ \xad\x2c\xa1\x88\x40\x59\x88\x24\x99\x60\x3c\x8e\xd8\x60\xfc\x8c\ \xe7\x73\x18\xb0\x67\xbe\x37\xc6\xe0\xe7\x79\xcf\xd8\x62\x3e\xf3\ \x3d\xc3\x18\x8f\x07\x83\x09\x06\x21\x21\x40\x02\x94\x73\x56\xab\ \xe3\x55\xa7\xdb\xe1\xe6\x54\xe1\xa4\x9d\xd6\xfb\x63\xd7\x2d\xb5\ \x3a\x28\x34\x62\x9e\x10\xb5\x68\xd4\x25\x55\xd5\xa9\x7d\xf6\x39\ \xe7\xb7\xd7\xfe\xad\xdf\x5a\x4b\xca\x20\x08\xa2\xe3\xdb\x41\x22\ \xa0\x43\x02\x02\x40\xc6\x05\x0b\x39\xab\x56\x2a\x85\x2a\xac\x51\ \xd6\x5a\x00\x72\xd6\xa0\x33\x08\x4e\x88\x40\x0a\xe9\x00\x03\x26\ \xa4\x10\xe4\x48\x20\x32\x29\x1a\x46\x03\x40\x20\x65\x14\x04\x61\ \x14\x19\x6d\xbc\x6b\x3f\x33\x33\x5b\x1d\x1b\xaf\x54\x2a\x69\xae\ \x65\x5c\x72\xc0\xc6\xa7\xa6\x0d\xa1\x10\x01\x31\x5e\x18\x67\x93\ \x2c\x90\xb2\x54\x2e\x97\x2b\xa5\x2c\xcb\xba\xba\xba\x0e\x1e\x3c\ \xe8\xeb\x62\x1a\xad\xa5\x94\x5d\x95\x4a\x57\xa5\xc2\x39\xab\x35\ \x1b\x63\x13\xe3\x44\x54\xa8\x42\x48\x19\x06\x81\x25\x67\xc8\x12\ \x11\x6a\x04\x00\xce\x18\x93\x18\x48\x19\x06\x32\x49\x12\x20\x0a\ \xc3\x80\x21\x31\x84\x52\xb9\x04\x88\x69\x9a\x0e\x0e\x0e\x0e\x0c\ \x0c\x54\xbb\xba\x7c\xb5\x7d\x6b\xac\xce\x55\x6d\xba\x66\xb4\x1e\ \x1d\x19\xd9\xbf\x6f\x5f\x92\x24\xd3\xd3\xd3\x9c\xb1\x66\xa3\xb1\ \xb3\xd9\xf4\xd2\x58\x29\x25\x17\xc2\xfb\xef\x3e\xe7\xc0\xf3\x39\ \x5e\x68\x7b\xdc\xb5\x4e\xfc\xd7\x72\xed\x22\xc6\x82\x20\x36\x3a\ \x5b\xb3\x6a\x75\x20\xe0\xa9\x27\x1f\x53\x0c\x8b\xbc\x40\x20\xa5\ \x0b\x40\x47\x0c\x65\x14\x09\x11\x14\x85\x66\xc8\xc3\x20\x14\x00\ \x21\xc3\x22\x0c\x47\x94\xe2\xa5\x92\x14\xa2\x54\x2a\x25\x49\x92\ \x67\xd9\xd6\x2d\x5b\xb2\x2c\xdb\xbd\x6b\xd7\xbc\x79\xf3\x9c\xce\ \x83\x28\xe8\x1f\xe8\x4f\x9a\x0d\xa3\x0a\xb2\x14\xca\xd0\x68\x3b\ \x35\x3d\xdb\x55\xae\x88\x30\x8c\x83\xb0\xd2\xdb\x5b\x14\x79\x10\ \x47\x59\x91\xc7\x71\x9c\xa4\x49\x57\x57\x57\x10\x04\xfd\x03\xf3\ \xb8\x73\xce\xb8\x99\xe9\x99\x99\xe9\x19\x87\x47\x76\x62\x0a\x02\ \xdc\xb7\x2f\xfc\xd4\xa7\xdc\xca\x95\xc5\x67\xff\x8a\xfa\xfa\x20\ \xcf\x8f\x2f\x7a\xf9\xff\xbb\xa5\x59\xda\xd3\xdb\xef\x8b\x13\x01\ \x80\x35\x46\xc8\x20\x08\xc3\x34\x49\x7a\xfb\xfa\xde\x1a\xcc\x0c\ \x79\x82\xe5\x15\x68\x13\x21\x05\xe9\x46\xaa\xc2\x52\x65\x76\xe7\ \xbd\x3f\xdd\x1e\xbf\xeb\xc6\xf3\x84\xd6\x87\x7f\xc7\x5a\x28\x0a\ \xf3\xbe\xf7\x15\xfb\xf6\x87\x9f\xfa\x14\x5c\x76\x19\xdc\x78\xfd\ \x6b\x72\x20\x01\xca\xe5\x92\x52\x86\x8b\xa0\xd1\x48\xac\x75\x44\ \x30\x6f\xfe\x82\xb8\xd9\x04\x82\xac\xc8\x93\x24\x45\x5f\x14\x9c\ \x1c\x0a\xe6\x80\x94\xd5\x69\x9e\x23\x63\x88\x08\x0c\x95\xd6\xb5\ \x46\x5d\x19\x1d\x46\x41\x9a\xa7\xb5\x46\x2d\xcd\x73\x6b\x0d\x01\ \xee\xda\xbd\x13\x90\x10\xb1\x28\x0a\xbf\xb3\xf6\xdd\x18\xfc\x03\ \x6c\xac\x25\x47\x00\x0c\x08\x88\x1c\x11\x00\xb6\xfa\xad\x10\x91\ \x23\x67\x8c\x62\x1c\x17\x2f\x58\xb0\x60\xc1\x82\x72\xa5\x5c\x6b\ \x36\x4a\x61\xe4\xac\xb1\xd6\x14\xaa\x40\x06\x8e\x71\x02\x02\x44\ \xe7\x5c\xae\x14\x30\x28\x8a\x22\x08\x43\xc1\x85\xe1\x52\x06\x91\ \x9a\xa9\x35\x1a\x4d\x19\x84\xe5\x72\x9c\x24\x09\xe7\x5c\x1b\xab\ \x94\x76\x04\x5a\x6b\x43\x44\x40\xce\x39\xdf\x03\xc8\xab\x9b\xb5\ \x56\xfe\x29\xf0\x1c\x31\x32\x11\x06\x3c\x0a\x42\xa5\x94\x94\x32\ \x8c\xa2\xf1\xc9\xc9\x20\x0f\xca\x5a\x1b\x6d\xf0\x67\xb9\xf0\x88\ \xce\x3a\x64\x64\xc8\x35\x93\xc4\x5a\xe3\x1c\x79\x4e\xc6\x18\x6b\ \xad\xf3\x31\xea\x30\x0c\x45\x10\x12\x91\x56\x8a\xc8\x01\x63\xe4\ \x9c\xef\x54\x47\x44\x8c\xf3\x4a\xa5\x32\x3d\x3d\xed\x0b\x39\x70\ \xce\x8c\x31\xc6\xda\xa4\xd9\x24\xa2\x42\xa9\x3c\xcf\x95\x52\x45\ \x51\xe4\xad\x5c\x21\x74\x04\x04\xe0\x9b\xae\xf8\x66\xa1\xbe\x72\ \x40\x57\x57\x97\x5f\xde\x3c\xef\xe4\x35\x4b\x5e\x56\xe4\x53\x64\ \xfd\x9c\xb4\xa6\x65\x0e\x28\x7c\xe6\x9a\x07\x5f\x21\x04\x22\x93\ \x32\x28\x95\x31\x8e\x63\x5f\x5a\x60\x72\x72\x72\xf1\xe2\xc5\x42\ \x88\x7d\xfb\xf6\xf9\x33\xda\x31\xb8\x43\x69\xe3\xfd\x71\x63\x8c\ \x2f\xcc\xa9\xb5\x16\x42\x78\x09\x7c\xfb\xe0\xed\x00\x5b\xfb\xce\ \x01\x00\x21\xc4\x71\xe2\x3b\x02\x80\x2b\x74\x03\x49\xca\x72\x44\ \xa4\x47\xc7\x87\x23\xc9\xb3\x2c\xf3\x6a\x5a\xc6\x45\x33\x69\x3a\ \xe7\xaa\x95\x4a\xa9\x14\x77\x77\xf7\xf4\x56\xab\xa6\xd0\x92\x23\ \x3a\xeb\x88\x0a\xa5\x38\xf3\xb5\x04\x44\x77\x77\xb7\x0f\x0c\xf8\ \x06\x93\xce\xb9\xee\xee\xee\xac\x91\xa4\x59\xc1\x83\x68\x6a\xb6\ \x91\x29\x93\xa6\xa9\x73\x44\x28\xf2\x22\xe7\x42\x47\x3c\x60\xcc\ \xf6\x0f\x74\x6b\x5d\x72\xce\xf9\xe2\xa9\x4a\xa9\x72\xb9\x5c\x2a\ \x95\xac\x35\x1c\xf9\xc8\xf0\x70\x92\xa6\x5c\x08\xc1\x99\x38\x0c\ \x9b\x09\x31\xf8\xd7\xaf\xb1\x9d\x3b\xb3\xef\x7e\xc7\xad\x58\x81\ \xaf\xcb\x67\xe7\xc2\x20\x7f\x93\xf0\x1d\x08\xe0\x88\x08\x48\x69\ \x35\x35\x32\x41\x44\xe5\x4a\x65\x60\x60\x3e\x01\x59\x6b\x9c\xb5\ \xce\xda\xb7\x00\xb8\xc3\x21\xcf\xc9\x51\xde\x64\x4c\xd5\x0e\xfe\ \xf0\x9b\xff\xf4\x88\xdd\xf0\xa9\xdf\xbb\x45\xd5\x47\x86\x46\xfa\ \xc3\xb8\x24\x31\xcd\xd5\x11\xf8\xee\x1c\x58\xab\x7e\xf7\xa3\xe2\ \x87\x3f\x90\xb7\xde\xca\xce\xde\xf8\xaa\xce\x3b\x22\xe6\x85\x6e\ \x26\x39\x02\x68\x63\x1d\x90\xd1\x26\x8a\xe2\x8d\x1b\x37\x66\x69\ \x81\x8c\xed\xd9\xbb\xe7\xc0\x81\x61\xce\x18\x17\xc2\xe4\x1a\x91\ \x85\x51\x94\x6a\x2b\x84\x38\x61\xf1\xe2\x34\x53\x07\x0f\xec\x9b\ \x9c\x1c\x9b\x9a\x9e\xe6\x42\x58\x67\xb5\x31\x42\x0a\x63\xad\x73\ \x8e\x71\x4e\xce\x31\x40\x22\xe7\x9b\xde\x39\xe7\xbc\x6c\xdc\x0b\ \x51\xbc\x0e\x07\xda\x68\xee\x9c\x17\x53\x22\x22\x63\x1c\x80\xfc\ \x87\xc7\xc6\xc7\x06\xba\xfb\x1a\xcd\x44\x4b\x51\xcf\x67\x8a\x22\ \x37\x56\x1b\x63\x06\x06\xfa\xa8\x52\xd1\xda\x28\x63\x3c\xcc\x71\ \xce\x1d\x41\xa1\x94\x2f\x60\xc2\x38\xab\x74\x57\xd3\x22\xb7\x53\ \x93\x28\x18\x01\x15\x46\x15\x5a\xc9\x50\x86\x32\x06\x00\x95\x24\ \x59\x96\xf9\x56\x41\x5e\x9e\xe1\xe9\x63\x0f\x70\x04\x10\x86\xa1\ \x5f\x7d\x99\x10\xcc\x18\x6d\xb4\x25\xa7\x8a\x82\xaa\xfe\x71\xe1\ \x3f\xcb\x75\x07\xc6\x08\x88\x9c\x43\xc4\x2c\xcb\x88\x9c\x3f\x65\ \xdf\xee\xca\x5a\x0b\x8c\xb5\xb3\x40\x7d\x26\xa7\xe0\xc8\x38\x07\ \xf0\xaa\x53\x8f\xb1\xd8\x92\xc9\x97\x4a\x3e\x45\xbe\xd9\x6c\x0a\ \x21\x88\x28\x69\x36\x0f\x1e\x38\xe8\xc8\xf9\x03\xce\x81\xb2\x23\ \x72\x81\xec\x5e\xb4\x78\x61\xa3\xd1\x18\x1f\x1f\xf7\x4a\x15\xaf\ \xaa\x54\x4a\x35\x9b\xcd\x24\x49\xa4\x14\x5a\x2b\x39\xd7\x32\xc9\ \xc7\x03\x3c\xce\xfa\x2b\xe5\x41\xd9\x18\xe3\x9b\x6f\xf8\x24\x61\ \x21\x84\xb5\x76\x7a\x7a\xda\x3a\xb2\xd6\x20\xca\xbe\xbe\x3e\x22\ \x1a\x1b\x1b\xf3\x6d\xbe\x3d\x91\xd5\xa8\xd7\x91\x8b\x56\x13\x22\ \x29\xbd\x84\xc9\x3f\x05\xfe\x8a\xfb\x3a\xf2\x6d\x86\xdd\xdf\x39\ \xed\xdb\x43\x08\x71\xdc\x2e\x28\x91\xeb\x2a\xf3\x52\x1c\x2a\x95\ \xcb\x00\x6a\xb3\x53\x33\xd6\x06\x81\x34\x4a\x19\x63\x33\xa5\xf2\ \xbc\x20\xe7\xc2\x30\x34\x85\x06\x4b\x52\xc8\xa4\xd1\x4c\x8a\x3c\ \x96\x32\x96\x22\xcb\x33\xad\x0d\x10\xf8\x65\xcf\x2f\x6c\x3d\x3d\ \x3d\x51\x14\xed\xdb\xb7\xaf\x5e\xaf\x07\x52\x1a\xc2\xfd\xc3\xa3\ \x69\xa1\x73\x65\x9a\x59\x61\xad\x45\x2e\x82\xb8\x3c\xdb\x4c\xfa\ \xa3\xf2\x49\x2b\x4e\xcc\xb2\x2c\xcf\xf3\x24\x49\xfc\x92\xb0\x60\ \xc1\x02\xdf\x9d\xb8\x5e\xaf\x47\x32\x70\x45\x41\x44\x41\x14\xe2\ \xe1\xe0\xce\x18\x36\x9b\xe2\x8e\x3b\xec\x65\x97\x9a\xcb\x2e\xc3\ \x24\x79\x3d\xe1\x4b\xde\xd8\xf4\x48\xf3\x9e\x6f\x02\xd9\x37\x41\ \x31\x46\x22\xe7\xd4\xb2\x73\x81\x5f\x4e\x2a\xa7\x56\x82\x3e\x39\ \xeb\x00\x60\xdf\xd0\x9e\x66\xa3\xfe\x16\xa0\x65\xc8\x51\xa9\x5c\ \x5e\xba\x6c\x05\x17\x47\x0d\x11\x23\xe3\x38\xb9\x77\xf7\x4c\x2a\ \xcb\xb1\xb5\x00\x61\x14\x8c\x6c\xfd\xc9\xdf\xfc\xe5\xe6\x65\xeb\ \x2f\xbd\xf1\xca\xb3\x22\xd2\x87\x97\xbb\xd7\x9a\xba\xba\xf4\x6f\ \xfd\x16\xff\xf8\xef\xf3\xc7\x1f\xa3\x20\x78\xb5\x90\x35\xf3\xf7\ \xd9\xc0\xc0\xbc\x66\x92\x94\xcb\x95\x24\xcb\x77\xee\xda\x2d\x65\ \x40\x04\xa5\x72\x29\xcf\xf3\x97\xfc\x68\x72\x16\xa8\xd6\xac\xcb\ \xa8\x3c\x32\x3a\xd2\x48\xf7\x0c\xee\xdc\x9d\xe5\xa9\xb5\xda\x5a\ \x27\x03\xa9\xb5\x06\x86\x94\x03\x10\x19\xe7\xac\xb3\x0c\x91\x13\ \x11\x10\x63\x48\xe4\xd1\x81\x10\x99\xf7\xd4\x10\x90\x73\xe9\x7b\ \xb3\x79\x8f\xac\xd5\x9f\x6c\xce\x10\xd1\x92\x65\x40\x21\x13\xe5\ \x30\x04\xab\x03\x2e\x85\x14\x5c\x30\x00\xe0\x52\x10\xb4\xda\xdc\ \x28\xa3\x9c\x72\x42\xc8\x24\xcd\xa3\x38\x22\x20\xa5\xb4\x75\x80\ \xc0\x1a\xf5\xe6\xac\xad\x45\x61\xdc\xdb\xdb\x2b\x45\x24\x45\x90\ \x26\x79\x14\x96\xa4\x94\x8d\x7a\xd3\x3b\xa4\xc6\x18\x2f\xe1\x5f\ \xb0\x60\x81\xb5\xd6\xe7\x4c\x0e\x8f\x8e\x14\x4a\xf9\x67\xb8\x52\ \xa9\x0c\xcc\x9f\x87\x0c\xad\x31\x32\x08\x2a\x95\x0a\x21\x06\x61\ \x70\xfc\xdb\x47\x22\x04\x40\x44\x21\xa4\x60\xcc\x7b\x54\x59\x6a\ \x9d\x73\x5e\x59\xc8\x18\x43\xce\x05\x17\x45\x51\x64\x85\xe2\x5c\ \x30\xc6\x38\xf7\xf3\x63\x11\xd1\x39\xf2\x52\x13\x9f\x17\x9a\x65\ \xd9\xe8\xe8\xa8\x67\x30\xc2\x28\x0c\xe3\x88\x18\xab\x35\xeb\x04\ \x20\x02\x09\xaa\x70\x0e\x10\x88\xfb\x70\xb4\x35\xb5\x5a\x6d\x72\ \x72\x72\x62\x62\xc2\x18\xa3\xb5\xf6\xe0\xeb\xeb\x4c\x78\x76\x3b\ \x4d\x13\x0f\xdf\x7e\xc1\xf3\xaa\x76\xbf\x5d\x30\xc6\xcc\xb9\x25\ \xe8\x5f\xfb\x86\x10\xd5\x6a\x95\x31\x16\x45\x61\xad\xde\xac\xd5\ \x1a\xcb\x97\x2f\x9b\x3f\x7f\xbe\x77\xcf\xc7\xc7\xc7\x47\x46\x46\ \x8a\xa2\x08\x83\x90\x9c\x33\x4e\xfb\x15\xd4\x87\x8b\xfd\x8a\xde\ \xe2\x09\xa3\x48\x1b\xe3\x97\x58\x3f\x00\xff\x13\xad\x9d\x0a\x63\ \xc7\x9d\x3b\x46\x04\x8c\x61\x14\x31\x64\x86\x73\x17\x70\x51\x0a\ \x2b\x32\x08\x0e\xec\xcb\x1a\x8d\x0c\x80\x86\x86\xf6\x59\x6b\x81\ \xa0\x1c\x97\x94\x2a\x26\xa7\x26\xd1\x81\xb5\x56\x0a\xce\x18\x33\ \xce\x38\x22\xce\xb9\x3f\x73\x8f\xd1\xbe\xa6\x1b\x22\x36\x9b\xcd\ \x38\x8e\xcb\x7d\x7d\x16\x79\xad\x91\x58\x60\x4c\x84\xda\x35\xb4\ \xb6\xd6\x58\x19\xc8\x52\x57\x8f\x75\xe4\x57\xdf\xdd\xbb\x77\x2b\ \xa5\xd2\x34\x63\x0c\x07\x06\x06\x26\x27\x27\xeb\xf5\x7a\x14\x45\ \x18\x06\xb9\x2e\xe2\x30\x06\x1f\x6e\x39\xdc\x13\x4b\x12\xbe\x65\ \x4b\xf1\xe9\x4f\x43\xa9\x04\xaf\x19\xdc\x11\xb1\xc8\xd3\xc6\xbf\ \xff\xfd\xe2\x08\x64\x10\xd2\x9b\x00\x37\xc9\xb9\xfd\x4e\x1b\xeb\ \xc8\x5a\x68\x15\x5f\x71\x7e\x4b\xde\xdb\x3f\xb0\x70\xd1\xe2\xb7\ \x80\xe7\x4e\x00\x59\x9a\x26\x49\xb3\xbb\xa7\xf7\x68\x30\x41\x56\ \xdb\xc5\x67\x5e\xf6\x2e\x69\xff\xf9\x91\x29\x47\x60\x8d\x1b\x58\ \x79\xf6\x07\x6e\x3a\xe9\x3b\xff\xeb\x47\xcf\xac\x5e\x77\xd9\xea\ \x38\x57\x87\x4f\x02\x2a\x65\xce\x3d\x0f\x4a\x25\xb6\x75\x1b\x54\ \x2a\xaf\x3a\x86\x7a\xa3\x39\x33\x33\x7b\xfe\x85\x17\x16\x85\x09\ \xa2\x68\x74\x64\x74\xd3\xe6\xcd\xcd\x66\xea\x9c\x2b\x95\x4b\x0c\ \x31\x10\x52\x29\x6d\xac\x45\xc1\x41\x32\x60\x6c\x6c\x62\xfc\xb9\ \x2d\xdb\x1a\xcd\x34\x8c\x4b\x61\x29\xd4\xa6\x55\x19\x98\x71\xe6\ \x5b\x34\xb4\xdc\x52\x22\xc9\x19\x43\xdf\xce\xdb\x01\x81\xdf\xbf\ \x3b\xe7\x18\x43\x21\xbc\x4f\x6a\x19\x43\x44\x41\x44\x44\xce\x18\ \xd7\xca\xac\x22\x87\x80\xd6\xc7\xec\x8c\x9a\x9a\x9e\xea\x59\x71\ \x62\x1c\x48\x41\xa8\x80\x9c\x35\x8e\x68\x76\x76\x16\x7a\xc0\x3a\ \x0b\x0c\x8c\xd6\xca\x18\x2a\x74\x96\xe7\xa5\x6a\x55\xa9\x42\xc6\ \x15\xae\x6d\x48\x54\x2a\x97\xb5\x36\x04\x98\x17\x85\xb1\x86\x0b\ \xd9\x4c\xd2\xbc\x50\x42\x48\x36\xa7\xdf\xf0\x78\x51\x2a\x95\xbc\ \x66\xc6\xcd\x35\x58\x20\x47\xca\xea\x56\xa3\x89\x20\xb0\xd6\x05\ \x51\x18\xc5\x51\x18\x86\x33\xb5\x99\x99\x5a\xed\xb8\x81\x06\x00\ \xb8\x10\x52\x4a\xdf\x18\x91\xcd\x79\x82\x3e\x96\x88\x88\x48\x24\ \xb9\xe0\x82\x33\xce\xad\x75\xce\x59\x21\x65\x18\x86\x4e\x6b\xa3\ \x8d\xaf\x21\xed\x71\xb6\xed\xd2\x7a\xbd\x60\x14\x45\xf5\x5a\x7d\ \x7a\x66\x06\x10\xac\x73\x1e\x5b\xb5\x31\x44\x24\x85\x8c\xe2\x18\ \x91\xd5\x6a\xb5\x83\x07\xf6\xfb\xed\x54\x9a\xa6\xfe\x38\xbe\xa2\ \xba\x57\x1f\x12\x39\x1f\xd8\xf4\x64\x88\xbf\x6a\xde\x61\xf7\xaf\ \xfd\x7a\xdc\xee\x25\xe2\xa9\x1b\xce\x79\xa3\xd1\x08\xc3\x60\xc1\ \xc2\x85\x63\xe3\x93\x79\x9e\x6f\xdd\xba\x75\x62\x62\xc2\xaf\x01\ \x7e\x56\x3d\x52\x8b\x20\xf4\xad\x0d\xbd\x3a\xc8\x97\x96\xe4\x73\ \xf9\xc0\xfe\x8c\xda\xd2\x49\x00\xf0\x6f\x79\x88\xff\x99\xe6\x9c\ \xf3\x28\xe4\x46\x9b\x6a\x25\x46\x40\xad\x74\xa5\x52\x22\x20\xc6\ \x85\x05\x98\xad\xd5\x19\x17\x51\xc0\xbb\xab\xdd\xcb\xe8\x14\x44\ \x00\x00\x20\x00\x49\x44\x41\x54\x5c\x84\xda\x5a\x55\x28\xc9\x45\ \x7f\xdf\x3c\x4e\x54\x9b\x99\x52\x5a\x3b\x20\x04\xd0\x5a\xcf\xce\ \xce\x7a\x40\xf7\x40\xef\x09\xa5\x7d\xfb\x0e\x10\xa1\x75\xa0\x8d\ \x05\xb2\x8c\x09\x40\x1b\xc4\x41\x1c\xc5\xdd\xdd\xdd\x49\xda\x7c\ \xec\xb1\xc7\xad\x35\xcd\x66\x13\x11\xf3\x3c\x2b\x97\xcb\x63\x63\ \x63\x71\x1c\x37\x1a\x8d\xa2\x28\x42\x21\xfc\xd2\xee\x1c\x21\xc2\ \xe1\xe0\x0e\xd6\x42\x9a\xba\x93\xd6\xd0\xeb\xa4\xcf\x91\x71\x56\ \xaa\x36\xc7\x76\x70\xf8\x39\x54\x67\x3f\x0e\x35\x01\x39\xbd\x28\ \x57\xba\x20\x55\x38\x72\x44\xa4\x8d\xce\x55\xee\x79\x03\x7f\x67\ \xbc\x05\x58\x99\x52\xb9\x2c\xc4\x2b\x29\x3b\x11\xc1\x9a\x56\x43\ \x2a\x47\x50\xaa\xf4\xaf\x3c\x69\xdd\xaa\x25\xf7\xd5\x67\x9a\xc4\ \x4a\x47\xf9\x82\x31\xb4\x74\x09\x94\xcb\xd0\x68\x40\xb5\xeb\x35\ \x6c\xd8\xe4\xee\xa1\x7d\x83\x83\xbb\x4e\x5a\xbb\xae\xd2\x55\x11\ \x22\x78\xe6\xb9\xe7\xad\x35\x0e\x50\x1b\xdb\x53\xad\x22\x62\x10\ \x86\xe0\x5c\x18\x06\x8d\x66\x73\xcf\xbe\xa1\x42\xbb\x15\x2b\x56\ \x70\x11\xe5\x85\x2a\x55\xe3\xe9\xe9\xa9\xb1\xd1\x51\x21\x25\x97\ \xa2\x28\x8a\x72\xa5\x8c\x0c\x11\x11\x18\x13\x00\x7c\x4e\xde\x83\ \xd8\x0a\x2e\x78\x98\x10\x82\x0b\x11\x32\x14\xde\xa3\x9f\x7b\x98\ \xfd\xe7\xfc\xd6\x8d\x80\xa1\x25\x9a\x9d\x9d\xae\x27\xcd\x66\xb3\ \x49\x51\x98\x37\x92\xda\xec\x4c\xb5\xbb\xab\x14\x97\xa2\x38\xcc\ \xb2\x34\xcb\x32\x02\x2a\x8c\x66\x22\x60\xc8\x40\x19\x6d\x6d\xa6\ \xec\x40\x77\x57\x92\x66\xae\xc8\xb9\x10\x0e\x60\xfe\x82\xf9\x7d\ \xfd\xfd\x43\x7b\x87\x84\x31\x5c\x0a\x63\x6d\xa9\x52\xee\xd1\xbd\ \xcd\x66\xd3\x8f\xc7\x17\x1a\xdc\xbb\x77\x2f\x00\xd4\xeb\x75\x4f\ \xc1\x97\xab\x5d\x4e\x6b\x04\xcc\x8a\xc2\x4c\x4f\xc7\x71\xcc\x19\ \xcb\x8b\xa2\xde\x6c\x4c\xcf\xcc\x8c\x8c\x8c\x30\xce\x8f\x6b\x51\ \x27\x9f\x48\x55\xad\x56\x01\x89\x23\x02\x91\x52\x85\x7f\xf0\x5a\ \x82\x28\xa2\x20\x08\xfc\xbf\x0a\xce\x3d\xce\x02\x80\xe0\xdc\x1a\ \x74\xe4\xa4\x90\xed\xdc\x77\xc6\x58\x77\x77\xb7\x10\xa2\xd1\x68\ \x20\xe2\xcc\xcc\xcc\xcc\xcc\x0c\xe3\xac\x56\xab\x21\x22\x20\x48\ \x21\x9d\x73\x69\x96\xfa\x6c\x23\xa5\xb4\xb5\x86\x08\x0e\xa5\xce\ \x93\x24\xf1\x3b\xa7\x3c\x2f\xb2\x2c\x09\x82\x40\xcd\x6d\x5c\xa2\ \xa8\x95\xcb\xe6\x91\xf7\xd0\x17\x1e\x76\xbd\xfb\x4f\x44\x9c\x73\ \x63\xac\x35\x36\x8a\xc2\x89\x89\x09\x7f\x4c\xff\x31\x2f\x6d\xf4\ \xa3\xf5\x47\xf0\x3f\xe7\xb5\x12\x6d\x86\xdd\x39\x67\x8d\xf1\xcb\ \x92\xf7\x06\xc2\x30\xf4\xab\xd7\x5c\x39\x9a\xe3\x7f\xf0\x9d\xb3\ \xa1\xe4\x2b\x96\x2e\x91\x32\x30\xc6\x1a\x6d\x7d\x18\xc0\x3a\x07\ \xd6\x21\xe7\xd6\xaa\x52\x10\x05\x42\x3a\x40\xc9\x85\xe5\xd6\x92\ \x43\xce\x19\x10\xb4\xda\x56\xa3\x7f\x60\xfd\xe5\x58\xb8\x70\xe1\ \xfc\xf9\xf3\xa7\xa7\xa7\xb5\xd6\x33\x33\xd3\xc3\x23\xe3\x49\x9a\ \xd6\x9b\x8d\x42\xa9\x34\x4b\xcb\xe5\xb2\x71\x36\x4f\x8a\x34\xcb\ \x92\x2c\x0d\x02\x59\x14\x2a\xcb\x92\x38\x8e\x7d\x12\x83\x57\x94\ \xfa\xf3\xd2\x5a\xef\x1f\x3e\x18\x07\x32\x49\x5b\x29\x81\xc7\xd0\ \xb9\x1b\xf3\xba\x84\x8f\x44\x24\xc3\xa8\xff\x57\x3f\x55\x7f\xf0\ \xbb\x64\xcd\x9b\x21\xac\x4a\x8e\x54\x50\x55\x59\x8a\xce\xf6\xf6\ \xf6\x21\xa2\x52\x45\x91\x65\x4a\xab\x6a\x77\x4f\xff\xbc\xf9\xce\ \xbd\x15\x02\xaa\xce\x59\x5d\xa8\x57\x29\x1e\x4b\xbe\x56\x07\x10\ \x39\x63\x3c\xa1\xed\xe0\x15\x4e\xdf\xda\xd7\x58\x87\x40\x70\x5e\ \x2e\xc5\xc3\xc3\xc3\xf7\x3e\xf0\x40\x33\x4d\x2f\xbc\xf0\xe2\xe1\ \x91\x91\x52\xb9\x1c\x44\xf1\xfe\xfd\xfb\x05\x97\x59\x9e\x2b\xa5\ \x90\x39\x00\xaa\x84\x65\xc6\x78\xae\x8a\x53\x4f\xdb\x30\x6f\xfe\ \xc2\x99\x99\x7a\xaf\x08\x6a\xf5\x29\xab\x0b\xce\xc0\x39\x0d\xda\ \x32\x06\xcc\xf7\x24\x01\x42\x67\x1d\x01\x81\x3b\xec\x4e\x9b\x23\ \x5e\x18\x91\xe3\xdc\x01\xb4\x58\x63\x22\x22\x47\x87\x72\xbb\xe0\ \x10\x90\xfb\x78\x6c\xad\x5e\x8f\xc3\x81\x4a\xb5\xcb\x58\xdd\xd3\ \xd3\x33\x5b\xaf\x07\xa5\x10\x05\x67\x92\x73\x2e\x20\xcd\x08\x08\ \x11\xb5\x35\xb5\x7a\x53\x1b\x3b\x3b\x5b\xd3\xc6\xc9\x30\xee\x89\ \xe2\xa9\xa9\xa9\x72\x57\x77\x14\x97\x0b\x6d\x0a\x65\x18\x97\xc6\ \xd1\xfc\x85\x8b\xeb\xcd\xc4\x17\x8d\xf1\x38\xe2\x1d\xd8\x30\x0c\ \x19\x63\x5e\x84\xa7\x94\x22\x80\x22\xcf\x47\xd2\x94\x01\x96\x4a\ \x25\x29\x04\x13\x9c\x71\xb6\x78\xd1\xa2\x30\x0c\x8f\x5b\x5e\x8c\ \x88\x00\x1e\x9a\x49\x4a\xe9\x63\xc2\xed\xc7\x0e\x11\x38\xe3\x32\ \x90\x1e\xd1\x02\x19\x20\x32\xce\x10\xc0\xe5\x45\xae\x95\x72\xd6\ \x11\x27\x0f\x9a\xde\x8f\xf6\xf0\xe7\xab\x8a\x17\x45\x61\xc9\x49\ \x11\x20\x67\x3e\x50\x09\x0c\x01\x19\x18\xcc\x55\xc1\xa5\x60\x82\ \x31\xc6\xdb\x4c\x4b\xdb\x17\xf6\x48\xad\xb5\x8e\xa2\x50\x4a\xe1\ \xd9\x70\x3f\x15\x3e\xaf\xc7\x67\x5d\xf9\x78\x89\xff\xae\xef\x50\ \xe8\xc7\xd0\x68\x34\xaa\xd5\xea\xe4\xe4\xe4\xd0\xbe\x03\x66\x0e\ \xbb\xfd\x77\x3d\x90\x79\x4f\xdc\x5a\xcb\x5d\x2b\xc3\xd6\x4f\x7b\ \x1b\xd9\x3d\x17\xe7\x17\x1b\xbf\x78\xf8\xf4\x60\x4f\xb5\x43\xab\ \x29\xcd\xf1\x8b\xba\x11\x30\x10\x21\x67\x92\x33\x29\xc2\xd0\x49\ \x97\x17\x05\x20\x3a\x20\xc9\x38\x01\x31\xc6\x7b\xba\xbb\x3d\x63\ \xd6\xd7\xd7\xe7\x8b\xec\x3b\x72\x8d\x34\xd1\x56\x3b\x20\x2f\xee\ \xf0\xf8\xee\x37\x37\x7e\x60\x71\x1c\xcf\xce\xce\x28\x55\x30\x84\ \x72\x14\x2b\xad\xc8\x58\x81\x4c\x84\xd1\x6c\x3e\x6b\x0b\x5b\x0a\ \xa3\x28\x08\xe2\x38\xb2\x56\xfb\xda\x1b\xbe\x91\xac\x7f\x1c\x82\ \x20\x40\x44\xa3\x75\xa5\x5a\xcd\xf3\x5c\xe7\x85\x52\x4a\x1c\xce\ \x2a\x09\x41\x3d\x3d\x7c\xcb\x16\xf3\xbe\xf7\xbd\xbe\xf3\xb6\x26\ \x38\x61\xe5\x82\x5f\xff\x8b\x37\x4d\xa0\x11\xf6\xdd\x77\xcf\xae\ \xed\x5b\x96\x2d\x5f\x91\x25\x09\x01\x09\x21\x92\x66\xd2\x68\xd4\ \x85\x14\x59\x96\xbd\x45\x02\xaa\xaf\x5a\x53\x81\x08\x83\x52\x4f\ \xb7\x45\x70\x3c\xa8\xf4\x74\x97\x88\xb0\xdc\xd5\xc3\x22\x7e\xf4\ \xef\x05\x01\xdb\x31\x08\x49\x42\xfd\xfd\xaf\x0a\xf1\x04\xb8\x72\ \xcd\x49\xd3\xb5\x7a\x91\x17\xdb\xb6\xee\x38\xf5\xb4\xd3\x2b\x5d\ \xd5\x4b\x2f\xbb\xfc\xa1\x87\x1e\x9a\x9c\x9e\x39\xeb\x9c\x73\x25\ \xe2\xa6\x67\x9f\xed\xed\xad\x96\x2a\x71\xa1\xf2\x79\x8b\x16\x9c\ \x72\xea\x29\xbd\xbd\xf3\x26\x27\xa6\x85\x10\x59\x96\xd5\x66\x67\ \x2b\x71\xc9\x19\x5b\xab\xd5\xc8\x59\x02\xf0\x0e\x21\x30\x40\x64\ \x40\xe4\x9c\x39\xea\xc9\xb6\x7c\x34\x4b\x47\xfe\xf7\x76\x05\x41\ \x02\xb0\x60\xc9\x91\xb1\x26\xcb\x32\x5f\x95\xac\x52\x29\x49\x21\ \xb7\x0f\x0e\x32\x0e\x03\xf3\xfa\x0b\x5d\x70\x29\xc2\x28\xca\x8a\ \x22\x57\x05\x20\x33\xd6\x01\x32\x2e\x65\x99\xf1\xc9\x89\x91\x05\ \x0b\xe6\xd5\x6a\xb5\x89\x89\x89\xe9\xe9\x69\xef\x25\x55\x2a\x15\ \x0f\x5b\x49\x92\x38\x67\x3d\xb1\xeb\x81\xc3\xc3\x50\x1c\xc7\x4a\ \x29\xeb\x25\x2b\x82\x39\xc4\xa2\x28\xa2\x20\x6c\x36\x9b\xbe\x1c\ \xcd\xd8\xc4\xc4\xfc\x79\xf3\xe4\xcf\xc0\xb9\x23\xa2\x31\xb6\xd9\ \x6c\x2a\x95\x73\xc6\xd0\x47\x99\x9c\xf3\x94\xae\x33\x56\x06\x2d\ \x71\x11\x9f\x03\x5f\xc6\x18\x91\xb3\xd6\x91\x73\xbe\x31\xa1\x07\ \xf7\x36\x38\xb6\xeb\xbf\x07\x41\xd0\xce\x8d\xf2\x0e\x32\xe7\x5c\ \x32\x66\x8d\xf1\xce\xb5\x14\x02\x8c\x29\xe6\x88\x17\x4f\xb2\xfb\ \x2a\x60\xbe\x3d\x88\x31\x1a\x80\xbc\x97\xed\xe9\x11\x0f\x67\xfe\ \xf3\x7e\x96\xfc\x92\xdc\x0e\x93\xf8\x9a\xc9\xfe\xb5\xd2\x96\x0b\ \xe9\xd1\xdf\xd7\x14\xf3\xb4\x8c\x3f\x20\x6b\xf5\xce\xb6\x6d\xaa\ \xbd\x1d\x3b\xf5\x5f\xe1\x42\x48\x44\x3b\x77\x3a\x5e\x45\xd3\x6e\ \xb5\xfa\x33\x70\xee\xc4\x39\x0f\x64\x3c\x3e\x3a\x39\x36\x3e\xce\ \x38\x0f\x83\x50\x6b\xe3\x2b\xad\xfb\xf9\x17\x00\x5d\xe5\x0a\x39\ \x2b\x82\x30\x08\x43\x0f\xc1\x8c\x61\xa1\x95\xb6\x56\x5b\xe3\xb3\ \xab\xfc\x3e\xcf\x87\x0d\xda\x83\x97\x32\x88\xc2\xa0\x5e\xaf\x3b\ \xab\x55\x9e\x12\x59\xce\x20\x08\x03\x72\x95\x46\xb3\x81\x60\xa5\ \x60\xd5\x6a\x05\x11\x9a\xcd\xa6\x17\x68\x95\xcb\x65\x29\x65\xb9\ \x5c\xf6\xbe\x3f\x32\x74\x9e\x07\xe3\x9c\x80\x0e\x07\x77\xaa\x54\ \xec\xe9\xa7\xf3\xbb\xee\xc2\x4f\x7e\x92\x82\xe0\x75\x55\x92\x22\ \xa3\xcd\x5c\x73\xaf\x37\x83\x8a\xe4\xf4\xd3\xd7\x3f\xf9\xc4\x63\ \xbb\x76\xbe\x78\xc2\x92\xa5\x88\x58\xab\xcd\xee\xdf\x37\x74\xea\ \xfa\x33\xfa\xfa\xfa\xed\xf1\x16\x41\xfc\x85\x33\xab\x8a\xf2\x9a\ \xf3\x7f\xed\x24\x20\xd3\x28\xaf\xbb\xea\xd7\xd7\x81\xce\xe9\xb2\ \x77\x7f\x04\x80\x54\x61\x8e\x9c\x35\x12\x42\x3c\x70\x3f\x64\x99\ \x3b\xed\x34\xd8\xfc\xc2\xab\xee\x1b\xba\xba\xba\xba\xaa\xd5\xd9\ \x7d\xfb\xc7\xc6\xc7\x1f\x7e\xe8\xa1\x95\xab\x4f\x72\x44\x5b\xb7\ \x6d\x4f\xd2\xb4\xd1\x6c\x98\x2c\x8f\xc2\xb0\x50\x79\x44\x51\xa9\ \x5c\x3e\x69\xdd\x5a\x42\x3c\x30\x72\x70\x68\xcf\xfe\x72\xdc\x65\ \x8c\x9b\x9e\x9c\xaa\x56\x4a\x26\x57\x56\x1b\x40\x04\xf4\xea\x6d\ \x24\x07\xc0\xe6\x3c\xb2\x39\x9e\x8f\x88\x1c\x51\x2b\x32\x06\x2d\ \x01\xa4\x8f\xcc\x79\x67\x8c\xe0\x65\xcd\xa4\x08\x00\xb8\x04\x86\ \x44\xd4\x6c\x36\x6a\xf5\xba\xd1\x1a\xac\x21\xa2\x5a\xad\x26\x02\ \x4e\xe0\x9a\x69\x52\x8a\xcb\x4a\x69\xc6\xf9\x82\xfe\x81\xae\x6a\ \x4f\x9a\xe6\xd3\xd3\x33\x52\x84\x99\xce\x94\xd6\x59\x96\x3b\x47\ \x43\x43\x43\x44\x10\x86\xa1\x94\xc2\x37\xed\x6c\x36\x9a\xf5\x5a\ \xad\x5e\xaf\x97\xcb\x15\x2f\xf8\x2b\x97\xcb\xf3\xe6\xcd\x6b\x36\ \x9b\x41\x10\x14\x79\xe1\x88\x8c\x35\xc8\x44\xab\xda\xb8\xcf\xbc\ \x9f\xab\x19\x50\x6f\x34\xa4\x0c\x8e\x77\x3d\x07\xdf\x3b\x14\x00\ \x7c\x6b\x21\xbf\x6d\x41\x20\xe6\x81\x1e\xa0\x0d\x7b\x42\x4a\xe3\ \x5c\x92\x24\x51\x14\xc5\xa1\xe4\x8c\xa1\x10\x52\xb6\x18\x6a\x0f\ \xdc\x5e\xe8\xe2\xe9\xf5\x36\xcb\x01\x00\x61\x18\x7a\x7f\xb9\x4d\ \x80\x78\x6a\xbb\x4d\x5e\xb7\xe2\x1b\x73\xe6\x61\x57\x4a\xe9\xcb\ \x48\x00\x11\xb4\x16\xda\xd6\x07\xfc\xaf\x78\xac\xf7\x3b\xaa\x36\ \xdd\xef\xa3\xb2\x3e\x46\x1a\x46\x42\x29\xe3\x39\xfa\x2c\xcb\xb4\ \x52\xd6\x39\x6b\x4d\x9b\x51\xf1\xcb\x58\x7b\x61\x68\x2f\xf6\xed\ \x67\x9f\x01\x18\x22\x7f\x46\x44\x54\x14\x85\xff\x09\x2f\x6a\x3a\ \x6e\x45\x1f\x63\xa2\xbb\xab\xbf\xe6\x66\x93\x66\x6e\x6c\x6b\x84\ \x96\x0c\x00\x03\x68\x6d\x8e\xcb\x71\x89\x87\x61\x5f\xff\x80\x94\ \xc1\xde\x7d\x43\x88\x38\x6f\xa0\x5f\x08\x61\x84\x68\x2d\xb7\x42\ \x70\xce\x89\xc0\x47\x1a\x3c\xb3\x57\x14\x05\xf3\x1c\x15\x58\xce\ \x5c\x29\x0e\x89\x88\xa1\x13\x0c\x38\xa3\x40\xb0\x28\x94\x08\xc4\ \x18\xf7\xb7\x9f\x8f\xe4\xfb\x18\x55\x1c\xc7\xfe\x75\xb5\xda\xd5\ \x8a\xa5\x33\x94\xfc\xb0\xfe\xeb\xd6\x52\xb9\x6c\xde\xff\xfe\xe8\ \x13\x7f\x20\xbe\xf7\x3d\xf5\x91\x8f\xbc\x3e\xc1\xcc\x9b\xcc\x9f\ \x0d\x82\xf8\x9c\x73\x2e\x78\xe2\xf1\x47\x87\xf6\xee\xee\xae\xf6\ \x1c\x1c\x3e\xb0\xfe\xf4\x0d\x4b\x96\x2c\x33\xbf\x34\xc8\x7e\xb8\ \xbf\x7b\xf8\xdf\x47\x98\x94\x6c\x74\x54\xfe\xe3\x97\xe0\xf4\xd3\ \xed\xb9\xe7\xe2\x33\x4f\xbf\xea\x0a\xba\x6b\xd7\xce\x89\xf1\x71\ \xce\x98\x52\xd9\xe0\xe0\xe0\x81\xe1\x61\x72\xae\x59\x9b\x0d\x04\ \xdb\xb1\x75\x6b\xda\x6c\x0a\x29\x4a\xe5\xd8\x37\x81\x3d\xb0\x7f\ \x78\x70\xe7\x60\x5f\xef\x80\x51\x76\xf8\xc0\x48\x14\xc6\x1c\xcd\ \xcc\x74\xa6\xb4\x06\x86\xcc\xc3\x39\x00\x58\x60\x8c\x91\x75\xce\ \x39\x21\x39\x03\xb4\xce\x22\x32\x2e\x84\x8f\xac\xca\x50\x12\x39\ \xad\x4d\xa9\x54\x62\x8c\x2b\xad\x19\x22\xe7\x42\x1b\x0d\x04\x41\ \x20\x3d\x29\x2c\x83\xb0\x70\x16\x4c\x2e\xe2\xb8\x1c\x45\x5a\xe7\ \x61\x4f\x35\x0a\xca\xb3\xb3\xb3\xda\xe8\x3c\xcf\xa4\x14\x95\x38\ \x2e\x97\xcb\x99\x28\x7a\x7a\xfa\x06\xe6\xcd\x4f\x92\xcc\x86\x42\ \x70\xe4\x0c\x02\xc9\x16\x2f\x5e\xe8\x9c\x09\x23\xa1\x1a\x99\x90\ \x12\x19\xa5\x59\xd3\x58\x35\x5b\xab\xed\xdd\xb7\xdb\x18\xed\xcb\ \xd7\x68\xa3\x89\x9c\x75\x66\x64\x74\x44\x29\xd5\xd7\xd7\x4b\xe0\ \x10\x40\x48\xc1\xa4\xac\x74\x77\x4b\xce\x93\x24\x31\xd6\x18\x6d\ \x90\xb1\x20\x0c\x09\xe0\xb8\xd5\x32\x04\xed\x65\xaf\xe5\xfc\x32\ \x04\xe7\xe6\x96\x3b\x5f\xfc\x4c\x06\x80\x9c\x31\x1e\x04\x52\xa7\ \x99\xd6\x2a\x0a\x24\x67\x21\x32\xd4\x85\x35\xc6\x71\x6e\xb5\xd1\ \x3e\x16\x65\x8c\x29\x54\x21\x78\x0b\x7d\x3c\xa7\xe1\x69\x16\x1f\ \x9d\xf2\xb8\xac\x94\xf2\x38\xe2\x5f\xbb\x43\x16\x54\x21\xa5\xf2\ \xe5\xd2\x00\xf2\xa2\xa8\x56\x2b\x41\x10\xe6\x3e\x5f\xc1\x2f\xc1\ \xd6\xb5\x43\xb8\x00\x10\x45\x11\xa2\xaf\x04\x40\x9c\x33\xc1\x79\ \xe6\xac\x97\x36\x92\x2f\x1f\x8a\x20\xa4\xf4\x2a\x1a\xbf\x42\x38\ \xf2\xb5\xef\xc8\x3a\xc7\x05\xf7\x95\xda\x3c\x5e\x1f\x5a\x5a\x00\ \x00\x98\xcf\x28\x3b\x64\x01\xf0\x50\xe8\x59\x20\xbf\x62\x1d\xbf\ \xd7\xc8\x85\x6b\xe5\x05\x22\xe7\x5c\x08\xd6\x4c\xb4\x52\x45\x18\ \x06\xc8\x58\x1c\x08\x29\x45\x96\xe7\x5c\x0a\x11\x04\xcd\x34\x33\ \x5a\x2f\x5a\xb8\x50\x70\x8e\xe4\x8c\xd1\x81\x08\x18\x40\x51\xe4\ \x79\x5e\xa4\x69\x1a\x48\x39\x31\x3e\x8e\x8c\x49\x29\x18\xa2\xb5\ \xd6\x6f\x08\xc2\x28\xb4\xd6\x69\xad\xb4\xd6\x69\x9a\x10\x51\x14\ \x85\xe4\x5c\xb3\xd1\xb4\xae\x55\x4d\xd3\x3a\xe7\x27\x59\x29\xcd\ \x18\xf7\x3d\x6a\xfa\xfb\xfb\x94\x52\x8d\x46\x43\x20\x3b\x9c\x73\ \x47\x6b\xcd\xfb\xde\x67\xbf\xfe\xf5\xf0\xcf\xff\xc2\x6e\xd8\xe0\ \x4e\x3f\x1d\x7e\x61\xf1\xdd\x39\x1b\x46\xd1\xb9\xe7\x5f\xf8\xe8\ \xc3\x0f\xbc\xf8\xe2\xe0\xf9\x17\x5e\xb4\x64\xe9\xf2\x5f\x3e\x64\ \x7f\xcd\x26\x04\x38\x17\xfc\xcd\xdf\xb0\xad\x5b\xd5\x37\xbf\x49\ \xfd\xfd\x60\x5f\x7d\xdf\x56\x9f\x9d\x75\x46\x33\x70\xa1\x14\x92\ \xa3\xca\x12\x00\xea\xed\x2e\x23\x62\x28\x00\x4b\x61\x10\xc4\xe5\ \x4a\x65\x62\x62\xbc\xd9\xcc\x1a\xf5\x34\x14\x71\x5a\x4f\x11\x30\ \x10\xdc\x59\x65\x41\x6b\xad\x18\x63\x4e\x5b\xce\x79\x1c\xc5\x8e\ \x5c\x10\x84\x3d\xbd\x3d\xd6\xd8\x46\xbd\xde\x5d\x29\x47\x51\x34\ \x33\x33\x1d\x86\x51\x4f\x4f\x8f\xaf\x9f\xb7\x70\xfe\xfc\xbc\xc8\ \xa7\xa6\xa6\xe7\x77\x77\x87\x41\x38\x3e\x3e\x1e\xc7\xa5\x72\xa5\ \x3c\x7c\xf0\xa0\x73\xd4\xd7\xdb\x53\x37\xf5\x99\x7a\xd2\x5b\x8a\ \x03\xb2\x0e\x6d\xdc\x53\xae\x76\x75\x4d\x8e\x4f\x9c\x70\xc2\xa2\ \xfe\xf9\xfd\x69\xde\x1c\x98\xdf\xdf\xd7\xd3\xd3\x5b\xed\xae\xcf\ \xce\xcc\xeb\xeb\x29\x72\x25\x02\x31\xb2\x7f\xf7\xe8\xe8\x18\x01\ \x96\x2a\xe5\x46\x7d\xc6\x5a\xeb\x80\x18\x17\x85\xce\xca\x5d\xf1\ \xfc\xf9\x0b\x66\x66\x67\x2c\x29\x6d\x0b\x19\xb0\xc9\xe9\xf1\x20\ \x96\xc6\x09\x63\x0d\x72\x62\x92\x21\xc7\xa9\x99\x49\xad\x75\x9a\ \x27\x69\x9a\x32\x81\x64\x5d\x5e\x24\x6b\x4e\x5c\x59\x8e\x4b\x23\ \x23\x23\x49\x92\xe4\xaa\xa8\x54\xbb\xb4\x35\xc6\xda\xe3\x8e\xf9\ \x20\x20\x01\x21\xba\x30\x0c\xb8\x40\x20\x70\x5a\xe7\xb9\x71\xce\ \x22\x82\x97\x8d\x22\x13\x96\xc0\xa3\x35\x03\x27\x10\x38\x90\xb3\ \x16\x90\x29\x4b\xc8\x39\x72\xc6\x38\x37\xce\x36\xd3\x44\x4a\x09\ \x8c\x15\x5a\x09\x29\x38\xe3\x0c\xb9\xc7\xc1\xb6\x76\xb0\xad\x65\ \x6c\x93\xda\xc8\x39\xf7\x14\x36\x62\x96\xe7\x4c\x08\x21\x84\x03\ \xe0\x42\x38\x63\x08\x79\xa1\x0d\x13\xd2\x01\x02\x11\x01\xf3\x31\ \x7d\xe3\x40\x5b\x02\x72\x98\xa7\xd6\x6a\x72\x96\x31\xee\xc8\x11\ \x59\x29\xb8\x35\x0a\x43\xc9\x38\x57\xd6\x11\xb2\xc2\x97\x81\x13\ \xc2\x5a\x8b\xc8\x8c\x75\x84\x8c\xcd\x25\x07\xf8\x75\xd1\xcd\x6d\ \xd4\x3c\xbf\xe4\x07\x29\xd0\x8f\x0e\xda\xc1\x98\x76\xd5\x8d\x56\ \x80\xe1\x67\x79\x4c\x18\x04\x91\x5c\x78\xc2\x82\x2c\x4d\x19\xc3\ \x5a\x6d\xd6\xd5\xb5\x60\xc0\x80\x9c\x33\x71\x58\xb6\xba\x90\x32\ \x74\x04\xb9\xb2\x3c\x88\x09\x05\xe3\xd2\x1a\x63\x8a\x9c\x19\x2b\ \x02\x90\x02\xc1\x99\x22\x4b\x9c\x51\xa5\x38\xe4\x0c\x8a\x22\xeb\ \xef\x5d\x30\x99\x67\x42\x48\x19\xc6\x22\x8a\xb9\x0c\x98\x20\x42\ \x9e\x24\x09\x31\x61\xb4\x31\xc4\x10\x40\x04\xa1\x40\x24\xe4\x69\ \xae\xf2\x42\x27\x59\x2e\x82\x08\xb9\xe0\x32\x60\x5c\x0a\x21\xc9\ \x42\x20\xc2\xee\x2e\x9e\xa6\xe9\x11\x01\x55\xad\xa9\xbf\xaf\xf8\ \xdc\x67\xe3\x0f\x7e\x28\xfa\xe4\x1f\x65\x5f\xfc\x07\x5a\xbd\x1a\ \x7e\xa1\xea\x85\xbd\x7c\x2b\x62\xc3\x30\x3c\xfb\x9c\xf3\x9b\xcd\ \xc6\x82\x85\x8b\x3a\xc8\x7e\x2c\xcf\x1e\x82\x00\xac\x0d\xbe\xf8\ \xc5\xe0\x4b\x5f\x56\x7f\xf8\x87\xe6\xea\xab\x61\x62\xf4\xb5\x7c\ \xb5\xbb\xbb\x5b\x29\x55\xab\xd5\xa2\x28\xaa\x56\xbb\x7c\x80\x31\ \xcf\x73\x29\x65\x57\x57\x57\x10\x06\xb3\xf5\xe6\xc4\xe4\x98\xb5\ \xd6\x18\x0d\x00\xc6\x98\x43\x36\xc5\xe4\x48\x13\x59\xc6\x3c\xf3\ \x4b\x59\x9e\x68\x6d\x84\xc8\x94\xca\x88\x48\xe5\x85\xc9\xd3\x20\ \x0c\x93\x24\x41\xac\x4f\x4e\x4e\x78\x65\x45\x92\x26\x9e\x0d\xd8\ \xbd\x67\x17\x43\xe6\xc8\xe1\x2c\xce\x35\x36\xa2\xa9\xe9\x89\x30\ \x0c\x94\xd2\x43\xfb\xf6\x6a\x6b\x38\xe7\x49\x33\x1d\x1d\x19\xad\ \x56\xba\x3c\x93\x90\x67\x79\x57\x57\x55\x08\xd9\xa8\x35\xf2\x34\ \x9b\x99\x9e\x41\xce\x98\xca\xf3\x2c\x8d\xe2\x48\x6b\x45\xce\x00\ \x19\x04\x42\x60\x5a\x69\x5d\x68\x04\xb4\xc6\x74\x95\x2a\x64\x5c\ \x9e\x67\x1c\xb9\x73\x9e\xc4\x40\x6b\x9d\x94\x32\x08\xc2\x34\xcd\ \xe6\xe2\xab\x0e\x91\x11\x59\x70\x84\x04\xfb\x87\xf6\xa5\x59\x6a\ \xb4\x41\x02\x24\x28\xb2\xdc\x58\x93\x26\xe9\xd4\xe4\xe4\x71\xf3\ \xbf\xce\x5a\xe7\x5c\x14\x85\x88\x31\x92\xcb\xb3\x2c\xcd\x52\x9f\ \xb7\xea\xd9\x35\x64\x8c\x21\xb6\x2a\x26\x56\xba\xe2\x28\xf6\xac\ \x77\x51\x14\x5e\x4c\xd2\x26\xac\x19\x32\xc6\x58\x14\x86\x0a\x51\ \x29\x55\xb8\x96\x93\xdb\x06\x47\x2f\x79\xf4\x8c\x8a\x27\x3a\xcc\ \x1c\xd5\xde\x4e\x0e\xf2\x41\x08\xff\x13\xce\xda\x2c\xcb\xda\x32\ \x76\x2f\xfc\x6f\xa7\xa1\xfa\x2f\x5a\x87\xfe\x0f\x32\x24\x60\x5c\ \x48\x66\xac\xd6\x26\x49\xf3\x52\xa9\x84\x80\x5e\x9f\xde\x4e\x67\ \xf5\xa8\xdd\x26\x5e\xbc\x02\xb5\xfd\x6e\x9b\x8e\x47\x44\x72\x8e\ \xcf\x51\x46\x87\x5a\xfb\xa4\x3c\x73\x75\x9c\xd3\x4e\x2e\x57\x45\ \x6f\x5f\x5f\xb5\x5a\x45\x04\xa3\xd5\x53\x4f\x3f\xed\x9c\x65\x5e\ \xeb\x69\x9d\x60\x3c\x08\x03\x12\x02\x11\x4b\xe5\xf2\x49\x6b\xd6\ \x02\xd9\x50\x72\x29\x04\x12\x21\x02\x11\x02\x31\x86\x02\x81\x01\ \x21\x43\x51\xed\xea\x39\x58\x3f\xb0\x7f\xdf\xb0\x73\x4e\x6b\x43\ \x0e\x7c\xfa\x85\xd7\x1a\x19\x6b\xeb\xf5\x46\x8b\x98\x44\x54\x5a\ \xb7\xe9\x38\xcf\xc9\xf8\xe8\x05\x63\x0c\x10\xf3\xbc\xe0\x08\x45\ \xa1\xfc\x4e\xeb\x68\x6a\x99\x3c\xb7\x17\x5c\x90\xfd\xfd\xdf\xc5\ \x1f\xfb\x58\xe9\x83\x1f\xca\x6f\xfd\x7b\x7b\xf1\xc5\x90\x24\xf0\ \x46\x44\x20\xdb\x93\xfe\xf3\x78\xf7\xa8\xea\x46\x6b\x6d\xb9\x52\ \xa9\x76\xf7\x68\xad\x5e\x81\x5e\x68\xa7\xea\x1d\x43\x99\x00\xff\ \x3b\xc7\xfc\x5a\xde\x7d\x23\x43\xcf\xa5\x12\x36\xea\xc1\x67\x3f\ \x17\xfc\xfd\xad\xfa\xc3\x1f\x52\x7f\xf6\xa7\x8c\xf3\xd7\xe2\xb6\ \x03\x40\x5f\x5f\x9f\x52\x6a\x7a\x7a\x3a\x0c\xc3\x79\xf3\xe6\xf9\ \xa4\x92\x5d\xbb\x76\xf9\x92\x7e\xc6\x9a\x6a\x4f\x77\x92\x36\x6a\ \x69\x93\x0b\xae\x4d\xde\x22\x6a\x5b\x45\x13\xc8\x39\x85\x08\xbe\ \x8c\xbb\x23\x2b\x9c\x87\x00\x9d\x24\x1a\x10\xc9\x39\x9d\x6a\x96\ \x67\xe4\x1c\xe7\xc2\xd8\x56\x56\x6a\xd2\x6c\x30\xc6\x04\x17\xe4\ \xac\x31\x56\x08\xee\x7d\xb7\x38\x2e\x01\x10\x63\xdc\x39\x27\x83\ \x20\x08\x03\x2f\xd0\xf6\xad\xdd\x96\x2d\x5b\x56\x2e\x97\x9f\x78\ \xe2\x89\x50\xc8\x66\x92\xe8\x30\x5c\xb7\xe6\xa4\x22\x4f\x8d\xb5\ \xda\xe8\x20\x0c\x83\x28\x56\x5a\x3b\x22\xc6\x59\x9e\x67\xc6\x58\ \xe7\x50\x6b\xc5\x1c\x21\x43\x81\x4c\x84\x22\xe8\xed\x43\x86\x8d\ \x46\xf3\xe0\x81\x03\xcd\x2c\x8d\xa2\xc8\x7b\x97\xd5\x6a\xd5\xab\ \x41\xba\xbb\xbb\x83\x20\x18\x1f\x1f\xcf\xb2\x4c\xe9\xa4\x14\xc7\ \xba\x28\x04\xf2\xae\x9e\xb2\x35\x36\x0a\xc3\x40\x4a\x00\x6c\x26\ \x8d\xe3\x27\x07\x10\xb5\x52\x8d\x5a\x4d\x70\x64\x4c\x30\x20\x20\ \xe7\xeb\x8c\xbf\x4c\x23\xe5\x9c\x52\x6a\x76\x76\x36\x8e\x63\x4f\ \x4d\xb4\x53\xf0\xa1\x55\x1c\xf1\x65\x3a\x13\xcf\x81\x78\xa0\xf4\ \x25\x07\xda\x31\x4f\x29\x65\x3b\xca\xca\x18\x63\x0c\x7d\x5a\x6f\ \x5b\x26\xdf\x76\x8d\xfd\x4f\x14\x45\xe1\x59\xf5\xb6\xf4\x5e\x4a\ \xd9\xbe\xf4\x40\x60\xad\xb1\xd6\xb5\x9f\x0c\xe7\xc8\x97\x4a\x2f\ \xf2\x1c\x10\xa2\x52\x97\x5f\x72\xfc\xc0\xfc\x83\xd0\x06\xf7\x43\ \xf2\x90\x99\x5f\x4d\xdb\xcf\x17\x63\x8c\x10\x69\xee\xec\xda\xba\ \x49\xbf\x0b\x69\xc7\x87\x8f\x3b\x8c\xe7\x9c\xdb\xb7\x6f\x5f\xa5\ \x14\x3b\x67\xa3\x30\x44\x24\xad\x54\xab\x22\xa4\xd7\xea\x30\x56\ \xe4\x45\x66\x72\x4d\x13\x95\xc2\x72\x19\x00\x51\x52\x4b\x95\x36\ \xc6\x38\x02\x64\x8c\x1b\x47\x8c\x48\x5b\xeb\x08\x1c\x90\x03\xca\ \x0b\xa5\xb4\xe2\x8c\x37\x93\xa6\xb6\xd6\x57\x4c\xf1\x8e\xa9\xd7\ \xbc\xce\x15\x2b\xe6\xaa\x28\xda\x98\xee\xd7\x4e\xff\x42\x4a\x69\ \x8d\x49\x92\x24\x10\xdc\x47\x2f\x88\x48\x1c\xdd\x8f\xcb\x73\x7b\ \xfd\xf5\x59\x10\x44\x7f\xf4\x1f\xe3\x9b\x6e\x2a\x3e\xf3\x19\xfd\ \x2b\xb7\x40\xa5\xeb\xb5\xb8\xf0\x7e\xde\x8f\xda\x9f\xd0\xcb\xf5\ \xdb\xca\xd3\x23\xdf\x4d\x92\x44\x4a\xd9\xbe\x12\x87\xbd\xdb\x6c\ \x36\xbd\xfa\xe7\xa8\x47\x6e\x36\x1a\x51\x1c\x1f\xf5\xca\x39\xe7\ \x1a\x8d\x99\x72\xb9\x7c\xac\x6b\xe6\x97\xc1\x38\x8e\x8f\xfa\xbb\ \x45\x51\x00\x51\x18\x45\x47\x7d\x37\x4d\x53\xaf\xb8\x3a\xbe\x33\ \xf2\x12\xe0\xa3\x8e\xaa\xd1\x68\x94\x4a\xa5\x63\x41\x80\xcf\xd2\ \x7c\x03\xa8\x18\x29\xf9\xb3\xcf\x06\xff\xf9\x3f\x8b\x9f\xde\x53\ \x7c\xfc\xe3\xfa\xcf\xfe\x94\x2a\x95\xd7\xd8\xb2\x03\x01\x2b\x5d\ \x95\x68\x36\x2a\x97\xcb\xd5\x6a\xd5\xf7\xea\xf4\xe8\x30\x35\x35\ \xc5\x39\x5f\xb0\x68\xe1\xc1\x91\xfd\xa5\x52\x34\x39\x39\xce\x78\ \x68\x8c\xe2\x9c\x33\xe6\xdb\x67\x72\x44\x64\x3c\x08\x02\xd9\x06\ \x91\x39\x54\xa2\x36\xb9\xec\x0c\x39\x22\xce\x58\xab\x6a\x2b\x42\ \x20\x03\x40\xe0\x8c\x33\xc6\x02\x5f\xfa\x5d\x0a\x6b\x9d\xb5\x86\ \x21\x6b\xab\xfa\x8c\x31\x79\x51\xf8\x3d\x81\x94\x52\x15\x6a\x78\ \x78\xb8\xd1\x68\x20\xe0\x19\x1b\xce\x14\x82\xd7\x66\x6b\x03\xf3\ \x06\x22\x19\x00\x43\x6b\x2d\x21\x18\xeb\xd2\x34\x49\xb2\x54\x6b\ \x5d\xed\xee\x09\x83\x40\x30\x41\x8e\xfc\xcd\xdc\x16\xe1\x18\x6b\ \xf6\x0d\xed\x1b\x39\x70\xd0\x69\xa3\x99\x31\xd6\x00\x60\x77\x77\ \xf7\x29\xa7\x9c\x92\xe7\x79\xad\x56\x9b\x9e\x9e\xf6\xc8\x18\x88\ \x60\xe9\xe2\x13\x4e\x3c\xf1\x44\x1f\x2a\x84\xb9\xe2\x37\x08\x98\ \x24\xcd\x35\x2b\x57\x1d\xef\x56\x92\xb8\x94\x84\x98\xe7\x05\x40\ \x21\x18\x86\x47\xe4\x12\xfb\x07\x5e\x6b\x3d\x35\x35\xd5\xc6\x38\ \xaf\x0b\xf4\x45\x77\xdb\xca\xc5\x36\xeb\xe2\xbd\x6c\xaf\xe0\xf4\ \xc9\x41\xfe\x1a\xf9\x4f\xb6\xb2\x82\x11\x95\x52\x2d\x26\x6d\xce\ \x5f\xf6\x7a\x21\x3f\xcf\x1e\x70\xbd\x20\xc4\xb6\x6a\xf4\xf3\x76\ \xda\xf0\x1c\x44\x5b\x4b\xb6\x05\x87\xe4\x47\xcb\x3c\xd3\xa3\xb5\ \xd6\xda\x48\xd7\x0a\x94\xfb\x85\xc1\x27\xf8\xbc\x5c\xd2\x15\xb4\ \x1f\x8d\x76\x74\xb1\x8d\x80\x38\xb7\x65\xf1\xcb\x83\xcf\xab\x6a\ \xaf\x0d\xc7\xbd\xa6\x12\x91\x14\xc2\x58\x33\x36\x36\xaa\x94\x62\ \x9c\x75\x77\x55\xac\x73\x80\xc8\x58\x2b\xa4\x8f\xc8\x80\x73\xb4\ \x6e\x7c\x7c\x6c\xf7\xd0\x3e\x42\x2e\x18\x06\x82\xf5\x76\x95\x95\ \xd1\x4c\x70\x62\x88\x9c\x05\x61\x88\x8c\x13\x02\x32\x96\x66\x19\ \x30\x0c\xc2\xc8\x18\x9d\x24\x89\x36\xd6\x27\xeb\x7a\xc1\xa8\xef\ \xee\xab\x94\x4a\x92\x24\x0c\x43\x5f\xac\xdf\xe7\x9a\xb5\xcb\xa2\ \xf9\xf2\x0f\x41\x10\x06\x41\xc0\x18\xf7\xb2\x48\x44\x14\xc7\xdc\ \xa7\x2b\x65\xaf\xbe\x2a\x5b\xb6\x3c\xfc\x93\x3f\x89\x3e\xf6\x71\ \xfe\xc3\x1f\xea\x4f\x7f\xda\x6c\xd8\x80\x00\xaf\xd0\x52\x99\x73\ \x3e\x3e\x3e\x6e\x8c\x59\x7c\xc2\x09\x47\x2a\x52\xc2\x30\xdc\xf4\ \xfc\xf3\x71\x1c\x9f\x7c\xca\x29\x47\x02\x53\x18\x86\x8f\x3d\xf6\ \xd8\xd2\x25\x4b\x96\x2d\x3f\x0a\x33\x1e\x86\xe1\x03\xf7\xdd\x77\ \xda\xfa\xf5\xfd\x03\x03\x47\xfa\xb3\x42\x88\xc7\x1e\x7b\xec\xfc\ \x0b\x2e\x28\x97\xcb\x47\xc2\x28\x63\xec\xd1\x47\x1e\xb9\xe2\xed\ \x6f\x3f\x2a\x8c\x0a\x21\xf6\xee\xdd\x3b\x39\x39\x79\xd1\x45\x17\ \xe5\x47\x54\x49\x93\x52\x6e\xdd\xba\x15\x88\xce\xd8\xb0\xc1\xef\ \x3d\x0f\x1b\xd5\xd3\x4f\x3d\xd5\xdf\xdf\xbf\x7a\xcd\x9a\xa3\x9e\ \xd1\xc3\x0f\x3f\xbc\x6a\xd5\xaa\xc5\x8b\x17\x1f\xb9\xda\x49\x29\ \x9f\x78\xfc\xf1\x8d\x67\x9d\xd5\xd3\xd3\x73\xe4\x19\x71\xce\x1f\ \x7b\xf4\xd1\x8b\x2f\xb9\x24\x38\x46\x0d\x80\x1d\xdb\xb7\xaf\x5c\ \xb5\xea\x67\x82\xf5\x30\xc4\x89\x09\xf9\x3f\xff\x25\xf8\xfc\xe7\ \x81\x28\xff\xc2\x17\xf4\x87\x3e\x08\x9c\x83\x52\xc0\x85\x77\xc1\ \xb4\x56\x7e\x3e\xd5\x21\xba\xb7\x43\x77\xa9\x7b\xf7\xec\x9d\x98\ \x98\xf0\xe3\x57\x4a\x4d\x4d\x4d\x8d\x8d\x8d\x8d\x8e\x8e\xa6\x69\ \x2a\x38\x37\xce\xec\xd8\xb1\x7d\x76\x76\x06\xc0\x29\x95\x7b\x35\ \x00\x32\x8f\xe0\x16\x11\xbd\x72\x00\x11\x7d\xb6\xbc\x75\xd6\x1a\ \x0b\x73\x72\x60\x6b\x2d\x0f\x04\x23\x02\xc4\xc2\x68\xff\x58\x26\ \x59\x26\x84\x70\xe4\xc8\x11\x27\x60\xbc\x25\x88\x27\x47\x79\x91\ \x73\xc6\x09\xc8\x1a\xeb\x4b\x89\x39\x87\x5a\x69\x22\x12\x42\xce\ \xce\x1c\x58\xb8\x70\xe1\xbc\x81\x81\xfd\xfb\x0f\x54\xab\x55\x70\ \xb4\x6b\xe7\x2e\xe7\x8c\x56\x3a\x2c\xc5\xc8\x58\x92\xa6\xcd\xa4\ \x89\x88\x85\x52\xc6\x39\x74\xae\x24\x4b\x46\x9b\xb6\x74\x1a\x11\ \x55\x51\x34\x9a\xcd\xe9\xe9\xe9\x34\x4d\xc3\x20\x2e\xb4\x36\xd6\ \x58\x9b\xee\xd9\x33\x94\xa6\xf9\xfe\xfd\xfb\x0f\x1e\x3c\xe8\xdd\ \x17\x29\xa5\x2b\xd2\xd1\xe1\x11\x8e\x0c\x00\xb4\xd2\x8c\xa1\x90\ \xd2\x97\x7a\xaf\xd7\x1b\xcb\x97\x2f\x3f\xac\x02\x33\x11\x69\xad\ \x8a\xa2\xf0\x19\x3d\x5e\x53\xd8\x7e\x7d\x88\x4f\x4e\xd6\x5a\xd0\ \x4a\x71\x46\x44\x8a\xc8\x59\x9b\xe7\x39\x39\xd3\x56\xb6\x28\x4d\ \x03\xf3\x84\x68\xa5\x0b\x79\xa4\x43\x2f\xbf\xcb\x8b\x5c\x17\x85\ \x14\x2d\x11\xa4\xd6\xa6\xed\xe6\xfb\xeb\x98\xa6\xa9\x7f\xed\xb1\ \x43\x29\xd5\xd3\xd3\xd3\xd5\xd5\x65\xac\xe5\x8c\x15\x45\x31\x35\ \x99\xe5\x59\xea\x77\x03\x59\x96\x79\x2d\xbc\x5f\x21\x10\xb1\xc8\ \x0b\xcf\xe4\xb4\xeb\xc6\xf8\xdf\xf5\xf1\xcf\x76\x8d\xa0\x96\x40\ \xdb\xb6\x94\x94\x59\xa1\xad\x35\x5a\xdb\x88\x89\xb6\xca\xc5\xaf\ \x31\x9e\x4c\x6f\x15\xcc\x41\xf4\xd9\x0c\x4a\x29\xaf\xa3\xca\xd2\ \xd4\x6f\x4a\x88\x40\x4a\x11\x86\x21\x9b\xe3\xdf\x3d\xb7\xe3\xb3\ \x10\xfc\x17\x8d\xd1\x42\x88\xb9\x4d\xc3\x4b\xf2\x59\x5f\xda\xac\ \xad\xa8\xf1\xc7\x6f\xaf\x49\x2f\xa9\x6c\x19\x53\x85\x6a\x34\x1a\ \x52\xca\x2c\x4d\x4b\x51\xe8\xb7\x38\x52\x70\xe7\x1c\x12\x8d\x8c\ \x8e\x75\x55\xbb\x17\x2c\x5e\x92\x1e\x1c\x69\xcc\xce\x8a\x20\x94\ \x82\x3b\xc1\x75\x14\x36\x9a\x69\x92\xe4\x96\x18\x43\x5e\x2e\x77\ \x09\x3e\x93\x26\x39\x00\x2b\x0a\x0d\xc0\x9c\x73\xc6\x38\xad\x8d\ \xb1\x36\x08\x82\x9e\x9e\x9e\xc9\xc9\x49\x44\x5c\xba\x74\xa9\xdf\ \x06\x19\x63\xc6\x46\x47\x7d\x63\x99\xda\x6c\x4d\x69\x95\xa6\xa9\ \x9f\x73\x2f\xf4\x6c\x34\xea\x08\x24\x18\xe4\x79\xa1\x94\xe2\x9c\ \x8b\x57\xe2\x61\xb3\xdc\x9d\xbc\x2e\xfb\xea\x57\x83\xaf\x7c\x25\ \xf8\x6f\xff\x4d\x5e\x7d\x8d\xfa\x8d\x5f\xd7\xbf\xfe\x1b\x6e\xcd\ \x6a\x00\x38\x6a\xbf\x1e\xef\xab\x16\x45\xb1\x64\xe9\x52\x7b\x34\ \x0f\xba\x5c\x2e\x1f\xd5\x6d\xf7\xef\x56\xab\xd5\x57\x78\xb7\xbb\ \xa7\x47\x08\x71\xac\x45\xb5\xa7\xb7\x97\x1f\x3b\xdf\xaf\xb7\xb7\ \xf7\x15\x16\xe4\x30\x0c\xbb\xba\xba\x8e\xca\x81\x10\x51\xa9\x54\ \x82\x63\x50\x2b\xbe\x36\xdb\x51\x9d\xfa\xf6\x19\x1d\xd5\xa9\x6f\ \x8d\xb9\xa7\xe7\x58\x63\x26\xa2\xde\xde\xde\x57\xf0\x32\xc6\xc7\ \xc7\x8f\x13\xdc\x39\xa7\x30\xc4\xd9\x59\xf9\xdd\xef\xca\x2f\xfc\ \x77\xfe\xcc\x33\xe6\xda\x6b\x8a\x3f\xfb\x4f\xee\xac\x8d\x50\x14\ \x30\xd7\x22\x8e\x71\x76\xf3\xcd\xef\x73\x73\x25\x98\xc8\x51\xa5\ \xab\xab\x5e\x9b\xa1\xf6\x2c\x21\x12\xd1\x7f\xf9\x2f\x9f\x6e\xef\ \xd6\x39\xe3\xc8\xd0\xc3\x04\x10\x71\x21\x5a\xaf\x01\x7c\xfb\x1b\ \xf4\x44\xd3\x5c\x4e\xa9\xcf\xb4\xf4\x1c\x28\xce\x19\xb4\x98\x63\ \x4f\x85\xb9\x43\xe9\x79\x68\xa9\x24\x1d\xb4\x95\xec\x73\x19\x29\ \x5e\xb0\xe7\x9c\xf5\x2f\xfd\xca\xe1\x2b\xa8\x30\x44\xeb\x7d\x4c\ \x44\xdf\xa7\xc9\xff\xa2\xb5\x16\x5a\x9e\xb8\xf5\x34\xac\x07\x0b\ \x9f\x0c\x85\x0c\x19\x63\x64\x5b\xd7\x9d\xfc\xff\xbc\x14\x0f\x11\ \x08\x7c\x1a\x6d\x8b\x28\x80\x56\x29\x28\x67\xad\x36\x1a\x91\x71\ \xc6\x7c\x4f\xb6\x43\x76\x24\xd0\xae\x49\xe0\x6b\x49\x56\x2a\x95\ \xda\xcc\xd4\xa1\x77\x9d\x56\xf9\x47\x7f\xe7\xa3\x4a\xa9\x20\x08\ \x00\xd1\x73\x81\x42\x88\x34\x69\x1c\xea\x4e\x4d\xeb\xe2\x96\xf7\ \xdc\xf0\x8e\xcb\x2f\x6e\x17\x26\x47\x44\x22\x47\x44\x7e\x5f\xe0\ \x55\x25\x52\x0a\xc4\x43\x99\x3d\x9f\x51\x8a\x1e\xb3\x04\xe7\xbe\ \x72\x59\xab\x32\x0f\x17\x2d\x2a\x83\x79\x82\x9b\xda\x6c\x06\x91\ \xe3\x9c\x33\x64\xad\xf6\x4f\xd6\x19\x6b\xfc\xf6\xca\xcf\x15\x01\ \x31\x64\x3e\x0b\xcc\x5f\x5c\x3f\x39\x44\x34\x77\x2d\x5b\x51\x58\ \x7f\xc1\xe0\x25\x71\xeb\xdc\x1b\x0c\xdb\x39\xb4\x0c\x19\xb2\x76\ \xfc\x93\x80\x08\x19\x02\x81\x17\x4a\xc1\x5c\xa2\x72\xfb\xc1\x21\ \xe7\xeb\x54\xb6\x66\xc2\xdf\x4d\x73\x3c\x6a\x9b\x77\x9a\xbb\x8d\ \x09\x10\x21\x90\x2c\x4b\x9b\xed\x29\xd5\x2a\x3f\xed\xd4\x53\xfe\ \xfe\xd6\x5b\x83\x20\x60\xbc\x55\xfa\x90\x1c\xf5\xf4\xf6\x24\x8d\ \x5a\xfb\xe1\xd5\x05\x96\xe3\xe0\xf3\x7f\xf3\x5f\x7d\x01\x0c\x3f\ \x45\xd6\x1a\xe7\x5c\x2b\xc4\x0d\x60\x9d\x0b\x83\x20\x0c\x23\xad\ \xb5\x36\xe6\xa5\xc0\x06\x43\xa3\x8d\x73\x96\x31\x1e\x86\x81\x10\ \x42\x29\xad\x95\x0a\xa3\xe8\x10\x8a\x8c\xfc\x42\x1e\xc7\xb1\x47\ \x73\xbf\xfd\xf2\x49\x09\x7e\x29\xd5\x46\x63\xab\xc4\xa4\x73\x8e\ \x90\xe1\x9c\x5c\x8a\x19\xa3\xfd\xe9\xb7\xb9\x2c\xac\xd7\x66\x5f\ \x8b\x8b\xc7\x9e\x7b\x2e\xb8\xf5\x0b\xf2\x1b\xdf\xa0\xbe\x3e\xfd\ \xab\x1f\xd6\x1f\xf8\x80\x3b\xe5\x64\x40\x06\x5a\x1f\xb6\x85\x7f\ \x65\xfe\xfa\xe7\xc7\xb9\x7b\x2f\xe3\xd8\x80\xf6\x4a\xef\xbe\xea\ \x98\xdb\xc1\xa5\x37\x7c\xcc\x6d\xea\xf3\x8d\x3d\xa3\xa3\x0e\x05\ \xa4\x24\x21\x70\x72\x52\xdc\x7d\x77\xf0\xa5\x2f\xf3\x07\x1f\xb4\ \xeb\xd7\xab\x4f\x7e\xd2\xbc\xe7\xdd\x50\x2a\x41\x9e\x1f\x8a\x20\ \x6d\x31\xf2\xa1\xd1\x8b\x23\x27\xe1\xd0\x8d\xc5\xdc\x1e\x1b\x18\ \xbe\x54\x05\xf0\xd5\x77\xc1\xf4\xf2\x7f\x1c\x9b\x02\xf2\x20\xeb\ \x11\xe4\x75\x96\xb8\x78\xa9\x39\xcb\xe1\x97\x63\x6e\x7c\xaf\x7e\ \x48\x0f\x43\xaf\xb8\x6d\x7f\x69\x7d\x7a\xb9\x3f\x7e\x0c\x35\x97\ \x3b\x72\x87\xda\xae\x6c\x7c\xe8\xd7\x8f\xfc\x98\xa7\x3e\xda\xd7\ \x8b\x8e\x32\xba\xb9\x55\xe9\xd8\x43\x3e\xf4\x02\x1d\x5a\xe3\xe1\ \x90\x92\xb9\xee\x10\xa0\x3c\x62\xce\xe6\x0a\x2c\x1f\x4b\xaf\x79\ \xe8\xbb\x1e\x7f\x8f\xf5\xf9\xc3\x3e\xfc\x8a\xd3\xef\xcf\xe8\xb0\ \x6b\xf8\x92\x47\xfa\xaa\x07\x21\xf2\x5e\x3f\x1d\xf6\x9c\x0a\x29\ \xe9\xe5\xb7\xf7\xa1\x6c\x7e\xfb\xc4\x03\x29\xe1\x90\x92\xc2\xd8\ \xce\xb2\x98\x9b\x92\x36\xdd\xef\xb3\x88\x61\xee\xff\x2f\xe9\x35\ \x7d\xcc\xb4\x55\x63\xd3\x1d\x3a\x2d\xad\x62\xd1\x7e\x19\x3b\xe2\ \xe6\x41\x86\x38\x57\x61\x02\x8e\x6c\xbc\x73\xc4\x6d\xfc\x1a\xc0\ \x7d\x8e\x62\x00\x6b\xf9\x23\x8f\xc8\x2f\x7d\x59\xde\xf9\x03\x0a\ \x03\xfd\x9e\x77\x9b\x5f\xf9\x80\xdd\xb8\x81\xba\xaa\xa8\x35\xfc\ \xec\xfc\x6f\xc7\x7e\x4e\xc6\x18\x44\x11\x68\x8d\x07\x0e\x88\xdb\ \x6f\x97\x5f\xfb\x3a\xdf\xbc\xd9\xad\x5e\xad\x7e\xe7\xb7\xcd\x7b\ \xde\x43\x8b\x16\x41\x9e\x83\x73\x9d\x79\xea\x58\xc7\xde\x4a\xf6\ \x9a\xc1\xdd\x63\x44\x18\x82\x52\xfc\xc9\x27\xe5\x57\xbf\x2a\x6e\ \xbb\x1d\x67\xa6\xed\x45\x17\xe9\xf7\xbd\xd7\x5e\x79\xa5\x5b\xb3\ \xc6\x7b\x23\xa0\x75\x07\x29\xde\x04\x17\x16\x41\x08\x10\x02\x18\ \x83\x99\x19\xfe\xe8\xa3\xf2\xbb\xb7\x89\xbb\x7e\x84\xc3\x23\xf6\ \xc2\x0b\xf5\xaf\x7d\xc4\x5c\x73\x0d\x2d\x5e\x0c\x45\x01\xd6\x42\ \xa7\xa3\x6c\xc7\x3a\xf6\x4b\x0d\xee\x6d\xd4\x88\x42\x30\x96\xed\ \xde\x23\xee\xb8\x5d\x7e\xf3\x5b\x6c\xc7\x0e\x08\x02\xfd\xce\x77\ \x9a\x6b\xaf\xb5\x17\x5d\x48\x0b\x17\x52\xa9\x84\x45\xf1\x7a\xab\ \x8f\x75\xec\x8d\x31\xce\xc1\xf7\xa3\x99\x9c\x64\x3b\x06\xc5\x0f\ \x7f\x20\xee\xbc\x93\x0d\x0e\x52\x5f\xbf\xb9\xea\x2a\x7d\xf3\xfb\ \xed\xf9\xe7\x53\x57\x17\x1a\xd3\xd9\x6c\x75\xac\x63\x1d\x70\x3f\ \x9a\x17\x2f\x04\x05\x01\x4e\x4c\xf0\xe7\x9e\x93\xdf\xf9\x0e\xbf\ \xe7\x5e\xb6\x73\x27\x2d\x5e\x6c\xcf\x3e\xdb\x5c\x73\xb5\x3d\xe7\ \x1c\xb7\x76\x2d\x84\x21\x21\xa2\xb5\x60\x0c\xbc\x55\x0a\x75\xbd\ \x69\x9d\x74\x02\x40\x22\x18\x1d\xe5\xcf\x3e\x2b\xee\xbf\x5f\xfc\ \xf4\x1e\xb6\x65\x0b\x04\x81\xb9\xf8\x62\xf3\xae\x77\xd9\xcb\x2f\ \xb3\xab\x56\x21\x22\x28\x05\xce\x75\xd6\xdd\x8e\x75\xac\x03\xee\ \xaf\xe2\x27\x52\x14\xa1\x52\x58\xab\xf1\x87\x1f\xe1\xf7\xfc\x54\ \xdc\x75\x37\x8e\x8d\x21\x80\x5d\xbf\xde\xbe\xed\x22\x73\xc9\x25\ \xb4\x76\xad\x9b\x37\x8f\xba\xbb\x5b\xde\x62\x87\x07\x78\x43\xcc\ \x07\x48\xa5\x04\xa3\xd9\xf8\x04\x8e\x8c\xf0\x47\x1e\x15\x8f\x3c\ \xcc\x1f\x7e\x04\xa7\xa6\xa8\x52\xb1\x67\x9d\x65\xae\xba\xca\x5e\ \xf9\x76\xb7\x62\x05\x95\x4a\x68\xcc\x2b\x68\x58\x3b\xd6\xb1\x8e\ \x75\xc0\xfd\x18\x40\xe3\x7d\x79\x21\xd8\xc8\x08\xdb\xbe\x9d\x3f\ \xf8\x20\x7f\xe8\x61\xfe\xf4\xd3\x38\x3b\x4b\x4b\x96\xb8\x13\x4f\ \x34\x17\x5f\xec\xce\x38\xdd\x9e\x76\x1a\x2d\x5b\x06\x52\x12\xe7\ \x00\x80\xd6\x82\xff\xd3\x01\x9d\x57\x5b\x44\xfd\x1f\x62\x0c\xad\ \x05\xe7\x70\x66\x06\xb7\x6d\xe3\x9b\xb7\xf0\x47\x1e\xe1\x9b\x36\ \xb1\xa1\x21\x48\x53\x77\xda\x69\xe6\x9c\x73\xec\x15\x57\xb8\x0d\ \x67\xb8\xd5\xab\x41\xca\xd6\x6a\xda\xd9\x36\x75\xac\x63\x1d\x70\ \xff\x59\x4d\x08\x0a\x02\x20\xc2\x34\xc5\x89\x09\xfe\xe4\x53\xfc\ \xa9\xa7\xf8\x83\x0f\x7a\xf4\x41\x22\xbb\x6e\x9d\xdb\xb0\xc1\xae\ \x5f\x6f\x37\x6c\xa0\xf9\xf3\x69\xa0\x9f\x7a\x7b\x81\x73\x34\xa6\ \xc5\xde\xb4\x72\x94\x7f\x59\xe1\xbe\x2d\xec\xf2\x68\x2e\x84\xef\ \x6d\x8b\x53\x53\x38\x35\xcd\x76\xee\xe4\x4f\x3f\xc3\x36\xbf\xc0\ \x9f\x7b\x0e\xa7\xa7\xa9\x52\xa1\x6a\xd5\x9e\x77\x9e\x3d\xf7\x1c\ \x77\xde\xf9\xf6\xa4\x35\x50\x2e\x53\x18\xa0\xee\xf8\xe9\x1d\xeb\ \x58\x07\xdc\x7f\x4e\x08\x85\xd8\x82\x27\x29\x30\x49\xd9\x9e\x3d\ \xb8\x77\x2f\x7f\xfa\x19\xfe\xfc\xf3\x6c\xfb\x36\xb6\x7d\x07\x48\ \xe9\x16\x2e\xa4\xf9\xf3\xdc\x9a\x93\xdc\x69\xa7\xb9\x95\x2b\xdd\ \xaa\x95\xee\xc4\x13\xa1\x54\x02\xc6\x40\x70\x62\x73\xde\xbd\x73\ \xe0\xdc\x5b\xd3\xc1\xe7\xdc\xef\x7b\xc8\xbf\x70\xae\xb5\x9b\x31\ \x06\x47\x47\xd9\xae\x5d\x6c\xf7\x6e\xb6\x63\x90\xbf\xf0\x02\x0e\ \x0f\xe3\xf8\x38\xce\xce\xd2\xc0\x80\x3b\xe5\x14\x77\xca\xc9\xe6\ \x9c\x73\xdd\xba\xb5\xb4\x62\xb9\x5b\xb8\x08\x9c\xc3\xf6\xd2\xd8\ \x51\x2b\x75\xac\x63\x1d\x70\xff\x79\x81\xfb\x91\xbc\x8d\x27\x88\ \x9d\xc3\x2c\x83\x3c\x67\x07\x0f\xb2\xcd\x9b\xf9\xf6\xed\xec\x85\ \xcd\x6c\xc7\x0e\x6c\xd4\x21\xcd\x30\x49\xa8\xb7\xd7\xad\x59\xed\ \x4e\x5c\xe9\x4e\x5c\xe1\x56\xad\xa2\xe5\xcb\xa9\x5a\xa5\xee\x6e\ \xea\xee\xa6\x6a\x15\x82\x10\x9c\x05\xe7\xf0\x50\xb8\x3f\x0c\xf1\ \xdf\x3c\x0b\xc0\x61\xf9\x3b\x7e\xb5\xf3\x50\xce\x18\x70\x0e\x44\ \xd8\x6c\x60\xad\x8e\xb5\x1a\x34\xea\x38\x3e\xc1\x5f\x7c\x11\xf7\ \xec\x65\x7b\xf6\xb0\x5d\xbb\xd8\xde\xbd\xc0\x39\x55\xca\x14\x97\ \x68\xf1\x62\x7b\xc6\x19\x6e\xdd\x5a\x77\xea\xa9\x6e\xed\x5a\xaa\ \x54\xa0\x14\x93\x0c\xd0\xda\x23\xf3\xc8\x3a\xd6\xb1\x8e\x75\xec\ \xe7\x0a\xee\xed\x9e\xc6\x47\x78\xf4\x2d\xa7\x9e\xb5\x7c\xf3\xa9\ \x29\x36\x32\x82\xe3\xe3\x6c\x68\x88\x6d\xdb\xc6\xf6\x0e\xe1\xd0\ \x10\x1b\x1a\xc2\xc9\x49\x08\x03\xea\xe9\xa1\x6a\x37\x54\xab\xae\ \xbf\x9f\x4e\x3c\xd1\x2d\x5a\x48\x0b\x17\xd2\xfc\x05\x6e\xe1\x02\ \x9a\x37\x9f\xfa\x7a\x5b\x88\xc9\x19\x30\xde\xc2\x4d\xc6\x5a\x3f\ \x4e\x04\x44\x38\xf7\xe2\xa5\x3f\x7e\x0d\x38\x8c\xff\x39\xea\xaa\ \x70\x68\x63\xca\x43\xff\x39\x97\x2c\xd6\x3e\x23\xf2\x2f\x7c\xae\ \xb9\x73\x73\x2b\x90\x05\xeb\x5a\xea\x94\x24\x65\xe3\x63\x6c\x7c\ \x1c\xc6\xc6\xd8\xe8\x18\x8e\x8d\xb2\x7d\xfb\xf1\xe0\x41\xac\xd7\ \xb1\x56\x83\x7a\x0d\x6b\x75\x08\x02\xb7\x62\x05\x2d\x5b\xe6\x96\ \x2f\x77\xab\x57\xb9\x75\xeb\xdc\x82\x05\xb4\x70\x21\x2d\x58\x48\ \x71\x04\xd6\xb6\xfc\x7a\x7f\xc0\xc3\xd3\xe7\x3a\x34\xcc\x6b\xb9\ \x05\x3b\xd6\xb1\x0e\xb8\x1f\xdf\xd3\xc4\x10\x81\x9c\x03\x2e\x38\ \x59\xeb\x5e\xcb\xb3\x25\xc4\x4b\xe4\xb2\xd6\xa0\x14\x14\x05\x2a\ \x85\xc3\x23\x6c\x68\x08\xf7\xef\x67\xfb\xf7\xe3\xfe\xfd\x6c\xef\ \x5e\x56\x6f\x40\x91\x41\x96\xa1\x76\xa0\x32\x48\x73\x58\x38\x9f\ \xba\xbb\x5d\xff\x00\x0d\xf4\x53\xff\x00\xf5\xf5\x52\x6f\x2f\xf5\ \xf6\x52\x5f\x3f\x95\x4b\x10\x86\x14\x86\x10\x86\x10\x84\x10\x06\ \x24\x25\x48\x09\x32\x00\x29\xc8\xe7\xf8\x70\x4e\x3e\x56\xe9\xd7\ \x83\x23\x73\xa0\xc9\x01\x39\xb0\xae\x05\xac\xc6\x80\xb5\x68\x34\ \x68\x03\x4a\x83\x56\xa8\x14\x28\x05\x4a\x61\x9e\x43\x51\x60\x5e\ \x60\xbd\xc6\xa6\xa7\x61\x7a\x1a\xa7\xa7\x71\x6a\x0a\xa6\xa6\xd9\ \xd4\x24\x4e\x4e\xe1\xe8\x28\x58\x0b\x71\x4c\x51\x84\x71\xe4\x82\ \x10\xe2\x98\x4e\x38\xc1\x2d\x5b\xe6\x96\x2c\x71\xcb\x96\xd1\xb2\ \xa5\x6e\xf9\x72\xaa\x56\x41\x4a\x08\x02\x0a\x03\x40\xc6\xac\x25\ \xad\xc1\x1a\x70\x74\xd4\x84\xe3\xd6\xd6\x88\x0b\x46\xd6\x31\x29\ \x99\x2b\x94\x0d\xa2\x48\x30\xd2\x13\x22\x4c\xaf\x00\x00\x10\xcf\ \x49\x44\x41\x54\xda\x31\x24\xa5\x14\x1d\x2d\xb7\x1b\xe7\xaa\x97\ \x30\x11\x48\xe6\x8a\xc2\xbc\x72\x06\x78\x3b\xb7\xde\xe7\x5d\xcb\ \x40\x5a\x55\x18\x82\x9f\x4f\x37\x74\x9f\xd5\xfd\xb3\xb5\x55\x10\ \x12\xad\x46\x19\x32\xa7\x0b\xed\xde\x04\x6d\xdb\x3b\xd6\xb1\x5f\ \x50\x70\x47\x26\x90\x9a\x8d\x5a\x61\x79\x57\x4f\x79\xf0\xbe\x3b\ \xc7\x16\x5f\xf0\x8e\x75\x03\xca\xb8\xd7\xf5\x50\xbf\xe4\x14\x73\ \x06\x8c\xb7\x3c\x71\xc6\x58\x51\xb8\xc9\x49\x6c\x24\xa2\xd9\x6c\ \x6c\xbe\xeb\xa1\xa7\xcd\x15\xcb\x8b\x4d\x3f\x7a\x7e\xc3\xc9\xab\ \xca\x93\x63\x34\x35\x8d\x33\xd3\x38\x3d\x8b\xb3\x33\x38\x3b\x0b\ \xce\x81\x94\x14\x06\x20\x03\x08\x02\x0a\x02\x94\x92\xa4\x00\x21\ \x41\x08\x90\x82\xb8\x98\x93\xa0\x78\x97\x1f\x09\x59\xeb\xd7\xe7\ \x70\x1d\x88\xd0\x11\x90\xa7\x80\x1c\xcc\x69\x7b\x5a\xb1\x5f\x63\ \x40\xeb\x56\xe9\x05\xa5\x50\x29\x52\x0a\xb5\x01\x6b\x6a\x00\xac\ \x7f\x7e\x69\xd1\x7c\xe8\xed\xa5\xbe\x3e\xd7\xdf\x07\x7d\xfd\x6e\ \x60\x80\x4e\x58\x0c\xbd\xbd\xb6\x54\x32\xd5\x6e\x3e\xd0\x0f\xdd\ \x3d\x50\xed\x22\xc4\xa3\x10\x4d\xad\x42\xd7\xd6\x12\x93\x1c\x2d\ \x11\x67\x68\xb4\x41\xce\x8f\xc4\x28\x14\x41\x6d\xc7\xfd\x0f\x8d\ \x2e\x38\x6f\x60\xfc\xc9\x89\x81\xeb\x2f\x5b\xfa\xd0\xf7\xbe\xfd\ \xec\x48\x74\xc1\xd9\x27\x8c\x25\xa5\xcb\x2f\x3e\x2b\x24\x7d\x24\ \x4e\x3a\xa3\x2d\xb2\x28\x0c\x47\xb6\xdc\xf7\xcc\x64\xff\x55\x97\ \x9d\xce\xb4\x3e\x16\x9a\x22\xb8\x34\x69\x16\x96\x85\x92\x69\x65\ \x25\xcf\x1e\x7f\xf0\xd9\xa5\x17\xbe\x73\x5d\x1f\xd3\xf6\x8d\xf7\ \x8d\x11\xc0\x5a\xc7\xe7\x2a\x17\x1e\x87\x09\x01\x5b\x1f\xbc\x6b\ \xb2\xfb\xac\xf9\xf5\x67\x26\x7a\xcf\xb9\xe4\xb4\x01\xad\x3b\x92\ \xa1\x8e\xfd\x12\x99\x78\x03\x91\x5d\x72\xf5\xf4\x5d\xdf\xfa\xc1\ \xe3\x7b\x31\xea\xbe\xf0\xc6\x5b\xf8\xbe\x9d\xc3\xdd\x17\x84\xa5\ \x12\xa4\xa9\x32\x4e\xc8\x30\x90\x9c\xac\x29\xb4\x11\x52\x5a\x55\ \x80\x08\x04\xd8\x42\x53\x18\x4a\x47\xc0\xc8\x16\xda\xbc\x8c\x6d\ \xb0\x16\x40\xcf\xd5\xd4\x11\xc2\xec\xff\xdb\xff\xeb\xd6\xde\x1b\ \xff\xe0\xb7\xae\x3c\x2b\x0b\x77\x3d\xa7\x7b\xcf\x7b\xcf\xbc\x07\ \x61\xe5\xd2\xff\xe3\x37\xa4\x4e\x8c\xb1\x2f\x81\xaf\x52\x50\xab\ \xb1\x5a\x1d\x1a\x0d\xd6\x6c\x04\x85\x32\xb5\x9a\x6b\xd4\x31\xcd\ \x84\x52\x5c\x29\x5d\xaf\xb7\xf7\x07\x60\x34\x68\x83\xd6\xb6\x58\ \x94\x76\x21\xc2\x16\x7d\xc4\x48\x48\xe0\xbc\x15\x33\x08\x03\x08\ \x42\x08\x43\x8a\x63\x28\xc5\x14\xc7\x50\x2a\x53\xb9\x44\x95\x0a\ \x55\x2a\xac\xb7\x2f\x49\xf6\x7e\xfd\x87\x0f\x8f\xb2\xb8\x6b\xd5\ \xf9\x1f\x7a\xff\x55\xf3\xab\x21\x0f\x03\x86\x94\x1b\x0b\x32\x8c\ \x00\x04\xc0\x93\xf7\x7c\x63\xf3\x78\xf7\x47\xce\x5a\xa1\x8b\x82\ \x69\xa5\x8a\xe2\xa8\xee\x2f\x8f\xe2\xe9\x27\x6e\xfb\xef\x77\xec\ \xf9\x0f\x7f\xf2\x89\x15\x65\x9e\xee\x7d\xe0\x6f\xff\xe9\xfe\xeb\ \xff\xe0\x8f\x37\xf6\x09\x94\x01\x03\xa7\x95\xd2\xc6\x71\x19\xc4\ \xa5\x78\xb6\x76\x60\xfb\x2e\xba\xf4\xe4\xa5\x2b\x4a\xdd\x13\x9b\ \x7e\xfc\xc0\x9e\xf0\xc3\x1f\xb9\xb6\x92\x4d\x04\x4d\xc6\x81\x84\ \x0c\xa5\xe0\x56\x17\xda\x61\x18\x06\x48\x0e\x21\xfd\xe9\x37\xbe\ \x59\x5b\x7a\xe9\xfb\x2e\x3d\xb5\xdc\xbb\x68\x99\xa8\x20\x91\x0c\ \x63\xc1\xd1\x1a\x55\x28\xc3\x65\x18\x4a\x0e\x40\x46\x15\xca\xa2\ \x74\xf5\x27\xef\xfd\xf7\x47\x9e\xdd\x37\x51\xcb\xfa\xe6\x9d\xb0\ \xf1\xd2\x4b\x57\xaf\x5e\xd5\x1d\x22\x93\x51\x29\xf4\x25\x09\x81\ \x31\xe6\x8c\xca\x95\x61\x22\x08\x03\x01\xce\x16\x45\xd1\x9e\x4e\ \x5f\xe9\xdb\xd7\xbd\x03\x80\x40\x4a\x77\xb4\x92\x58\x00\x20\xc3\ \x70\xfc\xf9\x3b\x3e\xf3\xc5\x27\x7e\xf3\xff\xfc\xd4\x19\xfd\xdc\ \x82\x08\x43\x89\xce\xe6\x45\x01\x4c\x86\xa1\x04\x67\x8a\x42\xa1\ \x08\x43\xc9\x9d\xd5\x85\x32\x22\x88\x24\x47\x20\x57\x14\x85\x71\ \x10\x84\x61\x14\xb2\xda\xc1\x17\x77\xe7\xa7\x9c\xba\x76\x39\x13\ \x11\xe3\x41\x49\x22\x00\xe9\xa2\xf0\x93\x16\x04\x02\x01\x8c\xca\ \x8f\xea\x7c\x30\xc6\xa4\x10\x6a\x6e\xb4\xbe\x3e\x62\xa7\x93\x57\ \xc7\x7e\x19\xc1\x1d\x99\xe4\xc9\xce\x7b\x1e\xde\x7e\xfe\xaf\xfe\ \xa7\xeb\xd6\xc6\x75\xe3\x9e\x7a\xc2\x3d\x7b\xfb\x97\xff\xfa\xb1\ \x85\xe7\xbe\xf3\x5d\x97\x9c\xdc\x37\xf8\xd8\x0f\xee\x78\x60\x73\ \xd7\xea\xf3\xdf\x7d\xc9\x49\xcf\x3c\xf0\xf8\xca\xcb\xaf\x97\x3b\ \xef\x79\xc1\x2e\xbf\xea\x8c\xd2\x8f\xee\x78\x2e\x8c\xcc\x8c\x58\ \x79\xfd\x25\x27\xd3\x31\x9e\x1f\x1e\xc8\xe1\xe7\x9e\x1c\xcf\xa1\ \xf9\xcc\xa3\xe3\x17\xac\x15\x85\x8e\x8a\x0c\x1b\x89\xf4\xc4\x08\ \xb9\x96\xd6\x3e\x90\x00\x48\x00\x30\x30\x60\x11\x91\xb1\xb4\x28\ \x1e\x79\xf4\xd1\x73\xae\xbf\xae\xa7\xbb\x07\x01\x76\x8f\x0c\xbf\ \xb8\x73\xe7\xc5\x17\x5f\x4c\x2f\xf9\x88\xaf\xcb\x8e\xe0\xeb\x0f\ \xe1\xf4\x79\x20\x76\x7e\xef\xd1\x3d\xcb\xaf\xfe\xaf\x7f\x74\x93\ \xae\xcd\x88\x80\xef\x7c\xfa\xae\xef\xdf\xbf\xb9\xb4\xe2\xdc\xf7\ \xdf\x74\xb1\x7a\xe1\xc7\xdf\xbd\xfb\x61\x58\x7c\xee\x69\x5d\xb3\ \x4f\xfe\xe0\x9f\xa7\xc6\xf7\x5e\xb0\x22\x1e\x1a\x17\x57\x5d\xf7\ \xb6\xc8\x6a\x77\x44\x74\x82\x21\x25\xcd\x74\x74\xe8\xc9\xfb\x9e\ \x39\xf8\xbb\xef\x58\xf4\xc0\xc3\x8f\xee\x3d\x30\x99\x90\x30\x53\ \x83\xdf\xf8\xf6\x8f\x86\x5d\xff\x95\x37\xdc\xb8\xf1\xc4\xea\xfe\ \xe7\xee\xbb\xe3\xde\x17\x66\x27\x86\xec\xea\xd5\xb6\x31\x31\x36\ \x2b\x7a\xb2\xe6\xd4\xf0\xe0\x8f\x6e\x8f\xce\xdb\xb0\x78\x32\x2b\ \x9f\xc2\xdd\xe6\xfb\xbf\x77\xf7\x63\x3b\x4f\xbc\xe4\xc6\x73\xfa\ \x66\xef\xb8\xe3\x3e\x3b\xff\xb4\x0f\xde\x72\xa5\x60\xcd\x9f\x7e\ \xfd\xcb\xc3\x23\x57\x5e\xb4\x2a\x9a\x6a\x30\x81\xd9\x63\x77\xfc\ \xaf\x07\xb7\x4d\xaf\xbe\xe0\xea\x1b\x2f\x59\x37\xf4\xe4\xdd\x3f\ \xb8\xef\xb9\x4c\x74\x5f\x74\xed\xbb\xcf\x5f\xd9\xa7\xa8\x7a\xc5\ \x7b\x3f\x76\xe1\xfa\x07\xff\xe1\xf6\x6d\xb7\xfc\xde\x47\x97\xf1\ \xb1\xfb\xee\x79\x3c\x5a\xb2\x7a\xf0\xbe\x6f\xdc\xf1\xc4\x50\xd8\ \xbb\x70\x51\x37\x0e\x0d\x8d\xaf\xbc\xf0\xba\x1b\xde\xb6\x76\x62\ \xf3\xfd\xb7\xdd\xfd\x38\xcd\x5b\xff\xee\x9b\xde\x3e\x20\xc9\x12\ \x09\x21\x86\x86\x86\x86\x86\x86\x2e\xb9\xe4\x12\xdf\x77\xed\xf1\ \x27\x9e\x88\xc2\x70\xfd\xfa\xf5\x47\xd4\xc1\x47\x66\xd3\x17\x36\ \x0d\x22\x35\x9f\x7e\x6e\xd7\xd9\xd7\xad\x9f\xde\xf9\xec\x9d\xdf\ \xbf\x67\xa6\xb4\xf2\x3d\xef\xbb\xb1\x6b\xf2\xa9\x7f\xba\xed\x3e\ \xb5\xe0\xb4\x9b\xdf\x7d\x55\xf2\xdc\xf7\xbf\x77\xff\xb6\xfe\x53\ \x2f\x7d\xef\xdb\x4f\xdb\x74\xe7\x57\xee\xdd\x32\x2e\x7b\x4f\xbc\ \xe1\xdd\xd7\xad\x19\x80\xa7\xee\xfa\xb7\xfb\x5f\x38\x38\x35\x31\ \x7e\xca\x35\x41\x7d\x62\x57\xad\x7b\xc9\xfe\x27\x6f\xff\xf7\xfb\ \xb6\x99\xa0\xff\xe2\x6b\x6f\x3c\x6f\x6d\xff\xf0\xf3\x0f\xdd\xf1\ \x93\xc7\x6b\x54\x3e\xf7\xaa\xf7\x5c\xb2\xb6\x5f\x1b\xfb\x72\xaf\ \x5f\x8c\x8c\x8c\x6c\xdb\xbe\xfd\xb2\x4b\x2f\x05\x80\x20\x08\x9e\ \x7d\xf6\x59\x63\xcc\xc6\x8d\x1b\x3b\xf8\xde\xb1\x5f\x14\x63\x6f\ \xd4\x81\xc8\x19\x1b\x2f\x3e\xe7\xb4\xc5\x8f\xdf\xfe\xd5\x3b\x9f\ \xdc\x1b\xc6\x11\x11\x5b\x79\xf6\x95\x6f\x5f\x5f\xb9\xf7\xce\x1f\ \xef\x1a\x7a\xfe\xbb\x77\x6d\x39\xe7\x9a\x1b\xaa\xc3\x8f\xfe\xf0\ \x89\xed\x13\xa3\xbb\xf7\xee\x1f\xdd\xb5\xf5\xde\x3b\x1e\xd8\x93\ \x8c\x0c\x6e\xda\x5b\xeb\xe9\x1d\xe8\xad\x46\xc7\xac\xf9\x8a\x3c\ \x70\x93\x8f\x3c\x31\x74\xd9\x47\x3e\xb8\x4c\xed\x79\x76\xef\xb4\ \xe0\x87\x8c\xdc\x63\xab\x7b\x39\x79\x32\xc7\xdd\x97\x18\xdb\xfc\ \xd4\x53\xb7\x7e\xee\xaf\x79\x91\x27\x53\x93\x9f\xfb\xf4\x9f\x8f\ \xed\xdc\x19\x16\x05\xd6\xeb\x58\xaf\x63\xbd\xf6\x3a\xff\xd4\xb1\ \x5e\xc7\x46\x03\x9b\x4d\x6c\x36\x31\x49\x30\x4d\x21\xcb\x20\xcf\ \xa1\x28\x6c\xa6\x96\xac\x3a\xa3\x67\xe2\xf1\xaf\x7c\xf5\xf6\xa9\ \x42\xa8\xfd\xcf\x7c\xfb\x87\x9b\xce\xbc\xea\xba\xde\x91\x87\x6e\ \x7b\x78\x70\xdf\xe6\x67\x67\xe7\x6f\xbc\xe9\xed\x1b\x02\xc0\xd5\ \xe7\x5c\x7e\xf3\xf5\x57\x2c\xe9\xaf\x54\xbb\xbb\x18\xd1\x51\x4f\ \x9c\x81\xa9\x65\xee\x94\xf3\xce\x6f\x6e\x7f\x7c\xc7\x8b\x2f\xee\ \x9c\x8d\xcf\x59\xbf\x32\xab\x8d\xdd\xfd\xed\xef\x26\xcb\x2e\xba\ \x72\x2d\xff\xfe\x6d\x3f\xda\xbf\x7f\xf7\xf7\xee\x78\x70\xf1\x79\ \x57\x5d\x78\xca\x62\x8e\xd8\x18\x1e\x7c\x7e\x70\xcc\x21\x5b\xbc\ \xee\x92\x5b\x6e\xb9\xaa\xd2\x38\xb0\x79\xcf\xf0\xc1\x2d\x0f\xdf\ \xf1\xe8\xc1\x0b\xaf\xbb\xe9\xac\x95\x03\xdd\x8b\xd6\xdd\xf2\x91\ \x0f\x2c\x6c\x6e\xf9\xe9\x13\x3b\x2c\x2b\x9f\x7e\xd9\xb5\x37\x5f\ \xfd\x36\x3e\xb5\x6d\xd3\xce\xf1\x3d\xcf\xfc\xf0\xc7\x3b\xc4\x75\ \xd7\x5f\x34\x74\xff\xed\x4f\xec\x1a\xdb\xb5\x79\xab\x5c\x75\xd1\ \x3b\xd7\x47\x3f\xbe\xed\x27\xb3\xe4\xc3\xc4\xbe\x1c\x2c\x03\x00\ \x30\xe9\xf6\xe7\x9f\x9f\x48\xb2\xc1\xcd\x3b\x16\x6e\xbc\x7a\x6d\ \x70\xe0\xe9\x91\xe0\xaa\x2b\xd6\x3d\x7f\xcf\x7d\x43\x43\x9b\xff\ \xfd\x8e\x27\xd7\xbd\xfd\x3d\x4b\xd3\xe7\x6e\x7b\x60\x97\x08\xb8\ \x27\xe9\x2b\x95\xca\xd7\xbe\xfe\x6f\x77\xde\x79\x67\xa5\xab\xfa\ \xec\xb3\xcf\xdd\x7a\xeb\x17\x8e\x5e\x9d\x9f\xc9\x6c\x62\xeb\xa6\ \x91\xca\x7f\xf8\xd8\x75\x13\xcf\x3e\x3a\x56\x98\x4d\xf7\xdd\x3e\ \xda\xb5\xf1\x83\xef\xbd\xa2\x57\x0d\x7d\xeb\x1b\x3f\xec\x3e\xf3\ \xaa\xeb\x2f\xdd\x68\x0e\x3e\xfa\xef\x3f\xdd\x7b\xc5\x7b\x6f\x30\ \x3b\xee\x7f\xe4\xe9\x6d\x5b\x76\x0c\xaf\xbd\xe4\x5d\x27\xb3\xdd\ \xdf\x7f\x64\xfb\xe8\x0b\x0f\xdc\xfe\xd4\xd4\x25\xd7\x5e\xb3\x66\ \x5e\x09\xc8\x0e\x0f\x6e\xda\x33\x5a\xdf\xbb\x6d\x4b\xb0\xfa\x8a\ \x2b\x4f\xe2\x77\xdf\xf5\xc0\xd8\xc1\x9d\xdf\xbe\xed\xbe\xc5\x6f\ \x7b\xd7\xd9\xd5\xfa\xb3\xdb\x87\xf1\x88\x9e\x9a\x7e\xb4\xb7\xdd\ \xf6\xbd\x6f\x7e\xeb\x5b\x95\xae\xea\xe0\xe0\xe0\xff\xfd\xff\xfc\ \x6d\xbb\x37\x74\xc7\x3a\xf6\x4b\x46\xcb\x90\xd1\x58\x79\xfb\x2d\ \x1f\x5d\xf1\xc2\x13\x77\xdf\xf5\x6f\xff\x3c\x71\xd5\x89\x41\x34\ \x70\xc2\x8a\x33\x4f\xea\x7f\x64\xd3\x03\x83\x83\xdb\xf8\x92\x8d\ \x97\x9d\x75\xe6\x48\x63\xdb\xbf\xbc\xd8\x3c\x7f\xe9\xc2\x1d\x5b\ \x9f\xeb\xe5\x3d\x0b\xc4\xec\x93\xcf\xa6\xfd\xcb\xd7\x6d\xb8\xe8\ \x52\xa9\xd2\x24\x53\x70\xb4\xe7\x87\x0b\x91\x1c\x18\xdc\xb2\xbf\ \xb8\xe1\x86\x65\x50\xd6\xcf\x3c\xb1\xe3\xac\xb3\xb9\x8f\xee\x1d\ \x52\x36\xf9\x68\x83\x22\x02\x80\xdf\xf9\xed\xdf\xf9\xd3\x3f\xfb\ \xb3\xbf\xfa\xec\x67\xa7\xa7\xa6\xe7\xcf\x9b\x77\xcb\xcd\x37\xeb\ \x9f\x4f\xcd\x2c\x6b\x74\xdf\x9a\x4b\x3f\xf1\xfb\xcb\x1e\xbe\xe7\ \xee\x7f\xfe\xc7\xa1\x33\xd7\x84\xd1\xf2\x0d\x6f\x3b\xfb\xcc\x7a\ \xf1\xc2\x97\x9e\xdb\xab\xaa\x72\x60\xf1\x8a\x65\x27\x0c\x1c\x04\ \x88\xab\x7d\xf3\x7b\xbb\xa0\x7c\xfe\xb2\x75\x94\x24\xd9\x51\x83\ \x7d\x0c\x6c\x33\x2b\x4e\x58\x73\x66\x79\x72\xdb\xb7\xfe\xf5\x3b\ \x0b\x37\xde\xb0\x76\xf6\xb1\xb1\xe1\x5d\x63\xcd\xf2\x95\x57\x5e\ \xbc\xde\x0d\x3c\xbe\xe9\xce\xad\x2f\x0c\xa6\x3d\x6b\x2e\xb9\xe4\ \x0c\xcb\x9e\x7d\x66\x90\x90\xcb\x50\x72\x22\x08\x4b\x3d\xf3\xfa\ \xfb\x9a\x41\x50\x0a\x69\xef\x9e\xa1\x81\x53\xce\xbf\xe8\xec\xd3\ \x31\x6f\xee\xde\xf4\xe0\xbd\x8f\x6d\xdd\xb5\x67\x72\xf5\xba\xc2\ \x3a\x56\x1d\x18\x58\xd0\xd3\x3d\x2d\x82\x30\xa0\x03\x3b\x0e\x2e\ \xdb\xf8\xfe\x33\xcf\x5c\x36\xf5\xfc\x93\x3b\xf7\x1d\x5c\x20\x4a\ \x03\x8b\x97\x9e\x79\x6a\xdf\x7d\x4f\xdd\x5b\x53\xd4\x23\xdb\x95\ \xd0\x5b\xcd\x0f\x82\x30\xe4\x48\x2c\x28\x2d\x58\xb2\x6a\x7d\xf7\ \xc9\x5b\x06\xbb\xd7\x6e\x38\x79\xc9\x23\xfb\x46\x77\xef\x19\x1b\ \x39\xa0\x1e\xbc\x27\x1b\xab\xc5\xa5\x19\xcd\x90\x01\x58\x6b\xe7\ \xcf\x9f\xff\x7b\xbf\xfb\xbb\x9f\xfd\xdc\xe7\xc6\x27\x26\x7e\x7c\ \xf7\x8f\x3f\xf4\xe1\x0f\x9f\x7e\xfa\xe9\x69\x9a\x1e\x1e\x3e\x08\ \xd9\x8b\xcf\x3c\x35\x8d\x7d\x4b\x16\x9c\xc0\xa7\x7f\xf2\xe4\x8e\ \xe6\x79\x17\x5d\xbe\xe9\xdb\x0f\x7e\xff\xfe\xe8\xf2\x93\xf2\x19\ \xb9\xfc\xbd\x57\x9e\xb7\x10\xed\x9e\x07\xbf\xbf\x6b\xf4\xe0\x63\ \xf7\xde\x77\x70\x64\xb6\x27\xa9\x63\xdc\xb3\x78\xc5\xc9\x27\xc9\ \xad\x83\x3b\xa6\x76\x0d\xee\xef\x5d\x7f\xfe\x05\x67\x9e\x91\xbf\ \xf0\x93\x21\x72\x42\x86\x82\x03\x8a\x68\xde\xe2\x95\x67\x9f\x28\ \x1e\xde\xf5\xfc\xde\x1d\xbb\xb2\xfe\x93\x2f\xbf\x68\xfd\xd8\xe8\ \x7d\xdb\xec\x51\xee\x1d\x6b\x6d\x4f\x4f\xcf\x27\x3e\xf1\xfb\x7f\ \xf1\x17\xff\xb9\xd9\x6c\x3e\xf8\xe0\x83\xd7\x5d\x7b\xed\x05\x17\ \x5c\x70\xc4\x68\x3b\xd6\xb1\x5f\x02\xcf\x1d\x90\xa1\x4e\x46\x27\ \xeb\x4b\x37\xbc\xfd\xda\x0b\x97\xee\x7e\xe1\x85\x86\x43\x67\xad\ \xb1\x8e\xc8\x96\x7a\xe6\x15\xe3\x7b\x0e\x34\x92\xdd\x43\x07\x58\ \x79\xc1\x19\xeb\x97\xef\x7c\xea\xc1\x11\x3a\xf3\x1d\xcb\x0f\xfc\ \xdb\x63\x07\x4f\x5e\xbb\xb2\x79\xf0\xc5\xc1\xfd\xd3\xc0\x8e\xde\ \x96\x48\x30\xbb\x73\xdb\x0b\x13\xf5\xda\xfd\xb7\x7f\xf3\x85\x89\ \x6c\x64\xeb\x53\x43\x4d\x22\x9d\x5b\x80\xa2\x28\xb4\x85\x57\xf0\ \xa8\xac\xb5\xd5\x6a\xd7\x9f\xff\xf9\xa7\x37\x6d\xda\x64\x8c\xf9\ \xd3\x3f\xfd\x13\x38\x76\xe7\x8d\x9f\x75\x0e\x10\x92\xe9\x91\x34\ \x5a\x76\xdd\x4d\xd7\x74\x37\x76\x4f\xe6\xac\x98\x3a\x38\x52\x4f\ \x76\xed\x1a\x0e\xfb\x7a\x05\x38\x63\x0d\x10\x09\x0e\xb3\xb3\xb3\ \xa9\x32\x8d\x89\xbd\x5b\x77\x1e\xb4\x8c\x1f\xa3\x85\x81\x49\xd3\ \x84\xe2\x05\xe7\x9d\xb6\x78\x6c\xb4\x79\xc6\xb9\xa7\x48\x9b\x2b\ \x5b\xea\xe1\xcd\x17\xf7\x8c\x4e\x0f\xef\x9b\x36\xe1\x09\x4b\x17\ \xe2\xec\xfe\x5d\xfb\x53\x6d\xac\xb1\x0e\x5a\x8d\x71\xc8\x3a\xeb\ \xc0\x11\x39\xe3\x58\x5f\x4f\xd7\xe4\xde\x5d\xe3\xf5\xbc\xa8\x0d\ \xdf\xf5\x9d\x1f\xf7\x9f\x7f\xd3\xf5\x6f\x5b\xc7\x8c\x63\xcc\x4d\ \xcd\xd4\x32\xad\x8d\xb3\x8e\x78\xcf\x40\x79\x6c\xef\xce\x24\x19\ \x1f\x1a\xae\xf7\xf7\x74\x83\x33\xce\x1a\xe3\x0e\xeb\xf0\x46\x87\ \x76\xa0\x27\xdf\x2e\xcf\xda\x56\x0b\x4e\xe3\xac\xa5\xa0\x5a\x29\ \xf5\x2d\x3a\xe7\xf2\xeb\x3e\xfa\x89\xff\xf8\xeb\x37\x9e\xe1\x72\ \xed\xbf\x50\x14\xc5\xb9\xe7\x9e\xfd\xd1\xdf\xf9\xed\xaf\x7d\xed\ \x6b\x57\x5f\x73\xf5\xbb\x6e\xbc\x21\x3b\xb2\x25\x2f\xe3\x52\x8d\ \x3f\xf9\xc2\xbe\x6c\xe6\xc5\x6f\x7c\xeb\xee\x99\xbc\xf9\xfc\x33\ \xcf\xc5\x6b\x2e\xfd\xf8\xc7\x3f\xa4\x37\xdd\x79\xff\xd6\x66\x68\ \x26\x76\xee\x9b\x56\xaa\xc0\x78\x60\x5e\xdf\x92\xb7\x5d\xf3\xfe\ \x3f\xfc\xb3\x3f\xbe\x76\xe3\x72\x9d\x65\xc6\x1a\x07\x64\x1d\xef\ \x9f\x57\x9d\xd9\x3d\x38\xd6\xcc\x8d\xd2\xd6\xcd\xf5\x0a\x22\x67\ \xad\xb5\xce\x3a\x82\x72\xb5\xcb\xcd\x8e\x8c\x4c\xe5\x59\xa1\x8e\ \xd5\x06\xbc\x28\x8a\x53\x4f\x3d\xe5\x93\x9f\xfc\xc3\x6f\x7d\xeb\ \xdb\xe7\x9d\x77\xde\x07\x3e\xf0\x2b\x47\xb6\x60\xec\x58\xc7\x7e\ \x49\x38\x77\xce\x6c\xe3\x89\x1f\x7d\xfb\x99\xa1\xa6\x73\xfc\x6d\ \x37\xdc\x5c\x7d\xf1\xee\x4c\x30\x40\x16\x06\x72\xe1\x49\x17\x5f\ \xb2\xf7\x7f\xfe\xc3\x5f\xfd\x65\xd0\x77\xe2\x7b\x6e\x59\xdf\xbb\ \xa0\xb9\xba\x3f\x08\x56\x9c\xba\xae\x3a\xdd\xbb\xad\xb6\x7a\xcd\ \xc2\xdd\x3f\xf8\xf2\x23\xea\xd4\xdf\xbc\xe9\x1c\xd2\xea\xc8\x83\ \x3b\x95\xef\xdc\x55\x7f\xc7\x6f\xfd\xd1\xcd\xe7\x2d\xd6\xcd\xe1\ \x7f\xf9\xe2\xbf\x1e\x6c\xac\x2b\xe7\x5b\xf6\xce\xac\x5d\x1c\xd6\ \xb7\x6c\x3b\xb0\xe4\x8c\xc5\xa0\x8e\xe9\x8c\x17\x45\xb1\x68\xe1\ \xc2\xbf\xfb\xfc\xe7\xc3\x30\x8c\xa2\xe8\xe7\x47\x9b\x72\x2e\x66\ \xf7\x3c\xf9\xb5\xbb\x36\x69\x6b\xe2\xe5\x17\x5e\x7b\xcd\xdb\x76\ \xdc\xfd\xcd\x2f\x7f\xf6\x33\xbc\x67\xc5\x07\x7e\xf3\xf4\xc6\x4f\ \x9e\x8f\x25\x37\x16\x4f\x3c\x79\xbd\x78\xf4\x1b\x9f\xff\x62\xe3\ \x92\x13\xdd\x96\xd1\xf2\x87\x7f\xed\x3a\x69\xd4\xe1\x92\x13\x44\ \x72\x0e\x85\x08\x39\xf6\x9d\x7a\xe9\x27\xff\x78\xe3\xc2\x6e\x78\ \x3a\x0a\x91\xcd\x7f\xe7\xb5\xe7\xfd\x8f\x6f\xde\xfa\x04\x8b\x37\ \xbe\xe3\xbd\xa7\x9c\xb6\xcc\x0e\x6f\xbf\xe3\x1f\x3f\x9b\x67\xc9\ \x92\x8b\xce\x92\xe1\x70\x1c\x0a\x26\xc3\x52\x28\x89\x88\xc9\x40\ \xb0\x60\xd5\x39\xe7\x9c\x36\xf8\x95\x5b\xff\xea\x2f\x57\x9d\x7d\ \xc5\xba\x33\xd7\x3c\xf4\xc3\xaf\xaa\x66\x7a\xda\xf5\x97\x9d\xb6\ \xfa\x94\x47\xff\xe9\xbb\x9f\x9f\x9e\xba\x70\x79\xa9\x1c\xc8\x93\ \x2f\xbe\x7a\xdb\x57\xbe\xfa\x99\xbf\xbc\xb7\x6f\xcd\x05\x37\xad\ \x5f\xf6\xc4\x56\x19\x4a\x0e\xc8\x4b\xa5\x98\xb7\xe3\x0d\x5c\x96\ \x4a\x31\x03\x02\x60\x71\xa9\x24\x10\x83\xb8\x24\x38\xa0\x08\x4a\ \x91\x04\xc0\x50\xf2\xf2\x92\x0d\xd7\x9c\x77\xe0\x8e\x6f\x7d\xf9\ \xa1\x9e\x13\xde\xf1\xfe\x5f\x39\x33\xc6\xb6\x9c\x26\x49\xd2\x2b\ \xae\xb8\x62\xcd\x9a\x35\x8b\x16\x2d\xf2\x7d\x2f\x8f\xc0\x76\xde\ \xd8\x3f\x3c\xc1\x97\x7d\xec\x4f\x7e\x7b\xdd\xbc\x70\x72\xf3\x4f\ \xbe\xf4\xfd\x5d\x0f\xff\x60\xf4\x99\xe7\x77\xeb\xd2\xd2\x1b\xce\ \x7d\x9b\xec\x6d\x7c\xf3\x8b\x7f\x7d\xdf\x92\xd3\x6f\x7e\xcf\x15\ \x57\x9e\xfc\x6f\xdf\xfa\xd2\x17\x2b\x4b\x4e\xff\x95\xab\x37\x74\ \x75\x95\x04\x02\x72\x19\x30\x5c\x76\xde\x3b\xce\xd9\xfd\x2f\x5f\ \xf8\xeb\xcf\xa4\x19\x7b\xfb\x19\x15\x5e\x8f\x43\xe9\xa7\x04\x09\ \x45\x28\x45\xcf\xca\x33\xaf\x38\xf5\xc5\xef\xfd\xbf\x7f\x37\xbb\ \x6f\x47\xdf\x3b\x2e\x63\xc7\xf0\x0c\xd2\x24\x3d\xff\xbc\xf3\xfe\ \xc7\x97\xbf\x34\x7f\xfe\xfc\x76\x1c\xb8\x63\x1d\xfb\x45\xb1\x37\ \x56\xe7\x4e\x46\xab\xa2\xd0\x2c\x88\x2b\xa5\xd0\x2a\xe5\x90\x31\ \x24\xe7\x88\x71\x29\xd0\x36\x1a\x4d\x1e\x77\x95\x24\x1a\x47\xe8\ \x1c\x31\x86\x73\xad\xaa\xac\xd1\x0e\xd8\xcb\x98\xf4\xc3\x19\x0f\ \x27\x02\x89\xe4\x00\x91\x8c\xb6\xc0\x81\x8c\x43\x21\xc0\x68\x87\ \x52\xf0\x57\x1d\xdc\xff\x1e\xc1\x03\x39\x5b\xe4\xb9\x21\x56\xaa\ \x54\x24\x47\x70\xba\xd9\x48\x79\x5c\x29\x49\xd4\xda\x10\x22\x43\ \x64\x8c\x59\x95\xa5\x85\x0b\xc3\x00\x00\xc4\xb1\x07\xef\x1b\xcc\ \x23\x13\x52\xf8\x1e\x8c\x8e\x80\x05\x81\x28\x92\x7a\x4e\xb2\x5a\ \x89\x9d\x75\x9c\x43\xda\x68\x28\x12\xa5\x52\xc8\xc8\xcd\xa9\xe1\ \x7d\x47\x76\xe7\x08\xb8\x94\xcc\xe9\x46\x23\xc1\xa0\x54\x8e\x78\ \xd2\x68\x38\x16\xc4\x71\x24\x39\xaa\x2c\xc9\x0d\x8b\x22\x89\x80\ \x42\x4a\x30\x59\x23\xd5\x71\x57\x97\x04\xa7\x8d\x05\x44\x86\xe0\ \x9c\x3f\xd6\x9c\xe7\x4e\xd4\xee\x3b\x88\x8c\x81\x73\x70\xc8\xa7\ \x9c\x73\xc8\x84\xe4\x94\x34\x9b\xda\xb1\xa8\x14\x8b\x23\xa0\x33\ \x08\x82\x57\xc0\x4a\x72\xce\x01\x93\xc2\xf7\xad\x07\xab\xb5\xb1\ \xa6\x28\xb4\x8c\x2b\xa5\x50\x20\x52\xda\x68\x28\xe2\xa5\x72\x39\ \x40\xd3\x68\x24\x16\x65\x29\x0e\x91\x1c\xb4\xee\x35\xe0\x22\xe0\ \xa0\xeb\xf5\x26\xca\x38\x8e\x04\xd9\x43\xa7\x84\x1c\x30\x61\x9b\ \xcf\x3d\x7a\xdf\xa6\x3d\x13\x63\x23\x8d\xf3\x6f\xfe\xb5\xcb\x57\ \xf7\xbc\x82\x5a\x37\x08\x02\x63\x8c\xeb\x54\x74\xe8\xd8\x2f\x37\ \xb8\x1f\xda\x7d\x91\xda\x3d\xfe\x0e\xf9\xfb\x25\x1e\x7c\x2e\x47\ \xe5\xf0\xbf\x5f\xe1\xc8\xed\xb7\x71\xae\xd5\x63\x2b\xc6\xf5\xe6\ \xf2\xa9\x5e\x36\x07\x2f\x3b\xeb\x43\xce\xe1\xd0\xd0\xdc\x6b\x3d\ \x6d\x38\x7c\x2a\x5f\x36\x21\x2f\xfb\x8d\xf6\xd7\x8e\x9c\xfb\x43\ \xf2\x90\x5e\x3a\x0e\x1c\xe5\x12\x1d\x7e\xf9\x0e\x1f\x51\xeb\xc5\ \x5c\x07\xc9\xb9\x7f\x3b\xca\xb5\x3e\x8e\x19\x3c\xfc\xd4\x8e\x98\ \xd0\x23\xcf\xea\x68\xf7\xda\x51\xa6\x04\x19\x43\x93\xee\x1d\xdc\ \xb6\x7f\xba\xe8\x5b\xb2\xe6\x94\x15\xf3\xc1\xd9\x8e\x4f\xde\xb1\ \x0e\xb8\x77\xac\x63\x6f\x85\xdb\x5e\x86\xa1\xe4\xe8\x8c\x2e\x94\ \xe9\x20\x7b\xc7\xde\x92\x26\x3a\x53\xd0\xb1\x5f\x3e\x23\x5d\xe4\ \x9d\x1e\x83\x1d\x7b\x6b\x1b\xeb\x4c\x41\xc7\x3a\xd6\xb1\x8e\x75\ \xc0\xbd\x63\x1d\xeb\x58\xc7\x3a\xd6\x01\xf7\x8e\x75\xac\x63\x1d\ \xeb\x58\x07\xdc\x3b\xd6\xb1\x8e\x75\xac\x63\x6f\x88\xfd\x7f\x4a\ \xf2\x97\x64\x83\x8e\x23\xa0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x00\xc4\x3f\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x15\x00\x00\x00\xc5\x08\x02\x00\x00\x00\xf5\xc5\xf1\x2e\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x67\xbc\x5c\xc5\ \x91\x3e\x5c\xd5\xdd\x27\x4c\x9e\xb9\x73\x73\x56\x96\x90\x00\x09\ \x81\x48\x06\x23\x01\x06\x61\x92\x10\x39\xd8\x64\x8c\x8d\x31\xc6\ \xfb\xae\xb3\xd7\x86\xdd\xf5\x3a\x10\x16\x63\x83\x31\x60\x82\xc0\ \x64\x0c\x06\x4c\x46\x64\x05\x94\x51\x0e\x57\xf1\xe6\x38\x77\xc2\ \x39\xa7\x43\xbd\x1f\x46\x12\x02\x84\xc8\xfb\x37\x68\x9e\x0f\xf7\ \x37\x77\xc2\x09\x7d\xea\xe9\x0a\x5d\x5d\x85\x44\xb4\xbe\x65\xdd\ \x83\x0f\xde\xbb\x72\xc5\x52\xdf\x2f\x20\x32\x28\xa1\x84\x12\x3e\ \x1a\xc4\xba\xb5\x6b\x7e\xfb\x9b\x5f\xf5\xf6\x74\x3b\x4e\x08\x19\ \x27\xa2\xd2\xa0\x94\x50\xc2\x47\xe5\xcf\x43\x0f\xfd\xad\xab\xab\ \xd3\xb6\x5d\xa9\x34\xc0\x8e\xe4\x41\xc4\xad\xaf\x88\xe0\xdd\x1f\ \x7d\xac\xef\x7c\xf4\xaf\x95\x50\xc2\x17\x0c\xbc\xba\xaa\x8c\x00\ \x88\x68\xbb\x58\x23\x00\x20\x7a\x52\xe5\x03\xe9\x49\xa5\xb4\x11\ \x1c\x11\xf1\x3d\xaa\xa9\xf8\x8e\xef\x07\x41\x10\x28\xa5\x00\x80\ \x31\xf6\x7e\xf5\x85\x88\x4a\xa9\x20\x08\xa4\x94\x5a\x6b\xc6\x76\ \x72\xa8\xcf\x03\x88\x00\xf0\x21\x27\x2a\xde\xe9\xbf\xa6\xca\xdd\ \x76\xfd\x1f\x6f\xba\xf9\x28\x77\x5d\xc2\x67\xc9\x9f\x11\xc3\x9b\ \x11\x70\x47\x91\x52\x44\xfd\xd9\x42\x85\xc5\x46\x45\x43\x0d\x21\ \x2b\x84\xd8\x39\x98\x0f\x88\x6c\xf1\x8e\x75\x87\x88\x9e\xef\x15\ \xbc\x20\x12\x89\x47\x22\x31\xcb\x76\x03\xa9\x72\xb9\xac\x65\x89\ \x1d\x8f\x4e\x44\x83\xd9\x1c\x63\x56\x2c\x16\x77\x43\x51\xc6\x44\ \x36\x9b\x35\x5a\x09\x21\x3e\xeb\x67\x4c\xc6\x18\xd8\xae\xe6\x10\ \xa4\x54\x85\x82\x6f\x59\x7c\x17\xa2\x26\xa5\xf2\x3c\x9f\x73\xfe\ \xe1\x47\xff\x3f\x27\x8f\x92\x3a\x97\xcb\x0b\xc1\xdf\xd1\xdd\x1f\ \xfa\x2b\x00\xdf\x97\xbe\x2f\x85\xe0\x25\xc9\xfe\x3f\xb2\xdf\x88\ \xc8\x18\xb3\xfd\x7f\x4d\x54\xc8\x7a\xa7\x0d\x2d\x9f\xda\x94\xae\ \x74\x2d\x8b\xc1\x40\xa0\x97\xf5\xe6\x6f\x5f\xde\xba\x29\x57\x88\ \x87\x1c\x43\x84\x88\xb9\x5c\xc1\x76\x42\x13\x27\x8e\x2b\x2b\x4b\ \x59\x96\x65\x8c\x29\x78\xde\xfa\x96\xf5\xeb\xd6\xad\x89\x46\x42\ \xdb\x1f\xf9\xe0\x60\xbe\xb1\x79\xc8\xb0\xa1\x43\xc2\xe1\x30\x63\ \x4c\x29\xd5\xdb\xd7\xbf\x6c\xe9\xd2\xc1\xec\x60\x24\x1c\xda\x09\ \x85\x10\x91\x4c\x3e\x97\x0f\xb4\x01\x40\x2e\x44\x38\xe4\xf0\x9d\ \xa9\xb5\x77\xcb\x0d\x7a\x12\x8d\x96\x51\x61\xb4\xe5\x00\x91\xd4\ \x9c\x85\xeb\x86\x37\xb3\xbe\x75\xeb\x72\xc2\x01\x04\x24\xca\x65\ \x73\xd2\x10\x00\x72\x2e\x22\x61\xd7\x10\xa7\x50\xf5\xf0\x46\x27\ \xbb\x69\x55\x0f\x84\x18\xee\x5c\x8e\xf3\x79\x5f\x1b\x8a\x45\x5d\ \x43\xbb\x10\x77\x34\x4a\x66\x73\x05\x03\x80\x80\xc2\xb2\xc2\x21\ \x07\x10\xe1\x93\xce\x11\x5a\xa3\x76\xab\xf6\x1a\x53\x91\x5b\x35\ \x6f\x8b\x76\xd8\x47\xa0\x10\x02\x15\x94\x1d\x4a\xd5\xd7\x45\x0b\ \x9d\x1b\x37\xfb\x96\x5b\xb2\x93\xff\x2f\xf4\xcf\xe8\x51\xc3\x61\ \x9b\xfe\x21\xc4\xc1\x6c\xfe\xfc\x21\xa9\x33\x1b\xa3\xe1\x20\xef\ \xe7\xb3\x5e\x2e\x6b\x2b\xaf\xc1\x81\xf1\xe5\x91\xd9\x6d\x99\x0c\ \xa1\xc5\x79\x10\x04\xc8\xf8\xa4\x49\xfb\x45\x22\x21\xdf\xf7\x3d\ \xcf\x0b\x02\x1f\x11\x2a\x2b\x2b\x10\x79\x5b\x5b\xbb\xe3\x58\x00\ \x2c\x33\x98\x6b\x1e\x32\x74\xcc\xe8\x91\x88\xe0\xfb\xbe\xef\xfb\ \xc6\xe8\x70\xc8\xad\xac\xaa\x6c\x6f\xef\x94\xc1\xce\x26\x7e\x43\ \x9e\xe6\x55\x43\xc7\x8e\x6a\x6e\x6e\x68\xa8\x4f\x85\x30\xd3\xd5\ \xa5\x51\x20\x82\x31\xc6\x18\x22\x42\x40\x2c\x6a\x1b\x63\xc8\x10\ \x20\x40\x26\x0f\x95\x7b\x1c\x71\xd5\x8f\xce\x2a\x2c\x9c\xb9\x66\ \x40\x73\x46\x5d\x19\x6b\xfc\x94\x33\xbe\x7d\xda\xc8\xd9\x4f\xbc\ \x5c\xb0\x1c\x63\xd0\xd3\xe1\xda\xe1\x7b\x8c\x6c\x6e\x6c\x68\x68\ \x48\x85\x70\xa0\xbb\xb3\x2f\x63\xef\x7d\xd4\x89\xdf\x3a\x61\xe2\ \xaa\xe7\x9e\xdc\x62\x5c\xce\xd8\x3b\x9a\x4c\x1b\x43\x80\x88\x79\ \xdf\xaa\x1c\x3a\x76\xef\xa6\x64\x66\xd3\xfa\x3c\x2b\xca\x31\x91\ \x31\xda\x10\x01\x6e\xd7\xdb\x5a\x92\x72\x2b\x46\x8e\x1e\x3d\xa4\ \xa1\xa9\xbe\xae\x26\xc2\x65\x5f\x67\x17\x31\x81\xc8\xb6\x5f\x6a\ \xf1\xfb\x64\xb4\x26\x44\x44\x32\xc5\x53\x00\x19\xa3\x09\xb7\xdf\ \x60\xf1\x8e\xb2\x39\xa8\xdd\xf3\xe0\xcb\x2f\xfe\x7a\xc7\x4b\x4f\ \xb6\xf8\x82\x31\x56\xbc\xa6\x6d\x27\xdd\x7a\x0d\x86\x60\xdb\xb3\ \x23\xd2\xb2\x2d\x9b\x3c\xe1\xec\xf3\x8f\xdd\x37\x3c\xeb\x99\x39\ \x32\xec\x92\x36\xda\x10\x11\x62\xf1\xb2\x89\x8c\x36\xc6\x10\x00\ \x02\x60\x49\xf4\x3f\x1b\xfd\x63\x8c\x29\xaa\x0b\x44\x2c\x04\x72\ \x8f\x30\x3b\x3a\x8d\x83\x7d\xdd\xeb\x72\xb2\xdc\xe6\x15\x2e\x5f\ \xd2\x1d\xd4\x86\x44\x75\xc8\x3a\xa5\x2e\xf4\xa7\x0d\x39\xc5\xd0\ \x97\x72\xf4\xa8\xd1\x88\x98\xcd\xe6\xb6\x1f\x48\x4a\xe9\xfb\x7e\ \x6d\x6d\x4d\x47\x7b\xbb\xef\x17\x10\x21\x1c\x8e\x34\x36\xd4\xf7\ \xf7\xf7\x2f\x5f\xbe\x9c\x73\x01\x00\x5a\xab\x58\x2c\x36\x6a\xd4\ \xc8\x61\x43\x87\x2e\x5d\xfa\xb6\x10\xe6\xbd\xf4\x51\x32\xb0\x53\ \xa7\x5f\xf6\xbd\x7d\xc3\xb9\xde\xbc\x04\x80\xcd\xf3\xff\x79\xdb\ \x3d\x4f\x77\xeb\x28\x43\xce\x10\x30\x28\x30\x86\x8a\x87\x8d\x06\ \xce\x10\x48\xa9\x20\x8f\x18\xcd\x66\x3a\x17\x2f\x59\xde\x91\x37\ \x32\x00\x4f\x0b\x4b\x50\xd4\xe5\x64\x24\x19\x30\xc6\x28\x0d\x3e\ \x4f\x9c\xfc\xed\xcb\x0f\x88\x66\x3b\x33\x52\x58\xb8\xe9\xad\xa7\ \xae\xfd\xe3\x53\xca\x10\x72\x41\xa1\xa4\x1a\xd4\x4c\x06\x56\x28\ \xa4\xa4\xca\x4a\x16\xb6\x39\x1a\x4f\x2b\x95\xf1\x2a\x8e\x9b\x7a\ \xec\xd4\x8a\xae\xff\x5e\xf2\x76\x9f\x32\x9c\x43\xbf\x6f\x80\x59\ \x0e\x37\xe0\xe5\x50\x58\xc2\xb6\x01\xc8\xcb\xc9\xe4\x98\xf1\x97\ \xfd\xdb\x99\x91\xc1\xce\x01\xcf\xd8\x5c\xaf\x9e\xfb\xdc\x03\xf7\ \x3d\xd9\x6d\x22\xb9\x00\x84\x10\x16\x6a\xf0\xb2\x24\x22\x60\x39\ \x42\x65\x15\xda\x92\x84\x85\x05\xd2\xb6\x6f\x44\xcc\x0a\x0a\x81\ \x50\x84\x82\x21\x90\xd6\xaa\x60\x74\x14\x00\x8c\xd6\x06\x80\x8c\ \xce\xe4\x89\x31\x61\x73\x02\x2f\xcb\x2c\x17\xb8\x1d\x68\xb4\x18\ \x90\x56\x24\x73\x3c\x1c\xc9\x7b\x44\xc0\xc2\x36\x85\xec\xa2\x8d\ \x4d\xb9\xbc\xd2\x60\x85\x2c\x20\x3f\x0b\xcc\x66\xb6\x5b\x08\x94\ \xcd\x19\x00\x08\x20\x86\x25\x0f\xe9\xb3\xb3\xdf\xb6\xff\x93\xf7\ \xe5\xfe\x29\xc6\xb2\x7d\x52\x9b\xd5\x39\xf1\x7c\x5b\x6e\xa4\x63\ \xe6\x07\xce\x79\x35\x32\x1f\x64\xf7\xb2\xed\x04\x9a\x8c\xd2\x9c\ \x89\x58\x2c\x9e\xcf\xe7\x76\x0c\xac\x15\xbd\x1d\x22\x53\x96\x2e\ \x5b\xbf\xbe\x05\x11\xea\xea\xaa\xb4\x56\xf9\x7c\x9e\x08\xc6\x8d\ \x1b\xab\xb5\xce\xe5\x72\xeb\xd6\xad\x2b\x14\xbc\x48\x34\x6c\xd9\ \x8e\x52\x92\x73\x41\x3b\x38\x18\x1a\x88\x18\x72\x47\xcc\x7f\xec\ \xda\x8b\x6e\x5c\x70\xf2\x0f\xaf\xfd\xf9\xf4\xa9\x8f\x3c\xf8\x7c\ \x6b\xdd\x21\xbf\xfe\xde\x29\x35\x11\xea\xdb\xb8\xe8\xb6\x1b\xfe\ \xbc\x82\x8d\xf8\xf7\x1f\x5f\x38\x22\xe5\x92\x9f\x99\xf7\xdc\x23\ \x77\xfe\xed\x05\x11\x8e\x8f\x9d\x38\x7e\xcd\x03\x77\x50\xf5\xfe\ \xdf\xbb\xf4\xcc\x89\x0d\x51\x2d\xcd\x40\xcf\x12\x02\x32\x44\x64\ \x00\x05\x11\xe9\xb7\xff\x71\xc3\xb7\x6f\x9c\x7b\xf0\x37\x7e\xf1\ \x9b\x0b\xa7\x8e\x7e\xf0\xd5\x5c\x21\x27\x2a\x9a\xbf\x77\xdd\x5f\ \x54\xb6\xf5\xa9\xbb\x6f\x7d\x62\xd6\x8a\xc1\xf8\x98\xd3\xce\x3b\ \xe3\xd8\x03\x47\x52\xff\x86\xa7\xfe\x76\xfb\x5d\xcf\xb4\xe6\x06\ \x32\xee\x3e\xe3\xaf\xbe\xe5\xe6\x39\x4f\xde\x7e\xfd\x5f\x5e\xab\ \x3e\xe4\x84\x4b\xcf\x39\x66\x4c\xb5\xbb\x76\xde\x4b\x77\xdf\x75\ \x7f\x4b\x46\x0a\x87\x17\x95\x15\x65\xdb\x1f\xb8\xe6\xff\xbb\x73\ \x9e\x3e\x78\xfa\x79\x3f\xf9\xc6\xf4\xde\x8d\x6b\x6f\x7e\x72\xed\ \x1e\x47\x9f\x76\xc9\xa9\x93\x1b\x62\x7a\xf1\xcc\x7f\xdc\xf0\xd7\ \x27\x47\x9f\xfe\xd3\xcb\x46\x2c\x3e\xff\xdf\x1f\x9a\x7a\xd9\x15\ \xfb\x5a\x73\x7f\xf6\x9b\x37\x2f\xbb\xe5\x37\xe9\x99\xb7\xfd\xf1\ \x2d\x75\xe5\x0f\x2e\x18\x59\x1e\xe1\x41\xe6\xb5\xc7\xee\xb9\xf3\ \xc1\x37\x75\xf1\xb9\x10\x0d\xe4\x61\xd8\xfe\x53\x2f\x39\xeb\xa8\ \x91\x69\xbe\x62\xd6\x73\x77\xdd\xf5\xc0\xc2\x7c\xf2\xdc\x2b\xff\ \xed\xb8\x51\x91\xc0\xcf\xbc\xfe\xd8\x5d\x77\x3f\xb6\x30\xb5\xdf\ \x09\x97\x9d\x7f\xec\xf0\xa4\x45\x08\x2d\x4b\x54\xa6\xa0\xa3\x63\ \x0f\xba\xe4\x9c\xe3\xc6\x54\xb9\x1d\xab\xe7\xce\xb8\xed\xce\x79\ \x3d\xf6\xe9\x97\x7d\xe7\xe8\xf1\xc3\xcb\xdc\xec\xef\xaf\xbd\x7e\ \xee\xa2\x8d\x21\xd7\x2e\x49\xff\x67\xac\x7f\xb4\xa1\xa4\x2e\xe8\ \xbc\x1f\x28\xfa\x7a\x3c\x7a\x43\xde\xba\xad\xd3\xbb\x7a\x14\x2b\ \x93\x99\xbc\xd4\x11\xdb\xb6\x0c\xd7\xc6\x12\x80\x44\x46\x6b\xd5\ \xdd\xdd\xd3\xdb\xdb\xc7\xf9\x56\xcb\xa7\xa1\xa1\x31\x14\x72\x18\ \x43\xad\x35\x43\x44\x44\x29\xa5\x52\x8a\xc8\x64\xb3\x59\x22\xe3\ \x79\x05\x00\xf4\x64\x80\x42\xf8\x9c\x49\xcd\x18\x63\x08\x20\x8c\ \x11\x44\xc2\x18\x2e\x95\xc5\x02\xe8\xec\x1c\x32\xe2\xb0\x6b\xbe\ \xbf\x4f\x4d\xad\xee\x9f\xf9\xaa\x9d\xc9\x54\x0c\xbe\x7a\xff\xcf\ \x17\x86\xe3\xb5\xd3\xbe\x79\xe2\xf1\x4d\xf5\x41\x8b\xdf\x2c\x7b\ \x67\xfd\xf6\xe6\x79\xa1\xfd\xae\xf8\xe6\xb1\xdd\xf3\xdf\x7e\xad\ \x90\x77\x8d\xca\x53\xfa\xa8\xb3\x4f\x1f\x15\xde\xf2\xd3\x5f\x3c\ \x3c\xea\x98\x8b\xa7\xed\x1d\x91\x0c\x25\x11\x18\x22\x02\x22\x12\ \x6e\xa2\xb6\xb1\xa1\xb1\x26\x41\xd2\xf3\x95\x64\x96\xa3\xfb\x36\ \xdf\x7c\xdd\x2d\xf1\x63\xbf\x77\xce\xc9\x53\xfe\xf9\xfa\xda\x03\ \x8e\x39\xe9\xb8\x71\xd6\x2d\x57\xfd\x0c\xc7\x9f\x7c\xe9\xf9\xe7\ \x2f\x99\xff\xdf\x46\x58\x99\xf5\x8b\xfe\x7c\xd3\x8c\x0d\xfd\x79\ \xaa\xde\xfb\xe2\x4b\x4e\xe2\xb3\xef\xbf\xf2\xc6\xee\x73\x2f\xbf\ \xf8\xec\x13\xbb\xae\xff\xcb\x63\x83\x22\x49\x64\x8a\xa1\x79\xc1\ \x31\x15\x96\x6f\x3e\xf3\xda\xa2\x23\xf6\x1d\x56\xd7\x58\x3d\x24\ \xfa\xad\xf3\x8e\xdc\xf4\xd0\x9f\xae\x5f\x1b\xbf\xf2\xca\xd3\xcf\ \xde\xd0\xf2\xf7\xd9\xb3\x82\x43\x26\x8c\x68\x1e\x52\xdd\x34\xbc\ \xd9\x6f\x1b\x3a\x7c\xf4\x88\x70\xfe\x99\x15\x2d\x10\x1a\xdf\x50\ \x61\x3d\x79\xcd\xd5\x6b\x46\x9d\xf2\xef\xc7\x1f\xfb\xea\x2b\x73\ \xba\x02\x85\x00\x52\x11\x4b\xee\xf1\xad\x4b\x8e\x2f\x3c\x77\xc7\ \x15\x73\x83\x4b\xaf\x3c\xef\x8c\x63\x5b\x37\xdc\xf1\xd2\x0b\x0f\ \xdc\xb9\xa1\xba\x6c\xef\xaf\x1e\x79\xd0\xd7\xa6\x3e\xff\x52\xc7\ \x31\x67\x1f\x17\xdf\x38\xf3\xc7\xbf\x5b\x74\xf4\xb9\x17\x8d\xb0\ \x4d\x4e\xd4\x5f\x76\xd1\xc9\xe9\x8d\xaf\x5c\xf3\x60\xdb\x29\xe7\ \x9f\x73\xca\xb4\x35\xf3\xfe\x77\xe9\x88\x71\x43\xdb\x5f\x7a\xf0\ \xbf\x5e\x9c\x3f\x50\xc8\xdb\x16\xdf\xd1\xe9\x2d\xe1\xd3\xe8\x9f\ \x77\x79\xa1\x03\xbe\x32\x96\x44\x82\xe7\x37\xf6\x2a\x91\x3e\xa1\ \x29\xf9\xc4\xfa\x8e\x33\x52\x41\x54\xe0\xa0\x07\x92\x42\x40\xa8\ \x8d\xc9\xe7\x0b\x00\x94\x4c\x26\xd3\xe5\xe5\xdb\xbd\xe4\x20\x08\ \x7c\x3f\x28\x14\x3c\x04\x04\xc0\x82\xe7\x7b\x81\xf4\xb4\x0e\x10\ \x3c\x00\x45\x50\x40\x2c\x20\x60\x3e\x1f\x1d\xcc\x8f\xeb\xea\x4e\ \xf8\x7e\x4a\xeb\xf2\x82\x9f\x0c\x82\x98\x94\x51\xa5\xc2\x52\x86\ \x35\x95\x4f\x3b\x3e\x44\x38\x8c\x69\xe8\xe9\xd6\xbe\xfa\x3d\x00\ \x00\x28\x00\x01\x00\x7f\xb9\x1e\x00\x0e\x47\x80\x07\x6e\xaa\x25\ \x38\x14\xee\x4d\xdc\x55\x7f\xae\xf1\xbe\xc6\xe6\x55\x2e\x7d\xfa\ \xb4\xd6\x4c\xc5\xed\xd7\xe6\xb3\xeb\x1a\x67\xb7\x55\x40\x6d\xd8\ \x8b\xd5\x65\x0b\x05\xb4\x7a\x98\x9d\x17\xc2\x63\xac\x69\xea\xa5\ \xb7\x4f\xa5\x5c\x6f\xfb\x93\xf7\xdc\xb7\xac\x33\xbf\x97\x65\x19\ \x2f\xb7\x71\xd9\x62\xbf\x7e\xcb\x37\x46\x47\x45\xb4\x6a\x54\x5d\ \x6d\xc7\xfa\x57\xde\x78\x69\x2e\xcb\xd7\x9e\x7c\xdc\xc5\xe3\xea\ \x13\x03\x00\xfe\x60\x5f\xc7\xca\xa5\xad\x76\x55\x6c\xe4\xd8\xe1\ \xf1\xfc\x8c\x57\x67\x2f\x7c\xb9\xfd\xd5\xa3\x8f\x3b\xb7\x7e\x68\ \xca\x95\xbd\xea\x9d\x21\x34\x5a\x79\x05\x89\x29\xdb\xb5\x85\xaf\ \x74\xb2\x72\x4c\xb5\xe8\xb8\xf3\xa5\x39\x0b\x5a\xec\x39\xa7\x9f\ \x78\x50\x53\xfd\x1d\x6f\x2d\x5a\xde\x73\xf4\x89\x5f\xdb\xd7\x72\ \xbb\x73\x3c\x79\xd8\xc9\x87\xf0\x8e\xd6\xf5\xeb\x36\xc2\xb0\x89\ \x46\x05\x9d\x6b\x97\xcd\x1e\x58\x17\x1c\xbd\x9f\x1b\x8e\xa2\x21\ \x00\xf2\x7c\x19\xaa\x1d\xd3\x1c\xc9\xfc\xe9\x95\xd9\x0b\xe7\x66\ \x5f\x9f\x76\xfc\xb4\xda\xa6\xaa\xa6\xbd\x4e\x3a\xff\xf4\x44\xa6\ \x2d\x88\x08\x08\x30\x51\xd9\xdc\x1c\x67\x0b\x9f\x9a\x33\x7b\xee\ \xa6\xbd\x8f\xcf\x8f\x4a\x6b\x27\x3d\x74\x48\xc4\x62\x55\xc3\x8f\ \x9c\x5c\x15\x74\xb7\x74\x66\x58\xd8\x02\xad\x29\xdb\xb6\x61\xcb\ \xea\x15\x98\xaa\x16\xbc\x64\xc0\x7d\xe6\xfa\x07\xc0\x16\x38\x2f\ \x0b\x53\x5c\x6d\xb4\x89\x26\xd2\x27\xb9\x54\x6b\xba\xe6\xd4\x96\ \xa9\x42\xa7\x65\xe4\xb2\x02\xef\x33\x9c\x23\x49\xad\x7a\x7b\xfb\ \x92\xc9\x78\x10\x04\x00\xb4\xa3\x33\xca\x39\xef\xe9\xed\x23\x4b\ \x28\xc6\xdb\x07\x07\x53\xf9\x84\xeb\x07\x89\xae\x9e\xf8\x96\xf6\ \xa6\x7c\xa1\x2e\x97\xaf\x1b\xc8\x34\x1a\xe2\x4a\x69\x29\x39\x11\ \x03\x22\xc0\x5e\xdb\xee\x77\xac\x01\xdb\x6a\xb3\xc2\x03\x91\xe4\ \x7e\x27\x9e\xa0\xd6\xbd\x78\xcf\x32\xeb\xd4\x1f\xfe\x32\xd1\x37\ \xf7\xfa\xc7\x57\x7c\xfd\xfc\x4b\x87\x78\xaf\xff\xf1\xfe\xa5\x47\ \x5d\x72\x71\xed\xa2\x27\xff\xb1\x32\x38\xeb\xf4\x29\x2d\x8f\xde\ \xb7\xba\x50\x7d\xf2\xa1\x23\x36\x3c\xfb\x64\x5b\x9f\x5d\x56\x5e\ \x1e\x5f\xd3\xa2\xdf\x78\x6b\x18\x7a\xbf\x84\x9c\x7e\xec\x66\xf6\ \x04\xfb\x51\x2e\x1f\x30\xd6\x65\x59\x2d\xc9\x8d\xc3\x6e\x2b\xcb\ \xf2\x8e\x5b\x57\xf6\x76\x9a\x42\xfb\x60\xa6\xd7\x4a\x07\xae\x43\ \x8e\x63\xb9\xae\x46\x20\x40\x16\x64\x36\x76\xf7\x1c\xb1\xcf\xe8\ \x3d\xf6\x1e\x86\xe3\xf6\xae\x80\xde\x96\xf6\xfe\x90\x82\x44\x79\ \x75\x45\xf3\x90\x9e\x3e\x52\xbd\x6b\xb7\xf8\x47\xef\x3b\x7e\xcc\ \xab\x9d\xe9\x89\x43\xaa\x7a\x37\x2d\x1a\x28\x30\x0c\x91\x31\x86\ \x10\x80\x31\x37\x5e\x1e\xa9\x74\x4e\x3b\xfb\x84\x3d\xcb\x72\x33\ \x96\x2c\xda\xd4\x6d\x06\xf1\xf0\xfd\xf6\x19\xb9\x3a\x9a\xd8\xab\ \x3a\xd4\xb6\xa0\xa7\x6f\x73\xc7\xca\x35\x1d\xe7\x1c\x7d\xf8\x9c\ \x07\x66\x3c\x16\x3f\xe0\xdc\xaf\x8d\x78\xfb\xf9\xbf\xad\xeb\x64\ \x65\xa3\x05\x00\x5a\x8e\x6b\x73\x46\x86\x00\x48\x03\xd8\x6e\xa4\ \xa2\xae\xcc\xeb\x5e\xdd\x21\x8f\xda\x6f\xfc\xe8\xb7\xf2\xde\x84\ \xfa\xb2\xd6\xb7\xb6\x44\x86\x1f\xf2\xd5\x21\xf8\xdf\x3f\xba\x37\ \x3f\x61\xda\xf7\x26\xd7\xeb\xc1\x2d\x9b\x06\x61\x9f\x09\xfb\x8c\ \x9e\x9b\x8f\x87\x6d\x44\x21\x33\x6d\x5d\x9a\x57\xf5\xb4\x3c\x7a\ \xef\x33\x39\x91\x70\xb3\x9b\x7d\xa7\x12\x81\x98\xb0\x1c\xd7\x91\ \x08\x25\xe5\xf3\xd9\xf1\x87\x68\x7b\x6e\x80\xcd\x70\xbe\x67\xbf\ \x31\x98\x3f\x34\x24\xf7\xd2\x3d\x3a\xa3\x73\x5a\xef\x63\xe7\xd0\ \xa8\x7e\xc5\x1e\xe9\xb7\x02\x21\x42\x44\x88\xd0\xde\xde\xe6\xb8\ \x16\x43\x4e\x64\x88\x80\x10\x0d\x22\x08\xde\xd3\xdb\xd7\x97\xcb\ \x0d\x23\xd3\x90\x2f\x34\xf7\xf6\xed\xb3\x74\x79\x6d\xbe\x50\x3d\ \x30\x80\x9e\x9f\x0d\x85\x06\xc2\xe1\xc1\x58\x74\x7e\x24\xbc\x34\ \x90\x7d\x21\xb7\x2f\xe4\xf6\x3a\x56\x9f\x6d\xe7\x85\x20\x00\x42\ \x30\x81\xd4\x89\x9a\xea\xef\xff\x9b\xf5\x44\xff\x23\x6b\x17\x0c\ \x84\x86\xfc\xf2\xbc\x43\xe3\x9d\x57\xdd\x9f\xa3\x2b\xcf\xfe\xc1\ \xf9\x5f\x1f\x0c\x55\x96\x2d\xec\x9e\x35\xdb\x8b\x1e\x7d\xdc\xf1\ \x8d\x93\x0f\x1f\x1a\x71\x5a\x96\xcd\xfc\xdd\x1b\x71\x7f\xd2\x89\ \x63\x7e\x7a\xdc\xdf\x2e\xbd\xe0\xc5\xd8\x21\x3f\xf8\xc6\x71\x13\ \xc3\xd2\xea\xea\xee\x9d\xfb\xc2\xcc\x7b\x9e\x4c\x48\x53\x9f\x2b\ \x8c\xc8\xf4\x0d\xbd\xff\x3e\xd6\xba\xf1\x57\x1a\x5a\x5d\xb7\x2b\ \x11\x7b\x5b\xf4\x88\xb7\xe7\x39\x55\x43\x15\x30\xdf\x76\x31\xcc\ \x5c\xbb\xf0\xdc\xe3\x7f\x1f\x53\xff\xcd\x9f\xde\x78\x33\xe4\xbb\ \x5f\x79\xe0\xce\x05\x9d\x7d\xee\xab\x6f\x1d\x35\xfe\x94\x5f\xde\ \x74\xcb\x82\x7f\xde\xfd\x9f\xd7\xfd\xe3\x2f\x77\x8c\xf9\xde\x59\ \x17\xde\x7d\x8a\xd5\xb9\x7a\xfe\x1d\x7f\x7f\xb6\x13\x23\x82\xc8\ \x90\x91\x81\x94\x56\xd9\xf4\xef\xfd\xf6\x04\x2d\xfb\x3a\x36\x3c\ \x72\xeb\x2d\x33\x17\x6c\x19\xb0\xf4\x6d\x0f\x8e\xbb\xf0\xbc\x9f\ \x4e\x75\xa9\x65\xfe\x8b\x0f\xcf\x9c\x0f\x28\x67\x2d\x69\x39\x7b\ \x72\xf5\xa2\x25\xf3\xe7\xb1\xd4\x37\x8f\x19\xb1\x6e\xf6\xac\x3e\ \x6e\x97\x73\xee\xb8\x0e\x47\x20\x14\xae\x6b\xbb\x0e\xb6\xae\x5d\ \xfb\x76\x97\x75\xec\xa9\xa7\xbc\x7a\xd5\x2d\x37\xdd\xb1\xe7\xf7\ \x4e\xbf\x7c\xc6\x39\xbc\x75\xf9\x1b\xb7\xfc\xf3\x95\x15\x90\x9d\ \xd3\x3a\xee\xd2\x1f\xff\x5c\x3a\x21\xd3\xb6\x5c\x65\xd6\xdc\x77\ \xcf\x13\xff\x76\xde\x31\x37\xdf\x72\x2c\x63\x66\xc9\xcb\x59\xca\ \xae\xbe\xfb\xee\x27\x2f\x3b\x7d\xf2\xd5\xbf\x3f\x02\xfd\xcc\xdf\ \xff\xf7\xa7\x4b\xe7\x2b\xdb\x75\x39\x67\x64\x8c\x26\x62\xa5\xd0\ \xf6\x67\xb5\x52\x77\xe4\x11\x87\xee\x18\x04\x50\x04\x96\x5f\x38\ \x3b\x32\x70\xa0\x53\x88\x30\xc3\x01\x0a\x84\xad\xda\x9a\x91\x8d\ \x2f\xa4\x58\xd4\x62\xc5\x90\xa9\xf4\xa5\x65\x3b\xe5\xe5\xe5\xe8\ \x38\x9a\x73\x4b\xca\x68\x20\x6b\x3b\x3a\xea\x5b\xd6\xef\x93\xc9\ \x0c\xc9\x15\x38\x11\x03\xd8\x68\x5b\xeb\x92\xa9\xce\x9a\xaa\x2d\ \x15\xe5\xbd\xd1\x68\x9e\xf3\x0c\xe2\xe6\xcc\x40\xce\xcb\x87\x85\ \x40\xa2\xe2\xd7\x76\x30\x26\xc8\xa0\x88\xa7\x2a\x9c\x42\x7b\x57\ \x96\x24\x4f\xd5\x56\x84\x79\x76\x4b\x4b\xc6\x2e\x2f\x2f\x8b\x39\ \x4c\x29\x3f\xdb\xd1\x15\x1e\x39\xf9\x97\x3f\x3d\x6d\xd6\x0d\xbf\ \x79\x62\x43\xd6\x0c\x76\x65\x3d\x60\x91\xf2\x74\x9c\x53\x7f\x5b\ \x6b\x9e\xf1\x58\xba\x32\x15\x41\x06\x81\x37\xd0\x3f\x90\x0d\x98\ \x70\x95\x0e\x6b\x16\xd6\x3a\x9d\xeb\x1b\x51\xf0\x9b\xb3\xb9\x11\ \x83\xd9\xe6\xc1\x1c\xb7\x2c\x27\x64\xaf\xd7\xfa\xad\xba\xd1\x5d\ \xf5\xe1\x59\x41\xb0\x49\xf3\x5c\x34\x5d\x9f\x0a\xd9\x5e\xa6\xbf\ \xbb\xd7\x58\x8e\x27\x45\x34\x95\x48\x86\x85\xc9\xf5\x65\xb3\xb9\ \x3e\xe9\x24\xd2\x65\x29\x97\x15\xfa\x3b\x33\x79\xc9\x1d\x9b\x88\ \x88\xc0\x88\x68\x2a\x1e\xb1\x19\x10\x29\x7f\xb0\x6f\x20\x93\x65\ \xa1\x30\x18\xca\x6b\xab\xa2\xbc\x2c\x22\x4c\xb6\xb7\x3d\x17\x20\ \xb7\x58\x1e\x53\x35\x71\x2c\x0c\x74\xe6\x20\x99\x2e\x73\x4d\x4f\ \xfb\x00\xd9\xcc\x4e\xa4\x13\x42\xf7\xb6\x75\xb0\xea\x9a\x24\x06\ \x03\xdd\xbd\x79\x66\xc5\x52\xd5\x76\x7e\xa0\xbf\xbf\x5b\x85\xd3\ \x15\xe9\xb8\x45\xf9\xfe\x8e\x6c\x41\x2b\x6e\xb1\x70\x59\x55\xdc\ \x41\x30\x2a\x3f\xe0\x65\x07\x7b\x03\x11\x4a\xa6\xd3\x11\x0b\x8c\ \x0e\xb2\x7d\x05\x3f\xc8\x04\x3c\x92\x4a\xa7\x43\x82\x4c\xe0\x67\ \xba\x07\x82\x48\xa2\x22\x19\xce\x77\x76\x17\xa4\xc1\xd2\xea\xea\ \x67\xc7\x9f\x23\x0e\x3f\xf4\x3d\x2b\xdc\x92\x40\x4a\x39\x12\xf2\ \xc3\xb9\xef\xa2\x69\x37\xd6\x62\x1d\xce\x72\x27\x2c\xb6\xc6\x09\ \x0c\x80\x41\xf4\xb4\x06\x4d\x23\x89\x26\xf8\xfe\xfe\x1d\x9d\x43\ \xba\xba\xab\x72\xf9\x8c\x63\x6f\x88\x44\xde\x4e\x24\x96\x25\xa2\ \x1b\x23\x91\xcd\xae\x5b\x30\x9a\x71\xcb\x71\x1c\xc1\x40\x07\xca\ \x2f\x78\x1c\x8d\x6d\x59\x1f\xbc\xd4\x4f\x41\x10\x00\xb7\x6c\xc1\ \xc8\x28\x3f\xd0\xdc\xb2\x2d\x46\x81\x94\x86\x00\x81\x7c\x69\x37\ \x4e\x38\xf2\xd7\xbf\x3c\xed\x99\x2b\x2f\x98\xb1\x3a\x6f\x87\xa3\ \xb6\x40\x32\x2a\x90\x5a\xd8\x0e\x47\xd2\x4a\x29\x6d\x08\x80\x31\ \x5e\xcc\x87\x20\x00\x83\xa0\x0c\x01\x63\xc5\x90\x21\x27\xaa\xf2\ \xbc\xa6\x6c\x6e\x68\x7f\x66\xc2\x60\xb6\x79\x30\x53\xee\xcb\x3e\ \xd7\x5d\x1d\x8f\xbe\x9e\x4c\x2c\x88\x46\x5a\x62\x31\x72\x6c\x1b\ \x88\x1b\xa3\x03\xa9\x0d\x71\x21\x84\xe0\x48\x46\x4a\xa5\x89\x38\ \x17\xc5\x65\xfe\xad\xeb\x2f\x46\x4b\xa9\x0c\x00\x02\x30\xce\x85\ \x10\xc5\x8f\xc8\x68\xa9\x94\x21\x10\xc2\xe2\x9c\x21\x00\x18\xe5\ \x4b\x23\x6c\x9b\x91\x0e\xa4\x12\xb6\xc3\x11\xc8\x6c\x7b\x4d\xca\ \x93\xc6\xb2\x2c\xce\x40\x49\xa9\x81\xd9\x96\x40\x32\x52\x4a\x4d\ \x50\x3c\x29\x02\x29\x29\xb5\xa1\xe2\x3d\x0a\x4b\xb0\x1d\xde\xd9\ \xfa\x1d\x22\xa5\xa4\x32\x54\x5c\xcf\xe5\x0c\x02\x3f\x00\x61\x59\ \x9c\x95\x96\x7e\x3e\x4b\xfe\x4c\x99\xfc\x95\x9d\x64\x88\x20\xf8\ \x1a\x02\x02\x02\x10\x00\x2e\x07\xbe\x2d\xc4\xec\x33\xc6\x89\x52\ \x52\xed\xdb\xd7\x77\x50\x57\xcf\x3e\x3d\x7d\xb6\xd6\x03\x8e\x33\ \x37\x9d\x5a\x50\x96\x5c\x16\x8b\xf5\xdb\xd6\xa0\x10\xdb\xa3\x6a\ \x88\xa0\xf5\xf6\x15\x44\xe4\x9c\x31\xc4\x4f\x63\x3d\x18\x03\x56\ \x28\x5a\x5d\x99\xc8\xb6\xb7\xf6\x07\xe6\xa3\xa7\xb7\xbc\x77\x8d\ \x1f\x51\x32\x66\x00\xa2\x5a\x27\x02\x39\x3c\x97\x9d\xd0\x3b\x30\ \xa9\xb7\xbf\xc6\x2b\x68\x64\x6f\x27\x62\xaf\x97\xa7\x67\xa5\x53\ \x5d\x8e\x1d\x30\xe6\x68\x53\x12\xbb\x12\x76\xc2\x9f\xc9\x87\x1d\ \xb4\x33\x11\x7c\xef\x3b\x0a\x40\x31\x26\xc8\xec\x91\xc9\x1e\xd9\ \xd9\x75\x60\x77\x5f\x4d\xa1\xb0\x29\x12\x9e\x5b\x96\x7a\xa3\x2c\ \xb5\x32\x16\xed\xb1\x2d\x04\x60\x3b\x9a\x64\xb8\xf3\x43\x7d\xba\ \xbc\x92\xad\xab\xef\x52\x6a\x66\x59\x82\xe1\xa7\x3a\x5a\xd1\x73\ \x03\x30\x88\x06\xd1\x00\xc4\xb4\x1a\x39\x98\xdb\xaf\xb7\xff\xc0\ \x9e\xde\x11\x83\xd9\x3e\xc7\x7e\xab\x2c\xf9\x4c\x55\xe5\xc2\x44\ \x3c\xc7\xb9\x4d\xc4\x89\x76\xb8\xb5\x12\x76\x7b\xfe\x4c\xdc\x67\ \x4f\xb6\x0b\x95\x4e\x40\x8c\x81\xe3\x24\x19\x9b\xd8\x9f\x39\x6a\ \xd3\x96\x7d\xfa\xfa\x0b\x00\xb3\xa2\xe1\x97\x2a\xca\x17\x26\xe2\ \x19\x4b\x28\x44\xdb\x18\xfe\x25\x90\x2a\x02\x83\x18\x30\x86\x00\ \x31\xa9\x46\x65\xb3\x53\xba\xba\x0f\xe9\x1f\x4c\x00\xac\x8e\x46\ \x9e\x6e\xa8\x7f\x23\x9d\xec\x46\x24\xdf\x47\xad\x8b\xc9\xdb\xa5\ \x40\xd6\xee\xce\x9f\xeb\xaf\xbb\xf6\x03\x2d\x20\xc6\xc8\x76\xa0\ \x90\x8f\xbe\xfc\xf2\xde\x2f\xcd\xdc\x67\x20\xc3\x46\x8c\x68\x3b\ \xfc\xf0\xd9\x43\x9a\xd7\x86\x1c\x03\xc8\x8b\xf3\xf1\x97\x6e\x50\ \x08\x40\x23\x6a\x44\x00\xa8\x0f\x82\x49\x5b\x5a\x87\xbe\xf4\x32\ \x2e\x5c\xb0\xcc\xb1\xe7\x7d\xe5\xe0\xbe\x23\x8e\x30\xe9\x34\xfa\ \x3e\x28\x15\x0e\x87\x38\x17\xa5\xfd\x02\xbb\x2f\x7f\xda\x5a\xdb\ \x76\x2e\x42\x96\x05\x00\xee\xbc\x79\xc9\x5b\x6e\x81\x17\x5f\x84\ \xda\xda\x9e\x53\x4f\x1d\x9c\x3a\x55\xd7\xd7\xdb\x42\x58\x7a\x77\ \x99\x77\x15\x63\x01\x19\xec\xea\x8a\xbc\xf0\x42\xf9\x7d\xf7\xb3\ \x95\x2b\x60\xef\xf1\x99\x4b\xbf\x95\x3f\xec\x30\xc3\x79\x45\x2c\ \x66\x39\x36\x94\xf8\xb3\xdb\xf2\x67\xcd\xea\xd5\xef\x7b\x0f\x8d\ \xeb\x5a\xed\xed\xc9\x5b\x6e\x49\xdc\x75\x97\x4e\xa5\x06\xce\x3d\ \x37\x73\xd2\x49\xaa\xae\x0e\x83\x00\x95\xda\x0d\xc5\x85\x84\x20\ \xdb\xe6\xfd\xfd\xd1\xa7\x9e\x4a\xde\x7a\xab\xbd\x72\x65\xf6\xa4\ \x93\xba\x2f\xbb\x2c\xb6\xff\xfe\x0e\x10\x29\x55\x92\xa4\x12\x7f\ \x00\x00\x80\x73\x12\x22\xfc\xf2\xcb\xe5\xff\xf3\x3f\xd6\x9a\x35\ \x99\x53\x4f\x1d\xb8\xe8\x22\x7f\xe8\x50\x54\x0a\xa5\xdc\xcd\x07\ \x8b\x38\x07\xdb\x16\x5d\x5d\xf1\xbb\xee\x4a\xde\x76\x9b\x09\x87\ \xfd\xff\xbc\xda\x9c\x71\x06\x00\x40\x89\x42\x25\xfe\x80\x65\x01\ \x51\xe2\xb6\xdb\xca\xae\xbb\x4e\xd5\xd7\xf7\xfc\xf0\x87\xb9\x29\ \x53\x00\x11\xa5\x2c\x99\x28\xef\xb0\xc8\xb2\x80\x31\x77\xc1\x82\ \xf2\xff\xfa\x2f\x77\xde\xbc\xe0\xd2\x4b\x83\x5f\xfe\x07\x45\xa3\ \xe0\xfb\xa5\xc1\xd9\x7d\xf9\x43\x96\xc5\xb2\xd9\xf4\xb5\xd7\x26\ \x6e\xbf\x7d\x70\xfa\xf4\x9e\x1f\xfc\x40\x36\x36\x32\xdf\x87\x52\ \x88\x69\x27\xc3\x86\xe4\xba\xac\xbb\xbb\xfa\xce\x3b\xc3\x7f\xf8\ \x83\x3a\xf6\xeb\xde\xb5\xd7\x52\x4d\x35\x04\xb2\x34\x36\xbb\x23\ \x7f\xc8\xb2\x30\x9f\xaf\xb8\xea\xaa\xf8\x03\x0f\xf4\x5e\x7e\x79\ \xdf\x65\x97\x91\x6d\xa3\xef\x23\x22\x63\x3b\xa9\x08\xf7\x9e\x5d\ \xdf\xbb\x27\x8c\x10\x65\xe5\xe9\xe8\xbd\x7f\x73\xae\xb8\x42\x1d\ \x74\xa0\xf7\xe7\x3f\x53\x7d\x7d\x49\x0b\xed\x56\x10\x45\x9f\x07\ \xb4\x4e\x5f\x73\x4d\xfc\x81\x07\xba\x7f\xfe\xf3\xfe\x0b\x2f\x04\ \x29\xd1\xf3\xb8\x10\x8c\xb1\x5c\x2e\xf7\x7e\xaa\x58\x96\x15\x0e\ \x87\x83\x20\xd8\x9d\x43\xb7\x28\x25\x4a\x29\x2f\xba\xd0\x24\x12\ \xee\x05\x17\xb8\xdf\xbf\xd2\xbb\xed\x56\x8a\x44\x4a\xbe\xd0\xee\ \xc5\x1f\xb2\xed\xc4\x5f\xff\x9a\xbc\xed\xb6\xbe\xef\x7d\xaf\xff\ \xfc\xf3\x41\x4a\xd4\x9a\x0b\xd1\xd9\xd1\xf1\xd4\x3f\xff\xd9\xdd\ \xd3\xf3\x7e\xfe\x70\xce\x47\x8e\x1c\xf9\xb5\x23\x8f\xb4\x2c\x6b\ \xb7\x5e\xfd\x30\x06\xf2\x79\x75\xf2\x74\x2f\x97\x0d\x5d\x70\xa1\ \xfd\xab\xab\xbc\xdf\xfc\x0f\x32\x56\x32\x7a\x77\x17\xfe\x90\xe3\ \x38\x0b\x17\xa6\xaf\xbb\x2e\x37\x75\x6a\xef\x65\x97\xa1\x31\xa0\ \x35\x00\x08\x21\x66\xbe\xfc\xf2\xac\xd9\xb3\x5d\xd7\x7d\xff\xcf\ \xb4\xd6\x1b\xd6\xaf\x6f\x6c\x68\x98\x38\x71\xa2\xbf\x9b\x5b\x2c\ \xc6\x40\xa1\xa0\xce\x39\xc7\x5f\xb6\xcc\xf9\xdf\x1b\xf4\x57\x0f\ \x55\xd3\xa6\x41\x3e\x5f\x92\xad\xdd\x43\xff\x04\x41\xea\x96\x5b\ \xc0\x98\xde\xcb\x2f\x27\xd7\x45\xcf\xdb\x26\x15\x66\x30\x9b\x3d\ \xf7\xdc\x73\x6b\xaa\xab\x77\xa2\x7f\x84\x98\x3b\x77\x6e\x57\x77\ \xf7\x47\x29\x9e\xb6\x5b\x50\x48\x6b\xf9\xdd\xef\x5a\xff\x7c\xda\ \xf9\xed\xef\xf4\x21\x87\x50\x2c\x56\x9c\x86\x4a\xf8\x92\xf3\xc7\ \x5d\xb2\x24\xf2\xdc\x73\xfd\xe7\x9f\xef\x8f\x1b\x87\xef\xd6\x24\ \x08\xd0\xdc\xd4\xd4\xd8\xd8\xa8\xdf\x27\x0a\x96\x65\x6d\xdc\xb0\ \x21\x9b\xcd\xee\xfa\xe8\x04\xe8\xb8\xae\x40\xe3\x7b\xbe\xa6\x1d\ \xde\x66\x56\xc8\xb5\x8d\xf4\xfd\x40\xff\x3f\xca\x9a\x43\xdb\x75\ \x2d\x86\xdb\xeb\x41\x92\x0a\x3c\x3f\x20\x60\xb6\xeb\x5a\x8c\x3c\ \xcf\xd7\xdb\x2b\xbe\x21\x73\x1c\x97\xa3\x7e\xf7\x5d\xbc\x1b\x52\ \x52\x43\x7d\x70\xe5\xf7\xdd\x4b\x2f\x15\xcf\x3e\x2b\xcf\x3c\xb3\ \xa4\x82\x76\x0b\xfe\x44\x9f\x79\x86\x18\xcb\x9e\x70\x02\x18\xf3\ \xfe\x45\x1e\x29\x65\x10\x04\xef\xe7\x0f\x11\x29\xa5\x3e\x64\xef\ \x00\x72\x1b\x73\xaf\x3d\xfe\xc8\xea\x5c\xf2\x98\xe3\xbe\x56\xe5\ \xa8\x40\x13\x00\xa0\xb0\x65\xdb\xb2\x7b\x9e\x7d\x23\xb5\xc7\x11\ \x87\x4f\x6a\x24\xa9\xff\xaf\xfd\x27\x64\x1c\x72\x2f\x3f\xfc\xd0\ \xd2\xb6\xbe\x62\xd5\x52\x52\x41\x64\xf8\x01\xd3\x8f\x38\x30\x86\ \x7d\x2f\x3f\x38\x63\xe9\x40\xf2\xeb\x27\x1d\xd3\x18\xe3\x52\x1b\ \x64\xc2\xd2\x7d\x2f\x3e\x3c\x63\x59\x26\x39\xf5\xd8\xa3\x9b\x93\ \x5c\xed\xf4\x7a\x89\xc0\xf3\xd5\x51\x47\x99\xe6\x21\xe2\xe1\x87\ \xe5\x09\x27\x02\x2f\x79\x41\x5f\x7e\xb0\xd0\xec\xd9\xde\xa4\x49\ \xfe\xf0\xe1\x9f\x43\x7a\x01\x0a\x0c\x36\xac\x5c\xf4\xcc\x23\x7f\ \xbb\xe7\xef\x33\xb3\x68\x73\x2c\x4a\xaf\x30\x83\xed\x73\x5f\x7f\ \x65\xe9\xfa\x5e\x14\xdb\x83\xe3\x58\x8c\x95\xe3\x8e\xa4\xdc\xfa\ \xce\x8e\x92\xcf\xb6\x7e\x8e\xf8\xee\x4f\x00\x91\xbd\xfb\xa7\xc8\ \x18\x63\x8c\xed\x74\x77\x06\xa3\xdc\xe2\x37\xdf\x5c\xbc\x6a\xa3\ \xa7\x94\xef\xfb\x9e\xe7\x4b\x65\x00\x88\xdb\xb1\x9a\x0a\x77\xc1\ \x8b\x0f\xdf\xfb\xe4\xec\x02\xb3\x38\x82\x65\xe1\xea\xd9\x4f\xff\ \xed\xa1\x17\x0a\x4e\x45\x55\xc2\x36\xbb\x28\x43\xaa\x94\xa9\xa9\ \xd1\x5f\x3b\x92\x2d\x5a\x84\xbd\x3d\x20\x44\x49\xbc\xbe\xfc\xfa\ \xc7\x5a\xb3\x26\x7f\xee\xb9\x60\x59\x9f\xc7\xc2\x05\x01\xda\x4e\ \x28\x1a\xe5\x8b\x9e\x7f\xe4\xa1\xf2\x8a\x73\x8e\xde\x93\x79\x3e\ \x00\x01\x13\x6e\x28\xec\x58\xbc\xb8\x79\x07\x19\xb7\x38\x7a\x5e\ \x41\x2a\xc3\xb8\xe5\x86\x1c\xd0\x4a\x1b\x52\x41\x41\x6a\x16\x0a\ \x87\x18\x68\x43\xc0\x38\x93\x85\x42\x40\xe8\x3a\x0e\x28\xe9\x69\ \x12\xc2\xda\xba\x3a\x45\x26\x08\x02\x60\xc2\x12\x0c\x00\x2d\x4b\ \xa8\xc0\xf3\xa4\x06\x40\xc6\x39\x7f\xef\xa6\x4b\x46\xb2\xe0\x19\ \x6b\xc2\xe4\xe9\xdf\x39\x6b\x32\x7a\x1e\x01\x90\x96\x9e\x2f\x7d\ \xc9\x47\x7d\xe5\xf8\xb3\x36\xb6\xdc\xf1\xc2\x23\x2f\x8c\x19\x7e\ \xe2\x81\xcd\xb9\x0d\x73\x1e\x7c\xf4\x85\xc8\xde\x53\xcf\x3e\xf1\ \xe0\x10\x48\xb5\x4b\x5d\x89\xc6\xe8\x09\xfb\x58\x7f\xbe\x05\x07\ \x32\x54\x57\x57\x12\xaf\x2f\x3f\x7f\xd8\xe0\xa0\x6c\x6a\x22\xfe\ \x79\x55\x34\xd2\x52\x46\x9b\xc7\x8c\xaf\xe5\x6f\x3c\x72\x57\x75\ \xf5\x95\xc7\xec\x5d\x15\xd0\x7b\x74\x81\x40\x35\x30\xf7\xc5\x67\ \x9e\x9e\x39\x67\x43\xe7\x60\x24\x5d\xbf\xef\x57\x8f\xfe\xfa\x94\ \x89\xe9\x90\xd5\xb1\xf4\xb9\x1b\x6e\x7b\x62\xf8\xd7\xbf\x75\xc1\ \x31\xe3\x05\xc1\xc0\x9a\x99\xd7\xfd\xf1\x91\xea\x29\xdf\xb8\xf8\ \xa4\x83\x36\x3f\x75\xd3\xef\x9f\xda\x74\xea\xc5\x57\x1c\xb6\x47\ \x34\xd0\x82\xba\x16\xdd\x7c\xe3\x6d\x6c\xf4\x69\xdf\x39\xfb\x60\ \xdb\xf8\x1b\x16\xbf\xf2\xf8\x93\x4f\x2f\xdb\xd8\xa3\x89\xa7\x1a\ \xc7\x9e\x76\xfe\x05\xfb\x54\x8a\x60\xbb\xdd\x85\x68\x82\x6c\x1e\ \xb0\xd2\x89\x90\x0a\xa4\xef\x29\x43\x5b\xa3\xf0\xa4\x03\x8a\x1c\ \x72\xfc\x19\x2b\x56\xfd\xfe\xf1\x47\x1e\x1b\xdb\x78\xea\x8a\x47\ \x1f\x5e\xe5\x37\x5c\x72\xca\xb1\xb5\x21\xe3\xf9\x1f\x36\x44\x44\ \x66\xf8\x30\x50\x0a\x7c\x8f\x3e\xf1\xce\xd8\x12\xbe\x48\xf1\x37\ \x00\x0a\x85\xe0\xf3\x7b\xd6\x46\x6b\x1e\x9f\x72\xf2\xf4\x70\xdf\ \x7f\x3d\x3c\x63\x46\x5d\xd5\x65\xe3\xeb\x62\xde\x0e\xaa\xc0\xe2\ \xf9\xd7\x1f\xb9\xf3\xaf\xcf\xac\x9e\x78\xd4\xf1\xc7\x8d\xac\xd8\ \xbc\xe4\xd5\xbf\x3f\x70\x6b\x46\xbb\xdf\x3a\x7e\x42\xc3\x9e\x87\ \x1e\x35\x71\xc1\xbd\x8f\x3d\x30\x66\xf4\xf0\xc3\xeb\xb3\x8f\xdd\ \xf7\x70\x7f\x6a\xc2\x45\x93\xc7\x3b\x24\xb5\x0c\x0a\x05\x4f\x6d\ \xb7\xa6\x48\xfb\x5e\x81\x4b\xc5\x6c\xdb\x5b\xf3\xd6\xbd\x77\xdc\ \xd3\x57\x75\xe0\x59\x17\xec\x1d\x32\x85\xee\x81\x7c\xc2\x41\xb3\ \xc3\xec\x80\xc8\x74\xbe\x3f\x1b\x64\xb7\xac\x5d\xfa\xc6\x9b\xba\ \xaa\xba\xb6\xa6\x22\x65\x73\x23\x95\x29\x32\x88\x25\x86\x4e\x3b\ \xed\xc4\xcd\xb7\x3c\x7c\xf3\xff\x76\xfa\xfd\xfd\x5f\x3d\xe9\xdb\ \x93\x86\x26\x3e\x62\x98\x9e\xc2\xe1\x92\x54\xed\x4e\xfc\x41\xe4\ \xbd\xbd\x9f\xab\xa7\x4b\x5a\x52\xb8\xee\xa4\xb3\xbf\xb1\xf6\x7f\ \x6e\x9c\x71\xef\x93\x75\x57\x9c\x19\xe6\xb8\x8d\x3d\x76\x6e\xed\ \x2b\x4f\xbc\xb2\x74\xec\x31\x97\x7e\xe7\x9b\x93\xa3\x0c\x60\xbf\ \xd1\x32\x73\xf5\xb3\xaf\xcd\xdc\x30\x65\xcf\xa1\xe1\xd8\xe4\xe9\ \x67\xae\x6e\xb9\xe6\xef\x0f\x3c\x30\xd0\x90\x79\xb3\x3d\x7e\xd6\ \xf7\xa7\x35\x45\x51\x1a\xda\xea\x1a\xbd\xcb\xfd\x61\x88\xc8\x18\ \x0e\x76\xb6\x77\x0e\xc8\xd1\x47\x7f\xf5\xa8\x23\xc7\x9b\x42\xc1\ \xf7\x83\xa0\x58\xda\xe3\x9d\xaf\x1a\xa5\xc3\xc3\x87\x35\x75\xf6\ \x2c\x7d\xf8\xee\x57\x7a\x06\xf4\xf0\xfd\x8f\x38\xfd\xe4\xa9\x4d\ \x49\x4b\x29\x03\x00\x32\x50\xf5\x7b\x1d\x32\x79\xc2\x82\xbb\x9f\ \x9d\x1f\x1e\x35\xf5\x98\x43\xf6\x60\x32\xf8\x88\xd1\x68\xec\xea\ \x2a\x9e\xa3\x24\x5b\xbb\x05\x7f\x74\x55\x95\xb5\x76\x2d\x6a\xfd\ \x69\xfa\x6d\x7c\x28\x54\xe0\x87\xeb\xc7\x9f\x75\xe6\x31\xbf\xf9\ \xf3\x53\x0f\xbd\xb0\xe7\x39\x23\x9d\xa2\x7c\x09\xae\xb7\xac\xdf\ \x92\xf5\x80\xad\x7a\xfd\xa6\x6b\xe7\x28\x4d\x82\xd3\x96\x0d\x99\ \x6c\x81\xb6\x0c\xa8\xe1\x21\xa4\xc4\xf0\x53\xce\x98\x7e\xc3\x8d\ \x77\x3d\xb0\x22\x3a\xe5\x8c\x4b\xbf\x32\x3c\xe5\xfb\x3e\x77\xf9\ \x07\x9b\x8b\xa6\x6c\xe8\xe8\xbd\x46\x54\xce\x7a\xfc\x4f\xbf\xef\ \x39\xec\xd0\x83\x26\x0d\xab\x2b\x77\x38\x33\x3b\x10\xc8\xa8\xc0\ \xaa\xda\xf3\x9c\x0b\xc7\xc8\xc0\xcf\x66\xfa\xd6\x2d\x7e\xe5\x81\ \xc7\x1f\xbf\x95\xdc\x7f\x3b\x77\x6a\x9c\x53\xb1\xd4\xce\x60\xeb\ \xca\xe5\xeb\xb6\x58\xb1\x84\xec\x5a\xf6\xe6\xe2\x8d\x27\x4e\xaa\ \x47\x5f\x7e\xe8\xe8\x10\x63\x6c\xe5\x2a\x8a\x46\x21\x12\xc1\x52\ \xf0\x6d\x77\x88\xbf\xf9\x7b\xec\xe1\xce\x9b\xc7\xb2\xd9\xcf\x7b\ \xca\x94\x81\x1e\x32\xe9\x98\xd3\xa6\x0c\x9b\xf3\xd8\x7d\xaf\xac\ \xec\xb1\x2c\x06\x80\x08\xa6\xe0\x4b\x05\xdc\x72\x44\x31\x62\x66\ \x88\xd7\x0d\x1f\x3f\xf9\xe0\x49\x15\x36\x69\x43\x44\xe0\x84\x23\ \xb6\x05\xd2\x90\x36\x9a\xde\x5b\x8e\x84\xde\xa7\xeb\x02\x4c\x0c\ \x39\xfd\xd2\xef\x9e\x72\xf8\xd8\x9e\x65\x33\xaf\xfb\xcf\xff\xb8\ \xfe\x8e\xc7\x36\xf4\x2b\xf1\xde\x08\x02\xb7\x9d\x50\x34\x9e\xaa\ \x6d\x1a\x71\xf8\x09\x67\x4f\x3b\xa0\x7e\xd3\xbc\x39\x1b\xba\xb3\ \x8c\x21\x20\xb7\x4c\xff\xf3\x8f\xde\x37\xa7\x37\x79\xe6\xb7\xbe\ \xf3\x95\x9a\xc2\x13\xf7\xdf\xb7\xa4\xdd\xb7\xad\x8f\xb0\x52\xac\ \xb5\x78\xed\x35\x6a\x6e\xa2\x64\xb2\xb4\x7e\xba\x5b\xe8\x9f\xfc\ \x61\x87\x95\xff\xea\x57\xee\xbc\x79\xf9\xc9\x93\xb1\x50\xf8\x1c\ \xad\x38\xa3\x3d\x70\x0f\x3a\xee\xf4\xe5\x6b\x6f\x7c\xfc\x1f\xcf\ \x81\x16\xd5\x08\x9a\x44\x2a\x16\x42\xc0\x11\x07\x4c\xbb\xf4\xeb\ \x23\xbc\x6c\x41\x13\x32\xce\xd1\xa8\x42\x3e\x2f\xc1\xb2\xf2\x9b\ \x1f\xbd\xf7\x81\xfe\x9a\x43\x4f\x9b\xd0\xf7\xe4\xe3\xf7\x0c\x69\ \xae\x3d\x62\x4c\x5a\x19\xb4\xc3\x36\xc8\xbc\x17\x78\x8c\x97\x81\ \x7e\x57\x1f\x08\xa3\x8d\x93\x6c\x38\xea\x94\x0b\xbe\x72\x44\xc7\ \xd2\x59\xcf\xdc\xf5\xd0\x3f\x1e\x89\x55\x7c\xfb\xf4\x43\x84\xf4\ \xb7\xb9\x4b\xc8\xb9\x40\xd2\x4a\x6b\x6d\xb4\x1d\x76\xca\xd2\x71\ \x90\xbd\x81\x56\x00\xcc\xb6\x71\xf5\xcb\x4f\x3c\x39\xab\xf5\xc0\ \xe9\x97\x1d\x76\xc0\xa4\xde\x50\xd7\xd2\x6b\xef\x7e\xf0\xb1\x99\ \x4d\x17\x4c\x0d\xa3\xde\x45\xf8\x1a\x5c\x87\x2f\x5f\xc1\x5f\x9e\ \xa9\x4e\x3d\x95\xca\xd2\xa0\x4a\x7b\x19\x76\x03\xfd\x93\x9b\x32\ \x45\x57\x56\x26\x66\xcc\x40\xcf\x83\xf7\x25\xe3\xf0\x62\x35\xbe\ \xf7\x41\x08\xb1\xd3\x7d\x0d\x1f\x42\x21\x15\xb0\xc4\xb0\x93\x4e\ \xfa\x5a\x44\xf6\x66\x0a\xc0\x90\xb4\xa4\xda\x31\x63\x87\x95\x9b\ \xd7\x9f\xbc\xef\x85\x79\x2d\x05\x45\x64\x82\xfe\x8e\xcd\x6d\x3d\ \x03\x1a\xb9\xcd\x83\xd9\x4f\xdd\xf7\xea\x26\xf7\xc4\xd3\x4f\x3f\ \xe5\xf4\xd3\x0f\xa8\xc8\x3d\x72\xef\xc3\xeb\xfa\xb5\x40\x48\x36\ \x0f\x4d\x61\xff\xec\xb9\x73\xb6\x64\xb4\x1b\x0e\x09\x06\x64\x0c\ \x11\x01\x32\x53\x18\xec\xe9\xee\x0d\x0c\x4b\x54\x0f\x9d\x74\xc0\ \x84\xca\x08\xef\xeb\xe9\xf6\x0c\x5a\x42\x08\x21\x00\x90\x81\xec\ \x6c\x5d\xdf\x31\xe0\xd9\x4e\xc8\x11\xb8\x65\xc5\xec\x99\x6f\xae\ \x09\x35\x0c\xab\x4e\x44\x91\x8b\x42\xdb\xdb\x0f\xfe\xfd\x45\x7b\ \xd4\x57\x4f\x3c\x72\x3c\xe6\xb3\x15\x63\x0e\x9d\x7e\xf4\xf8\x8d\ \x6f\x3c\xfe\xcc\xdc\xf5\xc2\xb6\x3e\x50\x47\x33\x06\x88\xd6\x8c\ \x7b\x30\x5f\x90\xa7\x9c\x02\x82\x95\x76\x1c\xee\x16\xfa\x27\x68\ \x6c\xec\x3f\xeb\xac\xf4\x75\xd7\x45\x9e\x7d\x76\xf0\xc4\x13\x59\ \xee\x9d\x96\x58\x86\xa8\xa7\xa7\xc7\x75\xdd\x62\xfe\x41\x20\x25\ \x43\x2c\x56\xd6\x14\x96\x95\xc9\x64\x6c\xfb\x43\x7a\xc8\x20\x50\ \xe0\x15\xf2\x9e\x6f\xde\x71\x84\x82\xca\xb1\x5f\x3d\xfe\xd0\xc5\ \x37\x3e\xfa\xb6\x17\x68\x32\x92\x95\x8d\x3e\xf9\xd4\x69\xb7\xdf\ \xf5\xd8\xed\x37\xfc\xe6\x89\x74\xd2\x62\x94\xcf\xe5\xc7\x9d\x70\ \xd1\xd9\x07\x8f\xd8\xbc\xe0\xf9\x7b\x9f\x58\x38\xee\xa4\xef\x1f\ \x38\x24\x22\x4d\xe4\xc4\x53\x8f\x7f\xfb\x9a\xbb\x67\x3c\x36\xe2\ \xfb\x67\x1d\x1e\xaf\xdf\xf7\xeb\x53\x16\xdc\xf3\xfc\x53\xbf\x5d\ \x3f\xaf\x2c\x16\x32\x5e\x66\x63\x1f\x8e\xb3\x85\xb0\x45\x57\xcb\ \x82\xdb\xef\x7f\xda\x0b\x27\x1d\x8e\xfe\x60\x4f\x17\x94\x1f\xb5\ \xef\x3e\xe5\x0e\x7b\xf5\x95\xd9\x89\x64\x72\xdc\xb8\xbd\xf4\xe0\ \xa6\x37\x9e\xf8\xeb\xeb\xeb\x29\x15\x73\xc1\xc8\x81\xee\x8e\x82\ \x53\x3f\xfd\xe4\x63\xea\xe2\x16\x04\x7d\x2f\xfd\xfd\xbe\x85\xdd\ \x89\xf3\x2f\x9c\x5a\xe7\x6a\x2f\x30\x0c\xed\x89\x53\x8e\x9b\xf8\ \xd6\xff\xfc\xe3\x81\xfb\xc7\x34\x7f\x77\x5c\xa5\x15\xa8\x9d\x39\ \x36\x8e\xc3\x66\xcf\xb6\xff\xf2\x17\x39\x7d\xba\x9e\x34\x09\xbc\ \xd2\x2e\xa0\xdd\x83\x3f\xa8\x75\xe6\xcc\x33\xa3\xcf\x3f\x9f\xfe\ \xcd\x6f\xfc\x3d\xf7\x94\xcd\xcd\xc5\x14\x52\xce\x79\x3e\x9f\xbf\ \xf1\x8f\x7f\x74\x1c\xa7\xd8\x04\xb0\xa1\xa1\x21\x9f\xcf\x77\x75\ \x75\x15\x35\x4f\xa1\x50\x38\xa3\xb8\xf5\xff\x03\x61\x14\xd9\xa3\ \xf7\x3b\xc4\x0a\x92\x71\xb6\xcd\xf2\x21\x23\xc9\xdd\xef\xc8\x93\ \x4e\xc7\xda\xc4\xb0\x72\xd2\x5a\x4a\xd3\xb0\xcf\x51\x57\xd6\x8d\ \x98\x3b\x77\xfe\xc6\x8e\x8c\x41\x1e\x4d\xd7\xec\x55\x9f\xd2\xd2\ \xcb\x0e\x06\x7b\x1f\x79\xc6\xd4\xc3\xc6\xa2\x0c\xa4\xc6\xf4\xe8\ \xaf\x7c\xe3\xb4\xbe\x45\xfd\x3a\x9b\xf7\x42\x91\xf0\x21\x27\x5d\ \x58\x31\x64\xd6\x82\x15\x1b\x3d\x45\xcc\x6e\x9e\x70\x70\xdd\xc8\ \x31\xa3\xa8\xe0\x85\xeb\x86\x1f\x78\xf0\xfe\x2d\x1d\xfd\x9a\xd0\ \x19\x3a\xf6\xc4\x89\x93\xf6\x1c\x5a\x65\x73\xf1\xd2\xcc\x99\xcf\ \x3d\xf7\xdc\xed\xb7\xdd\x3e\x6c\x48\xc3\x01\x87\x9f\x14\x7a\x7b\ \x65\x47\x5f\xd6\x20\xdf\x63\xe2\xe4\x7d\xf6\x9d\xd8\x5c\x11\x56\ \x4a\xab\x7c\xbf\x8e\x0f\x9f\x76\xce\xde\x07\x8f\x48\x07\x52\x02\ \x80\x51\x52\x24\x87\x9c\x78\xea\x19\xd1\x79\x9b\xf3\x99\x01\x5d\ \x59\x09\x60\xde\x4f\x1e\xe8\xef\x77\x7e\xfa\x33\x13\x0a\x05\x57\ \x7e\x1f\x2c\x0b\x3c\xaf\x24\x5b\xbb\x03\x70\xcd\xea\xd5\xe4\xba\ \xee\xdc\xb9\xb5\xe7\x9d\xe7\x8f\x1b\xd7\xfe\x87\x3f\xe8\x8a\x0a\ \xf4\x3c\xc7\x71\x6e\xfc\xe3\x1f\x17\x2c\x58\xe0\x38\x8e\x52\xaa\ \xac\xac\xec\xe7\x3f\xfb\xd9\x9a\xb5\x6b\xff\xf0\x87\x3f\x58\x96\ \x05\x00\x41\x10\x9c\x7d\xf6\xd9\x87\x4f\x99\x52\xf8\x60\xaf\x69\ \x7b\xfe\xa8\x57\xf0\x77\x14\x3a\x64\xc2\x75\x6d\xa3\x7c\xdf\xdf\ \x9a\x3f\xca\xb8\xb0\x2c\x8b\x73\x86\x44\xc6\x18\x19\xf8\x52\x93\ \xe5\xb8\x8e\x00\xcf\xf3\xb6\x55\xcb\x42\xdb\x0d\x59\x4c\x17\x0a\ \xbe\x21\x00\x44\xcb\x72\x2c\xc1\x8b\x2d\xe8\xc9\x68\x29\xa5\x52\ \x1a\xb9\xb0\x6d\xbb\x58\x27\x98\x0c\x29\x19\x04\x4a\xc7\xe3\xf1\ \xab\xaf\xbe\xba\xe0\x79\x5b\xb6\x6c\xf9\xd1\x0f\x7f\x34\x62\xe4\ \x48\xa3\x35\x63\xac\xd8\x80\x54\x06\xc1\xd6\xa5\x24\xe4\x6e\xc8\ \x65\x46\x16\xbc\x77\x2d\xf3\x72\xdb\x75\x2d\x26\x7d\x6f\x47\xe5\ \x43\x44\x65\x65\x29\x3b\x1a\x25\xcb\x40\x87\xb9\x00\x00\x20\x00\ \x49\x44\x41\x54\xdf\x77\xae\xb8\xc2\xbe\xf3\x2e\xef\x8e\x3b\x82\ \xd3\x4e\x45\xdf\x2f\x19\x6f\xbb\x09\xf8\xe5\x97\x5f\x8e\x5a\xcb\ \xa6\x26\xd5\xd4\x94\xbc\xe3\x0e\x67\xd5\xaa\xfc\x41\x07\x99\x44\ \x82\x13\x65\xfa\xfb\x97\xbc\xfd\xb6\xd6\xda\x18\xa3\x94\x22\x80\ \x55\xab\x56\x6d\xda\xb4\x89\x88\x82\x20\x48\x26\x93\x47\x1e\x71\ \x44\x22\x91\xd8\xc5\x46\x6e\x04\xd0\x4a\xc9\xf7\x67\x5c\x92\x51\ \x52\x6a\xfd\x4e\xc9\x52\x22\xa3\x95\x92\x52\x16\x5b\xd6\x15\x7b\ \xeb\x1a\xad\xa4\x54\x3b\x8a\xa2\x56\xc5\x42\xea\xdb\x43\x05\x5b\ \x7f\x52\x64\xce\xd6\x06\xbb\x44\xdb\x0f\x25\xb7\x96\x92\x07\xc7\ \x71\x9e\x7b\xfe\xf9\x0b\x2f\xbc\x70\xd8\xb0\x61\xd7\x5c\x73\xcd\ \x84\xf1\x7b\xc7\x62\x51\xdf\xf7\x76\xf8\xca\x36\x1f\x4d\x4a\xa9\ \xde\x97\x2f\x5b\x3c\xf1\xfb\xa2\x07\x6e\x2a\x25\x02\xe9\xfe\xf8\ \xc7\xf6\x5f\x6e\xf5\x7f\xfd\xdf\xf2\xc2\x0b\x4b\xe4\xd9\xbd\xec\ \xb7\xa2\xf0\x32\xdf\xcf\x1e\x7d\x34\x16\x0a\x95\x3f\xfb\x59\xcd\ \x25\x97\x74\xfe\xfa\xd7\xfe\x98\x31\x07\x1f\x7a\x68\x65\x65\x65\ \x5b\x7b\xbb\xd6\xba\xc8\x99\xca\x8a\x8a\x93\xa7\x4f\x2f\x8a\xe3\ \x90\x21\x43\x1a\x1b\x1b\xe5\x17\xa7\xa8\x15\x11\xf5\xf7\xf7\x4f\ \x9f\x3e\xbd\xa7\xa7\xe7\xaa\xab\xae\xba\xea\xaa\xab\x6a\x6a\x6a\ \x82\x20\xf8\xa4\x9a\x1b\xc9\x71\x58\x6b\xab\xfb\xf3\x5f\x88\x07\ \x1f\xf2\x7f\xf5\xcb\xe0\x5b\xdf\x82\x52\xa1\xa2\xdd\x91\x3f\x00\ \x60\x0c\x02\x0c\x4e\x9f\x6e\xe2\xf1\xca\x1f\xfe\xb0\xf6\xdc\x73\ \xbb\x7f\xf2\x93\xfc\xb1\xc7\xee\x39\x69\xd2\x9e\x3b\x9b\x50\x11\ \x91\x88\xe4\x17\xad\x22\x5c\xf1\x82\x2f\xbe\xf8\x62\xcf\xf3\xae\ \xbe\xfa\xea\x5f\xfd\xea\x57\xe5\xe5\xe5\x9f\xe0\x2e\xc8\xb2\xc0\ \xb2\xc2\xaf\xbe\x1a\xfd\xf5\xaf\xf9\xca\x95\xde\xf5\xd7\xca\x0b\ \x2f\x84\x6d\x5b\x77\x4b\xd8\x7d\xb0\x43\x0c\xda\x18\x0c\x82\xdc\ \x51\x47\xb5\xfe\xf5\xaf\xaa\xae\xae\xea\x8a\x2b\xd2\xbf\xf8\x85\ \x59\xbb\x36\x10\x42\x1a\x23\xdf\x8d\x20\x08\xbe\x70\xe4\x41\x00\ \xb5\xad\xb2\xc7\xe5\x97\x5f\x3e\x79\xca\x94\xab\xff\xf3\x3f\xfb\ \xfa\xfa\xc4\xc7\xda\x68\xc0\x18\x85\xc3\xbc\xaf\x2f\x75\xfd\xf5\ \xb5\xe7\x9d\xc7\x7d\xcf\xfb\xdb\xbd\xf2\x92\x4b\x40\xeb\x12\x79\ \x76\x47\xff\xe7\xbb\xdf\xfd\xee\x8e\x26\x0e\x28\xa5\xea\xeb\x73\ \x87\x1d\x86\x5a\xc7\xef\xbe\x3b\xf2\xdc\x73\x14\x0a\xc9\x61\xc3\ \x4c\x34\x0a\xc6\x7c\x71\x37\x84\x39\x8e\xf3\xe2\x4b\x2f\x0d\x1d\ \x3a\x74\xf4\xe8\xd1\xc5\xc5\xd6\x03\x0f\x3c\x70\xc3\x86\x0d\x8f\ \x3c\xf2\xc8\xc4\x89\x13\x8b\x31\xc6\x0f\x1b\x2a\x4e\x8e\x8b\x4a\ \x45\x5e\x7c\xb1\xe2\x47\x3f\x8a\x3f\xfa\xe8\xe0\x31\xc7\x78\x7f\ \xfa\x13\x1c\x72\x08\x14\x0a\x25\xb3\x6d\x37\xb5\xdf\xd2\xe9\xb2\ \x9d\xd8\x27\xc3\x87\xc1\xef\x7f\xe7\x1d\x77\x9c\xf3\xdb\xdf\x56\ \xfe\xf8\x27\x89\x47\x1f\xf5\xbf\xf3\x1d\x7d\xe4\x11\x14\x8b\xa1\ \xef\x7f\x11\x27\xda\x58\x3c\x11\x0e\x87\x8a\xde\x0e\x11\x3d\xfa\ \xe8\xa3\xd7\x5c\x73\x4d\x32\x99\x9c\xbf\x60\xfe\xe8\xd1\xa3\x2f\ \xfb\xee\x77\x18\xb2\x0f\x0c\x84\x20\xa3\x90\x8b\x05\x8f\xcf\x9e\ \x65\xff\xe9\x26\xe7\xe9\xa7\x61\xf8\x88\xc2\x9d\x77\xea\xe3\x8e\ \x65\xae\x0b\x1f\xb6\x89\xbd\x84\x2f\x33\x7f\xac\x0f\x6a\xa5\xc8\ \x98\x9e\x7a\x74\xfe\x80\xfd\xad\x07\x1e\xb0\x6f\xbc\xd1\x39\xe7\ \x6c\x7d\xc8\xa1\xf2\xe2\x8b\xd4\x51\x5f\xa3\x54\x19\x4a\x09\x4a\ \x7d\x81\xd4\x91\x10\x42\x70\xe1\x38\xee\xe3\x8f\x3f\x3e\x73\xe6\ \xcc\x2b\xaf\xbc\x92\x8c\x39\xf3\x8c\x33\x7e\xf2\xe3\x1f\xb9\xae\ \x4b\x86\x84\xf3\xbe\x36\x24\x88\x20\x04\xd9\x36\xe6\x72\xfc\xc5\ \x97\xac\x5b\x6f\x15\x4f\x3e\x01\x95\x55\xc1\x4f\x7f\x12\x9c\x77\ \x1e\xd5\xd5\x59\x9e\x47\xb2\x94\xa4\xb3\x5b\x03\x33\x03\xfd\xbb\ \x36\x5a\xc0\xb6\xb1\xb5\xd5\x7a\xe8\x21\xeb\xd6\x5b\xd9\xba\x16\ \x3d\x66\xb4\x3a\xe7\x1c\x79\xcc\x31\xd4\xd4\x04\x8e\x03\x9e\xf7\ \x85\x50\x47\xb1\x78\xe2\xc7\x3f\xfe\x51\x47\x47\xe7\xba\x75\xeb\ \x02\xdf\xbf\xfe\x86\x1b\x5e\x7c\xe1\x05\x00\xf3\x83\x2b\x7f\x20\ \xa5\x7c\x6f\x81\x07\xc6\xc0\x75\x41\x6b\x6c\x6d\x15\x2f\xbe\x68\ \xdd\x7d\x37\x7f\x73\x96\xa9\xac\x54\xe7\x9c\x23\xcf\x3e\xcb\x0c\ \x1b\x06\x5a\x97\x8a\x24\x96\xf0\x11\xf8\x53\x9c\x86\x2d\x0b\x2c\ \x81\x6d\xed\xfc\x9f\xff\xb4\xef\xb8\x93\xcf\x9a\x45\x15\x15\x6a\ \xf2\x14\x75\xca\x74\xbd\xdf\x7e\x54\x5b\x4b\xc6\x70\x22\x46\xc4\ \xfe\x55\xdd\x00\xc7\x0d\xfd\xe4\x27\x3f\x9e\x31\x63\xc6\x4d\x37\ \xdd\x24\xa5\x7c\xe1\x85\x17\x2f\xba\xe8\xa2\x5f\xfc\xe2\x17\x37\ \xdf\xf4\xa7\x8a\x8a\x8a\xe2\xea\x96\x66\xcc\x20\x12\x22\xeb\xeb\ \x17\x0b\xe6\x3b\xff\x78\x02\x9f\x7d\x16\x5a\x5a\x60\xaf\xbd\xcc\ \x59\x67\xaa\x69\xd3\x4c\xf3\x10\x30\xba\x54\x4d\xbf\x84\x8f\xc3\ \x9f\x1d\x6c\x20\xb2\x6d\xcc\x64\xf8\xec\xd9\xe2\xb1\xc7\xad\xc7\ \x1e\x83\xfe\x7e\xa8\xa9\x51\x47\x1f\xbd\x69\xec\xe8\xb6\xba\xba\ \x01\xdb\xf6\x85\x10\x46\x0b\x63\xf0\x5f\x4c\xc0\x6c\xdb\x7e\xed\ \xb5\xd7\x03\x19\x1c\x7c\xf0\xc1\xc6\x98\x9b\xff\x7c\x4b\x77\x77\ \x5f\x28\xe4\x5e\x74\xd1\xf9\x89\x74\x3a\x40\x10\xda\xc4\x83\xa0\ \xa2\xa3\xa3\x72\xfe\x82\xf4\x9b\xb3\x61\xcd\x9a\xfe\x42\x61\xcb\ \x84\xf1\xbd\x93\x0f\xcb\x4d\xda\x8f\x2a\x2a\x40\x29\xfc\xc4\x8b\ \x45\x25\x94\xf8\xb3\x9d\x45\x20\x04\x71\xce\x5a\x5a\xf8\x9b\x6f\ \x5a\x8f\x3d\xce\xde\x78\x03\xdb\xda\xda\x1c\xbb\xa5\xac\x6c\x49\ \x4d\x75\x4b\xaa\x6c\x63\x2a\xe9\x6d\x6b\xe0\x8e\xdb\xf4\xd2\xff\ \xdb\x0d\x99\x44\xc4\x39\x47\xc6\x94\x31\xc4\x98\xaf\x54\x47\x67\ \x67\x32\x99\x8c\xd9\x76\x43\x26\xd3\xdc\xdb\x37\xb6\xbd\x7d\x58\ \x4f\x4f\x7d\xbe\x90\x65\x6c\x4d\x45\xf9\xfc\xa6\xa6\x95\x35\x35\ \x5b\x12\x71\x22\x02\xa5\xb0\x64\xad\x95\xf0\xd9\xf0\x67\x3b\x2c\ \x8b\x6c\x1b\x0b\x05\xd1\xd3\xb3\xe2\x96\x3f\xb7\xdf\x77\xff\x3e\ \x3d\xbd\x71\xcf\x13\xc6\xf4\x86\x23\x2b\x2b\xcb\x5b\xca\x52\xeb\ \xd2\xe9\xde\x50\x28\x67\xdb\x39\xdb\x36\x88\x7c\x9b\x99\x87\xff\ \x87\xf6\x0f\x01\x18\xc6\x0c\xa2\x66\x0c\x00\xc2\x41\x10\x09\x82\ \xa4\xef\x0f\xed\xeb\x6f\xee\xee\x1e\xde\xdd\x53\x3b\x30\xa0\x39\ \x2b\x08\x6b\x59\x55\xd5\xdb\x55\x95\xcb\xab\x2a\xfb\xc2\x61\x4f\ \x08\x6e\x8c\x28\xed\x21\x2d\x61\xd7\xda\xe4\x93\xff\x54\x4a\x94\ \x12\x18\x63\xf5\x75\xeb\x0f\x3a\xf0\x8e\x75\xeb\x2a\x81\x6a\x07\ \x06\x9b\x7b\x7b\xc7\x74\x76\x0e\xeb\xe9\x3d\x74\x6d\x0b\x00\xf5\ \x44\x23\x3d\xa1\xf0\x96\x44\x7c\x63\x2a\xd9\x15\x89\x76\x46\x23\ \xdd\x91\x48\x51\x3b\x11\x22\x01\x10\x22\x00\x20\x11\x6e\xfb\x0b\ \xdb\x94\xd5\x8e\xaf\xdf\x43\x89\x62\xfb\x6b\xda\xfa\x7a\xeb\x71\ \xb6\x1f\x6d\xeb\x01\x89\x10\xc0\xd6\xba\x62\x70\xb0\x32\x9b\xab\ \xcc\xe5\xea\x06\x06\x1a\xfa\xfa\xd3\xf9\x7c\x79\x2e\xc7\xb5\xe9\ \x4c\xc4\x36\xc5\x13\xaf\x37\x35\xae\x2d\x4f\xb7\xc6\xe3\xbd\xe1\ \x30\x10\x15\x19\xee\x94\x14\x4e\x09\x9f\x8e\x3f\x28\x2c\x8b\x23\ \x05\x52\xee\x4a\x5b\x18\x03\x52\xf2\x20\x70\x95\x2a\xb8\xee\xca\ \x8a\xf2\x65\x55\x95\x2f\x8e\x18\xee\x48\x99\x2a\x14\x86\xf4\xf6\ \x35\xf6\xf7\x37\xf5\xf6\xed\xd5\xd6\xb6\xef\xe6\x2d\xdc\x18\xae\ \xb5\x67\x59\x9d\xb1\x68\x67\x24\xd2\x13\x89\xf4\x86\x43\x3d\xe1\ \x48\x7f\xc8\x0d\x38\x0f\xb8\x90\x9c\x49\xce\x15\x63\x8a\x31\x5d\ \xfc\x8b\x58\xf4\xe9\x8b\xb4\xd9\xd1\x20\xe4\x86\x38\x19\x61\x8c\ \xd0\xda\x32\xc6\xd2\xda\xd6\xda\x52\x3a\xee\x7b\xe9\x7c\x21\x9d\ \xcb\xa7\xf3\xf9\xf2\x5c\xb6\x2a\x9b\x8b\x79\x9e\xe6\x4c\x21\x53\ \x9c\x77\x46\x22\x0b\xeb\x6a\x37\x26\x12\xeb\xcb\x52\x5d\x91\x88\ \x67\x59\x05\x21\x18\x91\x30\xa6\xc4\x99\x12\x3e\x23\xfe\x30\x2e\ \xa8\xb0\x7a\xc1\x9c\x36\x95\xdc\x7b\xdc\xc8\x98\x05\x04\xf0\xa1\ \x2b\xf4\x8c\xc8\xd6\x1a\xb4\x26\xc4\x82\x65\xe5\x6c\x7b\x53\x32\ \x69\x10\x91\x28\xe1\x7b\x65\xb9\x7c\x2a\x5f\x28\xcf\xe7\x6a\x32\ \x83\xe9\x7c\xbe\x22\x97\x1b\xd9\xd5\x9d\xf0\x7c\x5b\x06\x04\x58\ \x10\xa2\x60\x71\x8f\x0b\x9f\x73\x9f\xf3\x80\x33\xc9\x98\xda\x91\ \x42\x5b\x53\xb5\x89\x11\x71\x22\x61\x48\x18\x63\x19\x63\x1b\x6d\ \x6b\xed\x2a\xed\x6a\x1d\x52\x2a\xa4\x14\x23\xd2\x42\xf4\xbb\x6e\ \x7f\x28\xd4\x17\x0a\xcd\xab\x4b\xb4\xc7\x63\x5d\x91\x68\x6f\x28\ \xd4\x1b\x09\xf5\xb9\x21\xc3\xd8\x3b\x5e\x19\x91\xab\x14\x12\xc1\ \x17\xaa\x60\x0e\x11\x20\x62\x31\x0b\xf1\xfd\x9e\x5e\xa9\xf8\xcf\ \xe7\x3a\xf2\xc5\xfd\x6f\xc5\x91\xdf\x19\x7f\x90\x5b\x3a\xf3\xe4\ \x9d\x37\xbf\xb0\x68\x73\xa1\x6c\x74\xd3\xc8\xa6\x05\x8f\xdf\xe3\ \x8f\x3a\xe6\xe8\x09\xf5\xf2\x23\xf4\x27\x24\x22\xc1\xf9\x05\x17\ \x5c\x18\x0a\x87\xb7\xaf\xe8\x6b\x44\xc3\x50\x23\x23\x44\x6e\x0c\ \x6a\x9d\x33\x26\xd0\xba\xc7\x18\x7b\x70\xd0\xee\xe9\x11\x7d\x7d\ \xa2\x7f\x20\x3c\x30\x10\x1f\x1c\x14\xb9\x2c\xcb\xe7\x59\xc1\x63\ \xbe\xc7\xfc\x00\x95\x02\xad\xb7\x86\x8c\x11\x81\x31\xb2\x2c\xb2\ \x2c\xe3\xba\xc6\x75\x75\x38\xa4\x23\x51\x15\x8b\xa9\x44\x7c\x30\ \x91\xe8\x4b\x26\x65\x3a\x1d\x24\x93\x45\x3d\x46\x9c\x47\x39\x6f\ \x66\x6c\xc8\x56\x95\x65\xfe\x9f\x47\x32\x3e\x9b\x69\x4f\x88\xf6\ \xf6\xf6\xbf\xde\x7e\xdb\x8e\xdd\x65\x3c\xcf\x3b\xea\xa8\xa3\x26\ \xed\x7f\x80\x57\xda\xbd\xf7\xb9\xc1\xb6\xed\xbb\xee\xba\x73\xf3\ \xa6\x4d\xae\xeb\x12\xd1\x4e\xf8\xc3\x39\x1b\xd8\xb4\x7c\x6e\x6b\ \xf8\xdb\x3f\xf9\xe1\x9b\x0f\x3f\xa1\xed\x08\x0f\x32\x1b\x3a\xfa\ \x08\x1b\x3e\xfa\x69\x12\x89\x44\x38\x12\xd9\x69\x46\xcc\x8e\x1e\ \x0b\x00\xf8\xb5\xb5\x3e\x62\xf1\x1d\x40\x84\x6d\xe5\xad\xdf\xf9\ \x0b\xdb\x9d\xa1\x77\xd7\xdb\xd9\x3e\xf5\x12\x01\x11\x00\x21\x6d\ \x7b\x4d\x24\x00\x2c\xa2\xd0\x76\x9f\xea\x4b\xf7\x14\xfb\xfb\xfb\ \x5b\x5a\xd6\xd5\xd7\x37\x6c\xdf\x82\x45\x44\xa1\x50\x38\x95\x4a\ \x15\x3e\xcf\x3a\x30\xbb\x39\x42\xa1\x50\x77\x57\x67\x5b\x6b\x6b\ \x53\x73\x33\x63\x4c\xec\x54\xbe\x6d\x37\x14\x62\x85\x2d\x5b\x3a\ \x03\xa2\x81\x4d\x2b\x97\xac\xeb\xad\x1e\x93\x62\xf0\x31\x82\x66\ \x5a\xeb\xe2\xc6\xbb\x0f\x8f\x00\xbe\xef\xc5\x67\x18\x79\x03\x80\ \x2f\xe5\x4a\xa7\xd6\x5a\x2b\x55\xc8\xe7\x7d\xcf\x83\x44\x62\x07\ \x6f\xd4\x14\x47\xbe\x24\xe8\x9f\xdf\xc8\xfb\x9e\x9f\xcf\xe7\x8d\ \x31\x3b\xe7\x8f\xd1\x2a\x54\x3d\xf6\x98\x03\x96\xcc\xb8\xfb\xce\ \x01\xa9\x17\xb7\xac\xad\xd9\xeb\xe8\xb3\xf6\xac\x33\xa5\x5c\xaf\ \x7f\x31\x7c\x40\x77\x89\x12\x3e\x5f\xec\xd8\x54\x5b\xec\xd4\x83\ \x09\x34\xdf\x67\xea\x37\xaa\x86\x8d\x5f\xd6\xd2\x25\x62\xe9\x86\ \xfa\x5a\x8b\x02\x4d\xfc\x4b\x3a\x9b\x97\x50\xc2\x27\x75\x44\x77\ \xca\x2f\x1b\x83\x39\x4f\x3e\xf8\xc8\x4b\x4b\x7d\xe4\x1c\x54\x41\ \xc6\x4e\xf9\xd6\x25\x07\x0f\x2f\x97\xb2\x14\xe1\x2d\xa1\x84\x5d\ \xf2\x87\x31\xe1\x75\x2e\x7d\xfc\xb9\xe5\x07\x9c\x7d\xd9\xa1\x43\ \x63\x52\x69\x02\x0c\x85\xc3\xaa\x44\x9e\x12\x4a\xf8\x50\xfe\x20\ \x82\x97\xcb\x50\xba\x61\xec\xe8\x21\x71\xbb\xb0\xbd\x6d\x4e\xc9\ \x74\x2b\xa1\x84\x0f\xe7\x0f\x11\x84\x13\x95\xd1\xae\x45\x37\xfc\ \xd7\x7f\x94\xd9\x64\xc8\x04\x14\x3b\xfe\x1b\xdf\xd8\x6f\x48\x99\ \x92\xa5\xc0\x4e\x09\x25\xec\x82\x3f\xc8\x84\x60\x2c\xd9\x74\xf6\ \x65\x57\xb4\x67\x7c\x44\x04\x20\x02\xab\xb6\x2c\xac\x75\x29\x99\ \xb2\x84\x12\x76\xc1\x1f\x44\x0a\x06\x57\xad\xe9\x2a\xab\xad\x41\ \xdb\x8d\x27\x1c\x04\x00\x04\x22\x6e\x09\x2c\x19\x70\x25\x94\xb0\ \x2b\xfe\x30\x26\x82\xec\xa6\x47\xee\x7b\x76\xf2\x69\xd3\x36\x3e\ \x7b\xf7\x9c\xf6\xc0\xe2\x48\x64\x0c\x4f\x4f\x3f\xff\xdc\x7d\x9b\ \x53\x25\xfb\xad\x84\x12\x3e\x90\x3f\x46\x4b\x2b\x3d\xf6\xdf\x7e\ \xbe\x07\x17\x62\xbf\x91\x3f\x3b\x91\x08\x00\x39\x33\x5d\xad\x9b\ \x03\xc7\xd2\xba\xa4\x80\x4a\x28\x61\x17\xfa\x47\x88\xee\xe5\x6f\ \xbc\xb4\x60\xbd\x66\x6c\x6b\x22\x1a\x32\x4e\xb9\x25\x0b\x56\x1f\ \x70\xd6\x77\xea\x2b\xe3\x32\x28\xb9\x40\x25\x94\xf0\x01\xfc\x41\ \x00\x44\x9d\xcf\x65\x0d\x13\x00\x80\x8c\x21\x90\x56\x7a\x8f\xaf\ \x1e\x7b\xc0\x88\x2a\x53\xda\x1e\x53\x42\x09\xbb\xe0\x8f\x56\x2a\ \x3d\xfa\xab\x97\xec\x75\x38\x00\x72\x21\xc0\x04\x7e\x60\xb8\x10\ \x42\xf0\x20\x9f\xf5\xa4\x29\x25\x5b\x95\x50\xc2\x07\xf2\x07\x00\ \x8c\x0a\xf2\x4a\x0a\x81\x6d\x0b\x5f\x7f\xe8\x91\xa7\x3b\x93\x13\ \xbe\x73\xee\x71\xfe\xa6\xe5\x50\x3e\xbc\x31\x1d\xd6\xa5\x7a\x00\ \x25\x94\xb0\xa3\xcb\xb3\x93\xb7\x38\x97\xbd\x6b\xef\xfb\xdb\xd3\ \x91\x21\x7b\x45\x73\x1d\x39\x82\x15\x6f\x3c\xfb\xd2\xdb\x5b\x98\ \x25\x4a\xe3\x55\x42\x09\xbb\xd2\x3f\x00\x80\x88\xb9\xfe\x8e\xc1\ \xe8\xb0\xb3\x8f\x3f\xf2\x85\x19\x0f\x73\x61\x31\x52\xfa\xb3\xa8\ \x98\x43\xa5\xb2\x83\x3b\xce\x53\xc5\xdd\x07\x88\x64\xc8\x18\x83\ \x40\x88\xc8\x38\x47\x40\x22\x53\x1c\xab\xed\x3b\x14\x94\xd6\x9f\ \x78\xf4\x76\xab\x61\xdf\xbe\xad\x1d\x01\x18\xe7\x0c\xd1\x18\x43\ \x44\xc8\x90\xe1\x4e\xb7\x7b\x6c\x1b\x1d\xa2\x1d\xc6\x0a\x0d\x99\ \x62\xc1\x0d\xb3\xab\x96\xeb\x3b\xe3\x8f\x31\x26\x59\x33\x62\xb8\ \xfd\xdc\x9f\xff\x74\xa7\xdf\xdf\xd3\x77\xd7\x4d\x6b\xd6\xf1\xb3\ \xa6\x36\xa0\xd1\x9f\x52\x5c\xf8\xfb\xfa\x7b\x7f\x99\xb0\xe3\x30\ \x23\x20\x22\x10\x91\x21\x60\xdb\x56\x9e\x19\xa2\x21\x22\x63\x18\ \x63\x96\x65\xe5\xf3\x39\xdf\xf3\x0b\xf9\xbc\x65\xd9\xb1\x44\xdc\ \x72\x1c\x6d\x74\x57\x77\x77\xbe\x50\x88\x44\xa2\x8e\xe3\x0a\x21\ \xbc\x5c\x3e\x3b\x98\x35\xc6\x94\x97\x25\x1d\xdb\xfe\x64\x4c\xb0\ \x6c\xfb\xcb\xe7\xb7\x6e\xdf\xce\xbf\xf5\x1f\x44\x44\xe0\x5c\x48\ \x29\x73\xb9\x5c\x28\x1c\xb2\x2c\xab\xb3\xab\x6b\x30\x9b\x8b\x27\ \x92\x91\x48\xc4\x2f\xf8\xb9\x5c\x4e\x49\x05\x08\x44\x84\xb0\xb5\ \x74\x04\x22\x7b\x87\x77\x9c\x71\xc6\x19\x43\x00\x72\x6c\x4b\x70\ \x4e\x64\x42\xbb\xec\xcd\xb1\xb3\xfc\x37\xa3\x4d\xa8\xe6\x94\xf3\ \x2f\x7a\xf6\xa9\x67\xd7\x38\x5c\x63\xfc\xf4\x4b\xce\xd8\xb7\x21\ \xfa\x51\x8a\x1f\x7c\x10\x8c\xd6\xb1\x78\xbc\xae\xae\xfe\xcb\x3a\ \x17\x12\x82\x79\x87\x42\x08\x86\x8c\xd2\xb6\x25\x94\x22\xce\x91\ \x00\xb4\x21\x63\x94\x65\x59\x40\xc4\x90\xd6\xaf\x5d\xbd\x6a\xe9\ \xe2\x4d\x1b\xd6\xd7\x56\x55\x0d\x1b\x36\x24\x91\xa8\x58\xd6\xb6\ \xf1\xf5\xb9\x73\xd7\xb5\xb6\x46\x53\x65\xb5\x0d\x43\x7c\x05\xeb\ \x56\xad\x6f\x59\xb1\x4e\x66\x03\x4e\xfc\xdf\x2f\x3e\x7d\xdc\xa8\ \xe1\xfe\xc7\x2f\x80\x8a\x88\xcd\xcd\x43\x84\x10\x5f\xd0\x91\x2f\ \x6e\xca\x47\xda\x26\xe5\x45\xb2\x00\x68\x05\x8c\x01\x32\x00\xa3\ \x40\x4b\x70\x5c\x32\xb2\xad\xa3\xa3\x6f\x70\x20\x40\xd3\xdb\xd7\ \x35\x6b\xee\xdc\xf9\x8b\x16\x8a\x48\x59\xf3\xc8\x71\x7e\x10\xcc\ \x9f\x3f\x7f\xdd\x9a\xb5\x03\x03\x83\xc6\x50\x20\x95\xc5\x98\x51\ \x9a\x33\xcb\xb1\xe2\xb6\x1b\x0e\xc7\xe2\xd1\x64\x59\x22\x95\x8a\ \x84\x42\x82\x6b\xa6\xfd\x7d\xf6\x1a\x5d\x5e\x96\x80\xc2\xc0\xd4\ \x43\x0f\xdc\xc5\xb0\x8b\x9d\x8f\x39\xc9\xae\x2d\xeb\xbb\x32\x39\ \x3f\xf0\x05\xf5\xbc\xf4\xf0\xfd\xec\xd4\x53\xf7\x6d\x2e\x93\x9f\ \x3a\xff\xe0\x4b\xcb\x9f\xf7\x78\x93\x84\xc8\x98\x52\x9a\x23\x23\ \x43\x1c\x81\x01\x82\xb0\x74\x20\x37\x6d\xda\xb8\x68\xf1\xc2\xde\ \xfe\x9e\xca\xca\x8a\x23\x4f\x3c\x21\x14\x0e\xad\x58\xb1\xec\xfe\ \xbf\xdc\xd2\x5b\xc8\x57\xd5\xd7\x4f\x9c\x38\xa9\xab\x6f\x70\xde\ \xdc\x05\x2b\xd6\xb4\x64\xfb\xf2\x32\x1f\xec\x3d\x66\xef\xe9\x27\ \x9c\xd0\xd0\x58\xfe\x89\x1b\x96\xd1\x36\x7c\x61\x47\x16\xa9\xc8\ \x23\x20\x03\xa0\x95\xb1\x6c\x81\x8c\x00\x40\x2b\xc3\xd1\x80\xe3\ \xf4\xf7\x76\xaf\x5b\xbf\x41\x6a\x3d\x98\xcf\xcf\x5f\xbc\x68\xde\ \xc2\x85\xf1\x44\x62\xe2\x3e\x93\x06\x0a\x7a\xee\xdc\xb7\x96\x2d\ \x5d\x96\xcf\xe5\x91\x31\x25\x35\x10\xb8\xdc\x0a\x87\xc2\x8e\xe3\ \x86\xc2\x91\x64\xac\x3c\x9a\x48\xc5\x92\x29\x27\x14\xe1\xb6\x43\ \x64\x74\x50\x60\x4a\xd8\x76\x28\x33\x98\xb5\x82\xc2\xae\x63\xce\ \x3b\xdb\xff\xc3\x85\xec\x59\x3e\xe3\xce\x87\x43\x13\xbe\x76\xd0\ \xd8\x98\x31\x4a\x19\xa7\x2a\xe6\x96\xf2\x0f\x76\x35\xcd\x13\x10\ \x62\xd1\x52\x43\x53\x7c\xd0\x84\x8c\x1b\x23\xb9\xb0\x00\x00\x95\ \xe9\x58\xb7\x61\xc9\xd2\xa5\xb9\xc0\x4b\x57\x57\xec\xb5\xdf\x3e\ \x8a\xd1\x6b\x73\x66\xcd\x5f\xb2\x98\x10\x46\x0e\x1f\x51\xae\xa8\ \xbd\xb3\xe7\xa9\x27\x5e\x58\xb7\x69\x93\x17\x28\x69\x38\x6a\xb4\ \xad\xd0\xea\xb5\x2d\xff\xfd\x9b\xeb\x7f\xf7\xa3\x4b\x26\x8c\x1d\ \x51\xf0\xfc\xdd\x6f\x60\x71\x5b\xfd\x97\xad\x65\x33\x19\x03\x32\ \x9a\x88\x18\x67\x5c\xf0\x7c\x3e\xd7\xba\xb1\xad\xb5\xad\xdd\xf3\ \x83\x55\xeb\xd6\xbf\x39\x67\x0e\x70\x3e\x6a\x8f\xbd\x35\xd1\xb3\ \x2f\xbc\xba\xa6\x65\xd3\xa0\x27\xa5\xd4\x0c\x11\xd1\x44\x42\x51\ \x4b\x58\x65\xc9\xb2\x54\x59\x59\x3c\x9e\x08\x87\x22\x6e\x28\x6c\ \x87\xc2\xc2\x0e\x49\x42\x65\x88\x8c\x01\x2d\x2c\xee\xda\x76\xa8\ \xa3\xb5\x3b\x66\xa9\x5d\xef\x90\xff\x80\xfd\x3f\xd9\x5e\x3f\xb5\ \xc7\x79\xe7\x9c\xdc\x68\x69\xa3\x01\xd1\xf8\x05\x2f\x50\xa5\xf5\ \x9f\x5d\x1a\x4a\x84\x45\x73\x03\x81\x00\x8c\x21\x83\x64\x18\x47\ \x30\x6a\x4b\x4b\xcb\xea\xe5\x2b\x54\x10\xd4\x35\x37\xd7\x0e\x69\ \x5e\xbd\x69\xfd\xe3\xcf\x3e\xb3\x72\xc3\x86\xb2\x9a\xaa\x71\x07\ \x1c\x14\x68\xbd\xf2\xed\xe5\xcb\xde\x5a\xdc\x3b\x30\x50\x50\x4a\ \x23\xd7\x8a\x6b\xc3\x42\x76\xc8\x15\x2e\x23\xce\x5d\xdb\xb2\x1d\ \xda\x5d\x17\x0f\xb6\x11\x68\x6b\x81\x26\x02\x4d\xc4\xb8\x65\x15\ \x0a\xd9\xb5\x6b\xd7\xf4\x66\x06\xda\x3b\xbb\x5a\x3b\x3a\x57\xad\ \x5e\xe3\x05\xba\xbe\x79\x58\xde\x0f\x5e\x78\xf9\xf5\x35\x6b\xd7\ \x01\x72\x6d\x10\x49\xc4\x23\xd1\x58\x2c\x66\xdb\xae\x65\x59\x35\ \x35\x75\xa9\x54\x2a\x14\x0a\x3b\x8e\xcb\x18\x37\x68\x80\x31\x65\ \x18\x11\x5a\x5c\x10\x11\x23\xb2\x40\x03\xb1\xbe\xde\x01\xb7\xcc\ \xc5\x8f\x1b\x7f\xd3\xc6\x24\xaa\x86\x0e\x75\x9f\xbd\xe5\xb7\xd7\ \xa4\x2c\x19\x68\xad\x54\xf8\x88\x53\x4e\x1e\xdf\x98\x52\xaa\x94\ \x3f\xfa\xc1\x8f\xb9\x58\x50\xb8\xf8\xa4\x19\x32\x02\x40\xe8\xed\ \xe9\x5e\xf2\xd6\xbc\x7c\x3e\x3f\x7c\xf4\xa8\x64\x3a\xbd\x72\xed\ \x9a\xa7\xee\x99\x31\x50\x28\xa4\x6a\x6a\x0e\x38\xe4\xb0\xcd\x9d\ \x1d\x33\x5f\x79\x73\xe9\xca\x55\x32\xe7\x33\xcf\x68\x20\x6d\x38\ \x71\xcb\x75\xdc\x78\x28\xe2\x58\x6e\x34\x14\x8b\x86\xa3\xc9\x78\ \x3a\x1a\x8d\x6a\xa3\x77\x57\xfe\x14\xa9\xc3\x00\xc8\x18\xcd\x38\ \x07\xc4\x35\xeb\x56\xb6\x6e\xd9\x22\xb5\x6e\x69\x6f\x7f\x6b\xfe\ \x42\xcb\x72\xd2\x35\xf5\x6d\xed\x9d\xaf\xbd\xf9\xd6\xfa\x4d\x9b\ \xa5\x26\x64\x21\x43\x10\x8b\xc7\xab\x2a\x6b\x93\xa9\x64\x79\xba\ \x3c\x14\x8e\x64\x73\xf9\xb2\x74\x79\x28\xec\x4a\xa9\x39\x17\x8c\ \x31\x03\x4a\x03\x18\x0d\x4c\x21\x63\x42\x29\x89\xc8\x2d\x4b\x20\ \x72\x29\xc9\x12\x36\xc1\xc7\x8c\xbf\x31\x64\xd2\xcf\x76\x75\xf4\ \xdb\x23\xf7\x1e\x3b\xbc\x1c\xb4\xd2\xc6\x2e\x8f\xda\xbb\x0e\xe4\ \x7d\xe8\xec\xac\xa4\x2c\x96\x56\xe2\x9c\x6f\x0f\xce\x7e\x91\xe3\ \x3f\xef\xdc\xc2\x36\xd7\xc2\x00\x02\x02\x02\x63\x00\xd4\xd7\xd3\ \xb7\x76\xf5\xea\xce\x8e\x8e\x54\x59\x72\xe8\x1e\x63\x5b\xba\x3b\ \xfe\x7a\xe7\x5f\xa5\xd2\xc3\x86\x8f\x4e\x47\xa2\x2d\x1b\x36\xbd\ \x3c\xeb\xa9\x8d\x9b\x37\x0f\x66\xf3\xb6\x1b\xd1\x92\x6b\x42\xd7\ \x8d\x44\xdc\x70\x28\x1c\x8d\x26\x52\xe1\x70\x2c\x1a\x8d\xa5\x53\ \xe5\xd1\x50\xc4\x00\xe3\xc2\xfa\xc4\xfe\x4b\x31\x9e\xbb\xdd\xff\ \xf9\x42\x94\xec\x29\x06\x9d\x19\x63\x8c\x21\x19\x00\x04\xad\x14\ \x13\xdc\x00\x37\xc6\xe4\xf3\xd9\xbe\x4c\x6e\xd5\xda\x96\x35\xeb\ \x37\x64\x95\x49\x55\xd6\xb5\xb5\xb5\xcd\x7e\xe1\xe5\x8d\x9b\x5b\ \x81\x04\xb7\x43\x9c\xa3\x25\x42\x8d\x4d\x4d\x4d\x8d\xcd\x89\x44\ \x2a\x1a\x89\x00\x32\x65\xb4\x41\x2b\x91\x2c\x37\x40\xc4\x34\x32\ \x66\xc8\x18\x40\x43\x04\xc0\x18\x32\x20\x94\x3a\xe0\x88\x04\xc8\ \x18\xd3\x5a\x21\xb0\x5d\x17\x56\xdb\xb9\xfd\x96\xeb\x6d\x1b\x48\ \xec\x71\xc9\x05\x67\x0f\x71\xb5\xd1\x84\x40\xbe\x57\x90\xca\x7c\ \x9a\x1a\x6d\xb4\xad\xf0\x4f\xb1\x28\xdc\x17\x9a\x3c\xdb\xaf\xbf\ \xf8\x98\x01\x80\x31\x34\xc6\x20\x32\x63\x74\x57\x67\xcf\xea\xd5\ \x6b\x06\x32\x03\xe5\x15\xe5\x75\x23\x46\xb6\xb7\xb7\xdf\xf5\xf0\ \x23\xdd\xd2\x6f\x18\x3a\xdc\x68\x9a\xfd\xf6\xb2\x55\xab\x56\x67\ \x33\x05\xcf\x0b\x00\xb8\xeb\xc4\x39\xf1\x50\x38\x2c\x6c\xa7\xbc\ \xb2\x2a\x9d\xae\x88\xa7\xca\xa2\xb1\xb8\xe0\x16\x32\x81\xc8\x19\ \x32\xa5\x91\x10\x3f\x71\xd3\x2e\xa5\x94\x65\x59\x3b\x5e\xf0\xbf\ \x32\x85\xb6\xd6\x55\xdb\xa1\x29\xba\x36\x26\x08\xfc\x50\x24\x14\ \x48\x9d\x2d\x14\xfa\x06\x32\x6f\xcd\x9b\xbb\x60\xd1\x42\xad\x0d\ \x30\xab\x77\xb0\xff\x95\x59\x2f\x76\x74\x74\x30\x66\x21\x73\x39\ \xb7\xa3\xf1\x54\x59\x59\x45\x63\x63\x73\x7d\x43\x83\xe3\x84\x11\ \x51\x08\x2b\x90\x92\xa4\xe6\xb6\x44\xdb\x45\x32\x8c\x11\x01\x6a\ \x29\x0d\x80\x01\xa3\x09\x25\x01\x69\xc3\xb8\x45\x5a\x33\xc6\x01\ \x51\x58\x02\x3e\xac\x8f\xd5\xce\xf7\x6f\xbb\xd1\xb4\xd3\xb9\xe8\ \xe6\xdf\xff\xae\xc2\x36\x9a\xb4\x34\xd1\x23\xa6\x9f\xb4\x77\x7d\ \xf2\xd3\xd8\x6f\x08\x28\xa5\x74\x1c\xa7\xd8\x44\xfe\x4b\x50\xb8\ \x6c\xfb\x8c\xce\x18\x43\x04\xad\x15\xe3\xa2\xad\xa3\x7d\xf9\xaa\ \xd5\x95\xb5\x75\x65\xb5\x75\xcb\x56\xac\x58\xf7\xd6\x02\xcb\x76\ \xd2\x4d\x43\xbc\x9e\xde\x39\x6f\xbd\xbd\x66\xf5\x1a\xcf\x0f\x10\ \xb8\x21\x11\x4f\x24\x12\xf1\x54\x32\x59\x56\x56\x56\x66\xbb\x8e\ \x46\x28\x4f\x97\xdb\x8e\xc3\x85\x85\xdc\x16\x5c\x28\x43\x5a\x13\ \x02\xa0\xe0\x9f\x66\xba\xd9\xce\x9c\x2f\x84\xfe\x29\x9a\x27\xc6\ \x14\x0b\xa7\x93\x1f\x48\xc7\x75\xc8\xf0\x6c\x21\x68\xef\xec\x7c\ \x7b\xe9\x8a\x65\xab\x56\xb5\xb7\xb7\x07\x9a\xda\xda\xda\xd6\x6f\ \xdc\xd8\xd5\x9f\xe3\x96\x15\x0e\x97\x11\x41\x63\x53\x73\x7d\x43\ \x53\x59\xba\x32\x95\x2c\x73\x5c\x57\x2a\x63\x0c\x13\xb6\x8d\xc0\ \x8c\x02\x05\xc6\x37\x90\x0f\x34\x63\x5c\x91\x21\x44\x49\x4c\x6b\ \x30\x06\xa5\x31\x52\x93\xd1\x46\x20\x32\x44\xc7\xb5\x01\x49\x1b\ \xa9\x49\x7f\x4c\xfe\x20\x72\x06\x2c\xd5\x7c\xd2\x19\xa7\xae\xed\ \xf1\x19\x43\x04\xa3\xc9\x4d\xba\x96\xf9\x14\x01\x50\x44\x94\x52\ \xb6\xb7\xb7\x57\x57\x57\x73\xce\x38\x17\xc5\x01\xfa\xe2\x92\xc7\ \x18\x02\xa0\xa2\x68\x22\xa0\x26\xc9\x38\x06\x32\x88\xa7\x53\xcd\ \x23\x86\xcf\x5b\xb4\x78\x53\x6b\x3b\x58\x8e\x9b\xae\xd8\xb4\xa5\ \x6d\xe1\x2b\x6f\x76\x75\xf4\xc9\x40\x39\x21\xd7\x62\x61\xdb\x09\ \xd7\xd6\xd6\xd5\x35\x34\x94\x97\x57\x3a\xe1\x10\x20\x7a\x05\x8f\ \x71\x96\x4a\x24\x8c\x26\xe4\x82\x80\x69\x6d\x6c\xce\xc0\x02\x0d\ \x64\xd4\xa7\x8a\x7c\xda\xb6\xbd\x3d\x8a\xcd\x18\xfb\x17\x8f\x65\ \x23\xe2\x76\x0b\x05\x11\x2d\xc7\xee\xcf\x66\x33\xd9\xdc\xc2\xc5\ \x4b\x16\x2f\x5e\xda\xdd\x3b\xd0\x37\x98\x6d\x6f\xef\xdc\xb4\xb9\ \x35\x90\x4a\x03\x46\xa2\xe5\x42\x88\x58\x2c\x36\x76\xec\xb8\xc6\ \x86\xc6\x48\x3c\x11\x89\x46\x7d\xcf\xcf\x65\x73\xae\xed\x6a\xe0\ \xc5\x02\x38\xda\xa0\x46\x6e\x98\x45\x4c\xf8\x64\x0a\xbe\x54\x46\ \xcb\x40\x82\x36\x44\xa8\x89\x0c\x81\x21\x6d\x88\x1c\x04\x63\xb4\ \x65\x61\x2e\x3f\xa8\x54\xe4\x63\xc5\xaf\x91\x94\xdf\xd9\xdd\x1b\ \x8a\xc7\xeb\xc7\x4c\xa8\x36\xdb\xab\x4e\xa3\xed\x3a\xe6\x53\xd5\ \x3f\x20\xdb\xb6\x0d\x41\xb1\xb4\xac\x10\x48\x04\xef\xbe\x32\xfc\ \x22\x54\xf8\x79\xe7\x22\x89\x0c\x63\xc5\x06\x45\x14\xc8\x00\x90\ \x7c\xe9\x6f\x6a\x6d\x5d\xbc\x74\xd9\xe6\xf6\x2e\x11\x8e\x48\x64\ \xab\x57\xaf\x5b\xbb\x71\x73\x7b\x57\x97\x10\x76\xc2\x8a\x85\x5c\ \x87\x3b\x56\x75\x6d\x6d\xc3\xd0\xa1\x65\x95\xe9\x50\x34\x26\x09\ \x34\x02\xb7\x2c\xcd\x07\x98\xd1\x6e\x24\xe4\xfb\x8a\x21\xd7\x86\ \x10\x19\x01\x69\x02\x32\x46\x83\x01\xfc\xe4\xc9\x3b\x1d\x1d\x1d\ \xe1\x70\x24\x12\x09\x6f\x65\x3b\x62\x71\xe6\xda\xca\xa2\x0f\x27\ \xd3\xa7\xb0\x1d\x3f\x8e\x87\xb6\xdd\x7e\xdb\xae\x85\xa4\x52\x5b\ \x3a\xda\xd6\x6c\xdc\xb0\x65\x73\xeb\xf3\x2f\xbe\x6c\x88\xb5\x75\ \xf6\x74\x74\xf5\x0e\x64\x72\x8e\x13\xb6\xdc\x68\x3c\x14\x4d\x95\ \x55\x36\x36\x36\xa6\xd3\xe9\x8a\x8a\x0a\xd7\x09\x11\x00\x07\x2e\ \x84\x65\xd9\xb6\x94\x81\x41\x41\xdc\x21\x02\x05\x8c\x50\x18\xc0\ \x6c\xc1\x2b\x48\x99\x2f\x14\x74\x31\x17\x44\x03\x22\x23\x64\x80\ \xc8\x10\x2d\x9b\xfb\xb9\x81\x96\x9e\x4d\xc3\x1b\x2b\xba\xba\xda\ \x32\x69\x77\x5b\x82\xc2\x47\xe0\x0f\xe3\x22\xe8\x5d\x76\xeb\x9f\ \x9e\x39\xfc\x8c\xe9\xeb\x9f\xfa\xeb\xac\xf6\xc0\xe6\x08\x64\x02\ \x4a\x9c\x7c\xf1\xc5\x9f\xa6\x7e\xa2\x31\xe4\x38\x4e\x45\x45\x35\ \x63\x5b\x1f\x85\x10\x5c\x03\x98\x6d\x7d\x43\x74\x31\xc2\x82\x00\ \x40\x08\xc0\x00\x88\x34\x00\xb0\xe2\xe7\xb8\xad\x8f\x56\x71\x53\ \x1f\x80\xd2\x06\x11\xb7\xee\xf2\x33\x1a\x11\x08\x91\xe8\x93\x1b\ \x39\x06\x19\x00\x30\x02\x46\x06\x88\xb6\xce\x1c\x64\x80\xf1\xad\ \xd7\x04\xa8\x8d\x21\xd2\x42\xa0\x31\x1a\x19\x29\x6d\x84\x65\xfb\ \x52\x49\xad\xd7\x6c\xdc\xb2\x78\xe5\xca\xee\xee\x9e\x7c\xc1\xeb\ \xcb\xe4\x56\xcf\x5b\xda\xde\xd9\x13\x28\x32\xc8\xe2\xf1\x8a\x68\ \x24\x3e\xac\x6a\x58\x43\x55\x7d\xbc\x2c\x96\x28\x4b\x5a\xae\xed\ \x69\x5f\x73\x66\x73\x61\x04\x53\x40\x32\x43\x42\x4a\x22\x60\x42\ \x68\x42\x45\x46\xa3\x51\x4a\x49\x25\x35\x19\x69\x88\x28\xf4\x89\ \xd5\xfe\x0f\xbe\x7b\x25\x72\x56\xdb\x50\xd3\xd0\x58\x5f\x5e\x59\ \x51\x51\x91\xae\xaf\xad\x4d\x97\x55\x94\xa7\xd2\x80\x1c\x38\xc3\ \x77\x45\x5f\x35\x01\x32\x64\x40\xdb\x72\x64\x80\xb4\x36\xc5\x04\ \x19\xdc\x6a\x46\xd2\xbb\xd6\x64\x76\x59\xa0\x9f\x19\xdc\x36\xc2\ \x60\x18\x10\x82\x21\x62\x45\xce\x28\xcd\x18\x63\x88\x52\x06\x8c\ \x15\xdd\xe3\x22\xb7\xb9\x01\xc8\x14\xfc\x59\x73\xe6\xae\x5c\xd3\ \xb2\x74\xf9\x8a\xaa\xea\x9a\x8d\xad\xbd\x6d\x6d\xed\x84\x22\x96\ \x48\x8e\x1f\xbe\x47\x22\x95\xe6\x96\x15\x0d\xc5\x92\x89\x54\xba\ \x2c\xcd\x85\xb0\x84\x28\x3a\x4e\x4a\x2b\xe9\x7b\x68\xc8\xe2\xcc\ \x33\x92\x39\x6e\xc6\x13\x52\x58\xd9\x81\xbe\x6c\xb6\x90\x09\x82\ \x41\x23\x7c\x89\x71\xc7\xb5\xb4\xef\x71\xa5\x28\x50\x41\x00\x86\ \xfc\xec\x40\xae\xb7\x3b\xc8\xf6\x56\x24\x5c\xdf\xcf\x1a\xe5\x17\ \x33\x14\x3f\x2a\x7f\x8c\x56\x3c\x31\xec\x82\x6f\x7f\x33\x12\x8b\ \x8d\xfc\xc6\x77\x0e\x51\xdb\x03\xef\x2c\x96\x88\x7f\x1a\xe7\xc7\ \x75\x9d\xa5\x4b\x97\xad\x5e\xf5\x44\x73\x53\x53\x79\x45\x45\x32\ \x95\x4a\x96\x25\xe2\xc9\x84\x60\xdb\xfb\xc5\x81\xa6\x62\x13\x06\ \x64\x40\xa4\x15\x18\xc3\x39\x37\x54\x5c\x98\x64\x44\x04\x0c\x11\ \xd0\x18\x42\x86\x9c\xb3\xa2\x1f\xac\x64\xc0\x39\x83\xa2\x49\xf2\ \xe9\xec\x41\xda\x41\x22\x00\x34\x90\x41\x64\x00\x8c\x0c\x19\x60\ \x86\x0c\x32\x06\xa8\xfd\xc0\x17\x16\x33\xa4\x0d\x62\x6b\x67\x7b\ \x77\xcf\xc0\xe2\xb7\x97\x6f\xee\xea\x1f\x08\x4c\x7b\x67\xe7\xfa\ \xf5\x1b\xfa\xfb\x07\x6d\x27\x24\xec\x98\xe3\x5a\x91\x68\xb4\xb1\ \x79\xc8\x98\x91\x7b\x54\x94\x55\x86\xdc\x10\xe3\x2c\x5f\xc8\x07\ \x3a\xb0\xdd\xb0\x24\x52\x00\x64\xc0\x0f\xa4\x52\x68\x89\x90\xaf\ \x59\xa0\x28\x30\x46\x1a\xf2\x7c\x09\x48\x68\xc0\x68\x53\x08\x7c\ \x6d\x3e\xe1\xe2\x1b\x11\x2c\x59\xb6\xae\xb3\xb7\x5b\x23\xa1\x05\ \xb6\x6b\x85\x42\x4e\x2c\x1c\x8a\x3a\xa1\xc6\xca\xea\xc6\x9a\xba\ \x9a\xba\x9a\xba\x86\xaa\xfa\xc6\x86\xf2\xf2\xca\x8a\xea\x6a\xc7\ \x71\x85\xb0\x65\xa0\x38\x17\xc5\x33\x2a\xa5\x2d\x8b\x1b\x43\x9c\ \xb3\x40\x2a\xcb\xe2\x45\x5e\x19\x00\x40\x60\x1f\x3e\xee\x08\xdb\ \xa7\x23\x80\xa2\xbf\xce\x91\x17\x9f\x28\x33\x80\xa4\x2d\xc6\x80\ \x11\x32\xd4\x46\x07\x52\x7a\xd2\x2c\x5a\xba\x72\xee\xfc\x45\xed\ \x1d\xdd\xeb\x37\xb4\x6d\xdc\xdc\x3e\xde\x8a\x11\x73\xcb\x2a\xea\ \x6b\xeb\xea\x47\x8e\xde\x23\x1a\x8b\x47\xe3\x09\xcf\xf7\x0a\xb9\ \x42\x22\x1a\xb5\x85\x95\xcd\xe5\x95\xed\x44\x23\x11\x05\x18\x18\ \xd4\x68\x07\x20\x95\xd6\xc4\x95\xd2\x7e\x4e\xd9\x83\x59\x03\x92\ \x65\x33\x19\xe5\x88\xac\x1d\xf5\xb4\x45\xfd\x85\x88\xca\x0e\xea\ \x81\xfe\xdc\x80\xcb\x39\x33\x1a\x7c\x2f\x61\x61\xd5\xb0\xc6\xa6\ \xba\xf2\x98\xc3\xc7\x8c\x1c\x1a\x8f\x86\x76\xed\xb6\xbc\xb7\xfe\ \x8e\x23\xcc\xda\x85\xaf\xf0\x61\x87\x1d\x38\xba\x56\xef\x40\x18\ \xa3\xd5\xa7\xf1\x7f\x6c\xdb\xde\xb8\x61\xfd\x1f\xff\x74\x63\x2c\ \x16\x45\xc4\xb2\x74\xba\xa6\xb6\xa6\xa2\xbc\xa2\xba\xa6\xba\xa6\ \xb6\xb6\xa2\xaa\xb2\x3c\x5d\x5e\x53\x51\x96\x8a\xc7\x81\x31\x60\ \x08\xdc\x02\x0e\x50\x54\x44\xaa\xa8\x0f\x88\x21\x00\x18\xce\x99\ \x54\x9a\x61\x51\x59\x01\xe3\x5c\x1b\xcd\x90\x21\xfb\x54\xc9\xa9\ \x5c\x17\xcf\x01\x8a\x93\x06\x02\x00\x46\xc8\x91\x15\x69\xcc\x01\ \x8d\x26\x05\x1a\x91\x39\x4e\xa4\xa0\x0a\x83\x79\x6f\xd9\x8a\x15\ \xc6\xf0\x47\x1e\xfd\x47\x24\x16\x5f\xbe\x7a\x7d\x77\x26\x97\xf7\ \x82\x58\x2c\x96\x4c\x95\xb9\x6e\x24\x11\x4f\x35\x36\x36\x57\xd7\ \xd4\x94\x95\x95\xc7\xa2\x31\xd2\x05\x61\xf9\xc0\xb8\x70\x50\x1b\ \x37\xd0\x60\x00\x10\x38\x53\xda\x52\xc0\x59\x44\x32\x6b\xd0\xb3\ \x72\x5e\x20\x0d\x1a\x40\xa5\x84\xd1\x81\x51\x06\x01\xa4\x61\xe6\ \x93\x36\x61\x41\xc4\xe4\xb0\xbd\xa8\x3a\x4f\x00\xca\x48\x6d\xb4\ \x0c\x72\xbd\xd2\x1f\xf4\xfd\x15\xab\xe7\x58\x48\x40\xca\x76\xb0\ \xb2\xbc\x7c\x68\xf3\x90\x43\x0f\xfa\xca\xb4\xe9\xd3\xaa\xea\x1a\ \x6d\x07\x48\x2b\x00\x44\xce\x6d\x2e\x8c\x01\xa5\x35\xe3\x0c\xd0\ \x68\xda\x6a\xfe\x31\xf8\x48\x16\x37\x21\x20\x82\x29\x3e\x3b\x02\ \x8e\x80\x00\x64\x14\x4a\xcd\xb8\x00\xce\x41\x03\x6a\xe5\xe5\x0b\ \x5b\xba\xbb\x5e\x7a\xfd\x65\x5f\xe9\x0d\x5b\xda\xda\x3b\xfa\x7a\ \x7a\x06\x3a\x3b\x7b\xf2\x81\xb1\x9c\x70\x2c\x99\xae\x69\x68\x2e\ \x14\xbc\xea\xfa\xc6\x50\x34\x66\x80\x49\xa9\x19\xb3\xc3\x11\x86\ \xc8\x91\x09\x05\x58\xf0\x02\x37\x59\xee\x49\xf2\xc9\x2a\x90\xca\ \x69\x96\x2b\xf8\xdc\x04\xb6\x63\x18\x4f\x14\xbc\x3c\xe4\xb2\xb9\ \x81\x3e\x3b\x19\x0a\x3c\x8f\xc0\x1e\x1c\xc8\x30\x95\x2b\x0b\xbb\ \xcd\xa9\x32\x30\x50\x59\x91\x1e\xd6\x5c\xef\xd8\x30\x6a\x64\x33\ \xe7\x6a\xd5\xca\xa5\x1d\x1d\x1b\xca\xe3\xd6\xc7\xca\x3f\x40\x01\ \xfe\xba\x65\x8b\x13\x35\x93\x6d\xdb\x25\xb1\x9d\x3f\xe4\x17\xb4\ \xf9\x14\xf9\x3b\x44\x44\x42\x48\xd7\xf1\x84\x05\x40\x1b\xba\x7b\ \xd6\xb4\xb6\x02\x01\x67\x9c\x88\x2c\xc7\x4e\x25\x12\xc9\x70\xa8\ \xa1\xa6\xba\xba\xbc\xbc\xba\x32\xdd\xd0\xd0\x50\x59\x59\x9d\x2e\ \xaf\x4c\xa4\xcb\x23\xe1\x28\xe3\x5b\xd3\x36\x94\x92\x9c\x73\xc1\ \x00\xb7\x5a\x53\x80\xc8\xb8\xe0\x64\x4c\x31\xee\xf9\x29\x3c\x9b\ \xed\xcd\x83\x8a\xcd\xba\x48\x20\x93\x24\x99\x34\x21\xe1\x02\xe3\ \x92\x34\xb3\x44\xe0\x07\xeb\xdb\x5a\xd7\x6f\xda\xb8\x6e\xfd\x86\ \xd6\xd6\xf6\xa6\xe6\x11\x5b\x3a\xfb\xba\x97\xb7\xb8\x91\x78\x43\ \xfd\x90\xf2\xf2\x8a\xaa\x9a\x5a\x00\x74\xdc\x50\x3c\x91\x2c\x4b\ \xa5\x01\x19\xe7\xb6\x6d\x71\xb2\x3c\xc6\x54\x5e\x99\xbc\xa1\x42\ \xc0\x34\x58\x8c\xdb\x0c\x39\x29\x09\xca\x68\x69\x65\x15\x52\x41\ \xe7\x3d\x45\x88\x44\xa0\xb4\xe6\x88\x1c\x38\x47\x54\x1a\x3e\x79\ \x13\x23\x44\x56\x33\x8c\x67\x03\x22\x44\x32\x16\x99\x18\x28\xa6\ \x73\x42\x0d\xf6\x0e\x64\x2d\x2e\x13\xf1\x88\xe0\x2c\x2f\xf5\x5b\ \x0b\x96\xb4\x6d\xee\x5c\xb1\x7c\xe5\xb4\x69\x27\xec\x7f\xe0\xfe\ \xb6\xc5\x35\x52\xe0\x99\x39\x6f\xcd\xdf\xdc\xd6\x31\xed\x84\x13\ \x05\x31\xe0\x82\x80\x58\x71\x35\x62\x6b\x3e\x0d\x7e\x28\x7f\x08\ \xb6\x35\xaa\x05\x02\xa9\xb7\xfe\x46\x9b\xa0\xaf\xbb\x7d\xd3\xe6\ \x8d\x9b\x5b\xc3\xc9\x44\xc0\x41\x3a\xd6\xfa\xf6\xce\xe7\x5e\x7e\ \xb5\x3f\x93\x2d\xe4\xa5\x05\x56\x34\x94\x48\x57\x56\xdb\x91\xa8\ \x41\x1e\x89\x27\x2c\x37\x22\x6c\x37\x14\x8e\x32\x66\x2b\xad\xa4\ \xd4\xae\xeb\x1a\x22\xcd\xb8\x1b\x4d\x70\x62\x83\x3e\x0d\x14\x7c\ \x49\x3c\xaf\x20\xef\xb3\x82\x14\x96\x6f\xea\xa2\xa1\xd6\xae\xde\ \xcc\x40\x41\x67\x3a\x87\x36\x54\x2b\xf4\xb2\x1d\x3d\x89\x68\xa2\ \x69\x44\x45\x7d\xb8\xb6\x32\x92\x6c\xac\x6b\xf4\x02\x2f\x9b\x1b\ \xa8\xac\x48\x4c\xdc\x77\x5c\x3e\xc8\xae\xdd\xb0\x32\xa0\xec\xc6\ \xae\x96\x83\x0e\x9c\xb0\x6b\xb7\x5f\xbc\xef\x6e\x45\xc8\xf1\x5e\ \x78\xe8\xb6\x4d\x6f\xc4\xb6\xfd\xd2\x48\x1d\x99\x32\xed\xc4\xbd\ \x1a\x3e\x79\xfc\x9a\xb4\x0e\x95\x55\xd5\xef\x3b\xa5\xb8\xd9\x05\ \x09\x8c\xd2\xc5\x84\x48\x13\x48\xa9\x54\x81\xcc\x60\x2e\xdf\xba\ \x7a\x0b\x2d\x5b\x67\x81\x34\xbe\x6f\x71\x4c\x25\x92\x65\xa9\xf2\ \xba\x86\x86\x31\xe3\xf6\x1a\x39\x62\xc8\x88\xe1\x8d\x89\x44\x0a\ \xc0\x20\x20\x00\x0a\xc6\x02\xa9\xa4\xd2\x16\x13\xc8\x18\x98\x4f\ \xe5\xe2\x12\x23\x04\x62\x44\x02\x88\x03\x11\x10\x82\x11\xc8\xd0\ \xb6\xf2\x7e\xd0\xdd\xdb\x97\xa8\x48\xaf\x5d\xb9\x72\xdd\xa6\x4d\ \x5d\x3d\x7d\xeb\x36\x6c\xdc\xd4\xda\xbe\x79\x4b\xfb\x71\xe5\x8d\ \xcc\x8d\xd7\x0d\xa9\x6a\x6a\x1a\x32\x7a\xd4\x1e\x6e\x28\x84\xff\ \x3f\x73\xef\x19\x24\x79\x72\x9e\x77\xa6\xf9\x7b\x53\xde\xb4\xb7\ \xd3\x3d\x3d\x7e\x66\x67\x76\x66\x77\xd6\x0c\x16\x58\x03\x47\x60\ \x01\x10\x20\x68\x41\x86\x8e\x0c\x06\x75\x62\x50\xd4\x29\xa8\x88\ \x8b\xd0\xa7\x23\x43\x11\xbc\xd3\x05\x49\x9d\x48\x9d\x4e\x22\x79\ \x14\xc9\x23\x40\x02\x0b\xbb\xc0\x02\xbb\x58\x3b\xbb\x3b\xde\x74\ \xf7\x74\xf7\xb4\xef\xaa\xee\xf2\x55\x7f\x6f\xd2\xdd\x87\x01\xa9\ \x0b\x7d\x10\xb8\x2b\x01\xc7\xfc\x54\x51\x1f\xb3\xea\xcd\xcc\xf7\ \xc9\xdf\xf3\x24\x44\x08\x63\xdf\x0f\x54\x4d\x57\x55\xdd\xf7\x23\ \xa8\x02\x88\x65\x00\x35\x22\x78\x02\x20\x81\x28\x45\x98\x08\x24\ \x21\x05\x09\x40\x68\x9a\x24\xa9\x1b\x46\x9d\x80\x01\x24\x11\x4a\ \x91\x2c\x21\x08\x54\x55\x16\x3c\x4d\xd3\x34\x89\x7c\x2f\x08\x48\ \x6a\x22\xa8\xbe\x0f\x89\x45\x00\x90\xaa\x36\x61\x1c\x41\x19\x09\ \x84\x21\x50\x20\x91\xa8\x9b\x51\xb2\x95\x5e\x9d\x84\xed\xb9\xa3\ \x47\xe3\x44\x84\xae\x17\xaa\x83\x46\xa7\xdf\x7e\xe5\xcd\x9b\x37\ \x6e\x3f\xf1\xe4\xa3\xe5\xa1\x42\xca\xd3\x66\xbb\xb9\xb4\xb2\x29\ \x00\x9e\x9b\x3f\x74\xee\xa1\x73\x8c\x12\x19\x63\x00\x04\xfc\x7b\ \xd7\x33\x87\x42\xc0\x1f\x34\x96\xf0\xc1\x1f\x0a\xa2\x74\x30\x00\ \xfd\xc1\xbb\x6f\xbe\xf1\xea\xab\x6f\xe8\x99\xe2\x67\x7f\xf1\x17\ \xd4\x52\xbe\x0f\x59\xa6\x3a\x14\x01\x08\x54\x03\x33\xa2\x22\x7d\ \x68\x68\xd4\x2a\x16\x65\x43\xf7\x43\x3f\x8e\x13\xd3\xca\x78\x5e\ \xb0\xb1\xb1\x5d\x28\x94\x55\x55\x45\x08\x03\x28\x33\xc8\x80\x80\ \x29\x07\x1c\x42\xdf\xf5\xfa\xae\x4f\x21\x4e\x39\x70\xfd\x68\xe0\ \x78\x52\xd4\x95\x48\x9c\x8a\xac\xa2\x4a\x4c\xc6\x23\x25\x4b\x91\ \xf5\x87\x4e\x1d\xcd\x15\x8b\xa6\x48\x80\xd3\x3e\xa8\x77\x5e\x79\ \xf5\x56\xad\x56\xdb\xd8\x59\xff\xc9\xcf\x7d\xfa\xb1\xa7\x4e\x6c\ \xad\xd7\x9c\xa8\x4d\x51\xf8\xf9\x5f\xf8\xd4\xb3\x17\x3f\x14\x47\ \xc9\x7b\xbb\xff\x01\x02\x65\x72\xc5\x6a\x35\xff\xb7\xe7\x37\x4e\ \x85\xae\x2b\xf8\xbf\x49\x82\xe1\x0c\xe8\x59\x34\x7d\x4e\xc7\x90\ \x51\xca\x19\xc7\x10\x0a\x26\x38\xa5\x82\x73\xc1\x38\xa3\x04\x21\ \x91\xc6\x9e\x22\x52\x1d\xa4\x7e\xa7\x7e\xb0\xb9\x36\x68\xb7\x77\ \x5a\xcd\xbb\xeb\x2b\x6f\x5e\x7d\x67\x7c\x74\xf4\xc2\xd9\x33\xcf\ \x3c\xfd\x54\xce\xb6\x18\xe7\x48\x92\x6b\x3b\xbb\xaf\xbd\x75\xf9\ \x99\xe7\x3e\x7c\xe2\xd8\xd1\x20\x61\xaa\x8c\x1f\x9c\xc9\xdf\xd3\ \xae\xf8\x40\x8c\xe2\x42\x50\x28\x10\x14\x12\xe3\x28\x22\x00\xcb\ \x20\x26\xbe\xe7\x01\x04\x02\x08\xea\x9e\xfb\xd2\x2b\x2f\x77\x3b\ \x1d\xc7\xf3\xbb\x03\xdf\x0f\xd3\x80\x30\x2c\x1b\xc3\x53\x0b\x5a\ \xa6\x3c\x31\x77\x1c\x41\x38\x3c\x3a\xce\x04\xe6\x02\x99\x86\x4d\ \x19\xb3\x33\x2a\x44\x98\x0a\x14\x26\x29\x94\x14\x0d\xe2\x90\xea\ \x09\x17\x7e\xc2\x03\x22\x82\x84\x53\xc0\x31\x21\x86\x2e\x07\x24\ \x49\x59\xea\x27\x7e\x18\xc6\x48\x92\x28\x65\x12\x93\x28\xa5\x4e\ \x2f\xa6\x71\xc8\x69\x64\xa8\x18\x8a\x07\x8d\xc3\xfb\xdc\x82\xc2\ \x38\x8c\x63\x8e\x91\x06\x19\x42\x9c\x53\x91\x48\xd4\x33\x6d\x3a\ \x52\xc9\xf7\x1a\x9d\x93\x27\x8e\xeb\x99\xd1\xbd\xed\xdd\xf6\x41\ \xc3\x69\xb7\x07\xed\x66\xb3\xdf\xf9\xe2\x57\xbf\x95\xcb\x9b\x56\ \x46\xcd\x17\x72\x76\xd6\x6e\x37\x3b\xdf\xf8\xe6\x57\x1f\x3a\x79\ \x4a\x42\x50\x70\x06\x20\xfe\x5b\x05\x0f\x08\xc1\xff\xbf\x02\xda\ \x7f\x71\xda\x11\x40\x70\xc0\x01\x80\x9c\x73\x0c\x01\x40\x10\x30\ \x00\x48\x1a\x34\x5b\xcc\x75\x07\x9d\x4e\xe0\x7a\x56\xa6\x92\x26\ \x84\xf8\x91\x0b\xe8\xc0\x8d\x04\x52\xb0\x2c\x20\x02\x85\x7c\x31\ \x6b\x65\x64\x8c\x32\xb6\xd9\xef\x77\x3d\xcf\x57\x31\x0e\xa2\x54\ \x2d\x28\x18\x70\x4b\xd7\x05\x44\x80\xf3\x80\x10\x2e\x88\xeb\x78\ \x71\x1a\x05\x7e\x40\x52\x42\x28\x49\x92\x14\x22\x5c\x52\x55\x2b\ \xaf\x73\x42\xa0\x0c\x18\xa7\x86\x21\x15\x6d\x15\xa4\x91\xb3\x7b\ \x7f\xe5\xca\x6b\xf5\xfb\x77\x0f\x36\x97\xf7\x07\x61\xca\x71\xe0\ \xf4\x01\x86\x94\x3e\xb3\xba\x72\xfb\xce\xad\xab\xaa\x0a\x8a\x96\ \x3a\x31\x75\xd8\x69\x35\xac\xcc\x1c\x13\xf4\xef\x5d\x3f\x82\xc6\ \x54\x3d\xfb\xd4\xc7\x7f\xea\xb1\x89\x34\x21\xff\xf9\x5b\x42\xfe\ \x5b\x5e\x35\x43\x40\xc4\x40\x6a\x50\xcb\x84\x10\x61\x84\x65\x24\ \x41\x24\x21\xf4\x40\x75\xe7\x9c\x0b\xc1\x23\xc1\x38\x8f\x0d\x45\ \xa0\xd4\xa9\x14\x0b\x07\x9d\x56\xd6\x90\x0f\x4d\x8e\x45\x41\xd0\ \x69\x35\x57\x37\xd6\x1b\x8d\xc6\x3b\xef\xbc\x33\x3f\x37\x23\x01\ \x91\x24\x71\x10\x51\x00\x02\x48\x00\x00\x20\x00\x49\x44\x41\x54\ \x86\x8e\xeb\xe9\x86\x7e\x78\x7e\x5e\x95\x31\x7c\x5f\xbd\x81\x10\ \x82\x31\x06\x20\x14\x18\xc5\x3c\x31\x04\x42\x21\xed\x2c\xaf\x6c\ \x2f\xad\xe8\x96\x39\x7e\xe1\x9c\x55\xcd\x1f\x1a\x1a\xf9\xea\x9b\ \xdf\xbf\x71\x77\x91\xa6\xd4\x89\xa8\x66\x16\x4a\xc3\x13\x56\xb6\ \x64\x67\x0a\x89\x50\x54\x3b\x8f\x00\x27\x00\xe9\x56\x06\x23\x9c\ \x50\x91\x26\x0c\x2b\x92\x2a\xc9\x8c\x0b\x24\x2b\x92\xa2\x7a\x11\ \xf1\x52\x29\xa1\x30\xa6\x2c\x62\x34\x8c\x49\xca\xa9\x80\x00\x48\ \xd6\x7e\xbf\x93\x24\x81\xef\x77\xb3\x9a\x42\x59\x14\x90\x30\x09\ \xa9\xac\xc8\xb6\x82\x0b\xa5\x8c\x2a\x67\x34\x19\x57\xab\x95\x42\ \xce\xa6\xef\x6f\xfe\x85\x20\xfd\x46\x1c\x12\x0c\x15\xc8\xb1\x0c\ \x11\x10\x04\x43\xcf\xf1\x07\xb3\x23\x66\xeb\xfe\xc0\x69\x35\xe7\ \x67\xcf\x0f\xe7\x47\xc3\xc3\xfe\xc6\xc6\xfa\xfd\xb5\x95\xe1\x99\ \x69\xc1\x92\xad\xcd\x95\x4a\xb6\x54\x28\x16\x39\x4d\x45\x3e\x7b\ \xe7\xfa\xf5\x9b\x37\xaf\x9c\x3f\xf7\x18\x17\x04\x00\xc0\x19\x07\ \xe2\xc1\x04\x02\x88\xc0\xdf\x09\xe2\x0f\xf8\x92\xbf\x5b\x98\x84\ \x10\x40\x08\x04\x21\xe7\x8c\x72\x0e\x28\x03\x71\x2a\xc9\xb2\x3f\ \x70\xae\xbc\xfd\xf6\xf5\x77\xaf\x0e\x7c\x3f\x6e\x34\xfe\xec\x2f\ \xff\xca\x11\xb4\x43\xd2\xf5\x46\xc3\x1f\x04\x8c\x0b\x03\x29\x59\ \xd3\x32\x35\xb5\xdd\x3e\xd8\x58\xbd\x33\x18\x0c\x28\x07\x1b\x92\ \xa6\xa8\xfa\xc4\xf4\x6c\xea\xbb\x3c\x8d\x13\x4a\x05\x40\xfd\x28\ \x4d\x48\x4a\x69\x2a\x01\x60\xeb\xb2\x6a\x42\x19\x49\x2c\xa5\x82\ \x93\x24\xf6\x1a\x35\x87\x6a\x25\x69\x38\x0f\x21\x43\x90\x92\xd8\ \xfb\x8b\x7f\xf7\xfb\xdd\xde\x20\x65\x44\x87\x21\x20\x3e\x90\x4c\ \x08\xa4\x4f\x7c\xf4\x99\x4f\x7c\xec\xe3\x73\xd3\x93\xf7\xdf\x7d\ \x27\x6e\xee\x9b\x39\x93\xb4\xe9\xfa\xc6\xfd\xe2\xf0\xcc\xf8\xf9\ \x05\x46\xfe\xbe\xf5\x23\x28\x50\x0f\x9f\x7e\x44\xce\xcb\x51\x18\ \xfd\xf7\xa5\x45\x39\x13\x69\x4c\x64\x06\x1f\x88\x31\x18\x20\x8c\ \x7f\xf0\xa7\x7f\x00\xfe\xa7\xb2\x24\xc9\x46\xc4\x22\x46\x81\xa6\ \x28\x63\x53\x33\xaa\x88\x9f\x7e\xee\xb9\xbd\xad\xcd\xad\xad\x2d\ \xcf\xf1\xf6\xf7\x1a\xeb\x3b\xb5\x56\xa7\x33\x5a\x2d\x8d\x54\xcb\ \x95\x72\x29\x0e\x82\xcd\xb5\x95\xed\xed\xed\x43\x73\x87\xf8\xfb\ \xa2\x8b\x1e\x20\x45\x10\x21\x06\x05\xe0\x80\x04\x91\xd4\xf7\x57\ \xaf\x5c\x3f\xd8\xda\x3b\x73\xf1\xb1\xcc\xf4\x38\x90\xc0\x00\x00\ \x86\x14\xc3\xca\xa4\x31\x67\x92\x30\x73\x43\x85\xf2\x84\x9d\x2b\ \x61\x59\x73\x42\x02\x25\x59\x51\xa4\x4e\xcf\x89\x23\x50\x2a\x95\ \x55\x4d\x85\x48\x56\x54\x3d\xe5\x1c\x42\xac\x1a\x96\x90\x64\xa7\ \xe7\x0e\x22\x99\x03\x59\x08\x42\x93\x20\xf2\xfa\x61\x1a\x95\x46\ \xaa\xbe\xdf\x67\x50\x84\x02\x16\x0b\x99\x85\xbc\xbc\xb3\xb5\x35\ \x35\x56\xc8\x64\x73\x76\x26\x93\xb1\xcc\x8c\x6d\x94\xf2\x99\xd6\ \x41\x3d\x08\x7d\x09\x72\x01\xd0\x7b\x6f\xea\x00\x00\x42\xf6\xf7\ \xb1\x1b\x21\x88\x39\x83\x29\x07\x29\x89\x85\x44\x38\xf3\x37\xfb\ \x49\x56\x92\x83\x5a\x7d\xe9\xb5\xd7\x47\xa7\xa6\xad\x72\xf1\xe4\ \xc9\x13\x99\x62\x36\x88\x7c\x5d\x86\xaa\x26\x45\x4e\x2f\xab\xdb\ \x9c\xc4\x3a\x42\x13\xe3\x53\x59\xdd\x70\xfa\x6d\xcb\xce\x62\x19\ \x89\xbf\x15\x0f\x30\x46\x0f\xda\xdb\xbf\x83\xb3\x1e\x7c\x7e\xb0\ \x30\x21\x84\x25\x84\xd2\x38\x52\x55\x2d\x71\x7d\xa7\xd9\x62\x49\ \xba\x79\x7f\xfd\x7b\x2f\x7d\x6f\x75\xe5\x9e\x24\x49\xb9\x62\xa9\ \xe1\xb8\xb7\x76\x77\x22\x20\x7c\x00\x08\x46\x32\x94\x74\x2c\xe7\ \x4c\x53\x16\x7c\x7b\x7d\x65\xd0\xae\xf5\xbb\x4d\x2e\x84\x66\x58\ \x04\xa0\x88\xc3\x5b\x07\x7b\xe5\xe1\xb1\xe3\xa7\x4e\xdb\x96\x9d\ \x30\xae\xe8\x56\x36\xa3\x29\x92\x4e\x93\x88\x04\xae\xdf\xe9\x86\ \x6e\xcf\xe9\xb6\x43\x77\xd0\xeb\xb5\x3b\xae\x98\x3e\xf7\xdc\xf8\ \xe4\x51\x9f\x84\x94\xc5\x3c\x65\x20\x0a\xc7\x8b\x39\x81\x84\x26\ \x25\x89\x8f\x82\x58\x66\x1c\xab\x41\x3c\x22\xa9\x99\x20\xcd\xc7\ \x9c\x45\xb4\xa2\xc3\xf5\xe5\x7b\x19\x53\x29\x0d\xcd\xf3\xf7\x70\ \x7f\x2a\x78\x0a\xf4\xb3\x4f\x7d\x14\x30\xf2\xdf\x19\xb5\x46\x18\ \x84\x1e\xdb\xbb\xc7\x75\x05\x20\x88\x30\x06\x10\x51\xce\x21\x84\ \x0f\x8c\xe9\x02\xa1\x88\x01\x59\x41\x82\x04\x42\x04\xd0\x92\x4a\ \xa6\x46\xbc\x28\x67\x58\x43\xe7\x1e\x5d\x58\x38\xb1\xbd\x53\x5b\ \xb2\x96\x64\x28\xd2\xd0\x6d\xee\x6d\x8d\x8f\x0c\x41\xce\xc7\x46\ \xaa\x8d\x4e\x7f\xf5\xde\xd2\xc4\xf8\xa8\xa2\xa8\xef\x95\x6a\xa1\ \x94\x3e\x50\x1d\x38\xa5\x8c\x53\x4b\xd5\x1d\xaf\xbf\x73\x7f\x75\ \xed\x60\xdf\x8b\x02\x65\x6f\x67\xf0\xfa\x3b\xae\x24\x76\x03\x7f\ \x73\x65\x33\x8d\x78\x1c\x51\xdd\x2c\x96\x2b\xe3\xba\x91\xc7\x8a\ \xa5\x19\x26\x61\x0c\xcb\x8a\x95\xb1\x65\xac\x73\x82\xb0\xa2\x6b\ \x96\x05\x01\x4a\x19\x4d\x09\xe5\x42\x38\xae\x43\x08\x4d\xe2\xc4\ \x0b\x44\x1c\x47\x2c\xf6\xb0\x48\x00\xa0\x86\x8c\x48\x37\x4d\xa0\ \x06\xb1\x9a\x52\x29\x5f\x50\x4f\x8c\x28\xe7\x26\xcf\xea\x76\x06\ \x62\x39\x88\xa2\xa5\xa5\xc5\xfb\x9d\x66\xa7\xd1\x68\x37\xf7\x77\ \x76\xb7\xff\xe5\x6f\xfe\xe6\xf1\x85\x23\x71\x92\xbc\xd7\xe6\x07\ \x02\x50\x92\x53\x49\x0a\x21\x42\x5c\x42\x69\x4a\x30\xe2\x80\xc4\ \x3a\x66\x98\xd0\xe9\xb1\xa9\x93\x63\x93\xdb\xf7\xee\xbd\xfa\xee\ \x9b\xc3\x47\x16\xec\x89\xb1\xb1\xf9\xd9\xd9\xdc\x24\x4f\x83\x83\ \xcd\x55\xd1\xef\xa2\x28\x51\x31\xb4\x34\x43\x83\x02\x10\x12\x0e\ \x1c\x40\x58\x26\x5f\x84\x58\x12\x0f\x2c\xd0\x1c\xfc\x9d\x6a\xf3\ \x80\x6c\x78\xe0\xd2\x67\x8c\x21\x84\x30\x46\x82\xa7\x9a\xaa\x01\ \x00\x11\xa5\x1b\x1b\x5b\xdf\x7d\xe9\xa5\x8d\x8d\x2d\x26\xa0\x30\ \x33\x2e\x49\x6b\xb5\x7a\x42\x45\xc2\x38\x56\xb4\xac\xae\xcb\xaa\ \x9e\xc9\xe6\x34\x59\x0e\x9c\x81\xdf\x6b\xd7\xb6\xee\x33\xa7\xa5\ \xf2\x48\x52\xd5\x74\x10\x52\x01\x55\x2b\xc3\x10\x6e\xd7\xee\xef\ \xe8\xe8\xb1\x27\x2e\x01\x84\xd2\x34\xe8\xec\xed\x1c\xec\xd7\xbb\ \xed\x56\xe8\xf6\xc3\xc0\xf7\x9c\x41\x1a\x05\x12\x12\x08\x02\x37\ \x96\xe6\x04\xed\xf5\x9a\xd5\x89\x31\xe0\xf8\x82\xf9\x86\x82\x67\ \xc7\x46\x8f\x9e\x38\x56\xaf\xad\x91\xa8\xb4\xbf\xef\x25\xb1\xf0\ \xba\x6d\x08\xf8\xa9\x87\xcf\x95\x2d\xf3\xde\x5d\x14\xbb\x4e\xe8\ \xf9\xe3\x95\x49\x09\x49\xe2\x3d\xf1\x3b\x10\x08\xfa\xde\x4d\xc2\ \x7f\x0f\x11\x13\x49\x89\x6b\xb7\x97\x4c\x43\x03\x10\x41\x8c\xd0\ \x0f\xe8\x57\xf0\x83\x3b\x70\x88\x54\xa0\x41\x01\x79\xea\x0a\x90\ \xf4\x21\xd1\x25\x08\x05\xbf\xbf\xb4\x32\x33\x7f\x2c\x93\xad\x9e\ \x3c\x3d\x96\x2b\x0e\xf3\x24\xa4\xa1\x7b\x95\x24\x18\xc1\x6c\xd6\ \xa2\x69\x7a\xea\xf4\x99\xa7\x3f\xfc\x1c\xa1\x44\x08\xf9\xbf\x7e\ \x55\xfc\x5f\x0c\x42\x88\x2c\xcb\x9c\xf3\x28\x8a\x24\x49\x12\x41\ \xba\xb6\xb4\xfe\xd2\x8b\x2f\x6e\x6f\x6c\x48\x32\x96\x0c\x6d\x73\ \x7d\xd1\x59\xbe\xe1\x12\xe6\xa4\x24\x61\x14\x0b\x48\x19\xcc\x68\ \x96\x69\xe6\xa1\x6c\x72\xa8\x00\x28\x0b\xc0\x29\x17\x84\x52\xc3\ \xb6\xdd\x41\x3c\xf0\xfc\x41\x10\x32\xce\xc2\x28\x8c\x92\x18\x20\ \xe8\xfb\x3e\x00\x42\x96\x65\x43\x46\x45\x93\x18\x36\x50\x05\xe4\ \x94\xa7\x94\x0e\xbc\x8e\x92\x19\x8e\x63\x00\x98\x5e\xb2\xed\xf6\ \xfd\x77\x56\x97\x17\xf7\x9b\x9d\x76\x7f\x50\x6f\x34\x84\x00\x9e\ \xef\x46\xa1\xaf\xc9\xb8\xdf\xef\x46\x81\x0f\xdf\x57\x7a\x84\x10\ \xa2\xbb\xb3\xd6\xef\xf5\xb0\x2a\x03\x8c\x92\x34\x95\x65\x59\xc5\ \x72\x18\x25\xcf\x7f\xf8\xe3\x3f\xff\xf9\x9f\x2e\x26\xc9\x4d\xf6\ \x9d\x17\x0e\x36\xdf\x7e\xe9\x05\x63\x6a\xb2\xb2\x3d\x7d\xe6\xe1\ \x73\x47\xa6\x67\xce\x9d\x58\x60\xc3\x15\xea\xf9\x1b\x3b\xf7\x4d\ \xdb\x6a\xec\xd6\x7e\xff\x77\xff\xd7\x4f\x3c\xff\x99\x67\x3e\xf1\ \x49\x84\x31\xc0\x08\x30\x00\x30\x04\x40\x30\xc6\x24\x49\x12\x82\ \x0b\x01\x30\xc6\x0f\xc8\xac\x07\x00\x41\x1c\x45\x88\x26\x2c\x8e\ \xb6\x37\x76\x5e\x79\xe5\x95\xe5\xe5\x15\xd7\x0b\x7b\x5e\x20\x24\ \xc5\x09\x43\x20\x4b\x6a\x2e\x67\x2b\xaa\x46\xb8\x6d\x66\x65\x2c\ \x03\x2a\x04\xa1\xc3\xa5\xd2\xbd\xbd\xdd\x83\x83\x9a\x3f\xe8\x54\ \x64\x7e\x6c\x62\x62\x78\x62\x52\xcf\xe6\x6b\x07\xcd\x6b\x77\x17\ \x83\x84\x13\x22\xb6\xd7\x16\x25\xcc\xfa\x9d\x8e\xdb\x69\x24\x71\ \x44\x18\xe3\x5c\x24\x84\x20\x24\x13\xce\xa1\xac\x51\x08\x01\x80\ \x58\x16\x9c\x86\x9c\xc5\x9b\x5b\xeb\xee\xce\xdd\xf1\x93\x93\x86\ \xac\x4e\x0c\x8f\xda\xba\x95\x26\xa9\xa6\xea\xc8\x48\x33\x39\xeb\ \x7f\xfc\xc7\xbf\xf6\xf0\xe3\x97\x1a\xfd\x76\x23\xf5\xe5\xe1\xe2\ \x5e\xd8\x69\x49\x74\x6e\x24\x0f\x0b\x19\xc0\xdf\x8b\xfe\xf6\xa3\ \xa2\xc5\x00\xd4\x11\x19\x93\x3d\x5d\xa2\x08\x21\x24\x61\x08\x21\ \x40\x98\x0b\xc1\x80\x60\x9c\x71\x0e\x62\x12\xa6\x31\x05\x3c\xcc\ \x6a\x52\xe2\xf6\x74\xd5\xb8\x78\xe1\x31\xd2\x75\xbe\xf6\x9f\xfe\ \x62\x64\x6e\x7e\xea\xe8\xd1\xd1\xf1\x09\x5b\x93\xfd\x6e\xa3\xb1\ \x3d\x6e\x4a\x1c\x03\x40\x19\x6d\xec\xed\xbc\xf5\xf2\xb7\xcf\x3f\ \xf2\x98\x40\x0a\x52\x25\xfe\x9f\x63\x08\x20\x14\x50\x08\x01\x1f\ \xf8\x72\x84\x00\x00\x41\x01\x04\x04\xe8\x41\x82\x04\x04\x0f\xa2\ \x3c\x80\x80\xd7\xaf\x5d\x5f\xbc\x72\x63\x7f\x6b\xd7\x8d\xc3\x04\ \xa3\x84\xb3\x7e\xaf\x1d\x44\x09\xe5\x50\x55\x0c\x05\xc8\x19\x33\ \x23\x69\x2a\xc7\x92\x66\xe7\xa0\x00\x0a\x40\x0a\x92\x78\x4a\x14\ \x15\x4b\x92\x8a\x10\xe2\x00\xf4\x5c\x4f\x0e\x03\x96\x46\xaa\x84\ \x15\x55\x36\x30\x94\x54\xa9\x60\xe5\x00\x84\x69\x12\xc2\xd8\xa1\ \xfe\xa0\xe7\xf6\x52\xb7\x9b\xfa\xce\xee\x7e\x13\x66\xc7\x4f\x7e\ \xe8\xb3\x24\xc5\x08\xaa\x98\x81\x8d\xc5\xc5\x17\x5f\xf8\x6b\xcd\ \xb0\x24\x45\x56\x28\x63\x82\x65\x25\x60\x59\xc6\xd0\xd0\xd0\xd9\ \x4f\x7d\x6a\x62\x6c\x22\x7d\x1f\xeb\x1a\x84\x10\x00\x89\xc5\x90\ \x27\x50\x00\x20\x90\x60\x11\x65\x31\xa5\x3c\x6b\x66\x2f\x3e\xf1\ \xc4\xb1\x87\x1e\x81\xcd\xfd\x66\xf9\xfa\x73\x17\x1e\x3e\x16\xba\ \x6d\x19\xff\xf5\xe5\xb7\x76\xf7\xeb\x6f\x66\x73\x9f\x7c\xf2\x03\ \x92\x00\xf5\xdd\x6d\x96\x10\x61\x02\x00\x80\xa6\xa8\xbb\xdb\x9b\ \x3b\xf7\x96\x4a\xc3\x23\x46\x36\x9f\x32\xde\x1d\xb8\x42\xb0\x52\ \x3e\x8b\x74\x3d\x25\x8c\x71\xae\x69\x2a\x67\x1c\x21\x88\x31\x8a\ \xe2\x78\x6b\x73\xb3\xb1\xb7\x75\xfd\xed\xcb\x37\x6f\xdc\xf6\x07\ \xbe\x95\xc9\xa5\x02\x1c\x74\xba\xc3\x93\x53\x63\xc3\x23\x92\xaa\ \x0a\x49\xea\x0c\xfa\xad\xe6\x5e\x3e\x9b\x47\x82\x43\x08\xb2\xb9\ \xfc\x70\x65\xe8\x5d\xe7\xd5\xf6\xc1\x76\xce\xd2\x3e\x78\xf1\xfc\ \x85\x23\x73\x92\xac\x0f\x02\x7f\x6e\x7c\x6c\x6e\x7a\xf2\x8b\x5f\ \xff\x66\x1c\x07\x34\x81\xbd\xd6\x41\x2e\x9b\x11\x1e\x84\x51\x82\ \x05\x07\x58\x52\x24\xdd\x8f\x13\x42\x99\xa4\x69\x29\x03\x00\xa0\ \x67\x3e\xf6\x11\xbd\x30\x5a\x3d\x34\xdd\xf7\xfb\x5f\xfb\xf6\xf5\ \xef\xee\x5d\x2f\xa9\xa2\xd3\xd8\xdd\xdd\x5e\xb5\x6c\xdc\x19\x34\ \xdd\x98\xc7\xbe\xb7\xdb\xda\x2b\x6d\xdc\x75\x9c\x7e\x18\x47\x6e\ \xd0\xa7\x19\xe5\xb1\x4f\x7e\xf8\xd0\xec\x04\x80\xba\x78\xaf\xf9\ \x3b\x3f\x8a\x81\x10\x8a\xa3\xb0\xbe\xbb\xa1\x6b\x5a\x26\x9b\x35\ \x4d\x53\x08\x11\xc7\x49\xa7\xdb\x05\x3f\xc8\x09\xc0\x26\x32\xdd\ \xd8\xa7\x3a\x6d\x89\x64\xae\x58\xfe\xb5\x9f\xfd\xb9\x73\x47\x1f\ \x5e\x7a\xf3\x72\x77\xe9\xd6\x5b\xdf\xfc\xe3\x6b\xb7\xc6\x8e\x9c\ \x78\xfc\xec\xe9\xd3\xd3\xc3\xe5\x87\xcf\x9c\xe8\xd4\x77\x9c\xf6\ \x3e\x09\xc3\x21\x7b\xfc\xed\xef\x7c\x43\x0a\xbd\xc7\x3e\xf6\x53\ \x40\x00\x0e\x18\x43\x82\x01\x8e\x18\x96\x84\x04\x05\x80\x48\x40\ \x24\x18\x60\x98\x23\x20\x00\x84\x22\x4d\x63\x09\x42\x49\x92\x1c\ \x67\xb0\xba\xb4\x76\xf5\xca\x8d\x76\xbb\xd3\x6e\x35\x00\xe0\x6e\ \x18\x32\x88\xa9\xc0\xb2\x9c\xad\x94\x0c\x46\xb9\x6e\x18\x86\xaa\ \x63\x19\x33\x15\x13\x21\x08\x85\x39\x45\xa8\x52\x8a\xb8\x1f\x27\ \x14\x03\x99\x26\x2c\xe1\x2a\x35\x94\x7e\xe8\x9b\x20\x3a\x32\x94\ \x29\xc8\x44\x50\xd7\x71\xdd\x4e\x63\xd0\x70\x06\x7d\x77\xe0\xf4\ \xda\x71\x3b\x38\x68\x79\x21\xe3\x34\x72\x14\x10\x38\x09\x1d\x3a\ \x5b\x1a\x42\x99\x01\x02\xd9\xbc\x2c\x81\x30\xe1\xa8\x54\xae\x8c\ \x8e\x94\x2d\x03\xf5\xba\x6d\xc7\xf7\xa8\xc0\x29\x93\x3f\xf9\xfc\ \x27\x7e\xf2\x73\x3f\x1b\x46\x51\x14\x85\xef\x83\xb8\x15\x00\x70\ \x41\x85\x24\xc5\x42\x8d\x62\xce\x12\x64\x80\x24\x67\xaa\xba\x0a\ \x9c\xd4\xbf\x5d\xdf\x3b\x3c\x37\x29\x9d\xfd\x80\xb6\xff\xf5\x13\ \x82\xb2\x5c\xf6\x23\xff\xea\x5f\xbf\xeb\xd2\x7f\xf3\x47\x7f\xfa\ \xbd\x2b\x9b\x86\xdf\x18\xcd\x2b\x85\x5c\xde\x09\x23\x06\x89\x65\ \xeb\x3b\x7b\x9b\x5f\xfd\xf2\x5f\x65\xed\xdc\xb9\x47\x2e\x16\xc7\ \xc6\x97\x37\xb7\x33\x86\xa6\x91\x92\x83\xd4\x83\x9e\x17\xa6\xa4\ \x52\x2d\x8d\x8f\x54\x24\x00\x30\x56\x7b\x4e\x6f\x75\x77\x77\x6f\ \x6f\xf7\x7e\xbb\x83\x6d\x5b\x26\xc0\xca\xe7\x25\x5d\xef\xc5\x69\ \xa1\x3c\xb4\xdf\xe8\x20\x06\xc7\xa6\x0f\xf5\x7a\xcd\x20\x48\x21\ \xa7\x39\xdb\x8e\x89\xf0\x18\x6d\x04\x7e\x63\xd0\x25\xc4\x19\x2f\ \x9b\x24\x71\x5e\xfa\xde\xab\xe7\x8e\x9d\x58\x5d\x5a\x84\x08\x5d\ \x7a\xee\xb9\x4f\x3d\xfd\xc1\xff\xf0\xd7\x5f\x09\xfd\x30\x0d\xd9\ \xf8\xc2\x8c\x06\xd1\x2e\xb9\x8f\x09\x59\x38\xbc\x60\x58\xd6\xce\ \xee\x9e\xa4\x5b\x31\x03\x5e\x98\x8e\x4d\x4e\x3d\xf2\xd1\xe7\x1b\ \x09\xfc\xd4\xb3\x4f\xbc\xfa\x37\x7f\x32\x1c\xef\xfb\xcd\xc6\xd9\ \xb3\x27\x3f\xfa\xec\x99\xd9\x99\x31\xce\xc2\x66\xbb\xbd\xda\x8e\ \x3a\xbd\xc1\xd1\x21\xeb\xa1\xd9\xd2\xce\xba\xbb\xd5\x73\x59\x4c\ \x2a\x7a\x29\x2b\x2b\x07\xaf\xdd\xd8\x75\xa2\x8f\xfc\xea\xc9\x24\ \xf4\xff\x7f\xae\x1f\x08\x61\x9a\xa4\x9e\xe7\x4b\x92\x3c\xe8\xbb\ \x51\x98\x9a\xa6\xc1\x18\x8f\xc3\x58\x08\x01\x10\x60\x02\x42\xce\ \x3d\xaf\x9f\x1d\x32\x5b\xdd\xd6\x91\x27\x9f\x7c\xf4\x63\xcf\x82\ \x54\xaa\x1c\x9a\xf8\x09\xe5\xe9\xd9\x8d\x4a\x4b\xe0\xbf\x7a\xf9\ \x95\xbd\xad\xad\x89\x6a\x61\xb2\x52\x04\x69\xc0\xb9\x08\xe3\xb8\ \xd3\xed\x8c\x8c\x0c\x35\x9a\x07\xfb\x5b\x9b\x50\x35\xb2\xc3\x19\ \x86\x79\xbb\xd7\x2b\x66\xca\xaa\x66\x0b\x0e\xe2\x28\x04\x12\x93\ \x14\x19\x42\xe9\x81\x56\x10\xc6\x51\x14\x05\xcb\xcb\x2b\x6f\xbd\ \xf1\x56\x7d\xaf\x09\xa1\x64\xdb\xb9\x46\xaf\x27\xb0\x18\x1b\x9f\ \x50\xf4\x8c\xa2\x19\x58\xd2\x36\x36\x77\x00\x04\xaa\xaa\xca\xaa\ \x1c\x04\x7e\xb1\x58\x8e\xa2\x98\x27\x11\x88\x3d\x67\xd0\xf7\x83\ \x90\x02\x24\x30\x34\x72\xf6\xf4\xdc\x21\xc5\x54\x75\x43\x71\x6b\ \x3b\xb7\x76\x6e\xf3\x7e\x3d\xec\xb6\x1d\xcf\x6d\xf5\x7a\x31\xa1\ \x00\xb0\x34\x8e\x20\xd7\x80\x96\xf5\x52\x22\x23\x21\xcb\x12\x01\ \x02\x20\x1c\x39\xbd\x4a\xa6\x94\xf6\xf7\x91\x8c\xfd\x28\x9e\x9c\ \x99\x79\xea\x89\xf3\x19\x13\xdf\xb9\x73\x9d\x0b\xb6\x78\x6f\xdd\ \x8f\xc5\xab\xaf\xbc\x32\x36\x31\x73\xf2\xd4\xa9\xf7\x83\xab\x0b\ \x01\x01\xd0\x35\x43\x27\x20\x12\x2a\xe6\x54\x51\x75\x13\x4a\x12\ \xa3\x3c\x49\x77\xb6\xb7\x33\x43\xdb\xae\xa4\x46\xba\xba\x1f\xf8\ \x0f\xeb\x96\xdb\xf3\xd4\x5e\x70\x6c\x74\xe1\xf8\xec\x49\x26\x92\ \x50\x95\xef\x34\x76\x34\xa6\x4a\x92\x9a\x2f\x67\x29\x42\x34\x8e\ \xb6\xb6\xb7\x23\x3f\xea\x39\xc1\xe9\xc7\x1e\x03\xba\x19\xc7\x71\ \xe4\xb9\x8a\x95\x77\x5d\xe7\xa0\xdd\x53\x64\x79\xb8\x9c\xa7\x9c\ \x5c\xbd\xf2\xee\xd7\x5e\xfc\xf6\xe6\xee\x7e\x98\x84\x98\x0b\x13\ \x29\x9a\xa6\x67\xec\x4c\xc8\x58\xbe\x58\x34\x33\x16\xd9\x6b\x8c\ \x95\x47\x9a\xf5\x83\x72\xbe\x30\x3d\x54\x98\x1f\xab\x2e\xdf\xbd\ \xf5\xee\xb5\x5b\x99\xca\xc8\xc4\xf4\xb4\xe3\x3a\x48\x88\x91\x6a\ \x99\xc4\x21\xe4\x6c\x7c\x64\x48\x17\xac\xd9\x6c\x8e\x0f\x55\x47\ \xe7\xe6\xbf\xf9\xda\x9b\xf7\x76\x0f\xda\xcd\xd6\xad\x1b\xb7\x65\ \x99\x0a\x28\x8d\x8e\x0f\x8f\x8c\x8c\x08\x21\x1e\x3a\x7d\xfa\xf4\ \xb9\x87\xdf\x7a\xf7\x5a\xbd\xd1\xd1\x14\xf5\xee\xf2\x3d\xa5\x3a\ \xf5\xfd\xef\xbc\x78\xeb\xf5\xef\xcd\x55\xf2\x67\x1e\x3b\x7e\xf1\ \xec\x69\x4d\x93\xee\x2d\xdd\xf6\xdd\x8e\x24\x2b\x95\xca\xcc\xc4\ \x70\x75\xb4\x98\x71\x6a\x3b\x12\x4d\x79\x1c\x0d\xda\x3d\x61\x90\ \xce\xa0\xdf\xdf\xdb\x36\x27\x66\xde\xb3\xff\xf4\x47\xe7\x96\xe1\ \x1c\x32\x06\x28\x21\x51\x94\x78\x9e\x27\x4b\x92\x24\xc9\x86\xae\ \x41\x24\xfa\x3d\xa7\x1b\x78\x32\x94\x25\x9f\x1d\x1f\x99\xcd\xe7\ \x2b\xcd\xc4\xd3\x0d\xd3\x3a\x31\x1d\xed\xac\x4c\x09\xeb\xc8\xe8\ \xe4\x27\xfe\xe4\x9f\x7e\xe9\x85\xaf\x2e\xdf\xbe\xee\xf5\xbb\x93\ \xc3\xe5\xc0\xf1\x8b\xb9\xa2\x97\x12\xa1\xa2\xd0\x71\xbf\xf5\xf5\ \x17\xa0\x24\x3d\xf9\xec\x13\xc3\x53\xa3\x30\x89\xd2\xd0\x83\x9a\ \xe9\x0e\xbc\x6e\xbf\x65\xda\x6a\xb6\x98\xa7\x80\xa8\xb2\xd6\x71\ \x7b\xdb\xb5\x9d\x7e\xaf\xb7\xba\xb9\xee\xa5\x89\x92\x35\x93\x98\ \x0e\xcf\x8c\x35\xbd\xae\x99\xb1\xb1\x69\x35\x3b\xfd\xb1\x89\x6c\ \xab\xd7\xd9\xaa\x6d\x56\x2b\xd5\xf1\xcc\x28\x42\x42\x92\x8d\xd9\ \xb1\x91\xdd\xdd\x9d\xfd\xf5\x5a\x7d\x75\xa5\xdd\xea\xa5\x29\xcd\ \xe4\xf3\x04\x21\xbb\x90\x8f\xfc\xee\xe8\xc2\xc9\x8c\x2e\xdd\xdf\ \xdb\xec\xdf\xbf\x9d\x03\x09\x8f\x02\xc1\xa0\x0e\x35\x53\xc7\x24\ \x0e\x53\x19\x45\x58\xf6\x63\x07\xb3\x54\x53\x8d\x5e\x48\xb4\xc2\ \xf0\xf4\xe8\x48\x91\x0e\x44\x7b\xb0\xfc\xf6\x65\x6d\x2c\x0b\x92\ \xb8\x54\xae\x74\x1d\x6f\x73\xb3\xee\xfb\x01\x80\x40\xd3\xb5\x62\ \xb5\xf0\xfc\x67\x7e\xfa\xd2\xd3\x4f\x1d\x34\x7b\xef\x07\xb0\x80\ \x50\x00\xe0\x7b\x51\x1a\x51\x81\x29\x4a\x09\xe6\x2c\x8e\x7d\x2c\ \x01\x96\xf0\xa0\xe3\x16\x54\x9d\x46\x31\x97\xd1\xf0\xc2\xf4\xc6\ \x8d\xeb\x7e\x14\x14\x0e\x1a\xef\xae\xd6\x93\xd0\xab\x56\x72\x7e\ \xcc\xef\xaf\xaf\xe3\x44\x02\x02\x97\x87\x8a\x27\x4f\x1d\x49\xa3\ \xa8\x9c\xc9\x1e\x3f\x7a\x52\xb7\x72\x57\xaf\x5e\xcf\x8d\x4f\xee\ \xac\x2c\xea\x89\x77\xee\xe2\x07\x2a\x93\x73\x43\x65\x09\x09\xb1\ \xbe\xb2\x7a\xff\xfe\xf2\xf2\xf2\xd2\xad\x6b\x37\x7a\x6e\x60\x67\ \x32\xb1\x1f\x78\x00\x55\xf3\x05\x28\x44\xe8\xfb\xb5\xfa\xde\xd4\ \xdc\x61\xc3\xd4\x34\x4b\x57\x49\xb2\xb9\xb9\x3a\x3f\x35\x1a\x3a\ \x32\x4f\x92\xb1\x6a\x45\xcb\x64\x14\x41\x15\x04\x62\x2a\x86\x87\ \x27\x1e\x3e\x72\xd8\x3b\x68\x1f\x9a\x1a\x3d\x34\x5a\x6d\x75\x3a\ \x99\x8c\x15\xab\x4a\xd6\xb6\x4c\x55\x61\x34\xed\x75\x5b\xe5\x4a\ \x2e\x9f\xcb\x9f\x3c\x79\x2a\x89\x42\x20\x44\xb1\x54\xcc\xd8\x76\ \x29\x9f\xdf\x6f\xb4\x55\x19\x4d\x0f\x0f\x7d\xe5\x95\x97\xbf\x76\ \xef\x5d\xcb\xab\x9f\x9f\xa9\x1c\x59\x38\xd2\x68\x75\x3a\xdd\x66\ \xbb\xdd\xe4\x2c\x31\x74\xbd\x18\xcb\xaa\xaa\x0e\xea\xbb\xc7\x8f\ \x1e\xcd\x16\xca\x84\x03\x86\x70\x22\x40\xad\xdd\x5d\x5d\x5e\x39\ \x3b\x34\xfe\x9e\xf3\x0f\x7e\x44\xc5\x23\x2b\x8a\x6e\x98\x10\x4b\ \x8a\x22\x71\xc6\xd3\x38\xa6\x82\x20\x08\x49\x4a\x34\x4d\x51\x55\ \x0d\xca\x92\x01\x24\xc9\x77\xc2\x46\x7f\x73\x7d\xb3\x99\x84\x31\ \x4f\x6c\x01\x09\xe7\x27\x8b\xa3\xf5\xae\xef\xf4\x06\x27\x4f\x9d\ \x6e\xee\xd7\x66\xc7\x47\xa0\x48\x87\x46\x46\x1a\x07\x7b\x7e\x18\ \x41\xc3\x84\x10\x8a\xd0\x17\x84\xdc\xbd\x76\xad\x71\xb0\x9b\x2b\ \x56\xfa\x1d\x97\x24\xd0\x30\xec\x38\xa1\x84\xa6\x76\x26\xa7\xe8\ \xca\x5e\x73\xff\xa5\x97\x5e\x5c\xbe\xb7\xe4\x87\x01\x23\x42\x00\ \x68\xdb\x39\x4d\x56\xb1\xaa\x48\xba\x56\x19\x1e\xdb\xab\xef\xf7\ \x7d\x4f\x1f\xf4\x29\xa3\xf3\x0b\x73\xc3\x95\x8a\x04\xc1\xf2\xe2\ \x62\xb7\xdd\xec\xb7\x77\xd3\x28\x6a\xef\x6e\xf7\x9a\x2d\x04\x10\ \x12\x90\x82\x28\x05\xa0\x17\x74\x9b\xbb\x6b\xed\x6e\xef\xc8\x99\ \xf3\x39\x15\x51\x05\xe5\x54\x33\x05\x02\x40\x29\x49\xb9\xe0\x00\ \x20\xaa\x59\xba\x61\x5b\xa3\x1a\xd4\x00\xf1\x52\x5e\xb6\x46\x3e\ \xf3\x4b\xbf\x2e\x21\xa9\xac\x4b\x43\x19\xeb\x8d\x2f\xfe\xc7\xbb\ \x0d\x3e\x35\x6c\xb8\x83\xd6\x8d\x9b\xef\x8e\x0d\xe5\x25\x4c\xc3\ \xd0\x0f\xc2\x28\x5f\xa9\x14\x4a\x76\x14\x74\xe3\x28\x7a\x1f\x74\ \xd2\x83\xdf\x3e\xa6\x22\x4c\x52\x80\x80\x22\xc9\xc5\x5c\xb1\x62\ \x8f\xd1\x38\x50\x15\xcd\x50\x54\x1e\x45\x25\x45\x1e\x9e\x9a\xcd\ \x8d\x0d\xbd\xec\xb6\xb0\xa0\x43\x67\x8f\xb1\x9b\xab\x42\x87\x00\ \xb0\xa0\xd9\x45\xfd\x18\x60\x1d\xa9\x52\xbb\xdd\x6a\xb7\x0a\x87\ \x0f\xcd\x3c\x75\xf1\xf1\x47\x1f\xbe\xd0\xea\x0e\xfe\xd3\x97\xbf\ \x62\x2a\x38\x8d\xa3\xbd\x95\x35\x3b\x57\x4d\x81\x46\x00\xdc\xdd\ \xf2\x3a\x8d\xdd\x28\x18\x20\xc1\x01\x63\xfd\x4e\x47\x93\x15\x15\ \x4b\x2a\x40\x34\x89\x5b\x07\xfb\x3e\x63\xae\xe3\x2c\xdf\x5b\xba\ \xbf\xb1\x25\x01\x09\x72\x16\xf7\x9b\xa2\x9a\xdd\x5d\xef\x38\xdd\ \x0e\xa2\x44\x47\x42\x13\x1c\x24\xb1\x2e\xa1\x56\xbb\x97\xce\x26\ \x9d\x76\xfd\x95\x57\x5a\xb6\xa2\xd5\x1a\xad\xe4\xdd\x77\x4e\x5d\ \xfa\x40\xa5\x5a\x42\xeb\x5b\xf3\xf3\x87\xf2\xc5\x52\x36\x6f\x87\ \xa1\xa7\xeb\x26\x10\x7c\xd0\xeb\x59\xa6\x95\xcf\xe4\x66\xa6\xa6\ \x06\x03\x37\x4e\x13\xbf\x7d\xa0\xa4\xa1\x42\xe2\x8c\x26\x3f\xfb\ \xc1\x0f\xec\xee\xec\xf6\xda\xad\xee\xa0\x27\x38\x37\x74\x15\x49\ \x22\xe8\x0f\xa8\x22\x2b\x59\xeb\xda\xb5\xeb\xb9\xd2\xd0\xcd\xa5\ \xcd\x6b\x77\x56\x2c\x33\xab\x43\x04\x99\x50\x2c\x1b\x88\x7f\x18\ \xfb\xcf\x03\x57\x02\x89\xe2\x88\x51\x0c\x11\x04\x40\x92\x64\xc6\ \xd8\xa0\xdf\x57\x65\x85\x03\x21\x8c\x4c\x44\x93\x8c\x65\xf2\x28\ \x30\x35\xcb\x77\x83\xc2\xc4\x84\xf0\xbd\xf9\x13\xc7\xeb\x2f\x7c\ \xa7\x19\xb1\xde\xc6\xf6\x4e\xb3\xc1\x39\xf2\x23\xc2\x59\x32\x3e\ \x39\x11\x92\x74\x78\x62\xd2\x19\xf4\x5d\x67\x30\x5a\x1c\xca\x68\ \x9a\x65\xea\xed\x7a\x53\x92\x4c\x35\x53\xa8\xb7\x3a\x9a\x91\x1a\ \x76\xde\x50\x71\xa7\xd3\x5f\xdf\xba\xb1\xb9\xb5\x65\x9b\xe6\xcc\ \xd8\xf4\x95\xeb\x57\xd3\x94\x46\x71\x0a\x18\x1c\x1b\x9d\x48\xa3\ \x68\x6d\xe5\xfe\xf1\x63\x0f\x0d\x4c\x2f\x9b\xc9\x63\x49\x5a\x5f\ \x5b\x2f\x97\x0a\xb2\x10\x82\x26\xcd\xdd\x2d\xcb\xd4\x9c\xe6\xde\ \xfe\xce\x4e\xe8\x38\x8a\xe0\xa3\x95\x21\x20\x40\xcf\xed\x46\x09\ \x51\x32\x79\x06\x40\x63\x6d\x69\xb4\x58\x3a\x36\x31\xba\xed\xec\ \x23\x16\x87\x08\x10\x01\x19\x45\x13\x53\x53\x93\xe3\x23\xe5\x72\ \x29\x37\x3c\x61\xe2\xf4\xf6\x3b\xdf\x5f\xd9\x6b\xa9\xb3\x8f\xc6\ \xc8\x64\x51\xff\x17\x3f\xf5\xf4\x77\xff\xe6\x6b\xb5\x9d\x65\x2b\ \x63\x21\xa6\x0f\x57\x8b\xe3\x93\x53\x8a\x2c\xbc\x41\x9b\x0a\x98\ \x50\x06\x20\xb0\x2d\xdd\x30\x75\xdc\x4b\x08\x01\xef\xf5\x04\xf7\ \x03\x6f\xb9\x61\x1a\x92\xaa\xca\x0a\x06\x5c\x37\x14\x59\x57\x75\ \x43\x41\x48\x4a\x68\x62\x9a\xaa\xad\x40\x03\x49\x72\x31\x7b\xfa\ \x93\x1f\xc9\xe4\xb3\xac\x3a\x52\xe9\x0c\xe0\xea\x7d\xc6\x93\xe9\ \xf1\xf1\x6c\xe2\xbb\x61\x14\x0b\xa2\x9a\x52\x46\x57\x4f\xcc\xcf\ \x56\xb2\xe6\xea\x9d\x1b\x37\x6e\xde\x99\xa8\x14\x4c\x05\xe4\x2d\ \x7d\xf6\xe2\xc5\x7a\xab\xbb\xf1\xdd\xef\x42\x45\x4d\xe3\xe0\xf4\ \xb1\x43\x0a\xb4\xd2\x34\x3d\x3a\x3f\x97\xa4\xec\xf1\xc7\x9f\x40\ \x8c\xbf\xf3\xea\x6b\x00\x62\xc9\x42\x92\xe0\xc7\x8f\x2e\x94\xc7\ \xc7\x55\x55\x73\x7a\xee\x68\xb9\x78\x6c\x6e\x42\xc7\xe2\xde\xea\ \xba\xa1\x19\x59\xc3\x30\x31\xcc\xeb\xf2\x27\x9f\x7b\xee\xe5\x97\ \xbe\xb5\xb5\x5d\xbb\x0c\x08\xeb\xb7\x4c\xac\x1c\x99\x5d\xb0\xb3\ \x19\x12\x27\x7b\x7b\xb5\xad\xad\xcd\x87\xce\x9c\x7e\xf2\xd2\xd3\ \x13\x93\x33\x66\xce\x6a\x34\x1a\x5b\x9b\x1b\xbd\xce\xe0\xa0\xd1\ \xf8\xf4\xa7\x3f\xfb\xc8\x23\x17\x8e\x1d\x3b\x7a\xe1\xfc\xb9\x2f\ \xff\xcd\x97\x7b\xb1\xfb\xcc\xc5\x73\x8b\xa2\x2f\x7a\x5b\x0a\xe4\ \x49\x10\x1c\xec\x1f\xa4\x8c\x03\x84\x18\x07\xaa\x6a\xd2\x38\x4d\ \x3c\xcf\x90\xa5\x8d\xed\xed\xfb\xbb\xdf\xf7\xa8\x5c\xef\xf8\x83\ \xc1\x46\x4e\xd7\x26\xcb\x79\x3f\x49\xd1\x7b\xcd\xaf\xfa\x51\x0c\ \x4a\x69\xb5\x5a\x19\xa9\x94\xea\xf5\x3a\x25\x04\x48\x12\x42\xc8\ \x32\xb3\x0f\x4c\x4b\x86\x61\xa6\x94\xe0\x4c\x76\x6a\x64\x24\xc3\ \x99\x2a\x40\xc1\xce\x95\x80\xa6\xc7\xac\x52\x1c\x51\x8d\x02\xdf\ \xd8\x44\x02\x57\x8f\x1c\xd9\xd8\xdb\xed\x0f\xfa\x42\x30\x5d\xc1\ \xa3\xe3\x33\x93\xd3\xb3\x85\xbc\xfd\x8d\xaf\x7f\x35\x4e\x69\xcf\ \xf3\xb3\x76\x76\x62\x7c\x86\x73\x02\x34\xdd\xa5\xd0\x4f\xd3\xb5\ \xbd\x75\x53\x95\x41\x1a\x8b\x24\x58\xba\x73\x8b\xb0\xf4\xe1\x87\ \x2f\xc8\xf9\x52\x5e\xb1\x08\x62\x31\x4a\x45\x94\xd4\x36\x36\xd2\ \x4a\x05\x44\x49\x34\x70\x6a\xeb\x5b\x8a\xa6\x4d\x4e\x4c\x3a\xcd\ \xa6\x89\x60\x08\x81\x65\x28\x79\x5d\x55\x31\xaa\x6f\x6f\x06\x83\ \xfe\x78\xa5\xf8\xb1\x0f\x3e\x35\x3b\x36\xa6\x4a\x4a\x0a\xd0\x57\ \xbf\xfb\xf2\xe5\x5b\xb7\x19\x92\x7c\xc7\xdf\xbd\x93\xa9\x9c\x3c\ \x5c\x2d\x66\xa3\x10\x36\x7b\x6d\x9f\x8b\x6c\x75\x74\xe1\xd1\x73\ \x23\x63\x95\xac\x95\xa9\x58\xa3\xc0\x69\xee\x5a\x79\x4d\x8d\x5a\ \x7d\x3f\x47\x58\x6d\xbb\xf6\xed\x97\x2f\x6f\xec\xac\xa6\x38\x75\ \x43\xd7\x56\x58\x66\x6e\xea\xe8\xd1\xc3\xf5\xdd\x6d\x5d\xd3\x20\ \x62\xe6\xa0\xf7\xe8\xc5\x8b\xa3\xe3\x63\xb2\x26\x63\x0c\x09\x11\ \xef\x63\xcd\x12\x00\x78\x84\x70\x41\x01\x63\xb1\xdb\x0f\x7c\xec\ \x6a\x3a\xa3\x0c\x00\x58\xef\x75\xfc\x24\xa0\x66\xe6\xec\x93\x4f\ \x1c\x1f\xad\x1c\x9b\x1c\x77\x9b\xed\x17\xfe\xe0\xdf\x6d\xed\xf7\ \x93\x76\x3b\x29\x17\x9f\xbc\xf4\xe8\x95\xd4\x29\xa4\x69\x6d\x6f\ \xcb\x36\xf5\x89\x4a\x61\xf5\xce\x4d\x4b\x10\x16\x25\x41\xf7\xa0\ \x62\x6b\xb7\xdf\x79\x63\x71\xf1\xde\x2f\xfe\xf4\xcf\x0b\xd9\xd8\ \xbc\x7a\x7b\xf2\xd0\x1c\x89\xfd\xab\x57\xae\x64\x2d\x15\x40\x21\ \xa9\xfa\xd9\xd3\x27\x34\x09\x23\x24\xcd\xcf\x1e\xb2\x4d\xa3\xd3\ \xeb\xf6\x3a\xad\xa1\xd9\x99\x30\x70\x31\x02\x10\xf2\x4e\x6b\x7f\ \xa2\x94\xe9\x34\x9b\xc5\x42\x01\x43\xb9\x56\xdb\xb3\xf5\xde\xec\ \xf8\x50\x21\x5f\x59\x19\x19\x71\xdd\xc1\xc0\x0f\x87\x0b\xc5\xac\ \x6a\x62\xc3\x9c\x9d\x19\x81\x8d\xe6\x6b\x6f\xbf\xd3\xef\x0f\x80\ \xa4\xdf\xbe\x7d\x23\x97\xcf\x2b\xba\x5a\x2a\x55\x36\x36\x36\x6a\ \xfb\x07\xbd\x6e\xef\xf2\xe5\xcb\xa5\x52\x11\x02\x7e\x50\xdf\x3f\ \x3c\x33\x41\xb4\x42\xc8\xa5\x77\xda\xf5\xf9\x4a\x76\xd0\x69\x74\ \x5a\x0d\x8c\x11\xe4\x82\x30\x1e\x27\x3c\x8c\x08\x64\x5e\x21\x63\ \x72\xca\x73\xb9\xa2\xa8\x75\x19\x44\x48\xd5\xb5\x2c\xb6\x6d\x73\ \x10\x07\x7d\xcf\x7d\x0f\xfe\xb9\x1f\xdd\x88\xe3\xf8\xf4\xc9\xe3\ \x7f\xf4\x07\xff\xfb\x6f\xff\xce\xef\x2c\x2e\x2d\x8d\x8c\x8e\xee\ \xd6\xf7\xe3\x38\x52\x34\x5d\x60\xcc\x20\xd4\x2d\xd3\xf1\xfa\xfd\ \x01\xa2\x12\x46\x84\x49\x4d\x39\x43\x91\xe1\x71\x55\x83\x40\x80\ \xd1\xa7\x2f\x4e\x54\x26\xf7\x1a\x0e\xc6\xe8\xd6\xcd\x5b\xd3\xd3\ \x53\xbf\xfc\x3f\xfc\x52\x75\x68\xc4\xe9\xf7\x5e\xfd\xfe\x1b\xdf\ \x79\xf1\x25\xdf\x75\x0c\xd5\x68\xcd\x1d\xee\x34\xf6\xa7\xc7\x46\ \x17\x4e\x3f\xd4\xe8\xb5\x5b\x41\x54\x6f\x75\xc6\x4a\xe5\x67\x2e\ \x5e\x2c\x17\xf3\x73\xa3\xa3\x2f\x7f\xe7\xdb\xd7\xdf\xb8\xac\xa9\ \xc6\x68\xa1\x2a\x2b\xea\xe6\xd6\x16\x65\xb4\xdd\x69\x47\xfd\x41\ \x35\x97\xbb\xf1\xd6\xe5\xfa\xfe\xc1\xc2\xd1\xa3\xd5\x6c\xae\x9a\ \x2b\xd8\x8a\x32\x54\x28\x08\x9a\x7e\xfc\xd9\x67\xdf\x7c\xfd\xd5\ \xfd\xdd\xbd\x6a\x31\xfb\xf1\x67\x9e\x1e\xb2\x0d\x0b\xb3\xd8\xeb\ \x98\x76\xf6\xd7\x7f\xf9\x0b\xf1\xff\xf1\x87\xef\xdc\x5e\x54\x80\ \x39\xa8\xd7\xf6\x2d\x3c\x36\x5a\x2c\x96\x46\x17\xb7\xee\xfb\x02\ \x3c\xfc\xd0\xc9\x93\x8f\x3d\x5c\x28\x64\x22\xcf\x4b\x7b\x69\x46\ \xb6\x10\xd2\x53\x2a\x36\xd6\xd7\x3c\xc9\xb2\x0c\xc9\xa3\xc9\x57\ \xbe\xfd\xad\x98\x25\x87\xa7\x46\xcf\xce\xcf\x66\x2c\x7d\x75\x65\ \x9d\x31\x92\xcd\x99\x92\x84\xec\x82\xe4\x45\xe9\xab\x6f\xbe\x75\ \xec\xc4\x11\xc6\xed\xf7\xad\xdc\x4c\xcc\xce\x46\x81\xd3\xda\xb9\ \xaf\xaa\x90\xb3\x24\x22\x22\xa5\x20\x97\xcb\x75\xdc\xce\x8d\x5b\ \x6f\x6b\x95\x6a\x23\x71\x6e\x97\x72\xbc\xdd\x31\x09\xd8\x5a\xdb\ \xb3\x87\x26\x1f\x5a\x98\xdf\x77\x7a\x4b\x9b\xeb\x9d\xd0\x4f\xf7\ \x0f\xea\x9b\xdb\xb2\x81\x20\x8f\xb3\xba\x7c\x64\x62\x24\x0d\xa2\ \x34\x0e\x9a\xf5\x1d\x91\x44\xa3\xd5\xf2\xea\xda\xda\x56\xad\x35\ \x70\x1d\xa3\xdd\xea\xb4\x1a\xb6\x06\x5d\x37\x9e\x9c\x18\xc3\xaa\ \xf6\xda\x5b\xef\xac\xae\x6d\x19\x58\x7d\xfc\xfc\x79\x09\x0a\xc0\ \xd9\x7e\x6d\x8f\xca\xd8\x2e\x16\xea\xf5\xb6\x84\xe4\xe5\xb5\x95\ \x60\xac\x9c\xcd\xe5\xc3\x94\x0e\x0f\x55\xb2\x81\x9f\xba\x03\x11\ \x87\xf5\xdd\x6e\xe8\x87\xed\x9e\x7b\x23\x74\x1f\x39\x35\x5f\x19\ \x9e\xe2\x9a\xe9\x24\xf4\xfa\xd2\xbd\x8d\xdd\x5a\x26\x5f\x84\x12\ \x0e\x02\xcf\xe9\xf7\xa0\x24\xa7\x94\x1e\x3b\x76\x02\x4b\xd2\xb7\ \xbe\xf6\xcd\x37\xde\x78\x73\x78\xa8\xc2\x49\x32\xe8\xb6\x49\x92\ \x7c\xf6\x0b\xbf\xf2\xcd\xef\xbd\xae\x01\x32\x51\x1d\x4b\x02\x37\ \x9f\x35\x99\x60\x34\x24\x34\xa5\x9c\xf1\x24\x4e\x54\xa1\x20\x24\ \x2b\xb2\x8e\x25\x86\x64\xcd\xf7\xc3\x9e\xef\x67\x73\xf9\xe2\xd0\ \x50\xd4\x3d\x48\x48\xfa\x9e\xf3\x47\x7f\x24\x87\x37\x84\x03\x77\ \x60\x4b\x64\x72\xac\x34\x36\xf2\xe4\xd4\xcc\xa1\xd7\xde\x7c\xfb\ \xed\x2b\xd7\x99\x33\x60\x02\xc1\x30\x92\x31\x96\x61\xec\xb7\x63\ \xa5\x98\xaf\x6f\xef\x2d\xdf\xbe\x23\x71\x79\x7a\x7c\xf6\xc2\x13\ \x8f\x0e\xcd\x8f\x72\x9b\xae\xbc\xf3\xf2\x6b\x2f\xdf\x6c\xb5\xfb\ \x86\xa6\x67\x33\xd9\x76\xab\x73\xe7\xd6\x9d\xbd\xed\xcd\xb7\xdf\ \x7a\xbd\xb6\xb9\x65\xea\x6a\xab\x3f\xa0\x9e\x77\x72\xe6\xd3\xa7\ \x0e\xcf\x63\xc0\xe6\x26\x86\x71\xa7\x7f\x70\x50\xab\xe6\x8c\xd5\ \x1b\x57\xee\xfa\xde\x43\xa7\x4e\xeb\x58\xe9\x45\xa9\xe3\x25\xa5\ \x52\x15\x71\x28\x52\x5e\x29\x97\xa7\x26\x26\x5a\xed\xc6\xf2\xf2\ \x1a\x40\x92\x2a\x21\x19\x82\x30\xf0\x83\xc0\xbd\x78\xe1\xa1\x52\ \x31\x7f\xf6\xf4\xa9\x5c\xc6\xfa\xc6\xd7\xbf\x1a\xf8\xc1\xd0\x91\ \x39\xa7\xd3\x5e\x7b\x77\xe5\xa9\x0b\xe7\xb7\x37\xd7\x57\xb7\xb6\ \x2f\x7d\xf4\x13\x3f\xfb\xb9\xcf\x6e\xec\xd5\xef\xef\xb4\x65\xac\ \x22\xc0\x39\xa7\x69\xca\xc7\xc6\x47\x9f\xb9\xf0\x28\x57\xb4\xdd\ \xbd\xcd\xc0\xb3\x89\x17\x9e\x9e\x3e\x33\x51\xae\xe8\x39\xed\x56\ \xed\x8f\x6a\x6f\xbd\xda\xee\x75\x3f\xf6\xc9\x9f\x78\xec\x91\x0b\ \xfb\x9f\xf8\xec\x3f\xfa\x05\xf3\xe9\x8b\x17\x87\xf2\xb9\x76\xa3\ \x51\xdb\xaf\xff\xe9\x9f\xfe\xd9\xed\x3b\xab\x9d\x5e\x6b\xe1\xc8\ \xfc\xa1\x05\x18\xc4\x54\xd2\x4c\x08\x94\x34\x49\xde\xab\x04\xc7\ \x85\xc0\x08\xfd\x4f\xbf\xf1\x9b\x48\xc4\x7f\xf9\xef\xff\x4d\xb7\ \xb9\x17\x84\xe1\xf8\xf4\xdc\x3f\xfa\xd5\x7f\x9c\xcb\x17\x5b\x07\ \xbb\x3c\xf6\x96\x97\x37\xde\xbe\xb5\xd2\x61\xa9\xa2\xc9\x23\x53\ \x13\x53\x56\x5e\x20\x55\xce\x1a\x61\x63\x7b\x77\xad\x29\x9c\xa4\ \xbe\xd7\xf4\x62\x62\xaa\x5a\xbd\xd1\x8e\x6d\x6d\x6d\x7d\xbb\x52\ \x28\x00\x88\xef\x2e\xae\xb4\x03\x7f\x76\x6e\x41\x56\xd5\xbd\xfd\ \x3a\xe5\x70\xbf\xd1\xa8\x94\x72\x43\x05\xf3\xc8\xdc\xe4\xdd\x3b\ \xb7\xc3\x84\x7c\xe4\x23\xcf\xfa\xfe\x37\x5a\xfb\xcd\x8d\xcd\xcd\ \x72\x2e\xc7\x01\xd7\x54\xc5\xe9\x75\x53\x4e\xfd\x41\x5f\x91\xd4\ \x7c\xd6\xae\x37\x1a\x46\xbe\x3c\xbd\x30\x27\x18\x07\x70\x7f\x66\ \x66\xca\x36\x55\x32\x08\x25\x8c\x75\x2b\xe3\xa7\xfe\x2b\xd7\x96\ \x0e\xda\x41\xce\xc8\x74\x3a\x1d\x37\x8e\xf5\x4c\xa1\x30\x32\x12\ \x86\xc9\xc1\xfe\xc1\xbd\xc5\xa5\x91\xe9\xa8\xd9\xe9\x94\xcb\x65\ \x00\x40\xa9\x54\xac\xef\xed\xb6\x1b\x0d\x40\x93\x76\xa3\x36\x3e\ \x32\xd2\xae\xef\xd1\xc0\x19\x2e\xe7\x46\x47\x8a\x3a\xb0\x5a\x4d\ \xd6\x77\x1d\x08\x39\xe7\x04\x70\x21\xa8\x82\x35\xc3\xf7\xa2\x24\ \x69\x6d\xb7\xdb\x5e\x90\x04\x51\x2a\x29\x5a\xa6\x50\x08\xe3\x28\ \x57\xc8\x95\x2a\x45\xfe\x0f\xe1\xfe\x14\x21\x14\xf9\x5e\xb7\x75\ \xbf\x9a\x37\x19\x80\x9d\xd6\xfe\xb1\xe3\x87\x57\xd7\xd7\xb1\x6a\ \x20\x55\x6f\xf7\xbd\x8c\xa9\x8b\xfe\x5e\xdc\xdb\x9f\x3a\x76\xe8\ \xe4\xc2\x5c\xe4\x31\x2e\x50\xc3\xeb\xbf\xf0\xdd\x6f\x17\x57\x0b\ \xd0\x16\x9e\x1f\x37\x0e\xda\xad\x66\xb7\x54\xc8\xf9\xce\x60\x63\ \xed\x7e\x7d\x13\x5f\x79\xfb\x72\xe8\x74\x30\x65\x89\xe3\xaa\xba\ \x9a\x51\xc0\xa1\xa1\x62\x51\x85\x7b\xf5\x0d\xa5\x3a\xa4\x32\x7f\ \x76\x28\x37\x53\xb1\x17\x5f\x7b\x3d\xab\xea\xdf\xf9\xc6\xd7\x5e\ \xf9\xfe\x2b\xa5\x52\x95\x73\x74\x70\xd0\x26\x8c\xe7\x8a\x79\x3b\ \x63\xa7\x24\xae\xef\xef\xcb\x9a\x04\xa1\x64\xda\xc6\xb1\x13\x47\ \xfa\x8e\xf7\xc4\x93\x8f\xbb\x51\xd8\xdd\xec\xc9\x9a\x3c\x18\xf4\ \x7a\x81\x1f\x26\x74\x7a\x62\xa6\x5c\x2c\x29\xc1\xf0\xa1\x99\xa9\ \x89\xa1\xd2\xe8\xd8\xe8\x43\x8f\x5c\x98\x38\x7e\x76\xe6\xaf\xbf\ \xb6\x59\xeb\x07\x69\xdc\x0f\x1c\xd4\xa5\x58\x86\x43\x95\xea\xec\ \xc8\xf8\x9b\xef\x5e\x69\x6f\x6e\x45\x6e\x7f\xa8\x50\x38\xfa\xf3\ \xd3\xfd\xd4\x9a\x3a\x7a\xf8\xec\x23\x67\xef\x6f\x2d\xe7\x8a\x05\ \x33\xea\x46\x83\xe0\xb7\x7e\xfd\xd7\x0c\x00\x40\x12\x74\x1a\xad\ \x57\x5f\x7e\x85\x03\x74\xe1\xfc\x45\x59\x33\xef\x7d\x7b\x13\xac\ \x6f\x3f\xf5\xdc\x47\x3e\xf8\xec\x47\xdd\xc8\x09\x3d\x5f\x46\xaa\ \x78\xef\xfe\x05\x84\xd0\xf9\x13\x27\x2d\x0d\x1d\xa9\x66\x5f\xfe\ \xda\x97\x96\xee\x2d\x1f\x3b\x7b\xa1\x73\x70\xd0\x38\xd8\xc7\x2c\ \xd1\x50\x3a\x95\xcf\xb5\x32\x85\xbd\x24\xda\xec\xee\x6f\x1f\xec\ \xe3\x90\xc7\x31\xc3\xb6\x2d\xcb\x72\x55\xd2\x3b\xbd\xc0\x0b\x19\ \xd3\x32\x7a\xa1\x08\x34\xdc\x1c\x38\x11\x97\xcd\xc2\xc8\x41\x7f\ \xe3\xda\x9d\xd5\x56\xe0\xf5\x23\x16\xc7\xfc\xa0\xd5\x36\xf2\x25\ \x77\xd0\xaf\x56\x0b\xf9\x52\x21\x4e\xa2\xd3\x0f\x9d\xbe\x7a\xe3\ \x66\x1c\xc7\x1f\x7f\xfe\x27\xfe\xed\xef\xfd\x5b\x0e\x44\xa3\xd1\ \xd0\x0d\xed\xe1\xb3\x0f\xad\xee\xed\xd4\x0e\xf6\x65\xac\x9c\x38\ \x3c\xbf\xb2\xb4\xd4\x0e\xa3\x9b\x4b\x2b\xc5\x96\x0f\x18\x1f\xce\ \xdb\x73\xf3\x73\x90\x04\x9e\xd3\xa3\x8c\x32\x80\x85\x62\x38\x6e\ \x7a\xed\xde\x46\xc1\xb4\x75\xcd\x30\xf3\x45\x26\xa3\x30\xa5\x48\ \x96\x04\x07\x6b\x6b\x6b\x6e\x9c\xe8\x56\x66\x79\x69\x45\x92\x24\ \x80\x60\x14\xc5\x08\x80\x6e\xa7\xbd\xba\xbc\x98\xba\xfd\x27\x3e\ \xf4\xdc\xa0\xd7\x9c\x1c\xab\xe6\x6c\xc3\xeb\x74\x7d\xaf\x6f\xe8\ \x8a\x1f\xc5\x50\x50\x0c\x90\x82\x71\x9c\x10\x09\xab\x76\x21\x2b\ \x5a\x3d\xc7\x8f\xc2\x94\xa6\x02\x51\xca\x80\x2c\x38\x60\x8c\xff\ \x90\xc0\x82\x1f\xe3\xfe\xe3\xbb\xa9\xdf\xed\xb4\x6a\x8a\x61\xce\ \x1d\x39\xb9\xdb\xe8\x20\x09\xa8\xba\xb2\x70\xf2\x14\xd6\x4c\x4d\ \x96\x44\xfd\xde\x90\x89\x3f\xfa\xe9\x4f\x97\xaa\xc3\x1d\x27\x19\ \x24\x70\xab\xd6\x7e\xe7\xda\x55\xe2\xf4\xd4\x44\xe8\x8a\xc1\x48\ \xba\x71\x7f\xb5\x50\x2a\x73\x42\x6e\xdf\xb8\x69\x1b\x5a\x1a\x85\ \x82\x90\x23\xb3\x87\x24\x00\x64\x95\x4b\x2c\xd6\x78\x42\xbc\x5e\ \xd2\x6f\x7a\xb1\xcb\x64\x69\xfd\xf6\x8d\x68\x7b\xf9\x91\xd9\xd9\ \xd6\x41\x3b\x9b\xcf\x22\x59\xda\xad\xef\x6a\x7a\x96\x09\x94\x32\ \xba\xdb\xa8\x0b\x15\x75\x7a\xed\x66\xbf\xcd\x39\xd7\x75\x73\xa8\ \x32\x8c\x35\xd9\x6f\x07\x6e\x37\xe8\xf4\xbb\xba\xa6\xde\xfd\xca\ \xdf\x44\x71\xb0\xdf\xef\x21\x49\x32\xac\xcc\x85\x47\x1f\x6d\x17\ \xed\x52\xa5\x92\x31\xc6\x01\x92\x10\xe3\xb1\xe3\x4c\x4d\x4e\xa6\ \x6f\xbc\x93\xc4\x7e\x22\x98\x17\xfa\x49\x1c\x8d\xe9\x66\xe2\xb8\ \xcd\xfb\x9b\xa7\x8e\x1c\x2d\x8e\x4c\x4d\x8c\x56\x0b\x39\xad\x4f\ \x9c\xdd\xed\xde\x20\xe8\x55\x6d\xa1\x24\xad\x7b\x97\x6b\xc9\x27\ \x3f\x85\x87\x8a\x83\xad\x35\x5d\xa6\xdf\xfe\xee\xab\xdf\xff\xde\ \x2b\x23\x13\x53\xc7\x4e\x9d\x39\x71\xe2\xf4\xe5\x2b\xd7\xc2\x38\ \x59\xb9\xbf\x71\xe3\xce\x22\x47\xb4\x6a\x54\x14\x55\x7b\xaf\xb9\ \x39\x10\x42\xdf\xf3\xaf\x5c\x7e\xf1\x67\x9e\xff\xd8\x98\x9d\x79\ \xf6\xd1\x8b\x28\x8e\x8f\xce\xce\x26\x58\xf3\xa2\x70\x6b\x6d\x7d\ \xbc\x64\x66\x33\x85\x93\x8f\x9e\xcb\xb2\xc0\x6e\xed\x07\xb5\xd6\ \xe1\xf1\xd1\xa1\xea\x08\xcd\x5a\x77\x36\xd7\xee\xdf\x59\x6e\x07\ \x0e\xd5\x2c\xd5\x34\x13\xa4\x90\x94\x8c\x8f\xcc\x8c\xcd\x1d\x7f\ \xf1\xfb\xaf\xdf\xb9\x73\x37\x04\xb2\x64\x97\x57\xb7\xea\xfd\x6e\ \x9f\x41\x45\x68\x51\xab\xdb\x35\x0c\x29\xa3\xc3\x16\x88\x75\x5d\ \xe5\x9c\xb5\x3a\xcd\x6c\x61\xf8\xf8\x89\x63\x0a\xe3\x0f\x3d\x76\ \xf1\x89\xc7\x1f\x9b\x98\x9f\x1d\xc4\x81\x17\x44\x57\xde\xbe\x62\ \x6b\xd6\xca\xe2\x5d\x06\x31\x54\xb4\x5a\xa7\x5b\x2d\x94\x0f\x1f\ \x39\x96\xa4\x61\x7d\x6f\xab\xd5\x6a\x21\x84\xa0\x84\x09\x13\x33\ \xc7\x4e\x78\xad\x5e\xe2\x06\xb2\xac\x07\x84\x63\x8c\x31\xe5\x2a\ \x86\x00\xf0\x20\xf0\x1d\xc7\x51\x75\x33\x8a\xa2\xc1\x60\x10\x85\ \xe1\xe3\x8f\x3f\x71\xfa\xcc\x99\xed\x35\x35\x67\xc8\x81\x33\xa8\ \xed\x6c\xd5\x76\x77\xca\x16\xf0\x3c\xb9\x71\x50\xa3\x24\x06\x00\ \x4a\x18\xa8\x32\x86\x02\x40\xc8\xab\x95\x61\x45\xd1\x2a\x95\xe1\ \xed\x46\xa7\x37\x70\x03\x8e\x25\xd3\x16\x10\x9a\x96\x21\xf3\x40\ \xd7\x7e\xc8\x9c\xff\xb8\xf6\x1f\x88\xe2\x38\xb9\x71\xf3\x4e\xbd\ \xb9\x3f\x3d\x3f\xd7\x76\xba\x5e\x92\x20\x59\xd5\x54\xed\xf3\x9f\ \x79\x7e\x7c\x7c\x2c\xf0\x06\x57\xbf\x95\x46\xfd\x76\xbb\xd1\xf4\ \x82\x34\xa0\xbc\x34\x31\x55\x1d\xd2\x4b\x05\xdc\x6d\xb7\x6e\x2e\ \x2d\x8f\x54\x47\xea\xf5\xa6\xdf\x6f\x71\x92\x54\x87\xc6\xdd\xc0\ \x6b\x1d\xc4\xc5\x8c\x49\x29\xd7\x0c\x43\x12\xc4\x77\xfb\x8b\x37\ \x6f\x1c\x9f\x99\x87\xb2\xa2\x1b\xb9\x8d\x9d\xed\x9b\xab\xcb\x0b\ \x47\x17\x66\x46\x47\x18\x12\xc5\xf1\xe1\xde\x80\x75\x7c\x37\xf0\ \x63\x0b\x28\x9a\xae\x11\x11\x17\xab\x99\x4e\xa7\xd6\x6e\x77\x18\ \x61\x5c\xc0\x46\xa3\x59\x2c\x16\x6f\x5e\xbb\xb2\xbd\x57\xd3\x33\ \x39\x37\x88\x24\x19\xe7\x33\x46\x12\x85\xa6\x86\x71\xd1\xee\x75\ \x77\x59\x1d\x8b\x00\x00\x20\x00\x49\x44\x41\x54\xf6\xaf\xbf\x73\ \xb9\xbb\xb1\xea\xed\xee\x64\x2c\xbd\xeb\x07\xf7\xdf\xb8\xfc\xec\ \xe7\x7f\x36\xa6\x3e\x80\x51\x39\x5f\x4a\x23\x27\xa0\xd2\x91\x85\ \x85\x43\x87\x0e\xbf\xf6\x9d\xef\x56\x6c\xdb\x6d\xb5\xa0\xa6\x9e\ \x3a\x3a\xaf\xb2\x18\x24\x9e\xd3\xec\x6f\xde\x5f\x09\x53\xda\x73\ \xfc\x0b\xe7\x2f\x9d\x3e\x3c\x7d\xef\xd6\x8d\x2c\x71\x5d\x11\xc9\ \x89\x73\x78\xbc\x32\x3a\x31\xc4\x42\x67\x7d\x79\xed\xf8\xc2\x82\ \x6c\xa8\x5f\xf8\xc2\x17\x46\x46\x86\xbd\x70\x40\xdc\xf4\xfd\xf9\ \x7f\x05\x00\xdf\x7f\xf5\xee\xa5\x87\x1f\xcd\x08\x9f\x25\xc9\x53\ \x4f\x3c\x93\x6a\xb9\x08\x4b\x23\x93\x0a\xf1\x5b\x51\xa7\x41\x53\ \xa0\x97\x86\x4f\x14\x27\xcf\x9f\x38\x4e\xfb\xe1\x6c\x71\x9c\x10\ \x91\x1d\x1f\x1d\x5e\x1e\x5e\xbf\x75\xd7\x49\x03\x33\x57\x94\x15\ \x25\x49\x7d\xc4\x93\xb3\xe7\x3f\xdc\xec\x39\xeb\x3b\x75\x8e\x35\ \x4b\xd7\xb3\x86\x22\x2b\x55\x43\x52\xa0\xa4\xc4\x94\x21\x41\x24\ \x28\xbc\xc0\x63\x24\x42\x1e\xa4\x8c\xdb\x8a\x1e\xd6\x0e\x16\x0e\ \x1f\x5e\xbe\xb7\x34\x7a\x72\xe1\xd6\xc1\xce\x6b\xdb\x4b\x7b\xfb\ \xfb\x19\x3b\xdb\x6f\xf7\x4e\x1e\x3e\x36\x7e\x78\x6e\xb5\xd5\x66\ \x84\x6a\x9a\x65\x65\x74\x23\x6b\xad\xdc\x5d\x6d\xee\xd6\xe8\x03\ \xfe\x14\x0a\x5d\xc1\x33\x93\x93\x41\xb6\xb0\x78\xeb\x4e\x10\x47\ \x39\x43\x63\x8c\x41\x01\x04\x40\x48\x56\x80\x80\xb5\x4e\x2b\x01\ \x62\x7c\x74\xb4\xb1\xbf\x43\xe2\xf0\xd3\x9f\x78\xd6\x50\xb0\x04\ \x41\x92\xa4\x58\x56\x62\xb7\x93\x95\x62\x53\xd6\x08\x05\x4e\x8a\ \xeb\xcd\x40\x20\xcc\x05\x12\x58\x81\x8c\x49\x9a\x6a\xe5\xec\x66\ \xbb\xeb\xed\xb1\x95\xad\x3d\x3f\xa6\xaa\x9d\x49\x89\x68\xb7\xba\ \xa3\xa5\x43\xba\xae\x93\x1f\x56\x20\x3f\x36\xfe\x40\x30\x81\xb7\ \x76\x3b\x02\xab\xbb\x8d\x76\x3b\xe4\x13\x33\x47\x17\x8e\x9e\xa4\ \x09\x1d\x34\xda\xe7\x8f\x1d\xc6\x05\x43\xb9\xf4\xd8\x37\xbe\xf6\ \x0d\x02\x55\x05\x29\x69\xea\x35\x76\xd7\xf2\x05\xfb\x23\x4f\x3c\ \x84\x80\xba\x7b\xe6\x7c\xc6\xca\xdc\x5d\xbc\x25\xe2\x68\xbf\xed\ \x86\x9e\xc7\x85\xe4\x7a\x61\x1a\xc5\x85\xac\x1a\xc6\xf1\x7e\x6d\ \xdd\x69\x75\x83\x84\x3b\x42\x31\x26\x0e\xd7\xea\xf5\xef\xbd\x75\ \x73\xaf\xb6\x33\x3f\x7f\xcc\x0f\xf9\xb7\x5e\x7d\xe9\xe1\x8b\x8f\ \xfd\xcd\x77\x5e\xaf\x77\xbb\xc5\x5c\x35\x48\x12\x86\xd9\xd0\x50\ \xa1\x54\xca\xca\x12\xb6\x4c\xfd\xc6\xb5\xbb\x00\xab\xb2\xa4\xf7\ \x9a\xdd\x24\xdd\x63\x10\x2b\x8a\xe1\xb9\xfe\xd4\xe4\x64\xbf\xd3\ \x10\x81\x7f\x64\x62\x4c\x9a\x1c\xea\xb4\x6b\xbb\x5b\x58\x4b\x49\ \xbf\xdb\xcf\x98\x76\xa5\x32\xec\x20\xf9\xfe\xe6\xda\xda\xe6\xca\ \xf4\x44\x79\xa8\x54\x55\x35\x43\x51\xf4\x72\xbe\xb4\xbb\xb1\xe3\ \x3b\xce\xc2\xb9\xb9\x28\x0c\xf7\x0e\xea\x57\x97\x17\xa7\x8f\xcc\ \xcc\x8d\x8f\x37\x37\x77\x77\x56\xef\x47\x14\x41\xbd\x58\xef\xf5\ \x17\xef\x5c\xd1\x21\xa7\x3a\xf4\x7b\x41\xd1\x44\xf3\x63\x65\xdd\ \x56\xbb\x7e\x70\xf9\x8d\x57\x42\xca\x7e\xee\x97\xbe\x70\x6c\x7e\ \x3e\xa1\x31\x65\x72\xca\x13\x28\xc4\xfb\x70\x68\x28\x8a\xda\xf5\ \xa5\xed\xc6\x60\xbe\xc2\x72\x85\xe2\xf7\xbe\x7f\x73\xe5\xc0\x9f\ \x3a\x75\xa4\x3c\xac\xce\x1d\x39\xbc\x79\x3d\x94\x14\x1d\xc9\xc0\ \x02\xd0\x6d\xf4\xfa\x03\xbf\xb9\xd7\xf1\xfc\x48\xbb\x63\x18\xba\ \x5a\xd6\xad\x75\x42\x99\x14\x23\x44\x20\x8f\x8a\x39\xa3\xd3\xda\ \xbd\x7e\xe5\x56\x4a\xa0\xaa\x5b\x50\x82\x88\x13\x19\x2a\x14\xc8\ \x48\x40\x43\x91\x75\xc8\x21\x4d\x0a\xd9\x5c\xb7\xcf\x6a\xfb\xfb\ \xa3\xe3\x13\x24\x15\xcd\xed\xbd\x73\xe7\xce\x73\x55\xf9\xfd\x3f\ \xfb\xe3\x14\xf3\x04\xb0\x38\x4d\x6d\xcd\xa4\x7e\x92\x72\x51\xeb\ \xf7\x90\x62\x48\x92\x0c\x05\xf1\x9c\xee\xed\xc5\x3b\x4e\xdf\x69\ \xf9\xa9\x82\x91\xa6\x61\x8c\xd2\x34\x8e\xaa\x19\x5b\x64\xac\x8d\ \xd5\x65\x45\x53\x39\x20\x18\x4a\x49\x1c\x11\x8c\x63\x2e\xdc\x24\ \xa5\x18\x43\xcf\xa9\xb2\xa2\x2c\xf3\x4a\x36\x17\x0e\x5a\x2d\xd7\ \x89\x43\xbf\x50\x2c\x71\x0e\x9c\xf6\xc1\x58\x06\x29\xba\xda\x73\ \x93\x7d\x47\x74\x53\xbd\x3f\x18\x48\x12\x32\x55\x49\x45\xc2\x02\ \xf0\xa0\xd3\xe2\x50\xf1\x43\xd2\xf1\x22\xd9\xc8\x0a\x24\x49\x10\ \x33\xca\xd6\x36\x76\x0d\x5d\x99\x9a\x77\x31\x46\xff\x10\xea\x07\ \x12\x42\xba\x5d\x4f\xd2\x0c\xe2\xfa\x69\xad\x2f\x84\x74\x64\x6e\ \xfe\xbb\x2f\xbd\xf3\xdb\xbf\xfd\x87\x9a\x9a\xbf\xf4\xa1\x47\x47\ \xa6\xe6\x1f\x79\xec\xc9\x85\xa3\x67\x52\x2a\x5c\xcf\xd9\xde\x5b\ \x4f\x09\x97\xb1\xec\x7b\x61\xb9\x54\x51\x14\xf5\xf9\x4f\x7d\x66\ \x10\xa4\x5f\xfa\xf2\x37\x73\x85\xbc\xaa\xdb\x49\x4a\x9c\x6e\xab\ \x60\x17\x05\x10\xae\xeb\x47\x69\x72\xfa\xec\x99\x4b\x1f\xfc\xe0\ \xad\xdb\x77\xff\xef\x3f\xff\x0b\xd7\xf3\x9c\x41\xef\x8f\xfe\xf0\ \x3f\x1e\x3d\x72\x78\x6b\x73\x4d\xcd\x94\x17\x57\x56\x00\x96\xec\ \x7c\xde\x77\x03\x2f\x0c\x9e\x39\x7d\x0a\x80\x74\x6a\x72\x5a\x30\ \xbc\xb8\xb8\x41\x04\x4c\x19\xf5\x43\x9f\xa5\x91\x91\xc9\x72\x46\ \x2a\x85\xbc\x26\x49\x3b\xdd\x8e\xca\xe3\x91\xb9\x49\x45\x91\xae\ \xbd\xf9\xfa\x16\x56\xce\x2d\x2c\x58\x19\x8b\xe9\xc6\xd4\x91\xe3\ \x83\xed\xed\x17\xdf\x7a\xeb\xfe\xfd\xad\x91\xf1\x09\x4d\xd5\x0f\ \x2f\x1c\xd5\x0d\x7b\x6d\x75\x63\x7d\x63\x4b\x96\xa4\xc5\x7b\xf7\ \x86\x86\x86\xf6\xdb\x9d\xe0\x66\xfa\xf1\x4f\x7d\x46\xca\x8c\xac\ \x6d\xbe\xe0\x38\xf1\xc4\xcc\xf4\xf6\xf6\xce\xe5\x37\xdf\xfa\xc2\ \x4f\x7f\xee\x91\xa7\x2e\x81\x38\xda\x59\xb9\xbb\x72\xe7\xb6\x17\ \xc7\xde\xa0\x1f\x71\x6c\x66\x33\x59\xdd\x98\x98\x9a\xb8\x75\xed\ \x6a\x26\x67\xc6\x51\x80\xa0\xa1\x2a\xc6\xfb\xc8\x3d\xc4\x18\x6b\ \xaa\xa8\xd7\x36\x8e\x8f\x8d\xf1\x54\x54\x47\x86\x97\x0e\xd6\xbe\ \xf1\xed\x6f\x3f\xf1\xc1\x73\x0f\x9d\x7c\x1a\xc5\x68\x6b\x67\x47\ \x60\x6d\xe1\xe8\xc9\xa1\xb1\x43\x37\xaf\xdf\xfc\x8d\x7f\xf2\x9b\ \xcd\x76\x07\x02\xf0\xe4\x93\x4f\x8e\x8d\x8e\x4f\x4d\x37\x13\x8a\ \x08\x49\x02\xdf\x2f\x95\x2a\x1b\x9b\x5b\xae\x17\x42\xa0\x30\x9e\ \x22\x8c\xb0\x22\x12\x0e\x14\x1d\x21\x06\x24\x43\x43\x08\x29\x58\ \xc1\x5c\x12\x89\x18\x2d\x8f\x16\xf4\x9c\xef\x87\xbd\xce\xc0\xf5\ \xfc\x34\x88\x45\x98\x26\x2c\xf2\xa3\x60\x7e\xfe\xf0\xfd\xb5\x75\ \x03\x6b\x91\x13\x24\x7e\x8c\x20\x06\x10\x18\xba\x91\xcd\x66\xc2\ \x30\x22\x84\x71\x0e\x13\xc6\x54\x05\x49\x92\x02\x45\x44\x08\xc9\ \x64\x32\xa6\x6d\x65\x32\xf6\xfe\x41\x43\x52\x34\x48\x58\x4a\x09\ \x21\x44\x40\xac\x68\x86\x24\x2b\x07\xcd\x66\x26\x97\x1b\xad\x96\ \xbc\xc0\x6f\x34\xf6\x03\x2f\xc8\x66\xb3\x02\xc0\x76\xaf\x9b\xb3\ \xb3\x1c\xcb\xcd\xae\xdb\xf7\xc2\x5e\x10\xf7\x83\x84\x51\x62\xaa\ \x92\x2e\xa3\x30\x15\x79\x9b\xd8\xb9\xa2\x13\xd1\xa1\x89\x69\x67\ \xbb\x46\x04\x7c\x60\x64\xf2\x3c\x2f\x0e\x21\xf8\x61\xa6\xdf\x1f\ \x53\xfd\x48\x12\xee\x74\xba\xb7\xef\xae\x64\xb3\x13\xe3\x13\xe3\ \xd9\x2c\xbf\x7b\xe3\x9d\x4d\x73\x47\xc1\x43\x76\xa6\x74\xed\xce\ \xfe\x85\x0f\x40\xca\xa5\x6c\x69\xf4\xca\x8d\xc5\x85\xa3\xc7\x4b\ \xc3\xe3\x8d\x5e\x57\xd3\xf0\xd0\x50\xe5\xde\xe2\xea\xee\x5e\x2d\ \x4d\xd2\xc9\x68\xb2\x3a\x32\x26\x6b\x86\xe3\x79\x16\xc0\xba\xae\ \x06\x8a\x94\x2b\xe4\x01\x82\x8c\x8b\x42\xb9\xf2\x81\xa7\x9f\xde\ \xd8\xd9\x7d\xe9\xbb\xdf\xd3\x2c\x4b\xd2\x8c\x42\xb9\xc2\x29\x3d\ \x68\xf5\xfd\x90\x5d\xb9\x76\xa7\x3b\x70\x25\xd9\x94\x15\x2d\x5f\ \x34\x06\x0e\x92\x55\xe3\xd4\xa9\x73\x5f\xff\xda\xd7\xf7\xeb\xcd\ \x5c\xb1\xec\x85\x11\x0d\xdc\xbe\xd3\xcb\x5a\xba\x84\x01\x82\xcc\ \xe9\xf7\x06\x9d\x76\xc1\xb2\x4f\xcc\x1d\xcb\x19\x6a\xbb\xdb\xf3\ \x63\xf6\xf6\xcd\x25\x0e\xf0\x85\xb3\xa7\x81\xac\x5e\xdd\xd8\x7a\ \xe1\xc5\x17\x37\xf6\x1b\xd9\x5c\x79\x30\xf0\x55\x59\x4b\x12\xa1\ \xe9\x52\x92\xf2\x20\x4c\x8a\x25\xab\xef\x85\xfb\xed\x45\xc7\xed\ \x13\x8c\xf5\xfc\x48\x18\x09\x3f\x02\x67\xcf\x3d\xda\xeb\x75\xa7\ \xc7\x26\x9f\xfb\xd0\x87\xee\xdd\x5b\x6b\x36\x5b\x67\xce\x9c\x1e\ \x9b\x9c\x7b\xfc\x69\x78\xfb\xf6\x1d\xbd\x58\xb9\xba\xb4\x1c\x03\ \x36\x3e\x54\xbe\x7c\xf9\x4d\x45\xd0\xd1\x6a\xa9\x92\xcf\x50\xf5\ \x7d\xfa\xe7\x05\x10\x0a\xf4\x97\xef\xbe\xfd\xdc\xa3\x3f\x21\xeb\ \xb2\x6e\xe9\xb7\x17\x6f\x6f\xf5\x3a\xb9\x11\xfb\xf8\xd1\xc3\x19\ \x64\x3e\xfc\xe4\xb3\x01\x8b\x55\x3b\xef\x7a\xde\xc0\x0d\x52\x4a\ \x09\xa1\x92\x2c\xb7\x3b\xdd\x0d\x6f\x13\xcb\x52\xc6\xca\x24\x71\ \x64\xd9\x32\x05\xa0\xd9\xe9\xc8\xaa\x9a\xc4\x82\x72\xc8\x38\xe1\ \x24\x95\x08\xcd\xa9\x06\x06\x80\x30\x26\x04\x0a\xfc\x50\x55\x8d\ \xd1\x91\x29\x01\x51\x14\xa5\x08\x0a\x81\x94\x57\x5e\x7d\x3d\x25\ \xf1\xec\xdc\xec\x5e\x7d\xd7\xeb\xb6\x46\xf5\x42\x8b\x29\x88\x23\ \x99\xa1\x23\x87\x0e\x43\xb8\x9b\x52\x92\xcb\x64\x2a\xa5\x62\xb7\ \xd5\xc4\x08\x17\xf2\xc5\x28\xf0\xc3\x30\x86\x02\x30\x0e\xf6\x0f\ \x0e\x90\x24\xe5\x72\x59\x2c\xab\x8c\x0b\x40\x08\xc2\x12\x00\xc0\ \xd0\x0d\x55\xb7\xb4\x6c\x9e\x33\xe2\xf4\x7b\x23\xe5\xbc\x9d\x2d\ \x1c\xb4\x3a\x6b\xeb\x9b\x39\xdb\x42\x18\x2a\xaa\x9a\x2f\x97\x73\ \xb6\x71\xd0\xea\xd6\x5a\xbd\xd6\xc0\xf5\x62\x0a\x54\x13\xca\x22\ \xa0\x49\x18\xd2\x88\xa5\x4e\xd8\x47\xdd\x20\x11\x68\xfc\xd0\x61\ \x3b\x17\xb9\x41\x90\x92\x18\x0b\xa0\x48\xb2\x84\x04\x44\xe8\xbf\ \x3e\xed\x3f\x2e\xff\x02\xe7\x9a\xae\x9e\x7d\xf8\x7c\xec\xd9\xaa\ \xa4\x16\x33\xbc\x50\x1c\x55\x8d\x8a\x24\x9d\x69\xb4\xd5\xb6\x43\ \x7c\xc0\x20\x90\x1c\x3f\xb9\x73\x6f\xbd\xd5\x8f\x2f\x7d\xe0\xc9\ \x33\x0f\x3d\xb2\xb3\x77\x3f\x21\xe0\xf4\x43\xe7\x2f\x3d\x37\xc6\ \xa2\x68\x7b\x77\xeb\xde\xc6\xae\x17\x84\x5e\x98\x42\x84\x6d\xdb\ \x88\x7c\x0d\xcb\xb8\x3f\xe8\x19\x56\x66\x76\x76\x86\x63\xe9\x8b\ \x5f\xf9\x4a\x14\xa7\x9a\x6e\xa9\xaa\x0e\x00\xb0\x33\x06\x49\x93\ \x72\x75\xec\xdd\x6b\x57\x13\x21\x52\x4e\x62\xc2\x2d\xd3\x04\x08\ \x7d\xfd\x9b\xdf\xbe\xbb\x7c\x47\x42\xd2\xc6\xd6\x0e\x21\x88\x09\ \x8e\x25\x34\x32\x36\x52\xc9\x65\xef\xdd\x5b\x51\xad\x4c\xbb\xeb\ \xe9\xba\x3e\x3b\x32\x3b\x5c\xae\x26\xa1\x2b\xcb\x46\xa1\x32\xd6\ \xc7\xca\xeb\xb7\xef\xde\xab\xef\x17\xcb\xa5\x83\x56\x2b\x49\xe9\ \xf0\xe8\xb8\x66\x64\xfa\xfd\x6e\x10\xb1\x66\xab\x8b\xb0\x1e\xc6\ \x04\x2b\xba\x1b\x11\x2c\xb3\x81\xe7\x0f\x3c\xaf\x3c\x31\x19\x31\ \x9c\x70\x6e\x65\x4b\x9b\x1b\xaf\xd1\x24\x7e\xfe\xf9\x4f\xda\xb6\ \xb5\xba\xb6\xf2\xda\x9b\x6f\xff\xc9\x5f\x7c\xe9\x57\x7e\xe6\x73\ \x1f\xfb\xc0\x25\xb3\xd6\xfe\xfe\x95\x77\xce\x3d\xf9\x84\xf1\xe6\ \x1b\x8b\x6b\xf7\x8e\xcf\xcd\x9d\x3d\x7d\x2a\x83\x70\xd4\xeb\x12\ \xc4\xa0\xf6\x7e\x12\x5a\x11\x04\x2a\x74\xb7\xd6\x36\xa3\xe8\x71\ \x49\xc0\x6e\xbf\x9d\x24\xd1\xec\xec\xcc\x89\x93\x27\x47\x26\x66\ \xa6\x87\xa6\x65\x59\xa5\x98\x00\x80\x34\x24\x09\x01\x08\xe3\x7e\ \x18\x1c\x3e\x7c\x78\x6c\x62\xfc\xc6\x8d\xc6\xee\x5e\xcd\xb4\x8a\ \x10\x43\x4d\xe5\x83\x7e\x33\x0e\x23\x5d\xcb\x50\x41\x04\xc2\x94\ \xc2\x84\x32\x40\x02\x00\xa1\x6d\x67\x0c\x55\xb6\xec\x8c\x61\x67\ \xf2\xe5\xea\x76\xad\xbe\xb1\xb3\xc3\x11\x2e\x97\x87\x12\x59\xaa\ \xd7\xda\xc5\xac\x1d\xf4\x5d\x43\xe0\x11\xbb\x30\x6a\x17\x46\x9e\ \x7a\xe6\xc6\xad\xdb\x3b\xeb\xdb\x47\x4f\x9f\x99\x9c\x98\x08\xc2\ \xd0\xd2\x8d\x7c\x36\xb3\xb7\xb9\x95\x26\x49\xd6\x32\x54\x59\x49\ \xa2\x30\x4d\x12\x49\x86\xf5\xfd\xfd\xd1\xb1\xb1\xe3\x27\x4e\x2d\ \x2e\x2d\x01\x00\x11\xc2\x10\x22\xdd\xd0\x35\x55\x95\x14\x3d\x49\ \x48\x1c\x06\x69\x4c\xfc\x20\x6e\x77\xfb\xa5\x62\xe1\xe8\x89\x93\ \xde\xa0\xab\xeb\x8a\xa1\x9b\xaa\x2a\xc7\x4c\xd4\xda\x83\x7a\xab\ \xdf\xf7\x62\x3f\x65\x92\x6a\xc8\xaa\x86\x64\x1d\x42\xc1\x10\xf4\ \x62\xa2\x48\x0a\x94\x95\xed\xda\x81\xa4\xe9\x9a\x10\x30\x11\x80\ \x33\x55\x92\x65\xe9\x87\xe7\xae\xfe\x98\xea\x87\x51\x96\x2d\xe4\ \x8e\x9d\x3a\x96\x7a\xf9\x76\x63\x9f\xc4\xb5\xc9\x71\x7b\xfe\xc8\ \xc9\xc5\x25\x5c\xa9\x94\x88\x92\xf6\x1c\x67\x22\x67\x66\x0a\xe5\ \x4e\xcf\xbd\x79\xfb\x95\xd9\xf9\x23\xa5\x6a\x39\x8c\xa8\xef\x05\ \x95\xf2\x18\x8d\x62\x49\x35\x66\x17\x8e\x7d\xae\x38\xe4\xc7\xec\ \x8b\x7f\xf5\x25\xc7\xe9\xd9\xd6\xc8\xc8\x48\xa5\x98\xcf\x75\x1a\ \x7b\x94\x32\x26\xc0\xdd\xa5\x7b\x61\x92\xa6\x4c\x04\x03\x0f\xa0\ \xd0\xd0\x34\xca\x11\xe4\xdc\x34\x8d\xca\xf0\x38\x8c\x3c\x2f\x48\ \xfa\x8e\xcb\x38\x48\x08\xf3\xbd\x7e\xdf\xe9\x1c\x3f\x7a\xdc\x30\ \x6d\xd7\x89\x0b\xc5\x12\x40\xd4\xb2\xf5\xd1\xb1\xb1\xcb\x97\xdf\ \xd2\x09\x95\xb0\x82\x80\x30\x74\xdd\xf3\xbc\x9d\xad\xcd\x30\x05\ \x14\x48\x04\x2b\x72\xae\xb8\xe7\xf8\xad\x94\x1a\xa6\x99\x2d\x64\ \x90\x62\x32\x86\x7c\x3f\x4d\x08\x40\xb8\xc5\xa1\xa6\x59\x59\x06\ \x9a\xaa\xa6\xef\xd5\xf7\x14\x55\xf2\x83\xb8\x3c\x34\x94\x2d\x58\ \x96\x29\x4f\x4f\x8e\x6e\xdc\x5f\x3d\x72\x68\xfe\xc6\xd5\x6b\xed\ \x4e\x47\x20\xd4\x72\xfa\x48\x55\xde\xbe\x7e\xe7\xc4\xdc\xe1\x0b\ \xcf\x7c\xf8\xa5\xab\x57\xd6\xb6\xb6\x2f\x5e\xba\x74\xf9\x8d\xd7\ \x7f\xfa\xf3\x9f\x1f\x2a\x57\x56\xae\x5c\xeb\xd7\x6b\xe5\x53\xe7\ \x54\x03\x89\xf7\x18\x81\x20\x84\xc0\x08\xff\xee\xff\xf2\x2f\x20\ \xe8\xda\x16\x95\x38\x9e\x0b\xd4\x7f\xf1\x5b\xff\x74\xee\xf4\xa9\ \xf2\x44\x49\x86\x2a\x49\x80\x40\x50\x42\x0a\xa1\x14\x20\x50\xab\ \xed\xb5\x1a\xfb\x17\x1e\x3e\xfb\x7f\xfe\x87\xff\xcb\x19\x0c\x7e\ \xf9\x57\xae\x27\x49\x02\xa0\x0f\x11\x08\xbc\x10\x0a\xa2\x6b\xba\ \xef\x07\x8c\x22\x84\x31\x40\x88\x71\x01\x04\x67\x49\x8a\x0c\x96\ \xc6\x31\x63\x2c\xe5\x62\xee\xd4\xa9\xef\x5c\xbd\xb2\xd1\x69\x52\ \xac\x5c\xa9\xd7\xf2\x12\x54\xb2\xa6\x91\xcf\x0e\x5c\x47\x01\xa0\ \x9a\x2f\x01\xca\x46\xc6\x47\xd6\x33\x99\xce\x5e\x2d\x8a\xa2\x72\ \xb1\x68\x9b\x26\x46\x48\x30\x36\x18\xf4\x93\x30\x94\x00\x30\x0d\ \x3d\x9f\x2f\x52\x4a\xe2\xc4\x8f\x13\xdf\xb6\x33\xd3\xb3\x87\xae\ \xdf\xb8\x09\x20\x94\x14\x05\x0a\x8c\xb0\xcc\x04\x20\x71\x3c\x70\ \x42\x42\x53\x53\xd7\xc2\x88\x74\x06\xee\xda\xfa\xd6\xa9\xe3\x0b\ \x85\x7c\x2e\x0a\x5c\x4d\xd7\xb8\x10\xb7\xee\x2e\xaf\x6d\xee\x3a\ \x61\x42\x20\xe6\x18\x87\x94\x21\x40\x6c\xcb\x36\x74\x9d\xa4\x29\ \x82\x9c\x00\x90\xcb\x15\xdb\xbd\x5e\xce\x52\x60\x1a\x2b\x8a\x4a\ \x49\x9c\xa4\x09\x49\x59\x12\x45\xf0\x1f\x02\xbf\xc3\x39\xcf\x64\ \x33\xaa\x21\x9f\x3b\x7d\xa1\x7d\x50\xbf\x76\x7d\x2f\x8e\x5d\xd7\ \x69\x78\x8e\xb2\xb3\xdf\x22\x6a\xb8\xb9\x6a\xcf\x3e\xfa\xb8\xaa\ \xc8\xf7\xee\xdd\xe3\x42\xee\xf4\x06\xae\x17\xcd\x1c\x3a\x6c\x59\ \x1a\x06\x10\x50\x2c\xb8\x10\x00\x16\x4b\xe5\x7f\xfe\xcf\x7f\xf3\ \xcc\x99\x53\x7f\xf0\x7b\xbf\x57\x2a\xe6\x87\xca\xa5\xed\xf5\x75\ \x4e\x48\xa9\x54\x04\x10\x6d\xef\xee\x45\x71\xc2\x91\x1a\x25\x69\ \x9a\x86\x49\x4a\x53\x22\xf2\x59\xbb\xdb\xed\x6b\x86\x25\x12\xdf\ \xca\xe6\xe2\x34\xae\x1a\xd5\x20\x74\xa1\x84\x27\x27\x27\x28\xa3\ \x86\x65\x52\x8a\xec\x5c\x3e\x57\xb0\x7b\xfb\xbb\xef\xbe\xfb\x0e\ \x67\x1c\x08\x9e\xcd\x66\x8a\xa5\x8a\x24\x2b\xeb\x5b\x3b\x8d\x7a\ \x83\x70\x2c\x30\x06\x48\x96\x0d\xc5\x52\xd5\x94\xa4\xaa\x95\xe1\ \x48\x86\x92\xc2\x39\x48\x18\xa3\x49\xda\xee\xbb\x42\x6a\x4f\x4c\ \x4e\x8f\x4d\x4c\xed\xec\xed\x24\x71\x62\x65\x4c\x59\x51\xf2\x99\ \x8c\x04\x5d\x19\xe0\x99\x89\xdc\xd9\x53\x87\x55\xac\x77\xdb\x6d\ \xd7\xf3\x7b\x9e\x0f\x35\xc5\x32\xed\xb5\xcd\xed\x3f\xfe\xd3\x3f\ \xff\x97\xff\xea\x77\xfe\xc9\x6f\xfc\xb3\xdf\xff\xf7\x7f\x74\xf2\ \xf4\x09\x05\xc1\xd9\xd9\xd9\x5e\xaf\xaf\xe8\xfa\xc0\xf5\xad\x38\ \xd2\x61\xe1\x7d\x58\xea\x85\x10\x4e\x6b\xc7\xb0\x92\x7e\x1a\xa7\ \x09\x90\xb1\xf1\xf8\xb9\x93\xca\x68\x05\x80\x10\x08\x8a\xe5\x8c\ \x00\x80\x50\x22\x0b\x00\x00\x40\x34\x55\x90\xf8\x9f\x7f\xeb\x9f\ \xe9\x0a\x7a\xed\xc6\x55\x3f\xf0\x20\x02\x00\x30\x46\x28\x21\x21\ \x84\x54\x53\x14\xce\x99\x10\x0a\x80\x80\x33\xce\x84\x90\x20\xc0\ \x42\x08\x42\x38\xc2\xfd\xc1\xc0\xa7\x69\xbd\xdf\xe9\x91\x38\xd0\ \x30\xd5\xe4\x50\xe6\x65\x5d\xd3\x69\xac\x58\x7a\xb9\x5a\x26\xae\ \x3f\x3b\x3d\x1d\xc4\x71\xab\xd7\x2d\x0d\x57\xab\xd3\x93\x84\x03\ \xcb\xd4\x34\x05\xef\xed\xee\x0e\x06\x7d\x4a\x52\x45\x91\xb1\x84\ \x3d\xcf\x8b\xb1\x64\x9a\xa6\xa6\x9b\x48\x46\xdb\xbb\x7b\x71\x92\ \xfa\x41\x98\xc9\xe6\x25\x49\x26\x8c\x45\x51\xc4\xb8\xd0\x34\x1d\ \x63\x44\x28\xe0\x5c\xf8\x71\x6c\x51\xa3\xeb\x78\x57\x6e\xdc\xce\ \xdb\x66\x3e\x63\x2e\x1c\x9e\xdb\xae\x1f\xbc\x7b\x7b\xb1\xd1\xea\ \x62\x45\x8f\x29\x37\xec\x1c\xa3\x8c\x50\x1e\xa5\x04\x2b\xaa\xa4\ \x68\x02\x51\x46\x18\x85\xc8\xce\xe7\x19\x67\xaa\x22\xf9\x49\xa4\ \x28\x12\x61\xc4\xf3\x1c\xc2\xf8\x3f\x08\xfe\x00\x63\xdc\x38\x68\ \x42\x88\xdc\xa0\xf3\xc4\xa5\x0b\x4b\xab\xdf\xea\xf6\xda\x63\x13\ \x34\x9f\xd1\xda\x5d\x2f\x05\xae\x2e\x3c\xc0\xfd\x56\x73\xf7\xd2\ \x13\x8f\x3e\x72\xf1\x83\xc7\x4f\x2e\x18\xa6\xc6\x81\x40\x80\x32\ \xce\x20\x84\x08\x63\xc1\x39\x17\x3c\x0e\x82\xa7\x3f\x74\x69\xa4\ \x9a\xbf\x73\xfd\x7a\x1c\x06\x95\xac\xf9\xe1\xa7\x2e\xbd\xf4\xd2\ \x4b\x41\x9c\x24\x29\x23\x14\x70\x44\x09\xa3\x29\x65\x22\x21\x10\ \x44\xaa\x2a\xcb\x08\x13\x4e\x14\x2c\xa5\x94\xb9\x6e\x54\x3d\x57\ \x4d\x93\x30\xf4\x7b\x19\xdb\xea\xb4\xdb\x08\xc8\x33\x33\xb3\xbd\ \x20\xca\xe7\x2b\x98\xa6\xbb\x4e\x77\xe1\xc8\x91\x66\xb3\x03\x10\ \x42\x92\xbc\x53\xdf\x8f\xbd\x41\x4c\x28\x61\x0c\x4b\xb2\xac\x28\ \x11\x49\x64\xac\x50\xc2\x38\xe1\x04\x51\xca\x28\x02\x48\xd6\xb4\ \x94\x32\x28\xc9\x51\x92\xec\xd5\xf6\xa6\xa6\xa6\x1d\x67\xd0\x6a\ \x36\x24\x08\x0d\x55\x55\x10\x23\xce\xea\xee\x81\xb3\x7d\xbf\x3e\ \x52\x51\x03\x9f\xc7\x51\x08\x10\x46\x58\x4e\x53\xe2\xbb\x6e\xae\ \x5c\xb8\x76\x77\xf1\xab\x2f\x7c\xf5\xa7\x7e\xe6\xf3\xa7\x8f\x9f\ \x6c\xd6\xf7\x87\x4a\xe5\xc0\x0f\x8e\x1c\x99\xb2\x64\x6d\xf1\xee\ \xa2\xeb\xfb\x25\x84\xd8\x7b\x97\x6d\x18\xa3\x2f\xbd\xf0\x25\xc1\ \x3a\x8a\x4a\x87\x87\xa7\x4e\x9d\xfa\x20\x42\x09\x88\x3a\x40\xa3\ \x80\x00\xc0\x05\x94\x2c\x89\x25\x48\x96\x01\x8d\xcf\x9d\x38\xfc\ \xab\xbf\xf4\x73\x59\x4d\xba\xfa\xfa\xab\xa1\x37\x50\x64\xac\x6a\ \xb2\x2a\x61\x08\xa1\xe0\x06\x67\x31\xa5\x09\x04\x48\x08\xc6\x39\ \x13\x82\x0b\x28\x24\x09\x93\x34\xe5\x94\xeb\x59\xcd\xd4\x8d\x7e\ \x10\x44\x51\xf4\xec\xc7\x3e\xf2\xe7\xdf\xf8\x3a\x95\x25\x26\x28\ \x94\xd1\xf8\xf8\x28\x27\xe9\xa7\x3f\xf7\xe9\xc4\xf7\x55\x2c\x91\ \x94\x4a\xaa\x22\x1b\xa6\xac\xe9\x37\x6e\xde\x0e\x9d\x40\x57\xa5\ \x4e\xbb\x99\x24\xb1\x84\x04\x63\x94\xd2\x34\x4e\x12\x37\x75\x07\ \x83\x9e\x40\xdc\xb0\xf4\xf5\xf5\x8d\x9d\xbd\x3d\x4a\x39\x12\x2c\ \x88\x62\xce\x05\x65\x5c\xd3\x34\xc3\xd0\x21\x8c\x93\x24\x4c\x49\ \x22\x04\x8f\x53\x06\x01\xd4\x35\x1d\x62\x25\x4c\xc8\xca\xea\xfa\ \x9d\xb5\xfb\x6d\x27\xe0\x58\x06\x02\x40\x84\xc2\x28\x92\x15\x55\ \x51\x65\x4a\x92\x30\x00\xb9\x6c\x0e\x69\x8a\xa2\x41\x88\x80\x2a\ \x49\x51\x10\x25\x51\x84\x21\x90\x11\x86\x8a\x8c\xb1\xfc\x43\x33\ \x05\x7f\x7c\xfc\xb5\x2c\xa9\x71\x40\x76\x77\x37\x29\xf5\x07\x7e\ \x3c\x33\x7b\xe4\xe2\x23\x1f\x9a\x9e\x38\x03\x72\x43\x00\x26\x80\ \xed\xb2\xc0\x3d\xff\xf0\xa9\xf3\x8f\x3e\x09\x90\xca\x28\xe0\x0c\ \x08\xc4\x29\xe0\x0f\xde\xbf\x61\x42\x70\x2e\x00\x23\x9a\xa6\x00\ \x08\x12\xdf\xd9\x5a\xbf\x57\xdb\xdd\x1d\x1f\x19\xbd\x7a\x6f\x79\ \x77\x7b\x43\xb6\x0a\x09\x11\x94\x01\xc1\x05\xa3\x02\x08\x00\x38\ \x63\x8c\x30\x46\x90\x60\x84\xa7\x51\x14\x18\x66\xde\x73\x82\xd6\ \xc1\x81\x60\xec\xfc\xc3\x67\xab\xd5\xbc\xeb\x0e\x92\x80\x0e\x57\ \xab\x36\x81\x02\x60\xcb\xca\x29\x8a\x61\x6a\xaa\xaa\xc7\x92\xac\ \x44\x69\xea\x7a\x3e\xe6\x80\x40\x24\x29\x50\x42\x30\x4a\xa2\xc9\ \xd1\x11\x3b\x93\xbd\x7b\xf7\x2e\xa4\x4c\xd6\xb0\x84\xa1\x10\x00\ \xcb\x18\x63\x24\x30\x0c\x93\x38\x8a\xe3\x6a\xa5\x62\x99\x06\x49\ \x63\x05\x23\x53\x51\xd6\x16\x6f\x6d\xde\x31\x47\x2a\x7a\xd9\xd2\ \x1f\xbb\x30\xff\xe5\xaf\x5e\x0e\xe3\x40\xd2\x72\x40\x20\x92\xa4\ \x82\x53\x57\xc6\xaa\x2c\x7d\xfd\x5b\xdf\xfc\xe8\x4f\x7c\xec\xd2\ \x85\x47\xff\xb7\x7f\xfd\xbb\x19\xdb\x9e\x7a\xfa\xb9\x8d\xed\x9d\ \x7a\xad\xfe\xf6\xd2\xd2\x33\xd3\xb3\xe8\x7d\x99\x4f\x21\x04\x27\ \xe7\x0f\xa9\xea\x08\x85\x21\xa7\x68\xd0\xac\xb3\x20\x14\x30\x60\ \x28\xd8\x6b\x74\x3b\x7d\xa4\x58\x43\x8f\x7c\xe0\x03\xa5\xe9\x19\ \x6f\xbf\x16\xf5\x9a\xe7\x8f\x2f\xac\x2d\xde\x80\x8a\xa6\xc9\x38\ \x09\x7d\x04\x05\x46\x02\x23\x90\xd2\x74\x7c\x74\xc8\x19\xb8\xfd\ \x6e\x88\x04\x82\x82\x09\xc8\x1e\xbc\x96\x83\x15\x15\xc9\x98\x71\ \x5a\x2e\x15\x6b\x8b\xfb\x7e\xb7\x73\xee\xd1\x47\x2e\x5f\x79\x77\ \xb9\x56\x9b\x2e\x97\x1f\x9b\x9d\x69\xdc\xbb\x27\x90\x9c\xcd\xd9\ \xc2\xd2\x19\x25\xf9\x5c\x01\x21\x14\x44\x29\x44\x52\x29\x9b\xd9\ \xf7\xfd\x72\x29\x57\x29\xe5\x76\x76\x76\x81\x60\x94\xa6\x9e\xe7\ \x2a\xb2\x62\x67\x2c\x9a\x92\x20\xf2\x5d\xd7\xd3\x34\x22\x7c\xc0\ \x1f\x24\xa1\x03\xa8\xe9\xba\x8a\x30\x17\x3c\x08\x43\x8c\x00\x44\ \x1c\x61\xc4\x39\xa2\x94\x51\x59\x76\x83\x24\x89\xdb\x12\x64\xaa\ \x84\x76\x6b\x0d\x22\x90\xa4\x2a\x94\x31\x05\x4b\x84\x50\x4e\x12\ \x04\x38\x86\x50\xd0\x38\xf4\xfb\x08\x4b\xb2\xac\x41\x4e\xed\x8c\ \x25\x4b\xd8\xa7\x09\x10\x42\x08\x05\x61\x49\x00\xf4\x43\x53\x74\ \x7e\x6c\xfe\x1f\x2e\x61\x6d\xb8\x3a\xeb\x78\xfd\xff\xe7\x8b\x7f\ \x59\x2c\xdb\xcf\xff\xe4\xaf\x54\x73\xa5\xf5\xd5\x65\x05\x2e\x62\ \x14\xa9\x59\x8c\xad\x2c\xf4\x62\x4d\x8d\x15\x7b\x18\x4a\xf2\x0f\ \x62\x90\x00\x42\x10\x32\x01\x1e\xbc\x77\x02\x11\x40\x50\xb8\xed\ \x3a\xa0\xe1\x27\x3e\xfa\xec\xcb\x2f\xbd\x74\xe3\xea\x8d\xc1\xc0\ \x99\x99\x98\x6c\xba\x49\xdf\xf1\x1f\xac\xba\x40\x08\x21\x38\xa3\ \x84\x4b\x00\x22\x06\x20\x63\x24\x51\x15\x49\xc6\x70\x6a\x7c\xbc\ \x98\x2f\xe4\xf2\xe3\x0b\x0b\xd3\xd9\xac\x71\xfa\xf4\xa9\x4e\xb3\ \xcb\xa8\xbc\xb9\x3f\x00\x92\x24\xab\x72\x12\xd3\xd9\xa9\x69\x3f\ \xe5\x40\xd1\x85\xac\x06\xdd\xae\x37\xe8\xc9\x82\x6a\x90\x17\x73\ \x59\x15\x4b\x87\xa7\xa6\x2d\xc3\xde\x5d\x5b\xd7\x24\x45\x08\x48\ \x92\x28\x21\xa9\x1f\xb8\x89\x40\xde\xff\xcb\xdc\x9b\xc5\x5a\x76\ \x5e\x67\x62\xff\xfc\xef\xe9\xcc\xe7\xce\x75\xeb\xd6\x3c\x91\x45\ \xb2\x48\x8a\xa4\x48\x49\x96\x25\xd9\x96\x1c\xcb\x4e\x03\x71\x9c\ \x20\x01\x8c\xa4\x1f\x02\x23\x40\x10\x20\x0f\xc9\x43\x1e\xf3\x94\ \x87\xe4\x21\xc3\x53\x80\xc0\xdd\x6e\xc4\xdd\x36\x1a\x8e\xd1\x6e\ \xc8\x83\x64\xb5\x26\x4a\x14\xcd\x79\xa8\xf9\xd6\x9d\xef\x99\x87\ \x3d\xfe\xe3\xca\xc3\x2e\x56\xdc\x9d\xc0\x46\x57\x00\x85\xc0\xc5\ \x79\xb9\x38\xc0\x3e\x7b\xef\xf5\xaf\x6f\x7d\xeb\x5b\xeb\xcb\x8b\ \x50\x84\xfd\x6e\xf7\xe4\xf4\x64\xa5\xdb\x59\xef\xf7\x6d\x55\x9a\ \xa2\xa2\x26\x3f\xd7\x2b\x1b\x72\xe6\x54\x23\x91\xa2\x28\x26\x5c\ \x36\x3c\x26\x55\x55\x39\x63\x18\x22\xaa\xcc\xbd\xe0\xe3\xf1\xe8\ \xfe\xdd\xbb\xb7\x5e\x7a\xa9\x13\x24\x04\xe8\x70\x30\x2c\x95\xbe\ \x7b\x78\xf0\xf6\x9d\x3b\xbf\xfa\x0f\xd8\xd3\xde\x79\xd8\xbb\x77\ \x57\x06\x95\x82\x74\x34\x98\x95\x0b\xcc\x3c\x2c\x97\x07\xed\x3e\ \x6b\xaf\x6c\x9e\xbf\xfc\xfa\xd5\x17\xae\xc6\xd4\xff\xf5\x1f\xfd\ \x93\xd9\xf1\xc9\xe0\xf4\x84\x33\xae\x01\xc9\x46\x7b\x56\xe8\xb2\ \xc8\x9c\xd1\x41\xd4\xa0\xd8\x73\x2c\xcf\x9e\xd9\xba\x93\x66\xe0\ \x0d\xc5\x1c\x21\xa0\x18\x33\x4a\x08\xa7\x06\x63\x24\x18\x60\x64\ \x54\xf5\x2b\x5f\xfe\xa5\xd7\x9e\xb9\x29\x80\x5c\x6a\xf6\x1f\x4c\ \x6f\x7f\xfb\x5b\xdf\x7e\xf5\xd2\xc5\xdd\x20\x6c\xb4\x5b\x8d\x28\ \x30\x46\x29\xe5\x9d\xd7\xaa\xb2\x01\x0b\xa4\x10\x97\x76\xce\xae\ \xad\x74\xb5\xd2\x84\x40\x9e\x2f\xac\xd3\x04\x83\xb5\x2a\x0c\x83\ \x30\x0c\x14\x25\x4c\xb2\xb2\x2a\xfa\x2b\x2b\xe0\x61\x91\x65\x00\ \x98\x52\x86\x30\x06\x00\x42\x29\xa5\x44\xa9\xd4\xe8\x02\xc9\x10\ \x3c\x2e\xb5\x26\x94\x83\x03\xa0\x84\x61\xa7\xc1\x97\xca\x22\xc6\ \x3d\x42\xce\x7b\x46\x81\x12\x8f\x31\x50\x00\x29\x03\x4a\x89\x36\ \x65\x59\x61\x45\x4a\x23\x44\x20\x68\x1c\x8a\x4a\x0a\x63\x34\xa5\ \x18\x21\x2e\x44\x80\xfe\xbe\x8d\x34\xbf\x30\xfd\x0e\xce\xb3\x52\ \x55\x7e\xe7\xfc\xb9\xff\xe8\xc2\x7f\xf2\x95\xaf\x7c\xa9\xd3\x5d\ \x1b\x3d\xda\x1d\x1c\x1f\xa9\xd9\x71\xc2\x35\xf2\x2a\x5a\x5b\x8d\ \xd7\xce\x6c\x9c\x8f\x88\x30\x08\x41\xbd\x8f\xd7\x79\x07\x98\x03\ \xc6\x98\x62\x93\xab\x20\x10\xd9\xe2\x74\x34\x38\x2c\xf3\xe2\x68\ \x32\xf9\xf6\x6f\xfe\x66\xa7\xdd\xfe\xf3\xef\xfc\xc5\xd9\xb3\x3b\ \xa7\xef\xdf\xd5\xda\x12\x46\x00\xd7\x2e\x43\x9e\x30\x8e\x30\x72\ \xd6\x28\x55\xcd\x96\x0b\x16\x27\x41\x18\xfc\xd6\x6f\xfc\xd6\x6f\ \xfc\xfa\xaf\x6b\x53\x2c\xe6\x93\x2c\x9f\xc6\x51\xb4\xd6\x5d\xb5\ \x96\x1c\x8f\xde\x7e\x78\xb0\xff\xe2\xb3\x97\x9f\xb9\xf9\xcc\xa5\ \x0b\x17\xf6\x4f\x86\x41\xb3\x39\x9c\x2d\xbb\xbd\x1e\xa3\xb8\x58\ \x4c\x9d\x29\x8c\xd1\xd8\x41\x99\xe5\x89\x0c\x03\x4a\x19\xc6\x69\ \x51\x80\xa1\xda\x5b\x4c\x30\xa3\x22\x94\xb2\xdd\xe8\x30\x4a\xb5\ \xd1\xd6\xda\x67\xaf\xdf\x38\x3e\xdc\xd7\xca\x5c\xba\x76\x43\x70\ \x0e\x7a\x96\xb0\xa6\xad\x16\x95\x2e\x1d\x4a\x00\xe1\xbc\x2c\x00\ \x29\xc9\x79\x51\x38\x62\x85\xb3\xf6\xe8\xf0\xe0\xd6\x8b\x2f\x5e\ \xbd\x78\x71\x3e\x5f\x4e\x47\xd3\xf1\x32\xfd\xe1\xcf\xde\xb2\x42\ \x92\xff\x2f\xdb\xf1\x09\x75\x88\x8e\xc7\xcb\xfb\xf7\xf7\xb0\x66\ \x01\x41\x91\xd4\x2f\xdd\x7c\x6e\x65\x6d\x73\x5e\xa8\xd3\xfd\x07\ \x93\x83\xfd\xd5\x98\x44\x9b\x2d\xe2\xab\xc5\x2c\x3b\x3a\x3a\x15\ \xed\x12\x85\x11\xa7\xd8\x94\x9a\xb5\x40\x57\x8b\xf5\xf5\x46\x3b\ \xa1\x5e\x97\x81\x90\xda\x11\x42\x80\x22\x8f\x08\xc1\x94\x51\x21\ \x2c\x42\x88\x90\x88\x8b\x76\x1c\xa3\xb2\x9c\x4e\xe6\x91\xb2\x5b\ \x32\x5c\xde\xdb\x85\x95\xfe\x0b\xd7\xae\x5b\xe4\x7c\xa5\xa5\xa4\ \xd8\x33\x70\x16\xbc\xa3\x08\xbc\x56\x9d\x24\x6e\x34\xe3\xe3\x93\ \x93\xc9\x64\x84\x31\x62\x8c\x1a\x6d\xc2\x30\x10\x82\x69\x5d\x61\ \x84\x38\xa7\xc6\x32\xef\x7d\x55\x6a\x46\x99\xb1\xae\xde\x23\xc9\ \x84\x90\x52\x72\x4e\x91\x2f\x10\x78\x67\xad\x07\xe2\xbd\x67\x9c\ \x83\xf7\xc6\x01\xa1\x98\x11\x46\x28\x77\xda\x60\x82\x39\x61\xd8\ \x7b\x82\x01\x63\xc0\x08\x23\x6f\x11\x06\xc9\x08\x26\x44\x6b\x63\ \xb5\x57\x65\xde\x6e\x44\x52\x70\xa3\x15\x78\x8f\x09\xc1\x98\xc0\ \xe7\x04\xbf\x79\x07\xcd\x4e\xac\x7d\xfe\xf2\x57\xdf\xe8\xf6\xd7\ \x09\xc2\xc8\xa9\x32\x1b\x63\x9b\xee\x6c\xf7\xc3\x00\x07\x91\x24\ \xe5\x92\x17\x27\xc1\xc4\xab\xd9\xa7\x15\x65\xe5\x22\xa7\x41\xc7\ \x90\xce\xca\x99\x67\x81\x72\x0c\x5e\x60\xf7\xe0\xa3\xfb\x93\xc5\ \xbb\x27\x27\x0f\x41\x9d\x9f\xa7\xa2\x10\xad\x8b\xaf\xbe\x74\xf4\ \x47\xff\x87\x7b\xb8\x37\x5b\x2e\x1d\xb6\x8c\x85\xc6\x6a\xef\xb4\ \x10\x82\x20\x4f\x30\x23\x94\x77\xfb\xed\xb4\xb2\xc0\xc2\xf9\xb2\ \x44\x94\x31\x19\xac\x6d\xac\x61\x4c\x93\x38\x61\xd4\x15\x45\xea\ \x6d\x3e\x1b\xdd\x26\x36\x3f\xb3\xf9\xd2\x8d\xcb\xbf\x9e\x2e\xb3\ \x46\x23\x2e\xcb\xdc\x2e\x67\x61\x1c\x76\xc2\x40\xba\x86\x37\xa1\ \x76\xc6\x1a\x7d\x32\x99\x26\x9d\x6e\x73\x75\xb5\x54\x2a\x4f\xf3\ \x40\x86\x61\x18\xd0\xc4\x12\x4e\x43\x12\x34\x93\x76\x6e\xf4\x7c\ \x31\x09\x52\x7e\x71\x6d\x63\x44\xe3\xe0\x4c\xd7\x5f\xfd\xe2\x0f\ \x06\x1d\x7f\xf7\xdd\x55\x49\x77\x0f\xb3\xe1\xdc\x37\x57\x3a\x8b\ \x79\x61\x88\xb2\xb4\x62\x14\x84\x97\x50\x68\xad\xcc\x2c\xcf\xad\ \xae\x36\x36\x37\x28\xc6\x0d\x2e\xdf\x7b\xf0\x91\xca\x2d\x21\xb1\ \xf3\x4f\xe5\x2f\x06\x40\x29\xfb\xcd\xff\xec\xbf\xa4\x12\x7b\x50\ \xc6\x94\xcc\x7b\x53\xa5\x1f\xfd\xe4\xfb\xf7\x3f\x79\x6f\xf7\xe4\ \x21\x58\xbc\xbd\x37\xdc\x5c\x5b\x8b\x6f\x6e\x9e\xbd\x71\x69\xe3\ \xea\x35\x7d\x04\x77\xfe\xf7\x7f\x74\x7b\x78\xaf\x73\x76\xf5\xd2\ \xd5\xf3\x5b\x27\x6a\x3c\x19\xfc\xce\xbf\xff\xc6\xb7\x7e\xfd\xfa\ \xdd\x4f\xef\xbe\xf3\x13\xed\x75\xdb\x61\xaa\xd0\x02\xb0\x21\xd0\ \x40\x46\x08\x11\x54\x85\x2e\x29\xf5\xcc\x96\x48\x8f\xd2\xd1\x62\ \x99\x5d\x38\xbf\x11\xc5\xbc\xdf\x5b\x01\x67\x3c\x16\x81\x94\xce\ \x39\x30\xd0\x69\x74\xbc\xf3\x79\x51\x78\xe7\x28\x27\x94\x30\x5d\ \x96\xef\xbc\xf5\x37\x8b\x79\xca\x68\xa0\x31\x06\x84\xb4\xc1\x3e\ \x2d\x93\x28\x02\xe4\x3d\x00\x25\xcc\x68\x27\x84\xc8\xcb\x12\x63\ \x82\x01\x03\xae\xf7\x36\x21\x40\xd0\x09\x5b\x8d\xcd\xf8\xe1\xfe\ \x1e\xe1\xc2\x99\xca\x7b\xc5\x19\x23\x98\x14\x65\x55\x7a\x50\x4a\ \x53\xc0\xc8\x13\x8c\x90\xf3\x8e\x60\xe1\x01\xbc\x03\xca\x38\xc6\ \x84\x32\x96\x84\xa1\x66\x1a\x00\x02\x19\x12\x22\x30\xa6\x08\xd3\ \xb2\xd4\x98\xe0\x5e\xaf\xbf\xb1\xb1\xe1\xff\x4e\xce\xf3\x17\x14\ \x3f\x5a\xeb\x8b\x97\x2f\xbe\xf2\xc6\x8b\x51\xd8\xd3\x80\x10\xf2\ \xd8\xab\x58\x40\x91\x8e\xdf\x79\x70\xd8\xeb\x75\x92\x24\x19\x3c\ \xb8\x53\x2e\x47\x84\xd8\x4a\xa7\xcd\x6e\x97\x25\xad\x2b\x37\xbf\ \xb8\x75\xe3\x75\xac\x97\x2c\x09\xc1\xd8\xe3\x87\x77\x1f\xdd\xdb\ \x2b\xfc\xdd\x2c\x1f\x96\x8b\x66\x69\xa3\xdd\xfd\xa1\xc7\xb3\xfd\ \xc3\x7b\xad\x9d\x08\x61\x5f\x19\x45\x19\xf5\xde\xe1\xfa\x98\xc1\ \x84\x31\x86\x31\x0d\xa2\x38\x4c\x9a\xa7\x8b\x45\xbf\xbb\xfa\xc9\ \xed\xdb\x61\x10\xdd\x7c\xe6\x7a\xa7\xdd\x94\x42\x22\x64\x1a\x49\ \xac\xca\xe5\xad\xe7\xae\x7a\x84\x1a\xb1\xa0\x0c\x63\x42\x1a\x8d\ \xc6\x72\x7e\xa4\x8b\x8c\x21\x2f\x43\xd9\x6a\xc4\x5a\x43\x9e\xa7\ \xd8\xc3\x70\x32\x79\xf6\xb9\x9b\xbf\xf2\xad\x5f\xfb\x17\xff\xf2\ \x3b\x44\x04\x94\x09\x84\x39\x63\x9c\x72\x14\x92\xa0\xca\xab\x79\ \xb1\x28\xad\xca\xcb\x7c\xb9\xc8\x1c\x0d\x57\xae\xdc\x0c\xae\xbc\ \xfc\xf3\xe9\xf2\x4a\xfc\xd2\xfc\xd1\xbb\x3f\xfc\xd9\x6d\x1c\x34\ \x81\x72\xa3\x2a\xe2\x14\xa6\x0e\x03\xa6\x40\x10\xc2\x4a\xeb\x52\ \x29\x03\xae\xd5\xef\x8c\x47\xa3\xbd\xdd\xfd\xdd\xfb\x8f\x96\xf3\ \xa2\x50\x06\x10\xc2\xff\xf6\xea\x1d\x8c\xb1\x77\xee\x3b\x7f\xf6\ \x27\x04\x99\x66\x12\x46\x21\xa1\xc8\x48\xe2\xb7\x37\x7a\x5c\x9d\ \x67\xce\x9e\xec\xef\xd9\x62\x78\x78\x30\xbd\x7c\xab\x61\x8b\xe3\ \xdd\xb7\xf7\x12\xb6\x11\xb7\xd5\xe1\xc1\x3e\xdd\xe8\x6d\x6d\x9f\ \xcb\xed\xf1\x62\x3e\x8a\x63\x9e\xa5\x47\xb3\xe9\x1e\x41\x80\xbd\ \x40\x8c\x58\xaf\x81\x28\x0e\x0d\xec\x99\x55\x06\xc0\x5a\xe7\x01\ \xbb\x4c\x57\x22\x8e\xce\xad\xae\x18\x65\x2e\x9c\x3f\xa7\x8d\x15\ \x9c\x53\xc6\x6a\xa7\x06\x4e\x05\x06\x62\xb4\xce\xd3\x3c\xcf\xf3\ \x66\xb3\xb1\xb2\xb2\x46\x15\x5d\xcc\xe7\x04\xb0\xb5\x1e\x01\x89\ \x1b\x4d\x46\x28\x72\xce\x59\x5f\x5b\x9a\x7b\xef\xd7\xd7\xd7\x31\ \xc6\xf7\x1f\xee\x0a\x29\xbd\x03\x8f\x00\x63\x82\x31\x66\x84\xc6\ \x41\xc8\x38\x3d\x3c\x3a\xce\xca\x22\x4e\xa2\xaa\xca\x49\x10\xb6\ \xbb\xbd\x78\xb5\x3f\x19\x8e\x3c\x20\xc9\xc5\x67\x36\xcf\x14\x13\ \x22\x38\x27\x84\x50\x4a\x9d\x73\xc8\x21\x42\x48\x1c\xc5\x94\xd2\ \x30\x8c\x8d\xb1\xce\x23\x6b\x9d\x0c\x02\x6b\x2d\x42\x3e\x89\x63\ \xff\x79\xd0\x8f\x02\x02\x42\x48\x2c\x63\x00\xcd\x31\x01\x5b\x22\ \x66\xdb\xbd\xf8\xea\xa5\xb3\x27\x01\x0e\xa2\x86\xb5\x68\xee\x64\ \x89\x12\xe6\xca\x2a\x4f\xaf\x3d\x7b\xfe\xd2\x73\x37\x0b\x4f\xb3\ \x93\x07\x1a\x8f\xb7\x6e\xbe\x36\x19\x0c\xc7\xe3\x41\x14\x18\x5d\ \x18\x95\xe7\x52\xda\xc1\x64\x68\x8b\x8d\x2c\x1d\x6d\x74\x45\xaf\ \x0d\x7b\x27\x29\x67\xb2\x7e\x69\x84\x10\x9c\x73\x4a\x29\x63\xcc\ \x5a\x5b\x55\x55\x1c\x86\x64\x3e\xaf\x8a\x7c\x3a\x1e\x4a\x49\x03\ \xc9\x29\x41\x8c\xb2\xaa\x2c\x38\x27\xad\x76\xe7\x0b\xaf\xbe\xea\ \xbc\xcf\xb3\x4a\xca\xc8\x68\x98\xcf\xe7\x95\x52\xda\x18\x9f\xe7\ \xd6\x3b\xc6\x88\xe0\x51\xbb\xd5\xb2\x46\x81\xb3\x00\x70\x66\xeb\ \x8c\xd6\x9a\x10\xcc\x18\xe3\x42\x94\xde\xa8\x4a\x63\x9b\x1a\xa5\ \x17\xf9\x5c\xc4\x82\x73\x3a\xc9\x72\xc3\xa3\xa3\xc1\x62\xfc\xce\ \xed\xe5\x7c\xfe\x8d\xf5\x66\xc3\xb8\x81\xd6\x41\x7b\xb5\x2c\x0a\ \xa8\x14\x51\x26\x60\x24\xf4\x8c\x79\x02\x14\x1b\xe7\x11\x02\xeb\ \x5c\xab\xd3\x6d\xb6\xda\xef\x7f\xf0\xb3\x7b\x8f\xf6\x4a\x0f\xb3\ \x65\x6e\x8c\x79\x3a\xff\x2c\xef\xdd\x87\x3f\xfe\x0b\x4e\xdc\x64\ \x32\x11\x1c\x31\xa4\x5a\x11\xbb\xb0\xb5\x61\xb2\x45\xcc\x51\xb7\ \xd1\x90\x5b\x1b\x3a\x69\x4e\x27\xe3\xa3\xd3\xd3\xcd\x8d\x55\x9d\ \x1e\x5f\xbe\xc2\x7e\xba\x1f\x5a\x15\x6a\x60\x38\xb4\x1a\xec\xbb\ \xef\xdd\x79\xf5\xb5\xaf\x69\x2d\xd3\xd4\x20\x8c\x30\x06\x0f\x08\ \x3c\x46\x18\x08\x01\x00\xe7\xbd\x77\xce\x33\x8a\xc7\xc3\xd1\x60\ \x30\xba\x70\x21\xce\xb3\x2c\x0a\x93\x38\x8e\x29\xc5\x9c\xd1\x27\ \xc5\x58\x51\x14\xce\xb9\x38\x8e\xbd\xf7\x55\x55\xcd\x66\xb3\xe3\ \xa3\xd3\x83\x83\x03\x6b\xad\x73\x16\x63\x62\xad\xbd\xf1\xec\xf5\ \x74\x3e\x1f\x9e\x9e\x82\xf7\x94\xb3\x50\x8a\x93\x93\x13\x42\x48\ \x10\x48\x0f\xb5\x11\xde\xe3\x51\x76\xed\x2c\x13\xc9\x97\xbf\xf4\ \x46\xab\xdb\xfd\xfe\x8f\x7e\xe0\x3d\x50\x42\x31\x21\x52\xca\x7e\ \xbf\x9f\xa6\x29\xc6\x48\x29\x8d\x30\x22\x84\xd4\x61\xc3\x18\x0b\ \xc3\xd0\x5a\x5b\xfb\x58\x7b\xef\x19\x63\x8c\x31\x00\xc8\xf3\x3c\ \xcf\xb3\xfa\xbf\x00\xd0\x6a\xb5\xff\x5e\xd8\xfc\x0b\x8a\x1f\xc1\ \xf9\xc3\xbb\xf7\xd5\x6c\xb6\xb5\xb3\x6d\xc0\xc4\x11\x29\xe7\x27\ \xa1\x30\xdb\x97\xb7\xb7\x9f\xbd\x8e\x70\x88\x58\xf4\xe2\xbf\xf3\ \xef\x42\xb1\x9c\x4d\x4f\xfc\xf8\x60\x78\xf7\xc3\x93\x0f\x3e\x18\ \xcf\xe6\xbd\xad\x73\xbd\x73\x57\xcd\xf8\x4e\x33\x69\x5e\xbd\x76\ \xee\x7b\x7f\xfe\x2f\xca\x6a\x11\xf2\x66\x61\xaa\xa8\xc1\x2e\x6c\ \xef\x2c\x66\xc3\xff\xe5\x7f\xfd\x6f\xfe\xe4\x0f\x7e\xf4\xd6\x87\ \xa7\x8c\xc7\xde\x7b\xe7\x5c\xbd\x7f\x99\x52\x5a\xdf\x35\xf0\x3e\ \x69\x34\xc8\xc9\x69\x9e\xa7\xd3\xc9\x88\x62\xd8\xd8\x58\x5b\x2e\ \xa6\x94\xd2\x24\x89\xad\xa9\xe2\x38\xc9\x8a\x94\x73\xce\xb9\xe7\ \x9c\x0b\x21\x8c\x31\x55\x59\xd5\xdb\x49\xb5\xd1\x00\xae\xd9\x80\ \x24\x8e\x30\x26\x42\xc8\xdd\xdd\xdd\x83\xc3\xc3\xb2\x2c\x57\x57\ \x57\xb3\xbc\x2c\xab\x2a\x55\x95\xb6\x8a\xb2\x30\x09\xc3\x69\x3a\ \x2e\xd2\x1c\x3a\x9d\xd1\x7c\xc9\x56\x57\x4e\x0b\x94\x56\x4c\xc5\ \xeb\xdf\xdb\xdd\xdd\x5e\xcc\x5c\xb3\xe3\x99\x30\x46\x63\xeb\xa8\ \xf5\x0c\x38\x07\x86\x1c\x60\x4e\x18\x63\x61\x14\x5a\xf0\xca\x9a\ \x1f\xfc\xf8\xcd\x8f\x6f\xdf\x2d\x94\xe6\x8d\x96\x0c\x1d\x26\xf4\ \xa9\xfd\x61\xad\x33\xce\xe8\x5e\xaf\x9f\xa5\xcb\x24\x11\x17\xce\ \x9d\x99\x9c\x9c\x1c\xde\xbf\xff\x95\x2f\xde\x5a\xdf\x3a\xb3\xc4\ \x31\xed\x6f\xae\x9e\x5b\xb7\x79\xda\x8f\x04\x6a\x14\x8f\x1e\x1d\ \xf2\x54\x38\x4a\xd2\xd0\x0a\xc9\x5a\xfd\x95\xbf\xfa\xde\x07\x2b\ \xab\x6c\x7c\x72\x9a\xe7\x5e\x23\xe3\x08\x05\x52\xbb\x2d\x22\x8a\ \x71\x6d\x2f\x66\x8c\x0d\xc3\x30\xcb\xf2\xa3\xa3\xe3\x0b\xe7\xcf\ \x77\x7b\x3d\x82\x48\x59\x56\xde\x9b\x66\x23\x11\x42\xd6\xcf\xa2\ \x28\x0a\x6b\x6d\xa3\xd1\x20\x84\x54\x55\x09\x00\xb3\xd9\x6c\xb9\ \x5c\x7e\xe6\x6d\x8c\x67\xb3\xd9\xea\xca\x0a\xc3\xb8\x2a\x0a\xf0\ \xd6\x7a\x67\xbc\xeb\x76\xbb\x49\x92\x1c\x1e\x1f\x2f\xd3\x5c\x8a\ \x00\xe3\xc7\xa6\xe2\xce\x39\x2e\xf8\xf9\x0b\xe7\x37\xcf\x6e\x4f\ \x96\xb3\x77\xde\x79\x4f\x08\x8e\x31\x1e\x4d\xc6\x8c\xb1\xc9\x74\ \x46\x28\x93\x84\x59\xf7\xd8\xf2\xbd\x7e\x3d\xbc\xf7\xc6\x98\x7a\ \xdb\x70\x1d\x45\xce\x39\xe7\x9c\xd6\xba\xde\xea\x5c\xcf\x4d\x79\ \x0f\x5c\x70\xf4\x79\xd8\x5f\x45\x19\x9b\x8e\xa7\x0f\x3f\xfc\xe8\ \x1b\xdf\xfa\x86\xf7\x45\xbc\xd1\x9c\xee\xdd\x79\xf7\xcd\xbf\xf6\ \x55\xd9\x6c\xad\x85\x8d\x35\x12\x74\x93\x5e\x87\x11\x8f\xab\xf9\ \xb9\x5e\x24\xd7\x37\xc6\x47\x7b\xbd\x24\x26\x56\x99\x72\xce\x49\ \xf9\xe0\xe1\xee\xa2\xf0\x61\x80\x75\x1a\x86\xd1\xca\xd1\xa2\x58\ \x3f\xbb\x76\xe3\x85\x2b\x50\x2a\x67\xfd\xfd\xdd\x63\x6b\x89\x43\ \xba\x9e\x16\x14\x42\x60\x8c\xeb\x1b\xc1\x18\x53\x4a\xc5\x32\x60\ \x84\x68\x55\x1e\xee\x3f\xfa\xf0\x83\x77\x6f\xdd\xba\xd9\xef\xb5\ \x75\x55\x50\x42\x8d\x82\x20\x0e\x2d\xb8\xf1\x78\x64\x0d\xc4\x71\ \xe3\xe8\xe8\x70\x34\x1c\xd5\x19\x4c\x29\xe5\xbd\x03\xe4\xb3\x3c\ \xcf\xd2\x25\xa3\x98\x53\x92\x65\xa9\x90\xa2\xaa\xd4\x74\x77\x97\ \x89\x80\x30\xe9\x09\x41\xbe\x76\x25\xc2\x46\x17\x0a\x94\x52\x95\ \xf1\x5c\x3b\x22\xfa\x6b\x46\x74\x5c\xd4\x54\x79\x96\xcd\xf6\xbb\ \x2b\x5b\xa7\xc3\x29\xc3\xc4\x22\x8f\x10\x00\xc1\x8e\x52\x6f\x3c\ \xf3\x0e\x21\x14\x06\x92\x52\xe2\xc1\x1f\x9d\x9e\x1e\x1c\x1d\x15\ \x06\x1a\xcd\x4e\x91\x97\xf5\xc6\x82\x7f\xfb\xf2\x07\x11\x42\x7f\ \xf3\x77\x7e\x97\x11\xc4\x38\x01\x67\x9b\x49\x58\x2c\x26\xff\xfc\ \x0f\xff\xe0\xca\x2b\x5f\x35\x51\x70\x94\x91\xb5\xf3\x5b\xeb\x97\ \x9e\x35\x98\x76\x5a\x4d\x52\x4c\xdd\x94\x26\xa3\x95\x9b\xd4\x9d\ \xa6\xf6\x30\x1b\x6f\x3f\xb7\xe5\xf6\x2a\xe7\xf1\xee\xee\x2c\xe4\ \x4d\x2a\x72\x64\x90\x36\x0a\x09\x4c\x31\x43\x18\x13\x8a\x28\xc5\ \x80\x70\xa5\xca\x26\x44\xe0\xd1\xc9\xf1\x69\x18\x46\x79\x9e\x2d\ \x66\x63\xce\x59\xab\xd1\xac\xfd\x4b\xea\xe3\xbf\xce\x3c\x94\xd2\ \xfa\x19\x11\x42\xce\x9c\x39\xd3\x69\x77\x94\x1e\x7b\x0c\x04\x70\ \xb7\xdb\xdd\x3f\x38\xc8\x97\x4b\x42\x88\x36\x8e\x71\x56\x95\xba\ \xaa\x2a\x4a\x29\x21\x34\x8a\xc2\x7a\x85\x2c\xa5\x8c\x52\x4a\x19\ \x4b\xb3\xe2\x74\x30\x3c\x7b\xfe\x7c\x20\x23\xeb\xf5\x2d\xef\xe7\ \x00\x00\x20\x00\x49\x44\x41\x54\x7c\x9a\xe6\xb5\x7b\x37\xa6\xcc\ \x21\x44\x39\xc3\x08\x79\xf5\x38\x6c\x28\xa5\x41\x10\xd4\x92\x02\ \xc6\x18\x21\x44\x6b\xed\xbd\xaf\x9f\x75\xfd\xf2\x38\xe7\xea\x15\ \xde\x8b\xc5\x3c\x4b\xd3\xcf\x89\xfe\xc0\xad\xae\xad\x1d\xde\xbd\ \x7b\xb4\xbf\x8f\x51\x79\x70\x67\x30\x78\xf4\xe1\x64\xff\x5e\xb7\ \xd9\xd8\x3d\x19\x77\xd6\xd5\xb2\x3a\x9c\x2d\x26\x49\x48\xda\xcc\ \xcd\x7b\x0d\x97\x4e\xb6\xb7\xd6\x65\x1c\x2f\x01\x7b\x42\x06\x93\ \x71\xa3\xd7\xa0\x89\x89\x54\xcf\x8c\xd1\x34\x0d\x53\x55\xfe\xd6\ \xd7\xbf\xa8\xf1\x42\x95\xe3\xbb\xb7\x3f\x99\xe5\xa1\x71\x25\x61\ \xa8\x4e\x3b\x75\xfe\xa9\x0f\x1b\x6b\xad\x73\x8e\x70\xd6\x48\xc2\ \xe5\x62\x4a\x11\x70\x41\xa6\xd3\xc1\x6a\xbf\xc9\x18\x41\xc8\x73\ \xc9\x17\xcb\xd4\x58\xd5\x6c\x36\x19\x0d\xaa\x4a\xdf\xbf\xff\x60\ \x3a\x9b\x12\x4c\x9d\x73\xe0\x81\x07\x32\x8a\x42\x04\xd4\x6a\xe5\ \xac\x5e\xe6\x69\xab\xd9\xb4\xd6\x01\x40\x10\x86\x8c\x4b\x6d\x41\ \x70\x2e\x39\x97\x98\x4d\xc6\x23\x55\x55\x38\x40\xda\x2a\x8c\xb9\ \xf7\x68\xa5\xbf\x7e\xa4\x7d\x61\xca\x96\xc2\xc5\xa2\x92\x3c\x53\ \x45\x15\x21\x59\xa9\xca\x73\x02\x82\x94\x0c\x33\x4e\x28\x38\x46\ \x71\x94\x44\x84\x91\x46\xab\xc9\x38\xce\xb2\xa5\x72\x04\xcd\xa7\ \x51\x20\x28\x7d\x7a\xff\x25\xcc\xb8\x0c\x65\x9a\xe6\xcb\x65\xf6\ \xaf\x7e\xf2\xd6\xe1\xa3\x47\x67\x37\x2f\x77\x36\x37\x66\xe3\xe1\ \xde\x70\x34\xaa\x6c\x7b\x34\x5f\x3b\x7b\xc3\x44\xaa\xe5\x2b\x99\ \x25\x5b\xf9\xce\xaf\xad\xb7\x7e\x70\xf2\xe6\xda\x33\xed\xf8\xc6\ \xb5\xef\x7f\xff\x7d\x0d\x58\x9b\x60\xb5\xbb\x15\x35\xd4\x72\xa4\ \x10\x07\x4a\x19\xa3\x88\x22\x82\x91\xa3\x8c\x79\x40\xda\x38\xa5\ \x14\x00\x3a\x3d\x39\x1d\x8d\xc7\xab\x2b\xfd\x50\x0a\xe7\x2d\x27\ \x0c\x01\xe6\x9c\x23\x84\x8c\x31\x8c\xb1\x7a\x9f\x0c\x21\x24\x08\ \x02\x6b\x9d\x77\x5e\x1b\xad\xb5\xf6\x98\x72\x2e\x1b\xcd\xa6\x77\ \x0e\x3c\x50\x42\x84\x94\xc6\x9a\x28\x8a\x8d\xb5\x69\x9a\x26\x49\ \x8c\x09\x73\xd6\x1b\x67\x10\x22\x08\x63\xe4\xdc\x32\xcf\x96\x79\ \x3e\x9e\x4c\x8a\xbc\xe8\x75\x3a\x94\x71\x11\x88\x76\xbb\x5d\x96\ \xa5\xb1\xc6\xba\xc7\x2e\x05\xf5\x05\xd4\xe1\x51\x27\x22\x6b\xed\ \x13\x90\x2f\x84\x20\x84\x60\x8c\x19\x63\x52\xca\xda\xaa\xa7\xd9\ \x6c\x95\x55\xf5\xb9\x88\x9f\x7a\xb3\x38\x13\x72\x7f\xff\xf0\xfc\ \xd9\x95\x0f\xdf\xfb\xe0\xf6\xcf\xff\x5a\xba\xf4\xd5\x97\x6f\x49\ \x46\xd2\xc5\x94\x06\xed\xb6\x04\x61\xb3\x97\x5f\x78\xe1\xe3\xbf\ \xf9\xd9\x62\x74\xc2\x25\x3d\x73\xf9\x5a\xaf\xd5\xe1\x9d\xd5\x8a\ \x45\xcd\x46\x33\x16\xc5\xde\xf4\x94\xa4\x7e\x3c\x1f\xbf\xf0\x95\ \x57\xda\xab\xed\xe1\xe8\x30\xf1\xee\x67\x6f\xdf\x3b\x99\x11\x1e\ \x77\xc0\x2d\x31\x63\xf5\x0f\x7e\xf2\xb3\xeb\x44\x5f\xe6\xc5\xaf\ \x7f\xf3\x9b\xaf\xbc\xf2\x85\xd3\x93\xa3\x6e\xaf\xdd\xef\xb6\xf2\ \x6c\x21\x04\x27\x84\x84\x51\x04\x08\x33\xcb\x08\x05\xad\x7c\x9a\ \xa6\xfb\xfb\xfb\x71\x1c\x67\x69\x0e\x00\x80\xc0\x1a\x43\x48\xe4\ \x1d\xc2\x84\x50\x4a\xa3\x28\x6c\x34\x1a\x41\x18\xba\xd9\xbc\xb2\ \x5e\x29\x4d\x98\xf0\xde\x0b\x4e\x1b\x49\x92\xa6\x63\xe3\x6d\xc8\ \x42\xef\xbd\x35\x4a\xe7\x0b\xbf\x9c\x7a\x26\x08\x04\xe6\xe4\x88\ \x2c\x17\x24\x2c\x25\x20\x0a\x18\x61\x42\x43\xa9\x19\x76\xc4\x05\ \x84\xe0\x4a\xaf\x9f\x5d\x67\x8c\xdd\xbe\x7b\x47\x67\xc5\x72\x31\ \xf3\x5e\x47\x41\x23\x12\x2c\x5f\x66\xe4\xa9\x8a\x9f\x3a\x09\xff\ \xcf\xff\xfd\x7f\xe7\x6c\xc9\x79\x78\xf9\xda\xf5\xe1\x60\xf8\xd6\ \x5b\xef\x3e\x7b\xfd\xd2\x62\x3c\xec\xf7\xda\x5b\xdb\xdb\x9b\xab\ \x71\x14\xb0\x07\x1f\xbd\x53\x54\x83\x9b\xdb\x5b\xcd\x41\x5b\x8c\ \x69\x6b\x71\xef\xb7\x5e\x8b\xdd\x57\x2f\xfe\xe9\xa3\x25\xe2\x20\ \xa3\xf6\x07\x1f\xef\x15\x19\x93\x32\xd1\x6e\x49\xa4\x40\x98\x61\ \x8c\x88\x47\x08\x9e\x78\x00\x20\xa5\x0c\x25\x68\x32\x9e\x8e\x86\ \xe3\x5e\xa7\xad\x94\x06\xb0\x8b\x6c\x2e\x65\x40\xd9\xe3\x84\xc3\ \x18\x7b\x82\xae\x6b\x79\xde\xea\xda\x6a\xbf\xdf\x9f\xcd\x53\x1e\ \x44\xb3\xf9\x72\x99\x65\x91\x0c\x30\xc1\xd6\x5a\x46\xb1\xf7\xde\ \x83\xf7\x00\x0e\x21\x8f\x50\x10\x44\x8c\x71\x26\x18\xe7\xc2\x7b\ \x64\x4c\xe5\x1d\x39\x3a\x39\x69\xb6\xda\x8b\xc5\x52\x0a\xc9\x84\ \xa4\x9c\x31\xce\xf3\xb2\xcc\x8b\xd2\x39\x8f\x31\xa1\x94\xd6\xa1\ \x42\x08\x01\x80\xc5\x62\x51\x47\xaf\xf7\x5e\x08\x51\x07\x8f\x31\ \x46\x6b\x5d\x67\x21\x4a\x29\xa5\x34\x08\x24\xc1\x18\x7d\x1e\xf4\ \xd7\x8c\xd2\x93\xc1\xa9\x72\xee\x64\x30\xf6\xa6\x1c\x0f\xa6\x14\ \xc4\xce\xe6\xce\x5a\x77\xf5\xe5\xaf\xfc\x92\x3c\x73\x11\xc9\xc4\ \xcc\xc7\xcb\xc5\x54\x14\xcb\x46\x23\x79\xfe\x85\x6f\xf0\x40\x54\ \x08\x1c\x61\xdd\x28\x59\xed\x6d\x38\xa3\x98\x82\x70\x69\xf8\xf2\ \xb4\x23\xf0\xf3\xcf\x5e\xdc\x3d\x7c\xd8\x43\x4c\xe0\xd0\x54\x49\ \xe9\xa8\x43\x9e\xd1\xda\x17\x1d\x13\x42\x6a\x6f\x85\xfa\x20\x61\ \x8c\xa5\x69\xda\x6a\xc4\xaf\xbc\xf4\xe2\x7c\xb9\xc3\x05\x0b\x03\ \x61\x8c\xe6\x9c\x5a\x6b\xb5\xf6\x61\x18\x95\xa5\x67\x0c\x37\x92\ \xe8\x60\xff\xe8\xe1\xc3\x87\x04\xe3\x30\x8c\x8a\x22\xaf\xb7\x70\ \x28\xa5\xac\x41\x94\xe0\x40\x4a\xab\x61\x3e\x9f\xd3\x2c\x33\xde\ \x73\x19\x79\x20\xda\x3a\x2e\x18\x25\x60\x9c\xde\x3e\x7f\x7e\x01\ \xc5\x3c\x9f\x95\x65\x89\x4b\x1b\x45\xba\x58\x0c\xc0\xa9\x46\xd8\ \x0e\x16\xc7\x41\x31\x13\x58\x33\x47\x9c\xa6\x1e\x10\x20\xec\x00\ \x08\x72\x84\xd2\x20\x08\xf2\x3c\xff\xfd\xdf\xff\xfd\x1b\xcf\x5c\ \x69\x45\x51\xbf\xdf\x7c\xe1\xe6\xb5\x4e\x67\xad\xb3\xba\xf1\xa7\ \xdf\xf9\x0b\xe4\xed\x53\xd9\xcf\x01\xc6\x78\x2d\xf2\x21\x0f\xae\ \x5c\x7f\x76\x7d\xe3\xdc\xcf\xb2\xc5\x46\x5b\x0a\xe4\xac\x2a\x4d\ \xc9\x07\xa7\x66\x32\xca\xaa\x6c\xb2\xb3\xf2\xec\xab\x97\xae\xb3\ \x22\xcb\x86\xbb\x02\xac\x14\x9f\x5c\xba\x7c\xfe\x76\x75\x72\x70\ \x67\xfa\xca\x6b\xb7\x7e\xfa\xbd\x37\x87\x7b\xcb\xdd\x47\xc3\x30\ \x88\x45\x48\x2d\x71\x18\x21\xec\x09\x00\x06\xef\x9c\x43\xde\x7b\ \xef\xbd\xb5\x8e\x72\x9e\xe5\xe5\x74\x3a\x23\x84\xc4\x71\xe8\xbd\ \x8d\xa2\x28\x94\x51\x7d\xde\x23\x84\x94\x52\x75\x0a\xd2\x5a\xe7\ \x79\xae\xb5\xa6\x44\x6c\x6e\x6e\x7e\x72\xfb\xee\x62\x3c\x22\x54\ \x78\xe7\xb2\x2c\x8b\x83\xd0\x39\x67\x8d\x45\x18\x59\xeb\x3c\x78\ \x21\x84\xf7\x3e\xcf\x73\x4a\x79\x18\x87\x41\x40\x85\x60\x42\x30\ \x84\xfc\x68\x3a\xbd\x86\x89\xb5\x0e\x63\xca\x19\xa7\x8c\x59\xe3\ \x1c\x46\x79\xa5\x10\xc6\x1c\x63\xef\xbd\xd6\x9a\x73\x5e\x03\xb6\ \x30\x0c\xeb\x77\xa3\x4e\x4a\x35\x6c\xab\x69\xa7\x9a\x57\xc0\x18\ \x37\x9b\xcd\xb2\xac\xaa\xaa\xc2\xe4\x73\x90\x7f\x10\x42\x98\xb1\ \xa5\x51\x9d\x24\xbe\xff\x70\xff\xed\x9f\xbf\xff\x0f\xbe\xf6\xc5\ \xaf\xbf\x76\xb3\x58\x0e\x1e\xdd\xbb\x8b\x4e\x4e\x33\x87\xa4\xa3\ \xcb\xd1\xe8\xaf\xfe\xfc\xcf\x5e\x7d\xe5\x79\x23\xc4\xc1\xc9\x89\ \x27\xb4\x49\x25\xc5\xa7\x34\xd3\x44\x44\x68\x52\x04\xe3\x65\xb0\ \xf8\xf8\xf5\x5f\x79\x31\x0e\x97\x0f\x0e\x26\x3b\x1b\x97\x85\x96\ \x21\xea\x39\xf8\x44\x3b\x2d\x38\x21\x84\xd6\x95\x68\x8d\xe2\xb4\ \xd6\xd6\x5a\x4a\x99\xf7\x7e\x6f\xf7\xd1\xe9\xc9\x11\xe3\xc4\x9a\ \x6a\x34\x58\xc4\x8d\xb8\x91\x34\x19\xe3\x00\xc4\x1a\x27\x84\x40\ \xc8\x95\x65\x39\x1c\x0d\xe3\x38\x36\x66\x89\xb1\xaf\x73\x7a\xaf\ \xdb\x5d\xa6\x0b\x46\x03\xe7\x4c\x9e\x2b\x4e\xc9\xe6\xc6\x46\xd2\ \x68\x1c\x0f\x86\xcb\xac\x00\xcc\x10\x26\xc6\x56\x08\xc0\x71\x71\ \xfd\xd9\x97\x2a\x01\x6f\xbf\xff\x96\x71\x86\x56\x7a\x25\xc0\x39\ \x2a\x27\xd3\x4c\x34\x17\x34\xdd\xef\xd0\xc2\x17\x39\xc6\x91\xe4\ \x4d\x41\xb8\x73\x98\x39\xcf\x09\x10\xe7\x8c\xb1\xb6\x74\x3f\xfa\ \xd1\x0f\x1f\xee\xde\x5e\xef\x75\x9e\xbb\x74\x75\x41\xa0\xca\xa6\ \xac\xd7\xe9\x04\x94\xa0\xa7\x1c\xde\x46\x18\x6e\x3e\x73\x25\x10\ \x7c\x99\xab\xd1\x74\x16\x26\x9d\x33\x17\xae\xef\x9c\xbf\xb0\xb1\ \xb5\xd9\x68\x86\x18\xa3\x20\xc6\x09\xc5\xdb\xaa\xdb\x2b\xc2\xd3\ \xdb\x1f\x13\xbd\x58\xbb\x55\x4d\x46\xb3\xf7\x6f\x97\x3f\x9d\x25\ \x58\xad\x5d\x79\x61\xe7\xf4\xf2\x60\x3e\x9c\x97\x95\x43\xa4\x22\ \x14\x11\xe2\x01\x53\x00\x8a\x3c\x06\x0c\xde\x79\x40\x1e\x21\x6c\ \x9d\x97\x0c\x33\xc6\x8f\x8f\x8e\xbd\x07\x42\xbd\x52\x65\x14\x24\ \xde\xfb\x34\x4d\x9f\x80\x37\xce\x79\x9d\x0d\x82\x20\xe0\x5c\x7c\ \xf0\xfe\x47\x3f\xfd\xe9\x4f\x8b\xa2\xf0\x88\x56\xaa\x20\x8c\x79\ \xef\xf0\x67\x7e\xf7\x00\xe0\x9c\xad\x09\x3e\x0b\xa0\xb4\xf1\x0e\ \x64\x18\x44\x51\x92\x24\x49\x10\x4a\x84\x41\x1b\xfd\xe6\x9b\x3f\ \xa9\xaa\xca\x28\x1d\xc7\x71\x10\x04\x49\xb3\x79\x32\x1c\x38\xef\ \x05\xe7\x08\x10\x01\x70\xce\xd5\x17\x50\x87\x3a\xfb\x0c\xa7\xd4\ \x81\xfd\x84\x9a\xab\x01\x9e\x52\xaa\x1e\xa1\xcb\xb2\xec\xef\x2e\ \x3b\x7f\x51\xfa\x03\x84\x8c\xb3\xc3\xd9\x78\x6b\x73\xb3\x58\x2c\ \xcf\xed\x5c\x25\x48\x7c\xfc\xe1\xa7\x27\x07\x77\x1e\x1e\xef\xe6\ \x18\xfa\xdb\xe7\x9e\xbf\xfc\x72\x3a\x9e\xef\x0f\xc6\xe2\xee\xbd\ \xa9\xca\x57\xd7\x7b\x1b\xdd\x5e\xb7\x95\xcc\xc7\x43\x73\x74\xd2\ \x92\xfd\x70\xca\xcb\xdd\xe3\x33\xdd\xd9\x5a\xff\xe8\xfd\xdd\x1f\ \x37\xc2\x67\x21\x63\xc4\xd2\xc9\xe1\x32\xcd\x8e\x42\xd9\xc6\x88\ \x13\x42\xbc\x77\x8f\x21\xdc\x67\x73\xaf\x94\x52\xca\xe8\xc9\xd1\ \xd1\xbd\xbb\x77\xd6\xd6\x57\x64\xc8\xbd\xb7\x50\x1b\xaf\x7a\x0a\ \x80\x9d\xf5\x80\x74\x10\x0a\x5b\x55\x7f\xf6\x67\x7f\x36\x18\x0c\ \x84\x08\xeb\x83\x0a\xbc\xbf\x79\xf3\xe6\xbb\xef\xbe\xe3\x3d\xc1\ \x8c\x52\x82\xbc\x35\xcb\xc5\xa2\x52\xaa\xaa\x4a\x42\x29\xa1\x5c\ \x5b\x6f\x54\x11\x34\x02\x07\xa6\xd3\xeb\xad\x6e\x9d\xd1\xef\xfe\ \x4c\x1b\xdb\x63\xbc\x45\xfd\xd6\x4a\xe3\xd6\xcd\x67\x7e\xfc\xde\ \xdf\x8c\x26\x0f\x7b\xdb\x1d\xcc\x92\x76\xb2\x49\x49\x3f\x3d\x9d\ \x1a\x05\x14\x88\xf0\x40\x01\x94\xf3\x92\x89\x4e\xa7\x93\x66\xe9\ \x7a\xb7\x19\x48\x1a\x4b\x9a\xa5\xcb\xd1\xd1\xa3\x5e\x2c\x31\xf8\ \xa7\xb0\xe0\xae\xef\x40\xea\x85\xa7\xf1\xf6\x33\x97\x0d\x04\xae\ \xed\xe2\x73\x10\xb7\x3b\x22\x0a\x21\x10\x22\xe4\xb2\xd9\xea\xd2\ \x68\xfa\x57\x1f\xa4\xef\x2f\x42\xd4\x75\xdd\x4f\xe9\xce\x40\x74\ \xc5\x8f\xff\x78\x38\x51\x67\xb7\x2f\x5e\x2c\xf3\x72\xf3\xec\x99\ \x77\x7e\xfc\x2e\xc2\x14\x61\xec\xc1\x60\x82\x11\xe6\xc8\x13\xf0\ \x00\x04\x10\xc6\x04\x61\x4c\x70\xed\xfc\x63\xad\x7e\xf0\xf0\xa1\ \x73\x96\x51\x22\x65\x80\x10\x02\x0f\x41\x10\x08\x21\x6a\x04\x55\ \xb3\xc3\x35\xcd\x63\xad\x7d\xf7\x9d\x77\xf7\xf6\xf6\xb8\x08\x3d\ \x06\x52\x6b\x72\x08\xa9\xcd\x5a\x28\xa5\xd6\x59\xce\x39\x45\x60\ \xb4\xb1\xd6\x61\x8c\x39\x67\x5a\xeb\x3c\x1f\x4d\x26\x93\x28\x8a\ \xfa\xab\x5d\xf0\xb0\xbf\xbb\x67\x2a\x2d\x18\xd3\x95\xee\xf6\x57\ \x76\xce\xee\x3c\xdc\xdf\xf7\x08\x59\xe7\x18\x42\x82\x8b\x3a\x3c\ \xea\xcf\x38\x8e\x8b\xa2\xf0\xde\x77\x3a\x1d\x6b\xad\x31\xa6\x6e\ \x10\xd5\x50\x3f\x8e\x63\xef\x7c\x59\x96\xd3\xe9\x44\x69\xf3\xb9\ \xa8\x7f\x30\xc6\xc6\xda\xbd\x83\xa3\x7e\xbb\x1b\x33\x72\xed\xe6\ \x0d\xa3\xe6\xf3\xb2\xa0\x51\xf8\xc2\x0b\xcf\x27\x9d\x46\xd2\xeb\ \xae\xaf\x5f\xfe\xe8\xf6\xc3\x8d\x73\x97\x2e\x9c\xb9\xb0\xd6\x6d\ \xf3\x24\x3c\xd1\x6a\xfe\xe8\xa1\x48\xfd\xe5\x2b\xcf\xd0\xd4\xcf\ \x8e\xef\x09\x7a\xbc\x76\x66\x13\xcf\x83\xf9\xfe\x7d\x71\x6d\x23\ \x5d\xeb\x57\xca\x1f\x4c\xc6\xd2\x59\xea\xbd\x43\x98\x20\xe2\x01\ \x30\x20\xe7\x3d\x00\x78\x00\xeb\x9c\xb1\x0e\x01\x5a\x66\x19\x06\ \x1c\x46\x11\xc6\x2e\x49\xda\x98\xe0\xaa\x2a\x11\x54\x71\xdc\x24\ \x04\x21\x4c\x8d\xb6\x51\x10\x9d\xd9\x3c\x73\x7a\x3c\x9a\xcd\x96\ \x18\x93\x46\xb3\xb5\xb9\xb5\xb5\x7d\xf6\xec\xed\x3b\x77\x30\xa2\ \xaa\x2a\x19\xa7\x9e\x12\x26\x02\x11\x86\xb8\x54\x18\x90\x07\x4f\ \x08\x6e\x46\x4d\x0c\xb6\x52\x7a\x7d\x7d\xd5\x70\x14\xf3\xc4\x54\ \xda\x32\xba\x2c\xd2\x48\xcd\xbf\xfe\xfc\x45\x9c\x1d\xbe\xf9\x91\ \x40\x82\x77\x7b\x9d\x41\xe9\x29\xd6\xab\x6b\x2d\x3f\x5c\x38\xe4\ \x98\x73\x60\x50\x48\x05\x76\x00\xe0\xc2\x28\xf1\x0e\xd1\x20\xcc\ \x8d\x1a\x2f\x17\x95\x03\x20\x80\xd0\xd3\x2c\x3f\x00\x84\x28\x65\ \x97\x2e\xbc\xfe\xe8\xe4\xb8\xb9\xf5\xfc\xe5\xeb\xb7\xb4\x61\x24\ \x68\xf8\x40\xe4\x56\x0d\x47\x43\x9d\x2e\xfb\xcd\xd5\xe2\xfe\xd1\ \x9b\xdf\x7d\xeb\x39\xbb\x71\x79\xb3\xe9\x09\xad\xca\x42\x74\x57\ \x50\xcc\x7d\x11\xaf\x07\x6d\x58\xdb\x4a\xba\xab\xdf\x0d\xbf\x37\ \x3c\x1e\x75\x59\x02\x0c\x39\xe7\x38\x71\x88\x50\xeb\x3c\xc3\xc4\ \x03\x10\x4c\x31\xa2\xe0\xb1\x03\x4c\x68\x90\xe7\x55\xa9\x0c\xe7\ \x01\x63\x0c\x79\x0c\x08\x28\xa5\x65\x59\xa6\x69\xda\xe9\x74\x92\ \x24\xa9\x59\x2f\x8c\xb1\x52\x6a\xbe\x98\x09\xc1\x3d\x78\x84\x70\ \x10\xc6\x94\x31\x21\xa4\xd5\x1a\xc0\x63\x04\xc6\x58\xc4\x08\xa5\ \x94\x71\x84\x08\xc5\x84\x20\xc0\x0e\x3c\xe7\x86\x60\x4a\x19\x2e\ \xf2\xc2\x39\xa7\xb4\x36\xc6\x58\xef\xd4\xdc\x36\xbb\x1d\x8a\x31\ \x05\xa0\xde\x63\x04\x18\x93\xc7\xee\x05\xde\x0b\xc1\xeb\x1e\x54\ \x10\x04\x00\x90\xa6\x69\xdc\x6c\x48\xce\x55\xa5\x30\x25\xc6\x39\ \x6b\x0c\x17\x02\x30\xcc\x66\xd3\xe9\x6c\x86\xc0\x7f\x2e\xe6\xb7\ \x31\xc6\xde\xc1\x72\x96\xee\xef\xef\x37\x04\x8e\x88\xb9\x79\x69\ \xbb\x1b\xf7\x99\xee\x21\xbd\xec\xb7\x12\xc9\xd8\x74\x32\xa8\x38\ \xac\x9f\xbb\x7c\xe9\xcc\x8d\x7e\xbb\x99\xaf\x71\xd1\xc2\x6b\x2c\ \xd8\x46\xdd\xf2\x78\x31\x3e\xb9\x1b\x45\x83\xf0\x79\x7d\xf0\xce\ \xa9\xfa\xb8\x4d\x5b\xbd\xd6\x15\xf2\x68\xb1\xaf\x11\x3a\x31\xcb\ \x04\x22\xe4\xb8\x17\xc2\x03\xd2\xc6\x4a\x29\x10\x61\xaa\x2a\x8d\ \xf3\x98\x02\xf5\x1e\x21\x9c\xe7\x65\x69\x8c\x73\x60\x4c\x49\x28\ \x8e\xe3\xc8\x39\x97\x67\x99\xd5\xc6\x58\xd3\x4c\x9a\x84\x50\x11\ \xc8\xad\xcd\x33\x3f\xc8\x7e\x92\x24\x4d\xe7\x60\x34\x9e\x9e\xbf\ \x78\xc9\x38\x6f\x9c\x63\x08\x13\xca\x00\x70\xa5\x7d\xd4\x0a\x3b\ \xfd\xb5\xf1\x3c\x55\x55\xc5\x19\xc3\x08\x71\x1a\x51\x1a\x62\xec\ \xc3\x90\x4b\xe7\x20\x55\xca\xa2\x45\x8c\xf5\x6c\x28\x97\x71\x71\ \x72\xef\x46\x53\xf0\x97\x5f\xba\x7f\xf7\x5e\x3e\x49\x65\x10\xcf\ \xd3\x83\xad\x73\x2b\x9d\x35\xa9\xaa\x6a\x6f\x7f\x5f\x0a\xe6\x15\ \xca\x66\x99\x48\x78\x14\xcb\xaa\x74\x77\x76\xf7\x53\x07\x15\xe3\ \x46\xe9\xa2\x28\x29\x17\xe8\xa9\x08\x38\x46\xf9\xe9\xfd\xf2\x7f\ \xfb\x83\x3f\xfd\xb5\xa2\xf9\x52\x1a\xab\xcc\xee\x5c\xbc\x1c\xac\ \xf5\xe2\x8d\x7e\xae\x47\x76\x6e\xf3\xc3\xa3\xec\xdd\x0f\x48\x35\ \x71\x89\xfb\xe4\xd1\xf1\x3a\xd7\x52\x9f\x7b\xeb\x9d\xdd\x0c\xa9\ \x6f\xfe\xc7\x5f\xde\xbc\xf9\x7a\xfb\xe2\x0e\x4a\xda\x31\x8a\x06\ \x83\xe9\x7c\x31\xcb\xca\xf9\xdd\x07\x9f\x7c\xf4\xd1\x47\x14\x8b\ \x30\x68\x18\x00\xec\x3d\x22\x1c\x61\xea\x1d\x52\x0a\x38\x67\x5a\ \xa3\xc1\xe9\x24\xb9\x7c\x06\x08\x46\xde\x23\x0f\x5c\xf0\x30\x0c\ \x39\xe7\x8c\xb1\x3c\xcf\x01\x80\x73\x8e\x31\x0e\x82\x60\x6b\x7b\ \xf3\x9d\xf7\xde\xc3\x04\x0b\x21\x9c\xd6\x71\x18\x03\x60\xa0\x54\ \x6b\x8b\x31\x00\x25\xd6\x3a\x8a\x30\x46\x9f\x39\xe7\x32\x82\x3d\ \x62\x54\x0a\x21\x10\x42\xc6\xda\xc5\x62\x61\x9d\xc3\x9c\x58\x0f\ \x9c\xd3\xa3\xe3\xc3\x33\xdb\x1b\xab\x9d\xd6\xe8\x68\x8f\x10\x8e\ \x08\x72\x5e\x5b\x63\x9d\xa3\x41\x20\x9b\xcd\x24\xcb\x72\xc6\x98\ \x31\x06\x10\xc1\x84\xc5\x8d\x06\x22\x59\x59\x96\xa3\xd1\x88\x73\ \x9e\x97\x85\xb5\x96\x61\x04\xde\x3a\x6f\x11\xfe\x5c\xd4\x3f\x00\ \x1e\x55\xca\x1f\x9f\x4c\x5f\x7c\xf6\xda\xd1\xfd\xdb\x6b\x5d\x15\ \x07\x3d\xe2\xfc\xe6\xca\xba\x14\xe4\xcc\xf9\x73\x74\x7d\xe7\x1c\ \x16\x4a\xa3\x86\x63\x4e\x57\xd1\x0a\x0b\x50\xb6\x2e\x9a\xd9\x5f\ \xbe\x37\x7e\xeb\x1e\x26\x4b\x71\x26\x87\x20\x3b\x2d\x27\x73\x33\ \xdb\xb8\xf6\x85\xb2\x72\x1a\x7b\x83\x88\xae\x88\xf3\x92\x12\x6a\ \x4c\x05\x80\x04\xe7\xde\x83\x35\xe6\x6f\xb3\x70\xde\xd7\x83\x25\ \x8e\x73\x86\x90\x10\x42\xd6\xfa\xee\x66\xab\x95\x24\x89\xf7\x4e\ \x95\x1a\x01\x22\x98\xac\xae\xae\x12\x4a\xc0\x83\x75\x6e\xb9\x5c\ \x7e\xf2\xc9\x27\x9b\x9b\xeb\x55\x55\x25\x32\x66\x94\xd5\x85\xec\ \x7c\xbe\xd4\xda\xc4\x71\xdc\x6a\xb7\xbd\xf7\x4a\x29\xe7\x9c\x94\ \xd2\xd8\x32\x8a\xa2\xe5\x72\x19\x06\x01\x63\x61\x1c\x25\x80\xf5\ \xda\xda\x4a\x12\x85\xe3\xb2\x68\x24\x4d\x26\xc4\x22\xcb\x58\xa5\ \x5b\xcd\x96\x32\x3a\x4e\x62\x4a\x79\x59\xaa\x66\xbf\x6b\x89\x2b\ \x17\xe3\xa0\x19\x18\xef\xdb\x8d\x26\xa5\xcc\x7b\x88\xe3\x84\x60\ \x82\x31\x79\x0a\xf3\x85\x27\x93\x8b\xbc\xdb\xb9\xfa\xd2\xcb\x8a\ \xf2\xc3\xd9\x6c\xab\xbb\x6e\x00\x4c\x9e\x85\xbe\xdd\x4d\xe2\xd3\ \x87\xfb\x1f\xfe\xcb\x1f\x6d\x1e\x4f\xce\x79\xee\x46\xd3\xa2\x58\ \x9c\x0e\xf5\x06\x5f\x73\x9d\xde\x8d\xaf\x5f\xba\xf5\x5b\xbf\xec\ \x78\xc3\xd9\xa9\x44\xf6\x3f\xff\xbd\xdf\x41\x9e\x03\xe5\xc6\xa8\ \xb7\xde\x7e\xeb\xee\x9d\x7b\x7f\xfa\x7f\x7e\xe7\xcd\x37\xdf\xa5\ \x8c\x02\x7f\x5c\x6a\xd5\xa8\x0c\x00\x16\x8b\xd9\x74\x36\xb9\xc6\ \x2f\x78\xaf\xbd\x75\x8c\x92\x1a\x45\x0b\x21\x6a\xe6\x4d\x29\x55\ \xa7\x20\x21\xc4\xe5\x2b\x97\x39\x67\xc6\x82\xd6\x5a\x8a\x48\x08\ \x41\x28\x01\x8f\x10\x46\x0e\x00\xea\xe2\xbe\xe6\x85\x30\xae\xa9\ \xe7\xba\x2e\x95\x52\x12\x42\xb2\xf1\xb8\xaa\x2a\xce\x79\x20\x04\ \x65\xcc\x68\xe5\x11\xda\x5c\x5b\xf7\x56\x7f\xfc\x21\x38\x67\x08\ \x95\x04\x23\x26\x58\x20\xc3\x20\x90\x35\x7f\x5d\x14\x85\xb3\x4e\ \x86\x21\x00\x26\x94\x85\x61\x90\x67\x4b\x21\x04\xc1\x48\x6b\x0d\ \x00\x5a\xab\x8d\x8d\xcd\xcd\x8d\x4d\xf7\x79\xd0\xbf\x01\x42\x80\ \x48\xbb\xbd\xba\xd2\x6b\xaf\xac\x9e\xbd\x7e\xf9\xc6\x6c\x70\xfc\ \xcb\xbf\xfa\xdb\xd4\xab\xf1\xc9\xd1\x1f\xfe\xe3\xdf\x7f\xe5\x8b\ \xd1\x2b\x3b\x6f\x94\x1e\xc7\xeb\xbd\x86\x08\xcb\x2a\x1f\x65\x27\ \x48\x63\x9e\xc9\xb7\xff\xe4\xc7\x97\x6d\x27\x68\x79\x7e\x8d\xb3\ \x16\x9b\x4a\x73\xa4\x33\xe2\x54\x83\x88\x5e\xb8\x52\x69\x4f\x21\ \x98\xe7\x86\x79\x14\xb5\x43\xf0\xde\x3a\x4b\x29\xe1\x22\x30\xc5\ \xe3\x1e\x33\x00\x78\xf0\xd6\x42\x59\x94\x8c\x71\x84\x1d\x7d\x0c\ \xb3\xc9\x62\x31\x3f\x3e\x3e\x5e\x5f\x5f\xef\x74\x3a\x4e\x7b\xe7\ \x5c\x92\x24\x08\x21\x6d\x94\x36\xbe\xdb\xed\x4e\xc6\xe3\xf7\xde\ \x7b\x3f\x90\xb2\xee\xb7\x1b\xed\x38\xe7\xce\x68\xa5\x54\xab\xd5\ \x22\x94\x62\x8c\xbb\xdd\x0e\xc6\x6c\xb9\x5c\x08\x21\xaa\xaa\x3a\ \x3c\x3c\x54\x4a\xb5\x9a\x3d\xce\x39\x13\xac\xaa\xd4\xc1\xc1\xe1\ \x60\x38\x9c\x4d\xa6\x67\xb6\xb7\x87\xc3\xa1\xf7\x30\x9a\x4c\xac\ \x75\x9d\x4e\xd7\x3b\x8f\x09\x31\x60\x59\x20\xc2\x56\x4c\x43\x59\ \xa9\xaa\xdd\x69\xaf\xac\xae\x0a\x11\x28\xa5\xca\xbc\xf2\x1e\x13\ \x4a\xe1\x69\xf2\x0f\x58\xef\xd8\xea\xca\x6b\xdf\xfa\x66\x4a\x70\ \xd0\x6a\xca\x46\xb3\xd4\x95\x5a\x16\x7d\xd5\x6d\x72\xf6\xe9\xee\ \xee\xe4\xf6\xa7\xd7\x59\xcc\x29\x9d\x1b\x93\x7b\xd2\xe8\x6f\x7e\ \x74\x30\x3c\xff\xe5\x57\x6c\xf3\xea\x47\x8f\xee\x36\xda\x6d\xe6\ \x52\x36\x13\x2b\x9d\xb3\x08\x85\x41\x67\x75\x3e\x18\xac\x75\x93\ \x2f\xfc\xce\x6f\xbf\xfc\xfc\x6b\xff\xf0\x3f\xfd\x2f\x8e\x06\x47\ \xde\x79\x20\x00\x00\x1e\x79\xef\x2d\xc2\xd8\x58\x33\x19\x8f\x31\ \xc6\x5a\x29\x86\xe8\x93\x2a\xb4\x46\x51\xb5\x10\xa1\x2e\x6f\x18\ \x67\xcf\x3c\xf3\x4c\xbf\xdf\xbf\x73\xf7\x41\xaf\xbf\x11\x45\x91\ \xb5\x8e\x72\x44\x30\x11\x5c\x00\x02\x84\xa0\x46\x7a\xb5\xa1\x77\ \xfd\xf5\xba\x56\xa9\x15\x39\x84\x50\xf2\x59\xd9\x44\x09\x56\xd6\ \xbc\xf1\xd5\xd7\x37\x36\xd6\x8f\x8e\xf6\x83\x20\x2c\x54\x55\x7f\ \xdd\x39\x07\x1c\xa2\x28\x6a\xb5\x5a\x93\xc9\x74\x34\x1a\x6b\xad\ \xc3\x28\x02\x04\x45\x9e\x39\x6b\x30\xc6\x51\x18\xce\xe7\x33\x67\ \x6d\x14\x06\x16\xf8\xce\xce\xd9\xf5\xb5\x55\xef\x3f\x0f\xf1\x03\ \x10\x06\x61\xb3\xd9\x8e\xa2\xc6\xd1\xc9\x98\x31\xe9\x79\x73\x77\ \x90\xaf\x74\x5a\x13\x15\xed\x4e\x20\xb8\x3f\x0f\x3e\x39\x32\x9d\ \xf6\x46\x73\xcd\x12\x24\x78\x68\x95\x08\x66\xe8\xf6\x77\xbf\xdf\ \x2c\x05\x5b\x9a\x74\x31\x26\x9b\xc7\x54\xe6\x8b\x98\xf6\x2e\xdc\ \xb8\xf2\xe5\xd7\x9b\xfd\x5e\x77\xf5\xfc\x68\x32\xf9\xa5\x2f\x7f\ \x79\x75\xe5\x6c\xa5\xcb\xd3\xc1\xf1\xc3\x87\x0f\x92\x24\x41\x08\ \xb4\xd1\xff\xe6\x15\x00\xca\xb2\x94\x52\x4a\x99\x04\xf0\xce\x01\ \xe7\xbc\xdf\x5f\x09\x82\x28\x8a\xa2\xaa\xac\xd2\x79\x76\xee\xdc\ \xc5\x38\x8e\x01\x10\x25\xd4\x1a\xed\xc0\x63\x42\x86\xc3\x01\x67\ \xd4\x3a\x8b\x1c\x36\xc6\x58\xe7\x3c\x02\xe7\x5c\x96\xe7\x4f\x1c\ \xdb\xbb\xdd\x9e\x94\xab\xd6\x96\x83\xc1\xe0\xfa\xf5\xeb\x3f\x7d\ \xf3\x6d\xe7\x5d\x2b\x0a\xb5\x2d\xa2\x28\x5a\x2c\x17\x07\x47\x47\ \xb3\xc9\xf4\xf2\xe5\x2b\x57\xae\x5d\x7f\xf0\xe0\x01\x13\xa2\xd1\ \x8c\x9c\xf3\xa7\x83\x01\xa6\x24\xcb\x73\x11\x20\x11\x47\x84\x33\ \xd0\xa6\xd3\xe9\x6e\x6d\x9e\xe9\x75\x55\x9a\xe6\xaa\x54\x83\xe1\ \x00\x3f\x95\xfa\x0d\x23\xec\x3c\x1c\x2c\x97\xb8\x99\xc8\x30\x8c\ \x92\x96\x77\xbe\x52\xca\x18\xeb\xf2\x2c\xdf\xdb\xbf\xfd\x83\x1f\ \xb6\xb2\x19\x3b\x9b\xcc\x16\x59\x9a\xb0\xb5\x9b\xb7\xa2\x8b\x81\ \xee\x4d\xb5\x4f\xee\x7d\xfa\xe8\x2b\x5f\x7b\x29\xea\xc4\xa6\x1a\ \xdb\xb2\x5a\x8c\xf7\x93\xf6\xa6\xb3\x71\x2b\xe6\xe3\xd3\xd9\x62\ \x36\x7a\xee\xa5\x5b\x67\xb6\xb7\x76\x0f\x76\x89\x64\x00\x08\x21\ \x8f\xc0\x79\x30\x1e\x30\xc1\xe8\xf0\xe8\x28\xcf\x73\x84\x00\x7d\ \x26\x04\xa9\xb3\x47\x4d\x10\xd7\x81\x04\x00\xc6\x18\xca\xd9\xef\ \xfe\xee\xef\xfe\xb3\x3f\xfa\xe7\xfb\x07\xc7\xde\x83\x64\xd4\x39\ \xf7\x58\x7e\x45\xf1\x13\xe2\xbb\xe6\xcd\xea\xe6\x44\xfd\x59\x3f\ \x56\x2e\x84\x94\x12\x23\x04\xde\x19\xa5\x76\xb6\xb7\x9e\x7f\xfe\ \xa6\xf7\xe6\xe4\xf8\x24\x8a\xe2\xc2\x98\x3a\xd8\xba\xdd\x4e\xaf\ \xbb\xc2\xb9\x98\x4c\x26\x79\x5e\x56\x55\x55\xb7\x76\x82\x40\x3a\ \x67\x8b\x3c\x77\xce\x56\x55\xb9\xb9\xb1\x81\x31\x3a\xdc\xdf\xef\ \x74\xda\x3b\x67\xb7\x1b\xcd\x86\xff\x3c\xf8\x9f\x52\x42\xe7\x8b\ \xd9\xbb\xef\xbd\x9d\x44\xe1\x4a\xbf\x6f\xbd\xd9\xd9\xde\xd9\x1b\ \x4c\x52\xed\x19\x4f\x7e\xe3\x3f\xfc\x87\xce\x7b\x94\x74\xdb\xdd\ \x55\x57\x91\xdc\xb8\x6e\x83\xfa\x1c\xbd\xf3\xa7\xdf\x73\x1f\xdc\ \xb9\xc2\xe3\xa5\xca\x73\x53\xb1\x82\x9e\xdd\xb8\xf2\xf2\x37\x5f\ \x5d\xb9\xfa\x1f\x74\xcf\xde\xf2\x45\x46\xbc\x59\xdb\x58\xfd\xaf\ \xff\xdb\xff\xca\x7a\xb6\x58\x64\xa7\x47\x87\xdf\xfd\xee\xf7\xfe\ \xf2\x2f\xff\xf2\x93\x4f\x3e\x95\x52\xda\xcf\xa8\xfd\x27\x4c\x68\ \x59\x56\x75\x2b\xba\x52\xa5\x94\x5c\x29\x25\xa5\xac\x4b\xc9\xaa\ \xac\xa2\x38\xfa\xf4\xd3\xdb\xff\xf4\x9f\xfe\xb3\xc5\x62\xae\x94\ \xe5\x22\x40\x84\x70\xce\x19\xe3\x1e\x1c\xc3\xd4\x03\x50\x46\x55\ \xa5\x3c\x46\x41\x10\xd4\x1c\x91\x31\xc6\x39\x27\x84\x6c\xb5\xda\ \x42\xc6\x3f\xff\xf9\xcf\x83\x20\x48\x92\x64\x3a\x59\x96\x61\xb5\ \xb6\xda\x6d\xb7\xdb\x2b\xfd\x95\x41\xb7\x3f\x1a\x4f\x3f\xb9\x7d\ \x7b\x6d\x7d\xdd\x23\xcc\x45\x20\xc3\x90\x73\x3e\x9a\x4c\x5c\x59\ \x7a\x6b\x39\x46\x1e\x23\xe7\x1c\x46\x88\x62\x22\xb8\x40\x88\x20\ \x20\xcd\x46\x67\x6f\xff\x48\x29\xfd\x54\x21\x04\x04\x13\x12\xc6\ \xf3\xa2\x3a\xb7\x71\x46\x50\x66\xb3\x0a\x81\x15\x84\x36\x08\x9e\ \x1e\x1e\x97\x8f\xf6\x3b\x00\xb7\xd5\xf1\xda\xd5\xde\xf5\xab\xb7\ \x92\xcd\xb3\x63\x3f\x5c\x98\xbb\x87\x47\xf9\x2f\xbd\xfc\xab\xfe\ \x78\x3a\xd8\x7f\xa4\xb0\x62\x41\x80\x70\xa4\xf3\x92\x8b\x4c\x36\ \x1a\x57\x6e\x5e\x63\x51\xf7\xe7\x3f\xff\xe1\x07\x77\xde\xc5\x02\ \x3f\x76\xd8\xc5\x08\xc0\x79\x8f\xad\x45\x00\xe6\xf8\xe4\x70\xb9\ \x5c\xf6\x7a\x2d\xa7\x9c\xaa\x54\x5d\x6f\xd4\x0c\x72\x5d\x05\xd5\ \xb8\x08\x63\xac\x8c\xbe\x75\xeb\xd6\xda\xfa\xd6\xff\xf0\x3f\xfe\ \x4f\xf3\xd9\x12\x3c\x78\xb0\xce\x7b\x8c\x29\xfa\x2c\xde\x6a\xd8\ \x56\x77\x36\xeb\xc3\xd0\x5a\xab\xb5\xc6\x98\x04\x81\x74\x36\x01\ \x67\x25\xc3\xde\xe1\x17\x9f\x7f\xae\x58\x2e\xd3\x3c\xcf\xf3\x3c\ \xcd\xb3\x30\x0c\xb3\x32\x57\x4a\x31\xc6\xd3\x34\x1d\x8f\x27\x08\ \x21\x8c\x1f\x0b\x23\xb5\xd6\xe0\x6c\x18\xc8\xe5\x02\x9c\xb5\x95\ \x52\x3b\x67\xb7\xaf\x5c\xbe\xfc\x57\x7f\xf5\x17\xb3\xe9\x54\xeb\ \x4a\x0a\xf9\x79\x99\xdf\x26\x04\xa4\x74\x4c\xc0\xd1\xc9\x5e\xab\ \x9d\x38\xe4\xe2\x76\x0b\x4b\x4e\xa8\x88\x56\x57\x31\xa6\x2c\x0a\ \x25\x21\x7e\xbe\x68\x35\x5b\x4c\xa3\xe5\x3b\x9f\xf8\x0f\xee\xb5\ \xb5\xb1\x81\x19\x06\xa9\x93\x7c\xb3\x7b\xd5\xf0\xe0\xc2\x33\xaf\ \x2e\x71\xb2\x58\x4c\x43\x50\x1c\x14\x06\x8a\x62\x84\x69\xb3\xd1\ \x0a\x9a\xc9\xa5\x1b\xcf\xdc\x78\xe5\x95\x2f\xfc\xde\xef\xfd\x9e\ \x73\xa6\x16\x47\x3b\xeb\xb1\x24\x18\x21\x6b\xac\x52\x95\x73\xce\ \x81\x95\x52\x22\xe4\x3f\xd3\xc8\x61\x4a\x69\x9c\xc4\xa1\x8c\x7e\ \xf6\xd3\xb7\x7f\xf8\xc3\x1f\x96\xa5\x22\x44\x38\xe7\xc1\x7b\xc6\ \x99\x73\x96\x52\x42\x30\x01\xef\x91\x47\x8c\x31\x87\xa0\xaa\x2a\ \x6d\x4c\x7d\x34\x66\x59\x36\x99\xcc\xc2\x30\x5c\x5f\xef\x0b\x49\ \x07\x83\x41\x9e\x69\xe7\x5c\xba\x5c\x76\x3a\xf1\xb9\x73\xe7\x5a\ \xad\xe4\xf2\x95\xcb\x1f\xbc\xff\xc1\xe9\xe9\x70\x38\x18\xaf\xaf\ \x6f\x00\xa0\x3c\xcf\x27\x93\xe9\x70\x34\x6c\x34\x1a\x82\x87\xd6\ \x3a\x8c\x00\x03\x60\x80\xc9\x68\xd4\xeb\xf5\xb8\x0c\xa4\x8c\x8e\ \x4f\x4e\xef\xde\xdf\x35\xc6\x3e\x5d\x0a\xf2\x00\x8c\xf3\x8d\x4e\ \xa7\x19\x36\x20\xd5\xd5\x7c\xf9\xd6\x5b\x6f\xee\x5c\x39\xfb\x85\ \x1b\x97\x3a\x5c\x6c\xf1\x10\x15\xb3\x93\xaa\x38\x7b\xf1\xd2\x99\ \x2f\xdd\xbc\x3b\x48\x37\x2e\xde\xda\x0c\xcf\x3d\xb8\x77\xfb\xed\ \xb7\x3f\xc2\x95\x6b\xb5\x69\xca\x42\x24\xdc\x95\x4b\x3b\x44\x36\ \x70\xd0\x40\x42\x20\xa7\x95\x9a\x1d\x9c\x3c\x1c\x2e\x8e\xe2\xa8\ \x03\xce\x3b\xe7\x18\xa5\x95\x77\xd8\x21\x26\xb0\xf7\x86\x12\x8c\ \x10\x38\xeb\x18\xa5\x9d\x4e\x67\xb9\x5c\x9e\x9e\x9e\xce\xe7\x73\ \x42\xc8\xfa\xfa\x7a\xab\xd5\xda\xdf\xdf\xaf\x55\x9b\xab\xeb\x6b\ \x52\x84\xf3\xf9\xdc\x7b\xc7\x39\xc7\x04\x97\x45\xc1\x05\x07\x20\ \x4a\xe9\x27\x45\x6c\x5d\xaf\xd6\xd5\x4b\x2d\xb1\xd1\x5a\x25\x8d\ \x66\xa9\x34\x65\xac\xdb\xef\x7c\xe1\x85\xe7\xbb\xed\xa4\xd7\xed\ \x2e\xd3\x74\x6d\xb5\x8f\x10\x50\xca\xb5\xb1\xb5\x00\xf2\xd1\xde\ \x23\xc1\xa5\xb3\x75\xe7\x87\x48\x19\x30\xc6\x6a\x7d\x17\x25\x21\ \x78\xe7\x9c\x0b\x38\xfb\xf4\x93\x4f\x76\x76\xb6\x2f\x5f\xbe\xfc\ \xde\x3b\x7f\x73\xfb\xd3\x4f\xbe\xf4\xc6\xeb\x9f\x0b\xfe\x1a\x61\ \x8c\xc0\x55\xe5\xd2\x99\x2a\x69\x76\xc6\xd3\xf1\xd1\xc9\x89\x8c\ \xe2\xfe\xfa\x1a\x67\x78\x92\xce\xb7\xce\x9c\xe9\x74\x12\xbd\x98\ \x37\x69\x28\xca\xd2\xe6\xfa\xc1\x5f\x7e\xbf\xfc\xf4\xde\x85\x1b\ \xe7\x75\x0b\x99\x46\xf3\xca\xad\x17\x9b\x1b\x71\xca\x1e\x4d\x27\ \xc5\xd2\x0c\x77\x2e\xac\x0a\x29\x50\xa5\x11\x58\x6b\x91\xa5\x8c\ \xa0\x70\x34\x1a\x4b\x21\x5f\xfd\xe2\x6b\xaf\xbe\xfa\xea\xf7\xbe\ \xf7\xd7\x42\x04\x00\x80\x11\x02\x00\x42\x28\x06\x38\x38\x3c\x94\ \x52\xa4\x59\x21\x05\x7b\x02\x03\xbc\x07\xad\x35\xf2\xc8\x19\x0f\ \x80\x6a\x90\x50\x5f\x32\x26\x84\x51\x5a\x43\x85\xfa\xfc\xab\x8b\ \x10\x8c\x31\xc1\x98\x51\xfa\xe4\xd1\x5a\xeb\xb3\x2c\x3b\x3d\xb5\ \x5c\x90\x3c\xcf\x31\x96\x84\x90\xf9\x7c\xee\x41\xbd\xf9\xe6\x9b\ \x5f\xfa\xd2\x2b\xde\x3a\x53\x69\x70\xce\x5b\x3f\x9f\xce\x3b\x9d\ \x8e\x51\x3a\x4f\x53\x41\x84\xa4\x92\x22\x4c\x00\x19\xe3\xd2\x6c\ \xd9\x68\x36\x46\xc7\xa7\x2b\xdd\x95\x8d\xb3\x67\xb5\x71\x1f\x7f\ \x72\x77\x32\x5b\x10\xfa\x34\xfa\xeb\xba\x62\xda\xd9\xd9\x89\x5b\ \xed\x83\x47\x07\xb4\xb0\x47\xf7\x1f\xfc\xe8\x07\xff\x8a\xc6\x5f\ \x55\xaa\x44\x00\xcc\x5a\xa2\xdd\x7c\xb6\x1c\x1e\x1f\x7d\x7c\xf7\ \xe3\x8f\x87\xd9\xdd\xe5\xf1\xa5\x67\xfa\x0b\x4b\xef\xec\xed\x5f\ \xbd\x70\xa1\xbb\x9e\x5c\x3f\xfb\x3c\xa0\x46\xaf\xdb\xc7\x71\x8c\ \x6c\x89\x4c\x35\x19\x1e\xa5\x4a\x85\x31\xed\xf6\x92\x22\x53\x18\ \x84\xb5\x36\x0c\x03\x21\xb9\xb7\x16\x63\x78\xfe\xf9\xe7\xde\x78\ \xe3\xb5\x46\x23\x29\x8a\x32\x60\xc2\x59\xa7\xb5\x6e\x34\x1a\xed\ \x76\xdb\x5a\x2b\xa5\xcc\xf3\xbc\x4e\x20\x8d\x46\xa3\xee\x74\x9f\ \x9c\x9c\x14\x45\x29\x45\xe8\x6b\xd1\x14\xc0\xdf\xe6\x24\xfe\x36\ \x1d\x62\xad\xad\xc7\x0d\xbc\x07\xf0\x20\x65\xa8\xb5\x0a\xa4\xbc\ \x7a\xe5\x62\x24\x79\x55\x95\x8c\xe0\xc9\x70\x04\xde\x29\xa5\xb4\ \xb3\x94\x13\xce\xb9\xf3\xae\xe6\x87\x6a\x38\xf7\x59\x5a\x23\xce\ \x3b\x84\xb1\x94\x82\x00\x90\x30\xb0\xd6\x8c\x87\x43\xc1\xe8\xfa\ \xfa\xda\x68\x34\x1c\x0e\x47\x7f\x37\x73\xf3\x0b\xf4\x3f\xe5\x7c\ \xa5\xd7\xef\xf5\x56\xd7\x37\xb6\xd6\x36\xb6\xf6\xf6\x0f\x82\x28\ \x8c\x92\x38\xcb\x8b\xb5\xcd\x8d\x66\x2b\x29\x96\x13\x35\x9a\x4e\ \xa6\xe9\x2b\x5f\x7c\xcd\xe5\x0e\x2d\x67\x5d\xc1\x27\x93\x93\xf6\ \x33\x2f\xbc\xf6\x9b\xbf\xca\xe2\x95\xe5\x6c\x59\xfa\x89\x77\xec\ \xea\xce\x39\x6d\xab\x4a\xcd\x28\x22\x88\x32\xef\x05\x76\x84\x60\ \xb2\xba\xba\x42\x28\x9f\x4e\x86\x27\x27\x47\x75\x95\x59\xbf\x43\ \x18\x63\xad\x2d\x05\x57\xe4\xb9\x52\x2a\x8a\xa2\x7a\xda\xa4\x06\ \x12\x75\xcc\x08\xc6\x09\x21\xd7\xae\x5d\xbb\x76\xf5\xda\x07\x1f\ \x7e\x44\x19\x01\x78\x2c\xd2\xaf\x3b\x80\x75\xf1\xea\xa1\x7e\xbe\ \x88\x32\x86\x09\xa1\x8f\x55\xf7\x00\x80\x29\xa5\x9c\xe3\x4a\xd5\ \xb3\x3a\xc4\x3b\x2c\xa5\xb4\xce\x3d\x7c\xf8\xf0\x97\x7f\xf9\x8d\ \xa0\xd5\x49\xa2\x78\xb9\x48\x39\xe5\x45\x96\x63\x40\xc6\x18\xa3\ \x0c\x23\xdc\x3b\x67\x2a\x53\x2e\xb3\x76\xab\x89\x09\x0b\x30\xf5\ \xda\x4e\x86\xe3\x30\x6e\x1d\x0e\x46\x0f\xf6\xf6\x94\x77\xe8\xe9\ \xa6\x7f\x6a\xf9\x1f\x46\x77\xee\xdc\x31\x79\xd5\x16\x51\xa3\x99\ \x7c\xf1\xcb\x5f\xba\x71\xeb\xb9\xc2\x1b\xe7\x0d\x60\xc4\x8c\x6f\ \x70\x96\x9f\x8e\xee\x7e\xf2\x61\x2a\x5a\x95\xf4\x84\x6e\x9d\x39\ \x77\xf9\xda\x8d\x2f\x31\x41\xd6\x36\x03\xe7\x9a\xc8\x86\xd9\x6c\ \x41\x96\x73\xa7\x73\x26\x7d\x3b\x0a\xb4\xae\x5c\x91\xaf\xf7\x3a\ \x77\xc7\x47\x84\x71\x21\x99\x75\xd6\x98\xca\x5b\x43\x94\x7f\xfd\ \x8d\x2f\xde\xbc\x79\x33\xcf\x32\x42\x98\x73\x1e\x3c\x48\x29\x93\ \x24\xa9\xcb\x1e\xce\xf9\x72\xb9\x3c\x7f\xfe\x7c\x51\x14\x61\x18\ \x22\x82\x87\xc3\xe1\xee\xee\xae\x94\x82\x12\x5a\xe6\x25\x02\xf0\ \xf5\xba\x18\x84\x01\xfc\xff\x33\x03\xd4\xb0\x1c\x00\x8c\xb5\x80\ \x01\x63\xec\xac\xa5\x98\x80\xb3\xd8\x5b\x82\xa1\xdd\x6e\xae\xaf\ \xaf\x3f\xdc\x3b\x92\x91\x74\xde\xd6\x31\x00\x50\xf7\x82\x50\x1d\ \x7e\xb5\x26\x53\x55\xaa\xcc\x73\xab\x0d\x21\xb8\xd9\x48\x94\x52\ \xc3\xe1\x60\x7d\x75\xe5\xe2\x85\xf3\x49\x1c\x85\x61\xf0\xb9\xd8\ \x3f\x8a\x10\xf2\x0e\x11\x24\x03\x91\xe4\x69\x45\x37\x98\x60\x41\ \x12\x27\x08\xd0\xd5\x2b\xd7\x82\x28\x9a\x4c\x46\xa4\x4c\x7f\xfa\ \xfd\xef\x7e\xf8\xce\xc7\x57\x6e\x5e\x4d\x04\xb7\x21\xd3\xba\x50\ \x73\xb5\xb6\xde\xc1\x0d\xb1\x7f\x74\xb0\x71\xf5\x79\x0e\xc3\xc9\ \x60\xfc\xf0\x83\x77\x05\x13\x2c\x28\x44\xd4\x0e\x5a\xeb\x82\x27\ \x84\x84\x40\x10\xe3\x14\x23\xfe\xc1\x07\xef\x7f\x7a\xfb\x53\x29\ \xe4\xe3\x74\x01\xc8\x03\x22\x98\x78\x6f\x26\x93\xc9\x7c\xbe\x58\ \xdf\xe8\x03\x60\x21\x78\x9a\xa6\xf3\xf9\x5c\x29\x23\x25\x5f\xe9\ \xad\x46\x01\xee\x74\xda\xcf\x3d\x77\xf3\x9d\x77\xdf\xf7\x60\x39\ \x17\xf4\xb3\x76\xb8\xb3\x06\x3c\x02\x04\x75\x11\x8c\x3e\x9b\x3f\ \x41\x00\x75\x1e\x73\xce\x4b\x29\xa3\x48\x58\xa7\xbc\x07\x67\x15\ \x67\xa1\x94\x81\x03\xd5\xeb\xf5\x56\xd7\xd6\x16\xa7\x93\x5e\x77\ \x65\x38\x18\x83\xf7\xe0\x40\x55\x0a\x21\x9c\x44\x8d\x7a\xdb\x09\ \xb6\x1e\x94\x59\x6d\x77\xbb\xbd\x4e\x94\x44\xed\x5e\xd7\x33\xbe\ \x9c\xce\x3f\xfd\xf4\x53\x63\x0c\x65\xdc\x7b\x8f\x9e\x66\xfe\x14\ \x39\xe7\x1f\x1d\xee\x03\x60\x4c\xb1\x75\xf6\xdc\xe5\x0b\x2b\x97\ \xb7\x55\xe8\x97\xd8\x8a\x46\xb8\xd0\x55\xdf\x13\x93\xa9\x72\xb1\ \xcc\x8f\x0f\x75\xc7\xf7\xba\xcd\xd9\xf1\xa8\xd3\x5c\xd9\x3b\x3c\ \x68\xad\x34\x27\xf3\x65\x88\x25\x68\xe2\x2b\x17\x0a\x51\x64\x73\ \x0f\x0a\x09\x82\x45\x98\x10\x11\x79\x86\x2d\x60\x4e\x3c\x38\xec\ \x61\x7b\x7b\xfb\xfc\xce\x76\x9a\x2d\xc3\x30\xcc\xf3\x0c\xc0\x63\ \xec\x11\x22\x94\xb2\xba\xc7\xff\xb7\xc5\xd7\xce\xb9\xa2\x28\x96\ \xcb\x65\x6f\xa5\xaf\x94\x1a\x0e\x87\x00\x10\x86\xe1\x6c\x9e\x02\ \xc2\x9f\xa5\x7a\x78\x92\x7f\x6a\x1e\xf5\xff\x66\x0e\x10\xf2\xce\ \x19\x63\x78\xc0\x29\x63\x59\xba\x18\x8f\x06\x57\x2e\xec\x94\xc8\ \x47\x71\x64\x3d\x7d\xe3\x4b\x5f\x1a\xce\x96\x9f\xde\xbd\x53\x8f\ \xc0\x71\xce\xeb\xc5\xa5\x00\x80\x10\x66\x8c\xd6\x5d\x01\x02\x60\ \x54\x45\x30\x0a\x82\xa0\xd1\x48\x76\xce\x6e\x73\xc1\x29\xc1\xc4\ \xbb\x40\x70\xf4\x99\x92\xe8\xff\xff\xfe\x8f\x77\xa0\x4a\xbf\x98\ \xe7\x51\x04\x83\xd3\x51\x59\x54\xaf\xbf\xf6\xfa\xfa\xc6\x66\x59\ \xa9\xc3\xbd\x3d\x67\x5d\x08\xba\xc8\x8a\x97\x5e\xf9\x82\x6c\xc5\ \x36\x5b\x2e\x6c\xd5\x08\x44\xe5\x8b\x7b\xf7\xef\x99\xf5\xd6\xfe\ \xdc\x8c\x80\x6c\x9f\xd3\xc7\x47\xa7\x66\x16\x9e\xbd\x74\xb1\xbf\ \xb1\x41\x83\x16\x0d\x7a\x54\x74\x10\x0a\x01\x69\xb0\xa5\x71\x85\ \x10\x2c\x89\x63\xa5\x0d\xfa\x4c\xf0\x02\xde\x57\x65\x99\xc4\xf2\ \xb9\xe7\x9e\xab\xf9\x50\x6b\x4d\x10\x88\x30\x0c\xad\x75\x94\x14\ \x1e\x21\xe7\x7c\x9a\xa5\x77\xee\xdc\xd7\x5a\x73\xce\x9c\x03\x4a\ \x29\xe7\x8c\x0b\xc1\x58\x2d\x7d\xf7\xe8\x09\x84\xa2\xa4\xe6\x88\ \x9e\xd0\x4a\xb5\xee\x9d\x50\x5c\xbf\x28\x94\x0a\xc6\x19\xe7\x4c\ \x52\x72\xed\xea\xb5\xaa\x2c\x0f\x0f\x0e\xda\xad\x16\x02\x5f\x95\ \x55\xa3\xd1\xea\x75\x7b\x45\x59\xaa\x4a\x61\xc2\x10\x42\x02\xd1\ \x46\x5f\x36\xe3\xa4\xdf\x6a\xaf\x6e\xae\x23\x4a\x15\xf8\xbb\xb7\ \x6f\x9f\x9c\x9e\x28\x40\x16\x11\xf4\x94\x09\x08\x03\xf8\x9f\xfd\ \xfc\xcd\xb2\x52\xc8\xa0\xb6\x88\xaf\x5d\xbc\xdc\xd8\xec\x77\x56\ \x56\x52\x55\xe0\x32\x5b\x22\xcb\xc0\x02\xc3\x83\xe3\x63\xca\xc8\ \xc5\x4b\xcf\x24\x9c\x17\xa3\x49\x58\x90\xa6\x5c\x41\x93\x52\xf1\ \x65\x6b\xad\xdd\xea\x36\xf3\x79\x7e\xfb\xe3\x77\xb1\x77\xaa\xcc\ \x08\xa7\x9b\xe7\xae\x04\xc0\x23\x12\x50\x87\xbd\x73\xca\xbb\x38\ \x09\xb6\xb6\x36\xae\x5d\xbf\x2a\xa5\x70\xd6\x96\x45\x8e\x30\xea\ \xb4\xda\x75\x0e\xac\x47\x12\xeb\xa8\xa8\x05\x56\x4a\xab\x4e\xb7\ \x73\x7a\x72\x7a\xf7\xee\x9d\x74\x59\x8c\xc7\x63\x21\x44\x96\xe7\ \xc6\x28\x26\x24\x80\x87\x7f\xdd\x6f\xa2\x8e\x9f\x27\xf9\xa7\xe6\ \xee\x30\xd5\x41\xdc\x00\xc7\xca\xaa\x78\xb4\xb7\x1b\x4a\xda\x6e\ \x34\xbc\xb5\xa5\xb2\x6b\x6b\x2b\xdf\xfe\xf6\xb7\xc9\x77\xe8\xdd\ \x7b\x77\xac\x75\x94\xd2\xfa\xf4\x43\x08\x59\xa3\x11\x62\x84\x50\ \x63\xb4\x10\x0c\x61\x1c\xc7\x71\xab\xd9\x08\x02\xd9\x68\x26\x8d\ \x24\xb1\xd6\xea\xb2\xe8\xf7\x57\xc2\x30\xf4\x9f\x0f\xff\x6d\x8c\ \x09\x01\xe2\xb5\xab\xfa\x71\xdb\xea\x3c\x92\xe4\x8f\xff\xf0\x0f\ \x6e\xbd\x70\x6b\x7d\x7d\x93\x12\x16\x46\x49\xdc\x5d\xfb\xf2\xbf\ \xf7\xdb\xbd\x38\x0c\x08\x28\x55\xd9\xc5\x34\xab\x96\x41\x40\xc3\ \xb4\x98\xdc\xbd\xa3\x64\xc2\xc9\x85\x7e\xff\x85\xee\x6b\x37\x59\ \xd0\x41\x81\x04\x5b\x38\xc0\x80\x89\xb2\xb9\x94\x14\xeb\x0c\x83\ \x61\x24\x10\x60\x92\x40\xea\xca\x7b\x44\x9c\x33\xde\xf9\x38\x94\ \x6f\xbc\xfe\xf2\xcd\x67\xaf\xbd\xfc\x85\x97\x28\x25\x45\x59\x31\ \x46\xb4\xf1\xce\xc1\xca\xea\x3a\xc6\xd8\x59\x47\x31\xaa\xf2\xe2\ \xc5\x5b\xcf\xdf\xb8\x7e\xfd\xe2\x85\xf3\xff\xe8\x1f\xff\x93\xe9\ \x7c\x89\x11\x60\xe7\x9d\xb6\x04\x13\x16\x08\x40\xc8\x39\xeb\xbd\ \x27\xf5\xf4\x3c\x42\x75\xf7\xc1\x7b\xc0\x14\x63\x4e\x9c\x07\x40\ \x94\x60\x8e\x00\xc0\x56\x22\xa6\x71\x2c\x6f\x5c\xbd\x20\x09\x5e\ \xe9\x77\x74\x55\x9c\xdd\xd9\x3c\x19\x9c\x6e\x6c\xae\xf6\x57\x57\ \x06\x83\x51\x7a\x9a\xc6\xa1\xf4\x00\xd6\x6a\x46\x05\x10\x36\x9c\ \xcf\xe3\x95\x8e\xb3\x50\x58\x95\x96\x4b\xc6\x88\x14\x41\x65\xed\ \x53\x0f\x9f\x62\x8c\xf2\xc9\xc1\xf1\xf1\xa9\x31\x10\xf0\xf0\xfe\ \xbd\x0f\x5b\xed\xe6\x2b\xaf\xdc\x4a\xdb\xb1\x58\x2e\x74\x07\x1d\ \x09\x92\x6a\x59\xe1\x66\xa2\xc8\x5a\x51\xe5\xfa\xf0\xe4\x28\x27\ \x70\x7b\xe7\xcc\xf9\xde\x6a\x0f\x73\x7b\x98\x4e\xcc\xea\xda\x7c\ \xb6\xd0\x2a\x8f\x04\xeb\xb6\xa3\x30\x8a\xd3\xf9\x44\xb4\xce\xb6\ \xd7\x56\x69\xb2\xef\x31\x21\x04\x37\x5b\x2d\xa3\xf5\x60\x70\xba\ \xb9\xbe\xa6\x11\x14\x29\x45\xc8\x47\x8c\x12\x26\x8d\x03\x4a\x88\ \xd2\x9a\x51\x4a\x28\x01\x40\x8c\x31\x5d\x94\x95\xca\x92\x46\xd3\ \x3a\xd8\xdf\x3b\xaa\xaa\xb2\xd1\x92\x59\x96\x02\xb2\xde\x23\x8c\ \x29\x26\xcc\x5a\x0b\x80\x1f\xe3\xf0\xcf\x48\x54\x0c\x40\x30\x76\ \xce\x21\x42\xca\xb2\xec\x74\x90\xf3\xc0\x98\x3c\x1d\xce\x1b\xad\ \xc9\x6c\x91\x6f\x6e\x6e\x84\x61\xa8\x8b\x6c\x67\xb3\xfb\xf5\x2f\ \xbd\x71\xba\x7f\x94\x23\x4d\x31\x07\x82\x8d\x35\x84\x12\x8c\xc1\ \x7a\x45\x11\x22\x84\x39\xa0\xc6\x52\xa0\xd8\x38\xd4\x0e\xa2\x20\ \x08\x18\xa3\x9c\xe0\x48\xb4\x16\x8b\x25\x67\xf2\x73\xe1\x5f\x0f\ \x00\x42\x72\x4c\x11\x46\x40\x19\xca\x8b\x79\x51\x16\x65\xb1\xf8\ \xd9\x4f\x96\xad\x46\x47\x70\xd9\xec\x74\xcf\x3f\x73\x73\xeb\xfc\ \xb6\x68\x45\xc4\x19\x5c\xe4\x55\x95\x3b\x02\x65\x9e\x17\xf7\x1e\ \xac\x34\x49\xb4\x13\xea\xc5\x68\x76\xb4\x42\x45\x68\x96\x23\x11\ \x84\x22\x94\xba\x2a\x10\x32\x04\xfb\x74\xb2\x2f\x91\x97\x98\xf2\ \xb0\x13\x09\x2a\x39\x73\xce\x39\xf0\x42\xca\x2a\xcf\x18\x85\x6f\ \x7c\xfd\xab\x1b\x5b\xab\x8c\x93\xfa\x31\x29\x6b\x00\x00\x20\x00\ \x49\x44\x41\x54\xa2\x2c\xa3\x28\x72\x0e\x09\xc1\xbc\x47\x45\x51\ \x51\xc6\x08\x46\x84\x60\x8c\x71\x91\x67\x80\xf1\x37\xbf\xf9\x2b\ \xfb\xfb\x07\x7f\xfc\xcf\xff\x84\x06\x94\x10\xac\x94\x0e\x64\x80\ \x08\x41\xe0\x3d\x82\x9a\x64\xa8\x09\xd0\x1a\x4e\x30\x46\xac\x73\ \x65\x55\x32\xc6\xb8\x90\x41\xe8\x28\x02\x55\xe6\xa3\xe1\xf1\x2b\ \xdf\xfa\xc6\x5a\xbf\x03\xe0\xac\x33\x0e\xec\xce\xf9\xb3\xca\x2b\ \xc0\xae\xd3\x6b\xb7\xfb\x5d\x0d\x3a\xcb\x0a\x29\xa5\xd7\x3c\x5f\ \x18\x43\x10\x50\xcc\xe2\xa0\xdd\x4a\x58\x91\xb7\x3b\xad\xe6\x62\ \x09\x84\x55\x73\xe5\x9d\x7b\x4a\xd8\xec\x61\x7c\xbc\xe7\x2a\x4d\ \xa9\xf0\x80\x8d\x23\x8b\x51\xf1\xe6\x9f\xff\x79\x84\x5d\x27\x64\ \x9e\x9b\xaa\xc5\x8e\x67\x1a\x90\xac\x4a\x57\x1a\x93\x48\xce\x78\ \x80\x89\x1f\xcc\x0e\x4e\x26\xbb\x52\x48\xad\xd4\xd5\xab\xd7\x84\ \x0c\x7a\x2b\xfd\x74\x3a\x9c\xcf\x0a\x00\xa4\x1d\x5b\x3b\xdf\x5e\ \xdb\xde\x0c\x3f\x8a\xad\x43\x81\x94\xad\x56\x33\x8c\x42\x21\x04\ \xc1\x44\x30\xca\x28\x65\x94\x56\x65\x21\x42\xe2\x11\xe5\x91\x60\ \x00\x00\x28\x8c\x62\x63\x8c\x73\x5e\x04\x41\x51\x14\x8c\xb1\x7e\ \x7f\x25\x5d\xe6\x18\x13\x63\x8c\x31\x1a\x63\x00\xe4\x30\x22\x08\ \x61\x00\x04\x08\xfe\x0d\xe0\xfa\xb8\x21\x5e\x77\x45\xad\x75\xd6\ \x51\x4a\xc1\xd3\xac\xd4\x98\x05\x69\x51\xed\x1d\x1c\xae\xf6\x7b\ \xfd\x7e\x1b\x74\xd5\x6d\x24\xbd\x4e\x2f\x3f\x3e\x02\x5f\x8f\xa0\ \x71\x40\x08\x13\x4f\x90\x27\xd8\x63\xe4\x9d\x03\x40\x4c\x5b\xb3\ \x48\xd3\x46\x23\x5a\x2e\x97\xcb\x99\x03\x67\xa3\x28\xa4\x84\x7f\ \x5e\xfc\xe7\xea\x9c\x9b\x44\xc9\x17\x5e\x7e\x91\x71\x7a\x78\xb8\ \x17\x78\xa1\x75\x31\x9d\xa9\x2c\x5b\x3a\xeb\xad\xc7\x1f\xdf\xf9\ \x74\xfb\xdc\xce\x6b\x5f\x78\x5e\x5e\x3c\x5b\x0c\x8e\xa7\xd8\x45\ \x92\x62\x26\xd3\x3c\x23\xa5\x7e\xa6\xbf\x22\x98\x1f\x3d\xba\xdd\ \xee\xf7\x99\x94\xb6\x62\xbe\x92\xad\xd5\x1e\xd2\x7a\x72\x72\x58\ \x64\xe9\x60\x36\x6b\x34\x7b\x6b\xdb\xdc\x3b\xa3\x74\x69\x9d\xe2\ \x32\xb6\xd6\xf6\x7a\xed\x6b\x37\xae\x18\x53\x65\xe9\xd2\x68\x29\ \xa4\x08\xa4\x34\x5a\x23\x04\x51\x14\xe5\x79\xce\x31\x96\x52\x94\ \x59\x2a\x05\x67\x8c\x67\x45\xb1\xbf\xbf\xbf\xfb\x68\x57\xca\x40\ \xca\x80\x10\x9c\x65\x45\x10\x04\xce\x5a\x0f\xbe\x96\xd2\xd7\x98\ \xa4\xa6\x53\xeb\x59\x23\x07\x50\x8b\xde\x85\x10\x10\x7a\xc1\xd8\ \x8b\x2f\x3c\x87\x90\xf9\xd2\x97\xbf\x12\x04\xe1\x62\x31\x05\x04\ \xde\xfb\xd5\xd5\xd5\xa4\xd9\x58\x2e\xd2\x34\x4d\xad\x83\x4b\x17\ \x2f\x8d\x46\x93\xdb\xb7\x3f\xc5\x9e\x51\xca\xdb\x2b\xdd\x76\xb7\ \x21\xc2\x40\x3b\x57\x29\x45\x18\x0d\x42\xa9\x2d\x24\x51\xc8\x39\ \x7b\x2a\xfd\x01\xc2\x08\x31\xc2\x19\x05\x2a\x24\x26\x0c\x03\x01\ \xe7\x66\x59\xaa\x28\xe4\x99\x6e\x45\x62\x99\x57\x8b\xbc\xa4\x02\ \x33\x43\xe6\x79\xee\x11\x8f\x22\x2e\x05\x09\xc2\x00\x39\x97\xe7\ \x85\x94\x3c\xcb\xd2\xf9\xd1\x31\x21\xb8\xdf\x6e\x76\x7b\x7d\x29\ \x24\x72\x0c\xc0\x47\x61\x80\xc1\x37\x92\x66\xab\x99\x74\xda\xad\ \x56\xab\xd9\x88\xe3\x24\x8e\xa3\x40\x44\x51\x48\x30\x2a\x8b\x12\ \x88\xf6\x95\xf5\xde\x96\x65\xa5\x95\xb2\xb6\x5b\x67\x8f\x7a\x37\ \xaa\x77\xde\x18\x7b\x70\x70\x48\x08\x75\x0e\x8c\x71\x00\x18\x23\ \x82\x10\xa9\x55\x3b\x4f\x98\xeb\x27\x52\x92\x9a\xc2\xae\xef\xbc\ \x07\xa8\x94\x4a\xe2\x50\x55\x65\x51\x14\x82\x8b\x76\xb7\x6d\x4c\ \x45\x18\x59\x2e\x53\x42\x50\xb3\x95\xf4\x56\xdb\xfb\xa7\x87\x80\ \xc1\x18\x45\x39\x27\x84\x70\x21\x90\xb7\xba\x2a\x28\xa3\x14\xb0\ \xb5\x86\x10\xa0\x94\x79\xef\xd2\x74\x19\x4a\xd1\xeb\x74\x05\xe7\ \x04\x93\xbf\xb7\xe4\xfc\x85\xe9\x47\x11\x78\x20\x98\x00\x42\x55\ \x55\x62\x8c\x5b\xed\x46\x95\xe7\x59\x96\x59\x53\x71\xc6\x04\x95\ \x26\x9d\x3f\xfc\x78\x79\xf8\xe8\x93\x1f\xb4\xe2\x1e\xc1\xae\xdb\ \x54\x01\xc9\x17\xf3\x1c\xf9\x58\xf9\x59\x9a\x16\xa7\xfb\x84\xd2\ \xc5\xa8\x93\xb4\xda\x6b\x1b\x1b\xd9\xb4\x08\xfd\xb2\xaa\x8a\xd9\ \xd1\x01\xc1\xd0\x88\xe2\x20\x60\xaa\xcc\xe2\x48\x44\xa1\xa0\x14\ \x31\x86\xfa\xfd\xfe\x8d\x6b\x97\x2f\x5f\x3a\xef\x9d\x2e\xcb\xcc\ \x5a\x6d\xad\xe4\x8c\x62\x8c\xb3\x54\xc7\x71\x6c\x8d\x42\xe0\x9c\ \xd3\xde\xd9\x42\x6b\x84\x48\x18\x46\x77\x6e\xdf\x1f\x0e\x87\x49\ \x12\x73\xc1\xeb\x16\x04\x00\x78\xe7\x3d\x3c\xa6\xb0\x9f\x1c\x81\ \x75\x6b\x8f\x31\x86\x11\x22\x18\x63\x8c\xa5\x0c\xc0\x7a\x46\xf0\ \xd7\xbe\xf6\xb5\x17\x5f\xbc\xa9\xaa\x4c\xeb\x42\xca\x60\x73\x63\ \xb3\xd5\x68\x8d\xa7\x63\x59\x06\x61\x10\x2e\xb3\x7c\xb6\x58\x4e\ \xa7\xd3\x34\x4d\xbd\xf7\x8c\x91\xa8\x95\x04\xad\xb8\xd1\xeb\x2a\ \xef\xaa\xb2\x12\x52\x76\xbb\xdd\x2c\xcd\xc7\xd3\x79\x10\x08\x46\ \xe9\x53\x03\xb8\x38\x8e\xb5\xb6\x42\x08\x4a\x85\x52\x7a\x91\x2e\ \x6d\x55\x92\x38\xa8\x8c\x49\x44\x02\x9e\xa5\xe3\xb4\x4c\x53\x87\ \x9a\x69\xa9\x9a\x9d\x04\x08\xdd\xdd\x7d\xd4\x6a\x84\x17\xce\x5f\ \x88\x3c\x21\xd4\xcf\x17\xcb\x8d\x8d\x33\x5a\x55\xe3\xf1\x30\x09\ \xa5\xe0\xb2\x2a\xcb\xc5\x62\x7e\xfe\xec\x99\x67\x9f\xb9\x2e\x82\ \xb8\x11\xc7\xad\x56\x33\x0a\x02\xc9\x99\x31\xda\x32\x62\x9d\x0b\ \x38\x27\x84\x28\x55\x8e\xc7\xd3\xe9\x74\xaa\xb5\x6e\xb5\x5a\x81\ \xe4\xdd\x6e\xd7\x18\x70\xce\x61\x4a\xbc\xf3\xa7\x27\x83\xc5\x22\ \xc5\x98\x02\x60\x0f\x80\xea\xe0\x01\xfc\xf8\xef\xff\x8d\xc5\x7e\ \x52\x0b\x61\x8c\xac\x35\x80\x42\x87\xbc\x32\xda\x7b\xd7\xed\xf5\ \xac\x51\x61\x28\xaa\x22\x1f\x8d\x87\x84\xcb\xb8\x11\x51\x8a\x19\ \x23\x40\x29\x42\xd8\x63\x12\x45\xb1\xae\x54\xaa\xb3\x98\x31\x84\ \xb1\x52\x2a\x0c\x44\xb3\xd1\x14\x5c\x68\x95\x33\x82\x57\x57\xfb\ \x04\xd3\xb2\x2c\xfe\x5e\xd8\xfc\x0b\x9c\x9f\xc3\x18\x63\xfc\xf0\ \xfe\x03\xc6\x10\xc2\xce\x54\xce\x79\x4b\x88\x0f\xa4\xa4\x94\x52\ \x8c\x04\x60\xa5\xaa\xe9\x60\x31\x19\xd8\x98\x92\x33\xcd\x56\x55\ \x95\xf3\xe5\x1c\x4b\x26\x95\x2e\x1d\x34\xe2\x20\x8e\x63\x8f\x60\ \x31\x1d\x94\xd9\xd4\x3a\x3b\x1f\x1e\x9d\x3d\xbf\xb3\xd2\xeb\xe8\ \xaa\xa8\xb4\x32\xa6\xc8\x27\x2e\xee\x6c\xb6\x5a\x49\x63\x91\xad\ \xac\xaf\x6f\x9d\x39\xb3\xb1\xb9\x4a\x90\xa3\xe4\x31\x5f\xe9\x9c\ \x2b\xab\xaa\xd9\x68\x78\xef\xad\x7b\xcc\x0b\x73\xc6\x11\x22\x88\ \x7a\x6d\x2c\x21\x78\x7f\x7f\x5f\x6b\x1d\x27\x89\xf7\x78\xb1\x48\ \x05\xe7\x00\xe0\xff\xf5\x5b\x59\xe7\x9f\x27\x1d\x09\xc0\xc8\x5a\ \x0b\x75\x21\x84\x31\x63\x6c\x34\x1a\xdd\xbb\x77\x6f\x32\x3a\x69\ \xb5\xe2\x6e\xaf\xed\xbd\xf3\xe0\xa5\x94\x1e\x40\x70\x41\x18\xa7\ \x42\x0e\x4e\x4f\xa5\x94\xcd\x66\xab\x54\x86\x86\x62\x5e\xa6\x91\ \x8e\xad\x31\xda\xe8\x06\x6f\xf4\x7b\xfd\x4e\xbb\x3b\x1c\x0e\x4f\ \x4e\x06\xf4\x33\x3a\xfe\xe9\x28\x6c\x11\x04\x51\x10\x64\x85\x9a\ \x2d\x66\xce\x5b\x19\x05\xc0\x29\x97\x71\x01\x78\x52\x14\xa9\x31\ \xed\x6e\x37\xe9\xb5\x2b\xef\x67\x8b\x8c\xf7\x1a\xdb\x67\xcf\xcd\ \x46\x43\xf0\x38\x89\x1a\x0e\x55\x98\x90\xc1\x68\xb8\x5c\xa4\x89\ \xe4\xf3\xd9\xd2\x5b\xe8\xf4\xd7\x65\x28\xcf\x6c\x6e\x9c\xdd\xda\ \x00\x22\x04\x17\x8d\x46\x4c\x11\xce\xf3\x54\x8a\x36\x65\x14\x00\ \x30\x21\x41\x10\xf4\x9b\xad\x95\x95\xb5\x93\xd3\x53\xef\x5c\xbb\ \xd3\xa1\x84\x96\x65\x59\xcf\x4b\x63\x8c\xad\x85\xdb\xb7\xef\x01\ \xe0\xc7\xae\xa6\x0e\x13\x46\x11\x60\x00\x54\x07\x12\x20\xfb\x24\ \xff\x3c\x19\x14\x7d\xf2\xbb\x6a\x0d\x81\xf3\x8e\x33\x6e\xac\x39\ \x39\x39\xbd\x70\xe1\x1c\xe5\x2c\x4d\x33\x4a\xa0\xdb\xed\x65\x65\ \x99\xc4\xb1\x90\x42\x1b\x8b\x19\x77\x80\x38\x65\xd6\x01\xe3\x82\ \x52\x6e\xac\xc7\xd4\x12\x42\xb4\xa9\xb4\xae\xf2\xc2\x79\xab\xf2\ \x6c\xa9\x8d\x89\x02\x46\x29\xe5\x5c\x7c\x2e\xf8\xeb\xc7\x6b\x3d\ \x10\xce\xb2\x14\x23\x8b\x90\x35\xa6\x8c\xe2\xa0\xd5\x48\xe2\x28\ \x70\xd6\x52\x82\xcd\x32\x5b\x4c\xa7\x25\xd2\x61\x3b\xb1\x8c\x2f\ \x09\x3e\xad\xf2\x12\x20\x20\x64\x5a\x99\xd3\xf9\xb2\xc3\x8d\xf1\ \x10\x25\x71\x10\x04\x45\x91\x03\x78\x92\x24\x83\xe3\x93\xd9\x6c\ \xda\x6c\x35\x57\x37\x37\x65\x14\x03\x4b\x48\x1c\x6f\xac\xaf\x94\ \x16\xce\x6c\x6f\x77\x3a\xed\x50\xf2\xb5\xf5\x7e\x9c\x44\x8c\xf1\ \x38\x8a\x30\x46\xc6\xe8\x3c\x4d\x1b\xcd\x46\x1c\x04\x4a\x2b\x6b\ \x2c\xf2\xde\x59\xc3\xb9\x00\x6d\xc6\xe3\xf1\xdd\xbb\x77\x28\xa1\ \x9c\xb1\xd9\x3c\xf3\xde\x71\x26\xff\x36\x17\x54\x47\xce\x13\x09\ \xe3\x63\x68\x81\x90\xf3\x5e\x69\xc5\x19\x93\x52\xea\xaa\x3c\x38\ \x38\x38\x77\x7e\x4b\x29\xb5\xb7\x3f\x59\xa6\xf3\xf5\xb5\x0d\x6b\ \xad\x14\x32\xfa\xbf\xda\xfb\xb2\x18\x49\xaf\xeb\xbc\x73\xee\xfa\ \x6f\xb5\xf5\xde\x33\xdd\x33\xc3\xe1\x70\x86\x14\x17\x59\x5c\x24\ \x24\x91\x64\x51\x52\xac\x40\x36\xec\x40\x0e\x1c\x07\x41\x92\x87\ \xc0\x80\x1f\xf2\x92\xc7\x20\x0f\x06\x02\xe4\x21\x79\x0a\x82\x20\ \x01\x12\xf8\x45\xb0\x1d\xc4\x0f\x96\xa3\x78\x11\x0d\xc7\x90\x64\ \xca\x16\x25\x8a\x22\x25\xee\x43\x0e\x39\x0b\x67\xba\x7b\xba\xab\ \xba\xab\xea\x5f\xee\x7a\xf2\xf0\xf7\x34\x87\x5b\xc8\x19\x72\x46\ \x23\x4e\x9d\x87\x46\x75\x77\x75\x55\xf5\xb9\xf7\xdc\x7b\xb6\xef\ \x3b\x79\x3e\x19\x4f\x23\x20\x30\xae\x8f\x1c\x99\x9b\xab\xb2\x2c\ \x1b\x8d\xc7\x5b\xa3\xdd\x8d\xcb\x1b\x69\x96\x2c\x2d\x2e\xf5\x54\ \xaf\xae\xea\xd1\x78\xa4\x84\x5a\x5c\x98\x9f\x1b\xf4\xb2\x2c\x8d\ \x91\xae\x4f\xf3\x5b\x5b\x3b\x21\x06\xad\x53\xeb\x4c\x8c\x51\x48\ \x0e\x8c\x79\xc6\x74\x22\x87\x4d\xb5\xdb\x18\x55\xe4\xa0\x94\x03\ \xb2\x31\x36\xce\xed\x4d\xa6\xaa\xd7\x3d\x7e\xe2\xe4\x70\x67\x27\ \xd5\x52\x69\xa8\x4d\xb3\xb8\x72\x58\xe9\xac\x93\x69\x33\x1d\x47\ \xc4\xf1\x78\xa2\x70\x88\x24\x06\xdd\x8e\x07\xce\x99\xc8\x93\x44\ \x2b\xa9\x15\xef\x75\x3b\x59\x96\x61\x8c\x44\xb1\xed\x61\xef\x74\ \x7b\xab\xcb\x4b\x6d\x21\x6e\x3a\x9d\x30\x54\x4a\x2b\x6b\x0c\xe7\ \x8c\x49\xbe\xb3\xb3\x1d\x43\x88\x31\xe0\x7e\xae\x34\x02\x62\xa2\ \x13\x80\x36\x4f\x40\x8c\xb7\x15\x36\xba\x52\xb7\xa1\x2b\x85\xef\ \xd8\xe2\xca\x00\x91\x71\x06\xc0\x77\x46\xc3\xad\xad\xcd\x3c\x4f\ \xf2\x2c\x31\x75\x85\x48\x69\x96\x1d\xbd\xe3\x58\xf6\xe3\x67\xec\ \xde\x84\x73\x19\x43\x14\x52\x31\x26\x38\x63\x49\x92\x59\xdb\x66\ \xd5\x39\x20\x8d\x27\x63\x6b\x19\x44\x17\x9d\x77\xce\xaa\x6e\xcf\ \x18\x93\xa6\xb7\x46\xfc\xe3\x7d\x58\x5e\x5e\x5e\x5d\x5d\x7e\xed\ \xcc\x69\x04\x1f\x82\x8d\xd1\x35\x75\xe9\x9a\x26\xf4\xc3\xf2\xd2\ \xd2\x74\x52\xee\x0c\x37\x19\xf2\x2c\x49\x11\x39\x93\x72\xa7\xae\ \x76\xac\xe5\xa9\x2e\xba\x3d\xd4\x59\xe3\xa8\xbf\x76\x78\x6f\xb8\ \xfd\xe2\x99\xe7\x1f\xfc\xd4\x27\x8b\xde\x80\x62\xa8\x8d\xd3\x79\ \x67\x71\x65\x7d\x7b\x67\xbb\x6b\x0c\x0a\xb1\x37\xaa\xe6\x65\xe7\ \xfe\xfb\xef\x53\xd9\xf9\xb9\x85\x95\x5e\xaf\x97\x67\x89\x14\x42\ \x09\xc1\x18\x67\x44\x9c\xb1\xc6\xd9\xda\xb9\x37\x2e\x9c\x37\xc6\ \x78\xef\xe7\xe6\xe6\x8e\x1e\x3d\x9a\x25\x69\x8c\x21\x49\x92\x33\ \xaf\x9f\xbd\x70\xe1\x42\xdb\x70\x55\x96\x53\x44\x1e\x29\x0a\x10\ \x44\xb1\xad\xff\xc0\x55\x6d\x75\x07\xde\x39\x32\x64\x8c\x59\x67\ \x89\xb2\x34\x49\x4c\x5d\x31\xc6\x96\x16\x97\x94\xc0\xed\xcb\x97\ \x46\xbb\xc3\xe0\xe2\xea\xea\x2a\x17\xbc\x31\x26\x4d\x53\x26\xa4\ \x4e\x52\x63\x6d\x9a\xe6\x83\xfe\x60\xd2\x94\xe7\x2e\x5e\xda\xde\ \xde\x39\x7d\xfa\x34\x05\x3a\xb2\xbe\x9e\xa8\xc4\xa7\x1e\x01\x20\ \x52\xf0\x96\x28\x5e\x67\x02\x1b\x20\x84\x38\x9e\x4c\x99\x90\xc6\ \x3a\x88\x11\x85\x30\xd6\x1a\x13\xca\x0a\x62\x0c\xc4\xa4\x4e\x44\ \xa7\x5b\xac\x1e\x5a\x50\x5a\x22\x67\x55\x59\x85\x4e\xb1\x7d\xf9\ \x72\x22\xd5\xe6\xd6\xd6\x27\xee\x39\x0e\x88\x31\x46\xae\x15\x72\ \xd1\xe9\xf5\x29\x46\x63\x6c\x2e\xb8\x8a\xd8\xef\x14\xb5\x0b\x40\ \x6d\x37\x26\x29\x2d\x11\x20\x38\x17\x62\x10\x9c\x59\xe7\x34\x72\ \x53\x57\xa6\x31\xc8\x98\x52\x4a\x09\x21\x18\x83\x18\x11\xc8\x3b\ \x97\xe7\x9d\x43\x87\x57\x5e\x7c\xf1\x85\x34\xcf\xc6\x93\x29\x17\ \x4c\x69\x55\x1b\xdb\x8e\x0e\x66\x9c\x8b\x2b\x81\xdf\x41\xce\x60\ \x1f\x0a\x17\x63\x5b\x0f\x6d\x2b\xda\x11\x80\x71\x36\xad\xca\xaa\ \xae\x9d\x37\x75\x35\xed\x77\x3b\x31\xfa\x69\x55\x71\x21\x05\x17\ \x4c\x48\x02\x08\x91\x7c\x08\x1d\x9d\xc4\xe0\x61\xbf\x8e\x14\xeb\ \xba\x4a\x52\x41\xc4\xa7\xd3\x69\x3d\x1d\x3f\xf2\xd0\x43\x79\x9e\ \x1a\xd3\x48\xc1\x03\xdd\x1a\xf5\x1f\xc6\x59\x39\x9d\x9c\x3d\x73\ \x66\x6f\x34\xec\xf5\x0b\xce\x79\x96\xea\x48\xde\x54\x66\xa3\xde\ \xd2\x2a\xf3\xd6\xa3\x94\x9c\x33\x62\x0c\x89\xc5\x00\x7b\x93\x2a\ \x70\xee\x82\x27\xa5\x98\xd2\xc4\xf8\x99\x73\x17\x8e\xae\x1d\xba\ \x77\x7e\xa1\x36\x26\x4d\x13\x6b\x03\x97\x6a\x32\xad\x36\x2f\x6f\ \xf7\xba\xbd\xe9\xb8\x44\xc4\xf5\xb5\x13\xa2\xd3\xef\xf7\xfa\xc7\ \x8e\x71\x26\x92\x6e\xb7\xab\x04\x1b\x8f\x76\x90\x68\x61\x71\x49\ \x48\x21\x84\xe8\xb0\x6e\xa7\xd3\x29\x8a\xe2\xb5\xd7\x5e\x23\x82\ \x16\x86\x05\x08\x4d\xd3\x64\x59\x71\xe1\xc2\xf9\xaa\xaa\x38\xd7\ \x21\x84\x76\xe8\x43\xa4\xd8\x5e\x3e\x57\x97\x20\x0e\x9c\xd2\xab\ \x3b\x65\x82\x0f\x21\x04\xc6\x19\x17\xe2\xe2\xc5\x8b\x9c\xb3\xe3\ \xc7\xef\xd0\x8a\x65\x79\x52\x97\xcd\xf6\xf6\xf6\xfc\xc2\x7c\x9a\ \xa6\x40\x8d\x0b\x51\x4a\xc9\x85\x40\x34\x75\xac\x7b\xdd\xde\x7d\ \xfd\xde\x64\x32\x1d\xee\x8c\xf2\x34\xe5\x4c\x70\xe4\x9d\xbc\x83\ \x48\x3e\x58\x9d\xf2\xf6\xe8\xbd\x4e\xbf\x99\xa3\xf3\x6e\x6f\x77\ \x2f\xc4\xc8\x39\x77\x14\x62\x8b\x55\x66\x2c\x4b\x73\xce\xb5\xb5\ \x3e\xcf\x33\xc1\xb9\xa9\xea\x42\x65\x2b\x87\x56\xac\x6d\xcc\x74\ \xea\xd3\x74\x71\x61\xa1\x9c\x4e\x88\xe1\xd6\xf6\x76\xaf\x37\xb8\ \x7c\x69\x63\x79\xae\xc7\x29\xae\x1e\x5e\x0f\xde\x21\x89\x54\xcb\ \xaa\xb1\x4a\xa9\x44\x09\xce\x99\x73\xa1\x25\x7f\x15\x44\x2a\xcd\ \xd2\x4e\x77\xb2\x37\xae\xeb\x06\x00\x24\x63\x42\x88\xc8\x98\xb5\ \x96\x0b\x91\xa6\xe9\x70\x38\x0c\x91\x4e\x9d\x3a\xf1\xdc\xb3\x3f\ \xdd\xd8\xda\x8c\xb1\x25\x31\x24\xef\x1d\xb2\x5c\xec\x43\xf1\xb9\ \x31\xb6\x25\xb5\x6c\xf9\x0d\xdb\xfc\x41\xdb\xf6\x81\x8c\x59\x17\ \xad\x73\x92\xb3\x18\xc2\x64\x32\xb9\xb8\x71\xe9\xc8\xfa\xe1\xba\ \x69\x18\x52\xd1\xc9\x17\x97\x56\x5e\x78\xf9\x75\x1f\x01\x91\x59\ \x1f\xa5\xd2\x9c\xf3\xaa\xae\x9d\xad\x1b\x57\x23\x42\x08\x81\x0b\ \xee\xbd\xaf\x2a\x9f\x26\xfc\xd4\xa9\x93\xf7\xde\x77\x4f\x96\xe5\ \x4d\x55\x13\x85\xa6\xae\x6e\x09\xfc\x1c\x43\x36\x99\x4c\x43\x70\ \x6b\xeb\x87\x10\x89\x33\xe6\x83\x85\xc0\x02\x0a\x8a\x78\xe1\xec\ \x46\x92\x68\xc2\x68\xc1\x83\x47\xaa\x6d\x44\xd6\x38\x97\xa4\x9d\ \x22\x4f\x8e\x1c\x59\x53\x42\xd4\x75\x93\xe4\xb8\x33\x1c\xae\xae\ \x2c\x6a\xa1\x2e\xbd\x71\xbe\xdb\xed\x84\x10\xe6\xe7\x97\xd6\xd7\ \x0e\x2b\xa9\x8c\x99\x50\xc4\xe1\xce\x30\xf3\x72\x7e\x6e\xbe\x34\ \x00\xa8\x52\x9d\xa6\x5a\x62\x0c\xf3\x73\x83\x34\x49\x10\x28\x78\ \x4f\x31\x00\xc5\x41\xbf\xa7\x4f\x9d\xd4\x49\x02\x44\x6d\x27\x68\ \x4b\x19\x71\xfa\xf4\x69\xef\xbd\x52\x99\x0d\xad\x31\x70\x8a\x84\ \x6f\xe5\x31\x3a\xa0\xc8\x6a\x57\x31\xc6\x18\x81\x10\x30\xc4\x60\ \xad\x61\xac\xcb\x19\xdb\xdd\xdd\xdd\xba\xbc\x85\x30\x3f\x18\x0c\ \xd2\x4c\xd7\x65\xc3\x18\x0b\x31\x6c\x6e\x6d\x31\xe4\x79\xa7\xeb\ \x43\xb0\xce\x01\xb0\xac\x45\xa1\x34\x65\x91\x2c\xce\xf7\xe7\x38\ \x0a\x86\x02\x88\x1c\x42\x63\xaa\xb2\x9c\xc4\xe8\x43\xf0\x70\x5d\ \x04\x3c\x40\x44\xc0\x38\x17\x8c\x31\x40\x62\x08\x10\x49\x2b\xa5\ \x95\x6a\x79\x78\x7d\x70\x99\xd6\xc1\x9a\xad\x8d\xe9\xca\x62\x5f\ \x6b\x55\x57\x25\xa7\xd0\xef\x77\x83\x73\xa3\xdd\xe1\xa0\x7f\x08\ \x94\xcc\xfb\x69\x96\x75\xd2\x24\x31\xe5\x54\x09\xd8\xdb\x1d\x81\ \xf6\xbd\xa5\xb5\x3c\x53\x2e\x90\x10\x4a\x29\xe9\x9c\x0f\xde\x49\ \xce\x19\x62\x04\x08\x21\x08\x29\x63\xf0\xdd\x4e\x27\xcf\x73\x63\ \x1a\xeb\x2c\xc5\xe8\x9c\xf1\xce\x4c\xa7\xe5\xc6\xc6\x25\x21\xf5\ \xca\xea\xda\xc3\x8f\x7c\xea\x87\x4f\x3e\xd5\xeb\xf7\xeb\xa6\x3e\ \x7b\xf6\x7c\xe3\x7c\xd3\x94\x59\x96\x79\xef\x18\x83\x96\x5f\xca\ \x5a\x6b\xad\x6d\x31\x73\x07\x5c\x05\x91\x28\x84\x60\x9d\x93\x32\ \x15\x5c\x21\x05\x6a\x19\xde\x88\x00\x71\x32\x99\x36\x9e\x5f\x7c\ \x63\x73\x5a\x1a\x04\xc9\x18\xb5\xbd\xd7\xc6\xd6\x4d\x3d\x0d\xde\ \x69\x21\x00\xe3\xee\x68\x6f\x79\x79\xe1\x33\x9f\x7e\xe8\xd8\xb1\ \x43\x45\x9e\x92\x77\xd6\x36\x52\x8a\xb2\xb4\x9c\xf1\x5b\x82\xbf\ \xaa\x1d\x84\x16\xa2\x8b\x31\x56\xd5\x54\x30\xc6\x10\x80\xc0\x34\ \x26\xcf\x3a\x04\x50\xd7\x3e\xea\xc0\x91\x14\x48\x0e\x9c\x45\xec\ \xe8\x2c\x30\xca\xd3\xbc\x6e\x0c\x93\x51\x32\x96\x68\x9e\xa6\x72\ \x3a\xda\x51\x1c\x9c\xa9\xe6\xba\x2b\x4d\x6d\x38\x05\x29\x84\xe0\ \x38\x7f\xe8\xd0\xb4\x2c\xd1\x39\x26\x95\x52\x5a\xcb\x44\xea\x4c\ \xa9\x84\x28\xa6\x4a\x23\xb0\x96\xb2\x55\x29\xe5\x7d\x1c\x0e\x77\ \xba\xdd\xae\x52\xb2\xad\xab\x20\x00\x63\xac\x53\x14\xcf\x3f\xff\ \xd2\xd9\x73\xe7\x18\x63\x81\x42\xf0\x14\x82\x57\xa0\x62\xeb\x70\ \xe3\x3e\x07\xce\xbe\xc3\x86\xd8\x3e\x38\x70\x50\x51\x72\x86\xcc\ \x9a\x16\xc7\x8a\x75\x5d\x9f\x39\x73\xa6\x93\xa7\x79\xae\x95\xd2\ \x5a\x6a\x63\x6c\xd3\x34\xdd\x6e\x77\x34\x1c\xbd\xf1\xc6\x05\x2e\ \x64\xa7\xdb\xed\x74\x3a\xc6\x98\xa6\x9e\xa6\x42\x08\x2e\x33\xc1\ \xac\x8f\x65\x59\x23\x43\x00\x4a\xb4\xf2\x3e\xa9\xcd\xf4\x80\x4e\ \xe7\x3a\x90\x8b\x91\xa8\x6d\x43\x12\xc8\x80\x48\x27\x29\x02\x44\ \x1f\x00\x78\x20\x8a\xd1\x3b\xa0\x88\xb1\x76\x55\x95\x72\xef\x72\ \xd4\xba\xae\xab\x22\x53\x7b\x93\xbd\xb9\x5e\xaf\x6a\x6a\x74\xae\ \xa1\xa6\xb6\xe1\xc4\xb1\x63\xbe\x29\xab\xbd\xe1\xde\xde\xee\xe1\ \x63\x4b\x9d\x3c\x4b\x95\x2e\x85\x97\x4a\x48\xc1\x81\xc8\x71\x1e\ \x82\x6f\x7b\x6f\x8c\x31\x88\x4c\x4a\x41\x14\xaa\xaa\x8c\x31\x70\ \xc6\x90\xcb\x10\xfc\x70\x38\x1a\x8f\xc7\x42\x88\x22\xcf\x38\xa7\ \xfb\xee\xff\xc4\xa1\xb5\xc3\x59\x9e\x2b\xa5\x9f\x7b\xfe\xf9\xad\ \xed\xed\xe7\x5f\x78\xb1\xaa\x2a\x21\x11\x90\x11\xb0\xa6\x69\x00\ \x30\x49\x12\xef\x7d\x8b\xc3\x63\x8c\x21\x50\x88\x84\xc8\xac\x73\ \x58\x91\x94\x0c\x28\x54\x4d\x53\x74\x3b\xe5\x64\x3c\x1c\x8d\x3a\ \x45\xf6\xdc\x53\xcf\x3c\xfb\xec\xab\x08\x8c\x09\x4d\x10\x5d\x08\ \x04\x60\x9d\x75\xce\x71\x46\x5c\xf2\x54\xe7\x27\xee\xba\xeb\xde\ \x4f\xdc\x7d\xf4\xe8\x4a\xaa\xa5\x35\x95\xd2\xd2\x99\xc6\x19\x27\ \xc4\xfb\xcf\x8c\xb9\x79\xf9\x83\x96\xec\x33\x04\x9f\xa6\xa9\x37\ \x06\x08\xac\x75\x49\x9a\x5a\xeb\x38\x17\x52\xaa\x2a\x34\x4c\x30\ \x26\xa4\x44\x89\xc0\x80\xa1\x89\x2e\xcb\x32\x53\x37\x1a\x40\xa7\ \x89\xe4\x51\x32\xe6\x4c\x45\x2e\xf6\xbb\x9d\xf1\xde\x2e\x45\x30\ \xc6\x72\xa9\xa6\x55\xd3\xe9\x17\x8b\x2b\xcb\x45\x51\x34\x55\xa9\ \x04\x97\x82\x21\x50\x0b\x16\x61\x52\x49\x25\xa5\x92\x2d\x34\x57\ \x29\x1d\x43\x70\xce\x9b\xc6\x46\x8a\x45\x51\x08\x2e\x82\x0f\x21\ \xc0\xb9\x73\x17\xf6\x46\x13\x29\x15\x44\x8c\x31\xb4\x19\x82\xe0\ \x7d\xeb\x2a\xb4\x73\xb9\xde\xa5\xa1\x9d\x20\x04\x2f\x04\x63\x8c\ \x39\xef\x7d\x88\xc8\x05\x79\xbb\xb9\xb9\x9d\x7d\x3a\xab\xaa\x71\ \x0c\xbe\xc8\x3b\x0c\x99\xf7\x3e\x4d\x52\xbe\xc0\xcb\x73\x17\xb6\ \x77\x76\x76\xf7\xf6\x16\x16\x96\xf2\x4e\xa1\x75\x5a\x97\x25\x45\ \x1f\x02\x44\x02\xad\x15\x22\xb3\xde\x20\xf2\x6e\xb7\xdb\xe5\x1d\ \xa9\xd4\x75\xe7\xdf\x22\x91\xa7\x88\x14\x39\x63\x48\x60\x4c\xc3\ \xb9\x90\x4a\x75\xf3\xae\x0b\xc1\x7b\xa7\x94\xb0\xa6\x89\x0d\x0c\ \x47\x7b\x47\xd6\x96\x8d\x75\xdd\x5e\x2f\x02\x0d\xe6\x06\xfd\xde\ \x00\xc1\x19\x67\xcb\xda\x76\x3b\xbd\x0b\xe7\xce\x92\x33\x5a\xb0\ \x08\x8c\x00\xb6\xb7\x37\x8b\x3c\x19\x4d\x9b\x18\x62\xc4\x78\x80\ \xcc\x69\xf7\x7d\x08\x3e\x86\x20\x84\x1a\x0d\xf7\xaa\xba\xca\xf2\ \x7c\xd0\xef\x27\x5a\x41\x82\x45\x11\x8a\x4e\x57\x49\xe9\x43\x0c\ \x31\x70\x44\xc9\x31\xb8\xa6\x76\xf6\xe4\x89\xe3\xc7\x8f\xdf\x31\ \xdc\xd9\x39\xfd\xea\x19\x00\xd9\x42\xff\xb5\x92\x0f\x3c\xf0\x89\ \x63\xc7\x8e\x9d\x7d\xfd\xfc\x53\x3f\x7e\x9a\x73\xc9\xb9\x20\x8a\ \x4c\xc6\x95\x95\x39\x2e\xf8\x68\xb8\x2d\x94\xee\xf7\xbb\x47\xd7\ \x57\x21\x7a\x6b\xcc\xcb\xa7\x5f\x75\xce\x9d\xbd\x70\x79\xb7\x8c\ \x80\xac\xac\xa6\x42\xc9\x2c\x51\xa6\xa9\x14\x63\x6b\x47\x8f\x1c\ \x3f\xba\x7e\xec\xe8\x91\xa2\xb7\xa0\x94\x52\x92\x51\xf4\x4d\x55\ \x01\x85\x71\x59\x46\xe7\x19\x63\xd6\xba\x48\xef\x43\xdb\x72\x53\ \xef\x1f\xce\x80\x33\x14\x82\x23\xa8\xba\xae\x81\xa3\xf1\x16\x19\ \x12\x46\xef\x2d\x47\xe2\xc4\x23\x81\xe5\x44\x14\x19\x62\x96\xa7\ \xdb\xdb\x97\x15\x03\x25\x98\x90\x92\x8b\xe8\x5c\x88\x20\x94\x64\ \xdb\xc3\xf1\x9d\x77\x1e\xcf\xf3\xcc\xb9\x90\x66\xf9\x1c\xc1\x68\ \xbc\xbd\xb1\x79\xd1\x13\x9f\x5f\x3d\xd6\x2d\x74\x2f\xd7\x32\x29\ \x22\x81\xb5\xa1\x69\xec\xd2\xd2\x92\x10\x3c\x06\x52\x52\x23\x60\ \xe5\x2a\x16\x41\x4a\xa5\x94\x4a\x93\xd4\x3a\x47\x84\x75\xed\x5e\ \x7a\xf1\x95\xa6\xb6\x5a\x27\x80\xcc\x5a\x4b\x04\x31\x12\x20\x72\ \xce\x7d\xf4\x57\xc7\x3f\x07\x15\xbd\x18\x23\xb4\x18\x89\xe0\x05\ \x32\x1b\x82\x73\x11\xb9\x02\xe6\x37\x37\xb7\xcb\xaa\x22\xef\x18\ \xa3\xbd\xd1\x48\xab\x24\xcf\xb2\xaa\xae\x89\x60\x61\x61\x21\xef\ \x74\x90\x31\xae\x34\x32\xc6\x93\x24\x61\xc2\x1a\xab\x13\x11\x42\ \x40\xc6\x88\x88\x07\x1e\x63\x0c\x31\x78\xef\x28\x5e\xaf\xe6\x01\ \x64\x22\x95\xd7\x83\x7e\x3f\xcb\x32\x88\xd4\x62\x07\x38\x67\x8d\ \x6f\xb4\x52\x4c\xc9\x49\x59\xe6\x69\xd1\x51\xe9\x74\x3c\x44\x91\ \x17\xdd\x74\x6f\x77\x53\x0b\xec\xe5\xbd\x4b\x97\x2e\x83\x8a\x59\ \x2a\x96\x16\x17\x98\xaf\x31\x12\xf9\x98\x74\xe6\xcc\xb4\xda\x1e\ \x0d\xb3\x5e\x37\x10\x12\x41\x59\x57\xbd\x6e\x37\xcb\x73\x7f\x70\ \x9f\x23\xf8\x10\x28\x78\x2e\xb5\x4e\xf3\xa2\xdb\x8f\x31\x4c\xcb\ \x3a\x12\x73\xce\x39\x1f\x19\x63\x51\x30\x6b\x8d\x33\x06\x00\x32\ \xad\x9b\xba\x2a\xf2\x62\x34\x1e\x6f\x6e\x6e\x57\xd3\x4a\xab\x0c\ \xb9\x0c\x1e\x6c\x5d\x27\x09\x1c\x3e\x34\x58\x5d\xe9\xf5\x8a\xf4\ \x85\xe7\x5e\x98\x96\x4d\xda\xcb\x6d\x30\x8a\xf3\xf5\xb5\x43\x2b\ \x8b\xf3\xaf\x9c\x7e\xbe\xd7\xc9\x3e\xf3\xe9\x87\x94\x96\xd6\x38\ \x53\xd7\xaf\xbc\xf2\xba\x0f\x64\x48\x46\xce\x29\x06\xa5\x84\x60\ \x24\x62\xd8\xdb\x1d\x3e\xf8\xc9\x07\x7e\xe9\xcb\x5f\xd4\x4a\x84\ \x18\x08\x31\xc4\x06\x1c\x32\x84\x10\x02\xc5\x28\xb9\x62\x52\x33\ \x26\x90\x09\x21\xe5\xad\xd2\xbf\x23\x38\xcf\xb3\x54\xeb\x83\x61\ \x2c\xfb\x44\xdd\x57\xd8\xf4\x98\x52\xd2\x7a\x4b\x80\x4a\x27\x5c\ \x88\x18\x63\xd1\x2d\xca\x49\x34\xe5\x74\x34\x1a\x4d\x26\x13\xee\ \x42\x91\x6a\x2d\x45\x63\x9a\xc1\x60\xae\x31\x66\x7b\x7b\x5b\xa9\ \x64\x61\x91\x0f\xe6\x17\x92\x5c\x6e\x0e\xb7\x8c\x35\x4a\xc8\x24\ \x51\x88\x80\x40\x4a\x69\xce\xb9\xf7\xc1\x5a\xe7\x9c\x6d\xb9\xb0\ \x5b\x1e\xb0\x2c\xcb\x92\x24\x99\x4c\x26\x4d\x53\x2b\xa5\x8d\xf1\ \x59\xda\x69\x49\xc2\xda\x48\x23\x84\xc8\x39\x63\x9c\x03\x01\x62\ \x3b\x7f\xe7\xcd\x72\xf8\x41\xfc\x73\xf0\xa0\x75\xfa\x01\x30\x84\ \x20\x85\x20\x82\xb6\xbf\x7b\xd0\xcb\x9c\xa9\x26\xd3\x1a\x68\x32\ \x37\x37\x27\xa5\x34\xd6\x22\xa2\x6c\xe3\x6c\x9d\x00\x62\xf0\x21\ \x04\x0a\x31\x42\x4b\x98\xca\x39\x22\xb6\x5c\xb2\x21\x04\xbc\xd2\ \xf8\x78\x7d\x47\xd7\xda\xda\xda\x64\x32\x01\x80\x10\x83\x33\xb6\ \xaa\x6b\x25\x65\x96\x66\x75\x5d\x27\x49\x92\x16\xa9\xf1\x5e\xa7\ \x29\x0b\xd0\x94\xe3\xf1\x78\x92\xe9\xd0\xe9\x76\x8a\x54\x4f\x47\ \xa5\x92\x7a\x71\x65\x0e\x98\x6f\x47\x62\xb6\x4c\xf6\x0b\x4b\xcb\ \xab\x87\x56\xb7\x76\x77\xa5\xf3\x7b\x7b\x0d\xe7\x5a\x49\xa5\xb5\ \x6e\xd1\xb8\x69\x9a\xb6\x20\x5f\x29\x25\x22\x1c\xe8\x3c\x46\xb2\ \xd6\x73\x6e\xda\x45\x6f\xf1\x20\x82\x8b\xc0\x9c\x4e\x12\x8e\xd0\ \x54\x65\x59\x4e\xaa\xb2\x1a\x8e\x46\x14\x63\x9e\xe7\xb5\xf1\x21\ \x38\x02\x5a\x58\x58\xe0\x0c\xeb\x6a\x9a\xa6\xdd\x4e\xd1\xd9\x1d\ \x4f\x89\x62\x92\x24\x91\x5c\x59\x4e\xd6\x3e\xf5\xc0\x1d\x47\x57\ \x4d\x3d\xb1\xc6\x24\x89\x76\xce\x17\x45\xd1\xed\x76\x2f\x6e\x5c\ \x26\x29\x7d\xf0\x48\x51\x70\x90\x52\x22\x85\x43\x2b\x2b\x87\x57\ \x97\x29\x78\xdb\x78\x1f\x02\x30\x24\x84\xf6\x23\x65\x57\xcd\x35\ \x69\x13\x9e\xec\x16\x99\xdf\x08\x00\xc8\xda\x04\x32\x21\x62\xa7\ \xd3\x59\x5c\x5c\xcc\xb2\xec\x00\xce\x8e\x0c\xca\xe9\xa4\x6a\xea\ \x18\x21\xc4\xa8\x94\x42\x80\xe1\xce\x4e\xbf\x5b\x74\xb3\x74\x7b\ \x6b\x33\xc4\x58\x74\x3a\x99\xe2\xce\x98\xc5\x85\x85\xe0\x6c\x5d\ \x55\x52\x2a\x63\x4c\x08\x71\x67\xb8\x53\x99\x31\x97\x02\x91\x19\ \x6b\x00\x30\x49\x53\xe3\x02\xf2\xb6\xd7\xa6\x6d\xf7\x68\x03\x95\ \x7d\x30\x70\x3b\x7c\xa6\x28\x8a\xa2\x28\x88\xd0\xda\xb0\xb1\xb1\ \x71\xf2\xe4\x89\x9f\x3e\xf7\xd3\xe9\xa4\xf4\x81\x42\x8c\x5a\x6b\ \x8a\x21\x44\xff\xb6\x80\xa7\xfd\x7a\x60\x3c\x31\x46\xce\x58\x9b\ \x26\x01\x44\x6b\x9d\xd6\x5a\x08\x61\xad\xdd\xdc\xdc\x4c\xf5\xaa\ \xa9\x2b\x29\xa4\xd6\x7a\x77\x6f\xb7\xe8\x74\xfa\xbd\xfe\x78\x5a\ \xd6\xd6\x86\x10\x9c\xb5\xc8\x99\x35\xae\xaa\xca\xd6\xf9\x69\xe3\ \xe3\x96\x5a\x76\xdf\x6c\x10\xae\xdb\x79\x23\xa2\xad\xad\xcb\xce\ \xd9\x7d\x5a\xfd\x48\x42\x88\xa2\x28\x5a\x3d\x94\x65\xb9\xb3\xbb\ \x23\x93\x04\x11\x8d\x69\x08\x80\x21\x2b\x8a\x82\x41\xe3\xbd\x9f\ \x5f\x98\x8f\x8e\x92\x24\xe1\x82\x82\x31\xd5\x78\xa2\x38\x5f\x5c\ \x5c\x76\xc1\xd7\x93\x49\xaf\x3b\xd8\xde\xdd\xdb\x1d\x37\x5c\x0b\ \xe7\xac\x73\xae\x25\xc8\x6d\x3f\x6a\x59\x96\xbb\xbb\xbb\x4d\x53\ \x17\x45\x5f\x08\x29\xa5\x4c\xd3\x34\xcb\xb2\xf6\x7f\x54\x4a\x19\ \x63\x9c\x73\x52\x08\xce\xb9\x35\x26\xd1\x2a\x49\x92\xaa\xaa\x06\ \x73\x73\x93\x69\x0d\x70\xa6\x6e\x6a\x64\x4a\x29\x45\xde\xad\xaf\ \xaf\x2d\x2f\x2f\x5f\x59\x82\x96\x6b\xdb\xa4\x32\x4d\xd3\xcc\x3a\ \x37\x1a\x8d\x06\xbd\x5c\x69\x5d\x4e\x27\x55\x55\xe9\x44\x2b\x9d\ \x9d\x3c\x75\x72\x32\x6d\x86\x53\x23\xa4\xb6\xc6\x45\x1f\xd6\x57\ \x57\x4e\x9e\xb8\xf3\xe8\xfa\x5a\xb7\x48\xc9\x5b\x0a\x21\x4d\xb4\ \x07\xf0\xc1\xb7\xd8\xf2\x36\xb9\xc7\x18\xbb\xc2\x4e\x8a\x74\x8b\ \xf4\x1f\xb4\x3d\x80\x49\xa2\xbb\xdd\xfe\xc1\x51\xda\x34\xcd\x41\ \x2f\x3a\x22\x94\xd5\x94\x31\x4c\xb3\xc2\x85\xa8\x94\x5a\x5c\x5c\ \xdc\xde\xe2\x89\x16\x18\xc3\xc1\xa6\x9f\x8c\xab\x5e\xa7\xb8\x7c\ \xf9\x72\x74\x36\x2f\x32\x29\xe5\xdc\xdc\x1c\x11\x8d\x76\x86\x79\ \x57\x03\x40\x55\x95\x65\x59\x12\x29\x86\x18\x82\x17\x44\x6d\x37\ \x40\x0b\x41\x65\x57\x55\xf1\x5b\xfb\x21\x22\xce\x85\x94\xa2\xdf\ \x1f\x98\xc6\x7f\xe1\x0b\x5f\xd8\x1d\x8f\xbf\xf5\xad\xbf\xd8\xdd\ \xdc\x02\x64\x14\xdb\x21\x7f\xf2\xbd\xb6\x6f\x5b\xc5\x6b\x4f\x07\ \x82\x7d\x1f\xcb\x39\xdb\xda\x9b\x73\x6e\x3a\x9d\x16\x79\x9e\x6a\ \x11\x02\x18\x63\x3b\x9d\x8e\xf3\xbe\x2c\x4b\xa5\x95\x27\x72\xce\ \xf9\x60\x91\x31\x86\xac\x1d\x19\xd0\x34\x4d\xcb\x10\xb0\x4f\x9b\ \xca\xb9\x6e\xfb\x33\x38\xbf\x6e\xfb\x31\xc6\x28\x25\xdb\xcd\xcd\ \x90\x71\xc6\x42\x8c\x83\xc1\xa0\x69\x9a\xe1\xce\x50\x28\x21\xa5\ \xb4\xc6\x54\x55\x49\x91\x7c\xf0\x8c\x31\x25\x94\xe6\xb8\xba\xb2\ \x52\x4e\xea\xb2\x9c\x76\xbb\x69\xbf\xdf\xcf\x95\x64\x04\x42\xf0\ \x40\x84\xc8\x46\xa3\xf1\xab\xaf\xbd\x9e\xf7\x96\x40\x84\x78\xa5\ \xfd\x2f\x49\x92\xf6\xeb\x95\x61\x3b\x31\x84\x10\x02\x55\x55\x75\ \x50\xfa\x6c\x1d\xbc\xfd\xbc\x25\x11\x11\x35\x4d\xe3\x9d\x65\x08\ \xde\x7b\xeb\xcb\xc1\x60\xa0\xb4\xb6\x3b\xbb\x42\x71\x88\x2c\x84\ \x98\xa6\x59\x96\x65\x21\xf8\xe1\xf6\xa4\xaa\x6b\xce\xb8\xb5\x8e\ \x19\x26\x15\xcf\xb2\x8c\x62\xac\xeb\x3a\x4f\x85\xe0\x7c\x67\x67\ \xbb\xe8\xf4\xa4\xca\x8e\x1f\x3f\x7e\xee\xfc\xa5\x9d\xf1\xb9\x18\ \x02\x12\x21\x40\xbf\x3f\xb8\xfb\x9e\xbb\x6d\x55\x3a\x6b\x20\x86\ \x18\x7c\x24\x8f\x52\x1d\xf4\x67\xb6\x77\x7e\x2b\x2d\xc2\xf2\x7d\ \x8f\xad\x9b\xc7\xdf\x1b\x89\x8c\x71\x75\x55\xf9\x10\x5a\xcf\x0d\ \x11\x39\x67\x2d\x3d\x3e\x22\x6a\xa5\x09\x49\x4a\x19\xc1\x4f\xa7\ \xd3\xba\xaa\xa4\x40\x84\x40\xce\x26\x5a\x3b\xe7\x94\xea\x21\x27\ \xad\x35\x79\x93\xe4\xe9\xc2\xe2\x3c\x67\xbc\x31\xd6\x39\x3b\x99\ \x4e\x06\x0b\x9d\xee\x5c\xcf\x58\x9c\x8c\xc7\x26\x6a\xe7\x7c\x0c\ \x51\x08\xae\xb5\x3e\x60\x67\x6d\x6f\x8c\x7d\x12\xe4\x10\x4e\x9c\ \x38\xd1\xd4\x75\x5d\x57\x21\xa8\xf1\x78\x5a\x37\x55\x5d\xd7\x9f\ \xff\xfc\xe7\xc6\x7b\x93\xaa\x6e\xd2\xbc\xf8\xee\x5f\x3f\xbe\xb3\ \x3d\xd2\x49\xc2\x18\x92\x7f\x0b\xc5\xd9\x7b\x39\x54\xd4\x36\xc5\ \x01\x00\x50\x59\x96\xd6\x98\x7e\xbf\x5f\xd7\x53\x67\xbc\xf7\xc1\ \x36\x46\x24\x3a\xf8\xe0\x9c\x17\x9c\x2b\xa5\x39\x40\x24\xb2\xc6\ \xda\xe0\xd2\x34\x6d\x73\xb5\x6d\x96\x69\x1f\xba\x17\xc2\x01\xe1\ \xed\x75\x29\x1e\x9c\xb3\x69\xaa\x5b\xbe\x42\x06\x18\xa5\x2c\xa7\ \xd3\x3d\x80\xc3\x87\x0f\x77\x8a\xce\xc6\xe5\x8d\xaa\xaa\xaa\x69\ \x23\x80\xa7\x52\x54\x65\x35\x99\x4c\x44\x57\x47\xc0\x9d\x9d\x9d\ \x7e\x67\x50\x36\xe3\xd1\x70\xc4\x63\x2c\x92\x24\x58\x33\x1e\xef\ \x4d\x2a\x33\xad\xfd\x4f\x5e\x3a\x5d\xf4\x17\xba\xf3\x6b\x8c\xf1\ \x2c\x4d\x5b\x6c\x9c\x52\xd2\x5a\xd7\x2a\x39\xcb\xb2\x18\x83\xd6\ \x9a\x22\xbd\xd9\xa8\x41\xe4\xbd\x6f\xc7\xf1\xd4\x75\xcd\x18\x0a\ \x86\x4a\x4a\xa2\x80\x88\x9d\xa2\xa8\x8c\xeb\xe5\x5d\x29\x65\x1b\ \xb8\x5b\x6b\x89\x62\x08\xa1\xaa\x6a\xa5\xc4\x3e\x7d\x0f\x02\x00\ \x7a\xef\x77\x77\x77\x57\x17\x97\xd3\x34\x6d\xea\x89\x77\x41\x4b\ \x29\xa5\xac\xca\x92\xdb\x50\x74\xe7\x18\x22\x72\x34\xa6\xe1\x08\ \x88\xb4\xb9\xb9\xb1\xb5\xb1\x21\x30\x72\x06\xf3\x83\x01\x32\x74\ \xc1\x35\x55\xcd\x04\x07\xa0\x18\xe2\x95\x9e\xe0\xfd\xeb\x08\x00\ \x04\x17\xb7\x44\xff\x4e\xd3\x34\xf7\xde\x7b\xdf\xef\xfc\xbb\x7f\ \x8f\x88\x04\x84\x80\xc8\xde\x31\x19\x02\x5b\xb0\x35\x3b\x20\x37\ \xda\x4f\x20\xee\x83\x7e\x45\xa2\x25\x10\x78\xef\xa4\x90\x00\xd4\ \x5e\xb2\xd2\x5a\x00\x58\x59\x0f\xa8\x55\xc9\x79\xd4\x91\x00\x05\ \xe0\x5c\x8f\x88\xf6\x7b\x6d\x74\x8f\x80\xf6\x11\x0a\xfb\x15\xc5\ \x8c\x74\x8c\x20\xa4\x92\x85\x88\x11\x00\x92\x94\x74\x17\x02\x62\ \x9e\xe5\x5f\xfb\x27\xbf\x29\x84\xe0\x42\x7c\xf5\xd7\x7e\xc5\x34\ \xa6\x6d\xdd\x3b\x98\xd2\x71\xd5\xce\x7c\xb3\x72\x7a\xe5\x17\xfb\ \x3e\x1e\xe3\xbc\x85\xe7\x27\x89\xce\xd2\x34\xa3\x48\x04\xcb\x00\ \x6d\x75\xf5\xe0\x69\x2d\x16\xb2\x6d\x5a\x89\xb1\x9d\x5c\x04\x44\ \x40\x14\x0f\x7c\xb7\x76\xcf\x29\xa5\xc3\xb5\x43\x18\x88\xa2\x94\ \xf2\xbf\xfc\xe7\xff\xca\x18\x43\x64\x6d\x00\xd7\x52\x49\xc6\x18\ \x13\x9d\x70\xce\x8d\xb5\x31\x86\x56\x57\x7c\x5f\x45\x51\x49\x21\ \xa5\x04\x40\x8a\x74\x02\x89\x62\xe4\x8c\xb7\xe7\x31\xe3\x3c\x86\ \x68\x9d\xfb\x05\x6b\xb3\x2c\x6f\xa7\xc9\xbf\xb5\x94\xdc\x76\x76\ \xb6\x4d\x37\xfb\xb0\xd9\x2b\xe4\x87\x70\xd0\xc6\x76\xe5\x99\xd8\ \xa2\x40\x5a\x05\x32\xc4\x10\x23\x22\xbb\xf7\xa1\x47\x7c\x08\xfb\ \x70\x51\x22\xad\x95\x10\x1c\x19\x8b\x21\x7e\xe5\x97\x7f\x35\xee\ \x9f\x5f\xd4\x3a\xba\x4a\xa9\xb6\xfd\xa7\x05\xab\xb7\x8d\x4e\x8c\ \xf1\xcf\xfe\xe2\xa3\xde\x87\xd8\xba\x7c\x00\x08\xa8\xb5\xe2\x8c\ \x11\x10\xdf\x1f\xcc\x78\x65\x05\xde\xb1\xa8\x04\xd0\x46\x71\xde\ \xbb\x5b\x04\xff\xa3\xd3\x2c\x3b\xf8\xb4\x57\x99\xf5\xdb\xb6\x24\ \xc1\x55\x94\x2b\x07\xe5\xca\x96\xcd\x1a\x00\x44\x82\xb0\x4f\x37\ \x06\x00\xc0\x13\x0d\x00\xa2\x6d\xeb\x20\x02\xbe\x5f\x2f\x16\x07\ \xaf\x45\x20\xf0\x2d\xef\x48\x40\x2d\x33\x48\x24\x02\xe4\x4c\x70\ \xb8\x32\x9e\xb7\xad\x96\x48\xd5\x42\xe5\x42\xaf\xd7\xc3\xfe\xb5\ \x05\xee\x88\x6f\x49\xd8\x44\xa2\x18\xe2\xc1\x08\x0c\x21\xdf\x7d\ \x8c\xf6\x5b\xff\xdf\x83\x6f\xf7\x5f\xf0\x6d\x1d\x43\xd7\x9a\xf9\ \x5c\x5e\x5e\x79\x2f\x68\xea\xd5\xb5\xe0\x03\x98\x1a\xd0\x55\xb0\ \x69\x68\x71\x06\x40\x57\xed\x15\x04\x48\x11\x19\x62\xa4\xf8\xce\ \x85\xc4\xab\x1e\xbc\xcd\x87\x87\x77\xfb\xf9\xdb\x0a\x5b\xad\x3b\ \x95\xe5\x79\xab\xc9\xf6\xd3\x1d\xe4\x9c\x00\xa0\xdb\xeb\xbd\x79\ \x9c\x01\xbe\xd9\xd7\xf3\xf6\x4f\x40\x9d\x4e\xe7\x6a\x37\xe1\xea\ \xf4\xe9\x07\xbc\xcf\xdf\xd9\x71\xf2\x33\xcb\x1f\x1c\xcc\x9a\xfc\ \x08\x62\xa9\x77\x79\xf1\xb7\x3f\x81\xde\xeb\xb7\x57\x19\xd1\x5b\ \x1e\x5c\x15\x2a\x1e\x6c\xd6\x70\xbd\xa8\xb5\xf7\xfe\x78\xf4\x9e\ \x4d\x02\xef\xf1\xed\x75\x8f\x9d\xbb\xaa\xf9\xd0\x7f\xb4\x2a\x6f\ \xbf\x8d\xef\xf7\x64\xba\x86\x05\x7c\xc7\x8b\xbf\xf7\x79\xf1\xc1\ \x8f\x92\xeb\x3e\x74\xae\xa1\xb1\x06\x66\x32\x93\x99\xcc\xec\x67\ \x26\x33\x99\xd9\xcf\x4c\x66\x32\xb3\x9f\x99\xcc\x64\x66\x3f\x33\ \x99\xc9\x4c\x66\xf6\x33\x93\x99\xcc\xec\x67\x26\x33\x99\xd9\xcf\ \x4c\x66\x32\xb3\x9f\x99\xcc\x64\x26\x33\xfb\x99\xc9\x4c\x66\xf6\ \x33\x93\x99\xcc\xec\x67\x26\x33\xf9\xf9\x13\x31\x53\xc1\x4d\x3d\ \xae\x10\x92\xeb\x52\x79\xe3\x21\xd2\x4c\x7f\xd7\x2f\x89\x00\x76\ \xed\x10\x78\x1f\xc1\x84\xff\x1f\x83\xc8\xcf\xc2\x7e\x18\x7f\x77\ \x4e\xba\x18\x3e\x82\x66\xe3\x5b\x58\x38\x83\xdd\x1a\x1f\xdf\x60\ \xfc\x1a\x6f\xfd\x10\xe1\xfe\x95\xd8\x4f\x29\x7c\x98\x7e\x62\x64\ \xf0\xae\xa3\x3c\x29\xc2\x8d\xef\x53\xfe\x99\x1f\x5b\x3f\x38\xcf\ \x4a\x87\xd7\x64\x42\x21\xc2\x4a\x41\x27\x17\xa3\x8f\xb7\x8c\xfd\ \x10\xe3\x61\xba\x17\x27\xa3\xb7\xfc\x10\x00\xb9\x90\x0b\x87\xa4\ \xd2\xde\xd9\x8f\xab\x15\x09\x06\x9b\x53\xfc\xdd\x1f\x8a\x54\x5e\ \xdb\x1f\xd6\x0e\xfe\xed\x17\xdd\x42\xfe\x21\xec\x07\x59\x08\x2e\ \x6e\x6d\x5e\xa1\x99\xbe\xca\xaa\x7b\xf3\xaa\x37\x47\xde\xc5\x8f\ \x08\xac\x71\x6b\xda\xcf\x37\x5f\x10\xe7\x47\x28\xaf\x65\xbf\x57\ \x16\x1e\xbd\x33\xdc\xbf\x12\x7c\xc4\x5b\xc3\x7e\xb8\xf4\x9b\x67\ \xc5\x63\xff\xa3\x4f\x96\xf8\x9b\x6f\x8d\x00\xbe\xa9\xa6\xf7\xfc\ \xe2\x8b\x3e\x39\x7a\xff\x43\xc5\xdc\xc2\xc7\x75\x2d\x19\x42\xae\ \xde\x74\xe1\x62\x24\x4f\x28\x90\x6c\x00\xce\x80\x08\x84\x40\x88\ \xe4\xe3\xfe\x0d\x2d\x39\xb6\x7f\xc5\xf0\x43\xbc\x2b\x62\x08\x21\ \xfe\xd5\x1f\x74\xce\xff\x44\xa4\xf9\x9b\x28\x3d\x80\x68\x1b\x33\ \xb7\x7e\xf6\xd0\x2f\x50\x5a\x1c\xfb\xe4\xa7\x83\xb3\x1f\x63\xff\ \x2d\x53\x20\xaf\xa0\x4e\x6d\x00\xc1\xd1\x7b\x02\x06\x2d\x36\x59\ \x20\xb8\x40\xed\xc8\x4f\xc1\x90\x21\x20\x80\x7a\x1f\xfa\xd1\x9b\ \x6c\x3f\x42\x9a\x97\x7f\xbc\xc4\xfc\xe2\xea\x7a\x8c\x01\x5a\x72\ \x20\x8a\x1c\x80\xd6\x4e\xfd\xfe\x37\xbe\xb9\xdb\x3d\x7c\xf2\x33\ \x9f\x27\xba\x2d\x3c\xfd\x18\xe2\xf2\xb1\xc1\xe7\xf2\xfa\x3b\xd3\ \xf4\xb7\x1f\x4e\x1a\x4b\x17\xce\x4f\xbe\xf1\x4c\x85\x83\xf4\xd7\ \x1f\xee\x1e\xd2\xb8\xbd\x39\xf9\x9f\x3f\x2a\x1b\xc0\x0f\xf9\x46\ \x88\xe8\x27\xbb\xea\xb5\xa7\xd7\x4e\xdd\x8d\xb6\xb9\x72\x72\x11\ \x86\xc0\x97\xd6\x9e\x3a\xbb\xf5\xfd\xff\xf5\xbb\x9f\xfb\xed\x7f\ \x73\xdd\x23\x22\x7f\xbe\x84\x22\xc5\x2c\xf9\xc7\xf7\xe9\xef\xbf\ \xda\x7c\xe1\xe1\xf9\x35\x15\xeb\xd2\x7e\xeb\x87\xbb\xcf\x4e\xf1\ \x8b\x9f\x19\xfc\xbd\x55\x01\xc6\xfd\xf1\x13\xa3\xe7\x47\x1f\x68\ \x60\xf3\xcd\xf6\xdf\x6c\x8c\x0c\x10\xbd\xa5\xba\xb2\xd5\x18\x90\ \x09\x20\x38\x7a\xcf\xff\xf9\xfe\x33\xe7\xc7\xf6\x97\x7e\xeb\x5f\ \xaa\x2c\x0f\xce\xdd\x16\x0b\x49\x90\xe4\xf2\x48\xdf\xf6\x84\xdc\ \x3b\xbf\xf7\x1f\x7e\xe4\xff\xd5\x57\x17\x1e\xad\xa8\x7f\xa2\xef\ \x5f\x1b\xfd\xa7\x57\x5d\x37\x01\x77\xdd\x73\xeb\xdf\x6a\x41\x3e\ \x06\x81\x82\xdb\x26\x04\xef\x76\x2e\x45\xc6\x30\x84\x74\x61\xe5\ \xa5\x51\xf3\x27\xdf\xfd\x9b\x07\x7e\xf9\x37\xd7\x3e\xf1\x49\xd7\ \xd4\xb7\x49\x2e\x81\x18\x3b\x32\x27\x9f\xdd\xf0\x8b\xcc\xfc\xde\ \x63\xdb\xc5\x3d\x4b\xbf\xfe\x60\xae\x47\xfa\xd1\xbe\xff\x6f\x8f\ \x0d\xbd\x64\xde\x91\x60\xe8\x3f\x80\xb7\x7c\xb3\xf3\xd7\x21\x12\ \x09\xf9\x8a\x5e\x7d\xa3\xbb\xa6\x92\x14\x6c\xc3\xd6\xef\xfe\x93\ \x97\x37\x9e\x7d\xee\xb9\x47\xee\x3a\x92\xf5\xe7\xe2\x47\x82\xf1\ \xfe\xf9\x39\x0b\x5d\x80\x10\x29\xcd\xe5\x3d\x87\x74\x8e\x91\x27\ \x6a\x05\xec\x63\xcf\x57\x95\x27\x13\xe0\x9d\x24\x2b\xd7\x6d\xab\ \x21\xf8\xbd\xee\xca\x4f\xd9\x02\x5b\x5c\x83\xba\xd4\x83\xc5\x97\ \xc5\xe2\x1f\xfe\xc5\xb7\xef\x9c\x2b\x8e\xac\xaf\xfb\x10\xe1\x76\ \x12\x17\x28\x46\x08\x9c\xaf\x2f\x25\x77\xf4\xd8\x4e\x0d\x9f\x3c\ \xc4\xbf\xf7\x93\xc9\x85\x9a\x1a\x47\x57\x18\x47\x6e\x31\xfb\x41\ \x20\x1f\xa3\xe3\xfa\xf1\xa7\x9f\xfd\xbd\xc7\xbe\xbb\xd1\x3f\xa2\ \x4f\x7e\xea\x4f\x5f\xde\xf8\xdb\x27\x7e\xf4\xb5\xaf\x7c\x69\x90\ \x70\x63\xcc\xed\x63\x39\xd6\x93\x27\x60\x48\x91\x70\x75\x25\xfb\ \xd2\x9d\xfa\xc9\xa7\x86\xdf\x79\xc3\x27\x8a\x29\xa0\x12\xc4\x3f\ \x7d\x74\xee\x8e\x04\xc2\x47\x61\x40\x31\x06\x12\xf2\xb5\xcb\x7b\ \xbf\xff\xcd\x3f\xfb\x9b\x1d\x9f\xdf\xfd\xd0\x69\x31\xff\xf5\x6f\ \x7e\xeb\xd4\xf1\x3b\x3e\x7b\xdf\xa9\x72\xb2\x77\xfb\x58\x8e\xf7\ \x64\x03\x21\x03\xa0\xa8\x72\xf5\x77\xee\xe9\x14\x7b\xd3\xaf\xff\ \xb0\xf2\x9c\xe5\x02\xa7\x0d\x7d\xea\x81\xb9\x5f\x3d\xa5\x9d\xfb\ \x40\x51\xc4\xcd\xf5\xdf\x08\x5c\x04\x68\xc6\x0f\xde\x7d\xea\xc5\ \x97\x5e\xfa\xc3\x6f\xff\xe0\xf0\xea\xa1\x27\x7f\xfc\xf4\x57\xbf\ \xf4\xe8\x3d\x6c\xef\x3b\x97\x37\x7a\x1f\x89\xb7\x72\xeb\x47\x3e\ \x11\xe6\x97\x92\xf5\x84\xdd\x75\x4c\x8e\x5e\x0f\x32\x85\x57\x5e\ \xde\xfd\x8f\xdf\xad\x8a\x94\x71\x4d\x2f\xd7\xdd\x7f\xf4\x77\xfb\ \x7f\x7e\x01\x97\x0c\xd0\x70\xc3\x00\x00\x03\xbe\x49\x44\x41\x54\ \x72\xf6\x51\x45\x82\x11\xa0\xae\xaa\xbb\x17\x3a\xeb\xab\xab\x8f\ \x7d\xfb\x7b\xc3\x87\x1f\x7c\xee\x85\x17\x57\x97\x96\x7e\xe5\x81\ \xe3\x17\x9e\xf8\x2b\x77\xf8\xa1\x7d\xfe\x9a\x8f\xbb\xc3\xcc\x13\ \x71\xf7\xba\x2c\x06\x69\x1e\xc2\xd8\x23\x8c\xeb\xaf\xff\xe5\xd6\ \xeb\x96\xa5\x0c\x9f\x38\x63\xff\xc5\x83\x83\xb3\x34\xbd\x63\x5e\ \xb0\x8b\x1f\xf4\xda\xbf\xc9\xfe\x1b\x79\x00\xb3\x7d\xe9\xde\x78\ \xf9\x6b\xff\xe0\xcb\x5b\xdb\xa3\xc7\xbf\xff\xc4\x67\x1e\x79\xe4\ \x33\xf3\xd2\xbc\xfe\x82\x07\xd6\x92\xb5\xdf\x0e\xa1\x0f\x72\x7e\ \xdf\x9d\x99\xde\x99\xfe\xef\xd3\x76\xb4\x55\x3d\xb9\x15\x06\x39\ \x4f\x25\x0a\xef\xff\xf8\xaf\xb7\x5f\x22\xf5\xc5\xbb\xd4\x73\x2f\ \x4d\x2f\x1a\xfa\xf0\x2b\x84\x08\x31\x82\xb1\xb6\x73\xfe\xd9\xdf\ \xf8\xec\x43\x2b\x87\x0f\xff\xdf\xef\x7c\x57\xa8\xe4\x1f\x7e\xf6\ \x61\xf9\xda\xd3\xd6\x34\xe1\x36\xa9\xcc\x12\x51\x84\xd5\x95\xec\ \x81\x01\xfd\xd9\x53\x93\x8d\x3d\xff\xb7\xaf\xd6\x41\x88\x8e\x66\ \x4a\xe2\xe9\xe7\x87\x7f\xf0\x92\x7d\xe4\xee\x3c\x29\xeb\x1f\x9c\ \xb3\x9c\x7f\xa0\x7d\x78\xb3\xf3\x07\x81\xb0\xb6\x3e\x5e\x3a\xf3\ \xd0\xea\xf1\xde\xaf\x7d\xe5\xf2\xde\xe4\xc1\xd5\x01\x7f\xe5\x49\ \x17\x62\xe3\x6f\x97\x75\x64\x1c\xb7\x2f\x96\xff\xfd\xec\x04\x10\ \x33\xcd\xe0\x8d\xf2\x12\x41\x2a\x90\x00\x18\xc3\xd8\xb8\x3f\x7d\ \x7c\xdb\x13\x31\xc6\x32\x85\xec\xa3\x38\x4f\x08\xa0\xf1\xd1\x4e\ \x46\x0b\xf1\xb9\x7f\xf6\xf9\x87\x9e\x39\x7e\xe4\xae\xb5\xd5\x95\ \xed\x97\x43\x3d\xad\x5d\x08\xb7\x47\xc2\x13\x19\x46\xe3\xfe\xfc\ \xf1\xcb\x8e\x40\x2b\xa6\x30\x7c\xfb\x05\xab\xe4\x3e\x45\xbc\xe2\ \xf0\xc2\x0b\xbb\x3f\x7e\x96\x00\x30\x51\x4c\x72\xc0\x78\xab\xd9\ \x4f\x0c\x83\x3b\xee\x39\xfd\x93\xb9\x9d\x37\xb6\xd9\xa5\x67\x44\ \xa7\xaf\xa4\x7e\xfa\xb5\x67\xc8\x99\xd2\x03\x3e\xf8\xf7\x53\xad\ \x3f\xde\x2d\x08\x44\xe0\x02\x70\x04\x00\xd4\x92\x03\xb4\xf3\x16\ \x90\x23\xd8\x37\x2b\x5e\x28\x04\xb6\x0b\xe3\x43\x1b\xec\x7e\x28\ \xad\x10\x51\xde\xed\xed\x1c\x7d\xe0\x7b\xa7\x9f\x48\xf8\x98\x5d\ \xd8\x29\xf2\xde\x85\xcb\xaf\x9e\x9d\xec\x05\xa2\x61\x7f\x7d\x75\ \xed\x0e\x88\x1f\xf3\xb4\x8d\x8f\xe0\x5a\x55\x0b\xe4\x6d\x28\x41\ \xc8\x19\x84\x00\x6f\x2a\x9e\xb1\x84\x5d\x09\x34\x02\xb8\x00\xef\ \x9b\x55\xb9\xa9\xf6\x43\xc1\xcf\x1d\x3f\x09\xbf\xf1\xaf\xc7\xc3\ \x6d\x64\x0c\x5a\xf6\x4a\x6c\x39\xa9\xe5\xe1\xa3\xc7\xa5\x10\x44\ \x1f\xdb\x44\x90\x0d\xb0\xde\x8f\xbf\xf3\x65\x7b\xad\x2e\x2a\x11\ \xcc\x67\x64\xaf\xb7\xa4\x4c\x31\x26\x59\x76\xf8\xab\xff\x7c\xe7\ \xc2\xe7\x26\x14\x81\x00\x28\x02\x22\x20\x03\xa2\x95\xa5\xd5\xde\ \xd2\xea\xc7\x3b\xed\x19\x22\xfc\xd6\xa7\x9d\x0b\xd7\x16\x1c\x10\ \x41\x26\xa1\xf1\x78\xab\xd8\x0f\x10\x31\xc4\xa5\xa3\xc7\x97\x8f\ \x9d\xa0\xb7\xe4\xe5\x80\x00\x28\x78\xfa\x58\x37\x62\x11\x81\x16\ \xb0\xde\xbf\x9e\xab\xc4\xc7\x0f\x77\x31\xc7\x58\xf4\x07\x9d\xf9\ \x85\x77\xa1\x0f\x8e\x31\x86\x8f\xf9\xe5\x43\x00\xcb\x05\x5d\x47\ \x64\x1d\xe9\x7d\xae\x20\x71\xf3\x37\xd1\x6d\x55\xe1\x79\x57\xff\ \xed\x67\xf3\xd6\x31\x50\x0c\xb7\xad\xe6\xfd\x8d\x39\x99\x67\xf8\ \x9f\x99\xcc\x64\x66\x3f\x33\x99\xc9\xcc\x7e\x66\x32\x93\x99\xfd\ \xcc\x64\x26\x33\xfb\x99\xc9\x4c\x66\xf2\x7e\x72\xa3\xf2\x6f\x69\ \x9a\xe6\x45\x41\x31\xce\x54\x7c\x23\x44\x29\x95\x65\xd9\xdb\xc7\ \x5a\x11\x49\x29\xf3\x3c\xbf\xee\x61\xc3\x33\xf9\x00\x1b\x3b\xe3\ \x9c\x1f\x40\xd4\x3e\x7a\xfb\x69\x27\x01\xfe\xd1\x37\xfe\x68\xbc\ \xbb\xeb\x9c\x83\xdb\xa3\x25\xf4\x66\xbb\x0d\x8c\x4d\x26\x63\x71\ \xd5\x38\xf1\xd6\xa8\x9e\x79\xe6\xe9\x97\x5e\x7e\x71\x6f\x77\x17\ \x71\xe6\x59\xdc\x98\x0b\x87\xf3\x8b\x17\xdf\x90\x57\x80\xe0\x37\ \xe4\xfe\x21\xa2\x27\x7f\xf8\x83\xf3\xe7\xce\x35\x4d\x83\x33\xfb\ \xb9\x31\x1a\xe6\x9c\x27\x69\x2a\xe5\x9b\x5c\x0a\x52\xca\xd7\x5f\ \x7f\xfd\xd2\xa5\x8b\xdb\x97\x2f\x33\x36\xb3\x9f\x1b\xa5\xf9\x24\ \x49\x3a\x9d\x2e\xb6\xb3\xdc\x6f\xd0\x7b\x14\x45\xe7\xc4\x5d\x27\ \x43\x08\x33\xeb\xb9\x81\x6b\x09\xa0\xb5\xbe\x7a\x9c\xb5\x10\x62\ \x6d\x6d\x7d\x69\x69\x79\xa6\xf6\x1b\xaa\x76\x21\x04\x67\x8c\x88\ \xc4\x8d\x33\x53\x29\xe5\xd5\xa7\xe3\x4c\x6e\x90\x9e\xdf\xe9\x3f\ \x27\x49\x32\xd3\xcc\xcd\xd1\xfc\xff\x03\xa1\x1c\x2c\xb5\x69\x5d\ \xc8\x6e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x8e\xea\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xc2\x00\x00\x01\x15\x08\x02\x00\x00\x00\x3d\xcf\xad\x45\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x7d\x77\x7c\x54\xc7\ \xb5\xff\x99\xb9\x7d\x77\xb5\xab\xde\x7b\x01\x89\x22\x44\x11\xbd\ \xd8\x74\x4c\xb1\x0d\xd8\xc6\x0d\xdc\x7b\x8d\x13\xe7\x17\xa7\xbd\ \x97\xf8\xbd\xbc\xc4\x26\xc5\xb1\x13\xc7\xdd\x60\x4c\x33\xcd\x18\ \x30\xa6\xf7\x22\x7a\x11\xaa\x08\xd4\x57\x7d\xfb\xde\x32\x33\xbf\ \x3f\x54\x10\x4d\x48\x36\xfe\x3c\x3b\x6f\xcf\xe7\x52\xf6\xee\xbd\ \x77\xe7\xce\x7c\xe7\x9c\xef\x39\x73\x66\x06\x39\x1c\x2d\x10\x90\ \x80\x00\x00\x00\x42\x48\x51\x4c\x3c\xcf\xf7\xf8\xc6\x87\xe6\xcf\ \x0d\x54\x5f\x40\x00\x80\x31\xe0\x79\x2e\x21\x21\x79\xfa\x8c\x3b\ \x87\xe4\x0e\xeb\xd1\xbd\xbc\xae\x1b\x81\x1a\x0c\x48\xab\x18\x86\ \x91\x7f\xf6\x74\x51\x51\xc1\x73\x2f\xfc\x74\xc4\x88\xd1\x3d\x80\ \x91\x61\x90\x40\xf5\x05\xa4\x43\x30\xc7\xab\xaa\x7f\xcd\xaa\xe5\ \xfd\xb3\x73\x2c\x66\x4b\x77\x61\xc4\x18\x0b\xd4\x5d\x40\x3a\x99\ \x36\xc6\x71\xc2\x85\x8b\x65\x2d\xcd\xcd\x01\x18\x05\xe4\x3b\x89\ \xcf\xe7\xa3\xa4\x07\x66\x8a\xa7\x94\x06\x6a\x2d\x20\x57\xeb\xa4\ \x1e\x69\x17\x3e\xa0\x8c\x02\x72\x4d\xaf\xad\x67\x9e\x5a\x40\x1b\ \x05\xe4\x6a\xa1\x94\x02\xf4\x00\x4a\x01\x6e\x14\x90\x6b\x1b\xb5\ \x9e\xa0\x28\xa0\x8d\x02\x72\x1d\x6d\x14\xe0\x46\x01\x09\x70\xa3\ \x80\xfc\x50\xb8\x51\x4f\x60\x44\x02\x30\x0a\xc8\x55\x42\x28\xed\ \x11\x69\x0e\x50\xec\x80\x5c\x87\x62\xf7\xd0\xa8\x05\x2a\x2d\x20\ \x57\x1b\xb5\x1e\x72\x23\xc6\x02\x38\x0a\xc8\xd5\xda\xa8\x87\xdc\ \x28\x40\xb1\x03\x72\x2d\x6d\x44\x7a\xc6\x8d\x9c\x4e\x67\xa0\xd6\ \x02\x72\x85\xf8\x7c\xde\x1e\xe9\x17\xfe\xe5\x97\x7f\x1a\xa8\xb5\ \x80\x5c\xe9\xa9\x19\x46\x78\x78\x78\xf7\xaf\x47\x8c\x06\xd2\xd6\ \x02\x72\x0d\x72\x04\x18\x03\xa0\xee\x6a\x23\x97\xcb\x15\xa8\xb4\ \x80\x5c\x0d\x23\x73\x50\x10\xc6\x5c\x77\x61\x84\x94\xa0\x40\xa5\ \xfd\xc0\x9b\x14\x18\x03\x46\x19\x31\x80\x18\xf0\x83\x8c\xf3\xf1\ \xbe\xe5\x7f\x0c\x34\xd4\x0f\x19\x43\x08\x71\x20\x9b\x70\x50\x28\ \x8e\xef\x85\xe3\x32\x90\x20\x03\x50\x30\xf4\x1f\x16\x8c\xf8\xbc\ \xaf\x02\x6d\xf5\x83\x87\x12\x66\x1c\x6f\xc8\x66\x66\x09\xe3\x06\ \x4d\xe4\xb3\x6f\x41\xc1\x11\xa0\xab\x3f\x9c\x12\xa2\x96\x9f\x4f\ \x0e\xb4\xd3\x8f\x83\xf3\x32\x06\x94\x10\x42\x68\x74\x2a\x37\xf1\ \x41\xbe\xef\x68\xd0\x55\xf8\x9e\xa2\xc7\x3d\xe4\x46\x38\xd0\x40\ \x3f\x0e\x41\x08\x30\x06\x5e\xe0\x25\x99\xaf\x2b\xa3\xab\x16\x6a\ \x3b\x96\x02\x42\x80\xd0\x0f\xa1\x74\x01\x18\xfd\xe8\xf8\x36\x20\ \x41\x12\x0c\x95\x7c\xfd\x81\x51\x74\x18\x64\x73\x00\x46\x01\xf9\ \xb6\x60\xc2\x9c\x24\xf0\xc6\x86\xf7\x58\xed\x05\xe0\x85\x00\x8c\ \x02\xf2\xad\xbd\x23\x51\x68\xae\x51\x57\xbe\xc1\x7c\x1e\xe8\x36\ \x89\xf9\xbe\xca\x02\x8c\xf5\xd0\xbe\x32\x60\xf0\xbd\x98\x64\xc6\ \x00\x10\xfc\xaf\xd9\xfa\xef\xed\xbd\x5a\x5f\xed\x7b\x78\x32\x16\ \x25\x5c\x59\x60\x9c\xd9\x2b\x0c\x9d\x06\x57\x8d\x46\x20\x84\x64\ \x59\xc6\x18\x77\x31\xc8\x8a\x10\x62\x8c\xa9\xaa\x4a\x08\xf9\x6e\ \x30\xe2\xb8\x1e\x66\x97\xb4\xd2\xba\xef\x21\x08\x76\xe3\x8a\x66\ \x40\xe9\xf7\xd6\xf3\x6e\xd6\x7b\x31\xa6\xf9\x81\x93\x10\xd7\x49\ \xd3\x23\xfc\x7d\xd4\x18\x03\xc4\x03\xd3\x4e\xec\x10\x86\x4e\xbb\ \xe2\x2b\x0e\x63\x97\xc7\xb3\x62\xe5\xca\x86\x86\x06\x8e\xe3\xae\ \x5f\x56\xc6\x73\xfc\xd4\xa9\x53\x92\x92\x92\x0c\xe3\xdb\x2f\x0a\ \xc2\x2b\xd3\xa7\xfb\x37\xac\x66\x44\xe8\x96\x1a\x30\x74\x14\x3b\ \x52\xca\x89\x56\xb7\xad\x66\x46\xa7\x5b\x88\xc6\x74\x03\x89\x0a\ \x60\x00\x43\x63\xad\xcb\x4b\xf0\x22\xe2\x05\x60\x84\xe9\x6a\xab\ \xa6\x41\x82\x04\xb8\xbd\x72\x89\xca\x74\x03\x10\x02\x40\x80\x39\ \x04\x02\x3f\xfc\x7e\xde\x38\xea\x3f\x7a\xe6\xfa\xc6\x9e\x43\x8a\ \xc2\x34\xf5\xe6\x47\x72\x0d\xc2\x65\xdf\x2d\x58\x2a\xfc\xfb\xf7\ \x00\x2f\xb5\x9d\xa4\x06\xd3\x55\x10\x4c\x08\x63\x60\x04\x0c\x95\ \x51\x06\x80\x10\x2f\x41\x1b\x44\x18\x68\x3e\x86\x45\xc4\x0b\x00\ \x0c\x80\x31\xd5\x0b\x9c\x8d\xef\x3b\x14\x9a\xce\x91\x7a\x27\x60\ \x0c\x40\x80\x8f\x95\x26\x4e\x23\x87\x16\x1b\x0d\x06\x70\x37\x5b\ \x27\x71\x3c\x72\xd8\x69\xcd\x79\x1c\x95\x0c\xe4\x52\x4c\x92\x17\ \x84\x86\xfa\x86\xf7\xde\x7b\xbf\xb2\xb2\x52\x14\xc5\xeb\xdd\x4d\ \x28\xe5\x30\x8e\x8b\x8f\x4b\x4f\x4f\xff\x4e\x30\xe2\x62\x63\x11\ \x50\x06\x14\x74\x95\x19\x04\xb0\x80\x44\x09\x30\x80\xe6\x67\x86\ \x01\x08\x23\x51\x01\x8c\xda\xaa\xcc\xe7\x45\x52\x34\x9f\x9e\xa1\ \x6d\x23\x8c\xf1\x6d\xfa\x43\xf7\x43\xec\x2d\xe6\xc9\xc3\xf4\xed\ \xef\x6a\xe5\x54\x18\x3c\x57\x18\xd0\x17\x81\xdf\x38\xb0\x54\x3b\ \x57\xc2\xc4\x30\xf1\x96\xbb\x84\x94\x38\xf0\x94\xa9\xdb\x57\x92\ \x16\x15\x30\x30\x9d\x70\x99\x33\xe5\xd1\x23\xc0\x20\x40\xdc\xc6\ \xa9\xf5\xea\xd1\x22\x1c\x97\xcd\x39\xcf\x32\x4f\x0b\xc8\x56\x24\ \x4a\x80\x00\x80\x32\xd5\x0f\x94\x02\x2f\x21\x44\x21\x32\x57\x9e\ \x32\x5c\x5d\xf1\x17\xe2\xc2\xc8\xa4\x00\xd1\x98\xa6\x01\xc2\x48\ \x94\x01\x73\xc0\x0c\xa6\xf9\x81\x32\xe0\x24\x24\x0a\x97\xc0\xaa\ \xe9\x00\x08\x44\x19\xf1\x3c\x10\x8d\x69\x2a\x30\x00\xc4\x21\x49\ \x01\x04\xc0\x08\xd3\xfc\xcc\x6f\x70\xa1\xfd\xb8\x70\x1d\x18\x01\ \x06\x80\x00\x0c\x15\x05\x67\xc9\xe3\xef\xa0\x47\x3e\x54\xcb\xeb\ \x91\x12\x23\x8c\x9b\x23\x24\x45\x83\x5a\xab\xed\x58\xa2\xd7\xba\ \x10\x06\x06\x66\x69\xda\x2b\xa8\x66\xb5\x7a\xaa\x08\x78\x9e\x19\ \xb2\x34\xf3\x29\xa8\xde\x07\x89\x23\xe0\x7c\xa5\x51\xeb\x40\x54\ \x65\x9a\x17\xe4\x64\x3e\x63\x00\x3b\xb1\x84\x31\x86\x74\x3f\x33\ \x08\x60\x1e\x89\x72\xc7\xaf\x03\x65\xc0\xcb\x48\x10\x00\x28\xd3\ \x7c\x40\x28\x70\x02\x12\xa5\xee\x19\x36\x0e\xb9\x1a\xa9\xfd\x22\ \x17\x97\xce\x3a\xc1\x48\xd7\xf5\xe8\xe8\xa8\x5f\xff\xfa\x57\x2d\ \xcd\xcd\x5d\x68\x23\xca\x18\xcf\xf3\xb9\xb9\xb9\xaa\xaa\x7e\x37\ \xa3\x46\x08\x00\x63\x06\xe3\x52\xc7\xf1\x09\x31\xac\xfe\x8c\x51\ \x78\x8e\x19\x3c\x4e\x1d\xcd\x27\xc4\x81\x5a\x6f\xe4\x1f\xa4\x1e\ \x9d\x51\x8e\x4b\xbf\x95\x8f\x09\x47\xb6\xde\xa0\xf9\x3a\xf5\x63\ \x3f\x84\x0c\x54\x6e\xbb\x8f\x4f\xb3\x90\x43\x1c\x08\x36\x1c\x62\ \x22\xc7\xbf\x62\xe1\x13\x94\x99\x4f\x93\x8b\x3f\x81\xbe\x0f\x48\ \xfd\x4c\xfe\x75\x9f\xe0\xe1\xcf\x2b\x33\xc0\xb3\xe8\x43\x86\x25\ \x20\x0c\xc7\x0f\xe0\x2c\x4d\xbe\xb5\x1b\x20\x62\x90\x7c\xdb\x2f\ \x90\xf7\x3f\xa9\xd7\x81\x93\x46\x4b\x93\xe3\x58\x73\x89\x51\x78\ \x96\x31\x0e\x98\xc4\xf7\xbb\x95\x8b\xb0\xd1\xf2\x3c\xa3\xb8\x00\ \x04\x0b\x4e\x1e\x21\x8e\xab\x63\xcd\x65\xea\xf1\xc3\x10\x94\x2a\ \xf6\x1b\x8c\x68\xb3\x71\x76\x2f\x75\x69\x20\x5a\x85\x9c\xa9\x38\ \xc4\xc4\xec\xc7\xf5\x92\x32\x40\x1c\x50\x82\xa2\x06\x89\xbd\xd2\ \x81\xba\x48\xfe\x01\xd2\xe8\x44\x21\x49\x42\x5a\x36\x32\x4b\xe0\ \xbc\xa0\x9f\x3b\xc6\x74\x06\x38\x48\xc8\x99\x82\xad\x02\x8e\x0b\ \x01\xb7\xde\xa1\x74\x71\xaf\xe9\xf2\xb8\x59\x7c\x52\xbc\x96\xbf\ \x08\x0c\x82\x6c\xb1\x58\x74\xeb\x07\xd7\xe1\x41\x8f\xca\x33\xee\ \x27\x1f\xfe\x95\x31\x19\x74\x37\x43\x16\x69\xec\x24\xed\x74\x01\ \x23\x2a\x84\x8d\x14\xfb\x0f\xd5\xce\x7c\x6e\x78\xf7\x21\x47\x0b\ \x30\x82\x22\xfa\x89\x99\xbd\x81\x59\x11\x22\x40\x09\x18\x0c\xa7\ \x8c\xe2\x53\x12\x58\x73\x91\x91\x7f\x9a\x51\x00\x6c\x11\x06\x4e\ \xc3\xc1\x22\x3d\xbf\xcf\xa8\xb0\x03\x27\xf3\x59\x93\xb9\xa8\x30\ \x68\x2a\xd6\x8b\x4e\x33\xc2\xdd\xd8\x44\x20\x00\xcd\xcf\xbc\x0e\ \x40\x97\x61\x85\x10\xa2\x28\xca\xf4\xe9\x33\xba\x03\x02\x4d\xf5\ \xfb\xfd\x7e\xf4\x1d\xd8\x1b\x0f\xc0\x98\xae\x73\x03\x1e\x36\x4d\ \x18\x66\x94\x9c\xc5\x03\x5e\x11\xa2\x3e\xf0\x6e\xdb\x07\x8a\x15\ \x01\xe0\xde\x77\x0a\x89\x31\xde\x65\x9f\xe0\x9c\xc7\x4d\x53\x47\ \x93\x82\x23\x28\xa6\x37\x86\xe3\x1d\xa5\x05\x2e\x52\x9a\x7a\x17\ \x3d\xb3\x58\x63\xb7\x03\x27\x82\x5a\xa5\x6e\x79\x0f\x0c\x3f\xc4\ \x05\x49\x03\xa6\x02\x87\x81\xe7\xc1\xd7\x40\x1b\x2e\xb2\x9a\x0a\ \x16\xe7\xef\xd4\x11\x08\xab\x2f\xd0\xcf\xec\x66\xe2\x05\xae\xdf\ \xed\x5c\x4c\x14\x65\x04\xd9\x22\xb1\x4d\xe7\x47\xdd\xc1\x05\xbd\ \xe9\xdb\x93\x2f\x4c\x79\x46\xe9\x1f\xae\x97\xd5\x09\xb3\x27\x70\ \x9b\xfe\x5b\xad\xf7\x81\x41\x91\x20\x52\x46\x90\xb5\x8f\x3c\xf7\ \x27\xd8\x7d\x96\x70\x23\x4d\x7d\xfa\x79\x97\xfc\x1d\x0d\x7e\x5c\ \x19\x68\xd5\xf2\x0b\x91\xd5\xda\x46\x44\x18\x43\xa2\x15\x61\x40\ \xd1\x63\xc5\xcc\x74\xef\xc7\x7f\x46\x99\x33\xe5\xf1\x99\xfa\xb1\ \x93\xdc\xe0\x59\x7c\xd4\x47\xde\x0d\xbb\x85\xe9\x2f\x4a\x59\x41\ \x46\xd1\x79\x2e\x36\x16\x0a\x68\x47\x17\x67\xae\x52\xff\x57\xff\ \x14\xa7\x3d\x06\x3c\x07\xbc\xc8\xea\x8e\xfb\x37\x1c\x06\xcd\xcb\ \x2b\xe3\x84\x21\x02\x20\x04\x80\x11\xe7\xd3\x8f\x6d\x15\xfb\xcd\ \xe7\x63\x2c\x5a\x99\x8b\xef\x33\x1c\x9a\x76\x69\x17\x7c\xf2\xf3\ \x0f\xa3\xc3\xbf\x23\xde\x34\xe5\xc1\x17\x91\x3d\x8f\x18\xf1\x58\ \x92\x99\xa6\xe1\x5e\x33\x94\x49\xc3\x8c\x82\x53\xfc\xa8\xc7\xf8\ \x90\x8f\xbd\xdb\xcf\x48\x77\xbc\x2a\x26\x30\xa3\xda\x23\xce\xbd\ \x55\x5b\xfb\x6b\x43\x9a\xa5\x4c\x1b\x64\x9c\x3a\xc8\xac\xe1\x80\ \x58\x77\x19\x25\xa5\x4c\xd7\xae\x00\x9c\x20\x08\x4d\x8d\x4d\x7f\ \x7a\xe3\x4d\xbb\xbd\xb6\x8b\x45\xf8\x28\x65\x3c\xcf\x3f\xf8\xc0\ \xfd\xfd\xfa\xf5\xd3\x75\xfd\x3b\xc0\x88\x19\xc0\xc5\x48\x23\xc6\ \x92\xfd\xff\xe3\xdb\x7e\x0c\x65\x3f\x62\x99\x7d\x37\x77\xe8\x20\ \xad\x2d\xa5\xa6\xde\xd0\x5c\x2f\xa4\x67\xa0\xe0\x68\x71\xc8\x24\ \xb2\xf7\x0d\xef\xd6\xbd\x5c\x4e\x8b\x69\x52\x62\x1b\x33\xd0\x19\ \x37\xea\x5e\xce\xbb\xdf\xb3\x37\x4f\xc9\x9e\x0b\x86\x0e\x80\x11\ \x46\x2c\xb8\xbf\x72\xfb\xed\xe4\xc8\x67\xa4\x45\x85\xfc\x6f\xe8\ \xe8\x5f\x99\x1e\xee\x87\x22\x43\xd5\xa5\x9f\x51\x26\xb4\xbd\x2f\ \xd5\x51\xf4\x08\x79\x86\x05\xc5\x0c\xe6\x23\x2a\xfd\x1b\x8a\xd1\ \xb0\xe9\xe4\xd4\x3a\xef\xba\x6f\x84\x96\x3f\x29\xe9\x03\x71\xbe\ \x2a\xe6\xf6\x57\x57\xbe\xa4\x9e\xad\xe2\x6f\xf9\xa5\x32\x6a\x8a\ \xfe\xf5\x59\xf0\x95\x6b\xbb\x16\xe9\x75\x86\x30\xf1\x57\x1c\x3b\ \xe2\x59\xf2\x67\xca\xa5\x98\x9e\x59\x28\x66\xf5\x36\xb0\x0c\x48\ \x27\x85\x5f\x1b\x95\x75\x20\x28\x00\x00\x88\xd1\xe6\x32\xe2\x30\ \x61\xa1\x16\x65\x66\xe2\x60\x33\xe3\x45\x5a\xbe\xd5\xb7\xfa\x13\ \x3c\xd0\x6b\x99\x34\x10\xc7\xd6\x89\x03\x52\xd5\x65\x2f\xa9\xe7\ \xec\xa2\x3f\x56\xb2\xb5\x57\x37\xc6\xac\xfa\x0c\xa1\xd1\x22\xea\ \x38\xc3\x01\xd2\x70\xda\x2c\x79\x64\xbc\xb6\xf5\x0d\x4a\x24\xc4\ \x03\xf0\x12\xab\x3d\x64\xd8\xef\x16\x06\x0c\x54\xcb\xcf\x0a\x59\ \x59\xe4\xd8\x7f\x31\x82\x40\xf3\x31\x9d\x71\x03\xee\xc4\x0d\x3b\ \xdc\x8b\xde\x62\xa6\xa1\xdc\x53\x4f\x02\x1f\xc4\x8f\x98\x8d\x58\ \x3e\xf3\xb6\x50\xb7\x24\xe4\x4c\xc0\x67\x78\x21\x33\x58\x5d\xfc\ \xb2\x5a\xe6\x16\xef\x7c\x53\x1e\x75\x1b\x39\x29\x20\x09\x91\x8b\ \xfb\xf5\x92\xf3\xc0\x29\x3d\x88\xc6\x5c\xa5\x48\x38\x8e\x73\xb9\ \x5d\x5b\xb6\x6c\xb9\x78\xb1\x5c\x14\x85\xeb\xc3\x88\x72\x1c\x7f\ \xcb\xb8\x71\x39\x39\x03\xbe\x1b\x8c\xa8\x0e\xbc\x05\x38\x44\xeb\ \xea\x80\xc7\xac\xb9\x96\x69\x02\x8e\x1a\x2a\x4e\x79\x18\x55\xee\ \x21\x8c\x01\x21\xc0\x2b\x20\x63\xda\xdc\xc8\x00\x03\x23\x97\x18\ \xa8\x18\x27\x64\x0c\xc2\xa6\x58\xf3\xa3\xa3\xb9\xb8\x14\x36\x66\ \x8e\x7e\xf1\x43\x82\xd2\x95\x79\x2f\xa2\xb2\x15\xbe\xed\xbb\x19\ \xb6\x08\x83\x66\x40\xd1\x0a\xef\xf6\xed\x78\xf0\x93\xd2\xe8\x79\ \xc6\xc5\xbf\x12\x43\x6c\x43\x21\x27\x00\xa6\xb4\x74\xb3\x6f\xcb\ \x11\xa3\xc6\x2d\x71\x3c\x60\x1e\x09\x22\xf3\x36\x02\xe3\x90\x62\ \x41\xd8\x49\x1d\x0e\x40\x8c\x35\x95\x83\x12\x8f\x04\xcc\x00\x00\ \x71\x08\x03\x32\x87\x42\xe3\x39\xaa\x33\x20\x0e\xda\xac\x63\x9b\ \x45\xdf\xf9\x06\x18\xf7\x8a\xb3\x5e\x17\x6b\xb6\xf8\x36\xae\x65\ \x84\x32\x21\x45\x99\xf3\x13\xce\x7d\x42\x77\x30\x46\x08\x20\x04\ \x8c\x02\xe2\x90\x20\x81\xda\xcc\x48\x14\x32\x05\x01\x72\x33\x97\ \x0b\x5d\xed\xae\xf2\x22\x62\x9d\x6a\xdf\xd0\x70\xc2\x24\xe5\xce\ \xdb\xf5\x9d\x6f\xa9\xa7\xcb\x91\xa2\xb4\x82\x0b\x21\x8f\x96\x77\ \xc8\x3c\x7e\x8c\xd0\xc7\xc2\x49\x95\xfe\xc2\x12\xe0\x82\x01\x80\ \x21\x8c\x2c\x66\xea\xac\x63\x3a\x20\x60\x00\x0c\xb0\x80\x83\x44\ \xe6\x6c\x61\x58\xa6\xa5\x6b\xfd\x87\x8b\xc1\xd2\x17\xa9\x4e\xda\ \xe2\x42\x1c\x65\x75\x0d\x90\x1c\x43\x4f\xbd\xe9\xc5\xb3\xc5\xf1\ \xaf\x8a\xc3\x4e\xf9\xd7\x7f\x62\xb8\x19\xba\x21\x25\x67\x8c\xf1\ \x02\x92\x94\x2b\xdc\x0e\x4d\xd3\xa2\xa2\xa2\xfe\xfe\xf7\xb7\x7c\ \x5e\x2f\xc2\xb8\x8b\xdb\x31\xc6\xc9\xc9\xc9\xdf\x99\x1b\xd9\x12\ \x11\xaa\x27\xf5\x0e\x71\xc4\x74\xad\xfe\x6b\x6e\xe8\x24\xe4\x39\ \x49\xb8\x68\x29\x94\xf7\xaf\x5a\x43\xe4\x31\x42\xfa\x18\xa4\xd6\ \x93\x72\xbb\x34\x72\x96\x5e\xf3\x39\xb2\x86\xa1\x56\xca\x86\x79\ \x04\x4d\xea\xda\x5f\x68\x92\x08\x5c\x98\x3c\xef\x59\x7a\x66\x17\ \x71\x2b\xd2\xbd\x2f\x72\xee\x7d\xde\x3d\x87\x90\x35\x1c\x7c\x04\ \x87\x27\x63\xae\x98\x79\x5b\x98\xd3\x85\x43\xe2\x10\x07\xd0\xea\ \x10\xf0\x32\xab\x3b\xec\xff\x66\x31\x60\x09\x38\x0e\x38\x11\x30\ \x07\x18\xb5\x3e\x19\x04\x81\x35\x5d\x20\xcd\x41\xe2\x90\xb1\x44\ \x2b\x14\x86\x8e\x67\x95\xeb\x49\xb3\x0b\x09\xf1\x7c\x5c\x1a\x85\ \x06\x5a\x7d\x12\xdd\x76\xab\x98\x9e\x67\x70\x39\x42\x3c\x68\x07\ \x2b\x90\xd9\x4a\x4e\x2e\xf5\x35\xa9\x96\x7b\x67\xf3\x7b\x37\x6a\ \x8d\x6e\x90\x63\xb9\xc8\x30\x63\xcf\x97\x5a\x63\x2c\x3f\x20\x13\ \x61\x60\x88\x6b\x73\x15\x31\x07\x82\xc8\x9a\x2f\x90\x16\xab\x38\ \x72\x12\xd9\x71\x08\x5b\x6d\xd7\xa8\x6e\xcc\x03\x42\x40\x35\x66\ \xee\xad\xdc\x39\x9f\x9d\x7c\x47\x2f\xa8\xc5\xc1\x21\x4c\xf3\xb7\ \xf9\xef\x1c\x4f\x4b\xbf\x31\xc6\xbc\x6e\xba\x6b\x10\x39\xfc\x57\ \xa3\xc5\x00\x01\x01\xc7\x23\x44\x68\xe9\x29\xee\x8e\x29\x62\xe6\ \x71\xdd\x1b\x8e\x44\x19\x88\x9b\x94\x95\x0b\x49\x02\x39\xb7\x8d\ \xa1\x20\x50\xeb\x19\x02\xca\xdd\x21\x0e\x19\x45\x4f\x35\x09\x43\ \xfa\xd3\x8a\x4f\x99\x29\x9c\x9d\xdf\xea\xaf\xab\x33\x3f\xfd\x12\ \x7f\x7c\xbd\x71\xb6\x16\xb8\x1b\x46\xa8\x19\x12\x65\x64\x0e\xbe\ \xa2\x1b\x50\x4a\x25\x49\xea\xdf\xaf\x1f\xa5\x14\x5d\x3e\x96\x42\ \x11\xa2\x00\x0c\x21\x00\x40\x8c\xf1\x08\x31\x42\x34\x4d\xfb\x4e\ \xdc\x88\xb4\x84\x89\xfd\x63\xfd\x1b\xde\xc1\xb7\x3f\x61\x7a\x70\ \x28\xf8\x6b\xfc\x1b\x56\x90\x5a\xac\x9d\xe8\x27\xdd\xf3\x7b\x20\ \x32\xab\x3f\xce\xa8\x5f\xdb\xf1\x37\x7c\xdb\xe3\xca\xfd\xbf\x01\ \x3e\x88\x94\x6d\x60\x14\x03\xc2\xc0\x08\x73\xd7\x33\x17\x05\xe4\ \x26\xf5\x95\xac\xbe\x1a\x94\x58\x2e\x38\x14\x71\x83\x94\x07\x07\ \x23\xe4\xd6\xb6\xbe\xa7\x6d\xfd\x07\x37\xf3\x41\xd3\xa3\x43\x81\ \xa7\xea\xe6\x8f\x88\x9f\x47\x1c\x62\x08\x81\xaf\x85\x79\x54\x24\ \x2a\xc0\x49\x00\x94\x51\x60\x9e\x26\xe6\x57\x01\x61\xd0\x9c\xcc\ \x43\x40\xaf\x51\xbf\x7c\x57\xbe\xed\x2e\xd3\x83\xb3\x59\xcb\x71\ \xdf\xb6\x6d\xcc\x21\x68\x47\xce\x48\x53\x5f\xe2\xeb\x4f\xf8\xd6\ \x2c\xf7\xed\x0b\x95\x66\xbd\x26\x32\x62\xec\x7c\x47\x2b\xb6\x73\ \xb9\x8f\xc9\xb9\x19\x80\x44\xe3\xc0\x62\xc3\xa1\x21\x4e\x06\xd7\ \x71\xf5\xc0\x3e\x69\xda\x2f\x79\x0d\x90\xbb\x8c\xf8\x08\x52\x1d\ \xcc\xed\x01\x84\xc1\xf0\x32\x97\x0b\xd4\x2a\xff\x9a\xb7\x95\x19\ \xf7\x98\x1e\x9c\x88\x4c\xa2\xb1\xff\x22\xa0\x0e\x56\x8b\x00\x28\ \x73\xd5\x83\x66\x00\x21\x38\x32\x19\x9b\x38\xe8\x35\xdb\xd4\xfb\ \x6e\x50\xcf\xfb\x37\x7e\x6a\x34\xea\x88\xc7\x80\x39\xe4\xaf\xd6\ \x8e\x1d\xe6\x27\xf6\xd7\x8e\x1e\x01\x5e\x06\x60\xcc\xd9\x00\x04\ \x91\xc2\xe5\xbe\xc3\x56\x69\xc6\x2f\x45\x02\xac\xb1\x94\xfa\x54\ \xb2\xeb\x1f\xc6\xcc\xc7\x95\xf9\xbf\x07\xdd\xa7\xef\x78\x5b\xcd\ \x2f\xf4\x7f\xb9\x54\x9e\xf8\xb0\x69\x00\x62\x35\x5b\xfc\x5b\x77\ \xa0\xd4\xbb\x94\x5b\x46\x02\xe3\xe8\x89\x55\x7a\x79\x03\xea\xce\ \xc2\xc2\x94\x10\x6b\x84\x18\x95\xdc\xd9\x4d\x03\x00\x51\x14\x6b\ \x6a\x6a\xfe\xf4\xc6\x1b\x35\x35\x35\x82\x20\x76\xc4\x40\x75\x8e\ \x33\x03\xd8\x0c\x43\x62\x94\x01\xf8\x00\xb9\x25\xe9\xb1\xe7\x9e\ \x1d\x3d\x78\xf0\x77\x51\x48\xa8\xe5\x67\x93\x80\xe7\x40\x57\x01\ \xf1\x20\x8a\xa0\xfb\x80\x22\xc0\x00\x14\x40\x6c\xcf\x90\x42\x18\ \x88\x0e\x80\x41\x94\x81\x11\x30\x0c\xb8\xba\xe3\x76\x0e\xd4\x72\ \x42\x5b\x28\x8f\x1a\xa0\x6b\x80\x04\x10\x45\x20\x7e\xd0\xc9\xa5\ \x98\x50\xab\x12\xee\xdc\x03\x2e\x45\xb1\xdb\x03\xca\x86\x0e\x9c\ \x08\x02\x07\xaa\x0f\x80\x03\x0e\x01\x21\x20\xc8\x80\x18\x18\x1a\ \x10\x0a\xa2\x02\x60\x80\xa6\x01\x27\x02\xc6\xc0\xf1\xc0\x0c\xd0\ \x54\xc0\xad\x31\x2d\x0a\x84\x82\xa0\x00\x66\xa0\x6b\x00\x18\x50\ \x47\xa8\xba\xe3\x27\x34\xc0\x22\x88\x02\x10\x0d\x08\xbb\xf2\xbd\ \xae\x88\x3e\xf3\xad\xed\x41\x81\x18\x9d\xa2\x89\xac\x5d\x13\xe0\ \x36\x6d\xda\x7a\x17\x23\x60\x50\x90\x14\xc0\x00\xba\x06\x08\x03\ \x35\x80\x22\x90\x64\x00\xda\xea\x20\x83\xa1\x03\x2f\x03\x87\x41\ \xf3\x02\x12\x80\xc3\x80\x79\x40\x0c\x54\x1f\x20\xbe\xed\x69\x37\ \xf0\xb2\xfc\x5a\xfa\x10\xf9\x91\x3f\x5c\xe6\x3e\x03\x88\xa2\x58\ \x5e\x5e\xf1\xb3\x57\x5f\xad\xa8\xa8\x68\xe5\x46\x0c\x63\x8e\x17\ \x32\x1b\x1a\xe6\x14\x15\x0d\x30\x8c\x08\x00\x06\x50\x03\x70\x44\ \x14\xa2\xfe\xfa\xb7\xa1\x4f\x3e\xa1\x79\xbd\x97\x54\x5a\x0f\x13\ \x45\x02\xf9\x46\x3f\x62\x41\xc0\x74\xdd\xc0\x77\xfd\x9c\xcf\x1e\ \x07\x86\x7a\x45\x1c\x80\x32\x56\x5f\xdf\xa0\xaa\x7e\x84\x10\x60\ \xcc\x30\x96\x3f\xf9\x24\xfe\x6f\x6f\x89\x31\x31\xe4\xde\x7b\xb5\ \xdc\x21\xa0\xeb\xe2\x81\x83\xdc\xd2\xcf\x01\x90\xef\x8d\x3f\x19\ \x73\xe6\x80\xa6\xb5\x75\xef\x9e\xe6\x62\x07\x1a\xe3\xc7\x2b\x54\ \x53\x59\xda\x60\x2e\x33\x17\xa8\x71\xd5\x38\x09\x60\x8c\xe3\xe3\ \x62\x11\xc6\x80\x10\x13\x04\x71\xd1\x22\xf4\xcf\x77\xe9\x6d\xb7\ \xb9\x5f\x7f\x9d\x65\xa4\x33\xc6\x80\x31\x63\xf6\x6c\x7c\xdf\xbd\ \xf2\x2b\xaf\xc8\xcf\xbf\xe0\x97\x65\x63\xfa\xf4\x4b\x48\x0a\x8c\ \xf0\xff\x9f\x10\x62\xe8\xd6\x48\x7e\xd2\x7c\x24\x99\xe0\x5a\xb3\ \xc4\x18\x63\x9a\xae\xab\xaa\xaa\x62\x4c\x76\xef\x86\x9f\xfc\xc4\ \x18\x35\xca\xf3\xb7\xbf\xb2\x94\x64\x70\xbb\x91\xc7\x83\xbc\x5e\ \x70\xb9\x68\xff\xfe\xbe\xf7\xdf\xa3\xbd\x7a\xc9\xaf\xfc\x14\x17\ \x16\x82\x24\x7d\x8b\xb2\x04\x60\xf4\x63\xc5\x90\xa6\xeb\xdc\xc4\ \xf9\x5c\x52\xdf\x1b\x24\x65\xf3\x1c\x6a\x68\x90\xfe\xdf\x2f\xc0\ \x64\x56\xff\xf4\x47\x08\x0f\x07\xbf\xff\xb2\x0b\x7c\x3e\x96\x92\ \xea\x7f\xf3\x0d\x68\x6e\x96\xfe\xe3\x3f\xc0\xe7\x03\x8c\x03\x30\ \xfa\xb7\xe7\x43\xc0\x34\xbf\x6e\x0e\xe5\xe6\xbc\x22\x0e\x9e\x78\ \x05\xb3\xbe\x86\x4e\x12\x44\x61\xf1\x62\xee\xd0\x21\xff\xef\xfe\ \x93\xf6\xee\x7d\x25\x86\x5a\xc5\xeb\xa5\x43\x87\x6a\xaf\xbe\xca\ \x7f\xb9\x9e\xff\xf2\x4b\xd6\x73\x85\x14\xa0\xd8\x3f\x0a\x69\xcd\ \xe7\xa7\x8c\x12\x02\x88\xa5\xe4\xf0\x13\xe7\x73\x29\xfd\x40\xf3\ \x75\xcd\x63\x98\x24\xe1\xf2\x0a\xf3\xb8\x71\x24\xbb\xbf\x6f\xf9\ \x72\x10\x04\xb8\xde\x30\xbe\x20\x80\xd3\x69\x9a\x36\x0d\xe9\x86\ \x67\xeb\x16\x66\xb5\x5a\x24\xa9\x07\x14\x9b\x78\x03\xb3\x66\x7f\ \xd8\x00\x02\xc4\x38\x1e\x04\x99\x59\xc2\x58\x68\x2c\x3f\x64\x0a\ \x97\x39\x14\xc9\x26\x50\xbd\x37\x56\x12\x1c\x27\x2c\xfa\x14\x35\ \x34\x68\x2f\xbf\x0c\x26\x13\xf8\xae\xaf\xba\x74\x1d\xc2\xc3\xb5\ \x97\x5e\x56\x1e\x79\x44\x58\xbd\x5a\x7b\xe2\x89\x9e\x69\xa3\xfa\ \xf5\x1f\x04\xda\xea\x87\x0c\x23\x84\x30\x48\x26\x6c\x09\x46\x31\ \xa9\x5c\x64\x22\x00\x03\x42\xa0\x3b\x2b\x2f\xf0\x3c\xb2\xdb\x4d\ \xa3\xc7\xd0\xc1\x83\x7d\x2b\x96\x83\xae\xdf\xc0\x05\xe3\x79\x50\ \x55\xf3\xe4\xc9\x4c\x37\xbc\x5b\xbe\x31\x85\x47\x70\xdd\x8e\x6b\ \xf3\xf2\x94\x87\x03\x6d\xf5\xe3\xb0\x68\x44\xef\xd1\x14\x47\x26\ \x8a\xc2\x9a\xb5\xb8\xae\xce\xff\xd8\x63\x8c\xe7\x91\xa6\xdd\xe0\ \x06\xc3\x60\x41\x41\xea\xe3\x4f\x28\xcf\x3c\xc3\x6f\xd9\x02\xf7\ \xdd\xdf\x03\x6d\xe4\x0c\xec\xee\xf8\x6f\x29\x3c\x0f\x6e\xb7\x69\ \xfa\x0c\xc0\xd8\xfb\xd5\x57\x60\x36\x41\x77\x92\x1b\x05\x01\xd5\ \xd5\x99\xc6\x4f\x24\x7d\x32\xf1\xda\x75\x5d\xe4\xbb\x05\x3c\xb5\ \xff\x1b\x1a\x4c\x14\xb9\xe3\x27\xb8\x93\x27\xf5\x79\xf3\x58\x68\ \x08\x74\x33\x41\x56\xd7\x69\x7c\xbc\x31\xe7\x4e\x7e\xf7\x6e\x5c\ \x52\xd2\x03\xd0\x5e\xd2\x4b\x08\xa1\x1f\xc6\x14\xcc\x80\x7c\x47\ \xa1\x8c\x21\x4a\xf9\x35\x6b\x98\xd5\x6a\x4c\xbf\xed\xc6\xe6\xac\ \xb3\x79\x22\x44\x9f\x3d\x5b\xf8\xfb\xdb\x68\xdd\x3a\x78\xf5\xd5\ \xee\xde\xe5\x71\xbb\x5a\x13\x2e\x0f\x1d\x3a\xb4\xe8\xd3\x4f\x14\ \xc5\x14\x68\x86\x1f\x35\x8d\xc2\x08\xbd\xfa\x8b\xd7\x82\x29\x95\ \x47\x8f\x31\x86\xe6\x56\x2d\xfc\x33\xf4\x04\x46\x0c\x63\xa4\xeb\ \x51\xf7\xdf\xaf\xf0\x3c\xec\xdc\x09\x42\xb7\xe6\x52\xf2\x1d\xaa\ \xc8\xef\xf7\xd7\xd6\xd6\x98\xbb\xbd\xa1\x5f\x40\x7e\x88\x30\x62\ \x0c\x63\x6c\x08\x02\xb7\x6b\x17\xaa\xa8\x30\x7e\xf7\x3b\x82\x31\ \xeb\xd1\x94\x0f\x84\x98\xa2\x78\xa6\x4c\x51\x16\x2e\x84\x93\x27\ \x61\xc8\x90\x1e\x1b\x35\x9e\x17\x3a\xf2\x76\x3b\xe6\xc8\x75\x58\ \xba\xab\xcf\x74\x3e\x7d\x95\x41\x6c\xcf\xb1\xe8\x3c\xd9\xee\xaa\ \x67\x21\x84\xae\x58\xca\x1b\x21\x74\x8d\x7b\x2e\x9d\xb8\x86\xe1\ \xbd\xac\x60\xd7\x78\xda\xb5\x4b\x79\x9d\xd7\x01\xc6\xd8\x95\xbf\ \xd1\xb9\xb4\x70\xf9\x2b\x75\xbe\xf4\xb2\xac\x92\x8e\x0f\x97\xdf\ \x7c\xcd\xda\xb8\xb9\x30\xe2\x38\x44\x29\xbf\x79\x33\x8b\x8a\x22\ \xb9\xb9\xa8\x35\xed\xb3\x67\x46\x91\xfa\x46\x8e\xa4\x7f\xf9\x0b\ \xde\xb2\xa5\x9b\x30\xba\x2e\xc5\xc6\x9c\x20\x2b\x8a\x2c\x09\xcc\ \xd0\x0d\x42\x01\x80\xe3\x05\x59\x51\x64\x51\xa0\xba\x66\x50\x86\ \x00\x0c\x5d\x33\x28\x92\x64\x59\x12\x79\xa2\x6b\xad\x97\xb5\xd7\ \x11\x6e\xcb\x96\xc1\x9c\x28\xc9\x8a\xa2\x28\x8a\x22\xf2\x18\x18\ \xd3\x35\x8d\x20\x4e\x92\x65\x49\x14\x00\x40\x90\x64\x45\x51\x44\ \x9e\x17\x44\x49\x51\x14\x81\xe7\x00\x10\x2f\x88\xad\xb7\xc8\x12\ \x0f\xc0\x00\x73\xa2\xa4\x28\x8a\xcc\x23\xaa\xa9\x5a\xa7\xdd\x75\ \x98\xa1\x1b\x80\x79\x59\x96\x45\x81\x47\x08\x09\xb2\xa2\x28\xb2\ \xc0\x73\xed\x4f\xc3\xd4\xd0\x75\x83\x08\xa2\x2c\xcb\x22\xa2\xba\ \xa6\xb7\x45\x5c\xda\x5f\x87\x27\x86\x6e\xb4\x3f\x91\x51\x0a\x80\ \x19\xbd\xf4\x59\xd7\x34\x86\x79\x59\x96\x25\x91\x6f\x6f\x0d\xdc\ \xfa\x70\x45\x51\x44\x81\xeb\xfc\xc6\x97\xbf\x3e\x62\xc4\x30\x08\ \x13\x24\x59\x96\x24\xbe\x2d\xb1\x13\x0b\x62\x47\x6d\x7c\x2f\xf3\ \x36\x19\xcf\x63\xbb\x1d\xef\xde\x63\x8c\x18\x41\x93\x93\x7a\x64\ \xd1\xda\xca\xae\x69\x5a\xaf\x5e\xa4\x7f\x7f\xd8\xbc\x19\xba\x97\ \xa0\x7d\x8d\x44\x11\xa2\xfa\x6d\xd9\x93\x5f\x78\x6c\x16\x6d\xa8\ \x47\x9c\xe0\xa8\x3a\xb3\x7a\xc9\x4a\x4f\xe6\xd4\x97\x1f\x9a\xa8\ \xd6\x35\x62\x41\x68\x38\x7f\x78\xf5\xea\x6f\x6a\x9c\x6a\x68\xfa\ \xb0\xb9\x77\xde\x96\x18\x8c\x01\x09\x0d\xc5\xfb\x96\xaf\xda\x6c\ \xf7\x32\x9e\x03\xc3\xaf\xf5\xb9\xeb\xf9\x49\x21\x85\x6f\x7d\x7c\ \x70\xf6\x6b\xff\x95\xab\xb4\xb4\x78\x0d\x8c\x48\xc1\xee\xcf\x96\ \x6d\xb9\x90\x32\x6c\xea\xdd\x33\xc6\x86\x08\x04\x61\xed\xe0\xe6\ \x6f\x20\x65\x70\x76\x52\x94\x35\x22\x52\xd0\x1c\x4d\x0e\xdf\x99\ \xbd\xeb\xca\xc4\x31\x8f\x4c\x49\xae\x6f\x74\x30\x8c\x9b\x2f\xee\ \xff\xe4\xf3\xe3\xf7\xfc\xe2\xe7\x99\x92\xc7\xa9\x01\xd2\x5d\xc7\ \x77\x6e\xd8\x76\xb8\xc0\xc0\x22\x46\x8c\x18\x2c\x2e\x67\xe2\xbd\ \xb3\x27\x98\x89\x86\x8c\xba\xaf\xd6\x7c\x13\x3e\x7a\xf6\xa0\x68\ \x25\x38\x22\x8a\xb9\x1b\x1c\x1e\x35\x7f\xe3\xe2\xf5\xe7\x7c\x33\ \xef\x7d\x20\x37\x35\x94\x00\x26\x8d\xe7\x37\xac\x5a\x71\xb8\xb4\ \x29\x65\xd8\xdd\x2f\x2d\x18\xd5\x52\xd7\x88\x45\xa9\x21\x7f\xf7\ \x17\x5f\xed\x68\xf0\x23\x44\x54\x1c\xde\xf7\x95\xff\xf7\x8a\x67\ \xc7\x9f\xdf\x5a\x9f\x2f\x4a\xbc\x6e\xa0\x8c\x91\x77\xdc\x31\x79\ \x98\x05\x1b\x1c\x26\xc7\xb7\x2f\x5f\xb1\xbd\x7c\xfa\x93\xbf\x99\ \x98\x4a\x1a\x5d\x3e\x8c\x51\x49\xde\x57\xab\x37\x1d\xa3\x1c\x26\ \x4a\xdc\x82\x17\x9f\xac\x5e\xf7\xf6\x96\x33\xb5\x04\x4c\xd3\x16\ \xbc\x90\x51\xbf\xfe\xed\xed\x0d\x77\x3c\xf0\xf0\xb0\x34\x8b\x4a\ \xb1\x3d\xef\xcb\x0f\xbf\x2a\x98\xf5\xe4\xcf\x46\x24\xb0\x46\xb7\ \x86\x31\x14\xed\x5c\xbb\x6e\xcf\x29\x2a\x88\x37\x59\x27\xf1\x3c\ \x2e\x2a\x86\x0b\x17\xc8\x4b\x2f\x01\xc7\x5d\x19\x72\x44\x58\x14\ \xc5\x2b\xf2\xe1\x18\x25\x9a\xa6\xb3\xce\x3a\x4d\x51\xd8\x94\x29\ \xf0\x97\xbf\x40\x45\x05\xa4\xa6\x7e\x1b\x18\x31\x46\x25\x5b\x98\ \xac\x5f\x78\xef\x9d\x77\xeb\x71\xf4\xec\x27\x9f\x9f\x7f\x47\xd9\ \xa2\x2a\x1b\xe7\x2e\xfa\xf8\xad\x8f\xdd\xe6\xd4\x07\x9f\x7b\xf6\ \xfe\x09\xe7\xdf\xd8\x46\x1f\x7f\xe2\x11\xfd\xf8\xb2\x7f\x2e\x3a\ \x63\x98\xa2\x67\xde\xff\xd8\x8b\x0b\xd8\xeb\xff\xfc\xca\xcf\x44\ \x60\x4c\x30\x59\xac\x16\x09\x40\x0c\xb5\x91\xc3\xab\xde\xfb\xe2\ \x40\x8d\xa2\x88\x8c\xf8\xc3\xfa\x4c\x7e\xe1\x91\xdb\xcf\x7c\xf5\ \xe1\x67\x47\xcb\xe5\xe0\x30\xc1\x70\xd8\x8f\x9f\xdb\x89\x95\xdb\ \x5e\xfc\x69\x5c\xd9\x97\xef\xaf\x39\xab\xe9\xea\xa0\x79\xb3\xeb\ \x0b\x76\xbe\xf9\xaf\xf5\xcc\xa4\x60\x60\xba\x1c\x1f\x63\xa3\x79\ \x2b\xdf\xdf\x50\xa0\xa5\xf4\x1d\x7d\xdf\xfc\x97\x2c\xe8\x4f\x2b\ \xf6\x9d\x47\x02\xd2\xf8\xb8\x39\x77\xcf\x85\xbc\xf7\xfe\xb8\xb9\ \x38\x22\x3a\xdc\xef\xa8\x3f\xbb\xe4\x9d\x3d\x72\xd8\x3d\x2f\xbd\ \x4a\xf6\xac\xfc\x62\x4f\x91\x0e\xca\xf4\xa7\x7f\x35\x0c\x9f\xf8\ \xf4\xdd\x45\x8d\x9a\x94\x33\x65\xc1\xc3\x4f\x3c\xd6\xfc\xfb\x3f\ \x22\x6b\x24\x5f\x9b\xff\xe9\xdb\x8b\x5c\xd6\x8c\xf9\x2f\x3e\x77\ \xa7\xbb\xee\x5f\xeb\x4e\x10\xcc\x0d\x1e\x3e\x36\xc8\x68\x0a\x19\ \x72\x6b\xea\xce\xb3\xc5\x4e\x35\x36\xf7\xae\x27\xef\xbf\xe5\xc0\ \xd2\x77\x77\x17\xd6\x9b\x83\xc3\x05\xa3\x9e\x71\xa2\x2d\xdc\x9c\ \xbf\xed\x5f\x9f\x7c\x73\x46\x54\x64\x40\x80\x44\x11\x11\x03\x10\ \x67\xb6\x05\x4b\x02\x6e\xdd\xa5\x55\x31\x5b\x4d\x8d\x90\x38\x6a\ \xd6\xc4\xbe\xf8\xed\xff\xfe\x9f\x5a\x2e\x2c\x9c\xf7\xea\x48\x0c\ \xb6\x59\x8a\x36\xfe\xed\xbd\x7d\xe5\xb2\x28\x22\x60\xec\xa6\x63\ \x08\x21\x60\x8c\xdb\xb9\x03\x44\x91\x8c\x19\x7d\x85\x2a\x42\x08\ \x33\xcd\x71\x78\xf7\xa1\x2a\xd7\xa5\xcc\x6b\x46\x88\x25\xae\xd7\ \xd0\x9c\x2c\x0b\x26\xa4\x03\x4a\x84\xc0\xe4\xc9\xf0\xfa\xeb\xb0\ \x6b\x57\x77\x60\x84\xaf\xc7\xf8\x75\x9f\xab\xde\x6e\xaf\xad\xa9\ \x6a\x68\xf6\x5b\x82\x4c\x18\xa8\xe6\x73\xd8\x6b\x6b\x2a\xcb\x2f\ \xd4\x35\xfb\x65\x49\xea\x35\x6a\x5c\xb8\x71\xfc\xa3\xcf\x37\x57\ \xd4\x35\xd5\x14\xe5\x7d\xb6\x64\x35\x64\x4f\xec\x1b\x63\x21\x84\ \xb6\x5a\x07\x42\x19\x00\xd5\x89\x10\x9b\x3e\x60\xf8\xf0\x11\x43\ \x06\xf5\x91\x29\x9f\x33\x79\x9c\xaf\x64\xd3\x67\x5f\xee\xab\x6d\ \x6c\x2c\x2f\x29\x28\x2d\xaf\xf3\xf9\xbd\x2d\xcd\x2d\x5e\xbf\xea\ \xf7\xb8\x9a\x9b\x5b\xbc\xaa\x46\x0c\x62\x89\x48\xcc\x1d\x31\x22\ \x37\x77\x68\xb2\x4d\x30\x08\x25\x86\xee\x71\x3b\x1d\x8d\x75\xc7\ \xb6\xad\x5c\xf9\x75\xd9\xb8\x09\x23\x43\x24\x4a\x01\x61\xe2\x2d\ \xaf\xb2\x87\x64\xf4\xcd\x88\x36\x55\x16\x9d\xab\x6e\xf0\x68\x5e\ \x57\x73\x8b\xc3\xa7\xaa\x3e\xb7\xab\xb1\xb1\x51\x88\xea\x77\x6b\ \x86\x6f\xd5\x67\x9f\x9d\x3c\x6f\x6f\xb4\x97\x6d\xf8\xec\xfd\x12\ \x21\x7e\xcc\xb0\x64\xa2\x1a\x7e\xb7\xa3\xae\xb6\xa6\xe2\xe2\xf9\ \x5a\x8f\x61\x0e\x32\x23\xaa\x73\x41\x29\xa3\x72\x22\xbf\xfa\xd7\ \x9b\xfb\x5a\xa2\xc7\x0e\x4d\xd5\x54\x69\xdc\x84\xa1\x8e\xa3\x9f\ \x2f\xdb\x7a\xbc\xbe\xb1\xf1\x7c\xc1\xf1\x53\x05\xd5\xc0\x21\xa2\ \xd3\x88\xa4\xac\x61\xc3\x47\x0c\x19\x34\x30\x42\x62\xed\x06\x91\ \x51\x42\x3a\x7a\x3e\xa5\x84\x21\x70\xda\x2b\x5a\x50\x58\xbf\x7e\ \xbd\x78\x77\xd5\xd9\x92\x72\x1d\x30\x21\x2c\x2c\xb5\xdf\xb0\x61\ \xc3\x87\x0c\xea\x13\xac\x30\x42\xbf\x87\xa5\x10\x74\x9d\xdb\xbf\ \x1f\x86\x0c\xa1\xf1\xf1\x57\xe4\xf9\x23\xcc\x69\x8e\x8b\xdb\x76\ \x1c\xa8\x6e\xf1\xb8\x9c\x0e\x87\xc3\xe1\x74\xb9\x9a\xed\x65\x3b\ \x77\x1e\xac\xf7\x21\xae\xb3\x8e\x22\x04\x7a\xf5\x82\xcc\x4c\xd8\ \xb5\xeb\x5b\x1a\x35\x00\x20\x44\x57\x62\x07\x3c\xf1\xd3\x5f\x32\ \x73\x44\xb4\xc9\xb1\xf2\xed\xc3\xfe\x8c\x3b\x6c\x09\xb9\xcf\xbe\ \xfa\x6b\x39\x22\xc1\xe2\x2b\xf8\x68\x43\x7e\xf8\xed\x13\x34\xe7\ \x39\x37\x13\x25\x91\x67\x48\xd6\xdc\x8d\x4d\x9a\x39\xd8\x24\x31\ \xf0\xa3\xb6\x4c\x6b\x04\xc0\x08\x88\xe1\x71\xc9\x19\xe0\xe5\x58\ \x73\xe9\xb1\xa2\x70\x2b\x76\x54\x56\xe9\x58\x91\x84\x0e\xaa\xc1\ \x38\x8e\xc3\x08\x21\x8c\x39\x8e\x03\x84\x28\x01\x4b\x70\x54\x7a\ \x46\x2f\xc6\xf3\x5c\x6d\x7e\x7e\x0b\x03\x00\x8c\x39\x8e\xe7\x05\ \xc4\x1c\xb5\xe5\x78\x9c\x4d\x12\x30\xa8\x9c\x88\x5a\xbe\x5a\xf4\ \xcf\xc6\xf1\xe3\x27\xdd\xfb\xec\x2c\xcf\xf9\x55\xcb\x56\x9e\xab\ \x75\x73\x1c\x87\x5a\x9f\x86\xb1\x62\x09\x13\xdd\x8d\xcd\x1e\x43\ \x92\x44\x9e\x67\xbc\xdf\x59\xeb\xd6\x42\x42\x82\x69\xb9\x2f\xb4\ \xf7\xf0\xa7\x7e\x1e\x25\x87\x27\x9b\x5c\x87\x17\x6f\x3d\x46\x10\ \x4e\x1a\x34\x26\x9a\x54\x96\x54\x36\x39\x0a\x2b\x17\x0c\x1f\x1e\ \xb6\xb3\x21\x58\xe2\x9b\xaa\xed\x4c\x94\x39\x44\x43\x33\x27\xdd\ \x92\xce\x36\x6c\x39\xae\x1b\x38\x24\x3a\x21\xdd\xaf\x70\xa0\x3b\ \xcf\x9f\xac\x70\x12\xdc\x4e\x98\x69\x7b\x06\x2a\x63\x8c\x93\xa4\ \xc6\x13\x9b\xde\xff\xc8\x77\xeb\x98\x49\xcf\x8d\x9f\x79\x6e\xdb\ \x8a\xe5\xbb\xeb\x28\x43\x21\xb1\xc9\x19\x2c\x8c\xa7\x2d\xf5\x17\ \xce\xd5\xb4\x18\x1c\xbe\x99\xfa\x88\x62\x1c\xe1\x74\xc9\x27\x4f\ \x19\x3f\xfb\x19\xc8\xf2\xd5\x69\x21\xba\xea\x93\xe3\xb2\xee\x7a\ \xe8\xb1\x04\xce\xa7\x51\xc0\x9c\x60\x34\x9c\x7b\xef\xd3\x6d\xaa\ \x4e\x2f\x9b\x30\x49\x08\x04\x07\xc3\xe0\xc1\xb0\x6b\x17\x38\x9d\ \x60\xb5\x7e\x1b\x18\x61\x8c\x0d\x57\xdd\x91\xbd\x3b\x6a\x5a\x9c\ \xf5\xb5\x35\x8d\x4d\xee\xa4\xbe\xa2\xdf\x51\xb5\x77\xc7\xee\xec\ \x39\x0f\x5b\x5c\x17\xcb\xeb\x1b\xb5\xea\x66\xd3\xc0\x7e\x71\xe6\ \x75\x25\x5e\x0d\xe9\x6a\x54\x5c\x46\x1c\x5f\xb7\xa1\xa1\x45\xd3\ \x74\xac\x1b\x18\x03\x46\x94\x01\x2f\x41\xcb\xc1\x4d\x4b\x96\xef\ \xad\x96\x65\x01\x80\x4f\xb4\x6b\x23\xe2\xb3\x82\xf0\x7e\xa7\x06\ \x3c\x30\xc0\x9c\xc0\x5f\xa1\x11\x91\x20\xa1\x8b\xa7\x77\xbd\xff\ \xce\x5a\xaa\x28\x3c\xcf\xf1\x41\xc1\x00\x8c\x10\x43\xd7\x34\x00\ \x21\xa5\x5f\xb6\xa7\xfc\xb0\xdb\x4f\x11\x46\x18\x71\x6a\xf3\x85\ \xcd\x4b\x3f\xd8\x6a\x8a\x98\xfd\xf4\x6f\x1e\x9d\x3b\xe6\x57\x7f\ \x5f\xe7\xe9\xe4\xd4\xb9\x1b\xcb\x1d\x41\x63\x53\xa2\x6d\xf9\xa7\ \x9b\x40\xa0\x60\xcb\xee\x15\x2a\xe7\x57\x54\x83\x34\xcc\xd7\x50\ \xbe\x6f\xc7\xee\x9c\x39\x7d\xa4\xa6\xaa\xb2\xea\x16\x43\x8a\x19\ \x96\x9b\x65\x0e\xf2\x2d\x78\xf9\x15\xc0\x8a\x2d\x35\x2d\x27\x66\ \x53\x59\x93\x67\x5c\x46\x2f\xd9\x38\xe7\x23\x2c\x22\xbc\xef\x98\ \xa1\x78\xdb\x37\x47\x39\xd1\x38\xb9\x7d\xf5\x07\x5f\x9f\x16\x65\ \x99\x93\x24\x89\xe7\x18\x05\x4a\x0c\x62\x88\x36\x89\xd3\x54\x3f\ \xe1\x2d\x8a\xc5\x46\xaa\x0c\x0c\x7a\xf1\xe1\xaf\x0b\xf3\xb6\xc5\ \x0f\x9e\xf1\xf3\x17\x1f\x2b\x2c\x79\x8b\x51\xed\xcc\xe6\x65\xff\ \xdc\x73\x51\x16\x04\x5e\x94\x45\xe1\x26\x8f\x22\x18\x08\x25\x35\ \xd4\xcb\x82\xa0\x8f\x1e\xc5\x78\xfe\xaa\xb1\x58\x26\x99\x6d\x9c\ \xc7\xd1\xd0\xec\x89\x09\xa1\x9a\x4e\x39\x11\xbb\x9b\xaa\x5d\x48\ \xb4\x98\x04\xc6\xb4\xce\xce\x1a\x70\x1c\x4c\x9c\x08\x6b\xd6\x40\ \x7e\x3e\x0c\x1f\xfe\x2d\x60\xc4\x30\x2f\x71\xa4\x25\xff\xe4\xf1\ \x7a\x22\xf1\x1c\xe6\x38\xcc\x0b\x12\xd6\x5b\x0a\x4e\xee\x3f\x5a\ \xad\xff\xbf\x5f\xbf\xf0\xd0\xcc\xf3\xff\xda\xb1\xfe\x78\xee\x2f\ \x9e\x7e\xe1\x99\x8d\xbb\x8e\xe9\x41\x49\x53\x6f\xbb\xa5\x78\xe3\ \xc7\xcd\xb6\xec\xd9\x23\xc2\x6a\x1b\xd1\x94\x9c\xe4\xc6\x1d\xeb\ \x54\x40\xbc\x12\x92\xd6\x67\xe0\x30\x23\x51\x96\x78\x57\x63\xe5\ \x99\x4d\x5f\x4e\xf8\xd9\xd3\x2f\x3c\xad\x6d\x3f\x5a\x2a\xd8\xc2\ \xc1\x59\x7e\xf4\x78\x21\x05\x5e\x90\x64\x51\xc0\xc0\x00\x80\x01\ \x92\xa2\x13\x7b\xe5\x0e\x1f\x4e\x65\x05\xfc\x8e\xb2\x4a\xc2\x29\ \xc1\x29\xbd\xb3\x07\x4b\xac\x57\xce\xa8\xd1\x03\xe8\xda\xbf\xef\ \x72\x11\x41\xc4\xc4\xe0\xc2\x46\x4e\x9a\xac\x18\xf5\x75\x2e\x21\ \x3e\xc2\xe4\xad\x54\x19\x03\x06\x48\x90\x14\xcc\x61\xc4\xf1\xde\ \x9a\xd3\xeb\x76\xd6\xde\xf5\xd8\x8b\xca\xa6\x2d\xd5\x7e\x53\xee\ \x84\xdb\xcd\x17\x0f\x6e\x3d\x52\x13\x35\xd9\x8c\x7d\x2d\x45\x27\ \xf6\x1c\xa9\x61\xaf\xfd\xe6\xc9\xbb\xc7\x16\x7d\x69\xcf\xc8\x4d\ \xf0\x7f\xfa\xa7\x37\xf3\x9b\x0c\xaa\x73\x93\x9f\xf9\xd5\xd4\xe9\ \x39\x0b\xd7\x6f\x1e\xf9\xea\x83\xcf\x3d\x26\xee\x39\x71\x3e\x2a\ \x2b\x0e\x48\x39\x03\xe0\x78\x73\x72\xef\xec\xa1\x2d\x66\x41\x92\ \x74\x67\x43\x59\x79\x95\x86\x30\x78\xeb\x4e\x9f\x2e\xbb\x7b\xee\ \x03\xf5\x78\x2b\x89\x1b\x32\x26\xc5\xb7\x74\x65\x59\x78\x9f\x91\ \x43\xd3\x43\xed\x95\xb5\x41\xe9\x49\xb2\xe1\xd6\x0c\xc6\x4b\xe6\ \xd8\x3e\x39\xc3\xb4\x68\x51\x10\x74\x67\x6d\x69\xb9\xdd\x80\x9b\ \xa6\x8e\x18\x00\x43\x28\xb9\xae\x1e\x47\x44\x18\xa9\xa9\x48\xd7\ \xd9\x95\x8e\x3c\x35\x85\x24\xf6\x0e\x73\x6e\xfc\xf2\x9b\xf0\xd9\ \xe3\x6c\x22\x52\xeb\x4b\xd6\xaf\xdf\xa5\x24\x4c\x8e\x35\x53\xa2\ \x5d\x65\x61\x07\x0c\x00\xc6\xe0\xc4\x89\x1b\xc2\x88\xfb\xe5\x6b\ \xaf\x31\xc6\x04\x41\xb8\x78\xf1\x62\xde\xe1\xc3\xa2\x28\x32\xc6\ \x04\xb3\xcd\x82\x3d\x45\xe7\x2e\x18\x88\xc3\x18\x01\x63\x82\x25\ \xd8\x4c\x5b\x8a\x8b\xab\x54\x57\x5d\x79\x0b\x97\x9a\x12\x5a\x76\ \xf2\xc8\xd1\x53\x67\x68\x68\xda\xc0\xec\xac\xc4\x28\xf3\xe9\xed\ \x2b\x97\x7f\x7d\x82\x0f\x4d\x1a\x34\x6c\x78\x66\x6a\x5c\xc3\xa9\ \x2d\x5f\x6c\x3e\xaa\x63\xde\x12\x16\x1f\x17\x15\x9b\x9a\x9a\x96\ \x9c\x92\x62\x93\xfc\x67\x0f\xed\xc9\x3b\x57\x11\x9e\xd6\xbf\x5f\ \xef\xb4\xb8\xa8\xe0\x96\xaa\xf3\x17\xaa\x1b\x09\x70\x41\x61\x21\ \xde\xaa\x92\xd2\x2a\x27\xc2\x48\x34\x85\xc5\xc5\x44\x26\xa6\xa6\ \xa7\xa4\x24\x27\x85\x07\x55\x9c\x3b\xe3\x0b\x8a\x8f\x8f\x4f\x4e\ \x4d\x8e\xe7\x5d\xe7\xd7\x2e\x5e\x7c\xbc\xdc\x29\x88\x3c\x02\xc6\ \x90\x18\x9b\xd6\x6f\x60\x4e\xbf\xf4\x94\x24\x6f\xd9\x9e\x65\x5f\ \xee\x71\xe8\x18\x73\xbc\x2d\xc4\xd6\x7c\x21\xbf\xb2\xd1\x23\xf0\ \xac\xfc\xcc\xd1\x1a\xdd\x3a\x60\xe0\xc0\xd4\xa4\x18\x57\xd1\xce\ \xcf\x56\x6e\xac\x53\xb1\xd9\x1a\xa2\x90\xc6\x82\xb2\x6a\x8f\xc3\ \x5e\xd5\x22\xf7\x8e\x33\x39\x35\x59\x6c\x2a\xd8\x73\xb4\x50\xa3\ \x98\x19\xde\x46\x0f\x17\x13\x6e\x2d\xda\xbb\xf1\xe0\xb9\xba\xb8\ \xac\x9c\x7e\xbd\x33\x22\x64\xd7\x91\x03\x7b\x0a\x2a\x1a\x65\x6b\ \x54\x5c\x7c\x4c\x4a\x6a\x5a\x72\x4a\x72\xb4\x6c\x94\x16\x97\x78\ \x18\x2f\x72\xa4\xa2\xe8\xac\x53\x8c\x1b\x32\xb0\x5f\x6c\x90\xb6\ \x75\xe5\xe2\x7d\x85\xf5\xe6\xb0\x84\xec\x41\x83\xfb\xf4\x4e\x8f\ \xb5\xa8\xdb\x56\x7c\x9e\x77\xc1\x15\x1c\x1e\x1e\x11\x9f\x98\x92\ \x9a\x9a\x9c\x9c\x1c\x23\x7b\xf2\x8b\xcb\x75\x76\xd3\xc6\xa0\x28\ \x42\x8a\x41\x66\x9e\x38\x19\x99\x9d\xad\x3e\xf9\x24\x18\x06\x30\ \xe6\xf5\xfa\x2e\x73\x9f\x78\x25\x21\x21\xa2\xfc\xd8\xf6\x0d\x9b\ \xb7\x1f\x38\xb8\x7f\xf7\xbe\x23\x34\x66\xc8\xdd\xb7\x8f\x0d\x42\ \xc6\x15\xa9\x27\x36\x9b\x8d\x0b\x0b\x83\x25\x4b\x40\x55\x61\xce\ \x9c\xae\x83\x4f\xc8\xe3\x76\x13\x62\x98\x4c\xa6\x5d\xbb\x76\xbd\ \xf3\xf6\xdf\xcd\x66\x33\x20\xc4\x74\xd5\xaf\x33\x59\x91\xda\xa7\ \xfe\x21\xaa\xab\xaa\x01\xb2\x2c\x21\x60\x44\x57\x35\x82\x64\x59\ \x02\x6a\xe8\xba\x66\x10\x06\x00\x1c\x2f\x8a\x22\x0f\xc4\x50\x35\ \x8d\x32\x40\x98\x97\x24\x91\x43\x4c\xf5\x79\x0d\x86\x2e\xc5\xa2\ \x64\x81\x1a\xba\xa6\xe9\x94\x41\x6b\x7c\x48\x14\x38\x04\xa0\xf9\ \x7d\x94\x13\x25\x91\x03\x06\x44\xf7\xfb\x35\xd2\x5a\xb9\x08\x73\ \x92\x24\x1a\x7e\x9f\xc1\xda\x48\xa2\x20\x08\xfc\xa5\x15\xa8\x98\ \xae\xa9\xba\x41\x5b\xbf\x12\x45\x91\xc3\x08\x01\x53\xfd\x3e\xe0\ \xdb\xd5\x1b\x63\xba\xae\x19\x06\x61\x00\x98\xe3\x5b\x6f\x27\xba\ \x5f\x35\x90\x2c\x4b\x18\x98\xa1\xfb\x35\xca\x89\x1c\xd3\xda\x5f\ \x10\x00\x51\xc3\xdf\xfa\xbe\xcc\xd0\x35\xbd\xb5\xb4\xc0\xf1\xa2\ \x24\xf2\xba\xea\xd5\x48\x1b\x91\x40\x1c\x2f\x4b\xad\xb7\x00\x30\ \xaa\x69\xaa\x41\x58\xc7\x7b\xb1\xf6\xda\x68\x3f\x83\x35\xbf\xaf\ \x83\x84\x20\x4e\x90\x25\xe1\x26\x32\x23\x9d\xe3\x22\xdd\xee\x5f\ \x6d\xd8\x14\xf6\xd3\x57\xdc\xbf\xff\x3d\x72\xb9\x18\x63\x0d\x0d\ \x8d\x97\x45\x64\x19\xe3\x24\x93\x0c\xde\x0b\x65\x17\x1d\x7e\x22\ \x9a\x82\xe3\xe2\xa2\x24\x20\xc6\xe5\x64\x9f\x31\x96\x98\x94\x24\ \x8a\x22\x3c\xfa\x28\x1c\x39\x02\x07\x0e\x80\xc9\xd4\xa5\x51\x43\ \x97\xee\xa4\x94\xb6\x6d\x7f\x84\x79\x49\x02\xd6\x79\x17\x6d\xcc\ \x4b\x22\x30\x4a\x18\x00\xe2\x04\x89\x03\x46\x09\x00\xe2\x05\xe9\ \xd2\x04\x46\x4a\x01\x61\x51\x92\x2f\x85\x23\x18\xf0\x92\xd2\xd9\ \x70\x52\x42\x01\x71\xa2\xc4\x75\xd6\xb4\x00\xd0\x7a\x8a\x12\x0a\ \x00\x88\x13\xdb\xe6\xc8\x77\x74\x21\x49\xe6\x2f\x57\xce\x97\xd4\ \x29\x2f\x72\x7c\xa7\x08\x08\x65\x00\xc0\x8b\x32\xb4\x3f\xad\x35\ \xd2\xc8\x5d\x5a\x7a\x8b\x11\x42\x00\x0b\xad\xaf\x43\xe0\x52\x71\ \x3a\x5e\xb0\x35\xc4\x28\x89\xc0\x2e\x5f\x95\x94\x00\x00\x20\x00\ \x49\x44\x41\x54\x28\x05\x7c\x65\x69\x39\x41\x56\x84\xcb\x82\x2e\ \x1d\xb5\xd4\xb9\x36\xe8\x15\xb5\xd1\xba\x7c\x87\x78\xd9\x8b\x30\ \x7a\x33\x5d\x35\x03\xe3\x70\x97\x2b\x4c\x55\xf5\xfe\xd9\xd7\x0b\ \x1b\x62\x9e\x37\xdc\x35\x07\x4e\x9c\xa9\x73\xe9\xe6\xe0\xc8\xbe\ \x09\x11\x0a\xa6\x9a\x71\xfd\x52\xe4\xe6\xc2\x92\x25\x50\x53\x03\ \x69\x69\x5d\xc1\x08\x5d\x8a\x5a\xf1\x92\x28\x0a\x42\x60\xe6\xda\ \x8f\x76\x40\x8d\xe3\x7b\x37\xb7\x10\x49\x52\xfb\xf7\x47\xd7\x5a\ \xcb\x11\x21\x8c\x75\xe7\xd6\x15\x9f\x1e\x6d\xe4\xc1\xd7\x4c\xb1\ \xe9\xf0\xa9\xd2\x7b\xe6\xdd\x9e\x60\x41\x3a\xb9\x0e\x92\x86\x0f\ \x07\xc3\x80\xbc\xbc\x1b\xc0\xa8\xf5\x1f\x55\x55\x93\x93\x12\x5f\ \xfd\xf9\xcf\x4c\x26\x73\xa0\x3d\x7e\xac\xf9\x21\x1c\x1f\xf7\xea\ \xab\xaa\xdb\x4d\xc3\x42\xb9\x6b\xe5\xcb\x22\x8e\x77\x56\x9e\x3d\ \xe3\x08\x7f\xf8\xa9\x3b\x4f\x6d\x58\x1f\x3b\x6c\x6a\xed\xbe\xa5\ \xa7\x8a\x6b\x12\x73\xe3\x81\x5c\x67\xf8\x36\x3e\x1e\x12\x13\xe1\ \xc4\x09\x98\x37\xaf\x5b\x9e\x1a\xa5\x34\x25\x35\x23\x24\x34\x2c\ \xd0\x1e\x3f\x62\x29\xaf\xb2\x27\xc4\xf3\x92\xc8\x5f\xd3\x5c\x32\ \x30\x74\x8d\x93\x4d\x66\x09\x1b\x9a\xcf\x5e\x75\xa1\xaa\x51\x4b\ \x52\xa4\xae\x56\x37\x0d\x0e\x86\x94\x14\x38\x7a\xb4\x07\x51\xec\ \xef\xb2\x88\x64\x40\xfe\xf7\xe5\xfc\x79\x28\x29\xf6\xf5\xed\x4b\ \xaf\x33\xd1\x8c\x51\xc3\x1c\xd1\x2b\xb7\x7f\x2a\x33\xb0\x55\x72\ \xed\xdc\xba\x5d\xea\x35\x76\x50\x7a\x84\xa1\x93\x2e\x46\xe8\x60\ \xc0\x00\xc8\xcf\x87\xa6\xa6\x1e\x87\x1f\x03\xf2\xa3\x94\xc2\x42\ \x50\x14\x92\x99\xc9\x28\xbb\xe6\x24\x10\x06\x0c\xcb\xb6\x94\x64\ \x2c\x70\xf2\xe0\x89\xf7\x98\x93\xab\x43\x52\xfa\x58\x79\x6a\x90\ \x2e\x89\xfe\xc0\x81\xb0\x78\x31\x94\x95\x41\x68\x68\x0f\xc7\xd4\ \x02\xf2\x63\x94\xa2\x22\x90\x24\x48\x48\xb8\xde\x6e\x6b\x18\xf3\ \x9e\x9a\x53\x6b\x36\xec\x56\x65\xb9\xe6\xcc\x9e\xcd\x5f\x6f\xfc\ \x7c\xf1\x92\xb3\x76\xf5\xaa\x81\x84\xcb\x25\x3d\x1d\x74\x1d\x2e\ \x5e\xec\xae\x51\x0b\xc8\x8f\x5b\x8e\x1e\x05\xab\x15\x92\x92\xba\ \x48\x12\x22\x9a\x0f\xb0\x44\x9b\x8a\xb6\x1d\xaa\x9a\xb8\xe0\x99\ \x91\xb1\x46\x59\x85\x1d\xba\x9e\x01\x92\x91\x01\x00\x70\xe2\x44\ \x00\x46\xff\x07\x44\x55\xa1\xb4\x14\xfa\x67\x43\x78\x18\x90\x6b\ \x6f\xbb\xc0\x18\xb5\x46\xa7\x9a\x1c\xa7\xff\xfc\xe6\x07\x9e\x84\ \xdc\x41\x29\xc1\xa2\x25\x34\xd4\x62\xba\xc1\x34\xc8\xf0\x70\xc8\ \xca\x82\x73\xe7\xba\xb8\xec\x06\xdc\xc8\xed\x6c\xc1\xa6\x60\x13\ \x47\x1c\x75\x35\x0d\x2e\x1f\x67\x09\x8d\x8f\x0a\xbb\x14\x6b\x02\ \xa3\xa5\xd9\x6b\x09\xb6\x5e\x3a\x63\x78\x2a\xab\xec\x3a\x92\xc3\ \xa3\xa2\xcc\x9c\x5e\x5f\x5b\xeb\xd6\x98\x2d\x3c\x36\xdc\xda\x46\ \xfa\x88\xa7\x62\xe5\xc7\x9f\x9d\xd7\x63\xee\x79\x7c\x41\x9a\xe5\ \x5b\x84\x70\x69\xc1\xae\x15\xcb\x77\x14\xf7\x9b\x38\x7f\xce\xe8\ \x24\x00\xea\x6a\xaa\xaf\x6f\x72\x81\x60\x89\x4f\x88\x16\x31\x00\ \x68\xb5\x15\xb5\x9c\x2d\x3a\xc2\xda\xb1\x34\xbd\x6e\xaf\xa8\xf2\ \x10\x1c\x1c\x1e\x1d\x6a\xe1\x1c\x0d\x75\x8d\x2d\x1e\x31\x28\x2c\ \x2e\x2a\xe4\xdf\x6a\x1e\x4c\x73\x33\xd4\xd6\xc2\xe4\x29\x40\x28\ \x70\xf8\x3a\x14\x9b\x70\x96\x84\x39\x0f\xcc\xaf\x6c\x26\x49\x19\ \xbd\xcc\x3c\x1b\x36\x79\x0e\x2f\x2b\x1c\xbb\x51\x8e\x63\x9f\x3e\ \x70\xea\x14\xf8\xfd\x70\x59\x5c\xb8\x7b\x30\x6a\x2e\xfc\xe6\x37\ \x7f\x5a\x39\xf5\x3f\xdf\x9b\x1e\x74\x61\xf1\xdf\xfe\xea\x8c\xca\ \x8c\xef\x95\x73\xc7\x94\x51\xd6\xf6\xea\x3f\xbd\x7a\xe1\x1f\x77\ \xc9\x7f\xfc\x9f\x17\xe3\x14\x00\x00\xd2\x5c\xb2\xe8\x83\xc5\x65\ \xaa\x2c\x31\x7e\xe4\xdc\x07\xd2\xbc\x87\xff\xfc\xc9\x9e\x84\xb4\ \xe8\xe6\x26\x3a\x65\xc1\x93\x63\xd2\x6c\x00\x50\xba\x6f\x7d\x31\ \x3f\xf8\xf9\x47\xc6\x58\x4d\xdf\xa6\x11\xa9\xfb\xfc\xc6\xed\x25\ \x93\x1e\x7b\x6e\x48\x54\x10\x00\x00\xad\xfe\xec\xdd\x77\x9b\xf8\ \xf0\xe8\xd8\xac\xd9\xf7\x44\x0b\xaa\x7d\xf3\xea\x75\xe7\x9a\x71\ \xee\x84\x39\x6d\x30\xf2\x37\xac\xf9\xf4\x83\x63\x35\xd4\x24\xd2\ \xd8\xa1\xf7\xce\x1f\xa5\xbf\xf3\x3f\xff\x64\x31\x49\xd4\xd1\x1c\ \x37\x72\xce\x03\x53\x73\xc4\x7f\x1b\x18\x39\x1c\x50\x53\x03\x59\ \x99\x5d\xab\x16\x84\x10\x42\xd4\x59\x5f\xb1\xbf\xa2\x84\x50\x10\ \x45\xc1\x50\x35\x5b\x5c\x46\x4e\x9f\x64\x8e\x5e\x9f\x69\x67\x66\ \xc2\xba\x75\xe0\xf5\xf6\x18\x46\xcc\x5d\xb9\x79\xe7\x99\xe0\x88\ \x78\x99\xa3\xe0\x76\xb0\xa8\x01\x8f\xbe\xf8\x58\x54\xa7\x0b\x5c\ \x17\x0e\xec\xce\xf7\xa4\x24\x44\xb6\x4f\x27\x37\x76\xad\x5e\x56\ \x15\x39\xfe\xb5\x05\xe3\x64\x46\x28\x83\xc2\x1d\xee\xf4\xf1\xf7\ \x3d\x77\xe7\xa0\xa3\x4b\x5e\xdf\xb8\xb7\x64\x4c\xda\x60\x00\x30\ \x3c\xde\xca\xb3\xdb\x3f\xff\xdc\x3d\x7c\x80\x75\xdb\x97\xdb\xb9\ \xcc\x71\x0b\x6e\x1f\x7e\xf2\xab\x45\xbb\x0b\x9c\x7d\x6e\x99\x33\ \x77\x5c\xaf\xc2\xdd\xab\xd7\xee\x38\x23\xa7\x8e\x78\xe8\xde\xc9\ \x21\x02\x02\x80\xe6\x92\x7d\x4b\xbe\xd8\xda\x84\xc2\xa7\xdf\xf7\ \xc8\xe0\x70\xd2\x52\x5f\xb3\x61\xc9\x87\x8e\xdb\x16\x4c\xcb\x8e\ \x00\xbf\x43\x95\x92\xee\x7f\xea\xf1\x64\x33\x00\xb0\xa3\x6b\x97\ \x1d\x68\x88\xbc\x67\xce\xb4\x3e\xf1\xc1\xad\x65\x2a\xd8\xb1\xe2\ \x70\x4b\xe2\xab\xaf\xdd\x17\x22\x32\xcd\x60\xc8\x71\x54\x8c\xcc\ \x7e\xe9\x95\x47\x51\xf1\xd7\xaf\x7d\xb6\xbb\x61\x42\x4e\xac\xf0\ \xef\x02\xa3\xe2\x62\xf0\xf9\x20\x33\xb3\x8b\x8d\x84\x10\xe6\x75\ \x47\xe9\xd2\x8f\x96\xb9\x83\xe3\x22\x83\x44\x4c\xfd\xa5\x05\x05\ \x28\x34\x7d\xb0\x35\x96\x00\xe6\x11\xb9\x2e\x02\xb3\xb2\xa0\xb1\ \x11\x2e\x5e\x84\xb0\xb0\x9e\x71\xa3\x33\x7b\x77\x08\xfd\xa6\x8d\ \xcb\x0a\xa5\x04\xc0\x62\x35\xeb\x75\x1f\x2f\xfc\xfb\xd7\xc7\x2f\ \xb4\xfd\x90\xd6\xbc\x7d\x4f\xd1\xd0\xe9\x33\x53\x82\xb8\xb6\x33\ \xd4\x9e\x5f\xe5\x1f\x7b\x6b\xae\x0c\x40\x34\x9f\xcb\xa7\x71\xa2\ \x50\xb6\x7f\xc3\x92\x25\x8b\xd7\x1d\xf7\x0d\xce\x6d\x0b\xa5\xeb\ \x4c\xea\x3f\x7e\xfe\x13\x0f\xdf\xee\x2c\xce\x37\x0d\xb8\xed\x89\ \xbb\x27\xd4\xec\x5b\xbe\xaf\x29\xfd\x89\xc7\xa6\x95\xed\xdd\xb0\ \xef\xe0\xbe\xf5\xfb\xaa\x66\x3f\xfe\x44\x8c\x7d\xdf\xa6\xa3\xe5\ \x00\x00\xfe\xca\xe5\x2b\xb6\xc4\x4f\x78\xe8\x81\xb1\x61\x5f\x2e\ \x5d\x5b\xef\x67\xa1\x09\x7d\x1e\x7d\xf1\xa5\xc9\xfd\xc2\x01\x00\ \x90\x39\x3a\xc8\xb9\xec\xef\x0b\x57\xee\x2a\x66\xac\x29\xef\x4c\ \x85\x00\x2d\x1b\x3e\x7d\x6b\xd9\xce\x62\x06\x00\x40\x8a\xcf\xd9\ \x33\x47\x4f\x0a\x11\x01\x88\xdf\xed\xf6\x31\x5e\xf0\x36\x14\x7c\ \xb8\x78\xf1\xdb\xcb\xf7\x44\x64\x0e\x8e\x10\xfe\x8d\x8c\x5a\x41\ \x01\x84\x86\x42\x4a\x4a\x57\x30\x42\xd8\xdd\x70\xd1\x69\x4e\x99\ \xff\xe4\x53\x0f\x3d\x38\xff\x91\xf9\x73\x07\x66\xa6\x8c\x9e\x76\ \xd7\xac\xb1\xd9\x02\xd5\xbb\x1a\xde\xeb\xd5\x0b\x24\x09\x0a\x0a\ \x7a\x46\xb1\x59\xcb\xe9\x8d\xfb\xcb\x43\x2c\x46\x79\x45\x4d\x75\ \x55\xa5\x6e\x4b\x5f\xf0\xc2\x4b\x0f\x4e\xc8\x38\xb0\x66\x4d\xa9\ \x03\x00\xa0\xf6\xcc\xce\x63\x55\x1a\x6f\x38\xab\x6b\x6b\x6a\x1a\ \x3d\x00\x00\x48\x14\x38\xf0\x6b\x14\x00\xea\x4e\xef\x5a\xb1\xf5\ \xb0\x1f\x89\xe6\xd0\xf0\xe4\x8c\x8c\xec\xac\xf0\xf3\x27\x8e\x77\ \x2c\x62\xc0\x71\x3c\xcf\x71\x1c\x27\x58\x83\x43\x2d\x02\xef\x2a\ \x2f\xaf\x2e\x3d\xba\x72\xe5\x37\x2e\x22\x39\x1b\x2e\x54\x56\x96\ \x6f\x5c\xb5\xb2\xb0\x45\x6b\x5d\xce\x99\x35\xd5\x3a\x58\xd4\xd0\ \x9c\xa4\xd4\xe1\x23\x6d\x7a\x4d\xa5\x8b\xf0\x1c\x16\x44\xbe\x2d\ \x69\x50\x49\xbe\xe7\xd1\x67\x1f\xbd\x6f\x54\xd1\xf6\xb5\x67\x2a\ \xaa\x75\x29\x72\xde\xb3\x4f\xbf\xfc\xc0\xe8\xc2\xfd\xbb\x9a\x01\ \x00\xb0\x28\x20\x4d\xf5\x03\x00\xb5\xe7\x2d\x5e\xb6\xdd\x49\xb0\ \x20\x5a\xe2\x52\x33\xb2\x07\x64\x69\x95\xe7\x2e\x36\x91\x7f\x1f\ \x18\x95\x94\x40\x72\x32\xc8\x72\x17\x30\x62\x8c\x28\x61\x19\x23\ \x06\xf7\x51\x38\xc4\xf1\x18\xb8\xa0\xec\xa1\xa3\x53\xc2\x65\x86\ \x79\xa1\xeb\x75\xdc\x83\x82\x20\x26\x06\x4a\x4b\x7b\x46\xb1\x19\ \x35\xf5\xe9\x1b\x5b\x76\xf4\x60\xc1\xc5\xaa\xe0\x8a\x0a\x5f\xff\ \x20\x83\x98\xcc\x66\x05\x80\x19\x5e\x67\xfe\x85\x72\x51\x89\x4a\ \x8d\x6c\x3e\x71\x38\xef\x62\x45\xc5\x85\x5a\xc7\xb0\x24\x33\xa0\ \xf0\xdc\xde\xa1\xcb\x56\xaf\xed\xfd\xd8\x1d\xbe\xc6\xba\x7a\x07\ \x32\x6c\xc4\x1a\x97\x3e\x7c\xe8\xf0\x62\xc7\xa9\x43\x07\xca\x54\ \xb8\x55\x02\xa0\xc4\x30\x10\x03\x00\x4a\x0c\xdd\x30\x00\xc0\x16\ \x1f\x1b\xad\x26\xdc\x37\x7f\xbc\x59\x16\xb5\x8a\x83\x47\x8f\xda\ \x27\xde\xb5\x20\xd5\x2a\xc9\x8a\x02\x00\x28\x24\xd2\x42\xeb\x8e\ \xe7\xd7\x30\x23\xcf\xc1\x45\xc6\x98\x91\xda\x69\x3c\x5a\xf3\xba\ \x3c\x3a\x36\x99\x2c\xd8\x50\x0d\x39\x32\x52\xf0\x1c\x3b\x59\x25\ \x6a\x76\x6c\x0e\x69\xdd\xed\xa1\xdf\x90\x8c\x6f\xd6\xad\x38\xd3\ \xeb\xb1\x04\x57\xa3\xbd\xc1\x4b\x09\x41\x62\xf0\xc0\xe1\xc3\x83\ \x6b\xd9\xd6\x9d\xeb\x1b\x3d\x46\x7a\x28\xf7\xef\x03\xa3\xc4\x44\ \x10\x84\x2e\xb8\x11\x63\x8c\x97\x2d\x12\x29\xdd\xb7\x79\x3d\x42\ \x08\x18\x45\x52\x58\xff\x50\xf7\xa1\x2d\x87\x82\x7a\x0f\x4e\x8f\ \x34\x93\xeb\xb8\x78\x60\xb3\x41\x54\x14\x5c\x7f\x56\xff\x75\x92\ \x68\x43\xd3\x66\xde\x93\x06\x00\x07\x6c\x0a\x7f\xeb\x68\xa1\x66\ \xfb\x7b\xcb\x76\xbb\x88\x79\xe8\xed\xf3\xd2\x4d\x0d\x9f\xee\x3e\ \x74\xeb\xc3\x8f\x2e\xc8\x1a\x09\x5a\x65\xd0\x9a\xe3\xb7\x0c\x8c\ \x6d\x55\x99\x83\x66\x3d\xd2\xf4\xc5\x67\x9f\xbe\xfd\x67\xa2\xd1\ \xac\xe9\xa3\xa2\x43\xec\xbe\xaf\xbf\xfa\xaf\xff\x3e\xc2\x8b\xc1\ \x73\x1f\xb8\xab\x35\x9b\xd7\x14\x12\x15\xc9\x49\x00\x60\x09\x8d\ \x0c\xb7\x29\x00\xd0\xfb\xd6\x39\x83\x6a\x16\xbf\xbd\xf0\x68\xec\ \xe0\xa9\x0f\xcf\x18\x7e\xe7\xa8\x8b\xeb\xde\xfd\x0b\x17\xde\xe7\ \x81\x05\x73\x13\xac\x1c\x28\x89\x77\xcf\x1d\xb7\x64\xcd\x3f\xf3\ \x20\x6c\xea\xbd\x8f\x45\x2b\xb5\xe1\xd1\x91\x1d\xd3\x29\xd4\xa6\ \xf3\x2b\x97\xac\xab\xf2\xa1\x5e\xb7\xcc\xea\x1f\x19\x95\x3a\x7b\ \xf2\x47\xcb\xde\xfb\x44\x8c\x9e\x79\xdf\x82\x56\x2a\x18\x37\x7c\ \xee\xbd\x2d\xcb\xd7\x7e\xf8\x96\x41\xd4\xd8\xbe\xb3\xac\xd6\xf0\ \x70\xa9\xf1\x5f\xaf\xbf\x2e\x72\xc2\x80\xe9\xf7\x0e\x8c\x93\xfe\ \x4d\x30\x64\x18\x50\x54\x04\xb3\x67\xb7\xea\x80\x2e\xf8\x35\x25\ \x3e\x7b\x55\x85\x5d\x65\x1c\x42\xc0\x08\x11\xf4\xd4\x94\x88\x26\ \x7b\x0d\x24\x11\x8c\xd0\x75\x95\xb3\xc9\x04\x31\x31\x5d\x18\x35\ \xe4\xf1\xb8\x89\x61\x70\x1c\x67\xaf\xad\xb1\x04\x59\x23\x22\xa3\ \x02\x21\x98\x1f\x9f\x94\x97\x43\xdf\xbe\xf0\xc6\x1b\xf0\xd4\x53\ \xa5\xc5\x85\x41\x56\x9b\xc9\x64\x62\x8c\x5d\x23\x6d\x0d\x61\x51\ \xec\xc8\x95\x43\x18\x81\xae\x6b\x0c\x61\x46\x08\x65\x97\xcd\x54\ \x6b\x4b\x5b\xeb\x90\x9f\xff\x1c\x96\x2d\x83\x53\xa7\xc0\x66\xbb\ \x96\x36\x62\x81\x46\xf8\xf1\x4b\x45\x05\x88\x22\xc4\xc7\x77\x7d\ \x15\xc2\x1c\xf1\x54\x2e\xff\x78\x7d\x8d\xca\x38\x84\x18\xd5\x74\ \x21\x6e\xd6\x9d\x33\xd3\x22\x45\x72\xc3\xb5\xb0\x53\x52\xc0\x30\ \xc0\x6e\xbf\x0e\x8c\x02\x38\xfa\x37\x90\xca\x4a\x10\x04\x88\xba\ \x91\x25\x61\x0c\x09\xd6\xfe\x43\x47\xa4\x18\x0c\x23\x2c\x22\xef\ \xc1\xdd\xfb\x4a\x6b\x9a\x33\x62\x62\xc1\xb8\xd1\x7e\xc3\xf1\xf1\ \xa0\xeb\x60\xb7\x43\xaf\x5e\x3d\x8e\x62\x07\xe4\xc7\x21\xd5\xd5\ \xc0\xf3\x37\x84\x11\x63\x04\x09\xb6\x81\x23\xc6\xf0\x08\x00\x73\ \x22\x6d\xac\x3c\x79\x58\x37\x8c\x6e\x29\x92\xb8\x38\xd0\x75\xa8\ \xab\xeb\x71\x14\xfb\x1a\xe5\x80\x6f\xb9\xbf\x39\x03\x60\x94\x06\ \x96\xe1\xba\xe9\xc2\x18\x03\x84\x50\x69\x29\xea\x86\x36\x42\x88\ \x23\x7e\xfb\x86\x0d\xab\x1a\x34\xc6\x61\xa4\x3a\x6a\x4a\x6a\xe5\ \xbb\xa6\x45\xa2\xee\xec\x9e\xde\xaa\x8d\xca\xcb\x7b\x00\xa3\xda\ \xba\xfa\xf3\x79\x5f\x4b\xe0\x67\xe8\xb2\xc0\x12\x62\xd0\xa4\x28\ \x06\xe6\xd0\x0d\x4d\x21\x83\x90\x66\x8c\x69\xab\xeb\x40\x38\x5b\ \x88\x10\x17\xdf\xc3\x9d\xda\x03\xd2\x0d\x18\x61\x0c\x8c\x25\x9d\ \x3a\x65\x8d\x8b\xc3\xdd\x5a\x16\x1d\x61\x5e\x10\x01\x80\x12\x4b\ \x74\xdf\xfb\xa6\x0e\x4e\x8d\x10\x75\xa3\x1b\x30\x8a\x88\x80\xe8\ \x68\x28\x2b\xeb\x01\x8c\x74\x26\xc8\x87\xfe\x60\x6b\x3a\x47\x2f\ \xff\x9e\xa7\xb0\x23\x2b\xb3\xde\x6c\xe6\xbb\x04\x04\x43\xc0\x11\ \xb8\x63\x95\x24\xa9\xc0\x10\x50\xb7\xc7\x3a\x75\x46\xd4\x6f\xff\ \x9b\xba\xdd\x81\x86\xbf\xc9\xc2\xf3\xe0\xf1\xc8\x86\xe1\x8b\x8e\ \x36\xdf\x58\x75\x51\xce\x14\x79\xeb\xe4\x89\x95\xb5\xcd\x21\x31\ \x09\x36\x11\x11\x46\x89\x61\x74\xb7\x73\x27\x26\x42\x6d\x6d\x0f\ \x60\x84\x10\x20\x41\x61\x22\x00\x7f\xf9\x50\x1c\xa5\x3c\xaf\x08\ \x9c\xc2\xa3\x1b\xc1\x08\x00\xc9\x12\x42\x00\x08\x10\xa1\x20\x08\ \xad\xfe\x67\xa0\xdd\x6f\xba\x20\xb7\x1b\x35\x36\xaa\xd9\xd9\x37\ \x84\x11\x42\x18\xf9\xeb\xd6\x2c\x59\x74\xa2\x46\x0b\x4b\x1a\xf4\ \xe0\xbc\xf1\x75\x67\x8e\xa1\x98\xbe\xe9\x31\x66\xd2\x1d\x2c\x25\ \x24\x40\x59\x19\xe8\xfa\xd5\x2b\xf9\x5d\x77\x4c\x8d\x30\x20\xf4\ \x1a\x07\xa5\xac\xbb\x07\x63\xa4\xfd\xa0\x01\x00\x7d\x4f\x82\x31\ \xf2\x7a\xa1\xa9\x49\x8b\x88\xe8\x86\x3d\xe3\x1c\x35\x05\xe5\x7a\ \xe2\x0b\x3f\x7d\x2a\xd6\xa8\xac\x6c\xf0\xd7\x5f\x38\x51\x50\xd1\ \x88\xbb\xb9\x70\x71\x7c\x3c\xd8\xed\x70\xad\x4d\x20\x71\x17\xa4\ \x98\x5e\xeb\x60\x14\x80\x02\xeb\xc6\x41\x19\xbb\x74\x00\x43\x10\ \xe0\xd7\xdf\x0b\x8c\xc0\xe7\x43\x2d\x2d\xfe\x6e\xc0\x08\x00\x18\ \x60\x1e\x11\x97\xa3\x85\x81\x5e\x51\x7c\xb6\xb8\xda\xa3\x98\x94\ \xee\x06\x7d\xe2\xe3\xa1\xb6\xf6\x9a\x30\xea\x62\x87\x76\x20\xf4\ \xca\xc0\x3a\xa2\x40\x29\x50\xca\x50\x97\xb3\x3d\x19\x6a\xbf\x92\ \x01\x03\xb8\x4e\x82\x79\x40\x6e\x06\xc5\x46\x08\x35\x34\x20\xc3\ \x50\xbb\x01\x23\xc6\x98\x39\x34\xd6\xac\x1e\x5c\xf3\xc5\x46\xaa\ \xa9\xec\xe8\xe1\xc8\xcc\xb1\xa3\xfa\x25\xf0\x4c\xeb\xd6\xd2\x7c\ \x71\x71\xe0\x74\x42\x73\xf3\xd5\xe9\x22\xd7\x87\x11\x6b\x9d\x5f\ \xc0\x2e\xb7\x74\x6d\x0c\xa7\x6b\x58\x30\x00\xc6\x80\x30\x46\x18\ \x30\x00\x72\x73\xe7\x18\x07\xe4\x0a\x7d\x54\x55\xc5\x30\xd6\xc3\ \x6e\x3c\xc1\x90\x51\x43\xb0\x26\xcf\xb9\xef\xee\xa2\x0b\x35\x1a\ \x05\x40\x9c\x25\xc8\x52\x7a\xfa\x88\x6c\x8b\x4e\x8a\x0f\xc7\x37\ \x6c\xa5\xf8\x78\x40\x08\xaa\xaa\x20\x3d\xbd\x7b\x14\x1b\x80\x02\ \x90\xab\xe1\xc2\xda\xe8\x51\xb7\xb4\x51\x2b\x10\x5b\x11\x19\x88\ \x95\x7f\x4f\xfc\x9a\x31\x64\xb7\xd3\xb0\xb0\xee\xec\xca\x88\x10\ \xc7\x7c\x35\x1b\x96\x2f\x2f\xf1\x8b\xc1\x66\x11\x53\xad\xba\xa2\ \x9c\x2a\x51\x03\x46\x4d\x88\x4d\x88\x92\xd1\x8d\x18\xac\xd9\x0c\ \x41\x41\xd7\x74\xd6\xba\xd0\x46\xd7\x86\x11\x63\x6d\x7c\xa7\x6b\ \x18\x31\x0a\x04\x80\x00\xb0\xf6\xbf\x03\xf2\xfd\x58\x35\x86\xec\ \x76\x08\x0b\x03\xf1\xc6\xf9\xc0\x08\x73\x8e\xda\xc2\x8b\x7a\xe4\ \x82\xe7\x16\xc4\x09\x94\x67\xcd\x6b\x96\x2c\x33\x0f\xbc\x6b\xc2\ \x80\x08\x43\xd7\x6f\xec\xaa\x99\xcd\x60\xb3\xf5\x0c\x46\xad\x96\ \xeb\x0a\x18\x75\x9c\xec\x8e\x51\x6b\x33\x7f\x6d\x6b\xd8\x05\x80\ \xf4\xbd\x29\xa4\xba\x3a\x1a\x12\xc2\xba\x01\x23\xc6\x88\x18\x14\ \xdf\xbf\x8f\x18\x6c\x36\x99\x78\x03\xd1\xe0\x5e\xfd\x07\xe0\x70\ \xb3\x28\x49\x40\x7c\xc6\x0d\x99\x87\xa2\x80\xd5\x0a\x76\x7b\x0f\ \x60\x04\xba\x17\x54\x00\x7a\xf9\xe2\x81\x14\x74\xc3\xa3\x11\xe0\ \x6e\x18\x7e\x34\x80\xf9\x0c\xd0\x00\x10\x30\xaf\x07\xe9\x3a\x87\ \x00\x38\x2e\xd0\xea\x37\xdd\x53\xc3\xf5\xf5\xb4\x7b\xda\x88\x31\ \x2a\xda\xa2\xd2\x62\xbd\x25\xc7\x0e\x9e\x6f\x5d\xec\x5d\x8a\x4e\ \x34\xeb\x05\xc7\x8e\xc9\x31\xa9\xd1\x36\xe9\x06\xec\xc8\x64\xea\ \x19\x8c\x10\xd5\x48\xce\x93\x9a\xe1\x64\x97\x6f\x13\x89\x18\xeb\ \x6f\xb1\x6a\x1c\x87\xba\xd6\x2e\x08\x10\x03\xee\x1e\x4c\x5b\x1d\ \x7d\xc3\x70\x45\xc5\x14\xe5\xe7\xb3\xc0\x1a\x01\x37\xdd\xa6\x89\ \x62\xef\xaa\x2a\x57\x46\x86\xd1\x8d\x2e\x8a\x10\xa6\x9a\xe3\xc4\ \xc1\x3d\xd5\x7e\xc6\x63\xcc\xa8\x6e\x88\xb1\x33\xa6\xe4\xe6\xef\ \xdf\x1b\x71\x4b\x6c\x7c\xa8\xa2\x75\xbd\xdb\x9f\x2c\x43\x50\x10\ \xd4\xd7\x77\x17\x46\x31\x91\xe1\x91\xf3\x5e\xbe\xe6\x57\x3c\x74\ \x97\xe9\x90\xf6\x81\xb7\x56\xc2\x4e\x55\x35\x30\x34\x7b\xf3\x61\ \x44\xa9\xd8\xdc\x2c\x64\x64\x84\x66\x66\x76\xe3\x62\x82\x95\xe8\ \x39\x8f\x3e\xcb\x21\xea\xf3\x6b\xa2\xac\x70\x8c\x18\x84\x26\xcd\ \x7f\x04\x21\xac\xe9\xe4\x86\x30\x04\x9b\xed\x9a\xc3\x6a\xd7\xd1\ \x46\x18\xf3\x5d\x2a\x9b\xee\x08\x77\xc5\xff\x25\x29\xd0\xea\x37\ \x5f\x1c\x0e\x50\x55\x2e\x2e\xae\x9b\xbb\x9e\xf3\xbc\xe0\x28\x3f\ \xf9\xd5\x37\xfb\xea\x3d\x3a\x27\x06\xe7\x4e\x98\x36\xac\x77\x24\ \x36\x48\x77\xd9\x6b\x54\x14\x9c\x3c\x09\x84\x5c\xc1\x4f\x02\x93\ \xaf\x7f\xe4\xd2\xdc\x0c\x18\x43\x48\x48\xb7\xc8\x38\xe6\x0d\xe7\ \xc5\xb5\x5f\x6c\x34\xa2\x07\x4c\x9f\x39\x7d\x58\x86\xb2\x7d\xdd\ \x17\x67\xaa\x7d\x3c\x87\xba\xeb\x01\x45\x44\x00\x21\xe0\x74\x76\ \x9b\x62\x07\xe4\x47\x21\x2d\x2d\x80\xf1\x0d\x97\x3f\xef\x30\x32\ \x0e\x7b\x69\xb3\xb9\xf7\x13\x77\xdd\x16\x46\x7d\x62\xff\x34\x67\ \xf5\x5b\x17\x2a\xeb\xb2\xe3\x93\xa1\x9b\xc3\xfc\xc1\xc1\x60\x18\ \xe0\x76\x5f\x01\xdc\x80\x36\xfa\xf1\x1b\xb5\x6e\xc3\x08\x28\x35\ \x87\xc6\x49\xae\x92\xed\xbb\xf2\x2a\xaa\xaa\x4f\xec\xdf\x71\xca\ \x4e\xa3\x23\x43\x51\xf7\xf3\xc0\x42\x42\x80\x10\x70\xb9\xba\xa5\ \x8d\x08\x21\x40\x39\x7c\x79\x72\x1a\x65\x84\x17\x7e\x58\x1e\xbb\ \x46\x08\xe5\x2e\x4d\xd4\x63\x00\x88\x31\x81\x31\x8c\xff\xd7\xba\ \x07\x21\x44\x47\xdc\x15\xf4\x91\x23\x44\xf8\x7e\xb6\xbd\x02\x87\ \x03\x10\x82\xa0\xa0\xee\xa1\xc8\x90\xc2\x7a\xcd\x9a\x32\x78\xd5\ \xa6\x15\xa7\xb6\x73\x14\xc4\x01\xe3\xef\xc8\x49\x0c\xd2\xbb\xef\ \x41\xdb\x6c\x40\x08\x5c\x95\x37\x76\x6d\x18\xd5\xd9\xeb\x77\xe6\ \xad\x20\xd8\x83\xda\x89\x32\xa1\x46\x4a\xc4\xf0\x31\x23\xc7\x7f\ \x97\x57\x76\x57\x15\xe4\x3b\xe4\xc1\x7d\x92\x6f\x4a\x8d\x52\xc6\ \x0e\x6f\xda\xc8\x15\xe6\x43\xfb\x56\x82\x88\x12\x9f\x35\xb8\xff\ \x9c\x7b\xc2\x83\x6d\x3d\x7b\x96\xd1\x78\xec\x78\x45\xea\xc0\x9c\ \x60\x1e\x00\xa0\xb9\xa2\xf0\x82\x5b\x1e\x90\x95\xf4\x2d\xc0\x58\ \x51\x55\x5d\xb1\xf3\x03\x89\x7a\xa0\x3d\x56\x42\x0c\x43\xea\x7b\ \xc7\xa0\x61\x63\x7a\xfa\x28\x4f\x55\x41\xbe\xd3\x34\x38\x2b\x11\ \xdf\x2c\x6d\x04\x60\x10\x48\x1e\x7c\xdb\x4f\xfa\xdf\xea\x51\x35\ \x5e\x32\x9b\x25\xce\xef\xf3\xea\xac\xdb\xd9\x17\x21\x21\x6d\x46\ \xad\x3b\x30\xc2\x48\xb8\xe0\xdc\xee\x20\x45\x1c\x6a\x73\xaf\x74\ \xe2\x8f\x0e\xbe\x34\x25\xe0\xc2\xde\xe5\x6b\x2b\xc2\x9e\x9e\x37\ \xbe\x74\xf7\xaa\xf5\xbb\xf2\x85\xb8\x41\x0f\x3e\x30\x23\x9c\x6b\ \xd9\xb2\x72\xf9\xe1\x12\x47\x9f\x5b\x6e\xbf\x7d\x4c\x26\x07\x00\ \xfe\xea\x45\xef\x7c\x74\x41\x13\x4c\xe6\x88\x5b\xef\xbc\x2b\xaa\ \xf4\xe8\xf6\xea\xb8\xa1\x7d\x92\xaf\xfe\x45\x5f\x4d\xfe\xc6\x23\ \xf6\x19\x33\x6f\xed\xbe\x3b\xc7\x10\xe2\x6b\xab\xac\xab\x3f\x67\ \xed\x2b\x7f\x63\xbf\x0f\xb2\x87\xb0\x79\x0f\x00\x00\xd5\x7d\x67\ \x77\xae\x3e\x4a\xfa\x3e\x34\x35\xc7\x5b\x73\x6a\xf9\xca\x4d\x15\ \x6e\x79\xec\x1d\xf3\xc6\xf5\x89\x42\x00\x67\xb6\x7e\x5e\x20\x0c\ \x99\x3b\xae\x17\x00\x9c\xfe\x66\x69\x29\x4e\x08\x42\xac\x63\x6f\ \x84\xe6\xb2\x13\x5b\x4b\x83\xb3\xb3\x92\xbe\x8d\x07\x8e\x78\xdb\ \xb9\x0f\x2c\xee\x6a\xd6\x5e\xb5\x44\x07\x6f\xda\x38\x00\xa8\x3a\ \xbd\x73\x4f\x85\x32\xf7\xb6\x61\xbc\xbf\x76\xed\x9a\x5d\x7d\x66\ \xdd\xd3\xab\xcb\x4c\x33\x6f\xe9\xd1\x2d\x65\x11\x39\x5d\xc3\xc8\ \xe9\x04\x8c\xbb\xa9\x8d\x10\xe6\x88\xb7\x66\xd5\xb2\xcd\x75\x1a\ \x70\x08\x31\xaa\x53\x29\x6e\xf2\xd4\x09\x89\xa1\x82\x41\x68\x0f\ \xb4\x91\xc7\x73\x25\x60\xae\xeb\x19\x62\x49\xc0\xa6\xce\x07\x6a\ \xcf\xcb\xd6\x1a\x4e\xad\xf8\x62\xeb\xf9\xaa\x3a\x1f\xd5\x98\x35\ \x71\xf6\xfc\xf9\x61\xb5\x7b\xbe\x3c\x59\x57\x7f\x60\xdd\x61\x67\ \xea\x73\x4f\xce\x28\xdd\xf6\xc5\x89\x66\x00\x00\xcd\x5d\x77\xa1\ \x99\xbf\xf3\x99\x17\xee\x19\x6e\x5a\xb3\x78\x79\x0d\x51\x3c\xc5\ \x07\x96\xac\x5c\x77\xec\x7c\x13\x00\x80\xcf\xbe\xf3\xab\x2f\xd6\ \x6d\x3b\xec\xa4\x80\x75\xd7\xf1\xad\xeb\x3e\x5c\xb1\xfe\x5c\xb5\ \xae\x35\x14\xae\x5f\xb9\x6c\xfb\x91\x12\x0a\x00\xfe\xa6\x03\x5f\ \xaf\x59\xb9\x7e\x67\xb5\xfb\x5a\xce\x04\xc7\x31\xc5\xc4\x64\xa5\ \xed\x50\x4c\x1d\x63\x02\x17\xf2\xb6\xac\x5a\xf3\x4d\x61\x55\x13\ \x01\x50\x35\xd6\xe7\x96\x39\x73\x86\x87\x6e\x5c\xb3\xae\x8e\x02\ \x00\x04\x5b\x50\xde\xbe\x03\x0e\x06\xc0\xea\xf7\x1d\x38\x27\xc4\ \xa4\xc6\x45\x86\x5b\x04\x50\xeb\x0a\x37\xac\x59\xb9\xf9\x70\x89\ \xa0\x28\x1c\x40\x43\xe9\xd1\xd5\x2b\x56\xe5\x95\x34\x00\x00\x71\ \x94\x6f\x59\xbb\x7c\xc3\xae\x13\x3e\x00\x60\xbe\x53\xbb\x37\x2e\ \xfb\x62\x63\x49\xc3\x35\xf6\x4e\x64\x82\x99\x8a\x98\x0a\x4a\xdb\ \x21\x72\x80\x30\x00\x78\x9a\xaa\x4a\x2e\xda\x29\x00\x18\x9e\xf3\ \xc5\x25\x1e\x0a\xb5\xf9\xfb\x57\x2c\x5b\x79\xb8\xb0\x1e\x00\xca\ \x8e\x6e\x5f\xb9\x6a\x43\x71\x9d\x1f\x00\xfc\x0d\xa5\x9b\xd6\xad\ \x5a\x7f\xb0\x08\x49\xca\x0d\x34\xb7\xd3\x09\x08\x81\xa5\x7b\x3b\ \x04\x33\x86\x38\x39\x2e\x39\x35\x35\x25\x25\x25\x25\xb5\x77\x7a\ \x82\xaf\xfa\x74\x51\x75\x33\xee\xbe\xc1\xb5\x5a\x7b\x06\xa3\xeb\ \xdb\x12\xe7\xf6\x6f\x0e\xa7\x8f\x9b\x9e\x19\xca\x69\x9c\xdc\x77\ \xe0\xb0\x8c\xe4\x48\xd1\x64\x0d\xb7\x88\xe6\xa8\x58\xd6\x5c\x76\ \xfc\x5c\x99\x1c\x91\x1a\x6b\x69\x8d\x57\xf1\x3c\x07\xee\x16\x7b\ \x73\x8b\x07\x38\x11\x23\xc6\x90\x64\x11\xdc\x6b\x17\x2d\xb9\xe0\ \x72\x7c\xfd\xd9\x27\x47\xeb\xa9\xab\x70\xfb\xe2\xd5\x07\xfd\x82\ \x6c\xb1\x85\xc6\x25\xc4\x5a\x8c\xc2\x8f\x3f\x5c\xd9\x04\xc2\xd9\ \xad\x9f\x7f\x95\x77\x31\x7f\xef\xf2\x4d\xa7\x3d\x49\x89\xe1\x3d\ \xb5\x83\xd1\xfd\x6e\x79\xe4\x9e\x99\xd1\x22\x21\x00\x21\x49\x03\ \x86\x65\xa7\x07\x5b\x64\x9b\x2d\x4c\x41\x00\x00\x71\x7d\x73\xa3\ \xb4\x8a\xe2\x7a\x30\x2a\x4e\xd4\x9b\xb2\x86\x27\xb8\xd7\xaf\xde\ \x5c\xe3\xac\x5a\xfa\xe1\xe7\x35\x44\xe2\x0c\x2f\x15\x24\x57\xd5\ \xa9\xa5\xeb\x0e\x28\x56\x71\xc7\xaa\x95\xc5\xb5\xe5\xab\x16\x2d\ \x2e\x76\x73\xf6\x63\x5f\x2e\xd9\x94\x5f\x73\x7a\xfd\xb2\x1d\x17\ \xe3\x53\x62\x04\xd4\x83\xb1\x42\xcc\x09\x62\xeb\xea\xf5\x08\x4b\ \x8a\x59\xb5\x9f\xfe\x7c\xe9\x16\x29\x36\x39\x58\x91\xab\x8e\xac\ \x5d\xb9\xb7\xc2\x26\xb5\xac\x5b\xb1\xa6\xba\xa5\x7e\xd5\x47\x9f\ \x96\xf9\x45\x4c\xfd\x1d\xbb\x4a\x5c\x57\x5c\x2e\x40\x08\xcc\xe6\ \xee\xa1\x88\x20\x31\x74\xf4\xe4\xe9\xb7\xcf\x9c\x31\x73\xe6\xcc\ \xdb\xa7\x4f\xc9\x8a\x91\xfd\xaa\xc6\x00\x30\xc6\x42\x77\x36\xb9\ \xb6\x5a\xaf\x69\xd4\xae\x9f\xfd\xc8\x2e\x3f\xda\x75\x5e\xed\x99\ \x03\xe5\x38\x63\x7c\x6e\x2a\x33\x28\x07\x00\xa0\x1d\x58\xf9\x71\ \x55\xc8\x88\x09\x99\x21\xc8\x16\x19\x42\x1b\xf3\x0e\xe6\xb5\x60\ \x93\xd8\xb6\x67\x04\xef\xaf\x2b\xdb\xb0\x74\xf5\x9e\x32\x61\xee\ \x83\x73\x62\x24\x1a\xda\x7b\xe8\xed\x77\xdc\xdf\x2f\x54\xcf\xcf\ \xcf\x3b\x53\x6f\x7e\xe0\xe1\xbb\x1f\xb8\x67\x86\xb7\x38\xaf\xa4\ \xde\x08\x8a\xcd\x98\x30\x62\x70\x88\xfd\x84\xdd\x34\x64\xc1\x5d\ \x73\xee\x9e\xd4\x3f\xff\xe8\x31\x14\x9e\x22\xab\xf5\x2e\x22\x87\ \x5e\x67\x69\x36\xda\x3a\x12\xdc\x9e\xae\xd9\x21\x26\xab\xd5\x2c\ \x40\xc7\xc2\x4f\xce\x8b\x07\x3e\xdf\x52\x31\xe5\x8e\x69\xad\x6b\ \x7c\xa1\xa0\xe4\x9c\x44\xe1\x74\x41\xf1\xa9\x43\x85\x11\xfd\x07\ \x87\x49\x58\x30\x5b\x5d\x65\x47\xaa\x85\xac\xc7\xe6\xce\x9a\x3c\ \x7a\x90\x05\xa9\xa5\xc5\x27\x0b\xab\x5d\xaa\x6a\xb8\xea\x8b\x77\ \xef\xdd\x7f\x41\x4d\x9a\xff\xc0\xdc\xf9\xf3\x26\xd5\x9e\xda\xef\ \x30\x27\x86\x63\x47\xa3\x8f\x0b\x0b\xb9\x86\x11\x66\x57\x1d\xed\ \x55\xca\xa0\x95\xfc\x73\x1c\x50\xca\x2b\xb6\xa8\x10\x5c\xdb\xe0\ \xb3\x45\x28\x05\x07\x8f\xda\xbd\x9a\xd7\xef\xaf\x2a\x2d\x3c\x7e\ \xfc\x58\x15\x9f\xfa\xe8\x3d\x33\x67\x8d\x19\x68\xc1\x37\x9a\xb4\ \xd1\xd8\x08\x92\xd4\xc1\x0e\x6f\x14\x85\xe6\x98\xda\xb0\x73\xc3\ \xda\x2f\x56\xaf\x59\xb3\x66\xf5\xa2\x4f\x3e\x3d\x70\x01\x25\xc4\ \x46\x60\xc6\x5c\x6e\x77\x79\x79\xb9\x78\xc3\x81\x39\xab\x15\x38\ \xee\xea\xc5\x8d\xbb\x80\xd1\x95\xd2\x7a\xbe\xa1\xa2\xa8\xf0\xe4\ \xae\xf7\x3e\xfa\x3c\xef\xf0\xbe\xbc\x8b\x8e\xca\x43\x1b\x0e\xbb\ \x52\x5e\x7c\x68\x82\x05\xc3\x99\xaf\x37\x41\xee\xfd\xaf\xfe\xfc\ \xd7\xf1\x8d\x79\x07\xcf\xfb\x00\x80\xe8\x9a\x39\xb1\xdf\xe3\x3f\ \xff\xc9\xb3\x4f\xce\xcf\x89\x35\x13\x83\x50\xa2\x03\x80\x24\xf0\ \x88\x17\x39\xea\x77\xab\xc0\xbc\x2e\x1d\xf1\x8a\x88\x54\x9f\xd7\ \x0f\xc0\x89\x12\x51\xdd\x14\xc0\xe7\x71\x1b\x8c\xcf\xc8\x99\xfa\ \xfc\xe3\x53\x0a\x37\x7c\xfc\xc5\xee\x0b\xd7\xc4\xfa\x65\xa9\xba\ \x8c\xd1\x4e\x31\xf6\xd6\xbd\x13\x31\x00\x69\x29\x5b\xb5\xfa\xc0\ \xa8\x07\x9f\x1b\x12\xdf\xb1\x7f\x0a\x3f\x6c\xec\x20\xfb\xf6\xa5\ \x1b\xcf\x93\x61\x39\xa9\x40\x08\x30\xca\x4b\x66\xaa\xba\x3c\x00\ \x18\x03\xa5\x8c\xe7\x05\x73\x90\x35\x2e\xa5\xd7\x7d\x4f\x3e\x37\ \xbd\x5f\xa4\xe6\x73\x7b\x18\xf8\x3d\x2e\x9d\xa0\xa8\xb4\xe1\xcf\ \x3d\xff\xa0\xe7\xc8\xaa\x15\x6b\x8e\x5d\x8b\xfb\x5f\x79\xb4\xd6\ \x9d\x45\x11\x9d\xf5\x76\x0f\x00\x75\x54\xd7\x7b\x68\x68\x64\xe2\ \xfd\xcf\xbd\xd0\x8f\x9d\xfe\xf0\xe3\x95\x6e\xd9\x6c\x0d\x89\x48\ \xcd\x1c\xf6\xe4\xf3\x8f\x0f\x8e\x57\x54\xb7\xd3\x01\xc0\x61\xc4\ \x6e\xe8\x8a\x7b\xbd\xdd\x8c\x3d\xb6\x8f\x87\xe8\x8d\xf6\x9a\xea\ \x9a\x9a\xaa\xaa\xca\x26\x23\x64\xc6\xbd\xf3\xfa\x46\xcb\x00\xb8\ \xa6\xa6\xe6\xf1\x27\x9e\xc8\xcf\xcf\x97\xba\x1e\x6c\xe0\x79\x08\ \x0e\xee\x2e\xc5\x6e\xed\x52\x40\x3a\x8d\x68\xb0\xb6\x3f\xfd\xa6\ \x3f\xff\xe6\x34\xd2\x74\x6e\xd7\x07\xdb\xab\x46\xc4\xe1\xe5\x1f\ \x7f\x5d\x6d\x1e\xbc\xe2\xb3\xcf\xa2\xb2\x26\xf4\x1f\x34\x70\xeb\ \xba\x65\xff\x2a\x96\x1b\x95\xb4\xb1\x31\x72\x6b\xa9\x35\x4d\xd3\ \x0d\x00\x01\x00\x80\x11\x43\x33\x08\x00\x68\x3e\xb7\x10\x9a\x3d\ \xbe\x7f\xfe\xa2\x85\x6f\x2a\xd4\x93\x38\xea\xbe\xde\x29\xb6\x43\ \xde\xa5\x6f\x2d\xfc\x64\xd6\xd4\x61\xd9\x41\xeb\xfe\xf8\xe6\x42\ \xe2\xd5\x6f\x99\x77\x5b\xe3\xd9\xcd\x9b\x0e\x57\xb9\x40\x8c\x93\ \xc5\xeb\x96\xf3\xda\x1f\x80\x11\x43\x37\x08\x0f\x50\x76\x72\xd3\ \xae\x42\x3b\xbf\x7f\x65\x49\x5e\xfc\x6d\x53\xc7\x86\x9b\x11\x00\ \x98\xd3\x47\x46\x3a\x3e\x3a\x6a\xbd\xa7\x6f\x34\x0f\x4e\x43\xf3\ \x79\x82\x52\x87\xe7\x46\x1d\xf9\xf3\xc2\xb7\x70\x63\x85\x75\xc4\ \x7d\xe9\x7d\x93\x7b\x1f\x5e\x72\x60\xff\xc1\xc8\xf8\xec\x39\x33\ \x86\x8c\x48\x39\xf9\xde\x9f\xde\xe4\x55\x4f\xce\xd4\x87\x85\x8a\ \x03\xcb\xb7\x17\x36\xf8\x58\xb4\xf9\x3a\xda\xa8\x53\x2e\x4d\xc7\ \x7f\x62\xb2\x86\x67\xed\xfa\xe7\xc2\xff\x7a\x53\xf0\x35\xc4\x8f\ \x7c\x30\x91\x94\xaf\x5e\xb5\xb3\xbe\xd1\xc5\x2b\x69\x03\xc7\xa7\ \x96\x2d\xdb\xbe\xff\x50\x4b\x72\xd6\xd0\xa9\xc3\x07\x0d\x4f\x38\ \xf8\xee\x9f\xfe\x2e\xb7\x9c\x27\x83\xe6\xdd\x80\x76\xf8\x7c\xdd\ \x77\xd3\x18\xa3\x58\x8e\x9c\x76\xcf\x83\x6d\x5b\x28\x21\xd4\xba\ \x75\x38\x03\x4e\x53\x55\x40\xe8\x9d\x7f\xfc\xe3\xb9\x67\x9f\xed\ \xd3\xa7\x8f\xff\xaa\x6d\x21\x2f\x49\x50\xd0\xd5\xdc\x08\x79\xdc\ \x2e\x42\xc8\x15\x2b\x8a\xd8\x6b\x1a\x3f\xde\xf2\xb4\x43\x2f\xe5\ \x70\xbb\xa7\x66\xf8\x27\xf4\xfa\xe5\xe4\x71\x73\xda\x3a\x9c\xea\ \x6e\x70\xe9\x61\xa1\x41\x8d\xd5\x65\x35\x0d\x1e\x83\x50\x6b\x54\ \x46\x46\x7c\x50\x43\x45\xd1\xc5\x7a\x35\x3e\xbd\x77\x94\x55\x04\ \x00\x66\xf8\xec\xf5\xae\x90\xe8\xc8\xd6\x1d\xb5\x34\x57\x53\xb3\ \x2e\x44\x85\x06\xb5\xd4\xd5\xa2\xe0\x68\x9b\xa8\x96\x9d\x2b\xf0\ \x88\x11\x99\x69\xb1\x3c\x80\xb7\xa9\xa2\xb8\xbc\x39\x2a\xb5\x4f\ \xb4\xe4\x3a\x57\x70\x41\x8c\x4c\x4d\x8b\xb1\x79\x1b\xcb\x8b\x2e\ \xd4\x4b\x61\xf1\x19\xc9\x51\x57\x40\x9e\x00\x1c\xfa\xe8\x7d\xf9\ \xb3\x0f\x3a\x16\x24\x44\x7e\xbf\xbb\xff\xc0\xac\xff\x5a\x18\x6e\ \x36\x01\x80\xe1\x6e\x6e\x54\xb9\xa8\x30\xab\xea\xac\x39\x5f\xd1\ \xa0\xaa\x2a\x11\xc3\x32\x7b\xa7\x98\xdb\x39\x80\xa7\xa1\xda\xcb\ \x87\x44\x04\x2b\x40\xfc\xf6\x7a\x67\x68\x74\xa4\x60\xb8\x8a\x0b\ \x4a\x3d\x4c\x49\x48\x49\x09\xb3\x88\xaa\xb3\xb6\xb8\xb4\x0a\x05\ \x45\xf7\x4a\x8f\x13\x88\xa7\xa4\xa0\xd8\x30\xc7\x66\x26\x47\xea\ \x2e\x7b\x61\x49\x25\x33\x47\xa4\xa7\x27\x2a\x97\xb7\x73\x59\x45\ \x4d\xe3\xbf\xc6\x99\xdc\xa5\x8c\x6b\x5f\x35\xd5\xd0\xc8\x9c\xb5\ \x03\xc7\xce\x00\x00\xea\x6f\x29\x2e\x2a\x23\xa6\xc8\x5e\xe9\x71\ \xbc\xe1\x2e\x29\x2a\x71\x1a\x72\x4a\x7a\xaf\x10\x13\x76\xd6\x96\ \x95\x56\x35\x07\x45\x25\xa5\xc5\x87\x21\xe2\x2d\x2d\x28\x76\x52\ \x31\x2e\x39\x35\x32\x48\xea\x02\x17\x30\x63\x06\x48\x12\xac\x5e\ \xdd\x71\xee\x06\x2b\x8a\x5c\x4b\x44\x51\xdc\xbf\x7f\xff\xc9\x53\ \xa7\x26\x4c\x98\xf0\xbb\xdf\xfd\xee\x3f\x7e\xfb\xdb\xb4\xb4\xb4\ \xe8\x98\x98\x6b\xdb\xb8\xe1\xc3\x21\x27\x07\xde\x7d\xb7\x7b\x83\ \x21\xf4\x3a\x7d\xaa\xd5\x16\x4a\x96\x48\x09\x00\x20\x32\x3e\x23\ \xb2\xd3\x3a\x16\xe1\x09\xbd\xc2\x13\x3a\x81\x94\x57\xa2\x63\x2e\ \xcd\x74\x13\x83\x42\x5b\xa7\x07\x07\x47\x46\x03\x00\x80\x94\x92\ \x35\xe0\x12\x9b\x09\x4d\x18\x10\xda\x7a\x73\x48\xd6\x80\x36\x45\ \x6d\x0a\x4b\xcc\x09\x4b\xec\x8a\xf1\x77\xee\x13\x97\xeb\x23\xde\ \x12\x12\x65\x01\x00\x90\xac\x31\x59\x7d\x63\xae\xbe\xd7\x1c\x1e\ \xdb\x46\x4d\x39\x39\x2a\x5a\x06\x00\xe0\x83\x32\xfa\xe5\x74\x5c\ \x20\x59\xa3\xfb\x0d\x8c\x6e\xf7\x0a\xcd\xe9\x7d\xdb\xbe\x12\x82\ \xa2\xfa\x0d\x8c\xea\x42\x91\x5f\x4e\x89\x3a\xd5\x9b\x1c\xdc\x3b\ \x7b\x60\x47\xf9\xd2\xfb\x5c\xfa\x2d\x6b\x74\xca\xc0\xe8\x94\xf6\ \xdf\x32\xa5\xf5\x1d\xd0\x8d\x28\x90\x01\xaa\x0a\xe1\xe1\xdf\x3d\ \x08\x87\x10\x72\xbb\xdd\x13\x26\x4c\xa8\xaf\xaf\x7f\xfd\xf5\xd7\ \x7f\xf3\x9b\xdf\x24\x26\x25\x75\x5f\x1b\x75\x65\xd4\xae\x8f\xa2\ \x1f\x8e\x30\x60\xf4\x87\x56\xca\x56\x96\xd6\xa1\x03\xbe\xc7\x39\ \x7a\x86\x01\x3e\x5f\x77\xbd\xfd\x1b\x3f\xcc\x00\x80\x79\xf3\xe6\ \xa9\x9a\xf6\xfa\xeb\xaf\xa7\xa6\xa5\x25\x24\x24\x5c\xe3\x3a\x8b\ \x05\xbc\xde\x6e\x51\xec\xd6\x6e\x4d\x59\x77\xb3\x66\xff\xf7\x40\ \x74\xa5\x47\xf9\x43\xc8\xfa\xbe\xd2\xc9\x65\xdf\x5b\xa1\x0c\x1d\ \xfc\xfe\xae\x61\xc4\xba\x27\x6d\x23\x60\x00\x00\xb0\x60\xfe\xfc\ \xd9\x73\xe6\xfc\xf4\xa7\x3f\x6d\x68\x68\xb8\x2e\x8c\x2e\xe7\xfe\ \xd7\xd1\x46\x08\xae\x70\xd0\x2e\xd9\x57\xbd\xfe\x8b\x8f\xfe\x71\ \xbc\x0a\x05\x27\xe6\x3e\x7c\xff\xb4\x70\x05\x40\x6b\xde\xb9\x76\ \xe9\xae\x7c\xbb\x2d\x65\xe4\x43\xf7\x4f\x36\x35\xe7\x2f\x59\xba\ \xfe\x82\x03\xe7\x4e\xbd\xe7\xb6\xdc\xb6\xf1\x04\x4f\xe5\x89\x65\ \x2b\x37\x5e\x6c\xd1\xac\xd1\xfd\x1e\x7a\x62\xe6\x89\xc5\xef\x6c\ \x2f\x75\x28\xa2\x94\x3e\x7c\xfa\x9c\x09\x03\xc4\xef\x30\x02\x46\ \x3b\x19\x10\x04\x97\xa6\xa0\x18\xde\x96\xc3\x1b\x97\x1c\xe3\x87\ \x3e\x73\x47\x6e\xeb\xe3\xbd\xb5\x67\x96\x2d\xf9\xb2\xdc\x2b\x0e\ \x9f\x79\xef\xc4\xbe\xb6\xdd\x5f\x7c\xbc\xa7\xa8\x39\x26\x7b\xc2\ \x03\x33\x47\x99\x5a\xab\xc1\x70\xef\xfb\x72\xe9\xb6\xd3\x55\x04\ \xcc\xe3\xe7\x2d\xc8\x42\x85\xff\xfa\xf8\x2b\x6a\xb1\x2a\xc1\x69\ \x73\xef\x9f\x93\x1a\x2c\x74\x1f\x46\x9d\xa7\xe6\x51\xd6\xd6\x59\ \xdd\xb5\x67\x57\x2c\x59\x77\xd1\x85\x06\x4c\x9e\x3b\x6b\x44\x06\ \x8f\x80\x7a\x6a\x36\x7e\xb1\xfc\x60\x51\x43\xec\xc0\xdb\x1e\x9d\ \x3d\xf4\xe0\xaa\xc5\x7b\x0b\x6a\x40\x6b\xf6\x45\xe4\xbc\xf8\xec\ \xfd\x11\x1c\x00\x80\xe3\xfc\xa1\xa5\xab\xb7\x54\x39\x8d\xf0\xe4\ \xc1\x0f\x3d\x34\x71\xd7\xbf\xfe\x7a\xb0\x56\x53\x04\xb9\xef\xc4\ \xbb\x66\xf5\x89\xe4\x75\xad\x8b\xed\x3b\x11\x42\xa1\xa1\xa1\x37\ \xec\x5b\x92\x24\x05\x87\x04\xb7\xc2\xc8\x30\x0c\x9e\xe7\x9f\x7e\ \xfa\x69\x8b\xc5\xf2\xdb\xdf\xfe\xf6\x0f\x7f\xf8\x83\xf5\x0a\x0a\ \x6f\x32\x81\xdf\x0f\x94\x76\xce\x70\xea\x8a\x1b\x75\x9e\x16\xc4\ \x68\x7b\x61\xdc\x8d\xf5\x7a\xe4\x43\x3f\x79\x3a\x23\xb8\x23\x94\ \x6c\xca\x99\x74\x6f\xce\xf0\xe2\xb7\xde\xd9\x54\xe1\xbe\xd5\xbd\ \xe1\x2b\x5f\xdf\xbb\x5e\xcb\xac\xf9\xc3\xfb\xeb\x07\x0f\x7e\x2e\ \x06\x03\xf5\x55\x7d\xfa\xfe\x12\x7e\xf8\x83\x2f\x8f\x4a\xf2\x36\ \xbb\x82\x90\xb7\xbc\xc6\x7b\xeb\xe3\xaf\x8d\x15\x4e\xbe\xbe\x70\ \x75\x5a\x56\xdf\xa1\xf1\xfc\xb7\xee\xf7\xb4\x93\x06\x42\x6d\x8d\ \x87\x00\xe0\xe2\xf1\x3d\x3b\xf7\x9e\xf2\x0d\xc8\xea\x78\x85\x23\ \x9b\xd6\x69\x03\xe6\xff\x22\xad\x64\xe1\x9a\xcd\x61\x6a\xcc\xfe\ \xaa\xb0\x57\x7f\xf9\xc8\xda\xb7\xde\xde\x55\xd0\x6b\x5a\xbf\x08\ \x00\x38\xbd\xe9\xd3\xb5\xe7\x94\x27\x9f\x7c\x29\x84\xb9\xc1\x6c\ \xa9\x3f\x56\x21\x66\x4e\xfa\xd9\x82\xb1\x5b\xff\xf9\xbb\x65\x1b\ \x7a\xbf\x76\xff\xc0\x6e\x1b\xb5\x6b\xc3\x48\x0a\x4e\xbe\xf3\x91\ \x67\xab\x0f\xad\x5a\x72\xe0\xc8\x84\x11\x19\x36\x00\x6a\xa0\xd4\ \xa1\xd3\x47\xde\xa6\xff\xeb\x8d\xcf\xf2\x86\x0f\x1c\x37\xe7\xc1\ \xd1\x08\xf6\x7f\xfe\xd7\xa3\x52\xaf\x10\x0e\x00\xc0\x70\x96\xbc\ \xff\xfe\xca\x98\xa9\x8f\xbd\x92\x13\xe5\x76\x78\x15\xe6\xa8\x6c\ \xa4\x33\x5f\xf8\x6d\xb6\x63\xfb\xef\x3e\x5c\x9d\x19\xfc\x70\x1f\ \xa2\x77\xbd\x0b\x6c\x77\xb6\xeb\x14\x04\x41\xe0\x79\x4a\x29\x21\ \x84\xe7\xf9\xe6\xe6\xe6\x7f\xfc\xe3\x1f\x86\x61\xac\x5e\xbd\xba\ \xb9\xb9\xf9\xbd\xf7\xde\xb3\x74\x56\x78\x8a\x02\x3e\x1f\x10\xd2\ \x39\x58\x75\xbd\xdf\x40\x0c\xae\xd4\x46\xed\xd5\x22\xf2\xae\xca\ \x4d\x5f\xae\xf5\xde\x72\xcb\x80\xc4\x60\x00\x00\x4e\xb2\xb2\x73\ \x6f\x7f\xb2\xd4\x17\x39\x2c\xd1\x24\x38\xd3\x13\xb6\x1c\xdc\xb1\ \xb9\x81\x44\x66\xe5\x84\x23\x00\x00\x47\xd9\x91\x1a\x21\xf3\x67\ \xd3\xb2\xad\x00\x21\x56\x1b\x80\x93\x43\xa4\xaa\xf0\xcc\x39\xa1\ \x42\x0c\x8d\x09\xb7\xf2\xdf\xd1\xae\x5d\xf5\x91\x01\x40\xc2\xa0\ \x49\x8f\x80\xbe\xfc\x3c\xe9\x88\x5a\xc4\xa7\x25\xed\x3a\xb4\x79\ \x43\x03\x44\xa5\x65\xc7\x86\xeb\xe0\x39\x7b\xe4\x74\x89\x4f\x75\ \xba\x9a\x9c\x00\x11\xc0\x1a\x0f\x9e\xaa\x1e\x3f\xe7\xd5\xf4\x68\ \x1b\x40\x30\x00\x34\x61\xec\xab\xaf\x3c\x73\xea\x5c\x8d\x5b\x4c\ \xea\x1f\xde\x33\x53\xdb\x99\x62\x77\xb4\x96\x6c\x6e\xca\x5b\xb3\ \x78\xc3\x89\xf4\xe9\x4f\xb5\x06\x53\x79\x5b\x74\x1f\x5b\x34\xb5\ \x1f\x46\xb6\x98\x28\x8b\x00\x98\x47\x8d\x27\x0f\x57\x28\xb7\x3f\ \x9b\xdb\x5a\x29\xf5\x45\x79\xce\xd0\xc1\xcf\x8f\xcb\x94\x00\x82\ \x6d\x21\xc0\xea\x30\xd3\x2f\x9e\x3b\x29\x7a\x6b\xcc\x91\x71\x21\ \x0a\x80\xcf\xdf\x35\x8c\xba\x93\xd5\xd8\xda\xd0\x08\x21\x55\x55\ \x57\xac\x58\x31\x76\xec\xd8\xed\xdb\xb7\xc7\xc6\xc6\xfe\xf6\xb7\ \xbf\x95\x65\xd9\xe3\xf1\x5c\x06\xa3\x56\x6d\x74\x85\xcb\xd5\x7d\ \x03\xdf\x26\xc1\x49\x77\x3d\xf4\x68\x6e\xa4\x73\xf9\x87\x9f\x14\ \xb7\xb4\x25\x18\xe0\xd0\x9c\xe7\x5f\xfd\x55\x5f\x5a\xb8\xa5\xa0\ \x41\xb2\x85\x05\x71\x5a\x55\x95\x5d\x23\xba\xbf\xcd\x82\xfb\xb0\ \x24\x4b\x00\x00\xfa\xee\x55\xcb\xf2\x6a\xbc\x22\x53\x8b\x4f\x1c\ \xca\x3b\x55\x4a\x10\x53\x7d\x9e\x6f\xe9\x5c\x40\xfb\x5c\xca\x4e\ \x07\x83\xb6\x6d\xb6\x45\x45\xe6\xe1\xb2\xed\x0b\x78\xc5\x6a\xe1\ \xd4\xea\x5a\xbb\xdb\xa7\x05\xa7\x8d\xb8\x77\xfa\x80\xea\xe2\xe3\ \x67\x2b\xea\xcc\xe6\x56\x5f\x52\xd3\x29\x32\x9b\x04\x00\x68\x38\ \xb7\x67\xf5\x8e\x23\xba\xa8\x38\x2b\x8b\x0f\x1e\x3b\x52\xe9\xa2\ \x58\x73\x91\x9e\xc0\xe8\xca\xf0\x63\x7b\x31\xd2\xc6\xdc\xf9\xda\ \x4f\xe6\xd4\xe4\x6d\x2d\x73\xd0\xf6\xb1\xa5\x0b\x1f\x7d\xf2\x4d\ \xe6\xd4\xd9\x19\xc1\x3c\x00\x9c\x3b\x74\x54\x4c\xcd\x49\x6b\x1f\ \x69\xd5\x55\x3f\x2f\xb7\x46\xcc\xbc\x5b\x56\x2c\x3b\xd9\x40\x04\ \xdd\x53\x78\xf4\xd0\x91\xfc\x0a\x86\x98\xdf\xeb\x01\xdd\xb8\xde\ \x06\x0c\x3d\xab\x4c\x8c\x09\x21\x0b\x17\x2e\x7c\xf1\xc5\x17\x8f\ \x1d\x3b\xf6\xec\xb3\xcf\x86\x86\x86\x3e\xf5\xd4\x53\x0f\x3d\xf4\ \x50\x64\x64\xe4\x65\x97\x2a\x0a\xf8\xfd\x70\xf9\xca\x5a\xb8\xa7\ \x9d\x9e\x32\x14\x1c\x93\x3a\x62\xea\xe4\x68\xdc\x62\x6f\xf0\xb8\ \x5a\x5a\x7c\xaa\x4e\x28\x20\x39\x2c\x58\x42\x3e\x5f\xc3\xde\xad\ \x47\xd2\xa7\x3f\xfa\xf4\xcb\x0b\xfc\xf9\xbb\x4b\xdd\x00\x00\xb6\ \xb8\x3e\x7c\x63\xfe\xbe\xf3\x6e\x00\xbe\xa6\xac\xa8\xca\xe1\xc3\ \x4a\xe8\x8c\xc7\x9f\x79\xfc\x85\x97\xd3\xa1\x6c\xff\xd9\xea\x9b\ \xa5\x8d\xd8\x55\x1e\x53\x2b\xda\x34\xaf\xc3\xe1\x6e\x3e\xb4\x2b\ \x2f\xe5\xce\x67\x9f\x7b\x76\x8e\xe3\xcc\x9e\xf2\x16\x9c\x36\x64\ \xd2\x1d\xc3\xd2\xcc\xd6\x94\x9c\xc4\xd6\x05\xff\xc3\x33\xa2\xc5\ \xbd\xbb\x8f\x6a\x00\x86\xd3\x5e\x74\xb1\xc6\xaf\x43\xea\xe8\x99\ \x4f\x3c\xf4\xe8\x53\x77\xf4\x3e\xb2\x7d\x97\xf3\x26\xb8\x42\x3a\ \x03\xb0\x46\x84\x72\x86\xc7\xef\x53\x1d\x2d\x0e\x5d\x73\x6e\x5e\ \xb5\x2e\x68\xd4\xfc\x3b\x06\xc7\x01\x00\x50\x77\x61\x79\x43\x4a\ \x7a\xef\x8e\x40\x7c\x58\x72\x96\x56\x79\x32\xaf\xda\x07\x80\x2a\ \x4b\x8b\x6a\x5d\xaa\x60\x8d\x9e\xfd\xcc\x13\x4f\xbe\xf4\x4c\xa4\ \xf3\xcc\xe1\xfc\x2a\xa0\x14\x64\xf9\xbb\xc3\x48\x51\x94\x15\x2b\ \x56\x9c\x3b\x77\xee\x93\x8f\x3f\x5a\xba\xf4\xf3\xf1\xe3\xc7\xdb\ \xed\xf6\x63\xc7\x8e\xb5\x47\x29\x3b\x89\x2c\x83\xaa\x5e\xa1\x8d\ \x7a\x6c\x50\x5c\xd5\xc7\x97\x2c\xdf\xd6\xe2\x76\x8b\xc9\xe3\xb2\ \xa3\xdc\xab\x3e\x39\x5f\xe1\x98\x00\x00\x20\x00\x49\x44\x41\x54\ \x5c\x9e\x7e\xcb\x14\xfb\x81\x4d\x45\xcd\x1e\xbf\x94\xfc\x44\xff\ \x34\xdd\xe8\xbd\x78\xc5\xc2\x73\x3c\x53\x32\x47\xa6\x9a\x00\x00\ \xc4\xf0\xfe\xf3\xa6\x9d\x59\xf4\xc1\xff\xfc\x7f\xf6\xbe\x3b\x3c\ \xca\x2a\xfb\xff\xdc\xfb\xb6\xe9\x2d\x93\x5e\x49\x85\x10\x42\x0f\ \xbd\xf7\x2e\x0a\x8a\x20\xa2\x28\x8a\xbb\xf6\x5d\xd7\x5d\x75\xdd\ \x5d\x77\x75\x7f\xee\xae\x05\x0b\x16\x54\x74\x45\x04\x2c\x08\x2a\ \x5d\xe9\xbd\x97\x10\x5a\x42\x7a\x2f\x93\x32\xe5\x2d\xf7\xde\xdf\ \x1f\x93\x84\x04\x02\x24\xf8\x5d\x15\xc8\x79\xf2\xf0\x90\xcc\x9b\ \xcc\xcc\x7d\x3f\x73\xfa\xf9\x9c\x03\x76\x53\x69\x09\xbd\xd5\x6e\ \x2d\x22\x95\x5f\x2d\xf8\xd7\x3e\xbd\x5a\xc5\x25\xdc\x99\x1a\xf1\ \xbf\x0b\x99\x18\x63\x3c\x40\xc6\x96\x65\x5b\xbd\xa9\xa3\x06\xf7\ \x58\xb6\xe4\x9f\x99\x3c\x75\xa4\x0e\x8a\x10\x2b\x37\x7e\xfc\xf1\ \xf6\x6c\x39\xed\xf6\xd9\x9d\x03\xfd\x49\x36\x61\xe8\xd4\x3b\xb2\ \xde\xff\xf4\xa5\x7f\xee\xc1\xae\x12\xeb\xc0\xdb\x2d\x86\xf2\xac\ \xad\x2b\x5e\x29\xdc\xef\xae\xa8\xe8\x3d\xf2\x4e\xeb\x4f\x7e\x39\ \x25\x19\x9b\x96\x7e\x7f\xcc\xe7\x75\x07\xf6\x9c\x9a\x60\x2c\x5a\ \xfc\xc1\xba\x7e\xc3\xba\xec\x39\x70\x42\x57\xab\x7f\x3b\x1d\xf5\ \x9a\x78\x57\x1f\xa7\xab\xac\x8a\x76\x0b\xbb\x30\x8d\x6f\x0c\xef\ \x75\xfb\xb0\x8c\xe5\x6f\xfd\x73\x8b\x4d\x2a\xad\xe6\xbb\x59\x2d\ \xa5\xde\xc2\xcf\xfe\xfd\x4a\x08\xf6\xd4\x3a\xba\x8d\x4f\x08\x02\ \xaf\xf7\xa7\xc3\x88\x52\xaa\xd7\xe9\xa7\x4f\x9b\xf6\xd8\x63\x8f\ \xa5\x76\xed\x72\x22\x3d\xfd\x91\x47\x1e\x29\x2f\x2f\x2f\x6e\x91\ \x14\x4b\xa7\x03\x45\xb9\x28\x52\x6b\x39\x8b\x5d\x5a\x5c\xf5\xf6\ \xea\xbb\x2b\x7c\xa7\x85\x86\x2c\xb6\xac\xf9\x26\x77\x7d\x69\xec\ \xb0\xe9\x54\x75\x17\x17\x95\xca\xa0\x0b\x8b\x0c\x95\x90\x56\x5d\ \x55\x2b\x1a\xf4\x9e\xca\xd2\x6a\x1f\x38\xc3\x22\x2d\x12\x02\x60\ \x55\xc5\x79\x95\x32\x1f\x1e\x19\xa6\x6b\xa2\xec\xdc\x95\x45\x25\ \x2e\x9f\xc1\xe2\x08\x74\x5a\x95\x9a\xca\xb2\x0a\x97\x86\xc5\xc0\ \x90\x30\xb3\x74\x8d\x71\x1a\x05\xd8\xf9\xfe\x3b\xb0\xe8\x0d\xa4\ \x6f\xa8\x6f\xfb\xbc\x72\x8f\xb4\x6e\xaf\x2e\x0c\x30\xe8\x01\x80\ \xc8\x1e\xb7\x86\x2d\x46\x9d\xe2\x76\x79\xa8\xce\x66\xd6\x55\x16\ \xe5\xba\x14\x21\x22\x2a\x54\x64\x4a\x49\x41\x11\xb6\x85\x06\x9a\ \x9b\x27\x6a\xd5\xba\xfc\xc2\x52\x82\xf5\xce\xe0\x20\x3d\x56\xcb\ \x4b\x4a\xeb\x64\xa2\xb7\x38\x43\x9d\xe6\x56\xbe\xaa\xf3\x79\x45\ \x05\xaf\xf7\xd4\xd5\x14\xb1\x86\x3a\x12\x51\x41\x98\xbd\xaa\xe7\ \xd0\xc9\x9a\xaf\xba\xa8\xb8\x82\x0a\x96\x88\x70\x27\xc7\x14\x97\ \xcb\xa3\xd3\xeb\xbc\xd5\xe5\x2e\xb7\x42\x01\xdb\x43\x23\x1d\x3a\ \x56\x5b\xe3\xd1\x59\x2c\x42\xf3\xcf\x7f\x4d\x79\x41\x79\x8d\x62\ \xb4\x39\x03\x1d\x66\x9f\xab\xbc\xac\xaa\x9a\x72\xfa\xa0\xf0\x30\ \x63\xde\x79\x48\xee\x0c\x5f\x7e\x09\xe3\xc7\xb7\x98\xc5\x6e\xfd\ \x61\xaa\xaa\x2a\xcb\x8a\xc9\x64\xf4\xbb\xd8\x1f\x7c\xf8\x61\x70\ \x70\xc8\xb4\xe9\xd3\x03\x2e\x5d\x0c\xfa\xfe\xfb\xf0\xcc\x33\x90\ \x99\xd9\x94\xd9\xf8\x32\x4d\xb4\x54\x89\x73\x0c\x8b\x86\xde\x08\ \x35\xb4\xf0\x11\x55\x2f\xd8\x01\x00\x0b\xc6\xb0\xa8\x0e\x8d\xbf\ \x6e\xb5\xdb\x01\x40\x1f\x1a\xd5\x84\xcf\x02\xd9\x43\xa2\x2e\xad\ \x16\x1a\x1d\xa1\xb1\x0d\x2f\x49\x6f\x71\x44\x59\x1c\xff\x07\xca\ \x26\x24\x8c\xdc\x3a\x13\x35\x06\x23\x1a\xa1\x8e\x00\x50\x14\x30\ \xe8\x01\x80\x93\x0c\xfe\x35\x6e\xa2\xd1\xe6\x07\x8b\x23\x34\xaa\ \xfe\x59\x91\x18\x1c\xd9\x52\x96\x56\x30\x45\x44\x37\xba\x93\x5c\ \x50\x78\x54\x50\x5b\x9d\x0c\xaa\xf9\x92\xef\x65\xb4\x8e\x35\x1e\ \x9d\xa6\xf2\x92\x0d\x00\x78\x9d\x35\x32\xa6\xe1\xe8\x91\x68\xb3\ \x8b\x00\xa0\xd3\x45\x34\x3d\x2b\xb3\xb5\x85\x02\x99\xc5\x19\x6e\ \x69\x70\xf1\x0d\x36\x67\xb4\xad\xe1\x1b\x45\x05\x4d\xfb\x3f\x99\ \xdc\x12\x04\x41\x92\x24\xc6\x98\xa6\x69\x56\xab\xf5\x77\x4f\x3e\ \x69\x30\x1a\x11\xc2\x2d\xa6\x07\x40\x55\x5b\x95\x37\x0a\x0a\x0e\ \x98\x39\xf9\x09\x8c\x51\x53\xbf\x83\xb0\x5f\xd7\xcc\x2b\x46\xa8\ \xcf\xf8\x09\x6c\xf2\x94\x8b\x14\xb4\xf8\x8b\xa6\x4a\x23\xc3\x43\ \x43\xee\x79\x11\x70\x33\x4f\x0d\x93\xff\xcd\xd1\x31\x06\x84\x80\ \xd0\x96\x45\x4c\x08\x4b\x92\x84\x9b\x6b\x3b\x46\x35\x59\x56\x69\ \x03\x32\x28\xa5\xe8\x8a\x15\x38\xd0\xb4\x56\xf9\x46\x1c\xc7\xc3\ \x25\x7d\x62\xf8\xd7\x37\x8d\x24\x5d\xda\x67\x83\x7f\xe1\x59\x17\ \x8e\x6f\x68\x25\x6c\x7a\x2b\xf0\xff\xe6\xe8\x28\x05\x4a\x5b\x33\ \xbd\xdf\x90\x8d\xe4\x88\xaf\x64\xfd\xb7\x3b\xca\x65\xca\xf3\x02\ \x87\xa8\xaa\x51\x46\x88\x39\x26\x79\x60\xaf\x54\x13\xbe\x40\x06\ \xd1\x90\x02\x68\x59\x71\x81\xaa\xfe\x54\x17\xbb\x5d\x7e\x45\xe2\ \xd7\x1f\x7c\xab\x6f\x22\x02\xa0\x6a\x65\x59\x49\x99\x0a\x95\x39\ \x67\xf2\x35\x6b\x6a\x7c\x04\xa9\xca\xdb\x7a\xbc\x38\x2e\xb9\x6b\ \xb2\x15\xc9\xad\x61\x5a\x17\x84\xd6\x6a\xa3\x76\xb9\x3e\xc4\x7f\ \x2f\x5b\x0d\x23\x46\x09\x36\x84\xcf\xf8\xcd\x93\x92\xc0\x1f\x5e\ \xf9\xe6\x1a\x4f\x97\xdf\xcf\x1a\xaa\x15\x1f\xfd\xf7\xeb\xdf\xf8\ \x94\x56\xe7\xc5\x78\xfe\xd2\x22\x6b\x3b\x8c\xae\x7f\x18\xb5\x85\ \xee\x07\x21\x8c\xa9\xf7\xd4\x8e\x4d\x4b\xbe\x5a\x57\x95\x1c\xe8\ \x66\x50\x97\x7f\xb6\x1c\x24\x8b\x51\x60\x4c\x69\x2d\x8c\x00\xae\ \x04\x23\xdc\xce\x3f\x74\x7d\x89\xdf\x11\x6c\x1e\xa9\xa1\xcb\x7b\ \x87\x08\x71\x20\x97\x7e\xb9\x68\xd1\x86\xd3\x64\xcc\xf4\xfb\x73\ \x76\x6e\x7e\xe1\xd9\x74\xa5\xa2\x30\x62\xd8\xbd\x51\x66\xa6\xc9\ \xac\x0d\x4f\x7a\x11\xb4\x9a\x7e\x53\x59\x5e\x46\x49\x3b\x05\xd1\ \x75\xa2\x89\x30\x16\x4a\x4b\xec\x00\x95\xe5\x65\x9a\xdd\x86\x1a\ \x86\x2e\xea\x6a\x6b\xcc\x66\xcb\xe5\x7c\x23\xd9\x53\xed\x31\x74\ \x7a\xe2\xd9\x89\xa9\x91\xf6\xea\xde\x1d\xb7\x6d\x3f\x84\x82\x6e\ \x19\xd0\xab\x23\x52\x14\xda\x26\xec\xb6\xa8\x8d\x28\xa5\x56\x9b\ \xad\xa6\xda\x55\x57\x57\xdb\x7e\x87\xae\x0f\x18\xe9\x0d\x92\xbb\ \xce\x0e\xe0\xf1\x7a\x55\x45\x06\xb9\xbe\x7b\xda\x66\xb3\xfb\x33\ \x40\x2d\xfa\x46\xa2\x3d\xe1\x9e\x79\x9d\xab\x8b\x73\x8f\x1f\xcd\ \x33\x3a\x82\xc7\xdc\x36\x03\x13\xd9\xa7\xa8\x6d\xa0\x0a\xbe\x82\ \x36\x62\x8c\x89\xa2\x14\x14\x1c\xd6\xce\xf6\x79\xdd\xc0\xc8\x60\ \xc0\x01\x81\x00\x10\x10\x14\xc4\x42\x42\xa1\x49\x13\x3e\xb9\xdc\ \x46\x22\x84\x04\xac\x1d\xfc\x66\xf1\x27\x6b\x0f\xd7\xc9\x32\x43\ \xa6\xd4\x11\xb7\xcd\x99\x3a\xc0\x08\xd0\x86\xdd\xcd\x2d\xa5\x01\ \xf8\x26\xee\x1a\x23\xed\x16\xed\x3a\x82\x11\x21\x40\x09\x00\x50\ \x42\x28\x21\xd0\x8a\x65\x56\x18\xf3\x9e\xe2\x83\x2b\xb7\xe6\x4c\ \xbc\x6f\x7e\xd1\xce\x4d\xf6\x4e\x69\xe7\xf7\x6e\xda\x99\x91\x30\ \x3e\x35\x90\x28\x3f\xe9\xd6\x5f\xd0\x46\x8d\xe9\xf0\xf6\x3b\x74\ \x7d\xc0\x88\x17\x90\x4e\x07\x00\x3a\x9d\x0e\x44\xa9\xa9\xad\xf1\ \x7a\xbd\x2d\xde\x47\x84\x50\x6d\x45\x01\x38\x13\xfb\x76\x8d\xf9\ \x7e\xaf\x18\xda\x21\x51\xc9\xd8\x54\x53\x5d\xcb\xf0\x4f\x5d\x30\ \x5c\x0f\x23\x9d\x4e\x77\xe2\xc4\x89\xef\xbf\xff\x4e\x27\xe9\xda\ \xef\xd0\x75\x21\xaa\x28\x84\xe7\xe4\xce\x01\xf8\xf8\xa3\x0f\xcb\ \x42\x42\x38\x55\x03\x00\x06\x0c\x23\x34\xfb\xee\x39\x26\x93\x89\ \x5e\x32\x2a\xc9\x18\xd5\x5b\x43\x1d\xfa\xda\x1a\x0f\xe3\x7d\x59\ \xef\xbf\xfa\xff\x6c\xc1\x09\xf7\x26\x47\x31\xb5\x2d\xaa\xa8\x25\ \x80\xf2\x0d\xb9\x00\xbe\xa2\xa2\x62\xd7\xce\x9d\xa6\xff\xa3\x31\ \x83\x76\xf9\x5f\x8b\xcc\x73\x49\x95\x55\x00\x70\xfc\xe8\xd1\xec\ \xec\x6c\x81\x10\xbf\x55\xc1\x18\xcf\xb8\x73\x66\x8b\x6c\xad\x94\ \x68\xfa\xd0\x1e\x0f\x3f\xdc\x47\xc4\xa4\xf7\xe8\x69\xd6\xde\xba\ \xee\xbd\xba\x39\x04\x22\x5f\x9d\x2a\xa0\x89\xb4\x64\x3d\x2f\x18\ \x35\x8e\xe3\x0c\x06\x83\xfe\xff\xa2\x95\xae\x5d\x7e\x06\xe1\x78\ \x4e\x92\x3c\x00\x60\x10\x25\xbd\x5e\xdf\x14\x46\x97\x63\xfc\x45\ \x98\x23\x75\xf9\x5f\x2c\x5f\x5d\xe0\x65\xa2\x28\x71\x4c\x3e\x9e\ \x9e\x39\x69\xca\xf8\x18\xa7\xd0\xfa\xdd\x7c\xf5\x15\x98\xe6\x4f\ \xd1\x62\x16\x1b\x31\xa2\xca\x8a\x0a\x18\x23\xc6\x00\x63\x41\x10\ \x11\x51\x65\x8d\x49\x3a\x11\x01\x00\x23\x3e\x59\xe5\x25\x9d\x80\ \x80\x10\x55\x55\xeb\x5b\x55\x31\xc7\x0b\x02\x4f\x55\x45\xf3\x6f\ \x53\x03\xc0\x18\x21\xcc\x8b\x02\x4f\x34\x55\xd3\x1a\x2f\x13\x04\ \x81\x43\xc0\x54\x45\xf1\x8f\xd9\x23\x8e\x17\x05\xbe\x9d\xec\xb8\ \x8d\xce\x11\xf8\xd9\xad\x50\xeb\x83\x6b\xc6\x80\xd3\x85\x44\x46\ \x8b\x2a\xc3\x18\x8b\xe0\xd9\xbd\x7d\xef\xf1\xdc\x3e\x71\x21\xe1\ \x6d\x80\xd1\x15\xb4\x51\x33\xb4\x29\x3e\x63\x7c\xdf\x79\xd3\x47\ \x1b\x89\x82\x18\xc9\x4d\xdf\xb5\x66\xdd\x76\x5d\xb7\x09\x13\x53\ \xd1\x57\x9f\xad\xf7\x00\x80\x29\x69\xee\xec\x01\x47\xbf\xfb\xef\ \x81\x12\xc5\x16\x9e\x32\x6d\xe2\xc8\x18\x87\x9e\x69\x75\x47\xb6\ \xae\x59\xb7\x2b\xa7\xdf\xad\xb3\x06\x75\x8a\xe4\x04\x91\x43\x44\ \x51\x48\xc9\xf9\x3d\xcb\x97\x6e\xb4\x27\x0f\x9c\x30\x7a\x70\x88\ \x59\x20\xbe\xca\xbd\x1b\x57\xef\x3c\x59\xc8\xb0\x21\x65\xe8\x2d\ \x63\xfa\x27\x62\xc6\x2a\x32\x76\x7e\xb3\x7e\x87\x4b\xc5\x1c\x6e\ \xc7\x52\x5b\x80\x84\x00\xe0\x2a\x1b\x13\x9a\xa3\x88\x60\x7d\xe0\ \xe8\x5b\xef\x68\xf8\x81\x5b\xc9\xcd\xf0\x78\x7c\xac\x4d\xab\xee\ \xfc\x30\xba\xaa\x36\xa2\x94\x18\x42\x3a\xc4\x85\xe3\xe5\x6f\xad\ \xa8\xd6\x45\x4d\xbc\x73\xd6\x3d\xac\xea\x1b\x39\x38\x29\x41\x00\ \x55\x56\x01\x10\x32\x26\x26\x75\xcc\x5e\xab\xf2\x41\xdd\x1e\xfd\ \xfd\x7d\xca\x89\x4d\xeb\xbe\xcb\xd4\x87\x75\x99\x3a\xf7\xf1\x00\ \xc3\x1b\x6b\xf6\x6c\x29\x3f\x69\xea\x76\xeb\xdc\x3e\xfa\x93\x1f\ \x7e\xbd\xcb\xe3\x29\x37\x76\x1e\xfb\xd8\x23\xd3\x0a\xb6\x7d\xbd\ \x66\x6b\xb1\x33\xa1\xdf\x6d\xf3\x9f\x36\xbd\xf1\xfc\x76\xbe\xff\ \x9c\xe9\x03\x76\x2c\x5d\x7c\xc6\xa3\x0f\xe0\x3d\x84\x41\x3b\xf9\ \x7a\xdb\xf5\x11\x00\x00\x6e\x75\x70\x8d\x10\x47\x7c\x65\x9b\x36\ \xad\xad\x52\x19\xc7\x61\x5f\x45\xd6\xf6\xb3\xec\x8e\xf1\xc1\x40\ \xdb\x90\x36\x02\x55\x05\x8e\x6b\x8d\x51\x03\x00\xe6\xa9\x2a\x48\ \x3f\x7a\x24\x5f\x3e\x1b\xdc\x75\xc8\x94\x84\x70\x7c\xc4\x47\xb0\ \x2d\x2a\x36\xde\x0d\x00\x96\x60\x44\x15\x9f\x8a\x53\x47\x4c\x09\ \x28\xda\xf1\xdc\xa2\xe5\x75\x58\x47\x0f\x1e\x2a\x45\x8e\x47\x46\ \x4f\xdc\xba\xeb\x5f\x27\x72\x91\x63\x40\x65\xa2\x21\xff\xd4\xc9\ \x74\x95\xb3\xdc\xfe\xd4\x28\x72\x7c\xf9\xbb\x4b\xd6\x33\x9d\x24\ \x1f\x38\xea\xd1\x3d\x7b\xfb\x94\xc1\x47\xd7\xf9\x14\x44\xdc\x35\ \x15\xe7\x4e\xe4\x1c\xf2\x31\x93\xd9\x78\xb5\x0d\x12\xed\x72\xa9\ \x36\x42\x80\x30\xd7\xfa\x6d\x75\x08\x33\xcd\x9b\x77\x3e\xb3\x58\ \x01\x44\x35\x24\xd9\x6f\xbd\x7f\x72\x8f\x28\xa3\xda\xa6\xa4\x91\ \xaa\x02\xcf\xb7\x0a\x46\x94\x68\x92\x33\xf1\xd6\xbb\xe6\x52\x7b\ \x4c\xcf\x64\xcb\x0f\xef\x1d\xf1\x3a\x86\x1b\x83\x3b\x4e\x9e\x3e\ \x43\x01\x40\xa2\xdd\x69\x40\x84\x71\x41\x31\xf6\xf3\x99\x39\x5e\ \x22\x48\x7a\x11\x38\x52\x78\x36\x07\x86\xf5\x0b\xb5\x0a\x59\x6e\ \xe0\x30\x42\x18\xf3\x1c\x26\x92\x3d\xc2\x22\x16\x1e\xce\x54\x45\ \x83\x51\xe0\xb0\xea\xc9\xcb\x3e\xc7\xfa\xc4\x93\x33\x6f\x7d\xba\ \xcc\x32\xe1\x96\x07\xd2\x26\x54\xec\xdd\xf0\xed\xf6\xa3\xd9\x04\ \xf3\xed\x36\xad\x8d\xda\x08\x01\x42\x7c\xeb\x8d\x1a\xd5\x78\x53\ \xd4\xcc\x07\xe7\x57\x54\xd6\x9a\x03\x9c\x3a\x04\x88\xc7\xaa\xcf\ \xa7\x42\x5b\xac\x5a\xeb\x61\xe4\x7f\x8d\x9a\xea\x2b\x3d\xb3\xf7\ \xfd\x75\xa7\x4e\x9f\x2b\x8c\x1c\x6f\xa8\xc9\xdd\xff\xce\x2b\x1f\ \xd5\x00\x20\x47\xef\x67\x1f\xb9\x85\xe7\x68\x55\xb1\x27\x3c\x24\ \x88\x67\x8a\xaa\x0a\x44\x56\x22\x42\x43\x10\xd4\x56\x7a\x28\xd7\ \xd8\xc3\x8b\x10\x68\x75\xe5\x3e\xad\x43\x44\x08\x92\x33\x55\x4e\ \xf2\xaa\xcc\x19\x1c\x2e\xd5\x55\xc8\xaa\xfb\xf0\xfa\x25\xe9\x3b\ \xd6\x24\xa6\x8d\xb9\x7f\xde\x6f\xe5\x57\x5e\xdc\x9e\xe9\x12\x85\ \xf6\xc6\x95\xb6\x69\x23\x8a\x31\x4f\x48\xab\x95\x11\xe6\xd4\xca\ \x55\x9f\xbc\xbb\xf1\x64\x55\x4c\xf7\x51\xf3\xee\x1a\x5e\x7a\xe4\ \x28\x0e\x4e\x8a\x09\x32\x10\xd2\x6a\x17\x5b\x51\x40\x10\x2e\xaa\ \xac\xe1\xcb\x04\x93\x22\xa9\xcd\xd9\xb0\x6a\xe5\x86\x1f\xb7\x65\ \xe4\x56\x02\xe6\x30\xe6\x78\x0e\x31\xea\x17\xe0\x78\x5e\x40\xda\ \xf1\xcd\x6b\x51\xf2\xa8\xbb\xa7\x0d\x8b\x08\x0e\x4a\x4a\x9b\x38\ \x6f\x46\xf7\x33\x7b\xd6\x65\x7b\x30\x8f\x11\xe6\x78\x9e\xc3\x00\ \x9c\x80\x6a\xb6\x6c\xda\x1b\xd0\x6f\xf6\x9d\x63\x7a\x85\x04\x85\ \xf4\x18\x31\x7d\xd6\x88\xe4\xdd\xab\xb7\x28\x01\xb1\x7d\xfa\xf7\ \x89\x0c\xd0\xbb\xab\x5d\xa0\xb3\xda\x8c\x12\x6b\xdf\x24\xda\x16\ \x41\x00\x14\x01\x41\x98\x6f\x83\x4d\xe3\x5d\xf9\x47\x0e\x14\x5b\ \x1f\xfe\xfd\x03\xfa\xe2\x63\xe7\x0a\xdd\xe7\x8f\xfc\x78\xe0\x5c\ \x09\xd7\xa6\x4f\xaf\x2c\x83\x28\x5e\x5d\x1b\x21\x84\x34\x6f\x4d\ \x59\x19\x87\x25\x9d\x44\x78\x8c\x80\x50\x4d\x73\xbb\xca\xca\x11\ \xc3\x1c\x06\x40\x4c\x2e\x2f\x2b\x55\x90\x50\x97\xb3\xeb\xb5\xb7\ \xb8\xdb\x26\x8f\xbe\xaf\x3b\xc6\x1c\x39\xb3\xf6\x93\x55\x1b\x8e\ \x62\x41\x00\x4a\xbc\xae\xf2\x72\xd9\x0d\x08\x71\x82\x50\x7c\x70\ \xf5\x3b\x9c\x6f\xd2\xc8\x69\xf3\x86\x50\x8c\x94\xbd\x2b\x5e\x5b\ \xbd\xf7\xbc\x25\xa1\x7f\xdf\x51\xe3\x82\x25\xca\x09\xdc\xd9\xd5\ \x8b\xb7\x9f\x2e\xe3\xdb\xd4\x9a\xde\x2e\x00\x14\x21\x82\x91\x48\ \xda\xe0\x20\x6b\xaa\x66\x30\x99\x1d\x36\xb3\xcd\x8c\x4b\x72\xce\ \x17\x15\xd7\x5a\x3b\x8a\x6d\x7b\x56\x9f\x0f\x44\xf1\x22\x6d\xd4\ \x02\x8c\x38\x49\xef\x3a\xba\x7e\xc1\x61\xe0\xb8\x7a\x67\x85\xd3\ \xe9\x4a\xf6\xad\x5a\xb0\x07\x38\x4e\xc0\x00\x50\x9b\xf1\xd6\x82\ \x74\xcc\x71\x46\x09\x97\x66\x6c\x59\x78\x7a\x87\xc8\x73\x8c\x12\ \x55\xd5\xb0\x20\x70\x08\x61\x1d\x7f\x7c\xd5\xa2\xa3\x80\x39\x49\ \x00\x00\x81\xa7\x99\x7b\xbf\x5f\x70\x70\x83\xc0\x63\xa6\x69\x8a\ \x46\x79\x51\x5f\x97\x73\xe8\xa3\xd7\x0e\x61\x8e\x03\xaa\x29\x0a\ \xe1\x04\x9e\x6b\x5f\x3c\xd1\x76\xa3\xa6\xe1\x36\xf8\x46\xc0\xa8\ \xc9\x19\x81\xcb\x36\xbc\xf6\xef\x2c\x5f\x75\x35\xcb\x5c\x6a\x4f\ \xe8\x37\xa6\x53\x18\x6d\xdd\xe2\xeb\x0b\xda\x48\x92\x5a\xe7\x1b\ \xa1\x8b\x1b\x21\x51\xb3\x9f\x20\xae\xfe\x1b\xc4\x0b\xa2\x3f\x79\ \x0a\x08\x0b\x4d\x46\x14\x9a\x5f\x5e\xff\x10\xa3\x0c\x30\x27\x8a\ \x5c\x83\xdf\x04\x8c\x52\x00\x2c\x88\xed\x08\x6a\xbb\x51\x63\x8c\ \x22\x44\x30\x16\x5b\xbd\xaa\x81\x51\xc2\x9b\x23\xa7\xcc\xb8\xb3\ \xd2\x47\x39\x0e\x03\xc2\xce\xd0\x98\x40\x03\x22\xad\x07\x22\x00\ \x78\xbd\x20\x49\x97\xd5\x46\x8c\x31\x55\x55\x55\x55\x6d\xbf\x43\ \xd7\x85\x68\x18\xcb\x84\xa8\x18\x71\x8a\xa2\xaa\x0a\x22\x14\x1a\ \x8a\x5a\x57\xc8\x1b\x69\xde\xd2\xcd\x6b\x56\xe7\x78\x18\x8f\x31\ \x10\x4f\x99\xdb\x32\xe7\xe1\x47\x07\x24\x98\xe5\xd6\xb7\xf4\xfb\ \xc7\xbd\x5b\x84\x91\xa2\x28\xd1\x51\x91\xf7\xdf\x3f\x57\x12\x75\ \xac\xbd\x73\xed\xba\xb0\x68\x3c\x2f\x55\x55\x19\x0e\x1d\xe9\x9b\ \x9a\xea\x9c\x3d\x0b\xcb\x32\x00\x20\x40\x1a\xd1\x74\x92\x44\x5b\ \x52\x30\x94\x6a\x9c\x31\xe2\xce\x87\x1e\xd7\x18\x20\x84\x0d\xbc\ \xf7\x9b\xc5\xef\xe5\x95\x56\xb0\x24\x5b\x1b\x1a\xd7\x3c\x9e\xcb\ \xc2\x88\x31\x26\x8a\x42\xe7\x94\x54\x8b\xd5\x4e\xdb\xa4\xe2\xda\ \xe5\x97\x82\x91\x20\x70\x15\x15\xa2\xd9\x1c\x1e\xe0\xb4\xf4\xee\ \x8b\xbc\x5e\x00\xc0\x98\x2b\x2b\x29\x6c\x8d\x22\x40\xc0\xea\x2a\ \x8a\x0a\xcb\xb5\x44\x9d\xae\x6d\x2d\xaf\x7e\x6d\xd4\x5c\xe7\xb5\ \x60\xd4\xda\x61\x74\x7d\xc0\x88\x31\x42\x29\x15\x45\x56\x5b\xab\ \xaa\x2a\x52\x55\x00\xc0\x98\x6a\x97\x77\x95\x10\xe6\xd5\x9a\xec\ \xa5\x6f\x7d\x96\xaf\x32\x0e\x63\xea\xa9\x2c\xc3\x11\x63\xa2\x82\ \xa1\x4d\xab\xa4\xdd\x6e\xd0\xeb\xaf\x1e\xa9\xb5\xcb\xf5\xe2\x62\ \x03\xcf\x83\x24\x21\x8f\x07\x5a\x57\x8e\x64\x54\xe3\x8d\x91\xb3\ \x1e\x7d\x9c\x50\x06\x98\xb7\xea\xd4\x6f\x3e\xfa\x20\x2b\xa7\x24\ \x25\x28\x0c\xb4\x56\xfb\xc4\x75\x75\x60\x34\x5e\xf4\x8c\xed\x21\ \xd2\xf5\xed\x1e\x51\x51\x44\xee\x36\xd0\xd5\x31\xc6\x34\x55\x55\ \x35\x4d\x53\x95\xaa\xd2\xfc\x9c\xa2\x0a\x8d\xd2\xb6\xd5\xc4\xeb\ \xea\x2e\xe5\x77\x6b\xd7\x46\xd7\x8f\xfa\x41\x88\xe7\x79\x4d\xd3\ \xea\xfb\xac\xfd\xda\x48\xa7\xc3\xad\x86\x11\xe6\x78\xb5\x2e\xfb\ \xb3\x37\x3f\x38\xef\x01\x81\xc3\xaa\xcf\x63\xed\x38\xbc\x6f\xa7\ \x50\xd2\xa6\x26\xda\xda\xda\x4b\x17\x26\xf1\x57\x7e\xd1\x08\x01\ \x30\xd0\x34\x8d\xb6\x57\xdf\x7f\x39\xe1\x79\x9e\x31\xa6\x28\x4a\ \x49\x49\x89\xc3\xe1\x90\x24\x09\x21\xa4\x51\xca\x78\x9e\xe9\x74\ \xb8\x45\xf6\xea\x96\x84\x12\x82\x0d\xe1\x33\x1f\x7e\x0a\x71\x48\ \x51\x54\xd1\x60\xb1\x59\x0c\x40\x1a\x1b\x0a\x5b\xad\x8d\x2e\xe9\ \xb4\xe6\x2f\x87\x21\x45\x55\x8f\xa5\x9f\x52\x64\x05\x73\x38\x29\ \x21\xce\x61\xb7\xd2\xc6\xea\x1d\x02\x00\x20\x84\xb4\xa2\x9e\x87\ \x05\x91\xa7\x9a\x4a\x9a\xd7\x7d\x10\xc6\xc0\xda\x91\xd9\x3a\x15\ \x82\x71\x56\x56\x96\xd3\xe9\x24\x84\xbc\xf8\xe2\x8b\xcf\x3e\xfb\ \xac\xcd\x66\x2b\x2c\x2c\xec\x10\x1b\x5b\x0f\x23\xff\x4a\xb5\x56\ \x9a\x41\xc9\xa8\xa3\xb9\xdf\xae\xda\x94\xe7\x92\x25\x63\x50\xff\ \xd1\xe3\x7b\xc6\xd9\x11\x6d\x0b\x8e\xaa\xab\x2f\xe5\xbe\xe5\x2f\ \x03\x7f\x6e\xd3\x96\x9d\x66\xa3\xc1\x6c\x36\x69\x1a\x59\xf9\xdd\ \x86\x3e\x3d\xbb\x5e\x68\x2b\x63\x8c\x01\x84\x04\x07\x5a\xcc\x17\ \x8f\x1f\x08\x3a\xbd\xc8\x61\x00\x46\x09\x51\x15\x55\xd3\x3c\xd9\ \x67\x4b\x4d\x41\xe1\x76\x23\xdf\xb4\x2b\x86\x6a\x2a\x43\x18\xb7\ \xf7\xa9\xb5\xc2\x90\x71\x1c\xb7\x66\xcd\x1a\x8f\xc7\x13\x19\x19\ \xe9\x72\xb9\x36\x6e\xdc\x58\x55\x55\xa5\xaa\xea\xef\x9f\x7a\x8a\ \x0a\x02\x35\x1a\x71\x4d\x0d\x92\x65\x40\xe8\xaa\xab\x14\x10\xe6\ \x58\x5d\xde\x67\xef\x7e\x50\xe9\xec\x48\x6b\x0a\x09\x41\x2b\x97\ \x7c\x2a\x3e\x30\xbf\x6b\x88\xa0\xb4\xb2\x89\xd6\xeb\x85\xda\xda\ \xa6\x74\x7d\x57\x34\x6a\x0c\x5c\xae\xea\xc1\xfd\x7b\x8b\xa2\xc8\ \x73\x9c\xd7\xeb\xcb\x2b\x28\x6a\x96\x1e\x65\x2c\xf3\x7c\xce\xa0\ \x7e\xbd\x9a\x0c\xb2\x20\x1e\x69\xc7\x37\xac\xd8\x9b\x5d\xc5\x61\ \xce\x10\x10\xd9\x7f\xf0\xa0\x08\xb1\x6a\xf3\xf7\xeb\x3a\x4e\x9c\ \xdd\xdf\x22\x6a\x18\x8b\x3c\x0f\x80\x98\x37\x7f\xf5\xea\x1f\xc2\ \x86\xdc\x3e\x20\x5c\x74\x7b\x55\xec\x6f\xdf\x66\x20\x08\x22\xa2\ \xaa\x4a\x91\x20\x0a\x3c\xc6\x54\x53\x65\x55\xf3\xf7\x77\x23\x46\ \x55\x45\xd1\x18\x70\xbc\x20\xf2\x3c\x30\xa2\x28\xca\xcd\xd0\x10\ \xa0\x69\x1a\xc7\x71\x9d\x3b\x77\x7e\xff\xfd\xf7\xcf\x9e\x3d\x9b\ \x98\x98\xb8\x6b\xd7\x2e\x97\xcb\x75\xf7\xdd\x77\x23\x00\x8d\x52\ \x6a\xb3\x01\xa5\xc8\xe3\x61\x7a\xfd\x55\x27\x1e\x31\xe6\x2a\xf3\ \x8f\xe5\x09\xc9\xbf\x9f\x7f\xc7\x0f\x8b\x3f\x4d\x1c\x3f\xbb\x70\ \xdd\x82\xf4\xb3\xf9\x5d\x23\x12\x40\x6b\x1d\x9d\x88\x7f\x27\xe9\ \x25\x1b\xdc\xf8\xcb\x29\x52\x55\xd5\x36\x6d\xd9\x29\x89\x22\x03\ \x26\x89\xa2\xc0\xf3\x4d\x93\x54\x1c\xcf\x67\x9c\xc9\xef\xd6\xa5\ \x93\xc5\x62\xa9\x87\x11\x02\xcc\xe4\x13\x3b\x76\x57\xc7\x8c\x18\ \x9e\x6a\xcf\x3a\xb8\xed\x83\x45\xf9\x73\x1f\x98\x3e\x6c\xf4\x70\ \x5d\x80\x04\x08\xcb\x55\x85\xe9\x59\x79\x9a\x14\x98\x18\x83\x73\ \xce\xa4\xe7\x8b\xbb\x70\x4c\x40\x78\x6c\xa4\x2f\xaf\x4c\x1f\x14\ \x19\xa0\x63\x25\xb9\xe7\x34\x63\x70\x88\x09\x72\xcf\x9c\x2e\xa9\ \xa8\x35\x04\x44\x26\xc6\x47\x68\xd5\x85\xe9\xe7\x72\x35\x9d\x33\ \x31\x3e\xda\x24\x42\x5d\x65\xfe\xf1\xac\x02\x4d\xb4\x74\x88\x8f\ \xb3\x49\xf8\xc6\xb6\x8b\xa2\x28\xee\xde\xbd\x7b\xf9\xf2\xe5\x94\ \xd2\xd8\xd8\xd8\xb9\x73\xe7\x46\x45\x45\x15\x15\x15\x2d\x5e\xbc\ \x78\xc3\x86\x0d\x9b\x36\x6d\x9a\x3c\x7b\xf6\x14\x87\x03\x18\x43\ \x75\x75\xec\x8a\x24\xeb\x0d\xca\x01\x10\xe2\x79\x44\x55\x8d\x10\ \x5f\xc5\xee\x8d\xab\x8b\x33\xd5\xc1\x03\x1d\xa8\xf5\x99\xc2\x9a\ \x1a\xe0\xf9\xd6\x1a\x35\x4a\xa9\x20\xf0\x3d\xba\xa6\x48\xfe\x6a\ \xeb\x25\xc6\x47\x27\x49\xe5\x95\x55\x84\x36\xdb\xf5\xc2\x18\x41\ \x92\xa5\x63\xd7\x3e\xc3\x47\xc4\xf6\x4e\x30\x1d\xfe\xeb\xd7\x39\ \xb9\xf9\xa7\x57\xaf\x4a\xba\xf3\x09\xa7\x76\xe2\xbf\x8b\xbe\xaa\ \x35\x38\x1d\x01\xe1\xce\xd0\xee\x3a\x01\x15\xe5\x9e\x3b\xcb\x7c\ \x01\xa1\xfc\xd7\x9f\x7f\x9e\x3c\xf3\x8f\x53\x63\xe5\x95\xdf\x7e\ \xe2\xea\x76\xdf\x8c\xd0\x9c\x4f\x3e\x58\x63\x8e\x8e\x8b\x4a\x30\ \xc6\x05\xc9\x5f\x2f\xfd\xa6\xd6\x10\xc4\xaa\x7e\x3c\x70\x7e\xd4\ \xac\x01\xce\xaf\x17\x7f\x5a\x63\x8b\xb6\xe9\x0d\xd6\x88\x68\xbb\ \x4e\x82\x1b\x1a\x46\x9a\xa6\x75\xea\xd4\x29\x2d\x2d\x6d\xed\xda\ \xb5\xe3\xc6\x8d\xeb\xdc\xb9\xb3\xc7\xe3\x49\x4c\x4c\x1c\x31\x62\ \xc4\xa2\x45\x8b\x86\x0d\x1b\x96\x9a\x92\xa2\xa6\xa7\x4b\x94\x62\ \xb7\x9b\xe0\xab\xb7\x8e\x32\xa2\x9a\xc2\xba\xdf\x32\x3e\x52\x62\ \x5c\x48\x90\x6e\xff\xf1\xdc\x81\x13\x66\xf4\x89\x77\xa8\xad\xaf\ \xf0\xd7\xd4\x00\xc7\xb5\xd6\xc5\xf6\x2b\x24\x67\x80\xfd\x72\xcb\ \x47\xf5\x3a\x9d\x5e\xa7\xbb\x78\xc2\x17\x71\x3c\xc8\x99\x27\xf6\ \x6c\xf0\x1d\xcb\xd8\xb7\x8d\x8f\x4e\x88\x0f\x33\x9c\xc1\xbc\x0e\ \xc9\x07\xb7\x7c\x5f\x1d\x39\xf8\xf1\xd9\xa3\x45\xaa\x61\x39\x5b\ \xc5\xc6\x7e\x93\x67\x4e\x4a\xb0\x78\x5d\x19\x9c\x20\xf1\x18\x18\ \x20\x5e\x94\x44\x9e\x53\xdc\x35\x7c\x40\xa7\x39\x0f\xdd\x1f\x24\ \x68\x87\x57\xbe\x7f\xa4\x90\xbb\x65\x5a\x57\x96\xed\xfd\x72\xcb\ \xb6\xf3\x1d\x06\x15\x95\xf9\x52\x86\x0d\x1e\xdd\x33\x46\x64\x9a\ \xa2\xdd\xe0\xd9\x76\xc6\x98\x24\x49\x16\x8b\x05\x63\xcc\x71\x5c\ \xe3\x32\x20\x8e\xe3\x38\x8e\xb3\x58\x2c\x3a\x49\xa2\x26\x13\x30\ \x86\xdc\xee\xd6\x78\xd9\x8c\x31\x6c\x08\xe8\xde\x23\x58\xf5\xf9\ \xd2\x26\xff\x36\x6d\xaa\xa0\x93\x78\xad\xf5\x94\x34\x00\xe0\x72\ \x01\xc7\x5d\x1a\xf0\x5f\x29\xfd\x48\xae\x28\x2d\x4d\x89\x23\x0e\ \xb4\x8a\xa2\xbc\xec\xfc\x0a\x67\xca\xa8\x07\xee\xbe\x2d\x5c\x4f\ \x35\x0a\x8c\xc8\x95\x65\x75\xe1\x31\x51\x26\x09\x21\xcc\x61\xc4\ \x18\x30\xc6\x28\x21\x14\x01\x50\xc6\x10\xc7\x73\x5c\xfd\x90\x1e\ \x42\x18\x63\x44\x09\x05\x50\x2b\x5c\x1e\xc0\xa8\x2c\x37\xb3\x94\ \x06\x8c\x18\x3d\x20\xac\x43\xe7\x99\x77\x8f\x29\xdc\xf1\xc5\x1b\ \x6f\x7e\x72\xa2\xd8\xcb\x73\x37\xb8\x87\x2e\x08\xc2\xa1\x43\x87\ \x56\xaf\x5e\x2d\x49\xd2\xee\xdd\xbb\xf3\xf2\xf2\x04\x41\x28\x2a\ \x2a\xda\xbe\x7d\xbb\x28\x8a\xeb\xd6\xad\xdb\xbd\x6b\x17\x67\xb7\ \x03\xa5\xd8\xed\x6e\x2d\x77\x2a\x25\xb2\x4f\xa6\x80\x38\x5e\xe0\ \x31\x53\xe4\x36\xba\x98\x2e\x17\xf0\x7c\x1b\xb4\xd1\x35\x7d\x7c\ \x88\xcc\xf4\xdd\x87\x4c\x99\x31\x34\x4a\x53\x34\xa2\x11\xad\x96\ \x51\xca\x18\x6f\x88\x88\x0e\xdc\x7d\xe8\x60\x4e\x6a\x84\x05\x6b\ \x12\x2f\x09\x9a\x52\x52\x58\x56\x13\xcc\x10\x67\xb1\x32\x39\xf3\ \x64\x56\x5d\x88\x53\x51\x14\xca\x58\x03\x0b\x2a\xd5\xa8\x10\x19\ \xee\x90\xce\xfb\xba\x0d\x1d\x1f\x21\x11\x99\x02\x07\x4c\x17\xdb\ \xe7\xbe\x87\x92\x96\xbc\xf2\xea\xda\x1d\xdd\x52\xee\xe8\x02\x37\ \x34\x05\x8a\xa2\x28\xa9\xa9\xa9\xaf\xbe\xfa\xea\xee\xdd\xbb\x3f\ \xfa\xe8\xa3\x17\x5e\x78\xa1\x43\x87\x0e\xb9\xb9\xb9\x25\x25\x25\ \x77\xdd\x75\xd7\xf0\xe1\xc3\xa9\x20\xc8\x87\x0e\x99\x18\x43\x6d\ \x88\xf9\x1b\x35\xd3\x35\x39\x96\x7e\x6d\x64\x36\xb7\x16\x46\x8c\ \x31\x9e\xe3\xb8\xcb\xb4\x24\xf2\x1c\x87\x10\xba\x54\x21\xf1\x82\ \x80\x98\xa6\xc8\x3e\xd9\xa7\x21\xcc\x21\x40\x82\xc0\x11\xca\x77\ \x1d\x36\xed\x5c\xde\xd2\x0f\xde\xf8\x8f\xce\x12\x34\xea\x8e\xbb\ \x86\xf6\x4b\x5e\xf2\xfd\xa2\xd7\x0e\xc6\x8c\x99\x3e\x7b\xfc\xd8\ \xfe\x8b\xbf\x5a\xf2\xcf\x23\xa6\xba\x1a\x3c\x38\xc0\x08\x0a\x16\ \x04\x1e\x01\xd3\x64\xda\xa1\xff\xb8\xc1\x25\xcb\x17\xbf\xfe\x6f\ \xbd\x20\xc4\x0f\x9e\x34\x2a\x41\xfc\x6e\xd9\x57\x45\x2a\x56\x84\ \xe8\xa1\x3d\x22\x99\x76\xe3\x97\x90\xf5\x7a\xbd\x28\x8a\xa7\x4e\ \x9d\x8a\x8f\x8f\x0f\x0b\x0b\xdb\xb6\x6d\x5b\xff\xfe\xfd\x03\x03\ \x03\x4f\x9d\x3a\x35\x79\xf2\x64\x15\x21\x6a\x36\x03\xa5\xb8\xae\ \xee\x67\x62\x72\xae\xaa\x6a\x8b\x6f\x84\x00\x21\x54\x52\x56\x6e\ \x36\x99\x5a\xb2\x5d\xe0\x76\x7b\xdd\x1e\x2f\xdf\x3c\x05\xa0\x22\ \xe3\xf8\x87\x1e\x45\x9c\x28\xfb\x34\x00\x60\x94\x30\x5d\xc8\xcc\ \x87\x1f\xe4\x04\xa4\x0a\xa1\x53\xee\x7b\x78\xa8\xab\x96\x20\xde\ \x60\xe2\xf5\x83\xa6\xfe\xae\xeb\x08\x1f\xc1\x46\x13\xd6\x07\x8f\ \x7a\x24\xb6\x4f\x9d\x4f\x15\x24\x83\x41\x2f\x02\x1d\x3a\x3f\x86\ \x09\x4c\xa5\x00\x8c\x0f\x18\x39\x7d\x5e\x5a\x75\x8d\x42\x90\x64\ \x34\xea\x79\x98\x30\xeb\x5e\x59\x63\x92\xd1\x62\xd6\xf3\x2a\xb9\ \xf1\x61\x44\x29\x55\x14\x65\xc8\x90\x21\x41\x41\x41\x1c\xc7\x1d\ \x38\x70\x60\xf2\xe4\xc9\x26\x93\x29\x37\x37\x57\x55\x55\xca\x71\ \xd4\x62\x01\xc6\x50\x6d\x2d\xfb\x79\xa6\x45\xfd\x46\xed\x92\x5d\ \xdb\x97\x8d\xd4\xfa\xf4\xea\x76\x22\xe3\x2c\xb0\x96\x46\x98\x18\ \x50\xca\xa2\x22\x42\x83\x02\x03\x9a\x27\xb2\x91\xa8\xd3\x37\x4f\ \x4f\x23\x49\xaf\x03\x4a\x29\xd1\x10\xe2\x2d\x76\x07\x00\x30\x4a\ \x35\x82\x0c\x66\x9b\xc1\xff\x7f\x8d\x0a\x06\xb3\xc3\x00\xfe\x87\ \x18\x27\xe8\x78\xf0\xe7\x2a\x19\xd5\x34\x84\x4d\x56\x3b\x34\x98\ \x3a\xa3\xd5\x6e\xf2\x9b\x4f\x72\xb3\x74\xb3\x50\x4a\x53\x52\x52\ \x00\xc0\xe7\xf3\x3d\xf5\xd4\x53\x01\x01\x01\x06\x83\xc1\xe1\x70\ \xa8\xaa\x8a\x28\xa5\x56\x2b\x50\x8a\x2b\x2b\xe1\xe7\xc9\xe5\x96\ \x94\x80\x20\xb4\x36\xe0\x27\x84\x46\x45\x84\x05\x05\x39\xe9\xe5\ \xef\x96\x4e\x27\x35\xdd\xdb\x57\x0f\xb0\x4b\x39\x75\x1a\x7e\xd2\ \xfc\x62\xd6\x24\xa9\xdd\xdc\x4c\xb3\xe6\x83\x46\x17\x3d\x48\x6f\ \xc6\x29\x24\x7f\x0b\x91\x20\x08\x9d\x3a\x75\x52\x14\xe5\x42\x47\ \x11\xa5\xcc\x6c\xa6\x16\x0b\x57\x56\x86\x34\xed\xe7\x40\x52\x59\ \x19\x38\x9d\x97\x3e\xd1\x65\x7d\x23\x8d\x10\x81\xe7\xaf\xb4\x44\ \xb4\xbd\xbb\xed\x67\x8f\xff\x65\x59\xbe\xf8\x87\x18\xd3\xc0\x40\ \x5c\x5d\x8d\x14\xe5\x7f\x0e\x23\x42\xa0\xb6\x16\x82\x5b\xa0\x66\ \xc3\x57\x7e\xdd\x57\xde\x95\xdc\x2e\xbf\xbc\x20\x44\x02\x03\x71\ \x55\x15\x28\xca\xff\xfc\xb9\x3c\x1e\xa8\xa9\x81\xa0\xa0\xb6\xc1\ \xa8\x5d\xae\x0f\x18\x39\x9d\xb8\xaa\x0a\xa9\xea\xff\x5c\x1b\xf9\ \xeb\xb2\x2d\x69\x23\xbe\x45\x0d\xd4\x7e\x77\xae\x1b\x4b\x07\x40\ \x9d\x4e\x5c\x55\x05\xb2\x4c\x8d\x46\xf4\x3f\xf5\x34\x3c\x1e\xa8\ \xae\xbe\x3a\x8c\xfc\x49\xf7\x76\x9e\xa1\xeb\x49\x30\x66\xc1\xc1\ \x5c\x65\x25\x4f\x29\xe2\x38\x0c\xe8\x7f\x78\xfb\xfc\x30\x0a\x09\ \xb9\x12\x8c\x28\x65\x76\xbb\xc3\xbf\x24\xb4\x5d\xae\x27\xe9\xd8\ \x11\x6a\x6a\x82\x8d\x46\x08\x0c\x04\x00\x77\xad\xeb\x8a\xe1\x2c\ \xc2\x18\x5d\x63\xc0\xeb\x72\x81\xd7\x0b\xa1\xa1\xed\xbe\xd1\x8d\ \x28\x91\x91\xc0\x18\x14\x14\xb4\xca\x95\x02\xa6\xfa\xbc\xea\xb5\ \xa5\x4d\x72\x73\x01\x63\x08\x0b\xbb\x0a\x8c\xda\xcd\xd9\x75\x29\ \x76\x3b\x18\x8d\x90\x9f\x7f\x75\x0c\x61\x4e\xab\xce\x5c\xb2\x78\ \x79\x56\x2d\x16\xf9\xb6\x6b\x90\x82\x02\x70\x3a\xa1\x25\xca\xeb\ \x66\xbe\x91\xaa\x2a\xaa\xa2\xb4\x3b\xd8\xd7\x43\x7c\xe6\x1f\xb8\ \x40\xaa\xaa\x2a\x44\xd3\xdb\x6c\x90\x9b\x8b\xaf\x16\x21\x61\xcc\ \xd7\x14\x9f\xc9\xae\x83\x29\x4e\x23\x62\x1e\x7c\xa1\x0c\xd7\x3a\ \x2b\x57\x50\x00\x21\x21\x2d\xee\x24\xe5\x9b\xfa\xd7\x55\x95\x15\ \x44\xd3\x18\xfb\x55\xe7\x15\x31\xe6\x58\xc3\x51\x52\x42\xa0\x59\ \xbd\xe6\xa6\xf8\x08\x30\x06\x1c\xc7\xdb\x1d\x8e\xe2\xa2\xc2\xf2\ \x6a\x97\xc9\xeb\x8b\xb3\x98\x6b\x8f\x1c\x76\x15\xe4\x86\xd9\x02\ \x08\xd1\x2e\x6f\x55\x98\xa8\x37\xa9\xe5\x47\xcf\x64\x15\x18\x83\ \xa5\xfa\x81\x10\xc6\x80\x13\x24\x49\xb8\xba\x76\xca\xcb\x83\x90\ \x90\x16\x17\x6d\x37\x1b\xbe\xd6\xe9\xf4\x46\xa3\xf9\xd7\x9c\x9e\ \xc6\x18\xe7\x9d\x3b\x5b\x90\x9d\x05\x0c\xcc\x76\x5b\x4a\x5a\x5f\ \x7f\x3f\x57\xe3\x67\x94\x68\x1a\x21\xe4\x32\x5c\x86\x0c\x00\xeb\ \x0c\x7a\x50\x7d\x3e\xb5\xf1\x1a\xe6\x67\xd1\x41\x8c\x10\xca\xda\ \x44\x82\xf8\xcb\xa9\x22\xe0\x38\xae\xa8\xb0\xa0\xb2\xbc\x3c\x21\ \xb9\xb3\x51\x10\x84\x90\x30\x6b\x9d\xdb\x85\xb9\xb2\x92\xa2\x2b\ \xfc\x22\x21\x9a\x2d\xba\xf7\xc8\x2e\x87\xbf\x7c\xf3\x5f\x6b\xcd\ \x3a\xc4\x00\x00\xa8\xea\x93\x62\xd3\xee\x9b\x35\x2d\x5c\xa7\x5d\ \xc5\x67\xca\xcf\x87\x84\x84\x16\x97\x49\x36\x33\x6a\x8c\x52\x4a\ \xc9\x2f\x0b\x23\x3f\xcf\x3c\xdf\xb0\x3f\x15\x21\xd0\x34\x42\x08\ \xf1\x7f\xc2\x64\x9f\x37\x2f\x2b\xb3\xcf\xc8\x51\x1c\xc7\x1f\xdb\ \xbd\xf3\xd0\xf6\xad\x3a\x83\xa1\xb1\x95\x96\x31\x08\x89\x8a\xb6\ \x3a\x02\x18\xab\xa7\xac\xe7\x45\x89\x47\x8c\x50\x86\x30\x46\x00\ \x4c\xad\xd9\xba\xfa\x7b\x14\xdd\xa7\x6f\x92\x43\xd3\x48\x83\xd7\ \x09\x75\x35\x95\x0a\x6f\xb0\xe8\xae\x0f\xba\x37\x84\x90\xec\xf3\ \x95\x96\x14\x77\xec\x94\x62\x36\x99\x35\x84\x98\xdd\xc6\x67\x66\ \x46\x04\x87\xe6\x67\x9d\xf5\x78\xdc\x4e\x67\xd0\x65\x0e\x97\xaa\ \xc8\x30\xfa\x9e\x27\xfb\x55\x94\x55\xd6\x7a\x01\x01\xd1\x34\x8d\ \x10\x4e\x6f\xb5\x0b\x9a\x76\xe5\x7c\xa1\xaa\xc2\xf9\xf3\x30\x78\ \x70\x8b\x0f\xf2\x4d\x9d\x78\xca\xea\xc9\x1d\x7f\xd9\x33\xaa\xab\ \x73\x97\x95\x95\x22\x84\x18\x00\x30\x66\x36\x5b\x1c\x8e\x7a\x9e\ \x13\x06\x20\x7b\x3d\x25\x79\xb9\x94\x52\xb3\xdd\x5e\x5d\x51\xee\ \x6b\x98\x60\x47\x00\x5e\xb7\xa7\xd6\xe5\x4a\x1b\x31\x4a\x55\x34\ \x00\x24\x4a\xdc\xfe\xcf\xfe\xbd\x68\x6b\x96\xd9\x6a\x40\x82\xa5\ \xff\xd8\xe9\xb7\x0c\x8a\x28\xca\x3a\x07\xe6\x54\x04\x0c\x61\x5e\ \xaf\xd7\x61\x84\x90\x5c\xfc\xf9\x87\xaf\xc8\x83\x1e\xfd\xdd\xc8\ \x38\x57\x55\x0d\x12\x25\xa4\xfa\xbc\x2a\x15\x74\x7a\x11\x54\x8f\ \x4c\x25\xbd\x5e\x12\x38\x46\x94\x3a\xb7\x17\x38\xc9\xa0\xd7\x71\ \x88\xf8\xbc\x5e\x59\xa5\xbc\x20\xe9\xf5\x12\x06\xea\xf3\x78\x94\ \x9f\xab\xe9\x00\x63\xec\x76\xd7\xe9\xf4\x7a\x93\xd9\xac\x29\x0a\ \xa7\xd7\xe3\x8e\x1d\xd9\xde\xbd\xb8\xbc\xc2\x6c\x73\x94\x16\x15\ \xa2\xcb\xb7\x65\x23\x04\x54\x53\x6a\x5c\xe5\x05\xc5\xd5\xa6\xa0\ \xa8\xa4\xd8\x0e\x3a\x8e\x6a\x84\x50\x72\xb5\x2e\xb6\xc2\x42\x70\ \xbb\x21\x3e\xfe\x6a\x30\xf2\x7f\x7e\x19\xfd\x65\x7d\x23\x9e\x13\ \xca\xca\x4a\xff\xfc\x97\xbf\x1a\x0c\x7a\x51\x10\x8b\x4b\x4a\xe6\ \xdd\x37\x77\xfc\xf8\xf1\xfe\xaa\x24\x63\x54\x91\xe5\xca\xd2\x12\ \xc6\x18\xc2\x58\xd4\xe9\x9a\xe2\x8f\x12\xe2\xf1\x78\x1a\xde\x02\ \x02\x60\x79\x27\x4f\x8b\x91\xa3\x1e\xbb\xbf\x6f\xe9\xd1\x8d\xaf\ \xbf\xf9\x1f\x6c\x7b\xa9\x63\xe7\xce\x75\x01\x06\x84\xb1\xeb\xfc\ \xe1\x15\x3f\xec\xae\x00\xc7\xe8\x49\xfd\xbd\x35\xa5\x9b\x3f\x5f\ \xa4\x1e\x8d\x4e\x1b\x33\x92\x64\x1e\xd6\xa2\xfa\xf4\x8f\xb5\x9c\ \x39\xb0\x2e\x8b\xc6\x0c\x4d\x71\xee\x5d\xbf\xfa\xe0\xa9\x02\x29\ \x38\x65\xea\x2d\xc3\xc4\xd2\x93\x5f\xaf\xdf\x5a\xaa\xd9\x07\x8f\ \x1a\xd3\x35\xc6\x52\x96\x75\x70\xc3\xa6\x3d\x95\xd4\x3c\x60\xec\ \xb8\xd4\x70\x2b\x69\x0b\x0d\xe3\x4f\xf1\x8d\x08\x21\x3c\xc7\x63\ \xcc\x01\x40\x66\x5e\x9e\xea\x72\x75\xc1\x18\x95\x95\xf2\x51\x91\ \x8c\x5d\xde\x34\x23\xc4\x23\x79\xe7\x8a\x77\x97\xed\x2e\x09\x09\ \x0b\xa8\x29\xce\x37\xa5\x8c\xfb\xed\xec\x71\x76\xae\x15\x0e\x76\ \x41\x01\x88\x62\x8b\xd1\x7e\x33\x18\x21\x40\xb4\x91\x69\xf6\x97\ \x13\x59\x91\xe3\xe2\x62\x6f\x9d\x7a\xcb\x9e\xbd\xfb\x8c\x06\x7d\ \x4c\x4c\xcc\xf0\xe1\xc3\x7d\xbe\xfa\x05\x61\x44\xd3\x2c\x76\x7b\ \xe7\xb4\xbe\xe4\x12\x06\x0c\x84\xb1\xbb\xba\x3a\xe3\xd0\xa1\x06\ \xbb\x8c\x28\x45\x8c\xd3\x05\x45\x74\x48\xe9\x9c\xa2\xd8\xbd\x9f\ \x2d\xd9\x5c\x58\x5c\x5a\xb2\x6e\x45\xed\x90\xb8\xee\xd6\x73\xff\ \x7a\x71\xa1\xd8\x69\x40\x7c\x10\x26\x44\x43\x1c\x6f\x75\x06\x45\ \x84\x87\x3b\x74\xde\x2f\xbe\x5d\x46\xc6\x26\x8c\xe8\x68\x3d\xbb\ \x67\xf5\xf7\x30\x71\x40\x68\xe5\x92\x0f\x96\x05\x0d\x1a\xd7\xd1\ \x6c\x62\x65\xc7\xde\x7e\x6b\x31\x4e\x1a\x1c\xcd\x32\xde\x7e\xfb\ \xc3\xdf\x3d\x72\xdb\xda\x57\xde\x70\x25\x8f\xe9\x16\x22\x31\x4d\ \xf1\x9f\xde\xcf\x65\xfa\x29\x00\x60\x8c\xaa\xab\x6b\xb7\x6d\xd9\ \x12\xe0\x76\x27\x7b\xbd\x5c\x59\x39\x74\x88\xb9\xa2\x1a\x13\x6a\ \x72\x77\x6f\x3c\xa1\xde\xfb\xa7\xbf\xf6\x0c\xd5\x2b\x15\x67\xde\ \x7b\xeb\x93\x9d\xe9\xdd\xa6\xf4\x0c\xd5\xe4\xab\x0d\x87\xe4\xe7\ \x83\x20\xb4\x58\x97\x6d\xd1\x37\xfa\xc5\x5b\x7a\x98\x2c\xcb\xa3\ \x47\x8d\xdc\xbf\x7f\x7f\x66\x56\xd6\xb3\x7f\xfa\x23\xcf\x73\xb2\ \x2c\xfb\x3f\x61\x94\x32\x4a\x88\xec\xf3\x91\x4b\x28\x79\x10\xc6\ \xb2\x2c\xd3\x26\x6f\x81\x32\x24\xf2\x5a\xfa\xf6\xe5\x2f\xb9\x77\ \xe4\x9c\x3c\x52\x1b\xd1\x73\x4c\xef\xd0\x4d\x1b\x45\xa3\x04\xc7\ \xb7\xac\x2a\x8b\x18\xf6\xfa\x53\xf3\x2c\x44\xc1\xa4\xe4\x47\x95\ \xc5\xf7\x1b\x36\x75\x7c\x67\xea\xce\xe6\x44\xbd\xc0\x21\x4a\x18\ \x27\xea\xf5\x88\xd7\x14\x1f\x32\x45\x4f\x9e\x71\x57\xef\x30\xf1\ \xf0\xca\x85\xbb\x8e\x96\x0f\x8a\xa9\xae\x96\x69\xc9\xb1\x23\x19\ \x39\xc3\x79\x09\xd7\xd4\xd2\xa4\x5b\x86\x25\x06\x1b\x65\x59\x61\ \xec\xe7\xf1\xd0\xeb\x5b\xb2\x28\x65\x06\x83\xe1\x9e\xbb\xee\xc2\ \x49\x49\xdc\x37\xdf\x90\x92\xe2\x2b\x2f\x53\x47\x08\x54\xd9\xa3\ \x89\x96\xb0\xe0\x00\x49\x24\x52\x60\xa8\x43\x87\x7c\x3e\xa5\x55\ \x71\x45\x41\x01\xf0\x7c\x8b\x05\x35\x68\xa1\xdf\x88\x51\xf8\xa5\ \x03\x7e\xa2\x69\x26\xa3\x71\xec\x98\xd1\x67\xcf\x65\x26\x24\xc4\ \x2b\xb2\x0c\xac\x61\x20\xce\xdf\xc4\xd6\xe2\x8b\x64\x00\x8c\x01\ \x63\x0d\x8f\x22\xa0\x8c\x52\x30\x5a\x9c\x31\x71\x1d\x53\x7b\x0e\ \x4d\x48\x4c\x08\x33\xb8\xd7\x12\xe0\x18\xf1\xd6\x7a\x4c\x16\x8b\ \x84\x89\xea\xd3\x24\x04\x94\x32\x4a\x29\xd1\x54\x40\xc0\x18\xd3\ \x28\xe2\x79\xcc\x21\x0c\x8c\x01\x03\x84\xa8\xe2\xf3\x29\x32\xf3\ \x78\x7c\x9c\x29\x24\x3e\x36\xca\x40\x43\x1f\xef\x3e\x36\x31\x29\ \x7e\xd4\x9f\x9e\xdd\xb0\x7a\xd5\x82\x3f\x3d\x9d\x3a\xfd\x37\x73\ \x47\x77\x24\xca\xcf\xc2\x9c\xe9\x3f\x01\x54\xef\x27\x61\xc6\x20\ \x32\x0a\x00\xd0\xf9\xf3\x0d\x31\x43\xcb\x42\x09\x71\x44\xf7\xec\ \x66\xdd\xf6\xca\x0b\x7f\xef\x92\x10\x52\x95\x9d\x9e\x8f\xe3\x7e\ \x93\x1c\x41\x5b\xc3\x28\x72\xe6\x0c\xe8\x74\xad\xd2\x46\x14\x28\ \x03\xca\xe0\x97\x0f\xf8\xbd\x3e\x6f\x9f\x3e\x69\xbd\x7b\xf7\x52\ \x14\x85\x36\x21\xe0\xa1\x8c\x52\x46\x30\x87\x29\xc3\x97\x3a\x9e\ \x08\x23\x4a\x09\x03\xc6\x80\x02\x20\x06\xc8\x2b\x93\xe0\xf8\x3e\ \x93\x26\x0d\x51\xdd\xb2\xa6\x11\x45\x23\xaa\xaa\x68\x1a\x8a\xeb\ \xde\xa3\xec\x3f\xeb\x56\xfd\xd0\xa1\x8b\x93\x37\x85\x04\x38\x0c\ \xe2\x96\xfd\xfb\x8f\x45\x6a\x96\x90\xa0\x58\xa7\xf1\x9b\x0d\xeb\ \x0f\xc4\x8f\x28\x28\xae\x50\x02\x29\x63\x9a\x22\x2b\x84\x11\x45\ \x43\x31\x49\x89\x01\xf8\x70\x99\x66\x1e\x1e\x6f\x96\x41\xd0\x0b\ \x4a\x41\xae\x3b\x6d\xc2\x6d\xde\xc2\x97\x56\x6d\x3f\x31\x6b\x54\ \x27\x1e\x7e\x0e\x4d\xce\x00\x18\xa3\x08\x61\x84\x50\x55\x45\x79\ \x75\x75\x35\x70\x38\x3a\x20\x40\xca\xcc\x44\xf2\x95\x54\x0b\x63\ \x84\x4a\x41\xd3\x1e\x7c\x32\xe4\xc7\x1f\xcf\x96\xba\x83\x3b\x8f\ \x9c\x3e\x6c\x48\x94\x0d\xcb\x2a\xc5\x18\xae\x64\x85\x28\x85\xac\ \x2c\x88\x89\x01\x9d\xae\x15\xda\x88\x02\xa5\xf0\xeb\x48\x1b\x31\ \x00\x86\x10\x22\xf5\x04\xab\x17\x2c\x17\xc6\x5c\x7e\xd6\xf9\x4b\ \x93\x8d\x08\x21\x4f\x9d\x5b\x32\xe8\x1b\x53\x16\x44\x63\xf6\xf0\ \xe8\x50\x87\xe4\x71\x7b\x35\x9f\xca\x00\x89\x18\x07\x47\x45\x13\ \x03\x0a\xee\x3a\xf9\x91\x69\x9e\x2f\xbf\xfc\x70\x0b\x67\x1a\x36\ \xfb\x37\x63\x6e\x9d\x76\xee\x83\x15\x6f\xbc\x97\x3e\xfa\xae\xdf\ \x8c\x9b\x75\x4f\xfe\xbb\x9f\x2e\x78\xf5\x34\x06\x6b\xdf\xc1\x91\ \x88\x73\x45\xc7\x46\xe9\x31\x28\x3e\x9f\x31\x6e\xd0\xc3\x0f\x54\ \x2f\x59\xf5\xdf\x43\x2a\x44\xf7\x19\x37\x7b\x5c\xca\xfe\xb5\xcb\ \x76\x17\x7a\x04\x43\xcc\x7d\x77\x0e\x14\x88\xfa\xb3\xcd\xaa\x30\ \x06\x84\xa8\x67\x4e\x9f\xac\xa9\xae\x32\x1a\x4d\x58\x30\xa8\x1d\ \xa2\xd9\x99\x33\xb2\xab\xea\x0a\x23\x22\x08\xf3\xa4\xe6\xfc\x67\ \x1f\x7e\x96\x4f\xf4\x7a\x1e\x55\x96\x97\x7d\x70\x78\x07\xf0\x3c\ \x51\x95\xe8\x7e\xb7\xcd\x1e\xdd\x05\xc8\x65\xb4\x69\x6d\x2d\x94\ \x96\x42\xff\xfe\x97\xfd\xcb\xee\xba\x5a\x42\x08\xc7\x71\x65\xa5\ \x25\x75\xb5\xb5\xe6\xc6\x99\xfc\x5f\x6b\xca\xa4\xce\xe5\x2a\xcc\ \xc9\x46\x97\x68\x6f\xc6\x98\x20\x8a\x11\xf1\xf1\x8d\x6c\xff\x8c\ \x01\x2f\x8a\x98\x69\x8a\x5a\x9f\x76\x62\x0c\x04\x51\x04\xa2\xaa\ \x14\x44\x51\xf0\x9b\x48\x4a\x34\xc0\x3c\xcf\x21\x4a\x19\x25\x1a\ \x43\xbc\xc0\x63\x4a\x08\xe2\x38\x20\x9a\x4a\x41\x14\x38\x55\x51\ \xa9\x9f\xfb\x5b\x10\xfc\x9c\x3a\xfe\x71\x4d\xcc\xf1\x08\x98\x9f\ \x24\x5e\x55\xc9\xcf\xd3\x57\x8f\x31\x76\xd7\xd5\x9d\xcf\x3a\x1b\ \x12\x16\xe1\x70\x04\x20\x84\x90\x5e\xef\xf8\xcb\x5f\xc5\x0d\x1b\ \x4f\x2f\xf9\xa4\x96\xc3\x1d\x13\x3a\x8a\xa2\x78\x69\x55\x04\xf3\ \x62\xf5\xd9\x0d\xff\x59\xbc\x77\xc8\xd4\xf1\x01\x88\x80\x52\xb9\ \x7e\xd5\x46\x47\xaf\x71\xbd\x3a\x98\x44\x6b\x54\xa7\xd8\x20\xdc\ \xd8\x07\xcf\x98\xd1\x6c\xf6\x47\x82\xf5\xfe\x75\xef\xde\xf0\x87\ \x3f\xc0\x13\x4f\x5c\x5d\x1b\x69\x44\x55\x14\xe5\x57\x5d\x0c\x61\ \xa0\x33\x99\x12\xba\x76\xbb\x5c\xea\x92\x68\xaa\xaa\x5c\x50\xec\ \xda\x25\x44\x19\x8d\x3f\xd1\xd4\xa6\x7d\xcd\x4a\x93\x6f\x14\xa5\ \x79\xc7\xb3\xda\xe4\x6f\x34\xff\xad\xe6\x8f\xfd\x8c\xa9\x7c\x55\ \x98\xe6\x64\x4f\x00\x00\x20\x00\x49\x44\x41\x54\x55\x78\x41\xb4\ \x5a\xad\x7e\xac\x30\x00\x35\x3a\xda\x54\x52\x22\xca\x0a\x18\xae\ \xb4\xe6\x95\x6a\xaa\x68\x8d\xe8\x3f\x78\x60\x20\x02\x80\xda\xc2\ \xa3\xfb\xb4\x0e\x49\x83\x06\x27\xc8\x5e\xb7\xa2\x5e\x9e\xe5\xa8\ \xbc\x1c\x4a\x4b\x2f\x97\x34\xba\xb8\x18\x62\xb1\xda\xed\x76\xc7\ \x8d\x51\x99\x42\x08\x0b\x02\xef\x77\xca\x55\x4d\xbb\xa1\xca\x6d\ \x08\x09\xa2\x58\x5d\xed\xe2\x38\x8e\x35\xd4\x17\xd5\xc4\x04\xf0\ \x7a\xcd\x85\x85\xe5\x49\x09\x97\x0f\xf0\x88\x3d\x22\xd9\xe9\xde\ \xf8\xf6\xbb\x2b\x46\x75\x8b\x70\x65\xed\xdf\x7c\x9e\xcd\x98\x60\ \x57\xbc\x6e\x45\xbd\x62\xc6\x2b\x3d\x1d\x10\x82\x4e\x9d\x5a\x09\ \x23\x9b\xcd\xee\xb8\x31\x8e\x9a\x01\x64\x9d\xcf\x51\x55\x62\xb5\ \x9a\x43\x83\x03\xe1\xc6\x12\x84\x30\x42\x59\xfe\x14\x2b\x00\x20\ \x4a\x49\x70\x08\x38\x1c\x7c\x66\x16\x74\x4c\xbc\x02\x8c\x38\x4b\ \xcc\xac\xfb\x66\xad\xf8\x72\xcd\xca\x2f\xf7\x22\x9d\x63\xdc\xac\ \xb9\xbd\xa2\x0c\xca\x55\x23\xb5\x53\xa7\x20\x3c\xdc\xdf\x16\xd7\ \x8a\x48\xed\x06\x9a\x19\xda\xb6\x63\x8f\xa6\x11\x0e\xe3\x63\x27\ \x4e\xf6\xe8\x96\x12\x1d\x11\xae\x35\xa4\x98\x11\x02\xdd\x65\x22\ \x8e\xeb\x45\x2e\xbe\x53\x94\x52\x8b\x99\x04\x06\x0a\x99\x99\x57\ \x9e\xc2\xd6\x54\xd5\x12\xdd\xeb\xa1\xa7\xd3\x28\xa1\x18\x73\x8c\ \xaa\xaa\xaa\x5d\x5d\x51\x9f\x3e\x0d\x1d\x3a\xc0\xe5\x29\x94\x6e\ \x58\x26\xda\xa2\x92\xb2\x19\xb7\x4d\x02\x80\x2a\x57\xf5\xf6\x5d\ \xfb\x4e\x9f\xc9\x6c\x74\xc9\x35\x4d\x33\x9b\x8d\xc3\x87\x0c\x68\ \x72\x1b\xbc\x59\x19\xe9\x79\x15\x4a\x78\x42\x72\x7c\xa8\x0d\x00\ \x80\xba\x4f\x1f\x3d\x56\x4e\xac\xa9\xdd\x92\xcd\x0d\x87\xe4\x29\ \x3d\x5f\xa0\x59\xe3\xc3\x1c\x08\x40\xa9\x2e\x3d\x75\xea\x4c\x95\ \x8f\x60\xd1\x90\xd8\xbd\x57\xb0\x0e\xfd\xb2\xb0\x62\x56\x2b\x09\ \x0c\xe4\x33\x4e\x5d\xb5\xab\x9f\x6a\xaa\x5c\xaf\x7d\x5a\x97\xe5\ \x22\x04\x8e\x1f\x87\xbe\x7d\xe1\xf2\x9b\xca\xae\x63\x18\xd5\xd5\ \xd5\xbd\xff\xfe\xfb\x84\x10\x8c\xb1\xcf\xe7\x4b\x4c\x4c\x9c\x3e\ \x7d\x7a\xe3\xa3\x35\xd5\xae\x77\xde\x5b\xa4\xd7\xe9\x30\x87\x39\ \xcc\x31\x76\x61\xbd\xb3\xa6\xaa\xd9\xd9\xbe\x26\x30\x62\xc7\xd6\ \x2e\xfd\x78\x63\xba\x5e\x54\x33\x0b\x85\xfb\xff\xfc\x97\x91\x49\ \xd2\xba\x45\xff\x5c\x7e\xd8\x63\xc7\xae\xd5\x49\x93\x9f\x79\xec\ \x16\x2b\x75\x1f\xde\xfc\xed\xc2\x05\xef\xa0\x09\xcf\xbd\xf7\xe0\ \x28\x00\xc8\xdf\xf5\xf5\x3f\x3f\xd9\xdf\x2d\xad\x8b\xa8\xb7\x39\ \x93\x7b\xfe\xb2\x30\x42\x84\x50\xb3\x59\x4d\x4a\x94\xbe\xfd\x4e\ \x28\x2b\x67\xf1\x49\x57\xbe\x9c\x13\x04\x81\xe7\x80\x31\x04\xa0\ \xaa\x8a\x76\xe5\xa2\x72\x5e\x1e\xe4\xe5\xc1\x83\x0f\x5e\xe1\x92\ \xeb\x18\x46\x7a\xbd\xde\xeb\xf5\x1e\x39\x72\x24\x2a\x2a\xea\xf4\ \xe9\xd3\xbd\x7b\xf7\x6e\xfa\xa8\xcf\xeb\xd9\xb8\x66\x95\x5e\xdf\ \x42\xd8\xe2\xf3\xf9\xfa\x0e\x1c\xde\xf4\x58\x63\xfb\x4f\xfd\xdb\ \xf0\x7b\xcc\x7a\xf8\xef\xe3\x77\xed\x3d\x9a\x33\xd8\x5c\xbb\x72\ \x8b\xeb\xb7\x6f\xbc\xd9\x4b\x7f\xf2\xc9\xf9\xaf\xed\x38\x33\x76\ \xac\x25\xf3\xd8\xd9\xf2\xd8\x6e\xa9\x65\xb8\xbe\x4d\xae\xaa\xce\ \x1d\x3d\x6a\xf6\xd3\xf7\x0d\xfd\xd5\x38\x83\x4c\xed\xd4\x49\x5a\ \xf9\x8d\x54\x5c\xcc\x78\xee\xf2\x11\x05\x12\x44\xbe\xa6\x34\xe7\ \xec\xb9\x1c\x97\x47\x33\xd8\x82\x12\x92\x92\x02\x4d\xdc\x95\x5c\ \xec\x33\x67\x40\x14\xaf\xe0\x5f\x5f\xdf\x30\xe2\x38\x6e\xde\xbc\ \x79\xcf\x3f\xff\x7c\x59\x59\xd9\xa0\x41\x83\x46\x8f\x1e\x7d\x51\ \x54\xac\xd3\x49\x3a\x9d\xd4\xe2\x91\x5f\x44\xb8\x63\xb2\x3b\x00\ \x40\x29\xd8\x79\xdc\xeb\x1c\xdf\x27\xb6\x22\xe7\x2b\x77\x40\xe7\ \xf8\x40\x04\x10\x9b\x1a\xac\x66\x9f\xcb\xe2\xc6\xa7\xce\x99\x9f\ \xba\x7b\xe9\x5f\x96\x55\xd7\x1f\x37\x15\xb8\xdc\x1f\x3f\xfb\x73\ \xf1\x81\xde\x23\x6f\x9b\xdc\xa7\xc3\x2f\x7f\x1c\x9a\xa6\xc5\xc4\ \xf0\xb2\x2c\x96\x94\x30\x9e\x87\xcb\x78\xcd\x82\xc8\xe5\x1d\xf8\ \xfe\xdd\xc5\xab\x5d\x52\x40\x88\x5d\xe7\x2a\x2e\x22\xf6\xc4\xbb\ \x1f\x7c\xa0\x67\xb8\xee\xb2\xec\x75\x67\xcf\x02\xc7\x41\x4c\xcc\ \x8d\x09\x23\x00\x08\x0a\x0a\x1a\x35\x6a\xd4\xfb\xef\xbf\xff\xe2\ \x8b\x2f\x5e\xfc\xa1\x03\x74\xb9\xea\x12\x42\x2d\x0c\x73\xb9\xf3\ \x76\xbf\xfc\xaf\x25\x9d\x66\x3c\x31\x2c\xda\x94\x95\xa5\x02\xf6\ \xf7\x06\x32\x84\xa0\x31\x8f\xd7\x34\x4b\xdd\x63\xe2\x43\x0b\x07\ \xb8\x32\x0f\xaf\x7d\xf3\xad\x97\xc0\xf2\xea\xe4\x4e\xe6\x5f\x38\ \x76\xd3\x34\x35\x3e\x0e\x78\xde\x78\xea\x14\x22\xa4\x45\x7e\x63\ \x84\x79\xb5\xea\xdc\xe7\x9f\xad\x8f\x9b\xf2\xd8\xcc\x61\x49\x3c\ \x30\xa6\xd5\x6d\x5d\xfa\xf6\x67\x9f\x7d\x13\xf9\xbb\xd9\x81\x58\ \x56\x5b\x04\xd2\xbe\x7d\x60\xb3\x41\x74\xf4\x95\x52\x59\xd7\xbb\ \x2b\x3d\x7e\xfc\xf8\x17\x5e\x78\x21\x32\x32\xf2\x62\x47\x12\xd8\ \xe5\x6a\xcc\xac\xb1\x44\xde\x78\x71\x65\xfa\x9b\x6f\x2c\x8b\xbb\ \xfd\xd9\xb9\xc3\x12\x01\x20\x30\x24\x5c\x57\x76\xba\xa0\x16\x40\ \x2d\xc9\x28\xe1\x42\x42\x5b\x68\xb2\xe1\x78\xc9\x16\x18\xdc\x73\ \xf4\x1d\x9d\x2d\xda\xc9\xd3\xe5\xbf\xfc\x41\x50\x4a\x82\x82\xd4\ \x4e\x9d\x0c\x99\xe7\xb1\x4f\x66\x2d\xe5\xd3\x31\xe6\xaa\xf2\x33\ \xaa\x9d\xa9\x13\x47\x76\x37\x60\x00\x00\x5e\x1f\x30\xe2\x96\x5b\ \x9d\x55\xd9\xe7\x8b\x7c\xb8\xc5\x59\x11\xaf\x17\x4e\x9f\x86\x9e\ \x3d\xe1\x8a\xb1\xed\x75\x1f\xa9\xe9\xf5\xfa\x3e\x7d\xfa\xb4\x80\ \x15\xc2\x28\x03\x4a\x34\x7f\x96\xb7\x3e\x4b\x07\x00\x80\x28\x21\ \x1a\x6d\xe6\x0a\xec\xfd\xea\xd3\x1f\xd2\xeb\x66\x74\xdf\xfe\xe1\ \x7b\xd5\xb6\xd4\x61\x53\xfb\xf6\x1f\xdb\x6b\xc3\xeb\x7f\xfd\x6b\ \x14\x2e\x76\x77\x1a\x36\xa4\x6b\x3d\x0d\xb4\x26\x7b\x3d\xb2\x8a\ \x00\x40\xad\xd9\xf8\xd9\x87\x47\x6a\x44\x5a\x76\xe6\x34\x17\xf5\ \x70\xff\x88\x5f\x34\x87\xd4\xa0\x5c\x39\x4e\x49\x4e\x36\x6c\x58\ \xaf\x28\x0a\xe8\x5b\xce\x65\x23\x8c\x79\x0c\x84\x12\x0a\x8c\x31\ \x46\x88\x46\x35\x8a\x90\x7f\x63\x6b\x4b\xbf\x50\x55\x05\x59\x59\ \x30\x75\xea\x95\x5f\xc3\x0d\x1b\xf0\x0f\xe8\xdf\xa7\xa4\xb4\x98\ \x12\x0d\x00\x35\x0e\xdd\x34\x9e\xd5\xa0\x41\x03\x9a\x5e\x1c\x3d\ \xe4\xce\x3f\x84\xe7\xfb\x08\xa5\x7a\xc9\x6c\x14\x18\xb2\x4e\x7b\ \xf4\xf9\xa8\x1d\xbb\x4a\x88\xa3\xef\xc0\x7e\x81\x0d\x95\xa5\x2e\ \xa3\xee\xb1\x13\x27\x02\x00\x5e\x9f\xd8\xa3\x8f\x9c\x5d\x06\x49\ \x29\x77\xf4\xee\x1b\xe3\xf8\x65\x9a\xb8\x31\xc6\x9a\xa6\x79\xbd\ \x5e\x8c\x90\x28\x49\xa2\x20\xa8\x9d\x93\xad\x8b\x3f\xa6\x79\x79\ \xf4\x12\x06\x74\x00\xa0\x54\x33\x39\xe3\xa3\xec\x2e\x45\xc1\x3a\ \xab\xc4\x53\xa0\x94\x56\xba\xeb\x9c\x9d\x3a\x45\x38\x25\x42\x94\ \x96\x33\x46\x65\x65\xd0\xbd\xfb\x55\xa0\xdc\x58\x9a\x2d\x29\x2e\ \x32\x99\x2d\x37\xd2\xf0\xb5\x46\x68\x8b\x43\x5b\x08\x80\xe7\xb9\ \xeb\xfa\xad\x55\x55\x55\x66\x9c\x38\x6a\x32\x59\x4a\x4a\x4b\x78\ \x5e\xf0\x17\x8a\x6d\xe1\xe1\x51\x25\xa5\x01\xe3\x27\xa8\xaf\xbf\ \xa6\xcc\x9b\x87\x3c\x9e\x16\x90\xc7\xf1\xc4\x5d\x7a\x78\xff\x81\ \x73\x85\xd5\xa6\xa0\x0e\x69\x7d\x7a\x86\x98\x40\x21\xc0\x61\xdc\ \xec\xac\x1a\x4b\xb3\x2f\xbe\x08\xaf\xbd\x06\x27\x4f\x5e\xae\xd3\ \xe8\x06\xd7\x46\x00\x70\x03\xaf\x64\xe7\x30\xae\xac\xa8\xf0\xf9\ \x94\xce\x9d\x53\x9d\x81\x81\x8c\xb1\x8a\xf2\xb2\x53\xe7\xb3\x32\ \x6b\x6b\xad\x21\xc1\xfc\x91\xa3\x4a\x4b\xb9\x6c\x84\x30\xd6\xaa\ \xbe\xff\x64\xe1\x96\x62\x63\x6a\x52\xd8\xd9\xdd\xdf\xec\x3c\x72\ \xee\x91\xdf\xcc\x8a\x32\xb2\xcb\x86\x69\xfb\xf7\x43\xc7\x8e\x97\ \x2e\x09\xb9\xd1\x5c\xec\x9b\x53\x18\x63\x75\x6e\x4f\xd7\x1e\x3d\ \x43\xc3\xc2\x09\xd1\x54\x45\x36\x9b\xcd\xa9\xc9\x9d\xab\x44\xc1\ \x15\x1c\xc2\xef\xdd\x8b\x2a\x2b\x2f\x6d\xa8\x45\x1c\x5f\x95\x73\ \x70\x7f\xb9\xf3\xb1\xe7\x9f\x9d\x7f\xdf\xdc\xe7\x9e\x7b\x2a\x85\ \x9d\xda\x9b\x9e\x8f\x5a\xd4\xcd\x98\x83\xaa\x2a\xd8\xbb\x17\x7a\ \xf4\x68\x71\xc4\xf1\x66\xd1\x46\xad\x91\xda\xda\xba\xed\xbb\xf6\ \xd5\xd4\xd5\xe9\x25\xdd\xd0\x41\x7d\xad\x56\xcb\x75\xf1\xb2\x65\ \x59\x0e\x0b\x8f\xb0\xdb\xed\xb2\xe2\xf3\x4f\xf3\xa8\x8a\x8a\x80\ \x85\xc4\xc5\xe5\xc7\x75\x08\xde\xb2\x0d\xe7\xe4\xd0\x2e\x5d\x2e\ \x5e\x46\xc3\x18\xe6\x04\x20\xbe\xda\x3a\xaf\xa6\x13\x35\xaf\xdb\ \x2d\x83\x95\xe7\x2f\x9b\xab\x4c\x4f\x07\x8f\x07\x06\x0d\xba\xba\ \xe2\xbf\xc9\x61\xb4\x6b\xef\xc1\x84\xf8\x0e\x11\xe1\x61\x05\x05\ \x85\x1b\x7e\xdc\x16\xd7\x21\xba\xb1\xea\x49\x29\x75\x3a\x03\x62\ \x63\xa2\x7e\x85\x2f\x9b\x52\xa6\xd7\x1b\xfc\x6d\x65\xf5\x8c\xf4\ \xc0\x80\x31\x83\x28\x16\xc4\xc7\xc3\x37\xab\xb9\xf4\x74\xd2\xbd\ \xfb\x45\x41\x3f\xa3\xc4\x16\xd5\x7b\x78\xd2\xbe\xf7\xfe\xfe\x4c\ \x68\xa8\xb3\xb6\x24\x5f\x4a\x1c\x31\x2d\xb9\xa5\xed\x8e\xfe\xd0\ \x6f\xef\x5e\xc0\x18\x52\x52\xda\x61\x74\x15\x51\x35\xcd\xeb\xf5\ \x79\xdc\x6e\x93\xc9\x18\x15\x11\x56\xe5\xaa\x6e\xdc\xf2\x86\x31\ \xfe\x71\xeb\xce\xe0\xa0\x40\x63\x43\x23\x98\x52\x91\xb5\x72\xf9\ \xf2\x03\x59\x15\xa6\x88\x6e\xb3\xef\x9d\x19\x6b\xc5\xa4\xea\xec\ \x7f\x3f\x5a\x72\xbc\x44\xeb\x3b\x71\xce\xf4\xc1\x89\x08\x00\x98\ \x7a\x7c\xfd\x92\xb5\x25\x81\x0f\xce\x99\x68\x05\x50\x4a\x32\x16\ \xbd\xb9\x28\x97\x99\x38\xc4\x0d\x9d\xf3\xe8\xe8\x04\x3b\x00\x2b\ \x3e\xba\xee\xd3\x2d\x79\xb7\xcc\x7b\x20\xc1\x00\x9e\xc2\xa3\x4b\ \x97\xae\x3a\x53\x54\x13\xd0\x71\xd0\xbd\x77\x4d\x0a\xd2\x63\x00\ \x56\x76\x6a\xeb\x92\x55\x27\x26\x3e\xfc\x70\x82\x11\xd2\xb7\xac\ \xf8\xfc\xfb\x83\x48\xaf\xc7\x5a\x4d\x9d\xb5\xdb\x93\x8f\xdc\x1d\ \x6e\x68\xcc\x7f\x35\x04\xfc\x80\xfc\x49\x32\xac\x6a\x9e\xc4\x78\ \xea\xb0\xf3\xdb\xb6\xa9\xd3\xa7\x03\xc6\x4d\x7b\xa2\x19\xa3\x2a\ \xd6\x0f\x9b\xf9\x78\x62\x9f\xd3\xd9\x25\xd5\x86\x80\xc8\x4e\x09\ \xd1\x12\x52\x55\x7a\x49\xa2\x96\xe3\x40\x55\x61\xf3\x66\x88\x8b\ \x83\x84\x84\x76\x18\x5d\x2d\x9a\xd3\xd4\x7f\xfd\xeb\x65\x93\x51\ \x8f\x00\x09\x82\x80\x9a\xe4\x4f\x28\xa5\xbc\x64\xc2\x77\xdc\xda\ \x78\x71\x45\x51\xbe\xcf\x94\x30\x6d\xc6\x90\xad\x8b\x17\xbe\xf5\ \x91\xf3\x95\x27\x86\x7f\xf1\xc6\xbf\x8e\xea\x47\x4c\x1f\xcb\x7d\ \xb2\xe8\x15\x63\xe8\x82\x09\x31\xde\xd5\xef\x2f\xf8\x72\xcb\xbe\ \xda\xb8\x71\x73\x01\x00\xa0\xae\xe4\xdc\xf1\x2a\xe3\x9c\x27\xee\ \x0f\xc1\x9a\x25\xc4\x04\xa0\xec\xff\xe2\xbd\x8f\xd6\x6c\xcb\x54\ \x42\x86\xcd\x05\x00\x28\xcb\xce\xe6\xa3\x7a\xde\x3e\xc8\xb0\xea\ \x9d\xd7\xdf\xb3\x47\xfc\x79\x5a\xcf\x83\xab\x17\x2f\xfd\x6e\xcd\ \x89\x62\xeb\xe0\x07\x19\x00\x8a\xee\x32\x68\x76\x70\x17\xde\x80\ \x36\xbd\xf3\xd2\x5e\xa2\x37\xeb\x5a\x4a\xa7\x02\x03\x40\x8c\x51\ \x46\x29\xb1\xd9\xd5\xfe\xfd\xc4\x7d\xfb\xc1\xe3\xb9\x34\x67\x88\ \x11\x52\xbd\xd5\xf9\x79\xb9\x39\x45\xd5\xfa\x1a\xe2\x08\x0c\x8c\ \x0a\x90\x5a\x68\x0a\xe0\x38\xa8\xac\x80\x23\x47\x60\xe6\x4c\xe0\ \xf9\x76\x18\x5d\x3d\xe4\xf1\xd4\xba\x98\xe2\xb9\xb4\x3c\xa2\x69\ \x6a\x70\x78\x6c\x13\xf6\x16\x08\x4d\x19\x3c\x27\x05\x00\x40\xdd\ \xfd\xc5\x37\x1a\x23\x75\x67\x76\x9d\x96\x66\xfc\x67\x46\xff\x30\ \xa8\xdc\xb5\x6d\xef\xd6\x43\x13\x3a\xa4\x26\x0f\xbd\xfd\xf1\x8e\ \x11\x0b\x37\xcb\x7e\x30\x7a\x3c\x35\x75\x2a\x65\x58\x0c\x8e\x8e\ \x32\x70\x00\xa0\x85\xa4\x0c\xfb\x7d\x72\xe2\xeb\x8b\x36\xfb\x07\ \x70\xa2\xfb\x4f\xb9\x07\x00\x00\xb2\x36\xfd\xf7\xa8\x4a\x01\x20\ \x30\xa9\xff\x63\x89\x11\x6f\x2e\xfc\x56\xd3\x28\x00\x67\x0a\x08\ \x4d\x0a\x08\xf5\x66\x6d\x38\xe1\x0a\x7d\xec\x0f\xd3\x2c\xb8\x29\ \x7a\x00\x00\x78\x81\x47\x00\xb2\x22\xd7\xf7\x30\xf0\x1c\x1d\x30\ \x10\xf9\xed\x5a\x5a\x5a\x53\xf7\x08\x21\x8c\xd5\xaa\x55\x8b\x5e\ \xdf\x51\x15\x90\xd6\x25\xaa\xe8\xf8\x86\x57\xf7\x65\x3c\xfc\xe8\ \x7d\x89\x76\x7c\x71\xa4\xc6\x71\xb0\x6f\x3f\x14\x14\xc0\x90\x21\ \xad\xca\x60\xb5\x47\x3d\x1c\xe6\x39\x8e\xc3\x2d\x7e\xb5\x54\x52\ \xc8\xdd\xf9\xe9\xd2\xb3\xa6\x99\x77\x8e\xa4\x95\x25\x2e\xd1\x6a\ \xd6\x03\x00\x38\x9d\x92\xd7\x55\x04\xbc\x29\xbe\x73\x72\xa8\x11\ \x35\xee\xd6\x35\x47\xa6\x0c\xe9\x68\x5d\xff\xde\x8b\x8f\xfe\xe1\ \xc5\x23\x65\x5e\x00\x3e\xb2\x53\x4a\x5c\xb0\xb1\xf9\x96\x01\x76\ \xec\xbb\x37\x7f\xac\x48\xb9\x77\x4c\x0f\x00\x88\x4a\xea\x18\x15\ \x66\x6d\x4e\x6c\x2f\xaf\xf9\x62\x95\xad\xff\xd4\xae\x0e\x74\x89\ \x0f\x83\x32\xcf\x9d\xcd\x38\x79\x42\x55\x55\xdc\x30\xb7\x40\x06\ \x0d\x02\x93\x91\xdb\xb6\x9d\x35\x8f\xb0\x30\xc7\xbb\x72\x0f\x1d\ \x72\x05\x3f\xf6\xdc\x33\xf7\xcc\xbe\xeb\xc9\x67\x9e\x4e\x33\xe6\ \x1d\x39\x5b\x2c\x48\x12\x77\xd1\xd8\x3f\xc6\xb0\x71\x03\x44\x46\ \x42\xbf\x7e\xed\x30\x6a\x5d\xf0\x7c\xf9\xa6\x8a\x4b\x87\x60\xb3\ \x77\x2d\x7d\x79\xd9\xa9\x3b\x9f\xfc\x53\x8f\x10\x81\xf1\x7a\x9d\ \xe2\xf1\x4f\x38\xd6\xd5\xa8\x82\xde\x56\xef\x6f\x35\x69\x8d\xb7\ \x86\x77\x9d\xf7\xe4\x1f\xfe\xf6\xf2\xeb\x43\x4c\x39\x9f\x7c\x71\ \xb8\xfe\x82\x66\x5d\x19\xec\xe8\x9a\x77\xde\xfd\xc1\xf3\xc8\xb3\ \x8f\xc6\x3b\x1a\x02\xef\xe6\x6d\x1b\x5a\xd9\xc9\x9d\xa7\xd0\xa8\ \xa1\xdd\x5b\x8c\xfc\x03\x9d\x41\x61\x11\x91\x3c\x2f\xd4\xef\x33\ \x50\x55\x1a\x11\x41\x13\x93\xf8\x75\xeb\x50\x4d\x75\xd3\x66\x48\ \x06\xa0\xa9\x32\x27\x08\x4a\x6d\x59\x51\x7e\x41\x69\x51\xa9\x97\ \xf0\xd4\xe7\x2e\x2d\x2d\xad\xf6\x34\x61\x67\xe7\x30\x2a\x2b\x83\ \xf5\xeb\x21\x2d\x0d\x6c\xb6\x56\xa5\xe8\x6e\x72\x0c\x35\xcc\x6a\ \xb7\x30\x35\xcd\x18\xbd\x88\xda\xc1\x9b\xb7\xe3\xb5\x77\x37\x0d\ \x7e\xf8\x1f\x69\xc1\xac\xd6\x23\x9b\x9d\x49\xdd\x82\xca\xbe\x5b\ \xbf\x33\xb8\xbf\xb0\x36\xbd\xba\xc7\x6f\xbb\x35\x06\x44\x6a\xc3\ \x4e\xf2\x8a\xdc\xcc\x5a\xde\x62\xa0\x15\xc5\x55\x1e\x63\xbc\xae\ \x31\x64\xd2\xb4\x7a\x2b\xe2\x4a\x5f\xf5\xe6\xe7\x27\x66\xfe\xe5\ \xa5\x78\x83\x5c\xe7\x65\x46\xbd\x88\x1a\x2f\x68\x40\x63\x61\xc6\ \x8e\x12\x5b\x87\x8e\x91\x52\x4b\x19\x45\x54\x59\x59\xe1\xf5\x7a\ \x02\x83\x82\x05\x5e\xf0\x1b\x63\xe6\x70\x90\x71\x63\xf9\x05\x6f\ \xe0\xb3\xe7\x68\xd7\xae\xe0\xf5\x36\x3e\xaf\x29\x28\xd6\x50\xb5\ \xfe\xad\x97\x5e\x34\xf0\x88\x10\xa5\xa6\x5a\x36\x94\x7f\xbc\x6f\ \x95\x1a\x33\x70\xe6\xfc\xa9\x3d\xc1\xcf\x8c\xa0\xd3\xe1\x6d\xdb\ \x51\x5e\x3e\x3c\xf7\xe7\x56\x2e\x46\xba\xd9\x61\x64\x36\x9b\x74\ \x7a\x13\x25\xf5\x63\xd7\xfe\x7a\x80\xff\x63\x49\x28\xb6\x58\xad\ \x4d\xed\x5a\x71\x76\x5e\x9d\x4f\xdd\xbf\xf2\xad\x03\x4b\xeb\xa4\ \xa4\x01\x8f\x3e\x78\xc7\xec\x27\x1e\x7a\xfd\xed\xa5\x2f\xec\x20\ \x1d\xc7\xde\x7b\x5b\x5a\x80\xff\x32\x41\x6f\x0d\x75\xea\xfc\x27\ \x9b\x73\x60\xdd\xa7\x5b\x4e\x11\x4a\xed\x09\xe3\x7f\x33\xad\x6b\ \xfd\xbd\xe7\x0d\x41\x41\x81\x3a\x0c\x00\x50\x9c\x71\x56\x61\xee\ \xf5\x1f\xbd\xbc\xd6\xe7\x31\x77\xba\xe5\x0f\xf3\x86\xe9\x00\x80\ \xd3\x07\x06\x05\xe9\x1b\x74\x93\xab\xd4\x9b\x94\xd4\xc9\x81\x5a\ \xce\x43\x06\x38\x03\x34\x62\xaf\x1f\xc3\x6b\x70\xeb\xb4\xa1\x43\ \x85\x97\xfe\xc9\x6f\xde\x2c\x77\xed\x8a\x1a\x9a\x46\x28\xd1\x78\ \x4b\x87\x07\x9e\x7e\x4e\x03\x44\x08\xe1\x78\x9e\x11\x55\x96\x55\ \xca\x98\xa0\xb7\xd5\x2f\xa7\xc3\x18\x54\x8d\x5f\xb7\x0e\x19\x0c\ \x30\x60\x40\x2b\x8f\xf1\x46\xae\xa9\xb5\x46\x14\x45\xdd\xb3\xff\ \x50\x5d\x5d\x1d\xbe\xb8\xa8\x04\x94\xb1\xce\xc9\x89\x31\x51\x17\ \xb7\xa0\x68\xaa\xca\x00\x00\x61\xbe\x7e\xbf\x24\xd3\x08\x5c\x7e\ \xd5\x24\x23\x1a\x61\x08\x5f\xb1\x32\xc3\x34\x7f\x5f\x3d\xe2\x84\ \xd6\x31\x7b\x16\x17\x15\xe5\xe5\x64\xf7\xee\xdb\x4f\x96\x7d\xd9\ \x59\x99\x5e\xaf\x37\x28\x38\x44\xe0\x85\xca\xaa\xca\x8c\xf4\x63\ \xc3\x46\x8e\xe1\x00\xf4\x63\xc6\x82\x24\x79\xbe\xfb\x16\x10\x6a\ \x0c\xfb\x31\x2f\xd2\xba\x82\xad\x3f\x6e\xcd\xa9\xf0\xe9\x2d\xa1\ \x7d\x87\x0e\x4d\x0a\x35\x6a\x2a\xa1\x94\xd4\xb7\xd2\x0a\x02\x54\ \x57\x1b\x87\x0e\xc3\x5d\xba\xc0\x17\x5f\xb4\xf2\x18\x6f\x76\x6d\ \x24\x8a\xc2\xe0\x01\x7d\xda\xf4\x2b\xfc\xc5\x9d\xed\xe8\x8a\x75\ \x5e\xc4\x5d\x3d\x60\x46\xbc\x70\x8d\x3d\x02\x8c\x31\x9b\xdd\x61\ \xb2\x68\x1c\xc7\x35\x69\xf5\x60\x60\x34\x69\x13\x26\x48\x7f\xff\ \x3b\x3e\x7c\x84\xf6\x49\x03\x59\x06\x00\x84\x39\xec\x2b\x59\xb6\ \xf0\x8d\x0c\xe2\x04\x57\x11\x88\xb9\x27\x4e\xe7\xdc\x33\x7f\x6e\ \x92\x03\x5f\x68\xc7\x16\x04\x7e\xe7\x4e\x7c\xf6\x2c\x3c\xff\x7c\ \xeb\x5f\x46\xbb\x8b\x7d\xdd\x4a\x83\xfa\xb3\xd9\x6c\x36\xab\x0d\ \x63\xcc\x9a\x47\x0d\xda\xa4\x89\xcc\x60\x10\x56\xae\x64\x18\xfb\ \xed\x34\xc6\x5c\x55\xde\xe1\x0c\x25\xe6\xb1\xdf\x3d\xd8\x33\x31\ \x61\xfa\x03\x8f\x0d\x0a\x2a\x3f\x9c\x91\x7b\x21\x33\x84\x10\x23\ \x84\xff\xe2\x0b\x1a\x11\xce\xc6\x8c\x69\x87\x51\x1b\xa4\xa4\xb4\ \x2c\x3b\x37\xbf\xb8\xa4\xec\xba\x8b\x30\xfd\xff\x12\x4a\x89\xa6\ \x01\x50\xd4\x24\x50\x40\xb2\x4c\x63\x63\xb5\xe1\xc3\xf8\x95\x2b\ \x71\x6e\x9e\x7f\x36\x88\x01\x50\xc2\x78\x9e\xe7\x10\xd5\xe4\xea\ \x8c\x43\x7b\x4e\xe4\x2b\x0e\x9b\x19\x35\xb6\x89\x4a\x12\x97\x9e\ \xce\x6f\xd8\xa4\x4d\x9c\x44\x1d\x8e\x76\x18\xb5\x56\x4e\x66\x9c\ \xd9\x77\xe0\x48\x7a\xc6\x99\x1d\xbb\xf6\x1d\x3d\x71\x12\x00\x28\ \x25\x0d\x5f\xd7\xc1\xf0\x27\x43\x8c\x51\xea\xe7\x5f\x61\xa8\x49\ \xf2\x82\x52\x66\x30\x68\xb3\x66\xe1\x9c\x1c\xfe\xfb\xef\x99\x1f\ \x46\x54\x33\x85\x76\x19\x39\xa8\x2b\x26\x7c\x80\x59\xde\xb6\x75\ \x47\x70\xdf\xc9\xfd\x3a\x06\x69\x8a\x56\xaf\x8a\x10\xe2\x97\x2f\ \x47\x1e\xb7\x7a\xc7\xed\x6d\xa2\xb5\xb8\xd9\x7d\xa3\xcc\xec\xdc\ \x81\xfd\xfb\xd8\x6d\x16\x4d\x23\x6b\x36\xfc\x98\x97\x5f\x84\x1a\ \xac\x05\x63\x94\x17\x84\x91\x43\x07\x36\xe9\x71\x63\xd5\x25\xb9\ \xb9\x25\x35\x96\xa0\x88\xe8\x90\xfa\xf6\xc2\xca\x82\x73\x05\xd5\ \x2c\x2a\x3e\xc1\xda\x48\x3b\xae\xd6\x14\x54\xaa\xc1\xc1\x01\x3c\ \x00\x53\xbd\x45\x39\xd9\xe5\x1e\x95\x01\x0a\xee\x90\x14\x62\xf6\ \x5f\xa4\x16\x17\x55\x58\x83\x42\xf4\x1c\x00\xd0\xf2\xfc\xf3\x45\ \x95\x3e\x7b\x44\x4c\x84\xa3\x71\xbf\x3d\x29\x2d\x2c\x31\x05\x85\ \x1a\x78\x04\x00\x6a\x5d\xf9\xb9\xac\x7c\x6c\x0d\x4b\x88\x0e\xba\ \xe8\x73\x8f\x18\x02\x84\x58\x3d\xc1\x0a\x42\x4d\x8a\x63\xc8\xe7\ \xd3\x86\x0f\x27\xfd\xfa\x8a\x1f\x7e\xa0\xce\xb8\x03\x8c\x46\x46\ \x08\x6f\x0e\x1d\x32\x24\x52\x95\x7d\x7d\x6e\x79\xac\xe7\xad\x92\ \xd5\xac\x27\xaa\x52\x9f\x9c\x10\x04\x9c\x93\x23\x7e\xb6\x54\x9d\ \x30\x9e\xf4\xee\x8d\x28\x6d\xfd\x1a\xe4\xf6\xbc\x11\x5d\xf1\xe5\ \xd7\x81\x01\x76\xe6\x27\x21\x6d\xd2\xa3\xcd\x61\x2e\xfd\x64\xce\ \x80\xbe\xbd\xcd\xa6\xfa\x5a\x68\xe9\xf1\x4d\x6f\x2c\x5a\xe9\xe6\ \xb9\xe2\x62\x75\xf2\x6f\x9f\xbb\x73\x40\x44\xe6\xd6\xc5\xff\xfa\ \x64\x97\x20\x11\x1c\xda\xff\x8f\x4f\xdf\x1f\x26\xb1\xe2\x53\xbb\ \x3f\x7e\xeb\xd5\xbd\xa6\xa1\x8b\xfe\xdf\xc3\x4e\x00\x77\xf6\x9e\ \x17\xfe\xf8\xa6\xa9\x4b\x6f\x0b\x87\x06\xce\x8a\x0c\x31\x8b\x75\ \x45\x27\xbf\xfe\x78\xe1\xe7\xe9\xf0\x8f\x77\xde\xea\x69\x86\xdc\ \x1d\xcb\x5e\x5b\xb6\x0b\x63\xad\xb8\x4a\xbc\xf7\x99\x3f\x8f\xec\ \x14\xe8\x29\x3d\xfb\xdd\xd2\xf7\xfe\xfb\x43\xd5\xdf\x96\x2c\xea\ \x69\x45\xbe\xc2\xa3\x6f\x2d\xf8\xb0\x94\xb7\xc8\x95\xe5\x71\x63\ \xef\x9f\x3f\xa5\x97\x08\x00\x08\x88\xdf\x12\x21\xc0\xa8\x1e\x42\ \x08\x80\x36\xe5\x04\xa7\x94\x99\xcd\xca\xfc\xf9\xfa\x39\xf7\x08\ \x5f\x7c\xa1\x3c\xf4\x10\xaa\xab\x63\x94\xf8\x7c\x04\x00\xe9\x4c\ \x66\x0c\x4c\x6b\xb2\x94\x81\x89\xa2\xf8\xf1\x27\xa8\xa4\x54\x7d\ \xe0\x01\xe0\xf9\x36\x91\x67\xdc\xec\x30\x42\xc0\xbe\x5b\xf5\x95\ \x5e\x12\x2f\xad\xa9\xa9\x9a\x1a\x1a\x11\x27\x8a\x17\x62\x28\x53\ \x44\xd7\x87\x9e\xed\x1d\x16\x6c\xdb\xbe\xe0\xb1\xcf\xd6\x6f\xbb\ \xa3\xef\xc8\x65\x9f\xfc\xd0\x6f\xee\xbf\xef\x4e\x13\x5f\x79\xfc\ \xf7\x5f\x6d\x19\xf3\xc8\x50\x61\xdb\xc6\xed\x2c\x34\xd6\xa6\xd4\ \x1f\xac\xbb\xb6\x4a\x4a\x1d\xff\xc2\x5f\xee\x6f\xa8\xca\xfb\x0e\ \x6c\xd8\x58\x22\x05\x07\xd9\x3c\xfe\xe7\x73\x24\x0d\xfe\xc3\x0b\ \x93\x43\x1d\xba\x15\x7f\xbf\x7b\xd5\x8e\xf4\x91\x9d\x86\xee\xfb\ \x61\x6b\x09\x33\x86\x84\x28\x8c\x20\x00\x38\xb3\xfd\xfb\x63\x5a\ \xd7\xff\xbe\x7c\x5f\xe5\xde\x45\x0f\x7e\xbc\x7e\xda\xc4\x5e\x61\ \x1c\x08\x82\x50\x5e\x5a\xea\x93\x7d\x1c\xc6\x2a\xa5\x08\x01\x06\ \x84\x30\x94\x95\x95\x1a\x0c\xfa\x0b\x7c\xf3\x8a\xa2\x8d\x1f\x4f\ \xfb\xf7\x17\x5f\x7b\x4d\x1b\x3b\x86\x85\x47\x34\x2e\x81\xa4\x17\ \x2d\x7d\x96\x24\xee\xc8\x11\xf1\xbd\x77\xb5\xc9\x93\xc8\x80\x01\ \x70\x35\x82\x9b\x76\xdf\xe8\xe2\x2c\xb0\x24\x08\x92\x28\x88\x97\ \x7c\x49\xa2\x20\x34\x0f\xe5\x0d\xf6\xa0\xf0\x60\x1b\xa2\xe5\x27\ \x0b\xbd\x9d\xfb\xf4\xa2\x15\xe7\x32\xd5\xf0\x6e\x9d\x42\xb1\x18\ \xd0\x27\xc9\x96\x9f\x71\x0c\xa4\x90\xdb\x1f\x79\xfa\xde\x51\xc9\ \xa8\x81\x5f\x41\x63\xa4\xf4\xf8\x96\x97\xff\xf3\xf6\xca\x1d\xa7\ \x29\x00\x20\xdd\xd0\x39\x8f\x3d\x35\x67\x84\x19\x13\xbf\xeb\x65\ \x0a\x8c\x08\x75\x98\xc0\x93\x7d\xba\xd4\xd8\x3b\x39\x1e\x00\x86\ \xde\x79\xff\x23\xf7\x4f\xb4\x4b\xc4\x7f\x45\x4c\xef\x81\xa1\xb5\ \x07\x17\x7e\xfe\xc5\xb2\x1f\xb2\x86\x8c\x1b\xe7\x9f\x2f\x10\x04\ \xa1\xb6\xa6\xfa\x4c\x46\x06\xc2\x98\xe7\x38\x9e\xe7\x45\x49\x2a\ \x2b\x2d\xab\xae\xae\x36\x9b\x9b\xec\x59\xd0\x34\x66\xb3\xc9\x7f\ \x7c\x1a\xe7\xe4\x8a\x0b\xdf\x05\x9e\x6f\xd9\xe3\xe1\x79\x20\x44\ \xfc\xf7\x7f\x40\x23\xf2\xef\x7f\xc7\x44\x11\x11\xad\x4d\xc7\x78\ \xd3\xc3\x08\x00\x61\x5c\x3f\xa4\xd3\xa2\x5c\xf4\x0b\xbe\x92\x4f\ \x5f\xfe\x47\x5e\xcc\x94\xfb\xc7\x27\x6a\x5e\x1f\xc1\x5c\xfd\x6c\ \x0f\x8f\x81\xd6\x1f\xbd\xd2\x84\xa3\x23\xa4\xcb\xf8\x57\x5f\xf9\ \xdb\xa4\x6e\xce\x8d\x8b\xfe\xfe\xe1\xf6\x9c\x7a\x3d\xa7\x34\xdb\ \xaa\xa0\xd5\x9d\x5b\xf0\xf7\x05\x62\xdf\x7b\x66\x0e\x68\x18\x54\ \x6a\x72\x81\xa8\xd7\xeb\x4d\xa2\x5c\x5d\x7e\x2e\xb3\xc0\x55\xe3\ \xf5\x9b\x32\x4a\x48\x78\x44\x78\x65\x45\xd9\xae\x1d\xdb\x73\xf3\ \x72\x4b\x8a\x8b\x4f\x9c\x38\x96\x9b\x97\x13\x9f\x90\x70\xd1\x2b\ \x46\x5e\xaf\x36\x62\x84\x7a\xff\x7d\xe2\x82\x05\xfc\x37\xdf\x80\ \x4e\x77\x31\x92\x10\x02\x41\x10\x3e\xfe\x44\x58\xbe\x5c\x7d\xe2\ \x71\xda\xa3\x07\xf2\xf9\xda\x7a\x8c\x37\x3b\x8c\x58\x03\xc7\xf4\ \x65\x1e\x65\x17\x8d\x45\x7e\xf5\xce\x2b\xa7\xec\xe3\xff\xfa\xd0\ \x04\x03\x02\xc9\x12\xec\x54\x8a\x0a\xcb\x65\x00\x38\x97\x5b\x6b\ \x0e\x8e\xb9\xf4\x2f\x70\xa2\x31\x34\x3a\xae\xd7\xc8\x3b\x26\x74\ \x71\x1e\xdc\x9d\xd9\xc2\x73\xf8\x8a\x3e\xfa\xf7\x5b\x4a\xb7\x39\ \x4f\xcf\x1a\x70\xb1\x87\x81\x30\x00\xdb\xfc\xe5\xd2\xaa\x8e\xd3\ \x9e\x98\xff\xd0\xab\x2f\xcc\x39\xb9\xea\x8b\xf4\x8a\xfa\xf6\x22\ \x8e\xc3\x1d\x62\xe3\x2c\x66\x73\x7e\x6e\x4e\x76\x76\x96\x24\x89\ \xc9\xc9\x9d\x0d\x7a\xc3\xc5\x4c\xa0\x8c\x01\xc7\xc9\x7f\xfc\x23\ \xe9\xd5\x53\xfa\xdd\xef\xf1\xee\xdd\x60\x32\x81\x20\x80\x7f\x38\ \x4d\x14\xc1\x60\xe0\xd6\xae\x95\x9e\x7f\x5e\x1b\x3f\x4e\x79\xe8\ \xa1\x6b\xa3\xfe\xbc\xd9\x7d\x23\x42\x08\x65\xc0\x28\x61\x08\x35\ \x9f\x8a\x04\x4a\xa9\xd6\x9c\x7d\xbb\x70\xcf\x77\x1f\x7f\x7b\x6e\ \xec\x03\x83\xbe\xff\x62\x19\x0a\x4e\x18\x35\xb0\xeb\x94\xb1\x91\ \x1f\x2f\xfc\xe7\xf9\x68\x38\x50\x1b\xf4\xdb\xd1\xf5\xcd\xa6\x54\ \x93\xeb\x3c\x3e\x0a\x00\xc0\x4e\xac\xfb\x7c\x7b\x81\xaa\x57\x8a\ \x77\x1c\xaf\x1d\xf5\x68\x03\x9b\x02\x55\xdd\x6e\x8f\x5f\x65\x65\ \xae\xfb\xf0\xeb\x03\x65\x33\x7b\x94\xae\xfc\x62\x99\x18\xda\x7d\ \xf4\xc0\x24\x01\x00\x98\xe6\x71\xbb\x35\xca\x00\x70\x87\xe4\x2e\ \xee\xcf\xbf\x5a\x6c\x2d\xf1\x9e\xdb\x61\xee\x9c\x12\x6a\x69\x0c\ \x24\x19\x63\xcc\xee\x70\x38\x03\x83\x38\xae\xbe\x92\xd3\x72\x92\ \x42\x96\x59\x48\x88\xfc\xfa\xeb\xba\xfb\xee\xd3\xdf\x35\x5b\xf9\ \xdb\xdf\xb4\x09\xe3\xa9\xd3\x09\x94\xe2\xb2\x32\x61\xf9\x72\xf1\ \x1f\x2f\xd2\x8e\x49\xf2\xbf\xfe\xc5\x4c\x26\x50\xaf\x85\x93\x99\ \x7b\xf6\x99\x67\xfc\xdb\x5e\xdc\x75\x75\xa2\x24\x19\x8d\xa6\x9b\ \x0a\x46\x1c\xc7\xe7\x17\x96\xf0\x82\xce\x68\xb6\xe9\x4d\x16\xbd\ \xd1\x6a\x30\x59\x0d\x66\xab\xde\x68\xd5\x1b\xad\x7d\xfa\xf5\xed\ \x9a\x9a\xd2\x58\x9d\x55\x08\x76\x04\x06\x60\xe2\xf3\xfa\xbc\x54\ \x6f\x8d\x8d\x8b\x49\xea\x9e\x16\xc6\xd5\x54\x52\xe7\xad\x77\xdf\ \xdb\x3d\xb4\xbe\x80\xcf\x49\xc6\x90\x88\xd8\x84\xc8\x60\x01\x90\ \xe6\xad\x2e\x2d\xaf\x24\x52\xe0\xa8\x3b\xe6\x8e\x4d\xad\x5f\xaf\ \x89\x38\xc9\x11\x14\x99\x18\x1b\x65\xe4\x80\xa8\xd8\x11\x12\x48\ \x7d\x1e\x9f\x2c\x33\x43\x68\xa7\xd8\x20\x0e\x00\xb0\x68\x73\x46\ \xc6\xc7\xc6\x98\x04\xe4\x8c\x4d\x4d\x0e\x13\x0b\x0b\x8a\x0d\x51\ \xbd\xef\x99\x35\x35\xd4\x80\x01\xc0\xe7\xf3\x96\x95\x14\x59\xac\ \x36\x56\xbf\x9f\x83\xf9\x6f\x22\x21\xa4\xb6\xb6\xc6\x19\x18\xcc\ \x5d\x34\x16\x42\x08\x8b\x8a\xa2\x69\xbd\xb9\x03\x07\xc5\x37\xde\ \xe0\xd7\xaf\xe7\x37\x6f\x11\x56\xac\x10\xff\xf3\x1f\xe1\xb3\xa5\ \x64\xd4\x28\xf9\xb5\x57\x69\x42\x42\xd3\x2d\xec\xa2\x24\x21\xd4\ \x5a\x63\x75\xb3\x97\x66\x01\xc0\xeb\x93\x35\x4d\x43\x08\x5d\x58\ \xb6\xd1\x40\xc7\x6a\x32\x1a\x7e\x9d\x1b\x2f\xab\xaa\x2a\xd3\x8f\ \x1d\x8a\x88\x8c\x61\x8c\x21\x84\x30\xc6\x08\x21\x8e\xe3\x14\x59\ \x29\x2c\xcc\xeb\x98\xdc\xa5\x45\x26\x5a\x90\x24\xa8\x76\x09\x5f\ \x7e\xc9\x6f\xd8\x84\xb3\xb3\x01\x23\x12\x9f\xa0\x8d\x1f\xa7\x4d\ \x99\x02\x7a\x7d\x53\x0c\x5d\xcc\x44\xdb\x6e\xd4\xae\x2a\x7a\x9d\ \x04\x20\xdd\x14\x6f\x55\x96\xc1\x68\x52\xe7\x3d\xa0\xcc\x7f\xa8\ \x3e\xb5\x48\x29\x22\x04\x14\xa5\x19\x86\xda\x7d\xa3\x76\xb9\xaa\ \x33\x08\x5e\xef\xff\xb9\x82\xbd\xd9\x61\xe4\xf5\xfa\x76\xee\x39\ \x50\x5d\x53\x6b\x34\xe8\x07\xf5\x4f\x33\x1a\x0d\xed\x48\x6b\x87\ \x51\x9b\x65\xe7\x9e\x03\x21\xc1\x81\xdd\xbb\x76\x2e\x28\x2c\xde\ \xf0\xc3\xb6\xa4\xc4\xb8\xc6\x7a\x08\xa5\xcc\x19\xe0\x08\x0b\xbd\ \xd1\x9c\xc5\x16\xbd\x3d\xc6\x58\x3b\x8c\xae\x5d\x7c\xb2\x2c\x8a\ \xa2\x41\xaf\x8f\x8a\x0c\xf7\x78\xbc\x05\x45\xc5\xb8\x21\x3c\xe1\ \x30\x3a\x74\xe4\xf8\xed\xb7\x4d\x32\x34\xe5\x0a\x62\xf4\xfc\xc1\ \x0d\xdf\xfd\x78\xa0\x92\x58\x46\x4e\xbf\x6b\x40\xbc\x03\x00\xce\ \xef\xfb\xfe\xcb\x75\xfb\x20\xa4\xc7\xdd\xb3\x27\x07\xeb\x11\x00\ \x10\x77\xe1\xb7\x5f\xad\x35\x77\x9b\x3a\x22\xd5\x01\x00\x39\xfb\ \x56\x7c\xf4\x5d\x86\x24\x32\x29\x7a\xf0\x03\x77\x0e\x37\xf3\x00\ \xd4\xb3\xeb\xdb\x15\xb9\x86\xfe\x33\x46\x25\x02\xf5\x1e\xdf\xb1\ \x7e\xe3\x8e\xa3\x6e\x29\x7c\xca\x9d\xb3\x52\xc3\xf4\xb5\x85\xe9\ \xdf\x7d\xbb\xfe\x54\xa1\x3b\x69\xc0\xe4\x3b\x46\x77\xe5\x98\x7a\ \x7a\xf7\xba\xb5\xdb\x8e\xd4\x60\xe7\xb8\x19\xb3\x7a\x47\xfd\x94\ \x09\x71\x04\x8c\x12\x42\x19\x20\x8c\x11\x63\x94\x31\xc4\x71\x5c\ \xbb\x36\xfa\x49\xe2\x1f\x77\x34\x1b\x0d\x80\x90\x28\x0a\x18\xe1\ \x0b\xe3\x8e\x8c\x11\x26\xdc\x7e\xdb\xe4\xe6\x5e\xaa\xeb\xd4\xc9\ \x9c\xb0\xee\x83\xc3\x33\xd6\xbc\xf3\xca\x92\x2e\xef\x3c\x5a\xb5\ \xe5\xe3\x17\x3e\x3e\x3e\xee\xb6\xe1\xe9\xdf\x7f\xfc\x41\x68\xc2\ \xb3\x93\x92\x33\x7e\x58\xb6\x64\xe5\xf7\xbb\xce\xcb\x4f\xf4\xbf\ \x0b\x00\x80\xd5\x6c\x58\xf9\xa3\xd4\x79\xe6\x94\xae\x66\x6a\x08\ \xd1\x73\x50\x76\x62\xcb\x27\xcb\xbe\xde\xb8\xeb\xd8\x88\x3f\x0d\ \x05\x00\xa8\x29\xc8\x38\x5f\x9e\xd0\x77\x58\xc5\x8e\x25\xef\xbc\ \x27\x2c\xf8\xdb\x9c\x9c\x73\x19\x5e\x73\xd2\xf0\x7e\xa5\x1f\x7e\ \xfa\xaa\xad\xe3\x87\xe3\x9d\x15\xa7\x4f\x17\x74\xe8\x3d\xc4\xb3\ \xff\xeb\x85\xaf\x7f\xb1\xf0\xd5\xfb\xae\x2d\x6b\x8c\x30\x47\x6a\ \x73\x3e\x5d\xb8\xf8\x9c\x9b\x09\x18\x08\xa3\x18\x71\x54\xf1\x19\ \x12\xfa\xdf\x37\xeb\x96\x10\xf1\xda\x57\xe7\xb4\x8f\x3b\xe2\x8a\ \xd2\x22\x8f\x24\x42\x4b\xe3\x8e\xa1\x11\x71\x17\x7f\x52\x75\x8e\ \x71\x77\x3f\x08\x00\x99\xf2\xa1\x35\xb9\x26\x51\xce\xff\x64\xc5\ \x96\xa1\xbf\x7d\xe5\xf6\xde\x01\xeb\xf3\x37\xaf\x29\xaa\x00\x00\ \xce\x1c\x35\x7a\x78\x9a\x6b\x5b\x4d\x8f\x0e\x12\x00\x78\x32\xb7\ \xed\x2d\x16\xef\x7f\x72\x60\xe7\xc0\xfa\xbb\xaf\x61\xcb\xc0\xa1\ \x03\x8b\xca\x68\xdf\xe4\x10\x00\x00\x5b\xfc\xed\x73\xe2\x01\x60\ \x5f\xce\xda\x03\x05\x12\x00\xa4\x0c\x9e\x96\x02\x00\x95\x7b\xbe\ \xf8\x62\x8f\x88\x19\x18\x42\x26\xdf\x3b\x1f\x00\x8e\x96\x6e\xdb\ \x52\x23\x5e\xb3\xea\x40\x88\xf3\xb9\xf2\x73\xea\xa4\xe1\xb7\xde\ \x12\x4a\xb2\xbf\xfc\x7a\x67\x97\x09\x53\x3a\x68\x39\xab\xb7\x9c\ \x2b\xab\xa3\xe1\x4e\xa4\x5d\xeb\x1e\xaf\xf6\xee\x47\xe0\x38\xfe\ \x72\x72\x99\xa4\x11\x39\xf9\xc3\xc7\xaf\x7e\x57\x30\xf3\xc1\xdb\ \xe5\x63\xdb\x0a\xb9\x94\x09\xbd\x03\x00\xbc\x65\x15\x35\xe1\x61\ \x76\x00\x48\x4c\xeb\xef\x24\x5e\x3e\x38\x25\x8c\x03\x00\x50\x54\ \x73\x4a\xbc\x65\xc9\x5f\x1e\x7e\xfb\xab\xbd\xfe\xbd\x35\xa1\xc9\ \x3d\x52\x42\xa4\x3a\x3e\x26\x21\xb0\x71\x38\xda\xb3\xfb\xcb\x37\ \x17\x1f\x96\x66\xcf\x99\xe2\xef\x48\xaa\x3a\xbf\xf7\xc5\xbf\x7f\ \xdc\x61\xec\x7d\xc3\x23\xfc\x2d\x06\xf2\xa1\xef\xde\x7b\x77\xbb\ \x67\xf6\xfd\x93\x45\xb8\xf6\x8d\x77\x94\x10\x5d\x40\x78\xaf\x01\ \xbd\x7b\xf7\xed\x1a\x12\x10\xd0\xa9\xf7\xc0\x01\x7d\xbb\x39\x24\ \xfc\x13\x3b\xf4\xda\x03\xfe\xab\x38\x12\x97\x40\xa8\x6a\xf5\xfb\ \x0b\x36\x17\xda\x1e\x78\xee\xf9\xae\x11\xa6\x3d\x4b\xce\x73\x11\ \xdd\x9c\x00\x50\x75\xea\xc0\x19\x3c\x75\x56\x2c\x00\x00\xb8\xf7\ \x67\x64\x46\xf6\x9e\xec\xff\x8c\xda\x3a\x0d\x79\xfc\xd9\x21\xea\ \x99\x2f\xe7\xbe\xf8\xdf\x7e\x63\xfa\xf4\x30\x01\x00\x9c\x38\x76\ \x50\x97\xd4\x2b\xd0\x0f\x19\x4f\xde\x92\xb7\xdf\x3a\xa6\x26\xfc\ \xee\x2f\xcf\xc4\x07\x88\x00\x90\xf1\xe3\x92\x0f\x56\x1d\x4f\x9b\ \xfe\xd4\xed\x03\xe3\x10\x00\xc8\x25\x2b\x16\xbe\xb1\xbf\x36\xe2\ \xb1\xbf\xfc\xb9\x63\xb0\xfe\x9a\xdf\x0d\x63\x54\x6f\x0e\x80\xf2\ \x2d\x27\x33\x6b\x2c\xec\xfc\xb9\xac\x63\xbe\x75\x5b\x6a\xb8\x43\ \x79\xc8\x12\x6c\x15\x28\xf5\xb5\xc3\xe8\x9a\x4f\xb6\xbe\x9a\x70\ \x29\xfd\x31\x63\xec\x92\xd5\x1c\xb5\xdf\xbc\xf9\x8f\x1f\x3d\x3d\ \x9e\x7b\x6e\x66\x90\x84\x00\x00\x21\xa8\x2b\x2f\xab\xaa\x2c\x5c\ \xfb\xce\x7b\xb4\xfb\xc4\xb4\x0e\x06\x00\x60\xae\x9c\x73\x39\x6c\ \xe8\xac\x48\x00\xf0\xd6\x94\x56\x2b\x3a\x8b\x28\x1f\x3d\x74\x8a\ \x59\x23\x03\xfd\x9a\x85\xd5\x65\x1c\x2d\x4a\x1c\xd6\x89\x07\x00\ \xb9\xfc\xc3\x97\x5f\x3e\x17\x3c\xe1\xaf\x0f\x8d\x33\x20\x00\x80\ \xac\x1f\x3f\x7a\xf5\xf3\xb3\xf7\x3d\xf7\x5c\xdf\x68\x33\x00\x80\ \x56\xb5\xf4\xb5\x17\x0f\x4a\xc3\xfe\xfc\xcc\x54\x1b\x0f\x0c\x00\ \x5d\xfb\x9b\x25\x06\x67\xc2\xd0\xee\xa6\x25\xff\x7c\xfc\x73\xac\ \x4b\x19\x3e\x89\x9d\x5a\xfb\x65\x2d\x3f\x72\xfa\xdc\x50\x51\xd5\ \xd4\x76\x6d\x74\xad\xa2\xd7\xe9\x78\x41\xd2\x08\x41\x0d\xcb\x6a\ \xfd\xe0\x00\x06\x84\x32\x9d\x5e\xdf\xd4\xac\x79\xcf\x1f\xd8\xb0\ \xe3\x84\x37\x42\xf7\xc6\x73\x4f\x42\x74\xda\xc3\x0f\xde\x99\x3a\ \x62\x6c\xc2\x9e\x85\x4f\x3d\xb3\x2f\x38\x69\xc8\x9f\xe6\x4d\xf4\ \x2b\x8a\xea\xa2\xdc\x1a\x7b\x52\x42\x98\x11\x00\xf2\x0e\x7c\xf7\ \xd6\x57\x07\x11\x07\x9a\x14\x36\xef\xb7\x0f\xf8\x07\x5f\x99\xbb\ \x20\x5b\x09\x18\xda\x29\x16\x00\xaa\x4f\x6f\x5a\x7b\x38\x2f\x24\ \x69\xe7\x8b\x7f\xdc\x24\xc6\x4f\x7a\x6e\x6e\xb7\xb5\x6b\xb7\x94\ \xbb\x8d\x6b\x3e\x7c\x69\x85\xd7\x3a\xf3\xf1\xc7\x52\xbc\x7b\x7f\ \xd8\x77\x06\x77\xb0\xfc\xfb\x4f\x5b\x85\xc4\x21\xbf\xbd\x67\x6a\ \xa0\x70\xed\x38\x92\x99\x34\x68\xfa\xa3\xe1\x29\x27\xab\x39\x47\ \xc7\xf8\x68\x1d\x9a\x54\xeb\x03\x93\x41\x50\xd5\x9f\xb4\xfa\xfd\ \x66\xaf\xa9\x79\xbc\xbe\x2d\xdb\x76\xd6\xd6\xd6\xa2\x26\x31\x1a\ \x00\x30\x06\x94\xd1\x6e\xa9\x29\x9d\x9a\xac\x27\x63\x9a\xaa\x68\ \x9a\xaa\x28\x2a\xa1\x98\x17\x4d\x26\x23\x87\x80\x69\xbe\x1a\x8f\ \x66\xb1\x98\xd0\x05\xff\x43\xd3\x18\x12\x79\x0e\x00\xa8\xaa\x78\ \xbc\x5e\x8d\x61\xa3\xd9\x2c\x5c\x20\x03\x21\x8a\xc6\x04\x81\x47\ \x00\x54\x53\x14\x4d\x53\x65\x45\xa3\x0c\x0b\x06\xab\x49\x90\x65\ \x85\x68\xaa\xa2\x68\x0c\x71\x46\xb3\x59\x60\x9a\xa2\x6a\x8a\x2a\ \x6b\x84\x61\x41\x32\x1b\x0d\x18\x5d\x6b\x4d\x0d\x21\x1e\xd1\xac\ \x83\x9b\x7f\x3c\x52\xd4\x69\xc0\xa8\xfe\xc9\x21\x75\xae\x1a\xde\ \x60\x16\xb9\x4b\xae\x6d\xaf\xa9\xb5\x49\x0c\x7a\xdd\xf8\x31\x23\ \x5a\xfb\x99\xe3\x05\x89\x17\x24\x9d\xbe\xf9\x0f\x75\x17\x31\xfd\ \x61\x8e\x6f\xec\xee\xc7\x82\x68\x12\xc4\x4b\xfe\x10\xd7\xd8\x9a\ \x8b\x79\x51\xc7\x8b\x3a\xdd\x85\xec\xb9\x24\xe9\x40\xd2\x19\x1a\ \xbb\xfb\x41\x90\x78\x41\xd2\xeb\x7f\xfa\x9b\xc5\x98\xf7\x95\x1e\ \x5e\xfa\xf5\x96\xa0\x4e\x09\x1b\x56\xac\x08\x7a\xe4\xbe\xc2\xcd\ \x5f\x28\x09\x13\x46\x77\x0f\x53\x15\xed\x27\xfd\xe5\x76\x37\xfa\ \x66\x8a\x18\x50\x4d\x79\xa1\x18\xde\xeb\xb7\xf3\xe7\xf6\x8c\xe4\ \xab\xaa\x14\x9f\xab\xa4\xac\xc6\x8d\x7e\x32\x65\x6f\x7b\xa4\x06\ \xd5\xd5\x35\xb2\xa2\x8a\xa2\x60\xbb\x4e\xf8\x43\x7f\x4a\x40\xa1\ \xb3\xd8\x6a\xcf\xaf\x7a\x7b\x61\x65\xf6\x89\xb3\x42\xc1\xbb\xb5\ \x5e\x7e\xc6\xc8\x50\xd0\x48\x3b\x8c\x7e\x92\x9c\xcb\x3c\x7f\xfc\ \xe4\x19\xc6\xa8\xaa\xa8\xdd\xba\x76\x4e\x4a\x88\xbb\x91\x51\x44\ \x89\xc1\x99\x34\x7a\x44\xbf\x22\x0f\x4d\x1b\x3a\x82\x32\x1c\x93\ \xd2\xbb\x6b\x8c\x49\x55\xb5\x76\x18\xfd\x24\xc9\x38\x93\x39\x74\ \x50\x5f\xbb\xcd\x2a\x2b\xea\x9a\x75\x3f\x64\x9e\xcf\x6d\x72\xe8\ \xd4\x60\x30\x0c\x1e\xd0\xe7\xa2\xad\x59\x40\xe5\xd2\xa2\x12\x19\ \x1b\xc2\x42\x9d\x0d\x2e\xa8\x5c\x9c\x57\x82\xcc\x81\xc1\xb6\x0b\ \x1e\x8c\x52\x57\x2d\x63\x83\xd9\x20\x00\x00\x51\x6a\x8b\x4b\x2a\ \x55\x8d\x62\xbd\x2d\x2c\xd8\xce\xfb\xbd\x71\xc5\xed\xf2\x61\x9b\ \x45\x0f\x00\x4c\xf1\x14\x97\x94\x51\x9d\x35\x34\xd0\x86\x01\x00\ \x58\x6d\x45\x71\x85\x9b\x3a\x83\xc3\x4c\x52\x93\x58\x51\xf3\x54\ \x56\xcb\x96\x00\x3b\xba\x46\x65\x44\x91\x14\x30\x72\xea\xf4\x8a\ \x82\xf3\x39\x25\xd5\x66\x67\x78\x54\x68\x00\xd3\x64\xf2\x93\x8f\ \xb1\x3d\x6f\x44\xd7\xac\xdb\x10\xe4\x0c\x60\xc0\x74\x12\xa7\x2a\ \xde\xc6\xcc\x35\x87\xf1\xc1\xc3\x47\x7a\xf5\x48\x35\x9b\x2e\xb8\ \xbb\xa0\xd4\xac\x59\xbc\x60\xe3\x19\x97\xbb\xa2\x22\x6a\xd8\xfd\ \x4f\xcf\x19\x28\xd4\xe5\x2e\x7a\xfd\xcd\xc3\xf9\x35\x35\xb2\x34\ \xe7\x99\x17\x46\x25\xd8\x88\xb7\x6c\xdf\xa6\x6f\x3f\x58\xb1\x65\ \xf0\x6f\x5e\x9b\xd3\x2f\x00\x80\x6d\x5d\xfc\xb7\x85\xbb\xb4\x94\ \x28\x9d\xd0\x61\xc4\xa3\x77\x8f\x32\x63\x4f\xfa\xde\xad\xff\xfd\ \x70\xb1\x38\xf4\x99\xbf\xdf\xd5\x0d\xdc\xb9\x9f\x2d\xfa\xe0\x60\ \x6e\x8d\xab\xbc\xa6\xcf\xf4\xc7\xe7\x4f\x4a\x3d\xbd\x7d\xf9\xc7\ \x2b\xf7\xd5\x79\x5c\x6a\x40\xd7\x3f\xfe\xe9\x91\x18\x13\x06\x00\ \x5f\x45\xd6\x92\x57\xff\xb9\xa9\x34\xe1\x9d\x45\x7f\xe0\xaf\x0d\ \x47\x08\xf3\x48\xd9\xbe\xf4\xcd\x25\xdb\x72\x9c\x41\xf6\xba\xb2\ \xb2\xa0\xb4\x5b\x1e\xbc\x7d\x98\x19\xb5\x66\xdf\x6c\x3b\x8c\xae\ \x08\xa3\xe5\x9f\x2f\x69\x71\xdc\x51\xd3\xd4\xe0\xf0\x0e\xa2\xd8\ \x3c\xce\xc2\x42\xe7\xe1\x33\xfa\xdd\x93\xa0\xed\xfb\xe8\xf1\xf7\ \xb7\xb8\xe7\xf4\xdf\xf1\xde\x6b\x47\x50\xff\x17\x5f\x99\xb4\xe9\ \xcd\x47\xbe\xdf\x9e\x31\x2a\xa1\xef\x8e\x15\x4b\x37\xa6\x9f\xac\ \xe1\x6c\x29\x9d\x03\x00\x80\xb9\xcf\xed\x3c\x2b\xfc\xee\xd5\xff\ \xf4\xab\xa7\xd1\x82\x33\x1b\xbf\x59\xb9\xf5\x40\x76\x35\xdc\xda\ \x3d\x06\x00\x80\x33\xf7\x9f\x74\xcf\x94\xe8\xd8\xc2\xd5\x7f\x7b\ \xe9\xc7\xcd\x77\x4f\x4a\x75\xc6\xa5\xcd\xff\xe3\xc4\x68\x4b\xde\ \xe3\x0f\xfd\x75\x57\xc1\x83\x31\x49\x3a\x6f\xc1\xe1\xaf\x37\x1c\ \x2a\xa7\x42\x68\xd7\x5e\x76\x00\xd7\x35\xdd\x75\x8c\xb9\xba\x82\ \x7d\xdf\xed\xaf\xbc\xe3\xf1\x3f\x0f\xec\x60\xf1\x94\x9c\x58\xf8\ \xf6\xb2\x1d\x19\x9d\x27\x76\x0b\xd4\xe4\xf6\x48\xed\xa7\xbc\x7f\ \x84\x05\x8e\x13\x79\x4e\x68\xf1\xeb\xd2\x0e\x0a\x5e\x1f\x9d\x90\ \x60\x17\xab\xd6\x6d\x3e\x12\x3b\x7c\x94\xa9\x68\xcf\xba\x53\xe4\ \xde\x87\xa7\xdb\x8d\x3a\xbd\xc9\x24\xf1\x08\x00\x0d\x9c\xf5\xc8\ \x43\xe3\x7b\x87\x06\x25\x27\x5a\x00\x00\x2a\x4f\xee\xc9\x38\x9f\ \xb9\x6b\xfd\xda\x6c\x57\xbd\xf5\x88\x1b\x76\xc7\x53\xf7\xdf\x12\ \x6e\x8f\x4b\x09\xb7\x00\x00\xe8\xec\xb1\x71\xb1\x66\xa5\x60\xfd\ \xae\x82\x2e\x03\x86\xe8\x01\x02\xc2\x62\xa3\x83\x4c\xa7\x7e\xd8\ \xe0\xb1\xf7\x18\x10\xa5\x53\x2a\x33\x3e\x5e\xb6\xa3\xcb\xa8\x31\ \x11\x26\x2e\xb5\x47\x3c\xb4\x69\x2e\xba\x59\xa0\x86\x3c\x35\xe5\ \xd8\x11\x9d\x1c\x1f\x82\x11\x76\x84\xc7\xc5\x05\x0b\x55\xae\x6a\ \x86\x7f\x2a\x0c\xda\xc7\x1d\x01\xb7\x69\xdc\x11\xc0\x53\x70\x68\ \xc1\xf3\x7f\x3b\x67\x1f\xfa\xfb\xbb\xfa\xe4\x1c\x3a\x44\x9d\xbd\ \xba\x58\x01\x58\xf9\xb9\x4c\x57\xa7\xf8\x08\x00\xe0\x78\x74\xec\ \xc4\x59\x7d\x62\x17\xff\xc2\x47\x73\xd2\xb8\xbf\xbd\xf0\xc7\xa0\ \x82\x4d\xff\xef\xff\x2d\x2c\xd0\x00\x00\x38\x9e\xcb\x3b\x97\x5e\ \xe3\x4c\x88\xb4\xd6\x9f\x7f\xe5\xe9\xcd\xff\x78\xfe\xff\x79\x53\ \xef\x98\x7f\x6b\x37\x04\x00\x4a\xe5\xb7\x8b\x5e\x7a\x7b\x9b\x6f\ \xde\x93\x0f\x47\x73\x45\x1f\xfd\xe7\xf5\x52\x67\xaa\xa5\x36\xeb\ \xe0\x29\xaf\x5d\x6f\xbc\xe6\x37\x4b\x29\x31\x05\x77\x1e\x94\xd6\ \x59\x44\x48\x94\x44\xc0\xba\x94\x81\x93\x06\xa5\xc4\x48\x82\xa4\ \x13\x7e\x52\xcb\xd1\x4d\x6f\xd4\xae\xd8\xf8\xc7\x25\x73\xfc\x0a\ \x00\x00\x0e\x81\x49\x44\x41\x54\x2e\x59\xb4\x59\x7e\x72\xd3\x6b\ \xef\xaf\x49\x9e\xfa\xd0\x63\x43\x92\x00\xe0\x70\x69\x39\xb5\xc7\ \x4b\x00\xa5\xfb\xbe\x3f\x58\x1b\xfd\xd7\xd4\x08\x00\x00\xad\xe4\ \xf4\xf9\xd2\xce\x33\xea\x17\xd0\x8a\x16\x67\x42\x67\x67\x82\xad\ \x78\xe3\xb3\xdf\x15\x79\x20\xdc\x02\x00\xf4\x6c\x7a\x46\x78\xf2\ \x1d\xfe\x99\xb3\xbc\x3d\x2b\x5e\x5f\x76\x78\xf8\x9c\xa7\x27\x74\ \x8f\x00\x00\x56\x9b\xf3\xc1\xeb\x6f\x16\x07\x0d\x7d\xe1\xe5\x89\ \x76\x00\xad\xe8\x2c\xb3\x05\xe3\x82\x3d\xef\xbc\x75\x34\xbd\x86\ \x25\x95\x94\x03\x04\x5c\x63\x59\x8d\x31\xde\x60\x31\xb1\xb3\x5b\ \xbe\x5d\x29\x8a\x02\x10\x8d\x02\x86\xe2\x1f\x8e\xaa\x5a\x40\x5c\ \xf7\xb4\xa4\x50\x46\x49\x3b\x8c\xae\x45\x08\x21\x94\xd1\xfa\x71\ \xc7\x46\x6b\x81\xea\x23\x35\xb5\xf9\xb8\x23\xa9\x3c\xfe\xf2\xdf\ \xff\x59\xdd\xe5\xde\x58\xa1\x78\xcb\x7e\xad\x4f\xcf\xce\x51\x51\ \x11\xee\x1f\xd6\x2f\xfd\xbc\x70\xdf\x96\x3d\x23\xe7\x3c\x1b\x67\ \x02\x00\xf0\xe5\x9f\x4a\x2f\x34\xcd\x8f\x0a\x06\x80\xfc\x63\x1b\ \x7e\x3c\x51\x6b\xd7\xf9\xf6\xfd\xb8\x29\xb4\xe7\xf4\x7a\x05\xa5\ \x14\xee\x3b\x5a\x93\xf0\x60\x47\x00\x90\xf3\xb7\x3d\xfb\xf7\x8f\ \xc2\xc6\xcf\x0f\xf4\x65\x6e\x3f\xa4\x0d\xec\x1e\xf6\xf5\x82\x7f\ \xac\x4c\x77\x3c\x3e\x22\xe0\xc8\x8f\x3b\x13\xba\xf7\x88\x08\xed\ \xf6\xd0\x1f\xba\x01\xc0\xbe\x8f\x9f\x96\x63\x07\xcd\x1f\x9b\x74\ \xcd\x46\x0d\x10\xa2\xaa\x3b\xfb\xec\xb9\x72\xc5\x7b\x7c\xcf\x7e\ \x2e\xba\x7b\x97\x28\x8b\x2c\xab\x44\xd3\x42\x75\x1d\x7a\x77\x0c\ \x43\xd7\xfa\x97\x6f\xf6\x71\x47\x42\x68\x56\x76\x1e\xc2\xbc\xa4\ \x37\x09\x92\x41\x94\x8c\xa2\xce\x28\xea\x8c\xa2\x64\xe4\x25\x63\ \x8f\x9e\x3d\x7b\xf5\xe8\xd6\x48\xd4\xaf\x54\x96\xd7\x28\xa2\x55\ \x4f\x0b\x73\x72\x2a\xa9\x2e\xa1\x63\x7c\x78\x7c\x7c\x10\x57\x75\ \xba\x50\x1e\x7a\xfb\x83\xb7\xa4\xd5\x93\x8d\x7a\xdd\x35\x10\x94\ \xd0\xa7\x5b\x8c\x84\xc0\x53\x96\x77\xf2\xd4\xd9\xd2\x1a\x35\x7e\ \xc0\xd4\x79\x33\x87\xe8\xfd\x00\x55\xea\x6a\xf9\x80\xb4\xbe\x5d\ \x6d\x22\xf8\x2a\xf3\xab\x39\x8b\x0d\xbb\x73\x73\xf3\xaa\x51\x70\ \xf7\x24\x4b\x51\xb9\xdb\x11\x60\x72\x15\xe7\xe5\x97\x78\x22\x12\ \x12\x83\x2c\xf5\xc3\x4f\xb5\x2e\x35\xba\x4b\x9f\xe8\x60\x03\x34\ \x19\x77\x04\xb8\x60\x90\xaf\x34\xee\xd8\xa0\x8d\xb0\xe4\x48\x1b\ \xd0\x0b\x95\x9c\x39\x93\xe7\xd2\x07\x46\x8d\xbf\xe3\xde\xe9\xe3\ \x06\xf7\xe9\xd3\xb7\x73\x8c\x83\x35\x6f\x67\x68\x1f\x77\x6c\x9b\ \x54\xb9\x6a\x14\x55\x45\x2d\xd9\x3b\x87\xcd\x2a\x08\xbf\x46\x85\ \x7d\xad\xa5\x59\x8c\x35\xd7\x9a\x4f\xde\xdb\x70\xde\x38\xef\xf1\ \xb9\xa6\xac\x35\x8b\xd6\x16\xcf\x7c\x68\x5e\x6a\x98\xa4\x5c\xb4\ \xf4\xba\xbd\x34\xdb\x56\xb1\xdb\x2c\x37\xc9\x3b\xc5\x08\xfb\x6a\ \xcb\x2a\x85\x84\xc7\x9f\x9e\x92\xe8\xd4\x41\xd8\x6d\xf3\x8c\x47\ \x09\x91\x09\xd5\xb5\xa7\x1f\xdb\xa5\xf5\x91\x9a\x26\x58\x63\xef\ \xba\xb7\x13\xc7\x54\x9f\x4f\x06\x40\x1d\xba\xf6\x64\x44\xbb\x68\ \x19\x41\x3b\x8c\xda\x2c\x8a\xa2\xee\xdd\x7f\xb8\xba\xa6\xc6\x68\ \x34\xf4\x4b\xeb\xa9\xd3\xdd\xe0\x53\xd8\x08\x21\x46\x54\xca\xf1\ \xa2\xd8\x60\xc6\x79\x81\xa3\x54\xd5\x7e\x52\x1e\xbb\x7d\xbb\xe3\ \x01\xb3\xc9\x18\x1d\x1d\x51\x54\x5c\xb2\x69\xf3\xf6\x94\xe4\xa4\ \xc6\x8f\xe6\xff\x6f\xef\x4a\x83\xa2\xba\xb2\xf0\x79\xaf\x5f\xaf\ \xf4\x46\x43\xd3\xd0\x6d\x83\xb2\x34\x20\x82\x2c\x8a\xb8\x0b\xae\ \x83\x1a\x51\x5c\x2b\xae\x71\xc1\x68\x12\x13\x8c\x89\xc9\xa8\xd1\ \x18\x9d\xc4\x18\x93\x89\xd1\x24\x8a\x96\x96\x62\x4c\xdc\x70\x41\ \x03\xa2\x22\x22\x3b\xca\x2a\x82\x20\xb8\x80\x34\x20\xd2\xfd\x9a\ \xde\xde\x36\x3f\x5a\x5c\x30\x99\x2a\x21\x53\x63\xc5\x3e\x75\x7f\ \x75\xdd\xf7\xaa\xfa\xde\x53\xf7\x7e\xef\x7c\xe7\x3b\x87\x61\x18\ \x47\x47\xa9\x93\xcc\xf1\x6f\xe6\x48\x18\xc6\x6a\x7f\xa4\x6d\x6e\ \x6b\xa7\x19\x04\x10\x00\x9a\x46\x79\x22\x17\xb9\x8c\x83\x74\x5d\ \xf2\xf8\xda\xf7\x9a\x6d\x37\x7a\xf6\xf4\x70\xef\xa1\x94\x3b\xcb\ \xae\x15\x95\x55\x56\xd7\xa2\x1d\x2d\xa1\x50\x04\xc9\xce\xbf\x3e\ \x35\x26\x9a\xff\x5c\x73\x3b\xe6\x41\x45\x56\x4a\x7a\xc1\x23\x46\ \x1a\x15\x33\xa5\xaf\x52\x04\x00\xda\x8a\x8c\xa4\x94\x7c\xc4\x2d\ \x74\xfa\xe4\x48\xa9\x8d\x3b\xa1\xda\x2e\x25\xa7\x71\x35\xa3\x06\ \xf9\x49\x01\xe0\x41\xd9\xb9\x5f\x52\x2a\x58\x28\xcd\x51\x47\xcc\ \x99\x3c\x44\xc8\x02\x00\xba\x34\xfd\xd4\x1d\x56\xd0\x84\xa1\x9e\ \xc0\x10\x35\xd7\x32\x2e\x66\x15\x9b\x04\xea\xe8\x98\x18\x6f\x27\ \xb6\xa9\xa5\xf6\xe2\xf9\xb4\x8a\x06\x93\xdf\xa0\xe8\xf1\x03\xbd\ \x11\x00\xb2\xad\x2e\xf9\xd4\xd9\xca\x87\xd0\x2f\x2a\x26\xaa\xaf\ \xb2\xcb\x3e\xc4\xc1\xe0\xe6\x95\xa3\xfb\x8e\x65\xb6\x23\x18\x9b\ \x85\x02\x03\x34\x61\x11\x68\x86\x2c\x5b\x30\x5d\xc5\x23\x89\xae\ \x0a\x8c\x5e\xfb\xb8\x11\x49\x6c\xd9\xfa\xb5\x44\x24\x04\x00\x2e\ \x87\x83\x3c\xdb\x56\x8c\x61\xda\xcd\x74\xec\xa4\xe8\xe7\x1e\x30\ \xb7\x16\x64\xe6\x83\xdc\x53\x5a\x75\x69\xdb\x16\xf3\x8e\xef\xe2\ \x0c\x79\x47\xd6\xfd\x98\x11\x3e\x32\xa2\xea\xfc\x8f\x09\x52\xd5\ \x87\x63\x35\xb7\x73\x4e\x1f\x3a\x92\x74\xb1\x42\xb7\x7c\xdb\x78\ \x00\x00\x68\x4f\x39\x9c\xd4\xe2\x36\x7e\x42\x5f\x31\x23\xee\xc1\ \x45\xe1\x51\x75\xee\x2f\xbf\x1e\x3b\x73\x31\x6f\x70\xfc\x9e\x09\ \x00\xa0\xab\xcb\x2e\x28\x17\xf4\xf0\x31\xe5\x9e\xd8\xfe\x33\xf5\ \xcd\xa7\x33\x6f\x95\xe6\xdc\xc6\x85\x3e\x2a\xd3\xe1\x9f\xbe\xe4\ \x79\xec\x1e\xe5\xdc\xf0\xe3\xe6\xcd\x2d\x3d\x47\x0f\x50\xde\xdb\ \xbf\x7d\x9b\xfc\xbb\xad\x5e\x5d\x62\x1f\x50\x16\x66\x6c\x2a\x4a\ \x3c\x5e\x10\x36\xe3\xdd\x91\xfe\x4e\x34\x65\xeb\x9c\xc5\x20\x18\ \x47\xc8\x26\x88\x6e\x88\x8c\xec\x72\x47\xf4\x5e\x5d\x4d\x0b\x87\ \x8d\xa0\x2f\x54\xa2\x25\x08\xa5\xda\xfb\x05\xb9\xa3\xd3\xc4\xc5\ \xef\x03\x40\x7d\xda\xfd\x8c\x93\x34\x4a\x34\xed\x3b\x70\x26\x64\ \xfe\xe6\x45\xc3\x55\x29\x78\xe1\x99\x3a\x2d\x80\xc6\x60\xe2\x84\ \x84\xf5\xae\x27\x0c\x61\x3e\x7c\x00\x30\xd7\x5d\xcd\xd1\x3a\xc4\ \xad\x7e\x23\xa4\x23\x24\x67\xd0\x5b\x7d\xfa\x04\x68\xee\xe0\x03\ \x83\x94\x00\x00\x52\x9f\xd9\x71\x3e\x00\x50\x62\xca\x2b\xbf\x69\ \xa1\x00\x82\x22\x67\x05\x45\x02\x18\x8b\x2e\x9e\x2f\xa2\x80\xa1\ \x9b\x6e\x15\xb7\xca\x57\x6d\x9a\xe6\xdb\x9e\x79\x29\x37\x8d\xc3\ \x7a\x52\x66\xf2\x65\x81\x11\xaa\x6f\xac\xa5\x14\xfe\x63\x22\x83\ \xe4\x84\x89\xa0\x91\x8e\x40\x2b\x45\x74\x8f\xe3\xb7\x27\xd1\x02\ \x1b\x63\x73\x38\x1c\x36\xbb\xf3\xe0\x70\x38\xe8\x9f\x70\x96\x77\ \xf2\x8e\x7f\x7d\xa4\x72\xf2\xe2\x99\x54\xd9\xe5\x3a\xc6\x7f\xf2\ \x30\x15\x80\xb9\xb5\xcd\xa8\x74\x95\x00\x40\x50\xe4\x58\x1f\x3e\ \xb0\xe5\x7d\xd4\x2c\x00\x00\x23\x0e\x2a\x27\x3a\xe1\x93\x0f\xf6\ \xa7\x94\xda\x34\x3c\xea\xd0\xa1\x43\x7d\x9d\xcd\x2c\x0f\x8d\xcb\ \x93\xfc\x24\xa2\x2c\x75\xdf\xcf\x99\xd6\x99\x73\x26\xdb\x40\xbe\ \xb1\xe9\xc6\xf7\x1b\x77\x39\x0f\x9d\x13\xa5\x44\x19\xa1\x42\xe3\ \x0a\x65\x97\x2e\xec\x4a\xc8\x8c\x9c\xb7\xd4\x97\x0f\x44\x97\xf6\ \x9c\x61\x18\xa1\xb3\x12\x69\xa9\xca\xca\xaf\x7e\x84\xb7\xeb\x71\ \xbd\xcd\x3a\x4a\x0c\xda\x4f\xa3\xff\x15\x1e\x7d\xf1\x27\xe3\xa5\ \x83\x3f\x9c\x28\xb6\x4e\x8b\x5f\x33\xd4\xd7\x31\xff\x50\x35\xaa\ \xea\xe3\x8a\x00\xe0\xb7\xaf\x55\x52\x63\xa6\xda\xe4\x8e\xa6\xdc\ \x1b\xd5\xca\xe0\x71\xb6\x73\x4c\x16\x38\x66\xed\x97\x63\x74\x45\ \x07\x97\x7f\xbb\xbb\xef\x90\xef\x83\x1d\x00\x00\x4a\x4b\x0a\x30\ \x9f\x20\x85\xcd\x65\x88\x96\x93\xbb\xb7\x5f\x6a\x90\x2e\xfa\x64\ \x6d\x88\x5a\x08\x00\x77\xf2\x4f\xee\x3c\x98\xee\x35\x76\xc9\xd2\ \xe8\x60\x36\xd9\x74\xe4\xe0\x69\xaf\x49\xcb\x26\xfa\xd3\x3b\x2f\ \x9f\x6c\xed\x46\x92\x19\x4d\x13\x0e\x6e\x21\x53\xa3\x8a\xf7\xee\ \xdc\x74\xc1\x51\xc6\xc3\x10\x86\x01\x86\xb0\x70\x3d\xc3\x17\xbe\ \x19\x6b\xc7\x46\x5d\x37\x5b\x07\xfb\x3f\xd1\x10\x32\x9d\x03\xc1\ \x8c\x29\x6d\xef\x57\xa7\xea\x3d\x56\x6f\x7c\x4b\xc9\x03\x00\x20\ \x29\xd2\x84\x1b\xcc\xa6\xb6\xf3\x7b\x7e\xc6\x7d\xc7\x0c\xf4\x16\ \x02\x00\xe0\xf7\x6a\xee\x92\x11\xd3\xdc\x01\xc0\x62\xd2\x99\x69\ \xbe\x90\x6d\xbd\x5f\xdf\x04\x0e\x4e\x92\xc7\x37\xa4\xb1\xb2\xa4\ \x41\x33\x70\x06\x1b\x00\x48\xfd\x6f\xdf\x7d\x55\xc8\x1e\xb4\x71\ \xe3\x64\x11\x02\x00\xd0\x90\xfb\xdb\xd6\x7d\x85\xb1\xf1\x9f\x8d\ \xf0\x91\x02\x00\xd5\x50\x98\x92\x5f\xb7\xe2\x2d\x15\x06\x77\xcd\ \xba\x87\xcd\x3a\x63\xd7\xf1\x35\x97\xc7\x66\xb1\x22\x62\xdf\xed\ \x3d\xec\x41\x73\xab\x9e\xa0\x11\x04\x28\xb3\xd1\x44\xf3\x25\x52\ \x8c\xa2\x68\xc6\x7e\x1a\x75\xf5\x46\x63\xb3\x11\x14\x23\x08\x02\ \x6c\x95\x68\x19\x06\x3a\x2a\x00\x51\x14\xcd\xc2\xb0\x67\x33\x45\ \xcc\xb5\x39\x87\x93\xd2\x2d\x5e\xc3\x13\xbe\xf8\x98\x56\x85\xbe\ \xbd\x68\x46\xe0\xb0\x48\xd7\xcb\xbb\xde\x5b\x99\x21\x74\x0b\x5e\ \xf5\xce\x14\x9b\x56\xad\xed\x7e\xf5\x03\x56\x4f\x4d\x0f\x11\x00\ \xd4\x65\x1f\xdd\x71\xa2\x18\xc3\x68\xdc\x2a\x9a\xb5\xe8\xbd\x5e\ \x3c\x00\x00\xc6\x70\xef\xc6\x43\xfe\x08\x3f\x2f\x00\xd0\x55\x24\ \x1f\x48\x2d\x51\x87\x38\x6c\x5b\x97\x8b\xf5\x8a\xfe\x64\x7e\xdf\ \x63\xbf\x1c\xab\x69\x91\x5e\xf9\xf5\xdb\x73\x46\xe1\xd4\xb8\xb8\ \xfe\x2e\x21\x83\xfc\x52\xb6\x7f\x14\x2f\xc6\xac\x5c\xcf\x98\x85\ \x83\xbb\x92\x2d\x8e\x20\x28\x90\xf8\x95\x63\xbf\x55\xb6\x91\x5c\ \x36\x8b\x61\x00\x45\x11\x86\x26\x11\xa1\xc7\xa8\x51\xc3\x94\x62\ \xb0\x58\xc8\xee\xdc\x6b\xaf\x3b\xa7\xa6\xc7\x0d\xbf\xa7\x5e\xc4\ \xf5\x7a\x04\x45\x9f\xe4\x8c\x20\x08\xd8\x14\xd9\x61\x21\xc1\xa1\ \xc1\x81\x4f\x2f\x05\x8b\x49\x6f\x30\x98\x2d\x56\x82\xa4\x50\x9e\ \x50\x2e\x97\x71\x10\xb0\x18\x5a\x9b\xf5\x84\xdc\x55\xc1\xed\xc0\ \x51\x94\xd5\x64\xb0\x82\x58\xc8\x47\x00\x08\x13\xde\xda\xa6\x27\ \x68\x54\xec\xe4\x22\xe6\x75\xa0\x75\xda\xaa\x6b\xb7\x3a\x88\x84\ \x18\x00\x65\xc1\xdb\x0c\x66\xab\xd9\x42\xd2\x34\x8b\xe7\xe8\xe6\ \xcc\xc7\xf5\xb8\xd9\x6c\xb6\x5a\x49\x1a\x30\x27\x17\xb9\x03\x17\ \x03\xd2\xac\xd5\x36\x93\x98\x83\xab\xe2\x71\x53\xe3\x97\xe5\xd4\ \x10\x04\x45\x48\x3c\xf7\x7c\xea\x8d\x7b\x77\xf3\x0b\x6b\x7d\x06\ \x0c\x74\x73\x40\x10\xda\x70\xbd\xb0\x7a\xc4\xbc\xf8\x89\x61\x6e\ \x16\x0b\xd1\xe9\x20\xb6\x73\x6a\x2f\x61\x62\x91\xb0\x73\x05\xa3\ \xff\xf2\x3d\xc2\xe5\x4b\xb9\x9d\x65\x87\x5c\xa1\xac\xc7\xf3\x59\ \x11\x2c\x0e\xff\x49\x37\x23\x36\x5f\xa4\xe0\x8b\x5e\x78\x11\x47\ \xf2\xb8\x95\x11\xb0\xb8\x22\x27\xee\x73\x13\xc4\x12\x47\xb1\xa4\ \xd3\x2e\xf1\x14\x2a\x75\xf7\xee\x6e\x9a\x61\x09\x87\x4c\x99\x1b\ \x58\x99\xac\x35\x29\xe2\x56\x2c\x91\x03\x00\xe0\x47\xbf\xfd\x42\ \x6f\x30\x32\xdd\xae\xb6\x6b\xff\x52\x7b\x8d\x70\x20\x61\x31\xa3\ \x5c\xa1\x55\x7b\x33\x23\xab\x42\xdb\xd8\x50\x99\x9d\x96\x53\x43\ \xf5\x50\xb9\x20\xb4\x9d\x53\xeb\xb6\x99\xcd\x16\x92\x24\x31\x0c\ \xfb\xdb\x13\x6a\x34\x4d\x3a\x28\x43\xa7\x8f\xae\xda\xbf\xff\x9b\ \x0b\x18\xc7\x6a\x85\x7e\x13\xe7\x84\xf7\x14\x11\x04\x61\x77\xa3\ \x6e\xd9\xdd\xbb\xf5\x05\x45\xa5\x04\x41\x30\x34\x3d\x20\x3c\xb4\ \x97\x87\xfa\xef\xfc\x6f\x19\x86\xa0\xd0\xde\xa3\x67\x7f\xd6\x3f\ \x5a\x67\xb4\x70\x04\x12\x99\xc4\x81\xa1\x08\x9a\x01\xbb\x1b\x75\ \xcb\x8a\xcb\x6f\x0e\x1f\x12\xe1\x24\x93\xb6\x1b\x4d\xe7\x52\x2e\ \x56\x55\xd7\x3e\x49\xbf\xa6\x69\x5a\x22\x11\x47\xf4\x0f\x79\x21\ \x08\x49\x1b\x74\x3a\x12\xe5\x49\x45\x4f\x70\x12\x83\xb7\xe9\x50\ \xbe\xd8\x81\xfb\xcc\x4c\x8a\xb0\xd2\x28\xc7\x96\x2a\xcf\x10\x7a\ \x1d\x4e\x50\x34\xc2\x16\x48\x45\x82\x8e\x80\x39\x65\xb1\xd0\x5c\ \x2e\x1b\x00\x80\x21\x71\x9d\x9e\xe1\x08\xc5\x02\x0e\x00\x00\x43\ \x19\x0d\xb8\x99\x62\x49\xa4\x22\xd6\x53\x80\x6f\xd0\x99\x41\x22\ \x11\x76\x0b\x88\x30\x34\x49\x30\x3c\x91\x23\x5f\x0c\xc0\x30\x34\ \x45\x30\xcc\x5f\xb0\x8c\xf6\xb8\x11\x9d\x79\x35\x5b\xe1\xe2\xcc\ \x30\x8c\xcc\x51\x64\xb1\x5a\x9f\xf4\xd9\xc4\x58\x68\x5e\xc1\xb5\ \xc0\x00\xbf\xe7\xe4\x8e\x44\xfb\x85\x43\x3b\x92\x8b\xea\xf5\x3a\ \x63\xc0\xf8\xa5\xef\xc5\x86\xb1\x2c\x4d\xbf\xfe\xb4\xe3\x72\x79\ \xbd\x91\x25\x5f\xbc\xfa\xd3\xc1\x1e\x22\x20\xf1\xb2\xac\xd4\x84\ \xc4\xd4\x7e\xf3\x37\xcd\x1e\xe8\x0c\x00\x57\x0f\xac\xff\xfe\x82\ \xce\xdb\x95\xcb\xf6\x1c\x1d\xbf\x70\x9c\x18\x23\xee\x94\xe7\x27\ \x26\xec\x26\xfb\xad\x58\xf7\x66\x30\x98\x1a\x8e\xee\xdb\x9b\x79\ \xb3\x51\xa7\xa7\xa2\xe6\x7c\x30\x27\x4a\xa3\xad\xc8\xd8\x7b\xf0\ \xcc\xdd\x96\x36\x89\x66\xf4\x47\x2b\x66\xca\xd8\x50\x5f\x98\xb4\ \xe3\x60\x5a\x43\x0b\xee\x33\x62\xee\xaa\x85\x23\xbb\x07\x69\x19\ \x9a\xa6\xfe\xda\x65\x7c\xed\xdd\x88\xa6\xf6\xee\xd9\x25\xe0\x71\ \x3a\xd4\x44\x4f\xb3\xda\x49\x92\x94\xbb\xba\x77\x96\x3b\x02\xa8\ \x82\x46\xad\x8c\x09\x60\x0a\xf7\xad\xda\x7b\x0e\x8f\x0d\x2b\xdc\ \xf3\xcd\x79\xad\xdf\x86\x7f\xbd\x9f\xbe\x33\xfe\x68\xfa\x8d\xc1\ \xf3\xc2\x33\x0e\x25\x9c\x29\x2c\xa9\x35\xf0\x66\xfa\x39\x03\x00\ \x98\xeb\x32\x4a\x88\xb8\x2f\x7e\x88\x52\x3f\xae\x95\x56\x9d\x76\ \xe4\x40\x6a\x56\x49\x6d\xdb\x94\xf9\x6a\x00\x00\x86\xed\x3b\xf8\ \x8d\x61\x73\xfd\xb5\x67\x3e\xdf\x7a\xfa\x6c\x6c\x94\x46\xac\x0e\ \x7d\x77\xdd\x08\x8e\x36\x35\xee\xe3\xc4\x0a\x7c\x66\xb8\x39\x73\ \xd3\xbf\x4f\x0d\x7f\x67\xfd\x2a\x51\xde\xca\x2d\xc7\xab\x66\x8d\ \xec\xf5\x8a\x35\x32\x79\xed\xe5\x8e\x28\x8a\xa1\x08\x86\x02\x0b\ \x05\x14\x61\x50\x84\x46\x11\xa6\x63\xd0\xd8\x8b\x15\x5b\xd8\x0e\ \x7e\x21\xa1\x2a\x09\x5d\x70\xed\x96\xfb\xa0\xa1\xc2\xe6\xfc\x53\ \xd7\xf1\x05\xf1\x0b\x54\x4e\x8e\x52\x99\x0c\x63\x68\x00\xa4\x7f\ \xec\x92\x77\x62\x86\x78\x28\x03\xfc\x1d\x01\x00\x1e\x95\x67\x96\ \xd4\xdd\xaf\x2e\xcd\xd6\x1a\x1f\x1f\x74\xee\x83\x62\x3e\x5c\x32\ \xd5\x4b\xe1\xd3\x57\x2d\x05\x00\x10\xc8\x03\x83\x82\x5c\xf8\x86\ \xfc\xd2\x16\x4d\x58\x04\x1f\x80\x8f\x59\x4a\x32\x8f\xef\x4c\xcc\ \x0c\x18\x37\x2f\xd4\x91\xb9\x72\xe4\x84\x20\x6c\xd6\x8c\x70\x77\ \x47\x27\x47\xa1\x80\xcd\x00\x20\x76\x37\x7a\xa5\xac\x43\xee\x88\ \x22\x7f\x3c\xfe\x60\xbf\xc8\xd6\xca\x84\xcd\x6b\xb3\xc8\xc0\xf8\ \x05\xc3\xeb\x0b\x0b\xac\xb2\xfe\xa1\xce\x00\xf0\xa8\xb6\xb6\x55\ \xe3\xa9\x04\x00\xbe\x83\x43\x55\x65\x0d\xd7\x2b\xc8\x16\xfd\xe1\ \xf7\x8c\x5c\xb5\x72\x31\x91\x97\xb8\x69\x4b\x82\x96\x02\x00\xe0\ \x08\x04\x0f\xef\xdf\x6a\x93\x7a\x7b\x48\x3b\xc8\x91\xfb\xf9\xdb\ \xd6\xac\xbf\xa3\x1c\xf7\xf6\x8c\x08\x04\x00\x48\xcb\xa3\xfa\xea\ \x6b\x25\x75\x0a\xff\x40\x3e\xf2\xf0\x6a\x8d\x31\x78\x58\x04\x00\ \x34\x56\xd4\x5a\xd9\x9e\x1e\x02\x20\x69\xbb\x1b\xbd\x52\x97\xda\ \x4b\xca\x1d\xf5\x75\xd9\x9b\x37\xed\x24\x02\xa6\x7f\xb9\x7a\x9e\ \x82\x0f\x75\x0f\x9a\xc0\x59\xc9\x07\xd0\x95\x5c\x28\x78\xe8\x36\ \x34\xc8\x1d\x00\x80\x6a\xae\xb8\xdd\xe8\xdf\xd7\x46\xd3\x02\xcf\ \x49\x15\x3a\x30\x72\xf9\xd2\x89\x6d\x75\x85\x77\xda\x1f\xbf\xb8\ \xaa\xfc\x86\x6b\x6f\x5f\x31\x0a\x00\xd0\x54\x92\xbc\x71\xeb\x61\ \xc5\xe8\xa5\x1b\x96\x4d\x92\xd9\xaa\xb0\x89\xd4\xe3\xe7\x7d\xbc\ \x7c\xbc\xfb\xa5\x8c\x22\x30\x6b\x5b\x49\xda\x4d\x2d\x02\x30\x25\ \xff\x9e\xdd\x63\xf0\x70\x31\x00\xf5\x8a\x2d\xa3\x5d\xee\x48\x51\ \xf4\x1f\xcb\x1d\x69\x9a\xea\x54\x9d\x95\xd6\x55\x6e\xdd\xb0\xb1\ \xc9\x6f\xde\x14\x6f\x6e\x71\x45\x6d\x6f\xbf\x5e\xae\xae\x72\x7d\ \xfa\xe5\xb3\x67\xf1\xf4\x53\xc9\xfd\x67\xae\xf6\x95\x22\x00\x60\ \x69\xa8\x2c\xbf\xc7\x7b\xab\xa7\x2b\x00\x3c\xb8\x79\x25\xb7\xc6\ \x22\xe3\x99\xb2\xcf\x25\x49\xfd\xff\xd1\xc7\x16\xef\x26\x1a\x0b\ \xae\xb7\xfa\x2c\xf0\x47\x00\xac\x8d\x79\xeb\xd6\xff\x24\x1b\xbb\ \x2c\x4c\x61\x2d\xae\xd2\x06\x79\xf3\xb2\x2e\x64\xe2\xa8\x10\xd5\ \xd7\x9d\x4c\xab\x1f\xb2\xc8\x0f\x38\x98\x23\x98\x2e\x27\x9d\x7e\ \x68\xce\xc9\xb1\x04\xac\x9d\x10\xf8\x0a\x2e\xe3\xeb\xee\x46\x1e\ \xee\x6a\x37\x95\x87\xd9\xd4\x8e\x20\x08\xc3\x3c\xe5\xd4\x00\x80\ \x45\xd1\x1a\x5f\xdf\x67\x8b\x1b\x59\x75\x46\x95\x5f\x38\x9f\x55\ \x7f\xe6\xc4\x4d\xb6\x7b\x88\xca\xbb\x97\xef\x98\xe9\xb3\x9b\x13\ \x73\xae\xdd\x1e\x34\xe7\x9f\x31\x83\xbd\x6d\xd3\x2c\x34\x2f\xfc\ \x8d\x49\x1a\x05\x06\x00\x94\xd1\x50\x53\x5a\x58\x46\x63\xae\x03\ \x66\x2f\x8e\x89\x14\xd8\x8a\x17\x11\x44\xcf\x61\xd1\xfd\xfa\xb8\ \x00\x80\x05\xd7\xf7\xea\x37\x80\x85\x97\x27\x9d\x28\xe0\x7b\x8d\ \x0e\xf0\x0c\x20\xf0\x86\x82\xb2\x07\x28\x4f\x1c\xbd\x6c\x4d\xf4\ \x00\x77\x00\x58\xb2\x74\x6e\x62\xd2\x95\x7a\x65\xf0\x9a\x0d\xd3\ \xdc\xf9\xaf\xe2\x32\xda\xe5\x8e\xd0\xd0\xd8\x64\x31\x5b\x10\x04\ \xe9\xdc\xea\x97\x01\x57\x85\xb3\x80\xff\x2a\xee\x5b\x17\xe5\x8e\ \x2f\x13\x08\xb1\x53\xb3\x2f\x67\x4a\x57\x17\xfb\x22\xd8\x21\xb6\ \xdd\xfe\xff\xf6\x1f\x86\x53\x94\x14\x6b\xad\x7d\x73\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xd2\xc1\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xbf\x00\x00\x01\x6f\x08\x02\x00\x00\x00\x55\x4f\x52\x0a\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\xd2\x47\x49\x44\x41\x54\x78\xda\xec\x7d\x65\x78\x1c\ \xb9\xb6\xed\x2a\x6a\x32\x33\x3b\xb1\x93\x38\xe4\x30\x33\x33\x33\ \x33\x33\x33\x33\x27\x33\x61\x66\x66\x66\xe6\x38\xe8\x38\xb1\x63\ \x8e\x99\xdb\x76\xbb\xb9\x40\xef\x87\xed\xc0\x4c\x32\x33\x67\xee\ \xbd\xe7\xce\x3b\xb7\xd7\xe7\x2f\xe9\xae\x92\xb6\xb6\x54\xaa\xd5\ \x5b\xd2\xd6\x16\x05\x00\x80\x8f\xb7\x47\xe5\x4a\x81\x8e\x8e\x76\ \x82\x20\xc2\x02\x0b\x2c\xb0\xc0\x82\xdf\x81\x65\x19\xb5\x3a\xf7\ \xcd\xdb\x0f\x09\x89\x29\x00\x18\x9a\xa6\x2a\x94\x2f\xd3\xb0\x7e\ \x4d\x8e\x65\x05\x51\xb2\x34\x90\x05\x16\x58\x60\xc1\x0f\x21\x49\ \x44\xa9\x54\x94\x2a\x59\x4c\x92\xa4\xf4\x8c\x4c\xd6\xcd\xcd\xa5\ \x6a\x95\x72\x79\x5a\xbd\x24\xfd\x86\x3a\x29\x8a\x2a\xf8\x44\x08\ \xf9\x99\xb8\x2f\x89\x08\x01\x40\x2c\xed\x6b\x81\x05\x16\xfc\x47\ \x83\xe2\x79\xa1\x6a\xe5\x72\x69\xe9\x99\x4c\xbd\xba\xd5\x19\x9a\ \x11\xc5\xaf\x03\x76\x0a\x00\x45\x19\x79\x41\x6f\xe6\x8d\xbc\x20\ \x88\x12\xcb\xd0\x14\x45\xfd\x86\x43\x29\x8a\x22\x44\x32\x99\xcc\ \x66\xb3\x59\x10\x04\x00\x34\x4d\xff\x01\xcf\x5a\xf0\xe7\x8f\x85\ \x02\x40\xfd\x71\x1b\xfe\x95\x34\xff\x64\xfd\xff\xff\xaa\x91\x05\ \x16\xfc\x0e\x84\x10\x22\x88\x92\xbd\xbd\x1d\x6b\x6b\x63\xcd\xf3\ \xc2\x17\x33\x93\x02\x78\x89\x68\xf4\x46\x2f\x25\xe7\x65\xa3\x64\ \x69\x2a\xc7\x2c\x44\x6b\xf4\xe0\x58\x2b\xb9\xec\x4b\x17\xa7\x28\ \xca\x60\x30\xf0\x82\x64\x67\x6b\xc7\xc9\xe4\x92\x24\xe9\xf5\x5a\ \x8d\x26\xcf\xca\x4a\xf5\xd5\x64\xb5\xe0\x4f\x9e\x82\x24\x11\x50\ \x34\x4d\x15\x36\xbd\xd9\x24\x08\x82\xa0\x54\x2a\xfe\x80\x68\x4c\ \x66\x41\x10\x04\x85\x5c\xf1\x4f\x6b\x66\x8a\x82\xc9\xc4\x9b\x4d\ \xbc\xca\x4a\xf9\x2f\xf5\x01\x83\xd1\x4c\x01\x0a\x85\xcc\xc2\x9f\ \x16\xfc\xff\x02\x41\xe0\x6d\x6d\xac\x59\x9e\xe7\x29\x8a\xfa\xd2\ \x71\x45\x42\x0c\x5a\x63\xcf\x62\xce\x2d\x7d\x9d\x5c\x15\x1c\x47\ \x23\xd7\x2c\x7e\x54\xeb\xf7\x86\x25\x27\xea\x0c\xb6\x4a\xb9\x44\ \x08\x45\x51\x3a\x9d\x41\x2e\x57\x55\xa8\x58\xd6\xc1\xc1\x81\xe3\ \x38\x49\x92\x0c\x06\x43\x6c\xec\xe7\xd8\xd8\x18\x6b\x2b\xc5\x0f\ \x5f\x1e\x8a\xa6\xcd\x7a\x9d\xde\x24\x50\x14\x08\x40\x53\x8c\x95\ \x8d\x8a\x06\xf5\xf7\xc6\xfb\x14\x45\x49\xa2\xa0\xd7\x19\x04\x42\ \x00\x8a\xe3\x38\x95\x52\x0e\x8a\xc2\x7f\xe1\x15\xa4\x00\x02\xa2\ \xd1\x18\x95\x4a\x4e\x26\xe3\xfe\xa2\x35\x44\x51\x14\x91\x24\xbd\ \x4e\xc7\x4b\x04\xa0\x58\x96\x55\x29\x15\x14\xfd\xa7\x9a\x50\x26\ \x9e\x26\xa2\xc9\x8a\x85\xc8\xc9\x28\x22\x99\x44\x96\xb3\xf6\x2d\ \xee\x24\x64\xc6\xc6\x19\x38\x39\x45\x51\x44\x12\x75\x5a\x7d\x7e\ \x05\xf3\xc5\x8a\x84\xa1\xad\xbd\x02\x1c\xa0\x4e\x88\xc9\xa5\x94\ \x34\xf5\x63\x16\xd3\x69\x8d\xa0\x29\x2b\x95\xfc\x0f\x54\xa0\x28\ \x4a\x30\x9b\x74\x06\x13\x01\x28\x50\x9c\x5c\xa6\x54\xc8\xf1\x77\ \xa7\x5f\x28\xc0\xc4\xd3\xac\x43\xd1\x8a\x1e\x8a\x8c\xf0\x77\x99\ \x94\x15\x4d\xfd\x95\x5c\x44\xcf\x2b\x1d\xdd\x8b\x38\x22\x2b\x3d\ \x35\x93\xe7\xe4\x96\xc9\x1f\x0b\xfe\x7f\x81\x28\xf2\x4c\xa9\x92\ \xc5\xf3\x07\xeb\x00\x08\x45\xe5\x69\xf5\x83\xfd\x1c\x7a\xfb\x58\ \xab\xcc\x7a\x93\x41\x6b\xd4\x69\x65\x82\xb1\x88\x02\x15\x1c\xad\ \x9e\xa7\x6a\xf2\x08\xc5\x31\x8c\xc9\x64\xa6\x19\xae\x5a\xf5\xaa\ \x36\x36\x56\x3c\xcf\x9b\x4c\x46\x41\x30\x33\x0c\xe3\xe2\xea\x42\ \x08\x52\x53\xd2\xe4\xf2\x1f\xd8\x11\x66\x93\xc9\xda\xb3\x78\xe9\ \x80\x12\xde\x5e\x3e\xde\x3e\x45\xbc\x9c\xed\x48\x66\x92\x16\x0c\ \x11\x89\x24\x49\x04\x14\x08\x91\x44\x49\x92\x08\x01\x45\x01\x44\ \x92\x44\x89\x10\x42\xe5\x7f\x23\x5f\xef\xd2\x14\x20\x0a\xc4\xcc\ \x38\x14\x0d\x28\x55\xbc\x88\xaf\xb7\xb7\x87\x15\x6d\x54\x67\xe5\ \xd0\x8c\x0c\x20\x44\x22\xa2\x24\x7d\x9b\x51\xcc\xcf\x58\x70\x05\ \x00\xf9\xa1\x70\x51\x82\x4e\x70\x28\x5f\xab\x8a\x87\x29\x33\x23\ \x47\x23\x31\x32\xea\x6b\x4a\xe0\x27\xf6\x94\x24\x11\x23\xb1\xf2\ \x2c\x5e\xb2\x64\xd1\x22\xde\x3e\xde\xf6\x72\x92\x93\x99\x29\x51\ \x1c\x05\x22\x49\xdf\x94\x4b\x0a\xbe\xe6\x57\x35\x57\x47\x17\xad\ \xd6\x6e\xfe\x84\x0e\xea\x57\x77\xe3\x74\xa0\x21\xa5\x69\x54\x0d\ \x3b\xf4\xef\xd3\xdc\xfd\xf9\x95\x27\x66\xa5\x52\x12\x89\x11\x36\ \xbe\x25\xcb\x96\x28\xe2\xe3\xe3\xe3\x6d\x27\x93\xb2\x33\x33\xb3\ \x35\x8a\x3a\xdd\x7a\x0d\xa8\xe7\x1f\x72\xe7\x66\x3a\xa5\x62\x68\ \xfa\xcb\x50\x42\x14\x0b\x1a\x4e\x67\x54\x7a\x97\xad\x10\xe8\xcc\ \xa9\x93\x93\x8c\xb4\x9c\x2e\x68\xcb\x2f\x0d\x5b\x50\x0b\x81\x27\ \xb0\xf1\x2c\x5d\xaa\x64\x11\x1f\x5f\x2f\x0f\x37\xb9\x64\xc8\xce\ \x50\x83\xe5\x28\xaa\x50\x71\x09\x85\x0f\x42\x14\x09\x95\xcf\xe6\ \x12\x28\x0a\x90\x44\x89\x80\xa2\x08\xbe\xd6\x88\x82\x46\x43\x07\ \x36\x6d\x37\xb4\x6d\xa5\x88\xbb\xd7\x53\x89\x92\x06\xbe\x2f\xf4\ \xf7\x2d\x49\x44\xc1\x9c\x6a\xf4\x1e\x35\x69\x68\x59\xdb\x9c\xd7\ \x2f\x42\x45\xa5\x42\x12\xc5\xef\xb3\x10\x51\x92\x24\xf2\x75\x4a\ \xc9\x02\x0b\xfe\x31\x03\x78\xb0\x92\x24\xe5\x9b\x8a\x14\x45\x19\ \xcc\x7c\x59\x2b\xba\xa5\x13\x95\x97\x9d\x19\xa3\xe3\x9d\x65\x8c\ \xb3\x82\x09\xc9\x30\x7b\xaa\x58\x0f\x25\xd7\xd5\x4b\xb9\x3d\x4e\ \x2f\xd0\x14\xcf\xf3\x25\x4b\x95\xe0\x38\x26\x34\xf4\x53\x4e\x4e\ \x36\xcb\x72\x14\x05\x9e\xe7\x4b\x95\x2a\xe5\xe3\xe5\x95\x96\x9a\ \x66\x32\x19\x38\xee\x3b\xdb\x8d\xa2\x29\x5d\xae\xa6\x72\x9f\xb6\ \x93\x5a\x54\x54\x67\x66\x8a\x34\x67\xce\x88\x3a\xb0\xf2\x6d\x8c\ \x51\x2e\x67\x19\x8a\xa2\xe4\x92\x68\x10\x29\x8a\xa6\x29\x0a\x4a\ \x22\xe8\xcd\x92\x89\x92\x2b\x59\x02\x5e\x0f\x8a\x61\xe4\x4a\x83\ \x49\xe4\x58\x1a\x04\x4a\xc2\x4b\x0c\x6d\xd2\x8b\x8a\x80\x80\x11\ \x53\x87\x79\x9a\xd5\x39\x26\x89\x92\xcc\xef\x6e\x1e\x3e\x76\xe5\ \xad\x89\x55\x18\x25\x4e\x29\xa3\x28\x5e\x27\x11\x9a\x95\xab\x4c\ \xbc\xc8\x50\x34\x45\x01\xbc\x8e\x50\x8c\x5c\x29\xd7\x19\x78\x81\ \xe2\x94\x0c\xc0\xeb\x41\x33\x8c\x4c\x69\x30\x8b\x1c\x43\x13\x49\ \xa0\x58\x87\x7e\xa3\xfa\x27\x1d\xc8\x7e\x9f\x1c\xac\x94\x04\x1d\ \x4f\x09\x84\x51\x70\x14\x2d\xf1\x32\x22\x98\x29\xee\x77\xc6\x11\ \x11\xcc\x44\xb2\x73\xef\x3b\x7e\x52\x79\x99\x26\x4b\x2f\x52\x90\ \x62\x9f\x5f\xd8\x73\xfc\x6e\x2e\x63\x43\x53\xa0\x29\x42\x99\xf4\ \x34\xcb\x0a\xb4\x52\x12\xc1\xd0\x14\x45\x78\xc1\x6c\x60\x60\x93\ \x9b\x9d\x12\xf2\x81\x64\x19\x89\xd9\x44\x4c\x0c\xa3\x90\x11\x95\ \x82\x01\x91\x08\x21\x92\x24\xf2\x66\x22\xda\xb9\xf5\x19\x3f\xa1\ \x2c\x9d\x93\xa9\x13\x58\x16\x51\x8f\xcf\xac\xdb\xf1\x40\x22\xa0\ \x39\x4e\x52\xd8\x09\x46\x81\xe6\xcd\x32\x85\xd2\x64\x16\x0c\x22\ \xab\xe2\x68\x4a\x34\x08\x92\xa4\x31\xda\x37\xe9\xd2\xb9\xa2\xf6\ \xdd\xb2\xd0\x48\x88\x12\x4d\x48\x8e\x91\xd0\x2c\x27\xa3\x25\x18\ \x75\x14\x27\x67\x39\x16\x20\x86\x3c\xbe\x68\xdd\xfa\x93\x87\xb6\ \x10\xd5\xe9\x7a\x1e\x2c\x65\x7a\x7f\xef\xfc\xd9\x8b\x8f\x34\x9c\ \x95\xd6\x04\x19\xc7\xb2\x10\x60\xd4\x11\x99\x0d\x68\x19\x27\x6a\ \x05\x4a\x29\x80\x91\xc1\xcc\x43\x26\x10\xd6\x9a\x32\xeb\x78\x4e\ \xa2\x28\x96\xa2\x21\x99\x45\xd1\x4c\x88\x2d\x28\x22\x89\x22\x21\ \x90\x24\x31\xc7\x48\xc9\x38\x96\x85\x08\xa3\x96\x96\x29\x25\x9a\ \x13\x44\x8a\xa3\x41\x04\x33\x23\x99\x29\x85\x95\x4e\x2f\xd1\x0c\ \x65\xa5\x80\x9c\xa1\x09\x21\x10\x49\x9e\x4e\xa0\x19\x56\xce\x10\ \x62\xd0\x52\x9c\x12\x14\x67\x12\x44\x19\x43\x83\x10\xb0\x84\xb2\ \x0c\xec\x2d\xf8\x87\x4d\x7f\xb2\xdf\x72\x9c\xde\xc4\xd7\x70\xa0\ \x69\x6d\x36\x2f\x4a\x91\x3a\xf6\x76\x8a\xae\xb8\x5c\x0a\xe6\xe5\ \x83\xdc\x78\x9d\x59\x5b\x41\x26\xb3\xa5\x44\x2d\x2f\x32\x2c\x67\ \x6b\x6b\x65\x30\x18\x34\x1a\x4d\x91\x22\x45\xec\xec\xec\x68\x9a\ \x7e\xff\x3e\x44\xa7\xd3\x71\x1c\xeb\xe8\xe8\x18\x1f\x17\xcb\xb2\ \xdf\x49\x86\x04\x80\x12\x25\xe8\x62\x1e\xcf\x98\xba\xf4\x55\x92\ \xe4\x60\x67\xed\x60\xe3\x56\xb7\x77\x9f\x1e\x8d\x2b\xbb\xd9\xe1\ \xea\xee\xdd\xf1\xf6\x15\x3a\x37\xaf\xee\x6a\x23\x5d\xd8\xbc\xea\ \x5c\xb4\xc3\x94\xb1\x7d\xab\x16\xb5\x4d\x0d\x7f\x79\x6c\xdf\xc1\ \x87\x9f\x99\x1e\xe3\x46\xb5\xae\x1c\xe0\xa8\x32\x1c\x59\xb5\xe2\ \x56\x48\x82\x44\x94\x34\xc3\xb0\x7c\xee\xe9\x75\xe3\x57\x3d\x64\ \x66\xaf\xfb\xb5\x43\xcb\x26\x17\xcf\x3e\x37\xb8\x55\x19\x35\xb0\ \x5b\x55\x3f\x7b\x5d\xea\xa7\x93\x7b\xf7\xdc\x0a\xe3\x3b\x8d\x1b\ \xdd\xb9\x56\x29\x05\x83\xcc\xc8\xd7\x27\x0e\x1d\x7a\x1a\xad\x75\ \x2c\xd3\x70\xf8\xc0\x4e\x95\x8b\xd8\xa4\x7e\x0a\x3a\xb2\xf7\xe0\ \xe3\x04\xae\xd7\xb8\x31\x2d\x2b\x97\xb0\x97\xe5\x1c\xdf\x75\x25\ \x33\x39\xbb\x42\xb7\xd1\xbb\xba\xa4\x6c\x5a\xb0\xfa\xad\x10\x30\ \x61\x6c\xcf\x72\xee\x56\x39\x89\x1f\x76\xaf\xdc\xf8\x99\xb1\xa6\ \x69\x9a\x48\xa2\x28\x11\x80\xa2\x19\x86\xa6\x08\x91\x08\x45\x81\ \xa3\xc5\x27\x87\x16\x8f\xdb\x17\x3d\x70\xc1\x2f\x53\x5a\xb7\x38\ \x77\xec\xb6\xbe\x54\xd3\x25\xc3\x5a\x39\xc8\x25\x75\xcc\xcb\x1d\ \x9b\xf6\xa5\x38\x96\x9d\x3a\xa9\xb7\x9f\x83\x15\xd1\xab\x9f\x5e\ \x39\x7e\xf0\xcc\x33\xa5\xad\x43\xd9\x72\x65\xdf\x1d\x31\x71\x45\ \xea\x4e\x1c\xd1\xad\xac\x9b\x92\x48\x48\x8d\x8b\x27\x80\x44\x08\ \x21\x84\x02\x81\x64\x7e\x71\x72\xc5\xe4\x43\xd1\xed\x46\x2f\x9d\ \xdb\xb9\x55\xb1\x13\xcf\x8c\x06\x9d\xc2\xb7\xc6\xec\x2d\x7b\x4d\ \xea\xcf\xe7\xf6\xed\xbc\xf9\x36\xce\xec\x5a\x71\xc0\x80\x9e\x4d\ \x2b\xfa\x9a\xd2\x23\xce\x1f\xda\x7b\xe2\x71\xae\x36\x5b\xe3\x50\ \xb1\xe1\xda\xdd\x35\x6e\x1f\xdd\xbc\xeb\xec\xa7\x12\xcd\xba\x8e\ \xe8\xd9\xd4\xcf\x9e\xfa\xf8\xe4\xda\xc1\x23\x17\x52\xcd\xe0\x38\ \x9a\x10\x0a\x34\x23\x64\x46\xed\x5a\x3c\xeb\x5a\xac\x4d\xcb\x81\ \xa3\x27\x77\xe9\x9d\x18\x19\x75\xe2\x95\xb6\x6e\xe7\xde\x03\x3a\ \xd4\x76\x66\xf2\x9e\x5f\x39\xb1\xf9\xec\xdb\x96\x13\x97\xb5\x61\ \x2e\x0e\x5c\xf8\x7c\xdc\x8a\x99\xca\xb0\x33\xbf\x9e\xcd\x9c\xb7\ \x73\x41\xd6\x9e\x65\x67\xf3\xfc\x26\x8f\xee\xea\x6d\xab\x12\xf3\ \x52\x6f\x1e\xdb\x7b\xf4\x7a\x78\x81\x91\x28\x89\xb9\x26\x59\x95\ \x26\x9d\x86\x74\xad\xef\xa9\x30\xbd\xbe\x7d\xee\xe0\xb1\xab\xb1\ \xd6\xe5\x27\xcf\x18\x53\xcb\x8b\xd5\x6b\x52\xaf\x1d\xd9\x75\xf6\ \x71\x4a\x89\x66\x3d\x46\xf7\x6e\xe4\xc6\x81\x96\x21\x28\x84\xcf\ \x36\x52\xde\x75\x5a\x0d\xef\xde\xd8\xd7\x0e\x91\x2f\x6f\x1d\xd8\ \x7f\x3a\x51\x5e\x76\xc8\xa4\x81\xb5\x8a\x7b\x2a\xc5\xc4\xb9\x8b\ \x36\x24\xa5\xe5\x71\x1c\x6b\x79\x69\x2d\xf8\x07\xb1\xe7\xb7\xb6\ \xa7\x28\x11\x7b\xc9\x20\xea\x4d\x66\x81\xb4\xb1\xb5\xfe\x55\xcf\ \xed\x4f\x37\x2e\x2d\xc9\xd8\xf3\xb9\x06\x41\xb4\x91\xc9\x38\x91\ \x15\x69\x89\xa6\x68\x42\x88\xd1\x68\x02\x88\xd1\x68\x64\x59\x86\ \xa6\x19\x49\x92\x44\x51\xe0\x79\x9e\x66\x28\x41\x2c\x18\xb2\x7e\ \x37\x4d\x49\x08\x11\x4d\x92\x73\xe0\xe4\xc5\x6b\x79\x70\xea\xd0\ \x0b\xcb\x77\x7d\xf2\x2b\x53\x9c\x8a\x7a\xb6\xe8\xf8\xa5\xc8\x74\ \xd9\x80\x79\x3d\x85\x8f\xf7\xe6\x9f\xbe\x11\xa3\xb1\x1f\x32\x73\ \x80\x6f\xe6\x93\x59\x3b\x82\x5b\x0d\x19\xd5\xaf\x4f\xdb\x0f\x4b\ \xaf\xfb\x95\x29\x96\xf9\xf8\xfc\xf2\x5b\x41\x86\xbc\x3c\x5a\xa6\ \x20\x46\x91\x48\xa2\x89\xc8\xea\xf5\x9e\xec\xd5\x42\xf2\x76\xe5\ \xc3\x82\x82\x3e\xf3\x0e\x7d\xfb\xf7\x28\xaf\x88\xdf\xb6\xe9\x4c\ \xcd\x2e\x03\x7b\xf7\x6f\xf9\x60\xe2\x79\x77\x3f\x2f\x7d\xf0\xed\ \x15\xe7\x82\x5b\x0f\x1d\x3b\xa0\x5f\xfb\xf7\x4b\xae\xf7\x1c\xd2\ \xc3\x33\xe5\xde\xac\xed\x21\x6d\x86\x8d\xea\xd7\xbb\x4d\xe8\xca\ \xdb\x7e\x65\xfd\x33\x1e\x9c\x59\x7e\xeb\x79\x96\xd9\xab\x72\x3f\ \xf9\xfb\x8b\x07\x8f\x3e\x0e\x4e\x4d\x17\xca\xb7\xaf\x5d\xb3\x38\ \x77\x60\xf5\xaf\xaf\x12\x32\x78\x49\x06\x96\x12\x45\xc2\x53\x72\ \x19\x0b\x10\x89\x91\x4c\x12\x45\xe7\xd7\xd3\xc4\x8b\xa5\x5b\x0c\ \xde\x14\xa8\x73\xf1\xb2\x8e\x78\xfe\x30\x47\x12\xb5\x11\x2f\xf6\ \xec\x4c\x74\x71\xf7\xef\xd0\xab\x45\xa3\xb2\x8f\x2f\xe6\xaa\x3c\ \xec\xe9\x4b\xeb\x17\x85\x3a\x35\x99\x35\x78\x70\xdc\xc7\xe8\x8f\ \x82\x24\xe7\x28\x03\xe3\xd6\xa1\x77\x17\x5f\xed\xfb\x85\x1b\xef\ \x56\xef\x3a\xac\x86\x2b\x43\x08\x91\x24\x92\xef\x40\x26\x49\xe0\ \xac\xec\xbd\x7d\x7d\x7c\xdc\xad\x45\x93\xce\x24\x8a\x2c\xa7\x30\ \x27\x87\x6f\xdc\x76\xa2\x44\xaf\xa9\x5d\x3a\xd7\xb9\xf2\x2c\xa5\ \x79\xb7\x1e\x8d\x3c\x34\xeb\xe7\xcf\xf7\x6c\x32\xa0\xc7\x90\xbe\ \xc1\xef\x36\x13\x99\x2c\xfd\xc3\xe3\x1d\x07\xce\x27\xe5\xe8\x94\ \x45\x6b\x8c\x1e\xd6\x3a\xe3\xd2\xae\x8d\x21\xec\xf8\xc9\x7d\x7b\ \x64\x24\x6d\x3f\xfd\xd8\xcc\xd8\x4a\x44\x22\x84\x10\x80\xe3\x68\ \x5b\xb9\xfe\xce\xa5\x07\xed\x1b\x97\x29\xee\xee\xe9\x1b\xe8\x34\ \xac\x7b\xd5\x67\xbb\xd6\x3c\x34\x96\x9e\x39\xb6\x5f\x87\x88\xf8\ \x8f\xaf\xdf\x31\x9d\xcb\x04\x14\x4b\x73\xf3\xf0\x77\x55\x7b\x15\ \x2d\xe6\xea\xc7\xa6\x5f\x0a\x4b\xb1\xad\x54\xdb\x85\xd3\xed\x5f\ \xb2\x1c\x4d\xc6\x0e\xef\xda\xfc\xe6\x83\x50\x41\x94\x28\x10\xbd\ \x19\x76\x45\xaa\x8f\xea\x5f\xff\xc3\xe1\x4d\x1b\x52\x3d\xa7\x4d\ \xec\xde\x31\xe1\xf3\x96\x5b\x9f\x2e\x1c\xda\xf3\xd6\xc5\xb9\x4e\ \xfb\xb6\x8d\x1a\x35\x7c\x1c\xfa\xbc\x6f\xbf\xe6\x39\xf7\x0e\xae\ \x7e\xa4\x1d\x39\x69\x20\x4b\x49\xc4\xb1\xcc\xf0\xe1\x6d\xf4\x77\ \x4f\xae\x89\x92\x8f\x1a\xd1\xae\x45\xf4\xc7\x3d\x4f\xd9\x52\xa5\ \xbd\x82\x0f\x6e\x3e\x15\x92\xa0\xd3\x1a\x68\x86\xfe\x9d\x53\x9d\ \x05\x16\xfc\x6f\xb2\x27\x4d\x08\xbe\xfc\x01\x54\xae\x51\x90\x78\ \x9e\x92\xf8\xdb\xf1\x6a\x49\x92\xda\xf9\xda\x5f\xfc\x9c\xa5\xd6\ \x1b\x68\x91\xd7\x18\xcd\x3c\x21\x20\x94\x28\x4a\x7a\xbd\x41\x10\ \x04\x51\x14\x05\x41\xe4\x79\x41\x10\x78\x49\x12\x79\x5e\x30\x99\ \xcc\x06\xbd\x91\xa6\xa8\x6f\xc5\x16\xfc\xe5\x0f\xe0\xf9\xbc\x98\ \x88\xd0\xe0\xf7\x1f\x3e\x7d\xce\xa0\x18\x46\x92\x88\x3e\x2b\x2d\ \x25\x22\x2c\x2d\xc7\x2c\x52\x94\x21\x33\x25\x21\xec\x43\x3a\x55\ \xa4\x8c\x3b\xf7\xfc\xc5\xb3\xb7\x0f\x9e\x3f\x0c\x8e\xb0\x71\x2b\ \xee\xe3\xc8\x9a\x04\x49\x97\x1a\x9f\x1c\xf1\x29\xcb\x24\x09\x05\ \xcb\x5c\x14\x45\xc4\xdc\xac\x3c\xe7\x62\x65\xbc\xa4\x98\x83\x87\ \xaf\xe7\xda\x94\x2a\x61\x67\x45\xdb\xb8\x35\x6c\x5c\xdb\xc6\x94\ \x14\x95\x2e\xaa\x64\x8c\x44\x28\x43\x56\x6a\xd4\xd3\x07\xb7\x5f\ \xbe\x57\x38\xf9\x05\x14\x0b\x28\xee\x48\xbd\x78\xf1\xfc\xed\x83\ \xe7\x0f\x82\x23\xed\xdc\x8b\x79\xd9\x33\x26\x5e\xd2\xa6\xc6\x25\ \x44\x44\x65\xea\x08\xc3\xd1\x39\x49\x31\xc9\x31\xb1\x22\x23\x7e\ \x7a\xf5\xf0\xc6\x5b\x4d\x9b\x41\x83\xda\xd5\x2e\xad\xa4\x79\x49\ \x24\xb9\xb9\xa6\xd2\x5d\x27\xec\xdf\xb7\xeb\xe8\xae\x65\x4d\xcb\ \xd9\xea\x34\x26\x52\xb8\x00\x92\x97\x9d\xab\xf4\x2c\x1e\x60\x9f\ \x7b\xf2\xc8\x99\x08\xad\x43\xf5\x46\x6d\x06\xf5\x6d\x53\xc1\xcf\ \x99\x12\x60\x2d\x63\x29\x8a\x08\x66\x93\x3a\xf2\xe3\xe3\xeb\x57\ \x43\x0d\xaa\x40\x2f\x17\x86\x92\x88\xc4\x53\x36\x5e\xc5\x9d\x14\ \x61\x1f\x5e\x3e\x7b\x1e\x11\x9f\xa6\x63\x58\xba\x60\x22\x93\x80\ \x80\x98\x79\xb1\x5c\x87\x49\x47\x77\xaf\x68\x59\xcc\x74\xe1\xd0\ \xc9\xe8\x5c\x91\xe3\x18\x51\x9f\x17\xfd\x3e\xf8\x5d\x48\x0a\x6b\ \x63\xc3\xd9\x78\x95\xf6\x72\x8a\xfe\xf4\x2a\xe8\xfe\xcb\xc7\xcf\ \x83\x0c\xd6\x45\x4b\x79\x5a\x49\x34\x65\xc8\x4e\x4b\x8d\x0c\x4d\ \xd6\x08\xd6\x1e\x65\x7d\x14\x59\x77\xef\x07\xbd\x7b\xf8\xf0\x59\ \x7c\x9e\xbf\x6f\x51\x15\x63\x12\x04\x90\x82\x79\x44\x22\x0a\x82\ \xc1\xc0\x33\x72\xb9\x9c\xa5\x0c\x12\xe5\xee\x59\x4a\x65\xfa\x7c\ \xf7\xce\xcb\x37\x0f\xef\xbf\xd7\xc8\x2b\xf9\x3a\xc4\xc4\xbc\x4f\ \x33\x15\xed\xd6\xba\xa2\x4a\x48\xa6\x3d\x7c\x1b\xb4\xaf\x61\x0c\ \xff\x94\x94\x9e\x49\x31\xb4\x60\x32\x24\x85\x7d\x78\xf9\x26\x9e\ \x58\xdb\xca\xe5\xf9\xae\x02\x92\xce\x0c\x07\xf7\x52\x4e\x48\xba\ \x73\x37\xe8\xcd\x83\x07\xaf\x33\x44\x7f\x2f\x6f\xaf\x80\x9a\x43\ \x86\x76\x6b\x50\xa5\xb8\x15\x4b\x31\x12\xed\xe0\x51\xcc\x47\xa1\ \x7b\xfa\x2c\xe8\xf5\xbb\xb8\xcc\x3c\x13\x28\xc9\xd6\xb5\x84\x17\ \x47\x6c\xfc\x2b\x34\xaf\x5d\x2c\x2d\x21\x36\xc7\x2c\x93\xd3\x92\ \x28\x88\xb9\x71\x11\x89\x31\x31\x26\xb3\x84\xdf\xf7\x28\xcb\x9f\ \xe5\xef\x7f\xf5\xef\x1b\xdb\x13\x90\xb1\xd4\x6b\x2d\x1a\x29\x44\ \x51\x94\xac\xed\x9c\x3a\x29\x88\x87\x94\x11\xe4\xe9\x24\x18\xd2\ \x39\x89\xff\x68\x60\x73\x08\xc3\x52\x84\xe7\x79\xb5\x3a\xdb\xc1\ \xc1\x9e\x61\xd8\x94\x94\x64\x96\x65\x01\xca\x6c\xe6\x09\x21\x26\ \x93\x29\x3b\x3b\x9b\x61\x18\x49\x14\xc9\xef\x16\xa6\x29\x9a\xa3\ \xb4\x29\xf7\xae\x5c\x78\x9f\x4e\xec\xac\x64\x2a\x85\x92\x48\x84\ \x66\x58\x99\x42\xc1\x9a\x69\x10\x42\x31\xac\x42\xa5\x62\xb4\x49\ \x9f\x35\xa8\x18\x18\x58\x24\xd0\x54\xa9\xa4\x9f\x31\xf7\x43\x5a\ \xae\xc0\xd0\x14\xc5\x72\x72\x85\xcc\x04\x22\x49\x24\xdf\xdb\x47\ \x46\x09\x4f\xae\xee\xbe\x46\x92\xb6\xcc\xef\xd4\xb6\x71\x85\x77\ \x67\x63\x52\xcd\x92\x3f\xc9\xbc\x71\xf6\x78\x12\xaf\xb2\xe3\x33\ \xf2\x18\x39\x25\x8a\x32\x3b\x47\xa7\x62\x01\x65\xfd\x8b\x48\xc6\ \xf8\xa4\x84\xb8\x24\x1d\x5d\x21\xb0\x6c\x91\x40\x73\xe5\x00\x3f\ \x7d\xce\xbb\x74\x8d\xc0\xd0\x14\xcd\x72\x0a\x85\xdc\x44\x8c\x7a\ \x41\xe6\xed\xef\x67\x1b\x92\x41\x08\x6d\xcc\x4e\x3e\xb5\x63\xd3\ \x87\x46\x9d\xc7\xf5\x18\xa8\x4f\x7c\x77\xf8\xa5\x4e\x65\x2d\x0f\ \xbf\xb4\x67\xe2\x1d\x96\x22\xbc\x41\xa3\x91\x2b\x39\x41\x10\x29\ \x42\x38\x96\x89\x7f\x7a\x72\x4d\x48\xd1\x2d\x6b\x46\xb7\x6e\x5a\ \xe3\xe1\xb1\xc4\xfa\x75\x6b\x22\xf1\xd4\xee\x7d\x21\x03\x4b\x55\ \xb2\x66\x68\x80\x50\x0c\x67\xe5\xee\xe5\xef\x55\xbe\x88\x4a\xb8\ \xab\xce\x93\x54\xa0\x68\x96\x68\xd3\xe2\x72\xcc\x75\x03\x2b\x05\ \x96\x4e\xb4\xb7\xe6\x00\xba\x70\x7d\x49\xa2\x08\x64\x1c\x1d\x7e\ \x6b\xf7\xb6\x6b\x91\x92\x90\x97\x9b\xab\xe1\x39\x07\x0a\x00\x4d\ \xcb\x15\x0a\x16\x20\x14\x4d\x19\xb3\xe2\xb2\xf2\xda\xfa\x97\x29\ \x51\xae\x98\x57\xd9\x40\x6b\x3e\xfd\x73\x5a\xae\x82\xa7\x9d\x3d\ \xbc\x1d\x7d\x8a\x68\x35\xc4\x98\x19\x95\x21\xd6\xad\x5e\xa9\x64\ \x08\x98\x8a\x5e\xb6\x29\x4f\xd3\x0c\x66\x06\x9c\x44\x24\x09\x14\ \x40\x73\x4a\x5b\x17\x07\x2f\x97\xee\x43\xdb\xf9\x52\xc9\x27\x3f\ \x86\x25\x39\x15\x11\x55\xcd\xaa\x56\x2e\xae\x31\x06\x96\xb6\x23\ \xc1\x39\xb9\x59\x11\xda\x98\x2c\x73\xcb\xa6\xb5\x6f\x1f\x38\x98\ \x55\xba\x5d\xcf\x1a\x0e\xf7\x8f\x5f\x4a\xd7\xca\x5d\x69\x0a\x14\ \x25\x53\x28\x38\x8a\x22\x12\x01\x91\x44\x42\x29\xac\xed\x5c\x5c\ \x54\x1f\x32\xa2\xb5\x4c\x85\xea\x95\x4a\x24\xa5\x78\x05\x3a\xb3\ \x91\xe9\x39\xbe\x15\x5b\x97\xb7\xcb\x9a\xba\xf8\x70\x91\x3e\x13\ \x7a\x3a\x29\x8d\xd9\x71\x29\x26\x9b\xda\x35\x2a\x3e\x4c\x4f\xb7\ \x52\x72\xa0\x19\x7d\x4e\x72\x2e\xa5\xd0\x7f\x7e\x77\xe4\xda\x5b\ \x46\x69\x2d\xa6\xc7\x12\x9b\x4a\x00\x61\x64\x72\xb9\x9c\x03\x21\ \x92\x65\xde\xd3\x82\x7f\xdc\xc8\x9d\x90\x2f\x5b\x8a\x64\x34\xf5\ \xda\x28\x7b\x9a\xa7\xaf\xaf\xe4\xcb\x8b\x59\xa2\x46\xd4\x8b\x62\ \x15\x99\x8e\x92\x04\xb5\x40\x9f\xcb\x61\x79\x96\x65\x09\xa1\x28\ \xa4\xa6\xa6\x72\x32\xce\xdd\xdd\x8d\xa2\x68\x89\x48\x00\x68\x9a\ \xe6\xcd\x7c\x5a\x7a\x86\x56\xab\x53\x2a\x65\x22\x91\xbe\x5d\x24\ \xa5\x00\x51\x22\x14\x44\x99\x4f\x8d\x65\x5b\xf7\x53\x0c\xab\x30\ \xa7\x6d\x5e\xba\x46\x00\x2b\xe7\x58\x48\x92\x44\xc0\xc9\xe4\x1c\ \xc7\x52\x20\x9c\x29\xf2\xd0\x81\xab\x93\x06\xb7\xdf\xbd\xbb\x87\ \x26\xf9\xd3\xb1\x5d\xe7\x13\x4c\x0a\x2b\xa5\x5c\xc6\xd2\x44\x22\ \x22\x21\x80\x24\x4a\x12\x45\x33\x32\x85\xc2\xc1\x56\xfe\xf9\xce\ \x9d\x0b\xaf\x1b\x0d\xe8\xd1\xf7\xd1\x93\xd9\x47\x0f\x9d\x76\x1b\ \xda\x69\xda\xd2\x65\x0c\xc8\xd3\x03\x4b\xde\x45\xa5\x88\x26\x93\ \x4b\xd5\x56\xbf\xd4\x68\xc7\x1a\xd2\xce\xef\xbd\x1c\xaf\x8e\x3f\ \x76\xe8\xea\xc4\x81\x9d\x76\x37\xee\xa5\x49\xfe\x74\x74\xe7\xc5\ \x24\x5e\x69\xa5\x94\xcb\x18\x9a\x82\xc8\x1b\x53\x6f\x5c\x0f\x1e\ \xd5\x61\xf8\xde\x76\x5d\x36\x2f\x58\x99\xee\xd7\x71\x56\xbf\x4a\ \x66\xa3\x90\xf9\xe9\xcd\xc7\x78\x1d\xc3\xd2\x14\x24\x21\x27\x29\ \x21\x4b\x22\xa0\x38\x4e\xc6\x32\x94\x28\x49\x0c\x45\x73\x32\x85\ \xad\x9d\x95\x26\xe2\xc9\xf1\xdb\x2d\xe6\x74\xec\xd5\xf2\xe9\xb2\ \xdb\x0f\x5e\x8c\xe9\xdc\x71\xed\xaa\xe6\x4a\x07\xe9\x89\x56\x27\ \x49\xce\x02\xab\xea\x32\x73\x4d\x6f\x6b\x36\xfe\xc5\xe5\x9b\xc1\ \xf1\x76\x0d\x1a\xc8\x14\x56\x36\x42\xc2\xe9\xa3\xe7\xfc\x86\x77\ \xf9\x65\x7b\x03\x50\x88\x7e\xf3\xd1\x48\x24\x49\x22\xf9\x62\xe5\ \x4a\xa5\x56\x1d\x1f\x1b\x13\x65\xed\x60\xcf\xc9\x94\xc4\x40\x18\ \x8e\x93\xcb\x08\x00\x9a\x95\xc9\x15\x0a\x2b\x3a\xe7\xd2\x89\x73\ \xfe\xa3\x7a\xad\xdc\xb1\x4d\xcc\x4d\xbe\x71\x6c\x57\x58\x4e\x5e\ \xce\x9d\xa0\x46\x23\xda\xae\xd9\x59\xeb\xe1\xb1\xad\x6b\x0f\xdd\ \xdf\x79\xb4\xd4\xa8\x5e\x53\x0f\x0f\xa1\x12\x42\x1e\xee\xbe\xf1\ \x24\x97\xb5\x66\x41\x24\x22\xf1\x26\x93\x64\xe3\x3b\x74\xde\xaf\ \x83\x04\x53\x66\x62\xe4\xfe\xcd\xa7\x82\x3f\x67\x65\x67\x3c\x3d\ \x72\xa3\x44\xef\xe9\xab\x7b\x52\xc6\xb0\xc7\x17\xae\xbe\x89\x65\ \x44\xea\x51\x68\x7a\x87\x0a\xf4\xb3\xa0\x37\x26\xbe\x7c\x8f\x2a\ \xca\xa8\xd7\x6f\xb5\xac\x82\x61\x38\x85\x5c\x46\x01\x60\x38\x85\ \x5c\xae\x90\x93\x88\xe0\xd0\xb8\x36\x75\x7a\x74\x6e\xfe\x76\xfb\ \xf5\x3d\xe7\x4b\x0e\x19\xb3\xb8\x03\x27\x46\x05\xdd\xb8\xf4\xf0\ \x75\xae\xb7\x73\x44\xa3\x8e\x73\x57\x2c\x22\xd6\xb6\xb9\x6f\x22\ \xf5\xa9\xc1\xfb\x0e\xdf\x9e\xd0\x73\xc0\xa1\x76\x1c\x60\xbe\xf7\ \x58\xaf\x4b\x7d\xbb\xf7\xe8\xbd\x21\xed\x3a\xaf\x6f\xd9\x9b\xcf\ \x8c\xd9\xb9\x74\xfe\x13\x9e\x28\x94\x4a\x8e\xa6\x24\x89\x10\x42\ \x68\x8b\x33\x93\x05\xff\x30\xf6\xa4\x9a\x35\xad\xff\xad\x7b\x26\ \x4f\x20\x33\x19\xfa\x5a\xe5\xd6\x92\x1b\xac\x68\x89\x01\x0c\x84\ \x4a\x12\xb9\xc3\x5a\xdb\x60\x62\x63\xcd\xd1\x04\xf9\x7e\xdd\xbc\ \x4c\xa6\x70\x76\x76\xe2\x38\x8e\xa6\xa9\xfc\xa9\xba\xbc\x3c\x9d\ \x5a\x9d\x21\x93\x71\x3f\xf4\xf7\x94\x24\x49\x66\xe3\x68\xa7\xc8\ \xf7\xe9\xa3\x68\xc2\xeb\x72\x35\xa2\x95\x93\x83\x94\x9b\x9d\x97\ \xa7\x23\x36\x36\x8e\x76\xb6\x7c\xb6\x3a\x4f\xcf\x33\xac\xc1\x08\ \x95\x83\x93\x93\x8a\xe1\xf3\xb2\x72\x34\x06\x49\x66\x6f\xeb\x68\ \x6b\x6d\xcc\xc8\xd4\x9b\x45\x8a\xc9\x77\x17\x00\x67\xe3\x68\xa7\ \x20\x9a\xd4\x74\x23\xc7\x28\x1c\x3d\xed\x69\x21\x37\x39\x31\x97\ \x92\xdb\x39\x39\xdb\xc8\x29\x22\xf0\x79\x99\x89\x6a\xfb\x31\x6b\ \xe7\x94\x4b\x7d\xb1\xe9\xc4\xad\x1c\xc1\xac\x53\xe7\x10\xb9\x42\ \x6f\x84\xca\xc1\xd9\x49\x45\x9b\xf3\x32\x73\x34\x46\x22\xb7\xb7\ \x73\xb0\xb5\x32\xa4\x67\x1a\x78\x1e\x0c\x2f\x29\x9d\x5d\x6c\xe5\ \x94\x60\xca\x51\x6b\x68\x07\x27\x5b\x8e\xa1\x88\x21\x37\x3d\xcf\ \x20\xd0\xdc\x8f\x9c\x40\x09\x24\x46\x65\xef\x60\xc3\xea\x52\x33\ \x74\x94\xc8\x3a\x78\xb9\x28\x90\x9b\xf4\x59\xa7\x70\x71\x76\xb0\ \x96\xd1\x22\x6f\xcc\x4d\xc9\x74\xaa\xd2\x66\xee\x84\x96\xb7\xd7\ \xad\xbe\x93\x66\x14\x73\xd2\xb5\x3c\xc3\x5a\x39\x39\x59\x43\xcc\ \x4e\x4d\x36\xb2\x72\x5b\x27\x17\x1b\x39\x24\xc1\xac\xcf\x31\xe8\ \x4d\x02\xcd\x80\x40\xa2\x55\xf6\x8e\x36\xac\x2e\x4d\xad\xcf\x77\ \xd3\x22\xa2\xc4\xc9\x6d\x1c\x9c\x38\x63\xb6\x3a\xc7\xa8\xf2\x76\ \x53\x69\x35\xea\xdc\x3c\x13\x28\x6b\x47\x77\x3b\x39\x31\xe6\xaa\ \xb3\x72\x20\x57\x18\xcd\x9c\xad\x93\xbd\xad\x9c\x96\xb4\x59\x1a\ \x9d\x21\x57\x54\x3a\x39\x3b\xda\xc8\x88\x4e\x9d\xa6\x35\x4a\x8c\ \x9c\xcb\x5f\x94\x22\x32\x5b\x47\x5b\x05\x0b\x48\x92\x60\xd4\x64\ \x6a\xb4\x46\x56\xa5\x22\x82\x68\x80\xd2\xd5\xd9\x5e\x41\x99\x35\ \x99\x69\x26\x89\x05\x4b\x1b\x69\x27\x1f\x5b\x73\x4e\x56\xb6\x49\ \xee\xe4\x6c\x43\x99\x33\xd3\xf3\x28\x25\xa3\xb4\x77\xb6\x92\x0c\ \x59\xe9\xd9\x72\x6f\x0f\x1b\xb3\x4e\xad\xce\x36\x71\x56\x0e\x0e\ \xce\xc8\xc9\xca\xd5\xe6\xc0\xc6\xd5\xd9\xc1\x8a\x11\xf2\xb2\xd2\ \x0c\x3c\x4c\xb4\x4c\x69\xe3\xe8\x6c\xcd\x11\x49\x10\xb4\x39\x06\ \xbd\x5e\xcd\xcb\xec\x9d\x9c\xec\x15\x8c\x28\xf2\xa6\xbc\x6c\x83\ \x49\xd0\x8a\x9c\xbd\x93\xa3\xad\x9c\x21\xbc\x41\xa7\x51\xeb\x88\ \xbd\xa3\x93\x15\xa7\x49\xc9\x34\x03\x14\x6d\x79\x5d\x2d\xf8\xc7\ \xb1\x67\xd3\x26\xf5\x7f\x43\x76\x3c\x01\xcf\xf3\x25\xa1\x2f\xc6\ \x98\xe4\x94\x94\x2a\x71\xef\x45\x95\x8e\x91\xab\xd8\xef\x7a\x30\ \xcf\x0b\x84\x10\xb9\x5c\xc1\x71\xac\x24\x49\x46\x93\x59\x10\x78\ \x99\x8c\xa3\x7f\x44\x9d\xf9\x2e\x7c\x22\xcf\xf3\xa2\x94\x7f\x9f\ \x80\xe2\x38\x8e\x08\xbc\x44\xd1\xf9\x26\x27\x6f\x36\x13\x8a\xe1\ \x38\x96\x02\x40\x88\x20\xf0\x82\x48\x68\x26\xff\x0a\x31\x9b\xcc\ \x60\x58\x8e\x65\xbe\x48\x27\x92\x68\xe6\x05\x86\x95\x71\x0c\x04\ \x41\xe0\x05\x89\x95\xc9\x58\x1a\x22\x2f\x08\x92\x44\x00\x96\xe5\ \x74\x46\x97\xc9\x1b\xe7\x97\xfa\x74\x79\xe1\xc6\x03\x19\x0a\x17\ \x85\x8c\xa3\xa9\x3f\x16\x4e\x88\x24\xf1\xbc\x20\x81\xe2\x38\x8e\ \x22\x22\x2f\x88\x04\x60\x18\x96\x65\x19\xfc\xcc\xe7\x90\x48\x66\ \x33\x0f\x86\x93\xb3\xb4\x28\x0a\x66\x5e\x64\x39\x19\x43\xe5\xcb\ \x01\x05\x18\x4d\xf2\x92\xf5\xdb\x2f\x9e\xd8\xfc\xf4\x84\xc1\x67\ \x13\x89\x5c\xa5\xe2\x58\x4a\x2a\xd4\x99\xa1\x88\xc0\xf3\xa2\x44\ \xbe\x14\x44\x7d\x2f\x56\xc6\xd2\xf9\xa4\x4d\x51\x44\xe4\x05\x81\ \x40\x26\xe3\x88\x60\x36\x8b\x94\x5c\xce\x51\x20\xa2\x20\x08\xa2\ \x04\x8a\xe6\xb8\xfc\x0a\x4a\x3c\xcf\x8b\x12\x18\x96\xe5\x58\xa6\ \xe0\x2b\x01\xc3\x70\x2c\x4b\x83\xe4\x6f\xc6\x05\x11\x05\xb3\x20\ \xe6\x7b\xcb\xd3\x0c\xf3\xa5\x82\x44\x12\xf3\x5b\x80\x65\x59\x86\ \xc9\xa7\x6d\xde\x24\x10\x99\x4c\x46\x49\x82\xb9\x40\x67\x48\xa2\ \xc0\x0b\x12\x27\x97\x51\x85\x77\x69\x8a\xf0\x66\x9e\xd0\x0c\xc7\ \x32\x28\x10\x02\x96\xe5\x58\x86\x06\x91\x04\x41\x10\x24\x02\x80\ \xce\x6f\x6a\x22\xf1\xbc\x20\x4a\x84\xa2\x28\x86\x65\xf3\xd3\x14\ \x5c\xa1\x69\x8e\xe3\x68\x48\x26\x13\x4f\xcb\xf2\x9f\x99\x05\x16\ \xfc\xf3\xd8\xb3\x71\xa3\xba\x3f\x30\x15\x29\x98\x44\x98\x09\x08\ \xc0\x52\x50\xd0\x14\xf3\x93\xad\x33\xa2\x28\x4a\x12\xa1\x28\xd0\ \x34\x4d\xd3\xff\x38\x03\x41\x92\x18\x67\x4f\x37\xb9\x29\x2f\x5d\ \x9d\x23\x50\x0c\xf5\xbf\xa6\x06\xe4\x56\xb6\xae\xce\xd6\x9a\x94\ \x24\x0d\x0f\xcb\x66\x56\x0b\x2c\xf8\x4f\x60\xcf\x86\x0d\x6a\xff\ \x78\x63\xe5\xf7\x17\x7f\xb8\x6d\xf1\x77\x19\xff\x71\xa1\x1e\x28\ \x0a\x82\x99\x97\x68\xa6\xc0\xae\x24\xff\x6b\x6a\x10\x49\xe4\x79\ \x89\x91\xc9\x18\xea\x1f\xd8\x4e\x16\x58\x60\xc1\xbf\xcc\x9e\xac\ \x46\xa3\xa1\xfe\x0f\x4c\x2a\x19\xfe\x21\x7a\x18\x8d\x96\x6e\x67\ \x81\x05\xff\x11\xec\x29\xb1\x23\x86\x8f\xb0\x0c\x23\x2d\xb0\xc0\ \x02\x0b\xfe\x35\xf6\x04\x28\xc1\xa8\xb5\x34\x84\x05\x16\x58\x60\ \xc1\xbf\x0a\x36\x2f\x2f\xcf\xd2\x0a\x16\x58\x60\x81\x05\xff\x2a\ \x2c\x6e\x74\x16\x58\x60\x81\x05\x16\xf6\xb4\xc0\x02\x0b\x2c\xb0\ \xb0\xa7\x05\x16\x58\x60\xc1\x3f\x19\x3f\x0e\x98\x48\xd3\xb4\xc5\ \xa3\xdb\x02\x0b\x2c\xb0\x00\x00\x21\xe4\x87\xd1\x11\x7f\xc0\x9e\ \x14\x45\xe5\xe5\xe5\x19\x0c\x06\x0b\x81\x5a\x60\x81\x05\xff\x17\ \x40\x51\x14\x4d\xd3\x85\x47\x0b\x53\xa0\xbe\xee\xc9\x26\x84\x28\ \x14\x0a\x6b\x6b\xeb\xdf\xef\x71\xf9\x31\x7b\x26\x26\x26\x39\xbb\ \x79\xb2\x8c\x65\x5c\x6f\x81\x05\x16\xfc\xe7\xc3\x60\x30\x68\x72\ \xd5\x6e\xee\xee\xa2\x24\x81\x48\xf9\x11\x11\xf3\xff\x11\x05\x21\ \x23\x33\xa9\x6c\x99\xd2\xdf\x1e\xdb\xfe\x53\xf6\x24\x84\x70\x72\ \x79\xb1\xe2\xc5\x2d\x6d\x6a\x81\x05\x16\xfc\x5f\x80\x4e\xab\x4d\ \x4d\x4e\x2a\xe2\xe7\x9f\x7f\x7c\x21\x91\x24\x91\x48\x44\x14\x25\ \x49\x14\x45\xf1\x53\x58\xd8\x0f\x37\x57\xd3\x3f\x1b\xe8\x8b\xa2\ \xe5\x14\x04\x0b\x2c\xb0\xe0\xff\x04\x04\x41\xc8\x9f\xd9\x14\x04\ \x5e\x14\x45\x9a\x65\x45\x41\x10\x78\x5e\x10\x04\x41\x10\x7e\x96\ \xcb\x32\x36\xb7\xc0\x02\x0b\x2c\x28\x24\x44\x9a\x16\x45\x31\xe8\ \xc5\x0b\x42\xc8\x9f\x06\x8d\xfb\x73\xf6\x94\x04\xde\x98\x0f\x93\ \xf9\x2f\x6a\x60\x4a\x7e\xba\x68\xf2\xe4\xb3\xcf\xa3\xbe\x91\xa2\ \xbd\xb0\x76\xec\x90\x99\x07\x35\xff\xc3\x95\xcf\x8e\xb8\x3e\x7b\ \xe2\xcc\x7b\x11\x19\x5f\xae\x64\x86\x5e\x1e\x3d\x70\xf8\xe9\x90\ \x1c\xe4\xbc\x99\x3d\x7c\xc0\xa6\xb3\x2f\xfe\xc4\x86\x4f\x78\xb9\ \x62\x7c\x9f\x0e\xed\x3b\x6d\xbb\xfd\xf6\xde\xc1\xc5\x63\xe7\xee\ \x4c\x15\xfe\x52\xd1\x41\x07\x17\xf6\x1e\xb1\x3a\xc1\x88\xd4\x67\ \x47\x87\x0f\x9b\x78\x27\x2c\xfb\xb7\x06\xbd\x3e\x7e\xfd\xa4\x21\ \xf3\xf6\x3e\xfc\x57\xad\x7a\x49\xfd\x69\xe3\x9c\x11\x1d\x3b\xb4\ \x5f\x79\xf4\x49\xd0\x85\x4d\xa3\xa6\xac\xf9\xac\x95\x3e\xdd\xd8\ \x30\xa0\xff\xf4\x0f\x39\xc2\xff\x3f\x3d\x53\x78\x71\x62\xcd\xa4\ \x79\xbb\x53\xfe\x97\x23\xa5\x08\x4f\x8e\x2d\x1f\x36\x61\x59\x98\ \xe6\xbf\x39\xd0\x95\x21\xf6\xf9\xb2\x19\xd3\x8f\xdd\x8b\xfd\xfe\ \x65\x48\x3f\xb1\x7e\x6a\xe7\x8e\x1d\xfa\x4f\xdb\x99\xf6\xbb\x8a\ \x8b\xa9\x21\xcb\xc6\x0e\x58\xb6\x3f\xe8\xdb\x8b\x9a\xd8\xdb\xb3\ \x27\x4c\xb9\x1c\x9c\x68\xe1\xb2\xff\x0d\xf6\x64\x8f\x1e\x3d\xba\ \x60\xe1\xc2\xd3\xa7\xcf\xc8\x15\xf2\x3f\x59\x39\xcf\xce\x48\xf9\ \xcd\x5f\x4e\x66\xea\xeb\xa0\x67\x82\x20\x12\x42\x08\x21\x67\x26\ \xb5\xb2\xb7\xb7\xe1\x18\x8a\xb5\x72\x6d\x39\x60\xc6\xd3\x98\x2c\ \xf2\x67\x48\xbb\x3b\x0d\xc0\x84\x3d\x8f\xbf\x5e\xd2\xc7\x8f\x2c\ \x06\xf8\x8f\x4e\x27\xff\xb3\x78\x7f\xb8\x07\x80\x5f\xee\x46\x7d\ \xb9\xf2\xee\xe8\x60\x00\xdd\x77\x7f\x22\x91\x5b\x39\xa0\xc3\xec\ \xe3\x7f\x90\x5d\x32\x25\x4c\xae\xe7\x06\xc6\xb6\x4c\xc5\x5a\xeb\ \x4f\x5d\x9e\x58\x15\x40\x99\x9b\xe9\xe2\x5f\x28\x99\xdf\xd8\xd2\ \x06\x74\x93\x8f\x06\xf2\x70\x79\x67\x00\xb3\x8e\xbe\xfd\x4d\x0a\ \x63\xc2\xf5\x12\x80\x75\xfd\x45\x79\xd2\xbf\x52\x25\x3e\x7d\x79\ \xaf\x0a\x80\xac\x78\x85\xea\x33\xb6\x5e\x5e\xd2\xd9\x07\x70\x3d\ \xf7\x3e\xf7\xf4\xec\xd2\x80\xef\xad\x64\x33\xf9\xff\x06\xda\xc5\ \x0d\x38\xd8\xb6\x0f\xcd\xfb\x77\x17\x9c\x97\xf0\x64\xf6\xf8\x31\ \x07\x5f\xc4\x12\x42\x08\xc9\x5e\xda\xdd\x0d\xf0\x39\xf8\xd1\xf0\ \xdf\x5b\x4a\xf2\xe9\xd9\x2c\x30\x70\xfd\xcb\x6f\xae\x89\x97\x16\ \xb5\x01\x28\x9f\x80\xc0\x1a\x3d\x96\x27\xea\x7f\x9b\x45\x17\x74\ \xc0\x1b\xa8\x36\xfc\xf4\xb7\x17\xa3\x2e\x0c\x05\x30\xf7\xec\x5b\ \x62\xc1\xbf\x0b\x39\xd9\xd9\x51\xe1\x9f\x78\x9e\x3f\x78\xf0\x40\ \xeb\x56\xad\x3a\x74\x68\xdf\xba\x55\xeb\xc3\x87\x0e\xe8\xb5\xb9\ \xb9\xd9\x99\xaf\x5e\x3c\xcd\xcd\x4a\xfb\x3d\x55\xfe\xf9\x01\xd9\ \x39\x09\x51\x39\x39\x8a\x21\xd3\x66\x7a\xe4\x3d\x5d\xb3\x7d\xd5\ \x9b\x14\x26\xf8\xe2\x32\x77\xb9\x64\xd4\x1b\x44\x02\x96\x95\xc9\ \xe5\x1c\x40\xf4\x3a\x3d\x18\x99\x4a\xc1\x01\x20\xa0\x01\xb0\xc4\ \xac\xd3\xe9\x38\xa5\x95\x8c\x06\x00\x99\x0a\x32\x5a\xf9\x85\xc9\ \x8d\x3a\x9d\x48\xb1\x56\x2a\x79\xbe\x59\xc6\x9b\x8c\x66\x41\xa2\ \x18\x99\x4a\xc1\xf1\x46\xbd\x59\xa4\xac\xac\x94\x85\xa6\x97\x59\ \x67\xe0\x41\x33\x0a\xb9\x9c\xa1\x29\x00\x12\x6f\x36\x98\x78\x56\ \xa1\x92\xb3\x94\x60\xd4\x89\x9c\x4a\xce\x50\x66\xa3\xde\x2c\x51\ \x22\xc5\x02\x72\x62\x36\xe8\x74\x06\x95\x95\x92\x02\x4a\xb6\x98\ \x7d\xfe\x44\x9b\x92\x4d\x8b\x09\x29\xb7\x54\x80\x95\x82\x2b\x34\ \x05\x79\x9d\xde\xcc\xc8\x54\x0a\xee\xeb\xcf\x8b\x31\xf9\xf5\x99\ \x47\x69\xe5\xc6\x6c\xbb\xbf\x72\x90\x83\x8a\x7c\x74\x39\x59\x36\ \xd5\xb9\x96\x33\x0d\x22\x1a\x8d\x26\x51\x22\xd4\x97\x3a\x12\xd1\ \x6c\x32\x09\x22\xa1\x18\xb9\x4a\xc1\x02\x60\xe4\x2a\xd8\x2a\x05\ \x03\xa9\x3e\x70\xe1\x99\x80\xc1\x95\x1b\x95\x15\x05\x93\xd1\x54\ \x68\x1b\xd2\x8c\xc2\xbd\xee\xa1\x2b\xa7\xb4\x5e\x35\xac\x29\x10\ \x91\x37\x18\xcd\x04\x60\x15\x56\x72\xe6\xab\x59\xa4\xd7\x99\x08\ \x28\x4e\xae\x90\x15\x46\xf2\x27\xa9\xe1\x77\x6e\x07\xbb\xd7\x9f\ \xfd\xe0\xf2\x3c\x37\x6b\x59\x7c\xe5\xad\x6e\x9d\x49\xbd\x92\xd6\ \x37\x44\x0e\xb0\xf9\x12\xef\x9f\x37\xea\xcd\x22\x94\x56\xaa\xfc\ \x0b\x92\xc8\x1b\x4d\x66\x42\xc0\x29\xac\x64\x4c\xc1\x15\x93\xc9\ \x2c\x11\x7c\x79\x22\x85\x69\x28\x85\x4a\xc5\x10\x5e\x67\x30\xb3\ \x72\x2b\xf9\x97\x1e\x21\x99\x75\x06\xfe\xdb\x2b\x66\x83\x8e\x97\ \xc0\x72\x32\x99\xec\x4b\x93\x11\xc1\x6c\x36\xf1\x02\x40\x17\x3e\ \x2f\x22\x98\x4d\x26\x5e\x04\xe8\xfc\xf6\x2f\xa8\x98\x49\x6f\x12\ \xb5\x12\x2d\x83\xb5\xf2\x37\x41\xaa\x45\xb3\xc1\xc8\x4b\x14\xcd\ \xc8\x15\x8a\x82\x5b\xdf\x3f\x1a\x22\x89\x26\xa3\x49\x24\x84\xe6\ \x14\x4a\xd9\xd7\xc6\x32\xea\x75\x22\xbe\x74\x21\x48\xbc\xd1\x60\ \x16\x41\x31\x0a\x85\x0c\xa2\x60\x34\xf3\x00\x95\xdf\x20\x69\x9f\ \xae\x2e\xdf\xb8\x65\x60\x85\x6e\x9d\xcb\xba\xca\x95\x76\x03\xe7\ \x9f\x2e\xdd\x4f\x6a\x54\x52\x01\x10\xde\x68\x34\x8b\x12\x28\xc6\ \x4a\xa5\xf8\x22\xd9\x6c\xd0\xf3\x12\xa1\x19\x99\xe2\xdb\xce\x01\ \x40\x30\xe9\x4c\x02\xc5\xb0\x0a\xb9\x8c\x88\xbc\xd1\xc4\xcb\x94\ \x56\x1c\x04\xbd\xc1\xc4\xc8\x95\xa0\x18\x25\x28\x16\x66\xbd\x4e\ \xc7\x16\x34\xb2\xfa\xf6\xa9\x9b\x28\xd6\xfd\xdc\x9d\xed\xa5\x1c\ \x15\x2a\x25\x00\x98\x8d\x3a\x5e\xfc\xd2\x5c\xb4\x15\x03\x6b\x65\ \x61\x9f\x04\xaf\xd3\x99\x0d\xbc\x04\x50\xf2\xc2\x47\x6b\x32\xe8\ \x04\x89\xb1\xb2\x52\x7c\x19\x0c\xea\x8d\x26\x42\xc0\xc9\x95\x32\ \x96\x16\x4d\x7a\xa3\x40\x18\x96\x93\xc9\x64\x96\x18\xfc\xff\x75\ \x94\x2c\x19\x30\x73\xe6\x4c\x9a\x82\x20\x8a\x1c\xc3\x98\x4c\xa6\ \x3f\x1a\xbf\xff\xa9\xed\xb9\xaf\x47\x71\xa0\xd2\xfd\x04\x42\x88\ \x69\x52\x55\x47\x58\xb5\x7c\xfe\x31\x72\xd3\xc8\x26\x9e\xf6\x1c\ \x80\x66\x53\x2f\x0a\xea\xa8\x85\xfd\x1b\x2b\x00\xd6\x25\x70\xca\ \xb6\xdb\x46\x42\x32\xee\xcf\x55\xd1\xb0\xb1\x96\x03\x74\xa9\x86\ \xfd\x6e\x47\xe7\x11\x3e\x79\x7c\x39\xc8\x2a\x4c\xc9\x22\x44\xd2\ \xa7\x6c\x99\xd4\xd9\x99\x01\x65\xe5\x33\x64\xd9\x89\x5c\x42\xa2\ \xae\x2f\xad\x54\xdc\x83\x06\x94\xee\x65\x7a\x0c\xe8\x11\xe0\xc0\ \xd0\x9c\x6b\xd7\x39\x47\xf3\x24\xa2\x8d\xb9\x33\xb0\x49\x59\x96\ \x02\x14\xa5\xb7\xdd\x8e\x2d\x30\x25\x5e\x1f\x2b\xef\x68\xd5\x62\ \xe2\x69\x51\x4a\x1d\x52\xdc\xa6\xd1\x8a\x3b\xc4\xfc\xbe\x55\x49\ \xbb\x8a\x7d\x96\xdd\x3a\x31\x96\x06\x18\x0a\x60\xed\x5a\x8e\x5a\ \x97\x62\x24\x9f\x1f\xfe\xea\xed\xe5\x39\xeb\x76\xa2\x14\xb1\xdd\ \x1e\xe8\xbd\xf8\x0c\x21\x24\x3b\xf2\xf6\xe0\x66\x65\x01\x38\x95\ \x69\xb6\xe5\x76\xf8\x17\x5b\x30\x2f\xfc\x98\x1f\x87\xfc\xf6\x1a\ \xb2\xe5\xe4\xd6\x29\x75\xbc\xcb\xf4\x89\x27\xe2\x99\x79\xfd\x8a\ \x38\x59\x01\x50\xb9\x57\x98\x7f\xf0\x39\x21\x24\xfd\xdd\xb1\xf2\ \xf6\x2c\x00\x5b\x9f\x2a\x4b\x8f\xbd\x26\x84\x6c\xef\xe8\x0e\xfb\ \x76\x1f\x0d\x24\xfa\xe0\x04\x4f\xaf\xb2\x07\x1e\x24\xdc\xdb\xd1\ \x15\x00\xc5\xca\x6d\xac\xad\x55\x15\x3b\xdd\xf9\x10\x3a\x34\xd0\ \xab\xda\xf8\x13\x44\x1f\x31\xa9\x5b\x65\x7b\x05\x0b\xa0\x68\xad\ \x6e\x17\x3e\x64\x10\x42\x72\x63\xee\x8f\xee\x50\x85\x05\x28\xce\ \xaa\x4c\xb3\xfe\xf7\x12\x0b\x94\x12\xa3\xef\xb6\xf6\x00\x45\xd3\ \x14\xd0\x7c\xd2\xd1\xe3\xf3\x7a\x79\x95\x6e\xfe\x38\x89\x3f\x33\ \xb7\x22\x50\xf6\x5e\x9a\x40\x88\xe9\xee\xce\xa9\x81\x2e\x2c\x28\ \x65\xe3\xfe\x0b\x23\xb2\x25\x92\x1b\x36\xb1\x79\x79\x07\x25\x0d\ \x50\x01\x75\x7b\x5d\x0b\xcd\x22\x44\xba\xb4\x76\xa8\x0d\x05\x50\ \x4c\x99\x46\xfd\xef\x46\xe7\x92\xbc\x88\xb9\x1d\x2b\x39\x5a\x31\ \x80\xb2\x56\xab\x1e\x9d\xea\x97\x04\xe8\xa2\x35\xbb\x5e\x09\xd7\ \x10\x42\xd2\xde\x5f\xe8\x55\xcf\x1f\x80\x57\xa5\x36\x47\x9f\x24\ \x10\x62\xbe\xbb\x7d\x42\x19\x17\x19\x80\x92\xad\xe6\x67\x7e\x1d\ \x52\xc4\xcd\x69\x5b\x04\x00\x2d\x77\x6a\x3b\xee\x97\x54\x23\x49\ \x7d\x75\xa8\x7e\x29\x1f\x39\x05\xd0\xb6\xcd\x87\xae\x8a\xce\x21\ \x84\x98\x83\x4e\x2e\xad\xe4\xa3\x02\x14\xd6\x2c\xe4\x7e\x7d\xc2\ \xb5\x5f\xf2\x9b\x9e\x1e\x5a\x50\xd3\xcf\x06\x80\x8d\x73\xd1\x01\ \xcb\x8e\x1a\x09\xc9\x0c\xbf\xd1\xaf\x71\x69\x00\xee\xe5\x5b\xec\ \x7d\x14\x47\x88\x66\xd7\xac\xd6\x9e\x0e\x2a\x00\x76\xc5\xeb\xae\ \xbf\x12\x22\x10\x42\x0c\x49\x5b\xa7\x74\x71\x62\x41\xa9\x7c\x07\ \x2e\x3e\x99\x47\x48\xe2\xad\x2d\x8d\x2b\x14\xe1\x68\xc0\xbe\xde\ \xd5\xb7\xf1\x7b\x46\x55\xa5\x00\x8a\xb1\x6e\xd0\x7b\x6e\x8c\x86\ \x24\x3d\x58\x66\x5d\xd0\xdf\x1d\x76\x3f\x0b\x39\xb6\xa8\xbb\x67\ \x89\x7a\x77\x73\xc8\xe7\x6b\x0b\xca\x15\x75\xa5\x01\x4a\xe5\xde\ \x63\xee\xbe\x4c\x81\x10\x43\xe6\xb1\xc5\x43\xfc\xec\x28\x80\x76\ \x2d\x52\x7e\xf1\x99\xa0\x2f\xba\x66\xbe\x3b\xdb\xb9\xa6\x1f\x0d\ \x50\xf6\x35\xaf\x47\x69\x5e\xec\x9b\x6e\x63\xe3\xb2\x2e\xc8\xa0\ \x0b\x3b\xec\x65\x63\xd3\xef\x54\x88\xfa\xfa\x5a\x2f\x1a\x0a\x99\ \x0a\xa0\x4a\x34\xec\x7b\x33\x4a\x43\x48\xda\xb0\xf2\xce\xa0\x69\ \x0a\x70\xef\xb4\x34\xc7\xa4\xbd\xf6\xeb\xe8\x00\x07\x1a\xb0\x6b\ \x33\x62\x4d\x5c\xae\x24\xbc\x3b\x5a\x92\x41\xa3\x09\x17\x08\x21\ \xb9\xf1\x4f\x47\xb6\x2e\x4f\x03\xd6\xb6\x2c\xa0\x5a\x7a\x39\x8c\ \x90\xdc\x33\xab\x47\x14\xb5\x01\x68\xc7\x0e\x63\x36\x26\xeb\x08\ \x51\x3f\x1b\xd9\xb1\x9a\xbd\x82\x01\x54\xd3\xf6\x3e\xfe\x74\x67\ \x73\x1d\x7f\x3b\x00\xf6\xe5\xfa\x7f\xc8\x91\x2c\x26\xe4\x7f\xc5\ \xf6\x8c\x08\x0b\xfd\xcd\x40\x54\xe2\x8d\x5a\x4d\x76\x8e\x3a\xe3\ \x67\xb6\xe7\x5f\x61\xcf\x00\xa0\xdc\xe9\x57\x29\x09\xaf\x4f\xd5\ \x74\x04\x8a\x0d\x7c\xff\xe6\x59\x7b\x17\x58\x97\xec\xb0\xfa\xd7\ \x5f\xcf\x3c\x78\xb7\x6b\x5c\x1d\xc0\xaa\xef\xf4\x25\x43\x5b\x95\ \x04\x1c\xd6\xbf\xc8\xd5\x3e\x5b\xc0\x51\xa8\xd5\x6d\xfc\xba\x05\ \xc3\x9d\x81\x80\xee\xab\x72\xf8\xec\x29\x15\x20\xab\x30\x55\x4b\ \xc8\xa3\xd5\x9d\x01\xab\x81\x73\x36\x2c\x1c\x58\x0f\xb0\x59\x77\ \x2f\xe3\xdd\xfe\x0e\x00\x37\x70\xfa\xec\x2e\xd5\xbd\x00\xb6\xfd\ \xe8\x85\x43\x9a\x7a\x03\x5e\x67\xe2\x72\xae\x4d\x6b\x0a\x58\x0f\ \x5e\xb4\xfb\xcc\xf1\x73\x6f\xa3\x73\x0b\x5f\xba\x8f\x1d\x03\x94\ \xee\x0d\x27\x7c\x8c\xbe\xe6\x07\x38\xb7\xfa\x25\xed\xc5\x01\x2f\ \x1a\xdd\x96\x3f\x0d\xbf\x3c\x1c\xa0\xbb\x4c\x98\x3b\xa9\x4b\x0d\ \x40\x36\xff\x62\x52\xe2\xe3\x95\x00\x46\x5d\x8e\x27\x91\x3b\xec\ \x81\x3e\xcb\xaf\x10\x29\x6d\x52\x63\x67\x38\x54\x5b\xb1\x65\x73\ \xb7\x2a\x56\x94\x47\xbb\x90\x1c\xa1\x80\x3d\x23\x8e\xf9\xd0\x28\ \xdb\x6d\xfc\x81\x63\xa7\x5e\x85\x7f\x5c\xd6\xd3\x03\xb6\x2d\x3e\ \x13\xd3\x92\x46\x3e\xb0\x0d\x9c\xb5\x64\x69\xd3\x52\x32\x38\xd7\ \x7d\x92\x4d\x78\x75\xe4\xde\x5f\x37\xef\xde\xba\xa2\x61\x71\x25\ \xed\xd3\x22\xcc\x48\xf6\x77\xf1\x80\x7d\xbb\x50\x23\x89\xd8\xd6\ \x0f\xb0\x5d\x73\x29\x36\x3d\xe6\xe9\x89\xd3\x27\x16\x0c\x6a\x04\ \xa0\xca\xf0\x6d\xe9\x99\x1f\x5b\x58\xc3\xab\xff\x41\x92\x71\xb7\ \xa2\x2b\x3c\x2b\x77\x5a\xbe\x64\xa2\x37\xe0\xd3\x79\xb3\x28\xe5\ \xcc\x6d\xe6\x0b\xda\x6f\xde\x96\xbd\xe3\xdb\x55\x02\xeb\xb1\xe3\ \x3d\x5f\xc8\x9e\xf7\x9a\x3a\xc1\xbd\xda\xa0\x7d\xc7\x8e\x3f\x0a\ \x8e\xde\x3e\xb8\x0e\xac\x03\x6f\xc7\xf3\x67\xe7\x55\x04\xca\x3e\ \xca\x21\xea\x67\x1b\x9c\x28\xd4\xed\x33\x6b\xd3\xe2\xa1\x56\x40\ \xc7\x45\x37\x8d\xea\xa0\x9a\x34\x9c\xea\x0c\x5a\xb7\x70\xa8\x03\ \x50\xa6\xef\x9a\x5c\x42\xe2\x5e\xdc\xd8\xb4\x65\xc7\xa6\x25\xc3\ \x1d\x81\x5a\x53\x0e\xe9\x52\x5e\x37\xb3\x83\x63\x85\xde\xcb\xa6\ \x77\xe3\x00\xbb\x6a\x9d\xe6\x4d\x1e\x68\x0f\x54\x1b\x72\x90\x17\ \x53\x87\x06\x5a\xa1\x44\xcb\xf5\x5b\xd7\x37\xf5\xe5\xac\xaa\x0c\ \xfa\x10\xf7\xa1\xb5\x15\x54\x15\x7a\x1d\x38\x75\xfa\xc8\xb9\x17\ \x86\x2f\xef\xa9\xa8\x79\x70\x76\xeb\xb6\x5d\xbb\x67\x74\xab\x0a\ \xa8\x56\x5c\x4f\x8b\xbe\xb5\x00\x40\xc3\x31\x0b\xe7\xf6\xad\x05\ \x30\x53\x8f\x7c\x34\xa6\x3c\xaa\x6d\x0b\xab\x12\xad\x56\xad\x5f\ \xd1\xc4\x97\x66\x7c\x7b\x7f\x61\x4f\x75\xf0\x5e\x6f\x16\x9e\x8d\ \x86\x1d\xda\xb7\xbc\xa4\x2d\xfc\x3a\xce\xcd\x31\x64\x4c\xab\x6d\ \x0f\x8f\x46\x6b\xb7\x6e\xea\x58\x92\x95\x95\x1c\x18\x9f\x1e\x37\ \xa1\xb9\x0a\xf6\x15\x17\x6f\x58\x56\xc7\x19\x74\xf1\x7e\x71\x66\ \xe9\xe1\xda\x3e\x80\xac\xcf\x9c\x5f\xe6\x0f\x69\x06\xa8\x56\xbc\ \x50\x87\xac\xe9\x04\xc8\x3a\x8d\x98\xb7\x7e\xeb\xd1\xe8\x34\xfd\ \x87\xdb\x7b\xb7\xec\xda\xb3\x68\x68\x73\x00\xc3\xf7\x44\xa6\xbf\ \x5c\x25\x07\x9a\x8c\x5a\x70\xe4\xd8\xf9\xd8\xac\xf4\xad\xa3\xea\ \x40\x59\xe2\x46\x0e\x09\xda\xdc\x0c\x90\x0d\x9a\xb3\x74\x44\xb3\ \x52\x80\xd3\xd6\xc7\x19\xe1\x17\x26\xcb\x81\x3a\x43\x96\x1f\xd8\ \x30\x5c\x09\xb4\x5d\xfa\x65\x4c\x2d\x6c\xeb\x56\x0a\xf0\x98\xbc\ \xf6\xe0\xc9\x63\x97\x12\x34\xfc\x83\xcd\xa3\x01\xd9\xb2\xa7\x06\ \xed\x87\xbd\xd6\x40\x97\xa3\xef\xd4\xd7\x57\xbb\x50\xa8\xd2\x61\ \xc2\x9a\x05\xa3\xdc\x81\xe2\x1d\xd6\x1a\x48\xce\xa8\x32\xd6\x4c\ \xf1\xe6\x1b\x76\x1f\xb9\xfc\x3c\xfc\xf5\x85\xa5\x36\x40\x60\xa7\ \x09\x8b\x26\x75\xa6\x80\xe6\x2b\x6f\x6a\x43\xce\x97\x66\xd1\x68\ \xe2\x15\x42\xcc\xdb\x86\x04\x02\x76\x83\xe7\xaf\x9f\xd1\xb7\x32\ \x20\x5b\x73\x2f\x32\xe2\xf2\x32\x25\xd0\x74\xf4\xf2\x35\x33\x7a\ \xb3\xa0\x07\x1d\x0e\x27\x31\x7b\x9d\x28\x94\x6e\xd4\x67\xf5\x2f\ \xdb\x1f\xbe\x7c\x39\x3a\x90\x85\x47\xbd\x5f\x0f\x9c\x3c\x78\xfc\ \x6e\xa6\xde\xc2\x81\xff\x25\xf6\x0c\x0d\x09\x36\x1a\x0d\x5a\x6d\ \x5e\x9e\x26\x37\x2f\x27\x3b\x27\x3b\x2b\x3b\x2b\x23\x2b\x33\x2d\ \x3d\x35\xe9\xe5\xf3\x27\x3f\x64\xcf\xbf\xb0\xe6\x4e\x2b\x81\x90\ \xae\x55\x3d\x7c\xaa\x74\x7b\x6e\xf4\x9a\x32\x7f\x58\x29\x2f\x85\ \x40\xe0\x5a\xa6\xcd\xb4\xf1\xe3\x3b\x57\x16\xcf\x5e\x7a\xe2\x52\ \x75\xc0\x8e\x55\x73\x37\x2f\x99\x5b\x14\xd9\x67\xcf\x84\x88\x1c\ \xc5\x13\x34\xee\x3a\x7c\xf2\xc2\x6d\xbd\x6b\x79\x46\xbc\xb9\x1f\ \x93\x2e\xca\x58\x80\x92\x71\xd0\x9d\x39\xff\x1a\x10\x1e\x9e\x3b\ \x78\xf2\xce\x3b\x20\xef\xcd\x93\x10\x41\xa9\x02\x6c\x3a\x8d\x9d\ \x3b\xbf\x7f\x4b\xc0\xbe\x55\xbf\xd9\x73\x27\x77\x07\x92\x82\x13\ \x0d\xc5\xaa\x55\xb7\x85\xf6\xde\xcd\xbb\x6a\x2b\x0f\x7f\x1f\xdb\ \x02\x95\x64\xa5\xbb\x37\x08\x4c\x8d\xff\x74\xf3\xc8\xd9\x6c\x0a\ \x54\xcc\xe5\x7d\xb7\x5f\x6b\x89\x5d\xd3\xce\x35\x65\x26\x03\x20\ \x6b\x3b\x74\xe6\xfa\x59\xfd\x1d\x61\xfe\x1c\xfa\xc9\xc4\xc8\x59\ \xe0\xcb\xa0\x46\x26\xe7\x8c\x89\x1f\x9f\x3d\xcd\x84\x31\xf1\xc4\ \x9e\xdd\x0f\x23\x74\x24\xe5\xe1\xeb\x24\xdd\xd7\x81\xa4\x04\xdf\ \xda\x6d\xfb\xf7\xec\x5a\x25\xc0\x97\x88\x22\x18\x1a\x00\x43\x13\ \xb8\x94\x1e\x3d\x77\xce\xb8\xee\xad\x90\x19\x16\x92\x0a\xa3\x36\ \x35\x3e\xfa\xf9\xe1\x23\x67\x22\xb3\x20\x91\xb4\xcf\x5a\xe4\x1f\ \xaa\x46\x51\xf9\x07\x40\x32\x82\x40\x5c\xfc\x6a\x75\x6f\x19\xf0\ \xfe\xc5\x73\x97\xca\x83\x8e\xac\x1b\xe9\xc2\x99\x45\x80\xa1\x29\ \x50\x34\x24\x14\x29\xdf\x7c\xd6\xdc\xe5\x5d\xab\xd2\xa9\x1f\xc2\ \xb2\xb2\xdf\xdf\x08\x8a\x2f\xda\x75\xc8\xe2\xd1\x83\x5a\x54\x2a\ \x06\x42\x7f\xbb\x53\x81\xe7\xe1\x50\xa2\xf1\xc0\x9e\x3d\xea\x96\ \xf7\x87\x20\x81\xf9\x32\xf6\xa5\x65\x32\xbc\x3d\x7b\x25\x8b\x20\ \xe6\xc9\xc5\xbd\x27\x6e\xe8\x80\x90\xa0\x07\x99\x82\x5c\xc6\xc2\ \xad\x4a\xa7\xc9\x0b\xd6\x34\x2f\xa6\x8a\x88\x0d\xcf\x11\x04\x63\ \x5e\x5c\xc8\xfd\x73\x47\x2e\x3c\x35\x01\x29\xb9\xa9\x5a\x33\xc3\ \xb0\x70\x2d\xdb\x6e\xf6\xaa\x25\xd5\x55\x70\xaa\xde\x76\xf1\xf2\ \xd9\xb5\xfd\x91\x19\x13\x91\x12\x77\xef\xfa\x07\x1d\xa7\xfe\x70\ \x60\xf7\xc1\x77\xf1\xbc\x2e\x38\x24\x26\x5d\x55\xab\xae\x9b\x3e\ \xf8\xce\xdd\x77\x89\xc5\xcb\xf9\x2b\x0a\x8b\x17\x0c\x86\xb4\xd8\ \xc4\xeb\x27\x0f\xdd\x78\x1b\x0f\x40\x9d\x94\x24\x71\x72\x0a\xa8\ \xd1\x73\xd2\x92\x95\xa3\x9c\x21\xc6\x24\x7c\x8a\xf8\x18\xf2\x4a\ \x83\x0e\x33\x37\x4c\x9f\x34\xb3\x45\x29\x2b\x51\xf8\xea\x72\x1c\ \xf7\xf4\x4a\xa2\xc0\x4e\x9d\xbf\xbc\xef\xc0\x9e\x3e\xf6\x14\xc7\ \xca\xd2\x92\x42\xae\x3e\xcd\x81\x3e\xf2\xd0\xee\x3d\x2f\xe2\x04\ \x73\xf8\xcb\xf0\xc4\x2c\x96\xe5\xac\x9d\x03\xa7\x4e\x9c\x3d\xb1\ \x73\x49\x29\x2a\x22\x3d\x25\xea\xca\xc3\xa7\x80\xf4\xf4\xc2\xc1\ \x53\x37\xde\x00\xfa\xfb\x77\x63\x59\x25\x07\x38\xb7\xe9\x37\x79\ \xd2\xa8\x5e\xfe\x8e\xe6\xf8\xe8\x84\x07\xe7\x8e\x5c\x7c\x1c\x46\ \x01\xb9\x09\x9f\xcd\x14\x23\x00\x15\x5a\xf7\xec\xdd\xb3\x43\x51\ \x47\x3b\x41\x22\xf9\x6d\x48\xb3\x2c\x60\xd7\x79\xf4\x9c\xb5\x53\ \xbb\xc9\x90\x15\x17\x1a\xf6\xfa\xd1\x6d\x13\x4a\xad\xd8\x30\xab\ \x7f\xbf\xc6\x56\xc0\x37\x1b\x46\x98\x32\x35\xab\xc9\x91\x72\xfb\ \xf6\x23\xb3\x4b\x11\x37\x1b\x56\x92\x08\xc0\xb0\x0c\x4d\x51\x14\ \x03\xd0\x14\x05\x22\x19\x08\x5d\xab\xfd\xb8\xa9\x0b\xd7\xf4\x6d\ \xe5\x12\xf5\xfc\x7a\xa4\x81\x70\xc4\x4c\x7b\x54\x1c\x34\xa4\x77\ \x9b\x1a\x01\x21\x37\x0e\xe5\xa1\xc4\xda\x2d\xbf\xcc\x5f\xbf\x63\ \x78\x09\xdc\x3c\xfd\x20\x45\xc3\xd3\x14\x68\x86\x01\x32\x9e\xdf\ \xf8\x20\xab\x34\x6a\xc7\xa2\x49\x13\xfb\xd7\x02\x88\x9c\xcf\xba\ \x7f\xff\x86\x01\x08\xbd\x7b\xfc\xe0\x99\x87\x02\xa4\xfb\xb7\x42\ \xc1\x70\x0c\x41\xf9\x06\x5d\xa7\x4d\x18\x51\xaf\x6a\xd9\xc0\xca\ \x65\x91\xf2\xec\xe6\xe3\x8f\x1e\xa5\x8a\x39\x29\x2d\xc3\xee\xff\ \xc2\x62\x11\x43\xe7\xe6\xe6\x26\xc4\xc5\x25\x25\x24\x24\x25\x24\ \x24\x25\x26\x24\x27\x25\xa6\x24\x25\xa5\x24\x27\xa7\xa4\xa4\x48\ \xa2\xf8\xc3\xe5\xa3\x3f\x9f\xf7\x04\x31\x03\x6e\x83\xa6\x4e\xa8\ \x57\xd1\xdf\xaf\x74\x95\xfa\x95\x8b\xd3\x89\xcf\x24\x02\x22\x9a\ \x09\x40\x09\x60\x18\x48\xa2\xc0\x03\x84\xe7\x45\x80\x2e\x9c\xaf\ \xa1\x69\x1a\xd0\xea\xcc\x26\x30\x2c\xc7\x40\x12\x41\x44\x81\x02\ \x47\x09\x26\xd8\x05\x0c\x9e\xb4\xa0\xaa\xaf\x8a\x92\x44\xcf\x92\ \xe5\xf2\xee\x19\x01\x62\x30\xf0\x32\x8e\x03\x44\xbd\x56\x47\x38\ \x6b\x00\x06\x1d\x5f\xa2\xdb\x82\xa7\x77\x2b\xec\xf8\x65\xc9\xb0\ \x76\xf5\x1e\x6e\xb9\xba\x7f\x74\x53\x1a\x00\xa8\x86\xdd\x5b\xa8\ \xf6\x6d\xd9\xb0\x2e\xbc\x76\xcb\xb6\x9a\xac\x57\x2b\x77\x04\x53\ \xc5\xdb\xb7\x2f\x49\x65\xbf\x95\x00\x98\xf4\x06\x49\xc9\xb2\x00\ \x45\xc4\xaf\x0b\xab\x44\x92\x00\x1e\x0c\x07\x8a\x37\xc3\xa3\x72\ \xb3\xd9\xf3\x7b\xda\xcb\x19\x41\x62\xcb\xf9\xa8\xbe\x9f\xdd\xd2\ \xe7\xff\x8f\xaf\x4d\x46\x81\x08\x7a\x1e\x2c\xa7\x02\x58\x4e\x52\ \xef\x1f\xdb\x67\xe1\x6d\xc7\xad\x87\x97\xc5\x1f\x5a\xb0\xf2\xb1\ \x01\x00\x91\x08\x24\x81\x62\x0b\xfc\x18\x68\x56\x0e\xe4\xae\x18\ \xd0\xeb\x5c\x66\xf9\x2b\x41\x7b\x4b\x5a\x03\xd9\xd2\x17\x65\x28\ \x0a\x22\x6f\x02\x44\x99\xb5\x8c\xca\x31\x41\xe1\xe2\x6e\x83\x77\ \x1f\xde\xbf\xfa\x9c\x18\x93\x9c\xfe\x0d\x3f\x16\x24\x96\x78\x23\ \x01\x28\x48\x5f\x54\x22\x44\x04\x44\xd0\x60\x20\x00\xb6\x2d\xfb\ \x8f\xef\x52\xdb\x8f\xa3\x44\xa5\x6b\x71\x1b\x3e\x43\x20\x90\xcc\ \x06\x80\x51\xca\x64\x1c\x2b\xcb\x8d\x7c\x3b\xb6\xc3\xf0\x0f\x55\ \xc6\x1f\x5d\x31\x60\x69\xcf\xbe\x9f\x0b\x9d\x79\x25\xde\x08\xc8\ \x94\x0c\xcc\x06\x83\x24\x11\x4e\x05\x80\x48\xa0\x44\xc0\xb7\x56\ \xfb\x05\x23\xda\x5a\xc9\x19\x11\xb6\xd5\xcb\xfa\xb5\x3c\xfe\x2c\ \xe0\xd0\xce\x45\xf3\x26\xd6\x3f\x72\xf1\xda\xf3\x5b\x8d\xdc\x68\ \x00\x9f\xae\x2e\xe8\x39\x65\x7b\xb7\x85\xfb\x96\x74\x78\xd9\x73\ \xdc\x9e\x2f\xd5\x33\x1b\x74\x60\x14\x72\x0a\x02\x01\x28\x8a\x06\ \xf4\x39\x1a\x7c\xf3\x1b\x96\x0f\x6b\x37\x0f\x40\x78\xf6\xec\x69\ \x6f\x5f\x36\xc7\x40\x18\x86\x02\x05\x01\xf0\xac\xd8\x6e\xc1\xd4\ \x76\x56\x32\x46\x92\xac\x2b\x15\xb5\x3e\x6f\x16\x40\x04\x3d\xc0\ \x59\x2b\x00\x51\x82\x24\x09\x02\xec\x8b\xf6\x9d\x3c\xaf\x8e\xb7\ \x15\x25\x8a\xce\x01\xc5\xf4\x67\x79\x80\x98\x8d\x7a\xc0\x3e\xe5\ \xc9\xaf\x9d\x46\x2c\xa8\x37\x76\xc3\xb2\x9e\xb9\x43\x46\x2c\x12\ \x24\xe4\x37\x9a\x26\x2f\x7f\xcd\x9b\xfc\xe6\xc8\x2e\x83\xce\x04\ \xb9\x8c\x06\x08\x4d\xd9\xba\xbb\x01\x8f\xee\xdf\xff\xe8\x6b\x13\ \x63\xfc\xfe\xe4\xae\xfa\x93\xb6\x3c\x2e\xdd\x74\xcb\x9a\x05\x7d\ \x9b\x1e\x8b\xb8\xf5\xa2\xa5\x4a\x05\x88\x06\xad\xa0\x74\x55\x7e\ \xf7\xb0\x68\x06\xd0\x6b\xf5\x26\x30\x32\x59\xfe\xe1\xa5\xa2\x59\ \x6b\x86\x9d\x8c\x80\x61\x01\xa3\x99\x27\x80\xc0\x8b\xa0\x98\xfc\ \xb3\xbc\x21\x01\x00\x4b\xb3\x10\x8d\x39\x79\xc8\x1f\xe8\xe7\x1f\ \x7a\x2a\x82\x72\xea\x30\x72\x6e\xfb\xd2\x76\x34\x91\x54\x9e\x95\ \x45\xe3\x45\x52\xd0\x73\x00\x28\x87\x6f\xbd\xe6\xdf\xe4\xe8\xaa\ \xa5\x73\x9b\x1d\x3b\xb2\xef\xd9\x8b\x81\x81\x8e\x16\x1e\xfc\x9b\ \x20\xf0\xf0\xf4\x2e\xe2\xe7\x47\x20\x11\x51\x22\x92\x24\x11\x89\ \x88\xa2\x48\x24\x51\x14\xc3\xff\x35\x6f\xf9\xef\x3c\x96\x0c\x80\ \x4b\xef\x51\xd3\x06\xf5\xe9\xd1\xb0\x72\x71\x1a\x80\x44\x04\x1e\ \x82\x20\x49\x00\xec\x03\x3a\xb5\xae\x9b\xf5\xf6\xc0\xc0\x51\xd3\ \x87\xce\x5c\x9c\x40\xb9\x74\xeb\x12\x48\x19\x4d\x00\xee\x9f\xda\ \x3c\x6b\x44\xef\x03\xaf\xb3\xea\x34\xed\x5c\xc2\x4d\xc1\x3a\x28\ \xf9\x8f\x27\xb7\x5e\x8f\xe8\xd0\xbb\x09\x95\x1b\x72\xf5\xc6\xed\ \xd0\xd0\xf7\xf7\x9f\xbf\x57\x16\x75\xe6\x04\x13\xc0\x4b\x84\x48\ \xa2\x00\xf0\x12\x81\x24\x09\x00\x38\x85\xf0\xee\xf4\xc1\x73\x6f\ \xd5\x65\x6a\xd5\xb3\x07\xff\x26\x2c\xfa\x8b\xaf\x8f\x7b\x8d\x9e\ \x2d\x9c\xb3\xe3\x73\x33\x6a\x4d\x5c\xd5\xc1\xcb\x3e\x27\x3e\xa3\ \x52\xaf\xae\xee\x00\x2f\x8a\xf9\xa2\x88\x28\xf2\x80\x48\x08\x21\ \x92\x00\x08\x82\x04\x5b\x17\x5b\x1a\xd7\x8e\x6c\x79\x66\xf2\x68\ \xde\xdc\x2d\xe5\xcd\x8d\x2b\x4f\xde\x7f\x7c\xfd\xe8\x59\x1a\x5c\ \x6c\xd8\x2f\x0c\xcb\x03\x42\x61\x44\x00\x49\xe4\xc1\x0b\x04\x90\ \x04\x1e\x82\x48\x08\x24\x41\x00\x04\x89\x08\x5a\x8d\x0e\x32\xd6\ \x6c\xd0\x69\xf5\x46\x98\xcd\x04\x50\xb9\xda\x43\xf3\x70\xdb\xee\ \xfb\x1a\x30\x80\x20\x97\x91\x4f\x17\x57\x2e\x38\xf3\xc9\xd3\x3f\ \x20\xee\xce\xee\x2d\x87\xae\xc6\xaa\x25\x86\x40\x10\x25\x80\x08\ \xfc\x97\x0f\x3c\x6f\xd6\x13\x55\xa9\x59\xb3\x47\x39\x46\x9e\xac\ \xe6\xe7\x33\x6e\xf7\x23\xd8\x2a\xa9\x2f\x0f\x8b\x7c\x49\x9c\xaf\ \x92\x00\x5e\x20\x34\x63\x65\xe3\x02\x84\xae\xdd\x78\xc1\xa3\x7d\ \x77\x4f\x5a\x73\xfd\xfa\xb5\xe0\xd0\xb0\xc7\xf7\x1e\x64\x5b\xf9\ \xd9\xb2\xa2\xb9\x20\x8b\x24\xf0\x66\x5e\x94\x04\xb3\xd1\x68\x00\ \xc7\x10\x4d\x76\x9e\xd1\x24\x9a\x79\x91\x7c\x15\x2b\xf2\x3c\x78\ \x51\x22\x44\xe2\x79\x98\x4d\x06\x47\x9f\x86\xed\x2b\x58\x47\xdf\ \xb9\x79\x3b\x28\xe4\xdd\x8b\x47\xd1\x69\x46\x6b\x3a\x71\xc7\x9a\ \xbd\xb9\xb6\xfe\xd5\xab\x05\x98\x3e\xbf\x0e\xcf\x16\x0b\x59\x52\ \x2b\x01\x94\x68\xca\xcb\xd3\x99\x89\x39\x5f\x08\x01\x44\x42\x20\ \x0a\x02\x81\xde\x28\x95\x08\xac\xd3\xc4\x53\x76\x7e\xc9\x90\x29\ \x0b\x17\xde\xf8\x94\x07\x41\xfc\x42\xb2\x7e\x8d\xc7\x4e\x68\x5a\ \xe2\xd4\xec\x0e\xee\xc5\xda\xbc\xca\x00\xc7\x10\x37\x8f\x72\x1d\ \x6a\x3b\x26\x3f\xbd\x72\xed\x79\x48\x48\xd0\xa3\xf7\xb9\x66\x27\ \x07\x3b\x91\x37\xf3\x82\x08\x40\x14\x78\xc0\x60\x56\x16\xe9\xd0\ \xac\x09\x72\xa2\x6e\x5e\xba\x13\x16\x16\x7c\xe7\xce\x47\x37\x7f\ \x3b\x08\xf9\x3d\x87\x00\xe0\x0d\x1a\x13\x40\x13\x5e\x93\xa7\x35\ \x99\x88\xc9\x2c\xd8\xb9\x06\xf8\x00\x17\x36\x2e\x5f\xbc\x74\xc5\ \xc3\xa8\x04\x86\xa6\xf3\x1f\x2b\x91\x0a\x72\x11\x49\xe4\x01\xa3\ \xc8\xd5\xe9\x32\xb7\x6d\x49\xd5\xfc\xf6\x81\x45\x1b\xcd\xd6\xe6\ \x4f\xa0\x17\xfe\xa4\xde\xd8\xb1\xf3\x76\xb4\xb9\x42\xdd\x7a\x2c\ \xb4\x2f\xc2\xd2\xfd\x4b\x97\x74\xa6\xcc\x87\x17\x8d\x9e\xb5\xe1\ \x94\x06\x10\x44\x89\x48\x12\x05\xe9\xf9\xb9\xf5\xb3\x46\x0e\xdd\ \xfd\x40\x53\xb3\x5d\xcf\x12\x0a\xe8\x4d\x66\x5e\x10\x09\x01\x40\ \xd5\x6a\xd5\xdb\x8e\x8a\x9e\x3c\x74\xe8\xb4\x61\x03\xf6\xc6\xa0\ \x75\x97\x86\x9e\x3e\xf6\x0a\x25\x5e\x5f\xf8\xf5\x59\x02\xd5\xaa\ \x77\x43\x31\x6c\x7b\xf7\xa1\xb3\xd7\x1c\x78\x06\xf0\x3a\xca\xa1\ \x51\x93\x36\x4a\x92\x75\xfb\xfc\xe5\x0f\x9f\x3e\xde\xbf\xf9\x42\ \xe5\xee\xc2\xd0\x84\x27\x28\xd8\xc9\x22\x65\x1e\x5e\xbf\x23\x4a\ \x70\xac\x5e\xbb\x3a\xb4\x51\x21\x49\x96\x43\x22\xfe\x4b\x90\xa4\ \xfc\x3e\xf6\x1d\x44\x41\x10\x7f\xee\x2d\xff\xe7\xb6\xa7\xca\xc1\ \xcd\xd5\x55\x45\x09\x46\xa0\x70\xe6\x9d\x91\x39\x79\xb8\xba\x39\ \x59\xe5\x1b\x10\x03\x16\xed\x4b\x37\x4f\x58\x7d\x60\xa3\xe0\x5c\ \x6e\xce\x9e\x83\xc3\x2b\xdb\xf0\xe1\x95\xda\xd6\x2c\xf9\xe8\xca\ \xbe\x20\xd8\xb4\x1c\xb1\x7c\xed\xe2\xbe\x72\xd0\xbd\x67\xac\xb8\ \x1d\xb7\xea\xd1\xfd\x4f\x63\x96\x6e\xda\x9f\x25\x5b\xba\x7d\xdf\ \xcc\x8b\x82\x47\xd5\x8e\x9d\xa6\x42\x65\xe3\xec\xea\xea\xa1\x64\ \x29\xd6\xca\xde\xd5\xd5\xc3\x5a\x4e\xb1\xc4\xd6\xd5\xd5\xd5\x41\ \x4e\x65\x24\xbc\xfe\x65\xf6\x1e\x0d\xb8\xd2\xcd\x07\xac\x1e\xd9\ \xe5\x8b\xba\x94\x4d\x40\xe7\x01\x0d\x1f\x1f\xe1\x5a\x35\x2c\xa3\ \x4a\xaa\xb9\xe6\x31\x37\xa8\x75\x35\x00\x9c\xca\xc1\xd5\xd5\xd3\ \x4a\x46\x83\xb3\xf2\x70\x75\x75\xb0\x96\xb3\x32\x2b\x0f\x57\x57\ \x3b\xd6\x0c\xd7\x16\x2b\x67\xf7\x9c\xbe\xe5\x49\x88\xc6\x69\xf6\ \xae\x0b\xfa\x49\x53\xf7\x6f\x5c\x70\x4c\x52\xd4\x1d\x55\x5c\x18\ \x80\xfc\x85\x5b\x8a\x55\xba\xbb\xba\x3a\x5b\xe7\x8f\x82\x28\x6b\ \x07\x0f\x57\x0f\x27\x16\x94\xb5\xb3\xbb\xab\xde\x91\xa5\x20\xb7\ \x75\x70\x75\x75\x91\x71\xae\xc3\xd7\xfe\xf2\x64\xf8\xec\xe9\x03\ \x7a\xb1\x2a\x87\x6a\xcd\x7b\x7a\x5b\xc1\x77\xf4\xb2\xd6\x4f\x27\ \xbd\x7c\xf4\xbe\x6f\x4b\x27\x57\x57\x4f\x5b\xd6\x14\xfe\xf1\xb5\ \xad\x8b\x8b\x31\xec\xec\x84\x11\xc7\x48\xd1\x96\x7e\x47\x96\x78\ \xf9\xba\x66\xd8\xab\x40\xcb\x5c\x3c\x5c\x39\x07\x2b\x80\xb2\x73\ \xf6\xf4\x34\xdb\xf3\x04\xb5\x46\xfd\xfa\xa4\xce\xa0\x94\xec\x9c\ \x93\xab\x27\x6d\xba\x97\xc7\x28\x0b\x17\x97\x59\x99\xb3\x87\xab\ \xe8\x50\x60\x1d\x5b\x39\xb8\xb8\x7a\xa8\x08\x4d\xd5\xee\x31\xb7\ \xfb\xf9\xf8\x0f\xf7\xee\xd8\x4e\xd9\x70\xe1\x60\xfa\xa4\xc5\x5b\ \x17\xcd\xbc\xaa\x74\x2f\xbf\xaa\xdd\x4c\x38\x29\x5c\x3c\x5c\x65\ \xf6\x4a\x80\x72\x70\xf5\x70\xb5\x53\xb9\x94\xaa\xb6\x6a\xf3\xd8\ \xb1\x8b\xf6\xf4\xea\xc5\xdb\xb9\x16\x6b\x53\xbd\x82\x15\x47\x3b\ \xba\xbb\x6a\x1d\x54\x00\xeb\xec\xe1\xea\x6e\x6f\x05\x8a\x75\x72\ \x75\x75\xb5\x53\xd1\xac\xdb\xf2\xe3\xa7\x30\x7d\xde\x81\x35\xf3\ \x05\xca\xa6\xdb\x8c\xf2\x03\xcc\xae\xcf\xaf\xec\x39\xb9\x3a\x53\ \x66\xef\x3b\x64\xc9\xf6\x9e\xc5\x0a\xd6\x88\xcb\xb6\x9f\xbb\xb0\ \x7f\xf2\x2f\x6b\xc6\x9d\x26\x32\x8f\x32\x0d\xab\x96\x71\x67\x88\ \xca\xd5\xd5\xd5\x4e\xce\x80\x51\xba\xb9\xba\xda\xcb\x29\x85\x6b\ \xb9\xad\xa7\xf7\x4f\x9d\xbe\x68\xeb\x8a\x15\x9c\x9d\x6f\xd3\x76\ \xb5\x1d\x0b\x57\x8f\x19\xbb\x92\x6b\xcf\xde\xeb\x13\xf2\x59\x97\ \xfa\x68\xc8\xa0\x59\xbc\x41\x60\x95\xce\x33\x0f\x9d\xd1\x4d\x9d\ \x7d\x70\xdd\x7c\x33\x51\x36\x9b\x51\x66\x2a\x29\xef\xe0\xe2\xe9\ \x69\x70\xa0\x01\xa5\x9d\xab\xab\xab\x24\x99\x98\xfa\xa3\x56\xed\ \xcb\xa1\x97\x6d\xd9\x37\xe3\x8a\xe0\x56\xb6\x63\x2f\x03\x94\xb6\ \x4e\xae\xae\xee\xf9\xee\x0b\x5e\x0d\x26\xfd\x3a\x3a\x72\xf9\xfe\ \x79\xbd\x78\xda\xc5\xaf\x6a\xad\x0a\x1e\xd6\x5e\x01\xeb\x96\xf4\ \x9b\xbc\xf6\xec\xb2\xb7\x0f\x65\x35\x5b\xfa\x3a\xb9\xb9\x7a\x4a\ \x72\x0a\x9c\x95\x53\x7e\xc7\xa3\x64\x36\x9e\xae\xae\x4a\x86\xd8\ \x17\xad\x7f\xe4\xde\xb3\x0f\x31\xe9\x59\xc1\xfb\xba\x8e\xd9\xcb\ \x52\x5f\x96\xf8\x85\xa4\xc8\x27\x2b\x36\x5f\x36\xd2\xf2\x2a\x1d\ \xc7\x2c\xe8\x58\xcd\xcd\xab\xd2\x2f\x8b\x1e\xcf\xd9\x70\xea\x97\ \x20\xca\xb7\x4c\x8d\xba\x45\x5c\xac\x1c\xcb\xb7\xac\x55\xf2\xe6\ \xdd\x5d\xef\x45\xdb\x96\x23\x97\xaf\x59\xd1\x93\x46\x8e\x8d\xab\ \xa7\xa7\x93\x5d\x3e\x0b\x07\x34\x1b\x7f\x72\x8b\x7a\xda\xd2\xad\ \x9b\x1f\xdb\x76\x9d\xb0\x71\xdd\xc8\x86\x4a\x1b\xdd\xcc\x39\x7d\ \x27\xae\x7d\xfa\x26\xd2\x30\x62\xc6\xe1\x75\x9a\x71\x6b\xf7\xaf\ \x7f\x2c\x29\x4a\x54\x6e\x55\xc2\xc9\xbe\x44\xc5\xb1\xa7\x36\x67\ \xcd\x5b\xb5\x67\xee\xb4\xe3\xd6\xde\xb5\x6b\x8d\x9a\x55\x59\x66\ \xed\xe1\xea\xea\x60\xab\xcc\x37\x9a\x43\x9e\x9e\xdd\x74\xe7\x13\ \x23\x77\x6a\x3f\x6a\xc3\x84\x3a\x9e\x16\x06\xfc\x37\x83\xca\xce\ \x48\xf9\xed\x25\x8a\x8a\x8e\x89\xad\x50\xb9\x3a\xc3\xd0\xf9\xfe\ \x22\x12\x01\x4d\x33\xdf\x0c\x62\x88\x24\x4a\x84\xa2\x99\x6f\x46\ \x62\xa2\x28\x82\xfe\x76\xc0\x99\xbf\xd7\x93\x62\xbe\x9d\xc0\x93\ \x24\x89\x2a\x18\x97\x14\x88\x65\xf2\x0f\xe8\x95\x24\x89\xd0\x0c\ \x83\xfc\x0f\x34\x43\x21\xbf\x04\x9a\xa6\x28\x49\x14\x09\xc0\x30\ \xcc\xef\xb5\x17\x45\xe4\x5f\x16\x45\x92\x5f\x36\xf9\x2a\x81\x88\ \x92\x44\xd1\x34\x0d\x14\x7c\xa0\x28\x00\x92\x28\x7d\x99\x53\x14\ \x45\xf1\xb7\x1a\x82\x88\xe2\x37\x89\x25\x91\x10\x8a\x61\xe8\x2f\ \x1f\x88\x24\x49\xe4\x4b\xd5\xf3\x55\xfb\x56\x37\x49\x22\x34\x0d\ \x49\x94\x08\x4d\xd3\x84\x48\xdf\xd8\xfb\x14\x4d\x53\x44\xca\x6f\ \x37\x88\xa2\x44\x51\x34\x4d\x53\xf9\x92\x69\x86\x7e\xb8\x69\xea\ \xf1\x64\xc7\xd2\x36\xd9\xbb\xd7\xaf\x8d\xf4\xe8\x13\xfc\xf2\x70\ \x80\xe2\x07\xad\xfd\x1b\x05\x7e\xd3\xa0\x5f\x53\x15\x7e\x91\x44\ \x91\x7c\xa9\x63\x81\xbe\xf9\x5f\xbf\x4f\xf3\xf5\x03\x45\x17\x48\ \xfc\x4d\xfb\x10\x51\x94\xf0\xfd\x43\xff\xa6\x19\x0b\xee\xe4\xb7\ \x3f\x45\x33\x34\x45\xbe\xd4\xf1\x67\xfd\x41\x50\x87\x2d\x99\xb6\ \x86\x2d\x57\xc9\xf0\xf6\xdc\x8a\x83\xf7\x7a\xaf\xbc\x7d\x78\x46\ \x93\xdf\x15\x5d\x50\x63\x86\xa1\x0b\xbb\x62\x41\xf8\xc4\xef\xba\ \x90\x24\x49\x84\x7c\xdb\x4b\xbf\xab\xeb\xd7\x2b\x14\xcd\xd0\xc8\ \x4f\xfc\xa5\xbf\x31\x0c\x55\xd0\x18\x74\xfa\xbb\xab\xcb\x37\x5d\ \xf3\xad\x54\xfc\xd3\xf9\x4d\x7b\xee\x65\x6f\xb8\xfe\x76\x62\xf3\ \x22\x5f\xfb\xef\xef\xba\x62\xfe\x95\x6f\x5a\xe5\x37\xd5\xcc\x97\ \x4b\x31\xdf\x7a\xbd\x48\xa2\x48\xbe\x6b\x07\x49\x94\xa8\x82\x1e\ \x57\x28\xf0\xfb\xdb\x5f\x1f\x21\x21\xa2\xf4\x27\xad\x6a\xc1\xdf\ \x40\x9e\x46\x93\x99\x91\xee\x57\xac\xb8\x20\x98\xa5\x6f\x46\xee\ \x12\x91\x44\x51\x8c\x8a\x8c\x2c\x51\xbc\xd8\xef\x83\xd4\xfd\xb9\ \xed\x49\xd1\xbf\xe7\xad\x1f\x5c\xfb\x1d\xbb\x51\x3f\xe0\xbb\x6f\ \x5c\xa7\xbe\x15\x41\x7d\xf9\xf2\xf5\xea\xd7\xdb\xf4\x8f\x78\xb3\ \xb0\xd0\x2f\x1f\xa8\xdf\x8a\xfa\x46\x81\x6f\x35\xf9\x76\x39\xe6\ \x47\x8c\xfc\x9d\xda\x34\xcd\xfc\xe6\x03\xf5\xe5\xd3\x8f\x55\xcb\ \xef\xd5\x05\xd7\x29\x8a\xf9\xbd\xf4\xdf\x14\x5d\x28\x8f\xe8\x72\ \xd2\x2e\x6e\xdb\x76\x80\xa7\xfd\x6b\xf6\x3d\xb4\x72\x55\x80\xe2\ \xc7\xad\xfd\x1b\x05\x7e\xdc\xa0\x3f\x6c\xc7\xdf\x7e\xf9\x41\x9a\ \xdf\xd4\xe7\xfb\xf6\xa1\x98\x9f\x3c\x88\x6f\xaf\xff\xb0\xfd\x7f\ \x9e\xdd\x18\xff\xe9\xf1\xa9\x63\xc7\x29\xa5\x6b\xcf\xa9\x9b\x56\ \x8c\x69\x4c\xfd\x40\x26\xf5\x4d\xe3\x7f\x2f\x91\xfe\x51\xa2\x3f\ \x78\x36\x5f\xbb\xd4\xef\x24\x16\x7e\x10\x25\x5d\xc8\xc3\xd3\x7b\ \x8e\x6b\x14\x6e\xa5\xa6\x6c\xde\x34\xb8\x71\x91\xbf\x2a\xf3\xc7\ \xd5\xfc\xd1\xdb\xf3\xbb\x4b\xdf\xf6\xc9\x3f\x49\x4f\x51\x7f\xf1\ \xa1\x58\xf0\x8f\xb0\x3d\x2d\xb0\xc0\x02\x0b\x2c\xb6\xe7\xef\x6d\ \x4f\x0b\x3f\x5a\x60\x81\x05\x16\xfc\x1d\x58\xd8\xd3\x02\x0b\x2c\ \xb0\xc0\xc2\x9e\x16\x58\x60\x81\x05\x16\xf6\xb4\xc0\x02\x0b\x2c\ \xb0\xb0\xa7\x05\x16\x58\x60\x81\x85\x3d\x2d\xb0\xc0\x02\x0b\x2c\ \xb0\xb0\xa7\x05\x16\x58\x60\x81\x85\x3d\x2d\xb0\xc0\x02\x0b\xfe\ \xff\x61\xcf\xbc\xb4\xe8\xf0\x53\xb3\x0c\x39\xa9\x96\xa6\xb4\xc0\ \x02\x0b\x2c\xec\xf9\x57\x21\x4a\x24\xe9\xca\x12\xed\xb5\x95\x49\ \x37\xd7\xfd\xf1\x49\x67\x44\x92\x0a\x43\xeb\x48\xa2\x28\x65\xbe\ \xbe\xb2\xfb\xd4\xe3\x3f\x39\xcf\xcc\x98\x78\x64\xfd\x9c\x69\x8b\ \x76\xbf\x78\x7a\xe3\xe0\xa5\x67\xe9\xe1\xcf\x36\xee\x3c\x9b\x2d\ \xfe\x6f\x37\x18\x81\x24\x42\x14\x7f\x7b\xf1\x0f\x73\x14\x40\x92\ \x20\x8a\x90\xfe\x5a\x46\x49\xfa\xa3\x5b\x5f\xb7\xcf\x93\xbf\xae\ \x08\x40\x20\x7d\x93\x51\x10\x20\x11\x64\xbc\xc6\xc6\xbd\xf8\x2b\ \x07\xd5\xe9\x92\xb0\x63\x2f\xd2\xfe\x19\xc7\xd0\x11\x6d\xe2\xe1\ \x55\xd3\xa7\xcd\xfb\xf5\x43\xda\x77\x0f\xe3\xd3\xdd\x63\xdb\xaf\ \xbc\xe3\xd3\xdf\x6e\xdc\x78\x3c\xd3\xfc\xef\xec\x17\x3f\x45\xca\ \x8b\x73\x7b\xcf\xbc\xf9\xf2\x35\xea\xe1\xd1\x69\x53\xa7\xed\xb8\ \x10\xfc\x2f\xc9\x7f\x7b\xf9\xd0\xf1\xa7\x51\x16\xc2\xfa\x1f\xa4\ \x42\x9a\x06\xc0\x14\x82\x66\x18\xba\x10\xff\x23\xec\x99\xfe\xe6\ \xbc\x31\xe4\x34\x67\x4d\xe7\xbd\xda\xaf\x8e\x78\xf6\x07\x29\xef\ \x6d\x9d\xd7\xb3\x5b\xc7\x3a\xd5\xaa\x36\x68\xd5\x69\xf0\x94\x65\ \x37\xef\xdd\xbb\xfa\x28\xe2\x0f\xf7\xd8\x93\xdb\x9b\x16\x9f\x88\ \xb2\xed\xd5\xb3\x85\xbb\x8d\x4a\xa5\x52\xea\xe3\xdf\x5f\xbd\xf9\ \x42\xff\x3f\xd3\x70\x91\x8f\x30\xa0\x13\x5a\x34\xc6\x92\x63\x90\ \x80\x9c\x50\x0c\xeb\x84\xe6\x6d\xb1\xff\x21\x00\x08\x5a\xdc\xda\ \x86\xf6\xa3\x10\x0f\x20\x01\x93\x87\xa1\x4f\x5f\xb4\x6b\x8c\xb6\ \xb3\x60\x92\x70\x61\x1d\x9a\xb7\x42\xdf\x19\xf8\x72\x54\xe4\xc7\ \x53\x68\xd4\x19\x61\x02\x92\x9f\x61\x60\x27\xb4\x6c\x8c\x25\xc7\ \x21\x00\x5b\x16\xa0\x77\x6f\xf4\xec\x88\x4a\xad\xf0\x31\x0b\x8f\ \x0f\xa2\x63\x5b\x34\x6e\x83\xb3\xef\xbe\xfd\x45\xc2\xfd\x63\x18\ \xd8\x03\xeb\x4e\x82\x00\x9a\x54\xac\x9b\x80\xc9\x1b\x0b\x5e\x4e\ \x6d\x22\x36\xcc\x40\xcf\xe1\x78\x11\x0f\x62\xc0\xce\xd9\x68\xd1\ \x1a\xa3\x57\x42\x47\xc0\xa7\x63\x56\x7f\xb4\x6e\x86\x95\x27\x21\ \x00\xa2\xae\x40\xe7\x38\x11\x00\x88\x11\x67\xb7\xa0\x57\x2f\x1c\ \xbc\x0d\x00\x47\x16\xa1\x59\x3b\xf4\xef\x8f\xfd\xc1\x30\x7c\xc6\ \x95\x07\x7f\xa9\x95\x28\x1a\x2a\x05\xe8\xff\x8d\xc9\x9e\xbc\x0f\ \x57\xc7\xcf\xd8\x90\xf3\xcd\x2f\xc8\xf5\x3d\x8b\xce\x44\x3b\x76\ \xe9\xda\xca\xdb\xe9\xbb\x8d\xde\xb1\x6f\x1f\xde\x7e\x17\xcf\x67\ \x47\x5c\xbe\xf6\x58\xff\x6f\xd9\x02\xfe\xe1\xf2\xaa\x59\x1b\xae\ \xfc\xc1\x91\x42\xba\x0f\xb7\x4f\xdf\xfa\x98\xff\xd9\x9c\xf2\x70\ \xde\xf2\xa3\xfe\xcd\xba\x36\xa9\xf0\xaf\x85\x44\x7a\x7b\xeb\xdc\ \xdd\xc8\xdc\x9f\xdd\xbd\xbd\x61\xda\xb2\x8b\x31\x16\x06\xfc\xaf\ \x40\x9b\x97\x97\x93\xad\x56\x67\xa9\xb3\xd5\xea\x9c\x6c\x75\x4e\ \x76\x76\x6e\x3e\x72\x72\x7e\x18\xdc\x13\x7f\x29\x3a\xf2\xcf\xfa\ \x44\x4e\x46\xc6\xf5\xc5\x94\xa0\x03\xa7\xa4\x0d\x99\x69\xd7\x16\ \xd9\x16\x39\x27\x93\xff\x38\xc2\x75\xfd\xe1\xf3\xeb\x0c\x4e\x9e\ \xd8\x75\x80\xfb\x94\xcd\xf3\x1a\x7b\xc7\x1c\x5f\xb2\xf1\xf8\x91\ \xf1\x93\xde\xfb\x55\xed\x38\xaa\x4f\x43\x05\xf8\xa0\xf3\xbb\x8e\ \xde\x8f\x28\xd9\xa4\xff\xf0\x76\x95\xf3\x0f\x31\x8b\x88\x4e\x4e\ \x49\x93\xce\x5d\x78\xd0\xb9\x91\x2f\x4d\x4b\x34\x23\x57\x2a\xe4\ \x1c\x03\x21\xed\xdd\xa6\x2d\x07\xe3\xe0\x3b\x74\xfc\x84\x40\xfb\ \x8c\xe3\x9b\xb6\x05\xc5\xe7\x28\xbc\xab\x8d\x1d\xd3\xdb\x53\x91\ \x79\x62\xd3\xa6\xe7\xd1\xb9\x15\x5a\x0e\x1b\xd8\xb2\x6c\xf8\xcd\ \x43\x7b\xae\xbf\x11\x95\xee\x55\xca\x79\x47\xbd\x7c\x69\xf6\xae\ \x3d\x71\x4c\x77\x67\x19\x3e\xde\xdc\xbf\xe7\xea\x3b\x9f\x1a\x9d\ \x46\xf5\x6a\x90\x1f\x8b\x83\xb6\xc5\x98\x15\xf0\x48\x40\xdb\x99\ \x18\xd0\x01\x87\x16\xc3\xb6\x0b\xb6\x7a\x60\xe8\x72\xd4\xab\x06\ \xf3\x53\xec\x39\x83\x28\x25\x0c\x02\xe0\x8b\x35\x3b\xc0\x51\x98\ \xd3\x07\xca\xba\xc8\x0d\xc2\x86\x5b\xd8\xbc\x03\xe7\xa7\x63\xe5\ \x09\xfc\x3a\x00\x39\xe1\x58\xbe\x0b\x49\x1a\x68\x4d\xb0\xb6\xc1\ \xe8\xe5\xf0\x4c\x46\xdb\xa9\xe8\xdc\x1a\x63\x17\x62\x0c\x83\x2b\ \xcb\xb1\x3b\x13\xbe\x36\x10\x8a\x61\xcd\x1e\x7c\xda\x8a\x65\xeb\ \xd1\xfe\x60\xc1\x93\x78\x76\x00\xbf\x3e\xc2\xcc\xe5\xa8\x51\x0c\ \x10\x71\xe3\x24\xce\x3d\x87\x97\x0d\x00\x90\x3c\x2c\x9b\x09\xae\ \x39\xb6\xf7\x82\x23\x87\xd7\x87\x70\x3c\x16\xbb\x77\x60\xdd\x70\ \xec\xaa\x0f\xff\xcb\x88\xf4\xc7\x8e\x59\x18\x35\x12\xb5\xeb\xc2\ \x2d\x0c\x7b\xce\x20\x5a\x89\xfc\x38\xba\xa7\x57\xe3\x9c\x0e\xf3\ \x37\xa2\xb4\x2b\x00\x84\x45\xa1\xcf\x1c\x0c\xac\x05\x00\x91\x51\ \x50\x29\x40\x03\xda\x38\x6c\xd9\x86\x54\x33\xca\x36\xc7\xd0\x96\ \x50\x87\x62\xd3\x5e\x98\xdc\x31\x76\x1c\x3c\xe5\x00\x40\x33\xe0\ \xe4\x60\x05\xdc\x3d\x8c\xcb\x21\xe0\x1c\x30\x68\x0c\x4a\x39\x81\ \xcf\xc4\x8e\xcd\x88\xd6\xa0\x68\x6d\x0c\xeb\x02\x15\x85\x98\x17\ \x17\x1e\xa4\x7b\x0e\x6a\x57\xed\xc1\xe9\x83\x52\xc5\x0e\x8d\x7c\ \x34\x87\x8f\x3d\xab\xd1\xb2\xe2\xad\x6d\xdb\x22\x72\x6d\x5a\x0d\ \x1e\xd7\xa2\xbc\xd3\xcb\xf3\x3b\x4e\x3c\x8a\xf4\xae\xde\x61\x54\ \x8f\x06\x72\x00\x82\xe6\xe6\x81\x2d\xd7\x3f\xa4\x53\x76\x01\xc3\ \xc7\x0f\x2b\xe9\xc8\x7e\x7e\x7a\x6a\xeb\xc9\x27\xca\x62\xb5\xc7\ \x8d\xed\x6e\x45\x8c\xc1\xe7\xf7\x4e\xd4\x27\xb4\xea\x34\xb8\x47\ \xe3\x40\x40\x4a\x89\x0d\x4f\x4d\xa1\xae\x3d\x0d\x32\x65\x45\x64\ \x98\xfc\xba\xb6\x2a\xfb\xea\xda\x61\x8d\x77\x23\xa5\xad\xad\x52\ \x62\x29\x5a\x66\xe3\xe0\xa0\x09\xbe\xbf\x2b\x84\x1f\x34\xa0\x59\ \x5e\xd4\x83\xb3\x41\x86\x5e\xbd\x5b\xaa\x00\xc0\x70\xf7\xd0\xa6\ \x8b\x6f\x52\x14\x4e\xa5\x87\x8d\x1b\x5a\xcc\x4e\x73\x61\xfb\x96\ \x7b\x9f\x34\x0d\xfb\x8c\xef\x58\xcd\xeb\xcd\xb9\x6d\x47\x1e\x45\ \x88\xac\x6b\xf7\x91\xa3\x6a\xfb\xdb\x0b\xe9\xef\xb7\x6e\x3d\x10\ \x23\x78\x0d\x9e\x30\xb1\xbc\x73\xce\xb9\x6d\x5b\x1f\x45\x66\x55\ \x69\x3f\xba\x16\xfd\x72\xd3\xf9\x97\xd6\x45\xaa\x8d\x9f\xd0\x9b\ \x36\x26\x9e\xd8\x77\xc3\x98\xf2\xaa\xd3\xd8\x79\x55\xf9\x07\xab\ \xb7\x5e\x30\x79\x54\x19\x33\xb6\x9f\xb7\x02\x21\x37\xf7\xed\xbd\ \x1a\x92\xfd\xe9\x15\x5b\xb6\x69\xfe\x8b\x60\xca\x8e\x8e\x4a\x48\ \x71\x79\x78\xc1\xde\x7a\x52\x71\xfb\xd0\x5f\x37\xec\x8a\x35\xba\ \x75\x1f\x39\xae\xb6\x9f\xd5\x87\xdb\xfb\xf7\x5d\x0d\xb6\x2a\x51\ \x6f\xfc\x88\xce\xce\x34\xb2\xc2\x6e\x6d\xde\x7f\x2d\xc7\xc4\x94\ \x6f\x3d\x60\x50\xf3\x40\x3b\x7b\xab\x57\x87\x57\x4d\x7a\x5b\xa4\ \x5a\xc7\x61\xbd\x1b\x06\x40\x50\x5f\xdc\xb5\xf1\x6e\xb8\xa6\x5a\ \xa7\x51\x7d\x1a\x94\x30\xa4\x44\x1d\xb9\x30\x33\xf3\x61\xf5\x89\ \xcb\xa6\x30\xef\xce\x6f\x3e\xf6\x40\x5e\xb4\xd6\x98\xb1\x3d\x5c\ \x59\x0b\x2b\xfe\x35\xcb\x80\x42\x5a\x6a\xb2\x28\x98\xbf\xa3\x49\ \x0a\x14\x28\xb3\xd9\x2c\xfe\x24\xb6\xfc\xdf\x34\x24\x24\x42\x52\ \x6e\xad\x95\x52\xdf\x51\x9c\x12\x00\xc5\x29\xf8\xe8\xdb\xa9\x4f\ \xf6\xfd\x6c\xfc\xc2\xca\xe4\x72\x95\xad\xb5\x95\x95\xb5\xad\x2d\ \x4d\x51\x34\x11\x14\xce\xc5\x9b\x35\xab\x15\xb4\x67\xe1\xce\xfb\ \x19\x71\x77\x7e\x5d\x72\x2c\xa6\x5d\xa7\xa6\xcf\xb6\xcd\x3f\x12\ \x94\x52\x30\x12\xa2\x65\x01\x55\x1b\x74\x68\x51\x83\x0f\xbf\xb3\ \xe3\xfc\x63\x03\xad\x60\x58\xb9\xcc\x94\xb2\x78\xda\xc2\x6c\xff\ \xe6\xf5\xec\xc3\x17\x2e\xdc\x96\x94\x12\xb6\xf7\xe4\xa3\x32\xcd\ \x5b\x48\x2f\x76\xce\xdd\x79\x9b\xc0\xb6\x7c\xc3\x2e\xbd\xdb\x94\ \x3d\xbe\x7a\xce\xdd\x34\xc3\xa3\x83\xbb\x93\x1c\x6a\x55\xb3\xfe\ \x34\x77\xd5\x09\xbf\x86\x8d\x32\x6e\xfc\xb2\xfa\x4a\x54\x4e\xd0\ \xde\x59\xdb\x9e\x37\xe9\xdc\x2e\xf6\xcc\xea\xcd\x97\x22\xf3\xd5\ \x2b\x56\x01\xd5\x4b\x21\x37\x1d\xbe\x95\x61\x67\xc6\xfb\x1c\x74\ \x68\x83\xe2\x75\x50\xdc\x8c\x37\x91\xf0\xab\x8b\x8d\xeb\x51\xca\ \x0a\xf9\x71\xea\x39\x0e\xd1\x97\xf1\x9a\xc3\xd4\x36\xf8\x18\x04\ \xf7\xaa\x08\x2c\x82\x0e\x0d\x10\xf5\x14\x00\xf6\x6e\x41\x9d\x91\ \x68\x52\x1c\x46\x01\x3e\x81\xa8\x5e\x1a\xb9\x19\xf0\x2e\x0f\x67\ \x25\x28\x06\x24\x11\x07\x1e\x60\xfc\x54\xd8\xc8\x50\xa1\x0e\x4a\ \xb8\x23\x2d\x0f\x15\xab\x14\x3e\x06\x11\x7b\xf6\x21\x25\x13\x1b\ \xa6\x62\xfd\x79\xf0\x34\x5a\x0d\xc1\xf2\x51\x50\x12\x50\x40\xf2\ \x03\x9c\x7d\x86\x98\x07\x18\x35\x06\x91\xd9\x08\x0f\x47\x60\x43\ \xf8\xfb\xa2\x5d\x35\x7c\xb8\x83\x27\x71\x68\xd4\x01\xbe\xa5\x51\ \xdd\x1b\xcf\xdf\xa0\x48\x6d\x6c\x5c\x8f\x92\x56\x90\x68\x40\x8d\ \x5d\xa7\x91\x19\x8f\xd9\x63\x70\xf4\x19\x00\xd8\xd8\xe0\xf2\x0e\ \x6c\x3d\x81\x3c\x09\x2c\x05\xd0\x10\x4d\x98\x39\x06\xa9\xde\xa8\ \xed\x84\x03\x87\x90\x99\x84\xe9\x73\xe1\xd1\x08\x9e\x49\x98\xbb\ \xb6\x60\x5c\xaf\x4f\xc1\xae\xfd\x48\x49\xc3\xe1\x3d\x70\xaa\x86\ \xa2\x06\x8c\x19\x07\xb5\x01\x2b\x27\xe0\x15\x83\xa6\x01\x38\xbe\ \x03\x71\x7a\x00\xa0\xb3\x22\xf6\xec\xbb\x90\xab\x4f\xdd\xb5\x6e\ \xec\xba\xcb\x09\x86\x88\xab\xfb\xcf\x3c\x93\xdb\xbb\x37\xe8\xd4\ \xbf\x75\xa0\x79\xcd\x92\xd5\xaf\x3e\xde\x9e\xbd\xec\x64\x99\x76\ \x03\x9a\x57\xf4\x2e\xe8\x95\x99\x91\x07\x76\x5f\x74\xad\xd9\xca\ \x2b\xf5\xd2\xcc\xf5\x57\x34\xe1\x17\xc7\xcf\xdb\xef\x5b\xa3\x21\ \xfb\xfe\xf0\xb4\xd5\xe7\x75\x8c\xd2\xbe\x68\x99\x56\x5d\x7a\xd5\ \x28\xed\x55\x30\x69\x44\xd9\x94\xaa\xd4\xb0\x7d\x83\x1a\xa6\xb7\ \x67\x0f\x5c\xfe\x00\xe0\xd5\xf5\x23\xf7\x3e\x24\x71\x72\x59\x7e\ \xff\x21\x84\xb5\x56\xe4\x9d\xda\xb5\xe9\x9d\x1e\xa1\x97\x76\x9d\ \x7f\x91\x91\x7f\xe3\xe9\xae\x99\x8b\x4e\x25\x34\x6e\x59\xeb\xd3\ \xd5\x7d\xcf\x63\x93\x6e\xfe\x3a\xef\x58\xa4\x5d\xe7\x16\xc5\xf7\ \x2f\x9e\xf5\x3c\x35\xe7\xc6\xbe\x03\xfa\xa2\x8d\xab\xd9\x44\xcc\ \x9c\xb3\x3d\x47\x9f\xba\x7c\xc6\xfc\x34\x9f\x26\x0d\x9c\xa3\x17\ \xcd\xdf\x92\x94\x12\xb6\xeb\xd0\x2d\x9f\xfa\xed\x2a\x15\x71\x70\ \x28\x5a\xa5\xff\x80\xee\x24\x68\xef\xca\xbd\xef\x18\xa5\xaa\x58\ \xe9\xea\x5d\x7b\x74\x2c\x2e\x3c\x99\x38\x6d\x93\x47\xc3\x4e\xde\ \xa9\x97\x97\x6e\xb9\x12\xf7\xee\xe4\xd4\x65\x67\x4a\x35\x68\x1e\ \xe0\xaa\xe4\x85\x2f\xc1\xad\x89\x83\x47\xb1\x66\x1d\x3a\x55\xf7\ \x49\x5f\x30\x6e\x52\x08\x1b\x58\xc3\x33\x6b\xc1\xe4\xd9\x51\x39\ \xd9\x97\x0f\xec\x51\xdb\x56\x6a\x56\xab\x74\xfe\x2f\x7a\xf0\xd5\ \xbd\x77\x62\xed\x5a\x35\x0c\x38\xbf\x74\xdc\xee\xe7\x31\x0c\x27\ \x73\x29\x56\xa5\x59\x2d\xcf\x3d\x8b\x66\x3c\x48\x37\x3f\xd8\x34\ \x75\xf3\x63\xa1\x61\xdd\x92\x27\x16\x4e\x3c\x1d\x9e\x2d\x53\x59\ \x05\x54\x6f\xda\xbb\x67\x2b\xe6\xc3\x99\xb1\xb3\x77\xb9\x57\x6f\ \xc8\x7d\x3c\x34\x69\xe1\x09\xb3\x85\x17\xff\x32\xec\xec\xec\x3c\ \xbc\xbc\x3c\x3c\x3d\xbf\xfe\x79\x78\xba\x7b\x78\xb8\x7b\x78\xd0\ \x34\xfd\x37\x63\xcb\xff\x10\x59\xe1\x4f\xb4\x2f\x76\xd0\x2c\xfb\ \xcd\xa8\x4e\xca\xbe\xb7\x36\x2f\x35\xfa\x0f\x29\x97\x10\x49\x02\ \x20\x8a\x92\x4b\xe9\x9a\xed\x5a\xf7\xe8\xdb\xd0\x23\xf2\x7d\x44\ \xf0\xdd\xeb\x9f\xd3\xd3\xee\xde\x78\x92\x9a\x1c\xfa\x28\xb2\x20\ \xe6\x93\x04\xba\x48\xf9\x9a\x55\x2b\x94\x70\xb0\x56\x59\x29\xe5\ \x14\x08\xa3\x50\x6a\x23\xdf\x3d\x7a\x19\x96\xf2\xf1\xf1\x8b\x88\ \xf4\x0f\x9f\x82\xa2\xb2\x24\x27\xdf\x92\xcd\x5a\xb5\x9c\xd2\xb3\ \x51\x46\x68\x04\xcf\xeb\x3f\xbf\xb9\x7d\xe6\x4e\x48\x56\x76\x52\ \x5c\x0e\xcf\x2a\xed\x2b\x36\x68\xdb\xb3\x7f\xaf\x4a\x45\xbc\xeb\ \xb7\xeb\x30\xb4\x79\x60\x7a\x6c\xf4\xab\x5b\xf7\x23\x92\x33\x9f\ \x5d\xbf\x9d\x98\x16\xf5\x3e\xe4\xe3\x17\xe5\xc2\x6f\x60\xfa\x31\ \x4c\x9f\x07\x3b\x0e\x3c\x01\x47\x03\x14\x58\x0a\x66\x33\x14\x2a\ \x28\x68\xf0\x12\x0a\x43\x38\xe2\xd8\x39\xd4\xeb\x01\x05\x60\xe4\ \x0b\xa2\xe4\xb1\x1c\x18\x16\x61\x97\xf1\x82\x41\xcf\x06\xd0\xe6\ \xc1\xcc\x03\x40\xc4\x4d\x4c\x3f\x84\x69\x0b\xe1\xc6\x01\xc0\xe3\ \xf3\xa0\x2a\xa1\x51\xe1\xa0\xed\xc2\x2a\x5c\xd0\x61\xfe\xf0\xc2\ \xc7\xa0\x46\x32\x83\x95\x87\xb1\x6b\x2e\x2e\xac\x43\x88\x1a\xd6\ \x56\xa0\x0a\xa7\x4a\x3f\xbf\x45\xf1\x96\x38\xbc\x07\x2d\x6d\xf0\ \xcb\x3e\x18\x59\xc8\xd8\x02\x36\x17\x8d\x30\x13\xe4\x1f\x1d\xcc\ \xb2\x30\xf3\x50\x28\x0b\x74\xa6\x29\x48\x71\x30\x7b\x60\xef\x31\ \xac\xee\x85\x2d\xab\x91\x22\x62\xf4\x22\x4c\xea\x85\x57\x3b\xb1\ \xf0\x38\x58\x05\x18\x0e\x59\xa1\x08\xa5\xb0\x6c\x2c\xda\x37\x84\ \xb7\x1d\xa2\x5e\xe3\xe5\x3b\x84\x3f\x43\x68\x32\x3e\xbd\x42\x7e\ \xd4\x72\x9a\x81\x8d\x35\x68\x01\x32\x57\x34\x6d\x8b\x51\x2b\xe0\ \xa2\xc6\xb5\xc7\x78\xa5\xc6\xc2\x79\x68\xd3\x0c\xbe\xd6\xc8\x67\ \x89\xa2\xb5\x1b\x05\x30\xf1\xb7\xae\x3d\xe6\x5c\x8a\x22\xee\xed\ \xbd\xfb\xef\xfd\x1a\x77\xf4\x35\xa7\xbf\xba\x77\xe9\xf6\xbb\x84\ \x94\xcc\x38\x83\x5d\x40\xab\xea\x8e\xd7\x8f\x9f\x4e\x30\xaa\x64\ \x05\xbf\x1c\x82\xcc\xc9\xaf\x41\xdb\xe6\x93\x47\xb7\xa7\x92\x42\ \xef\x5c\xbc\x41\x55\xea\x3f\xb6\x57\xc7\x59\x93\x06\xa6\x3e\xbb\ \x1d\x96\x66\x56\xb9\xfb\xd5\x6d\x58\xad\xa8\x87\x43\x01\x0b\x41\ \xe1\x57\xb6\x66\x95\x32\x25\x9c\xad\xe4\x2a\x2b\x15\x00\x85\x95\ \xb5\x52\xc6\x12\x42\xa8\x82\x63\xab\x8d\xb6\x65\x5a\x74\x2c\x4b\ \x5d\xb8\x1a\xf4\xe6\x93\xa1\x71\x97\x56\x2c\x00\x68\xae\x5f\x09\ \x69\x36\x7e\x45\xfb\x16\x6d\x2a\x97\xf6\x64\x73\x63\x6e\x3f\xba\ \x97\x91\x16\x7e\xfd\x61\x68\x72\xd4\xa7\x90\xb0\x4c\x99\xbd\x47\ \x8d\xa6\xed\xfa\x4c\x1c\xe0\x6e\x4c\x88\x78\xf5\xfc\x71\x50\x68\ \x6a\xe8\xd3\xe7\xe1\x69\x1f\x3f\xbd\x88\xcc\x10\xed\x7d\x4a\xb5\ \xe8\xd4\xb8\x8c\xbf\x73\x46\x42\xe8\xa5\x13\x17\xe2\xb2\x32\xd2\ \x12\x92\xf4\x22\xe3\x51\x34\xb0\x4e\x95\x0a\xd6\x31\x0f\x9f\x84\ \x24\x46\xbd\xb8\xf1\x21\x21\xfd\x5d\xe8\xab\xbb\x77\x6e\xba\x36\ \x1e\x3c\xa2\x53\xcb\xee\x4d\x2a\x5b\xd3\x05\xb3\xc5\xa2\x28\x59\ \x39\xf9\x36\xa8\x5e\xad\x98\xe1\xfd\x93\x44\xcf\x39\x73\x87\xf4\ \x9a\x30\xbb\x0a\x09\x7f\xfa\x2a\x9e\xb6\x76\xaf\xdb\xb4\x7d\xbd\ \x8a\xa5\xad\x69\x00\x10\x20\x2f\x5d\xb5\x49\xf3\x8e\xc3\x66\x75\ \x0a\xb8\x79\xe3\x99\x4e\x64\x03\x6a\x35\x69\xdd\x63\x52\x13\x57\ \xfe\x6d\xf0\xa7\x3b\x8f\x12\x3b\x4e\x5a\xd4\xb1\xeb\x88\x61\xb5\ \x6c\xae\xdc\x0d\x11\x29\xce\xbb\x6c\xcd\x6a\x55\xcb\x46\x3f\xbf\ \x6b\xaa\xd4\x63\x62\xef\x8e\xb3\xe7\x0c\x4e\x09\xba\x1c\xc1\x5b\ \x58\xf1\x2f\x5b\x84\x92\x24\xfe\x04\xff\x9d\xf3\x9e\x46\x6d\x6e\ \xda\xd5\x05\x94\x29\x17\x34\xf7\x8d\x79\xa9\x20\xd9\xb1\x29\x37\ \x96\x0b\xe2\xcf\x97\x15\xbe\xe1\x6f\x51\xe0\x01\x40\xc6\xd2\x20\ \x2a\x67\x17\x47\x8f\x92\x9d\xfb\x0c\xd8\x7a\xfa\xe6\xf2\x8e\x81\ \x5f\x52\x0b\x66\x13\x80\x2f\xab\x4d\x26\x9d\x51\x6e\x67\x6b\x65\ \xeb\x1c\x58\xb7\xdd\x90\xc9\xab\xae\x1d\x5c\x1b\xa8\xd0\x1b\x78\ \xc1\x08\x10\xc2\xda\xd8\xca\x1e\x1f\x58\xbd\xec\x62\x7a\xbf\xe1\ \x43\xaa\x78\x3b\x88\x82\x48\x51\x84\x37\x1b\xc1\x13\x56\x12\xf4\ \x12\x00\x1a\x84\xb1\x73\xb6\xb1\x73\xf3\x6f\xdb\xb3\xff\xea\x7d\ \x57\xd6\x8e\x6e\x5e\xc0\x5a\xef\xb0\x78\x27\x66\xed\x45\x3d\x5f\ \x40\x05\x2f\x0e\x2f\x42\xc1\x27\x22\x46\x84\x9f\x6f\xbe\xa9\xf3\ \x55\x77\x21\x1e\xef\x32\xd0\xb8\x3a\x00\x14\xf1\x47\xca\x27\xe8\ \x24\xbc\x7a\x0f\xcf\x72\xf8\x1c\x8b\xbc\x38\x4c\x18\x89\x47\x6f\ \x70\xee\x2e\x32\xc3\xb0\x74\x27\xa6\xef\x41\x03\xbf\x82\x1f\x84\ \x07\x2f\x50\xab\x41\x41\xa3\xbf\x38\x82\xa3\xb1\x38\xbc\x13\x9e\ \x4a\x80\x47\x62\x02\xcc\x2a\x38\x52\x88\xcb\x84\x8d\x0b\x94\x34\ \x48\xfe\xf9\x0b\x85\xe5\xba\x14\x85\x36\x1d\x12\xe0\x64\x0f\x81\ \x82\x7f\x11\x44\xbc\x87\x28\xe1\xf9\x07\xf8\xd4\x40\x39\x47\xbc\ \x7e\x05\xc9\x80\xd0\x78\x94\xf0\xff\xaa\x33\x21\xa0\xdc\x20\xd3\ \x23\xcd\x0c\x67\x27\xb0\x80\x99\xc0\xda\x05\x75\x5a\xa0\x4f\x5d\ \x7c\x78\x03\x89\xc0\x6c\x82\xdc\x16\x44\x83\x04\x1e\xbc\x19\x46\ \x01\x36\x76\xb0\x71\x41\xcd\xd6\x98\xb8\x0c\x27\xb7\x83\xcb\x43\ \x62\x2a\x44\x0a\x14\x00\x1a\x92\x09\x7a\x13\xa4\x0c\xe4\x98\xe1\ \xe1\x0a\x46\x8f\xcf\x39\x80\x00\xa3\x50\xf8\x03\x63\x5f\xbe\x59\ \x31\xc3\xd2\x2d\x87\xca\xb6\x59\xd4\x18\xc7\x67\x9c\x54\x77\xeb\ \x52\xfe\xd8\xc2\x29\xa7\x53\x8a\x0c\x1b\xd8\xc5\x5f\x05\xc9\xba\ \xe8\xe4\xcd\x47\xe7\xb6\x50\xcd\x1d\x35\xee\x71\x6a\xc1\xd8\x89\ \x22\xa2\xc9\x00\x02\x8a\xa2\x69\x47\x77\xa7\xbc\x84\x08\x3d\x90\ \x10\x1d\x61\x56\x39\x3a\xdb\x72\xfa\xcc\x0c\x8d\xfe\xdb\x3e\x24\ \x09\xbc\x09\x80\xd2\x86\xcb\x48\x8e\x24\x00\x47\x11\x51\x22\x92\ \xc8\x9b\xcc\x84\xa1\x88\xd9\xa4\x33\x41\xd6\x69\x60\x87\xe0\x0d\ \x43\xce\x18\x2b\x74\xad\xe1\x9c\xdf\x4d\xed\xac\x48\x52\x5c\x3c\ \x20\x18\xf5\x26\x22\xb7\x76\xb0\x72\xf4\x2a\x55\xa3\xf7\x80\x51\ \x47\xaf\x9c\xee\x5d\xdd\x26\xcf\x20\x98\x4d\x04\xa2\xc4\xb2\x14\ \x63\x6d\x6d\x6d\xe7\x52\xa6\x4e\x9b\xc1\x93\x57\x5e\x3b\xb2\xa1\ \xbc\x4a\x6f\x30\x8b\xbc\x04\xa4\xdf\x98\x34\xeb\x57\xef\xd6\x43\ \xba\x36\x2d\x43\x13\x81\xa1\xa9\x6c\x75\x16\x01\x18\x6b\x3b\x5b\ \x07\xf7\x1a\x6d\x7a\x4c\x5a\xb6\xeb\xf4\xea\xc9\xa5\x9c\x54\xc9\ \xe1\x1f\x74\x00\x21\xd2\x97\x83\x55\x00\x48\xa2\x60\x04\x60\xed\ \xac\x14\xd3\xc2\xe3\x05\xe4\xc6\x26\x68\x28\x67\x67\x6b\x48\x22\ \x6f\x36\x7e\xf3\x66\x8a\x3a\xbd\x0e\x40\x4c\x42\xba\x8d\xb3\x03\ \x4b\x41\xe4\x8d\x80\x24\x63\x69\x86\x51\xba\xd8\x8a\xd1\xe1\xb1\ \x80\xf9\x53\x7c\x96\xa3\xbb\x33\x27\x99\x73\xd2\xb2\x00\x38\x38\ \x3a\x68\x13\xa2\x72\x80\xc4\xf0\x4f\xa2\xc2\xc5\xde\x12\xfc\xf3\ \x9f\xb6\xe6\x9e\xf2\x68\xa7\xf9\xd3\x5d\x10\x48\x66\x83\x64\x36\ \x90\xc2\x3f\x8a\x40\x17\xb4\x37\xe3\xdd\xe5\xbf\xb4\x2e\x49\x0a\ \x16\xe3\xcd\x22\x53\xab\xf7\xe4\x0a\xe2\xb3\x95\xeb\x36\xac\xdd\ \x75\x53\x2f\x72\x5f\x12\x14\xa6\x27\xa2\x59\x72\x0a\x28\x6b\x95\ \x7c\xeb\x42\x6a\xd1\xe9\xc3\xeb\xdf\xdc\xb3\x7a\xfd\xda\xb5\xf7\ \x42\x34\x2a\x15\x9b\x6f\x51\x13\x10\x81\x87\x4f\xd9\x4a\xae\xfa\ \x90\xad\x1b\xb7\xbf\x57\xc3\xd1\x5a\xf6\x65\xd9\xba\xa0\x28\x22\ \x99\xf5\x42\xa5\x6e\x63\x9a\x38\x84\xaf\x5e\xb3\x7e\xe5\xf6\x33\ \xc9\xc6\x82\x10\xc4\xf7\x2e\xe1\xe9\x67\x9c\x5a\x81\x51\xe3\xf1\ \x2e\x07\x13\xc7\xe1\xc6\x5c\xb4\x1f\x89\x2a\xfd\x51\xcd\xf5\xb7\ \xb5\x48\x8a\x41\xae\x2d\x8a\xb8\x01\x40\xe9\x26\x68\x6e\x8f\x8e\ \x1d\x70\x20\x15\xc3\x3a\xa3\xd5\x38\x5c\x3d\x8b\x43\xbb\x51\xbf\ \x06\x46\x76\xc5\x9b\x8b\x78\x18\x83\x33\xab\x30\x7a\x3c\xde\x64\ \x01\xb9\x88\x4e\x47\x40\x49\x00\x00\x8f\xd3\x7b\x11\x9f\x88\x85\ \x13\x30\x63\x15\x32\x3e\x63\xca\x38\x84\xd2\x98\x3c\x08\x87\x47\ \xa0\xf3\x18\x54\xea\x8f\x40\x97\xaf\xfa\x4b\x40\x89\x0e\xa8\xab\ \x40\xfb\x5e\xd8\xf5\x1e\x7d\xbb\xa1\x41\x07\x04\xa4\xa3\x5d\x07\ \x3c\xb3\xc1\xd0\x16\xe8\x3c\x1c\xd9\xc7\xd0\xa1\x3d\x14\x8d\xd1\ \xb2\xfc\x37\xcd\x2c\x82\xf2\xc4\xb0\x56\x98\xd6\x11\xfd\xd6\xa0\ \xdb\x68\x78\xe7\x61\xd9\x30\xf4\xeb\x8b\x65\x2f\x31\x6a\x28\xdc\ \x4b\x42\x17\x86\x17\x26\x8c\x6e\x81\x69\x03\x30\x7c\x29\x62\x34\ \xf0\xaf\x85\xa1\xcd\x71\x70\x2d\xd6\xae\xc6\xdb\x2c\xa4\xde\xc7\ \xc4\x95\x30\x5b\x83\x48\xa0\x38\x48\x29\x58\x30\x0c\x9d\x7b\xa1\ \x64\x07\x34\xaa\x80\x21\x9d\xb0\x76\x08\x06\x4d\x47\xa8\xb6\xc0\ \xfe\x05\x64\x2d\x5a\x55\x51\x27\xa6\x56\xee\xdc\xb1\x9a\xa7\x98\ \x49\x17\xa9\xe5\xeb\x10\x50\xb1\x9c\xf1\xe3\xa5\x4d\xbb\x4e\xaa\ \x39\x67\x36\xe3\xfd\x92\xf1\x63\xb6\x5f\x7c\xed\x55\x2a\xd0\x5d\ \xf5\x9b\xc7\x44\xcc\x7a\x73\x85\x4e\x43\x5a\x3a\xbe\xe9\xdc\xb9\ \xd7\xa8\x6d\x2f\x7a\x8e\x1c\x52\xba\x5c\x85\x0a\x36\x91\xa3\x7b\ \xf4\xdc\x70\xfe\x05\xf9\x9a\x9a\x00\x28\xd6\xbc\x5f\x40\xee\xb9\ \x0e\x7d\xfa\x6e\xbd\x96\xe4\xe8\xe2\x5c\xaa\x6c\xe9\xcc\x7b\x27\ \x5e\x4b\x3e\xde\xd2\x87\x43\x57\x52\x3c\x6a\xf5\x2f\x23\xcf\xb1\ \x0b\xac\xeb\x93\x7f\xf4\x0a\x54\xbd\x27\x0c\xcd\xbd\x30\x63\xf4\ \xe8\x51\x27\x1f\x7f\x16\x55\xfe\xfd\xc7\x8d\x31\x07\x9d\x5c\xbb\ \x7e\xfd\x81\x8b\x2f\x64\x56\x2a\x3a\x5f\x0b\x02\xd1\x6c\xe0\xfc\ \xea\x4c\x1c\xd2\xf0\xee\xfe\x35\xeb\xd7\xae\xbd\xf3\x2e\xd7\x4a\ \xc5\x16\x9c\xc5\x67\xe5\x5f\xc9\xdf\xe6\xea\xfe\xcd\xc7\x6f\xc5\ \x5a\xd9\xdb\xf9\x57\x6b\xa9\x0c\x3b\xd8\xb1\xcf\xa4\x87\x6c\x8b\ \x09\x1d\xdd\xf7\xae\x5e\xbd\x76\xe5\xb6\x77\x71\x7c\xf5\x8e\x13\ \xeb\xca\x5f\x75\xef\x36\x68\xca\x8e\xfb\xd6\x6e\x2e\xdf\x79\xa0\ \x00\xf0\xaa\x3f\xb1\x4f\xe0\xba\xe1\x1d\x3a\xf7\x9a\x65\xd3\x6a\ \x44\xc3\x0a\x0e\x46\xe3\x77\x36\x8e\x82\x13\x1e\x1f\x5f\x32\xb0\ \x5f\xa7\x5d\xd1\x6e\xe3\xba\xd5\x63\x45\x13\x29\x68\x1e\x49\x92\ \xb9\xf5\x9c\x34\x38\xfe\xd0\x88\x9e\xdd\x3a\x3c\x94\xd5\x19\xd3\ \xa2\x4c\xe5\xe6\xf5\x53\xce\xcc\xec\x33\x72\xbe\xb1\x5a\x9f\x2e\ \xce\x9f\x7a\x75\xea\x35\x7c\xfd\x8b\x3e\x13\xc7\x79\x5b\xfc\xb9\ \xff\x47\x67\x4b\xff\x46\x74\xe4\xb8\x3b\x5b\x75\xef\x8e\xd3\x9c\ \xb2\xd0\xa0\x94\x08\x6f\x00\x91\x00\x22\x09\x82\x53\xb3\x59\x1e\ \x55\x3b\xff\xd0\x34\xce\x55\xab\x19\x6b\x47\x6b\x19\x2d\xe8\x35\ \xb9\x66\xc6\xc9\xde\xca\x98\xa7\x36\xc0\xca\xc1\x46\x2e\x6a\xd3\ \x23\xe2\xd2\x21\x77\xf0\xf7\xf3\x92\x33\x00\xa0\xcd\x51\x8b\x72\ \x1b\x3b\x25\x27\x18\xf2\x72\x4d\x94\x93\xbd\xb5\x26\x33\x49\x2f\ \x73\x73\xb7\x65\x52\x3f\x47\x64\xea\x44\x27\x4f\x3f\x77\x3b\x5a\ \x9d\x6d\xb0\x73\xb2\xa7\x0d\x79\xd9\x26\xda\xc9\xde\x2a\x37\x35\ \x36\x21\x43\xa7\x72\x74\xf3\xf1\x74\x31\xe7\x64\x49\x2a\x07\x1b\ \xd6\xac\xce\x31\xda\x3a\xd9\x4b\xda\x1c\xad\x24\x77\xb4\x55\xc2\ \xa8\x0e\x8f\x49\x11\x58\x9b\xa2\x7e\xbe\x56\x1c\x00\x18\xf2\x90\ \x96\x01\x9d\x1e\x84\x86\x6f\x00\x6c\x59\xa8\x13\x91\xc1\x23\xc0\ \xaf\xc0\x98\x22\x02\xb2\xf3\x60\xe7\x00\x06\x10\x4c\xc8\x35\xc0\ \xc9\xbe\xb0\x5a\x3c\x22\xa2\x61\xef\x03\x57\xab\xaf\x3f\x0c\x39\ \x39\xb0\x76\x80\x90\x87\xd4\x6f\xc5\x32\x50\xab\x61\xe3\x84\xfc\ \xdf\x87\xdc\x34\x64\xe6\xc2\x60\x06\xa7\x84\x7f\x11\x64\x67\xc1\ \xce\x0d\x72\x20\x2d\x16\xd9\x04\x25\xfd\x0b\x8a\x36\xeb\xa1\x17\ \x61\x6f\x93\x6f\xf6\x23\x3c\x16\xb6\x9e\xf0\xb0\x03\x00\x49\x8f\ \xc8\x78\xb8\xf9\xc3\x5e\x06\x00\xfa\x0c\xc4\x67\xc3\x3f\x00\xb2\ \xdf\xe9\x0c\x20\x3e\x02\x26\x2b\x94\xf0\x02\x24\x24\xc7\x21\xc7\ \x00\x47\x2f\xb8\xdb\x01\x80\x3a\x0d\xb4\x35\x22\xef\xe0\xf6\x3b\ \xbc\x7b\x0a\xc7\x56\xd8\x3c\x01\x0c\x10\x1f\x09\x2d\x0f\x8f\xa2\ \xb0\xa5\x10\x1b\x81\x4b\x7b\x71\x87\xe0\xd0\x3c\x8c\xed\x82\xa6\ \x8b\x50\xbb\x28\x4a\xf8\x81\x06\x3e\xdc\xc6\x95\xe7\x08\x7b\x0d\ \x53\x59\x6c\x5f\x0a\xbb\x82\x56\x30\xab\xd5\x7a\x3b\x47\x7b\x62\ \xcc\xd3\xf0\xac\xa3\x8d\x12\x10\x53\x3f\x47\x66\xe8\x88\x83\xbb\ \xb7\xbb\x2d\x9d\x14\xfb\x39\x4f\x60\xbd\xfc\x8a\x3b\xe4\x9f\xe0\ \x24\x9a\xb3\x73\xb4\x2a\x07\x47\xb9\xa8\xcb\xca\x13\x1c\x1d\xed\ \x28\x3e\x2f\x32\x32\x9e\x75\xf2\xf1\x73\xb3\x05\xc0\xeb\x32\x63\ \xe2\xd3\x55\x2e\x3e\x3e\xce\x36\x00\xd1\xe5\xaa\x45\xce\xd6\x56\ \xc5\x01\xe0\x35\xe9\x51\x09\x19\xac\xca\xd1\xc7\xc7\x43\xc1\x8a\ \x99\xc9\xc9\x32\x17\x6f\x56\x9b\x1e\x17\x13\x1f\xf2\xe2\xda\xf9\ \x20\xf5\xb8\xc5\xab\x6a\xf9\x16\xd0\xa7\x26\xfe\xf9\xa1\xe3\x77\ \x13\x62\xdf\x3f\x89\xb7\x5d\xb7\x63\x73\x75\x6f\x99\x36\x23\x21\ \x2e\x3d\x57\x61\xe7\xe6\xe7\xed\xa2\x53\x67\xd1\x36\x4e\x56\x8c\ \x49\x9d\xad\xb3\x76\x70\x94\xd1\x24\xed\x73\x44\x86\x56\x74\xf4\ \x2c\xea\x69\xcf\x64\x65\xeb\x6d\x1d\x1d\x38\x0a\xa2\x5e\x1d\x15\ \x9b\x24\x71\xb6\x5e\x3e\x5e\xb6\x4a\x56\x9b\x1e\x97\x90\x61\x74\ \xf3\x2f\xe9\xa8\x34\xc5\x45\x44\x6b\x79\xd6\xcd\xb7\xa8\xb3\x8d\ \x0c\x42\x5e\x54\x44\x1c\xcf\x59\x7b\x7a\x7b\xdb\x29\x59\x00\x12\ \xaf\xcb\xce\x13\xec\x1d\xed\x18\x00\x20\xa9\xb1\xe1\x6a\xc1\x3a\ \xa0\x84\x37\x0b\x51\x93\x9d\xc3\xa8\xec\xf3\x8f\x66\x02\x70\x7d\ \x45\xb7\x4d\x71\x4d\x57\x8f\xab\xef\xe4\x5b\xc2\xdd\x86\x35\xe4\ \xaa\x4d\xac\xb5\xbd\x95\x2c\x4f\x9d\x05\x2b\x47\x1b\x39\xa5\x4b\ \xff\x1c\x97\x69\xf2\x2c\x5e\xd2\x5e\x06\x80\x64\x25\x45\xa7\x6a\ \xa8\x22\xa5\x8a\x59\x4b\xda\xa8\x88\x38\xc6\xc1\xdb\xcf\xdd\xce\ \x42\x70\x7f\x79\xc1\x5d\x13\xf6\xe1\xbd\x4f\x91\x22\xbf\x9f\xdf\ \x34\x9b\xcd\xe9\x69\x69\x25\x03\x4a\xfc\x3e\x3a\xf2\xdf\x8c\x2d\ \xcf\x93\xef\x7e\x49\x89\xf8\x65\x7e\x85\x92\xcb\xfe\x3f\x5b\xe7\ \xd3\xeb\x21\x88\xe0\xd8\x02\xe2\xe3\x79\x48\x00\xc7\x81\x06\x04\ \xbe\x60\xa5\x88\xa2\xc0\xb2\x10\x78\x10\x80\xa2\xc1\xd2\x10\x84\ \x02\x5b\x89\x66\xc0\xb1\x90\xc4\xaf\x57\x40\x81\x65\x21\xf2\xa0\ \x98\xdf\x8a\x65\x59\x48\x02\x24\x52\x90\x26\xbf\x81\x89\x04\x5e\ \x00\xcb\x42\x14\x40\x00\x36\xbf\x68\x01\xf9\xa3\x3d\x9a\x01\x4d\ \x21\xff\x5c\xbf\xdf\x94\xc5\xb0\x60\x19\x88\x02\xf2\xcf\x48\x67\ \x39\x30\x34\x04\xbe\x20\xe3\x6f\x74\xce\xd7\x44\xf8\x52\x3b\xaa\ \x50\x0e\x05\x8e\x85\x24\xe0\xde\x29\xbc\x4d\x82\xb5\x37\x3a\xb7\ \x83\xa3\x0c\xa0\xc1\xb1\xa0\xa8\x82\x2c\x9a\x48\x1c\xbe\x84\x3a\ \x3d\x50\xd1\x11\x77\xef\xa3\x6c\x63\x78\x5b\x15\x28\xf9\xe6\x1a\ \x1e\x45\x40\xee\x8c\xf6\x1d\x50\xda\x13\xd4\x3f\xc6\xde\xc9\x8e\ \x78\x7c\xf0\xe2\x8b\x4a\xed\x06\xd6\x2f\xe9\xf4\xe5\xa2\x3a\xfa\ \xd1\xf1\x4b\x6f\x78\xda\xaa\x7a\xeb\x8e\xb5\x8a\x3b\xff\x63\xbb\ \x65\xe2\xfb\xfb\xb1\xa4\x54\xbd\x0a\xee\x16\x6a\xfb\x4f\x63\xcf\ \xff\x24\xec\xd8\x8e\xc7\x4f\xf0\xad\x43\xc2\x0f\xbd\xbb\x28\xea\ \xeb\xf5\x82\xc4\xf9\x73\x0b\x54\xa1\x7d\xfa\xfd\xdd\xaf\x42\x28\ \x50\x5f\xbe\xfe\x2e\xb1\x4c\x09\x8e\x40\x67\xfc\xdf\x6f\x07\xa5\ \x0d\x14\x2c\x88\x08\xad\x16\xc2\xef\xbc\xe7\x19\x19\x6c\xac\x60\ \xd4\xc2\x28\xc0\xca\x0a\x26\xfd\xd7\x34\x0a\x2b\x28\x65\x80\x04\ \x9d\x16\xcb\x57\xc1\xcd\xcd\xf2\x32\x5a\xf0\x7f\x82\x3d\xff\x5d\ \x76\x22\x81\x28\x81\x66\x00\xe9\x3b\xdb\x84\x90\xaf\x84\x22\x9a\ \xa0\xd1\x83\x53\x40\xa5\xc0\x6f\xce\x6d\x34\x6a\x61\x22\xb0\xb3\ \x29\xfc\x2e\x20\x47\x07\x7b\xbb\xef\x67\x92\x68\x50\x22\x72\x35\ \x10\x24\x70\x72\xc8\xe5\x90\x71\xa0\x80\xbc\x5c\xc8\x6d\x21\xa3\ \xbe\x5d\x5c\x03\x68\xd0\x85\x62\x47\x8c\xc4\x88\x91\x20\x22\x4c\ \x3c\x68\x06\x32\xee\x2f\x55\xc8\xc4\x43\x5e\x98\x52\x30\x83\x95\ \x7d\x23\x9f\xff\x6e\x39\xed\xb7\x66\x3b\x0f\xee\x9b\xbb\x1f\x6f\ \xe0\x15\x87\x01\x8d\x2d\x1d\xd8\x02\x0b\xfe\x3f\xc3\xbf\xc9\xba\ \x34\xc5\x63\x60\x3f\x84\xeb\xb1\x67\x2a\x3a\x2d\x2d\x1c\x58\xbd\ \x44\xd3\x06\x78\x94\x0d\x00\x2f\x4f\xa2\x5b\x67\x0c\x18\x80\x01\ \xe3\xf1\x3a\xed\xbb\xbc\x11\xf7\x31\xa4\x37\xba\xb5\xc6\xb8\x5f\ \x60\x02\x8c\x49\x98\xd0\x0b\x3d\x3a\x61\xf2\x26\x18\x00\x21\x17\ \x67\x56\xa2\x6e\x4f\x44\x12\x20\x1d\xcb\x67\x62\xfc\x04\xf4\x6c\ \x81\x26\xe3\xa1\x17\x71\x7c\x31\x3a\x74\x45\x97\xa1\xf8\x94\x53\ \x20\xed\xcd\x21\x54\x6c\x80\xb7\x46\x24\x3f\xc5\x90\x3e\xe8\xd6\ \x0a\xe3\x7e\x85\x51\xc2\xee\x15\x18\x34\x18\xfd\xba\xa0\x58\x0d\ \x3c\xfd\x7e\xd7\xbe\xa8\xc7\xfd\xbd\xa8\xdd\x04\xcf\x93\x01\x20\ \xf6\x21\xfa\x75\x44\xef\xf6\x98\xb9\x03\x3a\x1d\x8e\x2c\x43\xfb\ \xce\xa8\xd7\x1c\x17\x43\x01\xe0\xec\x1a\x34\x69\x89\xb6\xfd\xf0\ \x26\x0d\x00\x12\x43\x31\xa6\x03\xa6\xef\x03\x00\x21\x0f\x4b\x86\ \xa1\x75\x1b\x0c\x9e\x07\xb5\xa9\xd0\x70\x73\x84\x97\xbd\xa5\x1f\ \x5a\x60\x81\x85\x3d\x7f\x66\x7a\x0a\xc8\xce\x81\xc9\x80\xcc\x54\ \x5c\xde\x82\x27\x59\x00\x70\x70\x3b\x82\x3e\x22\x5b\x84\xfa\x35\ \x46\xaf\x42\xd7\x85\x38\x75\x0a\x5b\x97\xe0\x9b\x49\x2a\x00\xb0\ \xf6\xc1\xbc\x6d\x38\xb7\x09\xcf\xf6\x21\xc6\x84\xcb\xbf\x22\xa5\ \x22\x4e\x9c\x40\xf2\x19\xdc\x0c\x47\x7c\x08\x6e\xbc\x86\x41\x0f\ \x93\x19\xf0\xc0\xaa\x1d\x38\x72\x18\xd5\xfc\xd0\xa9\x0b\x74\x2f\ \xb1\xfd\x19\xf6\x9c\x40\x3b\x16\xab\x0e\x00\x40\xd6\x07\xac\x3f\ \x09\x8a\xc0\x60\x02\xe7\x81\xb9\x5b\x71\x6e\x33\x9e\xef\xc1\x87\ \x6c\x0c\x9b\x8b\x63\x47\x31\xb8\x1e\xaa\x36\x45\xf9\xef\xe7\x9a\ \x92\xdf\xe3\xfa\x3d\xf0\x3a\xe4\x2f\x8a\x1e\xfd\x15\xde\x23\x70\ \xe6\x10\xde\x1c\xc5\x87\x4c\x54\x6e\x8f\x63\x67\x31\x32\x00\x5b\ \x0e\x41\x17\x8d\x2d\xd7\xb0\xed\x04\xfa\xfa\x62\xd5\x4e\x10\x09\ \xf7\xae\x23\x32\x07\x06\x3d\x00\xbc\xdc\x8f\x47\x04\x27\x4e\xc2\ \xea\x1d\x0e\x14\x6e\x8e\xd4\x66\x22\x55\x0f\x7d\x2c\x16\x8e\xc5\ \xa0\x41\x98\xbf\x09\xd9\x00\x80\xe0\xab\x18\x31\x10\x03\x07\xe3\ \xf8\x73\x4b\x2f\xb5\xc0\x82\xff\xc3\xec\x99\xbf\x48\x22\xe8\xa0\ \x67\x31\xac\x05\x8e\x1f\x46\xe6\x27\x04\x19\xd0\xab\x25\xb2\xd3\ \x10\x7c\x0d\x1e\x4d\xd1\xbb\x1a\xe4\x72\x38\xda\x41\xf6\xfd\xf4\ \x82\x67\x31\x94\xf2\xc2\xa7\xb7\xf0\xaa\x0e\x6f\x0e\xcf\xa3\x51\ \xb3\x09\xec\x5d\x50\xbd\x38\x5e\xbf\x85\x6f\x4d\xac\x5f\x81\x62\ \xca\x82\xe5\x1d\x00\x91\x67\xf1\x82\xc6\x98\xa6\x88\x78\x0b\xe7\ \x40\xf8\x39\xa2\x49\x6d\x24\xbf\x01\x08\xf6\x6e\x47\xd3\xf1\x68\ \xe0\x07\xb3\x00\x17\x3f\x94\xf6\x42\xf8\x3b\x78\x56\x83\x8f\x0d\ \x00\x08\x09\xd8\x79\x1b\xa3\xc7\xc3\xfa\x7b\xdd\x3d\x2a\x63\xc5\ \x3a\x54\x71\x05\x2f\x01\x40\x83\xe6\x78\xb6\x05\xf3\x97\xc1\xab\ \x3e\xca\x14\x41\xe9\x72\xb0\x23\x78\x9f\x81\x66\xcd\x91\x16\x04\ \x55\x71\x94\x72\x46\xcd\xda\xc8\x08\x87\x9a\x46\xcf\x09\x18\xd7\ \x1e\x10\x00\x20\x38\x18\x65\x1a\xc2\xd1\x1e\xb5\x2b\xe0\x43\xa1\ \x9f\x7e\xe4\x53\xdc\x08\x41\x4a\x10\xee\x25\x62\xd4\x28\x68\xee\ \x61\xde\x36\xa4\x87\x60\xca\x4a\x34\x1c\x88\xda\x2c\x4e\xdd\xb4\ \xf4\x52\x0b\x2c\xf8\xbf\xcc\x9e\x00\x45\x81\x37\x20\xcf\x88\x76\ \xc3\x40\xbf\xc6\x84\xb9\x28\xdf\x1b\x0d\xdd\x90\x91\x02\x42\xe1\ \xcb\xae\xa5\x63\x0b\xb1\xe7\xee\x6f\xf3\xbe\x3b\x8b\x79\x17\x30\ \x67\x09\x6c\x68\x08\xd2\xd7\x15\x1e\x42\xc0\xb2\xa0\xc5\x02\x5e\ \xcb\xc7\xc9\x8b\x68\xd0\x1d\x0a\x40\x2c\x5c\xc0\xa1\x28\xc8\x94\ \x78\x77\x16\x0f\x4c\x68\x18\x80\x8c\x4c\x64\x6b\x00\xe0\xfd\x79\ \xcc\x3d\x8f\xd9\x4b\xe1\x26\x03\x80\xc7\x17\xc1\x54\x42\xbd\xdf\ \x2d\x7a\xb0\x32\x50\x04\x66\xb1\x60\x7e\x36\x8f\x47\xc9\xb2\x70\ \xb6\x86\x3a\x09\xe9\x79\x80\x88\xd5\xe3\x91\x5d\x19\xe3\x1a\xc1\ \x64\x44\xe1\xe2\x10\x08\x81\x04\x70\x0c\x04\xf3\x17\x4f\xc6\x6f\ \x34\x2f\x14\xce\xc9\xa1\x92\x43\x24\x70\x2f\x81\xea\xd5\x31\x6d\ \x3c\xa2\x9e\xe3\xe6\x03\xb8\x36\x40\xaf\x86\xa8\x5c\x1a\x2a\x8b\ \xcb\x9e\x05\x16\xfc\x1f\x67\x4f\x49\x82\xc9\x88\x5c\x23\x5c\x2b\ \xa0\x4d\x19\x3c\x09\x47\xff\xb6\x20\x66\xe4\x64\xa1\x7c\x0b\xc4\ \xde\xc0\xe5\x30\x00\x88\x0b\x45\x5c\xe6\x77\x19\xd3\x5f\x62\xc9\ \x01\xcc\xdf\x8b\xea\xee\x00\x50\xa5\x08\x82\xee\x43\x97\x83\xd7\ \x51\x28\x5d\x1a\x00\x44\x09\x92\x54\xc0\x47\x7c\x1c\xde\xa4\xa0\ \x7e\x35\x00\x28\x1a\x80\x8c\x8f\x48\xcc\xc3\x83\x17\xf0\xaa\x88\ \x5c\x03\x6c\xcd\x58\x32\x17\x2f\x3e\xe0\xf6\x33\xa4\xbe\xc7\xd2\ \x7d\x98\xb7\x07\x35\x3c\xf2\xf5\xc3\xa3\x67\xa8\x56\xf7\x27\x2d\ \x42\x20\x89\x05\x45\x9c\x38\x85\xca\x83\x31\x7e\x09\x48\x18\x3e\ \xa5\xe0\xdc\x2a\x7c\xf2\xc6\xce\x19\x90\x03\x9e\x95\xa0\x8f\x46\ \x74\x2e\x5e\x05\xc1\xc9\x1f\xf6\x85\x15\x97\x44\x00\x28\x5f\x0e\ \x61\x0f\x91\xa7\x45\x50\x08\xca\x97\x41\x6a\x34\x12\x73\xc0\xb0\ \x00\x40\x53\xd0\x65\x43\x00\x42\x5e\x41\xe1\x04\x7f\x4f\xa4\x7e\ \x42\x8e\x84\x3c\x1d\x44\x0a\xc6\xac\x98\x8f\x11\x89\x92\xa5\xb7\ \x5a\x60\xc1\xff\x45\xf6\xa4\x61\x6d\x0d\x48\x60\x6c\x40\x80\x26\ \x23\x70\xfd\x22\x3c\x00\x99\x3d\x78\x0d\x9c\xab\x62\xf5\x20\x6c\ \x1a\x8b\xee\xdd\x71\x55\x8d\x8a\xa5\xbe\xcb\x1a\xfc\x0c\x1f\x92\ \xb1\x73\x06\x06\x0c\xc2\xb3\x54\x74\x9e\x0a\x87\x67\xe8\xd2\x05\ \x0e\xed\xd0\xae\x02\x00\x50\x0c\xac\xac\x0a\xbc\x07\x32\x52\x21\ \xb8\xa1\x88\x2b\x00\x14\xa9\x83\x7e\x15\xd0\xbf\x0b\x4e\xe6\x61\ \x74\x37\x34\xe8\x8b\xa3\x07\xb0\xe7\x20\xda\x36\xc6\x98\x5e\x88\ \x7e\x8c\x77\x49\xd8\x35\x13\x03\x06\xe2\x71\x0a\x60\x40\x9a\x01\ \x25\x4b\xfd\x74\xe6\x41\x65\x03\x8e\x06\x80\xe1\xc3\x70\x69\x12\ \x7a\xb7\x87\x7b\x5b\xd4\xb5\xc7\xb5\x6b\x48\x08\xc6\x90\x41\x98\ \xb5\x06\xb6\xe5\x31\xaa\x31\x86\x74\xc5\x9e\x08\x4c\x1b\x59\xe0\ \x15\x9f\xef\x45\x00\xa0\xfa\x40\x54\x33\xa2\x4b\x17\x64\x95\xc1\ \x80\x86\x38\xfb\x2b\xce\x85\x42\x2e\x87\x20\x80\x93\xe3\xf3\x7d\ \x74\xed\x86\x75\x8f\x30\x66\x0c\x6a\xb7\x42\x6b\x4f\x0c\x1f\x8c\ \x05\x87\x20\xd9\x23\xe9\xfe\x9e\x45\xeb\x4f\x19\x2d\xbd\xd5\x02\ \x0b\xfe\x49\xf8\xf7\xf9\x7b\x8a\x22\x18\xa6\xe0\xdf\xef\x6c\x3a\ \x14\xf8\x27\x09\x7a\xe4\xe8\xa1\xb0\x81\x4c\x8d\x33\xd7\xa1\xcf\ \xb7\xb5\x64\x68\xd9\x09\xf6\x04\x7a\x03\x40\xc1\xde\x05\x1c\x00\ \x01\xea\x3c\x38\x3a\xfc\x56\x78\xc1\x67\x09\xdf\x2a\x9e\xa3\x86\ \xd2\x11\xf2\x6f\xad\x60\x11\x34\x03\x10\xe8\xb4\xdf\x89\xfd\x22\ \x24\x27\x1c\xe7\x1e\x17\xc4\xe6\x90\xd9\xa1\x53\x57\x58\x7f\xc9\ \x05\x00\x30\x6a\x90\xc7\xc3\xc5\x09\x00\x04\x13\x74\x3a\x98\x04\ \x70\x0a\x38\xd8\x02\x80\x26\x1b\x9c\x1d\x94\xf4\x37\x75\xa4\xbe\ \xfe\x4c\xa9\xd5\x70\x74\x04\x00\xd1\x8c\xf7\xb7\xb0\x70\x35\x5a\ \xae\x45\x9b\x28\x8c\xb8\x83\xfd\x2b\x61\xeb\x00\x25\x03\xa2\xc5\ \xe9\x7d\xf8\x98\x8a\x37\x6f\xd0\x65\x09\xfa\x95\x37\x1a\x04\x4a\ \xa5\x92\x53\x96\x0e\x6b\x81\x05\xff\x03\xf8\x47\xfb\x7b\xa6\xa6\ \xc2\x68\x2c\x98\xf8\x23\x85\xa3\x6c\x8a\x02\x45\x15\x06\x3c\xa7\ \x40\x53\xa0\x28\xe8\xb4\xc8\x8b\x41\xf0\x3b\x68\xf3\x63\x1a\xc9\ \x50\xbc\x22\x8a\xda\x16\x56\x32\x16\x84\x80\xa6\x41\x51\xd0\xe4\ \x14\x46\xd0\xa0\x40\x7f\x11\x5b\x28\x27\x7f\xa0\x4d\x51\xa0\x69\ \xe4\x68\xbe\x0b\xd5\x4e\xe7\x07\xe0\xa0\xbe\x06\xfa\xfd\x22\x36\ \x5f\x48\x66\x18\xde\xbd\x85\x44\x81\x10\x28\x1c\x50\xba\x22\x1c\ \xe9\xaf\x77\xf3\x33\x52\xc0\x67\x0d\xa4\x42\x65\x00\xe8\xf5\xc8\ \xce\x2c\x28\x91\xe4\x7e\x2d\x91\xa2\x40\x15\x06\xfb\xa0\x68\xd0\ \x14\x34\xb9\x90\x08\x28\x1a\x29\x69\xa8\xd7\x1b\x8d\xdd\x90\x67\ \xc0\xe0\x8e\x30\xe8\x60\xd0\x82\x48\xe0\xb5\xc8\x35\x81\x56\xa0\ \xfd\x50\x34\xf3\x01\x2d\x53\x58\xc9\x2c\x3d\xdc\x02\x0b\xfe\x59\ \xf8\x37\xb1\xe7\xf1\xe3\xf8\x18\x0a\x96\xc5\x17\xeb\x49\x22\xa0\ \x08\x78\xbe\x20\x9e\xd8\x77\xc6\x2f\x03\x95\x12\x1c\x0d\x86\x01\ \x4d\xe3\xf4\x36\x98\xf8\x9f\x9c\x7c\x40\x41\xa1\x84\x60\xfc\x6e\ \x6f\x0c\x45\x43\x30\x18\x89\x4c\xc1\xfe\x2d\x53\x8d\x62\x20\x97\ \x81\x61\x91\x9f\x5d\xcc\xc3\xae\x55\xf8\xdb\x73\x8e\x14\x0d\x1a\ \x10\x7f\x92\x5f\x66\x05\x1b\x0e\xeb\x16\x4b\x94\x8c\x56\x30\xb8\ \x79\xa1\xa0\x52\x2c\x0b\xb9\x02\x2c\x8d\xec\x87\x50\x47\x61\xfa\ \x0c\x4b\x47\xb5\xc0\x82\xff\xab\xec\x39\x71\x22\x80\xec\xec\x8c\ \x2c\x56\x65\x45\x09\x06\xbd\x09\x8e\x4c\xfa\x96\xbd\xf7\xbb\x4d\ \x9b\xf1\x87\x07\x14\xa8\xd5\x59\x6a\x4a\x6e\xeb\x60\xed\x02\xfc\ \x90\x0b\x63\x0f\xac\x3f\x52\x6d\xc8\x8c\x32\x76\xdf\x6c\xdf\xc9\ \xbc\xb4\x64\x67\xd4\xf4\xd9\x93\xe4\x7f\x4f\x57\xf5\xed\x75\xfb\ \x23\xc6\x4c\x1e\xad\xf8\x6f\x1a\x13\x10\x42\x53\x94\xea\x27\x77\ \x33\x4e\x6f\x5e\xef\x3e\x66\x6a\xdd\xa2\xdf\xfa\xb8\x1a\x88\x24\ \x50\xb4\xcd\x0f\x33\xe8\x62\x6f\xac\x3e\x1c\x35\x7c\xf6\x18\xaf\ \xbf\x10\x7c\xec\xc5\x89\x5f\x1e\xa2\xd6\xb4\x1e\x35\x7e\x7f\x2b\ \xe5\xf5\xf9\xad\xf7\xb4\x93\xa6\xf4\x75\xb4\x4c\x07\x58\x60\xc1\ \xdf\xc2\xbf\x6f\xcd\x5d\x1d\x1c\xb4\x76\xd6\xc2\x66\xd5\xab\xd7\ \x69\x37\x6e\xee\xbc\x5d\xfb\x8e\x9d\xbf\x17\x26\xda\xe2\xa7\xef\ \x6e\xf6\xa7\x1b\x63\xba\x0f\x18\x32\x7a\xee\xc0\x71\xeb\x9f\xc6\ \xff\x24\x40\x29\x71\x2b\x57\xad\xa1\x2d\xf3\xdd\xbe\xc8\xf7\x17\ \xee\x3d\x4d\x50\xfd\x6d\x4e\xf8\x70\xf5\xfe\x83\x58\xc8\xff\x9b\ \x6a\x7d\x75\xc9\xb8\xb1\xdb\x3e\xfe\xf4\x76\x56\xdc\xe9\x4b\xe1\ \x06\xf6\xbb\xed\x01\xef\x76\xcf\xef\xb7\xf0\xd6\xcf\x72\xa8\x5c\ \x4b\x37\x6d\x54\xcb\xe5\xaf\xc5\x6d\x2c\x52\xb1\x5e\x83\x8a\x45\ \x7e\x78\xcb\xde\xb7\x7c\xf3\xba\x15\x6c\x2d\xd4\x69\x81\x05\xff\ \x70\xdb\x13\x80\x63\x85\x16\xcb\x76\x57\xa7\x7b\xf6\xf2\x1e\x7b\ \x70\x44\x5d\xa7\x17\x9b\x7a\x2f\x7d\xf6\x79\x50\xd7\x4f\x2d\x47\ \xcc\x1b\xd2\x2c\x20\xf5\xcd\xa5\x75\xdb\x8e\x26\xea\x1d\x7b\xcd\ \x58\xd0\xbe\xbc\x2b\x80\xdb\xdb\xd7\x87\x79\x0d\xba\xbb\xa1\x27\ \x31\xeb\x05\x19\x1b\xf1\xe0\xd0\x86\x9d\x57\xb3\x15\xfe\x53\x96\ \xcc\xf3\xcd\xbc\x39\x7f\xf1\xbe\x3c\xdf\xba\xfd\x1b\x39\x7f\x48\ \x76\x9e\x5a\x4f\x7c\x7b\x69\xd7\xee\xd3\xb7\x93\xb2\xad\xc6\xad\ \x5d\x92\x14\x93\x16\x58\xbb\x7b\xfe\x3c\xa1\x39\xf6\xd1\xc2\x55\ \xdb\xa3\xb3\xf4\x7e\xf5\x87\x2c\x19\xd7\xf6\xc9\xde\x45\x61\x6e\ \xfd\x47\xb5\xa1\xd7\x2d\x3c\xd8\x62\xdc\x94\xbc\xdb\xdb\x36\x9d\ \x7c\x26\xda\x79\x97\xf3\x91\xbd\xff\x10\x5e\xaa\xf5\xc4\x05\x43\ \x1a\x85\x45\x87\x7c\x7a\xf2\xb0\x7b\xb7\x67\x4d\x47\x2e\x18\xd1\ \xc4\xef\xf5\xf9\x1d\x5b\x4e\x3e\x16\x9d\xcb\xce\x5c\x3e\xd3\xea\ \xc5\xee\x19\x9b\x6e\x59\xfb\xd5\x5a\xb0\x66\x8a\x37\x0b\x63\xf4\ \x83\x85\xab\x77\x44\x67\x48\x45\x2b\x94\x35\x7d\xfe\x90\xcc\x96\ \x9e\xb7\x72\x7e\x05\x47\xfd\x95\x5d\x6b\x8f\xdc\x8f\xb0\x2f\xd9\ \x66\xcd\x9c\x76\x2f\x82\xc3\x1e\xa9\x97\xcd\xb0\x9e\xb6\xa8\x83\ \xf7\xc1\x4d\x1b\x6f\xbf\x8b\x95\xfb\xb5\xd9\xb1\x66\x88\x29\xfc\ \xce\xfa\x2d\x47\x3e\x46\x84\xaa\xdd\xda\xd5\xf2\x16\x82\xce\x6e\ \xdf\x77\xfe\x41\x72\xae\xdd\xf4\x4d\x4b\x63\x22\x23\x82\x1e\x04\ \x8f\xb0\xe1\xd7\x4e\xee\xf0\xfa\xf8\xe6\xc3\x57\x5e\xa4\x9b\x5d\ \x67\x6f\x5c\x5b\xd3\x53\x09\xe0\xe9\x89\xe3\xa1\x45\x3a\xf9\x3c\ \x3c\xbc\x62\xdb\x95\x3c\xfb\x32\xf3\x57\xce\x29\x65\x47\x43\x4c\ \xde\xbb\x6a\xe5\xd5\xb7\x49\x76\x3e\x65\xbc\xa9\x8c\x90\x28\x5d\ \xe7\x19\xab\xfa\xd6\xc4\xb9\x33\xb7\xab\xf5\x18\x74\x6d\xfb\xac\ \xfd\x0f\xe2\x4b\x34\xed\x37\xa0\x0a\xb5\x75\xc3\xbe\x74\xb6\xc8\ \xf8\x05\xf3\x0d\xb7\x8e\xa7\x97\x19\xa6\x0e\x3e\x3a\x6b\xd9\x99\ \x5c\x5e\xd6\x64\xe4\xbc\x51\x2d\xca\xa8\xc3\x6e\x6d\xd8\x76\x2c\ \x3c\x31\x33\xb0\xed\xb4\xf9\x83\xeb\x59\x5e\x0f\x0b\x2c\xf8\x47\ \xd8\x9e\x00\xf8\xf8\xe0\x90\x2c\xbb\x32\x25\x9d\x00\xc3\xfd\xe7\ \xd9\xfd\x96\xef\x9e\xd5\xc5\xf7\xc0\xbe\x43\x51\x9f\x5f\x2f\x5e\ \x73\xa2\xda\xe0\xe9\x15\xa5\xb7\xfb\xaf\xbc\xcd\x4f\x5c\xb9\x6d\ \x47\x9b\xd0\x63\x2b\x0e\xdd\x35\xc9\x54\xc6\xe0\xa3\x0b\xb6\x3c\ \xeb\x3a\x69\x9c\x6b\xca\xed\x6b\xf7\x83\x6e\x9c\x39\x4a\x55\x1d\ \xb8\x7e\xe1\x28\xfd\x8b\xab\xef\xd5\xca\xd0\x0b\xcb\xa6\xef\x0d\ \xeb\x3c\x6a\x84\x23\x9f\x9a\x95\x9c\x1a\x91\x60\xa8\x54\x3a\x3f\ \x04\x31\x9e\x9e\x3e\x10\xac\x68\xb4\x62\xd1\x90\xb7\xa7\xb6\x3e\ \x48\xc9\x7a\x74\xed\xb1\xd1\xc9\x4d\x8c\x78\x79\xf7\x6d\xa6\xad\ \x94\xb8\xff\xf0\xad\x16\x53\x17\xd4\xe1\xdf\xde\xcb\x2c\xb5\x68\ \x6a\x97\x87\x47\xb7\xbe\x49\x53\x47\x84\x69\xfa\xcc\xdd\xba\xb8\ \x5f\x89\x93\xdb\x0e\x3d\xb9\xbc\x7b\xfd\xc5\x84\x21\x53\x47\x8a\ \xaf\xce\x5d\x7e\xfd\xf9\xe2\xa1\xb3\x1e\x5d\x66\x2e\x9b\xd9\xdf\ \x8d\x01\x80\x27\x27\x0f\x84\xda\xb5\x5a\x32\xba\xea\xad\x73\x77\ \xdb\x4e\x5b\x54\xc5\x7c\xef\xc8\xf9\x97\x41\x27\x56\x9f\x08\x77\ \x9f\x36\xaa\xf9\x87\x2b\xc7\x5e\xbc\x7a\x18\x2b\x14\xff\x65\xe7\ \xee\xb9\x6d\xdc\x96\x8c\x1a\xfe\xd1\xa9\xfe\xc8\x66\xc5\x92\x33\ \xf3\xb4\x9f\x1f\x8d\x1a\xb7\xce\xad\xc9\xf0\xee\x35\x8b\x04\x94\ \xab\x11\x79\x72\xe1\xdc\x63\x09\xbd\x46\x0d\x54\xe9\x53\x73\x93\ \xe3\xdf\x27\xd0\x73\xd7\xec\x5e\x33\xb6\xed\x83\x0d\xe3\x57\xdd\ \xe6\x87\x8f\xea\x22\x66\xc4\xeb\xcc\xf9\x4f\x2a\xf3\xca\x8d\x87\ \x26\x53\xc4\xf2\x65\x5b\xfc\xfa\x2d\xda\xb6\x78\x94\xaf\x15\x05\ \xc0\x10\x7c\xe3\xf8\x43\xf3\xac\x45\xd3\x73\x9f\x9d\xd3\x54\x1d\ \x3a\xa1\x8d\xdd\x81\x1d\x07\x92\x93\x62\xee\xbd\x08\x4f\x08\xbf\ \xb1\xec\x50\xd4\xa4\x0d\x3b\x67\x76\x2d\x7b\x78\xfe\x02\x7d\xed\ \x89\x3b\xd7\x4f\x0b\x74\xcc\xba\x70\xee\x9e\x41\x49\x5d\xdb\x75\ \xc8\xa6\xd9\xcc\xc5\xfd\x4a\x9f\xd8\x73\x3c\x22\xf4\xe1\xd8\xa9\ \xbf\x7a\xb5\x18\xd5\xc1\x9f\xf9\x98\xa8\xb7\xbc\x1b\x16\x58\xf0\ \x0f\x62\xcf\x84\x4f\x4f\xf5\x2e\x25\xca\xb8\x00\x79\xef\xde\x6b\ \xec\xda\xb5\x2c\xe3\xe1\xe1\xea\xe5\x68\x17\xf1\xf4\xe8\xed\x4f\ \x29\xb7\x0e\xee\x4c\xf2\xef\x3e\x7f\x50\xdd\xfc\xc4\xc5\x9a\x8e\ \xda\xbd\x79\x7a\xca\xa9\x25\x73\xf6\x3f\x7f\x74\xfe\x62\x70\x72\ \xd2\xc9\x5d\xfb\x95\x0d\x46\x0d\x6e\xe8\x19\x12\x6a\xac\xd7\xba\ \x8d\xbb\x2d\xf9\xf8\x99\xaf\x5a\x4b\x75\xf8\xc8\xab\xc1\x6b\x7e\ \x6d\xe2\xcf\x19\x6c\x4b\x78\x59\xeb\xe3\x0c\xce\x65\x02\xf2\xbd\ \x99\x72\x9f\x85\xa7\xd5\x6d\xd1\xcc\xbf\x84\xa7\x8b\xb3\x27\x97\ \xf3\x3e\x5a\xf4\x6e\x59\x53\x15\xf3\x21\xd4\xa1\x5c\x55\x55\x56\ \x54\x3a\x57\xba\x45\xad\x72\xae\x6e\x1e\x55\x1a\x37\x28\x1d\xe0\ \xeb\x6a\xef\xc8\xab\x3f\x7d\x32\x15\xed\xd6\x39\xb0\xb4\x8f\xa7\ \xb3\x3c\xf7\xda\x95\x33\x91\x89\x51\x07\x77\x1e\xf3\xeb\x35\x77\ \x50\xd9\x8c\x17\x59\xf6\x1d\xdb\x54\x75\x75\x73\xe1\x28\x00\x39\ \xcf\x22\x32\xea\xb5\x6c\x51\xca\xd7\xc5\xaf\x54\xed\xfa\x65\x4a\ \x79\xbb\xb8\x2a\x91\x73\xe1\xf0\xa5\x84\xb8\x17\xbb\x8e\xbe\xec\ \x3a\x7b\xa1\x77\x4e\xbc\xd6\xb9\x6c\xb5\xe2\xce\x79\x6f\x8f\xbf\ \x63\x9b\xfc\x3a\xaa\x83\x39\x37\xa7\x6a\xfd\xb2\xcf\xcf\x9d\xb4\ \x6d\x31\x69\x6c\x87\x9a\xa9\x49\x28\x59\x86\x39\x72\xf2\xc3\xb8\ \x8d\xab\xea\x7b\x10\xc1\xad\x8c\x2b\x93\x9b\x2c\x7a\xd5\xa8\xe6\ \x6b\x2b\x85\x1d\xbb\xa3\x9e\xbf\x6d\x56\xa0\xd2\xc0\x14\xa9\x58\ \x26\x3f\x36\x7a\xc6\xc7\xcf\x3a\xfb\xda\xd5\x1a\xf4\xea\xda\xf0\ \xc1\xd6\xc5\xd7\x62\x0d\x2a\x96\x02\xf0\xfe\x4d\xa8\x6d\xa5\x06\ \x55\xca\x14\xf3\xf0\x2a\xd9\xb8\x61\x55\x7f\x5f\x17\x27\x5b\x87\ \xb4\xa8\x57\xc4\xb3\x7c\xd3\x86\x2d\x3b\x94\x17\xd6\x2d\xf9\x25\ \x99\xf3\xec\x3e\xb0\x53\xe2\xb9\x95\xfb\x9e\x69\x94\xda\x0f\x9f\ \x19\xff\xea\x45\x72\x83\xe2\xe5\xcd\x3b\x57\xf3\x71\x75\xf7\x71\ \x65\x6e\x9f\x3f\xe9\xd2\x62\xe6\xc8\x36\xd5\x32\x34\xf2\x3a\x4d\ \x2a\x58\xde\x0d\x0b\x2c\xf8\x07\xb1\xe7\x87\x87\xaf\x9d\x4b\xd4\ \x71\x02\xb2\x5f\x3e\xce\x52\x06\x94\x57\xe2\xf5\xe3\xe7\x8e\xc5\ \xaa\x2a\x73\xd3\x8b\xd5\xea\xb9\x74\xe9\xd2\x39\xd3\x86\x54\x74\ \xb7\x02\x90\x9b\xf1\x39\xfc\x73\x86\x63\xd1\xb2\x65\x5c\xa8\xc4\ \xc4\xb4\x94\x2c\x63\xa5\x0e\xc3\x96\xad\x58\x3e\x63\x44\x1f\x47\ \x43\x48\xa8\xce\xa1\x62\x69\x16\x39\x41\xc1\xd9\x56\x75\xfc\x98\ \xf8\x2c\xa3\x92\xc9\x7b\x7e\xfe\x64\xae\x4d\x51\x07\x3a\x21\xd9\ \xac\x74\xc9\xf7\x70\xca\x8a\x08\x4d\xa4\x2b\x07\x16\xd1\x3c\xbb\ \x99\x6d\x53\xae\x14\x93\x90\x64\x60\xad\xb5\x59\x97\x2e\xdf\xf7\ \xf4\x0f\x48\x0a\x0d\x22\x45\x03\xdd\x91\xf6\x30\x4a\x5b\xb5\x9c\ \x4f\xc2\xb3\x5b\x66\x97\x4a\xb6\xc9\x0f\x72\xed\x4a\xb9\xa7\x04\ \x4f\x5d\x7e\xaa\x4c\x8b\x26\x4a\x9e\xd4\xeb\x3e\x79\xc5\xb2\x45\ \x13\x47\x76\xe4\x3e\x3c\x49\x57\x94\x0c\xfc\xe2\x64\x9a\xf9\x29\ \x34\x85\xad\x1e\xe8\x1a\x7c\xe7\x05\xed\x57\x55\x21\x26\x3e\xf9\ \xc4\x97\xae\xe4\x91\x65\xb4\xed\x32\x79\xd1\x92\xc5\x0b\x47\x76\ \xa8\x9a\x96\x10\x65\x50\x58\x4b\x26\x21\x29\x2e\xc1\xcc\xca\xb5\ \x9a\x98\x73\xf7\x22\x4a\x95\x28\xa6\xcd\x4e\x05\xc7\x69\x92\xef\ \xdf\xf8\x64\xac\x52\x82\x4e\x50\x9b\x14\x94\xf6\xde\xb9\xb3\xbc\ \x93\xbf\x82\xff\x9c\x22\x2a\x39\xd1\x6c\x48\x4b\xc8\x32\x4a\x72\ \x93\xf6\xca\xb9\xcb\x72\xef\x80\x7c\x6b\x37\xf9\x5d\x48\xb6\xb5\ \x8f\x9d\x8c\xad\x37\x74\xc5\xa4\x3a\xc2\xaf\xbb\xcf\x18\x00\x40\ \xff\xf2\x7d\x78\xc9\x4a\x95\x49\xc2\xa3\x58\xb3\x7b\x25\x37\x04\ \xdd\x09\x76\xab\x50\x3d\xe3\x79\x90\x9d\x7f\x05\x56\xb2\x9e\xb6\ \x65\x9b\x77\xd4\x85\x8d\xfb\xdf\x95\xee\x3c\x63\xfd\x20\xbf\xc3\ \xdb\x0e\xbf\x7a\xfc\x42\xf2\xa8\xe9\x92\xf2\x28\x96\x2a\x52\xdb\ \x09\x4f\x83\x82\xec\x7d\x4b\x20\x27\x81\xb6\xb6\x37\x67\x3d\x7c\ \x96\xe9\x50\xd7\x17\x2f\x1e\x3e\x4e\xd3\x5b\xf6\x37\x59\x60\xc1\ \x3f\x82\x3d\xb5\x31\xb9\xb6\x35\x9a\x54\x01\x10\xf9\x59\x5b\xa2\ \x4e\x6d\x25\x84\x84\x2c\xab\x0a\xb5\xab\xd6\xea\x30\xcc\x2f\xe5\ \xe4\x88\xe1\xc3\x7e\x39\xfb\xd4\x40\x00\x20\x2d\xe4\xda\xac\x91\ \x03\xba\x76\xed\xf3\xd0\xaa\xc5\xc2\xf1\xad\xba\x0c\xe9\x87\x07\ \xbf\x0c\x1f\x36\xe6\xd0\xdd\xc8\x8c\xe4\x04\xef\xf2\xf5\x4a\x71\ \xd0\x46\x25\xd9\xf9\x55\x2e\xe9\x53\xa1\x6f\xfb\x32\xbf\x8e\xec\ \xb3\xf9\x51\x5e\xf9\xc0\xe2\xbe\x01\xd5\x2b\x28\xd2\x5f\xbc\x4f\ \x03\x90\x9b\x9c\x2a\xf7\xaf\x52\xce\x1b\x91\x11\xb9\x25\x6b\x55\ \x76\x2b\xda\xa2\xb1\x6f\xc6\xf0\xfe\x63\x5f\x99\x8b\x96\xf3\x56\ \x24\xa5\x6b\x6b\xd4\xaa\x05\x75\x14\xe5\x5a\xa1\xba\xbf\x2c\x36\ \x5a\x5f\xae\x41\x3d\x1b\xbd\x98\x19\x79\x7b\xd8\xa4\xb5\xb6\xcd\ \x27\x4f\xef\xdb\xae\x77\xdf\xee\x71\x27\xe7\x0e\x1b\x3a\xe1\x52\ \x48\x62\x54\xa2\xa1\x64\xdd\xda\x5f\x56\xa8\x73\x92\xd2\x94\xc5\ \xaa\x05\xba\x22\x2c\x9d\xae\xd5\xa8\x22\xc9\xfc\x44\xbc\xca\xd6\ \xab\x58\x76\x60\xdf\x7a\x17\xe7\x8e\x1a\x36\x7e\xd9\xb3\x18\x5d\ \xf9\xba\x0d\xad\x42\x4e\xf6\x9f\xba\x51\x56\x6b\x48\x45\xc3\x95\ \x3e\x23\xe7\x67\xbb\x04\x7a\x3a\xb9\xb4\xee\xde\x2b\xe7\xd2\xd2\ \x61\xb3\x0e\x38\x97\x08\xf4\xf0\xa9\xd1\xbf\x95\xdf\xf2\x41\x7d\ \xf7\xbc\xe6\x2b\x96\xf5\xf3\x0d\xa8\x5a\x42\xff\x64\xec\xf0\xf9\ \xc1\x4c\xbd\x41\x0d\x6c\xa7\xf5\x19\x74\x3e\xd6\xaa\x4a\x69\x9f\ \xfc\x62\xe3\x32\xb2\xcb\xd7\xad\x91\xfb\x72\x7f\xcf\x6e\xdd\x36\ \xbd\xb1\x99\x30\xb8\xa3\x02\x80\x49\x9d\xcb\xbb\xd5\xae\x52\x22\ \x23\x3c\xd9\xab\x72\x5d\x2f\xda\x10\x6b\x74\xad\x5d\xdb\x35\x5e\ \x6d\x57\xaf\xbe\xe7\xd9\x5f\xa6\x74\xeb\x31\x5a\x53\xbe\x7b\x0b\ \xb7\x8f\xa3\xba\x75\x9f\x7e\x2c\x65\xe8\xe4\x1e\xb9\xc9\x86\xf2\ \x4d\xab\xe5\x45\xa4\x16\xa9\xda\xd8\x1e\x42\x4a\x16\x5d\xb1\x66\ \xb3\xee\xbd\x7a\x66\x5d\x9f\xdf\xb6\xc5\xe0\x78\xb7\x2a\xc5\xf1\ \x79\xef\xb6\x7d\x31\x5a\x62\x79\x43\x2c\xb0\xe0\x67\xf8\x77\xc6\ \x96\x27\xf8\x7a\xa6\xef\xef\xd7\xda\x89\xd9\x64\x66\x38\x19\x53\ \xe0\xfe\x49\x44\x41\x10\x24\xc8\xbf\x06\x2b\x16\x4d\x26\x91\x93\ \xc9\xe8\x6f\x42\x84\x7c\x09\xba\x21\xf1\x66\x70\xb2\x2f\xea\x4a\ \x12\xa1\x69\xea\x4b\x29\xdf\x16\xc7\x9b\x79\xee\xdb\x00\xc8\xbf\ \x57\x85\x88\x66\x91\x96\x7d\x71\x16\x25\x82\xc9\x2c\x71\x32\x8e\ \xa6\xa8\x1f\x57\xe6\x77\xda\x10\xc1\x6c\x96\x68\x59\x81\x08\xc9\ \x6c\x16\x65\x32\x0e\x20\x66\xb3\x28\xfb\x72\x6c\x09\x11\xcc\x22\ \xf3\xa5\x14\x91\x37\x53\x5f\xf5\x27\xbc\x59\x60\x65\x1c\x05\x08\ \x66\x33\x23\x93\xfd\xb6\xad\x24\xd1\xcc\x0b\xb4\x4c\xfe\x1b\x87\ \xd6\x1f\xb5\x2a\x24\x81\xe7\x45\x22\x97\xcb\x00\x98\x4d\x26\xb0\ \x72\xd9\x0f\xd7\xeb\x35\xa1\xbf\xfe\x72\x24\x3d\x4f\x1d\x16\xab\ \xef\x3a\x65\x51\xef\x5a\x45\x2d\xef\x86\x05\xff\x77\xf0\xcf\x8e\ \x2d\x0f\x7c\xfb\x6a\xff\xc8\x4f\x86\x92\xc9\xbf\x75\x13\xa2\x18\ \x96\xfb\xfe\x35\x67\xe4\x72\xe6\x7b\x96\xff\xc6\x84\xe6\xbe\xdb\ \x8b\x43\xd3\xd4\xb7\xa5\x7c\x5b\x1c\xf7\x9b\xd8\xf1\xbf\x57\x85\ \x62\xbe\x3b\x99\x89\x62\xe5\xf2\x3f\xac\xcc\xef\xb4\xa1\x58\xd9\ \x37\x39\x68\x59\x01\x2b\x52\xb2\x6f\xe5\x52\xec\xb7\xdf\x98\xef\ \xf4\xa7\xbe\x28\xc9\xca\x7e\xb4\xc7\x88\x66\x64\x72\xe6\xcf\x55\ \xca\x4f\xcb\x72\x85\xe7\x5c\x42\x26\xff\xa9\x23\x16\x91\xbb\xd5\ \x6b\xd2\x24\x53\x27\xf5\x0c\xa8\x54\xae\xa8\x93\xe5\x75\xb2\xc0\ \x82\x3f\x05\x6b\x69\x02\x0b\x00\x50\x72\xa7\xca\x75\x2c\xc7\x83\ \x58\x60\xc1\xbf\x00\x4b\xf0\x48\x0b\x2c\xb0\xc0\x02\x0b\x7b\x5a\ \x60\x81\x05\x16\x58\xd8\xd3\x02\x0b\x2c\xb0\xc0\xc2\x9e\x16\x58\ \x60\x81\x05\xff\x69\xf8\xfb\xab\x46\x26\x9e\x4f\x7b\xfd\x32\x2f\ \x3c\x8c\xf0\x3c\xa5\x54\x3a\x94\xaf\xe8\x1a\x58\x9e\xa5\x2c\x61\ \x27\x2c\xb0\xc0\x02\x8b\xed\xf9\x73\x68\xb2\xb3\x3f\xae\x5f\x9d\ \xbc\x74\xae\x6e\xff\x0e\xfd\xb1\xfd\xba\xdd\x5b\xe2\x17\xcc\x08\ \xdb\xb3\xc3\x60\x32\xfd\x41\x2e\x49\xe0\x0b\x02\x71\x1a\xa3\xf6\ \x6d\xdd\xfd\xf9\x0f\xcf\x9a\xf8\x63\x47\x6d\x22\x7e\x9f\x80\xfc\ \x38\x3d\x91\xc0\xf3\xe0\xf9\xef\x2e\x8a\xe2\x5f\x10\x4b\x20\x08\ \xe0\xf9\xef\x22\x7b\x8a\xc2\x4f\xea\x25\xfe\x34\x82\x27\x00\x41\ \xf8\xaa\xdb\x6f\x92\xfd\xf1\x56\x9e\x6f\xc5\x8a\x02\xcc\x66\x48\ \x04\xef\xcf\x62\xe7\xd5\xbf\xf4\x8c\x92\xdf\x62\xc7\x09\x98\xfe\ \xf5\x9f\xc5\x0b\x3b\x36\x5c\xf8\x98\xf9\xaf\x65\x22\x9a\x0b\xfb\ \xb6\x3f\x4c\xe4\xff\xa5\x4c\x59\x61\xd7\xb6\x1f\xba\xa6\xfb\x9d\ \x2c\x8b\x8f\xbe\x05\xff\xb1\xec\x69\x34\x9b\x23\x77\x6d\x11\xae\ \x5d\x60\x79\x9e\x56\xaa\x68\xb9\x82\x56\xaa\x58\x6d\x9e\xfe\xf8\ \xc1\x98\x93\x47\x7f\xc8\x08\x62\x56\xf0\xc8\x66\xd5\xdb\x76\xef\ \xdb\xbd\x73\xa7\x99\x5b\xaf\xe7\xe6\xc5\x5f\x3a\x7b\xdd\xf0\x93\ \x08\x9a\xba\xf0\x93\xe3\x26\xaf\xe3\x7f\x4e\xab\x8f\x0f\xa1\x4b\ \x7b\x34\x6e\x8e\xfd\x8f\x01\x20\xec\x1a\x3a\xb6\x40\xeb\xee\xb8\ \x1d\x05\x00\xba\x0c\x6c\x9f\x89\x21\xf3\x21\x02\xe9\x0f\x31\xaa\ \x0f\xfa\x0f\x40\xe3\x1a\x98\xba\x13\x92\x11\xeb\x27\xa0\x75\x2b\ \x4c\xfc\x05\x86\x42\x0e\x3d\xbb\x10\xed\x07\xc2\x0c\x04\x1d\x45\ \xd7\x0e\x68\xd4\x0c\x07\x5e\x00\xd9\x58\x38\x0e\x7d\xfb\xa1\x73\ \x33\x34\x1c\x81\x34\x23\x0e\x2f\x40\xbb\x4e\x68\xd1\x1b\x2f\x93\ \xbf\xa9\x97\x0e\xc7\xd6\xa1\x57\x1f\x9c\x7c\x04\x00\x29\x91\x98\ \xd0\x03\xeb\xcf\x15\xdc\x4d\x7a\x83\x99\xc3\x31\x64\x2e\x62\x79\ \x18\x33\x31\x7b\x30\xda\x34\xc3\xe2\x43\x90\x80\x8c\xb7\x18\xd0\ \x16\xcd\xdb\xe1\xd0\x13\x00\xd0\xa5\x63\xfb\x4c\x0c\x5d\x50\x40\ \x76\xa2\x0e\xc7\x37\xa0\x57\x1f\x1c\x7f\x0c\x10\x2c\x1e\x8d\xf6\ \xdd\x30\x70\x20\x82\xb2\x90\xf4\x12\x0f\x3e\xfc\xb5\x61\x85\x1c\ \xb6\xaa\xbf\xf1\x80\x8d\xcf\x6e\x5f\x7f\x97\xac\xfd\xd7\x32\x51\ \xd4\xc3\xb3\xa7\xde\xe7\xfc\x6b\x43\x19\x86\xb3\xb2\xb5\x56\x7d\ \xeb\xb9\xfa\xe1\xd2\x8a\xe9\x6b\x2f\x5b\xc6\x2f\x16\xfc\xc7\xb2\ \x67\xfa\x9b\x97\xc2\xc3\x3b\xb4\x42\xfe\xdd\x11\x45\x2c\xc7\xd0\ \x94\xf6\xca\xf9\xcc\x98\xe8\xdf\x67\x31\xe7\xa4\xc4\x51\xfe\x0b\ \x0f\x9f\x38\xbd\x6b\xe6\xc7\xfd\x0b\x77\x3f\xcf\xb3\x96\x62\x16\ \x8e\x18\x3f\x79\xf1\xd6\x4f\x6a\x02\x20\xe3\xc3\xad\x05\x13\xc6\ \x4d\x5a\xb0\x39\x22\x0f\x0a\x46\xf7\xe4\xfa\xfe\x51\x13\x26\xec\ \x7b\x90\x04\x64\x1d\xdb\x30\x6f\xfc\xb8\x29\x27\x1e\x46\x7f\x61\ \x4f\xfb\xe2\x58\xb1\x07\x4b\xda\x60\xe3\x06\x18\x72\xb1\x74\x2d\ \x3a\xad\xc0\xec\x26\x58\xb9\x14\x3a\xe0\xf9\x65\x9c\x7d\x8a\xe4\ \x74\x98\x01\xb7\x06\xd8\x71\x14\x47\x37\xc0\xc3\x1e\x0d\x1a\xe3\ \xf5\x51\xdc\xd4\x62\xf7\x6e\x64\x5e\xc4\xc1\x57\x00\x10\x79\x03\ \xdb\xaf\x22\x53\x03\x13\x60\xe3\x8f\x65\xbb\xb0\xac\x3d\x36\x2c\ \x87\xc6\x11\x8b\x37\xe3\xc4\x71\xd4\xf1\x45\xc5\x1a\x70\x00\x4a\ \x34\xc6\xfe\xc3\xa8\x2f\x61\xf5\xc9\xaf\xf5\x3a\xbc\x0c\xd7\xb2\ \xb1\x74\x0b\x7a\x35\x00\x51\xe3\xec\x6e\xbc\x8c\x42\x46\x2e\x00\ \x68\xa3\x31\x73\x21\x02\xba\x61\xd7\x4a\xf8\x73\x38\xbb\x01\xd1\ \x5e\xd8\xb3\x03\x2f\x76\xe3\x5e\x02\xb6\x2c\x85\xcf\x60\xec\x18\ \x83\xdd\xcb\x11\xa7\x45\xd0\xd5\x02\x9d\xf3\xcd\xae\x63\x2b\x70\ \x25\x13\x4b\xb6\xa0\x4f\x7d\x40\x83\xc8\x0c\xcc\xde\x84\xa3\x47\ \x51\xd3\x19\x12\x03\xa5\x0c\x00\xe2\x5f\x60\xfa\x78\x4c\x98\x88\ \x0b\x6f\x01\x20\xec\x36\x26\x8f\xc3\x8a\x3d\x30\x7c\xf9\x95\xa1\ \xc0\x32\x10\x4d\xd8\xb7\x1c\xe3\xc7\x63\xde\xaf\x48\x37\x01\x40\ \x56\x28\xe6\x4f\xc6\x84\x09\x38\xfc\xa0\xd0\xf8\x35\xa7\x9d\xdc\ \x38\x73\xfc\xb8\x71\x3b\xaf\x7f\x04\x14\x2a\xa5\x4a\xa9\x50\xf0\ \x49\x2f\x56\xcf\x9d\x30\x7e\xd2\xc2\xe7\x99\x44\xfd\xfe\xea\xec\ \x09\xe3\xe7\xac\x3b\x92\x4e\x00\x4d\xcc\xe6\xb9\xe3\xc7\x8d\x9b\ \x79\xe1\x65\x3c\x00\x68\xa2\x77\x2f\x9f\x3a\x7e\xfc\x94\x20\x35\ \x47\xc5\xdd\xdc\xbb\xff\xbc\x11\xd0\x44\x3e\xd9\x7e\xe8\xaa\xa6\ \x40\x8f\xbc\x9b\x07\x56\x8d\x1b\x37\xfe\xc0\x83\x18\x98\x12\xf6\ \xfc\xba\xf9\x93\x01\xea\xd7\x67\x77\x9e\x7a\xce\xcb\x15\x2c\x45\ \xd1\x44\x7b\x71\xcb\xe2\x89\x13\x26\x9e\x7a\x1c\x47\x23\xf3\xcc\ \xfe\x75\xe3\xa7\x2e\x7c\x10\x9d\xfb\xe1\xfa\xde\x49\x13\x27\xac\ \xda\x7b\xdb\x6c\x79\x4d\x2d\xf8\x8f\x61\xcf\xbc\x4f\x61\x94\x4e\ \xf7\xf5\x8c\xb4\xaf\xb6\x04\x8b\xac\xcc\xbc\xe8\xa8\x1f\x14\xc3\ \xca\x18\x5d\xda\xd3\xeb\x57\xaf\x5c\xbe\xa9\xb1\xf6\xf6\x77\x56\ \x48\x8c\x5d\xdd\xd6\x6d\x3d\xd3\xae\xcf\x5f\x77\x5c\xa7\x7e\x3f\ \x7d\xf2\x32\x54\x68\x52\x46\x7a\x3e\x79\xda\xf6\x54\x41\xe6\xee\ \x13\xd8\xb9\xcf\x80\x86\x65\xac\x8e\xcd\x1f\x7f\x24\x4c\xde\xbc\ \x7e\xf1\xc3\x8b\x27\x1e\x7f\x93\x9b\xaf\x72\x60\x2d\x94\x74\x47\ \x52\x16\x2a\xd5\x05\x1f\x0b\xb5\x0a\x6d\xaa\xa0\x66\x13\x30\xa9\ \x08\xcf\x43\xed\x1e\x58\x37\x1d\x36\x74\xc1\x19\x44\x0c\x8b\x2b\ \xbb\x21\xd5\x42\xbb\xe2\x78\xf9\x0c\x95\x1a\xc2\xc7\x17\x4d\x02\ \x11\xf4\x1e\xc8\xc3\x96\x93\x18\x36\x17\x25\xec\x60\x06\x4a\xd7\ \x44\x29\x0f\x24\x65\xa2\x7c\x35\x28\x00\x9a\x41\xea\x03\xdc\xce\ \xc6\xd4\xfe\x90\x29\x50\xa3\x01\x5c\x55\x50\x4b\xa8\x55\xa6\x70\ \x64\x9d\x84\xbd\x17\x90\xf5\x19\xd3\x47\xe2\xc4\x0b\xc0\x16\x83\ \x16\x62\x74\xdb\x82\xf3\x87\x9f\x1d\xc6\xd3\xcf\x78\x72\x08\xa3\ \x66\x41\xad\x45\x78\x24\xea\x37\x86\x57\x71\xd4\x2e\x8a\x07\xb7\ \x11\xcd\xa3\x43\x4b\x14\xab\x03\x5f\x1d\x82\x13\x50\xf3\x1b\x9d\ \x49\x2a\xf6\x9c\x47\xd6\x67\xcc\x18\x89\x93\xaf\x01\x1a\xf6\x12\ \x76\xac\xc0\xe1\x1b\x10\x01\x9a\x02\xcd\xc1\xfc\x19\x63\xa6\xc3\ \xb7\x3e\x7c\x8c\x38\x78\x1d\x29\x6f\x30\x7b\x0b\x9a\xf6\x40\xf6\ \x0d\xac\x38\x5d\xa0\x5e\x6a\x08\x0e\x9f\x47\xda\x67\xec\xbb\x82\ \xea\xed\xc1\xbc\xc2\x98\xa5\x30\xe4\x60\xe2\x04\x30\xe5\x50\xc1\ \x1e\xbb\x0e\xa2\xc0\xc2\xa4\x55\x95\x5b\xf4\x1e\xd0\xb1\xc2\x99\ \x15\xf3\x9e\xa7\x69\x64\x2c\xcd\x70\xf2\x84\x47\x87\xcf\xbe\x41\ \xfb\x6e\xed\x5d\x93\xaf\x4d\x9c\xbf\xbf\x74\xdb\x1e\xce\xb1\xa7\ \xe6\xaf\xbf\x45\xac\x5c\x9b\x74\x1d\xd2\xad\xa6\xd5\x86\x85\x2b\ \x63\xb4\x86\xbd\x8b\x27\x5f\x4d\xf1\x68\xd3\xb4\x9a\x82\x92\x64\ \x0a\xe1\xe6\xc1\x1d\x41\xd9\x08\xbf\x7f\xe8\x4a\x50\x82\x1c\x00\ \xa4\x87\x7b\x17\x6d\x7b\x82\x1e\x5d\xea\x5e\x5c\x3e\xf3\x76\xaa\ \xb5\xa3\xe6\xcd\xe2\x69\x73\xe7\x6c\x38\x0e\x77\x1f\x63\xe4\xad\ \x83\x67\x1e\xbe\xbf\xf7\xeb\xd2\x93\xd1\x9d\x86\x0e\xaf\x5e\xcc\ \x91\x37\x53\xfe\x81\xb5\x7a\xf7\xed\x5a\xd2\x78\x7d\xe2\xc2\x43\ \x65\xdb\x0f\x6c\x5b\xa3\xb8\x65\x65\xd3\x82\xff\x1c\xf6\x24\x66\ \xf3\xd7\x03\xd5\x7e\x37\x82\x23\xe6\x1f\x4d\xb5\x31\xac\x94\x93\ \xfc\xe4\xd6\x83\x37\x89\xf2\x19\x6b\x36\x76\x2a\xab\x12\x95\x9e\ \xcd\x3a\x34\x1f\x36\xa8\x93\x31\x29\xf4\xf9\x8b\xc7\x09\x2e\x0d\ \xa7\x0d\xee\x38\x6c\xd1\x54\xf9\xe7\xfb\x4f\xe2\x0d\x8e\xce\xbe\ \xf5\xaa\x57\xf6\x73\x49\xba\xf6\x3c\x61\xe0\x8c\xe9\x6d\xbb\x8d\ \xea\x53\x03\xf7\x1f\x04\x7d\x91\x77\x63\x13\x0e\xc6\x61\xe1\x28\ \xc8\x8d\x10\x01\x1a\xa0\x68\x50\x12\xcc\x22\x94\x2a\xd0\x62\xe1\ \x81\x71\x00\x72\x70\xfa\x31\x7a\xf6\x02\x00\xb3\x50\x60\x2e\xb3\ \x2c\x58\x06\xd7\xb6\x82\xaf\x82\x06\xde\xd0\x68\x61\x16\x00\xe0\ \xd6\x66\x1c\xf8\x8c\xc5\xe3\x91\xbf\x41\xf2\xec\x19\x94\xef\x00\ \xef\xfc\xf1\xa8\x09\xab\xc7\x42\x53\x15\xa3\x9a\x17\x4e\xfe\xc6\ \x82\x2a\x8a\xc3\x87\xb1\xac\x33\x36\xad\x47\x06\x03\x95\x12\x62\ \xa1\xa5\x14\x1c\x83\x66\x53\xb1\xe7\x00\x5c\xa3\xb0\xe7\x12\x28\ \x19\xf2\x77\x9e\x72\x0c\x78\x23\x40\x83\xa5\x01\x0a\x2c\x20\x88\ \x50\x2a\x0b\x74\xa6\x01\x43\x2c\x88\x2f\x0e\x1d\xc1\x8a\xae\xd8\ \xb8\x0a\xe9\xd6\x58\xbc\x11\x03\x9b\xe3\xe0\x22\xec\x0d\x81\x42\ \x06\x4e\x89\xf0\x5b\x20\x81\x18\xdb\x15\xf5\x6b\xc2\x91\xc5\xeb\ \x20\xbc\x4b\xc2\xa3\x4b\x88\x4f\xc7\xc7\x97\x85\x4d\x2e\x83\xb5\ \x15\x24\x1e\x8e\xc5\xd0\xa2\x29\x16\x2e\x83\x2e\x18\x8f\xae\x23\ \xd3\x09\x0b\x06\xa1\x49\x3d\xd8\x32\x28\x98\xc8\xe5\x0d\x61\x8f\ \xae\x1d\xbb\xfe\x2a\x23\x3d\x39\x45\xab\xa3\x29\x9a\xa6\xc1\x8b\ \x74\xd1\xb2\xf5\x9b\xd6\xae\x4c\x85\xbf\x7c\xf9\x21\x25\xf8\xce\ \xc5\x8f\xc9\x29\x91\xef\xdf\xe6\x18\xb2\x5f\xdd\x3d\x7b\xe9\x49\ \x78\x46\x86\x26\x23\xf2\xe3\x93\x10\x61\xd4\xb4\x29\x2d\xda\xf7\ \xac\xe6\xad\x52\xf9\x34\xec\x52\x4d\x79\xf5\xcc\xbd\xb7\x11\xd9\ \xf5\x5a\xb7\x93\x03\x80\xe9\xd5\x8d\xeb\x29\x29\x51\x97\xae\x06\ \xa5\xc4\xbf\x7d\xf8\x59\xea\x34\x6f\x91\xf9\xf8\xb2\x07\xf6\x6d\ \x87\xd7\xf3\x92\x08\xab\x54\xb0\x5e\x25\x9b\xd5\x74\xcb\x3a\x78\ \xf4\x7a\x36\xe4\x10\x24\x57\x9f\xd2\x35\x2b\x06\xba\x17\xab\xde\ \xa2\x86\xc7\xb5\x43\x07\xc3\xf3\x2c\xfb\xe1\x2c\xf8\x0f\x62\x4f\ \x4a\xa9\x84\xf4\xd3\x05\x0f\x5a\x65\xf5\x03\xc2\x35\x19\x58\xbf\ \x1a\xb3\x7e\x59\xb5\x60\xde\xf4\xd6\x55\x3c\xc1\x9b\x89\x24\x9a\ \xcc\xe0\x05\x8a\x61\x68\x5b\x07\x57\x92\x11\xfd\xd9\x04\x43\x44\ \x48\x0e\xb1\xf3\x72\x54\xe4\x66\x67\xa9\x09\x00\x5b\x57\xa5\x14\ \x1a\x1a\x07\x68\xc2\x3f\xe7\x39\xba\xb9\xe5\x4b\x7b\x7f\x0e\x3b\ \x5f\x63\xcf\x01\xf8\x28\x20\x2f\x0a\xa5\x16\xc1\xe9\x48\x08\x85\ \xde\x06\x45\xed\x00\x40\x22\x5f\x97\x1e\x12\xde\x20\xd5\x0e\xd5\ \x4b\x00\x40\x89\x92\x08\x0b\x86\xc0\xe3\x55\x14\xca\x16\x45\x7c\ \x1e\x52\x1f\x63\xec\x1c\xbc\x7e\x89\x3b\x41\xf8\x74\x13\x3b\x82\ \xb0\xfb\x40\xc1\x11\x9e\x52\x26\x82\x22\xd1\xb0\x4e\xfe\x4c\x24\ \x8e\x2c\x47\xb4\x3f\x76\x4d\x87\x12\xe0\x35\x88\x4b\x80\xdc\x03\ \x6c\x1e\x92\x79\xd8\xdb\x81\xfd\x26\x76\x49\x7e\xc9\x7e\x6e\x48\ \x8d\x02\x28\x58\x2b\x41\x5b\xa3\x78\x11\xbc\x0d\x81\x68\xc4\xdb\ \x78\x54\xa9\x0f\x57\x11\x4f\x3f\xc2\x18\x8b\x78\x1a\x45\xbd\xbe\ \xea\x4c\x00\x99\x3b\x58\x2d\x92\x0a\xc5\x9a\x25\x38\x78\xa1\x71\ \x07\x34\xf0\xc2\xfb\x68\x40\x82\x49\x0f\x5b\x17\xe4\xa6\xc0\x00\ \x98\x0d\x30\x13\x38\xd8\xc1\xc5\x0d\xed\xfa\x62\xc5\x3e\x6c\x9f\ \x8d\xbc\x74\x24\x65\x82\xa2\x01\x80\xa6\x61\xd6\xc1\x08\x64\x45\ \xc2\x20\x83\x87\x3b\x0c\x59\x48\x17\xc1\x1b\x20\x90\x82\xad\xf1\ \xcf\x4e\xae\x58\x7e\x49\x3d\x7c\xfc\xa8\xea\xc5\x9c\x04\x5e\xe4\ \x79\x93\x89\x07\x43\x43\x14\xcc\x00\x94\x76\x36\x76\xae\x1e\x0d\ \xbb\xf6\x9f\xbd\xee\xf8\xb1\x5f\x47\xdf\x5d\x34\xf6\x48\x8c\xcf\ \xb8\x51\x7d\xca\x38\x51\x44\xe5\xe0\xa4\xcc\x7b\x1b\x12\x07\x10\ \x41\xe0\x4d\x94\x55\x8b\x5e\x9d\xdf\x1f\x9e\x72\x24\xb2\x68\xa7\ \x46\xf9\x07\x56\x51\xd6\x2e\x6e\x2e\x45\xab\xf4\x1b\x36\xea\xc8\ \x95\xdb\xd3\xeb\x3a\x86\x5c\x3a\xc9\xd6\xef\x50\x22\xe5\xde\x9d\ \x38\xb3\x9c\xa3\x05\xb3\xd1\xc6\xab\xfa\xc6\x23\xc7\x3b\x3a\x7e\ \x18\x3b\x75\x59\x22\x65\xa3\xcb\xc9\x14\x00\xc8\xfc\xa6\xfd\x72\ \x60\x65\x1f\xbf\x35\x13\x47\x5d\xfd\x9c\x9d\x98\x90\x64\xb2\xac\ \x25\x59\xf0\x0f\xc3\xdf\xf9\x5d\xb7\x2f\x57\x31\xcf\xce\x81\xd6\ \xeb\xc0\x7e\x9f\x9d\xe7\xe1\xe5\x6b\x1f\x50\xea\x87\x36\x29\x0d\ \xc9\x64\x40\xe1\x81\x41\x14\x5d\x68\xbd\x0a\x66\xa1\x48\x95\x96\ \xc3\x6b\x5f\x99\xd2\xb1\x2b\x2d\x68\x9b\x0c\x5b\x55\xbb\x82\x6b\ \x79\x9b\xbd\x03\x3b\xf5\xea\x32\x78\xc1\xb8\x59\x23\x26\x2d\x18\ \xdb\x73\x2f\x2d\x7a\xb4\x59\xd3\xb6\x7c\xfe\xbc\xe7\x95\x43\x88\ \xc9\xc3\x8a\x71\x90\x6c\xb0\x60\x39\x26\x76\xc7\x92\x5e\x60\x18\ \x0c\x98\x03\xf7\x42\x16\xfb\x62\x1c\xc7\x46\xc1\xbe\x08\xdc\x68\ \x00\x68\xd0\x0f\x57\x27\xa0\x43\x07\x28\x4b\x60\x76\x2d\xb8\x35\ \xc6\x08\x40\x13\x82\xe1\x6b\xd0\xab\x36\x7e\xed\x86\x28\x35\x56\ \x8e\x83\x64\x8d\xf9\xcb\x20\x4b\x41\xaa\x1c\xc5\xfd\x00\x40\x48\ \xc7\xb1\xc3\x90\x6a\x61\xdc\x18\xb8\xd6\xc2\x00\x27\x4c\x3c\x8c\ \x43\x47\x30\xac\x29\xc6\x77\x80\x9c\x41\xef\xc9\x70\xa5\x0a\x7e\ \x8f\xf2\x4b\x6e\x31\x12\x57\x26\xa0\x7b\x0f\x10\x07\xac\x6f\x0a\ \xdb\x12\xb8\x31\x15\x1d\xcf\xc3\xa5\x1e\xda\x94\x45\xb9\x61\x98\ \x30\x0d\xe7\x19\x34\x18\x86\x0a\x0e\x5f\x75\x26\x00\xeb\x87\xa1\ \xcd\x30\xa9\x3d\x14\x2c\x06\xcc\x80\x2a\x16\xa3\xe6\x40\x23\x40\ \xad\xc0\xda\x86\xb0\x01\x22\xf6\x22\x6f\x3b\x3a\xde\xc6\xc0\xa1\ \xc8\x7a\x05\xab\xee\xa8\xd1\x0a\xed\xee\x62\xd5\x32\x38\xb9\x62\ \xdc\x72\x64\x6c\xc7\x65\x07\x4c\x2a\x07\x91\x07\xab\x40\xd6\x5b\ \x8c\xee\x0d\x63\x12\x3a\xcc\x44\xb9\x06\xe8\x71\x15\x23\x06\x82\ \x7c\x86\xa6\x74\x81\x89\xed\x53\xb2\xaa\xa7\xf1\xe0\x2f\x6b\xd5\ \xef\x32\xa4\x8e\x36\xae\xd5\x4a\x3b\x6f\x3e\x7d\xac\x6a\xa5\x82\ \xa8\x2c\xee\xf5\x7b\x0e\xaa\x1f\xbc\x63\xd9\x72\x57\x17\xf7\x9e\ \xd3\x97\x57\xa8\x5b\x43\xda\x72\x65\xed\x26\x79\x9c\xd9\xd6\xca\ \xbd\xd8\xc8\x49\x7d\x26\x2e\x1f\x1e\x72\xdc\x36\x34\x95\xae\x67\ \x03\xdb\x12\x3d\x2b\x59\x2f\x7a\x19\xd8\xb0\x44\xc1\x92\xa0\xa2\ \xe3\xe8\x49\x2f\xe6\x6d\x5b\xbe\xf2\xb5\x8b\x7f\x8b\x85\x03\xd3\ \x7f\xdd\x13\x34\x68\xcb\x49\xaf\x7b\xb3\x67\xaf\xd9\xbb\xb8\xbb\ \x52\xa5\x24\x29\x61\x17\x7e\x59\x73\x55\x9b\x93\x51\xa6\x7a\xeb\ \x0a\xb5\x3c\xad\x36\x8f\xef\xdc\x3b\x79\x60\xaf\x06\x9f\x9e\x5c\ \x4a\x48\x57\xbb\x05\xd6\x77\x4d\xbd\x36\x65\xdd\xfd\xb9\x07\x77\ \x96\x53\x5a\x5e\x58\x0b\xfe\x41\xf8\x3b\x11\xea\x78\x49\x0a\xdb\ \xb5\xcd\x70\xf2\x30\xc3\xd0\x60\xb9\x82\xe0\x6c\x66\xb3\xc8\x71\ \x0e\x23\x27\x94\xe8\xd0\xf9\xf7\x6b\xa6\x44\x34\xe5\x68\x0c\x56\ \x76\xf6\x05\xf1\x86\x24\x73\x4e\xae\xde\xda\xde\x9e\x16\x0c\x39\ \x3a\xc1\xde\xde\x86\x06\x9f\x18\x15\x63\x52\x38\x17\xf3\x76\x02\ \x20\xea\xb2\x62\x93\x32\x94\x4e\x45\xbc\x9c\x94\xda\x8c\xf8\xa4\ \x6c\xc1\xdb\xdf\xdf\xaa\x90\xab\x75\x59\xc8\xcc\x85\xde\x04\x46\ \x06\xff\x62\x60\x81\xd4\xcf\x30\xa9\x50\xc4\xb5\x20\x81\x68\x86\ \xd6\x04\x3b\x1b\x00\x30\xeb\x61\x04\x6c\x0b\x0f\xb5\x14\x75\x88\ \x4d\x81\x67\x31\x7c\x3d\x37\x4e\x44\xae\x0e\x76\xb6\xd0\xa9\x91\ \x99\x0b\xbd\xb1\x50\xac\x80\x6c\x1d\x1c\xec\xf2\x15\x86\x3a\x0d\ \x39\x5a\x98\x04\x28\x1c\xe0\xeb\x80\x6c\x2d\x9c\x9d\x00\x20\x31\ \x1a\x82\x35\x8a\x16\x98\xc5\x30\xea\x20\x30\xb0\x56\x00\x00\xaf\ \x41\x6c\x2a\x3c\xfc\x60\xc3\x01\x80\x29\x1b\x09\x6a\xf8\x16\x2b\ \xe0\xac\xec\x64\xa8\x45\x14\xf3\xf9\x81\xce\xdf\x89\xe5\x91\x10\ \x0f\x83\x04\xf7\xa2\xb0\xe5\x00\x20\x33\x1d\x4a\x6b\xdc\x3d\x81\ \x77\xd1\x78\xf6\x1c\xcd\x27\x62\x62\x5b\x40\x40\x6c\x2c\x78\x06\ \x3e\x45\x41\x6b\x11\x11\x86\x3d\xab\x21\x36\xc6\x82\x06\xe8\x3a\ \x05\xf3\x37\xa3\x98\x2d\x8a\xb8\x01\xc0\x9d\x13\x78\x1e\x8a\xd7\ \x2f\x51\xaa\x2b\x96\x0f\x2e\x9c\xcb\x4e\x8f\x4f\xcc\xd4\xab\xec\ \x9d\xbd\x3c\x9d\x59\x5e\x97\xa6\xd6\x59\xd9\x28\x45\x91\xb5\xb3\ \x51\x02\x00\x31\xc6\x47\xc7\xe9\x45\xce\xdd\xb7\xa8\xbd\x92\xce\ \x4c\x8c\x4e\xcf\x13\x6d\x5d\x3c\x3c\x9c\x6c\x18\x0a\xda\x8c\x84\ \xc4\x2c\xbd\xb5\xa3\x9b\xad\x21\xfe\xfa\xb5\xf3\x67\x1f\x65\x8e\ \x5b\xbe\xa2\x4e\x91\xaf\x43\x10\xb3\x26\x35\x36\x39\x87\xb5\x76\ \xf6\x71\x56\x68\xf4\xc4\xd9\xd1\x06\x30\x67\x66\xe4\x59\xd9\x2a\ \xcd\x26\xa8\x38\x53\x5c\x5c\xaa\xc8\x5a\x17\xf1\xf7\x51\xd0\xd0\ \x67\x25\x26\x66\x9a\x9c\xdd\x5d\x8c\xd9\x29\xb9\x46\xda\xbd\x48\ \x71\x07\x99\x3e\x3d\xcb\x68\xef\xe2\x24\xb3\x2c\xc6\x5b\xf0\x3f\ \x83\xbf\x17\xa1\xee\x6f\xc6\xf7\x34\x18\x8d\xd1\x47\x0f\xe9\xae\ \x5d\x44\x76\x16\x68\x1a\x92\x04\x4f\x6f\xbb\xce\x3d\x8a\xb5\xef\ \xc4\xd1\xff\xb3\xb3\xfc\x5a\x2d\x04\x09\x0c\xf5\xd5\xde\xcd\x3f\ \x00\x9d\x22\x5f\x3d\x2b\x29\x0a\x34\x5d\xe0\xd7\x49\xd1\xa0\xa9\ \xaf\x3e\x9e\x34\x03\x86\xfe\xde\x43\x93\x02\x43\x43\x92\x40\x31\ \xbf\x13\xcb\x40\x28\xf4\xf1\x64\xb9\xc2\x68\xa1\x12\x04\xa9\xf0\ \x16\x05\x8e\x2d\x70\x0e\x25\x85\xf2\x29\x52\x20\xfc\x37\x65\x31\ \x2c\x68\x0a\xa2\x50\x30\x27\x9b\x2f\x50\x10\x0a\x26\x19\xbe\xd5\ \xf9\x3b\xb1\xf9\xb5\x03\x24\x09\xa2\x58\xa8\x55\x1e\xce\x9f\x44\ \x42\x1e\x3c\xcb\xa2\x6d\x63\xc8\x09\x28\x1a\x2c\x03\x00\x02\x0f\ \x30\x88\x79\x8e\xcb\x6f\xd1\x65\x00\x9c\xf3\xf0\xe0\x23\xea\x35\ \x85\x4d\xbe\x34\x11\xb7\xce\xe0\x53\x3a\x1c\xfd\xd0\xbe\x15\x7c\ \x1c\xf1\xdf\xf8\xb8\xb4\x91\x8f\x0f\x5e\x79\x5d\xba\x65\x9f\x46\ \xa5\x9c\x2d\x2f\xa4\x05\x16\xf6\xfc\x29\x44\x20\x33\x32\x42\x13\ \x13\x05\x93\x99\x56\x29\xed\x4b\x95\x75\xf4\xf6\xfe\x97\x8d\x83\ \x6f\x43\x1c\xff\x35\x6c\xda\x84\xe0\x10\xb0\x04\x7a\xd3\xb7\x3a\ \x17\x38\xcc\xb3\x0a\xc8\x29\xe8\x0c\xff\xe2\xec\x2f\x0b\x16\x30\ \xf3\x3f\x89\x3c\x4a\xfd\xd4\x1b\x3f\x9f\xe9\x68\x0a\x20\x5f\xd7\ \xa9\x28\x1a\xd4\xb7\x5f\xa9\x82\x8a\x7e\x3b\x9f\x40\x48\x41\xd5\ \x29\x0a\x44\xfa\x2a\xfc\x6b\xe2\xef\xc5\x52\xf4\xd7\xc8\xd2\x12\ \x01\xc5\xc0\xc6\x16\x2c\x05\xc1\x04\xad\xee\xab\xd7\xfd\x17\x81\ \xac\x02\xd6\x0a\xe8\xb4\xe0\x09\xac\x14\xd0\xeb\x20\x15\xde\x55\ \x5a\x41\xc6\x82\x88\xd0\xe9\xb0\x66\x1d\x1c\x1d\xff\x4b\xdd\x4e\ \x12\x41\x31\xf8\xdf\x35\x0a\x45\x41\x62\xd8\x7f\xcc\xca\xfc\xbf\ \xde\xa5\xff\x00\xc6\x9c\x4c\x3d\x6b\xef\x68\xfd\x27\x33\x6c\x9a\ \xac\x74\xca\xda\xc9\x46\xce\x58\x78\xf0\xdf\xc9\x9e\x7f\x7f\x3d\ \x93\x01\xdc\x4a\x04\xb8\x95\x08\xf8\xab\xaf\x99\x59\x9f\x9d\xab\ \x67\x15\x4a\x4a\x34\x19\xcd\x44\xc5\x27\xee\x3c\xf8\xb0\xf5\xe8\ \xb1\xa5\xec\xfe\xb5\x72\xc7\x8d\x23\x21\xd7\x37\x7d\x50\x35\xe8\ \x55\xff\xdb\x93\xcb\x4c\x80\x0c\xa0\x62\xef\x6f\x7f\xa8\xab\x38\ \xa0\x4d\xcd\x7f\x49\x26\x1f\x73\x6d\xeb\x5d\xcd\xd8\xa1\x3d\x7e\ \xd2\xfb\x4c\x00\xf7\x07\x2b\x6c\xbc\x11\xac\xe2\x1b\x06\x11\x40\ \xd8\x1f\x13\x8a\x41\x0f\xd0\x50\x7e\xb3\x4d\xc0\xcc\xe3\x37\xf1\ \x9a\xbf\x96\x6a\x84\x5c\xf1\xb5\x08\x5e\x82\x5c\xf9\xd5\x3a\x36\ \x9a\xa1\x90\xfd\x49\xae\x1f\x28\x60\x82\xb2\x30\x44\xb2\x40\xbe\ \x2e\x76\xe9\x72\x20\x29\x61\xf3\x4d\xf4\x64\x93\x19\x32\x59\x61\ \x2d\x24\xa8\xd5\x50\xd8\x42\x25\x03\x6f\x40\x4e\x1e\xc0\xc0\xc1\ \x09\x1f\xcf\xe3\x46\x2e\xa6\x0d\xf8\x33\x3e\xd1\x60\xe3\x76\x34\ \x18\x82\x8a\xff\xfd\x61\x97\xc5\x4b\x9b\x96\x24\x97\x1f\x34\xa2\ \x41\x91\x9f\x24\x10\x8c\x06\x41\xae\x54\xfc\x0d\x3e\x7b\x7b\x65\ \xc7\x2b\x52\xb9\xa9\x7b\xca\x99\x50\xeb\xa9\xfd\x1b\xbf\x3a\xb7\ \x65\xeb\xa5\xb7\x35\xdb\xb4\x32\xc4\xab\x5b\x0c\x1a\x56\xca\xfe\ \xf7\x39\x72\x0e\xae\xdd\xea\xd6\x65\x4a\x0b\x3f\xf9\x5f\xa6\x5a\ \x93\x3a\xc7\x60\xe7\x60\xcf\x7c\x7b\xc9\x28\xc8\x15\x1c\x00\xe8\ \x42\x97\xcc\xde\xd9\x6c\xe6\x8a\xaa\x42\x2e\xcf\x58\x39\xd8\x28\ \x00\x49\x9b\x9d\xad\xe7\x25\x4e\xae\x90\xb1\xac\x5c\xa9\x64\x69\ \x98\xe2\xee\xce\x5e\x7d\x6f\xec\xca\x25\xa5\xe4\x10\x05\x33\x61\ \x64\x2c\xf8\xdc\xec\x1c\x93\x00\x99\x52\xc5\xb1\xb4\x42\xa1\x64\ \x7e\x30\x9b\x26\x18\x4c\x44\xa9\xe0\x7e\x47\x16\xbc\x2c\xbf\x47\ \x8a\x86\xcc\x6c\xbd\xad\xd3\xb7\x13\x26\xc4\xa0\xc9\x36\x48\x32\ \x47\x7b\xeb\xc2\xb7\xda\xa8\xce\x35\xd9\x3b\xd8\xfd\xf6\xdd\x10\ \xcc\x02\xc5\xb2\x0c\x0d\x89\xcf\xc9\xd6\xd0\x56\xf6\xb6\x8a\xff\ \x40\x66\xff\xf7\xfd\x62\xe7\x7c\xbc\xbf\x62\xd2\xe8\x56\xf5\x2a\ \x36\x6c\xdf\x67\xea\xb4\x65\xc7\xce\x9f\x7c\x18\x99\xe3\x63\xf7\ \x37\x7a\x35\x65\xed\x16\xe8\x6d\xff\x75\x6c\x48\xb2\xde\x4f\x1a\ \x38\xf1\x59\x16\x05\x40\xe9\x52\xda\xd3\xc5\xed\x5f\xb5\x16\x1e\ \x5e\xb9\xf2\x3c\x81\xfe\xe1\xe3\x15\x33\x82\x27\x0e\x9c\xf8\x32\ \xfb\x27\x0d\x25\xe0\xfc\x56\xf4\xee\x86\x86\xcd\x71\x21\x14\x00\ \xee\xec\x46\xeb\x16\xa8\xdf\x1a\x77\x63\x01\x20\xf2\x25\x46\xb4\ \xc2\xdc\x83\x00\x90\xf1\x1a\xc3\x87\x62\xe4\x10\x94\xf5\xc3\xb4\ \x73\x30\xa4\x60\xfa\x20\xb4\x6a\x82\x91\x6b\x90\xbf\xa0\xcc\x67\ \x60\x64\x73\xf4\x5f\x0a\x08\x38\xb0\x10\xdd\x7b\xa0\x71\x67\xbc\ \xc9\x00\xb4\x58\x30\x1e\xa3\x46\xa3\x49\x25\xd4\x19\x87\xe4\x58\ \x2c\x18\x8e\xee\xed\xd1\x6b\x06\x72\xbe\xd9\x92\x15\xfb\x1c\x73\ \x27\xa2\xcf\x00\xdc\x0e\x85\xa8\xc7\xb3\x33\x68\x5c\x07\x97\x42\ \x0a\xee\x3e\x3a\x89\xf1\x43\x31\x68\x0a\x12\x0c\x88\x79\x80\x9e\ \x1d\xd0\xb0\x2e\xb6\xdf\x2b\xd0\xb9\x6b\x67\xb4\xee\x5c\xa0\x73\ \x52\x18\xe6\xf5\xc7\xa0\xf5\x05\xfe\x4c\x9f\x5f\x60\xde\x14\x0c\ \x1f\x8d\x27\xd1\x80\x16\x03\x3b\x63\xcc\x64\xcc\x59\x82\x74\x82\ \x47\x17\x90\x2e\xfb\x73\xc3\x93\x52\xa1\x6c\x59\x14\x1c\xd5\xf7\ \xdf\x0b\x21\xfa\xd2\xf5\x27\x32\x1b\xeb\x9f\xdd\x7f\xb1\x6f\xe6\ \xf4\x2d\x4f\xff\x9e\x29\xf8\xec\xca\xc5\x04\xad\x8d\x8b\x57\xb1\ \x0a\xa5\x8a\xa4\x3c\x3b\xbc\xf6\x6c\xe4\x80\x49\x73\x3a\xd6\xa9\ \x52\xb6\x94\xbf\xbd\xea\x87\x06\x4c\xf0\xf9\x1b\x6f\x6d\x1c\x65\ \x7f\xf5\x37\x3b\x23\x64\xd1\xf0\x5e\xdd\xba\xb6\x1e\x38\xef\xa0\ \x26\xdf\xac\xc9\x8b\x9d\xdb\xad\x66\x9b\x79\x67\x44\x00\x10\x6f\ \xed\xd8\x9c\xee\x59\x53\xf9\xe9\xc4\xd8\xa1\x83\xba\xb6\x69\xb7\ \xfa\xc2\x27\xc0\x70\x72\xcd\xdc\x29\xd3\xa6\x0d\x68\x5f\xaf\x6c\ \x93\x29\xb1\x79\x04\x30\x1f\xdb\xb6\x8b\xab\xd0\xd2\x4f\xfc\x7c\ \x76\xfd\xa4\xa6\x1d\x87\xbf\x33\x00\xc6\x98\xad\x2b\x26\x4d\x9d\ \x31\xb5\x6b\xa3\x4a\xf5\x86\xad\x4a\xff\xc1\xd6\x64\x72\x6d\xc3\ \xb4\x05\x27\xdf\x7e\xdb\x94\xf1\x21\xf7\xa7\xf6\x68\x3e\x6e\xdd\ \x45\x11\x30\xa4\xbc\x9a\x3b\x62\xd0\x88\x11\x03\x7a\x8d\x5a\x1e\ \x5d\xb8\xef\x2c\xf6\xc5\xa9\x49\x23\x06\xf7\xed\xd0\x66\xf2\xb6\ \x3b\x02\x60\x4a\x7d\x35\x6b\x50\x8f\x6e\x9d\x5b\x0d\x5b\x76\xf2\ \xcb\x01\xd6\x82\x36\xfd\xf1\xf1\x65\x0d\x1a\xf4\xbe\x13\x69\x00\ \x4c\x97\x37\x2f\x1c\x32\x78\x70\xbb\x0e\x7d\xcf\xbe\xcb\xfa\x0f\ \x34\x59\xb3\x33\x52\x7e\xf3\x97\x93\x99\xfa\x3a\xe8\x99\x20\x88\ \xe4\xbf\x1f\x99\x73\xba\x37\xfd\xf5\x56\x22\x21\xe4\xc5\xd6\x3e\ \x45\x4a\xd7\xee\x37\x60\xf4\xc9\x27\x71\x84\x90\x9c\xf0\xfb\x0b\ \x27\x0c\x1a\x3c\x62\xe6\xed\x08\x75\x41\x5a\x49\x7d\x66\xd3\xfc\ \x81\x83\x07\xaf\x39\xf6\x34\xee\xcd\xd9\x25\xeb\x4f\x09\x44\xb3\ \x6f\xe5\xb2\x3b\x6f\xc3\x8e\x6e\xdb\x1e\x92\x96\x77\x7b\xd7\x82\ \x81\x03\x07\xad\x3e\xf2\x38\x23\xf2\x7c\x05\x4f\xbf\xf6\x83\xa7\ \xdc\x08\x8b\x39\xb6\x65\xd3\x9b\x5c\xe9\xc3\xd9\x4d\x03\xfb\xf6\ \xef\x3b\x62\xce\xa3\x18\x1d\x21\x24\xee\xc5\xf9\xd9\x63\x07\xf5\ \xef\x3b\xfc\xf8\x9b\xd4\x7c\xd9\xfa\xe8\x07\x73\xc6\x0c\x18\xd0\ \x77\xe0\xb6\x4b\xc1\x84\x90\x5d\xa3\x6b\x96\xad\xd5\xaa\xff\x88\ \x39\x8f\xa3\xf3\x08\x21\x11\xf7\x0e\x8f\x19\xd0\x7f\xf0\xb4\xf5\ \x51\x3a\xa2\xfd\x78\xac\xac\xa7\x5f\x87\x21\x93\x6e\xc7\x0b\x99\ \x6f\xce\x4e\x18\xd2\xbf\xff\x84\xe5\x6f\x53\xf9\x02\x25\xcd\x24\ \xfc\x13\xd1\x13\xb2\x65\x30\xe9\xb3\x9b\xa4\x3d\x25\x8d\x9b\x93\ \xd0\x64\xb2\x6b\x3c\x99\xb0\x8b\x98\x32\xc8\xca\x51\xa4\x62\x29\ \xb2\xe3\xc1\xd7\x26\x78\x73\x84\xf4\x1c\x4b\x52\xf5\x64\x65\x3f\ \x32\x71\x0f\xc9\x0e\x27\x4d\x1a\x93\x48\x89\x90\x2c\x32\xbb\x0f\ \x29\x15\x40\xe6\x9e\x22\xc4\x4c\xc2\x43\x89\x44\xc8\xc4\x16\x64\ \xc9\xb5\x82\x8c\x86\x4f\xa4\x5f\x77\x72\x3b\x86\xe8\xb2\x48\xf8\ \x67\x42\x92\x49\xc3\x6a\xe4\x71\x5a\xc1\xdd\xb8\x47\xa4\x53\x3b\ \xb2\xeb\x32\x31\x11\x42\x08\x09\xbd\x4b\x86\xb5\x27\xa5\xea\x92\ \x77\xb9\x84\x10\x72\x6b\x13\x69\xd7\x9f\xdc\x78\x4b\x08\x21\xc6\ \x58\xd2\xb1\x21\x39\xf9\x91\xbc\xda\x4c\x5a\x8f\x25\x09\x4f\x49\ \x93\xe6\x24\x34\x99\xec\x18\x47\xc6\xef\x20\xc4\x48\xb6\x2e\x20\ \x55\x2a\x90\x59\x87\x08\x21\x24\xfe\x31\xe9\xd4\x8e\xec\xbc\x44\ \x8c\x84\x10\x42\xde\xee\x25\x3d\xe6\x14\xd6\xc4\x40\x06\xb4\x21\ \x57\xd2\x89\xa4\x26\xdb\x17\x91\xfe\xfd\xc9\xac\xdd\x44\x20\x24\ \xfa\x21\x99\x38\x98\x8c\x98\x41\xc2\x0b\x9f\x64\xfc\x7d\xb2\xe5\ \x14\xd1\xc7\x92\x19\x23\x48\xff\xbe\x64\xcf\x8d\xfc\x67\x40\x8e\ \x6e\x20\xfd\x07\x90\x09\x4b\x49\x0e\x21\x84\x90\xe7\x67\xb6\x6f\ \xbb\x12\x42\x88\xf1\xc0\xda\x65\x57\x62\x78\x92\x1d\xb2\x76\xf9\ \x96\x04\x03\x79\x7f\x6d\xf7\x84\xa1\xfd\xfb\x0e\x9a\xf9\x26\x2d\ \x2f\xf2\xc1\x91\xd1\x03\x06\x0e\x9d\xb9\x3d\x51\x47\x08\x21\xa6\ \xd0\xd3\xed\xdb\x8d\x08\x37\x10\x51\x1d\xb6\x75\xf1\xe4\x01\x03\ \xfa\x2d\xdc\x7d\x33\x27\xf3\xc3\xea\xa9\xc3\x06\x0d\x9a\x70\x2d\ \x2c\x7d\xef\xe0\x7a\x25\x6a\xb4\x9f\xb2\xee\x5a\x7e\xb3\xa8\x3f\ \xde\x9d\x3b\xba\x5f\xdf\xfe\x63\xd7\xfc\xba\x6e\xfc\xd0\xbe\xa3\ \x17\xef\x49\x15\x09\x91\xd4\xe7\x37\xcf\xe9\xdf\xaf\xef\xa2\xfd\ \xf7\xcc\x84\x10\x21\xfd\xe4\xc6\x05\x03\xfb\x77\x2f\x5f\xab\xd5\ \xad\xcf\xba\x1b\xbb\x7f\x79\x12\x99\x7b\x6b\x53\xff\x62\x55\x9a\ \xce\xde\x7a\x2a\xe8\xc1\x89\x3d\x67\xdf\x11\xa2\xbb\xb0\x69\xee\ \xc0\xc1\x83\x97\x1f\xbc\xc3\x13\xa2\x8d\x7e\xb2\x62\xe6\x98\xbe\ \x6d\xab\xd7\x1e\xb8\xcd\x54\x50\x69\xcd\x85\x2d\x0b\xfa\xf5\xef\ \xbb\x78\xcf\x2d\x91\x90\xe4\xb7\xa7\xc7\x0f\xec\xdb\xb7\xef\xf0\ \xa3\x8f\xa3\x0b\x9b\x2f\x67\xf3\xa8\xd6\x03\x56\x5f\x53\xc7\xdd\ \x69\xd3\xb8\xfd\x5d\x35\x21\x7c\xec\xba\x71\xed\x8b\xfa\x07\x4e\ \x3a\xf0\x88\x10\xa2\x8f\xbd\xd1\xbd\xc3\xc0\x97\x19\xba\xa4\xd8\ \xf0\x54\x3d\x09\xde\x3a\xac\x76\xcf\x4d\x05\xef\xa4\x21\x6c\x7a\ \xbf\x1e\x9b\x6f\x45\x4a\x84\x64\x3c\xdf\xd1\xb1\xc7\xf4\x14\x9e\ \xbc\x3a\xb1\xa2\x73\xe3\xf2\xb5\x3a\x2f\xca\x2b\x2c\x40\x4a\xb8\ \x37\xb4\x5b\xbf\xb3\x6f\x0b\xfa\x3c\x11\xd4\x97\xb6\x2f\x19\xdc\ \x7f\xc0\xe0\x39\xbb\x32\xf4\x9a\x35\x83\x2b\x95\xab\xdf\x7e\xc1\ \x9e\xcb\x3a\x42\x08\x21\xa6\xb4\xb0\x8d\x53\x06\x54\x2f\x13\x38\ \xef\x78\x0c\x21\xe4\xe2\x9c\xae\x5d\x97\xdf\x20\x24\x79\x70\x93\ \xa6\xc7\xde\xa7\x1e\x5e\x3a\xef\xdc\xeb\xf4\xb4\xf8\xf0\xd8\x4c\ \x3e\xe3\xd6\xea\xaa\x8d\xa6\xe6\x12\xcd\xba\x21\x2d\x46\x6c\x79\ \xa8\x0e\xbf\xd8\xb2\x65\x9f\xdb\xef\x9e\x2f\x9a\xbf\x21\xd6\x40\ \x3e\xdd\x3d\x3c\xa4\x4d\x9d\x52\x0d\x86\x7e\xd0\x12\x42\x0c\x11\ \xef\xc3\xf4\x84\x1c\x9c\xd0\xb8\xf7\xd2\x1b\xe4\x1f\x8c\x3c\x4d\ \x6e\xd0\xd3\x47\x29\x49\xf1\xc9\x89\x71\xbf\xf9\xfb\x1c\x13\x19\ \xf4\xec\x71\x6e\x56\xda\xef\xa9\xf2\xdf\x3a\x5b\x24\x24\x85\x86\ \xa9\xed\xcb\x07\x7a\x01\xe6\x27\xcf\xb3\x3a\xcd\x58\x33\xa0\x16\ \xb7\x69\xeb\xbe\xb8\xe4\x0f\x4b\x96\xed\xf1\x6b\x37\xd4\x5f\x7d\ \x7f\xcb\xa9\x7c\x97\x78\xfd\xe9\x95\xf3\x6e\xe7\x14\xef\xdf\xbc\ \xe8\x89\x4d\x1b\x33\x9d\x4a\xa4\x3e\xdc\x35\x74\xf0\x84\xa7\x3a\ \xef\x62\xb2\x4f\xc7\xae\xbc\x8e\x7b\xbb\x77\xd1\xb1\x98\x91\x8b\ \x97\xf5\x6e\x14\x18\xfd\xf4\x6e\xd1\x36\x13\x7f\x59\x34\xa9\x06\ \xfb\xee\xf0\xd9\xe7\x0c\x1f\xbd\x65\xe7\xd9\x0a\x03\x26\x34\xb2\ \x7e\xbf\x75\xef\xa5\xb8\xb7\x47\xc7\x2e\x38\x19\xd8\xa1\x97\x55\ \xf6\xa7\xa8\x94\xdc\x7c\x4d\xee\xec\xdb\x16\x62\xd5\x68\xe2\xe0\ \x5a\x27\x7f\x59\xf6\x38\x2e\x2e\x22\xc9\x76\xec\xca\xe5\x0d\xac\ \x3f\xae\x3f\x7e\x3b\xf9\xdd\xe9\x89\x2b\x2f\x36\x1a\x3c\xae\x54\ \xc6\xb5\xf5\x07\xde\x7d\xfe\xf0\xa2\x44\xdb\xc9\xbf\x2c\x9c\x52\ \x3a\xe3\xcc\x90\x19\x07\xaa\xf5\x1c\x53\x8b\x7e\xb6\x76\xcb\x85\ \x82\x2a\x71\x08\x28\x09\xcd\x4b\xdc\x48\xc6\xd0\xa6\x38\xbe\x1f\ \x75\xc7\xa0\xb4\x07\x18\x19\xe4\x34\x38\x7b\x8c\x9b\x85\x72\x65\ \x50\xba\x7c\xe1\x6f\xd5\x1b\x2c\x38\x86\xa9\x8b\xa0\x0a\xc7\x3d\ \x0d\xa6\x0e\x86\x3d\x03\xa5\x2d\x6c\x78\x6c\x5e\x04\x59\x13\x74\ \x6b\x80\x0a\x95\x01\x0e\x01\xa5\x11\x76\x01\x61\x32\xb4\xad\x08\ \x00\x24\x0f\xd3\x66\xa3\xf2\x70\x34\xf1\x83\xca\x11\x01\x45\x70\ \x74\x1b\x1c\xeb\xa1\x4c\xbe\x09\xce\xe3\xd7\x95\x48\xa3\xf1\xf8\ \x10\xd6\x1f\x87\x00\x14\xab\x8d\x89\x23\x50\xb6\x2c\x8a\xd9\xc2\ \x1c\x8d\x15\xbb\xa0\xe0\xb0\x77\x15\x6e\x45\x20\xe8\x1a\x94\xb5\ \xd1\xad\x0c\x38\x1a\x2e\xf6\x38\x71\xa8\x40\x67\x56\x06\x25\x07\ \xc8\x30\x64\x12\x9a\x94\x42\x60\x79\x40\xc4\xc6\x95\x48\xa5\xf0\ \xe4\x30\xd6\x1f\x87\x04\x7c\xce\x44\x66\x30\x36\x9e\x82\x0e\x30\ \x85\x21\x53\x89\xea\x2a\xcc\x1a\x81\x38\x57\xb4\x08\xc4\x87\x60\ \xc4\xbe\xc7\x92\xdd\x68\x3d\x04\x39\x0f\x70\xac\x70\x73\xc3\xbd\ \x33\x08\xc9\xc3\xed\x3d\x88\xf1\xc0\xf8\x5e\x38\xb0\x0e\xc1\xd9\ \xd8\x3c\x15\x77\x8c\xe8\x5b\x0b\x6f\x5e\x83\x97\x00\x20\xf9\xfd\ \xc3\x7b\xe1\xe9\xc6\xa8\xab\x0b\xd7\x6d\x08\xcd\xc2\xa7\x6b\xfb\ \x1e\xc4\x9b\x3f\x9c\x5a\x34\x63\x7f\x78\xcb\xce\x8d\xd5\xd1\xa1\ \x99\x51\x2f\x17\x2d\xda\x1e\xd8\x77\xe6\xac\x61\xad\x1d\x38\x02\ \x20\xfc\xfd\x47\xba\x58\x65\x6f\x73\xcc\xe4\xa1\x13\x3f\x3b\xd7\ \x6d\xe2\xad\x7b\x17\x96\x7c\x65\xd5\x9c\xa7\x6c\xc3\x65\x8b\x27\ \x55\x75\xf8\xfc\x24\xc3\x7e\xce\x2f\x6b\x26\xf5\xad\x9d\x3f\x16\ \xbd\x72\x70\x7b\xac\x67\xcb\xfe\xd5\xa5\xfd\x07\x5f\x74\x1c\x3a\ \xcc\x7c\x7f\xdf\xb1\xbb\xc9\xf7\x36\x4d\xdb\xf5\xde\x79\xf4\xe8\ \x8e\xaf\xf6\xaf\x7b\x1c\xf5\x79\xc7\xe4\x51\xe7\x93\x3c\x7a\xb7\ \x0d\x74\x75\x2f\x5d\xc6\x29\xed\xf4\xa9\x1b\xd9\x82\x3e\xf4\x93\ \x76\xe8\xf4\xf5\x63\xba\x36\xf9\x70\xea\xe8\x1b\xb5\xf1\xce\xa6\ \xd9\xd7\x72\x03\xfa\x37\x2d\x7a\x7e\xf7\xde\x27\x6f\x1e\x8c\x1f\ \xbf\x58\x59\xa9\x53\x25\x6f\xcf\x52\x55\x4a\xc9\x00\xc0\x74\x71\ \xe5\xf8\x5d\x6f\x15\xa3\xc7\xf4\x7a\x7f\x78\xed\xa5\x48\xcd\xed\ \xbd\xbb\x4d\xe5\x07\x8c\x68\x68\xb3\x65\xed\xee\x64\x11\x00\x4c\ \xa1\x37\xaf\xc5\x79\xce\x9a\xd0\xd2\x41\x29\x53\x5a\xd9\x3a\xc8\ \x0c\xc7\x97\x2e\xc9\xf2\xef\x3c\xa4\x7d\xad\x4a\x7e\xa5\x01\xd3\ \xb1\x4d\xbb\x7d\x3b\x8e\xad\xea\xac\xf2\x2c\x1a\xe0\xac\x79\xb5\ \xfd\x7a\x5c\xbb\xde\x8d\x69\x00\x44\xbb\x7d\xda\x6c\x6d\x95\xe1\ \x63\x9a\x16\xa7\xcc\xc9\x1b\x37\x5d\x6d\x34\x62\xac\x3b\x8b\xc0\ \xf6\x93\x47\x36\xab\x5a\xaa\x46\xdd\x02\x3b\xdc\x9c\x30\x7f\xc6\ \x4a\x9f\xde\x33\x3a\x55\x74\x03\x00\x29\x67\xe7\xf4\x61\x87\xa3\ \xec\x3b\x36\xf5\xff\xf4\xee\x5d\x4e\x56\x42\x64\x56\xd1\x59\x2b\ \x36\x8c\xec\x50\x2f\x7f\x9a\x87\x73\x2a\x36\x62\xfe\x8c\xea\xa5\ \x4b\x95\xab\x5e\x04\x80\x93\xab\x0b\x9f\x1a\x72\x7c\xd7\x01\xaf\ \x36\xc3\x5b\x96\x54\x2a\x1d\x5c\x1c\x6d\x94\xae\x3e\x01\x45\x55\ \xc9\xdb\x8f\xdc\xaf\x37\xa0\x2b\x1b\x7a\xed\x4e\x7a\x89\x79\xa3\ \xeb\xd9\xc9\x64\x4a\x95\x4a\xa6\x50\xb8\xba\x39\x73\x14\xfc\xeb\ \x74\x1d\x37\xb4\x65\xb9\xc0\xb2\x45\xad\x00\x28\x4a\x94\x2b\xa5\ \x0b\x3e\x79\x3e\xc2\xb1\x53\xdb\x6a\x96\x91\xfb\x7f\x09\x49\xe1\ \xcf\x35\x8e\xc5\xca\xb8\x03\xfa\xe0\x37\x6a\xeb\x2e\x5d\x6b\x57\ \x08\x0c\xf0\xb0\x91\x7f\x7c\x74\xf8\x62\x70\xc2\xb3\x0b\xc7\x12\ \xbc\x5a\x4d\xee\x5d\x03\x00\x49\x0b\x3e\x71\xe6\x7a\x52\xf8\xe3\ \x93\xf7\x53\x7a\x8f\x1f\x57\xd9\x37\xb0\x45\x79\xfd\xfe\x1b\xda\ \x39\x0b\xfb\x93\xb0\xa7\xac\x6f\xad\x86\x35\x1a\x57\x75\xca\xdc\ \xbd\xe7\xba\xd2\xdd\xe6\xc3\x8b\xf8\x32\x2d\xda\xfb\x79\x7b\xe5\ \x7d\xf8\x48\x07\x34\xf4\xc9\x7c\x9b\x20\x0f\xec\xd7\xb4\x72\x60\ \xe9\x22\xd6\xc8\x3b\xbd\xff\x42\x9d\x19\x5b\x7b\x35\xf5\xa3\xec\ \xfc\x6a\x97\x2e\x0a\x00\x48\x79\x18\x91\xdd\xa2\x6b\xa7\x8a\x0d\ \xea\xb8\x29\x99\x94\xd8\x17\x89\xf2\x92\xdd\xea\x57\x2c\x15\xe0\ \xe7\xc1\x69\x2e\x9d\xbd\x58\xa6\xc7\xb4\x2e\xf5\xab\x56\xf0\x73\ \x91\xcc\xea\x37\x41\x49\x65\x5b\x75\x2c\xea\xed\xf5\xe4\xec\x45\ \x97\xd6\xe3\xfa\x34\xad\x5e\xa1\x94\xbb\x68\xfe\x1a\x6d\xe9\xe1\ \x41\x8c\x58\x81\x3e\xcb\xd1\xd0\x1d\x6f\x52\x50\xbf\x22\x40\x10\ \x14\x8a\xc0\x2a\xa0\x58\xe4\xc6\x22\x5b\x81\xf2\xf6\x05\x1c\xb7\ \x6e\x35\x6a\x8f\x44\x15\x47\x7c\x7c\x05\xbb\x12\xf0\x02\x3e\xdc\ \x87\xaa\x04\x9e\x6d\xc1\x55\x13\xfa\xd7\xc4\xfb\x04\x14\x73\x01\ \x80\x53\x6b\x30\xe7\x14\x66\xff\x82\x8a\xee\x00\x70\x7d\x2b\x32\ \x02\x30\xa6\x09\x00\x40\x8d\x25\xc3\x71\xd3\x84\x0d\x0b\xe1\x40\ \x03\x80\xfe\x03\xc2\x68\x1c\x3c\x86\x95\xe3\x70\xf3\x08\xd2\x01\ \x99\x1c\xd1\x2f\xe1\x18\x00\x6b\xe0\xed\x55\xd8\xb5\xc2\x91\xdd\ \xe8\x5f\x01\x47\x0f\xe3\xfd\x27\x04\xd6\x02\x80\x3b\xef\xe0\x5f\ \x14\x91\x99\xa8\x57\x11\x90\x10\x14\x86\xc0\x2a\x00\x05\x49\x8d\ \x48\x23\x2a\x95\x85\x10\x86\x8f\x14\x0e\x1c\xc7\x9a\x89\xb8\x75\ \x08\xe9\x40\xfb\xf1\xd8\xb9\x14\xf7\x37\xe1\xc2\x47\x84\xbf\x85\ \x63\x15\x24\x9e\x43\x54\x51\x2c\x1f\x09\x7b\x82\x4a\x55\xf1\xe1\ \x14\xde\xc4\xe1\xd2\x71\xb8\xb7\xc4\xc0\xba\x05\xcb\x8b\x2f\x93\ \xd1\xbc\x32\x1e\x45\xa0\x7d\x4f\x54\xa9\x0b\x17\x05\x42\x1f\xe1\ \xb1\x16\x5b\x66\xc2\x89\x45\x99\xda\x70\xa4\x01\xc0\xd5\xd9\xcd\ \x9e\x24\x9d\x38\x76\xcf\xb7\x78\x05\x2e\xe9\xd1\xde\x8b\xf1\xbd\ \xfa\x56\xbb\x76\xee\xdd\x84\xcd\xab\x9b\xfb\x5b\x71\xde\x65\x03\ \xcb\x57\x6e\x51\xc7\xef\xea\xfe\xbd\x29\x94\xbd\x8a\xa3\x00\x21\ \x24\x2c\xbc\x6c\xa5\x72\x1f\xaf\x1d\x48\xf6\xeb\xb9\x6a\x54\x27\ \x31\x8f\x09\x6c\xd8\xb0\x61\xcb\xa6\xc2\xbb\x93\xa7\x43\x8c\xaa\ \xb4\xb0\x0c\x65\xd9\x56\x35\x03\xbc\x5c\x6d\x29\x00\x7c\xe2\xbb\ \x58\x6d\x8b\xf6\x5d\x6b\x95\x29\x5a\xbc\x52\xc3\x46\x35\xea\x07\ \x78\xb9\x9a\x73\x82\x4f\x3f\xc8\x9d\xb0\x62\x62\x8d\x9a\x15\x7c\ \xdd\x55\x51\x77\xcf\xde\xc8\x2c\xf6\xcb\xca\x11\xfe\xe6\x1c\x97\ \x52\x0d\x6c\xd2\x5e\xa4\xdb\x96\x2e\xe5\x94\xf9\x31\x55\x55\xaf\ \x65\x39\x4f\x17\x43\x70\xba\xa2\x6e\xa9\xac\x5d\x27\x6e\x24\x47\ \x3e\x3e\x79\x3f\x65\xe0\x94\x71\x69\x57\xf6\x52\x8d\xe6\x4f\xe8\ \x5e\xd7\x60\x46\xb5\xc0\x62\x00\x90\x15\x7c\xea\x41\xce\xd8\x79\ \x33\x6b\x56\xaf\xee\x69\x2b\xcb\xcb\x8d\x7b\x97\xa4\x68\xd7\xaf\ \x69\x95\xd2\x25\x9d\xec\xb8\xfc\x57\x2e\xfc\xdd\x07\xaa\x44\xa5\ \x12\x32\x24\xbc\xb9\x6f\x72\x2d\x9b\x7c\x7a\xe9\x81\x70\xef\xbe\ \x4d\xfd\xa2\xa3\x33\x5c\x4b\xda\x67\xbf\x3a\x70\x29\x2d\x60\x42\ \xdf\x2a\x00\xe2\x1e\x1d\x1a\x30\x62\xb9\x6f\xaf\x25\x53\xda\x95\ \x01\x10\x7d\x7d\xcb\xf9\xf4\x92\x73\x47\x37\x06\x10\x7c\x6e\x7b\ \x98\x43\xd3\xc1\x0d\x7c\x00\xc8\x15\xc6\x67\x1f\x33\xca\xe4\x6f\ \x0b\x01\x9e\xee\x59\x15\xec\xd0\x79\x6a\xc7\xb2\xf9\x5f\xf3\xde\ \x9c\x3d\x1f\xed\xb3\x79\xcd\xd8\x12\x32\x8d\x7f\xf9\xba\x0a\xf5\ \xfb\x0c\xeb\x52\x8d\x6b\xfb\xbb\x3b\xd9\x16\x9c\x59\xc8\x70\x24\ \xf9\x65\x9c\xe8\x59\xbb\x08\x6d\x8e\x0f\x7a\x94\xed\x36\xb0\x43\ \xf9\xc8\x27\xcf\x25\xf7\xd2\xf6\x32\xdb\xce\xa3\xc7\xd5\x2f\x61\ \x9d\xfb\xe9\xe6\xe8\xfe\x63\xb3\x2b\x8e\x5e\x3c\xa0\xc6\xa7\x67\ \x2f\x65\x65\xab\x7a\x01\xe1\xaf\xef\x1b\xed\x4b\xd7\x29\x59\x61\ \xe4\xe8\xbe\x5e\x72\x70\x32\x79\xd4\xab\x10\x97\x92\xb5\xac\x00\ \x80\x3c\x3d\xb2\x62\xc8\xfc\x8b\xdd\xe6\xad\xe9\xfa\xc5\xab\xd9\ \xc2\x9e\x7f\x0f\x61\x4f\x5f\x39\x97\xa8\xed\x0a\xe4\xbd\x7d\x9a\ \xa5\x08\xa8\x68\x85\x37\x4f\x9f\x3b\xf9\x57\x91\x67\x25\x14\xab\ \xd3\x7b\xee\x9c\xb9\x8b\x16\x4c\xa9\x5b\xd4\x1e\x80\x90\x99\xae\ \x95\x95\x1c\x36\x7d\xfe\xc2\xf9\x0b\x26\xf4\xa8\x9d\xf4\xe4\xd0\ \xc9\xf7\xca\x1a\x25\xe9\xc8\x94\xbc\x57\xcf\x62\xdd\xca\x97\x96\ \xd9\x04\xae\x3f\xb2\x89\xbf\xbb\x75\xcf\xa3\x37\x61\xc9\x66\x5f\ \x3f\x3b\x48\xc6\xc7\xaf\x23\x7c\xaa\x95\x4e\x7a\x15\xcc\xf8\x55\ \x75\x82\xf4\xfc\x79\xa2\x6f\x39\xff\xf8\xcf\x1a\x6f\x7f\x3b\xed\ \xf3\x47\x99\x0a\xef\x12\xde\x32\x00\x52\x42\xc8\x67\x9d\x7b\x0d\ \x6f\x72\x76\xc9\x12\x63\xa9\x96\xde\x49\x2f\xcd\x1e\xd5\x9c\x60\ \x7e\xf1\x36\xb6\x54\xf1\x00\x7d\x56\x9a\x8d\x83\xb3\x21\xe5\xe9\ \xae\x87\xba\x96\xcd\xdd\x5e\x45\x6a\x7d\x8b\xda\x40\xca\x8b\x4b\ \xcb\xb4\x71\x72\x30\x67\x85\xed\x39\xf3\xb9\x6e\x9b\x46\x05\x7d\ \x74\x1f\xd6\xdd\xc2\xda\xc3\xe8\x5e\x09\xd0\x41\xa7\x83\xc9\x8c\ \xfb\x9b\x11\xeb\x89\xb6\x15\x00\xe0\xfd\x7d\xd8\x07\x22\x7f\x61\ \xec\xd3\x45\xbc\x64\x30\xa2\x0d\x00\x98\xb5\x30\x08\x50\x27\x61\ \xf5\x29\xb4\x6d\x07\xbd\x11\x2e\x02\x26\x0f\xc1\xbb\x54\xc4\x47\ \xe2\xf2\x7a\x9c\x4e\xc1\xde\xc3\xa8\xef\x9f\x6f\x46\x60\xf7\x1d\ \x8c\x9c\x08\x0e\x10\x34\x98\x3b\x09\xc6\x7a\xd8\xbf\x0a\xbe\x36\ \x48\x0c\x47\x74\x3a\x24\x13\xcc\x02\x1c\x94\x88\x7c\x0f\x3b\x3f\ \xe4\x73\xf5\xd3\x0f\x08\xac\x0b\x00\x9a\x3c\x48\x32\x70\xc0\xc7\ \x28\xf8\x05\x82\x57\x43\x00\x3e\xdf\xc7\xe5\x54\xf4\x6c\x84\xbc\ \x5c\x98\xcc\xb8\xb7\x19\x71\x5e\x68\x53\x1e\x00\x3e\xbf\x82\xe8\ \x82\x92\x0c\x04\x0d\xcc\x3c\x1c\x94\x88\x08\x86\x9d\x3f\x14\x3a\ \x10\x39\x7c\x3c\x21\x63\x21\x07\xde\x47\xc1\xd5\x0f\x9f\x63\x20\ \x73\x07\x44\x3c\x79\x8b\xb2\x35\x91\x16\x83\xda\x3d\x30\x67\x0e\ \x96\xcc\x84\xb3\x1e\x1f\x62\x61\x8e\x41\x0a\x85\x62\x26\xc4\xf1\ \xa8\xea\x82\x83\x4b\xc0\x94\x47\x31\x2d\xb4\x56\x90\x03\x37\x5e\ \x22\xb0\x4c\x41\x2f\xf4\xf1\x74\x79\x7f\x74\xe3\x1d\x4d\x99\x71\ \x83\x2a\x1e\x9c\x31\x35\xbb\xd2\xe0\x2e\xe5\xf8\x88\x6c\xca\xd3\ \x56\xba\x7b\xe9\x32\xed\x56\xd4\xde\xca\xaa\xef\xe2\x03\xdd\x5c\ \xde\xaf\xdc\x7a\x56\x02\x80\xbc\xa8\x4f\x19\x9e\xde\xbe\x59\x49\ \xb1\x0a\x67\x77\x21\x2f\xf4\x6a\xb0\xba\xbc\x9f\x8d\x67\xe3\xb1\ \xfb\xe6\x34\x38\xb6\x7e\xdd\xd5\x87\xe1\x70\xf4\x54\xf0\x22\x2f\ \x88\x00\xcc\xf1\xe1\x31\x79\x4e\x95\x8a\xcb\x1e\x3f\xf9\xe8\x5c\ \xa1\x2c\x8c\xaf\x5f\xe7\x58\x57\x2a\x21\x25\xe5\xc2\xcd\x46\xfa\ \x70\x64\x5f\x9c\xaa\x92\xbf\x1d\xf2\x58\x3b\x2b\x49\x7f\xf6\xca\ \x1b\xcf\xda\x95\x92\x9f\x3c\xe1\x8a\xd6\xb5\x4a\x7a\x92\x69\x55\ \xb2\xbc\x2d\xa4\xd8\xa7\x71\x82\x57\x05\x1b\xbd\x9a\x2b\x39\x72\ \xda\xbc\x85\x8b\x17\x0c\x6d\x5f\x43\x1b\x9d\xa8\x72\x75\x35\x27\ \xdf\x7f\x1c\xc5\x94\x29\xee\x0d\x40\x52\xab\x73\x74\x94\x83\x8d\ \x14\x71\xee\x97\x8f\xaa\x1a\x55\xb9\xe0\x28\xc9\xbb\x96\x33\x9e\ \xbc\x7c\xe5\x50\xac\x9c\x2b\x03\x00\x46\x93\x5e\x6f\x10\x34\x69\ \x11\xab\x36\x3e\x68\xd4\xa3\x9d\x29\x83\x77\x56\x24\xff\x3f\xf6\ \xce\x32\xb0\xaa\x24\x5b\xdb\xcf\xf1\xb8\x0b\x51\x82\x86\xe0\xee\ \xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\x1e\x02\x04\x08\x44\ \x88\x90\x90\x10\x77\x3b\x6e\xdf\x8f\x04\xeb\xa1\xe7\x76\xcf\xbd\ \xb7\xbf\xbe\x33\x79\x7f\x9d\xb3\x77\xd5\xaa\xb5\x6b\x57\xbd\xbb\ \x64\xad\x55\x8b\xa6\x8c\xbf\x17\x96\x94\xfe\xe9\xf9\xe6\x1d\xf7\ \x9a\x0f\x1b\xe9\x2e\x26\xe1\xc5\xc1\xc9\x6b\x6e\xf5\x59\x7d\x64\ \x66\xcf\xea\x12\x40\xf3\x65\xc7\x9e\x7b\x2d\x47\x4f\x72\x91\x60\ \xcc\x7a\xbb\xfd\x54\x68\xbf\x09\x43\x2d\x84\x00\xc6\xe4\x37\x41\ \xe9\x66\xb5\x4a\x16\x02\xf4\x29\xcf\xb7\x5c\x88\x19\x3a\xb9\xff\ \xb7\xe5\xd9\xec\x98\x58\x8d\xc4\xd6\x42\x2f\xbf\x7a\xf9\x8d\x6b\ \x85\x5a\xf2\x70\x5f\xad\xa5\x9b\xb5\x41\xab\xd1\x7f\xdf\x62\x0e\ \x7e\xf4\x4a\x54\xb4\xba\x9b\x10\xff\x3b\xc7\x1e\x26\x15\xea\xd8\ \xb8\x59\x79\x67\xc3\xc7\x8f\xd1\x29\x91\xc1\xa1\x09\x0a\x45\xf4\ \xdd\x49\x33\x76\x56\x99\xb0\x6d\xdd\x84\x36\x16\x90\xad\x50\x28\ \x95\xba\xcc\xf8\xa0\xb5\xbb\x5f\xb7\xee\xdd\xee\xd3\x87\x80\x04\ \xb9\x1e\xc0\x98\xe8\x1b\x9c\x5b\xae\x6e\x39\xd0\xf9\x1d\x9d\xbf\ \xfa\x4e\xee\xca\xa3\x47\x7b\xd6\xf2\xd2\x65\xc5\x06\xbc\x0f\x53\ \x15\xb0\xe7\xbf\x0a\xf9\x87\xcf\xc6\x0a\x0d\xaa\x01\x41\x81\xf1\ \x85\x2a\x57\xb7\x40\xf7\x31\x52\x5b\xaa\x66\xf5\x1a\xad\xfa\x3a\ \x7c\x3a\x36\x7e\xdc\xd8\x8d\xe7\x9e\x28\x8c\x00\x92\xe2\x75\xbb\ \x36\xb4\x5b\x3f\x63\xfc\x94\x45\x3b\x5f\xbe\x7d\xb0\x72\xcb\xad\ \x2e\x2b\x4f\x6d\xe9\xe5\x7e\xf9\xc8\x89\x40\xb5\x6d\xa3\x4a\xd2\ \x83\x8b\x87\xf5\xea\x37\x4d\x59\xaa\x7d\xe7\x72\xc5\xab\x94\xb1\ \x39\x30\xad\xef\xfa\x93\xb7\xa3\x73\xc5\x75\x4b\x3b\x07\x47\xa7\ \x55\xa8\x5d\x01\x63\x6c\xa4\xc2\xba\x76\xe3\xba\xdd\x5a\x96\x3e\ \x3d\xb1\x67\xcb\x11\x2b\x4d\x4b\xd6\x75\x95\x00\xc4\x46\x44\x04\ \xbe\x7f\xb9\x70\xd4\xd0\x4b\x59\xd5\xd6\xcc\xe9\x1b\x1b\x94\x52\ \xb2\x6e\x75\x54\x5f\xbe\x64\x5b\x96\xaa\x5e\xa5\x43\xfb\xe6\xbe\ \x9b\x86\x77\x1f\xb9\xb1\xea\xb0\xb9\x1d\x7c\x4a\x54\xf2\xb1\xde\ \x3f\xa5\xf7\xea\x4b\x9f\xba\xf4\xeb\x19\x79\x68\x5a\xd7\x81\xb3\ \x5d\x7b\xcc\x1c\x52\xcf\x29\x6f\x2b\x7e\xf7\x6e\x12\x53\x58\x35\ \x96\xe5\x27\xc1\x86\x6e\x8d\x58\x3a\x9c\x8d\x6f\x59\xbe\x94\xbc\ \x4f\xed\xfb\x78\xaa\xd5\xcd\x7f\xfe\x2b\x37\x69\xd0\x37\xff\x7a\ \xc5\x56\x98\xbd\xa7\xeb\x30\x4a\xf6\xa5\x5b\x3d\x7a\xcf\xe2\xd0\ \x5e\x86\x74\x64\xc4\x32\x3a\x94\x64\xdd\x01\x52\x63\x98\x3a\x88\ \x03\x37\x00\xfc\xaf\x60\x5a\x83\x86\xce\x00\x5f\xee\x72\xea\x29\ \x11\x0f\x18\x34\x8c\x97\xe1\xdc\xd8\xc1\xc9\xe7\x58\x54\xa6\x45\ \x11\xfa\x76\x65\xdb\x2b\x66\xce\xc0\x0c\x48\x23\x49\x42\xbd\x52\ \x00\xb5\xba\xe3\xf0\x9e\x6e\x5d\xf8\xe4\xc6\xa8\x4e\x34\x6e\xc7\ \xbd\xa5\x8c\xde\xce\x98\xc5\x94\x2c\x4a\xdb\x3a\x2c\x1d\xce\xe6\ \x00\x96\x2f\xc9\xd7\xed\x63\x20\x25\xea\x20\x04\x93\x8a\xb4\x2c\ \x46\xff\x2e\x6c\xf6\x63\xde\x2c\xde\x1d\xa5\x4b\x17\x3a\xf4\xc7\ \xa3\x23\xad\xcb\x50\xb1\x0a\xf1\xf7\x29\xd2\x0a\xe9\x13\xba\xb7\ \xe1\x52\x22\x0d\x4b\xd0\xb4\x2f\xd1\xa7\x18\x37\x96\x2b\x7e\xbc\ \xb9\xc9\x8e\x1b\x04\x05\x22\x2a\x82\x2e\x83\xf7\x6f\x99\x3e\x84\ \x47\x42\x56\x4e\xa7\x6a\x43\xdc\x52\xe8\xd9\x89\xfd\x6f\xa8\x5c\ \x35\xbf\x7e\x9c\x8b\xba\x09\xf5\xc2\xf6\xc3\x07\x55\x75\xd4\xe7\ \xd8\xf9\x8c\x1f\xd5\x52\x6a\x55\xb9\x43\x25\xd1\xd8\x4e\x3d\x76\ \x3d\xcb\x2e\xef\xe3\xf1\xfa\xf4\x9a\xae\x3d\x7b\x9d\x89\x73\xed\ \xdb\xa5\x89\x10\xc0\xa2\x66\xcd\x22\xcf\x1e\x3d\xf3\x6e\xd8\x55\ \x7e\x6b\x65\x9f\xd1\x2b\x34\xce\x3e\xa6\x09\x4f\xa6\xf4\xe9\x3e\ \x6a\xf5\xfd\xfa\x3d\x7a\xd7\x6d\x50\x53\x1c\x78\xb8\xf7\xa0\x45\ \xc1\xc9\x3a\x20\x36\x26\x5c\x56\xac\xa2\xb7\xa9\x32\x28\x49\x5b\ \xbb\x5a\x59\x65\xe8\x5b\x61\xa1\x72\xf5\xca\xd4\x6b\x57\x59\x32\ \xa1\x53\x97\x85\xb7\xe5\x93\xe7\x8f\x6a\xd0\xa2\x69\x99\x9c\xdb\ \xdd\x7b\x8d\x7a\x99\x6d\xe3\xe3\xc6\x87\x50\x79\xd9\x46\x55\x63\ \x9f\xbe\x32\x2f\x59\xd3\x12\xbe\x04\x46\x9b\x17\x29\x5d\xc2\xa7\ \x59\xaf\xda\x56\xab\xa7\x4d\x98\xb4\x70\x43\x40\x36\xcd\xfb\xb6\ \x0f\xd9\x33\x7c\xc8\x8c\x7d\x92\x22\xa5\xec\x4c\x04\x80\xb0\x70\ \xf5\x4e\x75\x4d\x67\xf4\xed\x3c\xfd\x4c\xce\x9c\xe5\x13\x24\xa1\ \x1f\xad\x7d\xea\xdb\xa1\xfd\x14\x2d\x2f\x5f\xb1\x5a\x5e\x97\x2b\ \xdb\xb8\x7d\xd1\xd8\xb3\x5d\x7b\x4d\xb4\x68\x33\x79\x44\xb3\x32\ \x9d\xa6\xae\x3e\x72\x60\xcf\xf4\x9e\xcd\xfb\xce\xde\x53\x33\xe3\ \x71\xb0\x79\xe3\xfe\x0d\xdc\x41\x7d\x71\xe7\xfe\xa0\xc4\xd4\x73\ \x6b\xc6\x8d\x58\x79\x38\x15\xb2\xdf\x5c\x89\x32\xab\xd5\xbb\x81\ \x13\x18\xaf\x6e\xdd\x62\xac\x3d\xa8\x5d\xf1\x7c\x03\x8b\xb4\xb0\ \x48\x91\x7b\x85\x62\xce\x12\xe0\xc3\x9d\x5b\xfa\xf2\xed\x9a\x17\ \xfd\x6e\x7b\xe1\xdc\xb0\x7d\x39\xe3\xa3\xae\x3d\x47\xf8\xca\xad\ \x8b\xb8\x5a\xb9\xfb\xd4\xd4\xfa\x1f\xee\x31\x76\x79\xc8\xf7\x48\ \x84\x9a\x80\xa8\xdc\xf2\x75\xca\x02\xa5\xea\xb4\x72\x89\x3d\xd7\ \xb3\x77\x97\x63\x19\x55\x96\x8c\xab\x7b\x69\xc7\xca\xa3\x4f\x3f\ \xbd\x3c\x75\xe4\xe1\xa7\xe4\xa7\x87\x16\x0d\x9c\xb9\x36\x34\x97\ \xaa\xed\x3a\x39\x7f\x3c\xd0\xb5\xff\x74\xf7\x3e\x4b\x47\xd6\x55\ \xac\x59\xba\xf4\x79\x82\x0e\x30\x26\x7f\x48\x31\x2d\x52\xbf\x8c\ \x19\xb9\xd1\x47\xf7\x1e\x8e\x4f\x0c\x5f\x3f\x71\xd0\xfc\x43\xfe\ \xa9\xef\x2f\x2d\x5d\x7b\x28\xe3\xdf\x8b\x3d\xff\x75\x7b\xcf\x7f\ \xc1\x34\x50\xa3\xd1\x8b\xa5\x12\x21\xe8\xb4\x1a\xc4\x52\xb1\xc0\ \xa8\xd1\xe8\xf2\xae\x18\xd5\xb9\x69\x39\x2a\x99\xb9\xb5\xa5\xe9\ \x37\x13\x0a\x43\x56\x7a\xba\x5e\x64\x62\x69\x2a\xd6\x1a\xc4\x66\ \x26\x62\x30\xa8\x55\x1a\x81\x48\x2c\x95\x08\x15\x39\x59\x72\x95\ \xc1\xd2\xce\xde\x44\x04\xe8\xb2\x32\xb2\x84\x32\x0b\x13\x89\x48\ \x22\x11\x6b\xb5\x1a\x91\x44\x2a\x44\xaf\xd1\x1a\x73\x23\x9e\x1f\ \xbb\xf8\x30\x21\xfe\xf3\xfb\x78\xe1\xc4\x95\x5b\x9a\x96\x30\x05\ \xfd\xc9\xf9\xdd\x2f\x1a\xba\x6d\x9b\xdc\xd2\xc6\xce\x46\x04\x1a\ \x8d\x46\x2c\x95\x0a\x8d\x7a\x8d\xce\x20\x91\x48\x04\xa0\xcc\x4e\ \x57\x60\x66\x6f\x95\xd7\xf8\x74\x59\x19\x59\x02\x13\x6b\x2b\x53\ \xb1\x3a\x37\x23\x57\x27\xb5\xb7\xf9\xee\x45\xa3\xd3\xa1\x55\xa3\ \xd2\x20\x35\xc3\x5c\x06\xa0\xc8\x45\x66\x81\xe8\x57\xc6\x7f\x7a\ \x03\x3f\xd5\xa8\x8e\x1c\x0d\x96\x66\xbf\xb0\x14\xd4\xea\xd0\x28\ \xd1\xe8\x30\xb5\xc0\x44\x02\x86\x1f\x3e\x73\x46\xb4\x5a\x94\x0a\ \xf4\x60\x65\x83\xc8\x80\xf1\xab\x29\x68\x76\x16\x66\xd6\xdf\x6d\ \xd0\x8c\x3f\x5a\xaf\x1a\xc8\xcc\xc1\xe6\xab\x71\x98\x46\x81\x41\ \xc6\x37\x1b\x92\xdf\xe8\xfc\x73\x4e\xb2\xb3\x30\xb5\x46\x02\x46\ \x2d\xd9\x0a\x84\x52\x2c\xbf\x7a\x4c\x1a\x32\xb9\x72\x96\xe0\x44\ \x02\x5f\x51\xba\x1f\x73\xba\x02\x18\xd4\xe4\xa8\xb0\xb0\x46\x64\ \xe0\xc6\x71\xb6\x1e\xa4\xd7\x62\xa4\xf7\xb8\x6f\xca\xea\x11\x58\ \x59\x02\xdc\x39\x8d\x7f\x04\x1f\x03\x70\xa8\xcb\x8a\x71\x7c\x7d\ \xe5\x06\x9d\x1e\xb1\x48\x68\xd4\xeb\x0c\x42\xf1\x57\x23\x1b\x5d\ \x46\x5a\x96\xd4\xd2\xc6\x4c\x22\xd4\xaa\xe4\xd9\xb9\x4a\x89\xb9\ \xad\xb5\xd9\xb7\xa7\x34\x28\x14\x1a\x33\x33\x13\x9d\x22\x2b\x5b\ \x23\xb2\xb6\x32\xc7\xa0\xc9\xcd\xca\xd1\x0a\x64\x0e\x76\x96\x80\ \x56\x91\x9d\xad\xc2\xda\xc6\x4a\x2c\xc4\xa0\xd3\x1a\x04\x62\xb1\ \x08\xad\x46\x27\x91\x4a\x8c\x3a\xad\x0e\xb1\x44\x2c\x00\x5d\x46\ \x5a\xa6\xd4\xca\xc1\x3c\x4f\x0f\x9d\x22\x2d\x4b\x63\x69\x6d\x25\ \x11\xa1\xd3\xea\xc5\xfa\xb8\x49\xbd\xc6\xf8\xcc\x39\x34\xa2\x9a\ \x83\x5e\xa7\x35\x08\x44\x12\x91\x30\xaf\x71\xea\x84\x32\x6b\x6b\ \x4b\xb1\x00\x55\x4e\x86\xd2\x28\xb3\xb2\x34\x15\x22\xf8\xfa\xba\ \xf5\x19\x69\x19\x12\x2b\x07\x0b\x09\x7a\x8d\xc6\x28\x96\x8a\x85\ \x46\xad\x46\x27\x92\x4a\xbe\xbd\x49\x83\x3a\x37\x53\xc9\x77\xeb\ \x1f\xd0\x69\x34\xea\xa4\xe7\x23\x47\x6d\xef\xbd\xed\x48\xab\xc2\ \x32\x30\x6a\x94\x2a\xad\x56\x2d\x57\x69\x84\x52\x33\x5b\x1b\x0b\ \x81\x56\xad\x13\x48\xa5\x62\x41\x8a\xff\xb1\xa1\x8b\x1f\x2d\x3d\ \xb8\xbb\x9c\xed\xb7\xba\xd3\xea\xf3\x75\x43\xab\x51\x0b\x24\x32\ \xf1\x6f\x4c\x0d\xf2\x9e\xcb\xc6\x52\x2c\x14\x0a\x05\x02\x8d\x3c\ \x3b\x47\x83\xb5\x8d\xd5\xd7\x64\x3f\xa9\x67\x50\xe7\xa4\x65\xab\ \xad\x1c\x1c\x64\x02\x34\x2a\x15\x62\x89\x40\xaf\xd3\x68\xd5\x0a\ \x85\xca\x28\x96\xd9\xda\x58\x4b\x84\xe8\x55\x39\x59\x6a\x91\x9d\ \xb5\x19\xe8\x55\x2a\xad\x58\x66\x22\x16\x80\x41\xab\xd1\x0b\xa5\ \x12\x11\x06\xbd\x5a\xad\x52\xab\x55\x2a\x8d\x5e\x62\x6a\x6d\x6d\ \x26\xd4\xe8\x8c\x32\xd9\xdf\xd4\x5f\xec\xaf\xb6\x96\xff\x3f\x01\ \x45\x62\xd8\x83\x27\xfe\x39\x06\xd3\xb2\xb5\x1b\x97\xf5\xc8\x33\ \x99\x31\x44\x07\xbd\xd1\xd8\x95\x29\xe1\xf2\xdf\xf2\x9a\x56\xab\ \x89\x89\xf9\xc1\x51\x27\xcf\x88\x5d\x90\x6f\x5a\xff\xa3\xe5\x3c\ \x5f\x43\x96\xfc\xf8\x9b\xaf\x96\xf3\xc6\x1f\xae\x7c\x33\x95\xff\ \x85\x51\x3d\x5f\x65\xe6\x59\xd1\x7f\xbd\xfb\x23\xed\xfe\xa6\xe8\ \x3c\x17\xb0\x6f\x6a\x08\xbe\x95\xf5\x55\x42\xde\xdd\x5f\xe8\xfc\ \x83\x79\xff\x8f\x77\xf3\x7f\xff\x28\x47\xcb\xcb\xfb\x84\xa7\x61\ \x5f\x94\xa6\x75\x10\xea\x7e\x7a\x2e\x0c\xf8\xdd\x23\x41\x42\xdb\ \x46\xc4\x06\x60\x28\x44\x31\x67\x8c\x46\x8c\x06\x3e\x3c\x27\x30\ \x06\x2b\x17\x1a\x37\xa2\x84\x2b\xa6\x66\x7f\xdf\x26\xa4\x8a\xf1\ \x3b\xfe\x24\xb5\x4b\xcf\x36\xd6\x7f\x89\xc1\xa2\x26\x39\xfc\x5d\ \x82\xb8\x7a\x85\x22\xff\x3c\x59\x7a\x4c\xd0\x67\xa5\x4d\x65\x6f\ \x37\x0a\xf0\x1f\xcb\x9e\x46\x83\x51\x20\xfc\x13\x5f\xa3\xff\x51\ \x3f\x8e\xff\xde\x0e\x58\x1c\x8b\x17\x23\x10\x22\x12\xa0\xd3\xc3\ \x0f\xae\x9c\x18\xd0\xea\xf3\x5d\x27\x8d\x86\xfc\xbb\x79\x14\x26\ \x12\xe6\xfb\x77\x8a\x45\x08\xbe\x7a\x6d\x0a\xc5\xdf\x6d\xe0\x75\ \xda\x5f\x38\x35\x89\xc5\xe8\x75\xf9\xe1\x4a\xf3\xbc\x36\xf3\x92\ \xe5\x17\x61\xfc\xea\x4e\x2a\x40\x22\xfe\xa9\x44\xa1\x08\x0c\xf9\ \xb4\x28\x14\x22\x12\xfd\xe4\xa2\x2a\x92\x20\x11\xa2\x52\xff\x37\ \x6a\x41\x80\x89\x19\x52\x11\x06\x1d\x0a\xc5\x2f\x0e\x1a\x31\x35\ \x47\x02\x39\x72\xc4\x26\x08\x75\xa8\x75\x00\x22\x11\x52\x13\x24\ \x22\x8c\x7a\x14\x0a\xc6\x4f\xa4\xd4\xd7\xc0\x32\x06\x83\x41\xf8\ \xa7\x5d\x47\x0d\x6a\xa5\x4e\x66\xfa\x47\xad\x2c\x0d\x86\xdf\x73\ \x4e\x35\xea\x0d\x82\x7f\x6c\xf2\x7f\x9f\x26\x57\x80\xbf\x1b\x7b\ \xfe\x75\xb1\x13\x75\xb9\xe9\xd1\xb1\x29\x22\x33\x73\x81\x4e\xa9\ \x50\x0b\xec\xc5\x29\xdb\xf6\x3f\xec\x3e\x73\x66\x99\x3f\xe6\x6b\ \x94\xf6\xfa\xc2\xea\x1b\xe9\x33\xe6\x0c\xb1\xfb\x45\x53\x36\xe4\ \xa4\x65\x0a\xcd\x6d\xcc\x4d\x7e\xdd\x2d\x14\xd9\xe8\xa4\x58\x89\ \xc9\xcc\xc5\xc6\x26\xff\x62\x4e\x3a\x42\xf3\xfc\xe9\x76\xf2\x17\ \x32\x95\x98\xdb\x51\xc8\x9e\x9f\xbc\x32\xf4\x24\xc6\x92\x6b\xc4\ \xcb\x2b\xbf\xa6\x72\x92\x48\x56\x52\xd8\x0b\x37\x37\x76\xed\xca\ \xa3\xca\xfc\x59\x75\x56\x2a\x4a\x1d\x26\x66\x48\x4c\x30\x97\x02\ \x64\xa5\x61\x66\xcf\x8f\xce\x1c\x3a\x03\x79\x2e\x85\xea\x6c\x72\ \x0d\xd8\xdb\x00\xe8\x72\x48\x95\x23\x96\x61\x22\xc5\xc2\xfc\x97\ \xfd\xfa\xfb\x54\x5a\x99\x8e\x42\x82\xfd\xd7\x60\x22\x69\x29\x98\ \x3b\xf2\x6d\x7d\x2b\x3b\x0d\xa9\x3d\xbf\xe7\x6a\x94\x96\x86\xfd\ \x0f\xde\x3e\x71\x0f\xb9\x90\xcc\xd8\xee\x7f\x71\x43\x35\x62\xcc\ \x40\x60\xf5\x0f\x6d\x4f\x73\x69\xeb\xd2\xa4\x92\x3d\x87\x37\x2f\ \xfd\xa7\xc4\xbd\xdc\xb7\xe8\xb2\xb1\xd5\xd2\xa1\xff\xb5\x77\x59\ \x76\xf8\xfd\xe5\x87\xdf\x8d\x9e\x3f\xd9\xf3\x1f\x9a\x89\x2e\xf9\ \xd9\xc2\xf5\x8f\x06\x2f\x9e\x5d\x54\x0a\x10\xfe\xf0\xe0\xe2\x4d\ \x37\x6c\xaa\xb4\x5c\x30\x77\x90\xc3\x9f\xa4\xce\xdc\x6c\xa4\x96\ \x48\x05\xa0\x27\x33\x0b\x73\x1b\x24\xff\xbd\x41\x48\x6a\x0a\x56\ \x76\x48\x0b\x9c\x30\xff\x93\x77\x8d\xb2\x23\x5f\x1f\x58\xb7\xac\ \x67\xcb\x9a\xed\x06\x4e\xda\xb4\xf9\xc0\xe5\x5b\x97\x02\x92\x0c\ \x85\xff\xb0\xaf\xd1\xdb\x17\x77\x63\xb4\x66\x76\xbf\xd2\x57\x9f\ \xf2\x6e\xf2\xf0\x09\xbf\xeb\x0e\x64\x64\xd9\x28\x8e\x7d\xe0\xfd\ \x3e\x6a\x34\xe4\xa3\x1e\x20\xf5\x29\xd5\x6b\x71\x29\x0a\x14\x6c\ \x99\xc6\xa0\xd1\xcc\x9b\xc5\x9c\x75\x24\xfc\x7c\xee\xdb\xbb\x3b\ \xcc\x9e\xc9\xf8\xfe\x4c\xd9\x0e\x10\x7e\x8b\x81\x03\x18\xd6\x9b\ \x45\x47\x01\xe2\x03\x99\xd5\x9b\x46\x43\xc9\x00\xe4\x6c\x5e\xca\ \xa2\x45\xb4\xab\x41\xbd\xb1\xa8\x55\x6c\x9a\x48\xcf\x5e\x34\xe9\ \x48\x70\x9e\x8d\xa9\x86\x8d\x43\x28\xd3\x9c\x04\x08\xbb\xcb\xe8\ \x11\xf4\x6f\xcf\xf8\x6d\xe8\xe1\xf2\x4e\xe6\x2f\x64\x74\x37\x8a\ \x56\xe6\x6d\xf2\xcf\x1b\x6d\x49\x1c\x5f\x81\x77\x15\x5e\x26\x02\ \x5c\xde\x48\xef\x21\xf4\xef\xc4\xca\x4b\x18\xb5\xec\x5a\xcc\xa8\ \xd1\x34\x6b\xce\xad\x18\xd0\xb1\x6b\x26\x5d\x7b\xd0\xb8\x35\x7e\ \x09\xa0\xe3\xc9\x05\x9a\x96\x66\xe3\x6d\x00\x79\x1c\x93\x7a\xd3\ \xb3\x07\x1d\xc6\x91\xf6\x35\x7e\xb3\x85\x27\x55\x7c\xfe\xf2\x16\ \x97\x13\x31\xb1\xc7\xa8\x4b\x11\xff\xf8\xd9\x4e\x79\x74\xff\xa5\ \xc8\xbc\xd0\x9f\x15\x77\xeb\x9e\xaf\xa0\xd0\x1f\xf2\x00\x8d\xfd\ \x70\x37\x30\x1e\xa7\x5f\xf9\xc5\xa6\xfb\xdf\x79\xf5\x45\xe4\x2c\ \x05\xd0\xa5\x3c\x5f\xb6\xf6\x4a\xfb\xf9\x6b\x96\x8e\xef\xf1\xa7\ \x83\x9d\xc8\x19\x53\x9f\xc1\x3b\x00\x52\x5f\xd1\x6f\x04\x71\xfa\ \xff\xd6\x87\x66\xff\x04\x2a\x74\xe4\x93\xaa\x80\xa9\xfe\xb3\xd9\ \xd3\xae\x7c\xf3\xa5\x7b\x36\x35\x2b\x5f\x6e\xdc\x8a\x23\x3b\x77\ \x2c\x2b\x6b\x8c\x7e\xfb\xe2\xda\x80\xce\x7d\x76\xdf\x0a\x05\xe2\ \x5f\x5f\x9c\x32\xb4\x67\x8f\x5e\x23\x2f\xbc\x4b\xca\xef\x16\xc1\ \xd7\xc7\xf5\xef\xd2\xa3\x4b\x97\xa5\x87\x9e\xe8\x20\x26\xc4\x3f\ \xe0\xd6\x81\xce\x3d\x47\x5d\x0b\x4c\x03\xc3\xbb\x4b\xdb\x06\xf6\ \xe8\xd6\x75\xe8\x9c\x77\xe9\x7a\x55\x6a\x88\x9f\xdf\x8b\xf5\x33\ \x46\xdf\x8c\x52\xc5\x3c\x3e\x38\xa4\x57\xb7\x4e\x03\xa7\x3e\x8a\ \xcc\x77\x1e\x33\xc6\x13\x9e\x46\x4d\x77\x6e\x3e\x45\x9e\xc5\x87\ \x58\x90\xb3\x7c\x35\x59\x26\x14\x71\xe3\xcc\x02\xae\xe7\xb2\xed\ \x30\xa7\xce\xb1\x7d\x36\xce\x3f\x77\x6a\xf7\x8a\x6c\x38\xca\x9e\ \x09\xbc\x7e\x80\x22\x91\x79\x6b\xe9\xbd\x91\x3d\x73\x79\x71\x8b\ \x5c\x2d\x7e\x0f\x79\x1f\x4f\x89\x12\xd8\x02\xe6\xcc\xdb\xc8\xba\ \xb1\x14\xad\xce\xa1\x95\x3c\xdb\xc9\x3d\x03\xa7\xaf\x50\xd9\xc0\ \xdd\x10\x30\xb2\x6f\x21\xa7\xdf\x53\xa6\x3c\x2e\x60\x5f\x96\xf5\ \x47\xd9\x33\x91\x57\xb7\x50\x42\xe7\x69\xec\xde\x4e\x49\x2f\x96\ \xee\xa2\x82\xd3\x4f\x0a\x7c\xf0\xe3\xe1\x0b\x2c\x8b\xe3\xe5\x8c\ \x3e\x91\xbd\x97\x59\x79\x81\x95\x7d\xf0\xf3\x45\x2f\xa4\xf5\x10\ \x4e\x9f\xa1\x81\x29\x8f\xc3\x78\x7f\x84\xf3\x89\x9c\xbc\x4a\x6b\ \x7b\x1e\x07\x90\x1b\xc5\xa3\x3b\x64\x9a\x50\xa6\x38\xc0\xae\xf9\ \xa8\x1b\x72\xf5\x04\x82\x77\x04\x25\xe5\xf7\xcc\x23\xc7\x10\x3b\ \xf2\xea\x2c\x3d\x3b\xd3\xb1\x57\xbe\x4f\xe7\xc7\x07\x4c\x1c\x44\ \xa7\xf6\xec\x7d\x90\x37\xa2\xfe\xb4\x76\xe6\xfc\xd7\x59\xe4\xfa\ \x9f\x9c\x38\xf3\xa0\x06\x5e\x1d\x5b\xb2\xea\x64\x80\x3a\xed\xfd\ \x9a\xe9\x23\xbb\x74\xe9\x30\x72\xdd\xb9\xf4\xac\xd8\x1d\x33\x07\ \xf7\xec\xdd\x7b\xeb\xe5\x37\x79\x6a\x47\xf9\x1e\x1a\xd8\xa5\x53\ \x97\x8e\xdd\xb7\x5c\xfb\x00\xa4\x04\x5c\x99\x34\xb8\x67\xe7\x2e\ \x83\xcf\xbe\xcd\x30\xe4\x84\xfb\xbe\x78\xb9\x73\xee\x90\xe3\x6f\ \xf2\x5d\xf7\x94\xf1\x6f\xd7\xcc\x18\xd5\xb5\xfd\x80\x9b\x0a\x8f\ \xfa\x55\x6d\x5e\x9c\x5a\xdd\xa7\x6b\xb7\xde\xe3\xd7\xc7\x65\xa7\ \x1e\x5d\x3d\xf3\xd2\xfb\x0c\xb2\x5f\xcf\x9c\x3a\x2f\x4c\x4f\xf2\ \x8b\x63\xf3\x37\x9e\x7c\xf7\xe2\xd4\x90\x6e\x9d\xba\x74\xe8\xb1\ \xfd\xce\x27\xa3\x2a\x3c\x3c\xdb\xaa\x69\x95\x12\xca\x2f\xcf\xe7\ \x8e\xea\xd7\xb5\x63\xaf\x5d\x37\x43\x80\xcc\xd0\x47\x4b\x26\x0f\ \xed\xd2\xb1\xdd\x84\x1d\x0f\x41\xfb\xf4\xe4\xc6\x61\xbd\xbb\x8d\ \x5c\x78\xd9\xa7\x49\x27\x13\xe5\xe7\x1d\x73\x47\xf5\xec\xd5\x7d\ \xe1\xc1\xfb\x7a\xa3\xfe\xcd\xe5\x1d\xa3\x07\xf4\xec\x39\xf3\x88\ \x67\xd3\x26\x79\xe3\xfe\xd4\x37\xb7\x9e\x7d\x8c\xba\xb4\xf7\x68\ \x78\x54\xc0\xc2\x61\x9d\xba\xf7\x9a\xfc\x28\x38\xf6\xc9\xb1\x65\ \x3d\xba\x75\xed\x37\x7d\xcb\x17\xad\x51\x11\xf6\x70\xca\xa0\x2e\ \x9d\x3b\xf6\x99\x3e\x6f\xfe\xe8\x01\x5d\xbb\x8e\x5c\x1c\x94\x95\ \xcf\x91\x19\x11\x24\x8a\x08\xbe\xc1\x67\x03\xd1\xa1\x98\x15\xc5\ \x5d\xc0\x91\x15\xf4\xe8\xc5\xac\x5d\x84\xbf\x60\xd2\x42\xe4\x1a\ \xd6\xcd\xe5\x41\x08\xdb\x16\xf1\x24\x1e\x65\x24\xf3\x96\xf1\x29\ \x92\xb9\x23\xe8\xdd\x9b\xb3\xfe\xdf\xdf\xfe\xa9\xe5\xec\x79\x4e\ \xa5\x8a\x78\x9a\x17\x30\xd5\x7f\x36\x7b\x02\xda\x98\x77\x1f\xd2\ \xac\x7c\xbc\x6d\x41\xf9\xf0\x45\xe6\x80\x95\x07\xe6\xf5\x28\x7a\ \xf4\xe0\x91\xf0\xa8\x57\x8b\xd7\x9e\xad\x35\x74\x66\x65\xde\x1f\ \xbd\xf1\x2e\x2f\xf1\xdd\xc3\x87\x12\x8b\xf7\x5b\xb7\xa8\xef\x93\ \x83\xeb\xee\x47\x44\x86\xc4\xdb\xcf\xde\xb3\x77\x40\x99\xec\xdd\ \xe7\xee\x46\xf9\x1d\x9f\xbe\xe3\xc5\x80\x79\xab\x5b\x9b\xbd\xdb\ \x72\xe0\xf5\xa7\xb7\x7e\xde\x5d\xe7\x1e\xd9\xb1\xa6\x72\xea\x99\ \x11\x8b\xaf\x75\x9e\xb6\xb2\x97\x57\xf4\xd6\x1d\xe7\xf3\x16\x30\ \xbe\x7c\x24\xa7\x10\xb6\xb9\x04\x2a\xe9\xd6\x8a\xd8\xb7\x5c\xdd\ \x87\xba\x0c\xf5\x2b\x60\x11\xcf\xbe\x97\x2c\x58\x83\x97\x2d\xba\ \x5c\x54\x46\x24\x3f\x0f\x85\x1d\x0a\x61\x12\xc7\xa2\x43\xf4\x1c\ \x47\xe0\x15\xb4\x55\xe8\x52\x0a\xb5\x06\x73\x73\x44\x12\x3a\x8e\ \xa5\x71\x31\xbc\x2b\x7f\x1d\x02\xa7\x33\x6e\x26\xf5\xc7\x50\xce\ \x86\xe3\xb7\xe9\x37\x19\x4b\x19\x7a\x09\x1e\xf6\x3c\xdc\x8e\xbf\ \x2d\xe3\x3b\xe2\x53\x1d\xc0\xbe\x10\xa6\xf1\x2c\x3a\x48\xfb\xa1\ \xe4\x6d\xb8\xee\x99\x44\x6a\x69\x86\x37\xfc\xed\xfb\xa8\xde\x8e\ \x3e\xed\x28\xe7\x83\x83\x00\x91\x25\xce\x16\x9c\xdd\xc1\x89\x60\ \xa6\x0e\x42\x2c\xc2\xc3\x8d\x57\x47\xf1\x97\x31\xb0\x1a\xfb\x2f\ \xd3\x7b\x3a\x76\x26\x68\xc1\x54\x84\x79\x31\x46\x8f\xc0\xb3\x14\ \xc5\x0b\xa3\x0d\xe7\x5e\x12\x33\x86\x23\x53\x21\xb1\xc4\xd4\x14\ \x40\x17\xc9\xed\x67\x98\xa8\x38\x78\x84\xa6\x93\x99\x52\x8f\x2d\ \x9b\x88\x78\xce\x94\x35\x34\x1b\x49\x65\x3b\x62\xf3\x48\xd6\xa0\ \xfc\xf8\xda\x3f\x3d\x53\x73\xe3\xc4\xba\x3d\x37\x63\xc4\xea\x2f\ \x07\x4e\xbd\xb4\xb3\x4e\x9a\x35\x6c\x9a\xaa\x62\xb7\x7e\xf5\x1c\ \xd2\xe2\x32\x83\x6e\x6f\x38\x1c\xea\xb6\x61\xdf\xbe\xbe\xf5\xf3\ \x42\xc6\xa8\xaf\xed\x3f\x6e\xd3\x6a\xee\xf2\x41\x15\xce\xee\x3b\ \xf5\xf9\xb3\xff\xe4\x19\x5b\x4b\xf4\x99\x3b\xa3\xbd\xe5\xfe\x2d\ \x87\x5e\xbf\x7a\xe1\xd6\x72\xca\xd1\x7d\x9b\xba\x94\xb7\x03\x8c\ \x19\x1f\x66\x8c\x9a\x9e\x59\xaa\xe3\xe8\x6e\x95\x4b\x97\xac\x94\ \xf3\x78\xd3\xfc\xc3\x31\x13\x57\xac\xf4\xc9\xbc\xbb\xf7\xd6\xab\ \xe8\xd0\x90\x2f\x39\xb9\x1f\xce\x1d\xd8\x7f\xf2\x7a\x96\x4e\x77\ \xe5\xc8\x31\xad\xb5\x8b\xdf\x89\x63\xb6\xad\xe7\x2f\x1b\x58\xf6\ \xcc\xbe\xa3\x1f\x7c\x3f\xe6\xd8\x96\x2b\x63\xfe\x65\xf6\xd8\x05\ \xa2\xfa\x63\x96\x8c\xae\x7e\x6a\xc7\xce\xe0\x68\xbf\xc9\x13\x97\ \xd9\x35\x1c\xd2\xc6\xc7\x22\x4b\x9e\xf9\xfc\xf8\x92\xc5\xe7\xe3\ \xfa\xcf\x99\xe2\xed\x59\xa4\x5a\x35\x8b\xa3\x0b\xe7\x7c\x72\x6f\ \x3f\xba\x45\xb1\xdb\x67\xcf\x5d\x38\xb2\x6e\xde\xfe\xa0\x6e\x53\ \x27\x94\x29\xee\x5d\xdd\x27\x7f\x07\xe6\xf9\xc3\x88\x46\x93\xd6\ \xef\x5a\x3d\x39\xeb\xd9\x71\x7f\x49\x9d\x35\x5b\x96\x09\x1f\xaf\ \x5b\x70\x31\x77\xd6\x8a\x15\x1e\xd1\x17\xce\xdd\x0f\x7a\x74\xfd\ \x44\x42\xb1\x1e\x4b\x86\x95\xbb\x73\xf5\x43\xef\xb9\xcb\xcb\x26\ \xdf\xdd\x7d\x2e\x2c\x2f\x6f\xd8\x7b\x1c\x9b\x30\xb6\x26\xc7\xcf\ \x11\x1e\x46\xe9\x0a\xdc\xda\xcc\x73\x11\xd3\x7a\x70\xfb\x08\x7a\ \x37\x64\xc1\xf4\xee\xc3\x27\x2b\xaa\x49\xb9\xf9\x1c\x3b\x1b\x22\ \x9f\x11\x9a\xc1\xe3\x4d\x04\x39\xb3\x6f\x0f\x8d\xbf\x2e\x01\x3f\ \xd9\xcb\x1d\x35\x53\x07\x52\xda\x87\x02\xf2\x2c\x60\x4f\xbe\x7c\ \x7c\xae\x74\x2c\xe9\xe3\x00\x39\x6f\xdf\x67\x5b\xb7\x69\xe6\xed\ \xe4\x64\xef\x6e\x6f\x1b\xfe\xfc\xc4\xfd\xb0\xc4\x5b\x87\x76\x25\ \x94\xe8\xb9\x60\x70\x3d\x00\xe2\x9f\x45\x66\x37\x6b\xd3\xc4\xbd\ \x64\x51\x3b\x0b\xcb\xec\x58\xbf\x38\x69\x89\xd6\xe5\x3d\xed\x1c\ \x9d\xbc\xcc\x35\xb7\xae\xdd\xaa\xd2\x7b\x4a\xa3\xb2\x45\x5c\xec\ \x6c\x4c\x4c\x14\x6f\x5e\x27\x95\x6e\xd2\xd4\xda\xdc\xfc\xde\xc5\ \x9b\x5e\x9d\xc6\xb4\xa9\x5c\xcc\xd5\xc9\x5a\x22\xcd\xdf\x52\x0f\ \x0d\xc0\xb5\x24\x69\x21\x50\x82\x76\x2d\xb9\xbb\x86\x53\x49\x0c\ \x6d\x88\xd1\x1c\xb3\x24\xb4\x0e\x94\xb3\x00\x38\xbf\x9a\x8d\xb7\ \x7e\xab\xf0\xa7\xfb\x0c\x18\x8f\xcf\x60\xc6\xd6\xc7\x2f\x80\xb2\ \x55\x01\xfc\x1e\xe2\x59\x09\x53\x10\x64\xf1\x26\x99\xaa\x55\xf2\ \x13\x5f\xde\x8a\xa6\x1a\x83\xab\xa3\x08\x25\x59\x4a\x6d\x2f\x8c\ \xa1\xc4\x09\x91\x05\x30\xe7\x0c\xed\x9b\xf0\xcc\x17\x0b\x5b\x80\ \xa8\x07\xf4\x1f\x87\xf7\x20\xa6\xb5\x07\xf8\x7c\x97\x73\xf1\xcc\ \x19\xf7\xab\xd7\x23\xe0\xfd\x2b\xbc\x2a\x20\x84\x4b\xfb\xf0\xe9\ \x41\x8b\x62\x84\x44\x63\x57\x04\xf4\xec\x5f\xc8\x8a\x07\x2c\xdb\ \x4c\x09\x05\x9f\xf5\xd4\x2e\x09\x71\x7c\x48\xa6\x62\x79\x04\x42\ \x3e\x05\x20\x29\x84\x97\x88\x98\x17\x48\x3c\x28\x0c\x61\xfe\xe4\ \x3a\x53\xc6\x01\x20\x22\x18\x51\x49\x6c\x14\xc4\x0b\x68\x5e\x97\ \x62\x9e\x58\xcb\x38\x76\x98\xa6\xd3\x69\x53\x83\x1c\x2d\x95\x6a\ \x00\x60\x62\xe6\xe0\x6c\x1f\xf5\xe4\xaa\x6f\x9c\xb8\x51\x3d\x9b\ \xeb\xfb\xb7\x66\x96\xeb\xe6\x9d\xf8\x30\xc6\xbb\xdf\xbc\xde\x4d\ \x14\x5f\xb2\x8a\x57\x6b\x54\xad\x71\xb7\xaa\xa2\x57\x0b\x56\x9f\ \xd4\x5a\x58\x00\x28\x3f\xbd\x4b\x34\x6d\xde\xa9\x8a\xab\xbd\x93\ \xbb\xbb\xc5\xdb\xfb\xd7\x74\xe5\xba\x8f\x6e\x52\xd6\xd3\xc5\xce\ \xdc\x4c\xff\xce\x2f\xba\x78\x83\xc6\xf6\xe6\x16\x79\x06\x35\x81\ \x57\x4f\x7c\xf6\xea\xba\x6c\x50\x0b\x4d\x54\x52\xe1\xd2\xde\xcf\ \x2f\x3c\xaa\x37\x71\x51\xb5\x12\xc5\x6c\xad\x2c\x4c\xcd\x6c\x9c\ \x5c\x5c\x73\x42\xef\x9f\xf0\xcd\xac\x51\xa5\x72\xf0\xcd\xc3\x77\ \x52\x7c\x86\x76\x70\x0b\xf8\x2c\x6a\xd6\xb1\x92\x8b\xbd\xa3\x9b\ \xb3\xec\x63\x58\xa8\x53\x85\x0a\x59\xfe\xd7\xc3\xec\x1a\xce\xe8\ \x55\xb3\x88\xbb\xa3\xb5\x85\xa9\xdf\xe9\xc3\xd4\x9b\x31\xa6\x7d\ \xf5\xcc\x2c\x5d\x8d\xc2\xb2\x0b\x57\x43\x46\x2c\x5b\x53\xcf\x2d\ \x23\xd3\xdc\xa7\x22\x7e\x07\x6e\xbf\x8d\x79\x79\xee\xf8\x6b\xe3\ \xf4\xe9\x3d\x5f\xdf\x7c\xd6\x61\xf9\xd6\x46\x85\x05\xe9\x7a\xe7\ \x0a\x45\xf2\x82\xcb\xc4\xfa\x7e\x56\xd6\xad\x5d\xde\xdc\x5c\xf8\ \x31\x24\xa6\x4a\x83\x8e\x85\x1d\xd4\xd7\xee\x85\x75\x9d\x3e\xab\ \x62\xf1\x22\xf6\x76\x56\x22\x45\x7a\x50\x78\x5a\xfd\x26\xad\x4a\ \x38\xda\x14\xae\x50\xa7\x66\x89\x92\x8e\x76\xb6\x56\xf6\xf9\x46\ \x03\x41\x2f\x71\xaf\x44\xd7\x0e\x84\x5c\xe4\x44\x10\x65\xbc\x39\ \x76\x9c\xb8\x40\xf6\xdf\x66\xcc\x5c\x4a\x79\x50\xcb\x95\x87\xfe\ \xcc\x98\x46\xfa\x07\x24\x25\xf1\x31\xc3\xdf\x9f\xe2\xf5\xe8\xd8\ \x0f\xa9\x3f\x2b\x4e\xe5\x87\xf1\x8e\x7f\xc2\xcc\xbd\xb4\x6e\xcd\ \x87\x47\xe8\x1d\x0b\x68\xaa\x80\x3d\xe1\xc3\x23\x7f\xfb\x92\x75\ \xec\x21\xfd\xe5\xd3\x34\x53\xef\xf2\xa6\xf8\x3f\x7d\x61\x5b\xbc\ \xaa\x59\x4e\x4a\xb1\x9a\x3d\x96\x2e\x5b\x36\x73\xd2\xa0\xf2\xce\ \x66\x80\x3e\x3a\x30\x2a\xc7\xa1\x8c\x4d\xd6\xfe\x99\xf3\xf4\x95\ \xda\xbb\x47\xbf\x54\xb9\x54\xb3\x43\xed\xfb\x3a\xa2\x44\xc9\x32\ \x86\xac\x64\x03\xa2\x94\xb0\x5b\x3b\x1e\xab\x3a\xb6\x72\xf5\x0f\ \xcf\xb0\xb3\x33\xaa\xd4\x99\x29\x99\x99\x46\x81\x20\xe3\xb3\xdf\ \xf6\x73\x5f\x9a\x74\x6c\x9c\x37\x8e\x7c\xf1\x82\x12\xe5\x09\xb8\ \x8d\x57\x35\x6a\x79\x93\x92\x46\x9f\xf1\xa8\xde\x81\x1b\x6e\x85\ \x51\x44\x72\x33\x18\x5d\x36\x17\x9f\xe0\x55\xe2\x27\x6d\xe3\x9f\ \x32\x6e\x05\x7d\x57\x31\xa9\x23\x02\xd0\xa8\xc9\xc8\x20\xe8\x01\ \x87\x43\x18\xd8\x1d\x20\xc5\x9f\x34\x53\x2a\xdb\x01\x28\x22\xd8\ \xff\x98\xd1\x63\x11\x80\x5e\x4f\x4e\x36\x29\xd1\xac\x5c\x81\x57\ \x73\x5c\xec\xa9\x5a\x99\x1b\x6b\xb8\x10\x88\x34\x93\xf8\x37\x8c\ \x5f\x41\x9f\x95\x4c\xee\x84\x18\xd0\xb2\x73\x3b\x0d\x87\xe1\xf1\ \xcb\x38\x75\xb9\xbc\x8a\xa1\x52\x6d\x50\x73\xe4\x02\x5e\x35\x28\ \xed\x89\x3c\x85\x1c\x15\x67\xe6\x73\x33\x87\xfd\xfb\xa8\x5c\x08\ \x83\x12\x65\x0e\x49\xb1\x6c\x5b\x8e\x79\x03\x6a\x3a\x03\xbc\x7e\ \x8a\x47\x35\x04\xa0\xd5\x92\x93\x49\x4c\x04\x2b\x77\xd2\xba\x0f\ \xe1\x4f\xf8\x9c\x49\x44\x20\x85\x7d\xc8\x8c\x84\xc2\x88\x23\x98\ \xb1\x91\x26\xed\x49\x4f\xc2\xd4\x8c\xd4\xd7\x44\xe9\xa8\xe6\x95\ \xc7\x9e\x36\x76\x16\x5f\xd6\x2d\x3f\x58\x75\xd4\x92\xe2\x9f\x8e\ \xcc\x38\xfc\x71\xe4\x98\x2e\xfa\xb4\x24\x0d\x92\xec\xa4\x80\x0b\ \xaf\x52\x8a\x95\xb1\x55\x4b\x2b\x6d\xda\x3e\x27\xf6\xda\xce\x2b\ \x11\x3a\x20\xfb\xe3\xa3\x2f\x02\xcf\xda\xf6\x3c\x7f\xe9\x6b\xeb\ \xe5\x63\x66\x4c\x53\x1a\x84\x59\xa9\xe1\x6b\xb7\x3d\xaf\xd1\xaa\ \x66\x74\x64\x8a\xa5\x1d\x59\x39\x8a\xbc\xfd\xcb\xb4\xf4\x4c\xb5\ \x41\x98\x9d\xfe\xf9\xec\xe3\xa8\x22\x55\x0b\xa7\x26\x66\x09\xc4\ \xda\x58\xbf\x7d\x97\x3f\x0a\x9b\xd7\xaa\x54\xd8\x52\xbb\x7f\xc3\ \x46\x49\x9d\xe1\xdd\x4b\x44\xcf\x9c\x76\xb0\xc1\xd8\x29\x9e\x89\ \x0f\x3e\x51\xb8\x96\x2d\xcf\x5e\xbe\xb4\xf7\x2c\xa1\x49\x0f\x33\ \xb1\x72\xd0\xe4\x66\x28\x74\x02\x65\x56\xdc\xf6\x75\x87\x0b\x37\ \xe9\x60\x9f\x96\xa0\x11\x0a\x33\xa3\xef\xdc\x0d\xd4\x16\xf3\x2c\ \x94\x93\x9c\x09\xd9\xef\x4e\x5e\x48\xb5\x2c\xe3\x62\xc8\xd2\xd9\ \x94\x9f\xb0\x60\xe5\xd2\xf9\x93\x5b\xd7\x2a\x9c\x9a\x9c\x2d\x34\ \x66\x7d\xbc\x7a\xf1\xb3\x89\xab\xa7\xb3\x10\x30\x7c\xfe\x10\xa3\ \x72\xa8\xe8\x65\x87\x32\xf2\x6d\xb8\xae\x74\xe5\xe2\x90\x91\x94\ \x25\x17\xa1\x8c\x7c\xb0\xeb\x76\xb4\x73\xb5\xe2\xb2\x0f\xd1\xc2\ \x4a\xe5\x2c\x7d\x9f\xbe\xb5\xf4\x29\x23\xd6\x86\x3c\x8f\xa3\x66\ \x55\xf7\xbc\xa5\xed\x67\xe1\x94\xa9\x86\x55\x69\xac\x93\x78\x18\ \x41\x75\x77\xb2\x64\x8c\x98\xc7\xe2\x45\xf4\x6b\x49\xc4\x2d\x8e\ \x46\xd3\xc0\x9b\x17\xc1\x24\x64\xa0\x15\x93\x9d\xc8\xa5\xd7\x14\ \x73\xc1\xa4\x1c\xdb\x67\x73\x6d\x27\xe1\x0a\x80\x0c\x0d\xd5\x6a\ \xf1\x7c\x0f\xfb\x5e\x60\xae\x37\x7e\x78\xf5\xe8\x75\x58\x5a\x01\ \x5b\xfd\x27\xb3\x67\xee\xe7\x5c\xdb\x5a\x4d\xaa\x00\x11\x31\x0a\ \x9f\x7a\x75\x4c\xd1\xc5\x65\x5a\x55\xaa\x53\xa5\x56\x87\x11\xc5\ \x92\xcf\x8e\x18\x3a\x74\xd3\x05\x5f\xa5\x11\xe0\xcb\xa7\x88\x8f\ \xc1\x6f\x57\x4e\x99\xf2\xc6\xa6\xd3\xa6\x59\xdd\x92\x63\x75\x95\ \x1b\xd7\x40\x93\x98\x2d\xf2\x2c\x57\xa3\x62\x97\x9e\x3d\x3f\x1d\ \x9f\x36\x68\xe6\xf1\x36\xd3\x97\x34\x2b\x5a\xac\x71\x9d\xa2\xe7\ \x16\x8d\xd8\x70\x25\xaa\xfb\xb0\xe1\xf2\xeb\xcb\x06\x4c\x58\x5f\ \x75\xcc\xd2\x01\xd5\x6c\x01\x14\xa4\x5b\x51\xcd\x87\x68\x2d\x75\ \x6a\x60\x5a\x94\xcb\x8f\x69\xe9\x4c\x48\x36\x15\xaa\x60\x52\x98\ \x45\x23\xd9\x3d\x81\xde\xfd\xd1\x94\xa3\x77\xc5\x9f\xd4\x7d\x72\ \x99\x44\x25\x67\x56\x30\x60\x2e\xb1\x3a\x7a\x0f\xe4\xcb\x49\xa6\ \x6d\x65\xf2\x6a\x2a\xdb\x02\x7c\x8e\xa2\x74\xfd\x7c\x2f\xcc\xc0\ \x87\xb8\x37\xa5\x96\x1d\x80\x85\x37\x5d\x2b\x30\x79\x18\xc9\xa5\ \x99\xd7\x9f\x4a\x8d\xd8\xb4\x9e\xa5\x93\xe8\x31\x9a\x29\x3d\xf0\ \x3d\x4d\xac\x9c\xb3\x2b\xe9\x3f\x87\x18\x1d\xda\x08\x12\x6d\xe9\ \xdb\xe4\xd7\x55\xa6\x4c\xc4\xac\x18\xd5\x0a\x81\x84\x41\x5d\xd8\ \x37\x89\xbe\xf3\xe8\x3a\x9b\xaa\x46\x4e\xde\x22\x27\x9a\x71\x7d\ \xd8\x72\x0b\x61\x61\x7a\xd7\x65\xfe\x70\xde\x3b\xb2\x6e\x32\x62\ \x40\x4f\x92\x98\x06\xb5\x00\x8a\xb5\xa7\x32\x0c\x1d\x4b\x89\x81\ \x8c\x6c\xca\xf1\x83\x84\x25\xf0\x36\x80\x0a\xd5\x88\x7d\x4d\xf0\ \x33\xc6\xcf\xa7\xca\x48\x86\xb5\xa0\x7f\x4f\xee\xad\xa4\x6d\x1f\ \x28\x83\x6b\xde\xc7\x47\x60\x5d\xac\xa8\x53\xd1\x66\x5d\x7a\xd6\ \xaf\x63\x66\x61\xdf\x78\xe0\x8c\xfa\xae\xe6\x35\xda\xf7\x70\x0a\ \xda\x33\x68\xca\x46\x0b\xef\x1a\x45\x85\x91\x3b\xe6\x0c\xec\x31\ \x72\x6d\xf1\x8e\xe3\x3a\x14\x15\x03\x89\x11\x69\xc5\xab\x37\xb6\ \x41\x9f\x94\x21\x2d\x57\xa9\x76\xfd\xf6\xbd\x3d\x62\x4e\xf5\x1f\ \x38\x53\xd6\x6a\xd2\xd8\x36\x35\x1b\xd5\x2d\x75\x73\xdd\x94\xe5\ \xc7\x5f\xe4\xb1\x67\x8d\x4e\xbd\x4b\xc6\x9f\xee\x3f\x76\x91\xde\ \xad\x74\x51\xe7\xc2\xfd\x86\xb4\xf3\x5b\x36\x64\xfc\x26\xbf\x41\ \x8b\xd7\x54\xb4\x33\xf1\x74\x77\x2b\x5a\xa4\xde\xc8\xde\x0d\x9c\ \x2c\x2c\xaa\xb5\x19\x38\xb4\xbe\xeb\xe7\xc0\x84\x12\x35\x9a\x58\ \xa1\x4d\xce\x94\x56\xac\x5e\xaf\x71\xc3\x06\xa9\xaf\x5f\x5a\x54\ \xee\xd0\x48\xe6\x37\xb0\xff\xc8\xc8\x62\x03\xe6\xf7\xaf\x55\xbf\ \x57\x2f\xdd\xc3\x25\xa3\xe6\x1e\x77\xa8\x50\xc9\xbd\x58\x99\x1e\ \xdd\xca\xed\x18\x37\x60\xf3\x8b\x9c\x0a\xe5\x5c\x2d\x8b\xb7\x1f\ \x52\xdf\x62\xde\xe8\x61\x13\x97\xed\x8a\xd2\xbb\x0c\xef\x53\xf3\ \xd4\xc4\xbe\xab\x6e\xc6\x57\xab\x5a\x3a\x2f\x24\x67\x54\x50\x90\ \xda\xb1\xa8\x97\x2d\xaa\xa4\x28\x91\x57\xa5\xaa\xc5\x00\x8f\x91\ \x03\x9a\x5e\x9a\x3d\x74\xda\xde\xc0\x31\xab\x97\x95\x12\xc7\xca\ \x8a\x57\x2b\x67\xa1\x8f\xce\x15\xd6\xab\x55\xd1\x10\x1f\x66\x51\ \xbc\x76\x55\x17\x11\xa0\x4d\x44\xec\x49\x9d\xc2\x20\xa4\x43\x1b\ \x5a\x37\xc7\xd3\x99\x61\x9d\xd8\x30\x8e\x51\x0b\xf0\xf3\x63\xcf\ \x79\x46\x6e\x61\xe9\x10\x5e\xdc\xa7\x64\x13\x0a\x7d\x62\xc8\x34\ \x2c\x4b\x63\x93\xc6\xdc\x81\x0c\x5b\x45\xc7\xf1\x14\x35\x03\x28\ \xd3\x84\x8d\x1b\x58\x3b\x95\xae\x83\x58\xdc\x5b\xf5\xea\xf8\xfe\ \x9b\x6f\x13\x0a\xd8\xea\xef\x86\xbf\x91\xb5\xbc\x4e\xa7\x13\x8a\ \xc4\x42\x01\xa0\x3f\xb5\xa0\xe7\x0d\xd9\xc0\xbd\x33\x5a\x89\x7f\ \x57\x07\x83\xde\x28\xfc\x6e\x5d\x64\xd0\xeb\xc9\xd3\xd7\xa0\x33\ \x08\xff\xb5\x40\xe3\xe7\xb7\x13\x9a\x1f\x83\x89\x5a\x9d\x69\xe8\ \xfd\xd7\xbe\x0a\x39\xfb\xb6\x91\x1f\x8a\x51\x42\x9b\xbe\x94\x2f\ \xf4\xbf\x52\x8e\x22\x81\x65\xf3\x09\x92\x72\x78\x1b\x8b\x3b\x51\ \x79\x05\xbd\x4b\x01\x28\xbf\xb0\x63\x0f\x99\x2a\xa2\xd2\x18\xbd\ \x9c\x5a\xff\x55\x94\x54\x9d\xde\x98\xe7\x0f\x64\xd0\xeb\xf4\x46\ \x81\x44\x2c\xfa\x23\x89\x01\x8c\x7a\xbd\x51\x28\xfa\xc1\xce\x57\ \xa7\x37\x7c\x7f\xd1\xbf\x36\xbb\xfc\x23\xed\x47\x2f\xfe\xae\x83\ \x51\x67\x10\x88\xbf\x8b\xd4\x21\x12\xff\xd0\x58\x74\x06\x41\x7e\ \x53\xc3\xa0\x33\x0a\xbf\xde\x32\x64\x6d\x18\x37\x30\xa5\xd6\xfc\ \xe5\x7d\x2b\xfd\x63\x73\x33\x08\x45\x05\x27\xcb\xff\xbb\xe2\xef\ \x6e\xef\xf9\x5f\x42\xfc\xfd\x84\x4e\x61\xe3\xa1\x2b\xeb\x5b\x78\ \x88\xff\x59\x73\x15\xfe\x64\x98\x29\x14\x7d\xed\x37\xdf\xa9\x53\ \xa1\xe0\xed\xbb\x9f\x62\xf7\xfe\xa3\x57\xcf\x37\x43\x68\xa3\x9a\ \x8f\x31\x24\x2a\x11\x80\x11\x82\xdf\x20\xfd\x71\xaa\xf4\xb3\xf3\ \xe2\x37\x3f\x9c\x5f\xfe\xfe\xf6\xf7\x9f\x97\xf8\x93\x58\x23\xea\ \x6c\x3e\x27\x90\x65\x40\x60\xc4\x28\xe1\x9d\x1f\x39\x0e\x5f\x13\ \x1b\x31\xf2\x53\xc6\x9f\xd5\xf9\xf9\x41\xfe\xd1\x65\x48\xf0\x3d\ \xb1\xd1\x88\x32\x03\x8b\x22\xf4\xaa\x48\xc8\x33\x2a\x74\xc2\x21\ \x95\xe7\xcf\x01\x54\x59\x08\x4c\x90\x48\x69\x51\x87\x42\xb9\xf0\ \x5f\xb1\xe7\x37\x36\x14\xfe\x81\x63\x31\xc4\x3f\xbe\x2d\x81\xe8\ \x37\xa1\xce\x7f\x7a\xd1\x82\x7f\x91\xa4\xc4\x3f\xd1\xb7\x40\xfc\ \x93\x48\xf1\xcf\x4d\xe7\x87\x9b\xc2\xef\xac\x6a\xd4\x6a\xab\x77\ \x99\x54\xbc\x4e\xa5\x5f\x36\xb7\x7f\xae\x95\x52\xc9\xdb\xb7\xbf\ \x7d\x59\xff\x82\xa5\xfd\x8f\x9d\x37\x2f\xaf\x9b\x1b\x85\x0b\x17\ \xf0\xdb\xdf\x11\xe2\xbf\xa5\x56\x02\x47\x8f\x62\xff\x7d\x29\x39\ \x39\x5c\xba\xf8\x27\xd2\xcb\x4c\xb1\xfb\x6a\x68\x1e\xff\x81\xcf\ \x6f\xff\xda\x67\x16\x20\xb3\xe6\xdb\x21\x43\x1f\x7d\x09\x34\xfc\ \xef\x14\x24\xc2\xd4\x84\xc0\xa7\xf8\xeb\x90\xc9\x08\x0e\x42\xff\ \xd5\x91\xd4\xc4\x04\xa1\x80\xd0\x97\x18\xb3\x28\x52\xec\x3f\xae\ \x33\x08\x64\x0e\x75\x1a\xd7\xff\x17\x07\x2f\xb9\x5c\xbc\xf8\xbf\ \xa2\x55\xa3\x46\x05\xec\x59\xc0\x9e\x7f\x39\x9c\x9d\x59\xbd\xba\ \xe0\x15\x17\xe0\xaf\x80\xa3\x63\x41\x63\xfb\x8f\x43\xc1\x4a\x4e\ \x01\x0a\x50\x80\x02\x14\xb0\x67\x01\x0a\x50\x80\x02\x14\xb0\x67\ \x01\x0a\x50\x80\x02\xfc\x3b\xb3\x67\x76\x42\xd8\xc7\x13\x93\x15\ \x19\xf1\x05\x55\xf9\x7f\x0c\xc6\x82\x87\x2a\x40\x01\xfe\xff\xb1\ \xa7\x5e\x6f\x88\xbb\xb6\x58\x7e\x67\x43\xdc\xad\x35\xff\x7c\x7f\ \x58\xaf\xd3\xaa\xd5\x1a\x23\x18\x74\x1a\xb5\x5a\x93\xf4\xf2\xd2\ \x8e\xe3\x8f\x74\xff\x5c\xba\xe2\xf3\xfe\x95\x53\x27\xcc\xdd\xe9\ \xfb\xe4\xfa\xbe\x0b\x4f\x13\x43\x9e\xae\xdf\x76\x26\x43\xff\xbf\ \xd6\xef\xf4\x68\x7f\x16\xae\x35\xfc\xba\x7f\x6a\xd4\xa8\x54\xe8\ \x7e\xb8\xab\xd3\xfe\x6e\x67\xd6\x69\xfe\x99\x58\x9d\x96\x5f\x17\ \xa2\x43\xfb\x3b\xb5\xf3\x9b\xb2\xb4\xda\x7f\x50\x4f\xf3\x95\x43\ \x8c\xe8\x7e\x60\x13\x83\x0e\x95\x0a\xad\x1e\xcd\x17\x36\xac\xe7\ \xcb\x1f\x09\xdb\xa3\xe2\xd0\x0e\x02\x52\xfe\xff\x91\xe1\x4f\x6c\ \x98\x73\x63\xef\xf2\xf1\x13\x26\x5f\x0d\xf9\xc9\xeb\xe6\xcb\xd3\ \xa3\x1b\x0f\x3e\xc3\x90\x7e\x68\xdd\x3a\xdf\x78\xfd\x5f\xa5\xd9\ \x3f\x63\x6a\xf9\xe7\x97\xdb\xf7\x9f\xfd\x76\x8a\x7a\x6a\xf0\xbd\ \x05\x13\xc6\xcf\xde\x76\x35\xe7\xcf\x68\x97\x10\x70\x75\xf7\xd1\ \x5b\xda\x3f\x5e\x3d\x05\xf8\xbf\xc5\x9e\x49\xaf\xcf\xa9\x03\x2f\ \x48\x2c\x44\xb9\xfe\x87\xd3\x3e\x3e\xf9\x27\x29\x1f\xed\x5c\xd8\ \xb7\x77\xd7\x9a\x95\x2a\xd4\x6f\xd3\x75\xf8\x8c\x55\xf7\x1e\x3f\ \xb9\xe3\xfb\xe9\x9f\xee\xf7\x1b\x6f\x6f\x5e\x72\x29\xde\x75\xd8\ \x90\x8e\x1e\x76\x36\x0e\x76\x56\xaa\xd8\xa0\xdb\x0f\x5e\x2b\xfe\ \x77\x6a\x21\xf4\x21\xfd\x3b\xd3\xa6\x31\xf3\x0f\xa3\x87\xf4\xf7\ \x0c\x6c\x4f\xab\xb6\xec\xb9\x07\xa0\xcd\xe1\xda\x46\x5a\x0c\x25\ \x1a\xf8\xc2\xf4\x51\x0c\x1c\x44\x87\x46\xb4\x9c\x8e\xda\xc0\xd9\ \x95\xb4\x6c\x4b\xcf\xc9\xc4\x2a\xf3\xa5\x05\x1c\xa7\x76\x5b\x82\ \xf5\xa4\xbc\x65\x74\x5f\xba\xb4\x66\xde\x7e\xb4\x90\xf1\x81\x41\ \xed\x69\xdd\x86\xdd\xf7\x00\xee\xec\xa2\x4b\x07\x1a\xb7\xe0\xd4\ \xeb\x1f\xd9\x91\x3b\x87\x18\xd0\x9b\x8d\x67\x31\x42\x66\x2c\xcb\ \x47\x32\x6e\x03\x46\x40\xcb\xfe\xb9\xb4\x68\xc7\xe0\xd9\xa4\x68\ \x40\xc9\xd6\x69\xb4\x6e\xcb\xb0\xc5\x64\xeb\x00\xc2\x1f\x33\x69\ \x30\x63\x56\x91\x04\x29\xaf\xe8\xdf\x81\xe6\x2d\x39\xf6\x1c\xe0\ \xce\x6a\x1a\xb4\x61\xc8\x10\x8e\x3f\xc4\x98\xcb\xdd\xdb\x64\xe9\ \xfe\x50\xeb\xb0\xb5\xc7\xf4\xff\x8b\x5d\x86\x26\x62\xe6\xa8\x09\ \x7e\x3f\x50\xfc\xe7\xcb\x9b\x36\x5e\x4f\xe9\x3e\x68\x50\x65\xcf\ \x9f\xe2\xd1\xa5\x06\x3f\xb9\xe3\x17\x85\x31\xfb\xf9\xcd\xdb\xd1\ \xb9\x7f\x45\x14\x4c\x79\xc0\x89\x11\x13\x77\xe9\x7f\xdf\x90\x53\ \x9a\x1d\x79\xe1\xd2\xfd\xcc\x3c\x6e\xd3\x7e\x5a\xb5\x78\xad\xb1\ \x5c\xdb\xbe\x2d\xab\xc8\xfe\x4c\x6f\x4b\x0a\x7d\x74\xf5\xc9\x47\ \xc9\xef\xdc\x7d\x78\x60\xe6\xa2\xfd\x2f\x0a\xa2\x36\xff\xff\x85\ \x68\xe6\xf4\xa9\xbf\xb9\x24\x10\x08\x32\x32\x32\x0b\xb9\xb8\x09\ \xff\x69\xd4\xf7\xdc\x8c\xa4\xb8\x13\x43\x05\xb9\xf1\x48\x64\x02\ \x4d\x8e\x22\x2d\xc6\xa6\x52\x57\x91\xf8\xd7\xaf\xbb\x70\xe5\x06\ \x5d\xbb\xd4\x7f\x7f\xe3\x46\xc5\x19\x07\x36\x8c\x6c\x6b\x16\xf3\ \xe2\xc0\x89\x8b\xfe\x1f\x5e\x06\x26\x4b\x2a\x57\x2a\x26\x41\xfd\ \xec\xf4\x96\x95\xdb\x8f\x44\xa8\x1c\xaa\x96\x76\x17\x02\x18\x6e\ \x1f\xdd\xfb\xf0\x4b\x4e\x6e\x86\xce\xcb\xcd\x3c\x49\x29\xf2\x94\ \xa4\xdf\x7d\x9f\xd3\xa1\x6b\x23\x49\xdc\xeb\xb5\xcb\x97\x1f\xbf\ \xf3\xc1\xad\x7c\xed\x42\x26\xc9\x87\xd7\x2c\xdf\x73\xe2\xfc\xfd\ \x80\x14\x9f\x2a\x15\xad\x25\x29\xc7\x36\x2c\xdf\x75\xe4\x5c\xac\ \xc1\xbd\xaa\x77\xa1\xe0\xeb\xfb\x96\x6d\xda\x7f\xed\xc1\xeb\xa4\ \xc4\xc8\x73\x7b\xf7\xde\x78\x9f\x51\xa1\x5a\x79\x0b\x31\xef\xae\ \xed\x5e\xba\x69\xdf\x87\x54\x69\xe5\x8a\xc5\xf2\xd4\xcd\x91\x53\ \xa9\x0d\xfd\x2b\x33\x6f\x31\x6d\xfa\xb2\x67\x0a\x92\x1e\x2c\x6b\ \xc5\x92\x15\xd4\xe9\x42\xaa\x2f\xdb\x8e\x10\xa1\xa2\x73\x37\x1c\ \x6c\x69\xd1\x8e\x6e\x5d\x08\xbe\x4d\xa9\x2e\x78\x27\x31\xfd\x08\ \x3b\xf6\x93\x75\x9e\xeb\x0a\x5a\x57\x22\x3d\x98\x39\xab\x88\xca\ \xa2\x55\x6f\x8a\xda\x53\xb3\x39\x3e\xb0\xf3\x0a\x7d\x7a\xb1\x69\ \x3c\xa2\x6e\x2c\x6f\xcb\x92\xe5\x54\x69\x87\xa5\x84\x0e\x43\x29\ \x95\xc0\x8a\x1b\x0c\xec\x9c\x7f\xac\xd0\xd3\xbd\x6c\x7c\xca\x94\ \x25\x74\xaf\x87\x40\xcf\x95\x23\x9c\x7c\x80\xb0\x10\xdd\x1a\xf3\ \xf9\x12\x0b\x6f\x73\x60\x2f\x61\xc7\x09\xb4\xc4\x3e\x84\x0d\xaf\ \x38\xb8\x9d\x97\xdb\x08\xf1\xa0\xbc\x92\xf1\x8b\x68\x35\x96\x19\ \xfd\xb0\xd4\x30\x7f\x2c\x1e\x43\x99\x5d\x9f\x79\x6b\x69\xd7\x93\ \x57\x47\x71\x1a\xc2\xa6\xe9\x54\x2c\x8a\x2a\x8e\xab\xcf\x69\xda\ \x1d\x47\x15\xbb\xd6\x70\xe0\x14\xef\xe2\x29\x5f\x05\x49\x32\x9b\ \x97\x71\xf8\x1a\x8e\xa5\x71\xcb\xf3\x3f\x35\x10\xf8\x8e\xc2\x15\ \x88\xb8\xc1\xaa\x2d\x5c\xb9\x83\xc4\x8d\x62\xce\xa0\xe1\xc4\x16\ \x76\x1e\xe1\x45\x28\xc5\x2b\x61\x2d\x46\x15\xfd\x60\xd7\xe9\xd7\ \xe5\xab\x94\xf9\xfc\xe4\xc4\xcd\x50\x61\xb9\x62\x16\x17\x0f\x1d\ \x52\x58\x58\xbd\x38\xb1\x76\xeb\xc1\x73\xd1\x06\xb7\x6a\xde\x85\ \x22\x9f\x9d\x5f\xb9\x76\xc7\xed\x80\xb4\x4a\x35\xca\x9b\x8b\x80\ \xcc\xeb\x07\xb7\x6c\xda\x73\xfc\xda\xd3\x60\x97\xd2\xd5\x5c\x2c\ \x45\x99\xe1\x8f\x57\x2f\x59\x75\xea\x5e\x90\x6b\xf9\xea\x2e\x56\ \xd9\xbb\x17\xae\xbc\xf3\x2a\x30\x32\xc9\xac\x6e\xd5\x22\x42\x88\ \xbc\x76\xf4\xa8\x6f\xac\x4e\xae\xb4\xb1\x50\x3d\x79\xf6\xb1\x68\ \xb9\x12\x19\x2f\xcf\x9f\x7b\x63\xf0\x10\x86\x3c\x4f\xf2\xe8\xd6\ \xdc\xf3\xde\xc5\x47\x1e\x55\xcb\xbf\xba\x72\xd9\xb2\x5c\x25\x3b\ \x65\xe0\x9e\x7d\x37\x0b\x95\xad\x60\x25\x01\x78\x7f\x7d\xdf\xf2\ \x8d\xfb\xae\x3d\x78\x6b\xea\x56\xbe\x88\x93\xe4\xc5\xb9\xad\xcb\ \xb7\x1d\x0a\x53\xd8\xd7\x2a\xe3\x1e\xe5\x7b\x71\xcd\xaa\xad\xe7\ \xaf\xde\xce\x30\x2b\x5a\xbe\x88\xbd\x36\x25\x68\xfb\x8a\x25\x87\ \x2e\xfb\xdb\xf9\x54\xf3\xb0\x31\x3e\x39\xbb\x73\xcd\xf6\x43\x6f\ \xd3\x2c\xbd\xa4\xb1\x6b\x17\xad\x3e\x7b\xff\x83\x6b\xc5\x5a\x2e\ \xf2\xb7\x2b\xd7\x6c\xf3\x0d\x0a\xcc\x72\x2a\x5b\xce\x2c\x79\xeb\ \x8a\x45\x87\x2e\xbf\xb2\xf3\xa9\xea\x61\x23\x4d\x78\x73\x79\xe9\ \x8a\xcd\x67\xaf\x3f\x8c\x91\x78\xf5\xea\xda\xd4\x46\x08\x59\xe1\ \x07\xf6\x1c\x4c\x55\x0b\x72\xad\xdd\x6b\x16\x35\x3f\xb3\x71\xfe\ \x8e\xa3\xd7\xb2\xac\xbc\xcb\x15\xb6\x0d\xbc\x73\x6c\xe5\x86\x5d\ \xb7\x03\xb2\xaa\xd6\x2a\x67\x26\x44\x1d\xf7\x61\xd7\xda\x65\x87\ \xce\x5e\x7d\x1b\xa3\xab\x5c\xad\x94\x3e\xee\xc5\xee\xfd\x97\xdf\ \x05\xfa\xbf\x4f\x91\x55\xae\x58\x54\x8a\xee\xd9\xe9\xad\x2b\xb7\ \x1f\x0a\x4c\x91\xd4\xac\x58\x2c\xc6\x77\xef\xf2\x3d\xb7\xc3\x22\ \x63\x0b\x95\xaf\x6b\x97\xfe\x74\xe9\xfc\x95\xa7\x1f\x86\xb8\x96\ \xa9\xec\x62\x29\x2e\x20\xb5\x7f\xe5\x63\xad\x51\xa7\x26\x27\x59\ \x7f\x8b\x9d\xfe\xd3\x0c\x5b\x2f\x97\xcb\x1d\xec\xed\xff\xd1\x0d\ \xe9\x5f\x1c\x7b\x1a\x0c\xc6\x84\xdb\xab\x0c\x49\x1f\x90\x98\x00\ \x02\x89\x89\x2e\xf2\x41\xe2\x93\xbd\xbf\x37\x95\x10\x8a\xc5\x22\ \xa9\x99\xa9\xa9\xa9\xa9\xb9\x79\xde\x34\xd2\xdc\xb5\x6c\xe7\x4e\ \xcd\x03\x8f\x2e\xdb\x75\x3f\x39\xea\xf6\x86\xe5\xe7\x13\x7b\xf5\ \xed\xf8\x76\xdf\xa2\xc3\x2f\xe2\xf2\xc6\x9e\x06\xa1\xac\x4c\x9d\ \x56\x7d\x3a\x37\x34\x7c\x7a\x74\xe0\xaa\xaf\x52\x68\x22\x12\x9b\ \x48\x55\x71\x0b\xa7\x2f\x56\x97\xeb\xdc\xca\xed\xcb\xa2\x05\x5b\ \xbf\xc4\x87\x1c\xbb\xfc\xba\x5a\x97\xae\x66\x1f\x0e\xcd\xdd\x75\ \xdb\x88\x6d\xf5\x56\xfd\x86\xf7\xa8\x7e\x71\xfd\xdc\xbb\x89\xca\ \xe7\xc7\x0f\xa7\xbb\x37\x6d\x5c\x28\x66\xc9\x86\x8b\x65\xdb\xb5\ \x53\x3c\xde\xbe\xfa\x6a\x78\xba\xef\xee\x39\x7b\xde\x75\xe8\xd7\ \x2b\xf1\xea\x86\xcd\x17\x3f\xe6\xa9\x57\xa4\x0c\x95\x8a\x91\x18\ \x4d\xe1\x6a\xd8\x6a\x09\xca\xa6\x5d\x73\x3c\x6b\x50\x4c\xc7\xdb\ \x70\x8a\xd6\x63\xd3\x1a\x4a\x98\xe5\x1f\x71\x21\x10\x12\x7e\x81\ \x37\x52\x26\x36\x27\xf8\x35\x85\xaa\xe0\xed\x4a\x9b\x7a\x44\xbe\ \x00\x23\xfb\xb7\xd3\x70\x0c\x0d\x8b\xa1\xd5\x21\xb1\x20\xf8\x02\ \x8b\x76\x51\xb1\x19\xa6\x6a\x82\x32\xf3\xc5\x96\xd0\x13\x18\x45\ \xd9\x1a\x78\xd9\xf3\x39\x8d\xaa\x35\xbf\x9a\xdd\xea\xd8\x7f\x88\ \x94\x74\xd6\x4f\x66\xd5\x19\x34\x42\xda\x0c\x65\xc9\x30\x64\x06\ \x80\x77\x2f\xf0\xaa\x8f\x97\x0b\x8d\xea\x12\xf1\x96\xe7\x81\x94\ \xab\x87\xbb\x0b\xad\xab\x12\xf6\x92\x47\x47\x79\x9f\xc8\xcd\x1d\ \x8c\x59\x46\x7c\x0c\xb1\x6a\x1a\xd5\xa3\x58\x13\x5c\x34\xbc\x4b\ \xc3\xcc\x84\xe7\x47\x58\xb7\x9f\x14\x35\x12\x11\x08\x31\x35\xb2\ \x75\x06\xf7\x32\xe8\xdc\x92\x1b\x47\x08\x4d\x63\xf3\x2c\x92\x4a\ \xd2\xb1\x24\x0b\xe6\x91\x9c\x37\x32\xd5\x72\xfa\x20\x9f\xb3\xb9\ \x74\x90\xdc\x92\xb4\x2c\xcd\xe2\xf1\xbc\x4e\xe4\xc2\x2a\x8e\x7e\ \xa0\x73\x17\x5e\x9c\xe5\x79\x02\x80\x44\xa6\xbd\x76\xf4\xe0\xdb\ \x5c\xa3\xdf\x8e\xd9\x0b\x4e\xdc\x53\xa6\x7e\x3c\x76\xe2\x56\xae\ \xd0\xae\x7a\x9b\x7e\xc3\x7a\x54\xbf\xb2\x61\xd9\xd3\xa0\x67\xcb\ \x16\xad\x92\x55\xef\x3a\xa8\x6d\x2d\x33\x81\x11\x40\x15\x79\xe4\ \xe0\x85\xc2\x4d\x3a\x97\xd5\xbf\x9c\xbb\x74\x77\x8e\x3c\x72\xde\ \xc4\x79\x72\xef\xa6\xf5\x9c\xa3\xa6\x4f\x5c\x99\xac\x12\x58\x38\ \xb8\x35\xeb\x3e\xa0\x7b\xb3\x32\x79\x6d\x54\x8f\xd0\xa3\x7c\xbd\ \x7e\x7d\x3a\xba\x64\x07\x1f\x3d\x73\x37\x07\x52\xde\xdd\x3c\x7b\ \x37\x5c\x28\x15\x7f\x9b\x4c\x5b\x98\x4a\x3e\xde\x38\x74\xfb\x43\ \x4e\xe6\x9b\xdb\xc7\xef\x7e\x94\x48\x01\xe2\xee\x6f\x9b\xbc\xee\ \x46\xd5\x36\xdd\xec\xe2\x6e\x9f\xbe\x17\xf1\xf9\xd1\xe6\x25\x27\ \x63\x7a\xf4\xed\xfc\xe1\xe0\xd2\x93\x01\x31\xbe\x17\x8f\xbf\x97\ \x95\xe9\xd8\xd0\x6d\xef\xe2\x39\x4f\xe2\xd2\x76\xce\x9d\x15\x53\ \xb8\x6d\xe7\x72\xb9\x8b\xe6\x6f\xcd\x54\x26\x1e\xdb\x77\xcc\xaa\ \x62\xb3\x96\xd5\x8a\x5a\x39\x15\xef\x3b\x6a\x64\x1d\x59\xc0\xbc\ \xb5\x67\xb3\xf4\x52\x1b\x8f\x2a\xbd\x06\x0d\x6b\xe4\xa9\x5e\x31\ \x75\x6a\x9c\x47\xdb\xce\xe5\xb2\x17\xcf\xdf\x99\x92\xe8\x3b\x65\ \xda\x06\xcb\x6a\x6d\x9a\x54\x72\xd7\xeb\x74\x5f\xbd\xc8\x0c\x62\ \x0b\xaf\xc6\x6d\x7b\x74\xa8\xe6\x75\x66\xc9\xe8\x63\xe1\x8e\x6d\ \x9b\x95\x39\x36\x7f\xf2\xb5\x4f\xf1\x37\x8f\x1c\x4c\x70\xa9\xd9\ \xb5\x59\x15\x33\x01\x40\xea\xab\xeb\x27\x9f\x65\xb6\xee\xdc\x26\ \xfd\xde\xc6\xa9\x1b\xef\x6a\xc4\x52\x1b\xf7\x32\x5d\xba\x36\x0f\ \x3c\xbc\xf8\xc0\xf3\xb8\xcf\xd7\x37\xcc\x3d\xf8\xb6\x71\x9b\x96\ \x71\x57\xd7\x2c\x3f\xee\x87\xa9\x6d\xd9\xea\x4d\x07\xf7\xeb\xec\ \x45\xd0\x94\x51\xf3\x94\x65\x9a\xd5\xb3\xff\x34\x65\xd2\xd2\x18\ \x55\xc1\x6c\xfe\x6f\x3f\x73\x4f\xfd\xf8\x50\xfe\x72\x9f\xf0\xfb\ \x48\x53\x20\x14\x90\xf1\x70\x7d\x76\x7c\xd8\x3f\xa1\x5c\xa3\xd1\ \x68\x34\x18\x00\x83\xde\xe0\x50\xa2\x4a\xf3\xa6\x1d\x7b\x35\x74\ \x8b\x0c\x0c\xfb\xf0\xe8\x6e\x74\xe2\x97\xcb\xe7\x6e\xc7\x25\x86\ \xfb\x45\x25\x7f\xed\x0c\x02\x37\x9f\x4a\xe5\x7d\xbc\xac\xcd\xcd\ \xcc\x4d\x65\x02\x8c\x22\x13\x93\xdc\xf0\xf7\xbe\x6f\x3e\x7e\x7e\ \x75\xf3\xde\xfb\xb8\xb0\xa8\x80\xc8\x74\xa3\x9d\x7b\xf1\x06\x8d\ \x1b\x8d\xeb\xde\x28\x23\x34\x42\xad\xce\x0a\x7e\x7c\xe1\xd0\x25\ \xbf\xe4\x8c\xc4\x2f\xd9\x5a\x89\xa9\x4d\xd9\x5a\xcd\x3a\xf5\xec\ \x51\xd9\xcb\xad\x66\xf3\x96\x03\x9b\x96\x4b\x8b\x8e\xf4\xbf\xf7\ \x24\x22\x3e\xf1\xce\xd9\x4b\x51\x49\x51\xa1\xa1\xa1\xdf\x94\x0b\ \xbc\xcc\xac\x73\xcc\x9a\x8f\x95\x04\xad\x31\xff\xfc\x0c\x91\x00\ \x9d\x16\x99\x09\x12\xc1\x0f\xeb\x95\x46\x4e\x5c\xa4\x41\x4f\x64\ \xa0\xd1\x93\xe7\x22\x2a\x12\x21\x91\x12\x78\x89\x17\x22\x3a\x56\ \x27\x2b\x13\xa5\x1a\xa0\xf1\x70\xce\x9f\x25\xf6\x32\xbe\x1f\x11\ \x8b\xbf\x8b\xcd\x3b\x5c\xe8\xf4\x12\x6e\xea\x99\x3f\xe4\xab\x27\ \x65\x06\x89\x52\x56\x1d\xe7\xd0\x12\x6e\x6c\xe2\x43\x1a\x66\xa6\ \xa0\xcb\x5f\x61\xd3\xe9\x11\x8a\x01\x84\x22\xf4\x3a\x74\x7a\xf2\ \xfc\x0f\xc5\x22\x50\xf3\x3e\x9e\x6e\x8b\xd9\x77\x18\x81\x1f\xc7\ \xee\x23\x36\x45\x28\x04\x01\x42\xc8\x55\xd3\x69\x01\xcb\x87\xf3\ \xe5\x3a\x73\xf6\x60\x30\x45\x22\x43\x13\xcd\xa3\x60\xa6\xce\xa6\ \x49\x6b\xbc\xec\xc9\x4d\xe1\xda\x53\xa2\x02\xb8\xfd\x86\x4f\x01\ \x24\x2b\xf2\x5b\x87\xb9\x25\x62\x01\x42\x53\xaa\x36\xa2\xfd\x30\ \xda\x79\x71\xff\x26\x77\x5e\x33\x64\x0a\x4d\x1a\x53\xb2\x10\x86\ \xbc\xa3\x8a\x0a\xd5\x6d\x5a\x52\x76\xef\xc6\xa3\x38\xbd\x9b\x8b\ \x30\xe9\xd6\xd5\x27\x26\xde\xb5\xcb\x7a\x88\xdf\xdc\xbe\x70\xf8\ \xd2\xf3\xe4\x84\x98\x58\x83\x4b\xc7\xd6\xb5\x02\x2e\xee\x7b\x18\ \x91\x91\x7f\xd8\xa3\xc1\x20\xb5\x72\xa9\xd7\xac\xc9\xb0\xe1\x7d\ \xc4\xa9\x11\x2f\xfd\x9f\x7f\x94\x56\x9a\x34\xaa\x73\xaf\xa9\xd3\ \x9d\x33\xfc\x9e\x44\x65\x99\x5a\x58\x97\xad\x51\xdd\xbb\xa8\x93\ \x20\xbf\xf5\x08\x6c\x3d\x7c\xca\x97\x2b\x55\xc8\xda\xdc\xcc\xdc\ \x4c\x0a\x62\x13\x73\x0b\x33\x09\x46\xa3\x40\x20\xcc\xe7\x29\xc7\ \x62\xdd\xda\x95\x7b\x7d\xfb\xc2\x8d\x97\x51\x15\x9b\x35\x73\x12\ \x01\xc6\x07\x77\x1e\x15\x6a\x37\xa6\x5f\xeb\x86\xf5\x2a\x15\x95\ \x09\xb4\xc1\xf7\x6f\x46\x25\x7d\xb9\x76\xee\x66\x5c\x62\x98\xef\ \xe7\x24\x44\x66\xde\x35\xea\x36\xeb\x3e\xa1\xa1\x93\xf6\xad\xff\ \x8b\x5b\x2f\xc2\xa3\x03\xef\xdf\x7c\x15\x11\xf9\x21\x38\x25\x2b\ \x57\x6a\xee\x54\xb7\x59\xeb\x2a\xa5\xdc\x35\x29\xc1\x17\x8f\x1f\ \x78\x16\x9a\x90\xf4\x25\x45\xa9\xd6\xca\x6c\xbc\xea\x54\x2b\xef\ \x61\x48\x7e\x7c\xff\xfd\xe7\xb7\xf7\x6e\xfa\x47\x25\x7e\x7a\xe7\ \xf7\xe0\x6e\x96\x7d\xf3\xb9\xfd\x5a\xb7\x6f\xd5\xcc\xdd\xc4\x98\ \xbf\x32\x6e\x34\x08\xa4\xf6\xe5\xaa\xd7\xf0\x76\x53\x3f\xf0\x4d\ \xe9\x39\x69\x7a\xab\x4e\xc3\xfb\x56\x14\x5d\x7f\x14\x24\x32\xb3\ \xad\xd8\xa0\x45\xad\xaa\xde\xa6\x22\x00\xbd\xc1\xe8\x54\xa2\x7a\ \x9b\x26\xad\x17\xce\xed\x1d\xfe\xe4\x7a\x68\xb6\xa4\x70\xc9\x0a\ \xcd\x1a\x75\xec\x52\xb7\x68\xe4\xa7\xa0\x5b\x77\x5f\xf9\xf4\x1c\ \xdf\xb5\x75\xfb\x09\x43\x1a\xbf\x7c\x70\x3b\x56\x29\xf3\x28\x5a\ \xb6\x52\x99\x92\xd2\xe8\x1b\x81\x94\x9d\x3d\xbc\x53\xaf\xe9\xe3\ \x3c\x32\x9e\xfb\x47\xcb\x0b\x48\xed\x6f\xcd\x9e\xca\x9c\xf4\xe4\ \xeb\x0b\x05\x9a\xec\xfc\xde\x9c\x07\xb1\x8c\xac\xe8\xc4\x9b\xcb\ \x74\xbf\xbb\x87\x82\xf1\xdb\xd8\xd7\x68\xd4\xeb\x34\x00\x62\xa1\ \x10\x2c\x9c\x9c\x1d\xdc\xca\xf6\x1b\x31\x7a\xdf\x85\xbb\x2b\x3b\ \x96\xfd\x96\x58\xa7\xd1\xe4\xe7\x32\x82\x51\xaf\xca\x51\x48\x6d\ \xac\x2d\x6d\x9c\x2b\x35\xed\x31\x7e\xee\xc6\x5b\x47\xd6\x95\x33\ \x51\x28\x34\x3a\x35\x18\x0d\x22\x0b\x4b\xc9\xd3\x43\x6b\x56\xdf\ \xca\x19\x35\x65\x7c\x4d\x4f\x3b\x9d\x56\x07\x46\xad\x56\x8d\xd6\ \x20\xd4\xeb\x14\x86\xbc\xd3\x1c\x45\x76\xce\xd6\xb6\x2e\x25\xba\ \x0f\x19\xb5\xe9\xe8\xcd\xb5\xa3\x5b\xe4\x7f\x0c\x5e\xb3\xf4\x20\ \xf3\x0f\x52\xd3\x15\xcc\xf1\x94\xf2\x2c\x00\xd5\x67\x22\x0d\x14\ \xf5\xca\xeb\xe9\xdf\x97\xe8\xb5\x9f\x09\x48\xa5\x51\x35\x00\xaf\ \x62\x24\x04\x91\xad\xc5\xf7\x1d\x6e\x15\x88\x4b\x40\x9b\xc0\xd4\ \xf1\x3c\x7f\xc7\x85\x9b\x28\x94\xe8\xc1\xd2\x0e\x81\x12\xa5\x15\ \x85\x65\x3c\x0d\x40\xf5\x99\x4f\x3a\xca\x7a\xe3\x7f\x94\x73\x09\ \x1c\xdb\x86\xb3\x09\x68\x88\x8a\x44\x6d\x8e\x83\x80\xb0\x58\x4c\ \x2c\x90\x89\xf3\x29\xf5\x5b\xd1\x65\xca\x11\xf3\x0a\xa5\x8e\x80\ \xb7\x78\xf8\x50\xa9\x38\x21\x6f\x51\x6b\x79\x1e\x88\x67\x55\x8a\ \xd9\x10\x13\x0a\x62\x64\x12\x6c\x5c\x70\x11\xf2\xfe\x23\xf2\x60\ \x12\xa0\xb4\x1d\x58\x53\xa9\x1e\x9d\xeb\x13\x1d\x82\x1a\x34\xb9\ \x88\x2c\x30\x13\xf2\xf1\x33\xa8\x50\x69\x11\xcb\x70\x71\xa4\x6c\ \x7d\xc6\xcc\xe6\xee\x0d\x4a\x8a\x89\x8a\x42\xa3\xff\xea\xaf\xad\ \x27\x37\x1b\xb4\x44\x26\xe3\xe8\x8a\x8d\x8c\xd0\x48\x00\xa5\xe6\ \x9b\xbf\xbd\x59\xa3\x96\x55\xef\x2e\x1f\x17\x59\x6f\xf2\x30\xf7\ \xb4\xd5\x7b\x4f\x94\x6b\xd2\x2e\xf6\xca\xaa\xe5\x57\x33\x47\x4f\ \x1d\x5f\xa3\xb8\x4d\xae\xca\xbc\xdd\xc4\x8d\x87\x96\xf5\xb8\xb2\ \x74\xc4\xb6\x97\xa9\x79\x5f\x5c\x8c\x06\x8d\x1a\xad\x16\x91\x48\ \x60\x6e\xeb\x22\xcd\xfc\x1c\x9e\x6e\xd4\xc6\x05\x26\x6b\x2c\xdc\ \x6d\x2d\xb4\xb9\x59\xc9\xe9\xda\xef\x7b\x23\x46\xa3\x5e\xa7\x05\ \xa4\x16\x66\xca\xf8\xa8\x24\x2d\x12\x11\x3a\xbd\x01\x83\x56\xad\ \x51\x21\x14\x6a\x15\xca\x1c\x25\x55\x3b\xf7\xd1\xdd\xdd\xb1\xfd\ \x7e\x72\xf3\xa6\xb5\xf2\x4a\x71\xb0\x31\x4f\x89\x0c\xd7\x81\x5c\ \xae\x32\x20\xb0\x74\x72\x76\x70\x29\xd3\x7b\xf8\xe8\x3d\xe7\xef\ \x2e\x6d\x55\x41\xa5\x52\xe9\x34\x1a\xd0\x89\x05\x02\x91\xd8\xa2\ \x90\x83\x4d\xe9\xba\x5d\xc6\xcc\x5c\x7f\xe7\xda\x86\xa2\xf6\x02\ \x8d\x4e\xaf\xd5\x6a\x31\x26\xae\x9d\x30\x2d\xa5\x54\x9f\x89\xfd\ \x5b\x38\x48\x74\x02\x89\x50\x91\x9d\x90\x66\x00\x89\xcc\xc6\xd9\ \xa1\x6c\x83\x2e\xa3\xa7\x6d\xb8\x7c\x66\x73\xad\x12\x85\xe4\xc9\ \x81\x41\x39\x08\x8c\x3a\xad\x56\xff\x6d\x10\x68\x34\xe8\xb5\x6a\ \x03\x46\x0b\x67\x4b\x4d\x70\x50\x34\xc6\xec\xc0\xe8\x4c\x17\x37\ \x3b\xa3\x41\xaf\xd5\x7c\x3f\x93\x4f\x28\x10\xa8\x73\xb3\x54\x10\ \x15\x12\x2e\xb2\x70\xb2\x96\x1a\xb4\xda\xbc\x43\x54\x04\x06\x81\ \x89\xbb\xb3\xc5\x97\xa0\x20\x3d\x84\x06\x86\x9a\x3b\x7a\xda\x48\ \x74\xc9\xa9\xa9\x80\xd8\xca\x5d\x9a\x1d\x13\x92\x63\xd4\x7e\xfe\ \x98\xa0\xb1\x72\xb4\x96\x16\x90\xda\xdf\x9a\x3d\x13\x1e\xef\xd2\ \x84\x3e\x36\x1a\x30\x68\x94\x06\xb5\xd2\xa0\x51\x1a\x35\x4a\xa3\ \x46\x89\x11\xf9\xeb\xc3\xc9\x6f\x2f\xff\xee\x22\xab\x38\x3f\x58\ \x84\x40\x28\x12\x8b\x44\x80\x40\x28\xd4\x1b\xc4\xb5\x7a\x4f\xad\ \x62\x7c\xbe\x60\xf1\x92\x45\x9b\x2e\x65\x69\xf2\x17\xfe\x45\x22\ \x71\x5e\x18\x1e\x81\x40\x28\x30\xe0\xe0\x5d\xde\x26\xf5\xfe\xc5\ \x04\xaf\x59\xa3\x1b\xdf\xdc\xb9\x78\xc9\xa2\xc5\x37\x5e\xa7\x99\ \x9a\x4b\xf3\x44\x1a\x05\x02\xa3\x41\x54\xb4\x52\x4d\x37\xf5\xbb\ \x35\xcb\xd6\xbd\xcd\x10\x3a\x59\xca\xc8\x3f\x13\x5c\x20\x16\x8b\ \x84\x20\x10\x0a\x0d\x6a\x7d\xc5\x6e\x13\x5a\x3a\x84\x2d\x59\xb4\ \x78\xfe\xfa\x63\xd1\xb9\xf9\x4d\xed\xd1\x2d\x5e\xc5\x70\x78\x3e\ \xc3\x46\xf1\x26\x9d\x49\x93\x78\xb8\x88\xf6\x63\xa8\x3d\x84\xaa\ \x0e\xf9\x3d\x5d\xfc\x95\xce\xe2\xa2\x51\xd8\xe3\xe9\x08\xe0\xdd\ \x84\xb6\x85\xe8\xd4\x81\x93\x99\x8c\xe8\x44\x8b\x51\x5c\x3a\xcd\ \xe1\xfd\x34\xa9\xc3\xa8\x9e\x7c\xbc\x40\xe7\xae\xb4\xeb\x86\x67\ \x7b\xea\x16\x61\xc4\x58\x9e\x2e\xa1\xc3\x28\x6a\x0d\xa3\xa2\x05\ \x67\x0f\x13\x13\xcd\x8c\xd1\x4c\x59\x46\x72\x34\xb3\x26\x13\x22\ \x60\xda\x30\x4e\x8f\xa6\xc3\x58\x6a\x0c\xa6\xac\x03\x80\x40\x84\ \x48\x84\x01\x4a\x75\xa5\x81\x94\xf6\x1d\x79\x68\x60\x40\x6b\x6a\ \xb4\xa3\x7c\x36\x1d\x3a\xf2\xc6\x81\xe1\x4d\x69\x33\x1c\xe3\x2d\ \xba\x77\x26\xa5\x28\x5d\x5a\x32\x6c\x08\x57\xe6\xd2\x6e\x2c\xad\ \xc7\x52\x52\xc4\xca\x49\xf4\xee\xc9\xd2\x5b\x8c\x18\x81\x8d\x1b\ \xae\x5a\x4e\x06\x31\x65\x1c\x17\x16\x33\x78\x30\xef\xe2\xb1\x72\ \x63\xea\x18\xfc\x76\xb3\x64\x31\x17\x83\xd0\x46\x33\x63\x0a\x69\ \x7a\x84\x3a\x8c\x42\xc4\x5a\x0e\xce\xa1\x47\x07\xb2\x7c\xe8\xd8\ \x98\xe1\x23\x78\xbb\x97\xe1\x83\x78\x14\x86\xe9\xd7\xc8\x00\xe5\ \xea\x37\x36\xcd\xca\x28\x5c\xb5\x49\xfb\x7a\xee\xc9\x99\xa6\x0d\ \x9a\x14\x77\x2f\x5a\xc1\x43\x13\xb0\x7a\xf9\x86\x77\xe9\x26\x2e\ \xd2\x84\x7d\x4b\x47\x4f\x5f\x7b\xc2\xe8\x5e\xa5\xbc\x6b\x5e\x2c\ \x61\x81\x48\x2c\xce\x7b\xc1\x18\x0c\xce\x3e\x75\x27\x75\xf0\x5c\ \xd6\xb3\x63\x87\x81\x5b\x6b\x0c\x18\x5f\xc3\xa5\x48\xf3\x9a\x8e\ \xeb\x86\x76\x9e\xba\xea\x94\x3c\x3f\xb5\x28\xef\x75\x5a\xf8\x34\ \x6e\x5f\x4e\x39\xb6\x43\xcf\x09\xdb\x1e\xdb\x38\x39\x7a\x54\xac\ \x9c\x1d\x74\xfd\xd9\x27\x93\xea\xde\xfa\x73\x67\xef\x61\x5f\xab\ \x4b\x65\xd3\x6c\xf3\xf2\x0d\x4a\xe4\x6b\xd6\x68\xc0\xb8\x4a\x99\ \x37\x07\x0c\x1d\xba\xfa\xf4\x2b\xb5\xc0\xac\x7a\xcf\x29\x35\x24\ \xaf\x16\x2e\x5e\xb2\x60\xd3\x65\x95\x50\x28\x95\x48\xf2\x9a\x99\ \x50\x60\x94\x39\x56\x9a\x36\xbe\xc3\x9b\xfd\x4b\x96\x2c\x9e\x7f\ \xda\x3f\x4e\x24\x36\x13\x8b\xc5\x02\xa3\x11\xac\xaa\xd5\xab\xf0\ \xe1\xdc\x96\x35\x87\x6e\xe9\xcd\xac\x1c\x4b\x35\xae\x61\x17\xd2\ \xbf\x53\xf7\x2d\xaf\x45\x53\xa6\x76\xf3\x3f\xb2\x64\xc9\xe2\x79\ \x27\x9e\xc7\xda\x57\xed\x31\xba\xb9\xc5\xf8\x1e\x9d\x06\xcc\xde\ \xaa\xb0\x77\xb7\xca\x6f\xc8\x02\x91\x58\x8c\x51\x8f\xc0\x7e\xf8\ \xd4\x41\x61\x7b\x06\x77\xeb\xd4\x35\xcc\xa3\xc3\xf0\x46\x65\x74\ \xfa\x9f\x8e\x20\x14\xcb\x64\xf1\xbe\x47\x7a\xf6\xec\x35\x79\x7f\ \xc4\x90\x09\x03\xdd\x45\x6a\x83\x20\xaf\x8f\x08\x34\x6a\x69\xf3\ \x81\x93\x4b\x46\x9f\xe8\xd8\xad\xf3\xd6\x17\xb2\x71\x23\xbb\xd4\ \xaf\xd3\x38\xf7\xfe\xfa\x8e\x7d\x67\xf8\x0b\x5b\x4e\xef\x59\x74\ \x5e\x97\x8e\x1d\x87\xef\xab\x3e\x60\x6a\xf5\x42\x05\xec\xf9\xd7\ \xe1\x5f\x89\x50\x17\xf3\x70\xb7\x3c\xe0\x8c\x50\x6c\xf2\x75\x00\ \x61\x30\x6a\x95\x18\x0d\x60\x34\xe8\x75\x76\x4d\xa6\xbb\x54\xee\ \xf0\xcb\x99\x7b\x6e\x56\xb6\xd0\xcc\xda\x4c\x22\xd0\xab\xe4\xb9\ \x3a\xa1\xb5\x85\xa9\x46\x91\xad\xc6\xd4\xd2\x4c\x62\x54\x66\x44\ \xc6\xa6\x22\xb3\xf2\x70\x73\xce\x3b\x3e\x50\x99\x93\xa5\x97\x9a\ \x5b\xc8\xc4\x7a\xb5\x22\x57\x23\xb0\xb6\x34\x55\x64\x25\x2b\x44\ \xf6\x0e\x16\xa2\xd4\xb8\xa8\x0c\x85\xde\xc6\xc9\xdd\xd1\x52\x94\ \x95\xa3\xb2\xb0\xb6\x14\xa8\xe5\x39\x1a\x91\xb5\xa5\x89\x3c\x2d\ \x2e\x2e\x55\x6e\x66\xeb\x58\xc8\xc9\x56\x97\x93\x65\x90\x59\x9a\ \x89\x74\xd9\xb9\x6a\x73\x6b\x4b\x83\x22\x47\x69\x94\x5a\x99\xcb\ \xd0\x64\x47\xc5\x24\xe9\xc4\xe6\xee\x6e\xae\xa6\x12\x00\x8d\x82\ \xb4\x74\xe4\x4a\x8c\x42\x5c\xbd\x30\x17\x91\x93\x4c\x9a\x16\xaf\ \x6f\xc7\x65\x1b\xc8\x51\x60\x61\x81\x00\x0c\x5a\x72\x35\x58\x99\ \x7f\xbf\x15\x1d\x8d\x95\x2b\xb6\xb2\x1f\xb6\xd4\x72\x30\xb3\x44\ \x97\x4b\x5c\x32\x48\x29\xe2\xfe\xd5\xe8\x26\x85\x34\x4d\xbe\x58\ \x79\x3a\x19\x39\x28\x35\x88\x4d\xf0\x74\x25\x3b\x0b\x0b\x3b\x24\ \x90\x1e\x4f\x96\xe1\x7b\x16\xbd\x06\xa5\x1e\x0b\xd3\xfc\x85\xc8\ \xcf\xb1\xd8\xbb\x63\x99\xb7\x64\xa2\xe1\x73\x1c\x8e\x9e\x98\x8b\ \x00\x34\x59\xc4\xa6\xe1\x5a\x34\xff\x4c\xcd\xac\x44\x32\x8d\x14\ \x76\x01\x48\x4b\x24\x53\x8e\xb5\x33\x0e\x16\x00\x1a\x39\xd9\x46\ \x32\x02\x39\x77\x87\xcf\xa1\xa4\x58\xb3\x67\x1b\x76\x90\x95\x48\ \xaa\x1c\x2b\x67\x1c\xcd\x48\x8d\xe3\xe6\x61\xf6\xf8\x72\xec\x3c\ \x5b\xbb\x43\x7f\x86\x57\xc6\xc3\x0b\x09\xc4\x7e\xe0\xd4\x65\x62\ \xa3\x08\x55\xb2\x6d\x3f\x45\xf2\x1f\xdc\xa0\xc8\xc9\x95\x98\x5b\ \x49\x04\xea\xec\x5c\x9d\xa5\xa5\xb9\x00\xe4\x69\x71\x71\xa9\x0a\ \x33\x1b\x07\x17\x47\x8b\x8c\xc4\xd8\xf4\x5c\xbd\x4d\x21\x4f\x27\ \x2b\x29\x80\x51\x97\x9d\x2d\x37\xb5\xb4\x16\x1b\xd5\xd9\xb9\x1a\ \x0b\x6b\x4b\x11\x86\xa4\xe8\x28\xb9\xc8\xba\xa8\xbb\x03\x80\x41\ \x19\x1b\x1d\xaf\x37\xb1\xf5\x70\xb1\x13\x82\xf6\xdb\xeb\x03\xf4\ \xca\x2f\xd1\xb1\x5a\x91\xb9\x73\xa1\x42\xe6\x32\x41\x66\x6a\xaa\ \xc8\xc2\xc1\x42\x98\x13\x17\x1f\xe3\x77\xef\xfe\x9d\xfb\xaf\xea\ \x4c\x58\xdb\xaf\x7a\x7e\x90\x28\x7d\xda\xa7\xd3\x27\x4f\x07\x7d\ \xfe\xf2\xfa\xed\x97\xee\x4b\x0f\x0c\xae\xe9\x80\x2a\x23\x32\x36\ \xd5\x20\xb1\xf2\xf4\x74\x36\x2a\xb2\xb5\x22\x33\x0b\x13\x91\x22\ \x3b\x5b\x60\x66\x6d\x2a\x26\x33\xe1\x73\x4a\xae\xd6\xd2\xd1\xad\ \x90\x8d\x49\x6e\x56\x8e\xc4\xc2\x4a\x26\x12\x80\x26\x2e\x2a\x5a\ \x6e\x90\x38\x38\xbb\xda\x59\x48\xf5\xca\xcc\x98\xf8\x54\x53\x07\ \xcf\x42\xd6\xd2\xfc\xf4\x0e\x6e\x85\x6c\xcd\x40\x9f\x18\x1d\x95\ \xab\x97\xd8\x17\x72\xb1\x35\x93\x02\x18\xb4\xd9\x39\x4a\x53\x0b\ \x2b\x89\x08\x40\x91\x16\x1b\x9f\xa9\x73\x2d\xe2\x65\x26\x44\x9e\ \x9d\x25\x30\xb1\x34\x93\xe6\xf7\xb2\x98\xd3\x8b\x07\x1c\xcf\xde\ \xb0\x66\x84\x93\xbd\x9b\xab\x9d\x99\x5e\x2d\xcf\xd5\x08\xad\x2d\ \x4d\xd5\xf2\x6c\x8d\xd0\xc4\xd2\x54\x6a\x54\x66\x44\xc6\xa5\x59\ \x17\xf2\x72\xb0\x10\x03\xb9\x29\xb1\x49\x59\x7a\x67\xcf\xc2\x16\ \x52\x63\x62\x74\xa4\x42\x64\x53\xd4\xdd\xbe\x80\xd1\xfe\x35\xfc\ \xa5\xe7\xb9\xff\x68\xee\x62\x34\x60\xd0\xeb\xf3\xa6\x70\x02\x90\ \x4a\xfe\x8f\xf9\x2f\x65\x67\xe7\x4d\x1e\xbf\xb2\x95\x16\x03\x88\ \xc4\x08\xbf\x9e\xb7\x9e\xf7\x91\x10\x09\x31\xe8\xf3\x83\x8f\x89\ \x84\x3f\x9d\xd2\xfe\x9b\x73\xdb\xf3\x96\x41\x0d\x7a\x10\x92\x17\ \x35\xed\x9b\x9c\x1f\xc5\xe6\xfd\x06\x8c\x46\xf4\x7a\x84\x22\x0c\ \x3a\x8c\x5f\x07\xb9\xdf\xb2\x08\x84\x08\x05\xe8\xf5\xdf\xcb\x32\ \x18\xf2\xff\x0a\x45\xf9\x5a\xe5\xad\xa2\xe6\x09\xcc\xff\x9b\x77\ \x64\x3c\xe8\xf4\x18\xbf\x96\x65\x34\xa0\xd7\x63\x04\xa1\x08\x81\ \x91\xa0\x67\xdc\x7f\x87\xc8\x82\xe6\xed\x28\x66\x83\xe1\xeb\x29\ \xf3\x06\x3d\x7a\x23\x28\x38\x7a\x00\xb7\x46\x34\x2d\xcd\xab\x47\ \x98\x97\xa3\xac\x53\xbe\xf0\x98\xf7\xdc\x78\x8a\x51\x46\xbd\x36\ \xd4\x2a\x86\xcc\xec\xef\xd3\x09\x22\x0f\xed\xbf\x66\x53\xb5\x4d\ \x87\xda\x45\xbf\xb7\xd5\xd4\x88\xcb\x57\x6f\x27\x29\x45\x45\xab\ \x34\x6b\x51\xbd\xe8\xdf\xb6\x1d\xca\x63\x02\x5f\xc5\x8b\x1b\xd6\ \x2c\x55\xc0\x65\xff\xe6\xec\xf9\xef\x84\xdd\xbb\x79\xf6\x2c\x9f\ \x9b\x04\x60\x34\xfc\xc2\x0e\x5a\x98\xbf\x2d\x81\x11\x10\x7c\x65\ \xbd\xaf\x29\xf3\xee\x7e\xab\xdb\x5f\xc6\xfa\xcc\xfb\x9b\x2f\xc7\ \xf8\xfd\xae\xc4\x04\x29\xc8\xff\x7f\x1c\x39\x2b\x35\xc5\xdc\x04\ \x0c\x28\xe4\xa8\x75\xbf\x58\xd4\xb1\xb2\x42\xaf\x42\xae\xc2\xd4\ \x1c\x83\x0a\xb5\xfe\xfb\x12\xb7\x85\x19\x02\x23\x4a\x39\xcd\x5b\ \xd1\xa5\x4b\x41\xef\x2b\xc0\x7f\x22\x7b\xfe\x55\xd6\x61\x46\x34\ \x1a\xc4\x32\x8c\x5a\x84\x92\xef\xc1\x7a\x75\x5a\x84\x5f\x87\x60\ \x1a\x39\x99\x72\x24\xa6\x58\x59\xf0\x9b\xe8\xb9\xb9\x19\x28\x8d\ \x38\x7e\x0d\x7e\x69\x54\x93\x9a\x83\xe3\x0f\x87\x6d\xeb\x34\x08\ \xa5\x08\x75\xa4\xa6\xa3\x33\x20\x96\x61\x6a\x8a\x99\x09\x02\x48\ \x4b\xc1\xd4\x0e\xb3\x1f\xcc\xa8\xb5\x1a\x44\x52\xd0\x91\x95\x81\ \x56\xc8\xf0\xe1\x0c\x1f\x9e\x7f\x4b\xa5\xc5\xe4\x57\x16\xab\x7a\ \x35\x3a\x31\xb2\xaf\x42\x54\x0a\x04\x26\x7c\x37\x7e\xd6\xa1\x15\ \x23\xf9\x23\xf5\xa0\x47\xa9\xc3\xf4\x87\x39\x7e\xd0\x4d\x5e\x4a\ \x18\xd4\xa4\xa0\x01\x17\xa0\x00\xff\xc7\xf0\x17\x8d\x2e\x55\xd1\ \x0c\xe8\x47\xa8\x82\x7d\x53\x68\x3b\x3f\xff\x62\x9a\x2f\x8d\xea\ \xf1\x38\x03\xe0\xf9\x51\xba\x76\x65\xd8\x30\x86\x4c\xc6\x3f\xe9\ \xa7\xbc\xa1\xf7\x19\x36\x80\xbe\xed\x19\xb1\x06\x15\x28\x63\x18\ \xd3\x93\xbe\xdd\x19\xbf\x1e\x39\x68\x33\x38\xb1\x88\x5a\x3d\x09\ \x37\x42\x0a\x6b\xe7\x33\x6d\x3a\xfd\xdb\xd0\x64\x3c\x0a\x1d\x47\ \xe6\xd1\xad\x37\x5d\x07\x13\x94\x9e\x2f\xed\xe5\x7e\xca\xd5\xe7\ \xb5\x8a\xac\x60\x66\x4f\x60\x44\x4f\x46\xae\x44\x09\xa9\xfe\xf4\ \x6c\x49\xdb\x96\x2c\x3d\xc9\x6f\xc6\x61\x4f\x4f\xd1\xbd\x33\xcd\ \xeb\x31\xff\x28\x46\x78\x77\x86\x61\x03\x69\xd7\x8a\x95\x67\x00\ \xde\x9c\xa1\x6d\x4b\x9a\x37\xe3\xb8\x1f\x40\x6c\x20\x63\x3b\xd1\ \x77\x55\x7e\xde\xe8\xf7\x0c\x6b\xc9\x94\x7d\x00\x89\xcf\x19\xd0\ \x83\xce\xcd\xe9\x37\x9f\x8c\xaf\x86\x09\xe6\x4e\x14\x29\x38\x34\ \xb1\x00\x05\x28\x60\xcf\xdf\x85\x81\x5c\x39\x1a\x25\xe9\x69\xdc\ \xdd\xcb\xa3\x14\x80\x43\xbb\x79\xff\x89\x2c\x03\x69\x2f\x19\xbf\ \x91\xfe\x2b\x38\x77\x8e\x3d\x2b\x28\xed\xf0\x53\x56\xeb\xa2\x2c\ \xdd\xc3\xe5\x1d\xbc\x39\x46\x94\x9a\x2b\x9b\x49\xaf\xc9\xb9\x73\ \xa4\x5e\xe1\x56\x08\x5f\x82\x79\x1a\x0a\x5a\x34\x1a\x70\x61\xe5\ \x4e\x8e\x1c\xa6\x6a\x51\xfa\xf4\x26\xd7\x8f\x7d\x6f\x38\x74\x8e\ \xae\xe6\xac\x3e\x08\x90\xf2\x8e\xcd\x17\x31\x93\xa1\x52\x61\xed\ \xcd\x92\x4d\x4c\xea\x46\xf0\x4b\x34\xb0\x6d\x0d\x45\x86\x71\x6e\ \x07\x8f\x77\xf2\xe2\x67\xcf\x6e\xf7\x4a\x6c\x3e\xc1\xb1\x59\x5c\ \xd9\x45\xaa\x01\x9f\x96\x6c\xd8\x4e\x8f\x4a\xf8\xbf\x83\x6c\xd6\ \x6f\xa7\xdf\x46\x0e\x8c\x63\xf7\x6a\xd2\xf5\xf8\xde\x22\x35\xf3\ \xab\x37\xba\x8a\x47\xf7\x89\xd7\xa1\x55\x01\xc8\x5c\x99\xb3\x99\ \x2b\x87\x89\xbe\xc4\xb3\xd8\x7c\xe1\xe9\x71\x7c\xce\x40\xfe\x89\ \xd9\xc3\xe9\xd7\x8f\x59\xeb\x48\x33\x02\xbc\xbe\xc8\xe0\xbe\xf4\ \xed\xcb\x91\xa7\x05\xad\xb4\x00\x05\xf8\x4f\x66\x4f\x10\x89\xd0\ \xe5\x22\x17\x31\xbc\x15\xa7\x8f\x90\x14\x8c\xbf\x86\xde\x2d\x48\ \x4f\x24\xe0\x16\xee\xcd\xe8\x5a\x11\xb1\x18\x0b\x13\x84\x3f\x8f\ \xfd\x0a\x79\x51\xcc\x99\xb7\x2f\x70\xab\x89\x87\x14\xbf\x28\x6a\ \x34\xc4\xc2\x96\xaa\xc5\x78\xfb\x8e\xc2\x35\x59\xb3\x84\xc2\x26\ \x7c\xb3\xaf\x0b\x3d\xc3\x2b\x31\xc3\x1b\x12\xfe\x1e\x87\x32\x78\ \x58\xd1\xb0\x26\x89\xef\xc0\xc0\xfe\xdd\xb4\x9a\x44\x3d\x4f\x74\ \x06\x84\x32\x42\x6f\xb1\xfa\x00\x5e\x55\x31\x51\x11\x96\x49\xe3\ \xda\x58\x97\xa4\x94\x8c\xd0\x9f\x4d\xfe\xbd\x4a\xe2\x66\xc5\x0b\ \x3f\xca\x37\xc5\x5a\x88\xcc\x92\xfb\x87\xd9\x7f\x93\x4a\x75\xc8\ \x8d\x21\xcd\x9c\xaa\x3e\x78\xd5\xc6\x22\x9b\x8f\x72\x3a\x4f\x64\ \x72\x7b\xa4\x79\x4b\x84\x32\x7a\x8f\x67\x54\x2b\x0c\x5a\x00\x5b\ \x2f\x4a\xba\x12\xea\x8f\x65\x59\xca\xb8\xe4\x0b\x8f\x7c\xc9\xbd\ \x60\x12\x5e\xf1\x3c\x95\xa9\x53\xd1\xbd\x60\xce\x56\x12\xdf\x31\ \x63\x3d\x6d\xc7\xd0\xc4\x8a\x8b\xf7\x0a\x5a\x69\x01\x0a\xf0\x9f\ \xcd\x9e\x02\x01\x5a\x15\xb9\x2a\xda\x0c\x43\xfa\x8e\x71\xb3\xa9\ \xd4\x8f\x7a\x4e\xa4\x26\x20\x10\x7f\x3f\x3c\xeb\xc4\x42\xf6\xde\ \xff\x6d\xde\xd7\x27\x59\x7c\x93\xf9\x4b\xb0\x10\xa0\xff\xc1\x70\ \x1d\x01\x22\x11\x46\xdd\x0f\x11\x8f\x8c\x9c\xbe\x4a\xc3\xee\xc8\ \x40\x4f\x7e\x20\x1c\xa3\x11\x99\x39\x6f\xce\xf0\x48\x4d\x75\x77\ \x12\x92\x49\x49\x07\xa8\xd3\x97\xab\x37\x50\x3c\xe0\x41\x20\x12\ \xf1\x0f\x9b\x45\xff\xe0\xdf\x7f\x6d\x3d\x87\x12\x58\x3a\x95\x3c\ \x6b\xba\xee\x93\xb9\xba\x93\x47\x5b\xf1\x4f\x44\x26\xfe\xe9\x19\ \x45\x22\xb4\x9a\xaf\x91\x93\x04\x88\x85\xe4\x9b\x3c\x03\xf0\xf1\ \x06\xd3\xf7\x33\x6d\x39\x45\xbe\x9a\x49\x4a\x64\x98\xc9\x30\x80\ \x73\x31\x2a\x54\x60\xd2\x58\x3e\xbf\xe6\xce\x13\x0a\x35\xa4\x73\ \x2d\xca\x95\xf8\x69\xc5\xb6\x00\x05\x28\xc0\x7f\x1e\x7b\x1a\xd1\ \x1b\x50\xab\xc8\x54\xe1\x58\x8e\xb6\x65\xf1\xff\x4c\xff\x96\x18\ \x35\x64\xa4\x52\xbe\x25\xd1\x37\x39\xff\x1e\x20\xfa\x23\xb1\x3f\ \x45\x20\x23\xd1\x97\xa5\xc7\x59\xb8\x8f\xca\x8e\x00\xd5\x8b\xf0\ \xe2\x3e\x59\xa9\xbc\x8c\xa0\x4c\x69\x20\xdf\x82\x27\x8f\xfb\x34\ \xd1\xbc\x4d\xa4\x5e\x55\x80\x22\xa5\x48\x0d\xe4\x73\x26\xf7\x7c\ \x71\xaf\x84\xdc\x80\x93\x80\x35\x4b\xf1\x0f\xe6\xde\x13\xb2\xb2\ \xc8\x56\xa3\x54\xa0\x94\x23\x70\xa0\x94\x0d\x77\x9f\x90\x11\x4c\ \x88\x1a\x9f\x92\x3f\x29\x10\x78\x8e\x5d\x6f\xd9\xb9\x0f\x0f\x73\ \x80\xb4\x64\x34\x06\x14\x0a\x14\x1a\x0a\x15\xc1\x56\xce\x8b\x40\ \x22\x1e\x93\x6b\x8d\xb7\xe5\x57\x7d\x7e\xd8\x9d\xd3\x7f\xfd\x9b\ \xfd\x91\x79\x5b\x98\xb4\x93\x86\x85\x01\x3e\x07\x11\x9d\x8e\x48\ \x02\x20\x14\x90\x9b\x86\xca\x88\xbf\x2f\xa6\x8e\x94\xf0\x20\x2e\ \x88\x54\x2d\x59\x39\xe8\x85\x28\x93\xc3\xde\x06\x45\x1b\x0a\x5a\ \x6b\x01\x0a\xf0\x77\xc2\x5f\xb4\xe7\x2e\x10\x63\x6b\x8b\xd0\x88\ \x89\x1d\x18\x69\x34\x82\x3b\xbd\x70\x02\x13\x07\x8c\x0a\xec\x2b\ \xb1\x61\x34\xab\xa7\x70\xdc\x9a\x84\x1c\xc6\x97\xf9\x99\xbc\xfc\ \x09\x4f\x62\xdb\x64\x36\xeb\x19\xbd\x8a\x4e\xd3\xf1\x1b\x4b\xf7\ \x1e\x94\xe9\x42\xbb\x72\x5f\x85\xdb\x20\xc9\x0b\xb5\x90\x8c\xd0\ \x1d\x2f\x27\x00\xcf\x3a\x0c\xa9\xc1\xe0\xee\x98\x79\xb0\xba\x1b\ \xa5\x6d\xa9\xd7\x0b\x60\xca\x50\x06\xf4\x25\xf6\x12\x33\x0e\x63\ \x50\x52\xae\x2f\x0d\xbd\xa8\x36\x8d\xf1\xb3\xe9\xae\xa6\xc9\x58\ \x6a\xff\xbc\xf0\xfa\xdc\x97\xb8\x78\xe6\x0e\x04\x4b\xe6\xae\xe5\ \xf5\x2e\x8e\xbf\x43\xa9\xa2\xc7\x54\xbc\x8b\x31\x69\x34\x73\xa7\ \xb2\x4f\xc4\xe8\x65\xf9\x27\x62\x4a\xcd\xb1\xf9\xa1\x5e\x4d\xcc\ \xb1\x32\x05\xf8\xf4\x98\xc0\x04\x8e\x2c\xe0\x90\x9a\x51\x73\x78\ \x7f\x00\x7d\x17\x4a\x4a\xd0\xe9\x90\xc8\x88\x7e\x42\x8f\xae\xa8\ \x61\xe6\x7a\x6a\x16\xa2\xf3\x33\x46\x0f\x25\xfe\x39\xee\x93\x88\ \x7f\x7a\x64\xf5\x5d\x87\x7d\xdb\x27\x98\x15\x34\xd8\x02\x14\xe0\ \x6f\x83\xbf\x93\xbd\xa7\x8e\x5c\x15\x32\x0b\x04\xf1\x1c\xbb\x8c\ \x3c\x6f\xac\x25\xa5\x63\x1f\x9c\x44\x28\x55\x20\xc0\xc2\x32\x7f\ \x56\xad\x50\x62\x66\xfa\x87\xa4\xaa\x14\xc8\xcc\xf8\x65\xac\x3d\ \x85\x1c\xa3\x18\xf3\x6f\xf6\x43\x06\x14\x5a\xcc\x64\x64\x85\x70\ \xe2\x41\xfe\xec\x5b\x66\x43\xd7\x5e\x98\x69\x50\xaa\x11\x88\xb0\ \x34\x07\x03\x72\x05\x62\xd3\xef\x06\x4c\x06\x35\x5a\x09\x7f\x24\ \x7a\xa3\x5e\x8b\x42\x89\x51\x80\xa5\x25\x02\x78\x77\x99\xb9\xeb\ \xe8\xb8\x91\x96\xa1\x8c\x7a\xc8\xd1\xb5\x58\x58\x20\x02\x72\x39\ \xb9\x97\x90\x14\xde\xbf\xa7\xdb\x12\x7a\x96\xd5\xea\x0c\x48\xa4\ \x92\x82\x78\x8e\x05\x28\xc0\xff\x06\xfe\xd6\xf6\x9e\x31\x5f\x50\ \xc8\x31\x1a\x11\x08\x7e\x6b\x46\xce\x57\x4b\x72\x81\x00\x81\x00\ \x8c\xc8\xa3\x09\xf9\x88\xdc\x80\x00\x90\x10\x1c\x4c\x8e\xc5\xd7\ \x94\x86\x7c\x6f\x1f\x81\xe0\x27\xb3\xf6\xdf\x88\x15\x08\x31\xea\ \xbf\x5b\xb6\xff\x68\x9d\xfe\x3d\xf1\x3f\x18\xbd\x7f\x13\x9b\x1a\ \xc4\xc7\x10\x0c\x02\x8c\x46\x64\x36\x04\x87\x60\x27\xca\x5f\x7f\ \x30\x18\xbf\xeb\x69\xf8\x56\xa2\x10\xc1\x0f\x7f\x11\x20\xe0\xa7\ \xc5\xd9\xfc\xbf\x5f\x4b\x04\xe2\x0d\x20\x20\x26\x99\xc6\x7d\xa8\ \x61\x41\x8a\x13\x7d\x5b\x11\x1f\x87\xc0\x88\xd1\x88\x4e\x4e\xb6\ \x0e\xb1\x09\xad\xfb\x53\xd7\x01\xa1\x58\x52\xe0\xbd\x5c\x80\x02\ \xfc\x87\xce\xdc\x2f\x5d\x24\xe4\x23\x92\x1f\x4a\x33\x18\x30\xea\ \xd1\xe9\x8d\x82\x7f\x88\xc1\x2c\x10\x63\x66\x82\x09\x88\xc4\x88\ \x85\x5c\x3f\x82\x5a\xf3\x03\x37\xfd\x94\x14\x99\x09\x7a\xf5\x4f\ \xe7\x64\x08\x84\x68\xe4\x0a\x81\x89\x99\xf8\x5f\x1a\xaa\x09\xc4\ \x48\x45\x88\x65\x5f\xc9\x5d\xc1\xd1\x2d\xfc\xcb\x6b\x8e\x42\x11\ \x42\x7e\x72\xe2\xfc\x11\x52\x33\xcc\xc5\x6c\xf7\xd7\x0b\x65\x22\ \x99\x88\x87\x37\xf3\xf5\x17\x8b\x91\xc8\x10\x0b\x08\xf5\x25\x3b\ \x9a\x29\x53\x0b\x1a\x6a\x01\x0a\xf0\x9f\xca\x9e\xe3\xc6\x01\xa9\ \x29\xf1\xc9\x22\x33\x73\x81\x4e\xa9\x50\x0b\x1c\xa5\xa9\x5b\xf6\ \x3d\xec\x35\x73\xb6\xeb\x3f\xcb\x97\x94\x94\x98\x26\x30\xb1\x71\ \xb2\x71\xe1\xd7\x93\xef\xa8\x03\x6b\x0f\xd5\x18\x36\xa7\xb4\xf5\ \x0f\x9e\x3e\x29\x17\x17\xee\xfc\x34\x7b\xde\x94\x7f\x71\xbc\x96\ \x76\x6b\xd5\xfe\xb0\x09\xd3\xc6\x99\xfc\xcf\x3c\x7a\x96\x4e\x2f\ \x12\x8b\x2c\x7e\xe7\x6e\xf2\xa9\x4d\x6b\x5c\x47\xcd\xac\xe7\xf5\ \x63\x7c\x87\x5c\x9d\x56\x2f\x96\x58\xff\x32\x83\x3c\xf2\xc6\x8a\ \xc3\xe1\xa3\xe6\x8d\x77\xfb\x03\x7b\xf1\xbe\x27\xd6\x3d\xa2\xf6\ \xcc\x5e\xb5\xfe\xf1\x56\xfc\xeb\x73\x5b\xef\xca\xa7\xce\xe8\x6f\ \x57\xb0\x1c\x50\x80\x02\xfc\x9d\xd9\x13\xc8\x78\xff\x76\xcb\xb6\ \xa3\xb7\x9f\xdc\x55\x38\x56\xae\x5b\xb6\x62\x65\x1f\xcd\x93\x30\ \xab\xe1\xfc\x6e\xdf\x4d\x0d\xbc\x3a\x7b\xc1\xce\x74\x99\xb5\xc1\ \xd4\x73\xea\x82\x25\xb5\x3d\x7f\xa5\xaa\xd1\xb9\x72\xdd\x96\xb6\ \x3f\x1f\x07\x12\x70\xe9\xd1\xcb\xc4\xd2\xff\x32\x27\xbc\xbf\xfe\ \xf8\xd9\x17\xb7\x69\xff\x43\x4f\x7d\x75\xe1\xb8\x2b\x0e\x63\x76\ \x8d\xad\xf1\x3b\xe4\x19\x75\xfe\x7a\xe4\xf0\x6e\x3f\x85\xc6\x79\ \xb3\x7b\xfe\xea\xe8\xda\x27\x97\x75\xfd\x65\x0e\xb3\x42\xe5\xda\ \xb4\x74\x73\xfe\x63\x66\x4c\xc5\xaa\x35\x95\xf1\xeb\xcf\x93\x6d\ \x91\x2a\xed\x9a\x2a\xad\x0b\xa8\xb3\x00\x05\xf8\xfb\xb3\xa7\x6d\ \xf9\x66\x8b\x77\x55\x35\xf6\xec\x5d\x78\xfc\x91\xa1\xb5\x6d\x5e\ \x6c\xee\xb5\xe4\x45\xf4\x80\x4e\x81\xcd\x87\xcf\x1f\xd9\xca\x27\ \xd6\xef\xfc\xba\x5d\xa7\xe2\xe4\xd6\x3d\x66\x2e\xee\x52\xa9\x10\ \x70\x7f\xef\x96\x88\xc2\x83\xef\xaf\xef\x81\x4e\xa5\x13\x8b\x82\ \xef\xee\xdb\xb0\xf7\x56\x86\xcc\x6b\xea\xb2\x85\x85\x93\x6f\xce\ \x59\x74\x40\x51\xb4\x41\xff\x06\xb6\x01\x71\x4e\xb3\x6a\x6a\xfd\ \xce\xed\x3c\x70\xe1\x41\x6c\x9a\xc9\xf8\x0d\xcb\x13\x22\x93\xcb\ \xd6\xea\x99\x47\xa8\xea\x88\x07\x73\x57\xec\xfc\x9c\xa1\xf0\xac\ \x3b\x64\xc5\xa4\x8e\x4f\x76\xcf\x0d\x71\x1d\x32\xb6\x2d\x2b\xe7\ \x1e\x68\x33\x69\x46\xe6\xcd\x2d\x5b\xcf\xfa\x69\x2d\x5d\xcb\x7a\ \xc8\x82\x83\x43\x4b\xb4\x9c\xb0\x64\x64\xf3\x8f\x9f\xde\x87\x3c\ \x7d\xd2\xad\xf3\x93\x46\x23\x16\x8e\x6d\x51\xd4\xef\xcc\xf6\xed\ \x67\x7d\x75\x76\xa5\x66\xad\x9a\x6b\xe1\xbb\x73\xea\x96\x7b\xd6\ \xc5\xeb\x2c\x5a\x3b\xd5\x5d\x8c\x32\xfc\xde\xdc\x95\xbb\x3e\xa7\ \x1a\xdc\xca\xfa\xe8\xbf\x7c\x8c\x13\x96\x98\xbf\x66\x69\x65\xbb\ \x9c\x8b\x3b\xd6\x9c\x7c\x12\x6e\x59\xa2\xd5\xfa\x05\x1d\x5f\x06\ \x86\xbd\xc8\x58\x31\xdd\x72\xea\xc2\xb6\x85\x0e\x6c\xde\x72\xff\ \x7d\x94\xb8\x70\xdb\x03\x1b\x87\xcb\x03\x6f\xac\xdb\x7e\x32\x24\ \x3c\x24\xcb\xb5\x63\x4d\x57\xcd\xb3\x93\x5b\x0f\x5d\x79\x1a\x9b\ \x6e\x39\x73\xe7\xca\xa8\x88\x4f\x6f\x1f\x07\x0e\xb7\xd6\xaf\x9d\ \xd4\xd6\xef\xe8\xe6\xe3\x37\x5f\x25\x2a\x1d\xe6\xed\xd8\x58\xdb\ \xcd\x0c\x78\x7c\xf4\x70\x50\x91\xce\x8e\xf7\x0f\xac\xd8\x75\x43\ \x6e\x53\x76\xc1\xea\xb9\x3e\xd6\x42\x74\xb1\xbb\x96\x2e\xbb\xf9\ \x3e\xc1\xd2\xd5\xdb\x43\x9c\x1e\x18\x9e\xd3\x71\xc6\xda\x41\x75\ \x05\x27\x8f\x5d\xa9\xd1\x6b\xc8\x95\x2d\xd3\x0e\x3f\x8d\x2d\xd9\ \xac\x7f\xbf\x8a\xfa\xad\x1b\x0f\xa5\x49\x8a\x4c\x5c\x34\x3f\xe7\ \xfa\xa1\x94\x72\xa3\x8a\xbc\x39\x3c\x7d\xe9\xf9\x5c\x9d\xb8\xe1\ \xf0\x05\xe3\xdb\x96\x4b\x79\x7f\x7d\xdd\xce\xd3\x61\xb1\x49\x65\ \xda\xce\x5c\x32\xbc\x41\x41\xf7\x28\x40\x01\xfe\x09\xfe\xd2\x5d\ \x75\x4d\xf4\xdb\xf7\x69\xd6\x3e\x25\x6d\x40\xf1\xe0\x45\xe6\xa0\ \x35\x87\x17\xf5\x29\x79\xfc\xf0\xd1\xb0\xc8\x97\x4b\xd6\x9f\xaf\ \x3b\x62\x76\x15\x51\xd0\xf1\x9b\x01\x79\x89\xab\x77\xec\x66\x13\ \x74\x64\xe1\xbe\x9b\x72\xb1\x89\xe2\xcd\x91\x85\xbb\xde\xf4\x99\ \x3e\xd9\x35\xf5\xd1\xed\xc7\xaf\x6f\x5f\x38\x65\x56\x7f\xd4\xb6\ \x65\xe3\x54\xaf\x6e\x87\xca\x2d\x3f\x9c\x5b\x32\xf7\xf8\xe7\x3e\ \x93\xc7\xbb\x08\x33\xb3\x12\x93\xc3\xbe\x28\x2b\xf9\x78\xe7\x09\ \x79\x76\xee\xe8\x47\x9b\xd6\x1b\x56\x8f\x0b\xba\xb8\xfb\x61\x42\ \xea\xb3\xbb\x7e\x86\x42\x85\xf4\xa1\xaf\x9e\x04\xe7\xd8\x18\x63\ \x8f\x9c\x7c\xd4\x61\xee\xca\x66\xa2\xe0\xe7\x39\x15\x57\xcd\xeb\ \xfb\xe2\xcc\x6e\xff\xc4\xb4\xd0\x90\xdc\x81\x8b\xf6\xac\x1e\x56\ \xfe\xe2\xee\xa3\x8f\x2e\xee\xde\x78\x23\x69\xd4\xac\xb1\xc2\xf7\ \xd7\x6e\xbc\xfd\x7c\xf9\xf8\x95\xa2\x7d\x17\xae\x9d\x3f\xb8\x90\ \x08\xe0\xe9\xe9\x23\x11\x4e\x9d\xd7\x4c\xa9\xfb\xf4\xfa\xf3\xae\ \xf3\x57\xd5\x15\xfa\x9e\xb8\xe8\xe7\x7b\x62\xd5\xb9\xcf\x9e\xb3\ \xc7\xb7\x0e\xbb\x73\xee\xd5\xeb\x27\x51\xba\x92\x5b\xf6\x1f\x5a\ \xd4\xde\x79\xd1\xe8\xd1\x51\x1e\x2d\x27\xb4\x29\x9d\x9e\xa3\xca\ \xf9\xf4\x70\xd4\xa4\xad\x45\xdb\x4d\xe8\x57\xaf\x98\x77\xb9\x1a\ \xc1\xc7\xe7\x2f\xbe\x98\x3e\x78\xf2\x48\x5b\x63\x86\x3c\xe1\xcb\ \x87\x2f\xa2\x05\x1b\x0e\x6f\x9a\xd8\xfe\xc1\xda\xf1\x1b\x9f\x4b\ \x26\x4c\xea\x2d\xc9\x49\x52\xeb\xf2\xbe\x73\x29\x37\xef\xf9\x1a\ \xf5\x91\x2b\x57\xee\x2a\x39\x78\xc5\xfe\x55\xe3\x8b\x98\x0b\x00\ \xc5\xbb\xdb\x67\x5f\x0a\x17\xaf\x5e\xa0\x7e\x7b\x43\x5d\x67\xec\ \xcc\xae\x85\x8e\xef\x3d\x14\x17\x1b\xf9\xf4\xed\xe7\xc4\x4f\x77\ \x57\x9e\xf8\x3c\x7d\xeb\xa1\x79\xbd\x2a\x9c\x58\xb8\x44\xdb\x60\ \xfa\xc1\x6d\x73\xca\xdb\xa7\x5d\xb9\xfa\x4c\x67\x29\xbc\xb1\xf7\ \xb8\x53\xfb\x45\xab\x87\x55\x3e\x7f\xe8\x74\xc8\x87\x07\xe3\x66\ \xee\x2c\xd9\x69\x52\x0f\x1f\xb3\x88\x64\x4d\x41\xdf\x28\x40\x01\ \xfe\x46\xec\xf9\xe5\xe3\x73\x95\x53\x49\x1f\x07\xc8\x7e\xfb\x21\ \xc7\xa6\x75\xe3\xe2\x76\xf6\x36\xee\x0e\x76\x11\xbe\x27\x1f\x86\ \x27\xde\x3c\xb0\x33\xb1\x64\xef\x45\x43\xeb\xe7\x25\xf6\x6a\x38\ \x74\xef\xae\x05\x39\x57\x56\xcd\xde\xfb\xec\xf1\xa5\xeb\x41\x49\ \x71\xc7\x77\xee\xb7\x6c\x32\x7e\x58\x63\xd7\x0f\x21\xea\x3a\xcd\ \x9b\xdb\x9b\x69\x3e\x7c\xd6\x55\xad\x21\x3b\x76\x32\x60\xd8\xda\ \x75\xf5\x5c\x0d\x39\x16\xc5\x5c\x2d\xe4\xd1\x2a\xc7\xd2\x25\x6d\ \x00\xc8\x7c\x11\x96\x5c\xb7\x59\x63\x77\x4f\x3b\x7b\x07\x37\xd3\ \xac\xf7\x9f\xf4\x1e\x2d\xaa\x99\x7e\x0a\x0a\xb1\x2b\x57\xc5\x34\ \x35\x22\x45\xe6\xd3\xa4\xaa\xb7\xb5\xbd\x53\x95\x46\x75\x8b\x79\ \x3a\x3b\xda\x38\xe8\x33\x42\x42\x35\x45\x3a\xb7\xf3\x2e\xe2\x64\ \x6f\x6f\x9a\x7b\xfb\xd6\xc5\xc8\xd8\xf0\x03\x3b\x8e\x95\xe8\xb7\ \x70\x48\x99\xe4\x97\xe9\xb6\xed\x9a\x57\xb0\xb5\xb3\x13\x0b\x80\ \x8c\x17\x11\x69\xf5\x5b\x34\xf1\x72\xb6\x2e\x5c\xaa\x76\xed\xe2\ \x45\x1d\x6d\x1d\xcc\xc5\x39\x57\x4e\xdc\x88\x8b\xf6\xdd\x71\xec\ \x75\xcf\xf9\x4b\xdc\xb3\x62\xe4\x8e\x65\x2a\x17\xb6\x4e\x7b\x75\ \x22\xc8\xb4\xc5\xda\xa1\xad\x72\xd3\x52\xaa\xd4\x2f\xfd\xe2\xe2\ \x59\x87\x36\x93\x87\xb7\xaa\x1c\x1d\x63\xf0\x2e\x2d\x3c\x79\x3e\ \x74\xc2\xe6\xa5\x35\x6d\x55\x6a\x47\x1f\x27\x51\x56\xbc\xd1\xad\ \x4a\xe5\x42\xa6\x9a\x0f\xa7\x1e\x67\x2f\xd8\x3e\xb5\x84\x30\x0b\ \xcf\x8a\x3e\x1e\x52\x80\xa4\xa0\xcf\x72\x9b\x5a\x55\x1b\x0e\xe8\ \xdd\xfc\xd1\xa6\x39\xe7\x82\x32\xf3\xce\x08\x0a\x78\x13\x6c\x53\ \xa9\x5e\xb9\xe2\x6e\x8e\x2e\x25\x1b\xd6\xab\xe0\xe6\x6c\x6d\x6f\ \xeb\x98\x1c\xf1\xca\xe8\x5a\xae\x69\xa3\xd6\xdd\xaa\x18\x57\xcc\ \x59\x1e\x69\x74\xee\x35\xa2\x67\xfc\xb9\xc5\xdb\xee\x25\x49\xb3\ \x3f\xc4\x88\x8a\x56\xf7\xc8\x78\x15\x6b\xda\xb4\x7d\x05\x47\x1b\ \x7b\xcf\x42\x92\xfb\x97\xcf\x16\x6a\x3d\x73\x70\xb3\x0a\x71\xe9\ \x92\x3a\x4d\xca\x17\xf4\x8d\x02\x14\xe0\x6f\xc4\x9e\x1f\x1e\xf9\ \xdb\x97\xac\x63\x07\x69\x2f\x9f\xa6\x99\x7a\x97\x37\xc5\xff\xf1\ \x0b\xbb\x62\xd5\xcc\x73\x52\x8a\xd4\xec\xbe\x74\xf9\xb2\x19\xe3\ \xfb\x95\x75\x34\x05\x32\x93\x3e\x05\x86\x25\x98\x39\x79\x15\xb1\ \x21\x39\x25\x3d\x39\x53\x55\xb1\xcd\xd0\xe5\xab\x96\x4f\x1a\xd4\ \xcd\x2a\x27\x20\x58\x61\x5b\xc1\x47\x4c\x86\x5f\x40\x86\x59\x9d\ \x22\x92\xd8\x74\xb9\x50\x9b\xf1\xf4\xfc\xa9\x2c\x4b\x2f\x3b\x61\ \x6c\xbc\x4a\x66\x67\x01\x60\x4c\x09\x0d\x8a\x15\x56\x2e\xeb\x91\ \xf5\xfc\x76\x86\x55\xf9\x52\xe2\xb8\x78\x85\x40\x9a\x91\x74\xf1\ \xf2\x7d\x17\xaf\x92\x5f\x82\xfc\x8c\x5e\xe5\x9c\x49\x78\x1c\x21\ \xaf\x5a\xde\x3d\xfa\xf9\x1d\xb5\x63\x65\xab\xd8\x87\x59\x56\x25\ \xed\xbf\xbc\x9e\xb4\xec\x6c\xf9\xd6\xcd\xcc\x75\xd4\xe9\x36\x69\ \xe5\xf2\x45\xa3\x87\xb4\x11\x04\x3c\x4b\x36\x29\x55\xd6\xf6\xeb\ \x8a\x6b\xf2\xc7\xe0\x78\x49\xb5\x32\x8e\xef\xee\xf8\x89\x8a\x56\ \x95\xe9\x63\x9e\x7d\xd4\x96\xae\xe8\x9a\xa1\xb6\xea\x34\x71\xd1\ \xd2\x45\xf3\x07\xb7\xaa\x98\xf4\x25\x42\x21\x96\xa9\xe4\x9a\xf8\ \xd8\x78\x95\x51\x90\x91\x16\x76\xfe\x5e\x98\x77\xb1\x62\x8a\xec\ \x24\xad\xc1\x90\x1e\x73\xe7\x76\x88\xaa\x4a\x09\x51\x5c\x9a\x52\ \xa0\xce\xbc\x7d\xee\x9c\xce\xae\xa8\x4c\xfb\x39\x41\x23\x15\xa8\ \x94\xf2\xa4\xf8\x74\xa5\x96\xac\xcc\x4b\xe7\xae\xc8\xdc\x8a\x3b\ \x0b\x01\x62\xdf\x05\x64\x58\xb8\x5b\x88\x8c\xd5\xfa\x2e\x9c\x50\ \x8f\xed\x87\x2e\xaa\x00\x14\xaf\x02\x3e\x7a\x57\xaa\x6c\x88\x7e\ \x1c\xa5\x2e\x54\xc9\x89\x17\xf7\xde\x3b\x97\xaf\x96\xf4\xfc\xa5\ \x4d\xd1\x0a\x46\x95\x74\xfc\x86\xad\x5e\x31\x37\xb6\x1d\x7c\x53\ \xb4\xed\xc4\xb5\x83\x4a\x9c\xde\x77\xf2\xd5\xe3\x17\x06\xd7\x9a\ \xf6\x71\x8f\x23\x05\x85\x6b\xdb\xf1\xcc\xef\x85\x8d\x67\x49\x51\ \x76\xac\x51\x66\xa6\x48\xbc\xef\x9b\x66\x57\xc7\x5d\xff\xe4\xee\ \x83\x04\x85\xbe\xa0\x87\x14\xa0\x00\x7f\x07\xf6\xcc\xfd\xa2\x74\ \xa8\xd3\xb4\x32\xf0\x29\x56\x5d\xa6\x41\x1d\x13\x74\x09\xb9\xb6\ \x95\xeb\x56\xa9\xd9\x69\x94\x77\xea\xf9\x11\x43\x87\x6e\xbe\xf8\ \x42\x69\x04\x48\x09\xbe\xbb\x70\xe2\xd0\xde\xbd\x06\xbd\xb4\x6f\ \xb7\x78\x5c\xcb\x6e\xc3\x06\x4b\x9e\x6f\x1e\x3e\x64\xcc\xb1\x87\ \x11\x69\x49\x09\x45\xab\x34\x2a\x25\x26\xf7\x53\x8a\x93\x77\xf5\ \x12\x1e\x15\x06\x75\xa9\xb4\x73\xfc\x80\xdd\xaf\xb4\x55\x2b\x96\ \xf4\xf4\xae\x59\xcd\x2a\xe3\xd5\x87\x24\x20\x3b\x29\xd5\xd2\xbb\ \x46\x39\x37\x3e\x45\x2a\xcb\xd6\xa9\xec\xe8\xd5\xaa\x45\xf1\xac\ \xb1\x43\x27\x7d\x10\xfa\x54\xf2\x34\x49\xcc\x50\xd7\xa9\x53\x8b\ \xf4\x28\x99\x5b\xd5\x1a\x5e\xd2\x98\x18\x5d\x95\x26\xf5\xac\x34\ \xe2\xec\xa8\x87\xa3\xa6\x6f\x71\xe9\x30\x6b\x6a\xaf\xd6\x7d\x07\ \xf4\x89\x3f\xbf\x60\xe8\xd0\x09\xd7\x3e\xc4\x46\x25\xe9\xca\x35\ \xac\x6d\xfb\x75\x9b\x25\x2b\x31\xd5\xda\xa7\x66\x59\x47\x22\x32\ \x4d\xea\x36\xae\x68\x4c\x0d\x97\x78\x55\xa8\x57\xa1\xf4\x90\x41\ \x8d\xaf\xcf\x1f\x3d\x6c\xfc\xb2\x17\x51\x8a\x8a\xf5\x9b\xd9\x86\ \x5d\x18\x3a\x73\x9b\x49\xed\xe1\xd5\x0d\x77\x06\x8d\x5b\xaa\xf4\ \xac\xe2\xee\xe0\xd8\xa6\x67\x3f\xe5\xed\x35\xa3\xe7\x9f\x72\x2b\ \x5b\xc9\xc5\xa3\xc6\xa0\x0e\xde\x6b\x47\x0c\x3a\x16\x24\xaa\x5a\ \xbe\x58\xe1\x52\x35\xca\xe8\x5e\x4e\x1a\xbd\xe8\x83\xa4\xfe\xf0\ \x66\x8e\x73\x06\x0d\xbb\x99\x68\x5f\xa3\x6c\xe1\xbc\x42\x63\x33\ \xe4\x55\x1b\xd4\xce\xf1\x3f\xd2\xaf\x67\x8f\x6d\xef\x6c\xa7\x0e\ \xeb\x62\x02\xa8\xd3\x15\x42\x8f\xba\x55\x8a\xa7\x46\xa4\x14\xa9\ \xd1\xc0\x55\xa8\x8c\x35\xb8\xd5\xab\xe3\x14\x9f\xeb\xd4\xa0\xa1\ \xdb\xe5\x6d\x33\x7b\xf4\x1a\x9d\x5b\xa9\x77\x5b\xf7\xd0\x71\xdd\ \xbb\x4f\x3f\x95\x3c\x6a\x5a\x6f\x79\x8a\xa1\x72\xf3\xea\x39\x91\ \x69\x25\x6b\x36\xb5\x42\x97\x9a\x6d\x56\xb9\x56\xb3\x6e\x7d\xfa\ \xe6\xdc\x5f\xd2\xae\xd5\xd0\x38\x97\xaa\xc5\x05\x5f\x4e\x1c\x3a\ \x19\x93\x5b\xd0\x41\x0a\x50\x80\xdf\xc5\xdf\xc8\xd7\xc8\x60\x30\ \x08\x85\x3f\x96\x68\x34\x18\x10\xfe\x60\x0d\xfa\x0f\x09\x7e\x4a\ \x8b\xe0\x87\x5b\x79\x76\xf9\xbf\x4e\xf8\x0b\x0b\xd3\xdf\x6a\xf2\ \xf3\x57\xc5\x60\x30\x0a\x85\x7f\x6a\x73\xfa\x27\xcd\xbf\xa9\x6d\ \x30\xf2\xa3\x98\x9f\x4a\xf9\x59\x7f\xa3\xc1\x20\xf8\x16\xce\x5e\ \x20\xfc\x95\x7c\x83\x50\xf8\xc7\xf6\xdd\x8d\x46\xbd\xc1\x98\xf7\ \x2a\x0d\x7a\xbd\x40\x24\xfa\xf5\x93\x64\x07\xad\x5b\x7b\x28\x45\ \x9e\x1d\x11\xab\xed\x31\x65\x41\xb7\xea\x9e\x05\x7d\xa3\x00\xff\ \x39\xf8\x7b\xc7\x96\xff\x23\xc3\xe0\xdf\x32\xa3\xe0\x37\x17\x7e\ \x97\x3a\xe1\xb7\x14\x23\x10\xfc\x7e\xc2\xff\x9a\x07\x85\xbf\x55\ \xec\xcf\xda\xf5\xfc\xa4\xf9\x37\xb5\x7f\x23\x46\xf8\xfb\xfa\x7f\ \xcf\x2f\x10\xfe\x8e\xfc\x3f\x1c\x79\x49\xf0\x9d\x30\x85\xa2\xdf\ \xcd\x65\x34\x71\x6d\xde\xae\x7d\xba\xc2\xe0\x5c\xac\x7c\x29\x77\ \x9b\x82\xee\x54\x80\x02\xfc\x97\x10\x17\x54\x41\x01\x00\x81\xd4\ \xb6\x5c\xb5\xba\x05\xf5\x50\x80\x02\xfc\x89\x01\x5f\x41\x15\x14\ \xa0\x00\x05\x28\x40\x01\x7b\x16\xa0\x00\x05\x28\x40\x01\x7b\x16\ \xa0\x00\x05\x28\x40\x01\x7b\x16\xa0\x00\x05\x28\xc0\xbf\x19\xfe\ \xf5\x5d\x23\x95\x5a\x93\xf8\xca\x37\xe7\x63\x88\x51\xab\x15\x9a\ \x9a\xda\x56\xa8\xe4\x54\xbe\x92\x44\x54\x40\xc7\xff\x2b\x30\x82\ \xe0\xff\x7a\x09\x05\x28\x40\xc1\xd8\x13\xc8\x4a\x4b\x0b\x5a\xbb\ \x3c\x71\xf9\x02\xe5\xb1\xfd\xaa\xb3\xc7\x14\x07\x77\x7f\x59\x34\ \x2b\x64\xcf\x36\x85\x52\xf9\xfb\x99\x0c\x6a\xa5\x42\xa5\xd1\x03\ \x28\xc3\x76\x6f\xda\x11\xf5\x4f\xd2\x1a\x7f\x1d\xcf\xf3\x1b\xb4\ \x6a\xb4\x3f\x58\x5f\x19\xb4\x68\x7f\x95\xc1\xa8\x43\xa9\x40\xa1\ \x40\xf7\xc3\x59\x72\x6a\xf5\xef\x95\x89\x4a\x89\xe6\x07\xff\x1a\ \xe3\xcf\x62\x55\x2a\x7e\xa9\x95\x46\x85\x46\xf7\x6b\x99\xbf\x29\ \x4b\xfd\xb3\xfb\xb8\x41\x8b\xea\xeb\x15\xbd\xe6\xa7\x73\xe4\x75\ \x6a\xe4\x72\x34\x3a\x62\xfd\x59\xb9\x1b\xc5\x1f\x78\x29\x9a\x18\ \xb6\x6d\x25\xe9\xcf\x7b\xa8\xfb\x5f\xde\xbe\xf7\xe2\xab\x3f\x99\ \x29\xf3\xe2\xfe\xcd\x8f\x3e\xa6\xff\xa9\x3c\xe9\xc1\xf7\x36\xef\ \xba\x9c\x6d\xf8\x87\x57\x6d\x2c\xe8\x89\x05\xf8\xcf\x60\x4f\x95\ \x5a\x13\xb1\x7b\xab\xfe\xce\x35\xb1\x41\x2f\x34\x35\x13\xca\x4c\ \x84\x66\x66\x62\x85\x5c\x79\xe6\x78\xe4\xa9\x63\xfa\x5f\x75\x05\ \x7d\xea\xbb\xa1\x8d\xaa\x76\xec\x33\xb8\x77\xb7\xce\x53\x36\x5e\ \x49\xcf\x89\xbd\x79\xf5\x9e\xea\x77\x8e\xd6\x90\x7f\x3c\x39\x72\ \xfc\x9a\xdf\x25\x01\x03\x8f\x0f\xd1\xad\x13\x4d\x9a\xb2\xe7\x21\ \xc0\x87\xcb\x74\x68\x45\xdb\xae\xdc\xfc\x08\x90\x93\xc8\xe6\x49\ \xf4\x9f\x8d\x1e\x92\x9f\x32\x6e\x20\x43\x87\xd2\xa4\x1a\x93\x77\ \x61\x50\xb0\x6a\x0c\xed\xda\x32\x76\x0d\xf2\xaf\x5c\x75\x6a\x36\ \x2d\xfb\xa0\x86\xf7\x97\x18\xd8\x87\x76\x6d\xd8\x79\x07\x20\xe8\ \x0a\x1d\x5a\xd3\xb6\x0b\x37\x42\x41\xcb\xde\xd9\x74\xea\x4a\xd3\ \x6e\xf8\x7e\xf9\x81\xe3\xb2\x39\xb4\x8a\xbe\x03\x39\xff\x1c\x20\ \x36\x98\x91\x1d\x59\x73\x0e\x40\x9b\xc6\xbc\x81\xb4\x6f\xcb\xb4\ \x6d\xa8\x40\x95\xc0\xb4\xfe\xb4\x6f\xc9\xbc\xfd\x68\x01\x23\x8f\ \x4f\x31\xa4\x2f\xab\x0e\x63\x84\x37\xa7\xe8\xd4\x8a\xd6\xdd\x78\ \xf4\x19\xe0\xea\x12\x1a\x75\x60\xc4\x08\x2e\xbe\x20\x27\x89\x7b\ \xbe\x68\xff\xc8\xbb\x34\xc1\xd9\x05\xc9\x9f\x7f\xa5\x9f\xdf\x3f\ \x7a\x1e\x18\xfb\x67\x73\xf9\xdd\x39\xff\x3e\x5e\xfd\xa7\xb2\x98\ \x98\x5b\xbb\xb8\xd8\xfe\x38\x3f\x51\xbc\x3b\x3e\x6c\xc2\x0e\x6d\ \xc1\xa8\xb7\x00\xff\x21\xec\x99\xe4\xef\xa7\x7b\xfa\x50\x68\x62\ \xc2\x8f\x36\xdb\x62\x89\x48\x24\x92\xdf\xb8\x9c\xfa\x29\xe2\x17\ \xc3\xa2\xac\xc4\x78\x59\xa9\x65\xa7\x4e\x9e\x3f\xbc\x20\xfc\xf8\ \xd2\x7d\xbe\xd9\x16\xba\x4f\x73\x07\x8f\x1a\x3b\x67\x63\x60\x8a\ \x01\x48\x7c\x77\x7d\xd6\xa8\x91\x63\x66\xae\x0f\xce\xc4\x44\xa2\ \x7a\x79\xf7\xf0\xf0\xd1\xa3\xf7\x3e\x88\xc5\x98\x7c\x68\xd5\x8c\ \x91\x23\xc6\x1d\xb9\x17\xfa\x4d\x9a\x63\x69\xd6\x1f\x61\x75\x17\ \x76\x6c\x41\x91\xc9\xf2\x4d\xf4\x5a\xcf\xa2\xd6\xac\x5e\x4e\x0e\ \xbc\xbc\xc9\xcd\xf7\xa4\x65\xa0\x01\xe7\x86\xec\x3d\xcd\xf1\x8d\ \xb8\x3b\xd1\xa2\x25\xaf\x8e\xf3\x50\xcb\xa1\x43\xe4\xdc\xe4\xd0\ \x2b\x80\x90\xeb\xec\x7b\x40\xae\x0a\x35\x14\x6f\xc4\x96\xbd\x74\ \xf7\xe1\xea\x43\x50\xb0\x7c\x03\xdd\xd7\xb0\xa4\x3d\x6b\x96\x90\ \x6a\xa0\x52\x5b\x8e\x9d\xa2\xb9\x84\x75\x67\xbf\x3f\xd7\xa1\xa5\ \xdc\xcd\x65\xd9\x76\x7a\xd6\xc7\x98\xce\xe5\x23\x84\xc4\x93\x91\ \x0b\x70\x6b\x33\xef\x9c\x38\x7c\x88\xb8\x73\xdc\x0a\xe5\xe6\x1e\ \xe2\x8a\x72\xf8\x00\x6f\x0f\x72\x27\x81\xb0\xb3\xac\xbe\xc0\xc0\ \x05\x2c\x18\x8a\x2e\x8e\x25\x3b\x18\xb4\x93\xb9\x35\x59\xb9\x0a\ \x03\x44\x47\xd3\x6e\x16\x47\x8f\xd2\xbd\x2e\x7a\x0d\xa6\x26\x48\ \x40\x1e\xc9\x92\x29\x8c\x1a\xc5\xf6\x33\x00\xc9\x81\xcc\x1e\xcd\ \xb8\x85\x44\x65\xe7\x2b\x23\x30\x92\xab\x40\xaa\xe7\xf2\x6e\x46\ \x8d\x62\xec\x6c\xde\xc4\x03\x68\x93\xd8\x38\x87\x51\xa3\x58\xb5\ \x17\xf9\xd7\x01\x9f\xef\x91\x55\xa3\x46\x8d\x5c\xb8\xe3\xa2\x02\ \x4c\x4d\x4d\xcd\x2d\xcc\x51\x26\x1c\x5a\x3e\x71\xd4\xa8\xb1\xe7\ \x5f\x7f\x51\x25\xbf\x5f\x3d\x75\xc4\x88\xc9\x2b\xde\x24\x68\x20\ \xeb\xcc\x96\x79\xa3\x46\x8e\x58\x7f\xf2\xb9\x11\x90\x7f\xde\xbd\ \x68\xf2\x98\x91\xe3\x1f\x44\x0a\xac\xd5\x11\x07\x36\xef\x09\xcb\ \x04\x75\xf8\xee\xad\x7b\x3e\x7d\x9d\x4c\xbc\xbb\xba\x6b\xd4\xc8\ \x91\x4b\xf7\xdd\xd2\xa0\xbb\xbe\x6b\xcd\xb5\xa0\x5c\x52\x5e\x6f\ \xd9\x75\x3e\x29\xd7\xa0\x56\xe9\x84\xaa\xac\x2b\xbb\x17\x8f\x19\ \x3d\x7a\xd7\xa3\x48\xa1\xc0\x18\x7c\x7f\xcf\xb0\x91\xa3\x8f\x3c\ \x0f\xfe\x70\xf7\xd0\xd8\x31\x63\xe6\xee\xbe\x92\x59\x30\x14\x2d\ \xc0\xbf\x2b\x7b\xe6\x86\x85\x0a\x14\x72\xfe\xd1\xdd\x45\x24\x22\ \x3d\x2d\x37\xf2\xd3\x2f\x8a\x11\xcb\x84\xd9\x71\x77\xcf\x9e\x3f\ \x7b\xe2\x42\xa6\xa5\x97\x77\x21\x53\x83\xc4\xae\x59\xf7\x1e\x25\ \x73\x1f\x2e\x5c\x77\x3c\x27\xed\xdd\xf4\xa9\xab\x2d\xea\x74\xa8\ \x61\xfe\x7e\xea\xb4\xad\xf1\x1a\x89\x4b\xe1\x4a\x7d\x47\x8c\x69\ \x51\xc1\xe2\xe8\x9c\x71\xe7\xa2\xed\x3b\xb7\xae\x78\x76\xc5\xe4\ \x63\xaf\x33\xf2\x54\xf6\xa9\x46\x51\x7b\x3e\xc5\x51\xa5\x21\xfa\ \xcf\x64\x98\xd1\xa2\x3c\x55\x1a\x22\x49\x22\x2c\x9b\x3a\x3d\x59\ \x33\x19\x73\xc1\xf7\x31\xf0\xa5\x1d\x50\x9b\x96\x5e\xbc\x7e\x41\ \xc5\xfa\xb8\xb8\xd2\xa8\x2c\xfe\x81\x18\xb3\xd8\x71\x8e\x51\x73\ \x29\x6e\x85\x0e\xcc\x6d\xb8\xb2\x8d\x1d\x77\x68\xd4\x08\xdd\x27\ \xd2\x4c\x69\x5e\x91\x2a\x0d\x90\x26\x13\xa5\xa1\x4a\x6d\xec\x44\ \xc4\x6b\xa9\xf7\x35\xfc\x90\x3e\x96\x43\x57\xc9\x8c\x66\xda\x30\ \x8e\x3e\x03\x2b\x06\x2f\x64\x78\x2b\xf4\x7a\x00\xdf\x8f\xd4\x68\ \x89\xb3\x2b\xf5\x4a\xf3\xee\x09\xef\x23\xa9\xd7\x10\xe7\xc2\xd4\ \x2a\xcc\x9b\x77\x1c\x3f\x4e\x7c\x26\xbb\x67\xb3\xe0\x10\xd1\xd1\ \xe4\x3a\x52\xbb\x04\xf5\x5b\x61\x88\x26\x05\x4c\x65\x3c\xda\xcf\ \xda\xfd\xa4\x69\x90\x88\x10\x4a\x10\xc8\x99\x31\x9e\xac\x62\xb4\ \xad\xc0\xa9\xa3\x24\x67\x30\x77\x26\xc5\x3b\x53\x45\xc5\xdc\x8d\ \xf9\x23\x53\x43\x32\xc7\x4e\x90\x91\xc9\xb1\x63\x94\x6a\x43\x35\ \x19\x13\x27\x12\x9f\xc9\x9a\x29\xbc\x37\xa1\x47\x53\xae\x1c\x26\ \x2e\x7f\xc4\x2d\x28\x5e\xab\xc3\x84\x31\x7d\x92\xae\x6f\xde\x73\ \x33\xd2\xd4\x4c\x26\x96\xca\x14\x91\xbe\x47\xae\x47\xd5\xef\xda\ \xaf\x9a\x43\xda\x92\xc9\x73\xd4\xd5\x7b\x77\x2e\x12\x37\x77\xc1\ \x8e\x4c\x83\x65\xb5\xd6\xfd\xc7\x0d\x6a\xf6\x78\xe7\xa2\x8b\xd1\ \xd9\x67\x17\x4f\xba\x98\xe8\xd1\xa3\x4b\x33\x07\xb1\xd1\xd4\x52\ \x1a\xfa\xf8\xd8\xa5\xf7\x69\xca\x80\xeb\xc7\x6f\x86\x98\x4b\x01\ \x12\x1e\x6e\x9d\xb3\xe7\x5d\xb7\x21\xfd\x33\x6f\x6f\xda\x7c\xf5\ \x73\x51\x4f\xc1\xae\x45\x53\xa6\xcc\x59\x97\x60\xe9\x66\x9e\xfc\ \xe6\xd4\xd5\xa7\xef\xae\x1f\x5a\x76\xfc\x63\xe7\x91\x93\x9a\x94\ \x75\xd1\x69\x35\x56\x1e\xd5\x06\x8c\x1a\x53\xd7\xfc\xf3\xac\x99\ \x3b\x8a\xb7\x1b\xd9\xbf\x59\x05\x59\x41\xbf\x2c\xc0\xbf\x2b\x7b\ \x1a\x35\x1a\x7e\xcf\x69\x52\x20\x30\x6a\x7e\x35\xe7\x16\x89\x0c\ \x39\xc9\xef\x7c\xdf\x46\x64\x3b\xce\x5f\xbf\xb9\xbd\x8f\xa9\xde\ \xa4\x50\xc3\x96\x0d\x07\xf4\xeb\xa8\x49\x0a\xf5\xf3\x7b\x16\x5f\ \xa8\xd1\xc4\xbe\xad\xfa\xcf\x99\x64\x16\xfb\xf4\xf9\x17\xa5\x8d\ \xbd\x5b\xf5\x0a\x65\x3c\x6c\x63\x6f\xbd\x4e\x1c\x30\x75\x52\xf3\ \x0e\x43\xfa\xd4\x12\x3d\x79\xfc\x7d\x6d\xee\xea\x3a\x4e\x26\xb1\ \x68\x38\x52\x15\x06\x10\xe4\x9d\xe9\x66\x44\x6b\xc0\xc4\x04\x74\ \x3f\x9c\x83\x94\xc1\xf9\x17\xf4\xec\x09\xa0\xd3\x93\x37\x6d\x14\ \x89\x10\x8b\xb8\xb6\x15\x6d\x25\xaa\x3b\x90\x91\x8d\x42\x0d\x30\ \x78\x1e\x17\xd7\x73\x63\x27\x41\x29\x08\x85\x08\xc9\x3f\xd3\xcd\ \x60\x04\x0d\xcb\xc6\xa0\xa9\xcd\x88\x26\xf9\x82\x73\x3e\x23\x2c\ \xca\xb1\xc3\xac\xe9\xc9\xce\x4d\x24\x8b\x30\x91\xa1\xfb\xb6\x8e\ \x69\xcc\x2f\x4b\x28\x42\xaf\x47\xaf\xcf\xaf\x33\x91\x08\x75\x3a\ \x5f\x34\xcc\xdb\xcb\xd1\x6d\x04\x1c\xe2\xde\x47\x4c\x4c\x10\x02\ \x22\x30\xa2\x30\xd2\x6b\x09\xcb\x86\x11\x73\x95\x25\x87\x31\x9a\ \x21\x33\x25\x36\x80\x50\x01\x33\x47\xd3\xa2\x21\x4e\x56\xa4\x46\ \xf0\x28\x94\x37\xb7\x78\x11\x4a\x70\x40\xfe\xaa\xa8\x40\x84\x85\ \x05\x02\x23\x26\x36\xd4\x6f\xc1\x80\xb9\x78\x67\x73\xfb\x3a\xfe\ \xe9\x4c\x9e\x45\xc3\x26\xb8\xda\x7e\xad\x16\xa3\x2a\xf4\xdd\x83\ \xdd\x7b\xce\x7e\x4e\x4e\x4d\x4f\x49\xd5\x0a\x45\x42\xa1\xd0\xa0\ \xd7\x5b\xb9\x97\x6d\xda\xa4\x86\x87\x2c\xe1\xe6\x93\xd0\xd0\x17\ \x57\x6e\xbd\x89\xfa\x1c\x18\x9a\x91\x95\x1e\xfc\xe8\xdc\xae\x13\ \xf7\x13\x32\xd2\x62\xe3\x43\xef\x07\x29\xfb\xce\x9a\x54\xbf\x59\ \xeb\x2a\xa5\x2c\x95\x66\xde\xfd\x3b\x55\x7f\x73\xef\xc6\xed\x87\ \xe1\x3e\x2d\xda\xe6\x85\x3d\x0d\xb8\xff\x34\x3c\x2e\xfe\xfa\x89\ \x33\x9f\x12\x3f\x07\x06\x85\x96\x6a\x35\xb5\x7a\xce\x9d\xbd\x8f\ \x05\x93\x7b\xd7\xb0\xc0\x28\x15\x89\xdd\xab\x34\x6e\x5c\x44\xb5\ \x77\xc7\xb1\xf8\x1c\xa3\x18\x83\xd4\xda\xb3\x6a\x85\x32\x45\x7c\ \xaa\x77\x6a\x5e\xea\xc1\x81\xed\xbe\x9f\x72\x64\x05\x13\xf9\x02\ \xfc\xbb\xb2\xa7\xd0\xcc\x14\x83\xe1\xf7\xef\x9a\xff\x82\x70\xd5\ \x4a\x71\xe1\x6a\x53\xd7\x2e\x99\x39\x7d\x7c\xd3\x0a\xce\x68\xb5\ \x46\x83\x5e\xad\x41\xab\x43\x28\x10\xda\x38\xb8\x90\x14\x16\x2e\ \x27\x37\xf8\x4d\x86\xc1\xc6\xd3\xde\x34\x2b\x3d\x25\x55\x0f\x02\ \x1b\x17\x33\x43\x40\x40\x04\x86\x8c\x0f\xe1\x59\x0e\xae\xf9\x87\ \x4c\xbc\x3d\xc3\xfe\x40\xf6\xef\xc3\x55\x86\xac\x28\xe6\xb9\xf8\ \x27\x10\xf5\x1e\x85\x15\x45\xac\x21\xef\xc8\xb9\xaf\xec\x19\xfd\ \x86\x24\x1b\xaa\x15\x07\x28\xe1\x43\xd0\x1b\xd4\x6a\x5e\x86\x51\ \xae\x08\x49\x3a\xd2\xfd\x98\xbc\x88\xb7\xfe\xdc\xf2\x45\x99\x0d\ \x60\x65\x81\x3a\x0b\xcb\x22\x58\x2a\xf0\x8f\x25\xfa\x03\x0a\x6b\ \xbc\xad\x38\xbe\x84\x58\x1f\x76\x4c\xc2\x04\x34\x99\x44\x44\x21\ \x73\x45\x92\x45\x94\x0a\x13\x13\xc4\xa2\x7c\xdf\x7a\x83\x11\xa3\ \x01\xa0\x52\x61\xde\x3d\x47\xa3\xe4\x4d\x08\xa5\xab\x51\xca\x83\ \x37\x6f\xd1\xe6\xf2\x36\x86\xca\xd5\x70\x10\xf1\x31\x12\x81\x09\ \x62\x21\xee\x5e\x98\xa4\x10\x92\x4e\xc8\x73\x0c\xce\x38\x83\xc0\ \x9a\x8a\x75\x69\x53\x83\xa8\x50\x54\x46\xe4\xb9\x58\xd8\x20\xc8\ \x26\x22\x03\x65\x2e\x6a\x2d\x52\x2b\x5c\xec\x68\xd0\x9d\x39\x5b\ \xb8\xb9\x0f\x69\x26\x11\x31\xe8\x05\x08\x00\x01\x7a\x2d\x59\xd9\ \x68\x63\x88\x57\xe3\x56\x18\xa9\x8a\xb0\xcf\xa0\x44\xad\xc9\xdf\ \x56\xcf\x79\xb3\x67\xda\xfa\x5b\x9d\x26\x4c\xef\x5c\xdf\x4b\xab\ \xd5\xa1\xd7\xc8\xd5\x3a\x01\x02\xa3\x41\xa7\x36\x60\x90\x5a\x17\ \x72\xb6\xab\xdc\xac\xef\x84\xc5\xbb\xee\x5d\x5d\x95\x71\x65\xdd\ \xa2\xb3\x09\x23\x67\x4e\x6f\x58\xc2\x41\x2f\xb0\x76\x37\x57\xbe\ \x7e\x11\x0e\x46\xbd\x46\xa3\xc8\xd5\x97\xee\x32\xd0\xc1\x6f\xdd\ \xdc\x7b\xe9\x1d\x9b\x57\xc9\xab\x70\x07\x67\x6b\x5b\xd7\x92\xbd\ \x46\x8c\xdb\x7c\xec\xd6\xe6\x09\x2d\x32\xde\x9e\xfe\x64\x59\xbd\ \x95\xb7\xf2\xc8\xdd\x58\x83\x4c\xa6\xd7\xa8\xa4\x1e\x65\x97\xef\ \x3b\x31\xb6\x52\xf2\xe4\xd1\xab\xe2\x8d\x52\x75\x76\x7c\x8a\x1a\ \x83\xd8\x7e\xc8\xf2\xfd\x3b\x27\x56\xdf\x35\x75\xc2\x8d\x0f\x69\ \xb1\x91\x91\x19\xca\x82\xf8\x78\x05\xf8\x5b\xe3\x5f\xb1\x58\xb2\ \xa9\x50\x39\xdb\xd6\x4e\x98\x9b\xc3\xcf\x07\x0a\xa1\xd5\x08\x3c\ \x8a\xd8\x96\x2a\xfd\x2b\x4e\x15\x49\xc4\x02\x8d\x02\xf2\x8f\x6a\ \x13\x49\x24\x12\x01\x20\x10\x62\x34\x16\xae\xdc\x62\x4c\xa3\x9b\ \x33\x3b\x77\xc2\xa0\x69\x35\x7a\x75\xad\x0a\x8e\x55\xed\x0e\x0e\ \xee\xd8\xbd\xf3\x90\xc5\xe3\xe7\x8f\x9d\x3c\x67\x62\xd7\x03\x02\ \x49\x91\xce\xab\xdb\x96\x05\x30\x72\xeb\x14\xd1\x59\x2c\x18\x89\ \xd1\x9a\x25\xab\x98\xd2\x97\x05\x7d\x10\x48\x19\x3a\x1f\x67\x41\ \xfe\x28\x4c\xf2\x55\xb5\xe8\x48\x1c\x8a\xe4\x5f\x6f\xd8\x9f\x3b\ \x13\xe8\xd8\x01\xeb\xb2\x2c\xa8\x8d\x43\x23\x86\x80\x22\x98\xe1\ \x6b\xe9\xdb\x90\x2b\xf3\x39\x1e\x46\x76\x1a\x6d\x47\x52\xb4\x08\ \x63\xfb\xb0\xa8\x1f\x48\x19\xb6\x04\x9b\x0c\x4e\x9f\x44\x53\x95\ \x91\x23\x70\xae\xcd\x10\x67\xa6\x1f\xe5\xf0\x51\x46\xb7\x61\x72\ \x47\xa4\x52\x06\x4e\xc7\x29\xef\xc1\xc4\x88\x45\x00\xed\xc6\xf1\ \x60\x1c\x1d\x3b\xe0\x5c\x93\xd6\x95\xc1\x82\x3b\xd3\xe8\x70\x19\ \x8f\x66\xb4\x2e\x49\xb9\x51\x4c\x5c\x4c\x67\x29\x45\xbb\xd0\xbc\ \x31\xd2\x60\x96\x75\x41\x2d\x63\xdc\x5a\xcc\x94\xcc\x9d\xca\xa7\ \x54\x32\xd4\x4c\x5c\x8b\xb7\x04\x71\x30\xaf\x84\x4c\xec\xc4\xca\ \xe1\x48\xb2\x88\x15\xe3\xe6\xcd\xf8\x4e\xec\x5d\xc8\x35\x3b\x7a\ \xce\xa5\x58\x24\xd3\xaf\x72\x74\x0a\x5a\x0d\x22\x31\xba\x4c\xe6\ \x0f\xc4\x42\x8e\x4f\x4f\x1a\xd5\xc1\xa4\x2f\xeb\xa7\x73\xd1\x48\ \x48\x1a\x32\x31\x80\x49\xe1\x1a\xd5\xdd\x6f\x6c\x5f\xbe\x38\x23\ \x34\xb3\x79\x43\xc7\xd2\xb6\x95\xd7\xae\xbc\xf8\xa6\x44\x15\x33\ \x53\x29\x7a\x84\xf6\x55\x67\x8e\x6a\xb6\x7a\xf3\xfc\xf7\x4e\x36\ \x35\x86\x2c\xe8\x5e\xbd\x61\xc9\x73\x1b\x57\x2f\x5c\x16\x9e\xa0\ \x1d\x61\x5f\xb4\xef\xf4\x11\x63\x66\x8f\xee\x7d\xd1\x32\x24\x42\ \xb2\xc4\x51\x8a\x49\xe9\x0e\xb5\x1c\x6f\xbd\xf5\xae\xe5\x9d\x7f\ \x8c\x5d\xa5\xde\x93\xda\xbd\x9f\xbb\x60\xde\x02\xdb\x42\x3e\xd3\ \x67\x0c\xb9\xbb\xe7\x4c\xd9\x51\x5b\x87\xb9\x3d\x1a\xb0\x60\x5d\ \x85\xae\x65\x6c\x6c\x2c\xe2\xfd\xef\x2f\xdf\x76\x24\x33\x2b\xb1\ \x5c\x8d\x46\x4e\xde\x75\x6a\x39\x1d\x1e\xdc\xb5\x6b\xb3\xce\xdd\ \x04\xef\xee\x46\x66\xa6\x3b\x55\xad\x57\xcc\x24\x76\xcd\xe4\x05\ \x0d\x96\x1e\xec\x5c\xd6\xa6\xa0\x8b\x16\xe0\x6f\x8b\x7f\x25\x42\ \x9d\xce\x60\x0c\x39\xb0\x5b\x71\xe2\x90\x48\x28\x40\x24\xfe\x46\ \x9d\x3a\xa9\xcc\x7e\xcc\xe4\xe2\x6d\xda\xff\xe3\xc4\xcb\x68\xd0\ \xca\xe5\x6a\x13\x0b\x8b\xfc\x53\x82\x8d\xda\xdc\x5c\xb5\xa9\xa5\ \x85\x50\xa7\xce\x55\xe9\x2d\x2c\xcc\x04\x18\x92\xbf\xc4\x68\x64\ \x76\xee\x4e\x56\x80\x51\x9d\x1d\x9b\x98\x2e\xb3\x76\x71\xb2\x91\ \xa9\x32\x93\x12\xb3\x74\x85\x3c\xdd\x4c\xbe\xca\x55\xe7\x90\x99\ \x83\x52\x83\x50\x8c\xbb\x3b\x42\xc8\x48\x44\x63\x82\xf3\xd7\xbe\ \x66\xd4\xa3\xd2\x62\x6a\x02\xa0\xd7\xa0\x05\x93\x6f\x07\x6c\x6a\ \x88\x4d\xc6\xc9\x9d\xef\x27\x6e\x1a\x51\xaa\x30\x35\x45\x99\x45\ \x6a\x16\x12\x4b\x0a\x7d\x0d\x81\x9c\x91\x88\xda\x84\x42\x36\x60\ \x24\x27\x83\x1c\x39\x1a\x3d\x52\x4b\x5c\xac\xc9\x51\x60\x65\x05\ \x90\x12\x87\xce\x0c\x97\xaf\x59\x74\x6a\xf4\xa2\x7c\x92\x32\x2a\ \x89\x4b\xc7\xc5\x8d\xbc\x15\x62\xbd\x9c\x84\x4c\xdc\xdc\xf2\x07\ \x80\xf2\x34\xd2\xd5\x78\x7c\x3d\xb4\x2d\x2d\x1e\xbd\x05\x4e\x56\ \x00\x19\xc9\xe4\xa8\xb0\x76\xc2\xda\x04\x40\x9d\x8d\xd6\x84\xc0\ \x3b\xdc\x79\x45\xd8\x3b\xac\x1a\xb0\x6d\x12\x40\x5a\x02\xb9\x5a\ \x1c\x5c\x30\x13\x90\x18\xc5\xfe\x75\xf8\x4a\x38\xb7\x8a\x3e\x6d\ \xe9\xb5\x81\x1a\x85\x70\x77\x06\x08\x7c\xc4\xa5\x47\x44\x07\xa2\ \x28\xc1\xde\x65\xe4\x9d\x15\xaa\x57\x64\x7e\x49\x4c\x17\x99\xda\ \x38\x3b\xdb\x49\x85\xc6\xac\xb4\x74\x89\x99\x99\xd1\x80\xa9\x99\ \x69\x5e\x2c\xa8\xcc\xc4\x98\x0c\xa5\xc1\xd2\xc1\xc5\xc1\x52\xa6\ \xce\x4e\x8e\x4f\xc9\x95\x59\xdb\x39\xd9\xdb\x88\x05\x68\xb2\x93\ \xe3\xd2\x14\xa6\x56\x0e\x36\xe2\xac\xdb\xa7\x4e\x5f\x7d\x1e\x50\ \x7b\xe8\xb2\x81\x75\xdd\x7e\x68\x22\xf2\x2f\xb1\xc9\x3a\x91\x59\ \x21\x67\x3b\xad\x42\x69\x61\x63\x25\x04\x79\x56\xa6\x40\x2a\x33\ \x1a\x85\x52\x91\x2e\x29\x21\x49\x2b\x34\x75\xf5\x70\x91\x09\x30\ \xa8\x73\xe2\x12\xd3\x4c\xac\xed\x50\x64\xe4\xa8\xb1\x77\xf5\xb4\ \x96\x19\xb2\xd2\xb3\x64\x56\x36\x26\xe2\x02\xf3\xe1\x02\xfc\x15\ \xf8\xd7\x22\xd4\xfd\x8b\xf1\x3d\x55\x6a\xf5\xa7\xd3\x27\x72\xaf\ \x5f\x22\x2d\x05\x81\x00\xa3\x11\x77\x4f\xdb\x2e\x3d\x8b\xb6\x6a\ \x27\x16\xfe\xef\xae\x5a\x65\x64\xa0\xd1\x7e\x8f\xf6\xa6\xd7\x61\ \x14\xe4\x0f\xf7\xf4\xba\xfc\x9d\x22\x81\x00\xa1\x30\x7f\xf7\x46\ \x20\x44\x08\x7a\xc3\xb7\x41\x30\x42\x01\x46\xc3\xf7\x2b\x08\x10\ \x09\x31\x18\x10\x08\xf3\xc5\xea\xf5\x18\x8d\xf0\xa3\x58\x01\x22\ \xd1\x57\x6b\x72\x23\x7a\x43\xbe\x7c\x81\x00\xd1\xcf\x45\xe7\x2d\ \x6e\xe6\xd5\x73\x5e\x59\x06\xc3\xcf\x7f\xf5\x18\x8c\xf0\x55\x60\ \xde\xdf\x7c\x39\x46\xf4\x7a\x8c\x20\x12\x23\xe0\xa7\xbf\x46\x2d\ \x7e\x77\x79\xf7\x19\x73\x67\x5a\xb7\xc5\x46\xf8\xbd\x68\x83\x1e\ \x23\x28\xe3\x39\x72\x9d\xba\x1d\x28\x6d\xcf\xf3\x27\x94\xaa\x83\ \xa3\x2c\x5f\x78\xf0\x33\x9e\x05\x23\xb5\xa6\x45\x7b\x4a\x3a\x62\ \x6e\xf1\x3f\xf6\x2e\x74\xd9\x5f\x2e\x9e\xb8\x26\x2d\xdf\xb4\x7d\ \xad\xe2\x05\x3d\xb0\x00\x05\xec\xf9\x47\xa3\x23\x1b\x20\x35\x2a\ \x32\x27\xf2\x93\x51\xa3\x11\x9a\x99\xda\x96\xf4\xb1\x75\x71\xf9\ \xd3\x5a\xff\x26\x62\xf0\x1f\xc0\xb6\x6d\xbc\xfb\x80\xc4\x98\xbf\ \xcf\xc3\x57\xce\x32\x1a\x31\x1a\x11\xcb\x90\x0a\x50\xa8\xfe\xe4\ \x4a\xae\x18\x91\x11\xad\xee\xd7\xee\x36\xdf\x84\xff\x7a\xf4\x2e\ \x40\x28\xcc\xa7\xd4\x3c\x2e\x16\x0a\x11\x18\xbf\xb3\xb3\x40\x88\ \xc0\xf8\x95\x31\x85\xdf\x06\xe3\x18\x8c\xf9\x7c\x9d\xf7\xfb\x7b\ \x62\x7e\xa0\xf2\x1f\xc4\x9a\x5b\x62\x22\x41\xaf\x25\x37\x17\x03\ \x08\x7e\xce\x28\x14\x63\x65\x81\x5a\x81\x46\x8f\xa9\x29\x2a\x39\ \x3a\x63\xbe\xe6\x52\x53\xcc\x64\x08\x40\x29\xa7\x4d\x7b\xda\xb6\ \xfd\xef\x31\xa6\xee\x2b\xb9\xff\xff\x83\x4e\xa7\x13\x8a\xff\x97\ \xc6\xa5\xff\x82\xcf\x95\xe1\x7f\xd0\xe3\x59\x9b\x9b\x91\xa6\x91\ \x14\xb2\xfb\x2f\x3e\x71\xaa\xac\xe4\x6c\x83\xa5\x93\xad\x69\x01\ \xf1\xfd\x7f\x64\xcf\x7f\xdd\x53\x53\x08\x4e\x45\x8a\x3a\x15\x29\ \xfa\x07\xd3\xeb\x55\xb9\x29\x69\xd9\x62\x53\x33\x81\x4e\xa5\xd4\ \x18\x2d\x0d\x09\x3b\x0f\x3e\x6a\x3f\x61\xa2\x8f\xf5\x9f\x2b\x77\ \xcc\x18\xc3\x87\x1b\x1b\xdf\x9b\x37\xea\x53\xbf\xd2\x0f\x97\x15\ \x60\x0a\x82\xa8\x07\x5b\x1f\xca\x2b\x0f\x6a\x5b\xfb\xcf\xf5\xc6\ \x4f\x57\xb7\xdc\xcb\x9e\x30\xbc\xf7\xef\x74\x02\x05\x98\xfc\x93\ \x1e\xa2\x92\x23\x36\xff\x5e\x95\x06\x35\x06\xd9\xaf\x6b\x36\x27\ \x07\x04\x98\x9a\xf1\xad\xeb\x2b\x54\x98\x99\xfc\xce\x1b\xcd\xc5\ \xe2\x87\x4e\xf4\x1b\xb1\x72\x05\xe6\x66\xbf\xd2\x35\x17\xb3\xdf\ \xe9\x7a\x4a\x55\xfe\x6a\x06\xa0\xca\x22\xc7\x80\xa3\xed\xf7\xbb\ \xe9\x49\x18\x4d\xb1\xff\xba\x74\x20\xb4\xc0\xda\x0c\x40\xaf\x26\ \x35\x0d\xad\x01\x7b\x67\xc2\xae\x72\x31\x8b\xf9\x03\xff\xcb\xc6\ \xc8\x96\x8d\xd4\x19\x42\x65\x97\xff\xf9\x86\xfe\xfe\xda\x96\xcb\ \x71\xc5\x67\x0d\x6f\xf5\x7b\x0d\x4d\x91\xa3\x96\x59\x98\x89\xfe\ \x3c\xc1\x67\x7d\x38\xbb\xe5\xbe\xa4\x6f\x3d\xfd\x69\x5f\xd1\xb4\ \x31\x1d\x3e\x5c\xd9\xbc\xea\xcc\xfb\xea\x8d\x5a\x88\xd2\xbe\x34\ \x1c\x34\xbe\xac\xfd\x3f\xbc\x52\x63\xfa\x91\x75\x5b\x1c\x9a\x8f\ \x6d\x55\xde\xfe\x0f\x93\xb3\x2a\x29\x39\xc7\xda\xc9\xd1\xe4\x07\ \xf5\x14\x0a\x85\xd4\xd4\x4c\x2c\x00\x32\xf7\x2e\x9b\x25\x6c\x34\ \xa1\x6b\x05\x6b\x9d\xd8\xd2\xd9\xde\xf2\x6b\xa6\xac\xe4\x1c\xbd\ \x83\xa3\x5d\xbe\x91\xa0\x26\x66\xf5\xec\xe5\x15\xc6\x6d\xec\x60\ \x8b\x51\xa3\x50\x0b\x4d\x4c\xc4\x82\x9c\xb4\xa4\x6c\x95\x5e\x24\ \x35\x31\x11\x8b\xcd\xac\xac\xa4\xff\xf8\xfc\x06\x8d\x5c\xa9\x33\ \x33\x37\x13\xfc\x70\x21\x25\x2d\xc7\xc4\xd6\xd1\xda\x44\x84\x51\ \x9f\x9b\x99\x9e\xad\x36\xda\x3a\x3a\x99\xfe\x64\x8b\xa8\x4f\x4d\ \x4a\x35\xb1\x75\xb2\x90\x7e\xcd\xa7\x55\xa9\x8d\x62\x99\xf4\xa7\ \xda\x30\x6a\x95\x2a\x64\xa6\x12\xa1\x41\xab\x4c\x4b\xcb\x30\x4a\ \x2d\x9d\xec\x2c\xff\xed\x39\xf7\xaf\x5b\x57\xca\xfa\xf8\x64\xfd\ \xec\xc9\xed\x1a\x56\x6e\xd2\x75\xd0\xbc\xf9\xeb\x4e\x5f\x3e\xeb\ \xfb\x59\xee\x69\xfd\x2f\x0c\x62\x84\x56\x6e\xd5\x8a\x3a\x14\xfa\ \xde\x2a\x52\x03\xc6\xf5\x9d\xf0\x2c\x45\x00\x98\xbb\x54\x2a\xe2\ \xe2\xfe\x67\x87\x1b\x0f\xae\xdd\x78\x15\xff\x6b\x27\x1d\x7d\xca\ \xdb\xb1\x7d\x27\xf8\xa5\xff\x4e\x45\xe9\x38\xbf\x95\x7e\xbd\x69\ \xd4\x84\xb3\x81\x00\x37\xb7\xd3\xba\x35\x0d\x5a\x70\x3b\x02\x20\ \xe4\x39\x03\x9b\x30\xfb\x20\x40\x8a\x3f\x63\x47\x31\x7e\x14\x65\ \xbd\x98\x76\x01\x79\x2c\x93\xfa\xd1\xbe\x39\x43\x56\xa0\x36\x02\ \xa8\x13\x19\xdc\x90\xde\x8b\x00\xae\xed\x62\xe4\x70\x1a\xb6\xe3\ \x55\x22\xc0\xad\x1d\xb4\x6e\x4d\x83\xe6\xdc\xfd\x8c\x2a\x96\x59\ \x43\xe8\xd3\x85\x6e\x93\x49\xff\xc1\x3c\x2c\xe2\x09\xb3\xc6\x33\ \x70\x18\xf7\x42\xd0\xcb\x79\x7c\x9c\xba\xd5\xb9\xf2\x1e\x20\x3d\ \x84\x51\x5d\x69\xdb\x9c\xf1\x5b\x01\xc2\x6f\xd1\xaf\x2f\x9d\x5a\ \xb3\xe5\x0e\x40\x4e\x0c\xeb\xe7\x31\x6e\x1c\x07\x1f\x82\x81\x4b\ \xeb\xe9\xdb\x87\x36\x5d\x79\x96\x0c\x7a\xd6\x8d\xa1\xff\x24\xe6\ \x2f\xe0\x63\x22\xcf\x1e\xa1\x10\xfe\x81\xb1\x99\x29\x95\x6a\xe2\ \x6c\xf5\xbf\xd1\x8e\xb4\x2f\x6e\xdd\x4c\x31\x38\xfe\x5e\x94\xfc\ \xa4\x7b\xbb\x86\xcd\xde\x6f\xf8\x97\xc6\xc6\xc1\xb7\xaf\xbf\x4d\ \x97\xba\x78\x7a\x57\xa9\x58\x2a\x23\xf8\xd4\xd2\x83\xa1\x23\xe6\ \x2c\x1a\xd4\xbe\x66\xf9\x4a\x95\x1c\xcc\x7e\xf5\x35\xcc\x8e\xbe\ \x71\xe7\xad\xc0\xda\xe6\x0f\xca\xd7\xa4\x05\x2f\x19\xdd\xbf\x57\ \xcf\x8e\xbd\x26\xed\xc8\x7f\x71\xfa\x8c\x83\x53\xda\xd5\xec\x34\ \x25\x46\x0f\x10\x75\x6b\xdf\x9d\x24\x8f\xea\x0e\x51\x2b\xe6\x4d\ \x1f\xd2\xad\xe3\xfc\x83\xcf\x81\x8c\xb0\xdb\xa3\x07\xf5\xed\xd3\ \xa9\xf5\x84\x4d\xb7\xf3\x0c\x7b\x5f\x1c\x5c\x1f\x6c\x56\xb3\x85\ \x97\xe2\xc9\x99\x35\x4d\x6b\xb4\xbd\x1a\x9a\x05\xba\x07\x7b\x96\ \xcc\x9e\x3b\x6f\x74\xaf\x66\xe5\xea\x0c\x0c\xcc\xfe\x85\xb9\xc2\ \x8b\x03\x33\xa6\x6d\x7d\xfe\xbd\x62\xb4\x89\xfb\x57\xce\x1e\x3d\ \x7a\x78\xa7\x6e\x23\x1e\xc6\x2a\xd1\x24\x9d\xd9\xbc\x60\xea\xd8\ \xfe\x9d\x87\x2e\x8b\xfe\x76\x9e\x95\x3a\x71\xcf\xdc\xa1\xdd\xfb\ \xf4\xee\x38\x60\x56\x70\x36\xe8\x32\xfd\x2e\x6f\x6a\x51\xbf\xed\ \xe1\xa7\xc9\xdf\x3b\x88\x3c\xe9\xd1\xc9\x35\xcd\xeb\xb7\x38\x1d\ \xa1\x06\x62\xde\xdc\x5a\x31\x7b\xfa\x80\x8e\xed\x17\x9e\x7e\x5b\ \xc0\x9e\xff\x63\xb0\xab\xd8\x6a\xf5\xa1\xed\x4d\x4b\x17\x1f\xb6\ \xe8\xc0\x81\xfd\x6b\xcb\x0b\xa2\xdf\xfa\x5e\x1f\xd6\x67\xf8\xf1\ \xc7\x51\x40\x5a\xd0\xdd\xb9\x63\xfb\x0f\x18\x32\xe5\xd6\xc7\xb4\ \x6f\xdf\xbc\x53\xeb\x67\xf7\x1f\x38\x60\xf9\x91\x27\xd1\x6f\xce\ \x2e\x58\x7d\x42\x4b\xe6\x9e\xa5\x8b\xee\xbe\x09\x7e\xf4\x28\xc0\ \xdc\xce\xfc\xd6\x8e\xd9\xfd\xfa\x0f\x58\x79\xf4\x69\x5a\x46\xe4\ \x93\x07\xf7\x57\x4d\x9f\x74\x2b\xe4\xd3\xed\x5b\x2f\x2d\x8b\xbb\ \x07\x9c\x5e\xdf\xaf\x57\xdf\x9e\x43\xa6\x3f\x88\x90\x03\x9f\x9e\ \x9d\x99\x3e\xaa\x7f\xaf\x1e\x83\x8e\xbd\x4e\xcc\xff\xda\x87\xdf\ \x9f\x31\xa2\x6f\xdf\x5e\x7d\x37\x5f\x78\x63\x44\x10\xfd\xd1\x3f\ \xe0\xd6\xfe\x3e\x43\xa6\x3f\x0a\xcf\x06\x42\xee\x1c\x18\xd1\xb7\ \x4f\xff\x89\xab\x42\x73\x8d\xaa\x94\x90\x87\x0f\xee\x2f\x9f\x3a\ \xe1\x6e\x8c\x2e\xe9\xd5\xa9\x31\x03\xfa\xf4\x1e\xb3\xe8\x75\xfc\ \x77\xcf\xc9\x8a\xad\x38\x7e\x89\x3e\x45\xb8\xf4\x92\xc4\x27\xac\ \xb9\xca\xd6\x93\x0c\x29\xcd\xb5\x07\x68\x52\xb9\x7a\x82\xc0\x24\ \x8a\x16\x07\x70\xac\xc2\xa1\xa3\x8c\x6d\x4e\xd5\xae\xcc\x6c\xc5\ \xa6\x99\x48\x9a\x73\xe1\x20\x31\x77\x89\x01\x52\x98\x3f\x99\x97\ \xc9\x94\x28\x03\x50\xad\x1d\xf3\x47\xe3\x68\x20\x53\x4b\xc2\x43\ \x56\x5f\x66\xcb\x09\x86\x97\xe3\xe2\x55\xb0\x64\xd8\x62\x2e\x1e\ \x20\xed\x19\x21\x99\xf9\x6a\x44\x3d\x60\xf2\x2a\x8a\xb7\xe0\xd8\ \x09\x9a\xf8\x10\xf6\x92\x13\x67\xc9\x30\xc5\xab\x28\xe8\x59\x36\ \x07\x97\x81\x9c\x5e\x4b\xd0\x03\x02\x43\x98\xb3\x96\x3e\xeb\xd9\ \xda\x9f\x6b\x67\xd1\x67\x30\x7b\x32\xc9\x85\x58\x73\x88\x29\xed\ \x09\xbc\xc8\xa6\xa7\x6c\x3f\x4d\x47\x7b\xce\x3d\x43\x11\x8e\x5f\ \x26\x47\x4f\xb1\x7f\x1f\x95\xec\x09\x8c\xa2\x7a\x55\xd0\x73\x66\ \x2b\xfd\xfa\x32\x74\x06\x49\x90\x15\xca\xec\x91\x0c\x18\xc2\xad\ \x0f\xf9\xca\x44\xbf\xe2\x55\x32\x36\x7a\x36\x4c\xa1\x6f\x5f\xe6\ \xec\x40\x09\x18\xb9\x73\x88\x21\xbd\xe9\x35\x9a\x0f\x49\x00\x89\ \x6f\x4f\xaf\xdc\x72\x16\x78\x78\x70\xd9\x8e\x5b\x1f\x41\xbe\x67\ \xf9\x92\x47\x09\xba\xa4\x57\xe7\x67\x8c\x1a\xd0\xa7\xc7\xc0\x93\ \xcf\x62\x63\x7c\x4f\x8c\xe8\xdb\x7f\xf0\xb4\x35\xa1\x79\x5d\x5a\ \x1d\xfb\x21\x46\x58\xa3\x69\x55\x43\x66\xe8\xae\x25\x53\xfa\xf4\ \xe9\x3d\x61\xd3\x0d\x65\x6e\xd2\xe1\x95\x13\xfa\xf5\x1f\xb0\xe7\ \xfe\x87\xe0\x4f\x61\x8f\xef\x1f\x1f\x32\x77\x73\x78\x0e\x80\x2e\ \x33\x74\xcd\xe4\xc1\xbd\x7b\xf7\x9b\xb3\x64\xcd\xbc\x09\x03\xba\ \x0f\x9d\xfd\x2a\x5e\x0d\x06\xdf\xd3\x1b\x06\xf4\xe9\x33\x7a\xe1\ \x9e\x78\x1d\xa0\x7c\x74\x72\xc3\xc8\x01\x7d\x27\xed\x7e\xd3\xb2\ \x7d\x89\xbb\xe7\x6f\xab\x5c\x5c\x63\xee\xdd\x7c\x1d\xf6\xf1\xdc\ \xf9\xe7\xa1\xef\x5e\x06\xa4\x4b\x0b\x99\x1a\x7c\xcf\x6e\x1e\xd2\ \x6f\xc0\xb8\x85\x7b\x93\x41\x11\xfd\x7c\xf9\xb4\x91\x3d\xfa\x4e\ \x88\x77\xa8\x50\xc5\x33\x8f\xc9\x0d\x2f\xce\x6f\x1a\xd4\xa7\xf7\ \xf0\xb9\xbb\xe2\x35\x18\x62\x7d\x17\x8c\x1f\xd4\xb7\x77\x8f\x65\ \x07\x1f\xea\xf2\xe7\x82\xaa\xe3\xcb\x66\x7f\x74\x1d\x70\xe1\xe2\ \x5a\x41\xc0\x25\xff\x24\x03\xc8\x4f\xaf\x98\xb5\xfd\x6e\x88\x47\ \xb1\xaa\x85\xc5\xa0\x8e\xd8\xb2\xff\x69\x87\x31\xa3\x2a\x95\xa9\ \x3e\x76\xc6\xbc\xd6\x55\x1d\x92\x92\x32\xd1\xc5\xad\x9c\xb1\xd2\ \xb9\xdb\xba\x0b\x3b\x06\x05\x5f\x3f\x9b\x02\xc6\xf8\xa7\x5b\xaf\ \xa7\x8c\x9e\xd6\x27\xdb\xff\xfe\xf9\xb3\x37\x12\xc5\x6e\xde\xae\ \x36\x20\x69\x3f\x73\xdb\xa1\xfd\x8b\xcb\x17\xf6\x9e\xbc\x6a\x59\ \x05\xdb\x3c\xae\xd7\xfa\x9e\xdb\x36\x6a\x40\xdf\x1e\x03\xa6\xf8\ \xa5\xab\x42\x9e\xfa\xdf\xbb\xb8\x79\xd2\xda\xeb\x5f\x3f\xb8\x26\ \x75\x7b\x4e\x3d\x77\xe1\x7c\x63\x51\xf0\xa5\x87\x89\xc8\xec\x5b\ \x0c\x9e\x31\xb1\x57\x33\x51\x76\x9a\x56\x97\x75\x70\xc5\xb4\x93\ \x81\x49\x2f\xf6\x2f\x3d\x93\x50\xfe\xf8\x85\xe3\x55\x72\x5e\x3f\ \x78\x9b\x95\x1e\xe1\x77\xea\xd4\x9d\x78\xad\x59\xd1\x32\x2e\xe8\ \x3e\xad\x99\x33\xed\x66\xb4\x26\x25\xe0\xce\xd9\x2b\xd7\xe3\xf5\ \x6e\xd5\x0a\x9b\x02\xce\x25\x6b\x4d\x9c\x37\xab\x59\x19\xdb\xa4\ \xe4\xf4\x02\xf6\xfc\x1f\x5d\xae\x8a\x0d\x0c\x4a\xb3\x29\x5b\xba\ \x10\xa8\x9f\xbe\x48\xef\x3e\x7f\xcb\xe8\x26\x56\x3b\x77\x1d\x8c\ \x8a\x0d\x58\xb2\xf2\x90\x4f\xb7\xb1\xa5\x72\x9f\xef\x3a\x9f\x67\ \x12\x2f\x3f\xb9\x7c\xee\x63\x75\xd9\xa1\x6d\x4b\x5e\xd8\xb9\x3d\ \xc3\xa9\x6c\x96\xdf\xc1\x01\x7d\xc7\xbd\x31\x96\xf4\x36\xfd\x78\ \xf6\x4e\x60\x6c\xc0\x81\x25\x67\xe2\x26\xad\x5e\x3f\xb8\x45\x85\ \x4f\xcf\xee\x17\x69\x3f\x75\xc7\xaa\xd9\x75\x24\x01\x27\xaf\xbe\ \x95\xe9\x3e\x6d\xdf\x7f\xad\xd6\xe8\x99\x6d\x1c\xc3\x76\x1f\xb8\ \x1c\xf5\xea\xf0\xc4\xa5\x57\x6a\xf4\x1a\xe2\xa0\xfa\x1c\x93\x92\ \x93\xa7\xc9\x9d\x83\xbb\xc3\x1c\x5a\xcf\x19\xd7\xf4\xd2\xd6\x15\ \x8f\xa3\x3e\x87\xc6\xdb\x4e\xde\xb0\xae\x95\xe3\xa7\x4d\xa7\xef\ \xc6\xfa\x9f\x9c\xbc\xee\x76\xdb\xb1\x33\x2a\xe7\xde\xdf\x78\xf0\ \x6d\xd4\xfb\x97\x25\x3b\x4c\xdf\xb1\x72\x4e\x99\x94\x33\x43\xe7\ \x9c\x6a\x38\x64\x5a\x13\xf3\xb7\xeb\xb7\x5f\xfc\xb6\xf2\x51\xb4\ \x18\xc9\xcf\xb9\x16\xc7\x88\x66\x9c\x38\x4c\x83\x31\x14\x77\x04\ \x11\xa6\x22\x24\xb6\x8c\x9b\x81\x8f\x37\xa5\xca\xe5\x27\x4f\x7b\ \xc9\x82\x33\x4c\x9b\x8f\x24\x98\xc7\x72\x26\xf5\xc3\xd2\x80\x89\ \x15\x56\x1a\x36\x2e\xc6\xba\x0d\x5d\xea\x52\xa1\x1a\x40\xd8\x23\ \x86\x8d\xc4\xb1\x3d\xcd\x3c\x38\x72\x88\xba\xa3\x29\xe1\x04\x22\ \x4c\xa5\x98\x58\x53\xd4\x8d\x83\x9b\x70\x68\x40\x59\x87\xbc\x51\ \x0d\x9b\xd6\x90\x69\xc2\x93\xc3\xac\x3c\x82\x16\x4a\xd4\x65\xfc\ \x50\x7c\x4a\x53\xcc\x82\xe4\xbb\x04\x9b\x30\xa3\x2d\x42\xb0\xb1\ \xe2\xd9\x75\xcc\xeb\xd0\xb1\x04\x02\x23\x8e\x2e\x5c\xdf\xc5\xc3\ \x38\xb2\xfc\x99\xbb\x94\x54\x25\x57\x2e\xd0\x6a\x24\x85\x6d\x31\ \x8a\xb1\xb5\x22\xe7\x0b\x39\x99\xac\xdf\x40\x8c\x02\x79\x34\x71\ \x62\x2a\x15\x67\xff\x74\x2e\x27\x32\xa6\x3b\xe1\x41\x28\x63\x99\ \xbb\x88\xb2\xdd\xf1\xd6\xb2\xff\x74\xfe\x63\xbe\xbe\x4d\x68\x12\ \x9f\x1e\x73\x2b\x85\x99\x33\xf9\x78\x82\x6b\x61\xdc\x58\xcb\x36\ \x5f\x06\x0c\x26\x2b\x84\x14\x21\x80\x32\x25\xfc\xe1\xb3\x0f\x72\ \x6d\xdc\xce\xb9\x73\x9f\x24\x2a\x73\x3f\x5c\x3c\xe7\x9f\xae\x7d\ \x77\x70\xd8\x82\xb3\x15\x3a\x0f\x71\xcc\x89\x0e\x8f\xff\xb8\x7c\ \xc1\x8e\x62\xfd\xe6\xad\x9c\xd8\xc3\xd5\x04\x40\xf9\xe5\x65\xb4\ \xa0\x70\x0d\xe7\xe8\x79\x23\xc6\x45\x3a\xd6\x69\x5b\xd6\xfc\x73\ \x6c\xb4\xef\xe5\xdd\xbb\xfc\x4c\x17\xac\x5d\xdb\xad\x92\xd5\xab\ \x37\x51\x83\xa6\xad\x5b\x33\xb1\x7f\x61\x73\x80\xd0\x7b\xfb\xef\ \xc4\xbb\x4f\x1a\xd1\xf4\xee\xd1\xf3\x45\x3a\x8f\xaf\x2d\x78\xbd\ \xe5\xca\xab\xb0\xab\x6b\xe7\x9e\x88\x18\x3c\x6d\x9a\xe5\xfb\x13\ \x07\xae\x7c\x7a\xbe\x77\xe6\x8a\x6b\xd9\x7d\x07\xb7\x76\x2b\x56\ \xb6\x8a\x55\xf6\xa5\x2b\xf7\x05\xc6\xcc\x87\x1f\x72\x07\x2f\x5d\ \x3d\x7b\x44\xf3\x90\x87\x67\x22\x52\x94\x41\xb7\xb6\x6d\xbf\x9f\ \x3b\x74\x54\x87\xb0\x1b\x47\x2f\xde\xb8\x3c\x71\xec\x52\x49\xe5\ \xee\x6d\x2a\x38\xb9\x17\xaf\xe6\x28\x00\xf8\x78\x79\xe5\x9c\xbd\ \x1f\x07\x4c\x9d\x66\x1d\x72\x7a\xff\xe3\xf0\x97\xe7\x8f\xbc\xa2\ \xe6\xcc\x09\xed\xef\xee\x5b\xff\x30\x0d\x40\x13\xfb\xe8\x52\x88\ \xc9\xa4\x69\x6d\xac\x45\x3a\xa9\xb9\x9d\xbd\x25\xbe\xfb\x97\xdc\ \xd4\x54\x1d\xdf\xbd\x59\xd9\x5a\xd5\x45\xf0\x64\xdf\x96\xe4\xe2\ \xdd\xfa\x55\xb1\x53\x66\xc4\x6c\x9c\x3a\x7c\xdb\x3b\xa7\x39\x93\ \x5b\xc7\x3e\x3d\x13\x20\xab\x31\xb1\x73\x49\x0b\x83\xc1\xd4\xc2\ \xce\x1a\xce\xed\xda\x65\xdd\x74\x44\x7d\x27\x89\x7d\xf5\x0e\x23\ \xfb\x77\x28\x55\xb5\xac\x5b\xfe\x41\xaf\xca\xa3\x33\x27\xc7\x14\ \xeb\x3d\xa9\x5d\x69\x11\x80\xf6\xfe\xd6\x29\x8b\xcf\xc5\x77\x1d\ \xdc\x32\x2b\x2a\x42\x99\xfe\xe1\x65\x86\xed\x82\xad\x9b\x67\x0f\ \xae\x9f\x6f\xcb\x27\xb1\x29\x55\xd2\x23\xec\xea\x86\xe7\x94\xed\ \xd1\xac\x30\xa8\x7d\x2f\xad\x1e\x3e\xf3\x50\xe3\x91\x53\x8a\xdb\ \x08\x6c\xdd\x4a\x78\x19\xc3\x0e\xdd\x8a\x19\x3e\x75\x54\x21\x4b\ \xa9\x48\x66\x22\x12\x0b\xac\x8b\x37\x9e\x36\xa1\x7d\x09\xef\x32\ \x65\x9d\x05\x18\x25\x2e\x85\x8b\x39\x99\x0a\x9c\xaa\xf7\x98\xdc\ \xbd\x45\xa9\x2a\xb5\xbc\xcc\x00\x84\x19\x21\x6b\xc7\x0f\x3f\x18\ \x55\x64\xda\xe0\x26\x05\xec\xf9\x3f\x89\xd8\x50\xdf\x5c\xfb\xe2\ \xa5\x9d\x41\x1e\xf0\x36\xd3\xb2\x53\x87\x2a\x25\x4b\x78\xb9\x5a\ \x9b\x87\x3c\x39\x76\xfd\x43\xdc\xe3\x33\x87\xbe\x78\xb6\x9f\xd1\ \xaf\x36\x60\x4c\x0c\x38\x7b\xf1\x5e\x6c\xd0\x83\x63\xf7\x12\x06\ \x4c\x99\x5c\xd1\xbd\x54\xe3\x32\x8a\x13\x0f\xb5\xb3\xe7\xf5\xd2\ \x06\x3e\x17\x7b\xd6\x6c\x58\xab\x45\x9d\x42\xa9\x9b\x37\x9f\x15\ \xd8\x99\x05\xbe\x8c\x2d\xdd\xbc\xb5\x9b\x93\x63\xfa\x87\x20\x61\ \xc9\x86\x6e\xc9\x6f\xe2\x4d\xcb\xf5\xac\x57\xb6\x64\x31\x77\x2b\ \x91\xe2\xec\x91\x6b\x0d\x66\x6f\xef\x52\xdf\x45\x6f\xe1\x55\xcb\ \xc7\x0b\x80\xf8\xa7\xe1\x99\x2d\x3a\xb7\xf3\xa9\x5e\xc5\xd1\x4c\ \x9a\x12\xed\x17\x67\xe2\xdd\xa9\x66\xe9\x22\x5e\x85\xdd\x65\xb9\ \x57\x2f\x5e\x2f\xdf\x6b\x7a\xbb\x9a\xe5\x4b\xb9\x3b\x08\x8c\x59\ \xfe\xaf\xe2\xcb\xb6\x6c\xeb\xea\xe4\xf4\xe8\xfc\x55\xd7\x76\xe3\ \xba\xd5\xaf\x58\xaa\xa8\x23\x3f\x2c\x1f\xdf\xdb\xcb\x98\xf5\x0c\ \x59\x43\x5d\x47\x02\x92\xa8\x5b\x1e\x0c\xf8\x05\x53\xae\x3a\x02\ \x11\xe9\xe1\x64\x9a\x52\xde\x3a\x9f\xe3\xd6\xae\xa5\xe1\x18\x2a\ \xd8\x10\xe4\x8f\x4d\x09\x5c\x20\xe0\x3e\x16\xde\x3c\xdd\xc4\x4d\ \x0d\xdd\xca\xf1\x26\x1a\x4f\x2b\x80\xba\xbd\x38\xb1\x89\xf0\x27\ \x64\x66\x11\x9e\x49\xdd\xf2\x60\xe4\x45\x10\x95\xea\x63\xc8\x60\ \xc1\x60\x9e\x8a\xd8\xb8\x00\x6b\x21\x80\x22\x90\x30\x09\x87\x8f\ \xb3\x66\x12\x0f\x4e\x93\x02\x62\x09\x61\x7e\xd8\x7b\x63\x06\x2f\ \xfd\x70\xac\x8e\x0c\xde\xbd\xc4\xc2\x0d\x45\x24\xde\xd5\x00\xee\ \xbc\xa1\x8c\x0f\xf7\x03\x98\xb9\x95\x1d\x3b\xd0\xfa\x73\xef\x03\ \x9f\x15\x54\xad\x0d\x4a\xfc\x13\xa8\xe9\x8d\x73\x13\x8e\x1f\x40\ \xfa\x8c\x35\xc7\x48\xfa\x8c\x79\x11\x4c\xa2\xb8\x16\xcd\xba\xa5\ \x14\xd6\x51\xa2\x3e\x49\xb7\xb9\x1f\xc2\xc3\x33\xc4\x17\x62\xca\ \xc8\xfc\x4d\x94\x0f\x21\x54\xad\x45\xc4\x4b\xca\x35\xa6\x6c\x59\ \x3c\x0b\x91\x1b\xc8\x71\x3f\x96\x6c\xa0\xba\x0b\x96\x85\xa9\xec\ \x08\x60\x6a\xeb\x6e\x6b\xc1\xdd\x4b\xc7\x53\x6d\xeb\x79\x8b\x3f\ \xed\xda\x73\xbd\x71\xaf\xb6\xef\xaf\xdf\xaa\x37\x7e\x7d\xef\x66\ \x2e\x59\xd2\x42\x8d\x9a\xd5\x6c\xdf\xbc\xdc\xfd\xdd\xeb\x5e\x67\ \x5a\x58\x8a\x01\x3e\xbf\x78\x65\x5a\xb2\xbe\xea\xf6\xde\x40\xfb\ \xee\xab\x46\x76\x16\x2b\x73\xcb\x94\xaf\x55\xa5\x71\xd3\xb2\xbc\ \xdd\x7c\xec\xb1\x4e\xa7\x88\x4a\x32\xa9\xd3\xb4\x96\xb3\x83\x8d\ \x54\x08\xf0\xc1\x37\xa2\x54\xf3\x5e\xd5\x7c\x8a\x14\x29\x57\xbe\ \x51\x83\x2a\x25\x8b\x78\x39\x13\x7d\xf2\x92\x5f\xfb\x71\x73\x1a\ \x54\xac\x58\xd4\xc5\x4e\x9e\xe0\x77\xf4\x56\xf2\xbc\xdd\x0b\x6a\ \xda\x21\x74\x2b\x6d\x91\x95\x90\x6e\x5e\xb6\x9c\x34\x25\x30\xd3\ \xac\x71\xf5\xca\xce\x76\xba\xa8\xcf\xea\x2a\xa5\x0b\xdf\x3d\x76\ \x30\x2a\x26\xf8\xe8\xb1\xbb\x8d\x46\x4e\x92\xbd\xbe\x66\xac\x3b\ \x76\x5a\xaf\xc6\x59\xc9\x06\xef\x5a\x79\x8b\xef\x39\x17\xcf\x3c\ \x69\x34\x79\x59\xc3\x4a\x95\x3c\x9c\xed\x65\xaa\xf8\x67\x1f\x93\ \x1b\xb4\x6b\x5b\xb6\x62\xa9\x42\xb6\xd6\x79\x0e\xac\x49\x81\xcf\ \x75\xce\x95\xab\x9a\x90\xe2\xeb\xaf\x70\x2a\x2f\x78\x77\x64\xce\ \xb1\x98\x3e\xbd\x6a\x07\xbe\x8d\x72\xf0\xb0\x37\x26\x3d\xdf\x7d\ \x27\x6d\xd8\xa8\xae\x42\x30\x2d\x54\x79\xe3\x85\xf3\xad\xcc\x42\ \xae\x06\xcb\xe3\x42\xde\x3b\xfb\xd4\xb3\x81\x67\x77\xfc\x2d\x2b\ \x36\x30\x7e\x3c\x77\x32\xc4\x71\xe2\x90\xfa\x80\x48\x22\x09\x0d\ \x7a\xeb\xe8\x55\xde\x2e\xaf\x73\x3d\xda\x7f\x24\xdc\x6d\xee\xd4\ \x76\xf9\xcb\x59\x69\x81\x47\x6e\x45\x4f\xdc\xb6\xac\x89\x83\xc1\ \xbc\x78\x5d\x8f\xd4\xd0\x44\x93\x32\xcd\xaa\x78\x39\xda\x59\x7c\ \x9d\xbc\x2b\xce\x6f\x98\x34\xf5\xe8\x97\x19\xeb\x56\xd5\x74\x16\ \x82\x55\x97\xb1\xdb\xb6\xcf\x68\xf8\xe8\xf2\x65\x3d\x56\x1d\xfa\ \x0f\xaf\x26\x48\x8c\xd7\x7b\x56\x2e\x61\x42\xfc\x8b\x40\x85\x4d\ \x95\x72\x56\x22\xb1\xe4\xf3\x8b\x57\x52\xaf\x9a\xce\x80\xc4\xb3\ \xef\xf0\x91\x95\x9d\x24\x42\xb1\xc4\x3f\x20\xd4\xa9\x74\xa9\xbc\ \x45\x78\x59\xd1\x86\x9b\xaf\x1c\xa9\x23\x79\xf7\xe4\x43\xc1\xd8\ \xf3\x7f\x14\xc1\x4f\xfd\xed\x4b\xd4\x76\x84\x2c\xff\x67\x69\x26\ \x25\x2b\x98\xf1\xe6\xd9\x0b\xfb\x62\x55\x4c\x32\xe2\x8b\xd5\xe9\ \xbd\x70\xc1\xa2\x05\x73\xc6\xd7\xf0\xb0\x02\x74\xe9\x29\x72\x59\ \xc9\x61\xb3\x16\x2f\x59\x30\x7f\x74\xe7\x6a\xd1\x0f\xf7\x9f\x0a\ \xb4\xac\xe3\x6d\x0c\x8a\xc9\x7c\xed\xfb\xb9\x50\xf9\x52\x22\x13\ \xef\x55\x87\xb7\x08\x9e\xed\x3d\xf0\xf4\x4d\x48\x82\xda\xcd\xdd\ \xdc\xa0\x53\x3c\xf5\x0f\xf5\xac\x5e\xea\xcb\xab\x00\x51\x91\x2a\ \x76\xe8\x7d\x5f\xc4\x7a\x96\x2f\x16\x1b\x9d\xe5\xec\x6e\x96\xf5\ \xec\x71\xaa\xa9\x7b\x09\x77\x09\xa0\x8f\xf9\xf0\x59\xe1\x5c\xb5\ \x90\xe6\xe4\xc2\x45\xda\xb2\x6d\xdc\xbe\xbc\xd4\xb8\x54\xb3\x43\ \xfd\xe2\x4d\xa4\x77\x89\x52\xaa\xf4\x24\x53\x0b\xab\x9c\x2f\x8f\ \x76\x3f\x55\xb4\x6e\xe1\xfc\x3a\x3c\xc7\xd5\xcd\xd4\xa0\xcf\x8e\ \x4b\x49\x33\xb5\xb2\x50\x26\xbd\xdf\x73\x2e\xba\x7e\xdb\x46\x79\ \x4f\xf4\x78\x37\x9b\x1e\xb3\xfe\x28\x1d\xcb\x82\x02\x85\x1c\xb9\ \x9c\x3b\x1b\xf8\xe2\x49\x9b\xb2\x00\xef\x1e\x62\x5b\x8e\xbc\x05\ \xc0\xa0\x0b\xbc\x91\x31\xac\x05\x80\x56\x41\xae\x9a\xa4\xcf\xac\ \x3e\x47\xbb\xf6\xe8\x85\x78\x08\x98\x31\x82\xc0\x34\x62\x02\x49\ \x48\x45\xaf\xc5\xff\x0d\x22\x6b\xc4\x42\xe4\xb9\x28\xe4\xdc\xdb\ \x44\xb4\x27\x1d\x3d\x99\x37\x0e\x63\x53\xf6\x2e\xc5\xd5\x9c\xe8\ \x40\xc2\x12\x31\xea\xd0\x68\x30\x97\xf2\xe1\x15\x36\xc5\xb0\x05\ \x8c\x3c\x0b\xa4\x5c\x5d\x00\x85\x1a\x85\x9c\xa4\x30\xb6\x9c\xa3\ \x7b\x5f\x44\xe9\x28\x75\x84\xdf\xe1\x7a\x32\x3d\xeb\x93\x93\x83\ \xcc\x82\x8c\x60\xd2\x65\xf8\x14\x22\x35\x03\x6d\x36\x97\x57\xa3\ \x2d\x47\x75\x27\x72\xb5\x38\x38\x20\x11\x21\x36\x25\x3a\x00\x53\ \x27\x74\x89\x64\x4a\xb0\x83\x4b\x0f\x29\x5b\x85\x8c\x24\x0a\x37\ \x62\xe1\x62\x16\xce\xa2\xbc\x14\xff\x40\xf4\x19\x04\xe5\x50\xa9\ \x04\x2f\x83\xa8\x58\x95\x97\xfb\x08\x32\xa1\xba\x35\xa9\x72\xec\ \x4d\x78\x7a\x03\xf3\x72\xe4\xad\x14\x5a\x39\x15\x56\x7f\x38\xb5\ \xee\x96\x6e\xd6\xac\xae\x8f\xb7\x2c\xb8\x9e\x55\x69\x50\xab\xb2\ \xf1\x71\xc9\x36\xb6\xe6\x49\x0f\x4e\x7d\xd2\xbb\x7b\xca\x64\xad\ \xa7\x6e\x1b\x53\x2a\x7e\xd5\xc6\x2b\x79\x15\x1e\xfa\x21\xc6\xd4\ \xcb\x43\xf1\x39\x1e\x73\x1b\x6d\x6e\xf8\xf5\x67\x49\x5e\xc5\x3c\ \xcd\xec\x6b\xee\xda\x3d\xff\xf3\xc9\x1d\xc7\x6f\xbd\x4e\x34\x5a\ \x3a\xda\x68\x55\x6a\x1d\x80\x3e\xe6\x69\x98\xb2\x6a\xdd\xe2\xb1\ \x6f\x9f\x28\x6c\xbd\x3d\xc9\x7a\x1e\x92\x52\xa9\x88\x4b\x46\x56\ \x96\x85\xb9\x69\xf2\xfb\xa3\x17\x3e\xd9\x34\xaf\x69\x1e\x97\xa1\ \xb7\x15\x68\xef\x5c\xb9\x21\xf3\x28\x9c\x1e\xfb\x41\x54\xd4\x9b\ \xc4\x4f\x99\xe6\x5e\xc5\x9c\x04\xba\xc4\xa0\xe0\x4c\x73\x1f\x6f\ \xab\xc4\x64\x69\xeb\xe1\xf3\x16\x2d\x58\x38\x79\x60\x4b\x5d\x56\ \x92\xc4\xca\x5a\x95\xe6\x7b\x3b\x58\x5e\xad\xa2\x73\xde\x36\xd9\ \x97\x54\xa5\x95\x9d\x69\xca\xbb\x23\x37\xa3\x4c\xea\xbb\x8b\x83\ \xe3\x04\x55\xcb\xb8\x65\xfa\xde\xce\xb1\x2e\x53\xde\x2a\x6f\xd7\ \x54\x95\xab\x50\xa5\x24\x85\xad\xdc\x71\xa5\x5e\x97\x0e\x42\x5d\ \x8e\xa7\x97\xe5\xd9\x85\xe3\x8e\xbe\x4c\x30\xc6\x85\x1c\xdd\xb9\ \xc7\xb1\xd5\x98\x06\xee\x92\xf4\xd4\x84\x1c\xb5\x21\xed\xd3\xab\ \x88\x0c\x91\x87\xbd\x44\x99\x93\x23\xd7\xa8\x13\x22\xee\xae\xbf\ \x99\x3c\xa0\xab\xf7\x9e\x4d\x27\x6b\x0c\x1e\x57\x22\x6f\xa7\xdd\ \x90\xfe\xf6\x6d\x52\xc9\xaa\xd5\x01\xb4\xc9\xbb\x77\x5c\xaa\x37\ \x68\x42\xd1\xaf\x66\xcc\x3a\x79\x6a\x42\x8e\xd8\x4e\xa6\xb9\x73\ \xe1\xa6\xa0\x94\xb7\x22\xfa\xb3\xda\xd2\x51\xac\xd2\x68\xf2\x22\ \x30\x1a\x72\x2f\x2c\x1f\x7f\xea\xb3\xd7\xde\x93\x9b\x1b\x14\xb3\ \xd5\x64\xa5\x24\x67\xe6\xea\x14\xc9\xfe\xef\xa3\xec\x5c\x5d\xd3\ \x3f\xbf\x0f\x8a\xce\x50\xeb\xf4\x4a\xb9\x5c\x91\x11\xbb\x7d\xc9\ \x66\xfb\x86\x7d\xab\x59\x01\x8a\xc7\xaf\x13\xbc\xeb\x54\x00\x7d\ \xd4\x87\xd7\x61\xf1\x59\x00\xba\xf8\x37\x21\x49\xe5\xcb\x94\x05\ \xd2\x13\x12\x15\x5a\x7d\xf2\xfb\x37\x31\x72\x33\x07\x33\xf5\x87\ \xd7\x6f\x52\xe4\x86\x7f\x63\xf6\xfc\x2b\xcf\xd4\xcc\x0d\x49\x10\ \x57\xee\x56\x15\xf8\x18\x9a\xe2\x51\xad\xb6\x39\xba\x88\x58\x41\ \xe9\xde\xd5\x6a\xba\x1b\x5c\xae\xad\x18\x3d\xea\x86\x77\xab\x61\ \xf3\x07\xb7\x34\x13\x20\x29\x5e\xbf\x67\xb3\x8b\xeb\xa7\x8e\x76\ \xf1\xac\x30\x6e\x64\x83\xe3\xbb\x1f\xf5\x5e\x73\xd2\xe5\xd1\xf2\ \xc3\x27\x4e\xdb\x19\x9c\x9a\x54\x96\x1d\x5e\x3a\xec\xee\xc7\x34\ \x51\x99\x2e\xdd\x2b\x7a\xbf\xac\xe0\xb8\x61\xd6\x00\xe5\xa0\x11\ \x46\x95\x59\xfd\xd2\xce\x61\xf7\xb2\x2b\xd7\xad\x88\x31\x2e\x46\ \xe7\xd0\xbe\x51\x6d\x93\x8c\x0a\x2b\xa7\xf4\xda\x1e\xfe\xb6\x54\ \xff\xad\xae\x62\x80\xd8\xf0\x88\xa0\xf7\xaf\x17\x8d\x1e\xe9\x54\ \xaa\xc1\xba\xb9\xbd\x5e\xaf\xba\x57\xba\x7e\x75\x54\xb1\x09\x2a\ \xbb\xd6\xd5\x2b\x17\x33\x6f\x33\x66\xc5\xa8\x5e\x47\xec\x9a\x8c\ \x59\xd0\xb6\x64\x89\xcc\x0a\x0e\xdb\x66\xf4\xcb\x1a\xb3\xac\xe7\ \xc0\x7e\x93\x17\xce\xec\x7e\xce\xa6\x7a\xff\xb9\x83\x6a\x3b\x00\ \xa8\x39\x78\x98\x54\x4b\x96\x8e\xa4\x68\x0b\xe6\xf6\xa4\x57\x73\ \x56\x8e\xa6\x50\x09\x56\x2e\xcb\x27\x88\x90\x54\x6a\xf4\xce\x7f\ \xfe\x1b\xf7\x69\xd2\x8f\xbc\x61\x68\xa5\x36\xd8\x8c\xa6\xf7\x68\ \x9a\x0f\xa6\x6b\x6d\xa4\xb5\xe9\x0e\xd7\xd7\x11\x5c\x96\xce\xe5\ \x18\x3f\x8e\xd8\x5c\xb0\x62\xde\x12\x2c\x2c\xe9\xd2\x84\x35\x63\ \x71\x2e\xce\x9a\x15\x64\xdd\xe3\xfc\x2b\xca\x4b\xe8\x7f\x97\x31\ \x33\x09\xdc\x4f\x52\x03\x66\xb7\xa6\x8d\x37\x03\x3a\x63\xe3\xc0\ \x9c\xc5\x98\x02\xe9\x64\x98\xd3\xc7\x1b\xa0\x59\x57\xce\x4d\xa3\ \xcf\x13\x3a\x4c\xa1\x4d\x29\x02\xba\x32\x69\x25\xaf\xbd\x98\xb4\ \x1c\x2f\x17\xfa\x76\x60\xe5\x78\x8e\x5b\xd1\x7b\x3a\xe5\x3d\xe9\ \x54\x87\xc5\x7d\x29\x5c\x8e\x0d\x8b\x49\x7d\xc1\xec\x35\xa8\xf5\ \xd8\x56\x64\x45\x37\x74\x4f\xc8\x38\x8e\xa2\x3b\xf5\xcd\xe9\xdd\ \x19\xbf\x8f\x1c\x9c\x4e\xf5\xe2\x9c\x1d\xcf\x98\xd1\x54\x6c\x45\ \x0b\x09\x87\x62\x98\x59\x1d\xb9\x23\xa5\x8c\x3c\x0a\xc0\x7f\x0e\ \xae\xae\x2c\x5a\x49\x69\x67\x9a\x5e\x66\x42\x0f\xde\xf9\x31\x33\ \x9f\x09\x31\xb3\x73\xb5\x37\x4a\xca\x75\xee\xdf\xa4\x84\xdf\x52\ \xbd\xed\xc8\xe9\xa3\x1d\xcd\x65\xed\xdb\xd4\x9c\x3f\xab\xc7\x23\ \x37\x33\xef\xf2\x2d\x43\xae\xee\x98\x76\xfa\x99\x52\x67\x33\x6c\ \x5a\xfe\xe7\xaa\x42\xc3\x3a\x27\xce\x5f\x37\x8e\xe9\xe9\x30\x7b\ \x69\xcf\xe1\xee\x02\xd7\x32\x1e\x92\xe8\x8d\x53\xc7\xbd\x8e\xcd\ \x2e\xd4\xbc\x67\xe7\xe6\xb5\xe3\x2f\xed\x9d\xd1\x6b\xc4\xf0\x85\ \xab\xbb\x55\x71\x30\x26\x05\xcb\x6d\x4a\xd6\x2d\x2a\x89\xb8\x11\ \xef\x5d\x75\x90\x28\x27\x2a\x53\xe0\x56\xba\x5a\xed\x12\x29\xb5\ \xe6\xce\xee\x7b\xc9\xda\xb1\xf7\xec\x85\x0d\x2b\x3b\x7c\xac\x70\ \x7c\x4c\xd7\x5e\x85\x4c\xc4\x95\x3a\xd8\xc7\x7d\x79\x5d\xa9\x62\ \x8b\xb8\xf0\x33\x16\x9e\x65\x1d\x45\xa4\xc5\x84\xc8\x3c\x2b\x96\ \x77\x71\xa2\x5f\xf3\x39\x1b\x26\xbc\xb1\xf3\x18\xbc\x64\x59\xdb\ \x9e\x3d\x2f\x4f\x9d\x3b\xd0\xd7\x43\xe6\xe1\x53\xc8\x2c\x6f\xd1\ \xd3\xa9\x6f\xaf\xfa\xf3\xa7\x74\xbd\xef\xe8\xd8\x6b\xfe\xb2\x52\ \x92\xb7\x5a\xa7\x32\x65\x5c\xf8\x78\x3e\xb9\x48\xcd\x8e\x79\x9e\ \xcb\xee\xf5\x7b\x56\x3c\x36\xa5\x67\xdf\x97\x55\x3a\x4c\x1e\xd1\ \xca\xc7\x4a\xe8\x73\xb0\x29\x39\x2f\x0e\x8b\x2b\x5b\x0c\xaa\x94\ \x3b\xea\x9a\xe3\xea\x59\xb5\x40\xf9\xf4\xd8\xd2\x9d\xf7\x13\x51\ \xeb\xea\x0c\x9b\xdb\xda\x5d\x9a\xd5\xba\x97\x60\xc2\xea\xde\x01\ \x85\x7b\xcc\xda\x58\x2c\xfa\xc2\x7e\x63\x8d\xdd\xcd\x8a\xe4\xef\ \x75\x66\x47\x25\x8b\x3d\x9b\x54\xb6\x07\x72\xc2\xee\x86\x89\xca\ \x2e\x6d\xe5\xf5\xad\xb3\x49\x5d\xaa\x75\xad\xb6\x77\x66\xd7\x3e\ \xce\x52\x5d\xa9\x5e\xce\x85\x2b\xd5\xb0\xda\x31\xa7\xef\xd0\x8c\ \x65\xab\xe6\x54\x74\x13\x69\x52\x42\x8e\x1f\x7f\x90\x56\x42\x39\ \x63\x40\xbf\x72\xfd\x16\x0c\xb0\x7d\x3f\x63\xe9\xbe\x2c\x9d\xd1\ \xac\x68\xe3\x15\xa3\x5a\x3f\xdb\x34\xe4\xa9\xfb\xa8\xb5\xfd\x5a\ \xb4\x2c\x75\x62\x7c\xcf\xfe\x85\x6b\xf5\x5a\x31\xa1\x25\x80\x32\ \x22\x5e\xe8\xdc\xb1\xbc\x1b\xe4\x5c\xd8\xba\x5c\xd7\x76\xd9\x74\ \x57\x6b\x7d\x6a\x5c\xb6\xb8\x70\xf9\x32\xae\xa0\xbe\xbd\x6f\xf9\ \x31\xff\x58\xbd\x56\xd0\x64\xfc\xf2\xa6\x0e\x31\xa3\x46\xed\x18\ \xb4\x75\xaf\xa3\xf9\xbf\xad\xcb\xc3\xbf\x6e\xef\xf9\xe7\x61\xd4\ \xe9\x8d\x62\x91\x10\xd0\xeb\xf5\x42\x91\x48\x00\x7a\xbd\x21\xbf\ \x14\xbd\x2a\x3b\x57\x2d\x31\xb5\x30\x95\x7e\xdf\x4d\x55\xe4\x64\ \xeb\x85\x52\x53\x99\x50\x6f\x94\xc8\x24\x02\x40\xa7\xd1\x20\x96\ \x88\x85\xa8\x15\xb9\x2a\xad\xd1\xdc\xda\x2a\xcf\xa9\x47\x91\x9b\ \x8b\xc4\xc4\x44\x22\x16\x0a\x05\x7a\xbd\x5e\x24\x12\x81\x41\x6f\ \x10\x64\x87\x3c\x3a\x70\xee\x7e\x72\x72\x6c\x48\x8a\x6c\xd2\x8a\ \x8d\x0d\x8b\xca\x40\x7f\x62\x5e\xf7\xab\xa2\xde\x3b\xa6\xb4\xb4\ \xb2\x34\x07\x74\x7a\xbd\x58\x24\xc2\x68\xd0\x1b\x11\x09\x85\x80\ \x56\x91\xa3\xc2\xc4\xd2\x2c\x6f\x81\xc8\xa8\xc8\xcd\x41\x62\x6e\ \x26\x13\xe9\x55\xb9\x72\xbd\xc4\xca\xfc\xa7\x18\x40\x7a\x2d\x6a\ \x2d\x62\x19\x79\x8a\xeb\x34\x88\xa5\x7f\xb4\x46\x34\x3a\xa4\xbf\ \xfa\x7e\x19\x74\xa8\x75\xdf\xad\x8b\xfe\x51\xac\x4a\x89\xc1\x88\ \xd9\xcf\x16\x4b\x6a\x25\xb2\xdf\xb7\xff\xd3\xe8\xf9\x5e\xb5\x3a\ \xf4\x62\x44\xdf\x2d\x57\xd0\x49\xf8\x66\x91\xf2\x63\x59\x1a\x15\ \x06\x01\x26\x3f\x3c\xf1\xa3\xd3\x3c\x8f\xe0\x73\x30\x26\x95\x59\ \x39\x19\xd3\xaf\xfa\x48\x4d\x11\xc2\x93\x23\xac\x3d\x40\xd3\x65\ \xb4\x8b\x66\xec\x03\x4e\x6d\xc2\xdc\x04\x20\xe4\x3e\x67\x5f\x90\ \x16\x49\x86\x23\x1b\x97\x63\xfb\xb5\x2c\xa3\x31\x2f\x3e\xc0\x4f\ \x56\x96\xaa\xdc\x1c\x83\xd4\xcc\x4c\x2a\xd2\x69\x55\x0a\x85\x5a\ \x64\x62\x61\x2e\x13\xfd\x50\xe1\x6a\x81\x44\x26\xd4\x29\xb3\x55\ \x58\x5a\x98\x0a\x8c\x7a\xa5\x42\xa1\xd1\x61\x69\x6d\x29\x04\x0c\ \x9a\xdc\x5c\xb5\xd4\xdc\x42\x2a\x12\x60\xd0\xeb\x11\x89\x84\xe4\ \x37\x09\xa3\x41\x6f\x14\x88\x84\x02\x40\x95\x9b\xad\x97\x58\x98\ \xcb\xf2\x5a\xb8\x31\x37\x3b\x47\x62\x6e\x25\x13\x19\xf5\x7a\x83\ \x48\x97\x34\x77\xf0\x50\xfb\x81\x7b\x27\x35\x73\xfd\x21\x07\x1a\ \x45\x8e\x52\x27\x30\xb3\xb0\x90\x08\xd1\xab\xe4\x0a\xbd\xd8\xf2\ \xe7\x96\xa0\xce\xcd\xd6\x4a\x2c\x2c\x64\x42\x0c\x7a\xbd\x40\x24\ \x12\x7c\x6f\xe7\xdf\x2a\x3a\x57\xa1\xb7\xb0\xf8\xfe\x92\x0c\x7a\ \xbd\x51\x1d\x3f\x7f\xf8\x68\x87\xfe\x5b\x26\x35\xf7\x02\xf4\x1a\ \x95\x5c\xa5\x16\x4a\xcc\x2d\x4c\xc5\x5f\x33\x29\x14\x7a\xa9\x85\ \x3e\x64\x64\x9f\x05\x8d\x57\x1e\xe9\xee\xf3\x35\x8e\xc4\x0f\xca\ \x19\xf5\x5a\x83\x50\xf2\x0f\x46\x4a\x46\x79\x76\x8e\xc4\xcc\x52\ \x2a\x16\xe4\x19\x15\xe5\xa8\x8c\xe6\x16\x66\x22\x01\x46\x83\x41\ \xa7\xd3\x69\x35\x4a\xb5\xd6\x28\x35\xb3\x30\x93\x08\x94\x0a\xb9\ \xd6\x20\xb2\xb2\x32\x17\x80\x5e\xab\x35\x0a\x45\x62\x91\x10\xf4\ \xb9\xb9\x2a\x0b\x8b\x7f\x2c\xd1\xa8\xd3\xea\x04\x22\xb1\x48\x28\ \xf8\xe9\xa2\x46\xad\x50\xaa\x85\x32\x0b\x0b\x13\x11\x18\xb4\x5a\ \x83\x58\x22\xfe\x3f\x11\xf2\xe5\xaf\xb6\x96\xff\x3f\x01\x65\x72\ \xe4\x33\xbf\x80\x5c\x83\x89\x4f\xf5\xfa\xde\x2e\x79\x8d\xc0\x10\ \x17\x16\xa8\xb5\x29\xe9\xe5\x64\xf2\xdf\x91\xac\x52\x11\x11\x91\ \x1f\x19\x04\xc0\xf8\xdd\xcd\x89\x1f\x63\xa5\x0b\xf8\xfe\xe7\xc7\ \xdf\xe4\xe7\xfd\xa5\x11\xbe\xe0\x07\x72\xe1\x1f\xc4\xfe\x74\xf7\ \x07\x99\xbf\x11\x98\xe7\x02\xf6\x7b\xb7\xfe\x8b\xbf\x3f\x97\xf5\ \xe3\xad\x08\x7f\xde\x47\x63\x62\x4f\xbd\xba\x58\x09\xf3\xed\xf6\ \xbf\xd5\x40\xd0\x23\x62\x44\x34\x6f\x44\x76\x18\x89\x62\xca\x78\ \x62\x34\x62\x84\x84\x8f\xbc\x08\x41\x64\x41\x9d\x06\x94\x70\xc2\ \xd5\xfd\xef\xdb\x66\x34\xc9\x01\xa7\x6f\xc7\xb4\xea\xd9\xce\xfe\ \xaf\x99\x98\xa9\x33\x3e\x84\x24\x14\xa9\x50\xda\xe2\x9f\xd2\x8c\ \x3e\xfb\xcb\x87\x68\x6d\xf9\x72\x45\x0b\x7c\x57\x0b\xd8\xf3\xdb\ \xb7\xd7\x28\xfc\xe3\x66\xcd\x46\xa3\x01\x81\xf0\xef\xf1\x2d\x8b\ \x8f\x67\xd9\x32\x84\x22\xc4\x42\xb4\x5a\x8c\x02\xa4\xd2\xaf\xc3\ \x27\x03\x1a\x2d\x02\x11\x12\x31\x46\x03\x5a\xed\x57\x26\x12\x21\ \x11\xa2\xd5\x82\x10\x89\x04\x01\xe8\xb4\xe8\x0d\x20\x40\x2c\x41\ \x24\xf8\xfa\xf7\xc7\x77\x91\x97\xd2\x88\x56\x8b\xc1\x88\x50\x8c\ \x44\x04\x06\x34\xba\xfc\x51\x5b\x9e\x9c\xbc\xbb\x80\x48\x8c\x10\ \xb4\x5f\xc3\xe6\x8b\x25\xa0\x47\x67\x40\x20\x40\x2c\x41\x28\x40\ \xaf\x45\xf7\xb5\x08\x91\x04\xb1\xe0\xb7\x87\x85\xfc\x97\x90\x9a\ \x62\x22\xc1\xa8\x47\xa9\xfc\x2e\xea\x1b\x64\xe6\x48\x05\xc8\xe5\ \x08\x24\x48\x05\x28\xbf\xfa\x83\x89\x65\x98\xc9\x30\x1a\x50\xa9\ \xa8\x54\x85\x01\xfd\x7f\x87\x23\xf2\xe7\x0d\x7f\xce\x94\x43\x21\ \xd7\x9b\x99\xcb\xfe\x68\x8b\x33\x08\x7f\xa7\x5d\xeb\x75\x06\x91\ \x58\x58\x70\xc0\x53\x01\x7b\xfe\x51\xf6\xfc\xeb\xd6\x3d\xb5\xd9\ \xc9\xe1\x91\x89\x42\x73\x73\x81\x56\xa9\x54\x0b\x9c\x4c\xd3\xb7\ \xec\x7d\xd8\x77\xfe\xdc\x32\x7f\xcc\xa6\x3a\xc5\xef\xcc\x8a\xeb\ \x19\x73\x17\x0c\xb7\xfb\x45\xd3\xd6\x67\x24\xa5\x8a\xad\x1c\x2c\ \x4d\x7f\xdd\xf1\x72\xd2\xd1\x99\x60\x2b\x22\x25\x1b\x07\xc7\xfc\ \xbe\x91\x96\x84\xc4\x0a\x2b\x53\x80\xd8\x08\xd2\x95\x58\x39\xe0\ \x5e\x88\x9f\x66\x1a\x3a\x62\x22\xc9\x31\x52\xdc\x9b\xbc\xde\x99\ \x11\x4b\x82\x9c\x62\x25\x71\x75\x65\xdb\x36\x00\xb5\x2e\x3f\x26\ \x48\x6a\x3c\x0a\x1d\x32\x33\xa4\x66\xd8\x9a\x01\xa4\xc4\x63\xee\ \xca\x8f\xd3\x6b\xa5\x06\x53\x29\x40\x7a\x02\x2a\x31\xae\x8e\xdf\ \x16\x29\x48\x90\xe3\xe2\xf8\x0b\xe5\xbf\x47\x2a\x01\x74\xc4\x26\ \x60\xe1\x8c\xcd\xd7\x99\xb5\x32\x8d\x1c\x29\x4e\x3f\xb8\x75\xe8\ \x0c\xfc\xe8\xc3\xf8\x8d\x0b\x94\xe9\xa4\x6b\x70\xfb\xee\x64\x40\ \xdc\x7d\xce\x25\x33\xbe\xe7\x5f\xdc\x50\x0d\x3a\x45\x4a\x96\xdc\ \xde\xda\xfc\x37\x6d\x4f\x7d\x6e\xc3\x82\x64\x9f\x7e\xa3\x5a\x96\ \xf9\x53\xe2\x7c\x77\x2d\xb8\x24\x68\xbb\x72\x78\xad\xff\x32\x65\ \x56\xe8\x9d\x45\x07\xde\x4d\x5c\x32\xcd\xf3\x1f\xd8\x53\x9b\xf8\ \x68\xee\x9a\xc7\x23\x56\xce\x2b\x2a\x44\x00\x21\x77\x76\x2f\xde\ \x72\xdb\xae\x6a\xeb\x45\xf3\x07\x3b\xfc\xc9\xc7\xcb\x4c\x43\x66\ \x83\xa9\x08\x74\xa4\xa4\x61\xed\x88\xf4\xbf\x37\x08\x89\x8f\xc3\ \xce\x19\x13\x71\x01\xc5\xfd\xed\xf0\xd7\xcd\x03\x72\xa3\x03\x4e\ \xef\xde\x30\xb0\x7d\xbd\x6e\xa3\xe7\xec\xdd\x7f\xfa\xfa\xdd\xab\ \xc1\xe9\x42\x4f\xab\x3f\xfa\x99\x7f\xf7\xf2\x41\x82\xd1\xd2\xee\ \x57\xfa\xea\x93\xdf\x4e\x19\x3e\xf1\x65\xda\xef\x8c\x59\x8c\x2c\ \x1f\xcd\xc9\x20\xde\xed\xa3\x46\x23\x3e\xea\x00\x92\x1e\x52\xa3\ \x36\x57\xa2\x21\x97\x75\x13\x18\x31\x99\x95\x4b\x58\xbc\x85\xc4\ \x9f\x0f\x77\x7b\x7b\x87\x45\x8b\x98\x39\x9c\xc9\x9b\x00\x42\xae\ \x32\x68\x08\xe3\x07\xb1\xf0\x10\xc0\x97\x77\x4c\xee\x4a\x93\x11\ \x64\x00\x72\x76\xaf\x63\xed\x1a\xba\xd6\xa5\xc9\x24\xd4\x0a\xd6\ \x8c\x65\xc0\x60\x5a\xb4\xe3\x43\x46\xde\x54\x9f\xd5\xfd\x28\xd7\ \x82\x38\x48\x0f\x64\xd3\x2a\xc6\x76\x65\xf8\x26\x80\xd0\xeb\x74\ \xea\x44\xbf\x0e\xcc\xdc\xcf\x6f\x7c\x44\xee\x1c\x62\xe2\x24\x7a\ \xb7\x65\xc9\x59\x80\x27\x47\x59\xba\x94\x36\xcd\xb8\xf0\x01\xe0\ \xc6\x56\x3a\xf7\xa7\x43\x73\xf6\x3c\x03\x78\x77\x9b\xee\x0d\xe9\ \xbb\x08\xc0\xa8\xe4\xfe\x29\xea\x97\x60\xe3\x6d\x80\xa8\x27\x8c\ \x19\xc7\xb8\x3e\xf4\x5f\xca\x37\x47\x12\xcb\xa2\xd4\xaa\xf0\x97\ \xb7\xb8\x9c\xf0\x89\x7d\x47\xdf\x8b\xfb\x47\x3f\xc2\xe4\xa7\x4f\ \x02\x4c\x6c\xdc\xfe\xa4\xb8\xec\x3b\x0f\x5f\xcb\xdc\x9d\xfe\x48\ \xd2\x98\x0f\xf7\xc2\xd3\xa4\xce\x92\x5f\xdc\x4a\x7d\x7d\x2f\x20\ \xd9\xb4\x90\x04\x40\x9b\xfc\x64\xf9\x86\x9b\xdd\x96\x6d\x5a\x3d\ \xb5\x8f\xc3\x9f\x6e\xe5\x8c\x69\xc0\xc0\x6d\x00\x29\xaf\x18\x30\ \x9a\xf8\xff\xce\x9e\xb3\x81\x9d\xa3\xa8\xd4\x95\x28\x75\x01\x53\ \xfd\x67\xb3\xa7\x6d\xb9\x66\x0b\xb7\xaf\x6f\x56\xa1\xe2\x84\x15\ \x87\xb7\x6e\x59\x54\x46\x1f\xfd\xee\xc5\xb5\xfe\x1d\x7a\x6c\xbb\ \x16\x04\x7c\xf1\x3d\x33\x61\x50\xb7\x6e\xdd\x86\x9c\xf1\xcf\x5f\ \x49\xc8\xfe\x70\x79\x64\xef\x8e\xdd\x3a\x76\x5c\xb0\xf7\xbe\xd6\ \x48\x4c\xc8\x9b\x80\xdb\x07\x3a\x74\x1d\x7a\xe9\x5d\x0a\xe8\x5f\ \x9d\xdd\xd8\xaf\x6b\x97\x8e\x03\xa6\xbf\x4e\xd1\x29\x53\x3f\xbe\ \x7e\xe3\xbf\x69\xd6\xa8\x1b\x91\x8a\xc8\x7b\xbb\x07\x74\xef\xd2\ \xbe\xcf\x84\x7b\xe1\xf9\x2c\x61\x88\xe5\x53\x26\xb5\xdc\xb9\xf5\ \x1c\x9d\x82\x0f\xb1\x90\xc3\xf2\x75\xa8\xad\x28\xe6\xc6\xf1\x79\ \x3c\x30\xb2\xfb\x28\xc7\x4f\xb3\x63\x2e\xbf\xe9\x5a\x85\xab\xb2\ \xe9\x18\x3b\xc7\x13\xf0\x1c\x79\x3c\x0b\x36\x31\x64\x1b\x7b\xe6\ \xf3\xfa\x1e\x39\x5a\xfc\x7d\xf9\x94\x41\xe9\x52\xd8\x02\xe6\xcc\ \x5e\xc7\xf2\xa1\x14\xad\xc5\xb1\xd5\x3c\xde\xce\x73\x19\x67\xaf\ \x52\x4d\xc8\x83\x50\x30\xb0\x6b\x3e\x57\x22\xa8\x58\x05\x57\xb0\ \xf4\xa0\xd7\x10\xea\x55\xc2\x4c\x86\x21\x99\xf9\x1b\x18\xb0\x95\ \x7d\x0b\x79\x7d\x97\xac\x9f\x2b\xad\x7c\x73\xf6\x9d\x60\x49\x1b\ \x9e\x3e\x04\x28\xdd\x94\xa1\x3d\x28\xe3\x8a\x40\x42\xf2\x73\xd6\ \x5d\x67\xdd\x09\x96\xb6\xe2\xce\x0d\x8c\x2a\x9e\xf8\x92\x9c\x4b\ \xf9\x06\x00\xe9\x61\xf8\x3d\x45\x65\x43\xb9\x12\x00\x0e\xa5\x59\ \x77\x88\xbd\x8b\x09\x79\x4e\xba\x21\xbf\x67\xee\xdb\x8f\xc1\x06\ \xdf\x13\x74\xeb\x48\xbb\x6e\x9c\x7f\x0b\x10\x78\x9b\xb1\x03\x68\ \xd7\x8a\x9d\x77\xf3\x06\x6c\xe1\x2b\xa7\xcc\x7a\x99\x49\xf6\xcb\ \xa3\xa3\x26\xef\xd5\xc0\x8b\x43\xf3\x97\x1d\x7b\xa7\x48\xf2\x5f\ \x3e\x79\x68\xc7\x0e\x6d\x86\xac\x3c\x9d\x96\x11\xbd\x79\x4a\xff\ \x1e\xbd\x7a\x6d\xbe\xe4\x9f\xa7\xf6\xa7\x27\x7b\xfb\x76\xec\xd0\ \xa9\x6d\xe7\x75\x17\xdf\x01\x89\xaf\xcf\x8d\x1d\xd0\xad\x43\xc7\ \xfe\x27\x5e\xa5\xea\xb3\xc3\x5f\xf9\xbf\xdd\x3b\x7f\xd8\x71\xff\ \x7c\xa7\x32\x79\xcc\xcb\xe5\x53\x86\x75\x6e\x3f\xe0\x96\xc2\xa3\ \x5e\x25\x8b\x27\x47\x96\xf6\xec\xdc\xb9\xfb\xe8\x55\x31\x99\x29\ \x87\x96\x4d\x3d\x1f\x90\x4e\x96\xdf\xe4\xf1\x33\x3e\xea\x49\x7a\ \x76\x70\xf6\xba\xe3\x6f\x9e\x1d\xeb\xdf\xa9\x43\xc7\xb6\x5d\x36\ \x5e\x0f\x35\x28\xc3\xc3\x73\xac\x9a\x54\x29\x26\x8f\x7a\x3c\x63\ \x58\xef\x4e\xed\xba\x6d\xbd\x12\x08\xa4\x06\xde\x99\x3f\x61\x50\ \xc7\xb6\x2d\x47\x6f\xb9\x8f\x51\xfd\xe0\xc8\xea\x41\x3d\xbb\x8c\ \x5c\x78\xa5\x74\x93\x8e\x52\x79\xc4\xe6\x19\xc3\xba\x77\xef\x32\ \x67\xcf\x6d\xad\x5e\xeb\x77\x76\xf3\x88\x7e\xdd\x7b\xce\x3a\xea\ \xd9\xa4\x51\xde\x2c\x21\xc5\xff\xce\x8b\xf0\x98\xf3\xdb\x0f\x06\ \x7d\x7c\x39\x67\x60\xbb\xae\x3d\x27\x3d\x08\x8c\xb9\x7f\x70\x61\ \xd7\xce\x9d\x7b\x4d\x5a\xff\x59\x6d\xc8\xfd\x78\x77\x7c\xbf\x0e\ \x1d\xdb\x75\x9f\x38\x63\xd6\x88\x7e\x9d\x3a\x0e\x9e\x1b\x90\x9e\ \xff\xd5\x4d\x0f\x27\xcd\x8c\x4f\x77\x88\xd4\x11\x1d\x8a\x55\x49\ \xdc\x0c\xec\x5f\x42\xb7\x1e\x4c\xdd\x4a\xd8\x73\xc6\xce\x21\x5b\ \xc9\xca\x19\xdc\x0f\x66\xe3\x5c\x1e\xc5\xa1\x88\x60\xd6\x42\xc2\ \xc2\x99\x31\x84\x5e\x3d\x39\xe3\xff\xfd\xab\x7f\x74\x09\x47\xde\ \x51\xb3\x2a\x9e\xe6\x05\x4c\xf5\x9f\xcd\x9e\x80\x26\xfa\xcd\xfb\ \x34\xab\x52\x25\xad\x41\xf1\xc0\x2f\x6b\xc8\xba\xa3\xcb\x06\x94\ \x3e\x75\xf4\x78\xe8\xa7\x17\x8b\x37\x5c\x6c\x30\x6a\x5e\x35\xc9\ \xc7\x53\x77\xde\xe7\x25\xbe\x7d\xf4\x48\x46\xd9\x61\x5b\x57\x0f\ \xf3\x3b\xb6\xe9\x5e\x44\x44\x48\x82\xc3\x82\x03\x87\x47\x54\xd1\ \xec\xbf\x78\xf7\xd3\xf3\xa3\xb3\xf7\xbd\x1b\xb9\x7c\x53\x17\xbb\ \x90\x6d\x07\x5f\x7f\x7a\xe3\x57\xaa\xfb\x82\x93\xfb\x36\x55\x49\ \x39\x3d\x6a\xc5\xfd\xbe\xf3\x36\x0c\xf2\x49\xda\xb1\xf3\x7c\xde\ \x02\x46\x4c\x28\xb9\x2e\x58\xe7\x10\xa4\xa2\x7b\x6b\x62\xdf\x70\ \x71\x2f\xc6\x0a\xd4\x2d\x8f\x79\x1c\x87\xde\xb2\x60\x05\x6e\x56\ \x68\xb3\xc9\xd6\xf0\x9b\x71\x89\x9d\x23\xc2\x48\xe6\x1d\xa0\xcf\ \x04\x3e\x5c\xc1\x58\x8d\x76\xc5\x51\x2a\x30\x37\x47\x22\xa1\xe3\ \x28\xea\x15\xa6\x64\xe5\xaf\x43\xe0\x54\xc6\xce\xa6\xc9\x38\x7c\ \xcc\x39\x71\x8f\x7e\x13\x30\x13\xa3\x11\x51\xd8\x81\xbb\x5b\x09\ \x72\x65\x5c\x5b\x7c\xaa\x23\x00\xa1\x9c\x53\x6b\xd8\xe3\xcf\xf8\ \x41\xbc\xb9\x80\xae\x0a\x1d\x4b\xa0\x54\x60\x69\xc9\x6f\xf6\xcc\ \x9d\x5d\x48\x79\xcd\xda\x87\x0c\x1c\x0a\x90\x12\xc5\x92\x39\xe4\ \x94\xa1\x63\x29\x2e\x9e\xa6\x4a\x77\x4a\x5b\x21\x57\x62\xe9\x80\ \xc0\x84\x71\xd3\x29\xea\x41\xcd\xd2\x00\x76\xe5\x19\x31\x0c\xf7\ \x12\x14\xf3\x00\xb0\xb4\xc7\x2a\x95\xc5\x1b\x69\xd5\x07\x0f\x21\ \x80\x36\x92\x07\xaf\x30\xd7\x70\xf8\x04\x6d\x66\x31\xb7\x39\x3b\ \xb6\x10\xfa\x84\xe9\x9b\xe8\x30\x91\x5a\xae\x24\xe5\x91\x9b\x41\ \xf3\xe9\xfd\x87\xcc\x4c\xcd\x8d\x93\x1b\x0e\x3f\x4c\x14\xab\x3e\ \x1f\x3c\x1b\xe0\x62\x9f\x34\x6b\xc4\x6c\x51\xed\x01\x43\x9b\xba\ \xe6\xa6\xc8\x43\xee\x6c\x3a\x1e\xe9\xb5\xe5\xf0\x91\xc1\x8d\x7d\ \xf2\x86\xd9\xd7\x0f\x9d\x76\xee\xb4\x74\xfd\xe8\x1a\x97\x0f\x9f\ \x89\xfc\xf4\x72\xf2\x9c\x3d\x15\x86\x2e\x5d\xd0\xdd\xe1\xc8\xf6\ \xc3\xaf\x5e\xbe\x70\x6f\x3d\xfd\xe4\xe1\x1d\xdd\x2b\xda\x01\x86\ \xb4\x77\xd3\x46\xcf\xd6\x54\xee\x3d\xa9\x77\xf5\xb2\xde\x95\x32\ \x1f\x6c\x5c\x72\x3a\x75\xd6\x86\x4d\x95\x14\x8f\xf7\xdd\x7e\x15\ \x17\x15\x11\x9f\x9b\xfb\xee\xcc\xc1\xa3\x17\xee\xe5\xe8\xb4\x97\ \x8e\x9c\x12\x3a\x79\xbc\x3c\x79\xca\xa5\xcb\xf2\xf5\x23\xab\x5e\ \x3e\x7c\xfc\xbd\xef\xc7\x5c\xbb\xf2\xa5\x4d\x3e\xcf\x1c\xbf\xc4\ \xb2\xe5\xd4\x35\x53\xea\x9f\xdf\xb3\xfb\x43\xd4\xf3\x29\x53\xd7\ \xba\xb7\x1a\xd3\xb9\xa2\xbd\x4a\x9b\xf3\xf8\xc8\xa2\x95\xd7\x33\ \x46\x2e\x99\x55\xb6\x68\xf1\x6a\x55\x4d\x0f\xce\x9b\xfb\xa5\x58\ \xb7\x71\x6d\xbc\x1f\x5e\xbe\x7c\xfe\xd0\x9a\xc5\xc7\x23\xfb\xcf\ \x99\x5e\xb1\x54\xe9\x1a\x3e\xf9\xc3\xde\x67\x8f\x22\x9a\x4e\xdd\ \xb8\x7f\xe3\xf4\x6c\xdf\x53\x81\x96\x4d\x37\xef\x5a\x2d\x7a\xb4\ \x76\xe9\x0d\xc3\xe2\x8d\xeb\x4b\x24\x5e\x3d\x7f\x3f\xe8\xf1\x8d\ \xd3\x19\x65\x06\xad\x19\x57\xed\xf1\x9d\xb0\xc1\x4b\x36\x54\xcd\ \x79\xb2\xef\x42\x58\x5e\xde\xb0\xf7\x38\x36\x62\x5c\x1d\x8e\x9f\ \x25\x2c\x8c\xd2\x15\xb8\xbe\x91\x57\x26\xcc\xea\xcd\xc3\x93\x18\ \x0b\x63\xf3\x89\x1e\xbd\x88\x2f\x44\x4d\x19\xf7\x5e\xe1\x68\x47\ \xe4\x33\xa2\x14\x3c\xdb\x42\x98\x3b\x87\x0f\xd3\xfc\x6b\x6c\xf1\ \x87\xbb\x79\x22\x64\x5a\x3f\x4a\xf9\x50\x40\x9e\x05\xec\xc9\x97\ \x90\xe7\x2a\x27\x6f\x1f\x7b\xc8\x7e\x13\x98\x63\xd3\xaa\x51\x51\ \x2b\x1b\x2b\x77\x07\xfb\x4f\xbe\xa7\x1e\x7f\x4a\xbe\xb1\x7f\x47\ \x52\xa9\xbe\x8b\x87\xd6\x07\x30\xc6\xfa\x46\xe6\x36\x6b\xd5\xc0\ \xd9\xd3\xc5\xc6\xc2\x5a\x1e\xeb\x17\x2f\x2b\xd1\xdc\xa7\x90\xb9\ \xb5\x5d\x11\x4b\xdd\xed\x1b\x77\xab\xf7\x99\x5c\xa7\xa4\xbb\x9d\ \xa5\xa5\x85\xb9\xca\xdf\x3f\xa9\x74\xe3\x46\x66\x52\xe9\x9d\x4b\ \xb7\x8b\x77\x19\xdd\xac\x9c\xa7\xbd\x8d\xb9\xcc\x2c\x7f\x2d\x30\ \xf4\x1d\xae\x25\x49\x0b\x46\xe0\x4d\xdb\x16\xdc\x5e\xc5\xb9\x0c\ \x86\xd4\xc3\x60\x8e\x59\x32\x3a\x7b\xf2\x2c\x40\xce\xae\x62\xd3\ \x9d\xdf\x2a\x1c\x7a\x93\x81\x93\xa8\x32\x9a\x51\xb5\x79\xf9\x81\ \x32\x55\x00\x9e\x3f\xc0\xab\x2a\x26\x40\x26\x6f\x52\xa8\xf6\x95\ \x3d\xcf\x6f\x86\x3a\xf4\xaf\x8c\x3c\x8c\x54\x13\x6a\x7a\xa2\x0f\ \x26\x5e\x8c\xe4\x0d\x73\xce\xd0\xbc\x16\x0f\x9e\x62\x62\x01\x20\ \x72\x65\xc1\x61\x3a\xbb\xf3\xc0\x8f\x80\xa8\xef\x62\x3d\xab\xfc\ \x96\x3d\x9f\x1e\x66\xd4\x0a\xfa\x2c\xa5\x57\x45\x80\x52\xf5\xb8\ \x70\x8c\x8c\x67\xc4\xc8\x89\x89\xa1\x6c\x25\x80\x3b\x41\xd4\xa8\ \x07\x90\xf5\x9a\x14\x13\xca\x3a\x02\x08\x04\x84\xbf\x41\xea\x4a\ \x61\x31\xc0\x97\xe7\xf4\x1f\x81\x6b\x37\xe6\xf4\xc9\x5f\x06\x8d\ \x08\x46\x5c\x12\xeb\x5c\x12\x44\x34\xad\x81\x9b\x13\xb6\x66\x9c\ \x38\x4a\x8b\x99\x34\xab\x44\x86\x8a\x4a\x35\x00\x30\x31\xb5\x77\ \xb6\x8b\x78\x74\xf1\x45\x92\x59\xd3\xba\x96\x97\xf6\x6c\xcd\xad\ \xd4\xbd\x78\xfc\xc3\xf8\x32\x03\x67\x74\xad\x97\x19\x99\x5e\xac\ \x5a\xa3\xea\xcd\x7b\xd7\x96\xbe\x9e\xb1\x70\xbf\xdc\xc4\x0c\x40\ \xf1\xe9\x5d\x92\x79\xb3\x76\xe5\xec\x2c\x6c\x3c\x3c\xac\xde\x3d\ \xbc\x41\xc5\x1e\xc3\xea\x79\x3b\xdb\x59\x99\x5b\x10\xf0\xf2\x4b\ \xf1\xfa\x0d\xac\xa4\x32\xb1\x48\x00\x04\x5e\x3b\x19\x57\xa2\xc7\ \xc2\x3e\x8d\x72\xc2\xe2\x3d\x4b\x7b\xfb\x5e\x7a\xd2\x60\xd2\x82\ \x0a\x85\x3d\xcc\xcd\xcd\x2c\x2c\xec\x9d\x5c\x5c\xb3\x82\xef\x9e\ \x7c\x99\x5b\xa7\x6a\xe5\x0f\x57\x0f\xdc\xcf\x28\x37\xb4\x6d\xa1\ \x77\x31\xe2\xa6\x6d\xcb\xd8\x5a\xd8\xb8\x15\x32\x0b\x0d\x0b\x75\ \xae\x58\x3e\xd3\xff\x46\xa4\x53\xe3\xa9\x5d\x2a\xbb\xda\x5b\xdb\ \x58\x99\xbf\x3e\x7d\x54\xdc\x70\xd6\xf0\x96\x15\x93\x53\x35\xd5\ \x3d\xa4\x97\x6f\x86\x8f\x5c\xb6\xa2\x86\x7d\x52\xba\x99\x4f\x05\ \xa3\xdf\x91\x07\x1f\xa2\x5f\x9c\x3e\xee\x2f\x98\x3d\xab\xf7\x9b\ \x3b\x7e\x9d\x96\x6f\xac\x53\x48\x93\xa2\x75\xaa\x50\xc4\x09\xc0\ \xf8\xc5\xef\xb3\xaa\x4e\x8d\xd2\x52\x99\xe1\x63\xc8\x97\xca\xf5\ \xda\xba\x5a\xe7\x5e\x7b\xf0\xa9\xfb\xf4\xe9\xa5\x3d\x5d\xad\xac\ \xad\xa4\xaa\xcc\xa0\xf0\xf4\x7a\x0d\x9b\x7a\x5a\x99\x17\xae\x58\ \xa7\x8a\x97\x97\x8d\x95\x8d\xad\x63\x7e\x54\xab\xc0\x57\xb8\x57\ \xa6\x4b\x7b\x42\x2f\x73\x3c\x88\xb2\x25\x39\x79\x8a\xf8\x40\xf6\ \xde\x66\xe2\x22\xbc\xdd\xa8\xe2\x8c\xef\x7b\xa6\x4e\x22\x39\x00\ \xa9\x37\x3e\xa6\xbc\x7e\x43\xf1\x7a\x74\x1e\x8c\xd9\x1b\xe6\xef\ \xcf\x0f\xb8\x15\xfb\x90\x99\xfb\x68\xd2\x90\x57\x77\xd1\xd8\x16\ \xd0\x54\x01\x7b\x42\xc0\x43\x7f\xfb\x92\x75\xec\x20\xf5\xc5\xd3\ \x34\x53\xef\x72\x26\xf8\x3f\xf6\xb5\x2b\x5e\xcd\x5c\x9e\x56\xa4\ \x7a\xb7\xa5\xcb\x97\x4e\x1d\xdb\xbb\xb4\x83\x29\xa0\x8f\x0e\x8a\ \xca\xb6\x2f\x69\x96\xba\x73\xda\x3c\x41\xb5\x4e\xae\x51\x7e\x2a\ \x97\x6a\xb6\xa8\x7c\x5f\x87\x97\x28\x59\x4e\x90\x93\xac\xd6\xea\ \xe2\x03\xaf\xec\x78\xaa\xed\xd4\xc6\xf5\x4d\x78\x86\xa5\x85\x5a\ \xae\xcc\x48\xcf\xce\xd2\x6a\xb5\xc9\xe1\x4f\xb7\x9d\x8f\x6f\xde\ \xa9\x51\x1e\x4d\xf8\xbe\xa0\x44\x79\xde\xde\xc2\xab\x1a\x35\xbd\ \xc9\x96\x33\x60\x1c\x39\xfe\xe0\x86\x7b\x11\x94\x91\x5c\x79\x87\ \x2a\x8d\x8b\xcf\x28\xe1\xfd\x33\xd7\x3f\x64\xdc\x1a\x06\xae\x61\ \x4c\x6b\x00\xbd\x86\x94\x64\xde\xde\xe2\x58\x04\x83\xba\x01\x24\ \xbd\x26\xdd\x8c\x4a\xb6\x00\xf2\x50\x0e\x3c\x67\xf4\x68\x00\x83\ \x91\x9c\x4c\xe2\x22\x58\xb6\x9c\x62\xad\x70\x77\xa1\x61\x5d\x1e\ \x6c\xe1\x6a\x28\x66\x39\xc4\x7d\x22\x3e\x95\x28\x3f\xde\x24\x52\ \xd4\x03\x83\x9a\x94\x64\xde\xdd\xe1\x48\x28\x83\xba\xff\xbc\xea\ \x7a\x8c\x05\x67\x98\xbf\x93\xae\xd5\x30\x2a\x88\x8c\x20\x3d\x8b\ \xeb\x17\xd0\x39\x62\x23\x45\x99\x4b\x5a\x32\xf7\x37\x13\xee\x40\ \xb7\x8a\x00\x7e\x7e\x98\x79\xe3\xf0\x75\xf9\xf7\xf5\x13\x3c\xaa\ \x22\x84\xe4\x37\x8c\x99\x47\xfb\xf9\x4c\xef\x8e\x0c\x7c\xef\xf0\ \x29\x83\x88\x40\xbc\x7c\xc8\xf8\x04\x1e\xe8\x43\x98\xbe\x99\xe6\ \x1d\xc9\x4c\x46\x24\x24\xe1\x05\x51\x3a\xaa\x79\xe5\xb1\xa7\x8d\ \x9d\x79\xf4\xda\x15\x47\x6a\x8d\x59\x5c\x38\xf4\xe0\xac\x63\x11\ \xa3\x47\x77\x32\x64\x24\x2b\xb5\x86\xb4\xb8\xd7\xe7\x5f\xa5\x14\ \x2b\x63\x95\x6b\x2c\xb5\x6a\xd3\xac\xa4\x3b\xfb\xaf\x7d\xd2\x01\ \x59\xc1\x0f\xbe\x08\x3c\x6b\xd9\xf1\xcc\xcf\xd7\xc6\xab\xb4\xa5\ \x20\x43\xae\xd6\xa5\x25\x04\xad\xde\xe6\x5b\xa7\x4d\xad\xe8\xc8\ \x64\x53\x0b\x6d\x7a\x66\xae\xde\x08\x90\x91\x99\xa3\x50\xeb\xd2\ \x92\xc3\x4f\x3f\x8a\x2c\x52\xb5\x70\x7a\x72\xb6\x4e\x2f\x8f\x7a\ \xba\xf3\x4a\x98\xb4\x65\xed\x8a\x85\x2d\xd4\x7b\x37\x6c\x32\xad\ \x3f\xb2\x4b\xd1\x4f\x33\xa7\x1f\x6d\x32\x61\x8a\x6b\xdc\xbd\x48\ \x0a\xd7\xb4\xe1\x99\x9f\x9f\x9d\x67\x09\x5d\x46\x98\xd8\xcc\x56\ \x27\xcf\x92\xab\xb4\x99\xa9\x9f\xb7\xac\x3d\x52\xa4\x59\x27\xc7\ \xcc\x24\xa5\x5e\x93\x1a\x71\xf3\x6e\x90\xb6\x58\x61\x17\x79\x72\ \x86\x46\x95\xf6\xea\xf8\xf9\x64\x0b\x1f\x17\x43\x8e\xc1\xa6\xdc\ \xf8\x05\x2b\x17\xcf\x19\xdf\xb4\x9a\x7b\x7a\x4a\x96\x5e\x95\x1a\ \x78\xf9\x7c\x94\x89\x8b\x87\x93\x10\xd0\x47\x7d\x88\x51\x3b\x54\ \xf0\xb2\x43\xf1\xe9\x4d\xb8\xae\x74\x95\x62\x90\x99\x9a\x93\x6b\ \xd0\x64\x86\xde\xda\x7e\xe7\x8b\x6b\xf5\x12\x92\xf7\xd1\xc2\x4a\ \xe5\x2c\x9e\x3f\x79\x6b\x51\xaa\xb4\x58\x13\xf8\x2c\x8e\x9a\xd5\ \xdc\x00\xd4\x3c\x0b\xa7\x6c\x55\x2c\x4a\x61\x9b\xc2\x93\x4f\x54\ \x73\x27\xc7\x94\x61\x73\x58\xbc\x80\xee\x8d\xf8\x78\x85\x63\xb1\ \x34\x2e\xc5\x93\x00\x92\xb2\x51\x43\xea\x17\x2e\xbe\xa2\xa8\x13\ \xc2\x12\x6c\x9a\xc9\xed\xfd\x44\x28\x00\x72\xa0\x61\x63\xde\x1c\ \xe1\xb0\x3f\x76\x22\xc3\xbb\xe7\x77\x5e\x84\xa4\x14\xb0\xd5\xdf\ \x0d\x7f\xa9\xaf\x51\xbc\xd6\xb9\x5e\xfb\xca\x40\x54\x82\xae\x5c\ \xa3\xba\x26\xe8\x92\x94\x0e\x55\xda\x55\xae\xe5\x31\xda\xe7\xc1\ \xe2\x11\xc3\x6e\x96\x6e\x3b\x6a\xde\xc0\x66\xa6\x02\xa2\x23\xc2\ \x43\xc3\x02\xd6\xcd\x9a\x55\xb4\x7a\xef\xcd\x93\x3a\xbd\xd8\xf0\ \xb8\x46\xd3\x1a\x68\x92\x94\x66\x25\xea\xd4\x28\x5f\xaa\x50\xbf\ \xf1\x0b\xe7\x8c\xbc\xe6\xd2\x79\xce\xb2\xc6\x85\x8b\xc9\x1b\x95\ \x5a\xbf\x62\x9c\x66\xe8\xd2\xa1\x23\xc7\xbc\x99\xb3\x66\xd8\x03\ \xbb\xa6\x93\x56\xf4\xad\x6c\x03\xa0\x40\xee\x40\xc3\xd2\x3c\xbe\ \x4e\xbd\x1a\x98\x38\x70\xf9\x31\x0e\x76\x1c\x52\x51\xb5\x2e\x32\ \x0f\x96\x8f\x67\xcd\x0c\x2e\x98\x22\xac\x42\xaf\xf2\x3f\xa9\xfb\ \xe2\x16\x59\x7a\x4e\x2d\xe3\xa4\x07\xcb\x17\xd2\x67\x30\x63\xe7\ \x33\xcf\x96\x99\x6b\xa9\x60\x0d\xf0\xe5\x0b\xe5\x1b\xe5\x7b\x61\ \x06\x3f\xa3\x78\x4b\xaa\xdb\x00\x58\x78\xd3\xb3\x1a\xb3\xc6\x52\ \xb9\x05\xf3\xfa\x62\x25\xa1\x7c\x3d\x72\x5e\x21\xa9\xc2\xa4\x1e\ \xdc\xd8\xca\x8e\xbb\x18\x85\xb4\x9a\x44\xfd\x22\x94\xea\xce\xdd\ \x85\xcc\xb5\x66\xe6\x06\x2a\xda\xfc\xa4\xc0\xc3\xdb\x68\xb4\x6c\ \x9a\x8c\x65\x0d\x16\x75\xe1\xd4\x6a\x5e\xa6\x22\xb1\x63\xe9\x52\ \xac\x24\x74\x1f\xc4\xfc\x55\xbc\x28\xcd\x9a\xd5\xd8\x8a\x00\x92\ \x75\x34\xa8\xf9\xf5\x7b\xa8\x27\xdd\x9c\x46\xb5\x01\x5e\x3f\x24\ \x41\xc3\xf5\x2d\xdc\xb0\x66\xce\x42\xae\x9f\xa3\xbe\x1b\x6f\x02\ \xa8\x30\x83\xd8\x8b\x7c\xf4\x65\x5a\x3a\x0d\x27\x30\xb8\x29\x01\ \x59\xac\x5a\xcf\xa1\x00\x8a\x0c\x22\x3f\x32\xa7\xc0\xba\x64\x09\ \xcf\x72\x56\xad\xba\xd5\xae\x15\xe8\xe8\xd1\xa6\xe7\xec\xda\x85\ \xcc\x54\x1d\xfb\x78\x4c\x5b\x35\x62\xa6\xbb\x43\xf9\x7a\xc5\x85\ \x51\x7b\x16\xae\x7b\xfd\x45\xe1\xd3\x6d\x52\xa7\x62\x62\x20\x29\ \x3a\xc7\xa7\x76\x33\x6b\xf4\xe9\x72\xcb\x4a\x8d\x6b\xd5\x2f\xf3\ \xff\xd8\x3b\xeb\xb0\xba\x92\x6c\xed\xff\x8e\x1f\x0e\x2e\x81\x10\ \x08\x71\x77\x77\x4f\x3a\xee\xee\x0a\x71\x77\x77\x77\x77\x77\x77\ \x77\x57\x42\x9c\x84\x40\x82\xbb\xc3\x71\xd9\xdf\x1f\x40\x64\xa6\ \x7b\xbe\xee\xb9\x77\xfa\xf6\xcc\x9c\xf7\xc9\xf3\xe4\x6c\x76\xed\ \xb2\x5d\xf5\xee\x55\xab\x56\xad\xe5\x79\xf9\xfa\xec\x01\x7e\xd7\ \xca\xb7\x9f\x34\xb4\x59\xb5\x47\x61\x65\xe7\xac\x9f\xaa\x8b\x99\ \xb0\xc0\xaf\x01\x50\xad\x43\xef\x32\xe3\xe7\x0c\x1c\xfb\xc2\xbd\ \x70\x85\x42\x1e\x3e\x2d\xfd\x3a\x8c\x5d\x3e\xe4\x8d\x87\xcf\xe0\ \x85\xcb\xcb\x38\x29\xe4\xf9\xf2\x97\x2e\xe5\x3c\xb4\x7b\xad\xd7\ \xa1\x6e\xf5\x3a\xb7\xea\x5f\xd3\xe3\xeb\xf1\xa4\x92\xb5\x9a\xd8\ \x63\x4c\xd6\xd8\x57\xfa\xa5\x6e\x23\x59\xf2\xb5\xdd\x2f\xed\xda\ \x76\x68\x7a\x69\x8a\xdf\x40\xff\x42\x75\x7c\xe7\xf4\xaa\x2a\x0a\ \xec\x7d\x74\xca\xb2\x51\x41\x79\xbd\xaa\x54\xcd\x5b\xa8\x54\x8f\ \x1e\x95\xe6\x4f\xf0\xcd\x97\xc7\xae\x6a\x05\x6f\xbb\x22\xd5\x07\ \x37\xba\x3f\x67\xb8\x5f\xee\xc2\x15\x67\x2d\x99\x32\xa4\x5f\xdd\ \xe9\x93\x07\x3c\xcb\x93\xab\x76\x8d\x26\x59\x36\x15\x5f\xde\xbf\ \x33\xb8\x17\xce\xe7\x84\x2e\x34\x42\x55\xb4\x6a\xe5\x82\x80\xcf\ \xb0\x81\x2d\xe6\xcc\x19\x76\xdb\x23\xff\x98\x95\x0b\x8b\x71\xdb\ \xa1\x64\x8d\xd2\xb6\xe6\x93\x06\x9b\x06\xf5\x2a\x58\x62\x9e\xba\ \x94\xa8\x57\xd9\x43\x02\x18\xe3\x50\x15\xa6\x96\x0f\x88\x69\xd7\ \x86\xb4\x48\xf2\xba\x33\xb4\x33\x6b\x47\xb3\xb7\x20\xa3\xfb\x70\ \xf1\x32\x23\x37\xe2\xf6\x98\xdd\x0f\x68\xd5\x0e\x9f\x73\x0c\x9d\ \x8e\x7b\x05\x9c\x53\x99\xeb\xcb\x57\x35\x9d\xc7\x53\x48\x05\x50\ \xa2\x3e\x4b\xea\xc3\x47\xcc\x79\x99\xd9\x45\xbf\x67\xc2\x91\x98\ \x6a\x79\xaa\x97\xc8\x65\x25\xac\xbf\x14\xfe\x9a\xd6\xf2\xe6\xa3\ \xb3\xbb\x5d\xb3\x1d\xb4\x73\x52\xd3\x3f\xb3\xd4\xe3\xeb\xbe\x3b\ \x7c\xab\xdd\x85\x86\xc5\xff\xdc\x46\x1b\xd9\xb6\x8c\xd8\xac\x4d\ \x77\x19\x6d\xfa\x53\x3e\xf7\xbf\xa4\x1c\x7d\x3c\x73\xa6\x10\x64\ \xcf\xbe\xb5\xcc\xe9\x44\xd5\x65\x74\x2e\x08\xa0\x8d\x64\xc3\x66\ \xd2\x8d\x44\x65\x30\x6c\x3e\x95\xff\xc8\x7e\xf3\x7f\x88\x8d\xa4\ \x39\x75\xd5\xc8\xfe\xc9\x75\xe6\x2c\xe8\x5e\xce\x4a\x0d\xff\x55\ \xf8\xab\xdb\x7b\xfe\x21\x7d\x42\x93\x21\x2b\x1b\xda\xfe\x4f\xfd\ \x92\xab\xd5\x3c\x7b\xf6\xbb\xe7\xbf\x81\x4f\x51\x24\xea\xb2\x0f\ \xef\xbc\x7f\x8e\x28\xe6\x4f\x6d\xb3\x21\x9d\xb0\x44\x32\x2c\x88\ \x04\x04\x19\x2f\x1f\x90\xe2\xfa\x2f\x29\x48\x9b\x8a\x43\x61\x3a\ \x96\xc6\xff\x16\xa5\x5b\xa1\xfa\xca\xed\x30\x00\x7d\x06\x12\x5b\ \xe4\x16\xea\x55\xc7\x21\x11\xfe\x08\x7b\xfe\x67\x98\x97\x0b\x66\ \x73\xad\x6e\x93\x0a\xfd\x53\x66\x5c\x1a\x0d\x4f\x9f\xfe\x4b\x6a\ \xe5\xe3\x43\xa1\x42\x56\x7e\xfb\x6f\x5f\xb9\xff\x81\xc9\xe8\xe2\ \xe9\xf3\x3f\xcf\x45\xad\xe6\xe6\xcd\x3f\x90\x5e\x6e\xff\xdd\x1d\ \x7a\x72\x30\x37\x3f\xfd\xc9\x8d\x46\xe9\xf6\xdd\xb4\x3e\xfc\x0d\ \x5f\xfe\x35\xee\x69\x44\x62\x14\x0a\x3e\xbf\xe4\x83\x09\x99\x9c\ \x90\xe0\x6c\x7f\x7b\x22\x31\x72\x05\x62\x11\x61\x6f\x90\xe9\x28\ \x5a\xfc\xbf\x6e\x32\x88\xe4\xae\xd5\xea\xd6\xf8\xe7\x9e\xd5\x68\ \xfe\xd8\x60\xfb\xfd\xa8\x5b\xd7\xca\x9e\x56\xf6\xfc\xd3\xe1\xee\ \xce\x82\x05\xd6\x57\x6c\xc5\x9f\x01\x37\x37\xeb\x60\xfb\xaf\x83\ \xd5\xe7\x80\x15\x56\x58\x61\x85\x95\x3d\xad\xb0\xc2\x0a\x2b\xac\ \xec\x69\x85\x15\x56\x58\xf1\x9f\xcc\x9e\x69\x51\x81\x1f\xf6\x0f\ \x57\x27\x45\x5a\xbb\xf2\xdf\x0c\x82\xb5\x51\x56\x58\xf1\x7f\xc7\ \x9e\x26\x93\x39\xfa\xe2\x5c\xdd\xed\x4d\x51\x57\x97\x5a\xfe\xe1\ \xc0\x35\xe9\xb5\x99\x99\x6a\xa3\xd9\x6c\xd0\xaa\x33\xd5\xda\x98\ \x47\x27\xd7\xed\xbb\x65\xfa\xc7\xb9\x67\x86\x6c\x99\x37\x6a\xd8\ \x94\x8d\x0f\xee\x9c\xdb\x72\xfc\x6e\xcc\xfb\x7b\x4b\xd7\x1e\x4e\ \x36\xff\xab\x3a\xc2\xa8\xfb\xee\x8c\x12\xc0\x84\xf6\x57\x1d\x5f\ \x5a\xd0\xa8\xc9\xc8\x40\x67\xf8\xee\x8b\x53\xa7\xf9\xf5\x69\x2b\ \x58\xd0\x69\xd0\xe8\x7e\x33\x5b\x9d\x06\x83\xf9\x77\x54\xe6\x07\ \x68\x35\xbf\x7e\x69\x31\xa3\x55\xff\xf4\x94\x60\x44\xfb\x3d\x70\ \x32\x06\x2d\x19\x19\xe8\x8c\x18\xc2\x59\xb6\x94\x70\xdd\xef\xe8\ \x14\x1d\x3b\xd6\x11\x10\xff\x7f\xc4\x84\x82\xf9\xe7\x41\x95\x76\ \x76\xd3\x9c\xa1\xc3\x46\x9e\xfd\x90\xf4\xe3\x5f\xc3\xef\xee\x59\ \xbe\xe3\x3e\x96\xa4\x9d\x4b\x96\x3e\x8c\x32\xff\x39\x75\x33\x9b\ \x2d\xc2\x6f\x0f\xf8\xcc\x2f\x8f\xd7\x6c\x3d\x1c\x97\x53\x97\xf8\ \xd7\x57\xa6\x0e\x19\x3a\x71\xdd\xd9\xf4\x3f\x52\xbb\xa8\x80\x33\ \x1b\xf6\x5c\x32\xfc\x76\xef\x58\x2c\x16\xeb\xc7\xe2\xdf\x98\x3d\ \xe3\x9e\x1f\xd3\x7f\x38\x2b\xb5\x97\xa8\x5f\x1e\x48\x0a\xbc\xf3\ \x0f\x52\xde\xdb\xb1\x60\x40\xbf\xee\x35\xca\x97\xa9\xd7\xb6\xfb\ \x88\x19\x2b\x6f\x3f\x7a\x7c\xe7\x79\xe8\x3f\xdc\xef\x17\x2e\xaf\ \x9d\x7f\x25\xa5\xf0\x98\x11\x5d\x0b\xe6\xce\x9d\x37\x8f\x9b\x21\ \x3a\xf0\xf6\xfd\x57\xda\x7f\x4d\x2f\x7c\xbc\x45\xbf\x2e\xb4\x69\ \xcc\x94\x1d\x98\x21\xe1\x25\xbd\xda\xd2\xaa\x0d\x1b\xaf\x02\x18\ \xd2\x38\xbd\x94\x86\x7d\x09\x05\x22\x99\x3e\x12\xbf\xc1\x74\x68\ \x48\xd3\x49\xe8\xcd\x1c\x9e\x4f\xcb\x76\x74\x1e\x49\x98\x3a\x3b\ \x37\xff\xbd\x54\xfe\x85\xf7\x26\x12\x5f\x31\xb2\x1f\xdd\x5a\x33\ \x65\x2b\x46\x48\x0a\xa0\x77\x5b\x5a\xb7\x66\xe3\x15\x80\x2b\x9b\ \xe8\xd2\x89\x46\x4d\x39\xf0\xe4\x47\xe2\xe4\xd2\x0e\x06\xf4\x66\ \xe3\x19\x04\x48\x0a\x63\xf6\x00\x86\xae\x40\x00\x0c\x6c\x9d\x4c\ \xcb\xf6\xf4\x99\x48\xac\x1e\x34\xac\x1e\x43\x9b\xf6\xf4\x9b\x45\ \xaa\x89\xf0\xdb\x0c\x1b\x40\xc7\xb6\xcc\xdf\x8f\x19\xa2\x1e\xd1\ \xab\x1d\x2d\x5a\xb0\xe7\x1e\xc0\xd5\xc5\x34\x68\xcb\xd0\xa1\x1c\ \xbb\x8f\xa0\xe6\xee\x6d\xd2\x4d\xbf\x6b\x74\x78\xe5\xc5\x5e\xfe\ \x7f\x31\x30\x0d\x9f\x27\xfa\x8d\x7a\xf2\xc3\xfb\xfe\x7a\x66\xcd\ \xc6\x9b\x99\xfd\x47\x8c\xa8\x5e\xe0\x27\x3b\xd8\xa4\xa0\xc7\x77\ \xfd\xc3\x10\x32\x9e\xdd\xbc\x15\xa1\x96\xfc\x09\x55\x53\x07\x1c\ \xf4\x1d\xb5\xd9\xfc\xdb\x36\xae\xf2\x8c\xd0\x8b\x97\x1f\xa4\x65\ \x71\x9b\x31\x78\xe9\x82\x35\x36\x35\xbb\x0e\x6e\x57\xc3\xe6\x8f\ \xd4\x2e\xe1\xf3\xc3\x6b\x8f\x3f\xff\x56\xdf\xdf\xda\x39\x69\xf6\ \xce\x47\x56\x2f\xce\xff\xae\xec\x99\x99\x14\x9d\x78\x6d\xa1\xd8\ \xa2\x47\xa2\x90\xe8\x53\xe3\x2e\xcf\xd5\x6b\x33\x7f\x2b\x71\x83\ \xa1\x0b\x8e\x1d\xdd\x52\xb3\x40\xee\xd6\x33\x77\xec\x59\x3d\xa3\ \xba\xb7\x43\xc4\xbd\xdd\x83\xfc\x7c\xe7\x6d\xbd\x98\x09\xa0\xbd\ \x73\x70\xa9\xaf\xdf\xa0\x65\x87\x1f\xe4\x48\x4b\x96\xd0\x88\xc4\ \xb0\xa0\x67\x5b\x76\x9c\x89\x4c\x4a\x4d\x4e\xcf\x40\xa6\x54\x29\ \x15\x32\x09\xba\xf0\xc7\xf3\xc7\xfb\x0d\x1a\x3b\xff\x79\xb4\x09\ \x63\xcc\xce\xf9\xe3\x07\xfb\x0d\x1e\x39\x67\xdb\xd7\x4c\x20\x61\ \xdf\xf2\xc9\x83\x7d\x07\xad\x3f\xf9\x02\x78\x7b\x76\xf3\x50\xbf\ \xc1\x43\xc6\xcc\xd8\xba\x63\xeb\x94\x21\x7e\xa3\xe7\xed\x8a\xd6\ \x02\xbc\x38\xbd\xc1\xcf\xcf\x77\xde\xf6\x4b\x19\x39\xd5\x53\xe5\ \x61\xda\x06\x0e\x2f\xe6\xea\x66\x22\xd5\x6c\x58\x84\xcf\x40\x0e\ \xcc\xe6\xc4\x0a\x3e\xa9\x09\x79\xc6\x99\x07\x24\xa7\xa2\x37\x81\ \x0f\xab\x77\x71\xf8\x10\xe5\xbd\x69\xd9\x92\xe4\x47\x6c\x7d\xc2\ \xf6\x03\xd4\x48\x65\xe9\x61\x80\xc4\xb7\xac\x38\x8c\x4e\x4b\x86\ \x1e\xe7\xe2\x2c\xdc\xc4\x84\x8e\xdc\xbb\x8c\x01\xd6\x2d\xc2\xab\ \x3f\xfb\xe7\x71\x72\x05\xaf\x53\xc8\x57\x8d\xcd\x47\x98\xdd\x80\ \xf5\x1b\xf8\x26\x23\xde\xdd\xce\x96\x07\x8c\x58\xc2\x84\xae\x88\ \xcc\xdc\x3e\xcf\xa3\x2f\xa4\xa5\x21\x82\x2f\x67\x39\x14\xc4\xfe\ \x83\xe4\x8f\x60\xe7\x35\xde\x5d\xe4\x52\x32\xfb\x0f\xe0\xe2\xcf\ \xba\x1b\x78\x57\x63\xd9\x26\x86\x35\xe1\xf6\x75\x4c\x26\xd6\x2e\ \xa1\xec\x08\xf6\x4e\x63\xd7\x12\x12\xcc\x44\x85\xd2\x7c\x12\x07\ \x0e\xd0\xa7\x21\x46\x3d\x4a\x15\x12\x19\xa4\xb1\x6e\x16\x7e\x7e\ \xcc\xde\x48\x32\x18\x63\x58\x36\x81\x41\x23\x78\xf4\x35\xa7\x36\ \x22\xd2\x92\x90\xca\x79\x76\x92\x21\x7e\xf8\x0e\xe7\xc2\xcb\x2c\ \x89\x97\xbd\xcb\xf0\xf3\x63\xd2\x62\x42\xb5\x00\xba\xaf\x37\x56\ \x6f\x38\xa4\x85\x4f\xb7\xf7\xee\xb9\xf8\x06\xd4\xc7\xb7\x6f\x7a\ \x11\xf4\xf9\xc4\xba\x89\x83\x7d\x07\xad\x39\xf5\x02\xf8\x7c\xf7\ \xc8\xd8\xa1\x43\xc7\x2e\xd8\x9b\x90\x25\x50\x09\x29\xe7\xb6\x2f\ \xf0\xf3\xf3\xf3\x1b\xbf\xf0\x69\x84\x0e\x48\x0a\xbc\x39\x63\x98\ \xaf\xef\xe8\x05\xcf\x22\xf5\xc8\x24\x11\xaf\xee\xcf\xf5\x1b\x3c\ \x67\xd3\xcd\x2c\x9e\x4f\xf9\x1a\x15\x1b\xfe\xf1\xd0\xce\x63\xaf\ \x9f\x5c\xd9\xb1\xf7\x5c\x1a\xc4\x3c\x3e\xba\xfd\xd4\x5b\xb9\xbd\ \x83\x4a\x29\x03\xb1\x8d\x9d\x83\x28\xe5\xc3\xb6\xb5\x5b\x83\xb4\ \x90\xfe\x7a\xe3\xda\x9d\x91\xd9\xe4\x2b\xf8\x9f\xdd\x3c\xcc\x6f\ \xb0\xdf\xc8\x99\xd7\xdf\xa4\x80\xe9\xfe\xe1\x15\xbe\x7e\xbe\x4b\ \x0f\x3d\x10\x20\xf8\xfe\xf1\xf1\x7e\x83\xfd\x06\x0d\xdb\x75\xed\ \x03\xa0\x8f\x79\xbd\x72\xd2\x60\xdf\x61\x33\xef\x85\x64\x80\xe1\ \xf6\xe1\xd5\x7e\x7e\x7e\x73\xf7\xdc\x09\x7b\x7f\x7f\xea\xe0\xc1\ \x83\x46\xcd\x7f\x16\x63\x92\x4b\xcc\x81\xb7\x77\x0c\xf0\x1b\xb2\ \xe7\x59\x98\x29\xf1\xc3\xca\x29\x43\x06\x0d\x9f\x71\xef\x4b\x3a\ \x10\xf1\xec\xc4\xd8\x21\x7e\x7e\x73\x77\xa5\xc9\x1d\x14\x59\xdc\ \x96\x91\x1c\x13\x17\xfa\xfa\xce\xc9\x63\xcf\x82\x2d\xda\xc4\x7d\ \x8b\x46\xfb\xf9\x0e\xdd\x73\x33\x08\x78\x7d\x79\xf7\x08\x3f\xbf\ \xd1\xf3\xf7\x27\x99\x00\xf4\x11\xaf\x56\x4f\x19\xe2\xe7\xe7\x37\ \x6b\xed\x89\x34\x70\x74\xb2\x0f\x7d\x70\x64\xe0\x60\xdf\x39\xdb\ \x2e\x65\x08\x80\xf1\xce\x81\x15\xbe\x7e\xbe\xf3\xb7\x5d\x30\x80\ \xc4\x18\x79\x64\xcb\xbc\x21\x13\x16\xbc\x88\x47\xf3\xf5\xf6\xb4\ \xa1\xbe\xbe\x63\x17\x3d\x0b\x57\x5b\x19\xed\xdf\x80\x3d\x2d\x16\ \x4b\xcc\xb5\x25\x42\xc2\x7b\xa4\x4a\x10\x90\x29\x4d\xa1\x77\x63\ \xef\x6d\xfb\xad\xa5\x84\x48\x2c\x42\xa2\x50\x28\x14\x0a\xa5\x02\ \x10\xcc\x26\xfb\x7c\x95\x7a\xf7\xee\xf0\xe5\xc4\xd2\x2d\xd7\x63\ \x43\x2e\xaf\x5c\x76\x21\x6d\xe0\xe0\x5e\x1f\xf7\x2d\xd8\xfd\x30\ \x32\x7b\xd5\x2b\x56\x94\x6f\xd4\x61\x70\xef\x66\x92\xb0\x87\x07\ \xae\x3c\xd3\x89\x15\x62\xa9\x52\xae\x8d\x9c\x35\x71\xa1\xa4\x5a\ \x9f\x4e\x45\x13\xe7\xcf\x5a\x17\x1e\xfd\xe9\xd8\xd5\x0f\xf5\xfb\ \xf4\x71\x0f\x3e\x32\x73\xcb\x65\x01\x97\x3a\x1d\xfc\xc6\x0c\x68\ \x78\x79\xfd\xec\xab\x31\x9a\x27\xc7\x8f\xea\x8b\xb5\x6d\x53\x30\ \x71\xd9\xc6\xcb\x55\xba\x75\x13\x3d\xdf\xb1\xec\xc2\xa7\xc4\x07\ \x9b\x66\xee\xfd\xd8\x73\xc8\xc0\xf4\xeb\xeb\xd6\x9e\xf8\x90\x55\ \x3d\x9f\xe2\x94\xf2\x21\xf4\x13\xf9\xaa\xe3\x62\x24\x30\x83\x16\ \x0d\xf1\xac\x48\x61\x33\xaf\x3e\x53\xa8\x2e\xab\x97\x50\xd0\x86\ \x6f\x2b\xa5\x8f\x47\x09\x50\x32\xa2\x01\x1f\xfc\xf1\xac\x48\x41\ \x77\x9a\xd6\x22\xf4\x19\x58\xd8\xb9\x99\x26\xa3\xa8\x9b\x1f\x93\ \x09\xa9\x8a\x77\xa7\x59\xb0\x9d\x32\x0d\x50\xe8\x08\x4c\xcf\xce\ \xb6\x88\xc0\xfb\xaf\x94\xa8\x84\x97\x03\x81\xd1\x54\xab\x9d\x63\ \x76\x6b\x62\xf7\x01\x92\xd3\x58\x35\x8e\xf9\x87\xd0\x8b\x69\xe5\ \xcb\x9c\xfe\xc8\x2c\x00\xaf\x9f\x53\xa0\x0e\x5e\x6e\xd4\xab\x45\ \xc8\x2b\x1e\x7f\xa0\x4c\x6d\x72\xe7\xa2\x69\x45\xde\x3f\x44\x6a\ \x4f\xc0\x49\x56\xec\xa3\x42\x63\x84\x44\xbe\x68\xa9\x5b\x1d\x9f\ \x7a\x78\x9a\x78\x95\x84\xad\x1d\x0f\x77\xb3\x68\x0b\xb1\x5a\x64\ \x12\x10\x63\x63\x61\xcd\x24\x9e\x18\xe9\xdd\x91\xdb\x47\x09\x4a\ \x64\xcd\x54\xd2\x2b\xd0\xab\x02\x73\x66\x11\x67\xcc\x16\x84\x4f\ \x1f\x26\x3c\x83\x0b\x07\x11\x2a\xd0\xa9\x1a\x4b\xc6\xf1\x34\x9a\ \x13\x4b\x39\x11\x42\xef\xbe\xbc\xbe\xc0\xe3\x18\x00\xb9\xad\xe8\ \xc6\xb1\x83\x2f\x33\x84\xe7\x5b\x67\xcf\x3f\x7e\x5b\x13\x1f\x78\ \xec\xe4\x1d\x9d\x3c\x57\xed\x8e\x83\x47\x0f\x68\x70\x6d\xfd\xe2\ \x7b\xef\xee\x2f\x9a\xbf\xd2\xb1\x6e\xef\xe1\x5d\xea\xdb\x8a\x85\ \x2c\xc6\x3d\x7c\xf0\x4a\xc9\x36\xbd\xab\x2b\xdf\xce\x59\xb0\x35\ \x2d\x23\x78\xc6\xb8\xb9\x54\x6e\xd7\xac\x50\xdc\xd4\xb1\x8b\x62\ \xb5\xd8\xba\x79\xb7\xea\x3b\xb4\x4f\xeb\x72\x59\x12\x9b\x49\x10\ \xe7\xab\xd4\x78\x88\x5f\x0f\x1f\xcd\xe7\xa3\x67\xef\x64\x42\xe2\ \xdb\x9b\xe7\xee\x85\x88\x73\xe2\xea\x09\x60\x67\x6b\xf3\xf5\xd6\ \xa1\xeb\x6f\xd2\x53\xfc\x6f\x9c\xb8\xf7\x55\x29\x07\x88\xb8\xbe\ \x6e\xe2\xba\x3b\xf5\xbb\xf6\xcd\x9b\x7a\xff\xd4\xed\xe0\x2f\xb7\ \x56\x2f\x3e\x9d\x30\x60\x70\xef\xcf\x07\x16\x1d\x0c\x08\x7b\x7a\ \xfe\x78\xb0\x4b\x95\x5e\xad\x8a\xed\x5f\x34\xf3\x4e\x44\xc2\xe6\ \x99\xd3\xe2\x4b\x76\xed\x5d\xdd\xbc\x60\xf6\x86\x14\x4d\xec\x91\ \x7d\x27\x3c\x6b\xb7\x6f\x5f\xbb\x98\x73\x9e\xe2\xbe\x13\xc6\xff\ \xe2\xfc\x69\xce\x8a\x63\xa9\x66\x99\x53\xfe\x6a\x03\x47\x8c\x69\ \x9a\xdf\xb0\x70\xc2\xe4\xa4\xe2\x5d\x7b\x57\x37\x2e\x9c\xb5\x25\ \x2e\xfa\xc1\x84\x29\x9b\x3c\x1b\x76\x69\x53\xb3\xb0\x60\x36\x65\ \x1f\xc0\xb2\x98\x24\x76\x85\x5a\x76\x19\xd0\xad\x4e\xe1\xa3\x73\ \x87\x9d\x8c\x2a\xd0\xad\x7d\xf5\x93\x0b\xc6\x9f\xfb\x1c\x79\xed\ \xf0\xa1\xb4\xc2\x8d\xfa\xb4\xa9\x99\x15\x74\x32\xe1\xc5\x95\xd3\ \xfe\x86\x2e\xbd\xbb\xea\x1f\x6d\x9c\xb0\xe2\xaa\x5e\x2a\x77\x2b\ \x50\xa1\x4f\x9f\x0e\x21\x47\x17\xef\x7a\x18\x11\x72\x7e\xc5\x9c\ \xc3\x9f\x5a\x77\xed\x94\x72\x63\xed\x82\x7d\x8f\x2c\x0a\xa7\xf2\ \xb5\x5a\x8d\x1c\xdc\xb3\x30\x6f\xc6\x0d\x9b\x2b\xae\xde\xae\x59\ \xbe\x98\x49\xe3\xe6\x87\x6a\xad\xab\xf9\x3f\x0f\xff\xa4\xb5\x7c\ \xc2\xfb\x5b\xea\x17\xbb\xc5\x52\xd9\x0f\xf4\x28\x4a\xb9\xbb\xc6\ \xb1\x54\x73\x27\xef\x12\xbf\x45\xb9\x82\x20\x08\x16\x4b\x16\xf9\ \xba\x16\x2c\x5b\xaf\x4e\x73\x75\xbd\x03\x57\x02\x83\xdf\xc5\xde\ \x0e\x8f\xce\x75\x74\xdf\xe9\x88\xf8\xaf\x8a\xc8\x44\xf0\x06\x04\ \x44\xb9\x0b\x95\x2a\x56\xc8\x3b\xe8\xad\xca\xd6\x46\x21\x42\x90\ \xd8\x28\x33\x83\xdf\x3c\x7f\x1d\xe4\xe3\x7e\x2a\x3a\x33\x2c\x34\ \x5e\x13\x9a\x52\xc1\xc5\xab\x40\xf5\xda\xb5\x1a\x27\x34\x18\x74\ \xed\xab\x4e\x9b\xf4\xe2\xf2\x81\x7b\x41\x91\xb1\xa9\xf1\xd1\x19\ \x26\xb9\x8d\x63\xf1\xca\x75\x5b\x14\x92\xed\xbe\x7d\xba\x62\xfd\ \x86\x3e\x01\x65\x36\x45\x84\xbe\xfc\xf4\xf8\x4b\x54\xc6\xd9\x7d\ \x87\x43\x62\x23\x72\x7d\x0d\x86\x6c\x7f\x8a\xaf\x4e\x32\xf3\x3c\ \xf3\xb7\x62\x2f\xc3\x0c\x59\xd1\x93\xc4\x22\xcc\x66\xe4\x0a\x24\ \x16\x8c\x96\xef\xaa\xcf\x23\xe7\x69\xd0\x0b\x19\x18\x2d\xd9\x29\ \x25\x62\x64\x0a\x5e\x9f\xe2\xa9\x84\x0d\x65\xb8\xb6\x91\x0c\x0d\ \x38\xd2\xd0\x97\x1a\x4d\xe9\x32\x90\x47\xf5\x91\x49\xbf\x67\x9b\ \x45\xc4\x07\x67\x71\x47\xc6\xd6\x01\x39\x27\x1d\x53\x88\x57\xb2\ \xf4\x30\xd5\xbe\xd2\xc4\x97\xe6\x4d\xa8\x9c\x0b\xb3\x29\x5b\xa9\ \x6a\xb6\x20\x92\x64\xf5\x35\x16\x0b\x66\x0b\x62\x31\x80\x58\x8c\ \x60\x00\xf8\xc5\x8f\xea\xd5\xe9\x31\x8e\x7b\x05\x51\x28\x10\x89\ \xb3\xc4\x47\x34\x06\x3a\xcc\xa6\x54\x20\xfb\x56\x33\x43\xcf\xfa\ \x96\xc8\x14\x18\xc2\x78\xf8\x99\x49\x27\xa9\x62\x8f\xcf\x16\xd4\ \x09\x5c\x7d\x8c\x8b\x3d\x19\x1a\x22\x02\x49\xd4\xe1\x21\x03\x31\ \xb6\x76\x48\x45\x88\x6d\x28\x5f\x9b\xa6\x65\x78\x73\x97\x3b\x57\ \x09\x0b\x60\xc0\x52\xea\x14\xa7\xb0\x07\x82\x19\x40\xec\x5e\xb3\ \x49\xf1\x4d\x37\x2f\xdc\x54\x88\xf2\xf9\x48\xe3\x2e\x5d\xb8\x6f\ \x53\xa2\x56\x49\x4f\xe1\xf6\xf6\x03\x77\x82\xc2\x63\x62\x22\xa3\ \xc9\xdb\xad\x7d\xfd\x4d\xc7\x37\x3a\x4a\x86\x0f\x2f\x9a\x2f\xeb\ \xfb\x28\x77\xf0\xa8\x56\xaf\x4e\x95\xe2\xc9\x67\xa6\xdf\x79\xfe\ \xf2\x49\xb0\x4d\xa5\x39\x03\x5a\x7a\x50\xea\xcc\xa5\x11\x0f\x42\ \xdb\xd9\xd8\x3a\x14\xab\x58\xbe\xa0\xeb\x37\x45\x9f\xc8\x31\x4f\ \xe1\xe2\xc5\x0a\x25\xc7\xab\x54\x2a\x95\x1c\x64\x4a\x5b\x3b\x1b\ \x19\x82\x20\xca\x6a\xaa\x60\x91\xe6\x2a\xd0\xa5\x6d\xb9\x75\x57\ \x4f\x3a\x2a\x42\x2b\xfe\xd2\xc9\x4d\x02\x08\x77\x6e\x3d\xf4\x6a\ \x3b\xac\x4b\xa3\x9a\xd7\xfc\xf3\x5f\x12\x9b\x3e\xde\xb9\x11\x1a\ \xe3\x70\x6c\xdf\xc9\xf0\xf8\x2f\xfe\x11\x09\x55\xa4\xaa\x42\xe5\ \xaa\xd5\x6d\x57\xac\xfe\xe1\x3b\x6f\x02\x9e\xde\x78\xfe\x45\xa9\ \xbc\x78\x52\xf7\x35\xe2\x93\x53\x62\x7a\xa6\xc2\x36\x57\xb5\xba\ \x0d\xcb\xe6\x57\xc4\xbc\xbb\x76\x70\xef\x85\x88\xe0\x88\x04\x65\ \x8a\x5e\x6f\xa7\x70\xc8\x5b\xa5\x6c\x71\x55\xf4\x83\x47\x77\xdf\ \x39\x2a\x2e\xa8\x45\x5f\x92\x22\x1c\x9e\xdf\xd1\x65\xe6\x6a\x3a\ \xa9\x4b\x63\xcd\xab\xe4\xfd\x01\xcf\x4c\x96\x2c\xe1\x44\x10\xc9\ \x9d\x8b\x95\xab\x50\xd0\x23\x6c\xd1\xf3\x94\xae\x9b\xc6\x34\x2c\ \x46\xc2\x8d\xf3\x57\xef\x05\x16\x56\x39\x97\xae\x51\xbf\x52\x39\ \x8f\x9c\xe9\x41\xae\x42\x15\x1b\xd7\x69\x54\xcd\x21\xb4\xfd\xbc\ \xab\x41\x85\xbd\xf2\x16\x2e\x59\xaf\x56\xf3\xa4\xda\xc7\x1e\x7c\ \x0d\xbc\xfe\x32\xa0\x54\xb7\x69\x6d\x1a\x95\x2f\x6d\x0a\x18\x75\ \xe2\x66\xd1\xf2\x8a\x3c\xf9\x8a\x96\x2a\x52\x20\xf3\xd9\xf2\x4f\ \xd2\xb2\xcb\xfa\xb6\x74\xa0\xe0\xf9\xcb\xc3\x03\xc2\xd5\xf9\x8b\ \xd9\x59\x79\xed\xaf\x2b\x7b\x6a\xd2\x12\xe3\x2f\xcf\x16\x19\x32\ \x11\xff\x40\xbe\x52\x85\x28\x3d\x22\xf6\xca\x7c\xa3\xf1\xb7\x35\ \xdd\x96\x1c\x5d\xbb\x20\x98\x4c\x46\x40\x90\x88\x00\x07\xcf\x3c\ \x6e\xde\xe5\x06\x8d\x19\xbf\xf7\xdc\xed\x25\x6d\x4b\x7f\x53\x8b\ \x9b\x8c\x46\x40\xb0\x08\x82\x00\x82\x59\x9b\x96\x29\x77\x76\x76\ \x70\xf1\xa8\xd2\xbc\xef\xe4\xf9\x1b\xaf\xed\x5b\x55\xc6\x46\xad\ \x36\x98\xf4\x20\x58\x44\xb6\x76\xb2\x07\x7b\x97\xaf\xbe\x6d\x1c\ \x3f\x63\x72\xad\x7c\x2e\x26\xa3\x49\xc0\x62\x34\x18\x30\x59\x44\ \x26\xa3\xd6\x82\x60\xc1\x6c\x96\xb8\x79\x3a\xbb\x78\x15\xef\x3d\ \x7c\xdc\xa6\x23\xd7\x56\x0c\x6b\x96\xad\xc0\x7d\xca\xc2\x83\xcc\ \xdb\x43\x65\x0f\xb0\x25\x9f\x82\x7b\xfe\xa8\x43\x08\xb1\x50\x38\ \x7f\xf6\xc8\xfe\xe6\x22\xc0\xf0\x95\xd7\x49\xd4\xaf\x0c\x50\xb0\ \x08\xd1\xef\x48\xd6\xf1\xc0\x1f\xef\xf2\xc4\x27\x23\x4e\x62\xda\ \x44\x9e\xbc\xe1\xfc\x0d\xd4\x6a\x0c\xa0\x50\x61\xd1\x62\x74\xa2\ \x80\x32\x3b\xdb\x60\x33\x65\x8b\xf3\x74\x37\xe7\x92\x39\xb0\x06\ \x37\x39\xe8\x09\x0a\x42\x67\x8b\x3b\xbc\x0f\x41\x2c\x43\x26\x23\ \xcb\x49\x8b\xc5\x92\x4d\xb5\xa5\xcb\x12\xf6\x94\x4c\x3d\x2f\x5f\ \x90\xaf\x24\x95\x8a\xf0\xc1\x1f\x8d\x8e\xfb\x6f\x29\x5c\x05\x4d\ \x3a\x16\x50\x28\x31\x69\xb1\x71\xc5\x4b\x8a\xff\x7b\xd2\xde\x10\ \x2b\xa2\x94\x0b\x46\x1b\x4a\x57\xa3\x59\x35\x22\x3e\xa3\x07\x7d\ \x06\x62\x7b\xec\x44\xbc\xfd\x0c\x1a\xb4\x06\x64\x4a\xbc\xdc\x29\ \xd7\x98\x09\xf3\xb8\x79\x85\x22\x12\x3e\x07\x61\x30\xe5\xc4\xd4\ \x34\x93\x9e\x0a\x3a\x3e\xc5\x90\xdb\x07\x67\x25\xef\x3f\x02\x68\ \xf4\xdf\x8e\xb8\xdb\xd4\x6f\x5e\xe5\xfa\xc2\x11\x5f\xea\x8c\xf3\ \xf5\x4e\x5e\xb6\xed\x50\xd9\x46\x6d\x22\x2e\x2c\x5d\x76\x4d\x37\ \x61\xe6\xe4\x5a\x45\x9d\x33\xb4\x8a\xa6\xc3\x97\x1f\x58\xde\xf7\ \xfa\xd2\xe1\x1b\x9f\x64\x39\x5b\x13\x09\x16\xb3\x41\x8f\xd1\x28\ \x88\x45\x82\xbd\xab\x97\x22\x25\xe4\x43\x82\x49\x17\xf6\x32\x56\ \x6f\x9f\xcf\xc5\xde\x98\x91\x1a\x9b\xa0\x23\x47\xe2\x17\x72\xc6\ \x8c\xc2\xde\x56\x1b\x19\x1c\xad\x43\x2c\x12\x4c\x26\x0b\x16\xa3\ \x56\xaf\x41\x2c\x36\x6a\xd4\x69\x99\x54\x68\xdf\x4b\xb8\xbd\x65\ \xd3\xad\xf8\x5f\x1a\x57\xcf\x2a\xc5\xc3\xc5\x2e\xf6\xd3\x07\x3d\ \x64\x66\x68\x2d\x88\x1c\x3d\x3d\xdd\xf2\x94\x1d\x38\x7a\xfc\xee\ \xb3\xb7\x16\xb6\x28\xa7\xd5\x6a\xcd\x46\x3d\x98\x24\x20\x91\x39\ \xe6\x71\x77\x2e\xd3\xa0\xc7\x84\xb9\xeb\x6f\x5c\x5c\x53\xc8\x55\ \xa4\x37\x99\x0d\x26\x13\x42\xec\x8a\x31\x53\xd3\x2b\x0c\x9a\xea\ \xdb\xca\x4d\x66\x44\x2e\xd5\xa4\x45\xc5\x9b\x40\xa6\x74\xc9\x9d\ \xab\x5c\xe3\x1e\xe3\x67\x6c\x3c\x7f\x62\x7d\xad\xe2\x5e\x9a\x98\ \x80\x57\x29\x16\xc1\x6c\xd4\x1b\x4d\xc2\xb7\x51\x6f\x36\x19\x0d\ \x16\x04\x7b\x4f\x47\xc3\x9b\x57\x21\x98\x53\x02\xbe\xa4\x78\xfb\ \xb8\x09\x66\xb3\xd1\xf0\x7d\xb2\x88\xc5\x22\x5d\x7a\x8a\x1a\x82\ \xde\x7c\x10\xdb\xe7\x76\x92\x9b\x0d\x06\x63\x56\xc3\xcd\x22\x65\ \xbe\x3c\xf6\xa1\xaf\x5e\x19\xb0\xbc\x7b\xf9\xc1\xde\x3d\xbf\xb3\ \xc2\x1c\x1b\x97\x60\x06\xa9\x53\x3e\x79\xea\xd7\x37\x29\x26\x5d\ \xf0\xdb\x48\xbd\x93\x87\x93\xdc\x4a\x6a\x7f\x69\xf6\x8c\xb9\xb7\ \xc5\x10\xf4\x48\xb0\x60\xd1\x6b\xb3\xfe\x09\x7a\xad\xa0\xd7\x22\ \xa0\xf1\x3f\x1c\x1f\x70\xe6\xb7\x96\xef\x72\xa5\x32\x2b\xe6\xb4\ \x48\x2a\x53\xca\xa5\x80\x58\x2a\x03\x59\x8d\x9e\x93\xaa\x49\x1e\ \x4f\x9d\x36\x7d\xea\xb2\x63\xc9\xfa\xec\x2a\xc9\xe4\xca\xac\x38\ \xd4\x22\xa9\x54\x8a\x28\x57\x89\xf2\xb9\x52\xef\x9d\x8e\xce\x3f\ \x73\xe4\x2f\x57\x36\x4e\x9f\x36\x75\xda\xd9\x27\xb1\x4a\x95\x52\ \xa9\x90\x8b\x01\x89\x54\x8c\xb4\x68\xb5\x7a\xf9\x8d\x2f\xe7\xce\ \x58\xf0\x32\x55\x96\xdb\x41\x29\x96\x29\x65\x12\x11\x22\xb1\x42\ \xa9\x10\x83\x58\x2a\x13\x9b\x2c\xe5\x3b\x8f\x69\xe9\x11\x3c\x73\ \xda\xf4\x49\x8b\x76\x85\xa4\x65\xb3\xff\xc3\x9b\xbc\x8e\x64\xfb\ \x14\xfa\xfb\xe1\x9f\xcc\xb8\x09\x3c\x5e\x4c\xbb\x51\xd4\x1f\x4c\ \x25\xd7\x6c\x71\x4f\xa9\xcc\x26\x8a\x98\x08\x8c\xee\xf8\xb8\x01\ \x14\x6d\x48\x7b\x1f\x3a\xb6\xe3\x94\x96\xa1\xed\x69\xe2\xc7\x89\ \x43\xec\xd9\xcd\x2f\xf5\x18\xd6\x9d\x4f\x67\xe9\xd8\x81\xd6\xdd\ \x28\xd2\x89\x5a\xf9\x18\x32\x9a\x67\x4b\x68\x37\x82\x7a\x43\x29\ \x6b\xcb\xd9\x63\x44\x7c\x65\xac\x1f\x63\xe6\x13\x1f\xce\xec\x29\ \x7c\x14\x31\x69\x18\xa7\x47\xd1\x76\x34\x75\xfc\x28\xe5\x0a\x20\ \x91\xa2\x90\x61\x81\xe2\x1d\x69\x62\x4f\xdb\xf6\x3c\x92\xd1\xaf\ \x05\x55\x5a\x51\x59\x4f\xbb\xf6\xbc\xf7\x62\x54\x4b\xee\xec\xa1\ \x43\x27\xda\x8e\xa0\x7c\x7f\x6a\x94\x60\xd0\x10\xae\xcf\xa6\xdd\ \x58\xda\x8e\xa6\xb0\x84\xe5\xe3\xe9\xda\x85\x65\xb7\x19\x31\x0c\ \x27\x6f\xf2\xc1\xd1\x77\x4c\x1c\xc7\xa5\xc5\xf4\x1b\xc8\xab\x18\ \x1c\xbc\x99\x34\x9a\x67\x5b\x98\x3e\x95\xa3\x01\x18\xc3\x99\x31\ \x95\x64\x0b\x22\x13\x82\x04\xa9\x91\x7d\x33\xe8\xd4\x0e\x7d\x39\ \xda\xd5\x67\xc8\x70\xde\xef\x63\x60\x1f\xee\x06\xa1\xca\xf1\xe7\ \x5c\xa6\x76\x43\x67\x93\xbe\x70\xa5\x06\xad\xea\xe5\xcb\xd0\x3b\ \xd7\x6b\x58\x20\x5f\xd1\xaa\x85\xcc\x01\x73\x67\x2c\x7a\x99\x62\ \xe3\xad\x88\xdf\x31\x6f\xf0\xe8\x85\x7b\x28\x50\xb3\xb2\x4f\x96\ \x70\x24\x56\x28\x95\x12\x11\x88\x24\x52\xb1\xd8\xa3\x44\xad\x89\ \x9d\x8b\x2c\xeb\xd1\xbe\xfd\xa0\xed\x75\x06\x8d\xad\x92\xbb\x40\ \x8b\x3a\x79\xd6\xfa\x75\x1a\xbb\xf8\x68\x96\x32\x4f\x22\x93\x2b\ \x64\x52\xc0\xb6\x44\xe3\x8e\x95\x2d\xa3\xdb\x75\x1e\xb3\xf9\x81\ \xab\xa7\xbb\x4f\xc5\x2a\xba\x8f\x57\x1f\x84\x28\x6b\x94\x96\x9c\ \x39\x75\x13\xe7\xaa\x1d\x2a\xd9\xe9\x9c\x2a\xd4\x2d\x94\x1d\x65\ \xb3\x7e\xdf\x31\xd5\x75\xb7\xfb\x0f\x18\xb0\xec\xf8\x73\xbd\x48\ \x55\xa5\xdb\xc4\xda\x36\x2f\xa6\x4e\x9b\x3e\x75\xe9\xf1\x0c\x44\ \x36\x36\x36\x72\xa9\x04\x90\xca\xc4\xca\x5c\xe5\x27\x8f\xe9\x18\ \xb0\x63\xe6\xf4\xa9\x93\x0e\x3c\x09\x15\x4b\x6d\x95\x0a\x85\x14\ \x01\x1c\xeb\x34\xa9\xf2\xe6\xc8\xf2\x79\xdb\x2f\x62\xef\xe4\x5e\ \xbc\x51\x6d\x8f\xe0\x7e\xed\x3b\xad\x7d\x21\x9d\x38\xa5\xbb\xff\ \xde\x59\xd3\xa7\x4d\xda\x7b\xe7\xab\x73\xc5\x2e\xa3\xda\xb8\x4d\ \xe8\xd1\xbe\xef\xf4\x8d\x46\xf7\xfc\x8e\x59\x1a\x07\x91\x44\xa1\ \x54\x88\x31\x23\x72\x19\x3c\xc9\x37\x6c\xaf\x5f\xc7\xf6\x5d\xc2\ \x0a\x77\xf6\xad\x5f\xd2\x82\xe4\xc7\x10\xec\x52\xb9\x22\xe6\xe9\ \x81\xee\x9d\xbb\x4c\x3e\x18\x3e\x64\x5c\x7f\x6f\xa9\x49\x2c\x93\ \x01\x12\xa9\xcc\x62\x54\x34\xe9\x3f\xb1\x4c\xdc\xa9\xf6\x1d\x3a\ \x6c\x0b\x70\x18\x3d\xb4\x63\xbd\xda\x8d\xf5\x0f\xd6\xb4\xef\x31\ \xf1\x85\xb8\xe9\xb4\xbe\x25\xe6\x75\x69\xdf\x7e\xd8\xfe\x3a\x83\ \x26\x55\xf1\xb0\xb2\xe7\x9f\x87\x7f\xc6\x43\x5d\xc4\xbd\xdd\xea\ \x77\xa7\xc4\x52\x65\x56\x54\x5c\x8b\xc5\x82\x51\x83\x60\x01\xc1\ \x62\x36\xbb\x34\x18\x9b\xbb\x7c\xab\x5f\x15\x3d\x75\x1a\x8d\x48\ \xa1\x52\x48\x44\x16\x83\x4e\x67\x16\xab\x6c\xe4\x26\xbd\xc6\x80\ \x5c\xa5\x90\x62\xcc\x8c\x8c\x4d\x46\x66\xeb\xe1\xee\x2a\x13\x03\ \x18\xb4\x1a\x8b\x54\xa1\x94\x49\x2c\x46\xbd\xd6\x84\xad\x8d\x42\ \xaf\x4e\xd5\x8a\x1d\x9c\x6c\xc4\x69\x09\xd1\x69\x5a\xb3\xbd\x8b\ \x87\xb3\xad\x58\xa3\x35\x2a\x55\x36\x22\xa3\x5e\x63\x12\xd9\xda\ \xc8\xf5\xe9\x09\xb1\x29\x5a\x1b\x47\x17\x37\x27\x3b\x93\x56\x2d\ \xc8\x54\x0a\xb1\x59\xa3\x35\x2a\x6d\x6d\x04\xbd\x56\x2f\x48\x55\ \x4a\x19\x66\x4d\x74\x74\xa2\x49\x62\xe3\xe1\x9e\x2b\x2b\x1c\xa6\ \xd9\x48\x5a\x1a\x1a\x2d\x88\xc9\x95\x07\x85\x08\x5d\x1a\xa9\x26\ \x72\xff\xb0\xbb\xab\xd3\xa3\x54\x64\xaf\xdc\x75\x26\x94\x3f\x8c\ \xd2\xb8\x18\xec\xdc\xb1\xfd\x61\x47\x55\xaf\x47\xa1\xc0\xac\x23\ \x3e\x19\xe4\x78\xe6\xf8\x2b\xd2\xa7\x91\x92\x93\xad\x5e\x4d\x7a\ \x26\x3a\x03\x52\x05\xb9\xdd\xd1\x64\x62\x63\x87\x18\xd4\x49\xa4\ \x0b\xdf\x1f\x11\xcc\x18\x2c\x28\x72\x74\x24\xb1\x31\x38\xe5\x46\ \x99\xad\x53\x23\x36\x0e\x17\x4f\xe4\x60\xd0\x90\x94\x8a\x58\x89\ \x87\x4b\x76\x4a\x6d\x0a\xe9\x42\xf6\x65\x7a\x32\x19\x5a\xec\xdd\ \x70\x50\x00\x58\x0c\x64\x58\x88\xf5\xe7\xe4\x4d\xc2\x3f\x93\xea\ \xca\x96\x35\x38\x81\x26\x85\x14\x0d\xb6\x2e\x38\xd9\x90\x1e\xc7\ \xc9\x4d\xec\x7d\xcd\xe1\x13\xac\xeb\x82\x74\x00\x43\x2b\xe3\x99\ \x1b\x11\x44\xbc\xe6\xc8\x39\xa2\xc3\xf8\x62\x66\xfd\x56\x7c\xb2\ \xbb\x42\x30\xe8\x74\x12\x85\x8d\x44\x64\xd2\x6a\xcd\x36\x36\x0a\ \x40\x9f\x9e\x10\x9b\x9c\xf5\x3a\x6c\xd2\x13\x63\xd3\x34\x16\xc7\ \x5c\x79\x9c\x54\x92\xac\x86\x69\x34\x7a\xb9\x4a\x25\x11\x8c\x1a\ \xad\xc9\xc6\xd6\x46\x0c\xc9\x31\x91\x5a\x89\xbd\x97\xbb\x63\x96\ \xda\x35\x3e\x3a\xce\x2c\x77\xc8\xed\xe6\x20\x02\xf3\xb7\xd7\x07\ \x60\x88\x8b\x8c\x35\x49\x55\x6e\x6e\xae\x0a\xa9\x28\x33\x2d\x55\ \x6c\xe3\xa8\x92\x68\xe3\xa2\xbf\xdc\x3c\x77\xe9\xd6\xc3\xf7\x8d\ \x27\xac\xe8\x56\x31\xdb\x1b\xa6\x29\x21\xe8\xf0\xa1\xa3\x81\x11\ \xd1\xaf\xde\xc6\x76\x5f\xb0\xa3\x77\x15\x57\x4c\x99\x51\x31\xc9\ \x16\xa9\x6d\xee\xdc\xae\xe8\x35\x26\x89\xc2\x46\x26\xd6\x6b\x34\ \x22\x85\xad\x5c\x42\x66\x52\x4c\xb2\xda\x68\xeb\xec\xee\x6a\xaf\ \xd0\x6a\x34\x52\xa5\x4a\x26\x16\x81\x39\x21\x3a\x4a\x63\x91\xb9\ \xb8\xe5\xb2\x57\x4a\x05\x43\x66\x4c\x7c\x8a\xc2\x29\xb7\xab\x9d\ \x2c\x3b\xbd\x93\xbb\xab\x83\x12\x48\x8e\x8d\x50\x9b\x65\xce\x6e\ \x6e\x76\x59\x63\x4b\x30\x69\x34\x06\xb9\x8d\x2a\x2b\xd0\xa9\x21\ \x3d\x3e\x2e\xdd\xec\xe1\xed\x29\x07\x9d\x46\x2d\x92\xdb\x28\x72\ \x22\xa0\x86\x1f\x9b\xd7\xef\x88\x66\xc3\x9a\x61\xee\xce\x1e\x6e\ \xf6\x0a\x8b\x51\xa7\x33\x89\x54\x36\x0a\xa3\x4e\x63\x12\xc9\x6d\ \xb2\xe7\x48\x8a\x7d\x2e\x2f\x47\xa5\x18\xd0\xa5\xc6\x27\x64\x98\ \x5d\x3d\x3d\x55\xd2\xac\x7e\x73\xf0\x72\x77\xb0\x32\xda\x3f\xb9\ \x07\xfe\x67\xc6\x73\x37\xfd\xe0\x94\x4c\xf8\x61\x55\x0b\xc8\x25\ \xff\x66\x1d\x97\x9c\x8c\x56\xc7\xb7\xb6\x9a\xcd\x08\x02\x12\x09\ \x22\x51\xf6\xef\x2c\xf5\xa1\x44\x8c\xc5\x8c\x00\x22\x11\x62\x31\ \x66\xf3\x37\x8d\x2f\x12\x31\x82\xe5\xa7\x50\xec\x12\x09\x16\x33\ \x88\x73\x56\xdf\xe6\x9c\x78\xeb\x3f\x64\x2b\x96\x64\xab\x41\x11\ \xb2\x95\x98\x16\x33\x82\x08\x89\x04\x11\xdf\x8b\x16\x89\x11\x93\ \x9d\xf9\xdf\x94\x25\x16\x23\xce\xb9\xcc\xfa\x8d\x90\xb3\xd2\x17\ \x21\x11\x7f\x2f\x2b\xab\x5c\x41\xc8\x6e\x82\x58\x82\x48\xe0\xe3\ \x33\xee\xbf\x41\x62\x47\xc3\xe6\xe4\xb3\xc7\x92\xf3\x88\x60\xc1\ \x2c\x80\x86\xe3\x47\xf0\xaa\x43\x9d\x22\xbc\x7a\x8c\xaa\x04\xc5\ \x5c\xb1\x58\xb0\x58\x88\xfa\xc0\x8d\x27\x58\xe4\xd4\x6a\x46\xb5\ \x82\xd8\xfe\x65\xe6\xac\x90\x19\x7a\xf4\xf0\x0d\xa7\x0a\xbf\x34\ \xab\xfc\xdd\x47\x97\x29\xf9\xeb\x95\xab\xb7\xe3\x75\xe2\x02\xe5\ \x1b\x36\xa8\xe0\xf3\x97\x1d\x87\x9a\xa8\x8f\xaf\x62\xa5\x35\x2a\ \x15\xb6\xda\x21\xfd\x87\xb3\xe7\x7f\x12\x76\xee\xe0\xe1\x23\xc8\ \xe2\x14\xb2\xf9\xe5\xe7\x1e\xf9\x4e\x82\xdf\xd8\x93\x1f\x52\x4a\ \x24\xd9\xb4\xfb\x8d\x4f\x45\x7c\xff\xa2\x88\xc4\x88\x84\x6c\xf6\ \x14\xe7\xd0\xd3\xb7\xed\x7b\x99\x02\x59\x96\x02\xf1\x4f\x87\x5c\ \x89\x4a\x09\x16\x34\x1a\x0c\xa6\x5f\x51\xea\xd8\x3b\x60\xd1\xa2\ \xd6\xa3\x54\x21\xe8\xd1\x9b\xbf\xa9\xb8\xb1\xb5\x41\x24\xa0\xd3\ \xd0\xb8\x29\x1d\x3a\x58\x67\x9f\x15\xff\x8d\xec\xf9\x67\x79\xa8\ \xb3\xa0\xd6\xa2\xb4\xc5\xac\x43\xac\xfc\x5e\xaa\x4e\x8b\x4c\x49\ \x96\xf2\x47\x93\x42\x52\x26\x0a\x5b\x5c\x9c\x90\xfe\xc8\xdb\x02\ \x29\xf1\x68\x2c\x78\x7a\x66\xab\x69\x4d\x6a\x62\x53\xf1\xf4\xe2\ \x9b\x98\xab\xd3\x20\x53\x21\x31\x12\x13\x87\xc1\x8c\x4c\x89\x8d\ \x2d\x8e\x76\x88\x21\x26\x0a\x95\x1b\x8e\x8a\x1f\x3e\xf2\x6a\xe4\ \xb6\x88\x0d\x24\x24\x60\x14\x31\x70\x10\x03\x07\x65\x57\x32\x53\ \x8f\x9d\xcd\xaf\x54\xdf\xa0\xc6\x28\xc3\x36\x67\xb5\x9e\x99\x86\ \xc8\xe6\xfb\xa5\xa0\x43\x27\xe3\x77\xda\x42\xa7\xa5\xe1\xe8\xf8\ \xfd\xf2\xdd\x25\x9e\xc8\x19\xd4\xd8\x3a\x80\xad\xb0\xe2\xdf\x0c\ \x7f\x92\x74\xa9\x0b\xa3\x5f\x1f\x3e\x69\xd8\x35\x9e\xe6\x53\xb3\ \xff\x98\xf8\x80\xfa\xb5\xb9\x9b\x02\x70\x77\x17\x9d\xbb\x31\x6a\ \x14\x43\x27\xe1\xff\xf3\xd1\xc0\xc0\x9b\x0c\xf5\x65\x60\x67\x06\ \x2d\x44\x0b\x9a\xaf\x0c\xeb\xce\xa0\x3e\x8c\x58\x4a\x26\x18\x92\ \xd8\x3b\x8d\xea\xdd\xf8\x6c\x81\x44\xd6\x2f\x62\xd6\x1c\x06\xb5\ \xa5\xe9\x18\xb4\x26\x76\x4f\xa1\x67\x7f\xba\x0c\xe0\x75\x62\x76\ \x6e\x8f\xb6\x52\xa6\x2e\xfe\x3a\xd2\x3e\x32\x6f\x32\xa3\xfb\x32\ \x70\x1e\x1a\x88\x7b\x4a\xa7\x66\xb4\x6f\xc9\xec\xfd\x18\x7f\xae\ \xfc\xbd\x43\x74\xef\x42\x8b\x7a\x4c\xdd\x8d\x05\x5e\x1d\x67\xf8\ \x10\xda\xb7\x62\xde\x21\x80\x67\x87\x68\xd9\x92\x16\x4d\xd9\xfb\ \x10\x20\xec\x15\x7e\x2d\xe9\xb6\x28\xfb\xd9\x2f\x2f\xe9\xd3\x90\ \x31\xdb\x01\x12\x5f\xd3\xbf\x2d\x83\x07\x30\x70\x3a\x71\x39\xa7\ \x68\x1c\xbc\x28\xe1\x69\x1d\x87\x56\x58\x61\x65\xcf\xdf\xd4\x48\ \xa1\xd7\x63\xd2\x92\x9a\xca\x83\xbd\xdc\x8a\x05\xd8\xbd\x83\x4f\ \x91\xa4\x9b\x49\x78\xc2\xb8\xcd\x0c\x5e\xc5\xa9\x53\xec\x5a\x41\ \x99\x9f\x83\x5f\xb9\x16\x63\xe9\x6e\x2e\x6c\xe3\xdd\x71\x42\x75\ \x9c\x5d\x8f\xba\x1e\xa7\xcf\x90\x71\x95\x2b\xef\x89\xfc\xc4\xcb\ \x68\x14\x60\x34\x82\x27\x8b\x36\xb1\x77\x37\x15\x0b\xd3\xbf\x3f\ \x19\x8f\xd9\xfb\x9e\x83\x67\xe8\xe9\xc2\x8a\x3d\x00\xb1\xfe\x6c\ \xbc\x8c\xab\x03\x7a\x1d\x8e\xc5\x99\xbb\x8a\x11\x1d\xf9\xf2\x16\ \x23\x6c\x5a\x49\x89\xe1\x9c\xd9\xc1\xd3\x9d\x3c\xfe\x99\xbe\x0b\ \x54\x63\xd3\x31\x8e\xce\xe4\xea\x6e\x92\x2c\x94\x6c\xc1\x8a\xb5\ \x74\x2e\xcf\x87\x8f\x90\xc6\x9a\x6d\x0c\xdc\xc8\xfe\x71\xec\x5e\ \x49\xa2\x89\xe7\x77\xd0\x19\x10\x65\xc9\xf8\x3a\x1e\x3d\x24\x5d\ \x8e\xc5\x00\x70\x66\x0d\xc6\xc6\x1c\x39\x49\x9e\xaf\x1c\xbe\x9f\ \x9d\x79\xfc\x17\x3e\xc4\x91\x19\xc4\x84\x7e\xf4\xe8\xc1\xf8\xc5\ \x64\x9d\x8f\x7e\x7c\x9c\x3e\xdd\xe8\xda\x95\x5d\x77\xad\xa3\xd4\ \x0a\x2b\xfe\x9b\xd9\x13\xc4\x62\x8c\x99\xa8\xc5\x0c\x69\xcd\x89\ \xfd\x44\xbf\x25\xc0\x44\xcf\xa6\xa4\xc4\xf2\xe6\x1a\x3e\x4d\x68\ \x53\x0a\x91\x08\xb9\x38\x9b\x6b\xbe\xc1\x3d\x2f\xf9\x5c\x79\x7c\ \x07\xef\x5a\xf8\x28\x78\x1e\x4a\xe5\xda\xd8\xd8\x53\xa9\x10\xaf\ \xde\x90\xbf\x3a\x4b\x66\x91\x57\x81\x39\x47\x5f\xf1\xe1\x08\xfe\ \x0a\x06\xd5\xe2\xf3\x5b\x72\x95\xc0\x53\x45\xed\x2a\xc4\xbf\x01\ \x33\xbb\x76\xd0\x76\x02\x35\xbd\x31\x0b\x88\xe5\x04\xdd\x60\xcd\ \x01\xbc\xcb\xa1\xd0\x12\x9c\x4e\xbd\x6a\xd8\x16\xa4\x98\x82\xcf\ \x9f\x7f\xaa\x40\xde\x42\x78\xd8\x72\xeb\x1e\xe5\x9b\xe2\x24\x46\ \x6e\xcb\xdd\xc3\xec\xbb\x4e\xe9\xaa\xa4\x87\x93\x62\x47\xf9\x22\ \x78\x57\xc3\x2e\x83\x20\x35\x1d\x46\x33\xb2\x05\xd2\x2c\x15\xa1\ \x82\x1e\x23\x19\xd4\x04\x8b\x11\xa0\x5c\x6d\xe2\xae\xb1\x7e\x23\ \x6f\x83\x49\x49\xc9\xce\x3c\x34\x80\xfb\x41\xc4\xbe\xc4\x5f\xcd\ \xcc\x99\x28\x5e\x33\x63\x3d\x51\x2f\x99\xb6\x81\x2e\x13\x69\xed\ \xc1\xc5\x3b\xd6\x51\x6a\x85\x15\xff\xdd\xec\x29\x12\x61\xd0\x91\ \xa9\xa3\xd9\x40\x94\x6f\x19\x3e\x85\x2a\x7d\xa9\xe5\x46\x62\x2c\ \x12\xf9\xf7\x5d\x94\xc3\xb3\xd9\xf1\x77\xf1\x61\x1e\xef\x67\xc9\ \x1d\xe6\xcc\xc7\x56\x84\x40\xf6\x66\xb4\xc5\x82\x58\x84\x58\x8c\ \xc5\x88\xc9\xf2\x5d\xc8\x3d\x7e\x91\x46\x5d\x90\x81\x20\xfe\x9e\ \x52\x61\xc7\xf3\xa3\xdc\xd5\x51\xca\x99\xc8\x58\x62\xe2\x01\x6a\ \xf6\xe0\xec\x15\x74\x77\xb9\xf5\x0e\xb9\x2c\x9b\x7f\x2d\x64\x9f\ \xd2\xf9\x11\x67\x96\x72\x34\x85\x05\xe3\xc8\xb2\x97\xe9\x34\x9a\ \x4b\xdb\xb9\xbf\x81\x80\x38\xb2\x0c\x02\xf9\xb6\x09\x2e\x42\x6f\ \xc8\xd9\x77\x12\x21\x86\x6f\x06\xd1\x55\x06\xb2\x72\x32\x79\x5d\ \x49\x8c\xc7\x35\x47\xbe\x96\xc9\xb1\x91\x23\x88\x70\xcf\x4f\x89\ \x12\x8c\x1c\x46\x64\x00\x37\x1f\xe2\x55\x9f\x56\x95\x28\x5e\x00\ \x95\xc4\x3a\x4a\xad\xb0\xe2\xbf\x7b\xe5\x6e\x32\xa3\xd7\x92\xa2\ \xc3\xad\x14\x6d\xca\xf1\x3e\x8e\xde\x4d\x30\xeb\x49\x4e\xa0\x5c\ \x0b\x22\xaf\x70\xe4\x05\x66\x33\x61\x41\x44\xa7\xfe\xf4\x68\xd4\ \x03\x16\x1e\x63\xde\x76\xca\xba\x00\x54\x2b\xc4\xa3\xab\x24\xc5\ \xf0\x34\x98\xd2\xa5\xb3\xc9\xd1\x94\x73\x9c\x51\x1f\x4a\x40\x1c\ \xb5\x2b\x02\x14\x2c\x41\xe2\x5b\x3e\x27\x70\xed\x21\x79\x2b\x62\ \x94\x91\x4f\xc9\xc6\x95\x04\x7c\xe4\xde\x13\x52\x53\x48\xd6\x90\ \x91\x44\xa6\x1a\xa9\x07\x25\x9d\xb8\x7a\x8b\xf8\x37\x7c\x30\x50\ \xb2\xe8\x4f\x15\x78\x7d\x84\x1d\xef\xd8\xbc\x95\x3c\x36\x00\xf1\ \xd1\x68\x8d\x24\x25\xa1\x36\x93\xa7\x10\xae\x1a\x1e\xbe\x22\xf0\ \x16\x99\xce\x14\xb7\x07\x10\xcc\x98\x7e\xf0\x45\x66\x31\x7f\xdf\ \x8e\x2f\x5b\x1b\xbb\x24\x34\x45\x69\x5a\x89\x2f\xaf\x09\x49\x24\ \xeb\xb0\xab\x48\x44\x46\x02\x6a\x13\x4f\xee\xa1\xf2\xa0\x78\x7e\ \x22\x5e\x13\xab\x23\x39\x0d\x93\x18\x4d\xec\x87\x67\xaf\x42\xcc\ \xd6\xd1\x6a\x85\x15\x7f\x25\xfc\x49\x7b\xee\x22\x29\xee\xee\x48\ \x45\xd8\x79\x20\x16\xa8\xe7\xc7\x8d\x1e\xb8\x81\x5d\x6e\x24\x06\ \x9c\xcb\xb2\x7e\x2c\x4b\x67\x70\xdc\x96\x04\x1d\xa3\xcb\xfc\xf4\ \xec\xa7\x37\x44\x24\xb1\x76\x34\x26\x33\xc3\x97\xd3\x6e\x12\x2f\ \x46\xd2\xa3\x17\xe5\xbb\xd3\xaa\x34\x80\x48\x86\x7b\x2e\xe4\x22\ \x80\xa4\x44\x94\x05\xf0\xc9\x05\xe0\x5d\x93\xc1\x75\x18\xd2\x13\ \xfb\x02\x2c\xeb\x4c\x51\x47\x6a\x76\x06\x98\x3c\x84\xde\x3d\x89\ \x3e\xc3\xa4\x7d\x58\x74\x54\xea\x4f\x7d\x1f\xaa\x4e\x66\xcc\x34\ \x7a\xee\xa1\xc5\x68\xaa\xff\x1c\x0a\xf8\x79\x00\x09\x31\x4c\xed\ \x83\xc8\x9e\x99\xab\xf0\xdf\xc5\x81\x97\xe8\x4d\xf4\x9e\x42\x91\ \x02\x8c\x1b\xc5\x8c\xa9\xec\x93\x31\x7a\x11\x4e\x59\xeb\x75\x47\ \xdc\x94\xdf\x1f\x57\x39\xe2\xa2\x04\x48\xfb\xc8\xe8\x19\x68\x9d\ \xd9\xb0\x9d\x62\x8e\x6c\xd8\x85\xa4\x3b\x85\xa4\x98\xcc\xc8\xe4\ \x44\x3c\xa4\x47\x17\x8c\x32\xa6\xaf\xa4\xaa\x3b\xdd\x1e\x33\xda\ \x8f\xc8\x47\xf8\x8c\x27\xf6\xf1\xd1\xb5\x37\x5d\xb7\x6f\x18\xa5\ \xb2\x0e\x58\x2b\xac\xf8\xcb\xe0\xaf\x65\xef\x69\x30\x20\x97\x63\ \x8e\x66\xf7\x09\x32\xb3\x16\xe3\x72\xba\x0e\xc4\x53\x81\x41\x8f\ \x00\x8a\x1c\xc3\x23\x93\x19\xe9\xef\x5b\xd2\x5a\x4c\x3f\x1d\xc7\ \xff\x11\x26\x23\x48\x7e\xb2\x8e\x32\x09\x48\x45\xa4\xbd\x67\xdf\ \x75\xb2\x55\x97\x2e\xf4\xea\x83\xbd\x80\xde\x80\x48\x8c\x5c\x06\ \x60\x34\x20\x91\xff\x20\xb7\x0b\x08\xa2\xdf\x15\xd3\xdc\x68\x44\ \x26\xfb\x7e\xf9\xea\x0c\xd3\x56\xd1\x75\x23\x8d\x03\x19\x7e\x8f\ \xc3\xab\xb0\xc9\xb2\x82\x52\x73\x68\x2b\x9f\x92\x78\xf7\x81\x6e\ \xf3\xe8\x54\xca\x62\x11\xf8\x2f\x31\xbf\xb5\xc2\x8a\x3f\x1f\x7f\ \x69\x7b\xcf\x2f\x5f\xc8\xc8\xf8\x61\x1d\x9f\x63\x3a\x2e\x64\x51\ \x8f\x90\xed\x8d\x22\x0b\xda\x08\x82\xbf\xa2\xc9\x62\x2f\x19\xaf\ \x5e\x12\xaf\xfa\xe9\xd9\x6f\x89\xb3\x4f\xe3\x88\xfe\xf6\x96\x58\ \x8c\xc5\xf2\xb7\xd9\x7e\x3b\x35\xf4\xf7\x34\x27\x08\x3f\xfd\x3d\ \xf9\x23\x5f\xbe\xe4\xb0\x67\x12\x2f\x03\x70\xfa\x0d\xe2\xfa\xd5\ \x22\xb2\x3d\x6b\x08\xdf\xbe\x46\xbf\x9e\x52\x24\xe2\x4b\x02\x8d\ \x7b\x51\x46\x4c\xa4\x13\xdd\x1a\x12\x14\x98\x43\xe2\x1a\x32\x2c\ \x48\x95\x34\xed\x46\x25\x3b\x44\x62\xb1\x55\xf9\x69\x85\x15\xff\ \xa5\x2b\xf7\x2b\x57\xf8\x18\x84\x5c\xf6\x9d\xa1\xcc\x66\xcc\x46\ \xc1\x64\x46\x2c\xf9\x5b\x36\x13\x4b\xb1\x51\x62\x0b\x12\x19\x32\ \x31\x77\x4f\xfd\x14\x06\xe3\x67\x39\x19\xb9\x1c\xb3\xf1\xa7\xbb\ \x62\x09\xda\xf4\x4c\xb1\xca\x4e\xf6\x4f\x1d\x79\x13\x4b\x91\x8a\ \x04\xb9\x4a\x94\x75\x8c\x52\x30\x70\x6a\x37\xff\x74\x0c\x04\xb1\ \x14\x09\x18\x7f\xc3\x91\xbb\x5c\x85\x8d\x58\xd8\xf5\xda\x22\x51\ \x48\x14\x12\x1e\xdd\x46\x00\x91\x04\x99\x14\xa9\x0c\x89\x88\x2f\ \xfe\x9c\x8f\x61\xf4\x18\xeb\x40\xb5\xc2\x8a\xff\x56\xf6\x1c\x36\ \x0c\x88\x8b\xfa\x1a\x25\x56\xd9\x89\x4c\x5a\x8d\x5e\x94\x5b\x95\ \xb2\x7e\xc7\x9d\xde\x33\x66\xe5\xf9\x47\xcf\x45\x86\x87\x25\x88\ \x6d\x5c\xbc\xdd\xf3\xfe\xc6\x06\xd7\x97\x1d\x4b\x77\xd7\x18\x32\ \xab\x94\xe3\x0f\xeb\xe1\xb8\x13\x33\x36\x7f\x99\x3d\x67\x92\xec\ \x9f\xab\x6b\xc2\xc5\x05\x3b\x82\x26\x4e\x1d\xab\xf8\xdf\x69\x7a\ \x92\xde\x20\x53\xc8\x7f\xeb\x28\x78\xdc\xc1\x15\x8b\xf3\x0e\x9e\ \x59\x37\xff\x8f\xaa\xd6\x54\x9d\xce\xa2\x54\xba\xfc\xfa\x12\x23\ \xe4\xe2\x82\xdd\x41\x23\xe6\x8e\xf5\xfe\x1d\xe2\xe8\xc3\x03\x4b\ \xef\x88\xea\x4c\xef\x59\xf3\xef\x6f\x45\x3d\x3b\xbe\xf6\x7a\xe6\ \xe4\x69\xfd\x5d\xad\xc7\xaa\xad\xb0\xe2\xaf\xcc\x9e\x40\xca\xbb\ \x77\xbb\xb6\x1e\xbe\x74\xe3\xa2\x3a\x77\xf5\x86\xe5\x2b\x94\x29\ \x94\xf9\xe8\x8b\xc3\x90\xdf\xd6\x16\xc6\xbf\x3a\x35\x79\xce\x2e\ \xad\x83\xab\x59\xe9\x3d\x6e\xe6\xbc\x1a\x79\x7f\x75\xe5\xec\x59\ \xa3\x51\x5b\x37\xf9\x4f\x3c\x19\x70\xf6\xc1\xab\xe4\x32\xff\x34\ \x27\xbc\xbe\xf4\xf0\x59\x8c\xf7\xff\x96\x8a\xf1\xec\x8c\x91\xe7\ \xdc\x86\xef\x1c\x53\xeb\xd7\x17\xfe\xd1\x21\xe7\x6e\x44\x0d\xe9\ \xf5\xd3\x2e\xd5\x8b\xcd\xb3\x97\x84\xd6\x38\xb1\xb4\xdb\xaf\x3e\ \x62\x9b\xa7\x42\xc7\xf6\x05\x3d\x7f\xdf\x4a\xbe\x68\xcd\x96\x0e\ \xe2\x5f\x3f\xc9\xe4\x5a\xb8\x7a\x17\x85\xce\xd9\x4a\x9d\x56\x58\ \xf1\xd7\x67\x4f\xe7\xd2\x8d\x66\xae\xaf\xa8\xef\x16\x5d\x68\xec\ \xde\xfe\xd5\x1c\x1e\xaf\xe9\x3a\xef\x69\x64\xdf\xd6\xaf\x1a\xf8\ \xce\x1e\xdd\xa6\x4c\xe8\x83\x23\x2b\xb6\x9f\x88\xc9\xb4\xeb\x3c\ \x65\x51\xb7\x2a\x79\x80\x3b\xbb\xb7\x84\x15\x1a\x74\x6b\x65\x17\ \x04\xa3\x45\xc4\xeb\x4b\x9b\xd7\xec\xb9\x99\x22\xf5\x9e\xb0\x78\ \x41\xfe\xf8\x8b\x53\xe7\xec\x35\x14\x69\xd8\xab\xb6\x5d\x40\x54\ \xee\x59\x95\x4b\xdf\x3f\xbc\x71\xef\xb9\x7b\x11\xf1\xb2\x31\xeb\ \x97\xc7\x7e\x8d\x2f\x5d\xbd\x6c\x56\xc3\xb4\x9f\xae\x4f\x59\xb8\ \x25\x32\x5d\xeb\x59\xbd\xdf\x8a\xc9\x5d\xee\x6d\x9c\xf4\x21\xef\ \x90\x31\xad\x85\x79\x93\x77\xb6\x9d\x34\x2d\xf9\xc2\xaa\x0d\xa7\ \xfd\x8d\x36\xb9\x4a\xfa\xa8\x82\x3e\x7e\xca\xdf\x64\xd4\xd2\x51\ \x2d\x3f\x7e\x79\xf3\xf1\xc1\x83\xce\x6d\x6e\xd5\xf5\x9d\x37\xae\ \x75\xa1\xfb\x07\xd7\x6d\x3d\xf3\xdc\xe0\x58\x78\xda\x8a\xb9\xf6\ \x0f\xd7\x8f\x5b\x7f\xd7\xb5\x58\xed\x79\x2b\x27\x7a\x4b\x51\x07\ \x5e\x99\xb2\x78\x7b\x64\xb2\xc9\xa3\x78\x71\x62\x83\x23\x2c\x05\ \x66\xaf\x5a\x52\xd5\x35\xfd\xd8\xfa\xa5\x27\x1e\x7f\x51\x15\x68\ \xb2\x76\x7e\xa7\xe7\x81\x5f\x5e\xa6\xad\x98\xe8\x6c\x99\xd5\xcc\ \x75\xc7\xda\x8d\xf7\xde\x7d\x25\x6f\xab\x83\x1b\x87\xa5\xbd\x3c\ \xbb\x62\xcb\xf1\xa0\x90\xc0\xcc\xbc\x5d\xaa\xe5\xd6\xde\xda\xb7\ \xf6\xe0\xa5\xc7\xe1\x89\xaa\xe9\xdb\x57\x84\x7e\x09\x7d\xff\xf0\ \xa3\xef\x52\x56\x8c\x69\x7e\x7f\xcf\x9a\x63\x37\xfc\xa3\x32\x5c\ \xe6\xec\xd8\x54\xc7\x5b\x05\xdc\xde\xb5\xed\x6d\xa1\x2e\xf6\x57\ \xb7\x2d\xde\x7e\x4d\xe7\x52\x7a\xce\xf2\x59\x25\x1c\xc5\x18\xc3\ \x37\xcc\x99\x77\xfd\x7d\x9c\x4d\xae\x42\x3e\x8a\x8c\x0f\x9f\x53\ \x5a\x4f\x5a\x35\xb8\xbe\x64\xdf\xce\xe3\x35\x7b\xfb\x9d\x5c\x35\ \xe6\xe0\x93\xd8\xe2\x4d\xfa\xf4\x28\xad\x5b\xbf\xf6\x60\x9a\xb2\ \xc0\x98\xb9\x73\x52\xcf\x6d\x49\x2c\x3f\xca\xf3\xd9\x8e\x09\x0b\ \xce\x6a\x4c\xe2\x3a\xbe\x73\x27\xb4\x2f\x1f\xfd\xe2\xcc\xca\x6d\ \x27\x83\x23\x63\x8a\xb7\x9c\xb6\x74\x78\x43\xeb\xf4\xb0\xc2\x8a\ \x7f\x80\x3f\x75\x1b\xd7\x10\xfa\xf2\x4d\x92\x43\xb1\xc2\x0e\xa0\ \xb9\xf5\x34\xdd\x77\xd5\xa1\x25\x83\xca\x9e\x3c\x74\xf8\x63\xf0\ \xe3\xf9\x6b\xcf\x37\x1a\x31\xbb\x9a\xe2\xf3\x89\x9b\xef\xb2\x12\ \xd7\xe8\xdc\xd3\xf5\xfd\x9e\xa9\x9b\xce\x66\x88\x64\xe9\xcf\xf7\ \xce\xdb\xf5\xae\xff\xb4\x89\xf9\xd2\x9e\xdc\x7e\xf4\xf2\xfa\xd9\ \x93\x2e\xbf\x8c\xdb\xbe\x6c\xac\x31\xe0\xd6\x57\xa3\xcb\xab\xa3\ \xf3\xe6\x9d\x4e\xf0\x9d\x36\x31\xbf\x4a\xa7\x8e\x4f\x08\x8a\xd0\ \x95\x2f\x9e\x6d\xb1\xf9\xf0\xd4\xe1\x50\xcf\x0e\x9b\xd6\x4d\xfc\ \x72\x79\xf7\xdd\xe8\x84\xc7\x77\x5f\x49\xbd\xf3\x98\x3e\xbd\x78\ \x16\xa2\x77\x25\xf2\xe0\x89\x27\xdd\x16\xac\x69\x6d\xf7\xe5\xa5\ \xb1\xfa\xda\x45\xbe\xaf\xcf\xee\xf6\x8f\x49\xfc\x14\xa8\x19\xb8\ \x68\xef\xfa\xd1\xd5\x2e\xed\x3e\x78\xeb\xe4\xd6\x0d\x37\x53\x47\ \xcd\x1c\xad\xf8\x78\xe3\xc6\x9b\xd0\xf3\x47\xae\x96\xf2\x5d\xb2\ \x6e\xfe\xe0\xdc\x12\x80\x07\x27\x0e\x47\xe6\xeb\xb1\x7e\x7a\x93\ \x17\xb7\xfc\x7b\x2d\x5c\xd3\xc4\xf6\xe5\xb1\x73\x4f\x1f\x1c\x5c\ \x72\x2e\xba\xc8\xac\xb1\xad\x43\xef\x5d\xf0\xf7\xbf\x1f\x6a\x2e\ \xb6\x69\xdf\xc1\x45\x6d\x3d\xe6\x0c\x1f\x1d\x57\xbc\xc3\xc4\xf6\ \xe5\x35\x46\x4b\x7a\xd0\xcd\xe1\x93\x76\x94\xe9\x3a\x65\x40\x83\ \xe2\xc5\xca\x56\x79\xb3\x6f\xe6\xd2\xab\xfa\xe1\xd3\x46\x7b\xca\ \xb5\xba\xb8\xa8\x37\x11\x92\x39\xeb\x0e\x6e\x9a\xd8\xfe\xe6\xb2\ \x51\x5b\x5e\x39\x4f\x9e\x3c\xc0\xde\x98\x6e\xb6\x64\x7d\x0e\xe2\ \xaf\xde\x7b\x29\x17\x87\x2d\x5f\xb1\xb3\x94\xdf\x8a\xfd\xab\x27\ \x14\xb4\x13\x01\xea\x80\x6b\x67\x5f\xa9\x96\xae\x5b\x22\xfe\x78\ \x5b\xd4\x68\xfc\x9c\xde\x05\x4e\xec\x39\x10\x19\xf9\xf5\xe9\x87\ \xe8\x84\xd0\x5b\x2b\x8f\x47\x4d\xdf\x7a\x70\x5e\xef\x8a\xc7\x16\ \x2c\xa1\xf1\xb4\x83\xdb\xe7\x55\xc8\x95\x78\xe9\xea\x0b\x91\xb3\ \xf4\xca\xee\x13\x3e\x5d\x97\xad\x1f\x55\xeb\xe2\xa1\x13\xef\x5f\ \xdd\x18\x3d\x73\x77\x85\x9e\xd3\x7a\x97\x73\x89\x48\xb7\x58\xe7\ \x86\x15\x56\xfc\x85\xd8\x33\x3c\xf0\x91\xde\xa3\x78\x09\x57\x48\ \xf3\x7f\x97\xe9\xdc\xac\x5e\x3e\x3b\x3b\xbb\xbc\xee\xb9\xbe\x3c\ \x39\xfa\xe0\x4b\xc2\xa5\x9d\x9b\xe2\x4b\xf6\x5d\xe8\x57\x37\x2b\ \x71\xde\xda\x7d\x77\xee\x5c\x2c\xdc\x5c\x33\x75\xcb\xbd\x7b\xe7\ \xaf\x7e\x4a\x88\xde\xbf\x69\x97\x53\xd3\xf1\x7e\x0d\xf3\xbc\x0d\ \x34\xd4\x68\xdc\xc0\x41\xae\x7e\x1d\x6a\xae\x52\x55\x76\xe8\xf8\ \xfb\x21\x2b\x96\x54\x73\xd3\xa5\xda\x16\xca\x63\xa7\x8e\xd0\xbb\ \x97\x2a\x9a\xe5\xc5\x28\xe5\xc9\xe7\x84\x5a\x8d\xea\x79\xb8\xdb\ \x3a\xbb\xe6\xb5\x4d\x7f\x1d\x62\xc9\xdb\xb4\x92\x32\xf8\x7d\xa0\ \x4b\x99\x4a\x8a\x84\xcf\x89\x36\x25\xea\x95\x2d\xa0\x72\xcc\x55\ \xa9\x7e\x8d\xbc\x1e\x4e\x2e\xce\xb9\x84\xd4\xc0\x4f\xa6\x02\xed\ \x9a\x15\xf0\xb4\xb7\x77\xb5\xd5\xdc\xbc\x7e\x3e\x2c\xea\xf3\x8e\ \x4d\x07\x4b\xf4\x5f\xe0\x5b\x32\xfe\x79\xaa\x4b\xcb\x86\x25\xec\ \x1c\x1c\xa4\x22\x20\xf9\x49\x48\x52\xdd\xc6\xf5\x3c\x9d\x54\x79\ \x8b\xd7\xac\x92\x2f\xaf\x93\x9d\xab\xbd\x5c\x7d\xe1\xd8\xf5\x98\ \xf0\x47\x1b\x0f\xf8\xf7\x9a\xb7\xc8\x3b\x2d\x5c\xe3\x5e\xaa\x6c\ \x1e\x55\xec\x93\x43\x9f\xec\x5b\x2c\xe9\xd3\x28\x39\x36\xb6\x52\ \xed\x12\x8f\xcf\x9d\xcc\xdd\x66\x5c\xbf\x46\xa5\x83\xbf\x9a\x8a\ \x97\xe4\xe8\xd9\x90\xb1\x6b\x67\x57\x50\xa5\x6b\x5c\x8b\xe7\x92\ \xa4\xc6\xe2\x5d\xa1\xac\x9b\x4c\x1d\x70\xfc\x91\x76\xee\x86\x51\ \x3e\xa6\x04\x4b\xde\xb2\x25\xbc\xe5\x00\xb1\xef\xc2\xd4\x4e\xd5\ \x2b\x35\xf0\xed\xd7\xfa\xee\xaa\x09\xfb\x5f\xc4\xc9\x25\x22\xe0\ \x55\x40\xa0\x73\x85\xda\xc5\x7d\x5c\x9d\x3d\x8a\xd4\xab\x51\xd2\ \xcd\xc9\xd6\xcd\xd5\x23\x21\xf8\x99\x90\xa7\x6c\x93\x06\xad\x7b\ \xd6\x90\xcc\x1b\x37\xf3\x83\xde\xad\xcf\xc8\x3e\x71\x27\x66\xad\ \x38\x1f\x26\x4e\x79\x13\x2e\x2d\x54\xc5\x2b\xe9\x79\x94\xaa\x51\ \xcb\x12\xf6\x36\xf6\x79\x3d\xe5\xb7\x2f\x9c\xcc\xdb\x7a\x5a\xaf\ \x7a\x25\x42\x13\xc4\xb5\x1b\x94\xb5\xce\x0d\x2b\xac\xf8\x0b\xb1\ \xe7\xeb\x3b\x2f\xdc\x8a\xd6\x72\x86\xc4\x27\x0f\x92\x6c\x8a\x95\ \x51\xf2\xe2\xde\x63\xe7\x42\x55\xec\xd4\xc9\x05\xaa\x76\x5c\xb0\ \x68\xc1\xb8\xa1\x5d\x8a\xb9\x28\x81\xe4\xe8\x4f\x2f\xdf\x87\x89\ \x6c\xdd\x3c\x6c\x85\xd4\xf4\x8c\xe4\x74\x43\xd9\xe6\xfd\x17\x2f\ \x59\x30\xa2\x57\x1b\x55\xea\xcb\x0f\x1a\x97\xf2\xc5\x24\x24\x3d\ \x79\x9d\xac\xaa\x59\x50\x1e\x93\x92\x69\xc8\x88\xbf\x7d\xfc\x70\ \x9a\xad\x8f\xb3\x24\x32\x4a\x2b\x75\x54\x01\x08\xf1\x9f\xde\x47\ \x8a\x2b\x96\xf6\x4e\x79\x78\x35\xd9\xa1\x6c\x71\x69\x4c\x74\x86\ \x45\x48\x88\x3c\x79\xfa\xa6\x67\xfe\xc2\xe1\xef\x9e\x88\xf2\x97\ \x71\x27\xea\xee\xe7\xcc\xca\x65\xbc\xbf\x3e\xbc\x66\xc8\x55\xc9\ \x3e\xfc\x76\xaa\x6d\x21\xfb\x2f\x8f\x47\x2d\x3c\x55\xb1\x75\x73\ \x7b\x8b\xa8\x46\x87\xd1\x4b\x16\xcc\xf6\xed\xfd\x8b\x29\xe0\x41\ \xbc\x4d\xf1\x52\x4e\x39\x2a\xcb\xb8\xc0\x0f\xd1\xf2\x2a\xa5\xdc\ \x02\xae\x3f\x91\x14\xac\xac\x30\x85\x3e\xf8\x64\x28\x55\xc1\x2b\ \xdd\xe8\xd0\x76\xe4\xec\x05\x73\xa6\xf5\x6a\x54\x3a\x2e\xf2\x4b\ \x26\xe2\x8c\x34\x6d\x4c\x74\x9c\xd6\x64\x8c\x8f\x7b\x7f\xe2\x46\ \x50\x91\x42\x85\x0d\x99\x89\x1a\x9d\x2e\x2e\xe4\xd2\xd5\x0f\xda\ \x8a\x85\xe5\x31\xc9\x6a\x43\x7a\xc2\xe5\xe3\xc7\x4d\x2e\x05\x94\ \xc6\xb0\x68\x9d\xd8\x98\x91\x91\x19\x1f\x9b\xaa\xd1\xeb\xe2\x13\ \x4e\x1f\x3f\xa7\xc8\x53\xd8\x5d\x0c\x10\x1e\xf0\x3a\xd5\xde\x5b\ \x85\xa1\x74\xa7\xc9\xa3\xea\xc9\x76\x1e\xbc\xa0\x03\x50\x3f\x7b\ \xf5\xb1\x58\x85\x8a\x96\xaf\xf7\xbe\xea\x3d\x2b\xb8\xf3\xf8\xc6\ \x6b\x8f\x72\x55\x62\x1e\x3e\x77\x2a\x54\xc6\x90\x69\xf1\x5b\xb2\ \xaa\x50\xec\xcd\x2d\x7b\x5f\xe4\x69\x34\x64\x71\xbf\x62\x67\xf6\ \x1d\x7f\x71\xef\x89\x25\x4f\x75\xe7\x88\xbb\x5f\x45\xf9\x6a\x38\ \xf1\xf0\xe9\x13\x27\x9f\xe2\xb2\xcc\x68\x83\x48\x9c\x1e\x79\xf5\ \x71\xb2\x6b\x2d\x2f\xe3\xad\x4b\x57\xa3\xd4\xd6\xf3\x4d\x56\x58\ \xf1\x97\x60\xcf\xcc\x58\x8b\x57\xdd\x26\x15\x81\xaf\x71\x96\x0a\ \x8d\xea\x28\x30\x25\x1a\x72\x57\xa9\x53\xb1\x46\x87\x11\xa5\xd3\ \xce\x0f\xf1\xf5\xdd\x78\xee\x79\x96\xe7\xb6\xe4\xa0\x7b\x4b\x26\ \x0f\xef\xdb\x6f\xc8\xdb\x3c\x9d\xe6\x8f\x68\xd6\x79\x88\xaf\xed\ \xf3\xcd\x7e\xbe\x23\x8f\xdc\xfb\x92\x92\x98\x54\xbc\x7a\xa3\xa2\ \x52\x32\x43\x53\xf2\x96\xa9\x59\xc4\xab\xdc\xa0\x6e\xd5\xf6\x4c\ \xf4\xdb\xf7\x56\x5a\xb3\x4a\xf1\x7c\xc5\x6a\xd5\x72\x53\xfb\xbf\ \x8b\x03\xd2\x13\x92\xdd\xca\xd4\x2a\x93\x87\xd0\x08\x73\xc5\x7a\ \x95\xdc\x0a\xb4\x6c\x5d\x4a\x3b\x6e\xc8\xe4\x10\xdb\xf2\x95\xf2\ \xd9\x24\x66\x50\xb7\x4e\x4d\x92\xc3\xed\x0b\xd6\xa8\x9a\x5f\x16\ \x15\x23\xa9\xd6\xa4\x8e\xa3\xc5\x46\x17\xf5\x60\xd4\xcc\xed\x85\ \xba\xcd\x1a\xdb\xe5\x97\xde\xfd\xfb\x26\x9c\x9f\xe7\xeb\x37\xf6\ \xf2\xfb\xc8\xf0\x24\x71\xc5\xc6\xb5\x9d\x72\xb6\x59\xd2\xe2\x53\ \x72\x95\xad\x5d\xca\x8d\x50\x8d\x43\xfd\x46\x15\x84\xa4\xaf\xb6\ \x45\x2b\xd7\x29\x5b\xc2\xcf\xb7\xe9\xb5\x79\x23\x7c\xc7\x2c\x79\ \x16\xa6\xa9\xd0\xa0\x79\xee\xb0\xcb\x43\x67\x6e\x51\xd5\x19\x5a\ \x47\x76\x7f\xf0\xb8\x65\x14\xad\x99\x2f\x97\x6b\xcb\x1e\xfd\x84\ \x7b\x6b\xc7\x2c\x3c\x53\xb8\x72\x55\x4f\xef\x6a\x7e\x9d\xca\x6e\ \x18\x39\xf8\x78\x88\x5d\x8d\x8a\x45\xf2\x95\xa8\x59\x41\xf2\x7a\ \xca\xe8\x85\xef\xe5\xf5\x86\xb5\xf4\x9a\x37\x78\xf8\xed\x54\xef\ \xda\xe5\xf2\x67\x15\x1a\x93\x61\xa8\xd1\xb0\xb6\xfa\xd5\xe1\xfe\ \x3d\x7b\x6c\x7e\xeb\x36\x65\x68\x67\x25\xa0\x4f\x31\x29\x0b\xd5\ \xad\x5c\x28\x31\x34\xb5\x58\xed\x06\xb9\xc5\xda\x78\x59\xc1\xfa\ \xb5\xdc\xe3\x0d\x5e\x8d\xea\x7b\x5f\xdc\x3a\xab\x47\xcf\x91\xba\ \x2a\x7d\xdb\x17\xf8\x32\xae\x47\x8f\xa9\x27\x92\x46\x4e\xeb\xad\ \x4d\x95\x56\x6b\x56\x55\x1d\x96\x5e\xaa\xce\x2f\xf6\x98\xd2\x74\ \x4e\x55\x6b\x35\xee\xd2\xab\x9f\xe1\xc1\xd2\xb6\x2d\x06\xc7\x79\ \x55\x29\x24\x8e\x3a\x73\xec\x6c\x94\xc6\x3a\x41\xac\xb0\xe2\x37\ \x61\xf5\x2d\x6f\x05\x00\xe9\x6f\x97\x2e\xd9\x9d\xa8\x55\x87\xc7\ \x8b\xba\x8f\x9f\xd1\xae\xa2\xb7\xb5\x4b\xac\xf8\xef\xc1\x5f\xdb\ \xb7\xbc\x15\x7f\x6d\x08\x4a\x9f\xb6\x5d\xbb\xa7\x68\x2d\xee\xf9\ \x4b\x16\xca\x6d\x6f\xed\x10\x2b\xac\xf8\xff\xc2\xca\x9e\x56\x00\ \x88\xe4\x8e\xc5\xcb\x55\xb1\xf6\x83\x15\x56\xfc\x7e\x58\xd7\xe6\ \x56\x58\x61\x85\x15\x56\xf6\xb4\xc2\x0a\x2b\xac\xb0\xb2\xa7\x15\ \x56\x58\x61\x85\x95\x3d\xad\xb0\xc2\x0a\x2b\xfe\xd3\xf0\xcf\xef\ \x1a\x69\xb4\xba\xb8\x27\x0f\x32\x3e\x7e\x10\x8c\x46\xb1\x8d\x8d\ \x53\xb9\x8a\x1e\x15\x2b\xcb\xa5\xd6\x6d\xa8\x7f\x09\x04\xf8\xd7\ \x3a\xf4\xf8\x1b\xff\xa3\x56\x58\x61\xc5\xbf\x48\xf6\x4c\x49\x88\ \xff\xb0\x6c\x41\xfc\xb2\xf9\xfa\xa3\x07\x0c\x67\x8f\xeb\x0e\xee\ \x89\x5a\x30\x23\x70\xcb\x7a\x8d\xfa\x37\x0d\xac\x05\x93\x21\x33\ \x3d\x2d\x43\xad\x07\xd0\x7e\xdc\xb8\x7c\x5d\x88\xf6\x37\xd3\x9a\ \x4d\xa6\x7f\xec\x51\x53\x9b\x89\xe6\x87\xd0\x9b\x46\x2d\x5a\xd3\ \xdf\xb2\x01\x60\x31\x90\x9e\x46\x5a\x1a\x3a\xc3\xf7\xe0\x42\x99\ \x99\xbf\x46\x4e\x60\x31\x91\x91\x8e\x46\xff\x73\xb6\xdf\x82\xbb\ \x5b\xc8\xc8\xc0\xf8\x6b\xd5\xd2\x64\xa2\x33\xfc\x6d\xd1\x59\xd9\ \xfe\x54\x96\x85\x4c\x75\xf6\x4f\xb3\x91\x8c\xf4\x1f\x32\x07\x83\ \x06\x9d\xf9\xfb\x83\x5a\x35\xa9\xa9\xe8\x0c\x44\x3c\x67\xc1\x26\ \xd4\xbf\xe3\xa5\xe8\x43\x59\xb3\x9a\x58\xc3\x1f\x7e\x9b\xcf\x4f\ \xaf\xdd\x72\xea\xe9\x1f\x1d\x02\x27\xb6\xae\xbc\x15\x98\xfc\x87\ \x9e\x49\x7a\x77\x6d\xc5\xc6\xd3\x69\x96\x9f\xc7\x85\xd1\x2c\x08\ \xd6\x99\x68\xc5\x7f\x07\x7b\x6a\x75\xfa\x90\xad\x1b\x2c\xb7\xaf\ \x4a\x04\x8b\x48\xa5\x12\x29\x94\x22\x95\x4a\xaa\xd3\xe9\x4e\x1d\ \x0d\x39\xb2\xef\x57\xa7\x82\x39\xe1\x65\xff\x06\x95\x3b\xf5\x1b\ \xd2\xb7\x7b\xa7\x51\xcb\x4f\x25\xa6\x47\xdf\xbc\x76\x4f\x6f\xf3\ \xeb\xf9\xab\x03\x0f\x0d\x1e\xb9\x4c\xff\x5b\xc5\x5b\xb8\xbd\x8b\ \x6e\x5d\x68\xfa\x0b\x1b\x6f\x00\x04\x9c\xa4\x6d\x2b\xda\x74\xe2\ \xfc\x3b\x80\xb4\x28\x96\x0f\xa3\xc7\x64\x4c\x90\xf0\x88\xf1\x7e\ \x0c\x1b\x46\x93\x2a\x8c\xdd\x8a\x39\x93\xf9\x7e\xb4\x6f\xcf\xe0\ \x45\x64\xe4\xb0\xed\xfe\x09\x34\xea\x86\x1e\xde\x9c\xc7\xaf\x3f\ \xed\x5a\xb3\xee\x12\xc0\xeb\x53\xb4\x6b\x4d\x9b\x4e\x9c\x7f\x0f\ \x46\xb6\x4e\xa5\x4b\x77\x9a\xb4\xe7\x7e\xd8\x0f\xf4\x9a\xca\x8e\ \x05\xf4\x1b\xc4\x99\x27\x00\x61\xaf\xe9\xdf\x82\xa5\x27\x00\x0c\ \x09\x4c\xe9\x4d\xc7\x76\x8c\x59\x83\x16\xb4\x91\x8c\xe9\x45\xc7\ \x56\x4c\xd9\x8a\x11\x1e\x1c\xc4\x77\x00\xed\x3a\xb0\xeb\x36\xc0\ \x93\x03\xb4\x6f\x49\xab\x4e\xdc\x0c\x06\x38\x37\x87\xc6\x1d\x18\ \x39\x92\x73\xcf\xc8\x4c\xe0\xee\x73\x4c\xbf\xe3\xbd\x48\x6c\x29\ \x50\x08\xc5\x1f\x7f\xa5\xe1\xef\x1f\x3d\x0f\x8c\xfe\x83\x0f\x89\ \xfc\xef\x5c\x78\x1f\xa3\xff\x43\xcf\xa8\x1c\x72\x15\x2e\x98\x5b\ \xf6\x43\x0d\xd5\x01\x07\x07\x8d\xda\x64\xb4\x4a\xbd\x56\xfc\x97\ \xb0\x67\xdc\x8b\xa7\xe6\x47\xf7\xc4\x4a\x1b\x7e\x0c\x18\x21\x95\ \x4a\x64\x52\xcd\x95\x8b\x89\xc1\x9f\xff\xfe\x11\x43\x5a\x7c\x82\ \x5d\xb9\xa5\x27\x0f\x9f\x3a\xbc\x30\xfc\xc4\x92\x5d\x8f\xd3\xed\ \x4c\x9f\xa7\xf6\x19\xe4\x37\x71\xd9\xab\x58\x13\x10\xf9\xfc\xcc\ \xf8\x41\x03\x7d\xc7\x2d\x79\x9d\x84\x8d\xc2\xf4\xf2\xce\x81\x81\ \x7e\x83\xb7\xde\x8a\xc4\x1c\xbd\x7d\xfe\xd8\x81\x03\x86\xec\xbc\ \xfc\xee\x5b\x6e\x5e\x15\xd9\x70\x98\xd5\xdd\xd8\xb9\x09\x4d\x0a\ \x4b\x37\xd2\x7f\x03\x4b\x3a\xb0\x6a\x09\xe9\xe0\x7f\x83\x07\x5f\ \xc8\xc8\xc0\x08\x1e\xf5\xd9\x7e\x94\x83\xab\xf1\xf1\xa2\x4d\x6b\ \x9e\x1e\xe4\x89\x84\xc3\x87\x30\xde\x62\xcf\x53\x80\x77\xe7\x38\ \xf0\x04\x93\x05\x1d\x14\x6b\xcc\xba\x6d\x74\x29\xc9\xcd\x27\xa0\ \x66\xc9\x06\x7a\xaf\x65\x59\x67\x56\x2d\x24\xc1\x42\xf5\x4e\x1c\ \x3b\x45\x2b\x7b\xd6\x9c\xfa\xde\xae\x5d\xf3\xb8\xab\x67\xe1\x46\ \xba\xd5\x45\x48\xe6\xf2\x31\xc2\x53\x49\xd7\x00\x5c\x5e\x4b\xa0\ \x0f\x87\x0f\x91\x74\x9e\x2b\x1f\xb8\xbc\x83\xa4\x92\x1c\x3e\x48\ \xe0\x21\x2e\x7c\xa1\x72\x1b\x36\x6d\xa1\x85\x37\xb7\x1f\x61\x4a\ \x62\xe9\x0e\x86\xec\x66\x7e\x7d\x96\x2d\xc7\x02\xe1\x91\xb4\x9d\ \xce\xfe\xfd\x74\xa9\x8d\xc9\x80\x8d\x12\x19\xa4\x07\x31\x73\x24\ \x83\x06\xb1\xe6\x10\x40\x4c\x00\x13\x7c\x19\x32\x9d\xcf\xa9\x39\ \x7c\x66\x26\x3e\x11\xa9\x99\x93\x1b\x18\x34\x88\xc1\x13\x78\x16\ \x0e\xa0\x8f\x62\xe9\x44\x06\x0d\x62\xfe\x77\x19\x56\x78\xb8\x67\ \xa1\xef\xa0\x81\x53\xd7\x1e\xcf\x04\x95\x8d\x8d\xca\xce\x16\x4d\ \xd4\x8e\x39\xc3\x06\x0d\x1a\x72\xe2\x79\x98\x26\xfa\xe5\x82\x51\ \x03\xfa\x8f\x98\xfb\x2c\x52\x07\xa9\x47\xd6\x4c\xf5\x1d\xd8\x7f\ \xc9\xbe\xbb\x16\x20\x23\x78\xc3\xf4\x11\x7e\x03\x87\xdd\x0c\x16\ \x9c\x74\x9f\xb7\xaf\xd8\xf8\x31\x19\x74\x1f\x37\xac\xda\xf4\x39\ \x7b\x31\x21\x3c\x3f\xbd\x7e\xd0\xc0\x81\xb3\x36\x5f\xd0\x61\xba\ \xb0\x71\xd1\x99\xd7\xe9\xc4\x3e\x59\xb5\xf1\x58\x4c\x9a\x2e\x25\ \x25\x53\xd0\xa6\x9c\xda\x38\x63\xb0\x9f\xef\xa6\xdb\x21\x12\x89\ \x38\xe8\xde\xce\x01\x83\x06\xef\x79\xf0\xf6\xe5\xe5\x1d\x83\x07\ \x0f\x9e\xb2\xe9\x4c\xaa\x55\x14\xb5\xe2\x3f\x95\x3d\x33\x3f\x7f\ \x12\x69\x35\x88\xff\xee\x59\xb1\x84\xd4\xe4\x8c\xaf\x5f\x7e\xa5\ \x18\xb9\x42\x94\xf2\xf5\xfc\xde\xc3\x07\x76\x1c\x48\x76\x28\x5c\ \xda\x4b\x65\x91\xb9\xb7\xe9\x37\xb0\xa2\xe5\xe9\xdc\x95\x07\xd3\ \x13\xfc\x27\x4d\x59\xeb\xd1\xb4\x47\x63\x8f\xcf\x93\x27\xac\x89\ \xd0\x49\xf3\x14\xa8\xe2\x37\x76\x42\x9b\x8a\x76\x7b\xa6\x8c\xba\ \x98\xe0\xd3\xa7\x4b\xed\x0b\x2b\x27\xec\x7d\x9a\x9c\x55\xe5\xa2\ \xe5\xc9\xeb\xc8\xbb\xaf\x54\x6d\x8c\x39\x94\x54\x5b\x1a\x96\xa0\ \x6c\x2d\xe4\x09\x04\xa5\x53\xbb\x3b\x8b\x47\xa2\x12\xf1\x6d\x0e\ \x9e\xda\x80\xb8\x36\x8d\xf3\xf2\xf2\x19\xe5\x6a\xe1\x96\x8b\x7a\ \xa5\x08\x78\x8f\x25\x95\xad\x67\x19\x39\x93\x02\x76\x98\xc1\xc6\ \x9e\x0b\x9b\xd9\x76\x83\xda\x75\x30\x86\x90\x62\x43\xa3\x52\x94\ \xad\x85\x22\x91\xaf\x06\xca\x55\xc1\xde\x44\xa8\x96\x86\x15\x72\ \x04\xea\x70\x0e\x5c\x21\x23\x82\x09\x03\xd9\x7d\x17\x1c\x19\x30\ \x87\x81\x4d\xb2\x55\x04\x4f\x3f\x53\xb5\x09\x2e\xee\xd4\x2c\xc9\ \x9b\x47\xbc\xfd\x4a\xcd\x3a\xb8\xe4\xa1\x5a\x5e\x9e\xbe\xc7\xd6\ \x85\xf3\x4b\xd8\xf3\x90\x7a\x0d\x49\x0a\x21\x2d\x17\x55\xf3\x53\ \xe3\x17\x88\x20\x1e\xec\x54\xdc\xdd\xce\xa2\xcd\xc4\xeb\x91\x4b\ \x11\xcb\x20\x93\xc9\xa3\x31\x96\xa3\x6b\x4d\xce\x1c\x25\x2e\x99\ \xe9\xd3\x28\xdb\x9b\x3a\x30\x73\x15\x59\x8b\x75\x4b\x02\xc7\x4e\ \x90\x9a\xca\xd1\xe3\x54\xea\x42\x03\x57\xc6\x8f\x25\x22\x99\xa5\ \x13\x08\x71\x65\x60\x5b\xae\x1d\x25\x2a\x5b\x88\x15\x95\xa8\xdf\ \x6d\xea\x44\xbf\x8c\x5b\x9b\xb6\x5f\x0a\x56\xd8\x2a\xa4\x72\x85\ \xe6\xcb\xd3\x23\x37\x63\x9b\xf7\x1b\x52\xcb\x23\x65\xee\xb8\x99\ \xe2\x06\xbe\xbd\x4b\x27\xcd\x9c\xb5\x29\xd5\xe2\x58\xbb\xfd\xe0\ \xc9\x23\xda\x3f\xdd\xb5\xf0\xd4\xd7\xd4\x23\x73\xc6\x5d\xc9\x28\ \x31\xa0\x6f\x5b\x4f\xa5\x48\xe9\x68\x13\xfa\xf4\xc4\xd9\x37\x89\ \x9a\xd7\x97\x4f\xdc\xfe\xe2\xa8\x00\x88\xba\xb9\x76\xd6\x9e\x8f\ \x7d\x47\x0e\xd5\xdf\xdd\xb0\xe6\xec\x97\x62\x45\x6d\x77\xcd\x1b\ \x33\x72\xda\xea\x34\xf7\x42\xf6\x89\xaf\x4f\x5d\x79\xfa\xfa\xd2\ \xde\xa5\xc7\xbf\xf6\x18\x3b\xa3\x65\x05\x6f\x93\x41\xe7\x98\xaf\ \xc6\xd0\xf1\x13\x1a\x39\x46\xce\x98\xbe\xbd\x74\xe7\xb1\x43\xda\ \x54\x51\x58\xe7\xa5\x15\xff\xb1\x7a\x4f\xa3\xf1\x57\xa8\x33\x7b\ \x56\x8a\x30\xfe\x9a\xe2\x4d\x2c\xb1\x68\x52\x3f\xbf\x0b\x49\xa0\ \xd0\x82\xb5\xeb\x5a\x14\x53\x9a\x95\xee\x35\x1b\xd6\xe8\xde\xbd\ \xb5\x25\x31\xf8\xe9\xb3\x27\x09\x79\x1a\x0c\xef\xdc\xa8\xeb\xa4\ \xd1\xf6\xb1\x4f\x1e\x47\x68\x1c\x9d\x3d\xca\x95\x28\xe2\xe9\x18\ \x71\xf3\x75\x42\xdf\xb1\x23\xea\x35\xeb\xd5\xa3\xa6\xe2\xd1\xc3\ \xe7\xdf\xf2\x3b\xbd\x84\xd3\xa9\xcc\x1d\x84\x5c\x8f\x05\x44\x39\ \xc1\xd7\xcc\x02\x72\x39\x16\xd3\x0f\x91\x88\x92\x38\xfd\x9c\x6e\ \x5d\xb2\xef\x66\x25\xcb\x8a\x8e\x79\x6e\x2d\x86\xf2\x94\xb6\x23\ \x29\x8d\x0c\x2d\x40\xff\x19\x9c\x5f\xc7\xd5\xcd\xbc\x4f\x44\x22\ \x46\x44\xf6\x66\x8d\x00\xe8\x98\x33\x14\x71\x7d\x06\xd5\xcf\xce\ \x38\x23\x1c\x69\x41\x0e\xec\x61\x4d\x5f\x76\xae\x27\x4e\x8c\x5c\ \xf6\xbd\xf5\x16\x01\xf1\x0f\x21\xea\x2c\x42\x76\x5f\x8b\x45\x98\ \x4d\x00\x7d\x57\x70\x64\x21\x87\xd7\xf2\x51\x83\x42\x82\x28\xeb\ \x6d\x08\xe8\x04\xba\x2f\x60\xd9\x48\x92\x6e\x33\x7f\x0f\x16\x1b\ \x14\x36\x44\xbd\x21\x58\xc6\xc4\x41\xd4\xaf\x41\x2e\x07\x92\x42\ \x78\x18\xcc\xe3\xd3\xdc\x79\x4f\xf0\x47\x74\x59\x7d\x2f\xc1\xce\ \x0e\x91\x80\x8d\x13\xd5\xea\xd3\x6d\x32\x25\x35\xdc\xb8\xcc\xeb\ \x34\x46\x4f\xa0\x46\x1d\x3c\x9d\x72\xba\x45\xd0\xbc\x7e\x74\x7e\ \xf5\xda\xbd\x9f\x63\x12\x53\x93\x92\x4d\x22\x89\x58\x2c\xb6\x58\ \xcc\x0e\x5e\x25\xea\xd4\x2e\xef\x29\x8d\xb9\xfe\x38\xe8\xdd\xed\ \xa3\x67\x1e\x85\x44\x7f\xfe\x9a\x92\x1a\xff\xe2\xf2\xbe\x55\x3b\ \x2e\x44\x25\x27\xc7\xc4\x7e\xbe\xf7\xc9\xd8\x73\xe2\xf0\xea\x75\ \x1b\x97\x2f\x6a\xa7\xb1\x29\xda\xbb\x63\xf5\x57\x37\x2e\x5e\xb9\ \x1d\x5c\xaa\x59\xcb\x2c\x47\x50\x6f\xef\x3e\x09\x89\x8a\x38\xb5\ \x6b\xef\xa7\x98\xa8\xcf\x41\xc1\x45\x9a\x8c\xae\xa6\xb9\xb3\xef\ \x91\x74\x54\xe7\x4a\xb6\x08\x72\x89\xc4\xa7\x5a\xb3\x66\x45\xf4\ \x1b\x56\x6c\x09\x4e\x30\x48\x10\x64\x76\x79\xca\x94\x28\x92\xb7\ \x78\xb5\x6e\x6d\xca\x5e\xdf\xb2\xfc\xda\x9b\x04\xb9\x75\x21\x6f\ \xc5\x7f\x2a\x7b\x8a\x55\x2a\x2c\xbf\xe9\x3d\x57\x6c\x6b\xf7\xf7\ \x7f\x14\xf4\x1a\x49\xde\x0a\xa3\x17\xcd\x18\x3b\x7a\x70\xdd\x92\ \x6e\x18\x8c\x16\xb3\x49\x6f\xc8\x0a\x97\x26\x72\xf1\xf0\x12\x62\ \x3e\x04\xa6\x5b\x52\x5f\x3d\x4d\x12\x5c\x0a\xe6\xb2\x4b\x4b\x8a\ \x8f\x37\x80\xc8\xc5\xcb\xce\xf2\xe2\xc5\x47\x8c\x09\x01\x1f\x53\ \x3c\xbc\xb3\xa3\x73\x3c\x3f\xc4\xbe\x20\x76\x6f\xc5\x43\x8e\xa2\ \x10\x76\x99\x3c\x8d\x20\xf8\x25\x3a\x47\x0a\x38\x02\x58\x2c\xdf\ \x2b\x18\xfa\x92\x78\x27\x2a\x17\x02\x28\x56\x8a\xf7\x2f\xd0\xa8\ \x79\x12\x44\xd9\x82\xa4\x4a\x51\xfb\x33\x75\x31\xaf\x5f\x72\xf3\ \x29\xea\x14\x2c\x20\x95\xa2\xcb\xc0\xa9\x10\xf6\x1a\x9e\x84\x12\ \x12\x80\xd6\x89\xe2\xf6\xec\x9d\x43\x42\x79\xd6\x8d\x40\x01\x86\ \x64\x02\x3f\xa3\xf0\x42\x9a\xc6\x27\x35\x22\x11\x32\x39\x59\xd1\ \xed\xbe\x15\x5d\xa9\x00\xfe\xf7\xd1\x66\xf2\xfc\x03\xa5\xaa\x52\ \xd2\x87\xe7\x2f\xd0\xa5\xf1\x22\x82\xca\xc5\x49\x4b\x03\x90\x48\ \xd1\x6a\x71\xcf\x8b\x6d\x22\xef\xe2\x79\x7b\x0f\x8b\x27\x1e\x60\ \xb2\xa1\x54\x55\x1a\x56\x20\x22\x04\x83\x40\x66\x06\x76\xce\x88\ \x52\x09\x4c\x44\x93\x81\xde\x88\xdc\x91\x3c\x2e\x34\xee\xcd\xbc\ \xcd\x5c\xdd\x89\x34\x99\x8f\x5f\x30\x89\xb2\xe9\xde\x6c\x20\x35\ \x15\x5d\x08\xe1\x3a\x7c\x0a\xa1\xd0\xf1\x3e\x18\x32\xd1\x19\xb2\ \x37\xee\x33\xfc\xb7\x4f\x59\x7f\xa7\xc7\xd4\x39\x5d\x1b\x14\x30\ \x18\x4d\x98\x0d\x19\x5a\x03\x88\x2c\x66\xa3\xc1\x82\x45\xe1\xec\ \x95\xdb\xad\x4a\xcb\x81\x93\x97\xee\xbc\x75\x71\x69\xf2\xb9\x55\ \x0b\xcf\x25\x8f\x9d\x3b\xbb\x51\xb1\x5c\x66\x91\x53\x3e\x3b\xed\ \x93\x7b\x1f\xc0\x6c\xd4\xeb\xb5\x99\xa6\xe2\xed\xfb\xb9\xbf\x58\ \x35\xfd\x66\x4a\xfb\x5f\x2a\x65\x75\x78\xae\x3c\xce\x2e\x79\x8a\ \xf5\x1d\x35\x71\xf3\x91\x6b\xeb\x46\x37\x4d\x7c\x7e\x30\xc8\xb1\ \x46\xeb\x92\xda\x5d\x97\xc3\xcc\x0a\x85\x59\xaf\x95\x7a\x16\x9f\ \xbb\xed\xf0\x84\x9a\x19\x13\x47\x2c\x8d\x46\xa1\x4f\x8f\x8a\xd3\ \x08\x26\xb1\x63\xef\xd9\xdb\x76\x4e\xae\xb7\x67\xca\xd8\x4b\x6f\ \x12\x43\x83\x3e\x25\x69\xac\xfe\xf1\xac\xf8\x4b\xe3\x9f\x31\x30\ \x72\xae\x50\x29\xdd\xc5\x4d\x9c\x91\x86\xf4\xe7\xc0\x6b\x46\x83\ \x28\x5f\x21\x97\xe2\x25\x7f\x8d\x53\x65\x2a\xa5\xcc\xa8\x81\xac\ \x78\xe5\x62\xa9\x8d\xca\x46\x02\x22\xb1\x54\x2a\x16\xfb\x94\x6f\ \x3a\xa6\xe9\xf5\x19\x9d\xda\x0b\x08\x6d\x47\x2d\xab\x5a\xd6\xad\ \x86\xc7\x3e\xdf\xf6\x9d\xda\x0d\x5a\x30\x7a\xce\xd8\xf1\x53\x27\ \x74\xd8\x87\xaa\x58\xb7\x65\x2d\x4b\x66\xc9\x81\xb7\xcf\x12\x99\ \xcc\x14\x5f\x70\x64\xe1\x0a\x26\xf7\x67\x46\x1f\x04\x1b\x86\xcc\ \xc5\x9d\x6c\x56\xb2\x51\x66\x97\x1c\x11\x46\xee\xc2\xb8\x8b\x00\ \xea\xf5\xe6\xe6\x58\xda\x77\x20\x57\x45\xba\xd5\xc0\xa5\x1e\xfd\ \x40\xf7\x89\x21\x2b\xe9\x55\x9f\x73\xb3\x38\xf0\x91\xcc\x54\x3a\ \x8e\x20\x7f\x3e\x46\xf7\x63\x56\x7f\x04\x25\xc3\x16\xe2\x98\xcc\ \xd9\xb3\xe8\xca\x31\x68\x20\x9e\xb5\xf1\xf5\x64\xc6\x41\xf6\xee\ \x67\x54\x3b\x26\x77\x40\xa6\x64\xd0\x54\x72\x01\x20\x53\xa2\x94\ \x01\xb4\x1a\xc5\xdd\x51\x74\x68\x8f\x77\x5d\x9a\x97\x47\x64\xcf\ \xcd\x89\xb4\xbf\x48\xa1\xb6\xb4\x2d\xc6\xce\x19\xdc\xfc\x8c\x3a\ \x93\xfe\x13\x28\x51\x88\x61\x9d\x58\xd6\x05\x9d\x8a\x71\x2b\xb1\ \xd1\x32\x7d\x3c\x9f\x13\xc8\xb0\x30\x7e\x05\xc5\x24\xd8\x7c\xe2\ \x99\x88\x09\xdd\x58\x35\x04\x51\x2a\x91\x72\xbc\x8b\x32\xae\x0b\ \x9b\x67\x70\xda\x91\x1e\xb3\x28\x12\xc6\xf4\x8b\xec\x1b\x8b\xd1\ \x80\x44\x8a\x29\x8d\xd9\xfd\xb1\xd3\x52\xae\x37\xf5\xab\xa3\xea\ \xcf\xca\x69\x9c\x33\x13\x98\x84\x52\x0a\xa0\x2c\x58\xa7\x4e\x81\ \x1b\x6b\x66\x4e\x4d\x0d\xc9\x68\x51\xdf\xa3\xb4\x4b\xd5\xd5\x8b\ \xcf\x07\x14\xab\xe4\x60\xaf\xc2\x8c\xd8\xb5\xd2\xb4\x91\xcd\x97\ \xac\x99\xfa\xd2\xd5\xa1\x9a\xef\xbc\x1e\xb5\x9a\x96\x39\xb7\x7c\ \xfe\x94\x19\x5f\x62\xcc\x43\xdd\x0a\x36\x9f\x3a\x7c\xe4\xd4\x31\ \xdd\xce\xab\x82\xc2\x6c\x16\x78\x28\x50\x14\x6b\x53\xd3\xf3\xda\ \xab\x92\xd5\x8a\x64\x47\xbe\x2b\xdf\x7d\x7c\xfb\xb7\xd3\xa6\x4d\ \x9e\xec\x94\xbb\xe4\x94\xa9\xbe\xb7\xf6\x9e\xaf\x38\x6c\xc3\x20\ \xaf\x7b\xfd\x66\xad\xad\xd4\xb1\x94\xab\x9b\x53\xec\xcb\x9b\x0b\ \xd7\xed\x4d\xc9\x48\xac\x54\xcf\x37\x77\xf1\x1a\x75\xbd\x0e\xfa\ \x76\xee\xd0\xb8\x53\x57\xd1\xcb\xeb\xc1\x29\xc9\x9e\x35\x9b\x14\ \x53\x45\xaf\x99\x38\xbb\xee\xfc\xdd\x1d\x4a\x3b\x59\xa7\xa8\x15\ \x7f\x59\xfc\x33\x1e\xea\x4c\x82\xf0\x71\xef\x4e\xf5\x81\xdd\x12\ \x91\xf0\x9d\x40\x0d\x06\x93\xd2\xc6\x6d\xe4\x84\x42\xcd\x5a\xfc\ \xca\xc2\xcb\x62\xd6\xea\x8d\x72\xa5\x32\x3b\xfc\xb0\x60\xd6\xe9\ \x8c\x72\x1b\xa5\xc8\x6c\xd4\x19\x2d\x4a\xa5\x42\x04\xc9\xb1\xd1\ \x46\x85\x93\x87\xb3\x0a\xc0\xa4\x89\x4b\x48\x91\xd9\xe5\x72\xb1\ \x97\x1b\x33\x93\x13\x32\x4c\xb9\x3c\xdd\xbf\x51\xb5\x49\x47\xa6\ \x1a\xad\x01\x91\x94\xdc\xb9\x00\x32\x93\x31\x2a\x71\xfe\x21\xec\ \xbb\xd1\x84\x4c\x9a\x55\x14\x66\x11\xd2\x6f\x4d\xb1\x90\x90\x84\ \x6b\xae\x9f\xa4\xee\xac\xc4\x46\x35\x29\x99\x48\x6d\x71\xc9\x91\ \x9e\xd5\x29\x18\x14\xd9\xd9\xea\x32\xc9\xd4\x60\x34\x23\xb3\xc5\ \xcd\x1e\xad\x0e\x1b\x1b\x80\xb4\x04\xcc\x2a\x5c\x6c\x73\xa4\x6c\ \x33\x16\x71\xb6\x1c\x8a\x91\x84\x54\x72\xe5\xfa\xb6\x77\x46\x42\ \x3a\xb9\xdc\xb2\x73\x4b\x53\xa3\x74\xc0\x31\xc7\xf0\x20\x23\x09\ \x8b\x2a\xfb\x32\x33\x15\xb5\x1e\x7b\x57\x54\x52\x00\xb3\x16\xa3\ \x8c\x97\x97\xb9\xf1\x82\xe0\xb7\xb8\x34\x64\xcd\x88\xec\x47\xd4\ \x26\x9c\xdc\x50\x8a\x49\xfc\xc2\x86\xc5\x04\xd8\x73\x62\x31\x3d\ \x5b\xd1\x7b\x03\xd5\x3d\xc8\xe5\x0c\xf0\xe6\x36\xe7\xee\x11\xfe\ \x01\x63\x49\xb6\xcc\x26\x4b\xab\x28\x18\x32\x63\xe2\x53\x25\x4a\ \x07\x57\x57\x07\xa9\x08\x75\x5a\x9a\x44\x69\x83\x80\x42\x99\xbd\ \x6e\xce\x4c\x8a\x4d\xd3\x99\x6d\x9d\x73\x39\xa9\xe4\x26\x4d\x4a\ \x5c\x92\x5a\xe1\xe0\xe4\xec\x68\x27\x01\xb3\x26\x25\x36\x45\xab\ \xb4\x77\xb6\x13\x12\xcf\xef\x3f\x78\xe9\x79\x50\xc3\xa1\x8b\x7a\ \x55\xcf\xfd\xe3\x5a\x23\x2e\x26\xd1\x24\x51\xba\xb9\x38\x9a\xf4\ \x06\x95\x9d\x4a\x04\x3a\x75\x06\x52\xb9\x08\xb1\x44\x64\x4a\x4a\ \x4c\x32\x89\x94\x1e\x9e\x6e\xd2\xec\x77\x9d\x2a\xb7\x73\x44\x97\ \xae\x36\xe0\xec\xe1\x69\x2b\xb5\xa8\xd3\x33\x65\xb6\xf6\x72\x89\ \x75\x0d\x6f\xc5\x9f\x81\x7f\xce\x43\xdd\x3f\xe9\xdf\x53\x6f\x34\ \x86\x9c\x3c\x96\x79\xe1\xb4\x90\x10\x97\xa5\x4a\x14\xe5\xcd\xef\ \xdc\xa9\x5b\x81\x5f\x9a\x4b\xff\xc5\x46\xd7\x09\x09\xe8\xf4\xdf\ \x4d\xc7\x2d\x66\x04\x11\x59\x35\xb5\x98\xb3\x77\x8a\x44\x22\x44\ \xa2\xec\x15\xb4\x48\x8c\x88\xef\x0b\x79\xb1\x18\x91\x08\xc1\xf2\ \x83\x62\x54\x84\x58\x94\x6d\x8f\x2e\xca\x59\x7d\x0b\x02\xfc\x98\ \x6d\xce\xef\x2c\xe1\x37\x4b\xa7\x69\xb6\x20\x12\x65\x6b\x80\xbf\ \x17\x2d\x46\x24\x64\x67\xfe\x37\x65\xfd\x78\x99\xf5\xfb\x5b\x59\ \x7f\x93\x8f\x38\x4b\x0d\x2a\x60\xb1\x64\x5f\x62\xc2\xff\x2e\x6f\ \xc2\xb0\xf5\xe0\x97\xa6\x38\x88\xbe\x3f\x22\x58\x10\x40\x1b\xc3\ \xf1\x1b\x54\x6f\x49\x51\x27\x9e\x3f\xa5\x70\x15\x5c\xe5\xd9\x99\ \x7f\x7a\xca\x93\x8f\xc8\x1d\x69\xdc\x9c\xa2\x1e\x38\x38\xfe\xaf\ \xbd\x0b\x53\x46\xd4\xc5\x93\xd7\x94\xa5\x1b\x34\xad\x9c\xdf\x3a\ \x03\xad\xb0\xb2\xe7\xef\xf5\x8e\x2c\x40\x52\x44\x78\x46\xe8\x57\ \x41\xaf\x17\xab\x54\x4e\x45\x8a\x39\x7d\x97\xb2\x7e\x2f\x04\x8b\ \x20\x12\xff\x31\xb6\xdd\xbc\x99\xd7\xef\x90\x0a\x68\x7f\xb0\x35\ \x94\x48\xb2\x59\x49\xaa\x40\x2e\x42\xa3\xfb\x83\x9a\x5c\x19\x62\ \x33\x26\xf3\xaf\x1f\xe8\xf9\x96\xf9\xaf\x4b\xef\xe2\x6c\x62\x35\ \x9b\x10\x40\x24\x42\x22\xf9\x7e\x49\x16\x15\x0a\xd9\x54\x2b\x91\ \x7c\x6b\x38\x66\x0b\x62\x09\x62\x51\xf6\x6f\xbe\x25\x06\xb3\x39\ \xfb\x16\x02\x66\x73\x76\xb6\xb6\x0e\x28\xa5\x18\x0d\xa8\xd5\x08\ \xa2\x6c\x22\xfe\xfe\xa0\x14\x7b\x3b\x8c\x5a\x0c\x16\x94\x0a\x74\ \x6a\x4c\x42\x76\xcd\x65\x4a\x6c\x14\x88\x44\xe8\x35\xb4\x68\x45\ \xf3\x16\xff\xa3\x71\x66\x30\x20\x93\xf3\x7f\x2b\x13\x1a\x8c\x06\ \xa9\x4c\xfe\xaf\x39\x65\x6c\x06\xc9\x1f\x1b\xc3\x82\x45\x24\xfa\ \x5f\xab\x8b\x21\x3d\x31\xc1\xa0\xf0\x72\xfb\xff\xb8\x58\xd5\x24\ \xc7\xa4\x0b\x4e\xb9\x5d\x6d\xac\xc4\xf7\x7f\xc8\x9e\xff\xfc\xc1\ \x4a\x11\xb8\xe5\xf5\x71\xcb\xeb\xf3\x7b\xe5\x14\x4d\x5a\x74\x6c\ \xb2\x54\x65\x8b\x49\xab\xd5\xe3\x24\x8a\xdb\xb4\xfb\x4e\xc7\x09\ \x13\x4b\xfe\x41\x51\x68\xe8\x50\xcb\x9b\x4b\x2b\x5e\xdb\x36\xee\ \x5d\xaf\xe2\x0f\x4c\x9e\x01\x76\x20\xfe\x7a\x73\xcd\x4d\x4d\xe5\ \x41\xad\x6b\xff\x31\x19\x2a\xf8\xcc\xea\x1b\x19\x13\x87\xf4\xfe\ \x8d\xcf\x44\x76\xe6\xbf\xd9\xf5\xa9\x48\x1d\x50\xe6\xdc\x37\x66\ \x62\xb6\x45\xf9\x6b\x04\x93\x9c\x04\x62\x54\x2a\x64\x8a\xec\x39\ \x9a\x96\x81\xa3\xfd\xaf\x17\x9b\x9c\x8a\x83\xf3\xf7\x37\x64\xcc\ \xc4\x64\x8b\x8d\x28\x7b\x8e\xa7\x66\xe2\xf4\x6b\x5d\x97\x96\x82\ \xa3\xf3\xaf\xd7\x33\x3d\x03\x87\x9c\xb2\x32\x13\x49\x35\xe3\xed\ \x91\xad\x01\x48\xcc\xc0\xc9\x03\xe7\x9c\xc9\x18\x1f\x89\xc8\x81\ \x5c\x0e\x00\x06\x35\xb1\xf1\x18\x2d\xe4\xce\xcb\xa7\xb3\x9c\xce\ \x60\xde\x80\xff\x5f\x87\x66\xb0\x7a\x25\x75\x06\x53\xd9\xf3\x7f\ \x7f\xa0\x07\x9c\x5d\x75\x36\xba\xf8\xcc\xa1\xbf\xf1\x11\xb0\x18\ \xd3\xd3\x74\x2a\x27\x7b\xe9\x1f\x27\xf8\x94\x57\x87\xd7\xdc\x54\ \xf6\xab\x67\x3c\xfc\x50\x3a\x75\x74\x87\x97\x27\x57\x2c\x3d\xf9\ \xbe\x46\xa3\xa6\xa2\xf8\xf0\x86\x7e\x63\xcb\xba\xca\xfe\xee\x1d\ \x25\xee\x5a\xb2\xda\xa3\xc5\xb8\x96\xe5\x5c\x7f\xbf\xb8\x1e\x1e\ \x93\xe6\xe2\xe9\x6d\xf7\x7d\xe6\x99\xd3\xd2\xd5\x2a\x7b\x07\x99\ \x08\x48\xde\x3a\x7f\xaa\xac\xf1\xd8\xb6\x25\x6c\x8c\x32\x47\x2f\ \x4f\x97\xac\x41\x62\xca\x4c\x8c\x4e\x35\xe5\xf6\xce\x9d\xb5\x6b\ \x80\xee\xcb\x92\xa9\x4b\x2a\x8f\x5f\xdf\xc6\x15\xa3\x26\xdd\x28\ \xb5\x55\xc9\xc5\xa9\xb1\xe1\xc9\x1a\xb3\x54\x6e\xa3\x94\xc9\x1c\ \x5c\x5d\x95\x7f\xd7\x7e\xc1\xa4\x49\x57\x9b\x1d\x1c\xed\xbf\xdd\ \x30\x69\x53\xa3\xe3\xd2\x54\xae\xb9\xdd\xec\x15\x08\xa6\xb4\xc4\ \xb8\x64\x8d\xc5\xd5\xd3\xcb\xe1\xa7\x0f\x93\x21\x2a\x3c\x56\xe5\ \x96\xc7\x59\x25\xcd\x79\x2a\xd3\x20\x52\xa8\x94\x39\xbd\x21\x18\ \x13\x63\xa2\x35\xd8\x79\xe7\x71\xcd\x7a\xcc\xac\x4e\x8a\x4a\x31\ \x7e\xaf\xed\x7f\x2e\xfe\x3c\x2f\x21\xe9\x9f\x1f\x6f\x5e\x30\xa3\ \x43\xa3\x2a\xcd\x7b\x0c\x5b\xbc\x64\xf3\xa9\x4b\xa7\xfd\xa3\x0c\ \xf9\x1c\xff\x09\x21\x46\xec\x9c\xbf\x6e\x89\xdc\xdf\x43\x47\x58\ \x12\x5f\x0d\xed\x3a\xea\x5e\x9c\x18\xb0\xf7\xa9\x59\x22\xdf\x1f\ \x5d\x45\x0a\xb7\x2e\x5e\x7b\x15\xa7\xfc\x75\x51\x24\x3e\x60\x70\ \xd7\xd1\x8f\x12\x7f\xa3\xa3\x8c\x1c\x5f\xc7\x80\xfe\x34\x6e\xc8\ \xe1\x57\x00\xe7\x56\xd3\xaa\x1d\x0d\x9b\x70\xe9\x13\xc0\x9b\x3b\ \x74\xaf\xcd\x94\xdd\x00\x89\x2f\x99\x30\x9e\xc9\x63\x28\x53\x80\ \x29\x67\xc8\x08\x65\x78\x77\x3a\xb5\xa4\xcf\x5c\xb4\x02\x80\x36\ \x92\x1e\x35\xe8\x3a\x1b\xe0\xe2\x0e\xc6\x8e\xa2\x41\x33\x9e\x44\ \x03\x9c\x5f\x4b\xab\x76\x34\x6a\xcc\x95\x10\xb4\x11\x4c\xf1\x63\ \x40\x0f\xda\x8f\x20\xf1\x07\x01\x3c\xf0\x16\x13\x47\x30\x78\x04\ \xb7\x3e\x62\xca\xe0\xfa\x2e\xaa\x54\xe0\xdc\x1b\x80\xc4\x37\x0c\ \x6c\x47\x87\x96\x0c\x59\x8d\x00\x1f\xce\xd3\xa7\x3f\xdd\xda\xb2\ \xea\x0a\xc0\x85\x9d\xcc\x99\x4e\xa7\x5e\xf8\xa7\x00\x1c\x5d\x44\ \xbf\x01\xb4\xed\xc4\xdd\x58\x30\xb3\x62\x38\x83\xa7\xb3\x64\x19\ \x9f\xe3\x79\xfc\x00\x93\xec\x77\x08\x9e\x2a\x6a\x36\xc0\xcb\xf1\ \x5f\x31\x8e\x0c\xcf\xae\xdf\x4c\x93\x78\xfe\x96\x7c\x18\x7b\x73\ \x8b\xef\xb4\x5d\xe6\x7f\x4a\x36\x7e\x7f\xed\xea\x07\xb5\xca\xab\ \x60\xb9\xda\x35\xca\x26\xbf\x3b\xb8\xe8\x40\xe8\xb8\x05\x4b\x07\ \x77\xac\x5b\xad\x56\xcd\xdc\xb6\xb2\x5f\xa3\xdb\xb0\xeb\x77\x3e\ \xc8\x9c\x9d\x7e\x67\xfe\xba\xf8\x37\x33\x86\xf4\x1b\xd0\xb7\x5b\ \xf7\xd1\xeb\xb2\x5f\x9c\x29\x71\xcb\x88\xe6\xd5\xdb\x4f\x88\x30\ \x03\x04\x5f\xdc\x7e\x3b\xb5\x70\x2d\x8f\xb0\xd5\x8b\xe7\x0c\xef\ \xd1\x61\xfa\xf6\x7b\x40\xe2\xfb\x0b\x43\xfa\xf7\x1b\xd8\xad\xed\ \xc8\x15\x97\xb2\x4e\xf6\x3e\xd8\xb5\x2a\xd8\xa5\x5e\xd3\xbc\xe9\ \x37\x0f\xcc\x6f\x50\xa5\xd5\xc5\xcf\xe9\x60\xba\xbf\x6f\xc5\xc2\ \xc5\x4b\xc6\xf6\x6d\x5e\xbe\xde\xa0\x0f\x99\xbf\x62\xae\xf0\x78\ \xe7\xe4\x89\x1b\x1f\x7d\xef\x18\x63\xcc\xce\xa5\xb3\xc6\x8d\x1f\ \xdd\xa9\x8b\xdf\xf5\x50\x35\x86\xf8\xd3\x5b\x96\xcc\x9e\xe8\xdb\ \xa1\xff\xdc\xaf\x19\x39\xf2\x97\x2e\x6a\xe3\xc4\x01\x7d\x06\x0e\ \xe8\xd0\x67\xf2\xdb\x34\x30\x26\xdf\x3f\xbe\xb4\x49\xed\x56\xfb\ \x1f\x26\x7c\xcb\xe6\xd3\xa5\xed\xe3\xc7\x8f\x1f\xdc\xad\xe3\xe4\ \xad\xb7\x05\x48\xfe\x78\x79\x68\xff\x7e\x03\xbb\xb5\x1d\xb6\xf4\ \xbc\xc1\xca\x9e\xff\x5b\x70\x29\xd7\x6c\xf1\xae\x0d\x4d\xca\x94\ \x18\xba\x60\xef\x8e\xed\x4b\xca\x12\x16\xf0\xf8\x52\xff\x2e\xfd\ \xf6\xdc\x0c\x06\xe2\x5f\x5d\x9a\x3c\xb8\x67\xcf\xde\x23\x2f\xbc\ \xcb\x79\x31\x86\xd8\xfd\x4b\x26\xf6\xe8\xd5\x63\xce\xce\x5b\x5f\ \x5f\x1c\x9b\xba\x60\x9f\x4e\x48\xda\x38\x6b\xc6\x75\xff\x77\xd7\ \x2e\x3f\x96\xd8\xcb\xce\xaf\x9d\xd8\xbd\x67\xaf\x45\xfb\xef\x27\ \x26\x7f\x7d\xfc\xf0\xc1\x8a\xc9\xa3\xaf\x7c\xf8\x7c\xee\xcc\x6d\ \xb9\x8f\xa7\xff\xc1\x25\x5d\x3b\x77\xeb\xd8\x7b\xcc\xb5\x8f\x19\ \xc0\xc7\xdb\x07\xc7\xfa\xf6\xe8\xd4\xbe\xc7\xde\x67\xd9\xe7\x11\ \x33\x3f\x5e\x1d\xdb\xbf\x6b\xf7\xce\x5d\x57\x1c\x7d\x6a\x41\x14\ \xf6\xd1\xff\xd5\xe5\x9d\x5d\x7a\x8f\xb9\xfe\x31\x15\x84\x37\x17\ \xb7\x0e\xec\xd6\xad\xfb\xb0\xf9\xef\xd3\x2c\xda\x84\xc0\x87\x0f\ \xef\x2f\x9d\x30\xf2\x7a\x98\x21\xf2\xe1\x7e\xbf\x9e\x5d\x3b\xfb\ \x4e\x7f\x1c\xa1\xff\x26\x81\x57\x6d\xcb\xd1\xd3\xf4\x2e\xc2\x95\ \x00\xa2\x6f\xb3\xf6\x16\xdb\x8e\x33\xb8\x3c\x57\xef\x62\x48\xe4\ \xc6\x59\xbe\x64\x50\xb4\x18\x80\x5b\x45\x76\xed\xc1\xb7\x01\xb5\ \x7a\x33\xbd\x39\xab\xa6\xe2\xd4\x8e\x73\x07\x88\xbd\x47\x24\x08\ \xb1\xcc\x98\xc0\x07\x35\x25\xcb\x03\x54\x6e\xce\xa4\x81\xe4\x51\ \xa0\xb1\x10\x79\x83\x35\xd7\xd9\x76\x9c\x61\x15\xb9\x70\x09\xb1\ \x23\xc3\x17\x73\x6a\x37\xe9\x2f\xf8\x94\x96\x5d\x91\xe0\x6b\x8c\ \x5f\x41\x89\x16\x1c\x38\x48\xc3\xe2\x7c\xf6\xe7\xdc\x55\x0c\xce\ \x14\x2c\x04\x46\xe6\xcf\xa2\xc8\x30\x4e\xae\x26\xe4\x21\x6f\xdf\ \x31\x6b\x1d\xbe\xeb\xd9\x32\x80\xab\xc7\x01\x1a\x76\x61\x54\x6f\ \xdc\xc0\x20\x26\xf0\x0c\xdb\x02\xd8\x79\x92\xce\x9e\x9c\x7d\x8c\ \xfa\x23\xcf\x33\x39\x70\x88\xed\x5b\x29\xef\xc2\xdb\x50\xaa\x56\ \x01\x03\x07\x57\xd2\xbd\x1b\xbd\xc7\x12\x0b\xc9\xef\x98\x30\x90\ \x1e\x7d\xb8\x10\x90\x5d\x99\xaf\x4f\xb8\x1b\x8a\xbd\x81\xa5\x23\ \xe9\xd6\x8d\x09\x6b\x51\x03\x66\x2e\x6e\xa3\x4f\x17\x3a\x0c\xe4\ \x55\x2c\x40\x8c\xff\xa1\xb9\x2b\x8f\x00\xd7\xb7\xcd\x5c\x77\xf1\ \x03\x64\x6c\x9c\x33\xeb\x76\xb4\x21\xf2\xe1\x91\x71\x83\x7a\x76\ \x6e\xdf\xfd\xc0\xbd\xf0\x2f\xf7\xf6\x0e\xe8\xd6\xb3\xdf\xf8\xa5\ \x1f\xb3\x3c\x06\xe8\x23\xdf\x44\x48\xaa\x35\xae\x60\x4a\x7c\xb7\ \x7e\xd6\xa8\xae\x5d\x3a\x0d\x5d\x71\x5e\x9d\x1e\xbd\x63\xde\xb0\ \x1e\x3d\x7b\x6d\xbd\xf1\xe6\xfd\x97\xe0\xc7\xf7\x8f\x0e\x9c\xb6\ \xe6\x73\x06\x80\x31\xf9\xc3\xc2\x11\xbd\xbb\x74\xe9\x3e\x7e\xc6\ \x82\x29\xc3\x7b\xb5\xef\x33\xe1\x51\x84\x0e\x4c\x77\xf7\x2f\xed\ \xd9\xb5\xeb\xa0\x69\x1b\x23\x0c\x40\xe6\xf5\xbd\x4b\x07\xf5\xec\ \x3a\x66\xfb\xab\x66\xad\x0b\x5d\x3a\x7c\x26\xd5\xc5\x3d\xec\xe6\ \xf5\x80\x90\xc0\x03\x87\x6e\xbf\x79\x7a\xef\x71\x94\xc5\x5d\x69\ \xba\x77\x68\x45\xdf\x1e\xbd\x06\x4f\xdb\x14\x2b\x90\x1e\x7c\x67\ \xce\x98\x41\x1d\x7b\x8e\x8c\xc9\x55\xae\xa2\x4f\x16\x93\x1b\xef\ \x1f\x5e\xde\xbb\x6b\xd7\x7e\x13\xd7\x87\xeb\x05\x73\xd8\xfd\xa9\ \x43\x7a\x75\xeb\xd2\x61\xf6\xb6\x6b\x86\x6c\x2e\xd2\x1c\x58\x30\ \x23\xa2\xc8\x90\xb3\xe7\x57\x29\x02\x2f\x05\xc4\x5b\x20\xfd\xc0\ \xfc\xa9\x7b\x1e\x87\x15\x29\x59\x33\xbf\x14\xb4\x9f\xd6\xef\x7d\ \xda\x69\xf8\xe0\x32\xc5\x2b\xfb\x8d\x99\xd8\xb4\x8a\x67\x66\x86\ \x16\x63\xc4\xe2\xa9\xab\x0a\xf4\xdd\x70\x6e\xbb\x6f\xf0\xf5\x33\ \x09\x60\x89\xb8\xb3\xe9\x5a\xda\x88\xf1\xdd\x52\x5f\xde\xbb\x72\ \xf9\x41\xba\x43\xc1\x12\xde\x4e\x20\x6b\x3d\x69\xfd\xce\xad\xd3\ \x4b\xe5\x2f\x35\x63\xed\x8a\xf2\x4e\x59\x1b\xa6\xba\xbb\x87\x56\ \xfb\xf6\xec\xda\xbe\xdb\x88\xc7\x49\xda\xc0\xc7\xaf\xef\x9d\xdf\ \x30\x7a\xd9\xc5\x6c\x52\x13\xa9\x1a\xf7\x9d\x7a\xe2\xe4\xe9\x26\ \xca\xe0\xcb\x0f\xe3\x51\xb8\x36\xee\x3d\x66\x70\xc7\x86\xb6\x66\ \xbd\x60\x49\xdb\x3e\x77\xf4\xc1\x37\xb1\x0f\xb6\x2f\xb8\x90\x51\ \xe3\xd8\xb9\x23\xd5\xf5\x6f\xee\x05\xa4\x26\x87\xbc\x38\x77\xf1\ \x71\x8a\xd4\xa9\x68\xd9\x3c\x98\x82\x17\x4d\x1a\x7d\x2e\x58\x93\ \xab\x4c\xd3\x55\xfb\x4e\x6c\x9e\x58\xf3\xf1\xb5\x5b\x3a\x63\xc2\ \x8a\x69\xcb\xbd\x7b\xae\x39\xbf\x6b\x68\xe8\xcd\x33\x51\x26\x2b\ \x7b\xfe\xef\xc1\x18\xf1\xe6\x5d\x92\x43\xa9\xe2\x6e\xa0\xbb\xfb\ \x24\xa5\xc7\xfc\x2d\x13\x5a\xe7\xde\xb5\x73\x5f\x48\x78\xc0\xfc\ \x65\x87\x2b\xf4\x1e\x57\xc6\xe8\xbf\xeb\xfc\xcb\x2c\x7e\x3b\xb8\ \x70\xc6\x53\x51\xe5\xe1\x1d\x4a\x5f\xdc\xb5\x3d\x3d\x4f\x05\xe3\ \xeb\x03\xbd\xba\x8e\x08\xb4\x29\x5f\x52\xf5\xe9\xec\xbd\xcf\x71\ \xef\xf6\x2c\x39\x93\x30\x65\xdd\xa6\xa1\xad\x2a\x05\x3f\xb8\x59\ \xa8\xdd\xe4\x9d\xab\xe7\xd6\x55\xbc\x39\x79\x3d\xd0\xd6\x1c\xb2\ \x65\xdf\x8d\xc6\x13\xe6\x75\xc9\x17\xb1\x6b\xdf\xf9\xe0\x27\x3b\ \xc7\x2f\xbf\xd1\x70\xe0\x48\x6f\xe2\x62\x92\xb3\x9d\x98\x5c\xdf\ \xbb\x33\xdc\xa7\xf3\x82\xc9\x6d\xaf\x6c\x5d\x76\xf7\xcb\x97\x4f\ \x31\xae\x93\x37\x6d\xe8\x98\x2f\x7a\xd3\x89\x9b\xe1\xcf\x0e\x4e\ \xdc\x70\xbf\xcb\xa4\x39\xb5\xcd\x0f\xd7\xed\x0d\xf8\xf2\xfa\x69\ \xf1\xf6\x53\x77\xae\x9e\x5f\x26\xfe\xa8\xdf\x9c\xb3\x2d\x47\xce\ \x6e\x9d\x2b\x70\xdd\xe6\x33\xdf\x34\x1f\xf9\xf2\x11\x76\x87\x73\ \x51\x0c\x6d\xca\xe1\x03\x34\x18\x46\x3e\x67\x4c\x16\x6c\x64\xc8\ \x5c\x18\x31\x91\x22\x85\x28\x5e\x3a\x67\x45\xfc\x98\xb9\xa7\x99\ \x38\x03\xde\xf2\x58\xcf\xa8\xae\xd8\xe8\x51\x38\xe2\xa8\x67\xd5\ \x3c\x3c\x3b\xd0\xb6\x3a\xe5\x2a\x01\x04\x3f\x64\xf8\x48\x5c\x9b\ \xd3\xd0\x9b\x03\x07\xa8\x37\x94\x7c\xce\x98\x40\xa5\x44\xe1\x40\ \x5e\x77\xb6\x2d\xc3\xbd\x21\x65\xb2\x54\xcd\x7a\xd6\xae\x42\xe7\ \xc0\xbd\x3d\xcc\xdb\x8d\x11\x8a\xd6\x61\x78\x5f\x8a\x16\xa3\x90\ \x2d\x71\xd7\x09\xb2\x63\xfc\x2f\x98\x4d\x38\xd8\xf3\xe8\x32\x8e\ \x75\x68\x9e\x1f\xa3\x1e\x7b\x57\x80\x2f\x0f\x18\x39\x8a\x82\x9d\ \xa9\xe1\xc8\xb1\xa3\xb4\x18\x8c\xa7\x3d\x46\x31\x2e\x8e\x64\xc6\ \xa0\x4f\x67\xd1\x52\xbe\x66\xa2\x0e\x25\x46\x4a\xf9\x82\x6c\x9b\ \xc0\xf5\x4c\x26\xf6\x21\x32\x04\x5d\x38\x33\x16\x50\xa5\x2f\x65\ \x45\xec\xcf\x39\xc3\xea\x7f\x9d\xd0\x54\x42\xee\x71\x27\x93\x79\ \xf3\x08\x3b\xc9\xc5\x8f\x5c\x58\xc6\x8e\x37\x0c\x1b\x8e\xe1\x2b\ \x29\x52\x00\x5d\x72\xe8\x93\x17\x81\x99\x86\x88\x6d\x73\x16\x3c\ \x4d\x32\xa4\xbf\x3a\x7d\xe1\xbd\xc6\xfc\x72\xf7\x90\x45\x17\x6a\ \xf6\x19\xe9\x63\x8a\x0f\x4d\x08\x5a\x32\x6f\x7b\xc9\x41\x0b\xd7\ \x4c\xee\xed\x6d\x03\xa0\x0d\x7f\x1a\x21\xce\x57\xd5\xed\xcb\xf4\ \x21\x63\xe3\xf2\xff\xd2\xa9\x8a\x6b\x6c\x42\xcc\xd3\xf3\x3b\x76\ \x05\x38\x2e\xda\xb0\xa1\x47\x55\xa7\xe7\xfe\xa1\x83\xa6\xac\x5f\ \x37\x79\x60\x7e\x5b\x80\x8f\x37\x77\xdf\x4b\x2e\x3a\x7d\x6c\x9b\ \x47\x27\x2e\x95\xec\x35\xb9\xb1\xed\xbb\x4d\x17\x9f\x05\x9e\x59\ \x3e\xef\x74\xf4\xc8\xd9\xb3\x3d\x82\x4e\xed\x3d\xff\xf9\xde\x96\ \xc9\xab\x6e\x9b\xfd\x86\x77\x2a\x50\xac\x6c\x45\xbb\xb4\x4b\x57\ \x1e\xc9\xc5\x69\x77\xde\xa9\xfd\x96\xac\x99\x3f\xaa\x65\xd0\xfd\ \xd3\x11\xa9\xa6\x37\x17\xd7\x6f\x7b\x68\x1a\x3e\xba\x53\xd8\xad\ \xe3\x67\x2f\x9e\x1a\x33\x66\xb9\x53\x9d\x7e\x1d\xab\x7a\xe7\x2d\ \x5c\xc5\x0d\x80\x0f\xa7\x16\xcf\x3e\x10\x3e\x74\xd6\x2c\xcf\xd0\ \x33\x7b\xee\x7d\x7e\x72\xfa\xe0\x5b\x55\xc3\x79\x53\xbb\x3f\xd8\ \xbf\xfe\x4e\x22\x80\x3e\xfc\xee\x85\xcf\x76\xa3\xc7\x34\xb1\xb5\ \xe8\x24\x2a\x57\x37\x07\xe1\xfe\xb6\xf9\x77\xa5\x75\x46\x77\x6c\ \x54\xaa\x7a\x15\x31\xdc\xd9\xb1\x3e\xa5\x78\xd7\xee\xe5\x9d\xb4\ \xa9\x91\x9b\xa7\x8f\xdc\xfc\xca\x75\xd2\xa8\xa6\x11\xf7\x8f\x7f\ \xb0\xab\x39\xa2\x55\x7e\x85\x5e\xaf\xb4\x73\x73\x42\x38\xb6\x65\ \xbb\x5b\xd3\xa1\x35\xdd\x24\xb9\xaa\xb5\xf3\xed\xd9\xbc\x48\x85\ \x92\x5e\xd9\x0b\x38\xf5\x9e\x89\xe3\x62\x8a\xf5\x1a\xd6\xb4\xb0\ \x18\xc0\x70\x6d\xed\xb8\xa5\x97\xd3\xfa\x8c\xe8\x60\x88\x8d\x32\ \x24\xbf\x7d\x96\xe2\x3a\x7f\xeb\x96\xb9\x43\x1a\x66\x4b\xd1\x52\ \xc7\x42\x05\x3c\xdf\x9f\x5a\xfc\x80\xb2\xdd\x7f\xc9\x0f\xfa\xe7\ \x97\xd6\x8c\x98\x71\xa0\xee\xc0\x91\x05\x1d\xc5\x5e\xc5\x2a\x14\ \x15\x7f\x3e\x70\x23\xda\x6f\xac\xaf\xab\x8d\x18\xb9\x42\x2a\x97\ \x38\x15\x69\x34\x7e\x58\xf3\x82\x85\x4b\x96\xca\x05\x82\xa2\x50\ \xc9\x72\xf9\x1c\xe5\x2e\x3e\x85\x9c\x92\x03\x56\xed\x0e\x68\xdd\ \xb7\x47\xda\xcb\x93\x01\xb2\xaa\x23\xdb\x16\x52\xea\xf5\x0a\x3b\ \x17\x1b\xb1\x95\x3d\xff\xf7\x10\xf9\xf1\xb1\xda\xad\x48\x09\x77\ \xc8\x7c\xf5\x3a\xcd\xa1\x6d\x8b\xb2\x3e\x3e\x79\xbc\x9c\xed\x3f\ \x3d\x38\x78\x35\x30\xfa\xd6\xa1\x9d\x51\x05\x3a\x4c\xef\x5b\x0b\ \x10\x62\x5e\x9f\xba\x70\x37\xe2\xed\xf5\x7d\x37\x62\x07\x4d\x99\ \x5c\x2e\x4f\x91\xda\xc5\x35\x27\x9f\x88\xa6\x4e\xed\xa4\x7b\xf3\ \x48\xea\x53\xbd\x7e\xcd\xd6\x0d\x7c\x92\x97\x2f\xde\xab\xb7\x93\ \xbf\x7b\x1e\x5d\xb2\x49\xd3\x5c\xce\x4e\x09\xaf\xde\x4b\x8b\xd5\ \xf3\x8c\x7b\x19\x6b\x5b\xb6\x53\xb5\xa2\x3e\x3e\x9e\x8e\x32\xed\ \xa9\x83\xd7\x1a\xcd\xdc\xd4\xba\xaa\xb3\xde\xc6\xa7\x66\x89\x7c\ \x00\x44\x3d\x0c\xc9\x68\xda\xb6\x59\xa1\xb2\xa5\xdc\x6c\x6d\x92\ \xc2\x9e\x46\x29\x8b\xb5\xae\x58\x38\x8f\x97\x97\x8f\x8d\xe6\xe2\ \xb9\xab\x15\x7b\x4e\x6c\x5a\xb1\x78\x81\xdc\x2e\x32\x49\xfa\xcb\ \x17\xb1\xa5\x7e\x69\xee\xe6\xec\x74\xeb\xd4\xe5\x7c\xed\x47\xb5\ \xad\x5e\xb2\x80\xb7\x8b\x58\xf4\x5d\x6b\x75\x65\x33\x63\x36\x33\ \x7c\x35\xd5\x9d\x79\x93\x40\xcd\xd2\x60\xe6\x49\x20\xe5\xaa\x21\ \x12\x13\x1f\x48\xba\x2d\x65\xb2\x4c\x21\x75\xac\x58\x49\x93\x51\ \x94\xb2\x27\xf0\x25\x4e\x45\xf0\x80\x80\x9b\xd8\x17\xe7\xce\x2a\ \xae\x1a\x69\x51\x90\xe7\x5f\xf1\xb2\x05\xa8\xd5\x95\xa3\xeb\x08\ \xba\x4f\x4a\x2a\x21\x69\xd4\x2c\x0d\x16\x1e\xbf\xa7\x52\x3d\x4c\ \x89\x4c\xeb\xcb\x4b\x07\xd6\xcc\xc4\x41\x04\xa0\x79\x4b\x88\x92\ \xbd\x07\x58\x39\x81\x87\xa7\x48\x00\x89\x84\x8f\x4f\x70\x2d\x81\ \x0d\x3c\x7b\x8e\x7b\x15\x64\x10\xf0\x04\xfb\xbc\x68\x43\x29\x52\ \x19\xe0\xda\x73\x4a\xd6\x02\xa8\xd1\x8b\x63\x6b\xf0\x3f\x4f\x66\ \x26\x9f\x33\xa9\x54\x03\x34\xbc\x88\xa1\x46\x71\x3c\x1a\x71\x70\ \x1f\x4e\xfe\xac\x38\x40\x6c\x28\x76\x05\x51\x84\x70\x35\x86\x15\ \xb3\xf1\x50\x53\xb8\x2e\xb1\xd7\xb9\x1b\xc4\xf5\x83\x44\x7b\x31\ \x79\x78\x96\x26\x85\x37\x1f\xa9\x5c\x9d\xe0\x67\x94\x6d\x40\xd1\ \xa2\x78\xe5\x46\xfb\x9e\x23\xfe\x2c\x5c\x49\x39\x17\x6c\xf3\x51\ \xd1\x0d\x40\xe5\xec\xed\x64\x2b\x5c\x3b\x7d\x28\xcd\xa3\x7e\x51\ \xf1\xa7\xcd\xdb\xaf\x36\xe9\xd1\xf2\xd5\xe5\x1b\x0d\xc7\xac\xee\ \x54\xd7\x29\x51\xe2\xde\xb0\x71\xcd\xce\xad\x2b\xdf\xd8\x30\xef\ \x4e\x8c\xcc\x4e\x02\xf0\xf5\xf1\x0b\x9b\xe2\xf5\x34\x57\x77\x7e\ \xca\xdd\x63\xc1\x80\x56\x96\xb4\xd4\x92\x65\xaa\x57\xf9\xa5\x79\ \x45\x49\xc0\xd2\x6d\x97\x35\xda\x8c\xb0\x44\x65\xf5\x06\x95\x5c\ \x1c\xed\xb3\x7c\x91\xbc\x7d\xf2\xa5\xf8\x2f\x9d\xcb\x15\xcc\x93\ \xaf\x74\xb9\x3a\x35\xca\xe4\xf3\xf6\xf1\x12\x47\x1c\xbd\xf0\xa2\ \xfd\xa8\xa9\xd5\x4b\x96\xcc\xeb\xee\xac\x8d\x7b\x7e\xf8\x66\xca\ \xec\xad\xd3\xca\xab\xf4\x42\x9e\x12\xaa\xb4\x98\x64\xbb\x52\xa5\ \x64\xf1\xef\xd3\x6c\xeb\x55\x2c\xed\xec\xa0\x0b\x09\x35\x54\x2c\ \x99\xf7\xd6\xe1\xfd\xa1\xe1\xef\x76\xef\xbd\xd6\x78\xc4\x44\x9b\ \x80\x2b\xb2\xfa\xa3\xc6\x74\xac\x9d\x10\x65\x2c\x56\x33\xeb\xdc\ \x6e\xfa\x99\x53\x8f\x9b\x4c\x58\x50\xb3\x54\x29\x0f\x37\x57\x5b\ \x7d\xcc\xa3\xa0\xc4\x7a\x2d\x9a\x15\x2d\x91\xdf\xdd\xd9\xd9\x51\ \x09\x10\xff\xfe\xb1\xd9\xa3\x42\x45\x05\x71\x0f\x9f\x6b\x73\x97\ \xb3\xf8\xef\x99\x7e\x38\xb2\x73\xbb\xb2\xfe\xcf\x3f\x3b\x7b\x3a\ \x9a\x63\xee\xef\xb8\x95\xee\x37\xb4\x83\x08\x6c\x72\x57\x58\x79\ \xe2\x74\x4b\xdb\x8f\xe7\xde\xa9\xa3\x3e\xbe\x75\x2f\x5e\xcb\x11\ \xee\x5f\xf3\x77\xac\x54\xcf\xf4\xfe\xd8\xf1\x90\x3c\x63\x06\xd4\ \x04\xc4\x52\xc9\x87\x37\x2f\xdd\x0b\x94\xcb\xd2\x72\x87\xdf\xda\ \x79\x24\xac\xc0\x8c\xb1\xcd\xb3\x35\x4e\x89\xef\x0e\xde\x8c\x1e\ \xb7\x71\x4e\x1d\x3b\xad\xb2\x50\x2d\xef\xc4\x4f\xf1\xaa\x92\x0d\ \xca\x7a\x39\x39\x64\x6b\xce\xb1\x64\x1c\x59\x3a\x72\xda\xc9\xe4\ \x99\x6b\x96\x54\xc9\x25\x02\x87\xf6\xc3\xd6\x6f\x99\xd6\xf0\xee\ \xd9\x33\x66\x1c\x5a\x74\xeb\x57\x51\x88\x8d\xb1\xf8\x94\x2f\x2c\ \x27\xf2\xd1\x3b\x8d\x4b\xe5\x32\xf6\x62\x89\x24\xe4\xd1\x73\x45\ \xc1\x1a\xee\x80\x2c\x6f\xd7\x7e\x03\xca\xe5\x92\x86\xdd\xdf\xd7\ \xc7\x6f\xae\x77\xf7\xb9\xe3\xdb\x94\x08\x7a\xf6\xd4\xb5\x58\x0d\ \x67\x78\x78\xfd\x85\x4d\x89\x6a\xb9\xad\xec\xf9\xbf\x88\xf7\xf7\ \x5f\xb8\x15\xa9\xe5\x06\xa9\x2f\x1e\x26\x29\x8b\x95\x55\xf1\xf2\ \xe1\x13\x97\x42\x95\x6d\xd2\x62\x0b\xd5\xec\x3e\x6f\xfe\xfc\x19\ \x93\x87\x54\xca\x63\x07\x98\x52\x92\x34\x8a\xa2\x7e\xd3\x16\x2e\ \x9c\x35\xdd\xb7\x75\xf9\x90\xeb\x5b\x8f\x05\x3a\xd7\x2b\x66\x0c\ \xf8\x92\xf4\xfc\xf1\x57\xcf\x72\xc5\x2c\x92\xfc\x0b\x76\xae\x95\ \x3f\xdf\xb7\xef\x51\xc0\xa7\x18\x9d\xbb\x87\xdc\x64\x50\xdf\xf3\ \xff\x94\xaf\x4a\xf1\xb0\x67\xaf\x24\x05\x2a\x3a\x63\x7a\xf4\x38\ \x22\x5f\xb9\xc2\x51\x61\xa9\x2e\xb9\xa4\xc9\xf7\xef\x26\xa9\xf2\ \x16\xf6\x92\x01\xe6\xd0\xb7\xa1\x99\xee\xe5\xdd\xd4\xfb\x66\xce\ \x31\x97\x6b\xe3\x15\xfe\xcc\x98\xa7\xaa\x33\xba\x27\xfe\x21\xc5\ \x8a\x94\x30\xa4\xc6\x49\xe5\xca\x94\x2f\x37\xb6\x3d\xd0\xb7\x6a\ \x9a\xfb\xc5\xe7\x74\x0f\x0f\xa9\xd1\x98\x1a\x9b\x94\x22\x53\xca\ \x33\x22\xfd\xb7\x9d\x8a\x68\xd0\xa6\x41\x56\x8b\x6e\x6e\x60\xc3\ \x63\xd6\xee\xa3\x45\x31\xd0\xa2\x55\x93\x96\xc6\xc5\xe5\x44\x17\ \x24\xcb\xb4\xff\xd5\x6d\x9c\xca\x90\xb5\x55\xf3\xe6\x24\xaf\x6d\ \x19\xd0\x08\xc0\xa4\x23\x43\x4d\xd4\x67\x96\x9c\xa4\x6d\x5b\xa4\ \xb6\x14\xb1\x61\xc6\x48\x3e\xa6\x13\x15\x48\x44\x0c\x06\x1d\x0f\ \x1f\x23\x73\x41\x2e\x45\x93\x41\x5a\x3a\x97\x57\x12\x55\x90\x36\ \x5e\x4c\x1d\x8e\xbc\x05\x5b\x66\xe1\x61\x43\xc8\x2b\xde\x47\x21\ \x08\xe8\xb5\x48\x45\xbc\x78\x80\x73\x51\x5c\x00\x81\x07\xef\x28\ \x5b\x1b\x40\x67\x24\x23\x8d\xc8\xf7\xac\x3b\x4d\xb7\xde\x48\x92\ \xc9\xd4\xf2\xe1\x12\x57\x53\xe9\x52\x8d\xd8\x18\xf4\x5a\xee\xdd\ \x47\xe5\x85\x0c\xd2\xd2\xd1\x26\x71\x62\x11\x42\x79\x2a\xbb\x92\ \xaa\xc1\x5e\x85\xc9\x82\x8d\x03\xe1\xaf\x91\xbb\x61\x8a\x27\x45\ \x8c\xbd\x85\x33\x77\x28\x5d\x91\xb4\x04\xf2\xd5\x67\xfe\x22\x66\ \x4d\xa4\x38\x3c\x09\xc0\x9c\xcc\x87\x4c\x2a\x14\xe1\xc9\x7b\xca\ \x94\xe7\xe1\x16\x3e\xa8\xa8\xe6\x42\x52\x26\x76\x12\xee\x5e\xc2\ \xae\x0c\x59\x1a\x51\x7b\xf7\x7c\xba\x80\x43\xab\x6e\x30\x7d\x4a\ \x87\xdb\x6b\x66\x5d\xd3\x54\xee\xdb\xb4\x54\x6c\x4c\x9c\xca\x56\ \x1a\x75\xfd\xc8\x17\x93\xb7\x97\x54\xdc\x78\xf4\x9a\x11\xa5\x93\ \x56\xad\xbf\x98\xd5\xe1\x41\xef\x22\x94\xde\x9e\xda\x88\x58\x8b\ \x5c\xa5\x4b\x0d\xbc\xf8\x20\x3e\x5f\xc1\xbc\x32\xfb\xf2\x1b\x36\ \xcf\x8a\x3a\xb5\xe3\xe8\xf5\x97\x31\x66\x5b\x67\x5b\x9d\x46\x67\ \x02\x30\x87\x3e\x08\xd2\x54\xa9\x5d\x38\xfc\xe5\x5d\xb5\x73\x51\ \x1f\x52\x1e\x7d\x88\xaf\x50\xd0\x2b\x3d\x3d\x4d\x2e\x97\x44\xf9\ \xef\x3e\xf5\xd5\xa5\x79\x4d\xbb\xa8\x64\x83\xca\xa8\xbd\x7a\xee\ \x92\x8d\xb7\x4f\x72\xf8\x1b\x49\xc1\x62\x42\x4c\x48\x9a\x6d\xfe\ \x42\xb9\x44\xa6\xe8\xb7\x1f\x52\xed\x4a\x16\x73\x8c\x4f\x54\xb4\ \xf0\x9d\xb5\x60\xee\x9c\x91\x3d\x1b\x9a\xd2\xe2\x51\xda\xa8\xe3\ \xee\x5f\x0b\x54\x57\x29\xe7\x91\xb5\x2a\x8f\x4e\xd2\x28\xed\xc4\ \x31\xcf\x77\x5d\x09\xb3\xad\xeb\x2d\xfd\x10\x29\xaa\x54\x2a\x4f\ \xf2\xa3\xab\xe9\x4e\xa5\xcb\xd8\x03\x58\x0c\x86\x0c\x75\x66\x4c\ \xe4\xfb\x85\x5b\x2e\xd6\xef\xd4\x4e\x2e\x32\x95\x28\xe1\x7a\x6e\ \xe1\xf8\x23\x2f\x93\xa4\xf1\x41\xfb\x36\xed\xf0\x6c\x3d\xb2\xb6\ \xa7\x34\x31\x2e\x22\x45\x63\x8c\xfb\x78\x2f\x30\x49\x56\xd0\x5d\ \xa6\x57\x67\x66\x68\xd4\x11\x81\x97\x57\x5d\x4b\xee\xdf\xa1\xc8\ \xd6\xb5\xc7\x6b\x0f\x1c\x51\x30\xcb\x64\xd7\x9c\x14\x10\x10\x5f\ \xb4\x72\x95\x2c\x35\xd7\x96\xcd\xe7\xea\x0d\x18\x9d\x2f\x47\x3d\ \x6b\xd6\x24\xc5\xa5\x8b\xec\xd0\x5e\x3a\x79\x59\x54\xac\x98\x26\ \x2c\x4c\xab\x72\x16\x32\x75\x7a\x83\x19\xc0\x92\x7e\x6c\xde\x88\ \x53\x31\xc5\x76\x1e\x5c\x51\x33\x9f\xa3\x21\x25\x2e\x3a\x21\x55\ \x9f\x1e\xf5\xf0\xf9\xe7\x5c\x3e\xf9\x12\x83\xfd\x5f\x7d\x49\x32\ \x58\x2c\xda\xcc\xf4\xb4\xb8\xaf\x6b\xe7\xae\xf7\x68\xdc\xa7\x92\ \x3d\xa0\xbe\xfb\x22\xa6\x58\xad\xb2\x60\x0e\x7e\xf9\x28\x28\x2e\ \x23\xee\xe5\xe1\xd1\x4b\xae\x74\x59\xb8\x77\x52\xe7\xaa\x52\xd0\ \x6b\x35\x19\x1a\x4d\xe4\xc7\xab\x2b\x2e\x46\x77\xed\x50\x29\xe0\ \xd1\x93\xb8\x4c\xcb\x7f\x30\x7b\xfe\x99\xce\x8c\x33\x3f\x27\xa9\ \xaa\x74\xae\x04\x7c\x0a\x49\x2d\x58\xa3\x86\x0a\xd3\xd7\x38\x45\ \x99\xee\x95\xab\x7b\x93\xf7\xca\xc2\x21\x7e\x97\x8a\xb7\x18\x3c\ \x6b\x40\x53\x95\x08\x59\x91\x7a\xbd\x5b\x5c\x58\x35\x7e\xb0\x87\ \x4f\xf9\x51\x83\xeb\x1e\xd9\xf7\xac\xef\xca\x23\xb9\xef\x2e\xde\ \x77\xe2\x94\xb3\xc4\xbb\x49\x45\xc5\xa1\xc5\x43\xae\x05\x26\x2a\ \xca\x77\xeb\x51\xb1\xc4\xb3\x2a\x5e\x2b\x67\x0c\x34\xf4\x1f\x2c\ \x32\x3b\xd6\x2b\xe5\x11\x72\x4b\x57\xb5\x6e\x79\x84\xe8\x58\xb1\ \x67\x9b\xfa\x35\x95\x69\x55\x16\x4f\xea\xb1\xe9\x63\x40\x99\x81\ \x5b\x3c\xa5\x00\xe1\xc1\x9f\x3f\xbc\xf7\x9f\x3f\x6a\xa4\x57\x99\ \x66\xab\xa7\x74\x79\xba\xec\x66\xd9\xfa\x55\xd0\x45\x25\x5a\x72\ \x57\xa9\x5a\xa1\xb0\x43\xfb\x11\x0b\x46\xf5\x3e\xec\xd6\x7c\xec\ \xdc\x66\x85\x0b\xa7\x56\xf6\x5c\x3f\xbd\x7f\xc6\xb0\x45\x3d\x07\ \xf5\x1b\x3f\x6b\x46\x8f\xb3\xce\xb5\x7d\xe7\xf4\xa9\xe6\x92\xb5\ \x5e\x3e\x7c\x82\x34\x5b\x66\xfb\x52\xa8\x19\x33\xbb\xd3\xbb\x05\ \xcb\x46\xe3\x59\x9c\x15\x0b\xc8\x12\x37\x3f\xa7\x53\xab\x65\x76\ \xfb\xaf\x3f\xa4\x59\xdf\xec\xbf\x57\x6c\x85\xfb\x08\xfa\x8c\xa5\ \xd5\x50\x3a\x54\x43\x56\x8d\x0e\x70\x65\x0d\x1f\x4b\xd3\xae\x0c\ \xa3\x47\x12\x91\x8e\xc4\x8d\xb9\x73\xb1\xb5\xa3\x4b\x73\x56\x8c\ \xc1\xb3\x38\xab\x16\x90\x7a\x8b\x2b\xef\x28\x69\x43\xaf\x2b\x8c\ \x9c\xca\x87\x03\xc4\xd5\x65\x4a\x73\xda\x97\x61\x60\x67\x5c\x73\ \x33\x6b\x2e\x4a\x20\x19\xb5\x13\x75\x8a\x02\xfc\xd2\x85\x33\x13\ \xe9\xff\x84\x8e\x53\x69\x56\x04\xef\x6e\x8c\x5d\xc6\xeb\x02\x4c\ \x5f\x4b\x41\x3d\x13\xc7\x10\x2d\x20\xf3\x64\xfe\x7c\x14\x76\xf4\ \x6c\xc4\xa2\x7e\x14\xac\xc8\xda\xd9\x24\x3e\x65\xda\x72\x74\x66\ \xdc\xab\xb2\xa8\x13\xc6\x47\x64\x1e\x44\xdb\x8d\xc6\xce\xf4\xec\ \xc0\xb3\x20\xf6\x4f\xa3\x6a\x51\x4e\x8f\x66\xa8\x1f\x15\x5a\xd2\ \x4c\xc1\x81\x08\x3c\xca\xa3\x75\xa7\xa8\x89\xfb\x6f\x79\x3d\x13\ \xef\x7c\x2c\x5a\x46\x71\x37\x9a\x5f\x60\x7c\x37\xfc\x9f\x31\xeb\ \x52\xce\xde\x92\xb3\x57\x6e\xa5\x53\xe5\x2e\x7d\xeb\x15\x7c\x22\ \x57\x78\x0d\x9e\x3c\xd4\x55\x25\x6b\xdf\xae\xee\xac\x99\xbd\x1e\ \x7a\xdb\x97\xa9\xdc\xf4\xe3\xe5\x6d\x13\x8f\x3c\xd0\x09\xae\xc3\ \x27\x37\xc9\x7a\xa4\x42\x93\x7a\xc7\x4f\x5e\x65\x58\xaf\x3c\xd3\ \xe7\xf5\x1c\xe6\x25\x2f\x58\x3e\x9f\x3c\x6c\xfd\xe4\x15\xcf\x22\ \xd2\xbd\x5b\xf6\xe9\xdc\xac\x4e\xc2\xc5\x3d\xd3\x7b\x0f\xf3\x9d\ \xb3\xac\x73\x25\x37\x21\xee\x93\x31\x57\xa9\x5a\xf9\xa5\x5f\x2f\ \x27\x96\xae\xde\x5a\x92\x1e\xae\x51\xe4\x2f\x59\xb9\x46\xd1\xa4\ \xba\xd3\x67\xf5\xbb\xe8\x9c\xbb\xff\xac\xb9\xb5\xcb\xbb\x7c\xaa\ \x7c\x74\x4c\xd7\xde\x9e\xf6\x36\x95\xda\xb8\xc5\xc4\x04\x54\xa9\ \xd8\x22\x32\xe8\xa8\x7d\xfe\x72\xb9\x24\x24\x46\x7d\xb6\x2f\x54\ \xb1\x4c\xee\x5c\xa2\x01\x2d\xa7\xaf\x19\xe5\xbf\xc7\x7b\xe0\xc2\ \x45\xad\x7b\xf5\xba\x38\x7e\xce\x80\x67\x3e\x0e\x85\xca\xe5\xce\ \x5e\x9d\xe6\xea\xdb\xa7\xf1\x8c\xc9\xdd\xee\x79\x78\xf6\x9f\xb7\ \xa8\x98\xfc\x85\xc8\xab\x6c\x29\x4f\x82\x4e\xa7\x16\xad\xd5\x36\ \xeb\x0c\x87\x57\xbd\x1e\x55\x8e\x4c\xe8\x3d\xe0\x65\xf5\x8e\x53\ \xfc\x7e\x29\x6a\x27\x2e\xba\xb5\x01\x19\x4f\x0f\xc8\xaa\xd8\xf7\ \x2a\x9d\x3a\xec\x42\x9e\x95\xb3\xab\x80\xf6\xf1\xd1\xa5\x9b\x6f\ \x46\x63\x14\x35\x18\x31\xbb\x59\x1e\x79\x5a\xab\xde\x8a\xd1\x4b\ \xfb\x7e\xc8\xdf\x6b\xd6\xba\xbc\x21\x47\xb6\xc9\x6a\x6f\x6f\x98\ \x2f\x7b\xaf\x33\x23\x2c\x45\x55\xb8\x69\x05\x17\x20\x3d\xf8\x76\ \x98\xaa\xd2\x82\xa6\x79\xbf\x4d\x36\x79\x9e\x6a\xdd\x6a\xed\x9d\ \xd1\xad\x8f\xa7\x8a\xd2\xdd\x72\xe7\xaf\x60\xe7\xb6\x7d\x5a\xbf\ \x21\xe9\x0b\x97\x4e\x2f\xef\x25\x31\x24\x7c\x3a\x7d\xe6\x49\x4a\ \x01\xd3\xf8\xde\x8f\xcb\xf6\x9d\xdb\xdf\xf9\xed\x8c\x05\x3b\x52\ \x8c\x38\x16\xff\x65\xf1\x90\x66\x4f\xd6\xfa\x3e\xf2\x1a\xbc\xb4\ \x77\xb3\x56\x65\x8f\x8d\xef\x33\xa8\x50\xdd\x3e\x8b\x47\x36\x06\ \xd0\x7e\x49\x54\x7a\xb7\x2d\xe3\x05\x99\x17\x77\xac\x55\x76\x98\ \x91\xcb\xff\x54\x48\x72\xfa\xe9\x95\xa3\x2e\x38\x55\x5c\xb4\x7a\ \x74\x8d\x76\x7d\xf7\x8e\x5c\xd4\x77\x52\xbe\xce\x93\xd7\x75\xf0\ \x4e\x18\x3c\x74\x5b\xbf\x75\x95\x3d\xec\xfe\x63\x45\xd0\x7f\xde\ \xde\xf3\x8f\xe3\xbb\xfb\xf2\x6f\xbf\x7e\x70\x99\x6e\xd2\x6a\x0c\ \x52\x85\x52\xf6\x43\xa1\x06\x9d\xd6\x2c\x92\x2a\xa4\x22\x8b\x58\ \x9a\x65\x80\x21\x98\xcd\x48\x24\x22\x30\x19\x74\x06\x93\x60\xa3\ \xca\x5e\x86\x18\xf5\x5a\x41\x2c\x97\xcb\x24\x3f\x64\x2e\x80\x28\ \xe5\xdd\xcd\x6d\x47\x6f\x26\x25\xc5\x84\xa4\xd9\x8f\x5d\xb8\xa2\ \x76\x7e\x39\x98\x0f\xcd\xe8\x7c\x45\xd1\x6f\xeb\xc4\xa6\x36\x4a\ \x05\xdf\xdc\x79\xfc\xe0\x5c\x5d\x30\xea\xf4\x82\x5c\x99\x63\xb7\ \x61\xd4\x6b\x2d\x12\x85\x42\x2a\xc6\xa4\xd7\x9a\xa5\x36\x8a\xbf\ \xdd\xef\x35\x99\x90\x48\xff\x97\x4d\x20\x2d\x96\xdf\xf4\xc4\x42\ \xd6\x01\x2a\x90\xfe\x5c\x11\xc1\xc2\x3f\x67\x77\xf8\x0f\xca\x12\ \x2c\x08\x22\x7e\x34\xc9\xbd\x73\x84\x07\xc1\x44\x7e\xc6\xa1\x0a\ \xf3\x47\x64\x9f\x5c\xb2\x98\xb3\xbd\x15\x3e\xd8\xcb\x92\x3d\xb4\ \x5a\x4e\xb3\xcf\x8c\x7e\xc8\x89\xf5\xc8\x44\x00\x81\x37\x39\xf2\ \x98\xb4\x30\x34\x5e\xac\x98\x93\xfd\x09\xf9\x4d\xab\x1e\xbd\xce\ \x22\x55\xca\x25\x58\xcc\x46\xbd\xde\x28\x56\xa8\x7e\xea\x72\x8b\ \x49\x10\x4b\x45\x82\x51\xab\xc7\x46\x29\x03\x8b\x41\xaf\x37\x99\ \x45\x2a\x55\x96\xd5\x84\x45\xaf\x35\x48\x14\x0a\xa9\x58\xf4\x7d\ \x28\x64\xfd\xff\xc3\x2b\xfe\x9b\x37\xa9\xd7\x6a\xa5\x36\x36\x92\ \xac\x24\xc6\xa8\xa9\xfd\x7c\x3d\x07\xee\x1a\xd5\x28\xb7\x20\x08\ \xa2\x9c\x47\x2c\x06\x9d\xce\x2c\x52\x28\x15\x12\x11\x98\x0d\x5a\ \xb3\xc4\x46\xfe\xd3\x0b\x30\xeb\xb5\xa6\xac\x3c\xff\xa6\xdc\x1f\ \xaa\xae\xd3\x5b\x94\x0a\xe9\x0f\x53\x42\x10\xe9\x22\xa7\x0e\x1a\ \xee\x39\x70\xe3\xa8\x86\x79\x01\x8b\xd9\xa8\x37\x18\x45\x52\x1b\ \xa5\x4c\xf4\xcd\x06\x4b\x6f\x96\x2a\x74\x6f\xfc\x7a\xcd\x6b\xba\ \x7c\x7f\xc7\xa2\xaa\xbf\x9b\x4f\x08\x16\xb3\x48\xfc\x2b\x66\x08\ \xdf\xda\x95\x35\xac\xb5\x7a\x8b\x42\xa1\xc8\x1a\xed\x82\x20\x98\ \x0c\x7a\x83\xd9\x22\x91\xdb\x28\xa5\x22\x83\x5e\x67\x12\xc4\x2a\ \x1b\x05\x60\xb1\x58\x44\x22\x51\x56\xc3\xf5\x3a\xbd\x42\xa9\xf8\ \xb5\x12\x2d\x88\x44\x02\x02\x66\x93\x56\x6f\x14\x89\xa5\x36\x36\ \x0a\xd1\xb7\xda\xca\x44\x59\x49\xc4\xe2\x7f\x8f\xd3\x62\x7f\xb6\ \xb5\xfc\xbf\x05\xb4\x89\x61\xcf\xfd\xdf\x67\x5a\x94\xc5\x2a\xd5\ \x28\xe4\x9e\x65\xcd\x68\x89\xfd\xf2\xc9\xe4\x58\xd0\xdb\xf5\x7f\ \xe4\x08\x4d\xab\xe5\xc3\x87\x9f\xe6\x46\xd6\xf1\xa4\x6f\x9f\x87\ \x9c\xce\x04\xe1\xfb\x09\xa8\x6f\xbf\xc9\x71\x0a\xf5\xe3\xcb\xfa\ \x96\xe0\x5b\xb6\xd9\x77\x7f\xce\xf6\xc7\xbb\xdf\xf3\xfc\xb5\xa2\ \x7f\xaa\x06\xbf\x7e\xf9\xfb\xcb\xca\xba\xfc\xfa\x86\x0f\x11\x28\ \x5d\xa8\x51\x0d\x5b\x11\x96\x1f\xd3\xc0\xa7\x47\x44\x4b\xa9\x5f\ \x8b\xf4\x10\x12\xa5\x14\xc9\x83\x00\x82\x40\x7c\x30\xfe\x41\x88\ \x6d\xa9\x56\x8b\xc2\xee\xe4\x2b\xf0\xd7\x1d\x33\x86\xf8\x37\xa7\ \x6e\x47\x37\xed\xd4\xcc\x59\xf2\xa7\x94\xa7\x4f\x0d\x0c\x49\xc8\ \x57\xa2\x88\xea\x1f\xf2\x8c\x39\x23\xea\x63\x94\xb9\x64\x71\x1f\ \xeb\xd9\x55\x2b\x7b\x66\xcb\x3c\x66\x41\x24\xf9\xdd\x67\x99\x05\ \xb3\x59\x10\x4b\xfe\x22\x1f\xb3\x98\x18\x96\x2e\x45\x24\x41\x26\ \xc6\x68\x44\x00\xb9\x22\x5b\x46\x13\x2c\xe8\x0d\x88\x24\x28\x64\ \x08\x66\xf4\x39\xe1\x37\x44\x12\xe4\x12\x0c\x06\x04\x31\x72\x19\ \x62\x11\x46\x43\xf6\x61\x21\x99\x1c\x89\xf8\xfb\xe5\xf7\x77\x21\ \x46\x2e\x47\x24\x60\x30\x60\x11\x10\x4b\x91\x4b\x11\x2c\x18\x0c\ \xd9\x8c\x29\x97\x23\x26\xfb\x2e\x20\x91\x22\x26\xcb\x73\x15\x80\ \x54\x0e\x26\x4c\x96\x9c\x94\x22\x4c\x46\x4c\x39\xb6\x80\x62\x29\ \x92\x1f\x12\xff\x4e\xc8\x14\x28\x64\x08\x16\x74\xba\xbf\xad\x2d\ \x20\xb7\x41\x2e\x42\xa3\x01\x19\x72\xd1\xf7\x80\x25\x52\x39\x4a\ \x39\x08\xe8\x75\x94\xaf\x44\xcf\x1e\xbf\x61\x95\x61\x32\xc9\xfe\ \x68\x68\x2c\xc1\x90\x99\x69\xb6\xb3\xff\x5d\xa7\x6e\x04\x8b\xc9\ \x82\xf4\xd7\xc7\xb5\xc5\x68\x44\x26\xb3\x86\x49\xb4\xb2\xe7\xef\ \x66\xcf\x3f\x4f\xef\x69\x48\x8d\xf9\x10\x14\x29\x56\xd9\x89\x4c\ \x1a\x8d\x5e\x9c\xc7\x36\x75\xdd\x8e\x3b\x7d\xe7\xcd\x29\xed\xf0\ \xbb\x1e\x8f\x7f\x7c\x78\xfe\xc5\xb4\xb9\xf3\x86\xb8\xfc\x3d\x7b\ \x0a\xa6\x84\xa8\x38\x99\x4b\x6e\x27\xd5\xaf\x4b\x0b\xa9\xf1\x98\ \x6c\x71\x15\x13\x93\x42\xee\x3c\xd9\x3b\x65\x71\x91\x28\x5c\x70\ \x52\x01\x7c\x0d\x24\x49\x8d\xa3\x07\xf9\xbd\x91\xfd\x28\x4e\x1a\ \xf9\x1a\x44\xaa\x99\x12\x65\xb2\x0f\xf9\x24\x7c\x25\x32\x93\xe2\ \xa5\xf0\xf4\x64\xcd\x1a\x00\xb5\x1e\x5b\x05\x40\x6c\x18\x99\x46\ \x14\x2a\x14\x76\xb8\x3b\x00\x44\x85\x62\xe7\x8d\xe3\x0f\x7d\x9c\ \xa1\xc6\xde\x16\x20\x2e\x0c\xad\x94\xfc\x5e\x39\x33\x37\x8d\x88\ \x4c\xf2\x79\xfd\x5a\xc3\xc3\xd1\xd9\xe0\x93\x63\x99\xf4\x25\x12\ \xbb\xdc\xb8\xe7\x38\x25\x49\x8f\x25\x43\x8e\x97\xcb\xf7\xf4\x3a\ \x23\xdf\x8e\x81\x60\xc6\x24\xc9\x7e\xc7\xda\x04\xa2\x33\x29\xf4\ \x83\xd0\x17\x79\x93\xe3\xf1\x8c\xed\xfe\x27\x0f\x54\x8b\x3e\x3d\ \x26\x39\xd3\xc3\xc5\xee\x6f\xc6\x9e\xee\xe8\xf2\x19\x09\xa5\xfa\ \x8d\x68\x51\xfa\x0f\x65\xf7\x60\xd3\x8c\x73\xd2\xf6\xcb\x06\xd7\ \xf8\xff\xa6\x4c\x0d\xbc\x32\x6b\xd7\xab\xf1\x8b\xa6\xe4\xfb\x3b\ \x8a\x34\xc6\xdc\x9a\xbc\xe4\xde\xf0\x15\x73\x0a\x89\x01\xe1\xed\ \xa5\x4d\xf3\x36\xde\xca\x55\xad\xc5\xdc\x59\x03\xff\xe8\xe9\xe3\ \xc4\x58\x14\xae\xd8\xcb\xc0\x48\x4c\x3c\x2e\xb9\x51\xfc\x4f\x64\ \x58\x81\xb0\x30\xdc\xbd\xb1\xb1\x86\x5b\xfc\xeb\xe1\xcf\xfb\xd4\ \x6a\xa2\x02\x2f\x1e\xdc\x3e\xb8\x73\xc3\x5e\xe3\x16\x1e\x3d\x76\ \xf1\xfa\x9d\x4b\x41\xe9\xb2\xbc\x0e\xbf\x57\x92\x7c\xf5\xfc\x6e\ \xa2\xc8\xc1\xe5\xd7\xea\x6b\x8e\x0f\x18\x37\x78\xcc\xd3\x84\xdf\ \xc8\xca\xc2\xc2\x61\x1c\xff\x40\xc0\x0e\xaa\x35\x20\xd0\x04\x10\ \x7d\x9d\xaa\xb5\xb8\x18\x01\x69\x2c\x1c\xc2\x88\xa9\xac\x5f\xc5\ \xd2\x2d\xc4\xfd\x2c\x88\x05\x5c\x67\xf1\x52\xe6\x8f\x62\xf4\x4a\ \x80\x37\xa7\x18\x30\x84\xc9\x43\x99\xb9\x13\x20\xf4\x39\xc3\xdb\ \xd0\x64\x08\xa9\x80\x86\x7d\x9b\xd9\xb2\x99\x9e\x0d\x68\x3e\x09\ \x7d\x26\x0b\xfd\x18\x32\x82\x16\xad\x79\x95\x04\x80\x9a\xf9\x5d\ \x28\xdb\x82\x68\x48\x7e\xcf\xf6\x8d\x4c\xec\x41\xff\x95\x00\xef\ \xce\xd0\xbe\x0b\x7e\x5d\x19\xbf\x95\xbf\x39\x23\x72\x75\x0f\x93\ \xa7\x33\xb0\x3d\xb3\x0e\x03\x3c\x38\xca\x9a\xd5\xb4\x6f\xca\xf1\ \x57\x00\x67\x57\xd1\xd5\x8f\x2e\x2d\xd8\x74\x0f\xe0\xf9\x05\xda\ \xd6\xa4\xef\x02\x00\x41\xcd\x95\xbd\x54\x2f\xc4\xfa\x6b\x00\x77\ \x77\xd1\x63\x08\x4b\x26\xd3\x77\x36\x29\x39\x65\x38\x16\xa1\x41\ \xe5\x3f\x7d\xc4\xa5\x07\x8d\xee\x35\xec\x46\xf8\xdf\x49\xad\x86\ \x98\x47\x8f\x3e\x38\xb8\xf9\xfc\xc1\xec\xd2\x6e\x3c\x78\x6d\x97\ \xcf\xe3\xf7\x24\xfd\xfa\xfa\x56\x58\xba\x5d\x9e\x5f\x3b\x34\x14\ \xfb\xf4\x66\x60\xaa\x63\xd6\x2d\x63\xec\xdd\xc5\x6b\x6f\xf6\x5a\ \xbe\x71\xcd\x94\xbe\x7f\xd8\x71\x43\x26\x23\xea\xd1\x67\x3d\x40\ \xfc\x33\xfa\x8d\x20\xf6\x7f\xd2\x57\x26\xd6\x0e\xa0\x52\x57\x42\ \x0d\x56\xa6\xfa\xef\x66\x4f\xa7\x52\x0d\xa7\xaf\x5d\xda\xa8\x5c\ \xc5\xb1\x4b\xf6\xae\x5a\x39\xa3\xb8\x31\xfc\xf5\xd3\xcb\x7d\x5a\ \x75\x58\x7d\xe6\x0d\xf0\xe5\xde\xc1\xe1\x7d\x3a\x76\x68\xdf\xe7\ \xe0\xd3\xa8\x6c\x49\x21\xe0\xe4\x80\xce\xad\x3b\xb6\x69\x35\x75\ \xd3\x55\xbd\x20\x84\x7d\x08\x78\x73\x63\x6f\xab\xb6\x7d\x8f\xfb\ \xc7\x81\xf1\xe1\xc1\x65\x3d\x3a\x74\x68\xdd\x63\xcc\xe3\x58\x83\ \x26\x31\xf0\xf5\xdb\x37\x9b\x66\x0c\xbb\x1c\x92\xf9\xe9\xf2\x86\ \x9e\x9d\xda\xb7\xec\x3a\xf4\x4a\x60\x7a\x36\x79\x46\x12\xaa\xa6\ \x96\x37\x57\x9e\x20\x35\xf3\x2e\x1c\x21\x8d\x45\x6b\xc1\x8d\xc2\ \x79\xd8\x3b\x9d\xe7\xf6\xec\x3e\xc4\xde\x43\x6c\x99\x45\xee\x9f\ \xa7\x56\xc1\x6a\xac\xdf\xc7\x86\x11\x04\xfa\x93\x19\xc1\xbc\xcd\ \x8c\xd8\xc6\xf6\x59\xbc\xbe\x47\x86\x91\x37\x01\xc4\xea\x28\x5b\ \x1a\x27\x40\xc5\xa4\x25\xcc\xec\x41\xfe\xda\x1c\x5b\xc9\xad\x0d\ \x04\x38\x73\xe2\x3c\xd5\x15\xdc\xfd\x0c\x26\xd6\xcf\xe4\x66\x0c\ \x55\xab\x91\x07\x1c\xbc\x69\xdb\x95\xaa\xe5\xc8\xe5\x84\x39\x86\ \x39\x1b\x19\xbc\x95\x9d\x73\x78\x7d\x97\xb4\x9f\x3b\xad\x52\x4b\ \x76\xed\x67\x4e\x4b\x9e\x3d\x06\x28\x5e\x9f\x6e\xad\x28\x95\x1f\ \xa5\x2d\x31\xf7\x58\x7f\x8b\x75\x47\x58\xd0\x92\x3b\x57\x11\x74\ \x3c\x7f\x4d\xa6\x99\x0a\x0d\x00\x92\x83\x79\xfb\x1a\x51\x6e\xca\ \x95\x80\x4c\xd6\xee\x67\xe2\x31\xb6\xef\x20\xf9\x1e\xc1\xa9\xd9\ \x62\xe9\xe6\xcd\x68\x55\xdc\xdf\x47\xfb\xd6\xb4\x68\xc7\x91\xe7\ \x00\x2f\x2f\x30\xa4\x17\xcd\x9b\xb0\xe1\x6a\xd6\x6b\x08\x9a\x3f\ \x72\xfc\x93\x14\x52\x1f\xef\x1e\x30\x62\x8b\x01\x1e\xec\x98\x32\ \x77\xff\xcb\x8c\xc8\xc7\x73\x46\xf6\x6f\xd3\xea\x97\x3e\x0b\x0e\ \x25\x24\x85\xac\x18\xd5\xa3\x73\xb7\x6e\xeb\xce\xbc\xc8\xaa\x76\ \xd0\xed\x4d\x5d\x5b\xb5\x6a\xdb\xbc\xcd\xe2\xe3\x2f\x80\x88\xc7\ \x87\x87\xf4\xec\xd8\xba\x55\xf7\x7d\x8f\xe2\x4c\xe9\x41\x01\x6f\ \xde\xed\x9d\x37\xe4\x90\x7f\x52\x36\xff\x85\x3c\x98\x33\x6a\x40\ \xbb\x76\xfd\xae\xe9\x7c\x6a\x95\x53\xde\xdc\x39\xbb\x4b\xbb\xf6\ \xed\x07\xcd\xff\x9a\x1c\xb7\x73\xce\xa8\xe3\x01\xc9\xa4\x3c\x1c\ \x31\x78\x6c\xa0\x99\xe8\xbb\xdb\x27\x2e\xdd\xff\xfc\xee\x9e\x1e\ \xad\x5b\xb5\x69\xde\x66\xd9\xd9\x0f\x66\xf5\xe7\xe0\x0c\xa7\x46\ \x15\x0b\xa6\x05\xdd\x18\xdb\xbf\x6b\xbb\x16\xed\x56\x9d\x7a\x05\ \xc4\x06\x5c\x9c\x3a\xbc\x4f\xeb\x66\x8d\x7c\x57\xdf\xc0\xac\xb9\ \xba\x63\x41\x9f\x2e\xed\x87\xcd\xbb\x50\xb2\x71\x5b\x71\x5a\xe0\ \x8a\x71\xfd\x3b\x77\x6a\x3b\x71\xd3\x25\x83\x51\x77\xff\xd0\xf2\ \x81\x3d\x3a\x75\x9f\x7e\x28\x5f\xe3\xfa\x59\x8b\xff\x78\xff\x1b\ \x2f\xbe\x46\x1e\x5f\xbf\xe3\xe5\xeb\xfb\x13\x7b\x36\xef\xd8\x75\ \xcc\xad\x37\x5f\xae\x6c\x9d\xd6\xa1\x7d\xbb\x4e\xc3\x97\x84\x68\ \xcd\x19\xef\xaf\x0c\xed\xd6\xaa\x4d\x8b\x0e\xc3\xc6\x8e\xf7\xed\ \xd9\xb6\x65\xef\x49\xfe\x89\xd9\xda\x99\xa4\x20\x52\x5d\x88\xbe\ \xc3\x67\x03\x61\x9f\x70\x2d\x89\xa7\x81\x2d\x33\xe9\xd8\x99\x51\ \xab\xf9\xf8\x90\xc1\x13\x49\xc9\x64\xfe\x38\x6e\xbe\x67\xf9\x24\ \x6e\x47\xa2\x0e\x62\xfc\x0c\x02\x03\x19\xd7\x97\x6e\x5d\x39\xf6\ \xe2\xfb\x57\x7f\xd7\x1c\x4e\x04\x53\xb7\x06\xf9\x54\x56\xa6\xfa\ \xef\x66\x4f\x40\x1f\xea\xff\x26\xc9\xa1\x58\x61\x7b\x50\xdf\x7a\ \x96\xee\xb7\xee\xe8\xca\x21\x95\xce\x1c\x39\x12\x18\xf4\x70\xfe\ \xda\x8b\x4d\x46\xcf\xad\xae\xfa\x72\xe6\xce\xfb\xac\xc4\xd7\x0e\ \x1e\xd6\x55\x19\xb9\x63\xdd\xe8\xd7\xc7\x37\xde\x0c\x0a\x0e\x8c\ \xf3\x98\x7f\xe0\xd0\xe8\xda\xe2\x03\xe7\x6e\x7e\xba\xb7\x6f\xf6\ \xa1\xa0\x71\xab\xb6\xf6\xf4\xfa\xba\x75\xef\x8b\x60\xff\xa7\x25\ \xbb\xcd\x3f\xb1\x6f\x53\xe5\xf8\x23\x23\x56\x3d\x1e\xbc\x68\xf3\ \xb0\x8a\x69\xdb\xb7\x9d\xca\x52\x60\x84\x7d\x44\xed\x89\x7d\x3a\ \x81\x06\xba\xb4\x24\xd2\x9f\x93\xdb\x90\x55\xa2\x56\x19\x6c\x23\ \x39\xf4\x9e\x59\xf3\x70\x57\xa1\x4f\x21\x21\xf3\x6f\x15\x19\x4e\ \xae\xe8\x3f\x32\x65\x17\x7d\xc7\xf1\xe6\x3c\xe2\xea\x34\xcd\x47\ \x46\x06\x76\x76\xc8\x64\xb4\xf1\xa3\xba\x17\x45\x72\x7c\x95\x18\ \xe3\x18\x3e\x83\xe6\x63\x28\x24\xe7\xe8\x5d\x7a\x8d\x44\x21\x42\ \x2b\xa6\x80\x1b\x57\xd6\x11\x5a\x84\xe1\xcd\x28\x56\x0d\x40\xa4\ \xe1\xdc\x26\x76\x07\x30\xb8\x17\xfe\xa7\x11\x55\xa5\x45\x7e\xd2\ \x33\xb0\x77\xe0\x6f\xa6\x89\x5b\x2e\xc2\x1f\xb2\xf4\x0e\x83\xfc\ \x00\x92\x23\x58\xb9\x90\xf4\xa2\xb4\x2e\xc2\xd9\x13\x54\xed\x42\ \x11\x15\x69\x6a\x1c\xdc\x11\x29\x19\x36\x1e\x9f\x3c\x54\x2f\x01\ \xe0\x5a\x8e\x41\xfd\xc8\x5d\x90\x42\xde\x20\xc6\xcb\x91\x2d\x53\ \x99\x39\x9e\x10\x79\xb6\x2b\x52\x63\x08\x0f\x5e\xe3\x68\xe2\xc0\ \x71\x3a\xcd\x63\x61\x7b\x76\x6e\xe2\xfd\x2d\xa6\x6f\xa1\xc7\x34\ \xea\xe7\x27\x25\x3d\x5b\x79\x11\x11\x14\x94\x9e\xa6\xbb\x74\x64\ \xed\xb1\x27\x49\x12\x4d\xc8\xde\xb3\x9f\xf2\xbb\xc7\x4d\x1e\x3a\ \xc7\xf1\x97\x21\xc3\x9b\x17\x30\xa6\x19\x3f\xdd\x5c\x7f\x3c\xa2\ \xc8\x96\xc3\x47\xfc\x7e\xc9\x5a\x74\x6b\x2f\xef\x3f\x93\xbf\xe7\ \xaa\xcd\xe3\xeb\x5f\x3d\x7c\x2a\x38\xe8\xd1\x84\xd9\xfb\x6a\x8e\ \x5e\xb9\xa4\x5f\xde\xc3\x5b\xf7\x3f\x7b\xf2\xc4\xa7\xd5\xd4\x13\ \x87\x77\x74\xaf\xe8\x0a\x58\x12\x5e\x4c\x1c\x39\x47\x51\x77\xd0\ \xe4\xbe\xb5\xca\x15\xaf\x90\x74\x7d\xe5\xd2\xf3\x9a\xb9\x9b\xb7\ \xd4\x14\x9e\xee\xba\xe6\x1f\x1f\x15\x19\xaf\xc9\xf0\x3f\xba\xef\ \xf8\xa5\x07\x99\x46\xfd\x99\x83\xa7\x6c\x7d\x0a\xbd\x38\x76\xb2\ \x40\xef\xd5\x9b\xc7\xd6\xb9\x7a\xe8\xc8\xeb\xc7\x1f\xd5\xae\x65\ \x8b\xc9\x43\xa6\x8c\x59\xe2\xd9\x71\xd6\xba\x19\xcd\x2e\xec\xde\ \xf1\xea\xf3\xdd\x09\x53\x36\x14\xef\x34\xb1\x5b\xb5\x3c\x22\x91\ \xfa\xf6\xde\x39\xab\xef\x1a\xc7\x2e\x9f\x53\xbe\x68\xb1\x2a\x15\ \x65\xbb\x66\xce\x8c\x2b\xd9\x73\x74\xeb\xd2\x4f\xae\x5c\x3e\xb1\ \x7b\xd9\x92\xd3\x09\x43\x17\xcc\xac\x52\xba\x4c\xb5\x62\xd9\x1e\ \x4d\x1e\xdc\x0d\xf9\x65\xf2\xfa\xfd\x1b\xa7\x67\x3e\x3d\x1e\xec\ \xde\x7a\xeb\xee\x35\x92\x3b\x2b\x96\xdf\xb5\x59\xb6\x79\x53\xd9\ \xb4\xeb\x67\x6e\xbd\xbb\x73\xe5\xa4\xb6\xf2\xb0\xf5\x93\xea\x3e\ \xbb\x1f\x31\x74\xf9\xe6\xba\x86\x67\xbb\x4f\x07\x65\x7f\x36\x5e\ \x93\xab\x3e\xa3\xea\x70\xe8\x18\x9f\x3e\x53\xa2\x2c\xe7\x57\xf1\ \xda\x89\x19\xbd\x78\x7c\x0a\x49\x21\xf2\x44\xd3\xa9\x0b\x29\x05\ \xa9\xa5\xe4\xde\x5b\xf2\xb8\x11\xf2\x90\x68\x33\x4f\x37\xf1\x35\ \x3f\x87\x8f\xd0\xa2\x4c\xf6\xab\xbf\xb1\x89\x97\x0e\x4c\xea\x4e\ \xd1\xe2\x58\xc9\xd3\xca\x9e\x84\x7f\x78\x68\xc8\x5d\xbc\x84\x0b\ \xa4\xfa\xbf\xcf\x74\x6e\x5a\xcb\x5b\xa1\x54\x7a\xbb\xe7\xfa\xf2\ \xf4\xd8\xa3\xb0\xa4\x8b\xdb\x37\x26\x95\x1e\xb0\xc8\xaf\x1e\x80\ \x25\xe2\x71\xa8\xba\xf1\x2f\xb5\x9c\x73\x39\xd9\xdb\x39\xeb\xa2\ \x9f\xc4\x28\x8b\x34\x2c\xe4\x2a\x55\xd9\x17\x72\xb4\xdc\xbc\x76\ \xbb\x46\xcf\x31\x95\xf3\xe7\x52\x29\x6c\x1d\x1c\x0d\xfe\xfe\x09\ \x25\x1b\xd4\x91\x89\xc4\x57\xce\xde\x2c\xde\x69\x68\xdd\xa2\xb9\ \x6d\x6d\x94\x36\xf6\xce\x59\x2b\xf9\x4f\xaf\xf0\x2e\x46\xe2\x7b\ \x24\xc5\x69\xd5\x94\x2b\x8b\x39\xa7\x61\x40\x4d\x4c\x2a\x54\x09\ \x18\x5d\x28\x6a\x03\x70\x6c\x09\x1b\x6e\xfe\x6d\x85\xdf\x9d\x63\ \xc0\x14\xea\x8d\x63\x50\x15\x9e\xbf\xa7\x54\x05\x80\x87\xb7\x28\ \x50\x35\xdb\xa6\xf2\x65\x22\x55\x73\x82\xc4\x9d\x58\x87\xa2\x01\ \xdd\xcb\xa0\x0e\x22\x49\x49\x35\x6f\x8c\x6f\x89\x91\x23\x79\xce\ \xf4\x93\xd4\x2e\xc5\xd5\x3b\xc8\xe4\x00\x12\x4f\xa6\xef\xa4\x53\ \x5e\xee\x3c\xe6\x4d\x18\x25\x73\xb2\xcd\x5f\x85\xbf\x71\x55\x72\ \x6b\x07\xa3\xd7\x30\x68\x19\x9d\x4a\x03\x14\xad\xc5\xc9\xfd\xa4\ \x3e\x22\x4c\x4d\x44\x44\xf6\x89\xf8\x6b\xef\xa9\x51\x17\x20\xe5\ \x29\x89\x36\x94\xca\x59\x6d\x7e\x7a\x8e\xc2\x0b\x1f\x11\xa8\x58\ \xba\x9d\xf1\xed\x08\xf1\xa7\x70\x4d\x0a\x29\x01\x82\x3e\x20\x2b\ \x86\x7d\x06\x71\x52\xea\x57\xc0\xc5\x1e\x17\x7b\x8e\x1e\xa1\xe5\ \x34\xea\x96\x24\x41\x4d\x85\x6a\x00\x28\x55\xae\xee\xce\x41\x37\ \x4f\x3d\x4f\x76\xfe\xa5\x96\xea\xe4\x96\xf5\xfa\x2a\xdd\x0a\x44\ \xdc\x49\x28\x3f\x70\x6c\xeb\x6a\x71\x41\x89\x85\xaa\x36\xa8\xd6\ \xac\x7f\x03\x5b\xff\xd1\x93\x36\x24\x49\x94\x00\xea\xe0\x57\x09\ \xb6\x8d\x9a\x17\xb5\x91\xd9\x78\xfb\x38\xbd\xbe\x77\x55\x5a\xb1\ \x5b\x9f\xaa\xf9\x1d\x6c\x94\xf6\x4e\xd2\x37\xcf\x23\x0b\xd7\xa9\ \x6d\x23\x12\x67\xed\xd4\xbf\xb9\x78\x3c\xbe\x64\x8f\xa9\x9d\x6a\ \x26\xbe\x8f\xc8\x5b\xb2\xe8\xe3\x0b\x4f\x1a\x8c\x9d\x51\xc2\x33\ \x97\x4c\x61\xe3\xe4\xe4\xe6\xee\x99\x3b\xe9\xed\xd5\xa3\x2f\x75\ \x75\xaa\x55\x0c\x38\xb3\xe3\x5e\x66\x85\x81\xcd\x5d\x03\x22\x64\ \x0d\x9b\x16\x51\xca\x54\x79\xf2\xd8\x7d\xfe\xfc\xc9\xb3\x7c\xd9\ \x94\x17\x57\xc3\xf3\x34\x19\xdd\xaa\x94\x8b\xad\xc2\xc9\xc9\xf1\ \xe5\x89\x23\x36\x8d\xa7\xf5\x6d\x50\x3c\x3a\x56\x57\xd9\x5b\x7e\ \xe1\xfa\xd7\x61\xf3\xe7\x56\xb0\x0d\x4b\x50\x16\x2f\x67\x7e\x7a\ \xe8\xfe\xc7\x88\xc7\x47\x0e\xbd\x92\xcd\x9a\xd9\xeb\xd5\x2d\xff\ \x4e\x8b\x96\x55\x76\xca\x88\xd5\xe7\x2a\x5b\xc0\x03\xc0\x12\xf6\ \x34\xdc\x50\xb3\x72\x51\x91\x58\xff\xe1\x43\x64\xc5\x5a\xcd\xdd\ \x54\x49\x17\xee\x86\x75\x9b\x34\xae\x70\x6e\x57\xa5\xad\xbd\xd2\ \x98\xfe\x21\x38\xa5\x56\xdd\x7a\xee\x72\x59\xde\x72\x35\xca\xe5\ \xc9\x63\x63\xeb\x98\xcb\x33\x5b\x79\xff\xf6\x39\x79\x2b\xd2\xae\ \x35\xc1\x17\x38\xf0\x8e\x32\x45\x39\x76\x8a\xd8\xb7\xec\xb8\xc9\ \xc4\x45\x14\xc9\x4d\x29\x17\x5e\x7e\x62\xec\x08\xa2\x5f\x21\x2f\ \x46\x31\x25\x2f\x5e\x52\xb8\x16\x9d\x06\xe3\xf0\x8a\xf1\xeb\xb3\ \x47\x48\xf8\x4d\xa6\xec\xa6\x66\x65\xee\x5d\x41\x6b\x6f\xa5\x29\ \x2b\x7b\xc2\xeb\x3b\xfe\xae\x45\x6b\x39\x41\xc2\x93\x07\x49\xaa\ \xe2\xa5\x95\xbc\xb8\xfb\xd8\xb9\x70\x55\x07\x6d\x6a\x81\xca\xed\ \xe7\x2f\x9c\x3f\xca\xb7\x7d\x61\x67\x05\x60\x0e\x7b\x1f\x9a\xee\ \x52\x40\x16\xbd\x6e\xc2\x4c\x59\xf5\x4e\xb9\x43\x9e\xea\x3d\xab\ \x38\xa1\x7d\xfc\x2c\xb8\x70\xb1\xb2\x12\x75\x42\xa6\x5a\x1d\x16\ \x70\x72\xcb\x63\x73\xa7\x96\x5e\xaf\x42\x92\x95\xb2\x8c\xf4\xcc\ \xe4\x74\x4d\x86\x46\x93\x19\xf5\xfe\xd6\xc6\xd3\xb1\xcd\x3b\x66\ \x1f\x07\x7a\xf4\x84\xc2\x65\xf0\xbf\x42\xfe\x2a\x54\x2d\x82\x5e\ \x60\xc0\x48\x92\x9f\x23\xf2\xc6\xbb\x20\x86\x10\x4e\x3e\x23\x33\ \x8e\xb3\x4f\x28\xf1\x73\x48\x91\xd0\xeb\x8c\x5a\xcd\xa0\x65\x0c\ \x6a\x9c\xb5\x35\x45\x4c\x14\x4f\xcf\x73\x24\x94\x01\x1d\x01\x62\ \x9f\x93\xac\xa2\xbc\x13\x40\xc6\x07\xf6\x3e\x65\xd8\x10\x00\x41\ \x44\x66\x0a\x5f\x3e\x30\x6f\x11\xc5\x5a\x90\x2f\x3f\xad\x9a\xf0\ \x74\x07\xd7\xbe\xe2\x64\x20\x22\x88\xb0\x18\x3e\xdd\xe7\x59\x0c\ \x85\x0b\x20\x32\x12\x13\xc5\xb3\x8b\x1c\x0c\x61\x40\xe7\x9f\x2a\ \xf0\x7c\x0f\xf3\xce\x30\x7b\x23\x6d\xca\x21\xa8\x09\x0a\x24\x3e\ \x91\x53\x47\x30\xe7\xc6\x45\x8e\x5e\x4d\x6c\x24\x57\x56\x12\xea\ \x49\xc7\xb2\x00\x4f\x9f\x62\x5b\x0c\xd7\x9c\x57\xfa\xec\x01\x3e\ \x55\x10\x81\x60\xc6\x60\x24\xe0\x0a\x11\xf9\x59\x34\x9c\x7b\x17\ \x09\x4a\xe2\xcb\x7b\xf2\x97\x20\x25\x04\xc1\x0b\xdd\x1b\x26\xae\ \xa7\x79\x07\x32\x12\x30\x1b\x89\x78\xc0\x57\x33\x95\xb3\x34\x90\ \x4a\x27\x17\x9b\xaf\xcb\x97\x1c\xaa\x3d\x62\x9e\xd7\xfb\x5d\x33\ \x8e\x85\x0f\x1f\xda\x46\x48\x4f\x52\xab\x35\xb1\xa1\x8f\x4f\xbe\ \x88\x2f\x50\x5c\x95\xa2\xcb\x37\x77\xd9\xa4\x94\x7b\x07\xae\x85\ \x9a\x80\xd4\xf7\xb7\x23\x45\xf9\x6a\x38\xf1\xf0\xc9\x63\xa7\xfc\ \xa5\x1c\x25\xe9\xe9\x6a\x6d\x6c\xf8\xab\x25\x9b\x9e\xd6\x69\x5d\ \x33\x3c\x34\x5e\x2a\x57\xc7\x27\xa5\x9b\x05\x80\xf4\x0c\x75\x66\ \x86\x3a\x36\xea\xc3\xb1\xbb\x5f\xf2\x57\xca\x97\x9e\x90\xae\x55\ \x27\x05\xdd\xda\x78\x21\x44\xd9\xac\x46\x79\x1f\x95\x76\xc7\xaa\ \xf5\x0e\x0d\x87\xb5\xf3\xf9\x34\x65\xea\xd1\xa6\xa3\xc7\xba\x87\ \xdd\xf8\x2a\x2a\x50\xcd\x91\x87\x4f\x9e\xba\xfa\x14\x35\xa7\x06\ \xa1\x70\x30\xeb\x32\xd5\x6a\x4d\x7c\xcc\xe7\x35\xcb\x0f\x14\x6e\ \xd6\xc1\x23\x23\x3e\x5d\x93\x1e\x13\x78\xe1\xda\x3b\x43\xc1\x7c\ \x79\xb4\x09\x49\xe9\x69\xb1\x8f\x0e\x9c\x8a\xb7\x2b\xe1\x81\x16\ \xa7\x52\xc3\x66\x2e\x9e\x3d\x69\x70\xed\x72\x9e\xa9\x89\xa9\x9a\ \xd4\xe8\x80\x33\x27\xbe\x2a\x3d\xbd\x73\x89\x00\xf3\xd7\x77\x91\ \x7a\xb7\xb2\xf9\x9c\x51\x07\xbf\x0c\x36\x97\xa8\x58\x00\x32\x52\ \x32\x33\xb5\xe9\xf1\xef\x2e\xac\xbb\x11\x9d\xb7\x5a\x61\xc9\x9b\ \x30\x71\x85\xd2\xb6\x0f\xef\xbf\xb4\x2f\x51\x4a\xa2\x7f\xf3\x30\ \x4a\x54\xbd\x72\x1e\x00\x1d\x0f\x83\x29\x53\x19\xdb\xa2\xb8\x24\ \xf1\xe8\x2b\x55\xbc\xd1\xd8\xd0\x7f\x2a\xb3\xa7\xd3\xa6\x06\x6f\ \x4f\x71\x24\x8e\xc6\x25\xb9\xe5\x4f\x62\x26\x5a\x13\xd1\x5f\x39\ \xfd\x9c\x02\x6e\x18\xbd\x59\x3e\x91\xbb\x07\xf9\xa2\x01\xd0\xca\ \x69\xd5\x9a\xc0\x13\x1c\x79\x83\xa7\x8d\xc5\xff\xee\xc5\xfb\xef\ \xe2\xac\x6c\xf5\x57\xc3\x9f\x7a\xd6\x28\x5e\xe4\x53\xff\x97\x0a\ \x40\x58\xa2\xa8\x52\xe3\x3a\x0a\x4c\xc9\x16\xaf\x6a\x75\x2a\x54\ \xcf\x3b\xb2\xdc\xfd\xb9\x43\xfd\xae\x97\x6a\x3d\x74\x7a\xbf\xc6\ \x36\x10\xfa\x39\x28\x28\xf8\xdd\xda\x59\x73\x8a\xd4\x1c\xb8\x6e\ \x54\xeb\xc7\x6b\xee\xd5\x6a\x5a\x0d\x43\x82\xd9\xb9\x64\xf9\x6a\ \x65\x8a\x7b\xf6\x1f\x3d\x67\xde\xa8\x1b\x5e\x3d\x66\x2f\xae\x9b\ \x37\xbf\xfa\x97\xb2\x2b\x57\x4d\xb0\x0c\x9c\xe7\x3b\x74\xd4\xeb\ \x19\x6b\x87\x3f\x70\x69\x3e\x65\x59\xf7\x72\x0e\x00\x1a\x8c\x5e\ \xd4\x28\xc9\xbd\x6b\xd4\xab\x8a\xc2\x8d\x73\x77\x71\x72\x60\xbf\ \x85\xea\x35\x90\x7b\xb3\x64\x02\xcb\xe7\x70\x51\x89\x4d\x0d\xba\ \xfe\xbc\xd9\xfb\xe2\x2e\x06\x09\x47\x17\x72\x24\x2f\x0b\xe7\xd0\ \xdb\x97\x91\x33\x59\xe4\xcc\xcc\x55\x64\xd9\x09\x44\xc5\x52\xb9\ \x49\xf6\x29\xcc\x4f\xcf\x28\xd5\x9a\x4a\x0e\x00\x76\x45\xe9\x53\ \x8b\x79\x13\xa8\xdc\x92\x99\x3d\xb0\x95\x52\xba\x06\x99\xfe\x48\ \xab\x30\xb2\x23\x57\x36\xb2\xe5\x06\x82\x94\xf6\x93\xa8\x93\x8f\ \xe2\xdd\xb8\x35\x87\x05\x4f\x99\xb5\x36\xe7\x38\x7c\x0e\x1e\xdf\ \x43\x24\xb0\x76\x3c\x76\xd5\x99\xd7\x91\xd3\x6b\x79\x9a\x80\xc2\ \x9d\x25\x8b\xb0\x97\xd1\xcd\x8f\x59\x6b\x08\x28\xcd\xca\xa5\x38\ \x49\x00\x52\x44\x34\xac\x99\xf3\x3d\x34\x93\xe9\x4c\xe3\x1a\x00\ \x8f\x4f\xb2\xf6\x10\x3e\x35\xd9\xbb\x9b\x82\xf6\x4c\xbb\x40\xc3\ \xfc\x3c\x7f\x45\xf9\xe9\x84\x9f\x20\xe8\x39\xd3\x32\xf8\x65\x12\ \x7d\xeb\xf3\x36\x8d\xa5\x1b\xd8\xe7\x4f\x11\x3f\xb2\xe3\x6c\x88\ \x1c\x8b\x97\x2c\x52\x2d\x57\xf3\x8e\xd5\xaa\xbc\xcf\x5b\xbc\x53\ \xa3\xa9\xd5\x72\xd9\xe8\x3b\xf4\x29\x3c\x69\xc9\xc8\xd9\x5e\xde\ \x55\x1a\x15\x95\x86\xef\x59\xb4\xf2\x79\x84\xb6\x74\xf7\x49\x1d\ \x0b\x49\x81\x84\x28\x5d\xb9\xba\x4d\xed\x31\x67\x18\x5d\xab\xd4\ \xaa\x51\xb7\x94\xd7\xf5\x5b\xb3\x86\x8e\xbc\x5d\xa9\xdb\xf4\x21\ \x8d\xab\x3c\x09\xab\x3c\x7b\xdb\x1c\x53\xe2\xb8\xf9\xbe\x0d\x80\ \xea\x9d\xfa\x56\x7a\x3a\x77\xd8\xe4\x37\x9e\xa5\xaa\x17\xf5\xf0\ \x29\x3e\xac\xeb\xd8\x15\x63\xa6\x7b\xe4\x1f\xb5\x64\x65\x29\x47\ \xb9\xbc\x50\xd1\xaa\x55\x3c\x87\x74\xa9\xf6\x3a\x34\x6f\x8b\xde\ \x2d\xfb\x56\xcb\xf5\xe5\x64\x46\xf9\x7a\x4d\xed\x30\xa6\x9b\x5c\ \xab\xd6\xa8\xdb\x58\x96\x76\x73\xf7\x6b\xbb\x8e\x1d\x5b\x5d\x9b\ \x3a\x72\xd8\xc4\xa2\xf5\x47\xce\xea\x51\x49\xf8\xd4\xff\xe4\xe4\ \x75\x13\x42\xf3\x16\xae\x5d\x3b\x6f\xa1\x52\xbd\xfb\xd6\x9c\x37\ \x7d\xb8\x8f\x97\x63\x9d\x2a\x3e\x76\x85\xab\x0d\x6f\xfe\x68\xe1\ \xa8\xc1\xee\x85\x2a\xcf\x5c\x32\x79\xb8\x6f\xe3\x69\xb3\x86\xbd\ \xf2\xf2\x68\x54\xa7\x76\x96\xf5\x6f\xc8\xbb\x77\x86\xdc\x45\xf2\ \x39\xa1\x0b\x8b\x76\x2a\x5d\xb3\x4a\x01\x20\xef\xc8\x21\x6d\xe7\ \x2c\x1e\xf3\x30\x77\xa1\x49\xab\x17\x16\x35\xdf\x72\x2b\x57\xa7\ \xb4\xca\x7c\x0a\xc7\xc6\xb5\xca\x5b\x62\x9f\x79\x96\x6b\x58\xc9\ \x5d\x02\x18\x13\x70\x2a\x49\xad\xbc\x20\xa6\x63\x47\x34\x51\x78\ \xe5\x62\x64\x0f\x56\x8f\xe3\x40\x01\x46\xf7\xe1\xd2\x1d\xc6\x6d\ \xc4\xe5\x09\xbb\x9f\xd1\xbe\x1d\x45\x2e\x32\x7a\x2e\x3e\x35\x70\ \x4b\x67\xd1\x70\xbe\x68\xe8\x31\x99\xc2\x2a\x80\x62\x75\x98\x53\ \x07\x3e\x61\xf6\x61\x4a\x07\xc3\xbe\xc9\x67\x63\xab\x16\xa8\x53\ \xda\xc3\x4a\x58\x7f\x29\xfc\x35\xad\xe5\xcd\x47\x67\x77\xbf\xe5\ \x38\x78\xeb\xb8\x46\x7f\x66\xa9\x47\x56\xf1\x3e\x25\xfb\x77\xbd\ \x1e\x34\x2e\xf1\xe7\x36\xda\xc8\xa6\x45\xc4\x64\x6d\xfa\xcb\xe9\ \xe0\x4b\x85\xdc\xff\x92\x72\x4c\x89\x4c\x9f\x40\x68\x2e\xf6\x2e\ \x67\x76\x57\x6a\xae\xa4\xad\x37\x80\x2e\x92\xb5\x1b\xc8\xb0\x10\ \xaf\x67\xf8\x1c\xca\x39\xff\xf7\xcd\x06\x73\xca\x8a\x11\x03\x32\ \x1a\xcc\x9f\xdb\xa5\xb4\x95\x1a\xfe\xab\xf0\x57\xb7\xf7\xfc\x43\ \xfa\x84\x66\xc3\xd7\x34\x51\xb9\xff\x4f\x7b\x24\x93\x07\x0f\x7e\ \x6f\x62\xc1\x40\x50\x2c\x69\x7a\xb2\x42\x1c\xbd\x7b\x82\x29\xec\ \x4f\x6d\xb3\x21\x83\xc8\x14\x32\x05\x44\x02\x82\x94\xe7\xb7\x89\ \xfb\xd7\xf0\x97\x2e\x1d\xc7\xa2\xb4\x2a\xce\xfd\x2b\x14\x6b\x8a\ \xf0\x96\x2b\xef\x00\x0c\x99\x48\x1d\x50\x98\xa9\x51\x19\x59\x24\ \xfc\xf7\xb1\xa7\x60\x16\x1a\xf4\x99\x56\xb0\xca\x3f\x43\x9d\x6a\ \x35\xf7\xef\xff\x4b\x6a\x55\xb0\x20\x45\x8b\x5a\xf9\xed\xbf\x7d\ \xe5\xfe\x07\x24\x62\x47\xf7\x3c\xff\xf3\x5c\xb4\x5a\x9e\x3d\xfb\ \x03\xe9\xe5\xae\x78\xe7\xd8\x8c\x6a\xa3\x79\x16\xf1\x27\x37\x1a\ \xc7\x3c\x38\xe5\x5c\x25\x84\x10\xfb\xaf\x71\x4f\x93\x75\x7e\x29\ \x32\x90\xaf\x66\x64\x32\xa2\xa3\xb2\xcf\x29\x65\xfd\x5d\x21\x25\ \x36\x98\xf7\x50\xb2\xcc\x7f\xdf\x42\x4c\xee\x52\xa9\x86\xcb\x3f\ \xf9\x4d\xd2\xfd\xb1\xc1\xf6\xfb\x21\x93\x59\xd9\xd3\xca\x9e\x7f\ \x3a\x72\xe5\x62\xd6\x2c\xeb\x2b\xb6\xe2\xcf\x80\xab\xab\x75\xb0\ \xfd\xd7\xc1\x7a\xac\xd7\x0a\x2b\xac\xb0\xc2\xca\x9e\x56\x58\x61\ \x85\x15\x56\xf6\xb4\xc2\x0a\x2b\xac\xf8\x4f\x66\xcf\xd4\xf0\x77\ \xef\x77\x0d\xcc\x4c\xf8\x33\xf6\xa7\x85\xbf\xb7\x26\xb0\xe2\x9f\ \xef\xcc\xff\xa0\xc6\x58\x84\xff\xc0\x46\x65\xb5\xc8\x3a\x52\xff\ \x53\xd9\xd3\x64\x32\x45\x5f\x9c\xa3\x7f\xb8\x2b\xfa\xca\x62\xf3\ \x3f\x7c\xcf\x7a\x75\x7a\x72\x72\xaa\x46\xab\xcb\x4c\x4b\x49\x4e\ \x4d\x8f\xbc\x7f\x74\xc5\xce\x6b\xff\xd8\xb1\xa4\x90\xf6\x69\xdd\ \xf4\xc1\xbe\xe3\xd7\xde\xbb\x79\x6a\xfd\xe1\x5b\xd1\x6f\x6f\x2f\ \x5c\x79\x20\xd9\xfc\xaf\xea\x08\x6d\x06\x69\x19\xdf\x2f\xcd\x3a\ \xd2\xd4\x3f\xd7\xc7\x8c\x00\x98\x49\x4d\x21\x29\x89\x74\x35\x7a\ \x63\xf6\xe0\x4e\x4f\xc3\xf8\x6d\x22\x1b\x48\x4b\x26\x29\x19\x7d\ \x56\xf3\xcc\xa4\xe5\x78\xfe\x30\x19\x48\x4d\x21\x43\xfb\x7d\x66\ \x64\xa4\x92\xa9\xff\xb5\xca\xa4\x93\xa1\xf9\x91\x1d\xbe\xf1\x03\ \x69\xa9\x3f\xf9\x61\x4a\x4b\xe3\xdb\xce\xbc\x26\xfd\xa7\x3a\x9b\ \x34\xa4\x6b\xbe\xe7\x90\x99\x46\x52\x12\x6a\x1d\x86\x30\x16\x2e\ \x20\x5c\xfb\x7b\x3a\x85\xcd\x2b\x78\xf1\x7f\x73\xc8\x45\x30\x19\ \x0d\xa6\x1f\xad\x0e\x84\xe4\xe3\xab\xa7\x0e\xf4\x1d\x72\xea\x5d\ \xe2\x8f\xe9\x42\x6f\x6d\x5f\xb4\xed\x2e\x96\xc4\xad\xf3\xe7\x3f\ \x88\x34\xff\x29\x55\xb3\x18\x0c\xc6\x7f\xc0\xd4\x99\xc1\x0f\x96\ \xad\xdf\x1f\x9b\x53\x97\x68\xff\xb3\xe3\x06\x0c\x1c\xbb\xea\x74\ \xfa\x1f\xa9\x5d\xe4\x8b\xe3\xab\xb6\x9d\x33\xfe\xd6\xf7\xc2\x6c\ \x32\x9a\x4c\x56\x6e\xfd\x37\x66\xcf\xd8\x27\x87\x0c\x1f\x2f\x48\ \xed\x24\xea\x57\x87\x93\xde\xdf\xf8\x07\x29\x1f\xed\x59\x36\x74\ \x70\x9f\x5a\x15\xcb\x36\xea\xd4\x6f\xfc\xbc\xf5\xf7\x9f\x3d\x7f\ \xfc\x2a\xe2\x1f\xee\xf7\x0b\x17\xd7\x2c\xb8\xad\xaf\x30\x7d\x72\ \xdf\x62\x3e\xf9\x8b\x17\xcc\x63\x8c\x0d\x7a\xf0\xe4\x9d\xee\x5f\ \xd3\x0b\xef\xaf\xd3\xbf\x07\x9d\x9a\x33\x6e\x13\x26\x88\x7d\x4a\ \x8f\x76\x74\x68\xcf\x9a\xf3\x00\xfa\x64\x8e\xcc\xa5\x76\x1f\x42\ \x81\x68\xe6\x4d\x64\xd4\x68\xba\x34\xa6\xe9\x24\x0c\x26\xf6\xce\ \xa4\x5d\x67\x3a\x0f\x26\x24\x03\x04\xe6\x76\xa1\xcb\x10\xc6\x4e\ \xe6\x79\x38\x9a\x78\xc6\xf7\xa1\x73\x7b\x46\xad\x46\x07\x2f\x4e\ \x30\xdc\x97\x8e\x1d\x58\x7f\x09\xe0\xe2\x06\x7a\xf4\xa0\x69\x53\ \x76\xfd\x68\x94\xaa\xe7\xcc\x66\x7c\x07\xb1\xed\x42\x36\x35\xc7\ \x3f\xa1\x46\x51\x2e\x84\x80\x81\xf5\x63\x69\xd7\x95\x5e\x63\x88\ \xd2\x41\x26\x4b\x87\xd3\xb1\x33\xbd\xa7\x90\x62\xe2\xed\x49\xfa\ \xf5\xa6\x7d\x33\x66\xee\xc3\x02\x61\x77\xe9\xd1\x91\x36\xad\xd9\ \x76\x13\xe0\xf2\x42\x9a\x74\x66\xdc\x58\x4e\x3d\x46\xd0\xf0\xe8\ \x21\x19\xbf\x67\x26\x4b\x29\x52\x1c\x57\xe5\xff\xc5\xc0\x34\x7c\ \x9e\xe0\x3b\xe2\xf1\x0f\x9f\x90\x90\x53\x6b\xb6\x3d\x12\x46\x4e\ \x9e\x5c\xaf\x88\xdb\x8f\x09\x53\x42\x5e\x3c\x7a\x13\x85\x90\xf9\ \xf2\xde\x83\x28\xcd\x9f\xe1\x0e\x5e\x1d\x70\x60\xd0\x88\xcd\xc6\ \xdf\xf6\xad\x28\x53\x47\xdc\xb8\xf9\x24\x23\xeb\xfd\x19\x82\x96\ \x2e\xda\xe8\xf6\xcb\xa0\xb1\xdd\xea\xaa\xfe\x48\xed\x12\xbf\x3c\ \xbb\xfb\xe2\x8b\xfc\x37\xee\xde\xde\x31\x61\xd6\xf6\x47\x56\x3f\ \xf3\xff\xae\xec\x99\x91\x18\x99\x74\x63\xb1\x58\x30\x22\x51\x48\ \x0c\xe9\xf1\x97\xe7\xe9\x34\x19\xbf\x95\xb8\xc1\xf0\x05\x47\x8f\ \x6f\xaf\x5f\xcc\xa7\xc3\xdc\x5d\xbb\x57\x4d\xaf\xee\xed\x10\x76\ \x67\x67\xdf\x01\xfd\x66\xac\x3f\x93\x0e\xa0\xbe\xbe\x7b\x41\xbf\ \xfe\x7d\x17\xec\xbb\x9d\x23\x8a\x59\x22\x62\x53\xbf\xbe\xbb\xbb\ \x72\xdd\x91\xaf\x31\x71\x11\x71\x49\xc8\x94\x2a\xa5\x42\x26\x41\ \xfd\xe5\xde\xac\x91\x03\xfa\x8e\x98\xf9\x38\xc2\x80\x31\x6a\xf3\ \x8c\x91\x03\x06\x0c\x18\x3c\x6d\x43\x70\x1a\x10\xbf\x7b\xc9\xf8\ \x01\xfd\xfa\xac\x3c\xf2\x04\x78\x7d\x62\xed\xc0\xfe\x03\x06\x0e\ \x9b\xb4\x6e\xd3\x86\xf1\x83\xfa\x0f\x9d\xb1\x25\x42\x0d\x08\x8f\ \x8f\xad\xee\xdf\xbf\xdf\xcc\x8d\x67\xbf\xb9\x83\x73\xcc\xcf\xbc\ \xad\x1c\x5f\xc1\x9d\x9d\x44\x65\xb2\x71\x19\xc5\x86\x73\x64\x21\ \xe7\xd6\x12\x98\xc9\x97\x97\x5c\x7f\x85\x56\x83\xc1\x04\x79\x59\ \xb5\x83\x83\x07\xa8\x98\x9f\x4e\x1d\x48\x7a\xc8\xee\x57\xec\x3d\ \x42\x03\x1d\xcb\x8f\x80\x91\x68\x11\xd3\xf7\xb0\x6f\x3b\xb5\x0b\ \x72\x71\x23\x91\xf9\x39\x7a\x94\xd8\xb3\x9c\xfc\x40\xb9\x96\xac\ \xdb\x4c\xa7\x62\xdc\xbd\x07\x50\xb8\x2e\x3b\x4e\xb0\xb0\x19\x5b\ \x37\x7f\x17\x5d\x6f\x6e\x65\xc7\x53\x46\x2e\x66\x7c\x17\x44\x60\ \x49\x62\xcd\x26\xd2\x6c\x10\x89\x89\xb8\xc0\xc9\x08\x8e\x1c\xa5\ \x44\x02\xbb\xae\xf0\xfa\x22\x37\x35\x1c\x3d\x8a\xd7\x7b\xd6\x5d\ \xc3\xb9\x18\x4b\x77\xb0\x77\x2e\x67\x76\x11\x9e\xce\xe6\x55\x54\ \x1d\xc7\xe1\xb9\x1c\x58\x41\x9c\x99\xe8\x48\x5a\x4e\x62\xef\x3e\ \x7a\x37\xc0\xa8\x47\x69\x83\x44\x06\xc9\xac\x98\xca\x80\x01\x4c\ \x5d\x4d\x12\xe8\x23\x58\x38\x8a\xbe\x7e\xdc\xfd\xfc\xfd\xc5\xc5\ \x44\x20\x48\x79\x74\x84\x01\xfd\xe9\xef\xc7\xe9\xa7\x59\xfc\xc1\ \xf6\x05\x0c\x18\xc0\x98\xb9\x84\x68\x01\xb4\x5f\xae\x2d\x5d\xb5\ \x57\x03\x81\xd7\xb7\x6f\x3f\x1b\x00\x99\x87\x36\xad\x7d\xfa\x31\ \xe8\xd8\xea\xb1\x03\xfa\xf5\x5d\x76\xe4\x31\x08\x81\x37\xf6\x8f\ \xf0\xf5\x1d\x39\x67\x77\xbc\x21\x5b\x96\x3c\xb9\x71\x56\xff\x01\ \x03\xfa\x8d\x9c\xf5\xf0\xab\x06\x88\x7f\x73\x65\x92\x6f\xbf\x7e\ \x43\x67\x3d\x0c\xd3\x22\x93\xc5\xbe\x7f\x32\xcf\x77\xe0\x8c\xf5\ \x37\xb2\x84\xf8\xb4\xf0\xb8\xd8\x2f\xaf\x77\xac\xdb\xf3\xec\xfe\ \x85\x4d\x3b\x4e\xa5\x42\xd4\x83\x03\x9b\x8e\xbd\x92\x3b\x38\xa8\ \x14\x52\x10\xdb\xd8\x3b\x88\x92\xdf\x6d\x5a\xbe\x3e\x50\x03\x69\ \x2f\x57\x2f\xdf\x12\x91\x2d\x5f\x5b\x9e\x1c\x5f\x3b\xa8\xff\x80\ \xfe\x83\x27\x5f\x0a\x48\x02\xc3\xad\x7d\x8b\xfa\xf5\xef\x37\x7f\ \xcf\x6d\x0b\x04\xdd\x3e\x34\xb2\x5f\xff\x01\x7d\x07\x6d\xb9\xf0\ \x06\xd0\x46\xbe\x58\x32\x76\x40\x3f\xdf\x29\x37\x3f\xa5\x81\xfe\ \xfa\xde\xa5\xfd\xfa\x0f\x98\xb9\xf3\x56\xe8\xbb\xbb\x13\x07\x0e\ \xec\x33\x64\xe6\xc3\x48\x83\x42\x26\x0a\x7e\xb0\xb3\xff\x00\xdf\ \x9d\x4f\x42\x0d\x71\x6f\x96\x8c\x1f\xd8\xd7\x77\xd2\xcd\xa0\x54\ \xe0\xeb\xc3\x43\xc3\x07\xf6\x1f\x38\x73\x7b\xb2\xdc\x41\x91\xc5\ \x6d\x99\xa9\x09\x09\x61\xcf\x2e\xed\xdb\x73\x3f\xd0\xa8\x8e\xdd\ \x31\x67\x68\xff\x7e\x03\xb7\x5d\xf9\x00\xbc\x3c\xb7\xcd\xaf\x7f\ \xff\xe1\xb3\xf7\x26\x9a\x00\x74\x61\xfe\x4b\xc7\x0d\x18\x30\xa0\ \xff\x94\xe5\x87\x92\xc1\xc9\xd9\xfe\xcb\x83\x43\x7d\x07\xf4\x9b\ \xb6\xe1\x6c\x9a\x05\xd0\x5d\xdf\xb5\xa8\x5f\xff\xfe\x33\x37\x9c\ \xd6\x82\xcc\x12\x7f\x62\xfb\xbc\x41\x63\xe6\x3e\x8f\x23\x23\xe8\ \xda\x84\x41\xfd\xfa\x0d\x9f\xf3\xf0\x4b\x86\x95\xd1\xfe\x0d\xd8\ \xd3\x6c\xb1\xc4\x5c\x59\x24\x24\x7c\x44\xaa\x00\x01\x99\xd2\x14\ \x7e\x3f\xf6\xce\xe6\x7f\xb8\x94\x90\x4a\x65\x32\xa9\x4c\x0a\x58\ \x4c\x26\xa7\x42\x35\x86\x0c\xee\x1d\x7b\x7e\xe5\xe6\x2b\x31\x9f\ \x2f\xac\x58\x75\x4d\x3f\x6a\xec\xe0\xd0\xc3\x8b\x76\xde\x0f\xcf\ \x5e\x1d\x89\xe4\x95\x5b\xf4\x18\xe7\xd7\x5e\x1e\xf9\xf4\xd8\xad\ \x97\x3a\xb1\x42\x2c\x53\xca\x34\xe1\x33\x27\x2d\xb1\x6d\x30\xb8\ \x6f\x39\xf5\xc2\x59\x6b\x42\xa3\x82\xce\xdc\xfd\xd2\x72\xe8\xb0\ \x82\xd1\x67\x66\x6e\xb9\x28\xe0\xd6\xb8\xc7\xe8\x69\x23\x5b\xdf\ \xda\x3c\xf7\x72\xb4\xe6\xd9\xe9\xd3\xe2\x0a\x3d\xba\x97\xd5\xac\ \xdd\x71\xb3\xde\xc0\x41\x76\xef\xf6\x2f\xbf\x10\x98\x70\x77\xfd\ \x9c\x43\x5f\xfd\xc6\x8d\x32\xdc\xdb\xb4\xe6\xe8\xbb\xac\x9a\x79\ \x17\xa1\x68\x1e\x02\x5f\x91\xbf\x16\xae\x66\x3e\x65\xf2\x4b\x1d\ \x72\x95\xa5\x90\x85\xd7\x9f\x29\x5c\x8f\x95\x0b\xc9\xa7\xf8\xbe\ \x7c\x7e\x7f\x88\x57\x36\x0c\xad\xc3\x87\x97\x78\x96\x27\xaf\x0b\ \x8d\x6b\x12\xf1\x1c\xa4\x28\x04\xb6\x8e\x63\xd3\x29\x74\x02\x9f\ \x3e\x51\xa5\x36\xce\xb9\xa8\x51\x90\xe7\xef\xb0\x71\xe4\xc6\x5a\ \x76\xdc\xa0\x46\x1d\x80\x62\xe5\xf0\x50\x11\x10\x4a\xcd\x06\x39\ \x66\xb7\x46\xf6\x1e\x26\x3d\x93\xd5\x63\x99\xb5\x0f\x0b\x1c\x5b\ \x8f\x47\x1b\x3a\xd7\x40\x10\x78\xed\x4f\xfe\x5a\x78\x38\x51\xab\ \x06\x5f\xdf\xf0\x34\x90\xd2\x35\x71\x75\xa6\x71\x05\xde\x3f\xc4\ \xbb\x34\x05\x72\xf1\xf1\x1d\x25\x6b\xe0\x98\xc9\x17\x2d\xb5\xaa\ \xe0\x59\x93\x3c\x66\x5e\x27\xe1\xe0\xc8\xa3\x5d\xcc\x59\x4b\x94\ \x06\x99\x14\xc4\xd8\x58\x58\x39\x91\xd7\x32\x86\xf4\xe6\xf1\x19\ \x3e\x27\xb0\x6a\x1a\x86\x5a\x0c\xae\xcd\xfc\x59\xc4\x18\xb2\xeb\ \x73\xf1\x04\x91\x99\x5c\x3e\x86\xb2\x16\x7d\x1a\xb2\x6a\x22\x8f\ \x22\x38\xb2\x98\x0b\x31\x0c\x19\xca\xa7\xeb\x3c\x8d\x01\x50\xd8\ \xcb\x1e\x9c\x3d\xea\x9f\x6e\x79\xb1\x63\xfe\xe2\x53\x77\xd5\x71\ \x81\xa7\xcf\x3d\x36\xab\x3c\x1a\xf6\x18\x3b\x75\x44\xcb\x7b\x5b\ \x97\xdd\x79\x73\x7f\xc9\xa2\xb5\xee\x4d\xfc\x26\xf4\xfd\xc5\x3e\ \x4b\x04\xd3\x7d\x3d\x7e\xfc\x76\xe5\x6e\x43\x1a\xbb\x86\xcc\x5b\ \xb4\x25\x35\x3d\x68\xc6\xc4\x45\xb6\xf5\x7a\x76\x2a\x97\x39\x73\ \xec\x82\x68\x8d\xc5\x36\x97\x4f\xc7\x21\xe3\x07\x77\xaa\x94\x95\ \xdc\x24\x88\x0a\x56\x6f\x35\x6e\xec\xa0\xc2\xc6\xd0\xd3\x97\x1e\ \xa8\x21\x39\xf0\xde\x95\x47\xa1\x62\x99\xf4\x9b\xd2\xd3\xde\xde\ \x2e\xea\xd1\x89\x1b\xaf\x53\x93\xfc\x6f\x9d\x7f\x16\xad\x92\x03\ \x84\x5d\x59\x3d\x65\xeb\xd3\x56\x03\x87\x15\xd3\x3f\x3f\x7f\xef\ \x4b\xf0\xf5\x95\xcb\x2f\x66\x8c\x1c\x3b\x38\xe2\xd8\xd2\x7d\xfe\ \x5f\x9f\x5d\x3e\x13\xe9\xdd\xc0\xaf\x5b\xa5\xe3\xcb\x67\xdd\x0a\ \x8b\xdb\x38\x63\x66\x7a\xe5\x01\x83\x1b\xca\x16\xcf\x5e\x97\xac\ \x8e\x3d\x71\xe4\x7c\xa1\xa6\x3d\x7b\x34\x2a\xe5\x96\xb7\xcc\xa8\ \x99\x33\xda\x7b\x85\x2f\x58\x79\x2c\xc5\x28\x75\x2a\x50\x7b\xc4\ \xa4\xa9\x6d\x0a\x1b\x17\x8c\x9f\xa2\xae\x30\x60\x48\x23\xe9\x92\ \xd9\x9b\x62\x22\xef\x4e\x9c\xbe\xa3\x48\xeb\x01\xdd\x1a\x95\x92\ \x98\x8d\x96\x2c\xf6\xb4\x98\x24\xf6\x45\x3b\xf6\x1b\xd9\xbf\x71\ \xf1\x23\x73\x86\x5d\x4c\x29\x33\xb0\x77\x93\x8b\x4b\x26\x9e\xfa\ \x14\x71\xf3\xf8\x09\x43\xd9\x36\x43\xba\xd6\xb7\x17\x03\x24\xbe\ \xbc\x76\xe9\xbd\xb4\xdf\x90\x81\xd2\x57\x3b\xc7\x2f\xb9\xa8\x95\ \xc8\x3d\x8a\x54\x1f\x3a\xac\x77\xcc\xd9\x15\x3b\x1f\x84\x7f\x3e\ \xbd\x62\xc1\xe9\xf0\xee\x03\xfb\x18\x1e\x6e\x9a\xbf\xfb\xbe\x49\ \xe1\x54\xa9\x5e\x87\x29\x63\x07\x16\x13\x05\x8c\x1d\xb1\xd0\xa1\ \x51\xaf\x4e\xa5\xd2\xa6\x8d\x9f\xf7\x45\x63\xb1\x92\xda\x9f\x86\ \x7f\xd2\x5a\x3e\xf1\xed\x35\xf5\xcb\x7d\x12\xd9\x37\x67\xc2\x22\ \xb1\x58\x92\x7a\x7f\x9d\x63\x99\x96\xce\x79\x4b\xfd\xa6\x6e\x5f\ \x10\x04\x8b\x05\xb0\x58\x2c\xce\xf9\x4b\xd5\xa8\xd6\x28\xa5\xde\ \xae\x2b\x41\x21\x1f\x62\xef\x45\x44\xb9\xee\xde\x9a\x12\x96\x18\ \xa5\x8c\x49\x01\x1f\x40\x40\xe4\xe6\x53\xa4\x80\x8f\x87\xd1\xc6\ \x46\xa5\x94\x8b\x10\x24\x4a\xa5\x3a\xf8\x5d\xc0\xbb\x60\xef\x1b\ \x07\x43\xd5\xe1\x51\x29\x9a\x88\xd4\x2a\x2e\x79\xf2\x55\xa8\x52\ \xb9\x6e\xdb\x7a\x83\xae\x85\x69\xd5\x71\xf7\x4e\x6c\xbd\x1f\x1c\ \x13\x9d\x9a\x18\x97\x69\x92\xab\x1c\x0b\x97\xad\xd6\xb8\x30\x95\ \xae\x9e\x2a\x5d\xa3\x56\x9e\x7a\x65\x36\x46\x85\x07\x04\x3d\x0f\ \x8d\x4a\x3f\xb2\x75\x67\x68\x6c\x74\xee\xc8\x50\xc8\x3e\x96\xf7\ \xe2\x08\xf3\xae\xb3\x78\x2b\x76\x52\xcc\x39\x91\xce\x44\x22\x04\ \x0b\x32\x19\x22\x33\xdf\x75\x70\x16\x8e\x5e\xa4\x51\x5f\x24\xfc\ \x90\x12\x04\x33\x88\x59\xb4\x9d\x4f\xef\x58\x3a\x07\x85\x3d\x4a\ \x55\xf6\xd7\x49\x04\x66\x13\x40\xd7\x05\xd4\x68\x44\xcf\x65\xb4\ \xfe\x85\xa2\x32\xf6\x4c\xe5\xb1\x1d\x5b\xfa\xe6\xc4\xe3\x4c\x25\ \xd1\x86\xa5\x87\xa8\x1e\x4a\xf3\x61\x5c\x72\xe4\xc4\x27\xe6\xf7\ \x67\xcb\x61\xd2\x52\xb1\x13\x7e\x28\x4b\xf8\x1e\xdf\xf0\xdb\xf2\ \xed\xfe\x6e\x56\x3d\x66\xed\x16\x9c\xd3\x30\xfe\x10\xcd\x51\x67\ \xa4\xc3\x6c\xca\x7e\x62\xff\x2a\x66\x98\xd9\xd8\x06\x99\x02\x7d\ \x18\x4f\xbe\x32\x79\x05\x95\xed\xf1\x76\x41\x9d\xc8\x8d\xa7\x38\ \xdb\x93\xa8\x21\xf6\x0b\x29\x7a\x3c\xe5\x20\x46\x65\x87\x54\x84\ \xd4\x86\xd2\x55\x69\x50\x96\xb6\x37\xb8\x7f\x9d\xb0\xb7\xf4\x5f\ \x46\xd5\x62\x14\x74\x27\x4b\x0b\x2b\xce\x55\xa3\x49\x09\x9b\x9b\ \xe7\xae\x29\x25\x85\x0b\xca\xe3\x2f\x9c\xbb\xab\x2a\x59\xab\xb8\ \xbb\xf1\xea\xa6\x2d\x77\x83\xa3\x22\xa3\xa3\x62\xc5\xf9\xfb\x76\ \xfb\x65\xed\xa1\x15\x72\xfd\xb0\x31\xbd\xbc\xb2\xd4\xbe\x4a\x07\ \xf7\x0a\xd5\xab\x56\x2d\xd8\xe5\xf8\xf4\x3b\x2f\x02\x9e\x86\xda\ \x55\x5e\xd0\xab\x89\x3b\x45\x8f\x9d\x1d\xfe\x30\x34\x4d\x69\x63\ \x57\xb0\x54\xc9\xbc\x6e\xdf\xb6\xb9\x44\x76\xee\x3e\x05\x0b\xe4\ \x4d\x8a\xb0\x51\xa9\x54\x0a\x90\x29\x6c\x6d\x6d\x64\x08\x82\x28\ \x2b\x22\xa8\x60\x91\xb8\xe5\xef\xd2\xb6\xe2\xea\xab\xc7\x1d\x14\ \xa1\x15\x7f\xe9\xea\x2a\x01\x84\x7b\x77\x9e\xfa\xb4\x1d\xd1\xae\ \x76\xe5\x6b\x0f\x7d\x62\x25\xa6\x4f\xf7\x6f\x87\x46\x39\xec\xd9\ \x7a\x20\x2c\x31\xc2\x21\x26\xb9\xa2\x54\x55\xa0\x4c\xf9\xea\xcd\ \x8b\xd7\xdb\x7b\xfd\xdd\xab\xe7\x77\x5e\x86\xca\x6d\x8e\xa7\xe9\ \xc3\x63\x43\xdd\x92\x33\xd5\x0a\x5b\xb7\x8a\xd5\x6a\x95\xc8\xaf\ \x8c\x0c\xb8\xb8\x6d\xef\x85\xe8\xaf\x5f\x13\x55\x69\x7a\x83\x9d\ \xdc\xce\xb3\x6c\xf1\x82\xb6\xd1\x0f\x9e\x3e\x0c\xb4\x57\x1e\x4b\ \x16\x85\xa7\xc7\x39\xbf\xbc\x67\xd2\xe5\x6e\x36\xa6\x5d\x1d\x75\ \x40\xf4\xce\x67\xcf\xcd\x96\x2c\xe1\x44\x10\x49\x1d\x0a\x16\x2f\ \x99\xd7\x25\xf4\xe1\xcb\xcc\x2e\x9b\x86\xd5\x2e\x46\xf4\xa5\x93\ \x37\x1f\x7c\x2c\x6c\xeb\x54\xa2\x52\x8d\x32\x25\x73\xe7\x4c\x0f\ \x91\x5b\x81\x32\x75\xab\xd6\xae\x38\xb9\x57\xbb\xb9\x37\x83\x8a\ \x79\x79\x15\x28\x5a\xbd\x72\xa3\xe8\x5a\x07\x1f\x84\x05\xde\x78\ \xf9\xa6\x4c\xd7\xe9\x4d\x6b\x97\x2b\xaa\x79\x36\xf2\xf8\xed\x92\ \xe5\xe5\xee\x5e\x05\x0a\xe7\xf3\xce\x78\x76\x38\x44\x59\x7e\x55\ \xf7\xc6\x0e\x78\x9f\x3c\x3b\xec\x55\xb8\xa6\x60\x71\x3b\x2b\xaf\ \xfd\x75\x65\x4f\x4d\x6a\x7c\xfc\xe5\x39\x62\xa3\x1a\xf1\x0f\xe4\ \x2b\x91\x8b\x32\xa2\x62\x2f\xcd\x35\x1a\xf4\xbf\xf5\xa0\xc5\x62\ \xc9\x12\xdf\x04\xc1\x62\x32\x1a\x01\x41\x04\x82\xe0\xe8\xe5\x9d\ \xcb\xa7\xc2\xf0\xc9\xd3\x0e\x9c\xbf\xbd\xa4\x5d\xe9\x1c\xd5\xbc\ \xc5\x64\x32\x02\x16\xc1\x62\xb1\x08\x08\x16\x4d\x4a\xba\xcc\xc5\ \xc5\xc9\x35\x77\xf5\x36\xbe\xb3\x96\x6e\xb9\xb6\x6f\x65\x19\x1b\ \x75\xa6\xde\x68\x00\x8b\x59\xa4\xb2\x93\x3d\xd8\xbb\x62\xfd\x43\ \xc9\x8c\x05\xb3\xea\x14\x70\x31\x18\x4c\x82\x60\x31\x1a\x8d\x98\ \xcc\x82\xd1\xa8\xb3\x60\xb1\x58\xcc\x66\x89\xbb\xb7\xab\x8b\x57\ \x89\x81\xe3\xa6\x6d\x3b\x76\x63\xf9\xb0\xa6\xd9\xeb\xd3\x87\x2c\ \x3a\xca\xc2\xdd\x94\x77\x03\x5b\x0a\x28\xb9\xfd\x94\xb4\x4f\x84\ \x08\x14\x29\x90\x55\x73\x2c\x96\x6c\x45\xa4\xfe\x0b\xaf\x93\xa8\ \x57\x09\xa0\x60\x51\x62\xde\x10\xaf\xe6\xee\x73\xbc\x2a\x23\x18\ \x50\xb8\x51\xa5\x01\xa5\x72\x11\x9e\x44\xb1\x12\xf8\x3f\x43\x9d\ \xc6\xd3\xaf\x54\x29\x49\x6a\x2a\x16\x40\xc0\x60\x44\x21\xe5\xe1\ \x56\x2e\xa9\xd9\xbf\x02\x17\x19\xe8\xf8\xf0\x0e\xad\x1d\xb9\x45\ \x04\x04\x62\x12\x90\x4a\xd1\x5a\xb0\x11\xb3\x72\x1e\x37\xfc\xb9\ \x70\x92\x3c\xe5\x88\x7c\x42\xaa\x86\x67\xcf\xc9\x57\x9a\x2a\xc5\ \xf8\xf0\x8c\x0c\x35\x77\xde\x50\xa2\x36\x09\x0f\x58\x76\x9e\x75\ \x7b\x28\xea\x08\x6e\x78\x49\x79\xf6\x9a\x64\x7f\x62\xc4\x94\x76\ \x41\x23\xa1\x58\x45\xea\x96\x27\xe6\x2b\x46\xd0\xa7\x21\xb6\xc7\ \x5e\xcc\xcb\x40\xc8\x44\x63\x40\x66\x83\x8f\x27\x15\x9b\x33\x63\ \x29\xb7\xae\x50\x44\xcc\x87\xf7\xe8\x4d\xd9\x14\x6c\x31\x91\x96\ \x0c\x99\xbc\x8f\x24\x4f\x01\x5c\x6d\x78\xf5\x16\x04\xd4\xba\x6f\ \xe4\xad\xac\xdf\xbc\xda\xf5\x05\x23\xbe\xd4\x1d\xe7\xeb\x9d\xb4\ \x74\xdb\xa1\x72\x8d\xdb\x44\x9c\x5f\xb6\xfa\x8e\x30\x73\xe1\xac\ \x3a\xc5\x5d\x32\x34\xd2\x86\x7e\x8b\x0e\xaf\x1d\x7c\x7f\xcd\xc8\ \x0d\x4f\x12\x72\xde\xb0\xd9\x68\xc0\x68\x14\x40\x70\x70\xcb\xab\ \x48\x0a\x7a\x1d\xa3\xcf\x0c\x79\x1a\xad\x73\x28\xe8\xe6\x68\xcc\ \x4c\x89\x8a\x55\x63\xc9\xfe\x6c\x09\x16\x8b\xd9\x64\x02\x6c\x1c\ \xed\xb4\x11\x41\x61\x99\x20\x98\x8d\x26\x0b\x16\xa3\x46\x93\x89\ \x48\x6c\x54\x67\xa6\xa4\x0b\xe5\xda\xf7\x12\xdd\xd9\xb6\xe9\x56\ \x42\xb3\xc6\x59\x0e\x4a\x45\x9e\xb9\x1c\xa2\xdf\xbd\xd2\x40\x7a\ \x86\xc6\x22\x88\x9c\xbd\xbd\xdd\xbd\xcb\x0f\x9d\x34\x7d\xdf\xb9\ \xdb\x0b\x9a\x97\xd3\x6a\xb5\x26\xa3\x01\x4c\x22\xc1\x22\x91\x3b\ \x79\x7b\xba\x94\x6b\xd2\x6f\xc6\xa2\x2d\x37\x2f\xad\x29\xe8\x22\ \xd2\x1b\x4d\x46\x93\x19\x21\x66\xe5\xf8\x19\xfa\xea\x23\xe7\x0c\ \x6b\xeb\x26\x35\x88\xe4\x32\x75\x5a\x44\x8c\x5e\x40\x66\xe3\x96\ \xc7\xbd\x62\xb3\x7e\xd3\xe7\x6f\x39\x7f\x62\x7d\xed\x92\x79\xd5\ \x51\xcf\x9f\x27\x18\x2d\x59\xf1\xb2\xbf\xed\x31\x59\xcc\x46\x83\ \x19\x1c\xbd\x9c\xf4\xfe\x2f\x3e\x59\x0c\x09\xcf\x3e\x27\xf9\xe4\ \xcf\x65\x31\x99\x0c\xc6\xef\xdb\x42\x62\xb1\x48\x9b\x96\x94\x0e\ \xef\xfd\x5f\x49\x1c\xf3\xb8\x28\xcc\x7a\xbd\x01\x10\xcc\x16\x13\ \x36\x85\xf2\x3a\x86\xbc\x78\xae\xb5\x18\x03\x9e\xbd\x71\xc8\x5d\ \xc8\x45\x69\x8e\x89\x8d\x33\x80\xd4\xb9\xa0\x22\x25\xf8\x65\x82\ \x5e\xfd\xf1\x65\xb8\xde\xd9\xd3\x45\x6e\x25\xb5\xbf\x34\x7b\xc6\ \xdc\xdd\x6c\x08\x7e\x2a\x58\xb0\xe8\xb5\x3f\xfe\xc3\x82\x36\xe0\ \x78\xfc\xcb\xd3\xbf\xf1\x9c\xc8\xc6\xd6\x4e\x29\x15\x01\x12\xb9\ \x8d\xad\x4a\x0e\x48\x15\x2a\x89\x44\x51\xa3\xe7\x94\x5a\xb2\xa7\ \xe3\x27\x4c\x18\xbf\xf0\x60\xbc\x26\x7b\x3a\x2a\x54\xb6\x36\x32\ \x09\x20\x91\x29\x6d\xa4\x52\xf7\x92\x15\xf3\xa8\x1f\x9d\x89\xca\ \x37\x7b\x6c\x8b\x2b\xeb\x26\x8f\x1f\x37\xe1\xc4\xfd\x28\x85\xad\ \xca\xce\x56\x25\x01\x91\x4c\x21\x97\xc8\x4b\xd4\x6e\x52\xcc\xe2\ \x3f\x6d\xc2\xcc\x97\x69\x4a\x2f\x27\xa5\xd4\xc6\x56\x29\x13\x21\ \x96\xda\xda\xa9\x24\x20\x91\xdb\xc8\x2c\x42\xd9\xce\x63\xdb\x79\ \x7d\x99\x32\x61\xfc\xe8\xb9\x5b\x82\x52\xb2\x9b\xff\xe4\x3e\x81\ \x31\x6c\x1c\x4f\xdf\x41\xbc\x48\x62\xfc\x14\x02\x56\xd0\x71\x3c\ \xbf\x0c\xa7\x82\x0b\x80\x48\x82\xad\x2d\x59\x4b\xc8\xd8\x28\x44\ \x5e\x78\xbb\x02\x14\x69\x48\x97\x22\x74\xed\xc0\x05\x0b\x93\x7a\ \xa2\x0e\x64\x44\x37\x3a\xb6\x24\xd0\x9d\x7e\x2d\x69\xd2\x0b\xd7\ \x0f\x74\xec\x80\x53\x73\x3a\x97\xe1\xc4\x3a\x3a\x74\x64\xd0\x32\ \xfa\x4e\x26\x9f\xc0\xe5\x73\x44\x87\x30\x7c\x00\x23\xe7\x10\x1f\ \xc9\x82\xd9\x7c\x82\x29\xa3\xb8\x38\x9e\x76\xe3\xa8\x35\x90\x4e\ \xed\xd9\x7f\x90\x1d\x3b\xe9\xd6\x94\xde\xfd\xa9\xd6\x8e\xa6\xae\ \x74\xec\x88\xbf\x2d\x03\x9a\x53\xb1\x15\x35\xa1\x43\x47\x82\x0b\ \x32\xb2\x09\x37\x8f\xf2\x25\x96\xe5\xc3\xe9\x33\x9c\x0f\x5a\x26\ \x4c\xe1\xce\x02\x3a\x4c\xa6\xf3\x78\x0a\x8a\x59\x39\x91\xce\x9d\ \x58\xfd\x90\xd1\x23\x70\xf4\xa6\x90\x9c\xa3\x6f\x99\x32\x91\x9b\ \x2b\xe9\x33\x90\xd7\x31\x38\x78\x33\x65\x1c\xcf\x37\x31\x61\x2c\ \xfb\x9f\x63\x88\x60\xde\x1c\x52\x2c\x60\x04\x09\x52\x13\xfb\x67\ \xd1\xa1\x23\x54\xa5\x5d\x3d\x86\x8c\x24\xe4\x28\xfd\x7b\x73\xef\ \x33\xb6\x39\xb1\x2c\x4b\xd5\x6a\x98\x5b\x26\x29\x5e\xa9\x5e\x8b\ \x06\x85\x4d\x22\xcf\x7a\x0d\xf2\xe5\x2f\x55\xbb\x04\x01\xd3\x26\ \xcc\x7e\x99\x6a\xe7\xa3\x4a\xd8\x3e\xd7\x77\xe8\xcc\x6d\xe2\x22\ \x0d\x6b\x15\xc8\xf2\xea\x27\x55\xd9\xda\x4a\x45\x20\x96\x2a\xe5\ \x52\x8f\xe2\xb5\xa6\xf4\x2c\xbd\xba\x4f\xc7\x8e\x43\xf6\x36\x1a\ \x3a\xbe\x92\x47\xfe\xd6\x0d\xf3\x6d\x1c\xd6\x79\xcc\x92\x63\x59\ \x5b\x47\x52\xa5\xca\xd6\x46\x06\xa8\x4a\x34\xee\x56\x53\x36\xbe\ \x63\xc7\xb1\xdb\x9e\x7a\x78\xe7\xce\x57\xb9\x86\x29\xe4\xe6\xfd\ \x10\x9b\x3a\x15\x94\xe7\xcf\xdc\xc4\xb1\x52\xc7\x2a\x4e\xe6\x5c\ \x95\x6b\x17\xc8\xe6\x91\x7a\x7d\xc7\xd6\x15\x3d\x1e\xd8\xbf\xdf\ \xb2\x63\xcf\xf5\x62\xdb\x2a\x5d\x27\xd7\xb7\xf5\x9f\x38\x61\xc2\ \xb8\x05\x07\x53\x2d\xd8\xda\xd9\xa9\xe4\x52\x10\x29\x6d\x14\x2a\ \x8f\xf2\x53\xc6\x77\x7d\xbd\x7d\xda\x84\x71\xa3\x77\xdd\x0b\x16\ \x4b\xed\x6c\x6d\x6d\x65\x62\x01\x9c\x1b\xb5\xae\xfd\xe6\xe0\x82\ \xe9\x9b\xce\x4b\x9c\xdd\xdc\x4b\x34\x69\xe0\x1d\x31\xa8\x43\xc7\ \x35\xcf\x25\x93\xa7\xf7\x7e\xb9\x67\xda\x84\xf1\xa3\x77\x5c\xff\ \xec\x58\xbe\xcb\xf8\x4e\xde\xd3\xfa\x74\xec\x3b\x63\x8b\xe0\x55\ \x28\xcb\x6d\x20\x22\xa9\xad\xad\xad\x54\x6c\x41\xe4\x3c\x64\xea\ \xf0\xb8\x23\xc3\x3b\x76\xe8\x1e\x57\xaa\xa7\x6f\xbd\x92\x22\xa9\ \x32\x6b\x3a\x64\x2f\x03\xe5\x8a\xb8\x67\x87\x7b\x74\xec\x34\xfd\ \x78\xc2\xf0\x09\xfd\xbd\x64\x16\xb9\x8d\x12\x90\x2a\x95\x62\xb3\ \xa2\x51\xbf\xc9\x95\x53\x2f\x76\xec\xd8\x71\xcf\x07\xf7\x71\xc3\ \x3a\xd4\xab\xd3\x4c\x78\xb2\xb1\x63\xb7\xf1\xfe\xa2\x26\xb3\x06\ \x95\x5f\xd2\xa3\x63\xc7\x51\x47\x1b\x0d\x9d\x5a\xc5\xdd\xca\x9e\ \x7f\x1e\xfe\x19\x0f\x75\x91\x0f\xf7\xab\xdf\x9d\x15\x4b\x15\x59\ \xa9\x2d\x16\x33\x06\x0d\x58\xb2\x14\x9a\x2e\xf5\x47\x79\x94\x6d\ \xfe\xab\xdb\xe8\x06\xbd\x41\x24\x93\xcb\xc4\x22\xc1\x64\x34\x58\ \x44\x0a\xb9\xd4\x6c\x34\x98\x91\xc8\x65\x12\x2c\xda\xf8\xf8\x34\ \x41\x66\xe3\xea\xec\x28\x15\x03\x98\x0c\x7a\x41\x22\x93\x49\xc4\ \x16\xb3\xd1\x68\x46\x21\x97\x99\xf4\x99\x5a\x41\x65\xaf\x14\x6b\ \x52\x13\xd2\x75\x16\x5b\x47\x17\x7b\xa5\x44\x6f\x30\xc9\x14\x72\ \x91\xd9\x68\x30\x8b\x14\x72\xa9\x49\x93\x9a\x90\xaa\xb5\x71\x70\ \x76\xb4\x53\x9a\x0d\x7a\x41\x22\x97\x89\x2d\x7a\x83\x59\xa6\x90\ \x63\x34\x18\x11\x2b\x64\x52\x30\x24\xc6\x25\x9b\xc4\x0a\x17\x17\ \x67\xb9\x24\x7b\x31\xae\x56\xa3\xd1\x82\x18\x67\x37\xa4\x60\xd6\ \x92\x6e\xc2\xf9\x07\xb7\xde\x66\x33\x12\xc9\x37\xb5\x2f\x3f\xf6\ \x4d\x6a\x32\x2a\x17\xb2\x86\x6d\x46\x0a\x7a\x01\x57\x97\x1c\x99\ \xcc\x42\x72\x1a\x2e\xce\x00\x46\x1d\xe9\x99\xc8\xec\x70\x50\x02\ \x98\x0d\xa8\x35\xe8\x0c\x48\xe4\xb8\x3a\x61\xd0\x23\x57\x00\x18\ \x32\xc8\x14\x70\x71\xf8\xd1\x42\x06\x51\x4e\x71\x29\xc9\x38\xb8\ \xf0\x6d\xf3\x36\x25\x19\x47\x17\xc4\x60\x31\xa2\xd5\xa2\xd6\x21\ \x12\xe3\xe2\x86\x04\x4c\x6a\x32\x04\x9c\xed\x00\xb4\x99\xa8\x75\ \xd8\xb9\xa0\xcc\xca\x47\x40\x63\x22\xec\x09\x27\x6f\x11\x19\x82\ \x3a\x37\x9b\x96\x61\x0f\x46\x35\x69\x5a\x6c\x1c\xb1\x95\xa1\x49\ \xe2\xd0\x4a\x0e\x7e\xe2\xc8\x31\xd6\x76\x41\xe9\xc7\xf0\x2a\xb8\ \xba\x00\x84\xbf\xe2\xd0\x39\xe2\x22\x08\x17\xb1\x76\x13\xde\x39\ \x2b\x10\xb3\xc9\x28\x96\xca\x44\x58\x8c\x46\x8b\x4c\x26\x05\x4c\ \x9a\xd4\x84\x54\x9d\x8d\x83\x93\x93\x9d\x3c\x33\x25\x29\x43\x67\ \xb1\x77\x75\xb7\x93\x67\x6b\x04\x0d\x7a\xa3\x54\xae\x10\x0b\x66\ \xbd\xd1\x2c\x57\xc8\x45\x90\x91\x14\xa7\x15\xdb\xb9\x3b\x67\x85\ \x0c\xb5\xa4\x26\x26\x9a\xa4\xb6\xae\x4e\xb6\x22\xb0\x18\x0d\x46\ \x24\x0a\x59\x56\xd3\xcd\xc9\xf1\x09\x26\x89\x8d\xb3\xb3\xa3\x4c\ \x8c\x4e\x9d\x89\xdc\x56\x29\x35\x26\xc5\x04\x9d\x3f\x72\xfa\xee\ \xf3\x2f\x2d\xa7\xae\xe8\x54\xd6\x35\xab\x56\xa6\xf8\x8f\x07\x0e\ \x1c\xf9\x14\x15\xfb\x36\x30\xa9\xc7\x82\xad\x3d\x2a\xba\x60\xd1\ \xc5\xc7\xa7\x0a\x52\x1b\x57\x57\x47\x91\xc9\x60\x16\x49\xe5\x52\ \xb1\x51\xaf\x17\xc9\x14\x52\x31\xba\xf4\xc4\x54\x8d\x49\xe9\xe0\ \xe2\xa4\x92\x19\xf4\x06\x89\x4c\x2e\x11\x8b\x40\x48\x4d\x88\xd3\ \x0a\x32\x27\x67\x67\x1b\x99\x18\xb3\x2e\x31\x29\x55\x6a\xe7\xe6\ \xa4\x92\x66\xa5\xb7\xb1\x77\x76\xb4\x55\x00\xe9\x49\x71\x5a\x8b\ \xd4\xd1\xd9\x59\x29\x15\x7f\x33\x6f\x92\xc8\x15\x59\x81\xb7\xcd\ \x9a\x94\xc4\x0c\xb3\x9b\x87\x9b\x04\x8c\x7a\x3d\x52\xb9\x2c\x27\ \x22\x77\xd8\xb1\x79\x03\x8e\xe9\xb7\x6e\x18\x99\xcb\xd1\xcd\xd1\ \x46\x2a\x98\x0c\x06\x8b\xf8\xe7\x39\xa2\x8b\x4f\x48\xb3\x75\xf1\ \xb0\xcd\x8a\x5e\xa7\x4e\x49\xce\x34\x3b\xba\xb9\x29\x25\xa4\x27\ \xc5\xe9\xc4\xf6\xee\xce\xd6\x10\x1e\xff\x24\xfe\xd4\x78\xee\x3f\ \x9a\xbb\x08\x20\xfc\x90\xed\xbf\x5d\x44\xec\xf8\x78\xd4\x6a\xc4\ \x39\xd5\xb6\x98\x11\x40\x2c\x46\x24\xc2\x62\xc9\x31\xc0\x16\x21\ \x16\x21\x58\x10\x40\x24\xca\xbe\x95\xd3\x5d\x88\xc5\x08\x02\x16\ \x0b\x88\x10\x8b\x11\x81\x60\xf9\xee\xb8\x28\xeb\x41\x8b\x90\xfd\ \x1b\x21\x5b\x09\x90\x55\x44\x56\x0f\x9a\x85\x9c\xfc\x73\x72\xf8\ \x5e\x34\xd9\xf9\x0b\x39\x39\x64\x97\xf5\xab\x99\xff\xd8\x04\x09\ \xa2\x9f\x9b\x23\x08\xd9\x4d\x10\x8b\x41\x20\xf8\x25\x8f\x3f\x20\ \xb6\xa5\x5e\x13\xbc\x6d\xb1\xfc\x58\x79\x10\x34\x9c\x3b\x4d\x9e\ \x9a\x54\x2f\xc0\x7b\x7f\x94\x85\x29\xe4\x9c\x5d\x56\xcc\x27\xee\ \xbc\x40\x90\x53\xad\x11\xd5\x0a\xe1\xf0\x97\xf1\x65\x27\xa8\xc3\ \xcf\x9c\xbc\xeb\x54\xae\x61\x83\x72\xdf\x83\x3b\x9b\x52\xc2\x6f\ \xde\xba\x97\xa0\x13\xe7\x2f\x57\xaf\x76\x69\xaf\xbf\xec\x38\xd4\ \xc6\x04\xbf\x4b\x90\x54\x2a\x5b\xc0\x7a\xfe\xef\x3f\x9c\x3d\xff\ \x93\xb0\x7b\x37\x8f\x1e\x21\x12\x23\x91\x20\x12\x30\x9b\xbf\xef\ \xad\xff\x08\x89\x24\x9b\x89\x00\x89\x14\x31\xdf\x53\x66\x31\x97\ \xd9\xfc\xa3\x79\x01\x66\x13\x42\x56\x4a\x11\x16\x4b\xf6\x5d\x89\ \x04\xb1\x18\x8b\x19\x73\xce\x8b\x90\x2a\x90\x09\x68\xff\x2f\x42\ \xce\xca\x94\xa8\x14\x20\xe4\x18\x63\xfd\x9d\x52\xc7\xde\x1e\xb3\ \x0e\x8d\x1e\xa5\x0a\x8b\x1e\x83\xf9\xdb\x1a\x13\x5b\x1b\x10\xd0\ \x69\x69\xfc\x0b\xed\xda\x59\x67\x9f\x15\xff\x8d\xec\xf9\x27\x79\ \xa8\x13\xcc\x64\x64\xa2\x72\xc0\xa4\x46\xa4\x42\x21\xfe\x56\x69\ \x14\xb6\xd9\xe2\x6a\x46\x02\xf1\xe9\x28\xec\xf0\x70\x43\xf6\xa3\ \x5d\xb1\x85\x84\x68\x32\xcd\xe4\xcd\x97\x5d\x5d\x43\x1a\x91\xc9\ \x78\x17\x40\xfe\xbd\xf1\x28\xed\x91\x1a\x08\x8f\x44\x6f\x46\xa6\ \x44\x65\x8f\x9b\x13\x62\x0b\x61\x61\xd8\x79\xe0\xaa\x02\xd0\x24\ \x13\x9f\x8c\x01\x3c\xbc\x70\xb4\xc1\x94\x49\x44\x02\xfd\xfb\xd3\ \xbf\x3f\x40\x6a\x22\x22\x5b\x1c\x6d\x7e\x47\x7b\x8c\xa4\xe8\x7e\ \x5a\xd7\xff\xa6\x90\xae\x21\x45\x8b\x9b\xeb\xf7\xb6\x24\xa6\xfc\ \x70\x09\xef\x2e\xf2\x48\x86\xdf\x2f\xd6\x01\x6c\x85\x15\xff\x66\ \xf8\x93\xa4\x4b\x7d\x38\xfd\xfa\xf0\x49\xc3\xce\x09\x34\x99\x98\ \xfd\xc7\xb8\x3b\xd4\xad\xc9\xbd\x54\x80\xeb\x9b\xe9\xd4\x93\x49\ \x93\x18\x3d\x83\x97\xf1\x3f\x3d\xfb\xfe\x06\x23\x87\x31\xbc\x17\ \xfd\x66\xa3\x81\xcc\x60\x06\xf7\x60\x84\x2f\xc3\xe6\x93\x0e\xfa\ \x04\xb6\x8d\xa3\x5a\x57\x3e\x5b\x20\x99\xed\x6b\x58\xb2\x8c\xe1\ \x9d\x68\x3e\x1e\xad\x91\xad\x13\x18\x30\x94\x6e\xfd\xf0\x8f\x07\ \x58\xdc\x87\x21\x73\x58\xb5\x86\xd7\x51\x64\x44\x32\xaa\x2f\xc3\ \x06\xd3\x6b\x1a\x69\x66\x5e\x9c\x60\xfc\x58\xba\xb5\x61\xe6\x1e\ \xfe\xe6\x13\x63\x48\xe3\xd4\x32\x8a\x57\xe6\x61\x24\x40\xd4\x43\ \x3a\x34\xa3\x5b\x5b\xa6\xec\xc4\x08\xa9\xa1\xcc\xef\x45\xa5\x81\ \x24\xe5\xa4\xff\x74\x0a\x9f\x02\x1c\xff\x0c\xe9\xac\x9d\xcd\xb8\ \x91\xfc\xd2\x99\xb7\x69\x24\x05\xd0\xab\x2d\x63\x86\xd2\x6f\x12\ \xd1\x39\x47\x2a\x9d\xf2\x53\xce\xc7\x3a\x0e\xad\xb0\xc2\xca\x9e\ \xbf\x29\x7c\x62\xb6\x60\xd6\x92\x91\x89\xff\x61\xae\x47\x03\xec\ \xde\x45\x58\x22\x19\x66\xe2\x1f\x30\x79\x0f\xe3\x36\x72\xf2\x24\ \xfb\x56\x53\xee\xe7\xe0\x57\x1e\xa5\x59\xb5\x9f\x8b\x3b\x08\x3e\ \x47\x98\x8e\x33\xeb\x31\xff\xc2\xd9\xf3\x18\xef\x70\xe5\x2d\x51\ \xc1\x7c\xce\xc4\x51\x8e\xc9\x00\xb9\x99\xbf\x8e\x9d\xdb\x29\x57\ \x98\x61\x83\x49\x7f\xc4\xe1\x10\x8e\x9e\x65\x40\x1e\x56\xed\x01\ \x81\x84\xff\xc7\xde\x57\x06\x46\x91\x6c\x6d\x3f\x2d\xe3\x93\x64\ \xe2\x4a\x0c\x4b\x70\x27\xb8\x2c\xee\xae\x8b\xbb\x2e\xce\xe2\xbe\ \xd8\xe2\xb2\xc0\x02\x8b\x2d\xee\xee\x2e\x41\x43\x02\x81\x24\xc4\ \x5d\x27\x93\xc9\x78\xdb\xf7\x63\x82\xeb\xde\xf7\xde\xfd\xb8\x7b\ \xe7\x81\x1f\x99\xee\x2e\xed\xaa\xa7\xcf\x39\x75\xea\x14\x8d\x09\ \xeb\xb0\x69\x3d\xea\x97\xc0\x85\xad\xc8\x2f\x87\x13\x27\x21\x7d\ \x84\xdd\x8f\x50\xa9\x0d\x96\x2c\x46\x87\x72\x88\x7d\x85\x0f\x36\ \xc0\x65\x45\xe3\x65\x0a\x3c\xe4\x60\x78\x00\xf8\x7d\x0d\x82\xc6\ \xe1\xe4\x4e\x84\xef\xc2\xd3\x2c\xc4\x3c\x47\x96\x00\x3b\xb2\xc8\ \x16\xac\x8b\xc6\xaa\xbd\x28\xee\x05\xc6\x0c\x28\x31\x6c\x06\xa6\ \x8d\x86\x48\x8d\x5c\x13\xce\x6e\x00\xd1\x02\x7b\x0e\xc2\x3f\x0d\ \xfb\x5f\x9f\xe2\x90\xf6\x02\x8f\x92\x51\x18\x85\xb1\xbd\xd0\xbd\ \x3b\xc6\xcc\x45\xba\x05\x00\x6e\xee\x41\xcf\x2e\xe8\xdc\x11\x9b\ \xaf\xd8\x46\xa9\x0d\x36\xfc\x2f\xb3\x27\x40\x10\xb0\xe8\xa1\x27\ \x30\xa2\x23\x8e\xec\x42\xca\x53\x3c\x03\xfa\x34\x87\x3a\x03\x11\ \x97\x11\xd0\x14\xcd\x4b\x5a\x25\x3d\x98\xdf\x0f\x60\xe1\xe2\x05\ \x2f\x07\x5c\x3d\x07\x9f\xfa\xf0\x97\xe0\x71\x0a\xaa\xd4\x82\x48\ \x86\x4a\xc5\x11\xf1\x0c\x01\x21\x58\x38\x0d\x5e\xf4\xdb\x85\xac\ \x67\x7b\xf0\x54\x8e\x7e\x35\xf0\x2a\x12\xae\x41\x70\x91\x20\xa4\ \x2a\xf2\x9e\x01\x04\x9c\x1d\xb0\x75\x2c\x66\x6d\x80\x86\x45\x62\ \x2c\xca\x57\x86\x58\x8a\xea\xc5\xf1\x2c\x12\xb4\x14\xf7\xff\xc4\ \xbe\x6b\x08\x2a\xff\x61\x60\x1b\x9f\x6a\x98\x31\x0f\xa5\x55\x60\ \x00\x08\x88\x2a\x40\x8d\xea\x90\x14\x43\x09\x15\x22\x12\x50\xbd\ \x0d\x66\x0c\x87\x1d\x0f\x0e\x80\x80\x9d\x5b\x51\x63\x28\xda\x94\ \x01\x2f\x00\x24\xf8\x4c\xac\x5a\x07\x8d\x0a\x5e\x12\x94\x6f\x84\ \xcc\x33\x58\xbe\x02\x8f\xa2\xde\x86\x0e\x49\x7d\x86\x07\xf1\xc8\ \x0c\x43\x24\x8f\xc5\x8b\xe1\x1c\x87\x99\x6b\x91\xfc\x10\xb3\xb7\ \x62\xd0\x5c\x74\x0b\xc0\xc5\xdb\xb6\x51\x6a\x83\x0d\xff\xf3\xec\ \xc9\x98\x50\x68\x42\xb3\x01\x50\xbe\xc0\xc8\xa9\xa8\x39\x00\x35\ \x9d\x90\x9b\x09\x91\x0c\x6f\xbc\x86\xf7\xcd\xc5\xb6\xab\x1f\xa6\ \xbd\xb5\x1d\x2b\xef\x63\xfe\x3c\xc8\x08\x10\x28\x5a\x81\xe1\x58\ \x50\x14\x08\x02\xac\x19\x6f\xa3\xcd\xf0\x38\x7c\x1e\x4d\xba\x81\ \x06\x40\x81\xb7\x3e\xc9\x01\x14\x04\x60\xee\x6f\x58\x3c\x15\x59\ \x27\xb1\xed\x14\xe4\xf6\x45\x77\x59\x1e\x24\x05\x00\x6d\xa6\xe2\ \xf4\x6e\x5c\xfe\x1d\xe1\xef\x47\x57\x22\x48\xc0\x02\x86\x2b\x92\ \x49\x29\xa2\x68\xcd\x87\xe7\x40\x91\x20\x00\x8b\x19\x3c\x40\x03\ \x19\x97\x70\xe4\x25\xca\x79\x20\x3e\x19\x29\xa9\xe0\x00\xbb\x20\ \x6c\xd9\x87\x3e\xf6\x58\xb6\x1b\x95\x7a\x63\xed\x5c\x94\x0b\x40\ \x41\x3e\x5c\x5e\x1f\x79\x47\x8b\x21\x15\x03\x24\x5c\x8a\x21\x30\ \x10\xc3\x86\x22\xe3\x19\xae\x87\xa2\x58\x43\x34\x29\x87\x40\x1f\ \x28\x28\xdb\x28\xb5\xc1\x86\xff\x6d\xcd\x9d\x65\x61\x36\x22\xdf\ \x08\xa7\x32\x68\x5f\x05\x71\x05\xf8\xb1\x11\x38\x33\xd4\x39\xa8\ \xd8\x06\xe9\x17\xb0\xeb\x2e\x2c\x16\x24\xbe\x42\x56\xc1\x7b\x49\ \x53\xae\xe3\x97\x23\x58\xb0\x19\x65\x54\x00\x50\xab\x24\xee\x9c\ \x45\x56\x0a\xee\xc5\xa1\x42\x39\x00\xe0\x05\x30\xaf\x83\xc5\x99\ \x13\x10\x96\x85\x3a\x95\x01\xa0\x78\x19\xe4\x45\xe0\x45\x06\xce\ \xde\x84\x6f\x4d\xc0\x88\x02\x16\x81\x25\xe0\x66\x87\x3c\x23\xca\ \x55\xc2\xc3\x1b\xc8\x4c\xc5\xcd\x68\xd4\xae\x88\xac\x0c\x68\x0d\ \x48\x4b\x01\x43\x40\x42\x7d\xaa\xfe\x4c\x91\x4f\x52\x15\x77\x5c\ \x39\x87\xb4\x27\x78\xa9\x43\xf9\x40\x00\x10\x78\x30\x2c\x08\x80\ \x21\x50\x31\x10\x7f\x6e\xc2\xdd\x68\xdc\x7b\x00\x5d\x21\xd2\x33\ \x61\x2a\x44\x86\x06\x62\x19\x00\x04\x57\x03\x9f\x08\x7d\x29\xb4\ \xac\x8a\x98\xc7\x88\xce\x02\x2d\x2e\xfa\xb4\x68\xb3\x50\x60\xc2\ \xad\xcb\x50\x78\xa2\x6c\x20\x92\x1e\x23\x45\x87\x3c\x0d\x18\x12\ \xfa\xb4\xf0\xdb\x0f\x63\x38\xdb\x68\xb5\xc1\x86\xef\x09\x7f\xd3\ \x9a\x3b\x21\x82\xb7\x37\xc4\x24\x1c\x7d\x40\xf3\xa8\x3b\x04\x57\ \x7a\xc3\x09\xb0\xf7\x81\x84\x83\xaa\x2c\x7e\xfb\x19\x4b\x16\xe2\ \x84\x0c\x6a\x1e\x3f\x55\x7c\x2f\x6d\x6c\x34\xb2\xb5\x58\x35\x1a\ \x2c\x8f\xd1\xcb\xd1\x7e\x0a\x9e\xfc\x84\x7e\x03\x50\xad\x2f\x5a\ \x97\x05\x00\x52\x0c\x6f\x2f\x58\x43\xda\xa8\xf3\x61\x5f\x0a\xbe\ \x2e\x00\xe0\x1d\x82\xd1\x4d\x31\xb6\x3f\x1c\x4a\x62\x45\x3f\x98\ \x12\x30\x7b\x21\x32\xb4\x70\x28\x83\x05\x1d\xe0\xc5\xe2\xfa\x24\ \xf4\x1f\x80\x72\x5d\xd1\xbd\x02\x0e\x2d\xc7\x81\x7b\x60\x05\x8c\ \x98\x8d\x32\xd2\x4f\xf4\x93\x87\x37\xe4\x22\x00\x18\x3c\x0d\x53\ \xa6\x62\xc0\x01\xb4\x9f\x8c\x4a\x2e\x00\x20\x92\xc3\xdb\x1d\x3c\ \xe0\xdb\x14\xab\x9a\x02\xc0\xc6\xf1\x28\x39\x14\xe2\x2c\x4c\x9e\ \x84\x1c\x0e\x76\x65\xb1\xa4\x17\xb4\x51\x18\x33\x13\xac\x1b\x36\ \x6f\x43\x09\x7b\x6c\xdc\x03\xaa\x07\xfc\x48\xb0\x1c\x44\x62\xa4\ \x86\xa2\x6f\x2f\xf0\x72\xcc\x5c\x8e\xaa\x2e\xe8\xfb\x00\x93\x47\ \x22\xe9\x0e\x02\x26\x23\xeb\xe1\xf1\x2d\xd7\x9c\xab\x54\x2f\x65\ \x73\x86\xb6\xc1\x86\xef\x07\xdf\xa3\xbf\xa7\x90\x8e\x4d\xfb\x5e\ \x07\xa0\x94\xa0\xef\x28\x78\xd0\x80\x00\x81\xc0\xdf\x13\xd0\xb0\ \xe0\x39\xb6\x9e\x2d\x32\xa4\x4a\x9d\x31\x70\x10\xfe\x43\x71\x17\ \xc2\x8f\x62\xea\x1a\xf4\xdd\x84\x46\xcf\x31\xfa\x0e\x0e\xae\x7e\ \xbd\x89\x48\x8f\x3d\x1b\x11\xa3\x41\x54\x0c\x7a\xcd\x47\x87\x60\ \xdb\x40\xb5\xc1\x86\xff\x20\xbe\x6b\x7f\xcf\xe8\xe8\xb7\xeb\x24\ \xef\xd0\x34\xf0\xa9\xd3\x14\x4c\xe9\x48\x4a\x85\x81\x07\x01\x80\ \xc6\x83\x3b\xf0\x90\xfd\xb5\xe2\x48\xea\x75\x28\xf8\x7f\x09\x9a\ \x57\x48\x4d\x05\x4f\x40\x10\x20\xd1\xe2\x5e\x28\x1c\xfe\x33\xdf\ \x91\xa4\x1c\x34\xef\x85\xe2\x46\xc4\x29\xd0\xb9\x2e\x1e\xbf\x3e\ \x10\x9c\x33\x42\x07\x88\xa4\xf8\xa1\x13\x82\x6d\x76\x4f\x1b\x6c\ \xf8\x5f\xd6\xdc\x6f\xdc\x40\xf4\x2b\x48\xc4\x6f\x85\x47\x96\x05\ \x63\xe6\x38\x81\xa4\xa8\x0f\x05\x4a\x82\x82\x4c\x09\x07\x80\x16\ \x43\x44\xe2\xd1\x45\x18\xcd\x6f\x37\xe7\xbc\xff\x28\x44\x34\x38\ \xf6\xbd\xdd\x41\x24\x29\xe8\x0b\x0a\x69\xa5\xbd\xe8\x5f\x92\x54\ \x09\x1a\x94\xc0\xc9\xed\x49\xb2\x88\xdd\x71\xe1\xd0\xa7\x77\x1f\ \x7d\x13\x8f\xd3\xa0\x09\x58\x3e\x73\xc0\x82\x48\x06\x09\xb8\x7d\ \x2f\x04\x5a\x42\x8b\x29\x3c\xba\x5b\x44\xfd\x22\x1a\x24\x0d\x8a\ \x40\xca\x33\x5c\xca\x45\xe9\x52\xb6\x81\x6a\x83\x0d\xff\xab\xec\ \x39\x74\x28\x80\xf4\xc4\xe8\x64\x42\xae\x20\x58\xa3\xc1\x4c\x7a\ \xdb\x69\xd7\x6e\xbd\x3e\x60\xce\x3c\xaf\x2f\x24\x63\x13\x62\xe3\ \xb3\x48\x85\x4b\xa0\x77\xe0\x67\x16\xb8\xe2\xb6\xfc\xb2\xad\xf6\ \xa8\x79\xe5\x1c\x44\x6f\xaf\x65\x1e\xfc\x79\x43\xc2\x82\x05\x3f\ \x8b\xfe\xb5\xba\x66\x9f\x9c\xbb\xf9\xd5\xb4\x59\x13\x25\xff\x9e\ \xa6\x67\xe9\x8d\x12\x85\x4c\xf5\x99\xbb\x19\xbb\x96\x2c\xf2\x1d\ \x32\xaf\xa1\xff\x3b\xdb\x8f\x90\xa7\xd3\x09\x4a\xa5\xcb\xa7\x55\ \x8c\xd8\x53\xf3\xb6\xc7\xfc\xb4\x60\xa2\xcf\x37\xc8\xa4\xb7\x77\ \x2d\xbe\x4a\xd4\x9f\xdd\xa7\xce\xc7\xb7\xd2\xee\x1f\x58\x79\x51\ \x37\x7d\xe6\x20\x67\xdb\xf1\x0e\x36\xd8\xf0\x3d\xb3\x27\x00\x4d\ \x64\xf4\xbe\xad\x07\x4e\x9d\x3f\xae\xf7\xaa\xdb\xac\x6a\x95\x60\ \xdf\xfc\x07\x49\x0e\x23\x3f\x6f\xc9\xcc\x7c\x74\x60\xca\x82\xdd\ \xbc\x8b\x3b\x27\xf6\x1a\x3b\x7d\x6e\xad\x62\x9f\x7a\x88\xf7\xaa\ \xdf\xaa\x9b\x8b\xe4\x3d\x9e\x7c\x7c\xe2\x6e\x64\x61\xa5\x7f\x99\ \x13\xc2\xce\xde\x7b\x92\xe3\xf3\xef\x3a\x6f\xeb\xd8\xb4\xb1\x27\ \x5c\x47\xed\x98\x50\xff\xd3\x5f\x87\xe4\x57\xa7\x6f\x64\x8f\x1a\ \xf8\x2e\x75\xe2\xc1\xfa\x39\x8b\x13\x6b\x1d\xf9\xb5\xf7\x27\x3f\ \x17\x0a\xef\x6a\xbd\xba\x07\x79\x7d\x9b\x3a\x1f\x54\xbf\x83\x33\ \xe5\xf1\xc9\x5b\xce\xa5\xea\xf6\x51\x98\x9d\x6c\xd4\x69\x83\x0d\ \xdf\x3f\x7b\xaa\xca\x36\x9a\xb6\xaa\x92\x2e\x3d\xa5\xd4\xa4\x1d\ \xfd\xaa\x2b\xef\xac\xec\x16\xfe\x20\xbd\x5f\xab\x47\xf5\x07\xcd\ \x9d\xd4\xb9\x52\xec\xb5\xdd\x2b\xb6\x1f\xcf\xd4\xca\x3a\x4d\x5b\ \xdc\x27\xa4\x18\x80\x9b\xbb\xb7\xa5\x95\x18\x72\x65\x45\x57\x80\ \x13\x20\x3c\x3a\xbe\x76\xed\x9e\x1b\xf9\xa4\xc7\xa4\x25\x4b\x02\ \xb2\x4f\x4e\x9d\xbb\x8b\x0b\x6a\xda\xbb\x96\xf4\x71\xaa\xd7\xfc\ \x4a\xa5\xae\xee\x5c\xb3\xe7\xec\xdd\xa4\x4c\x72\xc2\x86\x95\x59\ \x89\x39\xe5\x6b\x96\xb7\x36\xcc\xf0\xe2\xdc\xa4\x85\x5b\x32\x75\ \x06\xd7\x6a\x7d\x57\xcf\xec\x7d\x7d\xed\xf8\x17\x7e\x63\x26\xb6\ \xe7\x66\x4f\xf8\xbd\xf3\x8c\xd9\xd9\xc7\x97\x6e\x38\x11\xce\x48\ \x1c\x83\x7c\x95\x71\x31\xd1\xc5\x1a\x8f\x59\x31\xb1\x7d\x54\x5c\ \x78\xd4\x9d\xbb\xdd\xdb\x5c\xae\x3d\x68\xfe\xd4\x0e\x25\xae\xee\ \x5c\xb5\xf5\x54\x98\x59\xe9\x3f\x7d\xd5\x22\xfb\x5b\xab\xc7\xad\ \xbf\xe5\x16\x5c\x6f\xfe\xca\x29\xc5\x68\xe8\x9e\x9f\x9e\xf4\xcb\ \xd6\x0c\x0d\xeb\x5c\xa2\x14\x9d\x97\x90\x6c\xf1\x9d\xbd\xe6\xd7\ \xda\x2e\x9a\x3d\xab\x97\x1c\x7f\x90\x28\x29\xf6\xc3\xfa\xc5\xdd\ \x1e\xc5\x24\x3f\x7b\xb4\x6a\xb2\x33\x31\xa3\x89\xfd\xe6\xd5\x1b\ \xef\xbe\x48\xe0\xbd\xdb\x1e\xd8\x32\x26\xef\xfe\xa1\x5f\x37\x1f\ \x8b\x4d\x78\x69\xf0\xef\x55\xc3\x55\x77\x61\xeb\xaa\x7d\x17\x1f\ \x24\x65\x49\x66\x6d\x5f\x9d\x98\x98\x12\x7d\x2f\x76\xd8\x52\x6a\ \xf9\xd8\x66\x57\xb7\xae\x3c\x7a\xfd\x69\x4a\x81\xc3\xfc\x3f\x7e\ \x6f\x50\x4c\x0e\xe0\xd2\x96\xf5\xcf\x4b\xf6\x14\xa5\x6c\x58\xb2\ \xfd\xaa\xc5\xb9\xfc\xdc\xe5\xb3\xcb\xa8\x48\x58\x12\x56\xcd\x9c\ \x77\x35\x3a\x47\xec\xe8\xe7\x27\x37\x46\xc5\xe4\xb5\x9a\xbc\x6a\ \x54\x13\xd1\xb6\x8d\xbb\xeb\xf4\x1f\xbe\x7f\xe9\xcc\x03\x8f\xf2\ \x82\x9b\xf6\xe9\x1e\xac\x5b\xbb\x76\xbf\x5e\x5e\x7c\xdc\xfc\x39\ \x79\x47\xd7\xe4\x56\x99\xe8\x7c\x77\xd3\x84\x45\xa7\xcc\x1c\x11\ \x32\x70\xee\xf4\x6e\xd5\x92\xef\x1d\x5c\xb1\xf5\x44\x7c\x4a\x6a\ \xa9\x36\xb3\x56\x8c\x6d\x62\x9b\x1e\x36\xd8\xf0\x05\xfc\xad\xab\ \xea\xe6\x84\x47\x11\xf9\xf6\xa5\x4a\x28\x01\xdd\xd5\x07\x85\xc3\ \xd7\x1d\x5c\x3d\xba\xe6\xa9\x43\x07\x5e\x44\xdf\x5a\xb0\xee\x5c\ \xf3\x71\xf3\x6a\x29\x93\x4e\xdd\x8c\xb2\x3e\x5c\xa7\xd7\x00\xb7\ \x17\xdb\x27\xac\x3c\x98\x0f\x2a\x3f\x74\xfb\xc2\x5d\xd1\x43\x67\ \x4f\x2d\x6e\x08\xbb\x7d\x3f\xec\xd2\xc9\xe3\x9e\xed\x66\xec\x5c\ \x39\x89\x0b\xbf\x99\x4e\xba\x3d\xde\x33\x77\xc9\x79\xe3\x98\xf9\ \x33\x4b\x39\x0a\xe6\xbc\xbc\x98\x64\x53\xa5\xe0\xd2\x45\xaa\xeb\ \xb1\x03\x19\x01\xbd\xb6\x6d\x99\x9d\x76\x65\xcf\xf5\xf4\xac\xfb\ \x77\x5e\xc8\x03\x7c\xd8\x97\x8f\x9e\xa4\xc2\x15\x29\xfb\x8f\x3f\ \xe9\xff\xeb\x6f\x5d\x9d\xd3\x23\xc9\x06\x9b\x57\x8e\x8d\x3a\xbb\ \xeb\x71\x7a\x4e\x4c\x94\x79\xd8\xf2\xbd\xbf\x4f\xa9\x7f\x79\xf7\ \xbe\x8b\x07\x37\xfe\x76\x43\x3f\x7e\xee\x38\x45\xfc\xad\x1b\xcf\ \x93\x4e\x1e\xba\x52\x75\xec\xea\x4d\x4b\x47\x5b\x45\xbf\x5b\x47\ \x0e\xe4\x96\x1e\xf4\xfb\x82\xb6\xcf\xef\x46\x0e\xfa\x75\x53\x5b\ \x97\xe7\x47\x4e\xde\xbf\xbe\x6b\xf1\xf9\x9c\x32\xf3\x26\xb6\x4f\ \xbf\x7f\x31\xec\xf1\xed\x44\x3e\x68\xd3\xde\x83\xcb\x3a\xba\xcd\ \x1e\x3d\x51\x5f\xad\xcf\xcc\xee\x35\x39\x8a\xd2\xbc\xbc\x30\x7a\ \xc6\x9e\x90\x81\x73\x87\x35\x2d\x17\x5c\xa1\xfa\xe3\xed\x33\x57\ \xdf\xa6\x27\xcd\x9b\xec\x67\x27\x30\xb9\x69\xcf\x52\xe8\x85\x1b\ \x0f\xfe\x3e\xb5\xf3\xc5\x25\x63\x76\xbe\xf2\x99\x33\x7b\xb8\x33\ \x61\x26\x60\x95\xaf\xb3\x2e\xdf\x79\xa6\x14\xa7\xae\x5a\xbd\xb3\ \xc2\x88\x55\x07\x36\x4c\x2b\x69\x47\x00\xd0\x3d\xb9\x74\xf6\x85\ \xe3\xda\xcd\xab\xe5\x09\xf7\xa4\xad\x66\x2c\x19\x12\x7c\x62\xf7\ \xde\xd4\xe4\x84\xc7\x71\x6a\x4d\xea\x8d\x35\xc7\xb2\x66\x6f\xdd\ \xff\xcb\xc0\x1a\x47\x96\xfc\x4a\xb7\x98\xb5\x7f\xc7\x2f\x55\xdd\ \x72\xcf\x5d\x89\x10\xbb\xd2\xe7\x77\x1c\x2b\xd5\x7f\xed\x96\xc9\ \x3f\x5c\x3e\x78\x2c\xe2\xf1\xb9\xf1\xf3\xf7\xd7\x19\x32\x7f\x50\ \x0d\xcf\x6c\xa3\x2d\x4c\x9a\x0d\x36\x7c\x4f\xec\x99\xfc\xe2\x0e\ \xe3\x1e\x1c\xec\x08\x68\x1e\x47\xea\x9d\x9a\xd5\xf6\xa2\x45\x22\ \x1f\x77\xf7\x84\x07\x87\x42\x93\xf3\xce\xfe\xbe\x31\xbf\xe2\xa0\ \xc5\xc3\x1a\x58\x1f\xf6\xae\xd9\x73\xdb\xce\x55\x8a\xd0\x4d\xd3\ \xd6\x5f\xbb\x79\xfa\x72\x5c\x7e\xe6\xae\x0d\x7f\xb8\xb4\x99\x3a\ \xac\x89\xd7\xb3\x28\x26\xa4\x51\x5d\x19\xa9\x09\x4b\xe4\xaa\x55\ \x23\xf7\x1d\x8b\x1e\xb9\x7c\x7e\x65\xa5\x46\x2d\x0d\xf4\x50\x14\ \xa6\x30\xee\x65\x4a\x5a\xc3\x1f\xa9\xef\xc7\xe6\xd6\x6d\x54\xdb\ \xd1\x81\xb2\x77\xf1\xb3\xd7\x46\xc4\xf1\xc5\x9a\x55\x12\xc7\x44\ \xbe\x74\x2e\x5f\x59\x94\xf5\x2a\x4f\x5e\xa6\x4e\x90\x37\xa5\x70\ \xac\x52\xbf\xa6\xbb\x83\x54\xe5\xe8\x41\x68\x5e\xc4\x70\x01\xed\ \x1a\x7b\xab\xc4\x62\x27\xa5\xe9\xfa\xd5\x73\xa9\x99\x71\x5b\x37\ \xee\xaf\x30\x74\xc9\xd0\x32\x99\x8f\x0b\x9c\x5b\xd6\x2b\x2e\x91\ \xc9\x29\x02\x40\xee\xfd\xf8\xfc\x7a\x8d\x6b\x3b\x49\x29\xef\xd2\ \xb5\x2a\x7b\xba\xcb\x24\x4e\x0e\x32\xe3\xb9\x23\xd7\xb2\x52\xee\ \x6e\xf8\x33\x7c\xe0\x2f\x4b\x7d\x0a\x92\x8d\x6e\x65\xca\xba\x8a\ \x52\x6e\xff\x99\xe0\xd4\x6e\x7e\xf7\xba\x19\x29\xa9\x55\xea\x04\ \x85\x9e\x3a\x5e\xac\xe3\xc4\x9e\x75\x4b\xbd\x8c\xb5\x94\x2e\xc3\ \x1f\x3a\x93\x34\x61\xd5\xb4\x32\x54\x6e\xa1\x53\x69\x17\x52\x93\ \x49\xfa\x54\x28\x63\x0f\xed\xc3\xa3\x0f\xd8\x79\x6b\x86\xbb\xeb\ \xd3\x58\x9f\x0a\x41\x3e\x22\x00\x48\x7f\x9e\x64\x70\xac\x51\xb5\ \xf1\xc8\x61\x5d\x6e\xfe\x3a\x76\xd3\xcd\x24\x9a\x22\x00\x84\x85\ \xbd\x74\xaa\x52\x27\xc0\x43\x69\xe7\x5a\xa2\x7e\x8d\x12\x76\x32\ \x91\xab\xab\x57\x4e\xec\x7d\x78\x96\x6b\xda\xa8\xc3\xc0\x46\xd2\ \x59\xa3\x26\x3d\xd1\xaa\x06\x4e\x1c\x92\x77\x78\xfa\x82\x83\xd1\ \x42\x5e\x78\x2a\x5d\xa2\x9a\x67\xce\xa3\x0c\x65\xa3\x66\xc5\x45\ \xa4\xc4\xc7\x5b\x7a\xe3\xcc\x89\x80\x0e\xd3\xbb\x85\x14\x8f\xc9\ \x40\x9d\x46\xe5\x6d\x73\xc3\x06\x1b\xbe\x23\xf6\x0c\xbb\xf6\xd8\ \xb9\x74\x1d\x15\x90\x7d\xf7\x56\x9e\xbc\x74\x39\x09\x1e\xde\xb8\ \xe7\x58\xa2\x86\x83\x49\xeb\x5f\xb5\xfd\xbc\x85\xf3\x46\xf6\x6f\ \x17\xe8\x20\x06\x90\x97\x1a\x19\xfa\xe4\x95\x51\x10\xd9\x89\x38\ \xa3\xd9\xac\x35\xb0\xe5\x9a\xf6\x59\xb8\x68\xee\xe0\xce\xcd\x44\ \xb9\x0f\x5f\x1a\x9d\x2b\x95\x22\x91\x13\x1a\xae\x56\xd4\x0e\x94\ \x65\x6b\x0a\xb5\xd9\xa9\x17\xf6\xef\x2d\x50\x14\x73\xa2\xd2\xd3\ \x74\x50\x4a\x05\x00\x7c\x66\xd4\xf3\x54\xaa\x52\x59\xef\xbc\x5b\ \x17\xf2\xed\x2b\x04\x89\xb3\x33\xb4\x16\x63\x6a\xfc\xa1\x23\x57\ \x3c\x7c\x8b\x27\x3e\xbf\x47\xf8\x97\x77\x45\xca\x8d\x57\xfa\xea\ \x15\xbc\xe3\x6e\x5f\xb0\xb8\x55\x55\x26\x5f\xcd\x93\xf9\x8b\x5e\ \x5e\x1f\xb5\xf0\x44\x8d\x0e\x6d\x54\x04\x59\xa3\xdd\xc8\x5f\xe6\ \x4f\xfb\xb1\x6b\x43\xc3\xa3\x5b\x39\xb2\x20\xeb\x7e\x27\x00\x7c\ \xc6\xcb\xc8\x34\x71\xf5\xb2\xce\x8f\x2f\x86\x52\xc5\xab\x89\x99\ \xb8\x5b\x51\x96\x72\x55\x7d\x74\x9c\x7d\xeb\x11\x33\xe7\xcd\x98\ \xd4\xb9\x4e\xa9\xac\xf4\x04\x2d\xcb\xe5\xe6\x16\x66\x64\xe5\xe9\ \x8c\x85\xa9\x29\x61\x07\x2f\xc5\x94\x08\x2c\xc1\x99\xf2\x0a\x0a\ \xf2\x53\x5f\x9e\xb8\x10\x69\xa8\x52\x52\x92\x9d\xaf\x2b\xc8\x4c\ \x3b\xb9\xff\x20\xeb\xe8\x2f\x63\x93\xd3\x74\x9c\x2e\x37\xbf\x20\ \x3b\x57\x6b\xd0\xe7\x27\xa5\x1d\xda\x7f\x5c\xe2\x15\xe8\x4a\x00\ \x40\x62\xd8\x53\x8d\xbd\x8f\x94\xd5\x05\xb4\x18\x33\xaa\x81\x6c\ \xcf\xa1\x73\x66\x00\xd0\x3d\x78\x1a\x15\x54\xb9\x0a\x17\x7b\x3d\ \xde\xec\x59\xc9\x15\x77\x2f\x45\xb8\x57\xaa\x96\x7e\xfb\xa1\xaa\ \x44\x05\x5d\x9e\xa1\xf7\xac\x25\xa5\xf2\xee\x6c\xdd\xf5\x40\x55\ \xb3\xcf\xbc\xbe\x65\xce\x1d\x38\xfe\xf0\x7a\x28\xef\x13\xa2\x4a\ \xbc\x9e\x40\xfa\x85\x38\xe0\x4e\xe8\x3d\x47\xdf\x60\xa9\x31\x43\ \x67\xb1\xe4\xc5\x9f\xba\x97\xef\x52\xc7\xc3\x74\xee\xd8\xc9\x64\ \x9d\x6d\x7f\x93\x0d\x36\x7c\x17\xec\xa9\x53\x8b\x02\x1b\x37\xab\ \x0c\x20\x39\x5f\x54\xa3\x59\x03\x31\xd8\x02\xc2\xb7\x56\xfd\xca\ \x21\x9d\xc6\x56\x35\x5d\x18\x35\x7c\xf8\xe6\x73\x4f\xac\x47\xca\ \x69\xe2\x43\xd7\xcc\x9d\x38\x6c\xc4\x84\xb8\xc0\xde\x0b\x47\x35\ \xeb\x32\x62\x84\x63\xf8\xd6\x11\xc3\xc7\x1d\xbe\x97\xa4\xd5\x14\ \x56\xa8\xd7\xac\x24\x05\x5d\x4a\x61\xf1\x2a\xf5\x4a\x78\x57\x18\ \xd6\xa7\xde\xfe\xd9\x63\x0e\xc5\xda\x35\xa8\x55\xd6\x2f\xa8\x5e\ \x23\x6f\xf6\xe9\x8b\x6c\x00\x85\x6a\xad\x57\xd5\x86\xe5\x3d\x91\ \x9c\x49\xd5\x68\x5c\xcd\x39\xa0\x75\xa7\xca\xc2\xf4\xf1\x73\xd2\ \x5c\x43\x6a\x04\x28\x34\x26\x71\xe3\x06\x75\xa0\x4e\x73\x0e\xaa\ \x5f\xc3\x8f\xce\xcc\x95\xd7\x69\x51\x4f\x45\xaa\x90\x73\x7f\xca\ \x2f\x7f\x56\x18\xb0\xe0\xa7\x4e\x8d\xfb\x0c\x1a\xac\xbd\xb0\x78\ \xd8\xf0\xc9\x97\xa2\xd2\xd2\xb5\xd2\x9a\x2d\xea\x3b\xbc\x6e\x8c\ \x36\xaf\xd0\xa7\x7a\xa3\x32\x4e\x48\x63\x5d\x9a\x36\xa9\x24\xe4\ \xa7\x38\x97\xaf\x55\xb7\x5c\xd0\xf0\x11\x6d\xaf\x2f\x1e\x37\x7c\ \xd2\xaf\x8f\x53\x8c\x55\x1b\xb7\xf1\xcb\xba\x3a\x7e\xc1\x56\x65\ \xfd\x51\x4d\xec\x1e\x8d\x9d\xbe\x4e\x56\xb1\xa1\xbf\xab\x73\xeb\ \xde\x43\x24\x0f\xb6\x4c\x59\x71\xa1\x6c\xdd\xba\x5e\xde\x35\x47\ \xf4\xac\xb6\x6d\xca\xd8\xd3\x19\xae\xf5\xab\x97\xf2\x2b\x53\x37\ \x44\x11\x33\x67\xca\xb2\x68\x69\x83\x31\x1d\x8b\x2f\xff\x69\x62\ \xa8\xa5\x64\xc3\xca\x81\xd6\x42\xb3\x8d\xa8\xdf\xb4\xbe\xe9\xd9\ \xe1\x11\x03\xfb\xfd\x1e\xe5\x31\x73\x74\x0f\x09\x00\x73\x01\x69\ \x5f\xa6\x41\xd5\x80\xbc\x54\x43\xf9\x86\x3f\x78\x10\xc6\x7c\x65\ \xe9\xc6\x75\xdc\xd4\x44\x60\xb3\x46\xde\x17\xff\x58\xd8\xbf\xff\ \x38\xb6\xd6\x80\xae\xa5\x52\xa6\x0d\xe8\x37\xeb\x78\xc1\xb8\x99\ \xfd\x18\x83\xbc\x6e\xab\x1a\xfa\x74\x73\xe5\x46\x2d\x94\x60\xf5\ \xbc\x7b\x48\xdd\x1f\xba\xf6\x19\x44\x3e\x5c\xd5\xb1\xdd\xa8\xdc\ \x62\x35\x02\xe9\xac\x8b\x67\x2e\x67\x19\x6d\x13\xc4\x06\x1b\x3e\ \x0b\x5b\x6c\x79\x1b\xac\x5f\x83\x88\x5f\x16\x6e\xcd\x33\x1b\xd3\ \x35\xd2\xde\x13\xa6\xb5\xa9\xe8\x65\xeb\x12\x1b\xfe\x77\xf0\x5d\ \xef\x35\xb2\xe1\x7b\x87\x2c\xa0\xfb\x80\x41\x05\x46\xc1\xc5\xb7\ \x94\xaf\x8b\x6d\x3f\xbd\x0d\x36\x7c\x1d\x36\xf6\xb4\x01\x00\x20\ \xb2\x2b\x1e\x5c\xd1\xd6\x0d\x36\xd8\xf0\xed\xb0\xe9\xe6\x36\xd8\ \x60\x83\x0d\x36\xf6\xb4\xc1\x06\x1b\x6c\xb0\xb1\xa7\x0d\x36\xd8\ \x60\xc3\xf7\x8c\xff\xab\xdd\xf3\xcd\x02\x95\x6d\xc3\xb4\x0d\x36\ \xd8\x60\x63\xcf\x6f\x82\xde\x60\xc8\xbc\x7d\x43\x17\xf5\x42\x60\ \x18\x42\x26\x73\xac\x54\xd5\xbd\x7a\x4d\x89\x48\x64\xeb\xd3\x7f\ \x3b\x04\x01\xf8\x0f\x47\x86\x16\x78\x9e\x20\x6d\x8a\x88\x0d\x36\ \xfc\xe7\x35\x77\x75\x66\xc6\x8b\xc5\xf3\x72\x57\xfe\x62\x39\x76\ \x80\x39\x7b\xdc\x72\xf0\xcf\xf4\x5f\x66\xbf\x5c\xbf\x4a\x57\xa8\ \xfb\x5c\x12\xc6\xa4\x53\xe7\xe6\xe4\x69\x74\x00\x60\x7c\xb1\x6a\ \xd1\x8a\x57\x86\xcf\x4e\x65\x8b\xd9\xcc\x7f\x51\xe2\x2d\x50\xa3\ \xe0\x9d\xb3\xdb\x0c\x05\xd0\xbe\xef\xda\xcd\xb2\x00\xc0\x99\x90\ \x97\x83\xec\x1c\x68\x75\x30\x5b\x00\x00\x3c\xd4\xea\xb7\x27\xb6\ \x9b\xf5\xc8\xcd\x46\x8e\x1a\x8c\x00\x00\xac\x01\xea\xd7\x51\x9c\ \xcd\x06\xe4\xe6\x42\x67\x29\xfa\xc9\x33\xc8\xcb\x83\x81\xfd\x44\ \x75\x0a\xd4\xd0\x99\xde\x29\xda\xf2\x3a\x1e\x28\x0b\xb5\xfa\x9d\ \xe7\x2c\x50\xe7\xbf\xfe\x9b\x87\x26\xef\xbd\x3a\xeb\x35\x28\x7c\ \x9d\x89\xc0\xa2\x20\x1f\xd9\xd9\xd0\x99\x90\x7c\x1f\x73\xd6\x41\ \xff\x0d\x2f\xc5\x9c\x80\xe5\x4b\x91\x61\xfe\xcb\x6f\x33\xf4\xd0\ \x8a\x0d\x87\x43\xff\xea\x10\xd8\xb7\xfe\x97\x8b\x91\x79\x7f\x29\ \x4d\x5e\xc4\xb9\xc5\xab\x0f\x69\xde\xdd\xc1\x24\x70\x26\x93\x45\ \x10\x6c\x33\xd1\x86\xff\x0d\xf6\x34\x1a\x4d\x71\x9b\xd6\x09\x37\ \xaf\x52\x00\x21\x93\x13\x12\x29\x21\x97\xd3\x16\x8b\xf9\xe4\x91\ \xf8\xbd\x3b\xb9\x4f\x4d\x05\x36\xfb\x51\xff\x86\x35\x7b\x0d\x1b\ \x37\xb4\x6f\x8f\xe1\x8b\xf6\x67\x69\x32\x6e\x5f\xbf\x67\xf9\x8c\ \x5b\xa1\xfe\xe5\x9f\x43\x46\x2f\x35\x7d\xae\x78\x1e\x57\xb6\xa2\ \xcf\x8f\x68\xdd\x02\xab\xce\x02\xc0\xc3\xfd\xe8\xd8\x11\x9d\xba\ \xe2\xe8\x53\x00\xc8\x4f\xc2\x82\x81\xe8\x39\x15\x2c\x90\x7b\x1f\ \xd3\xc7\x62\xe2\x04\xb4\xa8\x89\x09\xbf\x83\xd5\x62\xf6\x20\x74\ \xef\x8e\xc1\x73\xa1\x65\x20\xa8\xd1\xb3\x31\x46\x4c\xc2\xd4\x15\ \x48\x64\x90\x15\x86\xfe\x5d\xd1\xb5\x3d\x96\x1e\x85\x00\x1c\xdf\ \x84\x11\x23\xd1\xa5\x33\x8e\x3f\x03\x18\x6c\x9a\x86\x1f\xfb\xa3\ \x79\x7b\x5c\x8d\x7f\x87\xb0\xf2\xf0\xdb\x1c\x0c\x1d\x8d\x33\x0f\ \x8b\xae\x3c\xd8\x86\xe0\xea\x88\xd1\x83\xc9\xc6\x84\xde\xe8\xd9\ \x0d\xa3\x96\x41\x0f\xe8\x93\x30\xea\x47\xf4\xec\x88\x09\xeb\xc0\ \x08\x38\xbe\x06\xfd\xfa\xa0\x75\x2b\x6c\xbd\x06\x00\xb7\xb6\xa3\ \x4b\x47\xb4\xef\x8a\xf3\xd1\x00\x70\x7c\x2e\x5a\xf6\xc4\x94\x29\ \x38\xf7\x18\x06\x35\xee\x85\x81\xfd\x86\xf7\x42\xd9\xa3\x5c\x05\ \xc8\xff\x7a\x2c\xfa\xb4\x98\x07\x61\x31\x59\x7f\x31\x11\x11\x71\ \xe7\x52\x74\x96\xe5\x2f\xa5\x91\x3b\x7b\x57\x2c\xe7\xff\xee\xa1\ \x7b\xfa\xb0\x3d\x83\x47\x6f\x30\xdb\xec\x3e\x36\xfc\x8f\xb0\x67\ \xd6\xc3\x7b\xfc\x83\x3b\xa4\x4c\x56\x74\x92\x6f\x91\x0d\x80\xa6\ \xc4\x22\xe3\xa5\xb3\x39\xaf\xa2\x3f\x21\x78\x6a\x73\x0b\x9c\xab\ \xad\x38\xf2\xe7\x91\xc3\xcb\xb3\x4e\xae\xf8\x23\x54\x2b\x67\x62\ \xa6\xf4\xea\xd7\x7f\xec\x82\x87\x69\x0c\x80\xc4\xbb\x07\xc7\xf4\ \xed\xdb\x6f\xf4\xbc\x47\x59\x82\x4c\x2a\x3c\xbb\xbd\x6f\xe0\xc0\ \x41\x1b\x2f\xa7\xc0\x92\xbc\x7e\xe6\xc8\xbe\x7d\x06\x6e\x3c\x11\ \xf6\x26\xb7\x80\x5a\xd8\x72\x08\x1b\xfa\x61\xf7\x56\xe8\xf3\xb0\ \x7c\x0b\x46\xfe\x8e\x95\xbd\xb1\x6e\x19\x0a\x04\x3c\xbd\x89\x88\ \x1c\x98\x8d\x60\x00\xf7\x06\xd8\xbc\x0f\xbb\x57\x20\x20\x00\xdd\ \x3a\x21\x74\x0f\xc2\x14\x38\x7c\x08\xf4\x5d\xec\x78\x04\x46\x0d\ \xd2\x0f\xdb\x76\x61\xfb\x22\x94\xa4\xb0\x79\x09\x7c\xfb\xe2\xd0\ \x16\x5c\x58\x87\x08\x0d\x5a\x0d\xc4\xc6\x15\x28\x47\xe2\x6e\x38\ \x20\xa0\x41\x1f\x1c\x3d\x81\xce\x2e\x58\x7f\xfc\x6d\xbb\xb6\xce\ \xc5\x1d\x1e\xf3\xd7\xa2\x7b\x3d\x00\xc8\x7b\x86\xdf\x0e\x41\xe1\ \x04\x92\xc4\x85\xf5\x48\x28\x8d\x43\x87\xa0\xbf\x88\x73\xcf\x70\ \x76\x1b\xf4\x55\x71\xe8\x10\x12\x8e\xe0\xe4\x2b\x04\xfd\x80\xed\ \x47\xb1\xb8\x23\x76\x6f\x43\x7e\x0e\x56\xed\xc6\x4f\x7b\xb0\xbc\ \x25\x56\x2e\x07\x07\xa4\x65\xa0\xe3\x0c\xec\xd8\x81\xae\x75\xc0\ \x98\x21\x93\x42\x04\xe4\x47\x62\xca\x30\xf4\xeb\x8b\xa5\x3b\x00\ \x20\xe5\x01\xc6\xf6\xc3\x80\x49\x78\xf1\x5a\xfe\x23\xcc\x88\x4b\ \x02\xc1\x62\xdf\x4a\xf4\xed\x87\x01\x63\x71\x3b\x1e\x00\x0c\x49\ \x58\xf0\x13\xfa\xf5\xc3\xcc\x55\x28\x7c\x2d\xf2\xdd\xda\x36\xbf\ \x7f\xff\xbe\x13\x96\xed\x29\x10\x20\x97\xca\xe5\x4a\x05\xf4\xc9\ \x1b\xa6\x0d\xea\xdb\x6f\xf0\xc1\xfb\x89\x85\xc9\xa1\xb3\x47\xf4\ \xf9\x71\xc8\x8c\xdb\x89\x06\x40\xf3\xe7\xaf\x93\xfb\xf7\xed\x3d\ \x6f\xeb\x65\x16\x10\x34\x2f\x57\x4c\x1a\x3a\xa0\xdf\xb0\x8b\x31\ \x82\xa3\x29\x7a\xc3\x2f\x2b\x23\xf3\x00\x63\xe4\x8a\x25\xab\x63\ \x8a\x44\x69\xee\xee\xfe\x15\xfd\xfa\xf6\xfd\x79\xcd\x11\xbd\xc0\ \x9c\x58\x33\xf7\xe0\xe3\x7c\x3e\xed\xf6\x92\xd5\xfb\xd2\x72\xb4\ \x29\xa9\xb9\x9c\x3e\x77\xff\xca\x29\x03\x07\x0e\x58\x77\x25\x96\ \x12\x89\x13\xee\xfd\x31\x60\xc0\xa0\xed\x37\xc3\x1f\x9c\xd8\x30\ \x60\xe0\xc0\x49\xeb\x8e\xe6\xdb\x44\x51\x1b\xfe\xa9\xec\xa9\x8b\ \x7b\x45\x18\x8d\xf8\xd8\x4c\x46\x52\x28\xd0\xe8\x12\x13\x3e\x51\ \x8c\x58\x8a\x9c\x98\x03\x9b\xb6\x6f\x5d\xb5\x29\x57\x15\x5c\xc5\ \x4f\x29\x48\x3c\x7b\x8e\xfa\xa9\x81\xe2\xd9\xc2\x15\xbb\x34\x59\ \x0f\xa6\xce\xf8\xad\x78\xd7\x61\x1d\x8b\x67\x4c\x9b\xbc\x22\xc9\ \x48\xf9\x14\xaf\xf5\xd3\xcc\x39\xdd\x6a\xda\xfd\x3e\x75\xec\x35\ \x53\xb9\x51\x83\x5a\x5e\x5d\x37\x75\xdb\xdd\x5c\x6b\x95\x03\xcb\ \xc1\x43\x81\x07\x2f\x50\xbb\x25\xf8\x24\x68\x15\xa8\x57\x1c\xc1\ \x35\x21\xc9\x43\x8c\x16\xf5\x7a\x62\xfe\x08\x48\xdf\x59\xd1\x3a\ \xb8\x06\xa2\x7a\x68\xe0\x89\xb0\x47\xa8\x50\x0b\x0e\x2a\xd4\x29\ \x83\xa7\xcf\x40\x4b\x41\xe8\x31\x71\x34\x0e\xdc\x02\x6f\x44\x9c\ \x1a\xb5\x6a\xc1\xa9\x14\x4a\xc8\xf1\x24\x0d\x76\x62\x6c\x9e\x85\ \x0b\x99\xa8\x53\x09\x10\xa3\x6c\x45\xc8\x74\x88\x2a\x44\xf3\xea\ \xaf\x05\xea\x24\xec\xbd\x02\x63\x3a\xa6\x0c\xc4\x96\xeb\x80\x05\ \x1b\xb6\xa0\xed\x38\x84\x14\x03\x2c\x78\x10\x8b\xea\x8d\x60\xef\ \x88\x90\x32\x78\x7e\x0f\x91\x89\x08\x09\x81\xbd\x2b\x6a\xf8\xe0\ \x7e\x24\x82\x2a\xc0\x59\x8a\xa7\xd1\x08\x69\x06\x53\x22\x0a\x5c\ \x50\xc5\x1b\x55\x1b\x83\x48\x47\x36\x60\x6f\x8f\xeb\x9b\x30\x7b\ \x35\x32\x8c\x10\xd3\x20\xc5\x10\xb4\x98\x32\x1e\xd2\xba\x18\xdc\ \x0c\xe7\x8f\x21\x23\x17\x33\x66\xa1\xd6\x08\xb4\x94\x63\xf6\x0a\ \x58\x95\x75\x3e\x0f\x27\x4f\xa1\x40\x83\x63\x27\xd0\x60\x20\xda\ \xfb\x63\xea\x78\x24\xe5\x62\xc9\x24\x64\xfa\xe3\xa7\xde\xb8\x75\ \x1c\x19\x45\x42\x2c\x51\xa1\x45\xff\x05\x73\xc6\x73\x77\xb7\xfd\ \x7e\xfa\x95\x44\x21\xa6\xc5\x62\x7d\xfc\xc3\xe3\x77\x0b\xbb\x8d\ \x9e\xd8\xc8\x3b\x7f\xce\x84\x79\xca\x36\xe3\x46\xd4\x34\xcc\x9d\ \xbd\x4e\xcd\xab\x7e\xe8\x35\x7e\xfe\xd4\x3e\x11\x7b\x96\x1c\x89\ \xcf\xdf\x3b\x67\xd2\x4d\xd4\xfc\x69\x64\x4f\x7f\x3b\x42\xa2\xb2\ \xcb\x8a\x38\x7d\x32\x3c\x47\x1f\x76\xe1\xf4\xbd\x0c\x47\x09\x00\ \xa4\x5c\x5c\x35\x77\x5f\xe2\xc8\x9f\x27\x91\xa1\x5b\x56\x1d\x8d\ \xab\x50\xc9\x7d\xcf\xc2\xb1\xc3\x7f\x5e\xc3\xfa\x97\x71\xd4\x3c\ \x3f\x73\xed\x71\xf8\xb9\xdd\x2b\x4f\xa4\x0f\x9e\xbe\xb8\x73\x0d\ \x3f\xd6\x64\xb0\x0f\xa8\x3f\x71\xd6\x9c\x56\xce\xe9\xb3\xe7\xec\ \xac\xde\x77\xe6\x84\x6e\x75\x6d\x5b\x9d\x6c\xf8\xe7\xda\x3d\x59\ \x0e\x9f\x5b\x61\x20\x08\x30\x9f\x3a\xc4\x87\x24\x78\x8b\x3e\x3d\ \x25\xcf\xa2\xaa\xb2\x7c\xdd\x9a\x66\x25\x24\x9c\xc4\xa5\x4a\x9d\ \x2a\x1d\x3b\xb7\x86\x26\xf1\xc1\xa3\x07\xea\x62\x8d\x87\xb6\xad\ \xd3\x61\xdc\x28\xc7\xdc\x47\xf7\x53\x0d\x76\xf6\x2e\xc1\x81\xbe\ \x2e\x8a\x94\x9b\x91\x9a\x3e\xa3\x86\xd6\x6c\xd8\xb5\x47\x1d\xf9\ \x83\xd0\xc7\x6f\xf2\x3b\xb8\x00\xe7\xcc\x98\x33\x00\x62\xa6\xc8\ \x88\x49\x00\x02\xc0\x03\x34\x0d\x8e\x79\xe7\x24\xa2\x5c\x9c\x7c\ \x82\x1e\x5d\x01\x40\x78\xad\x21\x12\x00\xcf\x80\xf4\xc1\xa6\x6d\ \xe8\xd7\x18\x5b\xa6\xe1\xe2\x4b\xc8\xa5\x6f\x5d\x07\x78\x0e\x90\ \x63\xe6\x0e\xfc\x36\x10\x1b\x57\xc0\x08\x40\x87\x19\x23\x21\x6f\ \x8e\x81\xf5\x5e\x7f\x45\x92\x21\x2e\x8e\xdd\xdb\xb0\x6e\x30\x0e\ \x6e\xc7\xf1\x03\x78\x2e\xa0\xb2\x1f\x72\xf3\xa0\xd6\x40\x20\x8a\ \x8e\xbd\xfb\x5c\xaf\xef\x9c\x86\xdb\x4a\x4c\xeb\x0b\xde\xf0\xce\ \x01\x76\x02\xcc\x02\x7a\x2e\xc0\xaa\x49\x60\x1e\x60\xc1\x1f\xe0\ \x65\x90\x4a\x91\xf6\x0c\x49\x32\x8c\xeb\x83\x9a\x55\xe1\xe2\x80\ \xfc\x78\xdc\x8f\xc7\xb5\xbd\x38\x1f\x81\x94\x84\x22\xf6\x24\x28\ \x28\x14\x20\x00\x99\x0a\x95\x43\xd0\x61\x3c\xca\x5b\x70\xe5\x3c\ \x22\x0d\x18\x35\x16\x55\xaa\xc3\x43\x55\x74\x06\x9f\xc0\x17\xde\ \xbf\xb4\x7f\xd1\xe2\x4d\x2f\x52\x73\x75\x9a\x7c\x96\xa0\x48\x92\ \x14\x04\xde\xce\xb3\x64\x8d\xea\xc1\xae\x64\xc6\xf5\x87\xb1\x4f\ \xce\xfe\xf1\xe7\xf5\x98\xdc\x94\x8c\x02\x75\xfa\xcd\xc3\xbf\x2d\ \x5c\x7b\x28\x59\xad\xc9\xc9\x8a\xbd\x13\xc7\xf7\x1c\x37\xa8\x52\ \xcd\x7a\xe5\x8a\x2b\x0d\x92\x12\x3f\x76\xae\x15\x7e\xf9\xe4\x99\ \xeb\x71\xe5\x5a\xb4\x72\x25\x01\x20\xf2\xf6\xa3\xc4\xd4\x84\x3d\ \xeb\x7f\x8b\xcc\xcc\x4c\x4e\x4c\x08\x68\x30\x22\xc4\x7c\xf7\xe0\ \x43\xf1\xf0\x0e\x15\xa5\x82\x20\x22\x48\xff\x3a\x6d\xda\x97\x61\ \x7e\x9d\xbf\x2c\x3c\x55\x4f\x91\x10\xc9\xdd\x4b\x06\xfa\x7a\x94\ \xae\xd5\xaf\x5b\xd5\x73\x6b\xe6\x1e\xbd\x97\x44\xda\x14\x79\x1b\ \xfe\xa9\xec\x49\xca\xe5\xe0\x3f\xbb\xa8\x43\x2a\xec\x3e\xbe\x28\ \x98\x8d\x94\x77\xc5\x91\x73\x26\x8f\x1c\xd6\x2f\xa4\x94\x23\x2c\ \x16\x8e\x65\x2c\x16\xb0\x2c\x2f\xf0\x84\x8b\x87\x2f\x52\x9f\x45\ \xa8\x99\xdc\x47\xb7\x73\x78\x97\x12\xee\x76\x9a\xdc\xcc\x74\xa3\ \x00\xc2\xc9\xd7\x8e\xbf\x17\xfa\x8c\x33\x65\x3c\x7c\xae\xf6\xf4\ \xf5\xb5\xe6\x16\xba\x0b\x7b\x13\xb1\x7d\x03\x5c\x69\x48\x8a\xc3\ \x4e\x87\xdb\xf1\x88\x7a\x00\x93\x0a\xc5\x1d\x00\x80\xe7\xdf\x9e\ \x22\x17\xff\x18\x39\x8e\xa8\x12\x08\x00\x41\xe5\xf0\xec\x3e\x0a\ \xb5\xb8\xf3\x12\x95\x2b\x82\xd1\x41\xe5\x81\xba\x4d\xe0\xcc\x21\ \x5f\x40\x90\x0b\x42\x43\xa1\x89\x45\xac\x11\x95\x3d\xa0\xd6\x00\ \x80\xc5\x02\x56\x80\x08\xf8\x7d\x16\x0a\xaa\x63\xe5\x30\x88\x00\ \x73\x2e\x22\x5e\x40\xea\x0b\x51\x3e\x9e\x15\x80\x61\x20\xa2\x40\ \xf0\x90\xe8\xb0\x68\x21\x1e\x47\xe0\xc4\x55\x54\x29\x8d\x47\xd7\ \xa1\xd3\xe0\xfe\x0b\x94\xab\x85\xb2\xfe\xb8\x7f\x1f\xba\x3c\x3c\ \x4c\x41\xdd\x2a\x08\xdd\x82\x63\x3a\x6c\x5f\x0a\x15\xe0\xec\x07\ \x79\x0e\x9e\xa6\xe3\xc9\x35\x08\xde\x70\x07\x8c\x14\x4a\x55\x46\ \x48\x30\x32\x92\x60\x01\x0a\x0a\xa0\x74\x06\x91\x8f\x88\x4c\xe8\ \x0a\x60\x32\x43\xe2\x04\x1f\x67\xb4\x18\x88\x25\xbf\xe3\xc2\x36\ \x50\xb9\x88\x88\x06\x6b\x5d\x97\x27\xc0\x5a\x90\xa7\x86\x2e\x0a\ \x09\x26\x04\x96\x82\xcc\x88\xa7\x2f\xc1\x17\xc2\xf0\x7a\x41\x49\ \xf7\x78\xdb\x8c\x4d\x77\x07\xce\x5b\xfc\x63\xd3\x40\xb3\x85\x05\ \x67\xd1\xea\x4d\x82\x00\x9e\x63\x2c\x1c\x78\xa9\x73\x31\x2f\xd7\ \x9a\xed\x47\xcc\x59\xb9\xe3\xea\xe9\x25\xea\x53\xab\x96\x9d\xd3\ \x4d\x5b\xfa\x4b\xd3\x20\x57\x86\x70\x0c\xb0\x37\xde\xba\x12\x01\ \xb0\x66\xa3\xc9\xa8\x67\x4b\x75\x18\xe0\xf9\x64\xf5\xcc\x2b\xf9\ \x1d\x9b\x55\xb5\x66\xee\xee\xe3\xec\xec\x53\x66\xc8\xe4\x59\xbf\ \x1f\xbc\xb4\xe6\xa7\xe6\x59\xa1\x3b\xa3\x1c\xea\x76\x2c\x6f\xdc\ \x72\x2a\x8e\x13\x4b\x58\x8b\x89\x74\x29\x39\x63\xe3\xde\x19\x8d\ \xd9\x69\x63\x97\xa5\x0b\x52\x73\x41\x72\x7a\x21\x67\x11\x14\xdd\ \x7f\xde\xb8\x73\x76\xf3\xbd\xb3\x26\x9d\x7b\x9a\x1d\x1b\xf9\x3c\ \x47\xcf\xda\xe6\xa7\x0d\xdf\x33\xfe\x15\x8f\x25\xa7\xca\xd5\xb4\ \xce\xae\x64\x81\x06\x1f\xf8\x27\x31\x16\x22\xa0\xa4\x53\x99\x32\ \x9f\x10\x49\x29\xb1\x9d\x42\xc6\x1a\x00\x71\x91\x26\x6f\x6f\x6f\ \x4f\x03\x04\x2d\x91\x49\x44\xbe\x95\x9a\x4d\x6c\x7f\x75\x5e\xf7\ \xce\x1c\x49\x75\x9d\xb0\xbc\x5a\x79\xa7\xfa\xbe\x7b\x46\x74\xee\ \xdc\x7e\xf0\xa2\x9f\x16\x4c\x9e\xf4\xf3\xb4\x2e\x7b\x04\x55\x85\ \x3e\x4b\x5a\x07\x5b\xa5\xb3\xdb\xe7\x90\x91\x87\x89\x03\x40\x38\ \x62\xf1\x4a\x4c\x1f\x8a\xe9\x83\xc1\xcb\x31\x66\x01\xac\x47\xa9\ \xd1\x62\xd8\x2b\x8b\xe4\xc8\xf4\x34\xf8\x94\x82\x2b\x00\xa0\x7e\ \x1f\x5c\x9f\x88\x2e\x5d\xe0\x55\x0b\x03\x42\x10\x7b\x1a\xf3\xfe\ \x80\xce\x04\xdf\xf6\x68\x5d\x1d\x66\x0a\xe3\x66\xa1\xcb\x06\x34\ \xff\x09\x95\x14\x58\x38\x15\xe1\x19\x30\xf0\x98\xb2\x0c\x54\x1e\ \x2e\x5e\x82\xbe\x2c\x06\x84\xc1\xab\x3e\x86\x79\x63\xc1\x5e\xfc\ \xb1\x13\x13\xba\x61\x66\x57\xd0\x0a\xf4\x9f\x8e\xf6\xd5\xd1\xbe\ \x1f\x60\xc4\xa8\xd1\xe8\xd7\x0d\xc5\xf5\xb8\x39\x06\x5d\xba\x20\ \xb0\x09\x5a\x96\x07\xec\x70\x7d\x32\xba\x9c\x43\x70\x17\xb4\x2a\ \x86\xa9\x27\x90\x05\x8c\x19\x00\xb2\x24\x16\x4d\xc3\x8c\x7e\x98\ \xdf\x0b\x26\x3b\x4c\x5e\x09\x99\x11\x0b\x27\x22\x26\x0b\x46\x0a\ \x93\x7e\x45\x10\x09\x55\x3c\x1e\x02\x3f\xf7\xc1\xfa\x31\xe0\xf2\ \x90\x26\x85\x77\x09\x4c\xea\x85\x75\x3f\xe3\x90\x03\x7a\xcf\x41\ \x50\x0a\x16\x9c\xc1\x8e\x9f\x60\x31\x83\xa2\xc1\x15\x60\xde\x20\ \x28\xcd\xa8\x39\x00\xf5\x6b\x40\x31\x14\xcb\xe7\xe2\xb4\x19\x51\ \x6a\xc8\x68\x00\x90\x95\x68\xdc\xa4\xd4\xf5\x65\x53\xc6\x6b\x93\ \x74\xed\x1a\x79\x54\x70\xac\xbd\x6e\xf1\xd9\xa7\x65\xaa\x39\xaa\ \x94\x04\x0f\xd2\xa9\xea\xcc\x71\x6d\x17\xad\x9a\xfc\x50\x65\x1f\ \x32\x74\x41\xdf\x06\x6d\xab\x9c\x5d\x3a\x73\xdc\xe4\xe4\x2c\x8c\ \x72\x0d\x6c\x31\x63\xdc\x4f\x3f\x4f\xee\x76\x46\x1a\x9f\x6e\xbf\ \xc8\x43\x0a\x51\x89\x36\x75\x8b\x5d\x0a\x2f\x5f\xa3\x78\xd1\xa1\ \xf7\x15\x7b\x4e\xea\x1a\x39\x7d\xea\x84\xf1\xf6\xee\x65\xa6\xcf\ \x18\x7a\xed\xcf\x8b\x35\xc7\xac\x1f\xe8\x75\x6b\xe0\xec\x8d\x8f\ \x3a\x96\xf3\xf0\x70\xca\x7e\x7a\x65\xe1\xea\xed\xf9\x85\xf9\xb5\ \x9b\x8d\xf0\x0c\x0e\x69\x1c\xb0\x6f\x44\xf7\xce\x3f\x74\xe9\x41\ \x3c\x39\x1f\xa3\xd6\x14\x6b\xd8\xa6\xac\x7d\xd6\x86\xc9\x73\xeb\ \xcd\xdf\xde\xb1\xac\x83\x6d\x8a\xda\xf0\xdd\xe2\x5f\x89\x50\xc7\ \x0a\x88\xde\xb3\x43\xb7\x6b\x2b\x05\x1e\x14\xfd\x86\x3a\x59\xb9\ \xc2\x75\xec\x94\xe2\x4d\x9b\x7f\x22\x8d\xc0\x33\x2c\x47\xd1\xa2\ \x22\xa5\x4c\xe0\x19\x96\xa3\x45\x22\xf0\x1c\xc3\xf1\x22\x91\x88\ \x00\x0a\xd5\xb9\xac\xc8\xce\xd1\x4e\x02\x00\xbc\x25\x5f\x5d\x40\ \xc9\x55\xf6\x72\x11\x6f\xd2\xe6\xe9\x38\x67\x17\xc7\xb7\xb5\xe1\ \x60\x30\xc2\x64\x01\x41\xc1\xd1\x01\x00\x2c\x7a\x30\x62\x28\xbe\ \xcd\xd9\x54\xab\x85\xbd\xbd\x55\x3f\x47\xa1\x16\x3c\x0d\x07\xe5\ \xeb\x7b\x16\x68\x19\xd8\x2b\x00\xc0\x62\x84\xc1\x0c\xb9\x03\xc4\ \x04\x00\x70\x16\x18\x8c\x60\x38\xd0\x32\xd8\xcb\xc0\xb2\xa0\x69\ \x00\x30\x6a\xc1\x49\xa1\x14\xbf\xdb\xd8\xb7\x16\x80\x02\x2d\x1c\ \xec\x5f\x5f\xe7\x51\xa0\x2b\xfa\xc9\x71\x30\x1b\x60\x62\x40\x88\ \xe0\x68\x07\x00\xe6\x42\xf0\xb2\x22\x76\x33\x1b\x60\xb0\x40\xa9\ \x2a\x3a\x8e\x03\x1c\x58\x02\xa1\x27\x71\x25\x0c\xf1\x91\x70\x6f\ \x8a\x65\xc3\x00\xc0\xac\x83\x81\x85\x9d\x0a\x34\xa0\x49\xc4\xf2\ \xb9\x78\xe9\x8a\x43\x0b\xd1\xab\x2d\x06\x6c\x42\x2d\x77\x38\x28\ \x00\x20\xfc\x0a\x4e\xdc\x46\xda\x4b\x08\x15\xb0\x61\xfa\x9b\x3c\ \x4d\xb9\x79\x5a\x52\x62\xa7\x72\x90\x91\x80\x59\xaf\x27\xc4\x12\ \x02\xa0\x45\xb4\xb5\xee\x26\xad\x5a\x6b\xe6\x64\x76\x8e\x76\x52\ \x9a\x37\xeb\x72\x35\x06\x89\xd2\xde\x5e\x21\x25\x00\xc1\xac\xcb\ \x2d\x30\x49\x94\x0e\x52\x26\xfd\xf0\xd6\x1d\x17\xc2\x93\x5b\x8d\ \x59\xdc\xbd\xba\xdb\xbb\x63\x44\x9d\x9b\xcf\x91\x12\x07\x7b\x39\ \xcf\x70\x52\x99\x04\x00\x63\x32\x0a\x94\x88\x24\x08\x02\x6c\x41\ \x7e\x01\x47\x4a\x5c\x9c\x1d\x08\x00\xbc\x45\xad\x2e\xa0\xe5\x76\ \x84\x59\x67\x64\x09\x07\x17\x67\x09\x21\x98\x0c\x46\x5a\x2a\xa3\ \x6d\x3a\xbc\x0d\x7f\x0b\x0a\xb5\xda\xd8\x98\x97\x3e\xc5\x8a\x71\ \xdc\x87\x11\xc1\x2d\x16\x4b\x56\x66\xe6\x27\x23\xd4\xfd\x8b\xf1\ \x3d\x2d\x2c\x1b\x7f\xfc\xa8\xf6\xd4\x11\x21\x3b\x53\x20\x08\x42\ \x00\xe1\x1f\xe8\xd4\xa5\x47\xc0\x0f\xcd\xa8\xff\x70\x3b\x33\x32\ \xa0\x37\xbc\x75\x1d\xe7\x79\x80\x80\x75\x96\x09\xfc\x6b\x03\x22\ \x01\x12\x45\xa6\x4f\x82\x00\x81\xb7\x66\x50\x82\x00\x41\x40\x10\ \x20\x08\x45\x7f\x03\xaf\xad\x81\x42\x91\x39\xd7\x9a\x0f\x41\x16\ \x95\x62\xed\xb4\xb7\x96\x5e\x01\x3c\x40\x12\x9f\x29\x1a\x20\xc9\ \xf7\x72\xb0\x96\x85\xf7\x7f\xbe\xc9\xfc\x83\x26\x7c\x50\xd6\x9b\ \x9f\x02\x87\xf0\x3b\x78\x91\x0a\xb9\x2b\x1a\xff\x00\x25\xde\x29\ \x5a\x80\x00\x98\xb2\x70\xf2\x26\xaa\x37\x45\xa0\x3d\x9e\x3e\x81\ \x7f\x45\x38\x8a\x8b\xca\x8a\x7d\x8c\x47\xaf\x20\xb2\x47\xa3\xa6\ \x28\xe5\x01\x47\xa7\x7f\xdb\xbb\x60\x75\x19\x97\x4e\x5d\x93\x96\ \xa9\xdf\xa8\xa2\x8f\x6d\x06\xda\xf0\x5f\xcd\x9e\x51\x2f\x9e\x79\ \x78\x7a\xbe\xcb\x9e\xd6\x19\x6a\x61\x98\x7c\xb5\x3a\xa8\x74\xa9\ \x7f\x1b\x7b\x5a\x91\x97\x91\x5e\x98\x98\x00\x8b\x85\x94\xc9\x54\ \x25\x4a\xd9\x3b\xfd\xe5\x79\x29\xf0\x02\xf1\x17\xe5\x8b\xcd\x9b\ \x11\xf1\x1c\x94\x00\xf3\x3b\xab\x53\x14\x05\x9e\x87\x20\x80\x12\ \x43\x04\x98\xfe\x9a\x1b\x22\x48\x1a\x60\xc1\x09\x9f\x5e\xe7\x79\ \x93\xf9\xa7\xa5\x77\x12\x34\x05\x08\x60\x59\x08\x00\x08\xd0\x34\ \x88\x37\x3f\x01\x92\x02\x21\x80\xe3\x01\x02\xa2\xd7\x92\x3a\xcf\ \x81\xe3\x41\x52\xa0\xc8\xa2\xbf\x01\xd0\x22\x10\x80\xc0\x83\xe5\ \x3e\xcc\x87\xa4\xa0\x50\x42\x4c\x81\xb1\x40\x6f\x00\x08\x90\xef\ \x24\x04\x40\x50\xb0\x53\x80\x31\x83\xe5\x21\x16\xc3\x64\x00\x27\ \x80\x20\x41\x91\x20\x69\x48\xc5\x20\x49\x58\x4c\x68\xd1\x12\xcd\ \x5b\xfc\x9f\xc6\x99\xc9\x04\x89\xf4\xff\xef\xc6\x5c\xc1\x64\xb6\ \x88\x25\x92\xff\xc8\xd6\x28\x81\x05\x41\xff\xc5\x31\xfc\xef\xdc\ \xa6\x65\xd2\x64\x65\x9b\x25\xbe\xee\xaa\x2f\x3f\xa6\xcb\x4d\x29\ \x80\xb3\xb7\x2d\x12\xeb\xbf\x09\xda\x82\x82\xe7\xe1\x61\xee\x1e\ \x5e\x1c\xcf\x09\x02\x0f\x5e\xe0\xc1\x43\x80\x20\xf0\x2c\xc7\x99\ \x0c\x86\xe0\xe0\xa0\x8f\xc5\xd2\xff\xd3\x3e\x77\x67\x4f\x2f\x67\ \xcf\x6f\x0d\x42\xce\xea\xd4\x49\xa9\x39\x94\x5c\x41\xb0\x46\x83\ \x99\x70\xa6\x73\x36\x6c\xbf\xde\xed\xe7\x9f\xff\xaa\x69\x6b\xd8\ \x30\x3e\xfc\xf4\x92\x70\x65\xb3\xbe\x0d\xab\xbd\x55\x89\x79\x0d\ \x48\x15\x40\x26\x5c\x5e\x71\xc9\x50\x63\x68\xbb\x7a\x7f\x4d\x86\ \x7a\x75\x78\xf9\x45\xdd\xb4\x51\xfd\x3f\x75\xf3\x6d\xe6\x9f\x4b\ \xae\xc9\x01\xa5\x82\xdd\x6b\xbb\x81\x31\x1f\xac\x1d\xec\x3e\xd5\ \xb5\x59\x99\x00\x09\xb9\x02\x12\x45\x91\x05\x38\x4f\x0d\xe7\xd7\ \x1f\x1d\x73\x01\xf2\x8d\x10\xd9\xc3\x59\x0e\x00\x16\x2d\x4c\x12\ \xd8\x4b\x8a\x4c\x0a\xd9\x1a\x38\xba\xbd\xd6\xbb\x2d\xc8\xd1\xc2\ \xd5\xe5\x53\x9f\xb4\x6c\x38\xb9\xbd\x65\x37\x8e\x7d\x6b\x5c\x79\ \xb7\x2c\x4d\x06\xd4\x2c\x02\x8a\x81\x00\x8c\x1a\xa4\x64\xc3\xd1\ \x0b\xae\xaf\x2d\x18\x69\xf1\x20\x1c\xe0\xe5\x0c\x00\xa6\x02\xa4\ \x66\x82\xe1\xe1\x13\x88\xe8\x63\x38\xaa\xc3\xa2\xc1\x5f\xfd\x94\ \xe3\xd7\xa5\x68\x30\x12\xd5\xff\x03\x21\xea\x1f\x1f\x5d\x7e\x2c\ \xa3\xcc\xbc\x51\x6d\x3e\x7d\x9b\x33\xab\xd5\x46\x3b\x17\x95\xe8\ \xaf\x13\xbc\xfa\xf1\xee\x5f\xaf\xc8\x07\x37\x62\xf6\xdc\xa2\x67\ \x4d\xe8\xf4\x60\xff\xd2\x65\xc7\xa2\xea\x34\x69\xc1\x67\x25\x36\ \x1d\x3e\xa9\xa2\xcb\x47\x86\x21\x3e\x67\xcb\xc2\x5f\x3d\xdb\x4d\ \x69\x5b\xc9\xf9\x5b\xcb\x30\x6b\x62\x53\xd5\x2e\x3e\x01\x2a\x09\ \x01\x40\x9f\x93\x92\x96\xa7\xe3\x28\x85\xaf\x9f\xaf\x42\x0c\x08\ \xb9\x1b\xe7\x4e\x73\xea\xb1\xa4\x8f\x3c\x2b\x21\xdb\xe4\xed\xe7\ \x27\xa3\xc1\x18\x0b\xd2\x52\x33\x39\x89\xca\xdf\xd7\xbd\x48\xb1\ \x33\xbc\xfa\xe5\xe7\x65\xb5\xa6\x6e\xf0\x76\x81\x49\x9b\xc7\x48\ \x54\x76\x12\x32\x2f\x25\x2e\x47\xc7\x52\x12\x99\x4c\x2c\x76\xf2\ \xf0\x90\xd3\x1f\xb6\x9f\xb7\x14\xe6\xeb\x78\x27\x27\x87\xf7\x6f\ \x70\x1a\x75\xa1\x9d\x93\x8a\x02\x00\x4b\x4a\x5c\x32\xed\xe4\xe3\ \xe9\x28\x7d\x5f\xd3\xd4\xa9\x0d\x94\x93\x4a\xf6\x66\x7d\x23\x2f\ \xbb\xd0\xde\xd5\xe9\xfd\x1e\x36\xe5\xa8\x8d\x2a\x27\x47\x11\x60\ \x29\xc8\x4c\xce\xb3\x78\xfb\xfb\xca\xfe\x7b\xb6\xfe\x0a\x82\xe0\ \xee\xe1\x55\xbc\x54\x29\x40\xe0\x39\x4e\xe0\x79\x5e\xe0\x05\x8e\ \xe3\x05\x9e\xe3\xb8\xa8\x97\x2f\x85\x4f\x49\x4f\x7f\x5f\xfb\xb4\ \xf1\x8f\xfe\x58\xb1\xa8\x47\x8b\x90\xb6\xfd\xc7\xaf\x59\xfb\xc7\ \xc9\x0b\x27\xc2\xb3\x78\x3f\x87\x7f\x41\x88\x21\x5d\x4a\x36\xab\ \x50\xcc\xff\x9d\x31\xfc\x74\x48\xd7\x9f\xae\x67\x90\x00\x1c\x02\ \x1b\x56\x2c\x5e\xe2\xaf\x76\xdd\x95\x33\x97\x9f\xe7\x2a\x3e\x3d\ \x19\xb3\x9e\x0c\xee\xfa\xd3\xad\xec\xcf\x74\x14\x83\x83\x6b\x30\ \x7c\x38\x5a\xfe\x80\xdd\x8f\x01\xe0\xf0\x32\x74\xe8\x86\x66\xcd\ \x70\xea\x25\x00\x3c\xb9\x88\xce\x35\x31\x75\x3b\x00\xe4\x86\x61\ \xd6\x0c\xcc\x99\x8a\x4a\xc5\x31\xe3\x04\x0a\xe2\x30\xac\x1b\x7a\ \x75\x44\xef\x59\xb0\x00\x69\xf7\xd0\xa2\x11\x66\xcf\xc3\xca\x7d\ \x30\x01\x97\x37\xa2\x4b\x77\x34\x6d\x8c\x7d\xe1\x00\x70\x70\x1d\ \xa6\x4d\x46\xd3\x36\x78\xa8\x86\x31\x01\x53\x47\x60\xe4\x00\xb4\ \x1d\x8e\xec\x77\xf6\x65\x3e\xbf\x80\x89\x23\x31\x76\x32\xae\x5b\ \x0f\x75\xd6\x63\x4e\x67\x94\xef\x04\x23\x90\x15\x86\x7e\xed\xd0\ \xa3\x23\x06\x2f\x87\x00\x44\x1c\x45\xff\x21\xe8\xd7\x05\xcb\xcf\ \x02\x16\xac\x99\x87\x19\x33\xd0\xed\x47\x3c\xc8\x06\x80\x3d\xf3\ \x30\x64\x04\x3a\x77\xc7\xd5\x74\x80\xc3\xf2\x31\xf8\x69\x21\xd6\ \xae\x43\x7c\x2e\xee\xdd\x05\x21\xfb\x06\xc1\x53\x8e\x86\xad\xe0\ \xe7\xf8\x9f\x18\x47\x96\x87\x57\x6e\x18\x25\xc5\x3e\x67\x20\xca\ \xb8\xbc\x69\xc8\xf4\xed\xcc\xbf\x24\x1b\x3f\xbb\x74\x39\xd6\x62\ \x57\xac\x44\xb5\x26\x0d\xab\xaa\xc3\xf7\x2c\xde\x9f\x3e\x6d\xf9\ \xaa\x51\x3d\x1b\xd7\x6f\xdc\xc8\xdb\xee\x53\x36\xf5\xbc\x84\xab\ \x77\x62\xa5\x2e\xdf\xda\x4e\x63\xc6\x93\xa9\xc3\xfa\x8f\x18\xd6\ \xb7\xd7\x98\x55\xb9\x16\x40\x17\x3d\xad\x67\x87\x99\x2b\xd6\xae\ \xdd\x7a\x38\x41\xc3\x03\x88\x3e\xb9\xf9\x8e\xa9\x42\x7d\xa7\x97\ \x63\x07\xf4\x1b\x39\xa4\xc7\x90\x05\xfb\xf4\x40\x46\xf8\xb5\x8d\ \x2b\x97\x8d\xee\xd5\x69\xc6\x1e\xab\xc7\x9e\x70\x7d\xeb\xca\x64\ \x8f\x26\xcd\xbd\xf3\xcf\x6d\x9f\xd9\xa0\x7a\xbb\xf3\xb1\x85\x00\ \x1b\x7a\x70\xfd\xca\xb5\x6b\xa7\x0f\x69\x57\xad\xf1\xf0\xa8\x4f\ \x1d\xe7\x77\x77\xeb\x94\xc9\x1b\xee\xbe\xdb\x31\xe9\x91\xb7\xe7\ \x0d\x6c\xd5\x7c\xc8\x16\x23\x00\x73\xf6\xd6\xe9\xc3\x86\x0d\x1b\ \xd1\xb9\xfb\x88\xbb\xe9\x6f\xb6\x0c\xeb\x9f\x5c\xde\xd7\xa3\x69\ \xf5\xf1\x7f\x46\xbc\x9e\x0f\x39\x1b\x47\x34\xaf\xd4\x61\x41\xce\ \xbb\x0e\x11\x86\xa4\x85\xdd\xeb\x37\x1a\xb0\x58\x0b\xe4\x44\x9e\ \x1a\x3e\x70\xc8\xa8\x7e\x5d\x47\x2c\x3e\x6e\xc6\x7f\x13\x78\x9e\ \x2b\x52\x26\x29\x9a\x12\x89\x44\x22\x11\x49\x10\x2c\xcb\xb2\xec\ \x67\x7d\x3f\xfe\x3e\xf6\x74\xaa\xd0\x6c\xe1\xef\x6b\x9a\x56\x28\ \x3f\x66\xf1\xee\x4d\xbf\x2d\x2a\x27\x24\x85\x85\x9e\xe9\xd7\xa9\ \xf7\x96\x0b\xd1\x00\xd2\x1f\x1d\x9f\x38\xb8\x47\xf7\x9e\xc3\x8f\ \x3d\xcd\x7a\xad\x9e\xa5\x6e\x5b\x30\xbe\x47\xcf\xee\x33\x36\x5d\ \x8c\x7b\xb8\x7f\xd2\xec\x6d\x06\x36\x7b\xcd\xb4\x9f\x2f\x3e\x8a\ \x38\x75\xf4\x2a\x27\xc1\xd1\x5f\xc7\x75\xef\xd9\x6b\xd1\xce\x9b\ \x39\xea\xf8\x87\xf7\x43\x57\xfe\x3c\xf6\x5c\x64\xf4\xa1\x7d\xe7\ \xe0\xed\xf6\x60\xc7\x82\xce\x9d\xba\xb5\xef\x39\xf2\x6c\x64\x01\ \x20\x3c\xbb\xf0\xc7\x98\x81\xdd\xdb\xb7\xe9\xba\xed\x5e\x5a\x11\ \x95\x3f\x3f\x33\xaa\x4f\x97\xee\x9d\x3b\xff\xb2\xe7\x0e\x07\x24\ \xbd\x0c\x7b\x7a\x6e\x6b\xa7\x9e\x23\xcf\x45\xaa\x01\xfe\xf1\xb1\ \xf5\xfd\xba\x75\xed\x3a\x64\x56\x44\x3e\x67\xcc\x79\x19\x7a\x3f\ \xf4\xd7\xc9\xa3\x2f\x25\x9a\x13\xaf\x6f\x1f\xd8\xa3\x6b\xa7\xfe\ \x93\x6f\x25\x1a\xdf\x98\x46\x6a\x77\xc6\xfe\x23\xe8\x53\x1a\x57\ \x9e\x21\xe5\x12\x7e\xbb\x83\x3f\x8e\x62\x64\x55\x5c\xbe\x05\x4b\ \x0e\x6e\x5e\x44\x06\x83\xa0\x32\x00\xe0\x52\x19\x5b\xb6\xa1\x5f\ \x1d\x34\x1c\x8c\xd9\x2d\xb1\x62\x1a\x3c\x7a\xe0\xf4\x9f\xc8\xbd\ \x87\x74\x0e\x37\x8e\xa2\xca\x04\x6c\xf9\x0d\x8b\x06\x21\xeb\x06\ \x16\x9d\xc2\xb2\x7d\x98\xd6\x00\xa7\xae\x00\x40\xfd\x8e\x18\xda\ \x1d\x5e\x32\x18\x18\x50\xce\x18\xb7\x1c\x87\xb6\xc3\x10\x8e\x58\ \x6d\x51\x45\xa2\xce\x62\xe2\x2a\x94\x6d\x83\x9d\x3b\xd1\x28\x08\ \x60\xb0\x7a\x2e\x4e\x3f\x47\x8d\xa6\x90\x71\x58\x38\x07\x15\xc6\ \xe3\xd8\x1a\x24\xdf\x47\x78\x38\xe6\x6e\xc2\xe8\x4d\xd8\x3c\x04\ \x57\x8f\x02\x24\x7a\x4c\xc2\xa1\x43\x08\xd6\x20\x3c\x09\xd1\xa7\ \xb0\xe3\x25\x76\x1e\x43\x8f\x62\x38\x15\x0a\xdd\x0b\x3c\xd2\x63\ \xf7\x6e\xfc\xb6\x11\x15\x55\x78\x9e\x88\x1a\xd5\xc0\x1b\xb1\x63\ \x09\xba\x75\x45\x8f\x51\xc8\x00\xb2\xc3\x30\xae\x3f\xba\xf7\xc2\ \xf1\x47\x45\x95\x89\xbb\x83\x0b\x51\x90\x19\xb1\x70\x38\xba\x75\ \xc3\x4f\xcb\x51\x28\x00\x0c\x8e\x6f\x40\xef\xce\x68\xdb\x17\x4f\ \x32\x00\x20\xfd\xe1\xee\x99\x4b\xf6\x00\x38\xbf\x7e\xea\x8a\x53\ \x91\x80\x76\xf5\x8c\x69\x57\xd2\x4c\x89\xd7\x77\x8d\x1d\xd0\xa3\ \x63\x9b\x2e\x3b\xae\x25\xbe\xba\xba\xb5\x5f\xd7\x1e\x7d\xc7\x2f\ \x7e\x69\x8d\xa0\x60\x4a\x8e\x48\xa5\x6b\x36\xa9\x68\xc9\x0a\x5b\ \x39\x6d\x64\xe7\x4e\xed\x07\x2f\x39\x5e\x98\x9f\xba\x69\xd6\xd0\ \x1e\x3d\x7b\x6d\xba\x14\x1e\x99\x18\xf7\x28\xf4\xc8\x90\x69\xab\ \x62\xb4\x00\x60\xc9\x8d\x98\x3b\xac\x47\xe7\xce\x5d\xc7\x4c\x99\ \x33\x79\x78\xcf\xb6\x3d\xc7\xde\x4c\x34\x02\x96\xcb\xdb\x17\xf6\ \xe8\xda\xb5\xdf\xa4\xd5\x89\x26\x80\x2f\x38\xf3\xfb\x82\x01\x3d\ \xbb\x8c\xdf\xfa\xb4\x55\x9b\xc0\x13\x3b\xf7\x67\xd9\x39\x25\x5e\ \xbd\xf2\x2c\xf1\xc5\xf6\x1d\x17\x1e\xdd\xb8\x78\x2d\xce\xe4\x22\ \xb1\x5c\xd9\xb1\xf8\xc7\xee\x3d\x07\x4e\x5e\x93\xc6\x23\xff\xe5\ \xc5\x19\xa3\x07\x74\xf8\x71\x4c\xa6\x5b\xc5\xaa\x3e\xd6\x49\x64\ \xbe\xb2\x6b\x51\xaf\xae\x5d\x7a\x8f\x5b\x99\x60\x14\xd8\x84\x6b\ \x93\x06\xf5\xe8\xd6\xb9\xdd\xb4\xf5\x67\xcd\x45\x52\x8b\x7e\xe7\ \xc2\xd9\xb9\x15\xc6\x9d\x3a\xbd\x5a\x11\x77\x29\x22\x1f\xc9\xb7\ \x0e\x24\xf8\x0d\x38\xf8\xfb\x6f\xbf\x2d\x9d\x50\xce\x8d\x84\xee\ \xc5\xba\xbd\xcf\xfb\x8d\x6a\xfe\xe7\xfc\x45\xce\x3f\xae\x39\xb5\ \x65\x7a\xd6\xfd\xb3\xaf\x0c\xf0\x0a\xaa\x39\x64\xcc\xf0\x06\x65\ \xbd\x39\xc6\x08\xc0\x9c\x78\x65\xf3\x55\xc3\x98\x09\x5d\xf2\xc3\ \xee\xdc\xb8\xfe\xc4\xe2\x5a\xba\xac\x8f\x0a\x10\xb5\x9e\xb8\x7a\ \xcb\xfa\xc9\xa5\xfc\xca\x2f\xd8\xbc\xa6\xb2\x8a\x06\x00\x5e\x7f\ \x69\xe7\xb2\x01\x3d\xbb\xb4\xee\x3c\xec\x76\xae\x21\xea\x7e\xe4\ \xbd\x73\x1b\xc7\x2c\x3d\x5d\x64\xd6\x12\x34\xb7\xaf\xdf\x7a\xf2\ \x32\xd7\xaf\x66\x25\x25\x70\xff\xcf\x5f\x0e\xa6\x96\xde\x7d\xea\ \x64\x2b\xf7\xcc\x5b\x8f\x1f\x6c\x9d\x37\xfa\xf7\xd0\x1c\x68\xa2\ \xaf\xde\xba\x95\x50\xa0\x08\xa9\x11\x60\x4d\xb2\x6b\xe1\xb4\x5d\ \x37\xd5\x55\x9b\x84\x78\xd2\xa9\x0b\x26\x8c\x3c\x19\xcf\x82\xcf\ \x58\x3f\xe3\xe7\xd3\x71\xa6\x2a\x55\x1a\x39\xf3\x69\xcb\xa6\xaf\ \x2a\x39\x68\xc3\xe9\x1d\xa3\x52\x6f\x9c\x4c\xfb\xaf\x72\x39\xa3\ \x28\xca\x6c\x36\x6d\xd9\xb2\x79\xce\xec\xd9\x0b\x17\x2e\x9c\x35\ \x6b\xce\x8e\x5d\xbb\x59\x96\x25\x3f\x6f\x96\xf9\x5b\x65\x6b\x26\ \xf9\xe9\xb3\x3c\xfb\xe0\xd2\x8e\x80\xf1\x7a\xa8\xa6\xdf\x92\x3f\ \x66\x75\x0f\xdc\xb3\x63\xf7\xab\x84\x87\xf3\x7f\x3d\x5c\x6b\xf0\ \xcf\x55\x10\xb1\xe7\xdc\x53\x2b\xbf\xed\x9c\x3f\xf3\xa9\xb4\xce\ \x4f\xdd\x2b\x5d\xda\xfd\x87\xde\x37\x84\x8e\xde\xdf\xbd\xf3\xa8\ \x04\x97\xda\xe5\x15\x31\x67\xef\x27\xe7\xbe\xd8\xb5\xfc\xb4\x66\ \xf6\xe6\xed\x3f\x75\xaa\x11\x7b\xf3\x4a\xc9\x2e\x33\x76\x6f\x5c\ \xdc\x48\x12\x71\xf2\x66\xbc\x03\xf7\x6a\xf3\xbe\x9b\xed\x66\x2f\ \xef\x1f\x94\xbb\x6b\xf7\xa9\xe8\xdb\x5b\xa6\xae\xbd\xdb\x66\xcc\ \x94\x12\x52\x8d\x5a\x5b\xf4\x51\xbd\xb8\x7b\x47\x4e\xe9\xbe\x2b\ \xe6\xf6\xba\xbe\x7d\xc5\xf5\xd8\xb8\xa8\x2c\xd7\x99\x5b\x7f\xef\ \x13\x94\xbf\xf9\xe8\x95\x84\xbb\xbb\x7e\xfe\xfd\xe1\x80\x39\xcb\ \x9a\x89\x1f\xaf\xdb\xf9\x24\xf6\xe9\x83\x32\x5d\x67\xef\xde\xb8\ \xb4\x42\xd6\xde\x61\x8b\xce\x77\x9b\xba\xa4\x9b\x6f\xc2\xfa\x4d\ \xc7\xde\x58\x3e\x7c\x7c\x10\x73\x01\x27\xd2\x31\xa6\x05\xf6\xed\ \x43\x93\x51\xf0\xb2\x83\x99\x85\x5c\x0c\xb1\x33\x46\x4d\x44\x80\ \x3f\x82\xcb\xbe\x96\x8c\x6e\x62\xfe\x19\x4c\x99\x06\xf6\x29\x1e\ \xf0\x18\xdd\x09\x22\x3d\x44\x76\x90\x01\x79\x16\xbc\x3c\x81\xcd\ \x27\x00\xe0\xc2\x41\x54\xeb\x85\x20\x15\x74\x0c\x1c\x55\x00\x90\ \xfc\x00\x93\x27\xc0\xbb\x2d\x1a\xb8\x43\x6c\x0f\x4f\x07\xac\x5b\ \x00\xcf\x66\xa8\x60\x55\xde\x4d\x58\xbb\x06\x82\x2b\x6e\xef\xc0\ \xac\xdf\x01\xe0\xd0\x12\xe4\x06\xa0\x7f\x57\xd4\xa9\x84\x9c\x6b\ \x88\x53\xe1\xa7\x46\x30\x9b\x60\x67\x87\x7b\xe7\xe1\x54\x1f\x4d\ \x7c\x60\x32\x40\xe9\x0c\xd0\xf0\xf7\xc6\x85\x35\x48\x0a\x40\xab\ \xf2\x38\xbc\x1f\x6d\x86\xc1\x55\x0e\x93\x00\x17\x47\x18\xb2\x21\ \x18\x30\x67\x3e\x5e\x69\xa1\x4b\x44\x86\x18\x95\x02\xf0\xdb\x44\ \xdc\x12\x30\x7b\x28\x72\xd3\x60\x4e\xc0\x8c\x5f\x50\x6f\x08\xaa\ \x88\xb1\xff\xe4\x6b\xe5\xfa\x0a\x32\xf5\x88\xbb\x89\xbb\x2c\x96\ \x2f\x47\xd6\x19\x9c\x79\x89\x63\x8b\xb1\xe7\x15\x26\x4d\x02\x99\ \x01\xad\xd8\xaa\xc5\xa6\x3e\x89\x88\x2d\x34\x27\x6e\x59\xb0\x2c\ \xac\x80\xd1\x3c\x3e\x7c\x21\x8e\x17\x1e\x6f\x1d\xf9\xeb\xd5\xa6\ \xc3\xa7\x96\xa4\x0a\xd2\x35\x71\xcb\x16\xfe\x51\x61\xe4\xaf\x9b\ \xe6\x0c\xf6\x93\x59\xa5\x9c\xfb\xa9\x94\x7f\x75\xd5\xab\x9f\x87\ \x4f\x2e\x2c\xd7\xb1\x4f\x3d\x6f\x4d\x41\xce\xc3\x33\x5b\x77\x3c\ \x77\x59\xb1\x75\x6b\xff\xda\x4e\x0f\x1e\x26\x0e\x9b\xb9\x69\xf3\ \xac\x11\xc5\xed\x00\x20\xea\xca\x8e\x50\x43\xa5\x45\x33\xba\x3f\ \x39\x75\xa5\xca\x90\x79\xed\x5c\x62\x37\x9f\xbb\xff\xec\xf0\x92\ \xc5\xe7\x34\x53\x97\x2c\xf1\x4f\x39\xb5\xf3\x64\xf4\xd5\x0d\x53\ \x36\xdc\x97\x8d\x9b\xf8\x63\xc9\x32\x55\x2a\xc9\x35\x17\xae\x3c\ \x52\xd2\xda\xab\x91\x86\x91\xcb\x37\x2e\x9b\xdc\x21\xf6\xde\xe9\ \x6c\x23\xc2\x4e\xac\xde\xfe\x90\x9a\x30\xb9\x67\xe6\xed\x13\x27\ \x4f\x1d\x1c\x37\x71\xad\x4f\x8b\x91\xbd\x6a\x07\xf8\x95\xac\x6e\ \xb5\x85\x3c\x3b\xb8\x68\xd1\xa1\xdc\x89\x8b\x97\x04\x66\x9e\xdd\ \x79\x33\xfa\xde\xb1\xfd\x31\xce\xad\x97\x2f\x1c\xf4\xf0\xc0\x86\ \xeb\x39\x00\x60\x4e\xba\x76\x2e\x41\x35\x76\x4c\x43\xa9\x59\x4f\ \x4a\x9d\x1c\xa4\xc8\xc9\x64\xf8\x8c\x2b\xd3\x57\xfc\x99\x6e\x02\ \x20\x5c\xfa\x7d\x9d\xa9\xfa\xc0\xba\xa6\xbb\x77\xcd\xd5\x27\x75\ \x28\xcd\x59\x2c\x62\xb9\x52\x2e\x03\x91\x1f\xb3\x71\xc6\xc4\xfd\ \x29\x7e\xa3\x7b\xd4\x05\x98\x7d\xbf\x6d\xf3\x68\x33\xaa\xa6\x13\ \xe5\x5a\xab\xe3\xa0\x1e\xcd\x02\x2b\x06\x7b\x15\xd9\xbe\x0a\xb7\ \x4c\x18\x9f\x57\xa1\xff\x90\x46\xfe\x04\x00\x98\xcf\xae\x18\xb7\ \xfa\x3a\x3b\x62\x52\x4f\x52\x93\x27\xe4\x47\x3c\xd0\xb8\x2c\xde\ \xfe\xc7\x92\xb1\xcd\x8a\xdc\x43\x08\x87\xae\xa3\x46\xd4\xad\xe4\ \x5f\xab\x62\x09\x40\x7d\xf0\x54\x4c\xc7\x71\xe3\x9d\x65\x16\x0b\ \x21\x76\x50\x38\x94\xa8\x54\xbb\x9c\x87\x04\xaa\x4a\x93\x46\x76\ \x2f\x15\x50\xbe\xaa\xaf\x13\xc0\x5d\x5a\x3f\xff\xb1\xa8\xee\xf0\ \x81\x4d\xaa\x97\x0a\x24\x08\x59\xf9\x1a\x75\xcb\xb8\x5b\x8e\x2f\ \x5f\x10\x1b\xd8\x7d\x44\xab\x9a\xe5\xea\x54\x53\x3f\x38\xf2\x5c\ \x16\x32\xb2\x95\x2f\xad\xd3\x4b\xec\x5c\x15\xff\x55\x41\xbb\x38\ \x8e\x13\x8b\x25\xb5\x6a\xd5\x8a\x8b\x8b\xbb\x7b\xf7\x6e\x72\x72\ \x72\x48\x48\x4d\x99\x4c\xc6\x7f\xc1\xb7\xfd\xef\xac\x5f\x4a\xd4\ \x5d\xa3\x6b\xa9\x60\x17\xa0\x30\x2c\x42\xeb\xd0\xba\x69\x69\x37\ \x37\x67\x1f\x67\xc7\x57\x77\xf7\x5d\x8d\xc9\xbc\xb0\x73\x73\x46\ \xc9\x1e\x73\x06\xd6\x03\xc0\xa7\x85\x9f\xbc\x70\x37\x25\xfc\xdc\ \x8e\x4b\xd9\x23\x66\xcf\xac\xe0\xee\x5f\xa3\x84\xe1\xf4\x53\xc9\ \xd4\x89\xed\x74\x4f\xef\x88\x7c\x43\x1a\xd5\xed\xd4\xb2\x84\x66\ \xfe\xcc\xf5\x1a\x31\xf9\xfc\x71\x66\xf0\x0f\x3f\x38\x28\x14\xe9\ \x61\x91\x74\x50\x03\xb7\x8c\x27\xd9\xca\x8a\xed\x2b\xf9\xb9\xb9\ \xbb\xaa\x64\x96\x63\xfb\xae\x36\x9f\xb3\xbe\x79\x05\x99\x5e\x5c\ \x2c\x24\xd8\x0f\x00\x84\x94\xbb\xf1\xba\x66\x6d\x7e\xf0\x29\x19\ \xe0\xa8\x54\x6a\x52\xee\x67\xc8\x4a\xb7\x2c\xe7\xeb\xe4\xe2\x16\ \xa0\x30\x9f\x3b\x73\xb9\xe6\x8f\x93\x1a\x96\x0d\xf0\x74\x72\x90\ \x4a\xf4\x4f\x1e\x67\x95\x6d\xda\xc4\x5e\xa1\xb8\x74\xf4\x62\xc9\ \xce\x63\x5b\x54\x2e\xee\xe9\xe6\x20\x12\xbd\xb6\x01\x09\x38\xb9\ \x1a\x53\x76\x62\xc2\x3a\x54\x75\x40\x64\x2e\x42\xca\x00\x0c\xee\ \x45\xa1\x72\x08\x40\x22\xf3\x39\x0a\xed\x50\xce\xba\x81\xc0\x88\ \xe5\xab\xd1\x7a\x1c\x4a\x2b\xf0\x32\x0c\x8e\xc5\xe1\x0a\x3c\xbc\ \x04\x51\x09\xb8\x51\x18\xf9\x2b\xb6\x4c\xc1\xde\x15\x08\xcd\x44\ \x74\x06\x2a\x35\x00\x80\x5b\xd1\xa8\x55\x05\x00\x6a\xf4\xc0\xe1\ \xf5\x08\x3b\x05\x23\x60\x4e\xc5\xc4\x3e\x78\xe5\x85\x35\xd3\xa1\ \x24\x00\x40\xff\x0c\x49\x72\xec\xd8\x85\x95\x53\x11\x7e\x11\xe7\ \x0e\x61\xed\x2d\xb4\xa8\x86\xb0\xa7\x90\x3b\x20\xec\x09\x5c\xab\ \x81\x06\x1e\xdf\x85\x83\x1f\x4c\x49\x28\x59\x0d\x00\xce\x3f\x40\ \xf9\x06\x80\x09\xab\x27\xe2\x8f\x38\xac\x59\x01\x6f\x23\x22\x0a\ \x50\xb9\x26\xa0\xc3\xc3\x4c\xd4\x09\x82\xdb\x0f\xf8\x73\x37\x7c\ \xa2\xb0\x72\x0f\x32\x12\x60\x57\x1c\x74\x2c\xae\xe4\xe1\xd7\x69\ \x70\x50\x23\xb0\x3e\xd2\x2f\xe3\x6e\x3c\xce\xee\x44\xa6\x2f\x66\ \x8c\x2d\x32\x14\x47\x44\xa1\x4a\x08\x5e\x3d\x40\xc5\x86\xf0\xf3\ \x83\x9b\x1b\x2c\x2f\x71\xf8\x19\x16\xfd\x8a\x52\x32\x48\x8b\xa1\ \xaa\x33\x00\xc8\x9d\x7c\x54\x72\xee\xdc\xe1\x7d\x46\xdf\x26\x25\ \xb9\x17\x1b\xb6\x5e\x6e\xd1\xab\x55\xd8\xf9\x1b\xcd\x27\xac\x6c\ \x5b\x53\x9c\x09\xd7\xc6\x4d\xea\xf4\xee\x5a\xe7\xd2\xca\x69\xa7\ \x63\x39\x6b\xf4\x93\xf8\x7b\x8f\xe5\xc1\x0d\xf4\xe7\xb7\x27\x14\ \xeb\x3b\xa7\x77\x53\x63\x4e\x6e\x50\xb9\x5a\x21\xad\xda\xd7\x96\ \x84\xcd\x5e\x71\x48\x5d\xa0\x49\x56\xcb\x6b\xd4\x2f\xaf\x94\x4b\ \x29\x02\x00\x22\x42\x13\x83\x9b\x76\x0a\xf2\x74\xf2\x29\x57\xa1\ \x56\xd5\x52\xee\xee\xde\xbe\x74\xda\xe1\x73\xe1\x9d\xc7\x4e\xa9\ \x5c\xbc\xb8\x9b\x93\x23\x9b\xf7\xe8\xe0\x4d\xdd\xbc\x4d\x93\x82\ \x48\x2d\xe7\x59\x5a\x56\x90\x91\x6f\x57\x36\x98\xca\x8c\xd2\x2a\ \xeb\x94\x2f\xa5\x94\x14\xc6\x25\x58\x2a\x07\xf9\x5c\x3f\xb8\x2f\ \x39\x39\x62\xcb\xf6\x0b\x2d\xc6\x4f\x53\x84\x5f\x92\x37\x1d\x37\ \xa2\x4d\xf5\xd4\x64\x73\xe9\xda\x95\x01\x00\x05\x27\x4e\x3c\x6c\ \x3e\x79\x7e\xd5\x12\xc5\x9d\x54\x8e\x0e\x6c\xd6\xbd\x57\x79\x0d\ \x5a\x34\xf1\xf3\x73\x77\x71\x72\x71\x92\x03\x40\x56\xe4\x7d\xde\ \xbd\x72\x45\x11\xd2\x6f\xdf\xd7\x38\x06\x05\x38\xa0\x6a\xff\xb9\ \x7b\xb6\x2d\x2a\xb8\xb4\x61\xe3\xf5\x4c\xa4\x5f\xdb\x7e\xcb\x3c\ \x66\x64\x93\x98\x87\x4f\xed\x2a\x54\xb5\x07\x9e\xdd\xbb\x26\xf6\ \xad\x5e\x92\x00\x15\xd0\x60\xd5\xb1\xdd\xb5\xa9\x27\x77\x5e\x99\ \x0a\xc3\xff\x3c\x95\xe2\x3f\xae\x6f\x0d\x00\x24\x49\x3c\x7f\xfa\ \xd8\x3d\xb0\x92\x75\x81\x29\xe1\xc2\xef\x47\x33\x83\x66\x8e\x69\ \xf2\x5a\xc3\x7e\xb6\xff\x66\xee\xa4\x75\xd3\x6b\x50\x1a\x71\x40\ \x6d\xaf\xec\x98\x1c\x45\xd9\x7a\x41\x2e\x0a\x99\xf8\xed\xf2\x70\ \x5e\xdc\x8b\x34\xaa\x7c\x90\x3f\xf2\x1f\x27\x32\xce\xf5\xaa\x48\ \x90\xf5\xf0\x59\x96\xa4\x72\x85\x8a\x0d\xdb\xf7\xaa\xe5\x6f\x0f\ \x82\x4c\x79\x1a\xa1\x51\x05\x96\x70\xa3\x53\xae\xae\x99\xbd\x2f\ \xb1\x45\xe3\xd2\x2f\x1e\x3c\x65\xa5\x8e\x80\x73\x87\x1e\xbd\x98\ \x0b\x8b\x7f\xb9\x68\x6a\x5f\xdf\xf5\xd6\xfd\x38\x27\x67\x32\xfa\ \x69\x84\x4b\xe9\x5a\x0e\xc0\xcd\x8b\x8f\x14\x65\x43\xdc\xff\xdb\ \x42\x1e\x12\x04\x51\xbe\x7c\x85\x89\x13\x27\xf8\xfb\xf9\x4d\x9c\ \x38\xbe\x6c\xd9\xb2\x16\xcb\x97\x16\xa0\xff\xd6\xf6\x3d\xbb\xf1\ \xd8\xb9\x54\x1d\x67\x40\xfd\xe0\x76\x9e\xac\x74\x05\x19\x1e\xdf\ \x0e\x75\x2c\x51\x4d\x5e\x98\x53\x3c\xa4\xfb\xc2\x45\x8b\x7e\x1e\ \x3f\xa0\x82\xbb\x1c\x00\xa7\xd5\x18\x25\x25\x06\xcf\x58\xbc\x68\ \xd6\xcf\x7d\x9b\x97\x8d\x3a\xb3\xf6\xd0\x2b\xf7\x26\xa5\x4d\xa1\ \x31\xd9\x0f\xee\x25\x7a\x56\x2c\x69\xe6\xdc\x67\x6f\x5c\xa9\x0c\ \x3f\xf0\xe7\xbd\xa7\xd1\x19\x46\x27\x47\xc2\x6c\xd2\xde\x7a\x14\ \xed\x5f\xad\x54\xc2\x83\xa7\x54\x60\x15\x15\x98\xbb\x77\x53\xfc\ \x2b\x96\xca\x4c\xc9\x57\xd8\x71\x59\xd7\xaf\xa9\x15\xbe\x25\xbc\ \x69\x00\x6c\xe2\xf3\x44\x9d\x6b\x59\xfb\xfc\xdf\xa7\xcd\x21\xaa\ \x74\xf0\x4c\xb8\x6f\xf1\xaa\xa1\x82\xf1\xde\xe3\xf8\x52\xa5\xca\ \xb0\x05\xd9\x3c\xc8\xec\xa8\x33\x9b\xef\xb2\xed\x5b\x78\x3c\x7e\ \x55\xe0\xa4\x12\x4c\xe6\xfc\x9c\x02\x8d\x40\x42\x9d\x70\x6f\xd3\ \xd1\xb4\x26\x1d\x1a\x59\x5b\x74\x7e\x25\x36\x85\x61\xdd\x1f\x68\ \x12\x08\x98\x60\xd2\x23\x37\x07\x47\x17\x23\xbb\x14\x5a\x05\x01\ \xc0\x93\x6b\x70\x2c\x0f\xeb\x62\xcc\x93\x03\x88\x74\x40\xff\x06\ \x56\x13\x3e\x34\x85\x48\x88\xc4\x92\x63\xe8\xde\x13\xda\x5c\x98\ \x04\x18\x0b\x20\xd0\x70\x90\x40\xa7\x83\x36\x13\x57\x56\x23\xd9\ \x0d\xcd\x4b\x22\x25\x09\x7a\x2d\xce\x5f\x80\x32\x00\x12\x0d\x26\ \x8e\x86\x43\x67\xac\xfd\x19\xce\x12\x44\x3f\x40\x78\x32\x08\x02\ \x26\x3d\x58\x0b\x6e\x5f\x86\x63\x10\x14\x3c\xaa\x96\xc3\x8e\x65\ \xb8\x14\x05\x6d\x3e\x4c\x66\x14\xe4\x22\xe1\x09\xd6\x9e\x44\xef\ \xbe\xa0\xf3\xa1\xd1\x20\xec\x18\x2e\xeb\x31\xa8\x01\xd6\x4e\xc0\ \x33\x67\xec\x5a\x8b\x12\x4e\xe0\x18\xe8\xb5\x28\x48\xc7\xde\xf9\ \x10\x55\x43\x65\x15\x72\xf2\x41\x01\x1a\x03\xec\x5d\x90\xf2\x0c\ \xb4\x0a\x6c\x0e\xf2\x79\x88\x2d\x38\x7a\x0d\xe5\xab\x40\xaf\x86\ \x5f\x7d\x2c\x5a\x82\xe9\xe3\xe0\x6f\xc2\x8d\x07\x60\xf3\x10\xa5\ \x47\x95\x12\x08\x8d\x44\x70\x39\x5c\x5d\x83\x18\x7b\xd4\x72\x41\ \x5e\x01\x44\x2c\xae\x9d\x81\x5d\x45\x58\xbf\x26\xf6\xae\x7e\xfa\ \x47\xbb\x56\x5d\x17\xcd\x9a\xda\xfe\xd2\x8a\x99\x57\x99\xda\x7d\ \x9b\x95\xc9\xca\xcc\xa4\x28\x36\xf1\xec\xde\x38\xce\xc7\x5d\xe0\ \xea\x0c\x5b\x32\xba\x92\x76\xfd\xa6\xf3\xd6\x0e\x8f\x7d\x91\x22\ \xf2\x70\x35\x66\xe4\x30\x04\x59\x98\x13\x71\xea\x76\xb6\x5f\xa0\ \x97\x20\x0a\xfa\x75\xed\xac\xdc\xb3\xbb\x0e\x5d\x7d\x9a\xce\x48\ \x15\xa2\x42\x9d\x81\x01\x00\x36\xfe\x56\x8c\xb1\x7a\xdd\xe2\x89\ \x8f\x6f\x18\x1c\x4b\xfb\x42\x7d\x27\x32\xbb\x52\xf1\x62\xba\x42\ \x0d\x21\x70\x89\xf7\x36\x1f\x4f\x72\x6d\x5d\xd7\x21\x3d\xcf\x40\ \x16\x16\x9e\x39\x7e\x5a\xe6\xe3\x9b\x9b\xf4\x94\x0e\x2c\xcd\x67\ \xc4\x17\x28\xfd\x8b\xbb\x11\x4c\xc6\xb3\x48\x8d\xb2\x6c\x90\x43\ \x8e\x5a\xda\x62\xc8\x9c\x5f\xe6\xcd\x19\xda\xa5\x2e\x57\x98\xc3\ \x10\x84\x26\xf5\xea\xc5\x17\xba\x6a\x15\xac\xfb\x30\x8c\x59\x6a\ \x03\x49\x33\xc9\x77\x36\x9f\x4f\x71\x68\xe0\x43\x45\xa6\x12\x55\ \xcb\x78\xe6\xde\xb9\xa0\x75\x28\x57\x4e\x69\x5d\xcc\x67\xb5\x05\ \xea\xa4\xf8\xb0\x85\x9b\xce\x35\xfd\xb1\xa7\x42\x9b\x95\xa7\xe3\ \x48\x56\x57\x68\x11\x79\x39\x5b\xf6\xaf\xfd\xbd\x58\xfb\xb1\x15\ \xe5\x84\xce\x60\xd2\xaa\xf3\x13\x9f\x5d\x59\xb6\x3b\xbe\xfb\xa0\ \xce\xb9\x09\x09\x79\x85\xfa\x84\xdb\x57\x5e\x19\x5d\x4a\xd8\xe7\ \x6c\x58\x7b\xaa\xe1\x90\x51\x7e\xe2\x22\x82\x7c\x1c\x96\x53\xaa\ \x5a\x75\x00\x30\xa7\xfd\xb6\xf9\xcc\x0f\x83\xc6\xfa\xbc\xb6\x07\ \x73\x26\x4d\x76\x01\x4f\x9b\xb5\x27\x0e\x9d\x45\xe9\x92\xc6\x94\ \x64\x83\x44\x69\xd6\xe8\x8c\xe6\xb7\x26\xd1\x8c\xa8\xb0\x4c\xb1\ \x77\x29\x5f\x12\x16\x8b\xbe\xb0\x20\x37\x29\x61\xcb\x2f\xeb\x94\ \xf5\x7a\xba\xe7\x86\xde\x7f\x61\xb5\x71\x09\x4f\xc2\x9f\x38\x17\ \x2f\xe7\x44\x40\xa7\x53\xd4\xac\x19\x70\xe6\xb7\xf9\xfb\xee\x65\ \x32\xc8\x7d\x79\xff\x5a\x78\x62\x4e\x01\xe9\x54\xbb\xa2\xd3\x91\ \xf9\x53\xcf\xc7\x1a\x88\xb4\x44\x1d\xcb\x6a\xb5\x9a\xf8\x88\x53\ \x2b\xce\x67\xf7\xea\x58\xe9\xfe\xb5\x9b\xe9\x85\xfc\x7f\x17\x81\ \xb2\xac\xa5\x52\xa5\x4a\x6b\x57\xaf\x2e\x53\xa6\x8c\xd1\x60\x20\ \x88\x2f\x59\xd0\xff\xce\x33\x35\x75\x89\x3a\x55\xad\x2e\x55\x01\ \xc4\x26\x1b\x82\xea\xd6\x96\x81\x4d\xcb\xb7\xab\xd4\xbc\x6a\x48\ \x31\x32\xf0\xd2\x82\x61\x43\xce\x05\xb7\x1e\x36\x7b\x40\x73\x19\ \x01\x51\xc9\x86\x03\xdb\x9f\x5f\x33\x61\xe8\x5e\xdf\xca\x63\x87\ \xd5\x3b\x70\xe8\xc5\x90\x55\x7f\xba\xdd\x58\xba\xeb\xc4\x49\x47\ \x59\x60\x8b\xaa\xd2\x03\xbf\x8e\xb9\x10\x99\xab\xa8\xd6\xa7\x6f\ \xf5\xb2\x0f\x6b\xfb\x2f\x9f\x3f\x8c\xeb\x37\x9c\xa6\x5d\x1b\x95\ \xf5\x4c\xbe\xc6\xd5\xae\x5f\x09\x42\x86\x5a\xe6\xdb\xa6\x41\x88\ \x4c\x57\x7b\xf1\xcc\xbe\xbf\x45\x86\x55\x1e\xb6\xd5\x83\x02\x80\ \xe4\xd8\x57\x51\x2f\xc3\x7e\x99\x30\xd1\xaf\x4a\xa7\xd5\x93\x3b\ \xdd\x5d\x7e\xa5\x6a\xe3\xea\x30\xa5\x6b\x69\xdf\xda\x35\x2a\x96\ \x50\x75\x1d\xb3\x60\xe2\xa0\x23\x6e\x6d\xa7\x2c\x68\x12\x50\x42\ \x53\xdb\x6f\xed\xdc\xa1\x86\x11\x8b\xfa\x0e\x19\x32\x69\xf6\xfc\ \x7e\x67\x1d\x1b\x8d\x5e\xf8\x63\x55\x15\x00\x98\x71\xec\x1c\x0c\ \x32\xcc\x1c\x8c\x12\x2d\x30\xab\x17\xfa\xb7\xc7\x92\xc9\xf0\x2e\ \x87\x95\xf3\x8b\x18\x33\xd1\x84\xfa\xf5\x8b\xda\x7f\xe3\x31\xda\ \xf4\x2f\xba\x5e\xa5\x1d\x7c\x2e\x61\xc8\x34\x74\x9c\x84\x6e\x95\ \xb1\x7b\x26\x8e\xbd\x84\x45\xc0\xd0\xb9\x08\x76\x44\xef\xae\x98\ \x3d\x15\x5e\x65\xb1\x72\x19\x94\xb9\x98\x3f\x01\xa9\x1c\xa4\x3e\ \x58\xba\x10\x99\x77\x70\x37\x11\xa5\x4e\xa2\xf7\x29\x8c\x99\x8e\ \xa8\x23\xc8\xa9\x87\x8a\x2d\xd0\xad\x2a\x46\xf4\x84\x8b\x0f\xa6\ \xcf\x41\x59\x67\xd4\xef\x8e\xb4\x5b\x70\x7e\x88\x11\x0d\xa0\x77\ \xc5\x91\x49\x18\xf6\x04\x3d\x66\xe3\x87\x40\x78\xfd\x88\xf1\x4b\ \xf0\x22\x10\xf3\xd6\xc3\x2d\x13\x17\x6e\x81\x2a\x8b\x41\xbd\x50\ \x6f\x14\x86\xd6\xc2\x80\x96\x58\x39\x1c\x81\xd5\xb1\x66\x1a\x72\ \x1f\x62\xc6\x72\x18\x79\x78\xd7\xc6\xc2\x8e\x30\x87\xc2\xf2\x27\ \x4c\xbd\xd1\xca\x1d\x7d\x3b\xe3\x7e\x3c\xf6\xcd\x46\xf5\xd2\x38\ \x39\x0e\xc3\x86\xa0\x4a\x1b\xb4\x90\xe0\x68\x2a\xbc\x73\x60\xf4\ \x40\x09\x0b\x6e\xbf\xc0\xf3\x39\xf0\x2d\x81\x25\x4b\x51\xd2\x11\ \xed\xaa\x60\x6a\x2f\x3c\x7c\x84\xf9\x45\x4c\x08\x99\x93\xb7\x9f\ \xa3\x77\x9d\x9e\x7d\x6b\xfb\x87\xaa\x9c\x4b\x0f\x9d\x3a\xc4\x51\ \x2a\xea\xda\xa5\xc9\xcc\x85\x03\x1e\x14\x73\xac\x16\xd2\xec\xd5\ \xc5\x6d\x53\xf7\xdf\x32\x13\xee\xe3\xa6\x15\x6d\xc1\xa8\xda\xa2\ \xe9\xb1\xc3\x57\x88\x51\xfd\xfc\x67\xce\xed\x3f\xce\x5b\x11\x5c\ \xc3\x5f\x9c\xbc\x71\xe6\xaf\x0f\x52\x0a\xfd\xda\x0d\xec\xd9\xba\ \x9e\xe6\xe2\x9e\xb9\x03\x7e\x1a\x32\x6f\x79\x97\x2a\xce\x42\x76\ \x2c\xe9\x5d\xa9\x8e\x1f\x95\x74\xae\xb0\x52\xed\x4e\xa4\x36\x85\ \xb5\x2b\x59\xa6\x6a\x48\x70\x8f\x26\xd3\x17\x0c\xb9\xe0\xe4\x33\ \x7c\xde\x9c\x90\xf2\xaa\x2e\xb5\x0f\x4f\xe9\x33\xc0\x4b\x65\x5f\ \xbd\xad\x6b\x76\x6e\x44\x48\xb5\x4a\x29\xd1\x7f\xda\xfb\x57\x71\ \x21\x91\x9b\x91\xe0\x1c\x54\xa3\x9c\x9b\x0b\x35\xa4\xe3\xf4\xb5\ \x63\x1f\xef\xf0\x1e\xbc\x68\x71\xfb\xbe\x03\xce\x4f\x5c\x3c\x3c\ \xcc\xd7\xad\x6c\x75\x0f\xa9\x55\xfe\x70\x1b\x30\xb0\xe5\xcc\x59\ \x7d\xef\x79\xf8\x0c\xfb\xe5\x97\x12\xe2\x87\x12\xff\x2a\x65\x3c\ \x10\x77\xdc\x50\xae\x7e\x13\xab\x9e\xe2\xd3\xf0\xc7\x3a\x87\x26\ \x0d\x1e\x11\x59\xb7\xc7\xdc\xd1\x2d\x4a\x3c\x3f\xbc\x70\xfe\xee\ \x30\x8e\x65\x2b\xf7\x5b\xd0\x8a\xb9\x3c\x29\xbd\xc4\xaa\x05\x95\ \x00\xd4\xee\xd4\xcb\x7f\xc2\x82\x21\x93\x9d\xdb\x4f\x5a\xd6\xa3\ \xbc\xf2\xc0\xa2\x59\x7b\x1e\xa5\x08\x50\xf4\x9c\xb5\x54\xfa\x74\ \x77\x98\xa2\xd1\xef\x0d\x8a\x5c\x6b\x85\xc2\x54\xbd\x2a\xa8\x6d\ \x25\x15\x00\x6d\xdc\xad\x6c\xa7\x90\x51\x4d\xde\xba\x38\x88\x3d\ \x6b\xf6\x69\xb4\x67\x7e\xdf\x41\x5e\x76\x92\xca\xdd\xbc\xfc\x2b\ \x3b\x78\xfd\x31\x6d\xe8\x68\xfd\xa2\xa5\x33\x2a\x7a\x17\x51\x6c\ \x56\x76\x66\xc9\xaa\x75\x7c\x08\xc0\xb5\xc1\x8f\x0d\x0f\xcf\x1d\ \x3c\x34\x28\xa4\xdb\xaa\x89\x1d\xef\xae\x18\x74\xd7\xa3\x5f\xcd\ \x32\xde\x80\x21\xaf\x40\x5c\xb3\x41\x35\x00\xc1\xed\x86\xad\x6e\ \x07\xe3\x8b\xbd\xe2\x40\x2c\xec\x52\x73\xe3\x98\x9e\xe6\x96\xf3\ \xc6\x77\x18\x1f\xd2\x01\xd9\x57\x36\xcb\x22\x8b\x0d\x6a\x53\xb5\ \x30\xb6\xe7\xde\x9f\x7e\x19\x3a\xdb\xaf\xe7\xcc\xf5\xed\xbc\xb3\ \x47\x2c\xde\xdd\x6f\x55\x6d\x2f\xbb\xff\x32\x11\x94\x61\x18\x81\ \xe7\x79\xee\xeb\xbc\xff\x69\x7f\xcf\xd8\xb8\xf8\xca\xd5\x6a\xfd\ \xcd\xb1\xc6\x39\x96\x23\x69\xea\x3d\xaa\xe7\x39\x0e\x9f\xf6\x3a\ \x15\x04\x9e\xe3\x04\x9a\xa6\xde\x3a\xdd\x81\xfc\xd8\x73\x54\xf3\ \xfc\xf2\xc6\xbd\x97\xf2\x0b\x72\x53\x0c\x4e\xe3\x17\x2c\xae\xe9\ \x43\x03\xc2\xbe\x59\x5d\x2f\x2b\x07\x6f\x99\xdc\x9c\xfa\xac\xab\ \x29\xcf\xbd\x1b\x7d\xef\x6d\xe6\x02\x27\x10\xd4\x07\x89\x04\x30\ \x6c\x91\xe7\xa6\xf5\xe7\xb7\x3b\x43\xf2\x6f\x84\x7f\x01\x1c\xf7\ \xd6\xb5\xe8\x83\x7c\x04\x01\x1c\x0f\x9a\x7a\xb7\xaf\xc0\x0b\x45\ \xfe\xa1\x6f\x73\x63\x41\xd2\xdf\x50\xd6\xc7\x9d\xc9\x81\xe5\x41\ \xd1\x78\xbd\x13\xec\xbd\x68\x29\x02\x81\x77\x5f\xc1\x85\x3f\x70\ \x3d\x16\x59\x09\x70\xae\x85\x39\x63\x8a\x3e\x06\x1c\x0b\x92\x06\ \x01\x5c\xd9\x8c\x5f\x76\xa2\xf3\x6a\xfc\xf0\x02\x13\x1f\xe0\xe8\ \x3a\x88\x29\x00\x08\x3b\x8d\xbd\x77\xa1\x4b\x07\xeb\x87\xe5\xb3\ \xa1\xfa\xf2\x9e\x8a\xb7\x6e\xc0\x02\xcb\x72\x14\x4d\x7f\xb2\x47\ \x39\xbe\xa8\x62\x02\xcf\x71\x02\x41\xbf\xae\x25\xcf\xf1\xe4\xd7\ \x5c\x95\x3f\xf0\x34\x16\x38\x8e\xa0\x5e\xd7\x89\x49\xfb\xb9\xef\ \x30\xdf\xe1\x3b\x46\x36\xf8\xc0\x23\x8c\x67\x39\xbc\x29\x85\x13\ \xf0\xd1\x48\xf8\xba\xf7\x32\x2f\xe0\xcd\x13\x1c\xc7\x82\xa4\x29\ \x3e\x6b\x46\xff\x61\x3e\x43\x7e\x1b\x51\xdf\xf3\x93\x2f\x8b\xe3\ \x38\x92\xa2\x88\xc2\xa7\x43\xfb\x2e\x6e\xbb\x62\x77\xdb\x40\xf1\ \x5f\xf0\x26\xe1\x39\xe2\x9d\x81\xcc\xf1\x3c\xf5\x85\x59\xfd\x6e\ \xe5\xfe\x2f\x8b\xd7\xff\x85\xc7\xa5\x69\x0b\x0a\xb2\x32\xd2\x4b\ \x06\x05\x73\x1c\x2b\xf0\xbc\xc0\xf3\xdc\x1b\x8f\x25\x96\x8d\x89\ \x8e\x2e\x55\xb2\xc4\x37\x79\xcb\x93\x24\x19\x17\x17\xcf\x0b\xf8\ \xfa\x10\xfc\xab\x66\x85\xa2\xbd\x36\x78\x67\x92\x12\xef\x1f\x3c\ \x21\xbc\x7f\x50\x12\xf1\x26\xce\x9c\xf0\xf6\xe2\x3b\xf7\xdf\xe6\ \x46\xbc\x13\x91\xee\x2d\x03\x98\xd4\xa9\x4f\x23\xa2\x75\xbc\xa4\ \x44\xc5\xea\xa5\xdc\x65\x66\x96\x07\x84\x9c\xe4\x78\xce\xae\x98\ \xa7\xa3\xe4\xa3\xca\xbc\x5b\xab\x0f\x33\xff\x7c\x25\x3f\xa6\xbb\ \x0f\x8f\x7b\x12\x3e\xfa\x1b\xef\x3f\xfc\x41\x3e\x9f\x4c\xf8\xa9\ \x4e\xf8\x52\xd1\xef\x76\x0a\xf1\x0d\x99\x7f\x32\x9f\x8f\x7f\xa6\ \x44\x21\x3a\x15\x12\x27\x54\xaf\x02\x19\xc0\xbf\x9f\xc3\xab\x47\ \xc8\x16\xa1\x76\x35\x14\x26\x41\x4d\xc3\xdf\xad\x28\x6d\x6e\x02\ \x22\xe2\x41\xca\x51\xb5\x06\x54\x34\x38\xe1\xe3\x21\x41\xbc\xe9\ \x58\xe2\x53\xdd\xf6\x51\xbf\x7d\xfa\x99\x0f\xde\x11\xf1\xe1\x9b\ \xc5\x3b\x45\x08\x1f\xbc\xee\xd7\xec\x59\x18\x9b\x90\xe3\x51\xa2\ \xa4\x82\xe4\xf0\x61\x12\x7c\x6e\x24\xe0\xc3\x26\xbc\x57\x2e\x3e\ \x91\x43\x51\xb5\x05\x73\x41\x6c\x92\xda\xa7\x54\x09\xe9\xeb\x10\ \xd8\x9f\x2a\x08\x9c\x2e\x23\x36\x4b\x28\x55\xda\x1b\x2c\xff\xf1\ \xfb\xfd\xc4\x04\x78\xef\x30\x97\x2f\x8d\xde\xcf\xb4\xee\xdd\x77\ \x21\x7c\x3c\xa8\x3e\xb8\x4e\x7c\x2d\x9f\xef\x7f\xc9\x88\x65\x18\ \x89\x54\x5a\x34\x28\xac\xff\xac\x61\xdb\x38\x8e\xa2\xa8\x12\xc5\ \x03\xbf\x89\x3d\xad\xe2\x27\xcf\x71\xf8\xef\x07\x41\x89\xa4\x52\ \x31\x01\x81\xb5\x98\x2d\x4c\x51\x8b\x68\xb1\x94\x10\x2c\x0c\xc3\ \xc3\x86\xbf\x0e\x5a\x02\x31\x0d\xf0\x30\x9b\xf1\xb1\x72\x23\x92\ \x41\x44\xc0\x68\x04\x41\x43\x44\xbc\x3e\x0d\x05\xa0\xc4\x90\x88\ \x00\x01\x16\x33\xd8\xef\x7c\x64\x11\xa4\x58\x22\xe6\x2c\x26\x8e\ \xff\x9b\xc6\xa8\x58\x42\xb3\x66\x33\xff\x65\x9a\x21\x69\x89\x98\ \xb4\x98\x6d\xa7\x98\xfc\xc7\x16\x8c\x08\x42\xe0\xf9\xa2\x30\x65\ \x1f\x09\x94\x9f\xf4\x96\xff\x34\x7b\xda\x60\x83\x0d\x36\xd8\xf0\ \x15\x49\xe2\xb3\x9f\x3a\x92\xfc\xf2\x7a\xd3\x3f\x03\x82\x20\x7c\ \xc1\x9f\xcb\x06\x1b\x6c\xb0\xe1\xaf\xb1\x27\x41\x10\x7a\xbd\xde\ \x64\x32\x09\xff\x74\x3d\x41\x2c\x16\x2b\x95\x0a\x82\x20\x09\x82\ \xf8\x4b\x5f\x0b\xe1\x35\xfe\xea\x67\xe6\x4d\x42\xdb\xe0\xb3\xc1\ \x86\x7f\x1a\x7b\x92\x24\xa9\x56\xab\xd5\x05\x5a\x80\xe4\x38\x16\ \xf8\xc7\x4a\xa0\x04\x01\x9a\xa6\x74\x7a\x83\xab\x8b\x73\x61\xa1\ \xce\x64\x32\x7d\x2b\x03\x42\x90\x88\x25\xf6\xf6\x76\x14\x4d\xe5\ \xe7\x6b\x8c\x26\x23\x84\x6f\x4d\x28\x16\x89\x95\x4a\xa5\x54\x2a\ \xb1\x11\xa8\x0d\x36\xfc\xd3\xd8\x53\x10\x04\xb5\x46\x53\xae\x42\ \x15\xb1\x58\xfc\x8f\x6f\xbf\x20\x08\x11\xe1\x4f\xb2\xb2\x73\x3c\ \xbd\x7d\x5d\x44\xa2\x6f\x65\x34\x02\x02\xcf\xe7\x66\x67\xf1\x1c\ \xa7\x72\x76\x75\x76\xf7\x14\xf8\x6f\x4d\x08\x20\x37\x2b\x93\x24\ \x09\xb1\x58\x6c\x23\x50\x1b\x6c\xf8\x47\xb1\x27\x41\x10\x46\x83\ \x91\xa6\xe9\xff\x85\xf6\x5b\x1b\x4b\xca\xe5\x8e\x4e\x4e\x02\xcf\ \x7f\xbb\xa0\x4d\x90\x44\xbe\x5a\x5d\xa8\x2d\x2c\x11\xe4\xfa\x57\ \x13\xea\x0b\x75\x46\xa3\x5e\x22\xf9\x37\x88\x9f\x14\x2d\x02\xcf\ \x72\x6f\x83\x3f\x53\x62\x11\xc9\x5a\x3e\xeb\x4f\x40\x90\x14\x4d\ \x11\x2c\xc3\xfe\xc5\x82\x09\x5a\x2c\x12\x58\x86\xe3\x09\x91\x98\ \xe6\x18\x0b\xff\x9f\xa7\x7d\x82\xa4\x69\x52\x60\xbe\xa7\x15\x7a\ \x92\xa2\x29\x82\x67\xd8\x2f\x18\xca\x09\x91\x58\xc4\x33\x0c\xf7\ \x1f\xfb\x2e\x92\x14\x4d\x82\x67\x39\x9b\xb1\xfe\xbb\x64\x4f\x2b\ \xa7\xfc\x6b\x13\x5b\xe0\x58\x86\x13\x44\x62\xd1\x7f\x93\xb6\x2f\ \x08\x0c\xcb\x00\xe0\xfe\x8a\x93\x16\x4d\x88\x58\x96\xb1\x30\x16\ \x81\xe7\xff\x62\x42\x9a\x65\x19\x41\xe0\xbf\x28\xa0\xbe\xdf\xf9\ \xa4\xc8\x4e\x21\x31\x1b\x74\x66\xf6\xbd\xf8\xcd\x04\x84\xc2\xbc\ \x1c\x5e\xa2\xb0\x93\x89\x05\x41\x20\x08\x82\xb3\x68\x93\xb3\x8c\ \x8e\x2e\xae\x4a\x99\x4c\x2a\xe2\x75\x3a\xa3\xf0\x9e\x8f\x2c\xc1\ \x99\x0a\xd5\x7a\xce\xc1\xd1\x9e\x7c\x5d\xc4\x17\x66\xa3\x35\x08\ \x3f\x40\x10\x60\x73\x52\x33\x29\x3b\x17\x95\x94\x4d\x4f\x29\x50\ \xba\xb8\xc9\xa9\xaf\xdb\x2a\x5e\x27\xff\x7c\xbb\xac\x7c\x4f\x53\ \xe0\x58\x4e\xf8\x70\x04\x32\x06\x8d\xda\x42\xa8\x1c\x94\xc4\x67\ \x86\xa2\xd5\xdc\xfc\xef\x97\xdf\x3f\xaa\x77\xd1\x55\x12\x66\x5d\ \x7e\x21\x4b\x3b\xda\xc9\x89\x4f\xb6\x9e\x20\x08\xce\x92\x91\x92\ \x29\x73\x74\x55\x4a\xa8\xcf\x54\xec\x93\x9d\xf0\x99\xab\x9f\xaa\ \x9a\x51\xab\x36\x43\x62\xaf\x94\xc2\xa6\xb8\xfc\x7f\xff\x9a\x7e\ \xf5\x09\x9e\xe7\xac\x10\x04\x4b\xc2\x8b\xc8\xa4\x1c\xe3\x17\x1e\ \x2e\x4c\x8b\x7a\xf8\x34\xfe\x35\x97\xf0\x19\xb1\x91\x31\xe9\x9a\ \xbf\xa1\x19\x9c\xc5\xa4\xd3\x9b\x85\x7f\x75\xb6\x10\x20\xf8\x4f\ \x41\x10\x40\x51\x14\x80\x4f\xde\xb5\x8e\xe6\xf7\x9f\x17\x48\x92\ \x14\x84\x77\x2f\x0a\x04\x41\xe0\xfd\xfc\xbf\x3a\x43\x88\x77\xaa\ \x46\x52\x22\x3e\x3f\x62\xf1\xc2\x15\x0f\x32\x78\xe9\x3b\x5f\x25\ \x82\x24\xa5\xd0\xee\x59\xf8\xf3\xbe\x3b\x29\x12\x99\x18\x00\x45\ \x4b\xb4\xaf\x2e\x8c\x9e\xb1\x2a\x85\xb4\x4f\xbe\xb5\x77\xfe\x9a\ \x53\x46\x52\xfc\xee\x67\x8c\x92\xc8\x73\xee\x1f\x98\x3e\x7f\xbb\ \x86\x94\x50\x84\x95\x11\x08\x6d\x76\x72\x42\x86\xf6\xa3\x3d\x32\ \x04\x45\x53\x04\x49\x51\x14\x49\x90\x94\xd8\x92\xb5\xf1\xe7\xc9\ \x27\x9e\xeb\xe4\xfa\x27\x33\xa6\xce\x78\x92\x2f\x88\xbe\xba\x29\ \x85\x20\x48\x92\x7e\xb3\x19\x8c\xa4\x28\x9a\x26\x3f\x5a\x5d\x23\ \x48\x30\xe9\x49\x71\x59\x7a\xee\x83\x7b\x62\x89\xf8\xe5\xc5\xb5\ \xd3\xd6\x1f\x37\x49\xe4\x1f\x6c\xe9\x11\x40\x88\x25\x52\x31\x4d\ \x58\xcc\x26\xb3\xe5\xdf\x6d\x97\x17\x04\x08\x20\x49\x02\x82\x40\ \x50\xb4\x54\x2a\xb1\x36\x94\x24\x29\x99\x94\x7a\x78\x6c\xed\xd4\ \xad\x57\x79\xb1\x8c\xf8\xb4\x54\x28\xa6\xb4\x31\x4b\xc6\xfd\x7c\ \x33\x51\x2f\x11\x51\x9f\xce\x9c\x10\xac\x99\x83\xa0\xa4\xd2\xa2\ \x50\x26\x24\x49\x7e\x9b\x57\x39\x21\x11\xe3\xca\xa6\xb9\x2b\x0f\ \x3d\xa4\x15\x52\xd2\xc6\x5e\xdf\x2d\x7b\x12\x24\x05\x8b\xf6\xfe\ \xd9\x13\xa7\x2f\xdc\xb8\x76\xed\xfa\xa5\x6b\xf7\x93\xf2\x2c\x24\ \xf1\xb5\x77\x6c\xd1\x6b\x75\xc6\x77\x46\x0b\x2f\xf0\x7f\xc7\x17\ \x52\x9d\x18\x79\x3f\x32\xfd\xff\x30\x8d\x84\x8f\xff\x13\x04\x04\ \x81\x8b\x89\x89\x36\x9b\x4d\x24\x49\x00\xfc\xfb\x0f\xf0\x1f\xa7\ \xb5\x58\xcc\xf9\xea\x3c\x9e\x67\xad\x52\x11\x20\x90\x24\x0a\x0b\ \xb5\xba\xc2\x82\x8f\xf2\xff\xb4\x7a\x2c\x35\x25\xcc\xea\xdb\x69\ \xd7\xe3\x4c\xa9\x54\x2a\x57\x12\xc7\x96\x8e\x1f\xba\xfc\xaa\x48\ \x2a\xe6\x18\x86\x17\x00\x90\x12\x99\x42\xa5\x52\xa9\x1c\x55\x0a\ \x99\x84\xe4\x2d\x69\x71\x71\x85\xbc\x54\x2a\x77\xb4\x93\x4b\x08\ \x82\x60\x4c\xda\xb4\x2c\x35\x47\x90\xe0\x59\x86\xe3\xac\xfa\xaf\ \xc2\xce\x41\xa5\x52\xa9\x1c\xec\xa5\x62\xda\x94\x97\x96\x90\xae\ \xb1\x73\x52\xd9\x39\xd8\x49\x68\x5a\x2a\x13\xce\xac\x5f\xb0\xf4\ \x68\x8c\x83\x93\x9b\x5c\x4c\xbd\x79\xbb\x62\x85\x3c\x7c\xd7\xa4\ \x72\x8d\x7a\xdc\x49\xe5\x15\x52\x8a\xe0\x2d\x79\x99\x99\x7a\x86\ \x20\x58\x5d\x46\x76\xb6\x85\xff\x0a\x63\x91\x22\xb9\xe9\xe5\x9e\ \x86\x2d\x3b\x1d\x8f\xd4\x29\xa4\x34\x29\x92\x11\xea\x88\x41\x1d\ \x1a\xcf\xb9\x98\xaa\x90\xd0\x62\x99\x52\xa5\x52\xa9\x1c\xec\xc4\ \x22\x89\x98\x89\x5f\x38\xfd\xe7\x4b\x59\x22\x7b\x67\x07\x11\x09\ \xbc\xae\xad\x4c\x2e\xd1\xe5\x24\x26\xe5\x1a\x55\x4a\x3b\x3b\x7b\ \xa5\xe8\x2d\x83\x12\x62\x31\x9d\x1e\x71\x6e\x4c\xef\xae\x6d\x3a\ \xf7\x6e\xdf\xa1\xdb\xf4\x1d\xd7\x2c\xb4\x5c\x69\xef\xa0\x52\xa9\ \xec\x95\x32\x92\x00\x08\x52\xa6\xb4\x57\xa9\x54\x0e\x0a\x19\x09\ \x41\x20\x28\x99\xc2\x4e\xa5\x52\xd9\x7d\x8d\x71\x48\x91\x4c\x54\ \xf0\xec\xa7\x1e\xed\x76\x3f\xcb\x97\x4b\x25\x9c\x2e\xf7\xc5\x8b\ \x04\x33\x4f\x2a\x15\xf4\xb5\x6d\x93\x7b\x2e\x3c\x9c\xa5\xce\x49\ \xcd\xb7\xa8\xec\xed\x1d\xec\x14\x22\x12\x82\x20\xbc\xe9\x5e\xa5\ \x4c\x4c\x10\x04\x18\x53\x76\x66\x96\x91\x05\x41\x80\x96\xc8\x54\ \x2a\x95\xca\x41\x29\xa6\x49\x00\x20\xc5\x0a\x32\x6b\xee\xc8\xae\ \x73\xce\x24\x28\xe4\x52\x92\xd1\x46\x47\x46\x69\x59\x42\xa6\x94\ \x45\x9f\x5e\xdf\x69\xe0\xda\x7c\x41\x2a\x93\x2b\x55\x2a\x95\x83\ \x9d\x42\x44\x12\x82\x00\x91\x44\xae\x52\xa9\x54\x2a\x7b\x09\x45\ \x12\x94\xc8\xce\x5e\x25\xb5\x73\x30\x64\xc6\x27\x67\x17\x92\x14\ \x25\x95\x2b\x55\x2a\x95\xca\xfe\xc3\xaf\x8b\x0d\xff\x9f\x35\xf7\ \xd7\xb2\x23\xa3\x33\xd2\x65\xea\xd7\x2e\xee\x2c\xe6\x78\x9e\x20\ \x91\x91\x2f\x25\x45\xb4\x60\x29\x78\x19\x19\xab\x31\x32\x84\x48\ \x59\xb2\x4c\xb0\x8b\x82\x02\x6f\x4a\x88\x7a\x99\x5e\xc0\xf2\xba\ \x3c\x42\xec\xfb\xe6\x6d\x8a\xa4\x12\x89\x44\x04\x30\x29\xaf\x62\ \xd2\xb2\xb5\x1c\x21\xf2\x08\x2c\x55\xdc\xe3\xf5\x21\x93\xbc\x31\ \xe9\x55\x6c\x5a\x4e\xa1\xd8\xc1\xbd\x42\xf9\xe2\x6c\x4e\xd2\xf3\ \xd8\x74\x56\x64\x5f\xba\x4c\x90\xb3\x1c\xd9\x49\xb1\x09\x69\xf9\ \x2c\x28\x27\xef\x80\xd2\x7e\x2e\x24\x00\x46\x17\x13\x19\x9d\xad\ \xe3\x5c\x7d\x4b\x94\xf6\x75\x02\xa3\x4f\x88\x8d\x4b\xcf\xd3\xc9\ \x5d\x7c\xdd\x08\x42\x93\xfc\xf2\x16\x93\xe5\xe4\x1b\x54\xc6\x9d\ \x8a\x7e\x11\x9d\xa3\xe3\x5c\x7c\x4b\x05\xfb\x7e\x53\xdc\x6f\x41\ \x10\x78\x8e\x7b\x1d\x5c\xba\x48\xe8\xa3\x28\xfa\xe6\xcd\x5b\xe7\ \xcf\x9d\xab\x59\xb3\x66\xeb\x36\x6d\x48\x92\x7c\x57\x43\xe7\x79\ \xc2\xaa\x7d\xf3\x7c\x51\x42\x92\x24\x19\xc6\x72\xfc\xf8\xb1\xe2\ \xc5\x8b\xd7\x6f\xd0\x80\x61\x18\x91\x48\x94\x91\x91\x71\xfc\xd8\ \xb1\x7a\xf5\xea\x95\x2d\x5b\x96\x61\x59\x6b\x42\xfe\xb3\x6a\x3b\ \x41\x08\x4c\x4e\x7a\x5a\x31\x42\x22\x55\xda\x03\x46\x4b\x61\x5e\ \x06\xab\xa3\xa4\x76\x2a\x67\x47\x89\x4c\x2c\xa2\x2d\xd7\x0f\x6f\ \xdd\x77\x39\x92\x23\x65\x35\x5a\x76\x1b\xd0\x32\xd0\x5e\x66\x3e\ \xbd\x65\x7e\xfa\x25\x55\xb1\x6a\x6d\xc7\xf4\x6b\x49\x12\xa4\x88\ \xa6\x05\x01\x72\xb9\xca\xd9\x41\x2e\x12\x89\x05\x75\xf4\xe6\x15\ \xdb\x1e\xa6\xe8\xc4\xf6\x3e\xdd\x46\x8f\x0d\xb0\xb3\x2b\x4c\x38\ \xf6\x53\xff\xfe\x12\x85\x57\x9f\xa1\x43\x1b\x95\x57\x0a\x26\xdd\ \x8d\x83\x2b\x86\x24\x1e\xae\xdc\x71\xcc\x80\x7a\xc5\xcc\x16\x16\ \xb4\x54\xa4\x79\xb6\xe7\x54\xb8\x03\xa3\xdf\x75\xf4\x7a\xfd\x69\ \x1d\x48\x10\x14\x4d\x5b\x89\x89\xfe\xcc\xae\xf3\xf7\x05\x57\x4a\ \x9f\x95\xfe\xe2\xfe\xad\x35\xbf\x1f\x69\xbe\x7e\xa4\x8b\xd4\x7c\ \xfa\xe0\xe6\x83\x37\x9e\x77\x6d\xab\xa3\xc5\xfc\xcd\x3f\x97\xed\ \xbe\x9e\x40\xda\x07\xf4\x1f\x39\xbc\xae\x07\xa5\xcf\x4e\xfc\x63\ \xde\x4f\x4f\xfd\x7d\x7a\x4f\xf8\xb9\x86\x24\x71\xcb\x8a\xad\x0f\ \x52\x74\xe5\x5b\xf4\x29\x6b\xaf\x4a\x7b\x78\x74\xf8\xc0\x38\x99\ \x63\xc9\x41\x23\xfa\x97\x71\xa6\x19\x8e\xa7\xc4\x12\x63\xd2\x8d\ \xd1\x7d\x26\xda\x75\xfa\x79\x7d\xef\x7a\x64\x41\x5a\x36\xed\x45\ \x15\xc4\x6f\x59\xb9\xf1\x41\xa2\xc1\x2d\xb8\xf1\xa8\x21\x1d\x5c\ \xf8\x9c\xc3\x6b\x96\x5d\x7e\x91\xe5\x58\xb6\xd1\xa8\x01\x5d\x7d\ \x89\xf4\x03\xeb\x96\x5e\x7a\x9e\xe9\x5b\xa5\xd5\xf0\xbe\x2d\xec\ \x79\xcb\xe7\xec\x2c\x3c\xc7\x29\x9c\x5c\x09\x2e\xef\x56\x78\xe6\ \xa8\x06\x7e\xaf\x8e\x6f\x6b\x37\xe6\xd2\xd6\xfb\x17\xda\xca\xf5\ \x91\xf7\x43\x65\xb5\x5b\x39\x51\x0e\x29\x07\xfe\x1c\x34\xe0\x81\ \xdc\xa3\xec\xd0\x61\x7d\x4a\x3b\x4b\x98\xfc\xb8\xcd\xab\xb6\x3d\ \x4c\xd4\x05\x37\xec\x31\xbc\xd7\x0f\x62\x82\xa0\x69\x9a\x24\x08\ \x89\x4c\x1c\x75\x71\xdf\xa6\xfd\xb7\x8c\x0e\x81\x03\x86\x0d\xac\ \x5e\x4c\x61\x61\x38\x42\xe9\xe2\xc4\xb0\xd7\x6e\x46\x51\x7d\xaa\ \x6a\xee\xfc\xd9\xb3\xfb\x9c\x01\xc7\x1e\x4e\xae\x47\xbf\x78\x7e\ \x4f\xed\xd4\xca\xcd\x9e\xba\x7f\x68\xe3\x8e\x0b\x11\x52\xef\xf2\ \x83\x87\x0d\xa8\xe0\xca\x3f\xba\xba\x7b\xcf\xb1\x50\x1d\x67\xdf\ \x7d\xe2\xc4\xda\x8a\xd4\x25\xf3\xb6\xc7\xeb\x44\xa9\x8f\xb2\x3d\ \xba\xc8\x45\xbc\xfe\xea\xde\x4d\xfb\x6f\xc5\x4a\xdc\x2a\x8d\x1d\ \xd3\xcb\x57\x49\xb2\xbc\x4d\x91\xff\xbe\x34\x77\x82\x22\xb8\xfc\ \x9c\xac\x94\xd4\xf4\xac\x1c\x2d\x48\x21\x3d\xee\x55\x66\x01\x6b\ \xce\x4f\x8d\x4c\xcc\x77\xf2\xf2\x94\x1a\xd3\x43\xef\x3f\x63\x04\ \x21\x29\x3c\x34\x22\xc5\xe8\xea\xee\x2a\x21\x04\x9e\x7f\x23\xc1\ \x08\x39\xc9\xaf\x12\xb3\xf5\xe0\x0b\xa3\xa3\x5e\x09\x2a\x0f\x37\ \x7b\x3e\xe2\xde\xc3\xd4\x82\xd7\x21\xa7\x8d\xb9\x91\x51\xf1\xb4\ \x93\x87\x9b\x93\x03\x93\x97\x70\xef\x49\x82\x83\x97\xbf\x1b\xa5\ \x09\x7d\x10\x69\x66\x2d\xf1\x31\x2f\x75\x62\x95\x97\x8b\x3c\x29\ \xfc\xfe\xe3\x78\x35\x04\x4b\xc4\xbd\xbb\xf1\x5a\xda\xd3\xdd\x2e\ \x29\xfc\xde\xd3\x14\x9d\x60\xcc\x7b\xf9\x32\x49\xee\xea\xe9\xe6\ \xa8\x24\x04\x41\xac\x74\xf6\xf3\xf7\xf7\x72\x14\xc5\x3c\xbd\x1f\ \x5f\x28\x0e\x0c\xf0\xb6\x97\x89\xbe\xbd\x23\x04\x81\x17\xde\x01\ \x45\x51\x8f\x1e\x3e\xbc\x7e\xfd\x7a\xa5\x4a\x95\x9e\x47\x46\x5e\ \xbb\x7a\x15\xef\xb8\x6a\x16\x39\x6c\x0a\x10\xde\xb9\xc8\x71\x9c\ \x52\xa9\xac\x5c\xa5\xca\x8d\x1b\xd7\x1f\x3f\x7e\x2c\x91\x4a\xd5\ \x6a\xf5\xe1\xc3\x87\xec\x1d\x1c\x4a\x94\x2c\xc9\xb0\xec\xbb\x09\ \x3f\xaf\x6f\x92\x12\x09\x1b\x76\xe5\xc4\xde\x3d\xbb\xf7\xef\xdd\ \x7b\x3f\x36\x4b\x24\x97\x13\x86\xc4\x9d\x3b\xf6\x26\x98\xe8\x88\ \x83\x8b\x47\x2f\x3d\xe7\x5f\xbb\x69\x00\x17\xfe\xfb\xb6\x63\x3a\ \x5a\x02\x0e\x4e\xbe\xe5\xea\xd7\xf0\x3f\xb5\x6e\xfa\xca\xb3\x09\ \x72\x29\x05\x40\x24\x11\x67\x84\x5d\xda\x7e\xe8\x21\x05\xf5\xca\ \x49\x23\x77\x3f\x43\xe3\x26\x55\x93\x6f\xee\xda\x1b\x9a\x40\xd3\ \x34\x29\x52\x55\xad\x57\xdf\x55\x7d\x6d\xe4\xb4\xf5\x69\x46\x31\ \x49\x51\x5e\x25\xaa\xb6\x6e\xd3\xaa\x92\xaf\x9d\xd5\xfa\x29\x95\ \x92\x61\xe7\x0e\xbf\xf2\xe8\xb4\x67\xf5\xf8\xc4\x73\xfb\x9f\x64\ \x99\x45\x7f\x31\x78\x04\x49\x09\x59\x29\xfa\x5a\xf5\x5a\x3a\xc6\ \x9f\x3c\xf2\x28\x9b\xcb\x08\xfd\xe3\x62\x76\x87\xc6\x0d\xa9\x8c\ \x34\x56\x20\x5d\x03\x2a\x74\xe8\xda\xc9\x5f\x7b\x73\xf2\xfc\x3d\ \x05\x9c\x98\x92\x2a\x82\x6b\x35\x6a\xdb\xa2\x51\x80\x3c\x77\xc5\ \xe4\xd1\xbb\x9e\xb2\x21\xb5\x6a\x96\x74\x53\x10\x02\x47\x29\xdc\ \x43\x1a\xd6\xe5\xc3\xf7\x4f\x98\xbb\xd7\x24\x92\x90\x80\x84\xe6\ \x43\xcf\x6c\x7d\xee\xd7\x71\xc5\xbc\x51\x55\x4a\xfa\x05\x57\xab\ \xf7\x43\xe5\xe2\x22\x9a\x2e\x59\xad\x71\x97\x0e\x8d\xe2\x8e\xaf\ \x5a\x76\xf4\x55\xec\x99\xe5\xf3\x0f\x44\x36\x6c\xdb\x3e\xa4\x94\ \x87\x92\xd6\x1f\xf8\x75\xe6\xce\x27\x42\xe7\x2e\xcd\x5f\x1d\x5e\ \xb1\x68\xd7\x43\x91\x42\xfc\xd9\xc6\xf0\x2c\xa7\xf0\xa9\x19\x10\ \x90\x71\xff\x19\xcf\x14\x84\x3e\x8c\x54\x48\x8d\x57\xef\xc4\xc0\ \x9c\xf7\x22\x56\x52\xb3\x6c\xb0\x98\x37\xd3\x76\x9e\xb5\x1b\xd4\ \xd6\xdd\xd9\xf6\xf3\xf2\x43\x3c\x55\xb8\x61\xea\xe8\x3f\x9f\x91\ \xf5\xea\x04\x5f\x5e\x37\x75\xce\x9e\xfb\xb4\x4c\x4c\x02\xa4\x58\ \x96\x15\xba\x7b\xc2\x2f\x47\x4a\xb7\xe8\x5c\x85\x0e\x9f\x38\x6d\ \x75\xb2\x49\x24\xa2\x78\xb3\xe0\x50\xb7\x4a\x31\x5d\xe2\xfd\x7c\ \xce\x14\x7a\xff\x31\xad\x94\x3c\xb8\xf2\x90\xe3\xf5\x71\x2f\xd2\ \xeb\xd6\x2d\xff\xea\xd4\xf2\xb1\xcb\x4e\x05\xd4\xa8\xab\x88\x3f\ \x39\x6c\xc2\xaa\x6c\x8b\xe5\xfc\x9e\x35\x0f\x8c\xae\x8d\x7e\xa8\ \xe7\x2d\xa4\xcc\xfb\x69\xd4\x85\x2c\xc7\x7a\x21\x41\x84\xc5\x42\ \x4b\xc4\x89\xa1\x87\xc7\x2d\xbe\x58\xa1\x69\xbb\x06\x95\x02\xc4\ \x10\x6c\x4b\x48\xdf\x9f\xec\x09\x82\x10\x2c\x79\xd9\x99\x42\x21\ \x41\xcb\x9c\xdd\x3c\xed\x68\x5a\x44\x91\x84\x20\xf0\x12\x95\x4b\ \xa0\xbf\x9f\xd8\x0d\x19\x37\xe2\xd5\x46\x5d\x62\x9a\x39\xa8\x46\ \xdd\x52\x6e\x74\x01\x9f\x93\x9f\xfa\xf6\x1b\x48\xd1\x22\x9a\x22\ \x01\x81\x14\xc9\x7d\x02\x03\x8a\xc9\xbc\x0b\xd2\x2f\xe4\x16\xe8\ \x7d\x1c\x1c\xac\x8c\x45\x4b\xec\xfc\x4b\x05\xba\xd1\x48\x79\x1a\ \x95\x57\x68\x56\x66\xa5\xc1\x64\xd6\xe5\x30\x3a\xa3\x99\xa0\x24\ \x5e\xfe\x01\x01\x2e\x12\x15\x6d\xba\x91\x98\x16\xec\xe0\x98\xae\ \x26\xab\xb6\xaa\xe8\x2a\x86\xbd\xa0\xbd\x17\x9f\x56\xba\xbc\x94\ \x96\xa9\x8a\x97\x0c\xb0\x27\x91\xa5\xe6\xc4\x76\x4e\xbe\xde\x1e\ \x80\xa0\x57\xc8\x38\xb5\x46\xc7\x79\x95\x7c\x73\xc8\xd9\xb7\x18\ \xbb\x78\x41\x78\x6d\x91\x14\x8b\xc5\x09\x09\x09\x17\x2f\x5c\xa8\ \x57\xaf\x6e\xe3\x46\x8d\x9f\x86\x87\x9f\x3a\x79\xd2\xd9\xd9\xb9\ \x72\xe5\xca\x6f\xa2\xa5\x0a\x3c\x5f\x14\x4b\x80\xe7\xdf\x24\x64\ \x2c\x96\x72\xe5\xca\xe5\xab\xd5\x67\xcf\x9c\xd1\x15\x16\x46\x47\ \x47\xd3\x14\xdd\xa6\x75\x6b\xea\x1d\xb9\xd5\x6a\x1e\xfd\x42\x9f\ \x93\x24\x13\x1b\xfe\xe8\x46\xbe\x8a\x20\xd8\xe8\xd4\x3c\x69\x79\ \x0a\x04\x6d\x67\x67\x2f\x66\x72\x4f\xef\xb9\x54\x6f\xd8\xfa\x59\ \x23\x9a\x44\x2a\xee\x5d\xda\x2f\x08\x3c\xcb\x10\x76\xb5\x9b\xb6\ \xef\xfb\x63\x15\x36\xf4\xe6\x89\xdb\xcf\xb8\x1e\x34\x49\x40\x10\ \x04\x4a\x2c\x73\x50\x39\x14\xbe\xbc\x78\x36\x1a\xb3\x8f\xff\xda\ \x36\x20\x3f\xe9\xe2\xbe\x04\x86\x65\x59\x56\xe5\x57\xf5\xc7\x41\ \x03\x15\x15\x45\xb7\x7b\xed\x8c\xcb\xd6\x0b\x20\xbc\x82\x6a\x74\ \x68\xdb\x4a\xa7\x2d\x64\x39\x1e\x04\x49\x1b\xb3\x8e\x1f\xbf\x53\ \xba\xc9\x82\x12\xd5\xdc\xcb\xcb\xb6\xec\xbf\x10\x55\xb7\x93\xe8\ \xaf\x0c\x2a\x82\x24\x79\x75\x56\x9e\xac\x4c\xfb\x91\x81\x77\xd6\ \xee\x3d\xec\xec\xff\xd4\x58\xa6\xf3\x18\xbf\xb0\x75\xcf\x33\x2d\ \x24\x6d\x54\x67\xde\xba\x1e\x99\x93\x63\xcc\xca\x4a\x2a\x34\x31\ \xa0\xe5\x15\xea\xb5\x68\x53\xd7\x53\xf3\xe8\xf7\x93\x91\xec\xf4\ \x23\xcb\xdb\x7b\x13\x02\x45\x5d\x7c\x6a\xf2\x29\x5b\xbb\x57\xdf\ \x41\x9d\x9c\x13\xdb\xcd\xbf\x99\x62\x1a\x52\x92\x00\x21\x70\x79\ \x59\xa9\x4e\xa5\x1a\x2a\x49\x8b\xc1\x60\xe1\x04\x30\x24\x0d\x10\ \xb9\x71\xcf\x6e\xc5\xe4\x14\xea\x74\x96\x17\xc9\xca\xd6\x25\xec\ \x0d\x8f\x9e\x25\xe9\x87\xf7\x69\xea\xa2\x7f\x71\xee\xc8\x45\x5d\ \xc9\x56\x97\x2f\x19\x0a\x8d\xd9\x69\x8f\xef\x6b\x51\x57\x4e\x58\ \x3e\xe3\x73\xc0\x5b\x38\xbb\x9a\xd5\x8b\x6d\x3e\xf8\xf8\xf9\xab\ \xc0\xd0\x78\xc7\x59\x8b\x7a\x1e\x39\x77\x3a\xb2\x5a\xe5\x58\xda\ \x6d\x40\x70\x31\xe3\x23\xbd\x77\xb5\x86\xfd\xfb\x0f\x69\x68\x1f\ \xd5\xe5\xf7\xb0\xf0\x67\x1e\x27\x1e\x89\xa6\x1f\x9b\xdf\xae\x9c\ \xaa\x2c\x5e\x0e\x38\x75\x74\x6c\xc3\xae\x34\x45\xc9\x24\x96\x5b\ \xc7\x2e\x47\x66\xea\x4b\xdd\xbb\xc2\x66\xe8\x92\x1f\x84\x25\xe5\ \xe8\xfc\x8a\x49\x18\x0b\x4a\xd6\xaa\xa8\x3b\x71\xe3\xe9\x8b\x98\ \xdb\x61\x79\x83\xe6\x4f\xbf\x71\xe4\xd4\xfd\x18\xdf\x98\x0c\x87\ \x36\x81\x8e\xe7\x37\x1f\x2e\xd7\x7f\xd9\xac\x31\x6d\x4c\xad\x02\ \xda\x36\x9f\x71\xf3\x59\x07\x82\xb6\x0b\x69\xd6\xae\x5f\xbf\x86\ \x29\xd7\xd6\x9f\x8b\xf6\xda\x74\x71\x7e\x83\x40\x81\x0d\x3d\x71\ \xc3\xc2\xd8\x39\xb9\xbb\xc9\x35\x61\x2f\x32\x26\x0c\xec\x5c\xcc\ \x51\x6c\x34\xb3\x36\x2e\xfb\xde\x64\x4f\x9e\xa7\xec\x82\xab\x54\ \xaf\x51\xb3\x46\x95\x0a\xc5\x45\x6f\x0d\xdb\x04\x04\x81\x03\x00\ \x9a\x22\x49\x8e\xe3\x09\xe1\xf5\x02\xe8\xe7\x57\x0e\x79\x4e\x00\ \x04\x4a\xfc\xc1\x5a\xa4\x60\x65\x15\x8e\xe3\x25\x76\xce\x01\xc5\ \x03\x02\x82\x2b\x34\x6d\x56\xd3\x51\x4e\xf2\xaf\x8d\x6b\x94\x48\ \x44\xf0\x02\xcf\xf3\x20\x8a\xa2\x3e\x51\x14\x05\x9e\xb7\x06\xaa\ \x79\xa3\x4c\xbf\x36\xb0\x12\x3e\x65\xeb\xd4\xaf\x58\x2c\xef\xd5\ \xa3\x4b\x77\x22\x4d\xdf\xf8\x51\x26\xde\x8a\x90\x04\x41\xa8\xd5\ \xea\x33\xa7\x4e\x97\x29\x5b\xb6\x5e\xdd\x7a\x66\xb3\xb9\x42\xf9\ \xf2\xf5\xeb\xd7\xbf\x74\xe9\x52\x4a\x4a\x8a\x35\x5e\xc0\xdb\xcd\ \x42\xc4\x7b\x02\x29\xcf\xf3\x2c\xc3\xd4\xae\x5d\xbb\x5a\xb5\x6a\ \xe7\xcf\x9f\xb7\x58\x2c\x9d\x3a\x76\x52\x28\x14\xec\x3b\x82\xe7\ \x1b\xe1\xf3\xb3\xe6\x12\xd6\xbe\xeb\x4f\x73\x36\xff\xb6\x61\xd3\ \xe6\x35\x7d\x1a\x95\x87\xc9\x24\x14\x35\x90\x31\x99\x49\x07\x85\ \xfc\xb5\x69\xa1\x28\x98\x0d\x63\x31\x01\x8c\x4c\x4e\x93\x02\xc3\ \x0a\x02\x48\x92\x2e\x32\xb4\x11\xac\xc9\x48\x50\x12\x3b\x39\x0d\ \x8e\x27\x08\xd2\xba\x1c\x25\xf0\x8c\xd1\xc8\xf0\x02\xa5\x94\x08\ \x2c\x2f\x00\x82\x75\xbd\xdd\xba\x6e\x43\xd2\x92\xdc\x57\x37\x2e\ \x3e\x48\x7e\x76\x6a\x65\xd7\xde\x3f\xbf\xc8\x2f\xb8\x7d\xea\x44\ \x06\x2b\xa1\x41\xd0\x34\x4d\x08\xbc\x00\x82\xa6\xbf\x6c\x6a\x23\ \x08\x30\x6a\x9d\x89\x25\x14\x4d\xfa\x0e\x75\x0e\x5b\xda\x77\x73\ \x62\xdf\xc1\x5d\x3d\x14\xb0\x30\xc6\x94\xc7\xbb\x47\xcc\xd9\xe9\ \x56\xbb\x4d\x9b\x3a\x65\x1c\xc4\x1c\x27\x40\x10\x78\x4e\x00\x40\ \x08\x8c\x99\x27\x68\x99\x98\xb4\x5e\x20\x08\x82\xe7\x18\x23\x03\ \x41\x22\xa2\x44\x02\xcb\x83\x00\x78\x82\xf6\xf2\x2f\x9d\xf3\x38\ \x3c\xdb\x4c\x2a\x64\x52\x89\x54\xee\xe0\x40\x5d\xda\x3a\x7d\xe1\ \xc9\x94\xc6\x1d\x3a\xd7\x28\xe9\xca\x9b\x0b\xfd\x9b\x8e\x3b\xbc\ \x6b\x81\x24\x7c\x4f\x97\xce\x43\xaf\x27\x18\x48\x52\x59\xa9\x41\ \xcb\x2e\x1d\xda\x4d\x58\xb6\x63\xe3\xd4\x2e\xb4\x41\xcf\x09\x5f\ \x58\x7e\x64\x7c\x6b\x35\x90\x99\x52\x37\xaf\xdd\xcb\x97\xac\xdf\ \xb5\x7d\x6b\xd7\xc2\xb0\x4d\x1b\x8e\xca\xfd\xca\x54\xf4\x91\x58\ \x58\x81\x67\x19\xa3\x85\xe3\x44\x0a\x31\x41\x58\x2c\x2c\x47\x89\ \x25\x22\x0a\x10\xc4\x52\x89\xc0\xb1\x1c\x0f\x41\x20\x44\x22\xd2\ \x64\x66\x9c\xbc\x2b\x75\xec\xd4\xae\xeb\xe0\xc9\xc7\x8e\xad\x28\ \xef\x4c\x5a\x58\x4e\xe0\xcc\x4e\xa5\xea\x97\x11\x0c\x87\x7f\xfb\ \x2d\x45\x59\xbe\x47\x97\x76\xe5\x65\x99\xdb\x37\x6d\x49\x71\x09\ \xac\x10\xec\x6a\x36\x30\x52\x89\xd8\xfa\x0a\x24\x14\xcf\x72\x3c\ \x49\x12\xac\xc5\xc2\xf3\x66\x0b\xcf\x82\x24\x29\x8a\x00\x78\x5e\ \xe0\x2d\x46\x93\x73\xf9\xb6\x47\x0f\x6d\x28\x6f\xba\xd3\xbb\x63\ \xaf\x3d\x61\x79\x32\x11\x6d\xe3\xb2\xef\x8d\x3d\x05\x96\x61\xd8\ \x77\x1c\xee\x38\xd6\x3a\x3e\x38\xc6\xea\x61\x22\x70\x0c\x63\x21\ \xc4\x76\xfe\x9e\xa2\x97\x4f\x1f\x27\x67\xe4\x64\xe5\x16\xbc\x6b\ \x7f\xe1\x39\xd6\x3a\x3f\x59\xb6\xe8\x32\xc7\xbc\xe3\x9c\x28\xf0\ \x2c\x5b\x24\x04\xb8\xfb\xb8\x93\xc6\x9c\xcc\x02\x33\xc1\xb3\x1c\ \x04\x92\xa2\x00\x73\x5a\x62\x72\x66\x7a\x4a\x78\x64\xb2\xa3\x87\ \xab\x9d\x93\x9b\xb3\xc2\x14\x16\xf6\x2a\x23\x3d\x31\x22\x2a\xc3\ \xc3\xcf\x53\x4a\xf2\x0c\xc3\x58\x93\xcb\x15\x32\x73\x5e\x4a\x6c\ \x6a\x46\x4e\x9e\x56\xa3\xce\x31\x89\x1c\x03\x8b\x39\x19\x72\xb2\ \xf4\xdf\x68\x0b\x12\x84\x0f\xd6\xd3\xeb\xd6\xab\xd3\xa8\x51\x23\ \x8e\xe3\x58\x96\x35\x9b\xcd\xd5\xaa\x55\x6b\xde\xbc\x39\x49\x51\ \x1c\xc7\xbd\xbb\xc2\xfe\x71\x42\xeb\x03\x0d\x1a\x34\x68\xdb\xae\ \x5d\xfb\xf6\xed\x1d\x9d\x1c\xcd\x66\xf3\x87\x8b\xf5\xbc\xf0\x39\ \xc5\x9d\x10\x78\xa3\x5e\x67\x34\x99\x19\x8b\x85\x63\xcc\x46\x83\ \xde\x60\x62\x01\x4e\xaf\xd7\x71\x12\xd7\xfa\xcd\x4b\x1e\xdf\xbc\ \x72\xdf\xd9\x8b\x67\xaf\x3f\x33\xb1\x04\x09\x98\x0d\x7a\x33\xc3\ \x03\xb0\x18\x0d\x06\x33\x2b\x55\xd8\x1b\xe2\x62\xc2\x5e\xa4\xb1\ \x3c\xab\x2b\x28\x74\x28\x53\xbf\x8c\x22\x7b\xe9\xfc\xb5\x57\x2e\ \x5e\x7d\xf8\x22\x05\x12\x5a\x60\xcd\x7a\x83\x49\x20\x08\x81\x63\ \xf4\x7a\xbd\x85\x97\x04\x7a\xd8\xc5\x5e\x3b\x7c\xe0\xf4\xf9\xd0\ \xc8\x2c\x92\xa6\x25\x22\xf3\xa9\xad\xbb\x44\x8d\xc7\x1d\x3a\xf0\ \xc7\x8e\xad\x5b\xf7\x6d\x5d\x24\x89\x38\x79\xea\x61\xae\x9d\x34\ \xff\xfe\x83\x70\xa3\xc8\x8e\xd3\xa6\xde\x0d\x8b\x65\xa9\x2f\x10\ \x28\x41\x81\xcd\x52\xe7\x33\x24\x2f\x71\xab\xd8\xa7\x47\xeb\x66\ \xed\xbb\x37\x0d\x76\x03\xc5\x68\xd4\x99\x3a\x93\xc1\xc0\x11\x8e\ \xae\xae\xce\x0a\x09\x6b\x36\x08\x72\x37\x4f\xca\x72\x71\xef\xbe\ \xb3\xe7\xce\x65\xb8\xd5\xa9\xe3\xa1\xfd\x65\xfa\x92\x53\x97\xaf\ \x5e\x7d\x18\xa9\x35\x33\x26\xb3\x45\x20\xc0\x5b\xeb\x0c\x02\x80\ \x85\x25\xaa\xb7\x1a\x5c\xcf\x7c\x73\xd0\xe0\x29\xfb\xce\x5d\x3d\ \x7b\x64\xd7\xee\xd3\xf7\xf3\xf4\x06\x5e\x22\x77\x75\x73\x55\xd0\ \x60\x78\x21\xf3\xc5\xdd\xf0\x5c\x69\x9b\xce\x6d\xc9\xd8\xa7\xf1\ \x26\x55\xa3\x66\x41\x77\x2e\xdd\xcc\xb1\x10\xfa\x42\x8d\x45\xe2\ \x20\x21\xbf\x64\x20\x14\x38\x8b\xbd\x6f\xed\x86\xca\x97\x1b\x37\ \xdf\x6d\xd4\xb1\x91\xd2\xb1\x44\xcb\x10\xbb\xf5\x5b\x0e\xb9\xd6\ \x68\xe9\x42\x32\x46\x93\x51\x6f\x62\x40\x10\x1c\x6b\x2e\xd0\xea\ \x9d\x8b\xd7\x68\x5a\x22\xeb\xd7\x65\x6b\x2f\x9c\xde\xb3\x78\xe3\ \x9d\x9a\x0d\x5a\xfa\x3b\x90\x82\x31\xe9\xda\xdd\xc4\x5a\xcd\xea\ \x89\x32\xee\xde\x8d\x2d\x20\x99\x42\x83\x20\x48\xa5\x12\x00\x02\ \xcf\x49\x1c\x4b\x34\xab\x6e\xd9\xf4\xdb\xce\x80\xe6\xed\xdd\xed\ \x5c\x9a\x37\x2b\x77\x60\xfd\x0e\xd6\xa7\x4e\xb0\xa7\x6b\xfd\xa6\ \xf5\xef\x6e\x5b\xfd\xc7\xb1\xd3\xeb\x96\x2d\x49\xf0\xac\x51\xbb\ \x9c\x9b\x41\x5b\x60\x62\x38\x96\xe5\xbd\x4a\xd7\xaa\xef\x19\x37\ \x77\xee\xf2\x8b\x97\x6f\x3e\x8e\xca\x24\x28\x2a\x2f\xf5\xe5\x9d\ \x17\xfa\x1f\xda\xb7\xf7\x46\xd4\x9d\xd8\x1c\x8a\xb2\xad\xc0\xff\ \x7f\x00\xf5\xf3\x94\x49\x1f\x3b\xf0\x64\xe7\xe4\xf8\x14\xf3\x23\ \x04\x5e\x6f\xb0\x38\x79\x7a\x28\xc5\x45\x81\x7f\x8d\x3a\x83\xdc\ \xc5\x4d\x25\x66\x0d\xbc\xd4\xdb\xdd\x91\x12\x98\x42\xa3\xe0\xec\ \xe1\xe1\xe9\xe3\x41\xe9\x73\x93\x92\x33\xb4\xac\xc4\xc7\xdf\xdf\ \xdd\x51\x61\x9d\x5a\x16\x83\x9e\xb6\x73\x75\xb5\x17\xe9\x75\x8c\ \x93\x87\x87\x82\x16\x4c\x7a\x83\xcc\xc9\xc3\x51\x21\xb6\x8a\x4d\ \x3a\xa3\xe0\xe2\xe1\x21\xa3\x20\x52\xba\xb8\x29\x85\x94\x84\xa4\ \x8c\xec\x7c\x28\x9c\xdc\x1c\xc4\xe9\x09\x09\x5a\x13\xa7\xcd\x55\ \x4b\x3d\x4a\x56\x2d\x5b\x4c\x44\xd1\x1e\x1e\x4e\x85\x99\x49\xc9\ \xe9\x1a\x47\xff\xb2\x95\x4b\xba\x91\xac\x59\x6f\x26\xdc\x3c\xdd\ \xc4\x24\x24\x76\x0e\x22\x8b\x26\x21\x29\x8b\x97\xd8\x4b\x98\xdc\ \xa8\x98\x84\x1c\x3d\x59\xa2\x42\x45\x6f\x07\xe9\x57\x2d\x76\xa9\ \x29\xc9\x24\x49\xba\xba\xba\x5a\x7d\x89\x04\x41\x90\x48\x24\x9e\ \x9e\x5e\x04\x41\x70\x2c\x6b\xbd\x42\x10\x84\xa7\xa7\xa7\x54\x2a\ \x7d\xa3\x80\x93\x24\xa9\x2d\xd0\x9a\xcd\x26\x57\x57\xb7\x0f\x9c\ \x90\xac\x62\xa9\x8f\x97\x97\x4c\x2e\x67\x19\xe6\xe3\xee\xd5\xeb\ \xf5\x24\x01\xa9\x54\xfa\x81\x0a\x4f\x10\x24\x05\x73\x5a\x7a\x5e\ \xf1\x9a\x8d\x4a\xbb\x2b\x05\x81\xcf\x4b\x4f\xa3\xbc\xca\xd7\x2b\ \xeb\x90\x90\xaa\x2b\x5f\xbb\x61\xd3\x86\x75\xec\x35\xcf\x4f\x5c\ \xba\x9f\x94\xf0\x4a\x2f\x0f\xea\xd9\xad\xbe\x26\x21\xd9\xb5\x7c\ \xed\xf2\xfe\xaa\xbc\x94\x04\xce\xbd\x6c\xd3\x86\xd5\xe5\x39\xcf\ \x5f\xc1\xa7\xb2\x87\x48\x43\xba\x34\x68\xdc\xb0\x51\xcd\x92\xb1\ \xb7\xce\xde\x8d\x88\x7d\x15\x97\xe4\x57\xbf\x6b\x93\x62\x44\x86\ \x59\x55\xaf\x5e\x65\xb1\x41\x9d\x9c\xc3\x54\xaa\x5b\xa7\x5a\xd5\ \x12\x9a\xe8\x5b\xe7\x6f\x3e\x15\x79\x55\xae\x59\xce\x9b\x34\xa6\ \x5d\xb9\x1f\x5d\xb5\xf3\x80\x06\x81\x2a\x82\xa2\x55\xce\xee\x94\ \xfa\x45\x9e\x6b\xe5\x96\x21\x9e\x61\x8f\x53\xaa\xb7\x6e\xe7\x6b\ \xc9\x8e\xca\xe2\x6b\x84\x54\x92\x0a\xec\xe7\xfc\x30\x69\x8a\x4b\ \x4b\x4a\xb5\x2b\x59\xbd\x56\x90\xbb\x4f\xc5\x26\x9d\x1a\x95\x93\ \x00\x9c\x29\x3b\xdd\x64\xd7\xa2\x4b\x9f\x20\x24\x1d\x3a\x70\xf2\ \x51\xa2\x26\xb8\x7e\xeb\x96\xf5\x6b\x54\x08\x50\x3e\xb9\x74\xe6\ \x4e\x54\x76\xf1\xda\x1d\xfa\xb6\xae\x9a\x12\x7a\xf6\xfc\x9d\xb0\ \x2c\xda\xa3\x82\x9f\x3d\xa7\xf0\xab\x57\xbd\x0c\x59\x98\x9e\xaa\ \x95\xd7\xae\x5f\xd3\x9e\xe0\x38\x8e\xa5\xed\x8b\x35\x6d\x5e\x23\ \xff\xf9\xad\x0b\x37\x1f\x44\x44\x26\xd0\x9e\x95\x7a\x77\x69\xc3\ \xc7\x5c\x3b\x7c\xea\x6a\x2a\xeb\xd4\xb2\x73\x67\x3f\x4b\xc4\x6f\ \x9b\xf6\x5c\x0b\x4b\xac\xde\x6b\x64\xef\x96\xb5\xaa\x87\x54\x17\ \x12\xef\x1d\x3d\x77\x23\x3c\x41\x53\xba\x72\x48\xa0\x93\xe8\x0b\ \x9e\xe6\x04\x01\x91\x4c\x69\x27\x29\xc8\xb6\xaf\x3b\xb6\x77\x43\ \x19\x2d\x72\x77\x90\x6b\xf2\x98\xf6\x43\xfa\x97\x52\x11\x79\xe9\ \xa9\x16\x55\xc9\x46\x55\x8a\xb3\x05\xe9\x99\x46\x45\xdd\x46\xcd\ \x9a\xd7\x2d\x93\x14\x7a\xe6\xf4\xb5\x30\xff\xa6\xc3\x66\x0f\x6d\ \xae\x90\xc8\x94\x12\xfd\xb3\x97\x85\x2d\x07\x0d\x0e\x71\x37\x9c\ \x3a\x72\x32\xf4\xf1\x73\xde\xb3\x6c\xf5\xe0\x62\x94\x55\xa0\x16\ \x49\x14\x32\x32\xb3\xc0\x67\xc4\xf0\x0e\x8e\x14\xe5\xe6\xa2\xcc\ \x56\xe7\xd5\xed\x3a\xb8\xa6\xa7\xd4\xbb\x5c\xcd\x62\x6c\xc2\xfe\ \x63\x17\x32\xc4\xa5\x67\x2d\x98\x5a\xc9\x5d\x48\x4a\x48\x75\x0e\ \xaa\x5d\xb1\x98\x03\x27\x71\xae\x5b\xaf\x42\xea\x83\x4b\x67\xae\ \xdd\xd7\xda\x07\x75\xeb\xde\xde\x4b\x48\xdc\xb6\x7e\xcb\xf9\xbb\ \xcf\xbd\xeb\x0d\x98\xdc\xa3\x9e\x8c\xe4\x6d\xde\x9f\x7f\x3f\x3e\ \x1d\x1d\xf9\x79\xe4\x8b\x9a\xb5\xeb\x51\x14\xf5\xff\xad\x5e\x82\ \xf6\xe6\x85\xeb\xce\x55\x5b\x94\x75\xfd\x8f\xef\x16\x0d\xbd\x7b\ \x9b\xa6\xc8\xe0\xe0\x32\x5f\x38\xb8\xf9\x13\x06\x63\x9a\x4e\x4d\ \x4d\x2d\xd0\x6a\xca\x04\x97\xfd\xa4\xb7\xfc\xe7\x76\x1c\x50\x14\ \x95\x93\x93\x4d\x91\x84\x4a\xa5\xfa\x80\x76\x09\x02\x39\x79\x1a\ \xb1\x44\xcc\x9b\xf4\x26\x86\x07\x20\x91\x2b\xe4\x22\x41\xaa\x70\ \x52\xc8\xc5\x9c\xd9\x90\x14\x1b\xf1\x3c\xc9\xec\xed\x46\xee\x5f\ \x3a\x37\xbe\xf4\xa8\x3d\x0b\xda\x4b\x08\x9a\x37\x1b\x8c\x16\x4e\ \x2c\x57\x8a\x05\x8b\xde\xc4\xc9\x94\x0a\xc2\x62\x30\x43\x24\x13\ \x11\x26\x83\xe6\xe9\xdd\x47\x3a\xb9\xb3\x4c\xfd\x68\xe6\xc2\xfd\ \xbd\x96\xff\x31\xb8\x41\x20\xc1\xb3\x7a\x9d\x41\xa0\x44\x0a\x85\ \xc4\xac\xd3\xb3\x84\x48\x21\x97\x92\x84\xc0\x98\x8d\x26\x33\x2b\ \x10\x94\x5c\x21\x07\x63\x34\x98\x39\x82\x80\x00\x42\xae\x50\x82\ \x31\x32\x84\x58\x26\x12\x74\x3a\x93\x58\xae\x10\x09\x8c\xde\x68\ \xfa\x9c\xfc\x4c\x10\x84\xd9\x6c\x31\x98\xcd\x14\x6f\xd6\x1b\x59\ \x82\x24\x49\x08\x1c\xcf\x53\x62\xb9\x5c\x0c\x91\x48\xea\xe0\xe4\ \x4c\x93\x02\x40\x82\x37\xeb\xf4\x26\x52\x2c\x93\x4b\x45\xe0\x39\ \x93\xc1\xc0\x11\x62\x99\x4c\x42\x12\xe0\x19\xb3\x85\xa7\x24\x14\ \xaf\x37\x18\x41\xcb\x14\x32\xca\xa0\xd3\xbf\x71\x94\x22\x69\xb1\ \x4c\x2a\xb6\x9a\x1a\x38\x8b\xc9\xc4\x0a\x32\x99\x8c\x84\x40\x90\ \x04\x63\x32\x98\x79\x5a\x2e\x13\x11\x20\x04\xce\x62\x30\x98\x05\ \x92\x96\xc9\xa4\x14\x49\x40\xe0\x4c\x46\xa3\x85\x13\x88\xcf\x52\ \x27\x61\x36\x9b\xd5\xea\x7c\xb1\x4c\x29\x17\xf3\x85\x85\x06\x8e\ \x07\x29\x92\x28\x15\x52\x8b\x4e\x2b\x55\x3a\xd8\x3b\x3a\x89\xc1\ \xe8\x0c\x66\x52\x24\x55\x48\x48\xbd\xde\x20\x50\x12\xb9\x4c\x4c\ \x12\x84\xc0\x31\x46\xa3\x89\x15\x08\x89\x4c\x2e\x26\x59\xbd\xde\ \x22\x92\xca\xac\x5e\x9f\xac\xd9\x68\xb4\x30\x45\xb1\x90\x05\xd0\ \x12\x99\x52\x46\xe9\x0b\x75\x0c\x27\x10\x94\xd8\x4e\x29\xe7\x4c\ \x85\x7a\x33\x47\x90\x94\x44\x2a\x13\xd3\x24\x04\xde\x6c\x32\x9a\ \x19\x41\xa6\x50\x10\x8c\xd1\x60\x61\x09\x82\x78\xdd\x64\x10\x04\ \x61\x36\x1a\x2c\x1c\x29\x97\x4b\x49\x02\xe0\x59\x83\xc1\xc8\xd9\ \xa8\xf3\xfb\x59\x35\xfa\x0e\xf6\x5f\x8b\xdc\xbc\x7c\x14\xa2\xbf\ \xa3\x1a\x82\x00\x92\x20\xff\x85\x56\x93\x24\x41\x93\xd4\xe7\x12\ \x7e\x2e\x37\xc1\xea\xa4\xfe\xc9\x36\x8b\xc4\x9b\x37\x6f\x4e\x4b\ \x4f\x7f\xf7\x62\xf1\xc0\xc0\x19\xd3\xa6\xea\x74\x7a\xb1\x98\x36\ \xe5\xc5\x9e\xd8\x7d\x5e\x0f\xc1\xb9\x5c\xef\xc5\xa3\x5a\x12\x46\ \xb3\x81\x37\x59\xa7\x3d\x63\xd4\x5b\xa5\x5c\xa3\xae\xd0\x6a\x65\ \xd1\x31\xa4\x98\x12\x92\x9e\xdf\x3e\xf2\x20\x51\x20\xa4\xed\x26\ \xfd\xd2\xbd\x86\xb7\x51\x57\xc8\x0b\x56\x2f\x7f\x56\x5f\xc8\x5a\ \x35\x00\xbd\x8e\x79\xcb\x1f\xe0\x8d\x7a\x9d\x95\xca\xad\x76\x5d\ \xa3\xde\x9a\x21\x5b\x68\x06\x00\xb3\x41\x67\xc6\x17\x7c\x06\x20\ \x11\x8b\xe3\xe2\xe2\x7f\x5d\xb5\xfa\x93\x77\x87\x0c\x1a\x50\xbb\ \x56\xad\x42\xfd\x1b\xa7\x60\x82\xb3\x98\x0a\x2d\x6f\xe2\xb3\x58\ \xf4\xba\xb7\xa7\x18\x32\x00\x08\x12\x9c\x59\xa7\x7b\xaf\x44\x9e\ \x7d\xef\x31\x00\xfa\xa2\x56\x17\x59\x98\x74\xd6\xba\xbe\x7e\xda\ \xa0\xd7\xbd\x63\xe2\xfe\x2c\x24\x12\x49\x54\x74\xf4\x9a\x75\x1b\ \x3e\x79\x77\xc4\xb0\x21\x35\xaa\x57\xd7\x19\x2d\x20\x08\x9e\x35\ \x17\xb2\x00\x08\x70\xef\xd5\x84\x80\x60\x31\xea\xad\xbf\x2d\x26\ \xc3\xdb\x66\xbd\x2e\x96\x20\xc0\x59\x8c\x05\x96\x37\x9d\xcd\x14\ \x6a\x0b\x8a\xfe\x16\x78\xb3\x51\x6f\x7e\xe7\x53\x6a\x32\xe8\xf0\ \x7a\x4b\xd5\x47\x4d\xe6\xde\xbe\x35\x1b\xbe\x1f\xd9\x93\x20\x88\ \x57\x71\x71\x55\xaa\x85\x90\xe4\xff\x84\x31\xe5\x69\xd8\x23\x52\ \x80\x9b\xbb\x1b\x2d\x12\x7d\x73\xb0\x0f\x42\xe0\x39\x4d\xbe\x86\ \xe7\x79\x3b\x7b\x7b\x89\x54\xf2\x97\xa2\x84\xe4\xe7\xa9\x1d\x54\ \xf6\xd2\x4f\xed\x73\x57\x28\xe4\x24\xf9\x9e\xc8\xcf\x71\x9c\x5e\ \xaf\x27\x08\x42\x10\x40\x8b\x24\x72\xb9\x84\x00\x8a\x24\x9d\xaf\ \x15\x2a\x80\x90\xca\xe4\x12\x11\x09\x80\xb5\x98\x8d\x26\xcb\xdf\ \xf0\x39\x12\x04\x81\xa6\x69\xb9\x5c\xfe\xc9\xbb\x46\xa3\x91\x61\ \x98\xef\x33\x74\xec\x7f\x6f\xcd\x6d\xf8\x8e\x34\xf7\xec\xec\x1c\ \x86\x17\x64\x72\xb9\xf0\x4f\x77\xc1\xe5\x79\xde\x64\xd0\xb9\xba\ \x38\x6b\xb5\x85\x16\xcb\xb7\x93\x8b\x20\xa2\x45\x0e\x0e\xf6\x22\ \x91\x28\x3f\x5f\x63\xb6\x58\xbe\x59\x6e\x15\x68\x4a\xa4\xb4\x53\ \x2a\x15\x72\x5b\x80\x25\x1b\x6c\xf8\xa7\xb1\xa7\x55\xfc\x2c\x28\ \x28\xd0\xe9\xf5\xc2\x3f\x3d\xee\xba\x54\x26\x73\x54\xa9\xde\x04\ \x94\xfa\x76\xb9\xe2\x8d\x9f\xbc\x55\x42\xff\x17\x12\xda\x06\x9f\ \x0d\x36\xfc\x03\xd9\xd3\x2a\x81\xfe\x2f\x68\xee\x56\x27\x4d\x1b\ \x97\xd9\x60\x83\x0d\x7f\x15\xf4\x17\x54\x5a\xdb\x81\x3f\x36\xd8\ \x60\x83\x0d\x9f\x83\xcd\xc9\xd6\x06\x1b\x6c\xb0\xc1\xc6\x9e\x36\ \xd8\x60\x83\x0d\x36\xf6\xb4\xc1\x06\x1b\x6c\xb0\xb1\xa7\x0d\x36\ \xd8\x60\xc3\x3f\x0d\xb6\xd0\x2c\x36\xd8\xf0\x8f\x85\x35\x12\x97\ \xf0\xfd\x9d\x2a\x5e\x14\x36\xec\x1d\x5f\x17\xeb\x36\x84\xef\xb0\ \x9e\xc4\x6b\x2f\x43\x1b\x7b\xda\x60\xc3\xff\x10\x75\x5a\x18\x26\ \x23\x33\xcb\x68\x30\xb0\x2c\xfb\xfd\xec\x92\x12\x00\x85\x4c\xe6\ \xec\xec\x6c\x6f\x6f\x27\x14\x9d\x3b\x48\x14\xea\x0a\x73\x73\xd5\ \x06\x83\xe1\x3b\xa2\x4e\x41\xa0\x68\x5a\x21\x93\xb9\x7b\xb8\x4b\ \x3e\x75\x7e\xb8\x8d\x3d\x6d\xb0\xe1\x1f\xcb\x9e\x99\x99\x59\x6e\ \xee\x9e\xae\x6e\xee\xdf\xd5\xb6\x17\x6b\x34\x96\x98\xa8\x17\x52\ \xa9\x44\x2c\x16\x0b\x82\xc0\x30\x4c\x6e\x5e\x7e\xc9\xd2\x65\xa4\ \x52\x99\xf0\x3d\x45\xca\x27\x48\x52\x9d\x9b\x9b\x91\x9e\xe2\xef\ \xe7\x6b\x63\x4f\x1b\x6c\xf8\x1f\x62\x4f\xbd\x5e\x5f\xda\xc9\x99\ \x20\x00\xf2\xfb\xd2\x89\xe5\x0a\x05\x08\xc2\x62\xb1\x88\xc5\x62\ \x82\x20\x58\x96\xe5\x38\x5e\xa1\x54\x72\x1c\xfb\x9d\x45\x12\x10\ \x1c\x9d\x9d\xe3\xe3\x62\x3e\x79\xcf\xc6\x9e\x36\xd8\xf0\x8f\x05\ \xc7\x71\x2c\xc7\x52\x34\xf5\xaf\xec\xa6\x13\x04\x82\x12\x51\x24\ \xc1\xb1\x16\xe1\x3f\x60\x90\x64\xde\x0f\x7d\xcb\xbe\x8e\xa5\xfb\ \x2f\xd7\x93\x67\xbf\x7a\xd8\xeb\xbf\xda\x87\x9f\x89\x5d\x69\x63\ \x4f\x1b\x6c\xf8\x27\x8b\x9f\xd6\xcd\xc8\xdf\xca\x4a\x04\x29\x12\ \xbd\x3d\xc3\x4a\x1b\x73\x6e\xf3\x99\x94\x5e\x23\x87\x78\x91\x9f\ \x3b\x09\xea\x5f\x97\xe9\x3e\x10\x31\xad\x87\xc6\x7c\xab\x85\xe1\ \xfd\x7a\xea\x13\x2e\x6f\x3c\x1a\xd3\x6d\xe4\x70\x5f\x11\xc3\xfe\ \xbb\xf5\x7e\x81\xe7\x3f\x27\x0e\xdb\xd8\xd3\x06\x1b\xfe\xc9\x10\ \x78\x2b\x79\x7e\x95\xfc\x04\x92\x96\x88\x84\xc2\x5b\x87\xf7\x9d\ \x7f\x98\xc0\xd1\x8a\xea\xcd\xbb\x57\xe7\x1e\xec\x3b\xf6\xbc\xf5\ \xf0\xa1\xde\xa4\x40\xd2\x62\x8a\x24\x21\x70\x8c\xc5\xc2\x0b\x04\ \x2d\x96\x50\xd6\xe0\xcc\x16\x0b\xc7\x83\x16\x8b\x29\x92\x04\x04\ \xce\x62\x66\xf9\xaf\x2f\xf2\x7f\x7c\xb8\x97\xf0\xba\xaa\x5f\xaf\ \x27\x25\x16\x11\x86\x7b\xc7\x76\x9c\x09\x8d\x65\x49\x69\xe5\xa6\ \xdd\xeb\xcb\xc2\xf6\x1f\xbd\xd5\x64\xe8\x48\x3f\x5a\x20\x29\x31\ \x45\x91\x00\xc7\x98\x19\x5e\x10\x48\x8a\xb6\xf2\x2c\xcf\x98\x19\ \x8e\x7f\xfd\x53\xe0\x19\x0b\xc3\xf1\xdf\xb2\xc8\xff\x85\xde\xb3\ \xb1\xa7\x0d\x36\xfc\x93\xc9\x53\x10\x78\x08\x3c\xbe\xca\x9e\x04\ \x25\x12\x72\x37\x4c\xea\xbb\xfa\x0e\xd3\xa6\x65\x23\x85\x21\x33\ \x22\x2c\xb6\x52\x15\xb1\x54\x22\x86\x00\xd0\x54\x61\x7a\xcc\xf3\ \xd8\x2c\x7b\xaf\xe2\x65\x8a\x7b\x10\x16\x53\x56\xec\x8b\xb8\x0c\ \xad\xd8\xc1\xab\x5c\xb0\x9f\x88\xe0\x34\xe9\xf1\x09\x49\xe9\x06\ \x42\x5e\xb2\x4c\xb0\xb3\x94\xf8\x2a\x59\x17\x1d\x49\xfb\x41\x4d\ \xad\x55\xfd\xaa\xd4\x49\x6a\xb6\x4d\x1b\xb0\xf8\x72\x41\xeb\x96\ \x4d\x1c\xcc\xd9\x11\x4f\x62\x6a\xd6\x13\xc9\x24\x22\x08\x02\x68\ \xda\x98\x1d\xff\x2c\x3a\x4d\xe2\xea\x57\xae\x74\x31\x92\x61\x05\ \x4b\xc1\xb3\xc7\x2f\xf2\xcd\x94\x4f\xa9\xd2\x3e\xce\x2a\x8a\x29\ \x78\xf6\x24\xb2\x40\x70\x28\x5b\x2e\xc8\x5e\x0c\x86\xe3\xbf\x4e\ \x9f\x9f\xaf\x92\x8d\x3d\x6d\xb0\xe1\x1f\x4c\x9e\xe0\xc1\xf3\x10\ \x04\x7c\x99\x95\x08\x5a\x2c\x89\x3f\xb1\x6e\xcd\xd9\x82\xd5\x17\ \xae\xb6\x0e\x94\x01\x9c\x00\x2a\xfd\xca\x03\x4e\x10\x44\x12\x64\ \x3d\x3d\x3e\x6e\xda\x26\xb3\xb3\x73\x66\x5c\x7e\x8f\xb9\xbf\x8d\ \x6d\xee\x1a\x76\x69\xcf\x9f\xf7\x32\x93\x5e\x46\x57\x1a\xb4\x62\ \xc3\xc8\xa0\xa5\x63\x7e\x3c\x9a\xac\xa8\x18\x1c\x34\x7c\xfe\xe2\ \x1f\x7c\x28\xf3\xd7\x8e\x0a\xe1\x85\x0f\x05\x54\x01\x02\x0f\x9e\ \xff\x7a\x3d\xa5\xa9\x17\x57\xfd\x7a\x24\x75\xe9\x99\x1b\x9d\x83\ \xec\xac\xf5\xcc\xbd\xb3\x94\x13\x20\x12\x13\xf9\x51\xe7\x87\x0f\ \x9b\x97\x2e\x73\x31\x65\xa9\x9b\x8d\x5d\xba\x70\x60\xd5\xdd\x33\ \x86\x6d\x7e\x68\xf2\x77\x53\x35\x1c\x36\x6d\x48\x3d\xf3\x86\xd9\ \xe3\x8f\xbe\x64\x95\xc6\x4c\xa2\x72\xaf\xdf\x16\x0c\x77\xa5\xcc\ \xcc\xd7\xa4\xdd\x2f\x54\xc9\xb6\xd7\xc8\x06\x1b\xfe\xe1\x9a\xbb\ \xc0\x73\x02\x2f\x7c\xf1\x3f\x44\xa4\xf9\xd1\x9d\xe7\x0e\x25\xdb\ \x36\x0c\x94\x98\xf4\x85\x06\xbd\xc1\xcc\x40\x10\x04\x10\x24\xcd\ \xea\x0e\x2e\x59\x90\xa4\x0a\x19\x33\x6c\x54\x9b\xe2\x79\x1b\x56\ \x6c\x54\x13\x0e\x0d\x3a\x0d\x1d\x3f\x66\xe4\x80\xc6\x7e\x97\xff\ \x3c\x9b\x6f\x28\x4c\xce\xe3\x7a\xfd\xb2\xfd\xc8\x8e\xa5\xb5\xdd\ \x09\x33\xc3\x7f\xad\x38\x41\xb0\x8a\x9e\xef\xdb\x13\xbf\x21\x15\ \x68\x92\x09\xbb\x1b\x21\xf1\x6b\xd5\x34\x48\x61\xad\xa7\xc9\x5a\ \x4f\x10\xb4\x60\x3c\xbc\x64\x7e\x5e\xb9\x81\x67\xcf\x9c\xde\xbf\ \xa4\xdd\x91\x75\x4b\x6f\xbe\xca\x7c\x74\xed\xb1\x5f\x93\x21\xbf\ \xed\xdd\x39\xa4\x49\xb9\x98\x73\x7f\xac\x3d\x9e\xde\x65\xc8\x98\ \xd1\xfd\x9b\x3f\xdb\xb6\xf6\x5c\x58\x0e\x2d\xa2\xbe\xa5\x50\x9b\ \xec\x69\x83\x0d\xff\x83\xa2\x27\xc0\x0b\xe0\x79\x7c\x4d\x71\xe7\ \x41\xc8\xc4\x24\x63\x50\x33\x20\xa5\x14\xc9\x0a\x04\x4d\x01\x82\ \x40\x12\xa4\x60\xd6\x27\x47\x67\xb2\x9e\x89\x47\x0f\xee\x65\xed\ \x43\xfa\xd5\xa9\x65\x48\xbc\x35\x6d\xcc\xcc\x54\xbb\xe2\x8e\x79\ \x49\x1c\x17\xc0\x72\xbc\x48\x44\xd3\x14\x09\x82\x24\x05\x96\x17\ \x84\x6f\x52\x87\x85\x8f\x0c\x9f\x3c\x8f\xaf\xad\x1a\xf1\x80\x4c\ \x4c\x71\xc6\x7c\x0b\x48\x05\x45\xb2\x02\x41\x51\x80\xc0\x83\x20\ \x09\x8b\x36\xea\x85\xbe\xd6\x84\xfa\x76\x34\x65\x17\xd2\xb4\x18\ \x73\x2a\x2a\xd3\x7e\xf2\x6f\x8b\x66\x2e\x58\xdf\xa1\xdd\xe1\x9f\ \x16\x2d\x50\xa6\x67\x17\x98\xd9\xa7\x97\x0e\x85\xb3\x5c\xcb\xde\ \xbd\x4a\x3a\x70\x0c\xc3\x7d\xb5\x44\xc1\xa6\xb9\xdb\x60\xc3\xff\ \x26\x78\x7c\x13\x79\x9a\x4c\x44\xcd\x36\x4d\x70\x60\xc9\xf2\x7d\ \x5d\xa6\xb4\x0e\xe2\x4d\x3a\x6d\xae\x81\x17\xa0\x37\xe8\xcc\x84\ \xd4\xa7\xa4\x87\xbd\x47\x83\x5f\xd6\x0e\x95\xe8\xf3\x19\x91\x2a\ \xe5\xe4\xc8\x93\x89\x76\x17\x9e\x6c\x2f\x76\x65\x69\xeb\x05\x89\ \x26\x16\xbc\x20\x70\x2c\x07\x86\xe3\x78\x01\xf8\x6a\x71\xf8\xc0\ \xea\x69\xdd\x0d\xc9\x0b\xf8\xaa\x1a\x6d\x36\xa1\x4a\xcb\xa6\xb2\ \x9d\x33\x97\xec\xec\x31\xb3\x43\x79\x58\xf4\x9a\x1c\x83\x48\x80\ \xd1\xa8\x33\x08\xca\xe0\x72\x76\x7f\x5e\xbb\xa2\xee\x54\x32\xfb\ \xe6\xd9\x24\xca\xc1\xcf\x53\xee\xe9\xd5\x7e\xe7\xd1\x66\x5b\xc7\ \x77\x9f\x38\x73\xcf\xde\xa1\xbe\x2e\xf2\xa8\xae\x13\x16\xff\x50\ \x4c\xa4\x33\x9a\x08\x4a\x64\x36\x7f\xfd\x18\xdd\x2f\x98\x70\x6d\ \xec\x69\x83\x0d\xff\x6c\xf1\x93\xe7\xbf\x61\xf7\x0e\x67\xd6\x3b\ \x56\xff\x71\xcd\xb4\xa4\xa9\x4b\xfa\x5f\xd9\xe2\xab\x60\x0c\x9e\ \x21\xbd\x16\x8f\x69\xe4\xaf\xdf\xb7\xf1\x70\xd8\xb4\xb9\x8b\x6f\ \x0e\x99\xd5\xa4\xf1\x51\x07\xb9\xbc\xd3\xa4\x95\x7d\x43\xba\x35\ \xf7\x98\x3c\xa2\x7d\x17\x67\xed\x4b\x83\x7d\x17\x39\x25\x70\x1c\ \xc7\xf3\x7c\xd1\x22\xd5\xb7\xd4\x4a\xe0\xdf\xe3\x58\xeb\x69\xcd\ \x5f\xd6\x93\x5f\xd7\x53\x59\xa1\xcb\xea\xd9\xf1\x93\x57\x0c\x69\ \xb1\xbd\x98\x52\x30\x3a\x57\xec\xbc\x7c\x6a\x83\x52\xec\x8e\x0d\ \x7b\x6e\xfd\x32\x63\xd1\xf5\x21\xd3\x5a\xb7\x3e\xcd\xe4\x68\x7b\ \x8c\x5b\xda\xd8\x33\x7f\xfd\xf8\xf1\xd7\xd4\x64\x41\x9a\xb1\x71\ \xc7\xca\x15\x9b\x57\x1d\x75\xfb\xce\x4f\x9d\x9a\xf9\x79\xda\x79\ \x86\x74\x9d\x33\xb1\x9f\x2b\x61\xfc\xba\x87\xd3\xe7\xab\xf4\xd9\ \x93\x39\x6c\xb0\xc1\x86\xff\x6a\x50\x14\x15\xf1\xec\x79\x70\x99\ \xb2\x6f\x8e\xed\xfa\x0a\x08\x52\x22\x11\x69\xd2\x13\x12\x33\xf2\ \x39\x82\x76\x76\xf7\xf2\x74\x53\xe9\x32\x92\xf3\x09\x65\x80\x8f\ \xbb\x59\x9d\xfa\x2a\x31\x93\xa5\x64\xde\xbe\x7e\x2e\x0e\x32\x4b\ \x7e\x7a\x4c\x62\x26\x4b\x8a\x5d\x3c\x8a\x79\x39\x4b\x72\x32\x73\ \x44\x0e\x6e\x8e\x32\xf2\x1b\x8f\x91\x14\x89\x44\x11\xe1\xe1\xc5\ \x7c\xbc\x14\x0a\x05\x00\x93\xc9\x14\x9f\x90\x54\xa9\x72\xe5\x0f\ \x5c\xe8\x3f\xe2\x5c\x81\xa6\x28\x85\xbd\x0a\x00\xa3\x49\x4f\x48\ \xcf\xe3\x40\xdb\x3b\xbb\x29\x65\xb4\x31\x3b\x25\x8f\x93\xf9\xfb\ \x7a\x32\xf9\xa9\x51\x09\x99\x12\x47\xef\x52\x01\x1e\x30\xeb\x33\ \x53\x92\x32\x35\x06\x91\xc2\xa5\x64\x71\x6f\x31\x45\x53\x9c\x21\ \x21\x2e\x56\x6d\xe0\xec\x5c\xbd\x7d\xdd\x1d\xa9\xaf\xfb\x22\x80\ \xe7\xf9\xc8\xe7\xcf\xca\x97\x2b\xfb\xf1\x59\x1b\x36\xd9\xd3\x06\ \x1b\xfe\xb9\x82\xa7\xd5\x55\xfe\x5b\x37\xb9\xf3\x26\x23\xaf\x74\ \xf5\xad\xe8\xe1\x07\x80\x67\x59\x86\x61\x1d\xbc\xfc\x54\x3c\xc7\ \x18\x8d\x22\x3b\xf7\x0a\x95\x3d\x21\x08\x2c\xc3\xb0\x66\x8b\xc8\ \xde\xb3\x62\x15\x2f\x00\x02\xc7\x5a\x18\xde\xc3\xdb\x87\x67\x19\ \x8e\xfb\x56\x57\x75\x81\xe7\xf1\xc1\x5a\xb6\xd5\xdb\xf3\x8b\x55\ \x15\x89\x44\x69\xe9\xe9\xbf\x4e\x9a\x0c\x82\xa0\x69\x11\x45\x12\ \x00\x7c\xbc\xbd\xc6\x8e\x19\x4b\xbb\xfb\xda\x0b\x1c\x63\x34\xd0\ \x4a\xf7\x4a\x95\x3d\x05\x9e\x67\x4d\x46\x5e\xa0\x3c\x02\x4a\x7b\ \x93\x44\x51\xb5\x2d\x2c\x47\x8a\xfc\x4b\x97\x0f\x20\xc0\x73\x2c\ \xc3\x7c\x53\x75\x05\xfe\xb3\x12\xb1\x8d\x3d\x6d\xb0\xe1\x9f\x2c\ \x7e\x12\x04\xf1\x17\xb6\x3f\x0a\x1c\x63\xe1\xde\x15\xff\x18\xb3\ \xd9\xfa\x07\xcb\x58\xd8\x77\x6e\xb0\x8c\xf9\xdd\x9f\x96\xd7\x8f\ \x7d\x3b\x48\x92\x7a\xef\x27\x45\xe3\x6b\x3b\x35\x59\x86\xb1\xb7\ \xb3\xfb\xb1\x77\xaf\x77\x2f\xca\x65\x72\x8b\xc5\xfc\x46\x30\x7c\ \xbf\x9e\x02\x63\x36\x33\xef\xb5\x8f\x35\x73\xec\x5f\xaa\x27\x41\ \x10\xd4\xfb\x55\xb5\xb1\xa7\x0d\x36\xfc\xf3\x05\x4f\xa5\x42\x9e\ \xa7\xce\x73\x76\x76\xe6\xb9\xef\x2b\x70\x91\x56\xab\x25\x08\x42\ \x2c\x16\x5b\xeb\x29\x12\x89\x28\x8a\xd0\x68\x34\x12\xa9\xf4\xcb\ \xe2\x27\x4d\xd3\x15\x2b\x56\xfc\x40\x36\x34\x5b\x2c\xff\xa1\xc8\ \x22\x24\x45\xe6\xe7\xe7\xcb\x15\x8a\x8f\xd5\x79\x92\x24\x6d\x76\ \x4f\x1b\x6c\xf8\x67\x82\x20\x08\x86\x61\xd2\x33\x32\xf4\x7a\x3d\ \xc7\x7d\x5f\xe7\xe3\xca\x64\x32\x37\x37\x57\x7b\xbb\xb7\xf1\x3d\ \x75\x3a\x5d\x66\x56\xb6\xc9\x64\xfc\xae\x4e\x07\xa7\x28\x52\x2e\ \x97\x7b\x79\x7a\x8a\xdf\x89\xef\xc9\x71\x9c\xb6\x50\xe7\xea\xe2\ \x62\x63\x4f\x1b\x6c\xf8\x27\x13\x68\x51\xcc\x76\xe2\x1b\xdc\x88\ \xfe\x4e\xb9\xd8\x6a\x93\x7d\x3f\xb6\x3c\xf1\x9d\x05\xa7\x03\x51\ \xb4\xa8\xf4\x6e\x55\x8b\xa4\x4e\x92\x84\x20\xd8\x34\x77\x1b\x6c\ \xf8\x27\x2b\xef\xc2\x77\x25\xcb\xfd\x97\x57\x95\xe3\x38\x6d\xa1\ \xde\xc9\x51\x95\xa7\xce\x77\xb3\xc9\x9e\x36\xd8\x60\x83\x0d\xdf\ \x48\x9d\x14\x45\x59\xa5\x4e\x10\x04\x04\xc1\xb6\xcf\xdd\x06\x1b\ \x6c\xb0\xe1\x6b\xd4\xc9\xf3\xda\x42\x1d\x49\x92\x79\xea\x7c\x80\ \xc8\x53\xe7\x53\x14\x6d\x93\x3d\x6d\xb0\xc1\x06\x1b\xbe\x41\xea\ \x24\x48\xeb\xbe\x4d\x02\xb0\x6e\x2e\xb5\xc9\x9e\x36\xd8\x60\x83\ \x0d\x9f\x05\xff\x8e\xd4\x49\x10\x84\x3a\x5f\x03\x10\x79\xf9\x36\ \xd9\xd3\x06\x1b\x6c\xb0\xe1\x6b\xa0\x69\x11\xc7\xb1\x14\x45\x59\ \x85\x50\x8e\xe3\x28\x8a\xe6\x38\xf6\xff\x0d\x00\xe6\xa9\x5a\xc6\ \x50\x17\xa8\x65\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \ \x00\x01\xd3\x04\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x02\x00\x00\x00\x73\x96\x76\x82\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\xbc\x5c\x65\ \x9d\xff\x9f\x76\xea\xf4\x99\x5b\xe6\xf6\xdc\x9b\x7b\x6f\x7a\x48\ \x20\xb4\xd0\x44\x41\x8a\xa1\x28\x20\x48\x93\x22\x4d\xd9\x85\x65\ \x5d\x7f\xee\xaa\xbf\xdd\x15\x75\x57\x7f\xee\x8a\xfe\x54\x10\x04\ \x81\x00\x52\x94\xa2\x74\xa4\x25\xb4\x24\xa4\x91\x46\xda\x4d\x6e\ \x6e\x9f\x99\x3b\xf5\xf4\xa7\xfd\xfe\x98\x24\x06\x88\x0d\x7f\xb8\ \x41\xcf\x3b\xf3\x7a\xe5\xce\xcc\x99\x53\xbe\xe7\x39\x9f\xe7\xfb\ \x7d\xce\xf7\xf9\x1e\x28\xa5\xdc\xb9\x63\xe0\xa1\x87\xee\xdb\xfc\ \xf6\x06\xdf\x77\x21\x44\x20\x24\x24\x24\xe4\xc0\x86\x0c\x6c\xdf\ \xf6\x9d\x6f\xff\x7b\x71\xb2\xa0\x69\x06\x44\x58\x4a\x19\x1a\x25\ \x24\x24\xe4\x40\x57\xae\x5f\xfc\xe2\xe7\xf9\x7c\x4e\x55\x75\xca\ \x38\x00\xfb\xca\x16\x84\x70\xf7\x5f\x52\x82\x77\x7e\xf5\x27\x2d\ \xf3\xc7\x2f\x16\x12\x12\x12\xf2\x47\x81\xb3\xcd\x69\x09\x80\x94\ \x72\xaf\xa0\x40\x00\x00\x84\x1e\x65\x4e\x40\x3d\xca\x18\x17\x04\ \x43\x08\xe1\xbb\xdc\xb1\xfa\x27\xbe\x1f\x04\x41\xc0\x18\x03\x00\ \x20\x84\xde\xeb\xb2\x41\x08\x19\x63\x41\x10\x50\x4a\x39\xe7\x08\ \xed\x67\x55\x1f\x04\x10\x02\x00\xfe\xc0\x86\xea\x47\x7a\x60\xba\ \x99\x7b\xf6\xff\x4f\x13\xfa\x3f\xe6\xa8\x43\x42\xfe\x1a\x94\xab\ \xaf\x77\x0a\x04\x70\xdf\x8b\x99\x49\x59\xb6\xdc\x46\x05\x4d\x8b\ \x1a\x1d\x86\x62\x40\x98\xab\x39\x81\x94\x2a\xf9\x6d\x2c\x09\x21\ \xf4\x7c\xcf\xf5\x82\x48\x24\x1e\x89\xc4\x14\x55\x0f\x28\xb3\x6d\ \x4b\x51\xc8\xbe\x6b\x97\x52\xd6\x2c\x1b\x21\x25\x16\x8b\xeb\x46\ \x14\x21\x62\x59\x96\xe0\x8c\x10\xf2\xff\xfb\xea\x92\x42\x08\xb0\ \xd7\xb5\x83\x80\x52\xe6\xba\xbe\xa2\xe0\xdf\x73\x91\x53\xca\x3c\ \xcf\xc7\x18\xff\xe1\xb5\xff\xc5\x65\x8b\x51\x6e\xdb\x0e\x21\xf8\ \xb7\xfe\xea\x1f\xfc\x15\x00\xbe\x4f\x7d\x9f\x12\x82\xc3\x96\x1d\ \xf2\x57\x1e\x2d\x4a\x29\x85\x10\x7b\xdf\x73\x29\x5d\xcb\x3b\xb7\ \xa7\xe1\x94\xae\x4c\x93\xae\x28\x08\x54\x02\xbe\xb1\xe8\xdc\xb1\ \x69\x74\xc8\x76\xe3\x86\x26\xa4\x84\x10\xda\xb6\xab\x6a\xc6\x21\ \x87\xcc\x4e\xa7\x53\x8a\xa2\x08\x21\x5c\xcf\xdb\xb9\x63\xe7\xc0\ \xc0\xb6\x68\xc4\xd8\x7b\xb1\xd5\x6a\x4e\xe7\x94\xee\xa9\x3d\xdd\ \xa6\x69\x22\x84\x18\x63\xc5\x52\x79\xe3\x86\x0d\x35\xab\x16\x31\ \x8d\xfd\x88\x17\x84\x50\x0a\xc7\x76\x02\x2e\x00\x80\x98\x10\xd3\ \xd0\xf0\xfe\x5c\xb9\x77\x5e\xb1\xd0\xa3\x50\x70\x1a\x25\x82\x2b\ \x1a\x90\x92\x72\x8c\xcc\xb6\xde\x29\xa8\x34\x30\x60\x13\x0d\x40\ \x00\xa5\xb4\x2d\x9b\x0a\x09\x00\xc4\x98\x44\x4c\x5d\x48\x2c\x8d\ \x6c\x6f\xa7\x66\x0d\x6d\x99\x04\x06\x82\xfb\x57\x10\xc7\xf1\xb9\ \x90\xb1\xa8\x2e\xe4\xef\x11\x1a\x28\x18\xb5\x6c\x57\x00\x00\x01\ \x24\x8a\x62\x1a\x1a\x80\x10\xbc\x5f\x75\xe6\x1c\x72\xbd\x79\xee\ \x8c\x46\x7b\xcb\xca\x11\xae\xa1\x3f\x42\xbc\x20\x90\x2e\x53\x8d\ \x54\x7b\x5b\xd4\xcd\xed\x1a\xf6\x15\x3d\x8c\xca\x43\xfe\x9a\x7d\ \xae\xe9\xd3\x7a\xc1\x1e\x9f\x4b\x42\x58\xb3\x9c\xcb\xba\x53\xe7\ \x77\x46\xcd\xc0\xf1\x1d\xcb\xb3\x2d\x95\x79\x1d\x1a\x98\xd7\x10\ \x59\x36\x56\xad\x4a\xa8\x60\x1c\x04\x01\x44\xf8\xb0\xc3\x0e\x8d\ \x44\x0c\xdf\xf7\x3d\xcf\x0b\x02\x1f\x42\xd0\xd4\xd4\x08\x21\x1e\ \x1b\x1b\xd7\x34\x05\x00\x54\xad\xd9\x53\xba\x7b\x66\x4c\xef\x87\ \x10\xf8\xbe\xef\xfb\xbe\x10\xdc\x34\xf4\xa6\xe6\xa6\xf1\xf1\x1c\ \x0d\xf6\xe7\xec\x08\xe9\x71\xdc\xdc\x33\x6b\xda\x94\x29\x1d\x1d\ \xed\x29\x03\x56\xf3\x79\x0e\x09\x84\x40\x08\x21\x84\x94\x12\x02\ \x08\xeb\x1e\x96\x10\x52\x48\x00\x01\xa8\x3a\xa0\x69\xe6\x09\x5f\ \xff\xf2\x05\xee\x9a\x97\xb6\x55\x38\x46\x32\x5f\x55\xe6\x7d\xf4\ \x33\x9f\x3f\xb7\x7f\xd9\xe3\x2f\xbb\x8a\x26\x04\xf4\xb8\xd9\xda\ \x3b\xb3\x7f\x4a\x67\x47\x47\x47\xca\x80\x95\x42\xae\x54\x55\x0f\ \x3a\xe9\xcc\xab\xcf\x38\x64\xcb\x73\x4f\x8c\x08\x1d\x23\xf4\x5b\ \xef\x8d\x0b\x21\x01\x84\xd0\xf1\x95\xa6\x9e\x59\x07\x75\x25\xab\ \x43\x3b\x1d\x54\x57\x10\x29\x85\xe0\x42\x4a\x00\xf7\xfa\xaa\x9c\ \x4a\xa6\x37\xf6\x4f\x9f\xde\xdd\xd1\xd5\xde\xd6\x12\xc1\xb4\x94\ \xcb\x4b\x44\x20\x44\x7b\x77\xb5\xbe\xbc\x14\x9c\x4b\x08\x21\x94\ \xa2\xbe\x09\x20\x85\xe0\x12\xee\x3d\xc0\xfa\x11\x59\x36\x68\x9d\ \x73\xd4\xdf\x5f\xf9\x89\x89\x17\x9f\xd8\xe1\x13\x84\x50\x7d\x9f\ \xf6\x6c\x74\xf7\x3e\x08\x09\xf6\x9c\x3b\x29\x39\x1d\xb3\x92\x67\ \x5c\x78\xd9\xa2\x05\xe6\x1b\xcf\x2c\xa7\xa6\x2e\xb9\xe0\x42\x4a\ \x09\x61\x7d\xb7\xa5\x14\x5c\x08\x21\x01\x80\x00\xc0\xb0\xe9\x87\ \x7c\xb8\x7d\x2e\x21\x44\xdd\x45\x82\x10\xba\x01\x9d\x69\xa2\x93\ \x33\xb0\x56\x2a\x0c\xd8\xb4\x41\xc5\x8d\x3a\x5e\x57\x08\x5a\x0d\ \x92\x35\x94\x73\xda\x8c\x1f\x0f\xda\x0c\x41\x9f\xd2\xe9\xd3\xa6\ \x43\x08\x2d\xcb\xde\xbb\x22\x4a\xa9\xef\xfb\xad\xad\x2d\x13\xe3\ \xe3\xbe\xef\x42\x08\x4c\x33\xd2\xd9\xd1\x5e\x2e\x97\x37\x6d\xda\ \x84\x31\x01\x00\x70\xce\x62\xb1\xd8\xb4\x69\xfd\x53\x7b\x7a\x36\ \x6c\x58\x4f\x88\x78\xb7\x70\x31\x1a\xa8\xa9\xf3\xae\xbd\x6e\x81\ \x69\x17\x1d\x0a\x00\x18\x5e\xf5\xd4\xed\xf7\x3e\x5d\xe0\x51\x04\ \x31\x82\x00\x06\x2e\x42\x90\x61\x53\x70\x80\x11\x04\x92\xb1\xc0\ \x81\x30\x6a\x55\x73\x6f\xad\xdb\x34\xe1\x08\x1a\x00\x8f\x13\x85\ \xc8\xa8\x8e\xa5\xa0\x52\x00\x21\x04\xe3\xc0\xc7\x89\xb3\x3f\xff\ \xf7\x47\x44\xad\x5c\x95\x12\x05\x0e\xbd\xf9\xe4\x7f\xff\xe8\x49\ \x26\x24\xc4\x44\x1a\x49\x56\xe3\x88\x06\x8a\x61\x30\xca\x2c\x8a\ \x4c\x15\x43\xe1\x71\xc6\xaa\x5e\xe3\x69\xa7\x2c\x3a\xa5\x31\xff\ \xad\x75\xeb\x4b\x4c\x60\x0c\xca\xbe\x00\x48\xd1\xb0\x00\x9e\x0d\ \x89\x42\x54\x15\x00\xe9\xd9\x34\x39\x63\xde\xb5\x5f\x3c\x3f\x52\ \xcb\x55\x3c\xa1\x62\xbe\x75\xc5\x73\x0f\xde\xff\x44\x41\x44\xec\ \x00\x10\x42\x14\xc8\x81\x67\x49\x12\x01\x8a\x46\x98\xc5\xa0\x4a\ \x25\x51\xa0\x2b\xb9\xea\x0b\x12\x53\x02\x37\x20\x4c\x42\x82\x20\ \x90\x9c\x33\x57\xf0\x28\x00\x40\x70\x2e\x00\x90\x82\x57\x1d\x89\ \x10\x51\xb1\x04\x9e\x85\x14\x1d\x60\x35\xe0\x50\x41\x40\x72\x26\ \xa9\x8d\xcd\x88\xe3\x49\x09\x90\xa9\x4a\x43\xad\x47\xf4\xd2\x76\ \x18\x07\x8a\xa1\x00\xe9\x5b\x00\xa9\x48\xd5\xdd\x80\xa9\x18\x01\ \x00\x08\x90\x08\x86\x23\x61\x21\x1f\xfe\x68\x71\xef\x1b\xc7\xa7\ \x87\xa7\x10\xb2\x4a\x94\x8b\xad\x36\xf9\xcd\x98\xdd\xaf\x89\x55\ \x81\x76\x69\x0b\x75\x02\x6b\xae\xaa\x26\xa0\xa8\x32\x8e\x11\x89\ \xc5\xe2\x8e\x63\xef\x7b\xd3\xb0\x3e\xaa\x25\xa5\x48\x67\xd2\x3b\ \x77\xee\x80\x10\xb4\xb5\x35\x73\xce\x1c\xc7\x91\x12\xcc\x9e\x3d\ \x8b\x73\x6e\xdb\xf6\xc0\xc0\x80\xeb\x7a\x91\xa8\xa9\xa8\x1a\x63\ \xb4\xae\x68\xfb\xae\x01\x41\x40\x30\x58\xfd\x8b\xef\x5c\xf1\xa3\ \x55\x67\x7d\xe9\x7b\xff\xf6\xe9\x93\x7e\xfd\xc0\xb3\xf9\xb6\x85\ \xff\x7e\xed\xa7\xb2\x26\x28\xed\x5a\x7b\xc7\x0f\x6f\xdb\x42\xa6\ \x7e\xf1\x4b\x97\x4e\x6b\x88\x02\xbf\xb2\xe2\x99\x5f\xdc\xf9\xc0\ \x4b\x9a\x11\x9d\x3d\x6f\xee\xf6\x07\xef\x94\xcd\x87\x5d\x77\xcd\ \xf9\x87\x74\xc6\x38\x15\x95\xc9\x75\x12\x48\x21\xa5\x14\x00\x12\ \x29\x25\x5f\xff\xeb\x1f\x7c\xfe\x87\x2b\x8e\xba\xf8\x7f\x7f\xfb\ \x73\xa7\x4c\x7f\x68\xa9\xed\xda\xa4\x71\xca\x75\xdf\xbb\x8d\x59\ \xa3\x4f\x2e\xfe\xe9\xe3\x6f\xbc\x5d\x8b\xcf\x38\xf7\xd2\xcf\x2c\ \x3a\xb2\x5f\x96\x07\x9f\xfc\xf9\x1d\x77\x3f\x33\x6a\x57\xaa\xfa\ \xc1\xf3\x6e\xbc\xf5\x96\xe5\x4f\xdc\x71\xd3\x6d\xaf\x64\x8f\x39\ \xe3\x9a\x8b\x4e\x9d\x91\xd5\xb7\xaf\x7c\x71\xf1\xdd\x0f\xec\xa8\ \x52\xa2\xe1\xba\x83\x26\xad\xf1\x07\xff\xeb\x9f\xee\x5a\xc9\x8f\ \x3a\xeb\xd2\x7f\xb9\xf8\xac\xe2\xae\xed\xb7\x3c\xb1\x7d\xe6\xc9\ \xe7\x5e\xf5\xe9\xe3\x3b\x62\xfc\xad\x97\x7e\xfd\x83\x9f\x3d\x31\ \xfd\xbc\xaf\x5c\xdb\xf7\xd6\x65\x5f\xfa\xc5\x29\xd7\x5e\xbf\x40\ \x59\xf1\xd5\x6f\xbf\x7e\xed\xad\xdf\xce\xbc\x74\xfb\x8f\xde\x64\ \x37\xfc\xe3\xe5\xfd\x0d\x11\x1c\x54\x5f\x79\xec\xde\xbb\x1e\x7a\ \x9d\xd7\xcf\x8b\x94\x15\x07\x4c\x3d\xfc\x94\xab\x2e\x38\xa9\x3f\ \x83\xdf\x7e\xe3\xb9\xbb\xef\x7e\x70\x8d\x93\xbc\xe4\x86\x2f\x9e\ \x36\x2d\x12\xf8\xd5\x57\x1f\xbb\x7b\xf1\x63\x6b\x52\x87\x9e\x71\ \xed\x65\x8b\x7a\x93\x8a\x84\x60\xc7\x3a\x56\x75\x79\x74\xd6\xc2\ \xab\x2e\x3a\x6d\x46\xb3\x3e\xb1\x75\xc5\x3d\xb7\xdf\xb5\x72\x52\ \x3d\xef\xda\x2f\x9c\x3c\xaf\x37\xad\x5b\xdf\xfd\xef\x9b\x56\xac\ \xdd\x65\xe8\x6a\xd8\xfa\x43\xfe\x4a\x7c\x2e\x2e\x64\x92\xbb\xdc\ \xf1\x03\x26\x3f\x11\x8f\xfe\xc0\x51\x6e\xcf\x79\x37\x4e\x43\x69\ \x5a\x75\x28\x8f\xa8\xaa\x22\x30\x17\x0a\x01\x50\x4a\xc1\x39\x2b\ \x14\x26\x8b\xc5\x12\xc6\xbb\xe3\xac\x8e\x8e\x4e\xc3\xd0\x10\x82\ \x9c\x73\x04\x21\x84\x90\x52\xca\x18\x93\x52\x58\x96\x25\xa5\xf0\ \x3c\x17\x00\xe0\xfb\x3e\x26\x18\x00\xc0\xb9\x84\xf0\x1d\x6e\x57\ \x3d\x20\x0c\x02\xda\x7f\xfc\x85\x3f\x98\x7a\x5a\xb2\x35\xbd\x7d\ \xf9\xf2\xc9\xc0\xf7\x76\xae\xb9\xf3\xb6\x62\x63\x63\xc7\x69\xe7\ \x7f\xe2\x84\x83\x5f\x1b\xdb\xa2\xb5\x35\xe9\xbf\xf9\xc1\x37\x5f\ \x57\x0e\xfb\xca\x35\x17\x8f\x6d\xde\xbe\x84\x32\x55\x81\x8e\x4c\ \x9f\x72\xee\x59\xb3\xf0\xce\x6f\x7d\xe5\x91\xa9\x1f\xbf\xf4\x13\ \x73\x89\xdc\x1d\xac\x01\x29\x81\x94\x92\xe8\x89\xd6\xce\x8e\xce\ \x96\x84\xa4\x9e\xcf\x28\x52\x34\x5e\x1a\xbe\xe5\x7b\xb7\xc6\x17\ \x5d\x77\xd1\xd9\x1f\x7d\xea\xd5\xed\x47\x9c\xfa\xa9\xd3\x66\x2b\ \xb7\x7e\xfd\xab\x70\xde\xd9\xd7\x5c\x76\xd9\xba\x55\xdf\x12\x44\ \xa9\xee\x5c\xfb\x93\x9b\xef\x19\x2c\x3b\x32\x7b\xd0\x95\x57\x7d\ \x0a\x2f\x7b\xe0\x86\x1f\x16\x2e\xf9\xfb\x2b\x2f\x3c\x33\x7f\xd3\ \x6d\x8f\xd5\x48\x52\x4a\x01\x00\x90\x12\x10\x0c\x53\x26\x7d\xfd\ \x99\x57\xd6\x9e\xb0\x60\x6a\x5b\x67\xb6\x3b\x7a\xf5\xa5\x27\x0e\ \xfd\xe2\xc7\x37\x6d\x8f\xdf\x70\xc3\x79\x17\x0e\xee\x78\x74\xd9\ \x1b\xc1\x31\xf3\xfb\xa6\x74\x67\xbb\x7a\xa7\xf8\x63\x3d\xbd\xd3\ \xfb\x4c\xe7\x99\xb7\x77\x00\x63\x5e\x47\xa3\xf2\xc4\x7f\xdd\xb8\ \x6d\xda\x39\x5f\x3a\x7d\xd1\xd2\x25\xcb\xf3\x01\x83\x00\x50\x26\ \x51\x72\xe6\xd5\x57\x9d\xee\x3e\x77\xe7\xf5\x2b\x82\x6b\x6e\xb8\ \xf4\x33\x8b\x46\x07\xef\x7c\xf1\xf9\x07\xef\x1a\xcc\xa6\x0f\x3a\ \xee\xc4\x85\x1f\x3f\xe5\x37\x2f\x4e\x9c\x7a\xe1\x69\xf1\x5d\x2f\ \xfd\xf3\xff\x59\x7b\xf2\x25\x57\xf4\xa9\xc2\x26\xed\xd7\x5e\x71\ \x76\x66\xd7\x92\xff\x7a\x68\xec\x9c\xcb\x2e\x3a\xe7\x93\xdb\x56\ \x7e\x7f\x43\xdf\xec\x9e\xf1\x17\x1f\xfa\xe6\x0b\xab\x2a\xae\xa3\ \x2a\x78\xdf\xc1\xcd\x90\x90\x0f\x1d\x48\x4a\xb0\xf7\x05\x00\xac\ \xf8\x4c\x50\x0a\x05\xfb\xcd\xae\x22\x13\xe2\x8c\xae\xe4\xe3\x3b\ \x4b\x05\xcb\x45\x9c\xd6\xbc\x80\x4a\x00\x24\xe4\x5c\x38\x8e\xeb\ \xfb\x41\x32\x99\xec\xeb\xef\xeb\xd9\x83\x94\xc2\xf7\x03\xd7\xf5\ \x20\x80\x00\x40\xcf\xf3\x7d\x3f\xa0\x94\x0a\x21\x38\xe7\x94\x32\ \xc6\x38\xe7\x82\x31\xea\x38\x2e\xe7\xac\x7e\xb5\xbf\xfb\x05\x00\ \x04\xd2\x2e\x96\x95\xc6\xee\x99\x8d\xc1\x23\xf7\x3e\xb8\xbe\x18\ \x9b\x7f\xcc\x29\x97\x5d\x7c\xda\xc1\x7d\x59\xc8\x81\x49\x54\x04\ \x05\x63\xb4\x34\xf0\xf6\xeb\x4f\x3f\xb9\xa6\x42\x66\xb6\xb7\x28\ \x58\x48\xc1\x40\xb4\x79\x6a\x43\x7c\xc7\xd6\x55\xaf\xbe\xfa\xf6\ \xce\xb1\x1a\x22\x10\xec\x59\x27\x80\x80\x06\x41\xf7\x09\x57\x2c\ \xbe\xfd\xbf\xcf\x3b\x44\x7d\xea\x9e\xfb\x37\xe6\x1c\x55\x51\x84\ \x67\xef\xda\xf8\xd6\xca\x35\x23\x30\x12\x25\xd1\xe6\x69\x6d\xad\ \x13\x3b\xd7\xbc\xf6\xe2\x8a\xd7\x5f\x7b\x2d\xaf\xb6\xcd\x6e\x4f\ \x48\x00\xfc\x5a\x69\x62\xf3\x86\xd1\x92\xa3\x34\xcd\xea\x8d\x3b\ \x4b\x96\x2e\x5b\xf3\xf2\xab\x4b\xb7\x8c\xb5\xb4\xf7\xa4\x74\x4a\ \xd9\x6f\xbd\x56\xc1\x99\xe7\x52\xa8\xaa\xba\x4a\x7c\xc6\x93\x4d\ \x33\xb2\x64\xe2\x85\x17\x97\xaf\x7e\x79\xc9\xf2\x51\x6f\x46\x57\ \x7b\x79\x6c\xed\xa6\xc9\xe6\x33\x3f\xbe\xa0\x45\x2f\xd8\x66\xf2\ \x23\x67\x1f\x83\x27\x46\x77\x0e\xec\x02\x04\x0b\x16\xe4\xb6\x6f\ \x5c\xb6\x7c\x20\x20\xba\x6e\x46\xa1\x90\x00\x48\xcf\xa7\x46\xe3\ \x8c\x29\x91\xea\x8b\x4b\x96\xad\x59\xb2\xf4\xd5\x1d\x93\xed\xad\ \x5d\xcd\x5d\x73\x2f\xba\xec\xbc\x93\x8f\x9e\x93\x89\x10\x10\xc0\ \x44\xd3\x94\x29\x71\xb4\x66\xd5\xf2\x65\x2b\xb6\x8d\x15\x1d\x84\ \xb8\x96\xe9\xe9\x8e\x28\x4a\x73\xef\x89\xc7\xcf\x0b\x0a\x3b\x86\ \xab\xc8\x54\x00\xe7\xd2\x1a\x1b\x1c\xd9\xfa\xb6\x6d\x07\xf5\x7c\ \x8b\xf0\x15\xbe\x3e\xbc\xaf\x7d\x7c\x2e\x00\x54\x02\x57\x5a\xe0\ \xa3\x3a\x17\x5c\x44\x13\x99\x4f\xe9\xb2\x55\xe4\x97\xb7\xa6\x99\ \x9b\x53\x04\xdd\xe8\xe2\x92\xc0\x18\x4a\xca\x59\xb1\x58\x4a\x26\ \xe3\x41\x10\x80\xba\xd4\xec\x1d\xf0\xc7\xb8\x58\x2c\x61\x82\x21\ \x80\xe5\x72\x39\x9d\x4e\x0a\x21\x28\x65\xdb\xb6\x6f\x87\x00\x30\ \xc6\x35\x4d\x65\x8c\x57\x2a\xd5\x20\x08\x34\x95\xbc\xab\xe7\x17\ \x42\x00\x09\x88\xa2\x8c\xbd\xf9\xe8\xbf\xbd\x9a\xfc\xfe\x77\xff\ \xe1\x94\x93\x8e\xf9\xcd\xd0\x5b\x47\x2e\x3c\xca\x28\x3c\xf9\xd3\ \xdb\x5f\x39\xb7\x7b\x6e\x07\x41\x40\x4a\x08\x71\xa4\xb9\xb5\xcb\ \x9c\xde\x13\x03\x6b\x4b\x15\xc6\x93\x10\x62\x69\x4f\x0e\x96\xec\ \xd3\xfa\x0f\x3a\x68\xee\xba\x64\x5c\x83\x80\x42\x09\x76\xfb\x5c\ \x42\x12\x45\x19\x7a\xf5\xbe\x9b\x1e\x79\x8b\x31\xbb\x52\x2a\x3b\ \x28\x81\xa0\x04\x10\xa9\xba\xce\x21\x90\x00\xa2\xa0\xba\xab\x30\ \x79\xc2\xc1\xd3\x67\x1e\x34\x15\xce\x3e\xa8\x11\x14\x77\x8c\x97\ \x0d\x06\x12\x0d\xd9\xc6\x29\xdd\x93\x25\xc9\x8a\xdb\x47\xfc\x93\ \x17\xcc\x9b\xb1\x34\x97\x39\xa4\xbb\xb9\x38\xb4\xb6\xe2\x22\x68\ \x48\x21\x84\x84\x00\x20\xa4\xc7\x1b\x22\x4d\xda\xb9\x17\x9e\x31\ \x27\x6d\xdf\xb3\x6e\xed\x50\x41\xd4\xe0\xc7\x0e\x3d\xb8\x7f\x6b\ \x34\x31\x37\x6b\x8c\xad\x9e\x2c\x0d\x4f\x6c\xde\x36\x71\xd1\xc9\ \x1f\x5b\xfe\xe0\x3d\x8f\xc5\x8f\xb8\xe4\xe3\x7d\xeb\x7f\xf3\xf3\ \x81\x1c\x4a\x4f\x27\x00\x40\x45\xd3\x55\x8c\xa4\x90\x00\x48\x0e\ \x80\xaa\x47\x1a\xdb\xd2\x5e\x61\xeb\x04\x3d\xe9\xd0\x79\xd3\xdf\ \x74\xbc\xf9\xed\xe9\xd1\x37\x47\x22\xbd\xc7\x1c\xd7\x0d\xbf\xf5\ \xe5\xfb\x9c\xf9\x9f\xbc\xee\xf8\x76\x5e\x1b\x19\xaa\x81\x83\xe7\ \x1f\x3c\x7d\x85\x13\x37\x55\x08\x09\xad\x8e\xe5\x39\x6e\x9e\xdc\ \xf1\xc8\x7d\xcf\xd8\x24\xa1\x5b\xc3\xbe\xd6\x04\x81\x44\x44\xd1\ \x74\x8d\x42\x10\x3a\x5c\x21\x1f\xfe\x68\x51\xca\xbd\xf9\xed\x2a\ \x82\xab\x3c\xf5\xb5\x9a\x73\xac\x41\xe7\xf2\x49\x5e\xe5\x36\xe7\ \x07\xab\x36\x14\xac\xcc\xd0\xc3\x65\x25\x20\xc4\x90\x12\x42\x30\ \x3e\x3e\xa6\xe9\x0a\x82\x58\x4a\x51\x77\x39\x20\x04\x18\xe3\x7c\ \xbe\x50\xab\xd5\x0c\x43\x03\x00\x38\x8e\x3d\x31\x91\x6b\x68\x68\ \x98\x3a\x75\xaa\x90\x02\xec\x49\x5e\x75\x1c\x67\x74\x74\x1c\x00\ \x20\xde\x93\x66\xc9\xb9\x10\x10\x2a\x9a\x6e\x26\xa2\xde\xce\x65\ \xf7\x3e\xb5\xf1\x1b\x17\x7d\xfa\xb4\x57\x36\xbd\xf4\xf2\xd2\x79\ \xe7\x9f\xf4\xdd\xef\x1c\xa3\xa6\xf1\x9a\x5a\x4d\x80\x28\x95\xca\ \x29\xd7\x7d\xe3\xcc\x98\x3a\xb6\xe6\xb9\x27\x97\x6f\x11\xb3\x67\ \x6a\x46\x24\x01\x27\x7e\xf5\xc0\x2f\xfb\xae\xfe\xcc\x7f\xfe\xe8\ \x7b\x10\xc0\xd1\xcd\x2f\x7b\x52\x08\xb9\xfb\xd6\x9e\xa6\x9b\xa2\ \x3a\xba\x63\xfb\x16\x23\x91\x22\x8a\x21\x3d\x89\x88\xa2\x6b\x2a\ \x90\x00\x62\x45\xd7\x71\x54\x71\x5e\x78\xec\xd1\x19\xed\x17\x7f\ \xe5\x87\xb7\x00\xa7\xb0\xe4\xc1\xbb\x56\xe7\x4a\xfa\xd2\x37\x4f\ \x9a\x77\xce\xbf\xdd\x7c\xeb\xea\xa7\x16\x7f\xe3\x7b\xbf\xbe\xed\ \xce\x19\xd7\x5d\xf0\xb9\xc5\xe7\x28\xb9\xad\xab\xee\x7c\xf4\xd9\ \x1c\x8c\x10\x29\x85\x14\x34\xa0\x54\x49\x9f\x75\xdd\x77\xce\xe0\ \xb4\x34\x31\xf8\xf0\x4f\x6f\x7d\x69\xf5\x48\x45\xe1\xb7\x3f\x34\ \xfb\x73\x97\x7e\xe5\x14\x5d\xee\x58\xf5\xc2\x2f\x5f\x5a\x05\x20\ \x7d\x63\xdd\x8e\x0b\x8f\xcf\xae\x5d\xb7\x6a\x25\x4a\x7d\xf6\xd4\ \xbe\x81\x65\x6f\x94\xb0\xda\x80\xb1\xa6\x6b\x18\x02\x09\x89\xae\ \xab\xba\x06\x47\xb7\x6f\x5f\x9f\x57\x16\x7d\xfa\x9c\xa5\x5f\xbf\ \xf5\xe6\x3b\xe7\x5c\x77\xde\xdf\xdf\x73\x11\x1e\xdd\xf4\xda\xad\ \x4f\x2d\x79\x1b\x58\xcb\x47\x67\x5f\xf3\xcf\x5f\xa3\x9a\x21\xc6\ \x36\xb1\xea\xb6\xfb\xef\x7d\xfc\x8b\x97\x9e\x7a\xcb\xad\x8b\x10\ \x12\xeb\x5e\xb6\xa4\xb5\x75\xf1\xe2\x27\xae\x3d\xef\xf8\x1b\xbf\ \x7b\x02\xf4\xab\x8f\x7e\xff\x2b\x1b\x56\x31\x55\xd7\x31\x46\x52\ \x08\x2e\x25\x0a\x13\x26\x42\x3e\xe4\xc0\x13\x4f\x38\x76\xdf\x61\ \x76\x26\x81\xe2\xbb\x17\x46\x2a\x47\x6a\x6e\x04\x09\x0c\x80\x2b\ \xe1\x28\x57\xee\xb1\xe2\x6b\x64\x2c\xaa\xa0\xdd\x91\x97\x4f\x15\ \x55\x6b\x6c\x68\x50\x54\x15\x21\x28\x25\x10\x42\xd4\x6a\x56\x61\ \x32\xaf\xa9\xf5\x6c\x00\x20\xa5\x0c\x02\x96\x4e\xa7\x63\xb1\x28\ \x42\x08\x42\x28\x84\xa4\x94\x4d\x16\x27\x3d\xcf\xd1\x55\x75\x7f\ \x57\x8f\x14\x90\xc4\x53\x8d\x9a\x3b\x9e\xb7\x24\xc5\xa9\xd6\x46\ \x13\x5b\x23\x3b\xaa\x6a\x43\x43\x3a\xa6\x21\xc6\x7c\x6b\x22\x6f\ \xf6\x1f\xff\x6f\x5f\x39\xf7\x8d\x1f\x7c\xfb\xf1\x41\x4b\xd4\xf2\ \x96\x07\x50\x24\x93\x89\x11\x59\x1e\x1b\x73\x11\x8e\xa6\x9b\xe2\ \x06\x04\x9c\x3a\x15\xc7\x71\x19\xc4\x40\x02\x01\xf5\x78\x3a\xa9\ \x79\x13\x93\x36\x07\x10\x01\x00\xb8\xc0\xaa\x99\xca\xe8\xd4\x2a\ \x15\xaa\x7a\x47\x36\xe2\xd9\xa5\x52\xd5\x13\xc2\x48\xb6\xa4\x23\ \x30\xa8\x95\x0a\x45\xa1\x68\x1e\x25\xd1\x54\x22\x69\x12\x61\x97\ \x2c\xcb\x2e\x51\x2d\x91\x49\xa7\x74\xe4\x96\x73\x55\x87\x62\x4d\ \x95\x52\x4a\x09\x04\x89\xa6\xe2\x11\x15\x01\x29\x99\x5f\x2b\x55\ \xaa\x16\x32\x4c\x20\xa4\xc3\x95\xc6\x86\x74\x84\x08\xab\x38\x6e\ \x07\x10\x2b\xc8\x81\xa9\x96\x38\x74\x2b\x39\x1b\x24\x33\x69\x5d\ \x4c\x8e\x57\xa4\x8a\xd4\x44\x26\x41\x78\x71\x6c\x02\x65\x5b\x92\ \x30\xa8\x14\x8a\x0e\x52\x62\xa9\xac\xea\x54\xca\xe5\x02\x33\x33\ \x8d\x99\xb8\x22\x9d\xf2\x84\xe5\x72\x86\x15\x64\xa6\x9b\xe3\x1a\ \x04\x82\x39\x15\xcf\xaa\x15\x03\x62\x24\x33\x99\x88\x02\x04\x0f\ \xac\x92\xeb\x07\xd5\x00\x47\x52\x99\x8c\x41\xa4\x08\xfc\x6a\xa1\ \x12\x44\x12\x8d\x49\xd3\xc9\x15\x5c\x2a\x60\x98\xa7\x1a\xf2\xe1\ \x57\xae\x13\x3e\x76\xec\xbb\xb2\xb4\xa9\x04\x94\xd2\x7e\xe0\xf4\ \x62\x5f\x87\x62\x5c\x28\x6f\x71\xd3\xc2\x9a\x49\xde\x51\x46\x82\ \x52\x26\x85\xd0\x74\x43\x51\x88\x10\xd2\xf7\x7d\xca\xa8\xaa\x2a\ \xfb\xa6\x4d\x4a\x29\x83\x20\xc0\x44\xd1\x54\x0d\x63\x54\xcf\x59\ \x47\x48\x2a\x8a\xf2\x3b\xf7\x48\xca\x20\x08\x00\x56\x54\x82\xa4\ \x60\x7e\xc0\xb1\xa2\x2a\x48\x06\x94\x0a\x09\x20\x90\x3e\x55\x3b\ \xe7\x9f\xf8\x1f\xff\x76\xee\x33\x37\x5c\x7e\xcf\x56\x47\x35\xa3\ \x2a\x81\x52\xb0\x80\x72\xa2\x6a\x18\x4a\xce\x18\xe3\x42\x02\x80\ \x10\x56\x14\xb2\x27\x57\x4d\x04\x01\xdd\xbd\x5a\x09\x00\x04\x10\ \xd4\x97\x94\x8a\xa6\x02\x4e\x03\x06\x54\x55\x41\x10\x08\x46\x29\ \x17\x00\x22\x45\x21\x08\x42\x00\x04\x0d\x18\x17\x12\x13\x42\x08\ \x86\x52\x50\xca\xb8\x94\x18\x93\x7a\xaa\xfa\xee\x7c\x2a\xc1\x29\ \x65\x02\x00\x08\x00\xc2\x98\x10\x52\xff\x4a\x0a\x4e\x19\x13\x12\ \x10\xa2\x60\x8c\x20\x00\x40\x30\x9f\x0a\xa2\xaa\x48\xf2\x80\x32\ \xa2\x6a\x18\x02\x29\xf6\xfc\x2d\x99\x47\x85\xa2\x28\x18\x01\x46\ \x29\x07\x48\x55\x08\x94\x82\x52\xca\x25\xa8\x6f\x14\x02\xc9\x28\ \xe5\x42\xd6\x8f\x91\x28\x04\xed\xf3\xc9\xee\x65\xa4\x64\x8c\x32\ \x21\xeb\x99\xb1\x18\x81\xc0\x0f\x00\x51\x14\x8c\xc2\x54\xae\x90\ \xbf\x06\xe5\xfa\xe8\xf1\x47\xef\x67\x7e\x09\x04\x3e\x07\x81\x04\ \x12\x00\x02\x80\x8e\x01\xfe\x1d\x19\xd9\x9c\xf3\x7a\x5e\x05\x42\ \x08\xa1\xfd\x54\xc8\x81\x10\x70\xbe\x37\x17\x13\x62\x8c\x10\x84\ \x7f\x4e\xac\x22\x04\x50\x8c\x68\xb6\x29\x61\x8d\x8f\x96\x03\xf1\ \xc7\x4f\x8e\x09\x09\x09\xf9\xeb\x19\xe7\x92\x52\xec\x27\xa3\x5a\ \x42\x15\x02\x75\xef\xc7\x12\x88\xdf\x51\x2b\x62\x5f\xb5\xda\x77\ \xda\xf6\x3e\x1f\x42\x08\xe1\xbe\xe9\xf2\xf5\x31\xaf\xf7\x2d\xb5\ \x10\x4a\xea\x94\x07\xb6\x4e\xd6\x9d\x22\x29\xc3\xc1\xe6\x90\x90\ \xbf\x3d\xe5\xaa\x54\xaa\x1f\x56\xb7\xc5\x73\xc3\xf3\x17\x12\xf2\ \x37\x1a\x2d\xfe\xf4\xb6\x9f\x84\x56\x08\x09\x09\xf9\x90\x29\x97\ \x14\x3c\xb4\x42\x48\x48\xc8\x87\x2c\x5a\xac\xd5\x6a\xa1\x15\x42\ \x42\x42\x3e\x5c\x84\xcf\xcb\x08\x09\x09\x09\x95\x2b\x24\x24\x24\ \x24\x54\xae\x90\x90\x90\x90\xf7\x42\x7e\xff\xd7\x10\xc2\xfd\xe6\ \x97\x02\x00\x38\x0f\x87\xf6\x43\x42\x42\x0e\x3c\xe5\x22\x84\x20\ \x84\x6a\xb5\xda\x7b\x4b\x0b\x28\x8a\x12\x89\x44\x83\xc0\x0f\x1f\ \x33\x13\x12\x12\x72\x00\x29\x17\xc6\x78\x74\x74\xf4\xc1\x87\x7e\ \x91\x9b\xc8\xf1\x77\x66\x4e\x40\x00\x31\xc1\xb3\x66\xcd\xfa\xe4\ \x99\x67\xa8\xaa\x1a\x8a\x57\x48\x48\xc8\x81\xa2\x5c\x8a\xa2\x3c\ \xf9\xd4\xd3\x2f\xbe\xf4\x92\x69\x18\xfb\x0d\x15\xb7\x6e\xdb\x36\ \x75\x6a\xcf\x51\x0b\x17\x7a\x9e\x17\xda\x31\x24\x24\xe4\x80\x50\ \x2e\x21\x44\xa5\x52\xbe\xee\xba\xbf\xef\x68\x6f\x17\xef\x19\xd2\ \x22\x8a\xb2\x74\xe9\xd2\xf1\xb1\xf1\x3f\xe6\x61\x85\x21\x21\x21\ \x21\x7f\x21\xe5\x02\x00\x40\x08\xfb\x7a\x7b\xa7\xf6\xf4\xbc\x77\ \x30\x5e\x55\xd5\x6d\xdb\xb6\xd7\x6a\xd5\xdf\xbf\x76\x09\xa0\x6e\ \x18\x0a\x94\xae\xeb\x72\xb9\xcf\xc7\x58\x35\x0d\x4d\x04\xae\xe7\ \xf3\xff\xa1\x07\x68\x41\xcd\x34\x94\x7d\xa7\x8b\xb3\xc0\xf1\x7c\ \x01\x90\x6e\x98\x0a\x96\x9e\xe3\xb2\xbd\x4f\x58\x84\x48\x37\x0c\ \x02\x85\xeb\xb8\x4c\x86\x0f\xfc\x0a\x09\x39\xb0\x95\x0b\x00\x10\ \x04\x81\xef\xfb\xef\x55\x2e\x29\x25\x63\xec\x0f\x4c\xd5\x86\x58\ \x43\xb5\xdf\xdc\x77\xf7\x7a\x2b\x7d\xce\x67\xce\x6c\xd3\xb9\xcf\ \x04\x00\x00\x29\x9a\x3f\xb4\xe6\x96\x47\x9e\x4f\xcf\x3b\xfd\xf4\ \xe3\xa6\xca\x80\xfd\xa5\xc7\xc9\x20\x22\xa0\xf6\xf4\xcf\xee\x5c\ \x3d\x5c\xe0\x42\x02\x00\x04\xf5\x63\x33\x3f\xf2\xd9\x33\x3e\x9a\ \x04\x85\xa7\xee\xb8\x79\x55\x31\xfd\xe9\xcf\x9e\xd3\x9b\x44\x01\ \x93\x10\x2b\x2a\x9b\xfc\xf5\xcf\x6e\x5e\x5b\x4e\x9f\x73\xde\x59\ \xbd\x19\x4c\x59\x38\xae\x17\x12\xf2\x3f\xcc\x07\x9a\xcf\x05\x09\ \x0c\xb6\xbe\xb5\xfc\xe1\x3b\x6f\xbd\xe5\x9e\xa7\xab\x40\xad\x57\ \xf9\x83\x88\x88\xca\xc8\x92\xe7\x9e\x5d\xbd\xb5\x00\x7f\x5b\xad\ \x10\xc2\x7a\x89\xaf\x7d\x2b\x13\x42\xf8\x3b\xdf\xd7\xff\x04\xef\ \xf8\x0a\xbe\x7b\xd1\x77\xaf\x6f\xef\x51\x23\x69\x2d\x7f\xe9\xc5\ \x65\xeb\x77\x38\x41\xe0\x79\x9e\xeb\x79\x94\x09\x00\x24\xd6\x93\ \x1d\x2d\xc6\x1b\x4f\xdc\xf5\x93\x07\x97\x38\x50\xc3\x10\xa8\x0a\ \xdc\xf8\xd2\x2f\x6f\xfd\xd9\xaf\x2d\x23\xdb\x92\xd6\x38\x0f\x65\ \x2b\x24\xe4\x80\xf7\xb9\xfe\x4c\x24\x80\xaa\x61\x26\xe2\x64\xd9\ \xa3\x77\xdd\xd1\x94\xfd\xbb\x4f\x1d\x82\x7c\x0f\x00\x09\x10\x31\ \x23\x11\x5d\xc5\xf5\x72\x5e\x10\x11\x85\x00\xcf\x71\x29\x13\x10\ \x13\xd3\x34\x00\xa7\x4c\x48\xe6\x3b\x3e\x47\x66\xc4\xc4\x80\x73\ \x09\x09\x86\x81\xe3\xf8\x12\x1a\xba\x0e\x58\xe0\x32\xf9\xdb\x1a\ \x9f\x92\xfb\x1e\x85\x88\x28\x04\x03\x80\x14\x15\x33\xcf\x75\x29\ \x07\x00\x62\x42\xf0\xbb\x0a\x81\x42\x28\x7c\xdb\xe5\xca\x11\xa7\ \x5e\xfc\xd5\xcb\x4f\x44\x82\x09\x00\x25\xf3\x5d\xcf\xf7\x02\x65\ \xce\x89\xe7\x5f\xb3\x6d\xcb\xf7\x7f\x7d\xd7\xaf\x0e\x9a\x7e\xd1\ \xf1\x7d\xb5\xed\x4b\xee\x58\xfc\xab\xd8\x11\x67\x7f\xe1\xc2\x13\ \x22\x32\xa0\xa1\x70\x85\x84\xfc\xb5\xfb\x5c\x00\x00\x20\x82\x20\ \xda\x7f\xd0\xa2\x13\xa7\xbf\x70\xf7\x0f\x1f\x59\x3e\xac\x69\xea\ \x7b\x62\x4a\x82\x58\xf9\x95\x47\xef\xf8\xe7\xeb\xaf\xb9\xe0\x82\ \x0b\xaf\xf8\xbb\x2f\xdf\xf2\x8b\x25\x25\x06\x0d\x5d\xcd\xad\x7f\ \xe6\x86\x2b\x2e\xfd\xfe\xa3\x2b\x81\xa6\xab\x9a\x56\xde\xf2\xfc\ \x17\xaf\xbe\xe6\xe6\xa7\xd6\xe1\x68\x6c\xe8\x99\x5b\x2f\xbf\xfa\ \xab\x4b\x37\x3b\x86\x4e\x90\xa2\xc3\xe2\xfa\xff\xfc\xa7\xab\xbf\ \x73\xf7\xeb\xc0\xd0\x35\x45\x0c\xac\x78\xe6\x3f\xbf\x7a\xfd\x25\ \x17\x5f\x7c\xe1\xc5\x97\x5c\xfb\xd5\xff\x5a\x9d\xe7\x1a\xde\x57\ \xbb\x90\xf4\xab\xb6\x84\x11\x23\x2a\x81\xf0\x5c\xcf\xb1\x6d\xc7\ \xa3\x12\x40\x20\x99\x2f\xa3\x1f\xbf\xe0\xaa\xe3\xa7\xd0\x9f\xdf\ \x75\xef\x86\x5d\xbb\x1e\x5f\x7c\xe7\x7a\x6f\xea\xe5\x97\x9e\xdb\ \x69\x72\x2a\x42\xdd\x0a\x09\xf9\x1b\xf0\xb9\x00\x00\x52\x72\x86\ \x92\x9f\xb8\xe4\xb3\x91\xc2\x3f\xde\xf9\xe3\x1f\x4d\x69\xff\xda\ \x11\x9d\x71\x67\x1f\x11\x51\xb1\xfb\x9b\x3b\x7f\x70\xd3\x23\x1b\ \x17\x7e\xf2\xfc\x73\xe7\x66\x07\x57\x3c\x7b\xcf\xed\xdf\xad\x88\ \xaf\x7d\xe9\xfc\x23\xba\x0f\x3d\xf9\xac\xa3\x96\xfd\xf8\xbe\x3b\ \xe6\xcd\x9d\x79\x5a\x77\xf5\x9e\xdb\xee\x2c\x36\x1e\xf1\xc5\x53\ \x8e\x30\x00\x65\x34\x70\x1c\x97\xed\x8d\xdd\x24\x77\x5d\x87\x04\ \x0c\x11\xd5\xd9\xfe\xca\x2d\xdf\xbf\x65\xb2\xf5\xf8\x6b\xfe\xf1\ \x30\x53\xb8\x13\x93\xb5\x94\x0e\xf9\x3e\x49\x67\x10\x21\x66\x95\ \xaa\x41\x75\xc7\xdb\xab\x9f\x7f\x99\xb7\xb7\x77\xb6\x37\x67\x54\ \x2c\x29\xe3\x00\x00\xc9\x7c\x9c\xea\xbf\xf8\x73\xe7\xef\xfc\xce\ \x5d\xff\xf9\xaf\xa3\x6e\xb1\x78\xf2\xc5\xff\x72\xec\xb4\xa4\xef\ \xf9\x61\x73\x09\x09\xf9\x5b\x51\x2e\x00\x80\xe4\x81\x8c\x76\x5e\ \xfc\x85\x2f\x6c\xfa\xa7\x6f\xfe\xe8\xc7\x0f\x76\x7d\xfd\xca\xd8\ \x9e\xe7\x5a\x60\xa2\xd5\xde\x7e\xe6\x81\x67\xd6\xcc\x3f\xe7\x7f\ \x7d\xed\xaa\x8f\x22\x00\xc0\xd1\x73\x68\xf9\x1f\x1e\x79\xf6\xc9\ \xed\x8b\x16\x4c\x33\x13\xa7\x5e\x72\xd5\xba\x2d\x5f\xbd\xe7\xf6\ \xdb\x8b\xdd\x95\x97\x86\x93\xd7\xdc\x78\x71\x6f\x02\xf8\x5c\xc2\ \xf7\x0c\x81\xd5\x87\xb4\x10\x84\xd5\xd1\x91\xb1\x52\x30\xf7\xac\ \x53\x3e\x71\xc2\x41\x00\x08\xe6\xfb\x7e\x10\x30\xf1\x8e\x60\x91\ \xf2\xc8\xcc\x19\xbd\xa3\xb9\x35\x77\xfd\xf0\xd9\x7c\x89\x4e\x3f\ \xee\x8c\x2b\x2f\x39\xab\xb7\x41\xa5\x54\x00\x00\x02\x9f\x76\x1d\ \x76\xd2\x27\x8e\x7c\xe3\x87\x8f\xbc\x11\x9d\x73\xd6\xa7\x4f\x9a\ \x87\x03\x3f\x08\x1b\x4b\x48\xc8\xdf\x94\x72\x01\x00\xa8\x1f\x44\ \xba\x8e\xb8\xe6\xea\xb3\xbf\xfc\xed\x5f\xfe\xec\xd7\x87\x7c\x61\ \x96\x56\x1f\x66\x27\x90\x0f\x6e\x1d\xac\xba\x12\xad\x7f\xfe\x5b\ \x5f\x5f\xc2\x38\x20\x44\x0c\x6e\x2b\x57\x2d\x39\x58\x64\x33\x0c\ \x20\x52\x33\x2e\xbb\xea\xb3\xff\x7e\xe3\x8f\x6e\x5f\x17\x5f\x74\ \xd5\x97\x4f\x98\x99\xf1\x5d\x0f\x19\xbf\x73\xb7\x39\x17\x0d\xd3\ \x0f\x5a\x30\xab\xe5\xa5\xfb\xfe\xf3\xdf\x73\x27\x9d\x72\xc2\xb1\ \xd3\xbb\xb2\x1a\x46\xfb\x4a\x97\xa0\xbe\xd2\xb6\xe0\x0b\x37\x1c\ \x14\x04\x5e\xa5\x34\xb9\x65\xf9\xd3\xb7\xdf\x77\xdf\x77\x85\xf9\ \x1f\xd7\x9f\x95\x40\x94\x4b\x89\x15\xa5\xb2\x6b\xdd\xda\xcd\x83\ \x6a\x22\x15\x8c\xaf\x7e\xfe\xcd\x81\x8b\x8e\x99\x02\xbd\x20\x8c\ \x15\x43\x42\x0e\x10\xfe\x62\xb5\x22\x24\xf5\x59\xff\xb1\xe7\x5c\ \xbe\x68\xda\x92\x7b\x6f\x7b\x66\x5d\x5e\x51\x10\x00\x00\x02\xe1\ \xf8\x94\x01\xa2\xea\x04\x21\x84\x30\x14\x82\x4c\x99\x79\xf8\xa9\ \x27\x1e\x9b\xd5\x04\x17\x12\x00\x68\x44\x63\xba\x0a\x28\x17\x9c\ \x73\x20\xe1\x3b\x22\xd1\xf7\x6e\x46\x04\x30\xd5\x7b\xd5\x97\xbf\ \x76\xe9\x69\xf3\x73\x6b\x9e\xfe\xea\xf5\x7f\xf7\xb5\x9b\xee\xdd\ \x56\x64\x0a\x7e\xe7\x18\x3d\xc2\xaa\x61\xc6\x93\x99\xae\xde\x99\ \x8b\x2e\xfa\xfc\xc5\xc7\x77\xef\x78\xfd\xe5\xad\xb9\x2a\xc6\x08\ \x40\xac\x88\xe2\xaf\xee\xbe\xed\xe5\x7c\xe6\xea\x2f\xff\xf3\x89\ \x1d\xce\x83\xb7\xdd\xb6\x72\xc4\xd3\xd4\x30\xe7\x36\x24\xe4\x6f\ \xcc\xe7\x02\x00\x48\x29\x5c\x6e\x9e\x70\xde\x15\x6b\xdf\xfe\xe6\ \x7d\xf7\x3f\x0a\xa8\xd2\x81\x80\x00\x38\x13\x37\x00\x00\xb3\x8e\ \xbf\xe8\xef\x4e\xed\x05\x92\x4b\x09\x20\xc2\x40\x32\xd7\xb2\x03\ \xa0\xa8\xd6\x8e\xbb\x6e\xbe\x63\xb2\xe3\xa4\xcf\x1d\x59\x78\xe0\ \xbe\x9b\xfb\x7a\x3b\xce\x98\xd7\xc8\x04\x54\x63\x3a\xa4\xb6\x13\ \x38\x88\x34\x00\x0e\xf6\xcd\x87\x10\x4c\xe8\xe9\x9e\xb3\x2f\xbb\ \xfe\xe3\xa7\x8f\xae\x7e\xe9\xe1\xff\xfb\xb3\xfb\xef\x4a\x64\xff\ \xe5\xca\x8f\x2b\xc2\xdb\x33\xc2\x0e\x09\x51\xa0\x64\x8c\x71\xc6\ \x85\x1a\x31\x32\xd9\x04\x08\x0a\x01\x65\x00\x42\x55\x83\x1b\x9f\ \xbe\xff\xc1\x17\x87\x3e\x7a\xc9\x57\x4f\xfd\xc8\xb1\x85\xc8\xc4\ \xea\xaf\xfe\xf8\xf6\x7b\x9f\xec\xb9\xe1\xec\x18\x0c\x93\x22\x42\ \x42\x3e\x0c\x3e\x17\xc6\x98\xfc\x0e\xde\xc7\xbc\x1f\xc9\x7c\x9c\ \x9e\x7e\xf1\x67\xcf\x88\xfa\x85\xb2\x0b\x20\x94\x4c\x80\xae\xb9\ \xf3\x67\x34\xcb\x67\x1f\xb8\xed\x85\xb5\x83\x2e\x15\x82\x07\xc5\ \xb1\xc1\x91\x5c\x99\x43\xa2\x93\xe0\xe5\x07\x7f\xfa\xdc\x80\x71\ \xd1\x15\x57\x5e\xf6\xb9\x2b\x8f\x6f\xa9\xdd\x7d\xcb\x5d\x6f\x17\ \x85\x02\x41\xa6\x77\x7a\x06\x15\x97\x2c\x59\xba\xab\xcc\x4d\x43\ \x53\x10\x94\x42\x48\x29\x21\x42\xdc\xa9\x4e\xe4\x0a\x9e\x40\xc9\ \xec\x94\xe3\x3e\x72\x44\x6b\x1c\x4f\xe6\xc7\x3d\xb1\x37\x5f\x1e\ \x22\x10\x8c\x0e\x6e\x1b\x29\xba\x8a\x61\x6a\x04\x0c\xbe\xf5\xd2\ \x93\xcf\x6f\x8a\x74\xcf\x68\x4b\xc5\x20\x51\x9c\xe1\x55\x3f\xbb\ \xe7\x09\x75\xce\xc9\x17\x9e\x71\x38\x70\xac\xe6\x83\x4e\xba\xe4\ \xac\xc3\xb7\xff\xe6\xbe\x87\x97\x6c\x25\x9a\x12\xb6\x98\x90\x90\ \x03\xdd\xe7\x12\x42\xe6\xf3\x79\xd3\x30\xea\x39\xf4\x41\x10\x20\ \x84\x88\xa2\x00\x29\x55\x55\x2d\x97\x4a\xea\x7b\x52\x1c\xde\x05\ \x04\xd2\x77\x1d\xcb\xf1\xc4\x9e\x39\x33\x81\x1f\xb4\xce\x3f\xf9\ \xfc\x93\xdf\xfc\xe6\xe2\x95\x8e\xcf\x84\x08\x70\xe3\x9c\x4b\x2f\ \xbf\xe8\x7b\x3f\xbc\xf7\xa6\xaf\x7f\xf9\xfe\xa6\x94\x8a\x80\x55\ \xb3\x0e\xb9\xf0\x8b\x9f\x3f\x61\xe6\xce\xd7\x1e\xbb\xe5\x81\x65\ \x0b\x2e\xfe\xf7\xe3\xfb\x23\x81\x88\x5c\x78\xf9\x67\x56\xfe\xcb\ \x8f\x6f\xb9\x77\xe6\xd7\xaf\x3e\x2d\xd9\xbd\xf0\xd3\x9f\x78\xfd\ \x96\x5f\x3d\xf4\xe5\xad\xaf\x36\x24\x4c\xe1\x96\xb7\x4f\x82\x43\ \x34\x42\xb0\x32\xb6\xe5\xf5\x9b\x6e\x7b\xd8\x89\xa6\x75\x02\xbc\ \x4a\x61\x5c\x34\x7f\xea\xe8\x23\x13\x30\xe0\x7b\x72\xc7\x88\x9f\ \x7b\xfe\xfe\x9b\x7e\xb3\x4d\x36\x24\x0c\xc0\x83\xe2\xf8\xa8\x63\ \x4c\xf9\xec\x65\x67\x77\xa5\x14\xe0\x4f\x3e\xb1\xf8\xa7\x6f\x8c\ \xa7\x6f\xf8\xc7\xb3\xbb\x4c\xee\xfa\x1c\x41\x6d\xe1\xa2\xf3\x8e\ \x7a\x65\xf5\x03\xb7\xdf\x3e\xaf\xff\x6b\x07\xb7\x28\x01\x0d\x9f\ \xf0\x18\x12\x72\xa0\x2a\x17\xc6\xd8\xb6\xed\x6f\x7c\xe3\x9b\xba\ \xae\x4b\x29\x21\x84\x3d\x3d\xdd\x96\x65\x8d\x8f\x4f\xd4\x6b\x0d\ \xda\xb6\x7d\xf5\x55\x57\xfd\xde\x95\x0b\x2a\xb4\xb9\xc7\x7c\x5c\ \xf1\xd2\x49\xb4\x27\x81\x41\xf2\x40\x9a\xc7\x9e\x79\x51\x0e\x75\ \x26\xa7\x37\x4b\xca\x02\x2a\xbb\x17\x9e\x79\x63\xd7\xcc\xa5\x4b\ \x5e\xdf\x3e\x56\x12\x90\xc4\x1a\xdb\x0f\x9b\x92\xe1\x81\x57\xad\ \xfa\x87\x9d\x71\xc5\xd9\xa7\xce\x47\x41\xe0\x73\xd0\x34\xf7\xe3\ \x7f\x77\x45\x71\xd9\x24\xab\xd8\xae\x19\x8d\x9c\xf4\xd9\x7f\x68\ \x99\xf6\xf2\xeb\x6b\xb7\x3b\x4c\x62\xb5\xef\x88\x13\xbb\x66\x1f\ \x34\x47\xb8\x6e\xb4\x73\xc6\x47\x4f\x3c\x6e\xcb\xc8\x24\x93\x50\ \x9b\x76\xf0\x85\x0b\x8f\x5d\x30\xbd\x95\xef\xc9\x21\x95\x92\x31\ \x25\x75\xfc\x69\x17\x46\x56\x6f\x1c\x29\x54\x04\x54\xe6\x1f\x7d\ \xea\x91\x47\x1f\xd5\x9f\x8d\x52\xc6\x3d\x6b\x92\x27\x67\x5c\xf4\ \x85\xc3\x3e\x36\xab\xc9\x0f\x02\x00\x80\xa0\x81\x92\xe9\xbf\xe8\ \xf2\x2b\xe2\xaf\xee\xb4\x4a\x45\xde\xd2\x02\x41\x98\xd6\x15\x12\ \xf2\x3f\x0c\xac\x56\xca\xfb\xfd\xc2\x30\xf4\x1b\xbf\xf1\xad\xd7\ \x5f\x7f\x5d\xd3\x34\xc6\x58\x63\x63\xe3\xf7\x6f\xfa\xde\xc6\x4d\ \x9b\xbe\xfe\xf5\x1b\x55\x55\x05\x00\xf8\xbe\xff\x85\xcf\x7f\x7e\ \xd1\xa2\x4f\x38\x8e\xf3\x3b\xc3\x43\x00\x75\xc3\x54\x20\x77\x1c\ \x57\xfc\x76\xaa\xb2\x84\x58\x35\x0d\x8d\x07\x9e\xe7\xb3\xfa\xc7\ \x08\x13\x55\xd3\x08\x82\x00\x00\x29\x78\xe0\x7b\x01\x93\x8a\x6e\ \x1a\x0a\x70\x1c\x97\xef\xd6\x0a\xa8\x19\xa6\x82\xb8\xe3\x78\x42\ \x02\x00\x91\xa2\x6a\xea\xee\xb1\x77\x29\x38\xa7\x41\x40\x19\x87\ \x98\x68\x9a\x46\x30\xaa\x0f\xae\xd1\xc0\x0f\xe8\xbb\xe7\x5d\x62\ \xa2\xaa\xea\xee\xfc\x7b\xc1\x59\x10\x04\x8c\x0b\x00\x00\x80\xd8\ \x34\x0d\x24\xa8\xed\xfa\xfb\xce\x10\x27\x9a\x61\x68\xd8\x77\x9d\ \x80\x8a\x70\xca\x75\x48\xc8\x81\xeb\x73\x09\x21\x67\xcf\x9a\xf5\ \xea\xab\xaf\xfa\xbe\x2f\xa5\x2c\x95\x4a\x0f\x3f\xfc\xc8\xd8\xf8\ \x18\x63\x0c\x00\xc0\x18\xcb\x34\x64\xba\x7b\xa6\x50\x4a\xff\x50\ \xb4\x68\xfb\xf5\x3f\xf7\xf9\x58\x72\x6a\x5b\x74\xdf\x8f\x05\x67\ \x9e\xc3\xde\xf1\x5b\x08\x98\xef\xd4\xde\x91\xfe\xb9\x77\x6d\xf5\ \x77\x82\xfa\x2e\x7d\x57\x7e\x28\x84\x52\x70\xcf\x75\x7e\xff\x61\ \x73\x16\xb8\x6c\x7f\x19\x5a\x92\x3b\xb6\xf5\xde\xc3\x60\x81\x5b\ \x0b\xc0\xbb\x8f\x23\x24\x24\xe4\x40\xf3\xb9\x20\x84\x8c\xb1\x75\ \xeb\xd6\x8f\x8c\x8c\x30\xc6\xa4\x94\xbe\xef\x23\x84\x54\x55\x05\ \x10\xea\x9a\x36\x6d\x5a\x7f\x4f\x4f\xb7\x08\x23\xa7\x90\x90\x90\ \x03\x47\xb9\x00\x00\x08\x21\x45\x51\xf6\x16\x6b\xae\x8f\x76\xed\ \xf1\x42\x80\x04\x20\x08\x28\x00\xa1\x72\x85\x84\x84\x1c\x30\xd1\ \x22\x00\x40\x08\xe1\xfb\xe1\x64\xbd\x90\x90\x90\x03\x8e\xf0\x79\ \x8b\x21\x21\x21\xa1\x72\x85\x84\x84\x84\x84\xca\x15\x12\x12\x12\ \x12\x2a\x57\x48\x48\xc8\x5f\x03\xff\x7f\x66\x5c\x23\x84\x08\x21\ \xa1\x35\x43\x42\x42\x3e\x34\xca\x05\x21\xdc\xb4\x61\x5d\x2e\x97\ \x43\x28\xf4\xe0\x42\x42\x42\x3e\x24\xca\xa5\x28\x64\x78\x68\xe8\ \xce\xbb\x17\xeb\xba\x1e\x1a\x34\x24\x24\xe4\xc3\x13\x2d\x62\xac\ \x69\x5a\x7d\x3e\x63\x48\x48\x48\xc8\x07\x4d\x18\xdf\x85\x84\x84\ \xfc\x55\x29\x17\x24\x8a\xaa\xa9\x0a\x0c\xe7\x18\x87\x84\x84\x7c\ \x38\xa2\x45\x84\x89\x74\xb7\xae\x5e\x3e\xc6\x92\x07\xcd\xee\x8f\ \x29\x40\x02\x20\xe5\x9f\x36\x45\x51\x4a\x19\xaa\xde\x07\x84\x94\ \x00\x42\x08\x21\x7c\xef\x49\x09\xcd\xfe\x41\x5b\xbe\x7e\x27\xea\ \x5d\x96\x0f\xcd\xfe\x17\x6e\xf0\xfb\x53\x2e\x88\x15\x5e\x7d\xe2\ \xae\x5b\x9e\x5f\x3b\xec\xa6\xa7\x77\xf5\x77\xad\xfe\xd5\xbd\xfe\ \xb4\x53\x4f\x9e\xdf\x4e\x03\xfa\xc7\x08\x16\x21\xe4\xf2\xcb\x3f\ \x67\x98\xa6\x10\x61\xf9\xd0\x0f\xa6\xc3\x21\x64\x7c\x7c\xfc\x67\ \x77\xdc\xbe\xef\x5d\x11\xcf\xf3\x4e\x3a\xe9\xa4\xc3\x0e\x3f\xc2\ \xf3\xbc\xd0\x44\x1f\x10\xaa\xaa\xde\x7d\xf7\x5d\xc3\x43\x43\xf5\ \x8a\x9b\x00\x00\xc6\x58\x36\x9b\xbd\xe8\xe2\xcf\xd6\x0b\x40\x85\ \x7c\x10\xe8\x9a\xb6\x72\xd5\xaa\x5f\xff\xea\xd1\x68\x34\x56\x37\ \xfb\x7e\x94\x0b\x63\x54\x19\xda\xb4\x62\xd4\xfc\xfc\xbf\xfc\xaf\ \xd7\x7f\xf9\x38\x57\x23\x38\xa8\x0e\x4e\x94\x24\xec\xf8\xe3\xb7\ \x94\x48\x24\xcc\x48\x24\x54\xae\x0f\xee\xfa\x29\x97\xcb\x3b\x76\ \x0c\xb4\xb7\x77\x24\x12\x89\xba\x9d\xa5\x94\x86\x61\xa6\x52\x29\ \xd7\x75\x43\x13\x7d\x40\x18\x86\x51\xc8\xe7\xc6\x46\x47\xbb\xa6\ \x4c\x41\x08\x49\x29\xa5\x94\x18\xe3\x54\x2a\xf5\xfb\x6b\xd5\x85\ \xfc\x39\x44\x22\x11\x29\xc5\xce\x1d\x03\xbd\xbd\xfd\xba\x61\x48\ \x29\xf7\xa3\x5c\x12\x00\x55\x37\x0c\xe4\x8e\x8c\xe4\x02\x29\x2b\ \x43\x9b\xd7\x0d\x14\xb3\x33\x52\xe8\x4f\x29\x68\xc3\x39\xe7\x9c\ \x87\xca\xf5\x01\xc1\x39\xe7\x8c\xb9\x8e\xe3\x7b\x1e\x48\x24\xf6\ \x7e\x2e\x84\xa8\x5b\x3e\x34\xd1\x07\x67\x79\xdf\xf3\x1d\xc7\x11\ \x42\xec\x4d\x60\x94\x52\x86\x66\xff\xa0\xcd\xce\x82\xc0\x71\x9c\ \x20\x08\x0c\xd3\xdc\xbf\x72\x09\xce\x8c\xec\xac\x53\x8f\x58\x77\ \xcf\xe2\xbb\x2a\x94\xbf\xb5\x63\x7b\xcb\xdc\x93\x2f\x98\xd3\x26\ \xc2\x2e\xe5\x00\x03\x21\x04\xc3\xc1\x95\xbf\x38\xf5\xe7\xab\x87\ \x76\xf8\xcb\xdb\x7d\xdf\x06\xbf\xbf\x71\x2e\x29\x03\x8e\x0f\x3e\ \xe5\xe2\xe6\xa9\xf3\x36\xee\xc8\x93\x58\xa6\xa3\xbd\x55\x91\x01\ \x97\x38\xac\x23\x18\x12\x12\x72\x20\xb0\xdf\x11\x7a\xa8\xc2\x60\ \xf9\x13\x0f\x3d\xfc\xe2\x06\x1f\x62\x0c\x98\x4b\x63\xe7\x5c\x7d\ \xd5\x51\xbd\x0d\x94\x86\x63\x90\x21\x21\x21\x07\xa4\x72\x21\x44\ \xbc\xdc\x86\x5f\x3d\xb7\xe9\x88\x0b\xaf\x3d\xb6\x27\x46\x19\x97\ \x00\x1a\xa6\xc9\x42\xd9\x0a\x09\x09\x39\x60\x95\x0b\x42\xe0\xd9\ \x55\x99\xe9\x98\x35\xbd\x3b\xae\xba\xc1\x9e\x07\xd2\x87\x81\x62\ \x48\x48\xc8\x81\xab\x5c\x52\x02\x33\xd1\x14\xcd\xaf\xfd\xc1\x37\ \xff\x35\xad\x4a\x21\x45\x20\x63\xa7\x5f\x7c\xf1\xa1\xdd\x69\x46\ \xc3\xbb\x27\x21\x21\x21\x07\xa0\x72\x41\x44\x08\x42\xc9\xae\x0b\ \xaf\xbd\x7e\xbc\xea\x43\x08\x01\x90\x12\x28\xad\x69\x93\xf3\x30\ \xc5\x21\x24\x24\xe4\x00\x54\x2e\x08\x65\x50\xdb\xb2\x2d\x9f\x6e\ \x6d\x81\xaa\x1e\x4f\x68\x10\x00\x00\x81\x94\x58\x21\x30\x0c\x17\ \x43\x42\x42\x0e\x44\xe5\x42\x88\x04\xd6\xd0\xc3\xf7\x3f\x7b\xfc\ \xb9\x9f\xdc\xf5\xec\xe2\xe5\xe3\x81\x82\xa1\x94\x42\xe0\xcc\x59\ \x97\x5d\xb2\x60\x4a\x2a\x8c\x16\x43\x42\x42\x0e\x38\xe5\x12\x9c\ \x2a\x99\x59\x5f\xfc\xda\x4c\x4c\xc8\xa1\xfd\x5f\x3d\x53\x4a\x00\ \x20\x46\x22\x3f\x3a\x1c\x68\x0a\xe7\xa1\xd3\x15\x12\x12\x72\x00\ \xfa\x5c\x84\x14\x36\xbd\xf6\xe2\xea\x9d\x1c\x21\x08\x20\x04\x00\ \x40\x84\xa5\xbd\x6e\xf5\xd6\x23\x2e\xf8\x42\x7b\x53\x9c\x06\xe1\ \x50\x57\x48\x48\xc8\x01\xa6\x5c\x10\x00\x08\xb9\x63\x5b\x02\x11\ \x00\x00\x44\x08\x02\xc9\x19\x9f\x79\xdc\xa2\x23\xfa\x9a\x45\x38\ \x15\x3e\x24\x24\xe4\x00\x54\x2e\xce\x58\x66\xfa\x71\x57\xcd\xfd\ \x18\x00\x10\x13\x02\x44\xe0\x07\x02\x13\x42\x08\x0e\x1c\xcb\xa3\ \x22\x9c\x24\x17\x12\x12\x72\xc0\x29\x17\x00\x40\xb0\xc0\x61\x94\ \x10\x38\xb6\xe6\xd5\x5f\x3c\xfc\xf3\x6a\xde\xcb\x00\x00\x20\x00\ \x49\x44\x41\x54\x74\x2e\x39\xff\x0b\x97\x9c\xe6\x0f\x6d\x02\x0d\ \xbd\x9d\x19\x93\x87\xb5\x1f\x42\x42\x42\x0e\x00\xf6\x33\xe5\x1d\ \x61\x4c\x8b\xdb\xef\xff\xf9\xd3\x91\xee\xb9\x51\x7b\xc2\x96\xe0\ \xed\xd7\x9e\x7d\x71\xfd\x08\x52\xc2\x27\x2a\x86\x84\x84\x1c\x90\ \x3e\x17\x00\x00\x42\x68\x97\x27\x6a\xd1\xa9\x17\x9e\x7e\xe2\xf3\ \xf7\xfc\x12\x13\x05\x49\xc6\xe5\x9f\x7b\x63\x11\x42\x88\xd0\xee\ \x68\x13\xd6\xff\x41\x08\x64\x3d\x4b\x6c\xcf\x7f\x7b\xb7\x52\x4f\ \x80\x05\x00\x61\x0c\x21\xe4\x9c\xd7\xbf\x82\xef\x5c\xe3\x9e\x1f\ \x03\x08\x01\x42\x08\x02\x28\xa4\x94\x52\xec\x4d\x3d\x93\x40\xd6\ \x0b\xc1\xd6\xd7\x0e\x20\xdc\xbb\x0d\xb8\x67\x73\x08\x61\x84\x10\ \x80\xa0\x5e\x25\x4e\x08\x01\xa4\x84\x10\x42\xb8\xbb\x68\x2f\x26\ \xa4\xbe\x5d\x2e\x84\x10\x1c\x42\x88\x10\x06\xf5\x25\xf7\xd9\x67\ \x08\x21\xc2\xbb\x7f\x02\x21\xac\x27\xee\x22\x04\x21\x44\xf5\xf5\ \xd6\xf7\x17\xee\x5e\x16\x4a\x29\x00\x80\x10\x41\x29\x25\x04\x50\ \x4a\x09\xe0\xde\xe3\xde\x7b\x8c\xbb\x97\xe7\x42\xc8\xf7\x7f\x0a\ \xea\xa6\x83\x12\x00\x04\x21\x44\xf0\x9d\x46\x07\x52\x4a\x09\x64\ \xfd\xa4\x48\x09\x00\x90\x08\x61\x42\x88\x10\x9c\x52\x06\xe1\x9e\ \xbd\x00\x40\x02\x09\x21\x02\x52\xd6\xcd\x55\xb7\x12\x26\x04\x48\ \xc9\x39\xdb\x77\x07\xa5\x10\x00\x42\x08\xf7\x5a\x7d\xcf\xd9\xd8\ \xa7\x3d\x60\x4c\xea\x76\xa8\x9b\x7d\xcf\xe9\x80\x10\x40\x21\x05\ \xc6\xa4\x5e\xd5\x44\x08\x51\x2f\xda\x87\x31\x86\x08\xed\x6e\x0c\ \xfb\x6c\x8c\x10\x0c\xc0\xee\x3a\xbf\xf5\x55\x21\xb4\xbb\x10\x0d\ \xe7\x02\xec\xb5\x7a\xdd\xee\x00\x08\x21\x30\xc1\x82\x0b\x88\xa0\ \x94\xbb\x0f\x04\xd4\xcd\xf0\xdb\xb6\x05\xf6\x58\xe3\xfd\x3a\x05\ \x08\x21\x04\xf7\x3d\x68\x08\xe0\xee\x77\x7b\x4c\x5a\x6f\xba\xbb\ \x97\x91\xfb\x9e\x74\x08\xe1\xee\x9b\x64\xf5\xe3\x85\x40\x82\xdd\ \x15\x5e\x20\x44\x70\xcf\xa1\x80\xdd\xad\xbd\xde\x7a\x85\xdc\xdb\ \x66\x84\x94\x7b\x7e\xf1\xdb\x63\xd8\x5f\x13\x82\x00\x02\x8c\x30\ \x44\x68\xef\xb7\x82\x33\xb0\x67\x60\x08\x41\x58\xdf\x62\xbd\xfd\ \xd4\xeb\x29\x0b\x21\xe0\x9e\xf6\x53\xbf\x8a\x85\x10\xf5\xdd\xae\ \xef\x04\x04\xf5\x8d\x43\x8c\x11\x04\x90\x71\xb6\xfb\xf4\x41\xc8\ \x39\xaf\xff\x12\x63\x04\x21\x14\x5c\x00\x08\x84\x90\x7b\x5b\x69\ \x7d\xa7\xfe\x60\xde\xfb\xfe\xea\x73\x09\x91\x6c\xe9\xeb\x55\x9f\ \xfb\xc9\x8f\xef\xf2\xcb\x93\xa5\xbb\x6f\xde\x36\x80\x2f\x38\xa5\ \x03\x0a\xfe\x67\xc8\x16\xa0\x94\x39\x9e\x5f\x3f\x79\x9c\x73\x29\ \x24\x63\x14\x63\x5c\x2f\x29\x09\x11\x02\x00\x60\x42\xea\x4d\x50\ \x4a\x80\x31\x92\x52\x3a\x96\x25\x04\x8f\xc5\xa2\x18\x13\x21\xa1\ \xd8\x73\x9e\x10\x44\x42\x0a\x8c\x10\xe7\x8c\x60\xcc\x18\xf3\x7d\ \x8f\x51\xaa\xa8\x9a\x6e\x18\x10\x42\x2e\x76\x17\xab\x24\x98\x30\ \xce\xa4\x94\x08\x61\x29\x04\x21\x18\x22\x28\x01\xac\x37\x01\x8c\ \xa0\xef\xb8\xb6\x55\x93\x52\x42\x84\x0d\xdd\xd0\x0d\x03\x42\xcc\ \x28\xa3\xd4\x95\x52\x68\xaa\x5a\x9e\xc8\x71\xc1\x01\x80\x91\x68\ \x34\x1a\x89\x70\xce\x2a\xd5\x49\x04\x91\x19\x89\x42\x08\x31\x21\ \xf5\x4b\x93\xfa\x81\xeb\xb8\x00\x02\x42\x08\xa5\x41\x3c\x16\x97\ \x52\xfa\xbe\x4f\x29\xc5\x04\x6b\xba\xc1\x18\x47\x08\x4a\x09\x80\ \x94\x7e\xe0\x2b\x44\x41\x08\x51\x4a\x31\x42\x01\xa3\xaa\xa2\x4a\ \x29\x85\x14\x18\xe1\xdd\xe2\x02\x81\x14\x52\x48\x21\x84\x88\x45\ \x0c\x85\x90\xf7\x27\x5e\x12\xe2\xfa\x45\x82\x11\xf6\x7d\xdf\xf3\ \x5c\x55\x55\x39\xe7\x75\xe3\x03\x08\x55\x45\x85\x08\x31\xce\xa5\ \x90\x84\x10\x88\x60\xcd\xb2\xab\x95\x72\x24\x12\x49\xa7\xd3\x8c\ \x0b\x9f\x52\x20\x25\x42\x88\x10\x1c\x50\x8a\x31\x91\x5c\x68\x9a\ \xe6\x07\x01\x0d\xdc\x52\xa9\x88\x31\x4e\xa7\xd3\x08\xe1\x80\xd2\ \xba\x9c\xe9\xba\xce\x18\x63\x8c\x11\x4c\x38\xe3\x18\x43\x8c\x30\ \x40\x10\x23\x04\x20\x94\x52\x4a\xc1\x8b\xc5\x02\xa3\x14\x61\xa2\ \xeb\xba\x61\x46\x14\x85\x00\x00\x82\x20\xf0\x7d\x2f\x62\x9a\xd5\ \x6a\xd5\xb6\x6d\xce\xb8\x19\x31\x1b\x32\x19\x84\x50\xad\x56\xb5\ \x2c\x2b\x1e\x8f\xeb\xba\x0e\x20\xaa\xf7\x84\x52\xca\x62\xb1\x84\ \x31\xae\x1b\x53\xd7\x75\xd3\x34\x7c\xdf\x77\x1c\x97\x73\x61\x9a\ \x26\x51\x14\xc1\xb9\x10\x12\x21\xc4\x18\x77\x3d\x37\x91\x48\x5a\ \x56\x2d\x16\x8b\x57\x2a\x65\x85\x28\xaa\xa6\xba\x9e\xa7\x10\x45\ \x51\x15\x29\x65\xfd\xb2\x17\x52\x0a\x2e\x80\x94\x18\xa3\xf7\xd7\ \x4f\xdb\x8e\xeb\x7a\x3e\x84\x10\x23\x84\x30\xae\x6b\x68\xbd\x27\ \x06\x12\x50\x46\x21\x90\x08\x42\x2e\x76\x77\x9f\x10\x21\x8c\x31\ \xe7\xac\xde\x77\x06\x81\x2f\xa5\x90\x42\x24\x93\x29\x88\x30\x00\ \x90\xd7\x3b\x4b\x21\x83\xc0\x03\x82\x53\x1a\x00\x08\x54\xcd\xc0\ \x08\x33\x2e\x14\x55\x21\x84\x00\x08\xa5\x04\x9c\x71\x4d\xd3\x10\ \x42\xbe\xe7\x63\x8c\xeb\x06\xc7\x18\x61\x4c\xea\xdd\x24\x00\x52\ \x08\x09\x21\x94\x40\x02\x21\x6a\xa5\x22\xa3\x01\xc1\x18\x40\x28\ \x24\x8c\xc6\xe2\x94\x31\x04\x21\x42\x28\xf0\x7d\xc6\x98\xe0\x94\ \x33\x06\xa1\x14\x42\x42\x84\x0d\xd3\x14\x42\x2a\x84\x40\x84\xea\ \x9d\x8a\x69\x46\xb8\xe0\x8c\xb1\x48\x24\x02\x00\x14\x82\x0b\xc1\ \x7d\xdf\xaf\x56\xab\x10\xc0\x86\x86\x06\xce\x79\xa5\x5c\x66\x9c\ \x27\x12\x89\x7a\x1b\x70\x6c\xdb\x75\xdd\x68\x2c\x26\xa5\xd4\x34\ \xad\xde\xc1\x43\x08\x84\x90\x52\xca\xa8\xa9\xff\xfe\x51\xf5\xfd\ \xcd\x5b\x14\x5c\x18\x2d\xe7\x5c\x76\xc5\xb3\x4f\x3e\xbb\x4d\xc3\ \x1c\xc6\xcf\xbb\xea\x33\x0b\x3a\xa2\x7f\x4c\x11\xfa\xdf\x85\xaa\ \x28\x5b\x76\x8e\x3f\xfe\xfc\x0a\x29\xb8\xe7\xb9\xb5\x5a\xcd\xaa\ \x56\x27\xf3\x79\x29\xa5\x61\xe8\xa6\xae\x25\x53\x69\x64\x1a\x6d\ \x9d\x3d\x9a\x16\x71\x3d\x1a\x04\x3c\x93\x4a\x12\x04\x7e\xf1\xc0\ \x3d\x6f\x6f\x58\x7d\xe9\x67\xcf\x3f\x78\xc1\x91\x93\x35\xe9\x73\ \x0e\x21\xa2\x94\x42\x24\xf3\x13\x63\x51\x43\xc5\x80\x19\x2a\x1e\ \x1f\x1d\x7e\xe5\xe5\xe7\x0b\x13\xe3\x73\xe6\x2f\xe8\x9c\x3a\x2d\ \xd5\xd8\xa2\x45\x92\x7e\xc0\xe2\xc9\x74\x7b\x5b\x67\xb9\x52\x96\ \x12\x21\x62\x06\x9e\xdd\xd2\x9c\x89\xc6\x22\x1c\x62\x8e\x70\x2c\ \x66\x2a\xc0\x7b\xe1\xc9\xa7\x96\x3c\xf3\x18\x04\x4a\xef\xb4\x79\ \xba\x19\x3f\xfa\x23\x1f\xeb\xea\xee\x5d\xb7\x6e\xc3\xae\x5d\x3b\ \x62\x11\xdc\xda\x98\xb8\xf1\x7f\x7f\xa9\x5a\x2d\x51\xa8\x7f\xe6\ \xfc\xf3\x4f\xfc\xd8\xf1\x03\x5b\xb7\x3e\xfe\xc4\xe3\x73\xe7\x1d\ \x72\xd4\x71\x1f\xe1\x48\x6b\x6e\xef\xe2\x50\x41\x9c\x4e\xec\x1c\ \xbf\xed\x27\x3f\x11\x40\x1e\x7b\xcc\xd1\x1b\xd7\xaf\x3b\x7d\xd1\ \x69\x9a\xae\x2e\x5d\xb2\x64\xf3\xa6\x4d\xb3\xe6\xce\x99\x7d\xd8\ \xc2\xf1\x42\x51\x21\x4a\xe0\xfb\xd5\x52\x79\x70\xc7\xce\x23\x17\ \x1e\x39\xb0\x6d\xfb\x9b\x6f\x2c\x9f\x33\x67\xb6\x11\x8d\x98\x51\ \xd3\x71\xec\x72\xb9\x9c\xc9\x34\xa4\x52\x49\xc6\x39\x46\x78\x7c\ \x7c\xbc\x52\x29\x13\x55\xbb\xf2\xd3\x27\x4d\x69\x6b\x0c\xfe\xf4\ \x72\x1d\x52\x02\x94\x68\x64\x5c\x8c\x8d\x8e\x22\x09\x36\x6f\xd9\ \xb2\x73\xc7\x8e\x7c\x2e\x97\x4e\x24\x33\x0d\x0d\xb1\x78\x3c\x1e\ \x8f\xb7\xb6\xb5\xb6\x77\x76\xf9\x96\x63\x39\x56\x26\x93\x49\xc4\ \x63\x2f\xbd\xf2\xe8\xe7\xaf\xba\x62\xd1\x29\x27\x2d\x5e\x7c\x77\ \xc1\xa1\xb6\xed\x42\x29\x3d\xdb\x4a\xe8\xb1\xc1\xc1\x6d\x89\x58\ \xa2\x5c\x2a\x77\x75\x4d\x19\x18\x18\x5b\xb9\x6c\xc9\x6d\x37\xff\ \x9f\x9e\xa9\x7d\xe7\x5d\x74\x71\x43\x73\x9b\x6a\x46\x01\x22\x9c\ \x8b\xc3\x0e\x3d\xcc\xb7\x6b\xa5\x42\x31\xd9\x98\x29\x4e\x4e\xa6\ \xe3\x5a\x3a\x93\x52\x74\x8d\x4a\xa8\xe8\x9a\xae\xa0\xc2\xf8\xd0\ \x6d\xdf\xfe\xd7\xf1\xa1\xe1\xbe\xe9\xf3\xb2\xad\x5d\xc7\x7d\xec\ \xc4\xd9\xf3\xe7\x57\x6b\xf6\xba\x15\xab\x5d\xbb\x76\xf4\x61\x87\ \xdc\x76\xdb\xed\x3f\xb9\xf9\x47\x8a\xa2\x1e\x7d\xcc\x51\xb7\xde\ \xfc\x23\x15\xa3\x87\x16\x3f\x34\x34\x34\x78\xe5\x35\xd7\xc4\xd2\ \xb1\x58\xaa\x81\xa8\x26\x40\x58\xc5\xe8\xe7\x37\xfe\xc7\xfa\xf5\ \x1b\x8e\x3b\xee\x38\xce\x79\x2a\x95\xba\xe0\xc2\x73\x5f\x59\xfa\ \xc6\xcf\x7f\x7e\x5f\x3a\x95\xb9\xfe\x86\x7f\xac\x54\x1c\x8f\xf9\ \x08\x43\x00\xd1\xb3\xcf\x3e\x35\x7f\xc1\xc1\xd9\x58\xf3\xb7\xbe\ \xfb\xe3\x39\x73\xe7\x34\x36\x36\x4e\xed\xea\xd4\x24\xcc\xe5\x6a\ \xaa\xaa\xf6\xf4\xf4\x60\x42\xa4\x10\x41\x40\x07\x06\xb6\xbb\xae\ \xd7\xd5\xd9\x62\x92\xf7\xe3\x79\xe9\x9a\xfa\xab\x67\x97\x2e\x79\ \x63\x8d\x6e\x6a\x51\x33\xa2\x9b\x91\x4a\xb5\x56\xae\x94\x93\xa9\ \x74\x2c\x16\x2b\x16\x4b\x9e\xef\x46\x89\x34\x0d\x73\xd7\x58\xae\ \xa1\xb9\xc5\x8c\x26\x34\x23\x02\x21\xc4\x50\xf8\xae\x6d\x95\xcb\ \x03\xdb\x36\x0c\xee\xd8\x42\x7d\xf7\xaa\xab\xaf\x9d\x33\xff\xf0\ \x1a\x25\x3b\x47\x0b\x95\x4a\x05\x53\x6f\xdb\x5b\x2b\xf2\x43\x5b\ \x06\x76\xad\x8f\xc4\x92\xd3\x67\x1e\x4a\xb4\x44\xd9\x72\x7b\xa6\ \xf5\xce\x9a\x3b\x3b\xdd\xd0\x38\x32\x92\x77\xab\xf4\xd0\xc3\x0f\ \xc7\x0a\x1a\xd8\x99\x6b\x68\x6c\xf6\x19\xcb\xe5\x0a\xe9\x54\x32\ \xdb\xdc\x18\x8f\x18\x2a\x21\xdc\xf7\x7c\x81\x20\xc6\x56\xb5\xc2\ \xfd\xca\x03\x77\x2f\x5e\xfd\xda\x0b\x53\xbb\xda\x93\x0d\xd9\x09\ \x5b\x5e\x70\xe5\x0d\x96\xed\xdb\x85\x11\xcb\xb2\xb7\x6d\xdd\x8a\ \x41\xb0\xf2\x95\x17\x4b\xe3\x3b\x35\x22\x1d\x9f\x66\xbb\x7a\x8f\ \xf9\xd8\xa9\xae\x17\x18\xaa\x3a\x3a\x36\x66\x3b\x5e\x53\x4b\xcb\ \x9c\x39\x73\x6b\x96\xe3\x7a\x7e\x43\x53\xb3\xaa\x19\x11\x53\x69\ \x6a\x88\x8d\x4f\xe4\x1e\x7b\xe4\xd1\xd5\x2b\x57\x5e\x71\xd5\x55\ \xcd\x0d\xcd\x0f\xde\x7f\xff\xca\x37\xdf\x3c\xfb\x9c\x73\xda\xdb\ \xda\xe3\x89\xf8\xbd\xf7\xdc\x5d\xab\x5a\x8b\x4e\x3f\x23\x5f\x28\ \x1c\x7c\xf0\x21\x44\x53\x39\x97\xa5\x52\xa9\x66\x5b\xaa\xa2\x5d\ \x7d\xee\x09\x86\xa6\x88\xdf\x6d\x7a\xb4\xff\x0e\x43\xd2\xfc\xc8\ \xce\x7c\xd5\xf6\x03\x3f\xb0\x27\x5f\xfc\xe5\x03\x2b\x76\x14\x88\ \x82\xdf\xb7\x72\x49\x29\x11\x84\xb1\x58\x3c\x1a\x8d\xaa\xaa\x12\ \x8f\xc7\x30\x42\x91\x88\xc9\x39\xd5\x35\x85\x06\x41\xa5\x52\x76\ \x6c\x9b\x06\x3e\x90\x52\x51\x08\x51\x10\x00\x32\x1e\x8f\xb6\xb6\ \xb6\x22\x08\x77\xed\x1a\x22\x18\x45\xa2\x06\x10\x2c\xf0\x1d\xc6\ \x7d\xd7\xb1\x6d\xbb\x66\xdb\x35\x21\x78\xb9\x52\x76\x1c\xcb\xf7\ \x3d\x84\x71\xa9\x5c\xde\xbc\xf9\xed\x91\xe1\x11\x8c\x60\x3c\x16\ \x57\x15\x15\x42\x11\x8f\x45\x62\x51\x23\x1e\x33\x5b\xb2\x4d\x9a\ \xae\x69\xaa\xa2\xeb\x9a\xa2\x10\xc1\x45\xa9\x58\xae\x55\xab\x18\ \x93\x4c\x26\x33\xb5\xa7\x5b\x70\xbe\x7e\xfd\xfa\xd1\x91\x91\x6a\ \xad\x42\x08\x4e\xa7\xd3\x43\xbb\x06\x19\x65\x52\x00\x95\x28\xae\ \x6d\xaf\x59\xb5\xea\x95\x57\x5e\xc1\x84\xf4\x4f\xeb\x67\x8c\x43\ \x00\x08\xc6\x8c\x06\x82\xf1\x64\x32\x89\x09\x4e\x26\x12\x18\x63\ \x09\xc0\x8e\x81\x1d\xd5\x6a\xb5\x5a\xad\x46\xa3\xd1\x91\x91\x91\ \x42\x3e\x1f\x35\x23\x52\x08\x28\x41\xa9\x54\xea\xeb\xeb\x4d\x25\ \x92\x9b\xdf\xde\x3c\x73\xc6\x8c\xbe\xde\xbe\xd6\x96\x16\x04\x61\ \x22\x91\x48\x24\x12\x10\x02\x21\x04\x04\x70\x62\x62\xdc\xb2\x6a\ \xc9\x64\x32\x11\x8f\xef\xf7\x31\x3f\x7f\x5c\xcc\x02\x21\x17\x1a\ \x51\x22\x86\xc9\x38\x8f\x45\x22\x0d\x0d\x0d\x41\x10\x08\x00\x8a\ \xa5\x52\x7e\x62\xc2\xb6\xec\x52\xb1\x2c\x99\x8c\x45\x13\xa6\x11\ \xf1\x7d\xd7\xd0\xb5\x19\x33\xa6\x37\x36\x66\x72\xb9\xf1\xa1\xa1\ \xc1\x58\x34\xaa\x6b\x06\x63\x0c\x23\x3c\x59\x28\x94\xcb\xe5\x91\ \x91\x61\x29\xf9\xe0\x8e\x01\xd7\xaa\x0e\x0e\x0e\x28\x44\xc1\x04\ \xaf\x58\xb1\x62\xeb\x96\xad\x08\xa2\x4c\x3a\xa3\x6b\x9a\xeb\xbb\ \xd1\x58\xb4\xa9\xa9\x41\x53\xd5\xa6\xa6\xc6\x64\x22\xa9\xa8\xaa\ \xaa\xaa\xf5\x10\x23\xa0\x41\x6e\x22\xcf\x19\x6f\xce\x36\xf7\xf6\ \xf4\xf4\xf6\xf5\xbe\xf0\xc2\x0b\x13\x13\xf9\x4a\xa5\x16\xf8\x6e\ \x2a\x99\xb0\x2c\x6b\x64\x64\x04\x48\x49\xa9\xcf\x39\x5b\xbd\x7a\ \xf5\xe2\x7b\xee\xd9\xbe\x63\xc7\xcc\x99\xb3\xbb\xbb\xa7\x96\x2b\ \x55\x00\x01\x00\x42\x0a\xc1\xb9\x68\x6e\xce\xe6\x72\x39\x5d\xd7\ \x23\x91\xc8\xc0\xc0\x40\x6e\x62\x72\x7c\x7c\x5c\x55\xd5\x6a\xb5\ \xb2\x6e\xdd\x7a\x4a\x69\x32\x99\x90\x52\xe6\xf3\x39\xc6\xf9\x82\ \x05\xf3\x37\x6e\xdc\x08\x24\x98\x33\x67\xce\xc2\x85\x0b\x4d\x33\ \xa2\x28\x4a\x73\x73\x73\x10\x04\x00\x00\x46\x29\x63\x6c\xfd\xfa\ \x75\xe5\x72\xb9\xbb\xbb\x5b\xd3\xb4\xf7\x1d\xa4\x13\x82\x63\xb1\ \x68\x22\x11\x17\x40\x30\xc6\x74\x5d\x23\x84\x70\xc6\x2a\xe5\xb2\ \xe7\xb9\x5d\x9d\x9d\xd9\x6c\xb6\x5c\x29\x07\xbe\x2f\x38\x37\x74\ \x35\x16\x35\xa5\x60\x81\xe7\x65\x52\xa9\x58\x2c\xaa\xeb\xba\xaa\ \xa8\x8a\xa2\xbe\xf5\xd6\x5a\x82\x31\x21\x48\x25\x48\x0a\x06\xa0\ \x68\x6c\x6c\x90\x10\x28\x8a\x06\x01\xaa\x56\xaa\x8e\xed\xe8\xba\ \x66\x5b\x76\xe0\x53\xea\x07\x85\x5c\x2e\x99\x4c\xc4\x63\x71\x88\ \x64\x3c\x16\x45\x48\x62\x08\x0c\x5d\x13\x82\x0f\x0f\x0d\xe5\x73\ \xb9\xdc\xc4\x78\xb9\x5c\x1e\x1f\x1b\x19\x1b\x19\xae\x56\x4a\x41\ \x10\xe8\xba\x86\x10\x16\x5c\x58\xb5\x5a\x32\x16\xc7\x08\x24\x62\ \x11\x53\x37\x26\xf3\xb9\x68\xc4\xcc\x66\x9b\x09\xc1\x42\x70\xc6\ \xa8\xa6\xa9\xa6\x69\x96\x2b\x15\xd7\x75\x20\x44\xba\x6e\xf6\xf6\ \xf6\x46\x4c\x73\xc5\x8a\x15\x6f\xbc\xf1\xc6\xf0\xf0\xf0\x64\x3e\ \x1f\x78\xce\xd6\x2d\x5b\x9e\x7f\xfe\x85\x4d\x1b\x36\xa4\x52\x29\ \x84\xf1\xf0\xe0\x60\x57\x57\xc7\xcc\x99\x33\x54\x4d\xf3\x7d\x9f\ \x32\x36\x3c\x3c\x54\x2e\x95\x4e\x3e\xf5\x94\x74\x3a\x45\x30\xaa\ \x56\xcb\x9c\xd2\x20\x70\x1d\xc7\xd6\x88\x92\x4a\xc6\x11\x82\xf2\ \x4f\x8d\x16\x11\x26\x74\x72\xd3\x3d\x77\xfd\xd2\x98\xff\xf1\x85\ \xb3\x62\x42\x30\x26\xb4\xe6\x98\xfe\xe7\xe4\xd0\xd7\xaf\x46\x4a\ \x03\xd3\xd0\x30\x21\x85\x7c\xde\xf3\x3d\x4d\xd3\x7a\xa6\xf6\x18\ \x9a\xe6\xd8\x4e\x2e\x3f\xa1\x27\x12\x40\x4a\xcb\xaa\x21\x4c\x14\ \xac\x0a\xc1\x7c\xdf\xcb\x66\x9b\x9b\x9a\x1a\x73\x13\xe3\x43\x23\ \xbb\xb0\x91\x46\x10\xc6\x63\xa6\x1f\x04\xb9\x6a\xc9\x77\xad\x86\ \x54\x53\xa9\x94\x07\x3c\x18\x19\xda\x59\x9a\x9c\x84\x18\x95\x8a\ \x45\xec\xd0\x44\xa6\x85\x51\x66\x46\xd5\x7a\x00\x22\x85\x70\xdd\ \xa0\x31\xd1\x90\x8a\xc7\x02\xdf\x26\x8a\x02\x88\xca\x19\xaf\xd5\ \x6a\x2a\x42\x53\xa7\xf6\x6e\x79\xeb\xcd\x5a\xad\x0a\x11\xc8\x64\ \x92\x18\xc1\x5d\x43\x83\x8a\x82\x19\x0b\x4a\x93\x93\x85\xc2\x24\ \xc2\x18\x00\xc0\x39\x95\x9c\x7b\xae\xef\xba\x5e\x63\x53\x33\xc6\ \xc4\x71\x5d\x03\xeb\x9c\x31\x28\xa5\xaa\x90\x54\x63\x63\x5b\x5b\ \x5b\x3a\x9d\xf6\x3d\xcf\x73\xdd\xc1\xc1\x41\x55\x27\x9a\xa6\x56\ \x81\xe4\x9c\x01\x29\x13\xb1\x18\xf5\x3d\x97\xfa\xb5\x6a\x65\xd6\ \x8c\xe9\xab\x57\xaf\x4a\x24\x62\x33\x66\xcd\x40\x08\x21\x20\x93\ \xc9\x04\x44\xc8\xf3\x3c\xcf\xf3\x2c\xcb\x72\x5d\xd7\x71\x1c\x5d\ \xd7\x13\x89\x04\xe3\x7f\x56\x3e\x0a\x51\x15\x20\x41\x53\x43\xc6\ \x73\x9d\x42\x3e\xe7\x39\x4e\x47\x5b\x5b\x26\x9d\x4e\x25\x53\xa3\ \xc3\xc3\x1b\xde\x5a\x77\xca\xa2\xd3\xcb\xc5\x2a\x51\x15\x80\x10\ \x90\xb2\x58\x9c\x6c\x68\x48\x2f\x5c\x78\xc4\x8e\x6d\x9b\xd6\xae\ \x5e\x79\x44\xaa\x85\x06\x4c\x81\xc4\x88\x47\xf2\xbe\xe7\x79\x9e\ \xe7\x3a\x1d\xad\xad\x03\x03\xdb\x62\xb1\xd8\x5b\x6b\x57\x51\x46\ \x47\x46\x46\xca\x35\x27\x5f\xac\x46\x92\xa9\xc3\x5b\x5a\xe3\x89\ \x38\x82\x50\x50\xea\x7b\x9e\x82\x70\x3a\x9d\x56\x00\x03\x92\x4b\ \x29\x35\x55\xa3\x4c\xd4\x2c\x3b\x1e\x8f\xb7\xb6\xb6\x0e\xed\x1c\ \x00\x00\x70\x46\xd3\xa9\xe4\xe6\x4d\x9b\xe2\xa9\x06\x29\xa5\x5d\ \xb3\x76\xed\x1a\xb4\x6a\x56\x10\xf8\xd1\x88\x59\xab\x94\xab\xd5\ \xca\xf8\xf8\xa8\xa2\x28\x8d\xcd\xcd\x35\xcb\x09\x02\x06\x21\x06\ \x00\x31\xca\x00\xc2\x1f\xf9\xc8\x47\x96\x2e\x5d\x3a\x6d\x5a\xff\ \xe3\x8f\x3f\x31\x31\x31\x31\x3c\x3c\x52\x2e\x97\x13\x89\xe4\xae\ \x5d\xbb\x46\x47\x46\xa6\x4f\x9f\x25\x84\x00\x40\x6e\xdc\xb8\xe1\ \xa0\x83\xe6\x56\xcb\xd6\x63\x8f\x3d\xfa\x99\xf3\xcf\x9d\x35\x6b\ \x26\x84\x10\x30\xbf\x7e\xc3\xdc\xb2\xac\xc9\xc9\x49\xce\xf9\xe8\ \xe8\xa8\xa2\x28\x3d\x3d\x3d\x91\x48\x04\x08\x9f\xfa\xee\xfb\x28\ \x99\xcd\x05\x4f\xa7\xd3\x2d\x2d\x2d\x12\x08\xcf\x75\x21\x51\x10\ \xc2\x89\x44\x02\x22\x5c\xab\xd5\xfa\xfa\xfb\x9b\x1a\x1b\xcb\xb9\ \x91\x6a\xcd\xca\x4d\x96\x81\x10\x8c\x06\x50\xf2\x88\xa9\xf3\x00\ \xe5\x72\x39\xea\xfb\x7d\xd3\xa6\x97\x8a\xb9\xe2\x44\x6e\x78\x68\ \x38\x97\x9b\x50\x22\x29\x55\x21\xd1\x48\xc4\xaf\x05\x58\xc5\x8c\ \x72\x43\x8f\x48\x48\xb2\xd9\xf6\xd9\x73\x0f\x2d\xd9\x6e\xa9\x52\ \xb6\x6b\x36\x67\x1c\x70\xa1\xaa\x6a\x6e\x7c\xd4\x88\x68\x04\x49\ \x4e\x03\x8c\x70\x2c\x62\xc6\xe3\x71\x04\x24\x0d\xbc\x89\x7c\x6e\ \x7c\x74\xa4\x52\xb5\xbd\x80\xb5\xb4\x34\xaa\x98\x4f\x4c\xe4\xea\ \xa3\x4e\x13\x13\x13\xd3\xdb\xa6\x22\x29\xab\x76\xd5\x71\x6a\x5b\ \x37\x6f\xee\xed\xef\x8b\x45\x63\x9a\x4a\x10\x82\x0a\xc1\x0c\x00\ \x3f\x08\x0a\x93\x85\x69\xd3\x66\xcc\x99\x39\xbb\x52\xa9\x69\xba\ \x66\xd9\x0e\x44\x38\x08\x68\x26\x9d\x6a\x6d\x69\x56\x35\xbd\xb1\ \x61\xba\x63\x97\x31\x42\xdd\x53\xfc\x62\xa1\xb0\x66\xcd\x9a\x73\ \xce\x3e\x7b\xca\x94\x29\x9a\xa6\x56\x2b\x65\x82\xa7\x78\xae\xd3\ \xda\xd6\xd6\xd5\xd9\x1e\x50\xae\xaa\x8a\xe7\xba\xd1\x68\x2c\x9f\ \xcf\xa7\xd3\x19\x43\x37\x00\xfc\xc3\x52\xf3\x3b\xea\x73\x59\x45\ \x3f\x35\xf3\xd2\x8b\xce\xee\x54\xb8\xe0\x00\x42\xe1\xbb\x5e\xc0\ \xde\xff\xf5\x23\x25\x20\x04\x53\xea\x5b\x3c\x70\x1d\xdb\xb2\xad\ \x54\x3a\xa5\x62\x6c\x98\x46\xc4\xd0\xad\x5a\xcd\xf5\xdc\x44\x22\ \x8e\x09\xa6\x01\xc3\x18\x47\x23\x3a\xc6\x58\x21\x78\x6a\xf7\x94\ \x65\x11\xb3\x54\x2e\x5a\xb5\xaa\x8e\xb4\x42\xa1\xe8\xfb\x3e\x56\ \x88\xe0\xc2\x30\xd4\xc0\x77\x1a\x1b\x52\x23\x83\x03\x83\x3b\xb7\ \x4b\x20\x1b\x32\x4d\xdd\xbd\xfd\x8d\xd9\xf6\xb6\xae\xa9\xc9\x74\ \x4a\x51\x54\x4a\x29\xa3\x81\x94\x32\x12\x31\x11\x42\x9a\xa6\x21\ \xc8\x10\x82\x00\x23\x15\x21\x04\x23\x88\x63\x55\x35\x10\xc2\x04\ \x81\xc0\x77\x13\xf1\xe4\x44\xb1\x7a\xc8\x61\x87\x3f\xfb\xdc\xf3\ \xae\x5d\x6b\x9a\xd5\x97\x88\xc7\x69\x10\x28\x04\xab\xa6\x3e\x67\ \xf6\x6c\x84\xd0\xab\xaf\xda\xd1\x78\x22\x95\xc9\x44\xe2\x29\xcf\ \xe7\x56\xb5\x16\x4b\xa4\x3c\xc7\x26\x2a\x69\x68\x68\x28\x14\x0a\ \xf3\xe7\x1d\x44\x08\x19\x9f\x18\x9f\x77\xf0\xdc\x68\x34\xe6\xd8\ \x76\x22\x95\x94\x9c\x3b\x76\xcd\x73\x9d\xc9\x42\x3e\x62\x1a\xba\ \xa6\x6e\xd9\xba\x79\x5a\x5f\xbf\x19\x35\x5d\xc7\xc1\x0a\x21\x48\ \xa9\x0b\x56\xa5\x52\xa9\x7b\x01\xb1\x58\xac\x3e\x4c\x26\xf7\x0c\ \xc7\xbe\x3f\x6f\x17\x70\x16\x50\x56\x9c\x9c\x1c\x1a\xdc\x09\xa4\ \xec\xea\xec\x50\x15\xb5\xb3\xbd\x7d\xf3\xe6\xb7\x73\xb9\x89\x74\ \xba\x29\xdb\xdc\xea\x7a\xbe\x6f\x39\xd1\x58\xc4\x30\x74\xc1\x59\ \x32\x1e\x9d\xd6\x3f\xf5\xcd\x37\x5e\x1e\x1a\xda\x31\xdf\xb1\x27\ \x73\xd5\x52\xb1\x20\x00\x0f\x7c\xd7\x30\xf5\x20\x70\x52\xc9\x68\ \x21\xaa\xaf\x5a\xf9\xea\xe8\xe8\xa0\xae\xeb\x9d\xdd\x3d\xb3\xe7\ \xce\xcf\xb6\x76\xf4\xf6\xf6\x69\xaa\x0a\x80\xa4\x81\xcf\xa4\xc0\ \x08\x10\x95\xa8\x1a\x52\x81\x22\x19\x42\x08\x21\x80\x80\x10\x11\ \xc3\x40\x24\x95\x4a\xa6\x86\x38\x74\x6c\x3b\x93\x4e\xdb\x1e\x8d\ \x46\xa3\x5c\xb0\x4d\x9b\x36\x4d\xe9\x68\xcb\x24\x5b\xad\x5a\x39\ \x95\x4c\x22\x0c\xa7\x4e\xed\x59\xb8\x70\xe1\x9b\xcb\xdf\xb0\x5d\ \x4f\x48\x14\x8d\x25\x28\x93\xae\xed\x25\x52\x26\x54\xb1\xb2\x67\ \xf8\x46\xd3\xf4\x6c\x36\xbb\x65\xcb\x96\x62\xb1\x98\xc9\x64\xca\ \xe5\x72\x43\x43\x43\xd7\x94\xae\x4a\xa5\xec\xba\xae\x6d\xdb\xa5\ \x52\xf1\xc8\x96\x85\x2f\x2f\x79\x29\x16\x8b\xce\x9a\x35\xc3\x75\ \x1d\xc6\x82\x54\x2c\xc1\x18\xcf\xe5\x72\x63\x63\x63\xae\xeb\xf6\ \xf5\xf5\xcd\x9e\x3d\xdb\xb2\x2c\x4a\x29\xc6\xd8\xa7\xfc\xfd\x59\ \x1e\x41\x44\x03\x6a\x59\x56\x24\x6a\x46\x63\x31\xc7\xf3\x31\xc6\ \xd1\x68\x94\x71\x91\x4c\x26\x23\xd1\x88\x04\x40\xd3\xf5\x74\x2a\ \x05\x01\x30\x0c\xad\x21\x9d\x96\x10\x00\x2e\x0b\xa5\x62\xad\x5a\ \x8d\xc7\x63\x86\xa1\x25\x13\x99\xfc\xe8\x78\xad\x5a\x5d\xb3\xf2\ \xcd\x19\x07\x1f\xa6\x60\xbd\x25\xdb\x54\x23\xa0\x9a\x1b\x0a\x28\ \x95\x02\x21\x45\x03\x12\x0b\x89\xb2\xd9\xb6\xc6\xe6\x66\xa2\xa2\ \x52\xb9\x84\x21\x8a\xea\x3a\xf3\xdd\x5c\xad\xe0\x79\x81\x1e\x89\ \x20\x45\xe5\x42\x52\xdf\x4b\x26\x13\x92\x05\x08\x01\xcb\xaa\x25\ \xe2\xf1\xb6\x68\xbc\xab\xb3\x7d\x7c\x6c\x70\x6c\x6c\x8c\x31\x1e\ \xf8\xbe\xe7\x3a\x9d\xed\x6d\xa6\xae\xda\xb6\xd3\x98\xc9\x20\x28\ \x77\xed\xda\xa9\x41\x66\x3b\x0e\x94\x40\x70\xe1\x04\x41\x24\x12\ \x59\x70\xc8\x82\xe6\xe6\x16\x21\x04\xe7\x4c\x51\xa2\x18\xa1\xc6\ \x86\x4c\x43\x26\x5d\xa9\xd4\xca\xe5\x52\x3a\x9d\x9e\xac\x95\x33\ \x99\xa4\xa2\x10\x5d\xd7\x0f\x5d\xb0\xe0\xee\xbb\xee\x5a\xbf\x6e\ \x3d\x84\x40\x55\x48\x3a\x19\x6f\x6f\x6d\x19\x1d\xde\xa5\x2a\x38\ \x37\x31\xa6\x19\x11\xcb\xaa\xa9\xaa\x52\xbf\xde\x75\x5d\x0b\xa8\ \xa7\xa9\xea\x1f\x34\x3b\xd9\x5f\x77\x21\x12\xcd\x3d\x3d\xfa\xb3\ \xb7\x7e\xe7\xbf\x52\x0a\x0d\x38\x67\xcc\x3c\xe1\x9c\xb3\xe7\x75\ \xa6\x18\xe3\x7f\x4e\xc0\x88\x31\xc6\x08\xc6\x62\xf1\xce\x4e\xc2\ \x19\xe5\x41\x10\x31\x0d\x84\x40\x73\xb6\xb1\x50\x2c\x78\x8e\xed\ \xda\x96\xa6\x9b\x86\xae\x61\x42\x0c\x43\xc7\x08\x34\x36\xa6\x1b\ \x1a\xd2\x5b\x37\x8f\xee\xd8\xbe\xb5\xb3\x5f\x65\xd4\x0b\x02\x4f\ \x91\x2a\x82\x00\x21\x39\xbc\x6b\x67\x43\x22\xb6\x6b\x70\xc0\x71\ \xac\x58\x3c\xda\xda\xd6\xde\x9c\x6d\xe9\xec\xe9\x99\xd2\xd3\xc7\ \x04\x0e\x38\x07\x10\xea\xaa\x6a\x55\xab\x24\xa2\x00\x28\x24\xe0\ \x9a\xa6\x72\x29\x10\xc6\x00\x40\x04\x21\x62\x52\x21\xaa\xaa\xea\ \x5c\xfa\x34\xf0\xa3\xcd\x91\x5c\xb1\xf2\xe2\x0b\x2f\x38\xb6\x9d\ \xc9\xa4\xdb\xdb\xda\x89\xf4\x75\x4d\x73\xa8\xef\xdb\x36\xa7\xbe\ \xcf\x39\x17\xc2\x34\x22\x52\x80\x72\xa9\xac\x68\x91\x4a\xb9\x1c\ \xf8\x01\x02\xd2\xe1\x54\x55\xd5\x8d\x1b\x37\x1e\x7c\xf0\xfc\xae\ \xae\xae\x57\x96\x2c\x2d\x95\x4a\x8e\xe3\x8c\x8f\x4f\xb4\xb5\xb7\ \xa5\x12\xc9\x6a\xcd\xd6\x14\xb5\x5a\xaa\xcc\x98\x3e\x7d\xf9\xb2\ \xe5\xc9\x78\xa2\xab\xab\xab\x56\xab\x09\x21\xbc\x5a\xcd\x72\x6c\ \xc7\x71\x18\x63\xb1\x58\x2c\x16\x8b\xd5\xe3\x94\xfa\xed\x18\xdb\ \x71\x85\x90\xef\xdb\xdd\xe5\x8c\x4b\x2e\x11\x44\x2d\xd9\x96\x88\ \x66\x70\xce\xa3\xd1\x28\x82\x70\x6a\x77\xcf\xb6\xb7\xb7\x28\x98\ \xec\xd8\xbe\x23\x99\x4a\xe9\x86\xae\x6b\x9a\x69\x1a\x18\x89\x74\ \x2a\x36\x7d\x5a\x6f\x3a\x9d\x58\xbe\xec\xb5\x79\x0b\x8e\xaf\xd8\ \x41\x61\x72\x92\xd2\xc0\x30\x35\xce\xfc\x89\xb1\x11\xc8\x3d\xc7\ \xae\xae\x7e\x73\x19\x02\xa2\xad\xad\xe3\xe0\x43\x16\xcc\x9c\x7d\ \xd0\xe1\x47\x1e\x05\x10\x01\x98\x38\xb6\x85\x20\x80\x40\x06\x34\ \x40\x00\x30\x46\x15\x65\xf7\xfd\x58\x45\xc5\x00\xa3\xc0\xc7\xbe\ \x4d\x01\x44\x08\x42\x29\x05\xa5\x3e\x82\x60\xc3\xfa\xb7\xb8\x84\ \x95\xe2\xe4\x94\xa3\x8f\xec\xeb\xee\x6a\x6f\xef\x58\xb9\x62\x99\ \xa6\x29\x56\xad\xa6\x69\xda\xe8\x78\x0e\x21\xd4\xdd\x33\x15\x42\ \xe2\xb8\x3e\x56\x3d\x29\x2b\x94\x31\xc6\x44\xad\x56\x2b\x97\xcb\ \x9b\x37\x6f\x9e\x39\x73\xe6\xe2\xc5\x8b\x37\x6e\xdc\xd8\xd2\xd2\ \x92\xcb\xe5\x10\x42\x0a\x21\x08\x21\xd7\x75\x73\xb9\x5c\x22\x99\ \xd0\x34\xed\x89\x27\x9e\xb8\xee\xba\xeb\xc6\xc6\xc6\xe3\x89\xa4\ \xe0\x7c\x7c\x62\x62\x70\xe7\xa0\xeb\xba\x18\xe3\x29\x53\xa6\xb4\ \xb7\xb7\x0b\x21\x4c\xd3\x94\x52\xda\x8e\x8d\x81\x44\x12\xca\xf7\ \xd5\x6b\x30\xc6\x2c\xdb\x02\x50\xa8\xaa\x0a\x00\xd2\x75\x3d\x95\ \x4a\x71\x2e\x30\x21\xba\x61\x96\x8a\xc5\xb1\xc1\xc1\xb1\xf1\x71\ \xc6\x98\x63\x5b\x8e\x55\xf3\x7c\xdf\xa7\x34\xdb\xdc\xd4\x90\x49\ \x4f\x4c\x4c\x04\x3e\xee\xee\xee\xc9\x8f\x8f\x95\x8b\x93\xdb\xb7\ \x6d\x9d\x3e\x77\x3e\x07\xc0\xb6\x9d\xf1\xf1\xd1\xf1\xb1\xd1\x80\ \x05\x5c\x80\x88\x1e\x4d\x26\xd3\xaa\xa2\x9b\x9a\x91\x48\x27\x26\ \xcb\xb9\x62\x21\x9f\x8c\x37\xf8\xae\x6d\xd5\x18\x65\x16\x17\x20\ \xd3\x90\x51\x74\x03\x60\x6c\x1a\xa6\xe7\x38\x86\x61\xb4\xb4\xb4\ \x1a\x9a\xe6\xbb\x5e\x47\x7b\x7b\x34\x16\xa9\x56\x72\x00\x80\x78\ \x3c\xee\x07\x01\x67\x2c\x62\x18\xeb\xd6\xac\x22\x8a\x36\x7d\x4a\ \x67\x6b\x6b\x33\x22\x64\xf3\xe6\xb7\xad\x6a\x05\x23\x04\x00\x47\ \x10\xc6\x12\x89\x4c\x63\x63\xb1\x5c\xd1\x15\x95\x31\x66\x18\x86\ \xaa\xaa\xb1\x58\xac\x58\x2c\x2a\x69\x92\x48\x25\x92\x89\x98\x8d\ \x21\xc6\x18\x02\xa0\xab\x6a\x57\x57\x97\x69\xe8\xaf\xbe\xba\xf4\ \x93\x67\x9e\x19\x8f\x99\xb6\x63\x39\xae\xb5\x6b\x68\x67\x24\x62\ \x28\x0a\xe1\x81\xdf\xdc\xd4\x30\x34\x3c\xac\xa8\x6a\xa6\x21\xe3\ \xd9\x96\x6e\x18\x42\x08\x21\x04\x00\xf8\x4f\x8c\x16\x21\xa2\xbe\ \x95\x9f\x28\xab\xfd\x07\xcd\xea\x6d\x00\x9c\x71\xa1\x36\x44\xd5\ \xf7\x7f\xf1\x00\x00\x21\xa4\x94\x0a\xc1\xe3\xb1\x04\x67\x4c\x55\ \x09\x67\x54\x72\xe6\xba\x4e\x2c\x1a\xcd\x66\x9b\xc7\xc6\xc7\x84\ \x14\x95\x6a\xb9\x2d\x16\x4f\xa5\x12\x08\x29\x10\xc8\x72\xb9\x64\ \x2a\xb0\xa3\xa3\x75\xe7\xb6\x8d\xbb\x06\x07\xa6\x4e\x9f\x1d\x31\ \x8c\x48\xc4\xac\x56\xab\xd5\x6a\x25\x93\x4a\xa4\x93\x89\x5d\x83\ \xdb\x75\x4d\x4b\xc4\xe3\x42\xa2\x64\x3a\xdd\xd0\xd4\x64\x9a\x11\ \xce\x85\xe3\x78\xaa\x61\xaa\x98\x50\xdf\xf3\x03\x0f\x62\x12\x4d\ \x21\x42\xb0\x14\x5c\xc1\x58\x62\x84\x21\x12\x42\x0a\x29\x3a\xbb\ \x3a\x23\x91\x68\xd9\x73\x2a\x95\xa2\x19\x89\xbb\xb6\x3d\x34\x96\ \x3b\xec\x88\xa3\x02\xd7\x92\x42\x48\x2e\x08\x26\x52\x00\x08\x65\ \x6e\x7c\xa2\x5c\xad\x69\x9a\x9e\x4a\x67\x56\xaf\x5a\xeb\x31\x01\ \x21\x6a\xcc\xb6\x4a\x29\x93\x89\x38\x12\xa2\x5c\x2e\x4f\x4e\x4e\ \x8e\x8f\x8f\xf7\xf7\xf7\x8f\x0e\x8f\x6c\xde\xbc\xb9\x5a\xa9\xe6\ \x0b\xf9\xb6\xb6\x36\x5d\x53\xab\xb5\xda\xc4\xc4\x44\xd4\xd4\xab\ \xb5\xf2\x5b\xeb\xd6\x1e\x73\xcc\x31\x96\x5d\xab\x56\xab\xb9\xdc\ \x04\x65\x9c\x10\xa5\xad\xad\xad\x3e\x9e\xc5\x18\x73\x5d\xd7\x34\ \x4d\x8c\x71\xfd\x6e\xaf\xdc\x9b\xdb\xf1\xa7\xf7\x18\x81\xeb\x44\ \x63\xf1\x68\x24\xeb\xd8\x31\x2f\x9d\xb2\x6d\x07\x70\xce\x02\xbf\ \xab\xa3\x7d\xc6\xf4\xfe\xa1\x91\x7c\xb9\x54\x8a\xc5\x13\xcd\xcd\ \x4d\x88\x40\x8c\x31\xf5\xfd\xd1\xd1\x91\xa9\x53\xbb\x3b\xda\xda\ \x76\x0c\x0c\x8c\x8d\xee\xca\x34\xb6\xb7\x34\x65\xca\x95\x32\x15\ \x5c\x08\xde\x3b\x75\xea\xda\xd5\xcb\x8b\xb9\x91\x6c\x63\xaa\x58\ \x88\x36\x34\x35\xf7\x4c\xed\x6b\x6a\xca\x16\x8b\xe5\x44\x2a\x15\ \x78\x81\xaa\xa8\x18\xa3\x62\xbe\x60\x1a\xba\xe3\x58\xc9\x54\x0c\ \x21\x04\x01\x47\x08\x53\x26\x25\x94\x01\x65\xa9\x54\xa6\xa3\xa3\ \xeb\xad\x37\x57\x96\xcb\x25\xc7\xb6\x15\x42\x36\xad\x5e\x3b\xa5\ \x6f\xda\xcc\x59\xb3\x54\x05\xfb\x9e\x0b\xa1\xe4\x8c\x61\x9d\x40\ \x29\x96\xbd\xfe\x6a\x10\x04\xbd\x7d\x7d\xaf\x2f\x5b\xb1\x61\xf3\ \xb6\x6a\xd5\xee\xeb\xeb\x8f\x27\x12\x9a\xaa\x19\xa6\x99\xcb\x4d\ \xd8\xb6\xbd\x64\xc9\x92\x1b\x6e\xb8\xe1\xea\xab\xaf\x7e\xf9\xe5\ \x97\x67\xcd\x9a\xf5\xc6\x1b\x6f\x9c\x7e\xfa\xe9\x9d\x5d\x5d\xf9\ \xfc\x24\xa5\xc1\xf6\xed\xdb\x0e\x3f\xf2\xf0\x5b\x6e\xfe\x51\xb6\ \xa5\xd9\x34\xf5\x42\x71\xf2\xed\x2d\x6f\x17\x72\x79\x28\xe1\xcc\ \x19\x33\x7a\x7a\x7a\x7c\xdf\x87\x10\x8e\x8d\x8d\xa5\xd3\x69\x00\ \x80\x69\x9a\xae\xe7\x39\x96\x6d\x6a\xef\xa7\x1c\xb0\x10\x22\x9e\ \x88\xb7\xb6\xb4\x4a\x28\x31\x82\xb9\x7c\xb1\xa5\xb5\x8d\x10\x02\ \x51\xfd\x16\x27\xb3\x6c\xbb\x58\xae\x4a\x21\x55\x8c\x2b\xa5\x62\ \xdd\x73\xec\xed\xeb\x4f\x37\x64\x2a\x55\xcb\xf3\x7c\xcf\x71\xb2\ \xd9\xd6\xd6\xb6\xb6\x42\x6e\x7c\x64\x78\x17\xe0\x2c\x91\x48\xd1\ \x72\xc5\xd0\xd5\x68\x2c\x4a\x19\x15\x42\x36\x35\x37\xcf\x98\x31\ \x2b\x12\x6b\xa0\x42\x50\xea\xbb\xae\x4d\x10\x6a\x6f\xcb\x66\xd2\ \xc9\xad\x5b\x37\xd7\xac\xc9\xc6\xe6\x6c\xcc\xd0\x1a\x9a\xb3\x4e\ \x10\xd8\xb6\x5d\x4f\x60\x80\x08\x36\x34\x34\x8c\xee\x1a\x5c\xb3\ \x7a\x65\x6b\x5b\x8b\xe0\xac\xad\xa5\x65\x72\x64\x40\x21\xc4\xd0\ \xd5\xc9\xdc\xc4\x8c\x43\x16\x6e\xdc\xb8\x79\x10\xb2\xd1\xe1\xa1\ \xe6\x6c\x4b\xd4\xd4\x35\x55\x75\x5d\xa1\xe9\x3a\x47\x9c\x51\xe6\ \xf9\xfe\xc8\xe8\x88\xa9\xea\x8c\x31\x21\x44\x3c\x1e\x0f\x02\x5a\ \x2e\x15\x89\xa2\xf0\x1c\x0d\x3c\xb7\xb1\xa1\x31\x3f\x91\x77\x3d\ \x3b\x93\x4e\x47\xcd\xc8\xec\xd9\x73\xd6\xae\x5d\x75\xd8\x82\x83\ \x31\x86\xa6\xa1\x45\x23\xc6\xf0\xd0\xae\x83\xe6\xcd\xf3\x7d\x4f\ \x08\x51\xab\xd6\x5c\xdb\xf2\x3d\xa7\x90\xe3\x98\x10\x33\x12\x35\ \x74\xfd\x0f\x8e\x2e\xee\x3f\x5a\xb4\x8b\x63\x95\xc4\xcc\xab\x2e\ \xbf\xb0\x5b\xe7\x82\x4b\x08\xa4\xef\xb9\x94\x09\xf0\xbe\x47\x5b\ \x20\x60\x8c\x95\x4a\x65\x08\x84\xaa\xa9\x86\xa1\xab\x4a\xb4\x58\ \xc8\x4b\x29\x0a\x85\x1c\x4b\x24\x01\x00\x2c\xf0\x0d\x33\x52\x9c\ \xcc\xeb\xba\xa1\x6b\x86\xef\xfb\x40\xd0\x8a\xeb\xa4\x52\x09\x5d\ \x57\x3d\xd7\x55\x30\x6e\x6a\xcf\xda\xb6\xc3\x29\x1b\x1d\x1e\xd4\ \x30\x24\x50\x2a\x84\x20\xc9\x14\x8c\x9b\xb2\x1d\x8d\x4d\xcd\xaa\ \xa6\xa7\xd2\x99\x54\x3a\xed\xd1\x42\xad\x5a\x45\x08\x7a\xae\x93\ \x6d\x6e\x32\x63\x09\x89\x91\xaa\x12\xdf\xf3\xb9\xe0\x2a\xc1\x41\ \x50\x4f\x93\x41\x98\xa8\x9c\x09\xcf\x75\xaa\xe5\x62\x67\x57\x0f\ \x04\x1c\x42\x29\x38\x8d\x46\x22\x50\xc2\x7c\xae\x10\x78\x7e\x3d\ \x73\xe6\xb9\x67\x9e\x8e\xc4\xe2\x1d\x3d\xbd\x87\x1f\x79\x14\x56\ \xb5\xad\x5b\xb7\xaf\xdf\xb8\x31\x99\x4a\x6b\xba\x1e\x31\xcd\x78\ \x34\x02\xc0\x9c\xcd\x9b\x37\xe7\x72\x39\xd7\xb6\xaa\xd5\xea\xc0\ \x8e\x6d\xd3\xfa\xa7\x75\x76\x74\x98\xa6\x19\x31\x75\xc9\x79\x31\ \x9f\xcf\x66\xb3\x3b\xb7\x6f\x6f\xc8\xa4\x3a\xda\xdb\x20\x82\x9c\ \xb3\x44\x32\x01\x21\xd2\x34\xd3\x34\x4d\xcf\xf3\x54\x55\x8d\x46\ \xa3\x41\x10\xb8\xae\x6b\x18\x06\x63\x4c\xd7\x75\x45\x21\xf2\xfd\ \xf6\x1c\xbe\xe7\xf9\xbe\x9f\x4a\xa5\x10\x80\xc9\x78\xac\x21\x95\ \xda\xb2\x79\x4b\xb1\x54\xb2\xab\xd5\xa6\xc6\xc6\xcd\x5b\x06\xa4\ \x64\xe3\x13\x23\x44\x01\xdd\x3d\x53\x5c\xdb\xf6\x9d\x9a\x6b\x97\ \x53\xc9\x94\x61\x9a\x08\xa1\x89\xf1\xe1\xa3\x8f\x3a\xb6\x52\xab\ \x69\x9a\xf2\xfa\x8a\x65\xae\x5d\x5b\x30\x6f\x4e\xe0\xfb\x2d\x8d\ \x4d\xc5\x89\xe1\xd6\x96\x6c\x77\x4f\x8f\x61\x44\x12\x89\x44\x5b\ \x7b\x9b\xe3\x07\x95\xc2\x24\xc1\x68\x62\xd4\x56\x09\x4e\x27\x93\ \x94\x10\x55\x21\x18\x01\xcf\x73\x88\x02\x24\x52\xea\x99\x79\x18\ \x13\x4d\xd5\x83\x20\x28\xe4\x73\xb6\x55\xf5\x38\x9c\x2c\x16\x3b\ \x39\x8b\xc7\x62\x86\x11\x99\x98\x18\x2f\xe4\xf3\x04\x43\xce\x82\ \xcd\x9b\xd7\xdf\x7a\xeb\x2d\x44\x8b\xf4\xf5\xcd\x38\xf9\xd4\x45\ \x1b\x36\x6e\x5a\xb1\x6c\xc5\x9a\x35\x6f\xf5\xf7\xf6\x2a\x9a\x96\ \xce\xa4\xb3\xd9\xec\xe1\x87\x1f\x3e\x32\x32\xf2\xc4\x13\x4f\xb8\ \xae\xbb\x71\xe3\xc6\x5c\x2e\x37\x6b\xd6\xac\x86\x4c\x26\x12\x31\ \xc7\x27\x72\x95\x4a\x99\xd2\x00\x23\xb4\x6a\xf5\xea\xeb\xff\xe1\ \xfa\x62\x31\x6f\x18\x46\x2c\x16\x8b\xc7\x62\x04\xe2\x6c\x36\xeb\ \xfb\xbe\x10\x22\x9b\xcd\xd6\x6a\x35\xcf\xf3\xe2\xf1\x38\xa5\x94\ \x10\x12\x8f\xc5\x03\xaf\x5c\xcf\xec\xfb\x53\x93\xb9\x1c\xdb\x51\ \x55\xd5\x0f\x3c\xcb\x72\x34\x4d\xc5\x18\x13\x42\x30\x80\x00\x00\ \x8c\x49\x5b\x6b\x2b\x01\x74\x78\x70\x67\xad\x5a\x71\x2d\x2b\xd3\ \xd7\x1b\x8b\xc7\xa2\x11\x9d\xfa\x01\x42\xa8\xb1\xb1\x31\xf0\xfd\ \xa8\xae\xb4\xb7\xb5\x6f\x5e\xbf\x8e\xba\x5e\x31\x9f\x43\x8a\xa1\ \x60\xd8\xda\x92\xcd\x0d\xff\x3f\xde\xde\xec\x49\xb2\xf3\x3c\xf3\ \xfb\xb6\xb3\x2f\x79\x72\xcf\xda\x97\xae\x6a\x74\x37\xd0\x00\xba\ \x01\x34\x40\x00\x24\xc5\x05\x1a\x89\x94\x46\xd2\x68\x64\x6b\x6e\ \xec\x0b\xdb\x92\x62\x74\x2b\xdb\x72\xf8\x4f\x90\x6f\xe5\xb0\x64\ \xd9\x63\xeb\xd2\x31\xb6\x27\x42\xa4\x48\x91\x26\x29\xee\x20\x96\ \x26\x7a\x41\x77\x75\xd7\x5e\x95\x95\xfb\x72\xf2\xec\xdf\xf9\x36\ \x5f\x14\xa5\x51\x68\x6c\x51\x6c\xda\xca\xcb\x8c\xc8\x88\xcc\x93\ \xe7\xbc\xdf\xbb\x3c\xcf\xef\x3d\x64\x9c\x71\xce\xdb\x9d\xa5\xb5\ \xb5\x35\x2f\x68\x4f\xc3\xd9\x78\x36\x18\xf4\xba\x98\xa8\x5e\xef\ \x6c\xd0\xed\xc5\x71\x14\x04\xce\xb0\x7b\x66\x5b\x4e\xb3\xdd\x21\ \x08\x4e\x46\x23\xdb\xb1\x07\xbd\x39\xa5\x45\xc5\x73\xe3\xf9\xe4\ \xe4\xe0\xc9\x62\x31\x7d\xf9\xe5\x17\xeb\xb5\xda\xf0\xf4\x29\x07\ \x90\x95\xc5\x74\xd4\x57\x8c\x72\x9a\xef\x7d\xdc\xed\x9e\x9e\xac\ \xad\xac\x10\xdb\xe6\x8c\xe9\x9a\x26\x84\xe0\x9c\x29\x09\xc6\xe3\ \xa9\xe7\xf9\x18\xc0\x2c\xcb\xfa\xfd\xfe\x64\x32\xb1\x4c\xc3\x71\ \x6c\x04\x41\x96\xa5\x34\x03\x40\x56\x95\x90\x40\x02\x29\x64\x1c\ \x47\xae\x63\xcf\xa7\xd3\x47\x1f\x3f\x9c\xcf\xa6\x8c\xd1\xe9\x78\ \x08\xa4\x58\x5b\x59\xa1\x25\x9d\x4e\xa7\x8c\x0b\x42\xd0\xf9\xf9\ \xe9\xca\xca\xaa\xeb\x39\x45\x91\xd1\x3c\x05\x40\xc1\x7f\xf0\xc8\ \xf8\x7f\xa6\x39\x9b\x6e\xdd\x18\xdd\xfb\x1f\xfe\xbb\x3f\x6a\xea\ \x52\x28\xc1\xa4\xfb\xf9\xdf\xfc\x17\x2f\xad\x06\xcf\x5c\x2d\x22\ \x88\xca\xb2\xe4\xbc\xd4\x74\x32\x1c\x0e\x4a\x4a\x97\x97\xda\x42\ \x08\x00\x54\x92\x24\x84\x10\x4d\xd7\x14\x82\x96\xa5\x73\x21\xe7\ \xf3\x89\x61\xd8\x8c\x52\x20\x19\xe0\x85\x6d\x18\x8e\x63\x4d\xa7\ \xb3\xe9\x78\xf2\xf2\x4b\xb7\xc7\xb3\x59\xa5\x52\x01\x4a\x84\xd3\ \x51\x14\x2d\x10\x80\xb3\xc9\x8c\xe6\x79\xb3\xd5\xae\x04\x35\xc6\ \x25\xe7\x5c\x2a\x45\x08\x89\xa2\x45\xad\x5a\x23\x18\x09\xce\x8a\ \x2c\x75\x1b\x4e\x9a\x26\xbc\x2c\x34\xc3\x00\x0a\xb8\x8e\x93\xa6\ \x69\x96\x32\x11\xa7\x9c\xf1\x38\x8e\x29\x2d\x6c\xd3\x00\x40\x56\ \x2b\xfe\xda\xca\x8a\x60\xa5\xef\x79\xb3\xd9\x94\x52\xa6\xeb\xba\ \xe0\x7c\x3e\x9b\x96\x5c\x7e\xe1\x85\x9b\xd7\xae\x5d\x3b\x38\x3a\ \xad\x56\xab\x9f\xf8\xc4\x9b\xbd\xde\xc5\xea\xea\xca\xed\x5b\xb7\ \xe6\x93\x89\x46\x48\xa7\xd3\x89\xa2\xe8\xf5\x3b\xaf\x29\x2e\xee\ \xdf\xff\x48\x5d\x7e\x93\x45\x94\xe7\x8c\x95\xd4\x75\x1c\xd7\x71\ \xce\xcf\xce\x7e\xeb\xb7\x7e\xcb\xf1\xdc\xac\x28\x92\x34\xae\xd5\ \xaa\x41\xb5\x86\x20\x51\x4a\x69\x9a\x86\x10\xd2\x34\xed\x32\x51\ \x25\x84\x00\x00\xe4\xdf\xd1\xe8\x3d\x83\x8c\xee\xec\xac\xb7\xbd\ \xbd\x33\xea\x0f\xf2\x34\x73\x5d\xc7\xd0\x0d\xa5\x94\x69\x18\xfd\ \x8b\x5e\xad\x56\xd5\x34\x6c\x9a\x5a\xad\xe6\x67\x59\x3c\xe8\xf7\ \x28\x2d\x10\xe0\xe3\xe1\x45\xbb\x1e\x5c\xdd\xd9\x7d\xf2\xf1\xe3\ \xbb\xef\xff\xf0\xf7\x7e\xf7\x77\x25\x60\xb6\xb7\x0e\x08\xb8\xff\ \xd1\xdd\xd1\x68\x18\x2d\x16\xc4\x31\x4f\x0e\x8e\xb7\x76\xaf\xde\ \x7e\xe5\x55\xbf\x52\x8b\xd3\x54\x2a\x65\x1a\x06\xa5\x45\x42\x8b\ \x6a\xc5\xd7\x89\x5e\x96\x14\x69\x24\x2b\x8a\x42\x94\x50\x70\x4d\ \x37\x34\x02\x99\x00\x42\x88\x38\x8a\xe3\x38\x9d\xcf\xc3\x38\xce\ \x84\x94\xcd\x66\xdb\xb6\xcc\x6b\x57\xaf\x9a\x96\x45\x10\xa0\x45\ \xd1\x3d\x3f\xab\xf8\x3e\x04\x7c\x34\xe8\xa7\x49\xfe\xd9\x77\x7e\ \xf9\x17\x3e\xfb\x39\xc7\xad\xd8\xb6\xf7\xfa\xeb\x9f\x08\x67\x73\ \x84\xe0\x3b\x9f\xfb\xbc\xe5\xe9\x49\x5c\xbc\xfe\xfa\xeb\x7f\xfa\ \xa7\x7f\xfa\x99\xcf\x7c\xe6\xe8\xf0\x88\x10\x32\x18\x0c\x6e\xdf\ \xbe\x5d\x14\xc5\xe9\xe9\x09\x2d\x8a\xd1\x68\x74\xfb\xd6\xad\x2f\ \x7d\xe9\xcb\x5f\xf8\xc2\x2f\x7f\xf2\x93\x9f\x4c\xd3\xa4\xd7\xef\ \x9b\x86\xbe\xb1\xb1\x69\x60\x9d\x10\x52\x96\xe5\x65\x1b\x14\x00\ \x30\x9f\xcf\x6d\xdb\x4e\x92\x84\x68\x9a\x50\xcf\xa8\x04\x52\x40\ \x01\x08\xd2\x2c\x9d\xcd\xa6\x00\xa8\x66\xab\x23\xa5\xe2\x9c\xeb\ \xba\x01\x20\x84\x08\x4a\x29\x6d\xdb\x6d\x35\x9b\x93\xd1\x30\x5a\ \xcc\x4f\x8f\x0f\x97\x96\x57\xea\xf5\x86\xa1\x6b\x96\xe3\x09\x25\ \x81\x02\x45\x12\x43\x00\x31\xc6\x79\x96\x3c\x7e\xf4\xf0\x4e\xbd\ \x99\x51\xe6\x3a\xd6\xe9\xd9\x89\xed\xd8\x11\x5b\x48\x25\x2d\xcb\ \xd2\x35\xec\xfb\x6e\xb7\x97\x9e\x9f\x1f\x4b\x51\xba\x96\x1f\x85\ \xb1\xa1\x69\x79\xea\xd7\x6a\x0d\x20\xf9\xe9\xc9\xa1\xed\xfa\xd5\ \x20\x60\x9c\xb5\x5a\xcd\x78\x11\x21\xa8\x1a\xf5\xfa\xa2\x59\xf7\ \xea\x55\x82\xd1\xd2\x52\xe7\xe9\x03\x8d\x10\xe5\x3a\x76\x92\xc4\ \xc3\x5e\x57\x47\xe8\xc9\xd9\xa9\x69\x68\x1b\x6b\xcb\xe3\x61\x1f\ \x48\x81\x11\x10\x5c\x70\x2e\x28\xa5\x9e\xef\xd9\xb6\x6b\xe9\x46\ \xbb\xd5\x0e\xc3\x79\x1c\x47\x96\x69\x38\xb6\xb9\x08\xe7\x92\x33\ \x9d\x60\x83\x10\xcf\xb1\x19\x63\x34\x2f\x84\xe0\xbb\x3b\x57\x6a\ \xb5\xea\xc1\xc1\x3e\xe7\x34\x9c\x4f\x4f\x4e\x8e\x2c\xcb\x00\x4a\ \x4c\xc6\xa3\xc9\x64\x52\x6b\x34\xaa\xd5\xea\x62\xb1\xd0\x75\x12\ \x86\x21\x21\x5a\xbb\xd9\xbe\x1c\xd0\xff\x2c\x39\x17\x84\x18\x01\ \x54\xdd\xfc\x17\xff\xea\x3f\x3a\x9c\x52\x84\x20\x04\x52\x28\x33\ \x30\xff\x21\x6d\xc5\x3f\xea\x29\x42\x40\x01\x49\x29\x15\x42\xa4\ \x69\xda\x3d\xef\x6a\x18\x72\x21\x6c\xdb\xe6\x9c\x61\x8c\x24\x04\ \x4a\xf2\xa0\x52\x4b\xd2\x82\xe6\xa5\xef\x79\x59\x92\x86\xb3\x91\ \x8e\x65\xc5\xf3\xc6\xc3\xe9\xc9\xd1\xa9\x14\x4a\x27\x9a\x60\x3c\ \xf0\x2b\xe1\x78\xcc\x28\xab\x56\x2a\xb3\xd1\x80\x60\x92\xe7\xf9\ \x74\x36\x27\xba\x99\x15\x85\x90\x32\xcb\x32\x8d\x68\x3b\x57\xae\ \x44\xd1\x9c\xd3\x62\x73\x7b\x3b\xe1\x6a\x11\x2f\x4c\x8d\xf8\xa6\ \x85\x08\xce\x0a\xca\x98\xb4\x6d\x1b\xa1\xa0\x56\x6f\x84\xb3\xbe\ \x14\x6c\x34\x1e\x4e\x67\xd3\xf5\xcd\x5d\xd3\xd4\x33\x56\x32\xc6\ \x4a\x4a\x31\xc2\xba\x86\x35\xcb\x5c\xc4\xf1\xda\xca\xea\x9b\x6f\ \xbe\xb5\x58\x2c\xba\xa8\x38\x75\x00\x00\x20\x00\x49\x44\x41\x54\ \x84\x90\x8d\x56\x3b\x4d\xb2\x5a\x25\x3d\x78\xf2\x44\x43\x18\x21\ \xd4\x6c\x36\xae\x5f\xbf\xfe\xad\x6f\x7d\x73\x7d\x6d\x6d\xa9\xd9\ \x1e\x8e\x07\x45\x9e\x63\x08\x11\x84\xae\xed\x86\xf3\x85\x6d\x9a\ \x87\x07\x07\xdb\xdb\xdb\x96\x6d\xcf\x66\x73\x05\x81\xe3\xba\x9e\ \xef\x4b\x21\x20\x26\x08\x21\xcb\xb2\x2e\x77\xbe\x1b\x86\xe9\xba\ \x5e\x9e\x67\xba\xae\x47\x71\xca\x58\xf9\x0c\xad\x62\xa5\x00\x44\ \x48\x27\x24\x4b\xa2\x24\x8e\x8f\x8f\x8e\xc3\x45\xf8\xdc\xee\x73\ \x49\x1c\x17\x45\x61\x10\x52\xd2\xa2\xdd\xac\x03\xc5\x3d\xcf\x99\ \xcc\xe6\x67\xe7\xa7\x15\xdf\x47\x4a\x24\x71\x3a\x1b\x0c\x96\x3a\ \x2b\x10\xa0\x8b\xf3\x93\xa7\x4f\x1e\x5c\xbd\x7e\x73\x30\x99\x79\ \x9e\x53\xaf\x37\x1e\x7e\x74\xb7\xd3\xe9\x80\x22\xe5\x65\x89\x21\ \x0e\xc3\xc5\x64\xb6\x58\xdb\xd8\x8c\x17\xb1\xe3\x7b\xe3\xf1\x78\ \x73\x63\x7d\xf7\xca\xc6\xe9\xf1\x89\x61\x68\xc8\x30\x8b\x22\x97\ \x65\x5e\x75\x5d\x4c\x70\x29\x24\xe3\x4a\x29\x80\x30\xf6\x7d\xbf\ \xd1\x68\x22\x8c\x17\xf3\x70\x36\x8f\x39\x63\x41\x35\xc0\x98\x84\ \x61\x88\x20\x60\x8c\x11\x8c\x95\xe4\x9e\xeb\x51\xc6\x3e\xf5\xe9\ \x4f\xad\x6f\x6c\xec\xed\x1d\xea\x86\xd5\x68\xb6\x69\xce\xa2\x70\ \xfe\xad\x6f\x7e\xf3\xa5\xdb\x2f\x33\xce\xdf\x7e\xeb\xad\x3f\xf9\ \x93\x3f\x99\xcf\x67\xef\xfc\xe2\xe7\x31\xc1\x7f\xf4\x47\x7f\x54\ \x14\x45\x41\x29\x21\x04\x11\x28\x24\xa3\xac\x38\x3b\x3f\xf9\xd7\ \xbf\xf6\xfb\xe3\xf1\x70\x3e\x9f\xe7\x45\x51\xad\x05\x00\xaa\x4b\ \xa9\xbd\x61\x18\x97\xd2\x4d\x5d\xd7\x83\x20\xb8\x8c\x62\x42\xc8\ \xc5\x22\xb2\x0c\xf4\x2c\x37\xbe\x02\x08\xa2\x7e\xaf\xcf\x78\xb9\ \xb2\xb2\x52\xad\xd5\x5c\xd7\x01\x40\x2d\xa2\x08\x63\x6c\xd9\xb6\ \x02\xa0\xa4\x4c\x4a\xb9\x7b\xf5\x2a\x2b\xa9\x12\x62\x3c\x1c\x20\ \x00\x6b\xad\x8e\x5f\x6b\xe8\x96\xed\x7b\xde\xe0\xa2\x3b\x1e\x4f\ \xab\x95\xca\x74\x5a\xf6\x2f\xce\x8b\x2c\x49\x8b\xd2\x71\x0c\x8c\ \x90\x61\xe8\x79\x41\x05\xe7\x8b\x78\x41\xb9\xda\x7b\xba\x77\xde\ \x3b\x6a\xd4\x2b\x83\x7e\xb7\xdd\xaa\x78\x96\x61\xe8\xc6\x22\x0c\ \x3f\x7e\x78\xbf\x60\xe2\x8a\x52\x2f\xdf\x5e\xd1\x0d\x1b\x40\x64\ \x3b\x16\x21\xf8\xe3\xfb\xf7\xc2\xf9\xc8\x77\x9d\xd9\x74\x36\x1a\ \x8d\xd6\xd7\xd7\x2d\xdb\x02\x65\xe6\xb9\x1e\x50\xaa\xc8\x53\x20\ \x79\xaf\xdb\xdd\xba\xb2\x1d\x54\xfc\xd1\xa0\x0b\x94\xe2\x8c\x23\ \x8c\x30\xc1\x9a\xae\xdf\xb8\x7e\xc3\xf3\x2a\x87\xfb\xfb\xdd\x6e\ \xb7\xd3\x69\x13\x8c\x28\xcd\x35\x0c\x07\xbd\x3e\xc6\xd0\xd4\xb5\ \xf1\x78\x54\x8a\xcb\xbd\xdf\x50\x27\xa4\xd9\x58\xba\xf6\xdc\x73\ \xdf\xf9\xd6\x37\x24\x54\x69\x12\x1f\x1e\x1d\x68\x3a\x99\x8c\xc7\ \xe3\xe1\xa0\x60\x34\x89\x75\xc3\x30\x0c\xd3\x0c\x67\x33\x3f\x08\ \x5a\xed\x8e\xe7\xb9\x3f\x55\x44\xf7\xf7\x22\x17\x54\x9c\x8e\x26\ \x33\xcb\xf7\x57\xaf\xdf\xea\xc8\xbf\x71\x4d\x28\xa8\x9b\x86\xfc\ \x39\x38\xf4\x97\xcd\x66\x84\x90\x94\x32\x08\x2a\x96\x65\x70\x5a\ \x4a\xc1\x36\x36\x37\x9b\x8d\xc6\xf9\xf9\xd9\xfc\xf0\xb0\x94\x3c\ \xa8\xd6\xa4\x10\xb6\x6d\xb3\x52\x70\xce\x34\x82\x05\x17\x79\x59\ \x34\xea\xf5\x6e\x77\x30\x1a\x8d\xa6\xe3\x49\xb5\x56\x0b\x67\x21\ \xcd\x4b\xc7\x76\x87\xfd\x8b\x19\xcd\x67\x93\x99\xe7\x39\x69\x9e\ \xab\xe9\xb4\xdd\x59\x76\x1d\x4f\x70\x31\x1a\x8d\xae\xee\x3e\xd7\ \x6e\x37\x81\xe2\x4c\xd7\x21\x54\x69\x9a\x40\xa8\x1c\xc7\x36\x4c\ \x5d\x00\x04\x94\xd4\x08\xf1\x4c\x03\x12\x61\x18\x46\xc9\x18\xd1\ \x30\xc2\x20\xcf\xd3\x46\xa3\x6e\xea\xc6\x38\x1d\x1e\x84\x13\xc6\ \xb9\x65\x59\x45\x1a\x41\x4b\xd3\x35\xed\xd5\x57\x5e\x89\xe3\x68\ \x91\x96\x49\x56\xc4\x69\x51\x96\x45\x91\xa5\x57\x77\x77\x7b\x17\ \x17\x5c\x08\x00\xd4\x95\x2b\x57\xbe\xfe\xf5\xaf\x9d\x9d\x9d\xbd\ \x74\xf3\xc5\x37\xdf\x7c\xeb\x7f\xfd\x5f\xfe\xcd\x52\xa7\xb3\xb6\ \xbe\xae\x6b\xd6\xc7\x1f\x3f\x62\x9c\xf7\x7b\xbd\x37\x3f\xf5\x49\ \x4a\xe9\xf2\xf2\xb2\x66\xe8\x51\x12\x9b\xa6\x09\x24\xe0\x5c\x5d\ \x6a\xfd\x39\xe7\x9c\xb1\x4b\x05\x0d\x21\x24\x4d\x93\xa2\xc8\xfe\ \xbe\xf3\xe9\x67\xc9\x76\x75\x5d\x13\x5c\x34\xea\x0d\x56\xb2\xa5\ \x76\x9b\xd2\x52\x23\xe4\xe5\x3b\x77\x34\x4d\xfb\xf6\xb7\xbf\x7d\ \x72\x7a\xb2\xb6\xb5\x25\x65\xd9\x69\x37\xa6\x93\x69\x91\xa5\x41\ \xa5\xc2\x99\x38\xef\xf6\x4c\x82\xb6\xb7\xaf\xec\x3d\x7d\xf0\xe0\ \xfe\xdd\x17\x5e\x7a\x51\x29\x11\x47\x91\xae\xeb\x15\x3f\x18\xf5\ \xcf\xe3\x51\xdf\x36\x6c\x8c\xf0\xa3\xc7\x7b\x8d\x56\xfb\xca\xee\ \x73\xf5\x56\x6b\x7f\xff\xc0\x71\xdd\x6b\xcf\x3d\x67\x10\x64\x99\ \x66\x35\xa8\x2e\xca\x92\xd2\xc2\xd6\x89\x6e\x1a\x40\x01\xc6\x84\ \x90\xc8\xd0\x4d\xc7\xc4\xae\xeb\x11\x42\xa4\x94\x82\x33\xa6\x44\ \xbd\x5e\xef\xb4\x5a\xc3\xd1\xa8\xdb\xed\xca\x32\x6f\xb7\xdb\x1f\ \xdf\xeb\x37\x9b\x3e\xa3\xf4\xfa\xf5\x6b\xcf\x3f\xff\xfc\xde\xe3\ \xbd\x79\x98\x0a\x09\x7a\x17\xfd\x32\xcb\x2a\x15\xbf\x12\xf8\x5f\ \xfa\xd2\x97\x76\xaf\x5e\x7d\xf5\xd5\x57\xaf\x5f\xbf\xfe\xa3\x1f\ \xfd\xe8\xcd\x37\xdf\xfa\xdc\xe7\x3e\xfb\xe7\x7f\xfe\xe7\xfb\xfb\ \xfb\x6f\xbc\xf1\xc6\xc6\xc6\xfa\x07\x1f\xde\x9d\x8c\xc7\xf3\xf9\ \x6c\x7d\x7d\xdd\x71\x5c\xa9\xe4\xcb\x37\x6f\xcc\x93\x0c\x20\x68\ \xe8\xba\x06\x74\x21\x7e\x62\x3c\x92\x42\x5e\xea\x36\x38\xe7\x52\ \xc8\x28\x8a\x84\x14\xff\x2f\x9a\xc7\x9f\x5e\x2d\xce\x66\x33\x4a\ \xe9\xce\xce\x76\xa3\xd9\x74\x5c\x0f\x13\x02\x00\x10\x22\x8f\x93\ \x44\x48\x69\x18\x26\x26\x98\x10\x6d\x36\x9b\x68\x04\x6f\x6d\x6e\ \x94\x9c\x65\x79\x06\x66\x53\x0e\xe1\xb2\xe3\x59\x96\xab\x84\xf2\ \x1c\x77\x69\xa9\x3d\x1e\x0f\xa6\xe3\xb1\xe0\xec\x95\xdb\xb7\xfa\ \xbd\x5e\xb5\x5a\xa5\xd9\x02\x40\xe9\xba\x76\xc5\x77\xbf\xfd\xdd\ \x1f\x8c\xa6\xa3\x4f\x7e\xea\xce\x79\xf7\xd0\x73\x34\x5e\x52\x4d\ \xc7\xeb\x6b\xab\x64\x73\xf3\xe4\xfc\xac\x56\xaf\x75\xda\x6d\x5d\ \x23\x86\xa9\xa7\x69\xce\x28\x12\x1c\xad\xad\xac\xb2\xc5\xe4\xfe\ \xdd\x0f\x81\xa6\xa7\x45\x3a\xec\x1e\x2a\x29\x09\xc2\xa6\x61\x38\ \x96\x19\x04\x95\xb9\x5a\x60\x08\xae\xee\xee\xd6\xeb\xf5\xb2\x64\ \x69\x9a\xda\x9a\x02\x12\x68\x9a\x76\x65\xe7\x4a\xa5\x52\x39\x3e\ \x39\xab\xd5\xeb\xb5\x5a\x2d\x89\xa2\x7e\x9e\x52\x4a\x81\x14\x25\ \x2d\x30\x41\xd3\xe9\x84\x31\x6e\xbb\x55\x4a\x69\x9e\x72\xd3\x20\ \x45\x9e\x36\x1a\x0d\x82\x11\x65\xe5\x3c\x9c\x03\xa0\x4c\xd3\x1a\ \x8c\x7a\x69\x9e\x4a\x09\xc2\xf9\xcc\xf3\x3c\x25\x64\x21\xc4\x56\ \xbd\x46\x08\x9a\x4e\xc7\x8c\x73\x5d\x23\xff\xd8\x6a\x11\x61\x52\ \xce\x1e\xfd\xd9\x7f\xff\x57\x9f\xfb\x57\xbf\x79\xf2\x97\xff\xe6\ \xdd\x41\xa9\x63\x08\x94\x2c\x55\xe5\x5f\xfe\xce\xef\xfc\x3c\x9b\ \x62\x95\x52\x3a\xd1\x3c\xd7\xd1\x08\x01\x00\x5a\x96\x03\x01\xf0\ \x3d\x37\xa8\x78\x92\x33\xc7\x71\x4c\x5d\x03\x94\x7b\x96\xa1\x13\ \x48\x34\xcc\x08\x1e\x0c\xfa\x18\x80\x46\xa3\xa1\x04\x6b\xd4\x83\ \x5e\x7f\x3c\x9d\xf4\x2f\x4e\x9f\xac\x2c\xbf\xed\x55\xec\x38\xb5\ \xa2\x18\x2a\x04\x69\xc9\xa5\x94\x86\xa1\xbf\x72\xfb\x4e\x89\xac\ \x70\xb1\x48\xb3\x9c\x31\x25\x18\x73\x2c\x33\xcf\x72\x42\x34\x8c\ \xd0\xc9\xc9\x69\xc1\x78\xb5\x56\xd5\x09\x01\x42\x02\xc8\x55\x11\ \x13\x0c\x69\x4c\x75\xc0\xab\xd5\x2a\x41\x58\x09\x69\x10\xad\xd3\ \x68\xdd\xbc\xf1\xfc\x22\x4a\x7a\xfd\x2e\xe4\xb4\x7f\x71\xa1\x80\ \x14\x8a\xa7\xb9\x7c\xee\xda\xf3\xeb\x9b\x5b\x07\xfb\x87\x0a\xeb\ \x51\x92\x31\x26\x08\x41\x8e\x69\x3e\xfc\xe8\xde\xed\x3b\xaf\xb5\ \xda\x9d\xc3\xc3\x83\xb2\x2c\x57\x57\x57\xbf\xf7\x83\xef\x7f\xe2\ \xed\x37\x97\x56\x96\x4f\xce\x4e\x83\x5a\x15\xe9\x98\x49\x4e\x74\ \x2d\xa3\xb9\x6e\x19\xbe\xef\xb7\x5a\x2d\x85\x60\xc9\xb8\x6d\x39\ \x84\xe0\x3c\x2f\xb8\x14\x10\x01\xa8\x80\x52\x42\x41\xa9\x61\x54\ \x32\xce\x39\x2d\xcb\x9c\xb3\x5c\x4a\xf9\xac\xb1\x4b\xb9\x9e\xef\ \x39\x4e\x12\xc7\x9d\xa5\x0e\x04\xa0\x28\x8a\x6b\x57\xaf\x9a\xa6\ \xd1\xeb\xf5\xae\xec\x6c\xed\x3d\x7d\x5c\xf7\x2c\x51\xa4\x69\x91\ \xb7\x1b\xd5\xd9\x3c\x3c\xdc\x7f\xaa\xeb\xe4\xda\xb5\xeb\xab\x4b\ \x9d\x38\x89\x0e\x0e\x1e\x3d\xba\x7f\x4f\x94\xcc\x77\x3d\x53\xd7\ \x2f\x4d\x8e\x69\x9a\xf5\x06\xfd\x82\x95\x57\x6f\xdc\x58\xb9\xfa\ \xe2\x70\x32\x49\x8b\x62\x3a\x1d\x9f\x9c\x1c\x76\x3a\x1d\xcb\xb6\ \x81\xe4\x41\xbd\x71\x31\x18\x0d\x67\x53\xd3\xb2\xfc\x95\x25\xa5\ \x34\x25\x30\xcb\x72\x4c\x74\x8c\x21\x63\xd2\x74\x7d\x01\x10\x67\ \x39\xc1\x48\x2a\xbc\xbb\x7b\xd5\x30\x9d\xa7\x4f\x8f\xa6\xe3\xe1\ \x68\xd0\x2d\x19\x13\x4a\x46\x51\xa6\x00\xfc\xb5\xdf\xf8\xad\xd3\ \xb3\xbe\x04\x63\x00\x70\x92\xe6\x25\x2d\x90\x52\x79\x96\x30\x5e\ \xfe\xea\xaf\xfd\xea\xf1\xe9\xe9\x57\xbf\xf6\xd5\x37\xde\x7c\xfd\ \x4f\xff\xf4\x7f\xfc\xcf\x7f\xe7\xbf\x68\xd4\x03\x85\xd4\x57\xbe\ \xf6\xd5\x3f\xfc\x6f\xff\x9b\x8c\xd2\x38\x49\xdb\xcb\x2b\xf7\xef\ \xdd\x7b\xe3\x13\x9f\x08\x82\x6a\x10\x04\x71\x5a\xf8\x8e\x27\x81\ \x42\x00\x96\x8c\x23\x88\x30\xc1\x9c\x0b\xca\xa8\x52\xd2\x71\x1c\ \x4a\x79\x5a\xa4\x05\xcd\x59\x49\xa1\x6d\x3f\x83\x18\x15\x42\x48\ \x69\xe6\xba\x56\xab\x55\x27\x9a\x06\xa1\x84\x4a\x60\x4d\xaf\x56\ \x7d\x5d\x27\x45\x5e\x40\xa0\x38\x63\x79\x5e\x04\x41\x75\x36\x9d\ \xb4\x97\x97\xe3\x38\x61\xd3\x69\xbd\xdd\xaa\x37\xdb\x39\xcd\x8e\ \x0e\x1e\x27\xe1\x48\x23\x00\x61\x82\x88\xc6\x05\x3f\x3e\x38\x78\ \xf1\xe6\xcd\xd3\x83\x27\xdb\x9b\x1b\xc3\xee\xb9\x63\xbb\x65\x59\ \x84\xf3\xf1\xf1\xd1\xd3\x17\x5f\x7e\x79\x79\x79\xbd\xd7\x1f\x38\ \xbe\xc6\x19\xf7\xfd\x8a\x61\xd9\x4b\xed\x76\xb5\xd5\x29\x99\xf4\ \x1d\x07\x01\x55\xc4\xe1\xa0\xd7\x97\x52\x60\x8c\x2f\xba\xe7\x34\ \x4f\x35\xdb\x9e\x2f\xc2\xb7\xde\x7c\x3d\x9e\x0d\x7b\x47\x4f\x17\ \xf3\x94\xe8\x96\x2b\x64\x2d\x08\xd2\x38\x85\x40\x3a\x96\x65\x9a\ \x26\x26\x44\x62\xa0\x08\x11\x4a\x60\xa4\xd7\x1b\xad\xf1\x78\x56\ \xf1\xfd\x6a\xc5\x3b\xdc\x3f\x2c\xcb\xdc\x73\xad\x70\x36\x2e\x44\ \x69\xd9\x16\x63\x94\x71\x96\x17\x79\x51\x14\xe1\x3c\xc4\x18\xb7\ \xdb\x2d\x93\xd8\x15\xd7\xd9\xda\xde\x39\x3f\x3d\x09\x27\x21\x21\ \xd8\x5e\x72\xa2\x30\x2c\x8a\x02\x48\xa0\x39\x4e\x1c\xcd\x75\xcd\ \x24\x9a\x1e\x4e\xc7\x9c\x31\x25\xe5\xa5\x4f\xf3\x1f\xc8\xbc\xfe\ \x1e\xcd\x99\xe3\xca\x95\xff\xec\x5f\xff\xa7\x8e\xe7\x5d\xfd\x4f\ \x7e\xff\x93\xfc\x27\xe3\x60\x05\x90\x57\xf1\x7f\x1e\x49\x04\x00\ \x80\x60\x08\x44\x89\xa0\xd1\x68\xb4\x20\xd6\x14\x04\xbe\xe3\x08\ \x51\x5e\xf4\xfb\x8b\xe9\x24\x59\x2c\xb8\x62\x96\x41\x74\x1d\xcf\ \x17\x61\x51\x32\xd3\xd0\x38\xe3\x52\x01\x8c\x35\xdb\x0d\x2a\x41\ \x30\xec\x9e\x9d\x9d\xec\xbd\xfa\xfa\x2b\xb6\xa5\x97\xbc\xa4\x82\ \x0b\x25\x19\x2b\x11\x41\x9c\x31\xc7\xf5\xeb\x41\xa7\x5a\x6d\x42\ \x80\x06\xfd\x9e\xe7\xda\x52\xb0\x8b\x8b\xb3\x28\x8a\x6b\xd5\x5a\ \xab\xd9\x14\x52\x48\x05\xc2\x79\xc8\xd8\x54\xd7\x49\x38\x9f\xea\ \x18\x6a\x08\xd8\x06\xa9\x54\x7c\xd3\x30\x68\x9a\x47\xb3\x10\x08\ \x61\x9b\xa6\xe3\x7a\xa3\x41\xaf\x48\xa3\x56\xbb\x71\x7a\xac\x34\ \x5d\x07\x80\x0c\x47\xb3\xbd\xa7\x07\x10\x6b\x9a\xe9\x30\x21\xa3\ \xc5\x62\x79\xa9\x53\xf5\xbd\x22\x59\x24\x8b\xd0\x30\xcd\xed\xed\ \xed\x2c\x4d\x0f\x8f\x0e\xbf\xf6\xb5\xaf\x1e\x1e\x1e\x98\xb6\x65\ \x5a\xa6\xe9\x98\x6e\xc5\xef\x77\xfb\xf3\x68\xf6\xde\xfb\xef\xdf\ \x79\xfd\xf5\xe5\x95\xa5\x34\xcb\x0d\xd3\x84\x10\x5e\x8e\x11\x15\ \x00\x0a\xa8\x2c\xcb\x01\x90\xf0\xd2\xf6\x05\x24\x50\x62\x3e\x1b\ \x27\xd1\x62\x36\x99\x96\x25\x7d\xb6\xd1\x22\x42\xc8\x71\x9d\x38\ \x49\x3c\xdf\x6b\xb7\x5b\x52\x70\x08\x21\xc0\x2a\x8e\xc3\xee\xc5\ \xf9\x78\x32\x04\x2c\x87\xac\x58\x6b\x37\xa3\x34\x3b\x39\x39\x8e\ \xd3\x34\xcf\x13\x08\x6d\xc3\x71\x0a\xc6\x6e\x3c\xff\xc2\xb7\xbf\ \xf1\xd5\x27\x8f\x9f\x9c\x9d\x9c\xb4\x57\xb6\x82\x4a\xd0\xed\xf6\ \x28\x63\x96\x63\x33\x25\x01\xc1\x9a\xa1\xdf\x7c\xe9\xe5\xe0\xbc\ \xeb\xb8\xce\x7c\x36\x8d\xa3\xc5\xf3\x37\xae\x9f\x9e\x1c\x17\x45\ \x61\x98\xa6\xe7\x79\xf5\x7a\x1d\x21\x9c\xa5\x2c\x0a\x47\xb6\xe5\ \x48\xce\x4b\xba\x90\x8a\x6b\x18\x6a\x86\x51\x6d\x35\xa7\xbd\x2c\ \x4d\xa2\x94\xc1\xd5\xcd\xab\x9e\xeb\x34\xdb\x4b\xae\xe3\xf6\x7b\ \xe7\x86\x6d\x01\x8c\x89\x61\x97\x4c\x7e\xf4\xf0\x09\x20\x5e\x9c\ \xe6\xeb\xeb\x9b\x4f\x9e\x3c\x59\x5b\x5d\xbe\x7a\xe5\xca\x7c\x3a\ \x01\x00\x5c\xf4\x2e\x76\xae\x5e\x69\xb5\x9b\x77\xef\xde\xcd\x69\ \xfe\x67\xff\xf3\x9f\xfd\xe1\x7f\xf9\x07\xed\x4e\xc7\xf1\x9c\x20\ \xf0\x19\xe7\x42\xc8\xaf\xfd\xd5\xd7\xe3\x24\xfe\x83\x3f\xf8\xaf\ \x34\x8d\x28\x21\x35\xac\x25\x51\x8a\x10\x22\x1a\x29\x19\x43\x18\ \x95\x59\xc9\x19\xd3\x74\xdd\xb1\xed\x24\x4d\x92\x24\x99\x4d\xa7\ \xe3\xe9\x54\x43\xa0\x59\x75\x25\xf8\x99\xef\x7c\xa9\x94\xef\x79\ \xd5\xc0\x97\x4a\x2a\xc9\xa5\xb8\xb4\xa9\x2b\x05\x10\x86\x90\x10\ \x94\x67\x09\x63\xdc\x71\x3d\xc1\xcb\x34\x2b\x7a\xfd\x81\x54\xaa\ \xd6\x6c\xae\x6d\xae\xd9\x4e\x65\x1a\x86\xd3\xf9\x30\x4b\x66\x45\ \x91\x39\x9e\x87\x88\x46\x69\x39\xe8\x75\xc7\xfd\x8b\xde\xd9\xe9\ \xad\x5b\x2f\x27\x49\x06\x15\x98\x4e\xc7\xef\x7f\xf8\xa3\x4f\xbe\ \xfd\x86\x61\xba\x59\x5c\xd4\xab\x4b\x1f\x7e\xf4\xd1\x2f\x7d\xe1\ \x97\xb8\xe4\x3a\x42\xae\x6d\x71\x09\x73\x1a\x8e\x86\x83\xc9\x64\ \x6c\x18\x86\x10\x7c\x30\x18\x14\x45\xb1\xb1\xb1\x69\xd8\x2b\x6e\ \x25\x38\x3d\x7a\xda\xac\x06\xa0\x48\x1c\xc7\x49\xe3\x44\x48\xd8\ \x1b\x0c\xcf\x4e\x4f\xc2\xe9\x1c\x48\xc1\x25\x47\x18\x71\xc1\xa5\ \x54\x00\x42\x84\x35\xa2\x3b\x86\xe1\x48\xae\x30\x02\x79\x92\x4c\ \x27\xc3\xe1\x70\x10\x54\x3c\xc7\xb6\x66\xb3\x19\x97\xbc\x2c\x4b\ \x42\x48\x38\x9f\x42\x21\xd2\x34\xad\xd5\x6a\x45\xb2\x60\x45\x4a\ \xb3\xbc\xe2\x7a\xe7\x0a\x52\x5a\x22\xcb\xf2\x1d\x2f\xcd\x12\x53\ \xd7\x85\x90\x18\x43\x56\x14\x8a\x0b\xa8\xc4\x62\x3a\xb6\x2c\xeb\ \x52\x16\xfb\xb3\x54\x8b\x10\x1a\x44\x1e\x7e\xf4\x1d\x7c\xe5\x17\ \x3e\x71\x6d\x59\xfc\x9d\x50\x25\x05\xff\x79\xfa\x5c\x10\x42\xc6\ \x45\x9e\x17\x8d\x66\xcb\xaf\x04\xb4\x64\x10\x23\x05\x40\x9e\x17\ \xb3\xd9\x6c\x36\x1e\x97\x65\x09\x88\xea\xf7\xfb\x69\x46\x6b\xcd\ \xd6\xea\xea\xba\x6e\x98\x17\xdd\x8b\x38\x9c\xd7\x82\x8a\x92\xaa\ \xe2\x07\x9a\xae\xf5\xfa\x83\x70\xb1\xc8\x4a\x31\x18\x0c\xa6\x93\ \xc9\x64\x3c\x01\x82\x2a\x00\xaa\xb5\x1a\x46\xc0\xd4\x70\xa7\xb9\ \x3c\x18\x0c\xe7\xd3\xd1\xe6\xd6\x66\x1a\x2f\x84\x10\xac\x2c\xd2\ \x18\xba\x8e\x39\x0d\x43\xdd\x30\x2a\x95\x00\x21\x95\x65\xc9\xe9\ \xd9\xe9\xc5\xe9\xc9\xf6\xfa\xea\xb5\xdd\x6d\xd3\x30\x04\x17\x5e\ \xd5\x5f\x2c\x42\xdb\xad\x05\x41\x45\x4a\xa8\xa4\x9a\x4c\xc6\xed\ \x76\x0b\x81\x4b\x6d\x39\x74\x3d\x57\xd7\xb5\x45\x9c\x89\xb4\x80\ \x84\xb4\x3b\xad\x6a\x10\x7c\x78\xf7\xc3\xe9\x64\x5c\x94\x8c\x09\ \x79\x7c\x74\x28\x04\xf7\x1c\x1b\x43\xf4\xf5\xbf\xfa\xda\xaf\xfe\ \xf3\x2f\xec\x5e\xdd\x65\x25\x1b\x0d\x86\xf3\x79\xf8\x83\x1f\x7c\ \xff\xea\xd5\xab\xad\x46\x4b\x08\x6e\x99\x66\x56\x14\x69\x9a\x4a\ \x05\x74\x5d\x37\x0c\x83\x09\x8e\x10\xc2\x88\x00\x25\x58\x91\xcf\ \xb3\x4c\x09\x9e\x44\x8b\x28\x8a\x84\x10\x08\xc1\x67\xcb\xb9\x20\ \x84\x49\x92\x2a\x21\x37\x36\x36\x20\x84\xb4\xc8\x0c\xc3\x28\xf2\ \xfc\xf4\xec\xec\xe8\xe8\x70\x34\x18\x2c\xa2\x38\x0c\xc3\x0f\x3e\ \x78\x3f\x2d\xca\xb5\xcd\xed\x9d\xab\x57\xb3\x2c\x7b\xf2\xe4\x89\ \x61\x18\x79\x51\x34\xea\x75\xc3\x30\xc6\xe3\xf1\xe1\xe1\x51\xd0\ \x58\xda\x7f\xba\xf7\xf8\xd1\xc3\xc3\x83\xfd\xd3\xa3\x03\x0d\x08\ \xc7\xb1\x2d\xd3\x4e\x16\xd1\xf5\xe7\x9e\x4b\x93\xf4\xe1\xc3\x07\ \x9e\x65\xd3\x2c\xd3\x31\x11\x25\xbb\x18\x8e\x36\x37\xb7\x24\x14\ \x39\x2f\x0c\x5d\x00\x01\xc2\x82\x8d\x86\x83\xc3\xc3\xa7\x10\xa9\ \xd7\x6e\xdf\x72\x1c\x9b\x16\x85\xa9\x1b\xac\xa4\xb3\x79\x5a\xa9\ \x04\x4a\x8a\x7a\xb5\xfa\x74\x3c\xac\x54\x2a\xf5\x5a\xfd\xd2\x9a\ \x6b\x9a\x26\xc6\x38\xcf\xf3\x93\x93\x93\x5e\x6f\x60\x18\x66\xa5\ \x12\x3c\x7a\xfc\xe8\xc7\xef\x7f\xb0\xb9\xb5\x41\x55\xd9\xed\x9e\ \x13\x42\x7c\xd7\xdb\xdd\xbe\xf2\xe5\xbf\xf8\xd2\xef\xff\xde\xef\ \xdd\x7c\xfe\x79\x4b\xd3\xc7\xa3\x71\xb3\xd1\xfe\xf6\xb7\xfe\xba\ \x7f\x71\xf1\xce\x3b\xef\xf0\xb2\xd4\x30\x96\x8c\x97\x8c\xe5\x59\ \xa6\xeb\x7a\x49\x0b\x88\x71\x49\x05\x42\xc8\xb1\x1d\x21\xc4\xa0\ \x3f\x00\x00\xa4\x69\x7a\x7e\x76\x5e\x14\xb4\x51\xaf\x3c\x5b\xa6\ \x7b\x09\x73\xc8\xb2\x34\x8a\xa2\xa0\x52\xd1\x94\x2e\x84\x44\x48\ \x26\x59\x16\xc7\xb1\x6d\xdb\xba\xae\x23\x80\x8b\x22\x43\x0a\x07\ \x95\xa0\x77\x71\x71\xfb\xd5\x57\xdb\x2b\x2b\x8e\xed\x18\x96\x65\ \x15\x54\xd3\x8c\xed\x2b\x3b\xef\xbf\xf7\x9e\xa1\x19\x95\x4a\xa5\ \xd7\xeb\x53\x4a\xef\xdf\xbf\x6f\x59\x66\xa5\x12\x64\x59\x6a\x18\ \x7a\xc5\xaf\x94\x05\x7d\xf9\xa5\x17\x8f\x4e\xba\x9c\x51\x42\xc8\ \xcd\x17\x9e\x5f\xee\x2c\x49\xc0\xe3\x45\x88\x21\xa8\xd5\x02\xc6\ \xe8\x64\x32\x91\x52\x7a\x9e\x57\x14\xc5\x78\x34\xac\x56\xab\xa6\ \xa1\xb9\xae\x5d\x0d\xb6\x0d\xc0\x7f\x7c\xf7\x83\xe9\xa0\x57\xad\ \x54\xc2\xe9\x04\x23\x58\xd2\x72\x3a\x19\x65\x49\xaa\x94\xaa\x57\ \x6b\xe3\xf1\x68\xff\x60\x5f\x29\x40\x08\x21\x10\xd9\xb6\x1d\x54\ \x7c\xc3\x34\x9a\x8d\x6a\x16\xcf\xa4\x14\x42\x88\xe9\x74\xda\x6e\ \x35\x57\x96\x97\xe3\x38\x3a\x3f\x3d\x13\x9c\x6b\x04\x43\x84\xa6\ \xd3\xa9\xe7\x79\x10\xa1\x28\x8a\x00\x00\xf5\x7a\x9d\x10\x92\xa6\ \xa9\x6d\xdb\x9e\xe7\x41\x04\x30\xc6\x49\x92\x40\x88\x34\x4d\xbf\ \x94\x2e\xce\x67\x33\x50\xab\x19\x86\xf1\xb3\xaa\x22\x20\x01\xf4\ \xe8\xd1\xfd\xca\xd2\x67\x74\xdd\x54\xe4\x6f\x23\x97\xa2\xb9\x90\ \x3f\xdf\x06\x0d\x21\x84\x69\x1a\xba\xae\x17\x79\xae\x99\x96\x90\ \xe2\xb2\x21\xbd\xb2\xb2\x62\x6a\xb8\x27\xf9\x70\x32\xe0\x9c\x77\ \x3a\x9d\x8d\xed\x2b\x44\x33\xe2\x34\xab\x04\x15\x03\x23\xdb\xb6\ \x94\x52\x9e\xe7\x23\x82\xc7\xe3\xc9\xc5\xc5\x45\xa3\xbd\xbc\xb5\ \xb9\xa1\x6b\x04\x43\x15\x4e\x06\x47\x93\x61\xad\x5e\x6f\x34\x6a\ \x0a\x23\xc1\xa8\x60\x85\x67\x5b\x9d\x66\x83\x31\x7e\x7e\x7a\x2c\ \x25\xdf\xdc\xdc\xae\x56\x3c\xdd\xd0\xe3\x34\x23\x18\x03\x20\xe6\ \xf3\x29\x02\xa0\x59\xaf\x2b\xc1\xcf\xcf\x4e\xce\x8e\x8f\x16\xf3\ \x99\xef\xe8\xb3\x79\xb2\xb1\x6b\x1f\x1e\x1e\xa4\x69\x7e\x71\x71\ \x7e\x72\x72\x42\x00\xa3\x45\xa1\x80\xc0\xc4\x68\x36\xeb\x18\xe3\ \xab\xcf\x5d\xed\x2c\xad\x24\x79\x31\x18\xf4\x35\x9d\xb4\x5a\x0d\ \xd7\x32\x9b\xad\x06\xa3\x45\xe0\xfb\x10\x28\xcb\xd4\x5f\x7c\xe1\ \xc6\x07\xef\xff\xe8\x97\xfe\xd9\x3b\x57\xaf\xec\xbc\xfb\xee\x0f\ \x7b\xe7\xe7\xc7\xc7\x27\x8d\x7a\xf5\x97\x7e\xf1\x9d\x1f\xdf\xbb\ \x3f\x1d\x8f\x21\xc6\xf3\x79\x58\x94\x34\x08\x6a\x96\x69\x20\x04\ \x0d\xac\x39\xb6\x95\xe7\x45\x12\x47\x0a\x00\xdb\xd4\x19\x43\xb6\ \x6d\x0b\xce\x4c\xd3\xd0\x88\xf6\x6c\x06\x3a\x29\x65\x92\x24\xad\ \x46\x83\x73\x2e\xa5\xd2\x75\x9d\x31\xa6\x1b\x5a\xbb\xdd\x1e\x8d\ \x46\x92\xf3\x73\xd3\x18\x8d\x46\xcd\x76\xa7\xb5\xb4\xf2\xdc\x8d\ \xe7\x17\x51\x02\x21\xb4\x6d\x3b\x4b\xd3\xa5\x76\x9b\x97\x79\xb3\ \xd9\xec\xf7\xca\xef\x7d\xef\xbb\xaf\x7d\xe2\x2d\xdf\xf3\x6e\xbe\ \xf0\xc2\xa0\x77\x71\xfb\xd6\x4b\x0f\x3f\xfa\x50\x08\x75\x65\xfb\ \x8a\x8e\x21\xe0\xcc\xd4\x70\x59\xe4\x1b\xeb\x1b\xcb\xed\xd6\xbd\ \x7b\xf7\xe3\x38\x0e\x82\xc0\x77\x6c\x06\x44\x1e\x86\x1a\xc6\xb6\ \xe7\x65\x69\x9a\x65\x89\xe7\xb9\xc3\x7e\xef\xe0\xe0\x40\x88\xf2\ \xec\xe4\xb4\xe6\x6a\xfd\xe1\x60\x91\x94\xa6\x4e\x8e\x8e\xce\xce\ \xcf\xcf\xbe\xff\xbd\xef\x56\x3c\x73\x34\x18\x02\x25\x68\x91\x37\ \x9a\xc1\xca\xf2\x0a\xe7\xfc\x97\x7f\xf9\x97\x75\xdd\x8c\xa2\x98\ \xb3\xb2\xdd\x6a\x75\x96\x3a\xcb\x2b\x2b\x41\x10\x28\x00\x10\x42\ \x71\x1c\xef\xec\xee\xfe\xe0\x87\x3f\xfc\xe6\xb7\xfe\xfa\xce\x9d\ \x3b\x9a\xae\x7f\xf7\xbb\xdf\xd5\x75\xeb\x6b\x5f\xff\xab\x3f\xfc\ \xc3\xff\xda\x75\xdd\x0f\xef\xbe\xff\xc6\x1b\x6f\xcc\xc3\x59\xbf\ \xdf\x73\x5d\x2f\x08\x2a\xf5\x7a\x03\x11\x7c\x49\xc7\xa1\xb4\x4c\ \x92\x44\xd7\x35\x00\x54\x92\x08\xbf\xe2\x05\x41\xc5\x32\x9e\x95\ \xcf\x01\x00\x84\x30\xcf\x8b\x45\x18\x12\x8c\x39\x97\x98\x10\x21\ \x34\x84\x10\x21\x64\x3a\x9d\x06\x41\xa0\x6b\x7a\x1a\x47\x4a\x49\ \xdb\xb6\xb3\x5c\xb9\xae\x6b\x68\x1a\x04\xa0\xa4\x14\x48\xd9\x6e\ \xb5\x37\x5a\x8d\xf3\xd3\xae\xa6\x69\xa3\xfa\x74\x30\x18\xcd\x26\ \xa3\x87\xf7\xd9\x17\xbf\xf8\x45\x25\x79\x9e\xc6\xf5\x7a\xcd\x75\ \xbd\x9b\x37\x6f\x9a\xb6\xa9\x69\x5a\x59\x96\x59\x1a\x37\xdb\x2d\ \x08\x24\x67\x9c\x73\xae\x84\xa0\x05\x35\x35\x1d\x29\x90\xe7\xb9\ \x12\x52\x08\x51\x71\x3d\xc9\x78\x12\x45\x08\xaa\x3c\x4b\xe2\xc5\ \x6c\x36\x1e\x48\xc9\x1c\xc7\xa2\x45\x5e\xe4\x99\x1f\x04\x80\x51\ \xc9\x4a\xcb\x32\xf6\xf7\x9f\x24\x05\x1d\x8d\x86\x96\xad\x63\x04\ \x30\x02\x1a\xc1\x40\x09\x8d\x60\x4a\x8b\x2c\xcb\x28\xa5\xbc\x2c\ \x4a\xc6\x86\x83\x61\xab\xd9\x28\x8b\x12\x22\x20\xa5\x48\xd3\x0c\ \x01\x89\x10\x98\xcd\x26\xf3\xf9\xd4\x75\xdd\x76\xbb\xcd\x79\xa9\ \x69\x98\x10\x64\x59\xa6\x94\xc2\x71\x9c\x3c\xcf\xcb\xb2\x6c\x36\ \x9b\x08\x21\x84\x90\x10\x22\x8a\x63\xcb\xb6\x0d\x43\xff\xa9\x07\ \x06\xf9\x0f\x88\x28\xc4\x32\x8a\x6f\xfc\xdb\xff\xe9\xfc\x07\xde\ \xdf\xb4\xe4\x25\x13\xce\x67\x7f\xe3\xd7\x5f\x5c\x7b\x76\x55\x84\ \x54\x4a\xd3\x34\xcf\xf3\x2d\xcb\x46\x08\x09\xc1\x11\xc6\x10\x00\ \x4d\xd3\x2c\xcb\x32\x74\xc3\xb2\x2c\x04\x61\x9e\xe7\x15\x29\x59\ \xc9\x74\xc3\x0a\x2a\x81\xd5\x36\x81\xe0\xd3\xf1\xe8\xf4\xf4\xa4\ \xb3\xd4\x59\x5b\xdb\x38\x3a\x39\xdd\x7f\xba\x5f\x6b\xb6\xab\x15\ \xff\xe9\x93\xbd\x97\x6e\xbe\xf0\xe0\xa3\xf2\x08\xe1\x46\xb3\xb5\ \xbb\xbb\x53\x50\x70\xf7\xee\xdd\xd3\xd3\x13\x4c\xc8\x8f\x3f\x78\ \x5f\x08\x4e\x34\xcd\xb1\x1d\xa8\x84\x2c\x69\xb3\x51\x9b\x4e\x27\ \xa7\xd3\x29\x63\x2c\x8a\xa3\xad\x8d\x8d\x32\x4b\x26\xc3\xde\xca\ \xd2\xd2\xc1\xde\x23\xdb\x36\x18\x67\x59\x96\x9b\x86\x76\x74\xb8\ \xef\x7a\x55\x04\xa1\x92\x8c\xf1\x1c\x40\x79\xf9\xdd\x56\x56\x57\ \x9f\xbf\xf1\xbc\xe9\x7a\xe1\x22\x99\x4c\x46\xcb\xcb\xcb\x82\xb1\ \x9d\x9d\x9d\x24\x5a\xc4\x49\x6a\xda\x68\x11\xce\xda\xed\xd6\xd6\ \xd6\x75\x4e\x8b\x47\x8f\x1e\xec\x3d\x7a\x64\x59\x46\x9e\x67\x04\ \xa3\xc5\x22\x7c\xf5\x95\xdb\x2b\x2b\x4b\x3f\x7a\xf7\xdd\x5e\xef\ \x9c\x10\x3d\x4e\x12\xdf\xf7\x35\x8c\x05\x67\xc8\x34\xb0\xa6\x51\ \x4a\x93\x24\x2a\x69\xa1\x11\xcc\x85\x62\x8c\x22\x04\x74\x5d\x63\ \x3f\xf9\x23\x9e\xe9\x11\x52\xc0\x71\x9c\xa0\x1a\x48\x29\x2f\x87\ \x24\x96\x65\x5d\x8e\x2c\x77\x77\x77\xf3\x2c\xd3\x88\x36\x9f\xcf\ \xe7\xf3\xf9\xda\xd6\x15\xce\x79\xb5\x5a\xb5\x1d\x7b\x69\x69\xa9\ \xa4\x74\xef\xe3\x8f\x19\xcd\x5f\xb8\xf9\xd2\xd9\xf9\xf9\xfe\xd3\ \xfd\xe9\x78\xba\xdc\xe9\xc4\x71\x5c\xab\x06\x6f\xbc\x76\xfb\xbd\ \x1f\x7c\xb7\x51\x0d\x76\x76\x76\x5a\x2b\xdb\x7b\x7b\x4f\x8e\x8e\ \x0e\xe3\x70\x71\x48\x9f\x5e\x9c\x9f\x97\x94\x1a\xa6\x59\x24\x69\ \x12\x45\xeb\xbb\xdb\x4c\xf0\xc9\x68\xd2\x2f\x07\x59\x96\x29\xa5\ \x6e\x3e\xff\x02\x2f\xf3\xcd\xcd\x75\xc6\xa8\x14\x1c\x63\xf3\xa2\ \xdb\x75\x2b\xed\xf1\x78\x9c\x16\x1c\x42\x18\x85\xa1\x49\x82\xc9\ \x74\x62\x99\x86\x90\xb0\xd1\x68\x34\x1b\x8d\x1b\x37\x5f\x82\x88\ \x4c\xa7\x21\x21\xa4\x5e\xaf\xd2\x34\x79\xe7\x9d\x77\x26\xd3\xc9\ \x22\x0c\x11\x21\x8e\x6d\xbf\xfd\xf6\xdb\xdb\x5b\x5b\x8f\x1f\x3d\ \xfa\xca\x57\xbe\xf2\x7b\xbf\xfb\xbb\xa6\x61\x20\x08\xc7\xa3\xe1\ \xfa\xda\xda\xaf\x7c\xf1\x57\xbe\xfc\xe5\x2f\x85\xe1\xe2\xa2\xdb\ \xbd\xb8\xb8\xd0\x75\xbd\xd5\x6c\x11\x4c\xca\x92\x3a\xba\x0b\x21\ \x8c\xe3\x38\x8a\x22\x5d\xd3\x0c\x43\x8f\x93\xc4\x34\x8c\x4b\x36\ \x58\xad\x5a\x95\xcf\xc6\x01\x56\x8a\x10\xa2\x94\x8c\xa2\xa8\x2c\ \x4b\x00\x90\x6e\x18\x9e\xe7\xd5\x1a\x2d\xd7\x75\x11\x42\x8e\xe3\ \x40\x85\x96\x57\x96\x11\x54\xa3\xd1\xc0\x30\x8c\x7a\xbd\x9e\xe7\ \x39\xc4\xd8\xb1\xdc\x42\x2b\x31\x04\x71\x9a\x39\xae\xb3\xb3\xb3\ \xdb\x1f\x0e\x21\x42\xd3\xc9\xa4\xd1\x68\xdc\x7a\xf9\xd6\x77\xbf\ \xf3\x9d\x92\x52\xc7\x75\x39\x17\x9d\xa5\x25\x25\x15\x84\xf0\xf4\ \xf8\x44\x28\xd9\x68\x36\x92\x38\x7a\x7a\xf0\x64\x7d\x75\x05\x41\ \x70\x7a\x72\xe4\xba\xee\x0b\x2f\x5c\x37\x0c\x33\x8e\xe3\xc3\xc3\ \x83\xc3\xc3\xa3\xb2\xa4\xf5\x5a\xf5\x74\x32\x10\x9c\x26\x71\x94\ \x44\x8b\xe7\xae\xee\x48\xce\x4d\x9d\xcc\xc3\xb9\x6d\xe8\x87\x4f\ \x1f\x65\x39\xf5\x3c\xd7\xf7\xfd\x95\x8d\xea\xdd\x1f\xbf\x7f\x09\ \x9e\x52\x52\x4a\x25\xd3\x24\xf1\x1c\x77\x3a\x1b\xcd\xc6\xa3\x8a\ \xef\x26\x91\x65\xd9\x16\x2d\x8a\xc1\x70\xa8\x84\xf0\x6c\xa7\x2c\ \x69\x92\x44\x04\xa1\xb2\x2c\x2f\xff\xf1\x38\x8e\x31\xc6\x9c\x73\ \x42\x08\x84\xf0\x92\x95\xe4\xba\x0e\x63\x4c\xd7\x75\xdf\xf7\x29\ \xa5\x71\x1c\x73\xce\x2f\x3f\x42\x08\xf9\x59\x67\x8b\x97\x17\x1d\ \xf9\x41\xbd\xdd\xae\xfe\x4d\xb5\x28\xb9\xb2\x2c\x1d\xff\x5c\xa2\ \x08\xa5\x4c\xd3\xf4\x3c\xcf\x34\x4d\x84\xf5\xe9\x3c\x84\x08\x7a\ \x8e\x8d\x20\x10\x42\x10\x82\x3b\xed\x4e\x9c\x2e\xa2\x28\xa2\xe5\ \xa9\x00\x70\x79\x79\xd5\xb0\x1d\x82\x71\x23\xa8\xf4\x7b\x17\x83\ \xfe\x60\x67\xf3\x4e\xb3\xdd\x7e\xf0\xf1\xe3\x83\x83\x83\x17\x5e\ \x7a\x59\x2a\x10\x47\x8b\x76\xab\xf5\xfd\x38\x42\x08\x35\x9a\x2d\ \x9d\x68\xc3\x41\xff\xf4\xf8\x60\x30\x1c\x54\xfc\x4a\x41\x48\x59\ \x96\x18\xe3\x21\xe7\xa6\x81\x97\xda\xcd\x52\x70\xdf\x75\x5c\xd7\ \x91\x12\xb4\x79\x03\x01\x40\x6c\x6b\x3e\x9b\x8e\x7d\xbb\x77\xd1\ \x8d\x16\x73\xdf\xb3\x68\x49\x35\x82\x30\x04\xf3\xd9\x94\xf3\x12\ \x28\x89\x20\xe4\x9c\x41\x20\x95\x22\x41\x10\x10\x0d\xdf\xbd\xfb\ \x01\xd1\xcc\xa5\xd5\xb5\xd1\x78\x44\xb3\xac\x5e\xab\x4e\x27\x13\ \xdd\x30\x8a\x2c\x03\x40\x29\xc1\xfb\x17\x17\x86\xa1\xad\x2e\x2f\ \x7d\xfb\xdb\xdf\x5c\x5d\x59\x69\xd4\xaa\x00\xa8\x34\x89\x6b\x41\ \x90\xa7\x69\xbd\x1e\xcc\x27\x13\x00\x21\xd1\x0d\x5e\x96\xf1\x62\ \x66\xbb\xae\x61\xea\x5c\x88\x82\x16\x4a\xca\xcb\x93\x4d\x23\x26\ \x2b\x0b\x04\x00\x67\x2c\xcb\x72\xa9\xe4\x33\x57\x8b\x2b\x2b\xcb\ \xbe\xe7\x11\x8c\x8b\xa2\x58\x84\x89\xae\xeb\x9e\xe7\x66\x49\xb2\ \x88\xa2\x4e\xa7\xfd\xfc\x0b\xcf\xff\xf8\xc3\x0f\x9f\x3e\x7d\x2a\ \x21\xb9\xf5\xda\x1d\xc3\x28\x6c\xc7\xbe\x3c\x03\x1f\x3e\x7c\xb8\ \xb1\xba\xf2\xe9\x5f\xf8\x85\xff\xe3\xdf\xfd\x9f\xa7\x67\x67\x3f\ \xf8\xe1\xf7\xef\xbc\xfe\x89\x27\x7b\x8f\xb6\x36\xd7\xb3\x34\x95\ \x4a\xd5\xea\x8d\x5a\xad\x66\x6a\x5a\x38\x9b\x7d\xf0\xde\x7b\x52\ \xc8\xe5\x95\x95\x83\xd1\xfe\x25\xb6\xa1\x56\xab\xe5\x59\x3a\xea\ \xf7\x21\x00\xae\x63\x33\x8d\xdb\x96\xa9\x84\xaa\x06\x3e\xc6\xb8\ \x77\x71\x31\x9f\x4f\xc7\x93\x91\xa7\x83\x2c\x89\x1b\xed\xd5\xb2\ \xa4\xc9\x70\xa0\x9b\x96\xed\x58\x00\x48\x5e\x16\x45\x51\x70\xa1\ \x74\xc3\x78\xe1\xc5\x9b\x93\xc9\xec\xd1\xde\xd3\x9b\x37\x5f\xe2\ \x5c\x1c\x1e\x1c\xd6\x2a\x7e\x91\x65\x49\x1c\x57\x1a\x41\x51\x14\ \x86\xae\x4f\xc7\xe3\x24\x49\x5e\x7f\xfd\xf5\x3f\xfe\xe3\x3f\xfe\ \xdc\x67\x3f\x5b\xa9\x54\x6c\xc7\xee\xf7\x7a\xad\x66\x93\x16\x45\ \xbb\xd5\xee\x5f\xf4\x9e\x3e\x79\x52\x96\xac\x56\xab\x4d\xc6\xe3\ \x66\xb3\x61\x99\xa6\x14\x22\x4d\x53\x21\xb8\x69\x18\x52\x4a\x21\ \x84\xae\x69\xac\xa4\x08\xc2\x38\x8e\x01\x10\x9b\xeb\xcb\xcf\xb0\ \xdd\x5d\x29\x65\xd9\x56\xa3\xd1\x94\x4a\x42\x08\x31\xd1\x08\xd1\ \x1c\xc7\xb9\x04\x25\xd6\x6a\x35\x42\x48\x5e\x50\xdd\x30\x02\xcf\ \xed\x74\x3a\x47\x87\xfb\x08\x21\xd7\x73\x0d\xcb\x0e\x67\xf3\x92\ \x0b\x47\x27\xd3\xf9\x3c\x2f\x4b\xc3\xb6\xb6\xaf\x6c\x7f\xef\x7b\ \xdf\xcd\xd2\x74\x63\x63\x63\x79\x79\x69\x3a\x19\x23\x08\x5c\xc7\ \xb5\x6c\x27\x89\x93\xe1\x70\x84\x11\x5c\xea\x74\x1e\x3f\xd9\x9b\ \x4f\x27\x79\x9e\xd4\x7c\x8f\x15\x59\x5e\x94\x41\xc5\x53\x40\x69\ \x04\x3b\xb6\x01\x81\xb0\x2d\xb3\xd3\x6a\xd4\x1b\x8d\x38\x9a\xf7\ \xce\x4f\x6d\x93\x28\xa5\x0c\x5d\x2f\x29\x45\x10\xac\xaf\xaf\xa5\ \x49\x44\x69\x42\x73\x40\x4b\xae\x6b\xd6\x74\x32\xd9\xde\xdd\xd1\ \x35\x0d\x08\x09\x00\xe2\x4c\x60\x08\x75\x4d\x83\x08\x00\x25\x8f\ \x0e\x0f\x20\x44\xba\xa6\x09\xc1\x95\x10\xa6\x69\x30\xaa\xfa\xbd\ \x5e\x1c\x2f\x74\x5d\x2b\x38\x17\x82\xa7\x69\x82\x31\xb6\x6d\x67\ \x34\x1a\x01\xa0\x20\x84\x8c\x95\x59\x9a\x95\x94\x16\xe4\x92\x16\ \x57\x1c\x1c\x1c\xfc\x6d\x57\x4b\x08\x31\x9f\xcf\x05\xe7\x3f\x35\ \xd8\xfc\x07\x91\x4b\xf1\x82\x1b\xaf\x7c\xe6\x57\xfe\xe3\xb7\xd6\ \x4b\xca\xfe\xfd\xbb\x8c\x09\xf1\xf3\x98\x16\x01\x84\xd0\x34\x4d\ \x29\xa5\x54\x9c\x60\x1c\xa7\x89\x86\x91\xae\x11\x21\x44\x41\x4b\ \x59\x96\x8c\xf3\xed\xed\x6d\xc3\x74\xce\x7b\x7d\xa1\x60\xbd\xde\ \xd0\x30\xc1\x8d\x7a\x9a\x66\x86\x61\x38\x9e\xb7\xba\xba\xee\x7a\ \xde\xa5\xec\x6d\x11\xc5\x04\x23\x5d\x27\x71\x1c\x13\x4d\xd3\x0d\ \xe3\xdd\x77\x7f\x78\x7a\x72\xb6\xbe\xb6\x02\x81\x24\x84\x78\x9e\ \x1f\xc7\xb1\xef\x7b\x67\x67\x67\xc3\xfe\xc5\x69\x10\xdc\x7c\xf9\ \xb5\xa5\x76\x15\x20\x6c\x18\xa6\x6d\x5b\x0f\xef\xdf\x3f\xbd\x38\ \x2f\x8b\x3c\xcf\x52\x43\xc3\xa6\x69\x48\x4e\xe3\xc5\xec\xfc\xf4\ \x8c\x18\xee\x60\x34\x19\x8f\x86\x18\x30\x28\x0a\x29\x4a\x82\x11\ \xd6\x60\x9a\x46\xc7\x27\xc7\xfd\x7e\x3f\xa8\xd5\xb5\xe9\x78\xb1\ \x58\x10\x08\xca\xb2\x58\x5a\xe9\x94\xb4\xec\x9e\x77\x01\x04\x96\ \xa5\x7b\x9e\x87\x11\xd8\xb9\xb2\xfd\xed\xbf\xfe\x56\xbd\x1a\x30\ \x56\x48\x4e\x59\x91\x1b\x84\x08\x56\x76\xda\xad\xef\x1f\xfc\xb0\ \x12\x04\x4b\x41\x05\x2a\x99\xa5\x71\x49\x8b\x24\x49\x88\x6e\x68\ \x9a\x66\x1a\xba\x66\x38\x40\x29\x00\x24\xc6\xd8\xb2\xac\xb2\x28\ \x66\xd3\xa9\x12\xf2\xd9\xac\xbf\x10\x02\xd3\x34\xff\x36\x5d\x4b\ \x92\x14\xe3\x5c\xd7\xb4\xa2\x28\x94\x52\x8c\xb1\x24\x49\x76\x77\ \x77\x5a\x9d\xa5\x69\x18\x7d\xe3\x1b\xdf\xb8\xf9\xe2\x4b\xad\x56\ \xeb\xfa\xf5\x6b\x93\xf1\x18\x21\x44\x74\xd2\x68\xb5\x36\xb7\xb7\ \x1f\x3d\x7a\x3c\x18\xf4\x83\x8a\x3f\x1a\xf4\x5f\xba\xf9\xc2\xfd\ \x8f\x7e\x1c\x27\x49\xab\xdd\x9e\x4c\xe7\x5f\xfd\xfa\xb7\xe3\x38\ \xd9\xdd\xdd\x7d\xf4\xe8\x51\xab\xd5\x04\x40\x79\x9e\x37\x1c\x0e\ \x1f\x3d\xfa\xb8\xde\xa8\xef\x82\x6b\xeb\x5b\x9b\x9e\xe3\xea\xba\ \xe9\x3b\x76\xbf\x3f\xba\x77\xef\xde\x7c\x36\xa3\xa9\x56\xb2\xc2\ \xb6\xad\xb2\xa4\x59\x9a\x9e\x9f\x9e\x2f\xc2\xb0\x3f\x9c\xa4\x19\ \x3d\x78\xba\xff\xd2\xcd\x6b\x52\x0a\xc1\x39\x00\x24\x5e\x2c\x92\ \x24\xf9\xc6\x37\xbf\xa1\xe9\xe6\xe3\xc7\x8f\x7d\xbf\x32\x19\x8f\ \xcb\x3c\x5b\xee\xb4\xd7\xd7\xd7\xcf\x07\xdd\xc9\x74\x5a\x14\x45\ \xad\x56\xcb\xb2\x6c\x6b\x6b\xab\x5a\xad\xbe\xfb\xee\xbb\xbe\xef\ \x63\x84\xe7\xe1\x7c\x69\xa9\x13\xc7\xd1\xca\xca\xf2\xa3\x47\x1f\ \x7f\xf0\xc1\x07\x6f\xbd\xf5\x96\xeb\x3a\x65\x49\x07\x83\x41\x18\ \x86\xb6\x63\x6b\xba\x7e\x69\xb4\xb2\x2c\x53\xd7\xf5\x38\x8e\x35\ \x4d\xf3\x3c\x77\x11\x2d\xa4\x10\xf0\x59\x0f\x8c\x92\x96\x86\x61\ \x20\x8c\xa4\x94\xa6\x65\x23\x44\x5c\xd7\xd3\x4d\x4b\xd7\xf5\xcb\ \xd4\x83\x4b\x05\x20\x64\x82\x77\x96\x96\x1e\x3d\x7c\xd0\xeb\xf5\ \x0c\xd3\xb4\x5c\x07\x63\x0b\x08\x19\x86\x8b\xc5\x6c\x82\x35\xdd\ \xb4\xec\x95\xd5\x55\xd7\x75\xa3\xc5\x1c\x2a\x05\x94\x98\x4c\x46\ \x40\xca\xc5\x62\x61\x59\x56\xad\x56\x1b\x8d\xa7\xae\xe3\x21\x04\ \x1c\xdb\xdc\x58\x5d\x69\x75\x5a\x9e\xef\xcc\x27\xd3\x3c\x4b\x93\ \x78\x31\x9b\xcf\x8b\x3c\xdb\xdc\xdc\xaa\x54\x2a\x4a\x8a\xd5\xd5\ \x95\x17\x5e\xb8\xf9\xf4\xc9\xe3\xd3\xc3\x27\xd3\x38\x37\x2d\x43\ \xd3\xb4\x83\x83\xc3\xd5\x95\xe5\xce\xd2\xf2\x83\xfb\xf7\x58\x91\ \x57\x03\x9f\x73\x20\x95\xca\xd2\x78\x3e\x9d\x71\xca\x08\x46\x92\ \x33\xc9\xb9\x6d\x5b\x1b\x1b\x1b\xe1\x6c\x36\x9f\x4e\x09\x21\x59\ \x96\x67\x59\xea\xbb\x2e\x04\x8a\xe6\xb9\xef\x3a\x44\x83\xba\xa1\ \x23\x84\x80\x92\xba\xae\x41\x08\x1d\xc7\x59\x5d\x5d\x5d\x2c\x16\ \x93\xc9\x84\x10\xa4\x69\x44\x2a\x8e\x10\xa4\x94\x1a\x86\x61\x59\ \x16\xa5\xf4\x92\x0a\x79\x99\xde\x72\xce\x7d\xcf\xfb\x59\x1d\xd7\ \x8a\x03\xe3\xb9\x97\xdf\xd0\xaa\x5a\x9e\xe5\x3f\xe7\x30\xf1\xef\ \x27\x72\x08\x21\x08\x95\x94\x10\x03\xcb\xb2\x10\xc6\x25\xcd\x39\ \x2b\x8b\xa2\x40\x08\x12\x5d\x37\x74\xbd\x5e\xaf\x17\x94\xbb\xae\ \xdb\x6e\xb5\x5a\x9d\xa5\x3c\xcb\xdf\x7f\xff\xfd\xc9\x78\x5c\xb2\ \x32\x8a\x63\xd7\xf7\x89\x46\xe2\x28\x16\x8c\x9f\x9d\x9e\xdc\xbe\ \xf5\x72\xd5\xaf\x48\xc6\x35\xa2\x75\x7b\xfd\x8b\xde\xe0\xad\xb7\ \x3f\xb5\xbc\xbc\x1c\xa5\x89\x69\x9a\x8b\xc5\xa2\xbd\xdc\x59\x59\ \x5e\xae\x54\x03\xd3\x32\x57\x56\x57\x4c\x9d\x20\x08\x10\x84\x50\ \x49\x0d\xa1\xcd\xf5\x75\x59\x66\x45\x1c\x4e\x06\x7d\xdb\x32\x4d\ \xd3\x28\xcb\x52\x29\x09\xa0\x80\x40\x62\xa8\x4e\x4f\x8e\x5f\x79\ \xf9\x79\x20\x74\x82\xa0\xa1\xeb\xa5\xc2\x67\x67\xa7\x25\x13\x6f\ \xbc\xf1\x7a\xbd\xd9\x7e\x7a\x78\x28\x05\x77\x2a\x15\xcb\x36\x95\ \x94\x50\xc9\xb2\xc8\x20\x44\x65\x9e\x43\xd7\x01\x42\xb4\x9b\x0d\ \xce\xcb\xe1\xa0\xc7\x68\xb1\xff\x64\x2f\x8d\x42\xce\xe8\x7c\x36\ \x99\x8e\xc7\x69\x1c\xe5\x59\x9a\xc4\x91\xe7\x57\x34\x4d\xd3\x88\ \xde\x5a\x5a\xc2\xd8\xae\x05\x3e\x84\x50\x70\x9e\x24\xf1\x25\xf1\ \x15\x43\xe8\x38\x8e\x6d\x19\x00\x28\x05\x9e\x19\x14\x45\x2e\x7b\ \xc6\xa6\x69\x56\xab\xc1\x22\x8a\x66\xb3\x29\x04\x20\x9c\xcf\x2d\ \xc3\x70\x1c\xa7\xc8\xd2\x5b\xb7\x6f\xbd\xf7\xc1\x47\x98\x96\x9e\ \xe7\xe5\x79\xfe\xc1\x07\x1f\x14\x79\x51\x96\x65\x12\x27\x86\x61\ \x2d\x75\x56\x3e\xfc\xf0\xc7\x69\x1c\x0f\x07\x3d\x08\xe4\x4b\x37\ \x9f\x7f\xf4\xf0\xfe\x3c\x8c\x6c\xd7\xfb\x8b\x2f\x7f\x39\x4d\x8b\ \xdf\xfe\xed\xdf\xbe\x77\xef\xde\xf3\x37\xae\x53\x9a\x5b\x96\xb1\ \xb3\xb3\xbd\xb5\xb5\x31\x1a\x8d\x56\x57\x97\x4d\x53\x27\x04\x09\ \xae\x10\x94\x0a\x48\xcf\xf3\x76\xaf\x5c\x49\xa2\x70\x30\xb8\xa0\ \x2c\x6f\x36\x1a\x88\x66\x4a\xca\xd9\x6c\x32\x99\x8c\x1d\xdb\x7d\ \xf0\xe0\x61\xb4\x08\x97\x97\x3b\x9c\x73\xd7\x71\x00\xd2\x00\x80\ \x5f\xf9\xcb\xbf\x5c\x5a\x5a\x7d\xf3\xad\x4f\x8d\x86\x93\xb3\xf3\ \x73\xa5\xe4\xd6\xf6\x96\x64\x4c\x01\x90\x25\x69\x79\xc9\xda\x15\ \x12\x43\xe4\xda\xce\xd6\xc6\xe6\xb7\xbe\xf1\x4d\xbf\x52\x79\xb2\ \xb7\xd7\x3d\xef\xde\xb9\x73\x67\x11\xce\x94\x52\x83\xfe\xc5\x74\ \x32\x7a\xfc\xf8\x63\xcf\x75\x2d\xdb\xd6\x08\x59\x5b\x5f\x57\x40\ \x74\xbc\x8e\xef\x39\x10\x42\x4a\xcb\x24\x5e\x28\x29\x21\x90\x8e\ \x6d\x56\x3c\x57\xa9\x67\x6e\xee\x42\xce\x79\x51\xe4\x8d\x66\x13\ \x63\x8c\x89\x66\x59\x36\x21\xf8\x52\x66\x2c\x84\x80\x08\x21\x84\ \xb8\xe4\x10\x63\xc7\x71\x00\x00\x97\x5c\xa3\x5e\xaf\xdf\x6c\x2f\ \x9b\x96\x53\x32\x16\x27\xa9\xeb\xb8\x08\x61\xdf\xaf\x5c\x4e\xdc\ \xce\xce\xcf\xc2\xf9\xbc\xd7\xed\x62\x04\xbb\xbd\x1e\xd1\xf5\x4a\ \x35\x48\xd2\xdc\xaf\x54\x8a\x82\xd6\x82\xca\xc6\xe6\x1a\x42\xea\ \xe8\x60\xbf\xdf\xbb\xb0\x0d\x53\x72\x3e\x9f\x4e\xc2\x29\xa8\x07\ \x41\x1a\x2d\x68\x96\x1a\x1a\x19\x5c\x74\x35\x82\x57\x96\x97\x8e\ \x0e\xf7\x27\x93\x59\x56\x14\x08\x21\xa1\x60\x9a\x16\x5c\x08\x0c\ \x21\xa5\x54\x23\x5a\xc5\x73\x19\x63\x47\x47\x07\x71\xb2\x80\x10\ \x2a\x21\x08\xc6\x18\x41\x04\x41\xb8\x58\x8c\xc7\x63\x5d\xd3\x90\ \x03\xe7\xf3\x59\x8e\x10\x82\x50\x70\x56\xf2\xd2\x32\x4d\x53\xd7\ \xd3\x34\x0d\x93\x18\x21\x0c\x80\x22\x84\xd4\xeb\x75\xcf\xf3\x94\ \x02\x71\x1c\xf7\xfb\x7d\xcb\x34\x5b\xad\xf6\x3c\x9c\x2b\xa5\xf2\ \x3c\xbf\x9c\x50\xb9\xae\x1b\xc7\x31\x00\xc0\x71\x1c\xcb\xb6\xc0\ \xcf\xd6\xa1\x57\xb2\x04\xd6\x2b\x9f\xf9\x02\x10\xec\xff\xd3\xb0\ \x05\x00\x84\x4a\x4a\xc6\x39\xc2\x04\x2a\x5e\x72\x51\x94\x14\x43\ \x98\x24\x11\x10\xdc\x34\x4d\x9a\xa6\x8c\xf3\x70\x11\x72\x0e\xae\ \x5f\xbf\xb1\xb9\xb9\x05\x10\x4e\xb4\x78\xd2\xef\x09\xc1\x93\x24\ \x89\xe3\xc4\xf7\x1c\xd7\x0f\xca\x72\xfa\x83\xef\x7f\xb7\xa0\xf4\ \x0b\xbf\xf4\x8b\xb4\xa0\x5c\xf0\xf9\x22\xba\xe8\x0f\xde\x78\xf3\ \xad\x76\xbb\x03\x11\xd2\x34\x5d\x4a\xf5\xf2\xad\x5b\x00\x80\x5a\ \xad\xe6\x7a\x3e\x2d\x69\x9c\x24\x71\x1c\x09\xc1\x17\x51\x52\x6f\ \x34\x34\x82\x6d\xcb\x68\x35\x1b\x7b\x0f\x59\xb7\x7b\xae\x13\x44\ \x10\xe4\x9c\xba\xae\xf5\xf2\x8b\x2f\x5e\xbd\xf1\xe2\xbb\xef\xdd\ \x45\x40\x6d\xac\xaf\x3f\x7d\x7c\x0f\x61\xc8\x58\xc9\x94\x44\x10\ \xbe\xf8\xe2\xcd\x9d\xdd\x9d\xc1\x70\xb4\xb9\xb9\xe9\x7b\x1e\xc1\ \x80\x16\xc5\x70\x32\x42\x12\x40\x00\x30\x06\xb3\xe9\x84\xd2\xdc\ \x71\x2c\xcf\x75\xb6\x37\x37\xee\xde\xbd\x6b\x9a\xe6\xe1\xe1\x41\ \x14\x45\xe7\x67\xa7\x7b\x7b\x59\x14\x2f\xf2\x2c\x81\x10\xe5\x79\ \xa6\x94\x72\x5d\x0f\xdb\xa8\xe2\xfb\xd8\x30\x93\x24\x69\x36\x1a\ \xa9\x60\x49\x12\x63\x08\x95\x52\xd3\xe9\x54\x49\x6e\x5b\x36\x21\ \xe4\xd9\x02\xd7\xe5\xcd\x61\x99\x66\x51\xb0\x2c\xcf\x81\x92\x86\ \x61\x24\x51\x54\xe4\x99\x6e\x18\xba\x61\xc4\x71\x5c\xf1\xbc\xa7\ \x4f\x9f\x42\x08\x7e\xe5\x8b\x5f\xac\x04\x35\xa9\xc4\xe1\xe1\xe1\ \xdd\x0f\xef\xa6\x59\x96\xa6\x29\x13\xa2\xd5\x6e\x11\x4d\x3b\x3c\ \x3c\xfc\xdf\xff\xed\xff\xf6\xda\x2b\xb7\x37\xb6\xb6\x67\xb3\x99\ \x78\xaf\x51\x77\x00\x00\x20\x00\x49\x44\x41\x54\xef\x79\xdf\xf9\ \xee\xf7\x7e\xe3\xd7\x7f\xe3\xed\x4f\xbe\x0d\x10\xec\x2c\x2f\x0d\ \x46\xc3\xd5\xd5\xd5\x7a\xbd\x5e\x0d\xaa\x96\x6d\xd5\x9b\x0d\x42\ \x88\xa1\xeb\x69\x92\xb0\x52\x44\x4a\xa1\x66\xdb\x75\x4c\xdc\xe9\ \xac\xad\xad\xee\xef\x3f\xce\xd2\x18\x48\xc9\x18\x05\x00\x5c\xbf\ \xf6\xdc\x67\x3e\xfd\xa9\x28\x2d\xff\xe2\xcb\x5f\xba\x71\xe3\x5a\ \xb3\x5e\x2f\x69\x0e\x25\xe7\x9c\x4d\x26\x93\x66\xab\xf5\xf6\xdb\ \x6f\x57\x82\x6a\xb8\x88\x5e\x7d\xf5\xd5\x6e\xf7\x4c\xd3\xb4\x6e\ \xaf\x67\x99\x86\x14\x82\x96\x65\xb4\x58\xec\xef\xef\x13\x42\x56\ \x57\x57\xef\xdc\xb9\xf3\x9d\xef\x7c\x27\x5c\x84\xa6\x69\x9c\x9f\ \x9d\x5f\xbf\x7e\xfd\xfb\xdf\xff\xfe\xd9\xd9\xd9\x70\x38\x9c\xcf\ \xe7\xfb\x4f\x9f\x9a\xa6\xf9\xd2\x4b\x2f\x85\xf3\xf9\x95\x2b\x57\ \x76\x77\x77\x2f\x71\x1d\x86\x61\xcc\x66\xb3\xa2\x28\x4c\xd3\xbc\ \x84\x4f\x5c\xf6\xce\x9f\x79\x30\xe2\x79\x9e\x69\x98\x08\x21\xd3\ \x34\xa4\xfa\x09\x17\xff\x92\xe1\x7e\x89\x87\x47\x84\x58\x86\x25\ \xa4\x70\x3c\x37\xa8\x06\x84\x90\xb5\xd5\xb5\xe3\x93\xd3\xb3\x93\ \x33\x80\x90\xef\x7b\x08\x93\xd5\xf5\xb5\x4a\x35\x08\x2a\x7e\x67\ \xa9\x73\x7c\x74\x30\x1e\x8d\x1e\xdc\xbb\x97\x24\x31\x26\xa8\xda\ \x68\xac\x6f\xac\x0b\xce\x37\x36\x36\x34\xac\x9f\x1e\x9f\x10\x82\ \x68\x51\xe4\x79\x32\x1a\x0e\x66\x93\x71\x37\x4e\x84\x10\x45\x9e\ \x23\x84\x8e\x8e\x0e\x83\x4a\xa5\xd1\x6c\x08\x2e\x2e\xba\x67\x61\ \x38\x57\x52\x2c\xaf\xac\x9c\x77\x2f\xa2\x24\x75\x5c\x9b\x72\x15\ \x54\x1b\x90\x18\x51\x38\x31\xf5\xaa\xa1\x63\x42\xc8\xd6\xd6\xd6\ \x07\xf7\xee\x95\x94\x62\x0c\xa1\x04\x9c\x95\x86\xae\x55\xab\x41\ \x54\xcc\x21\x90\xf3\xf9\x1c\x00\x60\xea\x5a\x91\x67\x9e\xeb\x00\ \x0d\x67\x49\x4a\x29\x25\x18\x5f\xd2\x0a\x8b\xa2\x28\x59\x59\x8e\ \x4b\xf1\x80\xaf\xac\xac\xda\xb6\x59\xa9\xf8\x5c\x70\xa9\x84\xef\ \x7b\xf3\x70\x9e\x24\x09\x42\xc8\xf7\x7d\xdb\xb6\xeb\xf5\x7a\x14\ \x45\xc7\xc7\xc7\xf3\xf9\x1c\xff\x1d\x28\xfe\x3f\xb6\x5a\x84\x40\ \xf1\xb2\x04\xff\x3f\xbc\xa4\x92\x9c\x73\xa2\x49\x25\x79\x9a\x65\ \x51\x9c\x58\xba\xe6\xb8\xae\xa0\x45\x12\xcd\x4d\xd3\xa8\x55\xab\ \x27\x27\x27\xaf\xbe\xfa\x7a\xb3\xd1\x28\x8a\x02\x69\x7a\x9c\x24\ \x95\x4a\x45\x70\x3e\x18\xf4\x39\xe3\x42\x2a\x8c\x09\x00\xea\xa3\ \x8f\xee\x7e\xee\xb3\x9f\x47\x10\xee\xed\x3d\xce\xf3\xdc\x76\xdc\ \x5b\xb7\x5e\xb9\x72\x65\xf7\xbc\x7b\x71\xe3\xc6\x8d\x92\xf1\x6b\ \xd7\xaf\x6d\x5f\xd9\x59\x2c\xa2\xa0\x52\x99\x81\x59\x18\xc5\x45\ \x9e\x85\xb3\xc5\xee\xd5\x5d\x21\xd5\xd1\xd1\xc1\x74\x3a\x05\x52\ \xea\x18\x05\xbe\x5b\xa9\x78\x45\x12\xbb\x8e\xc5\x38\xd2\x4c\x78\ \x09\x66\x40\x10\x38\xae\x53\xf1\xfd\xc5\x62\xce\x79\x49\x10\x56\ \x0a\xb7\x3b\xed\xad\xed\xad\x34\x4d\x34\x4d\xbb\xf2\xdc\x73\x77\ \x3f\xfc\xe0\xe8\x60\xdf\x34\x4c\xcf\xf1\x44\x59\x46\x10\x64\x49\ \xe2\xba\x6e\x96\xc4\xe3\x61\x9f\x10\xb2\xb9\xb1\xf1\xfe\x7b\xef\ \xe5\x59\x36\x1e\x0e\xcb\xa2\xec\xf7\x2f\x28\xa5\x42\x2a\x04\x21\ \xa5\x05\xc4\x98\xe6\xb4\x16\x54\x5b\xcd\x26\x2d\x8b\x7e\xb7\x8b\ \x09\xd1\x08\x36\x0c\xdd\x30\x8c\xd9\x78\x3c\x1e\x8f\x34\x4d\xab\ \x55\x83\xe9\x74\x26\x9e\xd5\xc0\x00\x21\x04\x00\x52\x4a\x0d\x5d\ \xd7\x34\xad\xdb\x3d\x2f\x69\xd1\x6c\x36\x38\x2b\xa5\x10\x94\xd2\ \x95\x95\x95\xbd\x47\x8f\x14\x84\x9f\xf9\xfc\x3f\x83\x10\x16\x45\ \x11\x27\xf1\x22\x8a\xb7\xb7\xb7\x07\x17\x17\x71\x9c\x44\x51\x8c\ \x08\xb6\x6d\x7b\x7f\xff\x69\x9e\x25\xff\xfc\x57\x7f\x65\xff\xc9\ \xe3\xd9\x74\x0a\x01\xa8\xd5\xeb\xbf\xfe\x9b\xff\xf2\xd1\xe3\x3d\ \xa1\x24\x17\x82\x96\xe5\xdb\x9f\x7c\x3b\xcd\x72\x8d\x10\xa9\x14\ \x9d\x4c\xc2\x38\x3a\xeb\x75\xb7\xb6\xb7\x1d\xcb\xc9\x73\x3a\xea\ \x0f\x7b\xbd\x1e\x84\x40\xd7\x50\x1a\xc7\xae\x6b\x35\x9b\x8d\xc1\ \xd9\x62\xa9\xd3\xf1\x3c\xcf\x30\x74\x9d\x29\x5d\xd3\x56\x56\x56\ \x27\x93\x09\xe7\x4c\x83\x20\x4d\xf3\xcd\x9d\xea\x0b\xcf\xbf\xb0\ \xb6\xb6\xf6\xf0\xe3\xbd\xe7\xae\x3e\x27\x84\xba\xf7\xd1\x5d\x59\ \x52\x8c\x31\x21\x9a\x69\x5a\x8c\x96\x97\xe9\x21\xe7\xfc\xec\xf4\ \xac\x5a\xad\xae\xaf\xad\xbf\xf7\xfe\x8f\x7c\xd7\x8b\xa3\xf8\xe9\ \x93\x27\x79\x96\x8d\xc6\xe3\xcb\xd2\x6f\x34\x1c\xb5\x5a\x2d\xa0\ \xc0\xfa\xda\x7a\xb3\xd9\xfc\xe8\xde\xbd\x92\xd2\xed\xed\xed\xf5\ \xf5\x75\xc3\x34\x27\x93\xc9\xc1\xc1\x01\xa5\xb4\xd5\x6a\x61\x8c\ \x05\xe7\xcf\x0c\x46\xd3\x34\x0d\x13\x4c\xcb\x52\xd7\x75\x84\x89\ \x94\x92\xfc\xfb\x35\x0b\x0a\x01\x88\x31\x16\x4a\x39\xa6\x89\x95\ \xb4\x1d\x67\x32\x1a\xed\xee\xec\xec\xec\xec\x6c\x29\xa4\xeb\xe6\ \xd1\xf1\xe1\x61\xaf\x7b\xfb\x95\x57\x5c\xd7\xcb\x93\xa4\xd9\x6c\ \xea\xba\xce\xca\xf2\xa3\x8f\x7e\x8c\x31\xd4\x08\x79\xee\xda\xb5\ \x3b\x77\xee\x94\x94\xe5\x79\xbe\x28\xa2\x93\x93\x63\x08\xd5\xfd\ \x8f\x48\xab\xd9\xb0\x0c\xdd\xd0\xb5\x4c\xa9\x45\x38\x0f\x82\x40\ \xd7\x8d\xe9\x78\xa4\x04\xdf\x58\x5f\x53\x4a\x61\x04\x0d\x43\x9f\ \xcf\x26\xb6\xeb\x24\x59\x91\x95\xa2\xb3\xbc\x6c\x9b\xa6\x06\x01\ \x26\x9a\x69\x39\x69\x5e\x28\x80\x46\xa3\xe1\xed\x3b\xaf\x9b\x86\ \x21\x85\x80\x40\x42\x0c\x45\x29\x18\x63\xc3\xc1\xa0\xdf\x9b\x76\ \x2f\x2e\x1c\x4b\x2f\x29\xb5\x4c\x93\x23\x94\x26\xa9\xae\x93\x22\ \x4f\xc7\xa3\x91\xef\xfb\x41\x50\x29\x68\x11\xc5\x11\x63\x0c\x21\ \x94\xa6\xc9\xd1\xf1\x21\x04\x30\x4e\x62\xa5\x24\x2d\xcb\xfe\xa0\ \x9f\x24\x89\x10\xa2\x56\xab\x5d\x72\xf7\x7d\xdf\x2f\x8a\x82\x52\ \x8a\x31\x32\x4c\xf3\xa7\x5e\x76\x04\xfe\x49\x5e\x08\xa1\x38\x4e\ \x0e\x0f\x0f\x87\xc3\x41\x91\xa7\xba\x46\x7c\xcf\x41\x08\x62\x88\ \x4c\xd3\xb0\x6d\x5b\x41\xa8\x69\x86\xe3\x7a\xad\x56\xbb\x28\x72\ \x00\xa0\x86\x31\x82\xe0\xca\xce\xce\xda\xda\x5a\xa3\xde\x58\x59\ \x5d\xbd\xb2\x7d\xa5\xd1\x68\x70\x21\x94\x02\xbb\x57\xb6\x31\x44\ \xb4\x28\x04\x17\xf5\x5a\xed\x8d\x37\x5e\x27\x18\xdb\xb6\x13\x86\ \x8b\x76\xbb\xb3\xbe\xbe\x59\xab\xd6\x35\x4d\x9b\xcf\x43\xa5\x54\ \x10\x54\x2a\x9e\xaf\x80\x18\xf6\x7b\xa3\x61\xff\xc1\x47\x77\x8f\ \x0f\xf7\x09\x02\xae\x6b\xe9\x86\xbe\xb1\xbe\xee\x38\x8e\xe4\x5c\ \x23\xc4\xb1\xec\xb2\xa4\x83\x7e\xef\xa2\x7b\x56\xaf\x56\x0c\x43\ \xd7\x35\x83\x95\x9c\x68\x9a\x69\x59\x2f\xdf\xba\xb5\xba\xb2\x4a\ \x73\xea\xfb\xfe\x64\x34\xe4\x8c\xcd\x66\xf3\xa3\xa3\xc3\x3c\xcf\ \xa4\xe0\x08\x28\x02\xb1\xe0\x65\x1a\x47\x8b\x30\x0c\xe7\x33\xd7\ \x76\x9e\xdb\xdd\xa5\x59\x1a\x85\xa1\xef\x7b\x4a\x88\xcb\xf5\x00\ \x82\x95\x10\x02\x5d\xd3\x69\x9e\xc7\x49\x9c\x24\x71\xf7\xec\x4c\ \x70\x16\x85\xb3\x87\xf7\xef\xa7\x71\xac\x84\x18\x8f\x86\xfd\xde\ \xc5\x64\x34\x1c\x0d\x87\x79\x9e\xc1\x67\x94\x73\x01\x29\xe5\xfe\ \xfe\xfe\xe9\xe9\xe9\x68\x34\xca\xb2\xac\x1a\x54\x34\x4d\x63\x8c\ \xb9\x9e\x5b\xab\xd5\xa2\x68\x51\xab\xd7\xe3\x38\xde\xde\xde\x36\ \x4c\x9d\x95\x25\xc2\x50\x49\xd9\x6a\x34\xee\xbc\xf6\xda\xd2\xd2\ \xd2\xd2\xf2\x72\x7b\x79\xe9\xca\xee\xae\x61\x18\xe1\x7c\xb6\xb1\ \xb1\xbe\xbd\xbd\x93\xa7\xe9\x68\x34\x90\x00\x7c\xfe\x9d\x77\x3a\ \x4b\x4b\xb6\xeb\x12\x4d\x57\x10\xbc\xf9\xf6\x5b\xb6\xeb\xfa\x15\ \x3f\x4a\x62\x4a\x8b\x20\x08\x2c\xd3\x32\x74\xfd\xec\xf4\x34\x8e\ \xe3\xf3\xd3\xd3\xaf\x7f\xed\x6b\x79\x96\xba\x96\xe5\x7b\xee\x1b\ \x6f\xbc\x56\xad\x56\x4d\x5d\x17\xac\xb4\x4c\xdd\x30\xb4\x6e\xf7\ \xec\xe8\xf0\xa0\x2c\x8a\x56\xab\xe9\xba\x6e\x5e\x08\x00\xa0\x61\ \x9a\x4b\x9d\xa5\x37\xde\x78\x63\x38\x18\xba\xae\x8d\x09\x5a\x2c\ \xe6\x86\x61\x3c\x7c\xf8\x70\x30\xe8\x73\xc1\x69\x91\x6b\x08\x4b\ \xc6\x27\xa3\xe1\x62\x3e\x7d\xf4\xe0\x9e\x14\xec\x73\x9f\xf9\x34\ \x86\x70\x38\xe8\x1b\x9a\x86\x21\x9a\x4f\x67\x9e\xe5\x64\x49\x8a\ \x00\x20\x08\x59\xa6\xf1\xf0\xc1\x7d\x08\xd4\xe1\xc1\x41\x12\xc7\ \x79\x9e\xbf\xfb\xee\xbb\x4f\x9e\x3c\x81\x00\xa4\x69\xfa\xf8\xf1\ \xe3\x47\x8f\x1e\x5d\x5c\x5c\x0c\x07\x83\xa2\x28\x9e\xd5\xba\x00\ \xa4\x94\xa6\x69\x99\x86\x71\x59\xb0\x5f\x5a\xdf\x18\x63\xb4\x28\ \xf2\x2c\xa3\x34\x67\x34\xcb\xa2\x30\x9c\x4d\xbe\xf9\x8d\xff\x2b\ \x5a\x2c\x84\x94\x96\x65\xd7\xab\xb5\x8a\xe7\xb7\xdb\xed\x4a\x25\ \xa0\x25\xc7\x08\x2b\x29\x75\x5d\xdf\xd9\xd9\x45\x10\x50\x5a\x9c\ \x9c\x9e\x94\x94\x2a\x25\x5e\xbd\x7d\xab\xe2\x7b\x45\x9e\xf7\x2e\ \xba\xbd\xde\x19\xe7\xe5\x6b\xaf\xbe\xb2\xb2\xb4\x34\x1e\x8f\xce\ \x8e\x8f\x17\xf3\x19\x04\x92\x16\xb9\x14\x5c\xc3\x50\x27\x9a\x65\ \x98\x3a\xd1\x1a\xd5\xba\x6d\x5a\xcd\x6a\xcd\x34\xad\x2c\xcb\x83\ \x6a\xd5\xf3\xbc\xcb\x55\x23\x52\x29\xcb\x76\x6e\xbc\x70\xb3\x64\ \xa2\xe4\x32\xcf\xb3\xbd\xc7\x8f\x35\x8c\x4a\x9a\x23\x84\x30\x26\ \x88\x90\x24\x4b\xef\xdf\xbb\xb7\xf7\xe8\x01\xcb\xf3\x78\x11\x86\ \xf3\x19\x21\x44\x2a\x21\x24\x9f\x4c\xa7\xc3\xd1\x58\xd7\x75\xc7\ \xb6\x69\x41\x93\x24\xb9\xfc\xe1\x52\x88\x38\x4e\x66\xd3\x59\xbf\ \xdf\x1f\x0e\x87\x84\x60\xc6\xca\x8b\x8b\x0b\x00\x21\x42\xd8\x76\ \x1c\x4c\x88\xe5\x38\x93\xe9\x6c\x11\xc5\xae\xeb\x2f\x2d\xad\x0a\ \x21\x7f\xea\x48\xf7\x9f\x68\x85\x22\xfc\x49\xab\x0b\xe8\x04\x41\ \x20\x10\x00\x96\x0e\x2d\xbf\x02\x01\x60\xa5\x6c\x75\x3a\x40\x81\ \x93\xf3\x6e\xa5\x52\xd3\x0d\x53\x29\x65\x19\x5a\x51\x64\xb6\x69\ \x28\xa5\x24\x80\xf5\x56\xc7\xaf\xd6\x15\x42\x6b\x1b\xeb\xef\xbf\ \xf7\x6e\xb3\x16\xb4\x5a\x8d\x76\xb3\x6e\x10\x4c\xf3\x6c\x75\xe9\ \x05\xcf\xf1\x25\x8f\x69\x9a\xf5\xa2\x58\xd0\xc2\x22\xf8\xf4\xe0\ \x20\x4f\xd3\x46\xb3\x71\x78\x70\xd0\x69\xb7\x97\xd7\x57\x67\x0b\ \x27\x0c\xc3\x93\xfd\x83\x22\x4d\xfc\x8a\xa7\x81\x72\xd4\x9f\x62\ \x84\x2e\xba\xe7\x51\x12\x1b\x86\x5d\x64\xb1\x61\x5b\xfd\xee\x79\ \xab\xd5\x1e\x0f\x7b\x4b\xed\xce\x70\xd0\x5f\x2c\x62\x00\x35\x21\ \x31\x36\x8d\x5a\xbd\x49\x34\xcd\xd0\x74\xcf\x72\x0a\x4a\x55\xc9\ \x90\x92\x1a\x52\x79\x1a\xb5\x1a\xcd\x46\xad\xde\xeb\xf5\xca\x82\ \x95\x25\x43\x00\x2a\x21\xe3\x45\x14\x54\x2a\x84\x90\x24\x8e\xb7\ \xb6\xb6\xcb\xb2\xbc\x9c\x51\x68\xb8\x42\x19\xcf\xf2\xdc\x71\x6c\ \x00\xd4\x64\x32\x81\x10\xea\x3a\xc6\x08\xd1\xac\x0c\xc7\x7d\xd3\ \xb4\x9a\xf5\x80\xd1\x6c\x38\xe8\x97\x45\x66\x5a\x96\x52\xcf\x6c\ \x1a\x85\x79\x9e\xe7\x59\xe6\x3a\x0e\xc6\x18\x22\xd8\x68\x36\x09\ \xc1\x9c\xd1\xa0\x16\x74\x3a\xed\xc7\x8f\x3f\xe6\x50\xb5\x57\x97\ \x85\xe2\x9a\x46\x08\x54\x1a\x06\xc4\x36\x4d\x9d\x40\x04\x5f\xba\ \x7d\x1b\x22\x70\xf5\xfa\xae\x1b\x78\xd3\xd9\xf4\xfa\xb5\x9b\x1a\ \x31\xaa\xd5\x46\x46\x29\x40\xea\xda\xf3\x57\x4d\xdb\x04\x00\x5d\ \xf4\x06\xdd\x6e\xef\xcd\x37\xde\x0c\xc3\x28\x9c\x4d\x31\x42\xb3\ \xc9\xa4\x2c\x8b\xed\xed\x1d\x5a\xf2\xc9\x78\xf2\xe8\xc1\xc7\x4f\ \x9f\xec\x35\xea\xb5\x7a\xc5\x61\x45\x14\x2f\x32\x56\x16\x67\x47\ \x07\x50\x0a\x57\x27\xb6\x86\xb2\xd9\x28\x99\x0e\x2e\x4e\x2e\x34\ \x2c\x0c\x9d\x3c\xd9\x7f\x22\xa4\x2a\x15\x26\x3a\x6a\x36\x1b\xcd\ \x4e\xeb\xe8\xe4\xcc\xf5\x5c\x8c\xa1\xa6\xa3\x38\x0e\x6d\xdb\x08\ \xc3\xc9\xda\xc6\x52\xad\xd9\x9a\x47\x71\x92\xc6\x9c\x15\x9c\xd1\ \xe5\x4e\xfd\xe4\xf8\x49\xad\xd6\x68\xb6\x6b\xbd\xc1\x68\xd7\xf3\ \x5c\xc7\x81\x08\x61\x82\xdb\x9d\x36\x65\x74\x3e\x9b\x53\x5e\x54\ \x6b\xb5\xd1\x74\x44\x2f\xce\xab\xd5\x1a\x84\x80\x31\x76\x7a\x7c\ \xec\xda\x96\xef\x3a\x2b\x4b\x9d\x83\x83\x83\x47\x0f\x1f\x38\x8e\ \x73\xeb\xf6\xad\x67\xa6\xd1\x4a\x05\x20\x24\x40\x21\xce\x24\xc1\ \x12\x01\x89\x10\xce\xd3\x24\x8e\x13\xc7\xb1\x05\xc5\x83\x8b\x93\ \xa7\x4f\x1f\xf9\x95\xe0\xc9\xde\xbe\xa6\xe9\x18\x42\x29\x25\xe5\ \x25\x80\x84\xf3\x52\xc3\x44\x31\xae\x21\xcc\x8a\xd2\x75\xed\x7a\ \xb5\x66\xe8\x3a\x63\xe5\xde\xe3\x47\x9e\x67\x5b\xb6\x79\xe3\xfa\ \x35\xc9\xb9\x46\x50\x9a\x86\xf3\xe9\x4c\x89\xe2\xea\xce\xa6\x52\ \x2a\x9c\x8d\xcb\xbc\x98\x8c\x86\xba\x8e\x95\xa4\xac\xcc\x7b\x17\ \x73\xc7\xf1\xa4\x60\x49\x12\x07\x7e\x10\x2f\xb2\x93\x93\xc3\x92\ \x17\x52\x09\xd7\x75\x2b\x96\xee\x7b\x56\x34\x1d\x8d\xc7\x63\x04\ \xd0\xcb\xb7\x5e\xdd\x7b\x72\x18\xa5\x71\x05\xc1\xbd\x8f\xef\x65\ \x45\xee\x99\x3a\x04\xa8\xe4\x42\x41\xc3\x30\xed\x70\x3a\xc8\xc3\ \xb0\xde\x6c\x02\x08\x1d\xcb\xc8\xd3\x58\x49\x19\x2e\xc2\x24\x49\ \x35\x4d\x07\x00\x9c\xf7\xfa\x4a\x0a\xc5\xf9\xe5\x1e\x23\x08\x21\ \xc2\x10\x2a\x85\x94\x40\x80\x03\xc9\xa0\xd2\xc2\x45\xe8\x55\xab\ \xa6\x61\x57\xeb\x0d\xb8\x58\xd4\x5b\x9d\xf9\x3c\xe4\x12\x5a\xae\ \xdf\x68\x2f\x9d\x9e\x9e\x4a\xf5\x53\x78\x8e\xff\x44\x91\xeb\x52\ \x83\xeb\xba\xae\x6d\x5b\x96\x65\x60\x4c\x30\xc6\x86\x61\x70\xc1\ \x2f\x55\x57\xba\xa6\x57\xeb\xb5\x38\x4e\x84\x90\x10\x82\x24\x49\ \xb2\x2c\x93\x52\x12\xa2\xcd\x66\x33\xcf\xf3\xa5\x94\x96\xed\xac\ \xac\xae\x00\xa8\x84\xe0\xba\xa6\xd5\x82\xe0\xa2\xdb\x65\x65\x51\ \xaf\xd7\x09\x46\x1a\x26\x15\xcf\x3f\xef\x9e\x31\x4a\x4f\x4f\x4e\ \x18\xa5\x04\xa3\x24\x0c\xf3\x38\x3e\x4a\xa2\xf5\x8d\x35\xc7\x73\ \x73\x5d\x5b\x5b\x5b\x66\xb4\x1c\x8f\x47\xa3\xe1\x40\x49\x69\x18\ \x46\x9e\x67\x44\xd3\x96\x57\x56\x8e\xf6\xf7\x38\xe3\xc3\x41\xef\ \xe8\xe0\x80\xd1\xdc\xf3\x9d\xb3\xd3\xd3\xe9\x64\x62\xe8\xa6\xa6\ \xe9\x7e\xa5\xea\xba\xce\x78\x34\x72\x2c\x0b\x01\x98\x27\x49\x91\ \xe6\x06\xc6\x44\x37\x58\x59\x8e\x47\xc3\x32\x2f\x31\xc6\x69\x9a\ \x4c\xa7\x53\xc3\xd0\x29\x2d\x18\x63\x9c\xfd\x64\xd3\x1c\x42\xf8\ \x92\x2b\x4f\x08\x21\xba\x1e\x8d\x27\xa6\x69\xd6\x6a\x35\xcd\xb0\ \x18\x63\xf1\x22\x74\x5d\xdb\xb6\xcd\x56\xb3\x91\x67\x69\xf7\xec\ \x54\xd3\xf5\x5a\x50\x11\xac\x4c\xd3\x54\x09\x01\x9f\xfd\xca\x4b\ \x53\xd7\x97\x96\x96\x1c\xdb\x96\x4a\x1a\xba\x81\x31\x42\x08\x24\ \x42\x02\x00\x0c\xd3\xaa\xd6\x6a\x58\x27\x52\x29\xa5\x94\xe5\x98\ \x83\x41\x3f\xcf\x73\xd3\xb4\x2f\xd7\xea\xd9\xb6\x8d\x09\xee\x74\ \x96\x4c\xd3\xba\x34\x2a\x35\x57\x96\x1f\xdc\xbd\x7b\x7e\xde\x6d\ \xb6\x3b\x95\xa0\x1a\x27\x71\xbd\xde\x08\xe7\xe1\x78\x34\x1e\x0c\ \x07\x08\xc1\x68\x11\x36\xeb\x35\x82\xd0\x59\x7f\x28\x98\x58\x59\ \xd9\xb0\x0c\x6b\x75\x79\xd9\xd0\xc8\xf9\xd9\xc9\xc1\xd3\x27\xb5\ \x6a\x80\x08\x08\xe7\x33\xce\xca\xd5\xe5\xe5\x62\xda\x4f\xe2\x98\ \xa9\xe4\xe2\xfc\x74\x38\x1c\x05\x15\x6f\x3c\x1c\x3c\x7c\xf0\x10\ \x21\xac\x1b\xa6\x86\xb5\x6a\xb5\x96\xa7\x99\xe0\xa2\x5a\xf7\x4a\ \xc6\xa2\x28\x2e\x59\xc9\x05\x0b\xaa\x95\xd1\x68\x94\xe4\xec\x72\ \xcd\xe5\xf9\xd9\x99\x86\xa1\x69\x9a\x00\x42\x2e\x84\xeb\x3a\x00\ \x8c\x31\x21\x51\x14\x11\x4d\x73\x3d\xd7\xab\x78\x17\xbd\x0b\xc3\ \x34\x1c\xd7\x5b\x59\x59\x06\x50\x31\x51\x9e\x9e\x9e\x2c\x2f\x2f\ \x57\xab\x55\xcf\x73\xef\xde\xbd\x4b\x29\x5d\x5d\x5d\x2d\xcb\xf2\ \xf8\xf8\xd8\xf7\xfd\x24\x4e\x9e\x75\xa4\x0b\x39\x63\xf1\x22\x24\ \x18\x6b\x9a\x56\x16\x99\x10\xd2\xf7\x7d\x84\xa0\xa1\xa1\x3c\x8d\ \x33\x29\xee\xdd\xfd\xe0\xe0\xf0\x89\x65\xda\xb4\x60\xb6\x57\x39\ \x3f\x3f\x5b\x44\x0b\xd7\xf3\x01\x04\x79\x51\xec\xed\x3d\xde\xda\ \xdc\x74\x5d\x0f\x23\x75\x72\x7c\x6c\x5b\x46\xad\x5e\x4b\xe3\xb0\ \xc8\x53\xc6\x4a\xd3\x34\xc2\x30\x14\x52\xd8\xb6\x89\x80\x1a\x8f\ \x87\x8d\x7a\xc3\x34\x0c\xa9\x24\x81\x30\x4d\xd3\xc9\x74\x82\x91\ \xba\xa4\xbc\x61\x44\x08\xd1\x16\x8b\xc5\xfe\xfe\x7e\xa3\xde\xb0\ \x6c\xbd\x2c\x4b\x2e\x58\x9a\x46\x1a\x46\xcb\x9d\xd6\xf2\xf2\xf2\ \x87\x1f\x7e\x78\xd1\x3d\x53\x4a\xcc\x66\x73\x88\x51\x5e\x14\x86\ \x06\x31\xe7\x79\x96\x19\x9a\x56\x72\x01\x01\x26\x1a\xd2\x75\x23\ \xcf\x52\x83\x5c\xc2\x6c\x41\x9e\x17\xf2\x52\x72\x20\xc1\xc6\xda\ \x3a\x00\xe0\xe8\xe8\xe8\xd2\xef\x04\xa4\x14\xe2\x27\xfb\x49\x2f\ \x97\x91\x42\x08\x2f\x17\x68\x5e\x5e\x52\xa2\x11\x3f\xf0\xe2\x24\ \xe1\x9c\xe7\x45\x0e\x21\xd4\x4d\x8b\x0b\x39\x1a\x4f\x4a\xc6\x7f\ \x6a\xaa\xfb\x4f\x15\xb9\x80\xd2\x34\xdd\xf7\x7c\xd3\xb0\x34\xa2\ \x63\x8c\x31\xc1\x10\x40\x29\x24\x82\x08\x01\xa4\xeb\x7a\x35\x08\ \x4e\x4f\x4f\x07\x83\x1e\x42\x78\x75\x75\xb5\x51\xaf\x97\x25\xc3\ \x84\x64\x69\xb2\xb3\x7b\xd5\x73\x6d\xa5\x78\xbb\xd5\xac\x55\xab\ \xb3\xd9\x74\x3a\x9b\x8e\xc7\xa3\xc9\x78\xcc\x4a\x76\xe3\xfa\xb5\ \x92\x16\x47\xc7\x87\x9c\x71\xc1\x99\xe3\x38\x65\x51\xac\xad\xad\ \x0a\xc6\xe2\x28\x32\x2d\x73\x32\x19\x4f\xc7\x13\x05\x40\xbd\x5e\ \x83\x40\x65\x69\x72\xfb\xd6\xad\xa3\xe3\xa3\xc7\x1f\x3f\xb4\x6d\ \x2b\xa8\x54\xe6\xf3\x79\x49\x69\x9e\x15\x8e\x67\x30\x4e\x7b\xbd\ \xae\x92\xd2\x36\xad\xf3\xc5\x49\x9e\x25\x18\x13\xa0\x80\xeb\xd8\ \x93\xd1\x38\xd2\x62\xc7\x75\x0d\xc3\x8a\xa3\x38\xcf\x92\xb2\x2c\ \x19\xa3\x59\x96\xf8\x9e\xaf\x63\x6d\x38\x1c\xc4\x71\x84\x10\xca\ \xb2\x34\xcf\x73\x4a\x29\xd1\xb0\x61\x18\x97\x7b\x00\x2f\x31\x81\ \x52\x4a\x4d\x37\x4a\x5a\xda\x8e\xcb\x18\x4b\xb3\x42\x2a\x35\x0b\ \xe7\xba\x4e\x82\xa0\x62\x59\xd6\x68\x34\x2a\x28\x4d\xb3\x4c\x4a\ \x39\x1c\x0e\x19\x63\xbe\x5f\x51\x4a\x3d\x5b\xd9\x82\x31\x5e\x5e\ \x5a\xa2\xb4\xac\xd7\xea\x00\x02\xc1\x18\x46\xf8\x6f\xb6\xba\x42\ \x21\xe4\xc6\xfa\x26\x42\xe8\xc1\x83\x07\xab\xab\xab\x9e\xeb\xb7\ \xdb\x1d\xcb\xb2\x38\x97\x7b\x7b\x7b\x6b\xab\x6b\xb5\x5a\x4d\xa8\ \xd2\x36\xac\x9d\x2b\x3b\x0f\x7e\x7c\x6f\x7f\xff\x29\x50\xea\x60\ \x7f\x7f\x32\x1a\x5f\xbb\x76\x7d\x6b\x6b\x6b\xb1\x58\x0c\x07\xc3\ \xe9\x78\xd2\x6c\xb6\xe6\xb3\xd9\xda\xda\xea\xea\xf2\x72\x14\x85\ \xd3\xc9\xb8\xc8\xb3\xc5\x62\xde\x6c\x76\x6c\xcb\x92\xd2\x57\x4a\ \x76\xda\x2d\x56\x66\xdf\xff\xde\xf7\x94\x12\x6b\x6b\x2b\xcd\x66\ \x33\x59\xcc\x16\x49\xaa\xe9\x3a\x16\xe8\xc1\x83\x87\xf3\x24\xdf\ \xbc\xb2\x33\x99\x8c\x4b\x5a\x40\x08\x38\xe7\x8e\xed\xb8\x9e\xfb\ \xf0\xc1\x83\x30\x0c\xb7\x76\x76\xc6\xe3\xf1\x78\x3c\x26\x84\x14\ \x05\x2d\xb2\xd4\xf3\x3c\xac\x5b\x69\x9a\x1e\x1d\x1e\x40\x29\x89\ \x61\x84\x61\x58\x50\x6a\xba\x76\xc5\xaf\x00\x00\x82\x6a\xa5\xd3\ \xe9\x94\xac\x8c\xa3\x85\x57\x71\x2f\x7b\x4c\x86\x6e\x48\xa9\x26\ \x93\xc9\xf9\xf9\xb9\x6d\x3a\x4b\x4b\x4b\xae\xeb\x52\x4a\x67\xb3\ \xd9\xe5\x1e\x80\x3c\xcf\x0f\x0f\x0f\xa5\x94\xcb\x2b\xcb\xcf\x76\ \xc3\x63\x82\x7b\xdd\xee\xfe\x93\xc7\x41\xa5\x02\x80\x2a\xcb\xb2\ \x2c\x99\x6d\x5b\xf5\x7a\xbd\xd9\x6c\xe6\x69\x32\x1e\x0e\x87\x83\ \x01\x42\x98\x73\xa9\x9b\x66\x96\x65\x70\x36\x1b\x0e\xfa\x9a\xa6\ \x3b\xae\x37\x9b\x8e\xa7\x93\xf1\x8b\x9f\xfe\xf4\x7c\x3e\x51\x52\ \x84\xf3\x39\xc1\xc8\xd0\xf5\x44\x29\x08\x01\x2b\x4b\xc7\xb6\x0b\ \x5a\x9c\x9d\x9e\x5a\x86\xe1\xba\xce\x7c\x3e\x73\x1d\xe7\xe8\xe8\ \xb0\x5a\xad\x62\x82\x11\x82\x52\x0a\x25\xa5\x52\x50\x4a\xd5\x68\ \xd4\x34\x4d\x9f\x4e\xa7\x96\x65\x3f\x78\xf8\x00\x48\xe5\xf9\x5e\ \xaf\x1f\x66\x79\xe6\x71\x2f\x2f\xf2\x45\x14\x66\x79\x56\x14\x79\ \xc9\xca\xc3\xa3\x03\x29\x38\xc6\x90\x73\x6e\xd9\x76\x51\xa0\xcb\ \xda\x8d\x73\x06\x20\x4a\xd3\x54\x08\x11\x54\xab\x10\x81\x3c\x2f\ \x21\x50\x42\x70\xcb\xb2\x36\x37\x36\x2c\xcb\x5c\x2c\x16\x18\xa1\ \xf2\xff\x66\xee\xcd\x7a\x24\xc9\xb2\x33\xb1\xbb\xdb\xb5\xc5\xb7\ \x70\x8f\x08\x8f\xc8\xbd\xd6\x26\xbb\xba\xbb\x48\x36\x39\x02\x86\ \xc3\x81\xfe\x04\x31\xf3\xfb\x24\xe8\x45\x90\x00\x09\x1a\x61\x46\ \x03\x6a\x20\x0d\x39\x43\xb2\xd9\xd5\xdd\xd5\x59\xd5\x59\xb9\xc6\ \x1e\xbe\xbb\xdb\x7a\xf7\x7b\xf4\x60\xd9\xa5\x47\x82\x09\x0c\x51\ \xf1\x90\x08\x20\xe3\xc1\xdc\xcc\xed\xdc\x73\xbe\xf3\x2d\x31\x62\ \x82\xbd\x8f\x3d\x81\xeb\x7d\x62\x2e\x42\xa8\x8f\x73\xc6\x18\x21\ \x24\x04\xdf\xac\x37\xa3\xd1\x48\x0a\xe9\xbd\xd7\x9d\x0e\x21\x7a\ \x6b\x63\x08\x65\x59\x16\x79\x8e\xf1\x3f\x3d\xfb\xe7\xbf\x51\xd3\ \xc5\x28\x95\x42\x12\x4c\x20\x40\x80\x80\x00\x21\x8a\x50\x44\x82\ \x0b\x4a\x28\x41\xa4\xc8\xf3\xc9\x70\x78\x7a\x32\xbb\xbb\x5b\xde\ \xde\x5c\x0f\x8a\x61\x08\x11\x62\x8c\x21\x50\x84\xda\xa6\x15\x29\ \x67\x8c\x1d\x1d\x1d\xdd\x5c\x5d\xbe\xf8\xf6\x9b\x07\x67\xf3\xdb\ \xdb\x1b\x99\x24\xce\x9a\x37\x6f\xdf\x40\xf0\xd3\xa3\xa3\xe5\xfd\ \xfd\xb3\x67\x4f\x1e\x9e\x9f\xaf\xd7\xab\xfd\x7e\xd7\xd4\x15\xc6\ \x48\xeb\xee\xe2\xe2\x82\x72\x96\x65\x89\xd1\x4a\x6b\x5d\x14\xf9\ \xa3\xf3\xf3\xd5\xe2\x7e\xb7\xdb\x7a\x6d\x3a\xdd\x7a\xd5\x02\x80\ \x77\x56\x24\xa9\xb3\x1a\x41\xb8\xbe\x7a\x77\xd8\xef\x8c\xb5\x9c\ \x12\x84\xb0\xb1\xc6\x18\x35\x9f\x9f\x55\x65\xb3\xf5\x9b\xd5\x6a\ \xa9\x95\xe6\x8c\x52\x2a\xea\x5a\x57\x87\xc3\xa0\x18\x22\x14\xbb\ \xae\x95\x89\xb4\xd6\x10\x42\x10\x8e\x52\x66\xe3\xf1\x68\xbb\xdd\ \xb4\x4d\x33\x99\x4c\x56\xab\x55\x9e\xe7\xbd\xe7\x4f\x79\x38\xa8\ \xae\x33\xd6\x27\x52\x1a\x63\x96\xcb\xa5\x73\xb6\x37\x44\xed\x09\ \xc7\xbd\xdc\x0c\x21\x74\x77\x7f\xa7\x94\xea\x97\x53\x1f\xf0\x33\ \x2c\x46\x64\x40\xac\xb6\x8c\x53\x82\xa9\x73\x0e\x00\x18\xe5\x84\ \x22\x84\x31\x13\xec\xf4\xf4\xb4\x37\xa5\xba\xbc\xbc\x1c\x8d\xc6\ \x7d\xcb\xb0\x5e\xaf\xcf\xcf\xcf\x37\xeb\xb5\xcc\x44\xf4\xec\xe3\ \x8f\x3e\xb6\xd6\xfe\xfa\xd7\xbf\xbe\x7c\xfd\xaa\x57\x35\x62\x82\ \x2f\x2f\xae\xde\xbe\xbd\x3c\x9f\x3f\xdc\x61\x94\x24\xe2\x4f\x7e\ \xfe\x27\x8c\xe0\x5e\xdf\x4b\x08\x19\x14\xc5\xf5\xd5\x75\xdb\x9a\ \x9f\xff\xfc\x4f\x19\xa3\xdb\xdd\xf6\xc1\xf9\xfc\xf1\xa3\x8f\x6f\ \xae\x2f\xbf\xfd\xf6\xdb\x9b\x9b\x5b\xa3\x94\x55\xad\x75\xfe\x50\ \x56\x83\xf1\x8c\x04\x8f\x20\xae\x16\x0b\x99\xe6\xef\xde\xbd\xa5\ \x94\xc9\x44\xc6\x18\xeb\xba\x76\xde\x17\x83\xc1\xe5\xe5\xe5\xe1\ \x70\x58\xaf\x57\x46\x6b\x84\x50\x9a\xca\xdb\xdb\xdb\xf3\xc7\x4f\ \x9d\x73\xe5\xa1\xa4\x38\xee\xb7\x6b\xce\xb9\x0f\x61\x34\x9d\x3c\ \x7e\xfc\xf8\x57\x5f\x3f\x8f\x31\x50\x86\x6d\x67\x94\xea\x54\xa7\ \x62\x8c\x9b\xcd\x46\x5b\x73\x71\x79\xc9\x38\x73\xd6\x76\x4c\x7d\ \xfb\xed\xb7\x59\x96\x9d\x9e\x9e\xce\x66\x33\xce\xf9\x72\xb9\xbc\ \xbb\xbb\x23\x84\x5c\x5d\x5d\x8d\x27\xe3\x3f\xfd\xd3\x9f\xf7\x61\ \xa8\xff\xb4\xca\x45\xd8\x6a\x79\x7f\xf5\xee\x55\x7c\xf0\xd0\x58\ \x63\xad\x45\x00\x3b\x42\xda\xfa\x40\x50\x50\x4a\xbd\x7b\xf3\xb2\ \x53\x1d\x00\x76\xd6\x21\x4c\x20\xc6\xb6\x6d\xd7\xeb\xf5\xc7\x1f\ \x7f\xa2\xbb\xb6\xad\x0e\x32\x61\x08\x05\x84\x61\xb9\x5a\x04\x6b\ \xb3\x94\x33\x82\x8d\xd2\x94\xe2\x3e\x94\xfb\xed\x9b\xd7\x87\x43\ \x59\xe4\xf9\xfd\xfd\xdd\x6e\xb3\xf9\xe3\x2f\xbf\x74\xce\x5c\x5f\ \x5d\xbc\x7c\xf9\xa2\xeb\xda\x4c\x66\x3e\x58\x84\x1c\xc6\xd8\x1a\ \xd3\x36\x5d\xcf\xe9\xef\xda\xfa\xe6\xe6\x26\xcf\x0b\xc6\xc8\x60\ \x50\x30\xc6\xfa\xc3\xc0\x5a\x3b\x18\x0c\x9a\xa6\xa9\xca\x92\x73\ \x3e\x3d\x9a\xed\x36\x8b\x34\xcb\x09\x21\x5a\x1b\x8c\x09\x63\xcc\ \xf9\xd0\x3b\xf4\x32\xc6\x38\x17\x94\x31\xc6\xf8\x66\xb3\xe1\x9c\ \x25\x09\x7b\xf3\xe6\x75\x5d\xd7\x94\x62\x46\x31\xc2\xc4\x5b\xd4\ \x7b\x91\x13\x42\x28\xc5\x21\x84\xdf\x57\x31\x82\x10\x12\x5c\x40\ \x8c\xba\x53\xde\x3a\x8c\xc8\xf1\x6c\x66\x8c\xc5\x08\x39\xeb\xba\ \xa6\x4d\xb8\x20\xf8\x87\xd1\x73\x7d\x2f\xe6\xea\x63\x9c\x09\x90\ \x3e\x7c\x9c\x31\x26\x84\x20\x84\xf8\xe0\xf3\x3c\xaf\xdb\x06\x63\ \xf2\xc9\x27\x1f\xad\xd7\xdb\xa6\x6b\x76\xdb\xdd\x76\xb3\x7b\xf0\ \xe0\xc1\xec\x78\x1a\x62\xa0\x18\x71\xc6\x38\xa7\x92\xf3\x57\xaf\ \x5e\x3d\x7e\xf8\x70\xb7\xdb\xcd\x66\x53\x8c\xd0\xc9\xec\x58\xa6\ \xd9\x7a\xbd\xf1\xd1\x16\x59\x6a\xad\xbe\xbd\xb9\x2a\xab\xb2\xda\ \x1f\x42\xf4\x5a\x6b\x1f\x42\x59\x1e\x1d\xca\x1d\xc4\x98\x4a\xf9\ \xee\xed\xdb\x4e\xb5\xa3\xe1\x90\xa2\x78\x71\x79\xa1\xb5\x1e\x64\ \xc9\xe4\xe8\x68\xb1\x58\xa6\x99\xc7\x4a\x49\xce\xc7\xc3\x7c\xb5\ \xc4\x94\x12\x84\x91\xf5\x3e\x4f\xb3\x1f\x7d\xf6\xd9\x68\x38\xae\ \xf7\x55\x53\x55\xd1\x07\xa3\x55\xf4\x8e\x50\x44\x31\x66\x8c\xb6\ \x4d\x4d\x29\x7b\xf0\xe0\xc1\x6e\xbb\x73\xde\x25\x52\x58\xeb\xda\ \xb6\x21\x04\x5b\x6b\x3b\xd5\x1d\x0e\x07\x84\x50\x96\x65\x9d\x36\ \x47\x47\x47\xeb\xcd\x26\xcf\x73\xc6\xbd\xd2\xfa\xfb\xac\x87\xeb\ \xeb\xeb\x3c\xcf\xeb\xba\xee\x5d\x16\x94\x52\xf7\xf7\xf7\x08\x10\ \x21\xe4\xc3\xa2\xe2\x01\xc0\x74\x2a\x95\x29\x06\x80\x10\x31\x79\ \xff\x95\x48\x12\x01\x28\xf6\xef\x40\x9a\xa6\x87\xc3\xe1\xcf\xff\ \xfc\xcf\x7f\xf7\xbb\x17\xbf\xf8\xc5\x3f\x78\xef\x56\xab\x4d\xcf\ \x30\x48\xd3\x0c\x13\x08\x31\x0e\x8a\x3c\x04\x77\xd8\x6d\x5e\x7c\ \xfb\xfc\xeb\xaf\x7f\x45\x30\x8c\x86\xc3\xf1\x70\xf2\xdf\xfd\x8b\ \xf3\xe0\xe3\x62\xb1\x1c\x66\x45\x2a\x93\xdb\xab\xeb\x57\xaf\x5f\ \xae\x16\x4b\x42\x50\xd3\x34\x65\x59\xf1\x44\x5e\x5c\xbc\xeb\x54\ \x17\xa3\xaf\xaa\x72\xb3\x5a\x14\x45\xf1\xf0\xe1\xa3\x9b\xeb\xeb\ \xfd\x6e\xcf\x48\x3c\x3e\x3d\x7b\xf5\xf2\x65\xd3\xb6\x4c\x04\xef\ \xfc\xa0\xc8\x99\x48\x18\xc5\x18\x01\x44\x30\xda\x3e\x7a\xf4\xe8\ \xe3\x8f\x3f\x5e\xae\x76\x77\xf7\xf7\x87\xb2\x64\x94\x55\x75\x2d\ \xa5\x6c\xea\xb2\x18\x0c\x16\x8b\x25\x63\x74\x3e\x9f\x33\x12\x37\ \xab\x65\xd3\x34\x89\x94\xbb\xdd\x2e\x46\xe0\x9c\x5d\x5f\x5d\x3d\ \x7b\xfc\x38\xcd\xf3\xc9\x78\xd4\xb6\xcd\xd9\xd9\x59\xd3\x34\x89\ \x4c\xc7\x93\xc9\x7e\xbf\xd7\xda\xe2\x04\x11\x42\x6e\x6f\x6f\xfb\ \x6e\x22\x84\xf0\xe4\xc9\x13\xef\xfd\xc5\xc5\xc5\xe1\x70\xa0\x1f\ \x7a\x5a\x20\x8c\x82\xb7\x55\xb5\x5f\x0b\x46\x29\x11\x42\x10\x4a\ \x28\xc5\x5d\x5b\xdd\xde\x5c\x22\x84\x0f\x87\xad\x73\x1e\x01\x60\ \x42\x9d\x73\x94\x53\x6b\xcd\x8b\xdf\x7d\xfb\xd3\x2f\xbe\x00\x40\ \x57\x97\x97\x75\x79\xb0\xde\x46\xef\xb3\x24\xd5\xd1\xa7\x52\x1e\ \x1f\x1f\x5f\x5e\xbe\xfb\xfd\x8b\x84\x6f\x6f\x6e\xad\xf5\xc3\xe1\ \xf0\xf6\xfa\x16\x21\x74\x72\x7c\x7c\x7e\x76\x56\xd7\xf5\x6e\xbb\ \x2b\x0f\x07\x6b\x8d\xd1\x1d\x63\x5c\xe9\xae\x2e\xab\x18\xe3\x7c\ \x7e\x5e\x57\x65\x47\xa9\xea\x3a\x67\xad\x94\x62\xb3\x59\xad\x16\ \x0b\xe7\x9c\xd6\x9a\x73\x8e\x21\x46\xef\x64\x22\x28\x46\xd3\x93\ \x59\xd7\x1c\xda\xb6\xe1\x5c\x00\x80\x8f\x81\x20\x04\x08\xa6\xd3\ \xe9\x68\x34\xd2\xca\x72\x2e\xd2\x44\x12\x42\x20\x84\xed\x7a\xbd\ \xdb\x6e\x57\xcb\x25\x21\x64\x34\x1a\x8d\x87\xc3\xed\x76\xdb\xc5\ \xd8\x5b\x3e\x7c\x3f\x1e\x12\xdc\x73\x3a\x31\x21\xd8\x3b\x27\x85\ \xd8\x6e\x37\xe3\xc9\xd1\x64\x3c\xda\xed\xd6\x94\x8a\x47\x8f\x1e\ \x09\x21\x9c\x33\x83\xc1\x80\x71\xf6\x03\xa9\x5c\x38\x46\xc0\x08\ \x00\x62\xdb\x74\x94\x52\xc6\x99\x94\x92\x10\xa2\x75\xf0\xce\xbf\ \xbb\x78\xf7\xf8\xf1\x03\x8a\xb1\x33\xa6\xc8\xb3\xd3\xe3\xe3\x08\ \x50\x64\xf9\xe2\x6e\x91\xa7\x99\xe0\xc2\x79\x53\x14\x99\xd3\x0d\ \x8e\x28\x11\x62\x71\x7f\x77\x71\x71\x61\x8d\xfe\xf8\xe3\x4f\x9e\ \x3e\x7d\x8c\x01\x96\xf7\xb7\x77\x77\x77\xb7\xd7\xd7\xcf\x07\xc5\ \xf9\xd9\x9c\x60\x4c\x09\x92\x69\x72\x77\xbb\xce\xb3\x74\x30\x18\ \x5c\x5d\x5e\x8d\x27\xe3\x27\x8f\x9f\x64\x32\x71\xc1\x25\x9c\x81\ \xf3\x64\x34\x1c\xe6\xf9\xa0\xc8\x47\x83\x62\x54\x14\x37\xd7\x37\ \xd6\x68\x4a\xd9\xd3\x27\x8f\x70\x8c\x92\x73\xef\xac\xe0\x09\x00\ \xe2\x82\x79\xef\xea\xa6\xf1\xc1\x1d\x0e\xbb\xdd\x6e\x83\x09\x50\ \x4a\x13\xc9\x9d\xb3\x32\x49\xb7\xeb\x4d\x55\x57\xc3\xe1\x50\xa6\ \x52\x5b\xd5\x75\x1d\x40\xa4\x14\x87\xe0\x29\x25\x93\xc9\xb8\xd7\ \x6d\x15\x45\xb1\xdd\x1f\xb6\xbb\x3d\xc2\xb8\xcf\x64\x9e\x60\x7c\ \x77\x7b\xe3\x43\x50\x4a\x31\xc6\xbc\xf7\xbd\x39\x67\x8c\x31\x4d\ \xd3\xa2\x28\x8c\xb1\x08\xe3\x0f\x16\x5f\x49\xc6\xb4\xee\x12\x21\ \x8c\x52\x94\x12\x20\x48\x24\x49\x08\x56\xa6\xe9\xf3\x6f\x9e\x8f\ \x47\xc3\x5e\xfb\xea\x9c\x7b\xf8\xf0\xe1\x83\xf3\x47\x5a\xab\xff\ \xf0\x1f\xfe\xa3\x52\x6a\x3e\x9f\x8f\x46\xa3\xa6\xad\x7b\x6b\xe6\ \x54\x4a\xad\xbb\xe7\xbf\xfd\xcd\x76\xb5\x4a\x92\xe4\x8f\xbf\xfc\ \x23\x99\xa4\xce\x87\xc5\xfd\xe2\xb7\x5f\xff\x66\x34\x1c\x8c\x07\ \x03\x84\x22\x02\x38\x39\x99\x7d\xf7\xe2\x45\xf0\xf6\x68\x32\x2a\ \xcb\xc3\x2f\xbf\xfa\x87\x9f\xfc\xe4\x27\xa3\x51\x91\x08\xa1\xdb\ \x8e\x52\x3e\x1e\x8f\x75\xa7\x9a\xba\x19\x8f\x8a\x3c\x39\xb9\xba\ \xb9\xab\x9b\x96\x10\x3d\x99\x4e\xcf\x4f\x4f\x6e\x17\xcb\xe8\x3d\ \x42\xa0\x8d\x11\x5c\x0c\x87\x43\x00\x70\xd6\x2a\xa5\x9b\xa6\x59\ \xad\x57\xdf\xaf\xea\xc6\xa3\x11\x15\xee\xfa\xfa\x7a\x90\xa5\x10\ \x4c\xbf\xd1\x2b\xcb\x92\xcb\x04\x30\x06\x80\xe3\xe3\x63\xce\xe8\ \x61\xbf\xfb\xe2\x8b\x9f\x68\x63\xbf\x7e\xfe\x8d\xb3\xd6\x85\x70\ \x72\x3a\xff\xec\xd3\xcf\xaf\x6f\xae\x83\x33\x31\xc6\x9e\xc9\xd5\ \xa7\x22\xc5\x18\xf3\x3c\x9f\xcd\x66\x45\x5e\x8c\xc7\xe3\x0f\xd3\ \x2d\x62\x8c\x9d\x35\xbb\xcd\x9a\x40\xec\x1f\xfa\xa0\x28\xfa\x8c\ \xd1\xed\x7a\xe5\xac\x55\x5d\xe3\xbc\x47\x04\x73\x44\x50\x0c\xde\ \x02\xa7\xf4\xea\xe2\xdd\xeb\x57\xdf\xfd\xec\xa7\x3f\xdd\xad\x17\ \xc3\xe1\x20\x3a\xbb\xb8\xbf\x19\x0e\x07\x89\xe4\xab\xc5\x7d\x0c\ \x81\x60\x44\x31\x55\xaa\x95\x89\x4c\x65\x62\x8c\xae\x2a\xa8\xaa\ \xf2\x68\x32\xbe\xba\xba\x1c\x14\xf9\xfd\xdd\xbd\xea\xda\x22\xcf\ \x6a\x08\xaa\x83\xde\x4c\x9c\x52\x1a\x62\xd8\xef\xb7\x83\x41\x2e\ \x65\x7a\x38\xec\xa4\x94\x08\xe5\x3d\x0a\xc6\x39\x27\x94\x7a\xef\ \xfb\xe8\xa9\xb2\x2c\x07\xc3\x21\xe7\x4c\x26\x49\xdd\xb6\x31\x1a\ \x4c\x30\xb8\x10\x11\xe2\x9c\x8f\xc7\xe3\xe9\x74\x5a\x1e\xea\xed\ \x6e\xd7\x4f\x7f\x6d\xdb\x67\x56\x39\x42\x08\x40\xec\x65\xd8\x21\ \x04\x21\x04\x40\x0c\x21\xc4\x18\xbd\x7f\xaf\x00\xe9\xb3\xe0\x9c\ \x77\x80\x40\x70\x11\x7c\xd0\x6d\x6b\x12\xe1\x89\xcf\x72\xbc\xdf\ \x6d\xbd\x35\x9c\x51\xd3\xa9\x7f\xd4\xc7\xf4\x9f\xaf\xe7\xc2\x18\ \x79\x67\x2c\x8a\x5a\x77\xfd\x96\x2d\xb8\xec\xe5\xab\x57\x5d\xd7\ \x21\x04\x2f\x5f\xbe\xfc\x8b\x7f\xfd\xe7\x94\x62\xeb\x34\xc1\x18\ \x08\x30\xc2\x8e\x67\xc7\x55\x55\x8e\xc6\x23\xce\x28\x63\x92\x51\ \xc4\x28\xb5\x46\x41\x0c\xaa\x6b\xef\x6e\xaf\x92\x44\x9c\x1c\xcf\ \x86\xc3\xe1\xfd\xe2\xb6\x2c\xcb\xcd\x7a\xf5\xe9\xc7\xcf\xce\xe6\ \x27\x75\x75\x58\x2c\x16\x75\x55\x0a\xce\x21\x78\x4a\x09\x67\x9c\ \x10\x97\x4a\x39\x3f\x3d\xa1\x94\x1c\xf6\x3b\x99\xe7\x5d\x5b\x03\ \xf8\xe9\x6c\x5a\x1d\x4a\xc1\xf8\x78\x3e\x4f\xb3\xd4\x5a\x2b\xa5\ \x08\xd6\xce\x4f\x4f\x76\xdb\x2d\xa3\x2c\x84\xe8\x42\xf4\xde\xef\ \x76\x3b\xd5\xe9\xe5\x62\xfd\xee\xe2\x32\x84\xc0\x39\x33\x46\x15\ \x45\x9a\x67\xa9\xb3\xbe\xac\xca\xae\xeb\x92\x24\xc9\x8b\x2c\x44\ \xdb\xb6\x35\x42\x10\x63\xc0\x18\x01\xc0\xe1\x70\x98\x4e\x8f\x29\ \xa5\xcb\xe5\x52\x29\xc5\x38\x93\x32\xa5\x94\x9e\x9d\x9f\x1f\x1f\ \x1f\xab\xae\x59\x2e\xee\x08\xc1\x9c\xf3\x18\xe3\x83\x07\x0f\xc6\ \xe3\xf1\x6e\xb7\x2b\xcb\xb2\x6d\x5b\x42\x29\xf9\xf0\xa8\x4b\xe4\ \x9d\x15\x84\xec\x77\x9b\xba\xa9\xb2\x22\x0b\x00\x84\x91\xff\xfd\ \xff\xf8\xdf\xfe\xec\x4f\xff\xc5\xff\xf8\x3f\xfd\x0f\xcf\x9e\x3e\ \xfd\xfc\x93\x4f\x57\xab\x7b\xc6\x19\x31\x4e\x59\x33\x1c\x0e\x07\ \x83\x62\xbd\x5e\x3f\x78\xf0\xc0\x5a\x3f\x28\x86\x10\x50\x59\x95\ \x18\x10\x82\xf8\xd5\x57\xbf\xd4\x5a\x65\x69\xf6\xe3\x1f\xff\xb8\ \x2a\xab\xb7\x6f\x2f\x28\xc5\x94\xa0\x2f\x7e\xfc\x87\xeb\xf5\xd2\ \x59\x7b\x7f\x7b\x9b\x65\xa9\xd6\x0a\x43\x9c\x1d\x1d\x6d\xf6\x07\ \x94\xd0\xe1\xb0\x78\xf8\xf0\xc1\x66\xbd\x79\xf2\xe4\xc9\x61\xbf\ \xdf\x6d\x77\x45\x31\x18\x8d\x46\xc3\xe1\xe0\xf4\x64\xf2\xc9\x7a\ \xfb\x57\xff\xe9\xaf\x9e\x3d\x7b\x86\x20\x8e\x87\x05\xc2\x38\xe1\ \xa2\x69\xbb\x40\xa3\x0f\x1e\x22\x7c\xfb\xcd\xb7\x4a\xbb\x77\x17\ \xef\x5e\xbd\x7a\x35\x1c\x0e\x8d\x56\xb3\x47\x0f\xd3\x84\xc7\x18\ \xaf\x6f\x17\xcb\xe5\x52\xe5\xd9\xa3\x07\xf3\xf9\xfc\x4c\x29\xd5\ \xb4\x4d\x92\xa7\x18\x53\x4a\xc9\x6e\xbf\x73\xc1\x0d\x87\xc5\xed\ \xed\x8d\x32\xa6\xa9\xeb\xa3\xa3\xe9\x70\x34\x7e\xf6\xf4\xa3\x9f\ \xfc\xe4\xa7\xef\xde\xbd\xfd\x5f\xff\x97\xff\x79\xbf\xdf\x3f\x7d\ \xfa\x34\x84\x90\xa6\xe9\x17\x5f\x7c\xd1\x0b\x36\xb5\xd6\x6d\xd7\ \x1a\x6b\x3f\x74\xb7\x88\x01\x81\xb3\xb6\x6d\x5b\x80\xd8\x4b\x68\ \x29\xa5\x08\x41\x8c\xb1\x53\xca\x39\x87\x31\x46\x04\x47\x04\xb4\ \xf7\xd0\x0b\xc1\xa8\xee\xf2\xdd\xbb\xd1\x60\xa0\xda\xe6\x67\x5f\ \x7e\xd2\xb5\x95\xd1\xda\x9a\xae\x29\x4b\xa3\x55\x8c\x81\x11\xca\ \x08\xa5\x98\x16\x79\x91\xa7\xa9\x72\xae\xae\x74\x5d\x97\x14\xa3\ \xc5\xfd\xdd\x30\xcf\x0f\xfb\x83\x31\xba\x6d\x5b\x8c\xf1\xa0\x18\ \x0c\x06\x83\x18\x43\xdb\xb6\x4a\x29\xad\xd5\x72\xb1\xe8\x2d\x9e\ \x62\xb0\xc1\x9b\x18\x3c\x21\x18\x21\x40\x00\x04\xa3\x7e\x77\x79\ \xd8\xef\x9f\x3d\x7b\x46\x49\xaf\xb0\x46\x08\x45\x04\xa8\x8f\x9e\ \x22\x08\x1b\x63\x56\xab\x35\x46\xa4\x2c\xf7\x84\x50\xc6\x58\xdb\ \x54\x84\x52\xe7\xac\x35\x56\x08\xee\x9d\x75\x0e\x18\x65\x2a\x84\ \x10\x3c\xe7\x9c\x52\x6a\x8c\x02\x00\x80\xe8\xbd\xa7\x94\x02\x00\ \x23\x18\x43\x64\x04\x3b\x6b\xcb\x43\xc9\x98\x70\xd6\x02\xa0\x08\ \xd1\x5b\x4b\x09\x85\x0f\x51\x5c\xff\x37\x29\x5b\xd8\x7b\xb3\xdd\ \xad\x86\xc3\x41\x22\x84\xd6\xd6\x7b\x7c\x7b\xb7\xf9\xe5\x57\x7f\ \xa7\x95\xe6\x9c\x35\x6d\xfb\xee\xdd\x9b\x24\x49\x0e\xfb\xfd\xf9\ \xd9\x03\x42\xb0\xe0\x7c\xbb\xdb\x8f\x46\xa3\x93\x93\xe3\xb6\x6b\ \x11\x8a\xce\xe2\xba\xaa\xbd\xf7\x3c\x61\x4a\x77\x2f\x5e\xfc\x0e\ \xf7\x5a\x01\x29\xab\xaa\x6c\x9a\xba\x69\xeb\xff\xfe\x5f\xff\xc5\ \x83\x87\x0f\xff\xe6\xaf\xff\xf3\x7e\xbb\xa9\xea\x4a\x0a\x6e\x9d\ \x2e\xcb\x58\xd7\x55\x9a\x0f\x94\x52\x6d\xdb\x1c\x1f\xcf\xd6\xcb\ \xd5\x76\xb7\x26\x18\x11\x84\x18\x63\xc7\xc7\x33\x46\xc9\x72\xb5\ \x54\x4a\xa9\xae\x91\x82\x5d\x5d\xbe\x15\x82\xed\xb6\x2b\x04\x01\ \x30\x65\x82\x67\x69\x7a\x7b\x73\x63\xb4\x7b\xfd\xfa\x75\xd7\xa9\ \xa3\xc9\x51\xdb\xb6\x7d\x27\x74\x38\x1c\x9a\xba\xe9\x29\xd7\x11\ \xfc\xe1\xb0\xaf\xaa\x12\x63\x64\xad\x75\x8e\xf5\x5f\xdc\xaa\xac\ \x30\x66\x79\x9e\xf5\xd3\xbe\x94\x32\xcb\xf2\xb3\xb3\xb9\x31\xe6\ \xf2\xf2\x32\xc4\x78\x7e\x7e\xde\xd7\xb5\x5e\xd4\xd6\x43\xc5\x7d\ \x26\xcd\x7e\x7f\xb0\xce\x7d\x58\xf1\x02\x04\x6d\x73\x60\x94\x72\ \x0a\x31\xd8\xaa\xd4\x69\x91\xfd\x9f\xff\xee\x3f\xfe\xfb\x7f\xff\ \xef\xfe\xf3\xdf\xfc\xbf\x55\x55\xae\x56\x8b\xe3\xe9\xcc\x18\x63\ \x8d\x89\x31\xa6\xa9\xec\xab\xe7\x93\x27\x4f\x08\xa1\x00\xae\x6b\ \x15\x67\x18\x42\x14\x9c\xca\x84\xfd\xf6\xb7\x5f\x23\x8c\xbd\x87\ \xf3\xf9\xb9\x75\x48\x2b\xb5\xdf\x6e\x1e\x3f\x7a\xf8\x17\x7f\xf1\ \xaf\x6e\x6f\x6e\xfe\xd3\xff\xfd\x57\x8b\xe5\x02\x43\xe8\xb5\xaa\ \x6f\xdf\xbc\xb1\x31\x3e\x7e\xfa\x6c\xb3\x59\x7f\xf6\xd9\xa7\xc6\ \x98\xdf\x3d\xff\x06\xf5\x30\x79\x22\xb3\x6c\x80\x09\xdb\x97\xed\ \xae\xaa\xb6\xdb\xdd\x6c\x36\xa3\x98\xfc\xe6\x37\xbf\x1a\x8d\xa7\ \xce\x59\x4a\x29\xc4\x18\x23\x74\xaa\x5b\x2c\x16\xef\x2e\xae\x7f\ \xf3\xfc\xf9\xc7\x1f\x7f\xdc\x75\x5d\xd7\xb6\xe5\x7e\xcf\x28\x2e\ \xcb\xf2\xe6\xe6\x66\x30\x18\x64\x69\xd2\xc7\x53\x7b\xef\x01\x21\ \x6b\x2c\x65\x3c\x84\xa8\x74\xf7\xe6\xcd\xeb\xc1\x70\x30\x3f\x39\ \x73\x3e\x3c\x7a\xfc\xd0\x9a\x70\x72\x32\x27\x84\xbe\x7a\xf5\xaa\ \x69\x9a\xb3\xb3\xf9\x93\x27\x8f\x17\x8b\xc5\xbb\x77\xef\xbe\xf8\ \xe2\x0b\x84\xd0\x7a\xbd\xee\x8d\x98\xdf\xbe\x7d\xfb\xe5\x97\x3f\ \xfb\xb0\xca\x05\x00\x94\x31\x2a\x38\xa6\x24\x46\x64\x83\x6f\x55\ \x27\x44\x82\x29\x25\x94\x44\x04\x80\x31\xee\x71\x6b\x80\x08\x80\ \x31\x66\x94\x51\x8c\xef\x6f\x6f\x50\xf0\xde\x9a\x3c\x4b\xef\x97\ \xf7\x00\xd0\xb5\x48\x2b\x05\x21\xc4\x10\xbe\x9f\x5e\x83\x0f\xab\ \xd5\xb2\x35\x86\x00\x42\x31\x1a\xa3\x43\x70\xaf\x5e\x7d\x77\x7b\ \x73\x1b\x42\x80\x18\x39\x13\x8c\xf3\x84\x27\x9c\x33\x29\x92\x30\ \x74\xcb\xe5\x22\xcf\x12\x6b\x4d\xc2\x19\x67\x24\x78\x87\x62\xa0\ \x18\x08\x02\x40\x00\x00\x18\x45\xd5\x36\xf3\xf9\xfc\xfc\xec\x74\ \xb7\xdb\x51\x4a\xbd\x77\x08\x41\xe8\x41\x05\x04\x9c\xf3\x2c\xcb\ \xca\xb2\xf4\x2e\x30\xc6\x4e\x4e\x8e\x8d\x31\xab\xd5\x82\x10\x1c\ \xbc\xed\xad\xd2\x9d\x73\xde\x7b\x8c\x22\xe7\x1c\x63\xc2\x39\xeb\ \x11\x09\xce\xb9\x73\xf6\xf7\x41\x8a\x48\x08\x21\x65\x12\x42\x48\ \x92\x94\x31\xa6\x94\x0a\xd6\x25\x32\x09\x21\x1a\xad\xa5\x94\xff\ \xb8\xa6\xed\x9f\x89\x89\x4a\x69\x59\x1e\xbe\x7d\xfe\xeb\x47\x0f\ \x1f\xcd\xe7\x73\x67\x54\x5b\x1f\xde\x5d\x5c\xa8\xb6\x42\x00\x36\ \xda\x22\x4b\xd6\x8b\xc5\xf9\xf9\x83\xc5\xdd\xdd\x27\x1f\x7d\xc4\ \x79\xe2\xc0\xfe\xe6\xab\x5f\x3d\x7d\xf4\xd0\x1b\xdb\x1a\x23\x53\ \x61\xc0\x7d\xf5\xab\x5f\x2a\xd5\x49\x91\x44\x67\xb5\xd2\x42\x24\ \x32\x49\x52\x29\xa5\x48\xde\x2c\x5e\xe5\x79\x3e\x1c\x0d\x9b\xa6\ \x4e\x53\x99\x08\x5e\xee\xb6\x25\x41\xd1\xfb\x41\x9e\x33\x91\x00\ \xa6\x8c\xd1\x57\xdf\x7d\x27\x39\x2f\x06\xd9\xe2\xde\x76\x5d\xcb\ \x18\x39\x1a\x8f\x66\xb3\x99\xb5\xf6\xeb\xdf\x7e\x8d\x31\xce\xb3\ \xcc\xa8\x2e\x91\x62\x71\x7f\x53\x57\x35\x67\xcc\x46\xec\x9c\xaf\ \xeb\x4a\xa9\xf6\x70\xa8\xeb\xba\xb6\xd6\xd1\x63\x26\xa5\xec\xba\ \xa6\xa9\xeb\xe5\xf2\xde\x39\x5f\x14\x03\xef\xfd\x7a\xbd\x0e\xc1\ \x63\xdc\x87\x24\x46\xef\x6d\x84\x00\x28\x20\x84\xbc\x77\x65\x59\ \x22\x84\x85\x94\x27\xa7\x73\x42\x59\x9e\xe7\xc6\x85\xed\x76\x9b\ \xa5\xe9\xf4\x68\xb2\xdb\x6d\xab\xaa\x3a\x3f\x3f\xef\xba\xce\x39\ \xd7\xe3\x62\x69\x9a\x2e\x96\xcb\x18\x3e\x3c\x32\xd2\xd8\xd5\x4a\ \x00\x00\x20\x00\x49\x44\x41\x54\xee\xef\xff\xfe\xbf\x7a\xe7\x7e\ \xf6\x47\x3f\xc5\x28\x94\xe5\xe1\xe6\xee\xea\xaf\xff\xfa\xff\x21\ \x04\xb6\xdb\x65\x9a\xa6\x87\x72\xb7\x5c\x2e\x94\x32\x37\x37\xb7\ \xd3\xa3\x29\x63\xfc\xe2\xe2\xe2\xd5\xab\xd7\x7f\xf9\x97\x7f\x79\ \x38\x1c\xea\xba\x91\x3c\xb9\xb8\xbd\xf9\xcd\xaf\xbf\x16\x42\x60\ \x14\x0f\xbb\xcd\x64\x7a\x3c\x19\x8d\x8a\x62\xb0\xdd\x56\xde\xf9\ \x57\xaf\x5f\xfe\x9b\x7f\xfb\x6f\xac\x31\x04\x63\x21\xc4\x61\xb7\ \x71\xde\x41\x88\xd6\x98\xf1\x64\xc2\x12\x71\x38\x6c\x9d\xd3\xaf\ \x5f\xbf\x3c\x9e\x1d\xbf\x7e\xf9\xf2\xb0\xdb\xf7\x3a\xa7\x4f\x3f\ \xf9\x74\x72\x34\xfe\xc5\x2f\xff\xee\x77\xdf\xbd\x7c\xf0\xf0\x51\ \xef\xdf\x70\x7f\x77\x57\x96\x35\x44\x4f\x08\x76\x3e\x50\xca\x76\ \xdb\x9d\x71\xbe\xed\xda\xba\xae\xfb\x6e\x1d\x62\x88\x00\x37\x37\ \xb7\xd7\x37\x37\x5c\xc8\xd1\x68\x74\x7b\x75\x79\x7d\xd1\x04\x67\ \x19\x63\x21\x04\xa5\x15\xa1\x2e\x04\x68\x9b\x8e\x31\x6a\x8c\x7d\ \xfd\xfa\x35\x97\xf2\xf1\x93\x67\xf3\xd3\xf9\xf1\xf1\xc9\xf9\xf9\ \xf9\x8b\x17\xdf\x35\x4d\xf3\xf8\xf1\x93\x67\xcf\x9e\x7e\xf5\xd5\ \x57\xfd\xf9\x7a\x71\x71\xb1\xdf\xef\x8d\x31\xe3\xf1\xd8\x7b\x7f\ \x38\x94\x1f\xc8\x8a\x40\xc8\xf9\xe0\x5c\x40\x98\x12\x42\x9c\x0b\ \x75\xd3\x65\x29\x84\xde\x22\xcd\x47\x42\x98\x0f\xa1\x6f\x67\x28\ \xc6\xfd\x19\x13\x63\xac\x0e\x7b\x0c\x7e\x7e\x3a\x0f\xde\x71\xc6\ \x94\xd6\xd6\x28\x4e\xe9\xe2\x7e\x65\x94\xa1\x94\x52\x4c\x50\x84\ \x7e\xe1\x00\x31\xda\x10\xfa\x12\xbf\x5e\xaf\x39\xe3\xd6\xda\xa3\ \xd1\xb8\x28\x8a\x9e\xb2\x50\xd7\x35\xa5\x84\x52\x3c\x1c\x0d\xce\ \xe8\x1c\x63\x9c\x24\x47\x97\x97\x17\x52\x26\xc5\x60\x64\x8d\x69\ \xdb\xd6\x3a\x87\x10\xea\x61\x56\xce\xf9\xd9\xd9\xd9\xe9\xe9\x5c\ \x69\x35\x1c\x0e\x37\xdb\x7d\x8c\x40\x30\x49\x32\x09\x00\x7d\xa9\ \xf5\xde\x35\x4d\x27\xd3\xe4\xf7\x5b\x42\x41\x29\xe5\x5c\x7c\xbf\ \x41\xea\x53\x60\x02\x60\x21\x7a\xe3\x33\x53\x14\x45\x9a\x66\xd6\ \x69\xa5\xdb\xaa\xaa\xfa\xbf\x07\x80\xb6\x6d\xad\xb5\x49\x92\xf6\ \xfa\xff\x10\xf3\x10\x42\xdb\x36\x21\x84\x7f\x54\xa5\xfb\xcf\xd7\ \x73\x59\x63\xf6\x87\x8d\x10\x04\x61\x4f\x29\xdd\xed\x76\x77\x77\ \x57\x08\x87\x08\xbd\x7f\x31\xae\xeb\x8a\xd2\xc7\x5d\xd7\xf5\xf3\ \xb0\x73\xae\x69\xea\x67\xcf\x9e\xb5\x6d\xad\x94\x51\x9a\x72\x8e\ \xdf\xbe\x79\x33\x1e\x8d\x76\xce\x02\x02\x6b\xac\x77\xde\x9a\xee\ \xfe\xfe\xde\x7b\x5f\x55\x95\x73\xee\xf2\xf2\x72\x30\xc8\x8d\xd1\ \x9d\xee\x10\x46\x52\x26\xd1\x53\x1f\x7c\x34\x00\x88\x12\x82\x67\ \xd3\xa3\x37\x6f\x5f\x57\x55\x29\x04\xdf\xac\x5a\x99\x70\x18\x0d\ \xb5\xd6\xce\x7a\xad\x8d\x4c\x64\x2a\xe8\xd5\xd5\xbb\xd9\x74\xb6\ \x59\xad\xeb\x46\x85\x08\x04\x53\x44\x20\xcf\xf3\x3c\xcf\xbf\xfa\ \xea\xd7\xba\xb3\xd3\xd9\xac\x69\x9a\x10\x7c\x5d\x55\x8c\x93\xa3\ \xa3\xa3\x3c\x2f\x62\x84\xf5\x7a\xed\xbd\xc5\x18\x87\x10\x43\x70\ \x84\xbc\xdf\x28\x53\x42\x3b\xd5\x0d\x47\x63\xad\x35\x00\x92\x59\ \x06\x00\xd6\x9a\xfd\x61\x9f\xc8\x7c\x3a\x9d\xb6\x75\xa5\xba\xce\ \x5a\x93\xa6\x69\x1f\x16\xdb\x1f\x4d\xd6\x5a\xe7\x5c\x9e\x65\x22\ \x11\x1f\xe6\x86\x1e\x42\xb8\x78\xfb\xda\x58\x23\x12\x7a\x34\x9b\ \xee\xcb\xfd\x3f\xfc\xe6\x97\x6d\x57\xed\xf7\x9b\x7c\x50\x18\xa7\ \xc0\xe3\xc3\xa1\x14\x22\xd9\x6c\x36\xc7\xc7\x27\xd6\xd8\x8b\x8b\ \x8b\xd9\x6c\x96\x24\xc9\xf5\xf5\x55\x04\x3c\x9f\x9d\xbc\x7a\xf5\ \xe6\xed\xdb\xb7\x4f\x9f\x3c\xbd\xbd\x7e\x27\x92\xc4\x6a\x9d\xe5\ \xc3\xbb\x9b\x3b\xcc\x12\xc6\xd8\x76\xb7\xdb\x6c\x37\xa3\xe1\xa0\ \xa9\x2a\x4e\x28\xe7\xbc\xa9\x1b\xce\x98\x94\xb2\xaa\xaa\xc1\x78\ \x74\x73\x73\xf3\xe9\xa7\x9f\x5e\x5e\x5e\x5e\x5e\x5c\xc5\x08\xc6\ \x98\xcd\x66\x33\x19\x1f\x75\x9d\x2a\x86\x85\xd6\x26\xc6\x78\x36\ \x9f\xbf\x79\xf9\xa2\x3a\x1c\xb2\x3c\xdf\xef\x4b\xef\x1c\x00\xe6\ \x9c\x53\x4a\xa6\xd3\xa3\xdb\xc5\xf2\x37\xbf\x79\x3e\x1c\x0c\x9d\ \xf7\xd6\xda\xf5\x6a\x69\xba\x16\x62\xf8\xd1\xe7\x9f\x77\x36\x10\ \x8c\x01\x01\x42\x58\x4a\xd9\xb6\x6d\x6f\x96\x62\xad\x43\x08\x30\ \x06\xd5\x75\x69\x9e\x13\x4a\xb5\xd6\x94\x52\x42\xc9\x66\xb3\xce\ \xf3\x3c\x4d\xb3\x93\x93\x93\xeb\xab\x37\x55\x5d\x31\xc6\x7a\x5d\ \x3a\x40\xec\x6f\x7e\xd7\xb5\xc3\xe1\x50\x08\xfe\xc1\xdf\x79\xc6\ \x18\x15\x1c\x11\x0c\x11\x02\x02\x65\xb4\x71\x4e\x24\x62\x34\x1c\ \x22\x82\x93\x54\xda\xa6\x89\x11\xd0\xfb\xec\x77\x42\x00\x41\xf4\ \x21\xba\xdd\x6e\x37\x3f\x39\x5d\x2e\xef\x0f\x4d\xe5\xad\xd7\x6d\ \x9b\xa5\xa9\x31\xda\x58\x83\x11\xc2\x18\x11\x42\x28\x26\x82\x73\ \x17\x42\xd3\x34\xc1\x87\xde\xa5\xba\x98\xcd\xce\x3f\xff\x1c\x03\ \xba\xbb\xbd\xe5\x8c\x33\xc6\x93\x34\x33\x56\x1b\xad\x93\xd9\x54\ \x0a\xbe\x5c\x2d\xb2\x34\x49\x04\xa7\x94\xe4\x69\x92\x26\x82\x12\ \xdc\x75\x9d\xb5\xd6\x7b\x47\x29\xe5\x8c\xae\x57\xcb\xfb\xc9\x58\ \x0a\x4e\x19\x05\x00\x42\x48\x88\xef\xe1\x2a\xc9\x85\x31\xda\xf9\ \xa0\xb5\x0e\xc1\x5d\xa8\x8e\x31\x96\x24\x49\x6f\xdd\xd3\x8f\xdb\ \xd3\xe9\x11\xe7\x62\xb7\xdb\x59\x6b\x19\xa3\xfd\xff\x26\x09\x47\ \x08\x38\xe3\x94\xd2\x10\x82\x94\x32\xcf\x53\x4c\x88\x73\xa6\xeb\ \x3a\x29\x2d\x42\x38\xcf\xf3\x1e\xde\xf5\x21\x30\xca\x30\xfa\xc1\ \xec\x16\x01\x00\x45\xd4\xb5\xdd\x7a\xb5\x16\x42\x6c\x36\xdb\xae\ \x53\x10\x21\xc6\xc8\x18\x0d\xde\xdb\x10\x76\xbb\xdd\x68\x34\xaa\ \xeb\x9a\x10\xba\xdb\xed\xda\xae\x06\xe4\x7b\x83\xc4\xb6\xa9\x19\ \xe6\x09\xe7\xc3\xf9\xdc\x5b\xb5\x59\xaf\x31\xc5\x31\xc6\xaa\xae\ \x9f\x3f\xff\x7a\xbb\x3b\xec\xf7\x87\x67\xcf\x9e\x25\x42\xac\x96\ \xcb\xe7\xbf\x7d\x5e\x97\x75\x96\xa6\x5a\xeb\xe8\xbd\x10\x7c\x32\ \x9d\x08\x99\x36\x4d\x6d\x54\xdb\x54\xfb\xb2\xaa\x8a\x3c\x13\x09\ \x8b\x10\x17\xab\xe5\x72\xb5\x84\x00\x38\x06\x21\x58\x92\x4a\x6d\ \xbd\xb2\x8e\x8b\x04\x10\x22\x04\x45\x88\x18\x02\xc5\x48\xb7\x6d\ \x96\x08\x41\x58\xc2\x59\x8c\x81\x31\x5a\x14\x05\x46\x38\xcf\x87\ \xde\x3b\xa5\x3a\x84\x20\xcb\x32\x63\x8c\x73\xb6\xa7\x5f\x01\x60\ \x04\x84\x52\x96\x70\xc2\x48\x4c\x38\x21\x94\x3a\x6b\xb6\xdb\xcd\ \xd9\xf9\xb9\x10\x92\x10\x92\x66\x99\xd6\x7a\xbd\xbc\x0b\xc1\xf7\ \x08\x7d\x7f\xbb\xb2\x2c\xf3\xde\x3b\xe7\x30\x26\x21\x84\x0f\x94\ \xa1\x00\xc4\x68\x83\xb7\xef\x2e\xde\xd6\x4d\xd9\x1a\xfd\xe2\xdb\ \xef\x0e\xfb\x3d\x63\x49\xd3\xa8\x88\x80\x12\xfe\xfa\xdd\xdb\x9f\ \xfe\xf8\x27\xeb\xcd\xe6\x59\xa7\x94\xd2\xf7\x77\xb7\x8c\x22\xe7\ \x4c\x51\xe4\x75\xdd\xec\x76\x6b\x14\xdd\x64\x34\x98\xcf\x67\xd7\ \x57\x6f\x63\x84\x10\xa3\x4c\xe4\x8b\xdf\x3d\x8f\x88\xfe\xe2\x97\ \xbf\xcc\x32\x41\x09\x5e\xdc\xdf\xdd\x5e\x5c\xbd\x78\xfe\x1c\xb9\ \x50\xa4\x69\xd3\xb4\x2a\xfa\xc9\xd1\xf4\xa3\x67\xcf\xd6\x9b\x4d\ \x53\x55\x45\x96\xdd\xde\xde\x48\x2e\x93\x84\xe5\x79\xd6\xb6\x55\ \x5d\x1f\x56\x9b\xc5\x61\x7f\x90\x32\x4b\x64\x9a\xe5\xc3\xfd\x61\ \xcf\xd3\xcc\x84\xc8\xb8\xc0\x10\x5d\xf0\x4c\x64\x84\x09\xc6\x44\ \x9e\x65\xa3\xd1\x90\x13\xa2\x9d\x9d\x4e\x26\x10\xbd\x4c\x07\xc3\ \xd1\x90\xb4\x6a\xb5\x5c\x0e\x07\xc5\xd6\x28\xed\x5d\x00\xf0\x21\ \x70\xca\xb9\x94\x09\x67\xc1\xbb\x34\xcf\x31\xa6\x01\x85\x2c\x2f\ \xd6\xeb\x2d\x65\xc9\xb3\xd3\xb9\x8f\xfe\x68\x36\xe5\x9c\x01\xc1\ \xbf\xfd\xed\xb7\x84\x09\x21\x93\x88\xb0\xf5\x31\xcd\x8a\x2c\x1f\ \xbc\x7d\xf7\x96\x32\x1e\x3e\x34\x9d\x17\x10\x42\x80\xc8\x7b\xf1\ \x08\x22\x08\x13\x4c\x18\x25\xd1\xfb\xae\x69\x09\x25\x31\x02\x44\ \x80\x10\x08\x26\x31\x04\xc2\x18\xa7\x8c\x60\x1c\x43\x74\xd6\x57\ \x75\x9d\xac\xd6\x4d\x5b\x61\x4c\xca\xf2\xb0\xc3\x88\x12\x1a\xc0\ \xf9\xe8\x21\x44\x86\x21\x93\x89\xc3\x21\x30\xdc\x59\xcd\x28\xcb\ \x64\x22\xf3\x5c\xc7\x18\x28\x15\x49\xd2\x11\xec\x54\x93\x30\x32\ \x3f\x9d\x53\xee\xab\x5d\xad\x91\x35\x4a\xaf\x76\x5b\x1d\x2c\x62\ \xb4\x51\x1d\x3b\xec\x69\x44\x31\xc6\xa0\x35\x23\x24\xc6\x98\x70\ \x2e\x29\x3d\xac\xd7\xdd\x7c\x7e\x7c\x7a\x12\x5c\x10\x94\xbd\x47\ \x1c\x62\x88\x31\x0e\x8b\xec\x68\x32\x8e\x80\xb7\x78\x03\x00\xc6\ \x68\xe7\x9d\x94\xb2\x6d\x1a\x4c\x70\x9e\x15\x6d\xd7\x49\x99\xce\ \x8e\xc7\x42\xc8\xaa\x7e\x19\x63\x90\x32\x69\x1a\xd7\xab\x14\xb4\ \x51\xaa\x33\xde\x85\x44\x48\x6b\x5d\x88\x11\x00\xf5\xd3\xe5\x60\ \x30\x1a\x8d\x86\x84\x10\x42\xa8\x0f\xae\x6b\xdb\x18\xc3\x0f\x07\ \xe7\x0a\xd6\x7a\x82\x68\xd7\xea\xaa\x6c\x0e\x87\x12\x02\x8a\x31\ \x62\x4c\x20\xe2\x10\x22\xa1\x62\xbd\x5e\x27\x89\xb8\xbf\xbf\xfb\ \xe4\xe3\x4f\xee\xef\xef\xb4\x56\xd6\x68\x63\x3b\x00\x14\xbd\xd9\ \x2c\x76\xc1\x98\x5d\xa9\x10\x42\x80\xa2\x0f\x9e\x71\x8e\x29\x55\ \x4a\x55\x65\x49\x30\x9a\x8c\xc7\x9c\x33\x6b\x6d\x53\xd7\x9c\x31\ \xab\x95\x56\xba\x48\xa5\xee\xd4\x9b\x57\xaf\x22\x8e\x67\x67\x67\ \x5a\x77\xde\xbb\xaa\xdc\x07\x6f\x7b\xe0\x1c\x00\x62\x04\xe4\xad\ \xd6\x4d\x08\x16\xb0\x94\x79\xde\x6a\x93\x51\xde\xaf\x71\x63\x08\ \x04\x5c\xb9\xdd\xbe\x79\xf9\x1d\x0a\xfe\xec\xf4\xa4\x6e\x9b\x34\ \x91\x42\xca\x1a\xc3\x76\xb7\x4f\x92\x64\xbd\x59\x3a\x67\x7a\xba\ \x69\x8c\xd1\x18\xd3\x07\x23\x33\xc6\x09\x61\x18\x13\x1c\x1d\x01\ \x27\x05\xb3\x21\x60\xc0\xe5\x61\x9b\xa6\x72\x34\x3e\x1a\x0c\x07\ \x98\xb2\x44\x26\x6d\xdb\x78\xef\xa6\xd3\x69\x9e\x65\x8c\x31\xf7\ \xfd\x86\x31\x84\xa6\x69\x9c\xb5\x1f\x4c\xa3\xaf\xdb\xc6\x39\x6b\ \xa3\xdb\x95\xbb\xaa\xe9\xca\xaa\x02\xa0\xc6\x78\x44\x08\x60\x1c\ \x11\x59\xef\xf7\xcb\xcd\xfa\xd5\xab\x57\x7f\xfa\xc7\x7f\xac\xda\ \xfa\x17\x7f\xf7\xb7\x7f\xf6\x67\x7f\x66\x8d\x22\x8c\x22\xec\x0f\ \xdb\x4d\xd7\xec\x94\x6a\x42\x18\x23\x8c\x23\x80\xd2\x5a\x08\xa6\ \xba\x1a\x63\xba\xdf\xad\x7e\xfa\xe5\x4f\x1e\x3e\x38\xe3\x84\xbe\ \xfc\xfa\xb9\xaa\xeb\x94\xf2\xe5\xdd\xa2\x18\x16\xc1\xc6\xbb\xbb\ \xbb\x8b\x8b\x77\xd3\xa3\xa3\xcf\x7f\xf4\x79\x73\x28\xcb\xed\xfe\ \x00\x30\x99\x4c\x9a\xba\xdc\x6e\x56\x94\xd2\xb2\xac\x8a\xa2\xb0\ \xc6\x71\x2e\x31\x4b\x3a\x13\xb5\x8f\x84\xf3\x80\x22\xa0\x1e\xd2\ \x0d\xbf\xfa\xfa\x9b\xba\xae\x4e\x4e\x8e\x29\xa5\x6d\x5d\x9e\x1c\ \x1f\x03\x84\xbb\xbb\x3b\xad\xf4\x6a\xbd\x6e\xdb\xba\x37\x78\x18\ \x8e\x46\x5d\xdb\x68\xa3\x31\x25\x32\x95\x21\x78\x4a\x20\x62\xe4\ \xac\x1f\x14\xa9\x4c\x99\xf3\xa1\xaa\xcb\xaa\x6e\xe6\xe7\xe7\x4f\ \x3e\x7a\x2a\x65\xca\x28\xab\xea\x76\xb1\x5c\x4e\x26\x93\xf9\x7c\ \x3e\x9f\x9f\x95\x65\x19\x23\x14\x83\xc1\xf9\xf9\xc3\xfd\x7e\xdf\ \x7e\x28\x8d\xae\x7f\x57\x8d\xd6\x69\x92\xf4\xd8\x3c\x26\x18\x03\ \x04\x1f\x4c\x84\x2c\xcb\x70\x8c\x04\x01\x42\xa8\x37\xd7\x0c\xce\ \x13\x84\x3c\x20\x8c\x70\x92\x24\x9d\xd2\x75\x5d\x39\xad\x11\x46\ \xda\xa8\x88\x00\x13\xec\xa2\xc3\x04\x08\x60\xc6\x30\xe3\x84\x50\ \x74\x28\x2b\xef\xec\xd1\x70\x9c\x26\x92\x20\xc2\x09\x0f\x21\x12\ \x9e\x9c\x3f\x7e\xba\xdb\x2c\x74\xb3\x23\x3c\x66\x3c\xd9\xef\x43\ \xdb\x36\xd3\xa3\xa3\x7a\x3c\xb2\xd6\x12\x4a\x12\x91\x30\x44\x38\ \xc1\xca\x58\x8a\xf0\xb0\x18\x84\xe0\x09\x21\x09\x65\x88\x84\x22\ \xcd\x82\x75\x6d\xd5\x52\x4c\xbc\xf7\x04\x10\x26\x18\x21\x90\x89\ \x38\x9a\x8c\x01\xc0\xe8\x66\xb3\xdb\x0a\x29\xdb\xb6\xe5\xa2\x00\ \x02\x21\x46\x6b\x5d\x08\x60\x9d\xaf\xea\x16\x62\x90\x32\x29\xcb\ \x92\x31\x9a\xa6\xb2\x5f\x50\x78\x17\x43\x88\x49\x22\x63\x80\xc3\ \xa1\x24\x94\x11\x42\x85\x10\x00\x20\x04\xb5\xd6\xe4\x79\xce\x18\ \x7d\xf0\xe0\xec\xee\xf6\xf6\x87\xa2\x5b\xec\x27\xff\x10\x82\x75\ \x0e\x63\x6c\x8c\xe9\xd9\xe4\x00\xe8\x3d\x8c\x80\x71\x8c\x21\x78\ \xa7\xba\xee\xfa\xf2\xf2\xa3\x67\xcf\xb6\x9b\xf5\xfc\xf4\x04\x20\ \xee\x77\x5b\xad\xb5\x6e\xbb\x72\xb7\xd7\xda\xf4\xf4\xf4\x7e\x61\ \xc7\x19\x27\x04\x77\x5d\x77\x38\x1c\x92\x24\x29\xcb\xf2\xfa\xfa\ \x66\xb1\xb8\x8b\xf0\x7b\x12\x70\x9a\x24\x52\x62\x84\x18\x63\xca\ \xa9\xdd\x6e\x37\x1e\x8f\x8d\x31\x7d\x2c\x45\xcf\x5a\xb4\xc6\x50\ \x42\x04\x25\xfd\x25\x59\xe7\x4e\x4f\x4f\x37\x9b\x4d\x8f\x8e\x7b\ \xef\x9d\xf7\x94\xd2\x41\x96\x97\xfb\xb2\x18\x16\xa3\xf1\x90\x09\ \xbe\x5c\x2e\x65\x70\x75\xdd\x34\x75\x5d\x1e\x4a\x63\xb5\x48\x58\ \xef\x4e\xdb\xdb\xa4\xf4\x9d\x76\xcf\xc4\x43\xf0\x7e\xd4\x03\x88\ \x7d\x06\x4c\x3f\xc5\x53\xfa\xbe\x33\x13\x82\x9d\xcd\x4f\x0f\xfb\ \xfd\xd1\x64\x5c\x55\x15\x80\x90\x52\x12\x8c\xb4\x42\x21\xf8\xe0\ \xdd\x07\xd3\x50\x01\xe0\x50\x57\xa9\x4c\x22\x46\x21\xa2\xed\x7e\ \xd7\x6a\xad\xad\x41\x98\x08\x21\x42\x0c\xce\xfb\xd0\x34\x75\x53\ \x5f\x5e\x5c\x74\x4a\x77\x6d\x87\x11\xfe\xe8\xd9\x47\x87\xfd\x9e\ \x70\xb6\xdf\xed\x97\x57\x37\xcb\xc5\xd2\x68\xbd\xdf\xef\xbd\xf7\ \x84\xd0\xb6\x55\xa3\xd1\xd8\x39\x57\xd7\x07\x14\x23\x21\xe4\xf6\ \xe6\x06\x7c\x5c\x6f\x37\xa3\xc9\xb8\x3c\x94\x49\x22\x38\xe7\x80\ \x71\x84\x88\x11\x2c\x97\xab\xd9\x6c\x06\x11\xca\xb2\xb4\xd6\x0a\ \x21\x8c\x31\x75\xd3\x50\x42\x08\xc1\x6d\xdb\x50\x4a\x94\xd6\x45\ \x51\x3c\x7a\xf4\x70\xb3\x5b\xcb\x54\x02\x80\x73\xd6\x5a\x77\x72\ \x36\x3a\xec\xb6\x4a\xab\x4f\x3f\xf9\xf8\xf8\x68\xf6\xfa\xf5\xcb\ \xa6\xa9\x92\x24\x59\x6f\xd6\x14\xd3\xcd\x7a\x4d\x18\x1e\x8f\xc7\ \x49\x92\x8c\x46\xa3\xfd\x7e\x8b\x00\x09\x21\x7a\x83\x3a\x8c\x11\ \x8a\x01\x03\xa4\xa9\x6c\xdb\x16\x23\x8c\x42\x40\x24\x52\x02\x04\ \x22\x0a\xce\x07\xf7\x87\x9f\x7f\xea\x75\xfb\xec\xd9\x33\x6b\xdd\ \x76\xbd\x9c\x4c\x26\x00\xb0\xdd\xb6\x10\xac\x6e\x6b\x14\x8e\x3f\ \x78\xa5\x9b\x24\x3c\x11\x1c\xe3\x48\xe9\xfb\x39\x94\x50\xea\x20\ \x30\x42\x11\x8a\x08\x83\xf3\x96\x12\x82\x31\xa6\x14\x63\x0c\xde\ \x3b\x8c\x71\x88\x38\x02\x75\xce\xb4\x6d\xdb\xb5\x2d\xc6\xd8\x7a\ \x1f\x31\xb2\xde\x3a\x1f\x30\xa3\x18\x93\xe8\xbd\xb6\xa6\x68\x8d\ \x5b\xed\x0b\x4c\x49\xdd\x49\xc4\x13\x81\x90\xd7\x1e\x4a\xad\x1c\ \x38\x97\x7b\x5c\xf0\x74\x8c\xc5\x6c\x3a\xcd\x1d\x2e\x8a\x62\x32\ \x18\xa5\xc7\x61\xbb\xdd\xb6\x6d\x3b\x9b\x4e\x75\x70\x5c\xf0\xce\ \x68\x21\x93\x4e\xab\x3e\xd5\x62\x32\x9b\x1e\xf6\x7b\xeb\x6d\xb5\ \x69\xda\xb6\x25\x84\x60\x82\x21\x02\xa3\x14\x30\xa2\x94\x6a\xa5\ \xaa\xb6\x46\x08\x18\x13\x8c\xf1\x18\x41\x70\x29\x45\xd6\xd6\x1a\ \x63\x4a\x48\x04\x40\xbb\xed\xae\xf7\xf5\xef\x99\x62\xa3\xd1\x68\ \xbf\xdf\x4f\x26\x93\xa6\x69\x7a\x90\x8b\x10\x32\x9b\xcd\x10\xc6\ \x87\xc3\xa1\x5f\x46\x19\x63\x8c\xb1\x7d\xd0\xc6\x93\x27\x4f\xf2\ \xa2\xc0\x3f\x1c\x26\x6a\x04\xe8\x5d\x2c\xb2\x2c\x8b\x31\x2a\xa5\ \x7a\x40\xa7\x7f\xa7\x01\x20\xc6\x00\x00\x98\x90\xc5\x6a\xf5\xe2\ \xc5\x8b\xae\x53\x9f\x7e\xfa\x69\x55\xd5\xde\xbb\x7e\xf5\xc0\x30\ \xed\xf7\x6e\x94\x52\x00\xd4\xf3\x06\xeb\xba\x8e\x01\x29\xa5\xac\ \xd5\xdb\xed\xda\x5a\xb3\x58\xdc\x1f\x0e\x07\x67\x4c\x2a\x93\x2c\ \x1b\x24\x9c\x26\x82\x61\x42\xba\xae\xdd\xee\x76\xcb\xbb\x7b\xad\ \xb5\xf3\x9e\x62\x62\xb0\x46\x08\xd2\x44\x02\xc4\x18\x82\xe0\xbc\ \x2c\x4b\xe3\xfc\xe9\xe9\x69\x59\x56\x75\xd3\xf5\x88\x09\x00\x30\ \x4a\x8f\x4f\xa6\xce\x79\x8a\xf1\x76\xbb\x0d\x21\xac\xd7\x6b\x29\ \xb3\x4e\x69\x8c\x11\xc6\xd1\x5a\x1d\x11\x0b\x3e\x68\xad\x7b\xa7\ \x34\x6b\x2d\x00\xf4\xff\x12\x42\xbc\x0f\xde\x79\x44\x48\x88\x00\ \x18\x52\x29\xd2\x54\x62\x84\x70\x0c\x46\xeb\xed\x7a\x15\x23\x38\ \xef\xcb\xb2\xf4\x21\xf4\x9f\xd1\x7b\x6f\x8c\x31\xc6\x68\x63\xbe\ \x97\xad\x7f\xc0\xe9\xaf\x9c\x31\xc1\xe7\x88\x10\x4e\xeb\x4e\xb9\ \x18\x31\x63\x94\x31\x8f\x62\x44\x40\x29\xb5\xda\x52\x4a\xb5\x31\ \x2f\x7e\xf7\xed\xdd\xf5\xed\xc3\xf3\x07\x00\xe8\xee\xe6\x06\x08\ \xd9\x6e\xb7\xd8\x45\x4a\x29\xe7\xdc\x18\xf3\x7b\x52\x21\x02\x88\ \xb7\xb7\xb7\x6d\xab\x9c\x73\xdb\xed\x76\xbb\xdd\xdd\x5c\x5c\x1d\ \x0e\x87\xc5\xdd\x1d\x8a\x50\x0c\x06\xd3\xe3\x59\x88\xb1\xae\x6b\ \x6d\x14\xc1\x70\x7b\x73\xbd\x5a\xde\x37\x6d\x8b\x10\x62\x94\x38\ \xe7\xd2\x44\x60\x8c\x9d\xf7\x18\x11\x84\xd0\xf5\xe5\xe5\xd1\x74\ \x3a\x9b\xcd\xee\x16\xf7\x94\x86\x18\x71\x00\xec\x23\x9a\x1e\x4d\ \x8a\x2c\x21\x28\x56\xfb\x6d\x42\xe9\x7a\xbd\xd2\x5a\x33\xc6\x9c\ \xb1\x22\xcb\x9d\xf7\x0c\x93\x5e\x6c\xd0\x1b\x84\xee\xf7\x3b\xe7\ \x9d\xd6\x1a\x20\x12\x42\x20\x22\xd5\x56\x56\x17\xb1\xcf\x51\xf7\ \xf6\xe3\x4f\x3e\xcb\x12\xde\xd6\x87\xd9\x93\x27\x8b\xfb\x45\x73\ \xd8\xe9\xa6\xde\xad\x96\x7d\xe3\x96\x72\x8a\x31\x0e\x46\x3b\xd5\ \x1e\xb6\x4b\x78\xfa\xe8\x83\x0f\x0c\x21\x44\x31\x28\x8a\x3c\xe7\ \x9c\x1b\x63\x9d\xb3\x7d\x2c\x2e\x21\xd4\x7b\x8f\x31\x66\x8c\x51\ \x4c\x00\x80\x12\xda\x73\x05\xfa\x9b\xdb\xff\xde\xd4\x6d\xa7\xb5\ \x4c\x13\xc2\xb8\xf7\xae\x55\x1a\x30\x26\x54\x20\x8c\xb0\x10\x88\ \x32\x14\x20\xa1\x74\x34\x18\x05\xe7\xa3\xf7\xc0\x3c\xa7\x89\xa0\ \xb4\x3b\x54\x9d\xd1\x8c\x82\x51\x55\x93\xc8\x93\xa3\x59\x96\x48\ \xe4\x03\x43\x24\xfa\x60\x95\xf1\xda\x64\x32\x6d\x2b\xdd\x54\x8a\ \x0b\x61\x8d\x59\x6f\x36\x4f\x9e\x3c\xe1\x42\x64\x59\xbe\xdb\xed\ \xb6\xbb\xfd\x76\xb7\x8b\x31\x52\xc6\x5c\x0c\x10\x82\x8f\x21\x78\ \x9f\x0f\x8a\xac\xc8\x7d\x0c\x5e\x88\x88\x69\x59\xd6\x93\xf1\xd1\ \xe9\xe9\xbc\x2c\x6b\x21\xe4\xc9\xc9\xc9\x72\xb9\x16\x42\xae\x96\ \xcb\xbc\xc8\x85\x10\xdf\x77\x5b\xc3\xe1\xb0\x5f\x17\xf6\x9f\xb1\ \xd3\xdd\x7e\xb7\x1f\x4f\x27\xfd\x19\x6f\xad\xed\x45\x6f\x49\x92\ \xf4\x46\x26\xb3\xd9\x8c\x50\xfa\xc3\xd8\x2d\x62\x6c\xad\x2d\x0f\ \x87\x3c\xcb\x08\x21\x4a\x29\x78\x1f\x31\x00\x3d\x20\x1a\x63\xa4\ \x98\x44\xef\xc1\xfb\x4e\xab\xe7\x5f\x7f\x3d\x18\x0c\x38\xa5\xca\ \x77\x46\xa9\x44\xf0\x46\x9b\xb2\xa9\x9d\x73\x4d\xd3\x86\x68\xfb\ \x77\x1b\x63\xdc\xb5\xad\xb3\xc1\x7b\x9f\xa6\xf9\x76\xbb\x5d\x2c\ \x16\xdb\xed\xe6\x64\x36\x1d\xe4\x59\xf0\xde\x07\x57\xe4\x69\x51\ \x08\xa5\xd4\x64\x32\xee\xf3\x23\xf2\x3c\xdb\xef\x0f\x45\x9e\x87\ \xe0\xbb\x4e\x41\x74\x84\x92\x18\x82\x48\x12\xa5\xd4\xe9\xd9\xe4\ \xe1\xc3\x87\xfb\xfd\x61\x7f\x28\xfb\x46\x89\x32\xd6\x17\xd9\x2c\ \x4b\x39\xe7\xe5\x7e\xa7\xb4\x19\x14\xf9\x64\x3c\x7d\xfb\xee\x9d\ \x71\x8e\x60\x82\x11\xe6\x8c\xcb\x44\xf6\xa5\xaa\x7f\x42\x94\xd2\ \x3e\xb7\x02\x61\x0c\x80\x10\x26\x84\x50\x46\x10\xc2\x24\xcf\x07\ \x14\xa3\xcb\x8b\x77\x08\xe3\xf1\x78\x0c\x31\x3a\xab\x83\x73\x69\ \x92\x70\xce\x3b\xd5\x55\xe5\x21\xc6\x68\xb5\x0e\xde\x53\x8c\x29\ \x25\x1f\xe4\x2c\x88\x01\xe0\xf2\xee\x4e\x4a\xf9\x28\x4d\xd5\xa1\ \xb9\xbd\xbf\x47\x84\x44\x04\x21\x04\xeb\xbd\x0f\x3e\x4f\x52\x42\ \x70\xd7\xb6\xa9\x48\xfe\xcb\x5f\xff\x4d\x5b\x37\xff\xea\x5f\xfe\ \x4b\x67\x74\xdb\xb5\x01\x00\x41\xdc\x6c\x56\x5d\xdb\x78\x1f\xb6\ \xdb\x0d\x42\x98\x73\xde\xfb\x5b\x1c\x4d\x66\x87\x43\x45\x08\x69\ \x9b\xe6\xdb\xe7\xbf\x7d\xf1\xed\xef\xb2\x2c\x2f\x86\x43\xc1\xd8\ \x6e\xbb\x45\x10\x31\x42\x27\xc7\x33\x44\xc0\x18\x45\x29\x3d\x3e\ \x3e\x7e\xfb\xf6\x6d\x96\x65\x52\x26\xce\x59\xeb\x0c\xc1\x84\x52\ \xca\x28\xc3\x00\x75\x5d\x7d\xf9\x47\x5f\xf6\xc6\xbe\xc6\x1a\xeb\ \x1d\xc6\x14\x21\x2c\x13\x31\x9d\x0c\xc7\x83\x5c\xeb\xee\xed\xdb\ \x57\xde\x9a\xd9\xd1\xa4\x2c\xab\xb6\x69\x62\x08\x18\x03\xc6\x78\ \x3e\x9f\x2f\x16\x0b\xce\x99\x52\xaa\xae\xeb\xe1\x68\x08\x80\xda\ \xb6\xc2\x18\x71\x86\x9c\x35\x3d\x75\x48\x08\x21\x38\x9f\x8e\x87\ \xd7\x17\x6f\x6f\x2e\xde\x5e\xbc\x7a\x31\x1a\x8e\xba\xb6\x4d\x18\ \x8e\xce\x7c\xf6\xf1\x53\xad\xb5\x52\xad\x52\xaa\x69\xea\x6a\xb7\ \xb1\x5d\x3b\x1a\x16\x1f\x18\xbf\x80\x71\x0f\x7b\xf7\x42\x3d\x42\ \x10\x63\x54\xca\x24\x4d\x65\x7f\x6c\x8b\x44\x16\xc3\xc2\x3b\x5f\ \x57\x55\x80\x18\x81\x10\x8c\x29\xc1\x84\x60\x4a\x49\x8c\xc1\x79\ \x17\x10\x20\xca\x00\x41\x04\x88\x21\x7a\x17\x30\xa1\x84\x10\x2a\ \x50\x20\xb4\xc5\xa1\x02\x4b\xb1\x4f\x07\x72\xa7\x3a\xe9\xe3\x30\ \x65\x83\x51\xe2\xf6\xfa\xea\xf6\x8e\x12\x84\x90\x85\x3c\x99\x7a\ \x65\x38\x6a\x9a\x3a\x2a\x71\xb5\x5f\x69\x30\x34\x13\x9a\xa1\x4a\ \xb5\x6d\xd3\x9e\x9c\x9c\x90\xe0\x47\xe3\xd1\xe4\x68\x92\x66\x19\ \x4f\x44\x00\xc0\x04\x87\x18\x10\x42\x80\x11\x20\xc4\x18\x0b\x10\ \x11\xc1\xc6\xda\xbb\xbb\x3b\xca\xd8\x60\x30\x9c\x1c\x9d\xbe\x32\ \x6f\x8e\x26\x93\xc1\x60\xd4\xb6\xdd\x70\x38\xfa\xf4\xd3\xcf\x38\ \x13\x8b\xc5\x7a\xbf\x2f\x11\xc6\x47\x47\x43\x6b\x75\x9f\xd9\x6e\ \xad\x25\x84\xf4\x1e\x0a\x18\xe3\xf3\xb3\xf3\xc9\xf4\x88\x50\x6a\ \xb4\x99\xcf\xe7\xfb\xfd\xfe\x70\x38\x78\xef\xfb\x79\xc5\x5a\xab\ \xba\x0e\xfd\x40\xbc\x22\x10\x42\x10\xa3\xb5\xb6\xae\xeb\xa6\x69\ \x84\x10\x67\x67\x67\xdb\xed\xf6\xf7\xdd\x56\x04\x04\x04\x63\x6f\ \x8d\xea\x1a\x84\xf0\x6e\xbb\x99\x1e\x4d\x96\x8b\x7b\x84\x50\x55\ \x55\x59\x96\x69\xdd\x29\xa5\x10\x42\xc6\x18\xeb\xb4\x10\x2c\xc6\ \xc8\x39\x07\x8c\x8c\x31\xde\x87\xba\x6e\x94\x52\xe7\xe7\x67\x49\ \xc2\x29\x46\x08\x45\xc1\x25\x26\xa8\x6d\xdb\xba\xaa\x28\x21\xf3\ \xb3\x79\x08\x21\x49\x04\x25\xf9\xe1\x70\x48\x12\x31\x28\x8e\x3a\ \xa5\x9a\xba\x8e\x31\xba\xe0\x62\x40\xce\xb9\xb3\xb3\xb3\x07\x0f\ \x1e\xbc\x7c\xf5\xaa\x1f\x66\x09\x25\x08\x63\x42\x69\xd7\xb6\xbd\ \x78\x30\x86\x18\x03\x10\x06\x89\xe4\xc3\x51\x51\x57\xad\x0f\x81\ \x31\x06\x11\x22\x7e\x6f\x1e\xdf\x5b\xbc\x7f\x3f\xb6\xc4\x18\x49\ \x22\x30\xa5\x84\x73\x86\x31\x26\xac\x37\x2f\xe4\x14\x97\x65\x0d\ \x31\x26\x82\x77\x4d\xdd\xb5\xcd\x7a\xb5\xf4\xde\x4f\xa7\x47\x99\ \x94\xce\x39\x45\x09\x23\x38\xfe\xd3\x75\x73\xdf\xdf\x75\x8c\x71\ \x59\xb7\xd7\xb7\xb7\x9b\xb2\x4c\x44\xfa\xe8\xe9\x93\x10\xe1\xe2\ \xfa\x2a\x46\x4f\x29\x43\x80\x63\x88\x24\x86\xfd\x6e\xcb\x8e\xa6\ \xb7\xb7\x57\x9c\xb0\x62\x90\x5f\x5f\x5d\x50\xc1\xd7\xab\xe5\x64\ \x3c\xae\xea\xca\x6a\x1d\x63\xdc\x6e\xb7\x8c\xd1\x9e\x1e\x9d\xa6\ \xa9\xd6\xaa\x6d\x9a\xbc\xc8\x6f\xaf\xae\xf0\xc3\x87\x0f\x1f\x3e\ \x74\xce\xa5\xa9\xc4\x11\xcd\x8e\x67\xde\xfb\xb6\x6d\x36\x6b\x33\ \x9f\x9f\xfe\xe8\x47\x3f\x5a\x2e\x16\xa3\xe1\x70\x30\x28\xa4\x94\ \xe7\xe7\x67\x46\x1f\xf5\xf2\x66\xc6\x99\xd7\xb6\xe7\xac\xfe\xc9\ \x1f\x7f\xf9\xee\xf2\x92\x12\xd2\x6a\xed\x7d\xe0\x82\x22\x42\x8c\ \x52\xbb\xf5\xd2\x59\x4f\x28\xed\x3a\xcd\x13\x31\xc8\xb3\xf1\x68\ \xb4\xd9\xae\x09\xc1\x59\x9a\x5a\xef\xac\xb5\x9c\xf3\x2c\xcb\xad\ \xd5\x83\xe1\xa0\xdf\xee\x17\xc5\xe9\x7a\xbd\xd1\xad\xe2\x8c\x26\ \x49\x82\x90\x96\x09\x0f\x21\xa0\xe8\x47\x79\x5a\x55\xd5\x7a\x71\ \x07\xce\xc4\x10\x37\xab\x45\x53\x1d\xf6\xdb\x15\xe7\xfc\x0f\xfe\ \xe0\x47\x82\x61\x8a\xe3\x41\x72\x14\x5d\x0c\xee\xc3\xe1\x11\x8c\ \x10\x44\xef\x5d\xcf\x63\xea\x29\xe6\x59\x96\x7b\xef\x01\xe2\x70\ \x38\xc0\x94\x28\xe8\x62\x0c\x84\x90\x44\x72\x82\x09\xa3\x14\x23\ \xcc\x39\x63\x8c\x06\x84\x29\xd0\x18\xc1\x5a\x13\x62\x10\x94\x81\ \x0f\x9c\x51\x4a\x89\xb3\xb6\xac\xaa\xc6\x6b\x4b\x21\x9a\x06\x99\ \x06\x63\x34\xc9\x85\xd2\x07\xb7\x47\xce\x79\x15\x0d\xc6\xd0\xe8\ \xba\x59\x79\xcb\x51\x56\xe4\x04\x70\x2e\xa0\xa3\xc1\x71\x14\x83\ \x7b\x75\x77\xe9\xba\xce\x1b\xbb\xd9\x6d\xbc\xf3\x49\x92\x34\x6d\ \x4b\x39\x67\x9c\x51\x46\xb5\x35\x4d\xd7\x06\x04\x10\x03\xc6\x08\ \x33\x16\xbd\x27\x98\x58\x6b\xd7\x9b\x4d\x51\x14\x9c\xf3\xe1\xe8\ \x88\x51\xba\xd9\x6c\x63\x44\xce\x59\xce\xf9\x6a\xb9\xb6\xd6\xbd\ \x7b\xf7\x4e\x29\x15\x21\xc4\x68\x39\x67\xce\xb9\xeb\xeb\xeb\x34\ \x4d\xfb\x79\xab\x8f\xce\x2c\x8a\xa2\x6d\x5a\xc2\x28\xa5\xd4\x5a\ \xdb\x6b\x4b\x7a\x26\x10\xc6\xf8\xc1\x83\x07\x45\x51\xc0\x3f\x16\ \x75\xf5\xcf\xa8\x5b\xc4\xb8\xd7\x2d\x12\x42\x7a\x5d\xbe\xb5\xb6\ \x9f\xc5\xde\xd3\x8b\x31\xa6\x84\x00\x20\xe7\x6c\x5f\xce\x76\xbb\ \x1d\x42\xa8\xb7\xec\x48\x13\xe9\xec\xfb\xe2\x1d\x42\x40\x88\xf6\ \x95\x0b\x01\x52\x4a\x11\xc2\x18\x13\x45\x91\x79\xef\x4e\x4e\x8f\ \xb7\xeb\xf5\x7a\xb9\x96\x52\x4c\x26\x93\xe1\x70\xa0\xba\xce\x3b\ \x0f\xc1\x23\x08\x55\x79\xe0\x9c\x73\x46\x8c\x6e\x53\x29\x18\xc5\ \x49\xc2\xdb\xb6\x65\x9c\xb5\x6d\xc3\x18\xdb\x6c\x36\x77\x77\x77\ \xd6\x58\x42\x08\x42\x18\x53\xa2\xad\x9d\x8c\xc7\x45\x9e\xf7\xb3\ \x1b\xc2\xa4\xeb\x5a\x40\xa4\x69\x5e\x32\xce\xb9\x60\xae\xb3\x94\ \x12\xc6\x58\x9a\xa5\xfd\x2c\xdc\x0b\xc1\xfa\xb2\x15\x42\x70\xce\ \x87\x14\x30\x21\x82\x73\x8c\x71\xdb\xb6\x94\xf1\xdd\x36\x5a\x67\ \x28\x65\x0c\x03\x41\x28\xcb\xf2\xed\x76\xdf\x4b\xca\x09\x21\xf7\ \xf7\xf7\x3d\xd2\x3f\x9b\xcd\xea\xba\xc6\xe8\x03\xd5\x3f\x00\x40\ \x19\x8f\x98\x6a\x63\x5d\x88\x75\xdb\x50\xce\x9d\xf7\xce\x7a\xca\ \x82\x4c\x32\x41\x30\x06\xcc\x18\x15\x82\xdf\x5e\x5c\xfd\xd1\xcf\ \x7e\x76\x7b\x7d\xbd\xde\x6e\x18\x63\x97\x37\xd7\xbb\xdd\xc0\x59\ \x67\x8c\xf1\xc1\x5b\xeb\x84\xe8\xd9\x03\x38\xcb\xf2\xed\x76\xeb\ \x7c\xac\xeb\xe6\x68\x3a\x62\x14\x1f\x4d\xc7\x69\x9a\xfe\xe2\x17\ \xbf\xa0\x84\x8c\xc7\x93\x07\xc7\x47\x21\x38\x88\x21\xcd\x24\xe7\ \xd4\x3b\xa3\x55\x93\xc9\xc4\x5a\xd3\x54\xe5\x78\x3c\x72\x36\x8b\ \xc1\x19\x6d\x10\x82\x18\x1c\x20\xb8\xbe\xbe\xda\xed\x76\x3d\x5d\ \x9b\x0b\x81\x28\x01\x8c\x4f\x4e\x8e\x19\x06\x65\x35\x13\xc2\x59\ \xbd\x59\xaf\xea\xb2\x2c\x06\x45\x26\x25\x61\xac\xed\xba\x7e\xbc\ \x7a\xf4\xe8\xd1\x74\x3a\xbd\xba\xba\xa8\xea\x4a\x4a\xe9\xbd\xb7\ \xce\x76\x9d\xa6\x14\x33\x2e\xd2\x34\xa5\x94\x72\xc6\x0e\xfb\xed\ \x76\xb3\x2a\xcb\xb2\xef\xd4\x30\x06\x29\x18\x8a\xde\x99\xee\xc7\ \x7f\xf0\x79\x92\x24\xbb\xcd\xfa\xfa\xfa\x5a\x6b\x7d\x7c\x7c\xfc\ \xd3\x2f\xfe\x40\x30\x1a\x3f\x54\x2e\x2a\xa5\x94\x52\x72\xce\x7b\ \xad\x52\xaf\xc2\x61\x8c\x19\x63\x7a\x8b\x27\xca\x59\xc2\x05\xa3\ \xdc\x18\x9d\x26\x49\x8f\xdb\x62\x84\x00\x80\x73\x9e\x64\xc2\x23\ \x4c\x30\x96\x09\xa3\x98\x50\x82\x77\x9b\x75\xd7\xb6\x04\x01\x43\ \x31\xa1\x44\x30\xce\x3c\xe6\x94\xb7\x6d\xe3\xac\xc1\xce\x0f\x07\ \x83\x16\x80\x22\x3c\x4e\x13\x44\x10\x8e\xb6\x48\xd3\xd5\xdd\x2d\ \x63\x8c\x53\x76\x77\x71\x91\x26\x89\xf7\xde\x3b\xb7\x5a\xad\xcf\ \xe7\xe7\x98\x90\xba\x6d\x01\x90\xf1\xce\x43\x5c\x6e\xd6\x55\x55\ \x01\xc1\x55\xd3\xf8\x10\x00\x23\xca\x18\x26\x44\x1b\x13\x11\x70\ \xc6\xdb\xae\x0b\x10\xf7\xe5\xa1\x6e\xdb\xab\x9b\x5b\x04\xc4\x39\ \xaf\xb5\xd2\x5a\x2b\xd5\xdd\xde\x5d\x35\x4d\x87\x50\x74\xce\x00\ \x48\xce\x79\x6f\x69\xd3\x93\x9c\x94\x52\xf4\xf7\x3f\x6d\xdb\x46\ \x80\x6a\x5b\xf7\xc7\x7c\x4f\x95\xe8\xc7\x1a\xe7\x5c\xa7\x54\x3f\ \x88\xfd\x40\x5c\x6e\x10\x21\xb8\xbf\xc4\xbe\x63\xec\x77\xff\xfd\ \x07\x7b\x6f\xa0\xcc\x62\x44\xd4\x1a\xd5\xaf\xe4\xac\x51\xce\xf9\ \xde\x03\xcf\x68\xed\x8c\x61\x44\xbc\x27\xb3\x50\x12\x42\xec\xe1\ \x80\x5e\xc7\xdf\x43\x4b\x42\x70\xc6\x09\xa1\xe4\xf8\x78\x9a\x70\ \xb6\xdf\x6d\xbb\xae\x1d\x0d\x06\xb5\x77\x11\x85\x10\x43\x9f\xac\ \xc7\x39\x17\x42\x84\x10\xbf\xcf\xbf\xf1\x21\xa4\x89\x90\x49\x92\ \xa6\xe9\xcd\xcd\xcd\x7c\x3e\xef\x05\xf1\xc6\xd8\x18\x7c\x6f\x74\ \x31\x18\x14\xc3\xc1\x80\x31\xd6\xb4\x2d\xe7\xcc\x58\xdb\x29\xed\ \x1c\x56\x5d\x4b\x08\x1d\x14\x45\x67\x74\x6f\x68\x85\x31\x76\xce\ \xdd\xdf\xdf\xf7\x87\xbf\xf7\x1e\x00\x62\x88\xb3\xd9\x34\x46\xa8\ \xaa\xca\x7b\x1f\x01\x62\x08\xce\xb9\x24\x4d\x64\xc2\xb3\x2c\xa3\ \x8c\xb5\x6d\xcd\x18\x39\x9e\x4d\xad\xb3\x77\xb7\x3e\x86\xe0\xac\ \x4e\x12\x3e\x28\xf2\x0f\x54\xcf\x21\x8c\x10\x72\xc1\x13\x4a\x9c\ \xf3\xce\xf9\x24\x49\xa2\x8f\xd1\x45\x82\x28\x0e\xd8\x28\x1d\x08\ \x14\x49\xa2\xda\xce\x14\x1a\x63\x1c\x7c\xd8\xed\x76\x6d\xd3\x02\ \x02\x6f\xec\xa2\xb9\xa7\x40\x20\xc6\x5e\x3b\xdb\x4f\x73\xbd\x6f\ \x49\x7f\xba\xcc\xe7\xa7\x59\x96\x0c\x06\x43\x91\x08\x99\xa6\x3f\ \xfa\xc3\x3f\xb8\xbd\xbd\xdd\x6e\x36\xb3\xa3\xe9\xb0\x28\xd6\x8b\ \xa5\x6a\x3b\xcf\x59\xdb\xb4\x6d\xdd\x70\x21\x30\x42\xba\x53\x2d\ \x65\xaa\xed\x82\xf3\x8c\x52\x88\x7e\x50\x64\xaf\x5e\xbf\x7d\xf3\ \xfa\xcd\x70\x3c\x41\x04\x23\x84\x42\x8c\x08\x13\x84\x68\x91\x67\ \xa7\xb3\xa3\xf9\xf1\xcc\xc7\xb8\x5a\x6f\x52\x29\x94\x76\xeb\xf5\ \x3a\xcf\x07\x8b\xfb\xe5\x64\x3a\x91\x59\xda\x75\xdd\x74\x3a\xa5\ \x94\x3e\x7b\xf6\x6c\xb7\xdf\x2a\xa5\xa4\x94\x3d\x42\x8c\x11\xca\ \x07\xa3\xa3\xd9\xf1\x7a\xbd\xaa\xaa\x4a\x1b\xdf\xb6\xaa\xef\xd1\ \x8c\xd6\x27\xd3\x29\xa5\xec\x67\x3f\xfb\xd9\xd7\x5f\x7f\xfd\xf8\ \xd1\xa3\x62\x30\xf8\xea\xab\xaf\x9a\xa6\xa9\xeb\x7a\x36\x9b\x8d\ \x46\xa3\x18\xe1\xc3\xc4\x3f\x18\x63\x6d\x54\xd3\xd5\x8c\x93\x10\ \x19\x42\x58\xca\x84\xf3\x2c\xf4\xfb\x41\x8c\xac\xd3\x09\x4d\x19\ \xa7\xa3\x51\xd1\x29\xd2\xd5\x8d\x73\x2e\x4b\x53\x46\x19\xc6\xc8\ \x5a\x8d\xa2\x77\x08\x18\xa6\x09\x63\x14\x22\x68\xc7\x9c\xef\xb6\ \xbb\xd1\x70\x90\x22\x92\xb8\x30\x01\xc1\x84\xcc\xb2\x4c\x33\xa9\ \xb5\x82\x10\xa5\x85\x82\x60\xc9\x45\xe0\x44\x24\xa2\x66\x92\x09\ \x01\xbc\xb0\xc6\x5a\x6d\x04\x17\x39\x49\x81\x46\x1b\x2d\x93\x03\ \x01\x18\xa7\x02\x01\xea\x54\x47\x19\x65\x82\x07\x1f\x28\xa3\x88\ \x60\x67\xad\x0f\x81\x52\xd1\x0f\x8c\x98\x51\x1c\x42\xff\x35\x66\ \x9c\xf7\xed\xe4\x7b\x21\x35\xa1\x8c\xd2\x34\x95\x59\x96\x64\x59\ \x91\xa6\x72\xbb\xd9\x6c\xb6\x3a\x4d\x4f\x67\xb3\x59\xef\x53\xd4\ \xcb\x18\xfb\xca\xd5\x2f\x9a\x62\x8c\x98\x10\xca\x18\x25\x84\x31\ \xd6\x73\x18\xfb\x82\x90\x65\x99\xea\xba\x18\xfe\xff\xe2\xf0\xc3\ \xe0\x73\xa1\x5e\xf8\x01\x42\x88\xfe\x95\xee\xaf\xaf\xf7\x1e\x83\ \x08\x80\xa1\xef\x56\x92\x24\x51\x4a\xbd\xc7\x62\x9d\x03\x88\xd6\ \x06\x8f\x22\x40\xc4\xb8\x87\x30\x63\xef\xd6\xa2\xb5\xb6\x26\x48\ \x99\x61\x0c\x3e\x38\xad\x63\x5d\x95\x8c\x90\x2c\x4b\x63\x1c\x75\ \x5d\x37\x9d\x4e\x00\x42\xf0\x8e\x52\xfc\xf8\xd1\x43\x4a\x70\xd3\ \xb4\x00\x71\x34\x1a\x01\x40\xd7\x29\x04\x20\x85\xc8\xb3\x4c\x70\ \xbe\xd9\x6e\x11\x31\x93\xc9\xe4\xbb\xef\x5e\xf6\x17\x8d\x09\xee\ \x41\xba\xbb\xbb\xbb\x54\x26\xcf\x9e\x7d\x94\xe5\x79\x5d\x37\xde\ \x39\xce\x68\x88\x20\xa5\xc4\x18\x5b\x6b\xfa\x16\xa9\x2c\x4b\xce\ \x79\xdf\x57\x52\x4a\x47\xa3\xd1\x6a\xb5\xc2\x18\xcb\x44\x5a\xeb\ \x7a\x7e\x36\x00\x80\xb5\x9c\x31\x29\x93\xc9\x60\x38\x19\x0d\x10\ \x26\x94\x89\xa3\xc9\x64\xb9\x5c\x5a\x6b\x7a\x8d\xae\x73\x2e\x84\ \x20\x93\x84\x31\xea\xbd\xfb\x80\x57\x08\x10\x20\x8c\x12\x91\x28\ \xa5\x8c\x36\x8c\xb1\x64\x90\x38\xeb\x51\x04\x86\x29\x42\x28\x7a\ \xf0\xc8\x79\x46\x9a\xd6\xd7\x55\x8a\x31\x58\x6b\xb6\xdb\x4d\x5d\ \xd7\xce\x3b\x44\xb0\xf7\xde\x5a\x4f\x09\xe5\x9c\x73\xce\xad\x0d\ \x84\x10\xe7\xe2\x76\xbb\x45\xbd\x64\x85\x52\x6b\x74\xd3\x54\xd6\ \x99\x08\x31\x2f\xf2\x93\xf9\x89\x60\x8c\x60\x78\xfa\xf4\x69\xd7\ \x34\x45\x9e\x8d\x27\x63\x80\x78\x77\x77\x17\x63\x1c\x8f\xc7\x8c\ \x31\x6b\x4d\xaf\xe8\x2c\x8a\x4c\x8a\x44\x2b\xf5\xed\xef\x5e\x8c\ \x86\x23\x4c\x89\xf7\x1e\x61\xe4\x43\xa4\x18\x51\x4a\xcb\xc3\xfe\ \xd6\xeb\x67\x1f\x7d\xf4\xe0\xe4\x5c\x70\xf1\xcd\xef\x5e\x20\x84\ \x38\xe3\x69\x2a\xf3\x22\xcd\xb2\xac\x6a\xea\x9e\xf5\x56\xd7\x75\ \x9a\x26\xbd\x72\x78\x3e\x9f\x97\x25\x00\x04\x1f\x21\x1f\x8e\xea\ \xa6\x5b\xae\x36\x4a\x29\x82\xe0\x6e\xb1\x98\x8c\x46\xe3\xc9\xf8\ \xa3\x8f\x3f\x9a\x9f\x9f\x6f\xd6\xdb\xd3\xf9\x99\xf8\xee\xe5\x9b\ \x77\x17\x3f\xff\xf9\xcf\xb3\xbc\xf8\xe4\xd3\xcf\x5e\xbd\x7a\x55\ \x0c\x86\xa7\xa7\x27\x8b\xcd\xfe\x83\x3d\x51\x01\x00\xbf\xe7\x03\ \xf9\x18\x23\x21\xb8\xf7\x44\xe9\xcd\x26\x63\x8c\xc6\xda\xe0\x03\ \x21\x3d\x5f\xa2\xc7\x83\x1c\xe2\x08\x00\x9a\xda\x03\xa7\x54\x0a\ \x4c\x98\xd2\x8a\x38\x8f\xad\x4f\x31\xfe\xc9\xb3\x8f\x18\x21\x08\ \x43\x9e\x15\x45\x92\x0b\xce\xd3\x3c\x03\x84\x10\x46\x8c\x11\x86\ \x31\x09\x91\x63\x02\xde\xcb\xbc\x30\x34\x3a\x1f\x30\x40\x0c\x51\ \x08\xde\xaf\x08\x83\xf3\xc6\x98\x9d\xcc\xef\x9c\xda\x34\x0d\xc1\ \x98\x31\x16\x00\x0e\x65\xd9\x5f\xa7\x0f\xc1\x05\x1f\x11\x82\x10\ \x42\x8c\x80\x20\x86\xe0\x43\x40\x00\x3e\xf8\x10\x42\x04\x68\xda\ \x16\x63\x84\xdf\x43\x3d\x48\xe9\x76\xbd\x89\x8c\xed\x31\x42\x6d\ \x57\x39\x67\x00\xc2\x7e\xbf\xeb\xc7\xa3\x5e\xcc\x6f\xad\xed\x97\ \xf5\xfd\xf9\x17\xa0\x67\x0e\xe1\xbe\x02\xf4\x7f\x49\x08\x49\x92\ \xc4\x18\x03\x80\xd0\x0f\xc9\xe5\x06\xa7\x69\xda\x5b\xb8\x38\xe7\ \xfa\x16\xfa\xf7\x0f\x95\xf4\x56\x3e\x3d\xe7\xbb\x87\x87\xfa\x10\ \xa7\x1e\xc5\x67\x9c\x59\x6b\x21\x38\x4a\x71\x08\x91\x31\x8e\x50\ \x0c\xc1\xf7\x55\x5c\x08\xfa\xfd\x41\x87\x31\x09\xc1\x77\x8d\xe2\ \x94\x01\x44\xad\x15\xa0\x38\x18\xe4\xde\x7b\x06\x28\x4b\x53\x04\ \x80\x20\xca\x44\x70\xc6\x54\xd7\x71\x46\x39\x23\x87\x43\xb9\xb7\ \xa6\xb7\xa9\x52\xcb\x55\x55\x55\x65\x59\x46\x00\x42\x28\x10\x8c\ \x30\xd2\x5a\xef\xf7\xfb\xc1\xa3\x07\xe5\xe1\xd0\x77\x82\x49\x92\ \x34\x6d\x83\x31\x49\x84\x04\x88\xce\x98\x7e\xec\xed\x73\x01\xfa\ \x0f\xd8\x87\x26\xf4\xbf\x03\x42\xeb\xf5\x1a\x21\x34\x18\x0c\xac\ \xb5\x08\xa1\xe0\x9d\xee\xba\x43\x8c\x82\x11\x9e\xa4\x27\x67\xe7\ \xe3\xf1\xf8\xed\xdb\xb7\x3d\x1d\xb7\xa7\xa4\xf6\xd9\x33\xfd\xcd\ \xf9\x40\xa8\x18\x50\x22\x92\xd1\x70\x54\x95\x55\x08\x1e\x23\x42\ \xf1\xfb\x83\x8f\x50\xc2\x18\xc3\x98\x20\x8c\x28\xc1\x5a\x75\x83\ \x2c\x0f\xc1\x6d\xd6\x2b\x65\x74\x04\xe0\x89\x88\x11\xf6\xbb\x7d\ \x9e\xe7\xda\x98\xfe\x8b\x15\x01\x86\xc3\x8c\x52\xaa\x3a\xcd\x28\ \x42\x00\x89\x60\x10\x02\x42\xb1\x6e\x2a\xeb\x3d\x17\xbc\x53\x1d\ \xa1\xc7\x08\xc1\xfc\xf4\x84\x71\x3a\x1a\x0d\x42\xf0\x87\xfd\xae\ \xaa\xeb\xc1\x20\x6f\xdb\x0e\x20\x0e\x06\xc5\x7e\xbf\xdf\x6c\xb6\ \xe7\x27\x27\x4f\x9f\x3c\x9e\xcd\x8e\x10\x84\xe5\xfd\x26\xc6\x88\ \x30\xc1\x18\xf5\x3b\x8e\xd5\x72\x91\xc2\x04\xa2\xbf\xba\x78\xe7\ \x22\xa4\x89\x60\x11\xed\x0f\x87\xd9\xc9\xec\xe8\xe8\xa8\x6e\x5a\ \x84\x10\xe7\xbc\xaa\xaa\x3e\xce\x0f\x23\x1c\x63\xcc\xf3\xec\x70\ \xd8\x01\x44\x8c\xe9\x66\xbb\x5b\x2c\xd7\xa7\x27\x27\x59\x31\xb0\ \x5a\x07\xef\x3a\xad\xaf\xaf\x6f\xc7\xc3\x31\xe7\x22\x95\xd9\xb3\ \x47\x8f\xcf\xcf\x1f\xfe\x97\xff\xfa\xb7\x9f\x7d\xfe\xa3\x34\xcb\ \x77\xfb\xc3\xe4\x68\xca\x45\x62\x9d\x2f\x06\x03\xf8\x50\x32\x2a\ \xc1\xfd\xed\x45\xce\xf9\x5e\x9f\xef\x9c\x7b\xef\xf3\x04\xd0\x27\ \x00\x89\x84\xf7\x79\xce\xd1\xfb\x24\x11\x32\xed\xe3\x53\x12\x46\ \x88\xa7\xc0\xa4\x20\x1e\x9c\x75\x1c\xc1\xa0\xc8\x8f\xb2\x22\x13\ \x42\x50\xc2\x08\x71\x21\x58\x00\x15\x9c\xaa\x4a\x20\x88\x09\xc6\ \x1c\xa6\x00\x24\x44\x81\xb1\xe9\x3a\xa6\x6a\x27\xa8\xb5\x2e\xcf\ \x32\x63\x2c\xeb\xdb\xe4\x08\xa9\x94\x32\x4b\x64\xc8\xc2\xae\x45\ \x18\x2b\x63\xba\xfd\x5e\x08\x2e\x65\x1a\x43\x88\x00\xda\x1a\xd5\ \xa9\x08\xd0\x43\xc9\x18\x61\x8a\x50\x04\xc0\xa4\xa7\xee\x13\x88\ \xc1\xc7\x10\x83\x45\x10\x19\xe5\x31\x82\x94\x1c\xc0\x37\x4d\x67\ \x8c\xe9\x54\xc3\x38\xae\xeb\x83\x4c\x12\x42\x49\x5f\x91\xfb\x75\ \x5c\x5f\x9b\xfa\x29\x27\xa2\xf7\x7d\x8c\xd6\xba\x7f\x82\xdf\x97\ \xb9\x9e\xae\x84\x7e\x20\x8a\xeb\xbe\xac\xe4\x79\x3e\x1a\x8d\xfa\ \x6b\xed\x2d\x6e\x94\x52\xda\x18\x04\x40\x09\x41\x31\x10\x42\x7b\ \xc3\xf5\xef\xf9\x04\x8c\xb2\x7e\xe6\xb1\xda\x20\xc0\x58\xf0\x18\ \x03\xe3\x04\x53\x2a\x10\x18\x6b\x8a\x01\x1a\x0f\x47\x5a\x9b\xa6\ \x69\x01\xa5\x79\xce\x00\xa1\xb2\xaa\xbd\xb3\x52\x88\xc3\xe1\x70\ \xd8\x97\x59\x96\x85\x88\x9c\x73\x55\xdb\xee\xca\x32\x78\x9f\x48\ \x49\x08\x6d\xda\xae\x77\xa7\x0a\x21\x26\x89\x10\x49\x82\x30\x16\ \x42\x2c\x57\x4b\xe7\x2c\x21\xc4\x22\x87\x00\x53\x42\x43\x8c\x00\ \x20\x65\x46\x28\x1d\x66\x99\x90\x92\x94\x95\x52\xfa\xc1\xa3\x47\ \x5d\xab\xdf\x5d\x5e\xc8\x3c\x87\x18\xb4\xd1\xa9\x4c\x1f\x3d\x7a\ \x64\x8c\xb9\xbf\xbf\x6f\xda\xc6\x39\xdb\x76\x2d\x63\x8c\x52\xb6\ \xdf\x1f\xf2\x3c\xeb\xf1\x7b\x84\x40\x2b\x15\x63\xec\xba\xae\x69\ \xea\x44\x66\x2c\x49\x63\x04\xad\x8d\xb5\xce\x5a\x77\x73\x73\xdb\ \x34\x8d\x94\x92\x10\x1a\x42\xfc\x70\x3e\x17\x82\x62\x50\x3c\x7c\ \xf4\xf0\xfe\xee\xfe\xe6\xf2\xca\x2a\x3d\x9b\xcd\x04\x15\x4d\xd3\ \x58\xeb\x62\x08\x8c\xe3\x7e\xaf\x6a\x8c\x99\x8e\x27\xd6\xbb\xa6\ \x6d\x04\x17\x69\x9a\xb4\x46\xb5\xad\x5a\x6f\x36\x84\x50\xd5\x29\ \xc6\xb8\x94\xb9\x35\xa6\xb3\x4e\x29\x75\x7c\x3a\xc7\x8c\x6d\x0e\ \xfb\x3c\x61\xc3\xd1\xb0\x18\x8d\xca\xba\xba\xba\xbd\x99\x4e\x8f\ \x36\xfb\x5d\x22\x92\xf9\xc9\x3c\xcf\x07\x77\xab\xfb\xa4\xc8\xef\ \x97\xcb\xcd\x61\x4f\x10\x1e\x0c\x46\x8b\xe5\xca\x39\x37\x1a\x8d\ \x30\x26\x5d\xd7\xf1\x84\x6b\x63\x39\xe7\xdb\xdd\x76\xb1\x5c\x22\ \x82\x51\x44\xef\x8f\x74\x84\xea\xba\xc1\xf3\xe9\x68\x34\xde\x43\ \x35\x1d\x4f\x02\x26\xb7\x77\x8b\xd3\xd3\xd3\xa7\x4f\x3f\xfa\xfb\ \x7f\xf8\x25\xc6\x84\x60\xd4\x34\x4d\x96\x65\xc3\xe1\xf0\xfc\xfc\ \xec\xf6\xf6\xfa\xf5\x9b\x37\x46\x9b\xfd\xbe\x74\x0e\x8a\x41\x56\ \xb7\xba\x69\xea\x62\x38\xe2\x94\x30\x2e\xd6\x9b\x8d\x4c\x38\x8a\ \xf1\x6f\xff\xfe\x1f\x64\xc2\x7f\xfe\xf3\x3f\x93\x69\xb6\xd9\x6d\ \x43\x04\xef\xc3\xf3\x6f\xbe\xf9\xe6\x9b\x6f\x18\x63\x87\xb2\xfa\ \xe8\xe9\xb3\xd1\xec\xf8\x83\x63\x2e\x11\xea\xe5\x06\x31\x04\x4f\ \x08\x26\x04\xc5\xe8\x7f\xaf\x31\x02\x42\x88\xb7\x86\x10\x12\x9d\ \x8b\x21\x7a\xeb\x10\x46\x31\xfa\xc5\x9a\x8c\x1b\x00\x00\x20\x00\ \x49\x44\x41\x54\x10\x48\x0c\xc4\x45\x02\x98\x58\xe7\x43\xdb\x25\ \x0e\x72\x21\x86\x42\xf0\x18\x82\xee\xf8\x68\xdc\xd6\xcd\xc3\xa7\ \xcf\x36\xd1\x69\x04\x9c\x73\x99\x26\x59\x96\x32\x42\x13\x86\x39\ \xa0\xa8\xcd\xe2\xf2\x4a\x43\x54\x9c\xee\x9a\xf2\xe3\x87\x67\x27\ \x45\x8e\x01\x0e\x87\x83\xd5\xa6\x18\x0f\xb3\xc1\x50\x27\x2c\xf7\ \xba\x34\x2a\x06\x9f\x65\x29\x21\x04\x61\x84\x48\x6f\x0c\x81\x10\ \xc1\x8c\x33\x46\xa9\x8f\x00\x04\x13\xd2\x5b\x37\x00\x00\x20\x88\ \xfd\xa6\x3b\x22\x06\x31\x30\x46\xad\x73\x9c\x71\x04\xc8\x53\xd2\ \xa9\x8e\x71\x3a\x1b\xcc\xbc\xf5\x84\x11\x82\xc9\xf7\x7d\x49\xcf\ \x05\xe9\xf1\x2c\x29\x25\xa1\xd4\xc7\x80\x10\x72\xde\x07\xef\x7b\ \x5c\xa5\x4f\x18\x11\x42\x70\xf6\x8f\xd7\xa5\x7f\xbe\xca\x45\x30\ \x0e\xc6\x82\x0f\x69\x22\x11\x40\x91\xe6\x21\x78\x9a\x62\xd5\xb4\ \x9c\xf3\xd1\x60\x18\x9c\x09\xc1\x01\x46\x00\x01\x41\x24\x18\x12\ \xce\x30\x0a\x04\x93\xa6\x69\x53\xce\x7d\xe7\x30\x0e\x82\xd1\x48\ \x80\x70\x42\x31\x6b\x95\x92\xb6\x63\x5e\x28\xa3\xd2\x24\x03\x44\ \x3b\x17\xba\x56\x75\x11\xab\xd6\x55\x07\xed\x94\xbd\xb9\x5a\x9f\ \x3d\x7c\xb0\x6b\x6a\x96\x72\xeb\x7c\x8b\x88\x60\xa9\xf1\xa4\x6d\ \xbd\x56\x91\x12\xc2\x30\x10\x10\x52\xe6\x84\x53\x96\xf0\x80\xfc\ \x6a\xb7\x71\x28\x22\x8c\x89\x60\x31\x42\x24\x18\x53\x62\x00\x2e\ \xef\x97\x45\x31\x38\x39\x3d\x65\x22\x7d\xf0\x74\xb6\xab\xba\xd1\ \xd1\x69\x67\xee\x43\xc4\xc5\x70\xc4\x83\x2d\xcb\x32\x62\xc4\x65\ \x52\x36\x0d\xa2\x84\x70\xa6\xac\x8d\x18\xf5\x0f\xe9\xe4\x74\x7e\ \x3c\x9b\x59\xe7\x9a\xe5\xa2\x18\x14\xd6\xfa\xae\xeb\x10\x10\x17\ \x71\xb4\x61\xbd\x3e\xc8\x54\x52\x96\x28\xed\x8e\xa6\x09\x17\xa9\ \x4c\x91\x10\x22\xcb\x87\x55\xad\x7a\x46\xfe\x87\x41\x5d\x38\x82\ \x37\x76\x32\x1a\x1d\x06\xc5\xc3\x87\xe7\xa3\xd1\xa8\x94\x95\x71\ \x66\xb9\x5e\x7c\xf6\xd9\x67\x08\x42\xd7\x36\xde\x45\x21\x84\x47\ \xa8\xd5\x46\xe4\x85\xd6\x5a\x72\xa1\xca\xd2\x85\x20\x32\xa9\x94\ \xc9\xd3\xbc\xab\xcb\x04\xd1\x2c\x1b\xd4\x65\xbd\x6f\x6b\x01\x47\ \x0e\xf9\x52\x95\x1f\x0d\x1f\x14\x32\xbd\x5b\xef\x28\xc6\xbb\x7d\ \x73\x68\x54\x59\x96\xfb\xaa\x7b\xf2\xe4\x13\x1c\xc2\x46\x2b\x09\ \x6e\xd1\xd5\x90\xca\xe0\xe3\xb6\xaa\x8d\x0f\x75\xd5\x24\x32\xb3\ \x21\x8e\xa7\xc7\x72\x3c\x0a\x5d\x47\x32\xb9\xa9\x0f\xfb\xb6\x42\ \x24\x62\x82\x05\x25\x80\x21\x46\x50\x11\x35\x31\xf9\xbb\xdf\xbe\ \x7c\xf6\xec\xa3\x83\xf2\x1f\xfd\xe8\x27\x26\x32\x99\xe6\x27\xf3\ \x07\xcb\xd5\xff\xf5\xf8\xf1\x93\x2c\x4f\x08\x61\x4d\xd3\xcd\xe7\ \xe7\x8f\x1f\x3f\x5d\xad\xd6\x45\x3e\x74\x0e\xb4\xf2\x3e\x92\x54\ \xa6\x14\xa1\x3f\xfa\xd9\x97\xfd\x24\x6e\x8c\x11\x49\x6a\xbd\xf3\ \xd6\xa7\x69\x6a\x23\x7d\x7d\x7d\xc7\x8b\x51\xe0\x52\x01\xae\x6d\ \x1c\x1d\x9f\x53\x79\x2d\xb3\x6c\x38\x39\xcb\x46\x27\x2e\x7e\xa8\ \xc7\x0d\x46\xce\x81\x56\x41\x8a\x28\xb9\xc4\x04\x43\x40\x8c\x32\ \x1c\x09\xa7\x09\xe2\x84\x73\xce\x3c\xc2\x01\x11\x8c\x31\x45\x38\ \xcf\x31\x8a\x08\x03\x02\x6c\xb5\x63\x94\x1a\x94\x68\xe7\x0b\x03\ \x23\x4c\x4e\x81\x64\xce\x10\x29\x63\x9a\xde\x34\x2d\x1d\x4e\x8a\ \x1f\xff\xb4\x3b\xec\x40\xb5\x27\x93\x69\x2a\x12\xca\x18\x63\x84\ \x93\x28\x82\xf7\x87\xfd\xc6\xfb\x3c\x2f\xc8\x70\x72\x30\x81\x0c\ \x27\xe9\xec\x28\x78\x9f\xf2\x14\xb5\x4d\x71\x34\x2d\xf2\x62\xbd\ \xaf\xce\x27\x53\x09\xf8\xca\xde\x0c\x26\x63\xcc\x29\x10\x12\x51\ \x0c\x3e\x54\xe5\xae\x6b\x2d\x27\x1c\xf9\xc0\x31\x45\x80\x7c\x0c\ \x08\x02\x42\x58\x12\x72\x76\x34\x8d\x10\x01\x90\x8f\x34\x00\x42\ \x08\xa4\x08\x31\x06\xca\x08\x15\xce\x21\x7c\x9a\x66\x3e\x86\xcd\ \x6a\x2d\x12\x2e\x13\x89\x11\xf2\xde\x03\x02\x4a\x99\x0f\xa6\xe7\ \x87\x67\xb9\x4c\xfe\x3f\xe6\xde\xbc\x49\xb2\xe4\xb8\x13\xf3\x23\ \x22\xde\x91\x47\xdd\xd5\xe7\x5c\x18\x0e\x40\xed\x52\x24\xcd\x24\ \x92\xf8\x00\xd2\x67\xd0\xd7\x94\x76\xc5\x35\x5b\x49\xb6\x26\x69\ \x69\x46\x80\x20\xb8\x92\x61\x89\x01\x06\x73\xf5\xf4\x5d\x67\x9e\ \xef\x88\x08\x77\xd7\x1f\x91\x95\x5d\xc0\x6a\x17\x54\xd3\x0c\x9a\ \xb2\xb1\xb6\xaa\xb6\xee\xe9\xcc\x97\xef\x79\xb8\xff\xfc\x77\x54\ \x8d\x48\x01\x7b\xb5\xb0\xa2\x82\xf3\x60\x56\x0c\x9d\x0a\x02\xf3\ \x5f\x16\xea\xfe\xc1\x12\x34\x8c\x99\xaa\xba\x6a\x9a\x9a\x99\x36\ \xdb\xcd\x30\x74\x93\xc9\xc4\x07\x77\x70\x38\x0f\x21\x34\x75\x35\ \x82\x30\x1a\x20\x55\x55\x55\xd7\x95\xf7\x7e\xe7\xb4\xcf\xae\x69\ \xa4\x6d\xda\xdc\xea\x18\x7b\x89\x59\x34\xb1\x82\xa9\xce\x9c\xaf\ \x0d\xd3\x6a\xb3\x5d\x2c\xc7\xba\x1b\x2d\x62\x1d\x5c\x15\x14\x34\ \x93\x80\x45\x01\x79\x7d\xf9\x66\x95\xba\x21\x8d\x87\x07\xf3\xee\ \x76\x21\xfd\xa0\xec\x5e\xbe\x7a\x6d\x00\x4d\xd3\x64\x91\x75\xb7\ \x61\xe7\xe2\xe2\xd6\x50\x44\x75\x18\xc6\x71\x48\x48\x8c\x40\xc4\ \x98\x41\x11\x89\x90\xba\x71\xe4\xb1\xdf\x8e\xa3\x12\xb5\xed\x24\ \x66\x4d\xaa\xbf\xfe\xcd\x97\x6f\xde\xbe\x41\xa2\xaa\xa9\x03\x84\ \x61\x18\x52\x4a\xc5\x6f\xc0\x7b\x3f\x0e\x23\x42\x59\x2b\x3b\x22\ \x3a\x3e\x3e\x76\x21\x5c\x5c\x5e\x3a\xe7\x3f\xfe\xe8\x93\xcb\xcb\ \xab\x17\x2f\x9e\xc7\x18\x63\x16\x4b\xe3\x18\x47\x62\x5e\xaf\x37\ \x7d\x3f\x10\xf1\x66\xb3\x5d\x2e\x17\x3f\xfa\xd1\x8f\xfa\x7e\x78\ \xfe\xfc\x45\xce\xf2\x7e\x2e\x37\x44\x74\x7e\x7e\x16\x63\x9c\x4c\ \xda\xf3\xf3\xb3\xae\xdb\x4e\x27\xed\x7c\x3e\xe9\xfb\x59\xd7\xcd\ \x0f\x0f\xa7\x84\x18\x98\xc6\x61\x70\xce\xc5\x14\xcf\xce\xcf\xc4\ \xcc\x18\x84\xa0\x6a\x9b\xd0\xd4\x93\xc3\xc3\xb8\x19\x60\xbd\x25\ \x72\x35\x71\x34\x9d\x1e\xcd\xc7\x9c\x30\xa6\x8b\x5f\x7f\x07\x8e\ \xae\xeb\x66\x1c\x87\xc6\x87\x3c\x44\x76\x14\x25\xf5\x63\xcf\x88\ \x7f\xf3\x37\xff\xe7\xbc\x6d\xf9\xb0\x89\xcf\x64\xb1\x5e\x6a\xca\ \xdb\xf5\xfa\xbb\x57\xdf\xd5\x75\x3d\xa6\xb4\x78\xdb\x93\x0f\x6d\ \x55\x7d\xf3\xfc\xb9\xf7\x9e\xd8\x2d\x57\xab\xe5\x62\xe5\x82\x77\ \xc4\xa2\x0a\xa6\x81\x7d\x56\xdd\x8c\x71\xf1\xea\xb5\x12\x1f\x1e\ \x1d\x47\x83\x55\xd7\x3d\x7f\xf5\xe6\xd5\xeb\x37\xc3\x38\xd4\x4d\ \x35\x9d\xce\x9a\xa6\xf9\xfa\xeb\xaf\xaf\xaf\xaf\xfe\xed\xbf\xfd\ \x66\xbd\x5e\x3b\xe7\x2e\x2f\xaf\x72\xce\xb3\xb6\x51\xd1\x47\x8f\ \x1e\xfe\xf9\x9f\xfd\xe9\xc5\xc5\xc5\x9b\x37\xaf\xff\xe2\x2f\xfe\ \xe2\xe8\xe8\xe8\x27\x3f\xf9\xc9\xc5\xc5\x45\x12\xe9\x53\x6a\xba\ \x2e\xa9\x3c\x7b\xfe\xfc\xd5\xeb\xd7\x7f\xf7\x0f\x7f\x6f\x8a\x2f\ \xdf\x5e\xfc\xe8\x87\x7f\xfc\xc1\x47\x1f\xfd\xeb\xbf\xfe\xeb\xbf\ \xf8\xcb\xff\xf6\xfd\xba\x5d\x15\x9d\xcd\x0e\x1e\x9c\x3f\x9e\xcd\ \x5a\x4f\xa0\x66\x66\x8a\x8c\x66\x68\x00\xde\x87\xa6\x6e\x82\x79\ \x02\x2c\x86\x5b\x40\xc8\x44\xc8\x68\xa0\x6a\xea\xd8\x45\x17\x04\ \xe8\x28\xa5\xd9\x76\x5b\x8d\x03\xa6\x94\x1d\x77\x91\xad\x99\xba\ \x83\xe3\x2d\xba\x1e\xcd\xb5\x6d\x3b\x3b\x60\x64\x33\xe1\xaa\x72\ \xce\x28\x0d\xec\x9c\xa9\xb6\x4d\x3b\x7b\xf4\x64\x39\x8c\x51\x6d\ \x04\xf4\x55\x3d\x3d\xad\xb2\xa9\x31\x8f\x39\xbf\x78\xfd\xea\xe1\ \xd1\xc9\xc9\xc1\xf1\xc9\xd9\xf9\xf5\x7a\xb9\x1e\xfb\xba\x6d\xd5\ \x0c\xcc\xea\x7a\x02\xba\x10\x33\x22\xdd\x2d\xc4\x0c\x8c\x58\x44\ \x7c\x70\xcd\xa4\x2d\x6c\x21\x83\xa0\xc6\xaa\x62\x26\x6a\xa2\x66\ \x4e\xb3\xaf\x5b\x60\x4a\x29\x79\x17\x1a\xef\x1d\xb3\xaa\x06\x0e\ \xa5\xd3\x74\xce\x85\x2a\xf8\xe0\x0b\x37\x82\xca\x61\xec\xdf\xb1\ \xa6\x0c\xa0\xa8\x56\xdc\xf7\xa7\xe7\x2a\x6a\xf2\x7e\xd8\xa4\x3c\ \x77\x9e\xbd\x67\xd1\xc4\x1e\x09\xe9\xf8\xf8\xd0\x39\x16\xd1\x61\ \xab\xa0\x86\x64\xe5\xd5\x23\x11\x33\x1b\x00\x92\x51\x15\x2c\xb8\ \x04\x29\xa9\x61\x06\x8a\xc2\x63\xe6\x9c\xdb\xd0\x1e\x50\xed\x42\ \x38\x3e\xac\xb6\x69\x2b\x63\x17\x3c\x56\xe4\x6a\x1f\x8a\x5a\xdf\ \xcf\x66\x8a\x16\x87\x2d\xa9\xc4\x57\xaf\x28\x84\x83\x10\x08\xec\ \x7a\xbb\xac\x26\xad\x0f\x35\x20\x76\xb1\x43\xe4\x99\x6b\xb7\xdb\ \x5e\x93\xa1\x62\xb7\xe9\x7c\x08\x88\x08\x86\x9a\x05\x11\x02\x12\ \x83\x39\xc6\xc5\x62\x61\x26\x6d\xdb\x3e\x1f\x63\x99\x6b\xc1\xb4\ \x69\x9b\x71\x18\xba\xa1\x03\xb3\xa6\xae\x73\xce\x6d\x31\xfa\xc8\ \x99\x11\xbd\x73\x22\x32\x9f\xcf\x0b\x7f\xad\xf0\xfe\xbf\xfa\xea\ \xab\xc2\x5e\x29\x39\x66\xa2\x65\x97\xac\x66\x12\x63\xbe\xba\x7a\ \xdb\x75\x9b\xc5\xf2\x76\xb5\x5c\x6c\xb6\x9b\xdb\xdb\x2b\x35\x81\ \xf7\x35\x8a\xda\x6e\x97\xa6\x7a\x7c\x3c\x7b\xf4\xe8\xf4\xf9\xf3\ \xe7\x80\xf9\xf4\xe4\xfc\xc1\x83\x93\x1f\xfd\xe8\x07\x88\xf8\xfc\ \xdb\x67\x63\xdf\x39\xef\x27\x6d\x13\xaa\x60\xa0\xc4\xd4\x4e\xdb\ \x2c\x32\x3f\x9a\x23\xa2\x12\x6d\xe0\x36\x6e\x37\x86\x30\x76\x1b\ \x71\x28\x43\xf7\xf1\x93\x0f\x1e\x8a\xff\xe3\x87\x9f\x5d\xac\xae\ \x5e\xbf\x7a\x0b\xd3\xc9\xe1\x83\x87\x3e\xf8\x0f\x1e\x3d\xdc\x76\ \xdd\x02\xe9\xd1\xf9\x83\x61\xd3\x0d\x8b\xd5\xb8\xb8\x19\x5f\xbc\ \xf2\xec\x98\x69\x5c\x6f\x96\xaf\x5f\x1e\x7d\xfa\x69\xd5\x84\x64\ \xba\x5a\xdf\x68\x9e\xb4\xec\x37\xab\x6d\x4e\xb2\x5c\xac\x1d\x72\ \xed\x6b\x33\x88\x39\x99\x59\x13\x82\xc4\x98\x65\x50\xb5\x9f\xff\ \xc3\xcf\x3e\xfe\xe8\x93\xe0\x43\x4c\x09\x91\x86\x61\xcb\x8c\x00\ \x7a\x73\x73\xe9\xbd\x3f\x3a\x3a\x40\x34\xd5\x3c\x9d\xb6\xde\xfb\ \xcd\x66\xcd\x04\xcc\xd8\xd4\x55\xa8\xdc\xdf\xfc\xfb\xff\xa3\xaa\ \x6b\x00\xfd\xfc\x57\xbf\x3c\x3d\x39\xe9\xfb\xed\x74\xda\x02\x80\ \x47\x37\x0c\xdb\x61\xdc\x7a\xcf\x39\x8f\x3f\xfb\xbb\x9f\x9e\x9d\ \x9d\x5f\x5e\xbe\x1e\xfa\xcd\xc3\x07\x27\x5f\x7c\xf1\xf9\xa7\x9f\ \x7d\xcc\xbf\x8f\xcc\xfd\x9f\xfb\x62\xc2\xe0\x9d\x73\x8c\x05\x7b\ \x53\x70\x8e\xcb\xc3\xe0\x3d\x33\x13\x00\x1a\x52\x22\x13\x02\x04\ \xcd\xa6\x68\x58\xdc\x28\x13\x28\x4a\x6e\xc0\x05\x43\xcb\x39\xa9\ \x50\x13\xa8\x6d\x81\xdc\xd1\xf1\xa9\x6f\xa7\x10\x25\xc5\xb1\x6d\ \x6b\x35\xd1\x9c\x91\x50\x24\x66\x04\x95\x28\x26\x19\x61\xcc\xd9\ \xe5\xb1\x6a\xab\x2c\x29\xc6\x11\xbc\xab\xbc\xef\xfb\x2e\x76\xdb\ \xcf\x7e\xf0\xe9\x5f\xfd\xf8\xc7\xab\x9b\xd5\x37\x5f\x7f\xfb\xf0\ \xe0\x78\x22\x78\x79\xbb\xbe\xba\x7e\x53\x55\x75\xe5\xbd\x26\xac\ \x5c\xeb\x98\x0c\x32\x18\x88\xa5\x6c\x2a\xa6\xe8\x1d\x78\xdf\xa5\ \x38\x0c\x83\x28\xa0\x3a\x04\x52\x55\x03\xd1\x3b\x32\xb9\x9a\x25\ \x15\x31\x45\x84\xf5\x30\x80\x99\x88\x94\xc7\xbf\x30\xb6\x0a\x0d\ \xa0\xeb\x3a\x00\x02\xdb\x91\x0a\xca\xde\xdc\xee\xbe\x44\xa4\xaa\ \x2a\xf8\x7d\x18\xfd\x1f\x6e\x5a\x14\xc9\x43\xbf\xdd\x6e\x57\xcc\ \x5c\xa0\xae\x9b\x6b\x29\x34\x28\x00\x4c\x31\x4a\xcc\x68\x80\x88\ \x8a\x60\x66\x63\x4a\x2e\x38\x03\xe4\xcc\x29\xa5\x4d\x1a\x7a\x8d\ \x98\xa5\x12\xc1\x31\x4d\xc8\x3f\x38\x7e\xd8\xd6\x6d\x55\x37\xcd\ \x74\x86\xcc\x95\x53\xe7\xc1\x1c\x27\x53\xc8\x52\xd7\x1c\x14\x6a\ \x0e\xe8\x79\x9b\xa3\xa0\x91\x23\x62\x36\x80\x21\x8d\xf3\x69\xb3\ \x4d\xe3\xf5\x7a\x41\x93\x06\xc0\x86\x3c\x4c\x78\xb2\xed\xc6\x6d\ \xdf\x97\x80\x38\x04\x82\x92\xc6\x94\x0c\xc9\xd0\x23\x10\x96\xce\ \xd1\x4c\x54\x33\x33\x66\x13\xd1\x08\x90\x43\x60\xe7\x18\x01\x8a\ \x7c\xa1\x20\x8e\x85\xbf\x03\x00\x65\x4f\x9a\x52\xaa\xaa\x4a\x55\ \xf7\x94\x34\xe7\x5c\x5d\xd7\x85\x5e\x5b\x85\xd0\x0f\x5b\x11\xad\ \x6a\xcf\xcc\x29\xc7\xaa\x76\x47\x47\xf3\xb7\x17\xaf\xb3\xe4\xd9\ \x7c\x52\x36\x15\xef\x57\xb9\x6e\x6f\x2e\x44\x8b\x71\xee\x76\x18\ \xb6\xeb\xb5\xef\xba\x75\x8c\x63\xe9\xc9\x17\xb7\xd7\x26\xa9\x8b\ \x7d\x8a\xfd\x7c\x7e\xf0\xdd\x77\x9b\xd0\xd4\x55\x5d\xa5\x9c\xd9\ \x39\x15\xd1\x24\xa9\xef\x92\x74\x11\x7b\x1d\xfb\x07\x93\x93\xcf\ \x4e\x3f\x39\xac\xa6\x1f\x1c\x3f\xac\xd5\x7f\xf6\xe8\x61\xe7\x92\ \xf7\x0e\x0d\xaa\x50\x89\x08\xd7\x07\x7c\xfc\xa8\xae\x9b\xa1\xed\ \xf3\x51\x1a\x73\x32\x80\xa6\x6d\xc7\x9c\xe2\x99\xbe\x3d\x7e\xb0\ \x1a\xfa\x75\x37\x68\xe5\x2d\xc3\x81\xaf\x63\x94\x31\x0b\x7a\x3f\ \xc4\x04\x86\x25\xcd\xdb\xb2\x4a\x56\x21\x99\x1e\xb6\xa6\x39\x84\ \x70\x30\x9b\x4c\xda\x0a\x00\x01\x98\x99\x53\xcc\x87\x07\xb3\x47\ \x0f\xcf\x62\x1c\xbe\xfd\xf6\xdb\xc7\x8f\x9f\x10\xe1\xa4\xad\x42\ \x08\x39\xe7\xf9\x6c\x22\x39\x5e\x5e\xbe\xad\x6b\xe7\x08\x9a\xb6\ \x02\x33\x95\x04\x96\x63\xec\x1f\x3e\x3c\x1b\xfa\x61\xbd\x5e\xb7\ \x6d\x5b\xb5\xd5\x3f\xfe\xe2\xff\x26\xe2\x0f\x3f\x7c\x5a\x37\xad\ \xa9\x9d\x9d\x9d\x30\xf3\xcf\xff\xc3\xcf\x5d\xc5\xe7\x0f\xce\xdf\ \x33\x5d\x1c\x31\xa7\x18\x87\xbe\x72\x0c\x8e\xcd\x54\x4d\x20\xa1\ \x0b\x8c\x68\x29\x0d\x29\x8d\x26\x0c\x80\x86\x56\xf8\xe2\x29\x8f\ \x40\xc8\x54\xc4\x9e\x78\x14\x9a\x83\x6a\x0a\x29\x6b\x1c\x20\x38\ \xa8\xc2\x80\x46\x75\xed\xbd\x6b\xbc\x77\xa2\x3a\xc4\x8c\xba\xd2\ \x2b\x36\xf4\xde\xa5\x1e\x10\x15\x73\xa4\xcd\x26\x4b\xa6\x9c\xe2\ \x66\xa5\x71\xb8\x59\x5c\x39\xb0\x83\xf9\x4c\xc1\xae\xde\xbc\x9e\ \x4f\x26\xb1\xdb\xfc\xec\x27\x7f\xe7\xb9\x8e\x7d\x7e\xfb\xe6\x82\ \xbd\x3b\x9e\x1e\x0e\xeb\x6e\xb3\x5e\xe4\x10\xb0\xcf\x35\x38\x06\ \x13\x13\x03\x2b\x62\x6f\x26\x36\xe6\x38\xc6\xeb\xeb\xc5\x98\x93\ \x2a\x90\x42\x09\x2e\xb3\x7b\xb4\x81\x94\x92\xdd\x29\xf9\x9c\xa3\ \x52\x92\x72\xce\x05\xa4\x2f\xf7\x7c\x61\x26\x99\x21\x21\xef\xd9\ \xa6\x65\xba\x2a\x7f\xa6\xfc\xe1\xdf\x1b\x76\xf5\x87\x64\xa2\x1a\ \x12\x10\xa3\x68\x8e\x69\x64\xe6\x40\x9e\x18\x91\xc0\x4c\x7d\x70\ \xa0\x86\x0a\xce\xb9\xaa\x6d\x42\x55\xa9\x19\x57\xbe\xac\x4c\x33\ \x80\x62\xb9\x82\x84\x9a\xbc\xc1\xa3\xc3\xe3\xf3\xe3\x63\x42\x07\ \x55\xe0\xb6\x8e\x88\x5d\xdc\xa0\x68\xa8\x1a\x05\x22\x42\xc7\xd5\ \x76\xb9\x4a\x9b\x75\x35\x69\xb3\x43\x55\xf3\x02\x29\x27\x44\xac\ \xea\xfa\xc9\x87\x1f\x7d\xf3\xfc\x59\x56\xe8\x17\xab\x11\x54\x40\ \xaf\x6e\x6f\x03\x06\x01\x18\x54\x04\xd1\xed\x92\x26\x48\x31\x11\ \x00\x39\xa7\x2a\xdd\xb0\x65\xc6\x98\xc6\xb2\x3d\x44\xa4\x61\xe8\ \x53\x1e\x57\xeb\xc5\xe5\xf5\xb5\x1a\xf0\x5d\xb4\x09\x12\x22\xe0\ \x5e\x61\x47\x80\xfb\xad\x70\xd9\xb6\x14\xbf\xdd\xfd\x39\x93\x73\ \x42\x2b\x1f\xb0\x02\x80\x88\x32\xd3\x7c\x3e\x1d\x86\x01\xb3\x21\ \xda\xfb\xba\x39\x23\x80\xa5\xd8\x85\xe0\x35\x8f\xfd\x76\x95\x63\ \x5c\x2f\x75\x3e\x3f\xa8\x3c\x11\x64\x53\x98\x4d\x9a\x2e\x5b\x1d\ \x42\xdd\xd4\xed\xb4\x6d\x26\x93\xa4\x52\xd5\x15\x20\xf6\xc3\xb0\ \x5a\x76\x55\x54\x31\xe9\x39\xf6\x2e\x3e\x38\x6a\xfe\xfc\xf1\x07\ \x3f\x9c\x3d\xc0\xd1\xb0\x9d\x5d\x92\x8e\xa1\x52\x4b\xd0\xd6\x63\ \x8c\x83\xa8\xf3\xec\x05\xfb\xcd\xb6\x46\x53\x8f\xd9\xb1\xf3\x6d\ \x16\xd9\x12\x69\xc5\xcd\x6c\xfa\xe8\xe1\xc9\xb3\x7f\xf8\xfb\x55\ \x4e\x43\x1e\xcc\x51\xb7\x59\x59\x5e\x57\xa1\x32\x22\x63\x36\xb4\ \xa4\xca\xe4\x95\x34\xa3\x26\x53\xf6\x1c\xe3\x90\xd2\x48\x0c\xaf\ \xdf\xbc\x2c\x8d\x30\x20\xa5\x98\xcc\xe0\xa7\x3f\xfd\x89\x5a\x22\ \xe2\xdb\xe5\x4d\x8a\xb1\xaa\xaa\x10\x82\x8a\xc6\x14\x6f\x6e\x6f\ \x63\xea\x87\xb1\x7a\xf9\xea\x79\x69\x75\xfb\x61\x1b\x2a\x4e\x69\ \x70\xce\xc5\x18\x55\x75\xb5\x1e\xab\x14\x88\x38\xa5\x71\x1c\xc6\ \xca\xbb\xae\xeb\x9e\x3e\x7d\xd4\x0f\xe3\x38\x8c\x4d\x53\x55\x55\ \x05\xef\xa7\xba\x02\x10\xcd\x63\x1c\x42\x0c\x28\x64\x00\x0a\x6a\ \x60\x59\x4c\xf2\xa8\x39\x21\x20\x9a\x43\x20\x44\x60\x62\x22\x34\ \x15\x1f\x7c\xdb\xd4\xde\x87\xba\x0a\x73\x85\x76\xdb\x63\x4e\x8e\ \x91\x3d\x25\xb0\x8c\x30\x9f\x4f\x54\x52\x0d\x36\x01\xad\xd3\xe8\ \x49\x28\x69\x60\x82\x11\x94\x0c\xd0\x60\x1c\xa8\x8f\x9c\xa4\x52\ \x03\x95\x23\xe7\x62\x37\x54\xe3\x30\x95\x56\x45\x66\xaa\x07\x80\ \xad\xda\xf2\xd5\xab\x07\x0f\x1e\x63\x1c\x37\x17\xcb\x87\x0f\x1f\ \xca\xd0\x9d\x3a\x1e\x2b\x7f\x30\x9b\x3e\x6e\x9a\x14\x63\x92\xa1\ \x1b\x56\x49\xf2\x10\xd3\x98\x25\x89\x81\x0b\x39\x6b\x5a\xaf\xc9\ \x79\x4f\x2e\x6b\x42\x42\x33\x40\x20\xdb\xc1\x12\x5c\x05\x02\x53\ \x53\x01\xe3\x0c\x9a\x35\xef\xf7\x86\x85\x43\x57\x6a\x93\x99\x95\ \xb2\xb5\x67\x45\xec\x2b\x57\xd9\xa4\xff\x53\x26\xf4\x3f\x5c\x82\ \x46\x31\x99\x4e\x29\x95\xe5\x7a\x49\x01\x31\x53\x11\x50\x55\xba\ \x43\xa0\x11\xa0\x38\x99\x01\x82\xe4\x5c\xfc\x06\x24\x25\x25\x73\ \x6c\x90\x62\x4d\x70\x7e\x72\x7c\x72\x74\xa8\xa6\x7e\x5a\xa7\x2a\ \x9c\x7f\xf6\x71\x87\x3a\x0e\x5d\xd3\x54\xbe\x0e\x8a\xe8\xc4\x1a\ \xe4\xee\x66\xf9\xed\xd7\xdf\xb8\xf9\x7c\x72\x72\x80\xcc\xb3\x50\ \x5d\xbe\xbd\x40\xb3\xc9\x64\x32\x3f\x3a\x9e\x2c\x37\xb3\x3e\x2f\ \x5f\xbf\x8c\x22\x75\x53\x2b\x81\x78\x10\xb4\x08\xa2\x9e\x12\x1a\ \x11\xab\x2a\x54\x2e\x67\x4b\x68\xad\x23\x33\x21\x72\xa6\x56\xf6\ \xbb\x88\x94\x73\xda\x05\x9c\x10\xb0\x51\x79\x42\x00\x00\x75\x27\ \x5a\x2c\xa4\x95\x72\xf8\x78\xef\x45\xa4\xf4\x5c\xe5\x3a\x14\x32\ \xad\x88\x88\x42\x51\x18\x00\xec\xb6\xc8\xcc\x3b\x2e\x75\xa1\x86\ \xbd\x1f\x13\xb5\xdc\x1c\xb5\xf7\x39\xa5\x88\x5d\xe5\x59\x12\x10\ \x18\x81\x82\xda\x18\x47\x66\x06\x83\x9c\x73\x5d\x55\x8c\xa4\x29\ \x4b\xce\x92\x93\x10\xc6\x9c\xfb\x71\xd0\x2c\x66\x1a\x2a\xe7\x92\ \x9d\xcd\x26\x7f\x72\xf4\xe8\x11\xf9\x49\x37\x72\x33\xdd\xcc\xeb\ \xd3\x7f\xf9\xc9\x8d\x8c\x47\xec\xab\xc9\x04\x1d\x83\xea\x94\x03\ \x0d\xf9\xe7\x3f\xfd\xbb\x8d\xe9\x83\x8f\x9e\x86\xd9\xd4\x55\xcd\ \x7a\xb9\x5e\x2c\x6e\xe3\x98\x26\x27\xc7\x71\xb3\x3e\x78\xfa\xd1\ \xcd\xf3\x67\x37\xb7\xd7\xc9\xb4\x6e\x9a\x69\xd3\x6c\xc7\x7e\xb1\ \x5d\x47\xcb\xd3\xc9\x54\xb2\x28\x00\x04\x02\x24\x61\x60\x66\xcf\ \x3b\xb0\xa5\xe4\x0d\xa7\x98\x4d\x32\x13\x84\x50\xc7\x38\xa6\x3c\ \x7a\xc7\xc5\xd6\x4e\x24\xa7\x51\x00\x40\x52\x44\x15\x26\xd3\x9c\ \xaa\xe0\xe2\x18\xc1\x64\x36\x6d\xbb\xed\xba\x69\x1a\xef\xc8\x3b\ \x92\x6c\x6a\x0a\x2a\x25\x9e\xc3\x31\x8d\x43\x87\x00\x8e\x49\x24\ \x4d\x67\xad\x48\x4e\x39\xbe\xbf\xf6\xc7\x00\x00\x14\x41\xb3\xa4\ \x9c\xcd\x54\x85\x34\x27\xcb\x03\x41\x76\xc8\x8d\x9b\x4c\x9b\x7a\ \x32\x99\x7a\xcf\x88\xd8\xd6\x75\x55\x55\xde\xb3\x65\xc9\x39\x85\ \x7e\x98\x79\x24\x1f\x90\xd0\x9c\xdb\xc4\x54\x4d\xa7\x92\x06\x30\ \xd5\xed\xb2\x7b\x63\xed\x30\x72\x1c\x3d\x22\x23\xa9\x66\x23\x03\ \x32\x1b\x47\x1d\x92\xeb\x06\x57\x6d\xda\xe3\x23\x57\xd7\x27\x0f\ \x1f\xd5\xce\xbb\x4d\xe7\x99\xfe\xab\xb3\xf3\xe0\xdc\x91\xe9\xff\ \xf0\xdf\xff\x77\xc3\x38\xfc\xf2\xf3\x5f\x6e\x36\x43\x3b\xac\x73\ \xbf\xa2\x3c\xf8\xe0\x2b\x1d\x47\x89\x63\x1e\x37\xdd\x66\x0e\xaa\ \x48\x12\xaa\xc8\xea\x42\x8d\x3e\x08\xa2\x22\x0f\x31\x6f\xfb\x6e\ \xd0\x88\xde\x11\x71\x56\x05\x28\xec\x87\xc4\x88\x22\x49\x53\x14\ \x91\x41\x52\x11\x6f\x16\x26\x60\x51\x19\x97\xdb\x98\x88\x08\x59\ \x44\xcb\xc3\x52\x8e\xf3\xfd\x41\xbe\x77\x7c\xfe\x9e\x54\x2e\x73\ \xcc\x75\xd5\x14\xfe\x6d\x19\xa9\x60\x47\xd1\x05\xe7\x1c\x21\x06\ \x0a\x85\xa8\x6d\x44\x25\xff\x06\xcc\x4a\x3b\xed\x89\xcd\x32\x45\ \x99\x35\xcd\xb1\xab\xe7\x5c\x65\x93\x66\x36\x93\x9a\x65\x12\xf2\ \xac\x16\xb2\x49\x5b\x37\xec\xac\x2c\xd3\x55\x2c\xa9\x09\xf5\xdb\ \x04\xbe\x9f\x9c\x9d\x4f\x0e\x0f\x12\x5a\x17\xaa\x07\xc7\xa7\x10\ \x73\x34\xc7\xdc\x3e\x7e\xf0\xe1\xf9\xf1\xa3\x97\xaf\x5e\x12\xb1\ \x9f\x57\xbd\xf4\xdb\x6d\x8f\x08\x80\xaa\xb0\x6b\x95\x81\xc1\xcc\ \xc8\xd3\xe1\xe1\x31\xe0\xae\x83\x45\xa0\x9c\x45\x44\xaa\xaa\x2e\ \x6b\xd3\xa6\x71\xbb\xea\xac\x6a\x56\x5e\x85\x05\xef\x55\xb5\x84\ \xa3\x14\xeb\xae\x42\x58\x2b\x06\x92\xe5\xa3\x1a\xc7\x11\x00\x9c\ \x77\x77\x19\x62\x04\x60\x72\x07\x1d\x98\x59\xf1\xbd\xfd\x67\xb8\ \xdc\x80\xf7\x55\x8a\x49\xb2\x4d\x9a\xe9\xa4\x99\xa9\x0a\x28\x01\ \xa1\x23\x0f\x86\xde\xd1\xc9\xf1\xf1\xee\xd4\x50\xe8\x57\x1b\x62\ \x1a\xb3\xf6\xc3\x60\x00\x81\x78\x95\x47\xee\xc7\xc7\xae\xfd\x93\ \x93\xb3\x0f\xb8\x69\x46\xa8\x8e\x67\x8b\x3a\xe0\xc7\xe7\xee\xc9\ \x59\x58\xad\x0f\xc2\x5c\xc0\x32\x03\x64\xe9\x87\xec\x93\x99\xb9\ \xab\xeb\xab\xe6\x2c\x9e\x3f\x98\x59\xf0\xdb\xd5\x76\x24\xf7\xf4\ \x93\x0f\x2d\xe5\x74\xb9\x78\x72\xf6\x64\x56\xcd\xae\xaf\xaf\x57\ \xeb\x75\x3d\xad\x07\x1c\x89\x79\xd8\xf6\xd7\x7a\xa9\x92\x4b\xae\ \xa8\xa8\x01\x02\xa0\xcd\x0f\x66\x07\xd3\x46\x76\x67\x1b\x02\x20\ \x35\xac\x26\x85\x60\xc4\x3c\x67\x82\x98\xa2\x99\x02\x60\xce\xb9\ \xe0\x8c\x6a\x2a\x39\x5f\x19\x34\x75\xfd\xe8\xe1\x43\x33\x4b\x29\ \x03\x58\x69\xc7\x8a\xef\x45\x8a\xc9\x7b\x1f\xbc\xdf\x79\xb9\x00\ \x22\xa2\x21\x8d\x29\x1f\x1e\x1d\xaa\x58\x3b\x9d\xd4\x4d\x6d\xef\ \x4b\x8a\x48\x29\xf6\x7d\x87\xec\xb3\x98\xe4\x4c\x84\x64\xce\x83\ \x34\x2e\xb4\x55\xdd\x3a\x7f\xdc\x1c\x56\xa1\x71\x8e\x09\x80\x10\ \x20\x45\x4c\x91\x00\xc0\x84\x44\x29\x45\x50\x15\x83\xac\xa6\x03\ \x47\xc6\xf5\xd0\x27\x04\x87\xbc\x06\x5f\xb1\x43\x02\xa7\x16\xc0\ \xc8\xcc\x50\x0c\x11\x19\x24\xa5\x20\x88\x63\xee\x86\xe1\xe2\xea\ \xad\x73\x9e\x01\xc8\xcc\x11\x4a\x4a\x4c\x64\xa6\xdf\x42\x09\x04\ \x02\x1f\xfb\x33\x76\xbc\xba\x98\x0e\x23\x22\xb4\x81\x01\x47\x37\ \xf3\xa9\x81\x37\x71\x3d\x8e\x9a\x44\xd8\x07\x5f\xb7\xed\x7c\xee\ \xdb\x96\x9c\x57\xa4\x7e\x4c\xdd\x38\xbc\xdd\x2c\xae\xfa\x4d\xcc\ \xca\x14\x90\x58\x14\x99\x89\xc0\x10\x58\x85\x4d\x32\x11\xfb\xe0\ \x0b\xf5\x74\x4f\x9d\x2f\x65\xab\x94\xb0\x7d\x79\xda\x77\x5e\xf7\ \xd1\xae\xef\x4b\xe5\x2a\xba\x81\xe9\x64\xd6\x36\x13\xb3\x9d\x2d\ \x57\x21\x2b\x95\x2f\x22\x0a\xec\xf7\x8d\xa2\x99\x31\x11\x21\xa9\ \xed\xde\x2d\x9b\x55\x24\x0d\x11\x8d\xd9\x89\x85\xca\x73\x70\x23\ \x82\x6b\x1a\x63\x40\xe4\xc3\x69\xeb\xb3\x66\x53\x47\x6c\x1a\x9d\ \x88\x64\x38\xac\x9a\xbe\x1b\xf2\x76\xa0\x83\x83\xce\xa4\x9d\xcd\ \xc6\x9c\x9c\xda\x87\x1f\x7c\xb8\xbd\x5d\xdd\x5e\x5d\x1d\xb5\x33\ \x77\xf6\x78\xb1\x5c\xaa\x68\xdd\xb4\x0d\xd2\x6b\xb4\x18\x33\x57\ \xc4\x04\x19\x20\xe5\x6c\x68\xa1\xf2\x47\x47\x27\x00\x50\x8c\x6d\ \xef\xcd\xe1\x08\xb0\x4b\x2a\x57\x51\xbb\xbb\xf2\x88\x08\x66\x48\ \x84\x00\x37\x57\x37\x29\x54\xb3\xe9\xb4\xaa\xeb\xfd\xb1\xb3\xff\ \xd8\x8a\x12\x80\x18\xb3\x94\x70\xa7\xb2\x67\x31\x55\x45\xc2\x62\ \x66\xef\x5c\x78\x6f\x9c\x0b\x11\x3f\x78\xf4\x51\x8a\x63\xca\x29\ \xc6\x94\x25\xcf\xa6\xd3\xc9\x64\xc2\xec\x0a\x8c\x40\x46\x8c\xae\ \x00\x10\x2a\xaa\xa6\x88\x20\x59\x54\xc4\x39\xaf\x04\xdb\x2a\x4f\ \xb3\x7c\xb2\x94\xb3\xeb\x4d\xa3\x5a\x3d\x38\x79\xe6\xc6\xf4\xe8\ \x68\x7e\x3a\xd7\x3e\x3d\x99\x9c\x1e\xb9\xaa\xcb\x51\x1c\x81\x53\ \x4c\x03\xcb\x70\xc2\xed\xd6\xdc\xb8\xea\xea\x10\x46\xb5\xf3\xa3\ \x23\x17\x53\xde\x76\x47\xd3\xd9\xc1\xc7\x3f\xf8\xe6\xcb\xaf\x9a\ \x7a\xfa\xe4\xa3\x83\xaf\xbe\xfa\xba\x6e\x5b\x9c\x62\xa8\xeb\xcd\ \xeb\xb7\x2f\x52\x72\xce\x21\x31\x7b\x57\x22\x82\x2b\xae\x1e\x9c\ \x9f\x3d\x3a\x3f\x4b\x49\x4a\x6d\x32\x03\x91\x1d\xa4\x7b\x77\xe7\ \x80\xaa\x20\x92\xf7\xc1\x4c\xbd\xf7\x29\x26\x1f\xbc\xf7\xd5\x9b\ \x37\x17\x75\xdd\x1c\x1d\x1e\x17\x47\xb0\xa2\x25\x2c\xe4\xe7\xdd\ \x13\x85\xc5\xc2\x4b\xb5\x14\x4a\x62\x01\x03\x22\x43\x52\xd5\x21\ \x8e\x67\xa7\x67\xbf\xd7\x9c\xf3\x3f\x8b\xd0\x33\x3b\xcf\x4c\x80\ \xe4\xea\xaa\x26\x53\x48\xa3\x07\x0b\x60\x55\xb2\x4a\x6d\xec\xae\ \x7a\x35\x49\xc9\xd4\x1c\xa3\x23\x34\x33\x10\x65\x82\xca\x7b\x4f\ \xb8\xcd\x91\x81\x11\xc8\xbc\x3f\x7c\xf4\xf0\xe1\xc9\x51\x94\xb4\ \x5d\xae\xd2\xf2\x4a\xcd\xc8\x79\x03\x04\x03\x32\x31\x90\x8c\x66\ \x8e\x21\x8b\x1a\x4d\xa8\x7a\x72\x7e\x32\x79\x78\xbe\x59\xad\xde\ \xbc\x7c\xb5\x5e\x2c\x68\x0f\x80\x20\x30\x23\x11\x45\x1d\x99\xcc\ \xb3\x07\xb3\x06\xa0\x0a\x55\x4d\x3a\x9d\xcf\x1f\x3c\x79\x5c\x55\ \xfe\xbb\xe7\xaf\x7f\xfd\xc5\xb7\xd7\xd7\xb7\x79\x1c\x28\x8c\xeb\ \x6e\x93\xd5\x14\xd0\x98\x98\x1c\x7a\x57\x31\xd4\x8c\x12\x73\xb6\ \x8c\xc8\xa6\x26\xa6\x40\xc4\xc4\x5c\x79\xe7\xd9\x21\x94\x25\x5b\ \xe1\x63\x97\x6b\x5e\x46\x45\x00\xd0\xbb\x22\x55\x0a\x59\x39\xce\ \x77\xe6\x0b\xdf\xab\xca\x05\x66\x84\xec\x43\xed\x5c\xb8\x53\x3c\ \xa1\xdb\x3d\x3c\xa8\x0a\x66\x36\xe4\x08\x3b\x1e\x1c\xa2\x1a\xdf\ \x19\xe0\x7a\x76\xcc\xae\x62\x6c\x10\xad\x8f\x69\x18\x5c\xa8\xaa\ \xaa\x4a\x31\xb6\x4d\xab\x62\x13\x65\xc8\xb2\x89\x2b\xb0\x94\xd1\ \x2a\x17\x9c\x0a\xa4\xb8\x4a\x6b\x9c\x10\x64\x58\x8c\x0b\x5b\xd3\ \xbc\x9d\x82\xca\x9b\xe7\xcf\x3e\x79\xfa\xe1\xe7\xff\xf0\xf7\x3f\ \xff\xd9\xcf\x0e\xa6\x33\x3b\x3c\x62\x22\xb6\xb4\x78\xfd\xb6\x6a\ \xbc\x0f\xd5\x01\x30\x32\xab\x68\xce\x99\x01\x8b\x37\x60\x20\x5c\ \xaf\x57\x77\xee\x80\x60\x06\x08\x68\x40\x66\x66\x0a\xe5\x43\x51\ \x13\x28\x8d\x93\x2a\x20\xaa\x6a\x81\xbd\x0c\x6c\x32\x99\xe4\x2c\ \x56\x62\x02\x44\xee\x51\x15\xf5\xee\x47\x14\x85\x3b\xcb\x66\x13\ \x91\x71\x1c\x4b\x6f\x86\x88\xc5\x50\xec\x3d\x05\x74\x00\x4d\x3d\ \x25\x63\xc2\x1c\x9c\x95\x39\xdd\xb1\xdb\x1b\x42\x21\x20\x18\x88\ \x1a\x88\x48\x16\xcb\x59\x55\x41\x2d\x38\xef\x0d\x8c\xc1\x82\x3f\ \x06\x3f\xd9\xac\xec\x7a\x3d\x79\x70\xba\xf6\xb6\x6a\x29\x1c\x4e\ \xcd\xf0\x24\x55\xad\xd8\x58\x6d\x3b\x8d\x8a\x44\x86\x9e\xe2\xd0\ \x2f\x63\xee\x0e\x8f\xa7\x97\xdb\x9b\x97\xd7\xaf\x66\xb3\xa9\x27\ \xde\x0c\x8b\x4e\x61\x3a\xf5\x7f\xfd\x6f\xfe\x55\x60\x7f\x78\x70\ \x30\x3b\x38\x98\x3c\x98\x3e\xfb\xea\xeb\x90\xf3\xd9\xd9\xa9\xdf\ \x0c\x47\x86\x34\x66\x74\x80\x80\xc5\x1e\xa8\x75\x5e\xfa\xb4\x5a\ \x6c\xee\xee\x6c\x28\x56\x41\x84\xce\xcc\x7a\x19\x24\x0b\x92\x95\ \x26\xab\x2c\x73\xeb\xba\x11\x91\xba\xa9\xc7\x7e\x6c\xea\xb6\x0e\ \xcd\x76\xdd\x75\xd8\x33\x73\x96\x9c\xc6\x04\x80\x45\xeb\x5a\x36\ \xd7\x20\x2a\x39\x99\x01\x10\x0a\xc0\x6a\xb3\x19\x62\xcc\x6a\x62\ \x36\x0c\xf1\xd3\x4f\x7e\x48\xf4\x9e\xbb\x45\x51\x89\x39\x39\xc9\ \x88\xe0\xc8\x79\x72\xce\x59\x25\xa3\x4f\x11\xc6\x94\xc0\x14\x90\ \x99\x9c\x21\x80\xb1\x00\x29\x92\x19\x82\xb1\x02\x8e\x39\x33\x2a\ \x0a\x73\xc5\x8a\x1a\x53\x5a\x2e\x2f\x57\xb7\xce\x93\x8e\x83\x4b\ \x43\xcd\x5e\x34\x92\x11\x99\xa2\x09\xa2\xaa\x65\x0c\xde\xd4\x34\ \x63\xaf\xfd\xc5\x6b\xd2\xc5\x1b\x46\x4c\x9b\x0d\xa7\xc1\x3b\x46\ \x29\xe4\x7d\x49\x08\x46\x40\x8e\x00\x2c\xd9\x40\x44\x29\xc6\xec\ \x83\xa3\xa3\xb1\xe7\x37\xaf\x5e\x88\xc9\xed\x72\x63\x9a\x82\x43\ \x48\xaa\x71\xe8\xc7\x91\x98\xd4\x20\xab\x88\xa8\x98\x0e\x6d\xed\ \xa6\xf3\xc6\xb9\xe5\x10\x73\x32\xe5\x30\xe6\x44\x44\x9e\x8c\x0b\ \x31\x0d\xa8\x0c\x16\x05\xa4\xdf\x0f\x0d\xbb\xce\x0b\x09\xa8\x90\ \x2a\x6c\x5f\xd1\xf6\xa3\xe2\xfd\x67\xe4\xff\x7f\x56\x44\xce\xb2\ \xdd\xf4\xa0\x68\x00\xbb\xc4\x00\x1b\xef\x69\x1a\x0d\xd1\x54\x15\ \x01\x02\xbb\x8a\x7d\x5b\xd5\x75\x1d\xea\x50\xd5\x21\x30\x31\x4a\ \x94\x7e\xa8\x1c\xfa\xc9\xc4\x3b\x27\x39\x33\x79\xa7\x80\x51\xe1\ \x66\x8b\x31\x25\xeb\x00\x93\x99\x45\x22\x50\xc4\x2e\xba\xe5\x66\ \x3a\xc6\xe3\x79\x1b\x45\xaa\xbe\x77\x19\x66\x00\x1b\x95\x89\xe4\ \xe9\xc9\x21\xff\xd9\x9f\xbc\x7c\xf1\xb2\xdb\xdc\x4e\x66\x53\xc3\ \xd8\x32\x4d\x8c\x58\xec\xf1\xfc\xf0\xb8\x9d\x65\x13\x01\xd8\x0c\ \x43\x06\x1b\x53\xd2\x71\xbc\xb9\xbe\x55\x40\x42\xde\xe1\x17\x0a\ \x85\x1d\x7a\x77\xdd\xa5\x0c\xb7\x5a\xca\xf0\x9d\x25\xa1\x8a\x68\ \xce\x06\xb0\x58\x2e\xca\xfc\xab\x66\x25\xea\x57\xef\xd0\x4a\x53\ \x55\x20\x44\xb7\x0b\x2c\x90\x3c\x8e\xe3\xed\xed\x62\x1c\x06\x62\ \xae\xeb\x7a\xb3\xd9\xa6\x94\xdf\x33\x3e\x0b\x60\xbd\xea\xd6\xab\ \x95\xaa\x3a\xef\xc6\x41\x72\x4e\x05\x8f\x4b\x29\x21\x20\x20\xa4\ \x9c\x52\xca\xa0\x1a\x88\x2b\x17\x26\x4d\x73\x30\x9d\x4f\x27\x13\ \x02\x0c\xce\x6d\x97\xab\x2a\x66\x1b\x52\x7b\x7c\x34\x4e\xc3\xdb\ \x71\x5b\x3f\x7e\x04\x8a\xb4\x8a\xb5\xd7\xfe\xfa\x15\x4d\xb3\x51\ \x1e\x49\xd1\x80\x46\x6b\x16\xc3\xd1\xb6\x6f\x0e\x67\x33\x24\x5a\ \xaf\xeb\x9c\x6b\xf4\xd5\xd5\x8d\x23\x3e\x7f\xf4\xe4\xbf\xf9\xf0\ \xa3\xe5\x6a\xf5\xcd\xb7\x5f\x37\x1f\x3e\x05\xd5\x03\xb2\x89\x0b\ \xf3\x04\x9f\x9d\x9e\x9f\x56\xcd\xa6\xeb\x47\x95\x3e\xa7\xed\xd8\ \xa7\x2c\x1a\xd3\xd5\xdb\x8b\xc5\x6a\x55\xfa\xd0\xa2\xc3\x2c\x08\ \x23\x98\x95\x81\xdd\x4c\x8b\x9b\xe8\x5e\xcf\xff\x6e\x93\x45\x3e\ \x67\x79\xf9\xf2\x55\xc9\x94\x2f\x34\x94\xb2\xf0\x55\x35\x55\x01\ \x35\xcf\x6c\xaa\xec\x3c\x31\x47\x91\x6f\x5f\x7c\xf7\xe6\xe2\x36\ \x1b\xf8\x00\x29\xc2\x7f\xfd\x27\x7f\xfa\x7e\xac\x08\x04\xcc\x9a\ \x63\x8e\x95\x2a\x61\xb9\x45\xd4\x89\xb2\x99\x57\xab\x54\x48\x55\ \xd9\x8a\x07\x99\xaa\x18\x98\x27\x02\x40\x46\x60\x43\x00\xcb\x66\ \xe0\x9c\x9a\x48\x56\x36\x1a\x6e\x6e\x21\x10\x3a\x73\x20\xc1\x12\ \xea\x20\x10\x14\x89\x0b\x54\x87\x19\x09\x4c\xb3\x2a\x12\xba\x21\ \x66\x5d\x68\xdc\x58\xe5\x3c\x8a\xa2\x66\x8d\x65\x32\x10\x31\x55\ \x30\x20\x14\x71\x84\x6c\xaa\x9e\x39\x8d\xba\xdd\x2c\xbb\x71\x44\ \xef\x13\xe8\xa0\x29\x47\xf5\xae\x9e\xcc\xa6\x21\x45\x01\x69\x26\ \x7e\x18\x86\x31\x46\xd5\x8c\xa4\x8e\xa8\x8f\x83\x74\x9e\x42\x43\ \x0a\xc6\x08\x40\x88\x6c\xa0\x59\xd5\x30\x23\x80\xaa\xed\xdc\x9f\ \x4c\xcd\x40\x54\x54\x76\x00\x08\xc0\x6f\x6d\x9c\x0a\x3e\x5f\xfa\ \xac\xbb\x6f\xbe\x3f\xd3\x62\x99\x81\xb2\xa4\x94\x8a\x2d\x24\x13\ \x15\xc5\x35\x20\x20\x22\x13\x9d\x04\xae\x98\x88\x29\xd4\xa1\x0e\ \xc1\x11\x07\x94\x5a\x13\x0f\x42\x02\x28\x83\xe9\x86\x95\x99\x5c\ \xdc\x48\x67\x10\xea\x76\xdc\xae\x01\xb9\x7f\x73\x91\x45\xbc\x0c\ \x6c\xa9\x10\x72\x1d\x22\x0b\x98\xa8\xa8\xf8\x7c\x9c\x35\xc7\xb7\ \xa6\x80\x22\xf9\x30\x84\xf5\x57\x9b\xe8\x43\xeb\xf8\x48\x7b\x23\ \x48\xab\xcb\x43\x95\xc9\xd9\xa1\x65\x25\xa6\x03\x7f\xb8\xee\x36\ \xdb\xae\x23\xa2\x9e\x82\xab\x9a\xaa\x69\x81\xdc\x32\xc6\x6d\x4e\ \xeb\x61\x18\x14\x0c\x99\x9d\x27\x03\x42\x34\x2a\x4e\x4c\x64\x5a\ \x0c\xed\x01\x10\x4d\xd5\x3b\x67\xaa\x19\xc0\x7b\x3f\xc6\xa8\x7a\ \xff\xf3\x40\x03\x04\x04\x44\xc2\xa2\x75\x31\x00\x50\x22\x2e\x2a\ \xfc\x62\xc6\x00\x08\xa1\xf2\xc7\xc7\xc7\x93\x49\x61\x45\xbc\xe7\ \xc5\x1f\xc6\xa1\x1b\xba\x18\x93\x73\x5c\xf6\xa1\x39\xa7\x9c\xa5\ \xe4\x0c\x1f\x7b\x7a\x0c\xd6\x54\xf5\xac\x3e\x98\x54\xd3\x26\xd4\ \x6d\x08\x6d\x5b\x3b\x86\xae\x5b\x42\x56\xb9\x59\xcc\xd9\x87\x46\ \x07\x4d\xb7\x9b\x9b\x4d\xed\xb7\x5f\x6e\x00\xbf\xf3\xd5\xf1\x8b\ \x9e\xfd\xd8\x23\x6f\x47\xd2\xde\xc4\x44\xb7\xd9\xaa\x68\x79\xd3\ \x6f\xdb\x0a\x2b\x97\xdf\xf8\x44\x98\xc6\x7c\x86\x48\x44\xeb\xc5\ \xf5\x67\xce\x6d\x21\x9d\xce\x6a\xde\x2c\xd6\xdd\xf6\xdc\x3b\xae\ \xaa\xf5\xb0\xa8\x61\x3c\xf0\xe3\xd4\xa7\x96\x3c\x09\xe7\xe9\x24\ \x1c\xcd\x69\xda\xac\xc7\xf1\x62\xb9\x5e\xc4\x18\x9d\x17\x74\x04\ \x0c\x09\xd1\x4c\x20\x2b\x1a\x78\x0c\x5c\x3b\xf1\x29\x26\x05\x53\ \x03\xe7\x43\xdd\xb6\x31\xc6\x18\x63\x8a\xa9\x1b\x46\x2f\xd9\x00\ \x20\x25\x04\x74\xcc\x56\x4c\x6c\x55\x80\x08\x10\xd0\x11\x82\xdb\ \xcf\x89\x08\x04\x84\x20\x76\x7c\x7c\x7a\x7a\x7a\xfa\xe8\xe1\xc3\ \xf7\x9e\x16\x09\x29\xb0\xf3\xce\x03\xf0\x4e\x87\x65\x20\x59\xcd\ \x4c\xc1\x10\x0c\xc1\x44\x33\x29\x90\x99\x63\x24\x35\x00\x18\x55\ \x90\xd9\x57\x15\x12\x11\x10\x90\xc7\x8a\x82\xaf\x46\x89\x8a\xb9\ \x8f\x43\xeb\x2c\x6b\x52\x55\x71\x80\xe8\xd2\x2e\xca\x15\xd4\xc0\ \x92\xa9\xaa\x11\x01\x58\xb6\x0c\x06\x63\xcc\xa4\x46\x66\x85\xef\ \x0e\x58\xca\x03\x22\xa0\x65\x24\x42\x51\x19\x25\xe7\x94\x08\x71\ \x1c\x93\xa4\x94\x1d\x8d\x9a\xc3\xf4\xc0\xea\xc3\x8b\x31\xdf\x6e\ \xd7\xdb\x38\x98\x41\xed\x79\xda\x4e\x75\xe8\xa5\xdf\x40\x4e\xc6\ \x6d\x8a\x00\xa0\x21\x54\x46\x2e\x21\x38\xa2\xac\x0a\x0a\x6a\x88\ \x66\x6a\x77\x7e\x12\x40\xaa\x82\x44\x8e\x49\xf1\x5d\x3f\xa5\x66\ \xa2\xb6\x1b\xc0\x9c\xc3\x32\x26\x92\x01\x11\xbb\xf0\xbd\xea\xb9\ \xf2\x66\xb3\x52\xcd\x00\xe6\x9c\x2f\x6e\xc5\xa5\x8f\x20\x66\xef\ \xdc\xac\x1b\x67\x2a\xe2\x6c\x5c\xe7\x8d\x46\x51\x6b\xc8\xd7\xc0\ \x2e\x41\x2d\xbe\xa9\xd0\xd5\x43\x54\xeb\x0c\x95\xc3\xec\xf8\x74\ \x1e\x08\x11\x6e\x2e\xdf\x8a\x68\x70\x9e\x72\x0c\xc5\xf6\xdc\x40\ \x08\x12\x68\x56\x3d\x7b\xf8\xe0\x70\x12\xb2\xb9\xcb\x57\x2f\x60\ \xb3\xae\x88\x0c\x41\x89\x7b\x42\x26\x9a\x87\x00\x08\x4c\x44\xde\ \x3d\x7a\x7a\xfe\xe1\x0f\x3f\xfb\xe4\x8f\x3e\xb5\x1c\xff\xf6\x7f\ \xff\x77\x3f\xf9\xe9\xdf\xf6\xdd\x38\x31\xe6\x88\x28\x4a\xcc\x53\ \x6f\x2b\xca\xc8\x19\x08\xb7\x59\x1d\x78\x02\x03\xc9\x00\x99\x30\ \x67\x85\x9c\x20\xa6\x94\x53\x2a\x6f\x2d\x84\xb0\xdf\x1e\x3a\xe7\ \x80\x5d\x09\x3b\x21\xc2\x2c\x6a\x26\xf7\xfd\x33\x60\x97\x97\x55\ \x52\x7f\xa0\x70\x2c\x11\x2d\xc5\x31\xe5\x51\x2d\xbf\xaf\xde\x1a\ \xcc\xec\x6a\x79\xb1\xb8\xbd\xdd\x6e\x36\xc4\x3c\x9d\x4c\x53\x4e\ \xa5\x2b\x01\x80\x64\xe1\x69\xcc\x9f\x69\x6c\xba\x0a\xc4\xeb\x00\ \x96\xa4\x33\x1d\xbd\x1a\x0c\x4a\x83\x63\x3d\x85\x26\x47\xdd\x54\ \x7c\x6b\xc2\x47\x87\x8f\x3e\xf9\x68\x52\x4f\xd7\x6f\x2e\xb7\xbf\ \xfa\x4d\xe0\xba\x21\x93\xdc\x7b\x84\x1a\x2c\x97\xf5\xb1\x19\xfb\ \xf0\x47\x3f\xf8\xe3\xf9\xf1\xc9\x97\x5f\x7e\xb9\x7c\xf1\xbc\x36\ \x53\x04\x72\x4c\x3e\x50\xf0\x87\x21\xcc\x4c\xc9\xd8\x37\xfe\xe8\ \xf1\xa3\xd9\xc7\x1f\x85\x4f\x3f\xf4\x8f\x1f\xac\xbe\xfc\xcd\xcf\ \xff\xa7\x7f\xb3\xf8\xfc\xdb\x36\x51\x26\x4e\x2e\x0d\x5a\x3d\x60\ \xff\xd1\xb4\xf9\x72\xc4\x67\x22\x37\x63\x9a\x84\x49\x25\xe4\x41\ \x23\x80\xb8\x2c\xce\x36\xdb\xad\x64\x29\x2e\xbb\x25\x8d\xb1\x69\ \x6a\x66\xe7\xaa\xe0\xeb\x8a\x1d\x03\x16\xae\x23\x1a\x58\x1f\xe3\ \x2e\x1e\x4c\xb5\xae\xea\x2c\xb9\xef\x3a\x2a\xbe\xa3\xaa\xa1\x6a\ \xc0\xbb\x3b\x27\x34\x9b\xcd\xa6\xc8\xf8\x7e\x17\xbe\x38\x65\x3a\ \x24\x36\x54\x04\x53\x50\x80\x0c\x10\xcd\x02\x33\x9a\xab\xd0\x18\ \x8c\xcc\x1c\x82\x33\xa3\x32\x0a\x3b\x87\xbe\x82\xba\x4a\xbe\x76\ \x42\x18\xb5\x47\xb0\x40\x43\x1d\xaa\x66\xc6\x94\x6d\xb3\x1a\xfb\ \x8d\x9a\xd4\xce\x51\xd9\xe8\x21\x2a\x3b\x04\x57\x8e\xbc\xe0\x50\ \x45\xd1\x93\x82\xa1\x5a\x09\x9f\x52\x04\xdd\x21\x07\x08\xe5\xed\ \x19\x78\xa0\x9c\xb2\x90\xa9\xc3\x84\x99\x0d\x9c\x3a\x40\x2a\x8e\ \x6e\x5b\xf4\xff\xd7\x17\xcf\x5e\xdf\x2e\x47\x00\xaa\xaa\x2c\x2a\ \xfd\xf6\xb8\xe2\x3f\x3a\x3b\x3a\x09\x13\x1e\x07\xd5\x00\xd4\x00\ \xfb\x31\xe5\xc8\x19\xeb\x0a\xc4\x54\x93\x09\xec\x18\x03\xa8\x8e\ \x9d\x66\x33\x05\xc9\x4a\x04\xde\x7b\x24\x52\x31\x44\x04\x24\x01\ \x35\x35\x51\x2d\x91\x3f\x6a\xb2\x1b\xbb\x00\xff\x29\x9a\xab\x3f\ \x20\x9f\x4b\xdf\x91\x35\xca\xaf\xfb\xd6\xbd\x00\xf6\x31\xe5\x31\ \x0d\x19\x25\x93\x18\xa8\x2f\xe6\xb6\x08\x04\x2c\xa0\xfd\x98\x35\ \x75\xbe\xae\xd9\x87\x9c\x65\xb3\x58\xf6\xcb\xb5\x23\x66\x51\x4d\ \x19\xbc\x33\x82\xb1\x34\x9a\x08\x8a\x80\x8c\x22\x72\x7d\xf3\x76\ \xb1\xba\x61\xe7\x65\xec\x1a\xd0\xd2\x96\x8b\x22\x10\x45\x53\x4c\ \x7d\x39\x17\x0c\xac\xbd\x9c\x5e\x4f\xeb\xc5\xc5\xeb\xeb\xdb\xdb\ \xcb\xcb\x2b\x57\xcf\xf2\x68\xc3\x90\x18\xe2\x62\x71\x5d\x57\x21\ \xd9\x98\x7c\xa0\xc9\xbc\xae\xeb\x4d\xea\x73\xca\x88\x8c\xa6\x46\ \x60\x88\xec\xd9\xf9\xc0\x29\x15\xc2\x44\xce\xb9\x08\x86\x45\x4b\ \x64\x06\x16\x87\x80\xfb\xbb\x94\x77\x5e\x28\x77\x01\x8b\x76\xef\ \xab\x69\x1a\xef\x7d\xb1\xc0\xee\xb6\x9b\x5d\x98\xfb\x7b\x7d\x75\ \xdb\x21\x46\xf1\xa1\x61\x2e\x8b\x26\x0c\xa1\xa9\xab\xaa\x04\xf9\ \xb8\xf5\x2d\xdc\x2e\xba\x6c\x83\x02\x82\x23\x76\x26\xa9\xad\x5c\ \x60\x65\x8d\xa4\xba\x1e\xc6\xba\x6a\x38\xca\xcc\x90\xf2\x30\x2c\ \xbf\x06\xef\x75\xe8\xeb\x18\xc1\xf5\xdd\x38\x36\xce\x15\xe5\x3f\ \x1a\x66\x54\x33\x74\x01\x5e\xff\xc7\xdf\xbc\xa2\xaf\x1c\xf3\x41\ \x42\x8a\x59\xc1\x88\x94\x3c\x28\x8e\x99\x48\xcd\xcc\xf1\x90\x73\ \x18\xe4\xd3\x27\x4f\xc2\xc5\x62\x78\x71\x39\xdc\xdc\x9e\xda\x44\ \xda\xc3\xc5\xc5\xad\x81\x6e\x97\x6f\x33\x03\x8a\x49\x55\xd5\xa7\ \x47\xb3\xaa\x5e\x4b\xd6\x1c\x55\xbd\x22\x18\x92\x21\x12\xd1\x74\ \x36\x1b\x87\xd1\x87\xe0\x98\x0b\xad\xb7\xa4\x96\x16\xc4\xa4\x58\ \xa1\x15\x54\x0b\x91\x00\x2d\x8b\x16\x68\x5f\xd4\x52\x12\x22\x6f\ \x00\xc4\xcc\x8c\x59\x74\x3a\x9d\x1d\x1d\x89\x99\x6e\xd6\xdd\x4f\ \xfe\xf6\xef\x9f\x3c\xfe\x70\x47\x7c\xff\xff\x7e\x58\x6b\x71\x94\ \xd4\x0c\xe8\x01\x41\xcc\x54\x13\x3b\x34\xef\x54\x2d\x6b\x24\xa3\ \xb2\x08\x57\x26\x03\x30\x44\x25\x87\xa1\xde\x0c\xe9\xea\xf2\x6d\ \x3f\x8c\x44\x04\x8e\x7d\x53\x0d\x17\xa3\x47\xf8\xe0\xec\xf8\xe1\ \x7c\x6a\xe3\xe0\x83\x63\x33\x34\x40\x60\xdc\x75\x89\x80\x08\x84\ \xcc\x88\x46\x6a\x56\x2e\xcf\xef\xf2\x34\xee\xff\xc4\x46\xce\x31\ \x56\x0e\x02\x8f\xce\x69\xcc\x93\xaa\xee\x62\x36\x66\x44\xf8\xfc\ \xd7\x5f\xdd\x66\x3e\x7b\xf2\xd8\x7c\xd5\xa5\x1c\xea\x2a\x77\x9b\ \xeb\x97\x2f\xbe\x79\x75\x01\xa7\x07\x07\xde\x8f\x8a\xab\xa1\xdf\ \xac\x6f\xdd\x74\x52\x35\xb3\x21\x65\x05\x20\x24\x22\xd0\x9c\x4d\ \x14\x88\x32\x64\x54\x2c\x04\xfa\xfb\x5b\xa9\x02\x56\x88\xea\xde\ \x1e\xe6\x6e\x14\xa3\x42\xd5\xbe\xc3\x34\xbf\x27\x95\xeb\xdd\x1c\ \xb4\xf3\xbe\x28\x6a\x3e\x00\x28\xf3\xaf\x12\x64\x46\x35\x74\x46\ \x0c\xe8\x89\x40\x40\x4c\x0c\x41\x89\xd4\x39\x76\xf3\x44\x84\xc0\ \x8a\xc6\xc0\x64\x96\xbb\x6d\xcd\xec\x54\x6d\xbd\x8d\x35\x29\x53\ \xf9\x57\x0a\x91\x26\x9b\x70\xd2\x34\x6c\x89\x09\xd4\x4a\x02\x8f\ \x5a\x09\x8b\x46\xf6\x0e\x0c\x45\x24\x8b\xc4\x18\x57\xab\xe5\xd7\ \x5f\xfc\x6a\x50\xeb\x01\xab\xc3\x13\xe3\x2a\x56\xb3\x4c\x59\x11\ \x2b\xc7\xdd\x7a\xa9\x97\x7b\x6e\x00\x00\x20\x00\x49\x44\x41\x54\ \xe3\xc1\x8d\x83\x74\xd6\x89\x92\x66\x25\xca\x02\x86\xa0\xaa\x2a\ \x6c\x4c\xe6\x18\x99\x99\x10\x01\x0b\xdb\x9e\x4b\x63\x6c\x66\x80\ \x46\xe8\x0c\x76\x7c\x08\xd9\xaf\xc7\xee\x79\x96\xdd\xaf\x5c\x85\ \x08\x56\x48\xf6\x22\xe2\x42\xc5\xcc\xf0\xbe\xbb\xc5\xe0\x9b\xe0\ \x93\xf7\xa1\x70\x5c\x0b\x07\x9b\x8a\x36\x10\x00\x22\xe0\x00\x75\ \xf0\xe4\x61\x90\x31\xe3\xe0\x1c\x26\x4b\x94\x20\x28\x92\xf9\xd1\ \xbb\x4e\x89\x07\x98\xd7\x2d\x6e\x15\x36\x7d\xb6\x95\x73\x84\xce\ \xfa\x6e\x5b\xb1\x1f\xfb\x4c\x48\x06\x20\xe5\xad\xaa\x6a\x94\x34\ \x26\x31\xcd\xe4\x83\x65\x50\x95\x9c\x93\x99\x22\x18\x21\x3b\x2e\ \xa4\x86\x6e\xe8\xbb\xe5\xed\xab\x6f\xbf\xf0\xbe\x59\x74\x69\x80\ \xea\xe8\xa3\x1f\xe8\xe9\x93\x14\x66\x16\xc7\x66\x18\xbb\x8b\xab\ \x3a\xe7\x21\xf6\x43\xcc\xcd\x07\x4f\x2a\xd3\xf5\x66\x2d\xae\x76\ \x48\x02\x39\x6a\x56\x25\x20\xf3\xce\x11\x22\x33\xb7\x6d\x5b\x6e\ \xb0\xb2\xb1\x45\x44\x62\x02\x31\x11\x95\x9d\xb0\xa4\x70\x52\x62\ \xb1\xeb\x34\x03\x95\x2c\xaa\xc5\xde\x7d\x4c\x29\x8e\x09\x01\x42\ \xd5\x30\x07\x44\x3f\x9f\x1f\xbe\x37\x93\x8e\xd9\x7b\x1f\xbc\x73\ \x02\x64\x06\x06\x26\x60\xdb\x94\x4c\x53\xb0\x54\xa3\x19\x92\x18\ \x10\x00\xed\x00\x1e\x54\xa0\xbe\x8f\x6f\x6f\x6e\x47\x03\x7f\x38\ \x97\x49\x10\x95\xec\x1c\x63\x83\xaa\xdf\x5d\xdf\xa6\x61\x7c\x50\ \x57\x30\x8e\x43\x12\xef\x5c\x41\x19\x4a\xaa\x23\x19\x30\x29\x11\ \x9a\xa8\x01\x10\x1a\x90\xfe\x8e\xe5\xc1\xfd\xfb\x82\x04\x90\xd1\ \x79\x64\x60\x40\xa2\x50\xf5\x62\x5d\xd2\xa8\xfc\x7a\xb9\xec\xa3\ \x3c\xfd\xc1\x27\x57\xab\x8e\x03\x90\x77\x9b\x7e\x70\xc8\x4f\x3f\ \xfa\xe4\xf6\xe5\xf3\x37\xeb\x91\x8e\xdb\x8e\xc8\x4f\xa7\xb0\xd1\ \xe5\x76\x33\xad\x2b\x74\x4e\xd5\x8a\xdb\x17\xa0\x13\x2c\xc3\xfb\ \x0e\xd8\xda\x1f\x24\xe5\x33\xd0\x9d\x7d\xfb\x8e\x1e\x51\x3c\x24\ \xee\x0c\xaf\xad\x54\x2e\xf8\xde\x64\x5c\x83\x9a\x96\x85\xf4\x8e\ \x8a\x46\xf4\x6e\xa1\x60\x86\x84\x83\x65\x04\xf1\x88\x4e\x81\x15\ \x48\xd4\x00\x94\x1c\x78\x67\xce\x09\x33\x38\xce\x2a\x9e\x5d\x08\ \x2e\x54\x95\x93\xac\x39\xc5\x6e\xe3\x99\x6a\x87\xbd\x66\x21\x40\ \x40\x82\xb2\xed\x26\xcc\x31\x6b\x06\x03\x17\x02\x16\x7e\x83\x81\ \x16\xca\x02\x41\xca\x79\xe7\xec\x01\x98\x53\x9a\x10\x8e\xab\x65\ \x72\x35\xcf\x8f\x9f\xbd\xbd\x7d\x7e\xb9\xd8\xe6\x3c\x0c\x03\xa3\ \x3d\x39\x3f\x3a\xac\x1b\x1b\xb2\x19\x9a\x58\xce\x82\x76\x07\xcf\ \x1b\xc8\x2e\xe0\x20\x8b\x8c\x3b\x94\x11\x29\x4b\x2e\x92\xfa\x32\ \x86\x88\x69\xf1\x2a\xba\x3f\xc4\xdd\xcf\x3d\xba\xff\xfb\xe5\x03\ \xee\xfb\xbe\xa4\x6f\x98\x59\x4e\x51\x4d\xff\x19\xba\xc5\x6e\xb9\ \xdc\x14\xb0\xac\x1c\x15\x29\xe6\x51\xa3\x02\x30\x33\x60\x40\x57\ \x47\x19\x93\x0c\x08\xe2\x19\x40\x41\x32\x64\x74\x8e\x5b\x41\x3f\ \x9c\x1e\x4b\x5d\xf9\x6c\xb7\x7d\x3a\xae\xaa\x89\xa3\xd5\xf5\xe5\ \x90\x7a\x54\x19\x75\x88\x16\x83\xf2\xee\x6a\xec\xdc\xf4\x2c\x4b\ \x66\x48\x06\x20\x38\x8e\x29\xf1\xce\xe3\x10\x01\x50\x0d\x50\x59\ \x4d\x89\xb8\xd7\xe8\xa2\xd6\x59\xd6\x79\x6d\xd3\x53\x9d\x1f\xfd\ \xaf\xdf\x7c\xfb\x9b\xdb\x9b\x5e\xd5\xa3\x3d\x6d\xdb\x1f\xcc\xa6\ \xb6\x58\x69\x52\x6e\x60\xb3\x5e\xf6\x86\x58\x4f\x53\xa1\xda\x99\ \x9a\x00\x82\x2a\x8b\x0b\x5c\x8e\xf1\x3d\x4b\xa8\x88\x48\x0a\x82\ \x52\x78\x42\xaa\x85\x25\x07\x08\xbc\x1b\x1e\x77\xe4\x15\x44\x00\ \xc9\x96\x2c\x29\xe0\x7a\xdd\x2d\xd7\x4b\x00\x02\x40\x22\x5b\x2d\ \x57\xef\xcf\xa4\x53\x33\x91\x2c\x59\xcc\xd4\x40\xcd\x52\x1c\x2c\ \x0e\x23\xab\x37\x69\x98\xb8\x6a\xa4\xd4\x9d\xd2\xf8\x23\x93\xaf\ \x6e\x96\xeb\xad\xd1\xfc\xf8\x5c\xe7\x7e\x69\xe3\xe1\xc1\x71\x4a\ \xc9\xd4\xd2\x30\xb6\x07\xc7\xd7\xab\xa5\x57\x9c\x02\x4e\x7d\x6d\ \xaa\xc5\x3b\xac\x70\x5e\x09\x80\x54\x71\x57\xb9\x8c\xb9\x38\xd7\ \xd8\x3d\xed\x3d\xde\x67\x28\x3b\x02\x05\xd3\x9c\x70\xd4\x7e\x88\ \x8c\x4e\x92\x0a\xf9\x4d\xd4\xcb\x21\x4d\x1e\x3c\x58\x6d\xbb\x93\ \x87\x67\x5d\xd2\x14\xd3\xc1\x64\x72\x75\x71\x95\x63\xae\x8e\xce\ \x72\xec\x9f\xaf\x7a\x0b\x01\x60\x95\x40\xfd\xa4\x25\xc7\x8a\x00\ \x84\x96\xcd\xd0\x08\x90\x98\x11\x0d\x8d\xb0\x3c\xe3\x00\x44\x64\ \x00\x04\x10\x42\x50\xd5\xb4\xe3\xa1\x94\xc4\x55\xdc\xaf\x41\xca\ \x8f\xc1\x7b\xf8\x9e\x64\x5c\x9b\x01\x11\x97\x95\xfc\xfd\x2e\x63\ \x6f\xee\xec\xbc\x4b\x84\x15\x3a\x44\x24\x21\x4c\x19\x14\x88\x19\ \xbd\xd7\xe0\x96\xe3\xb8\x5c\x0f\xdb\xac\x80\xd8\x86\x00\x2a\x4e\ \xe5\xe9\xd1\xe1\xa3\xc3\x09\x92\x68\xec\x95\x08\x19\x9d\x2b\x3e\ \x48\xc8\x80\x84\x48\xc0\x04\xc4\x4c\x0e\x39\xa5\xec\x28\x98\x99\ \x21\x20\x12\x10\xaa\x2a\x20\xb2\x73\xc4\x04\xc6\x4c\x5a\xd7\xcc\ \xd5\xec\x37\x6f\xaf\xbf\xb8\x5e\xbb\x83\x13\x9e\x86\x5a\x92\xa6\ \xfe\xab\xb7\x97\x0f\xa6\x93\x0f\x66\x27\x39\x6b\xd7\xc7\x68\xe4\ \x9a\xc6\x3b\x07\x6a\x06\x68\x08\x62\x2a\xaa\x0c\x7a\x77\x8b\xec\ \xe6\xc4\x32\xc0\x1b\x00\x8a\xed\xfb\xac\xbd\x87\xe2\xbe\x60\xed\ \x18\x2e\x77\x7c\x96\xf2\xcd\x6c\x36\xdb\x6e\xb7\x77\x7a\x54\xb3\ \xf7\xc5\xb9\x10\xf1\x60\x7e\x38\x0e\xc9\xb1\x47\x43\x53\x48\x29\ \xe7\x9c\x0a\x2d\xcd\x7b\xbf\x31\x5d\x35\xa1\x36\x73\xaa\x4e\x93\ \x07\x35\xd0\x14\x58\xdd\x64\x4b\xf5\x22\xdb\x2f\x2e\xae\x2e\x4c\ \x27\x26\xb5\x68\x4d\xd5\x07\xb3\xea\x5f\x3c\x3d\xd3\xd5\x4d\xbc\ \xb9\x3e\x99\xcf\x34\x46\x40\x2a\xcf\x1e\x1b\x14\x7a\x14\x31\x39\ \x72\xbb\x45\x92\x27\x44\x04\x03\x33\x53\x34\x60\x42\x47\xa0\x48\ \xc1\x3b\x92\x80\xe0\x2d\xa7\xaa\x7d\xed\xea\xff\xe5\xcb\xdf\x7c\ \x6b\x00\xb3\x69\x32\xa8\x00\x9e\xdf\x2c\xbe\x58\xaf\x7f\x7c\xd0\ \xce\x98\x2f\xd3\x78\xb1\xb5\x6d\xdd\x36\x6d\x45\xe4\x58\xc9\xa5\ \x0c\x9a\x15\x61\x18\x63\x89\xc6\xaa\xaa\xaa\x98\xa3\x16\xd2\x76\ \x81\x56\x73\x4a\x06\xae\x8c\x83\xce\xed\x66\x76\xe7\x7c\x08\xa1\ \xf4\x65\xa0\x0a\x08\x29\x4b\xce\x99\x9c\x3f\x39\x71\xfd\x30\x66\ \x51\x53\x53\x4d\xa9\x2c\x91\xde\xeb\xb2\x0f\x43\xbf\x5a\xad\x14\ \x19\x80\x8d\xc8\x00\x44\x32\x3b\xc6\x10\xd4\x24\x9a\x6d\xb3\x3a\ \xdb\xfd\x61\x43\x40\x47\xa4\xb0\x8c\xd9\x9a\xa9\x56\x75\x52\xab\ \x43\xf3\xe4\xd1\x07\x88\x78\x34\x3f\x7c\xf5\xed\x37\xd7\x2f\x5e\ \xd4\xcd\x74\x99\x63\x35\x99\x6c\xcd\x40\xa4\xd4\xac\x3b\x5c\x0e\ \x1c\x31\x52\x51\xe3\x94\x51\xb1\x60\x27\xef\x66\x9e\xfb\x92\x16\ \x26\xcc\x20\x59\x01\x14\x22\x02\x48\x0e\x55\x0b\xae\x79\x7d\x79\ \x79\x63\x30\xe3\x30\xc4\x78\xd6\xb6\x9f\xfd\xe0\x8f\x04\xf8\x57\ \xbf\xf9\xd2\xe8\xc6\xf9\x10\xc7\x61\x3a\x3b\x1a\xbb\xae\x4f\x83\ \xf4\xdb\xe9\x7c\x76\xf2\xe0\x01\x39\x2f\xaa\x68\x20\x49\x30\x1b\ \x2a\x18\x28\x32\xdc\x41\x31\x60\xaa\xf7\x6d\x44\x55\x75\x4c\x29\ \xcb\x8e\x55\x77\xff\x20\x2f\x80\x7d\x5d\xd7\xbf\xf7\x98\xfe\x43\ \x66\xff\xec\x74\x2d\x65\xb2\x2d\xf3\xd4\xfe\xcd\xe4\x9c\x3b\x4d\ \x60\x2a\x40\x0a\x58\x23\x67\xcd\xc8\xa8\x06\x63\xd6\x97\x37\xb7\ \xc9\x7b\x7f\x78\x44\xc8\x91\xc9\xf2\x08\x68\xcf\x56\xcb\x6d\xea\ \x4e\x2b\xe7\xb2\xb4\x5e\x41\x9d\x0c\x19\x11\xc9\x90\x00\x11\x8c\ \x14\x18\x4d\x51\xd3\x18\x0d\x00\x18\x75\xf7\x11\x8a\x21\x20\x91\ \xa2\xb6\xc1\x01\x91\x0f\x75\xcc\x63\x02\xbd\x5a\xae\x5e\x2f\xd7\ \xc7\x8f\x9e\x76\x5c\xad\xbb\x1e\x39\x78\x4f\x13\x87\xb7\xcb\xe5\ \x41\xc8\xe0\xbc\x3a\xde\x8e\x7d\x1d\x82\xe5\x44\x62\xe4\x58\x0d\ \xb3\x9a\xa8\xa9\xa6\x72\xdd\xef\xc8\x0d\x3b\xd2\x5d\x41\xf4\xb2\ \xec\xca\x53\x19\xe9\xdf\x11\x56\xef\x3e\xb6\x7d\xc3\x55\x66\x4c\ \xe7\xdc\x64\x32\x29\x21\x23\x43\x9f\xff\x39\x57\x3e\xe7\xe2\x22\ \x4b\xa2\x5a\x98\x35\x44\x2e\xc6\x9c\x73\x26\x72\xd7\x2a\xbf\x8a\ \xc3\x09\xe6\x33\xa6\x03\x43\x8d\x06\x00\xc9\xf3\xda\xc1\xdb\x1c\ \x7f\xf1\x7a\x91\x1f\xcc\x96\x86\x7a\x38\xbb\x1a\xb6\x13\x87\xaf\ \x6e\x6f\x5e\x7e\x75\xfb\x67\xa7\x27\xb5\x62\x5a\x45\x54\x4d\x2e\ \xaa\x19\xed\xf0\x00\x04\x53\x44\x8c\xaa\x85\xc2\x60\x66\x25\xae\ \xda\x00\xd4\x14\x88\x92\x42\x33\xa9\xeb\xa6\x6a\x9a\x10\x88\x57\ \xd7\x8b\x2b\x4e\xff\xfe\xe2\xea\xbb\x86\xf9\xfc\x41\xd7\xab\x0d\ \x49\x51\xab\x47\x47\xdf\x2d\xd6\xd3\x9c\x3f\xa8\xf9\x86\xfc\xeb\ \x7e\x18\x11\x4f\x51\x24\xa6\xa9\xab\x2b\xc6\xb4\x1d\x0c\x0c\x3c\ \x0d\xe3\x58\xf4\x25\xfb\xb0\xb8\x82\xa5\x22\xa2\x01\xe5\x6c\x45\ \x35\xad\x6a\x22\xf9\x4e\x1b\x9c\x9d\x63\xef\xbd\xe6\x34\xc4\x28\ \x62\xcc\x5c\x10\xed\x93\xe3\x93\x7e\x18\x63\x8c\xe3\x68\x21\xbc\ \xa7\x6e\x11\x00\x98\x7d\xf0\x75\x1d\x6a\x85\x32\x19\x11\x36\x81\ \x19\x1d\x22\xa0\x7a\x35\xc8\xc5\xae\x0f\x0c\x34\x9b\xa9\xe1\x66\ \xb9\xd4\x50\xf9\x7a\x2a\xc4\x15\xf2\xd9\xe1\xe1\x21\x35\x07\xc7\ \x27\x4d\x5d\x5f\xe2\x4b\x76\x35\x98\xdc\x6c\x37\xbe\x69\x4f\x0f\ \x0f\x1c\x91\x77\x8e\x89\x24\x8b\xaa\x98\x28\x32\x87\x10\x1c\x3b\ \x44\x54\xcb\xa6\x82\x84\x44\x54\xfe\x19\x91\xbc\x07\x27\xc0\x8a\ \xd7\x6f\x26\x87\x14\x82\x8c\x09\x14\xc8\x35\x8b\x75\xf7\x72\xdb\ \xa5\x10\x62\x4c\x07\xf3\x39\x20\xdf\x5c\xdd\x9c\x3f\x7e\x12\x9c\ \x9f\x4c\x26\xb1\x1f\x80\x9c\x85\xe6\xc1\xd9\xb9\xa2\xb8\xc0\x48\ \x04\x48\x0a\xc6\xc4\xa0\xe4\x49\xc1\xed\xcc\x23\x0a\x0e\xb7\xbf\ \x16\x60\x80\x1e\x55\xd5\xd4\xc8\x11\x92\x4b\x92\xef\xdf\xf6\xfb\ \x87\x42\x64\x27\x9b\xfd\x2f\x5f\xf9\x3f\xa0\xb3\x20\x61\xb1\x4f\ \xd8\x57\xd6\xbd\x94\x49\x55\xb3\xea\x90\x00\x00\x0a\xe0\x2d\x06\ \x40\x8c\x40\xec\xab\xcb\xd5\xca\xea\xb6\x39\x3c\xd8\x98\x9d\x9e\ \x9e\x01\x68\x70\xdc\xaf\x16\x40\xb4\x48\x23\x2a\xcc\xda\x76\x18\ \x47\x56\x60\x74\x85\x6e\x40\xbb\x15\x30\x30\x20\x69\xc1\x10\xd0\ \x80\xca\x01\x84\x3b\x35\x99\xaa\xd9\x60\x3b\xb7\xf5\x8c\x9a\x89\ \x2f\xb3\xd8\x64\xd6\x89\x34\x27\xf3\x87\x9f\x7e\xda\x75\xdd\x6f\ \x7e\xf5\x8f\x4d\x5d\x71\x3b\xbf\xee\x46\x81\x71\x0c\x24\x55\x28\ \x6c\x4e\x00\xcd\x62\x8a\x46\xe4\x88\x0b\x9b\xd3\x54\x55\x72\x36\ \x30\x30\x13\x15\x00\xdc\x4d\xfb\x8a\xf7\x49\x77\xfb\x2a\x56\x10\ \xfd\x7d\x1a\xc8\x7e\x9a\xde\x8b\xb9\x9c\x73\x48\x8e\x90\xde\xfb\ \x11\x2a\x11\x7e\x44\x05\x82\xe3\xc2\xfe\x6f\xdb\x46\x55\xd7\xeb\ \xf5\x37\x9b\xdb\x25\xc6\xa1\x0e\x8e\x2a\x26\x0e\x38\x26\x85\x2d\ \x56\xdb\x7a\xf6\x8b\xd7\x6f\xe0\xf1\x31\x55\xd5\x49\x68\xe6\xe7\ \x47\xab\x61\x6d\x92\x9a\xb6\xb9\x7c\xf1\xe6\xf5\xb2\xff\x94\xa7\ \xeb\xcb\x65\x5b\x73\xf2\x24\xa6\xa6\x0a\xa6\x88\x80\x66\x08\x50\ \x84\xe7\x80\x42\x48\x06\xa4\x40\x60\x26\x48\x68\x24\x00\xa2\xae\ \x1b\x65\xbd\xe9\x18\x38\xc7\x70\x45\x74\x11\x87\xc9\x87\x4f\xd7\ \xc6\x7f\xfc\xd1\xa7\xc7\xbe\xfd\xf2\x57\xbf\xbc\x1e\x17\x56\xd1\ \xf3\x98\x17\xeb\x28\xb5\x1b\xbc\xa3\xba\x1e\x62\x72\xc8\x63\x8c\ \xa0\xe6\x88\xbd\x77\x43\xea\xcb\xe5\x2a\xd9\xc3\x7b\x65\xd5\x2e\ \xe9\x12\x48\xd4\x44\x74\x47\x04\x31\x13\x91\x61\x18\x52\x8a\x25\ \x1a\x3e\x38\xee\xc7\x7e\x1c\x33\x11\x02\x71\xce\x05\x1c\x2e\xc1\ \x86\xe4\x1d\xbf\xe7\x6e\xd1\x2c\x54\xf5\x6c\x7e\x30\x9b\xcd\x90\ \x09\x76\xba\xcb\x5d\x10\x89\x99\x92\x99\x33\x62\x35\x05\xcd\x9a\ \x40\x8d\x19\xfb\xbe\x63\x0a\x95\x67\x05\x0d\xe4\x1b\x65\x97\x60\ \xf1\xf2\xe2\xd2\x34\x90\xaf\xaa\xa6\xdf\xac\x12\xf1\x97\xaf\x5f\ \x7d\x77\xf5\xb6\x04\xc1\x78\x76\x39\xe5\x14\xa3\x99\x05\xe7\x4a\ \xc2\x03\x21\x02\x02\xd1\x6f\x1d\x8d\x84\x54\x4e\x48\x33\x43\x30\ \x33\x8b\x79\x4c\x0c\xe4\x9c\x8a\xe6\x21\xc7\x31\xf7\x83\x2e\x53\ \x6a\xa7\x13\x0e\x7e\xb5\xee\x56\xeb\x6f\x1f\x3f\x79\x7a\xf6\xe0\ \xe1\xd9\xf1\xd1\x8b\xef\x9e\x4d\xda\x7a\x71\xb3\x80\xe9\x44\x08\ \x89\x1d\x39\x66\x72\x80\x50\xa0\x11\x22\x44\x73\x80\xa6\x20\x22\ \x88\x6c\x06\x7a\x8f\x74\xbd\xdb\x9e\x19\x01\x00\x90\x23\x4f\xfe\ \x7e\xe5\xba\xef\x72\x13\xbc\x47\xf8\x3d\xf7\xfb\x1f\xb0\xe7\x02\ \xb0\xbb\x99\xa8\x7c\x15\x2b\x85\xa2\x3b\x29\x46\xa8\x22\xd6\x83\ \x46\x15\xca\x42\x00\x22\xd9\xb3\xbb\x19\x63\x73\x70\x00\xec\x0f\ \xdb\xf6\xe0\xf0\xf0\xc3\x8f\x3e\x3a\x98\xcf\x7e\xfe\xb3\x9f\x5d\ \xbe\x7a\x91\x40\x9d\xb9\xaa\x9d\x56\x6d\x61\x28\x16\xf9\x19\xe0\ \xee\xa3\x51\x81\xa2\x47\x03\x33\x4b\x22\x45\x26\x59\xc4\x07\xa5\ \xa8\x8f\x8e\x0b\x56\x6d\xc1\x2f\xb7\xdb\xef\xd6\x8b\x7a\x76\x6c\ \x75\x38\x3d\x3f\x7b\xf4\xe4\xc9\xdb\xb7\x97\x47\x87\x27\x7d\xdf\ \x51\xf0\xbe\x41\x30\xad\xeb\xe0\x26\xb5\x0f\x81\x04\x08\x9d\x29\ \x30\x58\x62\x00\x34\x72\xef\xf0\xf5\xfb\xe8\x7b\x81\xe4\xcb\xdb\ \xbf\x7f\x27\xed\x25\xf2\xbb\x35\x85\x48\xa9\x5f\xbf\x05\x64\xde\ \x31\xf7\xee\xf8\xf0\xef\x55\xb9\xb8\x30\xcc\x72\x96\x5c\x3a\x5f\ \x44\xf4\xde\x57\x75\x3d\x9b\x4d\x24\x1f\x48\x77\xbb\x1c\xd3\x77\ \x31\xdf\x8e\xe6\x33\x19\xba\xc1\xdc\xa2\x4f\x2f\x92\x3d\x9c\x1f\ \x4c\x28\x9c\x1e\x9f\xfc\xf9\x5f\xfd\xa5\x9f\x56\x9b\xed\xea\x7f\ \xfb\x1f\xff\x55\xdb\x1e\x5e\xf4\xe9\x78\x3a\xfb\xf4\xb3\x47\x63\ \xb7\xa5\x9a\x0b\x5c\x84\x88\x44\x28\x92\x10\x0a\x5f\x0d\x10\x31\ \x2b\x98\xa2\x81\x29\x80\x81\x65\xd3\x31\xc6\x81\x29\xf8\xca\x4e\ \x0e\xc8\x37\x12\xe9\xd5\xc5\xeb\x44\xcd\xf2\x7a\xf5\xf1\x0f\xff\ \xc5\x8f\xff\xf4\xcf\x1f\xcf\x4f\x2f\x9e\x7d\xd7\xcb\x28\x86\xc2\ \x49\xaa\x10\x93\x34\x4d\x7b\x78\x74\x0a\xec\x99\x09\x55\x31\x65\ \x22\x44\xe2\x59\x33\x43\xe6\xb2\x9f\xba\x63\x38\x5b\x59\x51\x89\ \x48\xca\xb1\xc0\x9e\xaa\x19\xd1\xbc\x77\x00\xec\x3d\xa9\xd6\xcc\ \xcc\x8e\xd1\x20\x54\x3e\x97\x54\x61\x35\x4a\xc9\x0c\x91\x09\x81\ \x72\x4e\xc4\xef\x2d\x17\x35\xef\x7d\xa8\xeb\x10\x42\xa1\xed\x19\ \xc2\x6e\x74\x32\x34\x53\x50\x88\xa2\x80\xa6\xa6\x49\x55\x4c\x64\ \xcc\x7d\x1c\x26\xa1\x32\xcb\xe1\x4e\x4f\x79\x7e\x76\x7e\xbb\x5e\ \xbe\x78\xf5\x3a\x49\xca\x22\xc6\xbc\xea\x87\x61\x1c\x5d\x66\xed\ \x06\x17\x82\x73\x4e\x52\x1a\xc7\x88\x00\xde\x39\xe7\x5c\x70\x9e\ \x88\x10\x0d\x51\xef\xa8\x9d\xef\xd0\x86\x9d\x29\x8d\x01\x13\x8b\ \x48\x42\x35\x46\x34\x63\x85\xd8\x67\x11\x48\xaa\x29\x65\xf2\x32\ \xf7\x75\x70\xfe\xf6\xfa\x66\x79\x7d\x73\x73\xf1\xf6\xa0\x9d\x98\ \x09\x03\x68\xce\xeb\xd5\x2a\x78\x4e\x8e\x9b\xa6\x71\xce\x93\x40\ \xce\x3a\xa4\x41\x44\x01\xb0\x5c\xd8\xdf\x75\xc1\x46\xd8\x59\xe2\ \xec\x3d\x4c\xcc\xca\xb4\xb8\xff\xe6\x77\xf8\x9f\xdf\x17\x3e\x97\ \x64\xe9\xb6\x1d\xdf\xe1\x9d\xfb\x57\xbc\xf3\xd5\x57\x73\xc8\xca\ \x68\x60\x8a\x62\xa4\x48\x96\x93\x48\x1c\xb5\x6e\xb8\x6a\x52\x92\ \x43\x1f\x1a\xf6\xe3\xa6\x7f\xbb\xee\x19\x03\x70\x33\x02\xbc\x5d\ \x75\x9b\x5e\x26\xc1\x3b\xcf\xc8\x58\xf6\x2c\x80\x7b\x9c\xbe\xd0\ \xee\x00\x76\xad\xeb\xbb\xcf\xaf\xec\x37\x52\xdf\x1b\xa0\x88\x74\ \x86\xd7\x9b\x6d\x97\xf5\xcc\x93\xa4\xfe\xcb\x2f\x3f\x9f\x4d\x9b\ \x83\xe9\x44\x44\xc1\x1c\x30\x86\xa3\x49\xed\x59\x02\x53\x1d\x2c\ \x8b\x13\x0b\xc0\x84\xac\x60\xa3\x99\x98\x70\x89\x04\xbe\xab\x47\ \xfb\xfa\x55\x2a\x17\x18\x96\xa6\xfd\x3e\x9e\xb5\xa7\xe0\xef\x27\ \xc4\xa2\x64\x2c\xcd\x57\x09\x07\x4e\x29\x99\xe6\xf7\x4b\xfd\x2b\ \x5b\xce\xeb\xeb\xab\xdb\xdb\xdb\x7d\x22\x6f\x8c\xd1\x3b\x5f\xd7\ \xf5\x8e\xa4\x82\x06\x69\x1c\xc9\x25\xdf\xdc\x80\x24\x18\x45\x2d\ \x26\xb9\xdd\xf6\xfe\xe8\x38\x1a\x4f\x82\x7f\xfa\xc9\xc7\xaa\x7a\ \x3a\x3f\x7d\xf5\xf5\xcb\xa6\x39\xe8\xba\xbc\xcd\xe3\x30\xf4\xaf\ \x83\xaf\x83\x73\xe8\xa5\x9c\xa9\xe5\x3f\x60\x40\x2b\xde\x17\x88\ \x08\x1c\x00\x49\xa1\xac\x8b\xcc\x88\xd4\xb7\xa2\x9a\x55\xfa\xae\ \xef\xfb\x35\x60\xf8\x7a\xb1\xb6\xb6\x69\xa8\xda\x5e\xdd\x7e\xf1\ \xe5\xe7\xd5\xbf\xfc\xd3\xf3\x1f\x7c\xf8\xdd\x7f\xb8\x4a\x51\x1f\ \x3d\x7e\x7a\x7a\x78\x18\x90\x1b\x57\xb3\x73\x43\x8e\xae\x09\xe4\ \x51\x25\x7b\x28\x1a\x05\xa8\xaa\xaa\xdc\x4e\x45\x1f\xb7\x9f\xd6\ \x87\x61\xc8\x92\xe9\xb7\xfb\xd9\xfd\xaf\xfb\x64\x75\x5f\x85\x22\ \xb1\xea\xfa\x31\xe5\x14\x53\xee\xfb\x61\xb3\xd9\x0c\x43\xd7\x75\ \xeb\xf7\x23\xa3\xec\x0b\x46\x16\x41\x28\x73\x21\x78\xef\x0c\xd0\ \xac\xdc\xf9\xa0\x86\x86\xa0\x40\x4a\x2c\x26\x29\x4a\xdd\x36\xc4\ \x36\xc6\x0d\x91\xd6\xc7\x07\x1b\x4c\x3f\xff\xf5\x2f\x9c\x0f\xd1\ \xb2\x9a\x6e\x87\x01\x40\xb6\x5d\xdf\x54\x75\x5d\x57\x4a\xec\xbc\ \x47\x42\x89\x99\x43\x52\x51\x04\x20\x66\x20\x02\x22\x64\x62\x2e\ \x8b\x2a\xb2\x3b\xf2\xcd\xbd\xe5\x10\x38\x70\x80\x98\x50\x15\x95\ \xcc\x28\x6b\x8d\x19\xc9\xb9\x31\x9a\x18\x26\x8b\x2a\xc7\x07\x47\ \xe3\x38\x3e\xff\xf6\xdb\x93\xa3\x23\x6b\xd3\xab\xd7\xaf\xdb\xca\ \x79\x06\x53\x61\x74\x64\x20\x31\x69\xd4\x9c\xb3\x64\xc9\x22\x31\ \x25\x40\xaa\xeb\x06\x98\x10\xed\x77\xb6\xe1\xfb\xa3\xfa\xfe\xef\ \xdc\x57\xc2\xbd\x13\x00\xd9\xf7\xc6\x2b\xc2\xcc\xd8\xf1\x64\xd2\ \xee\xf7\xd6\xc5\x1c\x66\xdf\x47\x20\xa0\x47\x47\xe5\x16\xb7\x2c\ \x96\x72\x4e\x58\xf1\xe6\x76\x19\xaa\x26\x1b\x4d\x9b\xd6\x01\x9d\ \xce\x0f\x72\xd6\x37\xd7\xd7\x92\x94\xd1\xf7\x69\xbb\xbc\x5e\x2f\ \xd0\x18\x41\x19\xcc\x15\xb0\x05\x10\x91\x00\x91\xf6\x1a\x74\x44\ \x50\xcb\x19\x41\xed\xde\x23\x0d\x84\x29\x65\x76\x0e\x10\x57\xa3\ \x8d\x19\x66\x07\x93\xe5\x30\xce\xda\x26\x0e\xfd\xe5\xdb\xd7\x21\ \x4c\xa6\xd3\x59\x87\x71\x1c\x87\x51\xcd\x33\x67\x80\x40\x10\xea\ \x8a\x93\x62\x36\xcd\x2a\x08\xbb\xf7\xa2\xf2\x5b\xd5\x71\x37\x2f\ \x19\x21\x18\x22\x03\x95\x7d\xd6\x7e\xcb\xbe\x63\x1b\x95\xa4\xee\ \xbb\x2e\x6c\x8f\xd4\xe4\xbc\x4b\x36\xf2\xce\xa9\x28\xd3\x7b\x4d\ \x8b\x66\x00\x30\x9f\xcd\x00\xb4\xa4\x18\x38\x66\x62\x02\xc3\x62\ \x76\x06\x08\xa4\xca\xa0\xd9\x20\x1b\xc6\x2c\x63\x8c\x29\xe7\xf5\ \x6a\xb3\x18\xe2\x93\xe9\xa1\x63\x1f\x0e\xa6\x3c\x6f\x8e\xce\xcf\ \x3e\xff\xf5\x17\xdb\x6d\x8f\x5c\x75\xec\x5e\x8f\xe3\x2f\x37\x9b\ \xe1\xcd\x65\x4b\xc0\x0a\xbf\xa5\x0f\x20\x00\x04\x2a\xac\x3a\x04\ \x50\x50\x05\x43\x50\x03\x83\x1d\x2b\xd2\x0c\x88\x41\x11\x44\x8a\ \xfa\x16\xce\x9b\x7a\x62\xd6\x8f\xfd\xd7\x17\x2f\x4e\x3f\xfb\xf0\ \xeb\xd5\x9b\x07\x9f\x7e\xf8\xfa\xd9\x8b\xb1\x4f\xa3\x4f\xb3\xd9\ \xe4\xb0\x9a\x3a\x76\xb9\x56\xad\x48\x9c\x0e\x69\x20\x42\xcd\x29\ \x28\x95\x9d\x29\xde\x7d\xf4\xe5\x00\xaf\xaa\xe0\x9c\x53\x13\x03\ \x13\xd1\xe9\xb4\x05\x33\xd1\x9d\x24\x3b\xc6\x58\x98\x12\x68\x16\ \xea\x0a\x00\x99\xd1\x07\x1f\x63\xea\x87\x81\x18\x9d\x43\x40\x3d\ \x3c\x98\xeb\xfb\x66\xff\x28\x98\xec\xd6\xad\x58\x6e\x05\x15\x45\ \xdc\xf1\xe9\x11\x30\xa9\x18\x1a\x80\x2a\x98\x29\x3a\xef\xbd\x77\ \x29\x46\x02\x50\x49\x6f\x6e\x2e\x3f\xf8\xec\x8f\xda\x50\x5f\xbc\ \x79\x1b\x53\x4a\xfd\x30\xa4\x71\xec\xb6\xd3\xe9\x64\x36\x69\xbc\ \x73\xca\x1e\x89\xcd\x2c\x53\x0a\x56\x17\x32\x4e\x19\x38\x90\x90\ \x18\xbd\x77\x4c\x3b\xe2\x24\x20\x14\xc1\x19\x02\x94\x53\x90\x94\ \x89\xbd\x91\x65\x4b\x90\xa5\x21\x97\x87\x91\xd0\x4d\xb3\x2c\xc6\ \x21\xa5\x9c\x05\x2e\x2e\x2e\x8f\x8e\x0e\x6b\x1f\x16\x37\x37\xcb\ \xc5\x0d\xe4\x54\xb7\x4d\xed\x1d\x7b\x2f\xa2\x8e\x98\x01\x11\x89\ \xbd\x57\x76\x6a\xd0\x34\xb0\xb3\x86\x28\x5c\x8f\x7b\xe9\xc6\xaa\ \x45\xf8\x56\x34\xbf\xbb\xcd\xc1\x3b\x6f\x02\xc4\x7d\xb3\x0c\x00\ \xfc\x4f\xd0\x8a\xfe\x01\xbd\x22\x9c\x9f\x4c\x67\xd3\xd9\x0c\x77\ \x35\xa5\x3c\xa5\x00\xb6\xf3\xe1\x83\x2c\x00\x86\x66\x26\x66\x4a\ \xaa\x24\x59\x08\x49\x73\x8a\x63\x0f\x4d\xa8\xdb\xfa\xcd\xdb\x57\ \x59\x54\xcd\x56\xcb\xdb\x38\x74\xe3\xb8\xc5\x40\x55\x53\x15\x1c\ \x87\x98\x76\x6b\x1a\x40\xd8\x69\x2c\xf0\x4e\x82\x60\xa6\xb6\xef\ \xbf\x8a\xa9\x43\x61\xf4\x94\xca\x12\x04\xb6\x43\xca\x63\x1c\x45\ \x8f\xda\xe9\xc1\xe1\xac\xdf\x0e\x68\xec\x49\xc7\x7e\x49\x4c\x59\ \xc8\x7a\x41\xc7\x59\x95\x9d\xcf\x92\xf3\x98\x72\xca\xc4\x54\xd7\ \x2d\x87\xa0\xc4\x7b\xa3\xb4\xfd\xe4\x5e\xfa\x3f\xe7\x4c\x44\xad\ \x1c\x2a\x08\xbb\x20\x2c\x04\x72\x8e\xee\x0a\x8c\xe9\xae\x23\x73\ \xcc\xce\xa0\x42\x54\x15\x15\x15\x11\x57\xd5\xce\xb9\xf7\x8b\xcf\ \x42\xc4\x27\x8f\x1f\x1c\xf7\x33\xef\x7c\xb9\xec\x60\x7b\x34\x14\ \x44\x44\x4d\x24\x27\x8d\x11\xd5\x08\x8c\xcd\xc6\x18\xd5\xc6\x10\ \xa0\xef\x6e\x19\x26\x4f\xce\x7f\xf4\xea\xd9\xab\xb8\x89\xfd\xb6\ \xbb\xbe\xbe\x1a\xc6\xb1\xeb\xc7\x21\x8a\x02\x34\x35\x57\x8e\xbc\ \xed\x16\xdb\xc4\x08\x58\x96\xf5\xe5\x8d\x03\x33\xab\xc2\xee\x8d\ \x03\x28\x18\xc2\x0e\xb6\x37\x33\x43\xcb\x8a\xdd\x90\x73\xb4\xf5\ \x6a\xc1\x30\x7f\x72\x76\xec\x88\xbf\xf9\xc5\x7f\x7c\x7a\x78\xf0\ \xf5\x17\x5f\x42\xdc\x36\xd3\xa6\x1f\x96\x37\x14\xb3\x75\x4d\x5d\ \x03\xc1\x7a\xb9\xed\xc6\x41\x4c\x66\xb3\xe9\x74\x32\xab\xaa\x4a\ \x92\x00\xa2\x77\x2e\xe7\xac\x0a\x80\x05\x39\x46\x62\xb6\x6c\xa6\ \xd9\xef\x78\x76\xc0\x48\x08\x58\x79\x5f\x15\x9f\x25\xb3\xe2\x33\ \x61\x00\xc1\x39\xb3\x5d\x17\x20\xaa\x29\xe5\xc5\xe2\xf6\xe1\xf9\ \x99\xbc\xaf\xfa\x07\x11\x01\x18\xd8\xe1\x3b\x94\x60\x57\xdf\x15\ \x0d\x54\x83\x2b\x1b\x40\x06\x40\xf0\x41\x24\x99\xa8\xab\x76\x8f\ \x64\xea\xc7\x2f\xff\xf1\x73\xef\x03\x21\x6a\x56\x30\xd5\x9c\xab\ \xaa\x6e\xea\x03\xef\x1c\x80\xb5\x4d\x6b\x06\x22\x59\x43\x55\x1a\ \xf6\x72\xf7\x17\x50\x82\x09\x9d\xe7\x9d\x8e\xac\xa8\xcc\x10\xef\ \x37\x41\x5a\x9c\x1d\x1c\x83\xa9\x4a\x46\x83\x30\x15\x04\xae\x11\ \x27\xa6\xc3\x18\xbb\x6e\xa8\x42\xd5\xf5\xdb\x7e\xbb\x31\xd3\x50\ \xd5\x47\xb3\x59\xc9\xdd\x24\x26\x35\xdc\x45\x02\x95\x02\xc4\x40\ \x77\xf6\x29\x6a\xaa\x66\xbb\x83\xeb\x3e\xef\xc7\x68\x37\xac\xda\ \x6e\xa5\x5a\x88\x3e\x85\x13\x71\xb7\x37\x40\x03\x28\xb9\x7a\xf6\ \x7d\x61\xa2\x96\x5b\xd5\xca\xb3\x63\xf7\x37\xfd\x68\x48\x88\xaa\ \xb9\x44\x72\x97\x88\x30\x46\x06\x82\xb6\x6e\x8a\xef\xca\x6a\xb3\ \xe6\xc0\x67\xa7\x27\x71\x1c\xb6\xdb\xed\x58\x3a\x79\x86\x83\xe3\ \x79\xd3\xb4\xcc\x84\xa0\x6c\x78\x9f\x7d\x43\x77\x51\xbc\x77\x3d\ \x10\xed\x77\x7f\xb6\xd7\x6f\x15\xdf\x6f\xb3\x03\x76\xa2\x30\x0c\ \x63\x4a\xa9\xeb\x86\x94\x64\x3a\xb5\xcd\xb6\xeb\xfb\x2e\x04\x9c\ \xcc\x67\xec\x78\xbf\xb7\x22\x40\x45\xc6\x80\xa1\xaa\x68\xe7\x83\ \x5a\xf4\xc0\x7b\xd2\x55\xa9\x61\xfb\x2e\x1d\x99\xd1\xee\x1e\x58\ \xa3\x52\xd8\x76\x14\x1b\x51\xd9\x85\x80\x17\xf0\xab\xbc\xbc\xe2\ \xd4\x55\x48\x50\xec\xe0\x7d\x09\xf4\x00\xc0\x84\x0e\x81\x76\xfb\ \x3d\x28\xc9\xde\x25\xe6\xcf\x44\xd5\x24\x49\x12\xcd\x9a\x92\xc4\ \x28\xe3\x08\x39\x56\xa4\x54\x33\x5a\x8c\xa3\x7d\xf3\x9b\x2f\xff\ \xea\x2f\x7f\xfc\xf6\xe2\xe2\xe6\xe6\x7a\xbb\xdd\x5e\x5d\x5d\x6c\ \xb7\xeb\x79\x5b\xb7\x6d\x5b\x37\x75\xed\x89\x34\xee\xc1\x14\x35\ \x2d\x45\xd6\xa0\xe4\x5d\x11\x91\xdb\x35\xa2\xf8\x8e\x02\xb2\x5b\ \xce\x88\x64\x85\x21\x6b\xd7\x0f\x7d\xdf\x9b\xe5\x97\xcf\x9e\x1d\ \x1e\x1d\x05\x80\xe7\xdf\x3e\x8b\xdb\xed\xf9\xd1\x41\x3b\xab\x42\ \xd3\x38\x66\x0e\x6c\x01\x10\xb0\xe5\x26\xd4\x9e\x08\x43\xa8\x42\ \xa8\x4c\x8d\x9d\x23\xa2\x22\x5a\xdc\xb1\x87\x0a\x16\x61\xc2\xc4\ \x95\xe3\x32\xbc\xdd\xd5\x4f\x28\x73\x54\x19\xe8\x88\xab\xfb\xdc\ \x3a\xbd\x23\x76\xab\xf7\xa8\x32\x69\x9b\xf7\xe4\xa3\x20\xa8\x42\ \x16\xcd\x65\xc7\x7a\x37\xa9\xed\x81\x4e\x55\xf1\x77\x50\x60\xb1\ \xa3\x70\xc4\xe6\x60\x9f\x68\xbf\x1f\xa0\x08\x11\x3d\x01\xd8\xb4\ \x69\x7c\x08\xbb\x88\x4c\xb0\xbb\x97\xda\xb0\x63\x77\x4f\x16\xbe\ \xff\xeb\x88\x08\xa5\x01\xda\x1f\xdf\xf7\xad\x2c\x44\xde\xe9\xcf\ \xef\x0c\x4e\x4c\xd5\xc0\x9c\xc1\x64\x3a\x79\x70\xee\xf3\x9d\xc6\ \x70\xff\x77\xf7\x40\x07\x22\x29\xe2\xdd\x83\x5c\x1e\xea\x77\xaa\ \x69\x00\xcc\xbf\xed\xf7\xb0\xfb\x3f\xd8\x2e\x18\x6d\x9f\x92\xfd\ \x9f\x32\x1c\xdf\x3d\x9e\xdf\x0b\x9c\xab\xbc\x66\x7b\xc7\xe0\xc0\ \x7b\x57\xf3\x2e\xe8\x9b\x0d\x40\xcd\xa8\x48\x82\x00\xee\xa2\xc0\ \x0b\x6c\x24\xeb\xcd\x66\xb9\x5e\x4b\xce\x21\x84\x6c\xd0\x4c\x67\ \x6d\xd3\xec\x10\x50\x80\xca\xb1\x23\x2c\xde\xaa\x05\xe9\xd8\x25\ \x88\xdc\xbb\xe8\xfb\x93\x47\xcb\x0d\xb1\xef\xc6\x00\xa2\xa8\x18\ \x1d\xf3\x6f\x71\x1a\xcd\x6c\x36\x9f\xef\xf6\xeb\x08\xf7\x5f\xed\ \x7e\x9a\xdb\x19\xd4\xa2\x21\xb1\xfd\x16\xfa\xbe\xef\xbf\xec\x1e\ \xca\xf0\xff\x32\xe1\xe3\x3b\xc7\xc2\x77\x2c\xaf\x72\x83\xc0\x3b\ \xf0\xe8\x9f\xb5\x1c\x11\x35\x40\xbd\x13\x5a\xed\x86\x69\x44\x62\ \x24\x13\x20\x24\xcf\x8e\x0c\x1d\xb9\x2a\x54\xa5\xac\xee\xd6\xa0\ \x6a\x8b\xc5\xed\xff\xfc\xd7\xff\xfa\xe8\xe8\xc8\xcc\xd6\xeb\x95\ \xf7\x7c\x76\x76\x32\x9b\xcd\xff\x1f\xf6\xde\x3b\xca\xb2\xab\xba\ \x13\x3e\xfb\x9c\x1b\xdf\x7d\xf9\xbd\xca\x55\x5d\xdd\x5d\xdd\x5d\ \x9d\x25\x5a\x11\x24\xb0\x02\x92\xc1\x80\x0d\x06\x21\x03\xfe\xbc\ \x0c\xd8\x1e\xcf\x0c\xd8\x78\x79\xc6\xcb\x38\x8d\x6d\x0c\xcc\x7c\ \x81\xc1\x18\x0f\x9e\xb1\xc1\x1f\x8c\x49\x0e\xd8\x9f\x6d\x30\x41\ \x80\x24\xd4\xca\xa1\xbb\xd5\xa9\x3a\x55\x57\x0e\x2f\xe7\x1b\xce\ \x39\xfb\xfb\xe3\xde\xf7\xea\x56\xe8\x06\x75\x42\xe1\x6d\xad\xd5\ \xab\x4a\xf5\xe2\x3e\xe7\xec\xb3\xc3\x6f\xff\xb6\xae\x6b\x84\x80\ \xa1\x29\x1a\x23\x9d\x5b\x93\x10\xa2\xaa\x6a\x27\x0f\xeb\x87\x02\ \x2b\xa7\xc8\x67\x62\x42\xf4\x1d\x40\x29\x24\x17\x52\x10\x8a\x01\ \x64\x41\xf8\x95\x7b\x44\x1c\x1e\x19\xf1\x5b\x08\x40\x61\xc2\xa7\ \x40\x03\x4a\x29\xf8\x1c\x0f\x96\x65\x01\x80\x4f\xaa\x09\x84\x30\ \x46\xc9\xfa\xbe\x2a\x7f\x70\x83\xaa\xa8\xc1\x67\xf3\x07\xa1\x06\ \xd9\xb7\xf6\x41\x0a\xf5\xc0\x77\x8c\x17\xa2\x6c\x53\xa1\xc3\xa5\ \x56\x45\x7c\x6b\xc5\x18\xf5\x13\xbb\xab\xac\x49\xb0\x3f\x89\xf4\ \x3c\x7f\xb8\x8e\xbf\x3d\x7c\xfe\xdb\xe0\x6a\x6c\x7f\xe1\xf0\x73\ \xfd\x1a\x4e\x18\x11\x49\xc8\x4a\x5f\xca\x1a\xa2\xbe\xce\xcf\x9d\ \x57\xdb\xd0\x2b\x0c\xde\x22\x08\x7f\x08\xac\x58\x40\xff\xba\x65\ \x1d\x53\x1e\x7e\x3b\x02\xbe\x0b\x02\xd8\x7e\x36\x21\x04\x29\x86\ \x3f\x98\x12\x22\x2b\x5f\x5d\x22\x58\x85\xc1\x5e\xdf\xfd\xf6\x62\ \xe3\x44\xdd\xd8\x09\x0b\x17\x13\xfc\x48\xce\x8f\x26\x3a\x1a\x57\ \x55\x95\xb1\x4e\x0a\x03\x25\xa2\xae\x69\x4c\x51\x7c\x96\xe4\x00\ \x8f\xeb\x79\x8c\xd2\x88\x61\xa8\x0a\x0d\x5d\x0e\x6b\xdf\x62\x8d\ \xcf\x15\xae\xee\x21\xa2\x42\xa8\x24\x40\x90\x84\xad\x8f\xc2\x98\ \xe8\x54\xd9\x57\xc3\x41\x75\x5d\x0f\xd4\x2d\x91\xaa\x54\x04\xed\ \xf8\x81\x93\x2b\x25\x76\x16\x3b\x0c\x34\xf5\x2d\x12\xe2\xaa\x35\ \x5b\x73\xed\xac\x07\xd9\x5f\xe6\x9d\x41\x15\x05\x58\x10\x99\x00\ \x05\x16\xba\xd2\x7d\x33\xa6\x50\x95\x12\x46\xa4\x47\x01\x35\x55\ \x57\xda\xc5\x75\x3f\x67\xa4\x32\x26\x84\x74\x1c\x47\xd7\x75\x7f\ \x64\xb7\xbf\x2e\x7e\x01\x41\xd7\x35\xd3\xd4\x0c\x4d\xef\xa4\x81\ \x7d\xf6\xab\x15\x1c\x39\x21\xed\x3a\x09\x74\x40\x30\x41\x52\xc3\ \xaf\xb9\x32\xad\x6d\x6d\x7c\x2a\x46\x62\xdb\xb6\x3f\xdc\xdb\x71\ \x1c\x42\x81\x41\xb0\x25\x3a\x5b\xbc\xdd\xf4\x4a\x10\x91\x7b\xe8\ \x53\x06\xfb\x48\xd4\xce\xb2\x02\x80\xc2\x14\x42\xa4\xd7\xa6\x0c\ \x5e\x41\x02\x07\x35\x3e\x0c\x13\x78\x00\x65\x2b\x16\x02\xa5\x94\ \xc8\xe5\x25\xcf\xb7\x6e\x83\x51\x56\xdc\x1d\x58\x93\xa2\x46\x64\ \x8c\x31\xdf\x72\xf9\x80\x15\x4a\x19\x6c\xe4\x1c\x75\x8c\x91\xa6\ \x69\xa1\xbf\xa2\xbf\xc7\x3a\x4b\x49\x69\x28\xad\x4b\x03\x7a\xde\ \xb0\x11\x5c\xb3\x97\xc2\x66\x71\x35\x49\x29\x76\xc8\x66\x56\x32\ \x1e\xa4\xdd\x7c\x12\x82\x96\xaf\x01\x54\xaf\x71\x53\x3a\xa4\x43\ \x7e\x01\xaa\x73\xcd\x87\xcf\xfe\x86\xff\xfe\x88\x7b\xfe\xda\xb1\ \xdc\x40\xd0\x90\x49\x3b\xca\xf2\x7d\x99\x8e\xfa\x28\x55\x89\x1a\ \xd4\x47\x99\xc2\x7c\x67\x89\x29\x0a\xa3\xd4\xbf\xbc\xfd\xdb\x48\ \x48\xc1\x85\x8c\x58\xb1\xa0\x87\x19\xfd\x58\xca\x6f\xfb\x61\x01\ \x54\x18\x09\x50\x08\xca\x1b\x12\xdb\x96\x3e\xb8\x49\x3a\x7e\x0c\ \x12\x42\xdb\xec\x40\xc2\x07\xd0\x85\xc2\x4c\x89\xe8\x06\x88\x59\ \x85\x32\x2a\x3c\x0f\xdb\x31\x20\x09\x8a\x67\xfe\xd8\x16\x58\x89\ \x85\x82\xa0\x24\x58\xdb\xf6\xcd\xe2\xff\x0a\x41\x57\x32\x06\xdb\ \x2e\x74\xdb\x04\x5c\x11\x21\x03\xb7\xf2\x03\x21\x97\x13\x29\x12\ \x02\x44\x51\x54\x45\x61\x1d\xaf\xce\x8f\x13\xdb\xa8\x6a\x4a\x08\ \xfa\xce\x70\xc0\x2b\xcd\x98\x9f\x33\xf2\x03\x13\x4a\x19\x41\x41\ \x69\x50\x35\xf5\x38\xf7\xa7\xae\x4b\x19\x10\x4c\x2b\x8a\xaa\xe9\ \xa6\x66\x18\x42\x70\xcf\xf3\x08\x30\xa6\xfa\x2a\x0d\x92\x7d\x52\ \xc8\x95\x09\x31\x92\x00\x65\x94\xb1\xa0\x0d\x47\x55\x19\x80\xcb\ \x65\xf8\x2e\x93\x52\x5a\x96\xd5\x68\x34\xfc\x1a\xbf\x27\x05\x6d\ \x77\x1d\x74\x3e\x7f\x9b\x2f\x3b\xc0\x61\x74\x66\xbb\x77\x8c\x5a\ \xa7\xb0\x4b\x83\x5c\x4a\x50\x45\x09\x6a\xd9\x2b\x96\x4b\x76\x5c\ \x98\x70\x8b\x4c\x18\xcb\x7a\xe9\x0c\x03\x12\xd7\x40\x8e\x83\xd8\ \xa2\x9d\xd0\xa0\x4c\x09\xe0\x02\x3e\xfb\x0c\x42\x40\x5a\x1a\x10\ \xed\x52\x00\xbf\x35\x88\x76\x6c\x87\xbf\xdd\xfc\x20\x10\x89\x04\ \x42\xfd\x0c\x96\x7f\x12\x30\xd8\x9b\x3e\xa2\x0e\x29\x53\xfc\xf7\ \x0b\x5c\xec\xb0\x87\x49\x08\x50\x08\x8d\xde\xa1\x8c\x12\x12\x20\ \x0d\x03\xbe\x5f\xca\x98\xef\x89\x06\x9f\x5c\xca\x76\x14\x1c\x34\ \xb6\x85\x9d\x83\x35\xad\x6c\x88\x28\x56\x46\xf8\x90\xf6\xd0\x09\ \x5c\x1f\x15\x76\x94\xd3\xf1\x3d\x37\xb4\xdd\x3f\x4e\x9f\xcb\xb7\ \x5a\x6b\x1c\xe0\xf0\xa2\xfa\x8a\xa0\x6d\x6f\xb9\x23\xed\x67\x13\ \x02\x44\x48\xe9\x77\x58\xfb\xd7\x6c\xdb\x7d\x65\x52\x4a\x8f\x0b\ \xdf\x87\x58\xef\x33\x77\x4e\x45\x27\x9a\x68\xbb\x78\x34\x28\x0f\ \x10\x4a\x28\x30\xba\xca\xfc\xfb\x0f\x66\x8c\xfa\x90\x6b\xc4\x55\ \xaf\x29\x84\x0c\xa8\x5d\x81\x48\x29\x70\x55\x03\x59\xdb\x38\x11\ \x08\x2f\x2c\x09\x36\x1f\x69\x3f\x38\x40\xf7\x40\xc0\xa3\xb1\x76\ \x07\x84\x7e\xbe\x3c\x0c\xb0\xa2\x30\x45\xf5\xad\x6b\xd0\x88\x13\ \xce\x03\x22\x21\x20\x01\xd0\x34\x18\x63\x4c\x55\xd5\xe0\x1e\xa0\ \x01\x42\x0e\x40\x01\x82\x40\xc1\xb1\x1d\x45\x55\x7d\x06\x0b\x02\ \xc8\x08\xf1\x73\xda\x8e\x27\x24\x71\xa4\xf4\x4d\x30\x97\x52\xb4\ \xe3\x44\xdf\xfb\x0f\xaa\x31\xfe\x37\xf1\x31\x46\xe0\x43\x3d\x15\ \x15\x28\x53\xc1\xef\xf1\x6c\xe7\xf5\x19\x43\x00\x33\x12\xf1\xf5\ \xa7\xb0\x8e\x65\x09\x30\x2e\x00\x00\x8c\xfa\x67\x83\x73\x41\xa9\ \xe2\x0f\x76\xef\x98\xad\x30\xbe\x91\x4b\x81\x28\xa8\xdf\x90\x15\ \x38\x1a\xe0\xe7\x9e\x08\x10\x21\x42\x0e\xb0\x7f\x13\x06\x17\x06\ \x10\x42\xfc\x06\x95\x4b\x36\x5d\xed\xf8\x78\x03\x9b\xd5\x09\xbb\ \x60\xb5\x74\x5a\x7a\xfd\x0f\x2c\x11\x01\xdb\xb3\x75\xfc\x74\x58\ \x7b\x11\x83\x87\x07\x73\xc3\x50\x4a\xc9\x28\x03\x0a\xa1\xd3\xd4\ \xd9\x3f\x08\x20\x3b\x25\xd7\xf5\xe7\xce\xbf\xb9\x3b\x70\xe8\xce\ \xf3\x10\xc3\x49\x28\x12\x78\xcf\x6d\x3b\x16\xc0\xb3\xd6\xc5\x0d\ \x6b\x22\xaa\xce\x8a\x6c\x18\x43\x84\x73\x8b\xab\x0c\xdf\x8b\x87\ \x59\x70\x55\x1a\x62\xa3\x7f\x01\x00\x57\x9a\xb1\x59\x10\x2d\x32\ \xe6\x2f\x53\xdb\x11\x0e\x4e\x31\xa5\x40\x08\x0b\x0f\xc2\x03\xa0\ \x02\x41\x0a\xf4\x71\x05\x94\x82\xff\x48\x58\x59\x1b\xf0\x01\x78\ \x9d\xd4\xa0\x7f\x56\x28\xf5\x59\xfe\xfc\xbc\xe1\x06\x2d\xd0\xc1\ \xbb\x40\xc7\xb6\xb6\xb7\x43\x68\x1f\x48\x29\x25\xb6\xbb\xc7\x56\ \x8e\xcd\xaa\x2b\xc8\x67\xa9\x5f\xfd\xe2\xd0\x46\x13\x40\xf8\xad\ \xd7\xf8\x5c\x97\x1d\x33\x02\x21\x94\x00\xf3\x23\x08\xbf\x37\x81\ \x06\x36\x17\x80\xfa\xb3\x95\x04\x48\x49\x08\x28\x4a\x30\x16\x20\ \xb8\x68\x28\x05\x20\x5c\x08\x7f\x0f\xab\x46\x44\x4a\xe9\x72\x89\ \xc0\x38\x72\x21\x7d\xf4\x2d\x71\x5c\xee\x70\x01\x7e\x57\x7d\x80\ \x9b\x0d\x10\x74\x10\xce\x14\xad\x18\x77\x12\x70\x66\x3a\x1e\x50\ \xee\xd7\x64\xfc\xf4\x53\xd0\x4b\xc0\x45\x87\x1a\x13\x83\xe8\x5b\ \xb6\xff\x0a\x42\x48\x4a\x91\x10\xbf\x9e\x41\xc3\x04\xd9\x61\xd0\ \x49\xd0\xf9\xe4\xd3\xd5\x22\x91\x42\x12\x20\x0a\x53\x10\x51\x48\ \xc1\x18\x63\xc0\x08\x45\xbf\x33\x11\x57\x3c\x64\xd2\x69\x5a\x91\ \x97\x77\x67\xf8\xa6\x29\x9c\x4e\x5a\x93\xbb\xc0\x10\x7f\x4a\x60\ \x74\x70\xa5\x2f\x3a\x28\xb8\x87\xbc\xee\xf6\xe7\x0b\xf6\x76\xc8\ \x61\x01\x4a\xa9\x44\x9f\x90\x8b\x84\x8d\xd7\x4a\x4e\xc0\xcf\x20\ \xd3\xc0\xd1\xc2\x76\xa2\x80\x86\x90\x95\xab\xf7\xdb\x8a\x87\xd1\ \xbe\x3c\x21\x7c\x3c\x3a\xa8\xd2\x8b\x6c\xce\x0d\x92\x5c\x17\xfe\ \x3f\x1d\x62\x15\x29\x25\x63\xf4\x87\xa6\xe8\xaf\x21\x86\x3e\xe4\ \x4d\x84\xed\xf4\xca\x25\x49\xa8\xdf\x68\xe6\x4f\x7d\xe1\x02\x89\ \x08\xe8\xab\x83\xe2\x1d\xc1\x35\xd9\xc7\xce\x6d\x4c\x08\x02\x25\ \x14\x02\xf0\xb6\xc4\x36\xfa\xc1\x87\xb7\x04\x29\xd8\x95\x03\xe5\ \x93\xaf\x4b\x24\x3e\xb8\x1d\x56\x6f\x8e\x8e\xd7\xba\x12\xf1\x07\ \xfd\x43\x2b\x1e\x10\x12\xe8\x64\x41\xfc\xce\x06\x1a\xf2\x9f\xc3\ \x2b\x11\xfa\xd7\xa7\x28\xe8\xfc\xbb\x92\x8c\x43\x82\x17\xf2\xba\ \x49\xc7\xaa\xc1\xe5\x28\xdf\x57\x17\x42\xc7\x66\xb5\x6b\x3d\x92\ \x10\x49\x03\x1c\x9c\x5c\x51\x02\x12\x81\x44\x72\x20\xd4\x13\xa2\ \x1d\x87\x90\xf0\x94\x03\x49\x80\x10\x06\x80\xd0\x76\x8b\x91\x4a\ \x3f\x2c\x87\x8e\x41\xf6\xb1\x3b\xc1\x31\x20\xe1\xdc\x23\xf8\x43\ \xbb\x05\xb6\xef\x00\x40\x24\xdc\xf3\xd6\x64\xa6\x03\x57\x08\x3b\ \x3f\x12\x9f\xa4\x34\x94\xa0\x11\x17\x4a\x9e\xb6\x3d\x1f\x45\x12\ \x22\xdb\xf4\xd9\x10\xe4\xd3\x28\x06\xbe\x8d\x7f\xa5\xa1\x3f\x28\ \x2f\x7c\xa8\x44\xb8\x7b\xe5\x12\x73\x24\xab\x82\x00\xdf\xfe\xae\ \x70\x3d\x11\x82\x94\x4a\xff\x2e\xf5\xf7\x64\x1b\xca\x4c\x60\x25\ \xaf\xd7\xc1\x07\xd0\x4e\x25\x87\x00\xf5\xf5\x17\xba\xfe\xdb\x7c\ \x1c\xd0\xf9\xb7\xcd\x93\xdc\xee\xde\x00\x40\xa0\xc1\xfd\x4a\xc1\ \xaf\x3f\x20\x01\x89\xeb\x12\xab\x88\x84\xf8\xd8\x69\xc4\x90\x03\ \xe4\x8f\xb0\x0d\xfe\x25\x48\x50\xae\x39\xd1\x1b\x66\xac\xd6\x5c\ \xbd\xeb\x9d\xaf\x70\xce\xb7\x43\x45\xf4\xe2\xf2\xb9\xc2\x78\xff\ \xce\xbe\x6c\xef\x54\x24\x84\xf9\x69\x0e\xd2\xc9\x40\xb6\x23\x1a\ \xff\xfa\x41\x94\xe1\x64\x67\x50\x3a\xec\x24\xc5\x11\x45\xb0\x33\ \x82\x6a\x47\xdb\x9d\x0b\x58\x20\x83\x70\x31\x38\x55\x1d\x23\x18\ \x7c\x0c\xb6\x3a\x9d\x14\xae\x34\xb5\x4b\x27\x70\xa1\x3c\xa2\x94\ \x12\x11\x90\xd0\xf0\xdf\xfd\xef\x11\xce\x79\xb5\xcd\x20\x74\x9e\ \x1d\x32\x4c\x22\x9c\xe7\x5a\xc3\x81\x83\x28\x2f\xe3\xf6\x47\x2e\ \xa5\x68\xe3\x29\xa1\xe3\xe0\xb5\x3f\x1f\x22\x11\xed\xbf\x81\x44\ \x20\x12\x83\x5a\x77\x70\x18\x10\xa8\xef\xf5\xfb\xdf\xc2\xd7\xa8\ \xf4\xeb\xb4\x94\x22\x4a\x21\x3c\x3f\xd9\xe2\x67\xcc\x02\x38\x47\ \xdb\xbd\x22\x7e\x2f\x76\xe8\x38\xfb\x5b\xdf\x8f\x45\x09\x91\xfe\ \xec\x57\xff\x60\x20\x41\x4a\x88\xf0\x21\xd4\x48\xd6\xe4\xfb\x3a\ \x4d\x9d\x1d\x7e\xa4\xf5\x09\x91\xb5\x96\x8b\x02\x86\x78\x38\x3a\ \x77\x12\xf7\xbc\x15\x67\x3f\xc4\x8f\x16\x5e\x7d\xd7\xf5\x38\x17\ \x97\x93\xea\x5a\x4f\x64\xb4\x66\xe7\x87\x37\x52\x38\x6c\x0c\x9d\ \x8b\x95\xe7\x8a\x95\x86\x10\x10\xe1\x2f\xbb\xca\x7e\x91\x8d\xb3\ \x25\xd8\x1e\x92\xb0\xda\x58\xac\xe0\x77\xd6\xef\x6d\xa4\xed\x92\ \xeb\xca\xab\xfa\x5b\x40\xa2\x84\x70\x43\x75\xa8\x00\x12\xbe\x6b\ \xc3\xcd\x70\x64\xf5\xaf\xeb\xcb\x8e\xb4\x8d\xf2\x7b\xd1\xe5\xb9\ \x08\xae\x4e\x58\xb6\xeb\xf3\x18\x38\x23\xfe\x80\xb2\x60\x16\x50\ \xbb\x6f\x07\x24\xf1\x7b\xbe\x80\x10\xe2\x33\x54\xd1\xc0\x38\x01\ \x0f\x95\x81\x01\xa8\x3f\x79\x67\xcd\xd7\xf6\x3b\xc6\xc2\x9b\x26\ \x14\xea\x07\x9b\xd2\x87\xbd\x09\xbf\xb9\x6e\x65\x9f\xad\x54\xb2\ \x82\x1c\x59\x40\xe2\xbd\x2a\x14\xa7\x40\xfd\xf1\x8a\xed\x3c\x49\ \xe0\x58\x85\x1d\xe9\xb6\xd3\x8e\x9d\x8b\xb1\x6d\x0d\xb1\xf3\x78\ \xc4\xa0\x3d\x35\x3c\xb5\x69\x0d\xc8\xe8\x92\xbd\x2d\xc1\xb9\x7f\ \xd4\xfd\xaf\x1f\x0c\x19\x0e\xca\x73\x14\x89\x8f\x99\xf0\x43\x57\ \x24\x28\xc3\xc9\x1d\x0c\x2e\x78\x3f\x55\x02\x48\x10\x82\x74\x7b\ \xbb\x23\xb4\x0d\xb0\x0c\xfe\xbf\x24\x6d\x4f\xa5\xbd\xdf\x71\x6d\ \xd3\x7f\xe0\xc2\xa2\x44\x2e\x28\xa0\xa6\x30\x1f\x71\xdb\x7e\x38\ \x84\xf5\x10\x2e\x8d\xf9\x45\xde\xe0\x57\x19\x0c\x5d\x5a\xb3\xcb\ \xd7\x5a\x2e\x49\x04\xae\x62\x53\xe9\x28\xc1\x6f\x3b\x5b\x73\xd4\ \x25\x76\x3c\xe0\x15\x62\xa2\x4b\xce\xd0\x77\x0a\xd3\x61\x2b\x19\ \x5a\x0b\xea\xa7\xfc\xda\x37\x6e\x90\xe7\x5a\xb9\xab\x41\xf8\x3f\ \x07\x26\x4c\xa2\x9f\xc1\x5f\xe9\x3b\x69\xd7\xa3\xd6\xff\x1b\x78\ \x4a\x6d\xd0\xf5\xca\xc3\x3b\x30\x9d\x76\x30\x8f\x81\x7f\x1c\xac\ \xaf\xbf\x3f\xdb\x71\x48\x10\xfc\xaf\xbc\x5e\x3b\x7a\x00\xc4\x30\ \x40\x6f\x83\x81\x63\xa1\x3a\x49\x07\x74\xd1\x4e\xb4\xac\x44\x9a\ \xc1\xc5\x1c\xb4\x73\xe2\x86\x4d\x42\x3f\x7e\x3c\x57\xbb\x70\x4e\ \xb1\x83\x4b\x0c\xb2\x7f\x00\x80\x82\x20\xfa\xe5\x15\x0c\xfa\x06\ \x82\x0b\x48\x06\x4e\x99\x6c\x27\x36\xda\xb4\xa3\xa4\x6d\xc4\x08\ \xf1\x6d\x16\x01\xb2\xaa\x45\xab\x63\x47\xc2\xa1\x65\x07\xb8\xd0\ \xa6\xd3\xf2\x6f\xbf\x20\xfe\x47\x1f\x28\x0b\x80\xd0\x1e\xd5\xd3\ \x3e\x42\x6c\xad\x61\x23\xd0\xae\x71\xad\xc4\x32\x9d\x2a\x61\x07\ \x89\xda\x3e\xb7\xf2\x42\x5e\x34\xa2\x0c\x2f\xe4\x85\xae\xeb\x4b\ \xd6\x7c\xe7\x3e\x84\xe0\x14\x50\xa4\x1d\xb8\x20\x72\x89\x9e\x90\ \xed\xaa\x56\xe7\xc3\x43\x27\xc6\xe0\x5c\x10\x40\x3f\xf7\x48\x42\ \xa8\x1c\x82\x48\x7c\x50\x96\xe4\xed\xdb\x1b\xfc\xe9\x61\xab\xb5\ \xcd\x71\x65\x98\x02\xf1\xb8\xcf\xae\x43\x19\xf3\x3b\xeb\x88\x94\ \x42\xac\xa6\x9c\xec\xc4\x56\x2b\xb0\xd2\xce\xfe\xf1\x59\xd5\x18\ \xa3\x0a\x10\x09\x24\x74\xa8\x48\x27\xa0\xc6\x50\x6d\xdf\x87\xa1\ \x52\xa1\x84\x0b\x00\x00\x20\x00\x49\x44\x41\x54\x48\x09\x8c\x82\ \xbf\xd6\x3e\x27\x97\x94\x14\x91\x22\xba\x5c\xb4\xed\x33\x5d\xf1\ \x49\x37\x2e\xf2\x5c\xca\x5d\xdd\xb9\x7b\x3a\x56\xb2\x63\x82\x29\ \x83\x00\x6a\xdc\x0e\x02\xfc\xee\x0b\x3f\xae\xeb\xd0\x25\x51\xc2\ \x3a\xb1\x76\x3b\xc4\x43\x00\x08\x0c\x19\x06\x17\x4a\x9b\x46\x00\ \x42\x48\x3a\x6c\x03\x53\x82\xff\x7c\x9c\xbd\x6c\x57\x96\xc3\xba\ \xc3\x20\x7f\x86\x6d\x6c\xb8\x8f\x2d\x6d\x1b\x3e\xd8\x08\xca\x10\ \x14\x8d\x83\xa2\xa7\x5c\xf1\xd4\x11\x57\x03\x8f\xdb\x61\x87\x0c\ \x45\x1b\xe1\xc8\x31\x9c\xa0\x7c\x91\x4d\x8a\x25\x40\x24\xa2\x27\ \x90\x23\x01\x82\xed\x50\x9e\xb6\xad\xef\xca\xbd\x84\x40\x29\x05\ \x5c\x95\x2d\x40\xdf\x1d\x03\x42\xfd\xab\xba\x93\xe7\x85\x36\xff\ \x36\xf8\x59\x27\xba\xca\x42\x75\x32\x0b\x34\xd4\xe6\xdd\xb9\x73\ \xd6\x4c\xa3\x5a\x31\x6a\xed\x75\x81\xd0\x0d\x80\xe8\xf3\xa5\xb5\ \xe3\xd0\xa0\x5d\x27\xb4\x8a\x48\x10\xa4\x6f\xf5\xb0\x8d\x8d\xf6\ \x19\x6d\x82\xfa\x0b\x11\xe1\x22\x56\x9b\x75\x1a\xdb\x2f\xda\x4e\ \x1e\xad\xba\xa6\xda\xa9\x62\x0c\xed\x85\x4b\xc0\xa3\x08\x81\x9c\ \x63\xd0\x8b\xcb\x84\x08\xd2\x18\x28\xd1\xf7\x0b\x08\x50\x0c\x38\ \x70\x80\x10\xda\xe1\xd2\x0d\x76\x3f\x4a\xe2\x3b\x86\x04\xd6\x5c\ \xa1\x00\x02\x09\x32\xe8\x0c\x5d\x25\x8c\x50\x29\xa4\x0f\x8d\x92\ \xc1\x31\xf3\xb1\xda\x34\x68\xec\x20\xd4\xef\x4a\xf3\x49\x20\x29\ \x80\x6c\x73\x57\x74\x32\x83\xe1\xa8\x01\x28\x08\x20\xb2\xcd\xe5\ \xe4\x9b\x96\xce\xaf\x1d\xf3\x14\xce\x55\xaf\x94\xab\x00\x88\x10\ \x54\x0a\x24\x84\xb4\xa1\x5e\x0c\x51\x08\xce\xfc\x92\x8a\x44\x8d\ \x29\xfe\x38\x2d\xe4\x02\x00\x44\xbb\x61\x1b\x00\xa8\x9f\x9f\xbb\ \xd4\x0d\x1f\x2e\xae\x85\x9b\xf0\xd7\x14\xf8\xd6\x18\xb5\x4e\xe6\ \xb7\x53\x7c\xf4\x31\xb4\x6b\x02\xc9\x70\x14\xb6\xe2\xac\xb5\xdd\ \x9c\x4e\x68\xd7\xc6\x2b\x12\x21\x04\xf7\x3c\xd5\x52\x00\x08\x11\ \x92\x29\x0a\xae\x4e\xea\xf9\xe0\x6a\x9f\x1a\xc8\xf7\x49\xd7\xa4\ \xae\x56\xdf\x46\xed\xdb\x58\xe2\x7a\x76\xdf\xb6\xc5\x0c\xbb\xab\ \x20\x57\x55\x71\x3b\xc1\xc4\xda\x68\x31\xc8\x59\x03\x7d\xd1\x58\ \xae\x95\x78\x71\xcd\x3a\xe1\x06\x4a\xe9\xf8\xa5\x61\x9c\xf9\x4a\ \x9f\x53\xe8\xd5\xfc\x19\xbf\x9d\x0d\x26\x56\xa5\xff\xc3\xe0\xe3\ \x30\xe8\x74\xc3\x22\xd4\x1a\xd5\x87\xb1\xef\x1d\xd0\xfc\x86\xe9\ \xc6\xf0\x17\x69\xa7\xb8\xda\x1d\xa4\x21\x3c\xc4\x6a\x74\x06\xb9\ \xd0\x7a\xaf\x77\xb2\xf0\xb2\x31\xf4\x9c\x73\x7f\xe2\x2c\x01\x2a\ \x11\x19\xa3\x12\x89\xe0\x52\x70\x1e\xa0\x55\x42\x80\xa9\x35\x69\ \x97\x36\x26\x3e\x5c\xc3\xc6\xb6\xd3\xb9\x0a\xad\x17\x0a\x13\x88\ \xaf\xab\xb6\x13\x4c\xda\xb1\x4e\x10\x7a\xaf\x64\x94\x09\x22\x12\ \x2e\x25\x84\x9c\x2c\x7f\x87\x74\x08\x7f\x64\x28\xf3\x17\x8c\x1d\ \xf5\xbc\xf0\x2a\xac\x81\x8f\xcb\x35\xa7\xba\xcd\x45\xd5\x01\xdb\ \x81\x0f\xd3\x20\x10\x90\xa9\x11\x89\x6d\x63\xe1\x9b\xce\xb0\x65\ \xb9\x82\x55\xa9\x70\x3d\x2a\xd8\xa2\xed\x2f\xb5\x26\xe6\xed\x10\ \x87\x86\xd1\x12\xe1\xad\xb8\x06\xbb\xb3\x26\x65\xb6\x92\x95\xf7\ \xef\xd3\x36\x17\x9e\x7f\x37\x04\xb0\x6a\x21\x71\xf5\x54\xa3\x4e\ \x57\x56\x27\xdf\xb4\x21\x67\x2f\x59\xc7\xd1\x74\xa1\x13\x74\xa1\ \xca\xf8\x85\x82\x89\xf0\x9d\xfd\xe2\xc2\xd0\x43\xbb\xd0\xde\x89\ \x26\xc2\xba\x08\x23\x0c\xd6\x60\x52\x56\x32\xfa\x40\xc3\xbf\xae\ \xb9\xc1\x2e\x84\xc3\xe8\x5c\xc2\xfe\x5d\xda\x79\x97\x35\x38\xc3\ \x35\xaf\xd3\x21\xa8\x83\x75\xe9\xcf\x0b\x01\x58\xd6\x3c\xa0\xc3\ \x55\xbd\xe1\x9a\x85\xbf\xfb\x86\xd5\x99\x35\x0d\x06\x97\x23\x32\ \x80\x83\x04\xc5\x77\xdf\xcf\xf2\xf3\x4a\x8c\x52\xa0\x2c\xdc\x20\ \xb5\xbe\x1b\x43\xd3\xb4\xf5\x10\xd9\xf0\x1a\x09\xc1\xc3\xaf\xc0\ \x18\x53\x14\x85\x73\xce\x39\x57\x55\x15\x09\x0a\x4f\x84\xd1\xf3\ \xbe\x55\x5a\x39\x8d\x84\x74\x66\x28\xf8\x28\x53\xff\xd7\x70\x8a\ \x3a\x7c\x86\x3b\x45\x9e\x0d\x8b\xb0\x9d\x83\x17\x72\xd9\x43\xad\ \x70\x88\x02\x49\xa8\x81\x46\x92\x50\x63\x1f\x59\x9d\xc3\xfe\x11\ \xdb\x50\x2e\x66\xb6\x08\xb9\x90\x95\xe9\xc0\x80\xc8\x46\x9d\x70\ \x61\xd3\xb0\x06\x7f\x1f\x46\xbd\x87\x77\xb8\x08\xf5\x18\x06\x5e\ \x18\x59\xc1\x55\x74\x28\x15\xfd\xf6\x0f\x50\xc0\xf3\x38\x86\xaa\ \x9f\x1d\x92\x92\xce\x84\x97\x0b\x9d\xac\xb0\x53\xbc\x66\x4b\x93\ \x75\x43\x15\xc2\x85\x91\xf5\x1e\xc3\xfa\x3c\xfd\x6a\xb5\xc3\x8b\ \x05\x15\xc1\x43\x4a\x09\x07\x6e\x6b\x6e\x95\x0d\x3d\x67\x44\x82\ \x92\xaf\x07\x82\x6d\x58\xbb\xe9\xd4\x5c\x68\xb8\x69\x31\xd4\x41\ \x12\xc2\xb8\x86\xac\xc3\xea\xd7\xba\xd8\x03\x36\xe8\x61\x20\xb8\ \xfa\x21\x1d\x06\xa8\x35\x96\x71\xc3\xaa\xf0\xba\xaa\xf4\xea\x84\ \x97\xbc\xec\xcb\x9f\xa0\x10\xc2\x13\x1c\x85\x43\x28\x48\x02\xa2\ \xd3\x9f\x24\xa5\x90\xa4\x1d\x2a\xae\x42\xe1\xfa\xea\xf2\x99\xad\ \x3a\x79\xa8\xb5\x66\x1a\x91\xb6\x8b\xbc\xe1\x9d\xea\xb7\xbc\x49\ \x29\x29\x23\x61\x1c\xc6\xfa\x26\x3b\xa6\x28\x9d\x2d\xd1\x09\x55\ \xda\xac\xd3\xb4\xe3\x9b\x85\x9d\xac\x35\x2a\x0a\x13\x6f\xad\xaf\ \xe2\xad\x4a\xf9\x21\xba\x2d\x9b\x31\xa6\x30\x85\xf9\x0c\xcb\x17\ \xa8\x2d\x5e\x09\x24\xdd\xaa\xa3\xb9\xc6\x2a\x61\x30\xd7\x7d\xad\ \x6d\x5a\x03\x4c\xbd\x88\xf1\x6a\x2b\x8d\x12\x22\x3b\x14\x31\xa1\ \x27\xfb\xf4\x9a\x04\x31\xa8\xc3\xfa\x24\xfd\x9d\x75\xe1\x62\xa5\ \x53\x2a\xbc\x22\xe1\x2b\x6a\x25\x23\x13\xa0\x5e\xd7\x2a\x6a\xc3\ \x5b\xb9\xe3\xbe\xad\x0f\x23\xd6\xe0\xe6\xc3\x97\x65\xa8\x37\xa8\ \x33\x50\xe3\xc5\xc1\xe6\xdc\xc9\xd0\x75\xe0\xf2\x9d\xf4\xf7\x9a\ \x7b\x66\xbd\x2b\xd4\x76\x80\x57\xad\x22\x65\x41\xa3\x99\x0c\xa3\ \x7d\x43\xaa\x84\x30\x1a\xa3\x0d\x0a\xa6\xed\xb4\x11\x6e\x34\x1c\ \x21\xec\x0b\x04\x88\x9b\xf5\x00\xdf\x0b\x45\x8b\xeb\x80\xac\xeb\ \x2d\xd7\xea\x12\x4c\x07\xdb\x15\xfc\xbc\x61\x57\xc4\x8f\xe8\x3c\ \x5f\x44\x3c\xd7\xe5\x9c\xab\x94\x01\xa3\x14\xa8\x40\x09\xed\xb4\ \x02\xe7\x3c\xc8\x4e\x87\xba\xb2\xd6\x6c\x47\xff\xb2\x09\x00\xbe\ \xab\xc1\x56\xed\x7d\x1f\x26\x12\x40\x4a\x89\xdf\xe4\x18\x89\x44\ \xea\xf5\x3a\x45\x50\x55\xa5\xf3\xac\x55\x97\xaa\x4f\xd5\x2a\xa4\ \x8f\x71\x71\x5d\xd7\x71\x1c\x9f\xad\xcc\xf7\x29\x5c\xd7\x05\xbf\ \xfa\x19\x82\x41\xac\x6f\x39\xee\x84\x99\x6b\x60\xd9\x84\x10\xd6\ \x86\x36\x75\xac\x5e\x24\x12\xf1\xfb\x57\xa4\x94\x40\xa9\x90\xfe\ \xd0\x78\xe9\x6f\x18\x08\xa5\x32\x36\x3c\xa2\x2f\x14\x03\x14\xfe\ \x54\x6b\x4c\x0f\x12\xb8\x88\xe5\xba\xb8\xd9\xea\xf8\x5c\x94\x22\ \x01\x46\xda\x1f\x35\xfc\xfc\x4e\xff\x72\xa7\x7f\xd0\x77\x78\x25\ \x22\xe7\xbc\x93\x2a\x0e\x23\xce\x56\xaa\x07\xfe\xcc\xd0\x76\x09\ \x0c\x70\x15\x64\x74\xa5\x36\xda\x76\x8c\x50\xb6\x33\xf4\x18\xa0\ \x97\xd6\x55\x5a\x65\x58\xab\x61\x72\xe0\xb0\x9f\x4b\x82\xb9\x4d\ \x8c\xe0\x8b\xc3\xe7\x6a\x34\x9a\xb7\xbd\xfa\xd6\xff\xef\xef\xbf\ \xe2\x97\x7b\x57\x4a\xb7\x1b\x06\x5b\x1b\x56\xc8\xd6\x98\x60\xb8\ \xe8\x23\x57\xbf\x1a\xae\x7a\xf2\xba\xff\xb1\xfe\x89\xe1\x6c\x38\ \xbe\x30\xeb\xbc\xae\xa0\x7a\xb1\x57\xdb\x58\x03\xb8\x3e\xdc\x93\ \xe9\x54\xca\x77\xf5\x5f\xe8\xe1\x51\x14\xe5\xb7\x7e\xff\x0f\xda\ \x75\xc2\x4e\x65\x7a\xa5\x40\xb8\x3a\x54\x86\xd0\x07\x0f\x37\x1e\ \x6d\x30\xe3\xf6\x82\xd8\xcb\x50\x85\xd1\x47\xae\x87\xd1\x92\x1b\ \x98\x82\x0e\x3e\xe6\x02\x10\xad\x0b\x2c\x0c\x59\x4d\x72\xdd\xf1\ \xb3\xd7\x34\xb8\xac\x5d\xeb\x0d\x33\xcd\x24\x04\x8c\x5a\x49\xa3\ \x22\x1a\x86\xd1\x6c\x36\x2f\x69\xc3\x37\x7e\xe1\x3d\xef\x7e\xc7\ \xdb\xde\x0a\x14\xd6\xa7\x4d\x30\xb4\xa3\x61\xe3\xad\x0b\x3f\x6c\ \x5f\x87\xbf\x3d\x5c\xf0\x61\xeb\x6a\xaf\x61\xf6\x0b\x0c\x11\x7b\ \x86\xe0\x14\x04\xd6\x6e\xce\xd5\xc7\x6f\x15\x9b\xd3\xc6\xbb\x19\ \xc8\x9a\x13\x8e\x17\xd8\xff\x64\x55\x31\xb8\xf3\xa9\x80\x44\x22\ \xa6\x10\xe2\xc7\x6f\xb9\xfc\xa1\xcd\xd1\x68\x74\x43\x0b\x44\xc2\ \x55\xec\x1f\x39\xbb\x83\xe4\xc5\x2e\xf0\xc2\xfe\x00\x17\xcf\xb2\ \x5f\xf2\xfd\x9f\xcd\xf6\x5c\xe8\xe8\x5f\xe5\x35\x27\x6b\xa8\x3b\ \x2e\x62\x94\xae\xe1\x07\x7b\x61\xdf\xe1\xe2\xe7\xe7\x22\x60\xae\ \x44\x22\x9e\x4a\x25\xc3\xc4\xeb\x3f\xfa\x3e\x7e\xf1\xef\xed\xcb\ \x3a\x05\xb0\xe1\x64\x85\x55\x77\x92\xe7\xf1\x17\x4b\x86\xfe\x32\ \xf3\x9d\x5d\xb9\x9c\xda\x62\x57\x09\xd7\x5e\x3a\xe3\x05\xba\x72\ \x35\x84\x76\x55\xd0\x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\ \xa5\x6b\xb9\xba\xd2\x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\xbc\ \x0c\xe4\x9a\xf3\xd0\x03\xa0\xa2\x20\x63\xc4\x6f\xa3\xf3\x45\x4a\ \x22\x25\x08\x01\x9e\x47\x10\xbb\xab\xd2\x95\xae\x74\xe5\x45\x63\ \xb9\x28\x95\x9a\x06\x88\xea\xe2\xa2\xb2\xb4\xc4\x4a\x25\xda\x6c\ \x12\x21\x09\x05\x69\x9a\x22\x99\xe4\xbd\xbd\xde\xe0\x20\x2a\x0a\ \xb8\x2e\x74\x8b\x32\x5d\xe9\x4a\x57\x7e\xcc\x96\x8b\x52\xd4\x34\ \x56\xad\x46\x1f\x7c\x30\xfe\x6f\xdf\x34\x9f\x7d\x96\x55\xab\xb4\ \xd9\x24\x9d\x21\x31\x8c\x49\xcb\x12\xd1\xa8\xb3\x77\x4f\xe5\x0d\ \x6f\x6c\xbc\xf6\x76\x9e\xc9\x80\xe7\x75\xed\x57\x57\xba\xd2\x95\ \x1f\x8f\xe5\x42\x55\x25\x88\xb1\x6f\x7f\x3b\xfd\xb9\xcf\x45\x9e\ \x79\x8e\xf7\xf6\xd4\x5f\xf3\x9a\xd6\x8d\x37\xb8\x5b\xb6\x78\xfd\ \xfd\x32\x1a\xa5\xad\x96\xb2\xb4\xa4\x9d\x3f\x6f\x1e\x3a\x6c\x3d\ \xfc\xf0\xd0\xf7\xbe\x6f\x8f\xef\x28\xfd\xe2\x2f\x56\xde\xf4\x26\ \xd4\x34\x70\xdd\xee\x22\x75\xa5\x2b\x5d\xb9\xa6\x96\x0b\x35\x8d\ \x95\x2b\xd9\x4f\xff\x59\xea\x4b\x5f\x76\x37\x6f\x5e\xfc\x2f\x7f\ \x50\xbb\xeb\x4e\x6f\x68\xc8\x67\x03\x22\x52\x82\x94\x22\x16\xf3\ \xfa\xfb\x9b\x37\xdc\x50\x7e\xc7\x3b\x94\xa5\xa5\xe8\xc1\x83\xa9\ \xbf\xf9\xe2\xc0\x6f\x7f\xd8\x7a\xf8\x07\x4b\xbf\xf5\x9f\xf9\xe0\ \x20\x38\x4e\x77\x9d\xba\xd2\x95\xae\x5c\x23\xcb\x85\x9a\xa6\xce\ \xce\xf5\x7f\xe4\x8f\xa3\xdf\xfb\x7e\xe1\xbd\xef\x2d\xbe\xef\xbd\ \xde\xe0\x20\x70\x4e\x6d\x3b\x9c\x86\x07\x42\x88\x9f\x9b\x27\x44\ \xa4\xd3\xe5\xb7\xbd\xad\xfe\x13\x77\x24\xbf\xfa\xd5\x9e\x3f\xfb\ \x33\x75\x7e\x7e\xe1\x4f\xfe\xc4\xd9\xbe\xad\xeb\x79\x75\xa5\x2b\ \x5d\x09\xcb\xd5\x42\x45\xa0\xaa\xd2\x6a\xb5\xff\x23\x1f\x89\x3c\ \xf1\xc4\xfc\xc7\x3f\xb6\xfc\xe1\xdf\xe6\x3d\x3d\xb4\xd9\x04\xd7\ \xbd\x48\xf5\x10\x3c\x8f\xb6\x5a\x22\x16\xcd\xff\xfb\x5f\x9d\xfd\ \xb3\x4f\xa9\xf3\xf3\x83\xbf\xf3\x3b\xea\xfc\x3c\xea\x7a\x77\xa9\ \xba\xd2\x95\xae\x5c\x65\xcb\x45\x29\x21\xa4\xe7\xd3\x7f\x1e\xfd\ \xce\x77\x96\x7e\xf7\xf7\xca\xf7\xdf\x0f\x9e\x07\xa1\xa1\xed\x17\ \x17\xdf\x2f\xab\xdd\x7b\xef\xfc\xc7\x3e\xaa\x1f\x3b\xd6\xf7\xf1\ \x8f\x83\xe3\x90\xd5\xe4\xcb\x5d\xe9\x4a\x57\xba\xd1\xe2\x15\x16\ \xa9\xaa\xd1\x87\x1e\x4a\x7e\xfe\x0b\xc5\xf7\xbe\xb7\xf4\x8e\xb7\ \xd3\x56\x8b\xbc\xd0\x5e\x6b\x44\xda\x68\xd4\xef\xb8\x63\xf9\x3f\ \xff\xa7\xbe\x8f\x7e\x2c\x79\xfb\xed\xa5\x9f\xfb\x39\x90\xf2\xa5\ \x8b\xf6\x02\xa0\x1a\x33\x2f\xed\xd3\x03\x21\xae\x68\x21\x8a\x17\ \x25\x9f\xc2\x4b\x43\x0c\x85\xd0\x17\xae\x3c\x2e\x89\x23\xba\x4a\ \xbf\x94\xa0\x8b\x51\x4d\xa1\x3a\x5e\x22\xed\x05\xba\xbc\x75\xad\ \x99\x05\x11\x40\xb3\xed\xcc\x67\x3f\xcb\x37\x8d\x14\x7e\xe9\xfd\ \x20\xe5\x1a\xb3\x75\xa1\xa9\x44\x6b\x99\x24\x10\xc1\x75\xcb\xf7\ \xdf\x1f\xfb\xee\xf7\x32\x9f\xfd\x6c\xed\xce\x3b\x79\x36\x0b\x2f\ \x4d\xda\x03\x0a\xac\xe9\x96\x4e\x16\xbe\x4b\xe1\x52\x3c\x47\x89\ \x7c\x34\x73\x63\x44\x4b\x49\xbc\x74\x98\xc8\x85\xd4\x7e\x05\x98\ \x3f\x5f\x02\xfa\x27\x4f\xce\xd0\x86\x07\x2f\xc8\x78\x09\x49\xfa\ \xa3\xb8\xa3\x47\xf2\xcb\xa3\x38\x09\x51\xf3\x86\xd4\xbe\x76\xc6\ \xc4\xcb\x4a\x18\x55\x0b\xf5\xf3\x8b\x95\x93\x8c\xaa\x97\x64\x42\ \xd8\xd6\x9e\x5b\x29\xa8\x17\x31\x5e\x57\xde\x72\x71\xc6\xb6\xcf\ \xce\x25\x8f\x1e\xcd\xff\xce\xef\xf2\xc1\x41\x68\xb5\x56\xbb\x0f\ \x60\xb7\x1a\x8d\x46\x63\x8d\xfb\xc0\x18\x4b\x24\x52\x6b\x6e\x37\ \x10\x42\xc6\x62\xc5\x5f\xf8\x85\xe1\x0f\x7c\x20\xfa\xfd\x07\x4b\ \xef\x79\xf7\x4b\xd5\x72\x51\xa5\xd2\x5a\xfc\xde\x89\x4f\xaa\xcc\ \xbc\x84\xa7\x7b\xa2\xf9\xb3\x37\xfc\x5f\x31\xa3\x4f\x8a\xd6\x25\ \x9b\x2d\xc1\x79\xb5\x5a\x59\x4f\x34\x14\x8b\xc5\x34\xdd\x78\x79\ \x1b\x2f\x0a\xe4\x9f\x4f\x28\x33\x25\x50\x5f\xc8\x7e\x6f\xba\xe4\ \xce\x31\xb1\xaf\x5f\x70\x79\x39\x5e\x17\xd4\x6b\x55\xc7\x69\xad\ \x19\x97\xab\xeb\x5a\x34\x9e\x78\xb9\xaa\x5d\xa1\xc6\x5c\xe9\xc8\ \x83\x13\x7f\xae\x2b\xd1\x17\x6c\xb7\x10\x15\xa6\x8d\x66\x0e\x30\ \x45\xbb\x88\x7e\xae\xb0\xe5\xf2\x09\x65\x6f\x98\x9c\xa4\x3d\xbd\ \xd5\xbb\xef\x22\xab\xa1\xa4\x94\xd2\x5a\xa5\x3c\x3f\x37\x1b\x8b\ \xc7\xd7\xf0\x4f\x36\x9a\x0d\xcf\x75\x07\x87\x47\xdc\x35\x65\x44\ \xcf\x6b\xdc\x7a\x8b\xb3\x7d\x7b\xe2\xeb\x5f\x2f\xbf\xe3\xed\xfe\ \x20\xad\x97\xa8\xdb\xa5\x2b\x51\x95\x99\x04\x3d\x57\x70\x0a\x94\ \x10\x04\xaa\x31\x22\x3d\xe1\x52\x66\x28\x40\xb8\x70\x81\xea\x40\ \xb8\x90\x7e\x60\x48\x19\x53\x80\x10\x0a\x94\x02\xbb\x1c\xbe\x39\ \x21\xc4\xf4\xd4\x24\xa5\x54\xd3\xb4\xb0\xe6\x05\xe7\xe5\x52\x71\ \xdb\xf6\x71\xf2\xc3\xc6\x82\xbc\x0c\xa2\xc5\x88\x46\xd4\x80\xdf\ \x1c\x5d\x41\x14\x06\x9c\xfb\x83\xc9\x09\xa5\xa0\x00\xf1\x44\x40\ \x01\xae\x50\xa0\x40\x80\x10\x8d\x5d\x16\xc9\x1f\x00\xe4\x73\xcb\ \xc5\x42\x3e\x16\x8b\x91\xd5\x34\xd9\x85\xc2\xf2\x20\x81\x64\x3a\ \xed\xfd\xc8\xf9\xdf\x97\x5a\xb4\xa8\xea\x4a\x54\x57\x2c\x94\xae\ \xe7\x8f\x44\x27\x84\x52\x0d\xd0\xf5\xa4\x54\x14\x83\x12\xc1\x85\ \x60\x4c\x43\xe9\x09\x7f\xec\x39\x30\x46\x99\x6f\xb9\x7e\x68\x62\ \xe4\x0a\x5b\x2e\x41\x69\xaa\xd9\x1c\x5f\x5e\x6e\xbd\xe1\x0d\xee\ \xc8\x08\x5d\x0d\xc5\xa2\x94\xe6\x72\x4b\xdb\xc7\x77\xed\xdc\xbd\ \x67\x7d\xa8\xf8\xed\x7f\xfb\xd7\x95\x31\x3f\x21\xb7\x4b\xa4\xd3\ \xf5\xbb\xee\x4a\x7e\xe5\x2b\xda\xf9\x29\x77\x6c\xeb\x4b\x1a\x21\ \x81\xd2\x56\xe2\x77\xbd\xfb\x96\x9f\xa1\xa2\xd1\xaa\x9d\x78\xf2\ \xf9\xaf\x2c\x28\xaf\x7a\xcb\x75\xaf\x7b\xfe\xd9\x3f\x3d\x63\x27\ \x6f\xdd\xff\xb6\xfa\xcc\xff\x9e\x68\x6e\x7d\xdd\xf5\xef\xda\x14\ \x8d\x34\xea\x87\x1f\x7c\xf6\xef\x2b\xe2\x72\xd3\x2c\x00\xd0\x6a\ \x36\x11\xf1\xde\x37\xbe\x79\xfd\x5f\x9f\x7e\xe2\xb1\x5a\xad\x96\ \x48\x26\x5f\x21\x04\x84\x28\x51\x46\x8c\xfb\xf7\xea\x8f\x9f\xb5\ \xef\xb8\x31\x33\xac\xc9\x56\xc3\xfd\xe6\x53\xe5\xa3\x75\xb8\xeb\ \x96\xd4\x6d\x03\x0a\x71\xbc\x7f\x7a\xa2\x74\xbc\x24\x2f\x3f\xab\ \x08\x40\x97\x97\x17\x5f\xfb\xba\x3b\xb3\x3d\xbd\x6b\xfe\x54\x2a\ \x15\x9f\x7c\xec\x60\xb6\xaf\xcf\x75\xdd\xcb\x1e\x49\xfb\xe2\x15\ \x21\xdc\xec\xd0\x7b\xde\xb2\xef\x55\x2d\xa7\x51\x29\x3e\x7e\xf0\ \xf9\x7f\x96\x03\x3f\xf7\xfa\x11\xfd\x81\x27\x3f\x57\x35\x6f\xb8\ \x6b\x7c\xff\xd1\x63\x5f\x6a\x24\x6e\xbb\x73\xef\x9b\x12\xaa\x92\ \x5f\xfa\xe6\x0f\x8e\x7d\xdf\x81\x1f\xc9\x28\x5d\x61\xcb\x25\x01\ \x12\x2d\x3b\xe9\xf1\xfa\xab\x5e\x45\x28\x25\xb8\x7e\x2c\x3b\x58\ \x96\x45\x08\x69\x34\x1a\x85\x42\x61\xd3\xa6\x4d\x1d\xa3\xa6\xa9\ \xda\x86\xbe\x23\x91\xb2\x79\xfd\x75\xa9\x2f\x7e\x51\x9d\x9b\x75\ \xc6\x77\xbc\xc4\xb1\x5d\x42\x8f\x6c\xd2\xbd\xe7\xfe\xf6\xc1\xaf\ \x0c\xee\xfa\x0f\xf7\xdc\x78\xff\xbf\x9c\x9c\x19\x1a\x7c\xf3\x80\ \x3c\x3b\xff\xf8\x43\xb1\xf8\x66\xa1\x67\x6e\x1c\xff\x95\x4c\xeb\ \xeb\x5f\x7b\xf6\x19\xcd\x88\xd9\x48\xaf\xc8\xae\xf6\xd9\xb4\x37\ \xfc\x53\x24\x62\xb5\x5a\x2d\xf2\x4a\x12\xa4\x74\x53\x5a\x3d\xba\ \xc8\x7b\xa8\xf3\x37\xdf\xca\x47\x77\xf5\xbe\xfd\x80\xa5\x97\xf4\ \x3b\x93\xfc\x33\xdf\x2a\x72\x95\x72\x0f\x15\x0a\xfc\x0a\xa4\xa1\ \x50\xa1\x8a\x69\x46\x36\xf0\x01\x0d\xc3\x77\xa8\x5f\xe6\xaa\x26\ \x10\x8f\x8d\xd4\x0b\xff\xfa\x0f\x4f\x3f\x77\xe0\x96\xdf\xbd\x77\ \x6f\xe9\xbb\x95\xcc\xae\xed\x3f\xcd\x2b\x47\xfe\x65\x8a\x65\x13\ \xfd\x9a\x35\xfe\xea\x1b\xde\x59\x3e\xf3\x99\xef\xce\x2f\x1b\x9a\ \x2a\xa8\x0a\x3f\x9a\x97\x4b\xaf\xb8\xe5\xb2\x5c\xc7\x12\xc2\x1e\ \x1d\xdd\x28\x27\x85\xfe\x7c\x63\x42\xc8\xc2\xc2\xc2\x5b\xde\xf2\ \x96\xc3\x87\x0f\x87\x53\x5d\x1b\x5f\x5c\x9c\x7b\x23\x23\x20\x84\ \x9a\xcb\xbf\x1c\xb0\x11\xc8\x3d\x6e\x4b\x51\x3e\x71\xf2\x5f\xca\ \xca\xd8\x40\x3c\x3d\x3f\xf5\x77\xe7\xc4\xf8\xed\x3b\x6e\x10\x4e\ \x59\x89\x6c\x1e\x32\x5b\x87\x26\x1e\xa8\x7a\xae\xc7\xaf\xd8\x6d\ \x0c\x00\x1d\xcd\xaf\xfb\xdb\x06\xb3\xc8\x5e\xf6\xe2\x09\x94\x92\ \x08\xc6\x46\x7a\x8d\x2d\x09\x5a\x68\x91\xeb\x06\xd9\xc1\x23\xb5\ \xd9\x16\xda\x5e\x7b\x86\xf7\x95\x10\xc6\xe8\x86\x61\x38\x22\x32\ \x46\x5f\x09\xc4\x28\x28\x3d\x4f\x78\xc2\x9d\x7b\xe6\xd8\xb7\xd4\ \xec\x8d\x69\xc5\x3e\x3e\xf1\x77\x6e\xe6\xcd\x07\x06\x06\x1a\xad\ \x7a\x3c\xbb\x2f\xda\x3a\xfa\xdc\xe4\x21\x87\xdb\x5c\xf0\x55\x93\ \x9a\xae\xa5\xe5\x42\x00\x9d\x73\x90\xe8\xf6\xf7\x6f\x88\x84\xf0\ \x27\xef\x11\x42\x5c\xd7\x75\x5d\xf7\x23\x1f\xf9\xc8\xd1\xa3\x47\ \x83\x8f\xc2\x36\xfe\x30\x20\x04\xef\xeb\x23\x88\xb4\x56\xc3\x97\ \xc5\x19\x43\xe4\x9e\x70\x40\x31\x35\x86\x42\x4a\x85\x94\x9f\x7e\ \xfe\xef\x8d\xa1\xb7\xef\xcd\x66\x3c\xee\x22\xd5\x54\x86\xb6\xa7\ \xde\x7c\xf3\x87\xf6\x26\x2c\x2e\xaf\xcc\xee\xbe\x90\x7a\x29\xa5\ \x04\xe0\x95\x43\x2d\xc4\x39\xba\x02\x81\x12\x82\x52\xb3\xb4\x57\ \xef\x8a\x45\x2b\xf5\x2f\x3c\xd5\xe4\x8c\x5a\x0a\xd4\x6d\x7c\xd5\ \xfe\xf4\x4f\x8f\xeb\x9e\x77\x65\xac\x0a\x65\xf4\x42\x41\xe7\x2b\ \xe7\xc2\x90\xd2\xf3\xb8\xc7\xd4\xa8\x82\x9e\x04\x15\xec\x53\x0f\ \x1f\x7b\x64\xdb\xae\x77\x0d\x1b\xd4\x15\x1e\x28\x26\x23\x9e\x60\ \xc3\x77\xdf\xfa\x1f\x06\x15\xce\x7f\x34\xc5\x5f\x79\xdd\xf9\x23\ \x99\xa4\x65\x6d\x18\xf9\x75\xc6\x7f\x36\x9b\xcd\xb7\xbc\xe5\x2d\ \x1f\xf8\xc0\x07\x7e\xf3\x37\x7f\xf3\xd4\xa9\x53\x17\xf1\xb9\x08\ \x21\x32\x12\x41\x80\x97\x05\x75\x04\x22\x51\x62\xb1\x6d\x9b\x07\ \xef\xb8\xf3\x86\xfb\xa1\xf0\xf8\x6c\xbd\x65\xea\x69\xb0\x9f\x7f\ \x74\xe2\x50\x5f\x76\x14\x9b\x67\xcf\x14\xec\x9b\xae\x7f\xdf\x9e\ \xc1\xfd\x3d\x56\x82\xe0\x95\x29\x9c\x03\x5c\x50\xbd\xc1\x8a\xbc\ \x12\x2e\x7f\x24\xcc\x50\xf6\x8d\x59\xaf\x1b\x8f\x58\x42\x54\x39\ \x90\x6a\xeb\x0b\x0f\x2c\xfd\xf5\xd3\xf5\x3a\x17\x4f\x9c\x73\x6f\ \x38\x90\xba\x6b\x9b\xb9\x25\xa3\x30\xb8\x32\xfa\x40\x44\x46\xd9\ \x86\x8e\xb3\x3f\x16\x97\xbc\xfc\xf5\x8e\x04\x8c\x4c\x72\xc7\xd6\ \xd1\x9f\xba\xe7\xfa\x3b\x97\xa7\xbf\x57\x45\x3d\x62\xc4\xeb\xb9\ \x07\x9e\x9b\x2d\x6e\xee\x1f\xa8\x2c\x3d\xb5\x88\x9b\x5f\x77\xdd\ \x3b\xc7\xfa\xf7\x24\x74\xf3\x47\x2f\x13\x5d\x0d\x3c\x17\x21\x48\ \xe8\x05\xa6\xd4\x75\x2c\x17\x00\xd4\x6a\xb5\x3b\xee\xb8\x63\x79\ \x79\xf9\x37\x7e\xe3\x37\x3e\xf3\x99\xcf\x98\xc6\x05\x11\x03\xb4\ \xd5\x02\x44\x7c\x19\x84\x8a\xa0\xd9\xb5\x67\x4e\xe5\xef\xd9\xb3\ \xfd\xee\x6a\xe1\xdb\x5f\x3f\xfd\xfd\x96\xb9\xe7\xd8\x74\x95\x53\ \xab\xb6\xf0\xd5\xaf\x3e\x3e\x5f\xb7\xeb\x53\xcf\x7f\x9a\x8e\xbf\ \xed\xba\xed\xaf\x29\xcf\x7e\x77\xb2\xde\x64\x94\x5c\x09\x8b\x0d\ \xf4\x02\xd1\xa2\x3f\x56\x9a\xbc\x32\x4c\x17\x4a\x32\xd0\x1f\xd9\ \x12\x91\xdf\x78\xb6\xb6\xd8\x64\x8f\x9d\x6d\x09\x45\x89\x01\xa1\ \x84\x9c\x3e\x5e\xfc\x92\x88\xbf\x76\xa7\x85\x8d\xd6\x23\xd3\x2e\ \x63\x57\x24\xcf\x45\x28\x65\x1b\xfa\x56\x14\x28\xa3\xec\x65\xaf\ \x74\x0a\xb4\x90\x7f\x64\x21\x75\xc3\xf5\x63\xe9\xa5\xb3\x7f\xf5\ \xdc\xf9\xe3\x5a\x36\xfb\xbc\x5d\xd0\x54\xed\xdc\xa9\x4f\xfd\x7d\ \x6b\xab\xe7\xce\x3d\xf8\xd4\x5f\xdc\xb4\xf3\x8d\x7b\x87\x94\xf3\ \x67\xbf\x99\xe7\xf4\x47\x4c\xfe\x5d\x61\xcb\x05\x88\xae\xa2\x10\ \x0a\xda\xd2\x92\xbb\x79\xf3\x06\x79\x2e\xc6\x84\x14\x84\x10\x55\ \xd3\xfc\x62\xd6\x3b\xdf\xf9\x4e\xd7\x75\x7f\xed\xd7\x7e\xed\xfd\ \xbf\xf8\x0b\x7d\x83\x43\xeb\xe7\xa1\x22\x63\xca\xf2\x32\x01\x90\ \xd1\x28\xbc\xc4\xc1\x7b\x00\x1a\xb6\x8e\x3d\xf0\xd8\xd3\x92\x10\ \x4a\x75\x5d\x8d\x40\x6b\xe2\xb9\x49\xa9\x2a\x86\x4a\x1a\xc7\x27\ \xfe\x89\x2a\x11\x0d\x2a\xcf\x1f\xfd\x1f\xcf\x4a\x09\xa0\xe8\x6a\ \x84\x02\x88\x2b\xf0\xbe\x17\xac\x93\xf9\xa3\x8f\x5f\x09\x31\x0b\ \x50\x90\x8e\xf7\x6f\x8f\xe4\x3c\x24\xba\x46\x35\x10\x0f\x9e\x70\ \x35\xd5\x9f\xd4\x4c\x34\x46\x4e\x9c\x28\x3f\x77\x14\x09\x01\x43\ \xa3\x2a\x23\x20\xaf\x80\xad\x64\x8c\x0a\x2e\x36\x0a\x5a\x39\xbc\ \x02\x5c\x5d\x4a\xd5\x5a\xf1\xfb\xff\xfc\xc8\xb7\x90\x00\x63\x86\ \xae\x44\xed\xe2\xa3\x87\x90\x69\xcc\x24\xce\xd4\xd3\x27\xcf\x2a\ \xaa\x49\xed\xb3\x07\x9f\xfa\x3f\x05\x12\x4a\x35\x5d\x35\x81\xc8\ \x1f\x83\xe5\xa2\x84\x34\x54\xad\xc1\x98\x31\x35\x55\xbb\xed\xb6\ \x35\x75\x40\x29\x65\x22\x99\x9a\x9f\x9b\xb5\x9b\xcd\x33\x13\x27\ \x3a\xa8\xc8\x9f\xff\xf9\x9f\x77\x1c\xe7\x4f\x3f\xfd\xe7\x1f\xfd\ \x93\xfe\x4c\x26\xbb\xa6\x3c\x8f\x8a\xa2\xce\x4c\x23\x63\x3c\x9b\ \x25\x2f\xd9\x80\x11\x09\x0a\xe9\xfa\x18\x7a\x55\x35\xdb\x0a\x71\ \x09\x21\x8c\x52\xff\x07\xca\x54\x82\x9e\x40\x42\x99\xae\x33\x7f\ \xe7\x7b\x02\x89\x90\x2e\x5e\xde\x1e\xd7\x0d\x83\x7b\xde\xb1\x23\ \x87\x54\x4d\x0b\x07\x2f\x52\xca\x5a\xad\x96\x4a\xa7\x39\x7f\x99\ \x93\x38\x72\x49\x3c\x41\x08\x01\xa6\x00\x23\x84\x20\xf1\x10\x7c\ \x7f\x56\x84\xce\x99\x41\x83\xd5\xf2\x04\xf1\x04\x11\xf2\x32\x17\ \x9d\x24\x52\xa9\x53\x27\x8f\x47\x63\xb1\xd5\x31\x23\xd6\x6a\xb5\ \x78\x32\xc5\xb9\xf7\x72\x85\x44\x20\x4a\x21\x5d\x21\x5d\x42\x98\ \xd6\xde\xf0\x42\xba\x84\x50\x06\x28\xfc\x9d\xcf\x18\x4a\x57\x10\ \xa2\x28\xa6\xd2\x3e\x11\x3f\x6c\xce\xf9\x55\xb2\x5c\x52\x56\x4c\ \xa3\xac\x28\xa9\x43\x87\x73\xef\x7a\xd7\x7a\xe0\xa8\x61\x46\x22\ \x56\x14\x00\xa4\x44\xdf\x72\x71\xce\x15\x45\x79\xff\xfb\xdf\x1f\ \x8f\xc7\xff\xf4\x53\x7f\xf6\xa1\x5f\xff\xf5\x74\x3a\xbd\xca\x78\ \x31\x66\x1e\x39\x4a\x18\xf5\x86\x87\x5e\xa2\x18\x7a\x21\xdc\x8c\ \xb5\xe9\xbe\x9b\x3e\x09\x97\x04\x11\x42\x82\x31\xa3\x87\x0b\xe7\ \x52\xf7\x10\x32\xa6\xa4\x32\x59\x29\x84\x44\xb9\x3a\x1b\x0f\xa9\ \x4c\x56\x70\xf1\xf2\x86\xa1\x0a\x49\x7e\xf9\x66\xcf\x13\xe4\x05\ \x59\x09\x44\x12\x51\x89\xcd\x2f\xcb\xb2\x44\x63\x09\x42\x88\x10\ \x7c\xb5\xda\x31\x96\x48\x52\xa0\x2f\x53\x18\x2a\x71\x45\x6b\x6b\ \xef\x6d\xfd\xc9\xdd\xf4\x85\x67\xd2\x91\x10\x00\x50\x98\x81\x17\ \x4d\xf2\x5e\x61\xcb\xc5\xa4\x2c\x45\x22\xa7\x7b\xb2\x77\x1c\x3c\ \xa8\xcd\xce\x7a\x03\x03\xeb\xdd\x2e\x44\xa4\xaa\x4a\x28\x95\x52\ \x0a\x21\x14\x45\xa9\x56\xab\x9f\xfa\xd4\xa7\xa4\x94\x07\x0f\x3e\ \x9a\xcf\x17\xfe\xeb\xc7\x3f\x16\x8d\x46\x7d\xbb\x86\x8a\xc2\x8a\ \xc5\xd8\x77\xbf\x6b\x6f\xdf\xe1\x6e\xde\x0c\x2f\xcd\x95\x46\x82\ \x0a\xd5\xb3\xd1\x2d\x97\xdc\x71\x2d\xa4\x77\x39\x6e\x17\x22\x72\ \xce\x01\x00\x60\xed\x4e\xf2\x5e\x01\xdc\x67\x48\x48\x5f\xf4\x52\ \x90\x0e\x12\x2f\xd7\xed\x12\x42\x6c\xa4\x76\x90\x42\x0a\x7c\xd9\ \xfa\xb9\x88\xd2\x50\xe3\x96\x96\xba\xe4\x2d\xeb\x3b\x65\xd7\x30\ \xcf\x45\x88\x24\xe4\xe9\x2d\x5b\x5e\xf7\xc8\xc1\xd8\x83\x0f\x15\ \x7f\xfe\x3d\x1b\x9e\x22\x44\xf4\x7d\x31\xd7\x75\xbf\xfa\xd5\xaf\ \xbe\xee\x75\xaf\x7b\xe4\x91\x47\x10\xe5\x7b\x7f\xf1\x17\x75\x43\ \x6f\x34\x1a\x56\xa7\x34\xa9\xaa\x91\xa7\x9f\xd1\x4f\x4d\x2c\xfe\ \xfe\xef\x4b\xc3\xb8\x50\xe2\xff\x25\x61\xbc\xb8\x74\x7f\xdc\xfb\ \xe9\x95\x3b\x57\x89\xcb\xae\xda\xaf\xf1\xb7\x16\xfc\x6a\x9a\xe6\ \x2b\x9f\x9a\x55\x85\x38\x35\x3c\x54\x19\xdf\x91\xfe\x9b\xbf\x51\ \x96\x96\x50\xdd\xb8\x59\xdc\x6f\xf4\xf9\xc4\x27\x3e\xf1\x81\xff\ \xf8\x1f\x1f\x7f\xfc\xf1\x0f\x7e\xf0\x83\x99\x4c\xe6\x9d\xef\xbc\ \xef\xed\x3f\xfb\xb3\x99\x4c\xc6\x5f\x6c\xa4\x94\x36\x1a\xe9\x2f\ \x7c\x81\x0f\x0c\xd4\xef\xbe\xbb\xcb\x8c\xda\x95\xae\x74\xe5\x6a\ \x59\x2e\x40\x74\x4c\xb3\xf0\xbe\xf7\xa9\x67\xcf\xa5\x3f\xff\x05\ \x0c\xcf\x55\x0c\x49\x24\x12\xf9\xda\xd7\xfe\xf1\xc9\x27\x9f\xf8\ \xe4\x27\xff\xfb\x97\xbf\xfc\xe5\xdb\x6f\xbf\x9d\x73\x71\xe4\xc8\ \x11\x4a\x69\x80\x3c\x02\x40\xc3\x88\xff\xe3\x3f\x5a\x8f\x3c\x52\ \x78\xdf\xfb\xbc\x81\x81\xee\x28\xa0\xae\x74\xa5\x2b\x57\x25\x5a\ \x0c\xcc\xa1\xe7\xd5\x5e\xff\xfa\xea\xbb\x0e\x65\x3e\xf3\x19\x7b\ \x7c\xbc\xf2\xb6\xb7\xae\x21\x17\x44\x44\x4d\xd7\xdf\xf0\x86\x7b\ \xdf\xf7\xde\xf7\xee\xde\xbd\xfb\xec\xd9\x73\x1f\xfc\xe0\x07\x0b\ \x85\x42\xa1\x50\x08\x5c\x6b\x00\x69\x59\xd6\x23\x8f\xf4\x7d\xec\ \xe3\x8d\x3b\xee\x28\xdd\x77\x1f\x70\xde\x1d\x22\xdb\x95\xae\x74\ \xe5\x2a\x5a\x2e\x22\x25\x02\x2c\x7f\xe8\x43\x6c\x6a\xba\xff\x8f\ \xff\x88\x30\x5a\x79\xd3\x9b\x80\xf3\x4e\x65\x90\x73\xde\xd7\xdb\ \xfb\xe1\x0f\xff\x76\xc4\x8c\x78\x9e\x77\xdf\x7d\xef\xf8\xca\x57\ \xbf\xba\x75\xcb\xe6\x03\x07\x0e\x48\x29\x91\x52\xa9\xeb\xd1\x87\ \x1f\x1e\xf8\xdd\xdf\xf3\xb6\x6e\x5d\xfc\xbd\xdf\x45\xd3\xec\x4e\ \x00\xea\x4a\x57\xba\x72\x95\x2d\x17\x21\xd4\xf3\x44\x3a\xbd\xf8\ \x87\xff\xa5\xff\x0f\xfe\x60\xf0\x37\xff\x93\x7e\xfa\x4c\xf1\x17\ \xfe\x0f\x9e\xcd\x82\xe7\xf9\xde\x93\xa2\x28\x9a\xa6\x21\xa2\x10\ \x22\x1a\x8d\xfe\xf2\xfb\xdf\x2f\x10\x89\xa2\x08\x45\x61\xb5\x5a\ \xfa\xcb\x5f\xe9\xfd\xc4\x27\xbc\x91\x91\xf9\x8f\x7d\xcc\x1d\x1d\ \xed\x9a\xad\xae\x74\xa5\x2b\xd7\xc2\x72\x99\x86\x19\x55\x55\xb1\ \x7b\x77\xe5\x2f\xfe\x42\xff\xef\x9f\xcc\x7e\xfe\xf3\xc9\x83\x8f\ \xe6\xde\xf5\x73\xf5\xd7\xde\x2e\xfa\xfb\x99\xa2\x28\x52\x52\x24\ \x7e\x7f\x98\x00\x90\x94\x4a\x44\x58\x5a\x8a\x3e\xf5\x54\xcf\x97\ \xbe\xac\x3f\xf7\x1c\x79\xfd\xdd\xa5\x0f\x7f\x98\x8d\x8e\xc6\x1c\ \x87\x68\x5a\x77\xa9\xc2\xa2\x69\x5a\x24\x12\x59\x13\x3c\x23\xa2\ \xaa\xaa\x96\x65\xb1\xee\xb4\x91\xab\x26\xa6\x19\x61\x8c\xad\x29\ \x17\x52\x0a\x91\x48\x44\x74\xf3\xb0\x57\x4d\xac\x68\x54\xd7\xf5\ \xb0\xda\xaf\xbc\xe5\xf2\x8b\x86\x5f\xfb\xa7\xaf\x55\xcb\x65\xcf\ \xf3\x50\xd3\x30\x11\x1b\x1c\xdf\x7e\xcf\x73\x87\xae\x7b\xee\x59\ \xb2\x7d\xfb\xec\xde\x3d\xc7\x92\xc9\x29\x4d\x5b\xd2\xd4\x26\xa5\ \x06\xca\x1e\xd7\x1b\x75\xdd\x9d\xb5\xfa\xd6\xe3\x27\x60\x62\xe2\ \x14\xe7\xdf\xd9\xb3\xfb\xdc\xf0\x10\xf9\xda\xdf\x83\xd3\xad\x27\ \x6e\xe4\xd2\x52\x5a\xab\x55\x15\xba\x8a\x41\x45\xd3\xb4\xc3\x87\ \x0f\x4d\x9c\x3a\x59\x29\x97\xd7\xe3\xb6\xba\x72\x65\xae\x7a\xc6\ \xe6\xe7\xe7\xd4\x10\x2d\x34\x63\xac\x52\xa9\x7d\xe1\xf3\x9f\xcf\ \xe7\x73\x28\x25\x81\xee\xc0\x8d\xab\xa0\x76\x45\x99\x9d\x9d\xd1\ \xb4\x15\xe3\x75\x55\x7c\x2e\x44\x7c\xfa\xa9\x27\x67\xa6\xa7\x6d\ \xdb\x06\x42\x90\x52\x30\xcd\x6f\x5d\xb7\xef\xd6\x72\xf5\xae\x85\ \x85\xb1\x89\x89\xeb\x09\xb9\x89\xf8\x3c\xba\xc4\x6f\xf6\xf5\x08\ \x71\x09\x79\xdc\xb2\xbe\x3f\x3c\x78\x30\x99\x9c\x63\x4c\x3e\xf8\ \x7d\x10\xa2\xbb\x0f\x2e\xa4\x61\xc6\x98\x61\x9a\x6a\x08\x74\xa2\ \xaa\xea\xf9\xf3\xe7\x17\x16\xe6\xf3\xb9\xdc\x2b\x90\x72\xeb\x9a\ \x69\xde\x30\x8c\x58\x2c\x0e\x6d\x0d\x53\x4a\x9b\xcd\xe6\xc1\x83\ \x8f\xcc\x4c\x4f\xf9\xb8\xd3\xae\x96\xae\x86\xda\x55\x55\xb5\xac\ \xa8\xa2\xaa\xbe\xf1\xba\x5a\x96\x2b\x1a\x8d\x6d\xdb\xbe\x43\x88\ \x80\x8a\x18\x09\x48\x20\x47\x28\x3d\x26\x65\x7f\xab\xd5\x67\xdb\ \x29\xd7\xb3\xb8\x47\x91\x48\x20\x2d\xa6\x94\x35\x6d\xd9\xd0\xe7\ \x4d\xd3\x65\xcc\x94\x72\x9c\x10\xe8\x56\x12\x7f\xa8\x9e\x09\xd1\ \x75\xbd\xd3\xfe\x89\x88\x8a\xa2\x0c\x0f\x8f\xf4\xf6\xf6\x75\x4f\ \xcf\x55\x55\xbb\xa2\x28\x2c\xe4\xf0\x02\x90\x54\x2a\x65\x59\x96\ \x94\xb2\xab\xf9\xab\x27\x00\xa0\xb5\x63\xc6\xab\x95\xe7\xf2\x6d\ \xa4\xba\x1a\x86\x6a\x11\x82\x00\x15\xd3\x2c\x00\x48\x00\xd9\xbe\ \x9d\x28\x22\x25\xc8\x24\x46\x10\xa3\xd8\xb5\x58\x2f\x4c\xcf\xeb\ \x57\xd7\x30\x8c\xae\x66\xae\xb1\xe6\x11\x51\xeb\x66\x63\xaf\xa1\ \xda\x95\x6b\x79\xa8\x90\x10\x82\xc8\x08\xb9\x48\x02\x59\x76\x17\ \xe7\x2a\x68\xbe\x2b\x5d\xb5\xbf\xcc\x44\xe9\xae\xe2\x4b\xf4\x94\ \x90\x8d\x26\xbf\xfa\x3d\xa1\xdd\x54\xcb\x55\x35\x4f\x1b\xe6\x10\ \xbb\xb9\xf9\xab\xad\xf6\x35\xa3\x8e\xaf\x96\xe5\xd2\x56\xf3\x40\ \x75\xe5\x6a\xac\x25\xe7\x7c\xcd\x0d\xa1\x28\x4a\x17\x12\x71\xb5\ \x85\x73\x2e\xd7\x8d\x6d\xd7\xba\x11\xfa\x55\x16\x9f\x5a\xe6\x2a\ \x46\x8b\x7e\x9e\xf8\x57\x7f\xf5\xdf\x9b\x91\x88\x94\xdd\xe0\xef\ \xaa\x88\xaa\xaa\xf3\xf3\xf3\x9f\xf9\x1f\x9f\x8e\x44\x56\xf8\xfe\ \x5b\xad\xd6\x9b\xdf\xfc\x96\xd7\xdc\x76\xdb\x2b\x6d\x0a\xd9\xb5\ \x14\x5d\xd7\xff\xd7\xff\xfa\x9f\x33\xd3\xd3\xa6\x19\x90\xa6\x7b\ \x9e\x37\x38\x38\xf8\x4b\xbf\xfc\x2b\x2f\x57\xb2\xad\x17\x83\x98\ \xa6\xf9\xc4\x13\x4f\xfc\xc3\xdf\xfd\x6d\x3c\x91\xb8\xba\x19\x7a\ \x4d\xd3\xc2\x65\xaf\xae\x5c\x69\xf5\xea\x40\xc8\xe4\xe4\xe4\xc8\ \xf0\x48\x32\x95\xea\xe8\x59\x51\x14\xc3\x30\xba\x6a\xbf\xaa\x47\ \x68\x79\x71\x71\x7e\x6e\x6e\xf3\x96\xad\x9d\x89\x64\x7e\x55\xa4\ \x8b\x44\xb9\xaa\x6a\x77\x1d\xfb\xfc\xf9\x73\xdb\xb7\x8f\x9b\x91\ \x08\x22\x5e\xc5\x3c\x57\xc0\xc3\xd5\x95\xab\xa2\x5e\x29\xa5\x74\ \x1d\xc7\x5d\xcd\xfc\x83\x88\x3e\x77\x63\x57\x45\x57\x6f\x63\x7b\ \x9e\xe7\x38\x0e\xa2\x0c\x53\xad\x74\xd5\x7e\xb5\xd5\x2e\x84\x70\ \x1c\xc7\xf3\xbc\x08\x00\x22\x76\x6f\x89\x97\xb0\xc0\x46\x49\xfa\ \xae\x74\xd5\xfe\x4a\xd0\x7c\xd7\x72\x75\xa5\x2b\x5d\x79\xe9\x49\ \xd7\x72\x75\xa5\x2b\x5d\xe9\x5a\xae\xae\x74\xa5\x2b\x5d\xe9\x5a\ \xae\xae\x74\xa5\x2b\x5d\xe9\x5a\xae\xae\x74\xa5\x2b\x5d\xcb\xd5\ \x95\xae\x74\xa5\x2b\x5d\xcb\xd5\x95\xae\x74\xa5\x2b\x5d\xcb\xd5\ \x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\xa5\x6b\xb9\xba\xd2\ \x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\x2d\x57\x57\xba\xd2\ \x95\xae\x74\x2d\x57\x57\xba\xd2\x95\xae\x74\x2d\x57\x57\xba\xd2\ \x95\x57\xae\x28\xd7\xec\x9d\x7c\x76\x0a\x20\x04\x80\xfa\x2c\x52\ \x40\x01\x00\x50\x4a\x24\x84\x02\x10\x00\x44\x02\x40\x00\x80\x20\ \x91\x52\x06\xb3\x18\x09\x01\x00\x45\x55\x01\x40\x4a\x74\x5d\x07\ \x11\x81\x10\x68\xbf\x22\x00\xf5\x59\x8c\xa5\x94\x9c\x73\x80\xe0\ \xdd\x84\x14\x28\x11\x09\xa1\x14\x08\x01\x29\x05\x21\x04\x80\x12\ \x82\xfe\xa0\x47\x44\x12\xfe\xd9\x7f\xa2\xae\xeb\xa4\x4d\x74\x25\ \xa5\x54\x14\xe6\x79\x1e\x41\x02\x94\xfa\xef\xa8\x28\x4a\x98\x43\ \xce\xf3\x5c\x44\xa4\x74\x15\x87\xb2\x94\xd2\xa7\xe2\xf7\x39\x9b\ \xda\xcc\x4d\x08\x40\x0d\x5d\x97\x88\xae\xeb\x02\x80\xae\x6b\x88\ \x3e\x3b\xb0\x20\x84\x18\x86\xe1\xba\x2e\x4a\x24\x40\xfc\x81\xc9\ \x10\x7c\x99\xcb\x1a\xe1\xa6\xaa\x2a\xa5\xd0\xf9\xcc\x88\xe8\xbf\ \x05\xb6\x09\x08\xa5\xcf\x5e\x1f\x68\x9a\xf8\x93\x04\x11\x3b\x9a\ \xc1\xf6\xc2\x81\x44\xe9\xcf\x41\x09\x7d\x29\xf0\x39\xc2\x15\x55\ \xa5\x40\x85\xe0\xb8\xf2\x36\x3e\x23\x7e\xf0\x40\x00\x40\x42\x80\ \x00\x01\x42\x81\x52\x0a\xa2\xcd\x69\xe5\x0f\xfb\xf2\x67\x0c\xa3\ \xbf\x22\xc1\xa6\x59\xd9\x00\x00\x94\x32\x8a\x12\x85\x10\x48\x10\ \x3a\x7f\xa2\x40\x29\xa3\x94\x01\x21\x52\x8a\xf6\xa0\x69\xa0\x94\ \x52\x0a\xfe\xaf\x94\x52\x2e\x04\xa3\x94\x52\x26\x84\xf0\x9f\xc9\ \x18\x93\x88\x18\x62\x61\xec\x50\xf8\x03\xa5\x9d\xaf\xe7\x7a\x1c\ \x2e\x71\xc3\x03\x63\x94\x31\x85\x02\x45\x42\x10\xfd\x2d\x11\xec\ \xab\xce\x1e\xf3\xbf\x38\xa5\xd4\x57\xbb\xcf\xf3\x05\x04\x08\x41\ \x7f\x1a\xe9\xaa\xff\x0f\x10\xfa\xc0\x80\x04\x15\x45\xd5\x34\x4d\ \x08\x2e\xa5\xf4\xf7\xb0\xff\xe2\xd0\xfe\x46\xfe\x92\x22\x41\x4a\ \x19\xa2\x54\x55\x95\x60\xb0\xbb\x7c\x4d\x52\x4a\xc3\x6c\x7a\xfe\ \x2a\x50\xa0\x52\x4a\xa0\x00\x40\x7d\x7e\x70\x21\x44\xf0\xca\xed\ \x2d\xc1\x18\x53\x14\x0d\x00\x10\xa5\xeb\x3a\x9d\x4f\xa5\xaa\xaa\ \xff\x60\x45\x51\x3c\xcf\x03\x20\x9a\xaa\x09\x29\x38\x17\xfe\x37\ \x65\x8c\xf9\xbc\x72\x14\x00\xc9\xca\xe4\x04\x7f\x95\x85\xe0\x0a\ \x53\xc4\x0f\xe3\x3b\x53\xae\x99\xd9\x72\xb9\x04\xaa\x71\xee\xb5\ \x5a\x75\xd3\x34\x2c\x2b\x6a\x3b\xb6\xe7\xba\x56\x34\x4a\xa4\x74\ \x3c\x8f\x7b\x9e\xaa\x2a\x9e\xe7\xf9\xac\xb8\x96\x65\x49\x19\xa8\ \xd5\x73\xbd\xdc\xcc\xac\xf4\x9c\x48\x24\x32\x32\x32\x4c\x28\x93\ \x08\x9e\x90\x40\xa9\xf0\x38\x0a\x6f\x71\x71\xb6\x5c\x2e\xc7\x62\ \xf1\x74\x26\xed\xaf\xa0\xe7\x79\xd1\x68\x54\xd3\x74\x42\x88\xe0\ \x9e\xe3\xba\xf1\x58\x8c\x10\x6c\xb5\x6c\x45\x51\x18\x65\xfe\xf9\ \x21\x10\xac\x31\xa5\x20\x84\x44\x22\xcf\x4f\x4d\x02\x21\x8a\xa2\ \xa8\xaa\x11\x8d\x46\x97\x73\xf9\xbe\xbe\x3e\x29\xa5\x6d\xdb\x12\ \x11\x08\x96\x8a\xc5\x46\xa3\x41\x08\x52\x4a\x09\xd0\x81\x81\x41\ \x45\x55\xab\x95\x22\x40\xb0\xaa\x52\xca\x44\x22\xc1\x98\x42\x29\ \xe8\xba\x41\x00\x54\x55\xa5\x94\x4a\x29\xed\x56\xeb\xd0\xe1\x23\ \xb1\x58\x6c\x70\x70\xd0\x76\x9c\x89\x53\xa7\x35\x4d\x4b\x25\x93\ \x11\xcb\xd2\x75\xe3\xa9\x67\x0e\x0d\x0c\x0c\xc4\xa2\x51\x2e\x64\ \x22\x11\x03\x00\xc7\xf1\x28\xa5\xb6\xe3\xe8\x0a\x25\xe4\x12\xad\ \xd7\xcc\xec\x82\x6d\xb7\x7c\x8a\x67\x20\x84\x32\xa6\x28\x2a\x22\ \x31\x22\x11\x00\x2a\x84\xb0\x22\x26\x53\x98\x94\x28\xa4\x14\x42\ \xd4\x6a\x35\x55\x51\x0c\xc3\x60\x94\x12\x82\x94\x32\x89\x28\x84\ \x10\x12\x55\x55\x55\x14\x05\x00\x90\x80\xff\x83\x94\x42\x51\x98\ \x14\xde\xd2\xd2\xac\xe7\x38\xf1\x78\xdc\x67\x0a\xa5\x4c\xa1\x54\ \x11\x42\x00\x63\x40\x08\x63\xd4\xf3\x1c\x85\x51\xff\xcc\xb8\x8e\ \x5b\x6f\x34\x0c\xc3\x54\x35\x8d\x51\x16\x89\x44\x3c\xcf\x73\x5d\ \x4f\xd7\x35\xc6\x98\xa2\x28\xd2\xbf\xdc\xa4\x54\x14\x95\x10\x74\ \x1c\xdb\x75\x6d\xc7\xb6\x35\x55\x8f\xc6\x62\x4c\x51\x3d\x2e\x08\ \x05\x0a\x20\x5d\xaf\x5e\x2f\xb7\xec\xa6\x40\x34\x8d\x68\x34\x1a\ \xa7\x14\x08\x11\xb6\x6d\x37\x1b\xad\x78\x3c\x21\x50\xda\xb6\x9d\ \x4e\xa5\x6b\xf5\x5a\xa3\x51\x4f\x26\x92\x04\x08\x25\x50\xa9\x56\ \x74\x4d\x37\x4c\x53\x08\x49\x08\x32\xc6\x18\x63\xae\xeb\x31\x46\ \x6d\xdb\x01\x00\x55\x55\x51\x7a\x83\x7d\x3d\xe2\x85\x73\xcc\x02\ \x80\x6d\xbb\xf5\x7a\xb3\x5c\x2e\x72\xe1\x02\x21\xba\x6e\x38\x8e\ \x47\x99\x92\x48\xa6\xa2\xd1\xa8\x94\x52\x53\xd5\x68\x34\xea\x79\ \xc2\x75\xdd\x46\xb5\x51\xab\xd5\x18\xa3\xe9\x4c\x26\x62\x9a\xae\ \xeb\x72\x89\x88\x20\xa4\xe4\x9e\x23\xa5\x88\x5a\x51\x45\x51\x3c\ \xcf\xd5\xf5\x08\x12\x04\x42\x24\x22\xa3\x90\xcb\xe5\x16\xe6\xe7\ \x93\xa9\x84\xa1\x1b\xfe\xe5\xad\xe9\x3a\x05\x2a\x90\x48\x29\x35\ \x4d\x43\x94\x82\x73\x55\x55\xeb\xb5\x82\x15\x8d\xce\xcf\x9f\xe3\ \x9c\xc7\x62\x71\x55\x55\x53\xa9\x14\x00\xd4\xab\x75\x5d\xd3\x00\ \x40\xd3\x34\x24\x04\x85\x54\x54\xad\xd9\x6a\x1a\xa6\xe9\x38\x8e\ \xdd\xaa\xb7\x5a\x4d\x94\x22\x16\x8b\x45\xac\x28\x00\xf5\xb8\x54\ \x35\x9d\x48\x52\xad\x94\x97\x72\x73\x88\x52\x51\xf4\xa1\xc1\x51\ \x4a\x19\xa2\x20\x84\xcf\xce\xce\x24\xe2\x09\x4d\x37\xe7\x17\x96\ \x86\x86\x86\x38\xe7\xa7\xcf\x4e\xc6\x62\xb1\x64\x32\xe9\xd8\x8e\ \xeb\x79\xd5\x6a\x75\x64\x78\x04\x09\x69\xb6\x5a\x8a\xa2\x50\xca\ \x08\x12\x94\xd2\xe3\x9e\x6d\xdb\xc9\x64\xb2\x58\xae\x5a\x11\xfd\ \xe2\x13\x15\xae\x91\xe5\x62\x94\x16\x2a\x8d\xd9\x72\x8b\x51\x6c\ \xb5\x1a\xc3\x23\x49\x0d\x61\x79\xb9\x9a\xcf\xe7\x92\xc9\xe4\xf0\ \xf0\xf0\x99\xd3\xe7\xec\x5a\x2d\x11\x8d\x72\xce\x73\xf9\xdc\xc8\ \xc8\xc8\xe6\x2d\xe9\x66\xab\xe9\x0a\x37\x16\x8d\x15\x2a\x8d\x4f\ \x7c\xe2\x53\x85\xb3\xc7\xf6\xef\xdd\xf5\xf1\xff\xe7\xff\x1e\xdc\ \xb2\xb5\xc6\xe1\xec\x42\x09\x41\xa5\xd4\x5e\x3a\x77\xe2\x73\x7f\ \xfe\xc9\x87\x7f\xf0\xc8\xbe\xeb\x0e\xbc\xf7\x97\x7f\xe5\xc4\xc4\ \xa9\x42\xb9\xce\x14\xed\x9e\x7b\xee\xdd\xb7\x7f\x4f\x44\xd7\x9e\ \x7c\xe2\x89\x9e\x4c\x6a\xe7\xc8\x56\x42\xe4\xd9\xb3\x93\x54\xd5\ \x08\x40\xa5\x5a\x4d\x26\x12\xfd\x03\x03\xa6\x4e\x5b\xb6\x30\x35\ \x46\x09\x71\xb8\xfd\xeb\xbf\xfe\x2b\x8d\x46\x6d\x70\x70\xe4\xc0\ \x81\xd7\x0e\x0e\x6d\xfe\xfa\x37\xfe\xed\x77\x7e\xef\xc3\x3d\xfd\ \x3d\x27\x8e\x1e\xcf\x2f\xe7\xe6\x67\x27\x1f\xf8\xce\x37\x9e\x78\ \xec\x51\x42\x50\x4a\xd4\x23\xb1\x7f\xf7\xef\x7e\xad\xa7\x77\x70\ \x6e\x61\xce\x71\x5a\xcb\xcb\xcb\xa9\x54\x8a\x10\x32\x34\x34\x2c\ \xa5\xf0\x3c\x6f\xeb\xd6\xad\x00\x20\xa5\x34\x0c\x7d\x60\x60\xc0\ \x75\xdd\xbf\xfa\xdc\x17\x4a\xa5\xd2\xdf\xfe\xed\xdf\xe5\xf3\xb9\ \xdf\xfb\xfd\x3f\x52\x55\xf5\x43\x1f\xfa\xd0\xee\xbd\xfb\x1f\xfa\ \xde\xe3\xbf\xff\x87\x7f\xf8\xe9\x4f\x7f\x5a\xd3\x9a\x85\x52\xf9\ \x8d\x6f\xb8\x17\x98\xc2\x55\x6f\x7e\x6e\xc1\xf1\xc8\x68\x8f\x0a\ \xd2\x41\x02\x2f\xf4\xfc\x70\x2e\xfe\xe2\x2f\xff\xe6\xd4\xe9\xd3\ \x87\x0f\x3f\x47\x10\x35\x4d\xdb\xb6\x63\xe7\xce\x5d\xfb\x2b\xb5\ \xa6\x1e\x8d\x1b\x56\x52\xb8\xad\xd1\x91\xbe\xfe\x81\x41\x57\xc8\ \x5a\xa3\xc5\x18\xab\xd7\x1b\xcb\xcb\x8b\xc2\x73\x85\xe3\x08\xce\ \xb7\xef\xdc\xa5\x1a\xd6\xf2\x72\xae\x5c\xa9\x6c\xdf\xb1\x33\x16\ \x4f\x0a\x02\x8c\x29\xc9\x54\x56\x37\x0d\x97\x3b\x86\xa1\x7a\xcd\ \xfa\x67\xff\xe7\x5f\x3f\xfb\xe4\x63\x6f\x7b\xf3\x5b\x12\xf1\x78\ \xbd\xde\x8a\x65\x7a\xfb\x06\x47\xea\x4d\x97\x2a\x5a\x2a\x19\xf3\ \x9c\x7a\xa9\xb8\x10\x33\xf5\xa5\x85\x99\x46\xbd\xfe\xcc\x33\x87\ \x72\x85\xf2\xcf\xfc\xcc\xdb\xcd\x68\xa2\x5c\xa9\x6d\x1d\x1b\x73\ \x6c\xa7\x56\xaf\xa5\x52\xa9\xde\xde\x5e\x5d\xd7\x6d\xdb\xd6\x35\ \x9d\x73\x6e\xc5\xe2\xaa\x42\xf3\xcb\xd3\x0b\xb3\x09\x11\x2a\xec\ \x00\x00\x20\x00\x49\x44\x41\x54\x67\x1e\xfc\xde\x77\x47\x86\x36\ \xff\xd4\x5b\xee\x53\xb5\x78\xbe\x56\x07\x53\x71\x9b\xcd\xf2\xb9\ \xb9\x27\x9f\xfe\xc6\x91\x89\xc7\x1c\x4e\x6f\xbd\xf5\xa7\x6f\xbd\ \xf5\x6e\x4d\x15\x12\xab\xcf\x3c\xf9\xd8\xf1\x23\x67\xef\xbc\xf7\ \x8d\x4c\x57\x0f\x1f\x3e\xf2\xc6\x37\xbc\xf1\x89\x27\x1e\x7b\xe6\ \x99\xa7\x7e\xe2\x75\xaf\xed\xef\xef\x17\x9e\xfb\xcd\x7f\xfb\xe6\ \xe0\xe0\xd0\xae\x3d\xfb\xb8\x27\x11\x65\xc4\xb2\x18\x63\xcd\x46\ \x43\xd5\xb4\x93\x27\x4e\x64\x7b\x7a\x6a\xb5\xc6\xa6\xfe\xd8\x1f\ \xff\xd6\xaf\xd4\xea\xcd\x17\xbc\xe1\x19\x14\x0a\xad\x43\x87\x8e\ \xff\xc3\x3f\x7c\xe1\xb9\xc3\x4f\x50\x2a\x77\xef\xbe\xee\xf5\xf7\ \xbc\x55\xd5\x12\x5a\x24\xbe\x7d\x7c\xdc\xe3\x9c\x11\x71\xf3\x8d\ \x37\x44\xac\x88\x53\x2c\x2e\x97\x26\x91\x18\xe5\x7c\xf5\xf4\xd4\ \x99\x4a\xa5\xc4\x98\xd2\x37\x34\xba\x7d\xd7\xee\xc9\xf3\xb3\x73\ \x33\x33\x99\x74\x7a\xcb\xe6\xbe\xa4\x16\x6b\x89\xa6\x15\xc9\xe8\ \x1a\x95\x48\x34\x83\x2a\x2a\x7b\xe8\xf1\x43\xbf\xfa\x4b\xbf\xfc\ \x93\xf7\xdc\x75\xcf\x5d\x77\xd9\xb6\x8b\x40\xf7\x5f\xf7\x2a\xcf\ \x93\x55\xdb\x8d\x67\xb3\x51\x53\x39\x77\xe6\x94\xa9\x50\xc9\xbd\ \x23\x87\x9e\x25\x94\xfe\xd5\x67\x3f\x77\xfd\x75\xaf\x7a\xfb\x7d\ \xf7\x4d\x4e\x4d\xef\xdc\xb5\x3b\x9d\x4a\x4d\xcf\xcc\x24\xe2\xf1\ \xb1\xb1\xb1\x4c\x26\x26\xa4\x68\xd4\x1b\xaa\x0a\x4d\x87\x6e\x1d\ \x1c\xca\x4f\x9d\xb3\x9b\xf6\xff\xfb\xb9\xbf\x94\x9e\xf3\xee\x77\ \xbf\x67\xf7\x9e\xeb\x5d\xc1\x6a\x4d\x37\x1e\xc9\x14\xa6\x96\x0f\ \x3f\xf5\xd4\xa7\x3f\xfb\x07\x2d\xb7\x9a\xc9\x6c\xff\xe8\x47\xff\ \x32\x19\xcb\xe8\x9a\x57\x28\x4c\xff\xb7\x8f\xfe\xc9\x2d\xb7\xfc\ \xc4\x4f\xbd\xf5\xfe\xbf\xfc\xeb\xaf\xfc\xd2\x2f\xbd\x5f\x61\xca\ \xef\xff\xd1\x7f\xbb\xf1\x86\x1b\xdf\xfd\xee\x77\x73\xce\x1f\x7a\ \xe8\x07\x5f\xff\xfa\xd7\xff\xf0\x0f\x3f\xa2\xe9\xa6\xe7\x7a\x9a\ \x86\xc3\xc3\xc3\xb3\xb3\xb3\x94\xc2\xfc\xfc\xc2\xd4\xd4\xf9\x9f\ \xfc\xc9\x37\xfc\xef\x2f\xfd\xeb\x7b\xee\xff\xc9\x74\x3a\x75\x11\ \x5e\xf2\x6b\x17\x2d\x52\x00\xbb\x59\xd9\xb5\x73\xbc\x51\xaf\x79\ \xad\xa6\xae\xc4\x62\x56\x24\xbf\x24\x12\x31\xeb\xf0\xb3\x4f\x1b\ \xba\x71\xe3\x81\x03\x95\x62\xf1\x07\x3f\xf8\x01\xa1\xa0\x6d\x1b\ \xe3\xdc\xeb\xef\xef\x3f\x3b\x79\xae\x56\xab\xf6\x66\x33\x7b\x76\ \xef\x7e\x7c\xee\xec\xe2\xf2\xf2\xa1\xc3\x47\x92\xfd\x43\x1e\x68\ \x28\x39\xa5\xcc\x75\xec\x7a\xbd\x66\xe8\xfa\xc8\xf0\x30\x17\x62\ \x71\x61\x61\x7a\x7a\x26\xd3\xd3\x97\xce\xf4\x4c\x4f\x4f\x6d\x1a\ \x19\xac\x53\x98\x9f\x9b\xbd\x6e\xdf\x1e\xc6\x88\xeb\x62\x36\x9b\ \xad\xd7\xeb\x84\x10\x43\xd7\x2b\x95\x4a\xb5\x5a\xd5\x34\xcd\x8c\ \x44\xaa\xc5\x0a\x91\x82\x32\xb7\xde\x68\x5a\x91\x88\xae\xe9\xa5\ \x62\xc1\x30\x62\x3d\xd9\x1e\x29\xd1\x76\x1c\xd7\x75\x2b\xe5\xb2\ \x94\x72\x70\x60\xc0\x75\xdd\x64\x32\x2e\x25\x51\x0d\xe3\xe8\xf1\ \xa3\x23\xd5\x46\xb6\x27\xbb\x75\xeb\xe8\xcd\x37\xdf\xac\x69\x9a\ \x94\x72\x7e\x7e\xfe\xf0\xe1\xc3\xd1\x68\x74\xef\xde\xbd\x9b\x36\ \x6d\x52\x14\x25\x97\xcb\x9d\x3b\x77\xce\xb6\xed\x03\x07\x0e\x7c\ \xf1\x8b\x5f\x3c\x7f\xfe\xec\x6b\x5e\x7d\xcb\x6d\xb7\xdd\xf6\xc0\ \x03\x0f\x14\x0a\x05\xdb\xb6\xbf\xf3\x9d\x6f\xbd\xfd\x67\xde\xfa\ \x9a\x57\xdf\x3a\x79\x7e\x3a\x97\xcb\x37\x1b\x4d\x60\x4a\xa1\x58\ \x4c\x24\xa3\xf1\x44\x82\xd7\x96\x50\x10\x72\x29\x71\x0b\x0a\xe9\ \x19\x86\x1e\x8d\x46\x29\x80\x65\x59\xd9\x4c\x66\x68\x68\x70\x9b\ \x15\x5f\x2a\x94\x6b\x4d\xd7\x30\x0d\x21\x51\x48\x8c\x58\x51\x24\ \xcc\x8a\xc5\x87\x47\x8c\x9d\x3b\xc7\x5b\x8d\xda\xdc\xec\xcc\x89\ \x63\xc7\x4e\x1c\x3f\x3e\x34\xbc\x49\x55\x14\x5d\x53\x19\x05\xcb\ \x32\x29\x53\x29\x53\x0c\x5d\x53\x55\x45\x37\x2c\x94\x9e\x62\xe8\ \xb7\xdc\x74\xd3\xe9\x63\x47\x14\x95\xc6\x63\x51\x89\x24\x62\x68\ \x99\x74\x2a\x12\xe5\x2d\xc7\xcd\xa4\x13\xd3\xe7\xf3\xa6\x61\x08\ \xe1\xb9\xae\x3b\x3b\x3b\x53\x2c\x14\xb6\x6f\xdb\x71\xcb\x2d\x37\ \xb7\x1c\xbe\x9c\x2f\x16\x0b\x85\x6c\x36\x3b\x32\x32\x5c\xaf\xd7\ \x5b\xcd\x26\xf7\x3c\x29\xa5\xaa\x28\x14\x48\xb9\x54\x8a\x44\xf4\ \x64\x22\xae\xb1\x4d\x11\xc3\x8c\x44\xcc\x54\x2a\x4e\x15\x4b\x28\ \xe0\xa2\x70\x1b\xb5\x88\xa9\x67\xd2\xe9\x88\x69\x2a\x02\x32\xe9\ \x64\x26\x95\xf4\x78\x95\x73\x5a\x29\x97\x7a\xb2\x69\x5d\x53\xad\ \x44\xdc\x8a\x44\x26\xcf\x9d\x66\x80\x5b\x36\x6d\x2a\x16\xf2\xfb\ \x76\xef\xae\x94\xcb\xd9\x4c\xda\x73\x6d\x0a\x10\x8d\x46\x3c\xcf\ \x63\x14\xea\xb5\xaa\xae\xeb\xcd\x46\x9d\x31\x3a\x32\x3c\xf4\xf0\ \x0f\x0e\xbe\xf6\xe6\x3d\x82\x8b\x4b\xdb\xf0\x88\x92\x10\xb4\xac\ \x28\x00\xd9\xbf\x7f\xff\xc8\xf0\xd6\x5b\x6f\xb9\x75\x6c\xfb\xbe\ \x7c\xa9\x7a\xfa\xdc\xd9\x58\x3c\x2a\x5c\xd9\x6c\x39\x11\xcb\x4a\ \xa4\x62\x5b\xd8\xa6\xb1\xb1\xde\x42\xa1\x55\x2c\x96\xf2\xf9\xe2\ \xb3\xcf\x3c\xfd\xd0\x83\xdf\x2b\x14\x8a\xbd\xbd\xfd\x0a\x48\x9d\ \x41\xdc\x32\x13\x31\x03\xa5\xc3\x18\x1a\x86\x62\x3b\x2e\xe7\x20\ \xa4\x73\xcb\xcd\x37\xef\xdd\xb3\xdb\x75\x9c\x2d\x5b\xb6\x9c\x3a\ \x75\xca\x8c\x44\xe3\xf1\x98\xa6\x99\xb4\x58\xea\xed\xeb\xb5\x9b\ \x0d\x20\x18\x8f\xc7\xe6\x67\xa7\x6b\xb5\xda\x63\x8f\x3f\xae\x52\ \x7a\xff\xfd\xef\xbc\xfd\xb5\xaf\xed\x9d\x38\xbd\xb0\xb8\x88\x52\ \x1c\x78\xd5\xf5\xb5\x5a\x8d\x10\x3c\x77\xee\xac\x69\x9a\x89\x44\ \x42\x51\x58\x04\xcc\xe5\xe5\x65\x46\x61\xdb\xf6\xed\xd9\x4c\xa6\ \x5e\x2d\x67\x32\x99\x64\x2a\x51\xa9\x79\x71\xd0\x05\x17\xa5\x72\ \x21\x95\x49\x0e\x0f\x6f\x3a\x3f\x7b\x3a\x91\x48\xf6\xf7\xf4\xe8\ \x5a\x04\x80\x4c\x4d\x9d\x67\x4c\xb1\xac\x98\x94\xe2\xd6\x5b\x6e\ \xf9\xde\x77\xbf\xbb\x7f\xff\xfe\x5d\x3b\x77\x16\x0a\xf9\x72\xb9\ \x34\x3e\x3e\xee\x79\x6e\x2a\x95\x5c\x5e\x5e\xda\xb2\x65\x5b\xbd\ \x56\x8b\x46\xad\x89\x89\x93\xba\xae\x6b\x9a\x36\x37\x37\x3b\x3a\ \x3a\x7a\xf4\xe8\xf3\x89\x78\x2c\x95\x4a\x21\xca\x1f\xbf\xcf\x85\ \x88\x0a\xa3\x3b\xb6\x6f\x1f\xe8\xef\xab\xd5\x22\x95\x4a\xd9\x30\ \x34\x29\xdc\xdb\x6f\x7b\x75\xad\x5e\xdd\xb1\x7d\x6c\x7c\xc7\xf6\ \xa8\x61\x96\xe2\x89\xa5\xa5\xa5\x27\x9f\x7a\xaa\x52\x2a\xc7\x63\ \xf1\x5a\xad\x96\x49\xa5\x4b\x95\xf2\x89\x93\x27\x77\xed\xdc\x7d\ \xe8\x07\x0f\x54\xaa\xb5\xe3\xc7\x8e\xbf\xee\xee\x7b\x1b\x4e\x4b\ \x0a\x99\x4c\xc4\x66\xf3\x8b\x0a\x30\xcf\xf3\x90\xa0\xc2\x58\xb9\ \x5c\xbe\xf7\x9e\x7b\x76\xee\xde\x37\x71\xfa\x0c\x22\xb1\x6d\x7b\ \x79\x69\x71\x60\x70\x90\x7b\x5e\x2e\x57\xf4\x3c\x4f\x51\x94\x52\ \xa9\x64\xdb\xf6\xc8\xc8\xc8\xe8\xa6\x21\x2e\x48\x2e\x97\x3b\x71\ \xfc\xf8\xf2\x42\x3e\x62\x68\xb9\xdc\xf4\xf4\xf9\xf3\x7b\xf7\x8c\ \x17\x96\x97\x4d\x33\x59\xa9\x34\x07\x87\x37\x25\xe2\xb1\x42\x3e\ \xaf\xa8\xea\x53\x4f\x3f\x9d\xcd\xc4\x1d\xc7\x21\x84\x34\x1a\x0d\ \x45\xd1\x14\x1d\x13\xf1\x78\xb6\xa7\x27\x16\x8b\x5e\x7f\xfd\xf5\ \xaa\xaa\x55\x2a\x15\x7f\x7a\x88\xaa\xaa\x52\xca\x68\x34\x6a\xdb\ \xb6\x69\x9a\x3d\x3d\xd9\x1b\x6f\x3c\xb0\xbc\x9c\xbb\xfd\xf6\xdb\ \xbf\xfe\xf5\xaf\xff\xf3\x3f\xff\xeb\x6d\xaf\xb9\x35\x9b\xcd\xaa\ \xaa\x6a\x18\xc6\xf0\xf0\x30\xa5\xb0\x63\xc7\xf6\x7c\x2e\x9f\xcd\ \xa4\xca\xe5\x92\x10\xa2\x54\x28\x54\xaa\xb5\xd1\xcd\x9b\x5c\x97\ \x5f\xba\xe6\x09\x71\x5d\xd7\x71\x6c\x29\xb9\x90\x08\x60\xb5\x9a\ \xcd\x23\xcf\x1f\xde\xb2\x75\x47\x2c\x99\x25\x8a\xd3\xa8\xd7\x2a\ \xd5\x9a\x6a\x56\x92\xa0\xb4\x5c\x4f\x27\xa0\xe9\xa6\x10\xae\xa2\ \x19\x43\xc3\x9b\x34\x55\x9b\x9d\x99\xe1\xdc\x1b\xdb\xb2\xb9\xd1\ \xb4\x5d\xc7\xa9\x56\x2b\x94\xa9\x8a\xaa\x82\xa2\x30\x95\x01\x41\ \x45\xa1\x42\x40\x6f\x5f\x5f\xd4\xb2\x72\xcb\xcb\xbb\x77\xee\x44\ \x02\x48\x90\x7b\x2e\x91\xc4\x6e\xd4\xab\x15\xd5\x75\x6c\x43\xa3\ \x52\x92\x72\xa9\x74\xf4\xc8\xf3\x3b\x77\xef\xdd\xbf\xef\x40\xad\ \x5a\xd3\xad\x58\x5f\x6f\xbf\x6d\x3b\xae\xeb\x4a\x29\x2c\xcb\x42\ \xc4\x9e\x9e\x1e\x4a\x69\xa1\x50\xa8\xd5\xeb\xf5\x86\x5d\x2e\x8b\ \x54\x5c\xd3\x55\x70\x5c\x7b\x69\x69\xc9\x69\xd9\xe9\x9e\x1e\x4e\ \x48\xae\x52\x12\x9c\xab\x9a\x82\x28\xed\x56\x0b\x98\xee\xd9\x2d\ \xc9\xdd\x56\xa3\x59\x2e\x2d\x97\x2b\x95\xeb\xf7\xdc\x34\x3c\x34\ \xc4\x81\x24\x13\xb1\xd3\xa7\x4f\x47\xa3\xd6\x0d\x37\x1c\x98\x98\ \x38\x49\x01\x92\xc9\x84\x65\x59\xd5\x6a\x45\x4a\x7f\x10\x16\xaa\ \xaa\x42\x29\xd1\x34\x65\x61\xa1\x9c\xcd\x66\x6c\xbb\xd5\x68\xd4\ \x15\x85\x91\x4b\xe4\x6d\x06\xcf\xf3\xaa\xd5\x4a\xcb\x6e\xea\xba\ \x9a\xcb\xe5\x93\x89\xbe\x6f\x7d\xfb\xdb\xb7\x37\x71\xdb\xf8\xee\ \x9e\x9e\x9e\x6a\xa3\x5a\x2d\x57\x5c\xce\x4b\x95\xaa\xae\x2b\xf5\ \x86\x5d\x6f\x10\x2b\x6a\x2a\xaa\x1a\x8d\x25\x53\xe9\x54\x3c\xfe\ \x4c\xad\xda\xc8\x26\x62\xa6\xc2\x5a\x76\x73\x61\x76\xc6\xb1\x33\ \x11\x53\x2f\x97\xcb\x8a\x9a\x66\x4c\x25\x2a\x71\x6d\x37\x99\x48\ \xec\xdc\x39\x7e\xe4\xb9\x67\xab\xd5\xf2\x40\xff\x80\xcb\x45\xa9\ \x50\xe8\xe9\xeb\xaf\x54\xca\x66\x2c\x5e\xca\xe7\x89\x94\xc5\x62\ \xc1\xb1\xed\xa7\x9e\x7a\x32\x9f\xcb\xdd\x7f\xff\xfd\xa6\x15\xa9\ \xd5\xeb\xb1\x58\x0c\x00\xce\x9f\x3f\x4f\x08\x89\xc7\xe3\xc5\x62\ \x71\x60\x60\x30\x9d\x4e\xcd\xcc\xcc\x08\x21\x96\x96\x97\x09\x23\ \xc9\x98\x99\x4d\x45\xb3\x99\xec\x91\x43\xcf\x2e\x2f\x2e\xed\xbf\ \xee\x06\xd3\x60\x8e\xf0\xf2\xf9\x52\x6f\x4f\x4f\xab\x3a\xbb\xbc\ \x9c\x17\x1c\xfd\xbc\x55\xb3\xd1\xa2\xb4\x76\xee\xec\x99\x54\x3a\ \x73\xdb\x6d\xb7\x6b\xba\xb1\x65\xcb\x96\x47\x1f\x3d\xe8\x38\xce\ \x9d\x77\xde\xf9\xd4\x53\x4f\x31\xc6\x4c\xd3\x4c\xa5\x52\xfd\xfd\ \xfd\x53\x53\x53\x3b\x76\xec\x02\x00\xcb\xb2\x5c\xd7\xb5\x6d\x5b\ \x55\xd5\x62\xb1\x78\xef\xbd\xf7\x7e\xe3\x1b\xdf\xc8\x64\x33\xaa\ \xa6\xb9\x8e\xfd\xa2\xa8\x2d\x22\xa2\x65\xe8\xd5\x52\x91\x12\x99\ \x4d\x25\x29\xca\x98\x65\x58\xa6\x1e\x35\x8d\xeb\xf7\xef\xb6\x4c\ \x93\x82\x04\x82\xd9\x6c\x56\x61\x34\x16\x8f\xf5\xf7\xf7\x19\xba\ \x56\xab\x56\x17\x17\x16\x6a\xb5\x9a\x15\x8d\x65\x7b\xfb\x2d\x2b\ \xf6\xec\xb3\xcf\xcd\xcd\xce\x96\xf2\xb9\x46\xb5\xca\x5d\xa7\xbf\ \xb7\x4f\x53\xd5\x72\xb1\x8c\x52\x6a\x9a\xe6\xb4\x5a\x95\x72\xb9\ \x54\x2a\x6d\xdb\xb6\x6d\x68\x68\xc8\x75\xdd\x72\xa9\xcc\x3d\x4f\ \x22\xda\xad\x56\xa1\x50\x58\x5c\x5c\xa4\x94\x26\x93\x49\xdb\xb6\ \x4b\xe5\xea\xd2\xd2\x92\x94\x72\x78\x78\xe4\xa6\x9b\x6f\xde\xbf\ \xff\xfa\xfe\xfe\x81\xbe\xde\x1e\x06\xd4\x71\xec\x7a\xa5\xd2\x68\ \x34\xfa\xfb\xfa\x1d\x8f\x4b\x89\xfb\xf6\xed\x07\x42\xaa\xd5\xea\ \xd4\xcc\x8c\xa6\x69\x88\xa4\x65\xbb\xba\xae\xdf\xf6\x9a\xdb\xc6\ \xc7\xc7\x77\x8c\x8f\x1b\x86\x51\x2e\x97\xfd\xfc\x48\xa5\x52\xb9\ \xe9\xa6\x9b\x92\xc9\xa4\x6f\xc5\x00\xc0\xb6\x5b\x9e\xe7\x01\x40\ \x5f\x5f\xef\x7d\xf7\xdd\xf7\xb5\xaf\x7d\x6d\x7a\x66\xc1\xb2\x2c\ \xc6\xd8\xd8\xd8\xd8\xd4\xf9\xc9\x6a\xb5\xba\x69\x74\xd8\x6e\x36\ \x4b\xc5\x62\x26\x93\x7a\xec\xb1\xc7\xec\x56\x6b\xc7\xf6\xed\xd5\ \x72\x55\x53\x35\x08\xac\xd0\x0b\x3f\x40\x04\x08\x21\x95\x6a\x19\ \x28\xf8\x49\xab\xe1\x91\xe1\x9e\x6c\x56\xd3\xd4\x5a\xa3\x2a\xa5\ \x70\x3d\x5e\xaa\xd6\x73\xf9\x62\xae\x58\x6e\x3a\x6e\xa3\xd9\x6c\ \x3a\x4e\xcb\xe1\x8a\x66\xc4\xe2\xa9\xc1\xe1\x91\xa1\xe1\x61\x85\ \xd1\x5a\xb5\x6a\x45\x22\x3d\x3d\xd9\x44\x3c\x1e\x8f\x47\x4d\xd3\ \x24\x52\x78\x9e\x27\xb8\x60\xc0\x74\x45\x4d\xa7\x52\x3b\x76\xec\ \xa8\x55\x2b\x99\x74\x2a\x95\x4e\xea\x86\x8e\x52\x64\xd2\x29\x14\ \x5c\x78\x5c\x53\x95\x58\xd4\x8a\x59\x91\x42\x2e\x27\xa5\xdc\x39\ \xbe\x6b\xff\x75\xd7\x09\x49\xe2\xb1\x44\x2c\x16\xdb\xba\x75\x2c\ \x93\xc9\x9a\x11\x6b\x6c\x6c\xdb\xb6\x6d\xdb\xad\x68\x34\xdb\xd3\ \xb3\xff\xba\xeb\xf6\xed\xdf\x3f\x3e\xbe\x93\x51\x36\x35\x35\x3d\ \x3d\x33\x1d\x8b\x45\x1b\xf5\xfa\xfc\xec\x6c\xb5\x5c\x30\x74\x3d\ \x66\x45\x34\x85\xba\x8e\xd3\x6c\x36\xb8\xe7\x50\x22\x5b\xcd\xba\ \xae\xb2\x88\xa1\xcd\x2d\xcc\x52\x80\xd1\xcd\x9b\x93\xc9\x54\x3a\ \x95\x1c\x1f\xdf\xbe\xb0\x30\xd7\xa8\xd7\x62\xb1\x28\x11\x72\x61\ \x7e\xce\xf3\x5c\x06\x44\x0a\xb1\xb4\x30\x0f\x80\x3d\x3d\x59\x5d\ \xd7\xfc\xcc\x5d\xb3\xd9\xe8\xed\xed\x99\x99\x99\x02\x40\x4a\x2f\ \xd5\x6e\x01\x20\xca\x62\xa9\x50\x2e\x95\x12\x89\x64\xa1\x50\xdc\ \xbb\x67\xdf\xab\x6f\x7d\x0d\x22\x99\x9b\x9f\xab\xd7\x6b\x00\xa4\ \x52\xaf\x1e\x39\x76\xfc\xfc\xd4\xf4\xdc\xc2\xb2\xc7\x05\x30\xe2\ \x70\x22\x81\x69\xa6\x91\xce\xf6\x5e\xb7\x7f\xbf\xa5\x6b\xc5\xe5\ \xa5\x9e\x54\x72\xef\xae\xf1\xd1\xe1\xc1\x88\xa1\x72\xee\x50\x26\ \x1d\xcf\x6e\x39\x75\xcf\xb1\x35\x85\x71\xce\x6f\xbd\xf5\x16\xdf\ \x3d\xd9\xb7\x6f\xaf\xe0\xbc\x51\xaf\xf7\xf7\xf5\x99\xba\x5e\x2c\ \x2c\x13\x22\x13\xf1\xe8\x40\x5f\x5f\xa9\x58\x98\x9d\x99\x1e\x18\ \xe8\x7f\xeb\xcf\xbe\xcd\x34\x23\xc0\x58\x26\x93\xe9\xed\xed\xd9\ \xb6\x6d\x9b\xe3\xd8\x03\x03\xfd\x37\xdf\x7c\x73\x6f\xaf\x7f\x01\ \xef\xd9\xbf\x6f\xf7\xde\x3d\x7b\x7a\xb2\x3d\xa7\x4f\x9f\x39\x77\ \xe6\x6c\xad\x52\x6d\xd5\x1b\xe7\xce\x9d\x5b\x5a\x58\xa4\x00\xa9\ \x64\x92\x31\x56\xad\x55\xa7\x67\xa6\x3d\x97\x37\x6a\xcd\x4a\xa9\ \xda\x6a\xd6\x93\x09\x6b\x79\x79\xe1\xf9\xe3\x47\xf7\xee\xbd\x7e\ \x64\x64\x4b\x22\x1e\xdf\x3a\xb6\x55\x55\xd5\x63\xc7\x8e\x65\x32\ \x99\xad\x5b\xb7\x1e\x3d\x7a\xd4\xf3\x3c\x5d\xd7\x5d\xd7\x9b\x9d\ \x9d\x6d\x36\x9b\xd9\x6c\x56\xd3\x34\xd7\x75\xd3\xe9\xf4\xc4\xc4\ \xc4\xf8\xf8\x78\xbd\x5e\x7f\xf4\xd1\x47\xab\xd5\x9a\xe3\x38\x17\ \x27\xfb\xbf\x46\x96\x4b\x4a\x99\x4c\xc4\x75\x15\x6a\x95\x52\x31\ \xbf\xe4\xd8\x0d\x20\x22\x11\x8b\xa6\x12\xe6\xe0\x40\x56\x65\xa0\ \xab\x58\x2d\xd7\xce\x9e\x3a\x35\x79\xee\x0c\x17\xdc\xb1\x5b\xa7\ \x4e\x4d\x1c\x3b\x76\xac\x56\xad\x8c\x6f\xdf\xf6\xaa\xfd\xfb\x55\ \x45\x19\xdf\xb9\xc7\x13\x62\x6a\x6a\xea\xd1\x47\x0e\x7a\xb6\x5d\ \xaf\x94\x00\x45\x6e\x69\x71\x7e\x7e\xae\x54\x2a\x0a\x97\xab\xaa\ \x1a\x89\x44\x06\x07\x06\xb9\xe7\xa5\x93\xa9\x54\x2a\xe5\xb6\x9c\ \x72\xa9\x98\x88\xc5\x2b\xa5\xf2\xe4\xf9\xf3\x8d\x46\xc3\x75\xdd\ \x64\x32\x69\x9a\xa6\x61\x18\xba\x6e\xa4\xd3\xa9\xe1\xe1\xa1\x9d\ \x3b\x77\xc4\xe2\x09\x21\xe5\xa6\x4d\x9b\x46\x86\x86\x5c\xbb\x65\ \x19\xfa\xa6\xc1\x01\xcb\x34\x15\x85\x7d\xff\xfb\x0f\xce\xce\xcd\ \x3b\xb6\xa3\xe9\xfa\xeb\xef\xbe\x5b\x0a\x61\xdb\x76\x34\x6a\x65\ \xb3\x69\xd7\xf5\x12\x89\x44\x6f\x6f\x6f\xa5\x52\x5e\x5a\x5a\x6e\ \xb5\x5a\xad\x56\x4b\x51\x94\xfd\xfb\xf7\x67\x32\x99\x6d\xdb\xb6\ \xf9\x6e\x97\xaa\xaa\x99\x4c\xd6\x71\x5c\x45\x51\x10\xf1\xd6\x5b\ \x6f\x6d\xb5\x5a\xcf\x3c\xf3\xcc\xd6\xad\x5b\x09\x21\xb1\x58\xec\ \xf4\xa9\xd3\xcd\x7a\x2d\x93\xce\x48\xe4\x40\xc8\x40\x6f\xff\xc4\ \xc4\xc9\x88\x65\xe5\xf3\xb9\x52\xb1\x50\xcc\xe7\x38\xe7\x00\x97\ \xb2\x58\x94\x82\x61\x6a\xad\x56\x13\x08\xe5\x9e\xc7\xb9\xdb\x6a\ \x36\x4b\xe5\xe2\xd2\xd2\x72\x31\x5f\x88\x44\xcc\xfe\xfe\xfe\x91\ \x91\xd1\x68\x2c\xc1\xb9\x70\x5c\x2f\x97\x2f\x9e\x9f\x9e\x99\x5f\ \x5c\x70\x5c\x4f\x48\xd4\x8d\x88\xa2\xa8\xd9\x6c\x66\x7e\x6e\xa6\ \x90\x5f\x8e\x46\x2d\x82\x68\x1a\x86\x69\x9a\xb5\x6a\xad\x5a\x2e\ \xf9\xe9\x3c\x42\x48\x22\x16\x4b\x25\x93\xf9\x5c\xbe\x56\xad\x24\ \xe2\xb1\x64\x22\xda\x6c\xd5\x8b\xa5\x5c\x22\x91\x68\x36\xea\x9e\ \xdd\xb2\x9b\xcd\x52\xb1\x50\x2a\x95\x86\x86\x47\x86\x86\x86\x75\ \xc3\xf4\x3c\x1e\xb1\x2c\x42\x59\x24\x1a\xcb\x64\x7b\x33\x99\x1e\ \x23\x62\xe9\x86\xa9\x69\x86\xa2\xe8\x8a\xa2\x69\x9a\x61\x59\x91\ \x6d\xdb\x77\x6c\xd9\xb2\xe5\xec\x99\x33\x04\x51\x55\x95\x7a\xbd\ \xca\x28\x99\x9f\x9b\x39\xf6\xfc\xa1\x62\x31\xcf\xa5\x64\x4c\xa5\ \x94\x72\xee\x21\x77\xec\x66\x83\x7b\xde\xd2\xfc\x82\x65\x45\x92\ \xa9\xb4\x65\x59\xba\xae\xc5\xe3\x89\x4c\x3a\xb5\x79\xd3\xc8\xe9\ \x93\x13\x8d\x66\x23\x97\xcb\x15\xf2\x39\xa6\x30\x42\x30\x97\xcb\ \xf9\x33\xc7\x2a\x95\x8a\x69\x9a\x85\x42\x21\x95\x4a\xb9\xae\xbb\ \xb4\xb4\xbc\x67\xcf\x1e\xcb\x8a\x5e\xda\x08\x38\x44\x34\x0c\x9d\ \x7b\x6e\xb3\xd5\x6c\xd4\x9b\x0a\xd3\x84\xc0\x62\xb1\xb4\xb4\xbc\ \x5c\x2a\x17\xd3\xe9\xe4\xa6\xd1\x4d\xdb\xb6\x6f\x4f\x67\xd2\xe5\ \x7a\xad\x54\xad\xe5\x4b\xc5\x23\x47\xcf\x1c\x3f\x79\xba\x54\xa9\ \x4a\x02\x86\xa5\x46\x2c\x73\xfb\xd6\xcd\x1a\xa3\x4f\x3c\xfa\x03\ \xcb\xd4\x3d\xcf\x06\x22\xb3\xd9\x94\x27\xdc\xd9\xd9\xe9\x66\xab\ \x21\xa5\x64\x8c\xaa\x8c\x8d\x8d\x6d\x51\x55\x76\xe4\xf0\x61\xee\ \x79\x7b\xf6\xec\x8e\x46\xad\xc9\x73\xe7\x08\x11\xba\xc2\xca\xc5\ \x9c\xdd\xaa\xbb\x4e\x6b\x61\x61\x9e\x7b\xde\xce\x9d\x3b\xfb\xfb\ \x07\x50\x4a\x21\x44\x34\x1a\x41\x14\x63\x63\x5b\x2c\x2b\x92\x48\ \xc4\x19\x03\x4d\x63\xba\xae\x32\xa6\x46\x2c\x33\xdb\x93\x19\xdf\ \xb1\xe3\xe6\x1b\x6f\x7c\xf4\xd1\x47\xf3\x85\xdc\xe8\xe6\xd1\xe5\ \xa5\x25\x42\x88\xe7\xba\x67\x26\x4e\xcf\xcd\xcc\x20\xca\x5a\xbd\ \x6e\x59\x51\x44\xd6\x6a\x38\x9e\x63\xeb\x1a\x9d\x9b\x9b\xb2\xed\ \x66\xa6\xa7\x37\x95\xee\x4d\x24\x52\xe9\x54\x2a\x9b\xc9\xc4\x62\ \xb1\xd9\xd9\xd9\xa9\xa9\xa9\x23\x47\x8e\x4c\x4c\x4c\x2c\x2c\xcc\ \xa7\x92\xc9\xc9\xc9\xc9\xa5\xa5\xa5\xfe\xfe\xfe\x7a\xbd\xae\xeb\ \xba\xe7\x79\xc5\x62\x71\xef\xde\xbd\x0f\x3d\xf4\xd0\x81\x03\x07\ \xde\xf4\xa6\x37\xa1\x94\xe4\xc5\x50\x5b\xf4\xab\xe8\x86\xa6\xec\ \xde\xb5\xad\xd1\x68\x36\x9b\xad\xe5\xe5\xc5\xde\x6c\xda\xd0\x54\ \xce\x85\x5f\xe0\x6d\x36\x6a\xf5\x66\x8d\x02\xa1\x80\xb3\x33\xd3\ \xf1\x44\xa2\xa7\xa7\x67\xfb\xf6\x31\xdd\x34\xcb\x95\x4a\x3a\x9d\ \x1c\x1e\xdd\x4c\x40\x6d\x35\xeb\x47\x0e\x1d\xba\xe1\x35\xb7\xc7\ \x2c\xcb\xd4\x35\xcb\xd4\x29\x41\xc7\xb6\x63\xb1\x38\x20\xf6\xf5\ \xf5\x8d\x0c\x0f\x13\xa6\xe6\x72\xb9\x58\x2c\x5e\x6f\xd4\x63\x56\ \x74\x74\xd3\x26\x29\xc5\xa9\x53\xa7\xa2\xd1\x68\x5f\x5f\x1f\xa5\ \x30\x34\x34\x38\x37\xb7\x68\xdb\x4d\xd3\x8c\x34\x9b\xad\x46\xa3\ \xc1\x1d\x32\x31\x71\x3a\x19\x67\x28\xa5\xa6\x2a\xdc\x75\x9f\x7b\ \xfa\x69\x33\xd1\x3b\x3d\x35\xfd\x53\x6f\xfd\x99\xb9\x85\xf9\x87\ \x7f\xf0\xf0\xf4\xd4\xd4\xe9\xd3\x7d\xe5\x72\xd9\x30\x0c\x5d\xd7\ \x2b\x95\x5a\xa6\x77\x60\x74\x74\xd4\xe3\xa4\x56\xab\xfb\xe1\x7a\ \x22\x91\xa8\xd5\x6a\x03\x03\x03\xf9\x7c\xbe\x54\x2a\x35\x9b\xcd\ \x7c\x3e\xbf\x69\xd3\x26\xd3\x34\xce\x9e\x3d\x4b\x29\xed\xeb\xeb\ \xeb\xef\xef\xef\xeb\xeb\xfb\xd2\x97\xbe\x74\xc7\x1d\x77\xe4\xf3\ \x79\x21\x44\xb1\x58\x88\x25\xe2\xc9\x64\x3c\xb7\x9c\x2b\x94\x4a\ \xe7\xce\x9d\x2f\x15\x8a\x47\x0e\x1f\x32\x0c\xa3\x27\xdb\x6b\x18\ \xa6\xca\x00\x83\x2a\xf9\x0b\xbe\x33\xca\xe5\x32\x00\x49\x26\xa3\ \x39\xa7\x65\xdb\xf6\xc2\xe2\xbc\x6e\xc6\x3c\x4e\x04\x55\x5b\x1e\ \x4f\xa5\x33\x5b\xb7\x8c\x11\xa6\x50\xa6\x34\x6d\x87\x2a\xaa\x65\ \x45\xa4\xf0\x5c\xd7\x69\xd4\x6a\x94\xc8\x42\x3e\xe7\xd8\x76\xc4\ \x88\xe4\x73\xf9\x2d\x5b\x79\x2a\x99\x72\x39\x6f\xb5\x1a\x43\x43\ \x03\x88\xa8\xeb\xba\x94\x82\x31\x02\x9a\x9a\x49\x25\x1b\xf5\xda\ \xec\xf4\xf4\xe0\xc8\x48\xb9\xd6\x04\xc5\x70\x5c\xcf\xd4\xa3\x76\ \xb3\x41\x81\x64\x92\xa9\xb9\xa9\x73\xa5\x62\xf1\xae\xbb\xef\xe9\ \xef\xef\xa3\x94\xba\x9e\x67\x3b\x6e\x3c\x11\x37\x22\x11\x1f\x16\ \xa3\x19\x3a\x00\x68\x52\x00\xd0\x7a\xb3\xb1\x94\xcf\x29\x4c\x33\ \x0c\xd3\x30\x8d\x91\x91\x4d\xc5\xa5\x25\x4a\x59\xa3\x5e\x9f\x99\ \x9e\x3a\x36\x71\xaa\xd4\x28\x8f\x6e\xda\x5c\x29\x34\xfc\xe9\x93\ \x28\xb8\x65\x9a\x0a\xc8\x46\xab\x2e\x05\xef\xeb\xeb\xcf\x64\xb2\ \x88\x52\x61\x34\x6a\x99\x03\x7d\xfd\xae\xe3\xa8\x9a\x1a\xb5\xac\ \x42\x21\x37\xb6\x75\x73\xdc\x8a\x14\x15\x16\x8d\x47\x25\xf2\x7c\ \x61\xd9\x30\x35\x29\x65\xa1\x98\xdf\xbc\x79\xf4\xe4\xc9\x09\x33\ \xa2\xc7\x12\x51\x21\xf9\xa5\x25\x17\x01\xa0\x52\x2d\xcf\xce\xcd\ \x0e\x0e\x0c\xcc\x4a\xa7\x5c\xae\x1c\x3b\x76\xa2\x65\x2b\xa6\x95\ \x9c\x38\x73\x36\x91\x89\x8f\x6c\xde\xb4\x6d\xdb\xae\xa1\xc1\x11\ \x89\xc2\x71\xec\xe5\xe5\xe5\x64\x2a\xc9\x39\x77\x5d\x5e\x2e\x97\ \x85\xe4\xb9\xf9\x85\xf3\x67\xce\xa4\xd3\x29\x44\x79\xe2\xf8\xf1\ \x03\x37\x1d\x68\xd9\xad\x5a\xad\xae\xa9\x4a\x4f\x36\x9d\x48\xc6\ \xa4\x00\xee\x71\x0a\xa4\x37\x9b\x15\x9e\x77\xea\xd4\x44\xad\x51\ \xcd\xe7\x0a\x1e\xc7\x46\xb3\xa5\x68\x9a\xe7\xd8\x0a\x80\xa1\xe9\ \x8c\x92\xe3\xc7\x9e\x1f\xd9\x34\x72\xf7\xdd\x77\x37\x9a\x8d\x88\ \x65\x2d\x2f\xe7\x7a\x7b\x7b\x07\x06\x07\x22\x91\x48\x32\x95\x00\ \x4a\x54\x45\xd5\x74\xd5\xc7\x6d\x94\xca\x95\x42\xa1\x9c\xcd\xf6\ \x98\x86\xb1\x7f\xdf\xbe\x99\xc9\x53\x0a\x65\x14\xe0\xcc\xa9\xd3\ \xd5\xa6\x77\xf0\xb1\xe7\x46\x36\x6f\x63\xfd\x7d\x92\x48\xca\x18\ \x21\x0a\x23\x2c\x19\x8b\xcd\xcd\x4e\xb6\x5a\x15\xd3\xd4\x77\xed\ \xdc\xcd\x39\xe1\x82\xc7\x63\xf1\x9b\x6e\xbe\xf9\xe1\x87\x1f\x96\ \x52\xa6\x52\xa9\x52\xa9\x54\xa9\x54\x7a\x7a\x7a\x2b\x95\x5a\x3c\ \x1e\x17\x42\x94\xcb\xe5\x72\xb9\x9c\xcd\x66\x9f\x7f\xfe\xf9\x44\ \x22\x91\xcb\xe5\x8e\x1d\x3b\xf6\xce\xfb\xef\xf7\x5c\x17\x55\xbc\ \x78\x3d\xea\x1a\xf9\x5c\x28\x65\x34\x6a\x59\xa6\xce\x88\x00\x29\ \xed\x46\x8d\x12\x19\x8d\x18\x0a\x10\x4d\x61\xa6\xce\x34\x85\x0e\ \x0e\xf6\x6f\x1e\x1d\x1d\x1a\x1c\x12\x1e\x6f\xd6\xea\x7b\x76\xed\ \xb2\x2c\xcb\xaf\xcd\xab\x8c\x65\x7b\xfa\x6e\xba\xe9\xd5\xd9\xde\ \x7e\x21\xe4\xfc\xdc\x9c\x65\x9a\x44\x78\xcb\xf3\x73\xad\x46\x73\ \x64\x78\x44\x53\x55\x44\xec\xc9\x64\xb7\x8d\x8d\x65\xb3\xd9\xa1\ \xc1\xa1\x4c\x3a\x3d\x35\x35\xd5\xa8\xd5\x9b\x8d\xe6\xc1\x47\x1e\ \x39\xf8\xc8\x23\xad\x56\x4b\x4a\x59\xaf\xd7\x4f\x9f\x3e\xdd\x6c\ \xda\x91\x48\xc4\xb6\xdd\x4a\xa5\x7a\xf6\xec\xd9\xb3\x67\xcf\x96\ \x2b\x55\x21\xf1\xd4\xa9\xd3\xc9\x44\x92\x3b\x4e\x44\xd7\x72\xb9\ \xe5\x73\x67\xce\x1c\x39\x72\x78\x7a\x7a\x76\x71\x29\x77\xe2\xc4\ \x89\x63\xc7\x8f\x39\x8e\xc3\x39\x57\x55\xb5\x56\xab\x13\x00\x44\ \x8c\x44\x22\xd3\xd3\xd3\x8d\x7a\x7d\x6c\x6c\x6c\x7c\x7c\x1c\x00\ \x66\x67\x67\x27\x27\x27\xeb\xf5\xfa\xe8\xe8\x68\x26\x93\x71\x1c\ \xc7\x75\x5d\x4a\x69\x2a\x95\xca\xe7\xf3\x8d\x46\xa3\x56\xab\x0d\ \x0e\x0e\x3e\xfb\xec\xb3\x8f\x3d\xf6\x98\xeb\xba\xa5\x52\x69\x6a\ \xea\xfc\xb6\xb1\xad\x5b\x36\x8f\xce\xcc\x4c\x1f\x3c\xf8\x88\xeb\ \xda\xc9\x44\xbc\x5a\x2e\x0f\x0e\x0c\x32\x95\x1d\x3d\x7a\xa4\x56\ \xab\x31\xca\x2e\xed\xce\x58\x58\x98\x57\x14\xa6\x69\x9a\x40\xe1\ \x97\xed\x6a\xb5\xaa\xeb\x3a\x48\xa4\xe3\x38\x76\xab\xb9\xb8\xb4\ \x30\x37\x3d\x55\xab\xd5\x38\x77\x51\x72\x55\xa1\x51\xcb\xf2\x5c\ \x6e\xb7\x1a\x93\xe7\xce\x96\x0a\xc5\x4a\xb9\x5c\x2c\x16\x50\xf2\ \xc9\xc9\xb3\x42\x70\xc9\x45\x2c\x62\xc5\xa2\x11\x5d\xd3\x18\xa5\ \x14\xa0\xd9\x68\x10\x24\x89\x44\x42\x70\xef\xfc\xf9\x49\xd7\x71\ \x14\x46\xb9\x67\xcf\xcf\x4d\xcf\x4c\x9d\x2b\xe7\x0b\xf9\xa5\xa5\ \xdc\xf2\xd2\xfc\xdc\x9c\x3f\x63\x3d\x5f\x28\xba\xae\x97\xcd\xf6\ \x0a\x2e\x55\xd5\x48\xa7\x32\xd9\x6c\x6f\xc4\xb4\xa4\x24\x8c\x2a\ \xba\x6e\x4a\x49\x5c\x97\x27\xe2\x29\xa0\x4a\xa3\xd9\xd0\x0d\x73\ \x64\x64\x24\x95\x4e\xea\x0a\x9b\x9b\x99\x5d\x5a\x58\xf0\x1c\x7b\ \xb0\xaf\x37\x66\x99\x8b\x8b\x4b\x8e\xeb\xaa\xaa\x2a\xb8\xd7\x6a\ \xd4\x4c\x4d\x25\x28\x6c\xa7\x99\xc9\x66\x80\x82\xe3\xba\xf5\x7a\ \xcd\xb5\x9d\x6a\xa5\x32\x75\x7e\x6a\xf3\xa6\x51\xd7\xb5\xf3\xcb\ \xcb\x00\xe8\x7a\x8e\xa9\x1b\x9b\x46\x46\x22\x91\x88\x10\xdc\x71\ \x9c\x7c\x3e\x27\x04\x6f\x34\x1a\xcd\x66\x7d\x6c\x6c\x4c\x0a\x7e\ \xc9\xb3\x5f\x55\x55\x3d\x7d\xfa\xf4\xdc\xec\x6c\xc4\x32\x0d\x43\ \x97\x12\x09\x81\x99\x99\xd9\x66\xb3\xd9\xdf\xdf\x1f\x8b\xc5\xf2\ \xb9\x5c\xb5\x54\x9d\x9f\x99\x3b\x7d\xf2\x14\x77\x3c\xe4\x12\x24\ \xc4\xa3\x71\x90\xd8\x6a\xb6\xe6\xa7\xe7\x8f\x1f\x3f\x6e\xbb\xee\ \x93\xcf\x3c\x63\xc5\xe3\x27\x4f\x9f\xaa\x54\x2b\xba\xae\x51\x46\ \x7b\x7b\x7b\xd2\xd9\xac\x10\xa8\xeb\xba\x6d\xb7\x04\x77\x13\xb1\ \x58\x2a\x95\x3a\x71\xfc\xc4\xf2\xc2\x62\xb9\x54\x6a\x36\xeb\x95\ \x72\x79\x7e\x76\x76\xe2\xc4\xf1\x99\xe9\xc9\x5a\xb9\x38\x7d\x7e\ \x72\x7e\x7e\xce\xbf\x2d\x6c\xdb\x31\x4d\x4b\x51\x14\x24\x18\x8f\ \xc7\x93\xc9\x78\x3c\x1e\x07\x00\x4a\x81\x52\x60\x8a\xd2\x6a\x35\ \x1d\xc7\x1d\x1c\x1a\x58\x5a\x5c\x52\x14\x25\x93\x4a\xed\xde\xb9\ \x0b\x08\x11\x1e\x9f\x9d\x9e\x39\x3f\x79\x5e\x51\x94\xcd\xa3\x9b\ \x4f\x9d\x3e\x55\xae\x96\x09\xa1\x92\xa3\x6b\xbb\x8d\x7a\x2d\x9d\ \x8a\xe5\xf2\xf3\x23\x23\x83\x43\xc3\x9b\x24\x32\xce\x45\x21\x9f\ \x27\x84\x9c\x3c\x79\xb2\xbf\xbf\x1f\x11\x9f\x7c\xf2\x49\xc3\x30\ \x2c\xcb\xd2\x54\x75\x60\x60\x60\xc7\x8e\x1d\xb5\x5a\xcd\xf7\x73\ \x8f\x1c\x39\xd2\xdb\xdb\xfb\xe0\x83\x0f\xee\xd8\xb1\x23\x6a\x45\ \x7d\x14\xd1\x8b\x03\x43\x0f\xc0\x5d\x57\x63\xb4\x5a\xa9\xcd\x4e\ \x4f\x2e\xcc\x4d\xf7\xa4\x53\x86\xc6\x50\x22\x91\x12\x08\xa1\x40\ \x14\x46\x33\x99\x4c\x22\x11\x4b\xa5\x52\x85\x42\xe1\x81\x07\xbe\ \x53\xaf\x55\x3d\xc7\x15\xdc\x8b\x98\x46\x2c\x1a\xdf\xbc\x65\xeb\ \xab\x5f\xfd\x1a\x42\x48\xa9\x52\x3a\x76\xe4\xb0\x67\xdb\xf5\x5a\ \xad\x51\xaf\x05\xd8\x4a\x29\xe3\xf1\xf8\xdc\xec\x5c\xc4\x34\xed\ \x56\xcb\xd4\x8d\xc9\x73\xe7\x1e\x7a\xf0\xc1\xa9\xe9\xe9\xf3\x93\ \x93\xcf\x3c\xfd\xcc\xb1\x63\xc7\x4e\x9c\x38\x31\x3f\x3f\xaf\xaa\ \xda\xe2\xe2\x92\x6d\xdb\x3e\x6a\x2e\x95\x4a\x2a\x8a\xea\x09\xb9\ \x73\xe7\xae\xc1\xc1\xc1\xc1\xfe\xfe\x78\xcc\x52\x08\x19\x19\x1a\ \x6a\x36\x1a\x9b\x47\x37\x0f\x0c\x0e\xf6\xf5\xf6\x9d\x3c\x31\xd1\ \xdf\xdf\xef\x7a\x9e\xae\xeb\x88\xc8\x18\x6d\x35\x9b\x8c\xb1\xc7\ \x1f\x7f\x7c\x7a\x66\x66\xef\xde\xbd\xc3\xc3\xc3\x89\x44\xc2\xcf\ \x41\x46\x22\x91\x68\x34\xda\x68\x34\x1c\xc7\x51\x14\xa5\xd5\x6a\ \x51\x4a\x39\xe7\xba\xae\xfb\x4f\x7f\xdb\xdb\xde\xd6\x6a\xb5\x1e\ \x7b\xec\x31\x4d\xd3\x72\xb9\xdc\xc4\xc4\xa9\x68\x24\x72\xe8\xb9\ \x67\x4f\x4e\x9c\x88\xc7\x62\xc3\x43\x83\xfb\xf6\xed\x2d\xe4\x73\ \xc5\x42\x7e\x71\x7e\xde\xd0\x0d\x7f\xab\x5d\x9a\xee\x1d\xc7\x89\ \x46\xa3\x8a\x8f\x47\x05\xcc\xf6\x64\x74\x43\x77\x5c\x5b\xa2\xe4\ \x9e\x3b\x3b\x3b\x3d\x37\x33\xe5\xba\x76\xad\x52\x42\xc1\xeb\xd5\ \xca\xd4\xd9\x73\xc2\x73\x4d\x5d\xb5\x5b\x8d\x6a\xa5\x88\x28\xb6\ \x6d\x1b\x4b\x26\xe2\xae\xe3\x78\x8e\x73\xf2\xe4\xf1\xf9\x85\xb9\ \x72\xa5\xbc\x30\x3f\x6f\x59\x11\x42\x88\x94\x58\xc8\x15\x17\x17\ \x16\x11\xd1\x34\xcc\x62\xa1\x80\x52\xd4\x6b\x95\x4c\x36\x25\x85\ \x57\x29\x15\xa5\xe7\x4a\x2e\x18\xd0\xe5\xe5\xa5\x68\x24\x9a\xcf\ \x15\x97\x16\x73\xaa\xaa\x31\xc6\x54\x55\xd3\x74\x9d\x29\x2a\x12\ \x50\x55\x4d\xd7\x0d\x4d\xd3\xa5\x24\x9a\xaa\xc5\x13\x49\x89\x52\ \x08\x9e\xed\xe9\x49\x24\x93\xc9\x64\x22\x91\x4c\x34\xea\xb5\xf9\ \xb9\x99\xa5\xa5\x85\x9d\x3b\xb6\xbf\x6a\xff\xbe\x88\xa1\x33\x85\ \xf5\xf5\xf5\xb5\x5a\x0d\xc9\xbd\xf9\xb9\x99\x89\x93\xc7\x4f\x9e\ \x38\xa1\x32\xa6\x32\x36\x37\xbf\x30\x79\x6e\xb2\x52\x2e\x15\xf2\ \x79\xc3\xd0\x3d\xcf\xe3\xc2\xdb\xb7\x77\xaf\xe3\xd8\x93\xe7\xce\ \x56\xca\x95\x56\xb3\xde\xd3\x93\xd1\x75\x0d\x51\x0a\xc1\x0b\x85\ \x42\x3a\x9d\x3a\x79\xf2\x44\x34\x1a\xcd\x66\x33\xd5\x6a\x2d\x97\ \xcb\x5f\xf2\xe4\x6a\xc1\x39\x50\xb2\x6f\xef\xbe\x4a\xb5\x4e\x08\ \x4d\xa7\x33\x3d\x3d\x3d\x73\x73\xf3\xf3\xf3\x73\x53\x53\x93\xcb\ \xcb\x8b\xdf\xfd\xce\x03\x53\x93\xe7\x6b\xe5\x6a\x6e\x29\xa7\x00\ \x3b\x79\xec\x44\x7e\x71\xd9\xd4\x4d\xc2\xe5\xe2\xdc\x42\xa1\x58\ \xa6\x86\xbe\xe7\x55\xd7\xcf\x2c\x2e\x2a\xba\x71\xe4\xe8\xf1\x63\ \x27\x4f\xcd\xcf\x2f\xe6\x72\x45\xc7\x76\x54\x85\xd5\x6b\xf5\x52\ \xa1\x30\x3d\x3d\x55\xc8\xe7\xb3\xd9\x6c\xb5\x52\x29\x97\x8a\x88\ \xd8\xd7\xd3\x2b\x84\x77\xf6\xec\xe9\x5a\xa5\xe8\xb4\x1a\xd5\x4a\ \x79\x62\x62\x42\x70\x5e\x2c\x16\x1f\x7c\xf0\xc1\xe9\xe9\x69\xcd\ \xd0\x22\xb1\x18\xa5\x54\x51\x14\x29\x51\x4a\xa9\xaa\x2a\x21\x84\ \x31\xca\x39\x57\x14\x35\x1e\x8f\x2f\x2e\x2c\x98\x86\x16\xb5\xac\ \x4c\x26\x3b\x3a\xba\xa9\x5a\xa9\x9e\x38\x7e\xfc\x89\x27\x9f\xc8\ \xa4\xd3\x77\xdd\x75\xe7\x8e\x1d\xdb\x97\xf3\xcb\x7d\x03\x7d\x00\ \x6a\xbd\xea\x14\x8b\xa5\xc7\x0e\x1e\x3c\x7e\xfc\xc8\xcc\xcc\x64\ \x3a\x93\x9c\x9c\x9a\x7e\xee\xf0\xf3\xe7\xa7\xa7\x27\x27\x27\x73\ \xb9\x5c\x2e\x97\x5b\x5e\x5e\x7e\xf3\x9b\xdf\xbc\x77\xef\xde\x6f\ \x7f\xfb\xdb\xb3\xb3\xb3\xcf\x1d\x7a\x6e\x6c\x6c\x2c\x95\x4a\x69\ \xaa\xb6\xb0\xb0\x50\x2c\x16\x4d\xd3\x74\x5d\x77\x6a\x6a\xea\x9e\ \x7b\xee\x61\x8c\x1e\x3e\x72\x58\x08\x71\xf1\x99\x96\xd7\xca\xe7\ \x42\x34\x4c\xbd\x52\x2a\xfc\xff\xcc\xbd\x57\x93\x65\xd9\x79\xa6\ \xb7\xf6\x5a\x6b\x7b\x77\xbc\x49\x9f\x59\x99\x59\xbe\xba\xab\x1b\ \xed\x01\xd0\x81\x22\x87\x9c\xa1\x62\x42\xb4\xb8\x98\xd1\x8d\xa4\ \xff\xc3\x1b\x5d\xcc\x04\x27\x14\xc3\x11\x83\x21\x43\x0e\xa8\xa1\ \x01\x49\x70\x08\x34\xba\xab\xaa\xbb\xba\xcb\x66\x56\xa5\xcf\x3c\ \xde\x6d\xef\xf7\x32\xba\x38\x10\x2f\xc1\x60\x29\x02\x9c\x9f\x90\ \x2b\xf7\x59\xe6\xfb\x9e\xf7\xf9\xce\x4f\x8f\x47\xc3\xc1\xc6\xda\ \x5a\xb3\x51\x97\x30\xc2\x02\xe0\xb4\xcc\xd3\x84\x94\x45\x59\x14\ \x45\x91\x4b\x92\xf8\xce\xfd\xb7\xea\xf5\x2a\x25\xe5\xc1\xcb\x17\ \x4f\x9e\x7c\x15\x86\x41\x14\x85\x94\xd2\xac\xa4\x76\xa5\x06\x80\ \x30\x9f\x4c\xc7\xc3\xa1\x84\x51\x12\x45\x9a\xa2\x24\x51\x4c\x4b\ \xca\x29\x53\x15\x45\x51\x94\xc5\x7c\x4e\x08\xf9\xfe\xf7\xbf\x8f\ \x21\x5a\x5f\x5f\x2f\xb3\xac\x56\xab\x35\x9a\x8d\xdd\xbd\x3d\xcf\ \xf7\x1f\x3d\x7a\xf4\xf0\xe1\x43\xcf\xf3\x74\x5d\xef\x76\xdb\x96\ \x65\xed\xed\x6e\xbd\xf3\xce\xdb\xed\x56\xc3\x59\x38\xd3\xe9\xf4\ \xf2\xf2\xbc\x28\x72\x28\x00\x43\x55\x75\x45\xdd\xdd\xd9\x1b\x0d\ \xc7\xfd\xd1\xe8\xe5\xc1\xcb\x9b\x37\x6e\x76\xda\x1d\xce\x79\x9a\ \xe5\x8a\xa2\x20\x84\x8a\xbc\xf8\xf2\xf1\x97\xab\xab\xab\xbb\xbb\ \xbb\xd7\xae\x5d\x1b\x8d\x86\x9c\xf3\x4e\xa7\x93\xe7\x39\xa5\x34\ \x4d\xd3\xf3\xf3\xf3\xc1\x60\xe0\x79\x5e\xaf\xd7\x5b\x16\x1d\xcb\ \xb2\xcc\xb2\xec\xce\x9d\x3b\xbb\xbb\xbb\x67\xa7\xc7\x61\x18\x3e\ \x7a\xf4\xe8\xf5\xeb\x57\xa6\x69\x8e\x46\xa3\x24\x0a\xf3\x2c\x79\ \xf1\xe2\xe5\xe9\xc9\x89\xe7\xba\x9c\x31\x53\x37\xee\xdd\xbb\x67\ \x9a\x26\xa3\xff\x74\x1e\x72\x49\x9d\x71\x06\x00\xcf\xd2\x64\x09\ \x6a\x57\xab\x95\x4a\xc5\x36\x4d\xb3\x56\xad\xea\x86\x81\x80\x00\ \x28\xc9\xd3\xc4\x5d\x4c\x01\x25\x80\x52\x5d\x55\x02\x77\xd1\xef\ \x9d\x5f\x5d\x9c\x9b\x9a\xb6\xbf\xbb\xbb\xda\xed\x0a\x9c\x33\xc6\ \xeb\xb5\xfa\x62\x3a\xf7\x5c\x57\x55\x64\x53\x37\xca\xa2\x30\x4c\ \xc3\x36\x6d\x8c\xf0\x6c\x36\x2d\xb2\xdc\xb2\xad\x22\xcf\x7d\xdf\ \x63\x9c\x3d\x7b\xf6\x34\x0c\x83\x7a\xad\xaa\xa9\x6a\xa7\xdd\x32\ \x34\x35\xf0\xbc\xad\xad\xad\xef\x7c\xe7\x3b\xf7\xdf\x7e\x9b\x50\ \x0e\x04\x28\xc9\x32\x07\x00\x61\x84\x30\x92\x14\x19\x8b\x98\x72\ \x26\x2b\xb2\x28\x4b\x8c\x33\xdd\x30\x5a\x9d\x8e\xa6\x99\xcb\x1d\ \x1f\x41\x84\x31\xde\xbd\xb6\x73\x6d\x7b\xbb\x28\x52\x0e\x68\x14\ \x06\x1b\xeb\x1b\x18\x63\x81\x73\x11\xc1\xd5\x95\x6e\xbd\x56\x9d\ \x8c\x46\x18\x22\xc7\x59\x84\x61\xa0\x28\x32\x60\x4c\x10\x40\xab\ \xd5\x5a\x2c\xa6\x17\x17\xe7\xbe\xeb\x01\xce\x9f\x3c\xfe\xaa\x2c\ \x73\xcb\xb2\x18\x63\x84\x50\x4a\x59\x51\x14\x59\x9e\x87\x61\xb8\ \x58\x2c\xb6\xb6\xb6\xa6\xd3\x69\x14\x85\x6f\xce\x00\x41\xe8\x07\ \x1e\xc6\x68\xbe\x58\xe8\x9a\x46\x09\x33\x74\xf3\xd6\xad\x3b\x5b\ \x9b\xdb\x2b\x2b\xab\xdb\xdb\x5b\xb2\x2c\x86\xbe\x1f\x85\xf1\x78\ \x34\xf6\x5d\x97\x51\x26\x89\x72\x96\x64\xc3\xfe\xe0\xe5\x8b\x17\ \xbe\xe7\xae\x6f\x6d\xde\xff\xf0\x83\xad\xdd\xdd\xb9\xeb\xd6\x1a\ \xcd\xde\x70\xf4\xfc\xf9\x01\x12\x45\x52\x52\xc8\x90\x2c\xca\xed\ \x86\x5d\xb1\xad\x20\x08\x46\xc3\x61\xa3\x5a\x85\x02\x3f\x3d\x3d\ \x21\x65\xf9\xe2\xc5\x8b\xa3\x57\xaf\x15\x59\x69\x35\x9b\xba\xa6\ \xde\xbc\x71\x5d\x92\xc4\x20\x08\x7e\xef\x77\x7f\xf7\xb7\x7f\xfb\ \xb7\xb6\xb6\x36\x93\x24\xd5\x54\xbd\x28\x72\x08\x39\x42\x02\x42\ \x02\x84\x40\x10\x00\x21\x44\x14\xa1\x2c\xe3\xa2\xc8\xea\xf5\x5a\ \xa7\xd3\xd2\x34\x5d\xc4\x18\x42\x88\x04\xa1\x56\xab\xbd\xff\xfe\ \xfb\x18\x21\x53\x37\x5c\xd7\x6d\x77\xda\xcb\x83\x5c\x10\x84\x8a\ \x55\xdd\xdc\x58\x3f\x3c\x7c\x1e\x45\xbe\xeb\xb9\x81\x1f\xfb\x6e\ \x94\x26\xe9\xb2\xc8\xdb\x6a\xb5\x1e\x3e\x7c\xf8\x57\x7f\xf5\x57\ \x9d\x4e\xe7\x8b\x2f\xbe\x18\x0c\x06\xaa\xaa\x22\x84\x04\x41\xf0\ \x03\x5f\x92\xa4\x27\x4f\x9e\xec\xef\xef\xff\xbb\x7f\xf7\xef\x36\ \x36\x36\x3c\xcf\x3b\x3e\x3e\x1e\x0c\x06\xff\x68\x6d\xe4\x67\xc6\ \xd0\xc3\x22\xcf\x03\x3f\xf6\x5d\xf7\x83\xf7\xde\xaf\xd5\x6c\x08\ \xa1\x00\x38\x10\x40\x91\x67\x51\x14\xe9\x86\x26\x89\xaa\x22\x89\ \x18\x23\xc7\x59\x34\x1a\xf5\x1b\x37\x6e\xa4\x69\x7a\x71\x75\x75\ \xf8\xf2\xe5\xea\xca\x8a\x58\x17\xab\x15\xbb\xd9\x68\x35\xea\xcd\ \xc1\xe8\x6a\x31\x9f\x71\x46\xd7\xd7\x56\x36\x56\x57\xff\xb7\xcf\ \x7e\x44\x09\x59\x3e\xdc\x5a\xcd\xa6\xae\xe9\xff\xe7\x9f\xfc\x67\ \x2f\x88\x7e\xf3\x37\x7f\xeb\xaf\xff\xea\x2f\xaf\x7f\xf8\xe1\xe1\ \xc1\xcb\x76\xa7\xb5\xb1\xbe\xbe\xd2\xed\x64\x59\x0e\x38\xb7\x6d\ \x1b\x00\x5e\x96\x65\x14\x45\x84\x94\x49\x9c\xc4\x49\x78\x7a\x71\ \xfe\xea\xd5\x91\xaa\x68\xce\x38\x57\x4d\xd5\x30\x74\x5d\xd7\x54\ \x45\xb6\x2d\xdb\x09\x7c\x5d\xd3\xd7\xd6\xd6\x0c\xd3\x08\xfc\x00\ \x23\x48\x09\xc1\x18\x59\xb6\xf5\xad\x6f\x7d\xfb\xdd\x6f\x7c\x23\ \x4e\x92\x7e\xff\xea\x93\x4f\x3e\x99\xcf\xe7\xba\x6e\xc6\x71\x3c\ \x1c\x0e\x65\x59\x26\x84\x40\x08\x47\xa3\x11\xe7\x4c\xd7\xf5\x24\ \x49\x1e\x7f\xf9\x25\x07\xe0\xc6\x8d\x1b\x1f\x7d\xf8\xd1\x17\x8f\ \x1e\x95\x45\x79\x74\x74\x84\x11\xf6\x1d\xef\xb3\xfe\x8f\x67\xd3\ \x99\x28\xcb\x61\x98\xe4\x59\xb6\xb5\xb3\x33\x1e\x0f\x3f\xf9\xf8\ \x13\x5a\x14\x9c\x15\x48\x10\xf8\x3f\x7d\xdd\x19\xe3\x82\x00\x30\ \xc6\x49\x9a\x12\x52\xaa\x9a\x62\xe8\x86\x28\xb1\x9c\x70\x4d\x55\ \x3a\xd5\xc6\xf6\xe6\x46\xe4\x7b\x18\x8b\x51\x9a\xc5\x71\x60\x59\ \x36\x65\x65\x9e\x95\x79\x9a\x36\x6b\xd5\x8a\x6d\x99\xa6\x29\xc9\ \x12\x80\xc0\x34\x34\x51\x84\xd7\xae\x5d\xe3\x02\x5c\x26\x36\xc6\ \xa3\x91\x55\xa9\x2a\x92\x22\x49\xa2\xae\x1b\x86\x82\x77\x76\x76\ \x8e\x5f\xbf\xca\xb2\xac\xb5\xb2\xf2\xf2\xf5\xeb\xdd\xbd\x1b\xd5\ \x4a\x85\x64\x45\xb5\x66\x8f\xc6\xc3\x38\x8e\x77\x77\xaf\x89\x22\ \x1e\x0e\x87\x95\x7a\xa7\xbb\xb6\xa5\xeb\xa6\xaa\x2a\x08\xa1\x38\ \x8e\x31\xc6\xcb\x3e\xec\xf2\xf0\xe7\x8c\xa9\xaa\x92\xe7\x04\x42\ \x10\x85\x61\x1c\xc7\x82\x20\x50\xc6\xca\xa2\xa8\x56\x2b\x97\xfd\ \x7e\x91\x65\xce\xc2\xe9\x36\xb6\xa3\xa4\xb7\xcc\x2d\xa9\xb2\x64\ \xea\x2a\x2d\x73\xd9\x90\x6c\xdb\x8e\x93\xf4\xe6\xcd\x3b\xa2\x08\ \x16\xf3\x45\xbb\xd5\x3c\x7a\xfd\x0a\x41\xb8\xb1\xb1\x36\x9d\x8c\ \x1f\x7c\xfe\xe3\x6a\xad\xca\x01\x1f\x8d\x46\xf5\x56\x5b\x92\xa4\ \x28\x8a\x36\xd6\xd6\x4f\x4f\x4f\xee\xdc\xbe\xa3\xeb\x7a\x18\x86\ \xb5\x7a\xbd\xd1\x68\xbc\x59\x85\x1e\x00\x21\xcf\xb3\x6a\xd5\x5e\ \x2c\x66\xae\xeb\xaa\x9a\xda\x6e\x75\x6a\xb5\x1a\x05\x08\x8a\xb0\ \xd1\xa9\xde\xb9\x7b\xfb\xec\xb0\xdf\x6e\xb7\x07\x83\x01\xa7\x00\ \x30\x26\x22\xcc\x18\x5b\x4c\xe6\x59\x9a\x6e\x6c\x6c\x1a\xb6\xc9\ \x80\xc0\x11\x2a\x01\x50\x4d\xf3\x6e\xb7\xeb\x39\x4e\x12\x25\xbb\ \x3b\xdb\xbe\x17\x7a\xbe\x6f\x5b\x1a\x63\x1c\x61\x64\x58\xd6\xbd\ \x7b\xf7\x1e\x3d\x7c\xe0\x2c\x16\x1f\x7d\xf4\xc9\xe9\xd9\x05\x07\ \x7c\xf7\xda\xb5\x92\xa4\xaa\x24\x16\x45\xf1\xe0\xc7\x3f\x5e\x5b\ \x59\x59\x5f\x5f\x9f\x4e\xa6\xe3\xb9\xb3\xbb\x77\xa3\x52\xb1\x25\ \x0c\x30\xc6\x8c\xb1\xa2\x28\x7e\xb2\xec\x18\x0a\x40\xc8\xb2\x5c\ \xc4\x58\x96\xe4\x24\xca\x18\x29\xf2\xbc\xe0\x0c\x2c\x53\x3f\x96\ \x69\x46\x29\x19\x8d\x46\x69\xc1\x54\x55\xa9\xd8\x26\x42\x48\xd7\ \x74\xce\xf9\xb5\x6b\x3b\x07\xc7\x0f\x15\x45\xd1\x35\x7d\x30\x18\ \x7e\xfc\xf1\xaf\xed\xec\xb5\xe7\x8b\xc9\xfe\xfe\xf5\xe1\x70\xf8\ \xd9\x67\x9f\x7d\xf7\xbb\xdf\x7d\xf0\xe0\x41\xbf\xdf\x77\x5c\xe7\ \xf7\x7e\xf7\xf7\x8e\x4f\x8e\x6f\x5e\x5c\xf8\x9e\xdf\xe9\x76\x2a\ \x95\xaa\xe7\xf9\xb5\x5a\xed\xd7\x7e\xed\xd7\x82\x20\xa8\x54\x2a\ \xeb\xeb\xeb\x4b\xfa\xff\x9f\x7f\xe7\xc2\x18\x4d\x67\xb3\x27\x4f\ \x0e\xde\x79\xe7\x7e\xbd\x51\xe5\x80\x63\x49\x5c\x86\xe0\x34\x4d\ \xa7\x94\x47\x61\x62\x18\x28\xcf\xe2\x24\x0a\xd7\x56\x3a\x4f\x9e\ \x3e\x6d\x37\xea\x83\xc1\xc0\x36\xd4\xdb\xd7\xf7\x30\x42\x65\x16\ \x3f\x7e\xf4\x99\xe7\xcd\x55\xdd\xd0\x75\xeb\x6f\xff\xe6\x6f\x77\ \x77\x6f\xac\xb4\x5b\x24\xf6\xbf\xfa\xf2\x01\x03\x5c\x33\xcd\x66\ \xa7\x23\x08\xc2\x57\x5f\x3d\x9e\x8e\x06\xbf\xfe\x2f\xff\xa5\x40\ \xb3\xb5\x6e\x33\xf0\x9d\x7b\x77\x6e\x5b\xb6\xad\xea\x86\x6d\xdb\ \x49\x9a\xfa\xbe\xaf\x48\x0a\x02\xd0\x59\xb8\xb3\xd9\x2c\x8e\xe3\ \xd9\x6c\x26\x69\x76\xb3\xd3\xbe\x07\xdf\x2f\xe3\x6b\xed\x66\xf7\ \xe1\xe7\x3f\x02\xa2\x8c\x24\xe6\x87\x8b\x9b\xba\x2e\x01\x45\x60\ \x48\x53\xf4\x2c\xce\xa2\x30\x41\x48\xf5\x40\xab\x00\x00\x20\x00\ \x49\x44\x41\x54\x08\x11\xc2\xb0\x28\xd6\xea\xd5\x9b\xb7\xf7\x21\ \x62\x57\x97\x97\xfb\xfb\xfb\xb2\x2c\x4f\xa7\xb3\xc0\x3f\x31\x4d\ \x73\x14\x86\x94\x10\x53\xd7\xe7\xb3\x99\x2c\xcb\x71\x14\xf8\xae\ \xb3\x58\xcc\xc3\x30\xfc\xe8\xa3\x8f\xeb\x55\xfb\x97\xbf\xf3\x0b\ \x3f\xf8\xc1\xf7\x9f\x7c\xfd\xe4\xf9\xd3\x27\x8d\x46\x93\x71\x7a\ \x72\x72\x0c\x04\x41\x2e\x0a\xdb\x34\x11\x04\xee\x7c\x1a\x89\x62\ \x9e\x46\xd3\xc9\x68\xa5\x5d\x35\x4d\x8d\x33\xfe\x4f\xbd\xea\x02\ \x00\x14\x49\x42\x02\x40\x00\x00\xc6\x11\xc4\x18\x63\xca\x08\xc2\ \x08\x94\xb9\x2c\x10\x51\x52\xcc\x6e\xc7\xf3\x03\x1b\x61\x52\x64\ \x79\x2a\xea\x86\x51\xad\xd4\x50\xab\xcd\x68\x49\x08\xc9\x48\xa9\ \x10\xd2\x59\x59\xb9\xb8\xb8\x98\xcd\xa7\x3b\xd7\xf6\x38\x13\xe6\ \x93\xc9\x6c\x3a\x2d\x8a\x3c\x89\xa3\xf5\xcd\xed\x7a\xa7\x5b\x6d\ \x36\xcb\x3c\xdc\x1a\x8f\x9e\x3c\xf9\xca\x9d\x4f\x4c\x55\xae\xc8\ \x4a\xa7\xd6\x90\x44\x4d\xad\xd6\x20\x24\xc3\x49\x4f\x37\xb4\xeb\ \xd7\x6f\x32\x86\x69\x29\x22\xa4\x32\x0a\xb2\x3c\x97\x74\xc5\x75\ \x16\x00\x00\x11\x6b\x50\xe0\x08\x72\xce\x88\x84\x00\x32\x95\xd0\ \x0f\xe2\x30\x2e\xf2\x2c\x4b\xf3\xd9\xcc\x03\x02\x12\x10\x4a\xcb\ \xb4\x24\x59\xb3\x59\xa7\x84\x97\x84\x2b\x9a\xa8\x1b\x26\x67\x92\ \x20\xd0\xf9\x74\x70\x7e\x7a\x00\x01\x78\xe7\xfe\x87\x95\x66\xb3\ \x37\x9a\x7f\xf9\xf5\x17\x6b\xab\x1d\xce\x41\xbb\xd5\x5e\x5b\xdf\ \x9c\xce\xe6\x9f\x7c\xfc\xed\x7f\xf1\xeb\xdd\x28\x8e\xb2\x34\x36\ \x6c\xdb\xaa\x54\xab\x95\x46\x14\x78\x91\x1f\x08\x80\x27\x61\x78\ \x63\x6f\x5f\xc6\x22\xb6\xab\xa2\x94\x63\x51\xe2\x6f\x14\x19\x15\ \x04\xc0\x19\xe5\x8c\x41\x41\x14\x00\x56\x15\x6d\x65\xad\x23\x89\ \xac\x6a\xcb\x49\x9e\x35\x6c\x13\x71\xfe\xfe\xfb\x6f\x5f\x5c\xf6\ \x2d\x5b\x45\x88\xb9\xfe\xc2\x30\x4d\x49\x35\x37\x2b\x9b\x9b\x3b\ \x9b\x45\x51\xa4\x59\x9a\x47\x71\xbb\xdd\x5e\x6b\x77\xa6\xc3\xa1\ \xb8\xb2\x7a\x6d\x67\x27\x89\xa3\x07\x9f\x7f\x61\x18\x3a\xe7\x5c\ \xdc\xde\xc2\x48\xd9\xd9\x7f\x2b\x4e\xc2\x82\x03\xb3\x56\x3d\x3e\ \x7a\x15\x07\x9f\x14\x71\x60\x54\x9b\x86\x61\x61\xb1\x66\x57\x4c\ \x67\x3e\x9a\x2e\xc6\x1f\x7f\xf4\xed\x56\xab\xfb\xfc\xc5\xab\x7a\ \xbb\x43\x29\x4d\xb3\x08\x6a\x5a\x94\xa4\x69\x92\x6a\xaa\x8a\x10\ \x52\x64\x09\x30\xa1\x28\x89\x22\x8a\x0c\x61\x67\xe1\x23\x24\x3a\ \xae\x37\x19\x4f\x2f\xfa\x03\xab\x5a\xcf\xcb\xd2\x0b\x82\x7a\x73\ \x45\xd5\xe5\x6c\xe6\x43\x0e\xea\xf5\x36\xa3\x42\x5e\xc4\x04\xc4\ \xaf\x8e\x9f\xf5\xae\x46\x9d\xe6\x8d\x5f\xf9\xce\x6f\x0d\x06\xfe\ \x83\x87\x3f\x28\xd8\x3d\x41\xe0\xb5\x5a\xfd\xfd\xf7\xdf\xfb\xde\ \x9f\xfd\x67\x01\x82\xdf\xf9\x9d\xdf\x52\x55\xe5\xf7\x7f\xff\xf7\ \xf3\x3c\xb3\x2d\xab\xd3\x6d\xeb\xba\x76\x72\x72\x82\x45\xf8\xf2\ \xe0\xf9\x37\xbe\xf1\x6e\x96\x25\x9d\x6e\x3b\xcf\x72\x20\x80\x7f\ \xb4\x36\xf2\x33\x7a\x2d\x42\x08\x7d\x3f\x90\x65\xb5\xd1\x68\x51\ \xca\x38\x10\x18\x63\x00\x08\x94\x31\xca\xb8\xaa\x69\x92\xac\x38\ \x8e\x93\xa6\xb1\x6d\xe9\x80\xd3\x34\x0e\x03\xdf\x29\x8b\xf4\xc6\ \xde\xee\xee\xf6\xd6\xf5\xbd\xdd\xcd\xf5\x2e\x86\x34\x8e\x43\xca\ \x39\x16\xe5\xd1\x70\xc4\x8a\x9c\x17\xe9\xc9\xd1\xc1\xeb\x83\x97\ \x48\x44\x51\x92\xec\xec\x5c\x3b\x38\x38\x38\x78\xf9\xfc\x77\x7f\ \xe7\x37\x93\xc8\xb7\x0c\x25\x0c\x5c\x4a\x8a\xf7\xde\x7f\xd7\xb2\ \xcc\x66\xb3\x69\x19\x96\xa6\xa8\x86\xa6\x0f\x7a\xfd\x57\x87\x47\ \xbd\xab\xde\xeb\x57\xaf\xcf\xcf\xce\x3b\xed\xce\xad\x5b\x7b\x5b\ \xdb\xeb\xb7\xef\xdc\x6b\xb6\xd7\x4d\xab\xa1\x68\x7a\x56\x26\x08\ \x53\xcf\x9d\x2c\x26\x93\x83\x67\x2f\x44\x28\xb6\x1a\x9d\xde\x55\ \x3f\x0a\x23\xce\x81\xac\x28\xf5\x7a\x7d\x73\x6b\x13\x21\x98\xe4\ \x49\x49\x8a\xa2\x2c\xae\xae\xae\xe2\x38\x8a\xa2\xf0\xfc\xec\xac\ \x52\xa9\x24\x51\x54\xe4\x79\x10\x04\x88\xf3\xfe\xd5\x55\x14\xfa\ \x2f\x9e\x3f\xdb\x58\x5f\xd3\x35\xe5\xd1\xc3\xcf\x9d\xc5\xbc\x5e\ \xad\x60\x04\x67\xf3\x89\x6d\x99\x8a\xa2\x34\x1a\x0d\xdb\xb2\x14\ \x59\x36\x0d\x43\x95\xa5\x2c\x89\x91\x00\x5e\x3c\x7b\xca\xca\x9c\ \x52\xf2\xd3\xf1\x96\x9f\x42\x45\x18\xba\x92\x26\x71\x1c\x45\x8a\ \xa2\x2e\x6f\xe3\xae\xbb\x70\xe7\xb3\xc5\x7c\xea\xcc\xc6\xa3\x41\ \x4f\x55\xd5\x46\xb3\xee\xfb\xee\xe9\xf1\x49\x1c\x05\x18\xa1\x28\ \x0a\x05\x88\x0c\xab\xaa\x5b\x36\x80\xb0\x37\xe8\x17\x65\x49\x28\ \x0d\x82\xc0\x59\xcc\xc3\xc0\x23\x45\xea\x4c\xc7\xe3\x7e\x6f\x3e\ \x9d\x38\x8b\x05\x96\x64\xd9\xb2\xd5\x4a\x7d\xef\xf6\x9d\x4a\xad\ \x72\x79\x71\xb2\x98\x8e\x1b\x15\x5b\x20\xcc\x75\xdc\x7e\x7f\x30\ \x1e\x0f\x47\xa3\xab\x5a\xc3\xae\xd5\xeb\x69\x5a\xbc\xf5\xf6\xbb\ \x77\x6e\xbe\xa5\x6b\xe6\x4a\xb7\xc3\x39\x4d\x92\x58\xc4\xd0\xd0\ \x54\x11\x82\xb2\xc8\x68\x99\x2b\x12\x66\x45\x06\x68\x01\x01\x65\ \xb4\x00\x9c\x21\x88\x9b\xcd\x8e\x80\x90\xa2\x29\xd5\x46\x35\x2b\ \xd3\x8b\x8b\x2b\xdb\xb4\x04\xc4\xc3\x20\x82\x40\x16\x00\x1a\xf4\ \x2f\x3e\xfd\xf4\xbf\x02\x00\x54\xd9\x88\xa3\x62\x6b\x6b\xbd\xd9\ \xae\x79\x9e\x17\x04\x41\x9a\x65\x1f\x7c\xf0\xd1\x7c\xe1\x46\x51\ \xdc\x6c\xb5\xdf\xba\xff\xf6\x70\x3c\xf4\x3c\xaf\xd3\x5e\x91\x90\ \x18\xfa\x21\x04\xc2\xe0\xea\x6a\xa5\xdd\xae\x5a\xa6\x26\xab\x8a\ \xac\x1a\x9a\xa9\x48\xea\x9b\x61\x74\x94\xd2\x56\xb3\xd5\x6c\x34\ \x26\xa3\x29\xa5\xc0\x71\xbc\x47\x5f\x3c\x7c\xfe\xe2\xeb\xf1\xf0\ \x62\x32\xba\xea\x5f\x5d\x5c\x9d\x9f\x45\x91\x7b\xf3\xd6\x2e\xc2\ \xec\xf3\x87\x9f\x1e\xbe\x7a\x49\x59\x59\x94\x39\xc4\x50\x33\x0c\ \xcd\xd0\x2b\x76\xc5\x5f\x2c\x4e\x5f\x1f\x99\xaa\xea\xb9\x4e\x1c\ \x85\x93\xf1\x78\x38\x1c\x30\x4a\x9e\x3e\x7d\xf6\xfa\xf5\x91\xe3\ \x78\x25\x13\x64\xa3\xa2\x56\x1a\x77\xdf\x79\x77\x67\x6f\x77\xb1\ \x98\x7c\xf5\xc5\x43\x45\xc2\xdd\x56\x3b\x0c\xe3\xb9\x13\x8c\x27\ \x93\x67\x2f\x9e\x22\x8c\x6e\xdd\xbe\x99\xa4\x59\xad\xd6\xfc\xc6\ \xbb\x1f\xd4\xea\x75\xd3\xd4\xed\x8a\x9d\xa6\x19\x42\x78\x49\xed\ \x94\x25\x25\x84\xcb\x18\x8b\x10\x17\x59\xc1\x18\x9b\x2d\x1c\x4a\ \x85\xa2\xa0\xdd\xee\x9a\xac\x1a\x59\x5e\x56\x6b\x75\xc3\xd4\xcf\ \xcf\x4f\xd2\x2c\x34\x0d\xd3\xf3\xa2\x24\x49\x28\xe3\x69\xe6\xfe\ \xfb\xff\xf0\xbf\x7a\x5e\xdc\x69\xef\x03\xa6\xd7\x6b\xb5\x7b\x6f\ \xed\x9f\x1c\x1f\xf5\xae\xae\x18\x25\xfb\x7b\x7b\x3b\x5b\x5b\x07\ \x2f\x5e\xd6\xaa\xd5\x6f\x7f\xeb\x9b\xed\x56\xf3\xd1\xc3\x87\xad\ \x76\xbb\xd3\x69\x13\x5a\xbe\x3e\x7a\x95\x24\xf1\xf1\xf1\xd1\xed\ \x3b\xb7\xba\x2b\x1d\xcb\x32\x64\x45\x6a\xb7\x1b\xc2\x3f\xd6\xd2\ \xfd\x19\xdd\xb9\x28\x65\x15\xdb\x06\x40\x8e\xe3\xc4\x0f\x70\xb5\ \x5a\xe1\x1c\x70\xce\x64\x09\x2f\x1c\x2f\x8a\x22\x49\x92\x0c\xc3\ \xc0\x08\x2d\x1c\xa7\xd3\xe9\x08\x82\xf0\xec\xd9\xb3\x5f\xfe\xe5\ \x5f\xee\x76\x3b\x08\x61\x0e\x00\xa5\x54\x55\xd4\x8f\x3f\xfa\xe8\ \xb3\xcf\x3e\x1b\x0e\xfa\x92\x28\xfa\xbe\x3f\x9f\xcd\x1e\x3e\x7a\ \x28\xc9\xb2\x1f\x06\x56\x45\xb9\x7d\xfb\xf6\xc1\xc1\x41\xbd\x5e\ \xdb\xdf\xdf\xf7\x3c\x8f\x73\x50\xab\xd5\xb6\xb7\xb7\x55\x55\x5d\ \x5f\x5f\x8b\x93\x3c\x49\x93\x25\xb5\x30\x99\x4c\x66\xb3\x59\xb7\ \xdb\xd1\x75\xdd\xd0\xf5\x3c\xcf\x49\x91\xaf\xae\x76\x49\x9a\x07\ \xd3\xa1\x2c\x49\x71\x10\xd6\x5b\x56\xd5\x32\x3c\x67\xae\x2a\xe2\ \x7c\x36\x52\x54\x59\x51\x24\xcf\xf3\x7e\x22\x00\x80\xb0\x28\x8b\ \x66\xb3\x79\x6d\xe7\xda\xc1\xeb\xd3\x5a\xad\x5e\xaf\xd7\x35\x59\ \xe9\xf5\x7a\x17\x17\x17\x8a\xac\xd8\xb6\xbd\xbe\xb1\xe1\x3a\x4e\ \xbf\xdf\xcf\xf2\x5c\x10\x84\x30\x0c\x18\x63\x69\x9a\xf6\x7a\xbd\ \x24\x49\x14\x45\x59\x5d\x5d\x43\x08\x21\x88\x36\x37\x37\x0c\xdd\ \xbc\x7e\xfd\xfa\x6c\x36\xc3\x18\x2f\x16\x0b\x45\x51\x2a\x95\x0a\ \x00\xa0\xd7\xeb\x01\xc0\x57\x56\x9a\x6f\x70\xf6\x2f\x73\xff\x49\ \x1c\x31\x4a\x01\x58\x16\x32\xc4\x34\x4d\x29\xe3\x59\x56\x88\x92\ \x4c\x29\xd5\x0d\xfb\xd5\xe1\xa1\x6e\x9a\xab\xab\xab\xb2\xa2\x04\ \xbe\xaf\xca\x2a\x40\x70\x36\x9b\xa9\xaa\xb6\xb6\xbe\x4a\xca\x32\ \x08\x82\x65\x87\xb4\xd1\x68\xc8\xb2\x9c\x24\x29\x42\xa8\x5a\xad\ \x8c\x46\xa3\xb9\x73\xa0\x6a\x66\xbd\xdd\x16\x11\xa4\x94\x88\x92\ \xd4\x6c\x36\x47\x17\x27\xe3\xf1\xb8\x5a\xef\xcc\xe6\xb3\x30\x2e\ \x17\xce\x5c\x55\xc1\x7c\x3e\xef\x74\xba\x41\xe0\x43\x01\x34\xeb\ \x75\xcd\xd0\x44\x55\xa4\xa4\x2c\xd2\x4c\x94\xb0\x24\x8a\x79\x96\ \x45\x71\xc8\x29\x83\x02\x00\x9c\x51\x42\x4d\x53\x8f\x93\x14\x23\ \xa8\xa9\x8a\x6d\x59\x59\xe4\x41\x01\x38\xce\x5c\x00\xac\x51\xab\ \xcf\xa6\x2e\x60\x85\xc0\x58\x14\x04\x92\x28\x62\x08\x5c\xd7\xcb\ \x52\xfe\xf1\xde\x1d\x08\x51\xa3\x51\x27\x02\xd1\x35\x55\x15\x65\ \x49\x94\xcf\xcf\xce\x0c\xcd\x6c\x37\x5b\x4f\x9f\x3d\xbd\x7e\xfd\ \xda\xc6\xda\x5a\x96\x65\xbe\xef\x01\xce\x28\xa3\x80\x33\x46\x08\ \xa7\x74\x7d\x75\x15\x0a\x42\x18\x04\x48\x92\x00\x47\xff\x3f\xa8\ \x08\x98\xe5\xd9\x6c\x36\x0b\xa3\x10\x02\x20\x61\x74\x75\x79\x11\ \x85\x91\xa6\xeb\x7e\x18\xf6\x07\x83\xad\xad\x9d\x38\xce\x35\xfd\ \x7c\x6f\x7f\xbf\x2c\xc9\xf9\xc5\x45\x9a\xa4\x51\x18\xf7\xae\x2e\ \x15\x45\xdb\xd8\xd8\x10\x00\x4f\xd2\xc8\xf3\x3c\xca\x68\x14\x06\ \x18\xc3\x2c\x4b\x44\x51\x44\x08\x21\x24\x9c\x9e\x9e\x70\x4a\xbe\ \xf5\x0b\xbf\xa4\x9a\x26\x82\x42\x96\xe4\x5b\x5b\xdb\x87\x5f\x3d\ \x7a\xf6\xfc\xf9\xf5\xeb\x77\xd2\x34\x9d\x3a\xc1\x70\x32\x29\xf2\ \x20\x08\x67\x49\x92\x98\xa6\x31\x9f\xcf\xaf\x5d\xbb\x51\xab\x55\ \x80\x4b\x0c\xd3\x4c\x92\x38\x49\x12\xcb\xb2\xd2\x34\xc3\x22\x8e\ \xc3\x08\x43\x24\x22\x91\x73\xc6\x39\x37\x74\x9d\x50\x96\x26\x71\ \xbd\x56\x23\x45\x2c\xcb\x52\x14\x05\x65\x9e\x59\x86\x89\x04\xd8\ \xeb\xf5\x3e\xf8\xe0\x63\xdf\x5b\x20\x84\x75\x5d\xcc\xf3\xf2\xd9\ \xf3\xd7\xdf\xb8\x6f\xb5\x5a\x0d\x42\x48\xbd\x5e\x07\x10\xbc\xf7\ \xee\x3b\xa3\xd1\xf8\xe0\xc5\x0b\xd3\x30\x7f\xf1\xe7\x7e\xfe\x7b\ \xdf\xfb\xde\x77\x7f\xe7\x77\xb6\x37\xb7\xda\xcd\xe6\x0f\x7e\xf0\ \x77\xbf\xfb\x7b\xdf\x9d\xcd\x67\x45\x91\x5b\x96\xd9\xef\xf7\xef\ \xdf\x7f\xbb\xd5\x6a\x2e\x93\x2a\xb5\x5a\xad\x2c\x4b\x81\xd2\x9f\ \x8e\x01\xff\xcc\x48\x54\x5a\xab\xd5\x3a\x9d\x8e\xe7\x79\x8e\xe3\ \x2d\x16\x6e\x92\xa4\x49\x92\x05\x61\x0c\x21\x5c\x96\x15\xe2\x38\ \x5e\xaa\x2d\x28\xa5\xba\xae\x43\x08\xd7\xd6\xd6\xe2\x38\x59\xba\ \x6b\x28\x25\xeb\x1b\xeb\xf7\xde\x7a\xab\xd9\x6c\x02\x41\x88\xe2\ \x68\x38\x1c\x76\x57\x56\x5e\xbf\x7a\xb5\xb6\xb6\x46\x29\xad\xd6\ \xaa\xba\xae\x63\x8c\xdf\x7f\xff\x03\x41\x10\x08\x21\xb3\xd9\x6c\ \xc9\xa6\x42\x08\xa3\x28\xa2\x8c\x26\x49\xe4\xfb\xae\xef\xbb\x82\ \xc0\xeb\xf5\x6a\x14\x85\xf5\x7a\x75\xe1\xcc\xcb\xb2\x80\x80\x4d\ \x07\x83\xe1\xe5\x65\x9e\xc4\x49\x18\x25\x71\x9c\x46\x31\x23\xe5\ \xb0\x77\x41\xd2\x90\x16\xf1\xad\x5b\xd7\xb3\x2c\xf9\xfa\xab\xc7\ \x9c\x33\x51\x44\x40\xe0\x94\xd0\x76\xab\x8d\x10\x0e\x82\xa0\xd1\ \x68\xa4\x69\x1a\x86\xa1\xe7\x79\x00\x08\x49\x92\xf4\x7a\xbd\xc5\ \x7c\x1e\x04\x81\x22\x2b\x9e\xe7\x8d\xc7\x13\x4a\x99\x24\x49\x47\ \x47\x47\x8f\x1f\x3f\x9e\x4c\x26\xd5\x6a\xf5\xd6\xad\x5b\x10\x42\ \x49\x14\x05\x08\x17\xee\x62\x89\x2c\xf8\xbe\xbf\x2c\xf3\x23\x84\ \x14\x45\x01\x00\x5c\x5d\xf5\x28\x65\x6f\xc0\x73\x73\xce\x21\x84\ \x8a\xaa\x86\x41\x28\x8a\xa2\x00\x80\x2c\xcb\xad\x56\x4b\x51\x94\ \x7a\xad\xae\x6a\x9a\xe3\x38\x00\x70\x01\x30\x92\x15\x84\x12\xdb\ \xb2\x5a\x8d\xa6\x00\x81\x22\x2b\x69\x9a\x5c\x5d\x5d\x9e\x9f\x9d\ \x2f\x16\xf3\x4e\xa7\x65\xdb\x36\x21\x65\x59\x96\x71\x1c\x2e\x0b\ \x10\x58\x44\xa6\x69\x48\x22\x8a\xa3\x60\x3a\x99\x2c\xfb\xb9\x15\ \xd3\x5e\x5b\x5d\x67\x94\xbb\xae\xc3\x18\xa5\x8c\x76\xba\x9d\xf7\ \xdf\x7f\xaf\xd5\x6e\x45\x51\x64\xea\x7a\x14\x06\x45\x99\xb9\xee\ \x22\x4e\x82\xa2\x48\xf3\x3c\x51\x64\xa9\x6a\xdb\x82\x00\x5c\x77\ \xe1\xbb\xae\xe3\xcc\x19\x23\x94\x14\xb6\xa1\x03\x06\x68\x59\xa4\ \x49\x3c\x1e\x0e\x1b\xb5\x6a\xa5\x62\xc7\x61\x30\x1b\x8f\x27\xa3\ \x31\x2d\xc9\xa0\xdf\xbf\xbc\xba\x70\xdd\x85\xe3\x2c\x28\x29\x05\ \x01\x18\xa6\xa9\x68\x6a\xa7\xd3\xf1\xfd\xe0\xeb\xc7\x5f\x3e\x7f\ \xfa\xe4\xf9\x93\xaf\xcf\xce\x4e\x20\x12\x6e\x5c\xdf\x97\x25\xb1\ \xd3\x6e\x3c\xf8\xec\xb3\xc3\x97\x2f\x4c\x43\xd3\x35\x55\x00\x4c\ \xc4\x50\x44\x42\xe0\xbb\x2f\x5f\x3c\xc7\x50\xc0\x58\x48\xe2\xb0\ \xc8\xd3\x22\x4f\x83\xc0\x89\xa3\xf0\xcd\xae\xba\x8c\x31\xdb\x30\ \xb3\x38\x49\xa3\x98\x03\x2e\x2b\xea\xed\x5b\xb7\xf7\xf6\xae\xe5\ \x79\x7e\x7d\x6f\x37\x8d\xa3\xd9\x78\x9c\x65\x49\x91\x27\x93\xd1\ \xa0\xdb\x69\xbd\x75\xf7\x8e\xeb\x2c\x30\x16\x24\x11\x3f\x7d\xf2\ \xe4\xd1\x17\x8f\xbe\xfe\xfa\x31\x23\x85\xa9\x29\x51\xe0\x96\x79\ \x2a\x62\xc8\x69\x99\xc4\xa1\x2a\x8b\x8d\x5a\x15\x30\xe2\x2e\xe6\ \xee\x62\xe1\x7b\x3e\x46\x18\x30\xe1\xce\xed\xdb\x40\x80\xd3\xc9\ \x24\x8c\xfc\x92\x16\x84\x96\xef\xde\x7f\xfb\xfd\xf7\xde\xcb\xd3\ \x54\xc4\x28\xcb\xb2\x28\x08\x7d\xcf\xcb\xb2\x54\x92\xc5\x38\x0c\ \xe3\x38\xd6\x75\xdd\xb6\xcc\xb2\x2c\xe7\xf3\x85\xb3\x70\xe2\x28\ \x62\x8c\xaa\xaa\xac\xaa\x0a\x21\x24\x8e\xa2\xf9\x7c\xee\xba\xf3\ \xd5\xd5\x6e\x14\x86\xfd\xab\xde\xc9\xc9\x49\xe8\xfb\x59\x9a\x3e\ \x7f\xfa\xb4\x77\x79\xf9\xea\xf5\x61\x12\x27\x08\x22\xcb\x34\x25\ \x84\x5a\xad\xae\xae\x99\x27\xa7\xa7\x7f\xfd\x37\x7f\xfd\xf0\x8b\ \x07\x8f\xbe\x78\x80\x45\xf8\x4b\xdf\xf9\x45\x51\x11\x0d\x4b\xbf\ \xea\x5f\xfe\xc1\x7f\xf8\xf7\x96\x6d\x34\x5b\x0d\x41\xe0\xf5\x6a\ \x05\x23\x41\xc4\xe8\xe5\xcb\xe7\x9f\x7e\xfa\xc3\xf7\xde\x7b\x37\ \xf0\xdd\x24\x8d\x19\x2d\xc3\xc0\x1f\x0d\x07\x4b\xff\xcf\x7f\x0b\ \x7e\x2e\xa1\x28\x0a\x4a\x05\x42\xca\xc1\x60\xe0\xfb\xde\xb2\xf8\ \xd5\x68\xd4\xeb\xf5\x1a\x63\xac\xd5\x6c\x42\x84\x00\xe7\xcd\x66\ \x73\xb1\x58\x18\x86\xb1\xbe\xbe\xbe\x24\x09\x96\xaa\x09\x00\x04\ \x8c\x71\x92\x24\xab\xab\xab\x02\x10\x34\x4d\x77\x5d\xf7\xcf\xfe\ \xec\xcf\x1a\x8d\x06\x29\x0a\xcf\xf3\x3e\xf8\xe0\x03\x8c\xc5\xc5\ \x62\x21\x8a\x52\x1c\xc7\x92\x24\x5d\x5d\x5d\xcd\xe7\xf3\x5b\xb7\ \x6e\xf5\x7a\xbd\xf9\x7c\xbe\xb6\xb6\x99\xa7\xd9\x6c\x32\x55\x64\ \xf9\xde\xdd\x7b\x9a\xa6\xce\x66\xb3\xaf\x1e\x7f\xd5\xef\xf5\xd2\ \x24\x6d\x36\x2b\x8b\xe9\x04\x01\xe8\x7b\xce\x7c\x3e\x6b\x35\x9b\ \x51\xec\x60\x52\x2c\x9c\xe0\x4f\xff\xef\x3f\x3e\x79\x7d\xf4\xf1\ \xb7\x7f\xc1\x0f\xbc\xd1\x68\x64\x59\x16\xe7\xbc\x28\x0a\x45\xd1\ \x6a\xb5\xc6\xa3\x2f\xbe\xe4\x9c\x57\xab\xd5\xe9\x64\x12\xf8\xbe\ \xaa\xaa\x8a\x22\x2b\xb2\x52\x14\xc5\xd5\xe5\xa5\xa2\xaa\x4b\x57\ \x04\xe7\x6c\x36\x9b\xe5\x79\x1e\x45\x91\x65\x59\x93\xc9\x64\xe9\ \x14\x5b\xbe\x2c\xd2\x34\x89\xa3\xa8\x5e\xab\xc9\xb2\xbc\x8c\x2e\ \x6d\x6c\x6c\x1c\x1c\x1c\x94\x65\x39\x1c\x0e\x6b\xb5\xfa\xd2\xe7\ \xf5\x66\x48\x64\xad\x56\x1f\x0d\x27\x49\x9a\x09\x82\x60\xdb\x76\ \x14\x47\x86\x61\x5d\xdf\xbf\xe1\x06\xa1\xef\xfb\x40\x80\xbe\xef\ \xb7\xdb\x9a\x88\x70\xc9\x4b\x20\x00\x8c\x10\x46\x70\xb5\xdb\x21\ \x94\x73\x01\xec\xed\x5c\x97\x44\x91\xb3\x8b\xd3\x3c\x67\x94\x88\ \x58\xd4\x34\xdd\xf3\xbc\xc9\x78\x82\x20\x5c\x5f\x5b\xed\x76\xea\ \x49\x18\x20\x04\x65\x54\x97\x25\xa9\xbb\xd2\x45\x18\x85\x61\x14\ \xc5\x91\xa8\x25\x26\x63\x2b\xdd\x15\xcb\x16\xff\x1a\x09\x08\xc1\ \x28\x0c\x4c\xab\x35\x5b\x4c\xa2\x2c\xa9\xd6\x6b\x79\x59\x6a\xa6\ \x9e\xa5\x49\x9e\x67\x71\x14\x96\x65\x19\x7a\xbe\xa6\x48\xa6\xae\ \x72\x46\xb3\x34\x76\x17\x8b\x46\xbd\x26\x09\x2d\x09\x0b\x9c\xd2\ \x8a\x6d\x66\x69\x76\x7e\x7a\xb2\xb7\x7f\xcb\x50\x55\x0e\xa0\x69\ \x68\x18\x02\x04\x05\x42\x0a\x01\xc9\xb7\x6f\xdf\x95\x64\x99\x90\ \x52\xc4\xd0\x8f\x7d\xc7\x71\x0d\xc3\xcc\x92\xd4\xd4\x0d\x49\x94\ \x21\x07\x08\x82\x07\x9f\x7f\xf6\xaf\xff\xf5\x6f\x6c\x6f\x6d\x4e\ \xa6\x33\x5a\x16\x69\x96\x1f\xbd\x3a\x20\x45\x0a\x80\xb1\x98\x4d\ \x65\x45\xe1\x00\x95\x8c\xa6\x05\x2d\xf2\xee\x9b\x2d\x3b\x07\x5c\ \xd7\xb5\x46\xbd\xde\xeb\x5d\x41\x20\xd4\x6a\x15\x42\xca\x38\x8e\ \x7f\xee\xdb\xdf\x5a\x5b\x5f\x27\x84\xd6\x6a\x75\x0c\x61\x9e\x65\ \xaa\xaa\xcc\x26\x63\x84\x91\x69\x68\x22\x46\x84\x82\xdb\xb7\x6f\ \x0a\x02\x68\x35\xaa\x7b\xbb\xdb\xf3\xd9\x7c\x32\x19\x7b\xae\x13\ \x87\xa1\x6d\xdb\xba\xa6\x9d\x9d\x9e\x25\x49\xb2\xb9\xbe\xb1\xb3\ \xb5\x25\x21\x61\x32\x1c\x70\xde\x36\x64\x71\x6b\x63\x6b\xa5\xdd\ \x7d\x7d\xf8\x72\x30\x18\xa8\x76\xad\x5a\x5f\x6d\xb5\x5b\xab\xab\ \x8d\xef\x7d\xef\x8f\x6d\xdb\x04\x9c\x45\x51\x20\x62\x7c\x76\x72\ \x2a\x69\x22\x96\x91\x66\x98\x82\x20\x4c\xa6\x33\x5a\x92\x3c\xcf\ \x3d\xc7\x2d\x75\xdd\x32\x2d\x84\x50\x96\x15\xbd\x5e\x1f\x8b\x52\ \xab\xd9\x94\x71\x23\xf0\x67\x15\xdb\x6a\x36\x9b\x83\x41\x3f\x08\ \x7d\x0e\x18\xa3\xd4\xb0\x0c\x3e\xe2\x82\x00\x96\x9d\xd9\x4e\xa7\ \xf3\xd1\x87\x1f\x3b\x8e\x53\x10\xe2\x7a\x8b\xb9\x33\xf1\xbd\x60\ \x3c\x1a\x1f\xbd\x7e\x6d\x9a\xa6\x88\xc5\xfd\xbd\xfd\x3f\xfc\x8f\ \x7f\xf8\x1b\xbf\xf1\xdf\x7f\xf2\xd1\xc7\x7f\xfa\x27\x7f\xe2\xba\ \x0b\x56\x96\x5f\x7f\xf5\xe5\x67\x3f\xfa\xd1\xe6\xe6\x66\xff\xf2\ \x12\x50\x0a\x04\x90\xc5\x51\x18\x46\xf5\x7a\x0d\xb5\x2d\xfe\xdf\ \xc6\xce\xc5\x11\xc2\x8d\x46\xad\x5a\xad\xcc\xe6\x53\x08\x05\x41\ \x80\x86\xa1\xa9\xaa\xba\x64\x49\x30\xc6\xb2\x24\x25\x49\x42\x08\ \x59\x5f\x5f\x6b\x34\xea\x79\x9e\x8b\x22\x36\x4d\x93\x31\x96\xe7\ \x39\xe7\x80\x90\xf2\xf0\xf0\x70\x73\x73\x73\x7d\x63\xfd\xf3\x4f\ \x7f\xe4\x79\x9e\xe3\x38\x95\x4a\xe5\xe4\xf5\x91\x24\x49\x9d\x4e\ \xe7\xf4\xf4\x24\x4d\xd3\x28\x0a\xf3\xbc\xb2\xbe\xbe\x9e\x65\xd9\ \xc5\xc5\xc5\x12\xfe\x6c\x36\x9b\x79\x9e\x49\xb2\xd4\x6e\xb7\xc3\ \x30\x90\x25\x09\x23\xec\xb9\xae\x2c\x4b\xbf\xfa\xab\xbf\x4a\x29\ \x7d\xf6\xe4\x51\xe4\xbb\x15\xb3\x5a\xe6\xc4\x32\xed\x4e\x77\xf5\ \x8b\x47\x67\x95\xba\xa5\x48\xea\xe9\xf1\x81\x8c\x91\xa2\x88\xbe\ \xef\x67\x79\x42\x28\x11\x25\x09\x70\xe0\xfb\x81\xe7\x79\xbe\x1f\ \x74\x57\x36\x5c\xc7\x2d\x09\x39\x39\x39\x29\x8a\x42\x14\x45\x42\ \x48\x92\x24\x92\x28\x22\x84\x26\x93\xb1\xe7\x38\x25\x2d\xb1\x88\ \x96\x9a\x0a\xd7\x75\xf3\x3c\x7f\xf2\xe4\x49\xa5\x52\xe1\x9c\x43\ \x28\xf8\x5e\x20\x2b\x9e\xa6\x69\x59\x96\xa5\x69\xfa\xf2\xe5\xcb\ \x7e\xbf\x1f\x45\x91\xa6\x69\x71\x1c\xc7\x71\x92\x65\xe9\x9b\xa5\ \x7f\x10\x42\xbb\xbb\xbb\xaf\x0e\x5f\x67\x59\xda\x6e\x77\x11\x42\ \x9e\xeb\xad\xaf\x6f\x5a\xb6\x5d\x50\x66\xdb\xf6\x60\x30\x12\x45\ \x64\x9a\x3a\x46\x50\x51\x0c\x01\x22\x8c\x45\xcb\xb6\xb1\x28\x42\ \x84\x31\x86\x80\x93\x8b\xf3\xb3\x2c\xcb\x30\x42\xaa\xa2\x02\xc6\ \xe2\x30\x04\x94\xd9\xa6\x51\x96\x04\x09\x3c\x4b\x22\x02\x44\x59\ \x91\x8a\x4c\x4f\x7c\x97\x13\x66\x18\x66\x1c\x86\x84\x51\xdd\xd0\ \x77\x76\xb6\xf3\x22\x8b\xe3\x64\x69\x74\x12\x20\x17\x91\xe0\x39\ \x73\xc6\x99\x6e\xa9\xdd\x6e\xc7\xf1\x7d\xd7\x89\x44\x8c\x19\x21\ \x45\x96\xba\xce\xcc\x73\x67\x8d\x5a\x5d\x92\xb0\xa2\x28\xb6\xa9\ \x33\x5a\x8e\x47\x03\x4e\xf3\x22\x4f\x01\xa3\x18\x09\x96\xa9\x17\ \x59\x12\xfa\xce\xe6\xf6\xb5\x22\x4b\x24\x11\x43\x04\x29\xe1\x4c\ \x60\xad\x76\xdb\x73\x3d\x80\xa4\x4a\xc3\x36\x6d\x8d\x14\x05\x60\ \xbc\x66\x5b\x50\x40\x61\xe8\x93\x32\xbf\x76\x6d\xfb\xe8\xf5\xe1\ \xe5\xc5\xbd\xcd\x8d\xf5\x93\xa3\xa3\xf3\xb3\x13\xd3\xb2\xa2\xc8\ \x7f\xeb\xad\xbb\xa1\xef\x39\xf3\x59\xa5\x5a\x25\x8c\x73\x04\x21\ \x94\x11\x04\x6f\x86\xd1\x15\x79\xf1\xd1\xc7\x1f\x79\x8e\xf7\x83\ \xbf\xfb\x5b\x49\x92\x6f\xec\xef\xbb\xae\xbb\xb2\xb2\xb2\xbf\xbf\ \x87\x10\xfa\xf9\x9f\xff\x39\xd7\x71\x5f\xbd\x3a\xb6\x2b\x55\x53\ \xd7\x31\x14\xea\x8d\xe6\x6c\xb1\x68\xb7\x3a\x10\x63\x08\x51\x59\ \x94\xcd\x7a\x65\x3e\x19\x9e\x9f\x5f\x48\x18\x02\x4a\x57\x3b\x9d\ \x20\x08\x16\x9e\x47\xf2\x9c\x13\x8a\xa1\x50\x64\x89\xef\x3a\x0c\ \x2b\x69\x9c\x92\x94\x0e\x07\xa3\x46\xa3\x7e\x26\x62\xc2\x4a\xc6\ \xe8\xdd\x7b\xb7\xcb\xa2\xc8\xd2\x54\x55\x94\x2b\xdf\x1f\xf6\xfb\ \x9b\xdb\x37\xc6\x93\x91\xaa\xea\x95\xba\xbd\xbd\xbf\x13\xc6\x71\ \x18\x46\xaa\xaa\x72\xc6\xb2\x2c\xcb\xf2\x6c\x36\x99\x04\x7e\x80\ \xb1\xd8\xe9\xb4\x35\x4d\x41\x58\x1c\xf6\x7b\x81\x3b\x43\x90\x94\ \x45\x21\x8a\x90\xd1\x52\x57\x95\xe3\xd7\x47\xcd\x56\x43\xd7\x55\ \xca\x0a\x49\x12\xb3\xac\x20\x25\x7d\xe7\x9d\x0f\x64\x59\x3e\xbb\ \xe8\x55\x6a\xf6\x37\xbe\xf1\xee\xf1\xc9\xb1\xe7\x78\x08\x22\xcb\ \xb4\xf2\x3c\xbf\xb8\x78\xbd\xb6\xba\xf2\xe8\xe1\xc3\xbf\xf8\xf3\ \x3f\xff\xe4\x93\x4f\xda\xad\xf6\xc1\x8b\x17\xd7\xb6\x77\x1e\x3d\ \xf8\xfc\xee\xed\x9b\xf7\xef\xbf\xf3\xf2\xf9\x53\xcb\xd0\x3c\xcf\ \xb3\x2c\x0b\x42\xc8\xa9\x25\xfc\x83\x3a\xf2\x9f\xdd\x72\xb3\x7c\ \x43\xc9\xb2\xd4\x68\xd4\xd3\x34\xb5\x2c\xab\x28\xf2\xa5\x52\x43\ \x92\x24\x84\x20\xa3\x94\x73\x8e\x31\xe6\x1c\xb4\x5a\xed\xbf\xfb\ \xbb\xbf\xdb\xd9\xd9\xd1\x34\x0d\x63\xbc\x34\x28\x46\x81\x9f\x24\ \x89\xa6\x69\xb7\x6e\xde\x7c\xf0\xd9\x8f\x07\x83\x41\xab\xdd\xac\ \xd7\x6b\xfd\xc1\x00\x00\x50\xaf\xd7\x2e\x2f\xaf\xd6\xd7\xd7\xeb\ \xf5\xba\xe3\x38\x92\x24\x01\x00\x5a\xad\x56\xad\x56\xbb\xfb\xd6\ \xdd\x32\x2f\xa3\x30\x4e\xb3\x6c\x38\x1c\xf4\x7a\x7d\xc6\x59\xbd\ \x5e\xf3\x7c\x6f\x65\x75\xa5\x56\xab\xd5\xeb\x55\x40\xe3\x1f\x7c\ \xff\xfb\xaf\x06\x53\x43\x35\x45\x49\xb1\xac\x2a\x12\x65\xd7\xf3\ \x1b\x35\x29\x4f\xa3\xd5\xf5\x6b\x69\x1a\x1f\x1c\x9c\x43\x28\x70\ \xc6\x92\x24\xd1\x74\x35\xcb\x32\x45\x56\x3f\xf9\xe4\x9b\x57\xfd\ \x91\xe7\x05\x8e\x33\xc3\x18\xcd\x66\xfe\x6c\x36\xaf\x55\xab\x8b\ \xc5\x62\x65\x65\x05\x42\xa8\x1b\x86\x33\x9b\x19\xa6\x59\x14\x99\ \x20\x08\x08\xa1\x46\xa3\xb1\xb5\xb5\x95\xe7\xf9\x6c\x36\x33\x4d\ \xd3\xf7\xbd\xd9\x6c\x7a\x6d\xf7\x3a\x63\x0c\x21\x54\xab\xd5\xae\ \xae\xae\x8a\xa2\x48\xd3\x34\x8e\xe3\x65\x4e\xfb\x1f\x14\xb0\x6f\ \xa4\xb8\xcb\xf2\x22\x47\x08\x73\xce\x45\x51\xdc\xdc\xdc\x04\x00\ \x9c\x9e\x9c\x00\x84\x7d\xdf\x47\x48\xec\x74\x57\x3a\xed\xa6\xaa\ \x19\x08\x89\xbe\x1f\x40\x11\xd7\xaa\x15\x59\x51\x24\x59\xce\xb3\ \xcc\x5d\x4c\xa7\x93\x61\x92\x64\x02\x67\xbe\xeb\x96\x79\xbe\xbe\ \xbe\xb1\xb1\xb6\x1e\x06\x41\xaf\xdf\xb7\x74\x23\x4d\x42\xbb\xd6\ \xaa\x56\x6d\xd3\xd0\x21\xc9\xee\xdd\xbd\xd7\x3b\x3b\x7a\xfe\xec\ \x19\x00\xc2\xde\xf5\xbd\x6a\xb5\x52\x96\xc5\xa0\x77\xac\xa9\x0a\ \x29\x8b\xc0\x75\x19\x41\x61\x4c\xea\x49\x54\x6d\x58\x79\x1e\xd7\ \x6b\x95\xf3\xb3\xf3\x79\x10\xc6\x71\x64\x59\xfa\xee\xb5\x9d\xe3\ \xd7\xaf\xd3\x38\x6c\x35\x37\x17\x8b\xc5\x78\x3c\x71\x1d\x37\x49\ \x7c\xc8\x8a\x32\x8f\x93\x28\xd4\x55\x8d\x14\x79\xe0\x3b\xa4\xcc\ \xab\xb6\x79\x7a\x74\x84\x05\x80\x00\xe0\x5c\xc0\x18\x67\x59\x66\ \x98\x7a\xbd\xd9\x96\x54\x3c\x18\x5d\x95\x79\x6a\x99\x95\x30\xf4\ \x2b\x76\x05\x0a\x42\xa7\xdd\x5c\xe9\xb6\xfa\x17\xa7\x4f\xbf\x7e\ \xbc\xb7\xbb\x23\x8b\x62\xe0\x3b\x45\x9e\x49\x18\x6f\xac\x75\x8e\ \x22\x2f\x08\x3d\x2c\x42\x0e\x04\xac\x68\xaa\x2a\x41\x81\xbf\x71\ \xfa\x27\x4d\x92\xc9\x64\xcc\x28\x11\x04\x49\x55\x94\x4a\xa5\xd2\ \x6a\x35\x9f\x3f\x7d\xd6\x5d\xe9\x5e\x5e\x5d\xc5\x51\x6c\x5b\xc6\ \xbb\xf7\xdf\xee\xb4\x9b\x79\x51\x60\x2c\xfa\x2e\xac\x56\x2c\x49\ \x51\x34\x55\xcb\xf3\x82\xd3\xfc\xf8\xf5\xab\x7e\xbf\x5f\x14\xa5\ \x65\xa8\x5f\x3f\xfe\x42\xd3\xf4\x5b\xb7\xee\xac\xaf\xac\xbe\x7c\ \x79\x60\xe8\x3a\x23\x24\x4f\x93\xf6\x5a\xab\x62\x59\x9c\xe4\x5b\ \x9b\x9b\x77\xef\xde\xfd\xfa\xf1\x23\x42\xca\x8d\xad\xb5\x4e\xa7\ \xcd\x89\x30\x9f\x8e\xa0\x00\x0c\x5d\x8b\xe2\xd0\x32\x8c\xe9\x64\ \xca\x80\xb0\xaf\xef\xc5\x71\xd8\xe9\xac\x8c\xc6\xd3\xab\xab\x2b\ \x81\x83\x20\x08\xb6\x36\x37\x23\x3f\xbc\xb8\xb8\xd8\xde\xde\x0e\ \xc3\xb0\xdf\xef\x3b\x8e\x5b\xe6\xe9\xa0\x7f\xb6\xbd\xb1\xe2\xb9\ \x0b\x59\x94\x96\x45\x98\xd1\x70\xf0\x8d\xf7\x3e\x7c\xf5\xea\xc0\ \x71\x16\x96\x65\x49\x92\xa4\x29\x6a\x12\x67\x61\x18\xb5\xdb\xed\ \xdd\xfd\xdd\x99\x33\x76\x9c\xb9\x69\xea\x86\xa1\x17\x45\xae\x28\ \xd2\xe6\xe6\xe6\xfd\xfb\xf7\x17\x8b\xc5\x1f\xfd\xd1\xff\xfe\xfe\ \x7b\xdf\x90\x65\xe9\xea\xf2\x32\x4d\xe2\x38\x08\x3e\xfa\xe8\xa3\ \x5a\xad\xf6\xe4\xab\xc7\xfd\xab\x2b\x45\x91\x43\xdf\x6f\x34\x1a\ \x18\x42\xc6\x18\x42\x3f\x4d\x05\xfc\x33\x23\x51\x81\x28\x62\x51\ \x14\xc3\x30\x34\x4d\xab\x5a\xad\x1a\x86\x51\xad\x56\x97\x96\x61\ \x8c\xa1\x20\x00\x84\xe0\x3f\xe8\x98\x6b\xb5\x1a\x84\x50\x55\xd5\ \x87\x0f\x1f\xbe\x7c\xf9\x12\x21\x84\x31\xda\xd9\xd9\x59\x2c\x16\ \xa6\x61\x36\x9b\x4d\x49\x92\xa6\xd3\xe9\xe1\xe1\xe1\x62\x3e\xef\ \xf7\xfb\xa6\x69\x76\x3a\x9d\xf3\xf3\xf3\x25\x05\x0a\x00\xe8\x76\ \xbb\x9e\xe7\x5d\xbf\x7e\x7d\x63\x63\x23\xcf\x8b\x8b\x8b\x8b\xf3\ \xd3\x93\xd9\x78\x94\xc5\xb1\xef\x2c\xe6\x93\xf1\x74\x34\xa2\x45\ \x5e\xa4\x49\x91\x26\xd3\xd1\xc8\x30\x8d\xad\xad\x2d\xc6\xf8\x60\ \x38\x5e\xb8\x61\x51\xf2\x8d\xcd\x9d\xb2\x20\x5c\x00\x59\x1e\x13\ \x5a\xd4\xeb\xd5\x4e\xa7\x93\x65\x29\x63\x74\x79\x1e\xa8\xaa\xba\ \xbd\xb3\xa3\xc8\x4a\x18\xc6\xae\xeb\x16\x65\x99\x65\x39\xa5\x54\ \xd3\x54\xc0\xb9\xae\xeb\x08\xc2\xa5\xd3\x76\xff\xfa\x75\x43\xd7\ \xb3\x2c\xfb\x07\x73\xee\xda\xda\xda\xfe\xfe\xfe\xda\xda\x9a\x69\ \x9a\x1c\x80\x76\xbb\xb3\xb9\xb9\x19\x04\x81\xaa\xaa\x94\x52\x84\ \x90\xae\xeb\x37\x6f\xde\x5c\x5f\x5f\x37\x0c\xa3\xd1\x68\x62\x8c\ \x18\xe3\x6f\x56\x70\x39\x3f\x3f\x8b\xe2\x48\x10\x80\xa6\x69\x80\ \xf3\xd5\xd5\xd5\xf5\xf5\x75\xdf\x0f\x1c\xc7\x71\x5d\x57\x96\x24\ \x43\xd3\x25\x49\x36\x74\x8d\x94\x39\x00\xbc\x6e\x57\x25\x59\x92\ \x44\x51\x91\x64\x5d\xd7\x2d\xcb\xde\xdc\xda\x56\x14\x39\x4e\xc2\ \x2c\x4b\x56\x57\x57\xd6\xd7\xd7\x4c\xcb\x58\x5b\x5f\xbf\x71\xe3\ \xa6\x24\xe1\x32\x8b\x45\x0c\x58\x59\xba\xae\x8b\x11\x5a\x5f\xdd\ \xb8\x79\xf3\x16\x44\x30\x89\x63\xbb\x62\x1b\x86\xbe\xbb\x73\x8d\ \x96\x05\xa5\x14\x41\x61\xe1\xcc\x5e\xbd\x3e\x88\x42\x1f\x21\x90\ \x67\x49\x1c\x05\x49\x14\xe8\x9a\xd2\xed\xb4\xee\xde\xb9\xd9\x6d\ \xb5\x44\x24\x98\x86\x6e\x68\x9a\x2a\xcb\x8a\x24\x31\x4a\x5c\x67\ \x1e\xfa\xde\x74\x3a\x3e\x39\x7a\xbd\xf4\x37\xc4\x51\x00\x38\xe3\ \x8c\xcc\x26\x23\xdf\x5d\xc4\xa1\x0f\x00\xc7\x22\xc6\xa2\x24\xcb\ \x9a\xa6\xea\x71\x1c\xb9\x8b\x39\xa7\xa5\x22\x8a\x71\x14\xc6\x51\ \xc0\x08\x91\x30\x14\x31\x34\x75\xed\xda\xce\xf6\xd9\xe9\x49\x99\ \x25\x9a\x22\x0a\x80\x0d\xfa\x57\xaa\x82\x93\x24\x2c\xf2\x24\x89\ \x82\x41\xff\x2a\x89\x02\x43\x57\x0c\x43\x43\x08\x82\x37\xa3\x22\ \x20\xf4\x5c\xf7\xc9\xe3\xc7\xaa\xaa\x94\x65\xae\xa9\x72\xab\xd5\ \xf8\xb9\x6f\x7e\x0b\x8b\xe8\xc1\xe7\x0f\xfa\xbd\x9e\xe3\x3a\x9b\ \x1b\x6b\xf5\x7a\x55\x91\xc5\x5a\xd5\xce\xd2\xa4\x56\xb5\x55\x59\ \x12\x21\x54\x15\xd9\xd0\x35\x09\xa3\xf5\xb5\x95\x6e\xa7\xe5\x79\ \xce\x62\x3e\x35\x0d\xfd\xdd\x77\xef\x77\x5a\xad\x66\xbd\xf1\xc9\ \x47\x1f\xd5\x6b\xb5\xc5\x7c\x0a\x01\x87\x00\xf8\x9e\x5b\xe6\x79\ \xa3\xde\xf8\xe8\xc3\x8f\xbb\x2b\xdd\x30\x0c\x30\x46\x9d\x4e\x73\ \x7d\x7d\xad\xd1\x6c\xf8\x9e\x87\x11\x1e\xf4\xfb\x7f\xf5\x17\x7f\ \xf1\xf5\xe3\xc7\x8c\x33\x81\x33\xce\xe9\x74\x32\xe1\x9c\xcb\x92\ \xd4\x6c\x36\x57\x56\x56\x00\x07\x5b\x5b\x9b\xb6\x6d\x6f\x6c\x6c\ \x20\x84\x20\x84\x83\x7e\xff\xf0\xf0\x65\x91\x65\x3f\xfe\xf4\xd3\ \xfe\x55\x4f\x10\x00\x23\x64\x31\x9f\xab\x8a\xe2\x3a\x8e\x33\x9f\ \xbb\xce\x22\x49\x63\x88\x51\x59\x96\x86\x6e\x19\xba\x4d\x29\x9b\ \xcd\xa6\x8e\xb3\x30\x4c\x95\x31\x32\x9b\x8c\xc3\xc0\x8b\xa3\x88\ \x92\x42\x12\xd1\x37\xbf\xf9\xf1\x62\x31\x7d\xf1\xe2\xd9\xf5\xfd\ \x5d\x4d\x95\x9d\xd9\x6c\x3e\x9d\xd6\xab\xd5\x28\xf0\x75\x55\x79\ \xf6\xe4\xeb\xd3\xe3\xe3\x34\x8e\xaa\xb6\x2d\x8b\xf8\x27\x36\xeb\ \xff\x16\x5e\x8b\x9c\xf3\x6a\xb5\x82\x10\x04\x80\x2b\x8a\x42\x08\ \xb1\x2c\x93\xd2\x92\x31\x46\x08\x67\x0c\x50\x52\x1a\x86\x81\x10\ \x64\x8c\x37\x1a\x8d\x30\x0c\x39\xe7\xbf\xf8\x8b\xbf\x78\x7a\x7a\ \xfa\xf5\xd7\x5f\x6b\x9a\xa6\x29\x12\xc6\xf8\x9d\x77\xdf\x11\x04\ \x2e\x8a\x62\x1c\xc7\x67\x67\x67\xb6\x65\x20\x84\x76\x76\xb6\x19\ \xe3\x17\x17\x67\x1f\x7e\xf8\x81\x65\x59\x9a\xa6\x79\x9e\x37\x9b\ \xcd\xee\xdf\xbf\x3f\x9f\xcf\x4b\x52\xba\x8e\x3b\x9b\x4c\xc2\x30\ \x5c\xde\x41\x2e\x2e\x2e\x08\x21\xb5\x5a\x4d\x14\xc5\x38\x8e\xc2\ \x30\x1c\x0d\xce\xcb\xb2\xdc\xdb\xbb\xde\xbb\x1a\x0f\x87\x43\x49\ \xc2\x1b\x5b\xd7\x5e\x1e\x3e\xcb\xb2\xdc\xae\x58\x7e\xe0\x12\x52\ \x86\x51\x48\x48\x09\x21\xc0\x18\x47\x51\x64\x98\x15\x00\x84\xb2\ \xa0\xf5\x5a\x9d\x50\x32\x9e\x0c\xcf\xcf\xcf\x2d\xcb\x2a\x8a\x32\ \x8e\xe2\x5a\xad\xb6\x4c\xde\x8c\x86\xc3\x7a\xb5\x9a\x66\xa9\xaa\ \xaa\x41\x10\x94\x65\x39\x1e\x8f\x3f\xfd\xf4\xd3\x46\xa3\x51\xaf\ \xd7\xeb\xf5\xfa\xd1\xc9\x71\x9a\xa5\x92\x24\x69\x9a\x36\x1e\x8f\ \x11\x42\xad\x56\xab\xd5\x6a\x5d\xbf\x7e\x1d\x21\xf4\xe8\xd1\xa3\ \xe9\x74\x9a\xa6\xe9\x9b\x19\x57\x28\xa5\xbd\x5e\x8f\x33\xa0\x28\ \xea\xe6\xe6\x56\x41\x48\x9c\xc4\xb2\xac\xac\xaf\xaf\x9d\x5f\xf5\ \xda\xed\xf6\xb5\xdd\x6b\xcd\x46\x53\x10\xc0\x78\x3c\x4a\xe2\xac\ \xdd\xee\xd8\x15\x53\x92\x24\x88\xa0\x00\x81\x2a\xc9\xa4\x50\x5a\ \xf5\x1a\xc9\xf3\x34\x4e\xa2\x28\x9e\x4e\x26\xf5\x5a\x4d\xd3\x0c\ \xd3\x30\xda\xad\x66\xbf\x77\x26\x22\xa1\x62\x99\x1c\x30\x59\x94\ \xca\x34\xce\x20\x23\x84\x64\x69\x46\x08\x99\x8c\x27\xba\x52\x9d\ \x8c\x46\xbd\x7e\xaf\x24\x05\x84\xc2\xdd\x3b\x77\x26\x13\x37\x2b\ \xc0\xf1\xf1\x91\x17\x79\x7b\xfb\x7b\x6b\x6b\x5b\x9d\x56\x4b\x12\ \x25\x5d\x55\x93\x34\x3e\x39\x3e\x9e\x4f\x27\xa8\xdd\x8a\xa3\xe0\ \xe8\xe8\x10\x43\xa9\x51\xab\x8a\xb8\x0a\x41\xf9\xe9\xb8\xe7\x2e\ \xe6\x18\xc2\xb2\x28\xa2\x30\x4c\x93\x24\x0a\x02\x81\xf3\xa2\xc8\ \x09\x29\x10\x86\xa2\x24\xf9\xa1\x8f\x45\x4d\x56\xe4\xa2\x48\x19\ \x25\x92\x88\x92\x38\xc9\x13\xb1\xc8\x73\x09\x8b\x50\x10\x8a\x3c\ \xbf\x75\xe3\xfa\xc9\xf1\xc1\x83\x87\x9f\x67\x69\x72\x7a\x7c\x9c\ \xe7\x25\x60\xe5\xd5\xc5\x45\x12\xc7\x18\x09\x49\x9a\x16\x99\x02\ \x18\x5d\xcc\xa6\xf3\x69\x0d\xa2\x37\x89\x8b\xca\x92\xf4\xc5\xa3\ \x87\x2f\x5f\x3c\x2f\x29\xfb\x17\xbf\xfe\x6b\xb6\x5d\x59\x36\x97\ \x37\x56\xd7\x04\x00\x9f\xbf\x78\xf6\xed\x6f\x7f\xfb\xc6\xfe\x3e\ \x46\x02\x29\x8a\xd3\x93\x13\x49\x56\x36\xb7\x36\x35\x55\x61\x8c\ \x01\x46\x45\x8c\x80\x22\x6d\x6d\xae\x15\x79\x9a\x44\xd1\x0f\x7f\ \xf8\xa3\xd9\x64\x54\x66\xb7\x0a\x29\x83\x10\x69\x8a\x2a\x21\x1c\ \xfa\x9e\x75\xeb\x16\x86\x50\x84\x48\x10\xa0\xb3\x70\x25\x49\x4c\ \xd3\x84\x71\x36\x9e\x0c\xc3\xc8\x47\x3c\x7f\xfe\xf4\xe9\x7c\x36\ \xb5\x0c\xed\xde\xad\x3b\xb5\xe6\xda\xd5\xd5\xe8\xea\xf2\xdc\x71\ \xc6\x73\xe7\xc6\xca\xc6\xd6\xca\xda\xc6\xde\xfe\xbe\x84\xb1\xa2\ \x28\x27\xc7\x27\x2f\x9e\x3e\x17\x00\x88\xe3\xf8\xfc\xfc\x7c\x34\ \x1a\xed\x6c\x6f\xd1\x32\xdb\xdd\x59\xfb\xfc\xc7\xb3\x24\x89\x00\ \xa3\xd5\x6a\x95\x94\x45\x14\x86\x51\x14\xc4\x4b\xd7\xa6\xef\x31\ \xca\x34\x55\xc7\x48\xf4\x3c\x9f\x43\xe4\x38\x2e\xe1\x04\x70\x5e\ \x14\xc5\x70\x3c\x52\x54\xa5\x56\xab\x2d\x79\xd7\x76\xbb\xfd\xee\ \x3b\xef\xfe\xc1\x1f\xfc\x81\x61\x1a\xa1\x17\x48\x08\x67\x69\xfc\ \xea\xf0\x65\x51\x16\x69\x12\x4f\x27\x63\x51\x44\xb5\xea\x5b\x59\ \x1a\x4f\x26\xc3\xce\x6a\x53\x44\xe2\x4f\x81\xe9\x7e\x86\x4e\x54\ \x88\x00\x00\x92\x24\x05\x7e\x50\xa9\x56\x96\xc5\x20\x4a\xa9\x24\ \x09\x94\xfe\x64\x04\x83\x88\x11\xa5\x14\x63\x64\x9a\x56\xbb\xdd\ \x4e\x92\x64\x6b\x6b\xcb\x30\xf4\xfb\xf7\xdf\x86\x50\xf8\xfe\x5f\ \xfe\x95\xe7\xba\xd5\x7a\x4d\x37\x8c\x5a\xad\xea\xcc\x1d\x00\xc0\ \x6c\xb6\x10\x45\xb1\xd9\x6c\x7d\xf9\xe5\x97\x37\x6f\xde\xba\x7b\ \xf7\xee\x62\xb1\x48\x92\xc4\x75\xdd\xc9\x64\xf2\x83\xbf\xfd\xc1\ \x8d\x9b\x37\x6e\xdc\xb8\x61\xd9\x96\xef\xba\x69\x9a\x46\x61\xa8\ \x6a\x9a\x2c\xcb\x8b\xf9\xbc\x28\x8a\x56\xab\x25\x8a\x22\xe7\x7c\ \x75\x75\xcd\x59\xcc\x10\x66\xa6\x9d\x1b\x61\xba\xb2\x5a\x0f\xe3\ \x49\xc9\x58\x7f\x38\x58\x5f\x5b\x2b\x49\x0c\xa1\x90\xa4\x31\x10\ \x00\x42\x28\xcf\x73\x8c\xc5\x3c\x2f\xd2\x34\xeb\x0f\x86\x93\x99\ \xbb\x58\xcc\x7a\xbd\x9e\xa2\x28\x0b\x67\x51\xad\x54\x44\x2c\x7a\ \x9e\x07\x38\x5f\xe2\x17\xb4\x28\x3a\x6b\x1d\x41\xa8\x46\x51\xe4\ \xfb\xbe\x6d\xdb\xa3\xd1\x08\x00\x61\x3a\x9d\x8e\x27\x63\x59\x92\ \xe3\x38\x3e\x3c\x38\x04\x02\x8f\xe3\x78\x7b\x7b\x7b\x3e\x9f\x87\ \x61\x08\x00\x50\x55\x55\xd7\xf5\xab\xab\x1e\x84\xf0\x0d\x9e\x2d\ \xcb\xe6\x40\x10\x84\x45\x9e\xdb\x56\x05\x42\x18\x85\xe1\x62\xb1\ \x30\x0d\x3b\xcb\x0a\x08\xe1\x9d\x3b\x77\xaa\x95\x2a\x84\xc8\x75\ \xdd\xbc\x28\xed\x4a\xa5\xd5\x6e\x55\x2b\x15\xce\x85\x38\x4d\xfd\ \x3c\x30\x4c\x5d\x95\x65\x87\x12\x84\xa0\xa6\xe9\x59\x9a\xa7\x49\ \x72\x78\x70\xb0\xb5\xb5\x6d\x99\xa6\x28\x89\x82\xc0\x24\x59\x6c\ \x36\xea\x61\xc6\x15\x45\x85\x08\x5a\xba\x98\xc6\xe9\xca\xea\x8a\ \x13\x04\xad\x56\x73\x3a\x9d\xbe\x78\xf6\x6c\x31\x9f\x89\x08\xd5\ \xeb\xd5\x3c\x4f\x21\x82\x77\xef\xdd\x02\x02\x4a\x8b\x54\x53\x15\ \x53\xd7\xe3\x28\x4a\x80\xa0\x6b\x4a\xa5\x52\xb9\x71\xfd\xba\xe7\ \x38\x51\xe8\x8b\x18\x65\x49\x92\xa4\xae\x6d\x59\x55\xcb\xc0\x42\ \xa9\xca\x4a\x59\x14\x48\x00\x65\x59\x4c\x26\x23\x4a\x4b\x84\x50\ \xa5\x62\x66\x99\x07\x81\xc0\x08\xa3\x84\xb4\xdb\xed\xa2\x60\x51\ \x18\x30\x40\x18\xcb\x31\x86\xaa\x2a\x63\x0c\x93\x38\x82\x9a\x31\ \x9b\x4e\x0d\x5d\x5b\x5b\xed\x18\x9a\x36\x1c\x0e\x19\xa5\x51\xe0\ \x27\x69\x66\x68\x72\x59\xe4\x59\x1a\xe7\x59\x06\x31\x4e\x92\xe8\ \xf5\xe1\x4b\x0e\xd0\x9d\x1b\xbb\x6f\x26\xe8\x82\x08\x8d\x46\x23\ \xce\x98\xc0\xf9\x6a\xb7\xcb\x01\x3f\x3d\x39\x59\x5d\x5d\x69\x34\ \xda\x45\x91\xdd\xbf\x7f\xff\xdd\x77\xde\xa1\x25\x55\x15\xe5\xf0\ \xd5\x2b\xca\xd8\xee\xee\x6e\xbd\x56\xc3\x58\xca\xb2\xdc\xf7\x3c\ \xdd\x30\x10\x04\x84\xe4\xb6\x65\x48\x12\x6e\xb7\x5a\xbe\xef\x7d\ \xf6\xe3\x4f\x3b\x9d\xb5\x77\xde\x79\xc7\xb2\x4c\x5d\xd3\xb0\x20\ \xb4\x9a\x75\xac\x18\x25\x83\x08\x0a\x76\xad\xf6\xf2\xc9\x91\x28\ \x8a\xa2\x88\x44\x11\x33\xca\xbe\xf7\x9f\xff\x64\x3e\xed\x09\x50\ \xc8\xf3\xdc\x30\xb4\x2c\x4d\x57\x56\xba\x9b\xd7\x76\xa7\xf3\x91\ \xaa\xa9\x76\xc5\x96\x65\x79\x32\x99\xac\xad\x74\xd2\x34\xbd\x75\ \xeb\x7a\x9e\xa4\x2f\x5f\xbc\x0c\x82\x80\x71\xee\x38\x4e\x96\xc4\ \x3b\xdb\xdb\xcd\x46\xe5\xfa\xfe\xfe\x9f\xfe\x5f\xff\xc7\xea\x4a\ \x17\x23\xf1\xe0\xe0\x65\x1c\x07\x94\x31\x84\x50\x77\xa5\xcb\x39\ \xa7\x84\x47\x71\x8a\x45\x54\x12\x22\x20\x81\xe6\xc4\xf1\xa7\x9a\ \x26\x69\x8a\x82\x90\x58\xe4\x45\x1c\x45\x61\x10\x0e\xfa\xfd\x6f\ \x7e\xf3\x9b\xad\x66\xeb\xef\xff\xeb\xdf\x57\x2b\x15\xce\xd8\xf1\ \xd1\xab\xa2\xc8\x5c\x67\x91\x66\xe9\x62\x3e\xc3\x18\x7a\xae\xf3\ \xd9\x67\x9f\x2e\xdf\x4f\xff\xe8\xc7\xfe\xb3\xcb\x2d\x62\x8c\xf2\ \x3c\x57\x14\xc5\x34\xad\x65\xb9\x87\x51\x26\x08\x90\x52\x9e\x24\ \x59\x96\x65\x49\x1c\xc5\x49\xe4\xba\x4e\x51\x14\x7f\xf1\x17\x7f\ \xfe\xf2\xe5\xcb\x34\xcb\x64\x59\xd4\x34\x43\x51\x14\x4d\xd3\x14\ \x45\x71\x5d\x17\x70\xde\xed\x74\xbb\xdd\xae\x24\x49\x61\x10\x0c\ \x87\x43\xc6\x58\x59\x14\x87\x87\x87\x1f\x7c\xf0\x01\x10\x04\x42\ \x88\xe3\x38\x97\x97\x97\x6b\x6b\x6b\xbf\xf4\x9d\x5f\xc2\x18\xbf\ \x3c\x78\x39\x1e\x8f\x47\x83\x3e\x02\x3c\x4b\x62\x81\x53\x5d\x95\ \xe3\x38\x32\x0d\x4d\x16\xb1\xa6\x2a\xb2\x24\x56\xab\x55\xc3\xb4\ \x0a\x52\x1a\xa6\x6e\xd7\x2c\x55\xd7\xfb\xc3\x31\x16\x55\x88\xe5\ \x20\xca\x20\x12\x3f\xff\xec\xd3\xc0\x9d\x21\xc8\x39\xe7\x92\x24\ \x17\x05\xd1\x0d\xc3\x71\xdc\xa3\xa3\xd7\xcf\x9f\x3f\xff\x7f\xfe\ \xcb\x7f\x89\xc3\x28\x4d\xd3\x3c\xcb\x29\xa5\x65\x51\xce\x66\x73\ \xcf\xf3\x46\xa3\x91\x6d\x57\xaa\xcd\xa6\x24\x29\x97\x97\x97\x51\ \x14\x61\x8c\x29\x2b\x8b\x3c\xeb\xf7\x2e\x4e\x4e\x8f\xd2\x34\x61\ \x8c\x01\xc0\x93\x34\x1e\x0c\x06\xa6\x69\x0a\x00\x1a\x86\xb9\xbf\ \x7f\x3d\xcb\x8b\xd3\xf3\x73\x3f\x08\x3f\xf9\xe6\x37\xab\xd5\xea\ \xff\x37\xd5\xe6\x9f\xbc\x7d\x89\x58\xe2\x1c\xb4\xdb\x6d\x42\x4a\ \x2c\x8a\xb2\x24\xc7\x49\x3c\x99\x8e\x2b\x95\x0a\x00\xbc\x28\x0a\ \xc7\x71\x1c\xc7\xe9\xb4\x3b\x77\xef\xdc\xa9\x54\xac\x65\xfa\x1d\ \x70\x5a\xa4\x09\xc9\xf2\x24\x4d\x18\x63\x18\x8b\x82\x00\xd6\x37\ \xd6\x96\x36\xa8\x8a\x6d\x47\x51\x70\xf0\xf2\x79\x9a\xa4\x79\x9e\ \x0b\x80\x23\xc0\x92\xd0\xb5\x2d\x63\x36\x9d\x75\xba\xab\xff\xdd\ \x2f\xff\x4a\x9e\xe7\xcf\x9f\x3d\x3d\x7e\x7d\xb8\xbe\xd2\x69\xb7\ \x5a\xa4\x20\x96\x55\xd5\x14\x6d\x77\x7b\xbb\xdd\x68\xec\x5d\xdb\ \xb6\x75\x3d\x0d\xc3\xf9\x68\x94\x04\x21\x29\xb2\xc8\xf7\x49\x96\ \xd9\x86\x76\xfb\xe6\x1e\x67\x04\x50\x82\xa1\x30\x1d\x0d\x91\x00\ \x6c\xd3\xa0\x94\x60\x0c\x11\x86\x59\x96\x84\xa1\x1f\x84\x41\xa5\ \x52\xed\x74\x3b\x9c\x73\x42\x08\xe3\x8c\x72\x5a\x92\x72\x7d\x73\ \x53\x96\xe5\x82\xd8\xe6\x4e\x71\x00\x00\x20\x00\x49\x44\x41\x54\ \x10\x4d\xd5\x10\x46\x08\x42\x11\x63\x08\x40\x1c\x06\x41\xe0\x0d\ \x06\x57\x69\x12\x8f\x86\xc3\x4e\xbb\x9d\x67\x79\x14\xc7\x8c\x94\ \x9c\x96\xa6\x69\x14\x45\x0e\x04\x41\x92\x65\x4a\x29\xa1\x94\x73\ \x4e\x28\x61\x94\x80\x37\x6b\xe9\x2e\x91\xae\xb2\x68\xb4\x1b\xba\ \x6e\xb8\xee\xa2\xd5\x6a\x12\x42\x7b\x57\x57\x8e\xe3\x76\x3a\x1d\ \x42\x68\x96\xa5\x17\x97\x17\x8c\xd1\x9f\xff\xf6\xb7\x5b\xad\xa6\ \x88\x91\x88\xe1\x72\x93\x8d\xa2\x20\x4f\x93\x65\xfa\xd2\xb6\x6d\ \x55\x55\x7e\xe1\x17\x7e\x5e\x37\x34\x45\x11\x83\xc0\x7f\xfe\xec\ \xe9\x68\xd4\x8f\x93\x98\x92\x12\x09\x2c\xf2\x1d\x28\x10\x59\x96\ \xfa\x83\xc1\xff\xf4\x3f\xff\x2f\xb2\xa2\x1d\x1f\x1d\xbf\x7e\x75\ \xe8\xb9\xf3\xbd\xbd\xdd\x22\x2f\x1a\x8d\x96\x69\xd9\xb5\x5a\xf5\ \xf6\xed\x9b\x3b\x3b\x5b\xd7\xf7\xf7\x00\x63\x81\xeb\x7b\x0b\x07\ \x31\x90\x84\x29\x02\x30\x4b\xb2\x5b\xb7\xae\x63\x28\x60\x08\x14\ \x11\xcf\xa7\xe3\xe9\x74\x72\xed\xda\x35\xc6\x78\x5e\x10\xdb\xb6\ \x39\xa5\xa3\x61\xcf\x59\xcc\x09\xe5\x5b\x3b\x3b\xb2\x22\x15\x79\ \x4e\x4a\x2a\x8a\x98\x52\xd2\x6a\xb6\x3e\xfc\xf0\xfd\xf9\x6c\xa2\ \xaa\x72\xb5\x56\x45\x08\xeb\x9a\x06\x18\x4b\xa2\x28\xf4\xfd\xf3\ \xb3\xd3\xc9\x78\xdc\xbb\xbc\xe8\x76\x5a\xb5\x8a\x75\x79\x79\x91\ \x24\x21\xe1\x04\x08\x5c\x56\xe5\xd9\x7c\x8a\x30\xd4\x74\x15\x22\ \x21\xcd\x52\xc6\x68\x9c\x44\x94\xd2\x9f\x5e\xd9\xfd\xd9\x51\x11\ \x94\xd2\x4a\xd5\xc8\xf3\x0c\x00\xa1\x28\x08\x67\x02\x00\x5c\x92\ \xc4\x34\x2b\x7c\x2f\x28\xf2\x5c\x37\xd0\x7c\x3e\xfe\xa3\x3f\xfa\ \xe3\xbb\xf7\xee\xfd\xf9\x9f\xff\xe5\x7c\xe6\x8e\x46\x23\x0e\x00\ \x03\x80\x32\x01\x03\x00\x04\x41\x56\x14\x20\x08\xb2\x2c\x57\xab\ \x55\x42\x88\x00\x61\x51\x64\x35\xbb\xfa\xe4\xc9\x93\xdf\xfd\x37\ \xff\x76\xfb\xda\x96\x28\x21\x51\xc6\x61\x1c\xbc\x3a\x3a\xdc\xdf\ \xdf\xdf\xd9\xdb\x69\xb4\xea\x9f\x3f\x78\xe0\xcc\xa7\xde\x62\x86\ \x11\x64\x65\x0e\x39\x1d\x5c\x5d\xd8\x95\x4a\xe4\xbb\x65\x9e\x88\ \x15\x23\x0a\xbd\x2f\xbf\x3c\xd4\x75\x93\x50\x0a\x31\x90\x15\x66\ \x5a\xb2\xb3\x70\xab\xb5\xae\x00\x84\xcb\xcb\x4b\x00\xf5\xe4\xf4\ \x30\x8e\x43\x5d\x12\x09\x03\x84\x01\x0e\xa0\xac\x18\xf3\xb9\x93\ \x17\xec\xe8\xe8\x95\xe7\x39\xdb\xeb\xab\x9c\x73\x24\xa0\x34\xc9\ \x96\x06\x08\x42\x88\x65\x57\xf2\x3c\x3f\x3d\x3b\x23\x84\x14\x65\ \x4e\x48\x91\x67\x09\xa3\xb9\x22\x89\x8c\x0a\x79\x91\x46\x71\x58\ \x92\x32\x8c\x82\x8b\xcb\xb3\xed\x9d\xdd\x6a\xbd\x7e\xeb\xee\xbd\ \xfe\x70\xbc\xbb\x7f\x97\x72\xea\x1f\xbe\x90\x34\xbd\xbb\xb5\x29\ \x29\xca\x4f\x8f\x71\xfd\x94\xdf\x10\xa5\x40\x10\x90\xa2\xa8\x82\ \x20\xa8\xaa\x9a\x24\x89\xeb\x79\x76\xa5\xb2\x84\xd7\x65\x59\x59\ \xee\x98\x8d\x46\x8d\x33\x8a\xa0\x20\x00\x26\x00\xa0\xab\x32\xa7\ \x65\x12\xfa\x02\xe0\x80\x01\x45\x92\x0c\x4d\x25\xa4\x4c\xe2\xf0\ \xc3\x0f\xde\x5f\x5d\x5d\x9b\x4c\xc6\x49\x1c\x78\xde\xc2\x32\xb4\ \x22\x89\x40\xc9\xf2\x28\x09\x30\x3b\x38\x78\x51\xa9\x18\x95\x9a\ \x85\x00\x7f\xf8\xc3\x1f\xfc\xe6\xff\xf0\x3b\x95\x4a\xf5\xef\xfe\ \xb6\x2f\x8b\x6a\x12\x95\xd7\xf7\x6e\xeb\xba\xa9\xe9\x3a\x14\x60\ \xec\xba\x61\x18\x4a\x0c\xe8\x2b\x5d\x58\xf2\xd3\x97\x2f\x56\x57\ \x3b\x95\x6a\x45\x41\x82\xa9\x4a\x5f\x3c\xf8\xf1\xc5\xd9\x19\x60\ \xc2\x74\x3c\x26\x45\x12\x87\x8b\xa2\x48\x4d\x5d\x81\x10\x84\x51\ \x10\x46\xd9\xbd\x7b\x5b\xed\x76\x27\xcb\xd2\xe9\x62\x0a\x45\x89\ \x03\x22\x60\xdc\xbb\xba\x4a\x33\xea\x85\x11\x80\x00\x08\xbc\x56\ \xa9\x86\xde\x00\x62\x41\x92\xa5\x32\x4f\x25\x8c\x2e\x2e\xce\x30\ \xc6\xb2\x22\xb7\x5a\x2b\x57\xbd\xcb\x2c\x4d\x00\x67\x8a\x24\x72\ \xce\xb0\x24\x0b\x08\x67\x2c\x90\x55\x4d\x56\x75\x0e\x04\x24\x8a\ \xfc\x4d\x07\xc6\x51\xce\x33\x42\xec\x5a\xcd\xaa\xda\xb4\xdf\xab\ \xd5\x1b\x3f\xfc\xe1\x0f\xf7\xf6\xae\x23\x41\xc8\x93\x2c\x4f\xb3\ \xe1\x70\x78\x7a\x7a\xfa\xab\xbf\xfa\xab\x40\x00\x22\x86\x08\x0a\ \x94\x14\xb2\x08\x1b\x55\xcb\x0f\x83\x20\x2e\x8b\x3c\x55\x65\x9d\ \x96\x40\xd7\x34\xd7\x59\x6c\xac\xad\x7e\xeb\x5b\xdf\x8a\xe2\xe8\ \xf0\xe0\xb0\x3f\x38\x77\x03\x9f\x73\x56\xe6\x41\x99\x2e\x92\x20\ \x8b\x3c\x76\x76\x75\xf1\x6f\xff\xc7\x7f\xd3\xee\xac\x3c\xfb\xfa\ \xc9\x8d\xdd\x9b\xbf\xf2\xcb\x3f\xff\xf0\xe1\x83\x28\xcc\x09\x85\ \x10\x29\xef\xbd\xf7\x5e\x96\x65\xed\xba\x1d\x79\x8b\x59\x6f\x94\ \xf8\x89\x7a\x5d\xac\x58\xf6\xf0\xe2\x4c\xd7\xf5\xed\xed\xad\xb2\ \x2c\xaf\xef\xef\xf4\x7b\x67\x07\x2f\x0f\x02\x7f\x01\x61\xed\xcb\ \x27\x5f\x01\xce\x4e\x2f\x2e\xa1\x80\x1a\x15\x0b\xd1\x7c\x32\xba\ \x42\xa2\xba\xb6\xbd\x97\x16\x65\xe0\x4c\x25\x24\x13\x50\x60\xcc\ \x17\xde\xa4\x3f\x3a\x8d\xd3\x79\xef\x2a\xd7\x75\xb3\x52\xb5\x4b\ \x94\xc5\x71\x24\x40\x39\xcd\x12\x84\xc1\x60\x70\xf5\x37\xc1\x42\ \x96\xe5\x7b\x6f\xdd\x3e\xef\x9d\xc7\x69\x34\x5b\x38\x2b\x2b\x2b\ \x48\xc4\xb5\x46\xa3\x28\xcb\x24\x49\xa2\x28\xda\xd8\xda\x82\x08\ \xb5\x3a\x9d\xa5\x83\xf3\x9f\x7f\xe7\x82\x10\xc6\x71\x4c\xd9\x48\ \x55\xd5\x22\xcf\xd3\x34\x91\x24\x99\x52\xaa\x6a\xda\x32\x58\x17\ \xfa\x1e\x07\xec\xaf\xff\xe6\xfb\x8f\xbf\x7e\xfc\xe0\xe1\x03\x59\ \xd1\x4a\xc2\x5e\xbd\x7e\x1d\x67\xc5\x72\x1a\x21\x29\xc0\xd1\xd1\ \xd1\xc7\x1f\x7f\x4c\x8a\x12\x8b\x78\x7d\x7d\x83\x90\x1f\xea\x86\ \x9e\xa5\x89\x00\x61\x9a\x65\xf7\xdf\x7e\x5b\x00\x42\x9e\x65\xba\ \xaa\x41\x41\x88\xc3\xc8\x34\xcc\x32\xcf\x01\xe3\xb6\x69\xf6\xcf\ \xce\x26\xe3\x71\x9a\xc4\x40\x10\x5c\xcf\xc1\x18\x03\x08\x18\xa7\ \x2f\x5e\x3e\x7f\xcf\xfc\xa0\x52\xb3\xb2\x2c\x2f\x0a\x1a\x04\x7e\ \xbb\xdd\xde\xdb\xdb\x69\x34\x9a\xf5\x7a\x7d\x34\x1a\xdd\xba\x7d\ \xe7\xec\xe2\x32\x8a\x62\xdb\x94\x44\x09\x13\x5a\x08\x1c\x00\x0e\ \x28\x63\x95\x4a\xd5\x34\xad\x28\x0a\x7b\xfd\xcb\x7a\xad\x9a\xa5\ \xa9\xaa\xa9\x8b\xc5\x42\x14\xb1\x2c\xcb\x08\xa1\x56\xab\x29\x49\ \xf2\x78\x3c\x4a\xd3\x94\x30\xca\x19\xe5\x8c\x0b\x00\x30\x52\x96\ \x02\x40\x08\x21\x28\x88\x12\xc6\x12\x22\x8c\x0a\x82\x10\x78\xde\ \x7b\xef\xbe\x9f\xa6\x29\xa7\xf4\xf2\xea\x52\x94\x25\x00\x84\x5a\ \xa3\x71\x7e\x7a\x56\x7c\xfc\xbe\x60\xe8\x00\xbc\x89\x2e\x62\x19\ \xa9\x2d\xcb\x12\x8b\x62\x12\x84\x10\x8b\xab\xab\xab\x49\x92\x6c\ \x6c\x6c\x58\x96\xd5\xef\x5d\xc5\x71\xbc\xb1\xb1\xb1\x94\x58\x2c\ \x9b\xb9\x94\x12\xd7\x59\x64\x59\x66\xdb\x76\x51\x14\xcb\x3e\xc3\ \xda\xda\xda\xa3\x2f\xbe\xd8\xda\xda\x5a\x59\xed\x96\x24\xcf\xf3\ \x6c\x6f\x6f\x97\xd2\xc2\x77\xe7\x02\xe0\xac\xcc\x11\x60\x9e\xeb\ \xcc\x66\xe3\xbd\xdd\x0f\x8a\x22\xd3\x54\xa5\x2c\xf2\xed\xed\xf5\ \x3c\x2f\x31\x16\xb3\xbc\xec\xb4\xba\x5b\x5b\xdb\xf3\xd9\xdc\x59\ \x2c\x4c\xd3\x5c\xe9\x74\x02\x5d\x53\x64\x31\x4b\xe2\x34\x0a\xc7\ \xe3\x11\xc6\xfc\xea\xea\xfc\xf0\xd5\xe1\x62\x31\xbd\xbc\xbc\xb4\ \xed\x0a\x44\x8a\xef\xfb\x10\xd0\x4a\x45\xaf\xd7\x6a\xfd\xcb\x73\ \xa4\xa1\x20\x08\x4a\x02\xf6\x6f\x5c\xb7\xaa\x96\x38\x94\x4c\xcb\ \x58\xde\x72\x18\x65\x08\x63\xcb\xd2\x29\xe5\x50\x04\x59\x9e\x2f\ \x87\x00\x40\x41\xf0\xfd\x80\x73\x96\xa6\xe9\xb2\x69\x2b\x08\x42\ \xa7\xb3\xe2\xb8\x8e\xeb\xba\xaa\x2a\x13\x42\x18\xe3\xa2\x2c\x17\ \x65\x29\xcb\x8a\x69\x59\x02\x12\xe3\x38\x26\xa4\x14\xde\x50\x44\ \xcf\x05\x04\x4b\xce\x34\xdd\x28\xca\x42\xd3\xf4\xd9\x6c\x66\xdb\ \x76\xb3\xd9\x2c\xcb\xf2\xd6\xad\x9b\x61\x18\x1d\x1c\x1c\xac\xad\ \xad\xc9\xb2\x4c\x29\x65\x29\x53\x35\x55\x10\x84\xa5\x8d\x12\x43\ \x48\x20\x4c\x93\xcc\x30\x4c\xc6\xb8\xa6\x69\x83\xc1\xe0\x93\xdf\ \xfe\x84\x71\x9a\x65\xa9\x5d\xb1\x6e\xdf\xb9\xf5\xfa\xf8\xd8\x75\ \xdd\x4e\xa7\x85\x91\x10\xc7\xe1\xd9\xd9\x59\xb3\xdd\x16\x04\xd8\ \xe9\xac\x7c\xf1\xc5\x97\x9c\xd3\x7b\xf7\xee\xfe\xf0\x87\x7f\x2f\ \x4a\x62\x9e\x17\x6f\xbd\xfd\x56\xbb\xdd\xee\xf5\x7a\xb3\xe9\x94\ \x51\xba\xbe\xb6\x16\x86\x71\xe4\xba\x90\x53\xdf\x59\x24\xa1\x2f\ \x70\x72\x72\x7c\x32\x1a\x0f\x1f\x3f\xfe\x32\x0c\xc3\x95\xd5\xb5\ \xe9\x74\x1c\xa5\xe9\xb5\x9d\xed\x7a\xbd\xa9\xeb\x7a\x96\x25\x50\ \x96\x7b\xfd\xe1\x27\xdf\xf9\x57\xb7\x6e\xdf\x3e\x3f\x79\xdd\xac\ \x37\x54\x45\x09\x42\xbf\x2c\x0a\x43\xd7\x09\xc9\xdb\xed\xa6\x22\ \xeb\x45\x4e\x92\x28\x11\x04\xae\xeb\x7a\x96\x65\x79\x9e\x27\x49\ \x92\xe7\x19\x21\x05\xc6\xd0\x34\x8d\x9d\xad\x8d\xd7\x47\x67\x79\ \x41\x5b\xad\xd6\x6c\x3e\x67\x00\x20\x84\x44\x51\xdc\xdf\xdf\xd7\ \x0c\x43\x91\xe5\x38\x49\x08\x21\x18\xe3\x7f\xfe\x9d\x4b\x96\xe5\ \xa7\x4f\x9e\x3d\x7e\xfc\xf5\xfd\xfb\xef\xe8\xba\xb6\xfc\x74\x96\ \x5e\x1e\x55\x55\xf7\xf7\xf6\x39\x2d\x8f\x8e\x4e\x1f\x3c\x78\x44\ \x08\x11\x45\x09\x21\x18\x66\xd1\xab\x57\x87\xe3\xd1\xa8\xd9\x6c\ \xeb\x9a\x72\x7e\x76\xca\x18\xdb\xdf\xdf\x3f\x3f\xbf\x58\x36\x5c\ \x55\x55\x5d\xfe\x79\xa3\xe1\xf0\xe3\x4f\x3e\xde\xdd\xbe\x76\x76\ \x7c\x6c\x59\x56\xb5\x5a\x65\x84\x7a\x8e\x1b\x05\xc1\xf9\xc9\x59\ \xb7\xdb\x35\x54\x2d\x4d\x92\x65\x6b\xaf\x24\xa4\xdb\xed\xd6\xaa\ \xb5\xc3\xa3\x57\x8c\x52\x45\x55\x8f\x8e\x8f\x18\x65\xdd\x6e\xf7\ \xe8\xf5\xf1\x6c\x36\x5d\xe9\x76\x03\x2f\xa8\xd7\xea\x59\x9a\x91\ \xb2\x94\x30\x2e\xb2\x3c\x47\x02\xd3\x31\x00\x90\x32\x4e\x19\x63\ \x4c\x28\xf2\x02\x21\x54\xaf\xd7\x8e\x8e\x8f\x90\x20\x34\x6a\x35\ \x0e\x40\x1c\xc7\xa2\x88\xd3\x34\xb5\x6d\xfb\xfe\x4f\x46\xaa\x80\ \x2c\xcb\x96\x2c\x7b\x9c\x26\x18\x70\x8c\x10\xa3\x0c\x42\x28\x08\ \x02\x86\x48\x91\xe4\x04\x67\x79\x96\x01\xc0\xf2\x3c\x9b\x4c\xc6\ \xf5\x46\x9b\x11\x9a\xa5\x49\x96\xa7\x79\x96\x76\xba\xed\xb3\x93\ \xa3\x20\xf0\xdb\xcd\xfa\x1b\x0c\xd2\x60\x8c\xe9\xba\xae\xeb\x7a\ \xab\xd5\x82\x08\x85\x61\x68\x57\x6b\x8c\x31\x4d\xd3\x0d\xc3\xe0\ \x9c\x33\xce\x97\xec\xdb\x52\xc9\xbf\x58\x2c\x34\x4d\xab\xd7\xeb\ \x08\x21\x4a\x69\x9e\xe7\x10\x42\x4d\x55\xe3\x38\x36\x74\xbd\x51\ \xab\x75\x3a\x1d\xce\xb8\x84\x45\xcb\x34\xeb\xf5\xba\xeb\x2e\x6c\ \x53\xb3\x6d\xab\xd5\x68\x15\x05\xf9\xf4\x87\x3f\xe2\x00\x6c\x6f\ \xed\xb8\xde\xbc\xd1\x68\xf4\xfb\x57\x9c\xb3\x6a\xb5\x42\x48\x51\ \x14\x59\xbb\xd3\x82\x10\xa4\x59\x12\x86\x91\x24\x89\x76\xc5\xbe\ \x7d\xe7\x0e\xc2\x60\x38\x18\x5e\x5e\x5e\xf4\xfa\xe7\xf3\xf9\x38\ \x08\x7d\xdf\x77\x35\x4d\x13\x04\xb0\xb3\xb3\x55\x52\x58\xad\x36\ \x55\x05\x4f\xc7\x57\x71\x14\x2f\x4f\x61\x45\x56\x64\x09\x45\x51\ \x50\x96\xa5\x28\x62\x28\x08\x49\x1a\x8a\xa2\x88\x34\x04\x00\x80\ \x00\x62\x04\x09\x2d\x19\xa5\x65\x59\x4a\x22\x0e\x82\x20\x08\x3c\ \x2c\xe2\x24\x8d\x29\xa1\x8a\xaa\xe6\x79\x66\x18\x86\x65\x59\x41\ \xe0\x4a\xd2\x72\xdc\x29\x05\x00\x70\xc6\x09\x21\xae\xeb\x16\x84\ \x15\x65\x99\x65\x19\x78\x43\x18\x05\xc6\x51\xb4\xb3\xbe\xb9\xd2\ \xed\x9a\xa6\x95\xa5\x27\xce\xc2\x7d\xff\xfd\xf7\xe3\x38\xbe\x73\ \xe7\x0e\xc6\xe2\x68\x34\x6a\xb5\x5a\x2b\x2b\x2b\x67\x67\x67\x6b\ \x6b\x6b\x95\x4a\x25\x08\x83\x25\xde\x18\xc7\x31\x63\xcc\x34\x0d\ \x59\x91\x17\x8b\x45\xad\x56\x5b\xfa\x29\x2b\x95\x0a\x63\x0c\x42\ \xd8\x6c\x36\xbb\xdd\xee\xc6\xfa\x57\xbb\xbb\xbb\x8c\x51\xdb\xae\ \xf8\xbe\xfb\x87\x3f\xfe\xc3\xef\x7e\xf7\xf7\x2a\xb6\xad\x6b\xba\ \x28\x62\x42\x88\x84\xb1\xaa\x28\x79\x9a\xd6\xaa\x55\xcb\x30\x29\ \x29\xc7\xa3\x51\xbd\xde\xd0\x54\xad\xd3\x6a\x57\xaa\x95\x34\x4b\ \x4f\x4f\x4f\x9f\x3f\x7d\x22\xcb\x62\xef\xd2\x7a\xfe\xe2\x39\x00\ \x2c\x4b\xa2\xf5\xd5\xee\xee\xde\xb5\x20\xce\x36\x77\x76\x26\xd3\ \x69\x49\x08\x10\x00\x67\x5c\x92\x25\x04\x11\x46\xf0\xfc\xfc\x74\ \x39\x47\xca\xf5\x3c\x28\x08\x18\xa3\xbc\xc8\x65\x59\x56\x14\x45\ \x00\x02\xe3\x0c\x0b\x88\x32\x4a\x29\x5d\x2c\x16\x8c\xd1\x28\x0a\ \x87\xc3\x51\xa3\x51\xd3\x75\xcd\x30\xcc\x5b\xb7\x6e\x1e\x9f\x9c\ \x73\xce\x4d\xd3\x4c\x92\x44\xd7\x75\x26\x08\x79\x9e\xbb\xae\x3b\ \x9d\x4e\x97\x9f\xeb\x4f\xc6\xe2\xfe\xb3\x57\xe8\x21\x84\x49\x12\ \x7f\xf5\xe5\x43\xdf\x99\xdf\xbc\x75\x13\x00\x30\x1a\x8d\x30\xc6\ \x50\x80\x08\x23\x24\x30\xd3\xb4\x9e\x3c\x79\xea\xb8\x6e\x9a\x66\ \x9c\xa5\xb6\x5d\x41\x08\x0d\x07\xfd\xf9\x74\xb2\xb6\xb2\xea\xbb\ \x4e\x14\x06\x8a\xac\x94\x65\xa9\xaa\xaa\xe7\x79\x96\x65\x43\x08\ \x29\x21\x9c\x31\x49\x96\xbb\xdd\xee\xb0\xd7\xf7\xc2\x10\x43\x54\ \x6f\x34\x0e\x9f\x3f\x77\xa6\x53\x05\x8b\x08\x80\xa7\x8f\xbf\x9a\ \xcd\x67\x24\x2f\x4c\x53\x27\x25\xf1\xa7\xd3\x30\x0c\x93\x24\x89\ \xa3\x68\x06\xe1\xd6\xce\xb6\xef\xf9\x67\xe7\x67\x15\xb3\x52\xb1\ \x2c\xc0\x58\xe8\xfb\x49\x92\x66\x69\x3a\x9f\x4e\x2a\x96\x1d\x85\ \x61\xc5\xb2\xa2\x38\x4c\x53\x0c\x00\x28\x4b\x42\x19\x20\x8c\x8b\ \xa2\xc8\x19\xcb\xd2\x74\x36\x9b\xad\xaf\xad\x41\x28\xa8\x8a\x12\ \x04\xc1\xb5\x6b\x3b\x69\x9a\x85\x61\x98\xe7\x59\xbf\xdf\x33\x4d\ \x6b\x79\xff\x02\x00\x08\x9c\x97\xb4\xd4\x14\x09\x23\xa0\xc8\x32\ \xa1\x94\x13\x02\xa1\xc0\x4a\xa6\xaa\x6a\xa3\x5e\x65\x54\x38\x3d\ \x39\xb6\xad\x0a\x00\xbc\x59\xaf\x79\xbe\xbf\xb9\xb9\x31\x9b\x4d\ \x7c\xcf\xcb\xf3\xfc\x0d\x0a\x2e\xcb\x7f\xff\xed\x3b\x77\x7a\x57\ \x57\x92\x24\xe5\x79\xbe\xbc\xe4\xba\xae\x7b\xf7\xde\x5b\x45\x51\ \x8c\xc7\xe3\xa2\x28\xd7\x56\x2d\x42\x4a\xc7\x71\xd2\x34\x5d\x02\ \x65\xaa\xaa\x0a\x82\x50\xab\xd5\x14\x45\xe1\x8c\x35\x6a\xb5\x28\ \x0c\x83\x30\x94\x44\xd1\x32\x0c\x81\xf3\x3c\xcb\xa0\x20\x90\xb2\ \x28\xd2\xac\xdd\x6a\x51\x42\x54\x4b\x45\xb0\x7c\x75\x78\xf0\x1b\ \xbf\xf1\xaf\xd6\xd6\x57\x10\x66\xed\x76\x7b\x38\xe8\xe5\x59\x66\ \x59\x36\xa5\x44\xc4\x48\x14\xd1\x7c\x31\x3b\x3f\x3f\x81\x50\x84\ \x50\x48\xd3\x94\x31\x52\xa9\x5a\x94\x15\x8a\x2a\xb5\xdb\x8d\xe1\ \x70\x34\x1e\x0f\x6c\xdb\x92\x64\x5c\xa9\x18\x40\x60\xd5\x4a\x55\ \x92\x44\xdf\x73\x16\x8b\x45\x9a\x66\x92\xa4\x00\x20\x60\x8c\xda\ \xdd\xd5\xbb\x77\x6e\x3f\x7e\xfc\xb5\x88\xc4\x2c\xcb\x44\x2c\x62\ \x04\x01\xe0\x49\x1c\x21\x44\xd2\x34\x01\x02\x25\xb4\x24\x14\x09\ \x8c\x87\x91\x4f\x68\x49\x19\x01\x80\x61\x11\x22\x24\xd4\x1b\xd5\ \x66\xb3\xd5\xeb\x5f\x11\x42\x97\x2c\xb4\xae\xeb\x25\x65\xb2\x2c\ \x13\x4a\x05\x41\x10\x04\x21\xcf\xf3\x2c\xcb\xe0\x1b\x01\xc0\x25\ \x21\xb7\xef\xdc\xb1\x0c\xcb\x0f\xfc\x9f\x2c\x23\x07\xbd\xde\xd5\ \xad\x5b\x77\x0c\xc3\x18\x0c\xfa\xfd\x7e\xff\xce\x9d\xdb\x9c\xf3\ \x20\x08\xfa\xfd\xfe\x60\x30\x10\x45\x71\x67\x67\x47\x14\x45\xc3\ \x30\x54\x55\x15\x04\x20\x89\xa8\xd3\xe9\x5c\x5d\x5d\x61\x8c\x57\ \x57\x57\x97\x93\xab\x96\x66\xab\xd9\x6c\xb6\xb1\xbe\x91\x44\xb1\ \x61\xea\xb5\x5a\xed\xaf\xbf\xff\x97\x86\xae\xbf\xfb\xce\x3b\x10\ \x0a\xef\xbc\x7d\xff\x3f\xfd\xa7\xff\x48\x09\x91\x45\x11\x72\x90\ \x27\x69\xc5\xb2\x38\xa5\xcf\x9e\x3e\x59\xcc\x66\x15\xcb\x0a\x7d\ \xbf\xcc\x33\x04\x85\xb2\xcc\x6c\x43\xbb\xb6\xb5\x71\x71\x79\xf6\ \xe0\xc7\xcf\x54\x55\x5e\xdf\x58\x85\x9c\x62\x08\x74\x59\xaa\x35\ \x1a\x08\xc1\x2c\x4b\x46\xa3\x51\x5e\x12\x49\xe4\x9c\xf3\x5a\xb5\ \xf2\xc1\x7b\xdf\x00\xac\xf4\x5c\x17\x57\x2d\x52\x96\x84\x52\x59\ \x96\x92\x24\x4d\x92\x24\x0c\x83\xb2\xe4\xa4\x60\x95\xaa\x6d\x98\ \xfa\x6c\x36\x75\x1c\x67\x39\x13\xbe\xd1\xa8\x8b\x22\x96\x24\x71\ \x65\x65\xa5\x24\x85\x00\x85\x65\x2c\xcf\xb6\xed\xe5\x4c\xec\x6a\ \xb5\x1a\x04\x01\xe7\x7c\xd9\x61\xfb\x47\x1f\xe9\x3f\x43\x12\x95\ \x73\x5a\xe6\x8b\xf9\xe4\xf4\x18\xaa\x9a\x06\x00\x47\x02\x06\x80\ \xa6\x49\x72\x7e\x76\x6c\x9a\xd6\xd1\xf1\xeb\x24\xcb\xb0\x24\x12\ \x42\x3d\xdf\x37\x74\x33\x4e\xe2\x47\x5f\x3c\xdc\xdf\xdf\x2f\xcb\ \xe2\x8b\x47\x0f\x8b\x3c\x5b\x42\xf6\x96\x69\xed\xef\xef\x8b\xa2\ \x48\x68\x99\x66\x79\xd5\xb6\x57\x56\x56\xc6\xe3\xd1\x68\x34\x56\ \x64\x99\x94\xc5\xf3\xa7\x4f\xd6\x57\x57\x56\x3b\xed\x76\xa3\x6e\ \xa8\xca\xb3\x27\x5f\xf5\x7b\x3d\x08\xd8\x7c\x3e\x17\x45\xf1\xf0\ \xf0\x90\x31\x66\xd9\xb6\x5d\x81\xf3\xd9\x9c\x70\xe6\x7b\x3e\x2d\ \x88\xaa\x28\x0b\x67\xe6\xf9\x4e\x1c\xc7\x47\xc7\xaf\xa2\x38\x94\ \x65\x79\xee\x4c\xd7\xd6\x57\x86\xc3\x61\x92\x25\xaa\xaa\x52\x06\ \x18\x17\x04\x01\x08\x80\xe7\x79\xf6\xe2\xc5\x73\x5a\x96\xad\x66\ \x23\x8a\x42\x4a\x8a\x4e\xbb\x81\x31\x9e\x4d\x7d\xcf\x75\xcf\x4e\ \x8f\xf3\x3c\x9f\x8c\x47\xba\xae\x6f\x6e\xae\x25\x49\x1e\x45\x01\ \xc9\x29\x46\x48\x44\x58\x91\xa4\x30\x8e\x29\xa1\x02\x10\x20\x14\ \x00\x63\xa4\xc8\x15\x59\xcb\xd2\xe4\xd1\xa3\x07\x6f\xbd\x75\x7f\ \x32\x1e\x6d\x6d\x6f\xde\xba\x7d\xf3\xe4\xf4\x84\x96\x85\x65\x9a\ \x6f\x56\xa1\x47\x08\x35\x1b\x8d\xe3\xa3\x63\xcf\xf3\x30\xc6\x08\ \x42\x45\x51\xda\x9d\x4e\xc5\xb6\x5c\x3f\x1c\x8d\x46\x77\xee\xdc\ \x35\x0c\x43\x10\xc0\x72\xdb\x52\x14\xa5\x56\xab\x2d\xc5\xad\xba\ \xae\x03\x00\xb2\x24\xc1\x18\xd5\x1b\x75\xca\x18\x21\x65\x9a\x26\ \x45\x61\xb8\xae\xab\x28\x4a\x1c\xc7\x84\x96\xbb\xbb\xd7\x14\x45\ \x55\x65\x49\x57\x55\xcb\xb6\xd7\xd6\xd6\x00\x63\x9d\x56\x7b\x75\ \xa5\xfb\xe0\xf3\xf4\xf2\xf2\x7c\x6b\x6b\x0b\x70\x66\xdb\x16\xa7\ \x64\x3a\x1e\x6d\x6d\x6e\x64\x59\x71\x79\xf9\xff\x32\xf7\x66\x3f\ \x96\x64\xe7\x9d\xd8\xd9\x63\x8f\xb8\x6b\x6e\x95\x99\xb5\x75\x15\ \xbb\x5b\xdc\xa4\xd6\x8a\x81\xa0\x99\x91\x45\x8d\xfd\x3c\xff\x9b\ \x9e\x09\xd8\x06\x8c\x79\x31\x34\x1e\x5b\xa2\x87\x84\x28\x8a\x94\ \x4c\x76\xb3\xab\xbb\xba\xba\xf6\xaa\xdc\xf3\xe6\xdd\x62\x8f\x38\ \xfb\xf1\x43\x14\xf9\x28\xda\x35\x00\x87\xaf\x99\x48\x64\xe6\x8d\ \x13\xe7\xfb\xbe\xdf\xf7\x5b\x4e\x8c\x31\xce\x2a\x08\xf7\xba\xae\ \x83\xc0\x3c\x7c\x70\x9f\x51\x5c\x57\xdb\xb6\xae\xda\xa6\x02\xd0\ \xd6\x55\x4e\xb0\xf7\xf6\xed\x89\x33\xca\x1a\x49\x10\x1e\xa5\x99\ \x10\x42\x70\x8e\x21\xe4\xbc\xe7\xbc\xbb\xfd\xe0\xc3\x5f\x7e\xfe\ \x73\x67\x0c\xa0\x30\x89\x42\xa3\xb5\x92\xdc\x68\x4d\x18\xb2\x5a\ \x0b\xcb\x19\xa1\x08\x61\x84\xd0\xd0\x02\x0f\x36\xb1\x5a\x1b\x8c\ \xc9\xce\xce\xfc\xc5\x8b\x67\x18\xe3\x81\x22\xb3\x2d\x2b\x38\xf8\ \x82\x52\x9a\xa6\x29\xf3\xbc\x30\x8c\xde\x0f\xe7\x52\x4a\x7e\xf4\ \xe1\x47\x6f\x5f\xbf\x51\x4a\x9d\x9d\x9d\x0d\x89\xeb\x9e\xe7\xdd\ \xbf\x7f\x9f\x31\xf6\xe8\xd1\x17\x00\x80\xd9\x6c\x36\xec\x9d\x18\ \x63\xc3\x1f\x30\x84\x0f\x0d\xf4\xce\xbe\xef\x7c\xdf\x0f\xc3\x68\ \x7f\x6f\xff\xa7\x3f\xfd\xe9\x68\x34\x32\xc6\x94\x65\x29\x84\xc8\ \xb2\xec\xfc\xfc\xfc\xc1\x83\x0f\x76\xf7\xf7\x10\x82\x61\x1c\x1a\ \x63\x1e\x3c\x7c\x10\x8f\x47\x40\xa9\x3b\x77\xef\x8e\x46\xa3\xd7\ \xaf\x5f\x77\x5d\xe7\xf9\x0c\x61\x38\x9f\xcf\x16\x37\xd7\x8c\xd1\ \xdb\x77\x8e\xcf\xce\xcf\xcb\xa2\x9c\x4e\xa7\x08\xba\xc0\x67\xc5\ \x76\x3d\x9b\x64\xd3\xf1\x77\xcb\x7c\xdb\x34\xd5\xeb\x97\x2f\xa3\ \x28\xe2\x3d\x97\xa2\x3f\xbd\xbc\xac\xda\xbe\xe9\xfa\x20\x08\xb2\ \x34\x0b\x89\x1b\xfa\x3e\x8f\xb1\x7c\xbd\xbe\x7b\xf7\x8e\xd3\xaa\ \x13\x9c\x20\x3c\x64\xf4\xad\xd7\x1b\x29\x65\x18\xa4\xad\xe9\xb7\ \xdb\x7c\x88\x83\x4b\x92\x64\xbb\xdd\x96\x65\xee\xfb\x3e\xa5\x64\ \x32\x19\x8f\xc7\x63\x08\xc1\x6c\x3a\x35\x06\x0c\x0a\x65\x6b\xed\ \xc0\x71\xb5\xd6\xee\xed\xed\xc5\x71\x8c\x31\xfe\x5d\xb9\xb9\x10\ \x42\x42\xf6\xcb\xe5\xb5\x36\xf2\x66\x79\x1d\x86\xe1\xd1\xd1\xd1\ \x78\x3c\x36\x5a\x23\x8c\x8b\x7c\x73\x76\x76\xba\xd9\x6e\x8d\x73\ \x5a\x08\x4a\xa8\x75\xb6\x28\x0b\x8f\x79\x9f\x7d\xfa\x8b\x6f\x7e\ \xf8\xd1\x47\x1f\x7d\x7c\x71\x7e\xf6\x47\x7f\xf4\x47\x42\x88\xf5\ \x7a\x7d\xf7\xce\xdd\xfd\xfd\xfd\x77\x8d\x0c\x04\xbc\xe7\x08\xa1\ \x7c\xbb\x75\xda\x20\x0f\x6e\x57\x6b\x6b\xec\x64\x34\x7e\xf3\xea\ \x35\x86\xa8\xeb\xba\xcd\x7a\x33\xce\x46\xeb\xf5\xd2\x18\x13\x27\ \x09\x26\xd8\x5a\xdb\x74\xed\xf5\xf5\x75\x36\x1a\x65\xe3\xd1\xd5\ \xd5\xd5\x74\x3c\xde\x9d\xcf\x9d\xb5\x57\xd7\xd7\xbe\xef\x1b\x6b\ \x31\x84\x7d\xdb\x56\x45\x71\xef\xee\x3d\xde\x77\x97\x8b\xa6\x97\ \x0a\x20\x68\xb5\x71\x00\x62\x82\xb2\x34\xbe\xbc\x3c\x4f\x92\x64\ \x3a\x1d\x25\x71\xf0\xe4\xc9\x93\x21\xc8\x64\xb9\x5c\xd6\x75\xbd\ \x5e\xaf\x47\xa3\xd1\xaf\xaf\x83\x81\x10\x18\x24\x09\x00\x4e\x70\ \x6e\x95\x1e\x62\xc4\xb4\x54\x08\x42\x25\x84\x56\x8a\x86\x50\x09\ \x09\x30\xae\x8a\x7c\x94\xa5\x7d\xd7\xbe\x7c\xf1\xa2\xe7\xed\x64\ \x92\xf9\x81\xff\x7e\xaf\x90\x73\x20\xcf\xb7\x42\x0a\x63\x0c\xa1\ \x74\x36\x9f\x13\xc6\x86\xd7\xf8\xea\xea\x6a\x34\x1a\xed\xee\xee\ \x39\xeb\x86\xb5\xaf\xef\xfb\x43\xc1\x47\x08\x51\x4a\x21\x84\xd6\ \x1a\x8c\xa1\x52\x22\x8a\x46\x87\xb7\xf6\xb4\x96\xaf\x5f\xbf\x74\ \x56\xdf\xbf\xff\x41\xd7\xb5\x45\x51\xf8\x9e\x97\x46\x51\x18\x46\ \x00\xe2\xbe\xe7\x49\x14\x50\x8c\xba\xae\xf7\x3d\x22\xfb\x5e\x49\ \x79\x76\x7a\x72\x7d\x7d\x59\xd7\x45\x18\x46\x1d\x6f\xb7\xf9\xb6\ \xeb\xdb\xe5\xcd\xaa\x69\x1a\xad\x4d\xd7\xb7\xd6\xe9\xdd\xbd\x9d\ \xf5\xba\x6c\x9a\xba\xae\xcb\x28\x0a\x01\x74\x52\x72\x21\xf5\xcd\ \xf2\x3a\x8c\x46\x69\x12\x19\xad\x9c\xa6\x37\xf6\x2a\x0a\x23\xce\ \x7b\x8c\x60\xbe\xdd\x3c\x7d\xfa\xb8\x28\xb6\x52\x88\xeb\xcb\x4b\ \x00\x1d\x41\xd8\x39\x8b\x11\x8a\xa2\x58\x4a\x49\x30\x22\x08\x09\ \xd1\xf7\x6d\xcb\x79\x8f\x10\xf4\x3c\x6f\xb0\x99\xd7\x5a\x5d\x5e\ \x5e\xe4\x79\x0e\x00\xa0\x94\x0c\xe2\x30\xad\x35\x42\xb0\x69\x5a\ \x6b\x2d\xc1\xd8\x39\x97\xa5\x59\x92\xc4\xf6\xbd\x16\x23\x18\xe1\ \xed\x76\x5b\x14\xc5\xcd\xcd\x8d\x73\x2e\x8c\xa2\x6f\x7d\xf3\x5b\ \x79\x9e\x43\x08\x2f\x2f\x2f\xab\xaa\xfc\x8b\xbf\xf8\xb7\x51\x14\ \xe5\x79\x1e\x86\xa1\x31\x66\x3e\x9f\x53\x4a\x87\xee\x23\x8a\xa2\ \xae\xef\x11\x42\xd6\x68\xad\xf5\xc1\xe1\xc1\xc1\xe1\xc1\xe3\xc7\ \x8f\xd3\x34\xfd\xf0\xc3\x0f\x87\x9c\xc4\xb6\x6d\x93\x30\xce\xe2\ \x58\x4a\x69\x7a\x19\x78\x3e\x42\xd0\x4a\xe5\x8c\xb1\x5a\x63\x08\ \xb7\xeb\xf5\x8b\x17\x4f\x4f\x4f\xde\x04\xbe\x8f\x11\x5a\x5c\x5f\ \xce\xa6\xbb\x2d\x6f\x8b\x7c\x5b\x57\x75\xdb\xd4\xd0\xa9\xbd\xf9\ \x14\x43\xd8\xb7\x5d\xdb\x37\x3b\xd3\x49\xd7\xd4\x04\x41\xc5\xbb\ \xa2\x28\x6e\x16\x57\x90\xd0\xd9\x6c\x6a\x56\x9b\xb6\x6d\x93\x34\ \xc3\xaa\xdb\xe4\x1b\x16\x84\x5f\x3d\xfe\x42\x21\x76\xe7\xce\xbd\ \x17\x2f\xde\x48\xad\xd2\x51\xf4\xab\x03\x43\x18\xf3\xb4\x56\x03\ \x8b\x70\x88\x61\x6e\x9a\x06\x63\x9c\x65\x69\xdb\x76\x65\x59\x48\ \x29\xd6\xeb\xf5\xad\x5b\x07\x41\x10\x9c\x9e\x5d\xb6\x6d\x0b\x00\ \x18\x8f\xc7\x5f\x7e\xf9\x25\x42\xc8\x0c\xd3\x3d\x63\x7b\x7b\x7b\ \x03\x67\xfb\xbf\xff\xcd\xe5\x00\xc0\x08\x29\xa3\xf2\x62\x6b\xad\ \x5d\xad\xed\x36\xdf\x7c\xf2\xc9\x27\x18\x63\x6c\x31\x44\xa0\xac\ \xf3\xa6\x6b\x1d\x84\xda\x59\xa8\x35\xf3\x98\xb3\x4e\x72\xbe\x5e\ \xdd\x3c\x7d\xf6\x95\x52\xdc\x59\xf3\xed\x6f\x7f\xfb\xe6\xe6\x46\ \x4a\xb9\x58\x5c\x5f\x5e\x5e\x0e\x84\xfb\x41\xdd\xba\x5a\xad\x66\ \x13\x37\x9b\xcc\xb4\x31\x27\xa7\x27\xce\x19\xa9\xe4\xc5\xe5\x79\ \x9c\xc4\xdb\xcd\x86\xf7\x5d\xdd\xd4\x7d\xd7\xed\xef\xef\xfb\x41\ \x40\x28\x29\xcb\xb2\xa8\x4a\xce\xf9\xeb\xd7\xaf\xfd\x30\xb0\xce\ \xad\x96\x4b\x23\x14\x17\x9c\x10\x12\xf8\x81\xd2\x8a\x10\x72\x7e\ \x7e\x9e\x24\x49\x18\x85\x10\x42\xa5\xad\xb6\xd2\x18\x67\x9d\x03\ \x00\x3a\xe7\x26\x93\x89\xc7\x28\xc6\xf0\xea\xe2\xdc\xf3\xbc\xb2\ \xc8\xfb\xae\x05\x00\x2c\x16\x8b\xf1\x78\x0c\x9c\x5d\xaf\x96\x94\ \x52\xc1\xfb\x93\xb7\xf9\x78\x32\x8b\x82\xb0\xaa\x72\x86\x01\xc3\ \x44\x29\x45\x30\x79\x47\x2e\x75\x00\x38\x0b\x9c\x11\xa2\xa7\x84\ \x22\x08\x28\x41\xdb\xf5\x8a\xf3\xee\xe6\xfa\xb2\x6a\x2b\xdf\xf7\ \xde\xc3\xca\xf9\xd7\x16\x77\x75\x5d\x6b\xad\xc3\x30\x1c\x94\xe1\ \x6d\xdf\x17\x45\x21\x84\x40\x88\xdc\xbb\x77\x8f\x12\x82\x31\xf5\ \x3c\x16\x04\x01\x63\x2c\x08\x82\xe1\xf4\x58\x6b\xad\xb5\x10\x40\ \x8c\xf0\x38\x4d\xa5\x10\x71\x1c\x4f\x47\xe3\xd9\x64\x42\x30\xfe\ \xf2\xd1\x23\x4c\x70\xdb\xb6\xb7\xf6\x77\x11\x82\x52\x08\x42\x99\ \xe8\x7b\x63\x4c\x9e\x6f\x29\x45\x5f\x3d\x7e\xbd\x5a\x2f\xe3\x38\ \xfa\xfa\xc9\x57\x0f\x1e\x7e\xa0\x95\x18\x8f\x0e\x44\xdf\xad\x38\ \x07\x0e\x6e\xb7\x5b\x8c\x29\x21\xb8\x6b\xe4\x7a\xb5\x0a\x03\x3f\ \xf4\x83\x9e\xf7\xd0\x01\x67\xed\xed\xa3\xe3\xc5\xe2\x4a\x09\x91\ \xa6\x19\x46\xe8\xe0\x68\xef\xea\xea\x32\x1e\x25\x5d\xb3\xff\xf9\ \xe7\xbf\x8c\x93\xb8\xef\xbb\xb6\x6b\xea\xb2\xa8\xab\xe2\xd9\xb3\ \xaf\xcb\xb2\x60\x84\x60\x8c\xa2\xd0\xd7\x5a\x6a\x29\x3d\x8f\x69\ \xc3\x8d\x51\x52\x70\xad\xac\x10\x3c\xcb\x32\x8c\x51\x5d\xd7\x4a\ \x49\x84\x3c\xad\x55\x9e\x6f\xa4\x94\x43\xfd\xd3\x5a\xd7\x75\x2d\ \x8d\x19\x9e\xfb\x30\x65\x43\x04\x87\xde\xf3\xfd\x3e\x79\xa5\xe4\ \xd5\xd5\x55\x92\x24\x8c\xd1\xf9\x6c\x96\xa6\xe9\xdb\xb7\x6f\xbf\ \xfe\xfa\xeb\xa2\x28\x6e\xdf\x3e\x4e\x92\x64\x30\x32\x19\xc0\x04\ \xdf\xf7\x07\xf2\xdd\x50\x54\xfc\xc0\x6f\x05\x4f\xe2\x90\x73\xa1\ \x95\x9e\x8c\x26\x7b\x7b\x7b\x61\x18\x3e\x7d\xfa\x54\x6b\xad\x94\ \x1a\x8d\x46\xa3\xd1\x48\x09\x45\x08\x46\x08\x09\xce\x01\x00\xa2\ \xed\x2f\x2e\xce\xbe\x7a\xfc\x58\x49\xf5\xe6\xcd\xdb\x97\xaf\x5e\ \x16\x45\xc1\x18\x19\x8f\xb3\xeb\xeb\xeb\x9b\x9b\x65\xdb\x74\x65\ \x59\x45\x51\x64\x2d\x78\xf1\xe2\xa5\xef\xb1\x28\x0c\x9b\xb6\x6d\ \xbb\xb6\xeb\xfb\xf9\x7c\x1e\x46\xc1\xa3\xcf\x3f\x4f\xb2\x8c\x51\ \xba\x7f\xeb\x16\x60\xbe\xb6\xee\xee\x9d\x3b\x4f\xbe\xf8\x2c\xc2\ \x86\x52\x5a\x14\x45\xd7\x54\xc2\xe1\x9f\xff\xf3\xbf\x2c\xae\xae\ \x42\xe6\x23\x84\xa4\x54\xbe\xef\x4b\xa9\x92\x24\xee\x5a\x09\xa1\ \x51\x52\xd6\x75\x5f\xd7\x15\x21\x74\x7f\x7f\xff\xea\xea\xa2\xeb\ \xd6\x83\x3c\x79\xbb\xdd\xe6\xc5\xb6\xa9\x6b\x08\x01\x84\x70\xb3\ \xd9\xe4\x79\x3e\x78\xe1\xc7\x71\xac\xb5\x96\x52\x4e\xa7\xd3\x41\ \xbd\xf7\x3b\x30\x2d\x3a\x00\x20\x44\x04\x23\x4a\x31\x04\x42\xc8\ \xb2\x69\x56\x9b\x6d\x92\xc4\x08\x21\x07\xa1\xb6\x4e\x48\x69\x9c\ \x75\x10\x4a\xa3\xac\xb3\x1e\x65\x18\x81\xaa\x2a\x2f\x2f\x2f\x36\ \xab\x35\x42\xce\x5a\xa3\xb5\xee\xfb\x7e\xb3\x59\x97\xdb\x0d\xc6\ \x18\x63\x3c\x88\xfa\xa4\x94\x4a\xab\x37\x27\x6f\x8a\xa2\x30\xc6\ \x54\x75\x75\xbd\xb8\x72\xc0\xfe\xe4\xa7\xff\x58\x16\xe5\x7a\xb3\ \x41\x10\x66\x71\xa2\xb5\x8e\xe3\x48\x19\x93\xa6\xe9\x83\x07\x0f\ \x2e\x2f\x2f\xf7\xf7\xf7\x8b\xba\xd2\x4a\xa5\x61\xe4\x80\x75\xce\ \x59\x63\xba\xae\xc5\x84\x78\x1e\x13\x42\xdc\xbe\x7d\x1c\xc7\xb1\ \x31\xd6\x5a\xe7\x9c\xb5\xd6\x42\x88\x9c\x83\x00\xb8\x2c\xcb\x46\ \x69\x1a\x86\xe1\xcd\xf5\x95\xef\xfb\x08\x82\xbd\xdd\x1d\xad\xd5\ \xdb\x37\xaf\x7d\x8f\x11\x8c\xfa\x8e\xef\xcc\x67\x08\x21\xab\x15\ \x04\x40\x6b\xcd\xbb\x3e\x99\x64\x49\x1c\xd6\x75\x6d\xad\x05\xda\ \x01\xe7\x20\x00\x94\x90\x28\xf0\xb3\x34\xc5\x98\x02\x40\xd2\x38\ \x5a\x6f\xf2\xe5\xcd\xf5\xee\xfe\xee\x28\x89\xb7\x45\xce\x79\x3f\ \x14\xa5\xf7\x80\xba\xd2\x34\x0b\x83\x40\x29\x35\xbc\x18\x00\x00\ \xa5\x54\x92\xa4\xb7\x8e\x8e\x77\x76\x76\x30\xc2\x8c\x31\xce\xf9\ \x00\xa3\x28\xa5\x86\xc8\x62\x84\x10\x42\xc8\x63\x54\x2a\x71\x76\ \x72\x72\x74\x74\xa4\x84\x0c\x7d\x1f\x43\xf8\xd1\xc3\x6f\x14\x65\ \x21\xb8\xf8\x3f\xfe\xcb\x7f\xb9\x73\x7c\xa4\xb4\x52\xbc\x05\x10\ \x2d\x97\xab\xb6\x69\xfa\xbe\x13\xbc\xff\xe2\xd1\xe7\x59\x9a\x8e\ \x47\xd9\x7a\xbd\xfa\xaf\x3f\xf8\x7b\xc1\x7b\x82\x51\xdf\xb5\x82\ \x0b\xc6\x7c\x67\x0d\x22\x84\x51\xaa\xa4\xc4\x10\x69\xa9\xf7\x76\ \xf7\x8a\x32\xf7\x99\x87\x20\x72\xc0\xce\x67\x3b\x52\x08\x46\xd9\ \x78\x94\x05\xa1\x5f\x97\xe5\xf5\xf9\x79\x55\x6c\x19\xa1\xbb\xf3\ \xdd\xd7\x6f\x5f\xa9\xb6\x59\xae\x16\x4a\x29\x6b\x8d\xe7\x51\xa9\ \xb0\x14\x82\x73\x51\x16\xb9\xf0\x4d\x14\x27\x6d\xc7\xad\x35\x42\ \x72\x60\xa0\x52\x83\xcb\xfc\xbb\xa0\x03\x84\x06\x35\xaf\x73\xce\ \x0e\xb5\x7d\x10\xba\x43\x42\x11\x21\x51\x18\x51\x4a\xc7\xd3\x79\ \x59\x56\x4a\xbd\xf7\x6e\x11\x50\x4a\x87\x01\x90\x73\x31\xbc\xb4\ \x4a\xa9\xbe\xef\x0f\x0f\x0f\x7f\xff\xf7\xff\xc0\xf3\x7c\x08\x21\ \x63\x6c\x20\x2e\x29\xa5\x86\x86\x8b\x10\x42\x08\x71\xd6\x0d\xfe\ \xba\x69\x9a\x0e\x09\xa1\x83\x59\xfb\x76\xbb\x45\x08\xfd\xed\xdf\ \xfe\xed\xad\x5b\xb7\x92\x34\xe9\xba\x8e\x8b\x1e\x41\x54\x55\x55\ \x18\x84\xdb\xed\x76\xb5\x5a\x7d\xf6\xd9\x67\xdf\xfb\xde\xf7\xbe\ \xff\xfd\xef\xff\xe8\x87\x3f\x7a\xf4\xe8\xd1\x60\xf1\x84\x31\x21\ \x18\x2b\x65\x28\xc5\xce\xb9\x38\x8e\x9c\xb5\xbd\x90\x41\x14\xdf\ \x7f\xf0\x60\xbd\x5e\x73\x29\x8d\x31\xa3\x2c\x89\x92\x64\x3c\x99\ \x10\x4a\x3f\xb8\x7f\xef\x9f\x3f\x7d\x74\x71\x7e\x3e\xa4\x6c\xa4\ \xe3\xd4\x49\x76\x71\x75\x75\x79\x71\xee\x25\xe3\x30\x4a\x83\x30\ \x14\x4a\x78\x8a\x52\x8a\xfb\xbe\x7b\xfb\xf6\xed\xf1\xf1\x6d\xa5\ \xd5\x10\x1c\xe3\x80\xdb\x6c\xb6\x7b\x7b\x7b\x9b\xcd\xa6\xef\xfb\ \x20\x08\x94\x92\x9c\x0b\xe7\x1c\x02\x08\x13\xec\x7b\x7e\xdf\xf7\ \xcb\xe5\xd2\xf3\xbc\x61\x79\x0d\x21\xfc\xf8\xe3\x8f\x31\xc6\xc3\ \x5d\x86\xff\x55\xf5\xc2\x6f\xcd\x13\x15\x0a\xa9\x9a\x5e\x00\x88\ \xb5\x71\x0e\x22\x0b\xe0\x93\xa7\xcf\xde\x9c\x9c\xad\xf3\xa2\xac\ \xdb\x8e\x0b\x03\x9c\xb5\x16\x38\xe7\xac\xe3\x5c\xb4\x4d\xe3\x7b\ \x9e\xb3\xb6\xae\xaa\xd3\xb7\x6f\xe6\xb3\x59\xdb\xb6\x82\x8b\xae\ \xeb\x9c\xb5\xc6\x5a\x63\x2c\xc1\xd8\x59\x3b\x78\xbd\x17\x45\x5e\ \x35\xb5\xb6\x26\x2f\x0b\x00\x61\x2f\xf8\xd9\xc5\xf9\x36\xcf\x9b\ \xae\x9d\xce\xa6\x9f\xfc\xe1\x1f\x66\xe3\x31\x25\xa4\xae\xeb\xbe\ \xef\xab\xaa\x3a\x38\x38\x78\xf0\xe0\x81\xef\xfb\x77\xee\xdc\xc1\ \x18\x25\x49\x32\x9b\x4e\xc6\xa3\x34\x08\x3c\x08\x1d\x04\xd6\x68\ \xc5\xfb\xf6\x60\x7f\xef\xa3\x6f\x3c\xf0\x18\x1d\xf6\xee\x08\x41\ \x42\x08\xc6\x88\x31\x4f\x2b\xb5\x59\xad\xda\xa6\x55\x52\x6d\xb7\ \xb9\x31\x26\x8e\xe3\x24\x49\x07\x48\x02\x42\xe8\x79\x3e\x63\xcc\ \x39\x47\x19\x1b\xa5\xe9\x28\xcb\x66\xb3\xe9\x68\x34\x02\x0e\x24\ \x71\xbc\xbb\xbb\x1b\x85\xa1\x31\x1a\x3a\xa0\xb5\xc2\x10\x44\x61\ \xd8\x54\x15\xef\xbb\xd5\xcd\xc2\x1a\xbd\x5a\x2d\xcf\xcf\x4e\xcf\ \xcf\x4f\xcf\x4e\xde\x72\xde\xc3\xf7\x0a\xa1\xb1\xd6\x96\x65\x09\ \x11\xea\xba\xce\x5a\xbb\x5e\xaf\x9b\xba\x69\xdb\x36\x0c\x03\xc6\ \x98\xd2\x9a\x52\x0a\x00\x1c\x1a\x2e\xe7\x5c\x9e\xe7\xeb\xf5\xba\ \x28\x0a\x6b\xed\xf5\xf5\xf5\x17\x5f\x7c\xf1\xf8\xf1\x97\xff\xe9\ \x3f\xfd\x6f\x5d\xdf\x4a\xc9\x8d\xd5\x65\x59\x58\x67\xc2\x30\x88\ \x93\x50\x08\xee\x79\x4c\x4b\xc5\x85\x10\x42\x94\x45\x49\x08\xda\ \x9b\xcf\xeb\xaa\xba\x38\x3f\xdf\xdf\xdb\x4b\xc2\xd8\x1a\xf3\xe2\ \xc5\x73\xdf\xf7\x8e\x8f\x0f\x1f\x3c\xb8\x5f\x56\x45\xd3\x56\x0e\ \x18\x2e\xfa\xaa\x2c\x1c\x00\x9e\x1f\x44\x51\x8c\x09\xd9\x6c\xf2\ \x37\x6f\x4e\xca\xb2\x41\x90\x78\xcc\x67\xcc\x4f\x93\xec\xf4\xe4\ \x64\xb1\xb8\x8e\xc2\xa0\x2c\x8b\xeb\xeb\x1b\x4a\xd9\xfe\xde\x2e\ \x00\xa0\x2a\xcb\xb7\x6f\x5e\xf7\x7d\xa3\xa5\xec\xea\x46\x0a\x09\ \xe1\xe0\x55\xe9\x61\x84\xb4\x92\x7d\xdb\x56\x45\xce\xbb\xce\x18\ \x63\x8c\xa9\xaa\xba\x69\x1a\xe7\xec\xb0\x30\xe5\x9c\x0f\xd7\xc4\ \x20\x4c\x19\x6e\x2e\xad\x55\xe0\x07\x08\x63\x6b\xdd\x50\x27\x38\ \xef\xdf\xdb\x5c\xa8\xac\x2a\xad\xb5\xb1\xf6\xe6\xe6\xa6\x6d\xdb\ \xd3\xd3\xd3\xf5\x7a\xad\x94\x3a\x3c\xbc\x35\xf4\x71\xc6\x18\x4a\ \x69\x10\x04\x84\x90\x01\x06\x29\x8a\x62\xb3\xd9\x48\x29\x7f\xf1\ \x8b\x5f\x6c\x37\x9b\xef\x7f\xff\xfb\x8f\x1f\x3f\x1e\xfc\x20\xab\ \xaa\x02\x00\x4c\xa7\xd3\xd9\x6c\x96\xa6\xe9\x76\xbb\xc5\x08\x2b\ \x29\xb4\x54\x5d\xdb\xd6\x65\x75\x74\x78\xe4\x33\xf6\xf5\x93\x27\ \x59\x9a\xee\xef\xed\x25\x71\xf4\xcf\x3f\xfb\xa9\xd1\x6a\x6f\x67\ \xf7\x0f\xbe\xfb\xdd\xbe\x6d\xd6\xab\x35\xef\xb9\xe0\xa2\xa9\xab\ \x32\xdf\x62\x42\x66\xb3\x9d\xf1\x78\x7a\x79\xb5\x78\xf9\xea\xb5\ \x73\xb0\xac\x2a\x88\xe9\x64\x3a\xf7\xbc\x40\x4a\xf9\x8b\x9f\xff\ \x4b\x14\x7a\x5a\xa9\xd7\x6f\xde\x34\x6d\xfb\xc1\x07\x0f\xb2\x2c\ \xab\xf2\xfc\xe5\x8b\x17\xcf\xbf\x7e\xa2\x95\x5a\xaf\xd6\x10\x22\ \x6b\x2d\xe7\xdc\x5a\x97\x24\xb1\xb5\x46\x08\xb1\x5e\x6f\xd6\x9b\ \xcd\x60\x09\x97\xe7\xdb\xc5\xe2\x7a\x48\xc0\xd1\x5a\xf7\x7d\xa7\ \xb5\xd6\x5a\x7b\xcc\xeb\xfb\x7e\xb5\x5a\x71\xce\xf3\x3c\x67\x8c\ \xed\xee\xee\x06\x41\x90\x24\xc9\xf0\x50\x7e\x63\x91\xfe\x2d\xf5\ \x5c\xd6\x5a\xea\xb1\xf1\x64\xe2\x07\x41\xdf\x73\x04\xa0\x03\xd0\ \x58\x7b\x7a\x7e\x5e\x54\xd5\xe1\xa1\x1d\x4f\xc6\xd9\x68\xb4\x5c\ \x2e\x1d\x00\x94\x12\x4a\x28\x30\x46\x29\xe5\x31\x6f\xb1\xb8\x56\ \x42\x18\xa3\x17\xd7\xd7\xe7\x17\x97\x4a\x29\x29\x78\xbe\xdd\x60\ \x0c\x87\xcc\x05\x46\xa8\xb5\x16\x11\x4c\x3d\x66\x9c\xad\xda\x1a\ \x21\xa4\x81\x09\x83\x70\x67\x94\xdd\xfd\xe0\x9e\xef\xfb\xcf\x9e\ \x7c\x9d\x84\x49\x10\x86\x4d\xdb\x02\x08\x08\xa1\x8c\xb1\x28\x8a\ \xb7\xdb\x6d\x92\xa5\x71\x9c\x38\x6b\xa7\xd3\x59\x96\xa6\x8c\xb1\ \xba\xae\x95\x52\x49\x92\x24\x49\xb2\xd9\x6c\xb8\x10\x51\x1c\x41\ \x8c\xac\x73\x00\x20\x08\xb1\xb5\x8a\x31\x3c\x70\xf7\x17\x8b\x2b\ \x42\x68\xdb\xd4\xce\x81\xaf\xbe\x7c\xec\x9c\x9b\x4d\xa6\x10\xa1\ \xc5\xf5\x35\x02\x10\x01\x38\x19\x8f\xfd\xfd\xfd\xb6\x15\x7d\xdf\ \x13\x8c\x9d\x03\xce\x5a\x88\xa0\xef\x79\x51\x14\x3b\x07\x8c\x35\ \xa3\x2c\xbb\x7d\x7c\x6c\x8c\x6b\x9a\x5a\xf0\xbc\xef\x78\xdd\xb4\ \xb3\x9d\x59\x1c\x85\x46\xe9\xa3\x5b\xb7\xc2\x20\x70\xef\x19\xe5\ \x00\xda\xb6\xe5\x3d\x7f\x27\xd2\xec\x78\x3a\x1a\x31\x8f\x4d\xa7\ \x53\x04\x61\x91\xe7\x4e\x5b\xe6\x05\x10\x42\x82\x31\x65\x6c\xc0\ \x1a\x86\xce\xeb\xa7\x3f\xfd\xe9\x97\x5f\x7e\x11\x07\xde\x6a\x71\ \xf5\xe9\xa7\x9f\xfe\xf9\x9f\xff\xf9\xd0\x8e\x49\x29\x87\xf6\xc1\ \xf3\x98\x03\xa6\x28\xf2\xa6\xe9\x76\x76\x76\x07\xa4\x4c\x48\xfe\ \xcb\x5f\x7e\x36\x18\x43\xce\x77\x66\xcf\x5f\x3c\xc5\x08\x19\xad\ \xee\x1c\x1f\x86\x41\x60\x94\x2a\x78\x4e\x30\x21\x84\xb6\x6d\x3b\ \x1a\x4d\x08\x62\x14\x12\xab\x1d\x46\x58\x72\x51\xd7\x35\x82\x28\ \x49\xa3\x51\x3a\x0e\x83\xf0\xeb\xa7\xcf\xac\xd5\xc0\x58\xa9\xa4\ \xef\xfb\x04\x42\xce\xc5\x50\xab\x44\xcf\xe3\x5b\x11\x70\x60\xa8\ \x13\xd6\x5a\x6b\x0c\xc6\x50\x2b\xd5\x34\x0d\x84\xc0\x5a\xb7\xb3\ \xb3\x83\x20\x6d\xda\xc6\x18\x63\xad\x03\x43\x75\x04\x60\xd8\x1e\ \x0e\x83\xa0\x10\xd2\x18\x63\xad\xd5\xea\xdd\xff\x9e\xa6\x69\xd7\ \x75\x7e\xe0\x33\xe6\xbd\x9f\xcb\x0d\xc6\x78\xb9\x5c\x72\xce\xbb\ \xae\xfb\x93\xff\xf8\x1f\x7f\xf1\xf3\x4f\x9d\x73\xb3\xd9\xec\xe1\ \xc3\x6f\x64\xd9\xa8\x6d\x5b\x29\x55\x18\xfa\x00\x00\x42\x29\x46\ \x58\x6b\x5d\x96\xe5\xe0\x23\xf2\xf4\xe9\xd3\xbf\xf9\x9b\xbf\x89\ \xa3\xf0\x8b\x2f\x3e\xaf\xeb\xfa\xc3\x0f\xbf\x31\xec\x85\xbb\xae\ \x43\x08\x51\x46\x31\xc6\x0e\x80\xae\x6d\x8b\xa2\xf4\x3c\x96\x24\ \xc9\xa0\x70\xc8\xf3\xfc\x67\x3f\xfb\xd9\x5f\xfe\xe5\x5f\x16\x45\ \x9e\x25\x69\x9e\x6f\x11\x42\xfb\x07\xfb\x43\xc2\xe3\xe5\xc5\x0b\ \xca\xa8\xef\x07\x7d\xcf\x29\x65\x84\xf9\x5f\x3f\x7d\xfe\xf1\xc7\ \x1f\xf9\x41\xa0\x8c\xc9\xd7\x5b\xce\x79\xcf\x85\x1f\x84\x47\x47\ \x47\xff\xfc\xb3\x9f\x30\x64\x8f\x3f\xf8\xb0\xef\x7b\xca\x98\x56\ \x26\x8e\xd3\xd7\x75\x63\x9d\x55\x4a\xb2\xc0\xed\xec\xec\xfc\xcb\ \xbf\xfc\xdc\x67\x03\x4f\xd0\x77\xc0\x69\xad\xaf\xae\xae\x08\x62\ \x7d\xd7\xa5\x59\xba\xb3\x33\x3b\x3b\x3f\x1d\xdc\x10\x08\xc1\x75\ \xdd\x28\xa5\x8c\xd1\xcc\x63\x86\x1b\x4c\x48\x14\x45\x43\x84\x0d\ \xe7\x1c\x42\xd8\xf5\xbd\xe0\x7c\xb3\xd9\x48\xa9\x10\x82\x7f\xfd\ \x1f\xbe\xf7\x3b\xc1\x8a\x80\x10\x4a\x29\xab\xba\x06\x10\x5a\xe0\ \x30\x25\x1d\xef\x11\x84\x5e\xe0\x1b\x67\xf3\x22\x5f\x6e\xd6\x52\ \x29\xe8\x60\x55\x57\x84\x60\x8a\x71\x96\x24\x82\x73\x46\x49\x55\ \x6c\x02\xea\xe5\xeb\xe5\xb3\xe7\x5f\x35\x6d\xeb\x9c\x5b\x2f\x96\ \x65\x59\x38\xab\xb1\x03\xd8\x3a\x1f\x63\x2b\xa4\x66\x14\xf8\x14\ \x41\x07\x30\x09\x7d\x3f\x89\x92\x28\x8c\xb8\x94\x90\x31\x1c\x87\ \xad\x35\x9b\xb7\x27\xd3\xf1\x64\x67\x3e\x5f\xad\xd7\x59\x1c\x5a\ \x2e\xea\xcd\xb6\xde\xae\x15\xef\x52\x8f\x6d\xd6\xab\x33\x60\xe2\ \x28\x36\x52\x02\x67\xb5\x92\x94\x52\x42\xc9\xc9\xe9\xe9\x8f\xff\ \xf1\x27\xdb\x6d\x41\xa9\x6f\xa5\x84\xce\x3a\xeb\xa0\x73\xa1\xc7\ \xb2\x24\x88\xc3\xa9\x73\xd6\x59\x83\xac\x12\xd2\x1a\x6b\xba\xae\ \xcb\x92\x64\xb5\x5e\x11\x4a\x82\xd0\xaf\xfb\x26\xce\x92\xe3\xbb\ \x77\x84\xd0\xdb\xa2\xc8\x37\xf5\x6c\x36\xcb\xbb\x8e\x52\x9a\x97\ \x75\x51\x55\xda\x3a\x4c\x69\x3a\x1e\xe5\x65\xb5\xb8\xbe\x6e\xdb\ \xae\x6d\xb9\xd4\x92\x60\x9c\x44\xfe\xf1\xc1\x7e\x55\x57\x49\x1c\ \x31\x4a\xed\xfb\x02\x2e\x18\x41\x67\x35\x82\x80\xf3\xce\x68\x5d\ \xe4\x1b\x82\x70\xb9\xdd\x84\x51\x64\xad\x6d\x8a\x8d\x75\x40\x08\ \x89\x10\x9c\xcf\x77\x66\xb3\x59\xdf\x96\x10\x80\x7c\xb3\x78\xfa\ \xe4\x51\xbe\x59\x56\x18\x31\x42\x9f\x3e\x7b\xfa\xa7\x7f\xf6\xa7\ \xd9\x28\x7b\xf5\xea\x55\x59\x15\x18\xe1\x47\x8f\x3e\xa7\x94\x38\ \xe3\xf2\xa2\xb8\xba\xbc\xd4\x42\x6e\xd6\x9b\xba\x2a\xce\xce\x4e\ \x5e\xbf\x7e\xf5\xf1\xc7\x1f\x31\xcf\x23\x84\x7a\x94\x19\xa5\x42\ \xc2\xac\x54\x37\x17\x97\x71\x14\x16\x45\xa1\x81\x81\x08\x48\xc5\ \x6f\x96\xd7\xce\xda\x38\xf6\xd6\x9b\x05\xa1\xc4\xf7\x59\x59\x29\ \x35\xd5\x3b\xe7\x00\x00\x20\x00\x49\x44\x41\x54\x6b\x25\xa3\x59\ \xdf\xb7\x52\x72\x4c\xe0\xc5\xd5\x05\x82\x50\x1a\x51\x56\x45\xe0\ \x7b\x9b\xed\x66\xf0\x1d\x96\x9d\x28\xd7\x39\xaf\xb9\xb5\x06\x3a\ \x60\x34\x50\x52\x2b\x29\xac\xc3\x9c\xb7\x71\x12\x26\xfb\xb7\x7c\ \xdf\x1f\x76\xed\x10\x22\x08\x9d\x10\x12\x00\x34\xd8\x5c\x43\x08\ \x8d\x91\x00\x3a\x88\x9c\x75\xd6\xf3\x3c\x80\x51\xdf\x77\xa3\xd1\ \x78\x3c\x9e\x3a\x08\x8d\xb6\x84\xbc\x2f\x87\x1e\x42\x23\x05\xb2\ \x7a\x36\x9d\x56\xf9\xa6\x6f\x4b\x60\x65\x55\xac\xfb\x36\x5f\x2e\ \xa0\xef\xfb\x4a\x2a\x0b\xe1\x76\xbb\x85\x10\xc6\x61\x78\xfb\xf8\ \xd8\xa8\xbe\x69\x84\xb5\xf2\xbf\xfe\xf0\xef\xce\xae\x4e\x7a\xce\ \xa3\x38\xf8\xec\xcb\xcf\xae\x6f\xae\x6f\x1d\xdc\x42\x10\x9e\x9e\ \x9c\x1c\xec\x1f\xac\x97\xab\x97\xcf\x5f\xfd\x87\xff\xf1\x7f\xda\ \x6c\xd7\xe7\xe7\xa7\xce\xb9\x83\x83\x83\xaa\x2a\xb5\xd6\x7f\xf7\ \x77\x3f\xd8\xdf\x3b\x38\x3a\x3c\x2e\x8a\x8a\x32\x1f\x22\x04\x21\ \x0a\xfd\xb0\x2a\x0a\xd9\xf7\x1e\x23\xda\xe8\x5e\xb4\xc2\xa8\x75\ \xbe\xb1\xc0\x52\x8a\x5e\xbd\x7a\xa6\x94\xf4\x28\x71\xd6\xd6\x55\ \x11\xfa\x1e\xa3\x78\x75\x73\x23\xb8\xe8\x34\xdf\xfe\xf2\x97\x5d\ \xc7\xab\x7c\x65\xad\xbc\xd9\xae\x57\x45\x45\xfc\x28\x2f\x4a\x4c\ \xbc\xd3\xb3\xd7\xd7\x9b\x0b\x69\x05\xc6\xa4\xe3\x62\x93\xd7\x3b\ \x3b\xb7\x4e\xcf\x16\x3b\x3b\xbb\xe3\xe9\x14\x63\x72\x76\xb5\x7c\ \x7b\xba\xc8\xf3\xaa\xee\x54\x96\x25\xca\x42\x0b\xa9\xc3\x10\x12\ \x46\x08\x20\x1a\xee\xec\xdd\xf2\x18\x0b\xc3\x68\xbe\xe3\xf9\x7e\ \xe0\x1c\x98\xcf\xf7\xd2\x34\xf5\x3c\xdf\x18\x85\x7e\xd3\x7a\xf1\ \xb7\x77\x73\x19\x63\x36\xc5\x16\x53\x42\x29\xb5\xd6\x46\x71\x24\ \xa5\x14\x52\x68\xa3\x1d\x70\xa3\x2c\x6b\xdb\xde\x28\x93\x84\x31\ \x40\xae\x69\x1b\x5f\x79\xc0\xd9\xb6\x6d\xb0\x0b\x52\xdf\xd7\x9c\ \xd7\x9b\x25\xe7\xc2\x5a\xc7\xbb\xaa\x6f\x2b\xab\x25\x25\xc4\xa7\ \x84\x20\x00\x81\x85\x18\xb5\x1d\x5f\x5e\x5c\x02\x69\xa2\x34\x48\ \xfd\xd8\x19\x47\x00\xb6\xca\x38\x07\x1f\x7c\xf8\x61\x93\xac\xbb\ \xba\x86\x10\x3e\xb8\x77\xef\xf2\xfc\x2c\x89\xa3\xa3\xfd\xdd\x7c\ \xb5\xe0\x75\x15\x45\xfe\x28\x09\xa1\x33\x7d\xdf\x00\x88\x8c\x56\ \x71\x1c\x11\xca\xa4\xd6\x10\x93\xdf\xfb\xd6\xb7\xde\x9c\x9d\x61\ \x88\xa1\x1d\xcc\xce\x2c\x41\xc0\x59\x65\x24\x97\xd8\x1e\x1f\x1e\ \xfa\x8c\x06\xcc\x7b\xfe\xea\xcc\xa3\x4c\x40\x6e\x8c\xee\xba\xd6\ \x0b\x7c\x69\x5c\xdb\x75\x2d\xef\x16\xcb\x1b\x3f\x48\x88\xe7\x75\ \x42\x50\xe6\xcf\x76\x0f\x84\xe8\xb9\x10\x79\xdd\x70\xa9\xbc\xc0\ \x87\x84\x2c\x56\x6b\x61\x4c\x34\xca\xb8\x94\x00\xd9\xd9\x7c\x06\ \x9c\x1a\x65\x71\x96\x46\xef\x6f\x88\x0a\x00\x00\xa0\xeb\x1a\x6b\ \x4d\x51\xe4\x43\xe0\xa3\x73\xce\xf7\xfd\xd7\x2f\x9f\x7b\x9e\xe7\ \x7b\x5e\x51\x95\x55\x5d\x79\xcc\x8b\xa2\xa8\x6f\x0a\xab\x3a\x29\ \xa5\x31\xe6\xe2\xf2\xa2\x2e\x56\x8c\x02\x80\x80\x81\xf6\x7a\x79\ \xbd\x58\x5e\xef\xec\xef\x7c\xf5\xe4\xcb\xaa\x2a\xe2\x38\xde\xac\ \x57\x41\xe0\x17\x79\xee\x51\x26\x7a\x7e\x7d\x79\xf9\x93\x7f\xfa\ \x49\x96\xa5\x8f\x1e\x3d\x5a\xdc\x5c\x7f\xf3\x5b\x1f\xaf\xd6\x2b\ \xea\xf9\xc8\x41\xe0\x00\x02\xf0\xc5\xb3\x17\x41\x18\x48\xde\x13\ \x82\x20\xc6\xd6\x69\x4c\xa0\x10\x52\x1b\x2e\x64\xeb\x79\xde\x62\ \x71\xe1\xfb\x3e\x63\xb8\xaa\xf2\xbe\x6f\xca\xb2\x94\x4a\x01\xe0\ \x28\x25\x4a\x2b\xc6\x28\x20\xc0\x41\x77\xb3\x5c\x10\x8c\xd3\x28\ \xbe\x2e\xeb\xf5\xf5\x02\x10\x88\x30\x04\x96\x58\x63\x02\x3f\x4a\ \xe2\xc8\x41\xd4\xb4\x95\xe0\x3d\x04\xc1\xe5\xe5\x1b\x2e\x7a\xdf\ \xf7\x11\x22\x75\xd5\x1a\x6d\x21\x44\x84\x22\x8c\x91\x73\xda\x01\ \x37\x1e\x8f\xac\x35\x71\x1c\xa6\xc9\x88\xfa\x01\x26\x04\x00\x94\ \xe7\x39\xf5\xbc\xaa\x6a\xb6\xdb\x1c\xbf\x6f\x52\xac\x35\xba\x6f\ \xea\x8e\xd1\xb3\xb7\x6f\xb6\xab\xe5\x1b\x04\xba\xba\x7a\xfa\xd5\ \x17\x9e\xe7\x85\x61\xc8\x85\x78\x73\x7e\xd6\xf7\xfd\xce\x6c\x36\ \xc9\xc6\x5a\x74\x51\x1c\x97\x55\xf1\xea\xf5\xb3\x4f\x1f\xfd\x5c\ \x39\x09\x19\xd0\xd8\x15\x4d\xf1\xfa\xf4\xcd\xd1\xd1\xe1\x74\x3a\ \x59\x5e\xdf\xdc\xbf\x73\xff\xf4\xcd\x19\xb0\xc0\xd8\x77\xf9\xe4\ \xc6\xda\x1f\xff\xf8\x1f\x1e\x3f\x7e\xfc\xf0\xe1\xc3\x7f\xfc\xc7\ \x1f\xff\xd9\x9f\xfd\x99\x94\x4a\x49\xcd\x98\x07\x31\xb1\xce\xad\ \xd7\xab\xcf\x3e\xfd\xb4\xa9\x6a\x6b\x34\xa5\x54\x03\xe7\x20\x10\ \x56\x14\xe5\x46\x8a\x1d\x25\xba\xf5\x7a\x0d\x20\xf4\x28\x8e\x02\ \xff\xf9\xb3\xa7\xab\xf5\x8a\x60\x22\x84\xa0\x1e\x43\xce\x31\x0a\ \x11\xd0\x10\xd9\xd7\xa7\x27\xdc\xb9\x5b\x77\xee\xbf\x79\xf9\x4a\ \x4a\xf5\xfa\xed\xcb\x78\x14\x8f\x27\x63\x00\x50\x14\xc6\x07\xb7\ \x8e\xa3\x74\x3c\xdf\xd9\xc7\x98\x4c\xa7\xc9\xf5\xf5\xb5\x36\xf6\ \xe1\x87\x1f\xfb\x3e\xa3\x14\x13\x4a\x28\x25\x10\x3a\xa5\x05\x63\ \x8c\x51\xca\xb9\x52\xca\x30\x46\x07\xa2\xfc\x00\xf3\x03\x00\x30\ \x46\x4a\xa9\x20\x8c\x06\xaa\xf6\x7f\xff\x9e\xcb\x5a\x1b\x06\xc1\ \x87\x1f\x3c\x70\x00\x0c\x66\xcd\xd6\xda\xc0\xf3\x42\xdf\x2f\xcb\ \x52\x21\x08\xac\x4b\xe2\xa4\x5b\xae\xb4\x51\x10\xc2\xd0\x0b\x8c\ \x32\xc8\x01\x2e\x38\x43\x08\x40\x2c\x7a\x01\x84\x6b\xbb\x0e\x21\ \xa4\x3b\xa9\xb9\xc2\x18\x3b\x0c\x2d\x85\x1c\x9a\xde\xc9\x80\x0b\ \xd8\x89\xf2\xfa\xe6\x60\x77\x4f\xb4\x2d\xcd\xc6\x06\x38\xd7\xf7\ \x8b\xb7\xa7\x69\x51\xac\xf3\x7c\x77\x77\x3f\x1d\xa7\x42\xf4\x07\ \xb7\x0f\xb9\x16\x61\x14\x1e\x1f\x1f\x95\x4d\x5d\x56\x45\xd3\x36\ \xfb\x87\x87\x6d\x5d\xf5\x5c\xa4\x49\x5c\x77\x2d\x44\x88\x50\x3a\ \x9b\x4e\x29\xf3\x16\x8b\x85\x14\x02\x00\x03\x9c\x79\x37\xea\x39\ \x00\x1c\xb8\xbc\xbc\xda\x99\xcf\xda\x51\xbb\xe1\x82\x0b\x6b\x0d\ \xf0\x92\xa0\xbe\xba\x3e\xbe\x77\x6f\x22\x44\x59\x55\xd0\x41\x82\ \xa9\x14\x6a\xb1\x58\xb4\xdd\xa9\xe0\x0a\x00\x98\xe7\xf9\xee\xde\ \x1c\x42\x00\x31\x5a\x6f\x57\x08\xa1\xae\xef\x16\x8b\x9b\x3f\xfa\ \xe4\x0f\x94\x54\xdb\xed\x66\x3c\x9d\x6d\xb7\xf9\xd3\x17\xaf\x8e\ \x0e\x0f\xdd\x2f\x3e\x73\xd6\xfe\xf1\x1f\xff\xb1\xff\x5e\xd3\xa2\ \x7b\x57\x33\xde\x41\x39\xc6\x18\x84\x06\x60\xa2\xb7\xd6\x48\x29\ \x84\x60\x7d\xdb\x0a\x2e\x10\x44\x4a\xa9\xcd\x66\x23\x84\xf0\x3d\ \xaf\x69\xdb\xb3\xb3\x33\xa3\xb5\x7d\x07\xf3\xdb\xf3\x8b\xf3\x93\ \xd3\x93\x4f\x3e\xf9\xc4\xf7\xbd\xd7\xaf\x5e\x45\x61\xb4\xd9\xac\ \xef\xdf\xbf\xaf\xb5\xd6\x42\x2e\x97\xcb\xe3\xe3\x63\x4a\x29\xe7\ \x62\xb9\x5c\x2a\x25\x2e\x2e\xce\x21\x84\x46\x6b\x8c\x31\x81\xac\ \xe7\xbc\xaa\x2a\xc2\xa8\x10\x52\x1b\x0d\x89\x15\x42\x48\x25\x9d\ \x03\x43\xf2\xc0\xcd\xf2\x26\xcf\xf3\x2c\xcb\xba\xae\x5b\x2c\x16\ \xbe\xef\x2b\xa5\x08\x25\x0e\x00\xcc\x28\xc1\xc4\x21\x83\x00\xa0\ \x84\x52\x4c\x0c\x31\xa3\x34\x5d\xad\x56\x52\x29\x67\xdc\xe0\x3b\ \xe2\x9c\x4b\xd3\x94\x50\x2a\x95\x32\x46\x4b\x29\x36\x9b\xbc\x6e\ \xaa\x20\xf4\xc2\x38\xd2\xc6\x02\x00\x3c\xe6\x2b\xad\x84\x10\xd6\ \x1a\xad\x04\xa6\xa8\xae\x6b\xce\xfb\xcd\x66\x4b\xc9\x22\x88\xd3\ \xf9\xce\x4e\x96\x8d\x28\xf3\x04\xe7\x65\x55\x09\x29\xc0\x7b\xba\ \x39\x03\x08\xd1\xe2\xe6\xc6\x0f\x82\xed\x76\xeb\x79\x9e\xe0\x82\ \x73\x5e\x14\x05\x00\xc0\xf7\xfd\x9e\xf3\xe5\x72\x89\x31\x6e\x9a\ \x16\x39\xf8\xf5\x93\x27\xd3\x9d\x79\xd5\xd4\xcf\x5e\xbd\x5a\xaf\ \x37\x82\x73\x87\x91\xd2\x0d\x30\xf6\x9f\xfe\xe9\x27\x7f\xf1\x6f\ \xfe\xfc\xce\xed\xdb\xaf\x5e\xbe\xdc\xdb\xdd\x79\xfd\xfa\x65\x10\ \x06\x7d\xd7\x84\x14\x16\x65\x89\x10\x62\x8c\x29\xa5\x96\xcb\xe5\ \xf5\xf5\xf5\x40\xc2\x10\x42\x64\x59\xba\xdc\x2c\x8d\x92\x45\x59\ \x2c\x97\x4b\xad\xb4\x92\x4a\x28\xd5\x09\x6e\xa0\xb3\xd6\x42\x8c\ \x2c\x70\x4d\xd7\xe6\x65\x31\x58\x4e\x5e\x5e\x5d\x0e\xa2\x94\xae\ \xeb\x82\x20\xa0\x8e\x62\x8c\x83\x20\x8c\xa2\x64\x93\x17\x7e\x18\ \x59\x98\x07\x71\x12\x26\x59\xd7\x75\x6a\x53\x1c\x1f\xdf\xf9\x83\ \xef\x7c\x97\xf9\xbe\xe8\x25\x63\x5e\xd7\x35\x83\x4d\x05\xf3\xe8\ \xdd\x7b\xb7\x2d\xb2\xda\x18\x67\x2d\xc2\x08\x21\x60\x8c\x1e\x46\ \x63\xe7\x5c\xdb\xd5\xd6\x5a\x88\xa0\xd2\x52\x48\x37\x1c\x4b\xad\ \xb5\xd6\x6a\x10\x38\x0f\x7b\xf0\xdf\x09\x9c\xcb\x39\xe7\x79\xde\ \x6c\xb6\xa3\x94\x0a\xfc\xf0\xe0\xe0\xe0\xe6\xe6\x66\xbd\x5e\x4f\ \xa7\x13\x29\x94\xd6\xba\xeb\xfa\xaa\x6a\x7c\xcf\xd7\x06\x01\x08\ \x83\xc0\x13\x5d\xcf\x3c\x06\x31\xf1\xfd\x00\x61\xaa\xa5\x93\x5d\ \x53\x56\x45\x9a\x65\x14\x51\xa3\x5d\x10\x86\xd2\x48\x83\x20\xa6\ \x98\x25\x61\x14\x44\x7d\xcf\xa3\x71\xba\x7b\xef\xf8\xd5\x9b\xd7\ \x67\xcd\x26\x8d\x93\x38\x88\xb2\x34\x95\x52\xde\xac\x96\x96\xa2\ \x24\x8a\x9d\x31\x45\x5b\x5b\xe0\x9a\xbe\x95\xd6\x08\xa7\x3b\x25\ \x5a\x29\x10\xa3\x75\xd7\x1a\x63\x1d\x46\x00\xa2\xc5\xcd\xcd\xde\ \xde\xc1\xee\xde\xee\xc5\xc5\xd5\x7a\xb5\x6e\x9b\x06\x20\x04\x91\ \x83\x00\x80\x77\x0b\x29\x50\x55\xf5\x83\x07\x0f\x98\x1f\x4a\x0d\ \x12\xdf\x1b\x4d\x04\x22\x78\xbe\xb7\x3b\x9f\xcf\x6f\x56\x4b\x04\ \xe1\x70\xa4\x94\x54\x49\x9a\x7e\xf3\x5b\xdf\x79\xf1\xe2\x65\xbe\ \x59\xf5\x9c\x13\x4c\x58\x42\x4c\xa9\x78\x27\x10\x06\xc0\xba\x9e\ \xf3\x97\xaf\xdf\x3e\x78\xf0\x41\x36\x9e\xbe\x79\xf3\xa6\xad\x1b\ \x4a\x69\xd9\xb4\xee\xfa\xba\x28\x8a\xd5\x36\x7f\xf8\x9d\xef\xa4\ \xd9\x68\xf0\x86\xfd\xff\xdb\xed\x0e\x6e\x0a\x5d\xd7\x41\x08\x87\ \x0d\x17\x00\x1e\x42\xef\x82\x9d\xdb\xb6\xe5\x42\x0c\xf8\xce\x10\ \x92\x3e\x2c\xbc\xaa\xaa\x1a\x30\x6c\x63\x1d\x80\xb0\x6b\xbb\xd7\ \xaf\x5f\x7f\xe7\x5b\xdf\x9a\x8c\x27\x57\xd7\xd7\x51\x10\x6e\xf3\ \xfc\x63\xcf\xdb\xac\xd7\x67\x27\x27\x03\xef\xb9\x69\x6a\x8c\xb1\ \x94\x22\x4b\xb3\x81\xf6\x69\x9d\xa5\x1e\x2d\xb7\x0d\x63\xde\x64\ \x36\x8d\xa3\xa8\xac\x2a\x8c\x31\x78\x17\x5b\x07\x04\xe7\x6d\x55\ \x37\x71\x75\xf2\xf6\x84\x10\x4c\x11\x96\x4a\x41\xeb\x30\x44\x98\ \x32\x29\x25\x24\x18\x18\x6b\xb4\x01\x0e\x30\xe6\x01\x08\xba\xae\ \x63\x8c\xcd\x66\xb3\xf5\x7a\x7d\x79\x75\xc5\x7c\xa2\xb5\x96\x52\ \x01\x08\xfb\xbe\xcf\xf3\xbc\xe7\xc2\x39\xd0\xf7\x7d\xdf\xc9\x20\ \x08\x85\xe8\xaf\xae\xae\x85\x94\x5d\xd3\x69\x3d\x40\xbf\x4e\xc8\ \xde\x5a\x8d\x31\x06\xc0\x19\x0d\x2c\x34\x82\x37\xbd\x54\x75\x5d\ \xcf\xe6\x3b\xb7\x6e\x1d\x38\x88\x01\x70\x94\x90\xf7\x82\xb9\x80\ \xb3\x76\x34\x1e\x35\x6d\x23\x95\xac\xdb\xa6\xae\x6b\x21\x65\xd3\ \xb5\x41\x17\x42\x08\x8d\x35\x4d\xd7\xb5\x6d\x8b\x11\x12\x3d\x57\ \xb3\x99\x75\xf6\xf2\xe6\x3a\x88\xa3\xe5\xcd\x8d\x94\xc2\x3a\x0b\ \x00\x54\x4a\x79\x88\x7c\xfd\xe4\xc9\xd5\xe5\xc5\x9d\xdb\xc7\xbf\ \xfc\xc5\x67\xcb\xd5\xea\xcb\xc7\x5f\x7e\xf0\xc1\x07\x14\xa3\xcf\ \x3f\xff\x7c\xb1\x58\x34\x4d\xcb\x18\xb5\xd6\x9e\x9c\x9c\x24\x71\ \x12\x04\xc1\x7a\xbd\x01\xce\x31\xc6\xba\xb6\xc5\x08\xfa\x41\x38\ \x99\xcd\x36\xab\x35\xc2\x08\x42\x68\x8d\x05\xd0\x61\x07\xf2\xed\ \xb6\xed\xbb\x8b\xab\xcb\xc5\x62\x31\x9d\x4e\x83\x20\xe0\x52\xf4\ \x5d\x37\x9e\x4c\xb4\x31\x10\x21\x21\x24\x66\x44\x19\x6b\x1d\x54\ \xc6\x9e\x9c\x9e\xe7\x79\x79\x75\xb5\x1a\xcc\xd1\x60\x8e\x5f\x9f\ \x9c\x5f\x9c\x5e\x7e\xef\xaf\xff\x7a\x6f\x77\x8f\xf7\xfd\xcd\xe6\ \x0a\x43\x3c\x9d\x66\x5a\xa9\x30\x0a\xb8\xee\x10\xb1\x08\x21\x6b\ \xdd\x30\x34\x0c\x32\xd2\x81\x6a\x03\x20\x18\xf4\xb0\xd6\x1a\xa5\ \x34\x82\x50\x1b\x4d\x30\x41\x18\xb5\x6d\x57\xd5\xb9\xfd\x1d\x41\ \xe8\x01\x00\x10\xa0\xcd\x66\x83\x11\xce\x46\x59\x55\x55\x10\x80\ \xc9\x78\xec\x79\xde\x37\x1e\x3e\x2c\xcb\xb2\x69\xdb\xd9\x6c\x1a\ \x04\x61\x51\x95\x5d\xd7\xca\x9e\x53\x42\x80\x71\xbe\x17\x20\x44\ \x9a\x8e\x4f\x46\xd6\x62\x04\x18\x03\x8c\x5a\xab\x21\x42\x00\x40\ \x84\x90\x1f\x78\xca\x6a\x2e\xc4\xd8\xb3\xf5\x66\x0b\x8d\xdd\x6e\ \xd7\x06\x5a\xe5\x34\xa4\x30\xaf\xf2\xfd\x9d\xf9\xc5\xd5\xf5\xea\ \xea\xb2\x03\x82\xf7\xf2\x70\x7f\xef\xf6\xf1\x61\xc3\x5b\xc5\xf9\ \x91\xba\x5d\xd4\x65\x23\xb9\x00\xa6\xe9\xda\xaa\x69\x11\x86\x3d\ \xe7\x42\xc9\x20\x0a\xe7\x7b\x3b\xaf\x4e\x5e\x77\x5d\x2f\x94\xe4\ \x52\xfa\xa1\x87\x30\x84\x00\x3a\x6b\x11\x82\xce\x39\x88\xb0\x05\ \xf0\x72\xb1\x9c\x8c\xa7\x94\x79\xb7\xef\xdd\x7d\xfa\xfc\xd9\xdd\ \x7b\xf7\x8e\x8e\x8f\xff\x9f\x4f\x7f\x61\x9c\x0b\xa3\x48\x4a\xc5\ \x05\xb7\xd6\xde\xbd\x73\xf7\xe2\xe2\x32\x8c\xc2\xae\x6b\xa4\x94\ \x82\xf7\xda\x68\xe6\xd1\xb2\xd1\xf7\xee\xdd\xbd\x7b\xf7\x9e\x03\ \x68\x34\x9e\xbd\xc9\x5f\x1f\xdf\xb9\xb7\xb8\xbe\x5e\x2e\x97\x62\ \xb3\x25\xd4\x0b\x92\xcc\x00\x64\xde\x9f\xcf\x05\x87\xed\xf2\x40\ \x74\x18\xfa\xdf\x81\xdf\x31\xf0\x1e\x86\xe5\x5a\xdf\xf7\x4d\xd3\ \x04\x41\x30\x1e\x8f\x47\xa3\x91\x10\x62\x60\x36\x1b\x63\x20\xc6\ \xce\x59\x82\xe1\xd9\xc9\xc9\xc5\xc5\xc5\x78\x94\xdd\x2c\xae\xad\ \x52\x18\x81\xed\x66\xad\xa4\xaa\xab\xda\x39\xd7\xf7\x6d\xd3\x34\ \x49\x1c\x1b\xab\x21\x02\x75\x5d\x33\x46\xb5\x52\xbe\x1f\x6c\xed\ \x86\x50\x6c\x8c\x19\x60\x4a\x42\xc9\x10\x3b\x30\xe8\x28\xfb\xb6\ \x3f\x3d\x3d\x09\x42\xaf\xef\xfb\xba\xa9\xac\xb5\x10\x02\xad\xa4\ \xe7\x7b\xd8\x22\x84\xa0\xb3\xc6\x19\xe3\x7b\x7e\xe8\x7b\x55\x55\ \x01\xeb\x8e\x6f\x1f\x4d\x26\xe3\xe3\xe3\xa3\xcd\x76\x63\xdc\xbb\ \x60\x31\x04\xe1\xaf\x29\x7e\x42\x70\xad\x35\xa5\xb8\x69\x9a\xbc\ \xcc\x7b\x2e\x3c\xe6\xa7\xe9\x28\x8a\xe2\xd9\x6c\x96\xa6\xc9\x97\ \x5f\x3e\xba\xb9\xb9\x36\x56\x43\x07\x11\xc2\x83\x00\x48\x1a\x2d\ \x95\xbc\xb8\x38\xcf\xf3\x6d\x36\x9e\x00\x04\xdf\x2f\x6c\x71\xa8\ \xd5\x94\x92\x21\xa1\x72\x90\x79\x0f\xb0\xbd\xb3\xd6\x3a\x27\x00\ \x68\xbb\x6e\xb3\xdd\x6a\xa5\xa0\x73\xf9\x76\x73\xb0\x7f\x30\x99\ \x4e\x91\x54\x45\x59\x08\x29\x0d\x04\x04\x10\x82\x88\xb3\x6e\xb3\ \xd9\x7e\xf5\xe5\xe3\x4f\x7e\xff\x0f\x08\x81\x37\x8b\xcb\xb2\xc8\ \x07\x3e\xf0\x66\xbb\x39\x3b\x3b\x89\xe2\xb8\xae\x8b\x20\xf0\xf2\ \x7c\x1b\xc6\x41\xdf\x77\x6d\xd7\x79\x8c\x31\xc6\x20\x7c\xe7\x2e\ \xa5\x8d\x6d\xbb\x56\x28\x35\x9b\xcf\x83\x28\x82\x10\xd6\x4d\xb5\ \xda\xac\xbf\xfe\xfa\x49\x10\x86\x18\xa3\xba\xae\x84\x10\x7d\xdf\ \x33\xcf\x03\xc0\x31\x8f\x0e\x26\x22\x9a\xbb\x8e\xf7\xda\x5a\x88\ \xc8\x74\xbe\xbb\x7b\xeb\xf8\x47\x3f\xfc\x11\xb0\x0e\x41\x82\x10\ \x63\x14\x9f\x9e\x5e\xfe\xfd\xdf\xfd\xe0\xdf\xff\xbb\x7f\x3b\x9d\ \x8e\xad\x53\xbb\x3b\x53\xca\xd0\x74\x3a\x35\xc6\x88\xb6\x2b\x36\ \x79\x5d\xd7\x42\x68\xa5\xb4\xd6\x9a\x73\x01\x01\x1a\xde\x08\xe7\ \x0c\xe7\xbd\x36\x5a\x2b\x6d\x8c\x46\x08\x03\xe0\x18\xf3\x28\xa5\ \x3d\xef\x19\x65\xc3\xf1\xfb\x1d\xc0\xb9\x00\xd4\x46\x11\x8c\x19\ \xa3\x46\x6b\xc6\xd8\xf0\x2c\x8d\xd6\x00\x80\xa3\xa3\xa3\xcb\xcb\ \xcb\x28\x8e\xa5\x94\x91\xf4\xb5\xe0\x4d\x5d\xef\x1d\xdf\x76\xd6\ \x46\x7e\x28\xa5\x20\x94\x02\x9f\xd6\xba\x33\x21\xad\x81\x6a\x9b\ \xb2\xe9\x5b\xe7\x8c\xcf\x18\x54\x8e\x57\xcd\xe2\xfc\x5c\xc5\xcd\ \xcd\xe2\x0a\xfa\x74\xf9\xea\xb9\x00\x66\x3a\x9f\x93\x80\x6e\xaf\ \x97\xb3\x2c\xdb\xac\x57\x5d\xdf\x9a\xc6\x2b\xf3\xa2\x29\xb6\x23\ \x3f\xb4\x5a\x2b\xa5\x56\xab\x55\xd7\x75\x5c\x88\x56\x88\x55\xb1\ \x35\xce\x94\x75\x27\xad\x73\xd6\x12\x4c\xcb\xb2\x0c\x82\x00\x13\ \xf2\xd5\x93\xaf\x3c\x9f\x39\x67\x06\xd0\xd0\x5a\x87\x10\x04\x18\ \x6e\xf2\x6d\x51\x96\x4d\xdd\x12\xca\x46\x13\x76\xff\xc1\x07\x97\ \x8b\xab\xf5\x76\x3d\x5a\x8d\xce\xcf\xce\xbe\xf9\xed\x6f\xdd\xbf\ \x7f\xff\xe6\xe6\xe6\xe4\xe4\x14\x02\xf7\x83\x1f\xfc\xe0\xfc\xe2\ \x7c\x34\xca\xfa\xa6\x29\xcb\x3c\x2f\xf2\xe9\x74\x12\x45\xc1\x62\ \xa9\xef\xdd\xbb\xfb\x27\x7f\xfa\xa7\x5f\x7c\xf9\xe4\xfc\xea\x2a\ \xcd\x46\x0f\x1f\x3e\xac\xea\xda\xab\xea\x9b\xc5\xa2\x2c\xab\xf9\ \x74\x76\x7c\x7c\x1b\x21\xf4\xdf\x32\xaa\x0f\x3e\x10\x94\xd2\xa1\ \xb1\x42\x08\x75\x5d\x37\x2c\xd4\xa4\x52\x43\x67\xae\xb5\x16\x42\ \x0c\x63\x57\x5d\xd7\xc3\xce\x5e\x4a\x49\x31\xb2\xc6\x40\x08\xf3\ \xcd\xfa\xe2\xfc\x6c\x7f\x77\xaf\x6d\xea\x75\xd7\x87\x61\xe8\x9c\ \xad\xca\xa2\xed\x5a\xcf\x63\x52\x4a\x84\xe0\x6a\xbb\x24\x18\x4b\ \x29\x8d\x69\x3d\xcf\x93\x52\x49\x25\x10\x46\x0e\x80\xcd\x76\x83\ \x11\xc6\x04\x03\x07\x10\x84\xcc\xf3\x7c\xdf\x0f\xfd\x60\x09\x96\ \xce\x39\x00\x1c\x00\x36\x4d\x62\x4c\x48\xdf\x77\x75\x55\x3b\x67\ \x30\x46\xce\xda\x30\x08\xa7\xd3\xc9\x78\x34\x7e\xf6\xec\xd9\xd5\ \xe5\xc5\xde\xee\xae\xe7\xb3\x9b\xe5\x8d\x52\x02\x61\xd8\x34\x1c\ \x20\x3c\x1c\x74\x84\xd0\x64\x3c\xd6\xc6\xac\x36\x1b\x42\x88\x31\ \xee\x6a\xb1\xe8\x78\x6b\x0c\x48\x0e\xc6\x1f\x7d\xfc\x7b\x0f\x1e\ \x7c\xe3\xe0\xd6\x41\x55\xe5\xcf\x9e\x3f\x4b\xc7\x63\x4a\x09\x01\ \x68\xd0\x39\x58\xeb\x3a\xd1\x2b\xad\x07\x26\x91\x10\xbd\x1f\x04\ \x41\xe8\xbf\x37\x13\x55\x6b\xe3\xfb\x5e\xdd\x34\x75\xd3\x70\xce\ \x85\x94\xf3\xf9\x5c\x69\xdd\xb4\xad\x52\xb2\xe9\x5a\x4c\x89\x54\ \xca\x59\x7b\xb3\x5a\x11\x42\xf7\x0f\x0f\xb9\xe0\x5c\x0a\x4a\xa9\ \xb3\x06\x58\x07\x1d\xb2\x5a\x29\x21\x9f\x3f\x7f\xfe\xf1\x87\x1f\ \x25\x49\xfc\xf2\xf9\x73\x84\x2c\x21\x28\xcf\xb7\x4a\x09\x42\x49\ \x10\xf8\x4d\x53\xf7\xbc\xcb\x8b\x7c\x7f\x7f\x7f\x71\x73\xed\x9c\ \x65\xd4\x6b\xda\x86\x52\xaa\x84\xec\x05\x3f\xbf\x3c\xef\xda\x96\ \x79\x9e\x73\x8e\x12\xe2\x33\x36\x1d\x8d\xfc\xc0\xdf\x6c\xb7\x94\ \x60\xa3\x11\xa5\x64\x34\x4a\x7d\x9f\x95\x65\xd5\x75\x6d\x10\x04\ \x92\x0b\xe4\xc0\xc1\xc1\x81\x17\x85\x5e\x12\x87\x49\xf2\x97\xff\ \xc3\x5f\xfd\xe7\xff\xf3\xef\x3f\xfd\xe5\x23\x0c\x71\xe0\x07\xe3\ \xf1\x4c\x0a\x21\x45\xb7\xcd\x97\x7f\xfb\x9f\xff\xf7\xf1\x24\xfb\ \xf6\xb7\x7e\x6f\x3c\xc9\x92\x24\x69\x9b\xe6\xcb\x2f\xbe\x7a\x7b\ \x75\x61\x9c\xf3\x98\xc7\x28\xeb\x7b\xc9\xb9\xd0\xca\x00\x00\x31\ \xa6\x98\x84\x04\x03\xa5\x81\x75\xca\xf3\xa1\xd1\x86\x32\x3a\x0c\ \xb9\xd6\x01\x00\x18\x44\xde\x6f\x04\x76\x7f\x5b\x38\x97\xb3\x41\ \x10\xec\xec\xcc\xeb\xba\x26\x04\x4f\x26\xa3\x34\x4d\xc2\x30\x70\ \x0e\x6c\x36\xeb\xf5\x7a\x39\x99\x8c\x77\x77\xe7\x9c\xf7\x76\x7f\ \x27\xdf\xe4\x97\xe7\xe7\xa3\x24\x72\x00\xc4\x71\x52\x55\xd5\x64\ \x3c\xf6\x92\x70\x34\x8e\xa4\x54\x01\xc4\xb3\xf9\xa8\x58\x85\xe2\ \x69\x85\xac\xd3\x52\x8f\xbd\xe8\x70\x32\x6f\x84\xb4\x01\x0e\xb3\ \xd8\x58\xb5\x5e\x2e\xba\xf5\xb5\x82\x26\x88\xd8\xab\xab\xd3\xc9\ \x24\x49\xba\x11\x17\xfc\xe1\xdd\x3b\xd5\x6a\xfb\xea\xe9\xd7\xa1\ \x17\x40\x00\x7e\xd9\xd4\x1a\x80\x9a\xf7\x67\x17\xe7\x27\x6f\xcc\ \xee\xce\x5c\x2b\xdd\xb4\x7d\x9c\x24\x04\x9b\xab\xc5\x82\x0b\xa9\ \xad\x31\xce\x42\x07\x02\x8f\x5a\x8b\x84\x50\x00\x00\x88\x31\x44\ \x08\x51\x7a\x79\x7d\x5d\x55\xf5\xe5\xf5\xd5\x74\x67\xe7\x67\xbf\ \xf8\xb9\x52\xda\xf7\xd8\xf9\xe5\x19\x57\x9c\x8b\xee\xab\x27\x5f\ \x52\xca\x82\x90\x75\x5d\xdb\xb4\xbd\xd6\xb2\x2c\xb5\x4f\xf1\x72\ \xb9\x24\x04\x5f\x5f\x5f\x96\x65\x19\xc7\xf1\x6a\xbd\x7c\xf6\xfc\ \x69\x5e\x96\xc5\x36\x8f\xe3\xb8\xeb\xfb\xb6\x6d\x21\x82\x3d\xef\ \xb5\xd2\x49\x9a\x7a\x81\x87\x31\x79\xaf\x82\x01\x9c\x73\x4a\xa9\ \xe1\x3e\x1a\x9c\xac\x07\xab\xfb\xa1\xab\xea\xfb\x1e\x41\xe8\x06\ \x38\x14\xc2\x41\xb4\xa1\xb5\xe6\x9c\x0f\x5c\x4a\xad\xb5\x12\xf2\ \xdd\x76\x58\xa9\xb3\xd3\x93\xc0\xf3\x9b\xaa\xae\x9b\x26\x8d\x62\ \xd5\xf3\xb6\x69\xac\xd5\x5d\x27\x01\x80\x84\x62\x59\x72\xc0\x18\ \xa5\x44\x88\xfe\x9d\x10\xc4\x59\xe6\x7b\x2d\xef\x94\xd6\xd0\xc3\ \x91\xef\x43\x00\x7d\xcf\x27\x84\x54\x65\x95\x65\x19\x23\x04\x63\ \x6c\x8d\xf1\x68\x46\x09\x99\x4c\x26\x6d\xeb\x89\x9e\x5b\xa5\xad\ \x73\xce\xb9\x28\x08\x02\xcf\x37\x5a\x43\x07\xda\xba\x9e\x7d\xfc\ \xb1\x47\x68\x53\x57\x16\x38\x07\x9c\x75\xce\x6a\x0d\x21\x02\x10\ \x3a\xe7\xca\x6a\x00\x2b\x13\x6b\xed\xab\x97\x6f\xaa\xb2\x88\xb2\ \x6c\x3e\xdf\x79\xf8\xf0\xc3\xdd\xbd\xfd\x34\x1b\x25\x49\xfa\x4f\ \x3f\xfd\x27\x07\xc1\xce\xce\x8e\x94\x02\x1a\xa0\x95\xc1\x04\x0f\ \xae\x18\x81\xef\x1b\x6b\xe7\xf3\x59\x36\x19\x0b\x29\x31\x42\xef\ \x77\x6f\x21\x84\xab\xba\xee\xa5\x44\x94\x0a\x25\xcb\xa6\x0a\x83\ \x10\x33\xd2\xd4\xcd\xb6\xc8\xcb\xa2\xd0\xd6\x08\x63\x08\x26\x08\ \x42\x4a\x69\xd5\xd4\x6f\xde\xbc\x96\x5a\xd7\x75\x43\x3d\x86\x30\ \x92\x42\x1a\xa1\x3d\xc6\x8c\xd2\x57\x17\x97\xa7\x27\x27\xd6\xe8\ \x97\xaf\x5e\x4c\xa7\x53\x08\xac\x94\xfd\xcd\xcd\xc2\x18\xbd\xdd\ \x6e\xb5\xd6\x00\xc0\x21\x0d\xaf\x6d\x5b\x08\x21\xe7\x42\x49\x49\ \x28\xe1\x9c\x6b\x63\xca\xba\x0a\x83\x20\x4b\x33\x67\xec\x74\x34\ \xba\xbe\xbc\x9e\xcf\x67\x14\x11\x46\x50\x1a\xc7\x69\x1c\x03\x00\ \xf6\x77\x76\x98\xc7\x9e\x3e\x7d\xe6\x9c\x6d\xbb\xce\xa3\x74\x9c\ \xc4\x07\xbb\x3b\xc9\x74\x22\xac\xf9\x77\x7f\xf5\x57\xcf\x5f\xbd\ \xfd\xfc\xd1\xa3\xef\xfe\xfe\x27\xc0\x41\x4a\xf0\x64\x34\x3d\x3f\ \x3b\x2f\xf2\xd5\xd8\x8d\x8e\x8e\x77\x0f\xf6\x77\xef\xde\xbb\x1d\ \x86\x9e\xd6\xe2\x87\x3f\xfc\xbf\x17\x8b\x6d\x6f\x91\x52\xda\xf3\ \xbc\x38\x4a\x38\x57\x49\x1c\xc7\x71\x00\x00\x62\xd4\x43\x08\x49\ \x25\x8c\x46\x61\x80\x10\xc6\xdb\xed\x96\xf3\xa1\xed\x0a\xd2\x74\ \x94\xa6\x09\xa3\xf4\x5f\x87\xe7\x7f\x9b\xbb\x45\x24\x78\x7f\x7d\ \x75\x66\xad\xf5\x7d\x9f\xf7\x4d\x96\x65\x94\x40\xc6\x98\xc7\xb0\ \xd1\xc2\x59\xa5\x74\x8f\xb0\xa5\x18\xcd\x27\x59\xb9\x59\xb6\x75\ \xe9\x9c\x33\x5a\x39\x08\x1a\xde\xea\x02\x08\x28\x3d\x84\x2b\xae\ \x52\xea\xc9\x7c\xab\xaa\x0a\x19\xe7\x61\x0c\x00\x60\xca\x4d\x98\ \x8f\x92\x71\x10\x27\x41\x1c\x1e\xf8\x71\x5e\x14\xb8\xd3\xa3\x34\ \x0a\x20\x9d\x12\x1f\xa4\xe3\x46\x89\x11\xf1\xe2\x74\x24\xda\x6e\ \x7b\xbd\x00\x10\x23\xe3\xe2\xe9\x88\x8e\x27\xab\xed\x26\xcb\x92\ \x20\xf0\x18\xa5\xbc\x17\x45\x59\x1d\xdf\x3a\xca\xb2\x51\xdb\x77\ \x5a\x2b\xa3\x8d\xe7\x79\x00\x22\x08\x10\x84\x43\x96\xad\x03\xc8\ \x68\xa3\x82\xc8\x17\x5a\x40\x88\xc6\xf3\xb1\x36\xa6\xe7\x3c\x4d\ \x32\xde\x77\x59\x91\x3c\x78\x70\x1f\x63\xbc\xdd\x6c\xac\x8e\xb2\ \xf1\x98\x4b\x63\x9c\xf3\x29\xb1\x4a\x6f\x37\x6b\xc6\xe8\x6a\xb5\ \x32\x46\x63\x84\xbb\xae\xbb\x59\xdc\x40\x4c\x8c\x55\xf9\x66\x15\ \x47\xc1\xfe\xfe\x1e\x74\x96\x12\x12\x78\x4c\x4b\x9e\x6f\xd7\x42\ \xf0\xf7\x0c\xff\x01\xc0\x5a\xcb\x18\x23\x84\x18\x63\x3c\xcf\x1b\ \xc8\xca\x43\x13\x47\x30\x46\x18\xc3\x5f\x11\xeb\x8d\x31\x6d\xdb\ \x0e\xdd\x19\x63\x6c\xa0\x11\x69\x23\x09\x26\x8c\x10\xa3\xe5\x6a\ \xb9\xf4\x19\xab\x9b\xda\x19\x5d\xd5\x85\x03\x46\x69\x65\xad\xe5\ \xa2\xa3\x94\x32\x46\xdb\xb6\x8d\xa2\xd0\x18\x2d\xa5\x74\xce\x22\ \x88\x1c\x00\xc6\x59\x88\x10\x63\x8c\x12\x82\x10\xd2\x4a\xfb\xbe\ \x1f\x47\x91\x12\xb2\x2e\xab\xc1\x4b\xc0\x39\x20\x05\x1f\x26\xd6\ \xa1\xeb\x69\xfa\x1e\x63\x4c\x30\x6e\xeb\xba\xa9\xea\xe9\x6c\x0a\ \x80\x1b\xda\xc0\x20\x08\x22\x11\x63\x82\x7f\x25\xcd\x45\x00\x38\ \x08\x20\xc6\x78\xbb\xdd\x48\x6d\x7d\xdf\xb7\xd6\x52\x46\x77\x76\ \xf7\xf6\x0f\x6f\xed\xee\xec\x4d\xc6\x93\xb6\xe9\x5e\xbc\x78\xf1\ \xe3\x7f\xf8\xf1\x6a\x7d\x13\x45\xe1\xf0\xf9\x03\xe3\xb4\xd0\x5e\ \xe0\x3b\xe0\xa0\x83\xc6\xda\x28\x8e\x46\xe3\xd4\x0b\x18\x22\x90\ \x32\x02\xde\x93\x15\x01\x94\x52\xd6\x18\xdf\xf7\x11\x42\x8c\xb2\ \x24\x4e\xb4\xd2\x82\x73\xc6\x18\xc2\x98\x20\x18\x65\x23\xa5\x54\ \xdf\x76\x84\x90\xb6\x6d\xdf\x9e\x9c\x60\x4a\x18\x63\x93\xf9\xbc\ \x6c\x4a\x29\x14\xf3\x7c\x08\x9c\x35\xb6\xa9\xab\x17\xcf\x9e\xae\ \x97\xcb\xb6\xae\xb2\x2c\x39\x3d\x7d\x4b\x28\x05\xc0\xf5\x7d\x6f\ \xad\x61\x8c\x75\x5d\x6b\x8c\x52\x4a\x22\x04\x56\xab\x65\x10\x04\ \x52\x0a\xe0\x80\x73\x0e\x20\xc8\x02\x3f\xc9\xd2\xbe\xe7\x01\xf3\ \x0e\x0f\x0f\x35\x97\x4d\x55\x51\x08\xf6\xe7\xbb\x83\x76\x62\x88\ \xb9\xcc\xb2\xcc\x27\x74\xb3\xd9\x28\x29\x31\xb3\x20\xd0\x4f\xbf\ \xfa\x72\xf7\xf0\xf0\x83\x8f\x3f\xfe\x5f\xff\xe7\xff\xe5\x8b\x27\ \x4f\xd3\xc9\xc4\x0b\x82\xed\x3a\xcf\xcb\xb2\xcc\x6b\xa3\xb5\xe0\ \x7d\x9c\x84\xdf\xf8\xc6\x83\xc9\x24\xcb\xb2\x24\x0c\xc3\x1f\xfe\ \xf0\x47\xff\xf0\x0f\xff\xb2\x33\x9f\x4f\x0f\xee\xce\x8f\x76\xc2\ \x38\x02\x16\x54\x55\x6d\xad\x2b\xf2\x0a\x02\xd4\xf3\xa5\x14\x32\ \x8e\x23\xe6\x51\x29\x55\x55\x6d\xfa\xbe\x77\xce\x0d\x39\x0c\x4d\ \xdd\xf5\x9d\x98\x4e\xa7\xe0\x77\xa4\xe7\x02\x00\x68\xad\xba\xbe\ \x8e\xe3\x18\x40\xbb\x5c\x5d\x41\x68\x20\x34\x42\x0a\xa3\x8d\xb1\ \x96\x8b\xb6\xeb\x0b\x4a\x89\xd3\x9a\x20\x8a\x81\x69\x9b\x5a\x2a\ \xa5\xac\x0a\xa3\xb8\xac\x72\x29\xea\x08\xc3\xc8\x0f\xb0\x01\xb1\ \x85\xb7\x0e\x0e\xbf\xbd\x7f\x5c\x15\xb5\x43\xc8\x22\xb8\xbb\xb7\ \x1b\x08\x3b\x1e\x1d\x63\x42\xa4\x92\x70\x77\xee\x1f\xfb\x65\x55\ \x26\x49\x42\x29\xeb\xda\x56\x1d\xcd\xab\x10\x10\x4a\x2c\xd7\x56\ \x6a\x25\x24\x66\x7e\xd1\xb7\xab\xb6\xac\x84\x4a\xc2\xc8\x0f\x43\ \xad\x85\x50\x02\x01\x92\xa4\x89\x76\x76\x71\x73\xd3\xf7\xbd\x7b\ \x07\xb8\x3a\x2d\x8d\x73\x50\x6b\xa3\xb5\x71\xce\xf9\x04\x11\x4a\ \x9a\xbe\xb1\xd0\x42\xe4\x96\xab\x85\x85\x40\x4a\xd9\xb6\x95\x14\ \xa2\xe7\xed\x17\x8f\x3f\x0f\x82\xa0\x6d\x6a\x8a\xf0\xd5\xe2\x52\ \x39\x44\x30\xf5\x19\xd3\x42\x34\x75\x35\xa4\x76\x63\x8c\xb5\x12\ \x43\x98\x90\x92\x42\xf0\x0e\x43\x84\x80\x05\xce\xf5\x5d\xe3\xac\ \x02\x88\xd6\x55\xa9\x24\x7f\x5f\x43\x54\xe8\x9c\x33\x46\x0f\x1a\ \x17\x63\x8c\xef\xfb\x03\xec\x35\x44\x10\x69\x63\x30\x00\xd0\xb9\ \x01\xbc\x1f\xbe\x38\x7c\xd7\x18\x33\x6c\x24\x31\x46\x18\xa1\x81\ \xea\xd9\xb7\xed\x76\xbb\x75\x46\x3b\xe7\xba\x76\x90\xf2\x30\x63\ \xec\x70\xfa\x29\x25\x9e\xc7\x92\x24\x62\x8c\x52\x46\xcc\xe0\xeb\ \x04\x80\x05\x20\x49\xd3\x5b\x47\x87\xbc\xeb\xad\x31\xc6\x18\x25\ \xe4\xba\xe7\x46\x6b\xcf\x63\x7d\xd9\x29\xad\x20\x00\xd6\x18\xa3\ \x55\xdf\xb5\x84\x52\x46\x09\xa5\x38\x0c\x42\x04\x40\x12\x86\x10\ \xe3\x24\x0a\xbb\x36\xc0\x18\x2e\x57\x37\xfb\xfb\x7b\x4a\x0b\x07\ \x28\x00\x0e\x21\x64\x2d\x70\x00\x0c\x39\x52\x8c\x79\xda\xf0\xe1\ \xa9\x8d\x47\xa3\xbd\x5b\x07\x61\x92\xd6\x4d\xb7\xda\xbc\xe2\x5c\ \x50\xe2\x49\x29\x19\x23\x75\xd3\x21\x42\x7a\xde\x1b\x69\x3d\x42\ \x21\x00\xc0\x42\xe7\x80\xd2\xca\x63\xcc\xf3\x18\x00\x16\xbd\x0b\ \x5b\x7c\x4f\x3e\x8a\x71\xd6\x02\x07\x20\x14\x52\x3a\x00\xb2\x71\ \x46\x3d\x66\x81\xc3\x84\x28\xad\xb4\xb5\x96\xf7\x18\x63\xe0\x1c\ \xc2\x18\x40\x68\x8c\xd1\xc0\x29\xde\x19\xe0\x1a\xde\x19\xe5\x22\ \x46\x10\x70\x04\xe1\xae\xef\xaf\xae\x2e\x95\x10\xc0\x39\x8c\xe0\ \xc5\xf9\x59\x94\x44\x00\x60\x6b\x4d\xdf\xf7\x03\x99\x60\x6f\x6f\ \x2f\x8e\xa3\xb6\x6d\x11\x42\x61\x18\x42\x04\x81\x73\xd4\x63\xc7\ \x77\x6e\xef\xef\x1f\x74\x5d\xcb\x3c\xaf\xeb\xfa\xd3\x37\x27\x56\ \x1b\x8f\xb2\xbc\xd8\x74\xbc\xf3\x3c\x4f\x08\x01\x21\xa8\xf2\x3c\ \x0d\x83\xc8\xf3\x3a\x46\x27\x49\xa2\x95\x8a\x03\xa6\x14\xdc\x2e\ \x17\xff\xd7\x9b\x57\x0d\x17\xd3\xfd\x5b\x42\xc9\x5e\x28\xa9\x44\ \x55\x57\x6d\xd5\x06\x8c\x01\x08\x0e\x0e\xf6\xb2\x2c\x25\x04\xa5\ \x69\xb2\xdd\x6e\x97\xcb\xf5\xc3\x0f\xee\xad\xd6\xf9\xab\x97\xaf\ \xf3\xa2\x1e\x65\xd9\x6c\x36\x43\x04\x1b\x25\xc3\x38\x30\xc6\x00\ \xc2\xc2\xc4\x53\x52\xe5\x65\x3d\x78\x25\x78\x01\xeb\xfb\x1e\x62\ \x40\x3d\xf2\x0e\x87\xfd\xff\xe0\xa0\xf9\x5b\x4c\xd0\xc0\x28\xf0\ \x09\xa3\xc8\x18\x69\xb4\x30\x46\x08\xd1\x62\x8c\xb8\xea\x8b\xb2\ \x48\xd3\x0c\x13\x13\x10\xec\xfb\xa1\x33\x06\x24\x81\x31\x2a\x49\ \xa3\x30\x49\xe2\xd1\x58\x3a\x1b\x1b\xb3\xaf\xf5\x2c\x4c\x03\x1a\ \x38\x69\x03\xe6\x29\xed\xd2\x8c\x08\x6b\x35\xc5\x5d\xd3\x02\x0d\ \xb0\xe3\x40\x1a\x06\x31\x25\xa4\xaf\x5a\x86\xb0\xcc\xab\xd6\x19\ \xc4\x68\xaf\x8d\xd1\xd0\x18\xc7\x10\x66\x16\x06\x84\x21\x42\x7b\ \x07\x54\xd3\x15\x4d\xe5\x05\x5e\xd7\x76\xd2\x88\xb6\xae\x21\xc4\ \x18\xa2\xf5\x66\xeb\x51\xcf\x6a\x8d\x10\x7a\x57\xdb\x35\x84\x10\ \x62\xc4\x10\x06\x10\x03\xca\xa8\xe7\x7b\x5d\xdf\x42\x04\x10\xc0\ \xcb\xf5\x02\x33\x3a\xc0\x60\x10\xc2\x24\x0b\xd7\x9b\x1b\xde\x73\ \x04\x5c\x18\x84\xd6\x39\x48\x42\x08\x49\xe0\xf9\x46\xf4\xc0\x82\ \xa6\x6d\xb4\x51\x00\x02\x42\x70\xd7\xb6\xe7\xe7\xa7\xc0\xc1\x21\ \x5a\xf1\xcd\xeb\x57\x9e\xcf\xd6\x9b\x8d\x96\xc6\x28\x43\x09\x76\ \x46\xc3\xff\xa6\x9a\x61\x94\x52\x42\x88\x21\x0f\x6d\xf8\x2d\xc3\ \x0d\x35\xf4\x2c\x52\x08\x08\x21\xa5\xf4\x57\xf6\x1b\x70\x80\xc6\ \x06\xbb\x08\x08\x9c\xd6\xca\x18\x83\x20\xec\x38\xef\xbb\x0e\x02\ \xa0\xb4\xd6\x08\x1b\xa5\x9d\x73\x00\x3a\x63\x8c\xb5\x46\x29\x81\ \x31\x1a\x44\xb3\xce\x5a\xa9\xe5\xbb\xce\x6b\xd0\xfd\x43\x98\x66\ \xa9\xd5\x16\x3a\x70\x74\x74\x54\x16\x85\x92\xd2\xf7\xbd\xd1\x38\ \xbb\x38\x3f\xb5\x0e\x30\x16\x1a\x63\x7c\xdf\x0b\xc3\x90\xf7\x1d\ \x82\xd0\x59\xc3\x98\xcf\x3c\x0a\x00\xa4\x18\x33\x42\x18\xa5\x7d\ \xd7\x6d\xb6\x6b\x80\xa0\x54\x12\x00\x8b\x31\xb6\xce\x42\x00\x00\ \x84\x18\x93\x41\xd8\x10\x04\x21\xc0\xd8\x0f\xac\xe7\x07\x52\xeb\ \x9e\x73\xeb\x00\x40\x04\x22\x84\x09\xb1\x00\x38\x08\x7b\x21\x98\ \xe7\x59\xe0\x3c\x4a\x7f\x1d\x91\x45\x08\x09\xc3\x10\x21\x6c\x81\ \x25\x04\xff\x4a\x10\xff\x9e\xad\xae\x90\xb2\xe3\x1d\xa9\x89\xd2\ \xba\xaa\xeb\x04\x00\x63\x6d\x55\x57\x41\x14\x55\x75\xbd\xdd\x6e\ \x3d\xdf\x67\x84\x40\x8c\x19\x63\xca\x18\x08\x21\xa5\x0c\x11\x8c\ \x08\x76\xd6\xf4\x7d\xcf\x30\x02\xd8\x6d\x56\xeb\xf9\x78\xcc\x08\ \xc1\x04\x69\x25\x05\x6f\x1d\xb0\x94\xfa\x4a\x2a\xe7\x6c\xd7\x75\ \x4a\xa9\xc1\x80\x74\xb0\x81\x2a\xcb\xb2\xeb\x7a\xca\x58\x23\xf8\ \x90\xfb\xcb\x18\x6b\xca\xf2\xf6\xe1\x11\xb6\xae\xde\x16\xa3\xc9\ \xe4\xf6\xf1\xe1\xd3\x17\x5f\x6b\xa9\x48\xe0\xfb\x9e\x8f\x09\x1e\ \xa5\x69\x5d\x94\xd0\x18\x04\x41\x12\xfa\x59\xe0\x83\x24\xe6\xd6\ \x1c\xdd\xbb\xfb\xe4\xe5\x4b\xad\x7a\x07\x30\x23\x44\xf0\x5e\x69\ \x41\x29\x96\x92\x87\x21\x99\xcd\x27\x00\xba\x28\x8a\xb4\xd6\x27\ \x27\x27\xd6\xb9\xdb\x77\xee\xfe\xd1\x9f\xfc\x9b\xde\xa2\x37\xa7\ \xa7\x4f\x1f\x3f\x7e\xfe\xf2\x6b\x08\x81\x1f\xf8\x47\xc7\x47\xb3\ \xf9\x24\x41\x2c\x08\x02\x25\xf5\xcd\x62\x69\x81\x74\xc0\x11\x02\ \x43\xcc\x9c\x33\x71\xea\x0f\xca\xf3\x34\x4b\x7f\x57\x70\x2e\x08\ \xa1\xd6\xaa\x13\x2d\xa6\x18\x3a\x48\x08\x02\xce\x1a\xab\xa5\x32\ \x0e\x1a\xc6\x08\x84\x06\x43\xda\xb7\xad\x25\x4a\x73\xd5\xb5\x7d\ \xd7\xf5\xd3\x24\x91\x4a\x37\x4d\x85\x29\x49\x20\xfe\x3d\x3f\xe9\ \x8b\x86\xeb\x3a\x19\x4d\xf3\x55\x4e\xa3\xd8\x61\x7c\xb3\x59\x07\ \xa3\x6c\xb4\x3b\x47\xb1\x6f\x3c\x92\x85\xa1\x07\x31\x03\x70\x75\ \x71\xb1\x5d\xae\xc6\x47\xb7\x82\xc9\xe8\x6a\xb3\x96\x52\xa4\x80\ \x6e\xae\x16\x21\xf3\x46\x49\xe6\x05\x01\x09\xc2\xd8\x59\xaf\x2a\ \xcb\x8b\xf3\x84\x4c\xea\xb6\x92\x56\x2a\x29\xa1\x43\x8c\x92\x34\ \xc9\xb4\x32\x46\x1b\xa9\x95\x85\x90\x7a\x9e\xd0\x12\x02\x88\x20\ \x24\x08\x41\x04\x31\xc2\xc6\x1a\x46\x3c\xa5\x15\x40\x36\x8a\x23\ \x6d\x2d\x84\xc0\x28\x03\x9c\xf3\x19\xf3\x08\x75\xc6\x30\x4a\x8d\ \xd6\x5a\x5b\x0c\x0d\x80\xc0\x19\xad\xb5\x81\xc0\x31\x46\x43\x1a\ \x6c\xf2\x75\xdd\x0a\xdf\x0f\xf6\xf7\xf6\xa4\x54\x46\x1b\x8f\xb1\ \xb2\x2c\xad\x36\xbc\x6d\x8d\x03\xd8\x01\x46\x71\xd7\xb6\xbf\x31\ \x50\xe0\x5f\xf9\xec\x09\xc1\xc3\xcf\x0e\x13\xe2\x3b\x83\x0d\xe7\ \x06\x8b\x02\x42\x88\xb1\x56\x29\x85\x10\xc2\x18\x0f\xab\xc6\xc1\ \xc4\x75\x78\x70\xc3\x22\xd5\x39\x67\xad\x1b\x14\x7f\x52\xe9\xa6\ \x69\x71\x8a\x08\x21\x42\x0a\x21\x84\x73\x2e\x8a\x42\x21\xb8\xb3\ \x6e\x58\x5d\x0e\x08\x8e\x92\xca\x58\x1b\x84\x21\x04\x60\xbd\x5e\ \x87\x41\x10\x7a\x81\x50\x2a\x88\xc2\x5e\xf4\x2d\xef\x44\xab\x0e\ \xf6\xf7\x95\x76\x10\xc2\x20\x8c\x81\x03\x4d\xdb\x42\x84\xfb\x5e\ \x18\xe3\xb4\x75\xcc\xf7\x9c\x05\x45\x55\x4a\xa5\xa5\xd2\x49\x92\ \x72\xce\xaf\xaf\x16\xf3\xdd\x9d\xbe\xef\xdb\x4e\xfc\xfa\x63\x81\ \x00\x38\x67\x7d\xdf\x97\x4a\x45\x71\x60\x2d\x10\x42\x0e\x46\x3d\ \x00\x00\x8f\x32\x04\xac\xd6\x1a\xe3\x61\x5f\x69\x9d\x75\x00\x40\ \x84\xf0\x3b\xae\x80\x73\x10\x01\x8f\x7a\xbe\xe7\x39\x67\x01\x70\ \x94\xd0\xf7\x5e\x8b\x38\x00\x30\xc2\x18\x21\x82\x08\x82\x48\x4b\ \x65\x8c\x29\x8a\xa2\xeb\xba\x2c\x1d\xe5\xf9\xf6\xd6\xc1\x2d\x48\ \xf0\xd5\xd5\x15\xb0\x0e\x63\x4c\x09\x25\x5a\x95\x4d\x05\x31\x0e\ \x20\xb0\xc6\x22\x30\x18\x67\x38\x65\xd5\x66\xbb\xe9\xfb\x43\x85\ \x51\xdb\xb4\x4b\x00\x88\x47\x90\x35\x5d\x5d\x0f\xd8\x16\x04\x40\ \x29\xc5\xfb\x0e\x00\xe0\xf9\xd4\xf3\x48\x5d\x97\x82\x77\x84\x90\ \x28\x08\xca\x6d\xb1\xb9\x59\xcd\xa6\xb3\x52\x6e\x31\x44\x07\xfb\ \xbb\x67\xbd\xc8\xf3\xfc\xe1\xee\xc3\x2c\xc9\x4e\xde\x9e\xec\xef\ \xef\x4d\x26\x93\xed\x76\x5b\x97\x0d\x04\x90\x60\xb6\x5e\x6d\x3f\ \xb8\x77\x9b\x50\xbc\xad\x4a\x05\x60\xab\x8c\xb3\xa0\x97\x22\x4c\ \x32\xa9\x0c\x41\x08\x23\x2c\xad\x30\xd6\xcc\xa6\xf3\xe9\x24\x73\ \x46\x8e\x46\x89\x35\xee\xe4\xe4\xa4\x2a\x6a\x94\x79\xc6\x3a\x4a\ \xf0\x83\xfb\xf7\x80\x55\x45\x51\x18\xc5\xb5\x35\xd6\xf4\x18\x6a\ \xc1\x45\x1a\x7b\x93\x9d\x11\x74\x26\x4d\xc2\x8b\xcb\xf3\xb6\xce\ \x93\x2c\xe1\x5c\x32\x0f\x11\x0a\x94\x96\xce\xca\xdf\x58\x30\x7e\ \x7b\x5e\x11\x06\xa3\xdc\x41\xa4\x21\x36\x2e\x09\xa7\x10\x7a\xad\ \x30\x2c\xf2\x30\xf2\xd2\x38\xc6\xc0\x62\x61\x19\xf0\xb1\xa6\x18\ \xf9\x2c\x9b\x78\xa9\xd6\xc0\x62\x02\x65\xd7\x05\x18\x8c\x31\x4b\ \x97\x85\x4f\x58\x91\xa4\x6b\x67\x4f\x9d\xfb\xc3\xdf\xff\xc4\x20\ \x24\xd7\x37\xd9\x28\xc9\x46\x69\x92\xcc\x34\xc2\x61\x4c\xa9\x53\ \x21\x03\xa1\x94\xe4\x72\x3d\xd9\xd9\x01\x07\x3b\x05\xa6\xfb\xc9\ \x08\x52\x64\xf6\x76\x94\x50\xb7\xbe\xf1\x61\x14\x86\x4d\xdd\x2c\ \x5e\xbd\x4a\x81\x9e\xd7\xe5\x36\xcf\x67\xf3\x89\x25\x96\x22\x82\ \x21\x86\xc6\x06\x7e\x60\x8c\xeb\xfa\xee\xe4\xfc\x4c\x48\xd1\x68\ \xee\x31\x02\x2d\x00\xd6\x22\xe7\x80\xb6\xd0\x82\x0f\x6e\xdf\xaf\ \x79\x4b\x28\x15\x4a\x7a\x94\x41\x0b\x81\x1b\xb6\xde\x0e\x42\x48\ \x09\xd9\x19\x1f\x00\xe7\x8c\x31\x10\x41\x88\x10\x80\x10\x38\x3b\ \x48\x6d\xb5\x56\xd6\x5a\x74\x86\x90\x03\x01\xf3\xf6\xe6\x7b\x5a\ \x3b\x25\x14\x84\x60\x9c\xce\x9a\xb6\x69\xca\xfe\x1b\x0f\x67\xa7\ \xa7\x67\x77\xee\xde\x39\xbc\x75\x48\xa9\x67\xdf\x53\xb7\xe8\x06\ \x36\xb2\x31\x8a\x52\xaa\x94\xc0\x38\x02\x00\x4a\x69\xad\x75\xd6\ \x3a\xc6\x42\x6b\x01\x41\x74\x08\x58\xaa\xaa\x0a\x01\x2c\xa5\x64\ \x94\x31\xe2\x71\xc4\x9d\xb1\x10\xa2\x01\x60\xd2\xca\x68\xe3\x3a\ \x2e\x94\xb1\xca\x02\x04\x90\x92\xaa\xe3\x52\x49\x19\x04\x01\x70\ \x10\x02\x84\x21\xe1\x2d\xef\xfa\x36\x0c\x43\x45\x95\x60\x52\x1b\ \x1b\x78\xbe\x36\xee\xf2\xfa\x66\x7f\x6f\xaf\x51\xe2\xe9\xe9\x6b\ \x4c\x51\xa1\x6b\xd1\xf3\xcc\xcc\xb8\xb3\x4a\x2a\xdf\x98\x28\x8a\ \xea\x7c\x2b\x01\x90\x10\x48\x08\x7c\xdf\x67\x69\x0a\x1c\xf0\x00\ \xe0\x4a\x69\x07\x31\x0d\x64\xc3\x53\x1a\x52\x12\x55\x3d\x37\x12\ \x59\xa8\x30\x02\x4a\x69\xcf\x0b\x6e\xed\xcf\x21\x26\xda\x78\x93\ \xc9\xe8\xe2\xea\x0a\x62\xdb\x77\xad\xd2\x00\x39\xe7\xb4\xa6\x08\ \x61\x82\xb4\xd6\x4a\x69\x60\x74\x40\x3d\x6b\x8c\xc3\xc8\x38\xa7\ \x8c\xd2\xce\x00\xeb\x02\x46\x03\xc6\x28\x80\x78\xb8\xde\x94\x02\ \xef\x0b\x2f\x52\x0c\x03\x8c\xa1\x32\x14\x20\xa7\x74\xe0\x05\x41\ \x18\x2a\xa9\xad\x03\xda\x02\x00\x71\x12\x44\x93\x64\xec\x31\x76\ \x7c\x74\xbc\x5a\xad\x84\xe0\x4a\x2a\x84\x70\xe6\xc5\xa6\x55\x16\ \x5b\x43\xd4\xaf\x9a\x3e\xc8\x8d\xd4\xd2\x14\x7d\xaf\x31\x1e\x07\ \xe3\x4e\xe8\x96\xeb\xe5\xa6\x02\xc4\x4f\xa3\x48\x4a\xed\x07\x81\ \x92\xbc\xa9\x8b\xd0\xa7\x08\x04\x4d\xe5\x71\x61\x02\xec\x7b\x88\ \x9d\xbf\x3c\x73\xbd\x05\xca\x5e\x9d\x9c\x13\xe3\x80\x35\x17\xd7\ \x67\xb3\xc3\x7d\x47\x58\x23\x55\x2b\xf5\x6e\x10\x49\xbd\x39\xbd\ \xbc\x62\x9e\x57\x0b\xe9\xc5\x09\x89\x13\x4d\x89\x3f\x9a\x58\xa1\ \x96\x45\xc5\x0d\x48\x47\x73\x80\xb0\x54\xbd\xb5\xce\x28\x45\x48\ \xc0\x70\xb0\xbf\xb7\x1f\x30\x98\x25\xc1\x24\xf4\x5f\xbc\x3c\x29\ \xb6\x75\x10\xc5\xd9\x7c\x0c\x19\x42\xc0\x95\x9b\x9c\x21\x74\xb4\ \xbf\x8f\x30\x0e\x83\xa0\x28\xb6\xd7\xe7\x4b\x6b\x2c\xaf\xe5\x7c\ \x47\x4f\x47\x63\x0a\x89\x7f\xfb\xfe\xe5\xd5\x55\xd7\xf7\x49\x98\ \x1c\xed\x1f\x12\x8f\x39\x08\x28\xa1\xbf\x71\x48\xff\xad\x71\xe8\ \xcd\x28\x1e\xfd\xc9\xc7\x9f\x4c\x82\x44\x94\xb5\x53\x26\x48\x22\ \x01\x6d\x2b\x3b\x29\xf9\x38\x49\xc6\x71\xac\x9d\x25\x98\x31\xe4\ \x41\xc0\x00\xa1\xc8\xa3\xd6\x4a\xa4\xb8\x27\xb8\xab\xab\x51\x55\ \x71\xaa\x0a\xa8\x4b\x1f\x3f\xed\x8b\xbd\x6f\x7f\xb7\x9a\x66\x75\ \xdb\x96\x01\x95\xc4\x86\xd3\x18\xa6\x13\xde\x0b\x1b\xc0\x00\x41\ \x8d\x64\x0d\x94\xc1\x50\xc6\xd4\xc6\xcc\x64\x11\xf0\x83\x2c\x89\ \x8d\x03\x45\x9e\x6b\x88\xa4\x32\xbd\x10\x51\x18\x53\x87\xd2\xef\ \x84\x6f\xdf\xbc\xd5\x14\xb0\x24\xf0\x28\x73\x52\x87\xcc\x07\xc6\ \x62\x8c\x97\xeb\x35\x33\xd8\x5a\x0a\x0d\x80\x04\x5a\xe4\xac\x43\ \xc6\x42\x63\x6d\x94\x24\x7b\x7b\x07\x73\x63\x30\x25\x52\x4a\x04\ \xa1\x33\xee\xd7\xea\x5c\x08\x20\x44\x70\xf0\x1b\x18\x54\xef\x98\ \x62\x00\xcc\xaf\x5c\xf6\xf1\x20\x84\x1e\x8c\x2b\xb3\x24\xd9\x99\ \xef\x68\x35\x5c\x7a\x0e\x02\xd0\xf5\x3d\xc1\x64\x6f\x6f\x0f\x00\ \xb8\x33\xdf\x19\x8f\xc7\x84\xe0\xf7\x0f\xa1\x31\xda\x4c\x5f\xda\ \x00\x00\x20\x00\x49\x44\x41\x54\xef\xa8\x31\x03\xb3\x54\x6b\xe3\ \x9c\xb5\xd6\x58\x0b\xde\xf1\x4e\xb5\x33\xd6\x44\x51\x80\x30\xd4\ \x5a\x41\xe8\x46\xe3\x6c\xf0\x71\x76\xb5\xf3\x3c\xe6\x7b\x1e\x21\ \xa4\x6d\x81\x73\x96\xf3\x5e\x4a\x81\x10\xf4\x7d\xcf\x01\x27\xa4\ \xb0\xce\x59\xe0\xb4\x36\xc6\x18\x63\x4d\x59\x95\xce\x6a\xa1\x24\ \xc2\xd8\x58\x0b\xac\xf5\x08\x01\xce\x59\xad\xb5\xd2\x45\x55\xd7\ \x4d\xb5\xfe\xe2\x26\x4a\x23\x07\xf5\x28\xc9\x62\xca\x02\x84\x30\ \x42\x0c\x00\x20\x84\xa8\x2a\x12\x45\xba\xeb\x44\xd3\x90\x38\x26\ \x00\x38\xe8\x18\xc3\x43\x5c\xa6\xb5\xc6\x1a\xcd\x08\x06\xce\x76\ \x7d\x6b\x8c\xc4\x8c\x20\x82\x84\x54\x0e\xe2\xe9\x7c\x5e\x37\x1d\ \xe7\xdb\xbc\x28\xfa\xbe\x27\x84\x00\x60\x8c\xb1\x08\xa2\xc1\xd9\ \xc6\x39\xa3\xb5\xd4\x5a\x3b\xeb\x10\x84\x00\x21\x80\x90\xb3\x06\ \x40\xe0\x9c\x03\x10\x78\x9e\x87\x10\x44\x10\x06\xbe\x6f\x8c\x7a\ \x4f\x78\x71\x38\xf3\xda\x46\x61\x04\xa1\x53\x52\x30\x4a\xaa\x32\ \xef\xfb\x5e\x29\x89\x9c\x11\xa2\x2f\x8a\x35\x34\xca\x6a\x09\x18\ \x49\xb3\x78\x71\x73\x55\x37\xd5\x6c\x3a\x49\x93\x94\x31\xd6\x54\ \x65\xdb\x76\x71\x1c\x4f\x26\x93\xbe\xef\xcf\x2f\x2e\xea\xae\xd3\ \x5a\x5b\xe8\xd2\xf1\x28\xc9\xb2\x9b\x9b\xa5\xb2\x40\x48\xd1\x75\ \x5d\x1c\x05\xd4\xa3\x5d\xdf\xaf\xd7\xcb\x8b\xcb\xf3\xf1\x78\x94\ \xa5\x89\x32\x8a\x30\xa2\xac\x54\x50\x29\x66\xcf\xb6\x57\x5a\xab\ \xe5\x72\xf1\xe4\xfc\x59\x96\x44\x6d\x5b\xb1\x88\x10\x0f\x13\x9f\ \x68\x64\x2d\x01\x9b\xae\x10\x52\x66\x1e\x2a\x9b\x62\x34\x1a\x79\ \x3e\xf3\x42\x5f\xb5\xb2\x97\x7d\x27\x44\x18\xa5\x18\x52\x87\x20\ \xf3\x3c\xcf\x63\x94\x50\x04\x58\x96\xc4\x49\x1a\x21\x08\xc7\x69\ \xcc\x28\x79\xf9\xfc\x45\x55\x94\x61\x3a\xbe\xbe\x59\xec\xee\xef\ \x4d\x47\x73\xcd\x95\x96\x52\x08\x61\x8c\xf2\xd2\x6c\x36\x9e\x9f\ \xbc\x3e\xbd\xb8\x38\x0b\xc3\xe8\xe2\xec\xf2\xf0\xf0\x30\x8e\xe3\ \xba\xaa\x02\x3f\xd8\x6c\xb6\x69\x96\xdd\xbe\xf3\xff\x32\xf7\x66\ \x3d\x96\x65\xd9\x79\xd8\x1a\xf6\xde\x67\xb8\x53\x0c\x19\x39\x55\ \x65\x75\x55\xf5\x40\x76\x37\xd9\x6c\x8a\x6a\x82\x96\xf8\x60\xf8\ \xcd\x80\xe4\xff\xe0\xdf\x63\xfb\x1f\xf8\xc5\x6f\xf6\x93\x04\xd8\ \x16\x60\xd8\x12\x21\x59\xa0\x2c\x80\xcd\xee\x16\xc9\xee\xae\xae\ \xb9\x2a\xb3\x32\x33\xe6\xb8\xc3\x39\x67\x0f\x6b\x2d\x3f\xec\x1b\ \x51\x59\x45\x83\x14\x92\x40\xbb\xee\x43\x22\x32\x70\x23\xe2\xdc\ \x7d\xce\x5e\x7b\xad\x6f\x7d\xdf\xb7\xde\x49\xa5\xdc\xac\xd7\x7b\ \xf3\xab\x6f\x86\xb3\xa0\x35\xc8\x87\xd0\x2e\xb1\x29\xc1\xd4\x29\ \xfb\x06\x25\xfb\x2e\x84\x05\x1d\xcd\x16\x0c\xb0\xe6\xa2\x8e\xb3\ \x30\x88\x95\x92\x20\x8d\x8d\xd9\x1c\xb5\xdd\x44\xbe\x9a\x5a\x81\ \x0b\x31\x3a\x39\x7a\xef\xd9\xb3\xee\xdd\xef\x1d\x3f\x78\xd0\xcf\ \xfa\x18\xd3\xf1\xd1\x3d\x22\x31\x80\xac\xa5\x58\x71\xc6\x48\xa0\ \x06\x49\x45\x08\x8d\x30\xa7\x5c\x62\x9e\xca\xee\xf0\xfe\x43\xe8\ \xe2\xee\xec\x4a\xb6\x83\x5b\x2e\x5b\x70\xdf\x7b\xeb\xed\x61\xbb\ \xfd\xb3\x7f\xf3\x67\x3f\xf9\xf1\x8f\x37\x08\xff\xf6\x2f\xfe\x42\ \x4b\x39\x59\x1d\x0e\xbb\xc1\x8a\x30\xc2\x66\x3b\x95\x49\xaa\x17\ \x85\x9a\x28\xa1\x11\x5a\x60\x30\x52\xa6\xeb\xed\x86\xeb\x1f\x4e\ \x09\x99\x94\xb1\xd2\x3e\xef\x98\x9f\x15\xe7\xae\x2f\x85\xda\xbe\ \xcf\x15\x8b\x61\xa6\x18\x93\x73\x7e\xb5\x3a\x60\x76\x17\x17\x17\ \x22\xe2\x5d\x30\x30\x53\x25\xe2\x47\x0f\xef\x6f\xb6\x37\xef\xbe\ \xfb\x2d\x51\x3d\x3f\x7b\x51\xa4\xbc\x76\x6f\xd1\x40\x70\x4f\x41\ \x55\x44\xd7\xb4\x9e\x89\x42\x70\x29\x65\x91\xe2\x98\xda\xd6\x01\ \x10\xa0\x8d\xe3\xd6\xa0\x2c\x96\xb3\xf9\x7c\x0e\x80\x31\xc6\xf9\ \xac\x27\xb4\xbe\x6f\xdb\xae\xf1\x81\x55\xb5\x48\x02\x90\x10\x1a\ \x66\x34\xb0\xd9\xac\x0b\xbe\x8d\x69\x6a\x9a\x06\xd0\x42\x13\x7c\ \x1b\x90\x82\x2b\x41\x11\x62\x8a\x98\xb5\x73\xbc\x1b\xe3\x76\xbb\ \x13\xb3\x71\x1c\x57\xb3\xe5\x56\x2d\x64\x1b\xb7\xdb\x32\xe9\x2f\ \xb7\xff\x71\x77\x75\x4d\x44\xd7\xd3\x98\x52\xba\x3e\x3d\x2d\xf3\ \xb9\x73\xdc\x16\x19\x4f\x5f\x7e\x72\x75\x46\x4d\x08\x3e\x6c\x6f\ \xd6\x86\xb8\xe8\xc3\xb8\xe3\x9c\x77\x37\x37\xba\xde\x9c\x87\x96\ \xc1\xf9\x94\x13\xf9\x90\x8b\xfc\xf4\x2f\x7f\x3e\x9b\x2f\x63\x8c\ \x97\x97\xd7\x22\x46\x88\x66\x48\x8c\x8e\x1d\x11\x95\x22\xaa\x92\ \x52\xaa\x26\x49\x88\xe8\xbd\x33\xc4\x92\x15\x11\xc1\xcc\x3b\xd7\ \xf7\x6d\xb5\xee\x6a\xdb\x76\xb3\x4d\x29\x25\x7c\x4d\x84\x1e\x45\ \xa4\x48\x01\x02\x64\xe8\x43\xbb\x5c\xce\xda\xbe\x9b\x97\x50\x8a\ \xec\x06\x6e\x1b\x5a\xad\xe6\xb3\xbe\x45\xc4\xcb\xcb\xd3\x92\xa7\ \xe5\xa2\x7f\xf0\xe0\x41\xd3\x36\xc3\x6e\x38\x39\x39\x34\xcd\x27\ \xf7\x8e\x1e\x3c\x78\x30\x8e\x23\x82\x32\xd9\x76\xdc\x36\x8d\x9b\ \xcd\x1a\xc7\x80\x28\x0f\x4f\xee\xcd\x5a\xdf\x36\xc1\x7b\x6a\xfb\ \x00\xac\xe8\xf1\xe4\xc1\x7d\x1f\xfc\x66\x18\x62\x1c\x8e\x8e\x0e\ \x63\xd1\xd3\xf5\x8b\x66\xb9\x8c\x22\xf3\x45\x3f\xf3\xcb\xeb\xeb\ \xeb\x71\x3b\x38\x95\x9f\xfd\xc7\x3f\xbf\x39\xbf\x1a\x86\x5d\x8c\ \x9b\xab\x9b\xd3\x0f\x3f\xfa\xb0\xe4\x7c\xb8\x58\x69\xcc\xe2\xf0\ \xd7\xbf\xf8\x99\x9f\xcd\x7c\xe8\x33\xa0\x9a\x2d\x16\xcb\x2c\x36\ \xa5\x14\xe3\x64\xaa\x4d\x70\x26\x78\x7c\xb4\x9a\xf7\x7d\xd7\xf8\ \x93\x7b\xf7\xe3\x14\x7f\xf3\x9b\xf7\xcf\xce\xce\xf5\xe2\xaa\x20\ \x2c\x97\xab\xe1\x64\xda\x0d\xbb\xc7\x8f\x1f\xd7\x9e\xf5\x30\x0c\ \x47\x47\x47\x3f\xfe\xc3\x1f\xa7\x9c\x4e\x5f\x3e\x8f\x29\x89\xe8\ \x77\xbf\xfb\x9d\xe5\x6a\xd5\xf6\xdd\xe7\xcf\x9e\x5e\x5f\x5f\x7f\ \xf8\xe1\x87\xb3\xf9\xbc\xe9\xbb\x7a\x3b\xfe\x6e\x1e\xf0\x6f\xd1\ \x2b\xa2\xc8\xd9\xd5\xf5\x34\x25\xd6\xca\xc1\x99\x2c\x38\x23\x1c\ \xa2\xc6\x5d\xb2\x94\xb7\xac\x09\xcd\x92\x5a\x91\x9c\x12\xa4\x32\ \x43\x7b\xd2\x34\x6f\x18\x2d\xc6\xe4\xa5\xd8\xc1\xe2\xfc\x66\xb8\ \x3a\xbf\xf9\x27\x7f\xfa\x26\x8f\xb9\x9f\x64\xd8\xc5\xae\x6d\x1c\ \x3b\xbc\x1a\xc7\xcd\x4b\x51\x93\x81\x8b\x37\x84\xcc\xdb\xd8\x64\ \x73\xa3\x94\xf5\x74\x98\xc1\x4f\xf9\xd3\x4f\x3e\x2a\x26\x57\x9b\ \x4b\x20\x75\x0d\x75\xb3\x36\x6a\xfa\x8b\x9f\xff\x34\x4a\xfc\xec\ \xf9\xb3\x2f\x52\x5c\xbe\xf9\xe6\xcb\xe7\x5f\xfc\xe5\x07\xef\xb3\ \x59\xdf\x84\xc3\xe5\xe2\xf2\xe2\x7c\xb0\x34\xf7\x7d\xf0\xde\xb4\ \x14\x2d\x06\xe2\x1c\x71\x68\x8c\xf0\xe9\x17\xcf\x30\x2b\x24\x85\ \xac\xe8\xd0\x02\xea\x6d\x6f\xae\x92\xb9\x6b\x7d\x57\xd1\x6e\x0e\ \x8e\x89\xf6\x92\x97\x18\xab\x99\x5f\x4a\x39\x84\x36\xa5\xfc\xec\ \xd9\xe7\x6a\x46\x48\x76\x0b\x29\x89\x6a\xa5\x0b\xc4\x18\x77\xbb\ \xdd\x38\x8e\xaf\x4d\x46\xf5\x9e\x88\x0c\x50\x11\x09\x49\x91\x8c\ \x1d\xa9\x21\x16\x45\x52\x43\x21\x72\x4d\xd3\xc4\x38\xc5\x18\xdb\ \x36\xcc\xe7\x3d\xa2\x4d\xd3\x68\x66\x8b\x45\xa7\x2a\xfd\xac\x69\ \xdb\x2e\x04\xa7\xaa\xd7\xd7\x37\x6a\x05\x29\xc4\x34\xf6\xb3\xae\ \x6b\x5b\xc9\x82\x21\x20\x00\x32\xbb\x26\x70\xe3\x9a\x10\x10\x20\ \x97\x8c\x3b\x22\x03\x8b\xc5\x8a\x64\xd1\x76\x3e\x23\xa6\xd0\x77\ \xf7\x9c\xa3\x71\x5c\xb4\x32\x6f\x7a\x33\x78\x74\x7c\x5c\x39\xfd\ \xe1\xe0\xe0\x64\xb9\xc2\xea\x1b\x4f\x88\x44\xd7\xe3\xce\xf7\x0d\ \x20\x21\x81\x73\xfe\x66\xb3\x51\x10\xb1\x22\x28\x63\x1e\xc5\x44\ \x35\x03\x91\x16\xcd\x45\x88\x9d\x99\x85\xa6\x33\x23\x42\x48\xa9\ \x18\x60\xa5\x62\x54\xa6\xab\x6a\x31\x93\x0a\x63\x11\x91\x73\x2c\ \x06\x35\xcf\x05\x84\x26\x04\x1f\x82\x99\x7a\xdf\xf8\xe0\x62\x9c\ \xa6\x69\x44\x7a\x3d\xdd\xa2\xb9\xe0\xd9\x71\x08\x9e\x18\x53\x9e\ \x42\x43\x07\x87\xb3\x71\x84\xeb\x9b\x2b\xb0\x09\x11\xfb\xce\xb5\ \xab\xb9\x98\x3e\x7b\xfa\x54\x4a\x79\xe7\x9d\x77\x66\xb3\xd9\x38\ \x4d\x71\xda\x3e\x7a\x70\x0f\x4d\x8e\x0e\x97\x4d\x60\xcf\xdd\xea\ \x77\xbe\x7d\x79\x79\x79\x71\x3e\x76\x5d\x0f\x9a\x09\xc3\xe3\x47\ \x27\xcc\x6e\x36\x3b\x44\xc0\x61\x1c\xdb\xde\xcf\xe7\xf3\xf9\xbc\ \x67\x76\xe3\x38\x4e\x2f\xa7\x59\xdb\xc1\x30\x62\x4a\xe3\xfa\xa6\ \x99\xf7\xf3\x45\x77\x74\x78\x60\xb9\xe7\xd5\x72\xba\xbc\xb2\x61\ \x0c\xdb\xf1\xc4\xb5\x8f\x1e\x1e\x14\x4f\x10\xdc\xea\x07\x3f\xd0\ \x2c\xcb\x6e\xe6\xb2\xce\x5d\xb8\x19\x86\xb2\x5a\x46\xc5\x69\x18\ \xdb\xa6\x63\x76\x45\xf3\x38\x0c\xeb\xcd\x7a\x9a\x26\x44\x08\x9e\ \x16\xf3\xd6\x39\x3c\x58\x2e\x56\xcb\xc5\xcf\x7f\xf6\x9f\xae\xaf\ \xd7\xce\xf9\x8c\x74\xff\xe4\x1e\x12\x7d\xf2\xc9\x67\xef\xfd\xfa\ \x57\x0f\x1f\x3c\x7c\xf0\xe0\x41\xe5\xe2\x6c\x36\x1b\xef\xfd\x72\ \xb9\x3c\x3b\x3d\x65\xe6\xeb\xeb\xcb\x71\x18\xbe\xfd\xed\x6f\x93\ \xe3\x07\xf7\x1f\x64\x29\x44\x54\x44\x30\x45\x82\x9a\x02\x23\xfc\ \xff\xef\x72\x03\x38\x94\xf4\x62\xda\x49\xe3\xad\x64\x35\x61\xe7\ \x73\xd4\x2c\x32\xdc\xec\x7c\xb2\x00\xa8\x22\xa0\xda\xf8\x30\xeb\ \xba\x80\xd0\x75\x61\x45\x34\x2f\x02\xdb\xb5\xae\x07\x9d\xf5\x72\ \xb0\xfa\xd7\xff\xee\xcf\x0e\xdf\x7d\x87\x97\x7d\x81\x2c\x96\x40\ \xf3\xb0\x1d\x7d\xe0\xb6\x6b\x87\x9c\x04\x40\x14\x52\x89\xe4\x74\ \x4a\xd3\x64\x99\xf2\x10\x27\x68\x89\x3b\xe6\x75\x1e\xb2\xc9\xf9\ \xc5\x4b\x91\xf8\xe4\xad\x47\x05\x33\x32\xfc\xe6\x93\xf7\x86\xdd\ \x2e\xea\x34\xbf\x77\x7f\x9b\xa6\x87\xb3\x99\xb4\x9e\x4d\x0f\x67\ \xdd\xac\x71\xed\xa2\x09\xef\xbe\xa9\xa5\x8c\xbb\xa1\xa5\x7e\x88\ \xd3\x3a\x97\x04\xe2\x08\x49\xf3\xc5\xf9\x59\xeb\x42\xe7\x1a\x40\ \x93\x2c\x44\x4e\xcd\xee\xd0\x28\x66\xae\x98\x37\x11\xe5\x9c\xc9\ \x11\x80\x4d\x53\x14\x11\x40\x10\x91\x94\x53\x15\x36\x56\x45\xa1\ \xf7\x5c\x59\x0b\x21\x04\x33\x9a\x85\x50\xf5\x86\xcc\x18\x02\xd3\ \xeb\xe9\x7e\x0d\x00\xf6\x72\x3f\x40\x64\xc7\x80\x58\x1b\xe7\x22\ \x92\x53\xca\xa5\xd4\x91\xc2\x45\x72\xce\x39\xa5\x04\xd8\x56\x41\ \x6c\x1d\xf2\xc6\x4c\x08\xc8\xb8\xd7\xd3\x54\xf7\xae\x5a\x33\x9a\ \xa9\x48\x66\x62\x06\xaf\x26\xc5\x34\x97\x12\xd3\x94\xa1\x4c\xc9\ \x31\x91\x99\x19\xa2\x63\x56\x55\x17\x7c\x21\x45\x13\x06\xb8\xd9\ \x6e\x7a\xc0\x99\xc1\xc3\xc3\x13\x02\x84\x45\xcb\xa1\xc1\xca\x3f\ \x30\xc3\xdd\xee\xc1\xfd\x07\x29\xa7\xa7\x4f\x9f\xce\xfa\x96\x7d\ \x5e\x2e\x0f\x0d\x4d\x89\xe7\x8b\x65\x32\x28\x80\xbb\x5c\xb0\xc3\ \x04\xa8\x8e\x4b\x11\x42\x66\x26\x33\xdb\x6c\xb6\x25\xdb\x6a\x75\ \x90\x8a\x98\x81\x29\xb0\x67\x24\xaa\xa7\x48\xce\xb9\x94\xbd\xe6\ \xfc\x4e\x17\x25\x25\x9b\x2a\x10\x20\x42\x68\x7c\x08\x8e\x98\x9a\ \xa6\xf1\xde\xa5\x14\x5f\x43\x28\x7a\x77\x54\x6f\x77\x5b\x24\x24\ \xc7\x88\xc6\xde\xbd\x38\x7d\x71\x75\x73\x46\x84\xdb\x61\x33\x8c\ \x6b\xef\xe9\xec\xec\x85\xf7\x4d\x4a\x71\x37\x0c\x5d\xd7\xae\x37\ \xd7\x17\x97\xa7\xa5\x94\xd3\xd3\xd3\xfb\xf7\x1f\x8c\xd3\x76\xb3\ \x75\x31\x8d\xd5\x66\x6f\xbb\xdd\x1a\xe8\x30\x6e\x5f\xbc\x7c\xde\ \xb6\x5d\xd3\x04\xd3\x22\x22\x62\x90\x45\xae\x6f\xae\xc7\x38\x4c\ \x69\x51\x8a\x10\x10\x22\x7a\x40\x8e\xa9\x37\x5e\xb5\xf3\x0e\x5d\ \xde\xc4\xa8\x37\x33\x20\xb8\x5e\xbf\xd3\xcc\x8e\xef\xdd\x5f\x75\ \x87\x0a\x44\xb3\x6e\x07\x19\xda\xb0\xde\x6d\x66\x6d\x7f\xd4\x2f\ \x4e\x3f\xfe\x94\xa2\x60\x33\xbf\xe1\x10\xad\xc4\x52\xe6\xb3\xc5\ \xfa\xe6\x86\xbd\x8f\x69\xca\x29\x9a\x64\xc9\x79\xb5\x9a\x2f\x67\ \xad\x07\x5d\x2d\xe7\x21\x34\x1f\xbc\xff\xd1\xf3\x2f\xce\x8d\xd9\ \x75\xb3\xa2\x7a\x7a\x7e\x9e\x77\x79\xd8\x0e\x7f\x7d\xfa\x57\xbf\ \xfc\xe5\x2f\x57\xab\xd5\x5b\x6f\xbd\x55\xb9\x63\x29\xa5\xaa\xbb\ \x36\xb3\x17\x2f\x5f\x9a\x59\x31\x7d\x79\x76\x1a\x9a\xe6\xe5\xcb\ \x97\x0a\x00\x08\xb5\x6b\xf4\x0d\xe9\x2d\x82\xaa\x16\xd0\x61\x1c\ \x86\xab\x4b\xd3\x38\x9f\xcd\xc6\x34\x65\x29\x32\xe5\x36\xcc\x1e\ \x1c\xde\x7f\x38\x5f\x1e\xce\xe6\xab\xc5\xd2\x07\x4f\x0c\xe3\xb4\ \xbb\x7a\xf1\x39\x4f\x63\x4b\x3a\x6b\x9c\x79\x7e\xf6\xf2\xbc\x0d\ \xdd\x1b\xf7\x4e\xdc\x30\x20\xb0\x6f\xaf\xe0\xec\x05\x8a\xfa\xbe\ \x71\xb3\xb6\x0d\xad\x91\x51\x52\x2f\x29\x6b\x74\xc3\x76\x8e\x80\ \xd3\xd8\x7a\x3e\xd2\x7e\x66\xd2\x77\x84\x9e\xfd\xe3\x87\x66\xda\ \xec\xd6\xf3\x7e\x0e\x60\xff\xed\x7f\xf3\xcf\xfe\xe5\xbf\xf8\x17\ \xcf\x7e\xfd\x37\x6f\xfd\x30\x1c\x0c\xb2\xbe\xbe\x3e\x01\x9a\xf5\ \xdd\x6a\x36\x03\xc9\xd9\xbb\x7c\x7c\x9c\x53\x1a\x7c\x23\x44\xc9\ \x96\xeb\x94\xae\x25\x0f\x04\xdb\x52\x14\x46\x00\x2d\x64\x44\xc1\ \x00\x72\x2e\xb8\x77\x4c\xe5\xfd\xc8\x78\x55\x11\xa9\x22\x41\xc8\ \xb8\x1b\x76\x31\xc6\xe3\xa3\x23\xef\xc2\x38\x0e\x6d\xe8\xbc\x77\ \x4c\x0e\xb0\x72\x91\xa0\xbe\xb3\xe2\x62\xd3\x34\xa5\x94\xaa\x9e\ \x8e\x88\x89\xe9\xf5\x06\x68\x20\xa2\xf3\x5c\xf1\xce\x10\x02\x11\ \xd5\xcb\x41\xc4\xa6\x6d\x5b\x44\xe7\x58\x04\x6b\xc3\xd1\x7b\x67\ \xa6\x31\x45\x53\xbb\x8b\x7d\x2a\x65\x8a\x31\x84\x50\xe7\x65\xd5\ \x70\x8c\x88\x7d\xdf\xb7\x6d\xc3\xc6\xde\x35\xb1\x24\x89\x83\x0f\ \xce\xb8\x31\x04\x35\x43\x55\x50\x65\x44\x01\x55\x13\x74\x0d\x39\ \x2c\x50\x62\x8c\x4e\xf4\xf8\xf0\xf0\xa4\xe9\x43\x2c\xf3\xc5\xea\ \xcc\xca\xfc\xe8\xf8\xf8\xe8\xa8\xca\x27\x77\x2f\x5f\xf6\xf7\xee\ \x9d\x7f\xfa\xd9\xc5\x30\x7e\x76\x7a\xb6\x3a\x3c\x38\x69\x66\x48\ \x38\xc7\xa6\xed\xdb\xa6\x9b\x1e\x3c\x7a\xf3\xea\x66\x7d\x71\xb5\ \x31\xd7\x92\xca\xdc\xd9\x38\x8e\xa8\xe6\x7c\x83\x66\x45\x4a\xca\ \x19\x10\x73\x16\x40\xd2\x2c\xc4\xc2\xcc\x31\xc5\x71\x1a\x6b\xbf\ \xa2\x92\x51\xd8\x71\x29\x39\xa5\x04\x04\x9a\x85\x08\x43\x13\x54\ \x95\x09\xdb\x36\xd4\xa9\x65\xd5\x17\xe8\x75\x38\x40\x88\x9b\xed\ \xf6\xec\x72\xfd\xbd\xef\x1d\x13\xc3\xe1\x6a\x45\x6c\xc4\x46\x60\ \xcb\xd9\xbc\x0b\xde\x7b\x6f\x45\x55\xf6\x9d\x68\x29\x65\xb3\xbe\ \x09\x3e\x0c\xdb\x1d\x18\x68\xc9\x25\xa7\x38\x0d\x6d\xb3\x22\x42\ \x29\xda\xb7\x0d\x13\x4a\x29\x8b\xc5\xfc\x60\xb5\x62\x66\x44\x43\ \xc2\xcd\x76\x3b\xc4\xc8\xee\x48\x44\x44\x0a\x19\x32\x98\x63\xb7\ \x56\x55\x31\x70\x81\x38\x38\xdf\x94\x69\x4c\xd7\xbb\x50\xf0\x9f\ \x7c\xf7\xf7\xf8\x7a\x7d\xd4\xcd\x26\xdf\x3c\xdd\xae\xff\xf0\x1f\ \xfd\xe1\x80\x65\xb0\xb2\xfe\xe8\xc3\xe3\x37\xde\xec\xd8\x5f\xbf\ \xf7\xe1\xe5\xd3\x2f\xac\x09\xa1\x79\x78\x75\xb3\x16\xd5\xdd\x38\ \x31\x07\x28\xc5\x44\x72\x8a\x25\x67\x47\x30\x9b\x35\x21\x80\xf3\ \x70\x70\xb0\xb8\xb9\xbe\x7a\xf1\xe2\xc5\xf1\xd1\xd2\xf7\x87\xdc\ \x76\x85\x75\xb7\xdb\xae\xcf\x6e\x44\x04\x10\x4d\xf5\xea\xf2\xb2\ \x86\xad\x52\x4a\x9d\x6e\xa9\xaa\x44\x5c\xa7\x6c\x54\xcf\x3e\x17\ \xe3\xfb\xef\xbf\x3f\x5b\xcc\x15\x20\xa7\xa4\x7f\x5f\x33\xfd\xb7\ \x15\xb9\x88\xa6\xdd\x70\xfe\xf1\x67\xd9\xb9\x66\x1a\x8f\x9a\x70\ \xa2\xd8\x75\xcd\xc9\xc3\x37\xee\x1f\x9f\x2c\xda\xd9\xdc\x77\x07\ \xa1\x9f\x85\x06\x44\x77\xc3\x26\x4b\xbe\x9a\x76\x7d\xe3\x4e\xde\ \x7e\xa3\xcf\x39\xbd\x38\x1b\x26\x7b\xd2\xcc\xbf\xf5\x93\x3f\x95\ \x40\xf9\xe3\xcf\x3a\xe7\xf5\xf9\xe9\xd1\x6e\x9c\xb5\xbd\x5c\x83\ \x80\x29\x81\x48\x46\x10\x50\x15\xc8\xf6\xf4\xd4\xed\x64\xec\xd1\ \xba\x3e\xe7\x90\xb2\x4d\x7e\x52\x82\x25\x00\x11\x95\xb3\xab\x6b\ \x04\xc7\x6e\x9a\xa6\x1f\x37\xdd\x3f\xfe\xde\xef\xce\x72\x5e\x9f\ \x9d\x11\x51\x3f\xef\xcc\x24\x5f\x9c\x99\xa6\x3a\x0a\x65\xdc\xed\ \x76\xbb\x21\xb1\x37\xe7\x1f\x78\xaf\x07\x4b\xe9\x3b\x7f\x78\x78\ \x19\xe3\x67\x17\xe7\x37\x29\x15\x15\x23\x8f\xc8\x77\x40\x78\x0d\ \x58\xf5\x0e\xd5\x31\xbf\xdb\xdd\xee\xe0\xe0\x50\x8a\x7e\xf6\xd9\ \xd3\xe3\xe3\x63\xef\x3d\x21\x12\x71\xdb\x7a\x66\x66\x26\x85\x52\ \x72\x56\xb5\x94\xb3\x94\xa2\x6a\x95\xe4\xa9\xaa\x39\x65\x53\x7b\ \x5d\x98\x0b\xba\x7e\x31\x9b\x2f\x72\xca\x45\xac\x71\xac\x06\xa6\ \x0a\xb0\xef\x76\x4e\x31\x33\x91\x99\x22\x12\x91\x03\xb3\x71\x98\ \x2a\x85\x82\x19\x10\xd1\x79\x67\x06\xa5\x88\x19\x54\x86\x41\x2d\ \x81\x53\x4a\xa5\x14\x54\x08\xce\x8b\x5a\x92\x44\xde\x01\x54\x1f\ \xec\xac\x00\x9e\x88\x72\x32\xcb\x06\xa6\x9a\xa1\x44\x42\x8b\xe3\ \x38\xeb\x3a\x0f\xe6\x50\x16\xf3\xd6\x35\x2e\x0e\xc9\x35\x2d\x38\ \x37\x6c\x77\xe4\xc3\x6c\x75\x70\xb9\x5e\x9f\x5e\x5d\x09\xd2\xe9\ \xe5\xd5\x6e\x98\x9e\xbc\xf1\xe4\xc1\xe3\xc7\xbc\x5e\xbb\xa6\x39\ \x39\x66\x40\x77\x78\xb0\xfb\xf0\x93\x4f\xa7\xcd\xd8\x38\x36\xcb\ \x0b\xef\xc6\x98\xd3\x38\xb8\xc3\xa3\xbe\x0d\xbb\xed\xa6\xa8\x21\ \x31\x31\x8b\x15\xc7\xe4\x9c\x53\x2d\x95\xde\x91\x25\xab\x0a\x39\ \x06\xd0\x54\x92\x88\x20\x98\x88\x38\xc7\x21\x78\xef\x99\x88\x2a\ \x9e\x11\xe3\x34\x8e\xe3\x6b\xfb\xd0\x9b\xe2\x90\xc4\x0c\xbd\x0f\ \xcc\x8e\x18\x72\x1a\xd1\x04\xc0\x1c\x05\x13\x40\x20\x53\x20\x74\ \xe8\x88\x99\xb7\xdb\xed\x3a\x6f\x4b\xc9\xde\x79\x55\x64\x62\x15\ \xdd\xae\x37\xce\x3b\x44\xca\x39\xa7\x29\xaa\xe9\x76\xb3\x95\x22\ \x95\x77\xd2\x76\xcd\x30\x8d\x63\x4c\xc8\x1c\x63\x62\x80\x59\xd3\ \x59\xca\x9a\x8b\xa9\xa4\xc6\x65\x34\x98\x06\x4a\x8b\x38\x25\xcd\ \xf6\xc6\xe1\x3d\x14\x59\xf6\xb3\x07\x47\xf7\xff\xc3\x8b\xcf\xf4\ \x64\xa5\xc7\xf3\xcd\xfa\x4a\x9c\x6f\xee\x1f\x6f\x48\x3f\xf8\xfc\ \xa3\x17\x65\x38\x2b\xbb\x8b\xb3\x67\x3f\x7c\x74\x0f\x10\xcd\x70\ \xb3\xd9\x2e\x56\x07\x25\x96\x61\xb7\x93\x92\x4d\x4b\xdb\x86\x59\ \xe7\xc1\xd2\x6a\x71\xd0\xb7\xcd\xb3\xcf\x9f\x7e\xf4\xe1\x47\xd3\ \x94\x8c\x33\x28\x6e\xf2\x28\x1a\x65\x54\x66\x6a\xdb\xf6\x6e\xe6\ \x6b\xb5\xd8\xaf\x09\x69\xa5\x0a\xde\x85\x79\x42\x30\xb3\xdd\x6e\ \x57\x15\x17\xff\x39\x86\x4e\xbf\x35\xdd\xa2\x75\xde\x3f\x9e\xcf\ \x8f\xd1\xdd\x6f\xfb\xc7\x2e\x1c\x39\x0a\x62\x7c\x7a\xa1\xcf\xcf\ \xb6\x59\x06\xc3\x67\x0a\xa0\x86\xa5\x48\x9e\x90\x11\x5b\xce\x90\ \x2f\x24\x3a\x91\x50\xc4\x61\xef\xb7\x51\x2f\x83\xb1\x8d\xd3\x76\ \x33\x4d\xa1\x58\x8b\x3c\xb9\x30\x95\x82\xc1\x93\xa3\x52\x0a\xab\ \x7a\x93\xc8\x3a\x8b\xb8\xec\xe6\xe3\xe9\x8b\x6d\xce\xe5\x32\xb5\ \xeb\x08\x4d\x11\x13\xc7\xac\x6a\xe3\x38\x20\x60\xdb\x75\x39\xe7\ \xb6\x6b\x89\x68\xc8\x89\x40\xd9\xb1\x96\x06\x19\xe7\x7d\xb7\x5a\ \xce\x7d\xdf\x64\x39\xd8\x5e\x9e\x9f\x3d\x8f\x9a\x15\xa1\x38\x76\ \x8b\xbe\xef\xee\x1d\xe7\xae\x9f\x8e\xef\x7d\xe7\xfe\xfd\x5f\x7d\ \xf1\xf9\x67\xe7\x67\xeb\xa2\x09\x83\xaf\x90\x92\xd5\x3a\x09\x9d\ \x73\x6d\xdb\x36\x4d\x93\x52\x9a\x2f\x56\x44\x54\x1b\x8b\x44\xac\ \x2a\x95\x81\x54\x8a\x94\xa2\x35\x72\x81\x01\x11\x39\x64\x74\x0c\ \x66\x8e\x1d\x12\xa9\x08\x73\x41\xc4\xd7\x75\x2d\x80\xa3\x7b\xf7\ \x0d\x79\xbd\x5e\xa7\x94\x9a\x50\x87\xd9\x18\xd5\x04\x0a\x89\xc0\ \xf0\x16\x9e\xab\xc9\x42\xf0\x2d\x12\xed\x4b\x5d\x26\xc7\x28\x45\ \x6e\x67\x1c\xf8\xdb\x8f\xb0\x1f\x6b\x06\xa2\x9e\x19\x08\x05\xcc\ \x08\x14\xd4\xd4\x3c\x62\xef\x03\x15\xbd\x3e\x3b\xbd\x5c\xdf\x98\ \x69\x00\x3e\xf4\x7e\xbe\x58\x96\xbe\x5b\xb6\x5d\x87\xc8\x5a\xfa\ \x66\x36\xe6\x71\xd5\xb6\xcb\xa6\x09\x06\x2d\x62\xdb\xb6\x10\x63\ \x4a\xa9\x45\xdc\xe6\xfc\xfb\xbf\xf3\x3b\xe7\xa7\x2f\xb7\x17\x17\ \xef\x3c\x79\x32\xaa\x8d\xd7\x37\x9b\xeb\xeb\xcb\xe7\xcf\x57\x87\ \x87\x8f\x57\xab\xf5\xf3\x2f\x3c\x11\x9b\x41\x91\x94\x53\xe7\xdc\ \xbd\xd5\xd2\xf7\xb3\x38\x5e\xec\x76\x03\x3a\x0f\x88\x66\x5a\xe9\ \x68\x75\xcf\xd4\x13\x85\x19\x01\x2c\xe7\x94\x53\x54\xc3\x4a\xa3\ \x25\x72\xce\xb1\x8a\x1a\x68\xdf\xf7\xcb\xe5\x9c\x19\x4a\xc9\xaf\ \x1b\xb8\x00\x89\x0c\x20\xb4\xfd\xa3\x87\x0f\x73\x4e\xa6\xd2\xf6\ \x2d\x62\xed\x3f\x2b\x18\xaa\x01\xe1\x7e\x54\x97\x88\x2c\x17\x87\ \x75\xea\x52\xf5\xf0\x98\xcf\x16\x3e\xb8\xdd\xb0\xab\x23\x4e\xba\ \xae\x6f\x1f\xb6\xfb\x9d\x0f\x88\x08\x5a\xd4\x79\xbf\x5c\x5a\x92\ \x62\x68\x60\x90\x87\xb1\x25\x9c\x37\x7d\xda\xec\xb6\x57\x97\x59\ \xa2\x67\x5e\x74\xfe\xd1\xd1\x8a\x0f\x0f\x96\x2e\xdc\x0b\xed\x66\ \x73\x73\xef\xf0\xe8\x26\x6d\x96\x8f\x0e\xc7\x65\x5f\x28\xcf\xe6\ \xad\x80\x7e\xeb\x8d\x87\xeb\xf5\x5a\xa1\x6c\xe2\xfa\xe8\xad\xfb\ \xf3\x87\xf7\x9e\x3d\x7f\xee\xbb\x3e\x65\x99\x8a\xb8\xd0\x98\xd9\ \x76\xbb\x65\x32\x42\x08\xde\xcf\xba\x46\x4b\xec\xfb\xce\x31\x69\ \x91\xdd\x66\x9b\xa3\x1a\x27\x46\x36\x33\x33\x72\x8e\xd8\xef\xa5\ \x17\xb5\xa9\x5d\x59\x84\xaf\x9a\x2f\xed\x41\x61\x33\x24\x62\xc7\ \x66\x36\x4e\x63\x51\xf5\xce\x7d\x53\x22\x17\x02\x8a\x95\x58\x06\ \x76\x6d\x9f\x2d\xac\xd7\x32\x6e\x4b\x89\xe6\x08\x99\xd0\xa0\x18\ \xe4\x10\x00\xb9\xc9\xd2\x94\x84\x66\x93\x26\xf3\xe6\x5a\x4f\x88\ \xa5\xe4\xe2\xf2\xc9\xbb\xdf\x6d\x96\xb3\x61\x5a\x8f\x4f\x9f\x97\ \xb8\x69\x0c\x72\x51\x23\x07\xde\x49\x26\x29\x48\x00\x26\x2a\xa2\ \xa5\xc1\x49\x4c\x43\xf3\xe4\x77\xde\xa0\xae\x1b\xdf\xfb\x62\xf3\ \xd7\x1f\xc2\xcd\x8d\xf3\xae\xb6\x2d\xe6\x95\x44\x3e\x6e\x9b\xa6\ \xd1\x69\x28\x25\x13\xdb\x64\xa5\x24\x60\x9e\xcd\x16\xab\xc5\x71\ \x77\xff\xd1\xc9\x1b\x3f\xfa\xfd\xf0\xe8\xd1\xf0\xc1\x07\x3f\xfd\ \x37\xff\xfa\xd9\xaf\xde\x93\x5d\x9a\xae\x24\x7e\xf1\xac\x98\xcb\ \xde\xdf\x00\xd1\xc9\xf1\xc9\xd1\xca\xd8\x7d\x14\xe3\x46\xaa\x13\ \xba\xe8\xed\x50\x8f\xea\xe6\x5e\xcd\xf2\xf9\xd6\x00\xaf\x7e\xd3\ \xfb\xb6\x4e\x7c\xa9\xd6\x45\xaa\xa6\x59\x91\x08\x89\x11\xb1\x92\ \xd4\x73\x8e\x75\xa7\xed\xf5\xd2\xaf\xe9\xb6\x02\x37\xd7\x1b\x02\ \x37\xeb\x97\x6d\x28\xcc\x8c\xc4\x44\x80\xb5\xdd\x28\xca\x04\x81\ \xd9\xa0\x52\x4f\xab\x9e\x71\x2f\xc1\xde\x6f\x40\x00\x71\xa5\x6a\ \x06\x6b\xcc\xa2\xfa\xf3\x44\x60\x00\x28\x66\x82\x00\xce\xb1\x80\ \x31\x31\xa8\x38\x45\x2a\x42\xa9\x34\x86\x27\x8b\x85\x67\x74\xec\ \x0f\x7d\x33\x67\xaf\x86\x3e\xeb\xbd\xc3\x83\x79\xeb\xc6\xcd\x1a\ \x04\x16\x2d\xa6\xd3\xe7\xe0\xbd\x13\x29\x9b\x6b\x97\x33\x94\x72\ \x60\xa2\xa8\x4f\x8e\x56\xef\x1e\xaf\xae\xaf\xaf\x3e\xfb\xe5\x2f\ \xbc\x0f\xa8\xc6\xbb\xf5\x01\x28\xae\xaf\x1e\x39\xc7\x0f\xee\x4f\ \x71\x12\xf3\x29\xe7\x65\xd7\x80\x0b\x58\x92\x26\xee\xba\x26\xa3\ \xed\x62\x16\xd0\x3a\x8e\xbb\x8a\x07\x2a\x0b\x97\x6e\x83\x72\xad\ \xcd\x8b\x58\x29\xc9\x31\x85\xe0\x55\x25\xe5\xe8\x3c\x0e\xbb\x6d\ \x29\x71\x37\xd4\xf1\x19\xaf\x1b\xba\x08\x11\x60\x98\xe2\xc1\xe1\ \x3d\x26\x72\x44\x8c\x54\x19\xb3\xaa\xa2\x45\x91\xac\xda\xe1\x13\ \xa2\xdd\xea\x19\x9a\xa6\x19\x76\x3b\xab\x3b\xc6\xf2\x72\xbe\x10\ \xd1\x8a\x7e\x3a\xef\x98\xb9\xe4\xb2\xf7\xdd\xcf\x60\x48\xe4\xa0\ \x80\x1a\x9a\x03\xf4\x8b\x83\x06\xa1\x6c\x46\xcd\x72\xdf\xf9\x37\ \x3b\x0f\xc4\x87\x4d\xf7\xc4\x05\x22\x8a\xbb\xdd\x21\xf3\xbd\xfb\ \x87\x33\x47\xa7\xa7\x4f\xbb\xfb\x27\x3c\x59\x79\xfa\xf9\x2c\xb4\ \x69\x9c\xc0\x0c\xc6\xf1\xb1\xe8\x14\xc2\xc9\xbd\xa3\x09\xfc\x4f\ \xdf\xff\x6c\x4a\x79\x9a\x52\x56\xcd\x17\x97\xb9\xe4\xcb\x8b\x8b\ \xc5\xac\x0d\x8d\xeb\xdb\xc6\x24\xab\x88\x63\xd8\x6e\x6e\x9e\x3f\ \xfb\x62\xb7\x4d\x66\x2e\xe5\xe2\x1b\x45\x47\x6c\x5e\x53\xce\x5a\ \xcc\xf4\xae\x67\x75\x17\xaa\x6a\xaf\xc9\x6e\x5f\x0a\x66\x08\x44\ \x84\x44\xc8\x94\x45\xd4\x7b\xfb\x86\x44\x2e\x42\x1c\x25\xbf\x94\ \xcd\x71\xc3\x39\x15\xd3\x21\xc8\xd4\x51\xb1\x52\xd4\xd0\x05\x07\ \x3e\x14\x9b\x2c\x1b\x67\xe9\x05\x9c\x4a\x07\xa2\xec\xd2\x14\x33\ \xaa\x63\x8a\xe3\xf8\xc9\x2f\x7e\x3e\xe6\x48\x4e\x5a\xd6\x99\x69\ \x2b\x1a\x0c\x88\x9c\x39\x37\x99\xa9\xa8\x77\xc4\x0a\x90\x0a\x7a\ \x64\x73\xd7\xbb\xe9\xc3\xff\xe3\x69\x42\x7c\x92\xbb\xe3\x49\x0b\ \x4e\xc5\xd0\xd4\x54\x04\x99\xcc\x20\xe5\xb4\x9d\x30\x95\xe2\x98\ \x5b\xf0\xbe\x14\x63\x0e\x44\x8a\x78\x3d\x8c\x17\x5f\x3c\x7f\xef\ \x17\x7f\xd5\x86\xc6\xb7\xad\x95\xd2\xb4\x36\x8e\x23\xe7\xd2\x88\ \x97\x08\x85\x3d\x90\xdb\xc4\x74\xfe\xf4\xf3\xee\xe4\xde\xa3\x83\ \xa3\x97\xd7\xdb\x3a\x19\xec\xee\x90\xa9\xf3\x4e\xf6\x07\x0e\xf2\ \x38\x8e\x77\xa6\x57\xf5\x16\xd6\xc3\x96\x99\x99\x1d\x51\x57\x0d\ \x42\xf7\x48\xf9\x9e\x7d\xa4\x06\x96\x92\xe8\x6b\x9a\xa1\x83\x99\ \x9e\x9e\x5e\xb4\x6d\xeb\x43\xf0\x4d\x57\x4d\xac\x88\x5d\x8d\x5e\ \x4a\x22\x39\x6d\xa7\xb1\x32\xdf\xef\x92\x05\x26\xba\x9b\x19\x45\ \x08\x08\xc0\x8e\x45\x4c\x44\xcd\xb4\x1a\x57\x9a\x2a\x20\x32\x9a\ \x94\x68\xa0\xe0\x58\x41\xbd\x67\x28\x4a\x59\x5c\x2e\xab\xd0\x1f\ \xcc\x66\x8d\x27\x4f\x4a\x86\x5d\xd6\xb0\x19\x40\x35\x38\x47\xeb\ \xdd\xfa\x2a\x5e\x5c\x9d\x86\xd0\x30\x5d\x5f\xc7\xa4\xaa\x75\xfa\ \x64\xa5\x92\x80\xc1\xe3\xae\x3b\x46\x3d\xbf\xb9\xec\x4d\xe6\x2e\ \x9c\x9d\x3f\x8f\xc3\xc4\xc4\x7e\x1c\x62\x8c\x45\xed\xd8\xb9\xdc\ \xb8\xd1\x40\xfb\xa6\x9b\x2f\xd1\x37\x99\xdd\xf5\x34\x12\x59\xd3\ \xf8\x0c\x5a\x00\x41\x04\x2d\xd4\x6d\x53\x97\xbd\xfa\x94\xd5\xb8\ \x8c\x88\xa5\x08\x1a\x76\x6d\xd7\x77\xad\x9a\x8a\xa8\x88\x9c\x9e\ \x9d\x8d\xe3\x76\xbb\x5d\x77\xfd\xeb\xcf\x5b\x44\x24\x03\x78\xfe\ \xc5\xcb\xfc\xfb\x3a\x5b\xce\xbd\xf3\x8c\x44\x40\x52\x4a\x8a\x59\ \x74\x5a\xaf\xaf\x63\x9c\x44\xd4\x39\x36\x83\x52\xb2\x19\x78\xef\ \x4a\x29\xce\xf9\x5c\x22\x3b\x23\x44\x76\x2e\x4e\x95\x15\xa5\x6a\ \xaa\x22\x06\x86\x40\x26\x95\xc5\x06\x8a\xc2\x4c\xce\xd4\xa9\xc0\ \x14\x69\x4a\x6f\xbf\xf9\xe6\x1f\x7d\xeb\xdb\xf7\xe2\xa4\x2a\x08\ \x7e\x7e\x33\x8c\x31\x86\x26\x74\x6e\x0a\x9a\x9e\x9f\xbf\xd8\x0d\ \x43\xd8\x6e\xd4\xf8\xf9\x6e\xc2\x22\x24\x86\x66\xa2\x2a\xa6\x0f\ \x34\xcf\x8b\x5d\xa7\x8c\x86\x39\xe7\x71\x1a\x93\x68\xce\x5b\x35\ \x2d\x25\xa7\xcc\x8b\x45\xdf\x77\x6d\x8a\xe3\x6a\xb9\x48\xd3\xee\ \xe2\x4c\x2f\x2e\x2f\xda\x36\x5c\xad\xd3\x2e\x5f\xc3\xb8\x03\x36\ \x00\x85\x82\x7b\x52\x03\xed\xa3\xf3\x5d\xe7\xaa\x1e\x21\xa2\x5a\ \x29\x76\x86\x60\x60\x60\x06\xb5\x05\xac\x4a\x5d\xf7\x4d\xc9\xb9\ \xaa\x31\xd0\xcc\x75\xa4\xa8\xa6\xa2\xca\x9e\x65\x1a\x0d\x14\x02\ \x8f\x50\x62\x2a\x6d\x98\x31\x21\x52\x99\x72\x22\x13\x03\x90\x52\ \x84\x49\xc9\x15\x64\x15\xe3\x12\x8f\x5b\x4f\x08\x1a\xc7\x06\x34\ \x20\x90\x82\xe4\x2c\xc9\x71\x68\x1a\x31\xa7\x42\x86\xa8\x06\xd9\ \x50\x22\x40\xbe\xe7\xbd\x31\xf7\x65\xd0\x28\xe2\x8a\x8a\xd5\x8c\ \xa6\xa4\x82\x88\x8e\x48\x55\x5b\xe7\xcc\x8c\x4a\xc1\xac\x53\x4c\ \x11\x84\x6e\xd6\x56\x0c\x90\x23\x87\x73\xef\x4e\xbe\xf3\xed\xd9\ \xfd\x07\xee\x21\xb8\xf9\x4e\x76\xd3\x70\xbe\xf1\x3a\x86\x98\x1b\ \x12\x86\xb8\x65\xdd\xa5\xdd\xd5\x96\x89\xbc\x6f\x5b\x04\xa8\xce\ \xe5\xb1\x8e\x2c\x44\x84\x3d\xf8\x55\x52\x4a\xcc\x4e\xa4\x40\xcd\ \xf6\xf7\x51\xac\x88\x14\xe7\x84\x99\x45\xac\x1e\x3c\x00\x60\xa6\ \x7b\xc7\x4e\x11\x00\x7d\x7d\x8b\x3b\x00\x33\xd8\x0d\xa3\x4b\xd9\ \x39\x17\x9a\x86\x10\x0d\x04\x3d\x55\xb4\xab\x69\x67\x5d\xd3\x99\ \xe9\x38\x8c\xa2\xa2\xa2\x25\x17\xf4\x1e\xab\xea\xd5\x54\xc1\x08\ \x61\xef\x0e\x57\x8a\x81\x11\x92\x81\x81\x81\x73\xce\x7b\x34\xad\ \xdc\x56\xc9\x52\x72\x24\x0f\xd0\xaa\xc2\x94\xd2\x38\x4d\x69\x57\ \xf2\x2e\x60\x71\xec\xc1\x35\x19\x83\x63\x9f\x91\xce\x3f\x1b\xb2\ \x48\xd3\x3a\x6c\x93\xda\x46\x4b\x19\xc7\xc1\x7b\x66\x42\x05\x00\ \xc0\xac\x8a\xb9\x1d\x02\xc8\xb0\x5d\x6f\xd6\x1b\xc0\x94\xd3\x34\ \xc5\x69\x8a\x06\xc6\xcc\x69\xca\xc2\xa4\x80\xce\xb9\xb1\x94\xed\ \x38\x41\x3b\xd3\xa6\x43\xe7\x11\xc8\x54\x49\xa1\xc4\x48\x44\x4d\ \xdb\x98\x41\x3d\x4e\x7c\x08\x75\x6d\x45\xc4\xd4\x00\x11\x99\xea\ \x7b\xd8\xb9\x62\x56\xb2\x05\x35\x05\x1b\x63\x51\x74\xa1\xe9\xe1\ \xb5\x09\xc0\x0a\x00\xe0\x9b\x3e\x16\xdb\x4d\xc5\x07\x76\x08\x22\ \xe2\x9d\x07\xc7\x8b\xe5\x01\x2f\x96\xdb\xed\x26\x4f\xe3\x30\x0c\ \x22\x25\xa6\xe2\x1d\x83\x14\x30\xcb\x25\xaa\x0a\x0a\x4e\x29\x99\ \x4d\x29\xa5\x4a\x29\xa8\xed\x69\x66\xf6\x3e\xb0\xe3\x38\xa5\xa6\ \x09\xa9\x94\x68\x85\x1d\xca\xb4\x6d\xa7\xe9\x2d\x6e\xe8\xb3\xcf\ \x77\xeb\xb5\x57\x69\x7d\xe8\x9a\x0e\xfa\xcb\x00\xc8\x8d\xdb\x4a\ \x5c\x6f\xaf\x4d\xca\xd1\xe1\x51\xe7\x17\xa7\x2f\x5f\xda\x76\xeb\ \x8a\x06\x00\x15\x4d\xa5\x44\xd3\x2d\x51\xa3\xe4\x9b\x36\x8f\xc3\ \x6c\xbe\x40\x6b\x93\xc8\xe4\x73\x9c\x26\x68\x5d\xf0\xd8\x36\x8e\ \x50\x0c\x4a\x60\xda\xed\x76\xe3\x30\xba\xd0\xfc\xd1\x3f\xfe\xd1\ \xd3\x2f\x2e\xd7\xbb\x38\x48\x1e\xd3\xa4\x22\x5a\xe4\xf6\x1c\xd2\ \x7d\x33\xb7\x86\x73\x32\x22\x23\xa7\x65\xff\x86\x7d\x52\xab\x50\ \x1d\x00\x0c\x14\x18\x04\xbf\x21\x91\x0b\x10\xa8\x60\x17\x39\x90\ \x33\x15\xc1\x30\x95\xdc\x83\x17\x4d\x60\x2e\xaa\x09\x91\x8d\x05\ \xd4\x32\x68\x62\xa3\xae\x69\xe7\x3d\x70\x60\x6e\x3c\xb7\x86\x7e\ \x4e\x21\x98\x5e\x9e\xbf\xd4\x69\x68\x9d\x57\xcb\xa3\x0a\x12\x1a\ \xb3\xa2\x03\x83\x02\x40\x52\x10\x91\x1d\xab\x59\xc1\x82\xa0\xed\ \x60\x44\x24\x66\x3b\x03\x28\x54\xb5\x6d\x50\xc7\xbf\x10\x99\x19\ \x02\x82\x82\xaa\x46\x80\x6c\x92\x51\x82\x65\x2e\x3a\xd7\x46\xa7\ \xd2\xde\xbb\x37\x7b\xfc\xf8\xfd\x5d\x79\xef\x67\xef\x5f\x5f\x5f\ \x17\x29\x8b\xe5\xe2\xf1\xec\xf0\x49\x58\x74\xa7\xe7\x7e\xd8\x81\ \x02\x2d\xbb\xb3\x3c\x5d\xe6\xb6\x99\x2d\xd8\xfb\x92\x33\x31\x3b\ \xe7\x4a\x2d\xf4\x6e\x07\x8e\x97\x52\xda\xb6\x09\xa1\x39\x3b\x3b\ \x03\x80\xd9\x6c\x56\xe5\x84\xfb\x5d\x64\xba\x2f\x23\x14\x88\x78\ \x3e\xef\x00\xd0\x4c\x73\xce\x66\x8e\x19\x5f\x73\x8e\x83\x01\x22\ \x12\xf3\x34\x0c\xa6\x56\x47\x63\x00\x40\xdb\xb6\xd3\x38\x56\xb9\ \x22\x98\xcd\xfb\xd9\xcd\xd5\x75\x4a\xe9\xe8\xf0\x20\x04\x6f\xa6\ \x84\x08\x60\xaa\xc2\x80\x4c\x58\x24\x97\x22\x22\x65\xdf\x73\x24\ \x23\x42\x03\x33\x2d\x2a\x08\xa4\x06\xa0\x06\x4c\x8e\x00\x02\x11\ \x6b\xee\x1b\xd7\x9a\xe8\xb4\xe1\xb2\x75\xa8\x40\x34\x19\x21\x7a\ \x35\x72\xbe\xf1\xa1\x43\x73\x29\x61\x4a\x23\x95\xb1\xa4\x44\x64\ \x2c\x0c\x08\x05\x4d\xcd\x0a\xe0\x30\xee\x4e\xcf\x4e\xeb\x21\x5c\ \x8f\x68\x22\x62\xc4\x22\x12\xa3\x98\x59\x2a\x86\x88\x3a\x82\x0f\ \x4d\x29\x92\x72\x11\x96\x49\x30\x81\x03\x25\x12\xc2\xa4\xe0\x40\ \xfd\x6d\x91\xc2\xc4\x8e\xff\x96\xc0\xa0\x10\x21\x12\xa6\x92\x2b\ \x4f\x22\x66\x05\x90\x98\x2d\x66\x28\xfa\x9a\x00\x3d\x02\xa8\x5a\ \xd5\x5e\x5d\xde\xdc\xec\x62\x4a\xa9\x04\xdf\x78\x17\x72\x91\x61\ \xbb\xdb\x0c\xbb\x93\xc7\x0f\x86\x61\xb7\xb9\xbe\x4a\xd3\xf8\xdd\ \x77\xdf\x2e\x56\x00\x84\x1c\x81\x8a\xa9\x3a\xc7\x31\xe6\xdd\x6e\ \xac\x89\xb9\x88\xa9\xe6\x10\xbc\x88\x12\xb9\xd0\x84\xa4\x93\xf3\ \xc2\x26\x6c\xa6\x66\x03\x68\xbf\xec\xbb\x86\x66\x43\xee\xcf\xcf\ \x0f\xcd\xc4\x72\xc9\x69\x1a\xb6\xbb\x73\x35\x4f\xa3\x16\x6a\x7c\ \x13\xbc\xa5\xb2\xcd\xd7\x5f\x3c\xbd\x98\x52\x0e\xa5\xf4\x60\x66\ \xa0\x08\x4a\x9c\xd9\xed\x32\x6c\x4e\xcf\xaf\xdb\x36\x07\x6e\x60\ \xd6\x3a\xf6\x0d\x73\x06\x22\x09\x05\x42\x60\x62\x8d\x71\x70\x81\ \x54\x24\x4e\xb2\xd9\xdc\x5c\xaf\xd7\xf7\x1f\x3f\x3c\xba\x7f\x3f\ \xa6\xb2\x58\x2e\x99\x5d\xa9\xf9\xad\xe9\xed\xab\xb2\x85\xee\x0a\ \x44\xb0\xfd\x88\xe4\xfa\x9f\xbd\x1f\x4f\xdd\x9c\xaa\x1a\x7c\xa8\ \xce\x25\xdf\x08\xaf\x08\x45\xdc\xb1\x7f\x3e\x8e\x65\x9a\x0e\x66\ \x7d\x26\xd3\xe2\xbd\x64\x20\x58\x20\x00\x91\x0f\x6a\x60\x93\x31\ \xb5\x8b\xe4\xfd\x59\x81\x8d\x85\xdd\x68\x71\xbc\x01\x72\xb3\xb6\ \xfb\xdd\xc3\xe5\x5b\x3f\xf8\xc1\xd9\x67\x1f\xc9\xee\x9a\x32\x10\ \x20\x23\x18\x12\x22\x2a\x42\x76\xa4\xc8\x77\x73\xf4\x54\xdd\x3e\ \xe1\xa9\xff\x35\x63\xfc\xca\x83\x05\x56\xcc\xa0\x4e\x1c\x43\x20\ \x44\xc8\x59\xc5\x54\xd8\x00\x69\x40\x18\xbd\xcb\x9d\xfe\x3f\xbf\ \xf9\xeb\x3f\x7f\x71\x01\x33\x3f\x03\xd7\x34\xfe\xea\xf4\xcc\x15\ \xfd\xf1\xac\xfd\xa7\x47\x07\x73\xd4\xeb\x34\x4d\xec\xb7\x53\xf6\ \xab\xb6\x20\xe6\x9c\xa5\x94\x3b\x54\xb2\xbe\x4a\x29\x75\x68\x5b\ \xbd\x92\x3a\xb5\x98\x88\x2a\x72\x5f\xfb\x2c\x66\x56\x67\x9f\xe4\ \x9c\x6b\x64\xa9\x5f\x57\xe5\x73\x29\x45\x5f\xb7\x5c\x34\x83\x9b\ \xab\xeb\x52\x4a\x77\x74\x54\xe9\x63\xc7\xc7\xc7\x4f\x9e\x3c\xa9\ \x6e\xee\x31\xc6\x9f\xfd\xec\x67\xe7\xa7\x67\x0e\x59\xac\x84\xc0\ \x33\x9b\x89\x94\x92\x33\x80\x21\x42\xe3\x7c\xca\xa5\x94\x4c\x44\ \x3e\x84\x7a\x79\x7c\x8b\xb6\x12\x11\x31\x02\x56\x08\xdf\xaa\xa7\ \xf2\x94\x52\x8c\x91\x02\xfb\xe0\xb5\x94\x39\x36\x0d\x98\x22\x29\ \xb1\x10\x29\xba\x81\x68\x8a\x71\xca\x02\x8e\x8f\xe6\xf3\x43\x4f\ \x31\xa6\xe0\xdb\x94\x22\x9a\x00\x93\x22\x29\xa0\x64\x49\xa5\x54\ \x9c\x49\x04\x0c\x48\x0d\x0d\xd0\x14\xc1\x68\xaf\x93\x52\x54\x76\ \xc0\xcd\xe9\xcd\xe6\x46\xd6\xf3\x07\x8f\xa0\xe9\x92\x55\xec\x9b\ \xda\xa6\x51\x50\xab\x64\xd3\xba\x33\xfe\x56\xea\x6a\xa2\x66\xb8\ \xd7\x6b\x83\x01\x92\x96\xba\xe9\x0c\x15\x40\x5f\x33\xe1\xb2\xdb\ \xb2\xe8\xec\xc5\xcb\x9b\x37\x9e\xbc\xf3\xee\x71\xe3\xcb\xef\xff\ \xde\x8f\x10\xa9\xeb\xe6\xb3\x7e\xf6\xbf\xfd\xab\xff\xfd\x2f\xff\ \xe2\xa7\x45\x4b\x9a\x86\xe5\xac\xbf\x59\x1f\x80\x64\x4d\xd3\x56\ \x8a\x63\x34\x15\x02\x02\x74\xd5\xb7\x47\x55\x98\xd9\x0c\x10\xb1\ \xeb\x7a\x66\x16\x11\xf2\xe4\x28\x4c\x9b\x09\xc1\xb7\x4d\x88\x65\ \x18\x52\x76\x29\x95\xd0\x95\x39\x6b\x1c\xfb\x92\xd8\x8a\x81\x83\ \x36\x4c\xde\x5b\x1f\x2e\x0d\xa3\x92\x58\x99\x37\xed\x62\x8e\xe9\ \xf4\x25\x3a\x9b\x54\xc6\x58\x98\x31\x2a\x4c\xd4\x2a\xbb\xd0\x85\ \x6e\xde\x05\x40\x35\x2b\x56\xcc\x98\xc9\xf7\x33\x2e\x39\x13\x8a\ \xa9\xe6\x9c\xad\x69\x52\x96\xcd\x66\x3b\x0e\x53\xc9\x25\xe5\xdc\ \x34\xfd\xa3\x47\x0f\xc4\xe0\xe5\x8b\x97\xc3\x38\x12\x33\x12\xde\ \x4e\xb6\x04\xc4\xaa\xe6\xd9\xdf\x08\x44\xaa\x48\xeb\x9e\x2e\x08\ \x54\x0f\x45\x33\x50\xc4\xda\x42\xf9\x86\x28\xae\x8d\x9a\xe6\x1a\ \x21\x4b\x39\x38\x3a\x78\x91\x53\x04\x3d\x01\x9c\xa3\xf3\xa5\xb0\ \x01\x33\x2a\xe6\x09\x35\x77\xf3\x0b\xc5\xbf\xfa\xfc\xf2\x37\xeb\ \x98\x80\x17\xc7\x27\x44\xae\x88\x35\xc3\xcd\xcf\x3e\xfd\xf8\xcd\ \x79\xff\xc7\x6f\x3f\x06\xe5\x15\xb5\x0b\x07\xac\x02\x00\xca\x68\ \x88\xd9\x71\x21\x43\xc0\xda\xd5\xe6\x6a\x7b\x74\x1b\xcc\x1d\x40\ \x30\x02\x00\x43\x30\x00\x43\x50\x53\x44\x52\x30\x4f\xd8\xb6\x0d\ \x39\x4a\x31\x42\x2e\x81\x7d\x34\xdc\x10\xad\xdb\xf6\xdf\x7e\xf4\ \xc5\x7b\x63\x9a\xfd\xe0\x09\x37\x0d\x0f\x19\xd8\x9d\x7c\xeb\xcd\ \xe9\xf2\xea\x17\x4f\x9f\x8f\xcf\xcf\xfe\xe4\xc9\xc3\x94\xdb\xf3\ \x62\xe7\xdb\x72\x3a\x7c\xde\xdd\x7f\x70\x72\x72\xe2\x98\xef\xda\ \xc0\x95\xba\x32\x4d\x53\xed\x6d\xf5\x7d\x5f\x59\x2d\xb7\xc1\x68\ \xcf\x87\xac\xa0\x7e\xc5\x62\x2a\x4f\x72\xbb\xdd\xd6\xef\x54\xd4\ \xf6\xe2\xe2\xa2\x5a\xd3\xbc\xde\xd2\x8f\xe3\x6e\x9a\x62\x08\xae\ \x6d\xbb\x9c\xd3\xc3\x47\x0f\x44\xf2\x34\x0d\x57\x57\x97\xdb\xed\ \x46\xa4\xb0\x73\x6d\xe3\xd5\xbc\x88\x54\x6d\x5d\x08\xbe\x66\x79\ \x26\xb9\x12\xc1\xf6\xc1\x17\xa0\xb6\x3b\xd5\x0c\xcc\x94\x48\x05\ \x55\x0b\x20\x01\x62\x16\x89\x52\xa0\x64\x5f\x69\x60\x22\x73\xf6\ \x25\x5b\xca\x59\x8d\xc5\xb9\x49\xe0\x3a\x4e\x2f\xd7\xeb\x8c\xc8\ \x7d\xbf\xdb\x66\xff\xf2\xc5\xf7\x67\x8b\x45\x1b\x34\x69\x70\x2d\ \x98\x88\x99\x08\x94\xfa\xe9\xc9\x1b\x82\x99\x02\xa8\xa9\xee\xd1\ \x41\x72\xde\x7b\x24\x2c\x52\x62\x91\x48\xfe\x66\x88\xe7\x63\x2a\ \xa1\xf5\x86\xa6\x2a\xa6\x00\x68\x66\x86\x66\xba\x1f\xc5\x60\xaf\ \xf4\x4f\xbf\xfa\x60\xaa\x19\xed\xf1\x63\x80\xea\x96\x51\x33\x86\ \x7d\x2f\xe2\x75\x09\x8c\x22\xb9\xfe\xdd\xd3\x97\x2f\x42\x08\x47\ \x47\xc7\xdf\xf9\xee\xb7\x4f\x5f\x9e\x7d\xfa\xe9\x67\xdb\xcd\x66\ \xb3\xbd\x91\x92\x9a\x36\x2c\xfb\x23\x87\x76\x7d\x75\xb9\xbd\xb9\ \x6e\x3d\xb7\xc1\x83\x89\x67\x42\xe2\xe0\x31\x84\xb0\xdb\xed\x52\ \x4a\xce\xb9\x52\x72\x1d\xd2\x63\x66\xa5\xc8\x98\x46\xcb\x79\xe1\ \x66\x69\x4c\xbb\x5d\x4e\x28\xb1\x8c\x29\xa7\x97\x73\x47\xc4\x8e\ \xb1\xa9\x59\x3f\x52\x76\xee\xa5\xc8\xdf\x7c\x7e\x7a\x29\x92\x9a\ \x2e\x16\x01\xb1\xdf\xe9\xe8\x49\x8b\x51\xad\x11\x0b\x9d\x03\xb5\ \xe2\x38\x11\x65\x44\x26\x63\xef\xdb\x10\x12\x40\x51\x2d\xa2\x02\ \x50\x3d\x85\xbc\xc3\xa2\x4a\xcc\xc4\x4e\x8a\x4c\xe3\x24\xa6\xde\ \x37\x6a\x46\xe4\xc6\x69\xfa\xe2\x8b\x17\x2f\x4f\x4f\xfb\xbe\x97\ \xaf\x2e\xf8\xab\xd6\x6f\x77\x2c\x69\x33\x35\xdd\x7f\xcf\x4c\xf7\ \x81\x4d\xb5\x69\x9a\x3d\x87\xfe\x9b\x90\x73\x89\xe2\x36\x96\x71\ \x98\x38\xe7\x17\xdb\xed\x1b\x6c\xa3\xf3\x0f\xd8\x75\x42\x9d\x41\ \x50\x8b\x4e\x37\x24\x89\xe8\xaf\x4f\x37\x3f\x5b\xc7\xee\xe4\xd1\ \x6c\x79\xbc\x55\x01\xc4\xc0\xce\x64\x9c\x1f\x34\xcf\xce\xcf\xff\ \xfc\xc3\xcf\x7e\xf2\xe6\x1b\x97\xe7\x2f\x27\x49\x5d\xa5\x16\x31\ \x28\x22\x10\x55\xce\x13\x33\x89\x2a\xa8\xe1\xad\x68\x13\x09\x1d\ \x12\x14\xab\x46\x77\x06\x20\x0c\xaa\x86\x44\x82\x46\x4c\xce\xd8\ \xcf\x1b\x04\x84\xa8\x22\x79\x2c\x7a\xd3\x35\xbf\xbc\x3e\x7f\x6f\ \x33\x1e\x7e\xf7\xed\x91\xc2\x6e\x14\x02\x1e\xa3\x88\xc4\xe5\x6a\ \xe5\xd4\x3e\x7a\x71\xd6\x0d\xe3\xb2\xeb\x6f\x84\xde\xfe\x83\xef\ \x5f\x7e\xf2\xe1\xb3\x67\x5f\x74\x7d\x07\x06\x75\xf4\x53\x35\x7b\ \xaa\xcd\xb8\xda\x6d\xbc\xba\xba\xba\x63\xe2\x8d\xe3\x58\x53\xaa\ \xaf\x45\x2e\x66\xae\x66\xca\x77\x5d\xfc\x18\xe3\xc5\xf5\x26\xe5\ \xf4\xda\xba\x45\x04\x03\xd3\x38\x4d\x2a\xe2\x9c\xfb\xe8\x83\x0f\ \x7e\xf3\xde\xaf\xf7\xc5\xa3\x6a\x25\xb5\x11\xf4\x8f\x1e\x3d\x94\ \x22\x17\xe7\xe7\xc4\xe4\x8d\x2b\xa8\x5a\xf3\xc7\xba\x92\xb9\x5e\ \x3c\x51\x2d\x39\xad\x86\x07\xb5\x92\xd5\x05\x77\x9b\xec\x22\x37\ \x0d\x9a\xc5\x14\x87\xed\x78\x55\x84\x7c\x93\x85\x0b\x90\x20\x6d\ \xa5\x6c\x0a\xd8\x6c\xb5\x3c\x3e\xf2\x8b\x39\x0c\x3b\x5b\x6f\x3e\ \x7f\x79\xfe\x38\x34\x20\xc5\x8b\x9a\x08\x21\xaa\x9a\x88\x88\x92\ \x81\x29\xa8\x82\xee\x4f\x63\x30\x17\x82\x19\x6f\x00\x00\x20\x00\ \x49\x44\x41\x54\x05\x03\x00\x0f\x84\x44\x52\x74\x52\xbb\x01\xdd\ \x64\xa3\xd5\xd1\x7c\x3e\x1f\x44\x2d\x46\xe0\x7a\x88\x9b\xed\xfb\ \x59\x78\xbb\x37\xec\xff\xeb\x24\x37\xab\x09\x2d\x91\xa9\x9a\x6a\ \x29\xa5\xe4\x2c\xa5\xbc\xda\xb5\x78\xcd\x85\x07\x00\xb0\xab\xeb\ \xab\xc5\x62\x19\xa7\xf8\x3f\xfc\xf7\xff\x5d\x8c\x53\x4a\x75\x0e\ \x13\x49\x8e\x9b\x71\xf7\xed\x1f\xff\x68\xb5\x98\x7f\xf8\xfe\xfb\ \xe3\x38\x74\x7e\x66\xd5\x27\x88\xc8\xc4\x32\xe4\xbd\x75\xad\x73\ \x55\x40\x53\xc5\xb0\xc3\x30\x18\x68\x71\xc5\x8a\x50\x60\x32\xe1\ \x82\x8d\xf3\xdd\xbc\xd3\x34\x7d\x76\xbd\x7e\xbe\x1b\xd7\x01\xad\ \x51\x02\xca\x08\x13\xc2\xa7\xd3\x74\x8a\xa6\x0f\xee\xf3\xc1\x91\ \x46\x8d\xbb\xe1\xfd\x97\x4f\x15\x60\x11\x7c\x03\xe4\xb5\x1e\x46\ \x98\x30\x4f\x6c\x0b\x35\x31\x8d\x25\x4f\x6a\x45\x4d\x00\x0c\xd1\ \x10\x18\x89\x88\x0c\xaa\x08\x16\xc6\x29\x21\x25\x62\x67\x40\x66\ \x16\x77\xbb\xed\xb0\x9d\x2f\xe7\xb3\xc5\x1c\x11\x91\xf8\x2e\x54\ \x7d\x2d\x84\x01\x80\x9a\x02\xc8\xdd\x30\x97\xdb\x52\xc9\xea\x14\ \xf2\xba\x47\xe0\x9b\x50\x2d\x12\xd1\x6e\xbd\xde\x9e\xdf\x2c\x1a\ \xf7\x7c\x73\xb3\xd0\xe2\x5b\xef\x03\xa2\x0f\x0b\xd3\x99\x82\x07\ \x28\xde\x36\xac\x5b\xf4\xef\xef\x12\xaf\x0e\xfc\xbd\x7b\x37\x6a\ \xa1\xeb\x1f\xdc\x3b\x1c\x6f\xae\x10\xdd\xcd\x00\x8b\xc7\x8f\x4f\ \x9f\xbf\x78\xff\xf2\xe6\xad\x6e\x6e\xc3\x2e\x4b\xd9\x93\xfe\x00\ \x82\x11\x0b\x19\x00\x18\x57\xf0\xe8\xce\x70\x86\x99\x90\x48\xa5\ \xd6\x0b\x60\x08\x95\x4d\xa5\x46\x0a\x2a\x02\x25\xe3\x34\xa4\x69\ \x1a\xc3\xa8\xad\x86\x6c\x1c\x3d\x7d\x76\x36\xde\x7f\x78\x9f\xb0\ \x1f\xae\xe2\xf7\xde\xfc\xd6\x47\xcf\x3e\xfd\xe1\x0f\x7e\xf8\xf3\ \xf7\xde\x3b\x1d\xa7\x25\xf9\x76\xb9\xf8\xd5\x66\xf7\x66\x3f\xbf\ \x8c\xa9\x39\xbb\x2c\xc8\x4f\xde\x7c\x63\x31\x5f\xdc\xf1\xb9\xaa\ \x23\x38\x22\x56\xf6\x79\xad\xb3\x6a\xf4\x71\xce\xcd\x66\xb3\x3a\ \xb5\xa9\x8a\x13\x6b\x0b\xb2\xaa\x14\x4b\x29\xab\xd5\xaa\xd6\xf9\ \x95\x76\x7c\x70\x78\x54\xed\x09\x5f\xb7\xb1\x4b\x84\x58\xed\x46\ \x2b\x7c\x56\x1f\x98\x1a\x79\xea\x88\x2a\xc7\xf4\xf4\xe9\x53\x15\ \x6d\xea\xf0\x77\x95\x9c\x85\x99\xd8\x79\x20\xaa\xae\x9e\xec\x5c\ \x65\xaf\xb2\xf7\xd5\xcf\x07\x09\xc9\x10\x81\x2a\x72\xc8\x0e\x9d\ \x67\x33\x05\xd5\x10\x3c\xe8\x6c\x5c\x6f\x4e\x8b\x5c\x17\x31\x73\ \x08\xb4\x2d\xc5\xbc\xf7\xb3\xd9\xd1\xa3\x37\x9f\xbc\xfb\xee\xa7\ \xcf\x9e\x7d\xfc\xeb\x5f\xe1\xac\xbf\x54\x3b\x3a\x3c\x12\x30\x47\ \xc0\x80\xac\x48\xaa\x98\x2d\x89\x18\x18\x10\x98\x6a\xd6\xea\x46\ \xab\x06\x30\x55\x6c\xc4\xfb\x02\x74\xb5\x4b\x11\x5d\x1f\xba\xee\ \xf0\x68\xe6\xdc\xf9\xe5\x45\x2e\x19\xcd\x1c\x21\x57\x4e\x83\xee\ \x31\x15\x50\xab\x54\xa8\x7d\x01\x53\xd5\xed\xb7\x1d\x15\x13\x01\ \x00\x29\xa5\x2e\xbb\x55\xd3\x6e\x7d\x5d\xaf\x08\xdb\xc7\x2d\x22\ \x9c\xc6\xdd\xd3\xcf\x3f\x75\x2e\xec\x76\x9b\x9c\x0b\x31\x95\x9c\ \x6d\x7f\x67\xe0\x93\x0f\x3f\xd8\x6d\x37\x60\x7a\xb8\x9a\xa7\x94\ \x4b\xce\x6d\x13\x0c\xa0\xaa\x5c\x77\xbb\x5d\xd5\xf0\x57\x3e\x47\ \x08\xa1\x1e\x72\xa1\xf1\x3b\x19\x80\x6d\x9c\xc6\xc0\x7e\x31\x9f\ \x67\x82\x8c\x28\x2d\xf7\xf3\x83\xdd\xe5\xe5\x27\xeb\x8b\x5c\xcc\ \x03\x28\x58\x29\xe5\xb9\x98\x1c\x1d\x36\xf7\x4f\x7e\xf4\x93\x3f\ \x41\xd7\xfc\x87\x7f\xf7\xef\x37\x97\x5f\x3c\x53\x78\x6b\x75\xcf\ \x37\x6d\x2e\xc5\x13\xe7\x2c\x62\x96\x8a\xee\xda\xb9\x92\x8f\xb9\ \x44\x29\x80\xa4\x40\xb2\x1f\xdd\x59\x8b\x3e\x05\x75\xa5\xc8\xb8\ \xe7\x33\x8b\xdc\x86\x78\x43\xb0\x14\x45\xd5\x39\x6f\xf2\x35\xb7\ \x18\x7d\x35\x72\x89\x65\xbb\x65\x35\x23\xc2\x2d\x10\x56\x9b\x27\ \x1a\x42\xf8\xc6\xcc\x5b\x04\x0b\x48\x87\x14\x66\xbe\xf1\x47\xcd\ \xa2\xa5\xd6\xf3\xcd\x34\xa6\x5c\x16\x08\x3d\x22\xe6\x82\x8e\x33\ \x36\x2f\x36\xf1\x4c\xe0\xc1\xc3\x87\x1b\xc9\xcb\xe3\x55\x4e\xbb\ \xff\xf2\x9f\xfe\xf8\xc5\xa7\x1f\x7c\xfb\xfb\x3f\xfc\x5f\xfe\xd5\ \xff\x75\xf5\xfc\x74\xb5\x3c\xf8\x7c\xbd\x5d\xcc\xe6\x87\x8b\x90\ \xd3\x04\x58\x8c\x4c\x40\x48\x68\xbf\xac\x88\x4c\x41\x59\x2b\x20\ \x8d\x80\x4c\xdc\x90\x0b\xa6\x04\x68\x58\x27\xbe\x9a\xd5\x63\x81\ \x40\x54\x2f\x62\x2e\x88\xd9\x20\xa8\x35\x6a\xd0\xf6\x2f\xc4\xb6\ \xe4\xba\x66\xf1\xc5\xb3\xb3\xef\xbe\xfd\xfd\xff\xea\x27\x7f\xfa\ \x5f\xfc\xe1\x1f\x6d\x4a\xfe\x9b\x5f\xfc\xfa\xf8\xe4\xc1\xf9\xf3\ \xa7\xcb\xe3\x7b\xba\xdd\xfc\xd5\xcb\x33\x74\x6e\xf8\xfc\xb3\xfb\ \xf7\x8f\x1f\x3e\x7a\xd4\x77\x9d\xdd\xd2\x55\x96\xcb\xe5\x5d\xb9\ \xe7\x9c\xab\xc7\x88\xdd\x85\x0d\x55\xb8\xad\x4d\xaa\xa0\xba\x7e\ \xdf\x39\x57\x15\x76\x15\x02\xab\x29\x5b\x4a\xc9\x5e\xbf\xb7\x88\ \x22\x32\x4d\xa3\xf7\x35\x89\x2b\xfb\xcc\xbc\x2e\x40\x15\x16\x11\ \xa9\x4a\x29\xd0\x04\xef\x03\xd7\xbe\x27\x11\x14\x11\x2d\x19\xc8\ \xdd\xa5\x7b\x75\xcc\xc4\x57\xb2\x3f\x03\x52\x42\x42\x23\x53\x30\ \xc0\x9a\xdc\xe8\x68\x80\x6a\xe8\xfc\x1a\x51\xd1\x00\x94\x51\xb8\ \x6b\x01\xd0\x51\x00\xe0\xb8\x4b\x8d\xf9\xa6\xe9\x77\x61\xdc\xc5\ \x78\x71\x71\xde\x38\xd6\x52\x18\x10\xcc\x44\x41\x05\x15\x51\xc1\ \x14\xf5\xb6\xb4\xd8\x9f\x3d\xaa\x5a\x54\xa4\x94\x49\x74\x54\xbf\ \x58\xae\x76\x39\x87\x61\x9c\x2d\xfa\xc5\x62\x96\x52\xcc\x53\x54\ \x2d\xaa\x20\x46\xa5\x08\xdc\x19\x25\x02\xd6\x9b\x42\x44\xf5\xcc\ \x48\x69\x0a\x4d\xa8\x72\x2b\xdc\x9b\x5f\x4b\x2d\x18\xcb\x2d\x79\ \xe5\x35\x13\xdd\xdb\x9f\xcd\xb9\x6c\x64\x83\xfb\xb2\x17\x4a\x31\ \x40\x60\xe2\x4a\xcc\xd8\x6e\xd6\x4c\x70\xb0\x5a\xb5\xad\x47\x55\ \x26\x54\xd5\x61\x1c\x11\xea\x91\xf0\xe5\xb6\xaf\x97\x3d\x4d\x53\ \x29\xa5\xed\xdb\x6d\x1e\xd1\x6c\x46\x2d\x91\xe5\x69\x48\x6a\x19\ \xa1\x80\x6d\x60\xa7\xaa\x3c\x5b\xec\x34\x6a\x4c\x3e\xa3\x63\x92\ \xe5\x42\x82\x3b\x5a\xcc\x03\x23\x6b\x3a\x08\x6e\x58\xae\x5e\x0c\ \xdb\xeb\xd3\xeb\x8e\x88\xc5\xd0\x00\x00\xd9\x07\x08\xfe\xf1\xbd\ \x59\x01\x1c\xd3\xae\x62\x7d\xc4\xd8\x04\x0f\xe8\x4b\x89\x0e\x99\ \x55\x35\x8b\x16\x4b\x5a\x0c\x50\xaa\x49\x23\x02\x61\x6d\x81\x1b\ \x22\xa6\x98\xaa\x4f\xed\xdd\x69\xfd\xf5\x95\xac\x20\xe2\x2b\x25\ \xe4\x1d\xe1\x4b\x44\xfe\x73\x38\x74\xbf\x35\x7f\x2e\x5b\xf6\xfd\ \x0f\xde\xfa\xd6\x62\x39\x43\xa7\x00\x4a\x26\xac\x99\x4b\x36\xb5\ \xa4\x8a\x49\xa6\x38\x0e\xaa\xbf\x7e\xfa\xf9\xfc\xf8\x10\x3c\x3a\ \xb0\x86\xe5\x87\xdf\x7f\x77\x77\xf5\xe2\x0f\xbf\xff\xdd\x5f\x7d\ \xf2\xc1\x6a\xb5\x1a\xaf\xae\x87\x5c\xb6\x39\x75\xbb\x71\xf6\xad\ \xb7\x02\x4a\xf0\x18\x82\x07\xa6\x42\x28\xfb\xb9\x7b\x44\x15\x6c\ \xca\xb9\x9a\x99\x30\xb3\x27\xf6\x95\x3f\x82\x40\x6a\x08\x96\x25\ \xef\x37\x86\x19\x12\x65\x92\x5c\x52\xeb\x66\xce\xb7\xcf\xcf\xaf\ \x7e\xf1\x9b\x8f\x36\x8e\x77\xdb\xed\xec\x70\xd5\x1f\x2e\x3f\x79\ \xf6\xe9\x1f\xfc\xee\xf7\xe8\xf2\xfa\x47\x6f\x7f\xe7\xd7\x9f\x7c\ \xb4\x08\x5d\xce\xe5\x8d\x27\x6f\xbe\xf9\x6d\xef\xba\x19\x86\xd9\ \x72\xd6\x75\xa4\x2a\x5a\xc9\x84\xf5\x6e\x55\x31\x60\x25\x67\xd5\ \x0d\xc3\xcc\x77\xba\xad\xbb\xfb\xb4\x5a\xad\x16\x8b\xc5\x9d\x44\ \x6e\xef\x10\x5f\x4a\xfd\x29\x11\x99\xcf\xe7\xde\xfb\xd7\x3e\xff\ \x99\x0c\x41\x55\x32\x21\x90\x63\x33\x2d\x65\x1f\x5f\x54\xf6\x6d\ \x41\x63\x43\xac\x88\x3e\x12\xa1\x67\xf6\xc1\x39\xe7\x1c\x92\x21\ \xdd\x7a\x60\x20\x11\x32\xbb\x57\xed\x13\x08\xd0\xa1\x43\x02\xc0\ \x4a\x0b\x57\x51\x01\x43\x53\x28\x22\xa5\x68\xd1\xac\x25\xe5\x94\ \xb5\x94\xbc\x89\xde\x35\x27\x1d\xc6\x31\xae\xcf\x2f\xc7\xed\x00\ \x62\x37\x31\x4d\xe3\x60\x92\x1d\x01\x6a\xd5\x7e\x98\x0a\x14\xc3\ \x7a\xd0\x23\xdd\x36\xa5\xea\x19\x48\xfb\x46\xba\x82\xa9\x31\x00\ \xd1\x34\x76\x7d\xbb\x1b\xb6\xa2\x13\xa8\x32\x53\xd7\x04\x55\x97\ \x72\xce\x53\x06\xb5\xaa\x9e\x73\xde\x3b\x66\x03\x28\x39\x6f\xc7\ \x11\x01\x9a\xa6\x49\x29\xde\xdc\x5c\x7b\xef\x43\x68\x72\x4a\x48\ \x44\x84\x92\x8b\x88\xe4\x98\x25\xbf\xa6\xb9\x90\x19\xd4\xb9\x24\ \xa0\xc6\x84\x4c\x15\x7e\xb5\x0a\xd7\x01\x80\x69\x31\xc3\x26\x34\ \xb3\x36\x00\x58\xc9\xb1\x30\x04\xef\x43\x08\x4d\xd3\x38\x47\x04\ \x08\x86\x77\xdd\x1e\x44\x6c\x9a\x26\xe7\x7c\x70\x70\x40\x44\x29\ \xe7\x39\x1d\x32\x63\x40\xef\x8d\x72\x4c\x00\x68\xc4\x19\x74\x2a\ \x69\xca\x71\x28\xe9\x3a\x8e\x82\x11\x63\x86\x61\x92\x41\x0e\x8e\ \x8f\x25\xa5\xe1\xf2\x82\x62\x6e\xd2\x90\xc4\xce\xc6\x02\x25\xf6\ \xec\x41\xd5\x4c\x3c\x86\x64\x5b\x24\x6c\x1f\x3c\xea\x9b\x19\x02\ \x06\x1f\x0c\x29\xe6\x9c\xb3\x2e\xe6\x7d\x54\x65\xc0\xde\x37\x66\ \x05\x8c\xc6\x69\x8c\x31\xb2\x73\x40\x20\x2a\x86\x00\x58\xe3\x93\ \x01\x80\x7d\x95\xd8\xf0\x35\xc4\x90\x08\x01\xd5\xbe\xec\x29\xde\ \xe6\x5c\xd5\x37\x0e\x18\x0c\xfe\xee\xf8\xf5\x5b\x8b\x5c\xda\x35\ \xe1\xc9\xa3\xe3\x6e\xde\x0b\x68\xd1\x52\x54\x53\x9a\xa4\x24\x11\ \x1d\xa4\x88\xcb\x14\xda\xb3\xf3\x8b\xcb\xa2\xdf\x3a\x58\x4d\x71\ \x9c\xad\x66\xa4\xe5\xc9\x83\xc7\x71\xb3\xfe\xe4\xe3\x67\x39\xea\ \x61\x3f\x3f\x43\x84\xe0\x2f\x44\xaf\x4f\x5f\xfe\xe6\xe2\x82\xd1\ \x1a\xc7\xc1\x39\x25\x1c\x11\x32\x00\x22\xd0\xed\x60\x1b\x35\x33\ \x35\x40\x20\x44\x4f\xd8\xf8\x7a\xca\x81\x9a\xa9\x01\x31\xef\x37\ \x2d\x18\x20\x12\xc2\xb0\x1b\x36\xc3\x08\x08\x51\x71\x4c\x3a\x5b\ \x2d\x66\x88\x6d\x13\x7e\xfa\xab\x9f\x7f\xe7\xed\x77\x9e\xbc\x79\ \xdc\xb4\x4d\xeb\xc9\x9b\x74\x5d\x37\x6c\x2f\x10\x6c\xd6\xb7\xed\ \x62\x0e\xae\x9f\xf7\xad\x37\xc9\xb7\xbd\xc2\xfa\xb4\xd5\x50\x55\ \x1f\xbe\x3b\x61\xd0\x1d\x9f\xf8\x4e\xbd\x5c\x21\xad\xca\x50\xbf\ \x23\x19\x57\x08\xbf\x52\xa8\x98\x2b\xe7\xfb\xf5\x2d\x86\xaa\x9b\ \x76\xc5\x8f\x6e\xb7\xa2\x21\x12\x12\x3a\x40\xf6\xae\x69\x42\xd3\ \x34\x7d\xdb\x34\x6d\xd3\x75\xad\x77\xe4\x7d\x45\xe9\x38\x26\x29\ \x2a\xa2\x82\x88\x8e\x9d\xf3\xee\xab\x4c\x01\xa4\xda\x21\x42\x33\ \x54\x00\x13\x51\xa8\xd5\x5e\x2a\x89\xb2\x16\x20\x34\x8f\x28\x4c\ \x66\x98\x62\x5c\x6f\xd7\xcb\xc5\x7c\xbb\x85\xeb\xcb\xab\x9b\xeb\ \x1b\x51\xe5\xd0\x38\x0a\x81\x89\x00\x44\x45\xd5\x8a\x1a\x1b\x02\ \xec\x9d\x64\x0d\xbe\x54\x8a\x88\x29\xd2\x9e\xbc\xa8\x46\xa0\x0e\ \x54\x41\x4a\x8e\xc5\xa1\x97\x52\x88\x08\xda\xce\xbb\xb0\x9c\x2f\ \x53\x53\xd6\xeb\x4d\xf5\xbd\x00\x80\xdd\x76\xdb\x34\x4d\xa5\xa4\ \xd7\x56\x49\x2d\x1b\xe3\x14\xe3\x14\xeb\xdb\x2a\x04\x0e\x00\xd5\ \x7d\xff\xf5\x31\xae\x7d\x5f\x52\xab\xc4\x47\xac\x98\xee\x59\x25\ \x08\x80\x08\x8d\xe7\xe0\x91\x09\x16\x8b\xe5\xc1\xc1\xea\xf0\xe0\ \xa0\x09\xa1\x0e\x79\x75\x8e\xd3\x14\xb7\x9b\x6d\x05\x19\x9a\xa6\ \x69\x9a\x66\xdf\x52\x24\x02\x80\x94\xb3\x11\x61\xed\x9f\x8b\x59\ \x2e\x20\x0a\x06\xa9\x94\xcd\x34\xc0\x68\x11\xad\x61\x52\x70\x80\ \x29\x4f\x43\x8c\xe5\xf2\xf2\xea\xe0\x60\xb5\xb9\xba\x49\x37\xeb\ \xcb\x97\xe7\xeb\x9b\xb5\x88\x31\xfb\x09\x0c\x09\x3d\x36\x93\x0a\ \x20\x39\xef\x36\xd3\x70\xfc\xe0\x24\xc5\x29\xa6\xb4\x3c\x58\x2d\ \x10\x77\xbb\x71\xdc\xec\x4a\x8a\x43\x1a\x6f\x24\xa3\xd9\xec\x60\ \x81\xcc\xaa\x36\xe5\xe1\xb6\xf1\x65\x80\xba\x8f\x5c\x68\xa8\xee\ \xef\x88\x5c\xfb\x55\xb8\x05\x1f\xf7\xac\xae\x1a\xd2\x55\x89\xc4\ \xbe\x29\xbd\x45\x44\x43\x49\x30\x92\x92\x88\x89\x99\x00\x14\xc3\ \x62\x9c\xcc\x8a\x62\x56\x94\x29\xbe\x5c\x6f\xc0\x71\x86\x12\x63\ \x7c\x63\xf9\xc8\x3b\xff\xc9\xa7\xcf\xff\xf9\x7f\xfd\xcf\x3f\xf9\ \xf0\xe3\x9f\xfd\xfb\xff\xdb\x77\xae\xec\x46\x62\x9a\x18\x87\x68\ \xe7\x9a\x11\xc0\xa7\x42\x90\xa4\x9e\xc0\x95\xdd\x80\x00\x60\x2a\ \x5f\xd2\x37\xf1\xf6\x59\xa9\xfb\xa0\xbe\x45\x01\x44\xa0\x6e\x0e\ \x00\x68\x0b\x38\xa4\x31\xe0\x0e\x14\xd4\xc0\x21\x8f\x71\xd5\x2e\ \xe2\x66\xd3\xcf\xc3\xb3\xeb\x67\xe7\xf9\xbb\xb3\x30\xfb\x4f\xef\ \xfd\xe2\xf7\xbe\xff\xa3\x8f\x3f\xf8\x4d\x83\x18\x87\xed\x8d\xc6\ \x52\x44\x61\x6d\xf3\xd5\x6a\xb9\x6f\x57\xc7\x18\x6b\xb9\x17\x42\ \xa8\x63\x59\xef\xca\x90\xfa\x35\xdd\x8e\xd2\xa9\x0d\xac\x0a\x66\ \xdd\x56\x16\xb9\x02\x61\x77\x05\x82\xab\x38\x3f\xf3\xeb\x92\x51\ \xed\x76\x1f\x4a\x0d\x61\x55\xf8\x5a\xbf\x60\x66\xef\x7d\xd3\x77\ \xde\x39\xc7\xec\x9d\xf3\xde\xed\xc7\xb8\xab\x64\x93\x6c\x40\xdc\ \x78\xe7\x9d\xba\x3b\xd1\xcc\xab\x99\x3f\x02\x10\x21\x12\x10\x56\ \x24\x1c\x10\x0d\xd0\x80\x08\x9d\x63\xe4\xc6\xb3\x5a\x00\x03\x62\ \x02\x00\x49\x39\x17\xbd\xde\xdc\xdc\xc0\x0d\x33\x1f\x9f\x1c\x1d\ \xc2\x71\xf0\xec\x1d\x23\x0a\xaa\x01\x82\x18\x64\x33\x31\x34\x23\ \x34\x63\xdb\xcf\x55\xdc\xb7\x05\x10\x6d\x8f\x8c\x88\x29\x00\xb8\ \x9c\x92\x4a\x24\x12\x00\xcd\xf5\x0d\xa5\xe4\x62\x04\xdc\xb6\x1d\ \x1e\xb0\x5d\x5d\xd5\xee\x47\x8c\xf1\xea\xea\xaa\x02\xde\x7d\xdf\ \x57\x07\xd4\xa6\x69\xc6\xb1\xd2\x41\xa5\xce\x2b\xad\x2b\xa3\xaa\ \xaf\x5f\xa4\xdb\x9e\x15\x51\x0d\x85\x0c\xac\x71\x1e\x4c\xd9\xb1\ \xf7\x2e\x34\xbe\xf1\xee\x70\x79\xd4\xb6\x5d\x0d\xa3\x4d\x08\x9e\ \xb9\x4e\xbd\x04\x00\x11\x25\xe2\xc5\x62\x71\x97\x86\x8b\x48\xce\ \xc9\x39\x7f\x3b\x66\xc9\xd7\x72\x52\x01\x0a\x16\x64\x70\x88\xac\ \xd6\x23\x23\x76\xc1\xbb\x79\x99\x62\x49\x6e\x36\x0b\xc6\x08\x38\ \x69\xb9\x1e\x77\xa9\xc8\x6f\x3e\xfd\x8c\x8b\x6a\x68\x9f\x3c\x79\ \x93\x9b\xd0\x37\xbd\x8a\x10\x40\xd7\x76\x39\x45\x44\x74\x8e\xa7\ \x34\x06\x07\xf3\xd9\x4c\xc5\xce\x5e\x9e\x8e\x53\x3c\x3e\x3e\x7e\ \x70\xef\x81\xe4\xe9\xc5\xd3\xcf\x2e\x2e\xae\x4b\x4e\xdb\x71\x9c\ \x1f\x2d\xbb\xb6\x49\xa9\x88\x89\xf3\x0e\xa0\x1e\x5d\x7b\x90\x8f\ \xbf\xba\x74\x5f\x3b\x03\xec\x55\x06\x57\xcd\xaf\x6e\x3f\xa9\xaa\ \x39\x67\xdf\x94\x6a\x11\x01\xb3\x96\x4d\xde\x81\x7a\x44\x12\x05\ \x29\x1a\x63\xce\x52\x92\xe4\x52\xca\x94\x72\x9a\x46\xee\xdb\x25\ \x5b\x8c\x31\x38\xbe\xba\xb8\xfc\xf1\x1f\xfc\xa3\xed\x2e\xfd\x8f\ \xff\xd3\xff\x3c\x8d\xfa\xe0\xfe\xf1\xb4\x79\x1e\x08\x76\xc3\xb8\ \x4b\xd1\x5c\xad\xfb\x99\x9a\x10\x5c\x40\x33\x4d\x85\xd4\x6a\x5e\ \x53\xb3\x95\xaf\x2c\x16\x1a\x3a\x20\x76\xce\x71\xf5\x84\x07\x30\ \x29\x85\x10\x9d\xf7\x68\xd0\x45\x60\xab\x25\xa5\x88\x08\x65\xf3\ \xc5\x7c\x2a\x39\xa5\x37\xdf\xfa\x0e\x2e\xc2\xbf\xfc\x3f\xff\xd7\ \x77\xdf\xfa\xf6\x1f\xff\xe9\x4f\x5e\x7e\x7e\xba\xdb\xdd\xcc\xfa\ \x40\x95\x56\x14\xa3\x73\xa0\x69\x5a\xaf\x8b\x99\x5d\x5f\x5f\x6f\ \xb7\xdb\xda\x03\x5a\xad\x56\xf7\xef\xdf\x6f\xdb\xd6\x7b\x5f\x2f\ \x66\xaf\x53\x23\xaa\xa2\x45\x11\xe9\xfb\xbe\x5a\xd9\xec\xed\xa9\ \x4c\x8b\x48\x9d\x5b\x51\xfb\x8d\x48\x28\x22\xf0\x0f\x6a\x72\xed\ \x9f\x9b\xe5\x72\x39\x9f\xcf\xab\xa6\xf7\x0e\x44\x23\x66\x72\xce\ \x3b\x47\x68\x44\xe4\xd8\x11\x01\xdd\xca\xf7\xeb\x84\x77\xdc\x33\ \x04\xd0\x0c\xaa\xe3\xdf\xab\xed\xff\x4a\xdc\x21\xaa\x9c\x1c\x31\ \x63\x50\x36\xa0\xa6\x71\x88\x8c\x92\xa4\x14\x35\x63\xcf\xcc\x0c\ \x84\xaa\xa0\x60\xc4\xac\x66\x25\x4b\x03\x9e\xd0\xd0\xcc\x60\x9f\ \x50\x14\xb3\x6c\x56\xcc\x0c\x88\x14\xf6\xfe\x3e\x66\xb6\xcf\xa3\ \xd5\x08\x2b\xda\xa5\x66\x08\xe4\x1c\xe7\xb8\x0b\x9e\x87\x61\x73\ \x79\x71\xee\x7d\xe3\xd8\x8f\x53\xdc\xdc\xdc\xb8\x29\x75\xb3\x99\ \x0f\x61\xbb\xd9\x84\x10\xe6\xf3\x79\xd3\x34\x9b\xcd\x26\xc6\x08\ \x66\xbb\xdd\x2e\xc6\xb1\xae\xcf\x5d\x87\xeb\x4b\x08\xff\x1f\x5c\ \x68\xd4\x7f\x11\x6c\x39\x9f\xbd\xf3\xce\xdb\x5d\xd7\x00\x18\x31\ \x55\x77\x90\x36\x74\x4c\x6c\x66\x8d\x0f\x6d\xdb\xdc\x7a\x10\x59\ \x05\x3a\x41\xcd\x71\x15\xb1\x22\x20\x38\x76\xec\xfa\x1a\x10\xeb\ \x14\x7b\x00\x42\xef\x85\x34\x69\x76\x00\x54\x84\xb3\xb0\x41\x07\ \x20\x00\x66\x05\x4a\xc4\xa2\x0e\x3d\xb9\x90\xbd\x2b\xde\x4d\x60\ \x80\x0c\x02\x50\x0c\x64\x00\xcd\xcc\xbe\x0a\x6f\x82\x77\x88\x60\ \x5a\x54\xcb\xcb\x97\xcf\x25\xee\xbc\x6f\xbd\x77\x20\x72\x7d\x71\ \x91\x86\x78\xf1\xf2\x85\xe6\xb4\xb9\xb9\xca\x29\x22\x00\x38\x82\ \xe0\xea\xbc\xf7\x2f\xdb\xcd\xa8\x80\xb5\x81\x8b\x6a\xe5\x55\x52\ \x56\x5d\x50\xfb\xb2\xe7\xba\x6f\xff\xde\x45\x31\xb3\xbd\xe7\xb8\ \x56\x81\xd3\xdf\x53\x2c\xfe\xf6\x58\x11\x86\x40\x8c\x01\x8d\x10\ \x19\x41\x54\x0b\x82\x48\x8e\x25\x45\x00\x6c\x11\x42\xdf\xcc\x3a\ \x97\x73\x9b\x72\x36\xd0\xeb\xf3\xcb\x8f\xdf\xff\xe0\x8f\xff\xf8\ \x4f\xbe\xf3\xf6\x3b\x9f\x7c\xfc\xe9\xe5\xc5\xe9\xf9\xcb\x17\xc3\ \x7a\x7d\x75\x7d\xd3\x21\xcc\x16\xf3\x9a\x3f\x3b\xe7\x08\xc9\x54\ \x09\xc9\x93\x13\x91\x71\x9a\x4c\xf5\xce\x40\xee\x6e\x86\x8d\x6b\ \xf8\xb6\xd5\xe8\xea\x40\x2a\x15\x55\x35\x66\x72\xde\x93\x98\xaa\ \x34\x64\x87\x95\xa2\x9a\xcb\xb0\xd9\xde\x94\xad\xf3\xfe\xf3\x4f\ \x3e\xb9\xf7\xf0\xfe\x4f\x7e\xf4\x47\x7d\x37\x7b\xfe\xf4\xf9\xc7\ \x1f\xff\xaa\x9b\x77\x8b\x83\xa5\x6b\x82\x6b\x3c\x87\xc6\xfb\x40\ \x8c\xcc\x8e\xd9\x1f\x1d\xb9\xc3\xc3\x63\x66\xae\xee\x5a\x4d\x13\ \x9c\xf3\x75\xc0\xcc\x9d\xd1\x73\x65\x42\xd4\x8b\xbf\x45\x31\x80\ \x11\x10\xb0\x6f\x9b\xaa\xda\x33\xb0\x2a\x67\x8b\x71\xda\xac\xaf\ \x2a\x9d\xf5\xb5\x4b\xf5\x9a\x8a\xe7\x9c\xd5\x0c\x10\xd9\xb9\xbb\ \x2b\xd9\xab\x26\x91\x6b\x4d\x5a\xad\x60\xd4\x2a\x87\xb0\x22\x2d\ \x95\xbb\x7e\xfb\xe4\x55\xe4\xe9\x95\x0d\x4e\x55\xe0\x54\x6d\x10\ \xd0\x54\x14\x99\x10\x10\x88\xc0\x10\xc0\x3b\xf2\x75\x03\xd6\x9f\ \x22\x07\x7a\x6b\xd9\xdf\x3a\xcf\x48\x77\x83\x47\x74\x2f\x60\x03\ \x34\x72\x60\x75\xbc\x98\xa0\xdd\xd6\x86\x0a\x48\xc0\x7b\xbd\x2e\ \x12\x21\x58\x31\x35\x54\x75\x2e\x81\x0a\x22\x37\x2d\x12\xb8\x80\ \x0b\x17\xa6\x61\x8c\x32\xad\xb7\x9a\x62\x54\xb3\x94\x33\x33\xb3\ \x73\xcb\xd5\xaa\x3e\x1b\x22\x42\x99\x73\xde\x4b\x0b\x5e\xcd\x28\ \xf7\xab\xfd\x0f\x38\x2f\x88\xd1\x31\x93\x99\x18\x38\x62\xc7\xce\ \xb1\xef\xbb\x1e\x69\x0f\x7a\x2e\xfa\x19\xd6\xec\xcc\x39\xcf\xae\ \x6a\x39\x90\x90\x90\x3c\x7b\xf2\xc4\xec\xee\x60\x20\x04\xac\x2b\ \xec\x7d\xb3\x57\x45\x12\x19\x1a\x01\x3a\xf4\x08\x80\xc1\x93\x07\ \x53\x25\x33\xaa\xed\x00\xe9\x50\x0d\x10\x81\x98\xeb\x41\xa5\xaa\ \x66\xe4\x1d\xb0\x21\xad\xb2\x88\xaa\x92\xc2\x6d\x46\xab\x26\x60\ \xaa\xab\xd9\x6c\xca\x72\xb3\xbb\x19\xc6\xb1\x9f\xb5\x8f\x1e\xdd\ \x1b\x76\xc3\xfa\xf2\x7c\x9c\xa6\xda\x45\x76\x08\x29\x0b\xc4\xec\ \x7c\xcb\x6e\xaf\x19\xdf\x0b\xc7\xeb\xf5\x22\x18\xde\x29\x7b\x10\ \x00\xe4\x16\x21\xa9\x6f\xab\x72\x7f\xb8\x3d\x93\xf6\x12\xc7\x1a\ \xaf\xcc\xd0\xbe\x31\x2e\x37\x66\x80\xc4\xce\x35\x44\x6e\x3f\x46\ \xd3\x0c\x00\xba\xb6\x9d\xf5\xbd\x99\x95\x92\x99\x51\xad\xc4\x98\ \xc6\x21\xa6\x14\x4d\xe0\x93\x8f\x3f\x7e\xfe\xc5\xf3\xbe\xef\x45\ \xc4\xa4\xc4\x71\x37\x0c\xbb\x59\xd7\xae\x96\xcb\xa6\x6d\xbd\xf7\ \xde\xfb\x3a\xc8\x5b\x44\x88\x9d\xf7\x41\x44\xa6\x69\x42\x00\xf7\ \xaa\x01\x10\xd4\x0a\xb1\xf2\xde\xb0\x86\x8c\x5a\x0e\xa8\x0a\x11\ \x39\x1f\x0c\x35\x6b\xb1\x8a\x8d\x29\x88\x42\x4a\x69\x1a\xe3\x38\ \x4d\x25\x97\xf3\x17\x67\x97\xe7\xe7\x44\x34\x0c\xc3\xe1\xd1\xc1\ \x6a\xb5\x9a\x2f\xe6\xc1\x87\x7d\x35\xe7\x1c\x02\x33\x7b\x44\x42\ \x0c\x15\xea\xea\xba\xee\xd5\x0c\x6b\x3f\x1d\xeb\xd6\x4c\xe2\x4e\ \x7a\x5a\x47\x59\x98\x8a\xa9\xec\xc3\x1f\x39\x00\x53\x51\x40\x04\ \x30\xee\x5a\xc2\x43\xef\xfd\xeb\xd2\xb9\xb1\xeb\xfb\x9b\xf5\xda\ \x79\xb7\x5c\xad\x6a\xf6\x57\xd1\xb7\xdb\x5a\x46\xcd\x8a\x92\xaa\ \xb2\x6a\xa5\xc5\x33\x1a\x28\x54\xf9\xfe\x3e\xcf\xb9\x5b\x4c\x11\ \x40\xd4\xfa\xa1\x2a\xe7\xab\xe2\xf5\x77\x1a\x66\x40\x26\x40\x40\ \x04\x03\x85\xca\x0d\xbe\xab\xe1\xad\x36\x7f\xef\x48\xed\x0a\x20\ \xa4\xb7\x47\x2f\xde\x6e\x54\xbc\x95\x69\x59\x1d\x34\xab\xf5\x60\ \xbe\xfd\x15\xaf\x34\xd7\x4d\x10\x52\x2a\x08\x4a\x60\xb1\x28\x20\ \x89\x4a\x8c\xc9\x33\xf9\xe0\x52\xd2\xbc\x97\x73\x13\x60\x4d\x63\ \xbf\xdc\x15\xcc\xbc\x5c\x2d\xed\x56\xf0\x70\xc7\x0d\xbe\xe3\x12\ \xbf\x76\xaa\x5b\x4a\xf9\xd6\x5b\x4f\xde\x7d\xf3\xc9\x17\xcf\xbf\ \x20\xd5\x47\x8f\x1e\x79\xe7\xc1\x50\xc4\xac\x54\x92\x31\x6c\xcb\ \x26\x78\xef\x43\x20\xd5\x2a\xab\x20\x22\xd4\x2f\x0b\x46\xd5\x72\ \x47\x74\x02\x30\xda\xb7\x1a\xf7\x21\x55\x24\xdf\x0d\x6c\xa9\x70\ \xb6\xdc\x2e\xcb\x1e\xcf\x05\x07\x04\x06\x86\x06\x08\xa0\x29\x43\ \xcd\x73\xac\x00\x40\x42\x56\x22\x33\x34\x25\x02\x32\x13\x10\x65\ \x40\xc7\x8e\xbb\x5e\x60\x8a\x32\x24\x2d\x40\xe0\x83\x9b\x61\x37\ \xef\x1f\x6e\xd7\xeb\x69\x18\xe2\x34\xa9\x81\x0f\xa1\x0d\x2d\x33\ \xef\xef\x48\x9d\x6b\x85\x40\x68\xd5\x91\x29\x8b\x7e\x8d\xd8\x56\ \x49\x0f\x20\x50\xc7\xc5\x31\xe0\xfe\x9c\xfa\xea\x22\x57\x56\xdd\ \xdf\x7b\x66\xfc\x56\x3d\x51\x5f\x6d\x3c\xef\x29\x0b\x88\x15\x31\ \x05\x68\x00\xd4\x40\xda\xb6\x5b\x2e\x50\x44\x10\x29\xa5\x3c\x4d\ \x71\xef\x75\xc5\x84\x56\xc0\x6c\xb9\x5c\x55\xd3\xf4\x6a\x56\xee\ \x5c\x9d\x6b\x47\xaa\xd5\x56\x04\xb4\x72\x7c\x91\xee\xfc\x48\xeb\ \x34\xd3\x5b\xb5\xba\xd5\xf7\xef\xc1\x40\x35\x22\x64\xe6\xda\xd4\ \x57\xbd\xeb\x77\x10\xc2\xbe\x6f\x5d\xf5\xba\x0a\x7b\x05\x69\xdb\ \x76\xaf\x22\xdf\xfb\xb0\x88\x8e\xd0\xdd\x41\xef\xaf\xf2\x86\x6f\ \xf7\x83\x55\x54\xeb\x0e\xb6\xbf\xdb\xea\xc4\x6c\xca\xa8\x85\x18\ \x99\x18\x89\x6a\x2c\x96\x52\x44\xf6\x31\x0e\x2b\xa1\xf4\x35\xa4\ \x0b\x84\xab\xd5\xea\xe2\xe2\x12\x11\xea\x52\xd7\x4a\xf6\x6e\xff\ \xd7\xd1\xd0\xfb\x6d\x53\xb1\x06\xd5\x3d\x9c\x64\x75\xf2\xf3\x2b\ \x39\xc8\xed\x07\xbf\xed\x30\x18\x02\xec\x3b\xea\xb7\x9f\x88\x88\ \xf4\x8e\x58\x68\xc6\x48\x7a\xbb\x18\xaf\xae\xcf\x97\x78\x99\xc0\ \xab\xbf\xff\x6b\x64\x6b\x03\x7c\x55\xf0\xf6\x65\x13\x6a\x1f\xf8\ \x4c\x0c\x44\x84\xc0\x90\x49\x0a\x64\x51\x10\x29\x00\xe6\x8c\x89\ \xa4\x48\xca\x85\x6e\xaf\x47\xbf\xbc\x1d\xfb\x3f\xe7\xd8\xb9\x86\ \xbd\xf7\x21\x84\x8a\xcd\xe7\x9c\xab\x21\xad\xaa\x36\x6d\xfb\xda\ \xc4\x08\x62\xee\xba\x0e\x10\xab\x97\xf1\x6e\xb7\x53\xd5\xca\x83\ \xbf\x5b\x28\xba\x4d\xc3\xff\x76\xd0\xbc\xb3\x57\xb8\x25\x0a\x7c\ \x59\x3d\xdc\xae\xb6\x7d\x0d\xce\xbc\xbb\x0b\x15\xf1\xae\x45\x7d\ \xfd\xd4\xaf\xae\xdb\xde\xa7\x04\x8b\x56\x5a\x90\x55\x15\x5c\x01\ \x13\x64\x74\xc8\x02\x68\x00\xc4\x0c\x84\x31\xe7\xaa\xad\xf5\x9e\ \x4f\x1e\x3c\x98\xcf\x7a\x04\x45\xc0\x04\x06\xe4\x9c\x63\x91\xa2\ \xfb\x29\x9b\x15\x56\xbf\xa5\xc2\xc3\x1d\x59\xfe\xcb\x7c\x4a\x6f\ \x1f\x02\xc2\x2a\x7c\xdd\x53\x4f\xbf\xbc\x3c\x00\x14\x21\xe6\xbf\ \x97\x17\xf1\xdb\xcb\xb9\xbc\x73\x35\x57\xba\xc3\xa1\xaa\x59\x68\ \x65\x9c\xb7\x6d\x43\x04\x80\xc6\xcc\x4c\x9e\x88\x98\x1d\x00\x55\ \xc4\xda\x7b\x2f\x52\x24\xc5\x2a\x16\x60\xe7\x66\x8b\xc5\x1e\x43\ \x35\x63\x76\x4d\x13\xc0\x48\x44\xa5\xce\x65\x55\x45\x44\x76\xfe\ \xcb\xb2\x19\xf5\x36\x5c\xec\xd3\x81\x2a\x78\xae\xef\x24\x24\x05\ \x11\x28\x60\x60\x86\x35\xc4\x38\x0e\xf5\x78\xae\xbb\xba\xa8\x86\ \xe0\x6f\x75\x88\x5f\x3e\x55\xf5\x45\x48\xf5\x3c\x73\xb7\xa6\x68\ \xaf\x96\x1e\x77\x2d\xc5\x57\xe1\x79\xbd\xe5\xef\xed\x53\x17\x76\ \x06\x90\xc5\xf0\x76\xee\x86\x01\x01\xa1\x88\xc4\x5c\x5e\x8f\x86\ \x5a\x7f\xa6\x16\xad\xd3\x34\x4d\xd3\xd4\x75\x5d\xa5\x65\xd4\x0d\ \x53\xc3\xa8\x2a\xbc\x7a\x91\xfb\x4b\xfa\x6a\xb9\xfd\xca\x8e\xc2\ \xaf\x06\x32\x7b\x35\x18\xdd\x7d\xcc\x2f\x17\xe7\xcb\x33\x03\xbe\ \x32\x32\xf2\x95\x8e\xf8\xab\x31\xf1\xd5\xc0\x54\x7f\x75\xcd\xc5\ \xbe\xf6\xda\xef\x49\x00\x34\x42\x60\x91\x82\x66\xcc\xc1\x6c\x52\ \x15\x00\x85\xac\x84\x96\x73\xb1\x3d\x18\x83\x5f\xfb\xd9\xbb\x5c\ \x06\x01\x9b\xa6\x39\x3a\x3a\x3a\x38\x38\x60\xe6\x69\x9a\x36\x9b\ \xcd\x76\xbb\x45\xc4\xb6\x7b\xcd\xc8\x55\x85\x44\xce\x3b\x22\x52\ \x91\x18\x23\xd7\x40\x76\xfb\x6c\x30\x73\xa0\x3d\x75\xa6\x3e\x96\ \x77\x1d\x9b\xbb\xf4\x04\x91\xbe\x46\x86\x7a\x15\x83\x53\xd4\xbf\ \x4d\xf5\xac\xc8\x89\xaa\x82\x41\xf5\xc1\xb8\xd3\x3d\x7f\x79\x36\ \xd4\x88\x2f\x02\xc0\x86\x20\x55\xd6\x2b\x82\xa4\x44\x64\xa2\x29\ \xe7\xdd\x34\x4d\x39\x16\x11\xc9\x85\x10\xc4\x8a\x23\xd7\x2c\xfe\ \xdf\xf6\xbe\x35\x48\x8e\xeb\x3a\xef\x9c\x73\x6f\x77\x4f\xcf\xcc\ \x2e\xb0\xbb\xc0\x2e\x00\x3e\x00\x12\x7c\x99\xa4\x6c\x33\x12\x1f\ \x91\x65\x99\x96\x19\xcb\xb2\x23\xc9\x55\x2e\xcb\x2e\xf9\x87\xcb\ \x95\xe4\x47\xaa\x5c\xfe\x91\xa4\xf2\x2b\xe5\x54\xe2\x3f\x29\xfd\ \x4c\x95\x63\xc7\xbf\xe2\x94\x6c\x27\x76\x54\x12\xcb\x7a\xd8\x96\ \x68\x52\x94\x28\xd1\x84\x28\x91\x04\x09\x80\xc4\x83\xa0\xf0\x7e\ \xef\xee\x3c\x7a\xba\xfb\xde\x73\xf2\xe3\x76\xdf\xe9\x99\x59\x80\ \xc0\xee\x62\x05\x2e\xfa\xa8\x4a\xb5\xc4\xce\xee\xce\xdc\xbe\xf7\ \xdc\x73\xbe\xf3\x9d\xef\x34\xe7\x17\x76\xcc\x6d\x9b\x9d\x9f\xdb\ \xb6\x65\x66\x06\x08\xd3\x34\xed\x74\x96\x3a\x9d\x6e\x9e\xa7\x6e\ \xba\x82\x63\xc2\x15\x4d\x3d\x15\x47\xe9\x99\xe1\xc5\xff\x0b\x58\ \x96\x2a\x8d\xcb\x58\xe3\xd8\x76\xcc\x1c\x84\x21\x11\xc1\x2d\xd2\ \x71\xed\x3f\x86\x3b\x36\x3e\xa5\x72\x9c\x40\x44\x50\x8a\x0a\xad\ \x35\x50\x4e\x38\x49\x29\x74\x2f\x60\x66\x93\xe7\x53\xed\xa9\xdc\ \x66\x22\xe0\xf2\x44\x5f\x8f\x2b\x2f\x74\xcb\xcc\x08\xe0\xb4\x3a\ \xbd\x5f\x10\x11\xad\x45\x40\x94\x03\x67\x8a\x82\xba\x07\x05\x8b\ \xa7\x8e\x8a\x02\x15\x15\x9b\x44\x50\x04\xfd\x21\x15\x01\x6b\x19\ \x09\x5c\x91\xc8\x4d\xbb\x2a\xda\x77\x65\x88\xe3\x89\xa0\x2f\x23\ \xba\x03\xef\x37\x5c\x79\xe7\x0d\x55\xd6\xdc\x2d\x3a\x9a\x36\xda\ \xc2\x09\x96\xae\xad\x72\x9e\x69\x75\xfa\x76\xee\xcd\x0c\x06\x89\ \x63\x60\xbb\xd2\x67\xf5\x78\xb8\x8c\xaf\xdc\x3c\xe2\x7d\x6b\x11\ \xba\x12\x41\x29\x4e\xed\x3f\x9a\xf3\xe3\x43\xcf\x52\x74\x82\xc2\ \x58\xb0\xe9\xbd\x33\xa3\xf3\x1b\x38\x2c\x84\x43\x41\xcc\x72\x5f\ \x90\xa2\x6a\x40\x55\x75\x5b\x65\xed\x09\xc6\x7c\x56\xb5\xf2\xc3\ \x02\x88\x94\xe7\xd6\x22\x87\x5a\xb7\x1a\xed\xfe\xa0\x97\xa5\x29\ \x03\x28\x85\x40\x5a\x29\x2b\x15\xa7\xe9\x5d\x98\xfb\x97\xfe\x20\ \x51\x2a\xcb\x6c\x3e\xc8\xd2\x2b\x4b\x8b\x51\x14\xb1\xe5\x41\x3a\ \xc8\xb2\xac\x9f\x24\xd9\x6a\xdb\x45\x5d\x05\xe6\xcc\x99\x33\xfd\ \x24\x09\x83\xa0\xdf\xef\xb7\xdb\xed\x52\x54\x32\x70\xb5\xdd\xc9\ \x61\x8e\xa3\x9f\xae\x22\x77\x5c\x91\xe2\x2b\xf3\x74\x04\x1e\x6f\ \x20\x77\xab\xcc\x4e\x89\xcc\x0a\x29\x18\x0b\x96\xab\x0b\xeb\x80\ \x7f\x87\xa1\x58\x6b\xd9\x5a\x25\xa0\x15\x30\x81\x65\xca\x0c\x1b\ \x6b\x51\x91\xcd\x85\x45\x32\x63\x38\xe9\x91\x56\x53\x53\xdd\x29\ \x3b\x1d\xb5\x5b\xed\xa9\xa6\x08\x47\xa1\x56\x04\x84\xd0\xe9\x48\ \x9a\x26\x8a\x90\x80\x14\x06\x02\xc0\x62\x9c\x6b\x72\x49\x0c\x21\ \x89\x90\x08\x3b\x3e\x9e\x15\x62\x81\xaa\x2f\x8b\x20\x02\x11\x5b\ \x7a\xae\x5b\x05\xe7\x02\x28\x21\xdf\x72\x89\xdd\x03\xf0\x32\x9b\ \x22\x82\x45\x61\x02\x41\xfc\xb8\x07\xed\x8f\x53\x18\x45\x56\x84\ \x74\x58\xa8\x5f\xe5\xc6\x69\x2b\x45\x51\x54\x12\x0b\xac\x22\x65\ \xad\x75\x0f\xcf\x25\x33\xa5\x2c\x44\x71\x42\x46\x36\xa1\x83\x9c\ \x4b\x43\x72\xfd\x1a\x0a\x5d\x65\xbf\x78\x87\xfe\xca\xb2\x84\x8a\ \x2d\x23\xa2\x22\x25\x0c\xe2\x23\xe2\xf2\x95\x3e\x98\x1f\x06\x62\ \x44\xee\xf0\x3a\x1e\xbc\x73\xb5\x8e\x8e\xe0\xbd\x80\x8f\xe7\x41\ \xc0\x61\x61\xa5\x9f\x47\x8f\xbc\x8c\x6e\xbf\x1b\xb6\x41\x32\x20\ \x22\x47\x02\xf0\x21\x64\xa5\x0e\xcd\x88\x0a\x2b\x6d\x31\xfe\xfc\ \xb8\x77\x5e\x09\x4f\x86\x07\x60\xc4\xb1\xc2\xd0\xdf\x4d\xf6\x79\ \x40\xd9\x97\x36\x16\x0a\x56\xff\x4a\xd5\x31\x8d\x13\x7f\x0a\x09\ \x14\xa9\xbe\x7e\x98\x89\x8b\x18\xeb\xd8\xa3\x38\x18\x64\xd8\xc0\ \x38\x6e\x5a\x91\x34\x35\xc6\x5a\x11\x04\xd4\x44\xe2\xc7\x02\x54\ \x39\xc0\x65\xb0\x0c\xae\xcf\x7c\x30\x18\x5c\xb9\x72\xa5\x1a\x78\ \x76\x3a\x1d\x87\x6f\xac\xaa\xe3\x0a\xaf\x5c\xbe\xd2\xed\x76\x77\ \xcc\xcf\xcf\xcd\xcd\xb9\x27\xee\x95\x9a\xdd\x9f\xd6\x84\x93\x6b\ \x3e\x94\xd5\x26\x72\x8c\x0a\x1f\x31\x55\xe9\x35\x00\x00\x6a\xdc\ \x59\xb2\xb0\xd3\xc5\x60\x10\x46\x61\x97\xf5\x97\x30\x24\x7b\xb5\ \x0c\x2c\x61\xf3\x62\x3e\xae\x43\xcd\x15\x23\x93\x0a\x01\x2d\xe3\ \x20\x8c\x9a\x91\x31\xbd\x5e\x0f\x50\xac\x61\x63\x2d\x10\x75\x7a\ \xbd\xe3\x27\x4e\x9c\x3a\x7b\xfa\xf5\x37\xf7\x47\x01\xe9\x72\x27\ \xbb\x8d\x4d\xa4\x8a\xdb\x4e\x80\xc5\x92\x42\xcb\x56\x91\x72\xa2\ \x6f\x2e\x13\x47\x84\xb2\x7c\x8c\x0c\xc3\x96\x12\x0f\x56\xb8\xdf\ \xf6\xbe\x12\x37\x1b\x1a\x73\x11\x91\x13\x53\xf6\xe9\x86\x3b\x48\ \xee\x5b\x88\xae\xd3\xcb\xe5\x2d\xfe\x5c\x0d\xaf\x71\xa5\x54\xb5\ \xda\xe3\x64\x3b\xad\x35\x99\xb1\x81\x26\xcb\xe2\x10\x6d\x24\x05\ \x50\x22\x99\x23\x7b\x4e\x2a\x65\xd9\x11\x94\xaa\xfc\x92\xcb\xbe\ \x5c\xef\xee\xc4\x29\xf2\x12\x12\x13\x39\xa1\xe3\xf2\x57\x94\xb7\ \x1d\x62\xc9\x7e\xc5\xb1\xdc\xc7\x1f\x78\x77\x0c\x5c\xaf\x49\x55\ \xd3\xd6\xbf\xc0\xed\x45\x63\x39\x08\xb4\xd6\x81\x1f\xf4\x40\x48\ \x2a\x50\x8e\x50\x2f\xab\x57\x5b\x81\x56\xbb\xcd\xa5\x70\x85\x77\ \x0d\xc3\x1e\x57\x71\x34\x37\x9c\xbc\x9f\xc7\xbc\xf0\xa4\x07\x2d\ \x02\x54\xf4\xfd\xcc\x30\xe6\xe3\xca\x25\x82\xc9\x6c\x17\x47\x19\ \x1b\xc3\xf8\x0a\xe0\xda\x83\xf6\xaa\x01\x35\x88\x38\xb4\x92\x08\ \xac\xb5\xdd\x5e\x0f\x11\x82\x28\x8a\x5b\xad\x6e\xa7\x93\x64\x99\ \x52\xe4\x7c\x67\x95\x22\x33\x9a\x7c\x0d\xdf\x24\x94\x38\x69\x59\ \x69\x93\x55\x83\x5c\x2c\x32\x35\xd5\xbe\xff\xbe\xfb\xb6\x6d\xdf\ \xee\x71\x83\x6a\xe3\x94\xdb\xf3\xe3\x19\x74\x65\x5b\x32\xb3\xb5\ \x99\xe7\x6a\xa8\x12\x9c\x1d\x3e\x14\x97\x62\x8c\x66\xdf\x45\x44\ \x5b\x00\x10\xc8\xae\x91\x6a\xa2\xc5\xbc\x7c\xb9\x2b\x95\x10\x16\ \x72\x75\x08\xa0\x90\xd0\x30\x58\xb6\x36\x37\x26\xcb\x09\x08\x50\ \xc2\x30\x04\x64\x01\x61\x10\x24\x32\xd6\x24\xfd\x04\xc5\x2a\xa5\ \x4b\x7f\x0a\x00\xa4\x03\xc5\xcc\x9d\xe5\x6e\xd2\xef\xcd\xcc\x6e\ \x8d\xe3\xd8\x5d\x2f\x44\xd4\xed\xf6\x11\x9d\x77\xb3\x69\x96\xa9\ \x20\x8c\xdb\x53\x71\xdc\x6c\xc7\x71\x10\x06\x2e\xda\x00\x11\x63\ \xec\x60\x90\x54\x69\x37\x3f\x79\xcf\xe5\xa2\x15\x4f\xcf\xf3\x2e\ \xb6\xbc\xae\x05\x11\xc1\x09\x75\x8b\x46\x82\xaa\x13\xb9\x2a\xc3\ \x52\xc0\xe4\x06\x04\x98\x05\x04\x45\x8a\x18\x78\xc5\x56\x29\x96\ \x31\x5c\xc0\x7a\x16\x3b\x20\x28\x1d\x28\x37\x6b\xc1\x35\xe7\x7a\ \xba\xb9\xa0\x08\x02\x5b\xa5\x35\x17\x78\x22\x97\x1b\x11\x87\x41\ \xd3\xc4\x6c\x1e\x7f\x86\xcb\xcf\xa8\x11\xad\xbf\x33\xab\xef\x50\ \x44\x00\x09\x08\x72\xcb\x86\xb3\x92\x6b\xa0\xc8\x3b\x3b\xcc\x56\ \x4b\x42\x05\x00\x08\xc3\xc0\xc5\xb6\x15\x70\x17\x87\x49\x07\x0c\ \xdf\x67\xb5\x6b\xdf\xbf\x7f\x1f\xe3\xf8\x0f\xab\x2a\x4a\x3e\x08\ \xc0\x28\x5e\xe2\x75\x2c\xcf\x1d\x3a\x85\x6b\x32\x65\x47\x80\xad\ \x71\x9c\x7e\x64\xa1\xc6\x1a\x3f\x45\xc4\xc1\x2b\x6e\x2e\x46\x92\ \x0c\x16\x97\xcc\xd4\xd4\x54\x23\x8e\x73\x63\x72\x6b\x73\x93\x83\ \x14\x68\x1d\xaf\x90\x8a\x8a\x61\x29\x26\x2a\x97\x15\x4f\xa9\x34\ \x48\xae\x7a\xe0\x92\xab\xe4\xb4\xdb\x6d\xaf\x17\x32\x19\xbb\x55\ \xa3\xcb\xb1\xef\x3a\xb4\x24\xcf\xad\x2b\x1f\xf9\x68\x6b\xa4\x4e\ \xe2\x0a\x37\xbe\xcc\x3a\x8c\xd0\x9d\x4f\xa2\x82\x1f\x58\xfe\x63\ \x41\x1b\xac\x40\x4b\x85\x6b\x16\x60\x16\x04\x14\xe6\xd4\xe4\x91\ \x0e\x04\x55\x92\x0c\xc4\xd8\x50\x69\x66\x36\xb9\x15\xb0\x5a\x11\ \x16\xaa\x41\x96\x05\x1d\xeb\x9b\x09\x8a\x33\x4b\x88\x48\x69\x6e\ \xbb\xdd\x6e\xd2\x1f\x30\x4b\x66\xed\xd6\x28\xce\xf2\x8c\x81\x05\ \x40\x05\x01\xb3\x0c\xb2\xac\xd1\x88\x1e\xd8\x73\x6f\x7b\xeb\x4c\ \x66\x24\xcd\xb2\x34\x4d\x97\x96\xfb\xae\x4b\x97\x88\x02\x1d\x04\ \x61\xb3\xd9\x6c\xbe\xaf\xf3\xda\x40\x65\x41\x11\xcb\xac\x00\x7c\ \xef\x9e\xbf\x49\xdc\xa6\xb1\x62\x5c\xb9\x84\x40\x03\x82\xbb\x56\ \x4b\x96\x9a\x4c\x72\x6b\x9c\xfa\x8a\x73\x85\xb6\xb8\x27\x3d\x02\ \xef\x90\xaf\xb1\xcb\x7f\x14\x14\x70\xe7\x10\xc0\x58\x0b\xec\x30\ \x02\xac\x52\x7b\x89\x08\x41\x95\xad\xb3\x34\x16\x0a\x54\xaf\x3c\ \xe7\x89\xc6\xd6\xba\x0a\x6c\x23\xa2\x31\xd9\x0a\x30\xcd\xd0\xbb\ \x81\xd7\xad\x2f\x52\x09\xad\x8b\xc1\x19\x65\x34\xbe\x96\xa6\x51\ \x8f\x30\xae\x74\x84\xc4\xc7\x98\x93\x21\x55\xd5\xf9\x7a\xc7\x37\ \xf2\x29\xca\xa4\x7b\xcc\x29\x5c\xcd\x73\x4d\x92\x3c\xc7\x7e\xaa\ \x38\x69\xc3\x24\x11\xab\x2f\xab\x42\x84\xc5\xf1\x43\xb1\x6c\x11\ \x30\x08\x55\x6e\xa8\xd7\xef\x67\x26\x9b\x9a\x9a\x8a\x5b\x31\x10\ \x74\x97\x97\x6c\x66\xb0\x12\xad\x4c\xfe\xc5\xb1\x81\x34\xbc\x6a\ \x7d\x88\xd1\x55\xf5\xee\xa6\x9a\xeb\x4d\x46\xe5\x57\x5b\x10\x22\ \x0a\x82\x61\x2e\x59\x65\x32\xfb\xe4\x59\x2a\x51\xdb\x28\x30\x8a\ \x2c\x96\xad\x45\xd7\xd7\xe6\x5c\xa1\x35\xee\xa7\xd8\xb2\x80\x10\ \x22\x01\xba\xd2\xad\x5b\x6f\xc3\x56\x52\xc0\x40\xa1\xd2\x00\xa4\ \x10\x2d\xba\xb1\xed\x56\x44\x48\x57\xde\xaa\xab\x09\x23\x09\x50\ \x21\x22\x01\x64\x8d\x4d\xfa\x69\x2f\xc9\x94\x0a\x9b\x71\x98\x24\ \x69\x2f\x49\x75\xa0\x55\x10\xa4\x69\x6a\x0c\x07\x61\xb8\xfb\x9e\ \x3b\xb7\x6f\xdb\xde\xe9\x76\x4e\x9e\x38\xdb\x4d\xd2\x6e\xb7\xbb\ \xb8\xb8\xd8\xef\xf7\xdd\x29\x76\x1f\x5c\x11\xb5\xda\x6d\x7b\x8b\ \xcc\x5b\xf4\xe1\xac\x43\x28\xdd\x05\xe8\xae\x4a\xd7\x04\xcb\x6c\ \x11\x04\xc8\x1d\x1e\x86\x42\x4f\x63\x98\xf2\xc8\xe4\x91\x28\x89\ \x33\x65\xad\xdd\x53\x0d\x8a\x08\xc8\xb5\x9b\x8c\xa5\x4e\x52\xd2\ \x78\x15\xa9\xea\x46\xb1\xc6\xb2\x1d\x41\x85\x8b\xab\x18\xc0\x41\ \x89\x58\xf6\x52\x55\x59\x02\x85\x68\xed\xc4\x99\x1f\xed\x66\x60\ \xff\x3b\xab\x50\xeb\xd0\x05\x88\x14\xed\x78\x88\x8e\x9b\xea\x06\ \x3d\xb8\x5b\xd4\xf5\x30\xae\x45\x28\x2a\x08\xdc\xb5\x8f\xbe\xf0\ \x57\x0d\xaf\x10\xc9\x33\x4c\xab\x1f\xad\x0a\xb8\x54\x01\x4a\xff\ \x4b\xca\x4f\x5d\x64\x28\x3c\xd2\x8e\x36\xd6\xf8\x35\x82\xa9\x8f\ \x09\x24\x7b\xc0\x7e\xcc\xeb\x95\xba\xbf\x08\x32\xe2\x46\x27\x36\ \x40\x0e\x20\x79\xd1\xdd\x89\x44\x30\x48\x13\x6b\xf3\x66\x7b\x3a\ \x0c\x83\x66\xbb\x6d\xd2\x81\xc9\x4c\x3e\xda\x84\x38\xd2\xe8\x4b\ \xc5\xc7\x40\x10\x2e\xfb\x52\x10\x61\x6d\x0e\x0c\x5d\x93\x62\x15\ \xc9\xb2\x96\xab\x9d\x2e\x46\x78\x18\xff\x96\xc4\x19\x2c\x33\x6b\ \x87\xa0\x56\xb7\x90\x22\xe5\xfb\x37\x5d\x9c\x2e\x28\xc0\x32\xd6\ \x0c\xeb\x59\x11\x2c\x8c\x80\xc8\xe8\x29\xc7\x05\x75\x5d\x51\x49\ \x9b\x92\x02\x1a\x2b\x7a\xc1\x21\xb7\x19\x65\xa4\xc3\xa8\xd5\x9e\ \xb2\x83\x41\x66\x06\x04\x10\x28\x6d\x0a\xb5\x32\x14\x25\xbe\xc3\ \xab\xe0\x5c\x21\x22\x28\x27\xfe\x40\x41\xd0\x9e\xda\x82\xa8\x08\ \x81\x30\xb2\x82\x04\xaa\xd7\xef\x13\xa9\xf9\x1d\xbb\x16\x76\xec\ \x30\x79\xbe\xff\xc0\xa1\xf3\xe7\xce\x27\x03\x73\x65\xb1\x93\xe7\ \xb9\x65\x5b\x7c\x34\x16\x5f\xb4\x89\x97\x7a\x7c\x8b\xcc\xb8\x06\ \x4f\xfb\xa5\x62\xf2\x87\x71\x17\x02\xa2\x29\x09\x69\x2c\x8c\xec\ \x40\x23\x03\xae\x04\x08\x58\x65\x7c\xc0\xf8\xd5\xe4\x4b\xf8\x2a\ \x0c\x02\x01\x77\x3f\xb0\x8f\x33\x10\xc4\xd1\x7a\x99\x4b\x32\xa3\ \xf7\x48\x0c\x4e\x1e\xc8\x83\x95\x82\x2e\xe9\x1f\x86\x1e\xcc\x0c\ \x60\xbd\x48\xb6\x3b\x7f\x63\x78\x50\xd5\x07\xb9\xfa\xdd\xb0\x3e\ \x5d\x7e\x5d\x12\xca\x9c\x60\xb0\x54\x77\x58\x19\x5f\x48\x15\x74\ \x29\x27\x00\x93\x2f\x3b\xae\xbe\xef\xb7\x08\x09\xd9\xfb\xa9\x32\ \x72\x2c\xd9\xcd\x13\xc0\xd6\xd5\xb2\xb9\x6a\xc0\x32\xfa\x53\x23\ \x8a\xc7\x02\x32\x74\x4c\x38\x42\xce\xa8\x22\xee\x93\x18\xbc\xff\ \xdf\xb0\xfe\x58\x3a\xb3\x31\xfe\x84\x0f\x31\xca\xc5\xe4\xa2\x1d\ \xc2\xb2\x2d\x91\xe0\x2c\xcb\xcc\xd2\x52\xab\xd5\x6a\xb7\x9a\x3a\ \x6e\x0c\x92\x41\xbf\xdf\x4f\x92\xc4\x47\x2e\xa3\x0f\x11\x86\xb1\ \x89\x73\x09\x88\x44\xa8\x95\xbe\x1e\xc0\xe5\x6a\xe9\xa2\x52\xe4\ \x26\x69\x17\x48\x05\x17\x2d\xee\x84\xa5\x78\xb4\x93\x36\x23\x10\ \x2c\x0b\x7d\x6e\x91\xd1\x57\xe2\x99\x48\x39\xcf\xe6\x35\x32\x3d\ \x45\xd6\xd8\x82\x2b\x53\x6d\xe0\xf7\xeb\x2e\x82\x54\x3a\x3e\xbf\ \x07\x46\x2e\x97\x92\x60\xc5\x5c\xa8\xcd\x0a\x88\x31\x59\x96\xd1\ \x74\xd4\x6e\xb5\x9a\x26\x6d\xf7\x92\x7e\x6e\x72\x40\x12\xc0\xdc\ \x30\x11\x69\x01\x16\x44\x03\xa0\x82\x30\x54\x4a\x69\x04\x62\x66\ \x64\x04\xb0\x39\x9b\x22\xe3\x61\x61\xc2\x9c\x41\x72\x46\x0a\xef\ \xbc\xfb\xae\xf9\xed\xf3\xc7\x8e\x1d\x3b\x7c\xf8\xc8\xe2\xe2\x62\ \xaf\xd7\x77\xe0\x9b\x56\x3a\x50\x45\x8f\xa2\xd3\x8f\x44\xf0\x34\ \xaf\x5b\x06\xe7\x12\x11\x63\xd9\x58\xcb\x95\x09\x91\x9c\x1b\x00\ \x53\xa1\x5f\x03\x11\x5a\x90\xa1\x82\x16\x51\xe5\x2a\xe6\x22\x3e\ \x86\x42\x50\xc3\x11\x5e\x10\xd1\xb2\x38\x9d\x72\x18\x36\x9e\xa3\ \x08\x58\xb1\x25\x8a\x0c\xaa\x9c\x41\x5d\x85\xc9\x2b\x27\x4b\x3c\ \x45\xab\x88\x32\x10\x45\xca\x9e\x5b\x2c\x5a\x57\xdc\x0f\x3a\x26\ \x7a\xf5\x24\xbb\x28\xb2\x5a\x71\x1f\xe7\x0d\x39\xbe\x9f\x0c\x73\ \x04\x3f\x0a\x5b\x15\xaa\x15\x02\x65\x72\xe1\xf5\x51\xab\x92\x5e\ \xab\x1e\xfc\x87\x4e\xcd\x01\x55\x39\x73\xc8\xe3\xd1\xae\x78\xea\ \x64\x99\x69\x2c\x43\xac\x06\x8f\xbe\x1c\x59\x4d\x1e\xe1\x6a\xd2\ \x4b\x30\xc2\xf9\x1a\xcb\x85\xae\xd6\xc3\x3c\x64\xc6\x3a\x67\x51\ \x3c\x13\x60\xe1\x09\x21\xe0\x11\xc0\x8b\x98\x8c\xb5\x0a\x95\xb5\ \x2c\x56\xc0\x0a\x31\x2a\x21\x31\x76\xd0\xed\xa2\x31\xcd\x66\xec\ \x0a\xd0\x00\xe0\x94\xb5\x7d\xb7\x39\x5b\x9b\xe6\x39\x5b\x26\x42\ \x04\xb2\xd6\x82\x20\xba\x80\x1d\x0b\x71\xa0\x55\xdf\xd3\xe5\xdd\ \x3a\x6c\xdb\x62\x36\x0a\xb5\x60\xc9\x29\x61\x02\x42\x74\x32\x0b\ \x68\xcb\x9c\x40\xeb\xdd\xba\x4a\x00\x00\x12\x23\x49\x44\x41\x54\ \xc4\x89\xf2\x59\x20\x46\x60\x46\x55\xa6\xba\x08\x04\x24\x85\x34\ \x13\x9b\xa2\x7b\x06\x3d\x12\x00\x80\xcc\x50\x21\x3f\xbb\xb5\x27\ \xf7\x5b\x5d\x33\x60\x85\x81\x4c\xae\x1c\xc9\x6c\x6d\x39\x9b\xc7\ \xe6\x83\x54\x8c\x69\xe8\x30\x0c\xe3\xe9\x29\xd5\x59\xce\x97\xb3\ \x66\x33\xd6\x8d\x38\x4d\x13\x22\x05\x2a\x30\x0c\x59\x9a\x29\x4d\ \x51\x18\x37\x82\xd8\x95\x8f\x15\x16\x95\x7b\x72\x7e\x13\xd0\x22\ \x08\x40\x96\xa5\x61\x18\x05\x3a\x7c\xe7\x9d\xc3\x87\x0e\xbd\x7d\ \xee\xfc\x45\x45\x10\x04\x81\x76\x92\x49\xe5\xb1\x77\xc1\x7b\x9e\ \x1b\x63\x72\x61\xb8\x9e\x46\xf7\x0d\xf5\x5c\x55\x1e\x8d\x87\x87\ \x60\x94\x2d\x51\xaa\x2f\x0d\x6b\x31\x45\x21\x19\xc4\x8f\x86\x1f\ \x8b\x06\x5c\x8d\x84\x0b\x1c\x6b\x08\x02\x88\xb0\x65\xa3\x94\xb2\ \xd6\x64\x69\x1a\x05\x91\xab\x66\xae\x98\x42\xbb\xf5\xf3\x81\x92\ \x7b\x4d\xe5\x18\x4b\x35\x74\x77\x02\x29\x2e\xce\x72\xcd\x34\xae\ \xe0\xed\x54\x1f\xdc\xef\x19\x83\xe1\x1d\xce\x55\x05\x3b\xaa\x0b\ \x22\x00\x5c\xba\xe5\xea\x41\x95\x35\x94\xb7\x26\xd7\xdf\xe3\x74\ \x3e\x49\xf5\x07\xd3\x13\x20\xae\x46\x0a\xf3\x54\x46\xff\x50\xaa\ \x98\xfd\x4a\x7f\x0b\x87\x08\xe7\x4a\x79\xf4\x24\x9a\x56\xd2\xe2\ \xc7\x5d\xd5\x24\xa1\x77\x12\x66\x76\xa2\x9a\xd5\xc1\x25\x22\x02\ \xac\x7a\xb6\x97\xa6\x83\x38\x8e\xa3\x28\x9a\x9a\x9a\x6a\x36\x9b\ \xc5\x10\x10\xa5\x0a\x11\x34\x44\x6b\x8c\xd3\x12\xe4\x4a\x0f\x10\ \x91\xc9\x06\xfd\x2c\xcb\x57\x89\xd1\x23\x58\xcb\x5e\x05\xa4\x12\ \x4d\xe7\xc3\x04\xbc\xb8\x53\x1d\x35\x9a\x99\x2d\x17\x6a\xd5\x0c\ \x00\xc8\x20\x4c\xc2\x0c\x5c\x00\xb2\x4e\xc3\x43\xb0\x5c\x20\x64\ \x2e\xff\x03\x51\x95\x90\x02\x8d\x2d\x72\x95\x60\x58\xfd\x4f\xf7\ \xc6\x1c\x82\x56\x94\x77\x45\x04\xa4\xdb\xeb\xb2\xf0\xc2\xc2\x42\ \x23\x8e\x77\xee\xda\x35\xbd\x65\x8b\xeb\x2b\xd0\x89\x76\x2b\x9c\ \xe7\x79\x96\xe7\xbd\xc5\xee\xe2\xe2\x62\x18\x86\x00\x10\x28\xa5\ \xa9\x28\xda\x68\x47\x0f\x22\xb2\x80\xa8\x48\x6b\xdd\xe9\x74\xcf\ \x9c\x39\x73\xe9\xd2\xa5\x7e\xbf\x1f\x68\x0a\xc3\x40\xeb\xc0\x75\ \xc9\xba\xad\x54\x66\xb8\x9c\x65\x79\x9a\xa6\x59\x96\x05\xc1\x2d\ \xc3\xa1\x2f\x24\xcb\xd9\x56\x09\xd6\xd5\x52\xd7\x28\xb0\x32\x1c\ \x2c\x5c\x8d\x5f\x00\x47\x7c\x71\xb9\x9b\xcb\x7a\x8a\xeb\x52\x2f\ \x14\xf9\xd9\x6d\x69\xd7\x97\x3f\x18\x24\x9d\x4e\x07\x5a\xe0\x2a\ \x89\x2e\xe7\xe7\x09\x95\x71\x07\x99\xf9\xd3\xe8\x79\x37\x3e\xeb\ \x42\x24\xdf\x78\xe8\xb7\xbe\x7b\xea\x0e\x96\xaa\x26\x8f\x93\xc9\ \x57\x35\xe2\xab\x06\x53\xe2\x92\xd1\x11\x56\xc0\xb0\xc3\xae\x02\ \x93\xaf\xe9\xce\x18\x25\x8e\x0f\x89\x54\x2b\xd6\xb9\x26\x49\x12\ \x63\x8f\xc9\xf9\xe5\x6a\xf2\xb5\xa2\xf3\x9a\x2c\x35\x56\x99\x5f\ \xa3\x38\xe0\x0a\x74\xd6\x49\xb7\x55\xad\x2d\xfa\xf8\xd4\x63\xf6\ \x63\x99\xb8\x65\x0b\x2c\xc6\x0c\x15\x87\xca\x56\xb3\x61\xa9\x11\ \x00\x72\x44\xce\xb2\xea\x8d\x52\x60\x4f\xe4\x3a\xa6\xd7\xca\xbe\ \xae\xc2\x85\xd5\x42\xad\xf3\xb6\x25\x47\x97\x7d\x4d\x09\x11\x9c\ \x9a\xb3\x0b\x64\x84\xb0\x1c\x06\xc2\x50\xe8\x29\x3a\xd0\x14\xca\ \x79\x39\x52\x8e\x92\x1e\xa9\x03\xf8\xdb\x77\x6c\x31\x27\x1b\xd4\ \xdc\x17\x6e\x0f\x1b\x63\x16\x17\x17\x49\xd1\xd6\xd9\xad\x5b\xb6\ \x6c\x71\x63\x5f\x92\x24\x71\x2f\xf0\xad\x63\xbe\x2e\x6f\xad\x1d\ \x0c\x52\x0f\x85\x92\xcb\x16\x11\x50\x87\x2a\xd0\x6e\x82\xcc\xf9\ \xf3\xe7\x93\x24\x09\x82\xa0\xd9\x6c\x3a\x7d\xe0\x46\xa3\xa1\x82\ \x80\x2a\x32\x04\xee\x39\xa6\x69\xba\xbc\xbc\x5c\x74\x98\xdf\x12\ \x9e\x0b\x41\x04\xf2\xdc\xb8\x68\x65\xac\xa0\x53\x2d\xc9\x57\x79\ \x2b\xa5\x5e\x78\xf1\xa8\x90\xa0\x9a\x2d\x62\xd1\x32\x57\xf4\x70\ \x70\x81\x8b\xb9\x24\xce\x29\xf6\x62\x96\xa5\xd6\xda\x28\x8a\xb6\ \x6f\x9b\x13\x1e\x32\x12\xfc\xe8\x9d\xea\x36\x73\x31\x9d\x63\xc1\ \xf9\xbb\xb7\xf2\xe0\xd9\x8f\x74\x87\xb1\xee\xb9\x4a\x7e\xe7\xfb\ \x2d\xc6\x68\xdf\x44\xe0\xbf\xe5\x0f\x7c\x95\x0a\x60\x65\xc4\x47\ \xf8\x72\xd2\x90\x79\xb8\x36\x9c\x6b\x32\xc2\x1d\x6b\xe8\x19\x73\ \x52\xd5\x4a\xe2\xe4\x10\x84\x15\x7f\xf0\x6a\x39\xe0\x8a\x6e\xf4\ \x6a\x31\xd7\x58\xed\x6f\xbc\x19\xa8\x1a\xa8\x56\xe7\xf9\xc9\xf0\ \x29\x54\x5f\xa0\x14\x21\x82\xbb\x60\x8c\x31\x69\x9a\xba\xcc\xd1\ \xa9\x3f\xba\x2e\x34\xa7\x78\xe5\x9d\xa0\x2f\x05\x0a\xf3\x1a\xe3\ \x5d\xac\x5e\x03\x4e\xc8\x0c\x95\xbf\x36\x98\xab\xf8\x3d\x97\x78\ \x05\x96\xed\xe9\x50\xce\x2e\xf1\x28\x31\xf2\xd5\x87\x7a\x54\x5b\ \xaf\x56\xe0\xa6\x54\x2e\xaa\xea\x03\xad\x7e\x6a\xbf\x33\x8d\x31\ \x17\x2f\x5c\x64\x60\x37\x0f\xc1\x5f\xf6\x00\x92\xe7\x79\x9a\xa6\ \x83\xc1\xc0\x89\x65\x36\x9b\x4d\x07\x40\x0c\xeb\xf6\x2c\x4e\x50\ \x21\xc9\x72\x11\xe9\x76\xbb\x9d\x4e\x27\x49\x06\x6e\x4c\x9f\x13\ \x23\x73\x83\x47\x01\xd1\x85\x32\x59\x66\x9c\x7a\x4f\x50\x68\xd1\ \xd1\xf5\xa8\x0c\x6d\x24\x13\x15\xc3\x30\x2c\xa6\x7a\x8c\xec\xe9\ \xb2\x99\x61\xd4\x73\xf9\x10\xb7\xd2\x6f\x35\x82\x73\x91\x6b\x74\ \x2c\x65\x15\x19\xdc\x10\x40\xf7\xb3\x85\x8a\x5e\x43\x61\x31\xfd\ \xaa\x11\x99\xb4\x98\xa9\x13\x45\x91\x65\x86\x51\xaa\x81\x08\x6b\ \xad\xe3\x38\x6e\x34\x1a\x69\x9a\x26\x49\x52\xed\x71\x01\x00\x63\ \xc5\x0f\xf2\x71\xaa\x03\xae\xd3\xa8\xb8\x36\x11\xab\x9d\x2b\x5e\ \x0a\xb5\x72\x9c\xd8\xd7\x77\xac\xb5\x25\x28\xef\x92\x03\x36\x2c\ \x7e\xd2\x8c\x0f\x0c\x3d\x94\x86\xb8\x26\x12\x7d\x1c\x37\xf2\x2c\ \x53\x5a\x0f\x7b\xbc\xa9\xc2\xbf\x2c\x03\xdf\x32\xd4\xad\x16\xc4\ \xb0\xc4\x86\xfd\x65\x5e\x64\xcd\x63\x48\xd6\x8a\x75\xd5\xab\xa0\ \x60\x70\x35\x56\xc4\x58\x65\xb3\x9a\x1b\x56\xc4\x5e\x8a\x40\xc6\ \x61\xf3\x7e\x78\xb5\x8b\xe8\x9d\x83\x72\xf3\xee\x8d\xb1\x6c\x2d\ \x80\x10\xa1\xfb\xec\x7e\xf6\xa5\x63\x05\x7b\x1c\xdd\xd5\xbb\x47\ \xdf\x86\x10\x29\x6b\x72\xad\xf5\xaa\x95\x6e\xb4\xd6\x8d\x46\xc3\ \x85\x78\x45\xa2\x5d\xe8\x6d\x95\x2a\x63\x45\x5b\x94\x03\xb5\xad\ \xe3\x1b\x3a\x3f\x86\x00\x28\x88\x16\x15\x11\x2a\x2a\x44\xba\x88\ \xac\xb5\x86\xad\x7b\x42\x0c\x0c\x82\x55\xd6\x5b\xa9\xa1\x09\x63\ \x15\x70\x18\x6d\x26\x1d\xbb\x24\xac\xb5\x96\x6d\x96\x66\x61\x14\ \x5a\x63\xd3\x34\x6d\xc6\xcd\x24\x4d\x2e\x5f\xbe\x2c\x22\xad\x56\ \xcb\xdd\xf4\xae\x09\xdc\x01\x23\x4a\xa9\x2c\x1b\xb8\x0e\x27\x66\ \x46\x01\x27\xfc\x0d\x84\x2e\x05\x54\x88\x2a\x8a\x00\x71\x69\x69\ \x89\x99\xa7\xa6\xa6\xa2\x28\x8c\xe3\x38\x8e\x63\xad\x5d\xdd\xc3\ \x29\x13\x8b\xb8\xc2\x0a\xb3\x35\xa0\xb4\x0e\x82\xa0\xdd\x6a\xba\ \x3f\x7a\xed\x6b\x63\x83\x3c\xd7\x20\x49\x1e\x7e\xe4\x91\x3f\xfc\ \x2f\xff\xf5\x7d\x61\x66\x1c\xaf\x7e\xf8\xe3\x25\xe3\x65\x2a\xc4\ \x11\x42\x52\x21\xcd\x57\xfd\x51\x98\x6c\x5b\x99\x4c\x4e\x27\xc2\ \x0d\x28\x71\xf4\x91\x3f\x57\x29\x4c\x16\x50\xfa\x18\x4d\x56\x26\ \x11\xda\x95\x68\x53\xef\x1b\xa0\x4c\x3a\x02\x37\xba\x31\x4d\xd3\ \x55\xe4\x89\x41\x10\xfc\xd9\x9f\xfe\x71\xf1\x71\x6e\x1c\x63\xf6\ \xa3\xb7\x46\xde\xfc\x78\xf1\xf0\x26\x91\x68\x56\x5a\xd6\x95\x5e\ \x32\xca\xbc\x1d\xa5\xd2\x8c\xe8\x6d\x8e\x3c\xc6\x95\xc9\x32\x38\ \xf2\xb7\x1d\x4c\xb3\x8a\x37\x9f\xf4\xfb\xff\xf2\x33\x9f\xfd\x95\ \x5f\xfd\x35\xbc\x1a\xb5\xcd\x95\x5c\xf0\x5a\x1f\x67\xa8\x6e\x75\ \xf5\x57\xac\xd7\x42\xfb\x23\x53\x85\x32\xc6\x62\x9f\xab\x84\x7b\ \x52\x3d\x80\xc3\x13\x5c\xc1\x46\x1c\x1c\x7f\x1d\xbf\x6a\x78\x0c\ \x1b\x8d\xc6\x04\xae\xfd\x13\x8a\xb9\x94\xd2\x5a\x07\x70\xcb\xdb\ \xf5\x24\x41\x1b\x6f\x6b\xa1\x47\xb6\x5a\x4d\xb8\x6d\x0c\x57\x38\ \xef\xd7\xb8\x24\xde\xc7\x03\xaf\x9a\x98\xea\xee\x8c\xf0\x3a\x3a\ \x87\x3f\x90\x8b\x3c\x06\x38\x54\x2e\x89\x6b\xc4\xd7\x57\xf7\x56\ \x38\xe9\x99\x6f\x21\x3e\xd7\x3a\x96\xc9\x36\xe0\xad\x6e\xa6\x7d\ \xb6\x4e\xa4\xf0\xda\x36\xed\x86\xff\x20\x1a\xd5\x4b\x50\x5b\x6d\ \xb5\xd5\x9e\xab\xb6\xda\x6a\xab\xad\xf6\x5c\xb5\xd5\x56\x5b\x6d\ \xb5\xe7\xaa\xad\xb6\xda\x6a\xcf\x55\x5b\x6d\xb5\xd5\x56\x7b\xae\ \xda\x6a\xab\xad\xb6\xda\x73\xd5\x56\x5b\x6d\xb5\xe7\xaa\xad\xb6\ \xda\x6a\xab\x3d\x57\x6d\xb5\xd5\x56\x5b\xed\xb9\x6a\xab\xad\xb6\ \xda\x73\xd5\x56\x5b\x6d\xb5\xd5\x9e\xab\xb6\xda\x6a\xab\x6d\x9d\ \x4c\xd7\x4b\xb0\x61\x26\x00\x0a\x21\x0e\x6e\xb8\x0f\x17\x11\x92\ \x1c\xad\x00\xd6\x8b\x78\xe3\x16\xaa\x18\x51\xad\x4a\x21\x06\xad\ \xe4\xb9\x1d\x60\xbd\xf0\xab\xdd\xf0\x21\x41\xa8\x57\xd3\x78\x9e\ \xe4\x28\xb7\x9c\xe7\x52\x1a\x48\xad\xf0\x31\x8d\x01\xd9\xcc\xaa\ \x06\x9a\xe0\x62\x0f\x5f\x39\xa1\xf4\x0d\x46\xba\x86\xe1\xc9\xbb\ \x79\xae\x39\x39\xae\xf8\x86\xc2\x6b\x02\xa5\x57\x50\x74\x61\x0b\ \xd6\x5c\x7b\xac\xf4\x07\xd7\x10\xd5\x9b\xa7\xbf\x91\x64\x8b\x84\ \xea\x46\x7f\xd6\x72\x3e\xd7\xbe\x77\xcf\xb6\xc7\x2d\xe7\x6b\xca\ \x6b\x56\x1a\x13\xbb\x7e\x83\x1d\x6f\xe1\x3b\x83\xe4\xc8\x25\x3a\ \x78\x5e\x07\xea\x06\xb6\x96\x08\x28\x82\x9f\xbf\xc7\x06\x74\xad\ \xdb\x66\xa3\x3d\x97\x90\xb2\x97\xce\xda\x2b\xe7\xc7\x54\xd6\x50\ \x07\xc1\x1d\x7b\x75\x23\xb6\x59\xba\x59\x1f\x64\x40\x70\xa9\x8f\ \x7f\xfd\x46\x10\xdf\xa0\x4c\x59\x92\xc3\xfd\xdb\xb2\x1d\xed\x35\ \x78\x2e\x24\x3b\x48\xec\xd9\xe3\xc2\x76\x4c\x0e\x49\xcd\xed\x8c\ \xe6\x76\xb2\xc9\x36\xa5\x24\x0b\xa1\xda\x7f\xf2\x6b\x17\x3b\x47\ \x14\x45\x37\xfa\xb3\x99\xe9\x3d\xb2\xeb\x53\xf7\xcf\x7f\x6c\x8d\ \x9e\xeb\xca\xe5\x4b\x83\xa4\x5f\xbd\x33\x04\x20\x6e\x34\xb6\xce\ \xce\x6d\x6e\x19\x9c\x50\xc1\xe1\x4b\xf4\x7f\xdf\x08\x5a\xe1\x8d\ \x79\xae\x50\xc1\x53\xbb\x6d\xa8\xae\x75\x99\x6e\xac\xe7\xd2\xa1\ \x39\xf1\x4e\xf8\x0f\x7f\xb6\x2d\x54\x42\xc3\x3f\x8d\x00\x66\xd0\ \xbf\xbc\xe7\xc3\xaf\x0f\xc2\x07\x9e\xfc\xf9\xf6\xdc\x02\x5b\xb3\ \xf9\x1e\xa4\x00\x10\x42\x2b\x94\x86\xae\x5c\xbc\x82\x84\x22\x80\ \x9a\x20\x37\x82\x84\xc2\x02\x84\x01\x0d\x67\xe6\x10\x02\xe1\x1a\ \xf4\x30\x11\xad\x31\xfc\xcd\xff\x35\x73\xe1\x68\xd0\x6a\xfb\xd1\ \xdf\x08\x20\xd9\xa0\x3f\x35\x7f\x68\xe6\x41\xb5\x75\xfb\x7d\x8f\ \xff\x9c\xc9\xb2\x4d\x99\x2d\x46\xba\xad\x28\x60\x66\xa2\x00\xc1\ \xe4\xd6\x2a\x15\x00\x67\x46\x48\xab\x00\xc4\x08\x10\x01\x1b\x66\ \xad\x23\x2c\xe7\xfd\x21\xa0\x56\x91\xac\x61\xe1\x89\xe8\xec\x99\ \x53\xdd\x4e\x67\x76\x76\x0e\x46\x6e\x6a\xb9\x7c\xf9\x22\x12\x6d\ \xdb\x3e\x9f\xa6\xe9\x2d\xa8\x64\xb9\x5e\x1b\x3e\x20\x68\x85\xd2\ \x0c\xfc\xd0\x96\x42\x71\x15\x09\x15\x40\x66\x45\x11\x5a\x16\x52\ \xa8\xb1\xd8\xf0\xce\x73\xbd\xef\x8a\x6c\xac\xe7\x52\x7a\x70\x6c\ \xff\x42\x23\xd8\xb6\x7d\x9e\xad\x01\x22\x10\x00\x61\x45\x64\xef\ \xfa\xd8\x3f\xfc\xbf\x2f\xa7\x0b\xf7\x35\x9e\xf9\xb4\xc8\x6d\xa1\ \x84\x67\x2d\xdf\xb1\x77\xf6\x13\xed\xe4\x9b\x9d\xf8\x0f\x1e\x6f\ \x2c\x26\x7c\xf1\x5c\xef\x6f\xf6\x75\x69\xa1\xf5\x5b\x1f\x9e\x9a\ \xd5\x70\xf9\x7c\xf7\x8b\xfb\xba\x83\x35\x83\x2c\x88\x98\x77\x16\ \xa3\xd3\x87\x77\x3d\xf0\xa0\x0c\xba\xa0\x75\xa1\x60\x69\xad\xde\ \xf5\x33\x2f\x1f\x3b\xfb\xda\x37\xbe\xf4\xf4\xef\xff\xa1\x6c\xde\ \xe4\x45\xc4\x64\xb0\xe3\xe9\xa7\xfe\xc3\xde\x29\x33\xc8\x7b\x27\ \x7e\xfc\xec\xf7\x8e\x1c\x7a\xec\xa9\xff\xb6\x63\xf1\x2f\xff\xf6\ \xcd\x97\x17\xee\xff\xb7\x1f\x6e\xee\xff\xfa\x81\xb7\x3f\xf4\xe8\ \xbf\x7a\x6c\xd7\x1d\xc0\xcb\xaf\xed\xff\xf3\xb7\xce\x9d\x5e\x8f\ \x70\x08\x2f\x5d\xbc\xf8\xf4\x27\x9e\x99\x99\x9d\x1b\xfb\xc6\xf2\ \xf2\xd2\xf7\xbf\xfb\xe2\xc2\xce\x5d\x90\xa6\x70\x7b\x58\x6e\xe1\ \xf1\xc7\xb6\x2d\x2c\x2f\x9d\xd8\x3a\xf3\xdb\x7b\x68\x29\x93\xa3\ \x47\x96\xbe\x7c\x60\xb0\xf7\x81\x2d\x9f\x7d\xb8\x19\x01\xbf\x73\ \x78\xe9\x2b\x6f\x0d\x44\x5d\xd7\x86\xdf\xe8\x6c\x31\x67\x40\x37\ \x51\x35\xcf\xb2\xce\x15\x40\x0a\x10\x79\xcf\x23\x5f\x7a\xe1\xe5\ \x0b\x09\xff\xf2\xe7\x7e\x2f\x88\x22\x6b\xcc\x6d\xf1\x24\x05\x82\ \x48\x6f\x6f\xd1\x34\xe8\x93\x87\x2f\xff\xd1\x2b\xe6\xdf\xff\xfa\ \xc2\x2f\x3e\xc8\x33\x7b\xa7\x2f\x1c\xb8\xf8\x3f\x8f\x99\xa9\x18\ \x33\x58\x97\xeb\x18\xad\xb0\x45\x22\x93\x59\x1d\xe4\x97\xce\x30\ \x22\x59\x1b\x2f\xdc\xf9\xfa\xb9\xce\x37\x9e\x7f\xf1\x89\xcf\xfd\ \xeb\x1d\xf7\x3d\x94\x0f\x92\xcd\xbb\xd6\x2c\xd8\x9e\x89\xfa\xff\ \xf4\xea\x17\xde\x4e\xf6\x7c\xe6\x63\xff\xe6\xc3\xfd\x2f\x58\xbd\ \xf3\x23\x3f\xfd\xbb\xc7\xce\xbe\x7d\x5e\x6d\x9d\x8e\xf4\xfc\xee\ \xcf\x3f\xb9\x60\x9e\x7d\xe1\x3f\x2d\x49\x1c\xa0\x51\x4a\xad\x47\ \xdc\x2f\x5a\xe9\x15\x35\x9d\x03\x1d\x28\xa5\x6f\x2b\xe4\x5f\x00\ \x5a\x4d\x3d\x63\xa8\x13\xc3\x2b\xfb\xce\xfd\xf9\xb9\xc6\x17\x7e\ \x75\xcb\xe3\x26\x78\xfa\x43\x8d\xe7\xbe\x7d\xee\xd5\x2b\xd0\x0a\ \x01\x34\xe2\xf5\xdd\x18\x1b\xcd\x8a\x30\x22\x12\x44\x6f\xc1\xec\ \xbb\x8d\x85\xb0\xd9\xc6\x3c\xe5\xbb\x1e\xfa\xd2\x6b\x47\x8f\x1f\ \x7f\xef\x89\x07\x76\x87\xcd\x29\x5e\xdb\x84\xae\x0f\x5a\x2c\x20\ \x86\xc1\x58\x99\xdb\x16\xff\xd2\xc3\xad\x19\x34\x99\xd2\x73\x9c\ \x3d\x7f\x24\x65\x85\x71\xa4\xae\x0d\x52\xde\x10\x76\xc0\xd6\x5e\ \x6e\x2f\xbc\x32\x68\xe1\xfc\xdd\x90\xf4\xc2\xb9\x1d\xaf\x9b\xa9\ \x2f\x3f\xf7\xe2\xa3\x77\x2d\xec\x5c\xd8\x6e\xec\xa6\x8f\x73\xc5\ \xb2\x05\x54\xfd\xa5\xd7\xde\x3c\x75\x7a\xe7\xce\xc7\x74\xef\xb5\ \xef\x1e\xda\x77\xff\xc3\xbf\xb3\x33\xc8\xfa\x79\x70\xf7\x8e\x7b\ \xce\x1c\xfd\xfa\x99\x41\x1e\xe8\x38\x0e\x1a\xeb\x55\xaf\xb8\xda\ \xc4\x46\x01\x59\xe3\x30\xc7\x0f\xe4\x05\xc2\x62\x2d\x18\xa1\xbb\ \x77\xb5\x9e\x79\x30\x36\x7d\xb3\x65\x3a\xe8\x5f\x48\x7e\x78\xce\ \xa0\xc6\x66\x44\xd7\x3f\x6a\x89\x36\xf8\xa4\x5a\xe6\x9c\x82\x7d\ \x6f\x1e\xfc\xe2\xd7\xff\xf1\xc7\xad\x5d\xfa\xc1\x8f\x7c\xe5\xf5\ \x77\xdf\xd8\x7f\xe0\x37\x3f\xf5\x89\xb6\xb2\x59\x96\xde\x3e\x3e\ \x2b\xcd\xd9\x08\x28\x14\x06\xdc\xba\x25\xfa\xa9\x59\x7a\xe1\x95\ \xcb\xdf\x39\x6d\xe3\x86\x9a\x52\xb2\x6c\xf5\x6f\xfd\xc2\xcc\x9e\ \x68\x38\x87\x71\x6d\x3b\xc6\xb2\x0a\x7e\x7c\x69\xf1\x6f\xbe\xf6\ \xf5\xe7\x4f\x75\xe3\x47\x9e\x7a\xd3\xb6\xff\xea\x6f\xff\xee\xb1\ \x47\x7e\xea\xc9\xfb\x77\x77\x97\x97\x01\x37\xfd\xf5\x8f\x00\x9c\ \x9b\x24\x17\xdd\x6e\x4e\xdb\xbc\x03\xaa\x71\xe5\xcc\x57\x5f\xbb\ \x14\x7d\xec\xe1\x5f\x8a\xb8\x37\x30\xdc\x6c\x4e\xe7\x83\xe5\xd9\ \x3b\x3f\xfd\x8b\x0f\xfd\x1c\xf1\x40\xd6\x7c\x6b\x88\x14\x93\xca\ \x56\x7a\x37\x48\x4a\xdd\x56\x3e\x6b\x90\x33\x23\x10\x88\x20\xee\ \xd8\xde\xd8\x1d\x9a\xff\xf3\x9d\x2b\xef\x74\x64\x2a\x26\xcd\x0c\ \xcd\xf8\x77\x3f\xbe\xa5\xcd\xd7\x0b\x15\xe9\x0d\xde\x3b\x39\x03\ \xf4\x97\x9e\x7a\xf4\x91\x23\x47\x8f\xfe\xf5\x73\xdf\xdb\xb1\xb0\ \x70\xe0\xd0\xdb\xbf\xfe\xc9\x7f\xb1\x37\x3b\xff\xfc\xa5\x0b\x5b\ \xf1\xb6\x08\x9f\xd9\xc2\xf6\x3b\x9a\x0f\xb6\x69\xef\x7d\xc1\xb9\ \x43\x26\x98\x86\xe3\xc7\x96\xfe\xf8\xc5\xfe\x54\x93\x28\x80\xd7\ \x97\xa6\x7e\xf3\xe3\x73\xdb\x4e\xc3\x7c\x8c\x76\x9d\xee\x64\x06\ \x48\xfa\xbd\x47\xe7\x5a\x0f\xde\xbb\xf7\xf9\x97\x5e\xbe\xb8\xf4\ \xe8\xe1\x23\x47\xef\xdd\xb3\xe7\x57\x1e\xd8\x75\xfc\xe5\x7f\x34\ \x77\x3e\x81\x37\x69\x22\xd6\x2d\x74\x55\xb0\x0e\x77\xee\xbd\xf3\ \xe9\xd6\xae\x7b\x1e\x9d\xee\xbc\x70\xf0\x8d\xbb\x7e\xe6\xd7\xc2\ \x40\xde\x7e\xe7\x2b\x1f\x79\xe8\x33\xf3\xd3\xe1\x57\x0f\x3d\xff\ \xcf\x9e\xfa\xfc\x33\x83\xad\xe1\xc2\x7d\xaa\x7f\x6a\x9d\xa2\x21\ \x51\x44\x2b\x03\x95\x08\x8a\x68\xb3\xaf\x7a\xb1\x08\x2c\x78\xcf\ \x3d\xad\x3b\x43\xfa\xd9\x79\xfc\xd1\x51\xdb\x5c\xe0\x1f\xbe\x71\ \xf9\x4f\x0f\x9a\x99\x06\x85\xa7\x93\x8b\x0f\xcd\xfc\xce\x47\x67\ \x0e\xdb\x46\x5b\xb9\x59\x92\xb7\x62\xb6\x28\xb9\xc0\xe0\xd2\xd9\ \xfb\xfb\x27\x3f\xf7\xa9\x67\x7a\x49\xfa\xa3\xfd\x6f\x7e\xfc\xa3\ \x1f\xfd\xd9\x56\x9e\xfc\xf8\x1d\x03\xc4\x2c\x70\x3b\x38\x2f\x04\ \x6b\x60\xfb\x5c\xb8\xf8\xde\xd2\xb3\xc7\xf2\x8b\x27\xbb\xdf\x39\ \x65\x66\xdb\xaa\xa1\x31\xb0\xe6\x6b\xdf\xbd\xf8\xfd\x45\x78\x68\ \x3b\xbd\xf4\x5a\xe7\xd4\x00\xd4\x9a\xd7\x03\x11\x98\x21\xcd\xf3\ \xf8\xf8\x1b\xbf\xf1\xc4\x23\xf7\xde\x7b\xdf\xcb\xfb\x7e\x30\xbd\ \x75\xe6\xb3\x4f\x7e\x08\x8f\xfe\x28\xcf\x33\xb3\xd9\x93\x16\x44\ \x1d\xc8\x85\xd7\x0e\x7f\x2b\x0b\xf7\xcc\xa8\xb3\xcf\xfd\xd3\x7f\ \x7f\xaf\xdb\x7f\xef\xdd\x67\xdf\xed\x42\x43\x4e\x7d\xeb\x7b\xff\ \xf9\x85\xe3\x67\x07\x97\xbf\xf9\xd5\x1f\x7c\x35\x9c\x79\x48\xf7\ \xde\x78\xf5\xdd\x1f\x32\x45\xeb\x42\x40\x55\x54\x4c\x3e\x1e\x3f\ \x78\x48\x4a\xa9\xdb\x23\x59\x44\x11\xb1\x0c\x77\xcc\xea\xb7\xf6\ \x2f\xbe\x74\xce\x1e\x39\xd2\xd9\xbf\x0c\xdb\x5a\x2a\x0a\x50\xba\ \x83\xff\xfd\xc2\xe5\xd3\x14\xdc\x15\x9b\xbf\xff\x51\xb7\xef\x06\ \x11\xdf\x6a\x31\x17\x00\x08\x52\x2f\x33\xf6\xfc\x89\x47\xe7\x71\ \xcb\xa7\x9f\xb9\xd8\xe9\x3f\x3a\x17\xc3\x91\x57\x53\xcb\x03\x73\ \x5b\x20\x5c\x02\x40\x04\x97\xce\xf5\xff\xe2\x64\x0f\x10\xe2\x90\ \x7a\xe7\x93\xf3\x02\x0d\x8d\x02\x80\x84\x90\x9b\x6f\xbf\x7a\xe5\ \x39\x01\x22\x8c\x43\x5c\x9f\x7b\x19\x71\x60\x38\xed\x75\xb6\x9e\ \xda\xff\xf9\xa7\x7e\xfa\xc0\xde\x3b\xef\x59\xd8\x36\x77\xe6\x80\ \x4d\xfb\xdd\x6c\xd3\x43\x5c\x02\x40\x0a\x93\x77\xdf\xfd\xab\x77\ \x8e\x32\xa2\x0a\x74\x33\x54\x78\xea\xd4\x8b\x40\x8d\x40\x37\x3a\ \x17\xbf\x7f\x40\x74\x18\x34\x96\x2e\x7e\xfb\x5b\x67\xbf\x29\x80\ \x5a\x37\x43\xa5\x87\xb4\x94\x35\x44\x7a\xa4\x54\x9e\x65\x71\x3c\ \x3e\xf2\x32\xcb\x32\x44\xba\x1d\x42\x2e\x01\x50\x04\xef\x1e\xeb\ \x1c\x3c\x0c\xa4\xb0\x19\xe0\xf1\xf7\x7a\x42\x14\xaa\xe2\xc1\xa4\ \xcb\xe9\xb3\x2f\x0d\x18\x40\x29\x8c\x03\xc4\xeb\xcb\xd2\x37\xd6\ \x73\x59\x33\x7b\xff\x87\x8e\x1e\xf8\xfe\xb9\xd3\xa7\xf1\xec\x41\ \x1d\x9f\xa0\x20\x7c\xe9\x50\x07\x6c\x9e\x30\xea\x27\x3e\xd1\x68\ \x34\x36\xfd\x88\x3a\x02\x40\x00\xad\x70\xca\x47\x53\x0a\x75\x99\ \x4d\x03\x00\x22\x36\x23\x5c\xc7\xc0\x58\x58\x5a\xd3\x5b\x2e\x3f\ \xf0\xe4\xb7\xdf\xfa\x4e\xa4\x7a\x78\xf2\x45\xdd\x9a\x3e\x70\xfc\ \xa0\x4d\x7a\x2c\xd2\x9b\x7f\xe0\x8e\xdd\xf7\x89\xdd\xc4\xf5\x5c\ \x37\xb3\x5e\x05\xc1\x74\x95\x02\xac\x75\xe1\x4d\x94\x6a\xaa\xf2\ \x8b\x58\x35\xd7\x31\x23\x11\x80\x99\xb9\xb9\x77\x0e\x1d\x6c\x36\ \x9b\xa3\xc9\x84\x24\x49\x7f\xeb\xec\x6c\x9e\x67\xb8\xd9\x93\x0c\ \xb7\xe1\xc3\x80\xc2\x72\xf5\xc3\x80\xa0\xb2\xe1\x95\xc2\xb6\x1a\ \xa1\xe9\xe2\xad\xe6\xb9\x84\xed\xcc\x5d\xf7\xe2\x6f\xff\xbb\xee\ \xf2\x22\x20\x1a\x61\x10\x01\x24\x40\x6c\x2b\x3d\xb3\x63\x57\xa0\ \x68\x13\x7b\xae\xcc\xc0\xee\xad\xfc\x47\x9f\xcc\xf0\xc6\x0f\x40\ \x2b\x90\x6c\xb5\xbe\x45\x84\xa3\x38\xbe\xe3\x93\x9f\x5f\x7c\xec\ \x69\x2b\x22\x22\x99\x30\x20\x02\x12\x09\xdc\x31\x3b\x37\x3d\x33\ \xbb\x59\x3d\x97\xe5\xfc\x97\x1f\xf9\x8f\x2c\x06\x56\x93\xfa\x89\ \xa2\x28\x33\xfd\xb5\xbc\x81\x66\xab\x4d\x53\x34\x59\x31\x8f\x1a\ \x4d\x11\x31\x9b\x9a\x00\x94\x18\xfc\xe7\xbb\xed\x63\xbb\x78\x15\ \xce\x39\x7a\xbf\x90\x77\x63\x63\x2e\x11\x04\x98\x5b\xd8\x31\xb7\ \x63\xd7\x0a\xdf\xb4\x76\x73\x73\x50\x05\x40\x13\xcc\xc4\xab\x71\ \xcd\xcc\x6b\x4b\x2c\x98\x9b\xed\x56\x6b\xfa\xa1\x15\xef\x93\x4d\ \xcd\x44\x91\x38\xdc\xe2\xfa\x05\x56\x03\xd0\x00\xaf\x71\x4f\x5a\ \x6b\xed\x4a\xcb\x6b\x6f\x83\xc1\xe3\x22\x10\x69\x88\x83\xd5\xec\ \xdc\xf7\x85\x30\x7e\x02\x1d\xd7\x6c\x2d\xc0\x6d\x44\xda\x1a\x73\ \x5e\x3f\x29\x54\x49\x98\x85\xf9\x36\x5c\x73\x96\xdb\x74\xb3\xdd\ \x22\xce\xcb\xde\x9c\x24\xaa\xd6\xe7\xaa\xad\xb6\xda\x3e\x78\x56\ \x7b\xae\xda\x6a\xab\xad\xf6\x5c\xb5\xd5\x56\x5b\x6d\xb5\xe7\xaa\ \xad\xb6\xda\x6a\xab\x3d\x57\x6d\xb5\xd5\xb6\x19\xec\x66\xd5\x16\ \x1b\x8d\x46\xab\xd5\xe2\xdb\xb2\x98\xb5\x01\x16\x86\x51\x1c\xc7\ \x63\xff\x28\x22\x41\x10\x34\x9b\xad\x15\xdb\x4d\x6a\x5b\x17\x6b\ \x36\x9b\x44\x6a\x8c\x74\x88\x88\x71\x1c\xaf\xa8\x66\x53\xdb\xba\ \x58\xbb\xdd\x8e\xa2\xa8\x4a\xf6\x5c\x7f\xcf\x85\x88\x22\xf2\x17\ \x7f\xf9\xc5\xcb\x97\x2e\xe5\x59\x0e\x58\x4f\x1f\xb8\x09\xa1\x32\ \x61\xbf\xd7\xd7\x4a\x55\x9f\x65\x14\x45\xfb\xf6\xed\xfb\xc1\x0f\ \xf6\x2d\x2e\x5e\xb9\xee\xf6\xaf\xda\x6e\xcc\x94\xa2\x93\x27\xdf\ \x0b\x02\x55\xf9\x17\xb5\xb4\xb4\xf4\x27\x7f\xf2\x3f\x2e\x9c\x3b\ \xc7\xcc\xf5\x86\xbf\x29\x11\x96\x52\xe7\xcf\x9f\x8b\xa2\x61\x8f\ \xcd\x4d\x89\xb9\x44\xe4\xe0\xc1\x83\xa7\x4e\x9c\x18\x0c\x06\x58\ \x3f\xc8\x9b\xe5\xbc\x28\x8e\x9b\x51\x34\x94\x57\xd7\x5a\x9f\x39\ \x73\xfa\xdc\xb9\xb3\x17\x2f\x5c\xa8\xc3\xae\x9b\x65\x02\x51\x23\ \x6c\xb7\xa7\xfd\x0a\x13\x51\x92\x0c\xf6\xbf\xf1\xc6\xa9\x93\x27\ \x8c\x31\xf5\x86\xbf\x39\x2e\x05\x82\x40\xb7\xdb\x53\x41\x18\x3a\ \xe7\x75\xb3\x3c\x57\xab\xd9\xda\xbb\xf7\x7e\xcb\xb6\x7e\x8c\x37\ \xf3\x10\x41\x10\x04\x3e\x25\x17\x11\xa5\xd4\xae\x5d\x77\x6c\xdf\ \x3e\x5f\x2f\xfb\x4d\x5d\x76\xa5\x14\xd1\xb0\x53\x0d\x11\xb6\x6c\ \xd9\xd2\x6a\x36\x59\xa4\x5e\xf9\x9b\x68\x88\x41\x10\xdc\x44\xcf\ \x55\x9c\x22\xad\x14\xa8\x7a\xb5\x6f\xf2\x5d\xb4\x02\x43\xb9\x06\ \x5c\x36\x7e\xe5\x45\x44\x07\x41\xbd\x2c\x1b\xb6\xec\xff\x1f\xe2\ \x93\x91\xd1\x10\x69\xcb\x64\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x01\x4e\x6a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xb2\x00\x00\x01\x53\x08\x02\x00\x00\x00\xd3\x09\x1e\x6c\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x98\x15\x45\ \xf6\xf7\x4f\x55\x75\xbc\x79\x72\x86\x09\xa4\x61\x86\x1c\x44\x01\ \x03\xc1\x9c\x31\x0b\xea\x8a\xae\xae\xba\x6b\xce\x6b\x4e\xac\x71\ \xd7\xbc\xea\xaa\xeb\x1a\x56\x59\x5d\xc1\xb8\x88\x0a\xa2\x92\x33\ \x08\x4c\x62\x60\xf2\x9d\x74\x73\xc7\xaa\x7a\xff\xe8\x61\x08\x02\ \x2a\xfb\x5b\xf5\xd5\xfe\x3c\xf7\x81\x7b\xfb\x56\x77\xd7\xad\x9e\ \xfe\xf6\x39\xa7\xaa\x4e\x21\xce\x79\x38\xdc\x36\xfb\xad\xd7\xd6\ \xac\x5e\xa1\x69\x29\x00\x04\x2e\x2e\x2e\x2e\xbf\x62\x84\xb6\xb6\ \xd6\xdb\x6e\xbd\x56\xd7\x52\x8c\x23\x57\x13\x5d\x5c\x5c\x5c\x84\ \xd9\x6f\xbe\x96\x4c\x26\x28\xe5\x08\xb9\x9a\xe8\xe2\xe2\xe2\x02\ \xc2\xf2\xe5\x4b\x6d\xca\x80\x03\xe7\x7c\xd7\x2f\x10\x42\x3b\x84\ \x92\xf3\x6f\x7d\xbb\x4b\x19\x70\x6c\x4c\xce\xf9\x5e\xcb\x7c\xcf\ \x43\xb9\xb8\xb8\xb8\xfc\x5c\x64\x31\x99\x4c\x60\x8c\x77\xdd\xc4\ \x01\x92\x9a\x11\x40\xe0\x17\x30\x01\xae\x33\xe8\xa4\x54\x94\x64\ \x42\x76\x2b\x46\x29\xd5\x0d\x4b\x14\x24\x84\x31\x00\x50\x6a\x33\ \x6a\x79\x54\x75\x0f\x47\x5c\xd3\x0d\x00\x2c\x08\xa2\x23\x8a\xb6\ \x6d\x4a\x22\x11\x04\xe1\xff\xfc\x97\x20\x04\xbb\xea\x2d\xe3\x60\ \x5b\x96\x2c\x89\xfb\xd1\x60\xce\xb9\x65\xd9\x92\x28\xc0\xcf\xcf\ \x52\xe6\x1c\x4c\xd3\x94\x45\x01\x76\xbf\x3a\xfb\x87\x31\x6e\xdb\ \xf6\xfe\x7f\xb5\x8b\x8b\xcb\x77\xc8\x22\xe7\x9c\x31\xb6\xab\x65\ \xd7\xd5\x1d\xbf\x62\x44\xf1\xc4\x2c\x9f\x8c\x18\x06\x6e\x72\xdc\ \x61\xc3\xb5\x0b\xbe\xb1\x54\x59\x12\x7b\xe4\xcc\xb2\xec\x44\xd2\ \x98\x32\x75\xb2\x24\x8a\xbd\xfb\x86\xc3\xed\x2b\x57\x2c\x4f\x4b\ \x0b\x38\xf6\x20\x42\x28\x1a\x4b\x0c\x18\x30\xa8\xb8\xa4\xb8\x57\ \x75\x6c\x9b\x7e\xf1\xc5\x22\xcb\xd2\x65\x59\xda\x57\x9d\x30\x46\ \xbb\xaa\x1b\x7c\x97\x75\x89\x80\x9b\x36\xa9\xdf\xd6\x34\xb0\x6f\ \x3a\x13\x15\xe0\x9c\x03\x4a\x58\xfe\x7e\x65\xa1\x78\xd5\x37\x9a\ \xe2\xe3\x7b\x39\x2c\x47\x1c\xc7\x6d\x4f\xdf\x92\x3c\xbe\x7d\x6d\ \x17\xf2\xee\xfb\xe8\xd8\x30\x4c\x45\x22\xfc\xbb\x02\xaf\x3b\x8f\ \xcf\x81\xfd\xb7\x16\x31\x8e\x1b\x6a\xf9\xf0\x11\xc2\xe6\x05\xf5\ \xd4\x0b\xe8\x7b\x29\x23\x07\x9c\xa2\xc1\xfe\x65\xfe\xae\xaa\x2d\ \xba\xec\x71\xff\xb8\x5d\x5c\x0e\xf0\xf6\x63\xcc\x71\x6c\x7b\x5e\ \x9d\x91\xc4\xf9\xa5\xe9\x53\xfd\x54\x4c\x74\xd2\x78\xb7\x15\x8f\ \x90\x44\x57\xb6\xde\xf5\xcf\xc9\xfd\x54\xd3\xec\x2d\x6c\x5a\xec\ \xf8\x13\x8e\xe5\x8c\xea\xba\x66\x18\xba\x61\xe8\xba\xae\xa5\xa7\ \x87\x06\x95\x0f\xee\x8e\xc4\x9d\x32\xb1\x58\x32\x3f\xbf\xb0\xb8\ \xb8\x8f\x6d\x99\xd6\x8e\x17\xe7\xf4\xa8\xa3\x26\x73\x24\xd8\x94\ \xed\x7a\xde\xde\x97\x61\x58\xe0\xcd\x09\x86\x72\x82\xa1\x1c\x9f\ \xc7\x8b\xb4\x24\xe2\xbb\x08\x63\x6f\xc9\x5d\xad\x2a\x26\x9a\x4a\ \xe5\x87\x9f\xbd\x75\x58\x50\xa3\xa6\x05\x00\x29\x03\x65\x57\x4e\ \xbb\xff\xae\x73\x71\x47\xd2\x71\xee\x0d\x83\x80\x37\xaf\xe7\xb0\ \xaa\x0f\xe9\x49\x8b\xc9\x7d\x86\x1c\x7a\xd7\x4d\x97\xf5\xa1\x71\ \xd8\xbd\x0e\x3b\xc2\x02\x60\x33\xc2\x95\xdc\x8a\x61\x43\x7d\x56\ \x8a\x03\xda\xa5\x00\x70\x0e\x6c\xe7\x2e\x48\xa7\xaa\x37\xe8\x54\ \x3b\xdb\xab\xc8\x2c\x91\xe0\x8c\xf1\x5d\x6a\xde\x5b\xde\x79\xef\ \xbc\x61\x1c\x78\xcf\xc7\x9d\x3f\x89\x73\xa0\x5c\xe0\x3c\xf7\x0f\ \xd7\x5f\x52\x21\x68\x94\xb2\xbd\x9e\xb4\xb7\x70\xef\xc7\x84\x4e\ \x2a\x0e\x9b\x7e\xfb\xcd\xa7\xe2\xae\x44\x6f\x48\x63\xf7\xdf\xb5\ \xe7\x16\xf7\xe5\xbe\xdc\xd7\xb7\x5f\xbb\x59\x8b\x36\x65\x65\x2a\ \x9a\x96\x43\xf4\x78\x24\x62\xb1\xa0\x88\x09\x82\xad\x29\x9a\xa7\ \x10\x5b\x4b\xfc\xa6\xc4\xf7\x97\xba\xa4\xea\x51\x52\x29\x6d\xc0\ \xc0\x41\xb1\x68\x74\x8f\x28\xa1\x65\x59\x85\x85\x05\x8d\x0d\x0d\ \x96\x65\x61\x8c\x45\x49\x2e\x2f\x1f\x60\x18\xc6\xfc\xf9\x9f\xf6\ \x96\x49\x4f\x4f\x1b\x3a\x74\xe8\xd0\x21\x95\xab\x57\xad\x52\x55\ \xf9\xdb\x01\xcd\x48\xb8\x73\xe6\x83\xcf\x8e\xf4\x31\x8f\x84\x8d\ \x54\xbc\xbb\xea\xcb\x1b\x1f\x7c\x03\xc9\x4a\x73\x6b\xbb\x45\x41\ \x56\x94\x3e\xb9\x01\x1b\xa9\x6d\x4d\x8d\x9a\x65\x03\x12\xb2\xd3\ \x3d\xc1\x60\x28\x96\xda\xf6\xf6\x1b\xb3\x57\xb6\x02\x78\xa5\xe6\ \xa6\x70\x3c\x11\xf5\x0e\xb2\x34\xc3\x04\x04\x8c\x71\x0e\x28\xda\ \x6e\x9e\x33\xeb\xe6\x09\x01\x2a\x8b\xc4\xd6\x13\x9d\xb5\x2b\x6f\ \x7b\xf0\x25\xc6\x98\x6e\x98\xe1\x48\x62\x4b\xb4\xa5\x4f\x6e\x48\ \x52\x64\x84\x71\x57\x24\x19\xed\xea\xa2\x48\x28\xce\x0d\xda\x42\ \xd6\x21\x53\x8e\x3d\x77\xac\xf7\xaa\x8f\xe7\x36\xa0\x8c\xb2\xc2\ \xa0\xc9\x71\xb8\xa5\x2d\xa1\x5b\x7e\xaf\x5a\x98\x13\xb2\x38\x02\ \x00\x40\x12\x28\xb9\xd7\xdc\x74\x79\x9a\x2c\xc9\x02\x18\x5a\x32\ \xd1\xbe\xe6\xc1\x9b\x9e\xe8\x0e\x66\x98\x14\x75\xb4\xb4\x26\x4d\ \x96\x1e\xf4\xe6\x66\xa7\xb7\x35\xb5\x44\x4d\xe8\xd7\x37\xa7\xab\ \x2b\xd5\x99\xd4\xcb\x8b\x73\x1a\xea\xea\x6d\x49\xcc\xcb\x2d\x68\ \x6e\x6a\xd0\x4d\xca\x01\x65\xa6\xf9\xd3\xd2\xd2\x39\x70\xc3\x30\ \x29\x00\x67\xcc\x02\x08\xb7\xb4\x25\x8d\x9e\x93\x52\x24\xb6\xb6\ \x86\xe3\x49\x0d\x10\x29\xc8\xf2\xa9\x3e\x3f\x03\xb1\xb5\xa9\x39\ \x91\x4c\xf5\x33\x2d\xdd\x60\x00\xc0\x80\xb4\xb7\xb6\xc7\x92\x29\ \x45\x55\xfa\xe4\x66\x50\x24\x74\x76\x76\x25\xe2\x09\x9b\x41\x66\ \x56\x7a\xd0\xa7\xb8\x16\x81\x8b\xcb\x7e\xac\x45\xc6\x77\x60\x58\ \xf6\x49\x39\x92\x16\xe9\x64\x5a\x62\x69\xa7\xfe\xdc\x96\xce\x75\ \x6d\x91\x47\x6a\x93\x9a\x96\xb2\x53\x89\xc1\x82\xae\x69\x3a\x00\ \x4f\xa6\xf4\x60\x30\x60\x59\x26\xa5\x36\x63\xb4\xf7\x65\x59\x56\ \x32\x19\x2f\x2e\x29\x36\x4c\x8b\x52\x9a\x9b\x9b\x9b\x48\x24\x2c\ \xcb\x14\x45\xf1\xb8\xe3\x8e\x3d\xe6\x98\xa3\x4f\x3c\xf1\x84\x78\ \x3c\x61\xdb\x16\x21\xd8\xb2\x29\xff\x16\x8c\x33\xe0\x80\x25\x25\ \xf6\xfe\xb5\x95\x23\x8e\xba\xf1\x83\xee\xc2\xb1\xe3\x06\x00\xd7\ \x4b\x27\xbd\xf7\xd1\x7b\x8b\x16\xbc\xff\xaf\xbf\xde\xde\x3f\x08\ \x51\x3d\xe3\xa1\x57\x5e\x5b\xb8\xe0\xa3\x2f\x3f\x7e\xf5\xea\x73\ \xa7\x8a\x56\x4a\x16\xf2\x8e\x3f\xf7\xbc\x89\x69\x46\x37\x14\xdc\ \xf0\xd8\xb3\x5f\x7e\xf9\xd9\xe3\x97\x0e\x01\xca\x39\x00\xe7\x8c\ \x73\xc6\x01\x10\x11\xf5\x05\xf7\x1e\x32\xe1\x84\x4b\x5e\xaa\x2b\ \x1c\x3e\x72\x94\x17\x9b\x00\xcc\x46\xb7\xbf\xbd\xe0\xab\x0f\x5f\ \x3c\xfd\x90\x32\x6c\x1a\xdd\x86\xef\xf8\x0b\xaf\xff\xe8\xd3\x79\ \x8b\xde\x7b\xee\x84\xb1\xa5\x5c\x8f\x73\x60\x44\x29\xfa\xdb\x47\ \x9f\xbf\xf3\xe4\x69\x46\x47\xdc\x0c\x56\xdc\xfb\xd7\x57\x96\x2e\ \xfc\xe0\x6f\x0f\x5c\x91\x27\x98\x9c\x52\xce\x19\x63\x8c\x03\x02\ \x41\xf9\xf2\xf1\xf3\x27\x1f\x73\xf6\x0d\x7f\x9d\x8f\x32\x0e\x9e\ \xfe\x9b\xc3\x69\xd2\xf6\x97\x4e\x7c\xea\x8d\xb7\x97\x7f\x31\xe7\ \xe1\x1b\xce\x25\xd1\xce\x01\x57\xbd\xb8\xe2\xed\xdb\x93\xed\xdd\ \x07\x9f\x73\xdd\x67\xaf\x5d\xd4\xb4\xa9\xf3\xd2\xb7\xe6\xce\xbe\ \xe5\x8c\xd6\x6e\xdf\xac\x97\x5e\x5d\xb0\xe0\xc3\x25\xf3\x67\xdf\ \x76\xd1\x51\x92\x11\xed\x75\xd9\x4d\x83\xb1\x8c\xa1\xb3\x5e\x78\ \x75\xe9\xc2\xf7\x9f\xbf\xef\x77\x39\xc4\x6c\x6b\x89\x1e\x79\xeb\ \x0b\x0b\x3e\x79\x6f\xc1\xbc\x37\xae\x98\x36\xda\xee\x8a\x24\xe4\ \xb2\xbb\x9f\x7d\xf9\xeb\x45\xf3\x6e\x99\x56\x86\x38\x58\x8c\x47\ \xa0\xf0\xda\x07\x9f\x5e\xf0\xc9\xfb\x6f\x3d\x7d\x6b\x5f\x49\xeb\ \xea\xb4\x8f\xbb\xfa\x8e\x77\x3f\x98\xf3\xd5\x82\x0f\xa7\x1d\x35\ \x8c\xbb\xb8\xb8\xec\x1b\x61\xd7\xd0\x22\x65\x3c\x9f\xa7\xcc\x44\ \x12\x00\x4d\xf1\x88\xf3\xd5\xac\x47\xab\xc3\x4f\x56\xfa\x48\xa2\ \x9b\x22\xe4\x97\x44\xdb\xe6\x9c\x73\x4a\x19\x42\xdc\x30\xcc\x86\ \x86\xc6\x96\x96\xd6\x1d\x41\x43\x7b\xe2\xc4\xf1\x96\x45\x15\x45\ \x64\x94\x31\xc2\x45\x91\x18\x86\x21\x8a\x02\x63\xb4\xa3\xa3\x9d\ \x31\x26\x08\x02\x42\x60\x9a\x26\x21\x84\x31\xc7\x4e\xdd\xd3\x5a\ \xe4\xc0\xb9\x6d\xfa\x0e\xbf\x7a\xf6\x50\x9e\x9e\x91\x9e\xda\xba\ \xa9\xd6\xb6\x70\xf5\xe7\x67\x9d\x3e\x4f\x09\x14\xfd\xfe\x91\x5b\ \x4e\x1c\x37\xf4\x8b\x7f\xa7\x32\x32\xd5\xf7\xaf\x9f\xf1\x0f\xf1\ \xb8\x97\x6f\x99\xd6\x55\x5b\xf5\xe2\x46\x6e\x99\x86\xc6\xe4\xd3\ \x2e\x3e\x6b\xa8\x1c\xfe\xdd\xd9\x57\xf8\x27\xdc\x78\xf7\xc5\x3e\ \xe0\xbb\xfb\xb2\x48\x20\xaa\xbf\x5f\x49\x88\xd9\x56\xca\xe6\x08\ \x00\x13\xfe\xf0\x85\xa7\x19\xe7\x3e\x76\xfb\xe9\x47\xbf\xfd\xc9\ \xc3\x23\x4e\x3d\xf1\xf4\x83\x0b\x9f\xf8\xfd\xd9\xd5\xc5\x17\x3d\ \x71\xd5\xef\x5b\x57\x5c\x62\x73\x6c\x6b\xcd\xd7\x5e\x7e\x49\xb3\ \x8d\x92\x50\x7c\xcf\x5d\x33\xb3\xbe\x7e\xe3\x98\xeb\x56\x5d\x77\ \xd7\x1d\x17\xff\xe1\x82\x87\xee\x79\xb6\x5b\xf6\x01\xf4\xb4\xa0\ \xa8\x78\xfa\xe6\xcb\xdb\x57\xaf\xae\x8b\x1e\x5a\x94\x5d\xde\x65\ \x77\xdf\x7e\xd3\xd9\xc6\x9b\xf7\x4f\xfd\x94\x3d\xf1\xf0\x55\x97\ \x4e\x6f\xbb\xf1\x8d\x39\x2d\x47\x9d\x50\xe1\x41\x79\x7d\xfa\xc4\ \x85\xbc\x01\x03\xbe\x1a\x4d\xe2\xf3\x57\x6f\x24\x82\x37\x2b\xc7\ \xf3\xf1\x8d\xe7\xbf\x93\x7f\xd6\xe3\xe7\x1d\x37\x70\xe1\xa2\x2f\ \x5b\x10\x02\xe0\x80\xda\x93\xb9\x0f\xdd\x79\x61\x68\xc1\xcb\x47\ \x5f\xfb\xcd\xad\xf7\xde\x76\xd1\x65\xe7\x3e\xf4\xd0\xcb\x9f\xcc\ \xba\x62\xa1\x57\x1d\x30\xf2\x98\x1b\xaf\x98\x39\x78\xce\xea\x11\ \x57\x9f\xdd\x37\xb6\xfe\xdc\xd3\x9f\x1a\x36\xed\xf6\xdf\x9d\x00\ \x51\xdd\xf7\xbb\xdb\x7f\x9b\x5f\xfd\xc9\x89\xd7\xbf\x7b\xfc\x65\ \xf7\xff\xfe\xa6\x33\xa7\xcf\x78\xb3\xb4\xbc\xa0\xeb\xb3\x7f\xce\ \xf8\xdb\x3c\xaf\x47\x10\xb0\x6b\x10\xb8\xb8\xec\xbb\xcb\x85\xb1\ \xdd\xba\x3a\xdb\x52\x56\xae\x60\x73\x80\xb5\x1d\xe6\xe7\x49\x7c\ \x5a\x69\xfa\xf3\x9b\x9b\x2e\xca\x05\x82\x20\xc6\x81\x60\x91\x31\ \x8e\x31\x4a\x26\x35\xc6\x58\xdf\xe2\xe2\x01\x03\x07\xec\xf4\x7f\ \xbb\x23\x18\xe3\x54\x4a\x03\x04\x9c\x43\x32\xa9\xa9\xaa\xea\x68\ \x92\x6d\x53\xce\x39\x42\xcc\xe9\xfc\xb5\x2c\x1b\x80\x33\xb6\x67\ \x6f\x8a\xa3\x5f\x08\x21\x3b\xd2\x16\x35\xf3\x8a\x64\xf2\xfc\xac\ \x67\x99\x37\xbb\x68\xf4\x09\x77\xfe\xe1\xf0\xf0\x96\x46\x55\x60\ \x9a\x28\x72\xe0\x80\x80\xa6\x52\x91\x6f\x3e\x59\x62\x9d\x34\xbc\ \x28\xdd\x5a\xcf\x01\x00\x04\xa5\xaf\x27\xd4\x11\xf9\x3c\x9e\x94\ \x50\x2c\xc9\x91\xcf\x19\x38\xc4\x80\x73\x40\x9c\x9a\xd2\x11\xb7\ \xaf\x3a\x51\x88\xb4\x35\x2c\x79\xff\xc3\x0d\x06\xca\x01\x0e\x08\ \x90\x99\x58\xbd\xb8\x91\x8c\x0f\xf8\x38\xcb\xcb\x2e\x65\xf6\xc6\ \x9a\x6d\x46\xf3\xb6\x77\xeb\x2e\x3f\x62\x5c\xb9\x7f\x21\xe7\x1c\ \x98\x8f\x69\x8a\x92\xd1\xe1\xaf\x18\x2c\x9a\xaf\x2c\x5c\x9f\x26\ \xb0\xaf\xb6\x36\x0d\xab\xe8\xa3\x48\x16\xe7\x88\x23\xe0\xbd\xdd\ \x2d\x1c\xd9\x8c\x29\x08\xdb\xcc\x44\x45\x63\xca\xc4\xae\xdb\xdf\ \xdf\xe4\x31\xfd\x0b\x3a\xcc\x53\xf2\xfa\x88\xe1\x37\x16\x37\x9c\ \x77\xcc\x84\x91\x34\x5f\x6f\xb7\xbd\x13\xa7\x1d\xe2\x65\x76\xfd\ \x96\x2a\xc2\x87\x00\x20\x3b\x95\xdc\xfa\x4d\x2b\x26\xd8\xab\x7a\ \x78\x4f\xcf\x32\xb3\x72\x2a\xcb\x45\xed\xf9\xcf\x36\xa4\x61\xba\ \x68\x7b\xdb\x6f\x8b\x0b\x63\xa8\xf0\xaa\x07\x6f\x1c\xe1\x8d\xb7\ \xeb\x84\x30\xc5\x1f\x4a\x2b\x95\x95\xad\xb5\x1b\x39\xf7\x26\x13\ \x29\x0e\x22\x0f\xe4\x56\x2a\x44\xac\x98\xf4\xec\x5f\x0f\xb3\x74\ \xbd\x45\xf3\xf9\x25\x0e\x00\x96\x69\x66\x49\x86\x8e\x44\x77\x8c\ \x94\x8b\xcb\xf7\xed\x89\x16\x30\xfa\xa8\x83\x8f\xc9\xa3\xba\xc5\ \xd2\xd3\x73\x6e\xcd\xb4\x45\xad\x29\x77\x50\x19\xeb\xae\x45\xd4\ \xda\xac\x61\x41\xf2\x50\xca\x24\x49\xea\xe8\xec\xf2\x79\x3d\xa6\ \x69\xc6\x77\x3f\x9c\x28\x8a\x0d\x0d\x8d\x04\x63\x00\x1e\x6e\x6f\ \x4f\x4f\x0f\x51\x4a\x53\xa9\xd4\xf2\xe5\x2b\x9c\x02\xb2\x2c\x9b\ \xa6\x69\x59\x16\x42\xe0\xf8\xef\x7b\x58\x8b\xc0\x01\xb0\x68\x6c\ \x7a\xef\xf6\xd9\xfe\x37\x9e\xba\xfc\xe4\x13\x8f\x9b\xf7\xe8\x9c\ \x93\x0e\x99\x60\x6d\x7a\xf3\xe2\x8b\x3f\xb8\xe0\xf5\xbf\x1f\xd6\ \x23\x40\x88\x33\x33\x9a\x51\x36\x58\xb2\x6a\x3b\x53\x04\x05\x00\ \x80\xdb\x66\x9b\x15\x1b\x9c\x31\x58\xe0\x2f\x1a\xd4\xd1\x59\x60\ \x8c\x73\xc4\x39\x07\x44\x44\xeb\xab\x87\x27\x3f\xb6\x4a\x55\xb1\ \x57\xe2\x54\x0c\xed\x38\x3b\xea\xe9\xee\x20\xb8\x3b\xd6\x84\x48\ \xff\x0c\x5f\xa2\xbd\x64\x52\x1f\x35\xfe\xaf\xad\x09\x6b\xa0\x4d\ \x70\x20\x41\xcd\xa6\xd6\x98\xec\xad\x6d\x12\xe4\xc3\x46\xf4\x79\ \x75\xf9\x8a\x33\xf3\xb3\x92\x56\x8b\x65\x62\x26\x30\x40\xcc\x39\ \x82\x6d\x9a\xdb\xc2\xec\xc4\x8b\xa6\xf5\x4d\x0f\x6c\x5a\xf4\x95\ \xd6\x90\xd6\x8a\xa7\x1e\x3f\x3e\x67\xfe\x3c\x7e\x50\x9a\xd0\xda\ \xd8\x1d\x50\xd8\xba\x2f\xd7\xcd\x3c\xeb\xe2\x8e\xa5\x1f\x3c\x4d\ \xa7\xdc\x77\xf8\x78\x23\xbe\x78\x63\x03\xe6\x3b\x46\xd4\xec\xd2\ \x1c\x9c\x31\x21\x2d\x43\xb4\xd7\x6c\x69\x22\xa7\x4d\x1a\x5d\xf8\ \xcf\x97\x36\x9e\x97\x9b\x1e\xd7\x6b\xd1\xc0\xa9\x93\x0b\x52\xb7\ \x5e\x71\x6b\x4d\xe8\xa0\x27\xee\xbb\x94\xeb\xb1\x16\x6e\x0c\x2a\ \x18\x9c\x8c\xbf\x6b\x31\x04\x00\x90\xec\x6e\x45\x3c\xbf\x79\xc3\ \xd5\xb7\x3d\xd5\xc1\x95\x3e\x01\x48\x2a\x21\xa7\x23\xc9\xa2\x8c\ \x13\xc6\xc1\x95\x45\x17\x97\x7d\xcb\x22\x65\xac\x77\xdc\x22\x46\ \xb0\xcc\x14\xbe\x8e\xe2\x91\xb2\x99\x1d\x6f\xe1\x8c\xda\x00\x83\ \xed\xcd\x94\xda\x18\xe3\x7f\x75\x89\xa2\x24\xd9\x8c\xc9\xb2\xd0\ \xd2\xdc\x52\x56\x56\xc2\xd8\x6e\x03\x51\x10\x42\xd1\x68\x2c\x16\ \x8b\xfb\x7c\x2a\x07\xd0\x52\xc9\x96\xd6\xd6\x50\x30\x38\x61\xc2\ \xf8\xde\x62\x94\x52\xdd\xd0\x1b\x1b\x9b\x09\x21\x74\x97\x81\x41\ \xbd\xb6\x16\xe3\x20\xab\x8a\x2c\x12\xd2\xb6\xe2\xee\x39\x8d\xcf\ \x5e\x7c\xe2\xf4\x0f\x3f\x5a\xb9\x62\xc9\x61\x33\xce\x9b\xf3\xfe\ \x49\xc4\xc3\x6b\x75\x03\x00\x6c\x4d\x9f\xfa\xf0\xdb\xa7\xfb\x70\ \xc3\xc6\xe5\xef\xad\xaa\x95\xf1\x28\x45\x55\x15\x48\xfd\xe3\x1f\ \x1f\x97\x5d\x71\xea\x4b\xef\x7e\x48\x99\xad\x45\xd6\x59\x08\x18\ \x67\x9c\x03\xe3\x44\x54\x54\x19\xdb\x12\xb6\x55\xd5\x47\x39\xa7\ \x8c\x63\x22\x28\x8a\x82\x80\x03\x16\x3d\xaa\x8c\x00\x7d\x39\xef\ \x93\x83\x06\xcd\xb8\xfb\x8d\x79\xb2\xd9\xb1\xe4\xdf\x7f\xff\x20\ \x8c\x61\xe9\xc6\xf6\xf1\x95\x7f\x7e\xf3\x3f\xa9\x96\x4f\x2f\x9d\ \xf9\xe8\xac\x47\x3f\xbf\xed\xe2\xcb\x97\x9e\xa5\x86\x1b\xb6\xbc\ \xfb\xfc\x0b\xcd\x5c\x05\x4e\x11\xc7\x8c\x03\x41\x6c\xca\x0d\xaf\ \x9f\x70\x33\x6d\x6b\xdc\xba\xfa\xe3\x17\x5e\xfd\xd7\x66\x1f\xf6\ \x3e\xf9\xc2\xe2\x3f\x5c\xf4\xd8\xaa\xab\xa1\x7e\xf3\xda\x7f\x7c\ \xf0\x31\xc8\xe2\xca\xf5\xeb\x2f\x3f\xa9\x62\x53\xfd\xfa\x4d\xcb\ \x74\x7b\xda\xa5\x55\xcf\xcf\xee\x16\x25\xce\x91\xe2\x51\x04\x04\ \x1c\x88\xaa\x2a\x04\x13\x6a\xb6\x6d\xa8\x6a\x9b\x78\xe3\x93\x07\ \x5d\xf4\xdb\x3f\xfd\x65\xe1\xad\x17\x5e\xb3\x7c\xba\xdc\xb2\x6d\ \xf3\x3b\xcf\xbd\xd2\xb8\xb9\xcf\x92\xb6\xe1\x77\x3f\xf9\x74\xc4\ \x00\x99\xc6\x99\xd5\xf5\xc4\xb3\x9f\xdc\xf9\xbb\x63\xe7\x7e\xf4\ \x81\x61\xdb\xf1\x8e\x65\x12\x84\x1f\x7e\x6a\xfe\x6d\x33\x8f\x7c\ \xe7\xe3\x77\x11\x12\xd6\x3d\x73\xe9\xe5\xaf\xc7\x25\x45\x91\x45\ \x01\x38\xa7\x9c\xb9\xf3\x99\x5c\x5c\xf6\x03\x9a\x32\x79\xe2\x1e\ \xc3\xb9\x6d\x4d\xbf\x2e\xd4\x35\x54\x32\x6c\x06\x1c\x00\x23\x64\ \x02\xba\x3d\x1c\x6a\x95\x7d\x22\x21\x3d\xea\x66\x53\x9b\xf2\x92\ \x92\xbe\x08\x21\x27\x3e\x88\x31\xd6\x34\xbd\xa9\xb9\x51\x55\xe4\ \xde\x43\x19\xba\x99\x99\x95\x15\x08\x04\x9c\x40\xa6\x33\xd7\xa5\ \xa1\xa1\x91\x32\x6b\xd7\x01\x8f\x7b\x90\x48\x5a\x1e\x62\x08\x8a\ \x2f\xce\xfc\x3c\xd5\x19\x90\x2c\x8d\x04\x6d\x43\x73\x8c\x3b\xbf\ \x84\x52\xa4\xf2\x99\xd7\x6f\x5a\x7e\xed\xf4\xa7\x6a\xc0\x27\x51\ \x55\x96\x0c\xea\x4b\x69\x91\x7c\x0f\x8d\x63\x5f\xd2\xa0\x60\x9b\ \x00\x80\x31\x0f\xa9\x92\xe9\x8c\xb6\x01\x29\x95\x4c\x28\xc4\x14\ \x15\x3f\xdb\x61\x2b\x99\xa6\x68\x98\xc9\x6c\x2f\x0f\xd3\x0c\x30\ \x3a\xb3\x3c\xa2\x86\x84\xa4\x09\xc8\xd2\x39\x40\x40\x46\x4c\x10\ \x6d\x26\x19\x86\xc6\x29\x25\x18\x02\x1e\x41\x63\x92\x61\xe8\x9c\ \x31\x89\x70\xaf\x2c\x5a\x3b\x46\x14\xda\x4c\xd0\x34\xcd\x31\x3b\ \x05\x0c\x3e\x99\xd8\x98\x00\x80\x49\x05\xdb\xd0\x28\xe7\xaa\xc0\ \x15\x49\xb2\x11\x32\x98\x68\x69\x29\x8f\xc4\x99\x10\xd2\x92\x91\ \x3c\x0f\x4b\x60\xc5\x66\x5e\x2d\xd9\x9d\xe7\xb5\xdb\x21\x83\xa6\ \xa2\x01\x05\x53\x41\x4c\xe9\x80\xa9\x1e\xf0\x10\x8d\x2b\xa6\xa1\ \x53\xc6\x64\xe7\xa4\x20\xc4\x4d\x40\xb6\xee\x58\xba\x59\x2a\xa4\ \x90\x9a\xd4\x6d\xa0\x16\x00\x22\x98\x05\x54\xc9\xe0\xa2\x66\x58\ \x9c\x5a\x00\x28\x20\x5a\x54\x4a\xd3\x12\x71\xaf\x48\xb9\xac\xba\ \x7f\xf4\x2e\x2e\xdf\x21\x8b\x93\x27\x4d\xfc\xf6\x2c\x97\x98\x6e\ \x55\xe0\x64\xb9\x60\xa8\x88\x35\x53\x71\xb9\xed\xb1\x45\x45\xdc\ \x7d\x96\x0b\x63\xcc\x34\x6d\x55\x55\x25\x49\xe4\x9c\x6b\x9a\x6e\ \x9a\x86\xa2\xc8\x7b\xcc\xad\x36\x0c\x83\x10\x51\x55\x15\x8c\xb1\ \x65\xd9\x9a\xa6\x11\x82\xf6\x3f\xcb\x05\x21\x70\xfc\x5e\x84\x38\ \x42\x98\x73\x0e\xb0\x73\xca\x36\xe5\xa2\xc9\xfb\xbd\xf4\xef\x3b\ \x96\x5c\x72\xfc\xdf\xdb\x14\xc0\x02\x07\x40\xc0\x11\xc2\x8c\x3b\ \x51\x3e\xd4\xdb\x8d\xcb\x7a\x07\x61\x73\x8e\x30\xe2\x1c\xf1\x9d\ \x61\x40\x70\x0e\xcb\xb8\xb3\x7b\xcf\x1b\xc7\x95\x87\x9d\xa3\xc8\ \x77\x9e\xba\xb7\xa4\xf3\x2d\xdf\x2d\xb5\xc6\xce\x62\xbb\x7f\xf5\ \xed\xf2\x1c\x21\xc4\xb9\xf3\xc6\xa9\xf3\xae\xef\x7b\xbf\xed\x69\ \x8a\xbd\x9e\x74\xc7\x94\xcb\x5d\x6a\xd5\xfb\xab\x39\x30\xd8\x6d\ \x8b\xd3\x1f\x8f\x30\x72\x23\x8a\x2e\x2e\xdf\x4b\x16\x8f\x38\x7c\ \x3c\xc6\xff\xdf\x75\x4c\x22\x41\x20\x8c\xda\xcc\xbd\xcf\x5d\x5c\ \x5c\xfe\xcf\x63\x8b\xfb\x49\xf1\xf0\x33\x86\x5b\x16\x73\x2f\x9e\ \x8b\x8b\xcb\xff\x44\x16\x19\x73\xf5\xc5\xc5\xc5\xc5\x65\x17\x59\ \x3c\xfb\xec\x73\xdd\xec\xb3\x2e\x2e\x2e\x2e\xbd\xa0\x58\x34\xe2\ \xb6\x82\x8b\x8b\x8b\x4b\x2f\xee\x2c\x30\x17\x17\x17\x17\x57\x16\ \x5d\x5c\x5c\x5c\x5c\x59\x74\x71\x71\x71\x71\x65\xd1\xc5\xc5\xc5\ \xc5\x95\x45\x17\x17\x17\x97\xff\x9a\xef\x5e\x6a\x8a\x52\xfa\xed\ \x8d\x08\xa1\xff\x0f\xe7\xc6\xb8\xb8\xb8\xb8\xfc\x17\xb2\x88\x10\ \x4a\x26\x12\x2f\xbc\xf8\x62\x57\x57\x37\xa3\x94\xef\xfe\x95\x20\ \x08\xc5\x7d\xfb\x4e\x9f\x7e\x0e\xc6\xc4\x6d\x44\x17\x17\x97\x5f\ \x85\x2c\x0a\x82\xf0\xc2\x8b\x2f\x2d\x5d\xba\x6c\x5f\x69\x1d\x6a\ \x6a\x6a\xca\xcb\xcb\xc7\x8c\x19\xed\x36\xa2\x8b\x8b\xcb\xaf\x42\ \x16\x31\x46\x35\x35\x35\xd7\x5f\x7f\x5d\x30\x18\xfc\xf6\x92\xa4\ \x98\x90\xea\xea\xea\x70\x7b\xd8\x6d\x41\x17\x17\x97\x5f\x8b\x2c\ \x02\x20\xcb\xb2\xfa\xf4\x29\x4a\x4f\x4b\xff\xf6\x77\x84\x90\x78\ \x3c\x5e\x5b\x53\xfb\x9d\x27\xd8\x91\x11\x8b\xef\x6d\xfb\x4f\x99\ \xa4\x62\x8f\x04\x68\xbd\x95\x44\x08\x21\xd8\x73\xa1\xe7\x7d\xfd\ \x8a\x1f\x74\xae\x6f\xed\x8e\x10\x46\xc0\x7e\x26\x69\x80\x10\xc2\ \x08\x38\x73\x93\x8f\xb9\xb8\x08\xff\xdb\x5b\x0d\xcc\xf9\x6f\xbc\ \xba\x31\xee\x9f\x39\xf3\x4c\x2f\xde\x99\x93\xc2\x8e\x6c\x7f\xf1\ \x95\x37\x03\x83\x4e\x39\xf3\xa8\xfe\x3f\x49\x16\x40\x42\xcc\xff\ \x3c\xf3\xdc\xea\x84\xd5\xdb\x6d\x24\xe4\x57\x5e\x71\xd6\x54\x99\ \xe8\x1f\x3f\xf1\xe7\x25\xa9\xfc\x99\xd7\x5e\x58\x80\xec\x1d\x35\ \xe6\x0b\xde\x79\x69\xc5\xb6\xe8\xb1\x67\xff\xae\x3c\x47\xfe\xc1\ \x8d\x40\x60\xc1\x4b\xb3\x96\xa3\xc3\xaf\xbd\x78\x22\xd2\xcd\xde\ \xad\x3c\xbe\xf6\x2f\x8f\xcd\xe9\x33\xe3\x86\x33\x4a\xc5\x9f\x38\ \x1f\x10\x91\xf5\xad\xff\x79\xf6\xb5\xaf\x73\xa7\x5e\x71\xce\xd8\ \x20\x73\xf3\xb5\xb9\xfc\xba\xf9\xdf\xf6\x26\x23\xce\xb6\x6d\xde\ \xf8\xe5\xa7\xef\x3e\xf4\xd6\x12\xd8\x25\x8b\x2d\xd3\x63\xeb\x56\ \xaf\xd8\xbc\xad\xfb\xa7\xba\xff\x08\x18\xeb\x57\xae\x5e\xb3\x61\ \xd3\xb6\x1d\x34\xb7\xc7\x00\xc0\xe6\x81\x49\xa7\x8e\xd8\xb6\xe4\ \xed\x5b\x1f\xfe\xd4\x74\x52\x91\x63\x21\xb9\xfd\xf3\xd7\x5f\x9f\ \xb3\xcd\x1a\x3a\xa0\xc0\x7b\x20\x8d\x80\xa1\x71\xf3\x9a\x95\x1f\ \x3c\xf4\xc8\x1b\xab\x77\x5d\xe2\x81\x5b\x1d\xab\x97\x2c\xad\x8e\ \x52\x8c\x7e\xe2\x54\x1d\xac\xed\x8b\xeb\xae\x7c\x62\xf1\xaa\x15\ \x9b\xdb\x4c\xe4\xa6\x0d\x71\x71\xad\xc5\x1f\xc3\x3d\xc3\x7c\xdd\ \xec\x3f\x3f\x2c\xfd\xf1\xba\xd3\x2b\x81\xb2\x7d\x94\x11\x14\x45\ \x26\x18\x01\x67\x86\xa1\x5b\x36\x03\x00\x24\x28\x3e\x55\xb4\xb4\ \x84\x6e\x73\xc7\xc2\xf2\x78\x55\x64\x9b\x49\xdd\xc4\xa2\xe2\x95\ \x05\x5d\x4b\x5a\x4e\x27\x39\x42\xaa\xc7\x8b\x99\x99\xd4\x4c\xe7\ \x70\xb2\xac\x88\x02\x06\x00\xc6\xa8\xa9\x6b\xf6\xee\xa7\xe5\xb6\ \x91\xa0\x74\xe0\xb8\xb3\xee\xbe\xe2\x38\x47\xad\x39\xa3\x96\x4d\ \x81\x99\x38\xef\xe8\x99\xa7\xac\x7c\xf4\xfd\x17\xde\xf9\xaa\xec\ \xac\x71\x85\x92\x51\x7d\xf7\x3d\xcf\x77\xf5\x99\xf2\xec\x75\x47\ \x8a\xb6\xbd\xd7\xda\x23\x41\xf1\x29\x38\x99\x4c\xed\xc7\xcc\x42\ \x88\x7c\xfd\xe6\xa3\xf9\x03\x1e\xbf\x70\x98\xaf\xe7\xe7\xec\xad\ \x11\x64\x45\x16\x30\x02\xce\x4c\x43\x37\x9d\x46\x10\x15\x9f\x22\ \x98\xba\x66\x58\xd4\x29\xe4\xf1\x78\x10\xb7\x52\x29\x03\x11\xd1\ \xe3\x51\xac\x54\xdc\xd8\x31\x86\x4a\xf1\xfa\x05\xa6\x25\x52\x36\ \x20\x40\x98\xc8\xb2\x2c\x10\x0c\xc0\x19\xb5\x75\xcd\x60\x7b\x7d\ \x72\xd1\xce\xc7\xee\x7e\x34\x51\x31\x39\xab\x7e\x9e\x7b\x3f\xb8\ \xb8\xc0\x8f\x32\x9c\x9b\x2b\x19\x79\xc7\x8c\x29\x5b\xf2\xce\x9f\ \x17\x56\x75\x13\xb4\x57\x5f\xdb\xae\x5b\xfe\xde\xb5\xbf\x39\xed\ \xf0\xc3\x26\x1d\x73\xfa\xc5\x2f\x7e\xb4\xc6\x60\x80\x88\x18\x5f\ \xf9\xd4\xd4\x43\x26\xdc\xf8\xee\x56\xe2\x2c\x6c\xdc\xb5\x7c\xc6\ \x11\x93\x67\x3e\x36\x17\x61\xd4\xf2\xee\x9f\x26\x4c\x3d\xf1\x83\ \x35\x91\x9e\x44\xfd\xa9\xf0\x95\xe7\x4e\x3e\xfb\xea\xd9\x16\x21\ \x00\x90\x6c\x5e\xf3\xc8\x8d\x17\x4d\x9d\x32\x65\xd2\x94\xa3\xce\ \xbe\xf0\x9a\xcf\x9a\x61\x4f\x23\xc8\x4a\xc5\x18\x53\x14\xbf\x6d\ \x59\x96\x69\x9a\xa6\x69\xd9\x3b\xa4\x85\xf3\xc3\xa7\x5f\x34\x2e\ \x88\x5e\x7d\xe9\xd5\x46\x93\x7d\xf8\xe2\xcb\x1b\x34\xdf\x25\x17\ \x9d\x9b\x89\xf6\xa1\x89\x18\xa7\xbe\xbc\xff\xa0\x63\x2f\xac\xee\ \xb2\xf7\x69\x69\x31\xdb\xce\x3d\xe5\xb4\x43\x7c\xff\xbe\xed\x86\ \x85\x2d\xf6\x3e\x02\x0e\x76\xc3\x9a\x8f\x6e\x9c\x79\xc6\xe1\x47\ \x4c\x3e\x66\xda\xcc\x67\xe6\xae\xd2\x28\x20\x04\x9d\x5f\x3c\x35\ \xe9\xd0\xa9\x77\xbf\xb3\x46\x20\x08\x00\xd9\xdd\x55\x33\x4f\x3b\ \xf2\xfc\xeb\x5f\x4c\x71\xa1\x71\xd5\xdb\xc7\x1e\x7a\xc8\x13\x2b\ \x1d\x13\x0f\x11\xc9\x7c\xf8\xd4\x51\x93\x6f\x5a\x24\xa9\x04\x10\ \x84\x37\x7f\x71\xdb\x65\xd3\xa7\x4c\x3a\xe2\x88\x29\xc7\xcf\xb8\ \xea\xd1\x66\x7b\x2f\xf9\xe3\x88\xc8\xbf\xfe\xeb\xad\x5f\xe1\xa9\ \x7f\xbe\xf5\x44\x95\x53\xf7\x7e\x70\x71\xf9\x71\x64\x11\x38\x52\ \x4e\xbe\xe6\xe6\xd3\x07\x18\x4f\xdc\xf3\xe0\x9a\x94\xb2\x87\xcf\ \x48\x04\xbe\xf2\xef\xf7\x5d\xff\xc0\x6b\xe9\x87\xfe\xe6\x91\xc7\ \x1e\xbc\xe2\xd8\xc2\xf7\x1e\xbf\xe7\xae\xd9\xd5\x02\xa1\xfe\x11\ \x33\xaf\x3a\xfb\x90\xcd\xaf\xdf\x37\xef\x9b\x18\x42\xec\xf5\xbf\ \x3e\x17\xc9\x1c\x77\xfd\x6f\x8e\xe5\x8c\x63\x51\xf6\x7a\x3c\x42\ \xaf\xca\x22\xac\xa8\x1e\x55\x11\x10\x00\x8d\x37\xfd\xe9\xee\x59\ \xab\xa2\xc5\x37\xdd\x7d\xff\x83\xf7\xdf\x75\xee\x94\x51\x39\x7e\ \x61\x8f\x15\x40\x99\x91\x8c\x72\x16\xef\x68\x58\xb1\x76\x53\xa7\ \x01\xaa\x2c\xee\x5a\x27\x1d\xe5\xff\xfe\xde\xab\xfa\xa5\x96\xde\ \x71\xcb\x3d\xaf\x2d\x58\x5b\x7c\xf4\x95\x93\x2b\x33\xf7\x65\x08\ \x72\x00\x44\x64\xaf\x47\xc1\xfb\x73\x3f\x39\xa7\xf8\xb4\xcb\x6f\ \x1c\x16\xec\x7c\xe2\xe1\xe7\x53\x68\x2f\x65\x57\xfc\xfb\xd9\x1b\ \xef\x7d\x4e\x19\x7d\xd6\x43\x0f\x3d\x70\xf9\xb1\x7d\xe6\xbe\x30\ \xeb\xe1\x39\xab\x04\x8c\xb2\x0e\xbd\xe4\x9e\x8b\x46\x2e\x7b\xe9\ \x91\xb7\x36\x53\xc5\x03\xff\x79\x7a\xd6\x76\x79\xc2\x2d\xb7\x5d\ \xe0\xc1\x1c\x13\xd1\xe3\xf1\x4a\x78\x67\x43\x4b\x1e\x9f\x57\x11\ \x00\x11\x9c\x58\x7d\xef\x6d\x0f\x35\xe4\x4c\xbe\xf3\x4f\x8f\x3c\ \x78\xff\x1f\x4f\x3a\x74\x78\x70\x6f\x8e\xc1\xb6\x79\x2f\x3d\xf5\ \x85\x71\xdd\xb5\xd3\x7d\xa6\xe9\x06\x14\x5d\x5c\x7e\x3c\x59\x04\ \xe0\x36\xf3\x4f\xbb\xf2\x8e\xfe\x72\xdd\x53\xf7\x3e\x17\xdb\xdd\ \x5a\x32\x5b\x36\x3c\xf3\x79\xd5\xe0\xc9\x17\xdc\x30\x63\xea\xe0\ \xf2\x8a\x29\xe7\xdf\x79\xe1\x71\x79\xb5\x6f\x3f\x5f\xad\x4b\x9c\ \xc1\xd4\xe9\x17\x54\xfa\x8d\x57\x5e\x7b\xb3\x66\xe1\x93\xef\x2c\ \x31\xa7\xdf\x7b\x73\xa9\x67\xff\xdd\x13\xc8\x88\x77\x74\x45\x53\ \xc5\x13\x4e\x3f\x64\xe4\x90\xf2\x8a\x21\x53\xa6\x9d\x5e\xee\xdd\ \xd3\x6b\x35\x35\x2b\x98\x9e\xd9\x59\x3d\xff\xf1\x07\xef\xbe\xe0\ \xd4\x53\x2f\xbd\xef\xf5\xa6\x24\xdd\xd5\xb8\x13\x33\x47\x9d\x76\ \xe4\xc1\xf1\x96\xaa\xae\xb4\xc9\x77\xcd\x1c\x81\xf7\x3e\xd5\x07\ \x13\x42\x04\x42\x08\x41\x00\x88\x60\xe2\xb0\xaf\x36\x45\xbe\x7e\ \xb7\x3f\x74\x89\xbf\xf6\xa3\x1b\x9e\x5b\xca\x84\x5d\x87\xc1\x23\ \x66\xb6\xbd\xf7\xfe\x27\xbe\x51\x57\xdc\x76\xd9\xc9\x95\x15\x43\ \x8e\xfe\xed\x9d\xb7\x4e\x54\xbe\x7e\xfb\x93\x56\x24\x30\xcb\x1e\ \x7a\xfc\x1f\x0e\xee\x4f\xde\x7b\xec\x81\xaf\xfe\xf9\xf0\x33\xab\ \xf1\xef\x6f\x9e\x59\x2c\x5a\xfb\xeb\x16\x47\xd8\x6a\x5d\xb5\x2d\ \xee\x3f\xfa\xac\x93\x0f\x1a\x32\x68\xf0\xe0\x21\xc7\x1f\x3f\x51\ \x85\x3d\x1e\x0d\x88\x19\xe1\xe7\x67\x7f\xdc\xe7\xd8\xeb\x27\x94\ \xfa\xdc\x14\xed\x2e\x2e\x3f\x6a\x6c\xd1\x51\x46\x31\x54\x76\xd3\ \xe5\x27\x5c\xfc\xc7\xb9\xcf\x7c\x7e\xd8\xcd\x23\x7a\xad\x25\xdc\ \xd6\x50\x6f\x59\xac\xab\x7e\xd5\xc3\x0f\x6e\x70\xd6\xdd\xeb\x6c\ \x66\x18\x37\xd6\x75\x58\xc5\xd9\x60\x48\x25\x37\xdd\x73\xf9\x0d\ \xd7\x3c\x7c\x67\x8d\x34\xfe\xfc\xeb\x4e\x2a\x82\xef\xea\xb4\xe5\ \x9e\xcc\xa2\xe2\xcc\xd0\xb2\xb9\x0f\xcc\x8a\x4d\x3d\xed\x94\x13\ \xca\x73\x15\xfd\x5b\x9a\x46\xb2\x2a\xef\xbb\x7f\x96\x6d\x5b\x5a\ \x32\xd1\xb0\xee\x93\x59\x2f\xbc\x73\xe7\x5f\xac\x67\x6e\x39\x87\ \xf4\x2a\x1e\x24\x56\x6f\xd8\xc2\x0c\x1d\x77\x2c\x7b\x6e\x5e\xdb\ \x75\x93\x33\xac\x3d\xa4\x15\x8b\xe1\x8d\x6f\x3d\xf9\xda\x6a\x4e\ \x30\x4f\xb6\xaa\xb6\xf1\xd4\x9f\xee\x94\x05\xc4\x4c\x6b\xea\xb5\ \x7f\x3a\x3c\x73\x2f\xe1\x43\xce\x2c\x96\x35\xf9\xaa\xdf\x56\xdd\ \xf6\xe2\xe3\xaf\x97\x17\x9c\x53\xb1\x33\x36\x69\x85\x97\x6e\xed\ \x12\xa5\xe4\xca\x47\xef\x5b\xcd\x38\x00\x26\x5a\x07\x51\x12\xb5\ \x5b\xa2\x90\xed\x03\x2a\x85\xae\xbe\xf2\xbc\x3f\x5c\xf9\xf4\x43\ \xaf\xb2\x11\x27\xdc\x74\x44\x69\xc8\xde\x7f\xf7\x3d\xa3\x62\xf1\ \xf1\x63\x8b\xde\x7f\xeb\xbe\x5b\x1a\x0e\x3b\xfa\x8c\x69\xc7\x15\ \xfb\xa9\xb6\x7b\x23\x60\x49\xda\xf2\xfa\x83\x1b\xc4\xc3\x5f\xbe\ \xa0\x92\x5b\xae\xfb\xec\xe2\xf2\x63\x5b\x8b\x8e\x1b\xc9\xd3\xc6\ \x5c\x78\xf3\xd9\x25\x8b\x1f\xbf\xf7\xfd\xed\xb4\x37\xd0\x65\x98\ \x3a\xe3\xc8\x32\x23\xe1\xf6\x8e\x70\x47\x47\xb8\xbd\x9d\x89\x69\ \xa5\xa5\xc5\x5e\x60\x8e\x96\x08\x81\x82\xac\x34\xc1\x62\x48\x14\ \xf7\xf4\x85\x39\xec\x4d\x1d\xe4\x8c\x3f\x3e\xfe\xc8\x8c\x43\x4b\ \x9a\x56\x7c\x78\xcd\x05\x67\x5e\xf9\xd0\xec\x36\x6d\x2f\xf6\x94\ \x24\x2b\x1e\xaf\x3f\x23\x3b\x6f\xf4\x09\x17\xfd\x71\x7c\xa0\x71\ \xe5\xb2\xcd\x1a\x27\x3d\x11\x37\x58\xfb\xea\x1d\x1f\x57\xd3\x13\ \xee\x78\xe1\xb8\x0a\x75\xe9\xf3\x7f\x5c\xd1\x6a\x7d\xdb\xed\xc5\ \x58\x70\x9c\xe1\x1d\xcb\xe1\x38\x0b\x8f\x2a\xe2\x3e\x1a\x15\x01\ \x02\xce\x86\x1e\x77\xde\xb4\x7e\x9e\xd9\xaf\xbe\xbc\x5d\xe3\x78\ \x87\x08\xdb\xc9\x4e\x13\x11\xac\x75\xb5\x39\x8d\x10\x6e\x8b\x43\ \x7e\xff\xfe\x85\xa2\x33\x58\x86\x83\x94\x51\xdc\x37\x40\x29\xe7\ \xa2\x24\x7d\x8f\xbe\x62\xc6\x48\xee\x4d\x8f\x3c\x79\xcc\x40\xef\ \xe6\x05\xaf\x5d\x7c\xfa\x71\x7f\x7c\xe1\x93\x04\xdd\x2d\xb6\x48\ \x3a\xbf\x7e\x78\x76\xf3\xc4\xf1\x83\xba\x6a\x6b\x6a\xb7\x6e\xad\ \xdf\xd6\x6c\x01\x31\xba\x1a\xea\x9a\xa3\xc8\xed\x8d\x76\x71\xad\ \xc5\x1f\x0d\x66\xe8\x23\x4e\xbd\x6a\xd4\x17\x37\xbf\xf1\xd4\x33\ \xdc\x84\x4c\x00\x00\xee\xf3\x06\x08\x58\x15\x93\x7f\x77\xcd\xc9\ \x25\xbb\x5b\x3c\x36\xe3\x20\x93\xd8\x0b\x77\xdc\xb5\xd1\x37\xf1\ \xba\x89\x4d\x77\xbf\xf8\x78\xf1\x88\xe7\x4f\x2d\x02\x93\x81\xe4\ \x95\x39\xa3\x29\x2d\x05\x10\xfc\xb6\x00\xeb\x90\x79\xd2\x6f\x6f\ \x3c\x3a\x11\xa9\x5b\xfb\xe9\x83\x4f\xbf\xfe\x98\x25\xde\x73\xed\ \x09\x22\xec\xdd\xc2\xa2\x16\x2a\x28\xcf\x86\x8f\x5b\x62\x16\x80\ \x07\x80\x43\xfb\xb2\x77\x1e\xfa\xa0\x65\xec\xc9\x97\x9e\x37\x2c\ \xdd\xce\x9c\xb1\xe8\xb2\xa7\x9e\x7c\xf1\xa3\xbf\xfd\xf1\x24\x6e\ \xee\x62\xa9\x32\x2b\x73\xd0\x49\x77\x3f\x70\x0a\x42\x58\x5b\xfa\ \xe7\xd3\x1e\xdf\x7a\xf9\x4d\x77\x95\xa6\x89\x00\x9c\xed\xa3\xc3\ \xba\xe7\x31\x60\x7b\xcf\xbc\xed\x8f\x55\x7f\xb8\xe6\x9e\x07\xa3\ \x86\x2c\x38\xd2\x2f\x65\x94\xa8\x56\x2a\xe7\xa8\x1b\x1f\x3e\x3e\ \xdd\xdc\x69\x68\x72\x6a\x53\xc6\x01\x33\xed\xe5\x47\x1e\x5b\x2f\ \x0c\xfa\xcd\x54\x78\xf6\xdd\xa7\x3e\x3f\xe8\xc1\xa3\x4a\x03\x36\ \x07\x41\x90\x09\x81\x58\x38\x09\x20\x7d\xfb\x31\x84\xfd\x85\x17\ \x5c\x7f\xef\x19\xb1\xae\x9a\x25\xff\xbc\xef\x2f\x4f\xde\x1f\x18\ \xf8\xd0\xe9\x45\xbd\x2b\x26\x26\x1a\xb6\x27\x14\xbc\xf4\xdd\xe7\ \x17\xbf\xc3\x7b\x1e\x14\xc4\xc7\xe7\xcc\xba\x75\xdb\xf9\x6f\xdc\ \x7d\x3c\x75\x23\x8d\x2e\xae\xb5\xb8\x9f\x50\xdd\x3e\xbf\x38\x30\ \x9b\x42\xcd\xbf\xf9\x9a\x63\x79\xac\x73\x47\xc7\x2f\xcf\x2e\xee\ \x9f\xe1\x53\xd6\x2c\x78\xbd\xaa\x25\x62\x51\x0e\xc0\x8d\x54\x3c\ \xa6\x5b\x9c\x03\x20\xb4\x66\xce\xcb\x73\xb7\xb3\x19\x33\xa6\x8f\ \x39\xf3\xf6\xe3\x07\xd9\xaf\xde\x7a\x6f\x4d\x0a\x03\x40\xe6\xa0\ \x32\x8f\xa5\x2d\x5a\xb9\x26\x65\x73\x22\x08\xbb\x76\x61\x70\x66\ \x27\x52\x3a\x47\xd8\x13\xcc\xa8\x18\x75\x48\x51\x5a\x20\x1e\x69\ \xdc\xdd\xf5\x46\x5a\xa2\x2b\xae\x5b\x98\x10\x82\x41\xef\xaa\x7e\ \x6b\xee\x56\xb9\xa0\xb4\x9f\x17\x31\x8e\x80\xc5\xfe\xfe\xc6\xbf\ \xa9\xaf\xf8\xdc\xd3\x26\x71\xc6\xc5\xbe\x47\xde\x7b\xe9\xd0\xc8\ \xa2\x97\x1e\xfb\xac\x8d\xec\xde\x8f\xce\x39\xa3\xb6\x6d\x53\x9b\ \x52\x0e\xc0\x29\xa5\xd4\xb6\x6d\x9b\x7e\x97\x97\xcf\x40\xee\x33\ \x63\xfa\xc9\xa9\xb6\x46\xdb\xc9\x42\xc4\x6d\x21\x6d\x54\x65\x99\ \xbf\xf6\xb5\x47\x96\x6f\x8f\x3a\x8d\x60\x6a\x89\xa4\x66\x70\x00\ \x44\xc4\xed\xcb\xfe\xf9\xe1\xca\xf6\xe3\xae\xbc\xf3\xb4\xab\x6e\ \x3d\xad\x4f\xe2\xcf\xf7\x3d\xbf\xcd\x16\x11\xb0\x60\x46\x9e\xea\ \x51\xea\x97\x7c\xd4\xad\x33\x22\x08\x04\xf5\xc6\x1b\x11\x30\x3d\ \x91\x34\x00\x61\x5f\x28\xab\xe2\xb0\xd3\x87\x66\x18\xdb\xab\xda\ \x61\x97\x66\x92\x87\x9c\x31\x77\xee\xbf\xe7\xce\x99\xf3\xfe\x7b\ \x73\xdf\x7f\xef\xbd\x77\xfe\xf1\x70\x11\x44\x2a\x2e\x7d\x69\xce\ \x03\x27\x53\xd3\x8d\x34\xba\xb8\xd6\xe2\x7e\xbe\x26\x44\x14\xc5\ \xbd\xce\x89\x26\x07\x96\x58\x8c\x51\xa1\xfc\xac\x2b\xcf\xd8\xf4\ \xc8\xec\xf5\x3d\x5b\x82\xfd\xee\xb8\xfe\xec\xeb\x6f\x7c\xe6\xf6\ \x9b\xb6\x65\xa5\xf9\x04\x0c\x7a\xb4\x2b\xef\x37\x0f\xdd\x35\x21\ \xd3\x4a\x7d\xf3\xd2\xab\xf3\x0a\x8e\x9b\x75\xec\xb0\x34\x66\xd1\ \xf3\x67\x9e\xf5\xf9\xcd\xaf\xbc\x3c\xf7\xab\xbb\xcf\x3a\x98\xe5\ \x1e\x7e\xdd\xa9\x1f\xdd\x31\xfb\x1f\x57\x6f\x9c\xef\x93\x05\xb0\ \x8d\xb6\x76\xd3\x17\x64\x1c\x70\xb2\x65\xdd\x1d\xf7\x3d\x0f\xde\ \x00\x46\x40\x8d\x44\x63\x43\x78\xdc\x31\xc7\xaa\x64\x67\x8f\x03\ \x12\xf0\x27\xcf\xdf\xfc\x5e\xb5\x12\xf0\xca\x88\xb3\x64\xa4\xbd\ \xb5\xd3\x98\x76\xc3\x8c\x2c\x02\x48\x12\xb7\xbe\x76\xff\xc2\x8d\ \xec\xb4\x47\x6e\x19\xe0\xb7\x6d\x0a\xcc\xd4\xf2\x27\xff\xe1\x90\ \x85\x57\x2f\x7f\xf9\x81\x4d\x95\x8f\x0e\x08\xed\xe5\xb9\xc1\xa9\ \x91\x48\x6a\x3f\x64\x6e\x08\xef\x77\xf8\xe9\xd3\x3f\xfd\xf8\xb9\ \xb5\x3b\x0e\x42\xfc\x33\x7f\x77\xfe\xfa\x1b\xfe\x7a\xdf\x4d\xd7\ \xe4\xa4\x07\x04\x0c\x66\x4a\xab\x9c\xf6\xbb\xdf\x4d\xae\x20\xb1\ \xc5\x7f\x7a\xec\xa3\xb2\x33\xae\x9b\x3e\x54\x4a\x69\xd2\xe9\x57\ \x5d\xbd\xf8\x96\x59\x4f\x3e\xf1\xde\xdd\x57\x1f\x2b\xe7\x0c\xb8\ \x60\x42\xd1\xed\xef\xbf\x77\xd3\xf5\x2b\x7c\x8a\x08\xcc\xea\x88\ \x89\x96\xcd\x10\x16\xad\x2d\x2f\x5f\xfe\xd0\xfa\xac\x4c\x1f\x06\ \xb0\xb4\x48\x5d\x77\xce\xcc\x33\xcb\x77\x8b\x21\x52\x2b\x99\xb4\ \x7a\x7f\x84\x99\xd2\x19\x20\x6a\xa4\x52\xba\xd7\xbd\x2b\x5c\x5c\ \x59\xdc\x27\x92\x24\x9d\x77\xfe\x05\x3b\x24\x91\x67\x65\x65\x69\ \x9a\x96\x48\x24\x1c\x29\x20\x82\xf0\xdb\x8b\x2f\xfa\x8e\xbb\x1f\ \xe1\xfc\x92\xfe\x83\x33\x25\x09\xef\xd4\x0c\x66\xdb\x23\x8f\x9a\ \x79\x48\xfd\x8b\xfe\xfc\x00\x02\xe0\x8c\xf9\x07\x9e\xf4\xf4\x2b\ \x43\xe7\xfe\xfb\xfd\x4d\xdb\x3a\x19\xc2\xc1\x41\xa3\x27\xf6\x55\ \x28\x46\xf5\xf3\x3e\x40\x95\xa7\xde\x3e\xa3\xa7\x4f\xc0\x3b\xf8\ \xd8\x1b\x8f\x5b\xf9\xc6\x96\x2d\x2d\x74\x7c\x36\x63\x23\x66\x3c\ \x38\xab\xe8\xed\x0f\xbf\xda\x98\xa2\x08\x0b\x6a\xc5\x98\xc3\x86\ \x8c\x3e\x58\x60\x14\xd2\x0a\x8f\x3c\x62\xec\x9a\xea\x66\x9b\x23\ \xd1\xdf\xff\xc4\x4b\xee\x3e\x6a\x44\xb6\x61\xec\x54\x04\x4e\xd9\ \xf8\x53\x2e\xb3\x16\x2d\xad\x69\x6c\xb7\x19\x2e\x1d\x32\xfe\xea\ \x13\x4f\x19\x92\x8d\x0d\x8b\x91\x64\xed\x9c\x8d\xfe\x31\x67\x9c\ \x3f\xa3\xc2\x67\xef\xc8\xa6\x86\x04\xdf\x8c\x93\x4f\x88\xfe\xe7\ \x9b\x4d\x35\xf5\xe5\x63\x8a\xe9\x1e\xf1\x4d\xc6\x3c\x13\x6e\x59\ \x36\x65\x9f\xc3\xb9\x39\x83\xdc\xb2\x21\x95\x46\x36\xda\x65\x49\ \x6e\x9b\xa9\xc7\xdf\x7c\x5b\xd5\x3d\x7f\xcf\xf3\x61\x67\x1e\x72\ \x70\xf0\x09\xff\x78\x6b\xc8\xbb\xff\x7a\x6f\x5d\x7d\x27\xe3\x38\ \x34\xa8\xf8\xa0\x01\x05\x8c\xb3\x75\x9f\xae\xcb\x18\x3d\xf1\xc2\ \xa3\x47\x3a\xae\xb9\xb7\x70\xd8\xd9\x93\x26\x7d\x16\xde\x1a\x8e\ \x99\x05\x7e\x61\xdc\x65\x8f\x3d\x55\xfe\xaf\x77\x17\x7e\x93\x64\ \x0c\x11\xa5\x7c\xc4\x84\xca\x83\x06\xda\x86\x89\x72\x26\x9d\x7c\ \x04\xda\xd4\xd0\xc5\x38\x78\x4a\x2b\xce\xbb\xfe\xa4\xb1\x7d\xe5\ \xfd\xf4\x56\x61\x41\xed\x37\x78\xa8\x9a\x29\xba\x73\xa2\x5d\x5c\ \xf6\xb9\x20\xaa\x24\x49\xd7\x5f\x7f\xc3\xd6\xfa\x7a\xc7\x59\xb6\ \x6d\xfb\x1f\xaf\xfc\xbd\xab\xab\xfb\xb2\xcb\x2f\x57\x55\xd5\x29\ \x73\xd1\xcc\x99\x47\x1c\x71\xf8\x77\x9c\x00\x63\x04\xc0\x18\xdb\ \xcb\x66\xbe\x6b\x66\x02\xa7\xe0\x4e\xff\x94\x73\x40\x08\x63\x04\ \x74\x97\x7d\x9d\xe4\xb7\xbd\x5b\x10\xda\x6d\x10\x64\xef\xf1\x76\ \x3d\x16\xe7\x7c\x2f\x63\x59\x76\xdf\x73\xd7\x8a\x60\x8c\x01\xf8\ \x9e\xf3\x82\x7b\xea\xcb\x0f\x2c\x5b\x84\xb3\xf7\xb7\xe6\x1a\x23\ \x4c\x30\x30\xba\xcb\xe6\xbd\x37\x02\xda\x7d\xe7\x3d\x9a\x74\x1f\ \x8d\xb0\x97\x43\x7d\x47\x3c\x05\x13\xe0\xd4\x9d\x0f\xed\xe2\xb2\ \x4f\x6b\x91\x31\x36\x7a\xcc\xe8\xcd\x5b\xb6\x38\xf9\x16\x39\xe7\ \x0b\x16\x2e\xdc\xbe\xbd\x01\x21\x64\xdb\x36\x00\x10\x42\x0a\x0a\ \x0b\xbe\xdb\x5d\x64\xfb\x30\xa1\xf6\xdc\xbc\x97\x82\x9c\xb3\x6f\ \x9b\x66\x14\xe0\x3b\xef\x76\xfe\x9d\xd9\x0e\xf6\xad\x13\xdf\x52\ \xf0\xef\x79\xc4\x03\x6a\x84\x3d\x87\x43\xee\xbd\x11\x38\xdf\x5f\ \xa1\x7d\xfc\x94\x1f\x5c\xe3\xdd\x9b\xd6\xc5\xc5\xb5\x16\xf7\x21\ \x10\x5b\xeb\xeb\xab\xb6\x6c\x31\x4d\x6b\x87\x9d\xc4\x9d\xe5\x0a\ \xbc\x5e\xcf\xd0\x61\xc3\xb2\x32\x33\xdd\x16\x74\x71\x71\xf9\x15\ \xc9\x22\x00\x20\x84\x08\x21\x7b\x4d\x4d\xe8\xd8\x8c\x2e\x2e\x2e\ \x2e\xbf\x16\x27\xda\x95\x3f\x17\x17\x97\x5f\x27\xee\xea\x7d\x2e\ \x2e\x2e\x2e\xae\x2c\xba\xb8\xb8\xb8\xb8\xb2\xe8\xe2\xe2\xe2\xe2\ \xca\xa2\x8b\x8b\x8b\xcb\x81\x20\x80\xa4\x1e\xc8\x7e\x08\x81\x91\ \xea\xfd\x44\x08\x71\x47\x01\xff\x12\xe0\x7c\xd7\x61\x9b\xee\x65\ \x75\xf9\x95\xca\x22\xbb\xf7\xd4\x03\xd9\x4f\x4f\xe1\x3b\xe6\x00\ \x67\xce\xcd\xb3\x7a\xe5\x32\x51\x14\x7f\x66\x37\xb8\x53\x3b\x97\ \x6f\xb7\x0c\x65\x9c\x21\x84\x9c\x74\x1f\x1c\x7a\x66\x02\x01\x80\ \xac\x28\x83\x06\x0f\xe1\x8c\x01\x80\xae\x69\x35\xd5\x9b\x31\x76\ \xfd\x09\x97\x5f\xa1\xb5\x68\x5b\x07\xb2\x9f\x6d\xee\x6a\x3a\xea\ \xba\x76\xc1\x05\xbf\x91\x65\xf9\xe7\xf3\xc3\x42\xb9\x78\xc2\x74\ \x85\xb9\xca\xb8\xa7\x28\xc2\xd1\xa3\xaf\x1c\x37\xf0\xf4\xba\xda\ \x1a\xcb\x32\x64\x49\x05\x04\xc0\x58\x66\x4e\x4e\x5a\x5a\xfa\xca\ \xe5\x4b\xd0\x8e\x94\x1a\x18\xe3\xd7\xdf\xf8\x67\x38\xdc\xee\xb6\ \x99\xcb\xaf\x4f\x16\xff\x6f\x40\x1e\x8f\xe7\x67\x25\x8b\x8a\x82\ \x05\x2c\xbb\x3e\xe0\xb7\x21\x58\x5c\xbd\x72\x79\x61\x61\x51\x4e\ \xde\xc0\xde\x8d\x5b\x36\x6d\x10\x88\xb0\x47\x1e\x39\x51\x94\x7e\ \x56\xd7\xd4\xc5\xe5\xc7\xc1\x75\x91\x7e\x75\xb4\xb5\x34\x09\xa2\ \x98\x5f\xd8\x77\xd7\x8d\xfd\x06\x94\x77\x75\x75\x60\xec\xe6\xe5\ \x76\x71\x71\x65\xf1\xd7\x47\x67\x47\x47\x79\x79\x25\xa5\xbb\x4d\ \x5e\x22\x84\x50\x9b\x82\xbb\x5c\x81\x8b\xcb\xfe\x9c\x68\xca\x70\ \x5e\x39\xf6\x50\x7b\x5b\x2d\x98\x1a\x08\x0a\xb8\xb7\xcc\x2f\x02\ \xc6\xa8\xa2\xaa\x8c\x31\x84\x50\x7d\x7d\x7d\x61\x61\xa1\x20\x08\ \x9c\xf3\xef\xcc\xb7\xce\x18\x33\x4d\xd3\x6d\xc0\xff\xed\x0d\x29\ \x08\x4e\xce\xaa\x5e\x10\x42\x9a\xa6\xb9\x2d\xf3\x3f\x86\xab\xaa\ \xa7\x37\x6d\xe0\x3e\x64\x91\xd9\xe2\xf1\x8f\x79\x0e\x1b\x02\xed\ \xcb\x63\x8f\xdd\x22\x9e\xf6\x30\xff\xf4\x2e\x2b\x61\xb9\x8d\xf7\ \x8b\x01\x21\xd4\xda\xda\x5a\x5b\x57\x57\x5b\x57\x77\xd8\xa1\x87\ \x12\x42\xbe\x73\x97\x7e\xfd\xfa\x9d\x3b\x7d\x06\x77\x13\xd5\xfe\ \x2f\x59\xb2\x78\xf1\xfc\xf9\x9f\xb3\x07\xe6\x9c\x00\x00\x20\x00\ \x49\x44\x41\x54\xec\xba\x45\xd3\xb4\x07\x66\xfd\x89\x52\x37\xed\ \xdb\xff\x10\x55\x55\xaf\xbd\xe6\x6a\x45\x51\xf6\x23\x8b\x0c\xa0\ \x9f\x54\x21\xc4\xae\x9f\x2c\xcf\x7c\x04\x10\xe6\xc9\x04\xc9\x94\ \xcd\x98\x85\x5c\x9f\xfb\x17\xf3\x70\xe4\x3c\x37\x37\xb7\xa0\xa0\ \x00\x00\xbe\x67\x36\x10\x0e\xc0\x38\xe7\x6e\xef\xfe\xff\x92\x68\ \x34\x52\xbf\xb5\xae\xb0\xb0\x48\xd8\x65\xc4\x1b\x63\x8c\xb9\xcd\ \xfe\x3f\xb6\x13\xea\x6a\x6b\xf2\xf2\xf3\xd3\xd3\x33\x38\xe7\x7b\ \xd5\x39\x04\x60\x80\x49\x41\xf4\x00\x02\x40\x18\xe7\xf4\x65\x31\ \xcb\x8d\x3b\xfd\xf2\x94\xd1\xb6\x6d\x37\x43\xd2\xcf\x0a\xdb\xb6\ \x75\x5d\xb7\x2c\xf7\xa2\xfc\xc8\xce\x13\x68\x9a\xa6\xa5\x52\xfb\ \xb1\x16\x11\x40\x83\xbe\xb8\xde\x77\xd3\x5f\x91\x27\x47\xbc\xf6\ \x5f\xbc\xf1\xad\x44\xc4\x74\x63\x8b\xbf\x24\x0f\xda\xb4\xcc\x4d\ \x1b\xd6\x27\x12\x09\x41\x10\xfa\xf4\x2d\xee\x5b\x5c\x02\xae\x77\ \xec\xe2\xb2\x6f\x59\x04\xc0\x02\x5d\xf6\x78\x7c\x85\x0f\x17\x14\ \x41\x57\x2d\xd3\xb8\x7b\xcf\xfc\x92\x44\x31\x99\x4c\xbe\x37\xf7\ \x9d\xb1\x63\xc7\x8d\x1c\x7d\x50\x2c\x16\x5d\xf4\xc5\x82\x9a\xea\ \xea\xbe\x7d\xfb\xb8\x6d\xe3\xe2\xb2\x6f\x59\xe4\x16\x19\x72\xa1\ \x7a\xd4\x54\x24\x02\x00\x46\x24\x9e\x7a\xfc\xf7\x76\xcc\x76\x0d\ \xc6\x5f\xc2\x25\x17\x84\x0f\xe6\xbe\x7b\xf2\xa9\xa7\xc9\x92\x62\ \x99\xba\x24\x0a\x53\xa6\x4c\xad\xaa\xae\xaa\xaf\xdf\x9a\x96\x16\ \x72\xdb\xc7\xc5\x65\xaf\xb2\xc8\x81\xe5\x2a\x27\x1d\xa3\x3f\x31\ \xdd\xea\x48\x01\x42\xc0\x01\x89\xb2\xab\x89\xbf\x0c\x92\xc9\xd4\ \x11\x87\x1e\xac\xaa\x1e\x27\x80\x45\x39\xb7\x0d\x33\x3f\x3f\xbf\ \xa9\x61\x3b\x72\x67\x40\xbb\xb8\xec\x4b\x16\x39\x4e\x47\xd1\x2a\ \xbb\x2b\xe9\x7c\x02\x57\x11\x7f\x41\x98\xa6\x59\x5a\xd6\x8f\x51\ \x0a\xc0\x19\xe7\x88\x73\xc6\x19\x06\x84\x10\x46\x6e\xb7\x9a\x8b\ \xcb\xbe\xba\x5c\x10\xed\x60\x81\x91\xde\x99\x7f\xea\x89\x28\xe2\ \xa4\xf9\xd6\xa3\x76\xca\x1d\x39\xf5\x8b\x80\x83\x20\x08\x06\xb5\ \x11\x00\x20\xc4\x19\x07\xce\x39\x02\x57\x13\x5d\x5c\xf6\x27\x8b\ \x40\xba\xf5\x57\xef\xc4\xca\x0e\x97\x0a\xd9\xd4\x74\x87\x4d\xfd\ \x52\x40\xbd\xf2\x88\x10\x00\x47\x00\x00\x9c\xb9\x5d\x6a\x2e\x2e\ \xfb\x94\x45\x8c\x3c\x5e\xae\x25\x78\x7b\xf5\x4e\xe3\x10\x71\x4e\ \xdd\xdb\xe6\x17\xa9\x8d\x80\x38\x70\xce\xc1\x1d\x6a\xe0\xe2\xb2\ \x0f\x59\xe4\x9c\xe5\xf9\xae\xfb\x53\xea\xc1\x3f\xc8\x33\x9f\x12\ \x3c\x3d\x13\x60\x11\x89\x6b\x4f\x5c\x65\xc5\xdd\x9e\xe8\x5f\x98\ \x30\x72\x00\xce\x39\xe3\xe0\x86\x8f\x5d\x5c\xf6\x29\x8b\x08\xe1\ \xed\xf1\x9b\x4f\x41\xb2\x92\x7a\xf8\x84\x1d\xb7\x0a\x47\x92\x1f\ \x84\x1f\xff\xc6\xe1\x48\xce\xc8\xcb\x54\x19\xa5\x88\x08\x34\x1e\ \xd6\x40\x4d\xc5\xa2\x94\x73\x31\x90\x2d\xe8\x1d\xcc\x9b\x89\x12\ \x1d\xba\xcd\xd5\x50\x3a\x8e\x77\x25\xdd\xc8\xe7\xf7\x6d\xd7\x9d\ \xcf\xc0\x78\x3c\x61\xdb\xb6\x28\x0a\xee\x94\x3e\x17\x97\x9d\x2e\ \xf3\x1e\xc6\x22\x2a\x3a\x5c\x99\x7a\x8e\x34\xe1\x14\x79\xd2\x39\ \xf2\xa4\xb3\xe5\x49\x67\xcb\x47\x9c\xe3\xb9\xea\x79\x29\x24\xc1\ \x8f\xec\x65\x71\x8e\xa4\x50\x46\x56\xd9\x25\x0f\x3d\x30\xb6\x28\ \x33\x33\x20\x9d\x39\xf3\xc2\x34\xce\x6c\xd3\x2c\x3b\xe3\xde\x43\ \x8a\x84\x61\x97\x3c\x34\x22\x97\x70\x4e\x26\xfe\xf6\x9a\x63\xb3\ \xa8\xeb\xe5\xff\x20\xff\x99\x03\x47\x00\x9c\x83\x28\x8a\xc0\xc1\ \x4d\x29\xe6\xe2\xb2\x0f\x6b\x91\x33\x90\x4b\xc5\x61\xc3\xb8\xbd\ \x9b\xed\xc0\xb7\xfc\xcb\xea\x32\x7e\x6c\x6b\x11\x61\x16\xaf\x5b\ \xb9\xac\x63\x42\x2a\x51\xb5\x7a\xd9\x26\x53\x19\xc7\xc5\x82\xe2\ \x62\xc5\xb2\x73\x3c\x9c\x72\xe0\xb6\xe5\xd4\x92\x51\xdb\xd5\xc4\ \x03\xb3\x1a\x19\xa3\x96\x69\xbb\x29\xb8\x5d\x5c\xf6\x2d\x8b\x98\ \xf0\xea\x17\x13\x5b\x98\x13\x78\xe2\xb6\x09\x1c\x21\x51\x04\x84\ \x01\x93\x9f\xbe\xb2\x48\xf0\xfa\xfc\xa6\x6d\xab\x22\xd2\xf8\x2e\ \xfe\x20\x07\x84\x5c\x5d\x3c\x10\x44\x51\x92\x64\x99\xd9\x36\x02\ \xb7\x01\x5d\x5c\xf6\x2a\x8b\x00\x80\x08\x10\x02\xc0\x51\xb0\xbf\ \x3c\xf1\x64\x22\xb5\xa4\xde\x7d\x0d\xf9\xf3\x20\xde\xfa\x93\x8f\ \xe1\x40\x2c\x51\xb5\x61\x7d\x9b\x69\xb1\x83\xed\x02\xc2\x93\x9d\ \x7a\x51\x9a\x97\x36\x68\x79\x01\x54\x9f\x70\xef\xea\x03\x41\x37\ \x34\x6a\xdb\x5e\xd5\xe3\x36\x9f\x8b\xcb\x4e\xfb\x70\xef\xde\x15\ \xf5\x29\x17\xde\x05\xb5\xf3\x21\xa3\x12\x21\x26\x8e\xbf\x44\xca\ \x51\x7e\x12\x7b\x82\x03\x52\xbc\x1e\x0c\x3d\xcb\x75\x22\x00\x0e\ \x9c\x48\x1e\x49\x15\x6b\xde\x7d\x6a\xe8\x8c\x59\xcf\x3e\xf3\x78\ \xce\xa6\xff\x7c\x19\x25\xc4\x0d\x8e\x7d\x7f\xe7\x79\x07\x5e\x8f\ \x2f\x18\x4c\x63\xee\xf0\x1c\x17\x97\xfd\x59\x8b\x00\x00\x9c\x93\ \x22\x6c\x6d\xd2\xd6\xad\x56\xc6\x9d\x09\x8c\x72\x06\x58\xc4\x9c\ \xff\x04\x71\x79\x59\x8a\x3c\x70\xca\x59\xa2\xd7\x4b\x80\x3d\x76\ \xd7\xdd\x92\xa2\x08\xb2\xba\xfe\x89\x33\xd6\x0a\x1e\x91\x6c\xba\ \xe7\xf7\xe7\xd9\x8c\x8b\xb2\x2a\x8b\xc4\xbd\x96\xdf\xdb\xea\xde\ \xf1\x3f\x42\x92\x2c\x99\x86\xe1\x7c\x70\x1b\xc6\xc5\x65\x3f\xb2\ \x88\x11\xad\xa2\xd6\x30\xcf\xa4\x49\x20\xa9\xc2\xb0\x19\xca\x98\ \xdc\xe4\x02\xfd\x27\x4a\xcd\x8d\x14\xaf\xb7\x47\x22\x7b\x52\x8a\ \x73\x22\x7b\x1d\x15\x54\x3c\x5e\xf7\x12\xfe\x57\x8d\x8b\x10\xfe\ \xef\x04\x51\x96\x25\x5d\x37\x08\x21\x00\x9c\x52\x06\xc0\x65\x59\ \x11\x04\x81\x71\x96\x4a\xa6\x04\x41\x40\x08\x6c\x9b\x3a\xa3\x24\ \x15\x45\x71\xd6\x8d\xb1\x2c\xcb\x34\x4d\x4c\xb0\x28\x88\x8c\x31\ \x27\x21\x2e\xc6\xd8\x59\x11\x81\x32\x0a\xbd\x4b\xcb\x70\x0e\x08\ \x71\xce\x11\x42\x98\x60\xce\xb8\x53\xc6\xf9\x17\x21\xe7\x7b\xa7\ \x30\xe2\x9c\x13\x42\x44\x51\xb4\x6d\x9b\x52\xca\x38\xdb\x79\x1c\ \xd8\xb9\xda\x02\x42\x3d\x0f\x07\x42\x30\x00\x20\x84\x39\xe7\x9c\ \x73\x49\x12\x75\xdd\x40\x08\x01\x02\x49\x94\x30\xc6\xce\x11\x04\ \x41\x40\x08\x39\xf5\x04\x84\xa8\x6d\x63\x82\x11\x42\x02\x11\x9c\ \x33\x72\xce\x29\xa5\x18\x63\x42\x48\x4f\x31\xe8\x39\xaf\xf3\x63\ \x6d\xdb\x96\x65\x99\x31\x46\x29\x15\x45\xd1\x39\x2c\x00\x18\xce\ \x33\xe9\x80\x1e\x6d\x8a\x2c\x33\xce\x29\xa3\x18\x63\x49\x94\x10\ \x42\x1c\x38\x63\x0c\x01\x62\x9c\x51\xdb\x66\x8c\x21\x84\x31\xc6\ \x92\x2c\x01\x00\xa5\x8c\x52\x1b\xf7\xac\xee\x88\x0c\xd3\xe0\x8c\ \x61\x4c\x30\xc6\x36\xb5\x19\x63\x8c\x32\xa7\xda\x7c\x47\xb3\x63\ \x8c\x31\xc6\x08\x21\x4a\x6d\xc6\xb8\xe3\xab\xed\x68\x70\x0c\x00\ \x18\x63\x41\x10\x9c\x5f\x67\x59\x96\xd3\x08\x4e\x62\x63\xce\x39\ \xda\xa5\x11\x7a\xfe\xda\x10\x42\x08\x04\x42\x30\xc6\x8c\x31\x4a\ \x19\xc2\xc8\xf9\x23\x14\x45\x89\x3b\x77\x37\x26\xbb\x8e\x8c\xe0\ \xbd\xd3\x0d\x38\xc7\x18\x73\x0e\x4e\xa5\x18\xe3\xbd\x87\x74\x2e\ \x1f\x00\x60\x8c\x76\x94\xe5\x8c\x31\x84\x11\x02\xc4\x39\x07\x04\ \x4e\xb3\x38\x95\x31\x4d\x93\x52\xf6\x43\x65\x11\x80\x30\xfd\x1f\ \xd7\xa9\xe7\x5c\x45\x24\x41\x9e\x30\xc6\x78\xf5\x8f\x4c\xa3\xbf\ \x98\x01\xbf\x88\xf1\x48\x07\x0f\x64\xf7\xac\xfe\xc9\x6d\x1e\x6d\ \xe5\xe0\x41\xa1\x74\x84\x00\xe2\xad\x4c\xb7\x21\x90\x8f\x65\xbc\ \xf7\xb0\x01\xc2\x90\x68\x66\x52\x26\x16\x05\x00\x00\x4e\x21\x1e\ \x66\x16\x83\x60\x2e\x16\x38\xef\x6e\xe5\x8c\x03\xc2\x20\x7a\x91\ \x3f\x84\x00\x81\xdd\xc5\xa2\x09\x00\x00\x25\x1d\x79\xbd\xc8\x88\ \x32\xe6\xc1\x1e\x11\x38\x00\x4b\xf1\x98\x81\xd2\xd2\x7f\x5c\x1f\ \x96\xf7\xdc\x57\xa8\x57\x1a\x1d\x71\xf9\xe1\x47\x12\x45\xf1\x99\ \x67\x5f\xb8\xec\xb2\xcb\x36\x6f\xde\xe2\xf7\xfb\x06\xf6\x1f\xc0\ \x18\x7b\xe9\xa5\x97\x66\xbf\xf1\xcf\x9c\xdc\xdc\x7f\xbe\xf1\x46\ \x4d\x6d\xed\x9a\xb5\x1b\x0f\x3b\xe2\x50\x49\x12\x10\xe2\xb7\xdd\ \x7e\xeb\x8a\x15\x2b\x72\x73\xf2\x8e\x3e\xfa\xd8\xe9\xd3\xcf\xdf\ \xb2\xa5\x7a\xf6\xdb\x6f\xf6\x2d\x29\x2a\xee\xd3\xf7\x90\x31\x07\ \xd5\x6f\xdd\x1a\x0a\x85\x08\x11\xfa\xf7\x1f\x48\x64\xc9\xb2\x2c\ \x22\x0a\x1c\x00\x18\x27\x18\x5b\x9a\x5e\xbd\xa5\x2a\x2d\x2d\x2d\ \x3b\x27\x47\xb7\x4c\xaf\xdf\x07\x00\x8c\x33\x8c\x30\xa5\x34\x91\ \x48\xa4\x12\x49\xbf\xdf\xbf\x7a\xf5\xea\x85\x9f\x7d\x3e\x62\xe4\ \x88\x11\x23\x46\x64\x65\x65\x89\xaa\xe2\x48\x8f\x24\x49\xbd\x93\ \xbe\x19\x63\x94\x31\x82\xf1\xda\x75\xeb\x53\x29\xb3\xab\xab\x4b\ \x14\x50\x5e\x5e\xfe\xdf\x5f\x79\xf9\xde\xbb\xee\xec\xea\xec\xea\ \xec\x6c\x9f\xfd\xf6\x3f\x5b\x5b\x5b\xb3\xb3\x73\x31\xc6\x8b\x17\ \x2f\xee\xec\xec\xcc\xcb\xcb\xcb\xca\xca\xb2\x6d\xfb\xd0\x43\x0f\ \xad\xaf\xaf\xaf\xa9\xae\x5e\xb5\x7a\x75\x28\x23\xb4\x74\xe9\xd2\ \xb4\xb4\xb4\xca\xca\xca\x86\x86\x86\xaa\xea\x5a\xbf\xcf\x53\x58\ \x58\x48\x29\x0d\x87\xc3\x18\x43\x6e\x6e\xee\x61\x87\x1d\x31\x6a\ \xd4\xa8\xd9\x6f\xfd\x2b\x27\x27\xaf\xa4\xa4\x78\xfd\xfa\x8d\xc1\ \x60\xc8\xef\xf7\xab\xaa\xf7\x92\x4b\x2f\x30\x8c\x03\x59\x35\x2c\ \xa9\xeb\x37\x3e\xf8\x97\xc2\xec\x9c\xd2\xe2\x92\xae\x8e\x8e\xd7\ \x5e\xf9\x47\x57\x57\x17\x70\x18\x77\xc8\xc1\xd1\x78\x3c\x2b\x2b\ \x6b\xc4\xe8\xd1\x85\x05\x05\xd1\x48\xa4\xae\x66\xcb\x2b\x7f\xfb\ \x1b\xa5\x74\x60\x79\xf9\xc1\x87\x8c\x6f\x69\xef\xe8\xe8\xec\xa2\ \x94\xcd\x38\xef\xdc\x92\x92\x92\x9a\xea\x9a\x48\x24\x72\xf0\xb8\ \xb1\x85\x05\x85\x03\x4b\x0b\x00\xa0\xab\x3b\xe6\xf1\x78\x55\x89\ \xc4\x63\x89\xf6\x8e\xf6\xba\xba\xba\xae\xce\xce\x31\x63\xc6\xe4\ \xe5\xe5\x99\xa6\xe9\xf3\xf9\x04\x01\x33\x06\x1d\xe1\xae\x64\x2a\ \x19\x0e\x87\x57\xad\x5a\x35\x70\xe0\xc0\x97\x5e\x7a\xe9\xf0\xc3\ \x0f\x1f\x37\x6e\x5c\x63\x63\xeb\xc4\x89\x13\x10\x46\x92\x84\x2d\ \x9b\xc7\xb5\x24\x21\xd8\xe7\xf1\x70\x00\xcd\xa2\xd1\x58\xa2\xb5\ \xb9\x6d\xe5\xb2\x75\x8d\xcd\x8d\x59\x59\xd9\x83\x07\x97\xdb\x96\ \xae\xa7\x8c\xd6\xb6\xb6\xb9\x73\xe7\x58\x86\x26\x0b\x52\x55\xd5\ \x66\xc6\x98\xa9\x99\x18\x63\x47\x7f\xd3\xd3\xd3\x25\x49\x4a\x4f\ \x4f\xaf\xaf\xdf\x2a\x8a\x52\x53\x73\x63\x7b\xb8\x21\x27\x37\x1f\ \x21\xdc\xd9\xd9\x61\x99\xba\xa4\x78\xfc\x3e\x1f\xe7\xd0\xd5\x19\ \x26\x44\x0a\x65\x66\xa8\xa1\xb4\xc2\xa2\xc2\xf6\x70\x07\xa3\x2c\ \x10\x08\x74\x77\x44\x28\x63\x39\x39\xd9\xdc\x86\x80\xdf\x7f\xd9\ \x25\xe7\x0f\xad\x1c\xf8\x43\x63\x8b\x00\xc0\x91\x28\x43\xa4\x0b\ \x6c\x9b\x9b\xb6\x74\xd4\x15\x82\x57\xf8\x85\x04\x53\x31\x6c\xfd\ \xc0\x58\xb5\xc8\x66\x0c\xb0\x08\x08\x41\xe3\x62\xab\x3d\x01\x2d\ \x8b\xad\x96\x04\x44\x37\x58\x1b\xab\xb9\xa0\xd1\xa5\xef\xd9\x74\ \x1f\xf3\xc5\x93\x1b\xac\xaf\xe7\x98\xb1\x04\x20\x0c\x44\x00\x3d\ \x6c\xb7\x77\x70\xa3\xc9\x5e\xb9\x8c\x61\x01\x09\x12\x08\x0a\x74\ \x7d\x65\x6e\x0b\x03\x00\x20\x02\xdd\x5f\x1a\x0d\x1d\x80\x38\xdf\ \xf2\xa1\x19\x35\x21\xbc\xda\x5a\xfc\x29\x03\x11\x00\xa0\x69\x89\ \xb9\x7c\x11\x45\x3f\x72\xd3\xf6\x8c\x5b\x44\x3d\x41\x91\x5d\x8c\ \xaf\x1f\x0a\xa5\x74\xec\xd8\xb1\x1d\x1d\x1d\x59\x59\x99\x65\x65\ \x65\xa9\x54\x6a\xc5\x8a\x15\x5e\xaf\x37\x23\x33\x33\x16\x8b\x2d\ \x58\xb8\xb0\xa6\xa6\x06\x80\xdf\x72\xcb\x2d\xb9\x79\x39\x9c\xf3\ \x70\x7b\x58\x96\xe5\xb1\x07\x1d\xa4\xaa\x4a\x66\x56\x7a\x46\x7a\ \xba\xa2\x28\xf5\xf5\xf5\xd1\x68\xf4\xab\xaf\xbe\x6c\x6c\x6a\x6a\ \x69\x69\xd1\x75\xad\xa3\xa3\xc3\xd0\xf4\x9e\xda\x31\xe6\xbc\x08\ \x21\xc1\x60\xd0\x30\x0c\xa2\x48\x8a\xa2\x18\x9a\x6e\x58\xa6\xb3\ \x2a\x5e\x22\x91\xf0\x78\x3c\x1e\xaf\x47\x92\x24\xaf\xd7\xdb\x7f\ \x40\xff\xdc\xfc\xfc\xee\xee\x6e\x22\x08\x5a\x2a\xe5\x2c\x0e\xe5\ \x18\x14\x8e\x15\xc9\x39\x07\xce\x19\x63\xb2\x24\x6d\xd9\xb2\x39\ \x16\x89\xe8\xba\xae\x2a\xf2\xd6\xda\xda\xc5\x4b\x96\xc4\xe2\x91\ \xc6\xc6\xc6\xc1\x83\x07\x57\x54\x54\x54\x57\x57\x6f\xd8\xb0\x61\ \xcc\x98\x31\x83\x07\x0f\x0e\x06\x83\x5e\xaf\xd7\xef\xf7\x17\x14\ \x14\x4c\x9e\x3c\x39\x99\x4a\x8d\x1b\x37\x2e\x14\x0a\x21\x84\x02\ \x81\x40\x3c\x1e\xcf\xcf\xcf\xf7\xfb\x3c\x94\xd2\xbe\x7d\xfb\xe6\ \xe7\xe7\x07\x83\x41\xbf\x3f\xe0\xf3\xf9\xda\xda\xda\x3e\xfa\xe8\ \x23\x51\x92\xd6\xae\x5d\xf3\xee\xbb\xef\x8e\x1f\x3f\xbe\xa9\xa9\ \x31\x16\x8b\xf5\x98\x36\x07\x84\x6d\xd3\x44\x3c\x66\xe8\x5a\x47\ \x7b\x38\x2f\x37\x77\xd0\xa0\x41\xb2\x24\x15\x15\x15\x9e\x73\xce\ \x39\x33\x67\x5e\xe8\x0f\xfa\x09\xc6\x5a\x2a\x95\x99\x91\x5e\x5d\ \x55\xa5\xaa\x4a\x49\x49\x71\x30\xe0\x3f\xe8\xa0\x83\x0e\x3f\xf4\ \xd0\x54\x22\xd1\xa7\x4f\x51\x75\x55\x55\x4b\x73\xf3\xd6\xba\xda\ \xbc\x9c\x2c\x55\x51\x5a\x9b\x1b\x3a\xba\x62\xba\xc9\x24\x49\x12\ \x45\xe2\xf8\x01\xc1\x40\x20\x37\x27\xc7\x79\x74\x5a\x96\xe5\x18\ \x86\x96\x45\x39\xe7\xe9\x19\x69\x86\x61\x84\x42\xa1\xc3\x0e\x3b\ \xac\xaa\xaa\xaa\xa8\xa8\xa8\xae\xae\xae\xad\xad\xad\xbc\x7c\x10\ \x42\x60\x18\x66\x57\x77\x22\x91\x48\x06\x7c\x5e\x9f\xc7\x63\x5a\ \xa6\x4d\xa9\x22\x12\xaf\xa2\x7e\xf3\xcd\x46\x5d\x4b\x05\xfc\x7e\ \xcb\x34\xba\xbb\xba\xd6\xae\xd9\x50\x54\x54\x38\xfe\xe0\x83\x2e\ \xfa\xcd\xf9\xb2\x24\x99\xa6\x36\x64\x48\xe5\x88\x11\xc3\xd3\xd3\ \xd2\xb2\xb3\xb3\x8a\x8a\x8a\xf2\xf3\xf3\x06\x0f\x2e\xcf\xcc\xcc\ \x90\x24\x91\x10\x82\x31\x2a\x2d\x29\x51\x54\xbf\xaa\xaa\x1e\x8f\ \x9a\x96\x96\xa6\xa8\xde\xb4\x50\x28\x14\x0a\xc9\xb2\xe4\xf1\xfa\ \x0b\x0a\x0b\xfa\xf7\xef\x37\x72\xf8\x70\xaf\xac\x20\xc6\x0a\xf3\ \xf2\x81\x31\x8e\x78\x28\x14\x64\x8c\x21\x11\xa7\x65\xa4\x09\xa2\ \x70\x20\xb1\x45\xa0\x5e\xf5\xb7\x8f\x43\xf5\x9b\xd6\xfa\x0d\x1c\ \x00\x90\xc9\xec\x9f\x72\x16\x04\xb3\x2d\x31\xa7\x72\x70\x30\xba\ \xae\xae\x15\x18\x4d\x1b\x74\xe8\xb0\x3c\x81\x31\x0e\xc0\x2c\xd3\ \xdc\xb2\x7e\x45\x77\xea\xfb\x56\x2f\x51\x6f\xc7\xca\xa4\xfc\x06\ \x0a\x18\xaa\xe6\x18\x69\x93\xa5\x48\x37\x54\x1e\x8a\x4d\x11\x2d\ \x5d\xc3\x4a\x19\xcf\x1d\x46\x72\x72\x70\xfd\x42\x23\xaa\x09\x69\ \x22\x00\x06\x8c\x01\x18\x38\xd3\x40\xb8\xce\xab\xda\xd1\xd0\xc1\ \x88\x23\x48\x54\x99\x75\x86\x30\x7c\xa8\xd0\xbf\x00\xec\x08\xda\ \xba\x98\x83\x08\xfe\x6c\xcc\x62\x6c\x9d\x24\x4c\xa8\x44\x60\xf6\ \x18\x67\x6a\x36\xce\xea\x0b\xc9\xad\x76\x77\x0a\x10\x81\x8c\x0e\ \xa3\xb9\x53\xcd\xf3\xb0\x48\x94\x8b\x26\xb7\xf9\x4f\xb1\x5c\x37\ \xdf\x01\x20\xc7\xd3\x3c\x80\x3b\x94\x33\x56\x52\x5c\x3c\x70\xd0\ \x20\xc7\x37\x94\x32\xc4\x44\x22\xd1\xd2\xd2\x92\x4c\x26\xf3\xf3\ \xf3\x07\x0d\x1c\x28\x88\x62\xdd\xd6\x86\x53\x4e\x39\xf9\xb9\xbf\ \x3e\x9f\x48\xc4\x2a\x06\x57\x74\x76\x74\xf6\x2b\xeb\xe7\xf3\xf9\ \x57\xaf\x5a\xeb\xf1\x78\x4f\x9b\x36\xed\xbd\x0f\xe6\xd4\xd6\xd6\ \x56\x0c\x18\x58\x54\x58\xb4\x71\xe3\xc6\xe2\xe2\x62\x45\x55\x25\ \x49\xe2\x08\x34\x4d\x53\x14\x05\x61\xc4\x39\xc7\xa2\x98\x9e\x9e\ \xfe\xc5\x17\x5f\x64\x67\x67\x8b\x8a\x6c\x5a\x96\x24\xc8\x08\x7a\ \x1c\x3d\xa7\x02\x9a\xa6\xf5\xeb\xd7\x6f\xfe\xbc\x79\x85\x85\x85\ \x01\x9f\x4f\x4b\xa5\x64\x8f\xea\x38\x83\x8e\x9f\xeb\xac\x35\xea\ \xb8\x5d\xb6\x6d\x13\x82\xfb\xf7\xeb\xb7\x7e\xfd\xfa\xdc\xbc\xec\ \xad\xf5\x5b\x01\x78\x4b\x4b\xb3\x65\x68\x19\x19\xe9\x6d\xad\x2d\ \x99\x99\x19\x83\x06\x0e\x5c\xb3\x66\x8d\xa1\x1b\x9d\x1d\x9d\x25\ \xa5\x25\xdd\xdd\xdd\x8c\xb2\xf9\xf3\xe7\x5f\x34\xf3\xa2\xfc\xfc\ \xfc\xd2\xd2\xd2\xc4\x8a\x84\xaa\xaa\x96\x65\x25\x93\x49\xe7\xe0\ \x7e\xbf\x5f\x92\x24\x42\x88\xdf\x1f\xe8\xec\x0c\x77\x76\x76\x85\ \xc3\x1d\x94\xd2\xb4\xb4\x8c\x11\xc3\x47\x08\x02\xe9\xec\xec\x9a\ \x35\x6b\x56\x76\x76\x4e\x73\x73\x8b\x65\x1d\xe0\x02\xb3\x82\x40\ \x8a\x0a\x8b\x32\xb3\xb3\x73\xb2\xb2\xbe\x58\xb4\x28\x16\x8b\x09\ \x82\x90\x4c\xa5\xe6\xcf\x9f\x5f\x51\x59\xd1\xdd\xdd\xbd\x70\xe1\ \xc2\xeb\xae\xbd\xb6\x6a\xcb\xe6\xe6\xe6\xe6\x50\x28\xe4\xf1\x78\ \x4a\x4a\x4b\x87\x0f\x1b\xd6\xda\xde\x51\x5c\x5c\xbc\x79\xf3\xe6\ \x50\x28\xb0\x6d\x5b\x3d\xc6\xa8\xba\xba\x3a\xe0\xf7\x63\xc4\x6d\ \xdb\x02\x00\xdb\xb6\x2d\xcb\x26\x92\x80\x10\x12\x45\x31\x2d\x2d\ \xcd\xeb\xf5\x16\x16\x16\x3a\x51\x8e\x9e\x78\x02\x67\xc9\xb8\xe6\ \xf7\xfb\x75\x5d\xcf\xca\xca\xca\xce\xce\xae\xad\xad\x2d\x2e\x2e\ \x96\x24\xc9\xb6\xed\x64\x32\x65\x53\xea\xf5\xfa\x3c\x1e\xc1\x06\ \xa0\x94\x49\xa2\x64\x51\x1a\x8f\xa7\x28\xe3\xb6\x6d\x77\x76\x74\ \x5a\xcc\xe6\x8c\xe7\x64\xe7\x6c\x58\xbf\x3e\x33\x3d\x84\x80\xc7\ \x62\xd1\xec\xac\x2c\x59\x12\xeb\xeb\xeb\x65\x59\xce\xca\xce\x6c\ \x6b\x6b\x0b\x06\x03\x1c\x20\x14\x0a\x8e\x1f\x7f\xc8\xea\xd5\x6b\ \x1a\x1a\xb6\x77\x76\x76\xaa\x1e\x55\x14\x45\x47\xa6\x9d\x15\x2b\ \x29\xa5\xa6\x69\x22\x84\x08\x21\x9a\xa6\xb5\x34\x37\xeb\x26\xc5\ \x00\x5a\x4a\x0b\x87\xc3\xa1\x50\x28\x3f\xdf\x6b\x18\x86\xcf\xe7\ \xcb\xcc\xca\x19\x30\x60\x40\xf0\xbb\xd2\x2d\xef\xbd\x27\x9a\xe3\ \x7c\xac\xaf\xd0\xe6\xbc\x60\x2c\x9c\x6d\x2e\x9c\x6d\x2e\x98\xcb\ \x7e\xc2\x0c\x3a\xdc\x0e\x55\x9e\xf6\xce\x9c\xd7\xae\x9d\x36\x91\ \x71\x00\xc6\x3d\xd9\x65\x15\x15\x15\x83\x2b\x2a\x06\x1c\x32\xe3\ \xf1\x27\x1f\x29\xf5\x7f\x6f\x3b\x49\x80\xe6\xcd\xac\xbc\x1c\x51\ \xca\x81\x43\xc9\x14\x29\x43\xe4\x16\x06\x60\x20\xa8\xc8\xea\xe0\ \xf9\xc3\x49\xf3\xbf\xb5\xff\x3c\x67\x74\xdb\x00\x0c\x00\x40\xdb\ \x60\xcd\xff\xab\xbe\x78\x31\xc5\x08\x90\x80\xa2\xeb\xcd\xbc\xa1\ \x02\xb2\x38\x30\xf0\x94\x48\xe5\x83\x30\xa5\x00\x02\x34\x7e\x6d\ \x96\x8c\xc4\xdc\x02\x40\xd0\x5d\x4f\x8b\x0f\x21\xc4\xea\x75\xba\ \xd1\xb6\x0f\xf4\x4f\x9f\xd5\xb6\x27\x70\x61\x10\x0c\x03\x0d\x3a\ \x5a\xe8\xfc\x86\x26\x57\x99\xde\x81\xa2\xa8\xb3\x9f\x60\x2c\x3a\ \x07\x40\x80\x7a\x42\x33\xbd\xff\xfd\xf0\xc7\x15\xe7\x7d\x8b\x8b\ \x13\x89\x84\xcf\xe7\x13\x45\x81\x60\x52\x54\x54\xf4\x9b\x0b\x2f\ \x20\x84\xb4\xb5\xb5\x7d\xfc\xf1\xc7\x18\xe3\xd1\xa3\x47\x8f\x18\ \x31\xd2\xef\xf7\xd7\xd4\xd4\x34\x34\x34\x58\x96\xb5\x68\xd1\x17\ \x3e\x9f\xb7\xa2\xa2\x02\x01\xea\xd7\xaf\xdf\x89\x27\x9e\x38\x7e\ \xc2\x84\xea\xea\xea\x4f\xe6\x7f\xd2\xa7\x4f\x9f\x40\x20\x20\xcb\ \xb2\xa6\x69\xba\xa1\xf7\xa8\x18\xc6\xce\xdc\x44\x45\x51\x08\x21\ \x08\x63\x51\x96\x55\x55\xe1\x9c\xdb\x94\xca\xb2\x2c\x49\x12\x00\ \x28\x8a\x4a\x29\xb5\x2c\x2b\x3d\x3d\x5d\x51\x94\xce\xce\xce\x58\ \x34\xa6\x6b\xba\x13\xda\xb3\x6d\xdb\x59\x3f\xcf\x89\x7c\x21\x84\ \x04\x41\x08\x85\x42\x79\x79\x39\xa3\x47\x8f\x2c\xea\x53\xc4\x39\ \x1b\x34\xa8\xbc\xb6\xba\xaa\xaa\xba\x7a\xd3\xa6\x6f\x3a\x3b\xdb\ \x55\x45\xee\x57\x56\x3a\x6c\xe8\xf0\xa2\xc2\x42\x6a\xdb\xdb\xeb\ \xb7\x45\xba\xba\x47\x8e\x18\x81\x01\x51\xcb\xd6\x53\xfa\xbc\x79\ \xf3\xa2\x91\x88\x2c\xcb\xf1\x78\x5c\x55\x55\x4d\xd3\x30\xc6\xb2\ \x2c\x9b\xa6\xc9\x39\x4f\xa5\x92\x7e\x7f\x40\x51\xe4\x54\x2a\x75\ \xe4\x91\x47\xfa\xbc\xde\xf6\xf6\xf6\x64\x32\xb5\x7d\xfb\xb6\xd5\ \xab\x57\xc3\x7f\x37\x0f\x5d\x10\x84\x43\xc6\x1f\xd2\xb7\x6f\xdf\ \x60\x30\x58\x3e\xb8\xbc\xff\x80\x01\x8e\x34\x1f\x73\xdc\xb1\x1c\ \xa3\x91\x23\x47\x66\x64\xa4\x3f\xf4\xf0\xc3\x9f\x7e\xfa\xe9\xd1\ \x47\x1f\x9d\x48\x26\xb3\xb3\xb3\x01\x60\xf1\xe2\xc5\xdb\x1b\x1a\ \x4a\x4a\x4a\x4a\x4b\x4b\x1b\x1b\x1b\x37\xae\x5f\x1f\x0c\x04\x22\ \x91\x48\x56\x66\x5a\x41\x41\x41\x28\xe8\xa7\xb6\x95\x4a\x69\xce\ \x43\x92\x52\xea\xf3\xf9\x64\x59\x8e\x44\x22\x8d\x8d\x8d\xc9\x64\ \x32\x91\x48\xd8\xb6\x8d\x10\x62\x94\x21\x84\xd2\xd3\x83\xaa\xea\ \x69\x6e\x6e\x1e\x3d\x7a\x74\x4e\x4e\x4e\x38\x1c\x66\x8c\x05\x02\ \x01\xd3\x34\xbd\x1e\x2f\xc1\x58\x37\x6c\xcc\x41\x20\x98\x71\x86\ \x38\xf8\x7d\x1e\x51\x10\xfd\x5e\xaf\xcf\xef\x53\x24\x59\x92\xc4\ \x86\xed\xdb\x6b\xeb\xaa\xd7\xac\x5a\xdd\xd1\xd1\xae\x28\x4a\x46\ \x7a\xc8\x11\xdf\xed\xdb\xb7\xa7\xa5\x87\x04\x91\x20\x0c\x9a\x96\ \xac\xaa\xde\xb2\x7a\xcd\xaa\xbc\xfc\x1c\x22\xe0\xd2\xb2\x12\xe7\ \x59\xd2\xeb\x04\x00\x80\xc7\xe3\x09\x85\x42\xb2\x2c\x13\x42\x28\ \xa5\x5a\x32\xd5\xda\xd8\x54\xbf\xb5\x1e\x33\x9e\x88\xc5\x3a\x3b\ \x3b\x33\x32\x32\x86\x8f\x18\x41\x64\xa9\xb4\x7f\xbf\x92\x7e\x65\ \xc6\x77\x2d\x77\xbe\xaf\x2e\x97\x1a\x2b\x92\x26\x1e\x7c\x06\xf6\ \x78\x38\x42\x88\x98\xd6\xe7\xb3\xa9\x41\x7f\x12\x4d\x24\x59\xc7\ \x3e\xfd\xc8\x69\x1f\xbe\x5d\x3b\x41\x41\x00\x80\x04\xa1\x69\xe1\ \xdf\xfe\xfc\x19\x07\x24\x5e\xf8\xd4\xdc\x6f\x5e\xf8\xed\xd2\x06\ \x4b\x90\xbe\x47\x4f\x34\x02\x5a\x67\xb6\x26\x90\xbf\x8e\xa6\xe2\ \x3c\x92\x80\xac\x10\xe2\x0c\x30\x03\x40\xc0\x4c\x20\x3e\x24\x64\ \xe0\x89\x97\x7a\x50\xc4\xfe\xcf\xab\xd4\xa3\x00\x70\x50\x06\x8a\ \x87\x96\x09\x88\x20\xc6\x81\xe8\xf6\xc6\x95\xbc\x6f\x06\x4d\xc5\ \x00\xb5\xb3\xac\x0c\x8c\x39\x70\x06\x0d\x1f\x1b\xdd\x39\xd2\xb0\ \x1c\xc4\x19\x60\x02\x5d\xf5\xac\x68\x10\xea\x1d\xe5\xc9\x19\x2f\ \x9c\xaa\x0c\x2e\xc3\x02\xe1\x94\x02\xa3\x40\x32\x45\x69\xb5\xb1\ \xae\x09\x8f\x3c\x1f\xb7\x7d\x4d\x29\x07\xf1\x47\x6c\x51\x42\x84\ \xf6\x8e\x70\x30\x18\x42\x98\x73\x06\x08\x10\x06\xa0\x9c\x71\xc6\ \x7e\x68\x8c\x93\x73\x9e\x9e\x1e\x8a\xc7\x93\x18\x03\xc6\x42\x3c\ \x1a\xf7\xf9\xbc\x08\x70\xdf\xbe\x7d\x1b\x1a\x1a\xda\x3b\x3a\xbc\ \x5e\xaf\x20\xe2\x01\x83\xca\xd6\xae\x5d\xf3\xec\xb3\xcf\x9e\x7d\ \xce\x99\xd1\x68\x74\xd8\xf0\xe1\x95\x95\x95\x8c\xd1\x7e\xfd\xfa\ \x19\xb6\x26\x88\x62\x2a\x99\x9c\x3a\xf5\xc8\xbf\xfc\xe5\x2f\x08\ \x50\x6e\x6e\xee\x80\xf2\x41\x08\x63\xce\x40\x15\x25\x9b\xda\x84\ \x60\xca\x18\x41\x60\x53\x9a\x91\x91\x61\x53\xdb\xb6\x2c\x22\x08\ \x00\x0c\x23\xcc\x18\x13\x04\x81\x52\x6a\xe8\x7a\x2c\x16\x43\x18\ \xe7\xe4\xe4\xac\x5c\xb9\x32\x2f\x2f\x6f\xdc\xb8\x71\x29\x5d\x77\ \x0c\x0a\x27\x60\xef\xd8\x89\xbd\x1f\x25\x49\x4e\x24\xda\x5e\x7d\ \xe5\x1f\xc3\x87\x0f\x4d\xc4\xe3\x88\x59\x6b\xd7\x6e\xa8\xac\x1c\ \xdc\x11\xe6\x19\x99\x99\x0b\x17\x2e\x2c\x2a\xea\x5b\x5c\x52\xb4\ \x71\xc3\x46\x8c\x61\xe0\xc0\xfe\x1b\x36\x6c\x98\x3f\x7f\x5e\x30\ \x18\x7c\xf6\xb9\xa7\xfb\xf5\x2b\xae\xa9\xdd\x12\x89\xc7\x1c\x9d\ \x15\x45\x11\x21\x64\xdb\x76\x49\x49\x09\x63\x4c\x92\x24\xcb\xb2\ \x30\x06\x55\xf5\xf7\xef\xdf\x7f\xc5\xca\x15\x88\xe3\xb4\xb4\xf4\ \xf6\xf6\xf0\xd8\xb1\x07\xfb\xfd\xfe\xe5\xcb\x57\xf8\xfd\xc1\x60\ \x28\x87\xf3\x03\x31\x38\x30\xc6\xfd\x07\x0c\x90\x08\xe1\x36\xb5\ \x2d\x3b\x3f\x2f\xff\x93\x79\xf3\x0c\xd3\x7c\xe6\xd9\x67\x4f\x9d\ \x76\x6a\x71\x49\x49\x7a\x7a\x46\x6b\x6b\x6b\x6d\x75\xf5\xc2\x85\ \x0b\x83\xc1\x60\x5d\x5d\x5d\xf9\xe0\xc1\x15\x95\x15\x91\x78\x92\ \x08\x62\x41\x51\xd1\x86\x75\x6b\xda\xdb\xc3\xdf\x6c\xdc\x80\x80\ \x37\x36\x36\x0d\xe8\x5f\xa6\xeb\x66\x2a\x95\x12\x31\x92\x30\xe2\ \xc0\x2d\xcb\xf2\x78\x14\xc7\xd0\xd6\x75\x3d\x33\x33\x53\x92\x24\ \xa7\xc7\x4c\x14\x05\x50\xb1\x65\x59\x99\x99\x21\x41\x20\xdb\xb6\ \x6d\x53\x14\xc5\x69\xdb\x48\x24\x22\x8a\xa2\x69\xea\x9c\x23\x59\ \x92\x92\x56\x8a\x08\x44\x91\x25\x2c\x60\xc6\xb8\x40\x70\x66\x66\ \x66\x51\x51\xe9\xb2\xe5\x4b\x46\x8c\x1c\xb9\x71\xe3\xc6\x74\x7f\ \x50\x56\x45\x2d\x95\xe2\xd4\xf2\x7a\x7d\x99\xe9\xe9\x99\xe9\x69\ \x96\xae\xa7\x52\x1a\x42\xa8\xbd\xbd\x5d\x51\x14\xdb\xb6\x4d\xd3\ \xcc\xca\xca\x22\x84\x98\xa6\xe9\x74\xd7\x38\xd7\xd1\x79\xe3\xf8\ \xf8\x8e\xa4\x3a\x15\x66\xb6\xed\x55\x55\x8f\xc7\xe3\x0b\x04\x54\ \xaf\x97\x32\x96\x97\x9f\x27\xa9\x4a\x7e\x61\x81\x37\xe0\xff\xce\ \x2c\xf4\xfb\x18\xb7\x08\x2a\xce\xef\x4b\x3c\x06\x6d\xdc\x42\x1b\ \xb6\xd0\x6d\xd5\x9c\xfe\x44\xd6\x22\x12\x68\xc7\xa7\x17\x9e\x70\ \xe6\x1b\xab\x22\xc2\x8e\xa1\x89\x88\x88\x92\x44\xfc\xb9\x63\xcf\ \x1b\x54\x73\xd5\x53\xeb\x88\x44\xbe\xa7\x89\x84\xf2\xc4\x31\x47\ \x09\x69\xf9\x44\x56\x91\x57\x85\xd6\x35\x56\xc2\x42\x7e\x89\x37\ \x77\xf2\xe6\x6a\x5a\x38\x0c\x03\x03\xbd\x9d\x2e\x99\x6d\x15\x1c\ \x23\xa9\xa8\x27\x38\x28\xc8\x88\x08\x00\x00\x94\x90\xd1\xd3\xe5\ \xec\x7c\xe2\xf5\x80\x2f\x84\xf4\x36\xda\xd8\xcc\xcd\x0e\xda\x1e\ \x12\x46\x8d\x25\xd8\xe9\xc7\x30\x68\xd4\xc4\xe2\xee\x3a\x87\x09\ \x02\xc6\x6d\x0b\x38\x00\xa3\x80\x38\x64\xe7\x63\xff\x04\xd1\x2f\ \x00\xe1\xfc\x47\x5e\x18\xdd\xe7\xf5\x2c\xf8\xec\x53\x51\x10\x80\ \xf3\x9e\x2e\x59\x84\x80\x23\x04\xc0\x7e\x78\xac\xcb\xb2\xa8\xc7\ \xe3\x31\x4d\x7b\xd3\xa6\xcd\x86\x61\x30\xc6\x11\x01\x59\x92\x25\ \x49\xaa\xa9\xa9\x51\x14\x55\x96\xa5\xae\xce\x68\x71\x49\x9f\x64\ \x32\x59\x50\x90\xef\xf5\x7a\x37\x6d\xda\xb4\x70\xe1\xc2\x9a\x9a\ \xda\xc7\x9f\x78\x7c\xfe\xfc\x4f\x65\x59\x8e\xc5\xe3\x6f\xbe\xf5\ \x66\x6b\x4b\xcb\x9a\x35\x6b\xb6\xd6\xd5\x6d\xab\xaf\x4f\x26\x93\ \x02\x21\x00\x20\x10\x41\xd3\x34\xce\xb9\x99\xd2\x44\x45\x89\xc7\ \xe3\x1e\xd5\xe3\xdc\x18\x04\x3b\xdd\xdf\x3d\x56\x43\x32\x99\x4c\ \x4f\x4f\xcf\xcb\xcd\x8d\x46\xa3\x18\x63\xd3\x34\x13\xf1\xb8\x20\ \x8a\xb6\x6d\x1b\x86\x61\xdb\x76\x6f\x7f\xa5\x69\x9a\x84\x90\x64\ \x32\xa9\xc8\x52\x46\x5a\x68\xe0\xc0\xfe\xaa\xa2\x24\xe2\x51\xd5\ \xe3\x69\x0f\xb7\x2e\x5b\xba\xb4\xba\xaa\x6a\x7b\x5d\xdd\xd6\x9a\ \xda\xcd\x1b\xbe\x59\xbf\x7a\x6d\x32\x16\xcf\xc9\xcc\x6a\x6d\x6e\ \x2e\x1f\x30\x90\x9a\x16\xb3\x69\xbc\x3b\x1a\xe9\xec\x2e\x2b\x2d\ \x73\x94\x02\x00\x72\x73\x73\xe3\xf1\x38\xe7\xbc\xbd\xbd\x1d\x00\ \x3a\x3b\x3b\x43\xa1\x50\x2a\x95\x32\x4d\xcb\xe3\xf1\x88\x82\x08\ \x00\x25\x25\x25\x93\x26\x4d\x9e\x39\x73\xe6\xa8\x51\xa3\x96\x2f\ \x5f\xfe\xe6\x9b\x6f\x3a\x76\xee\x81\x45\x75\xd7\x6d\x58\xef\xf1\ \x7a\x1b\x9b\x9a\x8e\x38\xfc\xf0\xd2\xd2\x52\x51\x96\x14\x8f\x1a\ \x8b\x46\xcb\x07\x95\x17\x14\x16\x4c\x3d\xf2\x48\xaf\xc7\x7b\xe5\ \x95\x57\x8e\x1c\x39\x32\x1a\x8d\x16\x17\x17\x57\x0e\x19\xa2\xa5\ \xb4\x8c\x8c\x8c\x21\x43\x2a\xbd\x5e\x35\x3d\x3d\x74\xf4\x51\x53\ \x9b\x1a\x1b\xda\xda\xda\xc2\x6d\xad\x19\x19\x99\x9d\xed\xed\x40\ \x6d\x45\x55\x11\x30\x82\x7b\x22\x0f\xa2\x28\x96\x95\x95\x61\x8c\ \x65\x59\x51\x14\x49\x10\x9c\x47\x0b\xc8\x32\x91\x65\x69\xfb\xf6\ \xa6\x6d\xdb\xb6\x89\xa2\x98\x9b\x9b\x1b\x89\x44\x36\x6c\xd8\x20\ \x49\x52\x30\x18\xa4\x36\x53\x24\x59\x92\x25\x8c\x30\xb3\x6d\x00\ \x60\x36\xb5\x29\x50\x9b\x56\x0c\xae\x08\xb7\xb6\x2d\x5b\xb2\x74\ \xc9\xd7\x5f\x6f\x58\xb7\x36\x98\x16\xf8\x66\xfd\xc6\xda\x9a\xea\ \x0d\x1b\x36\x36\x37\x36\x2c\x5e\xbc\x38\x14\x08\x1e\x7d\xd4\x51\ \x94\x5a\x1e\x8f\xaa\x28\xb2\x61\xe8\x9a\x96\x6a\x6c\x6c\x58\xb0\ \xe0\x73\xbf\xdf\x17\x8b\x45\x3b\x3a\xda\x29\xb5\x7a\x17\xce\x16\ \x04\x41\x55\x55\xc7\xbb\x77\x06\x06\x50\x4a\x7d\x5e\xbf\x2c\xcb\ \xa6\x61\x24\x93\xc9\xed\xdb\xb6\x31\x4a\x9b\x9a\x9a\x00\xa1\xa6\ \xa6\xa6\xcd\x5b\xb6\x38\x4f\xca\x1f\x1c\x5b\xe4\xa4\x88\xa4\x56\ \x26\x3e\x9a\xed\xdc\x38\x00\xe8\x27\x5d\xcb\x85\x1a\xa6\xad\xee\ \xe1\xbe\x19\xe6\x80\xb3\x6e\xdb\xfc\xcf\x07\xc3\x58\xfc\xfe\x7f\ \x59\x48\x44\xb2\x08\x08\x41\x5a\x11\x96\x04\x60\x16\x30\x06\xa5\ \x13\xc5\x6f\x16\x98\x38\x5f\x18\x9c\x0d\x46\x23\xdd\xb0\x96\xe6\ \x4f\x95\x0b\xf3\x61\x2f\x0f\x02\x04\xb2\x17\x21\x02\xfe\x02\x82\ \x7c\x88\xc7\x38\xa5\xc0\x31\xc7\xcd\x6c\xe9\xdb\x36\xc3\x64\xd8\ \x49\x82\x9c\x84\x60\x49\xcf\x20\x08\x00\x00\x06\x4a\x3e\x09\x78\ \x76\x36\x6d\x20\x17\x23\x80\xb4\xa1\x62\x06\x07\x9b\xf3\xcc\x52\ \x8c\x7e\xdc\xb4\x5e\x08\xa3\xbc\xbc\xdc\xaf\xbf\x5a\x34\xa8\xbc\ \xc2\xe7\xf7\x51\x4a\xa3\xd1\xe8\x86\x75\x6b\x8a\xfa\xf4\x65\xec\ \x07\x2f\x4f\x2c\x8a\x42\x3c\x9e\x08\x06\xfd\x5e\xaf\x37\x23\x23\ \x1d\x0b\xf8\x8b\x05\x8b\xba\xbb\xbb\x09\x21\xe1\xb6\xb6\x78\x3c\ \x26\x88\xf2\xd6\xba\x3a\x59\x52\xea\xeb\xeb\x0d\xd3\xd4\x75\xdd\ \x32\xcd\x8d\x1b\x37\x66\x65\xe5\x4d\x3f\x77\xba\x61\xeb\x0d\x4d\ \xdb\xfa\x95\x95\x6d\xab\xae\xf1\xfb\xfd\x91\x48\xa4\xa8\x4f\x9f\ \x8a\xca\x4a\xd3\xb2\x0c\xcb\x04\x8c\x18\x63\xc0\x39\x11\x04\xd3\ \xd4\xc3\xf5\xf5\x18\x63\xcb\x34\x81\x11\x84\x31\xc1\x60\x99\xa6\ \x28\x88\xb6\x6d\x47\xa3\x51\x67\x48\x8d\x6d\xdb\x35\x35\x35\xc1\ \x60\x30\x33\x33\x33\x1e\x8f\x63\x5d\x17\x64\x51\x55\x54\x27\xde\ \xe7\x84\x20\x01\x20\x99\x4c\x6e\xde\xbc\xb9\xb5\xa5\xb5\x3d\x1c\ \xde\xb8\x61\xbd\x65\x1a\xa1\x50\xc8\x30\xf4\x78\x3c\x9e\x99\x91\ \xe1\x04\x2b\x29\xb5\x3b\x3a\xc3\xd1\x68\xa4\x7f\xff\xfe\xab\xd7\ \xd4\x1b\xba\xe1\xf5\x78\xd2\xd2\xd3\xb6\xd6\xd5\x8d\x19\x33\x06\ \x21\xb0\x6c\x2b\x3f\x3f\x7f\xc3\xc6\x8d\x84\x10\x47\x7c\x45\x51\ \x4c\x4f\x4f\x57\x55\x75\xf0\xe0\xc1\xaf\xbf\xfe\xba\x20\xe0\x69\ \xd3\xa6\x6d\xda\xb4\x79\xd8\xb0\x61\xab\x56\xad\x69\x6f\x6f\x1f\ \x3f\xfe\x10\x4d\xd3\xe6\xcd\x9b\x37\x68\xd0\xa0\xa3\x8f\x2e\x39\ \xe0\x01\x3a\xa2\x28\x0e\x1b\x3e\xfc\xe3\xff\xfc\x27\x3b\x23\x53\ \x33\x8d\x60\x28\x84\x30\xa6\x96\xd9\xd9\xdd\xb5\x7a\xdd\x9a\x01\ \x03\x06\x10\x24\x70\x80\x9c\x9c\x1c\xc3\x30\x30\xc6\x89\x44\x62\ \xd9\xb2\x65\x15\x95\xfa\xb6\xc6\xa6\xec\x9c\x1c\xca\x19\x30\xb6\ \x6c\xe9\xd2\x68\x24\x92\x48\x26\x96\x2e\x5d\x5a\x54\x58\x58\x56\ \x52\xec\x51\x73\xfc\x3e\x2f\xc1\xc8\xb6\x29\x63\x2c\x12\x89\xa5\ \x52\x29\x4d\xd3\x0c\xc3\x60\x8c\xda\x36\x76\xcc\x2c\x8c\x91\x6d\ \x73\xc6\x38\x42\xc8\xe7\xf3\xd9\xb6\xdd\xdc\xdc\xbc\x7d\xfb\x76\ \xc6\x58\x2c\x16\x93\x24\x49\x92\xa4\x54\x2a\xc5\x92\xd4\x1f\xf0\ \x89\x92\xa4\xeb\xba\x24\x29\x12\x41\xc9\xb8\xd1\x1e\xee\xb4\x2d\ \xcb\xb2\xac\xaa\xaa\x2d\xb1\x58\x34\x1e\x8b\x55\x55\x6d\x8e\x46\ \x73\x14\x45\x2e\xca\xcf\x37\x74\x7d\xf5\x9a\xd5\xa9\x64\xd2\x34\ \x4d\x49\x92\x82\xc1\x80\x69\x5a\x91\x48\xa4\xad\xad\x0d\x21\xf0\ \xfb\xfd\xb6\x6d\xab\xaa\xc2\x98\x2d\x08\x82\x13\x4d\x76\x1e\x4b\ \xba\xae\x63\x8c\x55\x55\x75\x22\x18\x58\xc0\x8c\xf3\x94\xa6\x79\ \xfc\xfe\x8a\xca\xca\x23\x26\x4f\x59\xb3\x76\xed\xa6\x6f\x36\xa5\ \xa7\x67\x88\x92\x34\xbc\x5f\x5f\xc8\xc9\xfc\xa1\xb2\x88\x10\x8b\ \xb0\xc0\x10\xcf\xe9\xd7\x39\x83\x83\x00\xeb\xd6\xc7\x7f\xa7\xfa\ \xcf\x28\x75\x97\x8e\xfb\x5f\x3a\x3d\xff\xfd\x0b\x57\x8b\x3f\xbc\ \xb7\x82\x73\x28\x1c\x21\x00\x40\xee\x48\x11\x00\x40\xc2\x15\xc7\ \xcb\xc0\x81\x73\x10\xf3\xc8\x88\x7c\x02\x1c\xf6\x63\x1c\x73\x0a\ \x81\x0a\x11\x00\xc0\x23\xf4\x01\x00\x10\x86\x9e\xd0\x2b\xe0\xc0\ \xbd\xa4\xff\xa8\x5d\x3b\x25\x20\x30\x4a\x0a\xec\xd2\xc3\x5f\x38\ \x52\x70\x0e\x42\x01\x00\x50\xe9\x14\xf1\x47\x9e\x3e\xc4\x19\xcb\ \xcb\xcb\x4b\x26\x93\x5f\x7d\xb9\x30\xd2\xdd\x2d\x4a\x52\x9f\x3e\ \x7d\x46\x8f\x3d\x28\xd2\xdd\xad\x69\x3f\x4c\x16\x11\x82\x54\x4a\ \x0b\x06\xfd\xd1\x68\xbc\xb0\xb0\x00\x63\xbc\x69\xe3\xe6\x50\x28\ \x34\xa8\x7c\xd0\xd2\xa5\x4b\x33\x33\x33\xfd\x7e\x3f\x00\xbc\xfd\ \xf6\x3b\xf7\xcf\xba\x67\xd6\xfd\x0f\x64\x65\x66\xc9\xb2\x6c\x18\ \xc6\x90\x21\x43\x44\x51\xec\xee\xee\xee\x8e\x75\x8e\x1a\x35\xaa\ \xb9\xb1\xa9\xa2\xb2\x72\xed\x9a\xb5\xe9\xe9\xe9\xa1\x50\x28\xdc\ \xd6\x06\x18\xa7\x65\x66\x00\x02\x59\x92\xa9\x6d\x0b\x84\x08\x7e\ \x7f\x22\x16\xcf\xc9\xc9\x11\x44\x51\x50\x64\xc6\x19\xc2\x18\x44\ \x51\x20\x82\x6d\xdb\x84\x10\x59\x96\x09\xc6\xe1\x70\xb8\xb4\xb4\ \xd4\xb6\xed\xee\xee\x6e\x22\x8a\x4e\x10\x95\x73\x6e\x18\x86\x65\ \x59\x84\x10\x45\x51\x3a\x3a\x3a\x9c\x48\x5c\x4b\x4b\xf3\xb2\xc5\ \x4b\x36\x6e\x5c\xef\x74\x59\x14\x15\xe6\x0b\xa2\xc8\x29\xb5\x0c\ \x23\x1a\x8d\x66\x66\x84\xaa\xaa\xb7\xf6\xeb\xd7\x8f\x71\xca\x39\ \x0b\xa5\x05\xbb\x23\x5d\x9a\x96\x22\x02\x56\x54\x79\xe9\xb2\x25\ \xfe\x50\x30\x2d\x33\xbb\x6f\xdf\xbe\x2d\x2d\x2d\x1d\x1d\x1d\xaa\ \xaa\xda\xb6\x2d\x8a\x62\xff\xfe\xfd\x31\xc6\x99\x99\x99\xa6\xa9\ \xb7\xb5\xb5\x22\x84\xf3\xf2\xf2\x0e\x3b\x34\xf0\xcd\x37\x9b\x16\ \x2d\xfa\xb2\xad\xad\xa3\xae\xae\x8e\x31\xe6\xf1\xf8\x72\xf3\xd2\ \x0f\x2c\xf5\x13\x63\x3c\x91\x48\x8c\x1a\x33\xba\x20\x37\xcf\xd4\ \x8d\xcf\x3e\xff\x4c\x14\xc5\x68\x2c\x9a\xe6\xf5\x62\x8c\x47\x8f\ \x1d\xfb\xf4\x13\x4f\x79\x3d\xde\x39\x73\xe6\x34\x35\x35\x11\x4c\ \x52\xa9\x54\x6d\x6d\xed\x80\x01\x83\x26\x4e\x9c\xd8\xd8\xd4\x54\ \x54\x54\xb4\x4e\x4b\xd6\xd6\xd6\x78\x3c\x1e\xc3\xd0\x0b\x0a\x0a\ \x0e\x3e\x68\x6c\xc0\xef\xb3\x2c\x53\x4b\x25\x31\x21\x8c\x71\xbf\ \xdf\xdb\xde\xde\x19\x8f\xc7\x75\x5d\x27\x84\x20\x84\x4c\xd3\x74\ \xe2\xb3\x08\x81\x69\xd0\xd6\xd6\x56\x49\x92\xf2\xf3\xf3\x01\xc0\ \xb2\x2c\xce\x79\x56\x56\x96\x28\x8a\xa9\x54\x0a\x38\xa4\xa7\xa5\ \x11\x09\x2c\xc3\x06\x0e\x1e\x55\xd5\x0c\x23\x99\xd0\xe7\x7d\x32\ \x3f\xa9\x19\x8d\x0d\x2d\x1e\x8f\xa7\x2d\xdc\xa6\x2a\x8a\x24\x0a\ \x84\x10\x8c\x20\x95\x48\x34\x6c\x6f\xe8\xec\x6a\xef\xea\xea\x50\ \x3d\x1e\x55\x55\x3b\x3b\x3b\xe3\xf1\xa8\xcf\xe7\xd3\xf5\x14\x42\ \x28\x1a\x8d\x78\x3c\x6a\x28\x14\x30\x0c\x2d\x1a\x8d\x38\x17\xdd\ \x11\x41\xc6\x58\x28\x14\x8a\x46\xa3\xf1\x78\x3c\x10\x08\x20\x84\ \x88\x28\x2a\xa2\x28\xc8\x72\xdf\xbe\x7d\x0f\x3d\xec\xb0\xf6\xf6\ \xf6\x70\x38\xac\x48\x52\x4e\x76\x4e\x32\x91\xf8\xce\x34\x7a\xfb\ \x18\x84\x02\x6d\xe6\xe7\xef\x0b\x21\xb2\xc3\xbe\xb0\x7e\x6e\xe3\ \x6c\xd4\x8a\x23\x47\x41\xdd\x43\x35\xdd\x08\xa4\xff\x0b\xa9\xd8\ \xc7\xfb\x03\xd8\xfd\xc7\xdc\xf7\xbf\x71\xa5\x7d\xfe\xe1\xc3\x47\ \x10\x22\x60\xbc\x73\x34\xec\x01\x3c\x60\x08\x41\xc9\xa4\xa6\x28\ \x32\xa5\x74\x6b\xed\xd6\xed\xdb\xb7\x4f\x99\x32\x39\x3d\x3d\x3d\ \x1a\x8d\x3a\x23\xab\xbf\x5a\xfc\xf5\xb9\xe7\x9e\xfb\xc5\x82\x2f\ \xc7\x8c\x19\xbd\x6d\x7b\xbd\x69\x9a\xe1\x70\xf8\x94\x53\x4e\x5d\ \xb8\xf0\xab\xe5\xcb\x97\x4f\x9e\x7a\xc4\x86\xf5\xeb\x87\x0e\x19\ \xba\xd9\xef\x77\x7a\x42\x44\x51\xcc\xce\xcb\xa3\xb6\x6d\xda\x16\ \xc6\x84\x63\xce\x18\x63\x00\x58\x10\x1c\x5d\x8b\xc7\x62\x69\x4a\ \x16\x02\xb0\xa9\x2d\x10\x21\x95\x4a\x59\x96\xe5\xf7\xfb\x6d\xcb\ \xe2\x1c\x29\x8a\xe2\xf5\x7a\x19\x63\x89\x44\xc2\x32\x8c\xb4\xcc\ \x4c\x67\x99\x1a\x84\x90\xa2\x28\x8e\x93\x95\x93\x93\xc3\x18\x6b\ \x6d\x6d\xd5\xb4\x94\xc7\xa3\x4c\x9a\x34\x69\xe3\x86\xf5\x9a\x96\ \xda\xb8\x71\x63\x66\x28\x14\x8f\xc7\x73\x73\x73\xb6\xd5\xd7\x01\ \x80\x65\x18\x4d\x0d\x8d\xd1\xee\x48\x32\x9e\xa0\x96\x1d\x8f\xc7\ \x33\x32\x32\x7c\x1e\xef\xe2\x2f\xbf\x1e\x3a\x6c\xa8\xac\xaa\x8b\ \x57\xae\xa0\x94\x6a\x9a\x06\x00\x91\x48\xc4\xef\xf7\x3b\xd2\x60\ \x18\x46\x32\x99\x64\xcc\x2e\x2e\x2e\xb6\xed\xba\xbc\xbc\xbc\xea\ \x78\x6d\x6e\x6e\xee\x80\x01\x03\xb6\x6f\x6f\xec\xd3\xa7\xcf\xea\ \xd5\xab\x97\x2e\x5d\x3e\x7a\xcc\xfd\x9a\xa6\x1f\x50\x80\x18\x97\ \x94\x94\x58\x86\x61\x59\xd6\xd7\x5f\x7d\x95\x9f\x9f\xa7\x78\x3d\ \x21\x96\xc6\x18\xcb\xc8\xc8\x58\xb3\x66\x4d\x2c\x16\xbf\xf4\x92\ \x4b\xee\xbd\xfb\xee\x91\x23\x47\x6e\xda\xb0\x5e\x10\x84\x8c\x8c\ \x8c\x78\x22\xde\xda\xda\x2a\xcb\x32\x46\xe8\xe0\x83\x0f\xea\xee\ \xee\x6c\x6e\x6a\x94\x65\xb9\x20\x37\x27\x95\x4a\x25\x12\xf1\x80\ \xdf\x87\x31\xf6\x79\x55\x51\x92\x30\xc6\xa1\x50\xa8\xbd\xbd\x3d\ \x14\x0a\x05\x83\x41\x45\x91\x9c\x91\xd5\x4e\x6c\x56\x20\x96\xaa\ \xaa\x79\x79\xb9\xdd\xdd\xdd\xcb\x97\xaf\x48\x26\x93\xce\x30\xe9\ \xf6\xf6\xf6\x40\x20\x40\x6d\x9b\x00\xe2\x8c\x61\x89\x48\xb2\x90\ \x4c\x25\x15\xc5\x13\x8d\x46\x83\x81\x60\x4d\xd5\xaa\x35\x2b\xd7\ \x6c\x6b\xdc\x16\xe9\xee\x0c\xa5\x85\x38\x07\xc4\x99\x6d\x59\x92\ \x24\xf9\xfc\x1e\xd3\xf2\xeb\x29\xad\x37\xc6\x6d\xdb\xb6\x73\xd1\ \x9d\x4b\x1c\x0e\x87\xc3\xe1\x70\x66\x66\x66\x77\x77\x37\xe7\x5c\ \x55\x55\x84\x90\xaa\xaa\x9c\x73\x45\x51\x52\xa9\x14\xa5\x34\x27\ \x27\xc7\xa4\x76\x28\x23\x5b\x14\x84\x96\xd6\xb6\x78\x32\xf9\xc5\ \x17\x5f\x48\x8a\x6a\x5b\x96\xd7\xeb\x45\x8c\x05\xbc\x5e\x45\x56\ \x7e\x68\x6c\x91\x03\xb5\x81\x20\x7b\xd1\x5f\xf5\xb9\x4f\x3b\x2f\ \xed\xdd\x97\x7e\x56\xa6\x22\x00\x94\x8e\xab\xb4\x1b\x3e\x6d\x49\ \xb9\x53\xd6\x0e\x5c\x8f\x29\xa5\xb6\x6d\x59\x96\x13\xa6\x39\xc0\ \x96\x94\x24\xc9\xe3\x51\x93\xc9\xd4\x9b\x6f\xbe\x95\x96\x96\x76\ \xd4\xd1\x47\x32\xc6\xdb\xdb\xdb\xcb\xca\xca\x56\xac\x58\x51\x55\ \x55\xd5\xd8\xd0\x24\x08\xff\x8f\xbd\x37\x8f\xb1\xec\xba\xcf\x03\ \xcf\x39\xf7\x9c\x73\xf7\xfb\xd6\xda\x5e\xad\xdd\x55\xbd\xb1\x49\ \x36\x9b\x54\x8b\xa4\x68\x8a\x92\x25\xcb\xa6\x22\x2f\x1a\x59\x96\ \x6c\x2b\x63\x23\xc2\x20\x88\x3d\x93\xc1\x08\x83\x41\x90\x38\xb3\ \x20\x23\x18\xb2\x63\xcf\x4c\x30\x8e\x63\x3b\x4a\x06\x18\x69\xac\ \x20\x16\x2d\x4b\xb2\x48\x8a\xbb\xd8\x5c\xd4\xcd\xde\xb7\xda\xf7\ \x7a\x55\x6f\xdf\xee\x7e\xcf\x32\x7f\x9c\xea\xb2\xc6\xb0\xa3\x51\ \x53\x82\x63\xb8\x0e\x1a\x8d\xfa\xe3\xe1\xd5\xab\x5b\x75\xbf\xfb\ \xfb\xfd\xbe\xef\xf7\x7d\x38\x49\xe2\x13\x27\x4e\x9e\x3b\x77\x2e\ \x4d\xd3\xcd\xad\xad\xf5\x8d\xb5\x47\x1e\x39\xfb\xd3\x3f\xfd\xb1\ \x2f\x7d\xe9\x4b\x5e\x2e\xd7\xef\xf7\xef\x3b\x75\xaa\x32\x3e\x2e\ \x84\xc8\x95\x4a\x91\xef\xa7\x69\x1a\x04\x21\x44\x50\x02\x49\x29\ \x55\x33\x72\x25\x27\xce\x58\xb6\x3f\x29\x86\x90\x33\xa6\xaa\x06\ \x4a\xa9\x69\x59\x3a\xa5\x9e\xe7\x2d\x2f\x2f\x7b\x9e\x47\x29\xb5\ \x6c\x47\xad\xd3\xa8\x9a\x42\x0d\xf2\x94\x34\x67\x7b\x7b\xfb\xe2\ \xc5\x8b\xdb\xdb\x3b\x49\x92\x9c\x3c\x79\xf2\xfe\xfb\x4f\x03\x00\ \x24\xe3\x95\xf1\x79\x4a\x10\x68\x00\x00\x20\x00\x49\x44\x41\x54\ \x71\x9d\xe2\x28\x0c\x54\x7b\x38\x37\x37\x8b\x10\x8c\xa2\xd0\xb2\ \x4c\xd3\x34\x4a\xa5\x62\x14\x45\x49\x12\x97\xca\x45\x8c\xb5\xcd\ \xcd\x0d\xb5\xe2\x42\x29\x1d\x1b\x1b\x13\x42\xe8\xba\xae\x88\x9d\ \xd5\xd5\x55\xcf\xf3\x5c\xd7\x9d\x98\x98\x90\x52\x8e\x8f\x8f\x6b\ \x9a\x76\xee\xdc\xb9\x67\x9f\x7d\xb6\x5a\xad\x36\x1a\x8d\xc9\xc9\ \xc9\x5f\xfd\xd5\x7b\xd4\x72\x03\x00\x20\x44\x51\x1c\xfb\xbe\xff\ \xec\xb3\xcf\xde\x99\x9f\x3f\xfd\xc0\x03\xa6\x61\x60\x8c\x5b\xed\ \x56\xae\x50\x68\xb5\x5a\x67\x1e\x3a\xa3\xe6\xb6\x51\x14\xf5\x7b\ \xbd\x5e\xaf\xf7\x89\x4f\x7c\xe2\xe8\xd1\xa3\x17\x2e\x5c\xb0\x2c\ \x7b\x6f\x6f\xaf\x5c\x2e\x1f\x39\x72\x44\xf5\xd7\x08\xa1\x13\xc7\ \xe7\x8e\x1f\x9b\x73\x5d\x17\x48\xce\x39\x17\x9c\x03\x00\x28\x25\ \x51\x14\x39\x8e\xe3\xfb\x3e\x00\x80\x73\x01\x21\xd4\x34\x88\x10\ \xca\x32\x3e\x36\x36\x96\x65\x8c\x52\xfd\xd8\xb1\x63\x95\x4a\x65\ \x6c\x6c\x2c\xcb\x32\xcb\xb2\xa6\xa6\xa6\x0a\xf9\x82\x94\x4a\x2a\ \xc8\x81\x84\xc3\xe5\x21\xcb\x32\xa7\x27\x27\xc7\xc7\x2a\x0a\xbc\ \xe6\x8e\xcd\x4d\xcf\x4c\xa7\x69\xda\x6a\x35\x19\x63\x9c\x71\x8c\ \xb4\x5a\xad\xd6\x6e\x36\x92\x24\x0a\x43\x7f\x7b\x6b\x1b\x42\x68\ \x59\x96\xef\xfb\xaa\x53\x5e\x5b\x5b\x13\x42\xb8\xae\x3b\x18\x0c\ \xd4\xa3\x28\x49\x92\x30\x0c\x29\xa5\xf9\x7c\xbe\x50\x28\x38\x8e\ \x83\x10\xea\xb4\xdb\x69\x9a\x0a\x20\x9d\xbc\x47\x74\x9a\x2b\xe4\ \xc3\x38\xaa\xef\xd5\xfa\xdd\xde\xda\xca\x6a\xa3\x56\xf7\x2c\xc7\ \xf8\x7e\x4e\x7a\x7f\x39\xb4\x00\x88\x31\xfb\x9f\xfc\x2f\xd1\xbf\ \xfa\x27\xf4\xbf\xfc\x2d\x6c\xde\x2d\x12\x91\x1f\xff\xd1\x3f\x65\ \xfe\xdf\x58\x68\x01\x44\x38\xdd\xfd\xce\x8b\x97\x56\x0e\xd6\x79\ \xb5\xdd\x2b\xcf\x7c\xf5\x42\x0c\x0f\x0d\x22\xfe\xa6\xc1\x95\x89\ \x0b\x97\x2f\xb6\xda\x9d\x5f\xfa\xd4\xa7\x10\x42\x4b\x0b\x8b\x52\ \xca\xe1\xe1\xa1\xf5\xf5\xb5\x07\x1e\xb8\xff\x8b\x5f\xfc\xe2\xb9\ \xc7\x1e\xbb\x7c\xf9\xd2\x2f\xfe\xf2\xa7\x06\xbd\xc1\xa5\x4b\xef\ \x10\x6c\xc4\x51\x52\x2c\x94\x31\xc6\x4b\xcb\x8b\x9f\xfd\xec\x3f\ \xf8\xd3\x3f\xfd\xea\xc7\x7f\xf6\xe7\x7a\xfd\xbe\x02\xb8\x76\xa3\ \x31\x3d\x33\xbd\xb9\xb5\x85\x30\xce\xb9\x9e\x00\x52\xc3\x80\x65\ \x0c\x41\x61\x1a\xa4\x50\xf0\xfa\x83\x3e\x10\x82\x71\x2e\x81\xe4\ \x42\x78\x9e\xc7\x39\x8f\xc2\xd0\xd0\x8d\xc1\x60\xa0\x3a\x38\x4d\ \xd3\x02\xdf\x77\x5d\x27\x48\x13\xa2\x11\x20\x15\x63\x29\x75\xaa\ \x23\x0d\xed\x6c\x6e\x35\x6a\x7b\x71\x10\x38\x96\x51\x74\x27\x24\ \x4b\x1b\xf5\x7a\xa9\x50\xc8\xe5\x72\x6b\xeb\xeb\x63\x63\x15\x01\ \x10\xc4\x34\xe3\x72\x73\x67\xa7\x90\xcf\x71\x21\x38\xe7\xfd\x41\ \x3f\xcd\x52\xcb\xb6\x2d\x62\xb9\x9e\x73\x7b\xfe\x36\x26\xd4\x75\ \xbc\x5a\xad\x11\xc7\x49\xb3\xd1\x8c\xc2\x98\x12\x3a\x3b\x3b\xa7\ \x53\x7d\x62\x7c\xe2\xed\xb7\xbf\x6b\xdb\xf6\x17\xbf\xf8\x7f\x15\ \x8b\xc5\xe5\xa5\xb5\x8d\x8d\xcd\x95\x95\x95\x99\x99\x23\x95\xca\ \xb8\xe3\x38\x86\x61\x3a\xb6\x2d\xef\xb5\x59\x48\xd3\xf4\xf5\x0b\ \xaf\xaf\x2c\x2d\xde\x7f\xe2\xe4\x7b\xfe\xde\x43\xd7\x2f\x5f\xe5\ \x69\x2a\xb2\x2c\xe7\xb8\xcf\x7c\xf5\x3f\xe4\xf3\xe5\x13\xc7\x8f\ \x0d\xfa\xfd\xff\xea\x1f\x7e\x76\x77\x7b\xe7\xcf\xbf\xf1\xf5\x7a\ \xa3\x51\xf0\xbc\x7c\x79\x68\x7c\x62\xfc\xb9\x6f\xbf\x38\x3d\x3d\ \xcd\x85\x7c\xcf\x23\xef\x3d\xff\xfa\xf9\x56\xab\x7d\xfc\xf8\xc9\ \x20\x4c\xba\x9d\xd6\x9d\x3b\x77\x26\x27\xc7\x4f\x9c\x38\x05\x01\ \x10\x5c\x00\x00\xa3\x30\x1c\x9a\x9a\x5a\x59\x59\x39\x75\xea\x04\ \x42\x08\x48\x99\x24\x59\x9a\xa6\xcd\x66\x7b\x66\x66\x82\x73\xae\ \x74\x9a\x61\x10\x98\x86\x91\x24\x89\x14\x62\x30\x18\x48\x21\x75\ \xdd\x88\xd2\x24\x9f\xcf\x6b\x04\x09\x2e\x85\x00\x1b\xeb\xeb\x5f\ \xfc\x77\x7f\xd4\x6a\x75\x4b\xc5\xdc\xe4\xd4\xb8\xa9\xe3\x30\x1c\ \x44\xfe\xc0\x71\x6c\x84\x00\x17\x2c\xcb\x32\xc3\x34\x09\x21\x69\ \x96\xe9\x86\x1e\xc7\x71\x18\x86\x8c\xb1\x7c\x3e\x3f\x18\x0c\x5c\ \xd7\xad\x54\x2a\xdb\xdb\xdb\xbd\x5e\x0f\x13\x22\x24\xd0\x30\x11\ \x12\xe8\x86\x01\x91\xb6\x53\xdd\xed\x0f\xfa\x84\x52\xc7\xf3\x4e\ \x3f\x70\xa6\x17\x87\xa5\xf2\x50\xad\xd6\x80\x10\x0e\x06\x7e\x12\ \x25\x96\x65\x63\xcc\xf3\xae\x27\xa5\xc4\x3f\x20\xe5\x02\x01\xaa\ \x05\xff\xdb\x7f\x0d\x18\x8b\xff\xfd\xaf\xff\x7f\xe0\x92\xfd\x8d\ \x06\xb9\x20\x1a\x2d\x7e\xf9\x8b\x8b\xe0\x2e\x95\x21\x97\x5f\xf8\ \xbf\x7f\x17\x00\x88\x0f\xe3\xde\xff\x26\x0f\x21\xe4\x2b\x7f\xfc\ \xff\x3c\xf9\xe4\x93\x67\x1e\x78\x00\x42\x70\xed\xea\x95\xe1\xe1\ \xe1\x2f\xfe\xdb\x7f\x0b\x00\x38\x75\xdf\xc9\xb5\xf5\xd5\xf5\x8d\ \xd5\x9f\xfb\xc4\x27\x3e\xf0\xc1\xf7\xf7\x3a\xfd\xed\xed\xed\xdd\ \xdd\x7a\x9a\x66\x10\xa2\x5c\x2e\x07\x00\x38\x71\xe2\xf8\xcb\x2f\ \xbe\xf0\xe9\x4f\xfe\xc2\xd7\xbe\xf6\xb5\x4a\xa5\xd2\x68\x36\x0c\ \xc3\x48\xd2\xa4\x56\xab\x21\x08\xa7\xc6\xc7\x11\xd6\xa4\x84\x40\ \x02\x88\x40\x16\xc7\x2c\x4b\x88\x86\x10\x90\x52\xa4\x58\xa3\x50\ \x43\x9c\x8b\x38\x8e\x91\x86\x0c\xc3\x6c\xd4\x6a\x69\x92\x68\x9a\ \x56\x2a\x16\x83\x81\x5f\xdb\xab\x85\x41\x00\x88\x81\x75\x1d\x02\ \x90\x25\x89\xa6\x69\xa1\x1f\x02\x20\xdb\xad\xd6\x85\xb7\xde\x2a\ \xb9\x9e\x26\xd8\xe6\xc6\xea\xca\xe2\x7c\x14\x27\x49\x9c\xd8\xb6\ \x55\x6f\xb5\x10\xa1\x83\x30\xc6\x18\x63\xaa\x15\x4a\x45\x8c\x51\ \x1a\x86\x33\x47\x67\x16\x17\x17\xcb\xc5\xa1\x7a\xbd\x7e\xfa\xf4\ \xe9\x95\xe5\x65\x26\xb9\xa1\xd3\x56\xbb\x57\x28\x14\xb7\xb7\x77\ \x6e\xde\xbc\x4d\x08\x9d\x9e\x3e\x82\xa0\xa6\x38\x16\xd7\xf1\x7a\ \xbd\xc1\xcf\xfd\xec\x27\x2e\x5e\xbc\xf8\xc2\x0b\x2f\x7a\x9e\x77\ \xf2\xe4\x7d\x73\x73\x73\xdd\x6e\xf7\xe7\x3f\xf9\x89\xda\x5e\x7d\ \x73\x73\x13\x02\x78\x6f\xc8\xc8\x58\xb6\x5b\xdd\xfd\xe8\x47\x9e\ \x4e\xa3\xf0\xfc\x6b\xdf\x69\x37\x9a\x63\xa5\x32\x41\xda\xd2\xea\ \xd2\xea\xe2\xd2\xcc\x51\xb6\xa8\x89\x4f\x7e\xf2\x93\xeb\x1b\x6b\ \xb7\x6f\xdc\x8c\xe2\xc8\x34\x4d\xa4\x69\x81\x3f\xa8\x56\x77\x1e\ \x7d\xf4\x91\xe7\x9e\x7f\x7e\x7a\x72\x22\xef\xe5\x72\xb9\x82\x65\ \x5a\x41\x10\xee\xec\x54\x37\x37\xd6\x9b\xcd\xd6\x07\x3e\xf0\xc1\ \x30\x8c\x6c\xdb\x54\x1b\xd0\x40\x8a\xe9\xa9\xc9\x8d\xf5\x35\x00\ \x00\x82\x40\x70\x01\x81\x34\x74\x3a\x5e\x19\x63\x99\x34\x0c\xdc\ \xef\xf9\x9b\x9b\x9b\xb5\x5a\x4d\xd3\xb4\x5c\x2e\x3f\x32\x32\x02\ \x21\x44\x14\x73\xc1\x32\x8e\x1c\x8c\x92\x98\xeb\xba\x96\x86\xd9\ \xc5\x8b\x17\x6d\xcb\x4e\xe2\x84\x73\x1e\xc7\x41\x1c\xfa\x54\xd3\ \xa4\xe4\x59\x9a\x60\x0d\x45\xd1\xbe\xd0\x8a\x0b\x29\x25\x50\xeb\ \xd5\x8a\x0d\xef\xf5\x7a\xba\xae\x43\x08\x37\x37\x37\x95\x08\x9f\ \x4b\x20\x21\x0c\xa2\xc8\xb4\x6d\x2f\x5f\x98\x9a\x99\x69\x34\x1a\ \x7e\x18\x42\x0d\xd7\x9b\x2d\xbc\xb8\x50\x1c\x1d\x69\xd4\x1a\xd5\ \x9d\x6a\xb7\xd3\x2d\x14\xcb\x23\xe5\xe1\x28\x4e\x1e\x7c\xf0\x0c\ \xe7\x3c\x97\xcb\xe9\xa6\xf9\x03\x36\xd1\x22\xd5\x4e\x7f\x5c\xb3\ \x08\x60\xe9\xf7\xfc\xcb\x0e\x21\xe0\xf0\xfc\x95\x32\x91\xf7\x3e\ \xf6\xd8\xe4\xcc\x0c\xa6\x14\x22\x34\x52\xa9\x30\x21\x5e\x7e\xed\ \xb5\xe7\x5f\x7c\xf1\x3f\x3e\xf3\x4c\xb3\xdd\x7e\xe4\xbd\xef\x9d\ \x9b\x9b\x5d\x5f\xdb\x20\x84\x94\x4a\xa5\xe9\xe9\x69\xc3\x30\x00\ \x00\xef\xbc\xf3\x8e\x6a\x3f\x3f\xf6\xd3\x1f\x7b\xe9\xa5\x97\x66\ \x67\x67\xe3\x38\x56\x0a\xc4\x7a\xbd\xde\xed\x76\x0b\x85\x82\x46\ \x08\x67\x5c\x71\x44\x00\x00\xdd\x30\x18\x63\x00\x02\xd5\x50\xcb\ \xfd\x5e\x12\x0e\x7a\xfd\x2c\x4e\xa5\x10\x61\x18\xaa\xed\xb4\x6a\ \xb5\xba\xb4\xb4\xd4\xe9\x74\x96\x16\x16\x95\xb9\x01\xc6\x88\x52\ \x0a\x80\xa4\x94\xa4\x71\x9c\x25\xf1\x87\x3f\xf8\xe3\xb6\x6d\x2f\ \x2c\xcc\x4b\x09\xd2\x34\x45\x48\x73\x1c\xc7\x71\x1c\xc6\x99\x1a\ \x0b\x2a\x65\x78\xbd\xde\x10\x42\xd4\xeb\xf5\xad\xad\x2d\x84\xa0\ \xe2\xb2\xb7\xb7\xb7\x73\xf9\x5c\xce\xf3\x1a\xcd\x46\xa3\xd1\x54\ \x5b\x19\x8c\xb1\x56\xbb\x55\x2a\x95\x00\x00\x8f\x3f\xfe\xf8\x93\ \x4f\x3e\xa9\xeb\xba\x61\x18\xaa\x95\x5e\x5d\x5d\xdd\xd8\xd8\xb8\ \x7d\xfb\xf6\xf5\xeb\xd7\x8f\x1f\x3f\xfe\x9d\xd7\x5e\xd7\x75\x5d\ \xf5\xdd\xf7\xfa\x40\xa2\x4f\xbc\xef\x89\x5e\xb7\x3b\x3f\x3f\xaf\ \x69\xda\x85\x0b\x17\x88\xa1\x23\x04\x05\x17\x9c\xf3\xa1\xa1\xa1\ \x27\x9f\xf8\xb1\x41\xbf\x7f\xed\xda\xb5\xa5\xa5\x25\x82\x49\x14\ \xc7\xba\xae\x4f\x4f\x4f\x97\xcb\xe5\x76\xab\xfd\x93\x3f\xf9\x93\ \x8b\x8b\x8b\x5f\xf9\xca\x57\x4c\xd3\x0c\xc3\xb0\x5e\xab\xf7\x7a\ \xbd\x5e\xbf\xff\xf4\xd3\x4f\xa7\x69\x6a\xdb\x26\x63\x1c\x00\xa0\ \xfc\x26\xbe\x97\x2e\x17\x9c\x4b\x29\x21\x04\x69\x9a\x20\x24\x7b\ \xbd\x7e\xb3\x59\xd7\x34\x38\x3d\x3d\x81\x10\xa8\xd7\xab\xdd\x6e\ \x3b\x4d\x63\xc7\x31\x91\x06\x84\x64\x42\x4a\x84\x01\x80\xe0\xe6\ \xad\xeb\xf3\x0b\xb7\x1d\xd7\xea\x74\x5b\x51\x1c\x2c\x2c\x2c\xa8\ \xf9\xa0\xeb\xba\x61\x18\xaa\x31\xe2\x5d\x36\x49\x78\xb9\x9c\x65\ \x59\x96\x65\x11\x42\x94\x84\x20\x9f\xcf\x3b\x8e\xa3\x3e\x89\x69\ \x9a\x10\x02\x84\x50\xad\x56\x53\xda\x83\x28\x8a\xd4\xf0\x51\xad\ \x81\xb2\x2c\x5b\x5d\x5a\xde\xde\x5c\x9f\x3d\x7a\x64\xee\xe8\xac\ \xcc\xd2\xe2\x70\xf9\xc1\x87\xce\x14\x4a\x45\x80\xe0\x9d\xa5\xc5\ \x6a\xb5\xfa\x03\xc2\xa2\xe4\xda\x91\xf7\x23\x83\x1c\xde\xf3\x87\ \xe7\xfb\xf3\xa1\x52\x4c\x4c\x4c\xec\xaf\xd6\x09\xa1\x21\x74\xfb\ \xf6\x6d\x35\xbf\x23\x18\x53\x4a\x6f\xde\xb8\x51\x2c\x16\xa7\xa6\ \x27\x7b\xbd\x5e\xb1\x58\xbc\xff\xfe\xfb\xb3\x2c\x43\x08\xd5\xeb\ \xf5\x24\x8d\x3d\xcf\x45\x08\x7d\xe8\x43\x1f\x5a\x5f\x5f\x9f\x98\ \x98\xf0\x3c\x6f\x6b\x6b\xab\x58\x2c\x7a\x9e\x97\x2f\x97\x84\x10\ \x58\xd3\x92\x24\x05\x10\x69\x08\x41\x8c\x29\xa5\x00\x42\xa4\x69\ \x10\x21\x25\xa4\x8d\xee\xde\x51\x69\x1c\x8f\x57\x2a\x23\x95\x8a\ \x63\xd9\x53\x53\x53\xb5\xdd\xbd\x38\x08\xdb\x9d\x4e\xa3\x5e\x0b\ \x7c\x1f\x08\x00\x01\xe0\x29\x4b\xa2\x70\xb7\xba\xf3\xda\x6b\xaf\ \x35\x5b\xf5\x34\x8b\x1d\xc7\xcd\xd2\x54\x31\x24\xdd\x6e\x37\x0c\ \xc3\xd1\x91\xd1\x46\xa3\xa1\xa6\xf8\x71\x1c\x9f\x3a\x75\x72\x63\ \x63\x6b\x6a\x6a\x06\x42\x0d\x00\x6d\x30\x08\xf2\xf9\x62\x10\x44\ \x10\x62\x42\x8d\x52\x71\x48\x08\xde\xeb\xf5\xd2\x34\xe5\x9c\xbb\ \x8e\x7b\xfc\xf8\x71\xb5\xb7\xb3\xba\xba\xaa\xc0\xfd\xe6\xcd\x9b\ \x4f\x3c\xf1\xc4\xf4\xf4\xf4\xe4\xe4\x24\x84\x70\x6e\x6e\xce\xb6\ \xed\x73\xe7\xce\x75\x3a\x9d\xcb\x97\x2f\x2b\x71\xc9\xbd\xc0\x22\ \xc6\x53\x93\x13\x13\x93\x93\xc3\x43\xc3\x63\x63\x63\xad\x76\xfb\ \xa5\x57\x5e\xbe\x7e\xf3\x06\xd5\xe9\xcc\xcc\xcc\xd3\x1f\xfd\xa8\ \x6d\x59\x08\xa1\xb3\x67\xcf\xde\x77\xdf\x69\xf5\x68\x79\xe7\x9d\ \x77\x36\x36\x36\x66\x67\x67\x9f\x7a\xea\xa9\xeb\xd7\xaf\x47\x51\ \xf4\xc8\x23\x8f\xbc\xf4\xd2\x4b\xa6\x69\x6e\x6e\x6d\x5e\xbc\x78\ \xf1\xc1\x07\x1f\xb4\x6d\xdb\xb6\xcd\x46\xa3\x25\x38\x57\x4f\x29\ \xcb\xb2\xf8\x81\xb0\x56\x4a\x4c\xa9\xae\xeb\x61\x18\xf9\xbe\x0f\ \x00\x5c\x59\x5e\x09\x82\x00\x00\xb0\xb7\x57\x5b\x59\x59\xd9\xdc\ \xdc\x5a\x5e\x5e\x5e\x5b\x5b\x0b\x82\x70\x68\xa8\xe4\x79\x1e\x63\ \x1c\x41\xb8\xb5\xb5\xd3\x6a\xb5\xde\xf7\xbe\xf7\xa9\x45\xc9\x6e\ \xb7\xab\x48\x2a\xb5\xc3\xce\x39\x57\xe0\x9b\x24\x89\xa6\x69\x08\ \x21\x35\xf3\x56\xbb\x49\x6a\x56\xab\x76\xfb\xd4\x48\xb1\xd3\xe9\ \xc6\x51\x8c\x31\x16\x42\x20\x84\x08\x21\x84\x90\x07\x1e\x78\xe0\ \xbe\xfb\xee\xc3\x18\x17\x0a\x85\x99\x99\x19\x91\x66\xb5\x9d\xdd\ \xf5\x95\x95\xdd\xea\xf6\x91\xa3\x47\x4f\xdf\x77\x7a\x78\x64\x38\ \xe3\xa9\xed\x79\x47\x66\x8f\xce\x1c\x39\xf2\x83\x52\x2e\x00\x00\ \x93\x3c\xf1\x29\xfd\xc3\x7f\xdf\x38\xf8\xf7\x93\xbf\xa0\xe9\x87\ \x86\x86\x87\xe7\xaf\xe0\xe7\x08\x25\x49\x92\x10\x9d\xc6\x71\x3c\ \x3c\x3a\xf2\xa7\x5f\xfb\x5a\x9a\xb1\x3f\xfc\xa3\x3f\xfa\xef\x3e\ \xf7\x39\xcf\xcb\x6d\x6d\x6f\x6f\x6d\x6d\x05\x41\xc8\x18\xbb\x75\ \xeb\x56\xa3\xd1\x10\x42\x40\x08\x67\x66\x66\x16\xe6\x17\x01\x04\ \x69\x9a\xd9\x8e\xf3\xc8\x7b\xde\x73\xf5\xea\x55\x00\x40\xa5\x52\ \x99\x9c\x9e\x9e\x9c\x9e\xfe\x17\xff\xd3\xff\xfc\xce\x85\x0b\x49\ \x9a\x12\x82\x21\x04\x82\x33\x00\x40\x96\xa6\x69\x1c\x73\xce\xc1\ \xbe\x89\x16\x20\x84\x12\xac\x31\x96\x19\x96\xe9\xfb\x83\xb5\xa5\ \xa5\xc5\xc5\x85\x2c\x49\x36\xd6\xd7\x36\x36\xd6\x47\x86\x87\x31\ \x21\x40\xca\x2c\xcb\x38\xcf\x24\x00\x9b\x5b\x9b\x4b\x4b\x8b\x96\ \x69\x3c\xfb\xad\x67\xf7\x76\xf7\xda\xad\x56\xc6\x32\x82\xb1\xda\ \x98\x26\x18\xe7\x72\xb9\x4e\xa7\x13\xc7\xf1\x60\x30\x08\x82\xe0\ \xc6\x8d\x9b\x0f\x3d\xf4\xd0\xee\xee\x6e\x1c\xc7\xba\xae\x63\x8c\ \xdb\xed\xb6\x61\x18\xaa\xb6\xed\xf7\xfb\xf9\x7c\x5e\x99\x89\x51\ \x4a\x4b\xa5\x92\x65\x59\x7f\xf6\x67\x7f\xf6\xdb\xbf\xfd\xdb\x85\ \x42\xc1\xf3\xbc\x46\xa3\xd1\xed\x76\xf7\xf6\xf6\x30\xc6\x95\x4a\ \x45\x19\x70\x2d\x2f\x2f\xbf\xf1\xc6\x1b\x2f\xbc\xf0\xc2\x53\x4f\ \xbd\x3f\x4d\xd3\x7b\x7e\x20\x35\xea\x8d\x6e\xbb\x93\xcb\xe5\x5e\ \x7e\xed\xd5\x76\xb7\x9b\x2f\x14\x2c\xcb\xca\xd2\x6c\x7d\x7d\x3d\ \x0e\x42\xc3\x30\xc2\x30\xb2\x6d\xfb\x89\x27\x9e\xc8\xe7\xf3\x18\ \xe3\x85\x85\x05\x84\xd0\xe8\xe8\xa8\x69\xe8\x9f\xfd\xec\x67\x85\ \x10\x53\x53\x53\xe5\x72\x39\xcb\xb2\xe9\xe9\xe9\xb3\x67\xcf\x8e\ \x0c\x0f\x13\xa2\x45\x51\x6c\x9a\xa6\x12\x28\x42\x0d\x39\x8e\x23\ \x01\x38\x90\x9d\x0b\x21\xe2\x38\x5e\x5e\x5e\x26\x18\xc7\x51\x38\ \x33\x3d\x75\xfa\xbe\xfb\x06\xfd\xde\xc4\x78\x25\x8e\xc2\x28\x0c\ \xf6\x76\xab\x39\xcf\x15\x9c\xc5\x51\x8c\x20\xc0\x9a\xd6\xeb\x76\ \x37\x36\xd6\xcf\xbf\xfe\x7a\x75\x67\xbb\xd3\x6e\x41\x00\xb0\x86\ \x54\xdd\xad\x6c\x3b\x14\xaf\xf2\x17\x3b\xfa\x00\x0c\x06\x03\x35\ \x0c\x56\xc0\x87\x10\x52\xe0\x5b\x2c\x16\x31\xc6\x61\x10\x00\x08\ \x55\xe5\x88\x10\x9a\x98\x98\x18\x1d\x1d\x2d\x97\xcb\xbd\x5e\xcf\ \x34\xcd\xed\xed\xed\x34\x4d\x67\xa6\xa6\x1c\xdb\xca\xb9\xee\xc8\ \xf0\x70\xb9\x5c\x1a\x0c\xfa\xa5\x52\xf1\xdc\xa3\x8f\x8e\x4f\x54\ \x72\xa5\x42\x9c\xc6\x3f\x38\x2c\x42\x04\x30\x86\x48\x03\xda\xdd\ \x7f\x10\x1d\x9a\x37\x1f\x9e\xbf\x8a\x0f\x85\xd5\xdd\x9a\x6e\xe8\ \x42\x00\xcb\xb6\x9f\x79\xe6\x6b\xd7\x6f\xdc\xfc\xf6\x0b\x2f\x18\ \xa6\x15\xc5\xc9\x20\x08\x84\x04\x9b\x9b\x9b\x5b\x9b\x5b\x9c\x73\ \x25\xf1\x55\x1b\x72\xcf\x3d\xf7\x5c\xbd\x5e\x0f\x83\x88\x52\xa2\ \xa6\xf5\x10\xc2\x9d\x9d\x1d\xdb\xb2\x08\xa5\x92\xf3\x30\x0c\xe7\ \xe7\xe7\x55\x8f\x99\xc4\x71\x92\xa4\x00\x42\xce\x79\x18\x86\x3c\ \xcb\x00\x50\x16\x11\x80\x10\x6c\xe8\xd4\xa0\x44\xb0\xac\xdd\x6a\ \x2d\x2e\xcc\x0f\x0f\x0f\x21\x08\xf6\x6a\x7b\xb3\xb3\x47\x4d\x83\ \xda\xa6\x21\x84\x88\x93\x50\x08\x81\xa9\xa6\x63\xf2\xf0\x43\x67\ \x4d\x43\xcf\xe7\x72\xeb\x6b\xeb\xa6\xa1\x03\x08\x18\xe7\xfb\xb7\ \x9f\xa6\xc5\x71\x0c\x00\xf0\x7d\x5f\x08\x41\x08\x3d\x76\xec\xb8\ \x2a\x63\xd5\x20\x95\x10\x62\x9a\x66\xad\x56\x53\xe5\xde\xf8\x78\ \x85\xea\xba\x62\xbd\x01\x00\xb6\x6d\xdf\xba\x75\xab\x52\xa9\x40\ \x08\x6f\xdd\xba\x15\x86\xa1\x69\x1a\xf5\x7a\x7d\x73\x73\xf3\xd8\ \xb1\x63\x7b\x7b\x7b\x27\x4e\x9c\xf0\x7d\xff\xf9\xe7\x9f\xbf\x7e\ \xfd\x7a\xa5\x52\x29\x97\x87\xef\x5d\x9f\x25\xc1\x50\xa1\x28\x85\ \x18\x1e\x1e\x7e\xf1\xc5\x17\x27\xa7\x26\x7f\xe3\x9f\xff\xf3\x4f\ \xfc\xfc\xcf\x0b\x21\x7a\xed\xce\xa0\xd7\x4f\x93\x44\x48\xf1\xc6\ \x1b\x6f\xbc\xf5\xf6\x5b\x8d\x66\x43\xf1\x15\xab\xab\xab\x51\x14\ \x79\xb9\x9c\xe7\x79\x4f\x3e\xf9\xe4\xf3\xcf\x3f\x3f\x3c\x3c\x6c\ \x18\xc6\xa9\x53\xa7\x1e\x7f\xfc\xdc\x1f\xfc\xe1\x1f\x7e\xfe\xf3\ \xbf\x29\x25\x88\xe3\x58\x79\x50\x0a\xc6\x7d\xdf\xef\x75\xbb\xed\ \x76\x5b\x30\xae\x4c\x37\xa8\xae\x17\x0a\x05\x4a\xb4\x5e\xb7\x33\ \xe8\xf7\x5a\xcd\xfa\xda\xea\x8a\x14\x7c\x67\x7b\x8b\xb3\x2c\xf0\ \x07\x94\x60\x7f\xd0\xf7\x07\x83\x34\x49\x38\xcb\x2e\x5f\xba\x74\ \xe5\xd2\xa5\x34\x89\x5f\x7d\xe5\x95\x2c\x4d\xb3\x34\x49\xe2\x58\ \x09\xe0\xd5\xea\x51\x3e\x9f\x07\x00\x60\x8c\x93\x24\xf1\x7d\x3f\ \x97\xcb\x8d\x8f\x8f\x43\x08\x55\x9d\xa8\x76\x57\x74\x5d\x8f\xe3\ \x58\x55\x94\xa6\x65\xb9\x8e\x23\x84\x50\x02\x9d\x30\x0c\x2f\x5d\ \xba\x34\x18\x0c\x94\xac\x32\xcb\xb2\x76\xbb\x9d\xc5\x89\xe7\xba\ \x82\x8b\x56\xab\xe5\xfb\xfd\x24\x89\x77\xaa\x3b\x5f\xfe\xf2\x97\ \x1f\x7d\xec\x51\x3b\xef\x8a\x7b\xd1\x2d\xc2\x30\x7d\xf1\xdf\x67\ \xad\xe0\x2f\x9c\x20\x01\x84\xf8\xb0\xad\x3e\x3c\x7f\xd5\x1f\x90\ \xa6\x49\x09\x04\x67\x17\xdf\xb9\xf4\x1b\xbf\xf1\xcf\xbe\xf4\xa5\ \x2f\x6b\x1a\x9a\x9c\x9c\xb0\x2c\xcb\xf3\xbc\xdd\xdd\xdd\xb7\xdf\ \x7e\xfb\x93\x9f\xfc\xe4\x8d\x1b\x37\x5a\xad\xd6\xed\xdb\xb7\x09\ \x21\x69\x9a\x8e\x8e\x8e\x1e\x39\x72\xe4\xeb\x5f\xff\xfa\xc7\x7f\ \xee\x67\x30\x21\x96\x65\xed\x0b\x41\x82\xe0\xe5\x17\x5e\x18\x1f\ \x1f\x6f\x34\x1a\x23\x23\x23\xbb\xbb\xbb\x59\xc6\x21\x04\x85\xbc\ \x1b\x07\x83\x6a\xb5\x5a\xab\xd7\xcf\x3d\xfa\x28\x80\x40\x19\xfe\ \x08\xce\x20\x84\x61\x14\xb5\x1a\x4d\x43\xd7\x37\x37\xb7\x0a\x5e\ \x6e\x6c\x74\xf4\xcc\x03\x0f\xf4\xba\xdd\x7a\xbd\xbe\xdb\x6a\x3f\ \x78\xf6\x0c\x94\xc0\xd0\x49\xbf\xd5\x21\x3a\x3e\x7f\xfe\xf5\x7a\ \xbd\xce\xd2\x14\x02\x81\x31\xb1\x1d\x6b\x63\x63\x43\xfd\x2c\x59\ \x9a\xda\xb9\x5c\x2e\xe7\x85\x61\x58\x2c\x16\x2d\xcb\xf2\x3c\x57\ \x08\x69\xdb\x4e\xb5\x5a\x2d\x16\x4b\x5e\xce\x9b\x5f\x58\x18\x1b\ \x1d\xbb\x78\xf1\x9d\x20\x08\x0d\xc3\x44\x08\xa9\x9d\x3f\x35\x0b\ \xc3\x18\xab\x39\xa3\x9a\x15\x64\x59\x36\x32\x32\x32\x39\x39\x99\ \xcb\xe5\x5e\x7f\xfd\x75\xdf\xf7\x83\x20\xf8\xf8\xc7\x3f\xfe\xa5\ \x2f\x7d\xf9\xd3\x9f\xfe\x54\x10\x04\xf7\xac\x8b\x92\x52\x76\xda\ \x6d\xac\x69\xff\xe2\xf3\xff\xeb\x91\xd9\xa3\xff\xed\x7f\xf3\x8f\ \xfb\xfd\xee\xe6\xd6\x96\x6e\x18\xd5\xdd\xea\xcd\xeb\x37\xca\xcd\ \x51\x88\x35\x8c\x31\x90\xb2\x58\x28\xd6\xf6\xf6\x56\x56\x56\x10\ \xc6\xf3\xf3\xf3\x23\xa3\xa3\x02\xc8\x24\x49\x35\x4d\xdb\xdc\xdc\ \x4c\xd3\x14\x63\xdc\x68\xb4\xfa\xfd\xfe\xce\xf6\x56\xab\xd5\x72\ \x5d\x37\xf0\xfd\x28\x0a\x09\x21\x9c\xf3\x66\xb3\x39\x34\x3c\xcc\ \x39\x87\x08\x01\x29\x21\x84\x95\xf1\x0a\x8b\x93\x62\xbe\xb0\xb5\ \xb5\xf5\xe2\xb7\x5f\xa4\x94\x40\x09\xd2\x38\x01\x42\x1e\x3b\x3a\ \x87\x00\xb4\x4c\x93\x31\x16\x04\x41\xa1\x58\x3c\x76\xec\x18\x42\ \x5a\xab\xd5\xea\xf7\xfb\xd5\xdd\xdd\x2c\xcb\x0e\x36\xd3\xd5\xf8\ \x45\x35\xd4\xbd\x5e\xcf\x71\x1c\x85\x8f\x96\x65\xa9\xab\x57\xa9\ \x54\x9a\xcd\x66\x1c\xc7\x10\xc2\xf1\xf1\xf1\xf5\xf5\xf5\x62\xb1\ \xd8\xa8\xd7\x7b\x7e\x0f\xec\xaf\xe4\x17\xfb\xfd\x3e\x21\xe4\xf2\ \xe5\xcb\xb9\x5c\x8e\x31\x66\x18\x46\xb9\x5c\x66\x71\xd2\xab\xf6\ \x9d\x9c\x3b\x5a\x19\x6b\xb5\xdb\x37\xef\xdc\xd6\x30\xf9\x89\x9f\ \xfa\xa9\x30\x1a\xf4\x3b\xdd\xec\x3f\xb9\xe2\xf2\x57\xc1\x22\x44\ \xa2\xb1\x24\x81\x06\xbf\x67\xa7\xee\x50\x04\x73\x78\xfe\xca\xa3\ \x69\xe8\xda\xf5\x9b\x1a\xd1\x11\x42\xff\xec\x37\xfe\xc7\x5f\xfb\ \xf5\x7f\xfc\xf0\xc3\x0f\xbd\xf4\xf2\x77\xaa\xd5\xaa\xeb\xe6\xa8\ \x6e\xea\xd4\xbc\x72\xe5\x8a\xea\x6b\x76\x77\x77\x85\x10\xb5\x5a\ \x2d\x97\xcb\x9d\x3d\x7b\x76\x62\x62\xa2\xd3\xe9\x0c\xfa\xfd\x62\ \xb9\x5c\x1c\x1a\xca\x79\x1e\x21\x24\x08\x82\x07\x1e\x78\x20\x9f\ \xcf\x67\x59\x36\x3c\x3c\x3c\x3a\x3a\x12\x46\xa9\x6d\x99\xa6\x6d\ \x00\x20\xfc\xb7\xdf\x0e\x82\x00\xeb\xba\x72\x9f\xe1\x5c\x42\x08\ \x59\x96\x0c\x7a\x9d\x5e\xaf\x17\xf8\xfe\xf1\xb9\x23\x0b\xf3\xb7\ \x11\x42\x82\x67\x50\x8a\x66\xad\x7e\xdf\x23\x8f\xb0\x2c\xa3\x94\ \x30\xc6\x6c\xc7\xac\xef\x55\x3f\xf4\xd4\x07\xaa\x73\xc7\x16\x17\ \x16\x4a\xc5\xfc\xf6\xf6\x76\x18\x47\x84\x10\x00\x45\xbf\xdf\xcf\ \x17\x0a\x58\xd7\x73\xb9\x7c\x92\xd4\xd5\x42\x61\x1c\xa5\x6f\xbe\ \xf1\xb6\x65\x59\x8e\xe5\xa5\x09\x23\x9a\x3e\x54\x1a\xc1\x1a\x0d\ \xfc\x68\x66\xfa\xe8\xe2\xe2\x92\x1f\xc6\x85\x42\xa1\xd3\xe9\x08\ \x21\xc2\x30\x54\xeb\x34\x9c\xf3\x99\x99\x99\x4a\xa5\xb2\xb3\xb3\ \x6b\x9a\xe6\xd9\xb3\x67\x1d\xc7\x39\x7f\xfe\x7c\xa9\x54\xfa\xb5\ \x5f\xfb\xb5\x2f\x7e\xf1\x8b\xbf\xfc\xcb\xbf\x94\x24\x69\xa1\x98\ \xab\xd5\x77\xee\xb1\x4e\x07\x40\x72\xf1\xcd\x6f\x7e\xf3\xea\x95\ \x2b\xbf\xf5\xdb\xbf\x65\x39\x36\x44\xb2\x50\x2c\x72\xc1\x59\x9a\ \xcd\xdf\xba\xf5\xf7\x4e\x1d\xbf\x7a\xf3\x06\x8b\x93\x9d\xcd\x2d\ \xdf\xf7\xd5\xfc\x0e\x00\x78\xf3\xe6\xcd\x52\xb9\xdc\x1b\xf4\xf3\ \xf9\x9c\x72\x15\x32\x4d\xf3\xad\xb7\xde\xba\x7a\xf5\x4a\xbb\xdd\ \x66\x8c\xd5\x6a\xb5\xed\xed\xed\x6e\xa7\x33\x7b\xf4\x08\xc6\x78\ \x69\x69\x29\x4d\xd3\xa7\x9e\x7a\x0a\x13\x02\x01\x50\xc6\xdc\x61\ \x10\x56\x37\x37\x5c\xd7\x8d\xe3\x70\x63\x63\x75\x6e\x6e\xce\x30\ \x68\xa1\x90\x1b\x1e\x2e\xd7\x1b\x7b\x10\xc9\x07\x1e\x7c\xc0\xd6\ \x1d\x4a\xb1\x64\x69\xa3\xb6\xbb\xbc\x78\x67\x69\xe1\x8e\x32\x27\ \x1f\x1b\x19\x02\x00\xee\x35\xdb\xaa\x8f\x56\x90\xa7\x94\xf6\xa6\ \x69\x5a\x96\x35\x32\x32\x62\xdb\xf6\xee\xde\x5e\x10\x04\x6a\x99\ \x52\x0d\x34\xda\xed\x76\xb9\x5c\xe6\x9c\x1b\xa6\x99\xd5\x1b\xba\ \x61\xb8\xae\xcb\x39\x57\x2d\x7f\x14\x45\xbd\x5e\x4f\xed\x5f\xe6\ \x72\x39\xee\x64\xb5\x56\xbd\xd3\xed\x0c\x82\xe0\xd4\xfd\xa7\x95\ \x90\x08\x21\xb0\xba\xb2\xda\xac\xef\x85\x93\x63\x60\xa8\xf4\x83\ \x34\xd1\x88\xb2\x57\xbe\xc0\x7b\xf1\xe1\x3d\x7f\x78\xbe\x7f\xa9\ \x88\xc9\x1f\x7f\xe5\x2b\xbf\xff\xfb\xbf\xff\xf9\xcf\x7f\x7e\x6f\ \x6f\x6f\x76\x76\xf6\x0b\xbf\xf5\xbb\x84\x90\x27\x9f\x7c\x72\x63\ \x63\x23\xcb\xb2\x38\x4d\x6c\xcb\xfa\xf4\xa7\x3f\xfd\xd1\x8f\x7e\ \xf4\xe8\xd1\xa3\x8f\x3c\xf2\x88\xd2\xa0\x01\x00\xae\x5f\xbf\xbe\ \xb9\xb9\x79\xfb\xf6\x9d\x7e\xaf\x77\xe1\xcd\x37\x9f\xfa\xc0\x07\ \xe2\x38\x2e\x14\x0a\x10\x21\x21\x44\x2e\x97\x8b\xa2\x08\x21\x8d\ \x52\x12\xc7\x51\xab\x5e\xe7\x71\xbc\xb9\xb9\x09\x21\x04\x9a\x16\ \xf9\xbe\x14\xa2\xdf\xef\xf7\xfb\x7d\x3b\x5f\xe4\x42\x0c\x7a\x7d\ \x43\xd7\x2d\xcb\xea\x76\xbb\x2c\xcd\x30\x26\x18\xe3\x38\x89\x10\ \x10\xfe\x60\x40\x29\x45\x00\x70\xc6\x28\x25\xaf\xbc\xf2\xca\x73\ \xcf\x3d\x9f\x24\xf1\xa0\xdf\x5f\xdf\x58\x87\x10\x0e\x0d\x0d\x01\ \xb0\xef\xc2\xd2\xe9\x76\x15\x39\x3b\x18\x0c\xe6\xe6\xe6\x7a\xbd\ \xde\x67\x3e\xf3\x99\x7c\x3e\xaf\x61\x0d\x42\x98\x24\x89\xb2\xe9\ \xfe\xdc\xe7\x3e\xf7\xf4\xd3\x4f\x9f\x3d\x7b\xd6\x32\xcd\x30\x0a\ \xd5\x8c\x4c\xd3\x34\xcf\xf3\x5a\xad\x56\xa1\x50\x58\x59\x59\x91\ \x52\xa4\x69\xb2\xb4\xb4\xf4\xcd\x6f\x7e\xf3\xd2\xa5\x4b\x1f\xf9\ \xc8\x47\x28\xa5\xed\x76\xdb\xb2\xac\xa3\x47\x8f\x86\x61\xf8\xd4\ \xfb\x3f\xa0\xda\xf3\x7b\xd1\x00\x08\xf1\xd6\x9b\x6f\x7e\xe3\x1b\ \xdf\xf8\x95\x5f\xf9\x95\x7c\x3e\x7f\xf5\xda\xb5\xab\xd7\xaf\x3b\ \xae\xa3\x69\x5a\x3e\x97\xbf\x75\xeb\xd6\x9f\x7f\xe3\x9b\x8b\x0b\ \x0b\xdf\xfa\xd6\xb7\xe6\xe7\x17\xe2\x24\x81\x10\x3e\x70\xff\xfd\ \x9f\xfe\xf4\xa7\x5a\xad\x96\x94\xf2\xf4\xe9\xd3\x95\x4a\xe5\x7d\ \x4f\xbc\x4f\x21\xa3\x61\x18\xef\x7b\xdf\xfb\xd4\x86\x1f\x21\xc4\ \x71\x9c\x33\x67\x1e\x3c\x7e\xe2\xc4\xc4\xc4\x04\xa5\x74\x67\x67\ \xe7\xd8\x89\xe3\x8a\xfd\x57\x43\x06\xb5\x69\x57\xdd\xde\xee\xb6\ \x3b\x13\x95\xca\x9d\xdb\xb7\xeb\xb5\x9a\xa9\x1b\x51\x18\xee\xee\ \x54\x39\x63\x69\x9a\x26\x49\xa2\x1b\x46\x92\x24\xae\xeb\x3e\xf2\ \xc8\x23\x1f\xff\xf8\xc7\x1f\x7f\xfc\xf1\x99\x99\x19\x84\x50\x94\ \x44\x3c\x63\x9c\x73\x08\xa1\xae\xeb\x2a\xa6\x3c\x4d\xd3\x38\x8e\ \xbb\xdd\xee\xe2\xe2\xe2\x8d\x1b\x37\x94\x4b\x58\xbf\xdf\x57\xdc\ \xcb\xf4\xf4\x74\x92\x24\xca\x72\xf8\x60\x19\x51\x7d\xa1\x86\x8f\ \x84\x90\xb1\xb1\x31\xd7\x75\x09\x21\x95\x4a\xc5\xc9\x79\xef\x7d\ \xf4\xd1\x4c\xb0\x9f\xfd\x2f\x7e\x96\x52\x3a\x32\x32\x7c\xe6\xcc\ \x99\x23\x93\x53\x69\x1c\xf7\x5a\xed\x41\xbf\xf7\x83\x37\xd1\xf8\ \x30\x4c\xfd\xf0\xfc\xff\x9c\x2d\x82\x28\x8a\xae\x5d\xbb\xf6\xf6\ \xdb\x6f\x9f\x3a\x75\xea\x0b\x5f\xf8\x42\xb1\x58\xbc\x72\xe5\xca\ \xc9\x93\x27\x15\x21\xb8\xb7\xb7\x77\xe9\xca\x95\xb3\x57\xae\x0c\ \x0d\x0d\xfd\xe6\x6f\xfe\xe6\x67\x3e\xf3\x19\xa5\xc9\x78\xe8\xe1\ \x33\xff\xe7\xbf\xfa\xbd\x7a\xbd\x6e\x3e\xf2\xf0\xed\x5b\xb7\x26\ \x26\x26\xee\xdc\xb9\xd3\xed\x76\x3d\xcf\x33\x0d\xa3\x34\x3c\xdc\ \x6c\x36\xbb\xdd\xee\xca\xca\xca\x91\xa3\x73\x10\xc8\x7a\xab\x91\ \x25\xd1\xed\xdb\xb7\x7f\xe9\x97\x7e\x09\x48\x49\x28\x45\x18\x13\ \x42\xc2\x41\x58\xdb\xde\xdc\xdb\xdd\xfd\xce\x6b\xaf\xe9\xba\xfe\ \xf0\xc3\x0f\x53\x4a\x6b\xb5\x5a\x75\x67\x07\x63\x9c\x44\xf1\x9d\ \xf9\x79\x89\xa0\x94\x62\x72\x6c\x54\x23\x44\x70\x9e\x24\xb1\x61\ \xe8\xf3\xf3\x77\x5a\xf5\xc6\xd9\x87\xce\x56\xf7\x76\xb7\xb6\xb6\ \x00\xd4\x66\x66\x66\x56\x57\x57\x35\x8c\x85\x90\x96\x65\x29\xdf\ \xef\x0f\xff\xf8\x87\xde\x7a\xeb\xad\x46\xa3\xa1\x9c\xba\xd5\xe6\ \xef\xd8\xd8\x98\x32\x29\xf8\xf0\x87\x3f\xdc\xed\xfb\xdb\x3b\x3b\ \x94\x50\xcf\xf3\xee\xbf\xff\x7e\xdf\xf7\x4f\x9e\x3c\xf9\xd8\x63\ \x8f\xf5\xfb\xfd\x3f\xf8\x83\x3f\x30\x4d\x7b\x69\x69\x89\x31\x76\ \xee\xdc\xb9\xed\xed\x6d\x21\xc4\x17\xbe\xf0\x85\x89\x89\x89\xdf\ \xf9\x9d\xdf\x01\xdf\x23\x49\xb9\x87\x13\x45\xd1\xef\xfd\xde\xbf\ \xe6\x92\xbf\xf3\xce\x3b\xe7\xdf\x7e\x6b\x72\x62\xe2\xd4\xe9\x13\ \xd7\xaf\x5e\x65\x8c\xa7\x71\x7c\xec\xe8\xec\x43\x67\x1f\xda\x6d\ \x36\x92\x30\xca\x39\xee\x5b\xaf\xbf\x61\x5b\xd6\xd1\xd9\xd9\x17\ \x5f\x7c\xb1\x52\xa9\xbc\xf1\xc6\xf9\x53\xdd\xd3\x7e\xcf\xaf\x8c\ \x55\x74\x5d\x67\x2c\x3b\xfb\xd0\x59\x00\x80\xeb\x38\x2c\x4b\x8f\ \x1e\x3d\x8a\x10\x8a\xc2\xa0\xba\xb3\x93\xcf\xe7\x95\xa6\x5a\x75\ \xac\x50\x4a\xc6\x58\xb3\xd1\xc8\x7b\xde\xc4\xf8\xf8\x3b\x17\x2e\ \xb6\xdb\xed\x93\x27\x4f\xde\xb9\x7d\x27\x35\x2d\xac\xa1\x2c\x49\ \x11\x84\xa6\x6e\x24\x41\xc4\x85\x70\x1c\x47\xd3\x34\xdf\xf7\x6f\ \xdd\xbc\xf9\xdd\x0b\x17\x8e\x1c\x39\xa2\x69\x5a\xa3\xd1\x40\x08\ \xe5\xf3\x5e\xb3\xdd\x51\x33\x5c\x4d\xd3\x2c\xcb\x52\xa4\x8a\xe7\ \x79\x13\x13\x13\xb9\x5c\x6e\x7b\x67\x47\x55\xdf\x85\x42\x61\x63\ \x63\x23\x0c\xc3\x0f\x7f\xf8\xc3\x00\x80\xd5\xd5\xd5\xdb\xb7\x6f\ \x53\x4a\x93\x34\x55\xcd\x78\xa7\xd3\x29\x95\x4a\x94\x52\x05\xd9\ \x41\x10\x5c\xb8\x78\xd1\x2d\xba\x43\xe5\xa1\xca\xc4\xf8\xe8\xd8\ \xe8\xde\x5e\xdd\x75\x5d\xcf\xf3\x5e\x7e\xf9\xe5\xd7\x5e\x7b\xad\ \x55\x6f\x9f\x3c\x32\xf5\x83\xc3\xe2\xe1\x39\x3c\x3f\xc0\xe8\x1f\ \x34\x5b\x6d\x5d\x37\x4c\xd3\xa2\xba\xde\x6c\xb5\xa9\x6e\xbc\xf2\ \xfa\x79\x8a\x89\x3f\x18\x24\x49\x02\x78\xf6\xce\x3b\x17\x8b\xa5\ \xd2\xe5\xcb\x57\x3a\x9d\x0e\xa5\x94\x10\x72\xe1\xad\x0b\xfd\x5e\ \x6f\x76\x76\xf6\xcc\xd9\x87\x16\xe7\x17\xb8\x10\x6a\x11\xcd\x30\ \x8c\x66\xab\xb5\xb7\xb7\xe7\xba\x2e\x42\x9a\xe0\xac\xd7\xe9\x32\ \x96\x61\x0d\x73\xc6\x94\x55\x57\x75\x7d\xbd\x50\x2e\xc7\x49\x3f\ \x4a\xb2\xda\xde\x6e\xc1\x73\x26\xc7\x2a\x51\x14\x26\x71\x7c\xe9\ \xe2\xc5\x5a\xad\x1e\x47\x61\x92\xc6\x48\x33\x97\x57\x96\x67\x30\ \x6a\xb4\x9a\x7e\xaf\x17\x9f\x79\xb0\x94\x2f\x2c\xaf\xac\xc4\x71\ \x3c\x31\x3e\x96\x26\x51\xb7\xdd\x29\x97\x4a\xb5\x46\x5d\xa7\x86\ \xed\xba\x9a\xa6\xd9\xb6\xad\x51\x4a\x75\xb3\xdf\xef\x77\x3a\x1d\ \x88\xd0\xd6\xf6\xa6\xae\xd3\x42\x21\x6f\x9a\x7a\xa7\xdd\x1e\xf4\ \xfb\xc5\x62\xd1\xb1\x9d\x41\xaf\xbf\xb4\xb8\x88\xb0\xe6\x0f\x06\ \x10\xa2\x28\x8e\x00\x00\xae\xeb\x9e\x3f\x7f\xfe\xfd\x4f\x3d\xd5\ \x6e\xb7\x6d\xc7\x39\x72\xe4\xc8\xe6\xe6\xd6\xe9\xd3\xa7\x3f\xf5\ \xa9\x4f\x7d\xeb\x5b\xdf\xfa\xd8\xc7\x3e\xf6\xf5\xaf\xff\xd9\xd4\ \xd4\xd4\xeb\xaf\xbf\x1e\xc7\xb1\x94\x62\x30\xf0\x11\xba\xc7\x7d\ \x84\x34\x4d\x6b\xbb\xd5\xe1\xb1\xd1\xe5\xe5\x65\xcb\xb5\xe3\x38\ \xde\xdc\x5c\xe3\x29\x9b\x18\x1f\xdf\x5c\x5b\x5d\x5a\x5c\xd4\x73\ \xce\xa3\x4f\xbc\xef\x81\x5f\xf8\x85\x17\x9f\x7d\xde\x34\xcd\x38\ \x49\x1e\x7d\xec\xd1\xdf\xfa\x97\xff\xf2\xce\xfc\xfc\x4f\xff\xcc\ \xcf\xac\xac\xac\xd8\xba\x89\x91\x16\x04\x01\x67\x59\x9a\xa5\x8f\ \x3d\xf8\xe8\x9f\x7f\xf3\x1b\xdd\x6e\xf7\xfc\xf9\xf3\xa3\xa3\x23\ \xc3\xe5\xa1\xa5\xa5\xc5\x7c\x3e\x37\x7f\xe7\x8e\xeb\x38\x9d\x56\ \xbb\x50\x2c\x66\x49\x62\xe8\xfa\xe6\xe6\xe6\x5e\xb5\x1a\x05\x83\ \x6b\x37\xae\x35\x9a\x75\x44\x60\xca\xd2\x24\x4b\x76\xf6\x76\xca\ \xa5\x72\xca\x92\x9b\x77\x6e\xd6\x1a\x7b\xc7\x8e\x1f\x9b\x99\x9e\ \x02\x00\xb0\x2c\xf1\xfd\xbe\x41\xc9\xc6\xda\xea\x4e\x75\xa7\x98\ \xf7\x90\x86\xb7\xaa\x35\x8c\x71\x2e\x97\x53\xf2\x26\x4a\x29\xe7\ \x3c\xbb\xfb\x9c\x80\x10\xfa\x03\xff\xc8\xcc\xcc\xe6\xd6\x56\x10\ \x04\xba\xae\x9f\x38\x71\xa2\x52\xa9\x2c\x2e\x2e\x2a\xbb\x59\x09\ \x00\x84\xf0\xd8\xb1\x63\x6a\xef\xb3\x52\xa9\x10\x42\x06\x83\x01\ \x63\x8c\x71\xbe\xb5\xb5\x99\x4f\x0a\x0f\x3c\x78\xff\xfc\xc2\x9d\ \xc5\xa5\xa5\xb7\x2f\x7c\xf7\xbe\xe3\x27\x2f\xbe\xf5\xf6\x1b\x6f\ \xbe\x89\x35\x2c\x59\x86\xbe\xdf\x58\xf0\x10\x16\x0f\xcf\xbb\xa9\ \x16\xd1\xd6\xfa\x76\xa3\xb6\x3b\x3e\x5c\xcc\x53\xdc\xf5\xbb\x69\ \x9c\x10\xdd\x2d\x0f\x8d\xb5\x1a\xb5\x9c\x57\xd0\xf1\x96\xe4\x71\ \xa3\x56\x05\x82\xf9\x7e\xd0\x6e\x37\x39\xcf\x82\x28\xf8\xdd\xff\ \xe3\x7f\x3f\x7a\xf4\xa8\x97\x2b\x7c\xed\x99\x3f\x2d\xe6\x5c\x9d\ \x68\x53\x53\x53\x2c\x89\xa3\xc0\x9f\x99\x9a\x84\x00\xf0\x2c\xad\ \x6e\x6f\xae\xaf\xac\xb1\x20\x3b\x7d\xfa\x3e\x81\xc0\xeb\xaf\xbc\ \xd4\x6e\x74\x92\x28\x59\x5e\x58\xf2\x6a\x35\xcb\xb4\x08\xc1\xcd\ \xbd\xea\xfc\x8d\x9a\xe7\x79\xb6\x65\xd4\x6a\xb5\x7e\xbf\x6d\x18\ \xa6\x0e\x68\xdf\xef\x41\x0d\x18\x16\x21\x10\x34\xab\xd5\xa1\x5c\ \xee\xce\xcd\x6b\x48\x6a\xba\x41\xa6\x26\xc6\xa1\x04\xad\x7a\x43\ \x30\xb6\x30\xbf\xd0\x6e\x75\x31\xa6\x18\x93\x38\x8e\x27\x26\x26\ \x57\xd6\xd7\x30\x21\xb9\x9c\xbb\xbe\xbe\x3a\x5e\x19\xdd\xdb\xd9\ \xfe\xe0\x07\x3e\xf0\xc2\x8b\x2f\x86\x83\x3e\x86\xa0\x32\x3a\xb2\ \xb5\xbd\x85\x21\x5c\x5a\x58\xf8\xb1\xc7\xdf\xf7\xf6\x77\x2f\xba\ \xb6\x17\xf4\x43\xc0\xc1\xe8\xd0\xa8\x63\xba\xa6\xae\xdf\x7f\xea\ \xd4\x6b\xaf\xbd\xd6\xef\x77\x7b\x9d\x96\x06\xc5\xd4\x44\xe5\x43\ \x1f\x7c\xbf\x41\xf1\xff\xf0\xdf\x7f\x6e\x6c\x6c\x64\x6d\x65\x31\ \x0a\x42\xce\x85\xe3\x58\x71\xf8\x2e\x92\xcd\xa4\xb4\x75\xe8\xe8\ \x5a\x94\xc4\x9d\x30\x8c\xcc\x20\x63\x19\x41\x88\x65\x89\xe0\x1c\ \x51\xd4\xaa\xd5\x5e\xf9\xd6\xb7\x20\x82\xad\x56\x07\x22\x59\x28\ \x16\x7e\xef\xdf\xfc\x9b\xf5\x8d\x8d\x0f\x7d\xe8\x27\x1e\x7e\xcf\ \x7b\xcf\xbf\xf6\xca\x8f\x3f\xf5\x81\x13\xc7\x8f\x4b\x96\x5a\xba\ \xc1\xb3\xec\xab\xff\xf1\x4f\xb2\x94\x49\x81\x5c\x27\xd7\xed\x0c\ \x1c\xd3\x2a\xe4\x72\x61\x10\x5a\xba\x81\x91\xb6\x78\xe7\xce\xd0\ \xf0\x70\xb9\x58\xda\xde\xde\xde\xd9\xad\x1a\xba\xee\x7a\x2e\x93\ \x30\xe3\xf2\xd6\x9d\x85\x41\x18\x77\xfa\x9b\x00\x11\xcb\xf5\x6e\ \x2f\x2c\x9d\x3c\x79\x6a\xb7\xde\xb8\x79\x67\x7e\x75\x7d\xeb\xc9\ \x27\xdf\xbf\xb4\xbc\xb6\xbe\xb1\x6d\xbb\xb9\xb4\xd3\xcd\x98\x2c\ \x94\x86\x92\x24\xa3\xb4\x23\xa5\x34\x0c\x13\x08\xce\x18\xa3\x94\ \x06\x83\x3e\xe7\x4c\x72\x86\x11\xac\xed\x56\x2d\x83\x0a\x96\x61\ \x08\x6a\x7b\xd5\x91\xe1\x61\x9d\xd2\x7a\xbd\x39\x3f\xbf\x38\x37\ \x37\x67\xba\x9e\x06\x77\x11\xd6\x82\x7e\xb7\x5c\x2a\x6f\xac\xae\ \x1c\x3b\x7a\x84\xa5\x09\x41\xd0\x20\x38\xf2\x07\x0f\x9f\x7d\x68\ \x6d\x6d\x2d\x68\x0f\x2a\xe5\xd1\x6f\x3e\xf3\x35\x29\xe5\x6b\xaf\ \xbc\x94\x65\x19\xc5\x38\x49\x22\x28\x98\xd2\x7b\xfd\xa7\x60\x11\ \x7e\xf4\x1f\xde\xd3\x6c\x83\x1d\x26\xae\x1f\x1e\x08\xe1\x5e\x6d\ \x17\x49\x51\x2e\xe4\x5d\xc7\x62\x9c\x47\x0c\xce\x2f\xae\x30\xb1\ \x4a\x31\xf4\x4c\xca\x99\x80\x92\x27\x49\x82\x10\x74\x1c\x0b\x63\ \xd2\xeb\xf5\x24\x84\xf9\x7c\xbe\x5a\xad\x3e\xf3\xd5\xaf\x42\xc9\ \xa0\xe4\x61\x18\x4e\x4d\x4d\xf9\x41\x20\xa5\xdc\xdb\xdd\x2d\x94\ \x4a\x9a\xa6\x29\x03\x9e\xb1\x91\xd1\xdd\xea\xee\xa0\xdf\x5f\x5a\ \x5c\xb9\x79\xeb\xd6\x8f\x7f\xe8\x83\xcb\xcb\xcb\xf9\x7c\x3e\xcb\ \x52\x5d\xa7\x41\x18\xec\xee\x56\x55\x4b\x5b\x28\x14\xc2\x30\xac\ \xd7\xeb\xca\xae\xb9\xd5\x6a\xb5\x5a\xed\xea\xde\x9e\x6d\x59\x8b\ \x8b\x77\x76\xab\xbb\x8f\x3f\xfa\x98\x65\x59\xdb\xdb\xdb\xfd\x4e\ \xb7\xd7\xeb\x01\x00\x5a\xcd\x56\x92\x64\x84\xee\x7b\xbb\x75\xbb\ \xdd\x38\x8e\xa3\x38\x46\x08\xe5\x72\xb9\x9d\x9d\x9d\x34\x0c\x9f\ \x7f\xfe\x5b\x95\xca\xf8\xdc\xec\x31\x0d\x69\x17\x2f\x5e\x1c\x1f\ \xab\x3c\xf6\xd8\x63\xbb\xbb\xbb\xf5\x7a\x7d\x76\x76\x6e\x64\x7c\ \xf2\xcd\x37\xdf\xee\xf5\x3a\x8c\xb1\xd9\xb9\x23\x4b\xcb\x95\x6e\ \xb7\x73\xee\xdc\x7b\x18\xcb\x9e\x79\xe6\x19\xc6\x58\x18\x06\xcf\ \x3d\xf7\xdc\xc2\xc2\x42\xa1\x90\x53\x83\xc5\x28\x0a\x95\x57\x20\ \xa5\xf4\x9e\x6f\x22\x08\xa1\x4e\x31\x02\x90\x20\x0d\x42\xa8\x44\ \xe9\x18\x41\x8c\x0c\x46\xa3\x2c\xcb\x5a\xf5\x9a\xeb\xba\x18\xe3\ \xc8\x1f\xa4\x49\x1a\x27\xed\xf3\xe7\xcf\x03\x00\x6e\xdc\xba\x75\ \xf5\xfa\xf5\xa9\x89\xca\x7f\xf8\xe3\x3f\xfe\xf5\x7f\xf4\x8f\x02\ \x3f\x80\x00\x5a\x96\x75\xe6\xcc\x99\x2b\x57\xae\x6c\x6e\x6e\xbc\ \xfc\xf2\xcb\x8f\xbe\xf7\xbd\x9c\x89\xb1\xd1\xd1\x9b\x37\x6f\xae\ \xac\xae\x1e\x3b\x36\xb7\xb4\xb4\xb4\xb7\x57\x2b\x14\x0a\x10\xc2\ \x24\x8e\xef\xdc\xb9\xc3\xa5\xf4\xc3\x30\x4e\x59\x73\x7d\x33\x97\ \xcb\xc5\x69\x9a\x09\x59\x6f\xb6\x67\x66\x66\xa2\x24\xe9\xf5\xfd\ \x82\x97\xdb\xdc\xdc\x7a\xf5\xd5\x57\x83\x20\xcc\xe5\xf2\xe3\xe3\ \xe3\x17\x2f\x5e\x34\x0c\x93\x73\xb9\xb1\xb1\x01\xbf\x67\x2b\x39\ \xcb\x32\x00\x80\x9a\x0b\xab\x10\xb1\x5c\x2e\x77\xeb\xfa\x75\x25\ \x63\x74\x2c\x47\xe1\x66\xab\xd5\x7c\xfc\xf1\xc7\x9b\xcd\x26\x94\ \x10\x41\x18\xc4\xb1\xeb\x7a\xc3\x23\x23\xae\xe7\xcd\xce\xce\xae\ \xae\xae\x6e\x6e\x6e\xfa\xbe\x6f\xdb\x76\xce\x71\x7f\xf9\xd3\xbf\ \xf8\xf2\x4b\x2f\x9d\x3f\x7f\x7e\xee\xd8\xb1\x66\xb3\xc9\x92\x14\ \x48\x09\x91\xc4\x10\x72\x0d\xa1\xef\x17\xee\x8c\xe1\x43\x1f\x7a\ \x17\xfd\xd3\xe1\xf9\xbb\x7e\x0c\xcb\x20\x00\x02\x0d\x35\x5b\x8d\ \x84\x49\x20\x91\xeb\x79\x1a\x31\xfb\xdd\x0e\x63\x92\x10\x23\x8d\ \x83\x6e\xb7\x3b\x36\x36\x06\x00\xe8\x74\xda\x94\x52\xa4\xe1\x6e\ \xb7\xeb\xfb\x83\x62\xbe\x4c\x08\xa5\x1a\xcc\xb2\xec\xca\x95\x2b\ \x52\xca\x66\xb3\xf9\xf9\xcf\x7f\x1e\x42\xb8\xbe\xbe\x7e\xee\xdc\ \xb9\x24\x89\xde\x7c\xfb\x8d\x9f\xf8\xf0\x47\x38\x67\x53\x53\x53\ \x6a\xc9\xe1\xdc\xb9\x73\xdf\xfe\xf6\xb7\xc7\x27\x2a\x57\xae\x5c\ \x05\x50\x12\x82\xc3\x30\x6a\x36\x1b\x4a\xdd\x96\xa6\xe9\xa3\x8f\ \x3e\xba\xb4\xb4\x4c\x08\xde\xdb\xdb\x2b\x96\x4b\x61\x18\x71\xc1\ \x8f\x1d\x3b\x36\x36\x36\x76\xe9\xd2\xa5\x66\xa3\x11\x0c\xfc\x4e\ \xa7\x53\x28\x14\x6c\x2f\x4f\x01\xe4\x9c\xf7\xfa\x3d\xa5\xca\xf6\ \x7d\x7f\x68\x78\x38\x0c\xc3\x7e\xbf\x7f\xf5\xea\xd5\x47\xdf\xf3\ \x9e\xdd\xea\xf6\xec\xec\xdc\xfa\xfa\xba\x1a\xff\x6f\x6d\x6d\x5d\ \xba\x74\xc9\x34\xcd\x5e\xaf\x37\x73\x64\xf6\xe8\xf0\x28\x21\x44\ \xa5\x24\x4b\x29\x46\x46\x86\x6b\xb5\x1a\x00\xf2\xb9\xe7\x9e\x53\ \x6d\xdd\xe5\xcb\x97\xbf\xfb\xdd\xef\xaa\x15\xc0\x24\x49\x3c\xcf\ \x53\x7c\xab\x65\x59\x9d\x4e\xe7\x9e\x2f\x3b\x42\xd0\x34\x4d\x88\ \x20\x80\x50\x70\x11\x84\xb1\x86\xb1\x60\x29\xc5\x58\x0a\xa1\x5c\ \xb5\xd5\xae\x8e\x0a\x7e\x02\x52\x2a\xdd\xdf\xca\xca\x8a\x10\xe2\ \xd6\x8d\x6b\x05\xdb\xf9\xa7\xdb\xdb\xca\x8f\x6b\x7b\x7b\x9b\x52\ \x1a\x45\xd1\xd0\xd0\xd0\xc8\xc8\x88\x90\x32\x4e\xe2\xab\xd7\xd6\ \x9e\x7d\xf6\xd9\xed\x9d\xed\xb9\x63\x73\xd7\xae\x5f\xa7\x94\xaa\ \x39\xa0\x94\xb2\x56\xab\x01\x84\x94\x89\x19\x21\xa4\xd5\x6a\x09\ \x21\x58\x96\xa5\x69\x1a\x04\xc1\xf2\xf2\xf2\xf0\xd0\x50\xbb\xd3\ \xbe\x71\xf3\xc6\xd1\xa3\x47\x0b\x85\x42\xaf\xd7\xbb\x73\xe7\x4e\ \xa7\xd3\x51\x2b\x95\x08\x21\x21\xa5\x9a\x0c\xaa\x74\x9d\x34\x4d\ \x95\x18\x28\x08\x82\x85\x85\x05\x82\xf1\xc8\xc8\x48\x79\x64\x64\ \x79\x79\x39\x08\xc2\x52\xa9\x74\xfa\xf4\xe9\xbd\x5a\x3d\x08\xc2\ \x38\x8e\xcb\x43\x43\x7b\xd5\x9d\x56\xab\x31\x33\x33\x33\x36\x36\ \xb6\xb2\xb2\x12\x04\xc1\xc4\xc4\xc4\x60\x30\x20\x84\xc4\x71\xdc\ \x6e\xb7\xaf\x5c\xb9\x12\x84\xa1\x90\xb2\xd9\x6c\xd6\x6a\x35\xc3\ \x30\x28\xa5\x07\xb1\xd7\xdf\x37\xb9\xe8\xb0\x89\x3e\x3c\xef\xea\ \x70\x21\x31\x86\xd4\xa0\x59\x12\x0b\x00\x53\x96\xd9\xae\xc7\x04\ \x2a\x14\xcb\x47\x26\x2b\x4b\xb7\xae\x44\x01\xef\xf5\x7a\x42\x08\ \x09\x00\xe3\x3c\x49\x92\x53\xf7\x9d\x0e\xc3\xb0\xd1\x68\xb2\x54\ \xe4\x73\x36\x34\x74\xc3\x30\xc6\xc7\xc7\x83\x20\x50\x77\xc8\xc8\ \xc8\x48\xa1\x50\x50\xb3\xf9\x1b\x77\x6e\xec\xd5\xf6\x94\xab\x2b\ \x26\x84\x50\x93\x50\xbd\xdb\xef\x65\x1b\xcc\xcb\xe7\xae\x5f\xbf\ \x5e\x2c\x16\x6d\xdb\xa9\x8c\x4f\x32\xc6\x8a\xa5\xd2\xa0\xdf\x5f\ \x58\x5c\x06\x10\x45\x71\xea\xb8\xb9\xc0\x8f\x4e\x9d\x3a\xa5\x1c\ \xc9\xe6\x17\x96\xb6\xb6\xaa\x61\x18\x68\x18\x03\x09\xb3\x94\xf7\ \x7a\xbd\x24\x4d\x09\x21\x50\x43\x52\x4a\xc1\x85\xe3\xba\xba\xae\ \x13\x42\xe6\xe6\xe6\x06\x83\xbe\x65\x9a\x13\x13\xe3\x84\x90\x13\ \x91\x67\xf7\x7f\x00\x00\x20\x00\x49\x44\x41\x54\xc7\x4f\x5d\xbb\ \x76\x0d\x21\x2d\x9f\xcf\xd7\xeb\xf5\xd1\xd1\xd1\x91\x91\x91\xb5\ \xb5\xd5\xd5\x8d\xcd\x4e\xa7\x15\x45\xb1\xeb\xda\xf3\xf3\xf3\xb7\ \x6e\xdd\x5c\x59\x59\x6e\xb5\x5a\xb6\x6d\x6a\x1a\x34\x0c\x5d\xa1\ \x92\x82\x00\xc7\x71\x5c\xd7\x6d\x34\x1a\x8c\xed\x9b\x4b\xbf\x8b\ \x1e\x1a\x08\xce\x55\x62\x3d\x84\x88\x10\x82\x10\x4a\x32\xc9\x18\ \x83\x42\x00\x08\xd5\x3e\xa2\x8a\xb8\xe1\x12\x40\x84\x82\x20\x20\ \x18\x27\x71\x4c\x74\xdd\x30\x8c\x24\x4d\x15\xd6\xe7\xf3\xf9\x2f\ \x7d\xe9\x4b\x86\x61\xa4\x69\xda\xeb\xf5\x7a\xbd\xde\xe5\xcb\x97\ \x1f\x3a\xf3\x20\x4f\xa3\xb1\xb1\xb1\xb7\xdf\x7e\xbb\xdb\xed\xbe\ \xe7\x91\x47\xbe\xf3\xfa\x77\x10\xd2\x54\xd0\x15\xa5\x14\x61\xcc\ \x18\x1b\x0c\x06\x0a\x62\x4e\x9c\x38\xb1\xb6\xb6\xa6\x98\xe5\x6e\ \xb7\xdb\xeb\xf7\xb3\x24\x19\x1f\x1f\x9f\x9b\x9b\x5b\x5c\x5c\xec\ \x74\x3a\x61\x18\x2a\xca\x7b\xbf\x3c\x44\x48\x05\x4b\xa8\x1f\x47\ \x49\xe5\x01\x00\xad\x56\xcb\xf3\x3c\x42\x48\xce\xf3\xb2\x2c\x4b\ \x92\xa4\xdd\x69\x67\x42\x2c\x2d\x2d\x09\x09\xd7\xd7\xd7\xcf\x9c\ \x39\x23\x00\xbc\x79\xed\x6a\xa1\x90\x8f\xa2\x08\x42\x38\x39\x39\ \x59\xad\x56\xd3\x34\x5d\x5c\x5c\x54\x71\x80\x4b\x4b\x4b\x6a\x5d\ \x5a\x71\xd9\xc3\xc3\xc3\x51\x14\xa9\x87\x84\x02\xe2\xef\x5b\xa4\ \x1f\xc2\xe2\xe1\x79\x57\x07\x61\x24\x00\x37\x0c\x9d\x60\x14\x84\ \x69\x14\x85\x19\x42\x1a\x31\x4b\xe5\xfc\xf1\x13\xa7\x44\x3a\xb8\ \x7c\x61\x4b\xc5\x12\x25\x49\x02\x01\x50\x83\x76\xc3\x30\xc6\xc6\ \xc6\x6c\xd3\xc9\x7b\xb6\x4e\x34\xc6\x58\xab\xd5\xea\xf5\x7a\x6a\ \x4d\x4d\x11\xc1\x71\x1c\xbf\xf1\xe6\x9b\x04\xc0\x66\x93\xcd\xcd\ \xcd\x5e\xbe\xfc\x4e\x96\x65\x69\x9a\x2c\x2c\x2c\x22\x88\x5d\xd7\ \xbd\x76\xed\x9a\xe7\xe5\x94\x28\x2f\x4d\x13\x08\xe1\xfb\xdf\xff\ \xfe\xa5\xa5\x25\xb5\x0b\xfc\xea\xab\xaf\xfa\xbe\xaf\x5b\x26\x07\ \x32\x4c\x62\xcb\xb2\xda\xed\x36\xa1\x44\x17\x06\xd6\x34\x54\x2a\ \x6a\x08\xf9\xbe\x9f\x31\x2e\x84\x20\x94\xc6\x49\x4c\x29\xf5\x5c\ \xb7\xdf\xef\xab\x4f\x1b\xf8\x41\xab\xdd\xb6\x0c\xba\xb1\xb1\x41\ \x89\xe1\x38\x0e\x84\x40\x4a\x89\x31\xb9\x75\xeb\xd6\xa9\x53\xa7\ \x8e\x1f\x3f\xbe\xba\xb9\x8d\x10\x32\x2d\xbd\x3f\xe8\xbf\xfa\xea\ \xcb\xa5\x52\x09\x00\xe9\x79\x0e\x00\x40\x7d\x30\xc5\xbc\x1b\x86\ \xa1\x1c\x28\x14\x28\xa8\xca\xeb\x9e\x37\xff\x94\x06\x00\x69\x1a\ \x82\x90\x73\x01\x35\xa4\xeb\x3a\xe7\x3c\x9f\xcf\xeb\x84\x04\xfd\ \xee\xa0\xd7\x43\x1a\x54\xb0\x28\xa4\xd4\x30\x21\x84\xaa\x8d\xe3\ \x41\xbf\xaf\x69\xda\x70\xb9\x28\x92\x54\x0a\x31\x34\x34\xd4\xeb\ \xf5\x3a\x9d\x8e\x22\x9d\x95\xd8\x7e\x7b\x7b\x7b\xfe\xce\xed\x4a\ \x65\x2c\x97\xcb\x45\x49\x96\x64\xbc\x32\x39\x2d\x80\x06\xa1\x86\ \x30\x65\x02\x88\x94\xb1\x30\x1c\x1a\x1a\x02\x00\x18\x86\xb1\xb5\ \xb5\x05\xee\xee\x05\x36\x9b\xcd\x5c\x2e\x67\x5b\x96\x3b\x3c\xdc\ \xed\x76\xbb\xdd\x6e\xa3\xd1\x68\xb5\x5a\x8a\xd9\x57\x86\x89\x1a\ \x42\x09\x63\x70\x3f\xa5\x5c\xaa\x27\x04\x63\xcc\x71\x9c\x30\x0c\ \x0b\x85\x82\xda\xc5\x54\x9e\xbe\xdd\x5e\x4f\xd3\xb4\xa5\xa5\xa5\ \x53\xf7\xdd\xff\xf0\xc3\x0f\x2f\x2c\x2c\xb4\xbb\xbd\x38\x49\xc2\ \x30\x52\xc9\x13\xf5\x7a\x3d\x8a\xa2\x7e\xbf\xaf\x69\x9a\x5a\x94\ \x5e\x5c\x5c\x2c\x16\x8b\x69\x9a\x5a\x96\x05\x00\x48\x92\x44\xd5\ \xb9\x7f\xb1\xdc\x0d\x0e\xab\xc5\xc3\xf3\x23\x65\xa2\x85\x00\x50\ \xa6\x59\x86\x80\xdc\x77\xc1\xa1\x20\x4e\xe2\x9d\x6a\x3f\x0e\x7a\ \x7e\x7b\x4f\x70\xae\x1b\x26\xc6\x78\x6b\x6b\x6b\x3f\x4a\x05\xc2\ \xd1\xd1\x51\xc7\x71\xda\xad\xee\x60\xd0\x0d\xa1\x54\xab\x60\xea\ \x0d\x5d\xd7\x55\xba\x5f\x08\x61\xce\xf3\x8a\xc5\xfc\xc5\x8b\x17\ \x1d\xcf\x99\x39\x7a\xe4\x1b\x7f\xfe\xcd\xbe\xef\x23\x04\x25\x84\ \x2b\x6b\xeb\x85\x62\x69\xe0\xf7\xa3\x24\xe1\x52\x4e\xcd\xcc\x60\ \x8c\x5b\x9d\xce\xc6\xd6\x96\x6d\xdb\xb7\xe7\xe7\x4d\xdb\x9e\x9d\ \x3b\xb6\xb0\xb4\x38\x18\x0c\xb6\xb7\x77\x1a\x8d\x06\x14\x20\x8c\ \x22\xdb\xb6\xb3\x34\xb5\x0c\x53\x08\x69\x5b\x8e\x46\x30\x63\x2c\ \xe3\x4c\xf1\xe0\xf1\x20\xb5\x6d\xbb\xd7\xeb\x05\x41\x80\x09\x6e\ \x34\x1a\xd3\x93\xe3\xaa\x92\x1d\x0c\x06\xbe\x1f\xb8\xae\x37\x3e\ \x5e\x39\x76\x6c\xae\xdf\xeb\xdd\xb9\x73\xfb\xf2\xf5\x1b\x49\x1a\ \x13\x82\xf3\x79\xcf\x34\xcd\x4e\xa7\xad\xeb\xfa\xe8\xe8\x48\x9a\ \xa5\x98\x68\x9a\xb6\x1f\x33\xa2\xe6\x65\x51\x14\x05\x41\xa0\x3c\ \x53\x9b\xcd\x66\xa3\x5e\xbf\x67\x26\x1a\x00\xa0\x8a\x50\x08\x01\ \xe7\x5c\x23\x18\x63\x6c\xe8\x46\xce\x73\x91\xe4\xa1\x1f\xa8\xe4\ \xd2\xfd\xbd\x63\x21\xbd\x5c\xae\x50\x28\xc6\x71\x9c\xcb\xe5\x6c\ \xdb\xce\xd2\xd8\xb5\xed\x28\x0c\xd5\x8a\x88\x65\x59\x8e\xe3\xa8\ \x18\x89\x0b\x17\x2e\x58\x96\xc5\xb2\x54\xed\xe4\x40\x08\x3d\xcf\ \xbb\x71\xe3\x06\x63\xac\xdd\x6e\x2b\x94\xc1\x18\x53\x8a\x95\x1b\ \xb9\xeb\xba\x47\x8e\x1c\x61\x8c\x59\x96\x75\x37\x99\xd6\x70\x3d\ \x2f\x0e\x02\x4a\x69\xb3\xd9\xec\xf7\xfb\x07\x7e\x13\x42\x08\x25\ \x7d\xd7\x28\xe5\x8c\x1d\x78\xc2\xab\xbf\x1c\x42\x88\x12\xdc\x78\ \x9e\x97\x65\x99\xb2\x98\x4d\x93\xd4\xf5\x90\x94\xf2\xc6\x8d\xeb\ \x63\x63\x15\xdb\xb2\xa2\x24\x55\xe5\xff\xe2\xe2\xa2\x4a\xa0\x8d\ \xe3\x58\x45\x5c\x29\x6b\x89\x52\xa9\xa4\xfc\xba\xd5\x45\x50\x39\ \x19\x49\x92\x48\x29\x95\x0a\x92\x0b\x7e\x08\x8b\x87\xe7\x47\x78\ \x34\x09\x34\x04\xeb\x7b\xbb\x59\x1c\x09\x44\x6d\xdb\x63\x48\xd3\ \xa8\x66\x68\x16\x4f\x43\xcf\xb3\x9a\x7b\x10\x00\x70\x50\x32\x00\ \x00\x92\x38\xee\xf5\x7a\xad\x56\x2b\xf0\x23\x8c\x84\x6d\xe8\x2a\ \xf5\x5c\x3d\xcf\xd5\xe8\x47\xe9\xdd\x82\x20\xe8\xf6\xda\x00\x82\ \x28\x89\x6d\xc7\xb1\x1d\xe7\xd2\xe5\x4b\x85\x42\x21\xcd\x52\x65\ \x3f\x11\xc7\xc9\xf8\xc4\x44\xb5\xba\xd3\xe9\x76\x7f\xe2\x27\x3e\ \xf2\x27\x7f\xf2\x27\x9d\x4e\x3b\x97\xcb\x05\x61\xc8\x38\xaf\xee\ \xed\x8e\x8d\x8d\x2d\x2d\x2d\x63\x4c\x6c\xdb\xae\xef\xd6\xf2\xf9\ \x1c\x44\x9a\x10\x12\x6a\x28\x8a\x03\xc6\x18\x96\x42\x4d\x15\x11\ \x42\x61\x18\x46\x71\x24\xb8\x48\xd3\x54\xd7\x75\x7f\x30\x68\x35\ \x9b\x95\xd1\xe1\x28\x8a\x28\x31\xa2\x28\xea\x74\x3a\x4f\x3f\xfd\ \x74\x2e\x97\xab\xd5\x6a\xba\xae\xaf\xac\xac\x2c\x2f\x2f\x33\x96\ \x41\x28\xa3\x28\xa2\x94\x72\xce\x30\xb1\xe2\x38\xd2\xb0\xc6\x39\ \x87\x00\x29\x81\xb4\xba\x69\x15\xfa\x1b\x86\xa1\x72\xdf\xa9\xae\ \xcb\x77\xc1\x5b\x0a\xc1\xf7\x2f\x17\x00\x0a\xfe\x78\x96\x72\x96\ \x25\x61\xc8\x18\x43\x18\x72\xce\xf7\xf3\x0e\xa1\x54\xf2\x23\xd3\ \x34\x99\x00\x8c\x73\x0d\x21\xc6\x98\x82\x2a\x05\xcd\x0a\x95\x18\ \x63\xb9\x5c\x2e\x9f\xcf\x6f\x6d\x6d\x32\xce\x0d\xdd\xe0\x9c\x77\ \xba\x5d\x08\x21\x44\x08\x42\x28\x84\xc4\x84\x10\x8c\xeb\xf5\xda\ \xcc\xcc\xcc\xf8\xf8\x78\x3e\x9f\x5f\x5a\x5a\x52\xeb\x7a\x00\x00\ \xdb\xb6\xb3\x2c\x1b\x0c\x06\xc1\x60\xa0\xd2\xb5\x54\x24\xb7\xfa\ \x42\xc5\x0f\x40\x08\xb9\x94\x40\xca\x83\x0f\xa0\xca\xc3\x38\x8e\ \xd5\x2e\xa0\xe7\xba\x86\xca\x0a\x8f\x63\x95\xda\x78\xf2\xe4\x49\ \xc6\x65\x18\x86\xbd\x5e\x6f\x65\x75\x05\x42\x28\x04\x57\x7f\x4e\ \x59\x96\xa9\x19\x82\x8a\x37\x50\x69\x33\x08\x21\x75\xcd\xd5\x85\ \xc9\xe5\x72\xf2\xee\x74\xf5\x20\x4c\xf5\x10\x16\x0f\xcf\x8f\xec\ \x08\x59\x28\xe4\x09\x04\x1c\x00\x43\x27\x86\x6b\x35\xfa\x91\x6e\ \x5a\x45\xcf\x8c\x83\x74\xa4\x34\xbe\xb9\x7a\x3b\x49\x92\xd5\xd5\ \xd5\x30\x0c\x21\xd4\x94\xbd\xa8\xa6\x69\xed\x4e\xdb\x73\xf2\xa6\ \xae\x61\x08\xd4\x92\xbf\x1a\xfd\xc4\x71\x9c\xa6\xa9\x2a\x1e\xd7\ \x37\xd6\x20\x54\x26\xc8\x59\x9a\x25\x42\x48\x42\x08\x42\x9a\x69\ \xda\x41\x10\x65\x59\x90\xcb\xe5\x10\xd4\x1e\x3a\xf3\x70\xad\x56\ \xfb\xd7\xbf\xf7\xfb\xc3\xc3\xc3\xed\x56\xb7\xdd\xea\xa6\x31\x8b\ \x93\xb4\xbe\xd7\x58\x8d\x36\x84\x10\x96\x65\x0d\x95\x86\x3a\xfd\ \x81\x14\x00\x42\x28\x85\x60\xa6\xe8\x0f\x7c\x8c\x71\x9a\x25\x18\ \x93\x8c\x65\x98\x90\x20\x08\x34\xa4\x85\x61\xa4\xeb\xba\xeb\xba\ \x59\x96\x96\x0a\x45\xd3\x34\x37\x36\x36\x9e\xfc\xb1\xa7\xc6\xc6\ \xc6\x6e\xde\xbc\x79\xf5\xea\xd5\x4b\x97\xae\xa8\xcf\xa9\x1b\x06\ \x21\x24\x9f\xf7\x54\x31\x92\x65\x49\xa1\x50\x20\x14\x27\x69\x82\ \x98\x06\x80\x9a\x62\xed\xdf\xfc\x2a\xed\x84\x31\xa6\xd4\xd1\x94\ \x52\x9d\xde\x7b\x0c\x91\x94\x32\x08\x42\xaa\x03\x84\x29\xc6\x38\ \xe3\x92\x52\xca\xb3\x54\x45\xf4\x21\x84\xa4\xd8\xb7\xf5\x97\x52\ \x42\x88\x04\xe7\x61\x18\x6a\x9a\x16\xc6\x29\x63\xcc\xa0\x58\x23\ \xf4\x6e\x5e\x85\x02\x59\x01\x00\x50\x01\x0f\x61\x18\x26\x49\x1a\ \x45\xa9\x65\x39\xba\x61\x6d\x6e\xee\x0c\x06\x81\x10\x22\x49\x99\ \x32\xb5\xcc\x58\x34\x34\x34\xdc\x6a\xb5\x1e\x7e\xf8\xe1\x9d\x9d\ \x9d\xb5\xb5\xb5\x72\xb9\x1c\xc7\xb1\x0a\xf9\x42\x08\x6d\x6d\x6e\ \x6a\x08\x99\xa6\xa9\xb6\xf1\x94\x6d\x92\xa2\x6b\xc0\xdd\xcc\xfb\ \x83\xef\xab\x78\x21\xf5\x85\x82\x48\x00\x00\x44\xc8\xf7\xfd\x4e\ \xa7\x03\x80\x54\x3a\x79\x21\x41\x14\xc5\xd5\x6a\x55\x19\x35\x2a\ \x57\x08\x84\x10\xa5\x54\xe1\xe3\x81\xaf\x84\xfa\x1b\xa3\x94\x26\ \x49\xa2\x36\xbe\x15\xe2\xab\xf7\x57\x4f\xa9\x43\x58\x3c\x3c\x3f\ \x4a\xca\x25\x65\xae\xe5\xe8\x88\x15\x6c\x33\x62\x99\x94\x99\x06\ \x98\x69\x20\x53\x97\x69\x10\x03\x69\x68\x08\xc5\x3c\x1b\x0c\x06\ \x08\x21\x09\xf6\xc3\xe1\xa4\x94\x81\x1f\x64\x09\x3f\x32\x3d\xe1\ \x5a\x86\x12\xe2\x72\xce\x31\xc6\xea\x5e\x55\xcd\xe6\xd4\xd4\x64\ \x92\xa5\xcd\x66\xa3\xd5\x69\xaf\xac\xae\x76\x7a\xad\x38\x8d\xc3\ \x7a\x0c\x21\xd2\xa9\x69\x3b\x5a\xaf\xdf\xe6\x92\xc7\x69\x12\xc7\ \x31\xd6\xc9\xc2\xd2\xa2\xeb\xba\xcd\x66\x53\x22\x40\x0d\x7d\x67\ \x6f\xb7\x52\xa9\x6c\x6c\x6c\x38\x8e\xf3\xfa\x9b\x6f\x38\x96\xdd\ \x0f\x7c\x96\x65\x44\xc3\xba\xae\x5b\x96\xe5\x38\xb6\x94\x22\x8a\ \x22\x26\xb8\xea\xdc\x81\x86\x00\x00\xea\xde\x16\x5c\x34\x9b\xcd\ \xa9\xc9\x71\x42\xc8\xee\xee\xae\xa6\x69\x10\xa2\x6e\xb7\xcb\x98\ \x50\xd1\x25\x5b\x3b\x3b\x00\x8a\x38\x8e\x19\xcb\x6c\x3b\xe7\x38\ \x2e\x44\x00\x21\x14\xc7\x31\x21\x42\xd3\x34\x2e\xa5\xca\x56\x55\ \xa3\x46\x08\x61\xb7\xdb\xc5\x18\xc7\x71\x3c\x3a\x3a\x5a\x2a\x97\ \xef\xd9\x86\xf6\x00\x53\xa0\x14\x00\x68\x0a\x17\x30\xc1\x14\x63\ \x44\xb4\x38\x8c\x92\x6c\xdf\x9c\x15\x42\x88\x35\x8d\x50\xaa\x66\ \x7f\x12\x6a\xa6\x69\x1a\x3a\x91\xe9\x3e\x26\x2a\x28\x09\x82\x20\ \x8a\x22\x84\x50\xbb\xdd\xde\xdb\xdb\xb3\x2c\x0b\x21\x98\x24\x89\ \xf2\x7c\xc5\x18\xab\xc8\x1a\x35\x18\xc5\x44\x33\x75\x4a\x29\x79\ \xf6\xd9\x67\x2d\xcb\x4a\xd3\x74\x63\x63\x23\x4d\x53\xc3\x30\x3a\ \x9d\x8e\xeb\xba\xed\x76\x9b\x12\x62\x18\x86\xb2\x81\x50\x45\x9c\ \x32\x09\x56\xf3\x56\x84\xb1\x2a\xeb\xd4\xaf\x5b\xfd\x6f\xdb\xf6\ \x81\x99\x58\xab\xd9\x3c\x7e\xea\x54\xa5\x52\xd9\xdd\xdd\xbd\x7d\ \xfb\x76\x18\x86\x59\xc6\xa9\xae\xab\x95\x73\x70\xd7\x85\x4c\x55\ \x85\x07\x17\xf9\x7b\xaf\x8c\x3a\xea\x57\x79\xe0\xf5\xad\x4a\xc8\ \xef\x7b\x61\x0f\x61\xf1\xf0\xbc\xab\xd1\xa2\x69\x18\xa5\x7c\x31\ \x09\xda\xba\x8e\x98\xe0\xb9\x42\xfe\xe8\xb1\x51\xa7\x90\x37\x30\ \x18\x74\x73\x32\x4b\x31\x21\xdc\x8f\x74\x9d\x4a\x09\x18\x63\xc3\ \xc3\xc3\x8c\x73\xce\x79\x65\xbc\x92\x25\x9c\xa8\xd1\x5e\x96\xc9\ \xbb\x8a\x0d\x42\x28\x21\x58\xad\x18\x1f\x3f\x7e\x7c\x7e\xf1\x8e\ \xba\x37\xb6\xb6\x37\x5d\xd7\x4d\xb3\x8c\x33\xe1\xfb\xc1\x50\x79\ \x44\x4a\x18\x85\x89\x10\x9c\xea\xba\xeb\x7a\x61\xb8\xef\xf8\xa2\ \xeb\x86\x92\x31\x72\xce\xab\x7b\x7b\x23\xa3\xa3\xbd\x5e\xcf\x76\ \x9c\x23\xd3\x33\x9b\x9b\x9b\x1a\xc6\x10\x40\x4a\xa9\x61\x9a\x8e\ \xe3\x40\x20\xda\xed\x36\xd1\xe9\x60\x30\xd0\x34\x0d\x68\xa8\x58\ \x2c\x36\x1a\x8d\x24\x49\x28\xa5\x7b\xd5\x6a\x10\x04\xa5\x52\xe9\ \xc2\x85\x0b\xbd\x5e\xcf\x34\xad\x20\x08\x0a\x85\x92\x1a\xc3\x95\ \x4b\xa5\x30\x8d\x29\xa5\x52\x0a\x29\x65\x9a\x26\xbd\x7e\x27\x9f\ \xcf\x65\x59\x8a\xb1\xa5\x1a\xbd\xbb\xf7\xb9\x26\x84\x70\x1c\x47\ \x51\xa2\xba\xae\xe7\x72\xb9\xe1\xe1\xe1\xbf\x74\x33\xff\x20\x94\ \x0b\x34\x4c\x03\x63\x53\x00\xa8\x69\xd8\xb0\x8c\x24\x49\x08\x26\ \x44\xd3\x30\x94\x07\xd6\xad\x2a\xa0\x55\xc3\x98\x12\xaa\xac\x5e\ \x31\x35\x30\x21\x3a\xa5\x8c\x09\x05\x10\xaa\x40\x53\x1b\xc7\xca\ \x9a\xa1\xd7\xeb\x41\x88\x7c\x3f\xd8\xd9\xa9\x36\x1a\x4d\x00\x20\ \x42\x1a\x63\x4c\xd5\x64\x83\x81\x4f\x08\x46\x00\x84\xa1\x0f\x21\ \xdc\xdd\xdd\x55\x44\x87\xea\x64\x95\x20\x54\x95\x7e\xb5\x5a\x4d\ \x95\x7e\x94\x52\xc5\xa8\xa8\x49\x9f\xa6\x69\x71\x9a\x1e\x14\x8f\ \x07\xb8\xa9\xcc\xc4\x18\x63\x5c\x08\x8c\x71\xa3\xd1\xc0\x18\x13\ \x42\xd5\xb3\x04\x13\xac\xec\xe9\xd4\x1e\x34\x84\x58\x01\x22\x00\ \xe0\x60\x5c\x70\x50\x33\xaa\x67\x9b\xfa\xa3\x52\xba\x48\x75\xd9\ \x15\xbe\x6b\xdf\x6f\xa4\xfb\x9f\x17\x2c\x72\xf9\x43\x7c\x2b\xc9\ \x85\x7c\x77\x0f\xe3\xbf\xcd\x04\xf1\x5f\x9f\xfd\xf5\x43\x95\x9b\ \x42\x9e\x24\x3a\xc5\x80\x1b\x84\x20\x18\x67\x9c\x8b\x2c\x8b\x77\ \xab\xdb\x44\x83\x04\x4b\x28\x24\xa6\xba\x94\x02\x21\xc4\x39\x63\ \x2c\x99\xac\x54\xba\xfd\xbe\xae\xeb\x43\xe5\x91\x28\x8a\x34\xc0\ \xfd\x7e\x27\x08\x02\x20\x25\x86\x08\x70\x8e\x00\x0f\x07\x11\x46\ \x80\x6a\xb0\xdf\xeb\x0d\xba\x7d\xd3\xb4\x91\x44\xae\xed\xb6\xea\ \x6d\xbf\x37\xb0\x2c\x1b\x70\xa1\x13\xa2\x1b\x46\x96\x79\x9d\x6e\ \x33\xf4\xb1\xe7\x58\x50\xf2\xf1\xb1\x91\xdd\xdd\xdd\x9c\x6b\xf5\ \x3a\x4d\x5d\x27\x9a\xa6\x4f\x17\x4b\x7b\xd5\x6a\xbb\xd1\xcc\x97\ \x8a\x61\x14\x21\x84\x08\x26\x9c\x25\x02\x30\x9d\x6a\x9c\xc5\x8a\ \xc5\x26\x94\x40\x28\x29\xc5\x71\xc6\x1c\x43\x57\x3d\x32\x82\x30\ \xe7\x79\x3b\x3b\xd5\xe5\xe5\x95\xb1\xd1\x8a\x65\x59\x49\x9a\x0e\ \x06\x83\x91\x91\x11\xc7\x75\x7a\xbd\x6e\xb3\xd5\x0a\xe2\x50\x51\ \x1f\xaa\x3b\xe6\x9c\x4b\x09\x34\x8d\x02\x80\x18\x13\x69\x96\xe1\ \x24\x02\x00\x08\xc1\xa4\x14\x86\x41\x01\x10\x42\x70\x96\xa4\x51\ \x18\x20\x04\x00\xbc\x67\x63\x31\x20\x39\x24\x26\x16\x00\xea\x96\ \xe1\x7a\x1e\x84\x1a\x10\x5c\x0a\xce\xd2\x54\xd3\x90\xfa\x48\xea\ \xc5\x84\x10\x08\x81\xa6\x69\x86\xa1\x03\x84\xa1\x5a\x70\x46\xfb\ \xf0\xaa\xba\x5a\xc7\xb1\x15\xf5\x91\xcf\xe7\x25\x90\x71\x14\x23\ \x04\x83\xc0\x4f\xd3\x04\x00\x10\x45\x61\x14\x45\x96\x65\x1b\x86\ \x31\x18\xf4\xd2\x0c\xb1\x2c\x29\x97\x8b\xad\x56\x4b\x09\xef\xff\ \x52\xa6\x2e\xa1\x14\xeb\x7a\x12\x45\xc5\x42\x41\x29\xe4\x15\x4d\ \xac\xe2\xbc\x75\x5d\x6f\xb4\x5a\x0a\xd1\x54\xae\x99\x42\xc3\x38\ \x8e\xd5\x28\x30\x8e\x63\xc7\x71\x57\xd7\xd6\xd2\x34\x15\x5c\x00\ \x84\x38\xe7\x79\x37\x97\x65\x19\x44\xc8\xa4\x34\x02\x42\x55\xf7\ \xea\x7f\xf5\x18\x50\x20\x78\x80\xf5\xaa\x16\x56\xd3\x4c\xf5\xad\ \x2d\xcb\x52\x1f\xc3\x30\xcc\xbf\x35\xb0\x98\x0a\xf9\xef\xde\x57\ \x0e\xd9\x0f\x07\xc9\x34\x02\xed\x8d\xbf\xbb\x92\x73\xed\xaf\x0f\ \xff\xaa\x0d\xff\xd0\xac\x33\x25\x00\xae\xa5\x49\x9e\x20\x0d\x4b\ \x8d\xea\x2e\x42\x54\x8f\x92\xf4\xfc\x1b\x6f\x14\x87\x86\xda\x9d\ \x4e\xb1\x50\xe8\x85\x11\xa2\x84\x4b\x8e\x10\x74\x2c\x83\xb1\x58\ \xb0\xac\x54\x28\x74\xbb\xdd\xde\x20\x28\x3a\x06\xd1\x20\xc5\x08\ \x0a\x4e\x30\xd2\x29\x26\x08\x99\x39\xb7\xd7\x69\xb0\x2c\xd1\x91\ \x66\x51\x3b\x09\x13\xd7\x74\x12\x23\x41\x02\x42\x2e\x2d\x4a\x33\ \x42\x90\xe4\x39\xdb\xf4\xfb\xd8\x75\xcc\x62\xce\xb3\xa9\x3e\x31\ \x3a\x9a\x86\x61\x53\xca\x68\xe0\x03\xc1\x11\x14\x71\x14\x47\x7d\ \x0d\x70\x6e\x5b\x86\x49\x8d\x34\x4b\xa1\x86\x74\x93\xf2\x4c\x00\ \xc9\x35\x98\xf5\xfa\x03\xcb\x76\x83\xb0\x4f\x32\x6c\xdb\x06\xd2\ \x70\xbb\xdd\xf1\xfd\x81\xeb\x38\x10\xc2\x5a\xad\xc6\xe2\x38\x49\ \xb3\x42\xb1\x24\x80\x14\x40\x4a\x20\xdd\x9c\x1b\x25\xd1\xe2\xd2\ \x3c\xc6\x38\xe1\x49\x9a\xa4\x59\x96\x31\xc6\xcb\xe5\x1c\x00\xc0\ \x34\x6d\x20\x91\x63\xdb\x49\x92\x08\x0e\xa9\x6e\x48\x04\x2c\xcb\ \xe2\x3c\x2d\x14\x73\x8e\x63\x3b\xb6\x05\x58\x86\x4d\x4c\x35\xb4\ \x3c\x3f\xaf\x69\xf7\x68\x7a\x0f\x21\x40\x48\xc3\x84\x04\x61\x48\ \x04\xed\x0f\x7a\x84\x50\x28\x25\xc5\x44\x70\x8e\x10\x26\x44\x4f\ \xd3\x58\xd7\x75\xd5\x9c\x72\x21\x1c\xc3\xb0\x6d\x1b\x20\x8c\x31\ \xee\x77\x3b\x9a\xe4\x42\x32\x80\x04\xd2\x00\x26\x28\x8a\x43\xc6\ \x53\x88\x64\x9a\xc5\x08\x01\xa2\x6b\x7e\xd0\x27\x54\xe3\x3c\xc3\ \x04\x32\x9e\x02\x28\x34\x0c\x91\x26\x5d\xcf\x49\x92\x84\x60\x4d\ \x65\xc6\x62\x8c\x95\x7e\x50\xb5\xc9\x8a\x50\x92\x52\xfa\x81\x0f\ \x21\x8c\xb2\x54\x42\xc0\x85\x50\x5d\xfc\xfe\xee\x73\x9a\x49\xce\ \x95\x20\x5c\x81\x97\x12\xd0\x1c\x04\x15\x34\x9a\xcd\x6e\x7f\xa0\ \x18\x1e\xc6\x39\x4b\x92\x5c\x2e\x17\x45\x81\x6a\xb7\x93\x38\x84\ \x00\x1c\x34\xc8\x2a\x87\x56\xd3\xb4\xfd\xfe\x1a\x00\x35\x4f\x04\ \x77\xd5\x3f\x07\xdd\xba\x72\xdc\x11\x42\x24\x69\xf2\xb7\x06\x16\ \x85\x04\x0f\x15\xe9\x20\xfb\xe1\x15\x78\x29\xf8\xbb\x7b\xfe\xfa\ \x50\xb2\x80\xfd\xf0\xe2\x12\xa5\x24\x18\x03\x00\xd2\x2c\xc5\x10\ \x01\x88\x4d\xd3\x46\x3a\xa1\xd4\x1c\x0c\x7c\x3f\x08\x38\xe3\x49\ \x9a\x52\x42\x78\x96\x72\xce\xcb\xe5\xb2\x10\xa2\x58\x2c\x16\x0a\ \xf9\x66\xb3\xd3\x69\x77\x6c\x52\xcc\xbb\x26\x63\x5c\x91\x86\x8c\ \x71\x2e\x44\x1a\x86\x5c\x80\x38\x4e\x17\x16\x16\xb8\x94\x1a\xd1\ \xfa\xfd\x3e\x40\xdc\x0f\xfb\x53\x33\xe3\xb6\x6d\x1b\xb6\xae\x21\ \xd8\x68\xed\xd5\x1a\x7b\xc4\xa0\x98\xe8\xed\x76\x67\xd0\x1f\x64\ \x59\x6a\x9a\xf6\xa0\xd9\x4c\x13\x66\x9a\xce\x5e\x6d\xcd\x22\x46\ \x9a\x64\x41\x18\x8e\x4d\x4c\x3a\x8e\x67\x18\x66\x9a\xc6\xba\x61\ \x28\xe2\x92\x52\xd2\xef\xf7\xc2\xc0\xc7\xba\x21\x21\xd2\x75\x84\ \x30\x41\x8c\x71\x1e\x4b\x29\x91\xa6\x51\x5d\x27\x84\x42\x88\x38\ \x17\x52\x02\xf5\x45\x92\xa4\x52\x4a\xac\x61\x29\x65\x9a\xa5\x07\ \xb5\x89\xea\x10\x01\x00\x49\x92\x66\x19\xbb\x7b\x5b\x92\x20\x08\ \x3b\x08\x5b\x96\x45\x30\xd5\x34\x8c\x08\xca\xe7\x0b\x9c\x0b\xc3\ \x30\xdf\xc5\x06\x2d\xc4\x98\x00\x20\x55\xa9\x15\x27\x49\xbd\x5e\ \x87\x42\x52\x42\x34\x00\xa3\x28\x02\x68\xbf\x3b\xde\x5f\xec\x00\ \x40\x51\x1f\xca\x79\xc1\x34\x8d\x2c\x0a\x11\x42\x08\xee\x6f\x7d\ \x28\xc3\x37\xe5\x71\xad\x18\x61\x84\x90\x69\x9a\x1a\xd6\x54\x17\ \xac\x32\xc2\x0c\xc3\xd8\x2f\xcd\x38\x53\x02\xec\x03\x1f\x59\x55\ \xfd\xed\xd3\xc1\x52\xc8\x58\x2a\x7a\x3a\xcd\x98\x65\x59\xea\x0d\ \xf7\xff\x36\xb3\x34\xcb\x32\x01\x80\xa6\x69\x6a\xb0\xa0\x66\xa0\ \xea\x67\x91\x52\x72\xc6\xa8\x6e\xdc\x6d\x96\xa1\x92\x91\xaa\x5f\ \x99\x02\x38\x7e\xb7\xe3\x3e\x78\xcd\x81\x9b\xb7\xfa\x5d\xa8\x22\ \xf4\x40\xb5\xa3\x7e\x3b\x59\x96\xa9\xef\x95\xa5\xdf\x27\xb3\xef\ \x30\x50\xf4\xf0\xbc\xab\x6a\xd1\xb0\x1c\x5d\x37\x91\x46\x24\x00\ \x08\x42\x21\x41\x9a\x30\x29\x44\x1c\xa5\xf9\x5c\xd1\x75\x5d\x96\ \x65\xfb\x24\xa0\xa6\x51\x4a\x15\xd7\xd9\xed\xf6\x3a\xdd\x6e\x9a\ \x26\x6a\xbe\xce\x39\x4f\xb2\x54\x23\x18\x53\x62\x58\x56\x14\xc7\ \xed\x6e\x57\x37\x8c\x20\x8e\x5a\x9d\x96\x69\x1b\x86\xa5\xbb\x39\ \x57\x23\x28\xe3\x59\xc6\x33\xa2\x63\xdd\xa4\x19\xcf\x4c\xcb\x12\ \x12\x61\xa2\xeb\xb6\x9b\x65\xdc\xf5\x72\x44\xb7\xb8\x40\xfd\x20\ \x62\x5c\x7a\x5e\x01\x1b\xba\x9b\xcf\x27\x19\xb3\x1c\x8f\xea\x7a\ \xbe\x58\xb2\x2d\x1b\x53\x9d\x10\xcc\xb8\x44\x10\x1b\x86\x0e\x31\ \x49\x92\xa4\xd7\xef\xb7\xbb\xbd\x28\x8a\xb8\x90\x10\x22\x4a\x29\ \x25\x24\x4a\x92\x94\x33\xa0\x21\x8d\x12\x2e\x65\x9c\xa5\x51\x12\ \xa7\x9c\x49\x04\x33\x29\xc2\x30\x44\x08\xd9\xb6\xed\x38\x8e\x62\ \x99\x15\xb8\xab\xe5\x13\x84\x90\xe7\xb9\x5c\x0a\x42\x08\x07\x72\ \x30\x18\xe8\xba\x4e\x28\xed\xf5\x7a\xcd\x76\x0b\xd3\x77\x5b\xb3\ \x0b\x21\x04\x17\x94\x52\xcb\x34\x55\x55\xc8\x05\x4f\xb3\x4c\xf1\ \xb3\x07\x84\x35\x42\x48\xc3\x18\x69\x9a\xf2\xbe\xf6\x7d\x5f\x11\ \x29\x07\x33\x4a\x75\x94\xd4\x5c\xad\x3f\xaa\x61\x9c\xa2\x47\x94\ \x06\xc8\x75\x5d\x15\x4e\xaf\x72\x23\x7c\xdf\x37\x0c\x5d\xad\xfa\ \xa9\xd2\x4c\x15\x7d\xea\x05\x8c\xb1\x34\xcd\x94\xb0\xc6\x34\x4d\ \x15\xa9\xa8\x3e\x8c\xc2\xb5\x24\x49\xd5\x1e\x67\x92\x24\xdf\x2b\ \x60\x3a\x20\xa3\x0f\x98\x62\x45\x2b\x2b\xa1\x82\x3a\xaa\x53\x06\ \x00\x1c\x68\x9e\xd4\x8b\x0f\xc8\x1c\xf5\x82\x83\x44\x04\x85\xb3\ \x6a\x03\x5d\xcd\x25\x31\xc6\x10\x1d\xca\xb9\x0f\xcf\x8f\xf4\x40\ \x08\x34\x84\x30\x46\x08\x31\x00\x32\xce\x8a\xa5\xf2\x63\x8f\x3d\ \x16\x26\x69\x18\x45\x5b\x5b\xeb\x42\x02\x35\xe4\xd6\xee\x96\x54\ \x00\x42\x4a\xe9\xc4\xf8\x78\xbe\x90\xe4\x1d\xdd\x30\x30\xe7\xcd\ \x03\xb1\x48\x14\xc7\x83\x20\x70\x5c\xd7\x8f\xa2\x07\xce\x3e\x74\ \x67\x7e\xbe\xdb\x1b\x34\x5b\x6d\xdb\x75\x05\x80\x54\x37\x35\xaa\ \x07\x83\x04\x22\xdc\xed\xf5\xfb\x7e\x9c\x64\xac\x3b\x08\x3c\x27\ \x07\x89\xee\xb8\x85\x7e\x3f\xd2\xa8\x9e\x66\x62\xab\xba\xa7\x69\ \xd8\xf5\x80\x46\x69\x06\x64\xa7\xdf\xf7\x84\x68\x75\x3a\x2c\xcb\ \x58\x12\x46\x94\xb8\x96\x49\x88\xa6\x38\x68\x08\x21\x42\x1a\xc6\ \xa4\xd3\xe9\x9a\x96\xcd\xa5\xc4\x84\x60\x42\x30\xc6\x71\x9c\x84\ \x61\x98\xcb\xe5\x34\x8c\xb1\x86\xb9\x90\xfe\xc0\xd7\x0d\xc3\x71\ \x6c\x08\xa1\xef\xfb\x2a\x84\x44\x35\x92\xe5\x72\x59\xcd\xda\x00\ \x00\x48\xd3\xa8\x6e\xa4\x8c\xd9\x96\x8d\x31\x8e\xc3\x90\x10\x0a\ \x00\x80\x08\x89\xfd\xc2\x93\xbf\xbb\x0b\x0f\x01\x00\x2c\x63\x8c\ \xf3\x83\x0c\x00\x04\xa1\xe0\x42\x08\x21\x81\x3c\x98\xb2\x69\x08\ \xa9\xa0\x54\xb5\x5b\xb9\xaf\x58\xbc\xbb\x09\xa7\xa0\x24\x08\x02\ \x55\x8e\xc5\x71\x1c\xc7\x71\xa9\x54\x52\x2a\x68\x55\x8e\xa9\x4a\ \xd3\xb2\xac\x83\x59\x1e\x25\x54\x3d\x09\x94\x14\x46\x81\xa9\x22\ \xca\x94\xf1\xd7\x41\x7b\xcb\x10\x03\x52\xaa\x44\x07\x35\xee\x94\ \x42\x28\x10\x4c\xef\x0e\x13\x15\x4d\xac\xa6\xb4\xea\x73\x52\x03\ \x1e\xb0\xe4\xfb\x22\x81\xbb\x3f\xb2\x9a\x96\xaa\x71\xa4\xfa\x16\ \xea\xe1\xfa\xbd\xf3\x4d\xf5\x3e\x07\x8f\x07\xa5\x8a\x55\xba\xd1\ \x03\x60\x3d\x84\xc5\xc3\xf3\x23\x82\x44\xd8\x6c\xb7\x4a\xbd\xa1\ \x30\x89\x09\x35\xd2\x8c\x47\x19\xc3\x84\x12\xdd\x28\x58\xf6\xc8\ \xc8\x88\x14\x7c\xe9\xce\x1d\x6a\x19\x92\xb3\x03\x23\xe8\x24\xc9\ \x18\x63\xa3\x63\x63\x1a\xd6\x93\xa0\x8d\x01\xc7\x1a\xd6\x28\x41\ \x04\xa7\x9c\x53\xc3\x34\x1d\xd7\x8f\x62\x20\x40\x18\xf3\x94\xc1\ \xa5\xd5\xed\x38\x89\xa7\x4c\xaf\xde\xf2\xdb\xbd\xc8\x62\x70\xaf\ \xd6\x2e\x15\x4b\xcd\x76\xd8\x6c\xb7\xdd\x9c\xd7\xe9\x07\x9d\xf6\ \xa0\xd5\x6c\xb4\xbb\xfd\xc0\x0f\x82\x20\x26\x86\x39\x08\x62\xd3\ \x34\xfb\x41\xa8\x69\x9a\x84\x68\x67\xa7\x8a\xa7\x8f\xb4\x5a\x1d\ \xc7\x31\x59\xc6\xc3\x7e\x9f\x0c\x0f\x6b\xc4\x4a\x19\xe7\x9c\x0b\ \x00\x79\xc6\x24\x48\x00\x44\x8a\xb1\xa5\x86\x09\x35\x6c\xd9\x6e\ \xe8\x07\xfe\x20\xe0\x4c\x5a\x96\xc5\x98\x48\xe2\x94\xba\xae\x4e\ \x0c\xc1\x41\x18\xc4\x19\x63\x4a\xe8\x47\x08\x51\x8e\x35\x07\x85\ \x0c\x84\x20\x8c\x62\x5d\x37\x21\xd2\x20\x44\xd4\x30\xe3\x34\xed\ \xf5\x06\x69\xca\xa4\x09\xa2\x28\x99\x39\x32\xc7\xdf\x05\x27\xa8\ \x69\x08\x63\xcc\x44\x8a\x20\xa4\x94\x0e\x0f\x0f\x23\x00\x04\xe3\ \x71\x10\xf2\x2c\x63\x5c\xa8\x55\x45\x08\x21\xd2\x50\x9a\x32\x00\ \x80\x61\x18\xf9\x7c\xce\xb6\x1d\x5d\xd7\xfb\x42\xa8\x72\xec\x60\ \x53\x58\x85\x8e\xe6\xf3\xf9\x4e\xa7\xa3\x94\x98\xe2\x2e\x7e\x29\ \xc8\xa3\x94\x76\x3a\x9d\x20\x08\x24\x00\x51\x1c\xab\xfa\x4b\xc9\ \xe0\xd5\x3a\xa3\x2a\x00\x55\x59\x47\x08\x51\x0b\x7f\x41\x10\x50\ \x4c\x7c\xdf\x37\x28\x15\x42\xe4\xf3\x79\x00\xa1\x6a\x72\x01\xc6\ \x0a\x3d\xd3\x34\x55\x35\x9d\x61\x18\x07\x9d\xf2\x41\xcd\xa8\xde\ \x47\xe9\x13\x55\xc9\x19\xc5\xb1\xd2\x72\x51\x4a\x0d\xc3\x50\xcf\ \x21\x55\x3c\x2a\x6c\x3d\x28\x36\x95\x98\x5c\x15\xf2\x77\xc7\x09\ \xe0\x10\x16\x0f\xcf\x8f\x12\x16\x01\xf0\xe3\x04\x11\x7a\xe2\xc8\ \xd1\x38\xce\x46\x46\x47\xae\xdd\xb8\xf1\xce\x3b\x57\x38\x10\x00\ \x22\x8c\x71\x9a\xc4\x94\xd0\x30\x0c\x31\x84\x2c\x4b\x21\x84\xed\ \x76\x3b\x49\xd9\x5b\x6f\xbd\x89\x89\x09\x20\x26\x30\x35\x09\x94\ \x08\xc6\x71\x0c\x11\x16\x00\x0e\xc2\x98\x49\x98\x09\x40\x89\xa1\ \x11\xe3\x81\x07\xdf\x6b\xe8\xe6\xc4\xd4\x84\x65\x5b\xbf\xf8\xe9\ \x7f\x00\x24\x30\x6d\x93\x52\x2a\xb8\x08\x83\x50\xb7\x0d\x26\x52\ \x96\xb1\xd8\x0f\x2d\xc3\xe8\xf7\xfb\x82\x0b\xa8\x69\xb5\x46\xdd\ \x2b\xe6\x38\xe3\x92\x27\xdd\x5e\x77\x7d\x73\x93\x31\x41\x89\xfe\ \xd8\x13\x43\x49\xe8\xbf\xf3\xd6\xdb\x4a\xc5\xc2\x39\x08\xa2\x44\ \x40\x8d\x33\x96\x24\x91\x97\xcb\x0f\x06\x03\xa0\x61\x6a\x5a\x51\ \x18\xc6\x49\x66\x5b\xd6\xee\xde\xae\x86\x34\x2e\x05\x35\x74\x3f\ \x0a\x74\xd3\x68\xb6\x5b\x12\x82\x52\xa9\xc4\x04\x17\x7c\xdf\x2e\ \x50\x31\x1b\x2a\x8d\x40\xd7\xf5\xed\xed\xed\x24\x4e\x98\x94\x51\ \x1a\x03\x09\x66\xa6\xa6\x75\x4a\xb9\x10\x6e\x21\x2f\x5a\xed\xa9\ \x99\xe9\xc1\x60\x40\x0d\xfd\xdd\xa4\x24\xa9\x3e\x14\x20\x14\xc5\ \xb1\x69\x5b\x08\x21\x8c\x34\x04\x40\xe4\x07\x71\x9c\x10\x9d\x60\ \xac\xa9\x6a\x2e\x49\x52\xaa\xeb\x61\x18\x3a\x8e\xa3\x9b\x36\x42\ \x28\x0e\x03\x43\xd7\x07\xfd\x9e\x92\xce\x28\x40\x51\xc2\xc3\x38\ \x8e\x29\xa5\xf5\x7a\x5d\xd5\x7d\x8a\xed\x55\xc0\xb4\xbf\x1f\x19\ \xc7\x0a\xb6\x4c\xd3\x0c\x82\x40\xa1\x98\x62\x33\x7c\xdf\x37\x4d\ \x33\x8a\x22\xcb\xb2\xba\xbd\xae\x92\x07\xed\xaf\xc3\x43\xa8\x50\ \x4c\xad\xc6\xab\x3e\x57\xd5\x9b\xaa\xf9\x3d\x08\x86\x34\x0c\xa3\ \xdb\xeb\x45\x49\xea\x79\xde\xc1\x07\x50\x98\xae\x66\xa3\xaa\x86\ \x55\x5e\x18\x94\x52\xd7\x75\x83\x20\x50\x3c\xcf\x81\x6e\x5c\x81\ \xe0\x01\xc1\x7d\xd0\x5c\x2b\x6f\xb4\x43\x39\xf7\xe1\xf9\xd1\x36\ \xd0\x51\x12\x2f\xaf\xac\xde\xff\xd0\x59\x8c\x31\x90\x68\x76\xee\ \xd8\xed\x3b\xf3\xd4\x34\x21\x80\x49\x94\x9c\x3c\x79\x72\x63\x6d\ \x19\x23\x44\x29\xd1\x10\x54\x69\x2d\xa6\xe9\xdc\x59\x5c\xae\xee\ \x36\x00\xc4\x45\x57\x0f\xb1\x9c\x9c\x99\x4e\xd2\x34\x8a\xe2\x09\ \x7b\xaa\x32\x5e\xe9\xf5\xfd\x91\xd1\xf1\x8f\x7c\xf4\xa7\x6e\xdf\ \x9c\xdf\xde\xae\x77\x3a\xfd\xe7\x5e\x7a\xd9\x0f\xfc\xd3\xa7\x4e\ \x5f\xbd\x72\x15\x40\x60\x58\x06\x4b\x99\xe3\xb8\xfd\xa0\xdb\xea\ \x34\xca\xf9\x82\x69\x18\x49\x14\x33\xc6\x86\xca\x43\x98\x60\xa0\ \x21\x80\xa0\x6e\x19\xe5\x42\x0e\x00\x30\x3c\x3a\x7a\xe4\xc8\x51\ \x93\x9a\x61\xe8\xdf\xba\x76\xdd\xb2\x9d\xed\x66\x03\x30\x81\x88\ \x86\x88\x06\x01\xf0\x83\x10\x42\x18\x85\xa1\x80\xa8\x5c\x1a\xaa\ \x35\x1a\x47\x67\xe7\x16\x16\x16\xc3\x30\xcc\x17\xca\x10\x02\xdd\ \xb4\x91\x46\x34\xac\x63\x2a\x91\x16\x41\x84\xa3\x24\x23\xd4\x00\ \x41\x70\xb0\xd6\xa6\x38\xd0\x30\x0c\x1b\x8d\x86\xef\xfb\x84\x12\ \xa2\x1b\x00\x41\xc6\x38\x13\x52\xe3\x92\x50\x82\x11\x49\x33\xde\ \x6e\x77\x07\x83\xc1\xda\xda\x86\x22\x34\xee\xed\xca\xeb\xba\x61\ \x39\x16\x40\x68\x10\x06\xb5\xf5\x75\xc3\x30\x88\x86\x11\x00\xaa\ \x93\x05\x12\x28\xc0\x52\xe3\xb9\x24\x4e\x76\x76\x76\x30\xc6\x1a\ \xd1\x21\x84\x14\x23\x99\x26\x07\x6d\xa6\x0a\x8a\x52\xfb\x45\xaa\ \x76\x53\xf6\x36\x0a\xef\xf6\x57\xdd\x31\x56\xc4\xae\x62\x93\x0f\ \x34\xd2\x84\x90\x24\x49\x94\x24\x50\x55\x73\x69\x9a\x02\x08\xd5\ \x73\x42\x45\x0f\xea\x96\x95\xa6\x69\xe8\xfb\x0a\xb0\xb2\x34\x3b\ \x90\xd7\xa8\x8f\x77\x00\x64\xfb\x22\x56\x21\x04\x90\xea\x05\xea\ \x35\x59\x96\x05\x41\xa0\x78\xe4\x83\x65\x4d\x8c\xb1\x9a\x5d\x2a\ \xa6\xab\xdd\x6e\x1f\x88\x7e\xa4\x94\xb9\x5c\x4e\xbd\xa1\x2a\x21\ \x15\x14\x7e\x6f\xee\xe0\x21\x2c\x1e\x9e\x1f\x0d\xe5\x22\x81\x6e\ \x98\x2b\xeb\x6b\xaf\xbe\xfa\xea\xc3\x0f\x3f\x32\x3c\x32\x2a\x84\ \xec\x74\xba\x43\x54\xa7\x54\xef\xf7\x07\x6a\xf4\x06\xe5\xfe\x2c\ \xbc\xdb\xe9\x6c\x6d\x6d\x9d\x3d\xfb\x9e\x5c\x2e\x97\xa4\x9c\x50\ \xa3\x9c\xb7\x22\xbf\xa3\x76\xb3\x8a\xe5\x72\x75\x77\xf7\xf1\x1f\ \x7b\x92\x5a\xce\x9d\xf9\x85\xbf\xff\x2b\xbf\x2a\x04\x80\x02\x1f\ \x99\x9d\xcd\xb2\x2c\xcb\x32\x2f\xef\x76\xfa\xed\x81\xef\x9f\x3a\ \x79\xca\xcf\xfc\x89\xd2\xf8\xc8\xe4\xf0\xf0\x60\xc8\xef\xf6\x37\ \x37\xd6\x25\xe3\x40\x82\xd5\xf5\x35\xd3\xb6\x0a\xc5\x02\x36\x74\ \x3f\xf4\x0d\x4a\xa8\xae\x27\x51\x7c\xfb\xe6\xad\xf7\xbc\xf7\xf1\ \x4f\xff\xc2\xa7\x1a\xcd\x66\x96\xf1\x13\x27\x4f\x51\x08\x76\x6b\ \x3b\x99\x10\x94\xea\x42\x08\xd3\xb4\x90\x86\x93\x34\xdd\xd8\xda\ \x02\x00\x34\x9b\x2d\x29\xc1\xf0\xd0\xf0\xce\xce\x4e\x10\x04\x93\ \x93\x93\x86\x61\xf4\x07\x03\x08\xa1\x86\x31\xa1\xb4\x5c\x2e\xdb\ \xb6\xdd\xef\x75\xbe\x57\x14\xbd\xb1\xb1\xa1\x82\x40\xf7\xdb\x40\ \xc3\x04\x00\x06\x61\x58\xad\x56\x21\x00\x9e\xeb\x21\x88\x00\x84\ \x59\x96\x69\x18\xef\xee\xee\x7e\x5f\x3f\xd4\xbf\x1e\x16\x51\x2e\ \x97\x33\x6d\x13\x20\x24\x21\x08\xa2\x90\x73\x2e\x18\x47\x00\x50\ \x0d\x23\x84\x00\x04\x8a\x2b\xe7\x8c\x21\x08\x3d\xcf\x6d\x34\x5b\ \xbd\x5e\x0f\x61\x0a\x20\xcc\x39\x96\xad\x53\x85\x3b\x94\x52\xd3\ \x34\x09\x21\xdd\x6e\x57\x41\xaa\xca\x77\x55\x49\x64\x0a\xee\x55\ \xb3\xac\xaa\x2d\xcf\xf3\xb8\x10\x04\x41\xb5\xb3\xac\x68\x5f\xf5\ \xff\xc1\x64\x50\x5d\x8d\x7d\xd4\x63\x4c\xe1\xa0\xc2\xa3\x24\x49\ \xb2\x34\x3d\xa8\x13\xbf\x77\x08\x78\x40\x1c\x5b\x96\x9d\x71\xae\ \x20\x58\xad\x3c\xab\x2e\x5b\xf9\x69\x32\xc6\x54\x0e\x9a\x42\xbd\ \x7d\x72\x39\xcb\x14\x21\xae\x9a\x6b\x35\x46\x54\x80\xa8\x62\x5e\ \x54\x81\xa9\x86\x9b\x71\x14\x1d\xc2\xe2\xe1\xf9\xd1\xc1\xa2\x1c\ \x1e\x1d\x1d\x04\xc1\xe5\x2b\x57\x46\xc7\xc6\xc7\x2a\xe3\x51\x14\ \x3e\xfd\x53\x3f\x95\x72\xde\x68\xb4\xce\x9c\x39\xfb\xda\x6b\x2f\ \x23\x84\x90\x94\x9a\xa6\x61\x84\x58\x96\xcd\xce\xce\xe6\x0b\x85\ \xd1\xb1\x18\x42\x6c\xda\x5e\xde\xc5\x9e\x33\xa9\x69\xc4\x30\x4d\ \x21\xc5\x99\x33\x67\x5f\x3f\xff\x66\xad\xd1\x92\x10\xe6\x0a\x45\ \xc1\x25\x42\xc0\xf6\xf4\xdb\xb7\x57\x84\x10\x09\x0f\x7b\x41\xbb\ \xd3\x6c\x6c\xef\x99\x69\x9a\x9e\xb6\x4e\x1c\x3f\x39\x3b\xf0\x07\ \x37\x6f\xdc\xd8\xdc\xde\x2c\x17\x8a\xb6\x69\x0b\x20\x82\xd0\x27\ \x16\x3d\x3e\x3d\x61\x05\xd6\xc8\x70\xf9\xea\xd5\xeb\x7b\x7b\x7b\ \x67\x1e\x7e\x64\xaf\x56\x9f\x9f\xbf\x73\xe2\xe4\x7d\x8b\xec\x46\ \xe4\xfb\xd4\xd4\x4d\xd3\x86\x3c\x55\xe1\xce\x12\xc8\x84\xb1\x52\ \xb1\x58\xab\x35\xc6\x2a\x95\x66\xb3\x69\x98\x76\x10\x04\x63\x63\ \x63\xb5\x5a\x2d\x8e\x63\xd5\xbe\x29\xff\x98\xc1\x60\x70\xfc\xf8\ \xf1\x46\xa3\xa1\x68\x5c\x75\x8b\x2a\x83\x09\x35\xed\x8a\xe3\x38\ \x8a\x22\xc6\x98\x44\x28\x63\x4c\x04\x81\x60\x3c\x4b\x33\xc6\x98\ \x41\xf5\x28\x49\x4a\xa5\x92\xed\xba\xf7\x2c\xac\xe5\x9c\x37\xea\ \xf5\xb1\xc9\x71\xaa\xeb\x8c\xb3\x7d\xa3\x0a\xc6\x2c\xc3\x92\x42\ \x48\x21\xe4\x5d\x8b\x9d\x28\x8e\x83\x30\xcc\x17\x8a\xb6\x6d\x73\ \xc6\x34\x6a\x10\x42\x28\x46\x18\x63\x8c\xf1\x41\x66\xa1\x8a\xa2\ \x57\x45\x5c\xa7\xd3\x51\x8e\x0f\x2a\x78\x47\x59\xbd\xf5\x7a\x3d\ \x65\x93\xa3\xca\xc6\x38\x0c\x94\x51\x98\x2a\xcd\x14\x98\x2a\x7e\ \x46\xd3\x34\xdd\x30\x44\xbf\xa7\x28\xef\x2c\x63\x51\x18\x52\x4a\ \x5d\xdb\x56\xd8\x04\x01\xd4\x34\x74\x40\x94\xab\x2a\x5b\xe1\xa6\ \x7a\xc6\xe8\x3a\x65\x51\xec\x79\x5e\xa1\x50\xc8\xb2\xcc\xff\x7f\ \xd9\x7b\xef\x38\xbb\xae\xea\x6c\x78\xad\x5d\x4e\xb9\x65\x9a\xa4\ \x51\x73\x91\xdc\x71\xc3\xc6\x80\x1d\x08\xa6\x84\x1a\x4c\xc0\x26\ \xf4\x00\x29\x10\x42\x42\xf9\x5e\x12\x20\x2f\xcd\x81\x40\x02\x49\ \x20\x81\xc4\xbc\x21\xf4\x12\x42\x0d\xd5\x60\x83\xc1\xb8\x60\xdc\ \x70\xc1\xbd\xc9\xb6\xda\x68\x34\x9a\x76\xdb\x69\x7b\xef\xf5\xfd\ \xb1\xee\xdd\x73\x66\x46\x80\x2d\x59\x60\x49\x67\xfd\xe1\x9f\x7c\ \xe7\xde\x73\xcf\xd9\xf7\xec\xe7\x3c\xab\x3d\xab\xd3\x81\x7e\xcd\ \x79\x83\xcb\xe6\xa5\xea\xf7\x41\x95\x61\xd1\x27\xe8\x39\x3f\x33\ \x37\x37\xc7\x25\xdc\x1c\x33\x2d\x7f\xd1\xaf\x0d\xe9\x56\xb0\x58\ \xd9\x9e\x9b\x73\xee\xc8\xa3\x8e\xda\xb2\x6d\x6b\xaf\xdb\xbb\xe1\ \x86\x1b\xea\xf5\x5a\x73\x68\x78\x64\xc5\x8a\x76\xab\x9b\xf4\xd2\ \x95\x2b\x57\x0c\x0f\x0d\xcd\xcf\xee\x14\x52\x5a\x6b\x95\x10\xec\ \xec\x6c\xdb\xba\x55\x48\x25\x94\x2c\x8a\x42\xc8\xb0\xd5\x6a\xa7\ \x69\xb6\x7e\xfd\xfa\xe6\xf0\xe8\x1d\x77\xde\xd5\x4b\xb3\x95\xab\ \x56\xdf\x7e\xe7\xdd\x41\x18\x4d\xce\xed\xcc\xb3\xb9\x63\x4f\x38\ \x72\x78\x2c\x0e\x83\x30\x33\x9d\x24\x6f\xc9\xba\xd8\xb2\xfd\x9e\ \x7a\xbd\x7e\xef\xe6\x3b\xda\xbd\x96\x23\x8a\xc2\x70\xed\xda\x35\ \x33\xd3\x33\xb3\x73\xb3\xac\x95\x12\x86\xe1\xec\xec\x8c\x0a\x83\ \xad\xdb\x26\xac\x83\xb4\xdd\xbb\xf1\xfa\x1b\xeb\x8d\xa1\x4b\x2e\ \xbe\xe4\xd8\x57\xfd\x59\xab\xdb\x9d\x9e\x98\x68\x47\x01\x2a\x4a\ \x8a\x8c\x63\xf9\x45\x51\x10\x0a\x14\x6a\xe5\xaa\x55\x59\x5e\xac\ \x5e\xbb\xae\xd3\xee\xec\x6a\xcd\xb3\x08\xc2\x3d\xf7\xdc\xc3\x85\ \x2f\x79\x9e\xaf\x58\xb1\x62\x6a\x6a\xaa\xd1\x68\xdc\x73\xcf\x3d\ \x12\x1d\x57\xb9\x28\xa5\x10\xa1\x5e\xaf\xb5\x5a\x6d\x29\x45\x51\ \x14\x05\x37\xde\x49\x19\x04\x01\x12\xe5\x44\x28\x05\x5a\x04\x29\ \x76\x4e\x4d\xd5\xeb\x75\x44\xdc\x9b\x95\x9f\xdc\xb9\x73\x78\x6c\ \x84\x00\xa4\x54\xe3\xab\xc6\x89\x5c\xda\x4b\x86\x87\x87\xe7\xa6\ \xa7\xf3\x3c\xaf\x35\xeb\xd6\xf6\xbb\x3b\xe6\xe7\xe7\xa4\x94\x43\ \xc3\x23\xb5\x7a\x5d\x05\x21\x02\xee\x9c\x9c\xd8\x78\xc8\xfa\x41\ \x6a\x08\x85\x10\x9d\x4e\xb7\xd3\xee\x48\xc5\x12\xe5\x5d\x00\x9a\ \x9b\x9b\x1b\x19\x19\xe1\xd2\x96\x46\xa3\xc1\xb5\x38\xfc\xe6\xa2\ \x30\xad\x56\xcb\x11\xb1\x98\x18\xfb\xdd\x7c\xb1\xec\x56\x87\x41\ \xa0\xb4\xe2\x7e\xbb\x20\x08\x1a\xf5\x3a\x01\x05\x52\xa1\x10\x52\ \xca\x2c\x4d\x51\x4a\xcc\xb2\x41\x04\x50\x16\x45\xee\xa5\xbf\x01\ \x40\x29\xad\x54\x3f\x97\x95\xa6\x29\xab\x87\xf1\x1b\x16\x1e\xc8\ \x8e\xfc\xff\x32\x76\x67\x59\xc6\x62\xb7\x4c\x0f\xb9\xfd\xd1\x2f\ \x17\x33\x62\xee\xc7\x17\xfb\x57\xf3\x5f\x65\xfb\x97\x09\x21\x36\ \xdd\x73\x57\xda\xeb\xa4\x49\x7a\xcf\xdd\x77\x08\xb4\xce\xb9\xdc\ \x14\x08\x58\xe4\xf9\xcd\x37\xff\xbc\x3d\x3f\x2f\xc0\x5a\x63\x01\ \x50\x2a\x59\x38\xda\xb4\x79\x73\x18\xd6\x88\x20\x33\xa6\x3d\xdf\ \xde\x31\x11\xfe\xde\x53\x9e\x2c\xa4\xbc\xe8\x87\x17\xdd\x70\xf3\ \xdd\xa7\x9d\xf6\xa8\x6d\xdb\xb6\x5d\xf6\x93\xcb\xe3\x7a\x2d\x8e\ \x8b\xd5\x63\x2b\x76\x4c\x24\x5b\xef\xde\x5a\x93\x0d\x93\x16\xca\ \x28\xc8\x50\x3a\xb5\x66\xcd\x9a\x76\xbb\xbd\xe5\xee\x6d\x0d\x3d\ \x54\xab\xd7\x66\x67\xa6\x9a\xb5\x7a\x3d\xae\x6d\xdf\xbe\xbd\xc8\ \x32\x02\xc8\xba\x5d\x3d\x3c\x12\x80\xb8\xfb\x9e\x4d\x49\x2f\xd5\ \x61\x24\xa5\x8c\x02\x75\xd7\x9d\xb7\xed\x98\xdc\x36\xbe\x76\xc5\ \xa6\x4d\xb7\x16\x22\x72\xdd\x54\x2a\x91\xf5\x00\x05\x8e\xaf\x5e\ \x75\xe4\x51\x47\xe7\xc6\x6d\x9f\xd8\x31\x3b\xdf\xc9\xad\x33\x44\ \x41\x18\x75\xbb\x6d\xa5\xe5\xf4\xcc\xae\x38\x8e\x10\xd1\x58\x93\ \x17\x99\x75\xc5\x2f\x6e\xba\x11\x05\x25\xa9\x89\xe3\x20\x2f\xb2\ \xd1\xe6\x50\x10\xe8\xb8\x19\xec\x9c\xe9\xae\x1a\x5e\xbd\x6b\x76\ \x46\xa9\x80\x9c\x23\x6b\x24\xb9\xf9\xf9\xf9\x46\xa3\xd1\x9a\x9f\ \x8b\xa3\x48\x20\x15\x26\xcb\x8b\x6c\x74\xc5\xa8\x73\x7b\x5a\xce\ \x8d\xe0\xc0\xce\xcd\xcd\x86\x61\x30\x36\x32\x6c\x5d\xb3\x28\x8a\ \x96\x9c\x5f\x31\x32\xdc\x6b\xb7\x54\xa8\xed\x60\x8a\x93\x10\xc2\ \x1a\x33\x37\xbd\xab\x56\x8f\x23\x1d\x38\x72\xbd\x5e\x37\x4b\x13\ \xeb\x28\xcb\x2d\x91\x0b\x43\x9d\xa4\xf9\xcd\x37\xdf\x12\x45\x51\ \x28\xa4\x90\xba\xd3\x4d\xba\xdd\xee\xdc\xdc\x2c\x7b\xc1\x2c\xe7\ \xc5\x59\x91\x2c\xcb\x26\x26\x26\x66\x66\x66\x56\x8e\x8f\x59\x72\ \x32\xd0\x49\x96\x5a\x63\xc3\x38\x32\xb6\xef\xb4\x26\xdd\xae\x00\ \x48\x3a\xbd\x40\xe9\x2c\xcb\x8c\xeb\x87\x0e\xf3\xa2\x20\xe7\xc8\ \x11\x58\x0b\x52\x2b\x1d\x16\xc6\x76\xba\x49\x14\xd5\x1a\xcd\x5a\ \x92\xf6\x00\x25\x80\x40\x61\x54\x10\x60\x9a\xce\xce\xce\x72\xdd\ \x8f\x73\x6e\x7c\x7c\x7c\x72\x72\x92\x3b\x6a\x7a\xbd\x5e\x5c\x8f\ \x41\x38\xeb\x4c\x14\x45\xb5\x7a\xd4\xe9\x74\xb4\x0e\xb2\xdc\x11\ \x58\x47\x0e\x9c\x22\x21\x80\x40\x28\x5d\x38\xee\x08\x14\xad\x6e\ \x2f\x08\x02\xa1\x74\x5e\x14\x50\x65\xa2\x2b\xdb\xa7\x66\x6d\x91\ \xe7\x59\xbd\x1e\x59\x6b\xe7\xe7\x67\x85\x40\x63\x6c\xbd\x5e\x03\ \x70\x64\x0b\x22\xeb\x8a\xc2\x02\x29\xa5\x01\xc0\x12\x4c\xec\xd8\ \x19\xc5\x35\x40\x5c\xb7\x76\xfd\x09\x27\x9f\xbc\x72\x74\xd5\xcc\ \xae\xd9\x8b\x2e\xba\xe8\xfe\xfb\xef\x17\x42\x5c\x75\xe5\xb5\x69\ \x9a\x66\x69\x1a\x68\x9d\x11\x84\x4a\xaf\x1a\x1b\x4f\x3a\xa9\x10\ \xa2\x16\xd7\x8a\xc4\x48\x92\xe8\xb0\xd7\xea\x75\xe6\x3a\x9d\xb9\ \x4e\x1c\x84\x43\x43\xcd\x3c\xcb\x4c\x96\x0b\x21\x86\x6a\xf5\xd9\ \xd9\x59\x29\xe5\xf6\xcd\x5b\xb7\x6f\xde\xea\x88\x1c\x20\x59\x0b\ \xce\x15\x42\xb9\x34\x6b\x36\x1a\x53\x53\x93\x5a\xc2\xa1\x87\xaf\ \x0f\x02\x95\x27\x5d\xca\xf3\x46\xa3\xe9\x1c\xa0\x52\x53\x3b\x27\ \xef\xdb\xb2\x55\xaa\x00\xa5\xb6\xd6\xea\x40\x8f\x8e\x8e\x68\x2d\ \xc2\x30\x90\x12\x9b\xcd\x66\x9a\xa6\xed\x76\x91\xa6\xbd\x4e\xa7\ \x3d\x3d\x3d\xc5\x6d\x2d\x42\x0a\xb4\x88\x88\x59\x96\x5c\x73\xcd\ \x95\x41\x10\x23\xc8\x76\xbb\x2d\xa4\x36\xae\x50\x44\x27\x9f\x7c\ \xf2\xcc\xcc\xcc\xb6\x6d\xdb\xc2\x20\x60\x05\x6c\x1d\x84\x09\x2a\ \x00\x00\x20\x00\x49\x44\x41\x54\xad\x35\x0a\x1c\x1e\x1e\xda\x73\ \xbd\x45\x82\x2c\x4d\x67\x66\x66\x8c\x31\x81\xd6\x59\x96\x47\x51\ \xd8\xe9\x74\xd2\x6e\x8f\xa5\x7a\x10\x01\x51\x00\x00\x33\x32\x6b\ \x6d\xda\xe9\x3a\x9d\xe7\x45\x91\xf4\x7a\xae\xc8\xe3\xb8\xd6\x68\ \xe4\xbd\x5e\x22\xa5\xaa\xd7\x1b\x9d\x4e\x27\x8e\xa3\x28\x8a\x92\ \x24\x4d\x92\x5e\x18\xf4\xd5\xb7\x38\xf6\xb7\x63\xc7\x0e\xee\xf8\ \x6e\xb5\x5a\x69\x9a\x76\xba\xdd\x4e\xaf\x3d\x36\x36\x16\x04\xc1\ \xc4\xe4\x8e\xa4\xdb\x5b\xbf\x7e\x3d\x01\xb0\x2f\x6f\xac\xdd\xb1\ \x63\x07\x00\x24\x49\x8a\x42\x90\xc0\x20\x0c\x8d\x31\x64\x2d\x12\ \x80\x23\x53\x14\x52\x59\x42\xd1\x6c\x0e\xaf\x5f\x37\xa4\xb4\x2a\ \xf2\xbc\xd5\xd6\xce\xb9\x22\x2f\x08\xc0\x1a\xe7\x7b\xba\xd9\x4f\ \xef\x74\x3a\x69\x9a\x4e\x4f\x4f\x73\xdc\x50\x4a\x81\xa8\xb4\x56\ \x88\xc0\x11\xc3\x70\x20\x5e\x89\x88\x52\x81\xc2\xc0\x1a\x43\xce\ \xe1\x60\x05\xb8\x6e\x5c\x6b\xad\x83\x80\xef\xc6\x0a\x16\x2b\xdb\ \x77\xc9\x68\x64\x47\x89\xc3\xf3\x41\x10\x28\x65\x85\x90\x88\x86\ \x7b\xbf\xe6\x0b\x03\x40\x02\x55\x9e\x39\x0b\x90\x65\xe6\xb8\xe3\ \x36\x3e\xfe\x77\xcf\x8c\xe3\x78\xe7\xf4\x2e\x89\x62\x64\x64\xf4\ \xcc\x33\xcf\x64\x26\x92\xa5\x59\xab\xdd\x62\xb1\x68\x44\x8c\xe3\ \x98\x5b\x65\xa5\x90\x4a\xeb\x5a\x2d\x7e\xf5\xab\x5f\x1d\x04\x41\ \x3f\xdd\x09\xa0\xb4\x08\x02\xcd\xa9\x49\x2e\x07\x49\xd3\x94\xe3\ \x62\xfc\xbf\x99\xb1\xce\x92\x75\x0e\x9d\x03\xa2\x99\xe9\x5d\x23\ \x43\xcd\xb4\xd7\x19\x6a\x0c\xcd\xb7\x66\x5d\x5e\xcc\x4e\xef\x6a\ \xd6\x1b\x26\x2f\x04\xd1\xdc\xfc\x7c\xda\xed\x3a\x48\x72\x63\x0a\ \x4b\x48\x2e\x8e\x14\x59\x97\x24\xdd\xa1\xa1\xa1\x95\x2b\x57\x74\ \x3a\x9d\xa2\xc8\xa5\x14\x8d\x46\xdd\x39\x2b\xa5\xb0\x04\x45\x91\ \x5b\xeb\x6a\xb5\x86\x73\x45\x96\xa5\xb3\xb3\xf3\xa6\x00\xeb\x5c\ \xda\x6b\x37\x87\x1a\x45\x51\xf8\x48\x7f\x18\x86\xf3\xf3\xf3\xac\ \xfb\x32\x31\x31\x01\x83\x86\xb9\x3d\x63\x8b\x42\x4a\x6e\xbc\xe3\ \x7e\x92\xbc\xc8\x79\xf6\x43\x59\xd3\xb0\x2c\x51\x43\x44\x79\x51\ \x00\x00\x0a\xa1\x94\x32\x26\x13\x42\x00\x10\xa2\xeb\xf5\xba\xcd\ \x66\x03\x80\x7a\xbd\x2e\xab\x42\x44\x51\xc0\xe7\x16\xc7\xf1\xf0\ \xf0\x70\x51\x14\xcd\x66\x93\x63\x73\x8d\x46\x23\x08\x82\x5d\x33\ \x53\x8c\x5c\x5b\xb7\x6e\x25\xeb\x0e\x3b\xec\xb0\xe1\xa1\xe1\x40\ \xeb\x5a\xad\xd6\x6d\xb7\xbb\xdd\xee\xd0\xd0\xd0\xc8\xc8\x48\xa3\ \xd9\x28\x9c\xb5\xce\xc5\x71\xec\x8c\x51\x42\x0a\xc0\x3c\xcb\x6a\ \xf5\x7a\x92\xe7\x52\x60\x61\xd2\x5d\xd3\xad\x2c\xcb\x00\x9c\x10\ \x52\x4a\x15\xc7\x81\xd6\x41\x9a\xf5\xeb\x81\x00\x80\x5d\x69\xad\ \x75\xab\xd5\xe2\xf2\xc6\x3c\xcb\x09\x88\xab\x8b\xba\xdd\x2e\x67\ \x54\x7c\x96\xd9\x39\x1a\x1b\x1d\xed\xf5\x7a\x1c\x76\xe4\x3a\x1e\ \x0f\x9a\x4a\x29\x51\x75\xb9\x54\xb6\x4f\x4d\x29\xb5\x6a\xd5\xaa\ \xe9\xe9\xe9\x91\x91\x11\x9e\x03\xc7\xc1\x1d\x8e\xf8\x6c\xde\xbc\ \x19\x50\x09\x00\x29\x95\x10\x30\x54\x6f\x3c\xf3\x99\xcf\x3a\xee\ \xf8\x47\x6c\xdd\xba\xad\xd5\xba\x3f\xcd\xf3\x2c\x49\x1a\x8d\x46\ \x5e\x64\x59\x9e\x14\x45\x11\x45\x51\x5c\x0b\x74\x20\x1c\x15\x08\ \xa2\xd5\x9e\x2b\x8a\x5c\x29\xed\x13\x97\x52\x8a\x28\xea\x6b\x9d\ \x0a\x21\x8c\x29\x98\x05\x70\x78\x2b\x0c\x43\x63\xcc\xe4\xe4\xe4\ \x12\x3d\x15\x22\x70\x16\x9c\xb5\x48\xae\x33\xdf\xce\x92\x6e\xa0\ \x54\xa4\x03\x0b\xae\x1e\xc6\xd6\x16\xbd\x5e\x3b\xae\xd5\x6b\x61\ \xb4\x7e\xdd\xda\x24\xcd\x2c\x91\x23\xcc\x92\x84\xc8\x26\x49\xcf\ \x5a\xd3\xe9\xb4\xa7\xa6\x44\x10\x04\x71\x1c\xf5\x7a\x5d\x00\xea\ \x76\x3b\xdc\x5a\x22\xa5\xb2\xd6\x14\x79\x31\x3d\xb3\x6b\x6c\x74\ \x54\xab\x60\x74\x74\x64\x6e\xae\xdd\x2e\xba\x59\x9e\x67\x59\x7a\ \xeb\xad\xb7\x72\xf2\x21\xcf\x73\xc9\x5a\x58\x88\xed\x76\xbb\xd3\ \xe9\xec\x71\x26\x1a\x4a\xaa\xab\x1c\x2c\xe3\xa7\x08\xd7\xb2\xe4\ \x79\xe1\x2b\xb5\xf9\x6d\x9c\x6e\xe6\xca\x44\x4e\xad\xcc\xcc\x4e\ \x33\x6d\x95\x0a\x27\x77\x6e\x97\x12\x8c\xc9\xea\x8d\xc8\x5a\x5b\ \xaf\x47\x71\x14\xe5\x59\xc6\xeb\xdc\x97\x57\xc8\x32\xa5\x14\x67\ \x84\x79\xa8\xde\xcc\xcc\x0c\xf7\xa8\x80\x23\x4e\xbc\xac\x5a\xb5\ \x8a\x03\x82\xb5\x5a\x8d\x87\xed\x29\xa5\xa2\xb0\xc6\x9a\xb2\x52\ \x4a\x67\x5d\x9e\x17\x59\x9a\x0a\x29\x1c\x38\x6b\x9c\x31\xc6\x98\ \x82\x55\x23\x8a\xa2\xc8\xb2\x7e\x0f\x65\x9e\xf7\xc7\x48\xf0\xeb\ \x49\x92\xf8\x14\xb3\xd6\xba\xb0\x7d\xbd\xb2\x2c\xcb\x58\x73\x9b\ \xa3\xc3\x2c\xd4\x44\x04\x59\x9e\xfb\xfa\x1e\x6f\x5c\xc0\xe8\x9c\ \x33\x85\xa9\x60\xb1\xb2\x7d\x98\x89\x6e\x36\x9a\x69\x92\x24\x71\ \x3c\x3a\x32\xb2\x62\x6c\x6c\xed\xda\xb5\x5c\x67\x1b\xc7\xb1\x73\ \x6e\xeb\xe6\x6d\x64\x41\x47\x11\x57\x99\x1d\x7d\xf4\xb1\x9d\x4e\ \xf7\xfa\xeb\x6e\x9c\x9c\xdc\x19\x45\xd1\x7c\xa7\x4d\xd6\xcc\xcd\ \xcd\x71\x11\x46\xa7\xd3\xe1\xb0\x3d\xb7\x25\xf8\x36\x86\x7e\xcb\ \xe0\xa0\xe5\x56\xca\x16\xdf\xf1\x52\x4a\xa2\x7e\x18\x9e\x71\xa1\ \x2f\xdd\x5f\x14\x9c\x45\x91\x52\xe6\x59\x82\x28\x05\x20\x10\x0a\ \x00\xad\xf5\xae\x9d\x9d\x7b\x37\xdd\x75\xd2\x49\x8f\x38\x7c\xc3\ \x86\xac\xd7\xae\x6d\x38\xbc\x28\xcc\xea\xd5\x96\x08\xb2\xa2\x00\ \x94\x8e\x90\x10\x1c\x20\x59\x47\x48\x5c\x35\xcd\xc8\xc2\xe9\xce\ \x30\x0c\x67\x67\x67\xaf\xb9\xe6\xea\x56\xab\x13\x04\x51\xad\x56\ \xab\xd5\xea\x87\x1d\x76\xf8\xfa\xf5\xeb\x9b\xcd\x21\x44\x9c\x9f\ \x9f\xef\x76\xd3\x20\xd4\xce\x9a\xf5\xeb\xd6\xad\x5b\xbf\x3e\xcf\ \xb2\xb8\x56\x4b\x93\x84\x00\xc2\x41\xdd\xdf\xdc\xdc\x9c\xf9\x75\ \x73\xdc\x7f\x39\x59\x84\x20\x08\x6a\xb5\x1a\x37\x93\xf8\x30\x62\ \x10\x04\x3c\xb8\xd5\x37\x7e\xb0\x0b\xc9\x79\x67\x5e\x25\xe6\xd1\ \x9d\x4e\x6b\xc5\x8a\x31\x03\x96\xc8\x6a\xad\x94\xc6\x24\x49\xe2\ \x78\x3c\x08\xc2\x34\x4d\xc2\x30\x94\x9d\xbe\x14\x18\x5f\x3e\x2f\ \x6f\x5f\x50\x56\xaa\x3c\xcf\x8c\xb1\x4a\xca\x5a\xad\x86\xc4\x19\ \x5e\xcb\xca\x60\x63\x63\x63\xb5\x5a\x6d\x74\x64\x44\x85\x61\xab\ \xd3\x9e\x6b\xb7\xd2\x2c\x1b\x1e\x1e\x8e\x82\xc0\x16\xc6\x19\x1b\ \xc7\x31\x81\x43\x74\x0e\x2c\xa0\xd3\x01\x02\x70\x31\xb6\x24\x22\ \xc4\xd0\x59\x48\xd3\x79\x5f\xf2\xad\x94\x6a\x34\x1a\xd6\xda\x2c\ \xcb\xf8\x27\xe0\x59\x2c\x52\x68\x8e\x5f\xd4\x62\x15\x04\x81\x29\ \x2c\x82\x24\xe7\x94\x56\xad\xf9\x79\xbe\x7c\xaf\x0d\xee\x9f\xac\ \xd6\xda\x6a\x96\x4b\x65\xfb\x1a\x19\x5d\x9e\xe7\xbc\x45\x39\x5d\ \x38\x35\x35\xb5\x73\xe7\xce\x38\x8e\x83\x20\xe8\xb4\x3b\x71\xad\ \x26\x83\x80\xb9\x46\x18\x86\x53\x53\x53\x79\x6e\x58\x31\xa1\x70\ \x14\x06\xd2\x39\xc7\x12\xd9\x2c\xcb\xc8\xae\xd0\xa0\x77\x15\xb2\ \x2c\x75\x8e\x38\xcf\x9b\x24\x45\x10\x68\x22\xdf\xb5\xe6\x78\xaf\ \xfa\x69\xc8\xdc\xff\xc0\x9c\x11\x11\x89\x80\x0b\x9b\xc9\x91\xb3\ \x8e\x00\x58\x77\x60\xe7\xe4\xce\x7b\x6a\xd1\xc6\x0d\x87\x8f\x8e\ \x8c\xda\x22\x23\xc2\x91\x91\xd1\xc2\xba\x6e\xb7\xdb\xe9\xf6\xac\ \xb1\xdd\x5e\xcf\x58\x13\x45\x71\x58\x8b\x99\x96\xfa\x4e\x0c\x44\ \x6c\xb7\xdb\x13\x13\x13\x69\x5a\xd4\x6a\x31\x91\x60\x91\x85\x34\ \xcd\x56\xad\x5a\xd9\xed\xa4\x3b\x26\xb7\x6d\xd9\xb2\x55\x29\x9d\ \x65\x29\x43\xd2\xf0\xd0\x10\x93\xac\x78\x74\x94\x8f\xc3\xf5\xcf\ \xcd\x66\x63\x8f\x63\x8b\x04\xe0\x88\x78\x3a\x55\x39\xa1\x4c\x44\ \x2c\x04\xcb\x5e\xf3\xa0\xde\x25\x64\x05\x30\x00\x60\xf5\xad\xb8\ \x16\x16\x05\x30\xc5\x56\x4a\xad\x58\x31\x6c\x4c\xc1\xda\x39\x5a\ \x6b\x1d\x28\x00\x6a\x34\x1a\xf5\x7a\x7d\x78\x78\xd8\xab\x87\x75\ \xbb\x5d\x6b\x6d\xad\x56\x5b\xb5\x6a\x95\x71\xf9\xcc\xcc\x0c\xbb\ \xb4\xa3\xc3\x23\xf5\x7a\x1d\x00\x5a\xad\x96\x90\x72\x68\x68\x28\ \x4d\xd3\xed\x13\x13\xab\xd7\xad\x8d\xe3\xb8\x9b\x26\x49\x92\xf0\ \x71\xb4\x54\xce\xd8\x30\xd0\x49\x96\x10\xf6\x25\xc5\xf8\x94\xf8\ \xa7\xec\x77\x37\x3b\x31\x34\x34\xe6\x73\xd3\x7d\x7a\x3b\x33\xe3\ \xb3\xe1\x1c\x07\xa8\xd5\x6a\x2b\x57\xae\x64\xd7\x3e\xcb\xb2\x24\ \x49\xf9\x38\x41\x10\xac\x1a\x5b\x01\xa5\x96\xea\xb2\x82\x99\x73\ \x6e\x7f\xd2\x5b\xac\x6c\x7f\x0c\x2c\x16\x45\xc1\x9c\x85\x71\x70\ \xe7\xce\x9d\xac\xd1\xc2\x43\x3c\x46\xc7\xc6\xc8\x90\xd0\xba\x5e\ \xaf\xd7\x1b\x8d\x2c\xcb\x1e\xf5\xa8\x47\x4d\xcf\xcc\x12\x41\x14\ \x45\x51\xa3\x3e\xdc\xac\xcd\xcd\xce\xb6\xdb\x6d\xae\xdd\x65\x41\ \xff\x25\xc9\x6e\xde\x2a\xbe\xee\xb7\xdc\xd6\xba\xa4\x63\xc1\xcf\ \xc6\x1a\x1e\x1e\xce\xf3\xbc\xdb\xed\xac\x18\x1b\x9e\x9f\x6f\x4b\ \x14\x8d\xfa\x30\x59\x8b\x00\x71\x1c\x9f\x7c\xd2\x89\xdb\xb7\x6f\ \xbe\xfb\x9e\x7b\xc9\xe6\x85\x49\xfb\x32\x53\x3c\x06\xc4\x10\x22\ \x3a\x22\x4b\xce\x3a\x47\x40\x85\x73\xd0\x17\x65\xb1\xc6\x98\x34\ \x4d\x5a\xad\x56\x9e\xe7\xb5\x5a\xa4\x75\x90\x65\x05\x47\x12\xe6\ \xe6\xe6\x9d\xc5\xdb\x6f\xbf\x7d\x66\x66\x26\x08\x15\x43\x15\x17\ \x30\xde\x7f\xff\xfd\xbc\x39\xfb\x13\x3b\x39\xfa\x45\xc4\x45\x24\ \x7b\xcc\x16\xb5\x52\x7e\xbc\x32\x8f\x6c\xae\xd5\x6a\x83\x50\x83\ \xf4\xce\x35\xaf\x21\x07\xe6\x18\x2e\x85\x10\xe4\xb0\xd9\x6c\x76\ \xbb\x1d\xf6\x2b\x59\x15\x42\x6b\x9d\x24\x3d\x29\xa5\x40\x51\xaf\ \xd7\x57\x8f\xaf\xe1\xd2\x1c\xce\x66\xb0\x08\xd8\xb6\x6d\xdb\xb2\ \x2c\x5b\x35\xbe\x4a\x87\x12\x11\xb3\x2c\xcb\x72\x1e\x17\x83\x5a\ \x6b\x93\x17\x49\xaf\x27\x07\xf5\x8f\x9d\x4e\x27\x8c\xa2\x4e\xbb\ \x9d\x0f\x5c\x5a\x90\x3c\x37\x35\x93\x4a\x0a\xa5\x84\xc0\x3c\x2f\ \xbc\xde\x97\x17\x8e\x45\x50\x2c\xa3\xc1\x85\xe2\xde\x05\xe6\x25\ \x05\x80\xc2\x18\x00\xe0\x7e\xc4\x56\xab\xd5\x6e\xb7\xf9\x3d\x3e\ \x6c\xc2\xcf\x21\x1f\x60\xf5\x42\x12\xbe\xc8\xbc\x82\xc5\xca\xf6\ \x69\x2a\xda\xc5\x3a\x88\x94\x2e\xd2\x6c\x3a\x9b\x72\xce\x45\x3a\ \x18\x1b\x1e\x61\x14\x60\x71\xf9\x34\xcf\x95\xd2\xdb\xb6\x6d\xbb\ \xfb\x9e\xbb\x27\x26\xb6\x8f\xad\x58\xe1\x88\x36\x6d\xda\x34\xb5\ \x6b\x2a\xcf\xd2\xd5\xe3\xab\x8e\x38\xf2\xc8\x7a\xbd\xce\x15\x6a\ \xcb\xfb\x55\xfb\x7a\x07\xfd\x6e\x33\x4e\x2d\x7a\x64\xc4\x25\x33\ \x7f\xb9\x16\x64\x66\x66\x66\x76\x76\xb6\x16\x47\x85\xcd\xd6\xaf\ \x5f\x17\xea\x78\x7e\xbe\x2d\x40\x4a\x29\x9d\xb5\x71\xa8\x85\x04\ \x14\x18\xc5\x4d\x65\x22\x91\x24\xd6\x58\x12\x00\x04\x2a\x40\x21\ \x85\x1c\xcc\xa2\x23\x44\xe3\x88\xc8\x01\xa0\x31\xd6\x39\x5b\x14\ \x79\xad\xd6\xc8\xb2\x02\x80\x84\x40\x00\xca\x73\x43\x0e\x04\xea\ \x5e\x2f\xdd\xb8\xf1\xc8\x75\xeb\xd6\x07\x81\x06\x74\x42\x80\x04\ \x81\x28\xb4\x52\x38\x98\xae\x67\x8c\x11\x88\x40\xe0\x1c\x90\xb1\ \x7b\x5e\xba\x38\x68\xec\xe5\x4a\xe6\x34\x4d\xbd\x9a\x19\x17\x87\ \x72\x69\x1f\xfb\xce\x8c\x20\x8c\x29\x51\x14\xb1\x68\x6b\x2f\xe9\ \x3a\x87\x5a\x87\x42\xa8\x56\xab\x23\x84\x8a\xe3\x06\x91\xcb\x32\ \x13\x86\xb5\xa2\x30\x3c\xa9\xd1\x0f\x06\xe0\x4e\x24\x26\xf2\xd7\ \x5c\x73\x4d\x61\x33\x72\xe4\x9c\x0b\xa3\xd0\x14\x66\xd7\xae\x5d\ \x44\x24\x00\xa5\x94\x48\xc4\xde\x77\x9e\xe7\xc6\x5a\xa9\xd4\xd0\ \xd0\x50\x92\x24\x93\x93\x93\x12\x85\x2d\x8c\x35\x26\xcb\x53\x94\ \xbc\x26\xe4\xac\x15\x52\x0a\xd1\xcf\x96\x0c\xd4\xc3\xfa\x3d\xce\ \x8c\x8c\x4c\x54\x07\x93\x2d\x9c\xb5\x84\x88\x59\x56\x10\x25\xc6\ \x38\x44\xc9\xa4\x78\x10\x3a\x90\xac\x6d\xe1\x93\x4e\x5e\x28\xa8\ \xac\xc7\x53\xc1\x62\x65\xfb\xc4\x9c\x73\xeb\xd6\xad\xeb\x6f\xc1\ \x81\xda\x0a\x0c\x3a\xc6\x98\xa4\x58\x6b\x1d\x82\x56\xc1\xec\xec\ \xf4\xec\xfc\xec\xce\xa9\x1d\x5b\xb7\x6f\x9e\xde\x35\x0b\xe0\x9a\ \xa3\x63\x87\x1f\x7e\xe8\xf6\x6d\xdb\x7e\x7a\xf9\x65\xc3\x23\xa3\ \x2c\x02\x38\x34\x34\x04\xa5\x89\x1c\x9c\x43\x2c\x37\x93\x94\xa9\ \xa2\x10\x52\x88\x45\x6d\xc5\xc6\x98\x1d\x3b\x76\x4c\x4f\x4f\x37\ \x9b\xcd\x34\xe9\x75\xf3\xf6\xa6\xfb\xee\x3d\xec\xb0\x0d\xeb\xd7\ \x1e\x9a\x67\x79\xaf\xd3\xd3\x5a\x4f\xcf\x4e\x47\xa1\xda\xb0\xe1\ \x70\x6e\x81\xa8\xd5\x9a\x88\xc2\x81\x03\xe7\x9c\x03\xe7\x0c\x9f\ \xbc\x52\xca\x81\x70\x8e\x00\x88\x05\x68\x8d\x29\xb8\x19\x99\x9d\ \xfd\xc2\xe4\x5a\x0b\x63\x6c\x9e\x17\x02\x03\x6b\x1d\x39\xe8\x25\ \x1d\x21\x08\x05\xa5\x59\x0f\x2c\x58\x63\xfd\x5c\x50\xe6\x95\x4c\ \x64\xbc\x2f\xbc\xa7\x6c\xb1\xcf\x9b\xfc\x28\xe4\x38\x8e\x79\xb7\ \x0f\xe6\xa2\x00\x8f\x0c\x65\xb0\xe0\x3f\x71\x8b\x08\x3f\xb1\x10\ \x44\xa0\x23\xad\x95\x52\xca\x58\x2b\x50\x12\x39\x21\x50\x29\x2d\ \xa5\xb2\xb6\x00\x49\x5e\x70\x81\x3f\xcb\xa4\xb2\x28\x8a\x30\x8a\ \x34\xa8\x5a\xad\x96\xf4\x7a\x43\x43\x43\x79\x9a\x05\x41\x00\x44\ \x08\x88\x88\x72\xd0\x52\x62\x88\x00\xa1\xd6\x6c\x08\xa6\xa8\xd6\ \x22\x81\x00\x34\x45\x01\x38\x6c\x01\x10\x08\x00\x07\x12\x61\xfc\ \x90\x58\x00\x47\xc6\x32\x86\x45\xce\x86\xbb\x81\xea\x4f\x9a\x15\ \xfc\x03\x11\x91\x52\x92\xfd\x15\x4e\x37\xf1\x8d\x61\x61\x51\x3a\ \x9e\x17\xdf\xcb\x35\x1e\x20\x0a\x3a\x94\x75\x81\xd3\xeb\x61\x4c\ \x79\x0f\x08\x40\x28\x0c\x42\x28\x52\x92\x11\x56\x5a\xba\xbf\x3d\ \xab\xd7\xea\x3c\xfc\xc8\x39\x27\xa5\x92\x52\x22\x80\xe8\x37\x81\ \x09\x44\xb4\xce\x3a\x04\xa5\x54\xa3\x19\xd3\x76\x4b\x64\x3a\x9d\ \x4e\x5c\x0b\xc6\xc6\x56\x75\xd3\x64\x72\xc7\x8e\x28\x8a\x38\xdf\ \x52\x14\xc5\xe8\xe8\xe8\xa0\xec\xae\x7f\xef\xf2\x1c\x51\xef\x44\ \xe3\xa0\x24\x6f\x40\x17\x97\xb2\xc5\xf9\xf9\xf9\xb9\xb9\x39\x16\ \x4a\x59\x39\xbe\xaa\x69\xeb\xed\x76\xeb\xee\x7b\xee\xde\x3e\x31\ \x39\xdc\x18\x66\xbe\x10\x28\xb5\x72\x7c\x43\xbd\xd1\xb0\xd6\x46\ \xb5\x06\x39\x27\x50\x00\x3a\x6b\x1d\x39\x5b\xe4\x45\x91\xa7\xc6\ \x3a\x02\xab\xb4\x16\x02\x10\x85\x94\x42\x29\x8a\xa2\xd8\x0f\x63\ \x0a\x82\x48\x08\xc8\x8b\x6e\x1c\x2b\x01\x1a\x85\x96\x42\x16\x45\ \x51\x98\x51\x44\xa7\x34\xe4\x79\x2a\x48\x80\x23\xeb\x1c\xf4\x77\ \x29\x0f\x74\x36\xd6\x3a\x21\xb0\x3c\x8f\x74\x0f\xc2\x17\x5e\x9d\ \x81\xa9\x19\x43\x80\x97\xd5\x92\xb2\xff\x20\x61\x47\x9b\x89\xa4\ \x9f\xa1\x2c\x04\x0a\xc1\xda\xda\xfc\x78\xb3\x41\x10\x38\x47\x03\ \x49\x05\x02\x72\x7e\x20\x0c\x87\x26\x78\x4a\xfd\xe8\xe8\x28\x57\ \x26\x3a\xb0\x4a\xa9\x5e\x18\xd6\x6a\xb5\x22\x08\x95\x52\x40\xc0\ \xb3\x93\x24\x83\x0e\x91\x42\x20\x00\x05\xbc\x02\x80\x88\x48\x80\ \x04\x4a\x4a\xeb\x40\x12\x10\x10\x11\x21\xa0\x94\x28\x50\xb1\x46\ \xa4\x40\x01\x08\xae\x9f\x15\x21\x6b\x1d\x11\x69\xad\x8c\xf1\x6c\ \x91\xac\x03\x7e\x5c\x39\x47\xac\x2e\x81\x00\xd6\x71\x23\xa3\x22\ \x22\x6e\xc3\xf7\xc8\xe8\x65\x16\x1f\x88\xd8\xe2\xfe\x02\x8b\x61\ \xed\xad\x17\x04\x6b\x10\x60\x36\x79\xdf\x9f\xa8\x3f\xfb\x9e\x5e\ \x45\xb4\xed\x47\x9d\x8f\x7d\x50\x3c\xf7\x83\xfa\xba\xb7\x27\x9b\ \x97\x6c\x8d\xca\x7e\x73\xc6\x4c\x44\x2a\xa9\x00\x10\x50\x07\x9a\ \x00\xc8\x91\xe0\xdc\x9f\xb5\x2a\xd0\x59\x9a\x4a\xa9\x9a\xcd\x21\ \x00\x2a\x0a\x13\xc7\xa1\x75\x4e\x69\x3c\x64\x74\xad\x2f\xbb\x8b\ \xa2\x28\xcf\xf3\x56\xab\xc5\xc1\x32\x21\x04\xa2\x40\x04\x31\xb8\ \x95\xbd\x64\x4b\x99\x2d\x02\x20\x2d\xfe\xed\x79\x32\x72\xb3\xd9\ \x3c\xf2\xc8\x23\x6f\xb9\xed\xd6\x93\x4f\x3d\xe9\x8e\x3b\xee\x9c\ \x9c\x9c\x02\xb2\xdd\xa4\x2b\x84\x40\x40\x81\x70\xeb\xad\xb7\xce\ \xcf\xcd\x9e\x72\xea\x29\x88\xaa\x70\x05\x22\x06\x3a\x8e\x6b\x22\ \xcf\xf3\x28\x02\xe7\x9a\x44\x16\x00\xd3\xb4\xe0\xc1\x00\xde\x63\ \xcd\x73\xd6\xbe\xe6\xed\x6a\x51\xa2\x35\x64\xc1\x1a\x93\x0b\x94\ \x88\x18\x04\xda\x3a\x6b\x8b\x22\x08\x42\x57\x58\xa9\x64\x80\x60\ \xad\x05\x02\x40\x74\xe4\x04\xf0\xc6\xb6\x49\x92\xee\xc5\xd0\x82\ \x3e\x19\x67\x1c\x1c\x0c\x4d\xd4\x7e\x7c\x02\x00\x84\x61\xe0\x9c\ \x25\x02\x6b\x5d\x51\x98\x20\xd0\x42\x48\x29\xb5\x52\x82\x07\x58\ \x4b\xa9\xac\xb1\x8e\x5c\x18\x46\x8c\xad\x5e\x2a\x51\x08\x12\x83\ \x14\x36\xd7\xe8\x18\x63\x98\xb2\x31\x5b\x74\x64\x84\x10\xb5\x5a\ \x2d\x08\x03\xa4\xbe\x7f\x20\xa5\x04\x47\x5e\x8b\x0c\x01\x2c\x81\ \x10\x20\xc9\x11\x81\x42\xe9\xc8\x82\xb1\x42\x28\xb4\x44\x40\x8e\ \xc8\x59\x47\xce\x21\x82\x05\x63\x8d\x03\x22\xa9\x24\xf7\x08\x0a\ \x90\x80\x20\x95\x23\x02\x67\xac\x14\x1a\x04\x91\xa3\x22\x37\x4a\ \x6b\x63\x2d\x01\xf0\x35\x11\x80\xd2\x5a\x71\xbe\x4e\x88\xbc\x28\ \x02\x70\x65\xb6\xe8\xff\xc1\x84\x31\xd0\x07\x46\x39\xf7\xb6\xaf\ \xce\xbd\xeb\x1f\x48\x68\x31\x76\xb8\xda\xfe\xe5\xf9\xf7\x7d\x14\ \x1f\xf3\xae\xe6\x2b\x9e\xd0\x9b\x7a\xf0\x0f\x5b\xb2\x10\x1c\x17\ \x9c\xba\x26\xbf\xe6\xb2\xbe\x0f\x53\x3b\x34\x3c\xf3\x99\x30\xf1\ \xd3\xec\x86\x5b\xe5\xf1\x4f\xd7\x47\x6c\x00\xb2\x94\x25\xc5\x65\ \x9f\x77\xf9\x6e\x74\x9f\xc8\x84\xc1\x93\x9f\x67\x7f\xfe\x35\xd7\ \xb3\x00\x00\x6a\x28\x78\xdc\x39\x62\x28\xc6\xb9\xcb\x92\x8b\x6f\ \x80\x91\x13\xc2\x27\x3e\x19\xee\xfb\x5e\xf6\x8b\xfb\xc0\xcf\x99\ \xaa\x1f\x1e\x3e\xf6\x88\xfc\xa2\x1f\x90\xd4\x10\x6d\x08\x4f\x5f\ \x97\xff\xf8\x52\x92\x0a\x6c\xa8\x9f\x72\x8e\xbd\xea\xbf\x5d\xba\ \xbf\x32\x5e\x42\xe1\x50\x00\x21\xab\x40\x67\xc6\x11\x91\x40\xb4\ \xe4\x88\x75\xea\x53\xe3\x48\x74\xba\xe9\x9a\xb5\x87\x1c\x7d\x74\ \xa7\xdd\xee\xe4\x79\xde\xeb\xf6\xe6\x67\x5a\x2b\xc7\xc6\xc3\x50\ \xcf\xcc\xce\x08\x09\x59\x8e\x26\xc9\x75\x20\xf3\x22\xf5\xe2\xa9\ \x0a\xa5\x2b\x4c\x1f\x04\x01\xa8\x0f\x97\x00\x80\x40\x04\x88\x0e\ \x10\x06\xa3\x3c\x98\x04\x14\x79\xba\x7a\xf5\xaa\x5a\x2d\x9a\x9a\ \x9a\x7c\xc6\x53\x9f\x7a\xeb\x1d\xb7\x64\xdd\xac\x11\xd7\xc6\x46\ \x47\x77\x4e\x4e\x09\x29\x10\x70\xba\x33\xa7\x03\xa5\x43\x9d\xa6\ \x29\x42\x8e\x88\x40\xc2\x08\x00\x54\x7d\x4c\x11\x88\xa0\x00\x20\ \x8a\x15\xa2\x2f\xfd\x71\x42\x2a\xa9\xc4\x80\x0c\x11\x91\x12\x42\ \x90\x20\x02\x08\x15\xb0\xc7\x97\x15\x05\x00\x58\x07\x36\xb3\x08\ \x16\xa8\x20\x20\x20\x40\x04\x21\xa5\x94\xd2\x02\x00\x81\x03\x01\ \x72\x2f\x76\x1f\x82\x50\x1a\xa5\x02\x21\x90\x57\x00\xc0\x01\x12\ \x81\x90\x0a\x00\x84\x90\xb9\x75\x44\x00\x04\x80\x20\x74\x60\x01\ \x91\x50\x20\x1a\x42\x21\x85\x40\x30\xd6\x3a\x74\x52\x49\x12\x00\ \x0a\x8d\xb3\x80\x20\xb4\x24\x01\xfc\x0e\x21\x84\x0e\x02\xfe\xc2\ \x48\x6b\x10\x22\x8a\xe3\x7e\xfa\x08\x03\x22\xd2\x4a\x91\x25\x1d\ \xc6\xc2\x53\x78\x41\x20\x95\x20\x02\x40\x86\x3c\x6b\x0d\x10\x22\ \xa0\x05\x22\x42\x00\x61\x1d\x59\x20\x44\x44\x29\x94\x56\x48\x60\ \x9d\x53\xe0\x60\x10\x00\xe4\x70\xae\x65\x14\xeb\x7b\xc1\x2c\xc9\ \x03\x44\x00\x52\xe5\xd6\x02\xf2\x10\x45\x4b\x44\x32\xd0\x04\x90\ \x59\xe3\x88\x9c\x29\x08\x48\x08\xa6\xcf\xe4\xf8\xc1\xc3\x29\x69\ \x02\x40\x41\xe4\xe8\x00\x69\xfe\x3b\xe4\x05\x23\xe7\x3d\x17\xe6\ \x2e\x6a\x7d\xf0\x93\x20\x34\xc6\x4d\xb1\x6e\x85\xdb\xb1\x03\xd4\ \x1e\xb0\xc4\x91\xe8\xb5\xef\x0e\xd2\xeb\x8b\x6b\x2f\x23\x42\x20\ \x13\x3e\xf7\xaf\xe9\x8a\x7f\x16\x67\xfe\x4d\xb8\xfd\x2d\xd9\x9d\ \x97\xb8\x7b\x7f\x0a\xa3\x4f\x6c\xfe\xf1\x71\xc5\x45\x16\x50\x2e\ \x87\x01\xf5\xb4\xb7\xd4\xce\x3c\xae\x7b\xdb\x37\x5c\xcf\x01\x10\ \x44\x2b\x83\x35\x93\x9d\x2f\x5d\x08\x1a\x20\x58\x59\x7b\xdd\xdb\ \xed\x57\xdf\x25\xce\xf9\x50\xd4\x7e\x61\xba\x85\x51\xdb\xa9\xe3\ \x9f\x15\x3e\xe3\x6c\xb8\xeb\xd2\x6c\xab\x85\xd1\x63\xa3\x67\xbd\ \x89\x36\x3d\x27\xdf\x92\xc3\xc6\xdf\xaf\x3d\xeb\x15\xbd\xdb\xbf\ \xec\xd2\xfd\x75\x72\x2b\x0d\x1e\xc2\xce\x39\xeb\xb3\xc3\x88\x3e\ \x36\x04\x42\x72\xa7\x47\xa3\xd1\x78\xc4\x23\x8e\xef\xf5\x7a\x52\ \xca\xeb\xaf\xbf\x5e\x48\x91\xe7\x59\x2f\xed\xf5\x7a\x3d\x9e\xbc\ \xc1\xf2\xce\xc6\x18\x20\x12\x52\xc6\x71\xac\xb4\x1c\x1d\x1b\xf3\ \x6e\x23\x22\xf6\x7a\x3d\x1f\x35\xb7\xd6\x12\x00\x39\xe1\xa7\x23\ \x21\x22\x4f\x98\xe3\xb4\xc3\x8d\xbf\xb8\x71\xd5\xf8\x8a\xa1\x13\ \x9a\x37\xde\x78\xe3\xf4\xf4\xb4\x23\x6b\xf2\x22\x0c\xc3\xd5\xab\ \xc7\xd7\xae\x5d\xbb\x66\xcd\x1a\x22\x72\xce\x7a\x6d\x15\xae\x0d\ \x5a\x14\x3c\xb5\x0b\xad\x63\x88\xfc\x14\x75\x83\xf8\x17\xa7\x94\ \xed\x92\x7e\x92\xfe\xbf\x89\x10\x41\x29\x8d\xe0\x7c\xea\x93\xe1\ \xd5\xbf\xf9\x21\x19\x5a\xb0\xe8\x4b\x07\x01\x5f\x44\x34\xa6\xf0\ \x2c\x49\x08\xc1\x17\xd2\x9f\x87\xe7\xc8\x3a\xeb\xc8\xfa\x75\x13\ \x42\xe4\x59\x7f\x56\x57\x3f\x47\x01\x80\x03\x1a\xce\x5f\xd4\x4f\ \x70\x0b\xc1\x2b\xcf\x5e\x42\x7f\x4c\x8a\x94\x3e\x6c\x47\x0b\x86\ \x83\x88\x33\x93\xeb\xf2\x42\x91\x25\x27\x84\x40\x87\x3e\xf6\x87\ \x80\x84\x0b\x79\x76\x21\x05\x11\xc1\xe0\x0d\x1c\x6d\x40\x02\x22\ \x02\x04\xef\x0e\x0f\x62\xb4\x83\xe9\x0b\x83\x68\x2d\xd7\xf1\x40\ \x69\xe2\x6b\x1f\x25\xf9\xb7\x38\x40\x32\xd1\xdb\xbe\x39\xff\x0f\ \x1f\x24\xa1\xb0\xb6\x12\x86\x4f\x0c\x7f\xff\xaf\x82\x47\x74\xdb\ \xff\x78\x9b\x7c\xf1\x83\x24\x59\x54\xc8\x53\x9e\x0b\x3f\xf8\xfb\ \xe2\xd1\xe7\x80\x73\xe1\x8b\xff\xc5\x7e\xfb\x43\xb2\x36\xd5\xbb\ \x6f\x2b\xd6\xaf\x6f\x3e\xf1\x98\xf4\x8b\xbf\x00\x23\xc2\xe7\x9c\ \x91\x7d\xfc\x5d\x96\x02\x44\x00\x93\x52\x61\x40\x85\xa8\x35\x80\ \x83\xc6\x23\xc2\xe0\xaa\xee\x0d\xeb\x11\x72\x71\xc2\xeb\xc3\xe8\ \x07\xc9\xdd\x12\xe2\x43\xe5\x9a\x55\x76\x62\x3b\xac\xda\xa8\xe6\ \xbf\xd1\xbb\xe9\x66\x50\x37\x37\x1e\xf7\x38\xf8\xd2\x65\x80\x08\ \x56\xa8\x63\x0f\xeb\x7e\xea\x82\xe8\x77\xcf\xca\xbe\xf4\x2d\x1c\ \x6a\xba\xeb\xbf\xaa\x4e\x7b\x5e\xbe\xe5\xcb\xe1\x69\xc7\x64\x37\ \xec\x14\xcd\x1a\x4c\x76\xf6\x53\x58\xe4\x91\x55\x4b\x40\xa1\x9c\ \x43\xe4\x81\xc4\xd6\xda\xf9\xf9\xf9\xe9\xe9\x69\x86\x98\x56\xab\ \xd5\xe9\x74\xf2\x3c\xd7\x81\xe2\xbf\x16\x79\xde\x0f\xb4\x0d\x52\ \x87\xec\x5f\x27\xdd\x2e\x00\xa2\xe8\x87\x9c\x38\x1c\xe5\x9c\x73\ \xc4\xdb\x00\x61\xd0\xf9\xeb\x8b\xd4\x94\x52\x5c\x38\x79\xe8\xa1\ \x87\xde\x72\xcb\xcd\x51\x14\x77\xda\x6d\x63\xad\x10\x82\x9c\xe3\ \x1a\x37\xde\xa5\x23\xc3\x23\xf5\x5a\xc3\x8b\x09\x2e\xaf\xdb\x90\ \x52\x95\x9d\xaf\x25\xe9\x26\x1f\xf4\xf4\x88\xe0\x61\x65\xc0\x6a\ \x61\x80\x9e\xfd\x8a\xe2\xf2\xcc\xf8\xbd\x51\xd0\xe1\x45\x2b\x1f\ \xdc\x17\xe5\x0c\x62\x8b\x12\x4b\xf1\x07\x5e\x1f\x7e\xb1\x2f\x01\ \x4b\x96\xe3\x15\x3e\x51\xe6\x07\xe9\xf9\x93\x5f\xf2\x83\x96\xe5\ \xbf\x7c\x03\x0c\x0e\x1e\x81\xe5\x65\xf1\x0f\x32\x2f\x72\xb3\xa4\ \x25\x51\xd0\x22\x28\xf7\xa0\xb9\xf0\x08\x01\x2a\xdb\xd2\x83\x20\ \x2c\x3f\x6c\x79\x49\xfd\x40\x54\xff\xdf\x07\x38\xae\x60\xbf\x82\ \x45\xa1\x31\xaa\xf5\x75\x2f\xe6\x6f\x4e\xcf\xff\xa4\x91\xff\x50\ \x7b\xd2\xa1\xd9\x83\x13\x20\x21\xa0\x71\x7d\xd2\xa1\xe9\x17\xbe\ \x17\x9f\x8e\x20\x44\xf6\x3f\x6f\x02\x71\x6c\xe8\x52\x10\x08\x49\ \x8a\x2b\x46\x91\x1c\xa8\x43\xa4\xde\xde\x9b\xe2\xed\x06\xe2\x89\ \xef\x68\x3e\xe7\x69\xee\xf2\x0f\xb5\xbf\x7d\x01\x58\xa3\x9f\xf2\ \x86\xe2\xb2\xbf\xc2\xa7\xbe\x10\x30\x74\x37\x7f\x24\x01\x80\x70\ \x24\xbb\x75\x3a\x7c\xc1\x87\xc4\xed\xff\xdc\xf9\x85\xa6\x76\x1b\ \x94\x86\xce\x14\xc4\xe3\x80\x00\x64\x69\xf8\x59\x2a\xde\x96\xde\ \xf1\xdf\xf4\xcc\x77\x08\xf9\x6d\x68\x34\xe9\xbe\x6f\xdb\xf5\x7f\ \x22\xc2\x0d\x02\xb7\x64\xf7\x1d\x16\x34\x6a\x00\xfb\x2b\x2c\x96\ \x03\x37\xfe\x95\xf2\x68\x73\x42\xf2\xba\xf6\x5c\x30\x9c\x24\x09\ \xe7\x34\x01\xa0\xd5\x6e\x5b\x6b\xbc\x76\x29\xa7\x53\x7c\x0e\xc1\ \x39\x07\x28\x80\xc8\x1a\x5b\xb8\xc2\x39\xe7\xef\x6b\xe7\x08\x11\ \xa8\x8f\x4a\x7d\xef\x0b\x01\x50\x88\xd6\x7c\x8b\x43\xec\x77\xdf\ \x7d\xf7\xca\x15\xab\x77\x4e\xed\x50\x5a\xb3\xe2\x34\x20\x86\x61\ \x18\x45\x91\xb3\xae\xd3\xe9\x04\x41\x28\x85\xe2\xcf\xfa\x1d\xbe\ \x98\x2d\x16\x7e\x53\x31\xa9\xf4\xb8\xe3\xb7\x71\x79\x11\x38\xb4\ \x37\x58\x0a\x92\x82\x78\x27\x7a\x90\x7a\xc8\xd8\x22\xf5\x85\x05\ \x7d\xf8\x60\xc9\xd1\x7c\xb7\xb5\x1f\x1c\xca\x79\x5b\x4f\xed\xe3\ \x7a\x24\x85\xe4\xd0\xa1\x2f\x72\x1c\x60\x22\x32\xf3\xf2\x27\xcc\ \x59\x0b\xfe\x1d\xb9\xfd\x8e\x47\x35\xf4\x5b\xad\xf3\xbc\x8c\x38\ \x83\x35\x5c\x84\x65\x4b\xf1\x88\x96\xf0\x38\x58\xb2\xf8\xb4\x3b\ \xf3\x07\xb7\x8b\x07\xd1\x2c\x07\x50\x3e\x31\x3f\x0b\x70\xc9\x9b\ \x0f\x0c\x58\x34\xc5\xf5\x97\xf5\x1f\x10\x2e\xcb\xaf\xbb\x0a\x04\ \x99\xef\xff\xbb\x38\xfd\x28\xba\xe5\x3b\xc5\xdc\x03\x2f\x27\x31\ \x78\xda\xff\x0d\x37\x08\xfc\xc3\xd7\xaa\x43\x8f\x0f\xd6\x37\xd2\ \x7b\xa6\x50\xcd\x92\x8c\xc1\x39\xa8\xc5\xb4\x73\x86\xa0\xc0\xc3\ \x5e\x4c\x3b\x2e\xf7\x8f\x23\xf7\xb3\x7f\x6d\x5d\xfd\x11\xb0\x06\ \x04\x50\xfd\x69\xf1\xe3\xd7\x99\xe0\x8d\xb8\x71\x05\xb4\x4e\x2e\ \xce\xbf\x1c\x84\x86\x6c\xa6\xb8\xe2\x8b\xf9\xb5\x97\x0d\xbd\xe5\ \x55\xe2\xaa\xff\xc5\xa1\x43\xa1\x28\x60\x78\x35\xf4\xae\x07\x02\ \xb0\xa8\x9f\xfe\x4a\x31\xb6\x2d\x3e\xe7\x15\x72\xf4\xb8\x60\x3c\ \xcc\x75\x44\xed\x24\xbf\x63\x5b\xe3\x55\xef\xcd\x7f\xf2\x7a\xc2\ \x53\xa0\x5e\xdf\x7f\x53\x2e\xfd\x3c\xe0\x60\x73\x96\xe8\x06\x22\ \xa2\x90\x12\x85\xd2\x5a\x73\x42\x79\xc5\x8a\x15\x44\xd4\x6e\xb7\ \xd9\xf9\xe2\xd2\x10\x4f\xf1\xbc\x64\x0b\x11\xb0\x00\x8c\x10\x68\ \x8d\x29\x4f\x01\x1e\xec\x0d\xea\xa7\x31\x4b\x99\xe8\x72\x83\x20\ \x27\x5e\x38\x31\x5d\xaf\x35\xc7\x46\x57\xe6\x79\xd1\x6c\x36\xb8\ \xa9\x83\x4b\xc7\xa3\x28\x8e\xc2\xd0\xd3\x8a\xdd\xee\x5e\x14\x8e\ \xc8\x59\x63\x7d\x1e\x03\x00\xa4\xe4\x74\x10\xfa\x87\xad\xdf\x69\ \xed\x4e\x9b\x91\x07\x00\x10\x05\x39\x0b\x7e\x26\x9f\x10\x0b\x2e\ \xaa\x73\x9c\x1d\xda\x1b\xc2\xe8\x91\x7a\x39\xf7\x2c\x5f\x8b\xaf\ \xb0\xf1\x18\xca\xb8\xc6\xed\xd8\xac\x61\x51\x86\x51\x86\x75\x89\ \xe0\x43\xb6\x1e\x4d\xf8\x83\x7c\x28\x06\x59\x7e\xb6\x95\xcf\x61\ \xc0\xac\x39\x53\xbc\xc0\xfe\xb8\x03\x6a\xe1\x71\x82\xe0\xa1\x90\ \x16\xcf\x20\xec\xa3\x98\x5b\x60\xa9\x1e\xe6\x16\xde\x03\x44\x8b\ \xab\x11\x3d\x7c\xf3\xc7\x97\x9c\x58\x19\x13\x0f\x98\x72\x6e\x6b\ \xee\xb8\xa1\x7f\xf3\x53\x6e\xee\xbc\x19\x10\xc1\x4d\xe4\x3f\x9b\ \x58\x08\x45\x3c\x30\xca\x49\x3f\x7f\xd3\xfc\x35\x8e\xdc\x8a\xda\ \xab\x5e\x9f\x6d\x9e\x0f\x9e\xfd\x66\x77\xe9\x7f\xd8\xd6\x58\x78\ \xcc\x51\x78\xda\x23\xb3\xf3\xff\x1b\x50\xa9\xc7\xfe\x0e\xdd\xf0\ \xf1\x32\x61\xa0\x7e\xad\x00\x62\x72\x71\xeb\x6f\x2e\xa2\x3c\xd3\ \x2f\x3f\x11\xae\xbd\x46\x1c\xfb\x32\xad\xaf\xcc\xb7\xc7\x62\x28\ \xc7\xd5\x4f\xc1\xe9\xdb\xec\xec\x16\x53\x7f\x5b\xf4\xe8\x5b\xf0\ \x39\xc7\x15\x5f\x38\x17\x10\x29\x3c\x2c\x3e\xd5\xa4\x1f\x3a\xd7\ \xe4\x41\xbe\x2d\xaf\x3f\xe3\x31\xe6\x76\xa0\x9c\xdc\x9d\x3f\x36\ \x8f\x1e\x2b\x6e\xde\x0c\xc7\x76\x70\x64\x3f\x86\xc5\x38\x8e\xfd\ \x90\x5f\x3f\x8d\xa8\x3c\xd5\x37\x2f\x52\x96\x71\xe6\x66\x09\xee\ \x8a\x91\x52\x8e\x8d\x8d\x39\xe7\x70\x50\xd0\xe7\x3f\xee\xbb\x77\ \xad\x35\x45\x61\x82\x41\x62\xba\x2c\x7c\x50\xda\xae\x80\x42\x2d\ \xf2\x0d\x07\x2d\x31\x7c\xbb\x38\x67\x3c\x4b\xf2\x59\x5a\x3e\x3e\ \x5b\xa0\x35\xbf\xdf\x95\x26\xb2\xc3\xa0\xf4\x9a\x35\x5a\xe2\x46\ \xcc\x82\x05\x7c\x04\x28\x6d\xc8\xfe\xb4\x39\x2d\xbd\x13\xcd\xe2\ \x3d\x7c\x1a\x12\x35\x00\x2d\x0f\xfc\xf1\xe4\xa6\xbd\x61\x8b\x04\ \x94\xe5\xf9\x62\xb7\x17\xa1\x54\xef\xe9\x06\x35\x31\x8b\xc0\x4e\ \x4a\x8f\x2f\x45\xe1\x96\x78\x9d\x7e\xe8\x28\x22\x66\xa6\x90\x42\ \x70\x78\x01\xa0\x14\x97\x1c\x5c\x88\x67\xf7\xbe\xbc\xd4\x07\x7c\ \x39\xe1\xa3\x94\x64\x00\xf5\xce\xfe\xc2\xaf\x56\x6a\x47\xf1\x4b\ \xea\xe7\x1c\x94\x37\x75\xf9\x76\x2a\x3b\xc2\xc4\x75\xfc\x03\xc8\ \x66\x6f\xc3\xc7\x13\xca\x85\x4a\xfd\x18\xf4\xe2\xba\x1c\x82\xaa\ \xcb\x65\x11\x32\x2a\x10\x80\x94\x17\x57\x5d\x00\x28\xdc\xe6\x5f\ \x90\x13\xd9\x77\xfe\x29\x38\xed\xf1\xee\xaa\xf3\x8a\x5d\x06\x55\ \x40\xb7\x7e\x3a\xdf\xd2\xfd\x65\x9f\x07\x25\x50\x08\x77\xfd\x17\ \xa0\x07\x84\xf7\x58\xd9\x21\xac\xc9\x8d\x8f\x41\x73\x7f\xe7\x73\ \x97\xa0\x2a\x7a\xe7\x9d\x1b\x3c\xfa\x31\xf4\xf5\x37\x16\x5b\x2c\ \x48\x81\xa1\xcd\xbe\xf2\x9e\x7c\xaa\x0d\x52\xc2\x75\x5f\x4f\xe1\ \x48\xda\x72\x49\xde\x49\x11\x5a\xc9\x27\xfe\x05\x54\x1d\x76\x7c\ \xab\xe8\x4c\xee\xcf\x6c\xb1\xe0\xd8\x22\x03\x07\xfb\x59\x65\x66\ \xc4\xbd\xab\xbe\x24\xb8\xd9\x6c\xfa\xb9\xe6\x00\x90\x66\xb9\x1f\ \x57\xa4\x35\xf8\xc6\x5e\x22\xd0\x5a\x05\x01\x3a\x6b\x70\xc0\x77\ \xfa\x89\x4c\xde\xdb\xce\x15\xc6\x00\x61\xbf\x54\x78\xc0\x8f\xf4\ \x00\xe6\x06\x27\xa8\x85\x10\x44\x7d\x7f\x53\x08\xe9\x43\x6c\x1c\ \xc6\x64\x4d\x8a\xb2\xf3\xc8\x25\xc1\x5c\xfe\x62\x4c\x61\xad\x35\ \x06\x39\x30\xe0\x1d\x43\x0f\x08\x44\x40\xe4\x8a\xc2\x7a\xa0\x14\ \x02\xa3\x28\xe0\xb4\x0c\x53\xd9\x25\x54\x94\x1b\x30\x68\x2f\x4a\ \x73\xf8\x50\x51\x18\x7a\xbd\x2c\x8f\x68\x65\x1f\x7f\x49\x61\x53\ \x19\xc5\xb8\x5a\xb0\x4c\xf1\x96\x74\x55\xaa\x20\x50\x03\x6e\xe8\ \xff\xba\x5b\x6e\xeb\xe3\xc8\xbc\x62\x4a\x29\x46\x31\x33\xa0\xf9\ \x0c\xdc\x65\x08\xa6\xc1\x07\xcb\x1d\x9c\xe5\x91\x38\x44\xe4\x27\ \xdc\xfb\x5b\x65\x51\xac\x66\xc0\xc1\xfd\x93\x89\xbf\x77\x49\x6a\ \xcb\xb3\xe0\x85\x82\x47\x7e\xfd\xd7\xad\xfd\x41\xd9\xe5\x82\x99\ \xb9\xe3\x3a\x00\xb4\x77\x5c\x0a\x00\x50\xec\xc8\x2f\xff\x7a\xff\ \x01\x85\x60\x6f\xfa\xfe\xaf\xc3\x56\xe9\x36\x5d\x02\x00\x90\x5e\ \x6f\x00\x00\xe6\xf2\xcb\xef\xf4\x4e\x17\x24\xf7\xe6\x97\xdd\x0b\ \x00\x20\x05\x00\x40\x6f\x7b\x7e\x13\x00\x37\xb4\x99\xa9\xfc\xea\ \xa9\x85\x77\xea\x00\x00\xa0\x75\xa3\x69\xed\xc7\x6b\xc9\xea\x4d\ \x9e\x8e\x45\x51\x54\x26\x8f\xd6\x5a\xe3\x88\x55\x5e\xf8\xa1\xcd\ \xd0\xe9\x99\x4b\x18\x86\x83\xfb\x7c\x81\x4d\x70\x7e\xbb\xbf\x8b\ \x50\x70\xd9\x1d\x1b\xa3\x1e\x07\x1f\x85\x90\x88\x62\xa1\x80\x59\ \x48\x02\xf2\xd4\xaf\xec\x73\x09\x21\x95\xd2\x5c\x7c\xe7\x9c\x03\ \x40\x16\x2b\x63\xb8\x64\x8a\xca\xb4\x85\x05\x57\xbc\x85\x61\xc0\ \xed\x22\x8c\x77\x3e\x95\xb9\x24\x98\xe8\xf9\x14\xf7\x2f\x2e\x84\ \x40\xdd\xa2\xa8\x96\xcf\x2d\xb0\xf0\xda\x5e\xa5\x5c\x06\xb1\xc5\ \x85\xbc\xef\xe2\x56\xf1\xb2\x82\x0e\x94\xa4\x58\x4b\x70\xbc\xc0\ \xbb\xbd\xa3\xbd\xf0\x7e\x72\xe5\xac\x8e\x27\xd1\xe5\x69\xcb\x7e\ \x29\x60\xd0\x6c\x53\x9e\x61\xcf\xdd\x47\x7e\x25\x99\xb3\x97\x5e\ \x81\xf2\x34\xe7\xdd\x84\x08\x09\x97\xb0\xf2\xb2\x0b\xec\x80\xca\ \xb9\xa0\x5f\x16\xf2\xf6\xc6\x4c\xff\x97\x25\xf1\xf7\x67\x58\x34\ \x09\x39\x89\x83\x2a\x2a\x30\x29\xe5\x05\xa0\xc4\xa8\x56\xd5\x72\ \xff\x16\xad\x30\x05\xc7\x16\x3d\x1f\xf1\x90\x54\x76\x9d\x58\xba\ \x86\xf3\xcb\x7d\x95\x14\x7e\xb0\x13\x96\xb5\x11\xcb\x54\xae\xaf\ \x1e\x26\x04\xfb\x7d\x4a\x29\xe7\x6c\x51\x18\x6e\x01\x96\x52\x86\ \x41\x20\xa5\xce\x1c\x13\x3a\x63\xad\x23\x72\xec\xf7\xf9\x74\x2a\ \xa3\x87\x07\x5c\xfe\x5e\xaf\xcb\x62\xad\x15\xb8\x90\xc4\x64\x9d\ \x05\xa6\x3c\xfc\xed\xdd\x6e\x57\x88\x7e\xd3\x21\x7f\x8a\xaf\xd1\ \x27\x61\x3d\x30\x71\x07\x5b\x18\x86\x1e\xf7\x85\x10\x5a\x69\x2c\ \xed\x52\x16\xfe\x62\x06\x5d\xce\xde\xee\x71\x26\xda\xf3\x41\x9f\ \x7b\x2d\x3b\xa7\x4b\xf2\xe6\x8b\xc3\x0b\x5c\x5c\x48\x4b\x32\x36\ \x1e\x43\x9d\x31\x08\x0b\x3c\xd4\xf7\xaa\xfb\x67\x12\xbf\xee\x23\ \x0f\x7c\x45\xfc\x13\x0b\x21\x00\x10\xc0\xc1\x32\x2d\x8f\x85\x00\ \xdf\xe2\x26\xbc\x72\xbe\x8e\x7c\xdc\xf8\x97\xa0\x18\x22\x2e\x77\ \xc3\xcb\x41\x43\xcf\x91\xfd\xfb\xb9\x60\xcb\xaf\xf9\x81\x22\x15\ \x41\x28\x9f\xfa\xff\xe2\x55\x97\x75\xbe\xf2\x0d\x40\x00\x0c\xf4\ \xb3\xde\x51\xfb\xbd\x27\x40\xe7\xce\xe4\x93\x6f\xcd\xb7\x77\x01\ \x2b\x68\xfc\x6d\xd0\x6e\x04\x53\x18\x4e\x44\x7a\xbc\xf0\x3b\x96\ \xb1\xa9\xd7\xed\xc1\x60\xe2\x9a\x52\x8a\x7b\x57\x7d\xdf\x08\xb1\ \x46\xac\xeb\x97\x1d\x2b\x25\x11\x05\xe7\xb0\x01\x00\x41\x80\x5a\ \xe4\xfd\x01\xa2\x1d\x0c\xd2\xd4\x5a\x07\x2a\x40\x44\x67\xbd\x72\ \x14\x59\xeb\x4a\x25\x26\x88\x82\x18\xa4\x06\xa8\xe7\xac\x2d\x98\ \x03\x59\x6b\xb3\x2c\xc9\xd2\xc4\x47\x48\xf9\x9d\x7e\x10\x92\x73\ \x4e\x6b\xa5\xb5\x2a\x8a\x82\x29\x70\x3e\xa8\x22\x2a\x11\x5b\x28\ \x63\x0d\xb7\xd9\xf9\x10\x5b\x81\x79\x59\x9e\xc0\x3b\x74\xdc\xa7\ \xcc\xdf\xb2\xd7\x3f\xc1\x82\x1f\xea\xe3\xa7\x1c\xe2\x2c\x23\x8e\ \xcf\x99\xf8\xa7\x4e\x9e\x2f\x40\x7c\x99\x54\xf6\xaf\x8e\x48\xe0\ \xa2\x8f\xf7\x7a\x3d\x18\x08\xb0\xfb\xcb\xf4\x5c\xd2\x47\x1e\xbd\ \x3e\x58\x51\x58\xff\x5d\x1c\x3a\xe0\x37\x58\x6b\xc9\x91\x81\x45\ \x18\x5d\x76\xfc\xfb\xe1\x42\xe3\x96\xc0\x65\xf9\x92\x6d\xbf\x81\ \x7a\x69\x2e\xa5\xfc\x18\x28\x3f\xb1\x96\xac\xf3\xfe\xcf\x16\xc9\ \x42\xe3\x51\xb5\xd7\xbc\x59\x8a\x98\xee\xfc\x31\x00\x80\xcb\x71\ \xe3\xab\xa3\x8d\xf3\xed\xf7\xbd\x08\x0f\x7d\x41\xe3\x2f\x3f\x68\ \xff\xfe\xd5\x36\xaf\x34\x2f\x7e\x1b\x3f\x0e\x41\x54\x8b\x45\xbf\ \x36\x8d\xef\x4b\x04\x00\xa1\x06\xc4\x0a\x70\x68\x68\x88\xf3\xbf\ \xcc\x95\x18\x0b\xfc\x66\xe3\x0e\x56\x6b\x2d\x82\x20\x00\x47\x56\ \x4a\x11\x62\x00\x00\x79\x91\x69\x1d\x3a\xd7\x1f\x8f\xc5\x40\x93\ \x24\x89\x14\x32\x8e\x42\xa5\x94\x14\xd2\x3a\x0b\xe4\xa4\x12\x60\ \x51\x08\x81\x02\xa4\x13\xd8\x2f\xfb\x65\xa8\x85\x20\xd0\xcc\x5f\ \x58\xb7\x19\xb1\xbf\x39\x9d\x73\xf5\x7a\x2d\xcb\xd2\x4e\xa7\x33\ \x36\xb6\x32\xae\xc5\x79\x96\xdb\xc1\x3c\x26\xc1\x32\x14\x08\xcc\ \x16\x19\xfe\xe2\xb8\x4f\x82\xa1\xaf\x71\x80\xa6\xc8\xcb\xae\xa8\ \xb3\x2e\x0a\xc2\x2c\xcf\x59\xbb\x1b\x45\x5f\x0a\x90\xa5\x1c\xca\ \x91\x38\xce\xcc\xec\x85\x1f\x4d\x83\x0a\x4e\x2e\x75\x41\x93\x1b\ \x21\x50\x90\x44\x00\x4e\x3e\x2d\xf2\x93\xcb\x9d\x40\x25\x52\x59\ \xc6\x91\x72\x76\xbb\xe4\x5b\x4b\xbe\x52\x00\x9e\x0f\xa1\x58\xea\ \x26\x0c\x19\x19\xd9\x21\x00\x22\x6e\xb7\x61\x9e\x48\xd6\x39\xa9\ \x03\x22\xa6\x93\x30\x10\x83\x20\x62\xb9\x36\xea\x8f\x24\x8d\xe3\ \x98\x63\x23\xbe\xe8\x72\x40\xf7\x84\xd6\xb2\x9c\xb5\xe7\x78\x74\ \x09\xdd\x08\x16\xaa\x58\x3d\x92\x1a\x72\x24\x84\x20\xa0\x2c\xcf\ \xb0\x9f\x85\x97\x40\x64\x4c\x01\xc4\x0c\xba\x2f\x46\xbb\x9f\xc3\ \x22\x22\xa4\x3b\x8b\x6f\xbd\x39\x51\xaf\xaf\x9f\x20\x18\x28\x71\ \xe8\x48\x98\xba\xcc\xcd\xcf\x90\xbd\x8d\xc4\x93\x40\x56\x54\xf1\ \xb7\x18\x5b\xb4\xc6\x1a\xef\xc8\x94\x65\x9c\xbd\x24\x32\xab\x5d\ \xf9\x00\xd6\xe2\xdc\x28\x41\xbf\xfa\x10\x00\x00\x1d\x92\x73\x20\ \x2d\x22\x02\x39\x53\xa4\x80\x12\x11\x93\x5e\xc6\x9a\x8c\x3c\xe3\ \x05\x01\xac\x31\x86\x8a\x41\x86\x94\x10\xb9\xc3\x01\x19\x2f\xca\ \x2e\xb9\xdf\x5d\x4c\x4f\xf8\x15\xaf\x1d\x10\x45\x51\xa3\xd1\xdc\ \xb5\x6b\x57\x96\xe7\xcd\x66\xb3\x1e\x35\xb8\x10\xaf\x28\x0a\x41\ \xa4\x24\xcf\x80\xe1\xf0\x99\x2f\x12\xe4\x2f\x02\x22\x50\x52\x71\ \x0b\x1a\x0c\xca\x4d\xac\xb5\xa6\x28\x80\x40\x2b\x05\x00\x63\x63\ \x63\x59\x96\xf1\xcc\xe2\x38\x8e\xcb\x51\x3c\x5f\xc3\xbc\xe7\xf1\ \x45\x04\x40\x2e\x66\x02\x46\x1f\xc4\x85\x14\x8a\x27\x83\x4b\xf2\ \xd4\x03\x14\x87\xf2\x8b\xe5\xb4\x06\xf7\x9c\xf0\x6f\xca\xc4\x1c\ \x80\xd9\x3d\xfa\xf2\x50\xe7\x08\x00\x97\x54\xa7\xfb\x44\x16\xa2\ \x20\x3e\x2b\x7e\x4c\x4a\xa9\x06\xb5\x3b\x42\x3a\x22\x72\x59\xe6\ \x25\xd6\xbd\xcb\xef\x6f\x21\x18\x14\xe8\xf8\x78\x8b\x7f\x9a\x2e\ \xae\x3d\x44\x02\x22\xe8\xbb\xf3\x0c\x7c\x88\x08\x83\x72\x6f\x3e\ \x23\x6b\x6d\x30\x20\xe6\x0f\x70\xc1\x1f\xfe\x24\x4b\x80\xdd\x5e\ \xdc\x91\xe0\xc9\x83\x1d\x25\x43\x77\xd7\x79\xf6\x69\x7f\x5f\x7f\ \xe5\x91\x34\x7c\x42\xf1\xf5\xb7\xd9\x2e\xc2\x03\xed\x76\x71\x94\ \x76\xc1\x01\xe8\x18\xf5\xe0\xda\x5d\x41\x69\x02\x32\xc4\x30\x84\ \x22\xa1\xbe\xf7\x81\x18\x37\x77\x13\xb5\xcc\xbb\x64\x2c\xc8\x00\ \xc3\x68\x70\x73\x3a\x4a\xbb\x40\x04\x22\xc2\x38\x00\x9b\x51\x9a\ \x81\x8a\x31\x18\xb4\xa3\xe7\x1d\x32\x0e\x00\xfb\x5f\x9a\xf7\x48\ \xc5\xfd\x44\x9b\x49\xc9\x6a\x0c\xe5\xfe\x0b\x8b\xe5\x46\x0b\xef\ \xd4\x70\x8e\x65\xa0\xf6\x1c\x72\xb4\xae\xdc\x4d\x01\x03\xf1\xb1\ \x25\x4e\x0d\xef\x01\x2e\xbd\xe6\x3d\x99\x17\x96\x23\x7d\x5c\x8a\ \xc8\x72\xfc\xe5\x8e\x08\xaf\xba\xea\xf3\x00\x4b\x14\x6a\xcb\x99\ \x01\xaf\xb3\xed\x37\x09\x57\x96\x70\xbc\xb2\x5e\xaf\xf3\xc8\x11\ \xce\x1d\x69\xad\xd3\xa4\xb7\x24\x6d\xe9\xaf\xb7\x7f\xe6\xe4\xca\ \xc8\x92\x24\x09\x7f\xbc\x5e\xaf\xf3\x3f\xe6\xe7\xe7\x67\x66\x66\ \x78\x9e\x72\x9a\xa6\x8b\x72\x08\x8e\xf6\x26\xeb\x52\xce\x45\x40\ \xa9\x24\x65\x79\x01\xe6\x6e\x4b\x32\xa9\x94\xcc\x85\x81\x1c\xd9\ \x82\xbf\x0f\x98\x3b\xc7\x0f\x8f\x30\x0c\x7d\x54\xc1\x7f\xa9\x7f\ \xcc\x78\xff\x7d\xf1\x91\xfb\x7e\xc0\x12\xd7\xd5\xe3\x6f\x18\x86\ \xbd\x5e\xaf\xdb\xed\xf2\x14\xb3\xe5\x27\xb9\xbc\x6d\x66\x89\xbf\ \x5c\x4e\xc2\xf8\x2c\x93\x7f\x11\x4b\xed\xa7\xe5\x30\xe8\x62\xd2\ \xbc\x7f\xc7\x16\x71\x69\xe8\x10\x25\x42\xcf\x6e\x9a\x52\xbf\xbb\ \x1e\x1f\x71\x12\xfe\x7c\x13\x3d\xd0\xa7\xeb\xe1\xf5\xb7\x7c\x40\ \x8d\xd7\xec\xe5\x1f\xe9\x5e\xf8\x63\x70\x0e\x10\xc5\xb1\x2f\x6c\ \xfc\xd1\x1f\xd3\x96\xef\x77\x3e\xf5\x9f\xea\xd9\xef\x8e\x1f\x7f\ \x3a\x60\x88\x81\xe9\xbe\xe7\x99\xa6\x17\x2c\x4e\xfb\x08\xfd\xc2\ \xff\x8a\x4f\x3b\x96\x26\x7e\xd2\xfd\xd4\x3f\xbb\xc4\x01\x00\xd4\ \x37\x0e\xbd\xf3\x3f\x50\x39\xdc\xf6\xb1\xf9\x7f\xff\xb6\x78\xec\ \x1b\x1a\x2f\x7a\x1e\xdd\xfd\xf9\xce\xa7\x3e\x47\xa8\xc0\x38\xf5\ \xaa\x1f\xd6\x8f\x17\x94\xf6\xcc\xd5\x9f\x4b\xbe\x7f\xbe\x7e\xe9\ \x27\xd4\x6d\xef\xee\xfe\x62\x17\x4a\x94\x4f\x79\x5f\x63\xe3\xf7\ \xe6\x3f\x7e\x35\x04\xfb\x2b\x32\x2e\xdf\x8a\x0c\x3d\x5c\xbf\x1d\ \xc7\x71\x10\x44\xe5\x6d\xe3\x3b\x45\xc4\x97\x98\x00\x00\x20\x00\ \x49\x44\x41\x54\xd5\x98\xc5\xf8\x10\x58\xff\x91\x27\xa5\x77\x9a\ \x18\x19\x99\x6d\xf1\xcd\xdd\x6a\xb5\x94\x52\x4b\x92\xdd\x0b\xcd\ \xd7\x03\xc0\x2d\x7b\x82\x9c\x9c\xe1\xc8\x97\x2f\xab\x2c\x13\x9c\ \x34\x4d\x8d\x31\xb5\x5a\xad\xd3\xe9\x70\xa1\x22\x7f\x3b\x37\x35\ \x0a\xa4\xb2\xe3\xe9\xbf\xc5\x63\x7a\x91\xa5\x1e\x1a\xac\xb5\xc3\ \xc3\xc3\x7d\x06\x6d\x0c\x43\x64\x1c\xc7\x2c\xe2\x0f\x00\x43\x43\ \x43\x2c\x16\xeb\x65\xbe\xf6\x82\x28\x2e\x60\xd0\xf2\x76\x11\xdc\ \x1d\x00\x94\x95\xb5\xd8\xf3\xf5\x24\xda\xc7\xfe\x4a\xad\xcd\xe0\ \xac\xf5\x35\x03\xfc\x57\x5e\x76\x76\x42\xc5\x82\x42\xc7\xa2\x30\ \xeb\x42\xb9\xb5\xb5\xec\x3b\x7b\xea\x5a\x5e\x79\x0e\xaa\xb0\x12\ \xa5\xaf\xa9\x5a\x80\x51\x82\x25\xbd\x80\xcb\x03\x88\x4b\xa2\x8d\ \xe5\x52\xf9\x72\x9d\xe3\xf2\xe2\x1e\x44\xf1\x6b\x4b\x9d\xf7\xc3\ \x90\x5c\x51\xa8\xe7\xbe\x97\xae\xfd\x50\x72\xe9\xd5\x70\xc5\xcf\ \x1a\xef\x39\x4f\xad\xbb\xa8\x98\x48\x1f\x10\xbc\xd2\xf6\xde\x79\ \x2f\x21\x3c\xae\xf1\x17\x7f\x82\x17\xfe\x48\x3f\xfd\x0d\xf6\xd2\ \x4f\x04\x67\x9e\xde\xf9\x87\x73\xc4\xe3\xde\x54\x7f\xd4\x78\xfb\ \x7b\xef\x2b\x2e\x00\xf1\xd8\xd7\xd5\xc6\x2e\x35\x6d\x09\x4b\xc0\ \x4a\x3a\xf3\xfd\xb7\xb5\xbe\x94\x84\x7f\xf9\x65\x39\xa2\x61\xdd\ \xf3\x82\xe0\xaa\x74\x6b\xe0\x6e\xf8\x87\xf6\xff\xfc\x10\x6b\x35\ \x1c\x3d\xa6\xfe\x8c\xb1\xce\xdb\x9f\x86\xcf\xfe\x74\xfc\xc4\xcb\ \x7a\x97\x6c\x01\x00\x08\x28\xff\xd4\x0b\x92\x3b\x6d\xf0\xfc\xf7\ \x05\x2b\x2f\xa2\x42\xeb\x17\xbe\x55\xdd\xf2\x7a\x0b\xa3\xc1\x09\ \x67\x10\x5e\xb3\x17\x6a\xa4\x0f\x23\xce\xe8\xef\x42\x63\x0c\x8f\ \x3a\x8a\xe3\x38\x8a\x22\x00\xb1\xc4\xf7\xf1\xa1\xbd\xb2\x84\xa2\ \x57\xb1\xe5\xb7\xb1\xd4\x58\x14\x45\xdc\xec\xc2\x69\x90\x7a\xbd\ \xce\x90\xc4\x65\x34\x30\x68\xe1\xf0\xc3\xad\x96\xd4\x7b\x97\xbb\ \xd9\x3c\x76\xf8\xe4\xa9\x3f\x9f\x28\x8a\x98\x2d\xfa\x71\x48\x1e\ \x5c\x58\xf5\x6f\x79\x5a\xc3\xef\xcc\x30\x0c\xcb\xb8\xd0\x6e\xb7\ \x85\x10\x5c\xc8\xc9\x33\xf6\x78\x18\xc0\x9a\x35\x6b\xa4\x94\xb3\ \xb3\xb3\xfe\xe3\xcb\x1b\x0d\xf7\x92\x2d\xfa\x54\x32\x2f\x91\x07\ \xee\x25\xb9\x69\xbf\x38\x8e\x6c\x99\x2d\x2e\xf9\xb8\x40\x44\xd2\ \x5a\x6b\x2e\x44\xe5\xa1\x8c\xe5\xc4\x31\x27\xa3\xfd\x08\xc6\xf2\ \x15\x11\x11\x20\x72\x49\x00\xbf\x8d\x5d\x87\x72\x62\x87\xcb\x45\ \x79\x98\x01\x67\xb1\xfd\xaf\x5f\x5e\xea\x72\x83\xcd\xf2\x36\xd3\ \x32\xde\x71\xe9\x95\xbf\x3a\x2f\x4f\xe7\x53\xd2\x3e\x0d\x08\xe0\ \x0e\x0c\xb6\xb8\xec\x7e\x30\x16\x9b\x2b\x45\x54\xa7\x70\x4c\xa8\ \x1c\xcc\x03\xbf\xbd\x0a\x71\xe4\xf3\x1b\x2f\x7d\xb5\xb9\xe4\xff\ \x92\x23\x37\x37\x41\xb0\x16\xdd\x8c\xcb\x2d\x6d\xd9\x22\x9e\x78\ \x04\x5e\xb1\x1d\x54\x14\x9e\xb0\xaa\xf7\xd9\x5f\x00\xdf\x58\xf1\ \x98\x68\x36\xa0\x37\xed\x3a\x5d\x40\x22\x1c\xa9\xbf\xf3\xab\x22\ \xf9\x5e\x67\x67\x17\xd6\xec\xb2\x36\x05\x19\xe2\xba\x67\xd7\x9e\ \xb7\x3a\xbf\xea\x7b\x54\x5b\x09\x53\x3f\x77\xa9\x81\x1b\x6e\x13\ \xbf\x77\x0a\x5c\xba\xb9\x7f\x6b\x8e\x1c\x2a\xd6\x0f\xeb\x75\x43\ \x59\xc7\x4a\x71\x4f\xe7\xe2\x8d\xc1\x63\x36\x24\x93\x67\xc3\xb6\ \x8b\xe8\xb8\xc3\x10\xdd\xfe\x8b\x8b\xbc\x73\xfc\x3d\xca\xea\xf9\ \x51\x14\x8d\x8e\x8e\x3a\xe7\x7a\xbd\x5e\x10\x44\x72\x50\x71\xed\ \x7b\x5d\x3c\xd1\xe3\x70\x7b\x19\x68\x78\x6b\x71\x96\x86\x55\x97\ \xc5\x60\xc3\xd4\xeb\xf5\xb2\x00\x38\x1f\xca\x57\x92\xfb\xcd\x5f\ \xce\xae\xfa\xc2\x11\xbf\x49\xca\xbd\x5f\xbc\x4f\x78\x4c\x28\x8f\ \x7f\x61\xb6\xc8\x27\xe6\x3d\xfd\x72\x15\x4b\xd9\x97\xb4\xd6\xb4\ \xd3\x54\x6b\xcd\x53\x68\x10\xb1\xd1\x68\xa4\x69\xda\xed\x76\xdb\ \xed\x76\x1c\xc7\xe3\xe3\xe3\xcd\x66\x93\x75\x24\x39\x0b\xcf\xe5\ \x7b\x0c\x28\x7b\x09\x8b\x4b\xd8\xa2\x7f\xc0\xf8\x62\x80\xb2\x4f\ \xea\x1f\x3c\xfe\x72\xa4\x5a\xd4\xe2\xed\xdf\xd6\x87\x54\x22\x31\ \x28\x93\xf6\xb9\xe6\x72\x99\x11\xbb\xd5\xe5\x06\x92\x45\x05\x37\ \x40\xbe\x29\xa8\x9c\xdf\x28\x73\x5b\xfe\xf9\x38\xee\xcc\x0c\x74\ \x79\x95\xfb\x12\x2d\x89\x72\x91\xa6\x7f\x1e\xf8\xf2\x2f\x0e\xa7\ \x70\xfd\x90\x12\x2c\xab\x0e\xe5\x66\xea\xf2\x6f\x77\xa0\xc0\xa2\ \x1c\x44\xeb\x74\x60\x2f\x7a\x87\x7b\xe5\xbb\x9b\x6f\x7b\x35\xa0\ \x29\xbe\x73\x6e\xb1\x33\x85\x07\xaa\xd0\x2d\xdc\x1d\x5f\x6b\xfd\ \xdd\xf7\xa2\x97\xfd\xa3\xac\xdf\x6a\xae\xfa\x12\xc8\xa3\x07\x7d\ \x62\x00\x88\x40\x16\x1a\x67\x60\xeb\x16\x47\x92\x89\x36\x8e\x1c\ \xae\x8f\x38\x8c\xb6\x5d\x97\xb7\xbb\x80\x08\xe9\xf6\xee\xfb\x9f\ \x29\xcf\x78\x5b\x78\xf2\x89\xe9\x75\x3f\x2c\x50\x80\xd8\xd5\xfd\ \xe2\xbf\x89\x75\xa7\x37\xfe\xe8\x45\xed\x2f\xdf\x3c\xd0\x2c\xa2\ \x05\xc7\x9f\x48\xac\x3d\x51\xa5\x93\xe9\x97\xde\x61\xbb\xa4\x23\ \xed\x2e\xff\x47\x38\xfb\xe5\xd1\x99\xa7\x14\x9f\x7a\x8f\x3c\xe5\ \xa5\x80\xfb\x2b\x2a\x22\x00\xd7\x21\x72\xa7\x33\x67\x45\x56\xac\ \x58\x51\xaf\xd7\xb3\x2c\x1b\x80\xe0\xa2\x1d\xcb\x70\xe3\x6f\x68\ \xe6\x20\x8c\x5f\x3e\x13\x22\xa5\xe4\xc0\x93\x94\xb2\xdd\xe9\x79\ \xd0\xe1\xb9\xa9\x4b\x94\x1d\xf8\xe0\x83\x02\x6f\xe1\x27\x64\xf9\ \x6d\xec\xfb\xc3\xb8\xf8\xd1\x17\x15\xb2\x66\x44\x9e\xe7\x7c\x4c\ \xae\x15\xf7\x8c\x83\x87\xfc\x91\xb3\x3e\xd3\x09\xa5\xfe\xe2\x81\ \x05\xb5\x28\x5a\xa2\x91\x13\x86\xe1\xe1\x87\x1f\xde\x6a\xb5\xb8\ \x04\xd2\x77\x7f\x33\x08\xfa\xd6\x40\x7e\x66\xec\xc5\x88\xab\x3e\ \xe1\xf5\xa0\xc3\xa5\x79\xcb\x23\x67\x4b\x0a\xb9\x3d\xa6\x78\xa2\ \xe7\xdf\xcf\x84\x8e\xf3\x42\x64\xdd\x92\x6e\x4b\x7e\x3f\x73\x40\ \x1f\x09\x29\xfb\xef\x8b\x0a\x39\x01\xac\x31\x65\x72\x37\xe8\x32\ \x5a\xf8\x46\x26\x8c\xa5\x29\x8f\x58\x3a\x49\xe0\x7a\x7e\xdf\xc7\ \xb2\x44\x4e\xc2\x3f\x3e\x7d\x60\x94\xa7\x60\xfb\x67\x9e\xb5\x6e\ \x89\x8f\xb2\x24\xac\x7c\x40\xc0\xa2\xac\xd1\x0d\x7f\xde\xfa\xb9\ \xc2\x40\x03\x08\xc8\xb6\x24\xe7\xbd\xb8\x67\x1c\xa0\xc0\x20\x06\ \xf1\x80\xe5\xc5\x44\x88\xd2\x50\x61\xc9\x11\x02\x60\x73\x9c\x3a\ \x13\x0e\x47\x50\x09\xb1\x76\x8d\xbb\xf9\x27\x04\x56\x9e\xf8\x12\ \xb7\xed\x03\x0b\xca\x45\xdb\xaf\xcb\xb6\xfd\xbc\x9f\xea\x03\x81\ \xa1\xa6\xb4\x07\x45\x0e\x88\x10\x8c\xa0\x48\xc9\x00\xf5\xa6\xed\ \xb6\x3b\xa9\x7e\x36\x74\x7e\x02\xab\x9e\x24\xf4\xf9\x70\xfc\xb1\ \xb4\xf5\x9b\x40\xc8\xf8\x68\x6f\xfb\x7e\x7e\x47\x06\x88\x00\x0a\ \xb4\x04\xbb\xd9\x9a\xa3\xa2\x9d\x1f\x4d\x26\x93\x48\x8d\xa0\xa4\ \xfd\x14\x17\x09\x40\x29\xd5\xe9\x74\x78\xd6\xf3\xc8\xc8\xc8\xd0\ \xd0\x10\x37\x93\x30\x91\x14\x42\x10\x09\xae\xdd\xf1\x15\xc5\x3e\ \x3c\xd7\x2f\x6a\x71\xfd\xd1\xe9\x7e\x1f\x76\x3a\x1d\x16\xda\x99\ \x99\x99\x19\x19\x5d\xc1\xea\xfc\x5c\xf6\x58\x0e\x4d\x7a\x0c\x2d\ \x8a\xa2\xdd\x6e\x33\x0c\x31\x31\x04\x00\x9e\x5a\xe7\xb5\x21\x00\ \x20\xcb\xb2\x24\x49\xda\xed\x36\x22\x36\x9b\x4d\xa6\x45\x83\xfe\ \x6b\xeb\x93\x45\xde\x1d\x13\x7d\xae\xb4\xd0\xdf\xbd\x7c\x47\xa9\ \x12\x50\xf2\x29\xf1\x55\xd7\x6a\xb5\xe5\x9a\x57\x7e\x42\x1e\x97\ \xb5\x27\x49\xb2\x37\x6b\xcf\xa3\x44\x39\x99\xeb\x27\xde\x94\xfe\ \x4b\x3e\x82\x56\x06\x44\x1f\xd5\x95\x28\xca\x62\x13\x1c\xf4\xe4\ \x88\xaa\xd6\xba\x16\x45\x4a\xaa\x32\xfd\x64\x42\xe7\x73\xc7\x30\ \xe8\x62\xf4\x98\xc5\x84\xbd\x9f\xba\x01\x00\xb1\xd0\xe9\xc4\xa2\ \x12\x4c\xab\xf9\xd7\xf4\x1e\xc6\x12\xca\xec\xcf\xc7\x2c\x1b\xe5\ \x5c\x06\xc7\xf2\x7a\x7a\x48\x2d\x77\x1c\x39\x63\x97\x80\xe9\x22\ \x9d\x88\x03\xa5\xf9\x8f\x40\xc6\x8b\x34\x61\x75\x0d\xf5\x83\x3d\ \x86\xa5\xa1\x27\x35\xfe\xe2\x8f\x51\x14\xf6\xda\x4f\x65\xdd\x2c\ \xfa\x93\x0f\x9b\xaf\xbe\x3e\xbb\xf2\xe6\xc6\x9b\x3f\x07\xd3\xd7\ \x74\x3e\x39\x89\x10\xa9\xd3\x8f\xa2\x6f\x4c\x2c\xaa\x10\xf2\xae\ \x81\x1b\x8b\x5f\xf5\x41\x35\xa2\x69\xc7\x55\xbd\x2f\xdc\x24\x4e\ \x78\x7b\x14\x7e\x2b\xd9\x71\x42\xe3\x25\xe7\x00\xf6\x8a\xef\xbe\ \x8f\xd2\x2d\xbd\xcb\xb0\xfe\xee\x6f\xc1\xe4\x0f\xbb\x1f\xbf\x0b\ \x50\x01\x01\x86\x75\x50\x12\xb8\xb0\x83\x24\xc6\x31\x81\x28\x2e\ \x7c\x9b\x31\xb3\x20\xd6\x40\xb0\x1a\x35\x80\xd9\x2f\x61\x11\x11\ \xa7\xa7\xa7\x3b\x9d\x4e\xbd\x5e\x1f\x1d\x1d\xf5\x51\x27\xe6\x65\ \x83\x18\xe2\xa2\xf0\x9c\x8f\x43\xf1\xdd\xcc\x13\xdd\x78\xa7\xf1\ \x26\xd7\x5a\x27\x49\x52\xaf\xd7\x57\xaf\x5e\x2d\xa5\x40\xd1\xd7\ \xe5\xe7\xc3\xea\x81\xdc\x3c\x7f\x91\x1f\x88\xce\xa0\xc9\x09\x5f\ \x86\x27\x1f\x63\xea\xa3\x80\x94\x4a\xa9\x66\xb3\x39\x3a\x3a\xea\ \xa1\x21\x08\x02\x96\xb1\xf1\x8c\x89\x39\x11\x9f\x3c\x43\x00\x17\ \xe8\xec\x36\xe5\x0a\x00\x8e\x7c\x97\xb4\xf0\x22\x14\xbe\xac\xba\ \xec\xa2\x96\x7b\x72\xf9\xc4\x6a\xb5\xda\x1e\x87\x95\x1d\x51\xaf\ \x97\x44\x51\xc8\x58\xc3\xf5\xd5\x3e\x03\x0b\x00\x28\x84\x3f\x78\ \x99\x2a\x2e\xe4\x9d\xd0\x31\xe5\xf4\x18\xe7\x9f\x64\x9c\x72\x29\ \x0b\xfd\x7b\xa9\x08\x4f\x51\xbd\x9e\xa6\x07\x23\x3f\x77\xb0\xac\ \xf3\x08\x8b\x85\x7c\xf8\x20\xe5\xb4\x49\x39\x4d\xf4\xab\xef\xb4\ \xf2\xaf\xb0\x7c\x1c\x6e\x59\x41\x87\x99\xe9\x12\x09\xb8\x07\x55\ \x0b\x75\x30\x55\x41\xa3\xc4\xd9\xef\xb6\xcf\xfd\x1a\x10\x42\x10\ \xa3\x92\xc9\xc7\xfe\x18\x83\x1a\xdc\xf4\xd9\xd6\xb5\x1f\x03\x11\ \x62\x18\x40\x28\xf2\x0f\x3c\x1e\x82\xc6\x6e\x2b\x7e\x50\x4c\xf5\ \x3e\xf8\x7c\x70\x04\x2a\xc4\x20\x84\xeb\xde\xd3\x25\x8d\xe2\xa6\ \xd6\xdf\x7d\x16\x40\x60\x58\x03\x89\xf6\x67\xef\x6f\x5d\x9c\x81\ \x8a\x06\x2e\xbf\x28\x3e\xf4\xf8\x5c\xd5\x51\x22\x00\x82\x4c\xbb\ \x1f\x79\x13\x86\x31\xf5\x66\x08\x00\xd5\xb6\xf6\x1b\xff\x00\xe3\ \xfd\x58\x41\x47\x4a\xb9\x7a\xf5\xea\x38\x8e\x19\xd4\x98\xd0\xf9\ \xf4\x9f\x73\x8e\xcb\xba\xcb\xde\x53\x79\x8b\xfa\x88\x1b\x83\x54\ \x99\x71\x74\xbb\xdd\x3c\xcf\x74\x50\x4b\x92\x1e\xc3\x9c\x3f\x32\ \x4b\x37\x36\x1a\x8d\x91\x91\x91\x7a\xbd\x5e\xab\xd5\x58\x93\xc6\ \x7b\x7c\x1c\x22\xe4\x5d\xea\xe3\x98\x7c\x58\xde\x9c\x79\x9e\xf3\ \xae\xf6\xf3\x57\x19\xcb\x18\xa3\x7d\x50\xcc\x2d\x56\x79\x28\x87\ \x41\xfb\x4f\x6b\xe7\x96\x4b\xfb\x0c\x6a\xfd\xa0\x7c\xc9\xde\x85\ \xf4\x32\x3f\x5a\x07\x7b\xec\x26\xf0\xd8\x1c\x5f\xdd\x92\xe7\xb9\ \x2f\x73\x19\x7c\x23\xcb\x62\xc3\x6e\x6b\x5f\x9c\x73\x42\x22\x8a\ \x05\x9f\x94\xb9\xb6\xa7\xf0\xcb\xa3\x93\xa5\xf1\x58\xc2\x5a\x5b\ \xaf\xd7\x7d\x2b\xa4\x0f\x41\x7a\xbc\x13\x02\xa9\x14\xa9\xf4\xcf\ \xb3\x25\x45\x54\x4b\x02\x8e\xb0\xb8\x7f\xfc\x57\x14\x3c\x2c\x47\ \x3a\xef\xda\xf7\xdb\x5a\x4a\xb3\x5c\x96\x0e\x16\xaf\x60\x71\xd9\ \xdd\xa4\x31\x5e\x20\x99\x18\xd6\x96\xbf\x08\x51\xe3\x57\x3d\xb4\ \x16\xfe\x4a\x20\x23\x04\x00\x90\x18\x97\xea\x78\x44\x80\xb5\xc5\ \x65\x3d\x61\x03\xcb\x47\x08\xe3\xb2\xd3\xb0\x5f\x63\x22\x11\x8d\ \x8d\x8d\x75\xbb\xdd\x2c\xcb\x82\x20\xf0\xa9\x49\x7f\xeb\x2b\xa5\ \x10\x15\xe7\x3f\x78\x0b\x79\x27\xd7\x3b\x3e\xfc\x29\xd6\x40\xf4\ \xfd\x70\x3c\x19\x7d\x64\x64\xc4\x3a\x58\xb1\x62\x45\x51\xe4\xce\ \xb9\x28\x8a\x3a\x9d\x8e\x73\x6e\x6e\x6e\x0e\x00\x56\xad\x5a\x35\ \x3e\x3e\xce\x49\x64\x4e\xdd\x28\xa5\xb8\x81\x64\xa0\x7f\x63\xca\ \x62\x59\x1c\x70\xe4\x81\xf1\x1c\xd3\xe4\xcd\x5c\x4e\x31\xfb\x78\ \x25\x6b\x53\x28\xb9\xb4\xfc\x68\xc9\x8e\x15\x8b\x25\x69\x7d\xf6\ \xc3\xb3\xda\x72\xca\xdb\x67\xcf\xb9\x12\x53\xca\xbd\x18\xe0\x83\ \x10\x68\xbd\x5b\x45\xf1\x3e\x64\x20\xc0\x62\xb7\x9a\xf9\x75\xff\ \x89\xe5\x88\x84\x43\x58\xa0\xc0\x5c\x27\xef\x7f\xc1\x72\xb9\x1f\ \xcb\xed\x38\x72\x59\x9a\x09\x29\xea\xf5\x3a\xcf\x62\xed\x53\x85\ \x81\x8b\xcd\xea\x44\xc6\x58\xa5\xa4\x10\xd2\x38\xbb\x3c\xba\xc7\ \x3f\x39\x22\xaa\x41\x66\xb9\xac\x18\x56\x6e\xa5\x17\x28\x7f\x05\ \x6d\x5c\xa2\xf5\xcd\x7d\x4d\xa5\xfc\x4f\x5f\x1e\xc8\x1f\xd6\xf7\ \x44\x3a\xe7\x98\xc1\x56\xb0\x58\xd9\x3e\x74\xa2\x93\x24\xf1\xf9\ \x59\x0f\x2b\x9e\x58\x0d\x7a\x42\x08\xc0\x0b\x1a\xf6\x8b\x13\x07\ \xf4\x44\x01\xf4\x33\x89\x0c\x5b\x1c\xe4\x92\x52\x6a\xad\x80\x30\ \x08\x02\x53\x38\x00\xd4\x3a\x40\x14\x5a\xeb\x20\xd0\xd6\x16\xd6\ \x16\x33\x33\x53\x8d\x46\x5d\x29\xed\xcb\x12\x39\xdf\xc2\xe5\x90\ \xdc\x72\x57\x14\x36\x08\x34\x22\xf0\x80\x63\xe7\x5c\xb3\x39\xd4\ \xe9\xb4\xf3\xbc\x18\x1f\x1f\xef\x76\xbb\x8d\xb8\x46\x40\xbd\xa4\ \xa7\x94\x22\x47\xcc\x31\x80\x48\xa1\x90\x3a\x00\x58\x48\x50\x94\ \x5b\x77\x3c\x3d\xd4\x72\xa1\x3c\xc8\x7b\x88\x5e\xe4\xca\xe7\x61\ \x97\x28\x45\xfb\xfc\xcf\xde\x2c\x3e\x73\xd9\x72\x06\xbf\x2c\xe4\ \xd5\xff\x13\x12\x73\xda\xbe\x7c\x21\xf4\x65\x71\x01\x41\x0a\xe9\ \x81\xa3\xac\xca\xd5\xef\x6e\x46\x40\x25\x91\x09\x27\x02\x10\x64\ \x59\x26\x02\x25\x84\x90\xa1\x8e\x1a\xf5\x22\xe9\x01\xf4\x07\xbd\ \xf2\xe5\x18\xc3\xe9\x7e\x6e\x80\x21\x2d\x15\xd3\x58\x72\x8e\x9b\ \x4c\xf2\x3c\xaf\xd7\xeb\x3c\x7c\xc2\xc2\x22\x4c\x2c\xeb\x12\x09\ \x21\x88\xc0\x59\xb7\x24\x8f\xbc\xe8\x99\x84\x83\xc4\x26\x07\xb7\ \xc8\x39\x72\x28\x00\xa1\xaf\xc0\x54\x8e\x00\x2c\x7f\xb0\x1d\x40\ \x99\xe8\xca\x1e\x96\xc6\x0e\x32\xa7\x14\x61\xd0\x6b\xc1\x94\xcd\ \x67\x87\x97\xc4\x16\xcb\xff\x35\xc6\x30\x99\xf3\x85\x66\xbe\x82\ \xa7\x28\x8a\xa2\x30\x52\x87\x5a\x6b\x44\xcd\x3b\x81\x0b\x18\x87\ \x87\x87\xb9\x69\x84\xd5\x1f\xca\xca\xd2\xcc\x37\x39\x2d\x0b\x00\ \x9d\xce\x1c\xa7\xc5\x67\x67\x67\x19\xa1\xb6\x6f\xdf\x9e\x65\xd9\ \xd8\xd8\x58\x10\x04\x81\xd6\x49\x9a\xf8\xa4\x6a\xba\x58\xd2\x99\ \x8f\xe8\xcf\xdf\x0b\x53\x97\xbd\xc5\x2c\x29\xf4\x80\xb5\x79\xd9\ \xc1\xe5\x81\x48\x1f\xec\x2f\x6b\xee\x66\xcb\xbf\xee\xc1\xd6\x01\ \xfc\x12\x0a\xef\xa3\x0d\xb0\x3b\x6d\xb1\xdd\x72\xcc\xb2\x66\x65\ \xb9\x14\xbc\xff\x5f\xb1\x20\x42\x93\x67\x79\x17\x3b\x72\xb1\xc6\ \x9a\x5f\x10\x6b\x89\x07\x3a\x5b\xdb\x1f\xff\xe2\x73\xd0\x38\x28\ \x41\x05\x00\x16\xa2\x28\x27\xb2\x16\xf7\x44\xa3\x2f\xaf\x59\x82\ \x6e\xfd\x37\x08\x80\xc5\xea\xdc\x4b\x82\x95\x4b\xca\x1e\x4b\xb2\ \xe1\xfd\xee\xc5\x0a\x16\x2b\xdb\x87\x5e\xb4\x97\xef\x5f\xac\xb5\ \xb7\x20\x83\xe8\xdb\x5a\x7d\xce\xc1\xf3\x9a\xc1\x3f\x16\x52\x1c\ \xe5\x0d\x20\xa5\x94\x42\x3b\xe7\xc8\x39\x00\x42\xb1\x48\xde\xaa\ \xd1\x68\x70\xeb\x9e\xd6\x7d\x5d\xe8\x72\x45\x0e\x13\xc6\x4e\xa7\ \xc3\x5f\x1a\xc7\x31\x37\x65\x67\x59\xc6\x8c\x92\x25\x61\xc2\x91\ \x91\x85\x36\x3e\xc4\x46\xa3\xc1\xd9\xe1\x52\x97\xdb\x02\x9f\xf2\ \x88\xcf\x79\x76\x3f\xf7\xce\xb7\xdc\x2c\xcf\x56\x2f\x17\x80\x29\ \x6b\xf4\x0a\x21\xf6\xd9\xcf\x42\x4b\x02\x76\xcb\x35\x72\xfc\x8f\ \xb2\x44\xc6\xa6\xcc\xaa\xca\x05\x89\x51\x14\x71\x6d\x76\xb9\x96\ \xa0\x3c\x04\xc6\xb7\xc0\x33\x0e\xb2\xa3\xcd\x31\x5f\x2e\x68\xe5\ \x7c\x34\x3f\x29\xcb\x19\x92\xe5\x23\xed\x97\x65\xd5\x97\x86\x2f\ \xca\xc8\xbe\x5b\x95\x9d\xf2\x0f\xb1\xa4\xf5\x1b\x11\x01\x2b\x58\ \xac\x6c\xdf\xa1\x22\x00\xb3\xb3\x72\xb6\xa1\x3c\xc7\xdd\x37\x18\ \xf8\xed\xc7\xce\xb2\x8f\xc4\x23\x0a\x44\xc1\x6f\xe0\x1c\x08\xd7\ \x87\x73\x8e\x45\x0a\x05\x42\x15\xb9\xb1\xce\x2a\xc5\xd3\xe2\x85\ \x31\xce\x39\xcb\x59\x9a\x24\x49\xa6\xa7\x67\x7a\xbd\x1e\x37\x08\ \x72\x33\x32\x3b\xcb\xec\xd8\x16\x45\xff\x98\x3c\x7e\x80\x39\x2c\ \x00\xf4\x7a\xbd\x76\xbb\x9d\xa5\xa9\xb3\x76\x68\x68\xa8\x56\xab\ \x71\x12\xa6\xac\x7d\xc0\xb4\x62\x89\xfb\xc6\x17\xe8\x1b\x0a\x4d\ \x9e\x71\x34\x80\x73\xc1\x65\x64\xdc\x6d\x4f\x5e\x99\x7b\x2e\x17\ \xbc\x7a\x48\x00\xb1\x0c\xf4\xb0\xb8\x9c\xa5\xfc\x8d\xbb\x55\x42\ \x5c\xf2\x7a\x99\x60\x96\xe7\x58\x11\x51\x92\xa4\x5e\x43\xac\x3c\ \x29\x61\x30\xdb\x96\x3a\x9d\x9e\x07\x5f\x63\x0c\x27\xe5\x78\x9e\ \x2d\x00\x08\xad\xca\x3d\x94\xcb\xbb\xa7\x97\x97\xba\x97\x4f\x6c\ \x20\x62\x54\x96\x73\xa7\xdd\x62\x65\x79\x84\x03\x2c\x56\x02\xaf\ \x60\xb1\xb2\x7d\x18\x5b\xf4\xca\xb2\x2c\xb2\x82\xb8\xa0\xcb\xbf\ \x44\x35\xda\x37\xc6\x71\x02\xda\x5a\xcb\xd3\x84\x11\x85\xd6\xfd\ \x82\x1e\xa6\x15\x83\xcd\x6a\x84\xd4\xbc\x07\x06\x45\xd0\x56\x6b\ \x25\x04\x5a\x6b\x8b\xa2\x88\x62\x5d\xab\xd7\x7d\x1b\x19\x11\x59\ \xeb\x18\x7c\xc2\x30\xac\xd7\xeb\x41\x10\x0e\xa2\x85\xce\x5a\xd7\ \xeb\x75\xb9\x82\x87\x8b\x7a\xd2\x24\x99\x9b\x99\x99\x99\x99\x59\ \xb7\x6e\x5d\x1c\xc7\x03\xad\x46\xf4\xae\x27\xcb\x73\xf9\x44\x36\ \xa7\x14\xb8\xc0\xbb\x7f\x51\xae\x5f\x1b\xc4\x4c\xca\x87\x4d\xcb\ \x8e\x1b\x0f\x29\x64\x84\x81\x81\x46\x16\x57\x17\xed\xb9\x54\x04\ \x33\x2f\x21\xfa\xd9\x83\x3e\xf7\xec\x4b\xd6\x2c\xe1\x7d\x65\x25\ \x8e\x92\x73\x2d\x70\x21\x2f\x81\xfd\x99\x33\xc0\x93\xad\x04\x97\ \x55\x09\x21\x38\x7f\xde\xc7\x3d\x9e\xe6\x4c\x8e\x88\x4c\x96\xfa\ \x74\xd9\x80\x36\x02\x00\xf9\xee\x4c\x21\x14\x00\xf9\x71\xd2\x1c\ \x5e\xb0\xce\x19\x63\x7a\xbd\x1e\x48\xc1\x49\x36\x29\x25\x0d\xce\ \x9b\x38\xbe\xc9\xea\xc1\x96\x06\x03\xb7\x79\x30\xb7\x2b\x67\x59\ \xb8\x73\xd1\x5f\x05\x11\x19\x63\xcb\xa5\x38\xd6\x9a\x32\x01\xe6\ \xbf\x7a\xf4\x37\xc6\x56\xb0\x58\xd9\xbe\xb2\x3c\xcf\xdf\xfa\x96\ \x37\xf3\x8e\xc0\xc5\x8e\x58\x7f\x93\x2d\xf3\x57\x4a\x4c\x0a\x17\ \x55\xed\x71\x76\xa6\x74\xa8\x5f\x16\x3c\xe3\x9d\xce\xbb\x68\xf0\ \x3f\x0b\x6f\x76\x3c\x97\xbd\xbf\x01\x3c\x50\x0c\xc6\xae\xc3\xa2\ \xf1\x4f\x2c\x03\xed\x9c\xe3\x2c\xea\xe0\xc4\x3d\xa6\x0c\xae\xc2\ \x9f\x67\x1f\x83\xca\xd7\x37\x98\x8b\x82\xec\xfa\x89\xdd\x94\x22\ \xd2\xa2\xab\x29\x33\xa3\x3d\xae\xe8\x1e\x19\x19\xf9\xd6\xd7\xbe\ \xb4\xb4\xa1\xe5\xd7\x3a\x87\xf8\x2b\xfe\x82\xbf\xf6\x53\xfd\x95\ \xf4\xe5\x90\x03\xa4\x29\x1f\xd7\xff\x3a\xe5\x65\x18\x2c\x7e\xff\ \x8e\x70\x3c\x74\x00\xcb\xa2\x3e\xb8\x74\xdd\xe8\x97\x3a\x28\x4b\ \xfe\xcc\x69\xe8\x25\x1f\xa1\x5f\xf9\xf9\x66\xb3\x59\xc1\x62\x65\ \xfb\x2e\xb4\x48\xac\x19\x53\xd9\x1e\x2f\xe0\x9e\x7d\x50\x08\x31\ \xbe\x6a\x55\xb5\x80\xfb\xc8\x44\xb5\x04\x95\x55\x56\x59\x65\x15\ \x2c\x56\x56\x59\x65\x95\x55\xb0\x58\x59\x65\x95\x55\x56\xc1\x62\ \x65\x95\x55\x56\x59\x05\x8b\x95\x55\x56\x59\x65\x15\x2c\x56\x56\ \x59\x65\x95\x55\xb0\x58\x59\x65\x95\x55\x56\xc1\x62\x65\x95\x55\ \x56\x59\x05\x8b\x95\x55\x56\x59\x65\x15\x2c\x56\x56\x59\x65\x95\ \x55\xb0\x58\x59\x65\x95\x55\xf6\xf0\xb2\x03\xb6\x27\xda\x12\x25\ \xb9\x05\x3c\x18\x7f\x54\x22\x68\x84\x0a\xab\xbb\xbb\xb2\xca\x2a\ \x58\x2c\x9b\x44\x6c\x84\x95\x10\x46\x65\x95\x55\x56\x39\xd1\x95\ \x55\x56\x59\x65\x15\x5b\xac\xac\xb2\xdf\xae\x59\x82\x3d\x53\x08\ \x53\x15\x2d\xd9\xe3\x35\x77\xc5\x9e\x93\x41\x94\x7e\x5a\x6c\x05\ \x8b\x95\xed\x2b\x23\x00\x52\xe1\x6e\xe6\x4c\x92\x13\x26\x47\x21\ \x68\xb9\x08\xfd\x81\x62\x08\xf0\xc5\xeb\xf5\xb5\x5b\x1f\x34\xc2\ \xa5\x06\xbf\xf0\xe2\xa4\x9b\xef\x55\x10\xd8\x49\x0d\x62\x37\xb3\ \x43\xd1\x64\x62\x2f\xf4\x1c\x1f\xe6\x16\xa8\xda\x87\x7f\xf0\xd4\ \x50\x37\xf7\xec\x6e\x3d\xf3\x98\xd7\x1e\xb5\xfa\x09\x15\x2c\x56\ \xb6\x4f\x31\x11\x8b\xc9\xfb\xe5\x67\xdf\xee\xd2\xee\x52\x4c\x5c\ \x77\x74\xfe\xb2\x73\x5b\x53\x3b\x56\x6d\x3c\xe6\x00\x46\x46\x2d\ \x69\xb7\x71\x6c\x5a\xa6\x87\xbd\xf8\x95\xbd\x45\x2d\x6b\x0a\xfa\ \xdf\x7f\x83\x5b\x2e\x5d\x7a\x1c\xa9\xe0\x05\x7f\x9b\x8d\x6f\x88\ \xeb\x4d\xa9\xf5\x81\xb9\xe6\x2a\xd6\x32\x1a\x2c\x2a\xc0\xaf\xc9\ \xae\x96\x17\x9e\x84\x90\x95\x13\x5d\xd9\x3e\x86\x45\xa1\xb2\x4f\ \xbf\xe3\xa4\xc7\x3f\x59\x01\x95\x86\x82\x20\x10\xe5\x6b\x8f\x39\ \xef\x9d\x7f\xbe\xe1\x19\x2f\x1c\x3f\xf2\xb8\x03\x18\x16\x17\x3f\ \x0b\xe8\xb0\x63\xc6\xd4\xc4\xac\x3c\x62\xe5\x0b\x36\xaa\x22\xc9\ \xbf\x7a\xd9\xec\xbd\x09\x05\xa3\xb5\x3f\x79\xdc\xd0\x6a\xe5\xae\ \xbc\x61\xe6\xa2\xcd\xe6\xa1\xa0\xa9\x58\xec\xda\x31\x9e\xcf\x8d\ \x3f\xe9\xac\x92\x60\x3f\x01\x11\x36\x46\x2f\xfe\xd1\x57\xae\xdc\ \x99\xfd\xc1\x5b\xde\x7b\xa0\xc2\xe2\x80\x2c\x8f\x3f\xfd\xf4\xbf\ \x58\x1d\x87\x9d\xf9\xeb\x7e\x72\xfd\xff\xcc\x99\xf0\x94\x13\x5f\ \x72\xc7\xcd\x5f\x48\xc8\x35\x37\xfc\xe5\xe1\xbd\xff\xbe\x65\x6a\ \x6e\xcd\x86\x97\x3f\xf9\xe8\x53\x29\xbd\xf3\x07\x3f\xfb\xc4\xb4\ \x7d\x40\xd3\x73\xaa\xd8\x46\x65\x7b\xcf\x16\x5d\x2f\xcb\x03\x67\ \x8a\xe9\x09\xb3\x73\x6b\x3e\xb5\x35\x9f\xda\x66\xa6\xb6\xd2\xd8\ \xea\xcf\x7e\xe7\xfb\xf5\xe3\x4e\x7b\xe4\xb3\xfe\xd0\x19\x73\xb0\ \xac\x86\x83\xb1\xd5\xf5\x95\x01\xae\x5d\x17\x7d\xfd\xa2\x89\x0f\ \x5f\x9b\xbd\xfb\x0f\x86\x85\x0e\xfe\xe3\x05\x23\xd7\x5c\xb2\xe3\ \xdc\xef\x4c\xdf\xde\x7e\x68\x1e\x0f\x08\x60\xac\x09\x6a\x0d\x33\ \x79\x9f\xdd\xb5\x3d\x9f\xda\x9a\x4f\x6d\x2d\x76\x6e\x75\x9d\xd9\ \xfb\x45\xf3\xe2\x5b\x36\xfd\xee\xcb\x5e\x13\xd6\x1a\x07\xf8\x72\ \xab\x35\xa7\xae\xde\xfa\xf9\xef\xbc\xfe\xc7\xdb\x87\x5f\xfe\xcc\ \x73\x03\xc0\x43\x8e\x7e\xfd\x1b\xce\x7c\x32\x98\x2c\x1a\x7b\xe2\ \xba\x06\x84\xe3\x6f\x78\xfe\x71\xa3\x5f\xbd\xf0\x8d\xdf\xbc\xe1\ \x82\xc4\x3d\xd0\x82\xbd\x0a\x16\x2b\xdb\x6b\x20\x20\xca\x09\x71\ \x68\xec\x9e\xa1\x23\xd5\xd8\xb8\xcb\x52\x4a\x13\x7d\xec\x63\x3e\ \xf3\xc3\x2b\x5a\x33\x33\xa7\x9c\x7c\x92\xb3\xe6\xe0\x5c\x19\x63\ \xa9\x30\x24\x14\x6e\x58\x53\xbb\xf1\xd2\x5d\x3f\x6b\x83\x76\xe6\ \x8e\x1d\xf6\xa1\x3a\xbe\x75\xce\xa6\xbd\xec\xc8\xd3\xb2\x8d\x8f\ \xa4\xb4\xeb\xb2\x54\x84\xb5\xdb\xa2\x43\x3e\xf3\xb9\xff\x7e\xd4\ \x78\x7d\xc5\x51\xc7\x1f\xa8\xb1\xc5\x45\xce\x31\xc8\x50\x87\xad\ \x2d\xe7\xfd\x7c\x76\xc5\x21\xa1\xce\x76\x5d\xf8\x8d\xd6\x73\xcf\ \x3a\xf1\x91\x04\xe0\x6c\x74\xea\xe3\x5f\x78\xf5\x55\x1f\x35\x32\ \xea\xcc\xde\xd9\x72\x0f\x34\x8c\x5b\xc1\x62\x65\x0f\x01\x2e\x66\ \x8e\x26\x7b\xf6\xf3\x5f\xff\xc6\xcf\xda\x1a\xa2\x9a\x38\xfa\xd4\ \xff\x3a\xff\xc7\x5b\xb7\x6c\x7d\xe3\x5f\xfc\x79\xde\x6d\x03\x1e\ \x8c\xa5\xe5\x18\xea\x7f\xfd\xcb\xa3\x3e\x7d\xf6\xf0\x87\xbe\x3b\ \x47\x91\xe8\x16\x24\x81\x8a\xc6\xf0\xbf\xbe\x74\xec\xa1\x0a\x5d\ \x91\x73\x22\xaa\x5d\x74\xe3\x9d\x1f\xfd\xea\x77\xe9\xe4\x27\x41\ \x18\x6d\x5d\x73\xc2\x97\xbf\xf1\x9d\x53\x4f\x39\x79\xf5\x50\xcd\ \x1e\x54\x4f\x23\xa1\x9c\x35\x0a\x41\x20\xdc\x7f\xc3\x5f\x9b\x35\ \x7f\xb4\x5a\x4b\x07\x32\x92\xae\x30\x16\x00\x4f\x7d\xc2\x07\xcf\ \x1a\x13\xe6\x81\x3d\x26\x2a\x58\xac\xec\x21\x61\x8b\x62\xa4\x16\ \x8c\x8e\x8c\x9c\x7f\xc1\x0f\xae\xb6\x63\x5f\xf9\xd9\x4d\xf7\x6c\ \xba\xf7\x8f\x9e\x77\x96\xbb\xfe\x87\x59\x71\xd0\xb8\xcf\x04\x8d\ \x61\xd5\xcb\x60\xe3\x3a\x99\xe5\x8e\xb2\xe2\xcd\xff\xb5\xe9\xa5\ \x9f\xda\x7e\xdd\x3c\xed\x9c\x4e\xcf\xfc\x9d\xd1\x43\xd0\xb5\x32\ \x92\xf2\x21\xeb\xbd\x32\xd6\xe6\x9d\xf9\xa3\x8f\x3e\x6a\x76\x76\ \xf6\xbf\xbe\x76\xfe\x0d\x6a\xdd\x27\x3f\xfb\xf9\xe3\x8f\x3f\xfe\ \xac\x93\x36\x76\xa7\x76\x90\xa3\x03\x7f\xd1\x11\x90\xf2\x6e\xda\ \x0a\xc7\x9e\xf3\xc8\x55\xb4\x35\x33\x02\x01\x05\xfd\xf8\xa6\x9f\ \x9d\x7d\xc2\x21\x40\xad\x1b\x6e\xba\xf1\xb4\x93\xcf\x2a\xb2\xf9\ \xc2\x91\x78\xc0\xeb\x5e\xc1\x62\x65\x0f\x05\x5b\x04\x84\xbb\xae\ \x7d\xc3\xcb\x5f\xbc\x62\x6c\xec\xc2\x1f\xff\xe4\x96\xdb\x6e\x7f\ \xfe\x59\xcf\x5e\xd7\xba\xcf\xf6\x3a\x86\x0e\x96\x0e\x4c\x6b\xe1\ \xb4\xc7\xae\x3e\xff\xed\x47\x9e\xb8\x7d\xea\xa6\x39\xca\x52\x8b\ \x02\x43\x85\x02\xa1\x37\xdd\x7b\xeb\x15\xf9\x3b\x5f\x7b\xd4\x45\ \xaf\x19\xdb\x7a\x6f\xfa\xd0\x78\xd1\x88\xd6\x51\xde\x9e\xdd\xb8\ \xeb\x8e\xa7\x3c\xe1\x09\x53\xbb\x76\x7d\xe7\x82\x1f\x8c\x8d\x8e\ \x3e\xfb\xf4\x93\x92\xeb\x2f\xce\x01\x0f\x8a\x1c\x97\x6d\xed\x94\ \xe7\xbc\xf7\xaf\xae\x7f\xed\x19\xa7\x9e\xff\xc3\xb7\xf6\x9c\x4b\ \xb3\x16\x01\x66\xbb\xbe\xfb\xb9\x5b\xef\x76\x10\xcc\xdd\xf1\x7f\ \xae\xce\x9e\xf4\xee\x57\x5f\x7d\xce\x86\x35\x9b\x53\x7a\x80\x78\ \x57\x65\xa2\x2b\x7b\x08\xd8\x62\xe6\x00\xf2\x2c\xbd\xe2\x9b\xaf\ \x78\xc6\x13\x7f\x74\xcb\x3d\xeb\xd7\xad\x3f\x49\xb5\xb3\xfb\xef\ \x55\x8d\xe1\xdc\xda\x83\x64\x1d\x94\x82\x8b\x2f\xd8\xfa\xc3\xef\ \x03\x0a\xd4\x5a\x5c\xf9\xe3\xed\x20\x90\x19\x0a\x0a\xd8\xb5\x69\ \xf6\x35\xff\x31\x0b\x00\x42\xe0\x43\x55\xc5\xed\x9c\x73\xd6\x15\ \x93\x9b\x1f\xbf\x7e\xe3\x8a\xb3\xcf\xbe\xe5\xb6\xdb\x9e\x7a\xfa\ \x69\xf0\x8b\x8b\x51\xa8\xcc\x58\x47\x07\x3e\x2c\x0a\x73\xef\x27\ \xbe\xf2\x4c\x22\x40\x14\x52\x6a\x14\xf4\xa3\x9f\x7d\x40\x0a\x2d\ \xa4\xde\x7c\xe5\x4b\xee\xc3\x40\x22\xde\x78\xcd\x5f\x5f\x77\x95\ \x03\x44\x29\x83\x07\x48\x18\x2b\x58\xac\x6c\xaf\x6f\x4d\x80\xa1\ \xa3\x4e\xba\x65\x6a\xd3\xda\xa1\x1a\xdc\x75\xed\xd3\xd7\xaf\x77\ \xf9\x8e\xd6\xe4\x84\xd0\xd1\xd5\x9b\x77\x35\x8f\x3d\xe4\x80\xf7\ \xe5\x1c\x61\xdf\x61\x15\xa8\xfa\xaf\x00\x08\xec\xff\x63\xc0\xee\ \x94\xf4\xef\x87\xc5\x7f\xda\xc3\xc7\x51\x50\xab\xdf\xd2\xb2\x8f\ \x5e\x15\xa7\xdb\xb7\x1c\xd2\x6c\x6f\xd8\x38\x56\xdc\x71\x65\x62\ \x5c\x37\x37\xb8\xfe\x18\x89\x07\xb2\x2f\x48\xe4\x88\x1c\x00\x48\ \x31\xa8\x40\x22\x5e\x75\xc9\xaf\x03\x6a\x01\x44\x44\x88\x52\x49\ \xe9\xdf\x40\x40\xbf\x36\x13\x55\xc1\x62\x65\x7b\xcd\x92\xa4\x38\ \xfc\x05\x7f\xb5\xe3\xd6\xeb\xb6\x1a\x33\x28\x5a\x04\x58\x83\x40\ \x50\x7b\xf4\xd0\xea\x47\x9c\x02\x07\x74\x3e\x94\x00\x7e\xef\x28\ \xf3\xd8\x43\x1f\x74\xa8\xc0\x11\x64\x06\xf7\x02\x17\x68\x74\xed\ \xa1\xc5\x39\x6f\xb8\x7a\x6a\x02\x11\xfb\x8b\x3c\x02\x80\x28\x85\ \x3c\xe4\xa8\x13\xe2\xf0\x80\xad\x58\x2c\x6c\xf6\xec\x47\x9e\x2b\ \x50\xee\xd9\xc7\x87\xe3\x75\x15\x2c\x56\xb6\xcf\xad\xde\x68\x1e\ \x75\xc6\x93\x71\x77\x5b\xf7\xc0\xaf\x11\x01\x58\xdd\xa0\xd5\x8d\ \x3d\xb9\x4c\xbb\x77\x6b\x23\xa4\x5c\x7b\xec\x89\xeb\x8e\x3b\x69\ \x39\x52\xc3\x01\xbd\xf2\x44\x76\xdd\xc8\x89\xfb\xf0\x49\x5f\x6d\ \xe9\xca\x1e\x9a\x3b\xd5\x1d\x0c\x89\xcf\x87\x21\x40\x1c\x14\x0f\ \x9e\xdf\xb0\x55\x99\xe8\xca\x2a\xab\xac\xb2\xfd\x0b\x16\x4d\x4a\ \xbd\x36\xa5\x09\x00\x51\x9e\xf5\x1f\x90\x69\x17\xc0\x51\xd2\xe5\ \x28\x16\x65\x09\x54\xcf\xcb\xca\x2a\xab\xec\xe0\x80\x45\xd4\xbf\ \xff\xbe\xa1\x73\xbf\x3a\xf4\xc6\xb7\x0a\xd9\x6c\xfc\xe9\x9b\xc1\ \x11\x15\xa3\xf5\x7f\xfc\xb6\x50\x1b\x87\x3e\x7c\xa1\x5e\x11\x02\ \xe9\xda\xff\xf7\x51\x1d\x67\x15\x32\x56\x56\x59\x65\x0f\x89\x3d\ \x9c\x63\x8b\x04\x54\xd3\x47\x88\xf6\xdf\xbf\x08\xc2\x3a\x88\x06\ \xe5\x69\x9f\x2d\x26\x5d\x00\x22\x33\x13\x3e\xfb\x65\xc5\x27\x3f\ \x49\x59\x52\xfd\x90\x95\x55\x56\xd9\xc1\xc0\x16\x11\xb0\x9b\xff\ \x62\xae\xf9\xc6\x7f\x0c\x4e\x39\x71\x37\x6d\xb5\xe9\x44\x72\x83\ \x68\xbc\xf0\x09\xe0\x6c\xf5\x43\x56\x56\x59\x65\x07\x8b\x13\x6d\ \x2e\xfb\x50\xfb\x33\x1f\x81\xa3\x5f\x14\xae\x45\x42\x01\x8e\x80\ \x24\x6a\x02\x02\x00\x74\xd7\xfe\x7b\x9a\xbc\x28\x38\x6a\x75\xe5\ \x41\x57\x56\x59\x65\x07\x83\x13\x0d\x00\x91\x3e\xe3\xa9\xd0\x9b\ \x93\x75\xb4\xbd\x04\x7a\xab\xe3\xa7\x3c\xdd\x06\x8f\x15\x9b\xbe\ \x64\x53\x09\x5a\x81\x16\xe6\xc7\xef\x73\x67\x9e\x57\xfd\x90\xbf\ \x01\x4b\x92\xe4\x8e\xdb\x6f\x4f\xd3\x04\xa1\x1a\xb6\xba\xaf\x6c\ \x62\x62\x62\x29\x73\x11\xe2\x9e\x7b\xee\xee\x76\xba\xee\xe0\xd0\ \xf1\xfd\xed\x00\x4d\x1c\x49\x29\xf7\x17\x58\xcc\xcd\x1d\x57\xa3\ \x92\xf6\xeb\xef\x77\x1d\x03\xdf\xfb\x80\x18\x1a\x05\xb8\xbe\x98\ \xdf\x85\x5a\x77\x3f\xf4\x7e\x12\x01\x14\x93\xdd\xf7\xbf\x0a\xf2\ \xa0\xda\xaa\xfb\xda\x76\x4c\x4c\x7c\xec\x3f\x3f\xba\x7d\xdb\x36\ \x21\xaa\xba\xae\x7d\xe6\x1f\x21\x22\x22\x95\xdc\x9f\x20\x08\xbe\ \xf0\xf9\xcf\x6f\xda\x74\x77\x96\x66\xd5\xfa\xec\x3b\x0b\xc3\xd0\ \x39\x02\x44\x20\x7a\x98\xc3\xa2\xa3\xd6\xce\x85\x1b\xc4\xa6\x6e\ \x96\x9f\xa5\x08\x60\x68\x7e\x0e\x00\x01\x88\xda\xb3\x50\x81\xe2\ \x6f\xc4\x56\xad\x1a\x0f\x74\x80\x58\xad\xf6\xbe\xb5\x46\xa3\x51\ \xe6\x86\x42\x88\x43\x0f\x3d\xbc\xc8\xf3\x6a\x65\xf6\x9d\x11\x40\ \xbd\x5e\x67\xd9\xa1\x83\xb2\xcb\xa5\x48\x40\xc6\x0b\x61\x55\x93\ \x91\xb5\x20\x02\xd4\x6a\xe1\x15\xd0\x8b\x74\x4e\x4c\x46\xa4\x50\ \x4b\x00\x80\x22\x25\x11\xa2\x44\x00\x00\x97\x93\x15\x0b\x1f\x3c\ \xd0\xcd\x39\xd7\x1c\x1a\xaa\xb6\xd0\x6f\x60\x9d\x97\x73\x99\x30\ \x0c\xab\x95\xf9\xcd\xd8\x41\xe6\x0d\x11\xe2\xda\xd3\xeb\xef\xb9\ \x34\x3a\x56\x33\xd8\x81\xc3\xe0\x79\xff\xd4\x7c\xd3\xa7\x86\x5e\ \xff\xb7\x7d\xa4\x23\x19\xbe\xfa\x9b\xc3\x2f\x3e\x1e\x0a\x7f\x6b\ \x0a\xfd\x92\xcf\x8f\xfc\xdf\x3f\x43\x5b\x00\xc9\xf0\xb5\x5f\x1b\ \x3a\xfb\x64\xb0\x0e\x08\xe4\x33\xfe\x73\xe4\x6f\x5e\x5e\xa5\xc2\ \x2b\xab\xac\x82\xc5\xdf\xf4\xb3\x13\x8a\x94\xf2\x94\xca\x63\x92\ \x5c\x41\x79\x4a\xc5\x83\x1c\xa1\xed\xb4\x3e\xf6\xe8\x62\x67\x17\ \x08\xc0\xb9\xf0\x65\xff\xa6\x9a\x2a\xbf\xf0\xbd\x9d\xf3\x5e\x97\ \x4d\x36\x83\x11\x49\x26\x15\xc7\xff\x8d\x10\x9b\xa9\x28\x8d\xc3\ \x51\xc3\x41\x7c\x73\xda\x3d\x4b\xad\xab\x03\x4a\x74\x93\x74\xc4\ \x5f\xc9\x61\x01\xd1\x9a\xe8\x68\xed\xdc\xea\xca\xa7\xac\xac\xb2\ \x03\xc9\x1e\xf6\xde\x9f\xb5\xe2\xd4\xd7\xd4\x9f\xf3\x34\x00\x09\ \xe9\x9d\xc9\xc7\xde\x61\xda\x0e\x44\x18\xbc\xf0\x5f\xa3\xe3\xd7\ \x80\x9b\x4d\xbf\xf0\xb7\xf9\xa6\x79\x78\x80\xf2\x92\x32\xcf\xbe\ \xff\x71\x7d\xf8\x73\x05\x00\x20\x9a\xeb\xbf\xeb\x32\x0b\x45\x0a\ \x7a\x83\x1a\x75\xe9\x9c\xc1\xa1\xc7\xd6\x9e\xd6\xed\x5d\xb8\x55\ \x1d\xe7\x09\x66\x8e\x6b\xce\xa2\x2d\x3f\xcd\xb7\xab\xe8\xb8\x47\ \x16\x93\xb7\x08\x3d\x95\x7d\xe7\xe7\xfa\xc8\x8d\xd4\xf9\x1d\x7b\ \xe9\xd7\xe9\xa9\x4f\x06\x09\x70\x10\x24\x09\x9d\x73\xc6\x98\x6a\ \xcf\xec\x53\x93\x52\x96\x53\xa2\x6c\x79\x15\x55\xdc\xf7\x16\x04\ \xc1\xfe\x03\x8b\x02\xdc\xe4\x2d\xbd\x8f\x7c\xce\x26\x10\x9c\xf3\ \xa1\xda\x73\x1f\xd9\xfa\xf4\x15\xb8\xf1\x95\xd1\xea\x3b\xda\x7f\ \xff\x37\x70\xec\xab\x87\x5e\xf9\x6e\xf3\xde\xd7\x39\xfb\x40\xa5\ \xe5\x50\x0f\x72\xd6\x88\xf6\xce\xcb\x00\x80\xc4\xfa\xfa\x5b\xfe\ \xc5\x7c\xf6\x8f\x9d\x05\xfd\xbb\x67\xe6\x9f\xf9\xb0\x5b\xfd\xa7\ \xe0\xf2\xbe\x4c\x68\x21\xd5\x33\xcf\x36\x17\xbe\x98\x76\x4c\xa8\ \xa7\x3d\x0f\x2e\xbe\x05\x81\xec\xfd\x17\x04\x2f\x7c\xae\x96\xa7\ \xe7\x5f\x3d\x37\x7c\xca\x59\x28\xf0\x20\x10\x42\x86\x23\x8e\x38\ \xe2\x05\x2f\x7c\x51\x55\x26\xb2\x4f\xed\xe7\xd7\x5e\x7b\xc9\x25\ \x3f\x29\x8b\xe2\xa4\x69\xfa\xae\x73\xff\xce\xda\x2a\x50\xb3\x0f\ \x2d\x8e\xe3\x77\xbe\xe3\xed\x3e\x7a\xfb\xb0\x87\x45\x94\xb0\xe3\ \x72\x8b\x12\x80\x20\xcd\x41\x02\x19\xa7\x1e\x7b\x96\xb9\xe9\x9f\ \xc9\x59\xba\xf9\x7c\xfb\xca\x67\xcb\x55\x0d\xb7\xe3\xc1\xd7\x2e\ \x10\x89\x75\x8f\xa0\xc9\xdb\xf4\xd3\xff\xd4\x7d\xf1\x15\xd9\xdd\ \x73\x10\x46\x30\xdb\x55\xcf\x7e\x97\x1a\xde\x88\x8d\x63\xd4\xda\ \xbf\x33\xd3\x05\x0d\x3f\x3e\x3e\x2a\xb1\xd9\xdb\xb4\x10\xb0\xe6\ \xe8\x60\xf5\x67\x80\x72\x4a\xa6\xf2\xf4\xd4\xa8\xfe\xbf\xd9\x7c\ \x1b\x28\x3e\x48\x22\xb4\x28\x44\x10\x86\x54\xc1\xe2\xbe\xb4\x5e\ \xaf\x7b\xff\xfd\xf7\xad\x5f\x7f\x48\x99\x33\x86\x61\x58\xc1\xe2\ \xbe\x86\xc5\x7b\xef\xdd\xb4\x6e\xdd\xba\xe1\xe1\x11\x7a\xd8\x17\ \xe8\x0c\x90\x11\x2c\x04\xc7\x87\xa7\x8f\xf7\xde\x7b\x1d\x88\x40\ \xac\x1d\xa2\xad\x2d\x40\x00\x37\x67\x13\x89\x71\x0c\xf0\x60\x60\ \x51\x28\x40\x00\x47\xc1\xd3\x5f\x67\xbe\xfc\x66\x75\xea\x13\x83\ \x27\x9e\x19\x22\xda\xaf\xbd\xac\x7d\xe5\xa7\x8a\x6b\x10\x4f\x78\ \x75\xe3\x98\x4b\xcc\x8e\x0c\xb4\x54\x8f\xfb\x7d\xba\xf4\x9d\xdd\ \xef\xdc\x03\x12\xc5\x13\xde\xdb\xfc\x83\x33\x2d\xa4\x40\x54\x7c\ \xf3\x4d\x05\x18\x40\x4d\x58\x47\x25\xa0\xf2\x72\x2a\x7b\x28\xac\ \x28\x8a\x5e\xb7\x9b\x67\x59\x5c\xab\x55\xab\xf1\x9b\xc3\x18\xc4\ \x6e\xa7\xd3\x69\xb7\x87\x87\x47\x60\xbf\x29\xd0\x19\x3e\xa5\xfe\ \x7f\xfe\xc5\x7c\xe5\x2f\x4c\x0f\x11\x81\x2c\x40\x7f\x4e\x05\x02\ \xd2\x83\xd3\xc4\x57\xd2\xfc\xe7\xd3\x0a\xd5\x40\x29\x92\x8f\xff\ \x29\xea\xb8\x38\xf7\x71\x3d\x02\x20\x80\xa0\x81\x0a\x01\x80\x7e\ \xf1\x1f\xad\x1b\xb8\x1c\x87\xec\x05\x6f\x6e\x41\x88\x5a\x00\x80\ \xbb\xf8\xaf\xe7\x2e\x52\x00\x0e\xc3\x10\x9c\x01\x00\x08\x8a\xe4\ \x9f\xcf\xc6\xa0\x5e\xd5\x4d\x56\xf6\xd0\xee\xd3\x6a\x09\x7e\x8b\ \xb6\x5f\xb0\xc5\xb0\xf6\xa7\x1f\xa0\xef\xbc\x22\xb9\x6e\x07\x48\ \x04\x69\xdd\xa6\x09\x31\xb4\x02\x88\x20\x58\xab\x62\x53\xb4\xbb\ \x0f\xee\x80\x41\xa3\x1f\x5d\x0c\x6a\x00\x80\x51\x73\xe9\x1b\x64\ \xb8\x30\x25\x42\xc7\x0b\x77\xa8\x8a\x51\x2d\x3f\xbb\x7a\x75\x1b\ \x55\x56\xd9\x81\x64\x0f\xfb\xa8\x98\xcd\xf0\x11\x7f\xad\x8a\x0b\ \xd2\xbb\x48\xac\x5c\x2b\x86\x47\x41\x4a\x7b\xed\x67\xe4\xe9\x7f\ \xa8\x0e\x3d\x22\x38\xeb\x35\x62\xe7\x0f\xed\x74\x5a\xfd\x90\x95\ \x55\x56\xd9\x41\xc3\x16\x2d\xca\xd3\xce\xc0\x43\xc2\xe6\xdb\x9e\ \x0d\x00\x60\xee\x6a\xbf\xeb\xcf\xdd\xec\xa5\xdd\x0b\x8f\xab\xbf\ \xee\x3f\x61\xe2\xa2\xf6\x47\x3e\x4c\xd5\x44\x9a\xca\x2a\xab\xec\ \x20\x82\xc5\x20\x30\x9f\xfc\xbd\x39\xcb\xc1\x16\x02\x90\x18\xc5\ \x00\xce\x5e\xf5\x91\xf9\xcb\xff\x05\x50\x63\xd5\x11\x55\x59\x65\ \x95\x1d\x5c\xb0\x08\x00\x41\x7d\x37\xf1\x67\x19\xa0\x0c\xaa\xdf\ \xaf\xb2\xca\x2a\x7b\xc8\xad\x52\x88\xaa\xac\xb2\xca\x2a\xab\x60\ \xb1\xb2\xca\x2a\xab\xac\x82\xc5\xca\x2a\xab\xac\xb2\x0a\x16\x2b\ \xab\xac\xb2\xca\x2a\x58\xac\xac\xb2\xca\x2a\xab\x60\xb1\xb2\xca\ \x2a\xab\xac\x82\xc5\xca\x2a\xab\xac\xb2\x0a\x16\x2b\xab\xac\xb2\ \xca\x2a\x58\xac\xac\xb2\xca\x2a\xab\x60\xb1\xb2\xca\x2a\xab\xec\ \xb7\x6f\x95\xc8\x42\x65\x7b\x65\xb5\x28\x72\xe4\x88\x88\x88\x9c\ \x23\xad\xb5\x94\x52\x08\x01\x88\x45\x91\x93\x23\x44\x10\x52\x76\ \xbb\x5d\xad\x74\x14\x45\x88\x68\xad\xb5\xce\xf6\x7a\x3d\xad\x74\ \x18\x85\x08\x40\x04\xc6\x18\x21\x04\x01\x19\x63\x81\xc8\x18\xe3\ \x88\x84\x40\xe7\x08\x11\x88\x00\x11\xa5\x94\x42\x60\x9e\x17\x88\ \x00\x80\x5e\xd9\x5f\x4a\xe9\x9c\x43\x44\x22\x92\x42\xe8\x40\x5b\ \xeb\x9c\x73\xd6\xf2\xe4\x19\x04\xda\x8d\x24\x27\x22\x48\x29\x95\ \x52\x4a\x29\x67\x9d\x73\x4e\x29\x45\x40\xc6\x18\x81\x02\x80\x84\ \x90\x88\xa8\xb4\xea\xbf\x82\x00\x04\x04\x64\xad\xe5\x37\x2b\xa5\ \xfa\x27\x26\x84\x75\x16\x01\x01\x11\x11\xc9\x39\x22\x42\x81\x88\ \x82\x88\xb5\x3c\x17\x8c\x57\x0b\x10\x10\xb0\xd5\x6e\xef\xf1\xd0\ \x6d\xfe\x20\xab\x76\x2b\x25\xa5\x54\x5a\x6b\x44\xcc\xf3\x1c\x11\ \xad\x35\x42\x48\x63\x0a\x6b\x1d\x0f\x53\x45\xc4\x34\x4d\xb2\x3c\ \x27\x47\x51\x14\x49\x29\x8b\xa2\xe0\x9f\x43\x29\x95\xe5\xb9\x10\ \x48\xce\x39\x47\xcb\xbf\x48\x08\xe1\xf8\xa2\x70\x61\xd9\x91\x2f\ \x96\x88\x17\x53\x08\x19\x45\x51\xa7\xd3\x41\x81\xe4\x16\xbd\x73\ \xf9\x01\x95\x52\x42\x08\x02\x60\xb1\x77\xad\x75\x51\x14\x44\x84\ \x42\x20\x00\x22\xea\x40\x13\x81\x35\x46\x29\xe5\xa8\x7f\x0f\x64\ \x69\x2a\x95\x54\x4a\x0b\x44\x14\x42\x29\x45\x44\xce\x5a\x81\x42\ \x48\x41\x44\xc6\x18\x40\x14\x42\x08\x44\x3e\x61\x5e\x72\x14\x82\ \x1c\x59\x6b\x51\x20\x10\x15\x85\xf9\xd5\x53\x89\x2a\x58\xac\x6c\ \xcf\x2d\x0c\x82\xd7\xbf\xfb\x03\xe3\xe3\xe3\xcd\x46\x73\x74\xb8\ \xb9\x7e\xed\xda\xef\x7f\xef\xfc\xbb\xef\xba\x6b\xf3\xbd\xf7\xe7\ \x59\xef\x9c\xb3\xcf\xae\x0d\x35\x93\x9e\xd9\x74\xef\xdd\xff\xf4\ \x4f\xef\xbf\xf2\xd2\x4b\x3e\xfa\xff\xce\x9b\x9a\x98\x78\xd4\x29\ \x8f\x3e\xfa\xe8\x63\xce\x7d\xd7\xdf\x5d\x71\xc5\x55\x9f\xfa\xf4\ \xa7\xbb\x59\x12\x85\xd1\xe9\xa7\x9f\xbe\x73\x72\x22\x8e\xa2\x47\ \x9f\x76\xda\xe8\xc8\xf0\x19\xa7\x3f\x66\x64\xb8\x3e\x39\x39\xb3\ \x7a\x7c\xac\x28\x4c\x10\xa8\xf9\xf9\xf6\x9d\x77\xde\xb9\x65\xcb\ \x96\xe7\x9d\xfd\xbc\xa2\x30\xbd\x6e\x77\x64\x64\x18\x10\x10\xe0\ \xce\x3b\xef\x5c\xbb\x6e\x4d\xbb\xdd\x6e\x34\x9a\x5b\xb7\x6e\xfd\ \xea\x17\xff\x77\xc3\x86\xc3\x8f\x3a\xea\xe8\x13\x4f\x3c\x81\x81\ \x29\x8a\xb5\x52\x02\x80\x11\x4a\x58\x6b\xa5\x90\xbd\x5e\x71\xe3\ \xcd\x37\xff\xf4\xca\xcb\xaf\xbd\xe6\xda\x8d\x1b\x37\xae\x5b\xb7\ \xee\x8a\x2b\x7e\xaa\x94\x3e\xf3\xcc\x33\x67\x66\x66\x08\xe8\xbe\ \x7b\xef\x6b\x77\xe6\x2f\xbd\xf4\xd2\x33\xce\x38\x63\xe7\xce\xc9\ \x5e\x2f\xd1\x5a\x37\x9b\xcd\xa3\x8e\x3a\xea\xf0\x0d\x87\x5f\x7b\ \xcd\xb5\x57\x5d\x75\x45\x23\x0c\xa6\x67\xa6\x27\x77\x6c\xdf\xb0\ \xf1\xa8\x4e\xa7\xdd\xe9\x74\xd2\xa4\xbb\x6a\x7c\xcd\xd0\xd0\xf0\ \xdc\xdc\xec\xf4\xae\xe9\xa8\xd1\x0c\xc3\xc0\x18\x2b\xa4\x54\x5a\ \x17\x96\x56\xac\x58\xb1\x62\xd5\xb8\x35\xb6\xd5\x6e\x5f\xf6\xfd\ \xaf\xb7\x3b\xdd\x3d\x58\x79\x63\xec\xdc\x7c\xbb\x5e\xaf\x6f\xd8\ \xb0\x91\xc8\xdd\x7c\xf3\x2d\x37\xdd\xf4\x8b\x6f\x7e\xf3\x9b\x69\ \x9a\xbe\xf4\xa5\x2f\x4d\xd3\xf4\x98\xa3\x8f\xb9\xe3\xf6\xdb\x1f\ \xf3\x98\xc7\x9c\x7a\xea\xa3\x3e\xfb\xd9\xcf\x7e\xe4\x23\x1f\xee\ \x76\xbb\xe7\x9e\x7b\xee\xf3\x9f\xff\xfc\x66\xb3\xf1\xb1\x8f\x7f\ \xe2\xb6\xdb\x6f\x39\xe3\xf4\xd3\xe7\x66\x66\x9f\x74\xe6\x99\x3f\ \xfa\xc9\x0f\x5e\xfc\x92\x97\xec\x98\xdc\xb1\x66\xfd\xfa\x91\xb1\ \x51\x62\x78\x07\x24\xe7\x04\x8a\xee\xdc\xfc\xd6\x2d\x5b\xd6\xac\ \x5d\x3b\x32\x3c\x94\x1b\x13\xd5\x62\x3e\x87\x24\x49\xda\xed\x76\ \x1c\xc7\xa1\x0a\x3a\xdd\xce\xbd\xff\x3f\x7b\x6f\x1a\x24\xc7\x75\ \x9d\x89\xde\x7b\xf3\xe6\x9e\xb5\x57\x57\x75\x77\xf5\xde\x8d\xc6\ \x4e\x80\x0d\x92\xe0\xae\x85\xa4\x9e\x34\xb6\x28\xcb\xb6\x6c\x49\ \x11\xf6\xd8\x1a\x2e\x6a\xde\xe7\x00\x00\x20\x00\x49\x44\x41\x54\ \xeb\x79\x9e\x23\x9e\x2d\xfb\x4d\x38\xbc\xc9\xf6\x8b\x18\x4f\x4c\ \xbc\x09\x5b\x92\x77\x8d\xc7\xcb\x88\xb2\x1e\x2d\x59\x94\x28\x8a\ \xa2\xc4\x05\xc4\x42\x02\xc4\x8e\xc6\xda\xe8\xbd\xab\x6b\xdf\x2b\ \x2b\xf7\xcc\x7b\xef\xfb\x71\x41\x84\x63\x1c\xb6\x34\xa4\x38\x7a\ \x0e\xe3\x04\x02\xd1\x58\x6a\xc9\xac\xca\x2f\xcf\xf9\xce\x77\xbe\ \xb3\xbe\xfe\x3b\xbf\xf5\xdb\x5f\x7a\xfa\xe9\x41\xb7\x17\x4f\xa7\ \x43\x12\xfe\xe3\x75\x5d\x1c\x58\x83\x20\x38\x73\xf2\xd4\xca\xca\ \x8a\x88\xc5\xd1\xc2\xa8\x6d\xdb\x47\x8f\x1e\xfd\xc0\xfb\xdf\x9f\ \xce\x64\x1a\x8d\x46\xaf\xd7\xf3\x1c\xf7\xdb\xcf\x3d\xaf\x6b\xda\ \xc1\xbb\xef\x3e\x75\xf2\xe4\x50\x2e\xe7\x3a\xae\xa2\x2a\x9f\xfc\ \xe4\x27\x57\x36\x36\xbe\xfd\x9d\xef\xd8\xae\x55\x2e\x97\x5f\x3f\ \xfd\x86\x11\x8f\x4d\xcd\xce\xf4\xfb\xfd\xe5\xe5\xd5\x78\x4c\x7f\ \xe4\xfe\x07\x3d\xc7\xdd\xda\x2e\x36\xda\x9d\xc2\xd8\x98\xae\xeb\ \x10\x42\x49\x92\x2c\xcb\x4a\x24\x12\x7b\xf7\xee\xb5\x6d\x3b\x9d\ \x4e\xdf\x7b\xef\x3d\x0b\x87\x16\xee\xc0\xe2\x9d\x78\x47\x82\x52\ \x3a\x35\x39\xb9\x77\xef\xde\xb1\x42\xa1\xd7\x69\x03\x4a\x17\xee\ \x5e\xd8\xb3\x6b\xd7\x1f\x7e\xf6\x73\x43\xd9\xec\xfe\xfd\xfb\x03\ \x12\x51\x26\x10\x1a\xfc\xdf\xbf\xfb\xbb\xba\xae\x4c\x4f\x4d\x35\ \x2a\x95\x89\x89\xf1\x5e\xb7\xfb\xe2\x8b\x2f\x22\x84\xdf\xfb\x9e\ \x77\x1f\x3b\xf9\x5a\x2a\x99\x5a\x5f\x5b\x8e\x19\x31\x08\x99\x2c\ \xe1\x99\x99\x69\x4d\x55\x1d\x27\xa0\x94\x10\x42\x45\x11\x87\x21\ \x49\x24\x62\xe3\xe3\x13\xc7\x8f\x1f\x2f\x6e\x15\x73\xb9\x1c\xa5\ \xd4\xf3\x7c\x8c\x05\x00\xd8\xf0\xf0\xb0\xaa\xaa\x61\x18\xf6\xfb\ \x7d\x51\x14\x67\x66\xa6\x5b\xad\x56\x22\x11\xef\xf5\xfa\xc9\x64\ \x52\x55\x65\xca\x88\xeb\x7a\xb2\x8c\x79\x96\x87\x10\xe7\x8e\x18\ \x42\xe8\x9e\x85\x85\x64\x3c\x5e\x28\x14\x9a\xcd\xa6\xa1\xeb\xa6\ \x69\x9a\xfd\xde\xc4\xf8\x58\xbd\x5e\x9f\x9f\xdf\xd1\xe9\x34\xdb\ \xad\xdd\xb6\x65\x21\x88\x42\xdf\x37\x34\x2d\x0a\x82\x4b\x17\x2f\ \xbc\xe7\xdd\xef\xaa\x57\x6b\x95\xd2\x98\x22\xe1\x88\x44\xbd\x5e\ \x2f\x8a\x42\xc3\x30\x08\x21\x08\xa1\x78\x3c\xae\xaa\x0a\xa5\x71\ \x84\xc5\x88\x10\x9e\xbe\x69\xaa\x1a\x8b\x27\x10\x16\x15\x45\xc9\ \xe7\x86\xee\xbb\xef\xf0\xea\xda\x5a\x14\xbd\xc5\x0d\x2d\x82\x80\ \x46\x46\x46\x0a\x85\x82\xe7\xb9\x18\x8b\x7b\xf6\xec\x1e\x1e\xce\ \x1f\x3b\x76\xcc\xb6\x6d\x45\x51\x1e\x78\xf0\x81\x6c\x2a\x73\xee\ \xec\xd9\x2f\x7c\xe1\x0b\xc7\x8f\x1f\xff\xf8\xc7\x3f\xfe\x27\x7f\ \xf2\xc7\x13\x13\x13\x86\x61\xbc\xf8\xe2\x8b\x0b\x0b\x0b\xf7\xdf\ \x7f\x78\x62\xb2\xf0\xd2\x8b\x2f\x2d\x1c\x3c\x58\xaf\xd7\x29\x63\ \x8e\xe3\x24\x12\x09\x59\x96\x29\xa1\x0c\x81\x5b\x27\x0a\x42\x00\ \x80\xaa\xeb\xc9\x54\xaa\x5c\x2c\x6a\x3b\xe7\x01\x42\xbe\xef\x23\ \x2c\x08\x00\x61\x8c\x35\x4d\xc3\x18\x03\xc6\x82\x20\x18\x1d\x1d\ \x75\x1c\xc7\xb1\xac\x58\x32\x69\x5b\x03\x45\xd7\xf8\x37\x84\xa3\ \xa1\x20\x08\x7c\x7f\x21\x5f\xb0\xa7\x69\xda\xc1\x83\x07\x7d\xdf\ \xc7\x18\x07\x41\x50\xab\xd5\x44\x49\x0a\x82\x60\x6e\x6e\x6e\x73\ \x73\x33\xa6\x1b\x8e\x39\x38\x7f\xee\xfc\xd6\xd6\x56\x44\x48\xbb\ \xdd\x4e\x24\x12\xba\xae\x3f\xf5\xd4\x53\xbf\xf7\x7b\xbf\xf7\xff\ \x3e\xfd\xf4\x3d\xf7\x1e\x1a\x58\x96\xa2\x2a\x92\x24\xf5\x7a\xbd\ \x6c\x36\x9b\x4a\x35\x35\x4d\xb3\x6d\x7b\x38\x9f\xaf\xd4\xaa\xfc\ \x1b\x52\xaf\xd7\x93\xc9\x24\x00\x60\x61\x61\xc1\xf7\xfd\xbd\x7b\ \xf7\xde\x7b\xef\xbd\xb2\x2c\xbb\xae\x73\xa7\x88\xbe\x13\xef\x54\ \x30\xc6\x86\x87\x87\x29\x63\xa3\xa3\xa3\xbb\x77\xce\x37\xeb\xf5\ \xdc\xd0\x90\x24\xe2\x2f\x7e\xe1\x8b\x66\xaf\x7d\xe4\xc8\x91\x7f\ \xf7\xbf\x7f\x32\x9b\x1d\x99\x9f\x9f\xbb\xbc\x78\x69\x63\x63\x6d\ \x79\x65\x39\x1e\x8f\x2f\x2d\xdd\xfc\xb1\x1f\xfd\xf1\x47\x1f\x7d\ \xe4\xea\xd5\x1b\x0b\x87\x0e\x31\x01\x95\xcb\xa5\x4e\xab\x59\x2e\ \x97\x26\xc6\xc7\x65\x59\x16\x45\xd1\xb2\x2c\xc6\x18\x82\x08\x42\ \x08\x21\xb0\x6d\x3b\x99\x8c\x6b\x9a\x3a\x3c\x3c\xcc\x18\x53\x55\ \x45\x92\x24\x84\x20\x42\xd0\x71\x1c\xc3\x30\x28\xa5\xb1\x58\x8c\ \x10\x1a\x04\xc1\xd0\x50\xce\xf3\xbc\xd5\xd5\xd5\x89\x89\x49\x55\ \x55\xfb\xfd\x9e\x24\x63\x4d\x53\x4d\xd3\x84\x10\x6a\x9a\x06\xa1\ \x80\x05\x8c\x31\x1e\x19\xce\x87\x04\x5c\xbd\x7a\x15\x21\x54\xad\ \x56\x05\x01\x0d\x06\x83\x72\xb9\x74\xe3\xc6\x0d\x42\x22\x45\x51\ \x86\x87\xf3\x87\x16\x16\xb6\xb6\xb6\x1a\x61\x38\x18\x0c\x20\x04\ \xf1\x78\x5c\x12\xa5\xe2\x56\x71\x6b\x73\xd3\xb2\xac\x96\x33\xe0\ \x19\x53\x18\x86\x8a\xa2\x30\xc6\x78\x25\x1b\x86\x21\xa5\xd4\xb6\ \xed\x4c\x36\xeb\x38\x8e\xa6\x69\xa9\x74\xa6\xd1\x68\xe6\x86\x47\ \x7d\xdf\xb3\x06\x56\xb1\x58\x1c\x1d\x1d\xa5\xf4\x2d\xc3\x22\x4e\ \x26\x93\x41\x10\xc8\xb2\xa2\xaa\xb2\x2c\xcb\x82\x20\x1c\x38\x70\ \xe0\xd9\x67\x9f\xfd\xca\x57\xbe\x32\x3c\x3c\x3c\x3d\x31\xf5\xeb\ \xbf\xfe\xeb\x92\x24\x7e\xfa\xd3\xbf\xfd\xfb\xbf\xff\xfb\xb1\x58\ \x6c\x7b\x7b\xbb\xdb\xed\xfe\xd4\x4f\xfd\x94\xef\xfb\xb6\xeb\x3c\ \xfe\xf8\xe3\xcd\x46\x53\x10\x84\x72\xb9\xdc\xe9\x74\xaa\xd5\xea\ \x9e\xbd\x7b\x55\x55\x8d\x48\xc4\x00\xa4\x94\x22\x88\x00\x63\x34\ \x08\x20\x80\x86\x61\xf4\x7b\x3d\x45\xd7\x01\x00\x94\x51\x06\x01\ \x25\xb7\x68\x04\x4a\x29\x09\xc2\x30\x0c\x65\x49\xda\xb9\x73\xe7\ \x60\x30\xd8\xda\xd8\x1c\x19\x2b\x30\x04\xd1\x9b\xc1\x4b\x75\x7e\ \x66\x18\x63\x9e\xeb\x2d\x1c\x3a\xb4\xba\xb2\x32\x18\x0c\x72\x43\ \x43\x6b\xab\x6b\xba\xae\x5f\xbf\x7e\x1d\x41\x44\x48\x64\xdb\xf6\ \x78\x61\x7c\x6e\x76\x2e\x0a\x23\x00\xc0\xd6\xd6\x16\x21\xa4\x58\ \x2c\x1e\x3c\x78\x50\x96\xe5\xbf\xf9\x9b\xbf\x89\xc7\xe3\x2f\xbf\ \xf2\x72\xdf\xec\x03\x00\x10\x42\x99\x4c\xc6\xb2\xac\x7e\xdf\x1c\ \x1f\x1b\xf3\x7d\xbf\xdf\xeb\x73\x4a\x27\x99\x4c\x86\x61\x78\xe0\ \xc0\x81\x76\xbb\x5d\xaf\xd7\xf3\xf9\xfc\xcb\x2f\xbf\x3c\x18\x0c\ \x7e\xee\xe7\x7e\xae\xd3\xed\xfc\xf3\x67\xfe\x4e\xcb\xe5\x4e\xbc\ \x9d\x6c\x91\x1c\x3a\x74\x08\x0b\x82\xed\x38\xa6\x69\xba\xae\x9b\ \xcb\xe5\x76\xec\xd8\x21\x60\xc1\x30\x0c\xcf\xf3\x04\x41\x50\x14\ \xe5\x91\x47\x1e\xf1\x7d\xff\x17\x7f\xf1\x17\x77\xed\xda\x15\x04\ \xc1\xc2\xc2\xdd\x93\x93\x13\xb5\x5a\x7d\x6c\x6c\xcc\x75\xdc\x6c\ \x36\x1b\xd3\xb5\xf1\xf1\xf1\xe2\xd6\xe6\x95\xcb\x8b\x57\xaf\x5e\ \xb3\x07\x66\xa7\xd3\x71\x1d\x37\x93\x4e\x09\x02\xe4\xec\x21\x00\ \x40\x51\x94\xe9\xe9\xe9\x28\x8a\xa2\x88\x62\x8c\xd0\x9b\xcb\xc1\ \x11\x42\xbe\xef\x37\x1a\x8d\xed\xed\xed\xcd\xcd\x4d\x4a\xc9\xb9\ \x73\xe7\xce\x9c\x39\x93\x4a\xa5\x44\x51\xcc\x66\xb3\xf1\x78\x9c\ \x13\x58\x92\x24\x89\xa2\x88\x31\xa6\x14\x20\x84\x34\x55\xdb\xda\ \xda\x3c\x71\xe2\xd8\xf1\x13\xc7\xae\x5f\xbf\x1a\x86\x41\xa9\x5c\ \xdc\x2e\x15\xb7\xb7\xb7\x46\x47\x47\xea\xf5\xda\xd9\xb3\x67\x54\ \x55\xe9\x76\x3b\x61\xe8\x4f\x4d\x4d\x4c\x4e\x4e\x04\xa1\x5f\x2a\ \x15\x4f\x9c\x38\x26\x8a\x82\x28\x62\x08\xa1\xef\xfb\x51\x14\x45\ \x51\xc4\xdf\xa4\x20\x08\xfc\xfa\xa7\x84\x28\x8a\xd2\xeb\xf5\x24\ \x49\xc2\x18\x37\x9b\x4d\x8c\x31\xc6\x02\x63\xec\xf1\x27\x9e\x40\ \x08\x95\xb6\x4b\x6f\xe6\xad\xff\xd3\x81\x10\xe4\xc9\x9d\x28\x62\ \xc7\x71\x01\x00\xa9\x54\x62\x7e\x7e\x5e\x92\xa4\x52\xa9\xa4\xaa\ \x2a\x84\x10\x40\x30\xb0\xac\xe9\xe9\xe9\x5f\xfb\xb5\x5f\xb3\x2c\ \x6b\x62\x62\xe2\xee\xbb\xef\xb6\x2c\x2b\x99\x4c\xee\xda\xb5\xab\ \xd7\xeb\xed\xd9\xb3\x67\x62\x62\xd2\x71\x9c\xb3\x67\xcf\x3e\xfb\ \xec\xb3\xcd\x66\xc3\xb2\x2c\xdf\x0f\x24\x51\x12\xb0\xc0\x18\xe3\ \x44\x23\x14\x04\x59\x51\x30\x16\x01\x21\x94\x10\x0e\x73\xfc\x60\ \x19\x63\xb6\x6d\xf7\x4d\xb3\x56\xab\x75\xbb\xdd\x2b\x57\xae\x2c\ \x5e\x5e\x0c\xc3\x30\x9d\xc9\xa8\x8a\x2a\x49\x12\x3f\x40\xc6\xd8\ \x6d\x70\x64\x8c\xc5\x13\xf1\xcd\x8d\x8d\x2b\x8b\x97\xbf\xfa\x95\ \xbf\xff\xda\x33\x5f\x5b\x5f\x5b\x0b\xfd\xe0\xfc\xd9\x73\xeb\x6b\ \x6b\x95\x52\x65\x7a\x6a\xfa\xd8\xb1\x63\x6b\x6b\x6b\xba\xae\x2f\ \x2d\xdd\x1c\xce\x0f\x3f\xf4\xd0\x43\x93\x93\x93\xcb\xcb\xcb\x4b\ \x4b\x4b\xb5\x5a\xed\xe0\x81\x83\x51\x14\x09\x02\x56\x14\xa5\xdf\ \xef\x6b\x9a\x16\x8b\xc5\x24\x49\x12\xb0\x90\x48\x26\x19\x60\x9c\ \x0c\x75\x1c\x27\x16\x8b\x55\x2a\x95\x4a\xa5\x12\x8f\xc7\x57\x56\ \x56\xde\xff\xfe\xf7\x7f\xf8\xc3\x1f\x7e\xf6\xd9\x67\xc3\x30\xfc\ \x2e\xa7\xf7\xce\xb5\x7d\x27\xde\x4e\xb6\x98\x4c\x26\xc7\xc7\xc7\ \x01\x63\x47\x8f\x1e\x75\x1c\x67\x68\x28\x1b\x04\x81\xaa\x28\xbc\ \x32\xb2\x2c\x0b\x42\xb8\xb8\xb8\xf8\xe8\xa3\x8f\x2a\x8a\xe2\xfb\ \xbe\x28\x8a\xa7\x4f\x9f\xbe\x71\xe3\xc6\x89\x13\x27\xfe\xf2\x2f\ \xff\xea\xe2\xe2\x85\x7e\xb7\x6d\xdb\xf6\x99\x53\x27\xc3\x20\xe8\ \x74\xda\xcd\x7a\xb5\x52\xa9\x44\x61\x90\x48\x18\xa2\x84\x00\x00\ \x8e\xe3\x21\x84\xea\xf5\xa6\x6d\xdb\x84\x10\xdb\xb6\x29\x25\x51\ \x44\xa3\x88\x32\xc6\x08\x21\x61\x78\x8b\xc6\xca\xe5\x72\x0f\x3e\ \xf8\x60\x10\x04\xb2\x2c\xef\xde\xbd\xbb\xd3\xe9\x50\x4a\x2d\xcb\ \xea\xf5\xba\xb6\x6d\xf1\xec\x26\x8a\x08\x03\x8c\x52\x56\xab\xd5\ \x56\x57\x56\xe3\xba\xb1\x6f\xf7\x9e\xc0\x71\x31\x40\xfd\x4e\x37\ \x69\xc4\x5b\xb5\x46\xe0\x7a\xe7\x4e\x9f\xe9\xb5\x3b\xce\xc0\x3c\ \x7a\xe4\x88\x00\x21\x02\xa0\xd3\x6a\x01\x42\x20\x65\x99\x54\x6a\ \x7b\x6b\xab\x55\x6f\xcc\xcd\xcc\xa8\xaa\x26\x8a\x22\x42\x88\xef\ \x2c\xe5\x1c\xbf\x28\x8a\x9a\xa6\x49\xb2\xcc\x18\x8b\xc5\x62\x18\ \x63\x00\x80\x22\xcb\x94\x51\x8c\xf1\x07\x3e\xf0\x81\x42\xa1\xd0\ \xeb\xf5\x96\x6e\x2e\xfd\x0f\xd4\xdb\xff\xcc\x99\x07\xbc\xa5\xe0\ \x79\xfe\x85\x0b\x17\xf9\x75\x2e\x8a\x62\x14\x45\x9a\xa6\x1d\x3f\ \x7e\x1c\x42\x08\x18\xfb\xcb\xff\xf6\x97\x9f\xf8\xb9\x9f\x55\x14\ \x45\x96\xe5\x66\xb3\x79\xf6\xec\xd9\xcb\x97\x2f\xbf\xf2\xca\x2b\ \x5f\xf8\xc2\x17\x2a\x95\x8a\x2c\xcb\x47\x8e\x1c\x59\x5b\x5b\xeb\ \x74\x3a\x27\x4f\x9e\xec\xf5\x7a\x9e\xe7\xf9\xbe\x0f\xde\x5c\x1d\ \x17\x72\xbc\x0f\x02\xd7\x71\xfa\x66\x1f\x08\x02\x03\x20\x8a\x22\ \x4a\x29\xff\x17\xfe\x66\x24\x51\xdc\xb9\x73\xe7\xfc\xfc\xbc\x61\ \x18\x8a\xac\x28\x8a\xe2\x39\x4e\x14\x85\x61\x18\xf2\x8e\x10\xef\ \xb1\xf0\x82\x9a\x52\x5a\xab\xd6\xd2\xe9\xe4\x81\x03\xfb\x19\x23\ \x3b\x76\xcc\x22\x04\x18\x8b\x9a\xcd\xda\xf6\xf6\x56\xcf\xec\x7c\ \xf3\xf9\x6f\x58\x56\x7f\x63\x73\xed\xc2\xc5\x73\xb9\x7c\xc6\xb4\ \x7a\xaf\x1e\x7b\x25\x99\x8a\xc7\xe2\x9a\xeb\xdb\x2b\xab\x4b\xe5\ \xea\x76\xe0\xfb\xe9\x74\x2a\x8a\x22\xc3\x30\x92\xc9\xe4\xf6\xf6\ \x36\x00\x8c\x12\x2a\xcb\x92\x24\xc9\xbe\xef\x3b\x8e\x33\x3a\x3a\ \x1a\x8f\xc7\x29\xa5\x9a\xa6\x79\x9e\xf7\xcb\xbf\xfc\xcb\x1f\xf9\ \xc8\x47\x82\x20\xe8\x76\xbb\x1b\x1b\xeb\x77\x8a\xe8\x3b\xf1\x8e\ \xc1\x22\x00\xbc\xf5\xcc\x18\x78\xef\x7b\xdf\x3b\x9c\xcb\x49\x22\ \xfe\xec\x67\x3e\x93\x4c\x26\x9b\xf5\xaa\x63\xdb\x92\x24\xc5\x62\ \xb1\xab\xd7\x2e\x53\x12\x0d\x06\x7d\xcf\xf3\xc2\x30\x4c\x24\x12\ \x47\x8f\x1e\x7d\xf2\xc9\x1f\x79\xf2\xc9\x0f\x6e\x6f\x17\xef\x3d\ \xb4\x20\x40\xb0\xb9\xbe\x26\xb7\x5b\x8e\x6d\x8f\x8e\x8e\xee\xdb\ \xb7\x47\xc6\x22\x25\xa4\x59\x6f\xe8\xb1\x38\xc6\x18\x21\xc8\x98\ \xbe\xb1\xb1\xc1\xab\x45\x51\x14\x08\x61\x08\x01\x4a\x01\x4f\x6a\ \xca\xe5\x72\x10\x84\x86\x11\x5b\x5a\x5a\xba\x71\xe3\xc6\xe6\xe6\ \x66\x3e\x9f\xdf\xbb\x77\x5f\xb9\x5c\x1e\x1d\x1d\x89\x69\x31\xde\ \x22\xd0\x34\x4d\x10\x10\x04\xb0\xdf\xef\x5f\xb9\x72\xf5\xca\xd5\ \xab\xb5\x7a\xfd\xda\xb5\x6b\xae\xe3\xa4\xd3\x69\xdb\xb6\x3d\xdf\ \xc1\x58\x94\x24\x11\x09\x90\xf8\xa1\xef\xfb\x92\x24\xa6\x52\x49\ \xd7\x75\x14\x45\x6e\xb5\x5b\x82\x20\x74\x3a\xed\x5c\x2e\x87\x45\ \xa1\xd7\xeb\x21\x04\x0b\x85\xc2\xda\xda\x1a\x84\x50\x14\x45\xfe\ \x66\x3c\xcf\x33\x0c\x43\x10\x04\xc6\x58\xa1\x50\x08\x82\x40\x92\ \x44\x23\x96\x28\x95\xcb\x9a\xa6\xd5\x6a\x35\xc2\x2e\x55\xab\xd5\ \x89\x89\x09\xf2\x36\x96\x6e\x4b\x12\x1e\x0c\x6c\x51\x14\x0f\x1e\ \xbc\x4b\x96\x65\xc7\x71\x9a\xcd\x66\x18\x86\xb9\x5c\xae\xd3\xe9\ \x68\x9a\xd6\x6a\xb5\x86\x86\x86\xca\xdb\x95\x17\x5e\x78\x21\x9f\ \xcf\x5b\x96\x55\x2e\x97\x67\x66\x66\xe6\xe6\xe6\x32\x43\xd9\x6c\ \x36\xd3\xa8\xd7\x0f\x1f\xbe\xef\x8d\x93\xa7\x08\x21\xba\xae\x8f\ \x8e\x8e\x0e\x0d\x0d\xb9\x9e\xe7\x7a\x6e\x10\x04\xba\xae\x23\x84\ \xb0\x88\x02\x3f\xe8\xf5\x7a\x58\x10\x78\x83\x0b\x20\x44\x28\x05\ \x94\x32\x00\x2c\xcb\x0a\x82\x40\x80\xa8\xd5\x6a\x51\x42\x06\x83\ \xc1\xe5\xcb\x97\xc7\xff\xcd\x0f\x15\xb7\xb7\xf5\x78\x2c\x91\x48\ \x48\x92\xc4\xef\x58\x94\x52\x84\x50\x14\x45\xcd\x66\xf3\xc6\xf5\ \x1b\x1b\x2b\xcb\xab\x37\x6f\x2e\x5e\xbc\xe4\xd9\x0e\x65\xd4\x77\ \xbd\x7e\xa7\xa7\x4a\x8a\x33\xb0\x73\x99\xec\xca\xca\x4a\xd1\xf3\ \x33\x99\x8c\x2c\xcb\xa6\x69\x72\x5e\xd2\x71\xdc\x81\x39\x98\x9d\ \x99\x15\x45\x31\x3b\x34\xc4\xcf\x30\xc6\x42\xb5\x5a\x55\x14\x45\ \xd3\x34\x9e\xb6\xcf\x4c\x4d\x5f\xb8\x78\x21\x9b\xcb\x7f\xf4\xa3\ \x1f\xfd\xda\xd7\xbe\xb6\x77\xef\xde\xed\xed\xed\x6c\x36\xbb\xba\ \xba\x0a\x21\x2c\x97\xcb\xe3\xe3\xe3\xb1\x58\xec\x0e\x2c\xde\x89\ \x77\x2a\x20\x80\xae\xeb\xcc\xcd\xcd\xe9\x9a\x82\x00\xb4\x4c\xf3\ \xc5\x13\xc7\x67\x67\x67\x57\x6e\x2e\xdf\xa4\x54\xd7\xf5\x6c\x36\ \xdb\x6e\xb7\xcf\x9c\x39\xf3\xab\xbf\xfa\x1f\x7e\xfb\xd3\xbf\x95\ \xcb\xe5\xa2\x28\x0a\xc3\xf0\x89\xc7\xdf\xc7\xfb\x98\x10\x42\x49\ \x12\x77\xed\xda\x55\xa9\x54\xea\xd5\x4a\x14\x86\x63\x63\xa3\xae\ \x6d\x7b\x00\x18\x86\x91\x48\xc4\x25\x45\x01\x00\x30\x46\x75\x5d\ \xe3\x97\x19\xa7\xab\x00\x00\x10\x02\x4a\xa9\xae\xeb\xae\xeb\x62\ \x8c\x27\x26\x26\xbb\xdd\x9e\x20\xa0\xb9\xb9\x39\xd3\x34\x15\x45\ \x71\x1c\x27\x93\xc9\xf8\xbe\x1f\x91\x40\x51\xe4\x28\x8a\x2c\xcb\ \xa2\x94\xf9\x7e\xc0\xa8\x60\x18\x06\x04\xa0\x52\x2e\x77\xda\xed\ \x5a\xbd\xd6\xed\x76\x3d\xcf\x95\x65\x25\x9e\x88\x33\xca\x48\x14\ \x22\x84\x82\xc0\xa7\x34\x72\x1c\xdb\xf7\x3d\x51\x14\x6d\xdb\x92\ \x65\x19\x63\x3c\x18\x0c\xcc\x7e\x1f\x63\xec\xb8\x8e\x2c\xcb\x3c\ \x21\xe2\x87\x36\x32\x32\x32\x3a\x3a\x9a\xcd\x66\xb7\xb6\xb6\xaa\ \xf5\x86\xef\xfb\x08\xa1\x6c\x76\xc8\x88\xc5\xfb\xa6\xe9\x79\x5e\ \xb5\x5a\x2d\x96\xca\x08\xa1\x8b\x17\x2f\x62\xe1\x2d\x5e\x80\x10\ \x02\xdf\x0f\x65\x59\xc2\x58\x00\x00\x0a\x02\x7a\xf5\xd5\x63\xb3\ \xb3\xb3\xc3\xc3\xc3\xb5\x5a\xed\x7d\xef\x7b\x5f\xa3\xd9\x68\xb7\ \xda\x3f\xf4\x43\x3f\x54\x2a\x95\x66\x66\x66\x64\x59\x56\x14\x65\ \xc7\x8e\x1d\x5b\x5b\x5b\xf9\x7c\x7e\xcf\xde\xbd\x2b\x6b\x37\xef\ \xbb\xef\xbe\x37\x4e\x9e\xca\xe5\x72\xa2\x28\x8e\x8f\x8f\x6b\x9a\ \xde\x6a\xb7\x31\x16\x64\x4d\x55\x55\x55\x10\x04\x88\x00\x64\x00\ \x85\x11\x84\x90\xef\xad\xe6\xa2\x1c\x0a\x01\xc2\x98\xff\xac\xeb\ \xba\x2c\x4a\x5c\xeb\x13\x8b\xc5\xf6\xed\xdb\x17\x06\x41\x22\x9d\ \x52\x75\x1d\x21\x14\x04\x01\xcf\x2e\x05\x41\x20\x84\xf0\xe4\x51\ \xd3\xb4\x46\xbd\xde\xa8\x37\x28\x89\xde\x78\xe3\x8d\x54\x2a\x69\ \x3b\x4e\xcc\x30\x8c\x98\x61\x0d\x06\x6d\xc0\x14\x45\xee\x75\xbb\ \x6f\x66\xf7\x11\x21\xa4\xd9\x6c\xfa\xbe\x17\x8f\xc7\x5b\xad\xd6\ \x8d\x1b\xd7\x8d\x58\x1c\x22\x24\x08\x82\xe7\xf9\xc9\x64\x92\x13\ \x14\x07\x0f\x1e\x9c\x19\x9f\xf4\x5c\x37\x16\x8b\xd9\xb6\x7d\xe6\ \xcc\x19\x5e\xca\xc8\xb2\xdc\xe9\x74\x36\x37\x37\x1d\xc7\x89\xa2\ \x68\x7d\x7d\xfd\x91\x47\x1f\xc9\xe7\xf3\xff\x4a\x8b\x68\x08\xff\ \x95\xfe\x42\x10\xfe\x2f\xc3\x45\xc7\x71\x3c\xcf\x0b\x42\xd2\x68\ \x34\x8e\x1c\x39\xb2\xbe\xbe\x71\xf8\xf0\x61\x8c\xc5\x7c\x3e\xdf\ \xe9\x74\x44\x51\xbc\x74\xe9\xd2\xe1\xc3\x87\xbf\xf2\xe5\xaf\x3c\ \xf4\xd0\x43\xf9\x7c\x1e\x42\x58\xad\x56\x17\x16\x16\x1e\x78\xe0\ \xfe\x97\x5f\x7e\x29\x97\xcb\x96\xcb\x95\x42\xa1\xb0\x7f\xef\x1e\ \x5e\x06\x8a\x18\x4f\x4e\x8c\xcf\xee\x98\x8d\xa2\xd0\xf7\x7d\x4a\ \x29\x84\x9c\x3d\x0c\x6c\xdb\xe6\xf2\x0e\xc6\x6e\x1d\xa9\x20\x20\ \xcf\xf3\x1c\xc7\x49\xa7\xd3\x94\x52\x45\x51\x32\x99\x6c\x22\x91\ \xc0\x18\xbb\xae\x1b\x8b\xc5\x87\x86\x86\x78\xeb\x19\x63\xcc\x0b\ \xae\x54\x2a\x39\x3a\x3a\x9a\x4a\xa5\x6c\xdb\x6e\xb5\x5a\x22\xc6\ \x77\x1f\x3c\xb8\x73\xc7\x7c\x32\x91\x00\x0c\x50\x42\x00\x65\x08\ \xc2\x7e\xaf\x6f\x99\x03\x04\x19\x89\xc2\x76\xab\x39\x30\xfb\xbe\ \xe7\x84\x81\xcf\x28\x11\x31\x62\x34\x32\x0c\x6d\xcf\x9e\x5d\x1c\ \x0d\x29\xa5\x94\xd2\x4e\xa7\xc3\x21\xd2\x71\x9c\x4e\xa7\xe3\xba\ \x2e\x42\x68\x68\x68\xa8\x50\x28\x24\x12\x89\x58\x2c\x26\xcb\xf2\ \xd0\xd0\x90\xaa\xaa\x51\x18\xfa\xbe\x1f\x04\xc1\x5b\x5e\x07\xcd\ \x18\x0b\xc3\x10\x21\x14\x86\x04\x21\xf8\xe2\x8b\x2f\xed\xdc\xb9\ \x53\x14\xc5\xe1\xe1\x61\x51\x14\xaf\x5f\xbf\x3e\x32\x3a\x7c\xe2\ \xc4\x09\xd7\x75\x2f\x5e\xbc\x28\xcb\xf2\xbe\x7d\xfb\x00\x00\xc5\ \x62\xf1\xe1\x87\x1f\x06\x00\x3c\xf5\xd4\x53\xa9\x54\xda\xb6\xed\ \x3d\x7b\x76\x77\x3a\x9d\x78\x3c\xde\x6e\xb7\x75\x5d\x4b\x26\x93\ \xa9\x74\x9a\x93\x12\x8c\x32\x4a\x29\x23\x24\x0c\x03\x4a\x69\x18\ \x86\x80\xdc\x92\x35\x22\xc4\xf5\x98\xb7\x48\x43\x4e\x5f\x54\x2b\ \x95\x9d\x3b\x77\xb6\x5a\xad\x28\x8a\xb0\x20\xf0\x33\x23\x08\x82\ \xae\xeb\xb1\x58\x8c\x27\x77\xfc\xe3\xd8\x2a\x6e\x9a\xa6\x99\xc9\ \xa6\x7e\xe5\xff\xfa\xe5\xc2\xd8\x48\x32\x95\x30\xcd\x1e\x16\x85\ \x56\xab\x21\x60\x54\x6f\xd4\xda\x9d\x16\x00\x6c\x30\xe8\x6f\x6c\ \xac\x09\x02\x0c\x02\xcf\x71\x06\x8c\xd1\x30\xf4\xbb\xdd\xf6\x7d\ \xf7\xdd\x9b\x4c\x26\x9b\x8d\x06\x00\xc0\x71\x6c\x00\x40\xa5\x52\ \xd1\x34\x2d\x8c\xc2\x4e\xb7\xe3\x38\x8e\xeb\xba\xb2\xac\x3c\xfe\ \xf8\xe3\xe9\x74\xfa\xe0\xc1\x83\x18\x63\x08\xe1\xcc\xcc\x4c\xa1\ \x50\x28\x97\xcb\xba\xae\xdb\x96\xf5\x2f\x26\x5b\x44\x10\x5c\xea\ \x04\x4e\x44\xbf\x3f\x4f\x87\x01\x8b\x91\x7f\x9d\x49\x1c\x63\x20\ \xad\x8a\xff\x94\x4e\xd8\xc2\x34\xf3\xfd\x7a\x21\xca\x46\x47\x0b\ \x9e\xe7\x6d\x6d\x6d\xbd\xf2\xe2\x77\x46\x87\x87\x3f\xf8\xc1\x0f\ \x42\x08\xea\xf5\x5a\x36\x9b\xbd\x79\xf3\xe6\xb7\xbe\xf5\x82\xe7\ \x45\x0b\x87\x0e\x0e\x0f\x0f\xdf\x75\xd7\xbe\xd1\xc2\xc8\x17\xfe\ \xfa\xaf\x4d\xd3\x6c\x36\x9b\x33\x33\x73\x3f\xfd\xd3\xff\xf6\xd4\ \xeb\xc7\xa3\xd0\x3f\xb0\x7f\xdf\xcc\xcc\x4c\x22\x6e\x38\xf6\x60\ \x66\x66\x16\x42\xb8\xb1\xb2\x5a\x2a\x6d\x1f\xb8\xfb\x6e\x08\x21\ \xd7\xe4\x72\xb9\xaf\xa6\x69\xa6\x69\xbe\x99\x2a\x82\x28\x0a\x79\ \xf3\x57\x96\xe5\x30\x8c\x78\xc2\x52\x2e\x57\x0c\xc3\xc8\x66\xb3\ \xfc\x04\x40\x88\x18\x8b\x6c\xdb\x4a\x26\xe3\x08\xa1\x28\x22\x00\ \x82\x52\xa9\xf4\xfa\xeb\xaf\x6f\x6d\x6d\xc9\xb2\x34\x3a\x3a\xe2\ \xfb\x5e\xad\x56\xa5\x94\x88\xa2\x2a\x8a\x58\x10\x10\x63\x14\x00\ \x26\x8a\x22\xa7\xc3\xb8\xf0\x9b\x13\x88\x51\x14\x89\xa2\xe8\xba\ \x2e\x87\x00\xce\xf1\x71\x32\xc1\x75\x5d\xc3\x30\x32\x99\x4c\xbb\ \xdd\xe6\xb0\x68\x59\x16\x00\x80\xb7\xaa\x25\x49\x22\x84\xd4\x6a\ \x55\x45\x33\x52\xa9\x54\x2a\x9d\x26\x6f\x55\xa0\x03\x21\x34\x0c\ \xcd\xb2\x9c\x5a\xad\x76\xf5\xea\xd5\x77\xbd\xeb\x5d\xa9\x54\xe2\ \x5b\xdf\xfa\xd6\xdc\xdc\xdc\xf2\xf2\xf2\xe6\xe6\xe6\x1f\xff\xe1\ \x9f\x2c\x2c\x2c\x9c\x3e\x7d\xfa\x81\x07\x1e\x18\x1f\x1f\x3f\x7a\ \xf4\x28\x84\x70\x6b\x6b\x6b\xd7\xae\x5d\x9d\x76\x47\xd5\xb5\x73\ \xe7\xce\xee\xdf\xb7\x7f\x76\x66\xe6\xa1\x87\x1e\x7a\xe5\xa5\x97\ \x77\xec\xd8\x01\x25\xd1\x37\x07\x9d\x4e\x3b\x20\x91\x61\x18\x5c\ \x84\x0e\x21\xe4\xf5\xaf\x20\x08\x80\xcb\xb9\x29\x05\x08\xde\x16\ \xc0\x73\xe6\x94\x31\x36\x35\x3d\xbd\xb6\xb6\xf6\x91\x8f\x7c\x64\ \x65\x65\x79\xdf\xc2\x41\x9e\x9a\xf1\xf4\x90\x3f\x5c\xd7\xf5\x30\ \x0c\xb7\xb7\xb7\x2f\x5e\xbc\x98\xcf\x64\x06\x66\x3f\xf0\xfc\x07\ \xef\x7f\xe0\xef\xff\xfe\xef\xa3\x20\xcc\xa4\xd2\x8a\x2c\xbb\x9e\ \x17\xfa\xc1\xc8\xf0\xb0\x69\x9a\xb2\x2c\xf7\x7a\xbd\xe1\xe1\xe1\ \x7e\xbf\x6f\x9a\x03\x4d\xd3\xb8\xec\xf1\xe6\xcd\x9b\xaa\xa6\x77\ \x7b\x3d\xc0\x80\xa6\xe9\xf1\x78\x5c\x14\x45\x49\x96\xf3\xb9\x3c\ \x06\xa8\xb2\x5d\x12\x45\x11\x42\x50\xa9\x54\xb8\x62\xb1\xdf\xef\ \xdf\x75\xd7\x5d\x17\x2f\x5e\x8c\xa2\x68\x6a\x6a\x4a\x96\xe5\xb1\ \xf1\xf1\x7f\x31\xb0\x28\x21\xf8\xc9\x53\xed\xef\xd7\xb3\xc5\x73\ \xe8\xc1\x8f\xca\x94\x82\x7f\xad\xf1\x4f\xf6\xda\xc6\xc5\x70\xf2\ \xfb\xf7\x32\x18\xe3\x2f\x7f\xf9\xcb\xaa\xa2\x7c\xe4\x23\x1f\xa9\ \x57\xab\xc7\x8f\x1f\x97\x25\x51\x51\x14\x8c\x40\x3a\x9d\x3e\x75\ \xea\xe4\xf4\xf4\x8e\xeb\xd7\xaf\x7f\xec\x63\x1f\xbd\x76\xf5\x72\ \xbd\x51\xf3\x7d\x3f\x93\x1a\x4a\xa7\xd3\xbc\x73\xbd\x70\x68\xe1\ \xec\x99\xd3\x57\xaf\x5d\x9d\x9a\x98\x52\x14\xd5\xd0\xf5\x76\xb3\ \x5e\xa9\xc4\x8b\xdb\x5b\xf9\x5c\x4e\xd1\x14\xde\x89\x66\x0c\x40\ \x84\x54\x55\x4d\x24\x93\xae\xeb\xf1\x99\x07\x42\x88\xe3\x38\x89\ \x44\x9c\xb7\xbc\x91\x80\xad\x81\xd5\xee\xb4\xdb\xed\x56\x14\x45\ \x8e\xe3\xe4\xf3\x79\xdf\xf7\x11\x82\x02\x06\x9e\x17\x70\xdd\x86\ \x20\xa0\x7a\xad\x7e\xfd\xfa\x75\xae\xed\x08\xc2\xa0\xd5\x6a\xf5\ \x7a\xbd\x28\x22\xc9\x64\xb2\xdd\x6e\x73\x61\x1d\x42\x08\x02\xe8\ \xfb\x3e\x87\x42\x5e\x03\xfa\xbe\xcf\x25\x78\xa9\x54\xaa\xd7\xeb\ \x35\x1a\x0d\x23\x16\x0b\x83\x00\x63\x6c\x9a\x26\x42\x88\xf7\xe2\ \xe3\xf1\x38\x2f\xd8\xa3\x28\xaa\xd7\xeb\xae\xeb\x5a\x96\xa5\xe9\ \x86\xef\xf9\xae\xd7\x4a\x24\x92\x41\x44\x0c\xc3\x18\x19\x19\xe5\ \xa8\xf1\xd6\xb2\xc5\x72\xb9\x7a\xe2\xc4\x89\x07\x1e\x78\xe0\x47\ \x7e\xe4\xc9\x52\xa9\x52\xad\x56\xcf\x9f\x3f\xff\xe1\x0f\x7f\xf8\ \x99\x67\x9e\x49\xa5\x52\x89\x44\xe2\x3b\xdf\xf9\xce\xcf\xff\xfc\ \xcf\x27\x12\x09\x7e\x23\x09\xc3\x50\x96\xe5\x56\xab\xa5\xaa\x6a\ \xb3\xd9\x9c\x9f\xdf\xb9\xbc\xbc\x2c\x40\x38\x35\x35\x25\x4b\x92\ \xe7\x79\xbe\xe5\xb8\xae\xeb\xfb\x41\x3c\x95\x40\x10\x11\x46\x10\ \x84\x00\x22\x08\x91\x28\x49\x2a\x80\x00\x0b\x88\x82\x88\x46\x80\ \x01\x88\x20\x63\xcc\x30\x0c\x00\x40\x14\x84\x83\xc1\x60\x6b\x73\ \x93\x2b\xab\xf6\xee\xdd\x67\x9b\x03\x3f\x0a\x6f\x43\xaa\x2c\xcb\ \x1c\x43\xd7\xd6\xd6\xca\xe5\xf2\xd0\xd0\x50\xbf\xd9\xd0\x55\x75\ \x75\x75\x65\x69\x69\xe9\x9e\x7b\x0e\x1d\x3b\x76\x6c\x73\x73\x43\ \xd7\xf5\x78\x3c\x2e\x89\x62\xbb\xdd\x62\x8c\x69\x9a\x4a\x48\xc4\ \x18\x0d\x02\x1f\x42\xd0\x6c\x36\x62\xb1\xf8\xe8\xe8\xc8\xc6\xc6\ \x46\x3c\x91\x32\x0c\x43\xc0\x42\xcf\xec\x6f\x6c\x6c\x04\x41\x10\ \x8f\xc5\x66\x67\x67\xbb\x8d\x56\x4d\x40\x10\xc0\x30\x8a\x9e\x7b\ \xee\xb9\x91\x91\x91\x97\x5f\x7e\xd9\xf7\xfd\x4b\x97\x2e\xa5\x52\ \xa9\x1b\x37\x6e\xdc\x73\xcf\x3d\x61\x18\xc6\xff\x65\x71\x8b\x02\ \xfc\x7e\x3e\x15\x64\x00\xb1\x3b\x04\xe0\x3f\x2e\x7c\xbf\x7f\x77\ \x32\x49\xfa\xad\xdf\xfd\x9d\x77\xbd\xe7\xbd\x3b\x77\xec\xd8\x2e\ \x6d\xb7\x1b\x4d\x4d\x53\xbf\xf2\x95\x2f\xab\xaa\xdc\x69\xb5\x08\ \x89\xfa\xed\xee\xd4\x7b\xa6\x1f\x79\xe4\x91\x6e\xa7\xd7\xed\xf6\ \xae\x5e\xb9\xa6\xca\x7a\xaf\xd7\x65\x8c\xed\xdb\xb7\xe7\xc8\x8b\ \xaf\x38\x9e\x3d\x31\x39\xb9\xb5\x59\xbc\x74\xe1\x12\x16\xc4\x7e\ \xdf\x2c\x95\xcb\xba\xae\x53\x02\x86\x47\x46\x31\x12\xf9\x75\x05\ \x21\x40\x94\x76\x5b\xed\xa1\x74\x06\x10\x42\x29\xe3\x02\x94\x58\ \x2c\x46\x08\xe1\xc3\x86\x5b\x5b\x5b\x8a\xaa\x99\xbd\xfe\x8e\xb9\ \xe9\xcd\xcd\xad\x4b\x97\x2e\x3e\x70\xff\xe1\xb1\xf1\x71\x4d\xd3\ \x05\x0c\x54\x55\x11\x04\xc1\xf3\x3c\x59\x56\x2a\x95\xca\xda\xfa\ \x8a\x28\x0a\x51\xe8\x9b\xdd\x5e\x14\x45\x8e\x65\x45\x51\x28\x20\ \x24\x49\x12\x16\x71\x18\x86\x18\x0b\x10\x42\x48\x98\xae\xeb\x5c\ \x75\x6c\xdb\x36\x27\x16\xf9\xb4\x1c\x6f\x20\x44\x84\x84\x51\x04\ \x11\x22\x51\x44\x19\x4b\x26\x53\xb2\xa2\x76\x7b\xa6\x61\x24\x46\ \x46\x61\xb7\xd3\x1f\x1f\x29\xc4\x92\xf1\xa5\xa5\x9b\x8a\x6a\x0d\ \xe5\xf2\xc3\xa3\x05\x73\x60\x7e\xe0\x5d\x8f\x42\x11\xb7\x5a\xad\ \xb7\x7c\xe6\x5d\xd7\x5d\x5e\x59\x7b\xf2\xc9\x0f\x4a\x92\x54\x2a\ \x55\x74\x5d\xdf\xda\xda\x2c\x97\xcb\x41\x10\xc8\xb2\xd4\xed\x76\ \x2e\x5c\xb8\xf0\xa9\x4f\x7d\x2a\x95\x4a\x39\x8e\x7b\xea\xd4\xa9\ \x56\xab\xc5\x61\x7d\x64\x74\xd8\x75\xbd\x91\xfc\xb0\xe3\xd9\x31\ \xc3\x58\xbc\xb4\x98\xcf\xe5\x22\x4a\x64\x59\xb6\x6c\x6b\xd0\xef\ \x63\x59\x4e\xc6\x13\x94\x51\x4a\x29\x80\x88\xd1\x90\xb1\xc8\xf7\ \x1d\x00\x00\x20\x11\x85\x9c\xd5\x45\x08\x41\xd7\x73\x45\x2c\x06\ \x9e\xd7\xeb\xf5\x06\xa6\x39\x39\x3e\x8e\x10\x0a\xbd\xa0\x5a\xa9\ \x64\x73\x39\xd5\xd0\x05\x2c\x46\x51\x88\xb1\x00\x00\xf0\x3c\x4f\ \x00\xb0\x5a\x2a\xdb\x7d\x33\xa5\x19\x15\x73\xb5\xd7\x69\x53\x4a\ \x15\x45\xde\xd8\xd8\x48\x24\x12\x96\x65\x0d\xe5\x86\x82\x20\x92\ \x64\x49\xd1\x14\xd7\x76\x52\xa9\x8c\x65\x39\x92\x24\x23\x88\x92\ \xa9\x94\x20\xe0\xf1\xf1\x71\xcf\xf7\xa2\x88\xd6\xea\x75\x2f\x08\ \x44\x51\x92\x65\xb9\x54\xdc\x06\x00\xcc\xce\xcc\x74\xdb\x9d\x56\ \xa7\xf3\xe0\xc3\x0f\x9f\xbf\x78\x51\x42\xe8\x63\x1f\xfb\xd8\x33\ \xcf\x3c\xc3\x18\x53\x14\x45\x51\x94\xb1\xb1\xb1\xf1\xf1\xf1\x27\ \x9e\x78\xc2\x75\x5d\x88\x6e\xe9\xcc\xff\x35\x72\x8b\x77\xe2\x9d\ \x0e\x42\xc9\xe1\x07\x1e\x78\xe8\xe1\x87\x12\xc9\xe4\xde\x7d\xfb\ \xb4\x98\x86\x25\xbc\xbc\xbc\xf4\xda\xeb\x27\xd6\xd7\x57\x18\x89\ \xa6\x67\xa6\x76\xee\xdc\xd5\x69\x77\xc7\x0a\x13\x73\x33\x3b\x0f\ \xee\xbf\x1b\x0b\x58\x91\xe4\x0b\xe7\xce\x56\x4b\xc5\xbd\xfb\xe6\ \xef\xb9\xe7\x9e\x66\xab\xeb\x7b\xe1\x3d\xf7\xdd\x7b\xe3\xc6\x52\ \x36\x9b\xdf\xde\xae\xde\xb8\x71\x73\xff\x81\x83\x9a\x16\x43\x08\ \x11\x3e\xe9\x42\x88\x66\xe8\xba\x22\x6b\xb2\x28\x8b\x02\x02\x00\ \x02\x86\x04\x08\x18\x6b\x54\xaa\xb6\x39\xb0\x4d\xd3\x1e\x0c\xfa\ \x9d\x76\x32\x66\x34\x6a\xd5\x0b\xe7\xce\x0a\x90\x6e\x6d\xad\x0f\ \xcc\xae\x24\x23\x00\x98\xa2\x28\x41\x10\xa9\xaa\x5e\xa9\x54\xb7\ \xb6\xb6\xf6\xec\xd9\x35\x32\x9a\x6f\x35\xeb\x24\xf0\x5d\xc7\x42\ \x80\x61\x04\x75\x5d\x45\x90\x59\x96\x19\x86\xfe\xc0\x32\x19\xa0\ \x7c\x72\x66\x30\x18\x70\x31\x0a\x17\x24\x46\x51\xc4\x18\x53\x55\ \xd5\xf3\x7d\x2f\xf0\x1b\xad\xa6\x1f\x06\x0c\xc1\x80\x90\x90\x32\ \xcf\x0f\x47\x0b\x63\xc3\xa3\x63\xb2\xac\x05\x7e\xe0\xd9\xae\x08\ \xb1\xa6\x6a\xbc\x85\x1d\xb1\x70\x6a\x66\xd2\xf6\x1d\xcf\x77\xef\ \xbd\xff\xde\x7f\x7e\x32\xf7\x9f\x4f\xd2\xef\xbf\xff\xb0\xa6\xa9\ \x82\x80\xf2\xf9\x6c\x18\xfa\x00\x30\xc6\xc8\xef\xfc\xce\xa7\x1b\ \x8d\x7a\x10\xf8\x9f\xfa\xd4\xa7\xb8\x6a\x27\x91\x88\xdd\x7d\xf7\ \xdd\x89\x44\x42\x55\x55\xcb\xb2\x2a\xe5\xaa\x88\xf1\xd4\xd4\xd4\ \x68\x2e\x7f\xee\xf4\x99\x43\x0b\x0b\x47\x8f\x1e\x75\x3d\x2f\x96\ \x88\x9f\x39\x73\x26\x8a\xa2\x89\xc9\x09\x67\x60\xd1\x88\x51\x02\ \x10\x04\x08\x23\x23\xa6\xb5\xda\x0d\x51\x12\x80\x80\x00\x60\x10\ \x42\xc8\xa0\x63\xdb\xbe\xed\x44\xbe\x1f\x06\x81\xd5\x37\x73\xd9\ \xa1\x41\x7f\xd0\xaa\xd6\x17\x2f\x5e\xac\x96\x2b\xc5\xad\x22\x89\ \x00\x16\xb0\xa2\xaa\x84\x02\xcf\x0f\x35\x4d\x2b\x97\x4a\x32\x44\ \x0b\x7b\xf6\x0e\x5a\xad\xc0\xf3\x48\x14\x58\x03\x73\x30\x18\x8c\ \x8c\x8c\xa4\x33\x19\x2f\x08\xfa\x7d\xdb\x74\x9c\xbe\x65\xf7\x4d\ \xdb\xb4\x9c\xb5\xf5\x0d\xd7\xf5\x06\xa6\x05\x18\x92\x44\x39\x8a\ \xe8\xfa\xfa\x66\x18\xd2\xc9\xd9\x59\xcb\xf3\x6a\x8d\x46\xb5\x5a\ \x13\xb1\x34\xe8\x0f\x64\x41\xaa\x6c\x57\x04\x84\xe7\xe7\x77\x4a\ \xb2\x82\x45\x89\x77\x7b\x72\xb9\xdc\xca\xca\x4a\xbd\x5e\xcf\x64\ \x32\xa9\x54\x2a\x1e\x8f\x97\xcb\xe5\x89\x89\x09\x04\xbf\x0b\xee\ \xdd\x81\xc5\x3b\xf1\xb6\x58\xcc\x4c\x3a\x0d\x01\x03\x88\xd6\xeb\ \x75\x45\x51\x96\x6f\xde\xe4\xf3\xa7\xba\xae\x8b\xb2\xb8\xbc\xbc\ \x22\x8a\xe2\xfc\x8e\xd9\xd5\xd5\x15\x59\x51\x1e\x7f\xe2\x09\x00\ \x80\x80\x04\xdb\xb6\x7d\xdf\x9b\x9a\x9a\x8c\x27\x12\x3f\xf1\x13\ \x1f\x89\xa2\xc8\x1a\x58\xa9\x74\xaa\xdf\xef\xcd\xcd\xcd\xbd\xfb\ \xdd\xef\x12\x04\x41\xc0\xd8\xf7\xc2\x28\x0c\xc3\x30\x44\x82\x00\ \x28\x45\x10\x02\x01\x93\x88\x00\x08\x19\x00\x94\xd2\x20\xf0\x39\ \xbb\x07\x11\x9a\x9e\x9e\x9e\x9f\x9f\x77\x1c\x67\x7a\x7a\xda\x71\ \xec\x56\xb3\x59\xad\x56\x1d\xc7\x29\x95\x4a\x00\x80\x28\x8a\x64\ \x59\x5e\x5d\x5d\xad\xd7\xeb\xe7\xce\x9d\x5b\x5c\x5c\xdc\xde\x2e\ \x26\x12\x09\x4a\xa9\x2c\xc9\x08\x21\x4a\x28\x21\x24\x16\x8b\x39\ \x8e\x83\x10\x92\x24\x29\x0c\xc3\x4c\x26\xc3\x73\x0d\xce\x27\xf2\ \xd9\x3e\x84\x90\xe7\x79\xa2\x28\xea\xba\x7e\x5b\x97\xc7\x18\x13\ \xb1\x98\x4a\xa6\x0a\x85\x82\xa2\x28\xf9\x7c\xbe\xd9\x6a\x61\x2c\ \x76\x7a\x5d\xdf\xf7\x77\xcc\xcd\x8d\x0c\x8f\x38\x8e\xc3\x6b\x6d\ \x2c\xe0\x7c\x3e\x7f\xed\xea\xb5\xb7\xac\x5b\x44\x08\x69\x9a\xd6\ \xef\xf7\x19\x63\xae\xeb\xa9\xaa\xfa\xf4\xd3\x4f\xb7\xdb\xed\xb1\ \xb1\x31\x5d\xd7\xbb\xdd\xee\xf6\xf6\x76\x3c\x1e\x0f\x02\xbf\x58\ \xdc\x1e\x9f\x18\x3b\x70\xe0\x80\x6d\xdb\xbe\xef\xdf\xb8\x71\x03\ \x8b\x98\x37\x49\x3e\xf8\xe4\x93\x4b\x4b\x4b\x3b\x76\xec\x10\x04\ \xa1\xd5\x6a\x1d\x3c\x78\x70\x6e\x7e\xde\xb1\x6c\x8c\x31\x84\x40\ \x91\x45\x00\x40\x14\x04\x50\x94\xc0\x6d\x7b\x08\x00\x90\x20\x30\ \xc6\x00\x63\x86\xae\xdb\x8e\xa3\xa8\xea\xc8\xe8\xa8\x1f\x04\xb2\ \x2c\x65\x87\xb2\xbd\x4e\xb7\x5a\xae\xb0\x88\x34\x9b\x4d\xc7\xf1\ \x00\x60\x48\x40\xa2\x24\xac\xaf\xad\xdd\xb8\x71\xed\xfc\xb9\xb3\ \xa5\x52\x49\x12\x45\xdb\xb6\x11\x12\x38\xd9\xea\xfb\xbe\x20\x08\ \xf1\x78\xc2\x71\x1c\xc6\x18\x27\x2b\x0b\xe3\x63\x8e\xe3\x0c\x0d\ \x0d\x39\x8e\x8b\x10\x6a\x36\x9b\x9e\xe7\x65\xb2\x59\xc6\x58\xbf\ \xdf\x0f\x83\x00\xbc\x69\x30\x41\x29\x35\x0c\xe3\xb1\xc7\x1e\xcb\ \xe5\x72\xef\x79\xcf\x7b\x34\x4d\x8b\xa2\x68\x30\x18\xac\xae\xae\ \x1e\x3e\x7c\x98\x10\x32\x36\x36\x76\xed\xda\x35\xd3\x34\xf7\xef\ \xdf\x9f\x4e\xa7\x2b\x95\x8a\xe3\xba\x77\x60\xf1\x4e\xbc\x63\xa8\ \x08\x80\x88\x60\xe8\x79\xe9\x78\x92\xd2\x68\x76\x6a\xfa\xc6\xf5\ \xeb\xba\xae\x7f\xfa\xd3\xbf\xfd\x1f\xff\xe3\x7f\xc2\x82\xc4\x18\ \xb3\xad\x41\xa7\xdb\x85\x80\xae\xaf\x2e\x7f\xfb\x85\x17\xf8\xf8\ \x41\x3a\x95\x3a\x7f\xe1\x92\xe7\x47\xd9\x4c\xdc\xf7\x83\x77\xbf\ \xfb\xdd\x8b\x8b\x8b\xb2\x24\xeb\xba\x71\xe8\xd0\xa1\x89\x89\x89\ \xcf\x7e\xf6\xb3\x7f\xf4\x87\x7f\x24\x88\x28\x0c\x43\x3e\x4b\x0b\ \x00\x20\x94\x0e\x7a\x3d\xcf\xf3\x6e\xb7\x1d\x78\x19\xc5\x49\xbd\ \x66\xb3\xb9\xbc\xbc\xbc\xb2\xb2\x02\x21\xe4\x44\x7b\x3a\x9d\x36\ \x0c\x43\x55\x55\x51\x14\x79\x17\x9b\x13\x70\xb6\x6d\xd7\xeb\x75\ \x4a\x69\xb3\xd9\xe4\x0d\x13\xde\x69\x0d\xc3\x90\xab\x8e\xf9\x8b\ \x76\xbb\xdd\x66\xb3\xa9\xeb\x3a\x2f\xb8\x78\xf2\x65\xdb\x76\xf8\ \x66\x1f\x99\xf7\xbe\xb9\x34\x8f\x31\x26\xcb\xb2\x24\x49\xc5\x62\ \xf1\xcc\x99\xb3\xe5\x72\x79\x74\x74\x94\x50\x02\x21\xcc\x0d\xe7\ \xdb\xed\x76\xab\xdd\x9a\x9a\x9a\x1a\x2f\x8c\x35\x9a\xcd\x33\xa7\ \x4f\x7f\xed\xab\xcf\x1c\x7f\xf5\x28\x87\x80\xb7\x16\x5c\xa8\xcc\ \x25\x32\xa6\x69\xbe\xf6\xda\x6b\x1f\xfd\xe8\x47\xbf\xf4\xa5\x2f\ \x1d\x3e\x7c\x18\x63\x7c\xea\x8d\x53\xba\xae\x47\x11\xd1\x75\xfd\ \xec\x99\x73\xe5\x72\xd9\x30\x0c\xfe\x56\x7b\xdd\x3e\x00\x80\x30\ \x36\x39\x31\x41\x29\x2d\x14\x0a\x7c\x26\x72\x64\x7c\x2c\x0a\x82\ \x5f\xf9\xd4\xa7\xa2\x30\x74\x1c\xd7\x0f\x22\x84\x10\x46\x02\x20\ \x91\x6d\xdb\x51\x18\x02\x46\x01\x03\x10\x00\x00\x81\x28\x8a\x02\ \xc6\x9e\xeb\xfa\x8e\xeb\x7b\xde\xda\xcd\xe5\xd2\xd6\x76\xe4\x87\ \x1b\x1b\x1b\xb6\x6d\x8f\x8d\x8d\x89\xa2\x40\x69\x64\x0d\x6c\x1a\ \x45\x24\x8c\x8a\xc5\xcd\x41\xdf\x6c\xb5\x5b\x1b\x1b\x6b\xdd\x6e\ \x97\xcb\xf2\x3d\xcf\x83\x08\x71\x41\x7e\x26\x9d\x0e\x83\x90\x33\ \xb6\xd5\x6a\xb5\xd3\xee\x14\x0a\x85\x7e\xbf\x8f\x04\xc4\xd5\xaf\ \x08\xa1\x46\xbd\x1e\x85\x91\xa2\x28\xe9\x4c\x86\x77\xf6\xf9\x4c\ \xe1\xf4\xf4\x74\xaf\xd7\x3b\x77\xee\xdc\x9f\xff\xf9\x9f\xa7\x52\ \x29\x45\x51\x30\xc6\xbc\x5d\xf6\xf0\xc3\x0f\xdb\xb6\xbd\x7f\xff\ \xfe\x4c\x26\xf3\xca\x2b\xaf\x7c\xf3\x9b\xdf\xfc\x8d\xdf\xf8\x0d\ \xde\xc5\xbe\x03\x8b\x77\xe2\x1d\xa2\x29\xa1\x6d\x5b\x51\x14\xf6\ \xfb\xbd\x98\xae\x3f\xff\xfc\x37\xaf\x5e\xbd\xfa\x9b\xbf\xf9\x9b\ \xe3\xe3\xe3\x5f\xff\xda\xd7\x3d\xcf\xef\xf5\x7a\x67\xcf\x9c\xae\ \x54\xca\xa5\x52\xc9\xb2\x2c\x59\x92\x30\xc6\x58\x14\x57\x56\xd7\ \x36\xb7\xb6\x2e\x2d\x2e\x56\xaa\x1d\x7e\xff\xcf\x66\xb3\x41\x10\ \x44\x51\x48\x08\xa9\xd7\x1b\xbe\xef\xf7\x7a\xdd\xe2\xe6\xb6\xa6\ \xeb\xbe\xef\x77\x3b\x1d\xc7\xb6\xbb\xdd\x6e\xad\x56\x63\x80\xf1\ \x97\x16\x90\x80\x45\x9c\x48\x24\x04\x41\xe0\x97\xcd\x91\x23\x47\ \xb8\xf5\x40\xb9\x5c\x4e\x24\x12\xf9\x6c\xd6\xb2\x2c\x84\xd0\xc0\ \x1c\x70\x6c\xdd\xbd\x6b\xd7\xdc\xec\xdc\xd4\xd4\x94\xeb\x38\xed\ \x56\x4b\x10\x04\x49\x92\x78\x7f\x93\xcf\x05\x46\x51\xa4\xeb\x7a\ \x10\x04\xbc\x73\x3a\x32\x32\x32\x3b\x3b\x6b\x18\x06\x6f\x2f\x8c\ \x8d\x8d\xf9\xbe\xef\xfb\x3e\xaf\x49\xf9\x68\xe3\xed\x56\x2c\xb7\ \x8a\x20\x84\xe4\x72\x43\xbc\x76\x43\x58\xe8\x99\x7d\xdb\xb6\xf5\ \x58\x0c\x21\xd4\xef\xf7\x2b\x95\x4a\xe0\xfb\x9d\x4e\x87\x84\xe1\ \x87\x3e\xf4\xa1\xef\x3a\x85\xf6\xcf\x88\x0d\x2c\xcb\xe2\x3a\xa4\ \xc1\xc0\xfa\xa5\x5f\xfa\xa5\xf7\xbc\xe7\xbd\x9f\xf8\xc4\xbf\x8b\ \x22\x62\x9a\x83\x58\x2c\xfe\xad\xe7\xbf\x65\x9a\xe6\x8d\x1b\x37\ \xb8\x30\xdb\x30\x0c\x8e\x38\xba\xae\x5f\xb8\x70\x01\x63\x01\x02\ \x60\xdb\xf6\x9e\x3d\x7b\xbe\xfa\xd5\xaf\x72\x85\x29\xa0\xcc\x34\ \xcd\xc1\x60\x80\x10\x12\x25\x11\x0b\xd0\x75\x1c\xcb\xb2\x3c\xdb\ \x61\x94\x3a\xce\x2d\x7b\x05\x4a\x28\x84\x50\x92\x65\xca\x58\x2e\ \x9b\x85\x10\x54\x2b\xe5\x20\xf0\xf3\xc3\xb9\xc1\xc0\x6c\xb7\x5a\ \xe3\xe3\x63\x94\x52\x1a\x11\x45\x96\xc3\x30\x90\x24\x91\x90\x68\ \x6e\x76\x76\x6e\x6e\x36\x99\x48\x54\x4a\x25\xd7\x75\x24\x01\xf3\ \x13\x18\xf8\xbe\x24\x49\x00\x42\x06\x58\x10\xf8\x1c\xe5\x53\xa9\ \xd4\x81\x03\x07\x0e\x1c\x38\xc0\xf1\x7a\x62\x62\xc2\x73\x3d\xd3\ \x34\x25\x49\xca\x0f\xe7\x6d\xc7\xe6\x4c\x31\xa5\x94\xe7\xef\xa2\ \x28\xb6\x5a\x2d\x8c\x71\x3a\x9d\x7e\xf1\xc5\x17\xb9\x68\xac\xdf\ \xef\x2f\x2d\x2d\xcd\xcf\xcf\x57\x2a\x95\x91\x91\x91\x62\xb1\x78\ \xe5\xca\x95\x95\x95\x95\x9f\xfe\xe9\x9f\x1e\x19\x1d\xb9\x03\x8b\ \x77\xe2\x1d\x8c\xc8\xf3\x04\x08\x7c\xdb\xbe\x70\xee\xc2\x67\xfe\ \xe0\xf7\xff\x8f\x7f\xff\xf3\x0f\x3f\xf8\x90\xe7\x79\xa3\x85\xd1\ \x58\x3c\xee\x79\xde\xda\xea\xca\x76\x71\xab\xb8\xb5\x75\xf2\xe4\ \xc9\x57\x5e\x7e\x69\x30\x18\x08\x18\x87\x84\x3c\xf8\xd0\xc3\x6f\ \x9c\x3e\xd3\xeb\xf7\x1c\xc7\x19\x1b\x1b\x5b\x5d\x5d\xf5\x03\x3f\ \x0c\xa3\x17\x5f\x7c\xe9\x85\x17\x5e\xe0\x99\x5a\xb1\x58\x3c\x7a\ \xf4\xd5\x6b\xd7\xae\x55\x2b\x55\xd3\x34\x8b\x5b\x45\xcb\xb2\x04\ \x2c\x02\x00\x18\xa3\xfc\x12\x15\x45\xd1\xf7\xfd\xb5\xb5\xb5\x28\ \x8a\x3c\xcf\x33\x4d\xd3\x71\x9c\xbb\xee\xba\x4b\x92\xa4\xed\x52\ \x69\x6d\x6d\x2d\xf0\x7c\x46\xa9\xae\x6a\x83\xbe\x59\xab\xd6\x3a\ \xed\xf6\xf2\xd2\xcd\x74\x2a\xdd\xa8\x37\x24\xf9\x56\x1a\xc2\x13\ \x16\x5e\x3e\x73\x31\x30\xf7\x9e\xa0\x94\xfa\xbe\xaf\x28\x8a\x69\ \x9a\xbc\x91\xcd\x27\x70\xfb\xfd\x7e\xb5\x5a\xd5\xb4\x5b\x26\x31\ \x3c\x9d\x34\x0c\x23\x08\x02\x45\x51\xba\xdd\xee\xd0\xd0\x10\x9f\ \x3c\x19\x1f\x1f\x1f\x1e\x1d\xcd\xe5\x72\xa9\x74\xda\x76\x9c\x62\ \xb1\x38\x3d\x3d\x1d\x06\xc1\xbe\x7d\xfb\x74\x4d\xfb\xa7\x1c\x09\ \xbf\x87\x54\x91\x20\x24\xd8\xb6\xab\x69\xda\xdf\xfc\xcd\x7f\x0f\ \x43\xf2\x07\x7f\xf0\xfb\xb1\x58\x1c\x63\x71\xef\xde\x7d\x9b\x9b\ \x5b\x6b\x6b\x6b\x8b\x8b\x8b\xf1\x78\x7c\x69\x69\xe9\x1b\xdf\xf8\ \xc6\x2b\xaf\xbc\xc2\x0b\xf6\x7a\xbd\x2e\xcb\x72\x10\x44\xbe\xe7\ \xc9\xb2\x5c\xab\xd5\x0a\x85\x42\x14\x45\xcb\xcb\xcb\xe7\xcf\x9e\ \x3d\x76\xec\x58\x10\x04\x6b\x6b\x6b\x2b\x37\x97\x4f\x9e\x7c\x63\ \x7b\x6b\x0b\x32\xd0\x6a\x36\x37\xd6\xd6\x03\xd7\x03\x10\x41\x00\ \x48\x44\x10\x00\x10\x80\x6a\xb9\x14\x45\x61\x18\x85\x90\x52\xd3\ \xec\xf7\xfb\xbd\xa9\x99\xa9\x1d\x3b\x66\x03\xdf\x5b\x59\x59\x72\ \x6c\x5b\x92\x44\x12\x86\x94\x92\x5a\xb5\x12\x7a\xc1\x85\x73\x67\ \x1b\xf5\x3a\x00\xa0\xd7\xed\xcd\xcf\xef\x10\x30\xb6\x6d\x5b\x14\ \x25\xd7\x75\x19\xa5\xa2\x28\x3a\xae\x8b\x31\xd6\x75\x9d\xe7\xec\ \xeb\xeb\xeb\x61\x18\x96\xcb\xe5\x66\xb3\x39\x35\x3d\x95\x4c\x26\ \x29\x63\xeb\xeb\xeb\xbe\xe7\xcb\x92\x4c\x08\xe1\xa3\xd9\xb7\x65\ \x89\xfc\x64\xce\xce\xce\xf2\xc6\xf7\x5d\x77\xdd\xb5\x6f\xdf\x3e\ \x4a\x69\x32\x99\xfc\xce\x77\xbe\x63\xdb\xf6\xc7\x3f\xfe\xf1\x6c\ \x36\xbb\x7b\xf7\x6e\x4d\xd3\xff\x25\x75\xa2\xef\xc4\xbf\xac\x10\ \x04\xe1\xd4\xc9\xd7\x64\x45\xcc\x0d\xe5\xfe\xf6\x6f\xff\xfb\x83\ \xf7\x3f\x70\xf8\xbe\xc3\x27\x4e\x9c\x08\xfc\x28\x66\x24\x55\x55\ \xef\xf5\xcc\xb5\xe5\x9b\xaa\x2c\xd9\xb6\xbd\xb9\xb9\xc9\x0d\x5c\ \xfd\x20\xdc\x7f\xe0\xe0\xd8\xc4\x64\xb5\xd1\x8c\x27\x74\x43\x4b\ \x44\x81\xf7\xd8\xe3\x8f\x5f\xbe\xb4\xe8\x84\x4e\x3c\x1e\xbb\xff\ \xf0\xbd\xc7\x8f\x1f\x1f\x19\x1e\x1e\xca\x0d\xc9\x9a\x34\x3a\x32\ \x5c\x11\x62\x6a\x00\x00\x20\x00\x49\x44\x41\x54\x2a\xcb\x32\x8b\ \xc8\x50\x6e\xe8\xc8\x91\x23\xff\xe1\x57\x7f\x35\x0a\x43\x88\x90\ \x1f\xb8\x8a\x24\x7b\xbe\x5f\xaf\xd7\x6d\xdb\xee\x76\xbb\x73\x73\ \x73\x17\x2f\x5e\xe4\x32\x91\xb9\xb9\xb9\xf5\xf5\xf5\x87\x1e\x79\ \x24\x8c\x22\xcf\xf3\x12\x89\x44\x10\x86\x8a\xa2\xcc\xcc\xcc\x64\ \x32\x99\x9b\x37\x6f\xa6\xd3\xe9\x9b\x37\x96\x48\x48\x78\xb3\x9b\ \xb7\x2c\x21\x84\x84\x51\x5d\xd7\x79\xf3\x14\x63\x5c\x2a\x95\x44\ \x51\xcc\xe5\x72\xa6\x69\xe6\x72\xb9\x7e\xbf\x3f\x3c\x3c\x2c\x49\ \x12\xd7\xf1\x84\x41\x78\xdb\x1b\xc6\x34\x4d\x49\x94\xb9\xbc\x6e\ \x30\x18\xa4\xd3\x69\x51\x92\xfa\x83\x81\x22\xcb\x48\xc4\xb1\x44\ \xbc\x56\xaf\x7f\xea\x57\x7e\xf9\xa5\x97\x5e\x9a\x9b\x99\x35\x34\ \xbd\xd3\x6c\x21\x84\xc0\x5b\xd2\xe8\x10\x42\x57\xd7\xd6\xef\xda\ \xbf\xef\xc5\x17\x5f\xfe\xe2\x17\xbf\xf8\xd4\x53\x4f\x35\x9b\xed\ \x4a\xa5\xe2\xfb\x7e\x2a\x95\x92\x65\x19\x0b\xf8\xeb\x5f\xff\xfa\ \xf4\xf4\xf4\xe5\xcb\x97\x6b\xb5\x1a\xcf\xf5\x24\x49\x7a\xe4\x91\ \x47\x2c\xcb\x3a\x76\xec\xe8\xfb\xde\xff\x04\xa0\x6c\xff\xfe\xfd\ \xcf\x3d\xf7\x1c\x4f\xca\xd2\x99\x0c\x3f\xf0\x78\x22\x91\x48\x24\ \x73\x9e\x9f\xcf\x65\xa2\x28\x1a\x8b\x69\xad\x46\x33\x93\xce\x00\ \x12\x01\x80\xb0\x88\x49\x44\x18\x89\x64\x49\xda\xda\xdc\xf4\x5d\ \x4f\x96\xa4\x95\xe5\x65\xc7\xb2\x52\xf1\x44\xb3\xd9\x32\xcd\x81\ \xd9\xeb\xcf\xef\xde\x5d\xaf\x56\x86\x46\x86\xa3\xd0\x1f\x19\x1d\ \x6d\x54\x4a\x1f\xf8\xc0\x07\x6a\xa5\x72\xbd\x52\x59\xb9\xb9\x12\ \x10\xdf\xb1\xed\x4c\x26\xb3\xb9\xb5\xad\x28\x8a\xaa\xaa\x10\x09\ \x85\x42\xa1\xd6\x6c\x68\x9a\x66\x18\x46\xb9\x52\x96\x05\x71\xb4\ \x50\x28\x6d\x6f\x4f\x4f\x4f\xaf\xac\xac\x0c\x06\x83\x5d\xbb\x76\ \x41\x88\xa8\x00\xaa\xd5\x2a\x1f\x03\x25\x84\x0c\x0d\x0d\x75\xbb\ \xdd\x4a\xa5\x32\x31\x31\xb1\xb6\xb6\xc6\x9d\xc4\x38\xed\x38\x39\ \x39\x19\x45\x51\x2e\x97\x9b\x9b\x9b\x7b\xf7\xbb\xdf\xfd\x8d\x6f\ \x7c\x63\xef\xde\xbd\x99\x4c\xa6\x5a\xab\xde\xc9\x16\xef\xc4\x3b\ \x08\x8b\x6f\x9c\x3a\xf5\x57\x7f\xf1\xdf\xfe\xf3\x7f\xfa\x4f\x57\ \x2e\x5d\x4e\x26\x93\xff\xe5\xff\xf9\x2f\x27\x5f\x7f\xa3\xd9\x6c\ \xae\x6e\x6c\x0e\x6c\x17\x63\x9c\xcd\x66\x7f\xf8\xdf\x7c\x60\xe7\ \x8e\xb9\x74\x32\x79\xf0\xe0\x41\x28\x60\x88\x90\xaa\x69\x6f\x9c\ \x39\xd7\xef\x0f\x5e\x79\xf9\x98\xeb\x7a\xaf\xbf\xfe\xc6\xe8\xc8\ \x08\x00\xa0\x50\x28\x4c\x4f\x4f\x63\x2c\x4c\x4e\x4e\x32\xc6\x26\ \x27\x26\x13\x89\xa4\xef\xfb\xb5\x6a\x35\xf0\xfd\xcd\xcd\xcd\x28\ \x8a\x3c\xcf\xe5\x65\x6f\x18\x86\x03\x73\x20\x62\xac\xeb\x3a\x27\ \xa4\x54\x55\xe5\xa3\x2c\xb2\x2c\x97\x4a\xa5\xd1\xd1\x51\x04\x40\ \xbf\xd3\x11\x20\x74\x6d\x5b\x14\x84\x4e\xab\x75\xed\xca\x95\x17\ \x9e\x7f\x7e\x7d\x75\x75\x7b\x6b\xab\xd1\xa8\xfb\x9e\x1f\x8b\xc7\ \x45\x51\x14\x10\xe2\xa8\xcd\xd5\x76\x9e\xe7\xa9\xaa\x2a\x49\xd2\ \x81\x03\x07\x30\xc6\xbe\xef\xf3\xbe\x4a\x2a\x95\x0a\xc3\xf0\xf0\ \xe1\xc3\x1f\xfa\xd0\x87\xee\xb9\xe7\x1e\xdd\x30\x08\x21\xae\xeb\ \x72\x0c\x85\x10\x56\x2a\x95\x28\x8a\x76\xee\xdc\xd9\xed\x76\x11\ \xc6\x96\x63\xbf\xfc\xea\x91\x56\xb3\xa9\xaa\xaa\xa1\xeb\x81\xeb\ \xd1\x30\xda\xbd\x73\x17\x09\xc3\xbf\xfb\xd2\xd3\x1c\x5b\xdf\x42\ \x78\x9e\xfb\x5f\xff\xfc\x2f\x3e\xfb\x99\x3f\xfa\xc3\xcf\xfd\xf1\ \xc4\xf8\xd4\x91\x57\x8e\xfe\xed\x17\xbf\x44\x22\xe6\x7b\xe1\xcd\ \xa5\x15\x8c\x25\xdb\xb6\x77\xef\xde\xfd\xe4\x93\x4f\x1a\x86\x31\ \x39\x39\xb9\x6b\xd7\x2e\xcf\xf3\xe2\xf1\x78\xa5\x52\xb9\x72\xe5\ \x4a\x10\x04\x6b\xcb\x2b\xc5\xcd\x4d\xdb\xb6\x17\x16\x16\x5c\xd7\ \x1d\x19\x19\x89\x19\xc6\xcc\x8e\x1d\x94\x10\x12\x45\xaa\xa6\x69\ \x9a\xe6\xb9\x6e\xe8\x79\x9e\x65\xaf\xaf\xaf\x5b\x83\x01\x80\x88\ \x31\x40\xc2\xd0\xb5\x6d\xcf\xb1\xf2\xc3\x39\x46\x49\xa5\x5a\x0a\ \x43\x7f\xff\xde\x3d\x9d\x76\xab\x5c\xde\x56\x65\xdc\x6a\x54\xb3\ \x99\x8c\xeb\xb8\x82\x00\x3d\x6b\x00\x29\x25\xbe\xb7\xba\xb2\xfa\ \xb9\xcf\x7d\xf6\xb5\xd7\x4e\x40\x00\xd7\x37\x56\xae\x5c\xb9\x62\ \xc4\x62\x94\x52\x41\xc0\x83\xc1\x80\x4b\xdf\x01\x03\xae\xeb\x06\ \x41\x50\x28\x14\xf6\xef\xdb\x7f\xf8\xf0\x61\xce\xd8\x96\x4a\xa5\ \x91\x91\x11\x4d\xd3\x92\xc9\xe4\x4f\xfc\xe4\x4f\x7c\xf8\xc3\x1f\ \xde\xbd\x67\x0f\x00\xc0\xb2\x2c\x6e\x05\xc2\x79\x8f\x1b\x37\x6e\ \xdc\x7d\xf7\xdd\x5c\x50\xc5\x18\x7b\xed\xb5\xd7\xbe\xfc\xe5\x2f\ \x03\x00\x92\xc9\x24\x63\xcc\x34\xcd\xe9\xe9\xe9\xd9\xd9\xd9\x93\ \x27\x4f\xbe\xf1\xc6\xa9\x3b\xd9\xe2\x9d\x78\x07\x03\x03\xb0\xbc\ \x7c\x93\x51\x4a\x09\xb9\x7e\xed\xba\x6d\xd9\x23\x23\xa3\xed\x76\ \x9b\x52\x90\xce\x64\xb6\x7a\xdd\x9b\x4b\xd7\xbf\xf1\xec\xb3\x77\ \x1d\x38\xf0\x33\x3f\xf3\x6f\x4f\xbe\xf1\x06\x00\x80\x52\xb6\x63\ \xc7\xfc\x85\x8b\x97\x5e\x7e\xe5\x95\x9f\xf8\xf1\x1f\xfd\xfa\xb3\ \x5f\xcf\x24\x53\xe5\x72\x39\x8c\xc2\x52\xa9\x94\xc9\x64\xf2\xf9\ \xe1\x28\x8a\x5a\xad\xd6\xa9\x53\xa7\xc6\xa7\xc7\x53\xc9\x64\xb5\ \x5a\x6d\x37\x9a\x5b\x5b\x5b\xd3\xd3\xd3\xe8\xd6\xf8\x0e\x83\x10\ \x6e\x15\x37\x75\x45\x6d\x36\x9b\xaf\xbf\xfe\x3a\x63\x6c\xdf\xbe\ \x7d\xcd\x66\x93\xcf\xc0\xaa\xaa\x5a\x2c\x16\x09\x21\x89\x44\x22\ \x8a\xa2\xf9\xf9\x79\x28\x08\xbc\xe0\x95\x65\x39\x08\x82\x62\xb1\ \x38\x3a\x32\x0a\x28\xd8\x28\x16\xb1\x20\xe4\xf2\xb9\x5a\xa3\x11\ \x45\x91\x2c\x2b\xb2\x2c\x73\xb7\x9e\x7c\x3e\x1f\x04\x81\xe3\x38\ \x33\x33\x33\xad\x56\x6b\x30\x18\x50\x4a\x47\x47\x47\x73\xb9\xdc\ \xcd\x9b\x37\x21\x42\x13\x13\xe3\xe5\x4a\xd9\xf3\x3c\x4d\xd3\xf6\ \xec\xd9\x73\xe3\xfa\xd2\xc4\xc4\xc4\xd4\xd4\x54\x18\xf2\x06\x2b\ \x62\x00\xf4\x4d\xb3\x54\x2e\xbf\xf7\xb1\xc7\x8e\x1d\x3f\xf6\xfc\ \xf3\xcf\x6f\x6f\x6f\xb7\xdb\x6d\xc7\x71\x36\x36\x37\x90\xf0\x16\ \xf3\x12\xc6\x40\xb5\x5a\x5d\x5b\x5b\x5b\x5a\x5a\x3a\x78\xf0\xe0\ \x0b\x2f\xbc\xb0\x6f\xdf\xbe\xe7\x9e\x7b\x2e\x93\xc9\x24\x93\xc9\ \xa9\xc9\xa9\x8d\xf5\xd5\xa7\x9f\x7e\x7a\x78\x78\xf8\x13\x9f\xf8\ \xc4\x60\x30\xf8\xcc\x67\x3e\x93\xc9\x64\x34\x4d\x9b\x9e\x9e\x7e\ \xea\xa9\xa7\x32\x99\x0c\x46\x60\x61\x61\xa1\x5e\xab\xd5\x6a\x35\ \xcf\xf3\x3a\x9d\x4e\x26\x9b\xad\xd7\x6a\x0c\x00\x08\xe1\xc6\xfa\ \xfa\xf8\xf8\x84\x63\x9b\xed\x5a\x3d\x8c\xfc\x66\xa3\x11\x33\x0c\ \x10\x85\x10\x60\x08\x20\xc6\xb8\xbc\x5d\x2a\x15\x37\x3b\xed\xee\ \xb1\xa3\x47\xf7\xed\xd9\xd7\xef\xf5\x30\xc6\xed\x56\x8b\x84\xe1\ \xc4\xc4\xc4\xd5\xab\x97\x5b\xfd\x5e\x2a\x95\x1c\x1d\x1b\x9d\x98\ \x9e\xf6\x7d\xaf\x30\x32\x72\x60\xff\x5d\x96\x69\xbe\xf0\xed\x17\ \x64\x51\xdc\xbf\x7f\x7f\xbb\xd7\xad\x56\x6b\x93\x93\x93\xed\x76\ \x7b\xbb\x54\xe2\x86\x6c\xf1\x44\x9c\x0f\x32\x09\x82\xd0\x6e\xb7\ \x03\xdf\x7f\xd7\xa3\x8f\x5e\x38\x7f\x81\xa7\xe7\xb3\xb3\xb3\x92\ \x24\x9d\x38\xf6\xfa\xfc\x8e\x1d\xd5\x6a\x75\x7d\x7d\x9d\x10\x92\ \xc9\x64\xf6\xef\xdf\x4f\x08\x39\x70\xe0\x80\xa2\x28\xa9\x54\x0a\ \x21\x04\x29\xe5\x2c\xc7\xe6\xe6\xe6\xdc\xdc\x5c\xbb\xdd\xfe\xfc\ \xe7\x3f\x9f\x48\x24\xce\x9d\x3b\x67\x9a\xe6\x03\x0f\xde\x7f\x07\ \x16\xef\xc4\x3b\xd7\x73\x81\x83\x81\x99\x8c\x19\xd5\x5a\x6d\x28\ \x3b\x5c\xaf\x56\xa3\x88\x78\xae\x17\x44\x14\x63\x2c\x4a\xb2\x20\ \x88\x80\x85\x57\xaf\x5e\x6e\xb6\x9a\x85\xc2\xd8\xca\xda\xba\x28\ \x8a\xa2\x24\x5f\xbf\xb1\xf4\xca\x2b\xaf\xfc\xe8\x8f\xfd\xf8\x7d\ \xf7\xde\x77\xf3\xfa\xd5\xe9\xa9\xe9\xfc\xc8\x10\x89\x48\x3a\x9d\ \x6e\x34\x1a\xb5\x6a\xd9\xb2\x2c\x8c\xc5\xe9\x99\xe9\xae\xd9\xe5\ \x2a\xeb\xc8\x0f\xf8\xb2\x8e\xd5\xd5\xd5\x6c\x3e\x2f\x60\x3c\x70\ \xac\x6e\xb7\x2b\x0f\x89\xdc\xb9\xb6\xd5\x6a\x2d\x2e\x2e\xf2\x62\ \xd6\xb6\xed\xd1\xd1\x51\xdb\xb6\x6b\xb5\xda\xc6\xc6\xc6\xea\xea\ \x6a\xbb\xdd\x9e\x9d\x9b\xab\xd7\xeb\x8d\x46\x63\x64\x64\x84\x4f\ \xd1\x8e\x8d\x8f\x97\xb7\xcb\xaa\xa2\x70\x13\xa0\x74\x3a\xdd\xeb\ \xf5\x34\x4d\x8b\xc7\xe3\x3c\xfb\x0b\xc3\x70\x30\x18\xf0\xd6\xb3\ \xe7\x79\xb6\x6d\x73\xd3\xc6\x7e\xbf\xaf\xeb\x7a\xb3\xd5\x12\xb1\ \xa8\xeb\x3a\x17\x09\xc5\xe3\x71\xde\x5d\x55\x14\x45\x96\x61\x32\ \x99\x8c\x22\x02\x31\xfa\xf0\x8f\xfd\xe8\xe2\xe2\xe2\xd5\xeb\xd7\ \xcc\xc1\x20\x95\x4c\x85\x61\xb8\xb1\xb1\xe1\x38\x0e\x82\x10\xbc\ \xd5\x71\x03\xc6\x18\x84\xc8\xf3\xbc\xf1\xf1\x71\x5d\xd7\x5b\xad\ \xd6\xc9\x93\x27\x13\x89\x84\xeb\xba\xb7\x66\x72\x28\xad\x56\xab\ \x47\x8e\x1c\x11\x45\x51\x51\x94\x4a\xa5\xd2\x6e\xb7\x31\xc6\xcf\ \x3c\xf3\x0c\x21\xe4\x67\x7f\xf6\x67\xeb\xd5\xf2\xc5\x8b\x17\x9f\ \x78\xdf\xfb\x2e\x5c\xbc\xc8\x9b\xda\x1b\xeb\xeb\xb1\x58\x8c\x31\ \xd6\x68\x34\xc6\xc7\x26\x3c\xc7\xf5\x5c\x17\x8b\xa2\x63\x0f\x74\ \x5d\xb7\x2c\xab\xdd\x68\xa5\xf3\x23\xb6\x69\x46\x11\xa9\x57\xaa\ \x87\xee\x59\xb0\xac\x2b\x9a\xaa\x5d\xbf\x76\x4d\xd7\xf5\x76\xbb\ \x1d\x06\x81\x65\x59\xd7\xaf\x5f\x9f\x98\x9e\xde\x5c\x5b\xbb\x19\ \x85\xbb\xf6\xec\xa4\x94\xf8\xbe\xff\xda\x6b\x27\x06\xdd\xfe\xde\ \x5d\x3b\x3b\xcd\x86\x84\x84\xb9\xf9\xf9\xab\x37\xae\xa7\xd3\x29\ \x4e\x5f\xc4\x62\xb1\x4c\x26\x2d\x62\x69\xab\xbc\x6d\xdb\xf6\xcc\ \xcc\x4c\xb5\x5a\xad\x95\x2b\xa2\x28\x96\xca\xe5\xc1\x60\x60\xdb\ \xf6\xd4\xd4\x54\xa7\xd3\x09\xc3\x50\xd7\xf4\x20\x08\xf8\xa3\x2c\ \xcb\x52\x14\x25\x99\x4c\x1e\x3f\x7e\xfc\xa1\x87\x1e\xe2\x89\xa1\ \x28\x8a\x41\x14\x8d\x8d\x8d\xfd\xe4\x4f\xfe\xe4\x9f\xfe\xe9\x9f\ \x3e\xf6\xd8\x63\x2f\xbf\xfc\xf2\xf4\xf4\xf4\xf1\xe3\xc7\x87\x86\ \x86\xce\x9f\x3f\xff\xde\xc7\xde\x7b\x07\x16\xef\xc4\x3b\x18\x08\ \xa2\x4a\xb9\x8a\xb1\x20\x40\x28\x89\xa2\x28\x4a\x18\x8b\x08\x43\ \x01\x61\x0a\x00\x04\x80\x30\x2a\x08\x82\x65\x59\xd7\xae\x5d\xeb\ \xf6\x4d\x46\x41\xab\xd5\x7c\xee\xb9\x6f\x0e\x65\x87\x5e\x7d\xf5\ \xd5\x33\xaf\xbf\xbe\x6b\x7e\x76\xf1\xe2\xc5\x1f\xfb\xf1\x1f\xe5\ \xa2\x0d\xc3\x30\xa6\x26\xc7\xbe\xf5\xad\x6f\x6d\xd6\x36\xbf\xfc\ \x77\x7f\xf7\xd0\xbb\x1e\xd6\x35\x2d\x9d\x4a\x5f\xbb\x72\xa5\xd1\ \x6c\xe4\xf3\xf9\xf3\xe7\xcf\x0f\x0d\x0f\x4b\xb2\xa4\x68\x5a\xbb\ \xdd\xbe\x70\xf6\x9c\x88\xb1\x24\x49\xdd\x6e\xd7\x71\x1c\x51\xc4\ \x9e\xe7\x13\x42\x2a\x95\x8a\x20\x08\xc9\x78\xc2\x73\x5c\x45\x92\ \x2f\x5f\x5a\x2c\x15\xb7\x75\x5d\xd7\x55\x2d\x11\x8b\x5f\x6d\x5d\ \xf1\x1c\xb7\x5a\x2a\x9b\xa6\x19\x86\xa1\xaa\xa8\x8e\xeb\xc8\x9a\ \xca\x67\x57\x00\x00\x94\x31\x59\x56\x6c\xdb\x9e\x9e\x9e\x2e\x16\ \x8b\x96\x65\xe5\x72\xb9\x5a\xad\xc6\x5b\x31\xcd\x66\x53\x55\xd5\ \xb9\xb9\xb9\x73\x17\x2e\xb8\xae\x6b\xdb\x36\x00\x20\x91\x48\xc4\ \xe2\xb1\x43\xf7\x1c\xea\xf7\xfa\xfd\xbe\xb9\x5d\xda\x16\x31\x8e\ \x18\x99\x1c\x9f\x48\x25\x92\x5f\xfb\xfa\xd7\x5a\xad\x16\xa0\xd4\ \x75\xdc\x5e\xb7\x27\x49\x12\x78\x1b\x23\x58\x8c\x31\xee\xb6\x3d\ \xbf\x63\x47\xcc\x88\xf5\xfb\x26\x42\xa8\xd9\x6c\x8f\x8c\x8e\x58\ \x03\x8b\x37\xfd\x09\x21\xb5\x5a\x8d\x53\x9f\xf5\x7a\x5d\x92\xa4\ \x6b\xd7\xae\x66\x32\x99\xc9\xc9\xc9\xcf\x7f\xfe\xf3\x85\x91\x7c\ \xa5\x52\x49\x24\x93\xbd\x5e\x17\x42\x30\x18\x98\xa3\xa3\x23\xad\ \x56\x5b\x10\x84\x4b\x8b\x97\x4c\x73\xb0\x7b\xe7\xee\x54\x2a\xdd\ \x70\x2b\x5b\x5b\x5b\x51\x14\xad\xac\xac\x26\x9a\xad\x31\xc7\xad\ \xd6\x9a\x13\x13\x13\xa5\x72\xb1\xd3\x6e\x56\xab\x55\xc6\x68\xb5\ \x5a\x19\x1b\x1f\x8b\xa2\x90\x50\xe2\xba\x8e\xa1\x1b\x8e\x65\xab\ \x71\xa3\xd1\x6e\x36\x1b\x8d\x4e\xa7\x93\xcd\x66\xe7\x66\xe7\x4a\ \xc5\x4d\xd7\x75\xaa\xd5\x6a\x42\x37\x96\x96\x96\x2e\x5f\xbe\x92\ \xc9\x64\x08\x21\x86\x61\x48\x8a\x52\x2c\x16\x13\xb1\x14\xc7\xdf\ \x6c\x36\xbb\x63\xc7\x9c\x2a\x49\x1b\xeb\x1b\x22\xc6\x51\x14\x71\ \x3d\x66\x2e\x97\xab\x56\xab\x85\xd1\x42\xbd\xd5\xe2\x5a\x4b\x41\ \x10\x6c\xdb\xce\xe5\x72\x18\xe3\xf9\xf9\xf9\xd7\x5e\x7b\xcd\x75\ \x1d\xdb\xb6\x10\x16\x25\x49\x3a\x78\xf0\xe0\xc7\x3e\xf6\xb1\x3f\ \xfe\xe3\x3f\x69\x77\xda\xa2\x28\x32\x46\xd7\xd7\xd6\xee\xbd\xe7\ \x50\x10\xf8\x77\x60\xf1\x4e\xbc\x83\x11\x38\x81\xc0\x84\x54\x3c\ \xad\x8a\x0a\xa4\x81\x17\x44\xfd\x81\x19\x45\x4c\x40\x88\x41\x20\ \x62\x81\x46\x90\xbb\xf6\xa7\xd3\x49\xdb\xb6\x3d\xcf\x57\x25\xb1\ \xdf\x6d\xf9\xce\x00\x63\xb9\x0d\xa2\xad\xd5\x25\x84\xd0\x95\xcb\ \x97\xb8\x98\xa3\x56\xab\x65\x32\x99\x88\x30\x55\x33\xf2\xa3\x23\ \x2c\x62\xbd\x4e\xbf\x59\x6f\x2d\x5e\xb9\x76\x73\x75\x7d\x76\x76\ \xbe\xd6\x6a\x2f\xaf\x6d\x00\x00\x82\x20\xc8\xe7\xf3\xab\xab\x6b\ \xfc\x9d\x14\xc6\x27\x4d\xd3\xec\x74\x3a\xba\xae\xbb\x7e\x88\xbd\ \xc0\x76\xfd\x95\xb5\x55\x5d\xd7\xcb\xd5\x0a\x00\x00\x21\x34\x3b\ \x3b\x6b\x59\xd6\x85\x4b\x17\xb9\xcb\x43\xb1\xbc\x4d\x18\x03\x08\ \x04\x34\x90\x54\xc9\xf7\x5d\xc7\xb1\xc4\x50\xc4\x08\x2a\x92\xd8\ \xef\xb4\xa3\xb8\xf1\xea\xab\xaf\x8c\x8c\x8c\x0c\x0f\x0f\xdb\xb6\ \xcb\x85\x8a\xb3\x33\x3b\x0a\x85\xc2\xf9\x0b\xe7\xcb\xdb\x95\x89\ \xb1\xb1\x41\xbf\x7f\xd5\xb2\x01\x00\x0f\x3f\x70\xff\xb3\xcf\x7c\ \x95\x86\xc1\xc4\x58\x21\x1a\xce\x5f\x59\xbc\x38\x30\xfb\xe3\x13\ \x85\x37\x4e\x9e\xf0\xfd\xd0\xec\x76\x23\xdf\x6b\xb7\x9b\x2c\xa4\ \x8a\x24\x4a\x12\x0e\xc2\x80\xbd\x0d\x58\x6c\x34\x2a\x31\x45\x1c\ \xcf\xc5\x35\x14\x1a\x92\xd0\xb1\xbc\x6a\xa3\x5b\x6d\xf6\x24\x41\ \x10\x18\xf1\xfd\x00\x20\x8a\x25\x41\x93\x54\x42\x18\x83\x80\x30\ \x3a\xb0\xdc\x6a\xad\x51\x2a\x57\x55\x45\x59\x59\xba\xe9\xd8\x83\ \xcd\xf5\xf5\x4e\xb7\x09\x58\x84\x20\x93\x44\x48\xa3\x30\x0a\xc2\ \xd9\xa9\x39\x40\xc8\x50\x3a\x51\x29\x97\x2b\x95\xca\x0b\xdf\x7e\ \x31\x22\x74\x60\x39\x67\xcf\x5d\x48\xa7\xd3\x00\xa1\x5a\xa5\x54\ \xdc\xdc\x06\x00\x98\x66\x3f\x95\x4a\xed\xdd\x7f\x60\x69\x69\x09\ \x21\xd0\xee\xf5\x62\x7a\x4c\x8f\xe1\xeb\x37\xaf\x1b\x86\x81\x10\ \xba\xb2\xb8\x68\xf6\xbb\x7b\x76\xef\x96\x25\xa9\x51\x6f\xd4\x2b\ \x55\xdf\xf3\x02\xdf\x6f\xf5\x4d\x55\xd5\x5d\xc7\x4f\xa4\x54\x84\ \x84\x5e\xb7\xd9\xed\x76\x75\x5d\x4f\x67\x92\xcd\x66\xb3\xd5\x6e\ \xd4\xcb\xdb\xab\xab\xab\x3f\xfc\xc3\x3f\x3c\x39\x39\x79\x73\x79\ \xa9\xd9\x6e\x0c\xe5\x87\x16\x16\x16\x2c\xcb\xba\x7a\xf5\x2a\x0d\ \xa3\x47\x1e\x79\xe4\xec\xd9\xb3\xb6\x6d\xef\xde\xbd\x2b\x16\xd3\ \xf7\xed\xdb\x63\x9a\xbd\x27\x9e\x78\xec\xda\xb5\x2b\x9a\x26\xf7\ \x2d\x67\x68\x68\xe8\xc5\x17\x5f\xbc\x74\xe9\x92\xd9\x6b\xc7\x34\ \x65\x73\x6d\x15\x02\x92\x49\xc6\x03\xcf\xc6\xdf\xcd\x14\xfd\x0e\ \x2c\xde\x89\xb7\xdb\x75\xc1\x82\xc0\x08\xf3\x3c\x3f\x8c\xa8\x00\ \xa1\xae\xa8\xae\x1f\x12\x42\xb0\x80\xa3\x28\x60\x94\xdd\xf2\x73\ \x0e\xc3\x28\x8a\x20\x84\x8a\xa2\x48\x58\x60\x84\x51\x21\x14\x05\ \x01\x49\x52\x10\x04\xdc\x89\x0b\x63\xfc\x67\x7f\xf6\x67\xaa\xaa\ \x76\xbb\xdd\x54\x2a\x05\x98\xb0\xb8\x78\x69\xd7\xae\xdd\x5c\x79\ \x67\xdb\x76\xab\xdb\x79\xf4\xd1\x47\xbf\xfd\xed\x6f\x23\x84\xc2\ \x30\x5c\x59\x59\x49\x26\x93\xaa\xaa\xf6\xfb\xfd\x5e\xaf\xc7\x8b\ \xc1\xe1\xe1\xe1\xcd\xcd\x4d\x8c\xb1\x24\x49\x9e\x63\x11\x42\x3c\ \xcf\xd3\x75\x7d\xff\xfe\xfd\xeb\xeb\xeb\xdd\x6e\x97\x0f\xf3\x89\ \xa2\xa8\x6a\x9a\xed\x38\xdc\x14\x87\xb7\x59\x30\xc6\x7c\xa1\x2b\ \x82\xb0\xd5\x6e\x69\x31\x9d\xbb\x0a\x46\x51\x64\x9a\xa6\x69\x9a\ \x96\x65\x71\xc5\x38\x25\x34\x0c\xc3\xbd\xfb\xf7\x96\x4a\x25\x08\ \xa1\x2c\xcb\xf5\x7a\x7d\x7a\x7a\xba\xdf\xef\x2d\x2d\xdd\xb0\x2c\ \xab\xd9\xac\x69\x8a\xd4\x6d\xb5\x5f\x3b\x76\x9c\x0f\x63\xe8\x8a\ \x22\x08\x02\x10\x01\x9f\x05\x0e\xc3\xe0\x6d\xb0\x17\x00\x41\x14\ \x37\x0c\xd7\xb6\x7c\xd7\x0b\x83\x50\xd3\x12\x8a\x16\x60\x51\xf5\ \xac\x1e\xa4\xb7\xe4\x4b\xbe\xef\x33\x46\x07\x83\x5b\x66\x36\x23\ \xc3\x05\x42\x08\x42\x02\x42\x08\x44\x2c\x16\x8b\x37\x9b\x0d\x73\ \xd0\x83\x10\x5c\xb9\xb2\xf8\x0b\xbf\xf0\x0b\x3b\x77\xee\xe2\x6e\ \xb5\xc9\x98\xb1\x78\xe9\x52\x3e\x9f\x8f\xc7\xe3\x89\x44\x62\x6d\ \x6d\x7d\x6c\x6c\x2c\x9f\xcf\x9f\x3e\x7d\x5a\x10\x84\xe3\x47\x8f\ \x12\x42\x30\x16\x63\x31\xe3\xca\x95\x6b\x9c\xec\x4d\xa7\xd3\xe9\ \x74\x36\x8a\xa2\x88\x12\xc3\x30\x5c\xdf\xd6\x75\xbd\x59\xab\xdf\ \x7f\xf8\x7e\x49\x14\x37\x37\x37\xcd\x6e\xcf\xf3\xbc\x20\x08\x92\ \xc9\x64\xa7\x37\xd0\x34\x8d\x52\xca\xc7\x7e\x14\x55\x55\x14\x05\ \x21\x04\x11\xea\x74\xba\xd7\xae\x5e\x9d\x9d\x9c\x18\x19\xcd\x9b\ \x03\x73\x63\x63\x83\x31\xea\xfb\x61\xb1\xb8\xbd\xbc\xbc\xcc\xa9\ \x80\xdd\xbb\x77\x03\xe1\xd6\x16\x04\x3e\x17\xbf\x7b\xf7\xee\x52\ \xa9\x78\xf9\xf2\xa5\x93\x27\x5f\x37\x4d\x53\x56\xf4\x97\x5e\x7a\ \xe9\xf9\xe7\x9f\x8f\xa2\x48\x92\x24\x12\x46\xe9\x4c\xca\xf3\xdc\ \xb8\x6e\x18\xba\xf6\x5d\x8d\xf7\xee\xc0\xe2\x9d\x78\x5b\xf1\xa6\ \xeb\x14\x64\x94\x31\x46\x00\x80\xa2\x28\x46\x14\x60\x8c\xe3\x89\ \x84\xe3\x0c\x06\x3d\x9b\xb7\x77\x7d\xdf\x27\x84\x50\xca\xb8\x5e\ \xcf\x71\x6d\xe8\xa3\x48\x12\x0d\x55\xe5\x6b\x8b\x79\x0b\xd8\x75\ \x5d\x00\x80\xa2\x28\x83\xc1\xa0\x5a\xad\x98\xfd\xee\xfa\xfa\x46\ \x3c\x1e\xcf\x64\x32\x7c\x65\x07\x67\x12\xb9\x6f\x33\x84\x90\xd7\ \xb0\xd9\x6c\x96\x6f\x2b\xdd\xda\xda\xe2\x0a\x6d\x4a\x69\x44\x08\ \x37\xca\x9e\x9f\x9f\xef\xf5\x7a\x8e\xe3\x34\x1a\x8d\x6e\xb7\xcb\ \x65\xc0\x41\x10\x40\x84\x3c\xcf\xe3\x03\x67\x5c\xf5\xc6\xf7\xae\ \x20\x84\x78\xa3\x86\xdb\xfd\xc7\x62\xb1\x74\x3a\x2d\x08\xe2\xf6\ \xf6\x36\xc6\xb8\xdb\xed\x96\xcb\xe5\xe9\xe9\x99\x6a\xb5\x72\xf6\ \xec\xd9\xb5\xb5\xb5\x7e\xbf\x1f\x8f\xc7\x5f\x7d\xf5\xd5\x8d\x8d\ \x0d\x6e\x38\x86\x10\x0a\x82\x90\x77\xcc\x39\xce\xf2\x95\x06\xfc\ \xc9\x1d\xc7\xe1\x56\xde\x6f\x87\xd6\x25\x04\xc7\x62\x43\x94\xe2\ \x30\xa0\x7e\xc0\x82\x30\x52\xf5\x14\x63\x20\x95\xce\xa5\x74\x65\ \x65\xed\x72\x40\x82\xc1\x60\x90\x4a\xa5\x3a\x9d\x36\x37\xb8\x4e\ \xa7\xd3\xed\x76\x3b\x0c\x23\xc6\xe8\xee\xb9\x39\x4d\x93\x21\xa4\ \x7e\xe0\x72\x71\x52\x14\x45\xad\x56\x1b\x21\x54\xab\xd5\x48\x98\ \x3e\x71\xfc\x68\xa1\x50\xc8\x66\xb3\xba\xae\x73\xf9\x74\xa3\xd1\ \x30\x4d\x73\xcf\x9e\x3d\x7c\x6d\xa9\x28\x8a\x94\x92\xe9\xe9\x69\ \x45\x51\x16\x17\x17\x13\x89\x04\x42\x28\x0a\xc3\xf5\xf5\xf5\xe9\ \x99\x49\x59\x51\x14\x55\xe5\xca\xc1\x6e\xb7\x5b\x2a\x95\x22\x3f\ \xe0\xc6\x42\x18\x8b\xa2\x28\xf2\x8f\x4f\xd5\x35\xd7\x75\x79\xef\ \x18\x41\x98\xcf\xe5\xcc\xbe\x89\x04\x44\x08\x19\x1f\x1f\x9f\x98\ \x98\xa0\x84\x4e\x4f\x4f\x1d\x39\x72\x74\x78\x78\xf4\xf4\xe9\xd3\ \xf7\xdc\x73\x4f\x26\x93\x79\xed\xd4\x29\x0a\x41\xbb\xdd\x06\x00\ \xf4\xfb\xfd\x93\x27\x4f\x12\x42\xae\x5c\xb9\xa4\x69\xba\x69\xf6\ \xe3\xf1\xb8\x69\x7b\x9c\x0c\xd1\x75\x5d\xc2\x30\xf4\xc3\x6c\x26\ \x5b\xdc\xde\x02\x00\x40\x84\xbe\xab\x8a\xfe\x0e\x2c\xde\x89\xb7\ \xd3\x71\xb9\x65\x83\x28\x8a\xb2\x20\x20\xe2\xd1\x30\x8c\x20\x44\ \x58\x42\xb2\xa8\x26\x12\x09\x55\x11\xad\x7e\x93\x17\xb0\xdc\x61\ \x21\x0c\x43\x2c\x8a\x8a\xa2\x20\x88\x21\x46\x9a\x24\x8a\x82\xf0\ \x0f\xb6\xd1\x33\x55\x55\x93\xc9\xa4\x65\x59\x83\xc1\x60\x69\x69\ \x29\xf4\xdd\x44\x32\xc9\x73\x31\xcf\xf3\xb8\x5c\x83\x73\xf0\x7c\ \xeb\x08\xf7\x85\x0e\x82\x80\x4b\xf6\xc6\xc7\xc7\xb9\xb0\x46\x92\ \x24\x4a\x69\x2a\x95\x1a\x1e\x1e\xee\x76\xbb\x61\x18\x16\x8b\x45\ \xcf\xf3\xf8\x50\x04\x5f\x45\xc2\x6d\x6e\x01\x00\xfc\x12\xe2\xb8\ \x7c\x7b\xb0\x2f\x0c\x43\xd7\x75\x21\x84\xdd\x6e\x57\x92\x24\x41\ \x10\x53\xa9\x54\xa9\x54\x1a\x19\x2e\x38\x8e\x73\xee\xdc\xd9\x5c\ \x3e\x27\x4a\xa2\xaa\xaa\x5c\xee\x77\xe5\xca\x15\x51\x14\x6f\x4d\ \x89\x88\x22\xcf\x40\xb9\x67\x81\x20\x08\x5c\x63\x7c\x3b\x78\x8a\ \x0a\xdf\xba\x0d\x2d\xf0\xfd\x08\x20\x6c\xc4\x53\x94\x52\x97\xda\ \xdd\xbe\x6b\x24\x87\xc2\x20\x9c\x99\x1c\x9f\x2a\xe4\xca\xb5\xd5\ \xa0\x6f\x75\xbb\xdd\x42\xa1\xe0\xba\x1e\xb7\xb9\x4e\xa7\xd3\xb7\ \xb6\xb3\xf8\x7e\x3c\x9e\xe8\x76\x9b\x31\x43\x07\x00\x70\xc9\x3a\ \xcf\xfe\x34\x55\xdb\xd8\xd8\xe8\xb6\x5b\x03\xdb\x92\x15\xa5\xd3\ \xed\x96\x2b\x15\x73\x30\x20\x94\xba\x9e\x27\x2b\xca\xa5\xc5\x45\ \xd7\x75\x83\x30\x04\x10\x86\x51\x64\xd9\xb6\x1f\x04\xbb\x76\xef\ \x2e\x14\x0a\x8e\xeb\xce\xcd\xcf\x9f\x3f\x7f\x3e\x22\xd1\x03\x0f\ \x3c\x70\xf1\xe2\xc5\x78\x0c\xd7\xea\x8d\x28\x8c\x5c\xd7\x97\x64\ \x19\x23\x2c\xcb\x24\x0c\x23\xdb\xb5\x00\x00\x18\x63\xc7\x71\x20\ \x84\x9a\xaa\xa9\xaa\x6a\xd9\x36\x85\x20\x08\xfc\x81\xd9\x1b\xce\ \x64\x4c\xd3\x5c\xba\xb1\x74\xf0\xe0\x41\x84\x84\x42\xa1\xa0\x69\ \xaa\x61\x18\x37\x6e\xdc\x18\x1a\x1a\xda\xb9\x73\xe7\xd2\xca\x72\ \x32\x99\xe4\x9b\x1a\x83\x20\x10\x45\xd1\x30\x8c\x54\x2a\x8d\x10\ \xac\xd7\x1b\xa2\x28\x72\x31\xa9\xa6\x69\x24\xf4\x83\xc0\x36\x07\ \xa6\xef\xfb\x20\x06\xbe\x97\xbb\xd1\x1d\x58\xbc\x13\x6f\x87\xf8\ \x07\xa2\x88\x7d\xdf\x27\x24\xc4\x82\xc2\x00\xa1\x2c\xf2\xbc\x10\ \x08\x98\x51\xd6\x68\x06\x80\x45\x00\x02\x9e\x28\xf1\x55\x1b\x92\ \x24\xa9\x8a\x62\x18\x06\x8c\x09\x00\x41\xdf\xb1\xc1\x2d\xd3\x87\ \x80\x10\xc2\x73\x16\x3e\x9b\xcc\xb3\xc2\xa9\xc9\xb1\x6b\xd7\xae\ \x63\x8c\x13\x89\x04\x84\xb0\xdf\xef\xf3\xfa\xb7\xd1\x68\x28\x8a\ \x62\x59\x16\xb7\x6c\x88\xa2\x68\x66\x66\x06\x21\xd4\xeb\xf5\x38\ \x4a\x02\x00\x28\x21\xa2\x2a\xb7\x5a\xad\x72\xb9\xac\x28\x8a\x28\ \x8a\x7c\x12\x8e\xf7\x6a\x75\x5d\xf7\x3c\x0f\xbd\x39\x43\xc6\x53\ \x5a\x9e\x69\xf2\xb1\x6b\x41\x10\xaa\xd5\xea\xf8\xf8\x38\xef\x6f\ \xb6\xdb\xed\x4a\xa5\x92\x4c\x26\x27\x26\x26\x55\x55\x91\x65\xa5\ \xd9\x6c\xac\xaf\xaf\x73\x13\x72\xde\x0f\x6d\xb7\xdb\xfc\x18\x39\ \xd0\xf3\xdd\x09\x7c\x6e\x9a\x3f\x2d\x37\x64\x8d\xc7\xe3\x6f\xbe\ \xc9\xb7\x6c\xf3\xc6\x44\x45\x24\x8c\xf8\x81\x3b\x30\x07\xcd\x76\ \x9f\x0a\x6a\xa3\x59\x61\x8c\xd9\x4e\x7b\x7d\x0d\x06\x41\x40\x29\ \x6b\x34\x1a\xb2\x2c\x5b\x96\xc5\x6f\x1e\xb2\xac\x4c\x4d\x0d\x33\ \xc6\x02\xdf\xb7\xfa\x7d\x41\x10\xfc\xc0\xe7\x98\x62\x9a\x66\x36\ \x3b\x94\xcf\xe5\x1d\xd7\x81\x10\xee\xde\xbd\x7b\xbb\xb8\x59\x2c\ \x16\x27\x26\x26\x24\x49\x32\x4d\x73\x7b\x7b\xbb\x5a\xad\x76\xbb\ \x5d\x8e\xb0\xdc\xe5\x61\x30\x18\x0c\x0d\x0d\x8d\x8f\x8f\xc7\xe3\ \xf1\x73\xe7\xce\x85\x61\x58\xad\x56\xe3\xf1\xb8\xa2\xaa\x67\xce\ \x9f\x0b\x82\xa0\xb7\xb2\x82\x31\xae\x55\xaa\x89\x44\x42\x55\x14\ \xd7\x75\x55\x2d\x1b\x45\x91\xa4\xa8\xfc\x26\xd4\xed\xf7\xf8\x46\ \x04\xfe\xe9\xf8\x51\x88\x31\x8e\x30\xde\x2e\x95\x86\x47\x86\x77\ \xec\x98\x5b\x5b\x5b\xdb\xda\xda\x6a\x36\x9b\x7b\xf6\xec\xdb\xbb\ \x77\xaf\xaa\xaa\x5c\x69\x70\xf3\xe6\x4d\xee\xb3\x19\x86\x11\xdf\ \x74\xa6\xaa\x5a\x10\x04\x0c\x00\x59\x96\x23\x16\xf0\x6f\x94\x61\ \x18\xa2\xaa\x84\x7e\x10\x04\xc1\xf0\xf0\xb0\xa1\x6a\xdd\x6e\xe7\ \xf6\x94\xfd\x0f\x12\x16\x19\x05\x10\x01\x46\x81\x92\x84\xd4\x66\ \x41\x04\xbe\xd7\x9b\x24\x13\x1e\xf9\xc8\xcf\xcd\x27\x82\x80\x08\ \x12\x0e\x8e\x9f\xbc\x3a\x07\x96\xbf\x79\xc5\x94\xf4\xd1\x7b\xe7\ \xb5\xd3\x4b\xe6\x0f\x7d\xf4\xc7\x86\x15\x28\x04\xc5\xbf\xfd\xab\ \xe7\x06\x48\x80\x77\x80\xea\x07\x91\x30\xf2\x02\x99\xef\x79\x93\ \x25\x99\x52\x16\x01\x08\x21\xf0\x7d\x0f\x0b\x08\x41\xe4\x07\x9e\ \xe3\x38\xfc\x6b\x4a\x29\xf3\x3c\xaf\xd7\xeb\x63\x2c\x12\x4a\x7c\ \xd7\x89\x69\x1a\xcf\x13\x39\x36\xc9\xb2\xcc\xc7\xe6\xf8\x3e\xac\ \x76\xbb\xc3\x95\xdb\xfc\x1a\x68\x34\x1a\x61\x18\xa6\x52\x29\x3e\ \x49\xa2\xaa\x2a\x07\x5c\x4d\xd3\xf8\xf6\xd1\xad\xad\x2d\x55\x55\ \x39\x04\x0b\x02\xe6\x8e\x0f\xdc\x31\x9f\xdb\x26\x72\x10\xe4\x69\ \x26\xa1\x94\x6f\x27\xe1\x83\x71\x9c\x85\xe4\x89\x1e\x00\x00\x0b\ \x02\xff\xa6\x76\x3a\x9d\x4c\x26\xc3\x1f\x6b\x18\x06\x5f\x61\xd8\ \x68\x34\xfb\xfd\x5e\xb3\xd1\xe4\x9a\x18\x6e\x3a\x8b\x31\x56\x55\ \xf5\x76\x4a\xc8\xd5\xda\xbc\x4e\xe7\xdb\x54\x82\x20\xe0\x1b\x14\ \x38\xcd\xfa\xd6\xaf\x29\xc0\x04\x81\x30\xe0\x75\xba\x35\xdf\xf7\ \x65\x45\x50\x12\x86\x13\x00\x4a\x09\x64\x21\x88\x7c\x59\x11\x2c\ \xfb\xd6\xfa\x04\x8e\xf2\xa9\x54\xb2\xd7\xed\xca\xb2\xe4\x38\xae\ \xe7\x3a\x2c\x0c\x63\x31\x8d\x10\xea\x79\x1e\xe7\x64\x15\x45\xee\ \xf5\x7b\xb2\x2c\x87\x61\xd8\x6c\x35\x1b\xcd\xa6\xe7\x79\x85\xf1\ \x31\x42\xa9\xac\x2a\x67\xce\x9d\xd5\x54\x8d\x41\x50\x6f\x36\xb8\ \x4e\xd3\x0f\x83\x28\x8a\x54\x4d\xc3\x92\x78\xe1\xd2\xc5\x6b\x37\ \xae\x27\x52\xc9\x6a\xad\x86\x05\xcc\x00\x5a\x5f\xdf\x50\x14\xd9\ \x77\xbd\xf1\xb1\x71\x01\x63\x2c\x8a\xae\xe7\x89\xa2\x48\x22\x4a\ \x09\xa5\x94\x05\x41\x80\x31\xe6\x0c\xa3\x1f\xf8\xb7\xfd\x38\x38\ \x6b\x9c\x18\x1e\x0e\x82\x60\x7d\x63\x23\x1e\x8b\xf3\xd1\xcc\x85\ \x85\x85\x52\xa9\xa4\x69\x9a\x6d\xdb\xe7\x2e\x2d\x2e\x2f\x2f\xfb\ \xbe\xaf\xeb\x7a\xb7\xdb\xe1\x77\x4d\x4e\x59\xf0\x84\x9d\x00\xc4\ \xa9\x18\x43\xd7\x49\x14\x50\x42\x3c\xcf\x4b\xa5\x92\x7c\x31\xe1\ \x77\xdd\xea\xf1\x8e\xc3\x22\xcb\x88\x0f\x1c\x24\xa7\xbe\x43\xd3\ \xf7\x48\x87\x1e\x10\x80\xcb\x4e\xff\x9d\x37\x70\xbf\x57\xfe\xe4\ \xd8\xd3\x9f\x3b\x39\xf5\xb3\x3f\x73\x78\xf9\xbf\x7e\xf9\x4c\xf6\ \xb1\x7f\xff\xc9\x64\xe5\x1b\x8b\x3d\x24\xe7\x0e\xed\xce\x9c\xde\ \x28\xcd\xfb\xcb\xbf\xf7\x97\x2f\x4b\x08\x0a\xc2\x1d\x4c\xfc\x41\ \x71\x8b\x8c\x4f\x77\x44\x51\x04\x11\x82\x08\x42\xc0\x30\x44\x18\ \x63\x49\x96\x35\x55\x71\xac\x2e\x00\xc0\xb2\x2c\x42\x28\xdf\x47\ \x2a\xcb\x32\x63\xd4\xf3\x3c\x41\xc4\xba\xa6\x29\x8a\xc2\x2b\x71\ \x3e\x46\x42\x08\xe1\xf2\x34\x00\x80\x65\xd9\xd6\xa0\xcf\x17\x5a\ \x69\x9a\xc6\x13\x3d\x3e\x04\x2d\xcb\xf2\xed\x75\x05\x9c\x38\x3b\ \x7b\xf6\x2c\x77\x94\x6a\xb7\xdb\xfc\xea\xea\x74\xda\x8c\x84\x7c\ \x97\x56\x36\x9b\xe5\x7d\x0f\x9e\xb2\x71\x60\xa2\x8c\x85\x51\xc4\ \x6b\xfc\x5b\x6c\xe3\x9b\x1b\x48\xf8\x41\x79\x81\x2f\x08\x02\x5f\ \xbc\xa9\xaa\xfa\xe6\xe6\x66\xbd\x5e\x3f\x7e\xfc\x98\x24\x49\x9e\ \xe7\xf7\xfb\x3d\x2c\x61\x9e\x0b\xf3\x87\xf0\xdf\x2d\xcb\xe2\x54\ \x29\x4f\x84\xf9\x53\xdd\xae\x9d\xb9\xfa\x92\x93\x8c\x6f\xfd\x6e\ \x04\x00\xc6\x91\x26\x63\x12\x3a\x80\x45\x08\x49\x86\x21\x11\xc7\ \x0b\xfc\x40\xc2\x50\x15\x44\x09\xc7\x3b\x9d\x36\x63\x6c\x79\x79\ \x99\x52\x2a\x8a\xe2\xf0\xf0\x08\x65\xac\x5e\xaf\x07\x41\x40\x09\ \x19\x1f\x19\x11\x04\xe0\xfb\xae\xef\xfb\x00\x30\x8c\xb1\x65\xd9\ \xe5\x72\x99\x10\x62\x9a\xe6\x1b\xa7\x4f\x27\x93\xf1\x54\x2a\x85\ \x45\x71\x62\x6a\xf2\xd5\x63\x47\xc7\xc6\xc7\x83\x20\x80\x02\x22\ \x94\xca\x9e\x17\x86\xe1\xbe\xfd\xfb\x35\x4d\x2b\x16\x8b\x57\xae\ \x5d\xb5\x2c\x2b\x08\xc3\x7a\xbd\x0e\x21\x74\x3c\x77\x6b\x6b\x8b\ \x2b\x3d\x93\xc9\xa4\xeb\x7b\x03\xcb\x12\x30\x0e\x3c\xdf\xd0\x0d\ \x12\x45\xfc\xc3\xe5\x8a\x45\x7e\x2f\x0c\x7c\x9f\x10\xc2\x28\x95\ \x64\x49\xd3\x34\xdf\xf7\xb8\x3d\x47\x10\x04\x3c\x43\xdc\xda\x2a\ \x3e\xfb\xec\xd7\x2d\xcb\x26\x84\xa4\x52\x29\xcf\xf5\x32\x99\x4c\ \xbf\xdf\x87\x10\x12\x42\x13\x09\x3d\x1e\x8f\x4b\x12\xee\xf7\xfb\ \x00\x02\x45\x51\x22\x0a\x39\x37\xe2\x07\x41\xe0\xd9\x48\x10\x08\ \x21\xad\x56\xcb\x50\x35\x42\x22\xf8\xff\x87\x4e\x34\x8b\x40\x10\ \xc0\xf1\x3d\xf0\xd8\x9f\x38\xe2\x8c\x54\xc8\xc3\xfe\x06\x43\xdf\ \x1b\x8c\x21\xde\x14\x44\x08\xfd\x63\x67\x3a\x06\x52\x0b\xff\xdb\ \xff\x99\xdc\x1d\xac\x1f\xff\xeb\x6f\x5f\xb9\x03\x8c\x3f\x90\x40\ \x02\x13\x04\x2c\xc9\x98\x44\x18\x20\xc0\x1d\xea\x11\xc6\x84\x30\ \x06\x00\x84\x4c\x92\xa4\xc0\xf7\x79\xbf\x45\x94\x14\x9e\x34\x41\ \x08\x3d\xd7\xc5\x54\xd4\xe2\x31\x55\x51\x78\xe7\x84\xd7\xad\x00\ \x00\xd7\x75\x79\xa5\x9c\x48\xc4\x6d\xcb\x84\x10\xb6\x5a\xad\x46\ \xa3\xc1\xa7\x56\xf8\x4a\x10\xde\xc7\xe0\x1b\x3f\xb8\xa7\x83\x69\ \x9a\x9e\xe7\xf1\xee\xe4\x6d\xb1\xde\x50\x26\xc5\xcb\xd5\x76\xbb\ \xcd\xcb\x64\xee\xad\xcd\xfb\x9e\x18\x21\x01\x63\xee\x2d\xc6\xa9\ \xae\xf0\xcd\x76\x39\xc7\x68\xcf\xf3\x78\xc5\xdd\x6a\xb5\x24\xc9\ \x52\x14\xa5\xd5\x6a\x91\x88\x65\xb3\x59\x42\x48\x3a\x9d\x76\x3c\ \x87\xff\x4f\x5e\x80\x73\xec\xbb\x0d\x82\xfc\xef\x6f\x6f\x8e\xe7\ \xec\x2a\x87\x5d\x59\x96\xd5\xb7\x61\x15\x01\x18\x13\x18\x30\x54\ \x19\x01\x81\xd0\xc8\x09\x01\x86\x44\x96\x84\x78\x2c\x09\x22\xd7\ \x10\xb1\x84\xe5\x20\x08\x24\x49\xea\x74\x3a\xfc\xb8\x0c\xc3\x90\ \x65\xa9\xd5\x6a\x29\x8a\xc2\x18\xd3\x74\xdd\xd0\xd5\x6a\xb5\x84\ \x10\x42\x48\x88\xa2\x28\x8a\xc2\x6e\xb7\xeb\x79\xde\xcc\x4c\x36\ \x9f\x1f\xaa\x56\xcb\xfd\x7e\xff\xcc\x99\x33\xab\xab\xab\xf1\x78\ \x7c\x71\x71\x51\x10\x84\x30\x08\x34\x5d\xb7\x2d\x1b\x40\xb0\xbe\ \xbe\xce\x07\x8a\xb8\xf6\x13\x41\xc4\x69\x10\xcb\xb2\xea\xf5\x06\ \x40\xd0\xf3\x3c\x6b\xe0\x70\xa5\x67\xb7\xd3\x17\x31\x6e\xfb\xdd\ \x5c\x2e\x17\x51\xa6\x48\x22\xff\xa0\x01\x04\x41\x10\x44\x11\xe1\ \xec\x73\x10\x04\xa2\x2e\x52\x42\x7a\xdd\x6e\x36\x9b\xb1\x2c\xeb\ \xe6\xcd\x9b\x7c\x09\x57\xb1\x58\x1c\x1d\x2d\xb8\xae\x2b\x8a\xa2\ \x10\x84\xfc\x0b\xe3\xfb\x7e\x3c\x6e\x18\x86\x11\x45\x91\x20\x40\ \x7e\xce\x05\x41\x08\x08\xe1\x1f\x28\x63\x8c\x52\xd6\xef\xf7\x45\ \x09\x9b\x66\x5f\x1c\x1e\x11\x04\xa4\x2a\xea\x0f\x3a\x5b\x24\xcc\ \xd8\x25\xdd\x1f\x63\xb2\x49\x08\x84\xd8\xa7\x50\x79\xab\x3a\x56\ \xf6\x0f\xa9\x18\x06\x20\xe8\x9c\xff\xf6\xe7\x9e\x7a\x49\xc6\x02\ \x16\xee\x0c\x77\xff\x60\x82\x10\x2a\x8a\x08\x21\x04\x30\x85\x08\ \x63\x2c\x24\x93\x09\x59\xd5\x09\x89\x00\x84\x08\x42\xcb\xec\x9a\ \xfd\xfe\xad\x2f\x6b\x10\x64\xb3\x43\x84\x52\xc4\x98\x11\x33\x18\ \x04\x10\x42\xca\x18\xcf\xa1\x38\x7c\x20\x84\xb8\x8f\x34\xc6\x38\ \x97\xcb\x37\xc1\x2d\x92\xae\xdf\xef\xf3\x35\x52\x61\x18\xda\xb6\ \x9d\x4a\xa5\x38\x61\xef\x38\x0e\xaf\x6d\x79\x91\xcb\xbd\xc2\x38\ \x96\x29\x8a\x62\xdb\x36\x77\x0c\x0b\xc3\x30\x99\x4c\x72\x23\x45\ \x0e\x8b\x1c\x9d\x91\x28\x7a\xae\xcb\x7b\x2f\x3c\xfd\x94\x24\x89\ \x67\x3a\x7c\x49\x3c\x87\xda\x4a\xa5\x62\xdb\xae\xe3\x38\x9c\xf4\ \xe4\xb5\x30\x21\x04\x21\x78\x3b\x2b\xe4\x8e\xaa\xb7\xb7\xe2\xdd\ \xb6\xc5\xe7\xd6\x3b\xfc\x67\x9e\x7b\xf2\xfb\xbd\x22\x2b\xe0\x2d\ \x4b\xba\x21\x54\x25\x5d\x95\x35\x16\x7a\x00\x89\x84\x92\x54\x3c\ \xb5\x6b\x6c\x0a\x00\x16\x78\x7d\x14\x46\x5d\xd3\xe2\x2f\x47\x08\ \xd1\x34\x95\xf7\xb2\x08\x21\x7c\x86\xc7\xb1\x6d\x01\x21\xc6\xe8\ \x6d\xd7\xf1\x28\x8a\x54\x55\xe3\xe7\x30\x9d\x4e\xeb\x86\xa1\x1a\ \x9a\x88\xc5\x76\xbb\xed\xfa\x5e\xbf\xdf\x47\x58\x30\x07\x03\x4a\ \xa9\x1e\x8f\x99\xf6\x40\x96\x65\xcb\xb1\xa7\xa6\xa6\x86\x47\x47\ \x06\xb6\x15\x7a\x91\x61\x18\x82\x84\x01\x82\xa2\x2c\x45\x94\x60\ \x84\xb9\xa7\xaf\x11\x8f\x0d\x65\x87\x56\x57\x57\x63\x9a\x7e\x9b\ \x58\x18\x1d\xce\x07\x41\xd0\x6c\x36\x01\x82\x9c\xdc\x14\xb0\x20\ \x49\x92\xd5\x72\x5d\xd7\x13\x30\xe6\xcb\x63\x05\x84\x8f\x1d\x3b\ \x66\x59\x96\xa2\xa8\x89\x44\xd2\xb2\xac\x4c\x26\x03\x00\x30\x62\ \x31\xd5\xec\xeb\xba\xce\x0b\x0b\xde\xd4\x16\x45\x81\xef\xb7\x08\ \x82\x20\x8a\x28\x4f\xc9\x09\x21\x8c\x51\x49\x92\x64\x59\x82\x10\ \xc4\x62\x31\x55\x55\x54\xf5\x07\x0d\x8b\xa8\x1f\xbd\xf6\xb7\x04\ \xcb\x10\x46\x8c\x02\x40\x1c\x56\xe9\x7f\xaf\xa9\xe2\xff\x10\xfd\ \xed\xc6\xd0\x0f\xbf\x4b\xfd\xe2\x5f\x64\xf6\x3e\x1a\x38\x27\x10\ \x00\x2c\x0a\x7d\xcf\x63\x02\x52\x74\x1d\xdf\x49\x16\xff\xd7\x13\ \x8b\x00\x30\x46\x05\x81\x0b\xce\x30\x80\x02\xe7\xaa\x82\x88\x00\ \x00\x24\x45\x06\x94\x51\x42\x39\x0a\xf0\x99\x17\x49\x92\x28\x21\ \x58\x55\xe3\xf1\x24\xc2\x02\x09\xfc\x28\x0c\x39\xf4\xf0\x94\x8a\ \xf1\x3d\x2d\x00\x84\x61\xe8\xfb\x1e\xff\x81\xf7\x85\x7d\xdf\x17\ \x10\xa2\x94\x20\x84\x00\x60\xdc\xa1\x9a\x0f\x2f\x73\x75\x8e\x88\ \xb1\x39\x18\xdc\x4e\x13\x24\x59\x36\x14\xc9\xf3\x7d\xfe\x0c\x9c\ \x70\xbc\x5d\xc6\x32\xc6\x28\x63\x90\x52\xde\x9c\xe5\x59\x1e\x7b\ \x33\x3c\xcf\xe7\xba\x42\xbe\x13\x0a\x00\x40\x29\xe0\xa5\x77\x18\ \x86\x9a\xa6\x09\x02\xee\x74\xda\x00\xdd\x5a\x0a\xca\x4b\x36\x9e\ \xa8\xfe\xc3\x6c\x91\xe3\x23\xbf\x2b\xf0\xff\xc3\xff\x48\x08\x89\ \xa2\xf0\x2d\xb7\x5c\x20\x80\x9a\x94\xd0\xa4\x38\x05\x18\x21\x48\ \x58\x10\xba\xac\x51\xed\x88\xa2\xa0\x8a\x02\x86\x0c\x41\x81\x43\ \x30\xbf\x91\xe8\xba\xce\x18\x03\x0c\x4c\x4d\x4d\xe9\xba\x4e\xa2\ \x88\x04\x41\xbb\xdd\x7e\x53\x35\x15\xa9\xaa\xca\xbd\x26\x31\xc6\ \xbd\x5e\x37\x95\x4e\x78\xae\x4b\x45\xc2\x0d\x2b\xb3\xd9\xff\x8f\ \xbd\x37\x0d\xb6\x2c\xbb\xca\x03\xd7\xda\xc3\x99\xee\xf0\xc6\x1c\ \x6b\xc8\x2c\x55\xa9\x4a\x52\x21\x04\x08\xb0\x00\x03\x8e\xa6\x6d\ \x4c\x63\xa0\xb1\x09\x63\x33\x19\xd4\xb6\xdb\x34\x76\xdb\x34\x74\ \xdb\xee\xc6\x1d\x74\xe0\x81\xb6\x1b\x8c\x03\x08\x63\xb7\x81\x30\ \x0e\x9b\xc6\x26\x8c\x30\xd8\x40\xb7\xb1\x40\x60\x4d\x08\x44\x09\ \xab\x4a\xaa\x52\x65\x55\x65\xe5\xf8\xf2\x0d\x77\x3a\xe3\xde\x7b\ \xad\xfe\xb1\xee\xdd\xef\xbc\x97\x82\x2a\x65\x22\xa5\x48\xbd\x13\ \x8a\xd4\xab\xfb\xee\xbb\xf7\xdc\x73\xee\xfe\xf6\x5a\xeb\xfb\xd6\ \xb7\xb6\xe5\xa2\x49\x43\xd1\xf6\xd6\x56\xa0\x50\x96\x2c\x1f\xf6\ \xd4\xa9\x53\xcb\xcd\x81\x97\x45\x83\xd3\xa7\x4f\xa3\x52\x37\xae\ \x5d\x9b\x4c\xa7\xc3\xc1\x30\x4e\xb9\x92\x40\x75\x69\x4c\x49\x54\ \x55\x55\x31\x1c\x78\xef\x8d\xb5\xa2\x5a\xd5\x4a\x55\x55\xd9\x75\ \x5d\xd3\xb6\x2f\xbf\xfc\xb2\xeb\xfc\xc6\xc6\xe6\x60\x30\xd8\xdf\ \x3f\x48\x92\xec\xfc\xf9\xf3\xeb\xeb\xeb\x97\x2e\x5d\xea\x88\x27\ \x93\x89\x48\x11\x8a\xa2\x90\x86\x4b\x44\x34\xc6\x74\xae\xed\xba\ \x0e\x94\x71\xce\xad\xec\xbb\x79\x6b\x6b\x6b\x3e\x9f\x11\xd1\x7c\ \x3e\x37\x46\xcb\xf7\xea\x9e\x26\xd1\x0c\xed\x82\xdb\x85\x4c\x57\ \x84\x6e\x4a\x1f\x23\xfd\x86\xc0\xae\x73\x01\x00\xdc\x87\xff\xed\ \xdf\x7b\xc7\xdf\xf8\x67\xff\xfe\xed\xf3\x0f\xbe\xed\xbb\xff\xee\ \xfb\x54\xf6\xba\xd3\x5f\xf5\x9d\xbf\xf0\xa7\xff\x5a\x92\xcc\x7f\ \xf0\x5b\xbe\xe9\xed\x13\x73\x92\x46\xdf\x13\x6c\xd4\xd6\xa0\x36\ \x0a\x00\x50\x1b\x63\x94\x36\xbb\xbb\xbb\x55\x55\x19\x9b\x04\xef\ \x90\xbd\x52\x4a\xf8\x68\x6b\xad\x50\xb1\x82\x80\x04\x6c\x94\x26\ \xe0\xc0\xcc\x88\x8c\x48\xc0\x36\x4b\x98\x21\x2b\x0a\xef\xdd\xbc\ \x2a\x7d\xe0\x10\x82\x36\x49\x96\x0f\xd2\xac\xf0\x04\xc6\x24\x59\ \x6e\x03\xa1\x36\xc9\xc0\x26\x8e\x42\x96\xa6\x26\xb1\x81\x69\x98\ \xd8\x79\x55\x3a\xe7\x6c\x92\x04\x26\xee\x7c\xb2\xb1\x76\x30\x99\ \x88\x4f\xa2\xcc\x1b\x10\x78\x52\x4a\x69\x63\x82\xf7\x6d\x5d\xfa\ \xae\x03\xa2\xc4\x68\x63\x90\x08\xaa\xaa\xd6\x46\x15\x83\x64\x3e\ \xf3\x12\xe1\x16\x45\x61\x8c\x69\x5b\x27\x7f\x9b\xd8\xa4\x2c\xcb\ \xaa\xae\xb2\x34\x9b\xcc\x0e\xbc\xf7\x02\x8b\x12\x6c\xca\xbb\x88\ \x70\x52\x1e\x8c\xd9\xb4\x98\x78\xcb\x8b\x08\x32\xde\x8d\x06\x20\ \x04\xcf\xa8\xd0\xa4\xa8\x30\x90\x3b\x7f\xee\xfc\x7b\x7e\xf3\xfd\ \x65\x59\xb6\x5d\x09\xae\x2d\xc6\xc3\xa6\x69\x46\xa3\x51\x96\xa4\ \xb3\xc9\x24\x1f\x8d\x90\x01\x80\x92\x24\x99\xcc\xe7\x06\xd5\x68\ \x50\xec\xed\xef\xa1\x4e\x50\x59\x60\xec\x3c\xa7\x59\xb1\xbe\x71\ \xda\xf1\x07\x17\x65\x83\xc6\x92\x32\xd9\x68\xec\xae\xdf\x44\x93\ \x04\x60\x0f\x68\xd2\x5c\x29\x15\x50\x6f\x9d\x3d\x3f\x9b\x4c\x0e\ \xa6\x0b\x0f\x6a\x7d\x6d\x3d\x80\x4a\x16\xf5\xbc\x9c\x7b\x40\xa5\ \x8c\x27\xc7\xda\x56\x4d\x5d\xb5\xdd\x78\xbc\x0e\x08\x7b\x7b\x7b\ \x6b\x83\x51\xd3\x36\x79\x9e\xfb\x10\x0a\xad\xa7\x93\x09\x05\x2a\ \xcb\x32\xcd\x32\x0d\x38\x1e\x8d\xda\xae\x55\xa8\xc6\x83\x61\x53\ \xd5\xe4\x7c\xe7\x5c\xdb\xb6\xc3\xc1\x48\xa4\xac\x1b\x1b\x1b\x44\ \x34\x9b\x4d\x9f\x7f\xfe\xb9\x8b\x17\x5f\xb3\x38\xd8\x8f\x9b\x8d\ \x6c\x8d\xd6\x5a\x6b\x0b\x00\x08\x9e\xac\xb5\xad\x27\xd9\x1d\xf3\ \x2c\x53\x98\xe6\x69\x36\x9d\x4d\x24\xe9\x56\x4a\xfb\x57\xba\xf2\ \x9f\xf4\x02\x1d\x65\xdd\xe5\x9f\xfc\xd1\x17\xd0\x1a\xad\xad\xfe\ \xd0\xcf\xfc\x9d\x3f\xf3\x6f\x02\x2a\x93\x24\x16\xbb\xe7\xbe\xe3\ \x6b\xff\xb8\x98\xa8\xdb\x34\x3b\xc1\xc4\x7b\x43\xb9\x80\x4a\xb2\ \xa2\x2c\xab\xe1\x60\x50\xd5\xed\xa0\x18\xa4\x59\x11\xc2\x2e\xb3\ \xa2\x00\x00\xd8\x85\x8e\x90\x3c\x05\x50\x8a\x10\xd2\x3c\x47\x65\ \xb6\xb6\x4e\x39\xe7\x76\x76\x76\x8b\x41\x5e\x14\xf9\x78\x63\xb3\ \x2c\xcb\x8d\xed\xd3\x36\x31\x01\xd5\xfa\xc6\xc6\x98\x79\x77\x77\ \x17\xb5\xcd\x06\x49\xdb\x36\x5a\xeb\x7c\x34\x4e\x07\x43\x11\x09\ \x1a\x6d\x42\xf0\x59\x96\x13\x52\x32\x1e\x5a\x9b\x28\x00\x93\x17\ \xde\xfb\xd7\xbe\x6e\xa3\x9c\xcf\xa7\xd3\xe9\x62\xb1\x98\x4c\xf6\ \xcb\x45\x65\x92\x64\x3e\x9f\x67\x45\xb1\xb6\xb1\xd1\x34\x4d\xd3\ \xb6\x08\x10\x00\xca\xba\xce\xad\x65\xef\x7c\x5b\x87\xe0\x95\x56\ \xa8\x95\xd5\x16\xa8\x63\x80\x10\xbc\xd2\xec\x6b\x3f\x1c\xae\x21\ \x1a\xef\x49\x29\x25\x21\xa7\x4c\x7c\xd6\x1a\x7d\xe8\x24\x48\x92\ \x50\x57\x92\x56\x21\x52\x05\x01\xa3\x4a\x5c\x48\x06\xe1\x5e\x24\ \x74\xb2\xd6\xc6\xe9\x0b\x77\x14\x6c\xd0\xfa\xa9\x7c\x52\x1d\x14\ \x83\xa1\x73\x9d\x1e\xd8\xd6\x57\x0f\x3d\x74\xea\xdd\xef\xbe\xa4\ \xad\x61\xe2\xc5\xde\x41\x5e\x8c\x7c\xdb\x79\xe2\x81\x31\x19\xa2\ \xf1\xdd\xc6\xf6\xd9\xd3\x67\xce\xfc\xf6\x07\x9f\xde\x3f\x98\x3e\ \x71\xf1\x62\x36\x18\x9b\x10\x3a\xb2\x81\x94\x2d\x51\x50\x0a\x87\ \x00\x00\x20\x00\x49\x44\x41\x54\x36\x5a\x4e\x17\x8e\x1f\x79\xe2\ \x0d\x49\x96\xb6\xa8\xf3\xf5\x2d\xcc\xb2\xd7\x7f\xe6\x9b\xcf\x5c\ \x78\x64\x36\x9b\x5d\xb8\x78\x31\x31\x66\x3e\x5f\xd8\xc4\xae\xaf\ \xaf\x57\xee\xc5\xc7\x3f\xfd\xbc\xb5\x86\x88\xd3\xb1\x79\x78\xb8\ \xe1\x82\x7f\xe4\x09\x17\x82\x47\x54\x36\x35\x4d\x5d\x29\x6d\x3f\ \xf4\xf4\xd3\x0f\x3f\xf4\xf0\x20\xcd\xca\xf9\x62\x73\x7d\xbd\x6d\ \x5b\xa3\x74\xd7\xd6\x08\xe0\xda\x96\x9c\xab\x16\x8b\xad\xcd\x4d\ \x02\x26\xef\x01\x55\xdb\x54\x83\x3c\xa9\x4a\x45\x9c\xae\xad\x6f\ \xb6\x6d\xab\x98\xd2\x3c\x9b\xce\xa6\x92\xdd\x9f\x7b\xe0\xdc\x74\ \x31\x71\xce\x35\x4d\x15\x82\x4b\x53\x7b\xe3\xc6\x8d\xd1\x68\xb4\ \xb1\xb1\xb1\x42\x3d\x63\x6d\xaa\x53\x00\x86\xf9\x7c\xe2\xbb\x66\ \x3c\x1e\x17\x59\xae\x58\x6d\x8d\xb7\x86\xa3\xa1\x35\xa9\x52\xfa\ \x5e\xc3\x22\x82\x49\x8e\xf0\xe1\xc1\xf1\xc7\x36\xbe\x19\x8d\x5d\ \x9d\xa6\x32\x49\x16\x4f\x19\x55\xfa\x4a\xa5\xd3\x8f\xbe\xd1\x32\ \x1c\xd5\x46\x30\x33\x00\x02\x4a\x52\xc8\xb1\x7a\x83\xbd\x5f\x1f\ \x3e\xc2\xc0\x78\x18\xef\xf2\xef\xeb\x84\xd1\x3f\x60\x07\x4b\xa6\ \x0c\x68\x8c\x09\x44\x5a\x29\xc9\x43\x57\x19\x36\x20\x2a\x62\x26\ \x66\xd5\xbb\x4c\x52\x95\x43\x04\x49\xac\xda\xae\x93\x0a\xa3\xd2\ \x2a\x04\xba\x75\x6b\x77\x7f\xff\x40\x12\xc0\xd9\x7c\xee\x3b\x27\ \xc9\x91\x00\x4d\x04\xa0\x65\xea\xaa\xd8\x73\x08\x21\x40\x20\xf9\ \x95\xeb\xba\xdc\x26\x83\xe1\x70\x34\x1a\xb7\x5d\x63\xac\xb5\xe4\ \x25\x88\x03\x80\x3c\xcf\xe5\x0c\xa5\xfe\xd8\x75\x1d\x07\xe0\xc0\ \xce\x13\x78\x42\x40\x56\x2e\x04\xb6\x49\x62\x0c\x69\x1d\xa4\xbc\ \xc8\x4c\xc2\x50\x4b\x02\x2e\x99\x32\xaf\x4a\xa2\x52\xf1\x94\xe4\ \x5a\xce\x4a\x40\xf0\x18\x9d\x22\xf9\xa6\x31\x46\x1a\xe0\xee\x86\ \x86\x96\x8b\x3b\x28\xf2\x62\x98\x33\x30\x6a\xd5\xd5\x6d\x9a\xa5\ \x04\x9c\xe6\x19\x00\xa0\x42\xe8\x3c\x33\x33\x51\xf0\xc1\x02\x2a\ \xa5\x18\x80\x10\x9a\xb6\x25\x26\xa5\xf5\xde\xe4\x60\x3c\x1c\x59\ \xa5\x5f\xff\x69\x9f\xb6\xb1\xb1\xd1\xb6\x6d\xe3\xba\x4b\x2f\xbe\ \x58\xd6\x55\x08\x74\xf9\xea\x95\xe9\x6c\x52\x14\x39\x11\x0b\x8e\ \x5f\x7f\xf7\xf5\xb0\xe2\x31\x9a\xa6\x5d\x5f\xdb\x6c\x9a\x46\x72\ \x70\xd9\x30\xfa\xcb\x24\x90\x1b\x8d\x86\x86\xd9\x26\xc9\x68\x38\ \x46\x0a\x83\xc1\xc0\x75\x8d\x31\x06\x98\x9b\xa6\x1d\x0f\x86\x4d\ \xdd\x34\x5d\x9b\x53\x71\xf5\xfa\xf5\xa2\xc8\x9b\xba\xce\xf2\x1c\ \x41\x31\x28\x6b\xd3\xb2\x9c\x2e\x16\xa5\x31\x26\x49\xd2\xb2\x2c\ \x93\x24\x9d\x4c\x26\x75\xdd\xc8\xed\x33\xd6\x88\x1a\x54\x06\xb6\ \x88\xb2\x4a\x4e\x46\xec\x2f\x8b\xf1\xd0\x75\x2e\xcf\x72\x60\xae\ \xeb\x3a\x4d\xd3\x24\x4b\x77\xf6\x77\xb5\x56\x1b\x1b\x1b\xf7\x5e\ \xa0\x43\x46\x7f\xce\xb7\x24\xcd\x0b\xc1\x05\xb9\x64\x70\xfd\xbd\ \xee\xd6\x94\xef\x09\x96\x30\xb9\x87\x9f\xf8\x6b\x5f\xf2\xd8\x63\ \x1f\xfa\x9d\xef\x7f\xf7\x95\x97\xe5\xb1\x07\x2e\x7e\xd3\x97\x3c\ \xf1\xe6\xdd\xcb\xff\xea\x3f\x3c\xf3\xde\x47\x9f\xf8\xf3\x5f\xf4\ \xc8\xa7\x03\xbb\xba\x9b\xbf\xe3\x3f\xff\xad\x6b\x9d\xf1\x34\xfc\ \xa2\x2f\xfe\x5b\x4f\x0c\x72\x57\x3f\xff\xab\xef\xfb\xa7\x97\x6b\ \xf5\x47\x3f\xe7\x6b\xdf\xfb\xee\x1f\x99\x62\x02\xac\xdf\xf0\xe6\ \x6f\x1f\x7d\xe4\x1f\xbc\x67\x86\x9f\xb2\xd0\xa8\x56\x25\x73\x51\ \x81\x08\x2e\x6c\x6d\x6d\x21\xea\xb6\x6d\x9d\x6b\xeb\x5b\x33\x00\ \x04\x40\x44\x25\x9e\x7a\xce\x75\x37\x6f\xde\x70\xce\xd7\x75\x13\ \x38\x28\x85\x92\x75\x22\x02\xa2\xb2\xd6\x22\x82\x73\x5e\xf4\xbd\ \xa9\x4d\x10\xb1\x6d\x9b\x28\x82\x09\xc1\x13\xb1\x31\x9a\x99\x41\ \x01\x2b\x64\x00\x4d\x8c\x4a\x89\x6c\x8d\x01\x24\x10\xab\xca\x6a\ \x98\xe5\x82\x5f\x5d\xef\x90\xf4\xd6\x5a\x3b\x2c\x72\x62\x62\x84\ \x65\x16\x8c\x20\xe3\x9e\x7d\xf0\x21\x78\xa5\x54\x96\x15\xa2\x25\ \x92\xe1\x50\xb2\xe6\x63\xfb\x8a\xf7\xde\x09\x1c\x3a\x27\x11\x62\ \x92\x24\x6a\x29\x9e\x40\xb5\x3a\xe2\xfe\x2a\x1f\x33\x0e\x41\xb5\ \xd6\xc2\x5d\xb0\x8f\x65\xd5\x9c\x4b\x32\x60\x08\x9a\x7d\xe0\xb2\ \xac\x37\x37\xb7\x3e\xf3\x33\x3f\x6b\xb1\x28\xb5\xd6\x4f\x3f\xf3\ \x0c\x11\x5b\xad\x95\xc2\x10\x82\x4d\x13\x6d\x4d\x59\x96\x5a\xeb\ \xb3\x67\xcf\x01\xee\xd6\x6d\x59\xde\x5c\xec\x1e\xec\x7b\xe7\x9e\ \x7f\x91\x7d\x08\x0a\xb1\x71\xce\x26\xd6\x68\x0d\xc0\xc1\x7b\x91\ \x64\xca\x55\x8d\x65\x53\x39\x81\xc9\x64\x1a\xf7\x2a\xa9\x60\x22\ \xa2\xc0\x0d\x31\x33\xd0\xc1\xc1\xc1\xa9\xcd\xf5\x27\x1e\x7f\xfc\ \x60\x36\xe1\x10\x12\x50\x65\x35\xa7\x40\x07\x93\x83\xf1\x78\x68\ \x95\x76\xde\xd9\x24\x6d\x9d\x1b\x0e\x87\x04\x4c\xc4\x14\x48\x1b\ \x93\x28\xb4\xd6\x2a\x63\xea\xb6\xcd\x15\xa2\xd6\xad\xeb\x7c\xf0\ \x9d\xf7\x9d\xf7\xd6\x1a\x40\xa8\xaa\x6a\x3e\x9f\xcb\x5d\x26\xa2\ \x3c\xcf\xcf\x9c\x39\x43\x44\x22\xd1\x97\x69\x8e\xc0\x90\x15\x39\ \x13\x21\x43\xdb\x75\xda\x68\xe7\x1c\x2b\x6c\xea\x9a\x5e\x29\x2e\ \xfb\xf8\x53\x2e\x6d\x78\xea\x17\xfd\x66\xe7\x5f\x7a\x99\xe5\x92\ \x22\xc2\xc7\x8a\x22\xcc\x24\x21\x5e\x2f\x82\x23\x11\x80\xa8\x57\ \xff\x5a\xec\x69\xfc\xcd\x7f\xf2\x0d\xc5\x0f\xbe\xed\x7f\xff\xaa\ \xff\xe6\xef\x6f\xde\xf8\xcb\x0b\x3d\x0c\x6d\x7d\x66\x04\x3f\xfb\ \xab\x7f\xe7\x8f\x7d\xe9\x0f\x7d\xda\x8b\x7f\xf6\xa9\x0f\xff\xd8\ \x0b\xcf\xa1\x5a\xfb\x8a\xef\xf8\xaf\x2e\x4c\x1a\x02\x05\xc4\xc3\ \xd7\x5e\x7c\xe2\x97\x7f\xea\xab\x66\xeb\x5f\xfe\xad\x7f\xfc\xdb\ \xbf\xef\x67\xfe\xc9\x23\x8f\xfc\x85\x47\x16\xbf\xf4\x4f\x7e\xe7\ \x65\x5b\x3c\xf6\xc7\x9e\xfc\x53\x3b\xfb\x3f\xf2\xee\xe9\x1c\x3f\ \x55\x81\x31\x04\xaa\xeb\x7a\x6d\x6d\xad\x6d\x5b\x95\xe8\xaa\xaa\ \x8c\xb1\x5a\xeb\xe1\x70\xdc\xb6\x2d\x91\xbf\xb9\x73\x55\x00\x31\ \x6a\xfa\xba\xae\x73\xce\x11\x81\x52\x4a\x19\x64\x46\xef\x97\xe8\ \x40\x44\x4d\x83\x12\x70\x09\xb2\xb4\x75\x1d\x99\x10\x59\x7b\x12\ \x95\x2c\x7b\xa8\x81\x02\xb0\xd6\xda\xa0\x5a\x91\x25\xa4\x08\x64\ \xe0\x67\x51\x14\x08\x20\xb1\x4c\x5d\xd7\xd2\xec\x21\x64\xc8\x92\ \x85\xc8\xf3\xae\x73\xce\xfb\x40\x04\x00\xc4\x04\x80\x0c\x40\x52\ \x10\x04\x4c\x92\x64\xb1\x58\x54\x55\x35\x1a\x8d\xb2\x2c\x8b\x71\ \x9f\x50\xde\x41\x78\x13\xe7\x04\x32\xf2\x3c\x97\xec\x58\xf6\x06\ \x61\x42\x23\x20\x0a\x88\xc4\x09\x24\x7d\xb8\xbc\x23\x22\x1a\x27\ \xd3\x69\x5d\x37\x4d\xd3\x30\x03\x6a\x23\xf4\xc5\xf9\xf3\xe7\xca\ \x45\x5d\x0c\x07\x1f\x7e\xf6\x59\x66\x42\xa3\x19\x81\x1c\x79\x22\ \x62\xb2\x46\x2b\x44\x26\x9a\x4e\xf7\xe7\xd3\x49\xd3\xd4\x6d\xd7\ \xa5\x79\x56\x55\x55\x9a\x65\xa0\x10\x14\x2c\xaa\x45\x08\xa4\x71\ \x39\x4a\x59\x3e\x4e\x55\x55\x5a\x2b\xf9\xec\xce\xf9\x34\x4d\x01\ \xb0\xae\x2b\x11\x33\xc5\x8e\xef\xc3\x62\x82\xd1\xb3\xf9\x6c\x3e\ \xd9\x7f\xfc\xd1\xc7\x76\xf7\xf6\xd6\x06\x03\xef\x49\x48\x15\x22\ \x4a\xb3\x6c\xbe\xea\xdd\x2c\xeb\x2a\xcd\x33\xd7\x76\x8d\xeb\x9a\ \xae\x75\xa2\x61\x62\xb6\x89\xdd\xb9\x75\x0b\x00\x8c\x4d\xd2\x2c\ \xeb\xe6\x73\x63\x4c\xdd\x34\xc6\x8e\x10\xa1\x5d\xb6\x06\x90\x54\ \x2a\x64\xec\x81\x88\xcc\xab\xaa\xaa\xda\x26\x1b\x14\xc2\x35\xe5\ \x79\x6e\x50\x05\x0a\x5d\xd7\x79\xef\x95\x31\xda\x98\x24\x49\xef\ \x75\x12\xad\xa0\xbe\xec\x6e\x59\xb8\xd3\x89\xb8\x14\xe0\xd4\x37\ \x7c\xe7\x77\x7c\xc1\x6b\xd6\x9f\xfb\xd5\x7f\xf1\x0f\xff\xe5\x7f\ \x56\x56\x31\x64\x5f\xf1\x97\xfe\xfa\x97\xbd\xe9\xcc\xd5\xf7\xff\ \xbb\x7f\xf0\xc3\x3f\xd7\x25\xf6\xd5\x7d\xbf\x58\x67\x0f\xab\xee\ \x6a\xd7\x5d\x79\x71\xaf\x7a\x38\x35\xf9\x67\x7c\xd7\xf5\xf7\xfd\ \xcd\xf7\x3e\xf5\xe3\x8a\xdd\xee\xf4\xa6\x27\x00\x66\x22\xfa\xe2\ \x37\x7d\xd1\x2f\xfd\xc2\xff\x34\xc7\x44\x2f\x21\xd8\x57\xf5\xce\ \x3e\x7c\xc4\xe9\x2f\xce\x55\xd2\x5e\x7d\x5b\xf5\xf8\xff\x71\xfa\ \x99\x3f\x93\x3c\xf4\x0d\xcf\x5e\x7f\xf9\xc1\x8d\x0d\x78\x61\xfe\ \x29\xcb\x44\x7b\xe7\x10\x71\x38\x1c\x5a\x6b\x47\xc3\xf1\xc1\xc1\ \xa4\xaa\xaa\xc5\x62\x71\x70\x30\x65\xe6\x34\xb5\x4a\x69\x22\x46\ \xa5\x95\x32\xd6\xda\x9d\x5b\x37\xb5\x32\x11\xda\xd8\x1d\x12\xb5\ \x91\x8c\x26\xe2\x34\x4d\x9c\xf3\xc6\x68\xa0\xe5\x33\xb5\xd6\xde\ \x07\x09\xe2\x00\x40\x1a\x8d\x51\xab\x00\xe4\x9c\x83\x40\x02\x16\ \x5a\x29\x83\x2a\x2a\x6c\x3a\xe7\x10\x59\x50\x49\x44\x39\x02\xca\ \xc6\x18\x06\x68\xda\x16\xb5\x01\x50\xc4\x24\xd0\xe6\x89\xb4\xd2\ \x3a\x4d\x00\x1d\xb3\xef\x93\x27\x91\x53\x16\xe6\x7a\x29\x08\x27\ \x8a\xb3\x9e\x11\x51\xcc\x2c\xa4\x9f\x47\x2c\xf5\x25\xf1\x94\x2d\ \x61\xc9\x8f\xaf\x52\x3f\xef\xfd\x1d\x57\x60\x98\xf9\xfa\xf5\xeb\ \x7f\xf8\x0f\xff\xe1\x24\xcd\x18\x30\x2f\x86\xcf\x3e\xf7\xec\x73\ \xcf\x5f\xd2\xc6\x84\x10\xd6\xd7\xd7\xbd\xf7\xc8\xe0\x43\x60\x60\ \x46\x66\x05\x9d\xf7\xd3\xbd\xbd\xe7\x7f\xf1\x17\x6f\xed\xee\x77\ \x14\x02\x39\x54\x0a\x01\xca\xba\x72\xc1\x2f\xea\x6a\xd9\x4b\x47\ \x81\x19\xac\x82\xc4\x68\xf9\xbc\x31\xdf\xd7\x5a\xa7\x59\xea\x43\ \xe7\xca\x96\xc2\xb2\x94\xd1\x2f\x6b\x10\x49\xf8\x02\xc4\x44\x4c\ \xf3\xb2\x9c\x4c\xa6\xa3\xa2\x48\xd2\xd4\xa6\xaa\xaa\xe6\x45\x51\ \xd4\x75\x3d\x5b\xcc\x37\xd7\x36\x02\x85\xce\x3b\x44\xbc\x7e\xf3\ \x86\x35\x49\xdb\x79\x6d\x53\x6a\xba\xd6\x3b\xa5\x2c\xb2\x56\xa8\ \x29\x50\xf0\x04\x5a\x03\x2b\x00\x35\x9d\xcc\x86\xc5\x28\x49\x53\ \xb9\xb6\xb1\x5e\x51\x14\xc5\x85\x0b\x17\xf2\x3c\x1f\x8f\xc7\x6d\ \xd3\x4c\x17\xf3\x45\x59\x4a\x5f\xd3\xe6\xe6\x66\x9a\xa5\xc0\xa0\ \x8d\xd9\x3a\xb5\x3d\x1e\x8d\x16\x75\x25\x06\x43\xf7\x98\x72\x61\ \x82\xb6\x59\x66\x0b\x1f\xeb\x06\xe9\x1b\xfe\x23\x3f\xf0\xd3\x5f\ \x59\xfc\xc2\xbf\xfc\xe5\x67\xbf\xe1\x3b\xff\xf1\x63\x8b\x2f\xf9\ \x0b\x3f\xfd\xf2\x1b\xde\xfa\x13\x7f\xfe\xb3\x5f\xfa\xb1\x9f\xff\ \xf5\x3f\xf9\x6d\xdf\xfb\x6f\xb6\x6e\x7e\xe5\xf7\xfc\x26\xda\x57\ \x51\xa9\x41\x4b\x3b\x7f\xef\xd7\x66\xff\xf4\xbb\xff\xfc\xd7\x2a\ \xc4\x9f\xf9\x20\xbe\xe3\x1d\x7f\xd5\xe8\x44\xa3\xda\xb8\xf0\x37\ \x1e\xa1\x77\xbd\xbd\x25\x8d\x84\xe6\xd1\x07\xf0\xd2\x2f\x97\xb8\ \xe2\x70\x58\xa7\x0f\xfc\x8f\x6f\xfd\xa0\xf3\xf3\x5f\xfd\x95\xff\ \x61\x6e\xc6\xba\xf9\xad\xb7\x7f\x60\xf8\xc8\x99\x2f\x7c\xe0\xd3\ \x1e\x7a\xf7\xfb\x3f\xf8\xc4\x85\x0d\xe4\x97\xe0\x53\x35\x5a\x44\ \xa5\x0e\x0e\x0e\x1e\x7c\xf0\xc1\xb5\xb5\x35\x6b\x92\xed\xed\xed\ \xcb\x97\x5f\xae\xaa\x8a\x19\x89\x28\xcf\x33\x0e\x90\x26\x19\x13\ \x2b\xa3\x45\x4a\xad\x8d\x9e\xcf\xe6\x9b\x9b\x9b\x82\x1a\x5a\x9b\ \x58\xb7\x15\xf5\x19\xa2\x62\x66\x6b\x0d\x33\x6b\x85\x2c\x49\x23\ \xb0\x36\x98\xe6\x39\x02\xc6\x27\x13\x33\x21\x00\xa2\x5e\x25\xa3\ \xd6\x98\xd0\xb9\xb6\x6d\xe7\xf3\xc5\x70\x58\x4c\xa7\x93\x3c\x4f\ \x05\xd7\xa4\xf6\x24\x0b\x69\x39\xf6\x9e\x59\x8c\x72\x45\xb7\x98\ \x64\x59\x5b\x55\x59\x91\xb7\x6d\x3b\x1c\x8f\xca\xb2\xac\xcb\x46\ \xda\xb4\xa5\x9d\x26\x0a\xc8\x25\x30\x11\x44\x10\x21\x64\x1c\xa9\ \x2a\xb4\x8c\x34\x3b\xca\x20\xe3\xc3\xd8\x76\x95\x7a\xcb\xc9\xdf\ \xba\x75\x4b\xe1\x9d\xc3\xa2\x49\xb2\x5f\x79\xc7\xaf\x7f\xe3\x37\ \xfe\xb9\x10\x42\x60\xba\x78\xe1\x35\xcf\x3e\xf7\x7c\x9e\xe7\x07\ \xd3\x59\xeb\xfc\xfa\xfa\xfa\x8d\x6b\xd7\xd3\x2c\x71\x6d\x37\x1c\ \x8f\x16\x75\xdd\x05\x77\xe9\xd2\x65\x9d\x64\x00\xb0\x36\x1a\x8d\ \x37\xc7\x3b\x37\x6f\x2e\x16\x8b\xd1\x68\x94\xeb\x7c\xb6\x98\xe7\ \x45\xa6\x94\xca\xb5\x46\x44\xab\x50\xdd\x16\x9f\x0a\x4a\x4a\x27\ \x25\x82\x5e\x06\xe7\xbd\xaa\xa2\xfc\x20\xc5\x7b\xe7\xdd\x7c\x7a\ \xb0\xbb\x7b\x6b\xed\x91\x47\xe6\x8b\xb9\x0a\x3c\x18\x0e\x27\xd3\ \x69\x55\x55\x81\x3d\x00\xd7\x75\xdd\xf9\x0e\x00\x11\x74\xe3\x42\ \xeb\x03\x6a\xb3\x3f\x99\x3d\xf1\x86\x27\x3f\xf4\xcc\x07\x37\xb6\ \x37\xaf\x5c\xb9\xc2\xc0\xf9\xa0\xf0\xde\x83\xc2\xf5\xcd\x8d\xbd\ \x83\x7d\x34\x6a\x32\x9f\xe6\x79\xbe\xbb\xbb\x2b\x0d\x4e\x69\x9a\ \x16\x45\x71\xe9\xd2\xa5\xf5\xf5\xf5\xcb\x97\x2f\x57\x75\x8d\x88\ \x59\x9e\x57\x75\x95\x24\x09\x31\x77\x6d\x17\xb4\x4e\xd2\xf4\xd6\ \xad\x5b\x93\xd9\x74\x3a\x9d\x1e\x4c\x26\xf7\x1e\x16\x89\xf0\xf4\ \xeb\xf5\xda\x3a\x84\x92\x6f\x7c\x28\xd4\xee\x63\xc0\x10\x93\xa9\ \x5f\xff\xae\x2f\x7f\x67\x37\x75\xac\x0e\xce\xbf\xf9\xfb\xff\xd4\ \x9b\x93\x7f\x7b\xf3\xd2\x4f\xfd\x77\x5f\xfd\xff\x34\xce\xf3\x6f\ \x14\x9f\xf5\xd3\xdf\xfc\xd5\xe3\xbf\xfd\x9e\x05\xbc\xaa\x51\x41\ \x4a\xc1\x7b\xde\xf1\x0d\xbf\xf2\xcb\xa7\xbf\xf5\xeb\x7e\xf8\x4a\ \xe7\x90\x89\x81\x4f\x5d\xf8\xe6\xaf\x7f\xec\xfa\xff\xfd\x9f\xfe\ \x25\x80\x05\xea\xd2\x33\x6f\x2d\xf7\x7e\xb6\x77\x86\x18\xda\x1b\ \xff\xec\x5f\x7f\xc5\x8b\x0d\x31\xaa\x62\xf4\x16\x26\xb8\x75\xe5\ \x27\xbe\xe6\x2b\x7e\x82\x5f\xf8\xa6\x6b\xf3\xaf\xd4\xc9\x29\x05\ \x77\x63\xb4\xfc\x07\x3d\x89\x0e\xde\x7b\xf1\x50\x78\xe8\xc1\x87\ \xbb\xce\x49\x83\x2d\x00\x36\x4d\x83\xa8\x8c\x4d\x00\x38\x49\x6c\ \x9e\xe7\xcc\x54\x37\xf5\xe6\xc6\x46\x96\xa6\xcc\x1c\x02\x29\x2d\ \x44\x17\xa0\x5a\xfd\x0b\xc0\x40\xa8\x10\x70\x55\x75\x81\xc3\xa0\ \x8a\x89\x0e\xff\x9b\xa5\x1c\x83\x70\x28\x97\x06\xe7\x1c\x10\x29\ \xa5\xea\xba\xca\xf3\xd4\xda\x24\x49\xd2\x83\x83\x89\x44\x16\xcc\ \xbc\x58\x2c\xf2\x3c\xcf\xb2\x2c\x84\x90\xa4\x69\x5b\x35\xc0\x08\ \xa8\x19\x20\x04\x22\x86\xd9\x6c\xa1\x8d\xae\xf7\x27\x92\xf6\x0a\ \x9e\x0e\x87\xc3\x8d\x8d\x0d\x59\x8a\x12\x24\x8a\xcd\x9f\x0f\x21\ \xaa\xb5\x89\xe8\xc6\x8d\x1b\x42\xbf\x44\xfd\xa3\x64\xfd\x12\xbd\ \x4a\x91\x2e\x06\x56\x77\x43\xd6\x29\xa5\xea\xba\x06\xa5\xdf\xfb\ \xbe\xdf\x78\xcd\x6b\x1e\x7d\xfc\x89\x27\xae\x5d\x7f\xbf\xf3\x61\ \x6b\x38\xac\xdb\x8e\x08\x16\xf3\x69\x9a\xa6\xde\x3b\x50\x68\xad\ \x9d\xcc\xa6\xd7\x6e\xdc\x38\x73\xee\xec\xb9\xf3\x0f\x59\x9b\x32\ \xc2\x6c\x7e\x50\xcd\x67\xde\xb5\x80\xec\x5d\x3b\xc8\x32\xc6\x78\ \x46\xb8\x54\x19\x1c\xb9\xd1\x11\x01\x99\x99\xb4\x06\x01\xc5\xde\ \xb5\x97\x1f\xe4\x5f\x44\xad\x18\x60\x5e\x96\x07\x07\x93\x22\xb1\ \xf3\x79\x39\xd9\xdf\xbd\xf8\xc8\x23\xa0\x70\xfb\xf4\xe9\xd9\x6c\ \x82\x5a\x2b\x63\xaa\xba\x4e\xd3\x9c\x7c\x00\xc4\x83\xe9\x1c\x94\ \xed\x3a\xd7\x75\x61\x7d\x3d\xcb\x8a\x01\x11\x5d\x7c\xe4\xd1\xb6\ \x6d\x7e\xeb\xfd\xef\x47\x65\xb4\x49\xd2\x2c\x3f\x7b\xee\x81\xe7\ \x3f\xf2\xac\x48\x20\x65\xa7\x11\x77\xf4\xc5\x62\x31\x9d\x4e\xe5\ \x0b\x29\xaa\xa9\xba\xae\xaf\xdd\xb8\x0e\x81\xce\x9e\x3d\xdb\xb4\ \x4d\x3e\x28\x8c\x31\x32\xb7\xf6\x95\x52\xdc\x8f\x37\x26\xa2\xfa\ \x8c\x3f\x97\x3d\xfa\x5a\x65\x0c\x0e\x1e\x30\x7f\xe8\xeb\xb2\x8d\ \xe1\xc7\x04\x22\x08\xbe\x22\x65\x94\x2e\xde\xf2\xc6\xc7\xdf\xf3\ \xb3\xef\xf7\x46\x03\x3b\x06\xad\x4d\xfe\x5f\x7f\xee\xa3\x37\xdf\ \xf1\xf3\x73\xd6\xaf\x7a\x8f\x4d\xce\x3f\xf0\xe5\xdf\xf8\xb5\x3f\ \xed\x9f\xff\xa1\x83\xae\xfb\x82\x2f\xf8\x7b\x0f\x5b\xf3\x87\x5e\ \xff\x47\x7e\xf1\xa9\xf7\xaf\x6f\xbf\x71\x3b\xd5\x21\xa8\x87\x5f\ \xf7\x79\x07\x7b\xcf\xf4\x98\xe6\x25\x21\xa0\x54\xa2\x11\x11\x07\ \x4c\xe4\x9b\x97\x7e\xeb\x85\x7f\xf6\xef\xdf\xff\x3b\x1c\x4a\x4e\ \x4f\x4b\x40\xf3\xa9\xc9\x44\x0f\x07\x83\x34\x4d\x77\x76\x76\x6e\ \xdc\xbc\xe1\x9c\xf3\xde\x6d\x6f\x6f\xe7\x79\x5e\x96\xa5\xa8\xa0\ \x93\x24\xc9\xf3\x42\x6b\x53\x55\xf5\x6c\x3a\x3f\x7d\xfa\x74\x9e\ \x67\x4a\x61\xd7\xb5\x75\x5d\x86\xe0\x99\x99\xa5\x13\x04\x58\xfa\ \x86\x99\x97\xce\x5b\x81\x02\x1d\xfd\x5f\x24\x39\xbc\xf7\xce\x3b\ \x61\x87\x97\x2a\x6a\xc9\x82\xbd\x97\xfa\x9d\x38\x8f\x0d\x8a\x62\ \x99\xe0\x8f\x46\xeb\xab\x63\x6d\x6d\x4d\xdc\x5f\xa4\x74\x95\x24\ \xa9\x4d\x12\x6d\x0c\xa2\x52\x5a\x37\x22\x6d\xf3\x61\x30\x1c\x01\ \xc0\x78\x3c\x4e\x92\x44\xde\x54\x5c\xb0\x84\x67\x90\xe0\x51\x90\ \x42\x32\x4d\x29\xf9\x4b\xaa\x2e\x81\x8c\xac\x5b\xf9\xc3\xba\xae\ \x85\x28\x90\x68\x51\x6b\x5d\x14\x39\xdf\xe9\x7e\x2a\x9e\x14\x00\ \xf0\xee\x77\xbf\xfb\xe9\x67\x9e\xbe\x7a\xf5\x5a\xd3\xb4\x6f\xf9\ \xbc\xcf\x23\xe2\xdd\xdd\xdd\xd3\xa7\x4f\xb7\x6d\xe7\xbd\x53\x4a\ \x67\x59\x0a\x88\x9b\xdb\x5b\x0f\x5f\xb8\xf0\x79\x5f\xf0\xf9\xd6\ \xda\xba\xae\xeb\xba\xde\xdb\xbd\x85\xcc\x0a\x31\xb4\x1d\x10\x53\ \xf0\xec\x3d\x39\x4f\x21\x70\x08\xc1\x75\xc7\x0e\xef\x5d\x08\x7e\ \xe5\x88\xe6\xe4\x5e\xfb\xe0\x85\x9e\x92\xfb\x12\x1f\x97\x5b\xc3\ \x00\x4d\xd7\x76\x5d\x9b\xe6\xf9\xa3\x8f\x3e\xfa\xda\xc7\x5f\xbb\ \xb1\xb9\xf1\x91\xe7\x9f\x6f\xbb\x96\x98\x19\x39\x2b\xf2\xbc\x28\ \x6c\x92\x28\x6b\x8a\xe1\xb0\x6e\x1b\x54\xda\x79\x72\x3e\x30\xe3\ \xc6\xc6\x26\xa2\x6a\xda\x76\xff\x60\x42\xc4\x80\x98\xa4\x69\xdb\ \xb9\xbc\x28\xa4\x7b\x3d\x92\x5a\xd2\xda\x58\x14\xc5\xc6\xc6\x86\ \x6c\x78\x3e\x78\x62\x6a\xbb\x76\x6f\x6f\x6f\x51\x96\x1f\xfa\xf0\ \x87\xaf\x5e\xbb\xd6\x39\xb7\x58\x2c\x4e\x9d\x3a\x15\x6b\xbe\xf7\ \x28\x5a\x64\x48\x5e\x6b\xf2\x67\x9b\x77\xfe\x3a\x2b\x0d\xcc\x9c\ \x3f\x60\x1f\x39\x8b\x7b\x1f\xe1\x8f\x49\x66\xd8\x56\xf4\x25\x7f\ \xeb\xc7\x3f\xdf\xff\x87\xaf\xff\xd9\x1d\x6b\x10\x00\x42\x5d\x3d\ \xfe\x8d\x3f\xfc\xcd\x5b\x4f\xfd\xe9\x6f\x7f\x17\xd8\x57\x5f\xb6\ \x54\x56\x55\xef\xf9\x95\xaf\xbf\x3e\xd9\x01\x54\xcf\x3e\xfb\x53\ \x4d\x80\xf7\xbe\xff\x47\xd6\xb3\xcd\x91\xd2\x75\xad\x51\x27\xd7\ \x9f\xfa\xce\x1b\x93\x2a\xfe\x81\x55\x7b\xbf\xf0\x4b\xff\xeb\xc4\ \xcb\x85\x52\x5d\xfd\x81\x5f\x78\x8e\x2d\x76\xef\xf9\x8d\x7f\x82\ \x2a\xd3\xf3\x9f\xf9\xd7\xef\x52\x84\x9f\xa2\xad\x87\xcc\xbc\xb6\ \xbe\xde\x39\x77\x70\x70\x50\x95\xd5\xfe\xfe\xbe\x52\xfa\xd4\xa9\ \xd3\x42\x53\x6c\x6e\x6e\x96\x65\x39\x1e\xaf\x27\x89\xf1\xde\xd7\ \x75\x9d\x24\x76\xb1\x58\xdc\xba\xb5\x53\x55\x65\x51\x64\x5a\x2b\ \xe9\x05\xe9\x27\xd1\x12\x61\xf5\x04\x52\xaa\x8f\x1d\xc7\x74\x82\ \xa0\x56\xc1\xca\xea\x29\x0a\x51\xc1\x32\xdd\x6b\x9a\xa6\xcb\x73\ \xac\x2a\x09\xd6\x16\x8b\x45\x54\x50\x4f\xa7\xd3\xba\xae\x37\x37\ \xb7\xaa\xa6\x96\x44\x98\x88\x40\xa1\x31\xc6\x5a\x4b\xcc\xca\x1a\ \x40\x90\x94\x19\x11\xc5\x3c\xbc\xae\x6b\xe9\x29\xf4\x2b\x0c\x10\ \xde\x20\x0a\xb9\x61\xd5\xea\x27\x29\xa7\xc4\x9b\xfd\xe2\xa9\x78\ \x58\xc8\x9f\xdf\x25\xe5\xf2\x05\x5f\xf8\x45\x6f\x7f\xfb\xdb\xb5\ \x32\x57\x2e\x5f\xbd\x70\x61\xe7\xc9\x37\xbe\x71\x3a\x9d\xfe\xdc\ \xcf\xfd\x9c\x49\xd2\x27\x3f\xed\xc9\xcb\x2f\x5c\x9a\x4d\xb0\x28\ \x8a\x34\x4f\x19\xf9\x73\x3e\xef\x2d\x69\x9a\x5c\xbb\x76\xed\xd6\ \xad\xbd\x53\xa7\x4e\x5f\xb9\x72\x15\x09\xd6\x86\x23\x72\x7e\x32\ \x9f\x09\xa6\x83\x34\x32\x32\xb2\xc2\x7e\xc3\x62\xac\xab\xc6\x36\ \x47\x09\x1e\x8f\xfd\xb6\x9f\x44\x33\x22\x01\x22\x80\x73\x6e\x36\ \x9f\xaf\x8d\x46\x7b\xce\x37\x4d\xd5\x3a\xd7\x34\xcd\x6c\x36\x1b\ \x8c\x06\x55\x55\x3a\xef\x5d\xe7\xe6\xbe\x46\x34\x36\xc9\x82\x27\ \x95\x41\x9a\xe6\xdb\xa7\x4e\xd5\x75\x3d\x18\x14\xde\xfb\x0f\x7c\ \xe0\x03\x93\xc9\x44\x6c\xe5\x36\x36\x36\x64\xf3\x9b\x4c\xa7\xc1\ \x7b\x71\x54\x94\xba\xed\xfa\xfa\xfa\x64\x32\x11\xdd\x15\x22\x7a\ \x0a\x80\xa8\x56\xea\x51\x11\x09\x68\xad\x77\xf6\x76\xd7\xb7\xb7\ \xf4\x3d\x86\x45\x84\xee\x4a\x50\x6f\x49\x1e\xbc\xe6\xe6\x15\xa0\ \xc5\x87\x3e\x47\xef\xfd\xe7\xf0\xb1\x36\xff\xbd\xe5\xbf\xff\xfe\ \xef\xfb\xd2\xc9\x9f\xf9\xca\xbf\xdf\x60\x2a\x79\xd5\xc5\xaf\xfa\ \x9e\x9f\xfc\xab\x8f\xbe\xf5\xbf\xfd\x53\x7b\xf0\x31\x00\x2c\x62\ \x73\xe5\xda\x7b\x00\x00\x50\x03\xc0\xc1\xc1\x87\x00\xa0\xde\x79\ \xef\x6e\x2f\xcb\x9e\xef\xfe\xf6\x11\x1c\xc5\xee\xe6\xcd\x0f\xae\ \xd2\x0a\x24\x7f\xb0\xb3\x00\x04\x40\x65\x00\x00\xc2\xcd\x2b\x7b\ \xf0\x29\x2b\x5d\x44\xc4\xc5\x62\xbe\x58\x2c\x98\xb9\x2c\xcb\x6b\ \xd7\xae\x11\xf1\xce\xce\x2d\xb1\x62\x9d\xcd\x66\xde\xfb\xf3\xe7\ \xcf\xef\xef\xef\x09\x67\xdd\xb6\xf5\x78\x6d\x14\x41\xa4\x69\x1a\ \x63\x97\xba\x04\x44\x44\x40\x46\x3e\x06\x16\xc7\xe2\xa9\x3e\x62\ \xa2\x64\xd0\xd8\x4f\xb2\x97\xbf\x12\x43\xc0\xae\x6b\x9b\xa6\x6e\ \x9b\x8a\x99\xbd\x77\x22\x18\x94\x86\x30\x81\xc8\xd9\x6c\x0a\x60\ \xb4\xd6\xda\x24\x99\xb5\x79\x9e\xaf\x6d\xac\x77\x5d\x37\x99\x4e\ \x09\xd8\x75\xdd\x70\x38\x8c\xd6\x0f\x55\x55\x01\xa0\x50\x3d\xce\ \xb9\xfd\xfd\x7d\x99\x49\x2f\x98\x22\xb1\xa1\x2c\xcb\x08\x10\xf2\ \x76\xd1\x36\x4d\x9e\xbc\xa2\x95\x48\x6b\x7d\xc7\xc5\x17\x22\x12\ \x2f\x1c\x54\xe1\xa5\x97\x2f\xe3\x3b\xdf\xf9\x5f\x9e\x7e\xa6\x2c\ \xab\xc9\x64\x36\x18\x0d\xff\xe3\x2f\xff\xc7\x83\xfd\xfd\x24\x4d\ \xaa\xaa\x34\x89\x1e\xaf\xaf\x35\x4d\xf3\xce\x77\xbe\xf3\xb1\xc7\ \x5e\x77\xe5\xca\x95\xcb\x97\xaf\xb4\x4d\xa3\x31\x24\xd6\xd6\x6d\ \x8d\x88\x44\x0c\x0a\x81\x38\x00\x81\x67\x44\xc5\xc8\x8c\x2c\x17\ \x96\x63\x66\xdc\x93\xf6\x2e\x97\x30\xa2\xfc\x2a\x76\x82\x03\xcb\ \x9f\x23\x03\x68\xa3\x43\x87\x4d\x53\x2f\x16\x0b\xce\x73\x22\xba\ \x79\xf3\x06\x33\x5d\xbd\x7e\x6d\x30\xcd\x03\x85\x34\xc9\x6c\x9e\ \x3e\x70\xea\xc2\xd9\x73\x0f\x28\x6d\xf6\x0f\xa6\x97\x3e\xf2\x62\ \x59\x56\xde\x91\x77\x5d\x55\xb1\xb5\x66\x7f\x7f\x4f\xa4\x5a\xce\ \x39\x63\xf4\xde\xde\x62\x30\x28\xca\xc5\x42\xae\xa4\x18\xcd\x8a\ \x9d\xa5\xcc\xba\xea\xba\xd6\x7b\xaf\xd8\x1a\x63\xd2\x2c\xed\xda\ \xb6\xe9\x5a\xdf\xb9\xaa\xaa\xc4\x81\xa9\x5c\x2c\x8c\xb9\xd7\x72\ \x6e\x55\x85\xdf\xf8\x19\xde\x7e\x58\x9d\x7b\x08\xfd\x82\xae\xfe\ \x7a\x37\x3b\xf8\x58\x44\x8b\xec\x71\xfb\xcb\xfe\xf6\xd7\xae\xfd\ \xe9\xaf\xf8\x96\x0f\xcf\x50\x2b\x6f\xac\xb2\x83\x27\x7e\xe0\xaf\ \x7f\xc6\x5f\xfe\xca\xaf\x7e\xdf\x0d\xa7\x95\x32\xf6\xa4\x1f\xfa\ \x9e\x1d\x55\x55\xc7\xe1\xcb\x75\x53\x03\x73\xe7\x1a\xa3\x93\x8d\ \x8d\xb1\x73\x8e\xc9\x4d\x0f\x6e\x75\x5d\x2b\x42\x3e\x6b\x54\x5d\ \x2e\x00\xc0\x28\x15\x5c\xd0\xa8\x15\x01\x21\xa3\xc2\x44\x9b\xc4\ \x26\x8c\xd0\x75\xdd\xb0\x18\x00\x70\xdd\xb6\x83\x2c\x4f\x32\x3b\ \x9b\xce\xb2\x2c\x1b\x0e\x87\xf3\xc5\x3c\xf8\xb0\xb6\x36\x06\xc0\ \xc5\x62\x9e\x17\x45\x51\xe4\x75\x55\xf9\xe0\x93\x24\x65\xa2\xba\ \x69\xb6\x36\x36\xeb\xaa\x22\x6a\x47\xc3\xa1\x35\xa6\xd9\x9f\x26\ \xd6\x9e\x5a\x1f\xdb\x61\x3e\x18\x8d\x09\xc0\x87\x0e\x09\xec\x81\ \xe1\x36\xac\x8f\x47\x6d\xdb\x26\xc6\x64\x45\x4e\x00\xc6\x9a\x9b\ \xd7\x2f\x8b\xc2\x5c\x19\xad\x00\xb3\x2c\x31\x46\x23\x82\x31\x6a\ \x30\x18\xb6\x6d\xb3\x58\x34\x75\xcd\x88\x7c\x70\xb0\xcf\xcc\x5a\ \x28\x14\x44\x85\xc8\x00\xfb\x7b\x7b\xce\x7b\xa3\x35\x2a\x95\x26\ \x09\x31\x7b\xa6\xf1\x68\x44\xcc\xd3\xe9\x94\x89\x89\xc9\x07\xd2\ \x4a\xb3\x42\x9d\xd8\xbb\x19\x71\x75\xe9\xf9\x8f\x0c\x07\x45\xdb\ \xb6\x9d\x6b\x27\x07\xfb\x65\x39\x27\xa2\xb5\x61\x36\x18\xa4\xf3\ \x83\xbd\xbd\xbd\xdd\x0b\x8f\x5c\x44\x84\xb2\x9c\x87\x00\xbf\x3d\ \x7d\x6a\x51\xd6\x1f\x79\xe6\x39\xe7\xbd\x56\x3a\xb5\x1a\x15\xb7\ \xae\x45\x64\xe7\x3b\x63\x8c\x55\x69\x08\x7e\x98\x67\xc5\x70\xd8\ \x36\xad\xeb\xda\xcd\xcd\xb5\x10\xa8\x9c\x97\x6b\x6b\x6b\xf9\x20\ \xdf\xdf\xdf\x57\xa0\xb6\x4f\x9d\xda\x3f\xd8\x5d\xcc\xab\x37\x7d\ \xfa\xa7\xcf\xe7\xe5\xce\xad\x9d\xad\xad\x4d\xa3\xed\x73\xcf\x3e\ \xb7\xb9\xbd\xb5\xbe\xb1\x7e\xf5\xe5\xab\x14\xe8\xdc\x83\xe7\x6e\ \xee\xed\xec\x77\xe5\x23\x8f\x5e\x28\xf2\x7c\x77\xe7\xd6\x23\xaf\ \x79\xa8\x9c\xcd\x9b\xae\x5e\xdf\x5a\x5b\x1b\x8d\xcf\x9d\xd9\xee\ \x9c\xdb\xda\xdc\x9a\xcd\xe6\xeb\xa3\xc1\xee\xcd\xab\xfb\x7b\xfb\ \x9d\xf3\xa8\xc8\x75\xdd\xe6\x66\xd6\x76\x10\x28\xa8\x05\x0c\xf3\ \x62\x6d\x6d\xed\x60\x32\xe9\x5c\x57\x36\xa1\x6d\x9a\xcb\x57\x69\ \xb4\x36\xea\xba\x96\x91\x9c\xf3\xad\x6b\x03\xfb\x17\x2f\x5f\x6a\ \xda\xce\x4c\x4c\xd5\x54\x69\x9a\x30\x73\xe8\xdc\x93\x4f\x3e\xf9\ \xc2\x0b\x2f\x2c\x16\x0b\x6f\xed\x7c\x3e\xcf\xf2\xbc\xed\x5a\x63\ \x8c\xb1\xf6\x5e\x53\x2e\x08\x7e\x41\xd7\x3f\x48\xd7\x08\x10\xe1\ \x63\x4d\x37\xa9\xf3\x4f\xbe\xf5\xbb\xd2\xd9\x7f\xf9\xf2\xbf\xf0\ \x1d\x7f\x02\x15\xb5\x57\xfe\xd5\x8f\xfc\x58\xf2\x96\xef\x78\x70\ \x3a\x79\xd3\xd7\xfd\xd5\xcf\x51\x40\xed\xfc\x67\x7e\xe2\xc7\x6e\ \x34\x27\xc0\x78\xaf\x02\xc6\x65\xc7\x9b\xd6\x5a\x29\x5c\x85\x7d\ \xa1\xed\x3c\x11\xa1\x86\xaa\x9a\x03\x80\xe7\x8f\x12\xf4\x01\x00\ \x2b\x56\x4a\x21\x2b\x46\x22\x15\x00\x80\x3a\xd7\xaa\x46\x1c\xa4\ \x91\xb8\x69\xa1\x6d\x5b\xa2\xe0\x5c\x27\x63\x06\xba\xae\x95\xe1\ \x07\x65\x59\x26\xd6\x3a\x57\x2f\x95\xe4\xc4\x6d\xd7\x4e\x0f\xf6\ \x10\xa1\x6d\x3b\xa2\x0e\x88\x4f\x25\x83\x41\x96\x25\xc3\x21\x25\ \x3a\x40\xc0\xc4\xa8\x60\x5d\xd3\x6e\x6c\x6d\x28\x1f\x42\xe8\x8c\ \x02\x06\xef\x5c\xd3\x75\x9d\xb4\x8b\x01\x20\x31\x51\x2b\x2a\x0e\ \xcd\xcc\x52\x00\x55\x0a\x85\x6f\x11\x7b\x1e\x66\x6f\xad\xd5\xda\ \x44\x15\x8b\xc8\x12\x95\x38\x92\x55\x55\xe7\x9c\x48\x1d\xa5\x38\ \xad\xb5\x66\xc5\x5d\x17\x24\xaa\x92\x26\xc2\x3b\x4e\xa3\x89\xc8\ \x75\x5d\x9a\xa6\x90\x24\xc3\xc1\x60\x6b\x63\x6d\x36\x9b\xa5\xc6\ \x5c\x78\xe8\x01\xef\x5c\x96\xe7\x9b\x6f\x7a\xd2\x07\x71\xc0\xc5\ \xf9\xac\x4c\x12\x9b\x99\x54\x6a\x05\x9e\xbb\x86\xa9\x73\x95\x84\ \xed\x00\x6c\xad\x66\xf6\x88\x04\xc0\x40\x1e\xd8\x07\xd7\xfa\xaa\ \x09\x44\xae\xa9\x4a\x84\xb6\x5c\xd4\x65\x49\xcc\x8a\x43\x55\x56\ \x1c\xc2\x6f\xbe\xe7\xbd\x4a\xab\xb6\x69\xab\xd9\xb4\x6d\x5a\x22\ \xba\xf2\xe2\x74\xf7\x7a\xea\x7d\xa8\xeb\x7a\xff\x60\x27\x90\x4f\ \xd3\xf4\xe6\x8d\x6b\x5d\xdb\xad\x8d\xc7\xcc\x74\xf6\xdc\x99\xdd\ \xbd\x5b\x8f\x3f\xfe\x78\x53\xd5\xae\xed\xda\xa6\x81\x75\xd2\x08\ \xf3\xe9\xfe\xd5\xab\x57\x17\xe5\xa2\x18\x0c\xb3\x22\x9f\x4e\xf7\ \x43\x08\x3a\xc9\xbc\xf7\x6d\xd7\xe4\x79\x56\x0c\xf2\xc9\xf4\xc0\ \x68\x6d\xb4\x06\xa6\xa6\xa9\x6c\x62\x7c\x70\xce\xb9\x2c\x4f\xb3\ \x3c\xed\x3a\x57\x56\xd5\x62\xb1\x60\x26\xe7\x5d\x9a\x6a\x60\x20\ \xa6\xb2\x2c\x85\xfe\x52\x88\x44\xe4\xbd\x6b\x9b\x76\x7f\xba\xf4\ \x98\xb8\xd7\x4c\xb4\x63\x62\x50\x06\x51\x81\x4e\xd1\x30\xb7\xaf\ \x7a\xe4\x19\xda\xf4\xf2\xbf\xfa\x8b\x7f\xe5\xe7\xf5\x4a\x1b\x55\ \xd7\xaa\xa8\x7e\xf3\xff\xfc\xe6\xef\xca\xa5\x03\x8f\xc9\xcf\xdc\ \x09\x3a\xdd\xb3\xea\x62\x51\x0c\xbc\x0f\xd2\xe7\x20\x54\x83\x31\ \xa6\xeb\xba\xd9\x6c\xd6\xb6\xad\xb5\x56\x8b\x92\x6d\xa5\x71\x5b\ \x2a\x63\x56\x78\x10\xf5\x2b\xd1\xc2\x4b\x88\x45\x29\x32\xd6\x75\ \x4d\xec\xa5\x61\xae\x2c\x4b\xd1\xc1\x44\xde\xc3\x39\xe7\xba\xce\ \x68\xad\x94\x09\x9e\x01\xc0\xe8\x84\x88\xac\x4d\x10\x34\x05\x68\ \xaa\x7a\xed\xd4\x83\xc3\xe1\x50\xe5\x49\x03\xe4\x10\x66\xfb\x33\ \x34\xba\x9a\xcd\x27\x7b\xfb\xc3\x24\x5b\x5f\x33\x4c\xa4\x94\x62\ \x50\x4a\x19\x66\x2e\x8a\x21\xaf\x5c\xc2\x42\x08\x5d\xb7\xa4\x77\ \x04\xc8\x44\x3e\xb9\x44\x25\x27\xf4\x02\x45\x12\x46\x1c\x7a\xa4\ \x3a\xe9\xbd\x37\x44\x44\xd4\x79\xb7\xbf\xbf\x2f\x01\x75\x1c\x6b\ \x25\x4f\x5e\x94\xe5\x1d\x97\x17\x95\xd2\xe7\xcf\x9f\x0f\x21\xec\ \xec\xec\x48\x16\xf9\xe8\xa3\x8f\xce\x66\xb3\x6b\xd7\xae\x3d\xf6\ \xd8\x63\x6b\xeb\xeb\x81\xc2\xcb\x57\xaf\x4d\xa6\x7b\x44\x0c\xc0\ \xde\x77\xde\xb7\x20\xe5\x43\x04\x40\xd6\x1a\xc5\x6f\x42\x38\x2e\ \xc9\xf4\x9d\xeb\xca\x72\xce\x0c\xae\x93\xed\x07\xbc\x73\x65\x5d\ \xbb\xe0\x87\xc3\x21\xf9\x70\xed\xe6\x0d\xa5\xb5\x46\x25\x43\xa9\ \x00\xa0\xdc\xab\x10\x20\x2f\x8a\xc0\xa1\x71\x2d\x33\xab\x44\x27\ \x89\x2d\x2b\xd7\x34\xad\xbc\xd9\xf9\xf3\x0f\xb4\x6d\xf7\x5b\x1f\ \x7e\xff\xcd\x9b\x37\x5f\x7a\xf1\xf2\xd9\x33\x67\xd6\x1f\x7c\xa8\ \x69\x9a\xc9\x64\x42\xc0\x99\xce\x36\xb7\xb6\x06\xa3\x91\x88\x0b\ \xd2\x34\x0d\x81\x19\x54\xe7\x5a\xf6\xd4\x35\xdd\x7c\x3a\x3f\xb5\ \xb1\x3d\x99\x1c\xd4\x6d\x4b\x81\xa4\xa0\x8b\x88\xcc\x60\x8c\x05\ \xc0\xe9\x74\xaa\xb5\xce\xb2\x3c\x4d\x33\x6b\x1b\xe7\x3a\xe7\x08\ \x10\x9f\xfb\xd0\x87\x3b\xe7\xb2\x34\x45\x04\x8d\xaa\x6d\xda\xe0\ \xfd\xfe\xad\xdd\xba\xaa\xef\x31\x2c\x12\xe2\x67\xbc\x35\x3f\x95\ \xf0\xb5\xf7\x74\x1f\xfa\x1d\xca\x4e\xeb\x6d\x1f\x5e\xb8\xf6\x6a\ \xbd\xc5\x50\x61\x79\xf5\xc3\xcf\x5c\x3d\x7a\xce\x93\x17\x9e\x99\ \x1c\x8d\x48\x4f\x8e\x7b\x43\xb9\x40\x9e\x65\x4d\xd3\x88\x39\xa8\ \xd8\x52\x49\xd5\x4c\x28\x42\x00\xe8\x9c\xeb\xe3\x60\xff\x07\x39\ \x62\xbf\x47\x94\xb9\x48\x38\x66\x8c\x61\x92\x70\x66\xd9\x25\x22\ \x7f\x15\x1b\xec\x00\x40\x2b\x34\x5a\x0b\x2a\xc5\x0a\x97\xb8\x3a\ \x7b\xef\xad\x4d\x3c\x13\x21\x78\xe7\xc0\xea\x22\x4d\x77\x77\x77\ \xcb\xfd\x72\x6b\x63\xa3\x38\x77\x0e\x5c\x38\xff\xc0\x79\xa9\x06\ \x8a\xd2\xa4\x75\x6e\x5d\xa9\xce\xb9\xa5\x5b\xb8\x56\x1a\x8d\x74\ \xc8\x84\xe0\xb5\x36\xab\x26\x45\x5c\x2c\x16\xd7\xae\x5d\x5b\x2c\ \x16\x88\x5a\x60\x7d\x3c\x1e\x0b\x3c\x49\x05\x33\x78\xdf\xb4\x2d\ \x03\x0c\x06\x83\xf1\x78\x1c\xfb\x5b\x60\x25\x00\x24\x0a\xf3\x45\ \x49\x74\x87\x69\xb4\xd6\xea\xdc\xb9\x73\xd3\xe9\x74\x3a\x9d\x6e\ \x6d\x6d\x9d\x3b\x77\x2e\xcf\x73\x99\xac\x60\xad\x4d\x12\x6b\x93\ \xe2\x41\x3c\xbb\xb7\x77\xb3\xae\xab\x3c\xcf\xeb\xba\x34\xc6\xac\ \x28\x7f\x06\x60\xc0\x20\x97\xd4\x58\xad\xb5\x02\x64\x00\xf6\xc1\ \xb1\x67\x44\x04\x85\x9d\x4c\x6e\xb0\xc6\x18\xa3\xc8\x34\x32\xf2\ \x01\x40\x2b\x45\x00\xa3\xf1\x90\x89\xa5\xa8\x97\x65\xa9\x34\xc5\ \x18\xad\xdd\x4a\x09\x90\xe5\x79\x9a\xa6\x7b\x7b\x7b\x4d\xdd\x14\ \x45\x21\x83\x4f\xbf\xf4\x4b\xbf\xf4\x85\x17\x5e\x38\xb5\xbd\xfd\ \x9a\x87\x1f\x96\x62\x45\xd7\x75\xca\x1a\xc9\x03\x5c\xf0\xab\x4f\ \xa7\x83\x0b\xde\xfb\x5a\x46\x92\x19\xd3\x75\xdd\x43\x0f\x3c\x60\ \xac\x7d\xe9\xc5\x17\x9f\x7e\xfa\xe9\xd6\xb9\x24\x4b\x85\x91\xbf\ \x70\xe1\xc2\xc5\x8b\x17\xc5\xfb\x72\x7f\xff\x60\x7f\x7f\xbf\xae\ \x9b\x2c\x2d\x2e\x3e\xfc\x70\x31\x18\x98\xc4\x22\x03\x85\xd0\xb4\ \xad\xb1\x06\x18\x28\x84\xb5\xb5\xb5\x7b\xcc\x44\xa7\xaf\xb5\xc5\ \xa5\xf6\xed\xef\xa2\x53\x6f\x4e\xde\xf8\x26\xff\xe1\x9b\x4c\x27\ \x20\x76\x1f\x65\xd0\x9d\xeb\x84\x72\x95\x51\xa2\x45\x51\x08\xcf\ \x2b\x4f\x70\xce\xe5\x69\x0a\x47\xd4\xda\xb6\x8f\x89\xd0\x73\x69\ \x95\x47\x64\xad\x8a\x0b\x59\xf0\x41\x19\x5e\xf5\xa1\x81\x04\x9b\ \xf2\x9c\x25\xb5\xe2\x5c\xd7\xba\xd5\x4b\xf1\xca\x48\x51\x9a\x95\ \x18\x99\xaf\x5c\xbd\xbe\x59\xb7\x41\xa3\x2d\xb2\x62\x34\x6c\xeb\ \xce\xb5\xde\x68\x7b\xe6\xcc\xe9\xb6\xaa\xbc\x27\x6b\x51\x29\xc3\ \x08\x45\x96\xe7\xc1\xbf\x7c\xf5\x2a\x13\xf9\x55\x17\x44\x62\x20\ \x50\x00\xd4\x32\xa2\x33\x48\x14\xe9\x7d\x59\x35\x3e\x10\x2a\xa3\ \x94\x69\xdb\xb6\x73\xf5\xa8\xf3\x6b\xeb\xd9\x64\x3a\x9d\x4c\x26\ \xcb\xf6\x61\x50\xad\xf3\x85\x36\x59\x56\x88\x41\xd9\x8a\x07\x67\ \xd1\x96\x24\x36\xbd\x63\xc1\x2b\x05\xba\x7e\xfd\xba\xb8\xba\x8a\ \x3f\xf9\x62\xb1\xd8\xdd\xdd\xad\xeb\x7a\x7f\x7f\xff\xe1\x0b\x17\ \x3a\xd7\xf8\xe0\xb2\x2c\x69\x9a\xca\xfb\x4e\x29\xcc\xb2\x44\x08\ \x59\x6b\xad\x56\x1a\x35\x48\x5c\x2f\x81\x79\x0c\x8a\x31\xb6\xe8\ \x02\xf2\x8a\x23\xb2\x88\xc1\x7b\xa5\x75\x31\x1c\x02\x82\x62\xc8\ \xb3\x54\x2b\x4d\x4c\xae\xeb\xca\xba\xd6\x5a\x07\x1f\x88\x82\xd2\ \x5a\xf6\xa4\xe0\xb9\xeb\xf6\xb3\x2c\x43\x50\xef\x7e\xf7\x7b\x4e\ \x9f\x39\x33\x1e\x0c\x27\x93\xd9\xc3\x0f\x5f\xcc\xd2\xe4\x60\x32\ \x11\xe7\xe0\x62\x34\x24\xa2\xfd\x83\x83\xc0\x84\x88\x6d\xd7\x35\ \x6d\xcb\x21\x6c\x0c\x37\x0c\x9a\x71\x31\x02\x00\x26\x1e\x8e\x87\ \xb3\xd9\x6c\xe7\xfa\xce\xf5\x97\xaf\xbb\xd6\x1b\x6b\x9b\xb6\x0b\ \x3e\x94\x65\xe5\x5c\x18\x8d\x86\x1f\xf9\xc8\xf3\x8b\xc5\x42\x04\ \x8c\x49\x9a\xb1\x0f\x79\x9a\x6d\xae\xaf\x1b\x6d\xca\xb2\xec\x02\ \x8d\x07\x43\x61\xff\x3d\xa0\xbd\xe7\x4c\xb4\x9b\x32\x3e\x86\x1c\ \xe0\xc6\x6f\x74\xc3\x2f\x4b\x3f\xeb\x31\xb8\xfe\xae\xee\x04\x50\ \xee\x1b\x60\x6c\x9a\x56\x9a\x40\x84\xe1\x95\x81\x4a\xc2\xf3\x2e\ \xa7\x80\x06\x27\x88\xb7\x12\x76\x84\x18\x21\x0a\xc0\xc5\x36\x89\ \x98\x8a\x8a\x12\x4d\x7a\x8d\x89\xbd\xb4\x8e\xc4\xa1\x28\x92\xa8\ \x0a\xd0\x50\x08\x4c\xcb\xf9\xce\xfd\x50\x54\x29\x85\x48\x88\xe8\ \x89\xb4\x35\xc6\x1a\xa5\x34\x07\x4a\xad\x5d\x1f\x8d\x38\xf0\xb5\ \xab\xd7\xac\x31\x1a\xf1\xfa\x8d\x1b\xa2\x7c\xd4\x5a\x2f\xa3\x15\ \x85\x80\xb8\xd4\x2e\x07\x10\x6d\x8d\x00\xae\x8c\x82\x91\xd9\x5b\ \x00\x90\xe7\xb9\xf7\x94\x65\x79\x08\xbe\xae\xeb\x9b\x37\x6f\x4a\ \xfb\x30\x33\xa4\x69\x9a\xa4\x3a\x51\x08\xa0\xf6\xf7\xf6\x43\x08\ \xda\x68\xad\x0d\x33\x89\x1d\x2c\x00\xd4\x4d\x73\x97\x89\x8e\xe8\ \xd2\x65\x10\xb3\x5c\x99\xf9\x7c\x9e\x65\xd9\xd3\x4f\x7f\x70\x77\ \xef\xd6\xfe\x64\x6f\x35\x69\x56\xe7\xf9\x52\x54\x54\x55\x55\xdb\ \x76\x4a\x61\x31\xc8\xa5\xf4\x29\x97\x4e\x64\x98\xd1\x0c\xcd\x87\ \x65\x1c\xbb\x1a\xdc\x8a\x4a\xa9\xae\x69\xe4\xb2\xa3\x52\xbb\xb7\ \x76\xe2\xa0\x2e\x22\xa8\xeb\x2a\x4d\x53\x44\x60\x26\x6b\x13\x66\ \xa0\x00\x00\x20\x9a\x84\xe1\x60\x98\x24\xe9\xfa\xda\x7a\xd7\x75\ \x4d\xd3\xdc\xbc\x7e\x83\xc9\x3b\xd7\xcd\xe7\xf3\x6c\x50\x90\xa8\ \xe2\x01\x42\xf0\x9e\xc8\x58\xab\x59\xed\x5c\xd9\x91\x8b\x2c\xd9\ \x83\x4c\x8f\x70\x4b\x13\xc6\xa1\xb2\xa6\x6c\x6b\x4c\x11\x00\x2f\ \x5f\xbe\x9c\xe7\xf9\x95\x2b\x57\x44\x3e\x35\x1a\x8d\x9c\x73\x03\ \x9b\xee\xee\xee\xce\x66\x33\xbd\x1a\xb7\x2b\x4d\x99\xb2\x55\xbb\ \xee\x5e\xcf\x89\xe6\x9b\xee\xb7\xdf\xa7\x84\xd9\xff\xc8\x2f\xb6\ \x57\xc7\x8a\xcb\x3b\x74\xe7\x3e\x39\x3e\x09\xb3\xe8\xc1\x6a\x20\ \x89\xb4\x1b\xcb\x58\x0f\xe8\xb9\xc5\x20\xd1\x72\x98\xbd\xf7\xf2\ \x1d\x95\x8c\x38\x5a\x0c\xc4\xb2\x63\xb4\x96\x89\xcd\xd1\xb0\xf2\ \xd9\x8e\xf6\xb1\x31\x66\xac\xeb\xba\xeb\xba\xc4\x26\x12\x25\x4a\ \x5d\x32\xb6\xdf\x2d\xdb\x4b\x88\x48\xa1\x67\xda\xde\x58\x4f\xb2\ \x2c\x30\xa5\xa9\x04\x68\xa8\x60\x39\xad\x25\xc9\x32\x91\xcb\x04\ \x26\x04\x08\xc0\x88\xc0\xb0\x14\xe8\x23\x2d\xf1\x51\x9e\x03\x00\ \x14\x42\xdb\x75\x6e\x59\x19\xd0\x21\x90\xc0\xa5\x64\xaf\x21\x84\ \x53\xa7\x6c\xfc\xf8\xb4\xaa\xab\xc6\xe1\x30\x51\xfe\x4d\x44\x78\ \x17\xcd\x14\xa8\x70\x7d\x7d\x5d\xb0\x2c\xca\x21\x45\xcc\x0c\x00\ \xcf\x5f\xba\xd4\x34\x95\x5a\xf9\xbc\x45\x7b\xf3\x83\xfd\x99\x04\ \x5f\x59\x61\xab\xba\x4c\x93\x2c\x49\x6c\x92\x26\x4a\x69\xad\x94\ \xe8\x6b\x14\x2a\xa5\x34\x01\x10\xb0\x58\xb2\xf4\xe9\x6f\x1f\x02\ \x30\x83\xf7\x49\x9a\xb5\x4d\x33\x9b\x4d\x11\xd1\x98\x04\x51\x95\ \xe5\xa2\xae\x9d\xb5\x66\x6d\x0d\x01\x54\xf0\x14\xdf\xfd\xe0\xe0\ \xe0\xec\xd9\xb3\xa7\x4f\x9f\x96\x0b\x95\x9e\x3e\x6d\x8c\xe9\x5c\ \x23\x1b\x9b\x92\x11\x3a\x4c\xf2\x95\x20\x60\x24\x4e\xc1\x8a\x1f\ \x4c\x58\x19\x79\x88\xf8\x34\x84\x00\x08\xac\xb0\xea\xda\xb6\x6d\ \x95\xc2\x3c\x2f\xac\xb5\xaf\x79\xf4\x35\xc1\x8b\x1b\x93\x06\x80\ \xcc\x24\x66\x35\xa7\x2c\xb6\x75\x8b\x91\x5d\xb4\x0d\xbe\x97\xb0\ \x88\x08\xf5\x8e\x34\x6c\x01\x32\x34\x53\x3a\x01\x93\xfb\x07\x15\ \x01\xf2\xa2\x00\xb1\xc0\x5b\x25\x26\xc2\xfd\xc1\x72\x50\x01\x24\ \x5a\xc9\x6c\x7b\x19\x93\xb2\xc4\xa0\x10\x24\x9b\x96\xf5\x0c\x2b\ \x21\x77\xd4\x72\x47\x28\x71\x3d\xac\x8c\x91\xa0\x38\x4a\xe5\x79\ \x0e\x8c\x46\x1b\x69\x43\xd6\x5a\x75\x9d\xef\xba\x23\xd8\x4a\x0a\ \x6e\xed\x1d\xac\x9f\x3a\x3d\x4a\x0b\xef\x9d\xd5\x29\xc0\x11\x69\ \xa4\x00\xe2\x32\x62\x45\x64\xe2\x8e\x7c\x08\xb4\x54\x8b\x2b\x13\ \xdb\xf8\x88\x19\x01\x50\xa9\xb1\x52\xc0\x2c\x1f\x03\x18\x57\x9e\ \x8c\x2c\x39\x60\x58\x15\xd7\xe2\x9c\x3f\xe8\x37\x0b\xf7\xb9\xf8\ \xbb\x08\x0e\x94\x52\xe7\xce\x9d\x13\x3d\x73\xac\x57\x0a\x2e\xd7\ \x75\xfd\xec\xb3\xcf\x36\x6d\xc3\xbd\x0b\x19\x42\x98\x4e\x67\x5a\ \xab\x34\x4b\xf3\x3c\xaf\xaa\x4a\xa3\xf5\x9e\x95\x62\xa2\x8e\x99\ \x95\xd2\x62\x94\x12\x48\xcc\x8a\x56\x11\xfd\x32\xa1\x86\x28\x4b\ \xe4\xe5\x36\xa6\x9a\xa6\xeb\x1c\x8d\x46\x43\x79\x0b\x8b\x68\x6c\ \xea\x9c\xaf\x1a\x97\x2f\xfd\xdc\x28\x04\xd2\x5a\x27\xd6\x5e\xbd\ \x72\xfd\xc9\xd7\x3d\x29\xb3\x64\x01\x39\x04\x67\x74\x62\x8b\x94\ \x80\x89\x28\x1f\x8c\x88\xa9\x69\x5b\x22\xca\xac\xb5\xc6\x74\x55\ \xa7\x50\x19\x5c\xaa\x26\x95\x52\x6b\x5a\xeb\x95\x73\x87\x32\x3a\ \xf4\x2c\x3c\xe4\x53\x7b\x1f\xe4\xe6\x32\xb1\x73\x8d\x77\xae\x6e\ \x1b\x40\x50\x4a\x69\xa5\x89\x48\x30\x9d\x99\x3f\x29\xac\x22\x4e\ \x18\x91\xfb\x19\x19\x89\x96\xec\x87\xd6\xe2\xa7\x10\xed\x5a\xe5\ \x5b\xdb\x85\x65\xaf\x5b\x9a\xa6\x49\x92\x0c\x87\xc3\xa6\x69\xa6\ \xd3\xa9\x6c\xda\xd1\x40\x2c\x22\x63\xcc\xaf\x97\xeb\xf0\xa8\xc0\ \x3b\x46\x8e\x12\x75\x16\xf9\x60\x7d\x6d\xdd\x7b\x2f\x23\xeb\xbc\ \x5f\xce\x24\x11\xce\xc4\x5a\xab\x92\xc4\x16\x59\x3e\x28\x50\x0c\ \x4e\x95\x92\xa6\x1a\x81\x0c\x06\x06\x85\x48\xcb\x39\xd1\x80\xe8\ \x28\x28\xaf\x88\x88\x80\x55\xaf\x00\x1a\xdf\x9d\x88\x60\xf5\xaf\ \xe4\x8f\x88\xda\xda\xe5\x1c\x02\xad\xad\x7c\x6a\x44\x24\x0a\x21\ \x10\x00\xaf\xc2\xe5\x68\xac\x40\xcc\x40\x44\x4a\x19\xb8\xd3\xc9\ \x7f\x52\xa5\x8d\xb0\xc8\xcc\x83\xc1\x40\x62\xb1\xe1\x70\x38\x18\ \x0c\xa6\xf3\xd9\x0a\xee\x11\x18\x00\x59\x29\xad\x94\x61\xd2\x83\ \xc1\xf8\xdc\xb9\xf3\x3b\x3b\xbb\xf3\xd9\x82\x09\x09\x90\x09\xdb\ \xa6\x63\x60\x44\xd0\x4a\x6b\x93\x50\xf0\xc1\x77\x12\x2f\x32\x30\ \x20\x5a\x6b\x51\x66\x39\x02\x03\x23\x1a\x13\x7c\x9b\xa6\x39\x11\ \x9e\x39\x73\xee\xd4\xf6\xf6\xde\xfe\xee\xad\x5b\x3b\x65\xd9\x69\ \x05\x56\x07\x88\x2e\x12\xcc\xe2\x67\x64\x07\xd4\x00\x00\x20\x00\ \x49\x44\x41\x54\x2d\x24\x93\x08\x93\x24\xd1\xa8\x50\xe7\x1c\xc3\ \x66\x85\x21\x04\xe7\xbd\x54\x54\x40\x21\x33\xa4\x45\x6e\x50\x29\ \x2d\x31\xec\xf2\x6b\xc6\x88\x0a\x51\x21\xba\x10\xd4\xaa\x1e\x1d\ \xe7\xe5\x8a\xf0\x7e\xb9\xbf\xc2\x4a\x54\x8f\xa8\x56\xfa\xf9\x20\ \x52\x2a\xc0\xc1\x70\xf8\x49\x00\x8b\x27\xc7\x7d\x5c\x5c\x5c\x91\ \xc2\x88\x28\xc3\x4e\xa3\xff\xe0\xd2\x0e\x0f\xc5\x7a\xd6\x09\x21\ \x2b\x8b\xb9\x6d\x5b\xd1\x8e\x45\xeb\x84\xd8\xe2\xca\x47\x7b\x01\ \x69\x95\x01\xc9\x6f\xe5\x65\x65\x00\x66\x9a\xa6\xeb\xeb\xeb\x08\ \x2a\xb1\xc9\x70\x38\xaa\xeb\x46\x29\xdd\x75\xdd\x68\x34\x2e\x8a\ \xa2\xc8\xf3\xc1\x60\x30\x5e\x5b\x2b\x8a\x7c\x38\x1c\xb5\x75\x1d\ \x40\xe6\x45\xae\x3a\xd8\x30\xe6\xa3\x0a\x10\x01\x41\xa1\x52\xd6\ \x58\x6b\xa5\xd4\xc5\xcc\xc8\xc8\xb1\xc9\x83\x81\x99\x51\x51\xd4\ \x18\x29\xd4\x87\xd3\xac\x04\xfc\x0e\x03\x5e\x31\x04\x8d\x1f\x65\ \x59\xeb\x44\x44\x66\x25\x0b\xd8\x18\xc3\x77\xe7\x31\xd2\x67\xae\ \xe4\x22\x4b\x9d\xf7\xcc\x99\x33\x04\xd8\x39\xdf\x36\x8d\xa4\xfc\ \x4a\xa9\xf3\xe7\x1e\x14\xda\x7a\x7d\x7d\x7d\x63\x63\x63\x3c\xda\ \x7c\xe6\x99\xa7\xa5\x75\xc7\x5a\x5b\x14\x83\xe8\x83\x43\x44\x46\ \x1b\xad\xd4\x32\xa8\xbd\x4d\x45\xa0\x94\x99\x96\xcd\xe6\xd6\xb6\ \x4c\xbb\xde\xde\x3e\x85\x4a\x9d\x39\x73\x1e\xd1\x10\xdd\x24\x22\ \x00\x2e\x8a\x3c\xcf\xf3\xd1\x68\xb4\xb1\xbe\x31\x1e\x8d\xce\x9c\ \x39\x53\xac\xea\x15\xae\x73\x06\xb5\xfc\x8c\x88\xa8\xb4\xb5\xd6\ \x26\x49\x9e\xe7\x2b\xa7\x4b\x86\x80\x4b\x19\xac\xcc\xbd\x61\x0e\ \x14\x88\x18\x11\x94\xd2\xaa\xd7\x86\x18\xfb\x0e\x65\xcb\xe4\x15\ \xdd\x06\x08\x0c\xc0\x21\x38\x26\xf1\xa0\xd3\xcb\xa6\xc6\x57\x0e\ \xd4\x4e\x60\xf1\xe4\xb8\xcb\x22\x09\xc6\xc4\x59\x6b\x3d\x1c\x0e\ \xa5\x61\x6e\x95\x30\x32\xfb\x10\x02\x4d\x0e\xf6\xa5\xc9\xec\xc6\ \x8d\x9b\x5b\x5b\xdb\xd2\x30\x17\x02\xc5\xb9\xa9\x79\x9e\x0f\x87\ \x43\x29\x96\xf5\x61\xb1\x18\x66\x0a\x95\xd6\x5a\x69\xa5\x95\x36\ \xc6\xec\xef\xef\x6b\xad\xf7\xf6\xf6\x42\x08\xc6\xd8\xe9\xc1\x2c\ \xcf\xf3\xe1\x60\x74\xb0\x3f\x49\x92\x64\x6d\x6d\xed\xf4\xe9\xd3\ \x32\xe8\x4e\xa1\x22\xe4\xb6\x71\xe5\x62\x27\xb1\x56\x29\xe5\x7b\ \x4b\xe8\x48\xd3\xaf\x38\x84\x23\x0b\xd3\xa0\x50\x07\x22\xe0\x25\ \x8a\xae\xea\x81\x1c\xc7\x40\xa3\xd2\x0c\x4c\xc4\x4a\x6b\x96\xe7\ \x69\xa5\xc5\xa4\x87\x98\x81\x43\xa0\xae\xeb\x90\x21\x86\xbd\xb7\ \x8f\x84\x26\xbe\x0b\x4c\x64\x58\xfa\x28\x8a\x01\xb8\x52\xe5\x62\ \x91\xa6\xa9\xeb\x3a\xad\xf5\xc5\x87\x1f\x7e\xe8\xc2\x45\x1f\x58\ \x2c\x35\x42\x08\x75\xd3\x30\xf1\x53\x4f\xfd\xf6\xf6\xf6\xe9\xf9\ \x7c\x76\xf5\xea\x07\x1f\x7a\xe8\x21\x22\x48\x92\xac\xeb\xba\xb2\ \xac\x16\x0b\x96\x4b\x37\x1a\x8d\xb4\xd6\x45\xa2\xd3\x44\x19\xad\ \x8d\xb5\x52\xa1\x23\xa2\xa5\x58\x5f\x21\x6a\x7b\xf9\xea\xcd\xf1\ \xda\xc6\x07\xfe\xcb\xef\xac\x0d\x46\xd6\xa6\x97\x2e\x5d\xba\x70\ \xf1\x02\x6a\xa3\x94\x3e\x7b\xf6\xdc\xd6\xc6\xda\xd6\xd6\x86\xdc\ \x4a\xa3\xb5\xd1\x66\x3a\x9d\x4a\xc7\x5e\x62\x2d\x00\xb4\x65\x8b\ \x0a\x95\x56\x46\x19\x60\x0c\x81\x18\x58\xa1\x92\x48\x9b\x09\xc4\ \xf5\x96\x56\x87\xd6\x1a\x40\x99\x95\xb9\x59\xcc\x4e\x98\xa1\x37\ \x43\x82\x42\x60\x22\xef\x9c\x03\x0d\x44\x81\x19\x50\xa1\x59\xda\ \xaa\x2b\xf1\xac\xe6\x9e\x13\xda\x09\x2c\x9e\x1c\x1f\x97\x23\x78\ \xea\x5a\xaf\x94\xa2\xc0\x14\x96\x86\x5a\xd1\xc9\x9f\x99\xdb\xb6\ \x69\xdb\x8e\x99\x55\x92\x6c\x6d\x6d\x0f\xd7\x36\x16\xf3\xb9\x67\ \x60\xd4\x62\xb0\x0e\x21\x10\x62\x5d\x55\xae\xeb\xc4\xab\x55\xf6\ \x7f\x59\xf0\x4d\x55\x48\x48\x15\x67\x48\x49\xb9\xaa\x6b\x9c\x88\ \x01\xcf\x9c\x3b\xe5\x7d\xb8\xb5\x7b\xcb\x93\x2b\xa7\x8b\xb2\x5e\ \xec\x4f\xf6\xb2\x2c\xb3\xd6\x1a\x6b\xd2\x24\xcf\xb2\x6c\x30\x1c\ \xa2\x56\x5a\x5e\x73\x55\x30\x63\x22\xc2\x65\xb8\xd6\xef\x59\x5e\ \x86\x1b\xc2\x4d\x30\x72\x84\x51\x62\x80\xc3\xff\x96\xa2\x97\x73\ \x4d\xc4\xd8\x70\x68\x03\xc4\xcc\x9c\x18\x2d\x8a\xc8\xf8\x02\x31\ \x13\x5f\xbd\x60\xb8\x9b\x02\x13\x12\x03\x31\x91\xf7\x4c\x21\x04\ \x6b\x6c\x35\x5f\x30\xc0\xac\x39\x70\x9d\xab\x9c\xab\x9b\x46\x3c\ \x3b\xaa\xaa\x0a\xc1\x77\x9d\x43\x08\x5d\x5b\xbe\xe1\xf5\x4f\xec\ \xee\xee\xee\xec\xec\x18\x8d\x07\xb3\x29\x00\x2a\xc4\x40\x61\x36\ \x3d\x68\x9b\x2a\x4d\x93\xc4\x26\xa3\x3c\x4b\x53\x8d\xbc\xb2\x18\ \x43\xb0\xc6\x90\x0f\x6d\xd7\xb5\x5d\xeb\x9c\x57\xe9\x50\xeb\x1b\ \x18\xa8\x9a\x2f\xcc\xd9\x73\x9f\xfb\xe6\xcf\xee\x5c\x77\xb0\xbb\ \x5f\xce\xe6\xcf\x4f\xa6\x3b\xe3\xc1\x60\x90\x4b\xd9\x44\x86\xae\ \x6c\x6e\x6d\x8e\x47\x63\xad\x95\x23\x12\x2d\x17\x31\x10\x07\x17\ \x00\x57\x05\xe5\x20\xee\xe8\xcc\xcc\xe4\x42\x27\x7a\x03\xb9\x63\ \xb4\xaa\xd5\xac\x68\x9c\x00\xc0\x00\x7e\x15\x31\x2b\x44\xa5\x35\ \x10\xc9\x64\x8b\xd4\xfb\x16\x75\xc2\x4b\x5f\x69\x06\x40\x06\x26\ \x64\x71\x35\x7e\xc5\x18\xfd\x13\x04\x8b\x4c\xab\xb6\x3f\x06\x06\ \xc0\x93\x6a\xe3\xfd\x72\x78\xef\x9c\xeb\xa2\xb7\x4a\x1c\x9c\xd2\ \xb6\xad\x28\xf5\x0e\x69\x87\x29\x07\x4f\xe2\x99\x5c\xd7\x4b\x8d\ \x8b\xd5\x1a\x63\x0d\x0f\x51\xb4\xd3\xfd\x0c\x51\x28\xe6\xb8\x1e\ \xa4\xb9\x25\x49\x12\x29\x4a\x22\xe2\x24\x49\xc4\xc7\x41\x68\x1c\ \xa1\x17\x44\x43\x63\xad\xed\xda\x20\x04\x37\x85\x20\xae\x0d\xd1\ \x06\xbc\xbf\x3c\x62\x89\x2a\x12\x1a\x40\x04\xa8\x02\xc0\x61\xf9\ \x6f\xe9\x9a\xb0\xe2\x4f\x8e\xfa\xfa\x44\x96\x89\x08\x10\x29\xbe\ \xce\x21\x06\x1e\xf5\x98\xb9\xcb\x9a\x3b\x33\x2d\xca\x32\x0d\x3e\ \x52\x55\xf3\xc5\x02\x56\xc3\x9e\x66\xb3\xd9\x74\x5e\x56\x4d\x5d\ \x55\x95\x28\x8a\xa2\x26\xb1\x69\xda\xbd\xbd\x7d\x44\x3c\x38\x38\ \x98\xcd\x66\x21\x04\x29\x84\x88\x4c\x27\x84\x50\x96\xd5\x82\xcb\ \xe9\x7e\x40\x04\x85\x4a\x23\xa2\x52\x8c\xc0\x44\x08\xc0\x0c\x04\ \x4c\x81\x4d\xea\x18\x56\x33\x0e\x89\xb4\xd6\x4d\xd3\xec\xed\xee\ \x79\xf2\x79\x96\xb7\x6d\xdb\x75\x8d\xc0\x9f\xf4\x3e\x79\xef\x5d\ \xe7\xc4\xbd\x1c\x45\x89\xaf\x94\x88\xe1\xe3\x9e\x21\xd7\x49\x38\ \x1e\xe9\x08\x12\x96\x3f\xba\x75\xc4\x7b\xa4\xb4\x02\x86\x28\x50\ \x95\x1f\x44\xf7\x25\x26\x90\xc6\x68\x22\x06\x66\xad\x0d\x9a\x65\ \x8c\x89\x00\x8c\xc0\xcc\xaf\xc8\x76\x99\x4f\x00\x20\x0e\x1f\x35\ \x8f\xbd\x4e\x4d\x9e\x75\x2f\xbd\x04\x17\x3f\xdf\xb6\x4f\xbb\x6b\ \xbb\x7c\x02\x8c\xf7\x4b\x12\xad\xa2\xa1\x56\xcc\x7a\xb4\xd6\x32\ \xd8\x24\xa2\x46\xc4\x47\xa1\x05\xa4\xce\xa8\x8d\x36\x12\x8b\xac\ \xfc\xc4\xfa\xf4\x4b\x1f\x6e\xe2\x7f\x8a\x6e\x4e\x84\x84\xce\x39\ \x62\x16\x7c\xcc\xb2\x4c\x8c\x11\x63\x81\x52\x9e\x8c\xa8\xa3\xda\ \x71\xe9\x0d\xae\xf5\xed\xa3\x54\xfa\x53\x1e\xfb\x28\xe6\x02\x31\ \x1f\xc9\xb9\x8f\x25\xc5\x4b\xcc\x5d\xa5\xd9\x70\x74\x00\x74\xff\ \xd5\x6e\x8f\x16\x43\x08\x77\xbc\x0a\x78\x59\xea\xe4\x48\xb9\x48\ \xc7\xa1\xbc\xb2\x31\x66\x30\x18\x24\x59\x3a\x1c\x0e\xe3\xbb\xa7\ \x69\x2a\xd6\x41\x22\x36\x1c\x8d\x46\x32\xff\x5a\xfa\x35\xfb\x1d\ \x47\xb8\xf4\xc5\x09\xb0\x8c\x8f\x99\x38\x00\x80\x46\x8d\xa8\x18\ \x09\x58\xb5\xce\x2b\xd4\xd1\x61\x37\x84\x30\x1a\x8d\xd6\xd6\xd6\ \x8c\x36\xa8\x90\xd8\xa7\x69\x22\x65\xca\x38\xbb\x26\x7e\x76\xb7\ \x9a\x24\x11\x4d\xcb\x8f\x6d\x18\xcc\x4c\xe4\xa3\x32\x21\x7e\x3d\ \x62\x77\x13\x10\xf4\x28\xac\x55\xb0\x19\x9c\x40\x27\x22\x8a\x52\ \xa0\x37\x16\x2d\xf4\x90\x97\xef\xfd\x88\x2b\x4a\xf5\x1b\xbf\x50\ \x3d\xf5\x93\xee\x81\x3f\x91\x7e\xc9\x97\xc2\x95\xff\xaf\x7b\xe9\ \x04\x13\xef\xa3\x63\xa9\x4f\x5e\x1d\xf2\x2d\x8c\xeb\x5f\x80\xa3\ \xaf\x23\x89\xf3\xf3\x96\xcf\x47\xd4\x8a\x97\x4d\x2a\x3d\xee\x25\ \x06\x41\x51\xb7\xb8\xb2\x0f\x93\x98\x51\x29\xa5\x97\x8f\xaf\xbc\ \x60\xe3\xfa\x89\x31\x9a\x52\x4a\xf2\x66\x61\x06\x22\xe0\x1e\x1b\ \xc8\xd7\x3f\x9f\xb8\x60\x22\xb6\x1e\xfd\xb0\x87\x00\xd7\x97\xa0\ \xc7\xb3\x95\xe1\x07\x7d\x88\x3c\x06\x9a\xf1\x99\xcc\x4c\x81\xee\ \x38\x60\xc4\x9e\x16\x52\xce\x4a\x60\x51\x29\x25\x05\x84\x8c\x96\ \xa1\x56\x3c\x6d\xf9\xe0\x67\xce\x9c\x59\x4e\xe9\xeb\x45\xc7\xc7\ \x46\xfe\x2e\xb7\x37\x66\x85\x4a\xa1\x42\x44\x50\xe2\xe0\xa6\x60\ \x69\x3f\x86\xc2\xf0\x08\x1c\x8b\xb5\xad\x11\xf9\xa1\xf7\x83\xc1\ \x40\x29\x6c\xbb\x0a\x7a\xea\x7d\x09\x48\x65\xdf\x0a\x81\xd2\x54\ \x47\x20\x8e\x3c\xdb\xd1\x52\x03\xc6\xc2\xa2\xcc\x5c\x8d\x13\x68\ \x11\x51\xa3\x91\x9b\x8c\xa8\x04\x7c\xc5\x2b\x57\xc8\x25\xa5\x96\ \x09\x75\x7f\x3e\x6d\xff\x0e\xde\x6b\x58\x64\xd0\x5b\x5a\x5d\xf3\ \xe5\x82\x76\x9e\x21\xff\x5e\xf7\xdc\x0b\x6c\x92\x13\xc5\xce\xfd\ \x12\x2a\x82\x24\x32\x1c\x35\x3a\x74\x5b\x3d\x5b\x62\x46\xf9\x22\ \xca\xbe\x2d\xf1\xda\x72\x49\x53\x20\x46\xad\xf4\xa1\x73\x9f\xd1\ \xba\x07\x8b\x4a\xeb\xbe\xc7\xe2\xf2\xbd\x98\x03\x81\xd6\x5a\xb4\ \x36\x5a\x5b\xa5\x14\x11\x13\x05\x44\x30\x26\x41\x84\x98\xd5\xca\ \xf2\xd3\xbd\xd7\xe9\xb7\x60\x47\x50\xc3\xa3\xe4\xa6\x24\x66\xfd\ \x18\xe7\x76\xbc\x3b\x46\xdb\xc4\xb0\xe8\x58\x6c\xd8\xbf\x2c\x7d\ \xa0\x54\x0a\xef\x9c\x88\x46\x4c\xb2\xcc\x26\x89\x08\x9e\x15\xe2\ \xbc\x2c\xe3\xc9\x79\x66\x85\xa8\x57\xc7\x92\x0b\x57\x4a\xce\x4d\ \xe2\x6b\xb9\x11\x71\x0f\x38\x76\x7d\x02\x81\x14\x3e\x11\x10\x57\ \xdd\x17\x0a\x15\x20\x28\x66\x60\x50\x00\x59\x96\x45\x79\xa6\x08\ \x86\xa4\x45\x5a\x4a\x2b\x69\x9a\xc7\x0b\x1b\xfb\xd9\x95\x32\xf2\ \x73\xdc\xc9\x64\xd3\xea\xc7\xe3\x44\x24\xc3\x41\x25\x86\x95\x3c\ \xa3\x7f\x0d\x95\x52\x14\xa2\x3a\x55\xce\x1f\xac\xd5\xd6\xe6\xcc\ \x19\x51\x10\xbb\x90\x63\xb7\xa9\xff\x33\xde\x63\x39\x37\x02\x13\ \x27\x9b\xfa\xc1\x4f\x53\xf9\x39\x34\x43\x7d\x61\x04\xd3\x97\xfc\ \xa2\x3e\x41\xc6\xfb\x22\x54\x5c\x7d\x2f\xfb\x4d\xcd\xc7\x9c\x62\ \xa3\x18\x45\x9e\x26\x23\x38\xe2\xf3\xb5\xb1\x18\x35\x2c\x12\xcd\ \x01\x8a\x0e\x43\x32\x74\x81\xdd\x38\x5f\x89\x99\xad\x55\x32\x15\ \x2b\x06\x95\x62\xa6\x22\xa7\x23\xeb\x27\x9e\x86\x74\x0a\xf6\xd3\ \xfc\xdb\x73\x61\x69\xbf\x89\x71\x5f\xfc\xad\x0c\x8c\xbe\x3d\xbf\ \x3b\x9a\xeb\x51\xcc\x88\xe5\xa5\x62\x1c\x2a\x7b\x80\xc8\x95\xfa\ \x13\x04\xe3\x70\x57\x9b\x24\x7c\x17\x97\x5e\xda\x2e\xa3\x16\x2a\ \xba\x67\x23\x62\x62\x6d\x60\xd0\x3d\xab\xf0\x55\x9a\x19\x00\x20\ \xcb\x32\x63\x4c\x55\x55\x7d\x8b\x8d\x43\x0e\x4d\xf2\x4d\x54\x0c\ \x0a\x10\x89\x49\xb8\x24\x58\x19\x76\x28\xa5\x5c\xf0\x12\x70\xca\ \xcb\xca\xdc\xd1\x55\x76\x8c\x4b\x8e\x18\x56\x5d\x2b\x44\x6d\xdb\ \x4a\xa1\x43\x9e\x23\x5f\x06\xc9\xe5\xb3\x95\x6a\xa7\x1f\xe3\x8b\ \x99\x9b\x10\x77\x92\x6a\x88\x80\x7f\x55\xbd\x25\xa3\x74\x3f\x83\ \xee\xdb\x8b\x10\x2d\x3b\x47\x23\xfe\xc6\xb2\x75\x4f\x15\x7b\xcf\ \x29\x97\x49\xb8\xfc\xb2\x1e\x9e\x42\x6e\x02\x59\x1c\x6e\x71\x7d\ \x15\x3f\x85\x47\x42\xdd\x6f\x87\x42\xd5\xaf\x06\xc6\x05\xd6\xcf\ \x9a\xfb\x95\x3b\xe9\x4b\x3d\xcc\x64\x63\x31\xeb\x36\x54\xed\x87\ \x6f\x31\xf7\x91\xfe\x65\x85\x08\x88\x42\x5b\xab\x23\xd3\x38\x39\ \x46\x40\x11\x0e\x8e\xa5\xd8\xfd\x31\xcd\x31\x4f\x8f\x3d\x61\xb2\ \x56\x7b\xf1\xc5\x91\x05\xf4\xbb\x05\x8c\x11\x4f\x25\x34\x16\xb4\ \xea\xba\x2e\x66\xeb\x87\xea\xf4\xd5\xb9\x85\x10\x9a\xba\xbe\x63\ \xee\x91\x81\x89\x09\x50\x6b\xa3\xb5\x31\x88\x70\x2c\x25\x67\x46\ \xe7\xbd\x34\x44\x4a\x2b\xf1\x31\xec\x4e\x92\x24\x46\xcd\x11\x1f\ \x0f\xb7\x1f\x40\x60\x5c\x4e\xcf\x71\x2e\xee\x6d\xe2\xea\x96\xe5\ \x79\xbb\x8a\xfa\x97\xed\x3d\x6d\x2b\x3e\x14\x82\x92\xcc\x84\x0a\ \x99\x18\x11\x8d\x35\x59\x96\x10\x91\xa4\xe1\x88\x10\x02\x39\xd7\ \xc9\xce\x21\x69\x6f\xff\xfa\xac\x74\xaf\x4e\x4a\x9f\xd2\xda\x28\ \x3d\x9d\xf1\xab\xe5\x83\x03\x5e\x2a\x9c\x14\x20\x2a\xd0\xa0\x42\ \xf0\x3e\x78\xd1\x3a\x16\xf9\xa0\x69\x1b\xf9\xa4\x72\x92\xf1\x9b\ \x29\x13\x77\xef\x31\x2c\x62\x47\x97\xde\x45\xb7\x27\x5f\x27\xc7\ \xfd\x91\x44\xfb\x70\x38\x96\xe4\x76\x5c\x8b\x9b\x79\xff\x3b\xdd\ \xaf\x67\x85\x55\x4f\xc8\xf1\xe2\xa3\xac\xec\x5e\x48\x22\x66\xae\ \x69\x96\xc9\xf2\x0e\x21\x88\x31\x22\xae\xa2\x0c\x59\xf3\xa2\x12\ \xef\x89\x9c\x4d\x7f\xb2\x7b\x3f\xb3\xee\xc3\x74\xa4\x65\x24\x36\ \x89\xbf\x6d\xdd\x91\x68\xb1\xbf\x80\xe3\x58\x82\x63\xb8\x89\x4b\ \xc7\xd3\xa5\xbd\x42\x04\x74\xa9\xf4\xc9\x44\x91\x65\x48\x95\x24\ \x77\x1c\x1e\x30\xf3\xa2\x5c\x24\x2e\xe9\x9b\x6e\x48\xff\xf2\xea\ \x52\x2b\x79\xc7\xe5\x38\x30\xe7\xe4\xf1\xc8\x7e\x2c\x49\xe4\xd5\ \x38\xb1\xd8\x3e\xdc\xaf\x09\x24\xc6\x80\xd6\x59\x92\x04\x81\xce\ \x10\x6a\x66\x40\x4c\x8d\xc9\x8a\x42\x5c\x24\x9a\xa6\xe9\xbb\xba\ \x0a\x38\x26\x49\x42\x61\x59\xdc\x54\x9d\x13\x9e\x5a\x62\x43\x6b\ \x2d\x05\x6a\xba\x4a\x30\x4b\x18\xe7\x65\xf8\x7c\x64\x1e\x4e\x38\ \x38\x38\x10\xb4\xed\x57\x42\x96\x13\xc3\x5d\x47\x14\xe2\xfe\x2a\ \xcf\x09\xe4\xc5\x67\x17\x11\x99\x91\x79\x39\x7e\x76\x3e\x9f\x17\ \xab\xce\xfd\xa5\x1a\xe1\x9e\xf7\x44\xb3\xc5\xf5\x35\x98\xde\x62\ \xd4\xc0\x04\x76\xa4\x32\xe2\x59\x79\xc2\xba\xdc\x2f\xc8\x88\x1f\ \x25\xdc\x3b\x3a\xa3\xaa\xff\xe4\xc3\x32\xd3\x6a\x7d\x1e\xe1\x9d\ \x65\x06\x74\xcc\xa6\x19\x78\x19\x52\x6a\xf9\x1e\x63\x08\x5e\x29\ \xd4\xda\xca\x4b\x59\x7d\xd8\x3f\x47\x81\x44\xfd\xa5\x14\x32\x83\ \x42\x64\x24\x6b\x75\x64\x21\xfb\x99\xf8\xb2\x35\x65\x65\x94\x2d\ \x75\xb1\x08\x67\x11\x16\x63\xee\x1f\x03\xd2\x95\x67\x0c\xf5\x2b\ \x92\x11\x4d\x04\x68\xe2\x11\x8b\xfd\xb1\xc4\x26\xc6\x82\x92\x33\ \x76\x6d\x7b\xe7\x94\x0b\xe2\x60\x30\xb0\x3d\xf3\xfd\x3e\x71\x01\ \xc0\x44\x28\x60\x54\x96\xa5\x58\x61\xe2\xd1\x23\x4e\x2b\x94\x93\ \xe9\x47\xd9\xcc\xac\x95\x51\x4a\x1f\x7e\x3a\x84\xe0\x43\x17\x68\ \x3c\x18\xa4\x59\x66\xb4\x96\xe9\xd8\xd6\xca\x9c\x5b\xbe\x5d\x20\ \xcd\x87\x95\x59\x0a\x81\xa4\x29\x53\x50\xbb\x69\x9b\x24\x4d\xe2\ \x3e\xd1\xef\x01\x8d\xa9\xb4\x40\xe4\xd2\x06\x4d\xdc\x92\x88\xe2\ \xd5\xb3\x46\x1d\x2b\x83\x08\xd1\x22\x85\x0b\xa5\xd4\x7c\x3e\x8b\ \x3b\x25\x00\x88\x09\xa6\x54\x54\x8c\x31\xce\xdf\x6b\x07\x1d\x18\ \x99\x27\xdf\x1c\x7e\xed\xe7\xe0\x0d\x7f\xd2\xbe\xf8\xb6\xce\x6e\ \xa8\x0d\x17\xa6\x8b\x13\xe9\xe2\x7d\x52\x5b\xd4\x5a\xf5\xc9\xe5\ \x63\xf2\x1a\x79\x24\xd2\x91\x31\x54\x39\xc4\x50\xad\xe2\x8f\x71\ \x79\x1f\xfe\x2d\x2a\x66\x0e\x40\x21\x1c\xc2\xd9\x52\x7b\xa8\x14\ \x6a\x15\x42\xa0\x10\xfa\x91\xe0\x8a\xb9\x59\xc6\x61\x5d\xe7\x62\ \xfb\x9a\x28\x87\xe2\xcf\x72\x56\x11\xfb\x88\x28\xcb\xb2\x88\x0e\ \x02\x9a\x04\x78\x0c\x16\x23\x50\x2e\xa3\xdd\x95\xea\xa8\x5f\xc5\ \x3b\xf6\x59\xa2\x2b\x5a\x74\x48\x93\xe7\x3b\xe7\xef\x6e\x43\xc2\ \x63\x9e\x17\xbd\x78\x1c\xc5\x16\x5d\xba\x86\x44\x53\xdd\xd7\x96\ \x46\x97\xb6\x58\x94\xec\x93\x4e\xcc\x62\x23\xb4\x2c\x5a\x8a\xee\ \x27\x49\x92\x2c\xb7\x62\x53\x16\xfd\x2e\xe1\x28\x77\x2f\xa0\x26\ \x59\xb0\xdc\xf0\x95\xfe\x86\x94\x52\x69\xba\xa4\x68\x86\xc3\x51\ \x55\xcf\xf3\x3c\x17\x7d\xeb\x70\x38\x14\xe3\x9f\xfe\x91\x24\x46\ \x29\x25\x68\x28\x93\xc2\xa4\x2a\xba\x1c\x0e\xe1\x3b\x22\xd7\x87\ \x62\x09\xf6\x9d\x13\x9b\xbb\x65\xaf\x94\x44\xc1\xeb\xeb\xeb\x71\ \xac\x98\xfc\x20\x2e\x3b\xf7\x14\x16\x11\xc4\x7c\x8d\x01\x88\x98\ \x4e\x0c\x74\xee\x33\x64\xec\x15\xd7\x22\x02\xf6\xd9\xc6\xfe\x9a\ \xc1\xdb\xcb\xdd\x3d\xc6\x76\xb9\x2c\x43\x34\x43\xc5\x58\x89\x5f\ \xb1\x0a\xa1\x28\x06\x6a\xd9\x72\x1c\xbc\x5b\x7a\x5f\x69\xd4\xcb\ \x6f\x1a\x30\x31\x49\xc8\x89\x80\xc0\xe2\x9d\x88\x87\x73\xe9\x7a\ \x27\xbc\x7c\x10\x51\x1b\xdb\x34\x75\xdd\x34\x6b\x6b\x6b\x61\x39\ \xd5\x7e\x89\x7a\x12\xee\x1d\x2b\x23\x46\xc2\x14\x7a\x82\x9b\x28\ \x65\x8f\x1d\xdc\xd1\x1e\x4d\xe2\x94\x98\xae\xc6\x5f\xe1\xdd\x30\ \xd1\x80\xc0\x28\x59\xb3\x84\x59\xc4\xd4\x8f\xd3\xbb\xae\x23\x0a\ \x88\xaa\xc8\x33\x44\x15\xbc\x5b\xb9\x3d\x02\x00\x2b\x44\x20\x26\ \x10\x37\x19\x06\x14\xeb\x0a\x15\x82\x47\x54\xde\xfb\x40\x21\x02\ \xba\x8c\x9d\x11\x70\x11\x20\xd3\x5a\x03\xab\x63\xdb\x80\xe8\x75\ \xe4\xd3\x19\x63\x56\x85\x10\x92\x1d\x4a\x6b\x05\xc0\x32\xd6\x1b\ \x11\x93\x34\xcd\xf3\xbc\x69\x9a\xbd\xfd\x7d\x63\x4c\x92\xa6\x4b\ \x6e\x04\x40\xf6\x3c\xe7\xba\x98\xdd\xa7\x69\x26\x2f\x2e\xd7\x1e\ \x91\xad\xd6\x2c\x7b\x12\x01\x20\x32\x87\xae\xeb\x98\x40\xeb\x24\ \x49\xb2\xc4\xa6\x21\x50\x5d\xd7\xe2\xdd\x79\x70\x70\x10\x25\xab\ \x4b\xce\xfd\x95\x2e\xae\xf9\x04\x2c\x9b\x74\xcb\x5c\xfc\x4c\x1e\ \x0f\xf1\xc1\x37\x5a\xb3\xa9\xba\x67\xc3\x09\x9a\xdc\x4f\x47\x5f\ \x05\x16\xcb\x76\xb1\xa2\xd7\x53\x56\x1f\x46\x5e\xbd\x3e\x13\x16\ \x33\x00\x91\x10\x1f\xda\x8b\x29\x25\x2d\x09\xc0\xa4\x10\x51\xab\ \x2e\x78\x0a\xa1\x6b\x1b\x29\x42\x89\x8b\x44\x1c\x05\x13\x65\x89\ \xd2\xc3\xb0\xfc\xdf\x2a\x84\x8c\xbc\x4d\x7f\x92\x8c\x30\x2a\x0c\ \x80\x0a\x01\x55\x20\xef\xbc\x50\xc6\xd4\x67\x6f\x6f\x8f\xd1\xfa\ \x09\x63\x9f\x84\xe9\x47\x4c\x71\x70\x4d\xff\x0c\x8f\x51\x40\x14\ \xc2\xdd\xe8\x16\x15\x2a\x84\x55\xe2\x4c\x9c\xa5\x59\xd3\x34\x4a\ \x2b\x63\xcc\x74\x3a\x4d\x12\x23\x86\x83\x12\xa2\x86\x10\x80\x09\ \xc4\x1b\x6d\x59\xa6\x90\x5d\x61\xe9\x9f\x80\x4a\x69\xad\xbd\x73\ \x0c\x01\x8f\xd6\x43\x24\x4b\x8d\x95\x53\xef\x7d\xd3\xd4\x08\x26\ \x22\x20\xf6\x66\xf5\xc8\xd3\xa2\xa7\xe1\xea\x5f\x94\xb1\x16\xcb\ \x22\x60\x08\x4a\xc9\xc4\x54\xe3\x9c\x9b\x2f\x16\x79\x51\xc4\xad\ \x8b\x98\x8d\xd6\xb2\xa5\x2a\xa5\x89\x38\x04\x77\xcc\xcc\x48\x18\ \xa4\x5e\x29\xc6\xb0\x51\xc2\x44\x37\x4d\x53\x96\x55\x9a\xa6\x55\ \x55\x79\xef\xc7\xe3\xb1\x5d\xb5\x75\x0b\xf5\x24\x7a\xa0\x7b\x4d\ \xb9\x2c\xe8\xf9\xa7\xc1\x64\xb0\xf3\xdb\x01\x0d\x74\x53\xda\x9f\ \xf1\x27\x20\x83\x66\xe2\xae\x0e\x9f\xb2\xc1\x69\x9a\xeb\x4f\x0c\ \xe5\x22\xe9\xed\xb1\x85\x11\x55\x29\x71\x44\xc1\xef\x1d\x6c\xf6\ \x93\xb8\x48\x17\x4a\xf1\x5e\x7a\x5a\x64\x93\x17\x7e\x23\x6a\xf1\ \xfa\xca\xbb\x68\x6e\x18\x7b\xfb\xfa\x0b\xe9\x98\x5a\xe8\xc8\x09\ \x2b\x15\x51\xbb\x6d\x5b\xa9\x94\xc5\x36\x95\x57\x94\x72\xf4\x01\ \x74\x15\xa3\x2d\xd9\x95\xc8\xd2\xf6\x2f\xc2\xa1\xe3\x0e\xf3\xdd\ \x58\x45\x30\x00\xf3\x11\xf0\x5a\x2c\x16\xe3\xf1\x78\x3e\x9f\xdf\ \xb8\x71\x63\x3c\x1e\x27\xc9\xd2\x59\xf2\x98\x64\xaf\x17\xc6\x52\ \xbf\x2a\x1a\xc9\x22\xe7\x5c\x96\x65\x5a\x19\x71\x2a\x94\x4b\x9a\ \x65\x99\xc8\x98\x56\x63\xaf\x93\xb6\xf1\x71\xe6\xb5\x4c\xe5\x8e\ \x1f\xf0\x98\x13\xd2\xed\x16\xb0\x49\x92\x30\x2e\xaf\x8f\xa4\xcf\ \xb1\xa0\x11\x75\xa3\xea\xe8\x2d\x8c\x93\x70\x60\x25\xf3\xc2\x9e\ \x02\x21\x32\xec\xa2\xe3\x11\xf3\xba\x7c\x75\x88\x41\xa7\x80\xe6\ \x52\x63\xa4\xef\xb9\x0d\x6d\x47\x2f\x3f\x75\x0f\x98\x68\x54\x98\ \x16\x9a\x4e\x02\xd3\x8f\x3b\xe5\x02\xfd\xb0\x22\x12\xbb\xb1\x8c\ \x78\x8c\x7a\xfe\xbd\x81\x26\xd6\xe9\xa3\x71\x43\x5c\x6f\xd2\x50\ \xd8\x8f\xda\xe2\xaf\xe2\xa0\xbe\xb8\xec\xe3\x5b\x53\xf0\x42\x2c\ \xf4\x5d\x9a\x23\x30\x31\x80\x5a\x29\x8a\xe5\xc5\x63\xeb\xc5\x47\ \xa5\x11\x7e\x0f\x64\x84\xde\x68\x43\x61\x7e\xfb\x26\xe4\xf1\x99\ \xb1\xdb\x44\x2a\xa7\x77\xb5\xef\x53\x00\x30\xb1\xc8\x80\x88\xbb\ \xbb\xbb\x49\x92\x3c\xf4\xd0\x43\x42\x7d\xc7\x0d\x26\x96\x38\xfa\ \x38\x02\xa0\x6e\x87\xfe\x58\x83\x1b\x0e\x07\xfd\xaa\xa8\x30\x36\ \xfd\xfa\x69\x62\xf3\xfe\x1d\x17\x42\xb9\xaf\x5a\xef\x17\x1f\x23\ \xb4\xc5\x1a\x8b\xb6\x4a\xbe\x27\x1b\x1b\x1b\xb2\x73\xf4\xc3\xf0\ \x88\x86\xf1\x3e\x46\xf2\x44\x7e\x3d\x99\x4e\xf5\xaa\x6d\x26\x8e\ \x63\xac\xaa\xea\xe0\xe0\xa0\xeb\xba\xd1\x68\xb4\xb5\xb5\x15\xaf\ \x3f\x33\x17\x45\x11\xe5\x8d\x61\x35\xe8\xe2\x9e\xd6\x16\x01\x38\ \x80\xb5\xd0\x12\x9c\x7f\xbd\x09\xb7\xc2\xee\x2d\xfe\xc4\x28\x74\ \xf8\x44\x1c\xf9\x89\xba\xc8\x71\xb1\xc5\x5a\xfe\x61\x05\xad\x97\ \xfc\x7c\x54\xa0\x91\x85\x1d\xff\x8d\x08\xdb\xb6\x6d\x08\x21\xda\ \x8b\xc2\x6d\x62\xc6\xbe\x46\xba\x2f\xed\x3e\xa2\x10\x5a\x2d\x4b\ \x79\xa6\x88\xbd\x97\x2e\x15\x2b\x39\x88\xbc\x82\x30\xd1\xfd\x95\ \x29\x78\xfa\x8a\x98\xd8\x4f\xa5\x63\xcf\x86\xfc\x56\x96\xeb\xed\ \xcd\x30\x2b\x8c\xf0\x77\xb5\x1f\x21\x02\x80\x14\xfb\x64\x6a\xf6\ \xf6\xf6\x76\x9e\xe7\x52\x86\x13\x7b\xed\x88\x4a\x71\x6f\xe8\xa9\ \x35\x75\xdf\x48\x51\x4e\xdb\x5a\x5b\x96\xe5\x7c\x3e\x67\x60\x9b\ \x24\xf1\xa6\xf4\x39\x6b\x99\x8b\x52\x95\x4d\xfc\xc8\x02\x4f\x31\ \x5a\x17\x67\xa3\xae\xeb\xfa\xd5\xd8\x7e\xc9\x55\xee\x85\xdc\x85\ \x38\x43\xe6\xb0\xaf\x49\x2c\x73\x42\xe8\x97\xa7\x8f\x8d\x19\x18\ \x8d\x46\xb0\x52\x65\xc9\xfb\x32\xf3\x78\x3c\xce\xf3\x5c\x06\xe7\ \x8a\x51\xb9\x64\x00\x47\x24\xfa\x44\x5d\xd7\xf9\x10\xee\x31\x2c\ \x52\x80\x27\xbe\x2e\x7f\xcd\x19\xde\x79\x8a\xcd\x08\xec\xe7\x9a\ \xee\xa7\x9b\x59\x79\x82\x27\xf7\x0f\xe5\x12\xd9\x86\x28\x80\x88\ \x7e\x27\xaf\x98\x84\xf6\x83\x82\x18\x1a\xc4\x7a\x96\x8c\x94\xca\ \xb2\x2c\xcf\xf3\xd8\x0a\x16\x7b\x2d\xfa\xab\x2e\x36\x7b\xf4\x5f\ \x04\x51\x25\xe6\x88\x6d\x9f\x8c\x79\x92\x16\x08\x63\x8c\xd2\x3a\ \x4e\x85\x8e\x20\xf8\x6a\xa2\xda\x78\x48\xbb\x5b\x84\xc5\x68\x1e\ \x2e\x89\x73\x7c\xd3\xc3\xae\x1e\xad\xe3\xd9\x3a\xe7\xee\x26\x71\ \x8a\x0d\x24\x8b\xc5\x62\x3e\x9f\xbf\xee\x75\xaf\x13\xcb\x22\x39\ \x25\xb1\x35\x5a\xba\x5f\xaf\xf0\x71\xd5\x2f\xac\x11\xd1\x18\x1b\ \x2b\x0c\x72\xbf\xe4\xcf\x45\xd3\x33\x99\x4e\x8b\x41\xb1\xbe\xbe\ \x2e\xec\xbc\x0c\xf2\x8e\x5a\x82\x38\x20\x21\xda\xc7\x49\x21\x4f\ \x36\x9b\xe8\x54\x44\xbd\x43\xe6\xfc\x74\x5d\x37\x1c\x0e\xb7\xb6\ \xb6\xa2\x1c\xaa\x5f\x48\xe9\x7f\x13\x74\xef\xfe\xde\x0e\x8b\xca\ \x68\x5e\x85\xfc\xfd\x1d\x51\xce\x50\x14\xec\xd0\xf3\x84\x17\xd9\ \x66\x4f\x40\x7a\xaf\x61\x11\xb6\xed\x99\xc6\xfd\xe2\x0f\xd1\xe7\ \x7e\xbd\xfd\xc0\xbf\x68\xcc\x05\xbb\x35\xc6\xc9\xe2\x64\xca\xd5\ \xfd\x91\x42\x43\x08\xcb\x09\x01\x92\x6a\xf5\x95\xb7\x70\xb4\xf9\ \xec\xd8\x04\xd4\xb8\x1a\xe1\xa8\x5f\x4e\x14\x52\x48\x8e\x1c\x35\ \x19\xb0\xea\xc7\x90\xb5\x24\xc8\x12\x13\xc3\x98\xa0\xc9\xda\x90\ \x55\x51\x0c\x06\x40\x87\xda\xa0\x18\x5a\x4a\x4a\x25\x3e\xb5\x7e\ \xd5\xac\xfd\x51\x05\xe7\xf1\xaf\xfa\x3a\xc7\x7e\x44\x19\x47\x74\ \xc5\x07\x63\xf0\x12\x1f\x14\x80\xe8\x07\x95\x4b\x94\x54\xea\x2e\ \x76\x23\xda\xdf\xdb\x17\xcd\xe8\x78\x3c\x3e\x7f\xfe\xbc\xf8\xaa\ \xc5\x8e\x6c\x63\x74\x54\xd1\xf7\xcb\x0b\x11\x3e\x9a\xa6\x96\x69\ \xa8\xa2\x83\xa9\xeb\x7a\x7d\x7d\x7d\x6f\x6f\x2f\x4d\xd3\xed\xed\ \x6d\x62\x4a\xd2\x54\x9c\xc1\xe4\x0a\x48\x39\x2f\x86\xa8\xde\xb1\ \x31\xda\x7b\xbf\x58\x2c\x64\x1b\xc8\xf3\x5c\xe0\x4f\xee\x7e\x14\ \x33\x49\xe4\x28\x35\x3e\x99\x24\x8e\x88\x72\x7a\x12\x57\xc6\x6c\ \x20\x56\x8a\x01\xc0\x1a\x23\xcd\x42\xb1\x20\x7b\xb4\xb4\x7a\xc8\ \x1d\xf5\x69\x3d\x58\x29\x75\x62\xfc\x2b\x05\xdf\x38\x86\x4c\x2c\ \xce\xee\xb5\xb1\x18\x83\x2e\xd0\xef\x7b\xee\x78\x3a\x63\x34\x08\ \x01\xcc\x89\xf5\xed\x7d\x84\x8b\x52\x5a\x8a\xe6\x54\xc7\x10\xa1\ \x0f\x79\xc7\xe2\xaf\xfe\x23\xc7\x9e\x13\xb3\x2a\x49\x82\xfa\x90\ \x24\xbc\xaa\xe0\x91\x64\x73\xb0\x6a\xf2\x95\x97\x8a\xd3\x59\xa5\ \x6c\xcf\x47\x5f\x5f\x5e\xe1\x30\x19\xe7\xe3\x96\x56\xc7\x26\xb7\ \x40\xcf\x27\xa2\x5f\x16\xbc\xbd\x3f\xfa\x76\xaf\x9d\x3e\xbc\x0a\ \x5a\xf5\x25\x9c\xcc\xac\x95\xbe\xe3\x2e\x58\x66\x6e\xbb\x6e\x7b\ \x7b\x6b\x38\x1c\xca\xcb\xf6\xb9\x26\x66\x16\x97\xad\x7e\xb5\xb4\ \xef\xaf\xa5\x94\x12\x53\x21\x41\xb4\x18\x63\x6e\x6c\x6c\x88\xa3\ \xa5\xf3\xce\x79\x3f\x99\x4c\xea\xba\x96\x3d\x4f\xde\x22\x84\x50\ \x96\xe5\x78\x3c\x1e\x14\xa3\xf1\x78\x2c\x86\xea\x31\x55\x37\xc6\ \x8c\x46\x23\xc1\x20\xc1\x41\xf9\xe0\x22\x51\x94\x67\x8a\x5d\x66\ \x6c\x1e\x8f\x1e\x10\xfd\xa8\xf0\x76\xba\x5f\x4e\xef\xf0\x03\x52\ \x80\xde\xc5\xef\xeb\x10\x8e\xcd\xbd\x88\x21\xbc\x80\xa3\xd4\x31\ \xf5\x3d\x9f\x13\x1d\x4a\x1a\xbc\x21\xfd\xfc\x73\x9c\x6d\xe2\xf6\ \xd7\xa4\x2a\xc1\xcb\xbf\x74\xc2\x83\xdc\x3f\x29\x74\x51\x0c\x10\ \xeb\xfe\x7e\x1e\x4b\x7e\xc7\xfa\xa3\x7f\x6f\x70\x8c\x8f\xf7\x3b\ \x37\xa0\xd7\x37\x22\xa9\x9c\x50\xbd\x92\xbe\x89\x87\x60\x0c\x49\ \xfa\xa6\x00\x87\x84\xe6\x6d\x9c\xcf\xa1\x8e\x07\x11\x98\xc5\xa0\ \xac\x4f\x9b\xf4\xc1\xae\x5f\x99\xea\x4b\xc1\xe1\x36\x13\x9d\x58\ \x1d\x83\xdb\xe6\xfc\xf5\x9b\x20\xfb\x1f\x5c\xa9\xbb\xc9\xa0\xf5\ \xb9\x73\x67\xa5\xb9\x6d\x65\x91\x70\x84\xee\x88\xc4\xeb\xb1\x38\ \x3d\xa6\xd2\xde\x2f\xe3\x5c\x49\x30\x65\xbc\xb2\x98\x04\x33\x73\ \x5e\x14\x36\xb1\x71\xd2\x6c\x9a\xa6\x62\x67\xbb\x58\x2c\x00\x60\ \x6d\x6d\x6d\x7b\xeb\xb4\x48\x5e\x04\xe8\xe5\x36\x35\x4d\x43\x44\ \x69\x9a\x8a\xed\x98\x3c\x2e\x2f\x1b\x71\x53\xa8\x67\x65\xd1\xe8\ \x23\x7c\x51\xac\x9c\x2c\x2b\xd4\xab\x16\x49\x38\x6a\x37\xb7\x2a\ \x19\x1f\x37\xc5\x89\x77\xfc\x58\x6b\xfc\x21\xd2\xad\x6a\xbe\x22\ \x0f\xba\xc7\x49\xb4\x3a\xf0\xff\xef\x0f\xf9\xa3\x75\x01\x38\xc9\ \xa0\xef\x13\x54\x04\x58\xf9\x21\x53\x94\xb0\x1d\x43\x8a\x8f\xda\ \x2e\xfd\xbb\x45\x8b\xd0\xb3\x3c\x39\xf6\xbd\x97\xc5\x23\x35\xa9\ \xc8\x00\x48\xcc\x18\x5b\x56\x04\x26\xa4\xd8\xbf\xa4\x0b\x80\xa1\ \x57\xbc\x8f\xfe\xde\x4b\x5e\xfb\xe8\xbb\xc0\x51\xcd\xf6\xb1\x24\ \xfa\x58\x63\xf5\x31\x45\x24\x1c\xd5\x30\xf6\x11\xb0\x9f\x3b\x1f\ \x33\x8c\xb8\x9b\x6b\xdf\xb6\x5d\x9a\x26\x7d\x64\xe9\x93\x1b\x78\ \xdb\x01\x47\xe5\x93\x83\x41\xda\x87\x92\xa8\x49\x94\xd2\x44\x94\ \x82\x46\xd6\x45\x2a\xbc\x12\x03\x96\x65\x79\xfa\x94\x12\x7f\x43\ \x89\xbf\x9a\xa6\x11\xa2\x43\x7c\x0f\xe3\xd5\x93\xea\x70\x1c\x66\ \x2d\x6c\x89\x31\x06\x01\x63\xbf\x4d\xdf\x4a\xb6\xcf\xb1\xf4\xab\ \xc6\xd1\x7c\x6c\x09\x5b\xb7\x21\x48\x3f\x48\x8c\x4a\xac\x3e\x19\ \xd8\x8f\x4c\x3f\x09\x86\x16\x20\x68\x0b\x00\x20\xa3\x59\x4f\xd8\ \xe1\xfb\xab\xb4\x08\xab\xaf\xf1\x11\x93\x98\xbe\xb7\x02\xdc\x26\ \x01\xe9\xc1\xc1\x71\x5d\x61\x8c\x10\xe3\x17\x7a\xb5\x92\x25\x02\ \x0d\xd1\xa8\xc6\x5a\x5b\x55\x95\xeb\x0e\x39\x65\x22\x8e\xac\x8b\ \xbc\xaf\xf7\x1e\xf0\xb0\xf2\x18\x42\x70\x5d\x07\x88\x4d\xd3\xa4\ \x69\xaa\x95\x42\xa5\x71\x65\x1e\xd3\x57\x50\xf6\xa3\x8f\x7e\x54\ \x7b\x74\xf4\x33\x00\x30\x02\xde\x9e\x89\xf7\x7b\x01\xe1\x70\x8c\ \x2a\xc8\x9c\x17\x58\x99\x54\xde\xdd\x5a\x40\x6b\x8d\x52\x2a\x76\ \xd1\xc6\x80\x11\x95\xd2\x4a\x21\x1e\x96\xdb\xfa\x44\xf9\xb1\xa6\ \xbd\xf8\xb8\x35\x26\x10\x39\xe7\x36\xd6\xd7\x9d\xf7\x3e\x04\x06\ \x96\xfd\x43\x5e\xc4\x58\x4b\x21\xa4\x69\x7a\xea\xd4\x29\x49\xae\ \x85\xd0\x10\x16\x4b\xc2\x43\xb9\x17\x21\x84\xb6\x6d\xbb\xce\xc9\ \x98\xaa\xbd\xbd\x3d\x44\xd5\xb6\x4d\x08\xa1\xaa\xaa\xf3\xe7\xcf\ \x5f\xbc\x70\x11\x95\x62\x99\x71\x46\x9e\x19\xa2\xef\x43\x3c\x25\ \xf1\x1f\xea\x7f\x67\x64\x1a\xc1\xf2\xff\xe1\xb8\x94\x27\x56\x0c\ \xe2\xec\x97\xfe\xab\xc5\xe9\xbb\xf4\x2a\xe6\x5b\x7d\x42\x60\x51\ \x41\x5a\xa0\xb2\x58\xac\x61\x3a\xc0\xb4\xc0\xc9\x33\x7e\x7f\x71\ \x62\x15\x71\xbf\x20\x23\x07\xab\x41\x4c\xb3\x65\x0f\x97\xa2\x9e\ \x42\x40\x04\xa0\xc0\x5a\x2d\xfd\x4c\x01\x01\x90\x98\x63\x89\xc7\ \x87\xce\x68\x7b\x9c\x64\xec\x35\xea\x29\xa5\x18\x02\x20\x36\x6d\ \x95\x24\x89\xb1\x1a\x00\x8c\xd2\x80\xac\x34\x0c\x86\xc5\x32\x2a\ \x04\x42\x05\x4a\xc6\x74\x28\x10\xe9\x89\x0f\x1e\x90\xab\xb6\x35\ \xd6\x18\x6b\x74\x62\x89\xc8\xa4\x89\xf7\x3e\x29\x72\x26\xaa\xba\ \x76\x30\x18\x88\xc0\x30\x7a\xeb\x63\x6f\xb6\x1c\x33\x13\x07\x63\ \x8d\x42\x69\xcc\x50\x4a\x6b\xef\x59\x1a\x11\x97\x94\x0b\x85\x55\ \xd5\x5f\xc2\xae\x10\xe7\xb4\x20\x2e\x57\xfb\x72\xf0\x95\xc4\x05\ \xcb\x6a\x27\x03\xb0\x32\x77\xb3\x08\x58\x01\x59\x05\xa8\x50\x2b\ \xd4\x46\x13\x79\x05\xcc\xc0\xe2\x1e\x23\x23\x0c\x63\x7e\x7a\x0c\ \xf7\x89\x48\xdb\x44\x1b\x83\xcc\x1c\x00\x00\x3c\x13\x2a\xb4\x69\ \xd2\xb8\x0e\x11\xb5\x52\x32\x0c\xb6\x6b\xda\x25\x73\xad\x09\x95\ \x32\x4a\xa3\x81\x33\xdb\xa7\x60\xd5\x56\x2c\x05\x47\x00\xc8\xf3\ \x5c\x7e\x0e\x21\x38\xd7\xf9\xd0\x19\x9b\x19\x63\xce\x9e\x3b\x15\ \x02\x85\x10\x88\xc9\x75\x6e\xb1\x98\xcf\x16\x53\x9d\x64\x4b\x2e\ \xdb\xfb\x3c\x49\x85\xbd\xc1\x15\xee\x11\x91\x52\x10\xd9\x7c\x63\ \x92\xae\xeb\x94\xd2\x5d\xd7\x3a\xe7\x94\x56\x81\x38\x4d\x52\xb1\ \xde\x38\xc6\xda\xc9\x3e\x2a\xc5\x96\x28\xde\x8a\x46\xb6\x7d\xa2\ \xef\x5e\xc2\x22\x25\xfa\xb3\xbf\x25\xd5\x97\xdd\x07\xdf\x17\xba\ \x05\x74\x33\xaa\xbb\x13\x4c\xbc\x7f\x92\x68\x04\x94\x01\x43\x71\ \x4f\x8e\xbf\x92\x80\x2a\x5a\x39\xc4\x3c\xae\x6f\x2b\xeb\xbd\x43\ \x54\xbf\x07\x33\xa3\x8d\x42\xa4\xe8\x18\x26\x81\x61\x0c\xe8\xa2\ \xd7\x6c\xf4\xce\x12\x12\xe6\x48\x98\xd0\xaa\xd8\xa3\xbd\x2a\x2d\ \x2d\xb5\x38\x14\xa4\x03\x1a\x44\x79\x77\xcc\x82\x1b\x96\x82\x70\ \xa2\x55\xa2\x79\x4c\x2b\x7e\x3b\xeb\x72\x2c\xfd\xef\xcb\xbc\xfb\ \x02\x94\x25\x43\xad\xd4\xdd\xf8\x8e\x22\xa2\x4d\x12\x31\xa0\xc4\ \x55\x55\x41\x68\x28\x11\xee\xc4\xad\x45\xfe\x95\xab\x24\xa9\xae\ \x50\x1f\xd1\x11\x32\x0e\xc0\x8a\xde\xdd\x89\xb1\x12\x5e\x89\x98\ \xc9\x5a\x1b\x88\xe2\xf6\xe5\xbd\x77\xc1\xb7\x6d\x23\x2f\x52\xd7\ \xb5\x74\x07\xc5\x89\x54\x32\x0b\x2b\x92\xd4\x4a\xa9\xc9\x64\x22\ \xa2\xa8\xae\x73\xb7\x76\x77\x3d\x41\x9a\x15\xeb\x6b\x6b\x83\x41\ \x2e\x19\x87\xb5\x16\xe1\xb0\xaf\x1c\x71\x59\xd6\x14\xa1\xb8\xd0\ \xd9\x52\xfa\xe8\xba\x0e\x95\x8a\x5d\x95\xd1\xee\xf7\x58\x91\xb7\ \x7f\x0b\xa2\xcc\x48\xea\xad\xf1\x4b\x72\xef\x6a\x8b\x4d\xf8\xb5\ \x1f\xaa\x1f\xff\xb2\xf4\x0d\x7f\x08\x9f\x7e\x87\x9b\x1c\x70\x38\ \x61\x5c\xee\x2f\x64\x84\xa3\x3e\xd5\xc7\x88\x14\x34\xba\x9f\xb6\ \x88\x80\xe3\x10\xd4\x18\xc5\x5e\x05\x7e\xb7\xf1\x29\x3e\xf4\xc5\ \xc0\xfd\x46\x91\x08\x31\xf1\xbb\x2e\xcf\xec\xf7\x75\xf4\xab\x69\ \x7d\x3f\xe7\xa8\x04\x2a\x17\x55\x3c\x67\x41\x8d\x7e\xed\x0f\xd5\ \x91\xbf\x92\x3f\x39\x96\x1d\x1f\x23\xaf\x8f\x95\x11\x6f\x2f\x41\ \x1e\x56\x4b\x89\xee\x6e\xf8\x1f\x0b\xfc\x49\x28\xd4\x34\x8d\xc4\ \x5f\x65\x59\x4a\xc3\x78\x1f\x40\xe3\x99\x1f\xb6\xca\x11\x8b\xbd\ \x6b\x9c\xca\xd2\xbf\xbc\xce\x7b\xe8\xd5\xf8\x44\xe6\x22\xb8\x26\ \x61\xd7\x20\xcb\x8d\xd1\xce\xb9\xc1\x60\xb0\xb1\xb1\x11\xf3\x53\ \xe9\xf8\x4c\x12\x6b\x93\x23\x56\x43\xeb\xeb\xeb\x52\x22\xec\xba\ \x8e\x88\x27\xf3\x72\x32\x99\x54\x65\x79\xfa\xf4\x76\x91\x65\xe2\ \xd9\xa3\x90\x7b\x9e\x98\xcb\x38\x54\xba\x98\x23\xf6\x89\xc8\xc6\ \xb5\x9d\x50\x43\xe2\x4b\x26\xe8\x19\xc3\xc3\x63\x33\xc5\x60\xd5\ \xa6\x1d\x0b\x20\xce\xfb\x7b\x9d\x44\x03\x28\xe6\x67\xff\x5d\x73\ \x69\xac\xde\xf4\x35\xd9\x63\x57\xba\xf7\xfe\x72\x38\x09\x17\xef\ \x93\x0c\x1a\xb1\xae\x6b\xd1\x70\x48\x30\x15\x95\x6e\x87\x9b\xf6\ \xca\x0f\xe1\xf6\xd2\xa1\x14\x04\x6f\x6f\x88\x3e\xfa\x16\x6a\x35\ \x1c\x3d\x44\x03\xd7\xfe\xe8\xbe\x3e\x10\x1f\x6b\x98\xe9\x2b\xb4\ \xfb\x89\x79\x4c\x99\x01\x60\x3c\x1e\x4b\x4b\xaf\x60\xe8\xb1\x31\ \x2c\x40\x87\x40\xdf\xef\x2f\x8c\x4f\xe8\x37\xa5\x45\xcd\xe0\xef\ \x36\xea\xef\x18\x5c\xba\xae\xbb\x63\x39\x37\x11\xdd\xbc\x79\x33\ \x49\x92\xba\xae\xc5\x7b\x71\x34\x1a\xc9\x94\x2b\xe9\xff\x55\x2b\ \x03\xb4\x08\x34\xa2\x73\x8e\x8d\xc9\x71\xcf\x88\xfd\xe0\x31\xda\ \x15\x35\xb5\x77\x3e\xf6\xab\xc8\x33\xfb\xae\x1f\xc4\x14\xbb\x7a\ \x62\x97\x7a\x0c\xa5\x89\xc2\xf2\x34\x94\x12\x44\xce\xb2\x4c\xa2\ \xbf\xa2\x28\x98\xa1\x18\xad\x95\x55\xcd\xc4\x79\x9e\x2b\x44\xef\ \x1d\x05\x82\x43\x03\x62\xf6\x3e\x88\x10\x52\x7a\x78\x26\x93\xc9\ \x78\x3c\x16\x7b\x70\x22\xca\x92\xb4\xdf\xcc\x27\x5b\x5a\xbf\xf2\ \xdb\xbf\xe9\x51\x9c\x70\x6c\x68\xcc\x3d\x86\x45\xd0\xb8\x76\x51\ \x3f\xfe\x16\xe3\x3e\xdc\xbd\xef\x9d\x81\xf5\x09\x9e\xdc\x3f\x87\ \xc0\x62\x1c\xe2\x1c\x6e\xcf\x05\xf4\x11\x75\x9e\x52\xe2\x7f\xb3\ \x8c\xf2\xb4\x36\x08\x18\x49\x4f\x38\xae\x1c\x84\x54\x2f\x6b\xf9\ \xd1\xcc\xb9\x47\x59\x8a\xc5\xe9\x32\x0e\x92\x55\xbe\x1c\x96\x8e\ \x48\xcc\x28\x5a\xeb\x55\x3a\x1f\xd3\x58\x59\xe7\x5a\x6b\xef\x83\ \x40\x5c\xcf\xd3\x7b\xe9\xa0\xb3\xb4\x44\xf4\x1d\x33\x1b\x63\x8d\ \xd1\x9d\x73\x7e\xe9\x96\x2a\xed\xde\xdc\x27\x58\x8e\x39\x1d\xc4\ \x88\x15\x6e\x1b\xc2\xd9\x77\x6f\xbc\xe3\xf0\x80\x88\x6e\xdd\xba\ \x25\xa9\x2b\x00\xc8\x3c\xe8\x68\xe6\x2a\x9b\x52\x4f\x88\xce\x88\ \x20\xb6\x86\xe2\xb5\xb5\xb6\xb6\xa6\x8c\x95\xab\xba\x0a\xb7\xf5\ \xca\x57\x3c\x00\xf8\x61\x31\x08\x18\xda\xb6\x95\xea\x84\x70\xd0\ \xd1\x40\x97\x28\x00\xda\x5e\xc8\x1c\x47\x53\x21\x11\x2f\xa7\x34\ \x2e\xc1\x88\x95\x42\x6b\xad\xbc\xd4\x32\x59\x56\xba\x6d\x1b\x6b\ \x13\x04\x68\xbb\x4e\x4b\x53\xa0\x52\x32\x93\x42\xc2\x3a\xef\xbb\ \xb2\x2c\x45\xcd\xb3\x58\x2c\xe2\x40\x98\x34\x4d\x99\xb9\x6b\xda\ \x98\xfe\xf7\xa7\xad\x1e\x1b\x6c\xdb\x8f\x1f\xe5\xad\x45\x90\x74\ \xef\x61\x91\x32\xfd\xf9\x7f\xd6\xaa\x3d\x7a\xe1\x5d\xdd\x74\x9f\ \xf5\x00\xa9\xe5\x13\x3e\xfa\x93\x38\x00\x54\x4a\xcb\x78\xd2\x57\ \xbe\x49\x6d\xdb\xfe\xa3\x1f\xf8\xbf\x0e\xe9\x5a\x38\xda\x3e\xb0\ \x9a\x3b\x75\x7b\x8c\xd9\xa3\x11\x55\x5f\xb4\x03\x70\xd4\x9f\x98\ \x41\xd2\xd8\x18\x8e\xdd\xae\x9a\x3e\xe6\x2f\x40\xfc\x51\x52\x91\ \x63\x33\x59\xfa\x1a\x20\x39\xe3\xd5\x87\xc5\x5e\x5d\xb4\x67\xaa\ \xa8\x10\x41\x86\x5e\xd1\xf2\xbf\x5e\xb1\xb0\xd0\x17\xe2\xc0\x47\ \x57\x60\x10\x51\x59\x55\x77\x76\x9b\x46\xa3\xd1\xf7\xfd\xc3\xef\ \xd7\x4b\x3a\x0b\xc4\xa0\x3f\x84\x00\x88\x5a\xc6\x3f\xad\xac\x15\ \x45\x8f\xc2\x32\xaf\x5e\x22\x65\x85\xd6\x58\x38\xf4\x17\x3a\x34\ \xad\x90\x2a\xf1\x32\x77\x96\xdb\x8a\x18\x47\x0b\xf4\x2d\x26\xe3\ \x44\x94\xd5\x8d\x3b\x54\x17\x08\x2c\xae\xa2\x32\x5e\xb9\x00\xa3\ \xbc\xf8\x4a\x48\x1f\x0b\xaf\xab\x26\x51\x5e\xf1\xf3\xcb\x01\xd0\ \x81\x79\xc5\x9e\xf9\xb0\xfc\x5b\x85\x46\x6b\xd9\xba\xc4\x52\x93\ \x21\xaa\xa6\x96\xb7\x51\xce\x43\xad\xb4\x8d\xab\x1b\x2b\x3b\x22\ \x32\x31\x31\x6d\x6f\x6f\xdf\x63\x58\x44\xe2\x6b\xbf\x13\x86\x1b\ \xea\xc1\xcf\xb5\xaf\x49\x50\x19\x78\xf1\x17\xda\xcb\x3b\x27\x69\ \xf4\x27\x29\x2a\xee\xdc\xbc\x5e\xd7\x15\x05\x3a\xff\xc0\x83\xaf\ \x26\x66\x79\xc3\xeb\x5f\x77\x72\xd5\xee\xf8\x08\x77\x5a\x68\x37\ \xc6\x3c\xf1\xba\x27\x4e\x2e\xe0\xc7\xe9\xf8\x44\x18\x8b\xbd\xf4\ \xde\x98\x3e\x00\x2a\x40\x3c\x19\x71\xf5\xc9\xcb\xa0\x9c\x3d\xff\ \x80\xec\xfe\xf3\xf9\xec\xe4\x72\x9c\x1c\x27\xb0\xf8\xf1\x39\x14\ \x66\x39\xb7\xf5\x72\x64\x91\x4a\xd0\x30\x77\xee\xe4\xca\x7f\x92\ \x46\x8b\x37\xaf\x5f\xab\xeb\x8a\x88\xce\x9e\x7b\xe0\xe4\x72\x9c\ \x1c\x9f\x9a\x87\xfa\x78\xbf\x01\xaf\xe9\x37\x7d\xbe\x22\x87\x8f\ \xfc\x51\x9b\x20\x14\x67\xf5\xd9\x6d\xa4\x57\x59\x5b\x0c\xcd\x62\ \xb1\x28\xcb\x45\xb9\x58\x54\x1d\x75\x6d\x2b\x7f\x17\xba\xca\x13\ \xf8\xa6\xf2\x04\x00\xe0\x9a\xba\x3b\x19\x11\xf3\xfb\x74\xbb\xce\ \x9c\x3d\x7f\xf1\x91\x47\x5f\xf3\xe8\xe3\x74\x62\xe1\x7b\x72\x9c\ \xc0\xe2\xc7\x2f\x5a\xd4\x1a\x88\xc0\x0e\x10\xf8\x63\x69\xfe\xa3\ \x2e\x79\xfd\xb7\xfe\xc8\x8f\xfd\xc4\xdb\xfe\xd3\xaf\xfc\xf3\x1f\ \xff\xe7\xdf\xfd\x35\x8f\x7c\xdb\xdf\xfc\xdf\x4e\x33\xf9\xb6\x79\ \xe3\x5f\xf9\xa9\x2f\x7b\xdc\x7e\xe1\xdf\x7e\xdb\x17\x5f\x34\xcc\ \xfa\x2b\xbf\xe7\x07\xbf\xe9\x81\x10\x4e\x68\x9c\xdf\x8f\x68\x71\ \xe7\xe6\xf5\x97\x5e\x7c\xe1\xc5\x4b\x1f\x79\xc5\xe9\x68\x27\xc7\ \xc9\x71\x02\x8b\x77\x1c\x7f\x70\xb2\xa6\xcf\x3e\xaa\x07\x39\x6e\ \x3f\xa2\xb7\xce\xbd\xea\x39\x2e\x2a\xe9\x3e\xfc\xa3\xdf\xf6\x17\ \xff\x97\x5f\xbb\xf6\xc2\x3f\xfa\xf6\xb7\x7e\xef\xcf\xbe\x4c\xbe\ \x2e\xcb\xb2\x2a\xcb\x72\xb1\xf0\x04\xbe\x2e\x57\xd1\x62\x75\x12\ \x2d\xfe\x7e\xdd\xad\xed\x53\xa7\x1f\x7c\xe8\xe1\x87\x2e\x3c\x72\ \x32\xa4\xf1\xe4\xf8\x94\x3d\x3e\xfe\xb5\xc5\x86\x0f\x2a\xf5\xd0\ \x67\x20\xed\xf3\xe9\x27\x35\x32\x5c\x79\xf6\x55\x0f\x89\x46\xa5\ \x95\x42\x00\xa5\xb5\x0a\xe0\xd3\xd7\x7d\xf7\x0f\xfd\x63\xc7\x9c\ \x6d\xae\xbf\xed\xd7\x7a\xc3\x80\xf9\x84\xc3\xf9\x7d\xdc\xc5\x98\ \x4e\x00\xf1\xe4\x38\x81\xc5\x8f\x6f\x56\x56\x85\xa7\x7e\xfe\x48\ \x95\xea\x8e\x99\x68\xd3\x3d\xf7\xbd\xff\xf3\xf7\xdf\xec\xdc\x93\ \x7f\xe9\x47\x1f\x30\xe0\x5b\xce\x0c\x32\x50\x9e\x60\xed\x08\xe0\ \x24\xe9\x3b\x39\x4e\x8e\x93\xe3\x0f\x02\x2c\x32\x40\x3e\xc6\x66\ \xbe\x1a\xfa\x93\x22\x7a\xf6\xe1\xff\x6f\xef\xcc\xa3\xa3\xaa\xf2\ \x3c\xfe\xfb\xdd\xfb\xde\xab\x7a\x55\x95\x8d\x4a\x20\x0b\xc5\xbe\ \x46\x64\x09\x63\x20\xa0\x82\x2c\x01\x04\x41\x41\x16\xe9\x41\x45\ \x91\x83\xce\xf4\x60\xdb\xd0\x8d\x2b\x7d\x5a\x1a\xbb\xa7\x1d\xa7\ \x1b\x9d\x16\xa4\xc1\x06\x1c\xb5\x59\x94\x4d\xb6\x61\x97\xa5\xd9\ \x09\x5b\x42\x20\x81\x24\x24\x64\x85\xca\x56\xf5\xd6\x7b\xe7\x8f\ \x02\x45\x06\xc7\x04\x12\x91\xe4\x7e\x4e\x9d\x93\x9c\x3a\xb9\xa9\ \xaa\x5f\xdd\xf7\xbd\xbf\xfb\xee\x6f\xa9\xf9\x70\x94\x14\x25\x24\ \xa3\x92\x24\x51\x42\x90\x10\x2a\x29\xb2\x83\x64\x6d\xd9\xfa\xe2\ \xa8\x9f\xc9\xa7\xfd\xc9\xf4\xe2\x1f\x8a\x91\x88\xa2\xdf\x02\x81\ \xe0\xde\xd8\x44\x7b\xa5\xee\x0f\xf0\x7f\x6c\xb0\x81\x00\x70\x50\ \x63\xa9\xd7\xb4\x3e\x4e\x08\x51\x00\x00\x0d\xb9\x49\x44\x41\x54\ \x2f\xe4\xd7\xb4\x97\x8b\x22\x57\x2c\x7a\x79\xa6\x61\xc8\xc0\xd9\ \xb2\xf9\x0b\x34\x24\x92\xa2\x9c\xfb\x74\x66\xb6\x69\xea\xd6\x8a\ \xf7\x0b\x23\x9d\x12\x1e\xfe\xba\xbc\x5a\x92\xc4\x3e\x5a\x20\x10\ \xdc\x0b\xb2\xc8\x41\xf1\x12\x7e\xc5\xbc\x96\x7d\x85\x60\xe9\xe0\ \xf2\x20\xe7\x35\xbd\x1d\x88\xc8\x03\xe5\x15\xa1\xd1\x81\xea\xea\ \xd0\x53\x56\xb0\x3c\x54\x01\x23\x50\x71\x35\x94\x3c\x25\x34\x51\ \x20\x10\xd4\x15\xf5\x7c\x12\x8d\xa0\x17\x33\xa5\x95\x44\x01\x80\ \x03\xb7\xb8\x33\x1a\x83\x01\x8e\x77\x4d\xc6\xb8\x65\x69\x86\x19\ \xb4\x6e\x0e\xca\xe3\x96\x15\x0a\x8a\xe4\xb6\xad\x19\xa6\x66\xff\ \x7f\x91\x44\xdc\xb2\xb4\x1b\x42\x2f\xb9\x6d\x6b\x86\xa5\x31\xce\ \x01\xb8\x6d\xeb\x86\x19\x34\x6f\x68\x01\xcc\x6c\xcd\x30\x83\x86\ \xa5\x85\x5e\x94\xd9\xba\xf5\x4d\x91\x0f\x66\x1a\xb6\x38\xdf\x10\ \x08\x1a\xd9\x26\x1a\x4b\xad\x73\x85\x8e\x07\x46\x29\xa5\x97\x99\ \x1c\x4d\xbd\x2e\x7e\x78\xed\xdd\xea\x86\xca\x19\x36\x7f\x6c\xe8\ \xac\x78\xa7\x9b\x57\xec\x5a\xf6\xf5\x12\xcd\xd2\x90\x3a\x09\x37\ \x49\xe4\xf0\xd9\xa3\xa7\xfe\x75\xe9\xd8\x52\x4f\xdf\xc9\x0f\xfd\ \x8c\x82\xca\x4b\x3f\xf9\xdb\xbe\xcd\xf6\x2d\x6e\x58\x72\x29\x6a\ \xe8\xcc\xd1\xb3\xd7\xae\x7a\x24\xe3\x4a\xa5\x0d\xd4\xa1\xb6\x9d\ \x38\xf0\x8d\x70\x8a\x85\x99\xef\xae\x38\x9b\x3f\xe8\xa1\x5f\x75\ \x88\x6a\x16\x2e\xe5\x2c\x5b\xf7\x56\x31\x53\x98\xcd\x12\x1f\x3d\ \x30\xc1\x73\x2a\x2f\xc8\xed\x40\xfa\xaa\xdd\x1f\x74\x79\x78\x65\ \xf7\xab\x6f\xce\x3b\x7e\x5e\xa6\xd8\x29\xf9\xa3\xa7\x63\x3e\xf9\ \xf5\xba\x3d\x92\x24\xce\x8b\x04\x82\x46\xe2\x2d\x02\xa0\x04\x85\ \x5f\xeb\x87\xb7\x99\x57\x4b\x58\xfe\x3e\x63\xff\x6a\x43\xb7\x6a\ \xad\x66\xa6\xa1\xeb\x9a\x66\x98\x37\x8f\x34\x0d\xdd\xb0\x6a\x1e\ \xc6\x8d\x84\x17\x6c\xdc\xfa\xd2\xe2\xad\x1f\x58\xe1\x9d\x91\xb3\ \x41\x83\x16\xb7\x77\xca\x3a\xb6\x9d\x94\x3a\x28\x37\xeb\x04\x07\ \xde\xb2\xcd\x40\xfd\xe8\x2b\x7f\x5a\xfd\x1a\x76\x9c\xda\x4c\xbe\ \xd5\xc1\x10\x8d\x78\xb2\x7b\xfb\x7d\x99\x59\x8c\xe9\x4d\xdb\xbc\ \x39\xae\x43\xc7\x26\x09\x13\x4a\x4e\xbf\xf3\xc1\x86\xd9\xf1\xdd\ \xa6\xc4\xb3\xa2\xdd\xfb\x5f\x5f\xb0\x69\x4e\xa5\xa7\x7d\x04\xb9\ \x5e\x57\x86\x18\x87\x0f\xcc\x58\xb4\xe1\xa5\x53\x81\x96\x3d\xc3\ \x1d\xdc\xd4\x3c\x49\xbf\x6b\xab\xe8\x00\x51\x5d\xe3\xbb\xea\x72\ \xbc\x0c\xc2\x61\x14\x08\x1a\x93\x2c\x82\x84\x61\x11\x68\x57\xf3\ \xb2\x1c\x56\x51\xce\xa9\x4a\xdc\x6a\x2d\x4a\xb5\x33\xcb\x6e\xf1\ \xe8\xac\x35\x3b\xf6\x6c\xda\xbe\x7f\xe7\xfa\x8f\x53\x62\xc8\xb5\ \x6c\x16\x6e\x93\xb0\xc4\xcf\x0f\xa7\x6f\x99\xd5\xc1\x32\x6b\x2e\ \x2b\x2c\x3c\x7a\xc0\x53\x8f\xbc\x4c\xae\xec\xb5\x01\x33\xcf\x7e\ \x5e\x62\x1a\x89\x5d\x46\x5f\xda\xf9\x46\x8e\x25\x03\x60\x76\xd6\ \x9e\xe6\x03\x3e\x7c\x6a\xe0\xeb\x8e\x8c\xb9\x97\x0c\x09\x00\x54\ \x6f\xef\x87\xee\x7f\xaa\x67\x5c\x1b\xc6\x81\x33\xcd\xeb\x7b\x3e\ \x2f\x63\x65\x19\xc8\x88\x52\x55\xd9\xe6\x63\x45\x79\xe1\xe1\xed\ \x4b\x03\xe5\x60\xf9\xcb\x20\xc1\xe7\xe2\x26\xb9\x7f\xfc\xd0\xd9\ \xee\x92\xbd\xc5\xf6\x35\x4f\x93\x73\x68\xde\xfa\xc9\x07\xbb\xff\ \xbc\x67\xac\x92\x59\x6d\x85\xd3\x0b\x4b\xf7\x5e\xea\xd9\xa9\xbb\ \xab\xd5\xcc\xc0\xa5\x4f\xab\xd5\x56\x0e\x14\xb2\x28\x10\x34\x26\ \x59\xe4\xe1\x52\x97\x64\xb4\x4d\xec\x38\x4a\x71\x10\x70\x78\x89\ \x37\x12\x6b\x9e\x02\x88\x04\x8a\xd3\xf7\xcf\x98\x30\x74\xf4\xc8\ \xd4\x85\x69\xae\xb9\x33\x93\xb9\x6e\x03\x80\xae\xa9\x93\xe7\x2f\ \x55\xb5\x8a\x80\x5e\x2b\x4d\xc1\x8a\xd2\x5d\x9f\x6e\x98\x98\x45\ \x87\xf9\x9c\x8e\xbc\x82\x5d\x7e\x3b\xaa\x73\x94\xb4\xad\xa8\x42\ \x42\x6e\xdb\x76\x4c\x6c\x97\x8a\x93\xbf\xdf\x9c\xb6\xd1\xd3\x61\ \x5a\xc8\x5b\x34\x03\xb9\x39\x45\x27\xf2\x2b\xaf\x20\x72\x13\x3b\ \x0d\x4e\x8a\x3f\x96\x93\x8e\x9c\xd9\x1c\x83\x95\xc7\xb3\xcb\xaf\ \x00\xb3\x29\x12\x40\x42\xd0\xb6\x18\xa1\xf6\xa9\xe5\xeb\x9e\x5d\ \x51\x3d\xe4\xb1\xc4\x84\x6f\xe4\xbf\xbc\xec\x58\xc6\xb9\x65\x8b\ \xd6\xff\x32\xdf\x00\x87\xec\xf0\x67\xcd\xb5\xa3\xa7\x8c\x4a\x69\ \x7b\xfc\xf4\x56\x4b\x89\x97\x41\xe4\x2d\xde\xb3\xd7\x0f\x52\x4a\ \xa4\xdb\x7e\x08\x03\xde\xa9\xd3\x45\x6e\xe7\xf1\x83\x67\x1b\x3f\ \x46\x43\x54\x00\xe0\x36\x00\x01\xce\x38\xaf\xa5\x63\x84\x84\x6a\ \xd9\x3b\xb2\x51\x22\xc8\x2a\x03\x16\x97\xae\xb5\xbf\xe8\x31\xe5\ \x9d\x31\x97\xe7\x2e\x38\x3b\x6a\x52\x6d\x24\x1a\xa8\x37\x42\xae\ \xae\x30\xbd\xd1\x6e\xc7\x79\xc6\x62\xa2\xbb\x56\xfb\xab\x0d\x74\ \x8c\xe9\x3f\x27\xbe\x59\xf7\xf8\x07\x1e\xcc\x24\xb1\xb9\x17\x0b\ \xfc\xa5\x85\xe7\xd8\xcc\x18\x07\x96\x04\xc1\x0a\xe4\x5f\x0c\x5c\ \x0a\x95\xd2\xa4\xce\x88\xaa\xa2\x92\xa1\x03\xdf\x6d\x12\xdb\xcc\ \x0a\xf6\xc8\x3d\x55\xea\x95\x0a\xfc\x57\x0e\xf5\x8a\x6d\x73\xa4\ \xa2\x3a\xc1\x3a\xb5\x4e\x73\x46\xba\x5c\x7e\x0d\x5b\x44\x86\x05\ \x0a\x02\xfc\x5a\xb7\x4f\xa8\xac\xc8\x2c\xa9\xd2\x11\x11\xb8\x4c\ \x29\xe5\x50\x76\x31\xe0\x1c\x98\x3d\xf7\x7c\xb5\x6e\x60\xa4\x83\ \x42\xe5\x3d\x3e\x3b\x39\x00\x97\x94\x5b\x44\x04\x70\x46\x6c\x33\ \x54\x37\xb4\x41\x5e\x96\xbb\xcf\x7e\x78\xb6\x70\xfb\xed\x8d\x35\ \x6d\x6d\x7a\xea\x56\xdd\xac\xba\x23\xcb\x13\x89\xdf\x2a\x7b\x1d\ \x6d\x83\xdc\x69\x2b\xea\x9f\x3a\x4e\x09\x26\x7e\xe6\x74\x2b\xbc\ \x96\x73\x15\x27\x25\x99\xbd\x7c\xf6\xdd\x94\x45\xce\xb9\xd2\x44\ \xf2\x75\x65\x61\x6e\x8c\x4f\x94\x25\x2f\xb1\xce\xd7\xb2\x34\x0b\ \x91\x08\xb7\xd1\xdd\x63\xea\xe8\xa6\xb3\x06\x1d\x40\x85\x10\x47\ \xcc\x8c\xc7\xdd\x53\x9e\x5c\xd9\x7d\xce\xd8\xda\xbc\x15\xc6\xd5\ \xbe\xcf\x8f\x79\xcd\x2b\x55\xee\xdb\xf3\xcb\x42\xcd\x18\xd8\xef\ \x95\x9c\x3d\x53\x37\xed\xfe\x1d\xe1\xf6\xe0\x87\xff\x90\x76\x74\ \x7f\x91\x52\xf1\xcc\xf0\x35\xff\x19\x01\x27\x0e\xbc\x74\xa6\x9a\ \x02\x01\x40\x24\xd7\xaf\x76\xaa\xa7\xad\xdf\x9b\xc6\x2c\xad\xeb\ \xc0\x6e\xc6\xb9\x83\x51\x09\x6f\xf5\x53\x56\x7f\x72\x76\x79\x49\ \xe2\xc2\x39\x49\xae\x2f\xd7\x3f\x5d\xa9\xb6\x79\x6e\xc4\xc2\x76\ \x11\xd2\x85\x93\xb3\x17\x67\xf9\x91\x50\x0e\x00\x48\x09\x86\xca\ \x4a\xf3\x50\x1e\x23\x07\x72\xe2\xf0\xf4\x93\x9c\x51\x8c\x35\x49\ \x84\x93\x22\xd8\xf7\xb6\x26\x9a\xfe\x62\x5c\x34\xcb\x0e\x7c\x57\ \xde\x99\x2d\xb5\xe8\xcc\x27\xfd\xa6\xaa\xac\x38\x32\xb6\x79\x83\ \xbc\x44\x25\xea\x50\x24\xf7\x6d\x3a\x0c\x48\xef\xb0\x6f\xba\x6d\ \x5b\x6c\xfd\x7c\x76\x6c\xeb\x4d\xf1\x6e\x28\xc9\x38\xe1\x75\x1e\ \xd7\x5a\x96\x15\x42\x1b\xb2\x4f\xea\x52\x40\x95\x6b\x3b\x5d\xb9\ \xf4\x43\x9b\xe4\xfa\x3f\x89\xae\x66\x79\x17\xc0\xed\x05\xff\x59\ \x5b\x8e\x00\x30\x99\xbf\x12\x6a\x19\xa0\xc3\xe5\xb8\xde\xef\x2f\ \x5f\xb8\xf3\x8d\x31\xfb\x2a\x91\x5a\x5a\x8b\x11\xbf\x29\x58\xb3\ \xe8\xac\xc6\xba\x32\xc6\x6d\xc3\xb2\xb9\x54\x13\xd3\x20\xc5\xca\ \x2f\xde\x59\xf8\x29\x03\x94\x24\x55\x26\x74\xd3\xc6\xf1\x84\xba\ \x08\x02\x20\xdd\xb8\xe3\x17\x54\x52\x31\x98\xf6\xd7\xcf\x92\x6d\ \x06\x54\x52\x15\x4a\xbf\x47\xa5\x9d\x69\xdb\x86\x23\x75\xa3\xff\ \xb5\x65\x5c\x56\x28\xd9\xb8\x61\xf8\x5a\xc6\x15\xd9\x4d\xb1\x74\ \xc1\x67\xbd\x6c\xce\x29\x55\x15\x2a\x01\x00\xa1\xe4\xd4\x9a\xe4\ \x13\xd4\x2d\x13\x04\x40\x24\xfa\xe7\xeb\xa7\xcb\xb2\x0a\xc0\x38\ \x80\x42\x0b\xfe\xf2\xd1\x30\x49\x71\x93\x7b\x79\x6a\x72\x22\x1b\ \x1f\xfd\x3a\xb1\x57\x5f\xa7\xea\xba\x41\x2a\x11\x38\xaf\x72\x84\ \xff\x6d\xf6\xd4\xc8\x1e\xfd\x52\x26\xbc\x60\x5b\x0d\xb7\xca\x26\ \xb7\x9c\x91\x83\x1f\x6c\xdf\x09\x58\x55\xce\x85\xb5\x67\xca\xfc\ \x9e\x98\x81\x5d\xd5\x33\x07\xf3\x0a\x88\x1c\x9d\x94\xe0\x3d\x94\ \x9d\xce\x14\x5f\x72\xe2\xf0\x18\x95\x16\xe5\x6f\x4d\xcb\x3f\x5f\ \x07\x79\xfc\x88\x56\x69\x61\x93\xab\xb9\xf1\x43\xc6\x00\x7c\x53\ \xee\x9e\x73\xce\x41\x56\xf7\x6f\x59\xb6\xa3\x50\x1b\x39\xe3\x6d\ \x87\x3b\xac\x91\x6c\xa8\x51\x55\x46\xf8\xf8\xfa\x5c\x1c\xdd\xdd\ \xe3\x91\xa1\xb0\xa0\xea\x7f\xce\xe9\x36\xc7\x0e\x1d\xc3\xfb\xc4\ \xc9\xc1\x8a\xe0\x9a\xb4\x80\x5e\xc3\xd5\xae\xde\xdf\xab\xce\xb2\ \x0f\xb0\x5b\x6d\xac\x6b\xee\xf3\xba\xde\x7a\x7f\x7e\xc5\xef\x87\ \xbe\xbb\xe9\xb2\x22\xa1\x66\x79\xc7\xbd\xd8\x37\x35\xaa\x6f\xfa\ \x2f\x42\x7f\xb0\x62\xda\xe9\x89\x8b\x76\x65\xd7\x28\xc2\x05\x65\ \x87\xf2\xad\x82\x4a\x92\xeb\x86\xdf\xd5\x90\x47\xa8\xc8\x9e\x1f\ \xfc\x37\x34\xe4\x20\xa0\x53\xb9\x36\xd6\x7d\xdd\x8e\xf8\x7f\x87\ \x53\xd9\x73\xe3\x7b\x93\x65\xf5\x46\x8d\x55\x14\xf7\x3d\xaf\x09\ \xc0\x02\xc1\xa0\x13\xb9\x9e\x97\x89\x84\x84\x7a\x88\x10\x00\x47\ \x87\x1e\x2b\x77\x1f\x85\xf8\x0e\xbd\xc6\x3d\xd7\x90\x35\x11\x80\ \x73\xc3\xe5\x7d\x34\x58\xf2\xe7\x7d\x05\x7c\xfc\xc8\x85\xcd\xb7\ \x8d\x3d\xe8\x1d\xf0\x78\xca\xcf\x4b\x56\x8e\xcf\x61\x31\x29\x6d\ \x3b\xfd\x23\xbb\xf8\xe9\x27\x3e\x28\xde\x3f\x6d\xcb\x65\x33\x26\ \x2a\xbc\x4e\xf2\x0f\x10\xc0\xb4\x4c\x35\xa2\x89\x99\x93\x8e\x92\ \x14\x8a\xb4\x45\x00\x22\xc9\xa5\x6d\x7b\x6f\x3a\x75\xb1\xff\x8b\ \xaf\x3a\x3d\xe1\x8d\xa7\x71\x12\xaa\x8e\xf1\xf7\xb1\x8d\x7e\x3a\ \xd4\x13\xf8\xe7\x8d\xfa\xe3\x63\x5b\x4e\x84\xbc\x2d\xae\xa6\xcf\ \xc7\x57\xbf\xb5\xb9\xac\x59\x8c\x6c\xf1\x9a\x1a\xfe\xc7\x70\x53\ \x38\x03\x74\x62\x44\x1c\x71\xbb\xc0\xae\x65\x74\x0e\xb7\x8c\x26\ \x8f\xbc\x9d\x1c\xf8\xe2\xbd\x23\xb4\x4d\xab\x16\x09\x71\xd1\x6e\ \xb5\x7a\xde\x13\xfd\x52\x07\xf6\x1f\x3c\x60\xc0\xbb\xdb\x32\xf3\ \xff\x3e\x6d\x59\x0d\x35\x51\x50\x6f\xf7\x49\x0c\x8e\xa8\x7a\x0a\ \xe2\xba\x52\x4f\x24\x33\x74\xae\x07\xa5\xd6\x5d\xfe\x7b\xcf\xf1\ \x82\x9c\x9c\xa4\x9e\x3d\x1b\x4b\x8d\x32\x0e\xcc\xc8\xfd\x64\xfb\ \xe6\xe4\x7e\x93\x1c\x84\xe4\xa7\xff\xe5\x91\x5e\x93\x54\x4b\xe3\ \xc0\x3c\x51\xdd\xbc\x79\xff\xb1\xfe\xe2\x65\xce\xca\xf2\x2e\x67\ \xd4\x95\x39\x18\x63\xb6\x16\x30\x5b\xdd\x6f\xfa\x12\xb9\x1e\x60\ \x86\x86\x92\x92\x1b\xd3\xf1\xa3\x8f\x97\x74\x89\x52\x62\xef\x4b\ \x6a\x8c\xcd\xe4\x10\xb8\xcd\x02\xba\x7d\xa1\x98\xa9\x6e\xc7\xd4\ \xfe\xca\xd2\x6d\x7e\x03\xe0\x7c\xbe\x6e\xd4\x78\x31\xfa\x11\xea\ \x2d\x82\xcb\x27\xf5\x7f\xce\x99\x34\x44\x49\x99\xac\x3e\x90\x42\ \xb0\x36\xdf\x14\xb3\xb0\xdd\x90\x3e\x51\x5d\x9e\x5c\xf3\xd5\xfa\ \x55\xab\xd7\xad\x58\x35\xcf\x47\x75\xad\xb2\xdc\xef\xf7\xfb\xcb\ \xcb\xab\x35\xd3\x0c\x54\xea\xa6\x08\x70\xb9\xcb\x72\xa0\x33\x5e\ \x6c\xd2\x45\x9f\x2d\x3f\xc6\x22\x38\xa5\x72\xbb\x6e\x4b\x77\x1d\ \x49\x3f\x93\xfe\xf2\xbf\xfe\x8b\x1d\xac\x6a\x44\xc9\x99\x48\xb8\ \x5e\x66\x4a\xd1\x14\xd1\xa8\x3a\xbe\x3c\xaf\xcd\xe4\x07\x53\x90\ \x31\x4a\xd5\x60\x55\x15\xa1\xc4\x64\xad\x27\x8e\xfc\x77\x95\xd4\ \x8d\x5a\x31\xc6\x88\xc3\xb5\x2d\x23\x6f\xc1\x57\x3b\xe4\x6e\xfd\ \x39\x60\x59\xcb\xa4\x65\xcb\xbf\xec\xdc\xb1\xa3\xcf\x1b\x61\x59\ \x56\x63\x9c\x8c\x36\x8f\xee\xe1\xdb\xf3\x66\xbb\x67\x3d\xe5\x1f\ \xa7\x19\x51\x68\x57\x59\x00\x00\xcf\x8e\x8c\xbd\x8f\xd4\xf4\xe0\ \xaf\xde\x37\xd1\x36\x62\xa7\x01\xf4\xe8\xe2\x60\x69\x05\x27\x0e\ \xd2\x69\x98\x12\x19\xa1\x5f\xad\x71\xf7\x24\xea\x54\xf6\x4f\xef\ \x9a\xf8\xed\xf7\x4b\x5c\x1e\x17\xb9\xb6\x2a\xd8\x6b\x7e\xf5\xc4\ \x0a\xe2\x74\x29\x44\x48\xd3\x5d\xf5\x16\x99\xce\x89\xc7\x21\xb9\ \xdd\xae\x2f\xd7\x6d\xe0\xc3\x87\x5e\x38\x7a\xfe\x4c\xc6\xd9\x67\ \xc7\x8d\x21\x27\x77\x68\xa4\xf9\x77\xfa\x65\x36\x5c\x45\x34\xad\ \x2a\xcd\x96\x1f\x4e\x1e\x5d\x96\xfe\xaa\x06\xd3\x11\xf1\xea\xe9\ \x57\x0f\xf9\xbe\x1a\xa5\x2e\xae\xaa\xcc\x08\xeb\x34\xa5\x6d\xe6\ \xa1\x33\x95\x41\x49\x76\xd7\xd5\x2a\x61\xd9\xb6\x11\xac\x4c\x48\ \xe8\xbc\x77\xdf\xbe\x05\x5f\x6e\x7e\x28\x25\x79\xd5\xc7\x4b\x7d\ \xbe\x16\x63\x7a\x75\xd9\xbe\xfc\xa8\x8b\x31\xa0\x8d\x62\x1f\x45\ \x65\x22\x69\x16\xb8\xa8\x55\x6d\x71\x89\x96\x1e\xcb\x1b\xbb\x5e\ \x53\x1d\x48\x01\xd7\xe5\x48\xc3\x3a\x3b\xdf\x3b\xae\x01\x45\x5a\ \x63\xbb\xd7\xbb\x2c\x92\x68\xd9\x55\x62\x96\x07\x40\x56\x10\x18\ \xbf\x7c\xda\x8e\xf6\x60\x59\x79\x2d\xf2\xff\xa8\xd3\xf3\x7d\x77\ \xfb\x24\xa7\x4b\x84\x7e\xfd\x14\x74\xd1\x00\x94\x2e\x1c\xff\xb7\ \xc9\xcf\xcc\x5b\xbc\x64\xf5\x57\x9b\x6c\xdb\x1e\x9e\x3a\xa8\xb5\ \x5e\x68\x57\xf9\xad\x70\x5f\x83\x57\x45\x04\x64\xb6\x3e\x72\xd8\ \xc6\x11\x56\xe9\x91\x03\x6f\x2c\x3e\x9d\x1b\xd5\x85\xd9\x1c\x24\ \x19\x8e\x1d\x7c\x33\xa5\x57\x2b\x16\xcc\xf8\xaf\x9d\x7b\x5e\x18\ \x7b\x60\x9a\x4a\xf2\xce\x2d\xb0\xea\xc6\x1c\x68\x33\x6e\x94\x5f\ \xe9\xe4\xb9\xf4\x60\xef\x5e\xfb\x0f\x1e\xfa\xfb\x17\x6b\xc2\xc3\ \xc3\xc7\x0c\xe8\xa3\x1d\xd9\x62\x70\xe0\xbc\xb1\x14\x21\x75\x47\ \xa9\x7f\x1c\xd7\x2c\xc6\xd2\x5f\x5f\x52\x2e\x37\x91\x6d\x24\x6e\ \x07\x51\x24\x00\x80\x9d\x6b\xf2\x7c\x4f\x24\x6c\x7b\x54\xd6\x2b\ \xaa\xbf\xae\x71\x1b\xe6\x7a\xaf\xa0\x83\x32\x50\x09\xc3\xa2\xaf\ \x75\xe8\x56\xc3\x90\x96\x0b\x21\x69\x60\xaa\xc8\x75\x06\x5c\x0b\ \x98\xfb\xbf\x78\x66\x44\xea\xe6\x23\x27\xe3\xe2\xe2\x7b\x45\xc9\ \xc1\xcc\xe3\x4a\x58\xa4\xd9\x18\x6a\x61\x10\xf5\xea\x85\x19\x33\ \x3f\xb4\x00\x91\x52\x87\x44\x69\xf9\xe9\x97\xe7\x83\x43\x21\xc4\ \xac\x3c\xf2\xc7\xcd\x87\x15\x59\x36\x4b\xd7\xfc\x69\xc9\x72\x0e\ \x80\x44\x51\xa8\x5c\x07\x2f\x8a\xc0\x18\x63\x8c\x99\x05\x59\x83\ \xdb\x74\x89\x48\x1d\x92\x91\x99\x99\xda\x27\x99\x9e\xdc\x09\x48\ \x75\xcb\x6e\x3c\x55\xd6\xcb\x8b\xaa\x9e\x79\xaf\x92\x01\x38\x65\ \x42\xaa\xcb\x27\xe7\xa0\xf3\x5b\x61\xb3\x17\x2f\xbf\xb8\x80\x03\ \x02\x3a\x14\x24\x35\x5b\xa1\xeb\x59\x16\x11\x58\x85\x6d\x37\x95\ \x93\x46\x5d\x7b\x37\xc8\x79\xe6\x5a\x40\x51\x08\xac\x41\xf9\x4a\ \xe0\x6e\xde\xee\xfc\x95\xa2\x84\x48\x8f\x3b\x2f\x6d\xfc\x7d\x3e\ \x66\xea\x7a\x5e\xb6\xe4\x0a\x3b\x98\x5b\xea\xea\x17\xd3\x90\x97\ \x84\xeb\x57\x19\x12\x87\x43\x71\x7c\x6b\x13\x72\x2d\x4a\x01\x90\ \x86\xdc\x16\x40\x49\x91\xa5\x5b\x19\xef\xf6\x97\x23\xd9\xa9\x66\ \x5c\xd5\xfb\xfa\x22\xf5\xfc\xac\x1e\x11\xd1\xff\xd4\xa3\xb5\x75\ \xf9\x34\x07\xf0\x9b\x0c\x62\x5a\xd0\x46\x70\x99\x85\x8e\x94\x10\ \xd1\xa9\x5c\xff\xb0\x88\xce\xef\xde\x54\x93\x65\x52\xdb\x55\xa8\ \xfe\x37\xd1\x55\xf6\xee\x05\xdf\x09\x56\x26\x92\x90\xc5\x06\x85\ \x4c\x49\xcb\x89\xaf\x9c\x3b\xb8\xfd\x8c\x69\x00\x07\xd0\x19\x00\ \x42\x74\x3c\x70\xf0\xb4\xf5\x36\xef\xf9\x70\x03\x3e\x0f\x6d\x1b\ \xd3\x27\xda\xd3\xe6\xf6\xc6\x32\x6e\x5b\x4c\xbf\x03\x45\xe0\x51\ \x09\x2d\xb5\xe1\x2f\x6c\xbe\x74\x01\x11\x81\x73\xd0\x38\xa8\x91\ \xe0\x42\x4a\xa4\x84\xc7\x52\x9c\x8a\xd2\xb0\x27\x9e\xc9\x60\x62\ \x0f\x53\xaa\xfd\xc9\x42\xcb\x48\x76\x97\x65\x11\x10\xea\x64\xc7\ \x20\xf8\x29\x13\x16\x11\x91\x98\x3a\xfa\xfb\xae\xde\x06\xfc\xc1\ \x9b\x86\x77\x68\x1a\xde\xe1\xb6\x87\xdb\xec\x8e\xc2\x39\x29\xa5\ \xbe\xee\xbd\x7d\xdd\x7b\x37\x36\xb3\x5f\xb7\x1e\xf4\x6d\x59\x2f\ \xf9\x61\xe2\xc4\x42\x50\x57\xdb\x19\x51\xf0\x42\x98\xbd\x81\x20\ \x42\x5b\x04\x02\x81\x40\xc8\xa2\x40\x20\x10\x08\x59\x14\x08\x04\ \x02\x21\x8b\x02\x81\x40\x20\x64\x51\x20\x10\x08\x84\x2c\x0a\x04\ \x02\x41\xdd\x22\x02\x74\x04\x35\xc5\x34\xcd\x92\xe2\x22\xd3\x30\ \x41\x44\xe3\xd7\x1b\x15\x15\x37\x97\x51\x41\xc4\xb2\xd2\x52\x4d\ \xd7\x44\x2c\x4e\xfd\xe1\x72\xb9\x09\x21\x42\x16\x05\xb5\xe6\x52\ \x5e\xde\x9c\xb7\x7f\x5b\x90\x9f\x7f\xe3\x04\x12\xd4\xf1\xf6\x8d\ \x10\x42\x08\xbf\x21\x73\xd7\xe1\x70\xcc\x9b\xf7\xe7\xac\xac\x73\ \xba\xa6\x0b\xfb\xd4\x17\x9c\x3b\x9d\x0e\xc6\x38\x20\x02\xe7\x42\ \x16\x05\xb5\x20\x36\x36\x4e\x91\x15\x14\xc9\x9b\xf5\x8c\xc7\xe3\ \xb9\xb1\xd0\x83\x24\x49\x2d\x5b\xb4\xd2\x75\x21\x8b\xf5\x4b\x58\ \x58\x58\xa8\x64\xb2\x90\x45\x41\x2d\x60\x8c\x45\x35\x69\x22\xf6\ \x72\x3f\x82\x9d\x6f\x7a\xc6\xa9\xaa\x4e\x97\x4b\x58\xa6\xbe\x7d\ \xc6\xd0\xcf\xff\x05\xac\x01\xfa\xcb\x21\x04\x6c\x8d\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x8e\x6b\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x59\x00\x00\x01\xcb\x08\x02\x00\x00\x00\xed\x3e\x7c\xc4\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\xbc\x9d\x45\ \xb5\x3e\xbe\xd6\xcc\xbc\x65\xb7\xd3\x5b\xca\x49\xef\x84\x90\x50\ \x42\x13\x12\x7a\x55\x9a\xd2\x41\x45\xec\xf5\xea\xf7\x6b\xbb\xd7\ \x7b\x7f\x5e\xbf\xd7\xeb\x55\xbc\xb6\x8b\x08\x8a\x0a\x57\x45\x40\ \xa5\x86\x8e\x22\x25\x40\x20\x04\x48\x42\x7a\x3b\x39\x39\xbd\xee\ \xf6\x96\x99\x59\xeb\xf7\xc7\x3e\x27\x24\x81\x40\xa2\x20\x28\xef\ \xf3\x39\x7f\xec\xf3\xee\xbd\xdf\x32\x7b\xe6\x99\x67\x95\x59\x83\ \x97\x5d\x72\x0e\x24\x48\x90\xe0\x9d\x07\x22\xf2\x7d\x7f\xd6\xac\ \xb9\xef\x3d\xff\xe2\x49\x93\xa6\xc8\x79\x07\xce\x4e\x1a\x25\x41\ \x82\x77\x20\x84\x10\x5a\x9b\x6d\xdb\xb6\x3c\xb7\x7c\xd9\x01\x73\ \x0f\x52\x5a\x9b\xa4\x51\x12\x24\x78\xa7\x02\x95\x72\x7b\x7b\x7b\ \x7e\x77\xcb\x4d\x8a\x99\x93\xf6\x48\x90\xe0\x9d\x0a\x66\x06\xe5\ \xb8\xab\x56\xbd\x90\x70\x41\x82\x04\x09\x21\x40\xa9\x54\x52\x44\ \x94\x34\x45\x82\x04\x89\x3c\x50\x89\x2c\x48\x90\x20\x01\x33\x24\ \xba\x20\x41\x82\x04\x23\xba\x20\x11\x06\x09\x12\x24\x5c\xc0\x89\ \x2e\x48\x90\x20\x41\xe2\x2f\x48\x90\x20\xc1\x08\x17\x24\xfe\x82\ \x04\x09\x12\x8c\xd8\x08\x89\x30\x48\x90\x20\xe1\x82\xc4\x5f\x90\ \x20\x41\x02\x48\xfc\x05\x09\x12\x24\x18\xe5\x82\xc4\x5f\x90\x20\ \x41\x82\x51\x5d\x90\x70\x41\x82\x04\x09\x17\xb0\x1a\x1e\xce\x27\ \x0d\x91\x20\x41\xc2\x05\x78\xdd\xb5\xd7\x24\x0d\x91\x20\x41\xc2\ \x06\xc8\x64\x93\x66\x48\x90\x20\x81\x2a\x14\x0a\x49\x2b\x24\x48\ \x90\x40\x25\x4d\xf0\x36\x82\x54\xe8\x78\x80\x08\x80\x49\x63\xbc\ \x93\xe5\x3a\x30\x03\x59\xb6\x1a\xac\x4d\xb8\xe0\x9d\x04\x21\x41\ \x3a\xc0\x96\x3a\x37\xdb\x0d\xcb\xb9\x5c\x60\x22\x80\x24\xf1\xe3\ \x1d\xca\x03\x20\x25\xfa\x19\xac\x6a\x90\xad\x33\x45\xe3\x78\x40\ \x01\xd6\xc0\x9b\x6f\xcb\x27\x5c\xf0\xd6\x6b\x01\x30\xda\xbc\xf8\ \xa8\x7d\xfa\x6e\xea\x6d\x97\xc1\x30\x5a\x23\x12\x22\x78\x67\xb3\ \x01\x4b\xc5\xca\x8b\x33\x55\x50\x37\x5e\x2d\x3c\x5d\xce\x3c\x14\ \xbd\x34\x98\xf8\x4d\xbd\x2e\xe6\x87\x87\x92\xd6\x7f\xcb\xe0\xfa\ \x90\xef\x8b\xef\xba\x86\x5e\xf8\x93\xe3\x38\x28\x15\x08\x91\x18\ \x08\x09\x46\xcd\x04\x62\xb2\x86\x11\x66\x2e\x74\x4e\x7c\xbf\x18\ \x3f\x0d\xa2\x20\xe1\x82\x7f\x4c\x22\xe0\xb6\x35\xd1\x6d\x3f\x94\ \x5d\x1b\xa5\xe7\x27\x14\x90\x60\x2f\xb4\xc0\xac\x23\x53\x3b\x46\ \x9e\xf6\x61\x75\xc0\xd1\xa0\xa3\x37\xcb\x54\x4d\x9a\xfa\xad\x81\ \x72\xa1\xbf\x33\xfc\xed\xb7\x64\xc7\x06\xe5\xa5\x12\x22\x48\xb0\ \xf7\xf9\x1a\x85\xeb\xab\xa1\x6e\xfd\xfb\xff\xe6\xde\xed\xe0\x78\ \x09\x17\xfc\x03\x41\x08\x88\x83\x68\xc9\x35\x6a\xb0\x43\xa6\xd2\ \x89\x6f\x20\xc1\xeb\x7a\x10\xd0\x71\xdd\xa8\x10\xdf\x75\x0d\x84\ \x25\x90\x32\xe1\x82\x7f\x14\x38\x7e\xfc\xe8\xef\xc4\xea\x27\xa4\ \x97\x4a\x1a\x23\xc1\xbe\xea\x03\x37\x25\x37\x3c\x13\xdd\x75\x0d\ \xe0\x9b\x32\x6c\x93\x38\xc2\xdf\xde\x3a\x70\xa8\x7b\x2b\xad\x78\ \xd0\x75\x9c\xb7\x6a\x8e\x79\x5b\x4d\x78\xef\xd4\xab\xff\x45\x53\ \xb7\xeb\xdb\x35\x4f\xda\xad\xab\xe5\xa4\x03\xc0\xe8\x57\xc8\x4d\ \xe1\xfb\x3e\xe2\xeb\x3c\x14\x11\x45\x51\xf4\xca\x05\xca\x09\x17\ \xfc\xcd\xd9\x5d\xb9\x76\xd3\x0b\x72\xa0\x13\x52\x99\xbf\x8f\xfe\ \xcf\x04\x80\x80\x6f\xc2\xb0\x61\x06\xc0\xd7\xba\x1f\x66\x60\x06\ \xf1\xe6\xa8\xd7\xd7\xbd\xfa\x3e\xb7\x0f\xeb\x18\x95\x07\x02\x5f\ \x6e\x65\x7a\x73\x6e\x5b\x08\x55\xce\x9b\x17\xfe\x2c\xa7\x2d\xd8\ \x83\x0b\xa4\x94\xfd\xfd\xfd\x0f\x3f\xfc\x70\xb9\x5c\x16\x7b\x37\ \x22\xac\xb5\xb9\x6c\xee\x84\x13\x4f\xa8\xad\xa9\xb1\xbb\x27\x32\ \x25\x5c\xf0\x37\x66\x02\xc1\x61\x89\xb7\xae\x14\xfb\x6e\xf2\xe9\ \x32\x1b\xaa\x7c\x17\x95\x07\x4a\xfe\xe5\x34\xa0\x8d\x38\xf8\x02\ \xb7\xa6\x2d\x7c\xe4\x49\x90\xfb\xa6\x4a\xb4\x11\xb3\x4e\x73\x1a\ \x86\xa2\x27\x9f\x00\xe1\xbe\x7c\xdc\x84\xac\x09\xfd\xf4\xe8\x58\ \x62\x8e\xca\x80\x0e\xba\x1e\x00\x03\x13\x98\x88\x2d\xa1\x93\x02\ \x29\x00\x00\x10\x20\x0e\xd8\xd8\x91\x07\x71\x1c\x80\xac\x73\xec\ \xfb\x70\xfb\x3d\xf1\x96\xbe\x91\xcf\xbc\x4a\x73\x49\x74\x04\x9b\ \x37\x7c\xfb\x5f\x62\xeb\x3a\x87\x9f\x2f\x86\x9f\x88\xd7\x6c\x00\ \x35\xfa\x5c\xa4\x39\xd6\xe8\x55\x1e\x8a\x21\x2a\x33\x31\x00\x80\ \xf2\xd0\xa9\x7c\xc6\x72\x14\x80\x4a\x61\xe5\x86\x99\x38\x2c\x63\ \xaa\x49\xcd\x9a\xc2\x9d\x6b\xa9\xa4\x41\x20\x90\x81\xea\x03\xbc\ \x85\x73\xf4\xe3\xb7\x52\x20\x77\x21\x88\x37\x4a\x57\x4a\xee\xda\ \xcc\x43\xbd\x98\xae\x02\x7a\xb9\x65\x5c\xd7\xdd\xb0\x71\xe3\xb7\ \xbf\x73\x55\xb1\x58\x54\x6a\xaf\xe3\xda\x18\x53\x53\x53\x33\x6d\ \xfa\xb4\xa6\xc6\xc6\x84\x0b\xde\x5a\x2e\x40\x0e\x4a\xb4\x63\xa3\ \x52\xfb\x32\x14\x99\x2d\xa8\xf9\x1f\xf0\xe6\x4e\x06\x60\x0e\x7a\ \xcd\xca\xfb\xf5\x86\xad\x20\x5d\x40\x06\x1d\xb1\xb5\x20\x1c\x74\ \x5d\xb0\x31\x5b\x40\xd7\x03\xd2\x6c\x2c\xba\x3e\xb0\x66\x6d\x50\ \x39\xac\x23\x60\x06\x10\xe8\x7a\x4c\x2c\x9a\x67\xc8\xfa\x00\x88\ \x40\x10\xeb\x10\x88\x41\xba\x58\xb1\x56\x74\xc0\x96\x00\x25\xba\ \x3e\x60\x65\xba\x0b\xb8\xa4\x55\xc3\x6c\x77\xea\x8e\x68\xe9\xa3\ \x2f\xdf\x57\x1c\x8a\x69\xef\xf6\x0e\xad\x8f\x1f\xb8\xd9\x0c\x13\ \x0a\xcb\x94\x72\x4f\xfd\x84\x2c\xaf\x88\x96\x3e\xca\xcc\x90\x6a\ \x71\x0e\x3f\x55\x4d\xa8\x35\xcb\x7e\x1b\x6f\xee\x45\x25\x38\x46\ \x75\xe8\xa5\xde\xac\x69\x00\xcc\x41\x97\x5e\x76\x9b\xde\x6a\xd5\ \x8c\xc3\x61\xe0\x5e\x2a\x17\xd0\x4f\x8f\xdc\x03\x5b\x8e\x23\x60\ \x06\xe5\x23\x6b\x9c\x76\x86\x3f\x2f\x13\xdc\x7a\x23\x8b\x0c\xba\ \x0e\x98\x88\x8d\x01\x94\xe8\x7a\x80\x08\x64\x58\x47\xc0\x00\xca\ \xc7\x9d\x14\x69\x42\x36\x16\x40\xa0\xeb\x83\x14\x60\x22\xd6\x1a\ \x00\x40\x38\xe8\xb8\x80\x00\x64\x38\x2e\xb3\xc9\xca\x49\x47\xc9\ \x8e\x97\xe2\xd5\x34\x4a\x94\x31\x36\x1d\xe2\x2f\x3c\xd4\x2c\xbd\ \x51\x0f\x1b\x00\xd7\x3d\xe5\x0b\x4e\x73\x15\x33\xf3\xc6\x3f\x45\ \xcf\x3e\xc1\x2c\xc0\x6f\xf5\x4f\x39\x8f\x9e\xbf\x21\xee\xc8\xa3\ \x00\x90\x0d\xfe\xb9\xef\xa1\x75\x2b\xe4\xc2\x93\xed\xa3\x9b\x6d\ \x3e\x44\x32\x1c\x96\xb1\xbe\xc1\x99\x3b\xdf\x2c\xbd\x99\x59\xa0\ \x0e\xd9\xd2\xcb\x8d\x3c\x72\xcf\x88\x8e\x0f\x52\x02\x5b\x8e\x43\ \x60\x06\xe9\xa1\xb3\x4f\x83\x11\xa5\xc2\xbe\xed\x34\xd8\xad\x72\ \x75\xbc\x0b\x17\xc4\x71\x3c\x7d\xda\xb4\xaf\x7c\xe5\xcb\x41\x10\ \x88\xbd\x4b\x12\x22\xca\x66\x32\x93\x26\x4e\x8c\xe3\x38\xb1\x11\ \xde\x6a\x2e\xb0\x1a\x4a\x43\xfb\xea\xfe\x61\x21\x67\x9d\x20\x9d\ \x67\x83\x27\x9e\x11\xe3\x0e\x76\xcf\xfa\xba\x7a\xea\x07\xe5\xc7\ \x97\x03\x4b\x31\xf6\x60\xa7\x75\x0c\x0f\x6c\x30\x1b\x37\x60\xfd\ \x4c\x55\x67\xcd\xa6\x2d\x90\x6a\x71\x9a\xab\x6d\xdb\x1a\x76\xc7\ \xa8\x29\x2d\xd4\xd9\x26\xc7\xce\x11\x35\x39\x88\xfa\xcc\x86\xe7\ \x39\x62\x20\x03\x96\x80\x09\x58\xaa\xe9\x8b\x45\x7d\x8e\x76\x3c\ \x67\x77\x74\x83\x4c\x89\xe9\x8b\x64\x5d\x15\x14\xda\xcc\xa6\xb5\ \x6c\x00\xc0\x51\x33\x8e\x10\x59\x5f\x8e\xa9\xe7\x68\xeb\x2e\x4a\ \x21\xc4\xb1\x8b\xfc\x33\x2f\x51\x4d\x7d\xe6\xb1\x5b\x60\xc0\x02\ \x49\xe7\x98\x2b\xfc\x63\x4e\xe5\x75\x03\xd1\xa3\x65\xce\x1e\xe0\ \x9f\x71\x89\xc8\xaf\xd6\xcf\x3e\x6b\xfb\x0a\x28\x05\x00\x03\x29\ \x35\xeb\x68\xe9\xad\x28\x3f\xfa\x82\x9c\x72\x7c\xea\xe2\x7f\x86\ \x9f\x5d\xc5\x91\x96\xd3\x16\x7b\xee\x81\xdc\xb5\xca\x74\x76\x01\ \x22\x60\x56\x1d\xb8\x58\x64\x90\x36\x3f\x6b\x3b\x3a\x20\xdb\x22\ \x67\x2d\x70\x8f\x2a\x70\x61\xb3\x7e\x69\x2d\xd6\xcf\x72\xa6\x4e\ \x87\x52\xbb\xd9\xb0\x8a\x0d\x80\x57\xe7\xcc\x39\x58\xa4\x05\xb5\ \x3f\x67\xba\x06\x40\x08\x60\x10\xe3\x17\xca\xb1\x4d\x10\xf5\x9a\ \xf5\x2f\x72\x68\xb0\x6e\xaa\x33\x7e\x1a\x7a\x82\xfa\xd6\x99\x6d\ \x5b\x81\x00\x54\x9d\x33\xe7\x38\x74\x5c\x91\x53\x60\x46\x27\x46\ \x4b\x72\xfe\x45\xfe\x31\xa7\xcb\x06\x45\xcf\xde\x08\xcc\x28\xab\ \xd5\xf4\x03\xf9\xc5\x9f\xc7\x9d\x11\x94\xba\x18\x15\x20\x73\x79\ \x08\x9a\x0f\x74\x8f\x5a\xa8\x7f\x7b\x2f\x48\xc2\x89\xc7\xbb\x73\ \xe6\x05\x4f\xdd\xa2\x97\x01\x0f\x85\xc0\x80\x2d\x07\x39\xe3\xc7\ \x60\x7a\x2a\x9a\x18\x80\xc0\xa2\x98\x7c\xb4\x6c\xae\xe5\xae\x55\ \x66\xfb\x0e\x40\x00\xa7\xc6\x39\xe0\x30\xf4\x62\xbb\x71\x19\x0d\ \x95\x41\x65\xd4\x9c\x77\x89\xea\x34\x77\xbf\x64\xda\xb7\x03\xee\ \x83\xe8\x43\x01\xe5\x02\x87\xa5\x3d\xac\x36\x63\x4c\x63\x63\xe3\ \x65\x97\x5d\xbe\x2f\xdd\x2a\x2c\x97\x63\x1d\xef\xe1\x59\x48\xb8\ \xe0\x6f\x0e\x22\x30\x31\x4a\xb1\x6f\xa1\x44\x04\x0a\x6c\xc7\x2a\ \xb3\xf2\x11\x5e\xf9\x67\xd3\x13\x64\xce\xbd\x5c\xad\x58\x4e\x63\ \xce\xca\x9c\x79\x1a\xed\x58\x87\x47\x9c\xeb\x2c\xfb\x51\x38\x38\ \x2b\x75\xf6\x82\xd2\x77\xff\x09\x26\x9d\x97\x79\xef\x8c\xd2\x77\ \xae\xb4\xe3\x8e\x4f\x9d\xda\x1a\x3c\xb0\x2a\x75\xde\xc5\xb4\xee\ \x49\x68\x39\xdf\x9d\x79\x5f\xe9\xa6\x1b\x46\x92\x9b\x2d\xcb\x63\ \x3f\x91\x3e\x64\x92\xde\xd1\xeb\x1d\x75\xa6\xbe\xff\x5b\xe1\x4b\ \x3d\xa2\x71\xa2\xc8\xf9\xea\xb0\xb3\x9d\x86\x9f\x97\x1f\x7e\x5c\ \x9d\xf0\x29\xff\x88\x19\x76\xd3\x7a\x31\x69\x16\x6c\x7d\x6a\xf4\ \xe6\x63\xce\x4c\xf7\x4f\x3e\xc5\x3c\xf5\x4b\x3e\x74\x31\x00\x80\ \x89\xc4\x41\x97\xbb\x13\xe2\xf0\xfe\xfb\xdd\x71\xc4\x1a\xd5\xc2\ \xf3\xbd\x59\x13\xcd\xfa\x50\x4d\x8a\xed\x8e\x75\xc0\xa3\x36\xb9\ \x0d\xcd\xb6\xa7\xf5\x33\x0f\xeb\x0d\x3d\x6a\xf6\xf7\x55\x4b\x35\ \x00\x8a\xb1\x33\xa5\x23\x9c\x13\xdf\x13\xde\xf2\xf5\x78\x43\xc9\ \x3b\xe7\xf3\xee\x44\xd7\xf4\x93\x77\xd4\xf1\xe1\xaf\xbe\x6e\xc3\ \x00\xd0\x17\x8d\xe3\xc9\x6c\xc7\xe6\xa3\x52\xef\xbb\x12\x07\xd7\ \x72\xf5\x59\xee\xf4\xbb\x4b\x77\xdc\xef\x1c\xff\x39\x6f\x6c\xa0\ \x77\xf4\x8b\x70\x13\x74\xf4\x55\xb8\x00\xab\x27\xc8\x9a\x2a\x31\ \xe1\x0c\x77\xca\xbd\xa5\x5b\x6f\x57\x47\x5f\x91\x9a\xe9\xc7\x1b\ \xfb\xdc\xe3\x2e\xd4\xf7\x7d\x23\x7c\xae\xcb\x3b\xe7\xff\x7a\x63\ \xc9\x74\xe4\xe5\xd8\x66\xfb\xe2\x28\x17\x08\xc5\x85\x8d\xe1\x92\ \x5f\x78\xa7\x9c\x05\x42\x00\x10\xc8\x0c\x3a\x4c\x43\x5d\xb6\x6d\ \x3b\x6b\x8d\x8e\x0f\xc0\x08\x03\xfa\xe9\xa5\xee\x49\x8b\x65\x6e\ \x89\x19\x76\xdd\xf9\x0b\x68\xd3\x3d\x7a\xb8\x36\xfb\xc1\x2b\xf4\ \x4d\xff\x44\xd9\xe3\xd3\x17\x5f\xca\xed\xcf\x43\x6e\x2e\x62\x07\ \x6b\x96\xf3\x2f\x4c\x2d\x9c\x6a\xb6\x77\xab\xc3\x4f\x14\x0f\x7c\ \x27\x5a\x1f\xfb\x67\x7d\x4d\xd5\xe4\x6d\x39\xed\x1d\x7a\x74\xf0\ \x9b\x6f\xc1\xac\x2b\xfd\x85\x2d\x76\xd3\x66\xe6\x01\xd3\xbe\x15\ \x40\xee\xc3\x6c\x82\x60\x63\xb0\x7a\x0f\x2e\x70\x1c\xa7\xad\xad\ \xed\xa6\x9b\x7e\x5b\x2a\x97\x84\x78\x2d\x7f\x41\x75\x75\xd5\xc5\ \x17\x5d\x3c\x66\x4c\x8b\xd9\xdd\xf8\x4a\xb8\xe0\xad\x51\x07\xfb\ \xe9\x31\x52\xa0\x5c\x54\x40\x9d\x2f\x92\x3e\x45\x54\x4d\x54\x47\ \x9f\x42\x2f\x5c\x53\xba\xe7\x31\x71\xc0\xfb\x33\xe7\x5e\x22\x7e\ \x79\xa3\xcd\x1f\xa7\x1a\xea\xec\xb8\x56\xf0\xaa\xb1\x71\x8a\x1c\ \x37\x81\x37\x3d\x41\xb6\x91\xf3\x2b\xc3\x5b\xff\x93\x5a\x4e\xcf\ \x7e\xe8\x3c\x59\x77\x2b\x58\x02\xd6\x90\x99\xed\x2d\x3c\x20\xbe\ \xfb\x8b\xe1\xf3\x1d\xea\xd4\x7f\x4f\x2d\x3a\x37\x5e\xfd\x1d\xbb\ \x69\x05\xb4\x8c\xc1\x9a\xd9\xce\xb4\x19\xb8\xbc\xc7\x3d\xf8\x30\ \x7d\xe7\x17\xc2\xe7\xda\x9c\xd3\x1c\x7f\xbc\x37\xea\x12\xf3\x9c\ \x63\xce\xc7\xcd\xb7\x46\xcf\x0d\x65\x0e\x3f\x8e\xc3\x12\x54\xcf\ \x73\x17\x4e\x8f\x6f\xff\x37\xdb\xfa\x19\x77\x6c\xc4\x58\xa3\x26\ \xce\xb4\x2f\xdd\x1b\x3d\xb7\xd9\x39\xfe\xa3\xe9\x34\x94\xee\xb8\ \x13\xd0\x05\x00\x20\x90\x93\x8e\xf3\x4f\x99\x2a\x66\x1c\x27\xe0\ \xf9\xa8\xad\xdf\x39\x8c\xcc\x63\x3f\x2b\x3f\xdd\xe1\x5f\xf6\x3f\ \xee\xd4\x69\x3a\xf0\xdc\x39\x0d\xd1\x4f\x3f\x17\x77\xb1\x77\xc1\ \x55\xde\x51\x47\x96\x37\x02\x0f\xac\x0c\xef\xfa\x11\xc5\x39\xff\ \xc2\x6f\x63\xcf\x5d\xa5\x5f\xff\x06\x5a\x8e\xcb\x7c\xf8\x63\xce\ \xb3\x2f\x88\x5c\x13\x94\x1e\xd3\x8f\xdd\x6c\xf3\x11\xba\x95\x3b\ \x34\xb4\xe3\x79\x83\xad\xc2\x19\xef\xcd\x9d\x2f\xfc\x25\xe0\x29\ \xb3\xea\xa6\xf2\xcd\x8f\xbb\x67\xff\x87\x3f\x67\x6e\x3c\x30\xd9\ \x9d\x96\x0e\x7e\xf2\x59\xdd\xe7\xfb\x97\x4f\x94\x3b\x65\x39\x32\ \x6d\x7c\x9c\xfd\x83\xbd\xca\x28\x62\x04\x2e\x99\x4d\x6b\xd5\x21\ \x57\x66\x4f\x48\xc5\x0f\xfe\x4f\xbc\x66\x0b\x28\x07\x94\x47\x1b\ \x1e\xb4\x27\x1d\xa5\xa6\x8e\x37\x6b\x32\xaa\xb5\x56\xdf\xb1\x14\ \x44\x23\x47\x01\x43\xc6\x39\xfc\x3c\x58\xf3\xeb\xd2\xef\x7f\x2f\ \xa6\xbc\x2f\x73\xde\x11\x98\x1a\xe3\x1c\x7b\x16\xf4\x2c\xa1\xce\ \x6d\x34\x65\xb1\xb3\xe0\x68\x53\xd6\x4e\x6b\x39\xb8\xf6\x6b\x66\ \x30\xed\x5f\xf9\x23\x6f\xe1\x91\xb1\xad\x15\x3c\x14\x3e\x7d\x93\ \xe9\x1b\x42\x27\xb5\x3f\xfd\x67\xcf\x2e\xe4\x38\x4e\x47\x47\xe7\ \x6f\x6f\xbe\x39\x9f\xcf\xbf\x86\xbf\x40\x6b\x5d\xdf\xd0\x70\xd2\ \x89\x27\x4e\x68\x1d\x9f\x70\xc1\x5b\x0b\x06\xa1\xc0\x4b\x71\x54\ \xde\x0f\x3f\x33\x13\x58\xc3\xd6\x62\xba\x11\xdd\x22\x53\x0a\x7d\ \x97\xda\xdb\x58\x20\xf5\x6e\x63\x3a\x1d\xed\x36\xd3\x3b\xa4\xe6\ \x9d\x8c\xd9\x81\xf8\xb9\x41\x39\xeb\x18\x68\xaa\x37\xcb\xd6\x32\ \x35\x02\x03\x38\x2e\xc4\x83\x14\x21\x3a\x0e\x30\x83\xd5\x90\x6a\ \x12\xb6\x1c\x77\xf6\x82\xb4\x76\xc7\x76\x98\x3b\x59\x4e\x3a\xd9\ \x3b\xf3\x7d\xb4\xe5\x69\xf0\x1c\x26\x03\xa9\x1a\x50\x21\xf5\xf4\ \x01\x22\xd8\x51\x7f\xb5\x8d\x20\x77\x88\x3b\x7b\x3e\x0e\xcb\xf4\ \xb4\x1a\xd9\x38\xd9\x3d\xf2\x14\xee\x99\xa8\xc6\xb5\x8a\xd3\xbe\ \x8a\x4d\x07\xca\x4c\xe0\xcd\x59\x8f\x20\xec\x96\x67\xf4\x8b\x2b\ \xd8\x9b\x9b\x39\x71\xb6\xf0\xee\xdc\x69\xd5\x62\xa6\x5e\xd4\x0c\ \xd3\xa6\x7b\x82\xbb\x1f\x33\x43\x9e\x2b\x10\x84\x04\x24\x1e\xee\ \x03\x74\xb0\xba\x0e\x74\x87\x19\x2a\x81\x65\xdb\xd3\xe6\x4e\xa9\ \xab\x48\x66\x14\x02\x9d\x34\x66\xaa\x79\xeb\x66\x62\x80\xe1\x76\ \x2a\xa6\x45\xce\x46\x77\x7d\x83\x17\x5f\x9c\xfa\xc0\x55\xf6\xb9\ \x1b\xc3\x27\x97\x03\x32\x54\x2d\x48\x5d\x70\x25\x74\x2f\xb7\xd2\ \x07\x0a\x40\x20\x10\x81\x90\x28\x91\x0b\x3d\xdc\xe2\x60\x75\x0d\ \xc4\x5d\x36\x5f\x02\xf4\x5f\x36\x10\x46\x06\x93\xff\xb2\xc5\x8e\ \x0a\x4c\x57\xf4\x87\x6f\x44\xe4\xaa\x45\x5f\x48\x9f\x7a\xbe\xdd\ \xf2\x9f\x36\x66\x10\x92\xc3\xb6\xf8\x85\x6d\xfe\x01\xc7\x18\xe1\ \x89\xf0\x45\xdd\xde\x8b\x5e\x33\x00\x80\xf0\x30\x97\xa2\x35\x3b\ \xd8\x22\xd8\x18\x98\xc1\x49\x63\xd6\xe1\x0e\xc0\xba\x16\xfb\xd2\ \x2d\xba\xed\x39\xac\x3f\x03\x06\x77\x50\xa1\x0c\x56\xdb\xce\x41\ \x55\xdb\x6c\x7e\xf7\x9d\x10\x2e\xf7\x2f\xfe\x2f\xda\x70\x67\xf8\ \xc7\x07\x98\xe4\xeb\xce\x13\xcc\x0c\x8e\x07\x8e\x0b\xbb\x57\x2a\ \x8d\xa2\x68\xf6\xec\x59\xd7\xfc\xf8\xea\x38\xd6\xb8\x77\x87\x25\ \x13\x79\xbe\x3f\x65\xca\x94\x28\xf1\x17\xbc\xe5\x54\x80\xca\xc5\ \xaa\x06\xe8\xd9\xba\xaf\x89\x5e\x28\xd1\xcb\x60\xb6\x4e\x34\xcd\ \xf1\x4e\xbf\x04\x36\xdc\x6e\x3a\x36\x88\xfe\x61\xf7\xd0\x13\x65\ \xdb\xdd\x62\xfe\x62\x61\x37\x53\xa1\xdf\xbe\xf0\xbc\x7b\xe9\x87\ \xc5\x8b\xd7\x95\x96\x0e\xa6\x2f\xfb\x84\x08\x57\x95\xb6\x6e\x85\ \x09\x27\x8c\x2c\x76\x42\x09\x02\x81\x19\x50\x62\xd5\x18\x28\x3d\ \x68\x75\xc6\x3d\xe4\x48\xb3\x74\xa3\x7b\xe8\x61\xdc\xf3\x00\x37\ \xcd\x17\x6e\x4f\xf9\xde\x9f\xe2\x81\x32\x7d\x78\x06\xf2\x5b\x69\ \x48\x39\x47\x1d\x67\xee\x7f\x02\x53\x55\x20\x3a\x01\x00\x84\x0b\ \xf1\xe6\xe0\xd7\x5f\x41\x57\x61\xcd\x4c\xd9\x9c\xb5\x5b\xd6\xda\ \xad\x2b\xca\x1d\x8f\x01\xb2\x3c\x30\xe7\xb5\xf6\xeb\x6d\x6b\xd4\ \x9c\x3e\x6f\xc1\x62\xb9\xaa\x5b\xce\x98\x4b\x03\xcb\x39\x1e\x55\ \xbe\x4a\xd8\xf5\x77\x97\xef\x7c\x0c\x95\x03\x52\x82\xcc\x80\x10\ \x80\x08\x88\x20\x24\x48\xc5\x1d\xeb\x49\x9c\xe5\x1d\x30\x27\xdc\ \xc2\xee\x01\xf3\x68\xcd\x43\x5c\x9a\x82\x99\x89\xb2\x71\x0c\x17\ \xc9\x76\x6c\x72\xe7\x9d\xe4\xbc\xb0\x99\x27\x1e\x2f\xb3\xbd\x7a\ \xa0\x08\x0c\xf1\x03\x57\xd9\xc3\xbf\x94\x3e\xfa\x7d\xf1\x33\xcb\ \xac\x26\x51\x33\x47\xd6\x40\xf9\xd7\xd7\xd9\x9a\x33\xd5\xc4\x23\ \x01\x01\x50\x00\x0a\x40\x04\xa1\xd0\x91\xdc\xb1\x96\xd5\x7b\xdc\ \xf9\x0b\xa2\x97\x86\x30\x95\x7a\xc5\xc0\xc3\x11\x82\x26\x0b\xd5\ \xcd\xb2\x6e\x0c\x17\x4b\xe8\xfb\xbb\xae\x17\x46\x61\xf5\x0b\xf7\ \xb8\x1f\xf8\x6c\x6a\xa2\x36\x7f\xfc\x16\x07\x00\x3e\x82\x90\x60\ \x0b\xb4\xb5\xcd\x3d\xf8\x14\x67\xfd\x16\xce\xd4\xa0\x72\x20\x18\ \xa0\xae\x01\xa9\xbb\xf4\x13\x0f\x81\x9b\xe3\xa0\x0f\x9a\x5f\x82\ \xc6\x0b\x9c\x19\x33\xe2\x9e\x6a\x67\x56\x8b\x7d\x76\x1d\x38\xd2\ \x3c\x7a\xad\xed\x7c\x6f\xf6\x92\xf7\xea\xe7\x1e\xd5\x7d\x11\xbe\ \x6e\x80\x89\x08\xfc\x1c\xfa\x19\xd8\x7d\x3b\x03\x6b\x6d\x75\x75\ \xf5\xe2\x45\x8b\xf8\x35\xb7\x4b\x46\x04\x00\x0c\xc3\x50\x6b\x9d\ \xf8\x0b\xde\x5a\x2e\x20\xf4\x52\x30\x6e\x06\x77\x6d\xc6\x7d\x0a\ \x0e\x5a\x1e\xec\x13\xf3\xdf\x93\x6e\x39\x1e\x15\xd8\x2d\xbf\x2b\ \x3f\x72\x3f\x08\xab\x1f\xfa\xa9\x38\xf3\xc3\x99\x0f\x1d\xc9\x76\ \x38\xbc\xf3\x27\x36\x76\x70\xfb\x93\x36\x7f\x36\xb4\x6f\xa4\xad\ \xdb\xec\x60\x81\x3b\x9f\xb6\xc3\x24\x38\xe6\xa0\x0c\x80\xc0\x86\ \xcb\x25\x10\x6c\xd6\x2f\xe3\x03\xcf\x74\x27\xdc\x1d\xdc\xfe\xab\ \xf4\xbb\x3f\x90\x99\xc3\x50\x5c\x17\xde\xf5\x80\x89\xd7\xeb\x59\ \x1f\xcf\x7c\xf4\x7b\xec\x36\x71\xfb\xed\xac\x3b\xa3\x7b\xae\xf5\ \xcf\xbc\x38\x7d\xe5\x29\x98\xad\xb3\xcf\x3e\x04\x20\x00\x05\xd8\ \x32\xf7\x17\xd8\x18\x28\x2a\x3b\xd4\x45\xfd\x3d\x5c\x32\x14\x0e\ \xb2\x89\xb1\xa9\x83\xd2\x7d\x1c\x0e\xeb\xc7\x7e\x21\xcf\xba\x32\ \xfd\xa1\x83\x20\xee\x88\xee\xbe\x87\xd1\x1b\xd1\xb3\x61\x89\x0d\ \xa0\x9b\x42\xd7\x05\x36\x6c\x88\xc3\x22\x18\x02\x04\x88\x4b\xec\ \x0a\x18\x58\x11\xdd\x77\xb7\x77\xdc\xe7\x33\x8b\x80\xbb\x1e\x0c\ \x9e\x59\x49\xb6\x57\x6f\x7f\x97\x7f\xd1\xd7\x69\xdb\x1f\x83\xfb\ \x7e\x16\x55\x7f\x36\xf5\xc1\x6f\x32\x19\x7d\xef\x0f\x75\x0f\xb9\ \x27\x7e\xc2\x9d\x52\x07\x8e\xaf\x9f\xfa\x2d\x19\x89\xd2\xe1\x8e\ \x87\xe3\x0d\xb3\xfc\xf7\x7f\x0f\x28\x8b\x43\xcf\xb2\x01\x88\x4b\ \x1c\x1b\x40\x04\x13\xb0\x01\xee\x5f\x1e\xdc\x73\x5b\xea\xf8\xcf\ \xa8\x85\xa1\xc8\x45\xf1\x33\x03\xbb\x3b\x71\x0d\x07\x45\x60\x00\ \x32\xd8\x30\xd7\x3b\xfe\x3d\x42\x01\x60\x21\x5c\x72\xad\x8d\x04\ \x48\x04\x00\x50\x2e\xf6\x3e\xaf\x37\x75\xfb\xd3\x4b\x7a\xd5\x5a\ \x76\x3c\x64\xcb\x61\x09\xd0\xe8\x27\x7f\x22\x9b\x3e\x99\xba\xfc\ \x3f\x19\x72\xdc\xf3\x24\x87\x03\xd1\x92\x1f\xa7\xcf\xbe\x2c\xf3\ \xe1\x93\x38\xec\x8b\xee\xfb\xa1\x6e\x7f\x2c\xf8\xe3\x14\xff\xd4\ \xaf\x39\x08\xb4\xe9\x77\xd1\x53\x2f\xca\x85\x9f\xf4\x0f\x9a\x04\ \xd2\x33\x4f\xdd\x6e\x87\x23\xdc\x07\x8f\x32\x93\xe1\xfa\x71\xa2\ \xba\x91\x77\x8f\x08\x7a\x9e\xb7\x76\xed\xda\xab\xaf\xb9\xa6\x5c\ \x2c\xc9\xbd\x13\x8a\xb1\xb6\xba\xba\xea\xd3\x9f\xfa\xd4\xe4\xc9\ \x93\xb5\xde\x2d\x43\x21\x59\xa7\xf8\x37\xf7\x15\xf8\xe9\xe8\xa9\ \x7b\xf0\xf6\xef\x49\xc7\xdd\x27\xc7\x01\x4a\x74\x3c\x90\x02\x4c\ \xc8\xe5\x12\x08\x07\x94\x04\x13\x81\x4c\x61\x2a\x05\x71\x81\x23\ \x0b\x4a\x01\x33\x08\x05\x6c\x81\x09\x84\x04\x26\x60\x1c\x99\x78\ \xc9\x02\x20\x48\x01\x64\xc1\x12\x38\x3e\x82\xe1\x28\x04\x37\x87\ \x9e\xe2\x60\x18\xac\x00\x24\x10\x1e\xa6\xd2\xc0\x86\xa3\x00\x18\ \xc0\xc4\xa0\xd2\x98\x4a\x81\x8d\x38\x8e\x5e\x61\xa0\x8e\x9e\x90\ \x5f\xbe\x4f\x40\x06\x22\xb0\x1a\xa4\x8f\xa9\x14\x87\x79\x30\xfc\ \x72\xf2\xbc\x90\x00\x04\xb4\xcb\xa4\x35\x72\x9f\x0c\x42\x02\x30\ \x90\x01\x63\xc1\xaf\x42\x05\x5c\xce\x03\x28\x40\x02\x50\x98\xca\ \x00\xc5\x1c\x96\x00\x1c\x4c\x67\xc1\x96\x39\x88\x40\xba\xe0\x78\ \xe8\x38\x40\x11\x97\x4b\x23\xe9\x12\x6c\x01\x14\xa6\xb2\x00\x96\ \xe3\x00\x88\x5f\xbe\x28\x8a\x4a\x40\x11\x8c\x05\x2f\x87\xae\x02\ \x1d\xb0\x31\xbb\x3f\x17\x82\x10\xc0\x16\x18\x46\x62\xab\x02\x21\ \x2a\x70\x6c\x60\xd7\x18\x30\x13\xa0\x04\x04\xb0\x04\x02\x5f\x6e\ \x0a\xa3\x01\x14\x66\x72\x23\x69\x08\x0c\x60\x35\xc8\x14\xa6\x7c\ \x20\xc3\x71\x04\x64\xc1\x5a\x48\xd5\xa0\xb4\x5c\x2a\x00\x2a\x70\ \x3c\x74\x3d\x60\xcd\xe5\x22\xa0\xdc\x97\xfe\x40\x61\xc9\x1e\x7e\ \xb6\x7f\xde\xe7\x38\x2c\xed\x7a\xdc\xf7\xfd\x65\xcb\x96\x7d\xe9\ \xcb\x5f\x29\x14\x0a\x6a\xef\x49\x28\x5a\x9b\xba\xda\xda\xab\xbe\ \x7b\xd5\xbc\x03\x0f\x8c\xa2\x28\xe1\x82\xb7\x14\x52\xd1\x70\x5f\ \xfc\x9b\xff\xe7\x76\x6d\x7c\x39\xcb\xe5\x35\x0d\xc4\xd1\x1a\x47\ \xbb\x27\xff\x8d\x1c\xdf\xe5\x20\xf3\xc8\xeb\x97\x33\xea\x18\x18\ \x5e\x3e\xf8\xca\x17\xbb\x9e\xe1\x95\x17\x7a\xe5\x25\xf6\xb8\xb1\ \xdd\x8e\xef\x7e\xad\x57\x7e\xf1\x95\x79\x7e\xbb\xdd\x09\xec\xf6\ \x7a\xe7\x27\x77\x3b\x15\x8f\x9e\xe4\xb5\xaf\xb2\xcb\x53\xec\xad\ \x29\xf6\xf6\x5c\x2f\x3f\x14\x03\xc3\x6b\x7d\x6c\x57\x1f\xf0\x6e\ \xdf\x7a\xed\x36\xe4\xd1\xbb\xdb\x87\x16\x7e\x35\x03\xc1\x48\x47\ \x5e\xfa\x75\x39\x79\xcf\x1c\x64\x44\x8c\xe3\xb8\xbd\xbd\x3d\xd6\ \x5a\xec\xfd\x6c\xcc\xec\xba\xee\xf8\xf1\xe3\x1d\xc7\xd9\xc3\x98\ \x48\x6c\x84\xbf\x39\xac\x11\x75\x63\xe4\xfc\xe3\xed\x43\x6d\x92\ \xe9\xf5\x13\x0d\xf6\x56\xfe\xf0\x95\xc7\x77\xf6\x80\x97\xbb\xc2\ \x2e\x63\xef\x95\xef\xee\x71\x86\x57\x3f\x21\xee\x73\x34\x64\x8f\ \x6b\xe1\xeb\x47\x4f\x5e\xe5\x86\x5f\xf1\xb1\xdd\x4e\x85\xaf\xf8\ \x24\xbe\x4e\xb3\xec\xb5\x29\xf0\xf5\x1e\xaa\xf2\x79\xdc\xa7\x67\ \xc7\xbd\xdc\xe1\xab\x5c\x6b\x77\x36\xdc\xcf\xda\x96\xa4\x23\x98\ \xbb\xe8\x55\x17\x23\x54\x06\xf9\xac\x59\xb3\x70\x1f\xbc\x8f\x71\ \x1c\xbf\xd2\xab\x90\x70\xc1\x5b\x01\x1d\xa9\x83\x4f\x8a\x77\x6c\ \x10\xab\x1f\x47\xe0\x37\x25\xd5\x3f\xc1\x3f\x9e\xaf\xc9\x68\xd3\ \x34\xd9\x5d\x7c\xe1\xde\x3a\x0c\x33\xef\x21\xfb\xf7\x0b\xc9\x9a\ \xe5\xb7\xc8\x83\xe8\x67\xdc\x13\x2e\x8b\x1a\x5a\x29\x2a\x63\xb2\ \xbf\x6d\x82\x7d\x20\x82\x18\x84\x3a\xfd\xc3\xb2\xa9\xf5\x4d\x2a\ \x7c\x98\xf8\x0b\xde\x3a\x27\xa2\xe3\xda\xfe\x4e\xfd\xe8\xad\xe2\ \xb9\xfb\xa5\x72\x80\xe8\xcd\x5a\x90\x97\xe0\xef\x9b\x06\x98\x75\ \xa8\x6b\xc7\xc9\x53\x3e\xe8\xcc\x5b\x0c\xf1\x9b\x55\xf2\x30\xe1\ \x82\xb7\x94\x0e\x94\xcb\x52\xe9\x47\x6f\xa5\xa5\xb7\xab\xb8\x8c\ \x71\x30\x12\x6f\xc7\x84\x14\xde\xe9\x04\x00\xcc\xc0\xc4\xd6\x5a\ \x40\x9e\xb1\x50\x9d\x74\xb9\x1c\x3f\x03\xc2\xe0\xcd\x2b\x96\x9f\ \x70\xc1\x5b\xce\x07\x08\x0c\x76\xfb\x5a\xf3\xc2\x23\xdc\xb6\x5a\ \x2a\x17\x0a\x7d\x58\x1c\x84\x38\x4a\xfc\x08\xef\x50\x1a\xa8\x24\ \x5f\x39\x9e\xf5\x73\xd0\xd0\xaa\x0e\x3f\x43\xce\x3c\x14\xdd\x54\ \x52\x13\xfd\x9d\x40\x07\x02\xa4\x02\x66\x2a\xf4\xdb\xf6\xf5\xdc\ \xdf\xc9\xa5\x3c\x98\x38\xa9\x87\xfa\xce\x14\x04\x20\x25\xa6\xb2\ \x58\xd5\x20\x26\xcc\x92\x0d\xe3\xfe\x66\x7b\xa5\x24\x5c\xf0\x76\ \x82\x10\x28\x1d\x90\x12\x30\xd9\x25\xe1\x1d\x6f\x20\x90\x65\xa3\ \x81\x92\x3d\xd4\xde\x99\x20\x62\x8a\x40\x27\x0d\x91\xe0\xad\x98\ \x89\x92\x26\x48\x90\x20\x01\x00\x28\xd7\x75\x93\x56\x78\x8b\x15\ \x21\x73\x65\x95\x08\xe2\x48\xf2\x28\x03\x30\x11\x00\x20\xe2\xae\ \xf9\x61\x8e\xe3\x26\xfe\xc4\x04\x7b\xeb\x3f\x7f\x2d\x17\x3c\xf6\ \xe7\x3f\x8d\xe8\x53\x80\x80\x44\xb2\xbd\xef\x9b\x69\x05\xa2\x83\ \xec\xef\x9e\x5a\xc4\xcc\xca\x71\x9a\x9b\x9b\x11\x45\x14\x06\x61\ \x18\x02\xb0\xeb\x7a\x7e\x2a\x05\x00\x3a\x8e\x5b\x27\x4e\xae\xf0\ \x35\x11\x7d\xe7\x3b\xff\x55\xc8\x17\xa4\x4c\xd4\x5c\x82\x11\x18\ \x6b\xeb\x6a\x6b\x3f\xfd\x99\xcf\xf2\x5f\x9d\xb1\xa6\x7e\x76\xfd\ \xcf\x01\xc0\x02\xd6\x49\xbb\x28\x1b\xda\xc4\x65\xf5\xa6\xc1\x01\ \x5e\xa3\x9d\xe5\x81\xe7\xc0\xcb\x6b\xcc\xb5\xd6\xe3\x5b\x5b\xbf\ \xfd\xed\xef\xb4\xb5\x6d\x2b\x14\xf2\xb9\x5c\xb5\x52\xca\x68\xed\ \x28\x67\xec\xf8\x09\xed\x6d\x5b\x8d\x31\x3b\xb5\xdb\xf6\xb6\xb6\ \xc1\xc1\x41\xf9\xe6\x6c\x9b\x93\xe0\xef\x92\x0b\x8c\x29\x35\x35\ \xbd\x91\x36\x42\xcc\xd8\xe8\xea\x8b\x9b\xb4\x21\x12\x71\x98\x68\ \x83\x37\x16\x08\xc0\x52\x49\xdf\x5f\xd2\xa5\xef\xdd\x11\x4c\x68\ \xac\xdb\x59\xa9\x16\x11\x3d\xcf\xeb\xd8\xd1\x3e\x3c\xd0\x3f\x73\ \xe6\x9c\x74\x26\x53\x59\x70\xd6\xdd\xd5\xd1\xd3\xdd\xb1\xc7\x4a\ \x16\xc7\x71\x5c\xd7\x4d\xb8\x20\xc1\x4e\x08\x21\x9c\x37\x68\xd3\ \x1d\xb5\xd3\x22\x25\x80\xd0\x50\x39\xdb\x50\x3a\x74\x11\x5a\x93\ \xb4\xf2\x1b\x69\x1d\x48\xd7\xed\xdd\xdc\xb4\x6d\xf9\x70\x39\xee\ \xee\x1a\xaa\x4f\x7b\xd5\xd5\xd5\x95\x8d\x6b\x84\x10\x51\x10\xf4\ \xf5\xf6\x4c\x9b\x39\x3b\x9d\xcd\x5a\x63\x00\x40\x4a\x39\x76\x5c\ \xeb\x8e\x1d\xdb\x4a\xa5\x62\x7d\xc3\x6b\xb1\x3e\x93\x25\x40\x29\ \x24\x93\xd6\x86\x95\xe3\x48\x01\x26\xd6\x84\xc2\x51\x8a\xc9\x12\ \x83\x72\x14\x90\xd5\x5a\x83\x74\xd4\xce\xea\x57\x4c\x5a\x1b\x94\ \x8e\xa3\x04\x91\xad\xe4\x3c\x69\x6d\x50\x39\x8e\x14\xd6\x68\x63\ \xd9\x71\x1d\x04\xb6\x96\xa4\x52\x08\x6c\xb4\xb6\x8c\x8e\xa3\x2a\ \x07\x85\x54\x12\x2b\x26\x25\x5b\x63\x2a\x6f\x01\x13\x33\x60\xe2\ \xd5\xf8\x3b\xc4\xee\x31\x45\xb2\x94\xae\xc9\x2f\x3c\x17\x75\x98\ \x34\xcd\x1b\x08\x72\x33\xd9\x55\x0f\xe3\xe6\x27\x11\x51\x08\xb1\ \xc7\x50\x09\xc2\xc0\xf7\xfc\x6c\x36\x67\x8d\x51\x4a\x09\x21\xe2\ \x38\x16\x42\xe4\x72\x35\x5d\x1d\x1d\xaf\xb1\x14\x3d\x8a\xe1\xd0\ \x33\x3e\x76\xac\xff\xfc\x8f\x7f\xff\x88\x49\x8d\x3d\xee\xac\x73\ \x8e\x9e\x37\x01\x01\x74\xff\xc6\xbb\x7f\x7f\xdb\xaa\xad\x7d\xf5\ \x07\x9f\xfa\xe1\x4b\x4f\x51\xf9\xbc\x74\x9d\xfe\x2d\xcb\x6f\xbb\ \xed\xfe\xae\x92\x95\x42\x00\xb3\x21\x9c\xbc\xf0\xcc\x73\x4e\x3e\ \x3c\x2b\x09\xed\xf0\x9f\x6e\xff\xed\x23\x2f\x76\xcf\x3a\xe6\x9c\ \x77\x1f\x3f\x3f\x2d\x10\xf5\xe0\x93\xf7\xdf\xf6\xf0\xb3\x9b\x65\ \xcd\xf4\x8f\xfc\xd3\xc7\xc6\x70\x3e\x22\x8c\x86\x3a\x1f\xbf\xff\ \xae\x67\x36\xec\xb0\xe9\x19\x1f\xf9\xa7\x2b\x27\xa4\xc2\x92\x21\ \x01\xf4\xf4\xef\x7f\xbe\xb4\xbf\xea\x7d\x97\x5e\x30\xb5\x4a\x02\ \x97\x97\xde\x7b\xeb\x43\xcb\xb6\xa2\xab\x12\x3e\x78\x5b\x68\x52\ \x21\x3d\xcf\xdd\xe3\xb7\x20\xa3\x23\x6d\x5e\x93\x0b\x00\x80\x49\ \x44\x25\x7c\xd3\xf6\x78\x7f\xa7\x0a\x03\x40\x13\xed\x2d\x7d\x88\ \x99\x85\x92\x02\x05\x0b\xb1\x76\xdd\xba\xbe\xde\xde\x23\x8e\x38\ \x02\x11\xa5\x94\xcc\xaf\xb5\xe7\x19\x33\xa4\xab\x1b\x9b\x52\x29\ \xad\xdd\xe3\xaf\xf8\xd8\x59\x53\x87\x6e\xfc\xd5\xcf\x3b\x4a\xf2\ \xa0\x13\xdf\xfb\xf1\x2f\x5c\x79\xd5\xbf\x7c\x3b\xa8\x1b\x57\xcb\ \xdb\x7e\xf4\xc3\xeb\x4b\xd5\x33\x3e\xf0\xb9\x2f\x5c\xd4\xbb\xe5\ \xaa\x25\x2b\xa5\xeb\x1a\xa3\x9b\xe7\xbf\xf7\x73\x97\x1f\xb3\xf4\ \x0f\x37\x2c\x5d\xdf\x5f\xd5\xd8\x50\xe8\x2b\x4d\x3a\xf2\xa2\x4f\ \x9f\x7f\xd0\x03\xb7\xdc\xf0\xdc\x96\xa1\xa6\x03\x8e\xfb\xc0\x15\ \x9f\x71\xa2\x6f\xdc\xdb\x91\x9b\x50\x6f\xff\xfc\xb3\xeb\x97\x75\ \xbb\x73\x8e\x38\xe5\x82\xcf\x7f\xd1\xbf\xea\xdf\x1e\xdc\xe1\x34\ \xd6\x64\x5e\xb8\xf9\x87\x77\x6f\x0e\x7c\x09\xc5\x02\x9d\xfa\x91\ \xcf\x1f\x84\xcb\xbe\x7b\xf5\x9f\xfc\xfa\x66\x28\xe7\x51\x8a\x84\ \x08\xde\x16\x16\x84\x94\xd1\x70\xd7\xd2\xa7\x96\x0f\xc4\x8c\xbb\ \x74\x9b\x86\x19\x07\x1d\x36\x73\x82\x64\xb3\xab\xc3\x31\xc9\x35\ \x7a\xfb\x18\x7e\x98\xcf\x97\x56\xac\x58\x31\x30\x30\xd0\xda\xda\ \x3a\x69\xd2\xa4\x7d\x52\x1c\x56\xeb\x30\xf4\xc6\x1d\x74\xec\xbc\ \xa6\x3b\x7e\x70\xd5\xe3\x1b\xca\xbe\xb4\x9b\x6f\xf8\xd9\xb8\x7f\ \xff\xe6\x49\x07\x4f\xbd\x23\x2a\xb3\x6a\x6e\x9d\x3c\x25\xac\x9a\ \x90\x8e\xba\x56\xb6\xf7\x01\x0a\x00\x26\xcc\xbe\xeb\xcc\x63\xb6\ \x3f\x71\xd3\xaf\x97\x2c\x95\x99\x34\x6c\xdf\x6c\x64\xfd\x15\x9f\ \x3e\x72\xcd\x83\xd7\xfc\xee\xa1\xe5\x5e\xda\xdb\xb4\xf9\x97\xa9\ \x89\xd3\x4e\x3d\x65\xd1\xa3\xd7\xaf\x8f\xc3\xf2\x60\x7f\x6f\x57\ \x7b\xb8\xe3\xe6\x9f\xa5\x9a\xbe\x79\xda\x09\x87\x3e\x7a\xe3\x36\ \x6d\xa9\x7a\xcc\xc4\xa9\x10\xbb\x76\xf8\xa5\xb5\xed\xfd\x7d\xbd\ \x78\x40\x63\x53\xb5\x5a\xb5\xe6\xf9\x32\xb9\xd9\xb4\xcb\xc9\x42\ \xec\xb7\x01\xa4\x92\xfd\x5b\x97\xdf\xfc\x87\xfb\xc7\xce\x9a\xe6\ \xb3\x65\x00\x94\xa2\xdc\xbd\xb5\x6f\x63\x30\x7b\xfa\x94\x5a\x61\ \x6c\xc2\x05\x6f\x47\x3b\x82\x38\x95\x4a\x5d\x74\xe1\x85\x42\x08\ \xad\xf5\x1e\x7b\xdd\xed\x5d\x1a\x30\x11\xfb\xb5\x35\x28\x8b\x6d\ \xbd\x51\xca\x77\x15\x52\x1c\x97\x3a\xb6\x87\x87\xd4\x56\x41\x8f\ \x75\xaa\xc6\x1e\x7c\xc4\xd1\xc6\xaf\xab\x71\x48\xa4\xbc\x4a\xf5\ \x7f\x90\xb9\x96\xea\xb8\xa3\xab\x83\x9d\x94\xa3\x14\x4a\x14\x6e\ \x4d\x73\xb6\xbc\xa1\xa7\x07\x9d\x94\xe3\x28\xb4\xa5\x8e\x8e\x3e\ \x35\xae\x25\x2b\xd6\x11\xa0\x90\x52\x29\x57\x92\xe9\xd9\xb1\x35\ \x7d\x58\x8d\x8b\x5b\x59\xfa\x93\xe7\x1d\x2e\x26\x59\x59\xde\xda\ \xb3\x7d\xeb\x13\x77\x5c\x0f\xc1\x69\x27\x5e\xfc\xc9\x33\x4a\x3b\ \xee\xfd\xc3\xad\xcf\x6f\x1b\x96\x2a\x09\x7c\xbe\x0d\x0c\x04\xe0\ \xa8\x54\x6a\x3a\xe4\xe4\xcf\x7f\xf6\xc2\x2a\x13\x5a\x06\xe5\x79\ \xfd\xcf\xdf\xf3\xbd\x3f\x6c\x0d\x35\x81\x87\xbb\xe6\x10\x24\x5c\ \xf0\xb6\x92\x06\x02\x00\x88\x08\x85\x80\xd7\x2c\x6c\x4d\x26\xd6\ \x96\xb4\x46\x42\x25\xa5\x28\xf5\xf6\x1a\x9b\x9b\x31\x3e\xb7\x72\ \xd5\x90\x27\x2d\xf8\x2d\x93\xa7\xfa\x6d\x2b\x06\x50\xce\x2e\xed\ \x58\xf1\x8b\xab\xaf\xe9\x8b\xc5\xbc\xf3\xff\xcf\xc7\xcf\x39\xfd\ \xf1\x67\x7f\x3c\x04\x92\x6d\x7e\xc7\x80\x3b\x73\xdc\x04\x69\xd6\ \x6b\x83\x68\x4d\x6c\xfa\xdb\x07\x53\x53\x5a\x5b\x85\x69\x8b\xb5\ \x17\x69\x77\xea\xc4\x16\x3d\xf8\x44\xde\x0a\x01\x6c\xad\xd1\x3a\ \x22\xcc\x4e\x9c\x36\x23\xbf\x6d\x65\xc4\x42\xc4\xf9\x3f\xdf\x74\ \xcd\x6d\x1b\x03\x5f\x09\xc7\x75\xa4\xee\x7e\xf8\x96\xeb\x1f\xbf\ \xa7\xf6\xa8\x73\x3f\x73\xe5\xe5\xe7\x7c\xfd\xdb\x3f\xed\xd1\xae\ \x4a\x0c\x85\xb7\xde\x36\x15\xd9\x5c\x4e\xf7\xf7\xe4\x4b\x36\x25\ \x62\x6d\x19\x95\x1c\xe8\xef\x8a\x53\xe9\xb4\x27\x81\xe3\xd7\xf4\ \x17\x24\x78\x4b\x58\x00\x11\x11\xfa\x7a\x7b\x86\x87\x86\x00\x39\ \x9b\xad\x6a\x68\x6c\xda\xdb\x0e\x99\x64\xe2\xfa\x99\x87\x1d\xd0\ \x28\x3b\xf3\xce\xa2\x85\xe3\xda\x1f\x18\x2c\x77\xae\x7e\xf0\xa9\ \x2d\x97\x7c\xf8\x93\xf1\xef\xee\x6d\x2b\xc8\x83\x4f\x3c\x6b\x7a\ \xfc\xec\xb7\x9f\xdb\x0c\x47\x1d\x9f\xa9\x1d\x3b\x63\xf6\x01\xe3\ \x53\xcd\x8b\x16\xcc\x28\xb7\xdd\x5f\x22\x40\x81\x82\x8a\x4f\x2e\ \x79\xe4\xd8\x8f\x5e\xf4\xa1\x82\x7a\x6a\x5d\x4f\xb6\xa1\xa1\xb0\ \x7d\xcd\x23\x7f\x78\xf0\xff\x7e\xe8\xf2\x0f\x86\xa9\x65\x9b\x06\ \xc7\x1d\xb8\xf8\xdc\x39\xe2\x96\xef\xff\x39\x90\xd3\xfd\x6c\x4d\ \xeb\xe4\x19\xb3\xb3\xde\xdc\xa3\x4e\x3a\x7e\x5a\xf1\xd7\xff\xf5\ \x4c\x0c\x53\xdc\x74\xae\x75\xfa\xec\x39\x6e\xe0\x2b\x2c\x0e\x0d\ \xe5\xc6\xcc\x68\x4e\x15\xdb\xbb\x4b\xf5\xd5\x7e\x85\xd2\x98\x13\ \x22\x78\xeb\x61\x0c\x35\x4f\x9e\xd3\x50\x7e\xf0\xf7\xf7\x3e\x79\ \xc5\x19\x0b\x5c\xc9\x85\xb6\xe7\x6f\xbd\xf3\x99\xd6\xe3\xae\xac\ \x75\xad\x09\x21\xe1\x82\xb7\x99\x90\x43\xd4\x5a\xaf\x5b\xbb\xba\ \x90\xcf\x67\x73\x39\x25\x55\x7e\x78\xa8\x58\xc8\xd7\xd4\xd6\xed\ \x25\x38\x47\x28\xfd\xd9\x0b\x8f\x5d\xe8\x8a\xa1\x67\x7f\xf7\xfb\ \xc7\xd7\xba\x69\xf1\xe4\xef\xaf\x0b\xfb\xcf\x58\xb4\xf8\xf4\x05\ \x00\xc5\xce\xe7\xbe\x7f\xc3\xbd\xed\x81\xac\xeb\xde\xb4\xb9\x77\ \xd2\xc9\xe7\x5d\x88\x08\x83\x1b\xef\xbf\xee\xbe\x87\x23\xe1\x28\ \x00\xc7\x75\xbb\x57\xde\xf9\xdd\xeb\xf2\x67\x9e\x70\xd4\xbb\x67\ \x33\xda\xe2\x53\xf9\x2d\x6b\x56\xdc\xfe\xdd\xeb\x0b\x67\x9e\xf8\ \xae\xb3\x0e\x94\x54\xee\xba\xe1\x47\xdf\x7f\x7a\x43\xd1\xad\x1e\ \x58\xb9\x61\x70\xc6\xbb\xce\x9a\x4a\x94\xef\xda\x74\xed\x7f\xde\ \xbf\xb6\x23\x70\xd3\xe5\x4d\x5b\xb6\x4d\x5a\x78\xfa\xf9\x87\x32\ \x02\xec\x58\xf1\xe0\x0b\xc5\xba\x05\xc7\x1c\x7b\x38\xb2\x2d\x6e\ \xbb\xf6\xe7\x77\x74\x47\x8e\x93\xf4\xac\xb7\x83\x2e\xb0\x1a\xaa\ \x27\x5f\x74\xd1\xe9\x3f\xfe\xe5\x2f\xbf\xf8\xf0\x4d\x29\x0f\x8b\ \xc5\xf2\x98\x83\x4e\xff\xe0\x71\x73\x38\x8e\xf7\x50\x9e\x78\xf9\ \xa5\x17\x33\x73\xcc\x38\xc5\xd5\xff\xda\xd0\x53\x6c\x9e\xde\x7b\ \xf6\x97\x93\x38\xc2\x1b\xec\x0b\x70\xd3\x99\x35\x7f\x9e\xf8\xe8\ \xf5\x37\x75\xc2\xbf\xbf\x38\x3c\x7b\xf2\xc4\xaa\xaa\xaa\x4a\x7e\ \x81\xb5\xb6\xaa\x2a\x77\xd6\x7b\xce\x6c\x6e\x1e\x53\x5b\x57\x3f\ \x1a\x74\x14\x5a\xc7\xf9\xe1\xa1\x52\xa9\x34\x73\xf6\x01\x9e\xe7\ \x55\x6c\x87\xaf\x7c\xf9\x4b\x43\x43\x43\x52\x4a\xb6\x26\x36\xa6\ \x22\x02\x5d\xd7\x15\x58\xc9\x17\xd0\x44\x5c\xa9\xde\x2b\x95\xa3\ \x94\x64\xa3\xa3\x58\xa3\xa8\xa4\x96\xa3\x72\xdc\x5d\x1c\xfc\x6c\ \xb4\xb6\x96\x2a\x15\x53\xa4\x72\x94\x44\xab\xb5\xb1\x04\x88\xcc\ \x20\x95\x72\x94\x04\xa6\x28\x8c\x58\x8c\x7c\x4d\x2a\x47\x49\x09\ \x60\xa3\x30\x62\x18\x59\x3d\x21\xa4\x12\x40\xc6\x52\xc5\x7f\x21\ \x1d\xd7\x49\xb2\xa4\xff\x76\x33\xbf\x69\x6c\x6c\xfc\x8f\x6f\xfe\ \xe7\xde\x9c\xb5\xcc\xe0\x67\xb2\x34\xbc\x63\xe5\x9a\x4d\xf9\x88\ \xb3\xf5\xe3\x66\xcd\x98\xe0\x92\x36\x94\xd4\x41\x7e\x5b\x5a\x75\ \xae\xeb\xe5\xaa\xab\x2b\x3f\x27\x33\x03\x90\xe7\xfb\x5e\x94\x2a\ \x95\x8a\x7b\x78\x0a\x2b\x00\x21\x5d\x57\xee\x72\x18\x2a\x43\x7d\ \xb7\x0f\x13\x81\x90\x9e\x2f\xf7\x38\xc3\xce\xd7\x52\x39\x52\xed\ \xd6\x69\x84\x72\x5c\xb5\xc7\x87\xd1\xf5\xfd\xdd\xcf\x40\x00\xe8\ \x7a\xfe\x1e\x56\x8e\x2b\x5f\xfd\x2a\x09\xde\xdc\xbe\xc3\xaf\xbd\ \x67\x1a\x48\x47\x95\x7a\xb7\xae\x5c\xb9\x66\x28\x84\xda\x31\x93\ \x66\xcd\x98\xe8\x71\xac\xe9\x55\xbe\x92\x70\xc1\xdb\x40\x35\x30\ \xa5\x52\x29\x25\xe5\x1e\x8b\x96\xfc\x3d\xc7\x1b\x88\x11\x9f\x62\ \x32\xd2\x12\xbc\xdc\x51\xc4\xde\x4b\xe6\xa2\x54\x50\x68\xbf\xf9\ \xc7\x3f\x5a\x39\x2c\x82\xe1\xbc\xeb\xa5\x1e\x3e\xf8\xb4\x4f\x5c\ \x72\x62\x06\x0d\x25\xfb\x23\xbc\x5d\x5d\x06\x00\x80\xcc\x8c\x7b\ \x6e\xa4\xb1\xdb\x4c\x7b\xc9\xc5\x17\x79\xbe\x9f\x64\xf8\x26\xd8\ \xb5\x63\x44\x51\x44\x44\xaf\xda\x2b\x94\x12\x5b\x56\x3f\xb1\xc1\ \x59\xf0\xcf\x5f\x5a\xf8\xbb\x9b\x9e\x38\xf1\xcc\x23\x96\xfc\xfa\ \x96\x55\xed\x87\x1d\x35\x31\x4b\x26\xe1\x82\xbf\x5b\x58\x6b\x1b\ \x9b\x9a\xa6\xcd\x98\x9d\x34\x45\x82\x5d\xb1\x61\xdd\x1a\x22\x7a\ \xd5\x15\x6b\x08\x1c\x94\xca\x99\xba\xf1\x39\x5f\x98\x38\x18\xe8\ \xeb\xcd\x97\x59\xed\x65\x6d\x5b\xc2\x05\x7f\x67\x74\x90\x34\x42\ \x82\x7d\xef\x15\xd6\x72\xd3\x94\xf9\x73\x91\xb5\x71\xbd\xf0\xa5\ \xeb\x6f\x6c\x5b\x78\xf2\x39\x07\x8e\xcd\x5a\xab\x13\x2e\x48\x90\ \xe0\x9d\x45\x13\xd9\xe6\x69\x87\x67\x8d\x4c\x65\xdf\x73\xf1\x47\ \x67\x76\x84\x33\x0f\x9a\x9f\x42\xa3\xe9\x55\x3e\x9c\xc4\x7e\x12\ \x24\xf8\x87\x85\xe3\xaa\x1d\x2f\x3e\x70\xc3\x1d\x4f\x62\xd6\xdb\ \xf8\xf4\x03\xb7\xfd\xf6\x17\xdf\xbb\xe6\xd7\xed\x65\xa1\x24\x26\ \xba\xe0\x1f\x0d\xc6\x98\x24\x80\xf7\x8e\x02\x22\x2a\xb5\xaf\xc3\ \x16\x99\x83\x62\xde\x49\x37\x84\x5b\x9f\xb9\x67\x45\xf8\xc1\x2f\ \x7c\x6e\xe9\xaf\x7f\xb3\xb1\x73\x70\xfc\xb4\x5a\x00\xbb\x9f\x5c\ \xc0\x5c\x29\xc2\xf9\xf2\x81\x51\xa7\xc4\x2e\x1b\xc9\x57\x76\xb9\ \x07\x14\x98\x4e\xa5\x77\xbb\xd1\x9d\x6b\x1f\x10\x10\x90\x99\x89\ \x88\x98\x10\x85\x40\x04\xdc\x6d\xdf\xfa\x97\xbf\x32\x7a\xd6\x3d\ \xb6\xb6\xe6\x3d\x4f\xb9\xf3\xe0\xee\x83\x61\xf4\xbf\x8a\x73\x15\ \x05\x8e\x1e\x61\x44\x31\xf2\xfd\x91\x1a\xa3\xaf\x1c\x46\xbc\xcb\ \xd9\x77\xbb\x14\x56\x4e\xb3\xeb\xb5\x5f\x73\x43\x72\x66\x2e\x16\ \x8b\xfb\x3b\x50\x71\x14\xfb\xa6\x00\xcd\xf3\xcb\x97\x8d\x16\x4c\ \x4d\xf0\x8f\x8f\x4a\x6f\x5a\x70\xe8\xe1\x62\xdf\xb6\xde\x24\x10\ \x63\x27\x4d\x1d\xbc\xef\xf6\x7f\x79\x5a\x4f\x58\x7c\xc5\xfc\x89\ \x35\x2b\xeb\x1a\x73\x9e\xf3\xaa\xab\x5d\x5e\x93\x0b\x98\x64\x75\ \xad\xcc\xe5\x04\x40\x25\xf1\x4c\x31\x48\x00\x89\x88\xd6\x3a\x42\ \x38\x52\x81\xc0\x20\x0a\x51\x48\x44\x18\x2e\x16\xaf\xfb\xe9\xf5\ \xab\x57\xad\x46\x00\x25\x24\x10\x1b\xb2\x20\xc0\x12\x11\x91\xd5\ \x26\x93\x49\x37\xd6\x37\x56\x57\x57\x17\x0b\x85\x7c\x3e\x6f\xad\ \x75\x95\xaa\x78\x3e\x50\x8c\x16\x00\x06\xb6\x96\xa2\x38\x32\x5a\ \x6b\xb2\x96\x08\x10\x19\x59\x0a\xa1\x94\x22\xb2\x95\x5c\x17\x44\ \xb0\x96\x10\x55\x65\x78\x23\x22\x02\x56\xc6\xb1\x92\xb2\xf2\xa0\ \xcd\xcd\xcd\xa5\x52\x31\x9f\x2f\x48\xe5\x08\x14\x88\xa2\x5c\x2c\ \x46\x51\xe0\x29\x09\xd6\x02\x19\x50\x8e\x70\x1c\x01\x80\x80\x95\ \xc6\x15\x88\x52\x4a\x42\x20\x22\xb2\x4c\x84\x58\xa9\x49\x4c\x44\ \x96\x04\x80\xeb\x28\x00\x88\xe3\x18\x88\x58\x22\x21\x03\x33\x8c\ \x5e\x7a\x97\x96\x23\xcf\xf7\xbf\xf1\xef\xff\x9f\xe7\x79\xfb\x48\ \x07\x42\x08\x6b\x75\xb9\x1c\x20\xa0\xe7\xfb\xe9\x74\x1a\x5f\x6f\ \xa7\x04\x22\xf2\x3c\xbf\xb9\x65\x0c\x31\xbd\x39\x5d\x0f\x50\x48\ \x47\xa2\x36\xe6\x35\x0b\x29\x24\xf8\x1b\x41\x20\x76\x77\x77\x11\ \xd1\x3e\x72\x81\xd1\xba\x66\xf2\xe1\x1f\xba\x22\xd3\x56\x4e\x1f\ \x72\xe8\x02\xa5\xa2\xf7\x5c\x72\x79\xb6\xba\x1a\x6d\x04\x86\xf7\ \xd8\xa4\xef\xb5\xb9\x80\x85\xe7\xa9\x5c\x95\x00\x90\x08\x95\x40\ \x84\x03\xe0\x01\x28\x00\x17\x60\x78\xa8\xc0\xc8\x75\xd5\x35\x95\ \xce\xde\x5b\x28\xfe\xf9\xf1\x27\x9e\x7a\xea\x29\xdf\xf3\x1d\x54\ \x56\x9b\xd8\x6a\xe9\x2a\x22\xab\xb5\x61\x4b\x0d\x0d\x0d\xad\x63\ \xc7\x36\x35\x36\xf5\xf7\xf5\x75\xd3\x17\x62\xdb\x00\x00\x20\x00\ \x49\x44\x41\x54\x76\x76\x69\xa3\xd3\x9e\xa7\xb5\x46\x31\x32\xb7\ \x55\x6a\xfe\x30\x43\x1c\xc7\xc6\xe8\xc8\x9a\x30\x8e\x8d\x31\x3a\ \x0e\xc0\x1a\x90\x52\x38\x8a\x89\x84\x94\x52\x0a\x06\x24\x16\x23\ \x05\x01\x47\x65\x04\x33\x0b\x14\x28\x50\x49\x39\x69\xd2\xe4\xde\ \xbe\x9e\xfc\xf0\xb0\x54\x2e\xa0\xf4\xfd\xf4\x60\x7f\x2f\x15\x07\ \x77\x3e\x9f\xeb\xfb\x20\x14\x13\x29\x21\x1c\xc7\xa9\xb4\x2f\x03\ \x10\x93\xb6\x96\x2c\x33\x09\x04\x00\x62\x20\x66\xb2\x40\xd6\x75\ \x1c\x64\x0c\x4d\xc8\x60\x19\x90\x60\x67\xe6\xcf\x9e\x03\xde\xf3\ \xd2\xff\xf6\xaf\xff\xe2\xfb\xfe\xbe\x70\x81\x10\x72\x70\x70\xa0\ \xbb\xbb\xdb\x73\x7d\x06\xd6\x5a\xd7\xd4\xd4\x34\x37\x35\xef\xc3\ \x17\xd1\x71\x1c\x1a\xd1\x6e\x28\xa4\x10\x38\xa2\xbf\xde\x00\xdb\ \x01\xd1\x06\xc3\x1d\x7d\x71\x43\x73\xa3\x0b\x89\x29\xf2\x36\xe0\ \x02\x21\xf6\x4f\x05\x32\x80\x74\x6a\xea\xeb\x7a\x86\x3b\x9e\xfe\ \xe3\x12\xcd\x22\xe5\x3b\x51\x39\x6e\x9e\x31\x77\xf6\x84\x46\xde\ \x3d\x00\xa1\x5e\xfb\x3c\x40\x0c\x96\x18\x01\x04\x32\xa0\x60\x56\ \x08\x56\x1b\x21\xe5\x0b\xab\xd6\x5c\xff\xb3\x9f\xb7\xef\x68\x9b\ \x33\x77\xce\x39\xe7\x9d\x7b\xc8\x41\x07\xf5\x74\x75\x97\xcb\xe5\ \x6c\x36\x93\xcb\xe4\xc0\x82\x00\x8c\x74\x04\x0a\x89\x28\x2c\x07\ \xae\xeb\x36\x37\x37\xd5\xd5\xd5\x55\xe5\x72\x71\x18\x0e\xa7\x53\ \xc6\x38\x29\xdf\x8b\xa3\x48\x29\xc5\xcc\x88\x58\xe9\xd3\x52\x4a\ \xcf\x73\xb9\x62\x3f\x08\x8c\xe3\xb8\x1c\x94\xe2\x38\x62\x06\x22\ \x32\xc6\x00\x90\x94\x02\x51\x82\x54\x20\x24\xee\xc2\x23\xc0\x40\ \x4c\x95\xd7\x44\x56\x0a\x91\xcd\xe6\x10\x05\xa0\xac\xab\xab\x13\ \x60\x87\xd8\x22\x19\x24\x9b\xf6\x5c\x3f\x93\x35\x86\x10\x51\x2a\ \x25\xa5\x94\x42\x68\xb2\xda\x5a\x6b\x8c\x20\x42\x40\x01\x82\x89\ \x98\x18\x18\x10\x98\xad\x95\x42\x02\x80\xd2\x82\x81\x08\x81\x10\ \x76\x49\x1c\xde\x6d\xc6\xce\x64\xd2\xfb\x28\xf5\x85\x10\x03\xfd\ \xfd\xae\x9f\x3e\x70\xde\xfc\xfa\x86\x06\x60\x18\x1c\xe8\x5f\xbf\ \x7e\xdd\x96\x2d\x5b\x3c\xcf\x79\x5d\xd1\x68\xad\x25\x22\x14\xca\ \x75\x60\xb8\xaf\x7b\xa8\x18\x49\x2f\x55\x55\x95\xf3\x1c\xf9\x57\ \x8e\x5f\xe9\xf8\x03\x6b\x97\xfc\xf7\xdd\x83\x5f\xf8\xea\x67\xc7\ \x62\x68\x28\x19\x8c\x6f\x31\x88\xf6\xef\x17\x55\x8e\x1a\xda\xf2\ \xd4\x0f\x7e\xf0\x5b\xd3\x38\xae\xc6\x57\x42\x0f\xbd\xb4\x66\x5b\ \x4d\xeb\x9c\x63\xab\xc7\xcf\x9a\xd4\x82\x76\xd7\x52\x26\xfb\xe6\ \x3b\x44\x7e\x79\x16\xd2\xc6\xe6\x5c\x67\xf3\xe6\xad\xff\xfc\x2f\ \xff\x32\xd0\xdb\x67\x48\x3f\xf7\xdc\x73\x8f\x2f\x5d\xfa\xb1\x4f\ \x7e\xa2\xbb\xaf\xaf\x58\xc8\xbb\x8e\xcb\xc0\xcc\x90\x4e\xa7\x40\ \x40\x4c\xba\xe2\x23\xf0\x3c\xcf\xf7\x7d\xd7\x75\x85\x10\x62\xa4\ \x7a\x17\x20\x40\x85\x05\x46\xfe\xdd\x3d\xd3\x0e\x01\x24\x42\xca\ \x73\x5d\x47\x02\x33\x0a\x11\x47\x51\x14\x45\x5a\x9b\xca\x78\x8b\ \x2c\x59\x6b\x04\xa2\x10\xc2\x5a\x12\x42\x48\x29\x25\x0a\x81\x22\ \x8e\xe3\xa1\xc1\xc1\x58\xc7\x95\x93\x23\x82\xeb\xba\x9e\xeb\x7a\ \x9e\xc7\x1a\xd9\x80\xeb\x3a\x68\xc1\xc6\xc6\xf7\x3c\x81\x18\xc7\ \x31\x03\x18\xb2\xc4\x64\x89\x10\x51\x0a\x01\x64\xc8\x9a\x8a\x15\ \x23\x2a\xfe\x01\x26\x60\x26\x24\x1c\x11\xcd\x7f\xbd\x6e\x46\x06\ \x2e\x95\xcb\x0b\x8f\x7c\x57\x6d\x5d\x5d\x18\x04\x46\x9b\x54\x2a\ \x75\xc0\xdc\xb9\x4f\x3f\xfd\x14\x91\xf3\x7a\x84\x52\xc9\x47\x47\ \x07\x8a\x7f\xbc\xf1\xda\x9b\x1e\x59\xcb\x8e\x6b\xac\x73\xcc\xd9\ \x57\x5e\x76\xe6\x3c\x07\x84\x40\x60\x6b\x22\x6d\xa4\x72\x95\x44\ \x44\xb4\x3a\x8e\xb5\x41\xe5\xb8\x8e\x42\x40\x60\x1b\x47\x11\xa1\ \xf2\x7d\x17\x99\x01\x91\x4c\x1c\xc5\xa6\xb2\x42\x49\x07\xc3\x83\ \xf9\xc0\xf1\x53\x3e\x02\xc6\x3a\x8a\x35\xa0\x74\x3d\x57\x0a\x04\ \xa6\x28\x8a\x40\x28\xd7\x51\x80\x28\x05\xc6\x61\x59\xb3\xf2\x5d\ \x85\x88\x6c\x4d\x14\xc7\x8c\xca\xf3\x1c\x81\xc8\x64\xa2\x28\xe6\ \xca\x55\x00\xc8\xea\x28\xd6\x89\xd5\xf1\x17\xb0\xc1\x7e\xad\x06\ \x97\x12\x3a\x37\xaf\xb6\x93\x8f\xf9\xf2\xe7\x2f\xce\xb1\x55\x85\ \xd5\x57\xfd\xe8\xce\x63\x2e\xfd\xf4\x21\xe3\x9d\x58\xef\xb9\x4e\ \xf1\x75\xb8\x00\x2b\xf2\x00\x01\x19\x10\x81\x99\x95\x14\x02\x60\ \xc5\x73\x2b\x3a\x3a\x3a\x7c\xc7\x4d\xfb\xa9\x89\x13\x27\xac\x59\ \xfd\xd2\x7f\x7c\xe3\xff\x4d\x9d\x31\x33\x8a\x62\xa9\x64\x45\x2f\ \x0b\x21\x18\x00\x11\xad\xb5\x8e\x72\xaa\xaa\xaa\xd2\xe9\xf4\xa8\ \x96\xc7\x11\xc7\xde\xe8\x0b\x18\x25\x85\x8a\xb8\xad\xa8\x5c\x44\ \x40\x03\x42\x2a\x85\x02\x85\x90\x42\x3a\x29\xc7\x73\xfc\x8a\x83\ \x8f\x88\x4a\x71\x14\x93\x25\x3b\x02\x63\x4c\xe5\xeb\xae\xeb\x32\ \x73\x1c\xc7\xc4\x04\x80\x52\x49\x21\x04\x00\x12\xb3\x52\x0a\x11\ \x34\x5b\x20\x16\xc8\x36\x8c\x62\x00\x24\x19\x84\x21\x08\xc1\x08\ \x8c\x95\x27\x06\x36\x56\xb2\x26\x22\x26\x2b\x84\x54\x8e\x6b\x8d\ \xb5\x95\xed\x8c\x80\x19\x91\x19\x18\x5e\x5d\x17\xbc\xee\x8a\x91\ \x5d\x64\x38\xc4\x51\x3c\x66\xec\xf8\x9a\xda\xda\x28\x8a\x2a\xdf\ \xd2\xda\x00\xd0\xf8\x71\xad\x5b\x36\x6f\x78\x4d\xcb\x70\xc4\x1c\ \x90\x8e\x5a\x75\xc7\xb5\x57\xdf\xbb\xf9\xca\x2f\xfd\xeb\x51\x93\ \xaa\xf2\x83\xfd\xc6\xa9\xb3\xf9\x8e\xbb\xfe\xf7\x97\x8f\x6d\xe8\ \x49\x4f\x38\xe2\x93\x1f\x3a\xa7\xf0\xfc\x2d\xbf\x59\xb2\xac\x20\ \xeb\x4e\x3d\xff\xf2\x93\xe6\x8f\x2f\x75\xae\xfe\xd5\xaf\x6e\x5e\ \xd9\x55\x6e\x9d\x7f\xf2\xfb\xdf\x77\x52\x76\xf8\xc5\xab\x7f\xf1\ \xfb\x4d\xbd\x25\x12\xd5\x8b\xdf\x7b\xd9\x69\x07\x8f\x27\xad\x89\ \xac\x70\xdd\xc2\x8e\xc7\xae\xfa\xea\xe7\x29\x14\x47\x9d\x7d\xc9\ \x59\x47\x4d\x0f\xfa\x36\xdc\xf0\xd3\xff\x5d\xd3\x57\x6e\x98\x79\ \xcc\x47\xdf\x7f\x7a\xd7\xd2\xdb\x7e\x73\xd7\x33\xc2\xc7\xde\x61\ \x3e\xed\xfd\xff\x67\x51\xed\x8b\xff\x75\xfd\x7d\x03\xb1\x33\xf7\ \xb8\x73\x2f\x3a\xed\x30\xbb\xed\x89\xab\x7f\x75\xc7\xd6\x41\x9a\ \x7e\xc4\x19\x97\x9f\xb7\x58\xf5\xbe\x74\xfd\xff\xde\xf4\x42\x47\ \xb1\x79\xde\xa9\x1f\xbf\xf0\xf8\xb4\x34\x44\x89\xe5\xb1\x7f\xae\ \xe5\xfd\x6a\x2f\x63\xb8\x61\xe2\x41\x47\x48\x27\xe5\x48\x17\x04\ \x66\xc7\x1e\x7d\xec\x51\xcd\x39\xc7\xf1\x7c\x6b\xca\x96\xf7\x8b\ \x0b\x10\x95\x40\x4b\x24\x2a\x73\x36\x41\xc5\x40\x97\x42\x90\xb1\ \x03\xc3\x7d\x75\xb5\xd5\x85\x62\xb1\x3a\x97\xeb\xd8\xb1\xa3\x1c\ \x44\x44\xa4\xa4\x52\x52\xa1\x12\xc6\x18\xc6\x4a\x20\x82\x7c\xcf\ \xcb\x66\xb3\x55\x55\x55\x6c\xec\x08\x4d\x8c\xca\x01\x22\x72\x1c\ \xa7\x52\xf9\x77\x57\x69\x20\x84\x20\xb2\x4a\x2a\x1e\xf5\x82\x68\ \xb6\xcc\x84\x28\x10\x85\xeb\x3a\x44\x20\x5c\xd7\x02\xc5\xb1\xb6\ \xd6\x8c\x12\x82\xd5\x5a\x1b\x6d\x80\xd8\x5a\xcb\xc0\x88\x48\xd6\ \x2a\xe5\x8e\xfa\x00\x59\xe1\xc8\x7c\x6e\x8d\x05\xa2\x38\x8a\x14\ \xb8\xd6\x5a\x4b\x56\x08\x41\xc0\x00\x80\x04\x42\x21\x80\x65\x32\ \x99\x4c\x56\x29\x15\xc7\x9a\x25\x56\x56\xe6\x4a\x14\xc4\x6c\xdf\ \xa0\x6e\x4c\xc4\xbe\x9f\x12\x42\x56\x88\x97\x2b\x36\x09\x43\x2a\ \x9d\xb2\xd6\xbe\xee\x24\xc0\x8c\xd2\x74\x2f\x79\x68\xf5\x8c\x53\ \x3e\xfd\xee\x43\x27\x96\x8a\x61\x66\xe2\x74\xdf\xc5\x81\xf5\x8f\ \xdd\xff\xf0\x9a\xc3\x3e\xf0\xf1\x23\x67\x8f\x2b\xaf\x5d\xf2\x83\ \x5f\x3d\x79\xda\x87\x3f\x56\xbf\xed\xce\x6b\x7e\xfc\xd3\xc9\xdf\ \xf9\xec\x13\x3f\xb9\x7a\xc3\x98\x33\x3f\xf9\xee\x9a\x9f\x5f\x75\ \xf5\x0d\x4d\xd3\x3e\x32\xe1\xa5\xc7\x56\x77\x5d\xf4\x99\xcf\xfa\ \x2b\x6f\xbb\xee\x87\x3f\x9b\xf6\xbd\x7f\x9e\x9e\x03\x66\x66\xb2\ \xec\x54\x2f\x3c\xf9\xdc\xa6\xde\xc7\x7f\x72\xf5\x7f\xe7\x5a\xbe\ \xb5\x78\x4c\xfd\xa2\xb3\x2e\x5c\x4c\xfd\x37\xfe\xf0\xda\xdf\x4c\ \x98\xfa\x81\x23\x8f\xbd\x72\xc2\x41\xab\xef\xfd\xc9\x35\x5b\x78\ \xec\x98\xb4\x97\x9e\x76\xde\x65\x57\x9a\xee\x67\xff\xfb\xba\xeb\ \xa7\xcc\x9a\x76\x4c\xf3\xa4\x53\xde\x7b\x39\x14\xb6\x5e\xfd\x3f\ \xff\xfb\xc0\xcc\x05\x27\xf2\x9a\x07\x97\x0d\x5c\xf8\x99\x0f\x4e\ \x6a\xaa\x97\xac\xad\x4d\x88\xe0\x2f\x8a\x25\xec\xb3\x30\x60\xa2\ \x4c\xfd\xd8\xda\xb6\x35\x7f\x5a\x72\xb7\x40\x60\x66\x27\x37\x36\ \x15\x77\xfd\xf9\xfe\x2d\x13\x0f\x3e\xac\x39\x2d\x77\xb5\x39\xd4\ \xeb\xc8\x57\x62\x81\x08\x80\x52\x60\x45\x1a\x54\xe2\x6c\x13\x5a\ \x5b\xc7\xb4\x8c\xc9\x0f\x0c\x4a\xa4\x94\xeb\x29\x74\x85\xe3\x14\ \x4a\x65\xc7\xf7\x0d\x59\x66\x26\x6b\x63\x6b\x85\x12\x61\x18\x02\ \x40\x2e\x97\xf3\x7d\x3f\x9b\xce\x84\xe5\x40\x48\x59\x99\xff\x2b\ \x7b\x3c\x54\x62\x90\x3b\xff\xdd\xe9\xf4\x22\x22\xad\xb5\xef\x39\ \x46\x9b\x0a\x6b\xb8\xae\x13\x45\xb1\x94\x8e\x31\x26\x28\x6b\xa9\ \x14\x01\x49\x57\x64\x53\x29\x4b\xc4\xcc\x64\xc9\x58\x63\xb4\xd6\ \x5a\x5b\x22\x6d\x8d\xb6\x06\x51\x10\x19\xd7\xf3\x01\x81\x89\x2b\ \x43\x18\x01\x5c\xd7\xa5\x98\x3d\xcf\xd7\x40\xc6\x18\xc3\xc4\x00\ \xc6\x58\x57\x2a\x25\xa4\xb1\x9a\x19\x0c\x18\x89\xdc\x50\x5f\x07\ \x80\xbd\x7d\x7d\xbe\xef\x1a\x63\xb5\x36\xa0\x04\x30\xbe\x72\xe6\ \xdf\x79\x64\xdf\x75\xc1\xee\x91\xcc\x0a\x15\xe2\x88\xf0\xe7\x7d\ \xe9\x18\x4c\x0c\xa4\xcb\x05\x0b\x35\x75\x55\x3a\x28\x13\xc8\xed\ \x4b\x7f\x75\xd7\xa6\xda\x0b\x17\x35\xf8\x55\x2d\xb3\xe7\x2e\x38\ \x78\x86\xff\xc8\xf5\x3f\xda\xd0\xdf\x5f\x77\xef\xad\x58\xea\x8a\ \xd8\xd9\xb2\x65\xd5\xb3\xeb\x3b\x82\xe2\x53\x37\xf5\x60\x4f\x64\ \x69\xc7\xa0\x69\xc5\x6c\x4d\xcb\xac\x03\x0f\x9e\x33\x29\x78\xe8\ \xf1\xab\xdb\xfa\x8b\xd3\x73\x19\x22\x32\xb1\xad\x6b\x99\x76\xe4\ \x91\x0b\xa7\xb9\x13\x9e\x5b\xfa\x95\xa7\x9e\xeb\x38\x76\x31\x2d\ \x7d\xe8\x8e\x2d\x83\x61\xfb\x70\x9e\x86\x87\x33\xf5\x87\x40\xef\ \xca\x25\x4f\xe5\xaf\xf8\xfc\xd7\x0f\x1f\xef\x6e\x7e\x6e\xdd\x7d\ \x4b\x96\xe6\xa3\x42\xa9\x38\x50\x0c\xca\x85\xde\xf6\x3f\xdd\x79\ \x6f\x77\x29\xec\x1f\x0a\xf2\x03\xc3\xb6\x0e\xd3\xf5\xad\xf3\x0e\ \x5a\x30\xc1\x8f\x42\x6d\x13\x4d\xf0\x66\xeb\x02\x14\x22\x2a\xf4\ \xbc\xf0\xec\xd3\xc3\xe8\x08\x00\x20\x23\xeb\xe7\x4e\xac\x9f\xb0\ \x6a\xc5\xca\xaa\x03\x0e\x19\x93\x91\xb4\xcf\xb5\x4f\x19\x00\xc8\ \xb0\xeb\x08\x4b\x0c\xcc\x69\x29\x80\x40\x22\xd4\xd7\xd7\x29\x29\ \x05\xe2\x40\x5f\x7f\x26\x97\xad\xca\xe4\xb8\x54\x18\x26\x02\x66\ \xd7\x71\xa4\x52\x36\x22\x63\x2c\x59\xcb\xc4\xbe\xef\xd7\x54\xd7\ \x64\x32\x19\x94\x82\x98\x1c\xa5\xac\xb5\x95\xe1\x1d\x6b\x2d\x84\ \x88\xa2\xa8\x32\xa5\x0b\x21\xac\xb5\x52\x4a\x29\xa5\x31\x46\x20\ \x6a\x6b\x00\x41\xb9\x4e\x1c\x69\x4d\xa4\x0d\x69\x13\x29\xe5\x58\ \x06\x6b\x0c\x4a\xb6\x91\x89\x88\x98\xd9\x71\x1c\xc7\x71\x7c\xcf\ \xa3\x4a\x04\xd0\x5a\x6d\x4d\x64\x75\xac\x75\x14\xc5\x42\x48\x29\ \x14\x33\x0b\xa1\x04\x32\x0a\x74\x3c\x37\x88\xc3\x20\x0e\xdd\x74\ \x2a\x36\x24\x1d\x27\x9b\xcb\x16\xf3\x05\x24\x62\x6d\x94\x65\x24\ \x76\x3c\x74\x53\x29\xa8\x48\x9b\x54\x9a\x2c\x21\x0a\x06\xb4\x96\ \x05\x4a\xc0\x37\xc7\x99\x86\x23\x8e\x09\xde\xb7\xb5\xc9\x4c\x9a\ \xdd\xba\x19\xf5\xce\xe3\x2b\x56\x94\xce\x9c\x56\xe5\xca\xb0\x77\ \xdd\xb2\xd5\xf5\xe7\x2e\x6a\x42\x20\xa3\x63\xad\x25\x59\xa8\x6e\ \x9d\x7b\xd1\x07\x2f\xad\x22\x2d\xfd\x6c\x3a\x5a\x75\x8b\xa8\x3a\ \xe2\xf4\x0b\xdf\x33\x33\x15\x83\xf2\x32\xf5\xf1\xd6\xd5\xcc\xd6\ \xc4\xa1\x21\x42\x85\x96\xa8\xb2\x38\x9a\x47\x7c\xa7\xc8\x3a\x28\ \x45\x3a\x9d\xe5\x07\xaf\xff\xc9\xd2\xf2\xc2\x7f\xfb\xf8\x51\xf7\ \x5e\xd7\xb3\xd9\xa0\x08\xda\x6e\xf8\xe9\x6f\xc6\x9f\xfe\x91\xf7\ \x1e\xd9\xca\x03\xab\xaf\xfb\x9f\x1b\xd2\xa7\x7c\xfa\x13\x87\x98\ \xef\x7f\xfb\x7a\x19\x77\xfd\xe6\xd7\x3f\xda\x3a\xf1\x82\xcf\x5d\ \x3c\xf9\xd7\xdf\xfa\x9e\xb1\x16\x98\x81\x48\xc7\xb1\x56\x36\x49\ \x91\xfa\xcb\x23\xbd\xfb\x2c\x0c\xac\x31\x55\xe3\xe6\x7d\xea\xab\ \x87\xe2\xcb\x26\xa9\x0d\xc3\xf8\x8a\xcf\xcc\x65\xa2\x3d\xca\x99\ \xbc\xbe\x8d\x40\x4c\x02\x24\x22\xb8\x42\x30\xf1\xf2\xe5\xcf\x6d\ \xdd\xb8\x31\xe3\x78\xe9\x74\x7a\x7b\x61\xab\x00\xa1\xa3\x38\x32\ \x43\xa5\x38\x4c\xfb\x3e\x0a\x11\xc6\xda\xe1\x91\xe8\x87\xb6\x46\ \x29\x59\x5d\x5d\x9d\x4a\xa5\x3c\xcf\xb3\xc6\xe6\xf3\xf9\x86\xba\ \xfa\x8a\x1c\x18\xcd\x05\x12\x2d\x2d\x2d\xdd\xdd\xdd\x95\xbd\x62\ \x2b\x8c\x50\x51\x07\x8e\xe7\x0a\x47\x96\x4a\x45\xe1\x38\x20\x05\ \x23\x1a\xa0\x4c\xa6\x2a\x93\xca\x12\x73\xb9\x54\x34\x14\xeb\x58\ \x0b\x21\x5c\xd7\x25\xa2\x52\xa9\x24\xa5\x54\x4a\x29\xa5\x1c\xc7\ \x91\x8e\xf2\xa4\xaf\x8d\x0d\xa3\x58\x39\x2e\x33\x21\x82\x10\x42\ \x49\x24\xa9\x00\xd8\x32\x6b\xb2\x9e\x94\xbe\x23\x0d\x70\x55\x55\ \x55\xc6\x4f\x15\x87\xf2\x14\x44\xae\x52\xcc\x44\x88\x8e\x74\xa2\ \x30\x2c\x07\x91\xd6\x36\x8a\x8d\x36\x16\x40\x31\xa0\xe5\x5d\x73\ \x8f\x5e\x45\x17\xc0\x7e\x0a\x83\x91\xdf\x43\x29\x01\x10\x47\xfb\ \xba\x8d\x1d\x03\x13\x99\xc8\xa4\x4e\xb9\xf0\xec\x67\xbe\xf9\xcb\ \x7f\xfd\x66\xcf\xd1\xf3\x26\x6e\x7f\x7a\x8b\x72\xc7\x03\x99\x72\ \xb9\xac\x89\x8c\xa5\xa9\x47\x9c\xd4\xfc\xd0\x0d\xbf\xbf\x73\xdc\ \xbc\x71\xae\xac\x9a\x79\xf2\xd1\x07\x9e\x74\x60\xf5\x5d\x77\xdc\ \x52\x7d\xe2\x02\x08\x71\xc1\x71\x27\x54\x93\x2e\x07\xa1\x61\x64\ \xab\x83\x52\x59\x53\x25\xc9\x8c\x84\x94\x83\x3b\xd6\x3f\xb4\xe4\ \xb6\xfb\xd6\x3e\xb2\x2a\x6a\xfd\xea\xc2\xd6\x8e\xb5\xbe\xee\xea\ \xda\xb0\x71\x53\x67\x5f\x51\xcd\xe6\x67\xee\xfa\xe5\xed\xab\xf9\ \x43\xc7\x97\x1f\x58\xf2\x50\xeb\xa4\xda\xea\xaa\x54\xef\x8e\x2d\ \x1b\x6a\x6d\x7f\x21\x22\x50\x99\x6c\xba\xd0\xb3\x7d\xc3\x46\xee\ \xc9\x07\x55\x00\x64\xe3\x72\x39\x30\xcc\xc4\xfb\xeb\x11\x4f\x50\ \x99\x26\x70\xbf\x8a\x57\x48\x47\x0d\x6d\x7f\xf1\x96\xdf\xde\x3b\ \x8c\x8e\x44\x60\x1b\xcb\xfa\xf9\x97\x5d\x78\x52\xbd\xff\x2a\x19\ \x29\xaf\x9d\x5f\x00\x8e\x92\xae\x23\x19\x20\x36\x86\x50\x3c\x70\ \xdf\x03\xd7\x5f\xfb\x93\x8e\xad\xdb\xea\xab\x6a\xc2\x42\x91\x8d\ \xf1\x5d\x57\x5b\x53\x0e\xca\x16\xb9\xb6\xb1\xb9\xa6\xbe\xbe\xab\ \xaf\xa7\x58\x2a\x01\x03\x11\x45\x61\xe8\xa7\xbd\x74\x26\x9d\xc9\ \x64\x3c\xcf\xeb\xed\xeb\x0d\x82\x40\x2a\xb9\xd3\x4d\x88\xca\x11\ \x2f\x6f\x0a\x02\xcc\x9c\xc9\x64\x98\xb9\x5c\x2e\x03\x40\xa8\x63\ \x25\x94\x97\xf2\x59\xf0\xf0\x70\x21\x93\xa9\x9a\x73\xe0\x81\xc7\ \xbc\xeb\x38\x29\xc4\xf0\x70\xbe\x50\x28\x0c\xf4\x77\x75\x76\x6c\ \x6f\x6f\x6f\x2f\x95\x8a\x52\x4a\x00\x8c\xe3\x78\xa7\x07\x8e\x91\ \x41\x09\xc7\xf5\x94\x10\x4a\x29\x21\x85\x10\x02\x90\x95\x52\xa4\ \x54\x18\x44\xa5\x72\x99\x00\x22\x1d\xa3\xeb\xa4\xab\xb2\x9e\xef\ \x1b\x82\x94\xeb\x91\x61\xa9\xa9\x1c\x06\x24\x08\x21\x4d\xc4\xd6\ \xd8\x30\x08\x23\x6d\x11\x15\x0a\xe4\x4a\x68\x85\x10\x77\x97\x06\ \xbb\xd9\x08\xc0\xfb\xf1\xb3\xe1\x88\x8b\x64\xe3\x86\xf5\xe5\x62\ \x71\xec\xb8\x71\x8e\xe3\xe2\xeb\xd1\x7f\xc5\xb3\xcb\x0c\x3a\x8a\ \x72\xd3\x8e\xfb\xe7\x7f\x6f\xbc\xff\x81\xc7\x5f\x7a\x71\xa5\x6a\ \x38\xe2\xc2\xa3\xde\x95\xf6\xe5\xf1\xa7\x1d\x37\x26\x03\x41\x10\ \xe5\x26\x1e\xfd\xc5\x2f\x3a\x4b\x1e\x7a\xfa\x85\xd5\x62\xfa\x21\ \x53\x22\x4a\x9f\xf1\xe1\x2f\x64\xee\x5d\xf2\xfc\x8b\xab\xbc\xda\ \xc9\xf3\xac\x55\xb5\xb3\x4f\x3d\xa1\xae\x8a\xc3\x50\x35\x2c\x3a\ \xe5\xb4\x89\x39\xa5\x2d\x13\xc4\xd9\x49\x47\x9f\x77\xbc\xd9\xb6\ \xea\x79\x99\x9b\xf3\xf9\x2f\x9e\x36\x3d\xe3\xb4\x5e\x74\x65\xfe\ \xee\xfb\x9f\x78\x74\xb9\x3b\xe9\x5d\xc7\xcd\x6d\xa6\xf6\xd6\x13\ \x8e\x16\xed\x2f\x3e\xbd\x41\x7b\xa6\xea\xac\x0f\x7e\xfa\xca\xdb\ \xef\x78\xe4\x91\xe5\x3c\xf3\xd8\x33\xa7\x8d\x6d\x3d\xfa\xd2\x8f\ \x8b\xbb\x1f\x7c\xfc\xc9\x17\x9b\x8f\x3c\xe5\x88\xa9\x39\x41\x53\ \x4e\x3b\x35\x97\x15\xc6\x52\x22\x0b\xfe\x72\x55\xb0\x1f\x1f\xb6\ \xe4\xa6\x6b\xe7\x1c\x34\x3f\x40\x89\xa8\x5c\xd3\x79\xff\x1f\x9f\ \xde\x32\x70\x4c\xe3\xf8\xb4\xa5\xfd\xca\x41\x46\xb0\x44\x12\x41\ \x00\x7b\x52\x01\x43\x7e\x68\xc8\x44\x91\x40\xb1\x69\xf3\x66\xd2\ \x5a\x02\x0a\x4b\x8c\x42\x93\xb6\x08\xc2\x4b\xb3\x94\x41\x39\x74\ \x94\x97\xcb\xe5\xa2\x30\x8a\xe3\x28\x93\x4a\x67\x53\x99\x4c\x26\ \xc3\x44\xed\xdb\xda\xc6\x8f\x1f\xef\x28\x67\x24\x4a\x37\x5a\x45\ \xaf\xbb\xbb\xbb\x58\x2c\xa6\x52\x29\x21\x44\x26\x93\x89\xe3\xb8\ \x50\x28\x28\xa5\x4c\x6c\xd0\x91\xda\x5a\x65\x71\xe6\xac\x03\x8e\ \x3d\x66\xf1\x41\xf3\xe6\xf7\x76\xf7\xae\x5c\xb5\xb2\xae\xb6\x6e\ \xdc\xb8\xb1\x8d\xf5\x35\xd3\xa6\x4c\x2d\x14\x0a\x43\xc3\x43\x44\ \xe4\xba\x6e\x1c\xeb\xfe\xbe\xde\xae\xee\x9e\xae\xae\xee\x42\x71\ \x58\x7a\x12\x40\x32\x08\x37\xe5\x7a\x4e\xda\xf5\x32\x51\x10\x49\ \xe9\xb8\x4a\x87\xe5\xa2\xb6\xda\x4b\x65\x8c\xa5\xb8\x58\xf0\x3c\ \x4f\x09\x21\x3c\xaf\x0c\x05\x4b\xec\x79\x4e\x5a\x66\x4b\x1c\x0c\ \x17\xca\xc6\x90\x25\x22\x46\x21\x1d\x81\xd2\x30\x90\x65\x94\x42\ \xa0\x78\x65\x52\xf7\x5f\xf3\x0b\x13\x51\x73\xcb\x18\xb2\x16\x80\ \x61\xdf\xe6\x4d\x1e\xf5\xb0\xc4\x61\x98\x6e\x9e\x7d\xd1\x87\xe7\ \x2b\x81\x0c\xac\xa3\x30\x32\x7c\xce\xc5\x13\xe2\x20\x88\xb5\x05\ \xb0\xb5\x53\x0f\xbf\x72\xce\x31\x12\x41\xc7\x41\x10\x96\x49\xd6\ \x9e\xf0\xbe\x2b\x4f\x55\x02\xac\x29\x97\x03\x4a\xcf\xbb\xe0\x5c\ \x19\x96\x4b\x81\xd3\x72\xc6\xf9\x17\x9a\xb0\xac\x8d\x05\xb0\x32\ \x37\xf9\xbd\xef\x9f\x2d\x05\x02\xdb\x30\x08\x83\x20\xc0\xd4\xd8\ \x77\x5f\xfe\xf1\x73\x04\x02\x70\x14\x04\x3c\xe9\xbc\xc3\x4e\x50\ \xcc\x8c\xc0\x51\x18\x68\x6a\xfa\xe0\xa7\x0f\x11\x08\xc0\x36\x28\ \x07\x36\x33\xf5\xc2\x8f\x1e\xa0\x10\x99\x4d\x18\x04\x06\xe6\x5c\ \x78\xbe\x0c\x82\xd0\x24\x6b\xaf\xff\x52\x7f\xc1\x7e\xe5\x8c\x58\ \x6b\x53\x75\x93\x4e\x3e\x6b\xd6\x68\x5c\x61\xcb\x9a\x67\xd7\x05\ \xd1\xab\xe7\xb3\xbe\x8e\xef\xd0\x18\x8d\x4c\xd6\x92\x2b\xf0\xb9\ \xe5\x2b\x5c\x86\xc6\xda\x86\xae\xed\x1d\x91\xd6\x28\x45\xcc\x8c\ \xa8\xb4\xb1\xb1\x26\x29\xe5\x40\xbe\x38\x90\x2f\x22\xa2\xe7\xa5\ \x94\x70\x6a\x6a\x6b\x86\xfa\xfb\xab\x33\xb9\xfa\xea\x9a\x94\xe3\ \xb5\xb7\xb5\x91\xb1\xf5\xb5\x75\x95\xa2\x0b\xcc\x2c\xe5\x48\x9a\ \x90\x31\x66\xa7\xfb\x70\x60\x60\xa0\x22\xf2\x99\x59\x08\x89\x2c\ \xc9\xf0\xbb\x16\x2f\x3a\xeb\xdd\xe7\x64\x32\xd9\xce\x8e\xce\xbe\ \x9e\xde\xda\xaa\x5c\x14\x14\x0a\xc3\x7d\x9e\x97\x0e\xc3\xd8\x71\ \xbc\x09\xad\x53\x53\xa9\x14\xa2\x0c\xc3\x60\xdc\x98\xc9\x33\x67\ \xc4\x6d\x6d\xdb\x37\x6f\xdb\x38\x50\xe8\x93\xca\x1d\xcc\x97\x5d\ \xaf\x16\x65\x2e\x93\x6b\x0a\x4a\x31\xb2\x41\x20\x47\x82\x14\x82\ \x00\x3d\xd7\x93\xe4\x94\xf2\xc5\xb6\x62\xd9\xf3\x5c\x63\x8c\xa6\ \x38\xb6\x06\x04\x14\x43\x34\x64\x05\x4a\x21\x46\x72\xfb\x10\x00\ \x04\x02\x32\x03\x31\x10\xbe\xd1\xbf\x74\x5f\x4f\x4f\xa9\x54\x6c\ \x69\x19\xb3\x4f\x9b\xe7\x22\x30\x91\x31\x7a\x64\x92\x35\x3a\x8e\ \xca\xbb\xbe\xaf\xe3\x70\x97\xf0\x92\x8e\x82\xdd\xde\xd4\xbb\xed\ \x9a\xa9\x47\xeb\xdd\x9a\xc2\x1e\xc7\xe3\x60\xf7\xab\xee\x71\x24\ \x0c\x4a\xbb\xbd\x1d\x47\xbb\xfe\x1f\xeb\xdd\x6e\x29\x1e\x4e\xaa\ \xea\xfe\x75\x7d\x64\xbf\x04\x95\x54\xaa\xd4\xbb\xe1\xbe\x3f\x2f\ \x2f\xa1\x54\x12\x87\xb7\xad\x5a\x17\x36\x9f\xde\x54\xcd\xaf\x96\ \xb4\xae\x5e\xdb\x47\xed\x7b\x1e\x23\xfa\x8e\xda\xde\xd6\xfe\xaf\ \x5f\xfb\xda\xa6\x75\x1b\xa2\x20\x4c\xa5\x52\x9e\xef\x95\x82\x32\ \x21\x08\xf4\x40\x48\xa1\x14\x03\xc4\xb1\x21\xb2\xae\xe7\x01\x70\ \x10\x04\x52\xa9\x4c\x26\xd3\x50\xd7\x90\x49\x67\x10\xa0\xa3\xb3\ \xb3\xa1\xa1\xa1\x92\x24\x57\x09\x25\x02\x80\x44\x39\xe2\x1d\x1d\ \xb5\x11\x68\x77\x20\x42\x3a\x9d\x69\x69\x1e\xd3\xd3\xd3\x17\x86\ \xed\x7d\xdd\x3d\x46\xc7\xa5\x62\xbe\xab\xa7\x9d\x89\xfc\x4c\x15\ \x80\x94\x42\x0d\x0f\x0f\x39\x8e\x0b\x80\xc6\x18\x6b\x99\x99\xb3\ \xb9\xcc\xcc\x19\xb3\xda\x3a\xb7\x76\xf5\x0e\xe4\x72\x35\x41\xa4\ \xc3\x68\x68\x78\xb0\x3f\x8a\xb4\xb6\x65\x17\x29\x9b\xcd\x06\x9a\ \x0d\x5b\x22\x90\x00\x95\x82\xbf\x3a\x0a\x85\x14\x42\x0a\xa1\x64\ \x6c\xac\x90\x52\x8d\x44\x4e\x78\xd4\xd9\x4f\xc8\x95\x75\x56\x04\ \xf8\x06\xcb\x5c\x66\x6e\x6a\x6e\x36\xb6\x81\xf7\x2d\x83\x98\x88\ \xd2\xe9\x4c\xeb\x84\xc9\x9c\x54\x40\x7c\xc7\x60\xdb\x96\x4d\x7b\ \xab\x62\xf4\xaa\xb3\x8b\xd5\xe1\x40\x7f\x5f\x49\x38\x6c\xb5\xd7\ \x74\xd0\x47\xdf\xb7\xb8\x35\x0b\xc6\xee\x7f\xed\x53\x63\x0c\x22\ \xa6\x00\x5e\x7a\xe9\xa5\x17\x5e\x78\x21\xeb\xa5\x85\x10\x4c\x14\ \x45\x91\x8e\xb5\xe3\xba\x52\xb0\xf2\x1c\xf0\x9c\x8a\x23\x30\x0c\ \x0d\x32\x91\x35\xa1\xd1\x99\x74\xaa\xbe\xae\xd6\xf5\x5c\xdf\xf7\ \xb7\x6d\xdb\xe6\xba\x6e\x4d\x4d\x8d\x94\x72\xd7\x8d\x86\xad\x25\ \x00\xae\xe4\x23\x19\x63\x2a\x59\x89\x23\xef\x22\x5a\x6b\xa5\x54\ \x85\x42\x71\xd5\xca\x95\x08\xb2\x72\x69\x29\xa5\xe7\x79\xa9\x74\ \xc6\x1a\x53\x49\x4c\xd6\xda\x20\xa2\xa3\x3c\x63\x8d\x14\x4a\x4a\ \x65\x8c\x56\xd2\x11\xae\xac\x6f\x68\x34\x24\xfa\x87\xcb\x04\xb2\ \x54\x0e\x4a\x91\x46\x46\x26\xa8\xaa\xaa\xf2\x53\x4a\x15\x4a\x6c\ \x48\x22\x4b\x29\x81\x2c\x08\x48\xa7\x53\x88\x18\x86\x21\x19\xad\ \x50\x92\x18\xf5\xe6\x33\x01\x57\x12\x9f\x47\x96\x57\x32\x55\xe8\ \xe0\x8d\x54\x06\x88\xd8\xd5\xd9\x59\x2a\x97\xc6\x8e\x19\xbb\x4f\ \xba\x80\x41\x2a\xe5\xf9\x7e\x32\x42\xde\x39\x10\xfb\xc6\x02\x3b\ \xe3\x08\xd5\x63\xe7\x5e\x7a\xc5\xc4\xee\xc1\xa8\x69\x4c\xb3\x83\ \x84\x00\x51\x14\xed\xb7\x8d\x80\x88\x00\x2c\x98\x4b\xcc\x2b\x56\ \xac\x60\x4b\x61\x18\xba\x8e\x13\x84\x21\x13\x7b\xae\x5b\x29\xe5\ \x2f\x05\x22\xa2\x65\x22\x26\x04\x36\x3a\x66\x6b\x2c\xd9\x4c\x3a\ \x35\x6e\x4c\x73\x55\x55\x2e\x08\x82\xce\xce\xce\xba\xba\x3a\x22\ \xf2\x3c\xaf\x42\x69\x95\x7d\x84\xc9\x1a\x26\xaa\xe8\x02\x66\xde\ \x99\x3b\xa8\xb5\xa6\x11\x89\xc0\x8e\x72\xd7\xae\x5b\x97\x4e\x65\ \x16\x2d\x3e\x2e\x9d\x4a\xa5\x7d\x2f\x95\xf2\xca\xe5\x52\x6f\x6f\ \x37\x4a\x41\xc4\xbd\xbd\xbd\xdd\xdd\x3d\x5b\xb7\xb6\x69\x1d\x37\ \x36\x36\x33\x18\x62\x53\x0e\xc2\x28\x6f\x54\xca\x57\x8e\x1b\x84\ \x83\xca\x55\xca\xf5\x1d\x37\x15\x5b\x2d\x94\x8b\xd2\x05\x21\xa5\ \x90\x9e\xef\xf8\x29\x5f\x4a\x19\xc5\x71\x1c\xc5\x8e\x52\x96\x2c\ \x30\x59\x4b\x28\x08\x99\x11\xb8\xb2\x80\x11\x18\x94\x40\xac\x6c\ \x45\x40\x44\xf8\xa6\x08\x83\x86\xc6\xa6\x1a\x63\xa4\xd8\x57\xb3\ \xf0\x35\xe4\x43\xc5\x41\xfb\x97\xdd\x06\x24\xcb\xa0\xdf\xbe\xce\ \xc3\xfd\xe8\x74\x42\x39\xba\x6f\xdd\x2f\x7e\x7a\xfd\xea\x2e\x9e\ \x7d\xdc\x7b\xaf\x3c\x73\xd6\x8b\xcf\xbc\x34\x76\xce\xfc\xe6\x9c\ \xa2\xfd\xda\x1f\x61\xc4\xa4\x67\xde\xbc\x65\xeb\x7d\xf7\xde\xc7\ \xc4\xc4\x96\x85\x00\x22\x29\x84\x72\x1c\xe9\x28\x66\xac\x84\x00\ \x2d\xb1\xb5\xa6\x32\xa4\x11\xd1\x5a\x2a\x97\xcb\x42\xca\xba\xda\ \xba\x95\xab\x56\x55\x0a\x30\x08\x21\x2a\x99\x45\x95\x0a\x1c\x95\ \x7d\x41\x60\x74\x65\xd1\x4e\x45\x30\x42\x0d\xc4\x44\x1c\x06\x91\ \x54\x32\x9d\xce\x2d\x3c\x7c\x61\x53\x53\xc3\x33\xcf\x3c\x93\xf1\ \x53\xbe\xe7\x2a\x25\x8b\xc5\x42\x2a\x97\x42\x84\x74\x26\x35\x7b\ \xf6\xcc\x31\x63\x5a\x84\xc0\x5c\x55\x75\x7e\xb8\x60\x8c\x8e\x62\ \x5d\x2a\x07\xf9\x20\x2c\x05\x71\x65\xb9\x41\xa6\xaa\x26\x8e\x23\ \x32\x21\x18\x13\xc4\xa6\xba\x26\x27\x84\x14\x48\x29\xdf\x13\x02\ \x05\x0a\x29\xa4\x8e\x63\x4b\x9c\xab\xaa\x91\x4a\x15\xf2\x79\x8a\ \x02\x01\x8c\x80\x62\xe4\x4e\x19\xd9\x12\xb3\xa0\x4a\x6a\xa0\x78\ \xc3\xc6\xcc\xe8\x8a\xed\x5c\x55\xce\x68\x13\x04\xe5\x3d\xca\x46\ \xbc\x7e\x0f\x29\x75\x3c\xb0\xe4\xfe\x8d\x3d\x25\xbf\x7e\xca\xe9\ \x67\x2e\xee\x5b\x76\xfb\x4b\x99\x23\x2f\x38\x62\xf2\x7e\xde\x07\ \x3d\x7f\xcf\x8d\x6d\x75\xc7\xbe\xe7\x88\x29\xc9\xa0\xfb\x07\x80\ \x92\xb0\x79\xed\x33\xdd\xb9\x23\xbe\x76\xf9\xc4\x9f\xff\xea\xd9\ \xbe\xc5\x13\x57\x2d\x7d\xb8\xd8\x38\x7d\x6c\x75\x2d\xd1\x7e\xd6\ \x32\x41\x00\x89\xf8\xd8\x9f\x1f\xdd\xb0\x7e\xbd\xd1\x9a\x41\xb8\ \x52\xba\xca\xb1\x4c\xcc\x8c\x0c\xcc\xc4\xb6\xf2\xda\x92\x31\x52\ \x20\x11\xb1\x35\xc0\x54\x2c\xe4\xe3\x30\x0c\x82\xa0\xbf\xbf\xbf\ \x92\x5f\xe0\x38\x4e\x25\x94\x28\xa5\x8c\xa2\x28\x95\x4a\x01\x61\ \x18\x86\x95\xec\x80\x4a\x62\x72\x85\x14\x1c\xc7\x21\x6b\x8b\x41\ \x34\xb6\xb5\x71\xe1\xc2\x23\x4e\x3c\x61\x71\x36\x93\x6d\x6b\x6b\ \x0b\x4a\xc5\xde\xae\x4e\x25\x95\x10\x52\x49\xe1\x16\x1c\x6d\xa2\ \xca\x3a\x28\xa5\x5c\x6b\x29\x9f\x2f\x58\x6b\x11\xa5\x40\xe1\xa7\ \x3c\x37\x9d\xce\x56\xd5\xd4\x34\xb4\x6c\x69\xeb\xec\xea\xee\x33\ \xb1\x41\xa1\x2c\x03\x4a\x25\x84\x4c\xa5\x52\x60\x22\xcf\xf3\xe2\ \x38\xd6\x3a\x8e\xb5\x2d\x05\x61\x6d\x5d\xc3\x81\xf3\xe6\x0d\xf4\ \x0f\xec\x68\x6f\x1f\xec\xeb\xd1\x26\x06\x04\x14\x28\x85\x22\x22\ \x40\x94\x42\xb0\x10\x64\x2d\x22\xc2\x2e\x9e\x8e\x37\x20\x52\xc4\ \x40\x4c\x54\xc9\xc9\x81\xfd\x51\x1d\x34\xf8\xcb\xef\x7e\xf3\xf1\ \xe1\xd6\x13\x0f\x6f\x1d\x1a\x18\x0c\xc2\xb8\x6d\xed\xb2\x87\x86\ \xcc\x74\x77\xb8\x69\xca\xcc\x31\x29\xdb\xbe\x6d\xdb\x40\x99\x9a\ \x26\x4d\x1f\x57\xe3\x97\xfb\xdb\x37\xb6\xf5\x55\x8d\x9d\x3c\xa9\ \xb9\x1a\x00\x80\x82\x2d\xeb\xd6\x17\xb0\x6a\xda\x8c\xc9\x69\xc1\ \xdb\x5f\x7a\xec\xfe\x18\xc7\x3b\xc5\x31\x93\xa7\x8e\xa9\xcb\x24\ \xc3\xe9\xef\x5d\x44\x18\x0b\xd9\x94\x2b\x94\x4a\xa9\x68\xcb\xda\ \x35\x3b\x86\xf4\xcc\xbd\x2c\x7e\x7d\xdd\x5c\x23\x81\x88\xed\x3b\ \x76\x48\x10\x9e\xe3\xb2\xb1\xa5\x62\x29\x93\xc9\x20\x82\x25\xe2\ \xca\x5f\x25\xac\x45\x84\x4c\x56\x53\x65\x54\x23\x00\x10\x0d\x0d\ \x0e\x6e\xdc\xb4\xc9\xf7\xfd\x6c\x36\xbb\x33\xcb\x18\x11\xe3\x38\ \x46\xc4\x71\xe3\xc6\x99\x38\xde\xb0\x61\xbd\xef\xfb\xd6\xda\xba\ \xba\xba\x72\xb9\x5c\x49\x2e\xf0\x3c\xaf\x18\x86\x27\x9c\x70\xfc\ \x05\x17\x5f\x36\x67\xce\xdc\x6d\x5b\x36\x6e\xda\xb4\xa1\xbb\xbb\ \x3b\x95\xf1\xb3\xe9\xf4\xf6\xed\xed\x43\x43\x79\x29\x04\x2a\x2b\ \x14\x2a\xa5\xb4\x31\xc3\x83\x79\xcf\xf7\x6b\xaa\x6b\xa4\x54\x52\ \x2a\x81\x82\x05\xa0\x52\x28\xdc\xc6\xba\x5a\x2f\x95\xcd\x0f\x15\ \xfb\x0a\x45\x26\x63\xad\x25\x12\xae\xeb\xba\x9e\x47\x40\xc0\x18\ \x46\x71\x25\x64\xd8\x3c\x66\x5c\xcb\xd8\x71\xb9\xea\xda\x8e\xae\ \x5e\x4d\x3c\x52\x65\x45\x08\x40\xc9\xcc\x23\xaf\x01\x98\x2c\xbf\ \x09\xfe\x3a\x06\xe6\x91\x84\x3f\x00\x80\xfd\x58\x8f\x46\x43\xeb\ \xb6\x76\x4c\x3d\xef\x9f\x2e\x3a\x63\x6a\xe5\xab\xeb\x94\xd3\xbf\ \x76\xd9\x12\xec\x3d\xf6\xa2\x96\x8e\x3f\xfe\xe6\x3b\xb7\xac\x9a\ \x3c\x79\xc2\x31\x97\x7f\xca\xeb\x5a\xf6\xa3\x9f\xde\x81\x55\xd9\ \xfe\x9e\xd2\x69\x1f\xfd\xd2\xe9\x07\x3a\xb7\x5d\xfd\xdd\x27\xba\ \x84\x17\xf6\xc9\xa9\xa7\x7c\xe9\x13\xef\xc9\xe4\xdc\x8e\xa5\xcb\ \x96\xc0\xd0\xa2\x77\xd7\x27\x5c\xf0\xf7\x0e\x02\x51\xd7\x32\x7e\ \xf8\xae\x3b\x7e\xb0\x3d\x1b\x14\xcb\x3b\xee\xe8\x9a\x74\xf8\x59\ \x87\x4c\x6a\x10\x36\xd8\x6f\x7f\x01\x13\xf5\x0f\x0d\xaf\x5e\xb9\ \xb2\x1c\x96\x5d\x14\x64\x8d\x31\x86\xac\x45\x21\xac\x35\xa1\x31\ \xcc\x54\xa9\x1a\x50\x59\xc0\x47\x95\x22\x45\xa3\xb5\xba\x7a\x7a\ \x7a\x82\x30\x1c\x33\x66\xcc\x68\x91\x12\x36\xc6\x54\x52\x8c\x89\ \x28\x9f\xcf\xc7\x61\x50\xa1\x86\xea\xea\xea\xb1\x63\xc7\xb6\xb5\ \xb5\xed\x64\x84\x05\x0b\xe6\x5f\xfa\xfe\x2b\xfc\x74\xd5\x86\x0d\ \xeb\xbb\x3a\xdb\xfb\xfb\xfb\x85\xc0\x9a\x9a\xea\xc6\xba\x86\x71\ \xe3\xc6\x0f\x0d\x15\x82\xa0\x1c\xea\x62\x10\x96\x0a\x85\x52\x1c\ \x17\x84\x50\x4c\x1c\x04\x01\xa2\xda\x59\xf1\x81\xc1\x32\x3a\xc5\ \xa8\x6b\x7b\x47\x5f\xb1\x58\x54\x4a\x00\x09\x41\x92\xac\x31\xd6\ \xba\xae\x1b\x1b\x1d\x46\x71\x39\x8c\x4b\xa5\xd0\xf5\x53\x39\xc7\ \x6f\x6b\xef\xf4\xb3\xd5\x2a\x95\x13\xae\x5f\x53\xd7\x10\x85\x41\ \x10\x84\x91\xd6\x44\x96\x99\x11\xa5\x54\x02\x41\xa0\x14\x48\x6f\ \x70\xc6\x4c\x45\x68\x54\x9a\x6f\xff\x98\x46\x4d\xfc\xc8\x87\x2e\ \xb9\xfa\xc6\xef\x7c\xf5\xd9\xe9\xc7\x9c\x7e\xde\xc9\x87\x4d\x22\ \x63\x0f\x78\xf7\x07\xbf\x76\xfe\x21\x00\x70\xd7\x5d\x1d\x13\x4e\ \xb9\xf2\xdb\x1f\x3c\x0a\x60\xf8\xe7\x5f\xbb\xae\xa7\xf1\xd4\x2b\ \x4f\x9d\xf3\xc2\x6d\xdf\xbf\xe9\xae\x87\xa7\x5a\xef\xe6\x27\x06\ \x2e\xfa\xcc\x15\xe3\xc2\x95\xdf\xfc\xc1\xef\x9e\x39\xf3\x24\x61\ \xd5\xe1\x67\x5c\xfe\xe5\xf3\x0f\x4b\x06\xd2\x3f\x00\x4c\xac\x1b\ \xa6\x1e\xf1\x89\x4f\x35\x6e\xde\x31\x40\x00\x28\xfd\x86\xc6\xda\ \xcd\xab\x5f\xcc\x36\x8c\x69\xa9\xcb\xee\x61\x87\xbe\x8e\xbf\x20\ \x9b\x4a\xad\x6b\xdb\xbe\x75\xdb\x36\x26\x46\x89\x46\xeb\xf1\xe3\ \xc6\x17\xf2\x85\x28\x8e\x01\xc0\x30\x55\x02\x95\xa3\x3e\x2a\xae\ \x2c\x35\x04\x60\x29\xa5\x10\x58\x2c\x16\xa7\x4c\x9d\x9a\x4a\xa5\ \x82\x20\xc8\x66\xb3\x00\xe0\x38\x8e\xd6\xba\xe2\x89\x18\x1c\x1c\ \x2c\x15\xf2\x5a\xeb\x4c\x26\x13\x86\x61\x47\x47\xc7\x84\x09\x13\ \x6a\x6a\x6a\x00\x40\x6b\x3d\x7f\xfe\x41\x9d\x1d\x9d\x84\x7d\x91\ \x8e\xba\x3a\xb6\xfb\x9e\xb3\x60\xc1\xc1\x7d\xbd\xbd\x3b\xda\xda\ \x5d\x27\x9d\x4a\xa5\x33\x99\xac\x70\xea\x2d\x59\x1d\x1b\xad\x35\ \xa2\x60\xe6\x30\x8c\xc2\x30\x8a\xa2\xd0\x18\xb2\x3a\xb4\x26\xe8\ \x1b\x2c\xac\x5d\xbd\xae\x50\xb6\x24\x1c\xc7\x71\x50\x80\x72\x1d\ \x34\x41\xb9\x58\xc8\x78\x7e\x18\x94\x87\x86\x86\x85\xe3\x34\x34\ \x35\x29\x37\x25\x5d\x1f\x34\x95\x43\x8d\xca\xc9\x54\xd5\xa2\xf6\ \x85\x94\x51\x6c\xc9\x58\x94\x02\x88\x89\x88\x2d\x8f\x56\x5b\x78\ \x63\xf6\x15\x47\x80\xd1\xc2\x44\x20\x10\x0c\x8e\x24\x31\xd0\x7e\ \x64\xe4\x88\x29\x47\x9f\xf7\xdd\x23\x4f\x5e\xf1\xd8\x83\x37\x5c\ \xf7\x2f\xdb\x4b\x5f\x1a\xaf\xdc\x9d\x74\x22\xa4\x1c\xd9\x1e\x23\ \x1a\xee\xee\x1d\x30\xd4\xfe\xd4\xe3\x83\xa6\x66\xc1\x7b\x16\xce\ \x1e\xde\xf1\x40\x9e\xcc\xe6\x15\xcb\xb6\xe9\x70\xd1\xbb\xdf\x3d\ \x29\x03\xeb\x93\xb5\x83\xff\x40\x90\x4a\x05\xdd\xeb\x6f\xf9\xc5\ \x2f\xdb\xb4\x97\xf1\x14\x9a\x52\xdb\xf6\x2e\xaf\x7a\xfc\xa2\xf3\ \x2e\x3e\x6f\xf1\x3c\x8c\xa3\xfd\xa8\x65\x62\x88\x9e\x7f\x7e\x45\ \x77\x57\x97\x14\x82\xac\x75\x1c\xf7\x9c\xb3\xce\xbe\xf7\xbe\xfb\ \x76\x74\x76\x48\xa5\x14\x42\xc5\xa9\x6e\x8c\xd9\xc5\x1d\x88\xc6\ \x18\xa5\x14\xa2\x60\xb6\xad\xad\xad\xc5\x42\xc1\xf3\x3c\xa3\x75\ \xc5\x3f\x08\xcc\x88\xe8\xba\x6e\x65\xed\x40\x4b\x4b\xcb\x84\x09\ \x13\x86\x86\x86\xe2\x38\x6e\x69\x69\x31\xc6\x38\x8e\x13\x86\xe1\ \xb3\xcf\x2e\x8f\x0d\x9f\x7d\xde\x05\xe3\xea\xc6\xd5\x56\x65\x5d\ \x57\x44\x51\x54\x2a\x95\x82\x20\x18\x1a\x2c\xb8\x4e\xca\x18\x6b\ \x21\x52\x8e\x54\xca\x41\x40\x21\xa4\xe3\xb8\x8e\xe3\x3a\xca\xcb\ \xa4\xb3\x44\x2c\x40\x1b\x53\xaa\xa9\xad\xaf\x6b\x68\x59\xbb\xb1\ \x6d\x47\x57\xef\xf0\x70\x3e\x8e\xca\x9e\x03\xae\xb0\xcc\x14\x84\ \x3a\x9b\xab\x6e\x9d\x34\x25\x93\xad\x8a\x2d\xf5\x0d\x0c\xf6\xf4\ \xf4\x2b\x2f\xd5\xdd\xdb\x57\x8e\x62\xc1\xe4\xa2\x15\xca\x71\x7c\ \x2f\xb6\x96\x88\x84\x23\x2a\x85\x10\x2b\x43\x57\xc0\x1b\xe3\x3a\ \x74\x5c\xa7\xaf\xb7\x27\x08\x02\xa5\xa4\x26\x42\x00\x01\x88\x52\ \xf4\xf4\x76\xa7\xd3\x69\x62\x7e\xfd\x20\x12\x85\xbd\xfd\x85\x74\ \x4d\xe3\x82\x45\xe7\xb6\x3d\x73\xef\x1d\xcf\x6c\x7c\x5f\x9d\xdb\ \xdf\xd1\xa3\x8d\xa9\xd4\x60\x19\xc9\x2d\x71\x6b\x5a\x9a\xea\x07\ \x26\x1c\xf1\xb1\x2b\x17\x57\xce\xd9\xf5\xec\xea\x9c\xd7\x77\xe2\ \x45\x1f\x3d\xb0\x4e\xb0\x25\x94\xb8\x4e\x72\x67\x4f\x5f\x6c\x0c\ \x02\x38\x2a\x29\x93\xfd\x77\xce\x05\x12\xb6\xaf\x79\xba\x33\x3b\ \xef\xff\x7c\xfa\x82\x6a\x04\x55\x5c\xf3\xa3\x6b\x97\x1c\x71\xc1\ \xc7\x0e\x9d\x98\x81\xdd\x89\xe0\x75\xb8\x40\x08\x51\x28\x95\x1e\ \x78\xe0\xa1\xfc\x50\x21\xe5\xb8\xc5\xe1\x7c\x7d\x55\xf5\x99\x67\ \x9e\xb9\x65\x4b\xdb\xd6\xad\xdb\x3d\x2f\x23\x24\x02\x92\xd6\x31\ \x00\x48\x29\xb5\xd6\xa3\x09\x42\x38\xe2\x35\x40\x08\xa3\xc8\x10\ \x03\x0a\x10\x22\x8a\xb5\x36\x24\x94\x23\xa4\x22\x80\x58\xeb\xba\ \xba\xba\x69\xd3\xa6\x29\xa5\xc6\x8e\x1d\xab\xb5\xae\x04\x1a\x8c\ \x31\xe5\x72\x39\x95\xf6\x8f\x3c\x7c\xa1\x0b\xb0\x75\xdd\xfa\x6c\ \xd6\x2f\x06\xa6\xa3\xa3\xa3\x50\xc8\xa7\xfc\x54\x18\x06\xa5\x20\ \x32\xc6\x90\x35\x3b\xab\xfd\x49\xa9\xa4\x90\x15\x07\x64\x65\x85\ \x1d\x93\x16\x8a\xa2\xc8\x8e\x6d\x1e\x33\x7e\xfc\xa4\xa7\x9f\x5e\ \xf1\xec\xf2\xe5\x36\x0c\xc3\xd8\xa6\xfe\x7f\xf6\xde\x3c\xce\xd2\ \xaa\x3a\x17\xde\xf3\x3b\xbf\x67\xac\x53\x73\x57\x55\xcf\x4d\x0f\ \x74\x33\xca\xd4\x34\x83\x20\x28\x8a\xa2\x82\x33\x8e\xc9\x75\x40\ \x88\x1a\x73\xbf\x9b\x44\xaf\x9f\x89\x21\x51\x23\x31\xd1\xc4\x44\ \xe3\x88\xe0\x10\x14\x44\xa3\x4c\x22\x93\x80\xcc\x34\xdd\xf4\xdc\ \xd5\xdd\x35\x9f\xf9\x1d\xf7\xf8\xfd\x71\x1a\xc4\xab\x09\x70\x93\ \xaf\x7f\x21\xd4\xfa\xab\xea\xd4\x7b\xea\x74\xd7\xde\x6b\xed\xbd\ \x9e\xb5\xd6\xf3\x94\xdd\x42\xa9\xe8\x5a\x4e\x31\x28\x85\x61\x68\ \x20\x9c\xab\xd7\xa5\x34\x42\x29\xa8\x25\x31\x98\x32\x44\x09\x85\ \x02\x4a\xa5\xa8\x6d\xc3\x34\xd3\x52\x01\xa3\x70\x8f\xef\x08\x42\ \xd3\x63\x40\x04\x06\xc1\x5f\xc3\x7c\x5a\xab\x1e\x0f\xab\x31\x06\ \x3d\xb7\xc2\x9c\x31\x86\x10\x92\xc4\xdd\xed\x4f\x6c\x5d\xb7\x61\ \x03\xc1\xa4\xd7\xcb\x74\xe8\xe0\x81\x4e\xab\x55\x2a\x97\xf4\x73\ \x29\x28\x88\x85\x1f\x7f\xe3\x0b\xf7\xed\x4d\x1d\x94\x37\xf3\xe2\ \x1b\x3e\xb2\xf9\x58\x55\xf8\xc9\x27\xff\xe9\x7d\x97\xdf\x7a\xf6\ \xdb\xde\x13\x10\x72\xb8\xa1\x19\x86\x17\x5e\xfa\xfb\x93\x9f\xfe\ \xf2\xfb\x2f\xbb\x8e\xd9\xb5\x0b\x2f\xbd\xec\x8c\x4d\xaf\xb8\xf4\ \x94\x27\x3e\xfb\x87\xef\x2d\xf8\xde\xd8\xc6\x73\x2e\xbb\xf4\xdc\ \x63\x4f\x7b\xd9\x75\x7f\xf9\x8d\xf7\x6f\xbb\xf5\x8c\x37\xbc\xf3\ \x0d\xa7\xae\x5e\x74\xa7\x17\x36\x5e\xa0\x8d\x5f\x1d\x5f\xb7\xc6\ \xee\x2b\x15\x5c\x63\xa0\x35\xbc\x61\xe3\x86\xa1\x72\xe8\x7b\x56\ \x9a\xa4\xfa\x79\x71\x99\x48\x29\x93\x34\x03\x10\x86\x85\x02\xd4\ \xa6\x52\xad\x31\xea\x04\x7e\xe8\xb8\x9e\x90\x8a\x42\xaa\x8d\xe8\ \x39\x7f\x0f\x11\xe0\x9c\xf7\xe6\x91\xb5\xd6\x4a\x49\x4c\xac\x5d\ \xbb\xf6\x2c\x5f\xbe\xbc\xd3\xed\x08\x29\xcb\xa5\xf2\xe8\xe8\x92\ \xf9\xf9\x79\x21\xa5\x10\xd2\x60\xbc\x6c\xd9\xb2\x20\x08\x18\x63\ \x9e\xe7\xf5\x26\x97\xb5\xd6\xf5\x7a\x7d\x74\x74\x74\x6c\x6c\x09\ \xc6\x68\xf7\xce\xed\x49\x9c\xc6\x71\xd7\xb2\xad\x91\xd1\x91\x52\ \xa1\x20\xa4\x18\x1a\x1a\xe8\x76\xbb\x79\x96\x65\x49\x2a\x38\xef\ \x46\x91\x10\x42\x02\x90\x65\xd9\xe1\x9e\x04\x63\x08\x21\x00\x6a\ \x05\x14\x25\x4e\xa7\xbb\xaf\xd1\x88\x0e\xed\x9f\xf6\x6c\x06\x81\ \x9b\xf3\x94\x30\xe6\x78\xbe\x4d\x5d\x84\x6d\x2e\x01\xa1\x84\x52\ \x4b\x08\xa1\x95\x54\x32\x8f\x44\xaa\x8d\x66\x94\x42\x80\x92\x34\ \x83\x40\x03\x04\x18\xa3\x48\x1b\xad\x84\x52\x12\x28\x8d\x20\x44\ \x08\x3c\x95\xdb\x9b\x1e\x13\x71\x8f\x30\xda\xb6\x6d\x29\x25\x63\ \xf4\x39\x2e\x98\x52\x6a\x68\x78\xb8\xd3\x69\xdd\xf5\x8b\xdb\x87\ \x46\x86\x11\xc2\x73\x73\xb3\x71\xb7\xbb\x7c\xe5\xca\x46\x7d\xfe\ \x39\xfd\x0a\x6b\xe8\x75\xef\xfa\xd0\x99\x8d\xb6\x30\xb8\xd0\x37\ \x54\xf1\x29\x00\x67\x7e\xea\xaa\x35\x33\xcd\xbc\x54\x1b\x74\xd7\ \xfc\xe1\x49\xf0\x70\x3f\x52\x69\xe9\x29\x7f\xfc\x99\xb5\x87\xa6\ \xeb\x8a\xb8\xb5\x7e\x17\x60\x7c\xde\xef\x7f\xe2\xf8\xa9\x03\xad\ \x54\x87\xa5\x3e\x04\x40\x75\xfd\x05\x9f\xf9\xdc\xb1\xb3\x6d\x5e\ \xa8\x0d\x2e\xfa\xd2\x0b\xdd\x94\xd2\x95\xb1\x75\x1b\xf5\xd4\xf6\ \x87\x1e\x44\x00\x00\xa0\x87\x57\x6e\x28\xe3\xf6\xb6\xc7\xea\xa5\ \xd1\xb1\x90\x21\xf3\x9c\xb9\x4c\x0c\x63\xd6\xe8\xe8\x12\x80\x21\ \x26\x84\x50\x96\x0b\xfe\xa1\x8f\xfc\x61\xa3\xd5\x08\x8b\x85\x46\ \xb3\x99\xf1\x14\x18\x89\x31\x32\xc6\x08\x21\x7a\x3d\x85\x4f\x93\ \x94\x01\x80\x94\x92\x8c\xd2\x3c\xcb\x28\x26\x18\xe3\x95\xcb\x57\ \xd8\x96\x85\x11\x22\x08\x13\x84\x2b\xe5\x72\xa1\x50\xd0\x5a\x3b\ \x8e\xd3\xbb\xfc\xf7\x68\x08\xf2\x3c\xef\x55\x22\x09\x66\x10\x62\ \x2e\x79\x6d\xa0\xb6\x71\xe3\xc6\x91\x91\x91\x1d\x3b\x9e\xbc\xff\ \x57\xf7\xb9\x8e\x4d\x30\x71\x6c\xdb\x77\x3d\xad\x75\x45\x4a\x21\ \x44\xab\xd5\x8a\xe3\x58\x08\x91\x65\x59\x9a\xa6\xad\x56\x4b\x69\ \x01\x31\xa6\x34\x3d\x78\x68\xae\xd3\x49\x19\x75\x3c\xcf\x75\x5d\ \xd6\x8d\x11\x46\x48\x69\x65\x00\x30\x08\x1a\x8c\x00\x46\x9c\xf3\ \x34\x49\x00\x30\x16\xb5\x84\xe2\x5a\x9b\x3c\xcb\x00\xc4\x5a\x29\ \x68\xb4\x51\x5a\x2a\x8d\x7a\xe5\x52\x60\x7a\x6d\xca\x00\x41\x03\ \x0f\xd3\xae\x98\x1e\x47\x13\x00\x94\xd2\xb0\x58\x3c\x1c\x8c\x9e\ \x3b\x64\x80\xe0\xc4\xc4\x44\xb3\xd9\x9a\x99\x9a\xd2\x06\x14\x0a\ \xe1\xd8\xd8\xb8\x92\xcf\x7d\xc8\x1f\xb9\x61\xc5\x0d\x2b\xcf\x7c\ \xc9\x2b\x0d\x2e\x2b\x1d\x0e\x15\xcf\xec\x4c\xc4\x4e\x71\xc9\xd2\ \xe2\x33\xdf\x5b\x1d\x1a\xab\x3e\xf3\x8d\x95\xa1\xa5\x95\x45\x3f\ \xfa\xef\x91\x23\xe0\x76\x63\xff\x8f\xbf\xfb\xbd\x06\xa0\x04\x41\ \x2d\x39\xa9\x1d\xfb\xb6\xf3\x27\x7e\x78\xcd\x2d\x67\xfc\xde\x65\ \x9b\x6a\x58\xa8\xe7\x16\x0b\x8c\x31\x84\xb2\x57\xbe\xfa\xd5\xb7\ \xdc\x74\xcb\xee\xad\x4f\x04\x61\xa1\x93\xc4\xcd\x9d\xdb\x5c\xcf\ \x03\x18\x61\x8a\x0d\x80\x18\x20\xc6\xa8\x10\xa2\xc7\x41\xd2\xe3\ \x29\xeb\x71\x10\x60\x8c\x0c\x00\x59\x9e\x62\x82\x18\x22\xab\x56\ \xad\x7a\x72\xc7\x36\xc6\x58\xa9\x54\x2a\x95\x8a\x9e\xe7\x78\x9e\ \xd7\x6a\xb5\x7a\x71\xe4\xe9\x26\xa5\x56\xab\xd5\x6c\x36\xa7\xa6\ \xa6\x8a\xc5\xe2\xe6\xd3\xb7\x6c\x3a\xe6\xb8\xa1\xa1\x21\x82\x60\ \x9a\x26\x07\x0e\xcc\xbe\x89\x3b\x00\x00\x20\x00\x49\x44\x41\x54\ \x1e\x98\x99\x9e\x46\x06\xb4\x9b\x2d\x82\x49\xdb\x18\x62\xb1\x9e\ \xd7\xb9\xae\x3b\x32\x32\xa2\x94\x6a\x34\x1a\x3d\x84\xb2\xdb\xed\ \xb6\xdb\xad\xd9\xf9\x59\xa9\x74\x9a\x44\x71\x94\xc0\x00\x03\x03\ \x20\x85\x46\x1b\x02\x31\x26\xd8\x20\xa0\x11\x50\x46\x43\x2d\xb4\ \xd6\x96\xc5\xb4\x96\x40\x0b\x02\x00\xa6\x96\x85\xa8\x30\x80\x40\ \x24\x05\xc7\x18\x4b\x21\x85\x94\x9e\x63\xfb\x9e\x0b\x00\xc8\xe2\ \x24\xcd\xd3\x1e\x87\x5a\x4f\xdc\x04\x41\x84\x01\xe8\x51\xaa\x08\ \x21\xa4\x94\xcf\xa3\x16\x60\x8c\xd6\xa6\x50\x28\x56\x2a\xd5\x5e\ \x6c\x05\xcf\x00\x14\x17\x6d\xd1\xfe\x2f\xeb\x08\x42\x04\x83\xeb\ \xde\xff\xc7\xeb\x09\x32\x59\xae\x2c\x9b\x29\x29\x11\x82\xef\xf9\ \x83\xd5\xc4\x22\x42\x3d\xe7\x3a\x02\x84\xb0\xdd\x6e\x6f\xdc\x74\ \xcc\x5f\x5f\xf5\xb9\xcf\x7f\xee\xaa\x5b\x7f\x76\x53\x97\x4b\xca\ \xb0\x30\xca\xb6\x1d\xc2\x08\x00\x9a\x00\xd0\x63\x1f\xb0\x2c\xeb\ \x70\x03\xa2\x52\x87\xe5\x4f\x0e\x53\x09\xeb\xfe\xbe\xbe\x52\xb1\ \xb8\x7d\xdb\xb6\xd9\xd9\xd9\x35\xab\x57\x63\x84\x18\x25\xed\x66\ \x63\x7e\x6e\xae\xdd\x6a\x69\xad\x5c\xd7\x65\x8c\x15\x0a\x05\xa5\ \x54\xb3\xd9\x6c\xb5\x5a\x9e\xe7\xbd\xf5\xad\x6f\x3d\x75\xcb\x96\ \x5c\xea\x6e\x12\xb7\x1a\xf5\xe9\xa9\xa9\x6e\xbb\x6d\x11\xe2\xda\ \xf6\xcc\xd4\x14\xd0\x26\xf0\x7d\x15\xc7\x98\x51\xcb\xb2\x3a\x9d\ \x0e\xe7\xdc\x18\x13\xc7\xb1\xe7\x79\xe5\x72\xd9\xb6\xed\xb0\xb0\ \xa4\x7f\xb0\x3f\x8a\x53\x25\xc1\xf6\xed\xbb\x24\xcf\xb5\x31\x46\ \x98\x3c\xcb\x82\xd0\xc5\x10\x4b\xa5\x34\xd0\xda\x68\x29\xb5\xed\ \x5a\xe5\x52\x71\x4f\xa3\xde\xa8\x2f\x30\x46\x09\x26\xb6\xe3\x18\ \x4c\x30\xc6\x04\x63\xc7\x71\x10\x44\x82\xe7\xb6\x6b\x3b\x9e\xab\ \x84\x4c\xe2\xa4\xa7\xe3\x82\x20\x78\xaa\xb6\x68\x20\x84\x84\x32\ \x4c\xa8\x36\x06\x21\xfc\x7c\xa1\x45\xad\xb5\x94\x42\x6b\xd4\x6b\ \xd0\x5e\xdc\xca\x8b\xf6\x1f\x36\x48\x2d\xab\xf9\xe4\x3d\x3f\xfc\ \xd7\xbb\xe7\x63\xe1\xf7\xad\x38\xef\xc2\x97\xaf\xea\xb3\x08\xa1\ \xe6\xb7\x9a\x90\x9f\xe5\x1e\x8b\x20\xce\x92\xfc\x84\x13\x4e\xf8\ \xfb\x7f\xf8\xd2\x3d\x77\xdf\xf5\xf0\xaf\xee\x9b\x9b\x9d\xfb\xd1\ \xf5\x37\xc4\x49\x64\x5b\x96\xc5\x18\x17\xfc\x99\x5b\x59\x29\xf5\ \xf4\x99\xa6\xb5\xe6\x9c\x87\x81\x5f\x0c\xc3\x87\x1f\x7e\xa8\xdd\ \xee\x20\x04\x39\xe7\x5a\x29\x9e\xe7\x73\x73\x73\x8e\xe3\x30\x46\ \xf3\x5c\x63\x8c\x3b\x9d\x4e\xbb\xdd\x4e\xd3\xd4\xb2\xac\x3c\xcf\ \xb7\x6c\xd9\xb2\x7e\xdd\xba\xc7\x1f\x7f\xbc\x9b\x64\xc0\x18\x2d\ \x05\xd0\x6a\xe5\xca\x95\xb5\x4a\x65\xef\xae\x5d\x3c\xcb\xf6\xee\ \xde\x33\xdd\x6e\x63\x8b\x19\x8c\x38\xe7\xbd\x32\x44\xad\x56\x0b\ \x82\x20\x49\x92\x38\x8e\x01\x00\x7e\xe0\x33\x46\x00\xc4\xe5\x52\ \xa9\x58\x0c\x5b\xad\xae\xe7\xba\x5c\xf0\x0c\x19\x08\x7b\x14\x69\ \x08\xf4\xa6\x7e\x95\x32\x46\x31\x46\x95\x14\x8e\x65\xf9\x3d\xf0\ \x82\x0b\xc4\x10\x40\xc8\x28\x0d\x0c\x40\x08\x01\x63\x92\x24\x95\ \x42\xf4\x1a\x04\x99\x65\x1f\x1e\x5c\x32\xa6\x17\xfe\x2c\xcb\x32\ \x00\x24\x69\x1a\x45\x51\x6f\xec\xfa\xc5\xb3\xe9\xf2\xb8\x93\x19\ \x56\xf0\xed\xe7\xfc\x7c\x2b\x35\x76\xf1\x77\x3d\x9f\x45\xad\x1c\ \xb8\x05\x9f\x2d\xba\xf2\x7f\x34\x47\xa0\x34\x3a\x70\xff\x57\xbe\ \xfc\xfd\xf0\xd8\x73\xce\x59\x5a\xd8\x7d\xff\xcd\xff\xf8\x4f\xd1\ \xe5\x97\xbd\x75\xf0\xf9\xf2\x1a\x41\x08\x79\xce\x39\x8c\xa1\xd6\ \xbe\x1f\x5c\xf8\xaa\xf3\xde\xf4\xaa\xf3\xfe\xe9\x5b\xd7\xde\x70\ \xc3\xf5\x82\xe7\x18\x02\xc9\xf3\xa7\xf5\x8e\xc0\x33\xa6\x0c\x7a\ \xd8\x61\x8f\x95\xa0\xdb\xed\x3e\xf4\xf0\x43\x3d\x5f\x4d\x92\x64\ \x74\x74\x34\x4d\x93\x56\xab\xe9\x79\x6e\xa9\x54\x8a\xa2\xa8\x77\ \x06\xf6\x78\xd0\x1a\x8d\x86\xeb\xba\x71\x1c\x77\x3a\x9d\xaf\x7c\ \xe5\x2b\xe5\xfe\xfe\x91\x25\xe3\xc3\x43\x43\xe5\x52\x61\x6c\x74\ \x49\xa9\x50\xd8\xb9\x7d\x7b\x9e\xe7\xe3\x13\x13\xfd\xb5\x7e\x25\ \x44\x94\xa5\xb9\x92\xed\x76\xbb\x54\x2a\xf5\xb2\xa3\xa7\x83\x91\ \x94\xb2\xd9\x68\x70\x9e\x2b\x0d\x28\xb5\xc6\xc7\x46\x1b\x61\x4b\ \x6b\x90\x64\x19\x44\xda\x22\x94\x40\x6c\x20\x54\x42\x40\x82\x10\ \x44\x06\x00\x8b\x51\xcf\x75\xfb\xab\x55\x08\x80\xe0\x9c\x4b\x69\ \xb9\x5e\x9a\xf1\x28\xef\x66\x49\x62\x94\x42\x08\x4b\x29\xb2\x2c\ \x85\x00\xf4\xfa\xa9\xa5\x94\x08\x21\x8c\x49\xef\x8f\xe0\xfb\x7e\ \x9a\xa6\x71\x1c\x4b\x29\x5d\xd7\x3d\xa2\x03\x3e\x3d\x8a\xe8\xdf\ \x78\x45\x9b\xc3\xd2\x74\xff\x86\x37\x1e\xba\xef\x9b\x3f\xdd\x73\ \xee\x9b\x2e\x19\xb1\x9e\xe3\x67\xa4\x77\x7c\xff\x9b\xe9\x8a\xf3\ \xcf\xd9\x30\xfc\xdb\x3f\x7b\xf0\xfb\x5f\xbc\xcf\xda\xf2\xc1\x8b\ \x4f\x7c\xea\xd3\xdb\x37\x7c\xed\x7b\xc1\x09\xaf\xde\x72\x54\xf9\ \xe9\x67\xa2\x85\x43\x5d\x10\x0c\x56\x43\x00\xcc\xfd\xd7\xff\xdd\ \x7d\xec\xec\x3f\xb8\xe8\xc4\xdf\xfe\x9f\xfc\xe2\x1b\x5f\xd8\xd1\ \xf7\x9a\xf7\xbf\x76\xb1\x8a\xf1\x1f\x8e\x05\xc8\x1c\xd8\xf1\x98\ \x5c\x7e\xce\xfb\x2f\x7d\xb5\x05\xc0\x69\x27\x4e\x34\x3f\xfe\xb7\ \x3b\xa7\xdb\xc3\xcb\x0a\xcf\x8f\xd7\xc8\x18\x80\x00\xd4\xd2\xb4\ \x9b\xad\xb9\x99\x19\xd7\x75\x5c\xdb\xba\xfb\xee\x7b\x5a\xed\x96\ \x67\x59\x5a\x4a\x04\x8c\xc1\x14\x22\xf8\xcc\xbc\xe0\xd7\x87\x21\ \x84\x46\xa9\x4e\xbb\x65\x31\xd2\xe3\x29\x17\x3c\x47\xd0\xe4\x59\ \xb2\x7d\xdb\x56\xcf\xf3\x1d\x9b\x35\x9b\x0d\x00\x60\x0f\x5f\xe8\ \xeb\xeb\xeb\x25\x08\x08\xa1\x38\x8e\x27\x27\x27\x4f\xaa\x54\x36\ \x6d\x38\x7a\x68\x68\x88\x12\x14\xc7\xd1\xa3\x8f\xec\x7b\x72\xdb\ \xb6\xd9\xe9\x29\xab\x37\xdb\x40\xa9\xeb\xfb\x3e\xc1\x3d\x5a\x84\ \x5e\x0c\xe2\x9c\xa7\x69\xca\x39\x97\x42\xe4\x9c\xf7\x72\x87\x34\ \xcd\x28\xc1\x23\xc3\x83\x19\xe7\x49\x9c\x01\xa3\x35\x30\x42\x6a\ \x6c\x94\x92\x02\xa8\xde\x3d\x5f\x13\x4c\x7c\xdf\xb3\x18\x93\x4a\ \x02\x05\x28\xa2\x16\xb3\xf2\x34\x57\x42\xa8\xde\x8c\x80\x31\xbf\ \x0e\x7c\x4a\x41\x88\x00\x44\x00\x20\x29\x95\x10\xc2\x76\x1c\xca\ \x6c\x21\x75\xab\xd5\x0a\x82\xc0\x0f\xc2\x23\xb9\xea\xf3\x0f\xfc\ \xe3\x7b\xbf\xb8\xeb\x4f\xfe\xe2\xcf\x36\xf4\x51\x00\x00\x3f\x70\ \xe7\x15\x9f\xf8\xc7\xcd\x97\xff\xdd\xc5\x6b\xfd\x7f\xeb\x2d\x84\ \x30\xd7\x73\xd0\xf3\x08\x58\xe2\xc9\xfb\x6f\xed\x58\x27\xff\xce\ \x58\xd0\x99\x9f\x6e\x96\x9f\x79\x0f\x42\x8e\xe7\x32\xf2\x1b\xd1\ \xe9\xee\x6b\x3f\xf3\xe8\xc0\x5b\x3e\x7c\xd1\x26\x00\x60\x67\x61\ \xaa\x59\xfe\xdd\x67\x50\xba\x30\xbb\x60\x65\x8b\x9e\xfc\x1f\x37\ \x6d\x60\xb9\x6f\x20\xb9\xed\xe1\xbb\x1e\x3d\x7a\xdd\x80\x3d\xf7\ \xf8\x5d\x93\x79\x70\x5a\xc1\x7d\xde\xda\xaa\x84\xe0\xbd\xfb\x26\ \x9b\x9d\x0c\x13\x38\x33\x3b\xdb\x68\x2e\x0c\x0c\xd6\x5c\xdb\x21\ \x10\x89\x2c\x43\x06\x18\x08\xa4\x06\x88\x1c\x66\x2b\xec\xe1\x05\ \xe0\xe9\x41\x1d\x63\x08\xc1\x42\xe4\xad\x56\xab\x37\x86\x9c\xe7\ \x79\x2f\x8f\x90\x52\x22\x04\x67\x66\x66\xa4\x32\xbd\x93\xdc\xb6\ \x6d\x21\x44\xbb\xdd\x76\x1c\xa7\xd9\x6c\xda\xb6\x7d\xe6\x99\x67\ \x5e\xf0\x8a\x57\x2e\xd4\x1b\x7b\x77\xed\xf6\x5c\x3b\x4d\x92\xc3\ \xf0\x24\xa3\xca\xe8\x5c\x8a\x94\x73\x4c\x70\xef\x64\xee\xc9\x16\ \x0a\x21\x84\x10\x9c\xf3\x1e\xb0\x4f\x09\xa9\x96\x2b\x94\x90\x46\ \xab\x75\x68\xea\xd0\x42\x7d\x3e\xcf\x85\x54\x3a\x49\x22\xcb\x72\ \x28\xc2\x10\x40\xd8\x23\x78\x46\x10\x41\xa8\x8c\x4e\xd3\x54\x28\ \xa1\xa4\xd4\x5a\x5b\xcc\x42\x08\x08\x21\xa4\x10\x10\x00\x84\xb1\ \x52\xd2\x00\x00\xd0\xe1\x09\x6b\x04\x00\x02\x08\x3c\x25\xfd\x76\ \x58\x12\x0a\x21\xc6\x58\x18\x86\xcf\x97\x82\xe6\x3f\x68\xd1\x42\ \xe3\xe0\xfd\xb7\x5d\xf3\xa3\x7b\x37\xbc\xfd\x54\x00\xc4\x4d\xdf\ \xbb\xe6\xfe\x87\x0f\x1d\xdd\xe2\x00\x64\x77\xff\xe0\x9f\x7f\xfa\ \xe0\x8c\x53\x5b\x7d\xf1\x5b\x2e\x9e\x28\x88\xbb\x7e\x78\xed\x6d\ \x0f\xec\x20\x43\x47\x5f\x74\xfe\x1a\x9b\x22\x07\xab\x5f\x5e\xfb\ \xf5\x78\xf5\x2b\xce\x3a\xba\x6f\xd7\xad\xdf\xbf\x2f\x5b\xf3\xc6\ \xf3\x57\xde\xfb\x83\xaf\xdf\xfc\xd8\xa4\x84\xc1\xfa\x63\xd7\x66\ \x93\xdb\x9e\x3c\x18\x6f\x38\xf7\xe2\x8b\x4e\x5d\x3a\xbe\x71\x8b\ \x1c\xee\x33\xdd\xc9\xef\x5e\x7d\xcd\x63\x53\xd9\x8a\x93\x2f\x7a\ \xcb\xb9\x6b\x7b\xc1\xc4\xb1\xf1\xee\xbb\xbf\x77\xe5\xcc\x4d\x26\ \x58\x79\xf1\x5b\x5f\x3f\x11\x32\x02\x31\xa1\x96\x6e\xef\xfe\xd6\ \xd7\xbe\xb7\x73\x2e\x59\x7d\xd6\xab\xcb\x96\xbe\xf3\x07\x5f\x8a\ \x1e\x5b\xfa\xd2\xd7\x5d\xe2\x95\xdd\x6d\xb7\x7c\xeb\xcf\x76\xff\ \xd4\x1d\xde\xf4\xc6\x37\x5f\xd0\x6f\x81\x74\xfa\xb1\xab\xaf\xbe\ \x6e\x4a\xd8\x33\xdb\x1b\x23\xcb\x1d\x00\xc4\xfd\x37\xfc\xf3\x8d\ \xf7\x1f\x62\x7d\xab\xde\xf2\xf6\x57\xcf\xdf\xf5\xdd\x27\xec\x93\ \xdf\x7c\xfa\xf2\x6c\xe6\xf1\x6f\x5c\xff\xe4\xcb\xdf\x72\xd1\x90\ \xb3\xe8\xec\xcf\x62\x4a\xa8\x81\xa3\x36\xbf\xf2\xd8\xbd\xdf\xfd\ \xdb\x3f\xff\x3e\xa3\xc2\xb8\x5b\x5e\xff\x8e\x35\x55\x4b\x4a\xf1\ \xfc\x62\x81\x65\xdb\x77\xfd\xe2\x8e\xbb\xee\x79\x68\x78\x64\xc8\ \x20\x0d\x09\x9c\x9f\x9b\x7d\xec\xe1\x07\x25\xe7\x0c\x23\xdf\x75\ \x04\x17\x1a\x53\xa1\x9e\x76\x95\xde\x60\x12\x7c\x5a\x1d\xe0\x29\ \xbe\x73\xdd\x3b\x48\x29\x21\xbd\x1e\xa4\xe1\xe1\x61\xd7\xf3\x3a\ \xed\x76\xce\x33\x21\x44\xef\xba\x92\xa6\x69\x18\x86\x59\x9a\xfa\ \xbe\x8f\x31\xde\xb8\x71\x63\xbd\x51\x6f\x2e\x34\xf7\xee\xdd\x83\ \x10\x1c\x1f\x1f\xf3\x3c\x0f\x00\xb7\xd5\x69\x75\xbb\x9d\x9e\xc8\ \x82\x12\xbd\xc1\x02\xd5\xee\xb4\xa5\xe8\x0d\x1d\xe9\xa7\xae\x27\ \x5a\x08\x29\xd2\xac\xd3\xe9\xce\x2d\xcc\xcf\xcc\xcf\x76\x3a\x9d\ \x34\xcd\x95\x31\x10\xa0\xa1\xa1\x91\x9e\x16\x15\xd6\x1a\x40\x80\ \x00\x82\x10\x2a\x6d\x38\xe7\x71\x1e\x47\x51\x04\x00\x28\x84\x05\ \xdb\xf2\x94\x52\xfa\x29\x75\x36\xad\x35\x30\xba\xd7\x7e\x8c\x30\ \xf6\x3d\x9f\x61\x96\xe5\x59\xaf\x6d\x03\x21\xa4\x8d\x81\x10\x56\ \xab\x55\xcb\xb2\x7a\xf2\x6d\x47\xee\x5e\x30\xad\x36\x9f\xff\x72\ \xfe\xe8\x8f\xee\xaf\x9f\x7a\x4c\xf4\x8b\x9b\xf7\xfa\x17\x6c\xde\ \x98\xce\x2e\x00\xb0\x74\xc9\xba\x53\x5e\xbb\x4c\xdd\xff\xbd\x2f\ \xfd\xcd\xd7\x06\x3f\xfb\x81\x65\xd7\x5d\xf7\xb3\xe2\x4b\xdf\x76\ \xe6\xda\x51\xaf\xbb\xf5\xc6\x9f\xde\xbd\xf1\x82\xf3\x76\xdc\xf3\ \xf3\x86\xb3\xf9\xac\xa3\xfb\x66\x1e\xbf\xef\xee\x4e\xf8\xc6\xf3\ \xfb\x7e\x7a\xdd\x2d\xec\x9c\xf7\x9c\xe2\x3d\xf6\xc5\xbf\xbd\xea\ \xf8\x4b\x3f\x7c\x7a\x6d\xfb\x3f\x7e\xe1\x6f\x07\x97\x7c\xe6\x8c\ \xd7\xbd\x0b\x22\xf0\x93\x2f\x5c\xf1\x93\xb9\x0d\x97\x5f\x74\x8c\ \x62\xa5\x67\x64\x24\xc2\xd8\xfd\xc7\x9d\x76\xea\x9e\x9b\xae\xfd\ \xf3\x4f\x8b\xab\x3e\xfe\xea\x07\x6f\xfe\x69\x79\xe8\x9c\xf1\xfa\ \x1d\xff\x72\xdf\xfc\x3b\xde\xfd\x9a\x15\x13\xd5\xbd\xdb\xc1\xf8\ \xda\x97\x5c\x78\xc1\x4b\xc6\xc6\xca\x0f\xdd\x2b\xfc\x81\x15\x67\ \x9c\xbd\xf6\xd6\x6f\x7c\xf5\x6f\x41\xed\xe3\x6f\x9b\xf8\xc2\x9f\ \x5d\x39\xb7\xe2\x95\x17\x9c\x50\xf8\xe1\xd6\x47\x94\x32\x00\xe0\ \xe1\xa3\x5e\xf2\x9a\x09\xfd\xc8\x0f\xbe\x7c\xd5\xd7\xfb\xdf\xd4\ \x3f\x77\xd3\x8f\x6f\xb9\xe4\xf4\xe5\xd3\x8f\xdf\x7c\xdb\x36\xf0\ \x1a\x6b\xd1\xd3\x9f\x43\xe2\xa8\xa5\xa4\xfe\x19\x6f\xb8\xe2\xf8\ \x97\xd5\x3b\xa9\x70\xc3\x72\xd1\xa7\x49\x14\xff\xce\x02\xd5\xb3\ \xe3\x05\xf3\x73\xb3\x42\x66\x06\x68\xcb\xb1\xbb\x81\xb3\x77\xf7\ \x1e\x82\x89\xc5\xa8\x45\x19\x46\xd8\x0a\xc3\x4e\xb7\xa3\x8d\x21\ \x08\x27\x69\x62\x8c\x32\x06\x01\xd3\x53\x1a\x84\x52\x2a\xcb\xb6\ \xc6\x96\x8c\x59\x94\x34\x16\x16\x00\x82\xd5\x6a\x39\xcb\xf3\x30\ \x0c\x21\x00\x05\x2f\xc8\xb3\x7c\x70\x64\x44\x6b\x33\x57\x9f\x6f\ \x76\xda\x82\xf3\x6a\xa5\x0f\x42\x18\xc7\xc9\x77\xae\xfd\xce\xbb\ \xde\xf5\xee\xb5\x6b\xd7\xae\x5e\xbd\xba\x58\x2c\x76\xbb\xed\x7a\ \xa3\x21\x25\x1f\x1c\x1c\xac\x54\xca\x10\x98\x34\x49\x1c\xca\x94\ \xd6\xd3\x33\x33\xf5\xf9\xf9\x52\xa5\x52\x2c\x95\x8d\x36\x3d\x9e\ \xe5\x2c\xcd\x79\x9e\x37\x9b\xf5\xfd\x07\x0e\xce\x2f\xd4\x79\x2e\ \x30\xa6\x9e\x47\xd2\x34\x93\x4a\xf7\xea\x76\x4a\x29\x03\x20\x22\ \x04\x1a\xa8\x7b\xd4\xbc\x10\x6a\x69\x94\x92\x94\x12\x66\x51\x08\ \x0c\xec\xa9\xa5\x19\xd0\x23\x5c\xeb\x31\x0d\x60\x88\x08\x26\x18\ \x02\xd9\xd3\x6b\xd2\x9a\x50\x8a\xa8\x25\x15\x44\xd4\x75\x0b\xa5\ \x34\x4d\x0d\x84\xcf\x51\x18\xfb\x3f\xc5\x5a\x0b\x9d\xd2\xfa\x4b\ \x36\xcb\x1f\xdc\x78\xfd\x2d\x73\xd9\x2d\xfd\xa7\xbd\xee\xb4\xee\ \xf5\xb7\x34\x1b\x00\x2c\x9d\xdf\xb3\xed\xd6\x47\x0f\x34\xe7\xa2\ \x66\x32\x0b\xcc\x04\xf1\xcb\xc7\x9c\xfe\xd2\x13\x46\x80\xd8\xfb\ \xa4\x65\x3b\x08\x00\x6a\xbb\x36\xc3\x00\x00\x62\xd9\x8e\x4d\x00\ \xd0\xd0\xa9\xae\x3f\xee\xf4\x2d\xab\x96\xdd\x71\xfb\x23\x2b\x8e\ \xdd\x7c\xe6\xd2\x63\x1f\xf9\xd7\x3f\x98\x9c\xae\x9f\xbc\xa4\x1f\ \x00\x3d\xbc\x64\x02\x3d\xba\xf5\xd1\x83\x1b\x2e\x3c\x77\xe8\xe9\ \x68\x27\x34\x5b\x75\xec\x59\x67\x9d\xfa\x92\xb3\x8e\x22\x0f\xfe\ \xcf\x6f\x3e\xbc\xf0\x8a\xd0\xf7\x18\x81\x5a\xa9\xe2\xd2\xa3\xce\ \x3c\xfd\x64\x0f\x80\xbd\x5c\xd5\x96\xac\xda\xb8\x76\x15\x00\x46\ \xe4\x60\x7c\xed\x71\x27\x9f\x7c\xd2\x92\xee\x83\x57\xde\xf9\xf8\ \xec\xe4\xfc\x23\x72\xe2\x63\xef\x7b\xfd\x32\x02\x1a\x77\xfc\xec\ \x51\x2d\x01\xd0\x0b\xfb\x77\xdc\xf2\xe0\xbe\xd6\x4c\x77\xb6\x31\ \xb7\xfa\xf5\x5b\xca\x3f\xfd\xea\xc3\x6d\x93\x6c\x3f\xb0\x66\xd3\ \xc5\x15\xb4\xe8\xe9\xcf\x05\x3b\x24\x9d\xa9\xad\xd7\xfe\xe8\xf6\ \x08\x33\x0c\xa1\x51\x9c\x54\xd6\x5e\x78\xde\x49\x21\xfb\x1d\xdc\ \xba\xcf\xc6\x77\x68\x23\x82\x45\xb5\xec\x65\x39\xb7\x2d\x9a\x74\ \x3b\x4a\x08\x25\xa5\xa1\x4c\x40\x84\x6c\x6a\x10\x71\xfd\x30\xe7\ \x59\x9e\x27\xda\x48\x00\x15\x30\x08\x6a\x68\x51\xc6\x30\x89\x94\ \xe8\x1f\x1e\x19\x1b\x1e\x4d\xe7\xe7\xc3\x52\x19\x58\xd8\x22\xa0\ \x13\x65\x71\x96\x78\xc8\xa2\xc2\xd4\x3c\x7f\xa8\x5a\x5e\x68\xb5\ \xbb\x49\x44\x6c\x3b\xe2\x79\x91\x10\x25\xd4\xaa\xd5\xeb\x3f\x72\ \xf9\x87\x86\x87\x06\xfc\xc0\x36\x00\xce\xce\xcd\x3f\xb9\x67\x5f\ \xa7\xd3\x0e\x3c\xa7\xe0\x07\x46\xb2\xb8\xdb\x82\x46\xc8\x76\xd2\ \xed\x74\x43\xcb\x1e\x3b\xee\x38\xcb\x0f\x16\x5a\x6d\x29\x4d\xa1\ \x5c\xc6\x88\xb6\x9a\x2d\xd7\xb2\x0a\xa5\x7a\xb5\x6f\xe8\xe0\xa1\ \x83\xdb\xb7\x6f\xaf\x54\x2b\x9d\x6e\x7b\xd7\xae\xdd\x5c\x0a\xcc\ \x08\x57\xb9\x4b\x1c\xa9\x20\xc1\x48\x6a\x00\x10\xce\x64\x9e\xf1\ \x1c\x68\xed\x12\x8b\x61\x44\x94\x4c\xe3\x26\xc6\x12\x63\x90\x73\ \xa9\x01\x81\x10\x22\x8c\xb1\x01\x40\x6b\xc3\xb3\x38\x4f\x80\xd1\ \xca\x40\x60\xa0\x1b\x94\xfc\xa0\x24\x14\x2c\x94\xfa\xc6\x97\xad\ \xec\x44\x09\x00\x1a\xc0\x23\xb6\x61\x55\x3b\x15\x86\x06\x27\xbf\ \xfc\x35\xd7\xbd\xef\x0f\xfe\x86\x6e\xfe\xe2\x17\x8f\x6d\x7f\xf7\ \x07\x2a\x4b\x0f\x3c\xf4\xad\x4f\x5f\xfb\xf8\xbb\x3f\xf8\x1e\xf4\ \xab\xe8\xea\x27\xa5\x32\x00\x02\x23\x85\x04\x80\x3c\x55\x53\x42\ \x08\x48\xa9\x14\x00\x80\x60\x74\x98\x3a\x01\x18\x29\x04\x00\x88\ \x20\x14\xc7\x29\x00\x9a\x30\xfc\x14\x61\x26\x3a\xfa\x82\x2b\xae\ \x5c\x79\xf7\xb5\xd7\x7c\xf5\x8a\x3b\x7f\xf5\xc9\x8f\xbf\x77\x80\ \x1d\x46\x97\x0e\x3f\xa0\xb5\xd1\x10\xc1\x5f\x4b\x41\x01\xad\x38\ \x00\x1e\x30\x00\x68\x79\x78\x0b\x42\x00\x81\x92\x02\x00\x00\x2d\ \x0a\x91\xd1\x3d\x6d\xc8\xc3\xc9\xa5\x21\x94\xb5\xb7\x7e\xfb\xca\ \x6f\x3e\xf4\xf6\x0f\xfe\x9e\xf7\x18\xff\xe7\x07\x62\x5a\x3d\xe6\ \x25\x4b\xbe\x75\xfb\x8d\x3f\x41\x33\xf8\xe8\x97\xae\x5f\xf4\xf3\ \xe7\x06\x28\x03\x44\x58\x50\x2c\x20\x48\x10\x24\x44\xcc\xdc\x79\ \xd7\xad\x1b\x5e\x72\xcc\xb1\x43\xb6\x96\xe6\x79\xdd\x0b\x50\xa7\ \xdb\xae\xd7\xe7\xaa\xd5\xa2\x31\x20\x70\x6d\x9b\x52\x25\x25\x84\ \x50\x68\xc5\xa5\x64\x04\x13\x42\x00\x02\x3c\x12\x51\x14\x61\x04\ \x11\x30\x08\x21\x88\xa0\x31\x40\x4a\x85\x20\x70\x18\x69\xce\x4e\ \x05\x00\x0e\x0e\xf4\x0b\x6c\x1c\x8a\xf3\xb4\x9b\x47\x6d\x4a\x5d\ \xa6\x90\xeb\xb9\xb3\x33\xf3\xcd\x38\xd2\xca\x20\x8c\xc7\x97\x2d\ \x55\x4a\xcb\x5c\x6d\x3a\x66\x93\x1f\x78\xbb\xf7\xec\xc2\xd8\xe4\ \x42\xd4\x9b\xad\x7a\xa3\x9e\xf1\x0c\x21\x00\xb4\xf0\x2d\x4a\x20\ \x6a\x45\xf1\x81\x5d\xfb\x28\x21\x7e\xa9\x78\x60\x6f\x22\x20\x6c\ \xc6\x09\x61\xd6\x28\x44\x81\x1f\x18\x6d\x5c\xc7\xe1\x09\x03\x8e\ \x3d\x36\x3c\x3c\xbe\x64\xb4\xbf\xbf\xb6\x73\xd7\xce\xf9\xb9\x39\ \x2e\x85\xeb\xd8\x4a\x29\x43\xb5\x01\x5a\x2a\x0d\x20\xc2\x98\x42\ \x64\x6c\xc7\x96\x59\x12\x45\x09\x85\x96\xe6\x5c\x62\xad\xb5\xea\ \xe9\x9a\xa9\xc3\x62\xf5\x06\x19\x05\xb4\x46\x40\x49\x29\x21\x02\ \x08\x13\xad\x21\x65\x0c\x53\xea\x86\xe1\xf0\x92\x31\x8c\xa9\xeb\ \xfa\xae\xeb\x1e\xa6\x46\x3c\x22\x15\xbd\xf9\x76\x57\x22\x03\x8a\ \x1b\x5e\xf5\xf2\x73\x06\xad\x97\x2e\x75\xc0\x83\x88\x37\x9b\x0b\ \xc2\x18\x7d\x58\x51\xa5\x27\xf4\xa2\xd3\x24\x15\x3d\xa7\xd6\x22\ \x49\x53\x4d\xd0\x8a\xa3\xfb\xaf\xfb\xd1\x37\xd7\x54\xce\xdb\xb5\ \xe3\x60\x5e\xc5\x00\xe8\x2c\x49\x85\x02\x00\xa8\x34\x4d\x84\x36\ \x00\xe8\x2c\x4d\xf8\x61\xd1\x75\x35\xb9\xed\x81\x43\x49\xe1\x25\ \xc7\xae\xb9\xe7\xdb\x4f\xcc\xe7\xa0\x17\x0b\xb0\xc9\xf6\x6f\x7f\ \xe8\xfe\xfb\xd5\x7d\x3f\xf8\x3a\x5c\x72\xd6\xd1\x55\x72\x57\x14\ \x53\x65\x34\xe0\x49\xd6\xeb\x6e\x83\xb5\xe1\xda\xd6\xdb\x6e\xba\ \x69\x58\x2f\x5d\xb9\x54\x48\x9e\x09\x09\x00\x50\x22\x8b\x63\x50\ \x5e\x72\xca\x09\xee\xb5\x5f\xbc\xea\x5b\x17\x6f\x59\xf6\xe8\xde\ \x39\xb4\x14\x1b\xad\x7a\xf2\x4d\x5a\x0a\x21\xb9\x04\xe8\x8c\x97\ \x6f\xfe\xc3\x8f\x5d\x99\xaf\x79\xf3\xdb\x56\x2c\x42\x05\xcf\xed\ \x88\x90\xd2\xab\xad\x7c\xfd\xa5\x1b\x9e\xc2\x12\x27\xeb\xfb\x3e\ \xdf\x4d\x39\x00\xce\xf3\xcb\x11\x10\x82\xbd\xf2\x5e\xa3\xd1\xcc\ \xf3\xbc\xd1\x68\x40\x08\xd3\x34\xed\x71\x90\x22\x84\x1c\xdb\x21\ \x84\x24\xdd\x38\xcf\x32\x60\x00\x00\x08\x40\x63\x20\xd4\x1a\x20\ \x80\x5c\xc7\xc3\x26\x47\x2a\x0b\xfd\xd2\xaa\x25\x4b\xa2\x76\x2b\ \x4e\x63\x0a\x01\x50\xc2\x21\xd8\x22\xc8\xb6\x6c\x48\x29\x54\x88\ \x32\x7b\xdd\xfa\xf5\xe3\x2b\x97\x05\x85\x62\xa7\xd3\xd9\xbf\x67\ \xaf\x10\xc9\xad\xb7\xfd\x2c\xf4\x5d\x42\x41\x5f\x6d\x30\x4d\xa3\ \x2c\x8f\x11\x42\x87\x0e\x1d\xec\x36\x9b\x27\x1e\x77\xcc\xda\xa3\ \xd6\xef\x44\x78\xc9\xe0\x48\x7f\xb5\xcf\xf2\xdc\xc7\x77\xec\x38\ \x34\x3b\x93\x71\x14\xc7\x71\xdc\xae\xe7\x71\x77\x66\x7a\x66\xde\ \xb6\xe2\x66\x3d\xcd\x53\x42\x68\x6d\x60\x70\xd7\xf6\xed\x4f\xee\ \x78\x32\xf0\xbc\x6e\x14\x01\x6d\x2c\xc6\x94\x96\x10\x69\x8d\x30\ \x00\x50\xf2\x3c\x4a\xba\x18\x03\x40\x11\x40\x86\x30\xaa\x8d\xe9\ \xd1\x31\x1c\xe6\x5b\x50\x5a\x9b\xc3\x22\x8a\xbd\x8b\x31\x22\x18\ \x60\xc4\x85\x86\x10\x52\xc6\x6c\x4a\x07\xfb\xab\x43\x7d\x95\x5c\ \x48\x9b\x22\x42\x21\x38\x72\xf4\xc4\x70\xe9\xb1\x27\x8f\xad\x28\ \x02\x00\x4f\x7d\xe3\x47\x4f\x05\x00\x00\xd0\xbf\xe6\xc4\x4d\x7e\ \x6d\xec\x98\x13\xdf\x77\xde\x97\x6f\xb9\xee\x1a\x0d\xac\x2d\x67\ \x1f\x47\x50\x70\xe2\x69\xa7\x8c\x07\x10\x00\x80\xc2\xf1\xd3\x4e\ \x51\x8e\x01\x13\x17\x7d\xf0\x4d\xd9\xd7\x7f\xfe\xe3\x1f\xe1\xc2\ \xea\xf3\xcf\x5a\x0d\x80\x75\xcc\xe6\x53\x96\x94\x11\x00\xde\x31\ \x27\x9d\x5e\x2b\x33\x00\xf0\xfa\x53\x4e\x0f\xfb\x7b\xd4\x26\x30\ \x9a\xdf\x7d\xd3\x2d\xdb\x14\xf1\x2f\xf9\xe0\x87\xd7\x05\x87\xff\ \x05\x6b\xce\x78\xc5\x9a\x1b\xef\xbd\xf1\xc6\x5b\x82\xa5\x17\xfc\ \xe9\x1b\x5e\xe9\xc0\xe4\xa8\x93\x4e\x0d\x6b\xcc\x05\xab\xcf\x38\ \x5e\xf7\xb2\xfb\x4d\xe7\xbe\xeb\xa2\xd9\xaf\xdd\x72\xd3\x6d\xba\ \x34\x38\xb6\xee\xb4\x13\xd0\x20\x00\xc0\x1f\x5a\x7f\xca\x71\x84\ \x90\xe2\xfb\xfe\xe4\x8f\xaf\xf9\xf6\xbf\xdc\x78\xfd\x76\xb2\xf2\ \xa4\x33\x8f\xab\x15\x57\x5c\x72\xd9\x2b\xf9\x4d\x3f\xbc\x56\x1b\ \xb8\xf9\x9c\x93\x6c\x00\xec\x4d\x67\xac\x1d\xfe\x52\xeb\xf8\x93\ \xca\x8b\x09\xc2\x73\xcc\x11\x30\x4e\x9b\x93\xf7\xde\xf6\x64\x0a\ \x11\xc1\xb8\xbd\xef\x81\x27\xda\xc5\x33\x2a\x01\xf8\x5d\x9c\xe8\ \xf0\xad\x6f\x7e\xa3\x31\x86\x1b\xb8\x94\x89\x3f\xad\xce\x45\xfd\ \x2b\xe6\x2f\xfc\x23\x28\x72\x00\x40\x18\x86\x7f\xfa\xf1\xff\xf7\ \x9a\x6b\xbf\x37\x3a\x3a\xda\x83\xd6\x11\x42\xfb\xf7\xef\xef\x41\ \x83\x61\x18\xfa\x61\x68\xd9\xde\xfc\xc2\x5c\x1c\x75\x10\x02\xc6\ \x68\xa0\x0d\x04\xd0\x68\x18\x06\xc5\x62\xb1\x6c\x33\x3d\x36\x54\ \x99\x18\x1c\x1e\x1b\x1c\x7e\xe2\x89\xad\x5c\xf1\xca\xe8\x30\x71\ \x1c\xa8\x11\x31\x08\x6a\x14\x0b\x7d\x70\x6e\xb6\x1d\x75\xcf\x7e\ \xf9\x79\xe3\xcb\x27\x1a\x8d\xfa\xfe\xfd\xfb\x6c\xc6\x1e\xba\xff\ \x57\x27\x9f\x70\xc2\xd2\x89\xb1\x52\xb9\x30\xba\x64\x4c\x6b\x38\ \xbb\xd0\x48\xd3\x8c\x67\xbc\x59\xaf\x2f\x9f\x58\xda\x5f\xab\x1d\ \xd8\xbb\xd7\x87\xaa\x56\x2e\xdd\xf9\xcb\x5f\x3e\xba\x75\x6b\xb1\ \x5a\x89\xd2\x4c\x2a\x33\x30\x38\x3c\x34\x3c\xd2\x6a\xb5\xba\xf5\ \x05\xa4\x73\x21\xd5\xfe\xc9\x49\xdb\xf1\x20\xa1\x4f\xee\xd8\x79\ \x70\x66\x96\x5a\x16\xa6\xcc\xb2\x2d\xcb\x22\x90\x80\x1e\xef\x79\ \x14\x77\x3b\x9d\x4e\xb7\xd3\x41\x1a\xe4\x59\xee\x3b\x1e\x30\x46\ \x88\x5c\x6a\x93\xe5\x32\xe3\xb2\xc7\xe5\x0e\x01\x00\x46\x42\xa5\ \x00\x50\x06\x41\x44\x18\xcf\x04\xa4\x74\x68\x68\xa4\x54\xaa\x12\ \xc2\xb2\x5c\x20\x44\x30\xa6\x8e\xeb\xfe\xdd\x67\xff\xd4\x71\x6c\ \xad\xb5\x66\xae\xb7\xed\xf6\xb1\x5f\x7c\xf9\xdb\xd3\xe0\x13\x8f\ \xb6\xd7\x4c\x8c\x85\x61\xd8\x83\x39\x95\x52\xbe\xef\xbd\xfd\xd2\ \xb7\x0e\x0c\x8e\x68\x6d\x10\x3a\x3c\xe5\x85\x31\xe6\x5c\x4c\x1d\ \x9a\x5c\xb5\x66\x9d\x65\x59\x3d\x1a\x98\xb9\xd9\xe9\x55\x6b\xd6\ \x3d\xbd\x78\x3c\xcf\xf7\xef\xdb\xb3\x62\xd5\x9a\x17\xc3\xb6\x9e\ \x9d\xdc\xbe\xed\xd1\x7b\x6f\xbc\x73\xf6\x1d\x1f\xb9\x62\x4d\x85\ \xbe\x68\xdd\x7b\xe7\x93\x4f\x8c\x2f\x5d\xf1\x4c\x9a\xec\xed\x4f\ \x3c\x3e\x30\x38\xf4\x3b\x1b\x55\x09\x21\xcd\x03\x8f\x7c\xfb\xea\ \x1b\x5b\x80\x22\xa0\xac\x60\xf0\x94\x73\xce\x3b\x6e\x59\xcd\x28\ \x69\x9e\xd7\xbd\x00\x18\x43\x19\x03\x10\x76\xa3\xa8\xd7\xc6\x63\ \x31\xa6\x7b\x42\xec\x94\x5a\x8e\x43\x08\x11\x4a\x63\x42\x09\xa1\ \x4a\x09\xa0\x80\x31\x40\x1a\x4d\x88\x4d\xbd\x40\x33\xa6\xb1\x81\ \xc4\x8d\x85\xd9\x3e\x79\xa8\x91\xeb\x52\xb5\xcf\x0b\x6b\x43\xa3\ \x23\x08\x92\x3c\xcb\x18\x66\xfb\x0f\x4e\xb3\x4e\xd7\x87\x50\x72\ \x3e\x7d\xf0\x20\x65\xb8\x52\x0c\x3d\xc7\x3a\xed\xa4\xe3\xce\x7d\ \xe9\x99\x51\xb7\xdb\xea\xb4\x1f\x79\xf8\xa1\x35\xab\xd7\xac\x3f\ \x6a\x05\x21\x0e\x30\x68\x6a\x6a\x1a\x00\x30\x35\x3b\xb7\x7b\xdf\ \x81\x5a\x60\xed\xde\xb5\x6b\xdf\xe4\xc1\x42\xb1\xc8\xa8\x95\xd5\ \x1b\xe5\x4a\xa5\x54\xf0\x8d\xc8\x64\x96\x08\x91\x05\x16\x89\xda\ \x2d\x4a\x50\xb9\x5c\x84\x90\x20\x88\x31\x42\x94\x32\xca\x18\x02\ \xc8\x40\x8c\x30\x36\x00\x22\x04\x31\xa6\x46\x81\x66\xbd\x6d\xa4\ \x22\x88\x1a\x89\x28\xc6\x98\xc0\x5e\x0d\xd4\x18\x03\x0e\x8b\xa2\ \x6b\xa3\xa1\x01\x40\x4b\xc9\x3c\x6f\x70\x74\xcc\x68\xd3\x6a\xb5\ \x7b\x62\x73\xb3\xb3\xd3\x07\x0f\x1c\x2c\x97\x2a\xcd\x66\x2b\x0c\ \x03\x6d\x16\x07\x0a\xfe\xb3\x2c\xd9\xf9\xc0\xcd\xb7\x3c\xa6\x5f\ \xf3\xce\x77\xbf\x98\x03\xc1\xf3\x35\x29\x65\x30\xb8\xee\xf7\x3e\ \xb2\x1e\x1a\x60\x00\xc0\x84\x20\xa0\x85\x90\xe6\xf9\xd6\x11\x00\ \x00\xda\x18\xc2\x68\x9a\xa5\x3d\xfe\x2d\x2e\x38\x22\x58\x29\x65\ \x33\xe6\x78\x8e\x6d\x3b\x69\xae\x6c\xdb\x4e\xe2\x2e\x02\x50\x69\ \x83\x29\x95\xb9\xc0\x94\x52\xd7\x4d\xa4\x72\xdc\x90\x78\x55\xa7\ \x36\x24\x95\x1e\xe8\x1b\x2d\x17\x8b\xc0\x68\x61\x1c\xdf\xf3\xe7\ \x5b\x53\xdd\x68\xa1\xd1\x6e\x05\x61\x60\x69\xa7\x18\x86\x63\xe3\ \x23\x03\x83\x35\x25\xf2\xfa\xdc\xac\x33\xbe\x64\xfa\xd0\xe4\xfc\ \xdc\x5c\xce\x45\x96\xf1\xfb\x9a\xcd\xfe\xda\xc0\xca\xd5\x6b\x28\ \x73\x0f\x1e\x98\xa4\xcc\x72\x5c\x0f\xdb\xf6\x8e\x3d\x7b\x09\x04\ \x0a\xe2\x4e\xbb\x23\x16\x9a\x9d\x4e\xc7\x18\xa8\x35\x28\x57\xca\ \x99\xc8\xb9\xe0\x02\xc3\x34\xcb\x05\x97\xed\x76\x67\x6a\x7a\x5e\ \x1b\xbd\x7a\xd5\x1a\x48\x19\xb3\x1c\x21\x65\xa3\xdd\xce\x25\x47\ \x10\x1a\xad\x1d\xea\x96\x43\x33\x8b\xe7\xb2\x3c\x75\x1d\x9f\x11\ \x86\x31\x4a\xf2\x96\xd4\xea\x29\x76\x78\xa3\xb4\x86\xc0\x80\xa7\ \x5a\xad\x09\x21\x08\x01\x66\x59\x49\x4a\xe2\xb8\x8b\x20\x8c\x3b\ \x2d\x8b\x60\xa8\x39\xd4\x5c\xf1\x14\x2c\x6a\x06\xfe\xa7\x99\x7b\ \xea\xab\xdf\x7f\xea\xab\x17\xff\x0e\xff\x37\x00\xe2\xd3\xca\x9e\ \x4a\x72\xf9\x6f\x6f\xc9\x67\xd1\x53\xec\x39\x80\x6d\xdb\xbd\x7e\ \x5b\x00\x61\x4f\xbf\x00\x61\xd4\xc3\x9b\x31\xc6\x46\x6b\x2d\x15\ \x06\x48\x43\x24\xa4\xc6\xd4\xaa\x0c\x0c\x95\x6a\x03\x90\xd0\xc0\ \xf1\x22\x45\x27\x1b\x99\x15\x78\x85\xa0\x10\x01\x06\x84\x28\x6a\ \x9a\x72\x63\x05\x85\x56\x96\x96\x2a\x65\x60\x54\xa1\x54\x5c\xbd\ \x6a\x45\xb9\x18\xe6\x69\xcc\xd3\x34\x74\x1c\x99\x67\x79\xb7\x6b\ \x23\x62\x90\x91\x80\xe7\x51\x7c\x20\xde\xd3\x6e\x34\x31\xb3\xb6\ \x6e\xdb\x39\x38\x34\xb2\x6e\xd3\x31\x19\x17\x53\xcd\xce\x40\xb5\ \xcf\x29\xda\xc4\x0d\x1b\xf3\xf3\x88\xf0\x46\x2b\xea\x26\x19\x73\ \x7d\x2f\xf0\x16\xea\x4d\xa2\xa0\xa2\xce\x42\x7b\x76\xa6\x99\x34\ \xdb\x9d\x72\xa5\x52\xad\x0d\x62\x66\x31\x6a\x43\x8c\x14\x9c\x9a\ \x5d\x98\xd7\x4a\x20\x64\x18\xc1\xc2\x18\xaa\x35\xa2\xd4\x26\x14\ \x23\x82\x09\xb4\x0c\xe3\x49\x24\x95\xd1\x1a\xf6\x3a\x1a\xb4\x92\ \x00\x42\x82\x31\x24\x90\xe7\xe9\xfe\xbd\xbb\x09\xa1\x3d\x26\x68\ \x9e\x26\x4a\x68\x8c\x41\x9e\x25\x8c\x20\x04\x16\x43\xc1\xa2\xfd\ \x17\xa9\x26\x3c\xa7\x8d\xf8\xef\xd6\x14\xb5\xb1\x6c\xbb\x37\x78\ \x48\x28\x75\x1c\x27\x08\xc3\x66\xb3\x09\x20\xb4\x2c\xab\x17\x2c\ \x28\xa5\x96\x6d\x31\x66\xf1\x24\x43\x88\x00\x00\x8b\xd5\xbe\xc1\ \x91\x51\x85\x19\x71\x9c\x34\x87\x1a\x90\x6e\x37\x6f\xce\xd7\x1d\ \xcb\x1a\x2a\x57\x2a\xb6\xed\x60\x22\x45\xba\x63\xef\xf6\x56\xa7\ \xe5\x33\x6c\x94\x88\xa3\xae\xe1\xd9\x96\xcd\x27\x23\xa3\xa0\x90\ \x3c\x4b\xb3\x34\x36\x5c\x30\x44\x10\xa5\xcc\xc5\x4a\xc9\x34\xcd\ \xbb\x8d\x26\x57\x2a\x4b\xa2\x4e\xbb\xdd\x58\x98\x27\x94\x8e\x4c\ \xac\x0a\xc3\x22\x81\x28\x89\x3a\x99\x80\xa9\x82\xc0\x28\x3f\xf0\ \xda\x51\xa2\x30\xe6\x06\x71\x64\xb9\xe5\xc1\xb2\x80\x51\x94\x24\ \x1a\x2b\xc8\xb0\xe5\x61\x42\xb2\x5c\x2c\xd4\xeb\xb3\x73\xb3\xca\ \x28\x8b\x02\x86\x01\x81\x12\xaa\x94\x61\xc1\xa5\xcc\x92\x3a\x25\ \xcc\x67\xa1\xe7\xb9\x49\x9e\x41\x25\x95\x52\xf0\xa9\x0e\x6b\x68\ \x00\x42\x48\x4a\x0e\x0c\x04\x08\x28\xa0\x7a\xa3\x0d\x46\x09\x4a\ \x29\x52\x50\x09\x49\x09\x31\x46\x81\x5e\xa3\xc5\x7f\x5d\x94\xb9\ \x7d\xd7\x2f\x1e\xec\xdf\x78\xfa\xf2\xd2\x53\x58\x1c\xaf\xdf\x7e\ \xe7\xe3\x4b\x4f\xd8\x5c\x83\x9d\x1c\xda\xa1\xbb\xd8\xd0\xf3\x22\ \xb2\x67\xcb\x11\x80\xc1\x8c\x05\xc5\x42\xb1\x58\xb4\x6d\xdb\x71\ \x9c\xbd\xfb\xf7\x65\x69\xaa\x21\xc8\xa5\xa0\x5a\x51\xc2\x3c\x37\ \xe8\x5a\x9d\x2c\x4e\x90\x46\x0a\x00\xdb\xf5\x30\xb5\xf3\x9e\xaa\ \xa1\x81\xd4\x60\x09\x60\x26\x75\xb3\x33\xd7\x9a\x9b\x5b\x3b\x38\ \x34\xe4\xd9\x3c\x6e\x12\x95\x87\x1e\x01\x4a\xa6\x71\x5a\x0c\xbc\ \x7d\x3b\xb7\x7f\xf7\xc0\x3e\x9e\xa5\x2e\xa5\x04\x21\x46\x11\x30\ \x40\x1b\x84\x89\xad\x94\x48\x92\x48\x69\xa9\x8c\x9e\x59\x68\x68\ \x84\x2d\xdb\x49\xe3\x38\xe3\x59\x06\x30\x52\x58\xf3\x7c\x66\x6a\ \xbe\xdd\x8a\x3a\x9d\xd4\xb6\x68\xd9\x0d\x93\x3c\xb1\x0c\xf2\x4a\ \xfd\x41\xa9\x1a\x47\x09\xb4\x53\xa4\x28\xf5\xb5\xd2\xba\x1d\xe7\ \x18\x09\xc7\xb2\xb5\x46\x4a\x09\xca\x0c\xd0\x52\xaa\xd4\x73\xe9\ \x40\x9f\x13\xba\x13\x8a\xcb\x24\xcb\xa3\x38\x15\x46\x66\x12\x41\ \x84\x3c\xcf\x03\x30\xe7\x52\x42\x08\x09\xa1\x10\x28\x2d\x04\x30\ \x50\x09\x49\x2d\xe0\x59\xae\x31\x50\x08\x65\x8c\x52\x1a\x48\xa9\ \xa5\xd2\x10\x1e\x1e\x58\x3a\x32\xa1\xc0\x74\x0f\xde\xfd\xab\xdd\ \x2b\x4e\xde\x5c\xb3\x7e\xe3\x03\x0f\x6e\xbb\x6f\x2f\x1f\x3c\xed\ \xe8\xd1\x7f\xe3\x6d\x0b\xdf\xbb\xfa\x7b\x67\x2d\x39\xed\xd7\xb1\ \x40\x1c\xba\xe6\x9b\xd7\xbd\x6d\xfd\xa9\x07\x6e\xb8\xf2\x26\x76\ \xfe\xc7\xde\x7c\xea\xa2\x87\x2c\xc6\x82\xc3\x57\x0b\xcf\xf5\x56\ \xae\x5a\x59\xab\xd5\xc2\x20\xe8\x8d\x0c\x11\x42\x8c\x10\x3d\x9d\ \x45\x84\x90\x36\x3a\x8d\xe2\xa8\xdb\x45\x10\x29\x6d\x6c\xdb\xf1\ \xfc\x20\xe7\x5c\x61\xcc\xb9\x74\x91\x03\x8d\x36\xca\x50\x4a\x12\ \xa3\x3a\xcd\x16\xea\xaf\x76\xe6\x67\xea\x73\x07\x98\xa3\x0d\xe0\ \x88\x12\xbb\x1c\x50\x80\x28\x81\x73\x33\x33\xf7\xdf\x73\x8f\x6f\ \xdb\x14\x41\x2d\xb5\xc5\x28\xb3\x5c\x4c\x1d\x03\x0c\x41\x06\x51\ \x98\x65\x69\x94\xe7\xb5\xa1\x11\xc1\xb3\xf9\x85\x79\x61\x50\x26\ \x6d\x23\x0d\x01\xd4\x10\x07\x62\x07\x53\x57\x18\xb9\xff\xe0\xb4\ \x57\xf4\x88\x50\x49\xc6\x33\x94\x22\x88\x53\x8d\x1b\x9d\xa4\xd9\ \x8e\x42\x3f\x08\x0b\x15\xdb\xb6\x28\x26\x73\x0b\x0d\x6d\x84\x92\ \x39\xc6\x7a\x68\xa0\x38\x5c\x2b\x10\xc8\x81\xae\x00\x00\xb2\x8c\ \x37\x1a\xad\x85\x66\xb6\x7f\x3a\x76\x6c\x87\xd9\x8e\x90\x3a\xe3\ \xbc\x37\x70\x21\x45\xae\x85\x70\x1d\xab\xbf\xd6\x6f\x5b\x08\x21\ \x04\x20\x4a\x12\x91\xa6\xbc\xd5\xee\x70\x21\x11\xa6\x4a\x2a\xcf\ \xb7\x20\x84\x47\x28\x4d\x90\x53\xdf\xfc\xf2\xe7\x4e\x1f\x3c\xfe\ \x92\xd5\xee\xfc\x63\xb7\x7c\xf7\xce\xee\x5b\xfe\xc7\x85\x01\xc8\ \x6e\xfb\xce\x55\x0f\x2c\x79\xff\x69\x47\x8f\xe6\x9d\xf9\xe9\x7a\ \x5a\x1c\x18\x2a\x3a\x04\x00\x00\x4c\x3e\x73\x70\x46\xca\x39\x05\ \xc9\xe1\xd9\x24\x9d\x4e\x1f\x9c\x53\x59\xdd\x60\xac\x14\x5e\x73\ \xf6\x9b\xcb\xb0\x1f\x00\x93\x74\x1a\xf5\x66\xd7\x50\x6f\x70\xb0\ \x8f\x1e\x8e\x33\x62\xee\xd0\x54\xa2\x48\xb1\x5c\x29\xf8\xf6\xa2\ \xd6\xda\x8b\x22\x16\x28\xad\xab\x95\xc2\xb2\xa5\x23\xae\xe3\x01\ \x88\x11\x22\x79\xc6\x29\xb1\x81\xc6\x22\x11\x4e\xe0\xf8\x96\xdf\ \x8a\x5b\x33\xf3\xd3\x59\x1e\x23\x42\x8d\xd6\x10\x02\x6a\x20\xcc\ \x24\xb3\xb1\x42\x90\x11\x6d\x23\x4e\x10\x88\xdb\x0b\x8e\xe8\x14\ \xca\x16\x34\xdd\x85\x85\xba\xd1\x09\x16\x00\x41\x09\x11\xd3\x06\ \x18\x4c\x3b\x6d\xde\x89\x3a\x98\x12\x83\xc8\xc0\xc8\xc8\xd0\xc0\ \x70\xa5\x54\x2c\x96\x2a\x88\x50\x4c\x70\x9a\x25\xb6\x4d\x85\xc8\ \x3b\x51\x17\x52\x3c\x32\xd4\x57\x0e\xb0\x02\x90\x71\x10\x8b\x16\ \xd2\x9a\xea\x2e\x94\x2d\x86\x32\x9e\xc6\x8d\x56\x03\xab\x6a\xd5\ \xc1\x08\x31\x0b\x63\xce\xa5\x4e\x73\x95\xe5\x0e\x61\x40\x69\x03\ \x21\x61\x4e\x27\x4e\x3b\x99\x04\x32\x0e\xac\xac\x56\x2b\x2f\x1d\ \x2b\x3b\x0e\xea\x74\xe2\x44\x24\x42\xe8\x20\x2c\x8f\xf5\x0f\x04\ \xcd\xdc\xf8\xcd\xb0\xd5\x15\x42\x73\xa1\x92\x24\x0e\x3d\x67\x6c\ \x6c\x18\xa8\x4c\xeb\xac\x5a\x2e\x84\x3e\xcb\xe2\x4e\x9a\xe6\x00\ \xe2\xd4\x63\x9d\x18\xe7\x59\x27\xcb\x25\x22\x48\x43\x6d\x8c\x3c\ \x62\xab\x08\x4b\x2b\x57\xd4\xfa\xf6\x6e\x9b\x01\xab\xc7\x1f\xb8\ \xf3\x27\xdf\xfe\xe6\xd4\xba\xd7\xbd\x6a\x73\xa9\x31\x7d\x08\x9d\ \x7a\xe1\x8a\xf9\x5d\xb7\x7d\xfe\xef\xaf\x4f\x0d\x48\xd0\xe0\xbb\ \x3f\x7c\xc5\xc6\x52\xeb\xeb\x57\x7e\xf2\xe7\x93\xa6\xe2\x26\x4f\ \xb6\xe1\xab\x6c\x02\xe2\x43\x5f\xfa\x8b\x3f\xbf\x77\x96\x14\x59\ \x7b\x6f\x1a\xba\x16\xd8\xfe\xb3\xaf\xdf\x6a\xbf\xf6\x7f\x15\xea\ \x9f\xfe\xc8\xc7\x0e\x90\x01\x94\x2c\x94\x4e\x78\xdd\xff\xfc\xfd\ \x57\x16\xf2\xd9\x6b\xbe\xf0\xe9\x9b\x76\xe6\xbe\x6e\xd5\xfd\x63\ \x3f\xf9\x89\x0f\x8e\x2f\xca\xa9\xbc\x28\x72\x04\x03\x30\x36\x4a\ \x66\x52\x51\xa9\x00\xc6\xb6\xd2\x10\x18\x84\x88\x1d\x7a\xe5\x55\ \xcb\x56\x4c\x2c\x1d\xef\xaa\x64\x60\xc9\x92\x03\xd3\xd3\x73\xd3\ \x33\xbc\x13\x29\xad\x4d\xc6\x03\x0f\x6b\x44\x52\x2d\x91\x12\x5a\ \x29\x8b\x90\xd1\x90\xe0\x42\xc9\x26\x40\x8b\x0e\x37\xa2\x77\xb7\ \xd0\x40\x13\x0a\x31\x42\x82\x0b\x9b\x39\x59\x96\x06\x85\xc2\xfa\ \x75\x47\x6f\x58\xb7\x81\x52\xdb\x68\x4d\x08\x8e\xe3\x36\xb1\xb1\ \xef\x84\x7d\xb5\x1a\x44\x26\xf0\x5d\xad\xb8\x56\x39\xcf\xda\x16\ \xc2\x65\xcc\x60\x96\x6b\x25\x3d\xd8\x91\x24\x09\x7d\xc3\x31\x2c\ \x10\xb7\x1c\xb0\xa5\x25\x1f\x12\x1b\x87\x6e\xab\xdd\xa1\x7d\xb6\ \x0b\xdc\x4e\xa4\x32\xce\x67\x0e\xed\x9a\xc2\xac\x95\x64\x51\x1c\ \x57\x3d\xb8\x61\x59\x7f\xff\x40\x5f\x22\xb2\x6e\x9c\x1b\x0a\xc3\ \xa0\x56\x2c\xf5\x17\x2b\x43\xda\x58\x6c\xae\xe1\x56\x92\xfd\xfb\ \x27\xbb\xed\x88\x11\x82\x80\x7c\xc9\x09\xc7\xae\x3b\x6a\xd9\xde\ \xbd\x4f\xcc\xce\xee\xb5\x58\x6a\x78\x5b\x66\x1d\xc5\x15\xc2\x84\ \x62\x1c\x7a\x44\x0d\x16\x6d\x2f\x6f\x76\xa2\x2c\x93\xda\xe4\x47\ \xb0\xd7\xa8\xb8\x69\x49\xf0\xa3\x5d\xdb\x54\x4e\xb6\xcd\xba\x17\ \x9c\xb7\xec\x81\xdb\xb7\x9e\x72\x66\x3e\x29\x47\xce\xab\xc8\xeb\ \xfe\xfa\xcb\x60\xcd\x9b\xdf\x73\xfa\xe8\x8f\xff\xe6\xe3\xd7\x5c\ \x7f\xb7\xbf\xfa\xb1\x9f\xce\x0e\xfc\xd9\x67\x3f\x34\xc8\x1f\xb9\ \xe2\xa3\x5f\x45\xd0\xec\xbc\xf5\x2b\x77\xa4\xab\xfe\xf2\x73\xff\ \xa3\xd8\xb8\xfb\x03\x1f\xfb\x81\xd2\x46\x4b\x2e\x94\xd1\x71\xbd\ \x21\x06\x2f\xbb\xf2\xd3\xcb\xe2\x5f\x5e\xf1\xe1\xaf\x3d\x72\xc1\ \x79\xc3\xdb\xae\xf9\xe1\xae\xbe\x2b\xaf\xbc\xbc\x5a\xbf\xe3\xb2\ \x4f\xde\xdc\xce\x01\x58\x8c\x05\x2f\x86\x58\x00\x21\xe0\x12\x46\ \xb9\xd6\xd8\x20\x44\x0d\x65\x76\x60\x1f\x7f\xf2\x69\xb5\x6a\x5f\ \xb5\x50\x8e\x3a\xed\x28\x4e\x20\x29\xac\x5c\x3d\x5e\x1b\x6e\xb7\ \xda\xf5\x5f\xdd\x79\x07\x11\x0a\x11\x93\xe7\x5d\x4c\xb9\x81\x0a\ \x02\x4a\x08\x41\x48\x40\xa8\x45\x9a\xb6\x63\x4e\x80\x31\x2a\x0f\ \x3c\x87\xd9\x56\xb9\x54\xc2\x94\x22\x8c\x28\xa1\x69\x9c\x22\x84\ \x57\xaf\x59\xbd\x66\xc5\x51\x79\x96\xcf\xcf\xcf\x96\x4a\x25\x28\ \x72\xa0\xba\x9a\x73\xbf\x10\x42\xc0\x09\x65\x49\x9e\x64\x59\xa2\ \xb5\x34\x52\x60\xac\x73\xc9\x2d\x88\xa9\x6d\x55\x46\x87\xf2\x4a\ \x25\x4d\x62\xc9\x45\xdc\xed\x66\x71\x9e\x44\x49\x58\x82\x3c\xda\ \x5b\x0b\xbd\x91\x6a\x29\x9d\x70\xe2\x24\x6b\x45\xdd\x84\xcb\x54\ \xe8\x28\x63\x59\x0e\x06\x83\x55\xb5\x80\xa6\x22\x13\x0a\x15\x8b\ \x7d\x41\xa9\x14\x14\xab\x10\x39\xcd\x56\x96\xe7\x89\x6b\x7b\x04\ \x01\x0c\x87\xa7\xa6\x66\xf2\x24\x1a\x5f\x32\xe0\x3a\xf8\xe0\xc1\ \x3d\xad\xe6\xac\x94\xa9\x92\xd2\x42\x18\x63\x66\xdb\x1a\x40\x9a\ \x4b\x83\x01\xf6\x5c\x4f\x6a\xcc\xa5\xf6\x3c\x32\x3e\x3e\xd1\x83\ \x0c\x8e\x8c\xad\x3e\x6e\xe9\xd7\xae\xdf\x71\xef\x3d\xad\x66\xb0\ \xe9\x7d\xaf\x09\x3f\xf3\xa5\x5b\xef\xad\x84\x7a\x64\x7c\xd0\xcb\ \x0f\xed\x9d\xab\x5b\x0f\xfc\xcb\xc2\x43\xbc\xbc\xe1\x84\x15\x85\ \xbd\x8f\xef\x5e\xb2\xfe\xfc\xf1\x80\x01\x53\x0d\x28\x05\x4a\x1e\ \xd8\x31\xb9\x6c\xd3\x3b\x06\x5d\x0a\x60\xd5\x25\xc4\x3c\x63\x07\ \x60\xc6\x28\x45\xee\xf0\xca\xd5\x45\x98\xb4\x9a\xbb\xf7\xec\x1a\ \x3a\xf9\x2d\x4b\x42\x26\x22\xc7\xa2\x78\x31\x41\x78\xf1\x60\x87\ \x46\x18\x92\x6b\xc7\x21\x01\xb1\x5d\x4c\x6c\x08\xf1\x78\x75\xa4\ \x5a\x2a\x3e\xfa\xe0\x83\xf7\xdf\xff\x4b\x8c\x28\xa0\xc5\x13\x4e\ \x3e\xc5\x60\xcf\x0f\xd0\xd8\xb2\xd5\x20\xe9\xba\x14\x29\x93\x53\ \xa4\x7d\x97\x50\xac\x80\x14\x79\x2e\x79\x9a\x61\x00\x18\x45\x9e\ \xe3\x0e\xf5\x8f\x39\x16\xf3\x3d\x57\x4a\xc9\x65\x0e\x20\x64\x94\ \x2a\xa1\x86\x86\x02\x08\xe0\xa1\xa9\xfd\x3d\x19\xc3\x7a\x83\x17\ \x03\x7b\x74\xa4\xe6\xf9\x81\x50\xa0\x19\x75\x18\x70\x29\xb3\x99\ \x6d\x0b\xc1\xa3\x3c\x27\x40\x33\x44\x08\x84\x5a\x4a\xa8\x0d\x35\ \xa6\xde\xea\xb4\xda\x1d\xc7\x76\x20\x80\x93\xfb\x0f\xf0\x5d\x11\ \x17\x0b\x23\xc3\x83\xc5\x52\x48\x29\x71\x5d\xcf\x29\x50\xae\x88\ \x42\x34\x15\x52\x43\x0c\xa5\xc8\xf3\x94\x3a\xd6\xc8\x60\x5f\xb1\ \x54\xe4\x52\x09\x61\xb2\x54\x19\x45\xa0\x36\x4a\x29\x2d\x05\x86\ \xaa\x5a\x0e\x09\x30\x69\x37\x4a\xe3\x76\x24\x13\x8c\x60\xe8\x7b\ \x51\xd4\x96\x52\x23\x44\x21\xc6\x4a\x43\xa9\x85\xd4\xc6\x71\xbd\ \xda\xe0\x12\xdb\x0d\x1c\xd7\x2f\x14\xcb\xbf\xc1\xec\xf2\xff\xb3\ \xd5\xd6\x9c\x5a\xfd\xea\xdf\x7c\xf9\xeb\xee\x99\xef\xfd\x58\xff\ \x04\x5a\x46\xaf\xff\xca\x3f\x35\x96\x9e\xf7\xc1\x6a\xc1\xf3\x4a\ \x61\x75\xcb\xc5\x1f\x38\x67\x79\xef\xc9\xed\xd1\x8d\xfb\x6e\x7a\ \x78\x2a\x3f\x7b\x88\x28\xa1\xa4\x82\x64\x64\x62\x60\xd7\xbd\x0f\ \x2d\xbc\xfe\xa4\xaa\x56\x52\xc9\xdf\xe0\xc1\xeb\xa9\x40\x48\x69\ \x20\xd0\x98\x0d\x54\xfb\xe7\xee\xdf\x1a\x9b\x13\x50\x9e\x72\x65\ \x16\x63\xc1\x8b\xa8\x8e\x00\xa9\x2f\x70\xd8\xce\x20\xe2\x02\x62\ \x60\x0c\xf0\x32\x15\xe5\x62\xaa\xd9\xb2\xc2\x70\x64\x78\x4c\x81\ \x30\x16\x5a\x71\xc1\xb3\x6c\x66\xae\xa1\x3a\x8d\x91\xbe\x82\xeb\ \x40\x0c\x84\xe2\x79\x06\x00\x50\x06\x43\xe8\x38\x38\xf4\xfd\xd0\ \x0f\x06\xfa\xfa\x02\xc7\xeb\xb4\x3b\x4a\x9a\x2c\xcd\x15\xe0\x00\ \x02\x29\x39\x00\x06\x40\x4d\x08\x85\x04\xc6\xdd\x64\x61\x7e\x61\ \xc9\x92\xf1\xd5\x47\xad\xa5\x14\x74\xa3\x58\x23\xec\x17\x2a\x06\ \x40\x08\x11\xe7\xdc\x28\xc0\x30\x63\x04\x21\x21\xd2\x6e\x1c\xc7\ \x49\x9e\x0b\xcb\xb2\x3d\xcb\xce\x48\x86\x34\xb4\x2d\x2b\xee\xc6\ \x18\xd0\xb2\x5f\x6b\xcf\xc5\x8d\x99\x96\xc5\x58\x5f\xad\xcf\x0b\ \x0a\x1a\x61\x40\x4c\xde\xcd\x21\x65\x41\xb9\x30\x3a\xb6\xb4\x58\ \x2a\x18\xa0\x85\x10\x46\xe6\x4a\x49\x46\x18\x71\x50\x9b\x67\x79\ \xd6\x8d\x93\x48\x2b\x49\x01\x0a\x1d\x37\xb4\x9c\x34\xed\xe6\x19\ \x6d\x35\xe7\x94\x02\x18\x5a\x1a\x80\x5c\x6a\x6d\x34\x80\xd4\x71\ \xbe\x2c\x32\x03\x00\x00\x20\x00\x49\x44\x41\x54\x02\xd7\x2b\x94\ \x6b\x03\x96\xe3\x27\x09\xd7\xe6\xb0\xfa\xd1\x11\x5b\x48\x5c\x59\ \x7d\xec\xe0\xfc\x67\x1f\xd9\xf4\xc9\x8d\x55\x00\xc0\xe6\x63\x46\ \xbe\xfe\xaf\x5b\x5f\xf6\xa7\x1b\x00\x62\xaf\x7d\xe7\x6b\xff\xf2\ \x1f\x3e\xf5\xe1\x5b\x07\xec\xb0\x76\xe1\x3b\x3e\x70\xdc\x19\x97\ \x9e\x75\xef\x9f\x7f\xec\x43\x7f\x38\xe8\xa7\xfb\x32\xea\x30\xb8\ \xfa\xec\x77\x9e\x74\xdf\xa7\xfe\xd7\x87\x3f\xda\xc7\xda\xd3\xa0\ \x14\xda\x70\x96\xe7\x9c\x6a\x60\x54\x9e\x73\x6d\x00\x00\x86\x67\ \x59\x9c\xe1\x8d\x67\x5d\xb2\xf1\xae\x4f\x7d\xe4\xa3\x7b\xaa\x6a\ \xea\x50\x3e\x88\x16\x83\xc1\x8b\x06\x2f\xd0\x98\xb9\x0a\xb9\x89\ \x90\x08\x41\x02\x11\xa5\x34\xd5\xc0\x02\x68\xcd\xd1\x1b\xbb\x9d\ \x25\xad\x46\x3b\x6a\x47\x8d\xc9\x86\x1b\xb8\x94\xa0\x42\xa9\xec\ \x15\x0b\x03\x05\x17\x9a\x1c\x11\x91\xea\x14\x22\x65\x31\xec\xfb\ \x7e\x5f\xb5\x1a\x7a\x01\xd4\x40\xf0\x3c\x4e\x62\xa5\x14\xcf\x38\ \x84\x00\x22\x24\x15\x47\x10\x11\x4c\x84\xc8\xf3\x2c\x43\x00\x59\ \x16\x1b\x9f\x18\x65\x0c\xdf\xfb\xd0\xc3\xd8\x2e\x78\x7e\x10\x86\ \x21\x82\x50\xa4\x19\x23\x98\xa7\x51\xc1\xb7\x91\x86\xf5\x03\x33\ \x04\x98\x3c\xcb\x31\x26\xdd\x46\x73\x2e\xe7\xe5\x72\x5f\xd4\xee\ \x32\xcb\xb6\x6d\x87\x12\x66\xb3\xd0\xb6\xad\x99\xce\x21\xa5\x28\ \x02\xd6\xc2\x1c\x4f\xd2\x3c\x97\x5a\x28\x53\xea\xab\xad\x58\xba\ \xa6\x3c\x54\xd4\x44\xf1\x3c\xcb\xd3\x44\x48\x2d\x38\xc8\x53\x1d\ \xb5\x1b\x9d\x4e\x9a\xa5\xc2\xf5\x9d\x34\xe2\x46\x6b\xdf\x0d\x00\ \x25\x73\x33\x73\x84\xe0\xbe\xca\xb0\xc3\xdc\x34\x8b\xe2\xb8\x9b\ \x64\xb1\x06\x12\x18\xe0\x79\x61\xa5\xda\x57\xae\xf4\xe7\x4a\x77\ \xba\x31\xc2\x98\x12\x16\x45\x5d\xad\x14\xa0\x47\xac\x61\xd6\xba\ \xe0\x8a\x2f\x9c\x90\xfa\x83\x04\x00\x00\x56\x9f\xfb\xee\xab\x8f\ \x7e\x5d\xdf\x18\x03\x00\x2c\x3d\xf9\x92\x2b\x97\x9e\xb8\xe7\xe0\ \x02\xf2\xca\x13\x25\x08\xac\xe1\x77\x7d\xec\xca\x2d\x4f\xee\x6c\ \xa5\xf0\x6d\xfd\x43\x23\x15\x00\xd0\xf8\xfb\x3e\xf1\x57\x3b\x9e\ \xdc\xd5\xe1\xe8\x1d\x83\x23\x63\x3e\x18\x79\xed\x1f\xad\x44\x65\ \x14\x80\x3f\xfa\xdf\x63\x55\x1f\x00\x54\x7d\xfb\xc7\xff\x37\xab\ \x38\xc6\x5b\xfe\xde\x8f\x7d\xea\xc0\xa1\xe9\x43\x8f\xdf\xbc\xeb\ \x96\xc8\x5e\xec\x3f\x78\xf1\xe4\x08\x10\x11\x65\x70\xa1\x50\xf4\ \xc3\xc0\x76\x9d\x2c\xcb\xf6\xec\xda\x09\x0c\xa8\x94\xfc\xd9\xf9\ \xc6\x13\x8f\x3f\x22\x04\x37\x18\xf5\x0d\xf4\x23\x00\x8a\xbe\xb7\ \x76\x62\x22\x9d\x9f\x8f\x5b\x75\x04\x68\xe0\xb8\x61\x91\x14\x8b\ \xb6\x94\x8a\x20\x98\xa6\x31\x86\x38\x4f\x72\x49\x84\x96\x1a\x68\ \xa8\xb4\x44\x44\x1b\xa3\x93\x34\x47\x10\x19\x63\x3c\xd7\x55\x42\ \x70\x63\xe2\x38\xb2\x6d\xab\xc3\xe9\x64\xbd\x35\x3d\x3d\x8b\x20\ \x0c\x5d\x3b\xb4\x6d\x0b\x9b\xfe\x82\xb7\x61\xd5\x52\x0a\x64\x67\ \x66\xde\x20\x28\xb5\xa9\x56\xfb\x2c\xdb\x13\x0a\x75\xbb\x71\xa3\ \xd1\x0a\xc2\x30\x4d\x33\x46\x99\x32\x20\x95\x46\x20\xd6\x68\xb5\ \xc7\x4a\x65\x48\xf0\x4c\xbd\x85\x30\x6d\x45\xd1\xd0\xb2\x95\x98\ \x39\x71\x92\x23\x6a\x38\x57\x82\x83\x76\x27\x69\x36\x9a\x22\xe3\ \x87\x0e\x4c\x69\x0d\xe3\x6e\x56\x2a\x15\xaa\xfd\x45\x9e\xf3\x85\ \xb9\xb6\xc8\x05\x04\x8c\x62\x16\xc7\x3a\x4e\x00\x26\x41\xa1\x10\ \x22\xda\xe2\x52\x14\x8b\xa5\x52\xa5\x92\x66\x3c\xce\xb8\x36\x90\ \x50\x3b\xcb\x79\xb3\xd5\xe8\xe9\xce\x1f\xc9\x34\xc1\x2f\x8f\x3c\ \xcd\x6d\x08\x9d\xe2\xd8\xc4\xaf\x05\x51\x0a\x03\x13\x9b\x06\x26\ \x9e\xb1\xec\xfe\xf2\xb5\x9b\x7e\xe3\xcd\x2c\x5c\xb9\xfe\x98\xa7\ \xbf\x0b\xaa\xa3\xbd\xf9\xc3\x91\xb1\x1e\x36\x48\xfb\x97\x8c\x01\ \x00\x92\xbd\xf7\x7f\xf9\x5b\x3f\xec\x60\xbf\x35\x75\xe8\xb4\x97\ \xbf\x7d\xcc\x5d\xf4\xa0\x17\x0b\x76\x88\xba\xdd\x6e\x96\xa7\x2c\ \xc5\x5c\x8a\x12\xac\xb4\xda\xad\x9c\xe7\xc6\x98\xa9\xa9\xe9\xc9\ \x03\x07\x3b\x0b\x0b\x08\xe5\xd0\x22\x07\xf7\x35\x2b\x95\x41\xdb\ \x80\x99\xa9\x69\x13\x45\x86\x0b\xcf\xf1\x06\xfb\xfb\xfd\x12\xe5\ \xbc\x9d\x66\xa9\x91\x1a\x43\xac\xb1\x26\x94\x40\x60\xa4\x52\x10\ \x20\x60\x8c\x36\xc0\xf3\x42\xa5\x22\x68\x00\xa5\x84\xe7\x42\x72\ \x91\xaa\xd4\xb2\x2c\x29\xa5\xef\x97\x97\x14\xfb\x90\xe5\xed\xd9\ \xb9\x43\x4b\x2d\x73\x39\x58\x29\x58\x96\xdf\x6c\xc6\x79\xa7\x11\ \x47\xdc\x58\x4c\x68\x3d\xbf\x7b\x3f\x00\x00\x02\xc8\x18\xb5\x1c\ \xaf\xd3\x8d\x99\x45\xe3\x2c\xf5\x02\xdd\x6e\xcf\xd6\xfa\xaa\x31\ \x6f\xe4\x3a\x52\x06\x2b\x18\xe7\x0a\x44\x79\xe7\xae\x5f\xde\xfc\ \xf3\x7b\x40\x5f\x5f\x75\xc3\xfa\x75\xcc\xb2\xa2\x28\x21\x00\xc9\ \x4c\xa6\x51\x5e\x2a\x96\x19\x65\xb1\x9b\x18\x08\x66\x67\x16\x04\ \x17\x08\x11\x08\x71\x9e\xe5\x94\x61\xc9\x55\x92\x6a\xd7\x71\x20\ \xc1\x08\xfb\xd0\xa4\x00\x31\x44\x6c\x65\x74\xbb\xd3\xb1\x6d\xdb\ \xf7\x03\x29\x35\x42\xd0\x0f\xc2\x9e\xb8\xe3\x7f\xa7\xed\x62\x0f\ \xae\xbe\xe0\x75\x4e\x33\x91\x7e\x65\x78\xd9\x92\xbe\xc5\xd1\xe1\ \xff\xfa\x06\x11\xb6\x2c\xf6\x7f\x24\x73\x5a\x8a\x5c\x88\xff\xa3\ \x15\xee\xdf\xe5\x2f\x80\x30\xcb\xe2\x24\xea\x00\x2d\x2c\xdb\xb1\ \x6d\xbb\x31\x3f\x67\x11\xea\xda\x76\xb7\xb9\x10\x75\xba\x40\x08\ \x88\xa5\xd2\xa2\x3c\x30\x54\x29\x97\x88\x04\xf5\x85\xf9\x00\x81\ \xb1\xc1\xfe\x6a\x25\xc8\x65\xda\x98\x6b\x32\x1b\xdb\xcc\x76\x1c\ \x37\x8e\xe2\x66\xbb\x85\x11\x62\x94\x6a\xa5\x11\xc2\xc0\xe8\x4a\ \xb1\x92\xf3\xdc\xb6\x9d\xb8\x1b\xc5\x71\x52\x08\x43\xdb\x76\x64\ \xce\x1d\xc7\xc9\xb2\x2c\xcf\x23\x91\xab\x55\x13\xb5\xa5\x43\xa5\ \x6e\x27\x82\xca\x38\x96\xc5\xb5\xda\x31\x39\x9d\xb4\x5b\xd0\xe8\ \x62\x9f\xdb\x8d\xbb\x00\x40\xdb\xb2\x28\xc6\x98\x31\xa1\x92\x94\ \x73\x6a\x93\x76\xab\xdd\x49\x22\xc3\x60\x37\xc5\xd4\xc1\xcd\x6e\ \x3d\x4d\x22\x4a\x69\xff\xd0\xd0\xf4\xfc\x94\x46\x62\xc3\xc6\x63\ \x42\xaf\xc0\xe3\x34\x8f\x93\x3c\x13\x94\x12\x99\xf3\x6e\xa7\xcd\ \x28\x35\x4a\x7a\x3e\xab\x37\x9a\x10\x21\x83\x00\xc4\x00\x63\x5c\ \xf2\x8a\x4a\x1b\x08\x88\x5f\x28\x59\xcc\x12\x42\xf0\x2c\x8e\x73\ \x99\x2d\x34\xa3\x54\xfa\x41\x50\x28\x96\x85\x54\x51\x94\x32\xcb\ \x2e\x14\x70\x4f\xdc\xf1\xbf\xd9\xc6\x42\x76\x30\xbe\x6a\xdd\xf8\ \xa2\x87\xbd\x50\xd6\x0b\xe3\xa4\x79\xf0\xce\xfb\x1e\x4f\x00\x26\ \x94\x20\xad\x7a\x00\x57\x65\xf9\xba\xa3\x97\x0d\xe3\xdf\xe4\x36\ \xfa\x77\xfb\x0e\x01\x40\xc0\x00\x23\x08\xb2\x6c\x86\xb5\xcc\x15\ \xe7\xb6\xc5\xa2\xa8\xa3\xa5\x84\x5a\x13\xcb\xc6\x42\x03\xae\x97\ \x0c\x8c\x3a\x7e\xd0\x69\xb4\x06\xfb\xfb\x86\x8a\x7e\x60\x9b\x6e\ \x77\x5a\x81\x1c\x62\x92\xb7\x90\x01\x9a\xa7\x8a\x8b\x5c\x09\x6d\ \xa0\x81\x06\x1a\xa3\x09\x01\x08\x81\x7a\xbd\x09\x20\x4c\xa2\x6e\ \xe0\xf9\x9e\xeb\x75\x3b\x91\xd1\xca\xb5\xec\x1e\x69\x8a\x6d\xab\ \x00\x77\x51\xd4\x71\x99\x4f\x7c\x54\x28\xd4\x0c\xb4\x0e\x4d\xcd\ \xcc\x65\x82\x7a\xc5\xc0\x75\x1b\x69\xe4\xf9\x15\x08\x8c\xe3\x58\ \x59\x12\xcd\xcf\xcc\xf5\x55\x4a\xe5\xbe\x4a\xbb\xb9\x90\x8b\x0c\ \x1b\x46\x91\xdb\x58\x88\x4b\x85\x10\x29\x82\x2c\x32\x3c\x32\x02\ \x31\x3a\xfb\x8c\xf3\x2c\xc7\x49\xb3\x3c\x70\xdd\x6e\xab\xa5\xb5\ \x26\x06\xd4\xe7\xe7\x30\x22\x9e\x65\x75\xa3\x0e\xf4\xbc\x5a\xad\ \x62\x3b\xf4\xc0\xcc\x74\x58\x72\x29\x25\xdd\x4e\x57\x18\x29\x94\ \xee\xa9\xc2\x26\x3c\x81\x00\x70\xa5\x2c\xdb\x53\x52\xcf\xcd\x37\ \x3a\x51\x5a\x28\x84\x85\x62\x09\x90\xc3\xea\x29\x8c\x31\x08\xff\ \x0b\x63\x6b\x5a\x26\xa9\xb0\x1c\x07\xff\xf6\xe1\x6e\x54\x9a\xe6\ \xc4\x76\xe9\xe2\xb9\xff\x42\x8f\x05\x10\x8a\xa4\xfe\xf8\xc3\x0f\ \x76\x31\x99\xdb\xb7\x3b\xf1\x06\x97\xf7\x87\xd1\xcc\xbe\xf6\xb6\ \xee\xb2\xcb\x2e\x29\x21\xf9\x4c\x15\xb5\x67\xe9\x41\xb6\x2c\x16\ \x04\x5e\xa9\x10\x72\x21\x1b\xf5\xb9\x38\xee\xe6\x29\x6e\x35\x16\ \x5c\xc7\xf6\x82\x82\xef\xb8\x98\x0b\x4c\xc8\xe0\xc0\x38\xb5\x58\ \xc9\x2b\x0c\x97\x0a\x20\xef\x64\xa2\x6b\x39\x98\x2b\x00\x20\x66\ \xd4\x4b\xd3\x98\x73\x81\x11\x29\x16\x5c\xa9\x94\xe0\x79\x9e\xe5\ \xc6\xd2\x96\x6d\x03\x80\x81\x81\x08\x5b\xb9\xd0\x8e\x6d\x05\x41\ \xa1\xd3\x69\xd9\x8e\xab\x94\xb4\x6d\x87\x40\xee\x32\x01\xa0\xea\ \x74\xba\xd4\x2b\x23\x2c\x04\xc0\xed\x34\xd9\x37\x33\x23\x94\x21\ \x98\x79\xd8\xf8\x0e\xf3\x3d\xdf\x4a\x52\x9e\xc5\x96\xed\x60\xdb\ \x55\x8a\x03\x62\x0f\x8e\xd6\x1a\x8d\x76\x9e\xa1\x42\x18\x62\xed\ \xf8\x7e\xa5\x58\x0c\xfb\xfa\x2a\x1a\x18\x42\x69\x12\xe7\x32\x87\ \xb3\x8d\x69\x29\x52\x00\x80\xd4\x10\x68\x0d\x91\x41\x18\xfa\x81\ \x5b\xad\xd5\x5a\xad\xa6\x1b\xb8\x59\x9e\x68\x28\x01\x70\x94\xe6\ \xd4\xb2\x5b\xdd\x0e\x80\xc8\x20\x98\x24\x99\x14\x2a\x49\xb3\x72\ \xa9\x8c\x29\x64\x96\xb2\x6d\x37\x8a\xb2\x85\x85\xbd\xae\x67\xfb\ \xbe\xc7\x18\xb3\x2c\xeb\xc8\xc7\x82\x9e\x56\x4d\xef\xeb\xb9\xad\ \xb7\xde\x7e\xd0\x7b\xc5\xb9\x27\x3a\xbf\xf6\xf1\xac\xde\x4c\xc2\ \x52\x99\x61\x90\x1d\x7a\xe8\xaa\x7f\x7e\xf0\x0d\x97\xff\xde\xf8\ \x6f\xc9\x38\xe8\x68\xd7\xe7\x3f\xff\xe3\x97\xbe\xe7\x8a\x4d\xd5\ \x45\x6f\x7a\x61\x9b\x94\x32\x18\xdc\xf0\xfe\xff\xe7\x04\xdb\x06\ \x3f\xfe\xfb\x2b\xf7\x2e\x7b\xcd\xfb\x5e\x7a\xd4\xfc\x43\x37\xfe\ \xf5\xbf\xec\xcd\x84\x06\xd6\x6f\x50\x6f\x3d\x1b\x97\x89\xe3\x11\ \x27\xe8\xa4\xbc\x5e\xaf\x43\x08\xb9\x50\xed\x24\x75\xbd\x00\x48\ \xa6\x58\x19\x58\x54\x16\x2c\x8a\xd0\xbe\x86\x26\xba\x19\x52\x6d\ \xb2\xd4\x21\xc6\x77\x18\xa5\x8e\x42\x81\xd1\x5a\x1a\x69\x30\xd3\ \x10\x68\xa3\xb3\x38\xd1\x5a\x09\xce\x29\x21\xc4\xb2\xa5\x41\x88\ \xb8\x00\x60\x8d\x51\x26\x05\x94\x90\x61\x14\x04\x15\xa9\xb4\x54\ \x86\x11\xa2\xa1\x17\x09\x6c\x0c\x92\x5a\x2d\x1c\xea\xcc\xce\xe5\ \x51\x9c\x1a\x80\xaa\x1e\x4d\xb3\xdc\x75\x71\x2e\xd2\xf9\xe6\xc2\ \x6c\x1d\xfa\x7e\x18\x25\x19\xe7\x0a\xed\x99\xd2\x3d\xfa\x42\x92\ \x30\x00\x1c\xa3\x46\xc7\x97\xaf\x5f\x7f\x94\x45\x20\xc2\x5a\xf2\ \x44\xca\x5c\xf0\x8e\xeb\x60\x6d\x32\x68\x48\xa1\x3c\xa8\x8d\x6e\ \xb4\x1a\x8c\xda\xad\x56\x3b\xcb\x72\xdb\xb6\xe7\xe6\xeb\x92\x6b\ \xc6\xdc\x4a\xd8\xa7\x8d\x51\x5c\x19\x89\x74\x0e\x1d\xe6\x1b\x00\ \x38\xe7\x9e\xe3\xe7\x20\x35\x52\x21\xad\x93\x2c\xeb\xb6\x5b\x3c\ \x4d\xc2\x42\x81\x60\x18\x75\x3a\xae\xe3\x60\x88\x30\x3c\xa2\xa7\ \xea\xd6\xef\x7f\xfe\xaa\x1b\x1f\x0b\x2a\x81\xe0\x68\xc3\x19\xaf\ \x7d\xd3\x05\x27\x8a\xb4\x53\x6f\xfe\x46\x96\x92\xee\xbf\xe7\x53\ \x5f\xda\xfa\xd1\xbf\x78\x7f\x0d\x00\x9d\xd4\x77\xef\x9d\x25\xbf\ \xab\x6b\x10\x31\xb1\x7b\xe7\xfe\x93\xe4\xa2\x2b\xfd\x37\xc1\x0b\ \x08\xcc\x9f\xf8\xc5\x8f\x6f\xb8\xed\x9e\x72\x70\x36\x00\xa0\x31\ \x77\x28\xb7\x5d\x87\x61\x60\xf8\x73\xc6\x0b\x30\x9e\x6f\xb4\x76\ \xef\x3f\xe8\x50\x22\x85\x70\x18\x93\x52\x4b\x63\x34\x44\x0a\x12\ \x43\xec\x5c\x41\x44\x7d\x83\x40\x6e\x54\xd4\x9a\x9f\x9c\xd9\xeb\ \x62\x55\xf0\x2d\xcf\xb5\x2d\xcb\xb1\x1d\x17\x22\x80\xb0\xf1\x3c\ \xcf\x75\x6c\x2d\x05\xd7\xb9\x6b\x33\xe2\x18\xdb\xa2\x0c\x53\xad\ \x35\x97\x26\x4d\xd2\x2c\xcd\x6c\x8b\x09\xae\x00\x31\x96\xe7\x40\ \xad\x2c\xe6\x39\xb6\xe5\xba\x41\xb1\x3c\x10\x47\x31\xc6\xc8\x75\ \xdd\x24\x89\x95\x52\x61\x18\x28\xa5\xb3\x2c\x13\x9c\x4b\xa4\x93\ \x3c\xa7\xcc\x66\xcc\x99\x9c\x9a\xc9\x52\xd5\x8a\xb2\x5d\xbb\xf7\ \x75\x3a\x49\xb7\xd9\x91\x49\xb2\x7e\xf9\xd8\xf2\x95\xcb\x0c\x34\ \x86\xa0\x8c\xe7\x18\x41\xe6\x30\x4c\x74\xb7\xdd\xd0\x5a\xf9\x85\ \x02\x65\xf6\xf4\xdc\x4c\xce\xf3\xb4\xd3\x32\x10\x0c\x0c\xf7\xcf\ \x4e\xcd\x77\xda\xe9\xc4\xf8\xb2\xf9\xb9\xc6\x42\x63\xce\xf7\x7d\ \x42\x49\xab\xd1\xf5\x7d\xc3\x1c\x2b\x49\x53\x88\x90\x45\x88\xc8\ \xf3\x42\x18\x1a\x03\x80\xd1\xae\x65\x19\x84\x8c\xd6\x8e\x65\xc5\ \x71\x74\x60\x72\xd2\xb6\xac\x5a\x7f\x7f\xef\x94\x3e\x32\xf0\xe1\ \xa1\x1d\x3b\xbd\x55\xaf\xfa\xe4\xe5\x5b\x66\xb7\xfe\xe4\x4f\xfe\ \xec\xaf\x4a\xeb\xaf\x79\x59\x5f\xff\x92\xc4\xb5\x81\xd9\x71\xf7\ \x8f\x6e\xbe\x6f\x87\x0c\x97\x9f\xb9\xde\x6a\x3d\x79\xc7\xe7\x3f\ \x95\x8e\xae\x3d\xf5\x82\x95\x81\x1d\xef\xf8\xea\xe7\xfe\xc6\x77\ \xc2\xcd\x2f\x7f\xcd\x31\x63\x21\x00\x60\xf2\xa1\x9b\x7e\x74\xdb\ \xe3\x90\x25\x2d\x48\x6c\x0b\x24\x53\x8f\x7e\xe7\x7b\x37\xd5\xb5\ \x7b\xdc\xcb\x5e\x7f\x4a\x79\xee\x86\x9f\xef\x39\xfd\xa2\x97\x97\ \x31\x7f\xf0\xa6\xeb\xa2\x91\x2d\x9b\xd7\xf4\x2f\x7a\xda\x7f\x7d\ \xbc\x80\xb7\x27\xff\xe5\x5b\x5f\xf9\xf9\x1e\xb2\xe5\x15\xaf\x7c\ \xf4\xae\x6f\xfd\xc5\xf4\xed\x53\x3b\x76\xae\x7d\xf5\x07\xca\x96\ \x92\xd9\x73\xaf\x23\x00\x90\xa4\x79\xb3\x15\x99\xc0\x63\x04\x0b\ \xa9\x92\x24\x31\x06\x08\x91\x3b\xae\x1f\x78\x0e\x15\x5a\x02\x89\ \xb5\x56\x22\xd5\x92\x23\x8c\xd2\x3c\x91\x22\xeb\x74\x23\x84\x30\ \x80\x48\x40\x02\xb0\xe3\xb9\x71\x21\xf0\x5d\xc7\xb2\x09\x15\x80\ \x2a\xc9\x61\x3b\x93\xa2\x4b\x31\xcc\xe3\x06\xcf\xe2\xa1\xe1\xa1\ \x95\x4b\x97\x18\xa5\x09\x86\x8c\xa2\x3c\x8e\x1d\xc7\xaa\x94\x8a\ \xae\xe3\x18\x29\x11\x13\xae\xe7\x2a\x95\x38\x3e\x46\x88\x4a\x99\ \x68\xa0\xfd\x80\x75\xbb\xa9\x94\xc2\xb3\xa1\x1f\x30\x29\x55\x30\ \xda\xa7\x0c\x4a\x12\x71\xec\xaa\xd1\x28\x4e\x0f\x1d\x9a\x3e\x38\ \x79\x48\xf2\xf4\xf6\x9f\xff\xcc\xb6\xed\x6a\x5f\x65\xd5\xca\xe5\ \x95\x4a\x29\x49\xa3\x66\x37\x4b\x33\xe5\x79\x7e\xab\xdd\xc5\x28\ \x51\xb9\xa8\x94\xca\x8d\x46\xc3\xf3\xfd\xb8\x1b\x0b\xce\xab\xd5\ \x2a\xc6\xc0\x75\x1d\x9f\xfb\x96\x65\x09\x29\x8b\xa5\x22\xa3\xb4\ \x1b\x47\x96\x6d\x6b\xa3\x7b\x84\x2e\x5c\x29\x46\x59\x9a\xa5\x4a\ \xaa\xb0\x50\x48\x92\xc4\xb2\x2c\xc7\x71\xa4\x94\x4a\xeb\x76\xbb\ \x7d\x24\xb1\x43\xca\x28\x6f\x4e\x3f\xf1\xd8\xf6\xd6\xde\x83\xde\ \xf0\x51\x6b\x6a\x64\xfe\xae\x5b\xae\xbd\xa3\xff\xac\x93\x47\x6f\ \xf8\xe7\xaf\x36\xd6\x5d\x78\xda\xb2\x51\x1b\xcf\x11\xbf\xba\x6a\ \xc3\xf1\xab\x97\x8f\x32\xb4\x57\x6a\x54\x19\x5d\x1e\x4e\xdf\xfe\ \xb9\xbf\xba\xea\x13\x9f\xfb\x93\xc2\xf6\x1f\x7e\xf2\xd3\x3f\x3c\ \xfa\xfc\x57\xf6\x45\x0f\x27\x52\x00\x03\x88\x15\xae\x38\xfa\x84\ \x91\xfa\xa3\x57\x5f\x75\x55\xf1\xf2\x97\xfd\xfc\xc6\x6f\x93\x13\ \xce\xbd\x60\x78\xf6\x86\x6f\x5d\xbf\xe2\xbd\x67\x2e\x7a\xda\x0b\ \x20\x16\x20\xd4\x5e\x38\xb4\x80\x57\x5d\xfe\xc7\x17\x6d\x18\xf6\ \xf6\xae\xbd\xe3\x96\x5f\x6e\x5f\x75\xc9\x7b\xb7\x1c\xbf\x5c\xe5\ \xfc\x79\xea\x2c\x63\x02\x30\x03\x06\x2b\xa9\x85\x14\x59\x96\xbb\ \x8e\xa3\xa5\x4c\x93\x88\x31\x5b\x09\x65\xbb\x90\x42\x98\xc4\x51\ \xd2\x6d\x19\x25\x84\x10\x42\x49\x4c\x08\x21\xd4\x20\xa8\x89\x8d\ \xb0\x6f\x38\xce\x9a\x82\x76\xa5\x6f\x91\xb2\xc2\x69\x14\x63\xa8\ \x91\x31\xbe\x4b\x47\x87\x06\x07\x6b\xa5\xbe\x5a\x9f\x96\x22\xee\ \x76\x09\x82\xd4\x18\xe2\x30\xcf\x75\x8c\x91\xf3\xb3\x87\x2c\x6c\ \x10\x84\xdd\x7a\x13\x02\x08\x21\xf0\xfd\x40\x73\x0e\x00\x40\xc8\ \x22\x3a\xb1\x09\xd6\x52\x32\x1e\xdb\x84\x69\x08\x32\x2e\x5c\x8f\ \xb8\xae\x9f\x97\xe8\xf2\xa1\x20\x59\x3b\xbe\xe7\xc0\xcc\xe4\xe4\ \xe4\xe4\xe4\xc1\x7a\x73\x86\x32\xd8\xea\x54\xb5\x01\x51\x1c\x33\ \xc6\x92\x56\xca\x10\x82\x08\x40\x80\xb3\x38\x03\x1a\x40\xad\x93\ \x28\xf2\x6c\x07\x43\xd8\x68\x2c\x74\x3a\x91\xd2\xba\x54\x2a\xcd\ \x2f\x2c\x40\x74\x58\x2d\xb6\xec\xfb\x0b\xf5\x85\x56\xab\x95\xe7\ \x79\x96\x66\x94\x10\xcb\xb5\x99\xc7\xa4\x52\x94\x52\xcb\xb2\x64\ \xaa\x20\x84\x96\x65\x61\x8c\xc1\x11\xd4\x4a\xa1\xc8\xcc\xed\x7d\ \xf8\x17\x77\x47\x9d\x83\x4f\x66\x68\x30\x6f\xe7\xbe\xe5\xfa\x8e\ \x05\x8c\x50\xa4\x72\xda\xf9\x17\xbd\x6c\x85\xdb\x7d\xf2\x5f\x8d\ \x3f\x72\xda\x4b\xb7\x8c\x31\x90\xec\xd8\x06\x4b\x2b\xcf\x7b\xd5\ \xf9\xe3\xd6\x51\x0f\xbf\xfb\x2f\x77\x4c\x66\xce\x1d\x3f\x0d\x36\ \xbf\xe9\x7d\x6f\x3a\x0b\xc4\x4b\x6f\x7f\xe0\x1b\xca\x00\x8c\x54\ \xfd\xe0\x8e\x83\xcd\x76\xb7\xb9\x67\xd2\x59\x7b\xd6\xea\xf2\xc3\ \xf7\x6c\x7f\xd9\x59\xf5\x59\x6f\xc5\x25\x6b\xfb\x16\x3d\xed\x05\ \x80\x17\x70\x5e\x59\xfa\x92\x0f\x7e\xf0\xf4\xa4\x39\xbb\x77\x4f\ \xb3\xb0\xe2\x25\xef\xdc\xb8\x59\x70\x2e\x84\xd0\xbf\x75\x5b\x7d\ \x96\xd9\x24\x29\x35\x10\x5a\x31\x65\x8c\xa6\x18\x5b\x04\x13\x8c\ \xa0\x91\x49\xa7\x2d\x2d\x0e\x11\x4a\x65\x96\x48\x1e\xb7\xeb\x58\ \xe5\x18\x22\xca\xac\x2c\x91\x79\x92\x39\x2e\xf2\xc2\x02\xb2\x43\ \x8d\x2d\x00\xb4\x6d\xb3\x5a\xb9\x38\xd0\x57\x0e\x2c\x9a\x74\xdd\ \x52\xe0\x79\x9e\x53\x29\x78\x3e\xcd\xb2\xa4\x1d\xb7\x1b\x3c\x4b\ \xb5\x14\xd4\x71\x34\x46\x5a\xab\x2c\x51\x8d\x7a\xb2\x30\x3b\x55\ \x0a\xdd\xc0\xf7\xa4\x52\x8c\xb1\x2c\xcb\xba\x51\xab\x52\xae\x64\ \x59\xd6\x68\xcc\x7a\x9e\x9f\x74\xd2\xd0\x0f\x44\x96\x70\xd9\xb1\ \x2c\xdb\xa6\x54\x69\x1e\x37\x67\x5c\xd7\x93\x5a\xa7\xdd\xfa\x92\ \x91\xf2\xf2\xe5\xa3\xcd\x46\x6b\x6a\x76\xee\x89\x27\x1e\x37\x90\ \x0c\x0e\x8d\x04\x85\x92\x84\xd4\x75\x43\x0c\xb4\xc8\x52\x88\x58\ \x96\x45\x59\x9c\xb5\x1b\x4d\xcf\xf7\x4b\xa5\xd2\x7c\xbd\x4e\x08\ \x63\x04\xc7\x99\x9c\x9a\x9a\x02\x10\x12\x4a\x92\x24\x01\x00\x4c\ \x4d\x1d\x8a\xd3\x34\x89\x63\xa5\x95\xe7\xba\x84\xd2\x34\x4b\x6d\ \x66\x95\xcb\xe5\xf9\x7a\xbd\xd9\x6c\x96\x2a\x65\x84\x50\x9a\xa6\ \x59\x96\x1d\x49\xc0\x20\x15\x70\xcd\x69\x6f\xbe\xe2\xf7\x5f\x02\ \x00\xf8\xfe\xff\x7a\xe7\x77\x6e\xb8\xff\xf7\x36\xf4\x08\x07\x20\ \x84\x40\xf2\x1c\x00\x57\xf7\x18\xac\xf5\x53\xab\x6b\x14\xcf\x01\ \xa0\x24\x60\x54\x0b\x21\xa5\xb2\x02\x06\x00\x00\xca\x00\x88\x50\ \x56\xff\xe6\xe7\xff\x62\xe7\xc8\x2b\x5e\x79\x6c\xff\xf6\x87\x77\ \x72\xe9\x9d\x75\xf6\xa6\x9f\x5e\x77\xfb\x2f\x2c\x55\x98\xd8\xb0\ \x74\x71\x3c\xf1\x05\x92\x24\x50\x90\xde\xf9\x9d\x2f\x7d\xf7\xf6\ \x27\xe2\x4c\x30\xaf\xff\x8c\xd7\xbd\xf5\x82\x13\xc7\x7f\x67\xda\ \xfa\xac\x35\x45\x08\xa4\xa4\xc8\x81\x5a\x31\x8c\x58\xe8\xf3\x4c\ \x1a\xa0\x21\x30\x5a\xe5\x40\x01\x9e\x67\x3c\x8d\xb4\xc8\x2d\x04\ \x10\x86\x84\x31\xcb\x98\x44\x46\x00\x3d\x45\x95\x6c\xe3\x81\xbe\ \x1a\xc5\xa0\x5c\xf0\x0b\x1e\xb1\x09\x58\x3a\x38\x58\x29\xf8\x40\ \x2b\x9e\xc5\x79\xdc\x2a\x87\x7e\xce\x79\xa2\x72\x48\x99\x63\x5b\ \xad\x56\x33\x4d\x13\x8c\x80\x6d\xd9\x85\x42\x01\x33\xbc\xd0\x8e\ \x00\x00\x61\x48\xdd\x42\x29\x49\x12\x6e\xa0\x21\x4c\x61\x0e\xa9\ \x55\x28\x79\xf5\xb9\x05\x4c\x30\x26\x38\xc9\x3a\x95\x4a\x39\xcb\ \xb3\x24\x4b\xb5\xd1\xcc\x62\x96\x45\xb2\xbc\xab\x64\x5e\xad\x96\ \x5c\xd7\x1e\x1e\x1e\x9a\x99\x6f\x4d\xcf\xcc\xcf\x37\x3a\x08\x33\ \xcb\xb1\x3d\x66\xd9\x18\x11\x02\x43\xcf\x2e\x14\x18\x23\x88\x50\ \x64\xd9\x56\x12\xa7\x42\xa9\xc0\x0f\x72\xa9\xa6\xa6\xa6\x0a\xc5\ \x62\x9c\xc4\x71\x1c\x17\xca\x25\xa5\xb4\x63\xdb\x08\xc2\x30\x0c\ \xa5\x90\x5a\xab\x5a\x7f\x8d\x10\x12\xa7\x29\xa3\x54\x70\x9e\xe7\ \x79\x2f\x10\x04\x41\x70\x44\xeb\x08\x2a\x9f\x3b\xb0\x63\xcf\xbe\ \xbe\xe6\xe4\x13\x77\x4c\x46\xcb\x37\x8f\x22\x7e\x77\xca\xdd\xde\ \x28\x41\x6f\xde\xc8\x0d\x2a\x4e\xe3\x89\x3b\xee\xf8\x55\x32\x31\ \x54\x4d\x15\xef\xcd\x1a\x18\x9d\x67\x59\x0e\x9c\xe3\x4f\x3e\xf9\ \xcb\x9f\xbd\xfa\x07\x2b\xc2\xd5\x78\xfb\x42\x9a\x1b\x95\xd7\x17\ \xe2\xe2\xf1\x63\x13\x13\xc6\xc6\x3a\xcf\xf2\xe2\xa6\xf3\x57\x7c\ \xe7\x8f\x3e\xf7\x15\x75\xf1\xc7\xde\xb8\x48\x45\xfc\x82\x30\x42\ \xc9\xfc\xd6\x5b\x7f\xf0\xcb\xc6\xab\x2e\x7e\xcd\x03\x77\x3e\x76\ \xd4\xda\x91\xbb\xff\xf5\xba\x15\x13\xef\x3d\xaa\x4a\x7f\xa3\x9c\ \xf8\x5c\x72\x04\x28\x38\xd2\x12\xf0\x44\x2b\x49\xa8\x6b\x80\x21\ \x48\x03\x88\x20\x82\x59\x9e\x19\xa3\x31\x54\xd0\x48\x46\x90\x96\ \x52\x28\xd5\xd3\x20\x86\x08\xc5\x51\x2c\x32\x3e\xb1\x14\x0d\x84\ \x6c\xac\xc6\x2c\x8a\xab\x45\xd7\xb5\x08\x81\x8a\x80\xdc\x64\x09\ \x81\x00\xca\x14\x28\xde\x58\xc8\x92\x34\x51\x4a\x00\x00\xa4\x10\ \x9e\xe7\x66\x69\x2c\x84\xf6\x5c\x82\x30\xd6\x10\x78\x45\x17\x21\ \xe4\x7a\xbe\x14\x82\xd8\x01\xb2\x3c\x02\x11\xf5\x42\x8a\x49\xd6\ \x89\x52\xad\x07\x2a\xfd\x04\xe3\x46\xa3\x19\x4b\x83\xa8\x65\x63\ \x6a\x10\x4c\xb8\x52\x00\xd4\xaa\x25\xa5\x41\x92\x74\x31\xa6\xfd\ \xb5\x3e\xdb\xf1\xc2\x42\xe1\x89\xed\xbb\x72\x9e\x70\x9e\x4f\xc5\ \x19\xa3\x16\x02\x6a\xa8\x5a\xb6\xa0\xae\x95\x8b\x61\xe8\x75\x5b\ \x09\xc3\xac\x5c\x0a\x67\xe6\xe6\x19\x63\x2b\x57\xae\x9c\x9a\x9e\ \x4a\x92\xa4\x52\xa9\x28\x00\x5c\xc7\x72\x3c\x67\x66\x66\x86\x52\ \x8a\x11\x4a\xe2\xa4\x1b\x75\x29\xa1\xda\x18\xa5\xb5\x52\xaa\xd9\ \x6c\x6a\xad\x29\xa5\x3d\xe9\xe7\x23\xb6\xea\x63\x1b\x8f\xf3\x7f\ \xf2\xc0\x3f\xfe\xc3\x36\x03\xd9\xd1\x97\xfc\xc1\x1b\xcf\x19\x6b\ \x3c\x30\xb6\x6e\x45\x11\x41\xb6\x6c\xfd\x86\xfe\x80\x02\x00\xe8\ \xd0\xa6\xb7\xbd\xf5\xd4\xab\x6f\xf8\xfa\xde\x35\xe7\x5e\x7a\xf6\ \xe0\xc6\x8d\xab\x3c\x02\x00\xb4\x57\xae\x5f\x5b\xb6\x74\x65\xd5\ \x5b\x3e\xfa\x36\xf4\x9d\xeb\xbf\x71\x97\x30\x6b\x4f\x3a\x79\x7c\ \x68\x68\xe2\xb2\x37\x7f\xe9\xdb\x57\x7f\xe6\x3e\x88\x87\x36\xad\ \xed\x77\x00\xf1\xce\x3d\x75\xcd\xcd\x7b\x9a\xa7\x2f\x16\x1b\x5f\ \x28\xd7\x02\xa8\xe7\xa6\x0f\x14\x8f\x3a\x69\xf3\x31\x13\x5b\x1f\ \x38\xb8\xf1\xa4\x93\xf6\x3d\xf4\xc8\x7c\x27\x81\x7d\xc5\xe7\x77\ \x2f\x00\x10\x22\x95\x13\x91\xa8\x38\x33\x4a\x41\x06\x05\xcf\x31\ \xc6\x88\x58\x92\x0b\x25\x38\x22\xb8\x50\xf0\x9b\x92\x4b\x9e\x63\ \x8c\x15\x97\xb9\x94\x50\x29\x8b\x50\xae\xb8\x45\xb0\xcf\xa0\x8f\ \xf3\xa1\x32\xad\x96\x8a\x22\x4f\xea\x73\x07\x95\xc8\x6b\xe5\x52\ \x9c\xc6\x4a\x64\x08\x62\x2e\x61\x1c\xa7\x95\x4a\xc5\xb6\x43\x8c\ \xf1\xbe\x7d\xfb\x1c\xc7\x69\xb7\x3b\xe3\xe3\xe3\x94\xd0\x6e\x1c\ \xfb\x61\xc1\x71\x9d\x28\x8a\x00\xc0\xa5\x4a\xc9\x68\x4d\x19\xb3\ \x98\xd5\x68\xd4\xb1\x65\xb9\x45\x32\xe8\x38\x18\x63\x21\xa5\x15\ \xf8\x88\x30\xd7\xf1\xd2\x24\xf1\x7c\xdf\x18\xd3\x6a\xd7\xb5\x52\ \x10\x21\xcf\xb5\x99\xed\x45\x71\xa4\x78\x1e\xb8\xec\xb8\x4d\xeb\ \xa2\x28\x9d\x3c\x70\xa8\x9d\x89\x18\x10\x06\x50\x3b\x11\xbc\xdd\ \x98\xdc\xb3\xcf\xb5\xad\x42\xe0\x13\x46\x28\x9d\xb7\x3c\x27\x15\ \x49\x1c\xc7\xa5\x52\xb9\x58\x2a\x49\x29\x31\xa5\x84\x51\x88\xa0\ \x31\x26\x8e\xe3\x52\xb1\x98\xc4\x49\x12\x27\xae\xeb\x66\x79\xce\ \xf3\x3c\x0c\x43\x80\x20\x21\x24\x8e\xe3\x46\xa3\x71\x24\xb1\xc3\ \x95\xe7\x5d\xfa\xe9\xf3\x2e\x7d\xe6\x2b\x83\xc7\x5d\x7c\xc5\x71\ \x00\x00\x70\xc9\x15\x1f\x7e\x6a\x41\xe9\xb1\xaf\xf8\xfd\x63\x5f\ \x71\xf8\xbb\x0f\x7c\xa8\x37\x80\x50\x7b\xdb\xe5\x97\xf5\x5e\x59\ \x7f\xce\x5b\xd6\x9f\xf3\x96\x5f\xff\x8a\x0d\xe7\xff\xf1\x86\xf3\ \x0f\x5f\x12\x93\xf6\xc1\x9d\xfb\xee\x7d\xa2\xf5\xd2\x37\xbf\x6e\ \x84\x2c\x7a\xd9\x0b\xc3\x8c\x41\x7e\x50\x21\x2a\x8d\x72\x20\x17\ \x1e\xf8\xec\xa7\xb6\xe2\xea\xda\x0b\x06\x8b\xbf\x73\x67\x92\x67\ \xa9\x4d\x6a\x21\x1a\xb3\x76\xc1\xa7\x14\xc9\x04\x62\x84\xd3\x3c\ \x25\xb6\x12\x52\x1b\x63\x20\xc4\x00\x40\x04\xa1\xe9\xe9\x8d\x20\ \xa4\xb5\x42\xff\x1f\x7b\x6f\x1a\x6c\xd9\x55\xdd\x79\xae\xb5\xa7\ \x33\xdf\x73\xa7\x37\xbf\x1c\xa5\xd4\x98\x92\x10\x92\xc0\x0c\x92\ \x28\xa0\xc0\x18\x90\x0d\x98\xf2\x58\xee\xaa\x8a\xb6\x1d\x76\x74\ \x75\x4d\x1d\x3d\xd4\x87\x8a\xee\xea\x8e\xe8\xf6\x87\xfa\x52\xd5\ \xed\x8e\x0e\x57\xb4\xdb\x15\x65\xca\x43\xb9\xc0\x06\x6c\xc0\x18\ \x0b\x2c\xb0\x2c\xc4\xa8\x59\xca\x54\x66\xbe\x7c\xf9\xe6\x3b\x9f\ \x7b\xa6\x3d\xac\xfe\xf0\x92\xc1\x48\x20\x52\x80\x84\x92\xf3\x7b\ \x11\x19\x91\x99\xef\xdd\x77\x63\xdf\x7d\xfe\x7b\xad\xb5\xd7\x80\ \x80\x04\x02\x31\x0e\xfc\x34\xf4\x7a\x89\xc7\x6d\xbd\xbb\x79\x61\ \x3a\x19\xfb\x52\x1a\x53\xef\xef\xed\xe5\xb3\xa9\x10\x0c\x91\x19\ \x0b\xc6\x40\x51\x14\x55\x55\x69\x5d\x73\x2e\x16\x16\x96\x7c\x3f\ \x34\x0e\x38\x60\xbf\xbf\x00\x48\xa6\x2a\x03\x25\xdb\xad\x04\x11\ \xf2\xaa\xe4\x08\xc3\xe9\xa4\x2a\xcb\xba\x2a\x38\x67\x69\x3b\x25\ \x22\x93\x9b\x38\x4e\x00\x90\x88\x8c\x75\xe7\xcf\x5d\xf0\x7c\x9f\ \x73\x18\x8d\xf6\x16\x17\x17\x93\xa4\x3d\x99\x4e\x6a\x6d\xaa\xb2\ \xc8\xb2\x5c\xf9\x61\xa8\xbc\xa3\xeb\x7d\x97\x2e\x15\x10\x46\x8c\ \x49\x5d\x4d\x2c\x5d\xd8\xdc\x32\xc5\x3c\xf2\x3d\x47\x0e\x01\x64\ \xe0\x51\xc0\x16\x97\x97\xbc\xb2\x28\xeb\x2a\x6d\xa5\x41\x1c\x29\ \x4f\x0d\xc7\xa3\x34\x4d\x19\x63\x5a\xeb\x4e\xb7\x73\x24\x49\xca\ \xb2\xdc\xdd\xdb\xf3\x7c\xdf\xf7\x7d\x2e\x85\xd6\xba\x2c\xcb\xc3\ \x46\xf2\x57\xcd\xae\x1a\x5c\xf8\xca\x7f\xfc\xff\x3e\x28\x6e\x79\ \xc7\x2f\xff\xe4\xab\x9b\x4a\xe5\x57\x0a\xba\xae\x57\x5f\xf5\x8e\ \x7f\x7c\x87\x8a\x79\x75\xef\x5b\xdf\xba\xa1\x97\xdf\xf0\x86\x57\ \xb7\xb9\xd1\x96\xae\xd8\x2e\xb0\x65\x4e\xc5\x18\x7c\x44\xe6\x0b\ \x92\xc6\x18\x5d\x16\xa5\xd6\x16\x84\x63\x52\x1b\x53\xd5\x15\x13\ \xcc\x01\x18\xe7\x1c\x01\x39\xe7\x71\x61\xab\x12\x9c\xd6\xe5\x5c\ \x00\x74\x5a\x6d\x5b\x9b\x38\x6c\x99\xca\x5a\x6b\x80\xec\x60\x30\ \x03\xa2\xe3\x2b\x47\xac\xd5\xd3\xc9\x54\x08\xaa\xaa\xca\x1a\xd7\ \x4a\xd3\x76\x3b\x9c\x4c\xa7\x45\x59\x4a\xeb\x1c\x80\x10\x3c\x0e\ \x94\x05\xf0\x94\xc7\xc1\x0e\xf6\x07\x71\x12\x4b\x46\x07\x93\x91\ \xe7\x79\x45\x96\x09\x5f\xcc\x33\x32\xc6\x16\x79\x51\x57\x5a\x6b\ \x5b\x57\xda\x59\xf2\xbd\x40\x97\xe5\xf6\x60\x5f\x29\x28\x93\xb2\ \x2e\x0f\xca\xaa\x8e\xe2\x18\xad\x6e\x45\x1e\x22\xa5\xa9\x5f\xee\ \xce\x4a\xe3\x89\xb4\x1d\x78\x9c\xb2\x69\xd8\xea\x18\x8b\x42\xf8\ \x4a\x7a\xed\xb4\x75\xec\xe8\xb1\xcd\xbd\xad\x93\xa7\xaf\x8d\x5a\ \xf1\xd6\xf6\x56\x8c\x97\x5b\xbf\x3a\x72\x82\x8b\xee\x42\xb7\x2c\ \xcb\xaa\x28\xb3\x59\x36\x1c\x8d\xf2\x3c\x77\x44\xd7\x9e\x3a\x95\ \xa6\x69\xa5\xeb\xe1\x70\x18\x84\xa1\xa7\xd4\x4b\x59\xa4\xf8\x83\ \xa6\x7f\xe3\x3d\xff\xe3\x6f\xdc\xd3\x3c\x5d\xaf\x2c\xb8\xe0\xb3\ \xdd\x67\x3e\xf1\xb1\x07\x26\x24\x3c\xa5\x18\xed\xff\xd9\xc7\xea\ \x77\xbc\xf5\xce\x44\xe2\x95\xcd\x5c\xbf\x2c\x08\x9e\x6f\xc8\x09\ \x07\x04\x3c\xcf\x73\x22\xb4\xa6\xb6\xa0\x81\xd7\xe8\x24\xf8\x82\ \x03\x32\x70\xce\x58\x70\xb5\x35\x95\x63\x0a\x90\xb8\x10\xd6\xb9\ \x9d\xe1\xb4\x37\x5d\x58\xf2\xd3\xe9\x20\xcb\x66\xf3\xf5\x95\x65\ \x5d\xe5\x49\xdc\x9a\x67\xd9\xf6\xce\x6e\x55\x96\x6b\xab\xcb\x9c\ \xf3\xaa\xaa\xc8\xe9\xd9\x2c\xf3\x3c\x4f\x70\x7e\x64\xfd\x48\x55\ \x55\x55\x59\x21\x21\x67\x3c\x8e\xe3\xf1\x78\x34\xcd\x66\x9c\xb1\ \xe9\x6c\xbe\x7b\x70\xd0\x6a\xb5\xac\x75\x41\xd2\x42\x25\xb6\x07\ \x03\xa3\x75\x14\xf8\x45\x5d\x06\x9e\x9f\x24\x51\x36\x9d\xd5\xe5\ \xbc\x15\xf6\xd6\x96\x97\xe6\x7a\x3e\x9a\x4c\xeb\x4a\x7b\x9e\xbf\ \xb3\xb7\x07\xc8\x96\x96\x56\x38\x17\x17\x37\x2e\x7a\x41\xdc\x0b\ \xd5\xb4\x18\xcf\x73\x1d\x00\xac\xad\x2e\x84\xaf\xbf\x4b\x90\x5b\ \x5a\xe8\x06\xbe\x1f\xf8\x2a\xea\xc7\xa3\x32\xcb\xca\x79\xab\x9d\ \xee\x6c\xef\x3c\x73\xe6\x8c\xe7\x7b\x4b\x2b\xcb\x69\xda\x9e\x8c\ \xc7\x07\x83\x41\x5d\xd5\xbb\x7b\xbb\xab\xab\xab\xab\xab\xab\xd9\ \xe5\x21\xb4\xc3\xc3\xa1\x32\xf9\x2c\xd3\x4a\xd1\x4b\x5b\xb3\xdc\ \xd0\xf0\x3c\xf1\xff\xcb\x43\xc4\x39\x00\x32\x33\x7e\xf0\x53\x1f\ \xbf\xfe\x8e\x5b\x5f\xbd\xe2\x5d\xd9\xcc\x75\x20\x00\x25\xc9\x0b\ \x8c\x90\xe0\xc5\x06\x3c\x0b\xc6\x59\xa3\x18\x58\x57\x3b\x5d\x73\ \xa7\x59\xed\x03\x91\x8f\x54\x53\x05\x64\x51\x00\x39\x83\x0c\x81\ \x09\x83\x7c\x66\xc5\xe7\x1e\xbb\x70\xed\xdc\xdd\x74\xed\xb1\xe5\ \x6e\x8f\x81\x76\xe5\x5c\x72\xb6\xbe\xbe\x3a\x1a\x8d\xa4\x52\x9e\ \x14\xd6\xd6\xb5\x86\x85\xa5\x5e\x3e\xcf\xf3\xf9\xbc\xae\xb5\xd5\ \x75\xab\xd5\x5e\xee\xf6\x84\x27\xb3\xf9\x74\x38\x99\x55\x75\x55\ \x56\xd5\xd2\xf2\x0a\x59\x27\xb9\x64\x5e\x54\x95\x65\x94\x24\x83\ \x49\x96\x55\xac\xdb\xee\x21\x83\x58\xaa\x72\x9e\x4d\xf6\x76\x74\ \x55\xad\x2f\xaf\xf9\x9e\x9c\xcc\xb3\x20\x4d\x6a\x6d\x99\xd2\x55\ \x69\xbc\x28\x09\x83\x64\x34\xc9\x11\x79\x51\x42\xa5\x0b\x9b\x67\ \xc7\x56\x56\xdb\xad\xb6\x31\x35\x07\x58\xec\x1d\xaf\xca\xbc\x9d\ \xa6\xd9\x64\xbc\x33\xde\xda\x1a\xee\x6c\xee\xed\x87\x51\x7c\xcc\ \xf7\x5a\x9d\x76\xab\x9d\x2e\x2c\x2c\xa4\x69\x3a\x1a\x0e\xf7\x0f\ \x0e\xa4\x94\xbd\x7e\x6f\x96\x65\xa3\xd1\x68\x61\x61\x41\x70\x3e\ \x1d\x8f\x2f\x5c\xb8\x30\x1e\x8f\x97\x57\x56\x42\x3f\xb0\xc6\x60\ \xa3\x02\x0d\x2f\x2b\xc6\x98\x78\xe9\xfa\x5f\xf8\x95\x57\x5d\xfe\ \xbb\xdb\x98\xfd\xcf\xff\x6e\x92\x97\x00\xfe\x95\xc6\x0b\x80\xc8\ \x71\x8e\x51\x10\xf9\x9e\x22\x02\x86\x88\x42\x38\xb2\x5c\x48\x8e\ \xcc\x18\x77\x38\x58\xcd\x39\x72\xce\x91\x35\xe0\xac\x75\xd6\xf3\ \x02\xb2\x2e\x08\x42\xe1\x85\x7b\x93\xd1\xa3\x4f\x9e\xd9\xdd\xde\ \x3e\x7d\xea\xf8\xd1\x95\x7e\x7f\xe5\x98\x60\x80\xe0\x52\x11\x30\ \x86\x64\x4b\x01\x9e\x1f\xb7\x00\x60\xa5\xd3\x3b\xd8\xdf\x57\xbe\ \xd7\x6e\x27\x71\x9c\x58\x63\xf7\xf7\xb7\x18\x3a\x2e\x44\x2b\xf6\ \x42\x9f\x47\x01\xd7\x86\xe6\x45\x3d\x9f\x57\x59\x96\x69\x3d\xaf\ \xe6\xc5\x52\x12\x16\xd9\xa8\x2c\x0b\x29\x44\x9e\xe7\x0c\x59\x9c\ \x74\x73\x4d\xfb\xe3\x21\x13\x6c\xb8\xb7\x07\x08\x49\xd2\x72\x96\ \xda\xed\x6e\x9e\x97\xca\x0b\xfa\xdd\xfe\x68\x34\x79\xe4\xd1\x47\ \x8e\x5d\x77\x83\x40\x28\xe6\xb3\x30\xf2\xf7\x76\x76\x05\xc3\xa3\ \x47\x8e\xce\xf3\xec\xd2\xee\xd6\xf0\x60\xc0\x18\x0b\x7c\xcf\xf3\ \x3d\xe7\xdc\xe1\x5c\xe9\xc1\x60\x70\xe9\xd2\x25\xc6\x58\x96\x65\ \x75\x5d\x73\xc1\x97\x97\x96\x56\x57\x57\x11\xb1\x2c\xcb\xaa\xaa\ \xa2\x28\x8a\xe3\x78\x61\x61\x01\x11\xa7\xd3\xa9\x75\xcd\x6c\xd5\ \x86\x97\xd5\x47\xe0\xbc\x1c\x6f\x7d\xe9\x73\x67\x4b\x60\x5c\xf0\ \xe9\xb9\xcf\x3f\x31\x4a\xee\xed\x3e\xff\xcc\xf5\x17\x98\xa7\x48\ \xd6\xba\xaa\x90\x69\xd2\x4a\xfc\xb2\xb4\x79\xe6\x08\xc0\x11\x48\ \xa9\x80\x11\x82\x06\x64\x46\xd7\x55\x59\x58\x53\x0b\x8e\xd6\x18\ \x6b\xad\xe7\x79\xc8\x50\x09\xde\x69\xf7\xc7\xa5\x9e\x67\xd3\xb2\ \x18\x0e\x0e\x86\xbd\x34\x3c\xb2\xb2\xbc\xd8\xef\xa6\x69\xab\xdd\ \xee\x78\x42\x6a\xa3\x91\x20\x8e\xa2\xbc\x98\xe7\xd3\xa9\x46\x8c\ \x5a\xe1\x70\x9e\x8d\xf2\x79\xab\x95\x84\x69\x1c\x7b\x32\x9b\xcd\ \xb4\xad\x95\xa7\x76\x76\x2f\x71\x2e\xac\x75\x49\x9a\x60\x14\x8c\ \x47\x03\x9d\xe5\x32\xf7\x3d\xdf\xdb\x1f\xec\x77\xbb\x7d\x20\x88\ \x92\x14\x99\xaf\x1d\x13\x51\xc4\x18\xc1\x74\x66\x4d\xed\x2c\x22\ \xf0\xc0\x8f\x3d\x15\x25\x49\x3a\x1a\x4e\xb4\x36\xfd\xde\xd2\xea\ \xd2\xca\x60\x3c\x19\x8d\x86\xd6\x24\xba\xae\x51\xc9\x3c\xcf\x77\ \x77\xb7\x8d\x71\xbe\x1f\xf8\x81\xdf\x5e\x58\xf6\xc3\x20\x8e\xe3\ \x2f\x7f\xf9\xcb\xa3\xd1\xc8\x5a\x2b\xa5\x7c\xd5\xab\x5e\x55\x96\ \xe5\xfd\xf7\xdf\x7f\xe9\xd2\xd6\xb1\xe3\xc7\x16\x16\x16\xa6\xd3\ \x29\x63\x2c\x49\x12\x00\x68\xb5\x5a\x61\x18\xce\x66\xb3\x2c\xcb\ \x1a\xef\xa0\xe1\xe5\x85\x31\x56\x4e\xb7\x3f\xfb\x97\x9f\x9a\x32\ \x05\x56\xcb\x78\xe9\xbd\xff\xe0\xbd\xd7\x76\x84\x31\xe6\xca\xb4\ \x00\x01\x49\x57\x54\x17\x82\x91\x64\x58\x3a\x8b\x08\x0e\x80\x0b\ \x49\x08\xd6\x91\x03\x86\x40\xd6\xea\xba\xae\x98\x33\xc0\x04\x30\ \x60\xc0\xc9\x59\x72\x38\x9b\x4d\x01\x30\x49\xfb\xb3\x69\x8e\x9c\ \xe7\xd6\xd6\xa3\x7a\x77\xf0\x6c\xe0\x5f\x8a\xe2\xb0\xdf\xed\x76\ \xdb\x6d\xc1\xeb\x24\xf2\x97\x97\x3d\xa3\x71\x3a\xcd\xdb\x69\x6b\ \x54\x68\x00\xd5\x49\x93\xad\xc1\x00\xaa\xba\x9f\x24\xc6\xda\xe9\ \x74\x36\x1e\x8f\x92\x56\x9a\x24\x91\x03\xcc\xf6\xc6\x55\x55\x07\ \x9e\x9f\xb6\x23\x30\xd6\x11\xf3\x83\xb4\xa8\x9c\x1f\xb5\x81\xf9\ \x0e\x95\x0a\xe3\x2c\x2b\xab\x7c\x7e\xf4\xd8\xc9\xe9\x64\x62\xad\ \x4d\xe2\x34\x4e\xda\x82\xcb\x27\x9f\x7c\x7a\x32\x99\x2d\x2e\x2e\ \x6a\x63\xbf\xfa\xd5\x47\xe2\x34\x9e\xcf\x33\x67\xb4\x94\x42\xd7\ \xfa\xcc\x99\x33\x04\xce\xf7\x3c\x60\x2c\xcb\x8b\x7e\xd4\x52\x9e\ \x3a\x7b\xf6\xec\x7c\x3e\xbf\xf5\xd6\x5b\x3d\xcf\x3b\x73\xe6\xcc\ \xc6\xc6\x06\xe7\xfc\xc8\x91\x23\xfd\x85\x3e\x32\x36\x1a\x8d\xb2\ \x2c\x43\x44\xce\x79\xaf\xd7\xf3\x3c\x6f\x30\x18\x4c\xa7\xd3\x76\ \xbb\xcd\x39\x6f\xb6\x63\xc3\xcb\xeb\x23\xa4\xeb\xb7\xff\xe3\xff\ \xe1\xe6\xac\xd0\x51\x12\x21\x30\x4f\xf1\xaa\x28\x9e\xd7\x5e\x7d\ \x81\x7b\x04\xa3\x6b\x64\xce\xf7\x64\x59\x14\x65\x51\x30\xce\x10\ \x19\x0a\x5e\x6b\x5d\x6a\x0d\xe4\x8c\xa9\x89\x1c\x1e\xf6\xce\x36\ \xc6\xd6\xb5\x92\xca\x5a\x2b\x50\x18\x6d\x76\xb6\x77\x92\xa5\xf5\ \xb5\xb5\xe3\x7b\xbb\xdb\xb5\xad\x2d\x80\x10\x9e\xd1\x34\x1f\xeb\ \xcd\xdd\xf3\x52\x88\x34\xf2\xc2\x40\xaa\x27\x36\x03\x5f\x75\x3b\ \xe9\x5c\x17\xba\xae\x10\xdc\xb4\x20\xce\x7d\x5d\x63\x3d\x66\x42\ \x04\x95\x63\x7e\xbb\x53\x23\x4c\x35\xcb\x8b\x02\x41\x29\x15\x5b\ \x87\x95\x65\x40\x54\x57\x75\xd0\x5a\xe3\x9c\xcd\x8b\x1c\x8d\x09\ \x7c\xef\xc2\x99\x67\x87\xc3\xc9\xc9\x93\xc7\x00\xb8\x50\x7e\x95\ \xcd\x55\x10\x10\x70\x4b\xb8\xb3\xb7\x5f\x16\xf5\x78\x3a\x8b\xa2\ \x28\xf0\x15\x12\xe5\xb3\x59\x27\x6d\xad\xac\xac\x14\x79\x31\x38\ \x38\x18\x8f\x27\xe7\x9e\x7d\xaa\x95\xb6\xd6\xd7\xd7\x2f\x5e\xda\ \x34\xd6\x76\x3a\x9d\x34\x4d\x87\xc3\xa1\x94\x52\x6b\x7d\xe8\x20\ \x58\x6b\xa5\x52\xd6\xd9\x30\x0c\xb7\xb6\xb6\xc6\xe3\x71\x14\x45\ \xd7\x5d\x77\x5d\xaf\xd7\x3b\x8c\x86\x3e\xaf\xf4\x36\x34\xbc\x94\ \x20\x17\x90\x6d\xfd\xd1\x7f\xfc\xed\xcf\x3d\x5b\xbf\xf6\x5d\x3f\ \xff\xfe\xbb\x8f\x3e\xfa\xe5\x0b\xbd\x63\xd7\xb4\xfd\xe7\xe9\xbe\ \xf7\x02\xf1\x02\x6b\x4d\x10\x04\x8c\xc1\x7c\x3e\x03\x26\x04\xe7\ \x75\x6d\xcb\xa2\x3e\xec\xf7\xed\x1c\x39\x6b\xd1\x11\x38\x8b\x00\ \x00\x16\x00\x8c\xd1\x52\x08\x44\x62\x48\xd9\x6c\x62\x44\x10\x27\ \xad\xa3\xc7\x4e\x0c\x86\x83\xd1\x78\x5c\xd6\x46\x70\xce\x19\x47\ \x95\x18\x80\x71\x0e\x93\x4c\x3b\x2a\x39\x67\xea\xd2\x84\x31\x90\ \x82\x2b\x89\x9e\x52\xbe\x2f\x39\x7a\x4a\x44\x41\xe0\x7b\x9e\x67\ \x8c\x9e\x65\x97\xb3\x12\x00\x88\xb3\xca\x18\x3b\x9d\x17\x80\xa8\ \x24\x4a\x34\x81\x62\x8a\xbb\xbf\x73\xf7\x1b\x9e\x7a\xec\x31\x53\ \x57\xab\x4b\x3d\xc1\xc8\x12\x70\xa1\x1c\xe4\xc3\xd1\x64\x7f\x7f\ \x1c\xc7\x51\x2b\x6d\xd7\xf5\x41\xbb\xd3\x3e\x7e\xfc\xf8\x99\xb3\ \xcf\x6c\x6e\x6e\x08\x2e\x4c\xad\xf3\x6c\xee\xf9\x7e\xdc\x4a\xa6\ \xd9\x4c\x5b\x93\x65\xd9\x34\x9b\x13\xc0\x70\x38\x2c\x8a\x22\x4d\ \xd3\xf1\x78\x0c\x00\x87\x07\x7e\xa7\xd3\x11\x42\x68\xa3\x09\x40\ \x4a\x79\xe8\x26\xec\xed\xed\x19\x63\x76\x76\x76\x0e\xb3\x8f\x7d\ \xdf\x6f\xf6\x62\xc3\xcb\x8b\x10\xec\xdc\xe3\x9f\xfd\xf2\x6c\xed\ \x1f\xfe\xdc\xfa\x87\x3e\xfe\xc0\xee\x6d\xef\x7c\xf0\x13\x1f\xbe\ \xe6\xbe\x5f\x7e\xe3\xc9\x96\x36\x57\xa8\x05\x4c\x08\x4b\x54\x54\ \x95\x25\x94\x82\xd7\xd6\x95\x55\x61\x9c\x43\x86\x84\x84\xe0\x38\ \xf7\xc8\x12\x32\x00\x02\x24\x62\x88\x08\x80\x84\x08\xe4\x88\xac\ \xae\xe6\x93\x61\x5d\xe6\x51\xd2\x6a\xa5\x69\x67\x61\x61\x38\x18\ \x1e\xa6\xeb\x93\xb5\x9c\x71\x4e\x0a\x09\x11\x09\x00\x6b\x0b\xe8\ \x40\x1b\x57\x54\x80\x50\x03\xd6\x04\x9a\x40\x5b\x67\x75\x55\x31\ \x06\xbe\xef\x79\x9e\xf4\x94\xaa\xaa\x42\xeb\x1a\x10\x2c\x93\x95\ \xae\x03\x85\x4b\xdd\xa8\xd5\xed\x9c\x3a\xb9\x26\x7c\x7f\xed\xc8\ \x6a\xc0\xd9\xce\xd6\xd6\x74\x74\x10\xb7\xa2\xc5\xc5\x45\x21\x04\ \x11\xcd\xa6\xb3\x6c\x3e\x5b\x5a\xee\x4f\x26\x43\x3f\x50\xfb\xfb\ \x3b\xe7\xcf\x9f\x59\xe8\x2f\x74\xda\x5d\x63\xf5\xc5\xcd\x8b\xf3\ \xf9\xdc\x3a\xd7\xeb\x2d\xdc\xf5\xda\xd7\x66\x59\x6e\xad\x4d\x3b\ \x69\x92\x24\x4f\x3f\xfd\xf4\x64\x32\xe9\xf7\xfb\x5a\xeb\x7e\xbf\ \x9f\xe7\xf9\x64\x32\x59\x5b\x5b\x0b\x82\x70\x6f\x7f\x6f\x77\x77\ \x77\x69\x69\xe9\x86\x1b\x6e\xd8\xde\xde\xde\xdd\xdd\xcd\xb2\x4c\ \x29\xe5\xfb\x7e\xb7\xdb\x6d\xf6\x62\xc3\xcb\x6c\x17\x90\xcb\xf3\ \x6a\x71\xed\xf8\x4d\x37\x1d\x7f\xe0\xaf\xce\x1e\x6c\xef\x0e\xc6\ \xd9\x09\xc4\xe7\x1d\x00\xfe\x02\x7d\x8d\x98\x50\x20\x94\x21\x24\ \x40\x6d\x5d\x91\x97\x56\x6b\x40\x07\x04\xc0\x88\x73\xce\x19\x68\ \x67\x18\x22\x39\x00\x20\x44\x60\x04\x48\x8e\x00\x81\xa8\xcc\x66\ \x54\x96\x2c\x4d\x33\x32\xd3\xe9\x24\x48\xd2\xb4\x9d\xb6\xd2\x8e\ \xd1\x75\x36\x9f\x16\xf3\xbc\xc8\x35\x12\x67\x0c\xb9\x43\x66\x81\ \x4b\x26\x19\x3f\x7c\xa7\x0c\xd1\x92\xa8\x1c\x32\x26\x45\xa4\x3c\ \x25\x3d\x25\x95\xe2\x02\x40\x78\x1e\x17\xa8\xeb\x7a\x5e\x14\x9d\ \x4e\xcf\x54\xf3\x85\x5e\xf7\xfa\xeb\xae\x59\xec\x44\x5a\x97\x49\ \x12\xcc\x86\x43\xc6\xa8\xd5\x4e\x00\x81\x73\x5e\xd7\xf5\xd6\xd6\ \x16\x17\xac\x28\xca\xbd\xfd\xdd\x57\xdd\x7e\xab\xd6\xfa\xa1\x87\ \x3e\xcf\x10\x3b\x69\xda\x6a\xc5\xb5\xd6\x3b\xdb\xbb\x1b\x17\x2f\ \x9e\xbe\xe5\xf4\xd1\x63\xc7\x98\xe0\x83\xe1\x53\xe3\xc9\xf8\x58\ \xbc\xee\x79\x5e\xbf\xdf\x2f\x8a\x62\x73\x73\xb3\xaa\xaa\xa3\x47\ \x8f\x26\x49\xa2\x94\x72\xd6\x86\x69\x2b\x8e\x63\xad\x75\x92\x24\ \xce\x39\xa5\x14\x63\xac\xdb\xed\xa6\x69\x5a\x14\x45\x36\xcf\x5c\ \x73\x8f\xd0\xf0\xb2\xe2\x80\x75\x16\x97\xb7\x3e\xf4\xc7\xff\xeb\ \x99\xe4\x60\x6f\x74\x66\xe3\x99\xf6\x0d\x6f\xbe\x79\x35\x75\xce\ \xbe\x08\x2d\x90\xdc\xf3\x99\x50\x95\xd5\x75\x51\xe4\x79\x21\x04\ \x32\x04\x02\xc7\x00\x24\x22\x59\xa7\xb5\x06\x02\x86\x70\x58\x10\ \xeb\x08\x08\x1c\x01\x22\x80\x64\xb6\x32\x75\x35\xa7\x80\x33\x87\ \x72\x34\x3c\x18\x4f\xa7\xbe\xef\x87\x61\x98\xa6\x49\x4f\xaf\x53\ \x00\x00\x20\x00\x49\x44\x41\x54\x69\xbf\xdb\xd5\x06\x8c\x76\x75\ \x5d\x15\x79\x5e\x97\x55\x6d\x6a\x4d\x84\x80\x88\x88\x00\x84\xda\ \x31\x26\x80\x45\x51\xe4\x7b\xdc\x99\xd2\x1a\x48\x3b\x69\x59\xe4\ \x79\x3e\xf7\x04\x3f\xb9\xdc\xba\xe1\x9a\x13\x75\x3d\x5f\x59\xea\ \x04\x3e\xed\x5d\x3a\xd7\x6e\xf9\x8a\xb3\x2c\x9f\x47\x69\x6b\x36\ \xcb\xce\x9c\x3d\xb3\xb9\xb5\x9d\xcd\x66\xd3\xd9\xb4\xd3\x49\xa3\ \x28\x22\xa2\x30\x0e\x0e\x0e\xe6\xeb\x47\xd7\x7c\x71\x62\x34\x18\ \x9c\x3b\xf7\x6c\xaf\xb7\xb0\xd0\xef\x07\x41\xb0\xb8\xb8\x78\x7e\ \xe3\x42\x55\xd6\xbb\xbb\x7b\x49\x9a\x64\x59\x36\x9d\x4e\xe6\xf3\ \xb9\xe7\x79\x27\x4e\x9c\x98\xcd\x66\x7b\x7b\x7b\x83\xc1\x20\x08\ \x82\xd9\x6c\x56\x1b\x5d\x6b\x7d\xe2\xc4\x09\xce\xf9\xb3\xe7\xce\ \x85\x51\x74\xfc\xf8\x71\xe7\x1c\x22\xc6\x71\x0c\x87\xd5\xc2\x0d\ \x0d\x2f\x1f\xd6\x98\xce\xd1\xdb\x7f\xf1\xef\x27\x33\x83\x82\x23\ \xf0\xe0\xd8\xb5\xa7\x3a\xd2\x5a\x77\x85\x39\xc8\x04\xc0\x04\xe7\ \x52\x39\x82\xb2\xaa\x9c\x21\x00\x47\x84\x08\xe8\x9c\x65\x64\x89\ \x29\x6b\x74\xad\x35\x82\x43\x02\x00\x24\xb2\x68\x01\x88\x18\x00\ \x30\x04\x74\xdc\x6a\x70\x1a\x6c\x8d\x0c\x05\x0a\x63\x4d\x3e\x9f\ \x16\xf3\xa9\x14\x42\x48\xce\x85\x12\x52\xfa\x81\x1f\x25\x6d\x8e\ \xdc\x39\x67\xad\x25\xe3\x8c\xb1\xce\xd8\xda\xd4\x44\xc6\xf3\x95\ \x14\xd6\x99\x29\x03\xea\x75\x3a\x51\x48\xbd\x34\xf1\xbc\x1e\x73\ \xf6\x78\x3f\x5d\x4c\xb9\x10\x9d\x7e\xaf\x93\xcd\xc7\x14\xb0\x7c\ \x36\x39\xbf\xbb\xc7\x99\xf0\x83\x50\x13\x1d\x3b\x71\x3c\x9b\x65\ \x1b\x1b\xe7\x57\x57\x56\x56\x56\x57\x01\xa8\xd3\x69\x33\xc6\xa4\ \x12\x69\xda\xea\xb5\x3b\x40\xae\xae\xeb\xbc\xc8\x67\xb3\x59\x55\ \x9b\x0b\x1b\x17\x77\xf6\xf6\x7a\xfd\x85\xc5\xe5\x25\xe7\xdc\xfe\ \xde\x5e\x9c\x44\x47\x8e\x1c\x39\xcc\x1d\x38\x0c\x04\x5c\xbc\x78\ \xd1\x18\x53\xe4\x45\xad\x75\x2b\x6d\x95\x65\xc9\x18\x43\x00\x67\ \x6d\x2b\x49\x36\x36\x2e\x8e\x27\xe3\xd5\x95\x95\xfe\xe2\x62\xa3\ \x05\x0d\x2f\x2f\x9c\xf3\xc9\xf0\xfc\x27\x3e\xfc\xe1\x11\x4a\x8e\ \x8c\xcc\x2c\x13\x37\xfc\xb7\xff\xf4\x97\x8e\xb5\xd0\xd8\x2b\x89\ \x17\x10\x81\xa7\x38\x82\x76\x1a\xc9\x68\xb2\xe0\x49\xc9\x18\x0a\ \x29\x1c\x59\x22\x2b\x84\x24\x44\x44\x94\x8c\x31\x70\xba\xaa\x38\ \x59\xce\x18\x90\x25\xce\xc9\x22\x22\x03\x60\xd6\x58\x86\xe0\xc8\ \xe8\xb2\x20\xe4\x8c\x31\xce\x80\x39\x04\x83\x15\xf2\x8a\xf1\x32\ \x93\x8c\x33\x00\xae\xa4\xc7\x18\x57\x52\x1d\x56\x04\xc6\xaa\xcd\ \x18\x2f\xb2\x59\x39\x9f\xb5\x22\x2f\xf1\x65\xaa\xf8\x62\x1a\x2f\ \xf5\xd3\xb4\x15\x1d\xec\x6e\x81\x1e\x8d\xc7\x93\xb2\xa8\x9c\x5d\ \x2f\xcb\x3a\x8a\xd2\x85\xde\x6a\x95\xdb\x20\x0c\xea\x5a\x0b\xcf\ \x57\x51\xba\x94\xf6\xd2\xde\xe2\xf6\xc5\xcd\x83\xbd\xc1\xda\xfa\ \xea\xb9\xb3\x17\xe6\x79\xd6\x5f\xe8\x27\x49\x32\x9f\xe7\xb3\x6c\ \xbe\x3b\x18\x8e\xa6\x93\x9b\x6e\x3e\x5d\x1b\x73\xf1\xd2\xd6\xbc\ \x2c\xd6\x7c\x0f\x01\x74\x5d\x0b\xa5\xe2\x24\xb1\xce\x1d\x0c\x06\ \x5b\x3b\xdb\x88\x58\xd7\xb5\x1f\x06\x4a\x29\x47\x74\xf2\x9a\x93\ \x52\xca\x0b\xe7\xcf\xa3\x25\xc1\xc5\x6c\x3a\x1c\xe8\xdd\xd9\x7c\ \xde\xed\x76\x56\xd6\xd7\x95\xef\x35\x5a\xd0\xf0\xb2\xdb\x05\xd1\ \xc2\xa9\x9f\xfd\xaf\x7f\xc5\x22\x02\xaa\xd0\x6e\xfe\x87\xdf\xf9\ \xc8\xe6\x68\x7e\x3c\x6d\x1d\x46\xfa\xbf\x5b\x2d\x40\x04\xb2\xb6\ \xca\x33\x27\x14\x19\x0b\x8e\x3b\x72\x0e\xd1\x3a\x07\x0c\x38\x47\ \x40\x66\x8c\x11\x42\x78\x12\x9d\xb1\x86\x2c\x80\x45\x04\x20\x07\ \x40\x0e\x88\x2c\x39\x64\x9c\x73\x72\x0e\x01\x24\x83\xca\xd4\x64\ \x9c\x05\x22\x24\x70\x04\x7e\x88\x4c\x00\x1a\xe2\x1c\x99\x28\xaa\ \xca\x01\x03\x42\x07\x18\x84\x41\x14\x41\x5d\x6a\x5d\xe6\x49\xe8\ \x05\x42\xfa\x02\xdb\xa1\xbf\xd6\x6b\xb7\x93\x00\x4c\x61\xa6\xc3\ \xa0\x1d\xf6\xfa\xdd\xd9\x74\xbe\x79\xe9\x52\xb7\xb3\xe8\x79\xd1\ \xf6\xf6\xfe\xfa\xfa\xb1\xc1\xf0\x60\x73\x73\xb3\xd5\xeb\x0b\x3f\ \x08\x02\xbf\xd7\xeb\x1f\xec\xed\x4f\x87\x23\x5d\x5a\x67\xdd\x78\ \x3c\x19\x0c\xc7\x2b\x6b\x4b\x8a\x0b\x63\xed\x68\x3a\x99\x17\xb9\ \x0a\x83\x62\x3a\xbd\xf6\xba\x6b\x77\xb7\xf7\xb6\x77\x76\xc0\x01\ \xe7\x2c\x4c\x02\x47\x34\x99\x4c\xd2\x76\xaa\x8d\x3e\x7b\xe6\x6c\ \x59\x96\x8e\x28\xf0\x7d\x29\x65\x9e\xe7\xdd\x4e\x97\x23\xdb\xd8\ \x38\xcf\x19\x43\xa2\xf1\x74\xb6\xb4\xba\x7c\xf2\xe4\x35\x96\x9c\ \xb6\x06\x9a\x62\x84\x86\x97\x15\x22\xe2\x2a\xe8\x2f\xf9\x04\xc4\ \x98\xac\xb6\x2f\x14\x15\x8a\x6f\x93\xf6\xf2\x1d\xb5\x80\xb1\xd9\ \x6c\x56\x0d\x06\xd4\xea\x08\xe1\x13\xa2\xb3\xe0\x00\x4d\x55\x11\ \x11\x97\xa8\xb5\x35\xc6\x20\x51\x4d\x60\xea\xd2\x39\xc7\x01\xe8\ \x30\x6e\x40\x04\x74\x79\x6a\x08\x1d\xf6\x60\x47\x44\x64\x9c\x03\ \x3a\x24\x67\xac\x75\x44\xce\x96\x39\x20\x67\xc8\x90\x09\x40\xc6\ \x19\xe7\x42\x1a\x4b\xbe\x1f\x04\x9e\x32\x65\x46\x75\x99\x06\x4a\ \x60\x15\xf9\xe2\xd8\x91\xe5\x38\x90\x88\x86\xa1\x43\x8e\xdd\x5e\ \xaf\xd3\x6f\x0d\x0e\x0e\x06\x83\xc9\x60\x30\xea\xb4\xfb\x07\x07\ \xfb\x0f\x3c\xf0\xc0\x6d\xb7\xdd\xe2\x79\x2a\x08\x02\xc9\xc5\xb9\ \xb3\xcf\x72\x86\x4b\xbd\x7e\x12\x46\xb6\x28\x9f\x78\xe2\xf1\xe9\ \x6c\x12\x27\xb1\x21\xf3\xc5\x2f\x7e\xa9\x9c\xcf\x3d\xe5\xaf\x1d\ \x3d\x9a\xa4\xe9\xe6\xe6\xe6\x60\x38\x7c\xd5\xed\xb7\x2f\x2f\x2f\ \x6f\x94\x65\x99\x57\x4a\x49\x6b\xec\xc1\xc1\x3e\x22\x63\x8c\x25\ \x71\x12\x04\x41\x9e\xe7\x69\x9a\x5e\x7f\xfd\xf5\x8c\xb1\x43\x67\ \x21\x8c\xa2\xb5\x23\xeb\x4e\x9b\xb2\x2c\xbd\x30\x0c\xc3\xf0\xc2\ \xb9\x73\x79\x5d\xaa\x20\x38\x8c\x1d\x34\x72\xd0\xf0\x72\x21\xa4\ \x18\x9c\x7b\xf8\xb7\xff\xfd\x87\xa6\x52\x71\xc4\xe2\xe0\xe2\x6c\ \xf9\xee\x93\x8b\x2d\x72\xf5\x15\x6a\x01\x80\x33\x1a\xc0\x49\x29\ \x19\x63\x55\x6d\x2d\x80\x60\x9c\xa3\x42\x46\x8c\xb1\xc3\x07\xdf\ \x6a\x5d\x19\x4b\x4e\x33\xa2\x6f\xb9\xaa\xf8\x86\x10\x00\xe0\xe1\ \x17\x22\x32\x44\x60\x80\x87\x57\x8f\x40\xe4\x9c\xb3\x64\xb4\x21\ \x44\x44\x67\xc9\x0f\xc2\x28\x48\x6d\x5d\x56\xf9\x74\xa1\x15\x06\ \x9e\x8d\x02\xff\xda\x13\x2b\x9e\x62\x92\xbb\xc9\xf8\xc0\x96\xd3\ \xc0\xf7\xbc\xd0\xdf\xd9\xd9\x39\x7b\xe6\xac\xd6\xce\x5a\x7a\xe4\ \x91\x47\x46\xa3\xb1\xef\xfb\xf3\xf9\xdc\x18\xad\x6b\x1d\x05\xa1\ \xc7\x95\xae\x4a\x67\xac\xd6\x66\x34\x1e\x03\x80\x10\x62\x65\x65\ \x65\xfd\xc8\xfa\x2c\xcf\x76\x2f\x6d\x0d\x07\xc3\x23\xc7\x8e\xaf\ \x1d\x5d\xdf\xd9\x3b\xd8\xdc\xda\x1a\x0e\x87\xf9\xbc\xdc\xdd\xdd\ \xab\x8b\xba\xd5\x8a\x85\x12\x8e\xcc\x74\x3a\xf3\x3c\xaf\xd7\xeb\ \x31\xc6\x4e\x9d\x3a\x15\x45\x11\x63\x2c\xcf\xf3\x83\xc1\x41\x59\ \x14\x51\x18\x55\x65\xe9\x8c\x2d\xca\x72\x3a\x9d\x3a\xa2\x38\x4d\ \xb2\x59\x16\x3a\x6a\x6a\x93\x1a\x5e\x6e\x1f\xc1\xc6\x8b\xd7\xfd\ \xfc\xaf\xfe\x8a\x01\x86\xc2\x4b\x61\xe7\x77\x3f\xf0\x97\x9b\x83\ \xf9\xc2\x8a\x07\x70\x25\x3d\xce\x08\x80\x21\x00\x30\x63\x74\x35\ \x9f\x82\x41\x90\x9e\x05\x03\x52\x70\xe5\x59\x63\x5c\x55\x82\xd6\ \x60\x0a\x07\x08\x50\x59\x28\xbe\xe6\x82\xd4\xc0\x3c\x70\x0c\x80\ \x00\x6c\xcd\x2b\x07\x82\x98\x34\x96\x2c\x01\x3a\x4b\xce\x00\x39\ \x74\x0e\x18\x10\x00\x38\x00\x22\x00\x04\xe4\x60\x49\xb6\xd2\xba\ \xd2\x07\x83\x81\xcf\x2a\x19\x9b\x76\xd8\xf3\x94\x23\x9d\xd5\x9a\ \x2e\x6e\x5f\x62\x64\x89\x6c\xbb\x9d\xa2\x23\xe9\xf1\x76\xda\x2a\ \x0a\x6d\xac\xab\x2b\x1b\x47\xf1\x89\x13\x27\xfc\xc0\xab\xaa\x52\ \x6b\xbd\xb5\x75\x29\xed\xad\xcc\xa6\xe3\xed\x8d\xcd\xc1\xde\xde\ \xee\xce\xd6\x2d\xb7\xdc\xba\xb6\xbe\xca\x38\x1b\x0c\x86\x0e\xad\ \xef\x7b\xdd\x5e\xf7\xd1\xc7\x1e\xdd\xd8\xbc\xb8\x7a\xe4\x68\xb7\ \xdb\x7d\xe6\xcc\x99\xad\x4b\xdb\x8c\xa0\xd3\xed\x74\x3b\x9d\xd1\ \x64\x28\x84\x3c\x34\x70\x36\x37\x37\xb5\xd6\xb7\xdc\x72\x4b\x5d\ \xd7\x9f\xf9\xcc\x67\x86\xc3\x61\xb7\xd7\x0d\x83\x70\xff\x60\xff\ \xcc\x33\x67\xc8\xba\x56\x1c\xaf\xad\xad\x85\x51\x38\x3a\x18\x26\ \x7e\x88\x04\xae\xd1\x82\x86\x97\xdb\x47\x60\xd2\x6b\x77\x7b\x84\ \x80\x5c\xc2\x60\x63\x38\xd8\x2f\xb4\x41\xbc\xc2\x3a\xc5\xaa\xac\ \xee\x7e\xe3\xeb\xe3\x38\x11\xd2\x2b\xca\x0a\x19\xe7\xd2\xb3\x8e\ \x04\x17\x82\x73\x6b\x4d\x5d\x57\x44\x64\x8d\x56\x82\x03\x18\x5d\ \xe6\x88\xc8\x90\x31\x26\x18\x17\xe4\x10\x00\x2c\x39\xe4\xdc\xf7\ \x43\x62\xec\x70\xa2\x11\x90\x23\x67\x89\x1c\x1c\xde\x3f\x5e\x7e\ \xd7\x48\x08\x88\x1c\x80\xa5\x69\x6a\x1d\x4d\x67\x33\x8f\xbb\x58\ \xd2\xe2\xd2\x42\xaf\xdb\xd1\x75\x3d\x18\x1c\x5c\x7b\xcd\xd1\xc0\ \xf7\x0f\x33\x7f\x8d\xae\xe3\x56\xec\xac\x1b\x8f\xa7\x52\xa8\x20\ \x8c\xac\x75\x45\x91\x73\xc6\xa3\x38\x64\x0c\xa6\xd3\x0c\x85\x2a\ \x8b\xbc\x2a\x4a\x67\xae\x03\x84\x95\xe5\x65\xcf\xf7\x66\xd9\xac\ \xd6\xda\x91\x05\x47\x9c\x8b\x95\xa3\xc7\x08\xa1\xd3\xed\xc5\x49\ \xb2\xb6\xbe\x36\xcf\xe6\x69\xd2\x8a\xa3\x58\x29\xb9\x79\x69\x93\ \x31\x16\x04\xbe\x73\x2e\xcf\x0b\x63\xf4\xa9\x53\xd7\x69\xad\x3b\ \xbd\xee\x6c\x3a\x5b\x5f\x5f\x8f\xe2\x28\x9b\xcd\x0e\xf6\x0f\x74\ \x5d\xfb\x9e\xb7\xba\xba\x2a\x84\xc8\xe6\xf3\xa2\x28\x04\x17\x87\ \x39\x4e\xcd\x8e\x6c\x78\xf9\x7c\x04\x39\x38\xf7\xa5\xdf\xfa\x7f\ \xfe\x60\xc4\x3c\x01\x54\xcc\xe7\xdd\x5b\xde\x79\xf3\x4a\x72\xc5\ \xf9\x05\x45\x59\xfe\xf8\xdf\x7d\xcb\x4f\xbe\xf3\xc7\xbf\x69\x4a\ \x1f\x1d\xfe\x41\x70\xd8\xa7\x03\x2f\x87\x18\xe9\x72\x3c\x80\xbe\ \xf1\x3d\x5f\xf7\x17\x2e\x27\x1e\x7c\x93\xb5\x81\x87\xff\xf5\x8d\ \x3f\xbe\xfe\x53\x00\x00\x70\x98\xa2\xc3\x18\x23\x02\x07\xe0\xac\ \xb5\xce\x21\x20\x63\x0c\x2e\xff\x2e\xa0\xaf\x05\x23\x0e\xbf\xf3\ \xf2\xaf\x38\x1c\xa2\xf0\xb5\x03\x99\x1d\xe6\x28\x20\xfb\xda\x3b\ \x05\x6b\x2d\x11\x21\xb2\xcb\xef\x1b\xe0\xf2\x8f\x03\x38\x6b\x89\ \x88\x73\x86\xc8\x1c\x39\x72\x44\x40\x82\x8b\xc3\xf0\x07\x7e\xed\ \x25\x0e\xab\x0c\xde\x75\xdf\xbb\x90\x31\x6b\x0c\x11\x21\x43\xce\ \xf8\x61\x98\xd0\x5a\x0b\x44\xc8\x10\x91\x01\xd1\x7c\x3e\x6f\xb4\ \xa0\xe1\x65\xf5\x11\x4c\xd4\xbf\xf6\x67\x7f\xf9\xd7\x99\x60\xc6\ \x38\x3f\x69\x2f\xf4\xda\x1c\xae\x3c\xbf\xe0\xb0\x2c\xbf\x2c\xcb\ \x66\x4d\xbf\x85\x66\x4d\x1a\x5e\x19\x3e\x82\x23\xbf\xd5\x5f\xcc\ \x0f\x3e\x79\xff\xdf\x1c\x64\x26\x59\x3c\xf1\xc6\x7b\xdf\xb0\x92\ \x30\x77\xa5\x5a\xd0\xd0\xd0\xf0\x8a\x86\x49\x59\xef\x3d\xf6\x5b\ \xff\xf6\xdf\xe7\x9d\x95\xd1\xd6\x5e\xb2\x71\xee\xd1\x73\x07\xff\ \xcd\x2f\xbf\xaf\xaf\xe8\xb9\xa6\x01\x6b\xd6\xab\xa1\xe1\xaa\x8d\ \x17\x70\xb8\xf0\xc4\xe7\x47\xab\x6f\xfa\x17\xbf\xfe\xf7\x4e\x5d\ \x7b\xdb\xaf\xfe\x93\x5f\x3f\x92\x3f\xfe\xc4\xd6\x98\x3d\xdf\x74\ \xbf\x46\x0b\x1a\x1a\xae\x66\x9c\x05\xa5\x38\x39\xab\xe7\x7b\x0f\ \x7f\xf6\xb3\x1b\x33\xaf\x13\xf9\xdf\x1c\x9e\x6b\x7c\x84\x86\x86\ \xab\x1f\x63\xdc\xca\xf5\x3f\x76\x4f\xec\x88\x82\x8e\xdc\xf9\xf8\ \x5f\x15\x6f\x7d\xef\xcf\xdc\xb8\xe8\x5f\x71\x8f\xb3\x86\x86\x86\ \x57\xb8\x51\x60\xe3\xe5\xeb\xde\xb4\x8e\x55\x59\xbc\xfb\x1f\xfe\ \x4f\xf7\x79\x51\x12\x48\x5d\xd7\x74\xc5\xfd\x0b\x1a\x1a\x1a\x5e\ \xf1\x72\xa0\x4b\x0b\x80\x22\x4c\x5a\x08\xa4\x6b\xfd\xbc\x42\xd0\ \x68\x41\x43\xc3\x8f\x08\xe4\xac\xfd\xce\xdf\xd1\xc4\x0e\x1b\x1a\ \x1a\x1a\x2d\x68\x68\x68\x68\xb4\xa0\xa1\xa1\xa1\xd1\x82\x86\x86\ \x86\x46\x0b\x1a\x1a\x1a\x9e\x8f\xe6\x1e\xe1\x05\xf9\x5e\x7a\x16\ \x36\x45\x8a\x0d\x2f\xf9\x23\xfd\x62\x2b\xe5\x1b\x2d\x78\x41\xbe\ \x97\x19\x07\x4d\xef\xd3\x86\x97\xf0\xd4\x42\xd4\x5a\x5f\xbc\x78\ \xf1\xc5\x35\xdd\x15\xdf\xe5\x2f\x21\xe9\x01\x3e\xc7\xa1\x20\x87\ \xba\x46\x04\xba\x1a\x87\x82\x28\x11\x3e\xba\xf9\xa7\x0f\x9f\xff\ \x3d\x25\xc2\x2b\xb6\x07\xc8\x09\xee\xbf\xfb\xb6\x7f\x2d\x85\x4f\ \xd4\x4c\x4c\x69\x78\x89\xb4\xc0\x18\xb3\xbb\xbb\xfb\x03\xd3\x02\ \x44\x9b\xcf\xdc\x5f\xff\x2e\x64\x63\xf8\xe6\xdf\xe1\x1c\x44\x2d\ \xf1\x86\xf7\xe4\xda\x04\x71\x0b\xd9\xd5\x16\x7a\x40\x40\x6d\x8b\ \xac\x3a\xf0\x6c\x4c\xae\xaa\x8c\x06\x40\xce\x3d\xc9\x05\xb9\xda\ \x38\x90\x42\x01\x59\x6d\xad\xe0\x0a\xc1\x6a\x53\x5a\x22\xce\x3d\ \xc9\x25\x91\x95\x22\x6c\x7c\x84\x86\x97\x5e\x0e\x38\xe7\x3f\x28\ \x2d\x20\xe1\xd5\x0f\xfc\x87\xd5\xdd\xc7\xdb\xab\x47\xbf\x71\xc4\ \x11\x30\xa0\x92\x66\x7f\xfe\xdb\xff\xc7\x41\xbc\x7a\xef\x2f\xfd\ \xda\x55\xd9\xf0\x17\x91\x31\x14\x08\xe0\xc7\x37\x9d\x5e\xba\x46\ \x31\xb3\xbf\xff\xc5\x8d\xd1\x7e\xd0\xba\xae\x27\x8b\xad\xe1\x16\ \xaa\x85\xa3\xbd\x74\x34\x3e\x3b\xa7\xd6\xc9\xe3\x6f\xed\x07\xfe\ \x64\xfc\xd8\xc6\xc1\x86\x41\xc1\xb0\x19\xb8\xde\xf0\x4a\x82\xbd\ \xe0\xd3\x40\x80\xf5\x74\x94\x74\x7a\x6c\xb2\x8b\x93\x7d\x9a\x1c\ \xd0\xe4\x00\x47\x3b\x2a\xf0\x9f\xc4\xf6\x63\x9b\xfb\x37\xbf\xe9\ \x1d\x5c\xaa\xab\xb8\x99\x97\xb5\x76\x79\xfd\x67\xee\xbd\xee\x55\ \x4a\xad\xbd\xee\xce\x7f\x76\xd7\x62\xd7\x5f\xbc\xef\x1f\xbc\xed\ \x7f\xbf\x31\xe5\x95\xbc\xe6\x9e\x5b\x7f\xaa\xa5\xa2\xdb\x6f\xfb\ \xc7\xaf\x3f\x71\x4b\xe4\x2f\xf4\xd3\x65\x06\x8d\x53\xd0\xf0\x43\ \x64\x29\x7c\xad\x31\xe0\xf7\xa6\x05\x08\x00\xe0\xb4\x03\x20\x2a\ \xd6\x6e\x82\x56\xdf\x55\x85\xab\x0a\xb9\xb0\xfe\xd0\x4c\x7c\xe4\ \x4f\xfe\xf8\xd6\x5b\x6f\x5b\x3c\x75\xa3\x7b\xbe\x12\xc8\xab\x68\ \x39\x19\x87\xe2\xfc\xc5\x8f\x7e\xf2\xa1\x7f\xf3\xf1\xa7\xce\xdf\ \x74\xe3\x4f\x44\x66\x78\x69\x3c\xbc\xe5\xf4\x2f\x2c\x29\x33\x2f\ \x67\x41\xef\xf5\xa7\xbb\xee\xfe\x07\x7f\xe3\xcf\xbf\xf0\x9b\x7f\ \xf5\xe4\x5f\xd5\xa8\x9a\x98\x61\xc3\x0f\xc5\x51\xcf\x79\x71\xf0\ \xec\xa7\x3e\xfd\x85\x99\xe1\xec\x85\x1c\x87\xef\xc2\xc9\x27\x72\ \x44\xb9\xd7\xfa\xa3\xcf\x3f\xf9\x70\xc6\xbd\xee\xa2\xd7\x5f\xf9\ \x42\x2e\x3f\xf8\xb1\x4f\xde\xfd\x63\xaf\x59\x4d\x03\x6d\xec\x55\ \xbf\xa6\x04\x20\x44\x14\x7a\xde\x64\x78\x46\x8b\x85\x48\x89\x83\ \x8b\x1f\xfc\xc2\x20\x7a\xe3\xcd\x6f\xe6\x56\x07\x61\xcf\xe5\x97\ \x26\x55\x1d\xc6\x37\xbc\xee\x96\xf7\xf6\xb8\xb6\x4d\xa0\xa0\xe1\ \x87\x41\x0b\x18\x0c\xb7\xcf\xed\x16\x10\x85\x92\x5d\x9e\x59\x7c\ \x99\x17\xa3\x05\x44\xa4\x1d\x11\xd9\x6c\x36\xfd\xd0\x27\xfe\xf2\ \x4b\xa6\xf5\x15\xdb\xfa\xc3\x3f\xfd\xc4\x1d\xb7\x9c\x7e\xc3\x5a\ \x3a\x1d\x0e\x7e\x44\x0c\x2d\x6b\xf3\x42\x8b\x93\x27\xef\xe6\xf3\ \xa7\xa7\x96\x7b\x92\x9e\x7c\xf2\x03\x59\xf8\xfa\x5b\x17\xe2\xc1\ \xf0\x1c\xb4\x6e\x5a\x4f\x5b\x95\xf3\x4e\x1e\xf9\xb1\x84\x35\xb3\ \xd6\x1b\x7e\x58\x76\x2e\x17\xbc\x9e\x4d\x27\xf3\xd2\x3a\x72\x5f\ \x87\x5e\x6c\x5f\xa3\xca\x3a\x35\xbc\x74\xdf\xeb\x6e\xff\xbd\xbc\ \xf8\xc3\x8f\x7e\x02\x80\xae\x3d\x75\xdd\xdb\x6e\x5c\xab\x9f\x7c\ \xa8\x96\xc7\xe0\xea\x6f\xfb\xed\x8a\x5a\x9f\xb8\xee\x1f\xfd\x57\ \xdd\x9f\xe6\x6e\xeb\xd3\x0f\x7f\xbc\x5a\xfe\x47\x86\x90\x99\x9d\ \xcf\x3f\xf2\xbb\xd7\xbe\xea\xa8\x1d\x3f\xf4\xc0\x33\x37\xdd\xfd\ \x63\xbf\x71\xbb\xe5\x61\x7d\x2e\x33\xd4\xf8\x08\x0d\x3f\x0c\x58\ \x0b\x8b\xc7\x4f\xaf\x7c\xf5\xa3\x1f\xfc\xc0\x07\x92\x50\x1d\x5e\ \x6c\x91\xd1\xf1\x35\x77\xbc\xed\xb5\x37\x2b\x30\xdf\xfc\xec\x7e\ \x17\x5a\x40\x54\x3b\xd2\x93\xbd\x25\x46\x3f\xfb\xe6\x1f\xfb\x93\ \x07\xbf\xc2\x39\xbf\xef\xce\xd3\xe2\xd9\x87\xf3\xba\xaa\xb9\xbb\ \xea\x2f\xce\x04\x97\x3b\x17\x7e\xeb\xb7\x77\x12\xc9\xa0\x28\xf6\ \x0b\x8b\xf2\xe2\x7f\xfa\x33\xb4\xd2\x6b\x65\xbb\x1f\xfc\x7f\x3f\ \xe9\xa1\x63\x07\x67\x7f\xe7\x83\xdb\x0b\x3e\xc7\xb2\x1a\xd7\xe4\ \x09\x6c\x2c\x83\x86\x1f\x02\xdf\xd6\x19\x16\x2e\xbc\xed\xfd\x3f\ \x7b\xb0\x7b\x30\xaf\xcd\xe1\xa0\x53\xe7\x9c\x4a\xfa\x9c\xae\x64\ \x86\xda\x65\x23\x03\x08\xe3\xce\xc6\xa5\xe2\x08\xed\xc6\x95\x79\ \xdf\x2d\x47\x01\x99\xba\xf0\xe5\xf9\x64\xbc\x39\xab\x70\xa1\x73\ \xf5\xde\xa2\xa3\x75\xba\x32\x73\x04\x04\x98\x97\xf5\xf0\x30\x28\ \x8b\x80\x95\x2b\xbf\x36\xf2\x85\xb4\xc9\x11\x19\x00\xcd\xb2\x8d\ \x29\x10\x02\x43\x44\xa2\x6f\x1a\x09\xd5\xd0\xf0\x32\xca\x01\x81\ \x10\x5e\x14\xfa\x15\xe9\xa4\xbb\xd0\x6b\xf9\x64\xad\x73\xce\x3e\ \x67\x46\x82\x78\xc1\x60\x01\x03\xb7\x72\xf7\xbb\xce\x69\xfd\xd4\ \x74\x80\x15\xb2\xdd\x02\x00\x9c\x6b\x93\xdf\x96\xfd\xce\xd1\x7b\ \xee\xe3\xe0\xae\xca\x0b\x45\x47\xba\x1b\x1d\xbd\x69\xf5\x6d\x92\ \xfb\x57\xfe\x01\x38\xce\xd4\xa1\x46\x34\xdb\xb1\xe1\x65\x3b\xcd\ \x90\x31\xca\xbf\xfc\xa9\x8f\x3f\x78\x66\x12\x45\xb2\xc8\xcd\x35\ \xaf\x7d\xeb\xbd\xb7\x1e\xc1\x17\x39\x2b\x85\xa8\xb5\xb0\x74\xfd\ \xdf\xfb\xb5\xe7\x1c\x74\x88\x00\x02\xe9\x6a\x8d\x17\x68\x5b\x1e\ \xed\xdd\x71\x72\xe1\xf5\x2f\xee\x79\x26\x80\xda\xe4\xcd\x0c\xb5\ \x86\x97\x11\x2e\xd8\xc1\x33\x8f\x7e\x65\x9b\xbf\xfd\xfd\x3f\x77\ \xa4\x25\xa7\x9b\x5f\xf9\xc8\xa7\x3f\x77\xe1\xc8\x4f\x5d\xd3\x16\ \xe6\x39\x72\xf0\xdd\xd5\x23\x10\x49\x3c\x1c\x9c\xf8\x5c\xbb\xe1\ \x2a\xde\xeb\x68\x9d\xb6\x4e\x37\x5b\xaa\xe1\x95\xeb\x22\x14\xf3\ \x4c\x76\xd7\x8e\xaf\xf6\x94\xb3\xc9\xb1\xe3\x1d\xfe\x78\x5e\xd5\ \x80\xf2\xb9\x27\xdc\x77\x5b\xa7\x48\x44\xd0\x1c\x71\x0d\x0d\xaf\ \x2c\x3f\xd7\xe1\xe2\x91\x6b\xd5\x97\xff\xfc\x3f\x7f\x30\x3f\xb1\ \x18\xec\x9d\x7b\xf2\x20\x3a\x76\x77\x37\x7e\xde\x39\xcb\x4d\x2f\ \x93\x86\x86\xab\x57\x0b\xac\x51\xbd\x93\xef\xbe\xef\xc7\x57\x55\ \xbe\xb5\xb5\xa7\x56\x6f\x7d\xcf\xbb\xde\xb4\x10\x71\x21\x24\x67\ \xf8\x22\xed\x82\x86\x86\x86\x57\x1c\x8c\xf3\x62\x70\xe1\xc1\xcf\ \x7d\x69\xce\x94\x10\xa2\x1e\x5d\xfa\xf4\x9f\x6e\x10\x39\xe3\xd8\ \xf1\xdb\xde\x70\xe7\xc9\x8e\xb1\xee\xdb\x6b\x01\x22\x71\x01\xd6\ \x36\xeb\xf8\xfd\x74\xda\xb8\x00\xd6\x98\x60\x0d\x2f\xb9\x16\x30\ \x1c\xef\x9c\x7d\x76\xbf\xb8\xf9\xb6\x63\x0a\x9c\x9b\xef\x7d\xe1\ \xab\xdb\x27\x6e\xbd\xad\xeb\x63\xea\xf3\x6f\xc9\x3e\x14\xdf\xaa\ \x04\xd6\x88\xe9\x3e\xea\xba\x59\xc7\xef\xa7\xa9\x56\xfa\xac\xc8\ \x00\xb1\xb9\x62\x6c\x78\x89\x8f\x21\x5d\xeb\xd6\xda\x75\x6f\xb8\ \xfb\x8d\xca\x5a\x61\x76\x06\xdb\xa3\x63\x37\xde\x7a\xeb\x4a\x58\ \xd7\xb5\xb1\xdf\x46\x0b\x10\x40\x48\x19\x8e\x2f\x85\xbf\xf7\x2f\ \x9b\x25\xfc\x01\x80\xe0\x47\x1c\xb3\x66\x21\x1a\x5e\x3a\x25\x20\ \xec\x2f\xad\xe4\x0f\x7f\xfe\xfe\x07\xdb\xd7\x2f\x86\xc3\xf3\x5f\ \xda\xc8\xe5\x69\xc5\xab\xaa\xb6\xdf\xee\x4e\x11\x01\x34\xe1\x56\ \x8d\x85\xb6\xd4\xb4\xe9\xfb\x41\x7c\x2a\x00\x71\x4d\xc3\xca\xb1\ \x66\x71\x1b\x5e\x2a\xac\xb5\xe1\xf2\x0d\x6f\x7d\xdd\xf8\xfe\x87\ \x3e\xf5\x8c\x03\x50\xe9\x5d\x6f\x7a\xf3\x6a\xc2\xed\xf3\x05\x01\ \x2e\x6b\x81\x44\xda\xb5\xf2\x9f\x9c\xf5\x2f\x5c\xb8\xe0\xac\x7d\ \x71\x3d\x92\x1a\x5e\xd8\x7f\x43\x88\x18\x36\x09\x48\x0d\x2f\x99\ \x61\x60\x1d\xae\xdd\xfc\xc6\x9f\xbf\xfe\xb5\xda\x38\x2e\x95\x60\ \x60\xbf\x4d\x34\xf0\x1b\xed\x93\x89\x5c\x14\x06\x2b\x8b\x8b\xd6\ \x5a\x68\xb4\xe0\x07\xe5\x27\x00\x22\x46\x51\xe4\x9a\xb2\xe6\x86\ \x97\x4c\x0e\x8c\x39\x2c\x5e\x06\xb2\xdf\xa1\xd9\x88\xf8\xdb\xa7\ \x16\xef\x2f\x2c\x34\xab\xf7\x92\x7c\x40\x8d\x69\xd0\xf0\xd2\x9d\ \x41\x8c\xb3\xaf\xf5\x35\x22\x67\xed\xf3\x95\x23\x7c\xeb\x3d\x42\ \xb3\x45\x1b\x1a\xae\x36\x21\x10\x82\x95\xd9\x78\x30\x1c\x97\x06\ \xc3\x56\xbb\xdf\x6d\x0b\xb4\xd6\xbd\xd8\x1c\xe4\x86\x86\x86\x57\ \xa2\x10\x70\x01\xdb\x4f\xfe\xcd\x27\x3e\xf5\xd0\x94\x45\xb1\x82\ \x6c\x56\x2c\x5e\x7f\xd7\xdb\xff\xce\x6b\x52\x69\xad\xfb\x36\x5a\ \xe0\x00\x0a\xd7\x84\x09\x7e\xb0\x08\x04\x1f\x1b\xdb\xab\xe1\x25\ \x82\x09\x51\xed\x3f\xfd\x17\x9f\xfa\xca\xd1\x37\xfe\xe4\x6b\x4e\ \x2d\x71\x04\x9d\xed\xfd\xd5\xc7\x3e\xf6\xc9\xbf\x49\x7f\xea\x9e\ \x1b\xd1\x69\x7a\xae\x16\x58\xc2\x8e\xb0\x3f\x95\x96\x4d\xd3\xce\ \x1f\x1c\x12\xe1\x5c\x2d\xbe\x50\xfa\xa2\x99\xa4\xd4\xf0\xd2\x68\ \x01\xd2\xfe\xa5\x73\x6e\xfd\x96\xd7\xdf\x7e\x2a\x30\xa5\x21\x08\ \x57\xae\xb9\xf7\xee\x3b\xfe\xe0\xd3\xcf\x8e\xee\xba\xa1\xef\xe1\ \x37\x7b\x0a\x5f\xd3\x02\x80\x36\x73\x3f\xdd\x9e\x1b\xe7\x58\x5d\ \x36\x82\xf0\x7d\x36\xd4\x00\x88\x0b\xee\xfb\x1f\xdd\x71\x7f\xbc\ \x33\x3d\xba\xd0\x65\x4d\x4a\x72\xc3\x4b\x01\x11\x91\xa7\x04\x38\ \x63\xac\x73\x00\xc6\x58\xe4\x42\xc2\xf3\xb4\x3f\x15\x5f\x9f\x77\ \xe4\x00\x4a\xe3\xf2\xb8\x3f\xbf\xf3\x4d\xe8\x4c\xb3\x8a\xdf\xcf\ \x0f\x84\x2b\xb9\xf7\xec\xd2\x85\x87\x27\x79\xbd\xbb\x33\xee\x85\ \x5e\x9a\xa6\xcd\xb5\x62\xc3\x0f\x5e\x09\x30\xe9\x2c\xc9\xad\x79\ \x4d\x22\x54\xe4\x88\x00\xdd\x2c\x2f\x5b\xeb\xcb\xb1\xc7\xbe\xa5\ \x72\xf9\x6f\xc7\x0e\x9d\x75\x61\x7b\xfa\x9a\xf7\xa0\x2e\x9b\x75\ \xfc\x3e\xe2\x54\x14\x3f\xfa\x49\x7c\xf6\x73\x88\xc8\x18\x6b\x52\ \xb9\x1a\x5e\x1a\xac\xb1\xad\xf5\x9b\xdf\xde\x9e\xec\x3e\xf5\xa5\ \xa7\x66\x75\x6b\x61\xf5\xf8\xfa\x42\xf7\xd8\x2d\x6f\x3d\xca\x15\ \x98\x17\xea\x77\x48\x8e\x55\x73\xd4\x55\xb3\x8e\xdf\x57\x7d\x06\ \x34\x75\x93\xdb\xdd\xf0\x52\x3b\xa7\x8c\x61\x3d\xf9\xe2\xfd\x7f\ \xfa\xf8\x50\x2e\xf7\xfc\x47\xbe\xf8\xd0\x23\x37\xdc\xfd\xae\xbb\ \x4f\x07\xa4\x9b\x3b\xc5\x86\x86\x1f\x21\x38\xc7\x9d\x73\x8f\x9e\ \xd3\x2b\x3f\xfd\x8b\x6f\x5b\xf0\x59\x75\xf0\xe4\x7f\xf9\xf0\x43\ \xe7\x6e\x38\x71\xc3\x82\xf7\xe2\x7b\x9c\x35\x34\x34\xbc\x22\xfd\ \x53\x6b\x41\x78\x81\x27\x19\x27\xcf\x0f\x04\x92\x23\xf7\xbc\xb5\ \xf3\x8d\x16\x34\x34\x5c\xbd\xf1\x02\x47\x8b\xc7\x6f\x5a\x7a\xec\ \x23\xbf\xf7\xbb\xfb\xab\xdd\xe0\x60\xfb\x92\x58\xbf\xe3\x78\x2f\ \x72\xcf\x77\x39\xd0\x68\x41\x43\xc3\x55\x0b\x59\x8b\xe1\xe2\x5b\ \xde\xfd\xde\x67\xcf\x9e\x3d\xc8\xcc\xea\xc9\xd3\xa7\x4e\x1e\xf1\ \x99\xb1\xcf\x77\x85\xd5\x68\x41\x43\xc3\x55\x2e\x08\xc0\x84\xe7\ \x87\x5e\x5d\x7b\x4a\x02\x39\x22\x6c\x7c\x84\x86\x86\x1f\x2d\x90\ \x71\xac\x86\x9f\xf9\xc8\x87\x9e\x9e\xc7\xeb\x8b\xd1\xe0\x8b\x0f\ \x3e\x7c\xf4\xb5\xef\x79\xcb\xed\x3e\xda\xe7\xc9\x35\x6a\xd6\xab\ \xa1\xe1\x6a\x85\x73\xdc\xbd\xf0\xf8\x05\x7b\xe4\xfd\xbf\xf0\xe3\ \x8b\x01\xd3\xc3\x67\xfe\xf0\x83\x9f\xbd\x30\xbc\xe1\xa6\x45\xdf\ \x3d\xa7\x93\x41\x93\x09\xdb\xd0\x70\x35\x3b\x08\x65\x51\x04\xed\ \x76\x20\xa8\x2c\x6b\x62\x5c\x29\x49\xd6\x68\xad\x9f\xdb\xc2\xa0\ \xb1\x0b\x1a\x1a\xae\x66\x2f\x21\xe9\x2e\x4c\x1f\xf8\xdc\x07\xf6\ \x9e\x56\x0c\x6c\x55\x8c\x66\x7a\xf0\x89\x0f\x3d\x48\x78\xed\x6b\ \xde\x76\xcf\x4d\x7d\x63\x5c\xa3\x05\x0d\x0d\x57\x3f\xd6\xd8\x64\ \xe9\xfa\xfb\xde\xb7\xa0\x89\x01\x10\x22\x92\xb3\xc6\x58\x47\x10\ \xa6\x91\xb5\xd4\xd8\x05\x0d\x0d\x3f\x1a\x1e\x02\x11\xf7\xc3\x7e\ \xa7\x7e\xe6\x99\x67\xc7\x85\x89\x3a\xcb\xa7\xae\x3d\x1e\x4b\xb0\ \x8e\xc8\x19\xd3\x68\x41\x43\xc3\x8f\x8a\x87\xc0\x04\x65\xbb\x9f\ \xfc\x93\x8f\x5c\x32\xb2\x9c\xcd\x95\x92\x8f\x9d\xbb\xfd\xdd\x6f\ \xb9\xc3\x47\xf3\xdc\x8e\x3a\x4d\xec\xb0\xa1\xe1\xaa\x85\x73\xd8\ \xdb\x78\x62\xd7\x3f\xf5\x33\xef\x7d\xdb\x89\xa3\xd7\xdf\xf7\x9e\ \x77\xc6\xe3\xa7\xcf\x1f\xcc\xf9\xf3\xb5\xcf\x68\xb4\xa0\xa1\xe1\ \x6a\xf6\x12\x74\xad\xbd\x28\xf6\x04\x1a\x5d\x1e\xec\xed\xcd\x4a\ \x94\x82\x01\x5d\x79\xae\x11\x11\x11\x11\x22\x10\xc1\x61\xd5\x3d\ \x02\xd0\xe5\x2f\xf8\x96\xf4\x25\x04\x00\x44\x44\x24\xfa\x46\x22\ \x03\x43\x74\x44\x82\x73\x2e\x04\x39\x27\xa5\x3c\xfc\x31\xeb\xac\ \xe0\x22\xcf\x73\x47\x7f\xab\xcb\x22\x11\x70\xce\x84\x10\x5a\x9b\ \xaf\x97\xf9\x13\x11\x00\x7a\x9e\xe7\xf9\x9e\xae\xb5\x94\x12\x00\ \xaa\xaa\xaa\x8d\x39\x7c\x6f\x8c\x31\x04\x50\x9e\x12\x5c\x68\xa3\ \x39\x63\xc8\x98\xae\x6b\xa5\x94\xb5\x87\x95\x18\x68\xad\xe5\x9c\ \x5b\x6b\x38\xe7\x44\x60\x8c\xe1\x9c\x23\xa2\xd6\x5a\x08\x01\x44\ \x80\xe0\x9c\x23\x02\x29\x65\xad\x75\x59\x96\x82\xf3\x20\x08\x00\ \xd1\x39\x57\x55\x95\x10\xc2\xb9\xcb\xef\xd6\x39\x07\x88\x9e\x52\ \x8c\x73\x04\x70\xce\x39\xe7\xb4\xd6\x5a\xd7\x00\x80\x87\x8b\xd1\ \x34\x2f\x6a\x78\x59\x71\x0e\xda\xcb\x27\x8f\x23\x18\x27\x3c\x73\ \xf1\x93\x9f\xde\xbb\xf9\x35\x77\x1f\xef\xfa\x96\xec\x95\x69\x81\ \x73\x2e\x4d\xbb\x9d\x6e\xcf\x98\x1a\x19\x68\x5d\xe7\x79\x4e\x44\ \x7e\x18\x71\x26\x01\x98\x73\x87\x8f\x19\x31\xce\xc9\xb9\xaa\xae\ \xca\xb2\x9a\x8c\x27\x0b\x8b\xfd\x38\x0a\x1d\xa1\x73\x6e\x3c\x1a\ \x2d\xf4\xbb\x5f\xfa\xca\x23\x5f\xfc\xd2\x97\x7b\x8b\xfd\xcf\xdc\ \xff\xe9\xb2\xae\x7c\xdf\x3f\x7e\xfc\xc4\xe3\x8f\x3f\xf6\xaf\xfe\ \xd5\xbf\xee\xf7\xda\xc6\x82\x75\xc4\x18\xe3\x82\x38\xc3\x8d\xcd\ \xdd\xaf\x7e\xf1\x2b\xaf\xb9\xeb\xae\xa2\xaa\x19\x93\x52\x70\xcf\ \x93\x48\xf4\x7b\xbf\xff\xfb\x7f\xf4\xfb\x1f\x78\xdd\xbd\x77\x7f\ \xe1\xf3\x0f\x69\xa3\xdf\xf7\xbe\xf7\xdc\x73\xd7\x6b\x6c\x5e\xf9\ \x41\xb8\xb3\xbd\x53\xd5\xf6\xcf\x3e\xfe\xf1\x27\xce\x3e\xf1\xba\ \x57\xbf\xf1\xd2\xf6\xf6\xc1\x60\xf8\xc6\xbb\x5f\xff\x99\xcf\xde\ \xbf\xb2\xba\xa2\xa4\xe7\xc8\x5d\x73\xf2\xe4\x33\xcf\x3c\x73\xc3\ \x0d\x37\x5e\xb8\x70\x41\x08\x7e\xfa\xf4\xe9\x4b\x5b\xe7\x67\xb3\ \xc9\x1d\x77\xdc\xf5\xf8\x13\x4f\x4b\xae\x00\xb0\xdb\xe9\xc4\x51\ \x70\xff\xa7\x3e\xf9\xf6\xbf\xfb\x96\x9f\x7e\xff\xfb\x9f\x78\xea\ \xec\xff\xfd\x7f\xfe\x66\x36\x9d\xf4\x7b\xdd\xf7\xbe\xe7\x3d\x8f\ \x3f\xf1\x78\xbb\xd3\xad\x74\x0d\x8c\x77\xfb\x7d\xa7\xcb\x8f\xfe\ \xf1\x87\x36\x2e\x6e\x96\xb5\x3b\x76\xfc\xd8\xc2\xe2\xf2\xab\xef\ \xbc\xeb\xcd\x6f\x79\x4b\xad\x89\x00\xb4\x31\xd9\x68\xa7\xd9\x8e\ \x0d\x2f\xa7\x16\x58\x1b\x2d\x9e\x7c\xdd\x0a\xd3\x75\xf9\xda\xb7\ \xbe\xef\x2e\x19\xb5\x93\xc0\x19\xf3\xbc\x4d\x0c\xbf\x93\x16\x48\ \x29\x9f\x7c\xf2\xa9\xc1\x60\x18\x84\x5e\x18\x7a\xda\xea\x20\x08\ \xac\x75\x51\x9c\xf8\x5e\xac\xbc\x40\x0a\x21\x3d\x2e\x18\x53\x9e\ \x27\xa5\x8c\x65\xdc\xef\xf7\x16\x17\xfa\x55\x5d\x5b\xeb\x10\x10\ \x09\xa5\xf4\x94\x1f\xbf\xfe\x75\x6f\xb8\xe3\x8e\x3b\xa4\x92\xef\ \x7a\xc7\x3b\x46\x93\x59\x3e\xcf\xc3\x30\x78\xe2\x89\xa7\xda\x9d\ \xae\xe7\x47\xd2\x91\xb1\x86\x71\x6e\x9d\x65\x0c\x93\x56\x1a\xb7\ \xda\x16\xb0\x15\xc5\xd6\x60\x3e\x9b\xeb\xac\xb2\x46\x07\xdc\x5b\ \xe8\x2f\xa5\x41\x2c\x00\x9d\x75\x68\x9c\x27\x45\x46\x85\x35\xc6\ \x01\xb5\xbb\x9d\xb2\xd2\x8f\x3c\xfa\xf8\x42\x67\xfd\xec\xb3\xe7\ \x2f\x5e\xdc\x5c\x5c\x59\xf9\xcb\xfb\xff\xe2\x9a\x13\xd7\x05\x61\ \x88\x08\xe3\xe1\xf8\xab\x8f\x3c\x62\x8c\xfd\xeb\xbf\x7e\x70\x65\ \x65\x39\x8e\x93\x07\x3e\xf7\x97\x65\x39\x67\x4c\x3e\xf2\xe8\xe3\ \xbe\x17\x95\x79\x79\xe3\x0d\xd7\xa7\x71\xd4\x4d\xd3\xf1\x60\x10\ \x85\x61\x9e\x65\x1f\xf9\xf0\x87\x5f\x7b\xe7\xab\x57\x4f\xdf\x38\ \xd8\xdb\x1d\x1d\xec\xb7\x5b\xb1\xaf\x64\x90\x24\xfd\x5e\x5f\x09\ \xbc\xfb\x9e\xbb\xcf\x3c\x7b\x7e\x6b\x7b\x87\x71\xaf\xd3\x5f\x5a\ \x3f\x76\x42\x78\x49\xed\xea\xbc\x28\x85\x0a\x10\x19\x35\x6d\x4e\ \x1b\x5e\x5e\x27\xc1\xd9\xda\x59\x40\xd1\xea\xf4\x01\xdc\xb7\x13\ \x82\x17\xd0\x02\xe5\x79\x0f\x3f\xfc\x37\xff\xd7\xbf\xfb\xcd\x76\ \xa7\x75\xcf\xbd\x6f\x40\x86\x49\x12\x2b\xe5\x33\xc6\x38\x53\x8c\ \x2b\xcf\x53\x81\x2f\x84\xe4\x08\x88\x88\x52\x29\x63\x4c\x1c\x45\ \xd3\xe9\xf4\x60\x30\xb8\xb4\xb9\x79\xe1\xdc\xc6\x9d\x77\xde\x75\ \xef\xbd\x6f\x9a\xcd\xa6\xed\x76\x3b\x0a\x42\x29\x65\x18\x86\xfd\ \x30\x10\x82\xdf\x7d\xc7\xed\xce\x1a\xca\xe7\x0c\x40\x02\xa0\x81\ \x50\x79\xc6\x98\x9e\xe7\xbd\xf3\xde\xbb\x7d\x5f\x32\x06\x54\x81\ \xb3\x8e\x73\x06\x0e\xee\xba\xe5\xfa\x7f\xfa\xcf\x7e\x15\x2c\xb9\ \xea\xbf\x67\x42\x02\x43\xe0\xae\xd6\x46\x4a\x65\x8c\x63\x8c\xdf\ \xf6\xda\x3b\xff\x97\xe9\xff\xa6\x7c\x6f\x3a\x9e\x39\x80\xc8\xf7\ \xff\xf9\x3f\xff\xb5\x30\x08\xb4\x31\x75\x55\x47\x51\x98\x17\x85\ \x10\x72\x7f\x6f\x17\x11\x17\x17\x16\xef\xbd\xf7\x75\x65\x9d\x2f\ \x2d\xad\xdc\x73\xcf\xbd\x82\xab\xba\xa8\xc3\xc0\x1f\x8f\x06\xad\ \xf8\x8e\x24\x0a\xce\x3c\xf3\x8c\x75\xe6\xef\xff\xd2\x2f\xde\xf7\ \xce\x77\x80\xb3\x83\x83\xfd\x3b\xef\x7a\xf5\x89\x93\x27\x6a\xeb\ \x76\xf7\x07\x75\x39\x47\x3f\xf4\x92\xee\x4d\xb7\xf5\x6e\xbe\x9d\ \x7b\x7e\xfc\xf4\x99\xb3\x93\x5c\x17\xc6\x6a\x02\xc7\x79\x5e\xe9\ \x66\xf2\x4c\xc3\x0f\x8f\x26\x58\xfb\x02\x4d\x4c\xbf\x93\x16\x58\ \x63\xae\x3b\x75\xea\x86\xeb\xaf\x3d\x38\xd8\x0f\x3d\x5f\x2a\xee\ \x8c\x2d\xf4\x4c\x49\x4f\xf8\x8c\x88\x98\x40\x53\x54\xdc\x29\xce\ \xb9\x23\xb2\xa6\x66\x8c\x8d\xf7\x32\xeb\x6c\xa2\xc4\x42\xbb\x25\ \x8e\xad\x0d\xb6\x36\x3e\xfe\xc7\x7f\xe4\xfb\x7e\x1c\xc5\x83\xbd\ \x3d\x67\x2d\x38\xe2\x8c\xc7\x71\xbc\xb0\xb8\x58\x02\x12\x47\xc1\ \x85\x94\xf2\x70\xc6\x53\xbb\xdb\x2d\x8a\x3c\xcb\x32\x04\x50\xbe\ \xcf\x95\x64\x9c\x21\xa2\xf4\x94\x75\x56\x29\xa5\x94\x12\x52\x70\ \xce\x5b\x49\x42\x00\x1c\x11\x19\x23\x02\x29\x3d\x2f\xf0\xb9\x14\ \xd6\x91\x0c\xd0\xf3\x3c\xc5\x78\xf7\xc4\x11\xc1\x15\x32\x64\x88\ \x8c\xb1\x43\x5f\xe6\xf4\x8d\xd7\x01\x91\x31\xe6\x96\xdb\x6e\xd4\ \xa6\x66\x4c\x20\x31\xae\x14\xd4\x16\xc8\x01\x67\x3b\x9b\x1b\x0f\ \x3c\xf0\x99\xbd\xc1\x81\xf0\x82\x3b\xef\x78\x75\x9e\xcf\xfb\xbd\ \xb6\x73\xad\xe1\xe0\xe0\x4f\x3f\xfa\x27\xbb\x07\x07\x42\x79\xdd\ \xde\x62\x7f\x69\xf5\xf6\xdb\x5f\xdb\x5d\x58\x50\xbe\x6f\x8c\x7b\ \xf5\x6b\x5e\xa3\x8d\xcb\xf3\x42\xaa\x00\xc1\x85\xa1\x9f\x67\x8c\ \x9c\x69\x5a\x9b\x35\xbc\xa4\x0f\xfd\x8b\x3d\x81\xc4\x77\x7e\xd1\ \xd0\x0f\x16\x7a\xfd\xaf\x7e\xe5\x4b\x1f\xff\xf8\xc7\x96\x96\x16\ \x38\xa3\xe9\x64\x2a\xb8\xe7\x7b\x3e\x00\xb6\x5a\x2d\x0e\x06\x11\ \x94\x52\x42\x08\x44\xf4\x3c\x8f\x71\xe6\x29\x4f\x79\xaa\xae\x6a\ \x9f\x0b\x15\x05\x4a\x72\x46\x16\xaa\x5c\x3a\xc3\x10\x95\x12\xb6\ \x36\x0b\x61\x10\x33\xb4\x81\x98\xd4\xa5\xa9\x73\x3d\xd7\x65\x55\ \xe9\xaa\xc2\x0d\x44\x44\x04\xa8\xab\x3a\x9f\x4d\x42\x29\x10\xd1\ \x12\xa8\xc0\xf7\x83\x80\x0b\x79\x18\xae\x14\x42\x84\x61\x2c\x80\ \xb5\xe3\x96\x90\x62\x3e\x9f\x17\x55\x89\x08\x5f\xf9\xea\x57\x2d\ \xb9\xd5\xd5\x15\x4b\x96\x03\xcb\xa7\xf3\xd1\x70\x34\x9f\xcf\xb9\ \x10\xad\x56\x8b\x21\x0a\x29\x8d\xd6\x9d\x6e\xb7\x2e\x2b\x50\x2c\ \x4e\x5a\x08\xc8\x00\x05\x93\x08\xe8\x7b\xca\x91\x03\x70\x4c\xf0\ \x37\xbd\xe5\xcd\x17\x36\xb6\xfe\xcb\x87\x3e\x18\x7a\x22\x0a\x3c\ \x67\xf4\x68\x34\xa8\xeb\xba\xd2\x1a\x85\x58\x5c\x5a\x3e\x59\xd6\ \x55\x59\x79\x5e\x30\x9e\x4e\x95\x17\x30\xa6\x6e\xbc\xf9\xc6\xc5\ \xc5\x95\x72\x56\x86\x61\xac\xab\x9c\xc8\x35\x42\xd0\xf0\x52\x82\ \x88\x4a\xa9\x17\xd7\x5c\xf7\x05\xb4\x20\x08\x82\x20\x08\xf6\x86\ \xe3\xaa\x2a\x7d\x25\xa2\xd0\x97\x9c\xef\xef\xef\x0a\xe4\x41\x18\ \x33\x22\xb0\xd5\x7c\x9e\xcd\xe7\x99\x10\xf2\x30\xc9\x51\x4a\x59\ \xd7\xfa\xf0\x2e\xc0\x13\xd2\xf7\x3c\x00\x74\x5a\x07\x5e\x50\xe5\ \xb9\xc7\x65\x12\xc7\xf3\x2c\x7b\x36\x88\x10\x51\x46\xa1\x52\x1e\ \x39\x62\x0c\xa5\x90\xe4\x2c\x00\xfa\x41\x40\x44\x3e\xb2\xb5\x30\ \x70\x95\x61\x0c\xc3\x34\x71\xc8\x63\x3f\xe6\x5c\x86\x41\x24\x85\ \xf0\xa4\x17\x04\x61\x4d\x60\x01\x38\xc3\x3a\xe4\x14\x26\x42\xf1\ \x85\x3b\xfd\x79\x31\xcf\xb2\x19\x00\x58\x80\xb8\xe7\x33\xc0\xd0\ \xf7\xf3\xa2\x20\x63\xf2\xaa\xd2\xc6\x20\x40\x36\x9d\xd6\xb5\x66\ \x9e\x08\xa3\x88\x8c\x73\xc6\x80\xa3\xe1\x60\x34\x1e\x8f\xbb\x0b\ \x5d\x47\xf4\xb3\x3f\xff\x73\xaf\x7a\xf5\x1d\x71\xbb\xfb\xd0\x43\ \x0f\xa2\xd3\xad\x38\x98\x8e\x87\x81\xef\x21\x50\x1c\x47\x65\x5d\ \x0f\xf6\x76\xa7\xe3\x31\x43\x51\x16\x25\x01\x64\x59\xe1\xf9\xe1\ \x5f\x2f\xaf\x28\xe5\x05\x51\x14\x85\xb1\xef\xfb\x6f\xff\x89\xb7\ \x09\x21\x1a\x4f\xa1\xe1\x25\x8a\x14\x3a\xa7\x94\x3a\x7d\xfa\xf4\ \x0f\xc4\x2e\x10\xd2\x8b\x93\xd4\x97\x92\x80\x86\xc3\x21\xb8\x56\ \x1c\x46\x9d\x56\x8b\x31\x0e\x84\xb3\xc9\x64\x7d\x6d\x49\x0a\x61\ \x8c\xd1\xda\x94\x65\xc9\x39\xd7\xda\x30\x44\xce\x58\x91\x97\x46\ \xe8\xb2\x28\xab\xaa\xca\xe7\x73\xc9\xb8\x64\xbc\x15\x27\x9c\x73\ \x6d\xed\xe6\xf6\x96\x20\x0c\xe6\x5a\x39\x44\x80\x6e\xa7\x4b\x88\ \x48\xa0\xab\x7a\x2f\x9b\xf5\x3a\xdd\xba\xaa\xf7\x18\xc9\xc8\xe3\ \x4a\xc9\xc0\xd3\xd6\xa1\x60\x5a\x1b\x81\x3c\x50\x4a\x71\xc9\x90\ \x57\xa1\xe7\xa7\x89\xe0\xbc\x95\xa6\x41\xe4\x3b\xa0\x20\xf0\x43\ \xce\x7c\x19\xf8\x9e\x67\xa5\xd4\xa1\x7f\xea\xd4\x75\x9c\x73\x00\ \xb0\xce\xc5\x51\xa4\xb5\x3e\x1c\x09\x61\x8c\xd5\xd6\x38\x22\x5b\ \x6b\xab\x35\x58\x5b\x96\x85\xd1\x76\x5a\xe4\xdb\xfb\xbb\x7e\x18\ \xea\x5a\x7b\x2a\xe8\xf7\x97\x06\x7b\xdb\xce\x92\x10\xa2\x93\x76\ \x20\x75\xc0\x18\xe7\x9c\x4b\xc5\x80\xd0\x98\xc3\x5b\x57\x02\xac\ \xb5\xad\xca\xd2\x6a\x5d\x0c\x26\xd9\x1e\x79\x2a\x20\xf7\xd6\x66\ \x83\x36\xbc\x52\xf8\xce\xf9\x05\x24\xa4\xea\xf4\x16\x97\x96\x57\ \xeb\x2a\x2f\x2b\xbd\xbd\xbb\xb7\xb2\xb4\xe4\x09\x4f\x72\x3e\x9d\ \xcc\x3c\xe5\x01\x13\x61\xd2\x5e\xf1\xa3\x0b\x17\x2e\x14\x95\x61\ \xcc\x09\x29\x7c\xcf\x07\xc7\x80\xcb\xd2\x98\xaa\xc8\x19\x67\xa5\ \x71\xcc\xf7\x54\xe0\x87\x9d\x6e\xba\xb8\xc8\x19\x7f\xf6\xcc\x99\ \xad\x9d\xdd\x23\x8b\xcb\xf3\xaa\xaa\xeb\x1a\x62\x91\x26\xad\xd0\ \xf7\x07\xbb\xbb\x8f\x5d\x3c\xe3\xcd\x47\x4a\x4a\x5b\xd5\x69\x92\ \xdc\xf2\xaa\xdb\x6a\x6b\x50\xb0\xa2\x28\x36\x76\xb6\x7c\x21\x75\ \x5e\xce\x86\xa3\xa5\x85\xc5\x64\x69\x81\x8d\xbc\xd9\x74\x3a\x99\ \x4d\x8b\xa2\x8c\x93\xd8\x58\x6b\x9c\x5b\x5b\x5b\x93\x52\x92\xef\ \x89\xc5\xce\xa5\xed\x6d\xe7\x1c\x22\x26\x71\x7c\x98\x23\xd1\xeb\ \xf7\x7d\xdf\x6f\xb5\x5a\xed\x76\x27\x0c\x63\x5f\x89\x4e\x1c\x2b\ \xc5\xab\xb2\x2a\xca\xd2\x8d\x41\x5f\xd2\x41\x14\x1b\x4b\x8c\xc9\ \xc1\x60\xfc\xc8\x23\x8f\x97\xd9\x84\x81\x8e\x83\xc0\x0f\xd4\x64\ \x32\xd1\xc6\x0a\x25\x05\x98\x40\x09\x29\x24\x00\x3a\xe7\x88\x08\ \x91\x33\xe4\x80\xe0\xac\x93\x2a\x20\x72\x70\x98\xff\xd0\xd0\xf0\ \x8a\xd6\x02\x22\xf2\xbc\x40\x7a\x51\xa5\x69\x32\x9d\x23\x18\x24\ \xbb\xbe\x7a\xb4\x2c\xeb\xcc\xd4\x69\x92\xa6\xad\xb6\x1f\x26\x69\ \xa7\x23\xa5\xc8\xca\xba\xdd\x5f\xd8\xdf\xdf\x67\x8c\x05\x61\x34\ \x1c\x0e\x01\xc8\x39\xd7\xed\xf7\x7b\xbd\xbe\xe7\x79\xbd\x6e\xd7\ \xf7\x7c\x5f\x79\x44\xce\xf7\x7d\xd5\x69\xc7\x9b\x9b\xdd\x7e\xbf\ \x2c\x8a\x33\x67\xce\x3c\xb8\x71\x36\x50\x9e\xd3\x06\x01\x0a\x9f\ \x97\x45\xe6\x59\x15\x44\xe1\x88\x99\x85\x50\x26\x9d\xfe\x91\x13\ \x47\x9d\xb5\xc1\xde\x35\x1b\xcf\x9c\xa9\x87\x43\x95\x7a\x39\x13\ \x52\x91\x14\xc4\x12\xdf\xe9\x79\x6d\x31\x07\x3b\x9c\x8d\xad\x25\ \x9e\x24\x9c\xf1\xb9\xae\x07\x67\x9f\x9c\x66\x19\x63\x6c\x3c\x1e\ \xb7\x92\xc4\x0f\xc2\xf5\xf5\x35\x60\x6c\x6b\x6b\x6b\x3c\x1e\xfb\ \x7e\x78\x64\x6d\xbd\x97\x26\xa4\xab\x3c\xcb\x66\xb3\x89\x03\xe2\ \xca\xd7\x8c\x4b\x25\x2d\x51\x59\x9a\x73\xcf\x5e\xf8\xd2\x17\xbf\ \x92\xc6\x3e\x92\x89\x3c\xd1\x69\xa7\x93\xd9\xb4\xae\x6b\x64\xac\ \x2a\x33\x8e\x24\x84\x38\x4c\xb1\xe2\x8c\x11\x21\x67\x42\x08\x6e\ \x9d\xf3\x83\xc0\xb9\x6f\xd3\x4d\xaa\xa1\xe1\x15\xa7\x05\xca\x0f\ \x99\xf4\xb2\x79\x91\x97\x25\x80\x43\x80\x9d\xdd\xbd\x53\x27\x4f\ \x32\xc6\xba\x69\x67\x38\x9a\x9c\xbb\xb8\xed\x1d\x8c\x7d\xdf\x1f\ \x4e\xf2\x30\x0a\xc6\xb3\xb2\xd5\x6a\x2d\xae\x1c\xf1\xa3\xb4\xd6\ \xf5\x99\x33\xcf\x44\x6d\xd8\xda\x1b\x94\x55\x09\x74\xb6\x28\x8b\ \x28\x8a\xcb\xb2\xf4\x7c\x2f\x49\x5a\x67\xce\x9c\xd1\x60\x81\x31\ \x70\x04\x00\xcc\x68\x34\x56\x72\xb5\x7e\xec\x68\x10\x04\xc3\xbd\ \x03\xc7\xf9\xc1\x74\xfa\xe1\xcf\x3e\x60\xd1\xb5\xba\xa9\x35\x35\ \x58\xeb\xf2\xa2\x1b\x85\xc7\x96\x56\xc8\xba\x2f\x9e\x79\x6a\xe5\ \xc8\x32\x02\xe3\x2d\x1f\x15\x3e\x76\xe6\x9c\xd6\xd6\xf3\x82\xf3\ \x8f\x3d\x42\x04\x42\xa9\xac\x2e\x10\x81\x71\xa1\x8d\x29\xca\xca\ \x0b\xc2\xd1\x78\xb2\x91\x5e\x14\x42\x22\xc3\x10\xd9\xe6\xc5\x8d\ \x27\x1e\x19\x76\xe2\x38\x54\x62\x34\x1c\x74\x97\x96\xd0\xba\x12\ \x10\x80\xe2\x38\xbe\x58\x1f\x5c\xbc\xb8\x95\xe7\x65\x12\x06\xb6\ \x36\xc5\x64\x92\x4d\xa7\x88\x48\x80\x0e\x08\x19\x13\x81\x07\x9c\ \x1b\x6b\x90\xc0\x11\x73\xd6\x81\xd1\xa8\xcd\x61\xfa\x62\xb3\xbd\ \x1a\xae\x1a\x1f\x01\x08\xc9\x21\x30\x25\xb9\xf0\x18\x58\x46\xae\ \x36\x26\x2b\x8b\xe3\x47\x8f\xd5\x75\x6d\xc8\x39\xb0\x7b\x7b\x3b\ \x8c\x09\x63\xac\x25\x57\x69\x5d\x54\x75\x6d\x5d\x98\xb4\x44\x5d\ \x39\x40\xe5\x05\x59\x36\xaf\xb4\x61\x9c\x97\xda\x86\x5c\x08\xcf\ \x2f\x8d\xf1\x9c\xcb\xaa\xaa\x76\x86\x73\x8e\x44\x88\xcc\x57\x5e\ \x51\xd5\x9c\xdb\xa4\xd7\xed\xb4\xd2\xf1\x64\x56\x96\xd5\x3c\xaf\ \x6a\x53\x33\xc1\xf2\xbc\xd2\xba\x10\xe4\xb8\x45\x69\x40\xac\x88\ \x3c\x9f\x5e\x1c\x8e\x27\xcc\xac\xac\xac\x52\x6d\xb6\xb6\x77\xb6\ \xf3\x4a\x02\x28\xcc\x0d\x58\x21\xa5\xb6\xb5\x10\x42\x1b\xe3\x8c\ \x61\x80\x95\xa3\x80\xb1\x85\xc5\x45\x21\x44\x5d\xd7\x52\x48\x20\ \x17\x06\x1e\x99\xa4\xac\xab\x24\x89\xa2\xb4\x55\x56\x05\x5a\x19\ \xf7\xfa\xed\x76\x07\x00\x46\x83\xfd\x4b\x9b\x17\x00\x60\x7f\x30\ \x30\x75\x11\xfb\xb2\x9c\x69\x21\x38\x22\x10\x43\x64\xdc\x38\x26\ \x15\x68\x6d\xb5\xae\x05\xe7\x8c\x21\x39\x77\xd9\x4c\xf0\x1a\x8b\ \xa0\xe1\xaa\xd1\x02\x02\x11\x70\x15\x89\x95\xb5\xe5\xf3\xe5\x5c\ \x17\x45\xbb\x9d\x26\xad\x94\x10\xb3\xba\x9c\x65\xd3\xda\x55\x9e\ \x42\x8e\x05\x90\xa8\xca\x82\xac\xaf\x04\x73\xce\xcc\xe7\xb3\x28\ \x8a\x8c\xad\x85\x64\x79\x31\x97\x7f\x13\x1f\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x17\xa5\x53\xca\x13\x1c\x91\xac\xb3\xda\x57\ \x8a\x8c\x56\x0c\x05\x08\xad\x0d\x32\xe0\x0c\x9d\xae\x25\xa2\x2f\ \xa5\xab\x75\x9d\x17\x1c\x08\x11\x51\x30\xee\x10\x08\x22\xcf\x2f\ \x8c\x66\xe4\x84\x80\x52\xdb\xed\xe1\x70\x7f\x7f\x3f\xb3\xa4\x27\ \x55\x9c\x1a\xad\xeb\x30\x4a\x8e\x70\x2f\xf4\xa5\x94\xdc\x19\x2b\ \x39\x27\x62\x96\x58\x51\x94\x93\xe9\x14\x00\xb4\xb3\xeb\x6b\x6b\ \x41\x18\xe4\x45\xe1\x10\x1c\x90\xd3\x79\x51\xd9\x20\x6e\xf3\x4e\ \x77\x38\x9b\x91\xb5\x75\x91\x9d\xbc\xe6\x5a\x12\xc2\xf3\x42\x00\ \x98\x4d\xf7\x27\xe3\xfd\x4a\x57\x08\x4e\x6b\xad\xc9\x04\x7e\x50\ \x18\x93\xe7\x85\xef\x2b\x85\xa2\x06\x03\x40\x5c\x08\x63\x4d\x9c\ \xc4\xc6\x92\xd1\xb6\xb6\x86\x9c\x03\x21\x1a\xff\xa0\xe1\xea\xf1\ \x11\x7c\x4f\x59\x6b\xe2\x38\xf2\x3c\x45\xba\xce\xe6\xf3\x24\x8a\ \x6e\xbb\xed\x36\xe4\xf8\xe4\x93\xd3\xb2\x2c\x9c\x76\x9c\x61\x10\ \x06\xc3\xd1\x58\x70\xa5\x3c\xe5\x88\xb2\x6c\x46\xce\x39\x30\x9e\ \xa7\x2e\xbf\x8e\xef\x93\x73\x42\x08\x72\xce\x39\x47\xce\x1d\xfe\ \x3b\x22\x32\xbc\x0c\x43\x74\x08\xc8\x50\x08\xc1\x05\x17\x52\x08\ \x6b\x18\x58\x00\x8b\x80\x44\x0e\x80\xa1\x10\x86\x68\x92\xd7\x4f\ \x6d\xec\x72\xc1\x91\xf1\x34\x49\x8f\x1e\x39\x01\xe4\x04\x43\x70\ \x0e\x09\x00\x48\x30\x06\x44\xc0\x78\xad\xcd\x68\x3c\xf6\x7d\x5f\ \x79\x2a\x6a\x25\xed\x76\xa7\x2c\x8b\x2c\x9b\x3b\x63\x0d\x90\x66\ \x36\x8d\x62\x3f\x8a\x06\xe3\xd9\x64\x3a\x5d\x5d\xee\xb7\xd3\x24\ \x8a\xa2\x49\xae\x95\xf2\x01\x60\x3c\x9d\x16\x75\x65\xad\x95\x92\ \x33\x25\xcb\x5a\xbb\xba\x42\xc4\xca\x81\x2d\xeb\x12\x4c\x3b\x6a\ \x39\xeb\xac\x23\x40\x96\xe5\x05\x22\x11\x39\x64\x84\x1c\xb1\x09\ \x15\x34\x5c\x4d\x5a\x20\xa5\xca\xe6\xd9\x2c\x9b\x03\x41\xe0\x07\ \x75\x95\x8f\xc7\xa3\xa7\x9f\x7a\x6a\x5e\xe4\xf3\x7c\xae\xa4\x30\ \x60\xa3\x28\x5a\x5a\x5a\x09\xc2\xd6\xf9\x73\x17\xf3\x3c\xcf\x8b\ \x92\x0b\x51\x14\x65\x55\xe7\xca\x53\x87\x2f\xe5\x79\x5e\x55\x55\ \x9e\xe7\xc1\xdf\xce\x82\x60\x9c\x81\x43\xc6\x39\x02\x22\x63\x04\ \x88\x88\x8c\x73\xe0\x0c\x38\x63\x1c\x39\x73\x0c\x01\x2e\xd7\x44\ \x62\x6d\xc9\x59\x20\x14\x75\x69\xa3\x38\x64\x98\x7b\x8c\x4b\x64\ \xd6\x38\xb2\xa4\x64\xa0\xb5\xd6\xda\xa0\x27\x8d\x36\x04\xb6\xb6\ \x95\x73\x4e\x08\xe1\x79\x5e\x3b\x49\xad\xd6\x0c\xd0\x13\x52\x97\ \x15\x01\xaa\x24\x88\xd3\x76\x69\x61\x30\x9e\x84\xca\xef\x75\x7b\ \x93\xe1\xae\xb5\xae\x36\x56\x4a\xcf\x01\xe4\xa5\x76\xc0\x91\x23\ \x13\x8a\xa1\xab\x8d\x25\xe4\x42\x71\x1f\x51\x08\x91\xcf\x4b\xcd\ \xb9\xb6\x96\x03\x04\x9e\xe7\x9c\x26\x47\x80\xc0\xd9\x61\x0a\x65\ \x53\x89\xd0\xf0\xf2\x83\x8c\x4b\xc1\x0f\x93\x5c\x0e\x6f\xd3\x01\ \x11\x9c\xd5\xcf\xe9\x83\xfc\x02\xf1\x82\x43\x23\x7d\x32\x1c\xe5\ \xf3\x3c\xf2\x3d\x25\x24\x39\x37\x38\x18\x38\xb0\x88\xac\x28\x8a\ \xa5\xc5\xf6\x0d\xa7\x4e\x09\x19\x22\x1f\xe7\xf3\x2a\x69\xa5\x17\ \x2f\x5d\x9a\xce\x66\xe4\x26\xc6\xea\x95\x95\x65\xce\x39\xe7\x9c\ \x88\x38\xe7\x52\x4a\x6b\xed\xe1\xd0\x71\xc6\x18\x20\x72\x29\x38\ \x39\xce\x18\x02\x72\x86\x0c\x80\x31\x26\x04\x07\x00\x47\x04\x8c\ \x09\xce\x0d\xb7\x40\xc0\x19\x02\x39\x6b\x2d\x12\x03\x42\x20\xb2\ \x75\x81\xce\x0a\xce\x7c\x29\x40\x4a\x72\x87\x8f\x21\x97\x12\x38\ \xe3\x9c\xb9\xbc\xc8\x84\x50\x51\x8c\x9e\xe7\x59\x6b\xad\x31\x00\ \x20\x90\x91\xb5\x55\x51\x00\x62\x37\x8d\x86\xb3\x6c\xe7\x60\x2c\ \xa5\x1f\xb7\x5a\x45\x51\xf8\x7e\x00\xc8\xa2\x30\x8e\x5b\x29\x02\ \x4c\x66\x99\x03\xe0\x5c\x12\x32\xeb\x1c\x72\x81\x8c\x59\x87\x0e\ \xd0\x38\x72\x80\x16\xb9\x41\x60\x9c\x3b\x86\x5c\x48\x5d\x97\x4e\ \xd7\x00\x8c\x33\x66\xad\xa6\xef\xdd\x30\x40\xd4\x5a\x4f\x27\x63\ \x22\x0a\xc3\xb0\x29\x82\x6e\xb8\x22\xb8\x10\xb3\xed\x27\xfe\xf3\ \x7f\xfa\x93\x3d\xc3\x39\x43\x44\x20\x47\x56\x9b\xe5\xbb\xde\xfe\ \x33\x6f\xb9\xc3\xa3\xfa\x9b\xbb\x21\xbf\xd0\xde\x72\xb4\xd0\x5f\ \xe0\x9c\xe9\x3a\x2f\x8a\x9c\x88\x7c\xcf\x0f\xc3\xd0\xf7\x7c\xc1\ \xb9\xa7\x14\x59\x87\xc8\x7c\xcf\x2b\xcb\x52\x6b\xdd\xeb\xf5\xae\ \xb9\xe6\x1a\x29\xa5\xd6\x3a\xcb\xb2\xe1\x70\xe8\x79\x9e\x94\xf2\ \xf0\x70\x96\x52\x7e\x5d\x08\x18\x63\x0c\x91\x71\x44\x06\x88\x84\ \x8c\x38\x82\x60\xe0\x4b\xe1\x29\x21\x04\x23\x24\xe4\x0c\x99\x62\ \x5c\x71\x2e\x38\x47\x46\xd6\x43\xba\xf9\xda\xf5\xd7\x9e\xbe\xf6\ \xc6\x23\x0b\x3d\xdf\x72\xb2\x80\x20\x04\x4a\xc9\x2b\x5d\xcc\xb2\ \x31\xe7\xe0\x79\x1c\x91\xb8\x80\x4a\x97\xc6\x6a\xe4\x8c\x0b\x41\ \x44\xc6\x18\xa5\x54\x55\xd7\xa3\xd1\x08\x01\x5b\x71\xbc\xb3\x77\ \x30\x9c\xce\x08\xb0\xbf\xb8\xd8\xef\xf7\x18\x63\x71\x18\xea\xaa\ \x26\x02\x67\xd1\x01\x64\xd9\xcc\x5a\xc3\x18\x1e\xbe\x5b\xce\x19\ \x01\x10\x39\xce\x99\x94\x9c\x09\x6e\xc0\xa2\x94\x5c\x8a\x59\x31\ \xaf\x8d\x66\x88\x44\x0e\x91\x84\x60\x4a\x0a\xfc\xde\x13\x90\x89\ \x94\x52\x2b\x6b\xeb\x2b\x6b\xeb\x41\x18\x1d\xfa\x56\x0d\x0d\xdf\ \xad\x16\x70\x36\xda\x7c\xf2\x89\x3d\x7b\xe3\x1d\xaf\xb9\xf9\x58\ \x74\x69\xf3\xe0\xf8\xab\xee\xba\x69\x59\x3d\xf1\xc5\xc7\x66\x1a\ \xbf\x25\x55\xf9\x85\xee\x11\x00\x4e\x1c\x3f\xbe\xb4\xb8\x78\xe9\ \xc2\x59\x67\x9d\x41\x4d\x4e\x5a\x6d\x82\x30\x70\x40\x64\x4d\x55\ \x16\x93\xe9\x34\x08\x5b\x88\x38\x1a\x8d\x08\x71\x79\x65\x75\x77\ \x6f\x6f\x38\x18\x58\xe3\xc6\xa3\xf1\xe2\xe2\x62\x92\x24\x8c\x31\ \x29\x25\x22\xd6\x75\xcd\x39\xbf\xac\x0b\x9c\x33\x44\x29\x39\x47\ \x2e\x91\x99\xaa\xaa\x8a\x6a\x6c\xc7\xe3\xd1\xb0\xdb\xef\x33\x06\ \x1c\xa4\x43\x09\x64\x88\x9c\x87\xdc\x03\x8a\x3c\xb6\x9e\xfa\xab\ \x8b\x3d\x5c\x4d\xcf\x9f\x77\x0f\x4d\xe6\xda\xda\xda\xd9\x20\x50\ \x41\xec\x0b\xa5\x85\x87\xce\x1a\x26\xc9\x3a\xeb\x05\xcc\x01\x4a\ \xa9\x4a\x93\x1f\x1a\x05\xd6\xb9\xad\xcd\x4d\x67\x6d\x37\xed\xb4\ \x3b\x9d\xfd\xb3\x07\x20\x79\x7f\x61\x25\x8e\x43\xcf\xe3\x79\x5e\ \x78\x71\xa7\xd3\x89\x83\xf6\x92\x52\x92\x01\xd4\x75\x09\x64\x81\ \xb4\xd1\x9a\x0b\xee\x2a\xe3\x07\xca\x58\x27\x38\xe3\x0c\x01\x8c\ \x10\xcc\xe8\x1a\x91\x59\x5d\xa1\xc7\xa5\xe2\x0c\x14\x92\x03\xb2\ \xf8\x7d\xf1\x11\x10\xeb\xba\x9e\x8c\x86\x44\x14\x44\x51\x63\x17\ \x34\x5c\xe9\x61\xa2\xb5\x59\xbc\xe1\x8e\x77\xbf\xfb\x1d\x6a\x3b\ \x79\xea\xa2\x7c\xdb\x4f\xfe\x44\xfb\x49\xf5\xc4\x1f\x3c\x6d\x9e\ \x33\x20\xe1\x85\xf6\x16\xb9\x5e\xa7\x7b\xe2\xd8\x71\x29\x02\xce\ \x18\x59\xd2\x75\x3d\x19\x8f\xc1\x39\x25\x44\x2b\x4d\xe3\x38\x42\ \x00\x63\xcc\x6c\x36\x93\x52\x0a\x21\x47\xa3\x51\x36\x9f\x5b\x6b\ \x91\xa1\x03\xe7\x79\xde\x7c\x3e\x67\x8c\x11\x91\x10\x42\x08\x11\ \x04\x01\x00\x44\x51\x14\x45\x81\xb1\x46\x70\xce\x01\x38\xc1\x7c\ \x3a\xf7\xb9\xb0\x95\x7e\xe2\x91\xc7\x86\x07\x07\xa1\xef\x5b\x63\ \x3d\xe1\x31\x14\x02\x84\x2f\x54\x28\xe5\x42\x2b\xb6\xf9\x7c\xba\ \xbb\x53\x8f\x07\x36\xcb\x6b\x02\x2f\xee\xfa\x49\xaf\x32\xcc\x38\ \xc6\x95\x37\x9b\xcf\x76\x0f\x76\xe7\xe5\x84\x73\xeb\x79\xe2\xb0\ \x13\x51\x59\x94\xd6\x39\x44\xbc\xf0\xec\xb9\xdd\x9d\x9d\xd5\xa5\ \x95\x7e\xb7\x5b\x97\xa5\xf2\xbc\x30\x8a\xda\xdd\xb4\xd7\x6d\x93\ \xa9\xf6\xb7\x2f\xad\x2c\x74\xd1\xe9\xc9\x68\x68\x8d\xd1\xb5\x53\ \xcc\xb5\x62\x2f\x0e\xa4\xe2\x04\xb6\x14\xcc\x0a\xe6\x3c\xee\xc8\ \x68\x32\xa5\x2f\x40\xa1\x96\x50\x33\x57\x29\x46\x02\x1d\x3a\x2b\ \x18\x78\x52\x48\x76\xd8\x69\xe9\x7b\xff\x28\x49\x29\xb5\xb2\x7e\ \x64\x65\xfd\x48\xd8\xd8\x05\x0d\x57\xba\x7d\x80\xb5\xe2\x64\x7c\ \xf1\xc2\xee\x1c\xb2\x9d\x8b\x4f\x3e\xfd\xd5\x07\x1f\x3e\xf3\x37\ \x0f\x3f\x34\x0b\xdb\x49\xc0\xbf\x25\x23\xf6\x85\xf2\x0e\xa5\x6a\ \xb5\x5a\xcb\xcb\xcb\xb7\x9c\x3e\x6d\xeb\x2a\x1b\x8f\xd2\x24\x0e\ \x23\x9f\x33\x4e\x8e\x88\x9c\x50\x4a\x4a\x39\xcf\x32\x22\x6a\xb5\ \x5a\xba\xae\x9f\x39\x73\x66\x38\x1a\x21\x22\x39\x27\x85\x6f\x8c\ \x39\x74\x10\x92\x24\xd1\x5a\x87\x61\xa8\xb5\x66\x8c\xb5\x5a\xad\ \xeb\x4e\x5d\xbf\xb3\xb7\x05\xe4\xca\x49\xc6\x1d\x28\xce\x17\xe2\ \xb8\x95\xa6\x83\xc9\x78\xf7\xd2\xf6\xd2\xfa\x6a\x1a\x85\xf3\x71\ \x01\x82\x27\x51\x4b\x31\x4c\x93\x0e\xe3\x6c\x34\x35\xc6\x48\x5f\ \x8a\x83\x9c\xb8\xe8\x90\x5c\x70\xac\xad\x22\xe7\x74\x21\x05\x21\ \x8a\xa2\x2c\xeb\x5a\x4b\x86\x00\xe8\x79\xa1\x31\x26\x8c\xc2\x62\ \x4e\x1b\xe7\xcf\x17\x79\xd1\x8a\x12\xb2\xd6\xf7\xbc\x83\xc1\xa0\ \x95\x44\x2b\x2b\xcb\x4a\x70\x8e\x2e\x0e\xbc\x13\x47\x57\x97\xfa\ \xed\xf9\x64\x1a\x27\x7e\x1c\xf8\xce\x00\xea\x7c\xa1\xe5\x07\x81\ \xaf\x75\x5d\x94\x85\x10\xdc\x1a\x07\xe8\x8c\x31\xc6\x98\x48\x72\ \x4f\xb8\xda\x01\x67\x56\x79\xc2\x63\x60\x74\x85\x80\x9e\x92\x48\ \x24\x81\x7d\x1f\x6a\x14\x0f\xed\x82\xf1\x90\x88\x82\xb0\xb1\x0b\ \x1a\xae\x0c\x63\xdc\xe2\x35\xb7\x5e\xe7\xfd\xc5\x6f\xfc\xcb\xff\ \x2e\x80\xfa\xfa\x3b\x4f\x3f\xf4\x3b\xff\xe6\x00\xdb\xf7\xfd\xd2\ \xeb\x53\xa6\x6b\xf3\x5d\xc7\x0e\x91\x61\x59\x55\xbe\x52\xed\x34\ \x8d\xe3\x04\xac\x2f\x11\x10\xa8\xdd\xee\x64\xf9\xcc\x93\x9e\xaf\ \x3c\x02\x8c\x5b\xc9\x74\x3c\x6f\xb7\xdb\x46\x0f\x8b\x72\x3e\x1e\ \x8f\x1d\x39\x25\x94\xb1\x86\x31\x3e\x9b\x4d\xfb\xfd\x05\x21\xc4\ \xd2\xd2\xd2\xc6\xc6\xc6\xd6\xd6\x96\x52\x6a\x71\x71\x71\x34\x1a\ \x1b\xa3\x8f\xac\xad\x39\x5d\x8f\x91\x43\x6d\x3c\xe7\x56\x97\x57\ \xba\xdd\x5e\x2f\x9b\x82\x92\xed\x5e\x47\x32\xb9\xde\xee\xd7\x75\ \x9d\xb6\xbb\x7b\x07\x83\xc0\x4f\x08\xe0\xec\xb3\xcf\x6e\xed\x66\ \x88\x26\xcb\x43\xd5\x3e\xba\x37\x64\x5f\xf8\xf2\x66\xb7\x1b\x2d\ \xf5\xd3\xae\xef\x45\xb1\xf2\x95\x5f\x17\x33\x21\xc0\x92\xcb\x4b\ \xa3\xb5\x89\xe3\xa8\xdf\xed\xd6\x75\xbd\xd4\x5f\xcc\xa6\x53\x04\ \x30\x95\x0e\x95\xc7\x23\xd9\xed\xa6\x88\x2c\x50\xac\x95\xb4\xfd\ \x4e\x98\x8d\x07\x9e\xe4\x51\x12\xb9\x5a\x4b\x8e\xae\x9c\xa5\x3e\ \x0b\x7c\x61\x25\x05\xcc\x00\x40\x49\x35\x63\xdc\x4f\x42\x22\x30\ \xda\x1e\x06\x0f\x80\x90\x04\x47\x86\x95\x45\xeb\x9c\x64\xcc\x59\ \x87\xc4\xbf\x0f\xba\xee\x9c\x52\xaa\xdb\x3d\x46\x44\x65\x59\x4c\ \xc7\xe3\x66\x7f\x37\x5c\xc1\xfe\xb1\xda\x45\xeb\xbf\xf8\x6b\xff\ \xe2\xba\xcf\x7f\xb9\x4a\xaf\x7d\xc3\x1d\xd7\xe9\xf1\xce\x1c\xe2\ \xc5\x4e\x50\xd7\xe6\x0a\xee\x11\x88\xe0\x30\x63\x27\x6d\xa5\x4a\ \x0a\x2e\xb8\x11\xb9\x75\x5a\x08\x0e\x8e\x9c\x35\x4a\xc6\xc8\x98\ \xaf\xbc\xd2\x33\x7e\x90\x64\xb3\x22\x2f\x2a\x38\xec\x77\xea\x1c\ \x67\xa8\x8d\x26\x82\xa2\x28\xc6\xe3\xf1\x70\x38\x3c\x38\x18\x64\ \xd9\x4c\x29\x35\x99\x4c\x88\xc8\x68\x8d\x68\x05\x00\xb3\xe0\x03\ \xef\x25\x69\x1a\xb7\xb2\xd9\x0c\x88\x3a\xad\xd6\x70\x30\xd8\xdd\ \xdc\x0a\x81\x13\xb2\x9d\xcd\xad\xf1\xbc\x66\x41\x8b\x78\x38\xa9\ \x03\x1b\xa5\x9a\xd0\xfa\xc2\x0f\x97\x3c\xf4\xb2\xa2\xde\x7d\x6a\ \xa7\x98\x9b\xe4\xa6\x13\xdc\x19\x44\x0d\x58\x56\x45\x5e\x99\x4a\ \x06\x31\x17\x2a\x8d\xe2\xff\x9f\xbd\x37\x0d\xb2\xf3\xba\xcf\x3b\ \xcf\xfe\x6e\x77\xef\x7b\x6f\xef\xdd\x40\xa3\xb1\xef\x00\x01\x70\ \x17\x29\x52\x12\x65\x49\x14\x6d\x59\x76\xbc\x26\x91\x63\xcf\x4c\ \x6c\x27\x63\xc5\x33\x55\x93\xc9\x4c\x4d\x26\x35\xf1\xd4\x64\xaa\ \x52\xfe\x30\x4b\xc5\x1e\x57\xec\x72\xbc\xc9\x91\x6d\xd9\xd6\x46\ \x51\x20\xc1\x05\x04\x01\x92\xd8\xd1\x00\x7a\xdf\xfb\xee\xcb\xbb\ \x9d\x7d\x3e\x40\x76\x52\x8e\x87\x36\x53\x53\x05\x9b\x75\x7f\x9f\ \xbb\xab\x3f\xf4\xb9\xcf\xfd\x2f\xe7\x3c\xcf\xe8\xf0\x88\xe3\x38\ \x2a\x15\x1d\xcf\x8b\xc2\xd0\x68\x1d\xf8\xbe\x71\x20\x00\x86\x20\ \x44\x09\x81\x40\xa7\x71\xc8\x5c\xd6\x6e\xec\x04\xc5\xaa\x9f\xf1\ \xe3\x28\x54\x69\xea\x60\x08\xad\xa4\x08\x10\xcf\xf1\x3c\x87\x39\ \xe5\xb0\xdf\x37\x46\x13\x42\xa0\x05\x40\x1b\x4c\x89\xd2\x06\x58\ \x28\xa5\x0d\x21\x4c\x53\xce\x10\xe1\x4a\xa2\xff\xbc\x47\xe4\xff\ \xc9\x1e\xc7\x5a\xcb\x79\x6a\xad\x35\xc6\x0c\xcc\x10\x06\x7c\xe8\ \x03\xa4\x92\x95\x85\x7b\xb5\x84\x9d\x3e\x35\x49\x2d\x57\x4e\xbe\ \xe4\x50\x29\x3f\xa4\xf7\x29\xb4\xd6\x10\xa2\x00\x10\x5a\xf3\x7e\ \xef\xe8\xfe\xd9\xb9\xce\x76\xab\xd7\x12\x05\x47\x89\xb0\x90\x2d\ \xe7\x3c\x4f\x18\xbb\xb3\xd5\x9e\x98\x98\x4a\x92\x34\x9f\xc9\x45\ \x61\x6c\x8d\x41\x00\x68\xad\x10\x00\xc0\x00\xa5\x4c\xab\xd5\xee\ \xf7\x7b\xed\x76\xdb\x02\x1b\x04\xbe\x52\x2a\x4d\x13\x08\x01\x44\ \x48\x42\xc8\x0d\x02\x8a\x6a\x92\x4f\x7b\x80\x6f\xc4\x85\xbc\x43\ \x90\x08\x1c\xba\xd5\x6d\xda\xb0\x95\xcd\x14\x30\xcb\xd5\x13\x63\ \x50\x36\x05\x79\x85\xf3\x2a\xe3\x28\x48\x20\x22\x0c\x22\x0a\x89\ \x49\x05\x44\x90\x62\xa7\xd9\xe8\x6e\x6f\x37\x77\x4f\x96\xbb\x9d\ \x6e\x90\xcd\xf2\xc4\x88\xd8\x50\x96\x75\x31\xcb\x05\x59\xd7\xc9\ \xe7\x8b\x7a\x61\x7d\xb1\x6b\x4d\x2f\x89\x46\x32\xd4\x07\x08\xe0\ \x8c\x51\x2c\x4a\x7a\x2e\xd1\xd6\x70\x12\x27\x07\x0f\x3d\x9e\x76\ \x6c\xd6\xcd\x1b\xad\x0d\x09\x22\x39\xaa\x58\xe9\xc8\xc9\xd3\x87\ \x0f\x9d\xee\xf6\x36\x11\x88\x18\xc8\x2e\xde\x9e\xbf\x37\xf7\xb6\ \x83\x14\x4f\x53\x88\xb0\x52\x09\xc0\x50\x49\x4b\x81\x53\x60\x7e\ \x5f\x00\x68\x01\x66\xc0\xb2\xff\x3f\x76\x8a\x7f\xf6\x0f\x1d\x9c\ \xea\x01\xff\x19\x10\x4a\x5b\x73\xaf\xff\xea\x6f\x7f\xab\x30\x94\ \x7d\xf7\x7e\xe7\x17\x7f\xe6\xe9\xf3\x7f\xf0\xad\x3d\x1f\x7f\xe9\ \xc8\x88\xa7\xb4\xf9\x30\xb3\x43\x08\x84\xb1\x80\xb0\xc9\xd1\xb1\ \xfb\x37\xaf\x83\xa8\x77\x64\xf7\x24\xb3\xba\x9a\xf7\x8b\x1e\x9d\ \xae\x0e\x8d\x15\x0a\x33\xa3\x53\x61\xb3\xb7\x77\x6a\xb7\x8f\xe9\ \xc9\x23\x87\x67\xa7\x26\xcb\x99\x0c\xb1\xd6\x83\x90\x42\xe8\x12\ \x02\xad\x49\xa2\xc8\x2a\xed\x10\x9c\xf1\x5c\x97\x11\x04\x4c\x36\ \x70\x91\xd5\xd6\x18\x05\xb1\x65\x39\x6f\x68\x97\x5f\x9d\x75\x86\ \xf6\xd4\x63\xbc\xb8\xd1\xe8\x44\xa9\xeb\xba\x0e\xa1\x05\x46\x1c\ \x95\x18\x1e\x33\xc2\x28\xcb\x70\x49\x00\xcc\x60\x92\x05\x9a\x52\ \xcb\x1c\x83\x91\xd1\x00\xaa\xd1\xe1\xca\xe8\x48\x55\x2b\xd9\xac\ \xd5\xb4\x92\x9e\xef\x73\x29\x13\x21\xa8\xeb\x0b\x69\x28\x72\x8a\ \x99\x12\x45\x4c\x19\xd8\x89\x93\x76\x1a\x51\xdf\x2f\xe6\xb3\x43\ \x7e\xe0\x68\x2d\xba\x5d\xa4\x75\xa3\xbe\x63\x8d\x2e\xe4\x72\xd0\ \x02\xc7\xf5\xfc\x5c\x05\x07\x74\x6e\xa1\xbd\xba\xe5\x87\xaa\x14\ \x83\x11\x1c\x9c\xfa\xfc\x0f\xfd\x93\x7d\xc7\x1e\x9f\x9e\x3d\x78\ \xf6\xd1\x27\x3d\x06\xa0\x8c\x87\x02\xaf\x92\xcd\x66\x5d\xaa\xd3\ \xbe\x83\x34\x03\xca\x84\xfd\x0c\x80\x24\x8d\x45\xbb\x83\x54\x0f\ \x0e\xbe\xc7\x07\x3c\x54\x10\x30\xdb\xeb\xab\xd5\x53\x2f\xfd\x8f\ \xff\xec\xa7\xc7\x51\xa7\x97\xea\xf6\xc6\x7c\x2d\x4c\xff\xd2\x6f\ \x97\xbf\x62\xa7\x88\x2d\x44\xda\x0e\x65\x73\xdf\xff\xe9\xcf\x9d\ \x3a\xb4\xb7\xd3\xda\x3e\xf5\xa5\x23\xf5\x66\x13\xcc\x20\x8a\x58\ \x1c\xa5\x22\xee\x1d\x9c\x1e\xab\x2d\xcf\xb7\x36\x96\xe7\x6f\xb6\ \x11\xc6\xff\xe0\x47\x7e\xf0\xb5\x37\xde\xcc\xe7\xb3\x87\x0e\x1d\ \xfa\xc6\x2b\xaf\x6e\xb7\x5b\x71\x18\x5a\x0b\x29\xf2\x28\x45\xd0\ \x18\xa8\x45\xd4\xe5\x84\x20\x68\x0d\x45\x3e\xc4\x0e\xa3\xcc\x5a\ \x23\x25\xb7\x48\x4b\xad\xeb\xed\xee\x77\x2f\x5c\x82\x4a\xa1\x48\ \x58\x22\xbd\x82\x63\x75\x0a\x0d\xc3\xdc\x58\xd3\x0e\x82\x62\x60\ \x11\x48\x52\x82\xa0\x64\x8e\x32\x34\x97\xcb\xfb\xe5\x42\xbb\xb6\ \xd2\xed\x34\x56\x57\x49\xa5\x9a\xb3\x1a\x60\xec\x61\x42\x01\x20\ \x8e\x47\x83\xc0\x89\x93\x78\x6d\x75\xa1\xbe\xb5\xb1\x53\xdb\xa8\ \x04\x19\x90\x2b\xb8\x9e\xeb\xa0\x68\xbb\xbb\x91\xcf\x4c\xfb\xd9\ \xc9\x80\xe1\x6e\xd8\x88\x61\xba\xd1\xdf\xd9\x5d\xa9\x9c\x3f\x7f\ \xfb\x5f\xfe\xd2\xef\xdc\xbc\xfc\x5e\x3f\xde\xde\x5a\x7b\x73\xf9\ \x56\x40\x80\xf7\xec\xf3\x4f\x02\xb1\xbe\x3e\x7f\xf5\xd8\x99\xa9\ \xad\x85\xcd\x17\x9e\x79\xa1\x54\x28\xbc\x77\xf3\x5d\xd7\x67\x6f\ \xbd\x71\xd1\x25\x5e\x71\x74\x2c\xeb\x04\xc0\x6a\xd7\x83\x0a\x70\ \x08\x06\x9e\x46\x03\x1e\x72\x8f\xe0\xfa\x7e\xed\xf6\x1b\xbf\xf7\ \x95\x7b\x4b\x6b\xf3\x7f\xf4\x5b\xbf\x39\xdf\xcd\x3d\x5a\xca\xd9\ \x0f\x9b\x95\x62\x01\x40\xc0\x52\x04\xeb\x9b\x1b\x95\x7c\xe1\xd6\ \xfb\x57\x79\xdc\x0b\xdb\xe5\x9d\x46\x4d\xa4\x32\xe7\xe7\x09\x42\ \xed\xa4\xb3\xbc\xba\x3a\x3c\x32\x8c\x10\x7c\xee\xc9\xa7\xd6\xd6\ \xd7\xde\xbb\xf8\xe6\xb3\xe7\x4e\x56\x2a\x95\xdb\xb7\x6f\x3f\x71\ \xfa\x08\x07\x80\x52\x1a\x45\xb1\x36\xea\xd4\xa9\x93\x57\xae\x5c\ \xce\x66\x33\xb7\x6e\xde\x36\x46\x1e\x3a\x76\xfc\xde\x7a\xb4\xb8\ \xd6\x7a\xd0\x93\xe7\x4a\x6e\x75\xa8\x72\xf7\xee\x55\xde\xe7\x3c\ \x32\x50\xc3\x0c\x71\x4d\x26\xe8\x2a\xd8\x8c\x13\xeb\x64\x20\x21\ \x49\xc2\x19\xd1\x1e\xf3\x8c\x51\xc8\x20\x69\x21\xa6\xde\xca\xf2\ \xaa\xcf\x84\x54\x21\x06\x32\x8e\x3b\x08\xe5\x11\x09\x1c\x98\xe5\ \x92\x63\x62\xb3\xb9\x0c\x75\xc9\xe6\xd2\xda\xb5\x6b\x57\xd6\xeb\ \xb5\xdd\x53\xe3\xd5\x6c\x6e\x7d\x75\xad\x7a\x60\x5f\x31\x0b\x87\ \x87\xaa\x5e\x7e\x78\xbd\x16\xf5\x53\x91\x2f\x66\x5b\xa2\x27\x99\ \x99\x5b\x5c\xfd\xdf\xfe\xef\xd7\x37\xd7\x42\xa6\x7b\xc3\x45\xd6\ \xeb\xf2\xa5\xb9\xf5\xdf\xfe\xb7\xaf\xb8\xec\x44\xbb\x7d\xfe\xd6\ \xd5\xaf\x3f\x72\xf4\xc0\xd9\xc3\x4f\xad\xdf\x5b\xde\x58\x5a\x70\ \x1d\x30\x3e\x5c\xf9\xd8\x13\xe7\x9a\x3b\x2d\x47\xc2\x22\x75\xcb\ \x1e\xcd\x12\x5e\xae\x8c\x31\x42\x06\x52\x30\xe0\x61\xee\x11\xb4\ \xad\xec\x3a\x76\x64\x7c\x67\x75\x3b\xdd\xb3\x6f\xb7\x81\xde\x17\ \x7f\xe2\x13\xfb\x4a\x44\xeb\x0f\x3b\x2f\x80\x50\x72\x5e\x28\xe5\ \xd2\x38\x59\x5e\x5e\x18\xc9\x67\x38\x00\x85\x7c\xde\x71\x68\xa5\ \x58\x4d\x43\xde\xac\xd7\x8e\x9f\x7c\xfc\x35\xad\xa9\x43\x0f\x1f\ \x3a\xdc\xda\xd9\xbe\x7a\xe5\xf2\xfc\xf2\xce\xee\xb1\x91\x7e\xab\ \x59\x5b\x5f\x1b\xdd\x3d\x05\x09\xde\x3f\x3b\xeb\x30\x67\xcf\xec\ \x4c\xa7\xd3\xa6\xa7\x8e\x15\x8b\xc5\xa7\xce\x9e\x32\x46\xcf\xee\ \xdb\xff\xee\xad\x9d\xdf\xfe\xbd\x3f\xf9\xdc\x67\x3f\x8f\x08\x35\ \x86\x17\x4b\xfe\x95\x11\x7c\xf7\xe6\xdc\xce\x5a\x3d\xea\x70\x14\ \x14\xba\x40\xef\xb4\x42\x6e\xbd\x6a\xa9\x64\xa4\xd3\x8f\x04\x50\ \x00\xba\x4c\x53\x0a\x2d\xb0\x10\x21\xa0\x9a\xcd\x9d\x1a\xdf\xc9\ \xfa\x42\xc8\x30\x8a\x00\x00\xe3\xf5\x46\xdf\x1a\x6a\xa1\x29\x95\ \x5c\x3f\x17\xd4\xda\xcd\xf7\x6e\xbc\xbf\x55\xaf\x05\x2e\xcb\x07\ \x41\x14\xc5\x45\x2f\x43\x32\xd9\x5c\x96\x64\x7d\xd8\x4d\x39\x45\ \x1a\xfb\x64\x64\x62\x34\xd5\x89\x97\x2d\x5e\xbe\xf4\x4e\x6d\x35\ \x39\x75\xe0\xd4\xdf\xf9\xbe\x4f\x69\xb2\x74\xe9\xca\xea\x77\x5f\ \xee\x2c\xdc\x5c\xfa\x77\xbf\xba\xfa\xd9\x97\xaa\x67\x4e\x9c\xad\ \x66\xf2\xd1\x16\x68\xd4\xa2\x89\xf1\x92\x45\x82\x60\x52\xae\x96\ \x1d\x44\x29\x37\x63\xae\x5f\xc1\xfa\xfd\x97\xbf\xd5\xa4\xee\xd1\ \xbf\x63\x06\xb6\x46\x03\x1e\x22\x46\x4a\x7f\xf8\xc0\xdf\xff\xc7\ \x47\xfb\x8d\xed\x7a\x57\x14\xaa\x23\x45\x1f\x27\x71\xfa\xa1\xb3\ \x52\x80\x05\xd6\xda\x6e\xaf\x7b\xe4\xf8\xa1\x85\xeb\x57\x76\x56\ \x17\x93\xb0\x53\x0e\x87\xee\xdf\xbb\x5f\xc8\x6c\x82\xd4\x14\xf3\ \xf9\x5b\x37\xef\x8c\x8e\x8e\x15\x0a\x05\xa3\x2c\xc1\xce\xf4\xd4\ \xee\x47\x4e\x9f\x3d\x71\xe2\xc4\x3b\x97\x2f\x4f\x4c\x4c\x67\x33\ \x99\x46\xb7\x35\x3d\x3a\xdc\x6a\xb6\xe6\x6f\xdf\xc8\xe7\x73\x8d\ \xad\xf5\x72\xce\x3f\x7b\xee\xdc\xeb\xaf\xbf\xb6\xbd\xb2\xf4\xc9\ \x27\x3e\xf6\xc9\x27\x9e\x1a\x1d\x9f\x58\x5a\x5e\x5c\xdf\x5c\x7a\ \xf5\xc2\x77\xbe\xf0\xc2\xd3\xf3\xbb\xc7\xbf\xf3\x8d\xd7\x76\xd6\ \xbb\xbd\x38\x46\x9e\x5b\x29\x0d\x27\x12\x49\x9e\x18\xa3\xb5\xe2\ \xfd\x08\x50\x9f\x7a\x5e\x46\x08\xc1\x20\xc4\x2a\x09\xa8\xe0\x32\ \x2a\xe7\x1d\x9e\x68\xa3\x7b\x52\xf4\x21\x34\xcc\x75\xa3\x24\x66\ \xcc\xe3\x42\x2d\xae\xad\xae\x6e\x6e\xb8\x8c\x8d\x56\x2a\x63\x95\ \xd1\xf9\xbb\xf7\x69\x31\xb3\xd5\xea\xe5\xdc\x6c\x90\x75\x95\x09\ \xb3\x05\x68\x89\xb6\x46\xf9\x6e\x49\x45\xdd\xf5\xbb\xf7\xa7\xf2\ \x93\x2f\x3e\xbd\xaf\xea\xf4\xeb\xe1\xe2\xfe\x29\x73\xaf\xdc\x5f\ \x59\x66\xbc\x9d\x8f\x6a\xc6\x2d\xba\xb7\xef\x2e\x20\xee\xcf\xee\ \xdd\x1b\xcb\x66\x36\x93\xdf\xa9\x37\x3b\xdd\xee\xd4\xf8\x44\x25\ \xc8\xc9\xcd\x4d\xa0\xcd\x53\xa7\x4f\x2d\xdf\xb9\x63\x94\x46\xce\ \xe0\x40\x0e\x78\x88\x03\x03\x8c\x4d\xff\x95\x5f\xff\xb5\x7f\xff\ \xf6\x9a\xef\xd3\x54\x90\x27\xbe\xf0\xf7\x5e\x7a\x74\x06\x4a\x69\ \x3f\x5c\x5d\x80\x60\xca\xe3\x6c\x26\x48\x78\x3c\x32\x3e\x9c\xf4\ \x1b\x67\x1f\x3f\x95\xcd\x65\xef\xcc\xdf\x9f\xde\x33\xa3\xfa\x69\ \xdc\x4f\xa6\x77\xed\xba\x76\xf3\x46\xa3\x19\x7a\x9e\x4b\x28\x3d\ \x7c\xe8\xe4\xed\x3b\xb7\x97\x56\xb7\xb2\xf9\xb2\x1f\xe8\x1b\x77\ \xde\x1f\xaa\xe6\x7c\xcf\xa9\x1e\xd8\xdb\x6e\x37\xdb\x9d\xd6\x9e\ \xdd\xd3\x04\xc3\xaf\xfd\xd1\x57\x09\x21\xc5\x7c\xfe\xe6\x3b\xaf\ \xf7\xfb\x69\x71\xa8\x5c\xae\x0c\x9d\x3e\x34\x1d\xd5\xa7\xeb\xab\ \x73\x53\xe5\xfc\x7f\xf1\x93\x3f\xc4\x23\xf0\xdd\x6f\x7f\xe7\xda\ \xd5\x2b\x90\xd0\x54\x23\x88\xb8\xa1\x3e\x34\x5d\x21\xe9\x74\x36\ \x48\x54\x27\x31\xc2\x83\x6e\xd8\xad\x17\x68\xea\x17\x09\xd1\x5d\ \x95\xb4\xc6\x47\x76\x31\x15\x13\x6d\x85\x02\x3e\x73\xa9\x05\x92\ \x27\x63\x23\x95\x17\x3f\xf3\x7d\x6b\x4b\x0b\x85\x4c\x76\x28\x5f\ \xda\x5e\x5b\xbf\x71\xe7\x76\x10\xe4\x90\x39\x4a\x9d\x9c\xb4\x12\ \xc1\x30\x9f\xcd\xe5\x3c\xa7\xd7\xb5\x13\xa5\x69\xc2\xaf\x3c\x72\ \xa2\xb0\x73\xef\x42\x50\xc9\xc7\xa0\xd6\xe9\x35\xa6\xc7\xaa\x5b\ \x6b\x91\xe5\xc1\xc6\x4a\x8d\x5a\xbe\x77\x66\x0f\xb1\x72\x69\x73\ \x3d\x5b\x19\xb6\x8c\x76\xb6\xb6\xc7\x27\x67\x9d\x20\x73\x6b\x61\ \xd1\x0d\x23\x3f\xeb\x74\xeb\x8d\xe0\x81\x43\xec\x80\x01\x0f\x71\ \x8f\xc0\x48\xed\xda\x85\xaf\xbd\xdb\xfb\xe2\xcf\xfe\xb7\x27\xc6\ \xbd\xad\xab\xdf\xfc\x37\x5f\xfb\xca\xfe\x3d\xbf\x70\x78\x08\xcb\ \xff\x64\x8f\xf0\x41\x5a\x80\x10\x6a\x37\x1a\xbb\x46\x47\x6f\xbc\ \xff\xfe\xdc\xad\x5b\x3a\x0d\xe7\x17\xe6\x31\x25\x23\xe3\x63\xca\ \xea\x6b\xb7\x6f\x95\xf3\xe5\xce\xb5\x5b\x1b\x9b\xdb\x43\xe5\xa1\ \x6a\x65\xb4\x17\xf6\x97\x96\x56\xfb\xbd\xe4\xda\xd5\x9b\xae\xeb\ \x71\x9e\x46\x61\x72\xe8\xc8\xde\x28\x8c\xe3\x28\xbe\x71\xe3\x7a\ \xad\xb6\xf3\x43\x3f\xf4\xc5\x46\xb3\x31\x32\x3c\x72\xfc\xf8\xb1\ \xb9\x3b\x73\xc0\xf0\xd3\xc7\xf7\x9d\x3f\xff\xc6\x3b\x6f\x37\x9e\ \x7b\xfe\x19\xa4\xd3\x7e\x73\xbb\x92\xf1\x64\xdc\xdc\x5a\xa9\x1f\ \x1e\xcf\xcd\xd8\x29\x8c\xd1\xee\xd9\xbd\x1b\x3b\x3b\xd8\xf5\x37\ \x1a\xc1\x8d\xfb\x8b\xbe\x9c\xa3\x7e\xc6\x04\x8c\x51\x16\xfa\xce\ \xe1\x83\xb3\xb5\xcd\x79\x87\x65\x9c\x60\x52\x21\x12\x49\x0e\xac\ \xe9\xc4\x29\xd3\x81\xc3\x91\xed\xea\xf2\x50\xd6\xf4\xf8\xd9\x83\ \xb3\xd5\x42\xb1\xb6\xb9\xf3\xdc\xa3\x67\x12\x00\x63\x63\x33\x28\ \x3f\x36\x35\xdd\xd8\xee\x8e\x8d\x78\xe5\x52\xb1\x56\x8b\x72\x64\ \x14\xb9\x68\xb8\x18\x9c\x3a\x32\xb1\x67\x6c\xbc\x4c\x47\xfa\x72\ \x64\x37\xec\x0c\x8f\xb1\xf7\xae\x5e\xe7\xa6\x6f\x70\x40\x7d\x9a\ \x5a\xce\xe3\xc5\xcc\x70\x51\x43\x7c\x7f\x71\x49\xc5\x69\x18\x8a\ \xe5\xb5\xa5\x5c\x2e\xef\x66\x8a\xbb\xf6\xef\xea\x60\xdb\x58\x5a\ \xca\x5a\x8b\x06\x26\x06\x03\x1e\xe6\x1e\xc1\x36\xb6\xb7\xf2\x7b\ \x4f\x9f\x3d\x3c\x45\x85\x3c\x7c\xee\xf1\xe9\x97\xdf\xdf\x6a\xf7\ \x8f\x94\x8b\x1f\xb2\x47\x80\x28\xed\x85\xb6\x17\x8d\xe4\xf2\xab\ \x84\xba\xc5\x52\x2a\xe2\x4a\xb9\x3c\xbf\xb0\xf8\xf2\x95\x1b\x1f\ \x7f\xfc\x63\xcc\xd2\xeb\xd7\xaf\x9f\x3d\x75\x5a\x1b\x9d\xcb\x64\ \x78\x1c\x77\xda\x9d\x63\x87\x0f\x5f\xbe\x72\xb9\x9c\x2b\xbc\xf0\ \xfc\x27\x5e\x7d\xf3\x3b\x95\xea\x48\xa5\x3a\xf2\xfe\xfb\xef\x6e\ \x6e\xed\x8c\x8f\x8f\x7d\xe5\xf7\xbf\x8a\x10\x3a\x77\xee\xcc\x1f\ \xfe\xe1\xd7\x3c\xcf\x2b\xe5\x82\xdf\xfb\xea\xef\x8c\x8e\xee\xfe\ \xec\xe7\x3e\x5f\xab\x6f\xdd\xbd\xb7\x78\x60\xdf\xf4\xad\xdb\x37\ \x00\x07\x14\x07\x65\x22\x5d\x20\x76\x8d\x8e\xcc\x54\xbd\x47\x77\ \x1d\x4a\x92\x78\x89\x25\x9f\xde\xf7\xd8\xfc\xf2\xea\xf8\xf4\x2e\ \x61\x50\xae\x34\xb5\xb6\xb6\xb9\x6b\xaa\xb8\x02\x72\x9e\xc7\x22\ \x91\xba\xf9\x62\x57\xa1\x6b\xf3\xab\xa5\xac\xf7\xd8\x63\x67\x79\ \xd4\xa7\x3e\xae\xb5\x77\x26\xb3\xf8\xc9\x47\x4e\x74\x77\xea\x65\ \x93\xaf\x4c\xee\xae\xee\x9d\x3d\xfe\xf4\xc7\xb6\x96\x6b\x54\x24\ \xef\xbf\x19\xad\xdc\xbd\xd8\xed\x27\x61\xc7\x96\xc7\x87\x83\x4a\ \x81\x30\xb8\x55\xdf\x02\x32\xde\x88\x37\x7a\xa2\xd7\xc3\x72\xab\ \xef\x26\x56\x7a\x9e\x28\x4e\x4e\xb0\x22\xbe\x78\xe9\x7d\x46\xd6\ \x0f\x1c\x1f\xda\xde\xd8\x98\x18\xa9\x94\xbc\xa0\xd9\xea\xae\xaf\ \x6d\x1d\x3d\x33\xda\x17\x89\x29\x16\xb2\x33\x33\xdb\x9d\xb6\x01\ \x76\x70\x67\x78\xc0\xc3\x9c\x17\x18\x3b\x34\x75\xf8\x30\xa4\xc0\ \x42\x4a\x31\x30\xde\xb1\xc7\x9f\x9f\x19\x2b\x31\x87\x59\x9b\xfe\ \x85\xd2\xe0\x83\xf7\x08\x36\xc7\xd8\xd6\xfd\x79\xd1\xee\x81\x38\ \x2d\x56\x4b\xd9\xd1\xea\x9b\x97\x2e\x66\xf3\xc5\x7d\xbb\x66\xb6\ \x56\x37\x5a\xdb\x75\x82\x81\x49\xa3\xc9\x89\x89\xbb\xf7\xee\x2e\ \xad\x2c\x8f\x0e\x8f\xbe\xfe\xca\xcb\xbb\x66\x76\x51\xa0\xdf\x3c\ \xff\x1d\xec\x40\x00\xc9\x85\xd7\xdf\x1c\x1a\x1a\x3a\x73\xe6\xd1\ \xe1\x91\x91\xf5\xf5\xb5\x5e\xaf\xd3\xea\x84\x9e\x9f\xcb\x64\x03\ \xc3\x54\x6c\x14\x07\x10\x39\x41\x2f\x36\xb9\xd2\x70\x37\x4a\x8e\ \x9e\x3c\x25\xe3\x24\xea\x26\xf5\x1b\xb7\x02\x84\xf3\x85\x72\xd8\ \x09\x4d\xc2\x1d\x84\x26\x3c\xdf\x08\x99\xe9\x74\x2d\x58\xc3\x16\ \xf5\xd7\x36\x8e\x4e\x8e\xae\x5c\x7e\xeb\x53\x4f\x3c\xf2\xda\x6b\ \x17\xfa\xcd\xce\xf4\xd9\x47\x36\xef\xaf\xd0\x76\xff\xdc\x93\xcf\ \x9c\x9c\xaa\x42\x95\x47\x1e\x7c\xfb\xbd\x95\xf2\x48\xc1\xd4\x17\ \x4a\x1a\xec\x9a\xae\x48\x2a\x97\x6f\xbe\x2d\x74\x77\x62\x6a\x46\ \xa7\x7d\x47\xa6\x25\xeb\x97\x9c\x62\x69\x84\x71\xca\xdd\x21\xf4\ \xec\x0b\x4f\xbf\x7e\xe1\x8d\x17\x9e\x7d\x3c\x51\x0b\x91\x70\x4d\ \x76\x74\x79\xbb\xd1\x36\xa2\xdf\x69\xff\xd1\x85\xbb\xc7\x0f\xec\ \x0b\x9c\xd9\x23\x47\x4e\xb5\x3b\x8b\xc5\x2c\xb5\x69\x2f\x8e\x93\ \x89\xea\x68\xba\xdf\x36\x9b\x2d\x80\x55\x88\x6c\x28\x93\x3e\x45\ \x83\x8a\x60\xc0\xc3\x45\x6b\x93\x1b\xd9\x3d\xdd\x59\x7a\xef\xad\ \x37\x28\x41\x46\x6b\xb7\x98\xdf\x9c\x7b\x77\xcd\xc2\xca\xd4\xde\ \xe9\xb2\x6f\xfe\xa3\xd7\x8a\x1f\xa4\x05\x84\x90\xb5\xf9\x05\x5c\ \x2c\xdf\xbd\x76\x6d\x63\x69\xb9\xb7\xb3\x95\xc9\xf9\x36\x16\xa9\ \xe9\x57\x86\x86\x4b\x99\x12\x88\x78\x21\xeb\xe7\x5d\xa7\xdb\xd8\ \x09\x3b\xcd\xbd\xbb\xa6\x46\x27\xc6\x76\x6a\xeb\x69\xbf\xd3\xad\ \x6d\xbb\x8e\xb3\xef\xd4\xf1\x5d\x53\xd3\xef\xbe\xd7\x40\x10\xae\ \xae\xae\xde\xbc\x75\xf3\xc0\x81\xfd\x61\x18\x36\x1a\x8d\x8f\x7f\ \xfc\x99\xc5\xc5\xc5\x97\xcf\x5f\xf9\xf2\x2f\xfc\xec\xc2\xfd\xf5\ \x7f\xf9\xbf\xff\xeb\x53\xc7\x8e\x9e\x3c\x7e\x70\x61\xfe\x66\xbf\ \xb7\x70\x78\xff\x3e\xca\xbc\xc2\xc9\xd3\x73\xaf\xbf\xfd\xbb\xdf\ \x7a\x75\xaa\x52\x3c\x39\x3b\x63\xc3\x3e\xef\xf5\x78\x92\xca\x90\ \xc7\xa6\x5f\xab\x77\xd2\xa8\x7b\x60\x38\x97\x07\xb6\xbf\xbe\x71\ \x6a\x66\x06\x1d\xf4\xba\x16\x1e\x99\x98\x3e\xb8\x3f\xd8\x6a\xd6\ \xd6\x6e\x5e\xad\x0e\xe5\x48\x80\x93\xfa\x16\xce\xe0\x82\x3f\x54\ \x2c\x64\xdf\x7f\xef\xaa\xa6\x6e\x1b\x80\xab\xb7\xde\x3b\x75\xf2\ \xd0\x9e\x72\x25\xdd\xd9\xd8\xb8\xb7\x5a\x3c\x5a\xca\x0e\x17\x1a\ \x61\x78\xf5\xda\x3b\xf7\x57\x6a\x8b\xf5\xee\xc5\x1b\x77\x8f\xed\ \x73\x6a\x7d\x39\x7f\xab\x7b\x6d\xbe\x1d\x1a\x18\x10\xd1\x4d\xf8\ \x9b\x57\xee\x32\x91\xdc\x9c\x53\x47\x0e\xb8\x43\x4e\x32\x9d\x2f\ \xb8\x98\x9c\xff\xe6\xd7\x27\x8f\x9d\xaa\x8c\x8c\x6e\x37\xb6\x05\ \x20\x91\xb2\x43\xe3\x63\x18\x93\xc1\x12\x61\xc0\x43\x1d\x1d\xa2\ \xa4\xb3\x7e\xe1\xe5\x97\x43\x9b\xde\x9b\x5b\x2d\xcf\x1c\x28\x7b\ \x40\x28\x25\x35\x3e\xf1\xc9\xf2\xcc\x70\xc6\x18\xfd\xd7\xd2\x02\ \x4c\xc8\xfa\xda\xd2\xa1\x89\x91\xfd\xfb\xf7\xac\xdc\x9d\xf3\xa8\ \x7f\x64\xcf\xd1\x95\xe5\x65\xcf\xf3\xfb\x61\xbc\xef\xd8\x1e\x66\ \x80\x43\x70\x3e\x97\xfb\xe3\x6f\x7e\x7d\x78\x6a\x7c\xa3\x51\xb7\ \x2e\x9b\xda\xbd\x3b\x1f\x04\x01\x75\x8c\x56\x9b\x4b\x8b\x11\xef\ \x3f\xfa\xe8\x99\x8b\x97\xdf\x99\x99\xd9\x65\xc0\xe8\xb7\x5f\xfe\ \xf6\x70\xb5\x72\xe2\xf8\xb1\x6b\xef\x5e\x7c\xe2\x89\xa7\xce\x9c\ \x39\x7b\xfd\xdd\x1b\x18\xe1\xff\xfe\xbf\xfe\x87\x57\xdf\x7f\x6f\ \xf5\xfe\xbd\x3d\x13\x33\xb5\xed\x4d\xc5\xf1\xc6\xc6\x8e\x03\x41\ \x66\x6a\xe4\xf1\x03\x53\xb5\xfb\x73\x73\x8b\x77\xa7\xf2\xd9\x6a\ \x25\xa8\xef\x44\x05\x27\x80\x94\x0c\x67\x4a\x59\x77\xd7\x7a\x33\ \x2a\x8e\x8f\xd3\x62\x75\xee\xde\x7c\x2f\xa9\x97\xc7\xc6\xd7\xeb\ \xb5\x99\xe2\x3e\xd7\xe8\x52\xd6\x4d\x8d\xb8\x7d\xe5\xf6\x81\x7d\ \x87\x2b\xd5\x32\x8f\x13\xcd\x32\x07\x4f\x9f\xfd\xe3\xaf\x7f\x93\ \xfa\xde\x33\xc7\x8e\x5e\x7b\xe5\xdb\x23\xc7\x0e\x1c\x9d\x9e\x55\ \xa1\xe8\x61\x7a\xe5\xfe\xfa\x6b\x37\xee\xbc\x3b\xbf\x64\xad\x9b\ \xf1\x0b\xaf\x5e\x5d\xba\xb2\xe4\x0a\x05\xb7\xb6\x9b\x90\x7a\xc5\ \xa1\xa2\xe3\x22\x22\xb3\x00\x40\x4b\xfb\xf5\x48\x5d\xbe\x1f\x3f\ \xfd\xc8\x3e\xbf\x32\x54\x5f\xbe\x37\x3d\x33\x15\x25\x61\x77\x0d\ \x70\x0b\x29\x2d\x5e\x7c\xe3\x1a\xe8\xd4\xbe\xff\x07\x2c\x1a\xec\ \x14\x07\x3c\xc4\xba\x40\xaa\xdc\xf8\xc9\x2f\xff\xb3\x43\x17\xbe\ \xf2\x6b\xeb\x8b\x1b\xd9\x89\x23\x3f\xf5\x93\x9f\x2d\x53\x2d\x94\ \x81\x10\xfd\x85\x57\x09\xe4\x83\x9b\x8d\xc2\x50\xa9\x17\x76\x25\ \x86\x2c\x9f\x23\x7e\x76\x79\xa7\x7e\x7b\x61\xe9\xe0\xfe\xfd\xf9\ \x6a\xf5\xd5\x37\xde\x64\x94\x66\x1d\xf7\xde\xca\xaa\x57\x28\x91\ \x4c\x4e\x2b\xe5\x16\x4b\x61\xaf\xbb\xb2\xbd\x63\x85\x22\xd6\x76\ \x79\x74\xf0\xec\xe9\x6e\x3f\x49\x85\xde\x69\xb4\xb3\x85\x2c\x0b\ \x32\xad\xb0\x5f\xac\x54\xd7\xb7\x36\x97\x56\xd7\xa2\x64\xf1\xdd\ \xf7\xae\x1e\xd8\xbf\x7f\x71\x65\xbe\xd6\xaa\xe5\x73\xf9\x8d\x9d\ \xad\x7e\x3f\x2c\x29\xb3\xb8\xb1\x31\x5b\xad\x8e\x64\xf2\xcd\xe5\ \xc5\x32\xcb\x54\x46\xb2\x45\xc2\x16\x6e\x5d\x9b\x9e\x9a\x46\xd4\ \x09\x0a\x05\xbf\x34\x14\x8b\xc4\x10\xd4\xed\x76\x77\x56\xee\xb0\ \xa2\x5f\xae\xf8\x89\xea\xdd\x5f\x59\x2a\x8d\x14\x0e\x1d\x9e\x9a\ \x5f\xbe\x63\x28\x3c\x75\x6c\x5f\x18\xc7\xdd\x9d\xf5\xb1\x5d\xd3\ \x71\xaf\x99\xf2\xf4\x33\x9f\x78\xa2\x5e\xab\xc7\xad\xed\x63\x07\ \x0e\x38\x4e\xf6\x8d\xb7\xdf\x65\xc5\x51\x5a\x2c\x9f\x7f\xf9\x8d\ \xa5\x76\xe8\x64\xcb\x51\x2c\x85\x01\x10\x7b\xab\xb5\x88\x4b\x11\ \x04\x41\x2e\x9f\x73\x18\x95\x52\x59\x03\x21\x80\xc2\x46\x00\xa2\ \x66\x4f\x5d\xbd\xbd\x52\xc6\xa8\xec\xfa\x1e\x06\x9d\x3e\x2f\x96\ \x8b\x4a\x03\x0f\xe2\xc7\x8f\x1e\xbb\xfe\xc6\x79\x21\xb8\xe7\x7a\ \x83\x13\x39\xe0\x61\x01\x31\xb6\x49\xe3\x0f\x7f\xed\x57\xbf\xb3\ \x9c\xfd\xd9\x7f\xf1\x4b\xdb\xdf\xfd\xcd\xff\xe3\x57\xbe\xf6\xf3\ \x3f\xf3\xd2\x10\x33\xda\x98\xbf\xf0\x2d\x85\x3e\x78\xf2\x40\xfc\ \xe0\x5b\xaf\xbf\x75\x7d\x69\x35\xa4\xd4\x94\x8a\xd9\x99\x5d\xa3\ \x47\x8f\xa0\x6a\xa5\xa9\xf5\x4a\xa7\x33\x7e\xf0\xa0\x0c\xb2\xa5\ \xdd\x7b\xa6\x8f\x1d\xdf\xec\x85\xe7\x9e\xff\xe4\xd2\x4e\xf3\x9d\ \xdb\x77\x0f\x3c\x72\x6e\xfc\xc0\x41\x1d\xe4\x5e\xfa\xb1\xbf\x3b\ \xbf\x51\xbf\xbe\xb0\xfa\xf1\xcf\xbc\x14\x94\x47\x68\x6e\xe8\xc8\ \x99\xc7\x9f\x7c\xee\x33\xb7\x97\xb6\x2a\x53\xfb\xb6\x3a\xd1\xb5\ \x7b\xf3\x5f\xf8\x89\x1f\x6f\x73\xfe\xde\xdd\xbb\x87\xce\x9c\x61\ \x85\xc2\x56\xb7\xeb\x94\x8a\xa1\xd1\xa7\x9e\x78\x62\xa7\xd6\xba\ \x7b\xf5\x2e\x56\x64\xf7\xc4\x3e\x97\x15\xc7\xc6\x77\xe7\x87\xa6\ \xdc\xdc\xa8\x9b\x1b\x81\x5e\xf9\xf6\xfc\x66\x23\x0c\xb7\xea\x9b\ \xbd\x34\x8c\x64\xda\x8d\x7a\xc4\xa5\xbd\x7e\xff\xfb\x3e\xfd\x34\ \x80\x72\x7b\x7b\x33\x4d\x93\x7d\xfb\xf7\xf6\xd3\x68\x6c\xcf\x34\ \x57\x69\xb7\x55\x9f\xbb\x77\xfb\xda\xf5\xf7\x1b\xcd\xfa\xf5\x5b\ \xd7\xde\xbe\x7c\x51\xfa\xf9\xb7\x97\xb6\x7b\x34\xeb\x8d\xee\xfa\ \x83\x6f\x9f\x5f\xd9\xae\x73\x6b\x35\x04\x41\x36\x33\x32\x5a\x0d\ \x02\xcf\x61\x34\x93\x09\x86\x86\x86\x28\xa1\x52\x2a\xa5\x94\x94\ \x32\xe5\xa9\x94\x0a\x42\x48\x10\xa9\xd5\x7b\x6f\x5c\x7a\x3f\x5b\ \x9e\x68\xc6\x12\x30\xf7\xde\xfc\xbd\x9d\xf5\x65\x9c\x86\xaa\xd5\ \x3e\x32\x31\xe5\x3a\xce\xa0\x28\x18\xf0\x10\xc1\x08\x36\xd7\xef\ \xde\x0f\x27\x7e\xfe\xbf\xf9\x2f\x4f\xec\x9e\xfe\xd4\x8f\x7e\xe9\ \xb9\x7d\xd9\x7e\x18\x5b\xfb\x97\xdc\x42\xfe\xa0\xba\x40\x29\xb9\ \x6b\xef\x41\xdf\x2f\x54\x1b\xb5\xd9\x38\xc9\xe7\x73\x29\x4f\x4b\ \x7b\xf7\x52\x00\x03\xc7\x3b\xf7\xfc\x27\xa0\x05\xa3\xfb\x0c\x44\ \x88\x1b\x3e\x7e\xfc\x04\xc0\xf0\xc4\xd3\x1f\x3b\xf5\xb1\x67\x65\ \x92\x60\x8b\x0e\x8d\xef\x6a\x09\xeb\x97\x87\x87\xaa\xd5\xfb\x9b\ \x75\x9c\xad\x64\xcb\x45\xeb\x17\x4b\xc5\xa2\x5b\xec\x7b\x8c\x69\ \x5a\xdb\x5f\x1a\x69\x44\xbc\x3c\x3d\x43\x29\xed\x70\x2d\xb0\xf3\ \xb9\x1f\xfe\xb1\x28\x8a\x84\x10\x13\x13\x13\xd0\x10\xd0\x6c\xc1\ \x34\x9e\x8f\xa2\xdc\xc8\x28\xce\x04\x99\x27\x9e\x4a\x98\x93\x28\ \xcb\x2d\x68\x40\x6a\x7c\x2c\xd3\xb0\xd3\xed\xc6\x28\x2e\x16\x86\ \x6e\xd6\xfa\xb9\xa1\xe9\xb9\x46\xd2\x0d\xcd\x98\x9f\xdb\x75\xe6\ \x44\x30\x33\xb9\x3c\x77\xc7\x13\x0e\x1d\x3f\x30\x76\x60\xff\xbd\ \x8e\x76\x0a\x66\xe4\xf8\xd9\xc5\x10\xd4\xd1\x4a\xd7\xab\xda\x6a\ \x70\xf0\xd0\x91\x77\xaf\xdd\x7a\x77\x7e\x25\xb2\x48\x01\x64\x31\ \x42\xd0\x52\x87\x14\x4b\x85\x4e\x9a\x50\xc7\x41\x08\x49\x29\x31\ \xc6\x10\x42\xa5\xd4\x83\xd7\xc3\xd6\x58\xa5\x00\x00\xb0\xd6\x4a\ \x2e\xbc\x7b\xeb\xf8\xd1\xbd\xdd\x66\x93\x50\x3c\x39\x5c\x0e\x80\ \x96\xcd\x46\xba\xbd\x36\x09\xa1\x19\x38\xa3\x0f\x78\x78\x28\xa9\ \x0a\xd3\x8f\xfc\xdc\x3f\x7a\x92\x21\x93\xc4\x11\x80\xc5\xa7\x5f\ \x78\x4e\x29\xa5\xcd\x87\x7c\x8f\xa0\x95\x1a\x99\xdc\xb5\x67\xff\ \x31\xe6\xbb\xd2\x28\x80\xa0\x85\x10\x43\xc8\x10\x26\x00\x02\xa9\ \xad\xb1\x98\x10\x2e\x84\x45\xc8\x62\x28\x44\xc2\x5c\x17\x18\x93\ \xf4\x43\x06\x81\x43\x59\xaf\xdf\x57\xc6\x08\xa3\xfc\x6c\x80\x28\ \x81\x08\x58\x00\x09\x42\x3c\xe5\x9e\xe3\x1a\xa3\x34\x30\x08\xc3\ \xef\xd9\xa5\x1b\x6b\xb5\xb1\xc6\x40\x08\x1d\xc6\x04\x17\x53\x47\ \x1f\x69\x89\x1e\x06\x1a\x2b\x05\x8d\xf6\x30\x32\xc6\x1a\x88\x15\ \xc2\x12\xa2\x59\x48\x68\x2c\x91\xd2\x4a\x4a\xa3\xb5\x52\xda\x0f\ \x82\x34\x4d\xb5\x34\x99\x20\x43\x28\x61\x94\x62\x4c\x9e\x7c\x54\ \x50\x42\x52\xce\x2d\xb0\x8f\x4f\x9e\xa3\x19\x1f\x5b\xfb\xdc\xb1\ \x4f\x3c\x8f\x10\xc5\x40\x25\xdc\x73\xbc\x0b\xb7\x56\xb7\x23\x69\ \x1c\x46\x1c\x17\x12\x6c\xb5\xdd\xde\xd9\x22\x80\x78\x9e\xe3\x7a\ \xfe\x83\xcf\x7f\xbb\xdd\xd5\x5a\xff\x79\xb8\x7d\x9a\x26\xc4\x41\ \xda\xc2\x9e\x82\xd7\x17\xd6\xf3\xa3\x23\xcc\xf5\x47\x27\x32\x93\ \x95\xa1\xad\xe5\x25\x28\xa2\x93\x07\xf7\x0b\x63\x07\x42\x30\xe0\ \xe1\x42\x08\x85\x50\x6b\x0b\x1f\xa4\x8d\x1b\x63\x11\xc2\xd6\x1a\ \xf3\x9f\xc8\x01\xf9\xab\x06\x91\xb4\x17\x6b\xaa\x05\xf3\x68\x92\ \x72\x4c\xc8\x03\x63\x02\x87\x31\x68\xac\xd6\xda\x2a\x8d\x31\x92\ \x4a\x41\x0b\x11\x75\xd2\x54\x22\x60\xdd\x4c\x06\x21\xa8\x01\x72\ \x09\xc5\x98\x24\x9c\x03\x6c\x35\x00\x16\x42\x03\xac\x06\x48\x61\ \x98\x18\x84\x91\x0f\x10\x04\x84\x40\x2b\x34\x44\x16\x5a\x48\x81\ \x55\x06\x43\x94\x28\x4b\x58\x10\x46\xdc\x77\x4a\x22\x8e\x3c\xd7\ \x33\x52\x02\x84\x11\x84\x52\x6b\x04\x99\xcb\x9c\x98\x4b\x45\x10\ \x22\xc8\x30\x4b\x08\xa6\x10\xf4\xfb\x7d\x2f\xeb\x7a\x94\x2a\x29\ \x13\x29\x11\x22\x16\x22\x8b\x2d\xc6\x84\x13\x81\x10\xd2\xd4\x48\ \x29\x01\x84\xd0\xcd\x73\x9e\xc2\x24\xc9\x90\xcc\x9d\xf9\xe5\x3f\ \xfa\xce\x05\x4d\xdd\xd4\x68\xd5\xeb\x61\x4a\xf3\xbe\x4f\x08\x41\ \x06\x51\x4a\x7a\xfd\x6e\x14\x45\xe0\x81\x2b\x84\x96\x49\x37\x62\ \x0e\xf3\x5c\x4f\x69\x2d\x53\x84\x00\x45\x08\xf7\x39\xb8\xbb\xbc\ \xbd\x67\x76\xf2\xf6\x9d\x9b\xfe\x81\xbd\xa5\x7c\xa6\x1d\x26\x8d\ \x20\xcd\x58\x3b\x48\x4c\x19\xf0\x70\xb1\x00\x52\x82\x79\xdc\x8f\ \x92\xff\x70\xef\x18\x51\xc7\x77\x1d\x08\xfe\xda\x7e\x87\x10\x02\ \xce\x95\x05\xae\xd6\x4a\xa5\x06\x42\x08\xb0\x41\x16\x58\x6c\x7b\ \x49\x08\x29\x41\x18\x71\x25\x81\xb5\x08\x43\x64\x20\xd1\x04\x18\ \x43\x31\xd2\x10\x45\x61\xec\xba\x2e\xd0\x36\x15\xb1\x81\x10\x03\ \x02\x10\xe8\x87\x21\x61\x8c\x20\xab\x8d\xd5\xc6\x2a\x11\x1b\x80\ \x01\x84\x08\x42\x04\x11\xc6\x98\x60\xa8\x04\x20\x10\x18\x0b\x22\ \xc5\x31\x46\x56\x5a\x2d\x68\x22\x2d\xb0\x0f\xe2\x15\xac\x06\xc4\ \x0a\x28\x42\x01\x31\xb6\x04\x19\x6b\xb5\x56\x14\x02\x21\xb9\x05\ \x40\x22\xab\xb4\xb0\xd0\x5a\x02\xb5\xd5\x5a\x48\x63\x2d\x90\x02\ \x42\x98\x4a\x6e\x01\x30\xd6\x48\xa5\x94\x52\x5a\x6b\x82\xa0\x56\ \xfa\xd7\x7e\xeb\x77\xef\x2c\x2c\x79\xbe\x23\x92\x14\x7b\x8c\x52\ \x82\x31\x25\x88\x58\x69\xb9\xe4\x08\xc1\x4c\x26\x00\x00\x20\x04\ \xb3\xd9\x4c\xa7\xd3\x49\xd3\xd4\x1a\xc3\x1c\x07\x43\x85\x11\x76\ \x5c\x97\x1b\xd9\xe8\x24\xe3\x02\x9e\x3e\xf3\xd4\xbe\xa9\x91\xfe\ \xfa\xb2\x3f\x31\xd3\x43\x28\xb0\x16\x0e\x06\x06\x03\x1e\xe6\xf0\ \x10\x51\xa4\x6e\x5f\xf8\x83\xdf\xf9\xda\xdb\x3d\x0d\x1e\xf8\xf1\ \x1a\xc1\x87\x1f\xfb\x81\x9f\xfb\xe2\xc7\x3d\xc0\xff\xe3\xe2\xe0\ \x03\x77\x8a\x18\x6f\x6f\xd6\x1b\x3b\xab\x0c\x01\x17\x61\x64\x14\ \x02\x80\x2b\xbe\x57\xfe\xf3\xf1\x00\x00\x20\x00\x49\x44\x41\x54\ \xb0\xb1\x42\x73\xde\xc7\x5e\x78\xde\xcf\x66\xa0\x14\x18\x63\x82\ \x1f\xfc\x11\x43\x31\x46\xd0\x4a\x2e\xd3\x24\x66\x94\xf8\xae\xa3\ \x94\x35\xc0\x62\x46\x12\xc1\x8d\x91\x8c\x78\x04\x63\x8b\x01\xb0\ \x00\x5a\x4b\x99\x23\x84\xb2\xd6\x22\x08\x11\xb0\x5a\x19\xa3\xa5\ \xc1\x84\x52\x42\xa9\x23\x8c\xee\x8b\x94\x3a\x44\x02\x2b\x38\x2f\ \x78\xbe\x35\x40\x08\x69\xac\x4e\x78\x9a\x71\x32\x94\x1a\x65\x38\ \x21\x16\x41\x0d\xa0\x84\xcc\x42\x9c\x18\xad\x31\xc6\xd6\x1a\xa0\ \xb4\x6f\xb0\x36\x1a\x20\x08\x21\xd4\xc0\x24\x69\x62\x8c\x41\xc6\ \x10\xa5\xa4\x52\xd8\xcb\x5d\x7c\xeb\xd2\x77\x5f\x79\x25\x08\xbc\ \x38\x89\x18\xc6\xf9\x42\x11\x62\x48\x21\x55\x5c\x6b\x21\xa9\xef\ \x39\x84\xfc\x59\x71\x65\x20\x84\x18\xe3\x38\x8e\xa3\x28\x52\x4a\ \x31\x66\x31\xd2\x5c\xa4\x10\xc0\x76\x37\xed\x85\x7a\xcf\xae\x22\ \xf0\xf3\x78\x68\x74\x6d\x79\x23\x6d\x76\xca\xc6\xba\x0f\x92\x6a\ \x06\x0c\x78\x28\xb3\x43\x4a\xda\xf7\xde\xf8\xb5\xaf\x5c\x39\xf7\ \x85\x9f\x38\x35\x95\xfb\x5e\x76\xa1\x31\x34\x3b\x44\xed\x5f\x7c\ \x9e\xf4\x41\x5a\xe0\x38\xce\x9b\x17\xce\xbf\xf2\xf5\xb7\x87\x7c\ \x3f\x0b\x11\x16\xd2\x28\xde\xec\x77\x86\x67\xa7\x3e\xf6\xe2\x27\ \xef\xdd\x99\xa3\x59\x9f\x3a\x84\x11\xe6\x31\x86\x31\x42\xd6\x22\ \xab\xdb\xad\x76\xbb\xd5\x4c\xe3\x38\x97\xcf\x67\x02\x17\x22\xc3\ \x85\x30\x00\x0a\x6d\x34\xb0\x18\x13\x04\x91\xd5\x96\x11\x06\x2c\ \x90\x46\x42\x84\x82\xc0\x37\x52\x0b\xc1\x29\xa1\xfb\xf7\xed\x4b\ \xd3\xfe\xd2\xc2\x4a\x10\x04\x7e\x10\x24\x29\x6f\x25\x69\xbf\xdf\ \xef\x76\xbb\xe3\x63\x63\x82\x4b\x46\x50\xe0\x78\xd6\xe8\x4e\xdd\ \x12\x0b\xad\xb1\x08\x41\x84\x31\x84\x00\x02\x2b\x94\x00\xd6\x50\ \x46\x11\x46\xc6\xa8\xbe\xb1\x52\x2a\x0d\x2c\x04\xc0\x58\x6b\xac\ \xb5\x10\x18\x63\xa4\x94\x42\x2a\x0e\x1b\x6f\xbf\xf5\x46\xbf\xd3\ \x62\xd0\x2a\x1e\x8f\x4e\x8c\x03\x82\xa5\x31\x5a\x69\xa0\x01\x00\ \xd8\x58\xa3\x44\xfa\xa0\x41\x80\x10\x3e\xf8\x45\xa5\x84\x10\xa9\ \x31\x06\x01\x69\x8d\x01\x86\x79\x4e\x26\x4d\xe4\xdc\xdc\xe2\xcf\ \xfe\xc3\xff\xea\xe0\xec\x64\xaf\xbe\x39\xb6\xe7\x30\x0f\x23\xe6\ \xba\x03\x21\x18\xf0\x30\xb5\x00\xda\x8d\xc5\xb9\xcc\xe1\x67\xbe\ \xf0\xc2\x63\x8e\xe4\xfa\xcf\x0e\xa3\xd5\x92\x4b\xfd\x21\xb4\x40\ \x1b\x5d\x2d\x97\x1f\x39\x7e\x22\x8f\x49\x7b\x69\xb5\xdf\xd8\xf1\ \x09\xf6\x82\xa2\x89\xc4\x95\x37\x2f\x66\xa7\x47\x51\xce\x65\x0c\ \xbb\x8c\x05\x7e\xe0\x31\xea\x20\xec\x32\xc6\xd3\x84\x60\x5c\x2e\ \x14\xf3\xf9\x5c\x90\x75\xac\x95\x61\x14\x11\xc7\x31\x10\x68\x0b\ \x8d\xb6\x8c\x32\x6b\x21\x41\x58\x49\x19\x8b\x7e\x1c\x87\x8d\x5a\ \x3d\xea\xf5\x5d\xd7\x9d\x9d\x9d\x2d\x15\x9c\x9d\x5a\xa7\xd7\xd9\ \x6a\xb7\x34\xe7\xbc\xdb\xe9\x17\x8a\x45\x87\xb1\x56\x6d\x23\xe9\ \xd7\x8a\xd9\xac\x88\xe3\xda\xd6\xa6\x4f\x68\xa5\x52\xe9\xa5\x44\ \x02\xea\x7b\x9e\xb5\x46\x6a\x69\x81\x31\x56\x43\x08\x2c\x04\x08\ \x43\x8a\x89\xb5\x96\x73\x91\xa4\x29\x17\x82\x10\xfc\xe7\xb9\x6c\ \x06\x58\x63\x6c\x94\x24\x57\xaf\x5c\xa2\x08\xa8\x24\xc1\x46\x03\ \x2d\x64\xaa\x0c\xc4\x10\x12\x08\x89\x05\xf6\x7b\x39\xb0\xc6\x3c\ \x90\x03\x63\x8c\x52\x0a\x21\x44\x08\x91\x52\xa6\x49\x48\x29\x0e\ \xdc\x80\x11\x46\xb0\xdb\x6e\xf5\x7f\xe3\x37\x7f\xf7\xe0\xc1\x3d\ \xfd\x5e\x0b\x19\x4b\x29\xfd\xe4\xa1\x43\x0c\xe3\x81\x18\x0c\x78\ \x88\xc3\x82\x6c\xa1\xd0\x5b\x9f\x5f\xdc\xea\xed\xce\x41\x63\x3e\ \xe8\x30\x7e\x90\x16\xf0\x94\x3f\xfa\xcc\xd3\xcf\x3f\x3f\x2c\x36\ \x76\xbe\xf5\xeb\x5f\xa9\x77\x01\x46\xb8\x0f\x78\xa8\x45\xd8\x8f\ \x5a\xcb\x73\x12\x25\xa5\x1c\xcd\x05\x5e\xe8\x79\xbe\xe3\xe5\xbc\ \x60\x2b\x8c\xf6\xcd\xec\x3e\x7d\xec\x44\x31\x1b\x20\xd7\x01\x58\ \x85\xb5\xfa\xb5\xf9\x5b\x9b\xbd\x04\x3b\x41\xa2\x10\xd7\xd6\x62\ \xac\x80\xd1\xc0\x38\x8e\xc3\x28\x88\xa2\x7e\x21\x97\xf7\x73\x60\ \x6c\x24\x3f\x54\x66\xb1\xa8\xb5\xda\x2b\x85\x21\xb2\xb6\xbe\xd5\ \xdc\x6e\x84\x9d\x1e\x56\x95\x14\x3b\xae\x96\xb3\xa3\x93\x4f\x3c\ \xf1\xe4\xed\x6b\xd7\x9a\xeb\xf3\x42\xa9\xd5\xd5\x96\xc8\x8c\x38\ \xb9\x92\x45\x5a\x8b\xc4\x40\x8d\x30\x4e\xb5\x91\x42\x29\x25\x28\ \x02\x9e\xe3\x6a\x05\x25\xd7\xc3\x23\xe3\xb3\x7b\xf7\xdf\xbe\x7d\ \xf3\xf6\xdd\x1b\x88\x21\xe2\x30\x8b\x91\x85\x30\x8a\x22\x2e\x62\ \xdf\x61\x31\x4f\x63\xab\xbb\x22\x81\x10\xfb\x88\x05\x8c\x86\x22\ \x56\xd6\xe8\x58\x29\x60\xa5\xd5\x4a\x5b\xa8\x2d\xb6\x80\x18\x00\ \x80\x45\x46\xcb\x24\xf6\x3d\x27\xe3\x67\x31\xa2\x1a\x68\x0b\x04\ \xb0\x76\xab\x55\xab\xc6\x15\x6e\x65\xc2\x93\x72\x66\x08\xa1\xc1\ \x33\xc5\x01\x0f\x13\x25\xcd\xe4\x91\x67\x1f\x7b\xfb\x5f\xff\xab\ \xff\xe1\xbf\x9b\x98\xa8\x52\x68\xad\x05\x46\xf2\xe2\xf1\x4f\xfc\ \xf8\xa7\x1f\xf3\xad\x30\x7f\xdd\x3d\x82\xb5\x38\xa0\x02\xa8\xf9\ \xb5\x85\xb5\xad\x35\xd7\x65\xf5\x5e\xd8\xb1\xe9\x66\x67\x63\xe3\ \xde\xfd\x9d\xf6\xe2\x0f\xbc\xf4\xd4\x27\x9e\x7e\xec\xdd\x77\x2e\ \xdd\xbc\x34\xff\xfd\x9f\xff\x81\x03\xfb\x46\x5a\xb5\x54\xb5\x6f\ \x77\xee\x34\xb6\xfb\xdd\x4e\xa3\x3e\xb5\x67\x4c\xe8\xa4\x7e\x77\ \x71\x68\x6c\xa6\xd5\x6a\xfc\x3f\xff\xf6\xb7\x13\x8b\x9f\xfc\xd4\ \x27\x2d\x05\x86\xd8\xc9\xe9\xe9\xde\x56\x2b\x9b\xc9\xaa\x4e\x98\ \x26\xe9\xf2\xda\xbd\xa1\x62\x31\x9b\xc9\x6e\xac\xaf\x47\x61\x84\ \x20\x8a\xda\xbd\xd5\x3b\x0b\xef\x75\x7a\x14\xbb\x8f\x9e\x79\xac\ \xe3\xfa\x6b\x73\x73\xd7\x2e\xbf\xb3\xbe\xba\xbc\xba\xbe\xd4\x89\ \xa2\x6d\x01\x23\x21\x0b\x59\xda\xeb\xd4\x99\xe7\x7a\xf9\x42\xb3\ \x97\x70\x21\x81\x56\x2e\xd4\x14\x63\x00\x5d\x04\xdc\x93\x27\x1e\ \x65\x8e\xf3\x27\x7f\xfa\x87\x97\xaf\xbd\x25\xb1\x48\x8c\xd0\x08\ \x19\x48\x5c\x94\x71\x35\xa0\x84\x14\x87\xca\xdd\x96\xee\x08\x35\ \x14\x78\x9e\x21\x44\x19\x29\x53\x77\x28\x4f\x20\x12\x5a\x71\x60\ \x2d\x84\xd8\x40\x22\x34\x56\x16\x58\xad\xac\x76\x5c\x27\xf0\xb2\ \x46\x41\xa1\x05\xa4\x5a\x61\x0d\xb0\xbd\xb9\x78\x6b\xb3\xbb\x6e\ \xac\xec\xf7\x3b\x63\x23\x23\x9f\xff\xe4\xa7\x20\xa4\xd6\x0e\xc2\ \x8e\x06\x3c\x94\xc1\x21\x66\x0e\xa3\xc1\xf4\x8f\xfe\xc2\xff\xfc\ \xe8\xbd\xf9\x5a\x27\xd2\x00\x02\x23\x93\x38\x76\xaa\xa3\xc4\x7e\ \x98\x1e\x81\x39\xee\xc5\xb7\x2f\x2c\xde\x5d\x5d\xb9\x39\xd7\xec\ \x6c\x6a\xae\xef\x2d\xcf\xc7\x20\xec\x45\xdb\x4a\xe9\xcf\x3f\xb7\ \xe7\x1f\xfd\xe0\xc7\x0f\xec\x1e\xdd\xed\x48\x7e\xe6\xe8\xc9\x33\ \x67\x81\xb5\x89\xa7\xae\xbd\x73\x6f\xeb\xc6\x7d\x15\xf7\x57\x17\ \xe6\x2b\xfe\xb3\x7b\x1e\x7d\x6c\x72\x7a\x6f\x9b\xc3\xbb\xab\xf5\ \x03\xc7\x0e\x17\x47\x27\xce\x3c\xf5\xb8\xc5\x60\xee\xfe\x9c\x4c\ \xe3\xd1\xea\x58\x6d\xa7\x76\xf9\xf6\xad\x34\x49\x76\x4f\xef\x82\ \x1a\x7e\xeb\xeb\x2f\x5b\x6b\xa7\x26\x26\xd6\xd6\xd7\xb1\x04\x4f\ \x3e\xf6\xd8\xf8\xf0\x78\xab\xd1\x11\xb1\xd8\xd9\xa9\xff\xfb\xdf\ \xff\x6a\xa3\x55\x2f\x55\x86\x20\x45\x87\xb3\xb9\xae\x00\x17\xde\ \x78\x93\x09\x68\x05\x0c\xb5\x6a\xf2\x50\x20\x6c\x20\x75\x1c\x2a\ \xad\xd0\x46\x61\x2b\x80\x41\xa9\x48\x36\x6b\x9b\xdd\xb0\x83\x08\ \x42\x08\x10\x0c\x21\x80\xda\x02\x25\xa5\xd4\x88\x22\xac\x8d\x65\ \x8e\xcf\x72\x99\xc0\xcf\x3a\x02\x26\x61\x04\x1d\xcf\xcd\x14\x3c\ \x05\x53\xa9\x19\x81\x90\x60\xa3\xa4\xe3\x23\xa0\xb4\x35\xba\xd9\ \x6b\x7b\xe5\x21\x20\x2d\x81\x16\x39\x6e\x2c\xb9\x50\x82\x32\x6a\ \x89\xa9\x77\x6a\x08\x02\xad\x65\xcc\x93\xc1\xb0\x60\xc0\xc3\x5b\ \x20\x20\x1d\x35\x2e\xbe\x7a\xa5\xa1\xa8\xcb\x08\x82\x10\x00\x6b\ \xad\x71\x4a\x7b\x1e\x3f\x3b\xeb\x00\xc9\xa5\xfa\x10\x5a\x40\x08\ \x59\x5f\x5a\x7e\xf9\x1b\xdf\xdc\xda\xdc\x88\xe2\x24\x56\x49\xa2\ \x7a\x22\x8d\xca\x59\xba\x37\x97\x17\xdb\x8d\xb5\xcb\xe7\x67\xb3\ \xcf\x1d\x98\x1c\x6b\x37\x5b\xcd\xf9\xdb\xb7\xaf\x5f\xef\xb4\x9a\ \xc7\x8f\x1c\x14\x54\xce\x3e\xf5\x0c\xb0\x4f\x03\x65\xde\x7f\xe7\ \x4a\xa3\xcf\xfb\xd0\xad\x73\x40\x73\x01\xcd\x07\xb5\x76\x63\xfe\ \xfe\xbd\xe5\xc5\x85\x27\x9f\x78\x22\x1f\xe4\x2f\xdc\x7a\xe3\xcd\ \xd7\x2f\x6a\xa9\x0e\xce\x1e\x0a\xbb\xc9\xed\x9b\x73\x5f\xfa\xd2\ \x4f\xcd\xce\xcc\x5c\x7a\xe7\x9d\x6f\x7f\xed\x4f\x0f\x4d\xed\x6d\ \x6e\xb7\xb7\x37\xb7\xfb\xed\x1e\xc1\xa4\xd5\x6c\x55\x46\x2a\x85\ \x52\x91\x62\x86\x2c\x2c\x42\xf4\x85\x8f\x3d\x67\x10\xb8\xbb\xbe\ \x3e\xb4\x67\xef\xf5\xb5\xcd\x7b\x9b\x1b\xbd\x7e\x97\xeb\x90\x20\ \x8c\xa1\xd6\x4a\xf8\x5e\x26\x93\xf3\xfc\x80\xe6\x0a\x19\xb6\x01\ \x11\x00\x5a\x59\x6b\xa4\x12\x12\x02\x04\x01\xb5\x52\x43\x88\x1c\ \x4c\x5c\xea\x10\xc8\xa4\x92\xda\x12\xec\x06\x61\xa2\x5d\x18\x40\ \xa3\x91\x06\x16\x40\xa0\x0c\xd7\xe2\x41\x91\xd5\x4d\x12\xd7\x41\ \x1e\xc0\x0c\x41\x6d\x95\x06\x8a\xf9\x2c\xc8\xfb\x10\x1b\x8a\x08\ \x44\x16\x19\xeb\x04\x83\x97\x08\x03\x1e\x9e\x16\x40\x64\x64\xbc\ \xbe\x78\x7f\x6e\x73\xe7\xde\x4a\x77\xdf\x91\xfd\x19\x0a\x01\x6f\ \xcc\xad\xbf\x9d\xfd\xa7\x5f\x3e\x56\x65\x1f\xd2\xe3\x0c\xc2\xa8\ \x97\x6c\x6d\x77\x0c\x09\x04\x31\x4e\x86\xf9\x8c\x75\xb6\xc5\x3f\ \xfe\x99\xef\xff\xd1\x67\x4f\xe2\x76\x7d\x7a\x7c\x7c\x67\x73\x4b\ \x14\x61\x69\x64\x1c\x12\x3c\x54\xab\x5b\xa0\x5f\xfe\xee\x2b\x85\ \x7c\x6e\xf6\x63\x4f\x85\xb5\xad\xad\xe5\xcd\x76\xad\x3b\x73\xe4\ \x44\x5d\xa1\x9d\x95\x0d\xcd\xf0\xae\x03\xfb\xa2\x28\xee\xc7\x71\ \x21\x93\x1d\x29\x0d\x75\xda\xed\xa1\x52\xe9\xe0\xbe\xfd\xd5\x6a\ \xb5\x51\x6f\x34\x5b\x8d\x4f\x7f\xfa\xd3\xed\x66\xeb\xd5\x95\x95\ \x28\x8a\x8e\x1e\x3e\xdc\x6d\x36\x5f\x7b\xe5\xbb\xa3\x23\xe3\xcf\ \x3f\xf3\xdc\xd2\xe2\x42\x63\x33\x39\xb8\x67\x26\x8c\xc2\xad\xcd\ \x35\xc6\x68\xb8\xd3\xca\x05\xf9\x43\xa7\x4f\x9d\x3c\x7a\x9c\x07\ \x85\x29\xe0\x29\x1a\xdc\xba\x75\x35\xee\x85\x14\xc4\x18\x6b\xea\ \x30\x1e\xb6\x45\xd4\xcd\x3a\x94\x5a\x0d\x78\x62\x4d\x02\x79\x8a\ \xb4\x21\x1a\x2b\xa0\x20\x74\xa7\x86\xc7\x76\x4f\xce\xdc\xdb\x5c\ \xdf\xec\x76\x90\x10\x2a\x4a\xb5\xd4\x28\x70\xfb\x61\x5a\x0c\x72\ \x08\x21\x6b\x94\x94\x1c\x01\x49\xb5\x0a\xbb\x6d\x8b\xe0\x50\xc6\ \xd3\xc0\x1a\x2d\x85\x01\x16\x03\xe2\x11\x2f\xeb\x31\x9f\x49\xcd\ \x21\x21\xc6\x1a\xa1\xa4\xd0\x62\x70\x22\x07\x3c\x2c\x8c\x56\x24\ \x3f\xf1\xc3\x3f\xf7\x4f\xee\x9e\xff\xcd\xdf\xbf\x93\xfb\xf2\xcf\ \xfd\xa0\xaf\x0d\x96\xcb\xbf\xfc\x4b\xff\x57\xb3\x9f\x80\xaa\xf3\ \xe1\x66\x87\x08\xc1\x5e\x12\x27\xc6\xfa\x7e\xc6\x87\xc8\x65\x2a\ \xed\x36\x46\x1d\x75\x68\xa4\x10\x6d\xad\xc1\x76\x73\xb9\xd3\x4e\ \xa9\xbf\xf7\xc0\x61\x23\xb8\xb5\x60\xdf\xd1\x23\xa5\x6a\xf9\xf4\ \x93\x4f\xdc\xb8\xf6\xfe\xeb\xdf\xf8\x46\xa3\xde\xb8\x3b\xb7\x7c\ \xea\xdc\x93\xbe\x9f\xbf\xf0\xcd\x97\xbf\x7b\xed\x4e\xc2\xfc\x14\ \x79\xdd\x4e\x57\x27\x89\xee\xf7\x2f\xbd\x75\x09\x50\x77\x65\x79\ \x71\xcf\x9e\xdd\x9f\x7a\xe1\x85\x4b\x6f\x5f\xea\x87\x9d\x5d\xbb\ \xa6\x2e\x9c\x7f\xb5\xd5\x6a\x2b\x29\x5f\x7c\xfe\x53\x2c\x91\xec\ \xd9\x67\x0e\xec\xdd\x9f\xf1\xfd\xe5\xfb\xb7\xcf\x9e\x3c\xba\x6b\ \x7c\x64\x6d\x73\xdd\x54\xcb\x23\x23\x23\xb7\xe2\x6b\x73\xb7\xaf\ \x8f\xce\x4c\x15\xb3\xb9\x95\x8d\x75\x4a\xdc\x89\x42\xa1\x7c\xfc\ \xd8\x44\xee\xe4\x91\xa9\x62\x3e\xe7\xe6\x46\x46\x30\xf4\xe7\x6e\ \x2d\xea\x5e\x67\xb2\x90\xfb\xdc\x97\x7f\x81\x31\xd8\x6c\x36\xb6\ \xb7\xeb\x6b\xab\x5b\xf7\x37\xd6\x6a\x2b\x9b\x7b\x86\x8b\x3f\xfa\ \xe2\x0b\xe7\x2f\x5f\xfe\xea\x37\xbe\x69\x45\x0c\x63\x85\x01\x62\ \x30\x03\x3c\xa6\x91\xc9\x66\x33\x58\x27\x71\x3f\x84\x22\xc1\x9c\ \x1f\x18\xa9\x4e\x4d\x4d\x8c\x4e\x8d\xbd\xf6\xf6\x9b\xf7\xd6\xb7\ \x13\x44\x34\xd4\xc4\x23\x16\x69\x00\x8d\x81\x86\xcb\x14\x63\x04\ \x30\x32\x66\xd0\x22\x0c\x78\xb8\x5b\x04\xab\x94\x26\x14\x37\xd7\ \x16\x97\x36\x5a\x7b\x0a\xa4\x76\xf3\xdd\xa5\xae\xf7\x44\x3e\x00\ \x1f\x36\x1f\x01\x58\x00\x3d\x50\x9a\xce\x23\x69\x61\x4b\x26\xb5\ \xf5\x89\xac\xfe\xf1\x2f\x7e\x3a\x93\x6c\xc1\x62\xd1\x1b\x72\xb6\ \xd7\xd7\x0b\xa3\xbb\x3b\xeb\x0b\x71\x12\x2d\x2c\xcc\x63\x0c\x6a\ \xcd\x66\x75\xb8\x3a\x77\x6f\xae\x54\x2a\x26\x46\xa5\x06\xd5\x5b\ \xe9\xc5\xcb\x37\x56\x56\x6b\xd5\xe1\xa9\x3d\x27\xce\x5c\xbf\x73\ \x6f\x72\x62\x42\xc7\xd1\xe5\xdb\xf3\xb3\xbb\xf7\xa6\x3c\x7d\xf5\ \xf5\x37\x0f\x1f\xdc\x6f\x81\x5d\x5c\x5c\x1c\x1f\x1b\xbb\x7a\xf5\ \x6a\xcc\xd3\xa7\x3e\xf6\xd4\xd7\xfe\xe8\x6b\xe7\x5f\x7d\xf5\xd4\ \xcc\xde\xe1\x4a\x45\x2b\xfe\xfe\x95\x9b\x8c\xa0\x5c\x2e\xa8\x6d\ \x6f\xae\x2c\x2d\x61\x46\x4d\xb9\xbc\xff\xd8\xe1\xb6\x88\xb7\xda\ \x35\x9b\xcb\x5a\x69\x0e\xef\x99\xdd\xbb\x6f\xef\x54\xa5\x38\xea\ \x08\x2f\x6e\x40\x0f\x0b\xcf\x45\x28\xe8\x2c\x6f\xc5\x61\x6f\x2c\ \x97\xf9\xd4\xa3\x8f\x16\xc6\x2b\x36\x0c\xe3\x7e\xa2\x0d\xee\x19\ \xfe\xea\xcb\xdf\xd9\xbe\x76\xdf\x15\xe1\xa3\x07\xf6\x74\xb7\x8e\ \x5f\x7a\xf3\x32\x50\xc6\xc9\x65\x22\xc5\x2d\x73\xa1\x03\x46\xa7\ \x87\x7b\xfd\x86\x4a\x6a\x19\x8c\x9e\x3e\xf7\xe8\xe7\x9f\x7f\xce\ \x21\xcc\x42\x33\x16\x78\xff\xe6\x0f\xfe\xf8\x5e\xb3\x03\x88\x0d\ \x9c\x80\x32\x2a\x25\x47\x04\x1a\x08\x8d\x05\x08\x61\x3b\x30\x3e\ \x1d\xf0\x37\x62\x8f\xf0\xcc\x93\xef\xfe\x9f\xbf\xfc\xcf\xff\x69\ \x3e\x4b\x3b\x1d\x71\xee\x0b\x3f\xbd\xbf\xe2\x2a\x29\x3e\x9c\x16\ \x58\x03\xb1\xcb\x1b\xd1\xbd\x00\x04\x69\xd4\x2a\xd0\xe4\xa5\x8f\ \x9f\xfb\xd2\x17\x9e\x4f\x7a\x4b\xd4\x31\x24\x9b\xb3\x0e\xf4\x00\ \x7c\xf3\xbb\x5f\xdf\xd9\xd9\xda\xbd\x6b\xfa\xc0\x89\xe3\xfb\x0f\ \xce\x7c\xeb\x8f\xbf\x5d\xdf\xae\xff\xf4\x97\x7f\xc1\xc6\xf1\xd2\ \xfd\xda\xbd\xc5\xee\x9f\xbe\xfa\xd6\x5a\x37\x7a\xe4\xb9\x73\xad\ \x7a\x3c\x3e\xbc\xeb\xe4\xb1\xd3\x4b\xf3\x77\x7f\xec\x27\xbf\x34\ \xbb\x6b\x7a\x7d\x67\xe3\xd3\x9f\x89\x8f\x1c\x3e\xec\x30\xda\xee\ \xf4\x7f\xe2\xef\x7e\xe9\x95\x97\xbf\xd3\x6a\xf7\x9a\xed\x5e\x26\ \x5f\x88\xb9\xca\x16\xab\xb7\x6e\xdf\xae\x6d\x6f\x7a\xae\xfb\xd2\ \x8b\x2f\xe6\x0b\x85\xb7\x2e\x5e\x5c\xdb\xa9\x9f\x7b\xf4\xb1\xca\ \xe4\xee\x9d\x5e\x6f\xfa\xe8\x29\x08\xed\xe5\x6b\xef\x51\xd7\x5f\ \x5f\x5f\xaf\x06\x2f\xd6\xbb\x9b\x4b\xcb\xb7\xe6\x2f\x9d\x3f\xf1\ \xc8\xf1\x99\x47\x1f\x0b\xf2\x23\x88\x47\x19\x44\x7a\xd0\x74\x1b\ \xdb\x8d\x8d\x85\x56\xa3\xb1\xba\xb4\x9e\x2f\x54\x8b\xd3\x23\x79\ \xd7\x19\x3b\x78\x88\xa4\x02\xc7\xfc\xc4\x9e\xd9\x85\x2b\xd7\x31\ \x00\xcc\x75\xd7\xd3\x98\x79\x14\x3b\x88\x79\xb8\x80\x33\x8d\x35\ \x7d\x70\x76\xfa\xc5\x4f\x3d\x67\x7a\xa1\x25\x0c\x13\xbc\x67\x78\ \xb4\x5a\xa8\xdc\x58\x6f\x38\x19\x8a\x31\x76\x1d\x57\x03\xa9\x80\ \xc2\x10\x5b\x0b\xad\x81\x70\xe0\x75\x38\xe0\xa1\x57\x06\x46\x19\ \x67\xe8\x33\x3f\xf5\x8b\x27\x56\x56\xdb\xb1\xca\x96\xc7\xa6\x46\ \x4b\x50\x89\xbf\x74\xb3\xf5\xc1\xde\xa7\xd0\x1a\x2e\x79\x8f\x66\ \x33\x20\x70\xb2\x18\x7f\xee\xa5\xcf\x1a\xc0\x5b\xed\x26\x71\x69\ \x67\xa7\x07\x71\x86\x1a\xd8\x6e\x87\xfd\x7e\xba\x77\xdf\x91\x56\ \x37\xc9\x68\xf6\xb9\x9f\xfc\xfb\x5b\xcb\xeb\x3b\xab\xad\xf9\x85\ \xe5\x3b\x77\x6b\x67\xcf\x3d\x77\xfa\x2c\x25\x0b\xeb\xc5\x60\xc4\ \xcf\x3b\xc4\xcf\x24\x7d\xbb\xb2\x5c\x0b\x0b\x59\x4a\x32\xdc\xe2\ \x03\x07\x4f\x4b\x65\x36\x37\x6a\xad\x36\xff\x95\x5f\xfd\xad\x46\ \xbd\xa1\xb5\x6e\x5e\x9b\x5f\x5d\x6d\x8d\x94\xaa\x6f\xdd\x98\x6f\ \xd4\xdb\xa3\x95\xc9\x7c\x2e\xdb\x87\xce\xd6\x46\x6d\xa1\xd6\xad\ \x25\x26\x65\xd9\x18\x67\x22\x82\x9d\x6a\x26\xeb\x91\x62\xa3\x73\ \xf9\x9d\xcb\x57\x6f\xde\xbb\xf4\xea\x37\x5f\xfa\xc4\xd3\x13\x01\ \xd2\x3c\x7c\xe7\x9d\x37\xaf\xad\x2d\x15\xcb\x93\xad\x76\x8a\xb1\ \xdb\xe8\x34\xfe\xe4\x8f\xff\x70\x73\x63\x59\x72\xa1\x85\xe1\x89\ \xb9\x78\xe7\xfe\x9e\xe9\x5d\xbf\xf8\x23\x5f\x52\xbd\x54\x44\x7c\ \x65\x6e\x61\xc8\xcb\x51\x86\x15\xa6\x59\x68\x35\x22\x9b\x9b\x5b\ \x8d\xfa\x4e\x21\xcb\x86\x8b\x85\xe9\xc9\xc9\xfb\xf7\xef\xed\x1d\ \x9b\x8c\x39\x87\x96\x2d\x6c\x6c\xd6\x9a\xed\xe1\xea\xa8\x82\x82\ \x20\x4a\x10\x32\x16\x10\x88\x01\x44\xc6\x42\xad\x01\x30\x03\x2d\ \x18\xf0\x37\x41\x0e\x34\xc0\xde\xd4\xbe\x43\xbb\x20\xb4\x46\x4b\ \xa5\xfe\xbf\x2e\x1c\xfd\x15\xde\xa7\xae\xf1\x5c\x99\x87\xa6\xd8\ \xe8\xa7\x9f\xfb\xe2\xf7\xa7\x6e\x75\xbe\xb6\x50\x2c\xcc\x86\x61\ \xd2\x68\x45\x27\x1e\x79\x22\xac\x6f\xe7\xa7\x1a\x26\xdb\xf9\xd6\ \xa5\xc5\x6e\xbf\xff\xd4\x33\xcf\xa5\xfd\x4c\x1f\x4d\x1a\x30\xda\ \xa2\xe0\xe2\xcd\xf7\xb3\xd5\xad\x66\x4f\xdc\xb8\x71\xff\xea\x9d\ \xad\x2f\xfc\xe8\xdf\x4b\x22\xdb\xef\xb6\x0f\x1f\x3c\x95\xc9\x7b\ \xe3\x13\xa3\xf9\x7c\x89\x51\x27\x4d\xd3\x1b\xd7\xaf\xe7\x0b\x93\ \xcd\x46\x23\x08\x46\xd7\x57\xd7\xc2\x5e\x6b\x65\xa5\xd9\xe9\x42\ \xe0\x0e\x1f\x38\xfd\xd4\x58\xb5\xbc\xb1\xbe\xf2\xca\xfb\xb7\xb3\ \x41\xc6\x1b\xd9\x3d\x96\x1b\x6e\x2a\x87\xd7\xe3\x46\x6c\x01\x20\ \x37\x6e\xdf\xbb\xf8\xda\xdb\x9b\xab\x4b\x2e\x85\x91\x30\x23\x53\ \xa3\x95\x0c\xcd\xcf\x54\xd2\xa4\xdf\x4e\xd3\xcd\xad\x55\xa9\x99\ \x34\x28\x15\x22\x6a\x76\x49\xc6\x21\x1e\x25\x86\xac\xad\x6e\x6f\ \xd6\x3b\xa3\xa3\xb8\xdd\x17\xa2\x1e\x6e\xd6\x1a\xeb\x2b\x3b\x14\ \xf9\x1e\x76\xfa\x52\x3a\x4e\x06\x28\x5d\xc9\x55\x34\x94\x46\x26\ \xae\x17\xd4\x9a\xed\x3d\x23\xe3\xcd\x38\xd9\xdc\xae\xaf\xd5\x6a\ \x4e\xbe\x10\x2a\x93\xf1\x8b\x91\xec\x23\x80\x1c\xea\x21\x80\xa4\ \x11\x98\x30\x84\x18\x70\x70\x21\x5b\x82\x10\x0e\xae\x1a\x0d\xf8\ \x9b\x20\x07\x52\xe8\xbf\xf2\xc7\x3e\xf8\xcd\xb2\xa1\x36\xe3\xdb\ \xaa\x4e\x7c\x44\x47\xaa\xbb\x4e\xd7\x78\xbe\xbf\x83\xf7\x4f\x4e\ \xb9\xc5\xac\x6e\xd4\x5e\x79\x6d\xab\x15\x6d\x7b\xfe\xec\xd8\x89\ \x61\x21\xe5\xc9\xb1\xf1\x56\x2f\xfc\xc6\x9f\x5e\x09\x4a\x23\xee\ \x66\xb3\xd6\x14\x7b\x4f\x3d\xf7\xce\xe5\x1b\xef\xbd\x7b\x7d\x79\ \x75\x2b\xc2\xe8\x85\x4f\x7e\x3e\x3f\x36\x46\xac\x1b\xf1\x78\x6d\ \x6e\xe9\xca\x7b\x37\x1c\x96\x19\x1d\x19\xc3\x08\x36\x1a\x0d\xad\ \x34\xa5\x85\x5e\xa7\xc3\x39\xda\xd8\x68\xf1\x18\xb4\x90\x5c\x69\ \xf4\xc0\xea\xce\xe2\x56\xa3\x5c\x2e\x79\xc5\x02\x07\x90\x3a\xae\ \xc5\xf1\x8d\x95\xad\x7e\xbc\x92\x2a\xcf\x2a\xd9\xdd\x5e\x58\xdb\ \xa8\x39\x8c\xf2\x94\xd7\xdb\xe1\xb5\xbb\xf3\x27\x7e\xf8\xb3\x54\ \x47\x79\x9d\x54\x94\x96\x12\x46\x1c\x6a\x48\x12\xc1\x31\x01\x69\ \x1a\xa7\x71\xd2\xef\x86\xf1\xf2\xba\xa6\xec\xf6\xc2\xea\xaf\xfc\ \xc6\xef\x7e\xe6\xf1\x67\x17\x16\x37\x95\x26\x0c\x62\x6b\x89\x85\ \x40\xf0\xc4\x09\x1c\x6b\x30\xc6\xb0\xd5\xed\xdc\x8b\x57\xfb\xcd\ \xae\x43\x82\xac\x17\x2c\xaf\xad\x97\xa7\x26\xd7\xda\x9d\xca\xe4\ \xb4\x36\x44\x75\xa4\xd1\xc2\x68\x80\x09\x61\x9e\x83\x30\x06\x00\ \x6b\x09\xe0\x03\xcf\x28\x38\xb0\x30\x18\xf0\xb7\x83\x0f\xdc\x29\ \x02\xc8\x4d\x1a\xab\x36\x93\x02\xaa\xe4\xf5\x0b\xdf\x9e\x99\xfc\ \xb1\xcc\xc4\x99\x2b\xab\xeb\xcb\x0b\x77\x8d\xa6\xc5\xa1\xa1\x6c\ \xb5\xba\xd9\x6a\x2c\xcd\x47\x89\x90\xe1\x7b\xef\x61\x4a\x2a\xc3\ \x07\x1b\x71\xe2\x44\x30\x53\x99\x4e\xd7\xd6\x18\xcf\x7f\x7c\xef\ \xc9\x3a\xcb\xde\x59\x9e\xbb\x7b\xfe\xab\xcf\xff\xd4\x3f\xb0\x34\ \xe0\x61\x66\x38\xef\x67\x4a\x9e\xf1\x40\xae\x98\xa3\x04\x67\xfd\ \xfc\xf6\xd6\x46\xaf\xd3\x06\x52\x22\x29\xd3\x6e\xcb\x5a\x6e\x78\ \x28\xe2\x48\x29\xe5\x05\x41\x28\x8c\x61\xa8\xdb\xef\x5b\x94\x68\ \x0b\x53\x44\x8d\x87\x1c\x69\x2c\x97\xc4\xc3\xf9\xca\xb0\xe4\x5d\ \x64\x3b\x2a\x91\xdf\x7d\xed\xd2\xe8\xe8\xe8\xd9\xd3\xc7\x73\x8e\ \x1b\x60\x6e\xac\xf4\xa0\xd1\x06\x60\x4c\x94\x01\x1c\x30\x6d\x6d\ \xbb\xd3\xbd\xbf\xd2\x48\x95\xb2\x38\xbd\xb1\xb1\xa8\x2e\xe8\x8c\ \x65\x44\x01\x03\x30\x07\xca\x40\x9b\xc5\x98\x40\x9c\x5a\xa5\x0d\ \xca\xe4\x86\x12\x91\x34\x39\xad\x19\xbf\x2b\x59\x8f\x0d\x99\x10\ \xaf\xac\xf7\x73\xe5\xea\xc4\xf4\xd8\xb5\x9b\x9a\x39\x38\x4e\x42\ \x4a\x5c\x02\xb1\x10\x12\x02\x8d\x10\x8a\xe2\x8e\x31\x06\x80\x81\ \x81\xc1\x80\xbf\xfd\x5a\x00\x20\xb4\x40\x03\x28\x79\xda\x1d\x2a\ \x64\x2e\x5f\xbc\xf0\x85\x17\x3f\x3f\x79\xe8\x58\x22\x18\xdc\x49\ \xda\x3b\x8d\xfb\xd7\x6f\x16\xca\xb9\xe1\x91\xe1\x91\xc9\x89\x7e\ \x14\xe5\xca\x92\x10\x52\x1c\x1a\x1a\x01\xa0\xd3\xeb\x6e\x6c\x6e\ \xc4\xcd\xfa\x93\x27\x8e\x8d\x86\x61\x4b\xf2\x99\x24\x7e\xff\xca\ \x7b\x97\xf1\x6f\x8c\x3c\xf6\x6c\x69\xcf\x21\xa7\x92\x8f\x7b\x51\ \xb6\x94\x17\x5a\x2c\x2f\x2c\x35\xea\x3b\x71\xd8\xe3\x49\xbc\xb3\ \xb9\x71\xeb\xc6\xd5\xad\xfa\x3a\x03\x04\x19\xd1\x58\x5f\xb0\x69\ \x77\x74\x72\xb2\x50\xae\xa6\xb1\x6b\x10\x14\xda\x2a\x6d\xb8\x10\ \x42\x48\xde\xeb\x2b\x1e\x13\x0c\x2b\xc3\x55\x46\xaa\x46\xc6\x3e\ \xb1\x4a\xc4\xdf\xfa\xce\xeb\xb7\xe6\xe6\xf7\x4e\x8d\x8d\x66\x5d\ \xc6\x08\x73\x1d\x6d\x74\x94\xa6\xad\x76\x98\x72\xb3\xb2\xb1\xb3\ \xbc\xb8\xb9\xb9\xd3\xd2\x80\x24\x92\x87\x08\x6c\x76\x9b\x23\x5e\ \x3e\x87\x5c\x6b\xa1\xb5\x96\x38\xae\x8f\x40\xaa\x14\xa4\x50\x28\ \x01\x10\x4e\x84\x3a\x74\xfc\x50\x61\x78\xbc\xdd\x6a\x01\xea\x42\ \xea\x7a\x6e\xee\xf5\x37\xce\x8f\xad\x0d\x57\xab\x95\xb1\xb1\xd1\ \x42\x31\x7f\x7f\xf1\x5e\x92\x86\x00\x40\x65\x24\x61\x88\x50\xf2\ \x97\x85\xdc\x0f\x18\xf0\xb7\x51\x0b\x00\x30\xda\x02\x0d\xf2\xf9\ \xfc\xce\x76\xad\xd3\xec\x6e\xae\xaf\x1e\x39\x78\xb0\x58\x70\xf6\ \xce\x8c\x57\x4b\xd9\x9d\x9a\xdf\xec\xd4\x80\x49\x8c\x8a\x32\x2e\ \x2c\x55\xc6\x8c\x32\xcd\x4e\xcb\x58\x1b\xf7\x3b\x71\xd8\xea\xe8\ \xce\x6f\x7c\xfb\xad\x9f\x7f\xf2\xf9\xc9\xa1\xaa\xb3\x5a\xa7\x3e\ \xbc\x75\x69\xf1\xbd\x95\x5e\xf9\xec\x2a\x2c\x17\xb6\x3b\xad\xed\ \xad\x1a\xb2\x48\x6b\x49\x30\x72\x29\xd1\x52\x08\x1e\xcf\x4c\x8f\ \x1f\xda\xb7\xcb\x77\x7d\x46\xa9\xd0\x2a\xe5\xa9\x25\x80\xb7\x36\ \x1b\xfd\x7e\x2f\x89\x7b\x51\xc2\x85\x32\xc0\x2a\xa9\x8c\x41\xa5\ \x72\xf9\xf0\xa1\x7d\x59\xdf\x0f\x3c\xca\x08\x70\x29\xa4\xc8\x8a\ \x34\xee\xf7\xda\x73\xf3\xeb\x97\x9b\x0d\x21\xb9\xd2\xda\x22\x00\ \x20\x8c\x12\xde\x8f\xb9\xb1\x28\x08\x0a\xac\x50\x94\x69\x2c\xd3\ \xb4\x13\xf7\x01\x37\x49\x3f\xce\xd2\xa0\x90\xc9\xbb\xcc\x43\x8a\ \x6b\x6b\x35\x46\x00\x40\x84\x40\xc2\xe3\x72\xb9\x68\xb5\x68\x35\ \x6b\x94\x32\xa5\x45\xab\x55\xcf\xe6\xdc\x23\x87\x0e\xba\x01\x2d\ \x95\x4a\x7b\xf7\xec\xa9\x37\x6b\xdb\x1b\x9b\xcc\xa3\x6e\xc0\x0c\ \xd0\x52\x69\x63\xdd\xc1\xf1\x1a\xf0\x11\xd1\x02\x6b\x8d\xef\x06\ \x3c\x91\x6b\xed\x35\x68\xc1\x8f\xfc\xf0\x17\x7f\xf8\x87\x7e\x60\ \x63\x7d\x73\x73\x6d\xb5\xdb\xed\x26\x71\x0a\x40\x42\xb0\xda\xd9\ \x5a\x59\x5f\x9d\xd7\x46\x33\xd7\x4d\x93\x64\x73\x73\x53\x6a\x05\ \x21\xb2\x10\x48\x47\xa6\x20\x3a\x7f\xf3\xf2\x67\x87\x67\xa7\x8e\ \x1d\x47\x1b\xf5\x28\xec\x2b\x24\xb7\xd6\x17\x96\xef\xd6\x3a\x49\ \x9f\x68\x2f\x1b\x14\xf2\xb9\x6c\x21\x93\xcb\x06\xbe\xc3\x48\xc6\ \xf7\x18\xa3\xc0\x28\x60\x2d\x06\xc0\x6a\xc1\x85\xe8\x85\x61\xa7\ \x1f\xfa\x96\x99\x7e\xb3\xdd\xda\x89\xe3\x04\x42\x64\xac\x01\x90\ \xe6\xa6\xc7\x32\x2e\x6b\x35\x76\xd6\xc2\x1e\x02\x3a\x97\x0d\x28\ \xb4\x52\x08\x63\x15\x84\xd8\x7a\x15\x09\xa2\x44\xc5\x5a\x29\x63\ \x01\x72\x7c\xcf\x05\x14\x3b\x90\xd0\x7e\xab\x6d\x00\x44\x08\x6b\ \x62\x63\x6b\x14\x8f\xfb\x5a\x37\x45\x6a\x8d\x19\x0a\x8a\x2e\xa1\ \xa1\xd1\x68\xbc\x6c\xa4\xb4\x46\x49\x91\x3a\x2e\xad\x56\x4b\x69\ \xc2\x3b\x9d\x7a\x3e\x97\x77\x5d\x6f\xdf\x9e\xdd\xf9\x62\x7e\x6c\ \x7c\xb4\xdd\x6d\xbd\xf3\xd6\xc5\x6e\xbb\x95\x05\x59\x44\xa1\xb6\ \x4a\x69\xf9\xe0\xfe\xf7\xe0\x84\x0d\xf8\x48\xcc\x0b\x20\x8c\xa3\ \x38\x0e\x13\xc6\x48\x21\x9f\x07\xc6\xfe\xaf\xff\xcb\xbf\xa8\xd5\ \xea\xed\x56\x7d\x73\x73\x13\x21\xc0\x28\x8b\xd2\x18\x58\xa3\xb5\ \x46\x18\x27\x69\xea\x67\x02\xcf\xf3\x1c\xd7\xcd\x64\x33\x18\xe1\ \x58\xc4\x7d\x9e\xbe\x7a\xf7\xd6\xea\xe2\xea\x4b\x4f\x7d\x6a\xff\ \x93\x2f\x42\xad\x6c\x7d\xa3\x79\xfd\xd2\x81\xd1\xa9\x24\xec\x48\ \xce\x5c\x37\x83\x10\x64\x58\x43\x95\x48\x65\xfa\x69\x1f\x02\x60\ \x8d\xc2\x08\x53\x04\x8c\x14\x9c\x8b\x7e\x14\x61\x4c\xc6\x0a\x45\ \x06\x41\xd4\xe9\xa4\x71\x62\xec\xf7\x1e\x0f\xe7\x02\x07\x1a\x8d\ \xa1\x75\x28\xd6\xca\x1a\x0b\x43\x9e\x1a\xa5\x10\xc6\x10\x60\x69\ \x10\x75\xf3\x88\x65\x34\xd0\x52\x2b\x84\x11\x21\xc4\x42\x24\x95\ \x2a\x96\x8a\x3d\xa3\x22\x21\x21\xc5\x1a\xe2\x14\x40\x05\x6c\x62\ \xa4\x14\x3c\x92\x32\xc0\x2e\x62\x8c\xc6\xa1\x86\x16\x00\x5d\xdb\ \xd9\x88\xd3\x68\xbb\xb6\x59\x2a\x94\xc6\xc6\xaa\x71\x18\x6e\x6f\ \xad\x3b\x94\x36\x77\xb6\xae\xbe\x7b\xb9\x17\xf6\xc2\xb4\x9f\x0b\ \x02\x97\x52\x68\xb4\xd1\xca\x5a\x03\xcc\x40\x08\x06\x7c\x84\x7a\ \x04\x08\x51\xe0\x07\x4a\xf0\xb0\x1f\xbe\xfe\xfa\x6b\x33\xbb\xa7\ \xad\x35\x61\xd4\x11\x32\xca\x65\x33\x08\xa8\xc0\xa3\x04\x23\x4c\ \x28\x80\x40\x2a\x3f\x5f\xc8\xbb\x9e\x27\xb5\xa2\x94\x30\xc7\x11\ \x91\xc4\x41\xb1\x32\x32\xd3\xe9\xc7\xff\xea\xf5\x57\xbe\xb8\x7b\ \xfa\xd1\x67\x3e\x7e\x02\x9c\xb8\xbd\xbd\x14\x88\xde\x90\x56\x7d\ \x46\x82\x5c\xde\x1a\xab\x8d\xb2\x5a\x0a\xc1\x0d\x44\x8c\x51\xe6\ \x32\x04\xa0\x35\x86\x79\x41\x90\xcd\x07\x99\xbc\x10\x0a\x33\x56\ \xca\x23\xdf\x0b\x28\xea\x59\x8c\x62\xa9\x20\xb4\x04\x6a\x9e\x86\ \x4a\x0a\xa3\xb5\x52\x4a\x2b\x4d\xa9\x9b\x9a\xd4\x62\x8a\x01\xa1\ \x4c\x9b\x07\x97\x81\x21\x84\x16\x58\x60\x11\x80\x52\x72\x46\xb0\ \x45\xc6\x28\x89\x10\x52\x06\x00\x82\xb4\x85\xa9\xd4\x14\x58\xcf\ \xf7\xa5\x54\x7d\xc9\x3d\x4a\x78\x18\x09\x60\x84\xe0\xd8\xa1\xed\ \x76\x63\x75\x75\xd1\x68\xe3\x3a\x2e\x8f\x62\x42\xa8\xef\x7a\x04\ \x61\x2e\x79\x22\x92\x7d\x07\xf6\x06\x99\x8c\x45\x46\x08\xae\x64\ \x8a\x19\x51\x82\x0f\xca\x82\x01\x1f\x1d\x2d\xc0\x18\x6b\x63\xb5\ \xb5\x46\x4b\x88\x3c\xc7\x73\x32\x19\x8f\x31\x08\x91\xf1\x3c\x97\ \x62\x2c\x85\x04\x00\x30\x87\x49\xa5\xad\xb5\x0e\xa3\x08\x41\x02\ \x31\x42\x00\x58\x93\x61\x3e\x07\x00\x40\xd7\xaf\x14\xa0\xa2\xb4\ \x3c\xbc\xeb\xe0\xb1\xee\xce\xa6\xe5\x00\x0b\x88\xb8\x01\x46\x84\ \x61\xcf\x6a\xed\xba\x0e\x42\x08\x02\x60\x8c\x51\x5a\x13\x43\x28\ \x63\x00\x42\x0b\x90\xb1\x40\x03\x04\x31\x23\xd4\xd5\xa9\x54\x1a\ \x1a\x48\x00\x66\xd0\xa4\x10\x01\x63\x75\x26\xf0\x04\x4f\x95\x84\ \xae\xeb\xba\xae\xa7\xb5\x46\x90\x12\xcc\xa0\x35\x40\x73\x0c\x11\ \xa6\x10\x61\x62\x0c\xc6\x18\x21\x8c\xa2\x58\x22\x68\x93\x34\x4e\ \x93\x04\x62\x82\x10\xb6\x10\x21\x8c\x21\x86\x51\x2f\xd4\xc8\xe4\ \x68\x00\x00\x88\xa5\x30\xa1\xa1\x9e\x43\x30\xb6\xc0\x12\x8c\x3c\ \xcf\x53\x4a\xf2\x24\xb6\x46\x49\xa9\x42\xad\x32\x41\x36\x49\x13\ \xad\xd3\xda\xce\xce\xbe\x62\x2e\x95\x29\x82\x36\xe3\x78\x84\x62\ \xca\xe8\x60\x76\x38\xe0\xa3\xa3\x05\xd6\x02\x6d\x8d\xb2\x1a\x59\ \xf8\x20\x1f\x01\x11\xea\x06\x7e\x26\xc9\x3a\x2e\x43\x10\x20\x4c\ \x10\x42\x94\x50\x06\x8c\xb1\x96\x38\x0c\x63\xa4\x94\x26\x94\xba\ \x9e\x6b\x24\x36\x92\x53\xc4\x02\xe2\x26\xb5\xb6\xae\x75\x8b\x0a\ \xad\x2c\x6c\x24\xb5\x2e\x85\x69\xc1\xf3\xba\x8d\x7a\xd2\xe9\x62\ \x84\xca\x95\x4a\x36\x93\x01\x2e\x7c\xf0\x0d\x2e\x0d\x30\x42\x21\ \x8c\x21\x46\x08\x20\x0d\x10\xc4\x90\x50\x07\xc0\x38\x11\x2a\xd5\ \x9a\x39\x38\x5b\xaa\x38\x2e\x52\x5a\x6b\x6b\xa2\x38\xa4\x84\xa5\ \x29\xb7\x36\x7a\x10\x6d\x82\x00\xb4\x46\x72\x11\x61\x88\x00\x40\ \x10\x60\xad\x35\x21\x58\x1b\xcd\x79\x92\xcd\xf9\x59\xdf\xa3\x8c\ \x09\x6d\x8d\x56\xda\x68\x8c\x2c\x42\x14\x68\x20\xb5\xee\xa9\xc8\ \x5a\x6b\x81\xc5\x86\x64\x29\x46\x04\x03\x00\x31\x44\xae\xeb\x6a\ \x85\x91\x35\x02\x02\x0c\x21\xc1\x0c\x11\xe4\x79\x6e\x18\x26\x9c\ \xa7\x93\x13\xe3\xd3\xd3\x13\xda\x2a\xc7\xa5\x52\x72\x87\xb9\x04\ \x93\xc1\xc8\x60\xc0\x47\x44\x0b\xb4\xb5\x00\x41\x44\x88\x31\xda\ \x00\x0b\x10\x42\x98\x10\xea\x02\x44\x1e\x58\x27\x5a\x63\x01\x04\ \x5c\x29\x00\x81\xd2\xc6\x40\x85\x10\xe6\x82\x83\x94\x27\x29\x37\ \x86\x32\xe6\x07\x9e\x63\x64\x5c\x2d\xfa\xa3\x25\xff\x8d\x6f\xff\ \xe9\xbf\xfb\xf5\x5f\x4f\xfa\xdd\xe1\x89\xa1\x30\xed\x0a\xad\x09\ \x65\x52\xc9\x4e\xb7\x17\x27\x3c\x4d\x53\x88\x30\xc1\x18\x63\xec\ \x78\x2e\xa3\x04\x00\x8b\x21\x36\x4a\x3b\x98\x61\x08\x10\x00\x18\ \x02\x8a\x91\x94\xa9\x8a\xb4\x52\x58\x99\xaa\x97\xc9\xb8\x8e\x17\ \xc6\x71\x9a\xa6\x84\x10\xab\xb5\xd5\xd2\x22\x04\x81\x41\x14\x23\ \x88\x01\x40\xc0\x62\x6b\xa0\x85\x84\x31\x87\x4b\xa5\x34\xa4\xd4\ \xcb\x17\x0b\x9d\x5e\xa4\x95\xf1\x99\x23\x52\x61\xb5\x08\x88\xc3\ \x1c\x57\x48\x15\x4b\x4e\x11\x85\x08\x01\x80\x11\x24\x00\x42\x03\ \xcc\x83\x32\x05\x42\x8c\x11\x22\x08\x41\x04\x00\x02\x5e\xe0\x27\ \x3c\xe2\x49\x9c\x44\x61\xe0\xb8\x5a\x0b\x0c\x91\xe4\xd2\x5a\x30\ \xb8\x59\x30\xe0\x23\xa2\x05\xd6\x5a\xe6\xd2\x5c\x3e\x17\x46\xfd\ \x4e\xab\x99\xf8\x9e\x81\x58\x03\xa8\x01\x10\x5a\x23\x03\x11\x82\ \x8c\x3a\x04\x63\xa1\x15\x04\xd0\x00\xab\x0d\x40\x04\x33\xc7\xc3\ \x94\x30\xc7\x31\x12\x20\x48\x38\x4c\x69\x16\x86\x34\xfa\x9f\x7e\ \xf9\x9f\xab\x9e\x88\xc3\xf4\xe9\x73\x67\x04\xd6\x12\x83\x6c\xb1\ \x88\xa9\xa3\x8c\x76\x1c\xc7\x1a\x20\x0d\x80\x08\x21\x84\x2c\x80\ \x00\x51\x0b\xa1\x51\x09\x00\xd0\x4a\x03\x00\x04\x4a\x8a\x24\xf2\ \x19\x1e\x1e\x2a\x76\x45\x1a\x71\x11\xf5\x13\x03\x50\xaf\x1f\x69\ \x08\x1c\xc7\x21\x98\x50\x4a\xa1\x31\x06\x42\x87\x11\x00\x71\x1a\ \xa5\x90\x10\x68\xb1\x31\xd8\x00\x00\x90\xa3\xad\xd5\x06\x6b\x8d\ \x0d\x04\x09\xd7\x31\xe7\x56\x69\x8c\x00\xd6\x86\x58\x6c\x2d\xd0\ \x42\x02\x84\x19\x73\x1d\xe6\x38\x90\x42\x03\x8d\xb1\x0c\x33\x0d\ \xb4\x36\x0a\x00\x08\x01\x40\x10\x62\x84\x11\x63\x84\x12\x00\x2c\ \x65\x2c\x8d\xba\x0b\x0b\x0b\xd3\x93\x63\x14\x21\x08\xac\x92\x5c\ \xf3\x74\x50\x14\x0c\xf8\xc8\x68\x01\xf0\x5c\xe6\x38\xb8\xd7\x15\ \x46\xa6\x46\x89\x07\x39\x01\x08\x21\xa3\x0d\x40\x08\x42\xc4\x85\ \x94\x48\x1b\xa3\x01\x84\x42\x08\x09\xa5\x94\x4a\x6b\x8d\x30\xc2\ \x98\x68\xa5\xcb\x43\x43\x8e\xe3\x0b\x20\x0b\xd5\xd2\x46\x6d\xa7\ \x59\xaf\x17\x0b\xf9\x20\xef\x01\x42\x98\x13\x28\xcb\x95\xb1\x00\ \x20\x8c\x89\x32\xca\x75\x1c\x4c\x88\x05\xd6\x5a\x48\x28\xa1\x18\ \x42\xe0\x38\x94\x58\x07\xfa\x9e\x5f\x1c\x1a\xe2\xd8\x90\x25\x9a\ \xb6\x7a\x52\x72\x68\x0d\xa6\xb8\x3a\x54\x0c\x1c\x26\x5d\x27\xec\ \xf7\x31\x34\x0e\xc5\x56\x01\xe2\xbb\xc5\x62\x0e\x12\x6c\xb0\x05\ \x90\x20\x48\xa4\xd0\x18\x43\xcf\xf5\xb4\x56\x8e\x62\xae\xef\x2a\ \xad\x92\xa8\xaf\xd2\x84\x21\x6a\x8c\x46\x10\x51\xc7\x15\x5c\x26\ \x92\x43\x44\xa8\xc3\x00\xb0\xa9\x4c\x84\x54\x8e\xe7\xb8\x81\x0f\ \x01\x36\xca\x42\xa3\x81\x85\x00\x42\x80\x21\x26\x44\x03\x88\x00\ \x64\x8e\x93\xc6\x28\xec\xf7\x05\x97\xd4\x77\x05\xe7\x04\x61\x08\ \xf0\x40\x0a\x06\x7c\x74\x7a\x04\x8a\x40\xaf\x59\x8b\xba\x2d\x8c\ \x90\xd1\xd2\xa1\x28\xf0\x1d\x25\x31\xa3\x94\x31\x66\xad\x25\x04\ \x41\xf8\x20\xb3\x0d\x26\x49\xec\x38\x8e\xe3\xb8\x52\x4a\x88\x20\ \x73\x1c\x99\xa4\x1e\xc1\x39\xc7\x47\x94\x38\x9a\xb6\x82\x9d\x26\ \xa8\x03\x21\x7c\x4c\x8c\x30\x2a\xd5\x06\x80\x20\xf0\x19\x63\x5a\ \x6b\x87\x52\x6b\x5d\x21\xa5\x31\x86\x12\x82\x09\xc6\x16\x10\xe2\ \x41\x80\x62\x99\x44\xaa\x17\x02\x20\x8c\xea\xa4\x49\xad\xd3\x77\ \x3d\x2c\xb9\xf6\x7d\xc7\x07\xc6\x01\xa6\xe0\x7b\x0e\xb0\x4a\xeb\ \x5c\x2e\x97\x24\x89\xd6\x0a\x23\x88\x11\xce\xf8\x81\xe0\xc2\xf3\ \x9d\x14\x25\xd0\x73\x20\xd4\x00\x40\xce\x2d\x17\x11\xe7\x1c\x6a\ \xe1\x23\x88\x30\x8e\x79\x62\x0c\x48\x62\x63\x2d\x42\x88\x42\x08\ \x34\x17\x4a\x72\x6d\x8d\xd2\x12\x29\x04\x01\x00\x16\x21\x8b\x90\ \x85\xd0\x22\x63\x81\x01\xd6\x5a\x60\x35\xc0\x0c\x23\x82\x01\xc1\ \x9d\x6e\xa7\xdd\xeb\x66\x32\x01\xe7\x4a\x63\xe2\x07\x01\x1c\x0c\ \x0f\x07\x7c\x64\x7a\x04\x42\x08\x42\x80\x52\x42\x08\xf1\x3d\x17\ \x23\x98\x26\xa9\x14\x22\x08\x82\x20\x08\xac\xb5\xd6\x6a\x08\x21\ \x21\xc4\x5a\x6b\xad\x65\x8c\x79\x9e\x47\x29\x95\x52\x22\x88\x30\ \x26\x42\x88\x4e\xbb\x63\x00\x48\xd2\x04\x01\x18\x30\xec\x31\x96\ \x24\x89\x83\xa9\xb2\x46\x03\x1b\xc6\xb1\xe8\x74\x84\x10\x10\x42\ \x6b\xad\xd6\x1a\x00\xf0\x20\xaa\x08\x68\x4d\x00\x76\x3c\xd7\xf1\ \x5c\xc2\x98\x50\x42\x1a\x7d\xf4\xc8\x91\xdd\x33\xbb\x93\x34\x21\ \x8c\xf9\x9e\x97\xf1\xfc\x24\x8c\xa4\x94\xd0\x5a\xa8\x4d\xaf\xdd\ \xe1\x9c\xc7\x71\x5c\xd3\xca\x02\x28\x8c\xe6\x5c\x78\x9e\xfb\xe0\ \x63\x49\x29\x7d\x90\x7d\x64\xb4\x31\x5a\x55\xcb\x65\x0c\x51\x2c\ \xb4\xac\xb7\xb9\x90\x10\x43\x60\xa1\xd6\x86\x11\x4a\x80\x15\x4a\ \x18\x2b\x11\x84\xd6\x6a\x21\x05\xc1\x0c\x22\x08\x20\x04\x08\x40\ \x03\x21\x84\xc6\x1a\x4a\x89\xd6\x8a\x10\x52\x2e\x97\xa1\x35\x71\ \x1c\x2b\xad\x11\x26\x0f\xee\x16\x0c\xb4\x60\xc0\x47\x44\x0b\x08\ \x21\x4b\x4b\x4b\xbd\x5e\x7f\x74\x74\x74\x68\x68\x08\x63\xdc\xe9\ \x76\xfd\x20\x80\x00\x48\xa5\x1a\x8d\x06\x00\x50\x29\x6e\x8c\xc1\ \x18\x43\x84\x04\xe7\x7f\x9e\x2f\x64\x01\x08\x7c\x9f\x20\x8c\x1f\ \xa4\x8f\x21\xa4\xa5\xca\xe7\x72\x8f\x9e\x3d\x97\xf1\xfc\x7c\xbe\ \x60\xa4\x74\x1c\xd6\x0e\x7b\x8d\x66\x83\x73\x1e\x04\x81\xe3\x30\ \x6b\x2c\x42\x18\x23\x82\x30\xd2\x4a\x19\x6b\x2d\xc6\x80\x62\xea\ \x39\xcc\x61\x1a\x80\xc0\xf5\x9e\x78\xf2\xc9\x3d\xb3\xb3\x57\xaf\ \x5f\x83\x08\x1a\xa5\xdb\xad\xb6\xd6\x4a\x08\x19\x45\x51\xbf\xdf\ \xe3\x5c\x94\xf2\x05\x42\x30\xc6\x84\x30\x6a\x11\x4a\x53\x0e\x80\ \xa5\x94\x5a\x00\x78\x9a\x62\x4c\x0a\x85\x42\x14\x47\x9d\x76\x47\ \x8a\x34\x8c\xe3\x6e\x3f\xc4\xd4\x89\x13\x69\x2c\x44\x10\xf1\x24\ \x8d\xa3\x28\x55\x9a\x12\x04\x21\x03\x00\x62\x04\xb5\x92\x94\x12\ \x68\xad\xfd\x0f\xee\x50\x50\x5b\x0b\xb5\x66\x8c\x28\x21\xca\xe5\ \xd2\xc1\xfd\xfb\xb2\x19\x4f\x29\x8d\x10\xd2\x4a\xa7\xe9\x60\x5e\ \x30\xe0\xa3\xa2\x05\x4a\xa9\x99\xdd\xbb\x5f\xfc\xdc\xe7\xb2\xd9\ \xac\xeb\xba\x84\x90\x28\x8a\xb2\xd9\x6c\x1c\xc7\x8d\x46\x7d\x73\ \x73\x13\x00\x58\xc8\x17\xa4\x14\x00\x40\x4a\x89\x0d\x32\x94\x52\ \x21\x04\x84\x80\x52\xc6\x28\xcd\x04\x41\x26\x08\x3c\xcf\x03\x10\ \xc6\x71\xac\xa5\x2c\x95\x4a\x19\xd7\x47\x16\x30\x4c\x30\xc6\xc2\ \xea\x28\x89\x30\xc2\xd9\x4c\x46\x7f\x2f\x95\x08\x12\x42\x09\xc6\ \x4a\x2b\xa5\x34\xb0\x96\x10\xc2\x18\xa3\x94\x22\x84\x8c\xb5\xd6\ \xd8\x3b\xb7\x6e\x67\x3d\xff\xc1\x6d\x01\xdf\x71\xad\xfd\x5e\x8c\ \xb4\xd2\x9a\xa7\x29\x42\x08\x21\x8c\x31\x62\xae\x0b\x10\xe2\x82\ \xb7\x9b\x6d\x4c\x30\xc2\x88\x73\x61\x8d\xc1\x18\x13\x08\x44\x9c\ \xf4\xb5\xc4\x18\x67\xb3\xb9\x4c\xae\x98\x0a\xa3\x94\x71\x1c\x47\ \x71\xb1\xb5\xbe\x59\xaf\xef\x48\x2d\x82\x4c\x60\x8c\x4d\x92\x24\ \x8a\x30\x65\xc4\x58\x63\x80\x32\x0f\x92\xe1\x8d\x21\x04\x01\x00\ \xb4\xd6\x49\x92\x58\x5d\x18\x1f\x1f\x67\x14\x6b\x21\x11\x43\x0a\ \x7e\x2f\xe2\x7a\xc0\x80\x8f\x82\x16\x68\x63\x8a\x85\xc2\x48\xa5\ \x9c\xc9\x64\x1e\x1c\xfa\x6c\xa5\x5c\x2c\x95\x7a\xdd\xee\x48\xa5\ \xbc\x7b\x7a\x9a\x31\x9a\x26\x9c\x0b\xee\x30\x96\xcf\xe7\x3d\xdf\ \x8f\xa2\x28\x0c\x43\xd7\x75\x83\x20\xd0\x5a\x33\xc6\x18\xa5\x4a\ \x29\x29\x65\x9a\x24\xc0\x58\xf4\x00\x00\xf3\xc5\xa2\xd6\x9a\x58\ \x45\x5d\xa6\xb5\x16\x5a\x11\x42\x80\x41\x42\x49\x03\x20\x40\xd0\ \x00\xa0\xad\x01\x16\x18\xad\x14\x37\x2e\x04\xbe\xeb\x41\x63\xd2\ \x24\xb1\xd6\x52\x8c\x85\x54\x98\x10\x4a\xe8\x83\x68\xb3\x07\x5d\ \x06\x04\x50\x2b\xad\xac\x22\x84\x50\xca\x08\x46\x2e\xa5\xd0\x1a\ \xa0\x01\x63\xd4\xf1\x7d\x29\x65\x9a\xa6\x9e\xe3\x8c\x54\xab\xac\ \x4b\x73\x85\x02\x80\xa8\xdb\x8f\x5b\x9d\x9e\xd6\x22\x49\xe2\x24\ \x8c\x94\xe2\x8e\x43\xb4\x02\x5a\x49\xad\x8d\xd2\x52\xc8\xc8\xda\ \x8c\x01\x40\x5b\x65\x81\xd5\x16\x20\x00\xa0\x31\x10\x19\x29\x75\ \xb9\x52\x19\x1b\x1f\x4b\xd2\x44\x70\x40\x10\x66\x18\x1b\x63\x5c\ \x97\x0e\x7a\x84\x01\x1f\x11\x2d\x80\x00\x5a\x6b\x30\x86\x18\x23\ \xad\x35\xc6\x08\x63\x94\xc4\x11\x84\x20\x49\x12\x60\x0d\x04\x90\ \xb1\xff\x97\xbd\xeb\x8e\x8f\xaa\xca\xfe\xe7\xde\xd7\xa6\xa7\xf7\ \x42\x7a\x2f\x84\xde\x3b\x84\x22\xa0\x88\x88\xbd\xad\xba\xf6\xb2\ \xb6\xb5\x17\xdc\xb5\xaf\xd8\xc5\x8a\x82\x82\x20\x48\x95\x12\x7a\ \x09\x24\x84\x90\x84\xf4\xde\xcb\x24\x99\x24\x53\x5f\xbb\xf7\xf7\ \xc7\x44\x6c\xa0\xa0\xe0\x6f\x57\x73\x3e\xf3\xc9\x67\x26\xf3\xde\ \xbc\x77\xef\xbb\xe7\x7b\x4f\x3f\x9c\x56\xab\xf1\xf1\xf1\x31\x1a\ \x8d\x2e\x97\xcb\xda\xd7\xa7\x11\x04\x8e\x65\x45\x97\x0b\xdc\xb9\ \xfb\x84\x20\x84\x30\x20\x06\x61\x5e\xe0\x74\x3a\x9d\xc3\xe1\x50\ \x55\x55\x54\x64\x96\x65\x25\x97\x62\x73\xda\x75\x5a\x1d\x21\xaa\ \x4b\x96\x34\x1a\x0d\x8f\x04\x0a\x54\xab\xd5\xd9\xed\x76\x55\xa6\ \x2c\xc7\x22\x84\x00\x21\xc4\x60\x84\x31\xa2\xd4\x6d\x68\x54\x14\ \x45\x55\x14\x87\xd3\xa9\xd1\x68\x54\x45\x95\x64\xc9\x6d\x6b\x60\ \x59\x56\xe0\x05\x45\x55\x54\x55\xb5\x59\xad\x84\x2a\x1c\xcb\x09\ \x1c\xd3\xdb\xd7\xc7\x32\x88\x63\x39\xd1\xe5\x90\x25\x89\x63\x58\ \x8d\x41\xc7\x69\x58\xab\x53\xb4\x39\x1c\xb6\xbe\xbe\xbe\x1e\x4b\ \x4f\xaf\x95\x10\x0a\xaa\x2a\x68\xb0\xde\xe0\x29\xba\x44\xa7\xcd\ \x89\x29\x20\x0d\xcf\x72\x9c\x4a\x44\xcc\xb2\xaa\xbb\x6b\xa3\xa2\ \xc5\xea\xcb\x83\x00\x00\x20\x00\x49\x44\x41\x54\x10\x8e\x05\x84\ \x39\x96\xe3\x78\xcd\xd8\xb1\x63\xbc\x3c\x4d\xe6\xf6\x56\x9e\xc3\ \x5a\x41\x8b\x08\x41\x08\xc3\x40\x6e\xd2\x00\xfd\x69\xb0\x00\x80\ \xb2\x0c\xcb\x60\x46\x55\x09\xc6\x18\x21\x44\x29\x48\x92\xe4\x74\ \x3a\x19\x86\x71\xdb\x0e\x35\x1a\x8d\xd1\x68\xd4\x6a\xb5\x2e\x97\ \xab\xa7\xa7\x47\xa3\xd1\x70\x1c\x47\x28\x91\x25\x59\x55\x55\x77\ \x6b\x52\x96\xe5\x08\xa2\x3a\x8d\x56\x2b\x08\x36\xbb\xdd\xe5\x72\ \xa9\x44\x45\x0c\xc6\x18\x53\xa2\x72\x98\xa5\x2a\xe1\x59\x8e\x02\ \x05\x42\x59\x8e\x21\x84\xca\xa2\xe8\x72\x38\x29\x06\xc4\x60\x0c\ \x48\x55\x55\xa7\xcb\x25\xcb\x32\x55\x08\xc3\x60\x86\x61\x1c\x36\ \x3b\xa5\x14\x61\x0c\x08\x01\x50\x02\x14\x80\x52\x00\x0a\x40\x11\ \xb0\x1c\xcb\xb0\x0c\xa5\x44\x92\x15\x8a\x80\xe1\x58\x41\x23\xb0\ \x3c\x87\x31\x66\x39\x96\xe5\x38\x9e\xe7\x01\x80\xa3\x1a\x8d\x4e\ \xf1\xf6\xf4\x32\x1a\x3c\x5c\xa2\x6c\x77\xd8\x29\xa1\x40\x29\x83\ \x08\xc7\x22\xc9\x25\x59\x7b\xec\xbd\x7d\x7d\x36\x87\xcd\x25\x4b\ \x92\x22\xdb\xec\x76\x8c\x41\x56\x55\x8d\x4e\x67\xf4\xf4\x72\x3a\ \x5c\x3a\xbd\x5e\xab\xe5\xdb\x5a\x5b\xb5\x1a\x5e\xab\xd3\x32\x08\ \xdc\x13\xc5\x32\x0c\xcf\x0b\x03\x72\xc1\x00\xfd\x69\xb0\x00\x28\ \x51\x15\x45\xe6\x05\x9e\xe7\x04\x42\x88\x28\xba\x5c\xa2\x48\x09\ \xe5\x74\x5a\x8c\x80\x50\x30\xe8\x0d\x2c\xc3\x58\xba\xbb\x6d\x36\ \x1b\xc6\x58\xaf\xd7\x03\xa5\x44\x71\xf3\x26\x00\xa5\xbd\x7d\x7d\ \xaa\x24\xfb\xfa\xf8\x68\x05\xad\xaa\xa8\x5a\x41\xe3\x8e\x20\x60\ \x35\x82\xac\x28\x92\x43\xd6\x69\xb4\x98\xc1\x1c\xc7\x8b\xa2\x8b\ \x52\xd0\x0a\x1a\x45\x51\x25\x49\x02\x42\x35\x82\xc0\xb1\x1c\x00\ \x30\x0c\x43\x29\x55\x09\xa1\x40\x18\xcc\xf2\x1a\x8d\xcd\x61\xc7\ \x88\x61\x39\x0e\x61\xcc\x71\x2c\xc2\x18\x28\x48\x92\xa8\x28\x2a\ \x01\x8a\x11\x26\x94\x22\x86\x31\xe9\x3d\x09\x51\x45\x51\x64\x38\ \x56\x51\x15\xcc\xf0\x3a\x83\x5e\x55\x55\x59\x96\x31\x42\x0c\xc2\ \x2c\x20\x41\x23\xb0\x2c\x4f\x11\x76\xb9\x5c\x18\x21\x40\x94\xca\ \x12\xa2\x8a\x24\xca\xb2\x17\xe9\xee\xe9\xb1\x39\xac\x76\x97\xa3\ \xcf\x6a\x57\x88\x62\x17\x6d\x26\x93\x41\x6b\x30\xea\xf5\x26\x83\ \x5e\xf5\xf2\xf0\x44\x98\xf6\xf4\xf4\xb8\x5c\xfe\x02\xc7\x32\x18\ \x78\x9e\xe7\x30\x83\xd1\x00\x0e\x0c\xd0\x9f\x0b\x0b\x00\x28\x46\ \x94\xaa\xb2\xcb\xa1\x48\xb2\x4c\x29\xf5\x30\x1a\x35\x1a\x0d\xc3\ \x30\x18\x23\x06\x33\x2c\xc3\x00\xa1\x18\x10\xcf\x72\x3c\xcf\x63\ \x40\xaa\xac\x60\x84\x58\x8e\xc3\x3c\xaf\x10\x02\x08\x61\x1d\x50\ \x85\x48\xd4\xa5\xd3\x68\x28\xc6\x0c\xc7\x01\x83\x81\xc3\x8a\x93\ \x20\x8c\x78\x9e\xe7\x58\x16\x61\xec\x74\x10\x00\x50\x15\x55\x55\ \x14\x55\x51\x88\xaa\x62\x40\xa0\x52\x40\xc0\x32\x0c\x45\xa0\xaa\ \xaa\x0a\x40\x80\x4a\xaa\x82\x39\x96\x61\x18\x95\x52\x59\x91\x80\ \x41\x0c\x02\x55\x55\x29\xc6\xac\x80\x11\xc2\x80\x10\x20\x2a\xcb\ \x8a\x62\x97\x00\x51\x86\x61\x8c\x1e\x46\x37\xa0\x70\x1c\xe7\x72\ \xb9\x5c\x92\x0b\x18\x46\xc0\x0c\x91\x55\x50\x08\x22\x84\x00\x41\ \x44\xd5\x68\x75\x0c\xa2\x32\x55\x55\x59\x61\x31\x62\x78\xde\xc3\ \x64\x60\x79\xcc\x3a\x59\xcc\xe2\x3e\x87\xb5\xa3\xbb\xdb\xc7\x2b\ \x50\x6f\xf4\x40\x88\x17\x8c\x02\x8b\xb1\xd3\x69\x33\xe8\x74\xb2\ \xa2\x62\x44\x39\x8d\xc0\x73\x1c\xc7\x30\x8a\xac\x2a\x8a\x3c\xa0\ \x23\x0c\xd0\x9f\x06\x0b\x10\x20\x44\x29\x12\x25\x05\x00\x74\x3a\ \xad\x41\x67\xe0\x38\xd6\x6d\x07\xc0\x98\xe1\x38\x1e\x21\x2c\x8a\ \x22\x25\x54\xaf\xd7\xb3\x2c\x2b\x49\x92\x4a\x08\xc6\x98\x65\x59\ \x8e\x65\x15\xd1\xa5\xaa\x2a\xc3\xb0\xaa\xaa\x12\x95\xb0\x0c\xa3\ \x52\x8a\x18\x06\x00\x53\x8a\x9c\x4e\xa7\x96\x13\x80\x10\x4a\xa9\ \x2a\xcb\xb2\x24\x09\x82\xa0\xc8\xb2\xaa\xaa\x0c\xc6\x18\x63\x96\ \x61\x31\xc6\xaa\xaa\x22\x06\x18\x84\x01\x03\x42\xa0\xa8\xaa\x64\ \xb7\x31\x1c\x8b\x30\x83\x54\x95\x00\xb8\x8b\x0a\xca\xaa\x8a\x19\ \x06\x21\xc0\x08\x58\x9e\x65\x28\x43\x81\x28\x8a\x02\x14\x18\x84\ \x38\x9e\xc7\x18\x49\x92\xec\x70\xba\x08\x21\x5a\x9d\x1e\x63\xc4\ \x23\x16\x54\xa0\x08\x63\x4a\x14\x02\x32\x95\x40\x55\x59\x9e\x05\ \x96\x65\x11\xc5\x08\x8b\x12\xd1\xeb\x74\x98\x63\x00\x53\xc4\x80\ \xa7\xdd\xd3\xcf\x29\x7a\x79\x7b\x78\x7b\x07\x8a\x92\xea\xb4\x39\ \x44\x97\x28\xba\x5c\xb1\x31\x83\xb4\x82\xa0\xd3\x0a\x3c\xc7\x30\ \x2c\x0b\x94\x52\x42\x06\x70\x60\x80\xfe\x54\xf6\x02\x84\x59\x82\ \x18\x96\x61\x11\x42\x0a\x41\x04\x90\xa4\x10\x42\xa8\x56\xa3\xd1\ \x08\x1a\x04\xc8\xea\xb4\xdb\xed\x76\x83\x5e\x8f\x19\xc6\x25\x49\ \xaa\xaa\x72\x02\x8f\x31\x83\x59\x56\x26\x2a\x42\x48\xa3\xd5\x52\ \x42\x04\x9d\x8e\x63\x59\x4c\x41\x95\x24\xc0\xc0\x20\x2c\x8a\x12\ \x56\x09\xc7\x33\x1c\xcf\x53\x4a\x6d\x36\x9b\xd3\xe9\x24\x84\x18\ \x8d\x46\x96\x65\x5d\x2e\x97\x56\xa3\x61\x18\xc6\x5d\x65\xcc\xad\ \x1e\x20\x4a\xa9\x4a\xa8\x4a\x65\x51\x56\x44\x99\xe3\x38\x86\x63\ \x19\x84\x28\x21\x80\x80\xa8\xb2\x24\x3a\x35\x1a\x81\xe1\x05\x97\ \xd3\xe6\x72\x3a\x31\x42\xbc\x20\x00\x50\x04\x88\x12\x50\x54\xc2\ \x60\x96\xe1\x78\x42\x89\xaa\xa8\xee\x56\xcb\x94\x65\x1d\x0e\x87\ \x4a\x08\x2f\x08\x82\x86\x27\x94\xc8\xaa\x8a\x59\x8e\x22\xcc\x32\ \x3c\xc1\x32\x42\x88\xd7\x69\x75\x7a\x9d\x28\xcb\x1c\xa3\x35\xe9\ \x8c\xad\x6d\xed\x4d\xdd\x65\x3a\x9d\x1e\x28\x05\x0a\x06\x0e\x63\ \x59\x42\x1c\x46\x84\x65\x80\x45\x84\x62\x8c\xb5\x3a\xad\x46\xa3\ \x1d\xd0\x13\x06\xe8\xcf\xa3\x23\xc8\x2a\x91\x09\x15\x78\x81\x61\ \x19\x44\x41\x56\x28\x50\x42\x29\x15\x38\x70\x39\x25\xbb\xdd\x2e\ \xaa\x22\x42\x08\x61\xec\x14\x45\xd1\xe5\xd2\x6a\xb5\x2c\xc7\x29\ \x8a\xe2\x12\x5d\xb2\xa2\x00\xa5\xbc\x20\x00\xc6\x04\x51\x51\x91\ \x88\xa2\xaa\xb2\x42\x28\x15\x38\x9e\x12\xa2\xe5\x04\xa0\x54\x51\ \x14\x55\x55\xdd\xd2\xbb\xdb\x3b\x48\x29\x75\xb9\x5c\x82\x20\x10\ \xd5\x8d\x00\x84\x52\x4a\x15\x15\x28\x25\x94\x6a\x78\x5e\xc3\xf1\ \xaa\xaa\x32\x2c\xcb\x09\x9c\x28\x4b\x8a\xa2\xa8\x54\x61\x00\xa9\ \x94\x10\x55\x61\xb1\xc0\x08\x1c\xc7\x00\x21\x94\x10\x00\xe8\x77\ \x34\x12\x42\x30\x62\x14\x45\xa1\x40\x11\x42\xee\x78\x04\x84\x11\ \x66\x59\x0c\xc0\x30\x0c\x42\x48\x51\x14\x0a\xa0\xa8\x84\x52\x24\ \x08\x02\xaf\xd1\x4a\xb2\x4c\x09\x11\x04\x8d\x8e\x10\x0f\x83\x47\ \x78\x48\x68\xa0\x4f\x4b\x5b\x7b\x7b\x4f\x8f\xa5\xb7\xcf\x1a\x11\ \x11\x11\x1d\x15\xcd\xb0\xac\xc3\xe1\xd0\x72\xbc\x86\x17\x00\x80\ \x65\x59\x8c\xf1\x40\x92\xe2\xd9\x92\xcd\x06\x36\x1b\xd8\xed\x60\ \xb7\x83\xd3\x09\x4e\x27\xb8\x5c\xe0\x72\x81\x24\x81\x24\x81\xa2\ \x80\x2c\x83\xaa\x82\xaa\xc2\x0f\x43\xbd\x30\x06\x8c\x81\x61\x80\ \x65\x81\xe3\x80\xe3\x80\xe7\x41\x10\x40\xa3\x01\xad\x16\xb4\x5a\ \xd0\xe9\x40\xaf\x07\xbd\x1e\x8c\x46\x60\xd9\x81\x69\xfe\x5d\x58\ \x80\x10\x52\x55\x85\x7e\x17\xed\x83\x00\x58\x84\x31\x60\x4a\x89\ \xa2\xc8\x2e\x59\x11\x25\x11\xb1\x08\x63\x2c\x49\x92\x22\xcb\xee\ \xc2\x01\xb2\x2c\xab\xaa\x8a\x10\xe2\x38\x8e\xe3\x79\x8c\xb1\x3b\ \x3c\x59\x55\x55\x51\x14\x5d\x76\x07\xc6\x18\x34\x54\xe0\x38\x77\ \x4a\xa2\x28\x8a\xb2\x2c\x53\x4a\xdd\xc1\x39\x94\x52\x42\x08\xcf\ \xf3\x3a\x9d\x8e\xe3\x78\xf5\xbb\x16\xa5\xee\x88\x46\x86\x61\x54\ \x55\x75\xb9\x5c\x08\x63\x8d\x46\x60\x39\x56\xa5\x84\x10\x02\x40\ \x18\x86\xd5\x71\x2c\xc3\x22\x42\x29\xc3\x20\x84\x90\x2c\xcb\x00\ \x08\x00\x18\xcc\x22\x04\xee\x3b\x01\x04\x18\x31\x18\x23\xf7\x7d\ \x62\x8a\x79\x9e\xff\xce\x4b\x42\xdd\xbf\x2f\x49\x12\xc0\x77\xc7\ \xd3\x7e\x42\x08\x61\x8c\x8d\x46\xa3\x77\x4a\x4a\x4a\x6a\xaa\xcb\ \xe5\x12\x45\x59\x55\x89\xaa\x2a\x9e\x9e\x9e\x00\xe0\x0e\xa3\x70\ \x47\x61\x12\x42\xdc\x83\x1a\x58\x61\xe0\x72\x81\x28\x82\xc3\x01\ \xcd\xcd\xd0\xdc\x0c\xad\xad\xd0\xd6\x06\x6d\x6d\xd0\xd1\x01\xed\ \xed\xd0\xdd\xdd\xcf\xe7\x8a\x02\x84\x80\xaa\x7e\xff\x97\xd2\xfe\ \xbf\x3f\x84\x80\x7e\x81\x95\x82\x5b\xe6\x72\xff\x75\xbb\x93\xdc\ \xe8\x70\x0a\x23\x30\x06\x96\x05\x86\x01\x86\x01\xbd\x1e\x02\x02\ \xc0\xdf\x1f\x02\x03\x21\x20\x00\x82\x83\x21\x28\x08\xc2\xc2\xc0\ \xc3\x03\x34\x1a\x10\x04\x18\x08\x0c\xfb\xd5\x7c\x04\xad\x56\x63\ \x32\x99\x58\x96\x95\x15\x99\x48\x0a\x51\x55\x8d\xa0\xa1\x94\xba\ \x1c\x4e\xa0\xd4\x60\x34\x70\x1a\xce\xe9\x72\x4a\x92\xe4\xde\xd5\ \xdd\x05\xc5\xdc\x7c\x05\x00\x1c\xcb\x12\x00\x59\x14\xdd\xcc\xcc\ \xb2\x2c\xc3\x30\x3c\xcf\x0b\x82\xc0\xb1\xac\xa2\xaa\xb2\x24\xb9\ \x93\x91\xdc\xa1\x82\x94\x52\x59\x96\x15\x45\x71\x6f\xd1\x2a\x25\ \xaa\x42\xdc\x10\xc0\x30\x4c\x7f\x98\x12\x00\xcb\xb2\x8a\xa2\x28\ \xb2\xaa\xa8\x0a\x05\xca\xf3\x1c\x00\x25\x84\x00\xa2\x00\x94\x10\ \xca\x30\x0c\xcb\x72\x3c\x4f\x55\x95\x2a\x8a\x6c\x77\x38\x28\xa1\ \x84\x10\x4a\x91\xc1\x60\xe4\x38\xc6\x7d\x09\x96\x61\x14\x55\x25\ \xee\x08\x08\x8c\x31\xc6\xee\x21\xb8\x51\xc0\xfd\xfe\xbb\x4d\x1e\ \x14\x45\x21\x84\xb8\xa7\x45\x51\x14\x9e\xe7\xb5\x5a\x9d\xa2\xa8\ \x66\xb3\xb9\xb9\xb9\xd9\x60\x30\x78\x7b\x7b\xbb\x07\xee\x8e\xc2\ \xc6\xe8\x8f\xf0\x25\xfc\xd7\xa9\x21\x2d\x2d\xd0\xd2\x02\xad\xad\ \x50\xdf\x00\x95\x15\xd0\xd4\x0c\x2d\xcd\xd0\xda\x0a\xcd\xcd\xa0\ \x28\xa0\xd7\x83\x87\x47\xff\xcb\x64\x82\xa0\x20\x48\x4b\x03\x5f\ \x5f\xf0\xf4\xec\xff\x8f\xc1\xd0\xff\xd2\xe9\x40\xab\x05\x8d\xa6\ \x7f\xb7\xe7\x38\x60\x58\xc0\xe8\x47\x70\xe0\x46\x10\x51\x02\x51\ \x04\x49\x04\xa7\x13\x1c\x8e\x7e\xf9\xc2\x6a\x05\xab\x15\x7a\x7b\ \xa1\xb7\x17\xba\xbb\xa1\xbd\x1d\x7a\x7b\xa1\xa6\x06\xf2\xf3\xfb\ \xff\xd9\xd3\x03\x00\xe0\xef\xdf\x8f\x0b\x21\x21\x10\x19\x09\xb1\ \xb1\x10\x14\xd4\xff\x51\xf3\x5f\x5a\xc6\xfa\xc2\x3d\xf1\x5f\x91\ \x9d\x24\x49\x76\x3a\x1d\xa2\x28\xba\x43\xfd\x10\x01\xa7\xc3\x21\ \x4a\x12\xa8\x44\xa3\xd1\x50\x42\x45\x97\x8b\x41\x18\x00\x64\x59\ \x22\x2a\xa1\x94\x62\x8c\x59\x8e\x93\x25\x49\x96\x24\x07\xa5\xa2\ \x2c\x03\xa5\x0c\xcb\x60\x8c\x89\xa2\x72\x2c\xcb\xb2\x2c\x25\x2a\ \xc6\x3c\x56\x55\x51\x51\x78\x8e\x03\x00\x42\x29\xc7\x71\x08\x40\ \x55\x55\x77\x78\x12\x25\x44\x55\x14\x0a\x08\x00\x88\xaa\xaa\xdf\ \x6d\xdd\x6e\x09\x85\xa8\xaa\x4b\x75\x62\x8e\x71\xc7\x29\x00\xd0\ \xfe\x9d\x1f\x08\x21\x54\x96\x25\x42\x54\x42\x28\x00\x28\xb2\xac\ \xaa\x94\x65\x39\x8e\xe5\x5d\xa2\x24\xba\x5c\xaa\xa2\xf6\x6b\x1e\ \x00\x8a\xa2\x60\x84\x4e\x19\xfa\xdc\x9e\x51\xad\x56\x4b\x29\xb1\ \xd9\x6c\x84\xa8\xac\xdb\x3f\x82\xb1\x1b\x3e\x9c\x4e\x27\x83\x31\ \x21\x44\x25\x2a\x42\x0c\xcf\x0b\x7a\xbd\xde\x68\x34\x4a\xa2\x68\ \xb3\xd9\x38\x8e\xa3\x94\xba\x9c\x4e\x45\x51\xf4\x06\xc3\x1f\xc0\ \xa6\xa2\xcb\x65\xb3\x59\xff\x38\x3c\x70\x0b\xe4\x0c\x8b\x28\x65\ \x9c\x4e\xc6\xe9\x60\xcc\x9d\xa8\xa8\x08\x4a\x4b\xa1\xb4\x14\x4e\ \x9e\x24\x9d\x66\x22\x4a\xaa\xe8\x22\x2e\x17\xf1\xf5\x85\xe8\x68\ \x88\x8c\x80\x89\x13\x20\x2c\x1c\x22\x23\xc0\xc7\xa7\x5f\x6e\xd7\ \xe9\xfa\xb9\x9d\xe5\x4e\x31\xf7\x8f\x04\x01\x42\xfb\xe3\x45\xdc\ \x1f\x65\x09\x24\xf1\x74\xb6\x6d\x00\x9e\x05\x9e\x03\x64\x00\x84\ \x00\x21\x40\x18\xfa\x53\xc8\xb0\x5b\x2a\x04\x00\xa0\x04\x9c\x4e\ \x70\x38\xc1\x61\xef\xc7\x8b\xbe\x3e\xa8\x6f\x80\xc6\x06\xa8\xaf\ \x87\xfa\x7a\xd8\xbd\x0b\x35\x36\x62\x84\x19\xad\x06\x0b\x02\xd6\ \x1b\x50\x42\x02\x24\x25\x41\x62\x22\xa4\xa4\xa8\x11\x11\xaa\x4e\ \x47\xb4\x5a\x95\x65\x81\x12\x90\x64\x50\x64\xf8\xff\x10\xfa\x28\ \x80\x28\xba\xfe\x1f\xb0\x40\x51\xd4\xd0\xd0\x30\x9e\xe7\x09\xa1\ \x94\x52\x96\x61\x30\x42\x40\x41\x94\x44\x8e\xe1\x04\x9e\x03\x40\ \xc0\x80\x46\x10\xdc\x4c\x45\x29\xe5\x39\x0e\x33\x0c\x02\x70\x89\ \xa2\xaa\x28\xe0\xde\x21\x31\x66\x59\x16\x00\x08\x21\x40\xa8\x7b\ \xbb\x74\xa7\x3c\x2b\xb2\xcc\xb2\x2c\x05\xaa\x2a\x2a\xfa\x2e\x86\ \x5f\x25\x2a\x46\x98\x61\x30\x21\x14\x10\x72\x8b\xe8\xa7\xd4\x04\ \x84\x90\x3b\x8a\xc9\xed\x69\x40\xb8\x3f\x63\x08\x61\x37\x7f\x13\ \xf7\xb2\x02\x00\x8c\x10\x00\x16\x45\xd1\x1d\x2b\xc5\x60\x06\x21\ \xac\xa8\x0a\xa5\x80\x31\x22\x2a\xc1\x0c\x03\x00\x98\x61\xe0\x3b\ \x2d\xc6\xe1\x70\x30\x0c\x23\x68\x34\x94\x12\x45\x56\x00\x21\x8c\ \x91\xdb\x9d\xe1\x0e\x6d\x72\x3a\x9d\x08\xc0\x9d\x97\x09\x00\x0c\ \xc3\xba\xb5\x09\x59\x96\xa9\x3b\xbd\x92\x52\x51\x92\x54\x55\xd5\ \x68\x34\x08\x5f\xd8\xf6\xaa\x2c\xc7\x19\x8c\xc6\x8e\xb6\x56\xb8\ \x50\x60\x80\x80\xc1\x80\x99\x7e\x91\x1b\x21\x68\x6d\x85\xaa\x4a\ \xa8\xac\xe2\xf3\x4f\x68\x6b\x6b\x34\xcd\x2d\xda\xb6\x76\x84\x10\ \x84\x87\x43\x50\x10\x4d\x4a\x52\x12\x12\xc4\xe0\x20\x31\x30\x40\ \x0c\x0c\x94\xfd\x7c\x09\xc7\x83\xdb\xb5\xe3\x76\xf4\x12\x02\xee\ \x0a\xd1\x2e\x27\x38\x1d\xfd\x9c\x7f\xc1\x0d\x2b\xa8\x1f\x26\xdc\ \x43\x30\xe8\xc1\x64\x84\x90\x20\x48\x8c\x07\x42\xfb\xef\x87\x12\ \xce\xd2\x23\xb4\xb5\x0b\x6d\x6d\x7c\x5b\x9b\x50\x55\x8d\x6a\x6a\ \x60\xcb\x16\x78\xff\x7d\x6a\xb3\x29\x46\x83\x33\x2c\xcc\x15\x1a\ \xea\x4a\x4f\x27\x89\xf1\x10\x1d\x03\x91\x91\xc0\xb2\xfd\xb2\x09\ \x51\x41\x25\x40\xc9\x1f\x03\x06\x06\xa3\x07\xc7\xb1\x7f\x34\x16\ \xa8\xaa\x12\x15\x15\x15\x1b\x1b\xfb\x43\x58\xea\xd7\xd1\xe8\xf7\ \x01\xb6\xfd\x6f\xdc\xa2\xcb\x77\x95\xbd\x7e\x22\x1f\xf7\x9f\xf8\ \x83\xf7\x70\xea\x2c\x4a\xfb\x01\xfe\x87\xff\x04\xa0\x94\xa2\x33\ \x40\x23\xfa\xf1\xe5\x7e\xfa\xe0\x7f\xe2\x0a\x41\xc8\xed\x04\xa5\ \x3f\xfb\x9a\x9e\xfa\x02\xf5\x7f\x85\xbe\xbb\xf4\x69\x46\xf4\xdd\ \xb8\xce\x70\xdd\x9f\x4a\x71\x94\x52\x49\x92\x2e\xa8\xc9\x00\x63\ \x3c\x28\x32\xfa\x82\xaf\xbf\xbe\x3e\x28\x29\x81\xec\x6c\xc8\xcd\ \x85\x23\x47\xc1\xe1\x00\x59\x02\x41\x80\xf4\xc1\x30\x75\x3a\xa4\ \xa6\xf6\xcb\xf9\x5e\x5e\x48\xab\xe5\x01\x78\x00\xe3\xff\xa2\xba\ \x1c\x0e\x90\xfe\xa3\x9d\x10\x7a\x7a\xc0\x62\x41\x15\x15\x42\x41\ \x81\x50\x74\x12\x8e\x1f\x87\x9c\x63\xc0\x73\xc0\x71\x90\x90\x00\ \x63\xc6\xc0\xf0\xe1\x30\x62\x04\xf8\xfa\xfe\x39\xcc\x0d\xbf\x02\ \x30\x8a\xa2\x28\x8a\x32\x60\x56\xf9\xcb\x51\x6f\x2f\x14\x15\xc1\ \xd1\xa3\xb0\x77\x2f\x14\x15\x41\x7d\x3d\x78\x7a\x42\x4c\x0c\x4c\ \x99\x0c\xa3\x47\xf7\x0b\xcf\x9e\x9e\x7f\x6a\x4b\x1a\x0b\xbe\xbe\ \xe0\xeb\x0b\xb1\xb1\x30\x67\x4e\x3f\x3a\x94\x95\x41\x59\x19\x1c\ \x3f\x0e\x47\x8e\xc0\xf2\xe5\xf0\xdc\x73\xe0\xe1\x01\xa9\xa9\x30\ \x6a\x14\x4c\x9c\x08\x69\x69\x10\x1e\xfe\xa7\xc5\x82\x01\xfa\x0b\ \x91\xa2\x40\x6b\x2b\xec\xdb\x07\x7b\xf6\xc0\xae\x5d\x60\xb1\x80\ \xaa\x42\x62\x22\x2c\x5c\x08\xa3\x47\xc3\xb0\x61\xe0\xeb\x0b\x7a\ \xfd\x5f\xd8\xce\xce\x42\x4a\x0a\xa4\xa4\xc0\xc2\x85\xa0\x28\xd0\ \xd9\x09\x95\x95\xb0\x7f\x3f\x64\x67\xc3\xc7\x1f\xc3\xfb\xef\x83\ \x46\x03\xc3\x86\xc1\xb4\x69\x30\x65\x0a\xc4\xc6\xfe\xcf\xcd\xd5\ \x00\x16\x0c\x10\xc0\x89\x13\xb0\x7f\x3f\x6c\xdd\x0a\x39\x39\x60\ \xb1\x40\x7c\x3c\x4c\x9c\x08\x33\x66\x40\x46\x06\x24\x25\x0d\x4c\ \xcf\xe9\x71\x21\x30\x10\x02\x03\x61\xfc\x78\x00\x80\xd6\x56\xc8\ \xcf\x87\xfd\xfb\x61\xef\x5e\x78\xfc\x71\x10\x45\xc8\xc8\x80\x29\ \x53\x20\x33\x13\x86\x0f\x07\x93\x69\x00\x0b\x06\xe8\xbf\x5b\x0a\ \xa8\xaa\x82\xad\x5b\x61\xc3\x06\x38\x71\x02\x08\x81\xa4\x24\xb8\ \xf3\x4e\xc8\xcc\x84\xc4\x44\xf0\xf6\x1e\x98\xa1\x73\x20\xb7\x27\ \x72\xf6\x6c\x70\x3a\xa1\xa1\x01\x76\xef\x86\xed\xdb\xe1\x93\x4f\ \xe0\x9d\x77\x20\x24\x04\x2e\xba\x08\xe6\xce\x85\xa1\x43\xc1\x68\ \x1c\xc0\x82\x01\xfa\x6f\xa2\xa6\x26\xd8\xb9\x13\x56\xaf\x86\x43\ \x87\x40\x96\x61\xf8\x70\x78\xfc\x71\x98\x3c\x19\x32\x32\x06\x42\ \x6e\x7e\x2f\x69\xb5\x10\x1f\x0f\xf1\xf1\x70\xdb\x6d\x50\x5b\x0b\ \x47\x8e\xc2\xc6\x6f\xe0\x8b\x2f\xe1\xcd\x37\x20\x39\x05\xe6\xcf\ \xef\x07\x85\x01\x2c\x18\xa0\x3f\x9e\x24\x7b\x77\x73\xaf\x1a\x1a\ \xec\xc7\x39\x9d\x70\xe4\x08\x7c\xf5\x15\x7c\xbd\x16\xec\x0e\x48\ \x1d\x0c\x4b\x9e\x87\x8b\x66\x41\x78\x38\x70\xc2\xcf\x4f\xec\x6b\ \xab\xef\x13\xfc\x43\xbd\xb4\xff\xeb\xf2\x8f\xb9\xa5\x8d\x31\x05\ \x7a\x1b\xfe\xf0\xa5\x1e\x19\x49\x22\xc3\x9a\x27\x65\xfa\xf7\x36\ \x75\xae\xdf\x19\x74\x68\x0f\x5e\xba\x14\x5e\x7a\x09\x26\x4d\x82\ \x2b\xae\x80\xcc\x4c\xf0\xf7\xff\xaf\x9a\x29\x3c\xc0\x2d\x7f\x1e\ \x52\xbb\xf7\xef\xc8\x6a\xb2\xab\x3f\xfc\x9f\xb9\x29\xf7\x8b\xff\ \x2c\x87\xd5\xab\x61\xe6\x0c\x98\x3e\x1d\x36\x6c\x80\xb9\x17\xc3\ \x96\xad\xd5\xff\xbe\xff\x3d\x3d\xff\x76\x4e\x65\xa5\xf5\xf4\xb2\ \xc0\x89\x75\x1f\xad\xcb\x6f\x3d\x1d\x73\xf5\xec\x5b\xf7\xe9\x7f\ \x5e\x5b\xba\x66\xcf\x09\xe7\x99\x24\x8f\xe2\x03\x47\x4b\x2d\x67\ \x73\xcb\x1d\x55\xf9\x07\x4f\xd4\xfc\xa2\x6b\xde\x7e\xe2\xc8\xc1\ \xa6\xde\xef\xc1\xad\xe8\xe0\xde\xb2\x4e\x19\x00\x7a\x2a\xf3\x0e\ \xe4\xd7\xfd\x2a\x18\xee\x59\xfb\xf9\xd1\xda\xdf\x10\x9f\xa3\x1c\ \xdf\xb9\x25\xb7\xaa\xe7\xf7\x3c\x10\x5a\x95\xf5\xf9\x37\xd9\x16\ \x8d\xbc\x3b\x63\xa2\xbc\x79\x13\x1c\x39\x0a\xcf\x3d\x07\x1d\xed\ \x70\xed\xb5\x30\x66\x2c\x3c\xf1\x04\x14\x15\x0d\x60\xc1\x00\x5d\ \x00\x22\xdd\x7b\xb6\x6e\x6b\x74\x50\x00\x57\x45\x65\x71\x49\x4d\ \x93\x54\x51\xe5\xb3\x6c\xed\x6d\x6f\x3f\x6d\x5d\xbc\xb8\xa5\xb5\ \x0f\xde\x79\x0b\x72\x72\xe0\xa3\x0f\xca\xb9\x96\xa5\x5b\x8b\xfd\ \xc3\x63\x23\x4c\x8c\x6c\x97\x41\xee\x2d\xc9\xcf\x2d\xa9\x37\xbb\ \x7f\xc6\x65\x69\xca\xcf\x3b\x5e\xd3\xe5\xe4\x38\x0e\x00\xda\xaa\ \x4f\xe6\x15\x56\xda\xbf\xe3\xd7\xc2\x6f\x3e\x58\x5f\xe0\x1a\x32\ \x34\xd5\x57\x87\x09\x80\x6c\x6d\xcd\x3f\x76\xac\xd6\x6c\x07\x00\ \xc9\xda\x59\x72\x3c\xb7\xb0\xaa\xb9\xa6\x68\xd7\xaa\x75\x5b\xf3\ \x4b\xaa\x3a\x3b\xdb\x9b\x5a\x2d\xbf\x10\x62\xd1\x5e\x71\x6c\xdf\ \xf1\x4a\xf7\x6f\x2b\xf6\xee\xb2\x82\xbc\x93\x95\x2d\x0a\x00\x50\ \xb1\xa1\xbc\xf0\xf8\xc9\x6a\x87\xe4\x28\xcc\xde\xba\x79\xfb\xfe\ \x8a\x86\x76\x15\x00\x40\x3c\xb1\x3f\xab\xd8\x2c\x03\x40\x4f\x45\ \xce\xde\xbc\x7a\x00\xa9\xb1\xa2\xf0\x78\x51\x85\x55\x01\xa0\xae\ \xda\xd2\xc2\xd2\xda\x76\xda\x2f\xda\xd4\x16\x1c\xcf\x37\x3b\x80\ \x63\x31\x00\x10\x42\x7a\x7a\x7e\xc4\xdb\xbd\xbd\xbd\x67\x0a\x00\ \xa1\x96\xa2\x15\x1f\x7c\xb8\x6a\xeb\x41\x27\x05\x00\xe8\x6d\xad\ \x39\x9e\x77\xa2\xa9\xdb\x05\x00\x96\x96\xea\xfc\xfc\xa2\x36\xab\ \x02\xa0\x34\x55\x9e\x3c\x59\xd9\xa4\x00\x10\x67\x4f\x75\x69\x61\ \x7e\x61\xb9\xc5\x49\x00\x00\x88\xab\xae\xb4\xe8\x78\x59\x93\x22\ \xab\x3a\xbf\x88\x49\xe9\x51\x9c\x2a\x36\x1b\xd9\xe3\x73\xe6\xb7\ \xac\xdb\x06\x9b\x37\xc1\xc8\x61\xf2\x92\x25\xf2\xe8\x31\x70\xc3\ \x8d\xb0\x67\x0f\x48\xd2\x4f\x6f\x80\xd2\x9f\xdf\xad\x3b\x0a\x7e\ \x40\x47\x18\xa0\x5f\x47\x76\x8d\xde\xa8\x31\xe0\xa3\xeb\x3e\xf8\ \xf6\xcb\xc3\x43\x0a\x4b\xa2\x2d\x9d\x82\xa5\xb5\x2c\x66\x70\xef\ \xa5\xd3\xb2\xa8\xf7\xec\x4b\xff\x36\xda\x87\x05\xb5\x75\xeb\xa6\ \xec\xc9\xd7\x3e\x73\x49\xaa\x17\x00\x00\xed\x5d\xff\xd6\x6b\x47\ \x3a\x59\xec\x72\x8e\x5a\x7c\xd7\x9c\x28\xfb\x3b\xaf\xbc\xd3\x6b\ \x0a\xee\xac\x6c\x4e\x9d\xa9\x69\xcd\x5d\xfb\xde\x96\x2a\x2d\xb6\ \x1d\x2c\x99\x7d\xfb\xe2\x31\x1c\x80\x22\x39\x25\x08\x88\x1b\x31\ \x25\x48\x0b\xa4\xb7\xf6\xbd\xff\xbc\xd3\xc6\x9a\xec\xb6\xac\xeb\ \xef\xfb\x7b\xef\xae\x4f\x56\x1e\x36\x8f\x9d\xb7\x30\x94\xe3\xfb\ \xda\xab\xca\xaa\x82\x5d\x35\x35\x07\x5a\x23\x1e\xbc\x79\xea\x99\ \xee\x98\xe1\x04\x8d\xd0\x1f\x86\x2c\xf5\x9a\x2b\x8b\x4f\x14\x95\ \x6d\xaa\xbc\xf8\xfa\x24\xdb\xd1\xb5\x07\x1a\xc2\x12\x86\x47\x86\ \x25\x6b\x05\x5a\x5e\x5d\x52\x37\xc8\x37\x32\x3c\x80\x01\xc4\x6b\ \xb4\x3c\x83\x00\x00\xf3\x1a\xa3\x51\x53\xb5\x6f\xfd\x17\xd9\x4d\ \x91\x91\x29\x21\x31\x41\xc5\x9b\x57\x1d\x6a\x90\x48\x6f\x4f\xcd\ \x82\xdb\x27\x7b\x94\xbe\xfd\xfe\x36\xbd\x8f\xb1\xa2\xa9\x2f\x09\ \xf7\x97\x9f\xfc\xf0\xc3\x0f\xe3\xe2\xe2\xe6\xcd\x9b\x07\x00\xeb\ \xd7\xaf\xaf\xae\xae\xbe\xff\xfe\xfb\x4f\x1b\xe1\x7f\xf2\x40\xce\ \xa0\xe9\x0b\xd4\xf6\x93\x25\xe6\x39\x83\x99\xe3\xef\x2f\xdb\xe6\ \x31\x28\x32\xd5\x2b\x5a\xd3\x7e\xf0\xbd\x55\x87\x0d\x01\x61\x63\ \xfd\x07\xf5\xe4\x6c\xde\x58\xd8\xcd\x49\x3d\xc5\x13\xae\x1b\x23\ \xee\x78\xfb\xdb\xb6\x08\x6f\x79\xeb\x91\xa1\xf7\xdc\x34\xab\xf4\ \x9b\x65\x9b\x4a\x88\x97\x5a\xdf\xeb\x39\x48\xac\x3e\xf2\x45\x36\ \xf7\xb7\x49\xec\xbb\x1f\xee\xf4\x0b\xf5\xea\x70\x79\xdd\xf2\xd0\ \xdf\x84\x48\x6e\x53\x40\xd4\x45\x9d\x35\xfa\xd5\x2b\x8d\x2b\x57\ \xa2\xa9\x93\xe1\xce\xbb\x20\x33\xf3\x87\x29\x95\x2b\x57\xae\xf4\ \xf2\xf2\xba\xf2\xca\x2b\x01\x20\x2b\x2b\x2b\x3b\x3b\xfb\x91\x47\ \x1e\xc1\x17\x2c\x98\x75\x40\x2e\xf8\x13\x11\xc7\x61\x41\x80\x3d\ \x1b\x74\xcf\xbe\xf7\xc8\x8e\x3d\xf3\x2c\xf5\x85\xb1\x49\xf9\x6f\ \xfc\x6b\xd3\xcd\x0f\x8c\x5c\xf2\xd2\xfc\x04\xb2\x6b\x7b\x2e\x00\ \x80\xb5\xcb\xaa\x78\x46\xf8\x7a\xb8\x4f\x72\xd4\xec\x3f\xdc\xe2\ \xfd\xd8\x33\x4f\x3c\x70\x71\xea\xf1\xbd\xbb\xb3\x0f\x1d\xea\x0d\ \x9a\xfc\xcc\xc3\x0f\x2c\x1a\x93\xc4\xcb\x2d\x3b\xb7\xec\xe7\x62\ \x86\x4f\x19\x36\xa8\xf0\xc0\xb6\x3a\x09\x00\x60\xf0\xc2\x3b\xe6\ \xc7\x74\xbe\xfa\xcf\x07\x3e\xfe\xb6\xa0\xec\xf8\xce\x66\xc3\xd8\ \x67\x1f\x7f\xe2\xea\x14\xb4\xe3\x60\x7e\xa7\x0d\x8d\xbf\xfa\xae\ \xab\x67\x8c\xd0\x02\x3b\x3c\xf3\xfa\x2b\xe6\x4d\x1e\x9d\x79\xe5\ \x9d\xd7\x4c\x38\xcb\x08\x69\x9d\xff\xa0\x21\xa3\xc6\x0e\x09\x13\ \x2a\x2b\x6b\x7a\xec\x22\x98\x42\x26\x4c\x1e\xe9\xe5\xc1\x48\xc8\ \x7f\xfe\x35\xb7\xce\x18\x99\xe4\xc6\x8c\x53\xd1\x9f\x08\x21\x04\ \xc4\xe9\x70\x80\x36\x68\xc2\xb4\x09\x01\x62\x7d\xd6\x81\x8a\xc8\ \x21\x63\x06\x87\x2a\xd9\xfb\x72\xf2\xf6\x1f\x36\x8d\xbb\xf6\xee\ \x7b\xef\x1a\x1f\xe7\x25\x2b\xfd\x0d\x78\x66\xcc\x98\xb1\x7c\xf9\ \xf2\xa3\x47\x8f\x1e\x3e\x7c\x78\xf9\xf2\xe5\xb3\x66\xcd\x3a\x3d\ \x6b\xc9\xad\xd9\xa5\x96\xc9\x8b\x16\x4f\x88\xe5\x8e\xe4\xd5\x60\ \x59\x14\x09\x9b\x38\x6a\xca\xa8\x28\xed\xfe\xed\xd9\xd1\x73\x6e\ \xba\xf7\xf6\x1b\x86\x07\x74\x6f\xdd\x9d\xeb\x9f\x34\x7a\x78\x8c\ \x31\x7f\xcf\xde\x66\x07\x24\x4e\xb8\xf2\xee\x87\x6f\xf5\xee\x2a\ \x2b\xa9\xac\x3a\x5a\x6e\xbf\xec\xc1\x7b\xef\xbb\x2e\xd3\x4f\xa3\ \x2a\x14\xb1\x2c\x23\x3b\x6c\xa6\xd8\x29\xf7\xdc\xf3\xe0\x28\xa1\ \xf5\x78\x61\x73\xce\xce\x23\xc6\xdb\x9e\xf1\x7f\xe3\xa9\x6f\x1e\ \x7c\xaa\xfd\x99\x97\xa1\xbe\x0e\x2e\xb9\x04\x66\xcf\x86\xcd\x9b\ \xe1\xbb\x5c\xbe\xcc\xcc\xcc\x75\xeb\xd6\xed\xda\xb5\xab\xa0\xa0\ \xe0\xad\xb7\xde\xca\xcc\xcc\x74\x4b\x6a\x03\x72\xc1\x00\xfd\xa2\ \x6a\x0a\x80\xca\xeb\x67\x6d\xff\x3a\xf2\xc5\x72\x97\x43\x66\x1f\ \x7e\x00\x32\x13\x36\x1f\xea\x1a\x33\x34\x85\x3b\xda\xa5\x01\x30\ \x69\x04\xd9\x2e\x03\x00\xe8\xbd\x4d\x6c\x57\x79\x4b\x57\x46\x90\ \x1f\x00\x50\xc9\x41\x39\x83\x1e\x40\x36\x18\x41\x69\xb7\xbb\x08\ \xa7\xd5\x02\x80\xc0\xb1\x48\x95\x9c\x92\x6a\x6b\xaf\xad\xe3\x4c\ \x17\x5f\x7e\x91\x1f\x03\x00\x80\x79\x9f\xcc\x6b\xee\xcf\x9c\x93\ \xff\xe8\x93\x9f\x3b\xe2\xbd\xf4\x9e\x71\x00\x60\x32\x68\x25\x87\ \x08\x18\xab\xb2\x08\x00\x94\x28\x2e\xd1\x09\x00\xc0\x69\x75\xbf\ \xb6\x7a\x31\xcb\xb3\x00\x00\x34\x7b\xc3\x87\x87\x3a\xbc\x83\x44\ \xd1\xa5\x65\x46\xce\xba\xca\x74\x64\xf3\xe7\x4b\x5f\x9f\x71\xc5\ \xc5\x0c\x26\xa2\x28\x01\xb8\x0d\x9c\x2c\xa7\x8a\x76\x9b\x0c\xa0\ \xb1\xf5\xf5\xb9\x54\x9c\x3a\xeb\x1a\xce\x7b\xfb\x17\xef\xbc\x91\ \x3e\x76\x08\x03\x4a\x47\x43\x03\xf6\x1e\x36\x37\x2a\xae\x2f\xfb\ \x38\x1f\xae\x03\xe0\x78\x0e\x9d\xd2\x03\xd2\xd2\xd2\x6e\xbb\xed\ \xb6\x47\x1f\x7d\x14\x21\xf4\xf8\xe3\x8f\x27\x27\x27\x9f\xde\x44\ \xd1\x58\x96\x7f\xa2\xbc\x77\xf5\x67\xa8\xa6\xb2\x1a\xed\x73\xcc\ \xba\xf1\xce\xeb\x75\xeb\xd7\x7d\x50\x55\x36\x8a\x05\xd6\xc7\xa4\ \x07\x00\x20\xb2\x44\x64\x4b\x4b\x6d\xa7\x57\xe4\x45\x99\x71\x42\ \xeb\x3e\x45\x15\x01\x4c\x46\x3d\x2f\x39\x5c\x2a\xe2\xb4\x1a\x00\ \x8e\x67\x90\xf4\x5d\xe4\x3e\x06\x22\x03\x80\xd1\xa4\xef\x72\xd9\ \x45\x05\xfb\x79\xb0\x0c\x26\xdd\x3e\x81\xae\xbb\x6f\x84\x9b\xaf\ \x84\xd5\xab\xe1\xdd\x77\x61\xee\x5c\x98\x3d\x1b\x1e\x7c\x10\x26\ \x4d\x8a\x89\x89\x79\xe0\xc1\x07\x9f\x7c\xe2\x09\x49\x92\x1e\x78\ \xe0\x81\x11\x23\x46\x5c\xd0\x25\x34\x80\x05\x7f\x06\x72\x54\x16\ \x58\xde\xfc\xd0\x6f\xcd\x9a\x98\x5e\x9b\xe6\xe6\x6b\x0e\x09\x90\ \x1b\x97\x16\x58\x5a\xa5\x8f\x18\x93\xec\x25\x6f\x29\xcd\x5b\xb7\ \x89\xe4\x65\x77\x8c\xfb\x5b\x22\x00\x00\x17\x74\xd1\xcc\x11\x4b\ \x3f\x7d\xc5\x59\x35\x5c\x43\xd9\xe4\xb4\x94\x44\xcd\x8a\xb7\x96\ \xaf\x42\xf5\x05\xa1\xa3\xaf\x9d\x90\x22\x1e\x7d\x75\xe5\xa7\x6b\ \x1d\xed\x27\xeb\xbc\xd3\x42\xc6\x8e\x4a\x6e\xab\xe6\xfc\x82\x42\ \x83\x42\x63\x3c\x19\x00\x80\xba\xc3\x5b\x0f\x35\x3a\x74\x72\xbb\ \x4b\xe3\x37\x74\xd4\x84\x03\xdf\x6c\xfa\x64\x55\x6b\x43\x7e\xc7\ \x84\x9b\x16\xf4\xed\xc8\x11\x65\x05\x00\x7c\xfd\xfd\xab\x37\x7c\ \xb5\x39\x68\x6e\x80\xb5\xb2\xa0\x37\xec\xa6\xcb\x46\x9f\x49\x34\ \xa0\x44\xa9\x3f\x71\x78\x9b\xbf\x6a\x64\xa1\xa6\xb5\x8b\xf3\x49\ \x0e\x25\x9d\xcd\x54\xaa\xab\x29\xef\xa1\x5e\x1e\xd8\xd1\x6a\x85\ \x00\x23\xda\xb7\x79\x15\x4c\x19\x37\x3c\x25\x5a\x83\x34\xe9\xc3\ \xa2\x3e\x5c\xf7\x3e\x57\x17\x52\x94\xdb\x39\xee\xfa\xa8\x8e\xea\ \x32\x0b\x35\x79\xd0\x3e\x0b\xef\x9b\x9e\x1a\xd1\xcc\xf2\x01\x81\ \x7e\xa1\x31\x91\x02\x49\x3d\xb4\x7e\xe5\xa6\xbe\x98\xa2\x06\xeb\ \x38\xf6\x7b\xfb\xe8\xb4\x69\xd3\x9c\x4e\x27\xcb\xb2\x93\x26\x4d\ \x3a\xd3\x7c\x1e\x3b\x70\xc8\x7f\xec\xfc\x39\x13\x13\xe9\x88\xe8\ \xb5\x2b\xbe\xcd\x3a\x52\x10\xc6\xc9\x41\x01\x9a\x63\x6d\xf2\xfc\ \x8c\x88\xaf\xbf\xfe\x8c\x0c\x4b\x8d\x4d\x49\x1e\x9d\x9a\x58\xa0\ \xb0\xfe\x41\x41\x21\xd1\xf1\x8e\x86\xad\x0e\x59\x05\xaa\x38\x1d\ \x76\xc1\x3f\x6a\x70\x88\xba\x6e\xd9\xda\x24\xa1\xb6\x47\x4a\x67\ \xa8\xe8\x12\x31\x51\x65\xa7\x0b\x03\x80\xe4\xb2\xcb\x8c\xcf\xe0\ \x24\xdf\xd5\x2b\x3f\x57\xc3\x5c\xad\xbd\x84\x75\x01\xf8\xfa\xc2\ \x1d\x77\xc0\xe2\xc5\xf0\xd9\x67\xf0\xe6\x9b\x30\x7b\x36\x5c\x79\ \x25\x3c\xf8\xe0\xa8\x91\x23\x1f\xfa\xe7\x3f\xfb\x2c\x96\x8b\x2e\ \xba\xe8\x42\xaf\x22\x26\x3d\x2d\x15\x00\x54\x40\x5e\x0c\x99\xa8\ \xb3\x4b\x06\x1f\x47\xc2\x38\x44\xd4\x01\x06\x3b\x9f\x9b\x36\xc3\ \xf1\x9d\xf5\x9e\xf5\xf9\x27\x6d\xb0\xaf\x5d\xf4\xf3\xf2\x14\x04\ \xc1\x6d\xb5\x72\x67\x61\x67\x0c\x4e\x37\x18\x4d\x94\x7e\x9f\x8b\ \x89\x31\x56\x55\x62\xb5\xf6\xfa\xfa\xf9\x9f\xca\xf2\xb4\xdb\x6d\ \xbe\x7e\x3f\x73\x44\x6d\xdb\x86\x6f\xbe\xd9\x63\xd3\x56\x32\x79\ \xaa\xe3\x8d\x77\xb4\xb7\xdf\x1e\x31\x79\x94\xab\xa1\x42\xf5\x49\ \xbb\x7c\xc1\x04\x7f\x83\x51\x8b\xc4\x76\x8b\x32\xfc\xa2\xcb\xa7\ \x25\x07\xba\xb7\x28\xef\x88\xc1\xa9\x61\x9a\x96\xa6\x36\xa2\xf1\ \x8e\x4b\x1b\x3e\x7e\x44\x54\x7b\x4d\x8d\x67\xca\xf4\x4b\xa7\xa6\ \x68\x8d\x81\xa9\x31\x3e\x4d\xd5\xf5\xc6\xb8\xe1\x93\x86\xa7\xc7\ \xa5\xa5\x1a\xed\x4d\xe5\x75\x66\x7d\x40\x78\x98\xbf\x11\x00\x54\ \xc9\xd6\xdc\xd4\x6c\xa5\xde\x99\x0b\x2f\x1d\x9e\x1c\x97\x18\x69\ \xac\xab\xed\x48\x9a\xb6\x70\x4a\x72\x98\x56\x67\x08\x09\x1b\xe4\ \x6b\xd4\x78\x07\x47\x7b\xa8\x96\x4e\x51\x13\x1e\x16\x64\x32\xf9\ \x84\x06\x79\x9d\x09\x0b\x04\xbd\x51\x50\x5c\x56\xbb\xcd\xa5\xea\ \xc7\x4c\x9f\xcc\x76\x56\xb5\x53\xef\x51\xe3\x46\x7a\xa9\x9d\x27\ \x4f\xd6\xfa\xa7\x4f\x9e\x36\x3a\x25\x2a\x2c\xc4\xd5\xd5\xa6\xe8\ \xfc\xa3\x42\x7d\x19\x00\xef\xc8\xe4\x30\xbd\xb3\xa5\x4b\xce\x98\ \xb1\x70\x62\x42\x80\xbd\xab\xa1\xb8\xa4\xd6\x37\x75\xd2\xcc\xf1\ \x19\xc9\x71\x11\xb6\x96\xea\xc6\x6e\xd1\x2f\x24\x22\x2c\x32\x31\ \xda\x87\xd6\x35\x75\x87\xa6\x8d\x1d\x99\x12\xae\xfd\x81\x78\x12\ \x1f\x1f\xff\xc3\x8c\xbb\xd3\xf8\x1e\x54\xdd\xd0\x89\x93\xe2\x42\ \xfd\xfc\x03\x23\xa2\x83\xbd\xb5\x1c\xd7\xd3\x52\xdd\xcd\x0e\x9a\ \x35\x7b\x6a\x42\x62\x72\x20\x67\x6d\x68\xeb\xf3\x0a\x4d\x1c\x35\ \x26\x85\x98\xeb\xea\x5a\x6d\x5e\xc1\xe1\x61\x41\x3e\xbe\x41\xc1\ \x01\x5e\x7a\xbd\xd1\x3b\x28\x7c\x50\x72\x5a\x12\xea\xae\xef\x50\ \xbd\x47\x8f\x1b\x15\x15\xec\xe3\xe9\x17\x10\x12\x1c\xe0\x1b\x10\ \x14\xe4\xef\xa1\x31\x98\xfc\x43\xc2\xa2\xa3\x83\xa5\xce\xba\x92\ \xa2\x92\x3e\x7d\xf8\x94\x71\x69\x5a\xf7\x04\xe9\x74\x30\x7a\x34\ \x2c\x58\x00\x1c\x07\xcb\x97\xc3\x8a\x15\x40\x48\xd4\xc2\x85\x89\ \xa9\xa9\xbf\x70\xb7\x9d\xe6\x0e\x83\xd1\xf8\xfb\xed\x08\xe8\xda\ \xab\xaf\xa4\x94\x4a\x14\x45\xf1\xf2\x93\xbe\x1d\xb6\x80\x58\xf3\ \xc5\x8f\x20\x59\x1c\x60\xe0\x1f\x4d\xd3\x6f\x95\xdb\xfb\x0d\xfc\ \xbc\x4e\x5f\xba\x6f\xd0\xfe\x8f\xbe\x6c\x85\x67\x0b\x7b\x13\x23\ \x07\x99\x4c\x26\xb7\x4d\x58\x55\x55\x83\x41\x7f\xc3\xf5\xd7\x06\ \x06\x85\x12\x42\x31\x46\xee\x22\x4b\x0c\xc3\x48\x92\xdc\xd2\xdc\ \x10\x9f\x98\xe2\x06\x0e\x45\x51\x3a\xda\x5b\xe3\x13\x53\xbe\xbf\ \x40\x73\x33\x3c\xfb\x2c\x7c\xfa\x29\x24\x24\xc2\x93\x4f\xc0\x82\ \x05\x30\x50\x61\xf1\x7f\x84\x5a\x4e\x6c\x5b\xb7\xaf\x14\xb4\x7e\ \xa3\xa7\xcd\x1e\x12\xe5\x7d\x9a\xc7\x56\x50\x00\xff\xfe\x37\xac\ \x5f\x0f\x23\x46\xc0\x73\xcf\xc1\x99\xa5\x98\xb2\x92\x93\x81\x41\ \xc1\xbf\xbf\x67\xdf\x80\x8e\x70\x56\x2c\xfd\xdb\x32\x8f\x2f\x2c\ \x63\xae\x5d\x0b\x0f\x3f\x0c\xcd\xcd\xf0\xf0\xc3\x70\xf7\xdd\xe0\ \xeb\x3b\xf0\xa4\xfe\x87\x28\x78\xf0\xcc\x3b\x07\xcf\xfc\xa5\x23\ \xd2\xd3\xe1\x8b\x2f\x60\xdd\x3a\x78\xf2\x49\x98\x35\x0b\xee\xbf\ \x1f\x1e\x7e\xf8\x82\xa6\x36\xb0\x67\xb9\xa8\x29\x2b\x00\xc2\x3f\ \xdd\x2b\x29\x41\xb2\x84\x10\x50\x42\xfe\xac\xcf\x4c\xcb\x41\x56\ \x25\xb3\xb9\x8c\xd5\xb2\xe7\x80\x07\x04\x40\xc3\xc0\x3f\x26\x48\ \x02\x0b\xe4\xbc\x57\x30\x30\x9b\xe1\xf9\xe7\x61\xe9\x52\x98\x30\ \x01\x3e\xff\x1c\xc6\x8c\x19\x60\xad\x3f\x27\x61\x0c\x0b\x17\xc2\ \xf8\xf1\xf0\xaf\x7f\xc1\x2b\xaf\xc0\x81\x03\xf0\xca\x2b\x70\xc1\ \x2c\x88\xec\xd9\x00\x81\x6a\xb7\x92\x23\x2b\xc1\x66\xf9\x11\x1c\ \x10\x15\xf4\x1e\xec\xd8\x4b\x1c\xb2\xa2\x35\x98\x2e\x74\x0d\x9f\ \xff\x47\xed\x40\x54\xa0\xc7\x89\x24\xae\xff\xb3\xaa\x50\x82\x10\ \xa6\x54\x54\x29\x00\x70\x1c\xe6\x30\x50\x42\x45\x99\x12\x00\x96\ \xc5\x3c\x03\x84\x80\xc8\x9d\xef\x7a\x3d\x18\x53\x9d\x1e\x8a\x8a\ \xe0\x96\x5b\x20\x2f\x0f\x1e\x7d\x14\x1e\x7c\xf0\x4f\x5e\x44\x60\ \x80\x00\x20\x20\x00\x96\x2e\x85\xc9\x93\xe1\x1f\xff\x80\x39\x73\ \xe0\xa5\x97\xe0\x86\x1b\xfe\x7f\xb0\x80\xb2\x82\x74\xe8\xb3\xe0\ \xf6\x12\xcf\xe0\x70\x4a\x49\xbf\xee\x4c\x29\x06\x10\xc1\xb6\xe3\ \xe3\x7f\x77\x1a\x43\x26\x5e\x7b\xdb\xa9\x7a\xa7\x7f\x42\x38\x40\ \xc0\x60\x60\x30\x00\x00\xa1\x10\xe0\x27\xf0\x92\xec\x14\x34\x29\ \xfe\x2c\x4b\x48\x49\xbd\xa3\xcd\x41\xb1\x86\x1d\x15\xa7\xf5\xe1\ \xa1\xb9\xcd\x59\xd1\xa5\x22\x0c\xcc\xf9\x55\x10\x18\x06\x63\xa4\ \x5f\xb7\x1e\x5e\x78\x11\x74\x3a\x58\xb7\x0e\x2e\xbc\x61\x79\x80\ \xfe\x8b\xe8\xe2\x8b\x21\x39\x19\x1e\x7e\x18\x6e\xbc\x11\xca\xca\ \xe0\x89\x27\xc0\x60\x38\xcf\x7b\xcd\xaf\x6b\x07\x80\xa4\x3e\x8b\ \xd1\xd3\x07\xf7\xb6\xa3\x5e\x33\xed\x35\xd3\x5e\x33\xb2\xb4\xf1\ \x5a\x4d\x29\x35\x15\x37\x77\xa6\x4c\x9e\xc5\x70\xfc\x5f\xa4\xfe\ \xb7\x4c\x50\x5a\xb2\xd7\xe4\x70\x2e\x35\xc5\x6b\x4a\x08\xa3\xf7\ \xd6\x5d\x3b\xc6\xc3\xc7\xc0\x5d\x32\xde\x77\x62\x28\x67\xd4\xb1\ \xc1\x1e\xcc\xf9\xaf\xdf\xc7\xf3\xa0\x2a\x9a\x37\xde\x0c\xf9\xe7\ \xa3\x90\x9a\x0a\xbb\x77\x0f\x00\xc1\x5f\x91\x62\x63\x61\xc5\x0a\ \x78\xec\x31\x78\xe5\x15\xb8\xe1\x06\x68\x69\xf9\x43\xb1\x00\x01\ \x00\x10\x99\x00\x05\xea\x0c\x49\x06\x93\x2f\x11\x9d\x44\x74\x72\ \xfe\xa1\x47\xfb\x98\xcd\x9b\x36\xa4\xa5\xa7\xfb\xc5\x24\x92\xbf\ \x52\x1d\x34\x45\xa1\x32\x05\x90\xe5\x83\xf9\xdd\xcb\xb2\xad\xac\ \x87\x30\x2a\xc1\x10\xc7\x88\x1f\x67\x99\x57\x1c\xec\xda\x5a\x21\ \xc2\xf9\x4d\xfc\xe5\x38\x70\xb9\x84\x27\x9f\xe2\x9f\x7c\xca\xb1\ \x60\x01\xac\x5d\x0b\x91\x91\x03\x7c\xf1\x17\x25\x9d\x0e\x96\x2c\ \x81\x8f\x3e\x82\xdd\xbb\xe1\xf2\xcb\xa1\xaa\xea\x0f\x94\x0b\x00\ \xdc\xdd\x8a\x1c\x82\x69\x6d\x6e\x49\xae\x95\x11\xbc\xfd\x05\xdf\ \xa0\x63\x76\xf6\x9b\xed\x59\x13\x46\x8d\x0a\x36\x69\xdd\x01\x9e\ \x7f\x05\xa2\x14\x28\x00\xa1\x00\x94\x2a\x2c\x37\x67\x72\xd0\xcb\ \x73\x3c\x6a\xab\xac\x9d\x0a\xb2\x59\xe5\x3e\x05\xf9\xf9\xe9\x2e\ \x19\x62\xd0\x92\xf3\x56\x13\x97\x72\x3c\xb8\x9c\x9a\x07\x1f\xe4\ \xdf\x7e\xc7\x79\xff\xfd\xad\x8f\x3d\x32\x60\x20\x18\x20\xb8\xfe\ \x7a\xf8\xe2\x0b\xa8\xa9\x81\xcb\x2e\x83\xca\x2a\xaa\xd3\xfe\x41\ \x58\x40\x29\x95\x08\x05\xaa\xda\x6d\xb6\x6f\x76\xee\x3e\xae\x98\ \x4e\x28\xc6\xb5\x5b\x76\x0c\x4b\x4b\x1b\x13\x62\xec\xeb\xee\xfa\ \xeb\x3c\x02\x9e\x43\x44\xa5\x06\x1d\x22\x2a\x65\x88\x7a\xa2\xb4\ \xf7\x83\xac\xce\x2f\xf2\xed\x55\x16\xd5\x3f\x40\x37\x48\x07\x12\ \xe6\x86\x44\x0a\x1c\x3d\x3f\x5a\x02\x65\x18\x2c\x4b\xda\x47\x1e\ \x65\x3f\xf9\xd4\xf5\xfc\x12\xf1\xb1\x7f\xaa\xbc\xf0\x07\x0f\x59\ \xea\xed\x68\x6c\xee\x3c\xd3\x70\xac\x6d\x0d\x0d\xad\xbd\xbf\x70\ \xba\xea\xec\x6d\x6f\xb7\x5c\x08\x27\x93\xcd\xdc\xdc\x62\xee\x3b\ \xc3\x97\xc4\xd2\x69\xb6\xba\xfe\x97\x7c\x5b\xae\x9e\xf6\xc6\x96\ \x73\xc9\x8f\xce\xcc\x84\x75\xeb\xa0\xa7\x07\x16\x2d\x62\x4b\x4a\ \x41\xa7\xfb\x43\xe4\x02\x00\x49\x25\x7c\x77\xd3\xfc\x51\x83\xfd\ \xfc\xfc\xd7\x6e\xd9\xb1\x7a\xd3\xb7\x31\x31\x31\xd3\x13\x82\xc5\ \xea\x42\x89\x00\xfc\x25\x2c\x05\x54\x51\x21\x29\xd9\xeb\xc9\x8b\ \x03\x32\x78\x29\xbb\x41\xc5\x94\x58\xac\xb2\xd9\x4e\x58\x0e\x9b\ \x9b\xac\xdf\x36\x91\xab\x2f\x0a\xbe\x6f\xa2\x49\xea\x53\x44\x38\ \x0f\xfd\x0a\x28\xc3\x60\x42\xc2\x96\x7d\xa4\x5b\xb1\x52\x7c\xe6\ \x19\xf9\xae\xbb\x00\x61\xa4\xc8\xa7\x67\x39\xd9\x65\xb7\x3b\xfb\ \x33\x7f\x65\x97\xdd\xee\x22\xa4\x77\xf3\x07\xff\xfe\xf7\xa7\xdf\ \xda\x7e\xfe\xcb\x92\xb5\xa9\xa1\xd5\x21\x9d\xf1\xa9\x89\xb6\xde\ \xae\xce\xae\x5e\xab\x43\xa5\x90\xb3\x66\xd9\x27\x5b\xcb\x00\xa4\ \x9d\xcb\xdf\xd8\x78\xac\xf1\x27\x07\x6e\xfc\xe0\xcd\xf5\x79\xe6\ \x9f\x9c\xde\xd3\x56\x5b\xdd\xde\xcf\xa5\x85\x9b\x3f\x7d\xef\xeb\ \xfc\xb3\x1c\xb2\x2a\x3a\x65\xf5\x2c\x19\xd8\xb5\xf1\xbd\x37\x36\ \xe5\x75\x9e\xfe\x77\xba\x0b\x5e\x7f\xfd\xfd\x72\xfb\x99\xcf\x16\ \x7b\x6b\x2a\x6a\xdd\xf3\x25\xf5\xb6\x57\xd4\xb4\x9f\x13\x6c\x48\ \x7d\x6d\xe5\xf5\x6d\xe7\x55\x2b\x56\x77\x7f\xf9\xd6\xf2\xfd\x35\ \xe7\x76\xd2\xc8\x91\xb0\x6a\x15\x74\x76\x04\x3f\xf6\x38\xdb\xd0\ \x00\x82\x70\xe1\xb1\x80\x52\x89\x50\xb9\xdb\x1c\xd0\x5e\xbc\x78\ \xf2\xa8\xf0\xf0\xf0\xc8\xc8\xa8\x79\xc3\x53\xd8\xea\x13\xaa\x24\ \x4a\x84\xfc\x35\x7a\x88\x22\x86\x81\x92\x92\x9e\x8f\xf6\x75\xbe\ \xb1\xcb\xd2\x24\xd2\xec\x9c\xae\xed\xcd\xc4\xc0\x03\x42\xc0\x03\ \x39\x74\xac\xeb\xcd\xac\xce\xe5\xbb\xdb\xdf\x3a\xd0\x27\x31\xe8\ \x77\x87\x83\x22\xca\x60\x8f\x55\xab\x82\x57\x7e\x21\xdd\x7b\x8f\ \x74\xf7\x5d\x40\x29\x9c\xc9\x28\x43\xfa\x3e\x7b\xf8\xd2\xf9\xb7\ \xbf\xd7\x4d\x00\x88\xe5\x93\x87\x2e\xb9\xf4\xde\xe5\x4e\xa9\xaf\ \xb8\xb8\xa0\xa6\xa5\xf3\x67\xe7\x28\x5f\x3f\x79\xd3\xf5\x2f\x7c\ \x25\xf3\xa7\xc3\x2b\x57\xc7\xc6\x0f\x5f\xba\xff\xc1\x7f\x3e\xf5\ \xd4\xe3\x0f\x3d\xf6\x52\x7e\x4b\x63\x41\x75\xa3\x4f\x7c\x34\x02\ \xd6\xdb\x3f\xc8\xdb\xf8\xe3\xb6\x62\xce\xea\xa2\x56\x6b\x4c\xca\ \xa0\x1f\xaf\x96\xee\xaf\xde\x79\xf9\x50\x83\x3b\x6e\xd5\x7a\xac\ \xa8\xd4\x3b\x29\xee\x6c\x66\x43\x6a\x39\x7c\xdb\xbc\xcc\x7f\x6f\ \x3e\x71\x56\xf3\x63\xaf\x3a\xde\xdc\x17\x96\x78\x7a\xbb\x49\x67\ \xc9\xd1\x76\xd1\x90\xe8\x73\xc6\xcb\xd6\x1f\x5c\xbb\xf4\xf3\x43\ \x3c\x06\x00\x38\xb4\xf6\x9d\xe5\x07\x6a\xcf\xe9\x79\x1d\x5d\xf7\ \xd6\xca\xbd\x95\xe7\x33\x4a\x4f\x69\x2d\x2a\x6b\x18\x14\x7f\xee\ \xf5\xd4\x47\x8e\x84\x8f\x3f\xd1\xd7\x37\x0a\x0f\x3e\x88\x2c\x16\ \xf8\x7d\x59\x8c\xbf\x3e\x22\x04\x14\x19\xbc\x1a\x9a\x9d\xa1\xb4\ \xdd\x20\xca\x0b\x52\xc2\x01\x63\xae\xee\x84\xbd\xaf\xa7\xc9\x2a\ \x22\x3f\xaf\x3f\x77\x43\x61\x04\xa0\x10\x70\xc8\x08\x01\x75\x4a\ \xa4\xc7\x0e\x00\x80\x11\x48\x0a\x3d\xd5\xe1\xc5\x2d\x07\x98\x7b\ \x55\xe8\x6f\xb8\xf2\x5d\x07\xb0\xdf\x2c\x14\x68\xb5\xda\x7d\xfb\ \x3c\xff\xf5\x6f\xf3\xe4\x89\xec\x7d\xf7\x70\x2c\x4b\x7f\x56\xeb\ \xe2\xfb\x3d\xa5\xb7\x2e\x3b\xb7\x25\x74\xf1\x60\x5f\x0c\xe0\xec\ \x38\x76\xac\x39\xe8\x9a\x24\xb5\xb1\xc9\x6c\xd7\x4f\x99\x31\x5f\ \xd7\x74\xe4\x8d\x4f\x36\x54\xb4\xf4\x98\x22\x47\xdc\x70\xf3\x75\ \xb1\xa6\xfa\x23\x55\x5d\x7d\xdd\xdf\x3e\xf0\x88\xeb\xda\x2b\xe6\ \xd4\xec\xf8\x4a\x4e\x5d\x70\xd3\xcc\xc1\x08\x00\x68\xcf\xaa\xd7\ \x9e\xde\xda\x9d\xf4\xc0\x83\x4f\xc6\x04\x1a\x7a\xbb\x7a\xf4\xa4\ \x61\x8d\x85\x5f\x90\xec\x2f\xb7\x1f\x3f\x66\x66\x17\xcd\xf2\x23\ \x3d\x95\xab\xbf\x5c\x57\x50\x63\x89\x99\x7e\xfd\xe2\xd0\x6a\x27\ \x1f\x35\x2a\x9c\x6e\x5d\xf6\xaa\x39\x62\xc6\xb5\x33\x52\x11\x00\ \xb5\xb4\xd7\x95\x55\x36\x77\xbe\xd8\xdd\x74\xf1\x60\x90\xbf\xc9\ \x00\x00\x20\x00\x49\x44\x41\x54\x2d\xd3\xc2\xdb\x1b\xeb\xab\xd7\ \xbf\xf9\xcf\x7d\x01\x17\x5d\x73\xd3\xd8\x28\x0f\x70\xb4\x6c\x5c\ \xbd\xea\x48\x99\x39\x28\x63\xd6\x4d\x8b\x26\xe8\x4e\xb1\x20\x31\ \x7f\xf9\xd9\xd7\x38\x32\xa9\xbb\xaa\x41\x86\x21\x1c\x88\x79\x9b\ \x56\x6e\x3a\x52\x2d\x32\xa6\x69\x97\xdf\x30\x35\xd9\xbf\x2d\x7f\ \xdb\x67\x1b\x0e\xf5\xb8\x68\xdc\xa4\x85\x57\xcf\x1c\x2c\x55\x17\ \x39\xb5\x91\x89\x7c\xfe\xfb\xcb\x8a\xe6\xdc\x74\x5d\x28\x6d\x5b\ \xb5\x6c\x55\xd8\x9c\xbf\x8d\x1d\x64\x00\x80\xea\xe2\x66\x73\x6d\ \xc7\xab\x4f\xfe\xd3\x14\x3f\xed\xa6\x2b\xa7\x1a\x3b\x0b\x3f\x5c\ \x95\x97\x79\xf3\x0d\x61\x6a\xfd\x47\x9f\xec\x9e\x74\xcd\xb5\x6d\ \xad\x55\x15\x45\x4d\x8f\x3f\x6b\xbd\xf6\xfa\xb9\x2d\xcd\x95\x45\ \x95\x1d\x4f\x59\x1a\x6e\xfb\xfb\x22\x4d\xfd\xfe\xe5\x6b\x77\x36\ \xd9\x35\x53\x2e\xbb\x61\x56\x46\x70\x67\xf9\x9e\x15\x5f\xef\x35\ \x5b\x45\xff\xd4\xcc\xbf\x2d\x9e\xac\xef\xbf\x5b\x67\x6d\x51\x79\ \x51\x7b\xe7\x12\x7b\xdd\xf5\xb7\x5e\xa3\xaf\xde\xf7\xe9\xaa\x9d\ \x6d\x92\x76\xf2\xa2\x1b\x67\xa6\x05\x9d\x7a\x28\xad\x25\x07\xbe\ \xd9\xba\xaf\xbe\xc3\x1a\x9c\x71\xf1\xdd\x57\x8c\x2e\xdd\xb3\x76\ \xed\x9e\x7c\x87\xaa\x19\x39\xef\xaa\xf9\x23\xa3\x48\x7b\xe9\x8a\ \x2f\xd7\x95\xb7\xf5\x79\x46\x8d\xbe\xe1\xa6\x8b\x7d\xdb\xea\x5b\ \x9d\xa1\xb3\x8c\x96\x15\x6f\xad\x1b\x7e\xe5\x8d\xf1\xde\x64\xfb\ \x87\xef\x93\xa1\x8b\x66\x65\x04\xfc\xfa\x5a\x99\x3e\xbd\xe3\x81\ \xfb\x7d\x1f\x7b\x9c\x8f\x8f\x17\x97\x2c\x01\x45\xf9\xcd\x2b\x0f\ \xff\xaa\xb1\x00\x53\x12\x34\x61\x6e\x6d\xf4\xc4\x5d\x9a\xd8\x1d\ \x92\xcf\x41\xb3\xeb\x60\xbb\x63\x87\xe8\x95\xa5\x8d\xab\x89\x1a\ \x1f\x34\x71\x1e\x03\xe4\x4f\xec\x50\x94\x09\x84\x7a\xd0\x49\x51\ \xca\xd8\x08\x75\x5c\xa4\x3a\x3e\x52\x1d\x1f\xa9\xba\xdf\x8f\x8b\ \x50\xc7\xfe\xe0\xe5\xfe\x6a\x9c\xfb\xdb\x08\x75\xf4\x20\x15\xa3\ \xdf\x02\x93\x94\xe7\xd9\x9a\x1a\xaf\x87\x1e\x11\x03\x03\xeb\xee\ \xbf\x57\x35\x9a\x40\x96\x7f\xe1\xf8\x9e\xea\x9c\x4a\x17\xa3\xeb\ \x29\xdd\xba\x65\xcb\xda\x2f\xbf\x28\xb6\xfb\x4f\x1f\x1a\x5a\x59\ \xb0\x2f\xbb\xa8\x3d\x20\xca\x78\xf8\xf3\x77\x97\xef\x2a\xe4\xb4\ \x7c\xee\xda\xd7\xfe\xb3\xae\x50\xae\x2f\xa9\xee\x53\xe2\xe3\x87\ \xc5\x45\x45\x78\x90\x86\xdd\xbb\xf7\x55\xb7\xf5\xba\x6d\xbf\xad\ \xc7\xb6\x6c\x28\xd4\x3d\xfa\xf4\x9d\x69\x51\x81\x3a\x9d\x21\x28\ \x2c\x54\x6c\xae\xb5\xf0\xb1\xf1\x3e\x4c\x4b\xfe\xee\xdc\xe2\x76\ \xd6\xd9\xf4\xf2\xd3\xcf\x17\xd3\xe8\x05\x8b\x2f\x9b\x30\x38\xa4\ \xaa\xac\x06\xfb\x78\x6d\x7f\xfb\xf9\x9d\xad\x1e\xe3\x46\xc6\xbb\ \x61\xd1\x5c\x7f\xb2\xcd\x6f\xec\x2d\x77\xde\xb6\x68\xe2\x60\x67\ \x7d\x49\x3d\x4e\xbe\xea\xfa\xab\x87\xe9\x1a\x3e\xfd\x60\xa3\xac\ \xf6\x7d\xfa\xd2\x92\xbd\x96\xf0\x45\x8b\xc7\x97\x6c\x7c\x6f\x5f\ \xdd\xf7\xea\x4b\xfe\xba\xcf\x2b\x3d\x67\x3d\x77\xc7\x7c\xda\x58\ \xdf\x47\x81\x98\x8b\x3f\x5b\x73\x38\x7e\xd6\xe5\x33\x63\xa5\x4f\ \x97\x7e\xdc\xa5\x8a\x9b\xbe\x5c\x6b\x1d\x34\x6d\xd1\xdc\xb4\xfd\ \x1f\xbf\x75\xb8\xd9\x55\x5b\xd6\xc0\x06\x65\x84\x71\xd6\xdc\x9c\ \x9c\x0e\x19\xa4\xea\xdc\x6d\x47\x5a\x3c\x3d\xdc\x3a\x73\xf7\xf1\ \x9a\x96\x98\x49\x73\xe6\xcf\x9d\x5a\xbf\xf5\xf3\x6d\x05\xdd\xe6\ \x9a\x13\xfb\x4a\x7b\x0c\x02\xf4\xd5\x1d\xd9\x57\x5c\xa7\x11\xc4\ \xf2\x22\xf3\xac\xab\xff\xfe\xb7\xeb\x17\x84\xb2\x5d\x27\x1b\xbd\ \xaf\xbd\xe5\xee\x1b\x2e\x9f\xc6\xd6\xef\x78\xf2\xc5\xe5\x9e\xc3\ \x66\xcf\xcf\xe0\x56\xbf\xbf\xac\x4d\x21\x07\x57\xad\x6e\xd6\x0e\ \xbb\x7c\xc1\xf8\x8a\x8d\xef\x6d\x2b\xe9\xd7\x47\x68\x6f\x45\xa1\ \xcd\xff\xf2\x3b\xee\xbb\xf6\xe2\x99\x9a\xca\x1d\x4f\xff\x6b\xa5\ \xef\xa8\x39\x73\x53\xf9\x95\x6f\x7c\xda\xf4\x5d\x21\xb5\xda\x7d\ \x9f\x3d\xf9\xca\x1a\xaf\x94\x49\x09\x9e\xd6\xfc\xda\x1e\x20\x2d\ \x5f\x7e\xb5\xd9\x6b\xf4\x82\x8b\x47\x7a\xaf\x7e\x63\x59\x85\x9d\ \x9c\xdc\xb3\x6e\x5f\x8b\xf7\xe5\x57\x5c\x22\x1f\xff\x7a\xc5\xa6\ \xa2\x96\xb6\x6a\x7b\x60\x5c\x94\x1f\x14\xe7\xee\x6b\xb0\x52\xe8\ \x2d\xdc\x70\xb0\x84\xf7\xf1\x3a\xcb\x05\xd3\xbd\x68\xa1\x74\xdb\ \xdf\xf9\x97\x5e\x66\x57\x7f\x05\x3c\xff\x9b\x43\xdf\xcf\x42\xd2\ \xa1\xd4\xe4\xeb\x1f\x7f\xd9\xad\xa7\x6d\x57\xc6\x22\xfa\xe7\xb6\ \x17\x88\x2a\xa4\x05\x92\x61\xa1\xea\x19\x5a\xba\x9d\x79\xda\x00\ \x9c\xbf\xa1\x01\x27\x42\x40\x88\xe9\x8d\x37\x19\xb3\xb9\xfd\x83\ \x65\x62\x60\x20\x12\xc5\x5f\x56\x05\x2b\x72\xcb\x24\x06\x97\xee\ \x5a\x5b\xbc\x83\xc8\xf6\x1e\x31\x70\x7c\xb2\x9f\x47\x55\x56\x3e\ \x17\x36\x6e\x98\x97\xf9\xb5\x13\x6d\x89\x53\xaf\x7f\xe1\xe1\x69\ \xcf\xcc\xdb\xdb\x2e\x3b\xcb\xf3\x2b\x7a\x89\xf7\x2d\x8f\x2e\x99\ \x15\x06\x00\xf4\x3f\xcb\x87\x72\x26\x3f\xf7\x22\xa8\x28\x3a\xaa\ \x1f\x39\x2d\xf6\x07\x01\x2c\x65\x15\xa5\xfa\x84\x09\x9e\x00\x87\ \x8b\xcc\x11\xe9\xb3\x3a\xf6\x7e\x59\xa3\x9f\xf8\xc6\xed\x0b\x05\ \x00\x00\xe9\x9b\x86\x92\xec\x1d\xd5\xe2\xac\x5b\x5f\x78\xf2\x32\ \xd3\x77\x73\x53\x5f\x52\xe8\x15\x3b\x7c\x6c\x52\x34\x00\x14\xec\ \xcb\xd3\x24\x8c\x9c\x96\x91\xda\xd1\x15\x7b\x60\x3f\x6a\x2d\xdc\ \xb2\xbb\x86\xbf\xe3\xb9\x89\xae\xc2\xaf\x64\x53\x74\xa8\x67\xbf\ \xc6\xe1\x6a\xdc\xf7\xf1\xd6\xca\xd9\x0f\x2d\x52\x1c\x47\x14\x7b\ \xb3\x45\x06\x5a\x57\xe0\x0c\x4a\x9d\x35\x2e\xcd\x33\xa6\x73\xdd\ \xa1\xac\x9e\xce\xd2\x5a\x97\x61\xce\xc5\x13\x07\x7b\x75\xa7\x7d\ \xf5\x6d\x5f\x77\x73\x4b\x7d\x4b\x68\xea\x42\xd6\x8b\x7a\xf2\xac\ \xb5\x4f\x3d\xb6\xef\x40\xc0\x98\xcc\x04\x4f\x0c\x00\x60\xae\x69\ \xb2\xe8\x2e\x7d\x70\x5e\xba\x2f\x1d\x1a\xbe\xc6\x6e\xe9\xac\x68\ \xab\x0a\xce\x98\xe4\x85\xa0\xb0\xb0\xcc\x3f\x6a\xa8\x9f\x5c\x5b\ \x6c\xf1\xbe\x7c\xc2\xd8\x68\x7f\x30\xe7\xef\x32\x7b\x44\x8e\x1b\ \x9f\x18\x08\x74\xc3\xf2\x4d\xa6\xf1\x37\x5f\x97\x39\x0a\x3a\x1c\ \xab\xf7\xee\xe8\xb5\x35\x17\x75\xb2\xe3\xae\x9e\x9b\x16\x6d\x8e\ \x0e\x5d\x2b\x4a\xfd\xce\xb2\xee\xca\x7c\x87\x21\x62\xda\xe8\x78\ \x5f\x50\xd6\x2e\xdf\x6c\x9c\x7c\xf3\x35\x33\x86\x43\xbd\xb8\x66\ \xc7\x36\x9b\x0c\xa0\x01\x70\xd5\x7e\xbe\x66\xdf\xb8\xdb\x5f\x5e\ \x3c\xcc\xb8\x22\xe7\xb3\x21\xe3\x53\x48\x53\x71\x0f\x13\x71\xf3\ \xac\xa1\x61\x0e\x53\xc4\xd7\x6f\xd9\x2d\x96\xf2\xba\xd6\xc1\x33\ \xae\x48\x4f\x8f\xb2\x0f\x59\x93\xd5\xd5\x52\xd9\x57\x19\x1c\x99\ \x69\xf0\xf0\xf6\xf2\x15\x7a\x44\xb1\x62\x77\x16\x8a\x9e\x30\x3e\ \x9c\x3f\x87\x55\xfa\xe8\xa3\x5c\x41\xa1\xe6\xa9\xa7\x1d\xc3\x86\ \x91\xa8\x08\x70\x89\xe7\x5f\x2e\x38\x05\x07\x1c\xa2\x3c\x86\x9f\ \xbc\xb8\x3f\x3b\x10\xb8\xf1\x4e\x26\x60\x97\x90\x43\x86\x73\x7a\ \x39\xe5\xdf\x72\x31\x2a\x08\xba\x6d\x3b\x0c\x5f\xae\xb2\xdd\xfc\ \x37\x71\xfc\x78\xe4\x74\xfe\xda\x39\x5d\xd9\x85\x95\x7c\xcc\x94\ \xf7\x36\xed\xdc\xbd\x67\xed\xa5\x43\xc2\x7d\x07\x85\xf8\x9a\xd4\ \xf2\x9c\xaa\x80\x51\x63\x8d\xad\x25\xc5\x16\x57\x42\x74\x9a\xd4\ \x91\x5f\xd8\xa1\x1f\x91\x6e\x2c\xaf\xa9\xc2\xfa\x88\xd4\x30\x00\ \x00\x4b\x6b\x7d\x9f\x22\x18\x35\xfd\x6b\x80\x28\xa2\xac\xd0\x1f\ \xc4\x46\xd8\xaa\xca\xda\x93\x12\x13\x01\x2c\x85\x6d\xd6\x98\x21\ \x83\x1a\x8b\x5a\x82\xa2\x33\xfa\x61\xc9\xd9\x5a\x51\x83\x2f\xb9\ \x68\x32\xea\x2c\x6f\xb3\x9d\x32\x4a\x88\x65\x25\x3d\x51\x09\x19\ \x6e\x89\xaa\xa2\xa8\x2d\x22\x2a\x19\x00\x8e\x97\x34\x99\xe2\x93\ \x1d\xe5\xb5\x4e\xd1\xb1\x6f\xed\xf2\xa3\xcd\x1e\x77\x3e\xfa\x40\ \xaa\xb7\xbb\x82\x89\x75\xc3\xa7\xab\xfa\x04\xcd\xd1\x55\x1f\xbe\ \xbd\x6a\x77\x5b\x8f\xa5\xdb\x45\xeb\x4f\xd6\x04\x46\x0f\xf5\x04\ \x28\xd8\x73\xc0\x15\x9c\xa1\x69\xaa\x72\x6a\x62\x86\x7a\x81\xb3\ \xec\x60\xa1\x35\x28\x5a\xaf\xd4\x35\xb8\x32\xe2\x83\x80\x09\x08\ \x13\x98\xea\xfd\x5b\xb7\x9e\x94\x66\xcd\x1e\xe7\xbe\xf3\xd6\xea\ \x4a\x8b\x21\x31\xc1\x17\x94\x96\x43\x87\x5b\xf9\xc4\x28\x9f\xfa\ \xd2\x8e\x84\xf8\x04\x00\x28\x2a\xb7\x04\x27\x65\xb8\xea\xf2\x6c\ \xde\xa1\xb1\xfe\x00\x00\xf5\x27\x4b\xbd\xc3\x12\x02\x01\x00\x3a\ \x0b\x9b\xd4\xc4\x8c\xc1\x00\x50\x7e\x38\x4f\xf6\x4a\xf7\xb5\x14\ \x77\x80\x47\x6a\x04\x90\x96\x9a\xa6\x6e\xef\x84\x10\x1f\xf7\x08\ \xab\x0b\xea\x0c\xa1\x19\xbe\x00\x00\x6d\xa5\xed\xf6\xa4\x11\xc9\ \x00\x50\x9c\x9f\x63\x0d\x48\x08\xd5\x03\x00\x28\x2d\x65\x66\xc9\ \x67\xe2\x30\x6f\x70\x35\x56\x34\x08\x19\x89\x21\xf5\xc5\xe5\x4c\ \x48\x46\x18\x40\xe3\xd1\x5d\xcd\x1e\x11\x41\x82\xb5\xb6\x85\x1d\ \x96\x14\x01\x6a\xeb\x9e\x7c\x4b\x44\x4c\x68\x75\x69\x5f\x54\x6c\ \x12\x80\x29\xc0\xc7\xab\xee\xf8\xbe\x75\xfb\xea\xc6\xcf\xcd\x3c\ \x07\x24\x90\x64\xea\xe7\x27\x3e\xfd\x34\xb4\x36\xf3\xaf\xbe\x0a\ \x2a\xf9\x6d\xa2\xc1\xd9\x1a\x4d\x28\xa5\x94\x90\x9f\xbe\xfe\x1a\ \xb1\x86\x7f\x1c\xb1\x0c\xd3\xdd\x6d\x7a\xfb\x6d\x39\x29\xc9\x76\ \xd3\x4d\x88\x10\xf4\x6b\x33\xac\x36\x15\xe7\x16\x57\x85\x44\x8d\ \x88\xd1\x33\xa8\xad\xe8\x48\x69\x5d\x44\xe4\x10\x9d\xed\x78\xd6\ \x49\x79\xe4\x88\xa0\xea\xfc\xc2\xc6\x2e\x35\x66\x68\x5c\xcb\xa1\ \x4d\xa5\x24\x6c\x68\x78\x80\x56\xcb\x5a\xea\x72\x1e\xfe\xfb\x3d\ \xcb\xd6\xec\xf8\xf8\x99\x9b\xff\xfe\xd8\xbb\x6d\xdf\xd9\xd0\x93\ \x46\x64\xa2\xec\x2f\x5f\xfd\x6c\x7d\xd6\xf6\x8d\x9f\xaf\xde\xd8\ \xd0\xad\x0a\xd4\x55\x5d\xd5\x68\x6b\x2e\x6c\xe8\x64\x53\x06\x99\ \x42\xe2\x82\xaa\x8e\xac\xd9\xb4\x73\xd7\xae\x23\x05\xb5\x15\x27\ \x4b\x6d\xde\x8b\xef\x7f\xe4\xd2\x08\xf3\x6b\xaf\xaf\xff\xae\x32\ \xaa\xec\x74\xda\x2b\xf2\x76\xef\x3e\x94\xd3\xd6\x5d\x7b\xbc\xde\ \x19\x95\x1a\x0f\x6a\xcb\xb1\xb2\xfa\xc8\xa4\x08\xef\xe0\x00\xa3\ \x87\x4f\xfa\x98\x89\xc3\xd3\xe2\x7d\x74\x6e\xa1\x80\x94\x6c\xf9\ \x70\x8b\x39\xf6\x85\xa5\xff\x79\xfa\xe9\xa7\x97\xbc\xf0\x70\xbc\ \x8f\x58\x5e\xd7\x5c\x5a\xd3\xe9\x74\x76\x6c\xfa\xfc\xb5\xd7\x77\ \x59\xae\xb8\x7e\x76\x67\x6d\x4d\x97\x24\x1f\xda\xfc\xc5\x63\xaf\ \x7d\x93\xb6\xe0\x9a\xb8\x60\x9d\xd4\xd7\x59\x5a\x52\x0f\x60\x1c\ \x9c\x88\x57\xfc\xe7\x3f\x6a\xda\xfc\x71\xe1\xfd\x18\x55\x53\x91\ \x67\x96\x7b\xb3\xb7\xae\x79\x62\xc9\x47\x83\xe6\x5c\x35\x74\x90\ \x07\x8b\xc5\x13\xd9\xbb\x77\x6d\xfe\x7c\x6b\x41\x95\x29\xcc\x8f\ \x4a\xf6\xee\xd6\x8a\x1d\x5b\x77\x17\xd7\x74\x13\x59\x6e\xab\xc8\ \xdf\xba\xfb\x40\x8d\x19\x47\x7a\x93\x63\x3b\xd6\xef\xde\xb2\xe2\ \xf5\x0d\x75\xb3\xaf\x9e\x6b\xce\xcb\x77\x19\x12\x23\x18\xa8\x2f\ \x3d\xd6\x6a\x08\x0f\xef\x17\x9e\xc0\x25\x4b\xad\x55\x79\xdb\x76\ \xed\xa9\xb5\xb0\xa1\x9e\x7c\xce\x96\x0d\xbb\x37\x7f\xf6\xf6\xe6\ \xba\xb9\x97\xcf\x31\x60\x00\x00\x6c\xf2\x17\xd4\xc6\xf5\x6b\xb2\ \xb6\xae\x5c\x7e\xcc\xa1\x0d\x34\x40\x65\x6d\xa5\x93\x76\x6d\x5b\ \xf3\xe1\xbf\x56\xe4\xcd\xb9\xee\x4a\x4f\x47\x75\x45\x97\xd2\x54\ \x98\xf5\xc6\xd3\xcf\xb4\x0d\x9a\x71\xf1\xe8\x48\xc9\xda\x5d\x5e\ \x51\xa1\x00\x37\x2c\xc6\x7f\xf7\x3b\xff\xa9\xf7\x9f\x78\x51\xfa\ \x39\xf6\xaa\x71\xb9\xd4\x89\xe3\xe5\x9b\x6f\xe1\xbe\xfc\x92\x39\ \x70\x80\xfe\x26\x9f\xc2\x40\x2d\x93\x3f\xc4\x21\x79\x76\xb5\x4c\ \x88\x46\x63\xfc\x7a\x9d\x69\xc5\x8a\x9e\x27\x9f\x90\xc7\x8c\x26\ \x0e\xc7\xaf\xd6\x32\x71\x76\x77\x59\x24\xdd\x98\xd9\x97\x24\x04\ \xeb\x1d\x1d\x66\x8b\x62\x18\x37\xfb\x92\x28\xa1\xb5\x9d\x89\x5a\ \x30\x63\x34\x75\x58\x58\x9f\xc4\x39\xb3\x86\x8a\xb5\x8d\xba\xc4\ \x31\xd3\xc7\x0d\x49\x88\x1c\xa4\x17\x28\x61\x4c\x49\x69\x83\x83\ \xbd\xb5\xe1\xe9\x13\x47\x27\x04\xbb\x37\x04\x43\x60\xe2\x90\x18\ \x63\x65\x51\x41\x4d\x73\xb7\xe0\x17\x91\x91\x96\x18\x1b\xe5\x63\ \x36\x8b\xc1\x3e\x46\x6c\x8c\x1e\x99\x11\x19\x18\x9f\xe6\xed\x6a\ \xc8\x2d\x28\x57\x4d\xe1\x11\x7e\xac\xc6\x3f\x7a\x68\x52\x64\x5c\ \x74\x48\x57\x6b\x6b\x40\x62\x9a\x07\x07\x00\x7c\x68\x88\xa1\xa1\ \xac\xc0\x4c\xbd\x12\x22\xbd\x54\xc6\x73\xf4\xb8\x64\xa3\x68\xe9\ \xea\x13\x46\x8c\x1a\x16\x16\x9f\x12\x08\x6d\x87\xb3\xf3\x5a\xed\ \x4c\x4c\x42\x82\xb7\x9e\x05\x10\x4b\xf3\xcb\xe2\xa7\x2f\xc8\x08\ \x31\x02\x00\x20\x81\x88\xe0\x6b\x10\x8f\x65\xe7\x4a\x08\x88\x36\ \xe4\xca\x5b\xee\x1a\x19\x86\x77\x6f\x5c\x55\xd7\x07\x32\xe1\xc6\ \x2d\xbc\xf9\xaa\x89\x31\x98\x35\x05\xfa\x0b\x16\x87\x2e\x2d\x3e\ \x58\xee\xc8\xdd\x54\xea\xf9\xf8\x63\x37\xfb\x6b\xfa\x77\x42\x22\ \xbb\x6c\x9d\xed\x2d\x16\x32\xea\xe2\x9b\xae\x9b\x9e\x8a\x01\x87\ \x46\x85\xb5\x94\xe4\xb5\xaa\x3e\xe3\x47\x8f\x49\x88\x89\x88\x88\ \x8e\x15\x7a\x9b\x8a\x2a\xcd\x01\xb1\x69\x23\x46\xc4\x59\x1b\x4b\ \x2b\x3b\xe4\xe8\xe4\x91\x13\x47\x45\xb6\x14\x1f\x2d\x6f\x87\x59\ \xd7\xdd\x9e\x99\xe4\xdd\xd2\xda\xe1\x9b\x32\x2a\x29\xcc\xb3\xa7\ \xb3\xd9\x18\x35\x78\x58\x54\xa0\xfb\x02\x81\x61\x01\xb6\xd6\xb2\ \xca\x36\x29\x32\x6d\xec\x94\x21\x11\x6d\xc5\x47\xcb\xcc\x68\xf6\ \x35\xb7\xcf\x4c\xed\x7f\x2e\x48\x17\x1c\x1d\x20\x9c\xcc\x3d\x41\ \xfc\x92\x26\x8e\x4c\x8f\x0d\xd0\x1c\xd8\xbc\xb1\x43\xd2\xa8\x8c\ \xe9\xa2\xeb\xef\x9c\x99\xe2\x57\x93\xf3\x4d\x56\x61\xa7\x06\x29\ \x01\x19\xf3\xee\xba\x7e\xa6\x91\xe5\xc2\x42\xf4\x9d\x36\x48\x4d\ \x8e\x30\xda\x8b\xd7\xe4\xf6\xfd\xfd\x91\x07\xe2\x3c\xcf\xc1\x23\ \xd0\x69\xee\x30\x18\x0c\x98\xe3\x48\x4c\x0c\xbb\x66\x2d\x6e\x68\ \x50\xe6\xcd\xed\x6f\x09\x7f\x4e\x52\xe9\x40\x2d\x93\x3f\x80\xce\ \xaa\x96\x49\x68\x38\x58\x6d\xc1\x57\x5f\x03\x0c\xdb\xf1\xc5\x0a\ \x64\x32\xc9\x4e\xd7\xaf\xd4\x32\xf9\x33\x92\x35\x67\xf9\x3d\x9f\ \x74\xbe\xf9\xee\x3f\xdc\x9d\x49\x49\x77\xd1\xc3\xf7\xbe\x39\xff\ \x85\x65\xe3\x82\x7f\x74\x58\x5b\x69\x5e\x7e\xe9\xc9\x03\x87\xcb\ \x46\x5d\x73\xdf\xbc\x74\xff\xff\xda\xe1\xb8\x6a\x77\xde\xf1\xec\ \xae\x47\x96\xbd\x10\xdb\xcf\xdd\xf2\x17\x8f\xdd\xd1\x34\xf4\xa1\ \x87\x16\xc4\xfc\x88\x9f\xeb\x4b\x0b\x0b\x0b\xf6\xef\xcb\x89\xba\ \xe8\xef\xd7\x4e\x8a\x3b\xa7\x4b\x9c\xaa\x65\x42\xb5\x5a\x61\xc9\ \x12\xe1\x5f\x2f\x38\xb6\x6e\x56\x27\x4e\x04\xd7\xb9\x75\x85\x60\ \x4f\xe7\xd9\x66\x61\x40\x2e\x38\xcf\x72\x01\x0b\xf8\x57\xb2\x14\ \x88\x20\xe8\x76\xed\xe1\x4b\xcb\xba\x9e\x5f\x42\xbc\xbd\x59\xf1\ \x2f\x0a\xc7\x56\x21\x7c\xe6\xfc\xf4\x53\x91\x0c\x0a\x15\x86\xce\ \x9e\x1f\xf3\x53\x91\xd9\x5e\x72\x22\xa7\xa0\x0d\xcd\xfb\xfb\x43\ \xa3\x62\xbc\xfe\x9b\x87\x23\x61\xe3\xd4\x8b\x33\x03\xbf\xdf\xe6\ \x45\xff\x21\xd3\x63\x86\x86\xfc\x04\x31\x6a\x8a\x8f\xe5\x95\xf5\ \x8e\xb9\xea\xde\x19\x19\xbf\xbd\x6b\x3b\x22\x44\x59\x74\xb9\xf0\ \xce\xbb\xec\x57\x6b\x94\xc9\x93\xcf\xd5\x66\xc0\xfe\x14\x09\x54\ \x99\xed\xed\x40\x8a\x34\xc0\xc0\xe7\x53\x2e\xe0\xb4\xd8\xd9\x07\ \x08\x9d\x29\x16\x83\x62\x06\x8b\x92\x61\xf3\x66\xd5\xdb\xdb\x39\ \x69\x22\x92\xe5\xdf\x8e\x3b\xaa\x2c\x53\xcc\xb3\xff\x03\x9d\x11\ \xa9\xaa\x28\x80\x39\xe6\x47\x46\xab\xe0\xf4\xc9\x8b\xd2\xbf\xff\ \xc8\xfb\xc4\x2d\x5e\xfc\xf3\x7d\x52\x3f\xe5\x8a\xdb\xa6\x00\x00\ \xa8\xb2\x42\x39\xf6\x7c\xe5\x87\x53\xd1\xe5\xc4\x82\x8e\xa3\xb2\ \x53\x22\x1a\x8d\x80\xce\x62\x0c\x4e\xa7\x2c\x68\x35\xf8\x0c\x87\ \x9a\x06\x8d\xba\xf2\x47\xd1\x58\x86\x69\x97\x5e\xf6\xb3\xa3\x34\ \x23\x66\x5f\x33\x62\xf6\xef\xbe\x7d\x59\x26\x91\x91\x72\xe6\x0c\ \x6e\xf3\x66\xf9\xe1\x87\x48\x70\x30\x9c\x4b\xd2\x20\xfb\x43\x83\ \x39\xcb\x71\xba\x9e\x16\xdd\xea\xc7\x06\xb8\xf7\x02\x10\x02\x8d\ \x9e\x41\xb6\x33\xd8\x6d\x30\x63\xe9\xd6\xe4\xe6\x3a\xa7\x4e\x51\ \xc2\xc3\x19\xa7\xf3\x9c\xda\x9c\x8a\xf6\x3e\x05\x6b\xf4\x5a\x1e\ \x88\x75\xd3\xfb\xef\xf2\x63\xaf\x9d\x99\x1e\xf8\x47\x33\xb6\xe2\ \xea\x73\x28\x46\x93\xe1\x6c\xcd\xd1\x6a\xfb\x97\xef\x7f\x1e\x34\ \xfb\xef\x93\x23\x7e\x6b\x1e\xbe\xd8\xf0\xde\xbb\xeb\xd2\x16\xdd\ \x39\x26\xf8\x74\xae\x71\x2a\xf7\xf5\x39\xb4\x1e\x1e\x67\xaf\x79\ \xcb\x0d\x07\x5e\xff\x3c\xff\x9a\x47\xee\xe9\xfd\xf6\xbd\x6d\x3d\ \xa9\x77\x5f\x3d\xe9\x57\x9f\x41\xcb\xf1\x4d\xcb\xf6\xab\xf7\xdf\ \x73\xa9\x09\xfd\xd2\xd4\x58\x7b\xed\x1a\x0f\x0f\xee\xcc\xc7\xc8\ \x2d\x87\xde\x5e\x7d\xf2\x92\x3b\x6e\x1d\xc4\xff\x8e\x67\x40\x08\ \xd5\x6a\x95\x4b\x2f\x65\xd7\xaf\xc7\xc7\xf2\xd4\x45\x51\xc8\x66\ \x3b\x67\x2c\x40\x00\x32\x45\xcd\x12\x72\xca\x2a\x50\x7a\x3e\x02\ \xea\x07\xe8\xa7\x50\xa0\x97\x68\xb7\x48\x4e\xbb\x81\x50\xcc\x70\ \xe5\x15\x6c\x73\x8b\x73\xec\x18\x38\xd7\x82\x71\xce\xe6\x8f\x5e\ \xfe\x74\xe8\x2d\x8f\x8d\xd4\x82\xda\x55\x73\x20\xbf\xe3\x8a\x2b\ \x02\xff\xf8\xf1\xe5\xaf\x7b\xeb\x10\x33\xe5\xae\x4b\x87\xfc\x74\ \x68\x5d\x65\x6f\xbe\xb9\x61\xd2\xed\xf7\xa5\xf9\xf3\x3f\x66\xbc\ \xe2\x23\xc7\x3b\xef\xb9\xe5\x34\x40\x60\x6b\x29\x5a\xf3\xc5\xfa\ \x92\xd6\x1e\x49\x45\xe9\xb3\x6e\xba\x31\x33\xe9\x0c\x8c\x98\x9f\ \x5f\xd6\x31\xdd\xf7\xf4\x31\x32\xcd\x07\x57\x2e\x2f\xf4\x7e\xf4\ \x8e\x79\x67\x3f\x84\xda\xfc\xbc\x9a\x3e\xef\x00\x86\x6c\x3f\x50\ \x0c\x63\x66\x9d\x05\x18\xd3\xb2\xbc\x83\x56\xed\x0c\xe3\x2f\xe2\ \x5f\xcb\xa1\xb5\x1f\x1f\xd3\x3f\x7e\xef\xdc\x5f\x38\xa6\xa3\x30\ \xb7\xac\xd5\xe0\xcf\xff\xee\x55\x26\x8a\x6a\x5a\x1a\x18\x0c\xec\ \xde\xbd\xca\x82\x4b\x00\xa1\xb3\xb7\x20\xf6\xcf\x23\x87\x68\x9b\ \xca\xdd\x53\xad\x69\xa8\xaf\x57\x55\x15\x0f\x94\xd3\xbd\x10\x3b\ \x27\x00\x06\xd0\xe3\xd3\x15\x80\x42\x48\x53\x50\x48\x4c\x26\x71\ \xf0\x60\x74\x8e\x58\x20\x59\x2a\x0f\xe6\xe5\x36\xac\xfc\xa8\x6f\ \xe2\xb4\x61\x1e\x15\xb5\xbd\xad\x59\x6b\x3e\xaa\x8d\x1d\x36\x7b\ \x62\xba\x16\x03\xb5\x35\x6d\xdf\xba\xbb\xd1\xae\x1d\x97\x39\x2b\ \x31\xf8\x14\xe3\x91\x8a\xa3\x59\x07\x4f\xd4\x18\x22\x86\xcd\x1c\ \xe5\x97\x7b\xac\x2e\x63\xea\x44\x6f\x7b\xcb\x9e\xfd\x65\x29\x53\ \xa6\x68\xcc\x25\x59\xfb\x8e\x98\x25\xc3\xa4\x79\x33\x99\xfa\xa3\ \x07\xf2\xaa\xd8\xc0\xe1\x57\xce\x1d\xd6\x5e\x72\x28\xeb\x50\x91\ \x10\x9e\x31\x3b\x73\xa4\x41\xea\x3e\xbc\x7b\x4f\x69\x63\x97\x2e\ \x28\x65\x4e\xe6\x18\x13\x27\xe5\x1f\x3e\x71\xd0\x69\xf3\x22\x1d\ \x33\x2f\x99\xf9\x43\xf6\x6c\xab\x3e\x76\xb0\x4e\x5a\xe0\xc9\x83\ \xad\xf1\xdb\xad\xbb\xea\x6d\xda\xb1\x33\x2e\x4a\x0d\xd5\x37\xd6\ \xd5\xb6\x58\xed\x59\x9f\x7f\x5c\x10\x36\x78\xce\xb4\x21\xa7\x9c\ \x60\x96\xea\x3d\x4f\x3c\xfe\x41\xd0\xa4\x85\x57\xce\x49\x61\xfa\ \x5a\x9d\xde\x7e\x6a\x6f\xc3\x8e\x6d\xbb\x1a\x1c\xba\xb1\x99\x17\ \xa5\x04\xeb\x01\xc0\x5c\x99\xb3\x27\xbb\xb8\xbe\xe8\x10\x17\x3e\ \x2f\x8a\x07\xa9\xab\xea\xdb\x6d\xfb\x3b\xa9\xef\x94\x59\x99\x91\ \x3e\xfd\xbf\x54\x7a\xac\x30\xe7\x88\xfa\x91\x5e\x9c\xba\xe8\xb2\ \x08\xb6\x23\x6b\xf3\x8e\xea\x2e\x34\x6c\xea\xac\xa1\x51\x3f\xb0\ \x3d\x88\xe6\xfd\x3b\x77\x57\xb6\xd9\xbd\xa3\x87\xce\x99\x9c\x5a\ \x52\xd3\xe0\x3f\x64\x2a\xa3\xd4\x94\xda\xb8\x29\x19\x11\xdf\x4d\ \x95\x3d\x6f\xd7\xd6\xbc\xea\x6e\xdf\x84\xb1\xf3\x26\xa5\xb0\x8e\ \xd6\x9d\xdb\xb2\x6a\x7a\xf9\x31\xd3\x2f\x4a\x0d\x55\xcb\xcb\xfa\ \x92\xe7\x25\x21\x00\x5b\xd3\xc9\x6f\x77\x67\xdb\x74\x83\x32\x67\ \x4d\x0f\xd6\x23\xb1\xab\x7a\xe7\xce\xfd\x4d\x36\xcd\xa4\xb9\xb3\ \x3a\xaa\x0b\xb3\x8f\xd8\xde\xfb\x58\x9e\xb9\xe0\xe2\x08\x0f\xeb\ \xc1\xad\xdf\x9e\x6c\x91\x33\x26\xcd\x1e\x19\xeb\x03\x40\x6b\xf2\ \x76\x1f\x2a\xac\x2f\xce\x3e\x16\x34\xe3\xe1\xf3\x90\x7b\xac\x28\ \x24\x3c\x5c\x1d\x36\x9c\x29\x2a\x84\xde\x5e\xd0\xe9\x40\x3d\x5b\ \xdb\x1f\xfb\xfd\xba\xa4\xc4\xa8\xd3\x06\x05\xf8\xab\x8a\x8a\x06\ \xb0\xe0\x82\x11\xc6\x58\xaf\xd7\xff\xbc\x49\x26\x5f\x53\x23\x0f\ \x0a\x57\x8d\xa6\xb3\x7f\x78\xfd\xdb\xce\xc9\x7c\x4d\x68\xea\xc8\ \x94\xb0\x00\x3f\x8f\xfa\xa3\x25\x86\x80\xa4\x68\x4f\xb4\x73\xd9\ \x0b\x92\xe9\xf5\x45\x89\xd6\x97\x9f\x78\xd9\x1e\x3e\x32\x42\x39\ \xf2\xd2\xfb\x7d\xaf\x3c\x73\x93\x0f\x00\x50\x69\xef\xf2\x97\xbe\ \xc8\x75\x0c\x1f\x99\xa2\xd3\x68\x3a\xf2\xb6\x7c\xb1\xde\x3a\x6c\ \xea\x44\x4b\xf9\xc1\x4f\xd6\x54\xbe\x3a\x63\xdc\x86\xe5\x6f\x67\ \xd3\x94\xe9\xe9\xe1\xb4\xe9\xd8\xfb\x6f\x7e\x19\x3a\x69\x7a\x8c\ \xb7\xae\x78\xe7\xc7\x6f\xaf\x29\x1e\x3e\x79\x68\xc1\xea\x65\xbd\ \xba\xc8\x4b\x84\xf5\xef\xaf\x2d\x9b\x35\x73\x78\xce\xd7\xaf\x37\ \xb2\x01\x0f\x4d\x51\x2a\x5c\x9a\xd1\x93\x86\x84\x04\xf8\x0a\x3f\ \xde\x24\x6b\x8a\x4f\x04\x0e\x9b\x12\x48\x1a\x5e\x7d\x66\x89\x25\ \x74\x74\x94\x72\xfc\xb5\xa5\x4d\x2f\xbc\x70\x7f\x73\x4d\x11\xeb\ \xeb\xef\xa3\x67\xb2\x3e\x7f\xdd\xcc\x3e\x7f\xeb\xa4\x30\x00\x00\ \xd5\xf2\xd5\x1b\xcb\xbc\x66\xde\xfd\xd8\x75\xa3\x01\x00\x20\x0e\ \xac\xe5\x2f\x3c\xf9\x8a\x14\x3d\x36\xc4\x71\xec\x8d\x57\x5b\x5f\ \x78\xe5\xee\xb6\x6d\x1f\x2c\xdd\x50\x3d\x6c\x42\x72\x53\x67\x77\ \xc8\xf4\x74\xb5\x23\xef\xe9\xa7\xde\x37\xa5\x8d\x37\x76\x6c\x7b\ \xe9\x33\xf5\xb5\xfb\x2e\xd1\x02\x00\x6d\x2f\x6a\xb5\xa6\x4f\x9a\ \x1a\x1a\x1a\x6a\x74\xd5\xbf\xf7\xda\xcb\x35\xc6\xb4\x14\x7d\xf3\ \x7f\x5e\xad\x79\xfc\xf9\xc7\x13\x3c\x11\x00\x48\x1d\x05\xaf\xbe\ \xf4\x81\x33\x20\x35\xc0\x79\x6c\x79\x89\x6d\xea\x98\xb0\xfa\x86\ \xbe\xc1\x33\xa2\xc5\xaa\x6d\x0e\x26\x20\x35\xa4\x1f\xcf\x8e\xaf\ \x7b\xe3\xa3\x5c\x3c\x63\x74\x0c\xc3\x33\x4a\x4f\xd5\xeb\xcf\xbf\ \xd8\x1d\x3c\x3a\x5e\x3d\xf1\xf6\xbb\xbd\xcf\x3d\x34\xbe\xda\x69\ \xbc\x34\x35\xd4\x5e\xb9\xfd\xc9\x97\xbe\x0e\x1f\x33\x45\x3c\xb4\ \xfa\x83\x3e\x8f\x87\x66\xa3\x25\x4f\x2d\xd3\x24\x8e\x88\x0a\xf2\ \x13\x54\x4b\x65\x55\xe7\xb0\x31\x13\xc2\x07\x85\x19\xd4\x96\x8f\ \x9e\x7b\xe1\x24\x9b\x3c\xc2\xab\xfd\xfd\xa5\xef\x86\x2f\x7d\xb0\ \x6c\xf9\xbf\x57\x95\x30\x13\x06\xfb\x76\x74\xbb\x2e\x4a\x0a\x3d\ \x5f\x6b\x4c\x4d\x49\xc1\xab\x57\x23\xab\x95\x1a\x8d\xe7\x80\x05\ \x3f\xde\x9c\xb0\xaf\xaf\xdf\x80\x82\x70\xe1\xe5\x03\xf8\xb9\x68\ \xc0\x36\x37\x2b\x01\x81\x44\xaf\xc3\xe7\x26\x17\x90\x82\xe3\x4d\ \x11\x63\xaf\xbb\x64\x56\x1a\x80\xf8\xe1\x32\x73\xc6\xfc\xc7\x2f\ \x9d\x16\xa8\xd6\x64\xb7\x74\xb6\x65\xaf\x5b\x57\xe7\x3b\xfd\xdd\ \xfb\xe6\x1f\xf8\xe4\xd9\x03\x16\x95\xa5\x00\x08\xac\x55\xfb\x56\ \xee\xea\xb8\xf9\xd5\xd7\x46\xf8\xb3\x00\xb0\x63\xe9\xe7\xbe\x29\ \xf3\x3c\x00\x72\x2b\x4b\xbc\x32\x46\xf9\x29\x8d\x65\x0d\xd2\xa5\ \x4f\xde\x32\x25\x84\xa9\xcb\x7a\xaf\xd3\x6f\xdc\x73\xd7\x5d\x21\ \x48\xb5\x8f\xde\xbc\x6f\xd2\xbd\xaf\x5f\x36\xa8\xf3\x99\x3d\xdb\ \x31\x4b\x8a\xb3\x2b\x07\x8d\x5a\xbc\x78\xe1\xc8\x80\x9e\xc2\x8d\ \x6d\xdd\xd6\xf2\x06\x9b\x10\x77\xdd\x15\xf3\x7e\x66\xd3\xb7\x15\ \xe6\xf7\xa6\xcf\x4f\x3c\xb9\xe5\xd3\x4a\xd3\x94\x37\xee\x59\xcc\ \xdb\x8f\xe7\xde\xf7\x59\x7d\x67\x6f\xe9\x49\xd7\xbc\x6b\xee\x58\ \x38\xca\xdb\xa3\xb1\x28\xab\xb8\x19\x26\x85\x01\x80\xb3\xe5\xc4\ \xc1\xf6\x80\xbb\x66\x8e\x3e\x75\xfe\xc1\x2f\x3f\x6e\xf0\xcf\x5c\ \x7a\xe7\x42\xae\xe7\x40\xc1\x63\xdf\x54\x95\x1f\x5e\xf3\x75\xc1\ \xc2\x27\x5e\x9d\x1e\x6e\x79\xf1\x68\xce\x88\x58\xed\x96\x15\x9f\ \x49\xe9\x57\x3c\x72\xeb\xb0\x0d\xaf\xe7\x15\xab\xd4\x0d\x44\x6a\ \x4b\x55\x93\xc5\x78\xfd\xe3\x8b\x53\x4d\x70\x72\xe3\x4b\x47\x95\ \xb4\xb7\x1e\xbe\x45\x2f\xd7\x16\xff\xed\x95\x06\xb3\x9c\xe0\xc9\ \x03\x75\x6e\xfc\xe8\xfd\x9e\xe8\x4b\x5f\xbc\x6d\x6a\xde\xa7\x8d\ \x2d\x7e\x29\x82\xb5\xb6\xca\x1a\x30\x33\x4a\x5f\xb9\xb1\x12\x07\ \xa5\x05\xf5\x6b\x08\xd4\xda\xd5\xd5\x27\x86\x0d\x9e\x72\x69\x84\ \x09\x0e\x7f\xfa\x48\xb9\x7e\xca\x5b\xf7\x2d\x3a\xb1\xe2\x99\x83\ \x3d\x5c\x5f\x75\xbe\xcb\x14\x9c\xe4\xe3\x5a\xfb\xf2\x17\x3e\x99\ \x0f\xdc\x3b\x3f\xe8\xd3\xa7\xf7\x34\x30\xf6\xcd\xcb\x37\xa2\x11\ \x37\x3c\x71\xd3\x58\x00\xa0\x9d\xf9\x25\x2d\xc6\xc5\x77\x5f\x3d\ \xdc\x0f\xaa\xb6\xbe\xbc\xb7\x2b\x76\xe9\xd2\xdb\xba\xb6\x2f\xdd\ \x59\x21\xb7\x66\xaf\xff\x32\x87\x3c\xfc\xca\xd3\xd1\x8e\x9c\xbc\ \xfd\x4d\x09\x81\x1e\xe7\x49\x19\x05\x1a\x13\x8d\xdb\xdb\xc1\xe9\ \x04\x7c\x0e\xbc\xfc\x53\x45\x87\x52\x4a\x29\x19\x78\x5d\xc8\x17\ \x3d\x9d\x8e\x00\x4c\x67\x97\xea\xed\x0d\x1a\xcd\x39\x6e\x01\x2d\ \x25\x9d\xce\x84\x21\x51\x00\x00\xb6\xb2\x6a\x1b\x4d\x49\xf2\x03\ \xb9\xa5\xa1\x85\x8f\xf7\xe1\xab\xaa\x2a\x2c\xcd\xc7\x9e\x7d\x6a\ \xc9\xbe\xce\xf0\xfb\xef\xbc\xca\x03\x01\x00\x34\x56\x9e\x40\x09\ \xa3\x32\xfc\xdd\xdb\x40\x67\x69\x9b\x25\x7e\x48\x2c\x00\xd4\x95\ \x99\x13\x12\x13\x1c\x0d\x15\x5d\x38\x3a\xce\x97\x01\xa0\xe5\x15\ \x15\x41\xc9\x31\x02\x80\xb5\x2e\xbf\xd2\xe2\xc8\xfb\xe6\xed\xe7\ \x5e\xff\x2c\x64\xe6\xad\x57\x8e\x60\x73\xea\x1d\x91\xe9\x09\x00\ \xd6\xba\xc6\xee\xe4\x78\xdf\xca\xd2\x1a\x4d\x74\xc6\x69\x9c\x7b\ \x3d\xc5\x45\x76\x2e\x3e\xde\xa7\x38\xa7\x75\xc4\xf8\x89\x3c\x80\ \xa5\xbc\x58\xd1\x05\xfb\x91\x9a\x72\xd9\x33\x21\xd9\x1b\xa0\xab\ \xa0\xbe\x3b\x3c\xb9\x7f\x4b\x94\xed\x16\xa7\xa0\x35\x19\x4f\x9d\ \x6f\xcd\x29\xb3\x0d\x9d\x38\x85\x03\xe8\x2a\xad\x22\xc6\x48\xa5\ \xec\x84\x18\x30\x7e\xfa\x20\xad\x58\x5b\xd6\x20\x87\xc7\xe8\x5d\ \xe5\xb5\x75\x1d\xe5\xbb\x9e\x7e\xf2\xe5\x12\x76\xd8\xfd\x37\xce\ \x76\x6b\x08\xcd\xd5\x95\x76\xdf\xc4\x08\x13\x00\x48\x85\x27\x2a\ \x07\x4f\x9c\xa0\x07\x70\xd5\x97\x74\x69\x3c\x43\xdd\xfe\x3d\x6b\ \xc3\x89\x0a\x34\x7b\xf6\x54\x00\x29\xa7\xb4\x2f\x3a\x35\xbd\xa7\ \x2a\x57\x0a\x8d\x89\xd4\x92\xc2\xea\x86\x88\x21\x09\xdf\x31\x06\ \x9a\x78\xe3\x63\x57\x0f\x11\x97\x3c\xf2\xcf\xec\x5a\x4b\x63\x49\ \xbd\xad\xf5\xf8\x4b\xcf\x2d\xf9\xb6\x39\xf4\xee\x7b\x17\x77\x9f\ \x28\x37\x86\x0e\xf5\x50\x9a\x4f\x54\xf4\x35\xe7\x7c\xfd\xcc\xf3\ \x4b\xcd\x51\xf3\x6e\x9f\x17\x52\xd4\x22\x8e\x9c\xde\x0f\x67\xed\ \xb5\x45\x36\xbf\x41\x91\x7e\x00\x00\x15\xc7\xca\x1d\x96\xca\xb7\ \x9f\x7b\xe6\xb3\x1c\x74\xdb\x7d\x37\x9a\x0b\x8b\x7c\x46\xcc\x8d\ \x36\x40\x43\x59\xbe\x35\x20\x2a\xc4\xeb\xbc\x55\x12\xa7\xc1\xc1\ \xe0\x72\x21\xf1\xdc\x2a\x69\x0c\xf4\x4a\xf9\xaf\xb1\x2d\xba\x9c\ \xc4\xa0\xa7\x1c\x07\xa2\x78\x0e\xf1\xe4\xae\xae\xce\xde\xee\xc0\ \xce\xfa\x86\xa6\x00\xa1\xa9\xb8\x4b\x0e\x4e\x0d\x64\x5c\x0d\x25\ \xa5\x36\x8f\xf9\xd1\xa1\x66\xc2\x47\xa7\x8e\xbb\x6e\xde\x60\x2a\ \xe3\xf0\x60\x77\xf0\x0e\xe8\x4d\x5e\xd6\xea\x93\xc7\xab\x1a\xfc\ \xa8\x1a\x10\xc2\xc8\xa2\xad\xab\xad\xb9\xa6\xe0\xd8\xa6\x02\xeb\ \x65\x0b\xfd\x6b\x8b\x3f\x27\x11\x49\x01\x02\x80\x62\x3e\x59\xd4\ \x93\x70\xb5\xbb\xd7\x18\xa7\x37\xf9\x8e\x9f\x77\xc5\x10\x1f\x60\ \xfd\x22\x85\xf6\xbd\xb5\x56\x6e\x7a\xa2\x07\xb5\x14\x95\xd4\xb2\ \x97\x45\x06\x98\xf3\xdb\xfa\x5c\xbd\xd5\x55\xd5\x9e\x81\x21\x3e\ \x06\x8d\x64\x69\xce\x2d\xa8\xf5\x1f\x14\x58\xb4\x76\x85\xcd\x7b\ \x70\x46\xa8\xbe\x46\xb1\xd7\xd7\x56\x37\x86\xb5\x7e\xf2\x7e\x56\ \xca\xfc\xa7\xf4\x35\xdb\x3a\x89\x56\xd3\x5d\xb2\xfa\x9d\x0f\x2a\ \x34\x43\x9e\x1b\xdd\x8f\x05\xfa\x90\xd4\x68\x79\xc5\x17\xab\x76\ \x5c\x37\x35\xc1\x66\x6e\xe5\xbc\xfd\x78\x2c\x35\xd5\x54\x36\xfa\ \xe1\xf7\x3f\xd9\x9b\xb8\x78\x49\x24\x6c\xe9\x69\xad\x28\x6f\x6c\ \xae\xde\xba\xd1\xec\x9d\xe6\xe7\xa9\xc7\xa0\x4f\x1a\x3e\xfd\xca\ \xf1\x91\x14\x34\xe1\xde\xfd\x48\x6a\xb1\x98\xbb\x9c\x5c\x7d\x55\ \x6d\xb0\x9f\x91\x17\x68\x43\x4d\x75\x53\xad\xf2\xd5\x3b\x5f\x85\ \x8d\xbd\x35\xde\x88\x00\x00\x30\xcb\xc8\xdd\x95\x55\x95\xa1\x96\ \xa2\x43\x0d\x5d\xd7\xc5\xfb\x38\x72\x5a\xac\x76\x7f\x97\x64\xed\ \xe9\xed\x74\xda\x6d\x04\x00\x03\x38\xcd\x0d\x8d\x36\x3c\x2a\x73\ \xf6\xbe\x9d\x2f\xd6\xb6\xf4\x69\xf4\xc6\xd0\xe0\x09\xd7\x2d\x1a\ \x2c\x8b\x42\xb4\xaf\x76\x73\x7b\x8f\x15\x8b\x92\x44\x05\xa3\x31\ \x66\xe2\xc5\x97\xa4\x7b\x4a\x9c\xaf\xaf\x87\x4d\xa3\x3a\x0a\xb2\ \x8f\xa6\xd3\x00\xc4\x79\xb9\x7a\x5b\xfa\x1c\x6a\x4b\x75\x3d\xf1\ \xf4\x65\xf4\x3a\xbf\xa8\xe1\x57\xde\x38\x11\x44\x36\x22\xdc\x7b\ \x2f\x22\xed\xd5\x25\x0d\xcd\x3e\x5b\x37\xee\xf5\x88\xbc\xc6\xe3\ \xfc\x89\xe3\xc4\xcb\xcb\xed\x56\x38\x27\x11\xbf\x3f\x06\x19\x00\ \x08\x21\x2e\x97\x4b\x19\xa0\x0b\x48\x32\x00\x75\x07\x14\xff\x50\ \x10\xe3\x79\x7e\xf0\xf0\x61\xa1\x5f\xad\x95\x62\x62\x9c\xd3\xa6\ \x61\x49\x3a\x87\x7e\x8a\xac\x07\xd3\xd7\xb0\x7d\xd3\x0e\x33\xf5\ \xf5\xe4\xfa\x2c\xc6\xa4\x19\x43\x22\xbb\x6a\x72\x2b\xe5\x80\xcc\ \x89\x43\xe3\x42\xbd\x0b\xf7\x7d\xbb\x73\x5f\x4e\x9b\x43\x9b\x96\ \x11\xeb\xde\x33\x3d\x82\xa2\x34\xe6\x82\x75\x9b\x76\x9c\xac\x77\ \xa6\x8e\x19\x1f\xef\xa5\xee\x5a\xb7\xa1\xac\x55\x0a\x8d\x8e\x4c\ \x49\x49\xb4\xd5\x9c\x30\xc4\x4f\x18\x12\xe5\x4b\xac\x0d\x87\x4a\ \x7a\x47\x67\x4e\x0f\xd2\x23\xc1\x2b\xc2\x57\x6d\xd8\xb2\xf9\xdb\ \xa3\xf9\x95\xc6\xd8\xc1\x3e\xbd\xb5\x15\x3d\x01\x73\x26\xa7\xc8\ \x6d\x65\xb9\x6d\xc2\x94\x99\x23\x07\xe9\xe0\x44\xd6\xd6\x83\xc5\ \x6d\x91\x19\x43\x83\x8c\x3c\x71\x74\x6c\xff\x7a\xc5\xa6\x5d\x87\ \x9a\x20\xea\x96\x3b\x6f\x1c\x64\x12\x82\x43\xf5\x39\xdb\xd6\xed\ \xcd\xad\x88\x9c\x76\xf5\x4d\x73\xd3\x1c\x0d\xd5\xf9\x05\x45\x79\ \x05\x95\x10\x36\xf6\x8e\xbb\xae\x0a\xd6\xf6\x6f\x89\x58\xf0\xc9\ \x48\xf4\xc9\xdf\xbd\x65\xd7\x81\xc3\x45\x55\xed\x41\x09\x63\xa6\ \x0f\xf7\x39\xbc\xe9\xab\xbd\xc7\x6b\xe2\xa6\x5d\x73\xe3\xac\x24\ \xcf\xe0\x20\x5b\xcd\xa1\xb5\x59\xc7\x55\x6d\x40\x4c\x4c\x5c\x7a\ \x7a\x4a\x7c\xb0\xe6\xc8\x8e\xcd\xbb\x0f\x1d\xef\x05\xef\xb4\xe4\ \x41\xee\xc9\x35\x19\xb5\x4d\x39\x59\x3b\xb2\x2b\xfc\x12\x87\x4f\ \x18\x1e\x5d\xb4\xe3\x9b\x1d\xd9\x45\xde\xc3\x17\xdd\xb1\x78\x42\ \x7f\x2a\x16\xef\x11\x60\xb4\x6e\xfd\x66\x63\x65\x27\x0a\x0b\x1d\ \x94\x3c\x78\x58\x5c\x98\x4f\xf5\xd1\x63\x9a\xf8\x51\x83\x03\xd8\ \xfc\xfc\xc6\xe4\x31\x43\xf4\x18\xba\x2b\x8f\x2c\xff\xe4\xb3\x6f\ \xf7\x17\x04\x8d\xbd\xe4\xaa\x59\x43\xa3\x22\xbc\x4e\xee\xdf\xb2\ \xf3\x40\x4e\x83\x4d\x9f\x31\x24\x26\xd4\x1b\x4e\x14\x94\x86\x0e\ \x9d\x35\x26\x42\xde\xb5\x69\xd3\xfe\x9c\x13\x0e\x43\x44\x46\x4c\ \x54\x5c\x88\xf6\xf0\x96\x75\xbb\xb2\x8b\xb9\x80\xf8\x11\x19\x71\ \xf5\x47\x77\x6d\x3f\x5c\xe1\x19\x35\x78\xca\xe4\xa4\xc6\x23\xdb\ \xb6\xed\x39\x5c\x6e\x46\xc9\x83\x93\xe2\xa3\xfd\xeb\x8f\x6c\xd9\ \x91\x5b\x25\xf8\x45\xc6\x26\x24\x27\xc7\x04\xff\x36\xc1\xe0\xa7\ \xfd\x14\x39\x0e\xb5\xb5\xf1\x1f\x7d\x24\xdf\x72\x33\x0d\x0c\x38\ \xfb\x10\x03\x74\xcd\x55\x57\x00\x80\xaa\xaa\x1e\x1e\x1e\x23\x46\ \x8e\x24\x2a\x19\xd8\xa2\x2f\x10\xb1\x2c\xdb\xd8\xd4\x58\x52\x5c\ \xcc\xb2\xdf\x9b\x6c\xdd\x31\xc8\xd7\xdd\x76\xeb\xa8\xcb\xaf\xb2\ \x8d\x1a\xdd\xf9\xca\x4b\x8c\xd3\x89\xcf\xb2\x9f\xe2\x00\x0d\xd0\ \xcf\xfb\x29\x6a\xb5\xcc\xbe\x7d\xba\xe9\x33\xec\xc7\x72\x49\x5a\ \x2a\x38\xcf\x36\x12\x99\x3d\x25\x14\x18\x8d\xc6\x19\x33\x32\xe5\ \xdf\x11\xf1\x36\x40\xbf\x4c\x3a\x9d\x6e\xc7\x8e\xed\x3b\xb7\x6f\ \x0b\x0d\x0b\xff\x69\x57\x5c\x0a\xaa\x97\x17\x63\xb1\xa0\x73\x52\ \x10\x06\x68\x80\x4e\x6b\x05\x6c\x6b\x03\x96\x05\x8e\x3b\xa7\xf4\ \x24\xf6\x54\xbf\x23\x42\x88\xd3\xe9\x1c\xc0\x82\x0b\xea\x4d\xec\ \xeb\xed\x6b\x6f\x6f\xf7\xf2\xf6\xf1\xf0\xf0\xf8\x89\x5b\x51\x09\ \x0c\x64\xda\x3b\x90\xc3\x09\x3a\x2d\x0c\x24\x83\x0f\xd0\xef\x70\ \x53\xa1\xba\x7a\xe2\xed\x4d\xb5\xda\x73\x6a\xe6\x89\x07\xe6\xee\ \x0f\x35\x10\xa2\xfe\x96\xea\x3f\xff\x4a\x8e\x8c\x64\x1b\x1b\x19\ \xbb\x0d\x7e\x77\xf3\x6c\x5b\xc3\xd1\x2f\xbf\xc9\xea\xfd\x45\x6d\ \x4f\xbd\x10\x5d\x2d\x68\xcf\xb7\x6b\x57\xe7\x36\xf5\x67\x55\x89\ \xed\xc5\x6b\xd6\x65\x59\xce\x29\xb5\x85\x88\x4d\xd5\xd5\x5d\xf6\ \xef\x37\x24\x4b\xd5\xfe\x2f\x37\xee\xb5\xff\x6f\x3e\xee\x96\x13\ \x3b\x3e\x5a\x73\x58\xfe\xc3\x17\x19\x2e\x2d\x85\x90\x10\x30\x18\ \xce\x29\x86\x75\x00\x0b\xfe\x5b\x48\x4c\x4c\x60\x5b\x5b\xb9\xea\ \x6a\xfa\xbb\xbb\xd4\x56\xee\xdf\x9c\x5b\xe5\xf0\x38\xf3\xcf\x14\ \x6e\x5f\xf9\xc5\xde\xda\xf3\x3f\x86\xee\xa2\xcd\xdb\x0f\x52\xbd\ \x3b\x92\x56\xda\xfa\xd9\x87\x05\xbd\x1a\xcf\x73\x8a\xab\x15\xdb\ \x57\xbf\xf7\x41\x5e\xe3\xf7\x2a\x6e\xf9\xee\xcd\xb9\x15\x36\xcd\ \x6f\xbd\x23\xa9\xf3\xe4\xa7\x5f\x7c\xd3\xe0\xc6\x12\xa9\x6d\xcd\ \x87\x9f\xe4\x37\x3b\xfe\xa8\x47\xaa\xe4\xed\xdf\x5c\x66\x55\xb8\ \x3f\x72\x19\x61\x8c\x2c\x16\xe6\xe8\x51\x12\x1d\x4d\x4d\xa6\x73\ \xc2\x82\x01\x9f\xe2\x7f\x87\xbc\x40\x54\x31\x3d\x9d\x78\x79\x6a\ \x0f\x65\xbb\x26\x4d\x3a\xc7\xb3\xd5\xf6\xda\x8a\xda\x96\x6e\x8d\ \x5f\x64\x6a\x5c\x30\x03\x52\x51\x49\x17\x35\xb9\x72\xf2\x8a\xe3\ \x92\x12\x3d\xb5\x18\x00\xac\x6d\xd5\xc5\x55\x6d\x1e\xe1\x71\x89\ \xe1\x7e\x40\x7b\xb3\xf7\x6e\xce\xf7\x24\xd1\x3e\x30\x34\x23\x46\ \x50\xfa\x4a\x0a\x8a\xfb\xb0\x57\x52\x6a\x82\x89\x05\xc5\xda\x56\ \x58\x5c\xed\x62\x3c\xe2\x93\x12\x7c\xf4\xdf\x2d\x0f\xd9\x5a\x56\ \x5c\xd6\x23\xb3\xc1\xe1\x51\xe1\x01\x1e\x36\x73\x7d\x45\x4d\xb3\ \xc4\x9a\xe2\x52\x92\xbc\x05\x0c\x00\xd4\xd1\x79\xb2\xa4\xba\xe9\ \x78\x16\xf1\x19\x9c\xec\x85\x00\xa0\xbb\x60\x43\x56\xb3\xff\x3f\ \xff\x31\xae\xa7\xb1\xbc\xac\xa1\xcb\x37\x32\x31\x36\xd8\x0b\x80\ \xf4\x76\xd4\x57\xd6\x34\xab\xda\xe0\xf4\xd4\x28\x0d\xa6\xdd\x2d\ \x35\x36\xce\x3f\xdc\xcf\x48\xc5\xee\xaa\x66\xbb\xbf\x37\x33\xfd\ \xda\x1b\x62\xe3\x8c\x00\x60\xae\x2f\xad\x6e\x69\xdf\x5e\xd0\x1b\ \xbf\x68\x04\x03\xe0\x30\xd7\x9e\xac\x6a\xd3\x07\xc5\x26\x45\xf8\ \x22\x00\x57\x77\x63\x51\x59\x3d\xef\x1f\x95\x1c\x13\xcc\x02\x38\ \xba\x1b\x8a\xcb\x1a\x88\xc6\x3b\x31\x35\xc1\xc4\x7d\x8f\x82\x2c\ \xcf\xe4\xaf\x5b\xad\x8d\x9f\x14\x3e\xd4\xb0\x73\xd9\xab\xbb\x3a\ \x93\xa7\xf9\xd2\x9a\x93\xc7\xda\xec\x5c\x6c\x72\x8a\x9f\x81\xe9\ \xeb\x68\x30\x2b\xc6\xe8\x60\x2f\xa7\xa5\xb1\xc5\xca\x47\x86\x07\ \x9c\x3a\xb9\xb3\xbe\xb4\xa2\xa9\xdb\x14\x18\x9d\x12\x1d\x08\x52\ \x4f\x49\x71\x85\x55\xe1\x03\x23\x63\x06\xf9\x1a\x7a\x3b\xea\xaa\ \x6a\x5b\x64\xde\x2b\x21\x29\xd1\xf3\x47\x35\x84\xc4\xda\xe2\xe2\ \x36\x1b\xf1\x09\x89\x88\x0e\xa0\x35\xd5\x8e\x21\x57\x25\x00\x90\ \x96\xca\x93\x35\x6d\x56\xaf\xe0\x98\xe4\xe8\x00\x70\x76\x15\x14\ \x95\x8b\x9a\x80\xd4\xe4\x68\xed\x79\xcf\x26\x15\x04\x26\x37\x17\ \xb5\xb7\x29\x93\x27\x53\xad\xf6\xb7\xe4\x26\x0d\xd0\xff\x33\xa9\ \x44\xf5\xf3\x13\x93\x92\x74\x59\x59\xbd\x77\xde\x7e\x4e\x11\x47\ \xb6\x9a\x1d\xcf\x2e\xf9\xca\x2f\x26\xb2\xb9\xbc\x6a\xd8\x4d\x4b\ \x6e\x1d\xab\x96\x9b\x2d\x2a\x57\xbd\xf6\xbd\x6f\xc4\xd4\xcb\x5e\ \xbc\xfb\x92\xae\xdc\xaf\x5f\xf9\x68\xaf\x31\xc0\xd0\x50\xef\xb8\ \xfc\x91\xe7\x66\x85\xb5\x37\x75\x80\x49\x68\x2d\xa8\x6c\x4d\x1a\ \xc4\x7e\xb6\xf4\xb5\x52\xd9\x0b\x3a\xeb\x8c\x43\xaf\x7d\xf8\xea\ \xd8\x0f\x5f\x7c\xb5\x55\x08\x34\x68\xbc\xb5\x81\x31\x6e\x2c\x70\ \x34\xe5\xbd\xf3\xd6\xf2\x76\xce\xb7\xf7\x64\x8e\xc7\xd4\x7f\xbc\ \xfc\xf7\x94\x65\xcf\x3e\xd3\xe0\x19\xc3\xb6\x97\x2a\xb1\x97\xbd\ \xfc\xe0\x3c\x5b\xf9\xee\x57\xdf\xfd\x06\xbc\x7d\x9a\x4f\xe6\xfa\ \xcc\x9d\xab\x07\x00\xa5\x73\xe5\xca\xdd\xc3\x17\x3d\xa6\x66\xaf\ \x7a\xf2\xf3\x6c\x1f\x7f\xa1\xb6\x79\xc3\xdf\x9e\x7c\x66\xbc\x7f\ \xe3\xbb\xcf\x2d\x69\x37\x0e\x0a\x89\x1a\x1d\x9f\x14\xa5\xc1\xe4\ \xe0\xaa\x17\x0e\x79\x5e\xfd\xe2\x8d\x13\x2b\xb7\x2d\x7b\xed\x44\ \xf0\xd5\x49\x2d\x6b\xcb\x23\x5f\x4b\x8d\xda\xfb\xd9\x2b\x6b\x4f\ \xf4\x06\x6a\xfa\x8e\x77\x28\x4f\x0e\xf3\x6f\x3b\xbe\xee\x85\x0f\ \xb3\x3c\x03\x7c\x1a\xea\x2c\xd7\x3f\xfb\x62\xba\xeb\xd8\x8b\x4b\ \x57\x21\x5f\xdf\x8e\xda\xb6\x69\xb7\x3f\x35\x2f\xda\xf2\x9f\x7f\ \x7f\x20\xf9\x04\x6b\x84\x40\xff\xe8\x38\xd3\x0f\x24\x22\x6c\x8a\ \xcb\x1c\xeb\x7d\xe8\x64\x41\x42\x57\xe9\x57\xf5\xc1\xcf\x3c\x77\ \x79\xf6\xc7\xff\xda\x5c\x41\xbc\x68\x47\xa7\xcf\xb8\x17\xff\x8f\ \xbd\xef\x8e\x93\xaa\x3a\xdf\x7f\xcf\x39\xb7\xcc\x9d\x3e\xdb\x3b\ \x4b\x59\x7a\x13\x10\x14\xbb\x82\x8a\x22\xb6\x68\xa2\xa2\x31\x31\ \xa2\xb1\x25\xa1\x29\x96\xd8\x15\x44\x13\x62\x8f\xc1\xd8\x50\xa3\ \xc6\x24\x10\xc5\x02\x08\x28\xa2\x82\xd2\x7b\xdd\xde\x67\x66\xa7\ \xde\x76\xca\xef\x8f\xbb\x3b\x2c\x0b\x2a\x46\x21\xe4\xfb\xf3\x7c\ \xe6\x33\x3b\x33\x7b\xcb\xb9\xf7\x9e\xf7\x39\xcf\x5b\xce\xfb\xce\ \x98\xb8\xfc\xa5\x07\x3f\xcb\xbf\x7a\xe6\x55\xc7\x7f\xf9\xfa\x1f\ \xff\xa1\x9f\xfe\xe8\x14\xa7\x68\xad\xfd\xc5\xdf\x9f\xfc\xeb\xe2\ \xca\x9c\xbc\x50\x8f\x91\xbe\x72\xa9\xea\x89\x67\xe6\xc5\xe4\xec\ \xf0\x96\xcf\x73\xce\xbf\xe7\xe1\x4b\x8b\x9e\xbd\xff\xee\x96\xac\ \xde\xb4\x66\xb3\x7b\xd8\xe5\x77\xdd\x34\x5e\x6b\xd7\x90\x76\xcf\ \x7d\xea\x99\x2d\x09\x0f\x6e\x5a\x1b\x2e\xbd\xf8\xb1\xdf\x1c\xb3\ \x57\xcf\x3e\xa3\x6f\xde\x8e\xa5\xcf\x3f\xb5\x60\x67\x41\x9e\x2f\ \xbb\xbf\xb7\x4f\x20\xfc\xf8\x63\x4f\xd6\x92\x3c\xd6\xb4\x37\xef\ \x8c\xeb\xa6\xff\x6c\xf4\x0f\xc9\x1a\x10\x12\x08\x91\x0f\x3f\x44\ \x02\xd8\xb1\x23\xbe\xeb\xca\xf7\x1f\xb1\xe0\xe8\xe0\x05\x8c\x31\ \xaf\x2f\x39\xfe\xdc\xdc\xbb\xef\x75\x7d\xb1\xca\x38\x73\x2c\x58\ \x87\xaa\x67\xef\x5a\xf9\xb9\xdc\x6b\xc2\x3d\xb7\x5f\xb8\xfe\xad\ \x87\x1f\xff\x64\xdd\x4f\x72\xa4\xb8\xda\xff\xce\x7b\x67\x78\xb7\ \xfd\xeb\xba\xc7\x37\xd5\x35\x0e\xd6\x91\x9b\x8f\x00\x00\x20\x00\ \x49\x44\x41\x54\xfb\xdb\x5f\xfe\x3d\xec\xea\x07\xae\x1c\x5d\xf2\ \xce\x43\x37\x7e\xb9\x7a\xe7\xf1\x52\x63\xa3\x67\xf8\xfd\x77\x4f\ \x2d\x40\xf0\xc9\xdc\x5b\xbf\x94\x46\x3d\x7a\xcf\x15\xca\xb6\xd7\ \x6e\x7c\x7a\x65\x75\x03\x5f\xb3\x2b\x79\xf5\xa3\xbf\x3d\xb5\xa4\ \x63\x99\x0c\x6d\x79\x71\xce\x53\xc6\xb0\x49\xf7\x5d\x36\xe2\x8d\ \x7b\xa6\xc4\x7a\xf7\xb1\x6a\x3f\xdf\x60\x97\xde\x73\xff\xed\x65\ \x9b\xff\xfe\xeb\x3f\xad\x6b\x89\x0d\x7c\xe9\xc9\x57\xf3\xcf\x9d\ \x76\xc3\x59\x05\x7f\x99\x31\xdd\xdb\xbb\x08\x00\x76\x2c\xfe\xdb\ \x0e\xcf\xe8\x7b\x7b\x27\x66\x4d\x5d\x74\xc6\x94\x47\x2e\x18\x94\ \xfd\xea\x8c\x6b\xbf\xda\x58\x3b\xa4\xd7\xb6\x9d\x56\xff\x07\xee\ \xbb\xb5\xb0\x7d\xdc\x11\x7f\x28\x97\x31\x00\x16\x5d\xb0\xac\x66\ \xcc\x2f\xae\x6c\x7e\xf7\xb1\xb2\x63\x7e\xd6\xf8\xf1\xf3\x2f\x7c\ \x41\x6f\x7b\xe8\xde\xb2\x3d\x0b\x6e\x9f\xd7\xd2\x53\xec\x9c\x33\ \xf7\xfd\x91\xbf\x9a\x7d\xf9\xc0\xb6\xbb\x6f\xbc\xbd\xae\x72\xeb\ \xe6\x77\x5f\xce\x39\x7b\xf2\xe4\xf1\x03\xbe\x78\x79\xea\x9b\x5f\ \x6d\x38\xde\x65\xac\x6d\x90\xef\xfe\xfd\xf4\x41\x07\xd1\x8b\xc8\ \xc8\x53\xc7\xbc\x7e\xdf\xa3\x33\xf3\x47\xde\xfa\xe0\x9d\x62\xd5\ \x73\x6f\x6c\xf2\x3d\xf8\x87\xe9\x25\xe9\xb5\x37\xff\xe6\x95\x1d\ \x7b\x4f\xad\xae\x87\x91\x63\xfb\x02\xe8\x1b\xf6\x5a\x7d\xcf\x19\ \xee\xcc\xd3\xe1\xcd\xef\x3d\xf3\xef\xea\x49\xf7\x3d\x38\xba\x9b\ \x17\xac\xfa\x3f\xdc\x76\x3b\x1e\x7d\xf3\xbd\x17\x0f\x7c\x75\xc6\ \x64\xd4\xa3\x47\x6a\xcf\xca\xed\x56\xbf\x87\xef\xbd\xcd\xbb\xe1\ \xc5\x9b\x9e\xfb\x32\xcc\xc7\x97\x60\x00\x9e\x9e\xff\x97\x39\x9b\ \xb5\x33\xee\x9b\x76\xc1\x9a\xe7\x66\x2c\xd7\xfa\xda\x55\x5f\xe9\ \x39\x65\x3d\xfd\xe2\xbd\xcf\x57\xd8\xc5\x17\x4d\x9b\x7a\x9e\x04\ \xf4\x5f\x8f\xfd\xb6\xba\x60\xfc\xec\xdf\x9c\xd3\xba\xf2\xf9\xc9\ \x6f\x7e\x16\xf9\xe9\xe8\xfc\x1f\xd0\x6b\x24\x49\xb8\xb1\x49\xfe\ \xd7\x7c\x7a\xf2\xc9\x7c\xe0\xc0\x43\x1f\x42\x3f\xda\x0b\x8e\x2e\ \xeb\x2f\xb6\x2d\xfd\xe4\x93\x59\x76\xb6\xf7\xad\xb7\x90\x69\x1e\ \xb2\xd5\xc0\xdc\xb0\x2b\xd6\x6d\xd8\x08\x00\x88\x25\xe2\x59\x05\ \xde\xca\x9d\xbb\x45\xf1\xc0\x7c\x80\xb6\xd6\xc6\x40\x7e\x41\xba\ \x76\x55\x65\xf0\x98\x73\x46\x97\x00\xf0\x68\x52\x64\xe5\x64\xd5\ \x6f\x5d\x1f\xe8\xd9\xa7\x00\x01\xf0\xc6\x8f\xd7\x24\xc6\x4c\xb8\ \xd0\x87\x20\xde\x12\x23\x6a\xa0\xb4\xd7\x29\x37\x5c\x32\xfc\xad\ \x07\x66\xcc\x5b\xba\xc3\x39\x7a\x62\xcf\xa7\x6b\x8c\x6e\x13\x2f\ \x3f\x4e\xb3\xb7\x6f\x0f\x5b\xc7\x0c\x2b\xaa\x59\xbb\x21\x50\xda\ \xa7\x14\xa0\xb1\xa9\x4d\x2d\xec\x95\x5a\xf7\x69\x35\x39\xe6\xda\ \xb3\xfb\x92\xc8\xde\x1d\x2d\x81\xfe\x3d\x0a\x20\xbd\xeb\xd5\x77\ \xb6\x4e\xf8\xf9\x4f\xf4\x2d\x4b\x5b\xcb\x4e\x3a\x6b\x50\x36\x40\ \x32\xaa\x93\xbc\x1c\x7f\xcd\xae\x4d\xee\x3e\x7d\x72\x3b\x4d\x40\ \x81\x50\x0e\x37\x93\x1b\x97\xfd\xa3\x3a\xeb\x84\xf3\x06\x88\x8d\ \x8d\xc6\x80\x41\xde\xc5\x1f\x6e\x1a\x76\xfe\x35\xfd\x02\xea\x86\ \x8d\x5b\xe4\xfe\x43\xf9\xb6\xf5\x3b\x6b\x9b\x77\x2d\x7f\xf1\xde\ \x7b\x9e\x52\x8f\xbd\x7c\x54\x20\xb2\xa1\xad\xdb\x85\x63\x07\x00\ \x40\x2c\x6c\x79\x3d\xa1\xb2\x41\x63\xaf\x1f\x9b\xf3\xf4\x6d\x33\ \x16\xae\xad\x3d\xf0\x06\xe5\x74\x2f\xcf\xf6\x92\x71\xd7\xde\x3c\ \x34\x9b\x2e\x5b\xb6\x7a\xe8\xf8\x09\x25\x2a\xd0\x64\xd4\xf6\xfa\ \x44\xba\xb6\xd2\x2e\xe8\x5b\x11\x02\x73\x7b\xa5\x81\xfb\x0f\x68\ \xaf\x4d\xb2\xfd\x8b\x4f\x72\x47\x9d\x3d\xba\x9b\x17\x00\x22\x5b\ \xbf\xd8\xa4\xf7\xbb\xfa\x27\xc3\x55\x73\xfb\xc6\xb8\x6b\xe0\x80\ \xbc\xbd\xdb\x36\x78\xfa\xf6\xcd\x05\x08\xd7\x47\x7d\xc1\xd2\x2c\ \x0c\x00\xc0\xa2\x3b\x96\x6d\x93\x7e\x76\xd5\x05\x7e\x25\xf6\x65\ \x55\xbc\xe7\x88\x3e\xd5\xab\x77\xe4\x95\x0d\xd4\x00\x8d\x99\xf8\ \x9b\x3e\xd1\xc5\xd3\x1e\x9c\x57\x59\xb3\x63\xfd\x76\x7e\xc1\x05\ \x63\x65\x80\x44\x5b\xc4\x1b\xcc\xf2\xfc\xa0\xee\x63\xa1\x28\xd2\ \xe2\x45\x78\xdb\x36\xfb\xd2\x4b\xc4\x77\x74\x28\xfe\x88\x05\x47\ \x53\xb3\xa9\x5d\xde\x2d\x79\xd1\x85\xda\x07\x1f\xaa\x6b\xd6\x80\ \x72\x68\x36\x37\x7d\xef\xee\x36\x36\xa8\x5f\xb0\x66\xed\x82\x57\ \x97\x84\xc7\x9f\xdc\xa7\x6a\xd7\x8e\x6e\x03\x7a\x01\xc0\xb6\x2f\ \x77\xe5\x97\x0d\xcc\x82\x58\xda\xb4\xa9\x4d\xeb\x3f\x7b\x65\x49\ \xab\xff\xd4\xd1\xdd\x6a\x37\xd7\x78\x7c\x41\xc3\xd0\xcd\x74\x3a\ \x65\x58\x94\x33\x33\xb6\x67\xee\x9b\xab\x7b\x8f\x3e\x05\x52\xf6\ \xc8\x8b\x6f\xb8\x7a\x94\xf2\xc1\xfc\x25\x8e\xf9\x8e\x1a\x09\xdd\ \xb6\x99\x69\x37\xac\x5c\x59\x9f\x2e\x1d\x98\x23\xbe\xda\xd0\x5c\ \x50\x31\x8c\x00\x5f\xb7\x65\x9b\xbf\x7f\x3f\x37\x33\x0d\xc3\x36\ \x6d\xba\xf5\x8b\x65\xf5\xfe\xe2\x9e\xb9\xf8\xf3\x37\x5e\x32\xfa\ \x9e\x37\xb6\x5c\x6b\x8b\xb5\x59\xb6\x6d\x53\x6b\xe7\x87\x2f\xac\ \xa2\x25\x27\x0c\xc9\xda\xfa\x65\x75\x45\x45\x9f\xce\x5c\xb4\x30\ \xbf\x44\x5f\x35\xff\xd9\xb7\x77\x5c\x7c\xd5\x25\x4a\xf5\xe6\x56\ \x33\x6f\x50\x81\x1a\x4e\x18\x36\x35\xed\x74\xc3\xca\xd5\x5b\x7b\ \xf6\x2b\x03\x2b\x85\x03\x15\x27\x9c\x72\xe6\xe5\xd7\xdc\x70\xd3\ \xd5\xe7\xe6\xc8\x46\x5c\x37\x2d\x9b\xb6\x6e\x5f\xf8\xf6\x3a\x38\ \x69\xf4\x80\x78\x4a\x1e\xf3\x8b\xdb\xce\xe9\xd9\x36\x7f\xd1\xa7\ \xbb\x77\x6e\xab\x6e\xd9\x4f\x49\x8e\x55\x55\x99\xca\xd0\x53\x07\ \x07\x01\x0c\x3d\xa5\x53\x8b\x52\x23\xf2\xf7\x97\xdf\x0c\x0e\x39\ \xa5\xbb\x27\xd6\x6c\x81\x22\x99\x55\xcb\x3e\x6e\x35\xf3\x2a\x72\ \x3b\xc4\x41\x88\x44\x38\x9c\xb2\xec\x54\x32\x1d\x4b\xa6\x74\xca\ \x2c\xcb\xae\x5e\xf1\x51\x0c\x85\x2a\x42\x62\xf3\xda\xfa\x8a\x8a\ \xfe\x18\xc4\x57\xeb\x6a\x82\x15\xc7\x38\x15\x5a\x38\xd5\x13\x86\ \x6d\x33\x2b\xb6\xe7\x93\x1d\x4d\x7c\x48\x85\xb6\xb3\xb2\x4d\x0d\ \xe4\x50\x2b\x29\x15\x0d\xfd\xcd\x8c\x49\x78\xf3\xc2\x55\x5b\xea\ \x2d\x8b\x5b\x36\x4d\xb7\x6e\x7d\xf5\x9f\x9b\x47\x9d\x72\xaa\xf7\ \x07\x1c\x3f\x92\x84\xc2\x61\xf9\xcf\xcf\xf1\xc1\x83\xd9\x99\x67\ \xfe\x07\xa9\xb1\x7e\xd4\x11\x8e\x2a\x4d\x81\x27\x2e\xbd\xc4\xfb\ \xc6\x9b\xbe\xe7\xe6\x46\x47\x8c\x38\x14\xe7\xa2\x51\x53\xd3\xb0\ \x77\xfb\x1b\x7f\xbc\x5b\x13\xf2\xd8\x9b\x6e\x3b\xa5\x1c\x66\xee\ \x16\x43\xce\xe9\x09\x10\xdf\x58\x67\x96\x1e\xdf\xb7\xa8\x5f\xde\ \x30\x79\xd6\xef\x27\x4f\x91\xb0\xe7\xa2\xeb\x7e\x33\x20\x80\xc9\ \xe0\x7e\xaf\xbc\xf4\xd4\xf4\xaa\xe3\x7f\xf5\xeb\xeb\x2e\x39\xa7\ \xef\x93\x4f\x4c\xf9\xdc\xeb\xca\x1f\x76\xf9\xa4\xb3\x0b\xe7\x3f\ \x7b\xff\xe7\xb5\x0c\x2c\x38\xef\xb2\x71\x8e\xc5\x22\x50\x71\xfa\ \xe8\xac\x95\x0f\x4e\xbe\xa3\x2c\x60\x7a\x4b\x86\x4b\xa9\xaa\x1d\ \x71\x36\x68\x58\x77\xe0\xe1\xbd\x55\xb1\xfe\xa3\x4a\x8a\xfa\xf8\ \x07\xbc\xf3\xc0\x94\xa9\x77\x15\x2a\xe9\x6e\xdd\x4f\x4a\xec\x5d\ \xf5\xd6\x97\xe6\x15\xf7\x9e\x01\x00\xdd\x47\x8e\xef\xb3\xe8\xf1\ \x5b\xa7\x6c\xc2\x38\xf4\xf3\x9b\x6e\xe9\x46\x6a\x9f\x6f\x51\x8f\ \xef\xdb\xa3\x73\xff\xf3\x4a\x4b\xa0\x6d\x5b\xee\xb9\x8f\x9f\xd2\ \x4d\xde\xf6\xce\x0e\x5e\xd4\x2f\x5f\xf1\x9d\x33\xee\xd8\x59\xaf\ \xde\x73\xf7\xea\xf2\x84\x99\x7b\xb2\x0c\x59\x03\xc6\x9e\x5c\xb1\ \xee\xed\x17\x9f\xf3\x06\xf2\xc7\xfd\xec\x86\xd3\x7a\x1e\x3f\xb6\ \xc7\xa2\xd9\xd3\x26\xbb\xb0\x7c\xca\x2f\x7f\x7b\x46\x59\xeb\x13\ \x0f\x3f\x5b\x99\xa0\x0c\x0a\x7e\x76\x65\x9f\x37\x66\x3f\x14\xb8\ \xe8\xce\x1b\xcf\xde\x97\x16\x6d\xd7\xae\x6d\xa2\xe7\xc0\x7c\x19\ \x00\xbc\xa7\x9e\x77\xd6\xa3\x2f\xcc\x99\xf2\x91\x4b\x2d\x3e\xee\ \x96\x89\xa7\xe7\xe1\x9a\xe1\xfe\x7f\xcd\x9c\x72\x67\x81\xd7\xf2\ \xe7\x0f\x94\x3a\x92\xf8\x0c\x19\xf7\xd3\x82\x99\xcf\x4c\x9e\xfc\ \x59\x6e\xaf\x33\x6e\xb9\xec\xa4\x93\xb3\x1e\xb8\x77\xca\x9d\x05\ \x1e\x2b\x3b\x7f\x10\x4f\xd7\x6e\x8b\x6a\xc7\xf5\xef\x09\xa2\x61\ \x47\x6b\xaa\xef\xb8\xf6\x04\x66\x72\xf6\xa0\xf1\x43\xd5\xb9\x77\ \x4e\xed\x5e\xe4\x96\x83\x45\x2e\xac\x0e\x1f\x55\xb1\xfc\xb3\xa5\ \x5f\xe4\xe4\xbd\xfb\xc1\x67\x36\x65\xf2\xd0\x73\x4e\x1b\x35\x32\ \xbf\x7e\xc5\xcb\xb3\xa6\xbc\xab\xe0\xf2\xd3\x7f\x71\xd9\x69\xdd\ \x7f\x40\x4b\x01\xa8\x8a\xfc\xe2\xdb\x64\xd5\x2a\xe3\xa9\xa7\x78\ \x6e\x2e\xfa\x8e\x89\x4f\x21\x93\x07\xd9\xb6\xed\x92\x92\x92\xeb\ \x7f\x7d\xc3\x8f\xb1\x46\x87\xaf\x79\x3c\x9e\x77\xdf\x79\xe7\x89\ \xc7\xe7\xf4\xe9\xdb\xef\x20\x79\x90\x0b\x4b\xb8\x00\xe4\x52\x83\ \x4f\x3d\x13\x9a\x39\x33\xfa\xcc\xd3\x6d\x13\x26\x34\xec\xda\xfe\ \xcd\x31\xc8\x1b\xe6\xcf\x79\x6e\x63\x68\xfa\x35\x67\x05\x82\xb9\ \x01\x8d\x00\xb7\x93\x29\xcb\xe5\xf5\x48\x88\x25\x93\xba\xe2\xf6\ \x2a\x18\xc0\x4a\x36\xb6\xc6\xd5\x40\x5e\xa8\xdd\x2f\xc0\xe3\xe1\ \x96\x34\x57\xb2\xb2\x43\x0a\xe6\x6d\x2d\xcd\x3a\x68\x85\xb9\x01\ \x00\x9e\x6c\x8b\xc4\x53\x96\xea\x0d\x65\x07\x3a\xa5\xd5\xb0\x53\ \x4d\xad\x09\xcd\x1f\x74\x29\x58\xc2\x48\x37\x4c\x97\xc7\x4b\x04\ \x4b\x27\x75\xd9\xed\x95\x09\x30\x33\xd9\x12\x49\xba\x03\x59\x1e\ \x49\xff\xdb\xec\xbb\x6b\xfb\xfe\xe2\xd6\x8b\xdb\x33\x16\x72\x23\ \xde\x14\x49\xb9\xb3\xf2\x03\x2e\x0c\xdc\x4e\xa4\x2d\xcd\xeb\xd9\ \x7f\x3d\x06\x4b\xeb\xba\xea\xf6\x12\x00\xcb\x48\xd9\x48\xf1\xa8\ \x32\x00\x24\x22\xcd\x69\xae\x04\x02\x1e\x0c\x48\x91\x25\xa0\x46\ \x4b\x4b\x84\x49\xae\x60\x30\xe8\x92\x31\x70\xa3\xb9\x29\x42\x3c\ \x59\xd9\x7e\x17\x08\x3b\x16\x6d\x4b\xea\xb6\x3b\x98\x1b\xf2\xc8\ \xe9\x44\x82\x68\x1e\x55\xda\x47\x78\x2d\x3d\x69\x63\x97\x47\x6d\ \x3f\x6d\x3a\xda\xdc\x66\xe2\xdc\x82\x1c\xc7\x68\x27\xac\x64\x73\ \x38\xe5\x0e\x06\x54\x82\x25\x59\xc9\xac\xf1\xe5\x66\xbc\x39\x9c\ \x94\xdc\x81\x9c\xa0\x47\xd8\xa9\xe6\xd6\x84\x16\x0c\xa9\x04\x4b\ \x12\xe8\x69\x5b\xf3\xba\x09\xd8\xa9\xa4\xa9\x7a\xbc\xfb\x92\x2d\ \x0a\xab\xb5\x39\x8c\xdd\x01\x8f\x2a\x11\x49\x91\x30\x4b\x24\xd2\ \x12\xc6\xe9\x64\xdc\xe4\x52\x76\x7e\xae\x8a\x01\x80\x45\x9a\x9b\ \x6d\xe2\xc9\xcf\xf6\xff\x50\xe3\x6a\xdb\x96\x4d\x05\xe5\xdd\xe5\ \xda\x5a\xed\xec\x71\xa2\xac\x4c\x7f\xeb\x2d\xe1\xd6\xbe\x6b\x16\ \x8c\x1f\x79\xc1\xd1\x66\x34\x10\x88\xb1\xe4\xc4\x2b\x3c\x1f\x7e\ \x18\x98\xf5\x48\x72\xe0\x40\xfe\x2d\x45\x2f\xec\xca\xca\xea\xf2\ \x81\xa7\x96\x15\x76\x24\x35\xc3\xb2\xd7\xe7\x0c\x72\xe2\xf5\x76\ \x30\x50\xc5\x5b\x50\xd4\x99\x8d\x62\x7f\x76\x7e\xc7\x48\xc4\xc1\ \xdc\x82\x60\xc7\x67\x6f\x30\xc7\x1b\x3c\xe0\x24\xb2\x27\xbf\xd0\ \xd3\x09\xd1\x64\x00\x00\x44\xdc\xbe\xf6\x63\x12\xd5\x5b\x50\xe8\ \x05\x80\xd6\xb5\xf3\xbf\x8a\x97\x4f\x39\x6f\x5f\xea\x52\xec\xf2\ \x17\x16\x65\x4e\x25\xfb\xbc\x07\x58\xcd\x11\x71\xbb\xdb\x8f\xa3\ \xb8\x3c\x19\xbd\xc8\x97\x95\xe7\xdb\x6f\x9c\xba\x72\x0b\x3b\x25\ \x45\xc7\xae\xbc\xcc\x57\x24\x07\xb2\x72\x33\x4b\xff\xdd\x3e\x5f\ \x97\x33\x28\x9a\xb7\xb3\xba\xe5\x0e\xe5\xb9\x3b\x9f\x5f\xf1\xe6\ \x17\x1e\x84\xaa\x63\xd5\x5f\xd0\xd1\x73\xb4\xff\x1d\xf0\xb6\x5f\ \x85\xec\xe9\x72\x39\x48\xc9\xc9\x2f\xec\x6c\xb6\xf4\xf9\x7c\x00\ \xa0\x79\x3c\x9d\x7f\xcc\xca\x2b\xfc\x81\x87\x0d\xc1\xc0\x98\x32\ \xeb\x11\xdc\xd8\x94\x7e\xf6\x59\x11\x0a\x42\xfa\x3f\x89\xa1\xf8\ \xd1\x5e\x70\x94\x35\x4a\x59\x76\x56\xdb\x6d\xd3\x71\x63\x63\xe0\ \x91\xd9\x84\x51\xf1\x4d\x9a\x82\x74\xd6\xb5\xf7\xdf\x32\x7e\xf0\ \x51\xd2\xf7\x40\xdf\x73\x1e\x7a\xf0\xb7\xc5\xca\x8f\x4f\xf1\xc8\ \xce\x20\x2e\x97\xfc\xc6\x1b\xf2\x5f\xff\x6a\xdd\x72\x33\x3b\xe9\ \x44\xf8\xee\xda\xc1\x8f\x58\x70\x94\x36\x6c\x18\xc6\x49\x27\xc5\ \xa6\x4d\xf5\x2f\x58\x50\xf8\xea\xeb\x48\x22\xf0\xb5\x3e\x05\xa4\ \xba\x3d\x8a\xd4\xf9\xbf\xc2\x36\x0d\x8b\x7e\x87\x68\xb3\xfa\xcd\ \x9f\x2f\x5d\x55\xf9\x6d\xc3\x4d\x5f\xbf\xe2\xd3\xbd\x2d\xdf\x52\ \xb2\x41\xd6\x3c\x66\xfd\xc6\xaf\xb6\x54\x66\xec\xd7\x3c\xbe\xe7\ \xa3\x25\x1f\x47\x0e\x69\xd5\xac\xd8\xfd\xd5\xe2\xcf\xb7\x37\x80\ \xe0\xa6\x61\xb0\x2e\x26\x70\x33\xb2\x74\xc1\xfb\x7b\x23\xdf\xa4\ \xc0\x36\x6d\x5f\xb5\x66\x7b\xdd\xf7\xbc\xf9\x6d\x55\x1b\xbe\xda\ \x5c\xf9\x3d\xd6\xea\xd2\x5d\x5f\x7d\xb2\xa5\x26\x7a\x44\x75\xcf\ \x2f\xbf\x72\x4d\x9e\xc2\xce\x38\xdd\x9a\x3a\x15\x38\xff\xce\xb9\ \x73\x7f\xc4\x82\xa3\x5a\x53\xb0\xed\xe4\x35\xbf\x4c\x5f\x7e\x79\ \xe9\x5f\x9e\xd7\xe6\x2f\x10\x87\x5e\x48\x9b\xb7\xbd\xfa\xd0\x6d\ \xaf\x7f\x5e\x7d\xc8\x27\xd3\x17\xfd\xe3\xa5\x4f\xbf\x2d\x2c\x97\ \xb5\x6c\x9c\xfb\xf2\x3f\x1b\xd9\xb7\x6a\x94\x6c\xd1\x4b\x73\x97\ \x6c\x4a\x64\xfa\x5a\xfb\xd9\xbb\x6f\x2d\xdc\x28\x1f\x4a\x74\x1d\ \x6d\x7d\xe7\xc5\xd7\x77\xb6\xa9\xd0\xb2\xea\xbe\x3b\x1e\xdc\x12\ \xdb\x0f\x0c\x12\xd5\xab\x5f\x59\xb0\x42\x97\xba\xa8\x18\xa9\x15\ \xef\x2f\xdc\x50\x6f\x01\x00\x88\xd4\x7b\x2f\xbe\xb4\xaa\xf2\x10\ \x3d\xea\xd6\xf6\x0d\x6b\x76\xb7\x1e\x08\x6d\x6c\xe9\xbc\xbf\x2e\ \xde\x10\x3b\xa8\x54\x44\xaa\x37\x7f\xf4\xc1\xc2\x77\x16\x2e\x5a\ \xbb\xa3\xee\x6b\x31\xc9\xa8\xff\xdb\x73\xaf\xee\x8c\x1c\xc1\x95\ \xa6\x55\x55\x85\xf7\x3d\x00\x05\xf9\xc6\x63\x8f\x89\x60\xe0\x3f\ \x30\x13\xfc\x88\x05\x47\x77\x63\x4c\xb8\xd4\xc8\x94\xdf\x25\x06\ \x0d\x76\x4f\x9d\x4e\x96\x7c\x04\x9a\xf6\x0d\x70\x60\xa5\x62\x2d\ \x2d\xad\x09\xdd\x02\xa4\x8d\xbe\xf8\xe7\x63\x06\x15\x01\xb0\x44\ \x34\x1c\x89\xa5\x38\xf0\x64\x5b\x24\x1a\xdf\x57\xaf\xd9\x48\xb6\ \xb5\xb4\x46\x2d\x67\xf2\x48\xd5\x54\x36\xd0\x63\xfa\xe6\x1b\x86\ \x25\xda\x2d\x6d\xba\x45\x3b\xcb\x21\x8f\x47\xc3\xdb\xd7\x7d\x66\ \x86\x4a\x7a\x17\x10\x00\x48\xb6\x85\x23\xb1\xf6\xb5\x42\xcc\x32\ \x9d\x62\xe4\x8c\x5a\xba\x45\x81\xd6\xac\x6f\x34\xf3\x8a\x43\x6d\ \x09\x87\xa6\xf2\x0d\x5b\xab\x03\xfd\x86\x39\x99\x84\x52\x6d\x91\ \x48\xac\x6b\xd9\x68\x61\xa5\xc3\xad\xad\xb1\xa4\x61\x45\xf6\xee\ \x32\x42\x7d\x7a\x66\x09\x77\xf9\x25\x57\x5d\xd1\x33\x80\x00\x20\ \x1d\x8b\xb4\x86\xa3\x86\x2d\x1a\x76\x6d\x50\xcb\x7a\xf7\xf6\x83\ \x91\x88\xe9\x76\xc7\xbc\x17\xdd\xf4\xea\xdf\xfe\xbe\xa3\x35\xd2\ \x96\xb4\x20\xbd\x77\x53\x98\xe7\xe4\xb9\xe3\xc6\x3e\x12\x42\xd3\ \xf1\xd6\x70\x8c\x1d\xe8\x65\x4f\x6c\x7e\xfa\x0f\xb3\xd7\x84\x19\ \x00\xd8\xe9\x58\x6b\xb8\xad\x7d\x1f\x5a\xbb\xbe\x51\xcf\x2d\xcd\ \xf4\x7f\x9f\x5d\xe6\x93\xd7\x67\x4d\xb9\xff\xc9\xe5\x5f\x6d\x5e\ \xbf\xea\xe3\x25\x1f\x6f\x44\xed\x3b\xc6\x3a\x4b\x5e\xaa\x2d\x52\ \xb3\xf5\xab\x2a\x29\xaf\x77\xcf\x20\x00\x58\xc9\xb6\xd6\x68\xfc\ \xf0\xa6\x03\x09\x87\xe1\xfa\xeb\x51\x4d\xad\x39\x67\x0e\xef\xd7\ \x0f\xbe\xbd\x2a\xf7\x37\xb5\x1f\x6d\x87\x47\xab\xa6\x60\xd9\x66\ \x5e\xfe\xee\x3b\x6e\x1d\x74\xef\x83\xda\xaf\x7e\xa5\xbf\xf8\x02\ \x3d\x61\x34\xa0\x83\x60\x77\xd5\xe7\x6f\x3f\xfd\xfa\x72\x03\xa4\ \x41\x63\x7e\x3e\xa1\x62\xcf\xb3\xff\x6a\xbe\xfb\xf7\x43\x96\xce\ \xbd\xfb\xcd\xb5\x51\x66\xda\xa1\x82\x42\x0d\xf4\xca\xca\xa6\xe3\ \x27\x4e\xbb\xee\xec\x01\x3b\x96\xbc\xfc\xf8\x5b\x9f\x63\x6c\xb3\ \xec\x61\xd3\x6f\xfd\x75\x7e\xfd\x9e\x16\x52\x51\x94\x58\x3b\x63\ \xda\x9a\xdf\xcd\x9a\x5e\x06\x9b\x7f\x3f\xfd\x85\x33\xa7\x3e\x78\ \x7a\xb9\x0a\x00\x46\xeb\xf6\x57\xe6\xbe\xb2\xb5\x25\x55\xbb\x7d\ \x57\xaf\xf3\xef\xca\x86\xe4\x87\x2f\x3c\xf5\xce\x9a\x5a\x3d\x65\ \x0e\xbe\xe0\x96\x9b\x27\xf4\x79\xe9\xfe\x19\xfa\xc9\x53\x6e\x1c\ \x9b\xff\xaf\xc7\x6f\xdb\xdb\xff\xc6\x29\x83\x2b\x6b\x9a\xaa\xc3\ \xf3\x9f\xfc\xf4\x2f\x91\xd1\xbf\x98\xf1\x8b\x93\xfd\x3b\x6b\xc3\ \xfd\x2f\xab\x00\x11\x7f\xff\xe5\x67\x17\x7e\x59\x63\xe8\xf4\xd8\ \x9f\xdd\xfc\xcb\x31\xfd\x1d\xa2\x50\xb7\x6e\xe1\xb3\x2f\xbe\xdb\ \x6a\xe1\x3e\x27\xff\x74\x42\xf7\x9d\x2c\xa7\x6c\x40\x0e\x2c\xfb\ \xeb\x53\x9f\x07\x7f\x32\x74\x50\xfc\xfd\x17\x9f\x5c\xb0\xaa\x06\ \xbb\xf3\x2f\xbd\xf1\x77\xc6\x96\xe6\xbe\x83\xcf\x69\xf8\xfc\xb5\ \x99\xaf\x6c\xfb\xe5\xed\xb7\x0e\x2f\xf6\x00\x40\xdb\xce\xed\x6d\ \xc9\xd4\xc7\xaf\xcc\x89\x9f\x7d\xc3\x15\x65\xdb\xeb\xc3\x8d\xcb\ \xe6\x3d\xf4\xef\x36\x72\xc5\x94\x3b\xcf\xec\x9f\xb5\xe3\xe3\xd7\ \x9e\x7b\xfb\xf3\x74\x3a\x15\x1a\x3a\x61\xfa\xf5\xe7\x07\x3a\x71\ \x93\xf0\x96\x6d\x86\x3c\xe0\xb4\x3e\xee\x3d\x2b\xde\x7c\xe6\x8d\ \x8f\x75\x4b\x57\x7b\x9d\x75\xc7\x6f\x2f\x0d\x35\x6e\xad\x6e\xac\ \x6e\x5c\xf0\xf4\x67\x73\xc3\xa3\xae\x9c\xfc\x8b\x33\xfa\x39\x3b\ \xed\x78\xef\xcf\x4f\xbc\xd7\xfc\xbb\xfb\x1e\x39\xbe\xdc\x31\x4c\ \xda\x3b\x96\xbf\xfa\xe7\xb7\x3f\xd7\xd3\x29\xdf\xa0\x73\x66\xdc\ \xfc\x93\xa0\xd9\xf8\xf6\x5f\xe7\x7e\xba\x3b\xd2\xb6\x77\xbb\x6b\ \xe8\xc4\xde\x5e\xb1\xf1\x9d\xb9\x2f\x2d\xda\x18\x4f\xa5\xba\x9d\ \x30\x71\xea\xd5\xa7\xa9\x87\x83\x28\x44\x22\x30\x69\x12\xac\x58\ \x51\x7f\xff\xbd\x81\xb1\x63\xb1\x61\x7c\xcf\xa5\xee\x3f\xf2\x82\ \xa3\xb7\x21\xcb\x32\x4a\x4b\x53\x7f\xf9\x33\xe4\xe4\x68\x57\x5f\ \x2d\x2d\x7c\x4f\xa8\x07\xda\xe5\xd2\x0b\xfe\xf6\x2f\x34\xe2\xe7\ \x73\xfe\xf4\x87\xab\xce\x1c\x5c\xbb\x7a\x2d\xf6\x14\xfb\xcd\xaa\ \x0f\x3e\x69\xbe\x70\xea\xcc\x07\xae\x3a\xb6\x6e\x57\xe2\xb2\x69\ \x77\x4f\xff\x59\xbf\xe5\x4b\x97\x19\x60\xaf\x5c\xfe\x71\xd9\x39\ \x37\x3c\xf6\xe8\xcc\xee\x2d\x5f\xbc\xff\x45\x7d\x43\xdd\x76\x51\ \xd6\xab\x7b\x61\x10\xe2\xad\x69\x80\xa6\xd5\xcb\xa3\x5a\xb7\xa1\ \x4e\xfd\x72\xab\xf1\xf9\x59\x8f\x56\x65\x9d\x7c\xeb\x3d\xb7\x1d\ \x3f\xa0\xb4\xd7\xb0\x8a\xbd\x0b\xe7\xfe\xed\x2b\xf1\x9b\x7b\x66\ \x3e\xf8\xcb\xe3\xd7\xbe\xb3\xb0\x25\xba\x63\x67\x44\xef\xd5\xbf\ \x10\xcc\xfa\x1d\x3b\xe3\xfd\x2b\x0a\xab\xd6\x6d\x51\xca\x27\xdc\ \xfb\xfb\x7b\x26\x5f\xda\x6f\xf1\xc2\x0f\x9b\xea\xeb\x1b\x62\x59\ \xc3\x2b\x72\x36\xff\xfb\xf9\x7f\x6c\x74\xdf\x35\xf3\xb1\x6b\x4f\ \xcb\xfe\xe8\xe3\xd5\x0e\x35\x37\x6a\x57\xfd\xf1\x8f\x6f\xf6\xba\ \xe0\xe6\x47\x1e\x9b\x7d\xc3\xc5\xa3\x6b\xbf\xda\x19\x2c\x1e\xe2\ \x81\xe4\xb6\xcd\x8d\x3d\x4a\xb3\x37\xbc\xf3\xcc\xeb\x9b\xd4\x9b\ \xef\x7a\xe8\xd1\x07\x6f\x3d\xa1\x3c\xbd\xb6\x2e\x56\xbb\xf9\xfd\ \x67\xfe\xb1\xf3\x67\xd3\x26\x3b\x40\x00\x00\xeb\xd7\xed\x2a\x3a\ \x79\xd2\x9c\xd9\x33\x7f\x79\x46\xd9\xc6\x95\x9b\x73\x8e\xb9\x72\ \xf6\xc3\x33\x2f\x1d\x68\x2c\xfa\x74\x6d\x6b\xe5\xa7\x8f\xbf\xb8\ \xfa\xbc\xdf\x3d\x38\x6b\xca\xb9\xbb\x56\x7d\xb4\x77\x7f\x1d\x68\ \xeb\xf6\x2d\xa8\xff\x28\xad\xfa\xf3\x3f\x3d\xf7\xd1\x29\xd7\xdf\ \x31\xfb\xa1\xdf\x92\xf5\xef\x7d\x55\x67\xd4\x6c\xde\x2d\x95\x8e\ \xbf\xef\xae\x7b\xa6\x5e\x36\x68\xf1\x82\x85\xad\xce\xa4\x6f\x35\ \xfc\xeb\xbd\x4f\x46\x5e\x7e\x53\x07\x10\x40\x7c\xf7\xc7\x8f\xce\ \xfd\x74\xcc\xa4\x3b\x1f\x9b\x75\x8b\xb9\x66\xf1\x97\xbb\x22\x8b\ \xe7\xce\x5a\xde\xd6\xed\x96\x3b\xee\x3f\xf7\xd8\xbe\xa5\xfd\x86\ \x25\x36\xff\xfd\x89\x77\x77\x5f\xfe\xfb\x59\x0f\xfd\xe2\xf8\x2d\ \x4b\x97\x85\x0f\x47\x71\xd2\xba\x3a\xb8\xea\x2a\xf8\xe0\x03\x78\ \xfe\xaf\xa9\x09\xe7\x89\x74\xfa\xfb\xe7\xbc\x90\xbe\x51\x6f\x15\ \x9a\xa6\x29\x8a\xf2\x75\x55\x00\x3b\xb6\xcb\xbc\x7d\xfd\xb0\xee\ \xba\xf9\xd1\xa5\xa0\x77\x5c\x6f\x3b\x0d\xcf\x7c\x70\x12\x4c\x77\ \xbe\x0e\xc6\xb9\x10\x42\x22\xa4\xbd\x36\x22\xfa\x86\xbb\x07\xc9\ \x64\x52\x7c\xbf\x27\x84\x74\x9d\x0f\x1f\xa9\xbf\xfa\xaa\x7a\xcd\ \x35\xee\x6b\x7e\x95\xf5\xfb\xbb\x60\xf2\x94\xfd\x37\x71\x8f\x39\ \x6f\xec\xb3\x6f\xbd\xf0\xac\x9b\x5d\x73\xf1\xb0\x0d\xdb\xa3\x65\ \x27\x0f\x33\xaa\x3f\x6b\x0e\x75\x1f\xd2\xdd\x2b\xd7\xe2\x50\x59\ \xbf\x9e\x01\x77\xb5\x2a\x87\x02\x21\x48\x37\x54\xb5\x68\xa7\x0d\ \xed\x23\xbb\x49\xc0\xe3\x26\xc8\xdc\xb5\x61\x6f\x79\xcf\xb1\xc1\ \x02\xd9\xeb\x4e\xc5\xa3\x0d\x9f\x2d\xde\xd8\xef\xf4\xa9\x4e\x50\ \x6d\xcb\xfa\xf7\xd6\x5a\x3d\x66\x4e\x3a\x33\x27\xf6\x55\x43\x42\ \x3b\xa3\xbb\xf9\xef\xbf\x6d\x1d\x75\xf9\x83\x3d\xb3\x3d\x09\xcd\ \xe3\xf1\xe9\x91\x1d\xdb\xd2\xa4\x7c\x78\x31\x36\x2b\x77\x57\xf3\ \xd2\x2b\x4a\xb4\x35\xf3\x77\x96\x8e\x9e\x94\xeb\x75\x99\x3e\xcd\ \xeb\x96\xeb\xab\xb6\xc6\xf3\xfa\x75\xf7\xb4\x3d\xbb\xf4\x63\xc8\ \x3d\xef\xf3\x05\x2f\x7e\xf2\x79\x72\xc2\xcf\x4e\x70\x42\x17\x36\ \x7d\xb6\x28\xde\x67\xfc\x55\xa7\xf6\x45\x00\x00\xd1\xb5\x55\x6d\ \xdd\xce\x1f\x00\xb1\x5d\x3b\x92\x39\x57\xe6\xc0\xd2\x97\x77\x4e\ \xb8\xe6\xb1\x7e\x45\x01\x00\x10\x8d\xab\xaa\xeb\x2b\xd7\xad\x8f\ \xfe\xe6\xb1\xe7\x4e\x2a\xef\xf0\x79\x8a\xc8\xa6\xaa\xc6\x3e\xe7\ \xf4\xc1\x00\x00\xc9\x75\x7b\x1a\xba\x9d\x70\xa5\xa6\x68\x8a\xe2\ \xca\x0b\xb8\xb6\x7e\x36\xbf\x46\xf6\x47\x37\x2e\x7a\x72\xc5\xb2\ \x21\x27\x8f\xef\xbd\x9f\xd3\x30\xb9\x6d\x53\xe5\x90\xf1\x13\xd7\ \x7f\xfa\x16\x8c\xb8\x78\xfc\x80\x42\xd0\x0d\xcd\xe5\x71\x63\x63\ \xc3\xce\x5d\xc5\xa3\xaf\xce\xf3\xb9\x98\x4f\x73\xa9\xb8\xdd\x26\ \x1b\xad\x6f\x6e\x24\xe7\x0d\xda\xe7\xd1\x5c\xf3\xd1\xfb\xbe\xd1\ \x17\x8e\x1b\x98\x0f\x66\xc2\xed\xf1\xa5\xeb\xbe\x5c\xb6\x43\xbd\ \x66\xd6\x95\xe5\xee\x86\x57\x5b\xd2\x03\x7f\x96\xbf\xf2\xb5\x25\ \x29\x5c\x5e\xf7\xd9\x3f\x17\x2c\x5d\x3f\x6c\xfc\x55\x85\x3f\x38\ \xf9\xde\xb4\x09\x7e\xfd\x6b\xd8\xb4\x09\x5e\x7a\x09\x2e\xbe\x18\ \x6d\xdb\x0c\x9c\x7f\xff\xb4\x17\xdf\xd4\x4d\xaf\xd7\xfb\xfc\x5f\ \x5f\x58\xfa\xd1\x47\xb2\xa2\x3a\x99\xbc\x11\x1c\x90\x86\x03\x21\ \xe7\x27\xd4\x2e\x16\xc2\xf9\xe8\xfc\x2a\x04\x08\x68\x4f\x9a\xd4\ \x69\x73\x04\x02\x10\x6a\x17\x32\xd4\xf1\x2b\x46\x88\x32\x26\x38\ \x47\x08\x39\x3f\x89\x4e\x72\x88\x00\x10\xc6\xa2\x4b\x9e\x16\xb4\ \xef\x4d\x08\xee\x54\x8c\x12\x99\xea\x03\x02\x10\xee\xe8\x1b\x02\ \x84\x10\xe7\x1c\x01\x42\x18\x61\x84\x50\x47\x4e\x91\x4c\xba\x31\ \x49\x92\x38\x63\x00\x08\x13\xcc\x19\xc7\x08\x01\x67\x94\x63\x06\ \x18\x00\xb0\x10\x44\xd8\xa5\x85\xf9\x9a\xdb\xbd\x65\xfb\x5e\x83\ \x01\x20\x06\xc2\x14\x80\x40\x20\x84\x30\x40\x7b\x87\x05\x00\x13\ \xdc\xad\xa9\x33\x1f\x7a\xc0\xa5\xaa\xdf\x13\x0e\x20\x9d\xe6\x7d\ \x7a\x1b\x2f\xbe\xa0\x4e\x9d\x96\x77\xc7\x9d\xa0\x1b\x70\xc7\xbe\ \x82\x97\x5c\x40\xbf\x33\xae\x7a\xa4\x77\xf1\xaf\xa7\x3d\xdb\xbb\ \xff\x8d\x35\x49\x76\xdc\xe0\xa2\xaa\x8f\x37\x05\x8b\x07\xe5\x01\ \x2c\xdd\xba\x53\xed\x75\xb6\x04\xb0\xe5\xab\xea\xd2\x1e\x67\xb0\ \xe6\x6d\x2d\x9e\x9e\x7d\xca\xe4\xda\xcf\x5e\x58\x11\xf3\x4f\x1b\ \xe2\x5f\xf2\x0f\xa3\xf0\xb8\x32\x90\xad\xfc\x3c\x78\xef\xcd\x79\ \xcd\xb1\xb2\xa9\xa7\xb4\xc7\x05\xb6\xd5\xd6\x11\x4f\x5e\x0e\x40\ \xd3\xba\x75\x51\xb5\x4f\x4f\x97\xfe\xb7\x94\x7d\x6c\x41\x08\x20\ \xf5\xef\xf7\x3e\x0a\x8e\xfc\x15\x0e\xaf\x36\x3d\xa5\x39\x00\xdb\ \x37\xaf\xa6\x85\x65\xb9\xa8\x65\xe7\x5e\x63\xc4\xf8\x1e\x76\x6a\ \xef\x2b\x6f\x7c\x31\x64\xfc\x74\xde\x30\xcf\x55\x74\xb2\x1b\xe2\ \xd1\x38\x2e\xee\xed\x75\x17\x14\x5e\x35\xf9\xfc\x81\xdd\xdb\x63\ \xfe\x93\xf1\x36\xd9\xa3\xb5\x63\x6f\x62\x6f\x4d\xdc\x3c\xb7\x57\ \x4e\x6c\xf7\xbb\xa9\x50\x41\x69\x0e\x8e\xc6\x78\x2f\x97\xea\x4c\ \x48\x55\xeb\xb7\x49\x3d\x2f\x7d\xe8\x92\xf8\xeb\xaf\xcd\x3b\x69\ \xc0\xcd\x85\x8e\x01\x31\x56\x5f\xdf\x28\xce\x2c\xcb\x05\x00\x88\ \x57\x57\x37\xf3\x93\x2b\xf2\x01\x22\x1b\xb6\x99\xbd\x46\xf5\x48\ \xad\x68\xcb\x09\x15\x6b\x9e\xec\xd3\x2f\xbb\x69\xf0\xd0\xde\x1a\ \x00\x08\xaa\x9b\x5c\x73\x29\x46\xd5\xaa\x95\x7b\x7d\x37\x55\x14\ \xd5\xad\xad\xf7\x16\x64\x03\xc0\xb6\x8f\xfe\xb9\x27\xd4\xaf\x6f\ \xc8\x78\x69\x57\x7a\xf8\xd8\x9e\x34\x5d\xf9\xca\xeb\x2b\x07\x9c\ \xf6\x9b\x2c\x67\x44\xbb\x3c\x8a\x1c\xdf\xbe\xb7\xf9\x94\xe2\x52\ \x00\x66\x5a\x46\x73\x63\x24\xab\x4f\x0e\x00\x6c\x59\xf8\x76\x4b\ \xa0\xa2\x77\x28\x3a\x1f\xb9\xf3\xdd\xc0\xf7\xac\xa9\x4f\x86\x26\ \x96\x48\x0b\xa3\x96\xbf\x20\xc7\xed\x2e\x38\xf7\x97\x53\x8f\x19\ \xd0\xcd\x4a\x27\xb8\xe4\xd6\x94\x1f\x68\x7d\xf2\xe2\xc5\x70\xed\ \xb5\x80\x31\xbc\xf1\x06\x9c\x79\x66\xfb\x20\xf8\x21\xda\x37\x61\ \x81\x2c\xcb\x9b\x37\x6f\xf9\xf8\x93\x4f\xbe\x27\xd5\xfd\x7a\x36\ \x90\x99\x75\x1d\xe1\xc7\x0e\x40\x88\x76\xe0\xe0\x9d\x76\x6f\x47\ \x8c\x03\xe4\x4a\x00\x00\xc6\x64\x5f\xfa\x40\x84\x30\xca\x34\x2c\ \x75\x94\x1b\xee\xb2\xaf\xf3\x59\x08\xc1\x38\xc7\x08\x31\xc6\x38\ \xe7\x8a\xa2\x50\xca\x28\xb5\x01\x80\x31\x86\x01\x00\x38\x07\x02\ \x20\x03\x08\x00\x0b\x81\x18\xd4\xb3\x67\x4e\x4e\xee\x47\x5f\xac\ \x02\x90\x01\xec\x8e\x4e\x1e\x84\x44\x60\x45\x7b\xe0\x3e\x8a\x5c\ \x2e\xf1\xfd\x13\x96\xe9\x3a\xef\xde\x3d\xfd\xe7\x67\xac\x69\xd3\ \x73\xee\xbc\x13\xb6\x6c\x81\xd9\xb3\xa1\xa8\x08\x00\x76\x7c\xfa\ \xe6\xdf\x97\x56\x7a\xe4\x58\xa0\xff\xa8\x50\xf3\xce\xba\x64\xfe\ \xd0\x7c\x7b\xfe\xea\x9a\xfc\x93\xae\x46\x22\xbc\x76\x43\x55\xdf\ \xcb\x2a\x80\x37\x7e\xb6\x3b\x31\x74\x42\xdf\xc8\xae\xf7\xf6\x56\ \x6f\x7f\x7e\xe6\x7d\x75\xd5\xe1\xf3\xae\x9b\x36\x30\xdb\xbf\x39\ \x5b\x2c\xfd\x68\xc9\x25\xa3\xce\x1f\x5e\xec\xbd\xe9\x2f\xef\x4c\ \x9a\xf5\x52\x77\x77\x3b\xd8\x17\x1e\x33\x8a\xcc\x7f\xe1\x8e\x87\ \x0d\xa5\x69\xb5\xe9\x3b\x57\x75\x17\x8d\xac\xc8\x9d\xff\x87\xbb\ \xb6\x66\x9b\x75\x74\xd0\xb4\xf3\x47\xe4\x56\xb6\x4a\xaf\xce\xbb\ \xfb\x91\xfa\xc4\xb6\x35\x9e\x01\x97\xe8\xb1\xa6\x3d\x7b\x1b\x1b\ \x5f\xfd\xd3\xf2\x58\x9d\x7b\xd0\x25\xbf\x38\xbb\x5f\xf3\xc7\x45\ \x0d\xf3\x97\x6c\xb9\x6c\xe4\x89\xc7\xf5\x9b\xbf\x7d\xf3\x16\xd6\ \xd2\x9c\xc4\xbd\xbb\xe7\x3b\x7a\x4e\xff\xe3\xc7\xa0\x59\x7f\x9b\ \x71\xff\xfa\x9c\xec\xbe\xbf\xbc\xea\xd8\x62\x8f\xf5\xc9\xa2\x4f\ \x44\x62\x9b\x2f\xef\x94\x5c\x5f\xde\x09\xa3\xf3\xe6\xcd\xb9\x63\ \x43\x79\x5e\xbf\x33\x26\xf0\x2d\x5b\x94\x8a\x89\xa7\x5c\x3c\x60\ \xe3\x27\xd7\x3d\xf3\xc6\xaa\xbb\x27\x8e\x24\x00\x20\x07\x72\xdd\ \xf1\x97\x1f\xbb\x67\xcb\xc9\x13\xce\x2a\x6e\xa8\xb1\x8b\x7b\x17\ \xb9\x59\xc3\xa7\x9b\x52\xd2\x98\x01\x85\x21\x7d\x94\xfc\xda\x86\ \x4d\x5b\x15\xb7\xda\xda\xad\x6f\x2f\xcd\x85\x41\xaf\x7e\x71\xce\ \x73\xd5\xa6\x3b\x55\xbd\xb5\x70\xcc\xd5\x83\x0a\x7d\x81\x81\xc3\ \xde\x7e\xf9\xf9\x87\xf6\xfe\xbb\xba\x3a\x7d\xd5\xcd\x33\xb2\xac\ \x3d\xdb\x77\xd5\xd7\xbe\xfe\xf8\x8a\x78\xbd\xab\xff\x45\xbf\xbb\ \x70\x68\xfb\x8d\x08\xf4\xba\xf8\xd2\x33\xe7\x3c\x71\x57\xd5\x47\ \xbd\x65\x23\x5e\x72\xda\x25\xa3\x4e\x3c\xee\xdd\x79\x73\x1f\xde\ \x95\x5b\x55\xaf\xff\xec\x96\x1b\xfa\x16\xd7\x17\xea\xef\xcc\xbc\ \x7b\x76\x31\xdb\xd3\x2a\xba\xbb\x89\xf7\xc4\x13\x07\xaf\xfb\x70\ \xc7\x96\x2d\xba\x1a\x16\x15\x25\xea\xf3\x53\x6f\x44\x97\xce\x9c\ \x3c\xb6\xe2\xfb\x0e\x03\xcb\x82\x3f\xff\x19\xa6\x4c\x81\x63\x8e\ \x81\xe7\x9e\x83\x21\x43\x7e\x60\x9d\xf4\x1b\x62\x90\x03\x81\xc0\ \xf4\x5b\x67\xcc\x9b\xf7\x8a\xaa\x6a\x19\x59\xea\x42\x0c\x78\xfb\ \x34\xbe\xef\xf7\x2e\x5f\x1d\x46\xd0\x65\xdf\x03\x77\xc9\xfc\xd2\ \xe5\x33\x21\x84\x10\xe2\x4c\xe9\x9c\x73\x59\x96\x0f\x20\x25\x28\ \x23\xde\x8c\xb1\xce\x1c\xc4\xd9\x05\xda\x0b\xc0\xec\x6b\xbc\xa3\ \x61\x8c\x85\x10\x18\x63\xce\xb9\x10\xc2\xe3\xf1\x00\x40\x2a\x95\ \x72\xf6\xc5\x48\x60\xc4\x18\x96\x19\x51\x84\xc0\x48\x50\xaf\x8c\ \x87\x0c\xe8\xeb\xf5\xf8\xde\x5f\xbc\x0c\xbb\x02\x20\x6c\x09\x6c\ \xce\x41\x00\x60\x4c\x00\xda\x6f\x91\x40\xc0\x38\xf7\x79\x3c\x4b\ \x97\x7c\xe0\xed\x54\x2e\xed\xdb\x63\x90\xb9\xc0\xb8\x3d\x09\xda\ \x41\xf2\x20\x23\xd4\x5c\x57\xd3\x67\xd9\x27\x30\x6d\x1a\x94\x97\ \xc3\x9c\x39\x70\xc6\x19\xf1\x48\xd5\xa6\x8d\x7b\x4c\xec\xee\x73\ \xcc\x88\x3c\xd6\xbc\xb3\x09\xfa\xf5\xce\xdd\xbb\x7d\x97\xab\xb8\ \x77\xa1\xc7\xdc\xb3\xb5\x32\x58\xde\x37\x4b\x4b\x6e\xdf\x5e\x97\ \x5f\xd1\xfb\x93\x47\x27\x7f\x22\x9d\x30\x7e\x54\x59\x79\xff\xa1\ \x65\x59\x2a\x00\x58\xb1\xda\x1d\xcd\xa8\x7f\x45\xee\xd2\xc7\x6f\ \x7f\x3b\x3a\x68\xd6\x9d\x3f\xf7\x75\x9a\xbd\x5a\xf6\x6c\xdc\x52\ \x1d\x2f\x28\x2d\x71\xbb\xb4\xc2\xe2\x3c\xc9\x08\xaf\x5b\xbb\xb1\ \x0d\x42\x43\x86\x0d\x09\xa9\x00\xc0\xea\x76\xac\xdf\xd9\x68\x16\ \x75\x2b\xd5\x54\x2d\x2f\x4b\xab\xde\xba\xa9\xbe\x4d\x0f\x14\x55\ \x0c\xad\x28\x02\x00\x60\xfa\xce\x4d\x3b\xfc\xbd\x06\xe5\xab\xa9\ \xcd\x6b\xd7\x35\x26\xa1\xa8\x7b\xdf\xbe\xe5\xb9\x99\x01\x14\xae\ \xde\xbc\x71\x57\x93\x3b\xb7\xfc\x98\x41\x3d\xcc\xc6\xca\x9a\x04\ \x04\x64\x6a\xb9\x0a\xcb\x0b\x3c\x40\x93\x5b\xd6\xae\x6b\x4c\xe3\ \x1e\xfd\xfb\xab\xa9\x06\xdb\xdf\xad\x2c\xcb\x9d\x6a\xdc\xb9\x37\ \xa1\xf5\xaf\x28\x71\x80\x3f\xde\xb8\x6b\xc3\xb6\x1a\x4f\x71\x9f\ \x9e\xd9\x50\x1b\x85\xde\x3d\x8b\x70\xb2\x61\x7b\xbd\xde\xa3\x77\ \x0f\x15\x58\xed\xd6\xb5\x3b\x1b\x12\xde\x9c\xb2\x41\x03\x7b\xba\ \x30\x80\xb0\x1b\xf6\x6c\xdb\x59\xdd\xa2\x84\x4a\x06\x0f\xee\xed\ \xc6\x00\x60\x55\x6e\x5a\xbb\xbb\xd5\xee\xde\x7f\x58\x8f\x3c\x37\ \xb7\x92\xbb\xb6\x6e\x69\x68\xd3\x03\x85\xbd\x86\xf4\x2e\xde\x9f\ \xfe\xf2\xfa\x9d\x1b\x77\xd5\x46\x90\xcb\xdf\xbd\xef\x80\x92\x90\ \xb4\x77\xc3\x97\x7b\x23\xac\xfb\xc0\xe1\xdd\x73\x5c\x00\x90\x6c\ \xdc\xb9\x76\x5b\x7d\xb0\xa8\xc4\xef\xd6\xf2\x8b\x8a\x5c\xd8\xda\ \xb3\x71\x5d\x65\x73\x2a\x58\x52\x31\xa8\x67\x6e\xdd\xf6\xed\x52\ \x71\xef\x92\xa0\xeb\x7b\x49\x6a\x6d\x2d\xcc\x98\x01\xaf\xbf\x0e\ \x97\x5d\x06\x73\xe6\x40\x76\x76\xe6\x3f\x5d\xf3\x20\x1f\x26\x2c\ \x98\x36\xfd\xb6\x57\x5f\x9d\xe7\x60\x41\xe7\x19\xb5\x8b\x40\x66\ \xde\x9d\xf1\x4d\x08\xc1\x18\x3b\x73\xb5\x23\x6c\xce\x5e\x18\x63\ \xa7\xc7\x99\x5d\x32\xc9\xff\x9c\x77\x21\x44\x67\xac\x71\xe4\xd6\ \xc1\x02\x67\xea\xa6\xfb\x27\x7b\x67\x9d\xbc\xa9\x19\xc9\x3f\xe8\ \x71\x9c\x96\xa1\x0f\x99\xaf\x99\xbc\xaf\x08\x21\xaf\xd7\xcb\x18\ \x4b\x26\x93\xce\x19\x11\x12\x88\x50\x93\x21\x26\x24\x40\x04\x40\ \x10\xa0\xc7\x1f\x7b\x8c\xdf\x1b\x5a\xbc\x6c\x85\xc5\x00\x0b\x8e\ \x11\x75\x18\x5a\xbb\xea\x23\x04\x08\x04\x00\x5c\x70\xaf\xc7\xf3\ \xd1\x47\x8b\x7e\x48\x2c\xa0\xb4\x39\xdc\xd2\xa7\xa2\x2f\x2c\x5d\ \x0a\xbf\xfd\x2d\x6c\xda\x04\x77\xdd\x05\xd3\x6e\x05\xcf\xa1\x95\ \xe4\xb4\x77\xdd\x76\xe3\x23\xc7\xcf\x78\xee\xfc\xfd\x56\xc4\x24\ \x3e\x99\xff\xfa\x47\x5f\xec\x4a\x6a\x3d\x7e\xfd\x9b\xeb\x7b\xf8\ \xe1\xc7\x76\x34\xb6\x7f\xfd\x0b\x6e\xbd\x15\x1a\x1a\xe0\xbe\xfb\ \xe0\xa6\x9b\x60\xff\x12\x1b\x3f\x14\x16\x7c\xbb\x59\xc3\x91\x58\ \xa7\x1d\x98\xb4\xd3\x29\xe3\xe1\xcc\xcf\x19\x09\xcc\xe8\xe1\xce\ \x7c\xdb\x79\x83\x8c\xf4\x3a\x5f\x2d\xcb\xca\xd0\x75\x47\x26\x33\ \x25\xc6\x1c\xf9\xcc\x60\xc4\x41\x99\x76\x06\x62\x32\xc0\xe1\x48\ \x78\x66\x2f\x47\xde\x3a\x03\x99\x73\xde\x76\xf3\x47\x27\xc5\x01\ \x75\x6a\x84\x10\x00\xc4\xb8\x4d\x6d\x01\x8a\x26\x29\x5e\x2c\xa9\ \x20\x78\xb7\xe2\xc2\xdc\xe2\x5e\xd4\xa6\xdd\x7a\xf7\xab\xae\x6d\ \x36\x93\x6d\x82\xd1\x0e\x7f\x0c\x07\x10\x02\x38\x06\xdc\x0e\x4c\ \x42\xfc\xf0\x66\x52\x07\x0a\x4f\x3b\x0d\x16\x2f\x86\xdf\xff\x1e\ \x1e\x7c\x10\x3e\xf8\x00\x1e\x7a\x08\x4e\x3b\xed\x10\x76\xce\xbb\ \x66\xda\xf4\xbc\xd2\x2e\x81\x0c\x52\x41\xf9\xc0\xd3\xf2\x8f\x1b\ \x3c\x6c\x70\xf0\xc7\xd8\xe1\xa3\xb0\x55\x55\xc1\xac\x59\xf0\xd7\ \xbf\xc2\x88\x11\xf0\xc2\x0b\x30\x7a\xf4\xe1\x3b\xd5\xb7\xf8\x11\ \x64\x59\x46\x88\x28\x9d\xd6\xd2\x77\x86\x03\x84\x90\x33\x51\x77\ \xc8\x0f\x98\xa6\xd9\x59\x9e\x0f\x24\x0e\x8e\x04\x76\x96\xf0\x03\ \xd5\xf8\xce\xcc\xbf\xcb\x66\x5d\x10\xc1\x11\xfb\x0c\xf3\x77\x78\ \x47\xe6\x6b\x17\x82\xe0\xc0\x99\x65\x59\x19\x08\x70\x90\xc8\x81\ \x12\x67\x5f\xc6\x58\xfb\x01\x39\x63\x5c\x30\x46\x34\xaf\xdf\x97\ \x57\x4a\x14\x37\x08\xe1\x0e\x84\xa2\x09\xd1\xd6\x16\x43\x52\x50\ \x0b\x60\x42\x64\x23\xd6\xc4\x39\x05\xc4\x01\x73\x04\x08\x23\x04\ \x0c\x10\xc2\x18\x11\x99\x1c\xce\x9c\x97\xb9\xb9\xf0\xcc\x33\x70\ \xe6\x99\x30\x7d\x3a\x9c\x73\x0e\x5c\x77\x1d\x4c\x9e\x0c\x65\x65\ \xdf\xb4\x8b\xec\xaf\xa8\x38\x60\xde\x27\x5a\xc5\x90\xd1\x15\x3f\ \x8a\xdc\x51\xd8\x0c\x03\x5e\x7b\x0d\x1e\x7a\x08\x9a\x9a\x60\xfa\ \x74\xf8\xed\x6f\x21\x2b\xeb\xb0\x9e\x50\xfa\x66\x46\x40\x6d\x9b\ \x73\x6a\x74\xac\x76\x38\x50\xc8\x33\x74\x40\x55\x55\x42\x08\x3d\ \xa0\x60\xd3\x41\x71\xa1\x33\x4b\x3f\x50\xec\x3b\xd3\x04\x87\xc6\ \x67\x7e\xec\x52\x62\x84\xed\x1f\x71\xe9\xf0\x8e\xce\x47\xe8\xbc\ \xbd\x43\xb3\x11\x42\x92\x24\x31\xc6\x18\x63\xb2\x2c\x0b\x21\x1c\ \x8d\xa0\x43\x2f\x40\x92\x24\x21\x84\x38\x80\x42\x64\x22\x49\x0a\ \xf1\x29\x4a\x80\x82\x02\x08\xa5\x0d\x82\x04\xb3\x99\xcb\xa2\x14\ \x63\x9f\xcf\x4f\x84\x95\x06\x60\x08\x31\x10\x36\x08\x86\x40\x00\ \x13\x08\x88\xe0\x48\x51\xd4\xc3\x5e\xf4\xe4\xc2\x0b\x61\xe4\x48\ \xf8\xe3\x1f\xe1\x89\x27\x60\xfe\x7c\xb8\xf5\x56\xb8\xe2\x0a\x38\ \x60\xa1\xde\x8f\xed\x7f\xaf\x2d\x59\x02\xb3\x66\xc1\xd2\xa5\x70\ \xfa\xe9\xf0\xe2\x8b\x70\xe2\x89\x47\xe0\x9c\xd2\xb7\x79\xde\xbb\ \xce\xc6\x07\xda\x0e\x0f\xaa\xa2\x1f\xd4\xb8\x90\x61\xe6\x9d\xcd\ \x01\xdf\xb0\x8b\x63\x26\xf8\x3a\x3b\x85\x63\x98\xf8\x06\xe3\xc5\ \x81\xbd\x05\x00\x45\x51\x18\x63\x8a\xa2\x60\x8c\x29\xa5\x8e\x69\ \xc3\x01\x3b\x07\x0e\xf6\x19\x35\x00\x53\xae\x48\xb2\x22\x49\x2a\ \xc2\x2e\x84\x25\x8f\xdf\x87\xa8\xa5\xb9\xdd\x02\x5b\x49\x83\x7b\ \xdd\x9a\xdf\x85\x3c\x5e\x95\x52\xa3\xb9\xb9\x2e\x1e\x8b\xa8\x92\ \x4c\x08\xe6\x5c\x30\x8a\x24\xc9\x75\x24\xaa\xd7\x17\x17\xc3\xa3\ \x8f\xc2\x85\x17\xc2\x03\x0f\xc0\x0d\x37\xc0\x4b\x2f\xc1\xb4\x69\ \x70\xee\xb9\xf0\x2d\x8b\x9d\x7f\x6c\x47\x6b\x5b\xbb\x16\xe6\xcc\ \x81\x37\xde\x80\xd2\x52\x78\xee\x39\x98\x38\x11\xe4\x23\x94\x54\ \xfd\xdb\xb0\x40\xec\x27\x87\x5d\xd8\x7b\xe7\xa9\x9b\x31\xa6\xaa\ \xaa\x33\x57\x1f\xe8\x20\xc8\x7c\xcd\x28\xf0\x07\xce\xdb\x07\xdd\ \x3e\x23\xdb\xce\xf6\x5d\x0a\x93\x1e\x14\x0b\x3a\xc3\x81\x03\x25\ \x19\x66\xe1\x9c\xce\x11\xf8\x8c\x07\xc1\x31\x4c\xc8\xb2\xec\x1c\ \x2d\x63\xf5\x04\xc0\x32\x02\x89\x08\x45\xc6\x5c\x92\xb1\xac\x10\ \x99\x98\xa6\x85\x65\x49\x56\x08\x21\xc8\x34\x2d\xaf\xea\xe9\xd6\ \xbd\x17\x41\x16\xa3\x56\x22\xd6\x66\xdb\x02\x90\x40\x40\x24\x4c\ \x08\x3e\x72\xfa\x37\x3d\xe1\x04\xeb\xd5\x79\xf0\x8f\x7f\xe2\x39\ \x7f\x94\x2f\xbd\x94\x9c\x76\x9a\xb8\xe5\x16\xfb\xf4\xd3\xa8\xc7\ \x03\xa6\x09\x87\xa3\x2c\xca\x91\x6f\x08\x54\xd5\xf5\x75\x16\x32\ \xcb\xb2\xe8\x21\x17\x11\x3d\xba\x1a\xc6\xa0\xaa\x84\x31\x79\xf3\ \x66\x3c\x77\xae\x78\xf1\x45\x9b\x10\x7a\xcb\x2d\x30\x69\x12\xf4\ \xec\x09\xa6\x09\x94\x82\x10\x08\x21\x45\x51\xbe\xbf\x81\xf0\x3f\ \xc7\x02\xf4\xf5\x93\xb6\x10\x02\x75\xc8\x15\xa5\x54\x70\xee\xcc\ \xf9\x9d\xc5\xbb\x93\x5c\xed\x9b\x96\x33\xb2\x2d\x84\x70\x08\xf9\ \xd7\x91\x8e\xce\x47\x3b\x68\xad\xa1\x2e\x3f\x1e\xc8\x1d\x9c\xdd\ \x33\xb6\x03\xcb\xb2\x30\xc6\x8a\xa2\xa4\xd3\xe9\x8e\x5a\xc6\x4c\ \x96\x65\x55\x55\x1d\xdb\x47\xc6\x60\xc1\x18\x03\x60\x12\xe1\x42\ \xa4\x6d\x9a\x64\x08\x30\xb2\x65\xc5\x2d\x54\x8c\x31\xf7\x79\xdd\ \x29\x43\x91\x91\x9b\xa5\x53\xdb\xb7\xef\x16\x2c\x6d\x98\x96\xcf\ \x1f\x88\x47\xda\x4c\xc6\x55\x49\x42\x88\x58\x16\x15\x47\xa4\x14\ \x5a\x3c\x1e\x8b\x86\x5b\x89\xea\x82\x8b\x2e\x94\x4f\x18\x1d\x58\ \xb8\x90\xcc\x7d\x5e\x4c\x98\xa0\x8f\x18\x9e\xba\xfa\x6a\x3e\x76\ \x2c\x64\x65\x01\xa5\x88\xd2\xff\x89\xd2\x6c\x5f\x17\x88\xc2\x39\ \x67\x9c\xe5\xe5\x17\xb8\xdd\x9e\x2e\xff\x0d\x87\xc3\xe9\x74\xfa\ \xb0\xca\xc9\xe1\x11\x3e\x09\x24\x09\x18\x83\xc5\x8b\xd5\x97\x5f\ \xf6\xbf\xfb\x2e\x56\x14\x36\x71\x62\x6a\xe2\x44\xbd\x7f\x7f\xe0\ \x1c\x1a\x1b\x33\x8f\xcc\x99\x6e\x43\xa1\x90\xef\xb0\xe9\x80\xdf\ \x8c\x05\x42\x22\x04\x00\x14\x87\xa5\xec\x6f\x8d\x77\xe4\xd9\x91\ \x76\x87\x69\xcb\xb2\xac\x69\xda\x81\x06\x85\xfd\x84\x93\x10\x67\ \xd6\x16\x42\xc0\xfe\xfa\xc2\x81\xba\x86\x73\xfd\x99\x73\xc1\xfe\ \xf1\x8b\x07\x55\x19\xf6\xb9\x09\x85\x80\x8e\x0f\x99\xe6\x40\x8f\ \x73\xb4\xf2\xf2\xf2\xe3\x8e\x3b\xae\xac\x5b\x37\x43\xd7\xff\xfd\ \xef\x77\x9a\x9a\x9a\x54\xd5\xc5\x18\x73\x22\x94\x10\xc2\x20\x18\ \x06\x2e\x11\xe2\x52\x15\x26\xab\x44\x52\x11\x16\x8a\xa6\x08\x6a\ \x6b\x1e\xcd\x17\xf4\xa7\xa2\x89\xa4\xae\x33\x5b\x27\x84\x31\x9b\ \x82\x90\x3d\xde\xa0\x99\xd2\x15\x45\x03\x81\x39\x3b\x12\x82\x67\ \x18\x7a\xb8\xa5\xb9\xb0\xb8\xc4\xe5\xd2\x00\x00\xb2\xb2\xa1\x5f\ \x7f\xf1\xf3\xab\xd1\x6b\xaf\x05\xe6\xce\x0d\xdc\x7a\x1b\xbc\xf1\ \x16\xfc\xf2\x97\x70\xfe\x04\x28\x08\xfd\xaf\x33\x83\x44\x22\xde\ \xd4\xd8\x50\x56\x56\x4e\x3a\xd1\xc3\x78\x3c\x9e\x4a\xa5\x8a\x8b\ \x8b\xff\xf7\xb0\x80\x52\x58\xb1\x02\x5e\x7c\x11\x16\x2c\x00\x42\ \xe0\xda\x6b\xe1\x57\xbf\x92\x06\x0e\x0c\x01\x84\x0e\xfe\xac\x8d\ \xc6\xc6\x46\x45\x51\xd4\xc3\xa3\x00\x4a\xdf\x8c\xd0\x18\x61\xc8\ \xc4\x17\x23\x84\x31\x96\x24\x89\x0b\x21\xb8\xc0\x12\x61\x8c\x61\ \x84\x84\x10\x8a\xd3\x39\x84\x10\xc6\xbc\x43\x47\xe8\x08\x5b\xde\ \xff\x98\x8c\x75\xb6\x26\x72\xce\x49\x87\x47\xb0\x8b\xa3\xa1\xf3\ \x41\x1c\x09\x77\x2c\x7c\xce\x57\xe7\xc1\xf3\xfd\xbd\x12\x4e\x17\ \x24\x42\x04\x00\x67\xcc\xe1\x05\x0e\xa0\x64\xa2\x0f\x1c\x6f\x9f\ \xea\x72\xc9\x8a\x32\x60\xe0\x60\x84\x70\x32\x99\x4e\xeb\x86\xac\ \xa8\x36\x65\x44\xb8\x1b\xba\x44\x00\x00\x20\x00\x49\x44\x41\x54\ \x52\x30\x11\x00\x20\x21\xc2\x28\xa5\x06\xd5\x90\x5b\x53\x03\x3a\ \xb8\x6c\xca\x13\x09\x4b\x46\x20\x38\x6e\x8b\xe9\x5c\xc8\x36\x70\ \x7f\x96\xcf\xb6\x94\xd2\xa2\xa2\xda\xaa\xbd\xa9\x44\x9b\xdf\xa7\ \x45\xec\x66\x2e\x38\xb7\x6d\x4d\x73\x61\x7c\xd8\x97\x7e\x25\x62\ \x31\x97\xe6\x76\xb9\xb4\xce\xb6\x18\x91\x93\x23\x6e\xb9\x05\x5f\ \x71\x05\xfc\xf3\x9f\x68\xee\x5c\xf8\xc5\xd5\xd0\xab\x97\xb8\xfc\ \x72\xf1\x93\x9f\xc0\xa0\x41\xfb\xd4\xbf\xa3\x9e\x26\xec\x7b\xb2\ \x08\x21\x00\x9f\xcf\x1f\x69\x6d\xd5\xf5\xb4\xd7\xb7\xcf\x21\x12\ \x8b\xc5\x42\xa1\xd0\xff\x18\x10\x34\x35\xc1\x07\x1f\xc0\xf3\xcf\ \xc3\x8a\x15\x50\x52\x02\xd7\x5f\x0f\x57\x5e\x09\xfd\xfa\x7d\xf3\ \x4e\x2e\x97\xcb\xe5\x72\xa5\x52\xa9\xff\x02\x16\x40\xa7\x58\x5d\ \x00\x40\x02\x28\xa5\xa6\x69\x62\x27\x10\xd0\xb6\x88\x2c\x81\x40\ \x9d\x05\xbb\x0b\xab\xff\xba\xb8\x80\xce\x5a\x3d\xe9\x08\x5e\x70\ \xe4\xfc\xc0\x71\x70\x60\x20\x63\x66\xfe\xe7\x9d\xc2\x19\x3b\xfb\ \x23\x11\x00\x22\x24\xb3\xaf\xe3\xad\x70\xde\x6d\xdb\x56\x14\x85\ \x73\xde\xd8\xd8\xf8\xd2\x4b\x2f\x59\x96\xa5\xeb\xba\xae\xeb\xce\ \x2a\xac\x74\x3a\xbd\x8f\xa1\x10\x22\x5c\x0a\x97\x55\x9d\x42\x8a\ \x53\x93\x71\x81\x71\x5b\x3a\x11\xf0\xfa\x30\x51\x28\xe3\xfe\xac\ \x5c\x9a\x6a\x6b\x69\x69\x65\xac\x36\x99\x48\x02\x03\xcb\x16\x9a\ \xd7\x4f\x2d\x33\x6d\xd9\x36\x17\x47\x40\x47\xe0\x1d\xbe\x95\xfd\ \x7c\xae\x42\x80\x10\x3c\x3b\x1b\x7e\xf5\x2b\xf8\xe9\x4f\xd1\xd2\ \xa5\xe8\xe5\x97\xd1\xec\xd9\xe8\x89\x27\xc4\x98\x31\xe2\xa7\x3f\ \x15\xa7\x9f\x0e\xa1\x90\x40\x08\x7d\x8f\x34\x38\x87\x0f\x00\x3a\ \x8f\x9f\xcc\x40\xe4\x42\x10\x42\x00\x01\xdf\x3f\xfc\xde\xb1\x58\ \x1d\x0d\x1d\xb7\xf4\x14\xc5\x8a\x5b\xfd\x7a\x53\x9f\x69\xc2\xa6\ \x4d\xf0\xc6\x1b\xf0\xd6\x5b\xd0\xd0\x00\xfd\xfb\xc3\x9f\xfe\x04\ \x17\x5d\xe4\x84\x93\x1f\x22\x38\xf2\xc3\xf6\xbc\xa4\x6f\x31\x16\ \xec\x3f\x9a\x33\xa2\x8e\x31\xc6\xc8\x09\xfe\xc7\x8e\x5b\xce\x79\ \xc7\x18\xdb\xb6\x9d\x71\x34\x1e\x68\x1a\xec\x6a\x11\xe4\x3c\x13\ \x23\x90\x09\x0d\xe8\x02\x25\x99\xa0\x20\xe7\x46\xec\x8b\x1d\x70\ \x06\x05\x6e\x4f\x5d\x9b\x51\x58\xba\x04\x2f\x64\xba\xe1\x7c\x75\ \x9c\x05\x8a\xa2\x08\x21\xea\xea\xea\x1c\xff\x62\x20\x10\xb0\x2c\ \xcb\x31\x34\x76\xf4\x0d\x38\xc2\x5c\xd2\x88\xcb\x2d\x14\x19\x09\ \x59\x06\xe0\x58\x48\x2e\x15\xa9\x6a\x20\x3b\x17\xcb\x1e\xae\xc7\ \xc2\x46\x3a\x6d\x58\x16\xb5\xbd\x9a\xc7\x25\x93\x74\x22\xe1\x52\ \x35\xc6\x84\xac\x79\x02\xa1\x00\x3a\xec\x4e\x45\xe8\x58\xca\xb5\ \x9f\x92\xd5\x8e\xa1\x42\x20\x00\xe1\xf3\x89\x09\x13\x60\xc2\x04\ \xf4\xd5\x57\xf8\x8d\x37\xd0\xfc\xf9\xe8\xad\xb7\x44\xdf\xbe\x70\ \xee\xb9\xfc\x82\x0b\xc4\xf0\xe1\xa0\x75\x84\x2d\x32\x06\x42\x20\ \x84\x09\xc1\x00\x82\x51\x26\x00\x88\x24\x21\xc1\x29\x3b\x72\x78\ \x91\x01\x80\x7d\xe0\xee\x68\x7c\xed\xd8\xc7\xbb\x20\x2c\x3f\x5a\ \xb0\xcc\xfe\xec\x9f\x4f\xed\x2d\x18\x7f\xf5\xe9\xfd\x0f\xf2\xcf\ \x1d\x3b\x60\xd1\x22\xf8\xfb\xdf\x61\xf9\x72\x08\x04\xe0\xec\xb3\ \x61\xe2\x44\x18\x33\xe6\xbb\xba\x7b\x0e\xea\x7a\x3b\x42\x3a\x02\ \x6a\x17\xf9\xf6\x31\x2d\xcb\x72\x56\x56\x16\xc6\x38\x12\x89\x00\ \xc6\x02\x01\x16\xd0\x19\x0b\x9c\x49\x3b\x23\x81\x07\xf5\x32\x66\ \x04\xbe\x8b\x73\xd1\xd9\x17\x3a\x05\x17\x64\x42\x98\x3a\xc7\x2c\ \x67\xd8\x07\xef\xb0\x4d\x76\x0e\x7f\xee\x8c\x3b\x5d\x4e\xd4\xd9\ \xe8\xc0\x39\x57\x55\xd5\x89\x89\xb0\x2c\xcb\x39\xb5\xa2\x28\x4e\ \xf4\x91\xb3\xae\x09\x04\x63\x48\xc8\x6e\xd5\xed\x75\xa9\xb2\x4b\ \x00\x70\x5b\x27\xe0\xb6\x2d\x2b\x9d\x4e\x12\x15\x71\xc3\x20\x8a\ \x5a\x50\x54\x4c\x6d\x0b\x81\xe0\x9c\x61\x45\x95\x14\xc5\xb0\x2c\ \xa0\x12\x56\x8e\x84\x1f\x41\x80\x68\x5f\xbb\xd9\x59\x42\x3a\xf8\ \xbf\x00\x00\x27\xa8\x1c\x21\x31\x7c\x38\x1b\x3e\x1c\xa6\x4f\x47\ \x8b\x16\xe1\xbf\xff\x1d\xbd\xf0\x02\x79\xe6\x19\x31\x70\x20\x3f\ \xef\x3c\x31\x6e\x1c\xf4\xe9\x03\x5e\x2f\x06\x48\xef\x5d\xfd\xd4\ \x9f\x17\x1c\x77\xed\xd4\x53\x7a\xfa\x85\x60\x9f\xbc\xf2\xe4\x56\ \xef\x29\x93\x2e\x18\xc8\x39\x38\xa6\x1e\x00\x6e\xdb\x42\x96\x09\ \x08\x6a\x53\x90\x65\x09\x80\xdb\x36\x93\x65\xd9\xf9\x80\xbe\xef\ \x15\x75\xfd\xea\x60\x9b\xc3\x17\x04\x13\x5d\x36\xc9\xc4\xb6\xfe\ \xc0\x37\x36\xb2\xfe\x9e\x07\xe7\x0d\xbc\x74\xf2\x25\xa3\x0e\x31\ \x6d\xb1\x88\x85\xeb\x23\x5e\x6b\xbf\xa7\x50\x57\x07\x4b\x96\xc0\ \x82\x05\xb0\x7c\x39\x18\x06\x0c\x1c\x08\x8f\x3c\x02\x17\x5d\x04\ \x3d\x7a\xfc\x87\xbd\x3a\x9c\x4c\xf3\x10\x62\x90\x01\x67\xac\xf1\ \x7e\xbf\x7f\xec\xd8\xb1\x5c\x88\x45\x8b\x16\x45\xa2\x11\xc0\x18\ \x10\x76\xa6\xa6\x4c\xe4\x9f\x63\x9c\xcf\x44\x2e\x77\xe9\x7d\x97\ \xc9\x3f\x33\x15\x4b\x92\xd4\x65\x4a\xef\xec\x08\xe8\x6c\x14\xe8\ \x6c\x4d\x80\x4e\xb6\xc9\xf6\x25\xc9\xfb\xc7\x32\x75\x0e\x64\xee\ \x8c\x68\x8e\xef\x43\x92\x24\xce\x85\x13\x71\xe4\xa0\x4c\x46\x4f\ \x41\x00\x84\x08\x15\x0b\x97\x0c\x58\xa4\x8d\x74\xc2\x30\xd3\xcc\ \x4a\x73\xdb\xc6\x48\x49\xc5\xc2\x58\x0d\x2a\x18\x19\xf1\x18\xb3\ \xa9\x91\xd6\x6d\xd3\x14\x9c\xaa\x32\xc1\x6e\x8d\x28\x92\x69\xa1\ \xa4\x6e\xf2\xc3\xaf\x23\x08\xde\x79\x16\x45\x0e\x3a\xc0\x81\xa6\ \x00\x21\xc0\xb2\x00\x63\xc8\xc9\x11\x97\x5d\xc6\x2f\xbb\x0c\x6d\ \xd9\x82\x16\x2d\xc2\x0b\x16\x90\x07\x1f\x84\xfb\x1f\x10\xc7\x0c\ \x15\x67\x9e\x89\xce\x3a\x9b\xab\x91\x3d\x3b\xbf\xfc\xf2\xd9\x79\ \x39\x77\xde\x38\x20\x20\xc5\x9a\x1b\xea\x8d\x34\x42\x88\x27\x6a\ \x16\x7f\xb8\x68\x4f\x1b\x1e\x74\xd2\xb8\x13\xfb\x28\x4b\xde\xfd\ \x24\x6b\xc8\x98\x21\x45\xb0\x76\xf9\x07\xac\x74\xe4\xb0\xf2\x9c\ \xad\xcb\xde\x6b\x0e\x0c\x38\x69\x48\x09\xa7\x3f\xac\xd5\x74\x3f\ \x93\xd3\x81\xbc\xe0\x30\xe9\x5e\x6b\x96\x2c\xae\x6f\x8b\xc4\x16\ \x2d\x1e\x3b\xe2\xca\x20\x01\xa3\xad\x66\xf9\xe2\xe5\xd5\x11\xdd\ \x15\x2a\x3d\xed\xec\x33\x4b\x7c\x38\x52\xbd\xee\xa3\x8f\xd7\x45\ \x74\x9a\x55\x36\x68\xec\x59\xa3\x02\xa0\x08\x4d\x23\x3e\x77\xfd\ \xae\x2f\x1a\xd6\x45\x87\xc7\xea\xe1\x9d\x77\x61\xd5\x67\x50\xdf\ \x00\x83\x06\xc1\xa4\x49\x70\xee\xb9\x70\xec\xb1\xf0\xfd\x66\x88\ \xce\x23\xfc\xc8\x62\x81\x00\x55\x51\x54\x59\x71\x7a\x20\xc9\x72\ \x3a\x9d\x5e\xb6\x6c\x99\x10\x22\x95\x4a\xb5\xaf\x23\x06\x40\x18\ \x83\xb3\xf8\x9f\xf3\x8c\x44\x75\x96\xf9\xcc\xe4\x9c\xd1\xf3\x1d\ \x09\x67\x8c\x89\x8e\x8d\x33\xd3\xbe\x65\x59\x8e\xb5\xdf\xb6\xed\ \xcc\xbf\x3a\xab\x18\xb6\x6d\x4b\x92\xe4\x38\x05\x04\x80\xe3\x14\ \x04\x00\x47\xb6\x33\x94\xc4\xb6\xed\x8c\xbd\x20\x83\x08\x99\x10\ \x49\xcb\xb2\x00\x10\x21\x12\x63\x96\x24\x49\xb6\x6d\x6b\x9a\xb6\ \xdf\xaa\x47\x84\x64\x82\x99\xb0\xa3\x8d\x95\x72\x2a\xcc\x25\x40\ \x84\x96\x97\xe4\x63\x8e\x2c\x03\xaa\x6a\xeb\xa2\xcd\xf5\x7e\x7f\ \x8e\xa0\xdc\xb6\x28\x70\x26\x61\x84\x65\x99\x20\x81\x80\x83\xa0\ \x96\x6d\xb8\x35\xf9\xf0\xab\x08\xd0\x91\x20\x62\xdf\x5b\xfb\x3d\ \x3f\xa8\x6f\x8e\xf3\x4c\xbd\x4d\xd1\xbf\x3f\xf4\xef\xcf\x26\x4d\ \x42\xbb\x76\xa1\x45\x1f\x92\x85\xef\xe1\x27\x9f\x84\x3f\xce\xf1\ \x05\x5d\xd7\xe4\xf7\x0e\xab\x1f\x2c\xf8\xa3\xab\x68\xfa\x15\xc8\ \xeb\x46\x1e\xaf\x80\xe8\x9b\x7f\x79\xb6\x31\xf7\xf8\x11\x65\x6d\ \xff\x7e\xfe\x19\x65\xca\x8d\xf5\x9f\x2f\x5e\x63\xf4\x3e\xe6\x7c\ \xff\x07\x2f\xfc\x31\x72\xf6\xec\x11\x3d\xe4\x0f\xde\x5d\xe8\x39\ \x67\xe0\x29\x58\xd0\x1f\x74\x19\x06\x02\x24\x3a\x1c\xd8\xed\x10\ \xbf\xff\x06\x99\x48\xd3\x1f\x12\x09\x62\xbb\x16\x6f\x4c\x5f\x7f\ \xfb\x8c\x2f\x5e\xfa\xf3\xf2\x6d\x91\xf3\x07\x64\x35\x6f\xff\xe4\ \xb5\x0f\x37\x9d\x77\xe1\x69\xf1\x4d\xcb\x1e\x7b\xac\x7a\xc6\x1d\ \xd7\x56\xad\x7c\xeb\x83\xad\xd9\x17\x8d\x19\xb0\x71\xe5\xfc\x39\ \xd5\x6d\x33\xce\x1f\xde\xad\xaa\x2e\x7b\xd1\xec\xc0\xb6\x65\xca\ \x86\x2a\xc8\xf2\x59\x1e\x58\xda\xe3\xb8\x91\x2f\xbd\x1e\x1a\x35\ \x2c\xe9\x72\x79\x8f\x54\xc8\xd0\x61\xc1\x02\xc6\x59\x28\x2b\x2b\ \x3b\x3b\x27\x6d\xe8\xb6\x6d\x33\xc6\x28\xa3\xf5\xf5\xf5\x4e\x16\ \x10\x84\x50\xe7\xe4\x22\x0e\x45\xef\x1c\x50\x90\x59\x29\xe4\xe8\ \xe4\xd0\xb1\x7e\xc1\xd1\x26\x9c\xa7\x98\xd1\xff\x9d\xdd\x25\x49\ \x72\x34\x79\xe7\x74\x9d\xd1\x24\xb3\x6a\x28\x13\x26\xec\xb0\x0c\ \xd6\xc1\x4a\x30\xc6\x6e\xb7\xdb\x34\x4d\x27\x76\x20\xb3\x7d\xe7\ \x81\xe2\x44\x1c\x7a\x3c\x1e\x84\x50\x2a\x95\xb4\x2c\x93\x52\xe6\ \x1c\xcd\x39\x6f\x66\x79\x05\xe7\x9c\x53\x46\x04\x45\x36\xd0\xa4\ \x51\xda\xb3\xb8\x5b\x79\x49\xd0\x23\xa5\xe2\x31\xcb\xc4\x32\xf6\ \x57\x56\x45\x54\x89\x02\x56\x0c\xce\x4c\x46\x4d\x5b\x07\x0a\xb2\ \x42\x4c\x93\x51\x33\x45\x10\x53\x64\x84\x00\x1d\x11\x5e\xe0\x08\ \x0b\xdf\x87\x0b\x02\x84\xf8\xb6\x09\xc4\xd0\x01\x01\x48\x04\x06\ \x0e\x80\x41\x83\xe8\xcd\x37\xa3\xad\x5b\xf1\x97\x5f\x89\xb7\x5f\ \xeb\xfd\xf1\xea\xe0\x9a\xf8\xb1\xe2\x1d\xb1\x64\x5e\x85\xcb\xb6\ \x46\xe5\x25\x57\x79\x3e\xdc\xd4\xdc\xfb\x94\x74\x55\x92\x46\xe3\ \x75\x5f\xee\xe0\x67\x9d\xd4\x73\xee\xa6\x0d\xb5\x0d\xbd\x52\xc2\ \x93\xae\xaf\x6b\xab\x4d\x35\xa3\xec\x4b\x07\xe7\x33\xcb\xfa\x41\ \xf5\xd9\xf6\x8b\x10\x20\x50\xc7\xa2\x2f\x10\x07\xd7\x11\xba\x18\ \x9b\xfe\xd3\x1b\x2a\x10\xc6\x7b\xbe\x5c\xd6\x16\xe8\x3b\xa8\x67\ \x2f\x69\x50\xee\x1b\x8b\x57\x9e\x37\x60\x3c\xb3\x2c\x7f\xcf\x21\ \xe7\x8c\x3b\xcb\x3d\x6e\xd4\xcc\x29\xf7\xaf\xd8\x19\x2f\xd4\x3c\ \xbd\x2a\x86\x8e\xcb\xc9\x1d\xa7\x5a\x6b\x1e\xfa\x35\x9d\xa5\x0c\ \xdd\xbb\x5d\xf8\xb3\xd1\x88\x3e\x2b\x4e\x2c\x2c\xbc\x73\xb6\x1a\ \x5e\xb4\x3c\x75\xc2\xe9\x63\x4e\x01\x80\xc9\xd7\x5d\x77\xf9\x65\ \x97\x9d\x7a\xea\xa9\x5d\x42\x6f\x0f\x51\x29\xc8\x10\xdb\xff\x22\ \x2f\x10\x9a\xcb\xe5\xf3\xf9\x98\xe0\x8c\x31\xc7\xe2\x8f\x10\x02\ \x84\x38\xe3\x1c\xed\x93\xd2\x2e\xf6\xff\xce\x41\x7e\xaa\xaa\xca\ \xb2\x9c\x4a\xa5\x6c\xdb\xce\xd8\xf0\x18\x63\x19\xdb\x7e\x17\x4a\ \xef\xf1\x78\x6c\xdb\xb6\x6d\x5b\x96\xe5\xce\xcb\x9c\x1c\x69\xcf\ \xac\x5c\x76\x08\x08\x63\xed\x74\xd4\x39\x20\xeb\x68\xbc\x23\xf0\ \xa9\x4b\x82\x03\x49\x92\x28\xa5\xb1\x58\x4c\x08\x81\x31\x21\x44\ \x22\x44\x72\xf0\xa5\xf3\xda\x84\x76\x95\x07\x90\x0c\x12\x03\x9e\ \x32\x12\x85\xb9\xde\x6e\x85\x7e\x61\xb5\x79\x30\xf6\xf9\xf3\x4b\ \xd2\x72\x55\x65\x55\xa4\x31\xad\x48\x7e\xce\x39\x12\x5c\x41\x0c\ \x21\x0e\xb6\x30\x6d\x2e\xa8\xe9\x22\x42\xc5\x47\xc2\xa6\x25\xc0\ \xb9\x6f\xa2\xcb\x92\xb0\x0e\x95\xe1\x5b\x27\x4c\xd6\xce\x14\x10\ \x82\xfe\xfd\xc9\xe0\x21\xc9\x63\x4b\x9e\x78\x7c\xf9\xcf\xcf\x3a\ \xa9\xc7\xfa\xc5\xad\x2f\xbd\x18\xaa\x69\x3b\x6f\xe5\x06\x3c\xc7\ \xfc\x6d\x20\x9f\xb6\x36\xd8\x43\x87\xf4\x1c\x33\xae\xa4\x54\x04\ \xe4\x11\x74\xe5\xca\xf7\x96\xc6\x8a\xce\x9c\x58\xd8\xb2\xf3\x5f\ \xef\x21\xa5\x60\x60\x8f\x80\x8c\x31\x06\xc3\xc0\xaa\x46\x98\x65\ \x32\xac\xb9\x88\xa9\x1b\xdf\x5d\x67\x40\x9d\xfc\x09\xd0\xa1\x2d\ \x3a\x17\x7b\x10\x1d\xc1\xb9\xf0\x6f\x0e\x57\x3f\xe4\xfb\x89\x15\ \x68\xfb\xec\x93\x35\x8d\xad\xbe\x59\xf7\x6d\xa1\xc9\xd6\x9a\x78\ \xdb\x06\x7d\x7c\xd0\xa3\x59\x88\xa7\x0d\xea\x0e\x37\x0e\x8f\xd6\ \x78\xe6\x3c\x3c\xb0\xf2\xa3\xbe\xab\xe7\x00\xe1\x40\x78\x3e\x55\ \xe8\x85\xa7\x7f\x7e\x7c\x8f\xdd\xe7\x4c\xbb\xe2\x92\xe3\xe2\x7f\ \x9e\xbd\xd9\x46\x85\xcd\xac\xcf\x88\x0a\x59\x70\x01\x68\xfd\xba\ \x75\x9b\x37\x6d\x7a\xe4\x91\x47\x4e\x38\xe1\x84\xef\x1a\x1f\x99\ \x19\xc0\x0e\xf5\x3e\x7c\xde\xd3\x6f\xb6\x17\x20\xc6\xb9\x4b\x75\ \xb9\x3d\xb6\xde\x91\x5c\xd1\xc1\x82\xf6\x0c\x66\x42\x10\x84\x44\ \x87\xd3\xae\xb3\xbd\x30\xe3\x1d\xc8\xe0\x45\x46\x71\x70\xa8\x81\ \xa2\x28\xb2\x2c\x73\xc6\x32\xc9\x0e\x9c\x8d\x9d\x27\x2a\x49\x52\ \x46\x71\x70\x08\x42\x86\x71\x70\xce\x4d\xd3\x74\xb6\xa1\x8c\x31\ \xc6\x1c\xd5\xc0\x51\x0a\x00\x40\x51\x14\x84\x91\x33\x70\x12\x89\ \x84\x24\x49\x4e\xec\x50\x46\x5f\x60\x8c\x39\x9d\x61\x8c\x81\x40\ \x0c\x31\xc7\x88\xe0\x40\xcc\xbe\x08\x65\x40\xc0\x11\xe3\xb6\xaa\ \xa8\xf9\xf9\xb9\x9a\x9b\x98\x8c\x0a\x62\x19\x7a\x44\x92\xb3\xbc\ \x5e\x29\x15\x33\xc1\x4c\x03\xa3\x80\x40\x91\x31\x46\x80\x91\xe0\ \x82\xcb\x6e\x17\x91\x90\xc7\x85\x8f\x40\x6e\x47\xc1\x05\x77\x2e\ \xc9\xa1\xca\xfb\x33\xa9\xef\x26\x18\xb6\x0d\x2e\x8d\x59\x46\x18\ \xcb\xc9\xd3\xcf\xb0\x7e\x72\x76\x74\xdc\x31\x4f\xde\xfe\xf4\xa0\ \xfe\x17\x5d\xe3\xa9\x2e\x79\xfb\x6f\xe2\xfd\x45\x79\x0b\xdf\x85\ \xfc\x7c\x28\x2b\x15\xe5\x45\xe7\x45\x5a\x3f\x5b\x91\x7b\xf2\xbd\ \xf7\x09\xba\xee\xde\x77\x5a\xaf\x9e\x71\x09\x44\xb7\xce\x5b\xbe\ \x6b\xd4\xd8\xd3\x5a\x97\xbc\x15\xcd\x3d\x66\x44\x5e\xec\xcd\x8f\ \x6b\x4e\x1e\x77\x46\xbe\x1b\xb1\x43\xce\xc3\x75\xe0\xbc\x87\x50\ \xbb\x9a\x20\x18\xe7\x07\x78\x34\x1c\x52\x99\x99\x00\xfe\x73\x38\ \xc0\x18\x30\xc6\x12\x09\x6f\x5f\xb9\xda\x28\xbf\xe9\xfe\xdf\xf5\ \x90\x2d\x84\xcc\x0f\x1f\xbc\x67\xfb\xe3\xf3\xce\xa4\xab\x2f\xfb\ \xe7\x3a\xdf\xbb\x73\xd9\xee\xad\xa7\xd7\x35\x10\x8f\xd6\x96\xeb\ \xdf\x50\x50\x94\x73\xf1\xf8\xea\x64\xe5\xfb\x9e\x13\xef\x78\xf0\ \xfa\xe8\x5f\xa7\xad\x8a\xa6\xce\x93\xb4\x53\x4f\x19\x31\x6b\xce\ \x1f\x36\x65\x1d\x7b\xdb\xc0\x3c\x46\x29\x13\xd0\xa7\x4f\x9f\xcb\ \x2e\xbb\xec\xae\xbb\xee\x9a\x39\x73\xe6\xc8\x91\x23\x4d\xd3\x3c\ \xc4\x1e\x76\x59\x59\xf3\x75\x4e\xfa\xc3\xef\x53\x44\xc8\xd0\x75\ \x45\x51\xfc\xc4\x1f\x8d\x44\x19\x17\x9c\x33\x70\xf2\x0e\x82\x70\ \x44\x1f\x09\x40\x9d\xb2\x92\xb8\x54\x97\xa3\xea\x67\xb4\x74\x67\ \x92\x77\xac\x89\xce\xd3\x32\x0c\x83\x52\x0a\x20\x32\x6b\x81\x32\ \x49\xca\x30\x26\x8e\xda\xaf\xaa\xaa\xb3\x70\xa8\x8b\xf6\xe1\x40\ \x63\x22\x11\xe7\x5c\x84\x42\x21\x22\x49\xc9\x64\x92\x73\x2e\xc9\ \xb2\xc3\x0b\x12\xf1\x04\x17\x3c\x14\x0a\x61\x8c\x53\xa9\x54\x3a\ \x9d\x56\x55\x15\x21\x4d\x92\xda\x0d\x90\x92\x2c\x63\x84\x14\x45\ \xb1\x6d\x9b\x31\xee\x24\xb8\x24\x18\x3b\x34\x84\x73\x81\x71\x87\ \xed\x1a\x61\x84\x5d\x80\x90\xc0\x2c\x91\x4e\x41\x4b\x8c\x99\xe1\ \xa0\x57\x6b\x4b\x44\x55\x8f\x4b\xd1\x64\xce\x62\x32\xd1\x80\x20\ \x00\x4e\x30\x37\x2d\x33\xad\xa7\x39\xa7\x3e\xbf\xcf\xa5\xb8\x25\ \x22\x8e\x1c\x2f\x10\x5c\x70\xde\x65\x71\xb7\x23\x42\xdf\x2d\xa0\ \xc8\xa6\xa0\xf8\x7b\x75\x2f\x56\x8d\x94\x19\x27\x25\x83\xc7\x9c\ \x78\x45\x53\x63\xd1\xb9\xe6\xb9\xbd\x8c\xcb\x2f\x58\xba\xe0\x3d\ \x6b\x67\xc3\x40\x26\x0f\xa1\x09\x75\xed\xfa\x93\xe3\x6d\x23\x93\ \xeb\x5d\xe3\x96\x9a\x7e\x7c\x2b\x14\x0c\x78\xe3\x2f\xdc\xdf\x5a\ \xb3\x29\x3d\xb8\x5b\x69\x64\xe3\xda\xfa\x21\x15\x03\x0a\xed\x5d\ \xcd\xb1\xe1\x92\x8b\xcb\x82\xd9\x36\x62\xfc\x60\x9d\x11\x5f\x37\ \xfc\x3b\xe0\xac\xe3\x3a\xa0\xfd\x52\xc5\xc1\x74\x84\x4c\xf6\x8a\ \x43\x15\x15\x84\x00\x63\x41\x08\x10\xd2\xce\x40\x18\x43\xf1\x84\ \x64\xc4\x6b\xde\x5f\x39\xa8\x45\x1a\xfa\xca\x9f\xf1\xa6\x4d\x68\ \xdb\xb6\x4b\xbe\xfc\xcc\xa0\x7f\x51\x3c\xae\x63\x40\x8e\xf7\xec\ \x56\x3d\xf4\xb8\xc0\x8c\xf3\x7a\x9e\x33\x7a\xdd\xd2\x17\x5e\xdc\ \x88\x7b\x64\x85\x68\xa8\xdb\xe5\x17\x5d\x94\xcb\xe9\xc0\xe1\x63\ \x37\xbc\xb3\x69\x67\x93\x31\xbc\xdf\xf1\x03\xf2\x5e\x5a\x53\x32\ \xa8\xcc\x2b\x59\xb6\x09\x00\xe9\x74\x7a\xdc\xb8\x71\x00\x70\xfb\ \xed\xb7\x3f\xf2\xc8\x23\x43\x87\x0e\x35\x0e\xb9\xd2\x59\x67\x2f\ \xd8\x61\x72\x9a\x1c\x12\x16\x58\x96\x49\xa9\xe9\xf1\x78\xbc\x5e\ \x6f\x2a\x9d\x12\x80\x70\xc7\xbd\x13\x80\x30\xc2\x08\x63\x04\x02\ \x10\x20\x4c\x04\x08\x24\x61\x05\xab\x1c\x04\x17\x8c\x9a\xd4\x34\ \x4c\xc6\xb8\x63\xf0\xe1\x9c\xa9\xaa\x4b\x73\xa9\x18\x30\x16\x88\ \xdb\x9c\xb8\x31\x43\x9c\x23\x21\x2b\xed\x89\x03\x14\x59\x62\x0c\ \x11\x42\x1c\xb7\xb2\xa3\x08\x38\x61\xc4\x9c\x67\xa6\x0b\x64\x5b\ \x0c\x13\x02\x80\x2d\xd3\x4e\x25\xd2\x80\xc0\xe7\xf3\x23\x84\x18\ \xe5\x9c\x72\x4a\xa9\x99\x36\x01\xc0\x48\x9b\xd4\xe6\x9a\x4b\xe2\ \x4c\x20\x09\x63\x84\x85\xe0\x08\x1c\xc7\x01\x25\x04\x21\x49\x15\ \x80\x09\x22\xc2\xa6\x2a\x51\x6d\x66\x23\x8e\x88\x24\x53\xe0\x44\ \x55\x30\x43\x4a\x42\x20\x21\x4c\x41\x99\x65\x72\x80\xa4\x6d\x82\ \xc9\x5d\x6e\x4d\xd8\x6d\x7e\xc9\x8a\xb5\xb6\x80\x8f\x78\x3c\x1e\ \x42\x30\xc2\x48\x80\x30\x6c\x93\x32\x5b\xa1\x8a\x5f\xf2\x22\x72\ \x24\x02\x60\x1c\x18\x00\xd1\x1e\x4f\x29\x32\xde\x44\x67\xc4\x7c\ \x47\xd5\x92\x5b\xba\xaf\xd7\xa8\x5b\xa6\x9f\x60\x99\x26\x17\x00\ \xc8\x77\xe1\x2f\x6f\xc1\xdc\x8e\xc7\x12\xde\x5e\xc3\x2f\x98\x3e\ \x0a\x30\xe6\x08\x74\x01\x46\x24\x42\x6a\xaa\xa5\xba\x3a\x7d\xf3\ \x66\x69\xeb\xf6\xd3\x6b\xab\xe1\xe5\x67\xa1\xb1\xe9\x76\xaf\x07\ \x56\x2c\x1a\x52\x54\x0c\x1f\xaf\x35\xbb\x57\xdc\x57\xd1\xdd\x78\ \xe7\x75\x5a\x50\x88\x0b\x0b\x79\x7e\xbe\xd0\x5c\x80\x10\x20\x0c\ \x18\x39\xd2\xb8\xcf\x03\xda\xf9\xd5\x41\x22\x10\x00\x08\x8e\xda\ \xff\xf2\x76\xd4\xeb\x82\x05\x42\x08\x84\x18\x00\x03\x10\x08\x09\ \x84\xe0\xc0\x57\xe6\x2c\x8e\xb9\x41\x08\xa0\x14\x35\x36\xe2\x86\ \x06\x54\x5f\x8f\x1b\x1a\x50\x4d\x0d\xde\xb1\x03\x35\x36\xe2\x70\ \x78\x68\x4a\x1f\xda\xd6\x0a\x0b\x7c\xd0\xa3\x07\x94\x97\xa3\x5b\ \xef\xd2\x86\x0e\xda\xb1\x77\xe5\xd3\x0d\x65\x53\x1f\xbe\x79\x00\ \x06\xca\x38\x27\x56\x7a\x11\x2f\x1d\x7a\xd6\x6d\x3f\x3f\x0d\xd9\ \x16\xa3\x34\x99\xd2\xb3\x7a\x9f\x32\x75\xfa\xc9\x91\xd6\xc6\x2d\ \x6b\x76\xd6\x4b\xfd\x26\x9c\x32\x14\x33\xd3\xea\x58\x1d\x97\x48\ \x24\xc6\x8d\x1b\x67\x59\xd6\x8c\x19\x33\x66\xcd\x9a\x35\x60\xc0\ \x80\x43\x84\x83\x0c\x16\xb0\xfd\x63\x76\x8f\x70\x7c\x81\x40\x08\ \x59\xa6\xe9\x0f\x06\xbc\x1e\x4f\x22\x99\x10\x08\x09\x86\x81\x00\ \x17\x48\x20\x24\x9c\xe4\xbf\x68\x9f\xe7\x47\x08\xf0\x78\x3c\x89\ \x64\x8c\x31\x66\xd9\xb6\x65\x99\x82\x65\x16\x08\x09\x46\x69\x3a\ \xc5\x55\x59\x26\x80\xa8\x65\x33\xca\x90\x8c\x88\x84\x31\x69\x8f\ \x75\xe6\x00\x98\x10\x67\x04\x13\x22\x21\x24\x30\xc2\x56\xbb\x5d\ \xbf\x5d\xd1\x60\xd4\xe6\x5c\x20\x04\x8c\x72\x40\x58\x08\x20\x98\ \x10\x4c\x40\x00\x17\x08\x01\x26\x80\x99\x45\x41\x08\x02\x48\x95\ \x35\x55\x76\x09\xc1\x11\x60\x82\x89\x10\x60\xa4\xd3\x04\x03\x02\ \x41\x24\x89\x01\xd8\x8c\x63\x82\x05\x17\x9a\x24\xe9\x94\x12\xc6\ \x15\x89\x00\x40\xca\x34\x34\xac\x32\x01\x9c\x53\xce\x6d\x26\x84\ \xec\xf5\x31\xea\xb6\x15\xc5\xe7\x0b\x12\x13\xb2\xb3\x02\x02\xa8\ \x00\xa1\x68\x2e\x59\x26\xa9\x64\x22\x96\x4c\x60\x49\x72\x6b\xaa\ \xa2\xb9\x90\x2c\x23\x89\x1c\x81\x25\xcb\xe0\x44\x58\xb7\x1b\x0e\ \x33\x61\x05\xed\x39\x95\x90\x40\xdf\xf1\x60\xe2\x8b\xcf\x56\x5a\ \xb6\xdd\x99\xa8\x33\x4a\xfb\xf4\xe9\x93\x9d\x9d\x4d\xad\x7d\xce\ \x73\xa1\x69\x76\xff\x01\xf6\xe0\x21\x70\xce\xb9\xc8\x30\x20\x9d\ \x46\xba\x8e\x1b\x1a\xc8\xce\x9d\x64\xcf\x5e\x5c\x59\x49\x76\xee\ \x90\xde\x5f\x08\x0b\x2c\x97\x6d\x21\xcb\x06\xd3\x04\xb7\x9b\x97\ \x94\xf0\x82\x7c\x9e\x9f\xcf\xf3\xf2\x78\x6e\xae\xc8\xc9\x11\xb9\ \xb9\xdc\xe7\x03\x55\x11\xaa\x0b\x14\x45\xa8\x0a\xc8\x8a\x90\x25\ \x90\x15\x90\x65\x21\x11\x90\x64\x20\x92\x20\x18\x11\xc9\x46\xd8\ \xf4\xb8\xc5\xfe\x29\x3d\x84\xaa\xda\x8e\xc9\xc4\xb2\x84\x65\xa1\ \x8e\x77\x30\x4d\x30\x4d\x64\x9a\xa0\xeb\xb8\xb5\x15\xb5\xb4\xa0\ \x96\x16\xd4\xd4\x84\x9b\x9b\x51\x63\x23\xae\xab\x83\xd6\x56\x90\ \x24\x50\x14\xa1\x28\x20\xcb\x22\x18\x84\x3e\x7d\xe2\xc7\x1e\xbb\ \x2e\x99\x14\xbd\x7b\xf3\xee\xdd\x85\xd7\x0b\x9a\x46\x15\xa5\x77\ \xff\x7e\x52\x4f\x6f\xe1\x97\x26\x49\x9b\x94\x9b\x1c\x10\x95\x78\ \x28\xbf\x7b\x39\x71\x9b\x86\x09\x96\xd9\x6e\xb4\xb2\x2d\x9b\xd9\ \x3b\x56\xbf\xf7\xef\xcf\xc3\xc3\xc7\x5c\x7c\x5c\x0f\x9f\x69\xda\ \xd0\xc1\xed\x9d\xd0\x95\xf3\xcf\x3f\xdf\x81\x83\xd9\xb3\x67\xf7\ \xea\xd5\xcb\xb2\xac\x6f\x05\x82\xce\x26\xb9\xc3\xe1\x34\x39\x54\ \x9f\x62\x7b\x1c\x21\x80\xc7\xed\x12\x9c\x53\x26\xb0\x84\x00\x90\ \x70\x70\xa2\xc3\xe9\x83\x1d\x62\x8d\xc0\xb6\x2c\x7f\x7e\x6e\x73\ \x13\xe2\x42\xe8\xc9\x24\x02\x8c\x10\x16\xe0\xac\x53\x16\x5c\x30\ \xd3\xd0\x01\x69\x20\xc0\x62\x56\x2a\x95\xf4\xf9\xbd\x98\x83\x95\ \xd6\x65\x45\x91\x24\x89\x73\x67\x2e\xc0\x08\x21\xd1\x7e\x1e\xea\ \xd0\x60\xc0\x18\x63\xc2\x38\x17\x00\x4e\xf6\x01\x22\x49\x5c\x70\ \x26\xb8\x22\xab\xed\x3e\x0b\x42\x38\xe7\x02\x21\x55\x55\x1d\x0d\ \x12\x09\x61\x5b\x16\xc6\x88\x33\xc6\x11\x98\xa6\x8e\x01\x05\xbc\ \x3e\xca\x6d\xdd\x30\xb9\xc0\x82\x03\x13\x36\x11\x4c\x08\x53\x55\ \xc4\xa9\x27\x8d\x4c\xe8\xe9\xf5\x5b\xb6\x2a\x82\x53\x6a\x1b\x2a\ \x8e\xc6\x13\x2e\x17\x70\x55\x55\x7d\xd9\x7e\x8c\xe3\xb1\x78\x5b\ \x8d\xee\x77\x67\x81\xbf\x24\xab\xa0\xce\x8d\xbc\x8a\x84\x2d\xd3\ \xb4\x4c\x93\x9a\x96\xd7\xe7\x09\x85\x02\xaa\xaa\xc8\x18\x4b\x98\ \x1c\x01\x3f\x82\xd7\xef\xdf\xbd\x7b\x67\x61\x51\x91\x2c\x2b\xfb\ \x4d\x1a\xff\x81\xbd\x00\x90\x10\x3c\x16\x8b\x1b\xa6\x81\x3b\x15\ \x68\xb2\x6d\x5b\x08\x50\x5d\x2e\x6a\xdb\x5d\x63\x16\x6c\x1b\x00\ \x81\x24\x89\x40\x00\x82\x41\x28\x2e\x16\x23\x47\x52\x8c\x01\x13\ \x60\x14\x87\xc3\xa8\xa5\x15\x85\x5b\x71\x24\x82\x9a\x5b\x48\x55\ \x15\x6a\x69\x96\x5b\x5a\x61\xcf\x5e\xf8\xf2\x4b\x08\x47\x20\x1c\ \x01\x46\x41\xd3\xda\x5f\x2e\x17\xb8\x5c\xa0\xaa\xa0\x28\xce\x4b\ \x48\x12\xc8\x12\x10\x09\x24\x09\x30\xe6\x00\x65\x91\xb0\x3f\x10\ \x04\x55\x6d\x2f\x22\x2a\x44\x79\x4b\x8b\x24\x84\xa6\xaa\x40\x29\ \x74\x40\x00\x18\x46\xfb\x2b\x9d\x86\x54\x0a\x84\x80\x60\x10\xb2\ \xb2\x20\x3b\x1b\x72\x72\xa0\x77\x6f\x71\xc2\x09\xa2\xb4\x94\x17\ \x17\x8b\xac\x2c\x91\x93\x23\x72\x72\x78\x6e\x2e\x91\x65\x4b\xd7\ \x1b\x17\x2f\xc6\x00\x88\x73\xb0\x6d\xb0\x2c\xcb\x34\xf5\xec\xec\ \x7e\x03\xc7\xde\xda\x9f\x99\x96\x25\x40\x01\x00\x2e\x60\xc4\xf8\ \xeb\x8f\x03\x6a\x5a\xb4\x73\xc8\x80\x00\xf9\xd8\x71\x93\x46\x9f\ \x87\x05\x67\xb6\x4d\x85\xa2\x64\x50\xd5\xb2\x2c\x27\xfe\xfd\x92\ \x4b\x2e\x91\x65\xf9\xe1\x87\x1f\x7e\xe0\x81\x07\x4a\x4b\x4b\x0f\ \xc5\x94\xe8\x1c\xc4\x30\x8c\x68\x34\xda\xbb\x77\xef\xff\x56\xac\ \x11\xb7\x6d\x0b\xb8\x70\xbb\xdd\x1e\xb7\xbb\x2d\x9e\x60\xcc\xc2\ \x58\x71\x06\x8e\x10\xc0\x78\x7b\x5d\x2f\x86\x90\x84\x80\x51\x8a\ \x11\x26\x08\xdb\x94\x23\x81\x30\xc1\x9c\x67\x38\x9a\x40\x08\x61\ \x89\xa4\x52\x69\x45\x55\x64\x59\xe1\x82\x83\x6d\x9b\xa6\x41\x19\ \x13\x9a\x1b\xbb\xdc\x40\x24\x81\x10\x60\x00\x81\x38\x42\x00\x9c\ \x0b\xc1\x01\x04\x06\x01\xc0\x41\x08\xce\xb0\x4c\x82\xd9\x59\x94\ \x51\xdd\x34\x88\x4c\x5c\x1e\x4d\x51\x54\x01\x82\x32\x2a\x61\xa2\ \x6a\xaa\x2a\xcb\x9a\xc7\xad\xeb\x3a\x37\x0d\x41\x6d\x4e\x90\xa4\ \xaa\x88\x33\x6e\xf3\x58\xb4\x2d\x37\x37\x3b\x3b\x2b\x3b\x1c\x0e\ \x23\x6e\x4a\x44\x01\x21\x80\x99\x48\xd8\x44\x98\x04\xe9\xc5\x85\ \x7e\x8b\xfa\x77\xed\xd8\x96\x6a\x4d\x09\x59\x21\x7e\x9f\xe6\x51\ \x2c\x33\x56\xb9\x79\x87\x17\x21\xd3\x32\xe2\xd1\xa4\x69\xe1\xad\ \x0d\x9b\x4d\x43\x60\x50\x5d\x9a\xc2\x39\x6f\xa8\xaf\xd7\x8d\x34\ \x63\x54\x75\xa9\x86\x61\x20\x8c\x54\x55\x3d\x32\x41\xf2\x39\xb9\ \x79\xe1\x70\xcb\x96\x8d\x1b\x42\x59\xd9\x18\x13\xe8\x28\xd0\xd0\ \xa9\x90\xcb\x21\x63\x81\x00\x40\xe8\xd8\x63\x87\x23\xb4\x9f\x03\ \x02\x01\xd2\x0d\xa3\xba\xaa\xf2\x3b\x38\xb3\x04\x00\x42\x40\x88\ \xf0\xba\x21\xd0\x1d\x2a\x7a\x02\xc6\x40\x19\xb2\x2c\xb0\x6d\xb0\ \x6d\x64\xdb\x40\x29\xe8\x3a\x8a\x44\x50\x34\x0a\xd1\x28\x8a\xc5\ \x20\x16\x43\xf1\x04\x24\x13\x28\x99\x82\x74\x1a\x25\x62\x60\x98\ \x60\x1a\x60\x5a\x40\x6d\xc4\x45\xd0\xe7\xcb\x0b\x65\x41\x3c\x01\ \x42\x00\xc6\x40\x08\x48\x52\x40\xd3\x2c\x21\xea\x13\x09\x5b\x92\ \xc0\xe3\x81\xfc\x7c\xe1\xf5\x82\xcf\x07\x7e\xbf\x08\x06\x85\x03\ \x01\x59\x59\xc2\xe7\x03\x49\x02\x59\x06\x59\x76\x88\x40\x7b\x8e\ \x10\xc6\x80\x31\xb0\x6d\x54\x53\xe3\x44\xc4\x9f\x72\xec\xb1\x5d\ \xe4\xd0\x34\xcd\xdd\xbb\x76\xfd\x67\xce\x3c\x67\x2f\x27\xbd\x82\ \x63\xf9\x5a\xbd\x7a\xb5\xdb\xed\x4e\xa7\xd3\x57\x5d\x75\xd5\x9c\ \x39\x73\xb2\xb2\xb2\x0e\x25\xac\x98\x73\x1e\x0e\x87\x73\x72\x72\ \x42\xa1\xd0\x7f\x03\x0b\x10\x62\x94\x23\x21\x28\xb5\x35\x4d\x0b\ \x85\x82\xb1\x44\x82\x73\x4e\x40\x08\x8c\x85\xc8\x78\x7e\xda\x83\ \xa4\x39\x46\x7a\x3a\xdd\xda\xdc\x82\xb8\x60\x36\x95\x10\x12\x5c\ \x80\xe0\x42\x38\x52\xc1\x11\x02\x40\xc0\x04\x15\x20\x01\x21\x00\ \x42\x50\x6a\xeb\xba\xc7\xeb\xc3\x1c\x31\xd3\x26\x2a\x76\x6c\x77\ \x02\x01\x38\xb5\x12\x10\x60\x42\x10\x92\x30\x26\x80\x10\x96\x24\ \x8c\x48\xc0\xe7\xa7\x36\x6d\x6a\x6c\x02\x06\x81\xa0\x5f\x70\x81\ \xb8\x63\xef\x13\x5e\xaf\x5b\x91\x64\x84\x11\xe3\x8c\x48\x18\x0b\ \x22\xcb\x44\x73\x29\x9c\x31\xc6\x6c\x59\xc2\x96\x69\x44\xc3\x91\ \x70\x6b\x58\x92\x24\x89\x48\x9c\x33\xce\x98\x24\x71\x59\xe1\x5e\ \xaf\x9c\x4e\x44\x42\x59\x79\x7d\xba\x77\x67\xfa\x6e\x49\xf3\xb4\ \xc4\xa2\x39\xaa\x04\x4c\x25\xb5\x2d\x4c\x52\x11\xb5\x03\x20\xcb\ \x5a\x30\xdc\x1a\xdb\xbd\xa7\x52\x51\x3d\xbe\xb2\x12\x21\x84\x69\ \xa6\x65\x09\x7b\xdc\x5e\x8c\x44\xa4\x35\xec\xf3\xfb\xdd\x2e\x8d\ \xda\xec\xc8\xac\x03\xec\xd3\x77\x40\x4b\x73\x53\x38\xdc\xca\xa9\ \x0d\xdf\xdb\xf9\x9c\x48\x24\x7e\xb0\x9e\x75\xad\xf9\x8b\x1c\x3b\ \x33\x28\x0a\x28\x2a\x20\x80\x50\x08\x8a\x8b\xf7\x57\xec\x3b\xb6\ \x81\xfd\xde\x1d\x5f\x95\x3b\x37\x0f\xa4\x83\x44\xec\x10\x00\x16\ \x8b\xa5\x13\x09\x27\x17\x35\x74\x5a\xa0\xd5\xf5\x05\x1d\x21\x98\ \xa6\x09\x5f\x63\x58\xfd\x56\xde\xfe\x5d\xb1\x20\x93\xce\xbb\xaa\ \xaa\xca\xed\x76\xcf\x9b\x37\x6f\xe1\xc2\x85\xa7\x9f\x7e\x7a\x30\ \x18\xdc\xb1\x63\xc7\xb0\x61\xc3\x0e\x85\xbb\x21\x84\x7a\xf5\xea\ \x95\x93\x93\xf3\xdf\x89\x35\x42\x00\x9c\xda\x8c\xda\x20\x38\xe7\ \xcc\xa5\xc8\x04\x83\x68\x97\x68\xe0\xed\x29\xc0\x1d\x5b\x01\x22\ \x80\x04\xe7\xd4\xa6\x40\x59\xcf\x6e\xe5\x91\x48\xa4\xb9\xa9\x39\ \x9e\x4c\x20\x10\x04\x80\x09\xc1\x18\xa3\xd4\xe6\x9c\x11\x82\x19\ \xe7\xc2\xb6\x80\x10\xa0\x98\x70\xa1\x12\x89\x09\xc1\x6c\x1b\x63\ \x62\x33\x8e\x08\x01\x82\x11\x22\x92\x42\x24\x42\x70\xfb\xfa\x0d\ \x84\x10\x16\x42\x58\xb6\xe5\xf3\xf9\xbc\x6e\x8f\xe0\xbc\xa9\xa9\ \xde\x26\x42\x91\x24\x2c\x11\x15\xc9\x08\x84\x24\x49\xd4\xb4\xd3\ \xa9\x34\xa3\xd4\xeb\x56\x81\xca\x44\x22\x12\x46\x86\x4d\x2d\xd3\ \x50\x65\xd9\x36\xad\xb6\x68\x9b\x65\xe8\x8c\x28\x02\x59\x94\x71\ \x0c\x42\x91\x89\x44\x90\x37\xe0\x0d\x04\xbc\x82\xda\xf9\x39\xd9\ \xea\x60\x4f\x24\x12\x4f\x45\x5a\xa1\x2d\x79\xc2\xe0\xbe\x03\xcb\ \x0b\x35\x30\xa3\xad\xcd\x8d\x2d\x2d\x04\xb1\xf3\x86\xf5\x0a\x89\ \xf4\x9a\xbd\x4d\xa6\x91\xd6\x0d\xc3\xeb\xf5\x94\x97\x97\xfb\x7c\ \xde\x48\x24\xb2\x77\xcf\x1e\x3d\x9d\x4e\x26\x92\x12\x91\xd0\x91\ \x2a\xbd\x9d\x9b\x97\x9f\x9b\x97\x0f\xff\xbf\x36\x02\x50\x1a\x08\ \x40\x20\x70\xd4\xf6\x30\x18\x0c\x6e\xdd\xba\x75\xf2\xe4\xc9\x67\ \x9c\x71\xc6\x0d\x37\xdc\x50\x5b\x5b\x7b\xf7\xdd\x77\xe7\xe7\xe7\ \xc3\xc1\x72\x73\xfd\xb7\xda\xb7\xf0\x02\xca\xa8\x9e\x4e\x12\x0c\ \x82\x71\x00\x41\x30\xca\xc4\x7e\x71\x10\x5c\x00\x46\x32\x41\x08\ \x0b\x20\x98\x30\x9b\x72\xca\xb2\x43\x59\xd9\xc1\x2c\x2c\x20\xda\ \xdc\xea\xf7\x78\x13\xa9\xa4\x6d\x59\x84\x10\x05\x13\x6a\x53\xc6\ \x39\xc2\x48\x30\x06\x58\xa2\xb6\x6d\x53\xa1\x49\x52\x2a\xd6\x46\ \x39\x10\x49\xb2\x4c\x33\x6d\xe8\x02\x11\x20\x18\x63\xe2\xf6\x7b\ \xb1\x82\x5c\x2e\x17\x65\xd4\xb6\xa8\x24\xc9\x84\x90\x78\x2c\x46\ \x30\xce\xcf\xcf\x2f\x28\x28\x30\x8d\x64\x3a\x95\xc0\x12\x91\x90\ \xa0\xc0\x04\xe3\x16\xb5\xf4\x54\x3a\x99\x48\x68\x9a\xa6\x2a\x5e\ \x2c\x09\xce\xb8\x65\xa4\x2d\xc3\x34\x75\x43\x56\x14\x84\x90\xa9\ \xeb\x58\x20\x4e\x29\xa7\xb6\x65\xdb\x04\x2c\xf0\x6a\x40\xd4\xb4\ \x61\x34\xb7\xc6\x2c\x83\xb9\x5c\x01\x8c\x25\xc3\xd0\x7b\xf6\xe8\ \x16\x6d\xa8\x2a\x29\xcc\xed\x56\x9c\xad\x58\xb1\xa0\xe2\x09\x78\ \xcd\xa8\xae\x7b\xfc\xe9\x73\xc7\xf6\xd3\x97\x89\x5d\xe1\x44\x2a\ \x95\xce\xc9\xc9\x21\x04\x11\x42\x7c\x3e\x1f\xc2\x38\x9d\x4e\xd7\ \xd5\xd5\xb9\xdd\x6e\x74\xc4\xc0\xe0\xc7\x76\x74\xb7\xda\xda\xda\ \x5b\x6f\xbd\xf5\xa2\x8b\x2e\xda\xba\x75\x2b\xa5\xb4\x5f\xbf\x7e\ \x4b\x96\x2c\xb9\xf2\xca\x2b\x8f\xaa\x4e\x7e\x9b\xbd\x40\x08\x45\ \x56\x08\xc6\x9a\x5b\x01\x1c\x40\x80\x2c\x6a\x60\x2c\x01\x46\x00\ \x48\x70\xe0\x04\x13\x4c\x00\x81\x65\x59\x9a\xa2\x78\x5d\x5a\x76\ \x20\xe8\xf3\x78\xbc\x2e\xad\xad\xa9\xd5\x1f\x0c\x34\xb4\x34\xd4\ \xd4\xd6\x12\x00\xcd\xe5\x4a\xea\x3a\x08\x8e\xb1\x44\x24\x02\x18\ \xa9\x8a\xcb\x05\x58\x02\x8c\x41\x60\xc6\x19\xb3\x6d\x6a\x09\xdb\ \x96\x54\x05\xb8\x30\x74\xcb\x34\x13\xd8\xe5\xd2\x34\xcd\x09\x4f\ \xd2\x5c\x6e\x84\x90\x6d\x98\x7a\x22\xd5\x26\x45\x11\xb4\xa5\xe3\ \x31\x49\x42\x82\xd9\xb2\x2c\x09\x10\xd1\xb6\x28\x63\x14\x38\x28\ \x18\x33\xcb\x6c\x0b\xb7\x48\x58\x92\x24\xe2\x2c\x41\x26\x04\x23\ \xe0\x08\x08\x06\x04\x08\x53\x2a\x98\x6d\x20\xc4\xd3\xba\x9e\xb6\ \x64\x9b\xc9\x6d\xd1\x98\x24\xa7\x81\x23\x1a\x6e\x4e\x25\x0c\x57\ \xc0\x9f\x57\x9a\x93\x53\x12\x0a\x76\x2f\xe4\x01\x0c\x54\x0a\x06\ \x03\x39\x72\x40\x17\x34\x69\xdb\xe0\x72\x8f\xd5\x4e\xdc\xf3\xea\ \x47\x08\x18\x08\xbb\xb5\xb5\x99\xda\x96\x10\x42\x26\x92\x90\xb8\ \x10\x22\x19\x4f\x89\xff\x85\x9c\x62\x3f\xb6\x23\x61\xd6\xc9\xc9\ \x39\xfe\xf8\xe3\xa7\x4e\x9d\xfa\xf6\xdb\x6f\x3f\xfd\xf4\xd3\x8a\ \xa2\xac\x5b\xb7\x6e\xe2\xc4\x89\x47\xd5\x6c\xf1\x2d\x3a\x02\xa5\ \x94\x60\x84\x11\xb2\x4d\x1b\x21\x24\x4b\x44\xe8\x4c\x00\x16\x1c\ \x04\x00\x17\x80\x04\x92\x30\xc6\x92\x04\x9c\x17\x16\x14\x14\xe5\ \xe5\x47\x22\x11\x2c\x84\x91\xd6\x5d\x8a\x62\xeb\xba\x2c\x70\x40\ \xf3\x18\xa6\xe9\xd5\xdc\x6e\x4d\x8b\x44\xa3\x80\x11\x20\x42\x29\ \x15\x80\xb0\xe2\xb6\x4c\x03\x10\x52\x55\xc5\xb2\xb8\x91\x4e\xb9\ \x54\x39\x37\xc7\x2f\x29\x52\x24\x12\x4d\x1a\x96\xa4\x28\x32\x26\ \x42\x50\x00\x44\x00\x27\x13\x09\x41\x19\xa3\xd4\xd2\x75\xcb\xb4\ \xd2\x89\xa4\xcf\xab\x19\xba\x61\xa5\xd2\x42\x08\xc4\x98\x4b\x92\ \x41\x08\x42\x24\x10\x82\x31\x0a\x58\x48\x12\x01\x21\x38\x03\x59\ \x22\x9c\x0b\x84\x04\x08\x81\x11\x01\x61\x19\x66\x12\x64\xcc\x38\ \x13\xa0\x00\xf1\x36\x47\xeb\xc3\xf1\x06\x8f\xe6\xd6\x5c\x6e\xaf\ \xd7\x9f\x5b\x52\x60\x11\x9b\x78\xdd\xb5\xd1\x70\x63\x53\xab\x6c\ \x47\x25\x96\xca\xcb\xcd\xca\x2e\xc8\x45\x8a\x8b\x0a\xe2\xf6\xb8\ \xb9\xe0\x98\x60\xc6\x58\x20\xa8\xa9\xaa\x92\x48\x24\xb9\x10\xb2\ \xac\x10\x22\xd9\xd4\xe6\x47\x5b\x9a\x90\x1f\xdb\x7f\xa9\xcd\x99\ \x33\x27\x37\x37\x17\x21\xf4\x93\x9f\xfc\x64\xc7\xce\x9d\x9b\x37\ \x6d\xba\x76\xd2\xa4\xa3\x8d\x36\x4a\xdf\xea\x64\x32\x4d\xd3\xb6\ \x6d\xc4\xb9\xea\x72\xe5\xe6\xe6\xc8\xb2\x4c\x05\x98\x96\x6d\x5a\ \x26\x67\xdc\x66\x0c\xdb\x36\xa7\xd4\x36\x4d\x55\x56\xc6\x9e\x31\ \x76\xc9\xa2\x0f\xb7\x6d\xd9\x22\x13\xa9\xa8\xa0\xb0\xba\x72\x2f\ \xc6\x28\xe4\xf3\xe9\xb2\x5c\x90\x93\x23\x10\xb2\x4c\x53\x37\x0d\ \x8c\x11\xa5\xc2\x32\xcd\x34\xc3\x2a\xc6\x92\x2c\x71\x21\x18\xa7\ \x1e\x8f\xe6\xf7\x7b\xb2\x82\x1e\xaf\xd7\x1d\xf4\x2a\xad\x31\x5d\ \x17\xaa\x2c\x29\x6e\xd5\x65\x9a\x26\x67\xcc\xa7\x79\x62\xb1\x44\ \x32\x1a\x23\x1c\x11\x82\xcb\x8a\x4b\x30\x62\x6d\xd1\x28\x67\x1c\ \x13\x82\x65\x99\x20\xac\xaa\x2e\x45\x55\x9c\xa2\xe8\x44\x26\x1c\ \x50\x2a\x95\x32\x0d\x13\x38\x27\x08\x0b\x81\x98\xcd\x24\x99\x20\ \x21\x10\xb2\x6d\xc6\x29\x13\x8c\x63\x7f\xb0\xa0\xb0\x8c\xc4\x62\ \x09\x2a\x98\x16\xc8\xca\xc9\xcf\xa1\x82\x26\xda\x12\x2a\xb1\x5b\ \x13\xc9\x2c\x17\x14\xe4\x14\xeb\x6d\x2d\x96\x29\x6f\x5e\x53\x99\ \x4a\x99\x05\xc5\xe5\x11\x4a\x6d\xcb\x10\x9c\x27\x13\x09\x8f\xc7\ \x03\x1c\xa2\xe1\xa8\xa9\xeb\x08\x61\x97\x4b\xb3\x0d\xeb\x88\xf1\ \x82\x74\x3a\x6d\xa4\xd3\x02\xfe\x2f\xd3\x10\x04\xc8\xed\xf5\xba\ \x5c\xae\xaf\x31\x79\xc6\x2d\xc7\x1c\x78\x54\x36\xbf\xcf\xa7\xa7\ \x53\xe9\x54\x12\x63\x3c\xe9\x57\xd7\x24\x93\x49\x8f\xc7\x13\x6e\ \x6d\xf9\x4e\x07\xd1\xdc\xee\x03\xf3\xbe\x1e\x21\x2c\xe0\x82\xbb\ \xdd\x1e\x84\x90\x4d\xa9\xa6\x2a\x40\x90\x3f\x18\x74\xfb\xfc\x69\ \x43\x8f\x27\x92\x3c\xc6\x99\x61\x7a\x15\x19\x63\xc2\x00\x04\x23\ \xee\x50\x60\xd8\xa8\x63\xd7\xae\x59\xbd\x62\x79\xfd\x75\x93\xae\ \x0b\x84\x42\x4f\x3f\xb1\x99\x53\x5b\x51\xa4\xbc\x82\xfc\x7e\x7d\ \xfb\x52\x4e\xbd\x5e\x6d\xd3\xd6\x2d\xba\x69\x06\x3c\xee\xac\xac\ \x60\x50\x75\x6b\x92\x9c\x4e\xc5\xf5\x54\xaa\x5b\x61\x71\x6e\x4e\ \x36\xe3\xb6\x4d\x6d\x84\xc1\xe7\x73\xdb\x82\xa4\x5a\xe2\xf1\x44\ \x1c\x11\x59\x73\x7b\x24\x59\x65\x94\x59\x94\x59\xba\x29\x13\x22\ \x4b\xc4\xd6\x75\x3d\x9d\x72\xb9\x3d\x5e\xbf\x2f\xd6\x16\x15\xd4\ \x0e\x78\x5c\x3e\x9f\x4f\x51\x34\x2e\xc0\xb2\x6c\x82\x11\x65\xd4\ \xe6\x48\xe6\x20\x23\x8c\x10\xa6\x8c\x5b\x4c\x80\xa4\x60\x42\x28\ \x37\x6d\xa0\x58\x76\x31\xc0\x3a\x15\x92\xe2\x26\xb2\x1d\x6b\x0b\ \x07\x6d\x9b\x32\xab\xb6\xa6\x12\x23\x96\x13\xd0\x04\x02\x44\x54\ \x6a\xc8\xb9\x81\x72\xb0\xec\x70\x3c\x95\x25\x05\x7c\x96\xbf\xaa\ \x2d\x25\x18\x47\x82\x0b\x8e\xda\xc2\x51\x55\x71\x25\x93\x49\x97\ \xaa\x1a\x26\xa5\x36\x75\x6b\xee\x23\x33\xce\x5a\x5a\x9a\xf4\x54\ \xca\xed\xf6\x66\xaa\xd4\x3b\xeb\x7c\xbf\xa3\x47\xf1\xe8\x91\xf9\ \x0e\xf5\x14\x44\x26\x40\x43\x00\x70\x4e\x1b\xea\x6b\x43\x59\x59\ \xc1\x60\xd7\xf2\x41\x75\x75\x35\xc0\x85\x93\xfd\x35\x73\x07\xe0\ \x68\xba\x7c\xc6\xa8\xd3\x33\xc6\x38\xc6\x38\x10\x08\x38\x45\xf6\ \x0e\xfd\xf2\x85\xe0\xcd\x4d\x8d\x5e\xaf\x2f\x27\x37\xef\xbf\xa3\ \x23\x08\x21\x88\x24\x51\x46\x91\x4c\x2c\xce\x54\xaf\xe6\x22\x98\ \x25\xc0\x8d\x84\xc9\x6c\x19\x23\x1f\x63\x26\xc1\x49\x55\xb1\x64\ \x68\x30\x93\x31\x2b\x99\x9b\x1b\x3a\x61\xf4\x48\x6f\x76\x20\x58\ \x5a\xea\x2e\x2a\x69\xac\xac\xd1\x90\x8a\x54\x2d\x1c\x8f\xd9\x96\ \xa1\xaa\x52\x6e\x96\x5f\x08\x11\x0c\x86\x8a\x8b\x0b\x7c\x0a\x73\ \x61\x1e\x74\x17\x07\x34\x2d\x3f\x2b\x9b\x71\x51\xd3\xd4\x98\xe2\ \x28\xc9\xf9\xde\xc6\x06\xc9\xcd\xb2\x03\x52\x4b\x24\xad\x05\xfc\ \x69\x5b\x98\x8c\x1b\x96\xcd\x30\x51\xbc\x6e\x49\x46\x32\x11\x8a\ \x40\x14\x14\x8e\x5d\x48\x0b\x22\x43\xcf\x0f\xb9\x0a\xfd\x2a\x01\ \x00\x2c\x25\x4c\xa9\xb9\x25\x01\x7a\x5a\x02\x21\x71\xf0\x18\x42\ \xc2\x18\x64\x9c\xe6\x82\x28\x32\x71\xab\x2e\x57\xc0\x2b\x93\x94\ \x61\x44\xa2\x71\xc9\xed\x0a\xc7\x5a\x22\xad\x11\x4e\x6d\x24\x92\ \xe1\xc6\xa4\x11\xad\x49\xea\x71\x5f\x5e\x28\x66\x31\x70\xa9\x49\ \x26\x35\x46\xa9\x21\x03\x31\xad\x90\x37\x5f\xe1\x20\x12\xe9\x86\ \xaa\x1a\x01\x12\x63\x14\x4b\x38\x6d\xda\xba\x93\x11\x51\x92\xb0\ \x8c\x4d\x4a\x29\x00\x42\x87\x3d\xc4\x20\x95\x4c\xa6\x12\x89\xd2\ \x6e\xe5\x84\x48\xf0\x7f\xbd\xf9\x2d\xb3\xae\xa6\xda\xe3\xf6\xca\ \x9d\xc2\x7b\x22\xad\x2d\x82\xf3\x92\xd2\x6e\xff\xe7\x2f\x3f\x8b\ \x65\x57\x57\x56\xba\x3d\x9e\xc3\xc4\x0e\xbe\xc5\x8f\xd0\x5e\x23\ \x14\x61\x9b\x52\xc0\x18\x4b\x92\xa6\xaa\x88\x71\x85\x83\x1e\x8d\ \xc9\xb2\x52\xec\x52\x84\x4b\x4b\xba\x3d\xd5\x91\x48\xb2\xa6\xb9\ \x6d\x4f\xed\xa8\x5e\xfd\x79\x63\x74\xeb\xaa\xb5\xa9\x35\x5b\xda\ \xe2\x49\x21\xcb\xc4\xa5\x0a\xc0\x89\x78\x12\x71\x5b\x96\x70\x5e\ \x4e\x9e\x24\x2b\xba\x65\xb9\x7d\x81\x5e\x65\x39\x59\x7e\x4f\x51\ \x6e\xae\x8b\x60\xcc\x79\x5d\x5d\xbd\x4e\xa9\x90\x54\x2c\x2b\x94\ \x63\xcb\xd0\x0b\x72\x7c\xc3\x86\x0e\x44\x8a\xe7\xff\xb5\xf7\xe6\ \xc1\x75\x5c\xe7\x9d\xe8\x59\x7b\xbb\x1b\x2e\x2e\x56\x62\x27\x48\ \x51\xdc\x25\x4a\x14\x45\xed\xb2\xf6\x25\x96\x65\x59\x96\x65\x27\ \xb6\xdf\x9b\x97\xd4\x9b\x38\x7e\x53\xa9\x29\xcf\x24\x53\x33\x55\ \x93\x49\x5e\x66\xaa\x5e\xbd\xc9\xd8\x9e\x99\x3c\xc5\x72\x1c\xc7\ \x4e\x1c\xc9\xb2\xb5\x5b\x96\xa9\x7d\xa5\x44\x8a\x22\x29\xee\x24\ \x48\x02\x04\xb1\xe3\xee\xb7\xbb\x4f\x9f\xe5\x7b\x7f\x5c\x00\x04\ \x41\x52\x22\x63\x4a\x32\x3d\xfd\x2b\x16\x71\xd1\x68\x34\xce\x39\ \xdd\xe7\xeb\xef\x7c\xe7\xfb\x7e\xbf\x77\xb7\xed\xce\x97\x6b\x54\ \x49\xa4\x35\x02\x8d\xb9\xa3\x84\xa4\x4a\x3b\x84\x06\x7e\x59\x54\ \xe8\xda\x65\x8b\x97\x75\xe6\x7a\x5b\xb3\x99\x54\x6a\xc7\xbe\xc1\ \x27\x36\xbd\x55\xa8\x05\xd8\x48\x97\x71\xcf\xe6\x0d\xa9\x1c\x41\ \x10\x44\xc2\xc6\xa0\xc0\x84\x44\x50\x46\x5c\xee\x7a\xc0\x5b\x96\ \xf6\x79\x89\x94\x14\x55\x4a\x94\x36\x81\xe7\xb2\x86\x84\x47\xb5\ \x42\xc8\x03\x05\x04\x28\x25\x8e\x44\xa4\x18\x46\x61\x28\x99\x52\ \x51\xb9\x98\xb4\x2c\x9b\x5b\x13\xb5\x50\x69\x42\x2d\x17\x00\x29\ \xa5\x09\x25\x84\x31\xa1\xc1\x18\x64\x28\x03\xca\x3e\x81\x1c\xe4\ \x5a\xb5\xe2\x7a\x1e\xa5\xec\x34\x7c\x87\xbf\x2d\xbb\x18\x73\x09\ \x94\xb6\x65\x53\x4a\xc3\x30\x98\x6f\x0b\xca\x95\x72\x2e\xd7\x8c\ \xe6\xa9\x72\x5d\x00\x21\xdb\x7a\x19\x8f\x31\x75\xb6\xce\x8f\x8c\ \x2b\xcd\x12\x82\x32\xc7\x75\xfd\x5a\xed\xd3\xb0\x05\x00\x98\x52\ \x95\x67\x30\x65\x00\x00\x20\x00\x49\x44\x41\x54\x60\x4c\x6a\x8d\ \xaa\x3e\xb7\x79\xa3\xeb\x05\xc5\xb2\x0e\x7c\xec\x87\xbd\x0d\x99\ \x34\xb7\x73\x86\x32\x2f\x3d\x29\xb5\x88\x4a\x34\x88\xc6\xb6\xee\ \xea\x6b\x6d\x59\xd1\xd1\x33\xb1\xed\xfd\xb7\xb7\xbe\x15\x39\xdc\ \xf6\x38\xa5\x88\x20\xd3\xd1\xd4\x6c\x11\xac\x95\x46\x0c\x2f\x5b\ \xbd\x2a\x42\xd0\xd0\x98\x4b\xd9\xd8\xb3\xb0\x71\x9d\x7c\x50\xad\ \x95\x6b\x55\x6c\x55\x89\xb5\x63\xe7\x07\x1a\x33\x4d\x28\x16\xf2\ \xfa\x1b\xaf\xbe\xe3\x8e\x3b\x0b\xe5\xea\xc4\xa1\xfd\xe5\xc1\x61\ \x64\xea\xdc\x9c\x54\x96\x6b\x7d\x3d\x3d\x3d\xcd\x99\xc2\xd4\xd4\ \xf0\xd8\x74\x2b\x4f\xdf\x7d\xd9\x9a\xee\xd6\xac\x63\xa1\x5a\x28\ \x88\x51\x4d\xb9\x74\x53\x77\x57\x2a\x9b\x4e\x38\x36\x8e\x44\x8a\ \x33\x30\x3a\x0c\xc3\xaa\x08\x0a\x7e\x75\xac\x90\x1f\x9e\x38\xae\ \x99\xd3\xd7\xd9\xd3\xdc\x9a\x15\x91\xc1\x94\xda\xc8\xf1\xb1\x49\ \xb8\x0e\xa3\x34\xa8\x54\x6c\x3b\x21\x23\x83\x23\x06\x36\x93\x94\ \x18\x63\xa8\xe7\x8e\x4d\x8d\xbf\xb7\x7d\x37\x46\x60\xd9\x56\x51\ \x22\xc2\x2c\x65\xb4\x52\x9a\x50\x8a\x08\x57\x60\x30\xa6\x06\x19\ \x63\x4c\x64\xf0\x27\xe0\xa1\xc2\x1c\x11\xe0\x29\x02\x13\xa7\x55\ \xa3\x3d\xd3\x93\x49\x67\x52\x7a\xea\xa5\x70\x9f\xfe\xcc\x47\x27\ \xd3\x61\xce\xef\xc6\x42\x61\x3e\xb3\xb0\xbf\xf3\x2d\x02\x9c\x8e\ \xbc\x17\xcf\x2e\x81\xc1\x7c\x72\x66\x83\x10\x8a\x91\xd1\x06\x10\ \xc6\x48\x14\x86\xc6\x4a\xcd\x9d\x5d\x90\x1f\x9e\x12\x76\x47\x5b\ \xe3\x1c\x17\xe0\x69\xe5\xff\x60\xde\x3d\xf9\x94\xea\x11\x10\x22\ \x8c\x21\x4c\x10\xc6\x94\x31\xcf\x76\x1a\x5c\x6f\xe4\xc0\x81\xe9\ \x91\x51\x1b\xf0\xf2\xfe\x25\x59\xd7\xd1\xd5\xd0\x71\x58\xab\xe3\ \xf0\xce\x8e\xac\xe7\x35\x58\xb4\x32\x3d\x3e\x9e\x9f\x6a\x6e\x6b\ \x6c\xed\x6a\x3d\x96\x9f\x04\xa4\x91\x66\x44\x87\x29\x8b\x69\x3f\ \x0c\xca\xe5\xae\x25\x4b\x6e\xbb\xf9\x56\x96\x4a\x8e\x4d\x4f\x57\ \xa6\x26\x3d\x87\x01\x81\x48\x1a\x9d\x44\x80\x49\xa2\xa5\xa5\xa9\ \xa3\xf3\xc8\xa1\xc3\x5a\x99\xcf\x6c\xbc\xec\x33\x57\x6f\x24\x7e\ \xa5\xb7\x21\x71\xf3\x65\x17\xbb\xc1\x94\x41\x1c\x73\x5b\x01\x1b\ \x9d\x2a\x2e\xef\xef\x79\xe0\x77\x6e\xca\x8f\x0e\xed\xde\xb5\x3f\ \x69\x25\xae\xec\xeb\xcc\xa6\x5c\x43\xd1\xa1\xe1\x11\x86\xe1\x92\ \x4b\x56\x82\x97\x76\x13\xae\x09\x43\x3f\x3f\x6d\x81\x49\x70\x47\ \xba\x2c\x0c\x69\x6f\x4b\xd6\x2c\xe9\x9b\x98\xce\x83\x54\x98\x90\ \x42\x7e\x6c\x51\x57\x5f\xdf\xd2\x8b\x77\xee\xda\x37\x21\x43\xc7\ \xe6\x41\x20\x34\x21\xae\xe3\x45\xc5\x8a\x0c\x54\x40\x23\xcb\xb6\ \x30\xb7\x46\x2a\xfe\xb1\xa9\xd2\x70\x18\x21\x82\x29\x00\x41\x9c\ \x52\xae\xb4\x9a\xa9\xe0\xc6\x28\x9d\x4a\x21\x44\xcb\x95\x8a\x0a\ \x25\xf9\x24\x68\x8d\xd0\xa9\x15\xfb\xf3\x09\xa0\xcf\x72\x7d\xae\ \x84\x5f\xa8\x54\x23\x65\xb8\x9b\xca\x65\x53\xcc\x28\xf5\xe9\x6d\ \x80\x2c\xe8\xd1\x82\xaa\x8a\x53\x97\xd9\x75\x42\xa7\x05\x3c\x2e\ \xa7\x67\xe2\x47\x08\xb4\xac\x94\x2b\xb5\x40\x22\x6a\x35\xe4\x72\ \x2e\x43\x5a\x7d\x12\x9a\x36\x04\xe3\x28\x28\x2b\xe6\x79\x0c\x03\ \xa1\x7a\xea\xfd\x1f\xfc\x60\xf3\xd7\xff\xfd\xbf\xab\x6d\xfe\xc9\ \xe3\x63\xab\xfe\xcd\xff\x71\x07\x9b\x6d\xc7\x87\x77\xbf\x5e\x9c\ \xfd\xa9\xd8\x02\x40\x84\x02\x21\xdc\xb6\x6d\xcb\x56\x61\xa4\x84\ \x58\xd1\xbf\x74\x04\x91\x96\x54\xa6\xc1\x71\x11\x18\xd3\xe4\x21\ \x1b\xb2\x9e\xd7\xd5\xde\xdc\xe0\x3a\x09\x17\x15\xcb\xc5\x29\x7f\ \x82\xb6\xb4\x5e\x7d\xeb\x35\xd3\xa5\xc2\xd6\xb7\x5e\x0b\xf3\x05\ \x14\x5a\xb2\x38\xdd\x90\x4c\x59\x09\xa7\xab\xa9\x51\x07\xa1\xaf\ \x15\x06\xd3\xb5\xa8\xb3\xb9\xb9\x49\x51\x73\x7c\x62\x54\x63\xe5\ \xfb\xd5\x4c\x4b\x73\x4f\x77\xcf\xfb\x99\x2d\x0e\x22\xd7\xad\x5f\ \x77\x68\xf7\x6e\xe9\x57\xaf\xbb\x6a\xfd\x9a\xbe\x8e\xa9\x23\xb9\ \x48\x19\x2b\x91\x8d\xb0\xd3\xdf\xdf\xef\xa5\x32\x04\xc9\x65\x4b\ \x3a\x1b\x39\xcd\x0f\x8f\x44\x13\xc7\xc6\xc6\x0c\x4f\xa6\x7b\x3b\ \xbb\xba\xa7\x8a\x19\xe6\x60\xdb\xf5\xa7\x4b\x88\x5a\xbd\x1d\x9d\ \xb2\x52\xf1\x0b\xd3\x61\xb5\x6a\x83\x71\x18\xf3\x2c\xbb\xa3\xb5\ \x45\x60\x08\x94\x6a\x70\xac\x96\xe6\x34\x95\x7e\x79\x7a\x0c\xa4\ \xf1\xab\x48\x28\x8d\x08\x2d\x56\xaa\x26\x0a\x2d\x9b\x01\xd2\x86\ \x02\xa1\x58\x1a\x53\xf2\x03\xe0\xb6\x32\x4a\x1a\xcc\x8c\x4c\xdb\ \x34\xdb\x94\x4d\xa5\x52\xda\xa0\x30\x14\xad\x6d\xad\x5e\x22\x39\ \x39\x35\x55\x28\x94\x5a\x5a\x5b\x30\xf9\xf8\x39\xce\xd0\x6c\x85\ \xef\xe9\x78\x90\xcf\xc6\x14\x50\x8e\x36\xff\xe4\xbf\xfc\xf5\x2b\ \x85\xc5\xdd\x4d\x41\xb9\xd6\xb3\xf1\xee\xdf\xbb\xe7\xfa\x14\x31\ \x64\x2e\x1f\xce\x68\xa9\x0d\x3f\x1d\x5d\x9f\x56\xd2\x00\xe6\x7c\ \xf6\x29\x02\xad\x0c\x66\x94\x80\x96\xca\xa0\x3a\x33\xb2\xd6\x78\ \x96\x40\xb9\x7e\xfe\xb9\x59\xc8\x85\x1c\xae\xe6\x54\x1e\xe4\x53\ \x46\xe0\x0c\x7d\x27\x9c\x97\x76\xbc\xf0\x67\xff\xef\x8f\x69\xd7\ \x62\x4b\x05\xb4\x61\xc9\x83\xff\xfb\x57\x96\x37\xbb\x80\xe9\xec\ \x8d\x02\x25\x15\xe5\xfc\xd4\x16\x1a\x25\x35\x20\xca\xf8\xdc\x2d\ \xd5\x52\x51\xce\x10\xd2\x52\x1a\xc2\x38\xc5\x48\x2b\x4d\xd9\x49\ \x83\x86\xe7\x86\xd8\x1f\xfa\xce\xbf\xf9\xc6\xd1\x65\xdf\xf8\xf6\ \xbf\xba\x9d\x02\x32\x4a\xf8\x41\x68\x10\x52\x61\x2d\x88\xd4\xac\ \xef\x73\x36\xdd\x37\x00\x9f\x06\xaf\x11\x00\x22\x94\x02\x22\x5a\ \x03\x46\x38\x12\x91\x5f\xad\x36\xa7\xd2\x14\x93\x96\x5c\x2e\xed\ \xb8\x80\x14\x4a\x11\x4c\x59\x4b\x3a\xeb\x31\xab\xc1\xb5\x73\x0d\ \x89\xc1\xa1\x5d\xcc\xd2\x8d\x4d\xa9\xee\x45\x5d\xc9\xec\x9a\xeb\ \xd6\x2d\x37\xd5\x9a\xc8\x97\xfd\xc9\x3c\xd3\xb8\x21\xe1\xb6\xb5\ \x36\x0a\xbf\x34\x39\xe5\xf3\x44\x92\xbb\x09\xa3\x95\xa9\x3b\xba\ \x18\x7b\x89\x44\x36\x95\x6a\x49\x27\xd7\xaf\x5c\x7e\x70\xd7\xee\ \x81\xfd\xfb\xca\x13\xc7\xf3\x13\xc7\x13\x16\xa9\x95\x0b\x94\x10\ \x4a\x50\x63\x2e\xdb\xd8\xb1\xb8\xb1\xbd\xd7\xf1\xd2\x04\xf2\x91\ \x12\x9e\xcd\x59\x43\x26\x9b\xf4\x94\x46\x15\x09\xa5\x72\x68\xbb\ \x09\xac\x34\xa3\x24\x97\xcd\x3a\x98\x5a\x48\xfb\x18\x3c\x82\x58\ \x63\x43\x36\x93\x4e\x67\x32\x4a\xeb\x42\xb9\x3c\x1d\x56\x87\xa7\ \xc6\x41\x29\xac\xf5\xc8\xf0\x60\x50\x2d\x21\xee\x12\x6c\x10\x41\ \x98\x50\xee\x12\x43\x65\x08\xbe\x8d\x39\xc7\x1c\x19\xc8\xa4\xdc\ \x96\x6c\x4a\x86\x8d\x41\x10\xb4\xb5\xb5\xbb\x9c\x76\xb7\xb5\xb4\ \xb6\xb6\xa5\x32\x69\xa9\xd4\xd8\xd8\x04\x65\xbc\xb9\xa5\x45\x88\ \x68\xdf\xfe\xfd\x52\xaa\x4f\x62\x8d\x70\x12\x0f\xf2\xec\xd3\x73\ \x4e\x55\xee\x00\xd5\x82\xbf\xe2\xfa\x2f\x7c\xeb\x77\xaf\xad\x1e\ \xdd\xfc\xe7\x7f\xfe\x8f\x2f\x2e\x5e\xfd\xf9\x75\xc9\xf7\x9e\xfb\ \xa7\x5f\xbe\xb3\x1f\x67\x7a\x7e\xe7\x81\x2f\xad\x6e\x23\x5b\x9f\ \xf9\xd1\x2f\xdf\x1b\x56\x88\x76\x2f\x5f\xe1\x94\x86\x0e\x0c\x4d\ \x2f\x5a\x77\xfb\x97\xee\xba\x2a\xcd\xc3\x9d\x2f\x3e\xf6\xf4\x1b\ \xbb\x4d\xa2\xf3\xf6\x2f\x3e\xb8\xda\x3a\xfa\xd0\x4f\xde\xbf\xe3\ \x6b\x5f\xee\x6b\x44\xef\xfc\xf4\x6f\x8e\xb5\xde\xf8\xd9\xb5\xf4\ \xa7\x3f\x7e\x74\xdf\xa4\xe8\x5c\x7b\xf3\x03\x77\x6d\xf4\xb0\x3e\ \x57\xc7\x1c\xcf\x2b\xb4\x3a\x95\xbf\x00\xc0\x18\x04\x68\x21\xbf\ \xdb\x89\x5f\x99\x8f\xc8\x2f\xe3\xcc\x9a\x6f\xfe\xc9\xbf\x6e\xc3\ \x93\x8f\xfd\xf7\xff\xfb\xfb\x8f\x6d\xfe\x7f\xbe\x71\x73\xfe\xc0\ \x9b\x8f\x3c\xf1\xf2\x44\xc0\x2f\xb9\xe9\xf3\xf7\x5c\xbd\x64\xe0\ \x9d\x5f\x3c\xbe\x69\x4b\x4d\xe1\xa6\xae\x65\x1d\x6e\x69\xd7\xfe\ \x61\xa7\x6b\xdd\x57\xbe\x74\x57\x7b\x92\x17\x0f\x6f\x79\xf4\xb1\ \xe7\x46\x7c\xba\xfc\xda\xcf\xde\x7f\x53\xdf\x33\x7f\xff\xc3\x68\ \xc5\xbd\xf7\x5e\xd6\x3e\xb5\xfb\xe5\x47\xdf\xae\xfd\xde\x57\x6f\ \xda\xfb\xdc\xa3\x9b\xb6\x0e\xb0\x5c\xff\x3d\x0f\xdc\xbf\xbc\x89\ \x4b\x0d\x08\x21\x46\xd0\x81\xcd\x2f\x16\x33\xab\xdc\xe1\xb7\xdf\ \x3a\x7a\xdd\xf5\xbd\x1e\x42\x88\x50\x82\x00\x61\x4c\x67\xb8\x73\ \xce\x7c\xc7\x4e\xee\xfe\xc7\xc8\x5f\xf0\xe1\x81\x6e\xb0\x18\x77\ \xb8\x8d\x0c\x18\x6d\x08\x63\xb5\x40\x4c\xe6\x0b\xa9\x6c\x63\x45\ \x88\x8a\x88\x82\x48\xe9\x40\xa4\x08\x23\x7e\x10\x4e\x4c\xfa\x13\ \x13\x93\xc3\x83\x51\xb5\x14\x16\x0a\xaa\x58\x6a\xe6\x4e\x7b\x32\ \x7d\xd9\xda\x4b\xae\xbd\xe6\xda\xd5\x6b\x57\x37\x36\x37\x55\x65\ \x68\xa7\x93\x8d\x2d\x2d\x1a\x41\x2a\x95\x74\x1c\xbb\x58\x2a\x8c\ \x8e\x8e\x06\x41\xd8\xd4\xd8\xd4\xd6\xbc\x28\xd7\xd0\x64\x31\x0b\ \x01\x49\x26\x52\xe5\x4a\x65\xaa\x58\xec\x5c\xbc\x64\xcd\xe5\x1b\ \x23\xe2\x3a\x8d\x6d\x97\x5d\x77\xf3\x2d\x9f\xfb\xd2\x95\x37\xdd\ \x75\xd9\x35\x37\xf6\xaf\xba\xa4\xa5\x6f\x71\xba\xbd\x6f\x3a\x30\ \x85\x40\xb6\x74\x76\x31\x37\x51\xf0\x65\x21\x32\x7b\x06\x47\x8e\ \x8e\x4c\x8c\x8c\x8d\x4d\x17\x0b\x15\x64\x8e\x57\x8b\xdb\x0e\x1f\ \x7c\x6b\xcf\xae\x2d\x03\xfb\xf7\x4d\x8d\xbf\xbd\x7f\xdf\xd3\x6f\ \xbe\xf6\xe4\xab\xaf\xbc\xf8\xde\xd6\xb7\xde\xdf\x7e\x64\x68\x4c\ \x1a\xe4\x87\x61\xcd\xf7\xfb\xfa\x7a\x37\x6e\xbc\x32\x97\x6b\x2c\ \x16\x0b\x8e\xeb\x34\x34\x36\x58\x29\x1b\xb8\x09\x54\xad\x1a\x94\ \x23\xe9\x87\x95\x92\x83\xa1\xb3\xb1\xf1\x1b\x5f\xfd\xda\xe7\x6f\ \xbe\x79\x49\x67\x67\x22\xe1\x62\x84\x52\xc9\x64\x4f\x57\xe7\x92\ \xfe\xbe\x6c\xb6\x41\x04\x41\xe0\xd7\xca\xe5\xe2\xf0\xf0\x50\x9d\ \x06\xea\x63\xf7\x0b\x66\x1f\xfd\x99\xfa\x1b\x38\x6d\x51\xce\x19\ \xff\x21\x64\x00\x11\xcb\x76\x39\x61\x89\xa4\xc7\x29\x30\x8a\x87\ \xde\xfe\xe9\x3f\xbe\x31\x7a\xeb\x83\x5f\x5b\x9f\x19\xfe\xc1\x0f\ \x7e\x56\xd1\x62\xe7\x1b\x9b\x9d\x8b\xae\xbf\xff\xce\x55\x5b\x7f\ \xf1\xc8\x50\xe6\xb2\xfb\xee\x5a\xbf\xef\xe9\x7f\x78\xfb\x48\x61\ \x74\xeb\x53\x0f\x3d\xbe\x73\xdd\xed\xf7\x5d\xdd\xe5\xff\xe0\x3b\ \x7f\x33\x2c\x9c\xda\x91\xd7\xb7\x0c\x16\xb0\x99\x7c\xf5\xed\x3d\ \xc6\x46\x4f\x7d\xff\x6f\x86\x1a\xae\xfc\xbd\x2f\xdf\x31\xf6\xea\ \x8f\x1f\x7d\x7b\x90\x72\x72\x8e\xcd\x83\x19\x9a\xc3\x39\x27\x79\ \xe1\xce\xf7\x0c\xe7\xeb\x89\x11\x98\xd9\x59\x3c\x4d\x65\x12\x00\ \xa2\xdc\x4e\x24\xa9\x9d\x48\x3a\x9c\x19\xcc\x74\x69\xdf\xc3\x0f\ \x3f\xde\xb0\xfe\xb3\x5f\xbe\x7d\xd9\xab\xff\xf0\xf0\x7b\x23\xc5\ \x43\x3b\xdf\x1e\x76\x97\x7f\xe9\x0b\xb7\x15\xdf\x79\xf6\xed\x91\ \xcc\xbd\xf7\xdd\x15\xed\x79\xe6\x91\xd7\x8f\x40\x30\xf0\xbd\xff\ \xf9\xb7\xb5\xae\x6b\xef\xbd\xf3\xf2\x0f\x7e\xfe\xd0\xa3\x5b\x0a\ \x0d\x62\x7c\xf3\xab\xdb\x30\xc6\xfb\xdf\x7f\xf5\xb8\x21\x47\xde\ \x7c\xf4\xb1\xad\xa5\xbb\x7f\xf7\x6b\xab\xac\x83\x0f\xff\xdd\x13\ \x45\xc4\x09\x02\xc0\x14\xc9\xd1\x57\xde\x3a\x78\xf5\xd7\xff\xe4\ \xc1\x4b\xf9\x2b\x2f\x6e\x96\x27\x6d\x1c\xa2\x93\xee\xdd\xd9\x74\ \xff\x53\x8a\x17\x60\xd0\x06\xb4\x96\x32\xf2\x11\x52\x2a\xd2\x16\ \xe7\x96\x5d\x0a\x6b\x87\x8e\x1d\xeb\x6d\xef\x50\x22\xc0\xa2\xd2\ \xdd\xd2\x66\x69\x9a\xe4\x76\x2d\x69\xdb\x1e\xad\xd4\x42\x05\x38\ \x41\x3d\x52\x83\xf2\x44\x15\x53\xbb\x6c\xcc\x78\x45\x44\x5e\x12\ \xe7\x9a\xac\xb6\x76\x48\x37\x48\xc6\x93\xd9\xac\x21\xb4\x3c\x9d\ \x67\xcc\xce\x36\xb7\x67\x73\x39\x03\x1a\x30\x24\x6c\x2e\x43\xdf\ \x44\xe2\xb6\x44\x06\x6e\x0f\xb2\xae\x03\x08\x34\x18\xc6\x39\x60\ \x92\xc8\xe6\x70\x32\x83\x30\x37\x4a\x13\xdb\x8e\xaa\x25\x20\xee\ \x88\xd8\x59\x50\x26\xd9\xd4\xc4\x51\xb2\x38\x59\xda\x39\x34\xb0\ \xff\xd8\x60\x84\x24\xf5\x46\xa7\x03\x11\x09\x3f\xa8\x54\x82\x72\ \x91\x23\x83\x11\x18\xa9\xa4\x52\x52\x19\x25\x0d\x07\x6c\xa4\x21\ \x04\xb7\xb6\xb6\x2e\x5f\xb1\xf2\xf2\xf5\xeb\x99\x9b\x1c\x1e\x9b\ \x14\x61\xa0\x94\xac\xd4\x22\x21\x85\x06\x53\xae\x54\x94\x2c\x25\ \x5d\xcf\xa5\x56\x63\x3a\x53\x45\x95\xc1\x81\x83\xd9\x86\x6c\x43\ \x43\x36\x99\xcb\x01\x40\xb1\x16\x72\x2f\xdd\xd0\xbc\xa8\x22\x46\ \x6a\xa2\x1c\x01\x4d\x37\xb6\x12\x3b\x49\x3e\xfe\x3d\xc5\x3a\x0f\ \x72\x9d\xfb\x73\x26\xc4\x86\x67\x79\x90\xcf\xca\x19\xc7\x40\x10\ \x77\x60\xdb\x0b\xff\xf4\x17\x07\x7e\x31\x7c\xf8\xf8\xd2\xdb\xbe\ \x7a\xf3\x4a\xf7\x95\xff\xef\xed\xb1\x7c\xe2\xd5\x67\x1e\x8f\x0a\ \xf9\x2a\x4e\x4e\x94\x15\xb3\x12\x9d\x3d\x4b\x56\xae\x4f\xaf\xee\ \x7d\xcb\xe9\x5a\xba\xfa\x4a\x6b\xdd\x4b\xcf\x8f\x8f\x1d\xdd\xba\ \x6f\x7b\xd3\xd5\xf7\xdc\xb1\xe1\x12\xb4\x36\xb7\x6b\xcb\x9f\xef\ \x28\xf2\x2b\xd6\xf5\xbc\xf4\xfe\x40\xc9\x9b\x9e\x74\xfb\xee\xeb\ \x28\xfc\xcf\xdd\xc7\x71\x65\xcb\xe3\xa3\x66\x5a\x28\x32\x92\x37\ \xd0\xa9\xb5\x3e\x5b\x7f\x60\x5e\xdd\x25\xc6\x80\x10\x37\x46\xa3\ \x85\xb1\xc3\x3a\xf3\xab\x06\xd0\x06\xe6\x18\xe2\xe1\x54\x0f\x1b\ \x03\x20\xca\x83\xb1\x77\xfe\xeb\x9f\xff\x85\x18\x1f\x94\x8d\x6b\ \xfe\xf0\x5f\x6c\x2c\xec\xfa\xd9\x91\xe1\x71\xb1\x65\xd3\x28\xf8\ \x51\x58\x9a\x2c\xe4\x31\x61\x4d\xdd\x8b\x2f\x5e\x75\xf9\x35\x97\ \x3d\xfd\x6e\x62\xd1\xaa\x35\x1b\xa6\x56\xbe\xf0\xe2\xb1\xe9\xe9\ \x7d\x03\xc3\xa4\xfb\x5b\xf7\xdf\xd8\xc5\x90\xdc\xfb\xde\xcf\x5e\ \xd9\x71\xf3\xe7\x36\xc8\xef\xed\x1c\xc8\x6f\xd8\x7f\xb0\xb6\xe1\ \xee\xa5\x43\xef\x3c\x33\x96\x6f\x78\xf1\xc9\xc7\x83\x7c\xb1\x6a\ \x4d\x4e\xf9\x26\x6d\x1b\xcc\xe8\xc4\x7b\x6f\xec\xc9\x3b\xeb\xac\ \x9a\xd3\xde\x3d\xfa\xd8\x1b\x07\xef\xfb\xcc\x12\x82\x00\xc0\x68\ \x30\xb3\xbc\x65\x5a\x9f\xc2\x08\x79\x4a\xf7\x01\x31\xf8\xb4\x38\ \xce\xea\xab\x31\x86\x11\x45\x14\x53\x8a\x80\xfb\xca\xe8\x50\xb8\ \xa9\x74\x82\xf1\xa6\x8b\x96\x27\x3d\x4b\xfb\x65\x07\x5b\x51\xa9\ \x66\xa5\xd3\x56\xc6\x65\x09\xda\x7b\x51\x7f\x43\x73\xbb\x65\x37\ \x44\x82\x73\x9e\x89\x20\x05\xc8\x54\x69\xba\xc8\x6b\x95\x84\x0e\ \x7d\x51\x19\x18\x6c\x6e\x6a\x4b\x46\x94\x60\xd2\xda\xdc\x92\xce\ \xe5\xb0\x9d\x29\x94\xa5\x8c\x22\x8c\x51\x91\x84\xa5\xc2\x34\x26\ \x1a\x0c\x4b\x38\xe9\x89\x9a\x2f\xc1\xa4\x73\x4d\xd4\x49\x23\xee\ \x54\x81\x4c\x1d\x9d\xae\x54\x6b\x94\x60\xc2\xa9\x10\x0a\x99\x0c\ \x6f\xea\x0b\xfc\xc2\x34\x38\x05\x46\x8a\x2c\x2a\x82\x95\xeb\xec\ \x33\x3a\xa8\x85\x7e\x93\x9b\x89\x22\xa1\xd2\x8d\xba\xb9\x85\x53\ \x5a\x5f\xf4\x02\x60\x83\x90\x31\xd8\x06\x8e\x24\x50\x8c\x18\xc3\ \x13\xc5\xe2\x7b\x3b\x76\x12\xca\xf7\xee\xdd\x1b\x86\xc1\xd4\xf4\ \x04\xe7\xdc\x80\x04\x63\x84\x90\x32\x8a\xb0\xa1\x6e\x2e\x59\x8d\ \xa2\x54\xae\xf1\xc8\xc8\x48\x6e\xd1\xa2\x5a\x25\x2c\x4c\x96\x01\ \x40\x69\x33\x5e\x56\x4e\x22\xe1\xd7\x44\xd5\x37\x81\xd0\xda\x4e\ \xe7\x1a\xda\xf0\x2c\xa1\xc0\xd9\x05\xcc\x00\x9f\x22\x71\x7f\x36\ \x7e\x01\x18\x00\x63\xb4\x36\xf3\xe3\xed\x00\xf5\x4c\x95\x8f\xbc\ \x02\xd6\xc4\x44\x21\x2c\x5e\x7b\xed\x83\x37\x77\xfe\xe4\xbb\x0f\ \x71\x27\xed\x31\xac\x24\xb4\x2c\x5b\xff\xc5\x07\xae\xc5\x4a\x5a\ \xae\x97\x66\x7e\xa8\x81\x2a\x81\x90\x24\x08\x44\xb5\x86\x0c\x36\ \x94\x28\x03\x04\xe3\x28\x08\x0d\x42\x24\x12\x22\xd2\x4a\xbb\xeb\ \xae\xb8\x74\xd3\x4f\x5e\xf9\x69\xcd\x34\x2f\xff\x4c\xa7\x63\x24\ \x4b\x6f\xbc\xf9\x73\x37\xf5\xd9\x11\x50\xc7\xf1\x02\x5f\x9c\x45\ \xbf\xf0\xfc\xb4\x1b\x3c\x5b\xb3\x7c\x5a\xbe\x43\x98\x21\x7c\x5c\ \x38\x02\x73\xeb\xa5\x13\xcf\xb2\xd6\x4a\x46\x3c\xb3\xf4\x9e\x07\ \xbe\x34\xfa\xab\x1f\x3c\x3f\xea\xe4\x12\xb6\x31\x8a\x25\x17\xdd\ \xf2\xf9\x07\x7a\x2c\x8d\xb9\xd3\xd8\x68\xff\xf2\x55\x65\xbc\x08\ \x21\x09\x14\xa2\xd0\xd7\x08\x10\x20\x6c\x14\x60\x6a\xb4\x0c\x05\ \x42\xcc\x04\x22\x32\xa0\x33\x3d\x1b\x2e\xb2\x5f\xfb\xe5\x13\x3f\ \x1f\x63\x5d\xb7\x2c\x6f\x7b\xef\x15\xb5\x68\xe5\x95\x0f\x7c\x6e\ \x3d\x48\xc5\x1d\xc7\x43\x7e\xa8\x88\x83\x0b\x9b\x37\xbf\xef\x4b\ \xf9\xab\x9f\xfc\x00\x23\x65\xca\x83\x6f\xef\x18\x5c\xdc\x5b\x0f\ \x71\x18\xad\x34\xc2\x18\x81\xd1\x7a\x7e\x85\xfb\x69\xba\x8f\x31\ \x06\x03\x1f\xab\x54\x0c\xfb\xe8\x25\x84\x06\x21\x42\x20\x88\x70\ \x8b\x72\x0e\x8c\x26\x9b\x5b\x2f\x59\xbd\xba\xa1\x21\x5b\xae\x56\ \x14\x31\x29\x27\x09\x42\xd9\x84\xda\x49\x8a\x2c\x63\xa7\x3d\x49\ \x5d\xa5\x13\x29\xb7\x89\x53\x7b\xdf\x81\x03\x47\x8e\x1d\xa9\xca\ \xc0\x57\xa1\xc2\x86\x44\xe6\xc0\xf4\x80\x45\x8f\xa7\xdc\x64\xd2\ \x71\x13\x09\x87\x52\x02\x1a\x45\xbe\x20\x40\x3d\xd7\xf5\x45\x2d\ \xd2\x02\xb0\x94\x26\xd2\xb5\x52\x6f\x2e\xeb\x35\xe4\x0a\x41\x34\ \x51\x11\xd4\x4d\xd5\x42\x21\x84\x70\x6c\xc6\x89\x29\x97\x0a\x4a\ \x3b\xb6\xd1\x29\x5d\x6e\x75\xa0\x31\x9b\x19\x99\x2a\x16\x23\x3c\ \x59\xae\x75\x75\xb5\x41\x88\x74\xa1\xcc\x09\x21\x1a\x33\xea\x61\ \xdb\xa1\x94\x68\x64\xb4\x46\x52\x69\x0c\x98\x61\x16\x19\x8c\x08\ \x91\xc2\xa7\x91\x2e\x96\x6a\xc3\xa3\xe3\x51\x14\x55\x02\xdf\x18\ \x1d\x89\x80\x60\x12\x05\x3a\x92\x52\x44\x82\x31\xc6\xac\x64\xa0\ \x90\x63\xdb\xda\x72\x68\x3a\x3d\x30\x3e\x5e\x11\x78\xa2\x10\xd4\ \x39\x97\xb4\x99\x50\x4a\x03\xc6\x06\x66\xd4\x2f\x93\x09\x79\x96\ \xc4\xe4\x04\x93\xc0\x0f\x94\xd6\x94\xd0\xf9\xdb\x5f\xa1\x08\xce\ \xc6\x2f\x30\xc6\x68\x63\xcc\xc9\x72\x12\x67\xbd\x8f\x80\x35\x31\ \xa1\x1f\xd0\x5c\xb2\xeb\xe2\x0d\xbf\xff\x07\xe3\xff\xf1\xaf\xbe\ \xf7\xcc\xe2\xff\xb0\xf6\xea\x1b\x36\x3d\xfc\xea\xf3\xaf\xd9\x8b\ \x12\x28\xdd\xbe\xe6\xca\xa5\x48\xf8\x3e\x13\x12\x19\x15\xfa\x01\ \x48\x85\x94\x14\x7e\xd5\x17\xfc\x8e\x2b\x36\xbe\xf0\xf0\xe3\x7f\ \x97\xa9\x58\xc7\xdf\x3d\x9a\x5c\xf3\xd9\x45\xc9\x44\xe6\xb2\x25\ \xe6\x27\x3f\x7c\xa5\xe9\x3f\xfd\xe7\x7e\x96\x24\xd7\x2e\xf5\x5e\ \x7d\xee\xa9\xd4\x35\x2b\x8c\x20\xab\x36\x5c\xee\xf0\x73\x8b\x17\ \x9c\xe8\x05\x00\x18\x7d\xea\x56\x7c\xdd\x2d\xa8\x8f\x80\x99\xb3\ \x05\xa7\xdd\x47\xd0\x5a\x8a\x20\x54\xbc\xb9\xad\xe7\xf2\xaf\xfd\ \xfe\xf0\x5f\xfe\xc5\xb7\x7f\xd8\xff\x6f\xef\xbd\xa2\xbf\xe1\x9d\ \x67\x9f\xdc\x74\xed\xf2\x26\xe9\xb4\x5c\xb3\xf1\x62\x29\xfc\x20\ \x8c\xb4\xd6\x22\x08\x02\x22\x35\x32\x51\x18\xd4\x44\x2d\xbd\xe4\ \xca\xe5\xee\x9b\x3f\xfa\xde\x8f\xaf\xec\x89\x36\xbd\x9f\xdf\xf8\ \xb5\xb5\x9c\x36\x6c\x58\xdf\xf9\x67\xdf\x7e\xec\x8a\x3f\xf8\xcb\ \xce\xa4\x5d\xbb\x7c\xe3\x0b\x8f\xbc\xb4\xa9\x89\x34\xdb\x90\xed\ \x58\x7d\xc9\x45\xb6\x01\x5c\x3c\xba\xfd\xa5\xed\x95\x2f\xfc\xf1\ \x7f\xb8\xa1\x3f\x01\x94\xec\x78\xec\xdb\xdf\x7b\xf6\x97\xb7\xfd\ \xe1\x0a\x54\x39\xbe\x65\xc7\x91\x95\xe9\xf4\xf1\xb7\xb6\x1f\x18\ \xbd\x76\x59\x86\x68\x0d\x1f\xba\xc3\x4a\x8c\xd1\x1f\xab\x5f\x40\ \xd7\xae\x59\x8d\x66\xf5\xd1\x2e\x5f\xbf\x7e\xfe\x58\x5b\x96\xb5\ \xf9\x9d\x2d\x1f\xec\xda\x83\x18\x23\x96\xcd\x1d\x97\xd9\x9e\x93\ \xca\x64\xb2\x39\x4d\xd8\xa1\x23\xc7\x8e\x4f\x14\x0e\x8f\xe7\x87\ \x26\x0a\xe3\xc5\x6a\x3e\x10\xc5\x48\x8f\x57\x82\x10\x78\x64\x6c\ \xe6\x64\x2a\xbe\xdc\x71\x60\xe0\x85\xb7\xdf\xdd\x3f\x34\xe2\x6b\ \x5a\x15\xa8\x58\x12\xc5\x72\x84\x90\x1b\x49\x52\x2e\x07\x93\xf9\ \xd2\xd1\xb1\x89\x83\x43\x43\x13\x53\x85\xf1\x89\xc2\x64\xb1\x3c\ \x55\xa8\x4c\x15\xaa\xe5\x9a\x2a\x94\x22\x21\x79\x55\xe0\x52\x84\ \x06\x27\xcb\x1f\x1c\x1c\x1e\x9d\x2a\x85\x11\x8c\x4f\x15\xfc\x40\ \x4e\x17\xca\xd3\xc5\xaa\x94\x38\xac\xd4\x98\x96\x2e\xa7\x84\x5a\ \xe3\xf9\xda\xe1\xb1\x82\x8f\xec\x5a\xa4\xb9\x65\x09\x51\x2b\x16\ \xa6\x8d\x42\x3a\x52\x5a\x29\x25\xb5\x88\xa4\x56\x46\x29\x03\x06\ \xa4\x34\xb5\x9a\x1f\x4a\xa5\x41\x47\x91\x08\x23\x11\x0a\xe1\x07\ \x01\xa6\x34\xdd\xd0\xc0\x2c\x1b\x63\x2c\x23\x29\x6a\xa2\x56\xa9\ \x61\x8c\xa5\x92\xe9\x6c\x9a\x59\xcc\x17\xa1\x1f\x45\xed\x1d\x1d\ \xb5\x50\xf8\xa1\x0c\x05\x80\x9d\x92\x2c\x21\xb1\x43\xb9\x4b\x10\ \xc1\x46\x1b\x6d\x22\x85\x34\x22\x0f\xdc\x75\x83\xc5\xf9\xdc\xcd\ \xb3\x2c\xeb\xe0\x81\x03\xef\xbe\xb3\xb9\xa9\xa9\xd9\xb6\xed\xb9\ \x79\x6b\x3b\xf6\x45\x4b\x97\x30\xc6\xeb\x65\xce\x75\x46\xe9\x48\ \x08\xbf\x56\x53\x4a\xe6\x9a\x5a\x18\x63\xf5\x7b\x54\xab\x55\x17\ \xa4\xa0\x16\x8b\x05\x30\x26\x95\x4e\xd7\x4b\x39\xe7\xcc\xc1\xcc\ \x2a\x1a\xe6\xd3\x23\x9f\x16\x08\xc0\x28\xa5\x92\x6d\xbd\x8b\x9a\ \x92\x89\x5c\x57\x9b\x53\x99\x88\xbc\x4b\x2e\xdf\xb8\xac\x85\x0d\ \xec\xdf\x37\x92\x0f\x1a\x17\xf5\x75\x36\x79\x91\x44\x2d\xbd\xfd\ \xcd\x29\x2e\x22\xdd\xda\xbd\xb8\x23\xc3\xc2\xc8\x34\xb6\xf5\x2d\ \x5b\xb1\x7a\x49\x13\x3d\xb0\x7b\xb7\x9f\xe8\xbf\xef\x8b\x9f\xeb\ \x49\x63\x05\x4e\x63\x83\x9d\xea\x5e\x7d\xd5\xea\xc5\x18\xc8\xe2\ \x15\x2b\x9d\xea\xf0\xbe\x81\x63\xbe\x71\xfb\x96\xf6\x26\x18\xd6\ \x1f\xda\xa4\xd9\x7c\x82\x79\xf9\x02\xb3\xf3\x82\x73\x3e\x35\x31\ \x9e\x4c\xa5\xe6\x27\xdb\x4c\x8c\x8f\x25\x92\x29\xcb\xb2\xb4\x31\ \x33\xfb\xf0\xf5\xab\xd4\x97\xda\xf5\x37\xe9\xec\xb0\x68\x29\xb1\ \xd7\xd0\xdb\xb7\x88\x59\xe9\xc5\x5d\xb9\xc2\xe8\x54\xdb\x8a\xcb\ \xaf\x58\xdd\x53\x39\x76\x70\x60\x78\x1c\xbc\xe6\x25\xdd\x6d\x44\ \xab\x74\x6b\x4f\x6f\x73\x2a\x8a\xa2\x64\x73\x77\x77\x7b\x83\x0c\ \x45\xa2\xb9\x63\x71\x4f\xef\xc5\xcb\xfa\x2a\x83\xbb\x07\xc6\xe5\ \x86\xbb\xbe\x78\xd3\xaa\xb6\x28\x32\x99\x4c\xc6\xf1\xb2\x57\x5c\ \xb7\x31\x4d\x4c\xa6\xf3\xa2\xfe\x1c\x3e\xb4\x6f\xdf\x58\x31\x6a\ \xee\xec\x6b\x6f\x72\x41\xa3\x4a\xfe\xb8\x9f\xee\xbb\xf2\x92\xa5\ \xdc\x48\xa5\x49\x43\x36\xa9\x44\xb5\xf9\xe2\x2b\xfb\x3d\x5d\x92\ \xf6\xea\x4b\x2f\x73\xca\x93\xb4\xa9\xbb\x2d\x65\xcf\xf8\x35\x67\ \xec\x3e\x62\x8c\x15\x8b\x05\x46\x59\x3a\xd3\x30\xff\x19\x98\x9a\ \x9c\x48\xa6\x52\xbf\x3e\x8f\x16\xfe\xea\xef\x7e\xb9\x2e\x2e\xd0\ \xd9\xd9\xf9\x7f\xfe\xcb\x3f\x94\xf3\x38\xed\x12\x89\xc4\x5f\x3f\ \xf4\xfd\x47\x1e\xfb\x99\x65\x39\xc9\x74\xa6\xa5\xa5\x2d\x93\x6d\ \x14\x91\x52\x1a\xa4\x32\x52\x2a\xca\x2c\x2b\x91\x4c\x26\xd3\xc8\ \x80\x8c\x02\x9b\xb3\x96\xa6\x66\x25\x23\x29\xa3\xf6\xb6\xce\x74\ \x26\xbd\xe7\xe8\xe0\xb6\x3d\xfb\xb5\x42\x8e\xed\x32\xcc\x08\xc2\ \x9e\xe3\x10\x04\x22\xa8\x22\xac\x03\xbf\x92\xcd\xd8\x4d\x8d\x69\ \x50\xba\x56\x2e\x31\xc2\x38\x77\x08\x73\x0d\x70\x83\x6d\xa9\x71\ \x59\x88\xaa\x09\x5d\xd7\xa2\xc6\x44\x41\xd5\x73\xac\x30\x14\x8e\ \xe3\x12\xcb\x42\xd4\xaa\x55\x2b\x4e\x6d\xaa\xa7\x29\xdd\xd1\xda\ \x6a\xd9\xce\xf8\x54\xe9\xf0\xc8\x84\x24\x24\x32\x51\xae\xc1\xb1\ \xc1\x9f\x18\x1d\x22\x88\x20\x00\x42\x29\x25\xd4\x80\x21\x75\x7a\ \x6d\x84\x8c\x31\x51\x24\xb5\x01\x11\x45\x94\x52\x82\x71\xcd\xf7\ \x83\x20\xa8\x0b\x37\x20\x84\xa4\x94\x5a\x9a\xb0\x12\x28\xad\x1a\ \x72\x0d\x15\xbf\xdc\xd4\x92\x4b\x66\xd2\xf9\x42\x41\x2a\xd3\xd4\ \xd8\x94\xce\x64\x95\x34\x13\xd3\xfe\xb4\xe2\xda\x6b\x52\x40\x71\ \x54\x65\xa2\xe4\x60\x89\x10\x0e\x81\xdb\xa9\xf4\x23\xff\xed\xdf\ \x7a\xae\x33\x67\x5e\x13\x89\xc4\xb3\xcf\x3c\xf3\xdd\xef\xfc\xb7\ \x65\x17\x2f\x4f\xa7\xd3\xf5\xe3\x5a\xeb\x44\xc2\xfb\xe6\x37\xff\ \x88\x73\xbb\x54\x2a\x26\x93\x49\x4a\xa9\x96\x92\x72\x9e\x69\x68\ \x3c\x32\x70\x60\xd9\xf2\x55\x75\xc3\xa1\x94\x9a\x18\x1f\x5d\xb6\ \x7c\xd5\xfc\xfb\x77\xf4\xf0\x80\x36\xba\xb3\xb3\x5b\x88\xc0\x9c\ \xf0\x9f\x67\x3f\x7c\x94\x6b\x00\x00\xb6\xed\x24\x92\x29\x0c\x32\ \x8a\x14\x20\x6c\xdb\x8e\x0c\xab\xe5\x6a\xc0\x6d\xc7\xb6\x38\x46\ \x20\x45\x10\x2a\x70\x1c\x07\xa4\x10\x0a\x1c\xd7\x41\x4a\x84\x12\ \x6c\xc7\xc5\x3a\x0c\xa5\x61\x96\xed\x58\x1c\x81\x16\x61\xa8\x0c\ \x20\x40\xd4\x72\x1c\x0a\x7e\x28\x00\x10\x26\xc4\x72\x1c\x4e\x09\ \x18\x15\x9e\xa5\x6e\x0a\x9c\x70\x93\x01\xd0\xac\xbe\x2f\xf6\xbc\ \xc4\xbe\xbd\xbb\xda\x17\x75\xce\x37\x88\x3b\xb7\x6f\x6b\x5f\xd4\ \xe1\x25\x12\x5a\xc9\x79\xd9\x07\xa7\x1b\x01\x00\xcc\x2c\xc7\x22\ \x22\x10\x06\x10\xe1\x96\x63\x91\xd0\x0f\x81\x30\xc7\xb1\x29\xc1\ \x46\x45\x41\x18\x31\xcb\xa1\x20\x83\x48\x71\xdb\x63\x48\x86\x42\ \x32\xdb\xe5\x58\x05\xa1\xc4\x94\x3b\x8e\x4d\x31\x92\x51\x28\xa4\ \x46\x00\xf5\x23\x2a\xf4\xa5\x06\x84\x31\xb3\x6c\x9b\x33\x8c\x4c\ \x24\xc2\x48\x1a\x84\x10\x61\x96\x63\xe1\x30\x10\x66\x26\x79\xcf\ \x72\x6d\x26\xc2\x90\x58\x0e\x03\x15\x4a\xe3\xb8\xb6\x16\x61\xa4\ \xcc\x49\x11\xc5\xd3\x75\xdf\x71\xdd\xa1\xa3\x47\x6c\xc7\xed\xee\ \xe9\x9d\x3f\x5a\xfb\xf6\xec\x6a\x6b\x5f\xf4\xeb\x73\xa2\x7c\x38\ \x27\x3a\x0a\x22\x49\xec\x44\x5b\x67\x87\x63\x27\xdc\x64\x8a\x32\ \x47\xf8\x15\xdb\xf6\x1a\x9b\x33\xdc\xb2\x09\xe5\x15\x3f\xa8\x55\ \x6b\x8c\xd1\x54\x2a\x6d\xb4\x3e\x76\x7c\x04\xc0\xb8\xb6\xeb\x0b\ \xb1\xa2\xbb\x67\x78\x7c\xc2\x45\x10\x81\x46\x4a\x20\x86\xb5\xd1\ \x32\x92\xc4\x08\x14\x95\xbb\x3a\x72\xab\x2f\x5a\x73\x55\x4f\x47\ \x67\x53\x26\x5f\x98\x32\x46\x4a\x30\x79\x3f\x18\xab\x86\x7b\x8e\ \x8c\xec\x3c\x72\xd0\xcb\xb5\x1b\x83\x6d\x63\x61\x29\xb4\x56\xa0\ \x15\x46\x9c\x33\x1a\x86\x81\x0a\x42\x6a\x3b\x98\x30\xe6\xa5\xf2\ \xbe\xc0\x85\x32\xc6\xd5\xe9\x52\x4d\x18\xac\x09\x8b\xa4\x88\x84\ \xc2\xc8\x00\xc2\x42\x08\x8c\x31\x9f\xe1\xce\xc2\x66\x8e\x45\x7f\ \x2e\xf0\x5c\x97\x72\x9b\x51\x64\x63\xda\x68\x8c\x09\x42\xc0\x18\ \xe3\x04\xd9\x84\x87\x91\x40\x08\x1a\x52\x49\x50\x12\x2b\xd9\xe0\ \xb9\x41\x18\x4d\x1e\x1b\x9a\x3c\x36\xdc\xbb\x78\x69\x63\x3a\x51\ \x9a\xf6\xb5\x0c\x19\xb5\x29\x23\x1c\x39\x58\x81\x06\x33\xe3\xbb\ \x9e\x75\x76\x0d\xa3\xec\xa2\x65\x2b\xc6\xc7\x47\xcb\xa5\x02\x42\ \xb8\xa1\x31\x97\x6b\x6a\x09\xc3\xe0\x6c\x1c\x42\x29\xe5\x1c\x7d\ \x57\xfd\x39\xaa\x7f\x8b\xd1\x47\x87\x0b\x6c\xcb\xde\xba\x65\xcb\ \xde\xbd\xfb\xac\xd9\xac\x5e\x11\x45\x57\x6d\xbc\xb2\xbf\xbf\x5f\ \x46\x42\x45\x62\x6e\xc9\x2a\x82\x60\xc1\x87\x28\xf4\xeb\x1f\x74\ \x24\x6a\xd1\x49\x35\x82\x3a\x0a\x6b\xf3\x62\x7b\xc2\xf7\xcf\xa9\ \x84\xb0\xbe\x31\x30\x53\x6a\x85\x09\xcc\xd2\xe9\x69\x30\x52\xaa\ \x05\x6b\x1f\x00\x90\x32\x42\x28\x01\x27\x14\xe4\xea\xba\xcc\x73\ \x77\x78\x5e\xf4\x50\xc9\x60\x96\x6a\xd4\xc8\xc8\x97\x33\x69\x0f\ \x41\xed\x04\x01\xa9\x14\xa1\x44\x08\x23\xac\x44\xfd\x5c\xac\x44\ \xa8\x66\x42\xe9\x27\x9d\xb9\xf0\x08\x80\x12\xa1\x12\x0b\x12\x13\ \x22\x5f\xcd\x3f\x5f\xfa\xbe\x44\x08\xe9\x30\xa8\xff\xf1\xa0\xe6\ \x2f\xc8\x25\x38\xb9\xfb\x78\xb6\xfb\x75\x32\x65\xe9\xb8\xee\xa7\ \x11\x2f\x00\x20\xdc\xb2\x13\x69\xee\xa4\x80\x30\x8d\x19\xe2\x76\ \xa6\xd1\x6e\xcc\x35\x63\x42\x27\x26\xa6\x2a\xd5\x69\x4a\x49\x26\ \x93\xb1\x1d\xbb\x56\xa9\x16\xa6\xf3\x60\x74\x6b\x5b\x6b\x6f\x77\ \x6f\x73\x53\x33\xa1\xbc\x38\x35\xa9\xab\x25\xc2\x1c\x42\x39\x80\ \xd6\x5a\x50\x8b\x36\xa6\x60\xd5\x9a\xbe\x0d\x6b\xfb\x6d\xed\xbb\ \x7a\xb4\x32\x3e\xe4\x60\xed\x3a\xd4\x10\x68\x6a\xf0\xd6\x2e\x5a\ \xb6\xee\xba\x35\x7f\xf5\xc3\x9f\x1e\x1c\x3d\x06\x2a\x61\x2b\x2f\ \x9d\xc9\x72\xee\xe4\xf3\xa1\x5f\xab\x50\xc6\x2c\xdb\x49\x38\x9e\ \x34\x38\xf4\x43\x1f\xd1\x52\x4d\x07\x38\x70\x39\x2b\x07\x32\x42\ \x04\x03\x96\x06\x22\x69\x08\xd2\x64\x2e\x2b\x63\x66\x97\x09\x94\ \x52\x4a\xa9\xba\x22\x23\xe7\x0c\x29\x20\x64\x66\x99\x4d\x08\x61\ \x8c\x9a\x48\x63\x8c\x8c\x01\xad\x35\x06\x48\x24\x5c\xcb\x26\x94\ \x60\x4a\x51\xb9\x34\xcd\x12\x36\x55\x28\x0a\x02\xcb\x68\xce\x28\ \x55\x21\xe6\x24\x6d\xa1\x90\x69\xc3\x40\x47\x00\x46\x0b\xa9\x10\ \xa1\x94\x59\xb6\x6d\x9f\x5d\xf4\xee\xc4\xbe\x71\x2e\xd7\xd4\xdc\ \xdc\x32\xeb\xe1\xc3\xd9\xd0\x1f\x64\x1b\x1b\xf7\xec\xfe\xa0\xa9\ \xb9\x39\x99\x4c\xd5\x6b\xcc\x4f\xbc\x03\xcf\x82\x07\x99\x52\xd6\ \xdd\xdd\xe3\x38\xee\xdc\x5b\x45\x69\xdd\xda\xda\x6a\xdb\x76\x7d\ \x61\xf2\xa9\xe4\x20\xc3\x4c\xa1\xe1\xc9\x69\xb9\x00\x53\xe3\x13\ \x51\x14\xa5\x52\xe9\xf9\xe7\x37\xb7\xb4\x0e\x0f\x0f\xa5\x52\x69\ \xc7\x71\x0d\xcc\xed\x2d\xce\x09\x31\x9e\xa3\x5a\xcc\xa7\x8d\x33\ \x75\x1f\x00\x95\x4b\xa5\x52\xa9\xd8\xd3\xd7\xf7\x29\xd8\x02\xad\ \x75\x6b\x5b\xc7\x92\xe5\xab\x3b\xda\xdb\x6d\xdb\x35\xc6\x20\xc2\ \x6a\x35\xff\xd8\xf1\xd1\x7c\xbe\x80\x31\x69\x6e\x6e\x71\x5d\x2e\ \x84\x3f\x3e\x3e\x1e\x04\xa1\xe7\x7a\xed\x9d\x1d\xdd\x5d\x5d\x08\ \x60\xe7\xae\x0f\xde\x7c\xf3\xcd\xb1\xd1\x63\x9c\x51\xc3\xa8\xa9\ \x8b\x58\x20\x24\xaa\x85\x74\xc2\xbb\xf9\xd2\x65\x6e\x30\x3a\x39\ \x32\x30\x10\x01\x23\xb4\x25\xe3\x62\xe9\x67\xd2\x49\xee\xa6\x79\ \xba\x39\x49\xb9\x1b\x12\x35\x2d\xd2\xe9\x8c\x45\x0d\x07\x61\x21\ \xcb\x63\x58\x51\xa6\x01\xcb\x48\x00\x22\xca\x20\x84\x40\x60\xcb\ \xc9\xb5\x2a\x50\xd3\xb5\xaa\x46\x18\x28\x03\x84\xea\x54\x2b\x4a\ \x1b\x82\x29\x63\x1c\xe0\x84\x7c\x6b\xdd\x16\xd4\x27\x7f\x5d\x52\ \xb5\x3e\x07\xea\x06\xa2\x2e\xc5\x85\x66\x95\x20\xa5\x52\xd5\x6a\ \x85\x53\xec\x78\x1e\x23\xc0\x41\x93\x30\x4a\xb8\x5e\x22\xe9\xd1\ \x4c\x26\x0c\x84\x2a\x97\x58\x06\x7b\x04\x49\x51\x56\x22\x34\x1a\ \x00\x19\x4c\x38\xb5\x2c\x65\x50\xe8\x07\x67\x2d\x6a\x78\xe2\x15\ \x57\x17\x77\x32\x67\x2d\xb9\x97\x69\xc8\x76\x75\xf7\x1e\xd8\xbb\ \xc7\xb2\x6d\x72\x22\xf4\x78\xf6\x7f\x11\x71\xce\x52\x49\x6f\xde\ \xaf\xe0\xf1\xb1\xd1\x91\xe3\xc3\x9f\x76\x65\xd3\xdc\xb8\xe1\xb9\ \x5d\x00\x29\xe5\x45\x17\x2f\xb7\x66\xf8\x2f\x67\xb0\xa8\xa3\xb3\ \x5a\x29\x7f\xb0\xe3\x7d\xdb\x76\xf0\xcc\x9a\xf9\xb7\x80\xc7\xe1\ \x94\xee\x1b\x13\x89\xb0\xaf\x7f\x69\x32\x99\xfa\x74\x72\x90\xb9\ \x65\xbb\x5e\x32\x99\xc9\x64\x32\xd9\x30\x10\x41\x10\x72\xae\x9b\ \x9b\x5b\x5a\x5b\xdb\x29\x65\x9c\x91\x89\xf1\x63\x32\x0c\x32\xe9\ \x44\x67\x67\xa7\x65\xbb\x84\xd0\xa3\x43\x43\x87\x0f\x0d\x94\xcb\ \x05\xa4\x55\x22\xe1\x52\xcb\x92\x06\x2b\x8d\x38\x63\xa0\x11\x51\ \x48\x17\x8a\x83\x5b\xdf\xbb\x71\x6d\x77\x6f\x67\xf7\x34\x6b\xa8\ \x86\x2a\x85\xa2\x06\x8b\xda\xc9\x24\x32\x74\xcf\x2b\x1f\x6c\xd9\ \x3f\x86\x47\xc2\x96\x92\xe7\x70\x56\x35\x65\x89\x15\x56\xae\x12\ \xa1\x46\xd8\x72\x3d\xa4\x80\x11\x4c\xc0\x28\x0c\x21\xa0\x40\x19\ \xa9\xa5\xe3\xba\x48\x4a\x5f\x28\xce\x39\xc2\x18\x63\x5a\xd7\x57\ \x20\x04\x6b\x7d\x42\x72\xaf\x3e\xed\xeb\x9f\x31\xc6\xb6\xe3\xd6\ \x77\x19\xeb\x72\x6f\xf5\xe3\x84\x10\x5a\xd7\x59\x30\x46\x29\x51\ \x29\x94\xc3\x5a\x39\x97\x49\xb6\xe5\x9a\xb2\x89\x44\x36\x9d\x91\ \x42\x5a\x8c\x8b\x48\x8e\x97\xf3\x18\xab\xb4\x45\xa5\x12\x9c\x60\ \xc1\xb8\x2f\x20\x54\x8a\x61\xc2\x19\x77\x39\x39\xa7\xe9\x44\x29\ \x79\xf7\xdd\x6d\xbf\xda\xb4\xa9\xce\x78\xfb\xe0\x83\x0f\x9e\xe5\ \x2f\x76\x76\x75\x37\xe6\x72\x95\x72\x19\xfd\x56\x03\x63\xdc\xd0\ \x90\x5d\x60\x08\xea\xb8\xe8\xe2\x15\x6d\xed\x1d\x41\xe0\xff\x76\ \x77\x3f\x95\x4e\xbb\x1f\x27\x29\x06\xfb\xd0\xa7\x93\x8e\x4d\x4c\ \x6e\x7d\x6f\xdb\x91\xc3\x87\x1b\x73\xb9\xe6\xa6\xa6\xe6\x5c\xb3\ \x6b\x73\xd7\x66\x8c\x73\x15\x69\x00\x9d\xb2\x79\xca\xb5\xa4\x21\ \xf9\xfc\xe4\xc4\x54\xb1\x52\xa9\x29\x19\x11\x00\xc7\x66\xb6\xeb\ \x10\x9b\x21\xdb\x06\xcd\x00\x2c\xa9\x0d\xd5\x88\x6a\x42\x23\x12\ \x4d\x96\xf7\xbd\xb6\xa5\x35\xe5\xe0\xa6\xbe\x04\xf3\x5c\x13\x95\ \x0b\x93\x51\xa5\x1a\x84\x7a\x64\xb2\x16\x4c\x0a\x35\x15\x25\xc0\ \x75\x1b\x8c\xb1\x10\xd1\x52\x0b\xc3\x08\x60\x20\xae\xc5\x91\x11\ \x5a\xfa\x04\x61\x25\x22\xc2\x92\x04\x11\x8b\x51\x0c\x0a\x23\x4d\ \x90\xc6\x40\x65\x14\x1a\xdb\xa1\x94\x08\x6d\x30\x25\x84\x18\xad\ \x67\x34\xdd\xe7\x3c\x02\x00\x08\x82\x40\x48\x95\x4a\xa5\x39\xe7\ \xf5\x88\xa9\x94\xb2\xee\x2c\x10\x42\x38\xe7\x8c\x31\x04\x16\x32\ \x5a\x09\x5f\x85\x82\x70\x8b\x82\xe1\xa0\x2d\x8b\x2a\xa5\x52\x9e\ \x6d\x68\x43\x55\x6b\xa3\x22\x4b\x85\x1a\x29\xc0\x16\x32\x1c\xd7\ \xb5\x21\x8d\x42\x91\x3e\x27\xef\x14\x00\x56\xae\x5c\xb9\x7b\xcf\ \x9e\xe1\xe1\xe1\xab\xaf\xba\xca\xe8\x73\xc8\x59\xf4\xbc\xc4\xc7\ \xca\x78\xf3\x9b\x8f\x74\x26\x93\xfe\x0d\xe6\x41\xbe\x20\xf0\x11\ \x7a\x8a\x22\xf0\x2b\xc5\x3c\x52\xa2\x94\xcf\x0f\x0f\x1e\xb1\x98\ \x85\x00\x3c\xcf\x03\x6d\x6a\xbe\x4f\x40\x5b\xcc\x44\x52\x2a\xa0\ \x9a\x30\x0d\x8c\xdb\xae\xe3\x38\x14\x81\x63\x61\x4e\x70\xa4\xa5\ \x92\x80\x99\xc7\x31\xc2\x06\x61\x64\x64\x24\xab\x32\x28\x55\x3d\ \x91\x71\x07\x47\x4a\xc5\x81\xad\x04\x93\xd6\x6c\x2a\xe9\x30\x21\ \xa3\xb1\x62\xf9\x60\xb1\x30\x50\x0d\x87\x40\xa3\x54\x33\x76\x13\ \x46\x0a\x88\x34\xa2\x0c\x23\x4a\x09\xe6\xc8\x44\xa0\x91\x56\x84\ \xe0\x24\x43\x14\x29\xa3\x00\x43\x84\x8c\x20\x60\x2c\x82\x18\xc3\ \x8a\x03\x46\x9a\x73\x4a\x68\x5d\x9f\x17\xcd\x49\xb0\x53\x4a\xeb\ \x93\x5c\x6b\x6d\x59\x56\x20\xa2\x42\xa1\xe0\x79\x5e\x5d\xb8\xd1\ \xf7\x7d\xd7\x75\x31\xc6\x61\x18\xd6\x85\x9e\x43\x11\x19\x40\xa0\ \x20\x14\x91\x4f\x6a\x8d\xc9\x04\xa1\x84\x20\x04\x98\x38\x2e\x07\ \x97\xea\x4a\x35\xa8\x56\x2c\x13\x21\x46\x34\xe2\x9a\x33\xcc\x19\ \x32\x1a\x6b\xc1\x11\x3b\x7b\x93\xaf\xb5\x52\x4a\xb9\xae\x7b\xff\ \xfd\xf7\x87\x61\x98\x6b\x6c\xd4\x5a\x6b\xa5\x16\xc8\x96\xc4\x88\ \xf1\xe9\xd8\x02\x00\xc4\x29\x4e\x79\x76\xd2\xb5\x30\x00\x32\x12\ \x49\xc3\x19\x0d\xcb\x05\x00\x63\x13\xca\x38\xb6\x39\xa6\x80\x22\ \x84\xa8\xe5\x60\xdb\xe3\x96\x0d\x06\xb0\x31\x16\x05\x23\x23\x97\ \x82\xed\x58\x12\x8c\xc1\x8a\x72\x66\x80\xb8\x76\xd2\x84\xfa\x8d\ \xdd\x07\x46\x73\xde\xea\xa5\xbd\xc9\x8e\x64\xb9\x52\xd8\x53\x2a\ \x4e\x1d\x9f\x2e\x56\xaa\x83\x13\x93\x93\x2a\x52\xc9\x4c\x90\x4d\ \x98\x54\x4d\x93\x52\x02\x30\x02\x5c\x2f\xe2\x40\x08\x42\xbf\xc2\ \x31\xf1\x2c\x8a\x10\x28\x29\x6d\x06\x06\x69\x24\x43\x00\x61\x30\ \x70\x42\x11\x96\x9a\x01\xc1\xd2\x73\x5d\xbf\x82\x83\x30\x9a\xf3\ \xfc\xeb\x51\x80\xba\x39\xa8\x4b\x3c\xdb\xae\x57\xad\xfa\x42\x08\ \xcb\xb2\x94\x52\x61\x18\xa6\x52\x29\x7b\xd6\x0b\x95\x4a\x05\x42\ \x1a\x8c\x09\xe3\x08\x23\x03\x68\x7c\x62\xbc\x56\x2d\xbb\x9e\xe7\ \x25\x13\x9a\xa0\xaa\x08\x4b\x95\x8a\x91\x61\xd2\x66\x01\x82\x5a\ \x24\x35\x08\xcc\x18\x02\xc3\x41\xb9\xf4\x6c\xc9\x44\x5c\xd7\x13\ \x41\x58\xa9\x94\x53\xe9\x8c\xeb\x38\x9e\xeb\xd6\x97\x33\xe5\x4a\ \xc9\xf5\x3c\x30\xb1\x2d\x88\xf1\x1b\xe0\x17\x48\x11\x6a\xe1\x23\ \x8b\x62\x82\x28\xa1\x46\x0a\x29\x11\x02\xe0\x94\x59\xd4\x88\x20\ \x34\x7e\x64\x30\xc5\x96\x87\x40\x2a\x15\x1a\xa3\x8d\x32\x04\x19\ \x66\x31\xa3\x04\x0a\x7d\x51\x29\x08\x8d\x80\x71\xee\xba\xda\x18\ \xa9\x55\x35\x0a\x84\x0c\x27\x46\xab\xfb\x6b\x55\x2f\xeb\x84\x32\ \x2c\xe6\x4b\xf9\x62\x89\x73\x5b\x13\x2f\xb2\x12\x80\x6d\x43\x38\ \x41\x28\x12\x21\x0b\x09\xa5\x80\x18\xc2\x80\x10\x01\x8a\x41\x44\ \x51\xa0\x04\x45\x86\x11\x4c\x38\x50\x84\x90\xf2\x0d\x08\x45\x00\ \x61\xaa\x55\x04\x5a\x49\x30\x94\xda\x18\x19\xce\x98\x32\xba\x2e\ \xd6\x5e\xd7\x6b\x37\xc6\x58\x96\x55\x27\xc9\x01\x42\xd2\xe9\x4c\ \xb5\x5a\x1d\x18\x18\xa8\xab\x56\xd6\x6a\x35\xcb\xb2\x5c\xc7\x55\ \x5a\x19\x00\xcb\xb2\x23\xd0\x2a\x08\x25\x18\x70\x08\x66\xa4\xe2\ \xfb\x53\xc5\x02\xb3\x2d\xd7\x73\x35\x62\x52\x0a\x9b\x61\x8b\x91\ \x20\x12\x60\xb0\x31\x5c\x19\x41\x91\x04\x19\x1a\x72\x36\xc9\xb6\ \xc8\x18\x63\xdb\x4e\x73\x5b\xfb\xc0\x81\xfd\x4b\x96\x5d\x9c\x48\ \xa6\x30\xc2\x4a\xa9\xf1\xb1\x11\x82\x89\xe7\x25\x62\x62\xf5\x18\ \x9f\x90\x2d\x50\x4a\xd6\x73\x8d\xea\x41\xb5\xf9\xfb\x58\xc6\x00\ \x18\x03\x46\x4b\x19\x22\x30\x0c\x63\x15\x09\xdb\xb2\x38\xe3\x2a\ \xf4\x8d\xc4\xc6\x28\x40\x0a\x08\x07\x22\x0d\x96\x91\x04\xc2\xb4\ \x8a\x14\x05\xc3\x0d\xc3\x5a\x12\xe1\x53\x04\x1c\x23\x0d\x91\x21\ \x51\x28\x65\x10\x04\x18\xc0\x49\x79\x95\x6a\xf9\xe8\xd8\x44\x6d\ \x30\x24\x98\xba\xdc\x71\x78\xae\x35\xdb\x66\x51\x5b\x88\x30\x88\ \x02\x2d\x14\xf7\x01\xdb\x52\x20\x60\x16\xa2\x08\x23\x0c\x00\xca\ \x28\x4c\x90\x41\x2a\x02\x23\x0d\x06\xac\x09\xc2\x84\xa2\x08\x23\ \x69\x00\x8c\x96\xc2\x44\xda\x80\xa2\x08\x1b\x83\x40\x13\x42\x91\ \x06\xad\xa5\x01\x69\x00\x28\x23\x1a\x4c\x20\x42\xad\x35\xa3\xb4\ \xae\x4f\x5c\xab\xd5\x6a\xbe\x1f\x86\xa1\x8c\x64\xa1\x50\xcc\xe7\ \xf3\xbd\x8b\xfb\x08\xa5\x80\x51\x2d\x0c\x8a\xd3\xf9\xea\xe4\x64\ \x36\xe1\x64\x3c\x0f\x85\x51\x32\x61\x63\x82\x4a\x95\x8a\x2f\x04\ \xb3\x1c\x2d\x23\x89\x0d\x77\x6c\xcd\x13\x36\x67\xba\x26\x22\x30\ \x49\x8b\xd9\x16\x23\xd8\xcc\x61\x2e\x22\xa0\xb5\xae\x6b\x6c\xaa\ \x59\xc6\x74\x29\x65\x14\x89\xf6\xf6\x45\x5a\xc9\x83\x07\xf6\xba\ \xae\x47\x29\x35\x4a\x3b\xae\xdb\xde\xd1\x79\x6c\xf0\x28\x9c\x6c\ \x38\x62\xd3\x10\xe3\xd4\xd7\xc9\xf9\x09\x4f\xbe\xfc\xe2\xaf\xea\ \xcf\x29\x63\x2c\x9d\xc9\xcc\x7f\xd4\x08\x21\xa5\x52\xb9\x16\x04\ \x33\x94\x0c\x08\x00\x50\x9d\xae\xc7\x18\xc0\x73\x3b\x9f\xa8\x9e\ \xdd\x85\x61\x4e\x22\x1a\x61\x52\x0f\xa2\x83\x99\xab\xa8\xad\xbb\ \xd9\x75\xc1\x3b\x8c\xd1\x4c\xf6\x38\xc2\x18\x23\x8c\x09\xa9\x6f\ \xef\xd5\xe5\x17\xeb\x05\x18\xf8\x84\xf2\x3c\x9e\xb9\x3e\xa0\x99\ \x5d\xb7\x99\x30\x60\x5d\x64\x71\x36\x63\x13\xcc\xbc\xbd\x64\x8b\ \x31\xa5\xd5\xac\x04\x2c\xa0\x79\x75\x5f\xf3\xfb\x58\x9f\x5d\x33\ \xff\x6b\x03\x33\x7a\x7f\x33\xf2\xb8\x4a\x6b\xa3\xb4\xd6\x9a\x51\ \x62\x71\x0e\x46\x53\x4a\x31\x46\xf5\xa2\x32\x3c\x47\x3e\x43\x30\ \xc2\x04\x30\x55\x06\x00\x21\x8a\x09\xc6\x88\x20\xc8\x35\xe5\xe6\ \x32\x1d\xeb\xe3\x59\xab\xd5\x4a\xa5\xa2\xc5\x2d\x42\xc8\x5c\x82\ \x1c\x65\x2c\x97\xcb\x11\x82\x85\x10\x22\x14\x08\x01\xb7\x2c\xc7\ \x76\x00\x21\x25\x65\x57\x77\x2f\xb7\x66\x34\x94\x87\x06\x0f\x13\ \x42\x63\x39\xa6\x18\xf3\x43\xce\x00\xd0\xdd\x73\x1e\x92\x0e\x70\ \x38\xbb\x13\x53\x7f\x6b\x2d\xf8\x33\x8c\x31\x42\xcc\xb8\xa2\x87\ \x00\x00\x0d\xa2\x49\x44\x41\x54\xc8\x29\xc4\x10\xa7\xf2\x44\x2c\ \x64\x65\x39\xed\xcb\x0b\xcf\x7d\x81\xd3\xa4\xc7\xce\x26\x8d\xd6\ \xff\xc3\x67\x99\x25\x02\x0b\x2e\x3e\xef\x6a\x67\x4b\xf2\x35\x6b\ \x71\x16\xb6\x64\xde\x4f\x51\x3d\xff\xe7\xa4\x5d\xdf\xf9\xdb\xbf\ \x33\x09\x6f\x78\x46\xdc\x73\xe6\x90\x92\x6a\x41\x93\x28\xa5\x94\ \x52\x98\x4d\x3c\x98\x3b\x5e\x17\xde\x9e\xb5\x7a\x27\xca\xd4\xeb\ \x3b\x9d\xf3\xad\xf3\xc7\x59\xc0\x1e\xe3\xc2\x03\xc6\x0b\x1f\x92\ \x7f\xfe\xa5\xca\xa5\x62\x3c\xa0\x31\x62\xc4\x20\xf1\x10\xc4\x88\ \x11\x23\xb6\x05\x31\x62\xc4\x88\x6d\x41\x8c\x18\x31\x62\x5b\x10\ \x23\x46\x8c\xd8\x16\xc4\x88\x11\x23\xb6\x05\x31\x62\xc4\x88\x6d\ \x41\x8c\x18\x31\x3e\x04\x2c\x1e\x82\x18\xbf\x05\xa8\xa7\xaf\xe2\ \x93\x73\xcf\xce\x59\x42\xea\xfc\x35\x06\xcf\xcb\x37\x45\xb3\xcc\ \x85\x1f\x9f\x14\x62\x6c\x0b\x62\x5c\x38\x13\xf5\x9f\xaf\x0f\x5c\ \xcf\xe5\xfc\x30\x31\x75\x8c\xb1\x8c\xa2\x5a\xad\xba\xe0\x04\x42\ \x48\x32\x95\xae\x27\x7a\x9e\xf1\xe2\xe7\x9b\x02\x8d\x60\x1c\x86\ \xa1\xef\xd7\x16\x1c\xa7\x94\xa5\xd2\x29\x74\xf6\x6a\x92\xe7\xbf\ \x69\xb1\x2d\x88\xf1\xc9\xcd\x79\x52\x9f\xf5\x27\x2b\x20\x60\x30\ \xda\x20\x72\x26\xa1\xd9\xd3\xf2\x32\x62\x42\xd0\x0c\x79\x2c\x18\ \x6d\x30\x21\xc6\x68\x84\x4e\x43\x15\x45\x08\xf1\xfd\xda\xce\xed\ \xdb\xa4\x54\x78\x9e\xb8\x35\x20\x90\x91\x6c\x6d\x6b\x5d\xb1\x6a\ \x2d\xcc\x25\xd7\xcf\x34\x71\x46\x9e\x99\x32\x62\xb4\x3e\x6d\xc2\ \x3c\xc6\x64\x26\xef\xfc\x9c\x0c\x01\x21\xa5\x52\x61\xd7\x8e\xed\ \x80\xf0\x82\xac\xf6\x28\x12\xbd\x7d\x8b\x97\x2c\x5d\xa6\x66\x08\ \xec\x30\x26\x68\xb6\x20\x1d\x63\x8c\x28\xe3\x04\x74\x24\x35\xc2\ \x08\x61\xc2\x28\xfe\x64\x34\xa0\x63\x5b\x10\xe3\x3c\x83\x50\xa6\ \x83\x72\xb1\x1a\x32\x27\x91\xf4\xec\xd9\xda\x13\x62\xb3\xf0\xa5\ \xc7\x7f\xe1\xae\xb9\xe1\x8a\xc5\x8d\xa7\xd5\x72\x57\x52\x28\x43\ \x6d\x8b\xce\xb7\x0e\x4a\x44\x84\x73\xce\xe8\xf4\xe1\xad\xaf\xec\ \x09\x3f\x73\xe5\xa2\x97\x5f\xdf\x77\xd5\x9d\x77\xb7\xf1\x68\xc1\ \x35\x08\x21\x63\x23\x23\x8e\xeb\xdd\x74\xeb\x0d\x0b\xae\x0c\x00\ \x9b\x9e\x7f\x36\xf0\x03\xc7\x99\x55\xa3\xd0\xb2\x52\xad\x86\x0a\ \x12\xe9\xc6\x6c\xd2\xbc\xf1\xe4\xe3\x6a\xd5\x6d\xd7\x76\x7b\xd1\ \x29\x93\x4e\x8a\x00\x28\xe7\xf4\xdc\x02\x6a\x94\xd2\xa1\x23\x47\ \xda\x16\x75\xae\xb9\x64\xdd\x82\x1f\x45\x51\xf4\xf2\x0b\xcf\x2f\ \xee\x5f\x3a\xd3\x36\x23\x45\x84\x6c\x9b\x23\x00\x8c\x0c\x28\xb9\ \x7b\xf3\x2f\xc7\xec\x95\x9f\xb9\xa2\xcf\x48\xe0\x6a\xec\xd9\xa7\ \xdf\x5d\x7a\xcd\x2d\xfd\x8d\x96\xfe\xa4\x08\x2c\xe2\xd8\x61\x8c\ \xf3\xf1\x18\x31\x5e\x1b\xd9\xfe\xfd\xef\x7e\xfb\xa1\x87\xbf\xff\ \xa3\x67\xde\x2e\x49\x66\xdb\xb6\xeb\x79\x8e\x6d\x33\xa2\xc6\x8e\ \x0d\xe5\x6b\x11\xa1\xcc\x76\x5c\xcf\x73\x2d\x46\x10\x42\x94\x5b\ \xae\xe7\x25\x53\xde\xa1\x4d\xff\xf4\xf8\x96\xf1\x54\xda\xc3\x33\ \x36\x85\xeb\xfc\xce\x3f\xfb\xe3\x3f\xd9\xb4\xbf\x60\x3b\x96\xa8\ \x4e\x0d\x1d\x9f\x96\xa2\x3a\x34\x74\x5c\xe0\x19\x79\x82\x85\x73\ \xde\x98\x74\x3a\x73\x5a\x8f\xc3\x75\xbc\xd9\x55\x3a\xb6\x5d\x7e\ \x78\xf3\x93\x7f\xf9\x9f\xff\xeb\xdf\xff\xc3\x8f\xfe\xfa\xa1\x1f\ \xed\x18\x2e\x4f\x0c\x0e\x4c\x49\x6e\x27\x1c\x4e\x31\x42\x98\x59\ \xb6\xe7\xb9\x8e\xe3\x78\x56\xf8\xe2\xa3\x3f\xde\x32\x54\x4d\x25\ \x1d\x8c\x89\xe5\xb8\x9e\xe7\xda\x9c\x22\x84\xb9\xed\x78\x9e\x6b\ \xb1\x33\x8a\x11\x18\x80\xcc\xc9\x5a\x26\x75\x58\x96\x55\x27\xce\ \x40\x08\x11\x66\xe1\xe2\xc0\xc3\xdf\x79\x68\xdf\xb4\x76\x3d\xc7\ \x1f\xda\xfa\xdf\xff\xfa\xd1\x28\x77\x51\x4f\x6b\x0a\x01\xb2\xdd\ \x84\x6d\xab\xc1\x81\x81\x52\x08\x94\xdb\xae\xeb\xb9\xf5\x5e\x63\ \x62\x39\x8e\xe7\xb9\x36\x67\x08\x61\x66\x39\x9e\xe7\x5a\xfc\xbc\ \x49\xb0\xc7\x7e\x41\x8c\xf3\xf1\x18\x51\x7c\xe4\xfd\x97\x8f\x27\ \xd6\xff\xa7\x6f\xdd\xab\x8a\x05\xc2\xe5\xfe\xb7\x9e\x7b\xee\xf5\ \x3d\x99\x15\x37\x7c\xe5\xee\x15\x96\xc5\x29\xe3\x38\x1c\x7f\xf6\ \xb1\x27\x3e\x18\x33\x57\xdd\x79\xdf\x0d\xab\x9a\x07\xb6\xfc\xea\ \xf1\x17\xb6\xe7\xd6\x5c\xbf\x4c\x87\xdb\x9e\x7d\xf8\xaf\x06\xaf\ \xfc\xfc\x17\x6f\x6b\xe2\x40\x19\xde\xb7\x7d\xbb\x60\x6c\xdf\xf6\ \x1d\xfe\xa5\x5d\x98\x50\xce\x69\x7d\x42\xa2\xd2\xd1\x47\x7e\xf6\ \xd6\xaa\xdb\x3e\xdb\x9f\x25\xf3\xdd\x67\x72\xe6\xb7\x37\xa1\xe4\ \x84\x0c\x19\x82\x5a\xd9\xef\xbb\xf1\x4b\x7f\xfc\x85\x8d\xaf\xff\ \xf0\x3f\x3e\xb3\x69\xc7\x5a\xdb\x6c\xfa\xc7\xef\x0c\x6e\x6a\xbb\ \xee\xee\xcf\xaf\xef\xb1\xde\x7f\xe9\xd1\xe7\xb7\x0e\xb6\xac\xba\ \xe1\xcb\x77\xae\x44\xaa\xf0\xf4\xdf\x7e\xf7\xf0\x8d\x77\xde\x77\ \xcd\xb2\xf7\x9e\xf8\xfe\x96\xa3\x62\xf5\x8d\x9f\xbd\x7d\x5d\xeb\ \x7b\xcf\xff\xec\x95\xed\x23\xfd\xd7\xde\x79\xe7\x86\x65\x44\xcb\ \x05\x8b\x88\x7a\x29\xea\x99\x1b\x33\xf3\x23\xa3\xb5\xdb\xda\xd5\ \x91\xa8\xec\x38\x34\xb2\xbe\x67\xe9\x91\x03\xbb\x68\xdb\x45\x49\ \x3d\x3e\x56\x48\xf6\xb7\x8c\x3f\xf9\xa3\xc7\x0f\x4f\x4e\x1f\x99\ \xb2\x6e\x48\x5a\x85\x43\x6f\x3d\xf6\xec\xeb\x61\x7a\xd9\xe7\xbf\ \x70\x57\x07\x2f\xbd\xf4\xc8\xcf\xb7\x1c\xa9\xad\xbc\xee\xae\x3b\ \xae\xe8\xfa\xe0\xc5\x9f\x6c\x7a\x6f\xa4\x7f\xc3\x2d\x77\x5e\xb7\ \x92\x48\xf9\xeb\x3b\x0f\xb1\x5f\x10\xe3\x3c\x40\x6b\xe8\x5a\x71\ \x45\xb6\xb8\xf5\xe1\xbf\x7f\x6a\x42\x72\x31\xbc\xed\x89\x57\x8f\ \xdc\x78\xff\xbd\x68\xdf\x4b\xaf\xee\x1d\x65\x8c\x73\xcb\x6c\x79\ \xe6\xe7\x07\xf9\x8a\xfb\x3e\xd3\xfb\xe6\xb3\xcf\x1d\x1c\xda\xf5\ \xc4\xb3\xdb\x56\xde\x72\xef\x2d\x97\x2f\xa1\x40\x97\x5c\x79\xf7\ \x83\xf7\x5e\x97\xa1\x60\x30\xc7\xc1\xd0\xdb\x1f\x54\xee\xff\xc6\ \x97\xad\x63\xdb\x77\x4f\x06\x9c\x9c\xd0\x53\x44\xcc\x69\x6e\x6d\ \x76\xd9\x29\x31\x35\x5c\xa7\xc0\x3b\xad\xd3\x7e\xd2\x71\xc6\xd9\ \xc8\x8e\x37\x1f\x7f\xe2\xd1\xd7\x0f\x84\xfd\xfd\x1d\x08\xd8\xea\ \xeb\xef\xbe\xba\x57\x6f\x7a\xfe\xb5\x83\xfb\x36\x3f\xbb\x79\xf2\ \x96\xcf\xdd\x05\x7b\x7e\xf5\x8b\xad\x47\x30\x4f\x6f\xbc\xeb\xbe\ \x2f\xdd\xb8\xf6\xd0\xab\x8f\xbe\x33\xd5\x7e\xef\xdd\xeb\x76\x6d\ \x7a\xfa\x9d\x77\xdf\x79\xe1\xcd\x81\x0d\xf7\x7c\xf9\x86\x95\x8b\ \x90\xd2\xa7\x8d\x26\x10\x82\xcf\x24\x57\x75\xa2\x31\x60\x24\xcd\ \xad\x5f\xd3\x33\xb4\xeb\x80\x1f\x55\x0e\x1c\x28\xac\x58\x77\x49\ \xed\xe8\x8e\xc3\xc7\xa7\xb6\xbd\xf4\xc4\x9e\xa8\xef\x77\xee\xbc\ \xa6\x39\x69\x41\xf1\xd0\x63\x4f\xbc\xd9\x7b\xfd\x17\x56\xd2\x03\ \x4f\xbd\x76\xe0\xc0\x1b\x4f\xbc\x35\xd9\x78\xef\x5d\x97\x1f\x78\ \xe5\xc9\xd7\xb6\xbc\xbf\xe9\xd5\xfd\xeb\xee\xf9\xca\x4d\x97\x74\ \xa3\xf3\x14\x56\x88\x6d\x41\x8c\xf3\x61\x0b\x94\xcc\x2e\xb9\xee\ \x8f\xbe\xf9\xf5\xa5\xfc\xd8\x0f\x1f\xfa\xbb\x37\xf7\x1e\x1e\x19\ \x1b\x79\xe3\xe5\x57\x06\xf3\xc5\x69\x3f\xc2\x98\x5a\x50\x39\x74\ \x6c\xec\xf8\xfe\xad\x9b\x5e\xfb\xa0\x62\xc2\xa3\x87\xf6\x98\xb6\ \xb5\x37\x6f\x5c\xdd\xd5\xde\xc2\x0c\x38\xa9\x5c\x4b\x53\x86\x61\ \x44\x2d\x3e\xbd\x7f\xc7\xe1\x12\x6b\x6e\x6a\xcf\x98\xfc\x96\xf7\ \x86\xa8\x35\xf3\x66\x07\xd0\x24\xd5\x7e\xd3\xdd\xb7\x2c\x4a\x62\ \x35\x6f\x09\x5d\xd7\xb9\x39\x93\x9a\x20\x25\x74\xfe\xc4\xc4\x18\ \x94\x0c\x43\x63\x5f\x75\xcf\xef\x7d\xee\x9a\x3e\xa9\x70\xae\x6b\ \xf1\xa5\x6b\xd7\x24\x74\x61\xff\xa1\x81\x86\x8b\x36\x6c\x58\xb3\ \xee\xfa\xd5\x1d\xc7\x8e\x1e\x8b\x80\x65\x1a\x9b\xb3\x49\x72\xfc\ \xc8\xf4\xb2\x2b\x6e\x5c\x7d\xe9\xd5\x2b\x9b\xd5\x90\x6a\xbc\xf6\ \xd2\xf6\xd7\x9f\x7a\x7c\xd7\x70\x95\xb0\xd3\x07\x43\x49\x9d\x08\ \xfb\x0c\xd1\x84\xb9\x56\x2b\xa1\x3a\x2f\xb9\x3c\x51\x3c\xb4\x75\ \xfb\x96\x11\xd3\x76\xe9\xb2\xac\x01\xc6\x20\x1c\x3e\xe6\xaf\xb9\ \xfa\xa6\xe5\x2b\x97\xb4\x35\x25\x6a\xa3\x23\x63\xc7\x8f\x6d\x7f\ \xfd\xc5\xad\x47\x8b\xaa\x34\xb6\x77\xa0\x70\xd1\xd5\x37\xae\xbe\ \xec\xca\xd5\x9d\x78\xa2\x62\x5d\x73\x65\xcf\xdb\x4f\x3d\xb6\x6d\ \xa8\x4c\xc8\xf9\x21\xb7\x89\x6d\x41\x8c\xf3\x00\x8c\x51\x6d\x7a\ \xa4\xc2\x16\xdd\x76\xd7\xad\xe9\xea\xe1\xd1\x32\x6a\x5d\xd4\x75\ \xed\xed\xf7\xfd\x5f\xdf\xfa\xd3\xfb\x2f\x5d\x14\x06\xb5\x8a\xe4\ \x4d\xe9\x54\xd7\x8a\xf5\x5f\xfc\xda\x1f\x7c\xeb\x5f\x7e\x7d\xed\ \xa2\x6c\x65\x74\x60\x60\xac\x1c\x45\x11\x50\x5d\xce\xe7\x7d\x3f\ \xd4\x80\x2d\xa8\xee\xd8\xb9\xb7\x56\x9b\x7c\xee\xb1\x27\x86\x03\ \x79\x64\xe7\xbb\x13\x92\x46\x42\x28\x00\x19\x4a\xe5\x17\x0f\xec\ \xda\x5b\x12\x68\xc1\x2c\xc4\x08\x9f\x24\x51\xbd\x70\xfa\x9d\x38\ \x5b\x45\x7a\xd1\xda\xab\xef\xfb\xfc\x3d\xd7\xae\x5d\x62\x23\xa5\ \x8d\x51\x4a\x6b\xad\x01\xe1\x4c\x36\x57\x3c\x3e\x30\x5e\x29\x1c\ \x18\x9c\xc8\x34\x35\x5b\x28\x9a\xcc\x17\x85\x44\xe9\x06\xeb\xd8\ \xe1\x43\xd5\xe2\xb1\xc1\x71\x3f\x9b\x6d\xbd\xe6\xde\xff\xed\x2b\ \x57\x67\x9f\x7c\xe4\x99\x71\x9f\x9c\xba\x35\x02\x08\x11\x8c\xe9\ \x99\x0d\xd3\xbc\x53\xa5\x95\xbd\xe8\xb2\xc5\xfa\x47\xff\xe3\xc9\ \xcc\xda\xf5\x1d\x36\x48\x6d\x10\xb5\x1a\xb3\x64\x60\xef\xde\x30\ \x94\x22\x94\x3c\x95\x4c\x34\xb6\x5d\x76\xc3\x1d\xbf\xff\x47\xff\ \xfa\x5f\x7c\xe1\xea\x96\x04\x3a\xb6\xff\x50\x35\x3f\x72\x74\xd4\ \x4f\xe4\x16\x6d\xbc\xfb\x6b\x5f\xbd\xbe\xed\x17\x8f\x3d\x36\x18\ \xf2\xf3\x12\x34\xa0\x7f\xfa\xa7\x7f\x12\x3f\xca\x31\x7e\xdd\x78\ \x01\xe3\x93\xfb\x5e\xfb\xd1\x3f\xfe\xec\xc5\xd7\xb7\xb1\xde\x8d\ \x5f\xf8\xec\x4d\x5e\x61\xdf\xf3\xcf\xbf\xf4\xc1\xd1\xea\xe2\x95\ \xab\x12\xb5\xc3\xef\x1d\x94\xb7\xde\xbe\xee\xd0\x1b\x2f\xbc\xf4\ \xe6\xb6\x12\xca\x5d\xb6\x7e\x9d\x9d\xdf\xfd\xb3\x9f\x3f\xb7\x67\ \x42\xae\x5a\xb7\xec\xd0\xcb\x4f\xbc\xba\x27\xdf\xbf\x66\x55\x5a\ \x8c\xbe\xf2\xe6\x81\x1b\xbe\xfe\xaf\xbe\x72\xf7\x0d\x1b\x56\x77\ \x1f\xdc\xb6\xb3\xb1\x7f\x79\xe9\xe0\x2e\xb7\x67\x19\x1a\xd9\x33\ \xad\xe0\x83\x37\xb7\x65\x96\xac\x6e\x4b\xd1\x39\xb5\x4a\x42\x48\ \xb9\x5c\x44\x88\x34\x35\x37\x9f\xda\xb0\x91\xe3\xc7\xb2\x8d\xb9\ \xfa\x0b\x99\x32\x32\x79\xf4\xc0\x38\x34\xae\xec\x6f\xd3\x91\xc4\ \x44\x1f\xdd\xb3\x87\xf5\x5d\xba\x98\x17\x76\x0f\x56\x36\xdc\x7c\ \x2b\x1d\x7c\xe3\xd1\xa7\x5e\xc8\xa7\x2e\xfe\xdc\x1d\x37\x2c\xe2\ \x85\x17\x9f\x7a\x7a\xc7\x94\x7d\xdd\x0d\x97\x8d\x6d\x79\xf2\xc9\ \x4d\xdb\x1b\x2f\xbd\xed\xd6\x65\xf6\x93\x3f\xfc\xde\x2b\x7b\xa7\ \x7a\xd7\x6e\xbc\x7c\x79\x07\x45\x0b\x35\x2c\x08\xc6\xf9\xfc\x94\ \xe7\x26\xd2\xa7\x0b\x1f\x1e\x1f\x1e\x6a\x6e\x69\x3d\x61\xc2\xa8\ \x9d\x62\xd5\xcd\xef\x4f\xdc\x7a\xdf\xdd\x1d\x49\x3c\x72\x78\x6f\ \xd9\x5e\x7a\xd3\x35\x8b\xf7\xbd\xfa\xe4\xb3\x2f\x6f\x2b\xea\xdc\ \x75\xb7\xdf\xd2\x67\x4d\xbd\xf0\xab\x4d\x5b\x77\x1d\x4d\x2e\x5e\ \xb3\x7e\x79\xfb\xc0\x9b\xcf\x3e\xf9\xc2\xb6\xf4\xf2\xcf\xdc\xb6\ \xae\xe1\xe9\xbf\xfd\xde\x4b\xbb\x27\x7a\x56\x5d\xb1\x7e\x65\x17\ \x3f\x1f\x6c\xd9\x31\xaf\x51\x8c\xf3\x03\x30\x3a\x8a\x84\x06\xe2\ \x26\x12\x0c\x23\x0c\xba\x56\xab\x69\xcc\x1d\xdb\x66\x04\xa2\x48\ \x71\xd7\x41\x51\x50\x0d\x24\xb3\x6c\xc7\xb2\x28\x31\xb5\x6a\xcd\ \x60\xe6\x7a\x2e\x44\x7e\x20\x91\xe3\xda\x04\x8c\x06\xcc\x19\xad\ \x27\x17\x19\xa5\x00\x53\x0c\x4a\x63\xca\x90\x96\x1a\x61\x8c\xc8\ \x42\xb7\x1f\x57\xab\x95\x91\xe1\x63\x99\x86\x2c\xa5\xf3\x63\xe1\ \x20\x84\x88\x22\xd1\xd7\xbf\x64\x6e\xa6\xcc\x31\xc7\x9d\xf8\x76\ \x26\x95\x09\x11\xca\x08\x52\xd5\x6a\x68\x79\x49\x8b\x00\x42\x28\ \x0a\xfd\xc8\x50\x2f\xe1\x62\x15\x54\x43\x93\x48\x26\xb0\x91\x81\ \x1f\x28\x44\x13\x09\x0f\xc3\x69\xe2\x05\x18\xe3\x42\x21\x3f\x35\ \x31\xd1\x90\xcd\x62\x3c\xdf\x3b\x00\xdf\xf7\x09\xc6\xdd\xbd\x7d\ \xf3\x99\x04\x31\xc6\x30\x43\x02\x3a\x43\x7c\xc7\x18\x03\x15\x54\ \x7d\x65\x39\x0e\x63\x94\x51\x14\xd6\x6a\x42\x63\xdb\xb1\x2d\xce\ \x91\x0a\xab\xa1\xf6\x92\x09\x6a\xa4\xef\x07\x0a\x68\x22\xe9\x11\ \x38\x3f\xdb\x8e\xb1\x2d\x88\x71\x1e\x57\x0a\xf8\xc4\x84\x3b\xf9\ \xbb\x99\x24\xba\x93\xf3\x8a\xe6\xbe\x9b\x7f\x78\x7e\x7e\xe1\x0c\ \x95\xee\x8c\xd6\xf0\xcc\xbc\x39\x35\x89\x10\x63\x1c\x45\x51\xb5\ \x52\x5e\xe0\xae\x53\x42\x32\x0d\xd9\x05\x09\x8b\x27\x89\xcf\xcc\ \xe6\xf6\x9d\xf8\x8a\x17\x74\x00\xe6\x9a\x7d\x92\x1d\x39\x73\x26\ \x23\x21\x24\xf0\xfd\x9a\x5f\x5b\x40\x10\xca\x18\xab\xef\x35\x2e\ \xcc\xaa\x3a\xd1\xbc\xd9\xa6\xcd\xda\x2a\x38\x43\x9b\xe6\x35\xea\ \xd7\xc8\xe7\x8c\x6d\x41\x8c\xdf\x4a\x10\x42\xf0\xa9\xab\x74\x40\ \xc6\xe8\x4f\xbe\x1e\xa1\x1e\xcb\x5c\xf8\x57\x67\xe9\xb6\x7f\x73\ \x17\x7a\xf1\x63\x14\xe3\xb7\x00\xc6\x18\x64\xcc\x6f\x4e\x63\x8c\ \x31\x17\xdc\x18\xc6\xfb\x08\x31\x62\xc4\x88\x6d\x41\x8c\x18\x31\ \x62\x5b\x10\x23\x46\x8c\xd8\x16\xc4\x88\x11\x23\xb6\x05\x31\x62\ \xc4\x38\x1d\x58\xb9\x54\x8a\x47\x21\x46\x8c\x18\x38\xf0\xfd\x78\ \x14\x62\x5c\x50\xcf\x2c\x9e\xcd\x15\x44\x67\x10\xf1\xfd\x5f\x79\ \x68\x10\x42\xe8\x9f\x97\x91\xcc\xa2\x48\xc4\x43\x18\xe3\x82\x59\ \xd3\x12\xa2\xb5\x2a\xe6\xf3\xa5\x62\x31\x8a\xa2\xdf\x70\x36\xd1\ \x4f\x18\x9c\xf3\x44\x32\x99\xcd\x35\x39\x8e\xfb\xcf\x48\x70\x88\ \xf3\x0e\x63\x5c\x48\x6f\x3d\x19\x45\xc3\xc7\x06\x8d\x81\x64\x32\ \xc5\x18\x45\xe7\xa7\x5a\xf7\xb7\x04\xc6\xe8\x20\x08\x82\xc0\x6f\ \x6b\xef\x68\x68\x68\x34\x46\x9f\x9b\x5f\x10\x8f\x60\x8c\x0b\xc5\ \x10\x18\x63\x46\x46\x86\x2d\xcb\x4e\x67\x32\x06\x00\x41\xbc\x40\ \x58\x38\x9d\x1d\xc7\x4d\x26\x12\x53\x93\x13\x9c\x71\x2f\x99\x84\ \x73\xf1\x0e\x62\x5b\x10\xe3\x82\x41\xa5\x52\x41\x84\xa6\x1a\xb2\ \x08\x23\xac\x75\xec\x14\x9c\x0a\x00\xb0\x6c\x27\x95\x4a\x17\x8b\ \x79\x37\x91\xf8\x10\x22\xf9\xd3\xac\xbf\xe2\xe1\x8b\x71\x81\x84\ \x0a\xa8\x3f\x3d\x8e\x7f\xfe\x57\x95\xef\x7e\x53\x1c\xd8\x86\xb9\ \x1d\x0f\xc9\x19\x56\x0a\xc6\x71\x1c\x04\x28\x12\xe7\x16\x0a\x8c\ \x6d\x41\x8c\x0b\x64\x8d\x40\x69\x38\x3d\x9e\x2c\x0e\x77\x24\x2d\ \xff\xe0\x8e\xd8\x16\x7c\xf8\x7a\x0a\xe1\x73\xae\x66\x8e\x6d\x41\ \x8c\x0b\xc8\x33\x60\x06\x61\x30\x06\x28\x8b\x77\x13\x3f\x62\xac\ \x08\x3d\xd7\x15\x54\x6c\x0b\x62\x5c\x38\xcf\x37\x63\x46\x2b\x90\ \xc2\xc4\xa1\x82\x8f\x02\x3d\x2d\xa1\x43\x6c\x0b\x62\xfc\xf6\xf8\ \x05\x5a\x69\x29\x4c\xec\x13\x7c\xf4\x58\x51\x7c\x0e\xd2\x8d\x38\ \xb6\x05\x31\x2e\x2c\xbf\x80\x6a\xa5\x75\x14\x19\x14\xbb\x05\x1f\ \x06\x00\x20\x84\x9e\x4c\xb8\xf8\x21\x27\x9b\xc0\xaf\xe1\xb3\x3c\ \x3b\x46\x8c\xdf\x80\x07\x1c\x51\xca\x94\xd6\x5a\x46\xb1\x5b\xf0\ \xd1\x6b\x04\x4a\xea\x04\x91\x1f\xe9\x11\x60\x4c\xbc\x44\x0a\x8c\ \x89\x6d\x41\x8c\x0b\xc9\xef\xd5\x52\x82\x92\xda\xe8\xd8\x31\xf8\ \x28\x5b\x40\x31\xc1\x1f\x1e\x61\x05\x63\xc2\x30\x24\x84\xd4\xaa\ \x15\x4c\x48\x9c\x6b\x14\xe3\x82\x71\x0c\x2c\xc7\x2d\x23\xae\x6a\ \x21\x75\x53\x71\xd2\xe1\x87\x83\x5b\x36\xfe\xd0\x95\x14\xc6\x18\ \x30\x4e\x26\x53\xc6\xe8\x44\x32\x69\xb4\x8e\xeb\x11\x62\x5c\x20\ \xc0\x18\x19\x33\xb6\xe3\xed\xca\xe4\x58\xd3\xea\x0d\x3c\x99\x06\ \x13\x17\x26\x9d\x3e\x58\xc0\xb8\xe5\x25\xbc\x0f\xf1\x09\x00\x20\ \x8a\x22\xd7\x75\x83\xc0\x77\x5d\xaf\x56\xad\x7a\x89\x44\x6c\x0b\ \x62\x5c\x48\xe6\x80\xbb\x89\x50\x88\x5a\x71\x1a\x19\x83\xe3\x8d\ \xc5\x53\x66\x38\x42\x88\x71\x96\x48\xa6\x10\xe0\x33\x15\x71\x62\ \x8c\x01\x0c\xe7\xb6\x31\x1a\x13\x02\xc6\x00\x40\xec\x17\xc4\xb8\ \xe0\xac\x01\x66\x8c\x2b\x25\x45\x18\x4a\x19\xc5\x03\xb2\x20\x46\ \x60\xdb\xae\x65\xdb\x5a\xab\x33\xd5\x2c\x03\x40\x14\x09\xd7\x4d\ \x04\x7e\xcd\xf5\xbc\xd8\x2f\x88\x71\x61\x83\x31\x46\x29\xc5\x18\ \x43\xbc\xb9\x78\xd2\x44\x37\xc6\x18\xa5\xd4\x87\x67\x1f\x33\xce\ \xc1\xcc\x28\xb7\x61\x8c\x01\x81\x31\x06\xb4\x8e\x63\x87\x31\x2e\ \x3c\x28\xa5\x94\x92\x71\xf4\x70\xa1\xd3\x84\xd0\xd9\x24\x64\x2a\ \x29\x4f\xeb\x71\xfd\xff\x99\x38\x90\x56\x69\xbb\x90\x19\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x98\x4c\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xe9\x00\x00\x01\x5f\x08\x02\x00\x00\x00\x24\xb1\x7c\x68\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x97\xd2\x49\x44\x41\x54\x78\xda\xec\x7d\x75\x7c\x94\ \x47\xfe\xff\x67\x66\x1e\x59\xdf\x8d\xbb\x7b\x08\x21\x48\x70\x77\ \x87\x96\xd2\x52\xa8\xdb\xd5\x4e\x7a\xd7\x73\xff\xde\xef\xb4\x27\ \x95\xeb\xd5\x9d\x16\x2b\xee\xee\x0e\x41\x02\x81\xb8\xbb\x6d\xb2\ \xfe\xc8\xcc\xef\x8f\x4d\x42\x02\x81\x52\x0f\x74\xdf\xaf\x7d\xf1\ \x22\xcf\x3e\xb6\x33\xef\xf9\xcc\xc7\xe6\x33\xe8\xfe\xc5\x77\x80\ \x0f\x3e\xdc\x22\x20\x1c\x1f\x1a\x1a\x36\x78\xc8\xf0\xc8\xc8\x28\ \x92\xd9\x3f\xcd\xd7\x22\x3e\xdc\x2a\xa0\x54\x6d\x69\x6e\x2a\x2f\ \x2b\x09\x09\x0d\xe3\x64\x49\xf6\xb5\x88\x0f\xb7\x10\x10\xc2\x76\ \x87\xed\xd8\x91\xc3\x1c\x63\xcc\xd7\x1c\x3e\xdc\x42\x60\x8c\x21\ \x84\x6a\x6a\x2b\x39\x1f\x75\x7d\xb8\x05\xe9\x0b\x8a\x22\x73\x94\ \x52\x5f\x5b\xf8\x70\x2b\x4a\x5f\x9f\xce\xe0\xc3\x2d\xcb\x5d\xea\ \xe3\xae\x0f\x3e\xb9\xeb\x83\x0f\xdf\x28\x77\x55\xd5\xa7\xef\xfa\ \xe0\x93\xbb\x3e\xf8\xf0\x8d\xea\xbb\xd4\xc7\x5d\x1f\x7c\x72\xd7\ \x07\x1f\xbe\x51\xb9\xcb\x7c\xfa\xae\x0f\xb7\xa8\xdc\xf5\xc5\x26\ \x7c\xb8\x65\xf5\x5d\x5f\x3b\xf8\x70\x2b\x72\x17\x7c\xb1\x09\x1f\ \x6e\x59\xb9\xdb\xde\xde\xe6\x6b\x08\x1f\x6e\x45\xee\xa2\x77\xde\ \x7e\xc3\xd7\x10\x3e\xdc\x8a\x3a\x03\x62\x54\xf5\x35\x84\x0f\xb7\ \x22\x38\x9b\xcd\xe6\x6b\x05\x1f\x6e\x49\xee\x7e\x9d\xf7\xe6\x11\ \x27\x00\x42\x00\xc8\xd7\xd0\xb7\xf7\x04\x0e\x8c\x01\xa5\x4c\x95\ \x41\x55\x6e\x65\xee\x12\x0e\x30\x01\x55\xa1\xa5\xe7\xd5\x92\xf3\ \xcc\xed\xf4\xa5\xb7\xdf\xde\x40\x98\x20\x8d\x0e\x9b\x82\x70\x4c\ \x2a\x0e\x8a\x02\x4c\x40\x55\x81\x2a\xb7\x1a\x77\x39\x81\xb9\x6c\ \xca\x99\xdd\xea\xa9\xed\x60\xad\xc7\x6e\x07\xa2\x2a\x07\x3e\x37\ \xdc\x6d\x2d\x75\x11\x02\x4c\x28\x27\xaa\x5a\x03\xf3\x8f\xe0\x86\ \xcd\xe4\x52\x87\x82\x46\x0f\xb2\xf4\xf5\x8e\x99\xf6\x36\xeb\x57\ \x76\x33\x51\x07\xb5\xc5\x9e\x75\x2f\x41\xf1\x39\x4e\xd4\x20\x8c\ \x01\x63\x9f\xc2\xf0\x9d\xa1\x30\x05\xc6\x98\xaa\x2a\x0c\x20\x69\ \x30\x37\xe5\x21\x2e\x2a\x85\x79\x5c\xf0\xb5\x49\xae\xaf\x8e\xbb\ \x82\x96\x5e\x38\x24\x6d\x7a\x8d\x6b\xab\x27\xa2\xd6\x27\x69\xbf\ \xbb\x2a\x04\x30\x2a\x79\x64\x73\x28\x99\xfe\x28\x9f\x39\x16\x64\ \xcf\xd7\xf4\x20\xfc\x15\x11\x57\x43\xcb\x2e\x78\x56\xbd\xc0\xdb\ \x1a\xb1\x8f\xb8\xdf\x75\xc3\x0d\x21\x41\xc3\xb7\x37\xc8\x6b\x5f\ \xa4\x0d\x15\x88\x17\xfb\x30\x77\x09\x07\xd6\x46\x79\xe3\xab\xbc\ \xec\xc4\x5f\xdb\x8b\xfa\x70\x6b\x01\xf3\x82\xe8\xb1\xcb\x1b\x5e\ \xa5\x2e\x3b\x60\xd2\x57\xb9\x8b\xb1\x67\xdb\x3b\xa4\x2a\x1f\x0b\ \x1a\x9f\xc4\xf5\xa1\x53\xfa\x02\x12\xb5\xa4\x24\x47\xda\xf8\x1a\ \x60\xfc\x75\x3c\xe2\x4b\xfb\x19\x38\x41\x2d\xc9\x85\xcb\x47\xb1\ \xa8\xfd\x36\x5a\x88\x01\xa0\xcf\x67\x0d\x32\x06\x08\xf5\x95\x97\ \xf9\x6a\x9f\xfe\x95\xfd\x2e\xf6\x55\x59\xd8\x98\xd7\xa8\x97\x8e\ \xaa\xa5\xb9\x24\xae\x3f\x28\xf2\x35\x42\x0f\x6b\x34\x1a\xf4\x59\ \xaf\xcd\x18\x75\xbb\x3d\xd7\x7a\x5a\xbf\x2c\x77\x11\xc7\x2b\x97\ \x8e\x11\xb7\x0d\x34\x86\x6f\xc3\x2e\xc0\x80\xbc\xa4\xe9\x2b\x76\ \xca\x67\x58\xe2\xde\x77\xfe\x5a\xc4\xdc\x17\x85\xec\x06\xc4\x03\ \x47\xbe\x06\xea\x02\x60\xcc\xb9\xdb\x95\xf3\x07\x48\xd2\xe0\xab\ \xb8\x4b\x08\x69\x6c\x6a\xda\xbe\x6d\xbb\xcb\xe5\xc4\xd7\x17\xcc\ \xaa\xaa\x1a\x4d\xa6\xe9\xd3\xa6\xf9\xf9\xf9\xa9\xaa\xfa\xd5\x71\ \x97\x10\xda\xd6\xc4\xaa\xf2\x11\xe6\x6f\xf6\x12\xc9\xc9\x54\x0a\ \x08\x01\x26\x40\x78\x44\xc8\x17\xef\x2d\x19\xb8\x91\xf7\x13\xf9\ \x84\xfb\xd4\x45\xc4\x71\x37\x79\x09\x19\x74\x17\xc1\xe7\xa5\x9c\ \x3c\x20\x9d\xef\x4c\x15\x26\x4b\x88\xd7\x02\x46\x00\x00\x8a\xc4\ \x14\x19\x00\x23\x41\xbc\x32\xd9\xa9\x12\x93\x65\x24\xe8\x3a\xce\ \x41\x8c\x79\x5c\xa0\x52\x40\x18\x10\x46\x1c\x0f\x20\xf0\x23\xef\ \x46\xcd\x7b\x3d\x97\xab\x11\x47\xae\x27\x85\x10\x87\x99\xfc\x55\ \x17\x2f\x64\x2a\x03\xa3\x30\xe6\x0e\x28\xdb\x2a\x97\x37\x42\x47\ \x93\x32\x50\x65\xa6\xa8\x48\xd0\x01\x62\x1d\xe3\xca\xe3\x62\x88\ \x47\x42\xa7\xc3\x5d\x72\x30\xa4\x23\xf1\xc3\x90\xb3\x4c\x6d\x6c\ \x01\x4c\x80\xa9\x40\xfc\x84\xb1\x73\x58\xde\x26\xb9\xa6\x05\xb8\ \xaf\x42\x4f\x25\x1c\xab\x2b\x65\xd6\x06\xa4\x37\x77\x8f\xba\x09\ \x82\x50\x54\x54\xf4\x9f\x97\x5e\x74\xd8\x1d\xdc\xf5\xbb\x4f\x51\ \x14\x3f\x3f\x4b\x7a\x7a\x7a\x48\x48\x88\xcb\xe5\xfa\xea\xb8\x8b\ \x09\xb3\xb5\xa0\xc6\xca\x9b\xa2\x0e\x63\x0c\x78\x7e\xf4\xb3\x62\ \x4a\x04\x93\x9c\xb4\xbd\x5a\x39\xb7\x53\x29\xaf\x03\x9e\x07\x60\ \x20\xbb\x99\x4a\x81\x08\x88\xe7\x41\xf1\x30\x8a\x91\x28\x80\xe2\ \x61\x2a\x20\x41\x04\x2a\x31\x85\x21\x0e\x33\x59\x02\x4a\x01\x73\ \x48\x10\x80\x22\x14\x9a\x8c\xed\x79\x40\x19\x30\x95\xc9\x1e\xa0\ \x0c\x71\x9a\x8e\x16\x97\x5d\x4c\x51\x01\x73\x48\x10\x01\x61\x60\ \x0a\x48\x2e\xea\xc4\x7c\x68\x7f\x8e\xab\x96\x4e\x51\xf0\xf6\x8b\ \x22\x81\x25\x4d\x33\x6a\xac\x7a\x76\x85\x5c\x63\x47\x54\x45\x71\ \x13\x34\xa3\xc6\x23\x57\x99\xb4\x7f\x95\xda\xe2\x02\x42\x98\xec\ \xc6\x51\x93\xb4\x23\xd3\xa4\xbd\x1f\x2a\x4d\x6e\x44\x00\x64\x91\ \x1f\xf7\x90\x90\x14\x03\x1e\x17\x6b\x2b\x97\x4e\x6e\x52\xaa\x25\ \x1c\x37\x10\xb9\x0f\x30\x87\x1d\x74\x3a\xc4\xf3\x9d\xa3\xc2\x0d\ \x0c\x23\x5e\x03\x54\xc2\xfd\xef\x15\x43\x9b\x9c\x1b\xd7\x83\xc6\ \x88\x04\x01\x14\x0f\x93\x25\x40\x5c\xc7\x20\x51\x25\x26\x79\x80\ \x21\x10\xb4\x88\x74\x8e\x99\x2b\xbf\x42\x03\x18\x40\xf6\x30\x45\ \x06\x86\x80\x13\x3a\x1f\x21\x33\x8f\x83\x21\x03\x8e\x1d\x0c\xad\ \xfb\x18\xa5\x88\x10\x00\x06\x8a\x8c\xa2\xc7\x69\xfa\xc7\x48\xfb\ \x3f\xa2\x4e\x1e\x30\x05\x99\xe3\xc6\x7f\x8f\xb8\x4f\x79\x8e\x9f\ \x03\x9e\x63\x2a\x16\x46\x3f\x8d\x5d\x39\x34\x70\x34\x6e\x76\xa8\ \xf5\x8d\xc0\x54\xe6\x71\x82\xe8\x4f\x12\xb3\x69\xf9\x0e\xc6\x28\ \x52\x55\x26\x4b\x00\x04\x09\x1a\xc0\x18\x40\x05\xc9\xcd\x54\x0a\ \x9c\x06\xf1\x37\xcb\x1c\x44\x38\xd4\x58\x49\x5b\x1b\x88\xd1\xbf\ \x3b\x77\x25\x49\x4a\x49\x4e\xfe\xc3\xef\x7e\xe7\x72\xb9\x6f\x20\ \x77\x29\xa5\x06\x83\x3e\x2e\x36\xd6\xe3\xf1\x7c\x95\x3a\x03\x02\ \xcc\x64\x37\x73\xdb\x10\x2f\xdc\xc4\xa4\x45\x01\x44\x92\x9a\x0d\ \xf5\x9b\x3c\x79\xe5\x38\x7a\x98\xb8\xf0\x8f\x64\xc7\xdf\x3c\xe7\ \x8b\x01\x8b\x38\x6e\x0c\x17\x16\x40\x6b\xcf\x29\x25\x15\x28\x72\ \x20\x27\xb4\x2a\xe5\x15\xc8\x92\xc8\xf9\x81\x52\x56\x00\x86\x78\ \x3e\x54\xaf\xd6\x34\x73\x31\xfd\xb0\xc5\xc4\xda\xcb\x94\x82\xf3\ \xd4\x0d\x40\x15\x2f\x71\x01\x19\xb8\x7e\x13\x88\x99\x53\x4b\x4e\ \xa8\x0d\xad\xc0\x89\x38\x61\x1c\x17\x1e\x04\x6d\x65\x72\xfe\x05\ \x26\xcb\x8c\x18\xb9\xcc\xf1\x3c\xcf\x91\x00\x23\x34\x75\x4a\x3e\ \x55\xc1\x89\xb3\xc4\x09\x33\xf9\x70\xbd\xbb\x70\x35\x28\x1e\x08\ \x18\xaa\x9d\x73\x37\x3d\xbd\x4c\xb5\x8c\xd7\xce\x5d\xec\xfc\xf8\ \x2d\xd5\x2d\xa1\xa0\x6c\xcd\xb4\xbb\xf8\x30\xa4\x1c\xe3\x80\x32\ \x20\x8c\x51\x0d\x97\x3c\x08\x35\x6f\x71\x9f\xa9\x22\x69\x33\xb4\ \x77\xff\xc0\xf5\xf6\x0b\x20\x31\x1c\x3f\x56\x44\xa9\xac\xe1\x82\ \x52\x55\x03\x8c\x32\x31\x90\xcf\xcc\xc6\xbc\x4b\x29\x38\x41\x1b\ \x6d\x60\x08\x23\x19\x43\x34\x4e\x9d\x5a\x7f\x41\x29\x2c\x42\x01\ \xa9\x7c\x72\x3a\x72\x55\xcb\xf9\x67\x99\x47\x02\x43\x38\x9f\x35\ \x10\x0b\x92\x5a\x7c\x4a\x6d\x6e\x07\x8c\x00\x08\x8e\x1f\xcb\x45\ \x04\xb3\xb6\x32\x25\xff\x02\x93\x19\x0a\x49\xe7\xa3\xe2\x91\x80\ \x68\xd5\x39\xef\x23\x40\x1b\xc6\x0f\xc8\x44\x58\xc4\x3a\x44\x15\ \xda\x21\x71\x29\xe6\x86\x3e\x2c\x0e\x9b\x48\xc4\x46\xe5\xf0\xfb\ \x2a\xe3\x11\x60\x60\x4e\x26\xfb\xf1\xd9\xd3\xe5\x33\xa7\x55\x05\ \x21\x6d\x1c\x3f\x7c\xa4\xba\x75\xa7\x92\xb7\x97\x28\x8d\x40\x29\ \x58\xe2\x84\x41\xfd\x10\x11\x31\xaf\xa8\x94\x81\x2a\x81\x39\x49\ \x48\xcd\x44\x72\xbd\x7c\xf9\x0c\x73\x2b\x0c\x78\x92\x3c\x81\x0b\ \x36\xd3\x8a\x1c\xa5\xaa\x06\x38\xe1\xe6\xd4\x3a\x0c\xae\x76\xe6\ \x71\x20\x8c\x59\x4f\x81\x1a\x14\x18\x78\xcf\xa2\x7b\x6f\xe6\x26\ \x6e\x97\x53\x92\xa4\xab\x34\xe3\x2f\x27\x77\x11\x30\x55\x05\x45\ \x06\x5e\xb8\xa9\xb3\x01\x10\x73\xa8\xd5\x17\xd4\xcb\xb9\xca\xe5\ \x23\xd4\xfd\x0b\xdd\xf8\xbb\xe4\xdc\xbf\xa0\x41\x0f\x68\x86\xa7\ \xa8\x95\x55\xfc\xa0\x29\x64\xdf\xbf\x14\x71\x84\x66\x08\x67\x7f\ \xf5\x1f\x38\xed\x5e\x5d\xb6\xcb\xf6\xca\x1f\x50\xca\x1c\x31\xd5\ \xea\x3e\xad\x6a\xa7\x8f\x51\x2e\x9d\x43\x59\x33\xf9\xc8\xe5\xce\ \x0d\x3b\x81\x01\x00\x03\x26\xf2\x53\x7e\x24\x44\x22\xb5\x49\xe2\ \x07\x8d\x95\x36\xbd\x20\x55\xba\x91\x21\x00\xf1\x7a\x9c\xfd\x30\ \x09\x5a\xee\xdc\x71\x42\x98\xfe\x03\x31\x56\x50\xca\x6a\x48\x58\ \x18\xab\x57\xbb\xe6\x0d\x70\x56\x48\x5b\xde\x82\xa9\x4b\x00\x30\ \x28\x0a\x4e\x1e\x89\x6d\x67\x5d\x7b\x37\x50\xff\x46\xee\xd1\x67\ \x48\xa0\x5e\xad\xd3\x8b\x93\xe6\xd0\x33\x1f\xcb\xd2\x9c\x4e\x2d\ \x10\x01\x00\xc8\x1e\xa5\xe4\xa4\x7c\x2e\x57\x69\xa4\x7c\xea\x73\ \x24\x40\x60\xc0\x61\xbf\x08\xe2\x0e\xe6\xc6\xce\x92\xd6\xff\xc9\ \x53\xac\x68\xe6\xfe\x84\xd3\x36\xab\x2e\x83\x76\xe0\x50\xf7\xd2\ \xbf\x32\xd9\x0d\xc0\x23\x83\x1f\x6a\x66\x10\x90\xad\x59\xf8\x30\ \x6a\xcd\x67\xfa\xf1\x7c\x62\xb4\x63\xfd\x1e\x71\xc6\xf7\x09\x57\ \xa1\x36\x39\xb0\x51\xab\x34\xb5\x21\x86\x00\x61\x64\x0c\x44\x82\ \x9e\x64\x3f\xcc\x05\xaf\x70\x6e\x3b\x2a\x8c\xfb\x9e\x60\x69\x54\ \xea\x14\x61\xf8\x0c\x69\xfd\x1f\x3d\x65\x44\x7b\xe7\x4f\x09\x57\ \xa3\x36\x03\x17\xe0\x27\x75\xa4\xb3\x22\xc0\x98\x36\xe6\xb8\x37\ \xd5\x8a\x53\x47\x5c\x51\xaf\x39\xa2\xe6\x6e\xa5\xc3\xbf\xcf\x45\ \x87\xaa\x79\x95\x38\x7d\x34\x72\xe4\x4a\x05\xd5\xfc\x82\xe7\xb8\ \xaa\xb7\xe4\x56\xad\x76\xc1\x4f\x89\x52\xa2\xda\xb5\xd8\x4f\x07\ \x8a\x1b\x8c\xe9\xda\xd9\x0f\x40\x4b\x3e\x33\x0d\xd5\xc6\x44\xb8\ \xd6\xad\x21\x23\x9e\xd4\x0c\x8c\x50\xab\x9b\xf8\x41\x13\xf1\x9e\ \x57\xa4\x8b\x65\xc0\xf3\x37\xd5\xef\x1d\x39\x3a\x3d\x98\x27\x08\ \x42\x69\x59\xd9\x47\x1f\x2d\x75\x38\x1c\xe4\xfa\xaa\xa3\xaa\xaa\ \x66\xb3\xf9\x81\x07\x1e\x08\x0f\x0f\x53\x14\xe5\x2b\xb5\xd5\x10\ \xfa\xdc\xc6\x07\xe6\x80\x13\x11\x56\xd4\xaa\x0b\x74\xe4\x34\x64\ \x4e\xe2\xb3\x87\x28\xfb\xff\xe0\x3e\x51\x4c\x86\x7f\x5f\x37\x66\ \xbe\xbc\xf2\x30\x1d\xb6\x80\x0b\x30\xa1\xe0\x70\x30\x58\xb1\x29\ \x06\x87\x87\xd2\xc2\x6d\x4c\x18\x4f\xeb\x8e\xba\x56\xbd\x8c\x32\ \xee\xd7\xcf\x1a\x85\xb5\x7b\x81\x31\xa0\x32\x0a\x1c\x2e\xa4\x5a\ \x3c\x4b\x7f\x26\x57\x78\xf8\x3b\xff\x2a\x0e\x9f\x24\x17\x2f\xa3\ \xb5\x85\x2a\x84\x80\xbf\x9d\x8f\x4e\xc6\x21\xb2\x90\x14\xe8\x59\ \xf6\x13\x4f\x99\x2a\xa2\x28\xbe\xab\xc5\x11\xa2\x35\x67\x18\x44\ \x08\x98\x00\x30\x60\x08\x1b\x8c\xcc\x51\xc8\x88\x16\x14\x27\x73\ \x03\xd6\xea\xb8\xe1\x77\xe1\xa6\x9d\xce\x93\x17\x75\x99\xf3\x41\ \x91\x3b\x8d\x22\xc6\x10\xcf\x0d\xb8\x53\x63\x9e\x44\x92\x87\x43\ \xcb\x61\xb9\xd6\x23\x60\x8f\x72\x66\x85\x73\x77\x81\xb8\xf8\x05\ \x3e\x39\x4e\xc6\x51\x7c\x90\xdd\xf5\xc6\x9f\x15\xb7\xbf\xf8\xc0\ \xdf\x85\xc1\x19\x1e\x27\x63\xd5\x47\x5c\x1b\xdf\x03\xa4\x17\xe6\ \x3f\x86\xad\x7b\x1d\x4b\x3f\x00\xff\x61\xba\x47\x9e\xe5\x63\x2f\ \x80\xce\x0c\x2d\x15\xd2\xe1\x1d\xd4\x2e\x21\x41\x00\x00\x50\x3d\ \xb4\xb6\x40\x85\x50\xb0\xd8\xf9\xb8\x0c\x44\x4e\x22\x8e\x2a\x39\ \xcb\x9c\x7b\x0a\xc5\xc5\xff\xe4\x93\xe3\x15\x2e\x86\x33\x35\x3a\ \xdf\xf8\x93\xaa\x46\xb2\x80\x48\xb8\xa2\xb9\x29\xb4\xe8\x38\xf8\ \x4f\xea\xe1\x58\x45\x1c\xb3\xe5\xcb\x45\x56\x21\x23\x4b\xca\x6b\ \xe4\x33\x32\x68\xfe\xc7\xd4\x85\x81\xb9\x98\x47\x26\xa9\x53\x38\ \xee\x92\xe3\xbd\x7f\x52\x3e\x11\x05\xfd\x14\x54\xc4\xf5\x9b\xca\ \x45\x1a\x3c\x85\x75\x40\x83\xf8\xec\x91\xe4\x6c\x31\x3f\xa8\xbf\ \xbc\xe5\xd7\x9e\x8b\xd5\x64\xec\xcf\x75\xa3\xa6\xcb\x85\xff\x65\ \x94\xbb\x39\xe7\x46\x2f\xb9\x84\x1c\x47\xea\xea\xea\xd7\xae\x5b\ \xd7\x6e\xb3\xdd\x40\xdf\x95\x65\x39\x30\x30\x70\xd6\xac\x99\xd1\ \xd1\x51\x5f\x29\x77\x19\x03\xc2\x83\xa0\x61\x9f\xcb\x41\xc3\xa8\ \xd7\x3c\x22\xe6\x70\x44\xdb\x18\x32\x62\xec\x91\x9b\x1a\x80\x60\ \xda\x54\xc5\xf8\xd1\xc8\x7e\x49\x6d\x43\x5c\xe6\x54\x06\x97\xa4\ \x0b\x1c\x97\x39\x1a\xfb\x33\xe5\x48\x39\x44\x00\x00\x46\x82\xc0\ \xdc\x56\x26\x13\x44\x38\x00\x00\x55\x06\x5d\x00\xf2\xb4\xd0\x36\ \x1b\x60\x44\x1b\xeb\x51\xa0\x01\x87\x8f\xd6\x2c\xb8\x9b\x16\x1c\ \x04\x00\xa0\x0c\x74\x26\x80\x36\x6a\x75\x22\xac\x01\xaa\x76\xd8\ \x5b\x1d\x0d\x20\x22\xe8\x12\x1e\x94\x49\x1e\x10\xb4\x48\xf1\x30\ \xe0\x80\xc8\x0c\x87\xf1\x69\x03\x09\x09\xd6\x87\xcf\x22\x31\x29\ \x78\xf4\x4c\x65\xcd\x5a\x46\xa9\xd7\x14\x47\x82\x0e\x91\x66\xe5\ \xf4\xc7\x4a\x41\x0e\x95\x38\x40\xde\x61\x09\xcc\xde\x0a\x3a\x11\ \x99\x2c\xcc\x5e\xa7\xba\x55\x50\x6c\xac\xb9\x19\x1b\xfd\xc0\x09\ \x80\x30\xc2\x84\x31\x11\xe9\xb5\xb4\xb9\x9c\x01\x01\x5b\x03\x75\ \x10\xa2\x6b\x73\xaf\x7e\x41\x1c\x7b\xa7\xee\x81\xd1\xca\xb1\x0f\ \x3c\x67\xf3\x01\x51\x14\x3a\x4e\x3b\x7f\x2e\xcd\x3f\x08\x88\x01\ \x43\x80\x00\x28\x05\xc2\x03\x07\xcc\xde\x02\x3a\x0d\x18\x4c\xcc\ \xd1\x48\x5d\x0a\x88\x00\x3d\x5c\x48\x08\x78\x0d\x5c\x2d\xcc\x10\ \x02\x97\x72\x6e\x9f\x30\x7b\x28\x49\xb4\x11\x7f\x49\xda\x99\xdb\ \x31\x61\x32\x82\x74\x46\x66\xaf\x60\x92\x8a\x78\x0a\x8c\x02\xe3\ \x90\xce\x08\x52\x1b\xe2\xf4\xcc\x55\xe9\xde\xb4\x9f\x2a\x3a\x4c\ \x5c\x72\x8b\x15\x30\x63\x8d\x15\x20\xa6\x20\x9e\x63\xee\xcf\xf6\ \x48\x30\xc6\x40\xd0\x00\x2f\x5c\xe5\x0e\xf2\x78\xa4\xf4\xf4\xf4\ \xb7\xdf\x7a\x4b\x96\xa5\x1b\xb8\xc9\x18\x63\x82\x20\xc6\xc7\xc7\ \x4b\xd2\x57\xaa\xef\x32\xc6\x90\x46\x87\x0c\x16\xb0\xb5\xc0\x4d\ \x79\x0c\x10\xc3\x3c\xd6\x1a\xc1\x18\x48\x22\x86\x68\x26\x4f\xa6\ \xb9\xaf\xa8\xcd\xc5\xd4\x86\xf9\xc1\x13\x15\xeb\x29\x6e\xd0\x58\ \xd4\x9a\xaf\x3a\x9b\xd9\xe5\x42\xfd\xdc\xef\xa9\x07\xfe\xe4\x2c\ \x08\x36\xdc\xff\x20\xab\xd8\xaa\x34\x34\xa3\x18\x0e\xb0\x0a\x8c\ \x01\x26\x40\x08\x80\x0a\x88\x20\x4b\x18\xb4\x5c\xa4\x64\x06\xdf\ \x7f\x30\xbd\x6c\x17\xfa\xa7\xd3\xd2\xb7\x99\x5f\x16\x26\x56\xf7\ \xc1\xe5\x2c\x51\x4b\x86\x5b\x58\x53\x11\x95\xef\x15\x87\x8f\x52\ \x8f\x16\x23\x9d\x01\x3c\xbd\x18\x9d\x80\x10\x70\x84\x96\x5e\x40\ \x43\x66\x70\xf1\x71\x34\x78\x2c\x21\x4d\x52\x5d\x81\xfc\xe9\xef\ \x24\xad\x08\x62\x98\xc6\x12\xa8\x5e\xca\xa1\x32\x43\x1c\x00\x60\ \x84\x55\xf9\xdc\xa7\xae\x43\xf9\x88\xe7\x10\xc7\x03\x11\x01\x91\ \x8e\x64\x65\xc4\x01\xcf\xd3\xca\x3c\x34\xf6\x1e\x21\x29\x5e\x6e\ \x0f\xe3\x92\x23\x94\x3d\x45\x0c\x92\x90\x7f\x2c\x09\x0a\xa3\xb2\ \xa4\x96\x97\x0a\x83\xa7\x70\xa7\xf2\x59\xe8\x78\x62\xb6\x79\x1a\ \x24\x04\xb2\xb4\xf3\xbf\xea\xc4\xdf\x68\x86\x4c\x94\xce\xe6\x52\ \x8a\x50\x40\x2a\xc6\x56\xf7\xc1\xe5\x2c\x41\x43\x46\x06\x01\xea\ \x7c\xcf\x8e\x47\x70\xb4\xf2\x12\x8c\x5b\x2c\xf6\xef\xe7\xa9\xe6\ \xb1\x56\x4b\xd1\xb5\xf6\x08\xee\xe1\x3e\xe3\x78\x5a\x71\x58\x69\ \x9a\xaa\x5d\xf2\x04\xbd\xb8\x5a\x69\x76\x00\x12\x01\x71\xc0\xa9\ \xb4\x2a\x0f\x8d\x9c\xc9\x27\x1f\x93\xdb\x2c\x48\xa3\x05\x4e\x56\ \x6b\x4a\xd8\xa0\x2c\xb5\xe4\xa0\x62\x63\x08\xdc\x54\x36\xa9\x2e\ \x9d\x30\x68\xb8\x72\xac\x80\x1f\x3c\x8a\xd5\x1d\x62\x2e\x05\x6e\ \xc6\xbf\xc4\x28\x68\x8d\x58\xa3\x67\x3d\x2b\x81\xa8\xaa\x6a\x32\ \x19\x87\x0d\x1b\xfa\x99\xd5\x6d\x10\x42\x92\x24\xc9\xb2\xfc\x95\ \xea\xbb\x54\x45\x06\x0b\x84\xc4\xb1\xb6\xc6\x9b\xf3\x76\x49\xac\ \xb1\x9d\x1b\xfe\x88\x3e\xbd\x9d\xa9\x2e\xf5\xc4\xff\xa4\x93\x39\ \x88\x28\xee\x6d\xef\x69\xa6\xdd\xa3\x7b\x78\x26\xb3\x95\xb8\xb7\ \xad\x63\x98\xa7\xc5\x27\xd4\xf6\x51\x6a\x45\x19\xab\xaa\x56\xad\ \xb3\x59\xe1\x09\xea\x21\x44\x76\x82\xd3\x03\x18\x83\xea\x61\xf6\ \x76\xc0\x8a\x92\x77\x42\x18\x3f\x94\xd3\x1f\x74\x6d\x5c\xa3\x99\ \xf4\x98\x7e\x28\xa6\x35\x7b\xdd\x47\x73\x18\x6e\x92\xeb\x1e\xd3\ \x3e\xfc\x12\x10\x1d\xd4\xec\x04\x47\xb1\x7b\xcb\x52\xcd\xc4\x7b\ \xf4\xa9\x0c\x89\x44\x39\xdc\xd0\x4d\xcf\x41\x00\x94\x39\xac\xa0\ \x50\x20\x1a\x56\xbd\xcf\x75\x2c\x5a\x73\xc7\x1f\x91\xd4\x22\xed\ \x78\x47\xb5\xb9\x01\xd7\xb3\x76\x15\x04\x89\x36\xd7\xd0\xe6\x06\ \x60\x00\x80\x00\x31\xe6\x68\x03\x8a\x91\xa8\x43\x3c\x01\xa0\xa0\ \x30\xe6\x6c\x43\x92\x82\x30\x30\xc9\xc6\x24\xc6\x6a\x0e\xb9\xf6\ \xc5\x8a\xd3\x7e\x2e\x80\xac\xe4\x7d\xe2\xb9\x54\x0b\x9a\xfd\x72\ \xe6\x53\xda\xfb\x7f\xa7\x5c\x5c\xeb\xde\xfb\xa1\x64\x7e\x42\xb3\ \xf8\x4f\xa0\xda\x95\x5d\xaf\xcb\x4d\x58\x9c\xf6\x18\x1f\x15\x04\ \xaa\x43\x3a\xb6\x93\x81\x80\x08\x62\x25\xdb\xe4\x94\x47\x3b\x7f\ \xc5\x0e\x60\xc0\x9c\xd6\x9e\x8f\x38\xe8\xde\x1d\x21\x8e\xfb\xa1\ \x1e\x00\x48\xa3\xd2\x62\x43\x5d\x06\x3b\x42\xc0\x24\x66\x6f\x67\ \x0c\x75\x57\x1b\x10\xb4\x4a\x67\x4e\x08\x89\x63\xe5\xb3\x47\x18\ \xe3\x01\x33\x70\xb6\x31\x4a\x68\xd9\x2e\xf7\xc1\x08\x71\xda\xf3\ \x02\x20\x24\x55\x50\x97\x4a\xcb\x36\x79\x4e\x07\x89\x0b\x7e\x27\ \x52\x59\xcd\x5d\xe3\x3e\x78\xc0\xb3\xe9\x03\xcd\xd4\xf9\x86\x54\ \x9e\xb6\x5c\x70\x6d\xdb\xce\x40\xbc\x19\x37\x30\x53\x14\x16\x1e\ \x89\xcc\x41\x57\xa5\xa5\x8b\xa2\x98\x97\x97\xf7\xd2\xcb\xaf\x38\ \x9d\x37\xd2\x77\x15\x45\xb1\x98\x2d\xcf\x3d\xf7\xa3\x84\x84\x04\ \x49\xea\x91\x54\xf9\x65\xf3\xc8\x90\x46\xef\xd9\xf6\x1e\xda\xbb\ \x94\x88\xe2\xcd\x79\xb4\x11\x70\x02\xc2\x88\x29\x2e\xe6\x91\x3a\ \x16\x56\xa8\x32\x60\x11\x89\x3c\x48\x0e\xa6\x62\x20\x18\x80\x42\ \xf7\x46\x07\x06\xc8\x9b\x4e\xc9\xae\x1a\x3c\xc0\x09\x00\x2a\x48\ \x12\xf0\x7a\xc4\x03\x73\x3b\x01\x38\x40\x14\x18\x41\x1a\x2d\x30\ \x85\xc9\x12\x00\x02\x45\x06\x4e\x83\x04\x1e\x14\x4f\x87\x83\xf9\ \x6a\x85\x8c\x75\x38\x43\x14\x8a\x34\x7a\xa0\x1e\x2a\x29\x3d\x7d\ \x7f\x57\x3d\xfd\x9a\x97\xb9\x72\x04\x01\x30\x60\x14\x54\x8a\x44\ \x1d\x20\xca\xdc\x4e\x20\x02\x30\x15\x10\x87\x44\x11\x54\x89\xc9\ \x12\x63\x18\x6b\x74\xa0\x7a\xa8\x24\x21\x8e\x07\x22\x20\x42\x98\ \xea\x06\x49\x06\xaf\x3a\xc4\xd4\xab\x7f\xc5\x55\x8f\x00\x0a\x8a\ \x0a\x82\x0e\x71\xd8\xeb\x22\xbc\xfa\x77\x21\xd4\x4b\xe0\x86\x52\ \xc0\x08\x18\xeb\x31\x80\x99\xca\x54\x15\x89\x7a\x44\x10\x48\x6e\ \xc6\x10\x80\xca\x54\x86\x44\x1d\x22\x88\x29\x12\x50\x0a\x8a\x02\ \x9c\x06\x09\x1c\xf3\x38\x80\x7a\xbb\xe9\x26\xe4\x9b\xdb\xa9\x8e\ \xb8\x43\x73\xc7\x0f\x98\xdb\xd1\xfd\xb8\x46\xa3\x39\x71\xf2\xe4\ \xaf\x7e\xf9\x6b\x9b\xdd\x76\x63\xff\xae\xbf\xbf\xff\x3f\xfe\xf1\ \xf7\x8c\x7e\xfd\xae\x72\x93\x7d\xe9\x1c\x48\xc2\xa9\xf5\x15\xca\ \xc7\xff\xc7\xdb\x1a\x00\xdf\x5c\x80\x80\x75\x36\x6b\x2f\x51\xcd\ \x6e\xb1\xa9\x2b\x3a\x74\x57\x9c\xa7\xd7\x80\x4f\xb7\x6f\x59\xcf\ \xdb\x7a\xbb\xed\xca\x91\xeb\x3f\xfa\xaa\x3b\x5f\x7d\xe1\x75\xce\ \xb9\xee\x09\xac\xc7\xaf\xb8\xf6\x1d\x50\xaf\xdf\xb2\xce\xeb\xd0\ \x35\xa1\x66\xb8\x51\x53\xf4\xfe\xb6\x37\x0c\x14\x5f\xd7\x3e\xb9\ \xe6\x1d\x6e\xfc\xfe\x37\x31\x33\xcb\x9c\x86\x7b\xe0\xff\x48\x54\ \x2a\xa8\xf2\x55\x9a\x80\x2c\xcb\x75\x75\x75\xb2\x22\x7f\x86\xbe\ \xcb\x0b\xa1\xa1\xa1\x1c\x77\x75\xed\xbc\x2f\x9d\xcf\xa0\x2a\x24\ \x2c\x4e\xed\x3f\x56\x3d\xbc\x9a\xdc\x94\xc5\x76\xfd\x88\xff\xb5\ \x32\xe3\xea\x48\x2b\xba\x61\x1c\xf6\x9a\x3b\x5f\x2b\x5c\xd1\xcd\ \x05\x73\x11\xfa\x42\xe7\xf4\xf6\x9e\x37\x7e\x87\x1e\xdf\x5e\xe7\ \xf5\xae\x3a\xe7\xb3\x1f\x01\x9f\xfd\xd5\x75\x2f\xf9\x32\x6d\xd8\ \x1b\x75\x65\x09\x0d\x98\x4c\xa2\xd3\x40\x91\xae\x25\x25\xcf\xf3\ \xf1\xf1\xf1\x37\x91\xcf\xc0\x64\x59\xbe\x56\x2d\xfe\x2a\xd6\xfc\ \x50\x95\x1f\x3e\x47\xaa\x2f\xc5\x45\x39\x98\x10\x5f\x2a\x99\x0f\ \x9d\xf3\xbd\xa4\x84\x25\x0a\xe3\x17\x5d\x2f\xdd\x82\x31\x76\x95\ \x0a\xfb\xf9\x7c\xad\x5f\xc1\x2b\xaa\x0a\x32\x07\x70\x93\x1f\xf0\ \x98\x02\x55\x8f\x0b\x7c\x45\xa2\x7c\x00\x60\x8a\xe4\x41\x3c\x37\ \xeb\x7b\x38\x20\xec\xda\x0c\xb2\xaf\x04\x5f\xd9\x9a\x1f\xc4\x0b\ \x6a\x63\xb5\xbc\x7b\x29\xc9\x3b\x48\x08\xc7\x28\xfd\x9a\xb2\x36\ \x7d\xe8\xe3\x40\x8c\xa9\xb2\x47\x09\x8c\xe1\xa6\x3f\xc2\xa7\x8f\ \x60\x92\xfb\xeb\x7a\xd0\x57\xb9\xd6\x92\x13\x00\x63\x69\xe7\x87\ \xec\xf4\x0e\x4e\x72\x21\xc9\x09\x18\x03\xc2\x5f\x57\xbe\xac\x0f\ \x7d\x49\xce\x76\x64\x44\x51\xaa\x22\x02\xe9\xa3\xb9\xc9\xf7\x91\ \x90\x58\xe6\x71\x7e\x8d\x83\xe4\xab\xe4\xae\x57\xb5\xa7\x54\xad\ \xcc\x57\x72\x76\x41\x43\x19\x06\x60\xed\x8d\xc8\xd6\x02\xaa\xec\ \x5b\x30\x7c\x3b\x8b\x5a\xc2\x21\x41\xab\xea\x2d\x28\x38\x86\x1b\ \x3a\x93\x24\x64\x01\x2f\x5c\x6b\x9f\xf5\x6d\xee\x02\x00\xc6\x80\ \x39\x00\x44\xdb\x1a\x68\x75\x11\x6d\x6b\x64\x4e\x1b\xf8\xaa\x9e\ \xdd\xc6\xcc\xc5\x04\x34\x7a\x6c\x0a\xc0\x91\xc9\xd8\x3f\x0c\x80\ \x82\xaa\xc0\xd7\x5f\x50\xe6\x6b\xe0\xee\x15\x12\x13\xc4\xf1\x1d\ \x6a\x83\x4f\xe8\xde\xde\x0a\x03\x63\x40\x55\xa6\xc8\xdf\xa4\x90\ \xfa\x3a\xeb\x91\x51\x95\x49\x3e\x71\xeb\xc3\xd7\x26\x1b\x7d\x4d\ \xe0\xc3\x2d\x0a\x4e\x10\x84\x6f\xe6\x49\xde\x60\x34\x42\xa8\x2b\ \x8e\xc2\x18\x63\x8c\x5d\x15\x56\xc1\x18\x23\x9f\x5f\xe2\x76\x47\ \xf7\x55\x93\x5f\xb8\xbb\xb9\x5d\x3b\xb7\x7d\x13\xe2\x1d\xe3\xa8\ \xa8\x68\x8e\xe3\xdc\x6e\x97\xd3\xe1\x00\x00\x81\xe7\xb5\x3a\x03\ \x26\xd8\xe5\x72\x45\x44\x46\x1b\x0c\x06\x4a\xa9\x20\x08\x2f\xbd\ \xf8\x62\x65\x65\x05\xcf\xf3\xbe\x0e\xbe\x3d\x59\xab\x28\xfe\x01\ \x81\x3f\x79\xfe\xa7\x8c\x51\x84\x90\xc7\xe3\x29\x2a\x2a\xfa\x62\ \xf4\xe5\x3e\xfc\x70\xe9\xd7\xfd\xba\x94\x52\xbd\x5e\xff\xd2\xcb\ \xaf\x58\x5b\x5b\x1c\x76\x87\x7f\x40\x10\xcf\x71\x92\xc7\x83\x30\ \x8e\x88\x8c\x6e\x6c\xac\x53\x3a\x9d\x29\x08\xa1\xa6\xa6\xc6\x9a\ \x9a\x9a\x6f\x6c\x36\xf0\xe1\x1b\x86\xa2\x28\x8a\x4a\xbd\xf9\x6d\ \x08\x21\xc6\x98\xdb\xed\xfe\x82\xdc\x15\x45\xf1\x1b\xe0\xae\x56\ \xab\xad\xaf\xab\x6d\xb7\x5a\x13\x53\x52\xf5\x7a\x03\x42\x48\x51\ \x94\x96\xa6\xa6\xba\xda\x1a\x40\x57\xf2\x3b\x18\x03\x8e\xe3\x78\ \x9e\xbf\x22\x77\x19\x63\x9d\xd3\x4a\xcf\x6c\x0c\xd4\x2d\x19\x8b\ \x5d\x35\xf5\x5c\x7b\xa4\xeb\xf8\x8d\x0f\x76\x7f\xc4\xd5\x67\x7a\ \x17\x87\xa0\x1b\x3d\xa2\x97\xfb\x77\x7b\xff\xee\x77\xff\xce\xea\ \x45\x08\x21\xbe\xe7\x1a\xe3\xee\x6a\x64\xdf\xb3\xd5\x10\x92\x65\ \xb9\xb1\xa1\x2e\x36\x21\xd1\x60\x34\xa9\xaa\xaa\x28\x0a\x42\x28\ \x28\x24\x44\xd4\x88\xed\x6d\x56\xd4\x6b\xf4\x98\x51\x45\x56\x80\ \x70\xa2\x28\x10\x8c\x10\xc2\x82\x46\x23\x0a\x3c\xc1\x44\x10\x45\ \x51\xe4\x31\x02\x55\x91\x64\x95\xf1\x82\x28\xf0\x9c\x2a\x4b\xb2\ \x4a\xbd\x0c\xc1\x1c\x2f\x8a\x22\xc1\x20\xcb\x72\xd7\x7e\xc9\xde\ \xc2\x2a\x5d\xe5\x55\x18\x53\x25\x49\x06\x4c\x44\x51\x24\x18\x41\ \x47\xae\x1f\xe6\x05\xd1\x0b\xd2\xb9\x34\x88\x51\x55\x51\x54\x22\ \x88\x82\xc0\x77\x8e\x22\xe0\x78\x41\x23\x8a\x04\x58\xe7\x23\x18\ \xa5\x14\x18\xeb\xda\xf3\x8b\xa9\x8a\x24\x2b\x88\xe3\x45\x51\xe8\ \xb8\x13\x42\x9c\xd0\x71\x77\x8e\xf8\xac\xe4\x2f\x6d\xab\x7d\x13\ \xd4\x05\x90\x25\x09\x00\x99\xcd\x16\x45\x96\x09\x21\x98\x10\x45\ \x92\x28\xa5\x26\xb3\x5f\x75\x65\x79\x6f\xc3\x8e\x29\x2a\x49\x1b\ \x77\xc7\x9c\xf1\x03\x78\xaa\x38\x1b\x2e\xee\x39\xd2\x30\x6a\xfe\ \xa4\x40\x4e\xf0\xf3\xd3\x59\x9b\xad\xb2\xa7\x62\xc5\x7f\x3f\xa8\ \xb2\xa4\xcd\x5f\x30\x3b\x21\x50\x87\x10\x6a\x2d\xcd\x59\xb7\x7e\ \x4b\x49\x0b\x1b\x3a\xe7\x91\x25\x53\x12\xac\x8d\x6d\x94\xca\x45\ \x27\xb7\x6f\x39\x78\xc1\xc3\x08\xc8\x6e\x7d\xca\x94\x9f\x7d\x6f\ \xe6\x91\xf7\xfe\xb2\x31\xb7\x4d\xe4\x41\x65\xda\x41\xd3\xe7\x4e\ \xce\x4e\xd6\x10\xc2\xdc\x0d\xfb\xd6\x2d\xdb\x5f\x2e\x3e\xfa\xa3\ \xe7\x32\x0c\xce\x66\x17\x15\x39\xc7\x81\x35\xcb\xf7\x9e\xab\x22\ \x3c\x02\x31\x70\xe2\xbc\x7b\x46\xa5\x06\x03\x95\x2b\xcf\xed\x5b\ \xbe\xe1\xd8\x90\xc5\x3f\x99\xdf\xdf\xd8\xd8\x6a\xa7\xaa\xeb\xc2\ \xfe\x4d\xbb\x4f\x17\xbb\x3c\x2c\xf3\xce\x1f\x3d\x31\x58\xfa\xd7\ \x3f\x5f\x2f\xb7\x63\x1e\x51\x2a\xf8\x8d\x9b\xb9\x60\x4c\x46\x24\ \x62\xcc\xd3\x72\x69\xd9\xc7\x7b\xfa\xdd\xf9\xc4\xb4\x74\x5d\x63\ \x8b\x5b\xd0\xa0\x4b\x7b\x56\xaf\xdb\x97\x4b\x79\xd1\x67\x96\x5e\ \x43\x17\xcc\xf3\xdc\x55\x93\x97\xaa\x28\x2a\x65\xdf\x02\x77\x01\ \x80\x01\xc3\x18\x13\x8e\x63\x8c\x95\x94\x94\x14\x14\x14\x8c\x1b\ \x37\x4e\xab\xd5\x12\x42\x7a\x4f\x3b\xa3\x32\xf2\x1f\xbc\x70\xce\ \xc8\xdc\x15\xff\xda\x7a\xd9\x13\x16\x62\x6c\x6d\x68\x2a\xfa\xf7\ \x69\x73\xc2\xa8\x67\x16\x0f\x5d\xf3\xee\xff\x4a\x5b\x9d\x1e\x12\ \xf9\xd0\xd3\x4f\x1a\x0b\x37\x7f\xb0\xe6\x8c\xcc\xfb\x8f\xbf\xfb\ \x91\xef\xdd\x8f\xff\xfc\xca\x7a\x43\x60\x68\xeb\xf9\x6d\xaf\xae\ \x38\x62\x88\x1f\xf1\xc4\xe3\x0f\xda\x6b\xff\xb6\xe5\x42\x3d\x25\ \xa6\x09\x23\x07\x51\x97\x9a\x35\x7a\xd4\xc1\x8b\x6b\xad\x1e\x2e\ \x63\xe6\x92\x07\x26\x05\xaf\xf9\xf0\xfd\xbc\x7a\x8f\x7f\x80\x9f\ \xa7\xd9\x85\x78\x8b\xd9\x2c\xef\x7c\xe7\xe5\x9d\x65\xed\xa2\xc0\ \x01\xa5\x9c\xc0\x49\x6e\x39\x36\x7b\xd2\xdc\x6c\xdd\x9b\x2f\xfc\ \xb3\x5a\x35\xf9\x69\x55\x0f\x12\x83\xc3\x4d\x05\xbb\x57\x7c\xb8\ \xaf\x30\x7c\xc0\xe4\x27\x16\x3f\xd4\x54\xf5\x87\x43\xd6\xd8\x91\ \xe9\x81\x76\x0e\x8f\x1a\x94\x50\xba\xfb\xb2\x87\xd3\x8f\x5d\xf0\ \xbd\x39\xf1\xad\x1f\x7f\xfc\x46\xb5\x0d\x05\x04\x68\x5a\x24\x6c\ \xf1\x33\xe6\x6e\x79\xf3\x83\x7d\xe5\x82\x28\x20\x60\xe0\x23\x6e\ \x2f\xbc\xc5\xb2\xa3\x25\x2f\xaf\xa0\x5d\xee\xca\xb6\x67\x14\x89\ \x31\xc9\x29\x91\x81\x7a\xaa\xd2\x6f\x5c\x67\xe8\xa6\xd9\x48\x92\ \x94\x97\x97\x57\x5a\x56\x56\x52\x5a\x8a\x31\xbe\x7e\x2e\x38\x66\ \xee\xd6\x1a\xab\x27\x2a\x39\x3d\x58\xe3\x29\xb8\x78\xb9\xd5\xee\ \xb4\xb7\xb5\x5a\x6d\x76\x8f\xdb\x63\x6f\x6b\x6d\x6c\xb4\x85\xa6\ \x8d\x4a\xe1\xf3\x3f\x5c\xb1\xb9\xac\xae\xa9\xae\xfc\xc2\xaa\x0f\ \x56\x42\xc2\xd0\xfe\xd1\x66\x49\x92\x1c\xd6\xa6\xba\xda\xea\xf2\ \x92\xe2\x66\x99\xd3\xeb\x04\xa6\x28\xe6\xa8\xfe\x03\x82\xec\xef\ \xbd\xfa\x5a\xb3\xff\xc0\x81\x71\x66\x05\x87\x4e\x18\x93\x94\xb3\ \xf1\x83\x1d\xa7\x8a\x5a\x9a\xea\x2f\x9f\x3f\x53\x50\xdd\x8a\x09\ \xa8\x54\x8c\xed\x97\x95\x3d\x74\xd8\x80\xb4\x04\x0d\x96\x55\x40\ \x98\x80\xa3\xa5\xbe\x55\xb1\x24\x27\xc7\x13\x47\xed\xe5\xfc\x72\ \x0f\xe2\x80\xc9\xed\x2d\x8d\xf5\x75\x35\x55\x15\x55\x1e\x22\x70\ \x58\x4c\x1d\x3a\x5a\x53\xba\xed\xa5\x8f\x0f\xc6\x0f\x1d\x13\xc2\ \xab\x42\x40\xe2\xd8\xc1\xc1\x5b\x3f\xfe\xf8\x58\x5e\x45\x73\x53\ \xcd\xa5\x0b\x97\xad\x6e\x99\x52\x08\x89\xcf\x18\x32\x74\xd8\x90\ \x01\x69\x66\x11\x14\xea\x4b\x16\xbd\x46\x85\x25\xd8\xd9\x52\x7a\ \xea\xf4\xa5\x26\x9b\xa3\xbd\xbd\xbd\xad\xbd\xdd\xe6\x68\xaf\xb8\ \x74\xee\x42\x59\x23\x70\x04\x7d\x2b\x72\xb7\x53\x71\xa4\x1c\xc7\ \xcd\x9d\x3b\x97\x10\x22\xcb\xb2\xa2\x28\xd7\xed\x3d\xc4\x61\x67\ \xe9\xb2\xb7\xde\x1b\x37\x71\xdc\x5d\x8f\x0d\x73\x55\x9e\xfa\x74\ \xcd\xae\x7a\x19\x13\x4c\x10\x42\x98\x10\x4c\x78\xa3\xd9\xdf\xdd\ \x5a\xe5\x50\xb1\xc8\xf3\x08\xb0\xe2\xa8\x6f\xf6\xf0\x66\xa3\xae\ \xd5\xa3\x24\x8d\x5b\xf8\x7c\xc4\xc4\x80\xb0\x50\xdb\xf9\x2d\xfb\ \x2f\xd5\x33\xcc\xa7\x0d\x1d\x86\x1a\x73\xab\x6b\x6a\xf3\x6b\xe4\ \xa1\xc3\xfb\xed\xab\x6c\x35\x12\xa5\xa8\xa9\x85\x13\x35\x80\x20\ \x6e\xc4\xac\x34\x5c\xba\x23\x4f\xa2\x4c\x0c\x8f\x4f\x76\x07\x28\ \xb4\xbd\xaa\xb2\xf0\xa2\xd5\x03\x9c\xc0\x37\x17\x1d\x7a\xf3\x5d\ \xf7\x84\xb1\xe3\x9e\x18\x3d\xbd\xe0\xf0\xc6\x35\xfb\x8b\x3d\x1e\ \xed\xb8\x3b\x1e\xf6\x1b\xe6\x08\x08\x0b\x6d\x3c\xbc\xf1\x4c\xb3\ \xf6\xae\xc5\x71\x15\x7b\x77\x35\x95\x92\x66\xcd\xa8\xa1\xa9\x81\ \xdb\x5b\x8c\x46\xd6\x5a\xdb\xee\x11\x35\x22\x21\x98\x60\x50\x19\ \x50\x86\xfc\x23\x13\x52\x95\x20\x41\xb1\x36\x56\x14\xd4\xb5\xc9\ \x04\xfb\x24\xef\x35\x33\xae\xaa\x58\x62\x32\x66\xcc\x1e\xaf\x67\ \x6e\xca\x40\xe0\x51\xfe\xc1\xed\x17\x14\x95\x7d\x2b\xfa\xee\x55\ \x8e\x5e\xc6\x98\xb7\x48\xc4\x8d\xad\x4b\x4c\x48\x5b\xe5\xf9\x4f\ \xdf\xcb\xd5\x05\x24\x3d\xf6\x93\xe7\xef\x1a\x5f\xf6\xf2\xda\xb3\ \x57\xbe\x45\x6a\x73\x43\x95\x10\x92\x1c\xaa\xc7\xf9\x6d\x12\xa1\ \x1e\x43\x62\x72\xb8\xe0\xda\xd5\xd4\xa6\xed\x4f\x9a\x4b\xce\x1d\ \x38\xdc\x30\x67\xc9\xc2\xd6\xca\xc2\x7a\xab\x03\x9b\x53\x86\x0c\ \x88\x0b\x02\xd3\x0f\x7e\x9e\xcd\xeb\x02\x42\x35\x23\xa2\xd7\x7e\ \x58\xeb\xe2\x63\xa3\x23\xe9\x99\x5c\x17\xe1\x2c\x09\x83\x87\x6b\ \xd4\x5d\xb9\x85\x88\x35\xef\x5a\xf6\xce\xb6\x92\x36\x41\xe0\x05\ \x41\xc3\x11\x00\x84\x08\x92\x4b\xcf\xee\x29\xcd\x3d\x14\x92\x3a\ \xe9\xe7\xcf\x2c\x2e\x2f\x7f\x59\xa1\xee\xaa\x4b\x67\x0e\x9c\x2a\ \xb6\xb5\x35\x55\x56\xd7\x9a\xd2\xe6\x64\xc4\x06\xd9\x26\x2e\x49\ \x1c\x8f\xfc\xfc\xfc\x2d\x43\x07\xef\xfe\xb4\xa8\x91\x05\x25\x87\ \x9b\xce\x56\xd5\x61\x2d\x47\x15\x59\xe5\x81\xc3\xca\x99\xad\x4b\ \xdf\xda\x53\x26\x0a\x02\x27\x88\x02\x47\x7c\x4c\xbd\xc6\xe7\x83\ \x44\x51\xaf\xb8\xea\x1c\x6e\x49\xe4\x14\x95\x22\x84\x68\x8b\xcd\ \x2e\x06\xea\x08\x63\xca\xb7\xc5\x5d\x84\x30\x42\xb8\xb9\xa9\xa1\ \xa5\xa5\x05\x18\xd3\x6a\x75\x81\xc1\x21\x1c\x21\xbd\x67\xe9\x50\ \x05\x8c\xd1\x13\xc7\x27\xbb\x9a\x6b\x1d\x28\xd8\x5f\x0f\x8d\x1e\ \x85\x01\x42\x18\x73\x1a\x0e\x01\xe2\x04\x5c\x77\xf1\xc0\x91\x8a\ \xc1\x8f\x3c\xf5\xc4\xd6\xbd\xa7\x5c\x42\xc8\xf8\x99\xd3\x6a\x8f\ \xaf\xba\x50\xed\x1a\xa7\xd5\xbb\x1b\xab\xce\x1d\xde\x59\xed\xd6\ \xfd\xf4\x89\x47\x47\x16\xfc\xbf\xca\xd8\x51\xd1\x9e\xf3\xff\xfe\ \xd7\x87\x6d\x98\x53\x54\xd3\xfd\x3f\xfb\xc9\xe4\xe1\x96\xed\x9b\ \x8e\x3c\x77\xff\x23\x0f\xa2\x8d\x67\xcb\xdb\x52\xa2\xfc\x95\x3a\ \x85\x01\xc2\xbc\x5f\x62\xc6\xa0\xc1\xfe\x76\x81\xe7\x1c\x4d\x55\ \x95\xf5\x2d\xb2\x82\x02\x63\x06\x8c\x4f\xf1\x6f\xaa\x6a\x10\x23\ \xa2\x78\x2a\xcb\x94\xf1\x22\xdf\x50\x96\x7f\xf6\xec\x25\x5e\x27\ \xaa\xc8\x3c\x6a\xf2\xc8\xba\xbd\xef\xbf\xf2\xe9\x19\xcc\x33\x5d\ \xf8\xf0\xe7\x7f\x30\x39\x75\xeb\xf1\x6d\xbb\xf2\x1e\x5b\xf2\x24\ \xf5\xdf\x59\xde\xaa\xfa\x07\x0a\x79\xa7\xcb\x00\x34\xd1\xc9\x99\ \x43\xda\x83\x05\x9e\x97\xed\x0d\xa5\x55\x0d\x0a\xf3\x85\x10\xaf\ \x9e\x99\x8d\x81\x91\x16\x96\x73\xe4\x64\xde\xc4\xec\x44\x01\x94\ \x9a\xcb\x67\xce\xd7\x28\x23\x07\x05\x23\xf5\xea\xdc\x18\x32\x20\ \xb3\xff\x37\x21\x6e\x11\x1a\x34\x68\xa0\xdb\xed\x6a\xac\xaf\x13\ \x35\x1a\x5e\x10\x64\x49\xb6\xb6\x34\x01\x42\xed\x6d\x56\x3f\xff\ \x00\x51\x14\x19\x63\x84\x70\xfb\xf7\xed\x6d\x6d\x6d\x25\x18\x33\ \x5e\x9f\x90\x36\x20\x6b\x40\x66\x62\x74\x40\xf9\xf1\xcd\x1b\x0f\ \x5c\x52\x11\x22\x1a\x43\x80\x16\x0a\x2f\x17\x38\x54\x4c\x54\xe7\ \xe5\x73\xe7\xdc\xa6\x98\xac\x01\xfd\xe3\xc2\x4d\xa5\x47\x36\xac\ \xda\x7e\xca\x8d\x05\xb3\xbf\x3f\x6d\xaf\x28\xad\x6d\x6b\x6b\xac\ \x6c\xe7\x42\x23\x8c\x92\x2c\x58\x1c\xa5\x27\x4e\x17\x37\x30\x06\ \x8a\xc7\x66\x03\x73\x84\x41\x3d\xb1\x67\xc7\xc5\x7a\x35\x39\x73\ \x60\x46\x6a\x92\xd6\x55\x75\xec\xd8\xc9\xca\x56\x29\x20\x28\x2a\ \x21\x39\x2e\x36\x2e\x21\x31\x25\x45\xe7\xaa\x2d\x28\xab\x55\x01\ \x8b\xa6\x90\xf4\x81\x83\x33\xfb\xa5\x85\x9b\x95\x03\x1b\x57\x9d\ \x28\x6c\x0d\x08\x09\x72\xd7\x14\x55\x34\xbb\x38\x0e\x40\x13\x9c\ \x16\x67\xc9\x3d\xb2\xb7\xa2\x4d\xc6\x54\x75\x38\xda\x88\x25\x5a\ \xdb\x5e\x72\xe4\xf0\xe1\x2a\x8f\x21\x63\x40\x56\x72\x42\x8c\x11\ \xbb\x4a\x0b\xcb\x54\xbd\x25\x2e\x31\x39\x2e\x2e\x3e\x21\x39\x35\ \x4c\xe3\xb8\x54\x58\x26\x51\xf4\x5d\x73\xf4\x7a\x03\x55\x93\x26\ \x4d\xf6\xfa\xc2\x15\x45\x69\x6c\x6c\xec\xee\x36\x07\x41\x1f\xea\ \x2f\x5e\x3e\x7d\xf8\x78\x4e\xee\xc5\xf3\xe7\x72\x4b\x5b\xd3\x46\ \x4c\x18\x10\x6d\x56\xd4\xab\x93\x2a\xd1\xfd\x4b\xee\xfd\xfa\x27\ \x02\xc6\xf3\xfc\xbc\x39\xb3\x22\xa3\x63\x02\x02\x02\x11\xf2\xaa\ \xac\x44\x55\xd5\xb6\xd6\x16\x9b\xad\x3d\x3e\x29\xd9\x68\x34\x51\ \x4a\x05\x41\xfc\xe3\x1f\x7e\x57\x52\x52\x22\x08\x02\x30\x2a\x4b\ \x92\xd7\xa0\x41\x84\x13\x78\x1e\x63\xc4\x54\xd9\x23\x29\x82\xa8\ \xc1\x1d\xce\x7e\x2a\x4b\x92\xd7\x7b\x82\x3b\xce\x01\xd9\xe3\x56\ \x80\xd7\x88\x1c\x30\x2a\x7b\xdc\x14\x0b\x84\xc9\x0a\x70\x1a\xa1\ \x63\x92\x51\x64\xb7\xc2\x38\x8d\xc0\xa9\xb2\x24\x77\x2a\x52\x84\ \x17\x45\x0e\xb9\x5d\x4e\x85\x21\xef\xcd\x31\x27\x8a\x3c\x07\xc0\ \x98\xaa\x48\x92\xec\xad\xfb\x4c\x78\x5e\xe0\x88\xec\x76\x31\x4e\ \x14\x78\x0c\x0c\x00\xa8\xc7\xed\xc1\xbc\x46\x20\xde\x3a\xb7\xcc\ \xe3\x76\x63\x5e\xc3\x13\x50\xa4\x0e\x97\x33\x20\x22\x8a\xbc\x2a\ \xb9\x65\x85\x79\x8b\x22\x20\xcc\x8b\x22\xff\x1d\x14\xba\x8a\xa2\ \x04\x07\x07\xff\xf9\x2f\x7f\xa5\x94\x62\x8c\x5d\x2e\x57\x5e\x5e\ \x5e\x8f\x01\xcc\x80\x13\x34\x48\x6e\xaf\xa9\x6d\xf4\x50\x62\xf0\ \x0b\x08\x30\x69\xe8\xb7\xa8\xef\x32\xc6\x78\x41\x30\x99\xcc\x9d\ \xb1\x25\x46\x29\xe5\x38\x4e\xa7\xd7\xdb\x6c\x6d\xdd\x5d\xc1\x8c\ \x75\xe4\xe8\x00\x20\x4e\x10\xb9\xee\xf7\xa0\x0c\x10\x11\x45\xd2\ \x2d\x42\x85\x78\x41\xe4\x7b\xcc\x39\x40\x78\x91\x78\xff\x07\xc0\ \x09\x1a\x00\x00\xe8\x71\x0d\xe1\x3a\xfe\xc4\x1c\x2f\x72\x57\xae\ \xa6\x0c\x04\x8d\x4e\xe8\xf1\xda\xd4\xab\x7a\x0b\x1a\xd2\xfd\xb7\ \x70\xa2\x06\x00\x58\x87\xa3\x00\x09\xa2\x06\x00\xba\xa2\x12\xde\ \x3f\x19\x03\xc2\x0b\xa4\xdb\xcb\x71\x82\x86\xeb\x79\xf7\xef\xa0\ \xa3\xa1\xb3\x73\xaf\xaf\x5b\x12\xac\x38\x1a\x8a\x0a\x8a\x5b\xdc\ \xcc\xe0\x17\x1a\xac\xd5\x00\xed\xdd\x23\xf3\x8d\x71\x97\x8a\x82\ \xc8\xf3\x3c\xa3\xb4\x7b\x00\x56\x10\xc4\xab\xaa\x81\xf0\x3c\x4f\ \x08\x21\xc4\x67\xc7\xdc\xb6\xdc\xbd\x41\xa2\x15\xc2\x04\xcb\x6d\ \x87\x76\x6d\x2d\xb6\x13\x66\x6f\x57\x05\xa1\xb0\x2a\x73\xda\xb8\ \x41\x3a\xd4\x8b\x47\xf1\x1b\xf4\x33\x20\x40\x08\xb1\x6b\x2c\xb8\ \xee\x7f\xc9\xb2\x72\xc7\xfc\xb9\xe2\x4d\xec\x9f\xe1\xc3\xad\x0b\ \xa7\xc3\x41\xa9\xda\xeb\x52\x1a\x8c\x71\x7b\x43\x71\xa5\x2b\xe8\ \xce\xbb\xc7\x5c\xde\x7d\xd8\x92\x91\x54\x7a\xec\x6c\x79\x4b\x4a\ \xbf\x20\x2d\x55\xe9\xb7\xc7\xdd\x9b\x13\xcf\x5a\x9d\x2e\x35\xbd\ \xbf\xaf\x83\x6f\x63\xe4\x5f\xba\x40\x29\xc5\xbd\x6e\xba\x86\x98\ \x22\xcb\x9c\xa8\x13\x38\xac\x2a\x9e\xd6\xc6\x7a\x9b\x44\x45\x9e\ \xf4\x5a\xf4\xa3\xcf\x65\x84\x30\x5f\x69\x92\xdb\x5f\x6d\xb8\xbe\ \x17\x42\x65\xfa\x80\x98\xe4\xf8\x40\x90\xa9\x46\x23\x9d\x3b\x95\ \x1f\x98\x3e\x30\xc6\x2c\xaa\xbd\x69\xbc\x9c\xaf\x29\x7d\xe8\x53\ \x13\x2f\x11\xcd\x51\x11\x22\x42\x62\xea\x90\x11\x62\xa8\x35\x38\ \x36\x82\x07\xaa\xf4\x76\xb2\x2f\x13\xcf\x87\x3e\x04\x42\x88\xa3\ \x21\xff\xc0\xe1\x8b\x2a\xc7\x55\xe5\xe5\x1c\x3b\x76\x68\xcb\xf6\ \x83\x4d\x1e\xe8\x35\x78\xee\xe3\xae\x0f\x7d\x09\x08\x14\x59\x42\ \x9c\x46\x6e\x29\x39\x57\xa9\x4c\xbb\x63\x5e\x04\xb3\xd6\xb4\x39\ \x7b\xb5\xdd\x7d\xdc\xf5\xa1\x2f\xe9\x0c\x14\x4c\x01\x61\xb8\xf5\ \xdc\xb2\x95\x3b\x85\xe8\x8c\x28\x3f\xad\xc6\xe4\x67\x10\xb8\x5e\ \xad\xa0\x3e\xae\xef\x52\x5b\x4b\x43\x53\xab\x1d\x34\x96\xa8\xb0\ \x40\x0e\x83\x2a\x79\x5c\x32\xd3\xeb\x35\x57\x6a\x19\x2b\x9e\xc6\ \xfa\x7a\x97\x4a\xfc\x82\x82\x4d\x22\xb4\x34\xd4\x5b\x9d\x8a\xd1\ \x3f\x28\xc8\xa2\xef\x38\x43\x6e\xdd\xb1\x62\xe9\xa9\x46\xcd\x9c\ \x7b\x1f\xee\x1f\xfa\x45\x7e\x6f\xcd\xf9\x9d\x9f\x6c\x38\x11\x9e\ \x3d\xe7\x9e\x69\x99\x04\x40\xb6\xb7\xd4\x34\xd9\x2d\x61\xe1\x66\ \x91\x03\x46\x5b\xeb\xab\x6d\x4c\x1b\x1e\x16\xd8\xed\xd6\xb4\xbd\ \xb9\xbe\xc5\xe6\xd1\x99\x03\x02\xfd\x8c\x6e\x6b\x63\x63\x8b\x0d\ \x6b\x2d\x21\x21\xfe\x82\x4f\x56\xdc\xb8\xbf\x55\x85\x33\x86\x8f\ \x9f\x36\xb3\xc9\x81\xa3\x62\x22\x39\xa2\x0e\x1d\x3f\x46\xd4\x88\ \xa0\x2a\xea\x35\x55\x4b\xfa\x36\x77\x9d\x35\xcb\xdf\xfe\x5f\x3d\ \x0a\x0d\x8b\xcf\x5a\x34\x7f\xac\xda\x5c\xbc\xe2\xed\xb7\xab\xc3\ \xa6\x3e\xff\xc0\x84\x0e\xef\xb6\xdc\xb0\xfe\x83\x0f\x2f\x34\x82\ \x06\xd3\xa4\xc9\x4b\xc6\x9b\x4b\x5e\x7a\x6b\x9d\x29\x3c\xc6\x65\ \x73\x0f\x9d\xfb\xe0\xd4\xcc\x10\x00\xa8\xbf\xb0\xff\x74\x73\xd8\ \x63\x4f\xcf\xf3\xe7\xbe\xd0\x8f\x95\x9b\x76\xef\x3e\xd6\x6f\xde\ \xd3\x53\xd3\x4c\x04\x80\xb5\x97\xae\xfc\x68\x75\x83\x84\xb0\x21\ \xe1\xfe\xc7\xe7\x3b\x4f\x6d\x5c\x75\xb0\x94\xa9\x52\x64\xf6\xfc\ \xbb\xc7\x27\x03\x00\x80\x7a\x71\xcf\x8a\x75\x87\x4b\x05\x8d\xa0\ \x0f\xc9\x5c\x72\xff\x90\xf5\x2f\xbf\x50\xac\x89\x30\xa9\x36\x7d\ \xea\xc4\x87\xef\x18\x29\xfa\x18\xfa\x19\x6a\x03\xc2\x08\x9c\xd6\ \xda\xb3\x0d\x15\x94\x21\x9e\xe7\x14\x8f\x64\x08\x8b\x4b\x8a\x0c\ \xc2\xac\x47\x64\xb8\x8f\x73\xd7\x46\x2d\x89\x0f\x2c\x7e\x24\xda\ \x00\x00\xb4\xb4\xb2\x1a\x0c\x01\x46\x7c\xa5\x12\xf1\x85\xed\x9f\ \xe6\x4a\x29\x3f\xf9\xe5\x1c\x1d\x53\x01\x91\x86\x33\x39\x01\x99\ \x33\x9f\x59\x32\xa9\x62\xd7\x3b\x1f\x1e\xce\x99\x94\x39\x83\x00\ \x30\x8f\xa3\x3c\xff\xf4\xf2\x65\x30\x2a\x2b\xea\xcc\xae\x6d\x8d\ \xa6\xac\xc7\x17\x4d\xaa\x38\xb2\x6e\xc7\xe9\xaa\x88\x21\x53\xef\ \x9d\x36\xc8\x59\x76\x72\xe5\x86\x3d\x4d\x2c\xec\x8e\x25\xf7\xa4\ \x04\x8a\x00\x00\xce\xca\xb5\xcb\xd7\xe6\x35\x28\x59\x93\x16\xcc\ \xca\xd6\xbb\x5b\xea\x76\xad\xf9\x40\x99\x3a\x7f\xce\x88\xf8\xaa\ \xdc\x23\x15\x24\xfd\x97\xcf\xcd\xdc\xf1\xee\xbf\x0e\x5f\xa8\xd1\ \x9e\xb9\x18\x3f\xe5\x87\x53\x74\x07\xfe\xbb\xe1\x5c\xfb\xf8\x64\ \x13\x80\xab\xf2\xc4\xda\xbd\x15\xb3\x9f\xf9\x59\x56\x28\xaf\x48\ \x8c\xa3\x95\xd4\x10\xb9\xe8\x07\x3f\x48\x6b\x3e\xfd\x87\xd7\xf7\ \x55\x4d\x1c\x99\x60\xf6\xd1\xf3\xba\xc0\x84\x93\x5a\x4b\x77\x6e\ \xde\x23\x99\xc2\xcc\x5a\x0e\x33\x4f\x45\x71\x95\x10\x1c\x9e\x64\ \x0a\x63\xd7\xee\xd0\xd6\xa7\x67\x10\xc1\x14\x80\x5b\x56\xbd\xf3\ \x5a\xca\xf0\xa9\x33\x87\x25\xc4\x65\x8d\x15\xc1\xbe\xe9\xbc\xd2\ \x19\x60\x71\x16\x14\xb5\xa4\x8f\xbd\x57\x07\xc0\x64\xc9\xc1\x04\ \xcc\x09\xcd\x97\x0f\x7d\xba\xba\xb5\xe2\x7c\x69\xca\xf4\x69\x5e\ \xdf\xb7\xac\x92\xd4\x91\x77\xfc\xe0\xbe\x31\xf9\xdb\xdf\x74\x84\ \x8e\xf9\xc1\xbd\x13\x5b\xce\xac\xdb\x91\x2f\x3c\xfa\xf4\x3d\xab\ \xdf\x58\x73\x26\xce\x58\xb0\x7d\x7f\xd4\xc4\x87\x46\x55\xad\x5b\ \xb3\xf9\xf8\x2f\x1f\x1c\x0b\x00\x47\xd7\xad\xae\x32\x0d\x7b\x6a\ \x9a\xfe\xa3\xa5\x9f\x9e\x0a\x58\x60\x0a\x4b\x5c\xb2\xe0\xb9\x41\ \x21\x0c\x00\x82\xe2\xd2\x4d\x47\xb6\xbd\xbb\xcc\xd9\x5c\x5e\x17\ \x96\xc6\x8f\x1c\x9a\xf2\xe2\xaa\x97\x0a\x74\x90\x30\xe1\x41\x13\ \x00\x00\xd4\x17\x15\x72\xb1\x03\x33\x42\x79\x00\xea\x72\x3a\x34\ \x06\x4e\x6e\xab\xdd\xb5\x62\xcd\xf1\xc6\x4b\x9a\xc8\x41\x61\x3e\ \xe2\xde\x58\xe6\x62\x70\xb4\xd6\x79\xf4\x09\xb3\xe6\x4d\x35\x63\ \x85\x03\xeb\x8e\x35\x7b\xfd\x47\x4e\xce\x0a\xd5\x49\xf2\xd5\x2b\ \x15\xfa\xb4\xfe\x85\x4d\x11\x0b\x1e\xfd\xd1\xa3\xb3\x32\x73\x77\ \x6d\xc8\x6b\x56\x00\x80\xa9\x6a\xb7\xf1\x47\x38\x8e\xc9\x92\x0c\ \x00\xce\x8a\x9c\x65\xeb\xf7\x38\x54\x4e\x63\xf4\x0b\x8f\x8a\xef\ \xd7\x2f\xba\x31\xff\x9c\xd5\x9b\xf5\x03\x80\x09\x07\x00\x84\x70\ \x7a\xb3\x9f\x9e\x80\xab\xa1\xaa\xa4\xec\xe2\xea\x55\x1b\x1b\x5c\ \xc8\xd9\xde\x52\x57\x5f\x7e\x72\xc7\xea\x6d\x67\xeb\x04\xe4\xdd\ \x37\xd1\x5a\x51\xab\xf4\x1b\x92\xee\x1f\x91\x9e\x14\x82\x2a\xab\ \x9b\x31\xc7\xf1\x3c\x78\x63\x98\x9a\xf0\x81\x0f\x3c\xf2\xc8\xf8\ \x81\xe1\xcc\x83\xfd\xfd\x48\x65\xb5\x33\x73\xdc\xe4\xe1\xa9\xa1\ \xf5\x45\x79\x76\xef\x3b\x09\x1c\x93\x65\xef\x7d\x76\xae\x5c\x76\ \xa1\x91\x6a\x44\x6d\x60\x58\x54\x7a\x66\x3f\x4d\x6b\x45\x51\x83\ \xdb\x47\xd0\x1b\xea\xbb\x4c\x17\x10\xdb\x2f\x2d\x52\xc4\x40\x08\ \x01\xa2\x4f\x1e\x90\x11\xaa\x17\x30\xe1\xae\xf5\x92\xf5\x69\xb9\ \x2b\xb9\xda\x1d\xb2\xc6\x60\xd4\x61\x55\x55\xbd\xeb\xd7\xa9\xaa\ \x5c\xc9\x41\x16\x07\x0c\x88\x7d\x73\xf7\xba\xa1\xe9\x8f\xe8\xdb\ \x9b\x1b\x5b\x55\x55\xd1\x8a\xfe\xd1\xc3\x86\x0e\x6a\x16\x2a\x8f\ \xae\x2d\xb1\x29\x60\xe1\x81\xa9\xaa\x37\xf5\x93\xaa\x8a\xac\xa8\ \x00\xa0\x0f\x0a\x8b\x89\xf2\x9f\xbb\x64\x81\x1f\xcf\x69\x69\x7d\ \xe1\xfe\xb0\xb4\x09\x73\x27\xa5\xf9\x33\xa2\xe1\x00\x00\xcc\x11\ \xc1\xf8\xfc\xb9\xa2\x61\x7a\x7d\x49\xbd\x9a\x3d\xca\x52\x74\x56\ \xea\x1e\x4a\x37\x06\x04\x54\xe5\x6c\xb3\xfb\xf5\x1f\x91\x82\x36\ \xad\xa9\x08\x5f\xb4\x70\x28\x72\x1c\x5a\x91\xdf\x26\x4f\x31\xf0\ \x10\x96\x9a\xc9\x6d\x5d\xbe\xeb\xf4\xc0\x69\xe9\x4a\x63\x43\x63\ \xa8\xac\x02\xa7\x4f\x1b\x94\x9d\xc5\x5b\x8e\xec\x3a\x5d\xd3\xea\ \xca\x0c\xd6\xf8\x38\x7a\x03\x4f\x03\x10\x82\x9c\xd6\xb3\x27\x8e\ \x78\xb3\x5c\xb1\x60\x8e\x36\x37\x9d\x3e\xde\x18\x91\x96\xe6\x2f\ \x62\xda\xcd\xe1\xd0\xa7\xb9\xeb\x6e\x2e\x5c\xb9\x6c\x7b\x83\x2c\ \x64\x4c\x9c\xdd\x3f\x58\x00\x00\x5e\x6f\x09\x0a\x10\xbb\x26\x8b\ \x98\x31\x0b\xe7\xdb\x3f\x5d\xf5\xea\x0b\x8a\xa2\x46\x0c\x9f\x1f\ \x18\xa2\x92\xda\xe5\x7f\xfb\x73\xbe\x56\x67\x9a\x7c\xf7\xc2\x28\ \x1e\x00\x40\x34\xfa\x87\x04\x18\x00\x40\x63\x0a\x0c\x16\x74\x00\ \x10\x31\x70\xca\xd8\xca\x15\xef\xff\xfb\x1f\xc6\xa4\x51\x8f\x2c\ \x9a\xb8\x60\xee\xb8\xe5\x1b\x3e\xfc\xe7\x0e\xfd\x84\x85\x0f\x8f\ \x8c\x37\x01\xa0\x91\xf3\xee\xa8\x59\xb6\xf6\xdf\x6f\x2a\x19\xe3\ \xee\x18\x1a\x67\xae\xf7\x0b\xd2\x76\xc5\xde\x1d\xd5\xab\x57\xac\ \xaa\x50\x23\x96\x3c\x32\xc7\x0f\x69\xa6\xcc\x1d\xb9\x72\xf5\x7f\ \x4e\x80\x3e\x7b\xfa\x82\x08\x1e\x00\x80\x0b\xc8\x78\x60\xc9\xd4\ \xd5\x5b\x3e\xfc\xfb\x36\x55\x13\x90\x18\x13\xe4\xd7\x6a\x94\xd7\ \xbc\xf4\xe7\x1d\x5a\x4d\xc4\x98\xb9\x63\x93\xfd\x7c\xf4\xbc\xa1\ \x9d\x86\xa8\xec\x6c\x6a\xa8\x77\x20\x6f\x01\x0b\x0a\x3c\x0d\x0a\ \xe2\x5a\x9a\x5b\x82\xae\xa9\xe7\xfb\x0d\xe5\x9e\x13\x82\xef\xbf\ \x6f\x49\x62\x52\x0a\x55\x55\x84\x31\x42\xd8\x0b\x4a\x69\x65\x45\ \x69\x7c\x62\x47\xee\x39\x00\x54\x55\x96\xa7\xf5\xcb\xf4\xf5\xe2\ \x6d\x8c\xcb\x79\x17\xc2\xc2\xc3\x31\x26\xbd\xe6\x9e\x23\x44\x38\ \x9e\x74\xdf\x8b\x4b\x96\x15\x44\xd0\xb5\xe9\xe7\xbe\x7c\x06\x1f\ \xfa\x94\x9f\x81\x38\x9b\x8b\x0f\xee\x3d\x63\xc7\x04\x03\x00\x55\ \xa8\x21\x6a\xf2\xf8\x6c\xb3\x80\xbe\xfd\x75\xc2\x3e\xf8\x70\xa3\ \x29\x9a\x52\x4e\xeb\x9f\xdc\x3f\x43\x46\x18\x21\xc2\xab\xd6\x93\ \xa7\xca\x6a\x1d\x03\xfc\x34\x1a\xaa\x32\x1f\x77\x7d\xe8\xcb\xdc\ \x65\xbc\x36\x20\x7d\x60\x04\x06\x86\x30\x4f\x9c\x95\xf9\xe7\xca\ \xae\x5d\x65\xe9\xe3\xee\xb7\xdd\x4f\xdf\xb1\x4c\xe5\x9b\x59\x0b\ \x83\x09\x76\xb7\x55\x1e\xdf\x97\xef\x44\x98\x20\x70\x34\x55\xd7\ \xa3\x90\x6c\xb3\xee\xd6\xcb\x67\x38\x7b\xea\xa8\x54\x7b\xde\xeb\ \x9d\xbd\x3d\xd0\xa2\xd5\xa9\x9d\x7d\x18\x6a\x49\x26\x98\x67\xf0\ \x9d\x60\xb0\x2c\xcb\x16\x8b\x25\x21\x21\xe1\x26\x38\x0e\x04\x73\ \x02\x21\x8c\xaa\x96\x98\xcc\x21\x29\x29\xfe\x02\xbb\xf5\x72\xcf\ \x95\xc6\x02\xf3\xb6\x27\xd1\xed\x52\x46\x1a\x31\xd8\x99\xde\xaf\ \x4d\x14\x31\xa3\x08\xf0\xf7\x67\xaf\x35\xeb\x82\xd5\xde\xf3\xaa\ \x6f\x37\x89\xeb\x70\x38\x9a\x9b\x9b\x3f\xf3\x4c\x4a\xa9\x68\x8a\ \x1c\x3a\xca\xbf\xa1\xc5\x61\x0e\x0c\xd6\xf1\xc0\x68\x47\x15\xa5\ \x5b\x8c\xbb\x08\x13\xe0\x01\x78\xed\x6d\xa3\x25\x70\x44\xcb\x13\ \x91\x30\x0a\x80\x3b\x96\x7b\x7f\x67\x34\x87\x9b\xd1\x19\x10\x26\ \xe0\x6a\xd8\xbd\x7d\x5b\x69\xb3\x62\x8c\xce\x9c\x3b\x2e\xad\xb2\ \xb8\xdc\x3f\x36\x21\x40\xc3\x51\x76\xab\xd9\x6a\x94\x01\xba\x5d\ \x3a\x17\x31\xa0\x8c\x51\xca\x10\x63\x00\xbe\x65\x79\xbd\xea\xbb\ \xa8\xb5\xb1\xbc\x15\xc5\xdd\xf7\xe0\x80\xc3\x5b\x0f\x35\x3a\xa2\ \x6a\x0b\x0b\xdd\x81\x51\x41\x3a\xfe\x16\xf3\x33\x30\x00\xf5\xf6\ \xe2\x2e\xeb\xfc\xf8\x70\xfd\xc9\x09\x11\x4c\xdb\xda\x6d\x94\xca\ \x35\x65\x65\x0d\x0e\x35\x9c\xe7\xe1\xd6\xcb\x3d\x67\x40\x29\x20\ \x7a\xfb\x70\x97\xaa\x8c\xaa\x3e\xb9\x7b\xfd\x0e\xa7\xa0\x35\x05\ \x6a\x3c\xf9\xfb\xf7\x35\x51\x59\x6a\x2e\xaa\x8a\xc8\xc8\x4e\x0e\ \x32\x62\xd5\x03\xf4\x56\x93\xbb\xf4\xb6\x93\xbb\xde\x1d\xcf\x91\ \x8f\xbc\xbd\xaa\x88\xaa\xa2\xf1\x8b\x1a\x3b\x79\x62\x55\x6d\xb3\ \xcc\x00\x21\x4e\xa7\xa7\x45\x97\x2e\x8a\xe6\xe0\xd0\x40\x13\x62\ \xf4\x56\xd2\x77\xd5\xdb\x4c\xee\xd2\x0e\x7d\x17\xf9\xa8\xdb\x6b\ \x13\x11\xa2\xd8\x6a\x0f\xee\xdc\xd1\x48\xf5\x7a\x91\x43\x4c\x6e\ \xa8\x69\xc0\x26\xbf\xc4\xcc\x11\xc1\x41\x16\x0e\x7a\x18\x6c\x7d\ \x5d\xee\x2a\xb7\xd1\x72\x50\x04\x40\x29\x63\xb4\x53\xfc\xfa\xd8\ \x7b\xad\xad\x86\x91\xb5\xa9\xbc\x15\x45\xce\x5e\x30\xc5\x42\x54\ \x8e\xb5\xed\x5a\xbf\xdf\x6f\xc4\x84\xac\x50\x83\x4a\x95\x5b\x2c\ \x17\xe7\xb6\xb2\x6c\xba\x0c\x35\x1f\x6b\xaf\xab\xef\x32\x8d\x31\ \x34\x21\xc1\xa9\xd7\x08\x22\xa1\x98\x19\x63\x93\x13\x05\x83\x96\ \x17\x78\xe6\x91\xae\xd2\x78\xfb\xb6\xdc\xa5\x14\x24\x00\x70\xdd\ \x36\xdc\x95\x15\x97\x07\xab\x98\x51\x0c\x18\x13\x4c\x08\xb9\x7d\ \xd4\xf9\x1b\x4c\x38\x08\x79\xf7\x6a\xb8\x99\x1e\xe7\x74\x96\x20\ \x83\xa7\xec\xf2\x05\x8c\x00\x80\x21\xbd\xc5\xc0\x6c\x05\x97\xab\ \x03\x22\x23\x0d\x3c\xba\x65\x74\x06\x6c\x89\x72\x4f\xfa\x3f\x4c\ \x6e\x9f\xbd\x85\x07\xe9\x0d\x4a\xe7\xee\x46\xd5\x15\xf5\x0d\x9c\ \xf5\x3b\x12\x9b\x90\x24\xc9\x64\x32\x7d\x36\xcb\x31\x96\x5d\xcd\ \xf9\xe7\xcf\xdb\x10\x21\x08\x31\xa6\x82\x10\x3c\x38\x2b\xec\x52\ \x6e\x71\xff\x90\x08\x93\x80\xd5\x5b\x65\xdd\xc4\xe0\x11\xe3\xd9\ \xc8\x09\xb7\x53\x17\x76\x2f\x7d\x28\xcb\xf2\x77\x2a\x1d\xe7\x66\ \xf6\x37\xa7\xaa\xaa\xb1\xc4\x4e\xbd\x2b\x91\x80\xea\xf6\x28\x82\ \x28\x22\xa6\xaa\x2a\x8b\x9c\x1d\x8f\x10\x5c\x95\xd5\xd0\xb7\xe5\ \xee\x6d\x5d\x85\xd7\xb7\x57\x7d\xef\xc3\x9b\x90\xb6\xea\xbc\x43\ \xc7\xce\xb7\xba\x14\xc1\x14\x32\x64\xc4\xc8\x84\x20\x9d\x4a\xd5\ \x6b\x87\xb9\xaf\x4e\x8b\x0f\x7d\x49\x33\x26\x9c\xd2\x56\xb9\x6f\ \xff\x29\x31\x6a\xc0\xc4\x49\xe3\x53\xfc\x3c\x87\xf6\x1d\x6e\x70\ \xd1\x5e\xa5\x98\x2f\x7f\xd7\x87\xbe\x34\xd3\x62\xb0\xb6\xd4\xc8\ \xc6\xc4\xf1\xa3\x87\xe8\x40\x49\x8e\x30\x35\xac\xd8\x51\xdb\xee\ \x0a\xd6\xea\xae\xf5\xce\xf8\xe4\xae\x0f\x7d\x08\x8c\x82\xc1\x1c\ \x88\xda\xcb\x4e\x9d\xbf\xdc\xd0\x58\x97\x7b\x26\xa7\x4e\xd5\x04\ \x1a\x34\xb7\x5e\xee\xb9\x2c\xc9\x04\xf5\x50\x0a\x29\xa3\x88\xb0\ \xbe\xb3\x93\x0a\x63\x4c\x52\x55\x76\x55\xa5\x33\x45\x11\x31\x46\ \x18\x7f\x4b\xdd\x4f\xdd\x2a\x83\x9e\x4d\x84\x54\x45\xc3\x11\xe8\ \xf3\xf6\x03\x55\x55\xc1\x3f\x6e\xd4\xd0\xe6\xfd\xc7\x76\xe7\xc9\ \x8c\x68\x2d\x03\x47\x8d\x0b\xd3\x13\xf5\x9a\x8d\x01\xfb\x3a\x77\ \x8f\x9e\x3c\x50\xda\x70\x98\x74\xfa\xc8\x18\x53\x31\x33\x4c\x1c\ \xba\x28\x2c\x3c\xf4\x4b\xdc\x55\x29\x3c\x7b\x8a\x8b\x1e\x1a\xe7\ \xff\x15\x70\x4b\xa2\xf4\xd8\xda\xd5\x42\x59\x09\x74\xd2\x17\xa9\ \x8a\x2b\x28\x74\xf0\xc2\x45\x26\xdd\x67\xa7\x1d\x57\x5f\xce\x69\ \x37\x24\xa4\x45\x9a\x01\x00\x14\xfb\x85\xf3\x97\x82\x53\xb3\x83\ \x75\x5f\xea\x95\xda\x1c\xee\xb3\x5b\xde\xd0\x39\x4a\x19\xee\x1c\ \xf6\xaa\x24\x85\x0c\x1d\x3e\xe3\x7e\xfe\x73\x0e\x79\xd5\xd1\x70\ \x3e\xbf\x2e\x31\x33\xd3\xf8\xcd\xd1\x84\xa9\x94\x44\xf6\x1b\xb5\ \x38\x79\x88\x5b\x52\x39\x51\x23\x12\xf0\x78\xa4\x5e\x4f\xed\xdb\ \xb5\x45\xd4\xd6\x8b\x2d\x9f\xf0\x5c\x07\x09\x54\xe6\x31\x93\x24\ \x8c\xee\xf7\xfe\x55\x7c\x74\xd3\x81\x3a\xff\x7b\xef\x18\xa3\x01\ \x39\x67\xeb\xb2\xad\x67\x1a\xfa\x4f\x98\x3f\x67\x44\x22\x02\x00\ \x67\xd9\xfb\xef\x6d\x4d\x9f\x7d\xdf\xd0\x18\x23\x00\x94\x9f\xda\ \xb8\x6c\xe3\x69\x30\x9a\xc3\x12\x06\xdd\x31\x77\x48\xee\xa1\x5d\ \xa6\xd9\xc3\xe3\xfc\x7b\x79\xe2\xc5\x3d\x6b\x9a\xa3\xc6\x8e\x4d\ \x0a\xbc\xd9\x96\x26\x44\x28\x2f\x35\xaf\x5f\xc1\xb4\x1d\x8c\xc3\ \x2e\x17\x1b\x3b\x89\x09\x82\xb7\xf3\x8f\x6d\x59\x55\x69\x19\xbd\ \x70\x4c\x22\x00\xd0\x96\xbc\x4f\x36\x5e\x9e\xb8\xe4\xce\x70\x0e\ \x94\xa6\xdc\x4f\x77\x57\xc4\xc5\x99\x79\xbe\x73\x51\x80\x64\x3f\ \xbe\x77\xf7\xa0\xe8\x2f\xcb\x5d\x46\xb4\xfa\x9a\xbd\x01\x25\x1b\ \x69\x27\x75\xb1\x04\x4d\xc3\x7e\xc1\x08\x28\xed\x05\xeb\x37\x14\ \x8e\x5d\x3c\x2b\x08\xcb\xc7\x36\xac\x54\xfb\xcd\x1b\x95\x60\xb8\ \xd1\x28\x6f\xab\x3d\xb0\xef\x70\x60\xfa\x37\xc7\x5d\x4c\x88\xb3\ \xa5\x6c\xdf\xc1\x73\x0e\x42\x30\x20\x46\x15\x30\x46\x8d\x1b\x39\ \xc0\xc8\xa3\x6b\x73\xcf\xfb\xb4\xbe\x8b\x00\xf3\x44\xcf\x63\x5d\ \xd7\x87\xe0\x8e\x12\xa0\xf5\x17\x0f\x6d\xd8\xb2\x27\xbf\xaa\x1e\ \x00\x6c\xf9\x7b\xb6\x5e\x60\x8b\xee\x9d\x5a\x79\x68\x7d\x4e\x1d\ \x03\x50\x4f\x6e\x5d\x7f\xe8\x62\x79\xbb\xb3\x63\xbc\x36\x94\x95\ \x99\xfb\xcf\x7a\xfe\x47\x4f\xf8\xd7\x1f\x5e\xbe\xf3\x92\x46\xc3\ \x72\xb6\xaf\xd8\xba\xfb\x68\x93\x1b\x00\x58\x5d\xc1\x89\xd5\x2b\ \x57\x9f\x28\x6c\x04\x80\xf6\x9a\xc2\x6d\xcb\x97\xae\xdd\x77\x5e\ \x51\x3c\xf9\xc7\x77\xac\x5c\xbd\xb5\xb8\xc9\x01\x00\x2d\x65\xe7\ \xd6\xaf\x58\xb6\xf7\x6c\x59\x6f\x6a\x17\xc7\xb4\x3a\xa6\xd1\x76\ \x7c\xb4\x5a\xc6\xf1\x5e\xbb\x22\xef\xd0\xf6\xad\x7b\x8e\x54\x34\ \xd9\x3b\xda\xda\x12\xec\xa9\x39\x7b\x26\xdf\x0e\x00\xe5\x39\xc7\ \xca\x3d\xba\xd8\xb0\x20\xb3\x41\x07\xe0\x3a\x77\x70\xdb\xa7\x1b\ \xb6\xd7\x4b\xbc\x46\x00\x66\xaf\xdc\xb5\x6e\xd5\xf6\xa3\x97\x5c\ \x00\x00\x9e\x82\x53\xbb\x57\x7e\xba\xf1\x72\x9d\x03\x00\xda\x2a\ \x73\xd7\xaf\x5c\xbe\xf3\x64\x31\xbb\xb1\x22\x83\x79\xca\x03\xe5\ \xb5\x9d\x1f\x60\x98\x20\x00\x2a\x5b\xcb\x8a\x2b\xdd\x0c\x00\x68\ \x43\x65\x69\xa3\x93\x29\x4d\xf9\x9b\x3e\x5d\xbe\xf5\x68\x3e\x03\ \x68\x2d\x3d\xb7\xfe\xd3\x4f\x8f\x5e\xaa\x03\x00\x2a\xb5\x1c\xdb\ \xb9\x69\xdd\xce\xc3\x76\xa4\xe5\xbf\x41\x8e\x30\xc6\x38\x41\x1f\ \x1e\x13\x13\x1d\x15\x1d\x15\x1d\x93\x10\x15\xd8\x5e\x59\x52\xeb\ \x90\xf0\xed\x54\xb3\xdf\x3f\x79\xe4\x7d\xf7\xde\x19\x63\x00\x0a\ \x50\x59\x5c\x62\x4a\xca\x4a\x88\xeb\x97\x18\x48\x2a\xea\x1a\xda\ \x8a\x8f\x14\xab\xb1\x33\x47\xa5\xb2\xce\x82\x91\x84\xe7\x65\x67\ \x5b\x6d\x6d\x4d\xab\x8b\xea\x34\x02\xa3\x60\xf4\xf7\xb7\x17\x1d\ \x5a\xbb\xf3\x6c\x5b\xed\x99\xe5\x6b\x0e\x0b\x66\xe1\xd0\xea\xa5\ \x39\x8d\x4e\x41\xa3\x0b\x8a\x8c\x4b\x89\x0d\x2c\x3c\xbc\x7e\xfd\ \xf1\x1a\x13\xdf\xbc\xf2\x93\x4d\x4d\x2d\x65\xab\x56\x6e\x91\xfc\ \x63\x42\xcd\xda\x9b\x8e\x25\x30\x00\x48\x18\x39\x6f\xc9\x9c\xb1\ \x66\x4e\xee\x6c\xec\xc0\x21\x19\x11\xc5\x17\xf3\x00\x94\x73\x85\ \xed\x83\x47\x0f\x2c\x3b\xb4\xe1\x58\x69\x6b\xc9\xde\x55\x9b\x73\ \xea\xcc\x06\x4e\x92\x18\x72\xb7\x6f\x5e\xb1\xa6\xdd\x18\xda\x7c\ \x76\xe7\x81\xdc\xba\xea\x9c\x9d\xeb\x0e\x96\x99\xb4\x8e\x75\x1f\ \x7f\x5a\x65\xaf\x5d\xff\xf1\x46\x87\x7f\x4c\x84\x9f\xf6\x8b\xca\ \x02\xc2\x77\x6c\x04\x8b\x38\x41\xa7\xc3\x0d\xeb\x97\xae\x6d\xd6\ \x47\xc4\x84\x06\x48\x75\xe7\x56\x6c\x3a\x66\x0c\x0d\x38\xbb\x75\ \xd5\xf9\x16\xcf\xa9\x75\x1f\x1d\x2a\xf7\x98\x34\xe0\x96\xe9\x37\ \xa9\x23\x33\x95\xf2\xfa\x90\x81\x23\x47\x8e\x1c\x31\x7c\xe4\xc8\ \x91\x23\xb2\x33\x83\xb4\xc8\x23\xf7\x9e\x49\xd8\xd7\xb9\xcb\x7a\ \x7e\xba\xc0\xf3\xbc\x86\x43\x0a\x65\xde\x9a\x3f\x9c\xc0\x01\x20\ \x9e\x70\x72\x6b\xc5\xc1\x53\xa5\x99\x23\x46\xf9\x0b\x2a\xeb\x1c\ \xac\x84\xb0\xb2\x9c\x7d\x6b\x36\xec\xd6\xa4\x4f\xbb\x6b\x7c\xb2\ \xca\x34\x19\xa3\xa6\xcc\x9e\x36\x44\xad\x2d\xca\x39\x75\x51\x93\ \x3e\x61\xce\xb4\x39\x93\x92\xf9\xb3\xe7\x8a\x28\x12\x62\x32\x87\ \xa6\xc7\x86\x5c\xcc\x2b\xcd\x98\x70\xd7\xf4\xb9\x0b\x92\xa0\xea\ \x6c\xa5\x12\x1b\x66\xac\xaf\x6d\x16\xcd\x26\xdc\xcb\x1b\xb2\xab\ \x3e\x00\xcc\xfb\x60\x91\x27\x1c\xf4\x58\xab\x92\x92\x99\x29\xd5\ \x5c\xae\x28\xca\xab\x54\xfd\x07\xc4\x59\x30\xaf\xd5\xe3\xe6\x33\ \xe7\x1b\x87\xce\x5d\x38\x65\xda\xe4\xc4\x60\x5d\x7b\xc3\xa5\x33\ \xb9\xd5\x0e\x97\xc3\xd6\x5c\x51\x70\x21\xf7\xd4\xb9\xca\xe4\xf1\ \xb3\xa6\xcf\x5a\x34\xc0\x50\x7b\xba\xc0\x13\x17\x6d\x6e\xac\xaa\ \xe3\x4d\x16\xf4\x79\x1b\x8e\x75\xbd\x2a\x42\x18\x00\x10\x62\x54\ \x05\x5d\x44\x84\xa5\xa5\xba\x4e\xf0\x33\xd7\x15\x9d\x2f\xaa\x6e\ \x6c\x6b\x75\x34\x37\x96\x5d\x3c\x7f\xfa\x72\x05\x4c\x5d\xbc\x60\ \xfa\xf8\xd1\xe1\x7a\x50\xbe\xc1\xd8\x1f\x22\x58\xb2\xd5\x1c\xdd\ \xb3\x7b\xf7\xde\xbd\x7b\xf6\xee\x5a\xb7\x7e\x6b\x85\xa2\x0f\x35\ \x69\xd9\x2d\xb1\xbf\xda\xd5\x73\x88\xca\x18\xed\xfe\xb9\x5a\xb6\ \x51\x80\xc0\x40\xbf\xb6\xfa\x3a\x00\x77\xa3\x4d\xd2\xeb\x68\x6d\ \x41\xe1\xfa\xe5\xef\xad\xdf\x7d\xf8\xe0\xc1\xd3\x1e\xaf\xde\x26\ \xa3\xcc\xe9\x8b\x7f\xf8\xcc\x93\x77\x4f\xcb\xd6\x80\x4a\x19\x65\ \x14\x08\xe2\x78\x1e\xf3\xbc\xe0\x71\xb8\x00\xc0\xe1\xf4\x08\x1a\ \x2d\x62\x92\xd3\x2e\x03\x20\x0d\x07\x76\x97\x0b\xc0\xe3\x74\xc9\ \x48\x1f\x32\xed\xfe\x67\x66\x26\xba\x3f\x7a\x7d\xa9\x43\xba\xf6\ \x15\x81\x76\xfb\xa8\x57\xe7\x36\xf6\xf8\x4b\x13\xd3\x2f\x45\xd7\ \xf8\xc9\xda\xed\xc6\xd8\xac\x20\x04\x54\xa5\x0c\x09\x5a\x5e\xb5\ \xb5\x3a\xbc\x74\x42\x58\xd0\xea\xf5\xc1\xe1\xf1\x53\xee\x79\xf2\ \xfe\xd9\x43\x34\xe0\xb1\xdb\x25\x00\xc9\xee\x56\x88\x18\x30\x66\ \xf1\xd3\xf3\x33\xd0\xf2\xd7\xdf\x2b\x76\xdf\xb8\xd5\xae\x7e\xa5\ \x8e\x01\x2f\x1a\x98\xa7\xb1\xc9\x0a\x00\xad\x35\x4d\x6e\x51\x63\ \x1e\xbe\xf0\xc9\x7b\x86\x19\xd7\xbc\xfe\xce\x65\x3b\x36\x99\x03\ \xa3\x13\x53\xef\x7e\xec\x47\xb3\x87\x44\xaa\xb2\xcb\x66\xa5\x08\ \x23\xc6\xe8\x37\x19\xb6\x46\x08\x51\x2a\xd9\xad\x6d\x6d\x6d\xed\ \xd6\x16\x2b\x35\xc6\x4e\x9b\x3a\x36\x48\x83\x6e\xcd\xfd\xd5\xba\ \xcb\x5b\xda\x63\xac\x31\x4a\x65\x45\x55\x01\x22\x06\x8d\x8b\x38\ \xb1\xf4\xaf\x7f\x3f\xa5\x0d\x4a\x7b\x30\x7b\x98\xdf\xb0\x61\x00\ \xed\x1b\xde\xfd\x00\x0f\x1a\x28\x76\x78\x5e\x14\x59\xba\xb2\x4e\ \x5a\x95\x15\x95\x02\x63\xaa\xcb\xa3\x26\x0d\x1b\x53\xf2\xc1\x07\ \xff\x79\xe9\xa8\x4b\xf5\xbf\xf7\xce\x24\x63\x41\xde\xc6\xd5\xef\ \xbe\xdb\x3a\x69\xec\xb0\xa1\x9b\xb6\xbe\xfb\xd2\x41\xa0\x11\xd9\ \x77\x85\xcb\x7b\x36\x2c\x2f\xab\xa9\x17\x8d\xe1\xa4\xb7\xc1\x4e\ \x3b\xc4\xad\x77\x5e\xee\x21\x22\xa8\xaa\xf4\x2c\xeb\x62\x1a\x96\ \x11\xb4\xea\xed\x33\xe3\x17\x0f\x04\x00\x45\x71\xbb\x14\xcb\xe4\ \x29\xd9\xff\x5b\xf9\xce\xab\x87\xb8\x5a\x9b\x66\x4c\xd4\x80\xd1\ \x83\x8f\x1f\x3d\xbc\xb7\x36\x28\x72\xd2\xac\x19\xa3\x27\x0e\x7b\ \x7b\xf9\xb2\x97\x4e\x81\x62\x1c\xf4\x44\x32\xdd\xbf\x7e\x55\x49\ \x43\x2d\x67\x08\xd0\x90\xcf\x6a\xb3\xee\xb9\xa3\xac\xa3\x15\x91\ \x21\x65\xd4\x40\xf3\x9a\x57\xfe\xbe\x5b\x90\xd4\xd0\xe1\x4b\xe2\ \xd8\x91\x2d\x9f\x16\xd4\xd6\xa9\xbc\x39\x65\xd0\xd8\xf6\xf2\xd5\ \x47\x0f\xec\x0b\x0a\x4d\x0a\x4b\x18\x37\x7e\x4c\xfc\x27\xef\xff\ \xfb\x8c\xe8\x6c\xe4\x12\x35\xdf\xa0\x43\x92\xaa\xaa\x68\x8a\x1c\ \x33\x23\x06\x75\xeb\xe6\x5b\xb3\x2e\x4e\xcf\x95\x89\xac\xa7\x48\ \x33\xc4\x0d\x7d\x20\x58\x36\x00\x80\x36\x6a\xe1\x63\x0f\x97\x56\ \xd9\x82\x63\x12\xfd\x3a\xb8\x65\x18\x7f\xc7\x62\xa4\xed\xa8\x32\ \x9e\x31\xe5\xde\x04\xd4\xb9\x75\x0a\x68\x27\x2f\x7e\x82\x33\x81\ \xc0\xb2\x17\x2d\x94\xfd\xfd\x2c\x77\x3f\xfc\x48\x59\x55\x8b\x5f\ \x54\x5c\x88\x0e\x20\x6b\xc6\x93\xe6\x54\x2b\x35\xc5\x26\x84\x3e\ \x14\x1c\x57\xdd\xaa\xc6\xc4\xc7\xeb\x44\x39\xad\xff\xc0\x80\x38\ \x08\x8f\x8b\xd7\xf4\xda\x60\xb4\xdb\x00\xeb\xa9\xdc\x44\x8f\xb8\ \x73\x11\xed\xb1\xc5\x44\xd0\xd0\x05\x2f\x24\xcc\xf0\x0f\x01\x00\ \xc8\x9a\xf5\x48\x3f\xde\x6c\xd4\x4f\x78\xf2\xd1\xb8\x8a\x46\xbb\ \x39\x38\x22\xc2\x88\x63\xe6\x3c\x10\x56\x5a\xda\xae\x6a\x2d\x02\ \xe8\x63\x46\x3c\xf4\x50\x44\x55\x8b\x14\x99\x10\x67\xe4\x59\xca\ \x80\x2c\x4b\x7b\x46\x68\x6c\x62\x08\x7f\x53\x72\xb7\x63\x38\x5d\ \x69\x43\x94\x3d\xeb\xe1\x88\x8c\xd2\x56\x59\x13\x1b\x17\xad\xc1\ \x2c\x31\x23\x4b\x1f\xe9\x99\x16\x9d\x10\x66\xd1\x44\x2d\xb9\xaf\ \xb8\xbc\x96\x69\x03\x04\x80\xb8\x51\x0b\x9e\x88\x2e\xa9\x6b\x57\ \x02\xc2\xa3\x02\xb8\x6f\x7c\xae\x55\x6e\xaa\x66\x45\x5f\x5f\x37\ \xe1\x55\x15\x3a\x47\x60\x8f\x19\x0c\x8b\xfa\xc0\x4e\x56\x68\x8c\ \xa1\x69\x69\xdd\x9d\xbe\xd8\xe4\x17\xd0\xf5\x87\xd6\x1c\xd0\xcd\ \xba\xc1\xe6\x80\x20\x00\x00\xd0\x07\x06\x00\x00\x68\xcc\x21\xa9\ \xe6\x90\xce\x6f\x85\xb0\xb8\x94\x30\x00\x00\xb0\x84\xc6\x5a\x42\ \xbb\x0e\xa6\x86\x7d\xc6\xf8\x62\xd0\xdb\x10\x13\x0c\xdd\xde\xc3\ \x4b\x1f\x4e\x1f\x12\xd2\x31\x90\xf4\x96\x0e\x67\x9c\x39\x34\xb6\ \x7f\xd7\xeb\xf3\xba\x98\xe4\x7e\x5d\xe7\x9b\x43\xa2\xbb\xde\x2e\ \x34\x36\x39\xf4\xf3\x4f\x57\x3d\x40\xc4\xf0\xf8\xd4\xf0\xce\xbf\ \x82\xa3\x13\x83\xa3\x3b\xbf\x31\x04\x26\xf7\x0b\xec\x52\x3c\x83\ \xa2\x93\x82\xfa\xf6\x94\xdc\xe7\xd7\x4d\xf4\x94\x68\x7d\xcf\x8b\ \xd7\x21\xe4\x58\x77\x21\xf7\x6d\xbf\x15\x05\x50\xfb\xd8\x2b\x7d\ \x27\xb9\x7b\x95\xdc\xed\xa6\x4c\x32\xc6\x6e\x5c\x6b\x85\x51\x0a\ \xd7\x38\x06\xbd\xb7\xe8\xc8\x4b\x62\x8c\x32\x86\xbf\x74\xf0\x96\ \x76\x2b\x6f\x83\xbc\xff\x45\x00\x00\xde\x6a\xd8\xa8\x57\xe7\x64\ \xd7\xb5\x94\xa1\xcf\x9b\xeb\xc9\x28\x85\xeb\x5e\xd4\xeb\x70\xba\ \x79\xf7\xaa\xb7\x55\x6f\xfc\x46\xde\xb3\x3a\x7e\x56\x8f\x06\xfd\ \x82\x3e\xdd\xdb\x5f\xee\x76\x68\x95\x08\x03\xc0\xa5\x03\xeb\xb6\ \x1c\x3a\xe7\xd6\x46\xdf\xf5\xc0\x7d\x29\x01\x5d\xda\x9f\x7b\xf7\ \xd2\xd7\xf2\xf5\xe3\x9e\xbe\x63\xc0\xc9\x4d\x4b\x77\x9d\xad\x36\ \xc7\x0f\xb9\x67\xc1\xd4\x80\x0e\xd5\xc2\x73\x76\xe7\x9a\x1d\x27\ \x8b\x3c\x54\x3b\x68\xda\x5d\x63\x62\xdb\xdf\x7b\x69\x59\xbb\xc1\ \xa2\xd1\x85\x4c\xbb\x6b\x61\x66\xb8\xfe\x4b\x7a\xf1\x7a\x78\x16\ \x30\x07\xce\x8a\x4f\xde\x5f\x59\xd1\xa6\xd8\x1b\x9b\xe2\xa7\x3d\ \xf4\xd8\xb4\x8c\xea\xf3\xbb\xd6\xee\xaf\x98\xf9\xe8\x23\xf1\xde\ \xc8\x99\x62\xdd\xbf\x61\xf5\xd1\x4b\x75\x96\xe4\xd1\x4b\xee\x1c\ \x67\x24\xc0\xda\xcb\xde\x7e\xed\x83\xe8\xf9\xcf\x4f\x4b\xd1\x03\ \x80\xda\x7e\xe9\xf5\xd7\x77\x4d\x78\xf8\x99\xf4\x20\x0c\x52\xc3\ \xd2\xff\x7d\x9c\x70\xf7\x63\x91\xd5\xbb\xde\x5d\x9b\xc3\x1b\xf5\ \x96\xa8\x01\x77\x2d\x9c\x11\x2c\xf6\x4a\xde\x6b\x6c\xb5\x6e\xef\ \x57\x9f\xb3\xf1\xdd\xbd\xf5\xf7\x3f\xf3\x58\xa4\x06\x40\x6d\xfc\ \xe4\xdf\x6f\x6a\x26\x3c\x70\xe7\x90\x28\x00\x28\xcf\xd9\xfa\xe9\ \xe6\x33\x0a\x27\x35\xd9\x75\x0f\xfe\xf4\xe7\xfd\x0d\xad\xbb\x57\ \x7d\x58\x1e\x30\xf9\x91\x69\x5d\x3a\x8c\x7c\xf9\xc0\xc6\xcd\x87\ \xf3\x1c\x2a\x9f\x32\x72\xde\x5d\x43\xd1\x6b\xff\xf9\xb8\x85\x68\ \x45\x5d\xc0\x84\xb9\x77\x0f\x8d\xb7\x7c\xbe\x31\x4f\xa9\x20\x08\ \xfd\xfa\xf5\xfb\x62\x2d\x8f\xfb\x38\x73\x19\xbd\xfa\xe3\x75\x15\ \x68\xc3\xfa\x3d\xf8\x83\x9f\x8f\xf2\xaf\xd9\x7c\x20\xaf\xeb\xf4\ \xaa\x9c\xbd\x47\xce\x97\x3a\x24\x70\xd4\x9f\xdc\x73\x56\x79\xf2\ \x37\xbf\xca\x50\xf3\x77\x9f\x2c\xe9\xf8\xf6\xe8\xda\xd5\xc7\xdb\ \xe6\x3d\xfa\xdc\x8f\x9e\x7e\x70\x44\x5a\xa8\xab\xa9\x9a\x86\x0c\ \xfd\xc9\x2f\x7e\x3e\x33\xc6\xba\x66\xf3\xd1\x2f\x33\xba\xae\xf2\ \xe3\x31\x60\x40\x15\xd0\x45\xdf\xfb\xe4\xf3\xbf\xfa\xc9\x03\xa9\ \x91\xa1\x49\xa9\x09\x4a\xcb\xe5\xbd\x07\x4e\x54\xd7\xb5\x4a\x9d\ \x34\x6a\xbe\x74\xe4\x44\x8d\xe9\xc7\xbf\xfe\xa1\xa1\xf8\xc8\xf1\ \x32\x1b\x00\x3d\xba\x77\xc7\xa5\x8a\x56\xa9\xd3\xac\x56\x24\x5b\ \xf1\xd1\x83\x3b\x72\xf2\x00\xa0\xe9\xf2\xde\xad\x7b\xf3\x1c\x1e\ \x67\x53\x6d\x43\xcc\xf8\xfb\x7f\xf5\xcb\x1f\x07\x34\x1d\xd9\x7c\ \xb4\xf2\x7a\xaf\x44\x69\x0f\x37\xd9\x95\xaf\xac\x25\x9b\x77\x9f\ \x68\xb5\xd9\x3d\x14\x00\xe0\xe2\xbe\xcd\x27\x4a\xad\x8a\xdb\xeb\ \x4b\x84\x98\x41\x33\x9e\xff\xdd\xaf\x1f\x9c\x3a\x20\x34\x3a\x35\ \xde\x0f\xf2\x8f\x1f\x3c\x71\xa1\xb8\xcd\x71\x65\xbd\x60\x73\xee\ \xce\x8f\x77\x96\x4e\xb8\xff\x07\xcf\xff\xe0\xb1\x71\x59\xb1\x72\ \x73\x9d\x53\x97\xf6\x93\x5f\xfd\xf2\xae\x0c\xb2\x65\xd3\x6e\xc7\ \x17\x72\x8a\x69\xbf\x28\x70\x5f\x17\xba\x3d\x01\x8c\x01\xa3\x00\ \x24\x36\x29\x29\xd0\xa0\xd8\xdc\x62\x5c\x64\x87\x45\x41\x6d\xa5\ \x07\xce\x5b\x27\xce\x98\x64\xe1\x54\x41\x6f\xd6\xa3\x96\x13\xa7\ \xcf\x36\x3b\xda\x9b\x9a\xda\x00\x00\xc0\x75\x36\xa7\x34\x6d\xf2\ \x8c\x94\x10\x83\xd1\x3f\xd0\xdf\xa0\x21\x98\x78\xac\x35\x17\x2e\ \x17\x5c\xae\xf5\x44\xc7\x84\x7f\x1d\x01\x14\x82\xa1\xfa\xd4\xc1\ \x96\xc0\x41\x63\x62\xb4\xd8\x94\x74\xcf\xc3\x4b\xd2\x83\xf4\xb4\ \xd3\xe1\x63\x09\x8f\xd7\xbb\xcb\x37\xac\xdf\xda\x6a\x8a\x49\x8b\ \x34\x5a\x2f\xed\x29\xa4\x89\xd3\xc7\xa4\x60\xa5\x23\x0e\xe7\x6c\ \x75\x27\x8e\x1c\xa6\x56\xe4\xd6\xb8\xdb\x4e\x9e\xa9\x1b\x38\x6e\ \x10\x6d\xb3\x23\x8e\x6b\xa9\xc8\xbf\x98\x7b\xa6\x49\x36\xc6\x46\ \xfa\xdd\x64\x5c\xa2\xf3\xad\xd4\xe3\x07\x0e\xf9\x0f\x9e\x3a\x30\ \xca\x00\x1c\x28\x15\x27\x72\x5a\xfc\x66\x4d\x1e\xc4\x29\x6a\x17\ \x93\x80\x59\x0f\x9d\x2c\xcf\x9a\x30\x46\x0f\x90\x34\x7a\xee\xe2\ \x19\x23\xf4\x58\xee\xba\xf3\xc5\x73\x97\xa2\x46\xce\x18\x14\x69\ \xd2\x99\x02\x42\xfc\x35\x18\x63\xc5\xd1\x98\x5b\x90\x77\xa9\xd2\ \x16\x16\x15\xf5\xc5\xc2\x7d\xf4\x8b\xa2\xaf\xc7\xd5\xe8\x35\x31\ \xab\x2e\x2f\xed\xb1\xd5\x4b\x4b\x8d\xd9\x33\xb3\x3b\x68\x77\x61\ \xff\x2e\x39\x72\x48\x92\x1f\x73\x38\x5c\xbc\x21\x6d\xd1\x3d\x13\ \x58\x4d\x51\x7e\x49\x03\xd1\x7b\x67\x68\x55\x92\x91\x46\xcb\x03\ \x80\xa3\xe6\xdc\xda\x8d\xfb\x6d\x58\x27\xb5\xd5\x5e\x38\x9b\x53\ \xd3\xa6\x82\xcb\x2e\x7d\x71\x75\xad\x67\x20\x80\x02\xbb\xb2\x05\ \x5c\xdb\xb1\x73\x75\x19\x43\x33\x31\x00\xe6\x08\x2f\x80\x4a\xaf\ \xb8\x2a\x19\xc2\x26\xb3\xd1\x6d\x6d\x75\x7a\x64\xc5\xd9\xb0\xfb\ \x40\x61\xea\xd0\x41\x5a\xc5\xe5\xe9\xf4\x10\xc9\xf6\x36\x1c\x3d\ \x6c\x7c\x22\x5b\xf7\xce\x27\x75\xa6\x7e\xe3\xfb\xf9\xdb\xed\x2e\ \x40\xd0\x52\x5d\x74\xf6\x5c\x9e\x5d\xc2\x92\xbd\xfd\x26\x63\x13\ \x8c\x01\x06\x70\x55\x9d\x3c\x5d\xad\x19\x9a\x15\x23\xbb\xdc\xc8\ \x2d\x1f\x38\x74\x3a\x3c\x23\x3b\x90\x97\x3d\xf2\x15\x9f\x94\xad\ \xec\x62\x8d\x12\x3c\x20\xc5\xbf\x63\x52\xa6\x94\xb2\x2b\x9b\x37\ \xcb\x0a\x15\x45\x0d\x00\xb0\xb6\xfc\x4f\x57\xec\x69\x21\x82\x62\ \x6f\xbc\x98\x73\xb6\xa2\xd9\xad\x48\x2e\xcf\x37\x6b\x12\xde\x8a\ \xf9\x0c\x08\x00\x2a\x8f\x6f\xcc\x71\xc5\x3d\xb4\x78\x9c\x08\xa0\ \xb8\x1d\x76\x57\x73\x8b\x4d\xae\x3c\xbe\xf6\xad\xe5\x3b\xcf\xe4\ \x9c\xc8\x6b\x74\x07\x26\x0e\x99\x3a\x3c\x85\xd3\x87\x64\xa6\x46\ \x79\x3d\xbe\x49\x09\xa6\xbc\x23\xa7\x5d\x00\xaa\xbb\xa5\xac\xb4\ \xda\xe9\x61\x21\x69\xd9\xf7\x2c\x5a\xf4\xe4\xa2\x91\x65\xc7\x8e\ \xd4\xa8\x5f\xc3\xc0\x6b\xac\xaa\x51\x34\x49\x11\x81\x3d\xe4\x21\ \x02\xa0\x6e\xbb\xcb\x51\x74\xee\x54\x23\x97\x7c\xdf\x83\x4f\x64\ \x1a\x6b\x8e\x9c\x28\x92\x55\xeb\xde\x65\x6f\xaf\x3b\x70\xf6\xf4\ \xb1\x63\x56\x15\x00\x40\xf1\xb8\x3c\x20\x0e\x18\x9a\x51\x71\xfa\ \x42\xd8\x80\x21\x81\x7a\x70\xcb\xb2\x24\xe1\x7e\xe3\x67\x2e\xb9\ \xef\xe1\x39\x03\x8d\xc7\x0e\x9e\x91\x6e\x7e\x72\x06\x70\x59\xad\ \x6d\x4d\x05\x9f\xbc\xf5\xde\xe1\x9c\x73\x47\x4e\x5d\xb4\x39\x6c\ \xc7\xb7\x7c\xb2\x72\xc7\xa1\x93\xc7\x4e\x55\xbb\x5c\x6d\x56\x1b\ \x00\x54\x17\x15\xf0\x91\xfd\x82\x7a\x0c\x84\x2e\x4a\xa2\xf8\xb8\ \xd0\x92\x9c\x63\x8d\x14\x90\xd2\x5e\x56\x5c\x65\x97\x99\x7f\xc4\ \x80\x45\x8b\x16\x3f\x7d\xff\xc4\xba\x73\xc7\xca\xda\xbe\xd1\x12\ \x46\xb7\xe0\x9a\x1f\x44\x00\x3c\x27\x0e\x1d\x2d\x6a\x0b\xfc\xe8\ \xe5\xc2\x88\x81\xd3\x06\xeb\xf3\xd6\x9e\xd7\x3d\xf9\xd0\xd3\xe3\ \x01\x9a\xce\xac\x5f\x59\x10\x9a\x1e\xc4\x1f\x59\xf3\xfa\xbe\xcb\ \xb6\xf4\x29\x0b\x87\x45\x75\xe4\x14\xf6\x9f\x72\x67\xd1\x87\x1f\ \xbd\xf0\xd7\xcb\xa2\xd2\x26\xc4\x4f\xb4\x18\xc5\x86\xdc\x7d\xff\ \x7d\xa9\x0a\x3b\xdb\x93\xc7\xcf\x8c\xfa\x1a\xa2\x47\xad\x2d\x35\ \x0c\x07\x58\x8c\x3d\xc6\x1d\xe1\x00\xea\x2f\xbe\xbb\x36\x6f\xf6\ \xac\xec\xc0\xdc\x0d\xff\x7a\xf1\x8c\x8a\xc2\xef\x18\x3a\x2c\x69\ \xda\x48\x00\x38\xf8\xf1\x2b\x6d\x03\xc6\x59\x08\x00\x80\xc7\xed\ \x41\x1c\xe2\xf4\x19\xcf\xfe\xee\x79\xff\x58\x4b\x73\xb5\xea\x71\ \x4b\x1a\x1d\x39\xb3\x71\x69\xfd\xd9\x40\x97\x0b\xc6\xce\x1d\x7a\ \xd3\x75\xb5\x99\x0a\xe0\x9f\x31\xfd\x57\x19\xd3\xa9\xbd\xe2\xe3\ \xa5\x5b\x87\x0d\xcf\x4a\x9a\x98\x35\x0f\xe0\xf4\xc6\xa5\xd5\x21\ \x63\x75\x55\x47\xde\xd9\x67\xff\xfe\xe3\xf3\x6a\x6a\x9a\x83\xd2\ \xc2\x7b\x8a\x8a\x2b\x2e\x84\xb8\x91\x73\x46\x94\xbd\xf7\xbf\xbf\ \xfe\x5d\x0b\x4e\xc5\x9c\xed\x6f\xd0\xb6\x55\x1e\x7b\xe5\xa5\x1a\ \xce\xe5\x88\x19\x3e\x21\xde\xf2\x8d\x8a\xc2\x3e\xbd\xbf\xda\xb6\ \xbd\xab\x36\x9e\xfb\xa5\xd0\x99\xbf\xab\x50\xb7\xbf\x98\xf2\xcc\ \xbc\x0f\x83\x43\xfd\x9d\xed\xad\xd6\x76\xbb\xa4\x50\xad\x29\x20\ \xc0\x40\x9c\x1e\x30\x1a\xb5\x08\x80\xca\x6e\x97\x42\xf4\x5a\xd2\ \xda\x58\x4f\x05\x4b\x80\x59\xdb\xd3\xb9\xe4\x6e\xaa\x6f\xf6\x30\ \xce\x2f\x20\x50\x2f\xb0\xb6\xa6\xa6\x76\x97\x2c\xe8\xcd\x41\xfe\ \x26\xfc\x85\x7c\x3c\x1e\x80\xa3\xff\xf8\x0b\xb7\x6a\x29\x74\xe6\ \xef\x82\xcb\x29\x4d\x98\x96\xfd\x97\x7f\x1a\x39\xa2\xca\x6e\xb7\ \x84\x74\x7a\xb1\xf3\xde\xaa\xcb\xee\xe6\xf5\x7a\x8e\x7a\xda\xec\ \x92\xc1\x6c\x54\x1d\xd6\x86\x66\xbb\x21\x28\xd8\xa2\xed\x20\xa1\ \xe4\x72\x50\x5e\xab\xe1\x30\x00\x28\x1e\xa7\x87\xf1\x7a\x4d\x87\ \x17\x45\x95\x5c\x1e\x4a\x44\xa2\xb6\x34\x36\xbb\x54\x64\xb4\x04\ \xf8\x19\x7b\xd9\x22\xd3\xea\x62\xe7\x5e\x9e\xa7\xcf\xdf\xc8\x84\ \x2b\x6f\xe9\x19\xfb\x8b\xa1\x0f\xff\x55\xe8\xa4\xb1\xcb\xe9\xe6\ \x75\x7a\x0e\x01\x00\xc8\x6e\x97\x4a\x04\x01\x24\x9b\x8b\x99\x4c\ \x3a\x8f\xc3\x8e\x44\xbd\xc8\xa1\x6e\x0f\xe5\x74\x9a\x6e\x71\x3c\ \xea\x69\x6e\x6a\x76\xca\xd8\xe2\x1f\x60\xd4\xe2\xf6\x96\x66\xab\ \xdd\x2d\xe8\xcc\x81\xfe\x66\xee\xe6\xa8\xdb\xb5\xbf\xda\xed\x2c\ \x77\xf5\x42\xc0\xe0\xc8\x87\xb8\x6e\xeb\x26\x08\xe8\x55\x2a\x03\ \x80\xce\xe4\xa7\x33\x5d\xb1\x54\x4c\x9d\xfd\x84\x79\x8d\x9e\x07\ \x00\xf0\x0b\xea\x25\x10\x86\xb0\x26\x28\x2c\xa2\xeb\x4f\x73\x50\ \xe8\x97\xdc\x9b\x1a\xa9\x2a\x8b\x4f\x54\xef\x79\xa0\x6b\xdd\x04\ \xa8\x0a\x0b\x0e\x05\x59\x02\x4e\x4b\x3a\x5f\xa6\xcb\x78\xd3\x1a\ \xf4\x00\x00\x44\x34\x9b\x45\x00\x20\x7a\x4b\xa4\xbe\x87\x5f\x49\ \xd0\x5e\x71\xd5\x71\xa2\xae\x7b\xf7\x10\xa1\x63\x7c\x04\x85\x47\ \xde\xe8\x95\x14\x97\x12\x3b\xd9\x15\x98\x04\xdd\xd6\x4d\xd0\xa0\ \xfe\x48\xed\x2c\x0f\x81\x88\x56\x7f\xe5\x29\xbc\xd7\x08\x00\xad\ \x99\x07\x00\xd0\xe8\x7b\x64\xa3\x77\x3d\xb4\x9b\x9a\x29\x06\x04\ \x87\x77\x05\x0b\x4d\xfe\xc1\x26\x7f\x5f\x6c\xe2\x1a\x8c\x18\x36\ \x76\x34\x9a\xd8\xd3\x74\xa3\x7d\xaa\x08\x12\x8f\xf1\xa8\xf9\x77\ \xc2\x55\xeb\xd5\x54\x95\xff\xf6\x56\x86\x99\xf4\x9a\xd1\x77\x3d\ \x73\xf5\x7a\x35\x45\xe1\x71\x67\xc8\xa4\x8f\xab\x84\x98\x13\x04\ \x0e\x75\x38\x3d\x18\x03\x40\x08\x14\x49\x92\x15\x7a\xd5\xeb\xf7\ \x69\xee\x72\xdc\xd5\xaf\x47\xfa\x98\x71\x89\x10\x12\xae\x79\x49\ \xf8\x56\x97\x82\x22\x8c\xc5\xde\x9a\xf2\x96\xb0\x65\x30\x21\x8e\ \xa6\xc2\x6d\x7b\x4e\xdb\x31\xc7\x73\x1c\xa3\x8a\xaa\xaa\x14\x19\ \x32\x86\x8d\x48\x8f\xf6\xa3\x8a\x7a\x8b\xdb\x6a\x3e\xdc\xbe\x40\ \x08\x31\x2a\xdb\x6d\x76\x27\x91\xf3\xcf\xe4\x6b\xe3\x53\xe3\x03\ \x84\xb2\xdc\x1c\xab\x3e\x32\x3d\x31\x18\xf5\xdc\x52\xd8\xc7\x5d\ \x1f\xfa\x10\x54\x45\xd1\x07\xa6\x2d\x79\x36\x9b\xc7\x8d\x1f\xfe\ \xed\xad\x90\x3b\x1e\x98\x96\x12\x78\xe6\xd3\xd7\xf7\xcb\xf2\xb5\ \x9a\xa2\xaf\xb6\x88\x0f\x7d\x4d\x6f\xc0\xcc\x51\xb7\x7b\xd9\xd2\ \x1d\x27\xce\x55\xd4\xb4\x02\xb3\x95\x54\x37\x68\xcd\x16\x9e\xd1\ \x5b\xc9\x56\xf3\xe1\x3b\xc7\x5b\x8e\x73\x37\xe5\xbf\xff\xc6\x7b\ \xc5\x42\xda\x83\x8f\xcd\xdd\xbb\xf1\xb5\x5f\x6e\x43\x76\x14\xfa\ \xe8\x5d\x71\x48\x92\xfb\x74\xdd\x73\x84\x90\x2c\x49\x75\xb5\xd5\ \xe8\xb6\xae\x00\xf9\x1d\xd7\x68\x3d\x1e\x97\x77\xc1\x67\x2f\xdf\ \x02\x73\x39\xed\x81\x19\x33\x17\xcc\x99\x18\x66\x80\xd4\xe8\xd8\ \xd3\x85\xad\x49\x03\x87\xc6\xfb\x61\x8f\xa2\xf6\x75\xb9\x1b\x14\ \x1c\xe2\x76\xb9\x7c\xdc\xbd\x5d\xc1\x18\x0b\x0a\x0a\xb9\x5e\xff\ \xaa\xb2\x62\x89\x1a\x7c\x77\x22\x6e\xa8\x28\xce\x29\xf0\xf8\x87\ \xa6\xcc\x9e\x63\x56\x3c\x6e\x59\xe9\xf3\x35\x9d\x18\x63\x26\xb3\ \xc5\x47\xdc\xdb\xdf\x26\x53\xaf\x93\x3e\x82\x09\xc7\xdc\x87\x3e\ \xfd\x60\xc5\xfe\x3c\x97\xc3\x83\xf4\x81\xa3\xe6\x2c\x5e\x38\x2e\ \x1d\xf5\x52\x16\xa7\xef\xc9\x5d\x4a\xa9\xaf\x6b\xbf\xb3\x20\x1c\ \x67\x2b\x3b\xbe\xfd\x74\xdb\x92\xef\xff\xa8\x6c\xc7\x6e\x7d\x5a\ \xf4\xa5\xa3\x7b\x2e\xa4\xc7\x0e\x0c\x12\x65\xb5\xcf\xdb\x6a\xa2\ \x28\x62\xec\xf3\x7e\xdc\xe6\x6a\x83\xdb\xed\xbe\x8e\x8f\x01\xda\ \x5b\x1b\xc4\xe0\xd4\xcc\xe4\x88\xca\x9d\x5c\x40\x44\xa4\x11\xce\ \xdb\xdd\x32\x20\xb1\xaf\xeb\x0c\x3c\xcf\xbf\xff\xfe\x7b\x75\xb5\ \x35\x1c\xe7\xab\x67\x7f\xdb\x6a\x0b\x16\x8b\xe5\xe1\x47\x1e\xed\ \x75\x99\x1a\xa5\x60\xb0\x84\xf9\x19\x6a\x9d\x0e\x19\xab\xd5\x1f\ \xbe\xfc\x56\x68\xc6\xa4\xf9\xa1\x26\x4a\xfb\xbc\xbe\x8b\x31\x2e\ \xc8\xcf\x2f\x2a\x2a\x12\x04\xc1\xd7\xcd\xb7\x25\x14\x45\x09\x09\ \x09\x41\x08\xf5\xca\x5d\x55\x96\xf4\xd1\x43\x9f\x78\x84\x70\x48\ \x19\x32\x75\x4e\xc8\x08\x4d\xe6\x80\x34\x2d\xf3\x48\x6a\x9f\xaf\ \x8b\xc3\x18\x08\x82\xa0\xd1\x68\x7c\xdc\xbd\x8d\xb9\x2b\x8a\xe2\ \x0d\xf4\xdd\xf6\xda\xdc\xf5\xab\xf7\x5a\x31\x27\x70\x02\xa6\xd2\ \xe9\xbc\xb2\x85\xf3\x27\xfa\x8b\xbd\x94\x75\xea\xd3\xb1\x09\x45\ \xf2\x28\x0c\x08\x46\x8c\x31\x84\x39\x9e\x23\xb2\xe4\x01\xc2\xf3\ \x1c\x06\x06\x54\x91\x64\x8a\x45\x81\x67\x4c\x55\x14\xa5\x63\x18\ \x33\xc0\x1c\x47\x08\x28\xb2\xc2\x18\x50\x4a\x11\xc2\x08\x21\xc2\ \x73\x04\xa8\x2c\x2b\x5d\xeb\x71\x30\xc7\x73\x18\x51\x55\x91\x15\ \xd5\xeb\xd9\x20\x1c\x4f\xb0\xcf\xc5\xf1\xed\x0a\x2f\xca\x69\xcc\ \x09\xa9\xa9\x0e\x44\x30\x22\x82\xd2\xb4\x67\xff\x99\xe2\x71\x23\ \x02\xc3\x75\xb7\x12\x77\x65\x05\x86\xde\xf1\xcc\xf4\x01\x41\x4e\ \x87\xcb\x6d\x6f\x3c\xb9\x67\xdb\xb1\x02\xeb\xf4\xfb\x9f\xa6\xb9\ \x1b\x76\x9c\xa9\x05\x8c\x53\xc6\x2c\x1a\xe9\x5f\xb6\x7c\xc3\x21\ \x17\x36\x67\x8e\x9d\x3b\x76\x48\x92\x81\x47\x6d\xb5\x05\xdb\x37\ \x6d\xae\x94\xa2\xef\xff\xe1\xdd\x91\x3c\xe2\x35\x82\xe2\x96\x11\ \xb6\xee\xfc\x68\xe9\xb1\x0a\x65\xf8\xcc\x39\x23\xfa\xc5\x8a\x44\ \x6d\x2e\x3d\xb7\x6d\xdb\xde\x4a\xab\xc7\x18\x9a\x3c\x7f\xce\xac\ \xc4\x20\xad\xea\xb6\x1e\xdb\xb6\xfa\x70\x7e\x13\xc7\x11\x1f\x87\ \xbe\x35\x6d\x58\x51\xb5\x96\xb8\xc9\x73\xd3\x3a\xfe\x96\xaa\x8a\ \x73\x4a\x1d\xb2\x82\xe0\x56\xda\xe7\x87\x31\xe0\xa2\x93\x62\xad\ \xf9\x5b\x56\xee\x2b\x8e\x1c\x30\x79\xe1\xa3\x8f\x38\xfe\xf3\xaa\ \x25\x22\x96\x95\x70\x1e\x8f\x07\x30\x11\xcd\x91\xb1\x61\x6d\x8a\ \x87\x0d\x5c\xf0\xf0\x7d\x23\x0d\x5b\xd6\x6c\xae\x68\x43\xfd\xc6\ \xcc\x7e\xe6\x87\x61\xff\x7b\xe9\xa3\x6d\xcb\x96\x1a\xfd\x62\xee\ \x7f\xe4\x8e\xbc\x5d\xef\x9e\x2e\x6b\x69\x69\x52\x27\x3c\xf0\xc3\ \x19\xd1\xd6\xf5\x1b\xd6\x36\x29\xba\x21\xd3\x16\x3c\xfd\x78\xc0\ \x0b\xff\xfe\x78\xc8\x82\x87\xb2\xb8\x73\x1f\x7e\x72\x5c\x0c\x0a\ \x93\x6d\x1e\xec\x93\xbb\xdf\x2a\x08\xc7\x39\x5b\x8a\xf6\x6e\xca\ \x75\x20\xc2\x11\x64\x2d\xcf\xcd\x93\x2c\x13\xfd\x8d\xbd\x7a\x4e\ \xfb\xb2\xce\x80\x40\xf6\x34\x96\x17\x5d\xba\x98\x5b\xd9\x66\x9a\ \x3e\xf5\xfe\x10\x7f\xad\xdb\x4d\x23\xc2\xe3\xd2\xd3\x45\x40\x38\ \x2a\x44\x2f\xb9\x1d\x38\x30\x79\xca\xa8\x84\x7d\x1f\xfe\xdf\x96\ \xb3\x2d\x1a\x9e\x5d\x2c\xac\xb6\xfc\xee\xb7\x93\x07\x87\xbf\xb6\ \xf1\x6c\x53\x30\xb1\xb5\x3b\x1a\xaa\xca\x0a\x0b\x9b\xfd\x13\x26\ \x4c\x1d\xa4\x5f\xf3\xc2\x3f\x0f\x94\x3a\xb5\x3c\xbd\x54\x6c\xfd\ \xd9\x1f\x9e\x1a\x9b\xb5\xb7\xc9\xee\x62\xfe\xc8\x63\x6f\xba\x5c\ \x78\x99\x0a\x7a\xbd\x48\x98\x6f\xa3\xea\x6f\xb1\xcb\x11\xa2\x8a\ \xb3\xa9\xae\xde\xce\xf1\x4c\x91\x39\x4b\xda\xc3\x73\xc6\x45\x1b\ \xb0\x72\x8b\xed\x95\xc2\x54\x89\x69\x86\x4c\xb8\xf3\x7b\x31\x93\ \xa3\x52\xd2\x68\xd1\xc9\x33\xc5\x2d\xe3\x66\xea\x53\x86\x4c\xe0\ \x23\xdb\x01\xe1\x80\x98\x18\xf7\x09\x59\x6b\xf1\xd7\x72\xb6\xf2\ \x2a\x9b\x46\x2b\xf0\x08\x64\xa9\xbd\xb4\xc2\x31\x2e\x34\x40\xe0\ \x11\xc2\x18\x21\xc0\x98\x60\x8c\x0d\x7e\xe1\xbc\xa3\xb6\xda\xea\ \x14\x35\x22\x47\x40\x71\xd6\x56\xb5\x28\xa1\x61\xfe\x1b\x97\xbf\ \x69\x5c\x78\xe7\xa2\xef\xfd\xd0\x5e\x7b\x79\xfb\xc6\x2d\x25\x56\ \x99\xf3\x79\x97\xbf\x4d\x9d\x41\xd1\x07\xf7\xbf\xf7\xb1\xc4\x86\ \x26\xbb\x25\x38\x44\x43\x00\x01\x93\x3c\x9e\x5e\x4f\xe6\xfa\xf2\ \x18\xc4\x88\xba\xec\x6d\xf5\x35\x65\xc5\x17\x0e\x17\x15\x95\x36\ \xcb\x3a\x3d\xb6\x1f\x5e\xff\xde\xc7\xfb\x4b\x00\x93\x41\xf3\x7f\ \x38\x3b\x58\x74\xb7\x37\x78\x54\x43\x44\x88\xee\x54\x5e\x1b\xe2\ \x99\x8a\xfd\x22\x23\xf4\xcd\xa7\xac\x2a\xc5\x9d\xeb\x05\x01\x21\ \xe4\x6c\xaf\x57\xf4\x03\x82\x0d\x62\xb1\x55\xc2\x9c\x4a\xc5\xf0\ \x30\x0b\x5f\x67\x6d\x73\xb6\x95\xad\x7d\xf7\xa5\x3d\xfe\x11\x93\ \x96\x7c\xef\xfe\xfb\xd0\xbf\x5f\x5c\xe5\x10\x44\x1f\x79\xbf\xb5\ \x3e\x27\x1c\x76\xd6\xac\xfc\xf0\xed\xa3\x85\xed\x91\x43\x66\x7e\ \xef\xce\x21\x85\x17\x0b\x43\x93\xd3\x83\x74\xdc\xb5\x41\xe1\xbe\ \xac\x33\x60\x81\xa3\x65\xa7\x0f\x6f\xdb\x7a\x51\xd4\x8a\x1c\xcf\ \x71\x18\x61\xc2\x61\x82\x11\x42\x80\x10\xc1\x9c\x28\x68\xd4\xc6\ \x82\xbd\x27\xab\x17\x3e\xf0\x68\xeb\xf2\x0d\x55\xed\x90\x3e\x7a\ \xfe\x10\x7d\xc5\x1b\x27\x8b\x28\xe1\x01\x10\xe1\x79\x8c\x01\x63\ \x62\xab\x3e\xb3\xff\xd2\xe4\x85\x0f\x3e\xc0\xd6\xee\x6a\x92\xb4\ \x83\x67\x2c\x0a\x77\xe4\xad\xcc\xa9\x49\xce\x1e\xe3\xa7\xb4\xd4\ \x36\x3b\x3d\x12\x68\x43\x8d\x1c\x80\x4f\x65\xf8\x36\xf5\x5d\x82\ \x1b\xca\xcf\x16\xda\x63\x7e\xfa\xeb\x71\x1b\x3e\xd8\x5c\xde\x1a\ \x97\x77\xe8\x90\x35\x30\x2e\xd4\x68\xa2\xca\xad\xc3\x5d\x84\x58\ \x6b\x7d\xad\xc7\x45\x35\x5a\xad\x20\x72\xde\xf2\x4e\x2d\xf5\x35\ \xaa\x43\x22\x04\x03\xc2\xee\xf6\x86\x1a\xc1\xce\xf1\xf4\xf8\xfa\ \xb7\xc1\x36\x7b\xf4\xec\x7b\x45\x82\x9c\xcd\xa5\xef\xbc\xb2\xb1\ \xa0\x45\x11\x78\x02\x54\xaa\xaf\xa9\xb6\x7b\x28\x26\x84\x67\xce\ \x5d\x1f\xfd\xd7\x3d\x63\xce\x94\xbb\x1e\xe0\x10\x6d\xaf\x39\xf7\ \xc6\x9b\x5b\x2b\x9d\xfc\xd0\xc8\x94\xf1\x59\x71\x02\x41\x8a\xad\ \x66\xc5\xd2\x0d\xad\x84\xf7\x65\x34\x7f\xbb\x9d\xae\xa8\x54\xa7\ \xd3\x13\x9e\xd3\x0b\x50\x59\x5c\x5c\xd7\x2e\xc5\x5d\xa7\x4f\xfa\ \x56\x7d\x06\x41\x10\xff\xf8\x87\xdf\x95\x94\x94\x78\x63\x13\xaa\ \x22\x33\xcc\x71\xdd\x6c\x7f\x55\x91\x01\x73\x5e\x2f\x2c\x55\x15\ \x95\x61\x9e\x23\x8c\x2a\x8a\xa2\x22\xc2\x61\x04\x54\x51\x18\x26\ \x7c\x87\x9f\x8b\x29\xb2\x82\x39\xce\x5b\x60\x93\x51\x55\x51\x28\ \xe6\x08\x02\xa6\xaa\x2a\xc2\x1c\x47\x30\x55\x55\x6f\x25\x54\xaa\ \xaa\x0c\x61\xde\xe7\x20\xfb\x9a\xa1\x28\x4a\x70\x70\xf0\x9f\xff\ \xf2\xd7\x5e\x5d\x07\x84\xe7\x1d\x55\xe7\xde\x7f\x77\x45\x2b\x31\ \xb8\xed\x76\xc4\x09\x31\x83\xa6\x2d\x99\x33\x5c\x03\x0a\xed\xfb\ \x79\x64\x3d\x3d\x26\xfc\x0d\x8e\x60\xe2\xad\x65\xc1\x10\x26\xbc\ \x40\x3a\xf5\x8c\xee\x01\x39\xc4\xf1\x57\xce\xef\x71\x5a\x67\x61\ \x0b\x4c\xba\x8e\xf8\xb4\xdc\x6f\x1f\x54\x55\x79\x4b\xe4\xe4\x39\ \x77\xda\x14\x20\x04\x21\x24\x04\x84\x47\x0b\xd0\xeb\x56\x29\x7d\ \x6e\xdd\x04\x50\x4a\x15\x45\xf1\x31\xe9\x36\x96\xbb\xea\xf5\xd3\ \x5c\x31\xc1\xce\x96\x92\x5d\x1b\xb7\xb4\x10\x9e\x20\x84\x64\x5b\ \xa3\x1a\xf9\xcc\x8f\x1e\x4d\xb4\x70\x4a\x1f\xcf\x81\x94\x65\x65\ \xd6\xac\x99\x6e\xb7\xdb\xc7\xdd\xdb\x15\x8c\x31\x8e\x90\xeb\x65\ \x69\xab\xb2\x62\x08\xc9\x78\xe8\x47\x29\x0c\x00\x30\xaf\xa7\xf5\ \xef\xbf\xb6\xa6\xaa\xdd\x99\xec\x67\xee\xeb\x72\x97\x31\xea\xef\ \xef\x1f\x10\x14\xea\x5b\x3a\x71\xfb\x5a\x63\xa8\xb1\xbe\x86\x31\ \xd6\x6b\x17\x23\x84\x28\x55\xdd\x4e\xa7\x0a\x80\x09\x69\xa9\x2e\ \xac\xb1\xd3\x01\x1a\xa1\xd7\xa4\xb3\xbe\xb8\x6e\x42\x96\x65\x1f\ \x77\x6f\x63\xee\x5e\x77\xc1\x0f\x00\xe6\xb8\xf6\xea\x8b\x4b\xdf\ \xde\xd8\x4c\x78\x0e\x61\xd5\xde\xe4\x0a\x1d\x16\x63\x31\x50\x26\ \xdf\x02\xdc\xf5\xe1\xbb\x0c\x55\x96\x8d\x61\x59\xdf\xfb\x45\x7f\ \x06\x80\x38\xd1\x0c\x75\x6f\xbd\xb6\xa6\xb8\xa9\x3d\x28\x5c\xa7\ \x02\xf3\x71\xd7\x87\xbe\x2d\x95\x15\xc9\xde\x6e\x53\x01\x21\xc2\ \xb5\x36\x16\x56\xd4\xdb\x52\x50\xaf\x69\x64\x3e\xee\xfa\xf0\xd5\ \x01\x63\xcc\x71\x9c\x24\x7d\xe1\xfd\x0f\x80\x70\x5c\x7b\x75\xde\ \x47\x6f\xae\x6f\x26\x3c\x8f\x41\x92\x68\xec\xf0\xd9\x99\x21\x7a\ \x55\x55\x6e\x3d\xee\x12\x42\x08\xc6\x00\x40\x19\x55\x14\xd5\xc7\ \x8f\xbe\x09\x9e\xe7\x29\xa5\x4e\xa7\xb3\xb9\xb9\x39\x2c\x2c\x8c\ \xe3\x38\x84\x90\x72\x73\x5b\xab\x76\x87\xa2\xc8\xfa\x90\x8c\x47\ \x7f\x9a\xc6\x11\xe6\xf1\x28\x1a\xa3\xd9\xa8\xe5\x65\x49\xba\x05\ \xfc\xbb\xd7\x8e\xe3\xca\xea\x9a\xca\xca\x5a\x00\xe6\xe7\x67\x49\ \x4f\x4d\xe2\x08\xb9\x6a\x7b\x40\x59\x51\x3e\x73\x73\x39\x4c\x78\ \x1e\x33\x49\xbe\x2a\x22\x8e\x30\x46\xbe\x25\xf5\x5f\x89\x79\x7d\ \xe1\xc2\x85\xe4\xe4\xe4\xb2\xb2\xb2\x37\xde\x78\xe3\x85\x17\x5e\ \xa8\xab\xab\x73\x3a\x9d\x71\x71\x71\x9f\xbb\x79\x19\x08\x1a\xbd\ \xab\x3e\x67\xd5\xc6\xbd\xd5\x6d\xb2\x31\x38\x7e\xca\xec\x19\xe9\ \xa1\x7a\xaa\xdc\x52\x39\x90\x1c\xc7\x55\xd7\xd4\x9d\xce\xc9\x4d\ \x4d\x49\xc0\x18\x97\x94\x55\xe5\x17\x95\x64\xa4\x26\x4b\xb2\xdc\ \x45\x5c\x51\x10\x62\x63\x22\x7b\x3a\x25\x18\xc2\xbc\xa8\x11\x31\ \x30\xc6\x28\x55\x55\x45\x55\x6d\x8d\xe5\xf5\x76\x2e\x26\x26\x14\ \x77\xaf\xc7\xc6\xa8\x24\x53\x42\x88\xcf\xa3\xf1\x25\xe5\x0b\xa5\ \x74\xe5\xca\x95\xc1\xc1\xc1\x8c\xb1\xd6\xd6\xd6\x35\x6b\xd6\x5c\ \xbc\x78\x31\x25\x25\x25\x35\x35\xd5\xed\x76\x7f\xae\x6d\x2b\x31\ \xc7\x2b\x2d\x85\x1f\xbd\xbf\x8a\x24\x66\x19\x5b\x0b\x55\x57\xe5\ \x9a\x15\x1b\x4c\x8f\x2d\x8a\xd0\x22\xe5\x16\x5a\xf3\x83\x11\xb2\ \x3b\x9c\x7a\xbd\xbe\x7f\xbf\x54\x49\x92\xfd\xfd\x2c\x39\xe7\x2f\ \x56\xd7\xd5\x77\xd7\xeb\x9d\x2e\x57\x73\x4b\xeb\x88\x61\x83\xe4\ \xce\x5d\x96\x30\x27\xb8\xea\xf3\x37\xec\xd8\xdb\xe0\x26\xa2\x46\ \x1f\x95\x3a\x68\xcc\x88\x7e\x6d\x15\xb9\x07\x4a\xf4\xf7\xc6\x86\ \x8b\x00\x9c\x20\x70\x18\x21\xa0\xd5\xb9\xbb\x76\x17\x68\xee\xbc\ \x6b\xaa\x4e\xb1\x79\x54\xe0\x08\x48\x92\x0c\x88\x13\x05\x2c\x7b\ \x24\xe0\x04\x81\xe7\xbc\xc9\xa3\x2a\x05\x4e\x10\x78\x82\xa9\x22\ \x49\xb2\xca\x10\xe6\x05\x81\x23\x48\x95\x65\x49\x56\xbe\xe3\xdc\ \xf5\x78\x3c\x1c\xc7\xa5\xa6\xa6\xae\x5d\xbb\x36\x2c\x2c\x2c\x35\ \x35\x75\xd7\xae\x5d\x8a\xa2\xcc\x9b\x37\xcf\xe9\x74\x52\x4a\xc9\ \xe7\xa9\xa4\x8d\x09\x6a\xa8\xba\x64\x33\x0d\xfe\xc9\x03\x73\x77\ \xbc\xb1\x3c\x76\xe6\xd8\xf3\xcb\xd7\x16\x36\xb6\x47\xc5\x9a\x81\ \xaa\xb7\x0c\x77\x19\x80\xc0\x73\xc5\xa5\xe5\xdb\x77\x1d\xf0\x46\ \x89\x45\x9e\x67\xdd\xe7\x20\x84\x14\x49\x29\x29\xab\x18\x3d\x22\ \x5b\x86\x4e\xee\x12\xce\xd5\x50\x76\xb6\xb0\x75\xca\x82\x79\x66\ \xb9\xfe\xd0\xce\x65\xb5\xf6\xc5\x77\x64\x65\x8d\x30\x53\x1e\x80\ \x20\xb9\x3c\xef\x7c\x55\x93\x2b\x38\x2e\x55\x70\xb6\xe6\xe5\x54\ \xf8\xfb\xe1\x88\x88\xe8\x48\x33\x6b\x68\x47\xd1\x31\xe1\xd8\xd5\ \x70\xb9\xd8\x1e\x16\x17\x03\x4d\x95\xb9\x65\x55\x36\x45\x88\x4f\ \x49\x8f\xf4\xe7\xab\x0b\xcf\x96\xd4\x39\x82\x62\x92\x13\x23\xfd\ \xb1\xe2\x2e\xbb\x78\xbe\xb2\xc9\xe9\x1f\x11\x9f\x10\x1d\xcc\x31\ \xfa\x9d\x4d\x9b\xe4\x79\x7e\xcb\x96\x2d\xdb\xb7\x6f\x67\x8c\x8d\ \x18\x31\xe2\xa1\x87\x1e\x32\x9b\xcd\xc5\xc5\xc5\x6f\xbf\xfd\xf6\ \x87\x1f\x7e\xf8\xf1\xc7\x1f\x3f\xf6\xd8\x63\xfd\xfb\xf7\x97\x65\ \xf9\xe6\x7b\x9d\x10\x81\x20\x87\x24\x29\xaa\xa7\xf9\xc0\xc6\x4d\ \x0d\x2e\x4d\xb6\x45\x4f\xd9\x2d\xb6\xe6\x07\x14\x55\x8d\x8e\x0c\ \x1f\x39\x6c\x90\xdb\xbb\x69\x28\xba\xda\x9f\x62\x77\x38\x8f\x9d\ \x38\x7b\xf5\xac\x84\x90\x3e\x20\x7a\xd0\xd0\xe1\x91\x3a\x19\x35\ \xe4\xad\x2f\xae\xac\xd1\x58\xd7\x9f\x17\x7f\x9e\x16\x7d\x76\xd3\ \xca\x6d\xe7\x5b\xc2\xc3\x02\xdd\xda\xe0\x44\x5e\x83\x55\x57\x63\ \x5d\x9d\x29\x20\xac\xa1\xee\xf0\xea\xb3\x86\x67\x9e\xbd\x57\xd3\ \x7c\x69\xf5\xea\x8b\x8b\x9f\x7b\xaa\x66\xe7\x8a\x6d\x55\x9a\xa4\ \xb8\xd8\xd0\xb8\xc4\xd2\x93\xbb\x36\x9d\x6a\x8e\x0a\xd3\x9d\x3a\ \x7e\x7a\xc4\xc2\x87\x43\x2b\xb7\xae\x3c\xde\x90\x10\x1b\xe6\xc6\ \xa6\xd8\xd8\x30\x5e\xfd\xee\x72\x57\x55\xd5\x31\x63\xc6\xd4\xd7\ \xd7\x1f\x3d\x7a\x74\xea\xd4\xa9\xa1\xa1\xa1\x2e\x97\xab\x7f\xff\ \xfe\x43\x86\x0c\xd9\xb2\x65\xcb\xbd\xf7\xde\x9b\x98\x98\xf8\xb9\ \x2c\x36\x55\x51\xcc\xd1\x43\xe6\xcd\x68\x17\x28\x0b\x89\xb6\x5c\ \xba\xec\x9e\x7a\xd7\x9d\x89\x66\xfe\xd6\xf3\x33\x30\xca\xb4\x5a\ \xd1\xcf\xcf\xec\x72\xb9\x7b\xf5\x05\x72\x84\x60\x7c\xf5\xde\x29\ \x08\x13\xc9\x5a\xba\x67\xeb\x26\xc1\x5e\x75\xe6\x6c\x73\xd6\x1d\ \xfd\x34\xee\xa3\xa2\x46\xab\xd4\xe7\xed\x3d\x5d\x37\xee\xe1\x1f\ \x8c\x8b\xd2\xa8\x80\xca\x8e\x9f\x35\x45\x0f\xb8\x73\xf1\x3d\x01\ \xc4\x95\xb7\xef\x88\x20\x70\x88\x31\xc0\x9c\xa8\x11\x30\x53\xed\ \x4e\x48\x1f\x33\xe7\xfe\x89\xc9\x52\x6b\xc9\xdb\x6f\x1f\x81\xf8\ \xf1\xd1\x31\x7e\x0d\x79\x39\x47\x4e\xe4\x4d\x36\xb6\xba\x91\x69\ \xf0\xb8\xa9\xf1\x41\x46\x59\xf2\xf8\x6c\xbd\xeb\x45\x77\xbf\x40\ \x70\x94\x51\x4a\x74\xfe\xe9\xa9\x41\x92\x2c\x0d\x99\x7e\xdf\xd0\ \xd9\x1c\x87\x40\x96\x95\x5e\xa5\x43\xdf\x4e\x79\x41\x40\x29\x53\ \x55\x7a\x83\x0f\xf4\xb2\x79\x0d\x62\xb2\xbb\xb5\xa5\x45\x16\x82\ \x67\x2c\x79\x7c\xd6\xe0\x68\x55\x56\x00\x63\xa9\xdd\x2a\x11\x53\ \x64\x98\x91\xaa\x14\x61\x84\x18\x63\x8c\x2a\x8a\x42\x19\x43\x8c\ \x32\xc0\x84\xe3\x08\xee\x68\x6f\x44\x30\x30\x45\x51\xa8\x22\xdb\ \x6d\x2e\x24\x12\xa5\xa9\xa1\x39\x72\xf0\x94\x09\x99\x51\xe9\x13\ \x16\xce\xc8\xd0\x6d\x7c\xff\xf5\xf7\x37\x1c\x76\x50\xee\xbb\x6c\ \xeb\x11\x42\x0e\x1e\x3c\x98\x93\x93\x23\x8a\xe2\xce\x9d\x3b\xeb\ \xea\xea\x00\xe0\xc2\x85\x0b\xa7\x4e\x9d\xd2\xe9\x74\x9b\x36\x6d\ \x2a\x2a\x2a\xe2\x3e\xe7\x36\x2d\x8c\xaa\x1e\x49\x62\x0c\x10\x42\ \x4c\x55\xa5\xeb\x10\x17\x6e\xcb\xd8\x04\x55\x65\xde\x3f\x71\xf6\ \x5d\x0b\x83\x79\xca\x54\x4a\x99\x4a\x19\xa3\xb2\xac\x0d\x49\xf2\ \x83\x5d\x47\x8f\xe4\x05\x64\x85\x50\x2c\x60\xad\xd6\xd5\x5c\xdb\ \xd0\xd8\xcc\x19\x89\xc6\x12\xe4\xac\xc9\x2f\xa9\x6e\x8c\x72\xba\ \x25\x59\x65\x00\x8c\x52\x4a\x81\x31\x95\x13\x83\x22\x42\xb4\xed\ \x86\xf0\x31\x93\x33\xa9\xd3\x81\x34\x3a\x97\xd3\x91\x31\x7e\x6e\ \x6c\xd4\x9e\x7f\x7f\xb0\x2f\x6b\xc8\xe0\xac\x50\xa2\xca\xdf\x51\ \xe1\x2b\xcb\xf2\xe4\xc9\x93\xa7\x4f\x9f\xbe\x66\xcd\x9a\x35\x6b\ \xd6\x94\x96\x96\x86\x84\x84\x94\x94\x94\xc8\xb2\xfc\xfd\xef\x7f\ \x3f\x33\x33\xd3\x9b\x9d\xf2\x05\x67\xdd\xcf\x72\x50\xf4\x6d\x9d\ \x81\x01\x46\x88\x23\xa4\x57\x5b\x15\x21\xc4\x71\xdc\x55\xbf\x90\ \x31\x86\x39\x5e\xab\xe1\x15\x8f\xc7\xa3\xaa\x94\x21\x4e\xe4\x09\ \x27\x68\x05\xc4\x8c\x71\x73\xe7\x8d\x5f\xb7\x75\xcd\xab\x47\x70\ \x58\xff\xf1\xf3\x47\x0f\x1f\x18\xfa\xe1\xf2\x37\x5f\x8e\x1e\x38\ \x79\xc1\xc4\x91\x13\x32\xca\x36\xbe\xfb\x12\x8f\x55\x6d\x48\x86\ \x81\x03\x5e\xa3\x15\x79\xcc\x18\x65\xbc\xdf\xb4\xf9\xb3\xd7\x6c\ \xd8\xf3\xf2\x7f\xf6\x68\x0c\xa1\xd3\x17\xdd\x45\xf2\xf6\x6f\x3e\ \x56\xa8\x30\x94\x3a\x7c\x6c\xb4\x1f\xf7\x1d\x8f\x98\x68\x34\x1a\ \x45\x51\x2e\x5f\xbe\x3c\x76\xec\x58\xc6\xd8\x89\x13\x27\xa6\x4f\ \x9f\x7e\xe9\xd2\xa5\x4b\x97\x2e\x8d\x18\x31\xe2\xf3\xfa\xc8\x3e\ \xdf\xac\xdc\xa7\xd6\xfc\x20\x84\x4a\x4b\x8a\x2c\xfe\x41\x08\x21\ \x9e\xe7\x8a\x4b\x2a\xce\x5f\xbc\x3c\x61\xcc\x70\xb9\x37\x57\x14\ \x46\xa8\xa9\xd5\x7a\x21\xaf\x60\xe1\xfc\x19\x9e\xee\x71\x48\xc6\ \x28\x65\x98\xe0\xee\x2f\x40\x19\x23\x98\x70\x3c\x51\xdc\x2e\xa7\ \x47\x26\xbc\xa0\x11\x44\xcc\x64\x87\xd3\x8d\x38\x51\x14\x05\x0e\ \x53\xa7\xc3\xa9\x30\xac\xd1\x88\x18\x01\xa5\x2a\x78\xd7\xc8\x03\ \x10\x8e\x63\xb2\xdb\xe1\x92\x80\x70\xa2\x28\x20\x55\x76\x7b\x24\ \x86\x78\x9d\x5e\x8b\xd9\x77\xd8\x52\xeb\x9a\xe8\x28\x2d\x28\x28\ \x48\x49\x49\x29\x28\x28\x78\xed\xb5\xd7\xfe\xf5\xaf\x7f\xb5\xb4\ \xb4\x38\x9d\xce\xf8\xf8\xf8\x6b\x53\xc6\x10\x42\xcd\x8d\x75\xb1\ \x71\x09\x5f\x3e\x55\xb0\xef\xca\x5d\x45\x51\x23\x23\x42\x5b\xac\ \xd6\xc3\xc7\x4e\xf7\x9a\x8a\xce\x18\x10\x82\x46\x0c\x1d\x28\x5f\ \x65\xc9\x22\x44\x38\xd4\x7d\xb4\x23\x84\x38\x8c\x18\x63\x8a\xac\ \x00\x27\xe8\x39\x01\x80\x31\xa6\xaa\xde\xdd\x49\x19\x63\x4c\x55\ \x29\x12\xb5\x3a\xb1\x4b\x78\x13\x0e\x3a\x6f\xa1\x2a\x0a\xc2\xbc\ \x4e\xcf\x77\x4c\x64\x9c\xa0\xe3\x04\x00\x00\x1f\x71\xbd\x42\x04\ \xe3\xfe\xfd\xfb\x53\x4a\x63\x62\x62\x7e\xfa\xd3\x9f\x62\x8c\x43\ \x43\x43\xbf\x58\x4c\xf8\x36\xe1\x2e\x63\x8c\x10\x32\x38\x2b\x43\ \x92\xe4\x1b\xb4\x1a\xc7\x71\xd7\x0e\xee\x6b\xa7\xa9\x2b\x47\xae\ \x8a\x29\x5f\x4f\xbb\xba\x46\x15\xf9\x1c\x8a\xd8\x77\x52\xf1\x05\ \x00\x9d\x4e\x67\x32\x99\x24\x49\xba\x41\x86\xee\x77\x82\xbb\xd0\ \x21\x1b\xd9\x8d\x03\x33\xdf\x4c\x33\xf9\x70\x93\xca\xc3\x97\x49\ \x22\xfb\xdc\xf2\xde\xd7\xe2\x3e\xdc\xaa\xba\x8a\xaf\x09\x7c\xb8\ \x45\xd1\xe7\x74\x06\xc6\x7c\xfa\xe4\xed\x0c\xd6\x9b\x35\x72\x9b\ \x70\x17\x21\xe0\x79\xde\xb7\xd6\xf2\x76\x05\x42\xe8\xab\x2a\x72\ \xdc\xe7\xf6\x06\xe4\x38\x2e\x2c\x2c\xcc\xd7\xc7\xb7\x31\x5a\x9b\ \x1b\x19\xa3\x08\x5d\xcf\x04\x47\x84\x20\x7a\x13\xee\x47\x9f\xbe\ \xeb\x43\x1f\x13\xcc\x40\x9d\x76\x87\x74\x13\x9e\x73\x1f\x77\x7d\ \xe8\x4b\xae\x03\x8e\x97\x9b\x0a\x96\x2d\x5f\x57\xeb\xc4\x9f\x99\ \xe5\xd4\x07\x6d\x35\xe6\xb9\xce\xa6\x87\x3e\xdc\x4a\x2c\xc4\x98\ \xe3\x79\x84\xc0\xe9\x74\x4a\x92\x84\x11\x16\x45\x51\x14\x45\x40\ \xe8\x06\x35\x8e\x09\x41\xad\x8d\xc5\x4d\x0e\xc1\xdf\x6c\x40\xc8\ \xd1\xa5\x19\x33\xd6\xe7\xf7\x13\xf6\x06\x12\xeb\xeb\x6a\xfa\xb8\ \xad\x86\x30\xf2\x36\x27\x42\x08\x63\x4c\x55\x5f\x12\xef\xd5\x02\ \x48\xd4\x68\xf4\x7a\x43\x45\x79\x89\xdb\xe5\xd6\x68\x75\x18\x21\ \x49\x92\x8c\x26\x53\x70\x48\xa8\xaa\xaa\x00\xe8\x3a\x17\x82\x46\ \x6b\x72\x37\x5e\xcc\x2b\xaa\xe8\x17\xcc\x7b\x73\x5c\x19\x43\xa2\ \x4e\xa7\x11\xb8\xab\x3c\x14\x5c\x1f\x1c\xaf\x3a\xbd\xa1\x2f\x73\ \x17\x63\xec\xb4\xdb\x0b\xce\x9f\x75\x39\x1c\x08\x20\x26\x25\x35\ \x26\x39\x45\xed\x19\xbb\x57\xe4\x9e\xab\x97\xbb\x7e\x0d\x03\x60\ \x0c\xf1\x82\x56\x20\x6e\x97\xbb\x87\x52\x87\x10\xc1\x98\x52\xf5\ \xf6\xf0\x10\x72\x1c\x57\x5a\x5c\x04\x08\xa5\xa4\x65\x88\xa2\xe8\ \xdd\x43\xb8\xb6\xa6\xaa\xa5\xb1\x11\xa3\xeb\x6a\xaa\x8a\xac\xfa\ \xc7\x0e\x1e\x9f\x79\x61\xfd\xdb\xff\xde\x22\x0a\x08\x00\x80\x4a\ \x1e\x61\xc4\x82\xc5\x73\x47\x26\x31\xb7\xc4\xfa\x32\x77\x81\x31\ \x55\x55\xfa\x02\x77\x79\x9e\xef\x1e\x8e\xf6\x78\x3c\x5e\x3a\x62\ \x4e\xac\x28\xca\x37\xf9\x07\x64\x8f\x9f\xdc\xde\xda\x92\x73\x68\ \x7f\x73\x7d\x5d\x17\x53\x19\xa5\x1a\xad\x3e\x3a\x39\x99\xe3\xf9\ \x8e\x83\x08\x73\x04\xab\x8a\x4c\x01\xf3\x02\xcf\x11\xd4\x52\x76\ \x7a\xf5\xf1\x86\x71\x33\x26\xf8\x0b\xd0\x39\x17\x22\xa0\xee\x26\ \xab\x53\x67\x09\xd0\x10\x7a\xab\xd3\x17\x63\xdc\xda\xd2\xec\x76\ \xbb\x32\x32\x07\x12\x42\xbc\x49\x39\xa2\x28\x46\x44\x46\x57\x55\ \x94\x79\x3c\xee\xeb\xf6\x2f\x53\x65\xa4\x9f\xb8\xf8\x07\x23\xe7\ \x58\xdb\x9d\x32\x00\x55\x24\x59\x51\x91\xce\x62\xa1\x1e\xb9\xcf\ \xeb\xbb\x7d\x23\xd7\x05\x21\x54\x5a\x56\x66\xb7\xd9\xba\x56\xaf\ \xc4\xc4\xc4\x78\xe5\x07\x30\x06\x0c\x9a\x6a\xaa\x79\x81\xa7\xaa\ \xea\x1f\x1c\xec\x72\x38\xbb\x3a\x83\x10\x52\x56\x70\xc9\x14\xe0\ \x1f\x14\x1e\x41\x15\x05\x73\x82\xd2\x5c\xf0\xf2\x3f\xfe\x5e\xe0\ \xf6\x33\x69\x79\x53\x68\xf2\x9d\x4b\x16\x45\x51\x4f\x4b\x6b\x9b\ \x37\x61\x9d\xd7\x68\x45\x9e\x63\x94\x35\x5f\xda\xf3\xca\x07\xf9\ \x4f\xfc\xe1\x77\x69\x5a\x6b\x9b\x93\x8a\x22\x71\x3b\x5d\x2a\xe2\ \x74\x5a\x41\x71\xb9\x54\xcc\x6b\xb5\x22\x41\x48\x72\x3b\x5c\x12\ \x15\x34\x3a\x8d\x40\x98\x22\x39\xdd\x1e\x95\x61\x8d\x56\x2b\xf0\ \x98\xca\x92\xcb\xe5\xa6\xd0\x07\xa6\x2c\x84\x6c\xb6\x76\x93\xd9\ \xc2\x71\xbc\xaa\x2a\x3c\xcf\x33\xc6\x14\x45\xe1\x79\x5e\xab\xd5\ \xb5\x59\x5b\x6f\x20\x9b\x10\x42\xaa\xdb\x56\x5d\x5a\x58\x56\x6f\ \xf7\x8f\x4a\xea\x97\x1c\x25\x80\xa2\x28\xf4\xd6\xd8\x2b\xc5\x9b\ \xc8\xfb\xed\x12\x97\xe3\xb8\x83\x07\x0f\xae\x5b\xb7\x21\x2c\x2c\ \xac\xad\xad\xcd\x64\x32\xfe\xe9\xff\xfe\x28\x08\x02\xa5\x54\xa5\ \x94\x01\x73\xbb\xdc\x4e\x9b\x43\x55\x15\x8c\xb1\xde\x68\xbc\xd2\ \xa0\x3c\x4f\x38\x5e\x51\x14\x4a\x29\xa5\x14\x01\x28\x8e\x96\x92\ \x46\x32\xff\xc7\x3f\x1c\x16\xa2\xec\x5e\xf6\xea\xbf\x5e\x5e\xf1\ \x7f\x4f\x8f\x89\x88\x74\x0a\x08\x11\xe6\x38\xbe\xe9\xd3\xc3\x17\ \x6b\x82\xd3\x46\x4f\x4c\xc6\xf5\x97\x8f\xbe\xfa\xe7\xdf\xa6\xa4\ \x0f\x9c\x94\x1d\x7c\x26\xa7\x76\xe8\xd4\x29\xa1\xb4\x62\xd3\xc6\ \x9c\xd8\xb1\xd3\x43\x6d\x67\x56\xec\x39\x56\x6d\x85\x41\x13\xe7\ \x4c\x19\x18\x7c\x6e\xcf\xca\xbd\x39\x15\xa6\xf8\x41\x73\xa6\x8d\ \x0a\xe4\xed\xc7\x36\xaf\x39\x7c\xa1\xd2\x3f\x7e\xf0\xcc\x19\xa3\ \xfd\xb0\xa2\x7e\xdb\x63\x1f\x53\xaa\x28\x8a\x5e\x6f\xc4\x18\x51\ \x8a\x4e\x9c\x38\x21\x08\x42\xff\xfe\xfd\x11\xc2\x84\x10\x76\x7d\ \x5b\x0d\x61\xc2\xa9\xb6\x1d\xcb\xde\xd8\x71\xd9\x15\x19\x6a\x6e\ \xda\xb1\xe5\xe0\xb0\x3b\x1f\x9b\x37\x5c\x80\x5b\xa5\xb6\xc8\xb7\ \x2d\x77\x19\x63\x8a\x2c\xcf\x9f\x33\xb7\xa8\xa8\x88\x10\x8e\xe3\ \xc8\xdd\x0b\x17\x06\xf8\xfb\xbb\xbd\x0e\x10\xca\x18\x65\xd1\x89\ \x89\xf1\xe9\xfd\xe4\x6b\xd2\xa6\x04\x51\x74\xd9\xed\x8c\x52\x6f\ \x74\x1b\x28\x05\xc6\x38\xad\x39\x32\x3a\x26\x21\x46\x68\x4c\x8d\ \x58\x5b\x68\x6d\xa9\xca\x5b\xb7\x31\x27\x73\xcc\xa8\x23\x2b\x5f\ \x7b\xff\xa4\x67\xc2\xe8\x4c\x3f\x83\x40\x81\x8a\xc6\xc0\xb4\x01\ \x83\xd2\x63\xa3\xa0\xe9\xf4\xe6\x6d\x79\xc9\x93\xe6\xc4\x28\x8d\ \x7b\xb7\x6e\x9b\x30\x70\xba\xf3\xe0\xfa\x6d\xe7\xb8\x3b\x66\x0c\ \x0b\x36\x8b\x17\x77\x7e\xf8\xc1\x01\xc7\xec\x19\x83\x2e\x6c\x5d\ \xfd\x1e\x35\xdc\x15\x98\xfb\xf6\xc6\x82\xf9\x0b\xa6\x6a\x91\x06\ \x18\x65\x8c\x7d\xeb\x7b\x15\x31\xc6\x50\xa7\xf2\xd0\xd0\xd0\x70\ \xe6\xec\x59\x9e\xe3\x22\x22\x23\x83\x02\x83\x6e\x7c\x21\xe1\x48\ \x73\xd1\xc9\x93\xd5\xc6\xa7\x7e\xfe\xd3\x94\x20\xc1\x55\x79\xf2\ \xc5\x37\x76\xe6\x0e\xef\x3f\x34\x54\x43\xfb\x78\xdd\xf3\x0e\x77\ \xc8\xb7\x2d\x77\xbd\xb2\xdf\x68\x32\x4e\x9d\x32\xf5\x3f\x2f\xbd\ \x34\x72\xd8\xf0\xa1\xd9\x43\x5c\x2e\x97\x57\x99\xa1\x94\x32\xc6\ \x64\x49\x72\xbb\xdc\x8a\x7c\x35\x77\x29\x63\xb2\x2c\x33\xca\x3a\ \xe4\x2e\xa5\x14\x71\xa8\xbd\xf0\x9d\x7f\xff\x65\x23\xb1\x95\x55\ \x58\xa7\xdd\xff\xc3\x10\x7d\xb1\xa8\xd3\xe3\x96\xe2\x9d\x87\x4a\ \x26\x3e\xf9\xe7\xfb\xb3\x02\x3c\x2a\xb2\x5e\x5e\x4f\x8c\xa1\xc3\ \x26\x4c\xc9\x34\x2b\x55\x39\x39\x1a\xad\x88\x98\xaa\x52\xa4\xd5\ \x69\x39\x50\x3d\x32\x44\xa7\x0f\xbf\x63\xfe\x2c\xde\x5d\xfd\xd2\ \xab\x07\x1b\xe4\x84\xa2\x4b\x05\xcd\xed\xd6\xe2\x53\x67\xe7\x2d\ \xf0\xe7\xe5\xb6\x06\x3b\x37\x6b\x42\x56\x00\x51\x3d\xca\xb7\xef\ \xf4\x40\x2a\xf5\xb6\x95\xaa\xd2\xe0\xe0\xe0\xef\x3d\xf1\x04\x00\ \xc8\xb2\x4c\xe9\x67\x27\xac\xaa\x8a\x02\x44\x63\x30\x68\x09\x01\ \x9d\xc1\xc0\x83\xaa\xa8\xf4\x96\xa9\x03\xd9\x47\x72\x71\xdc\x6e\ \xf7\xa0\x81\x59\xd3\x26\x4f\x1e\x33\x66\x34\x63\xac\xab\xb4\x16\ \x63\x94\x75\x43\x2f\x2f\xcf\x7a\x82\xaa\xc0\x9b\x92\x33\xb2\xfa\ \x47\xf8\xdf\x15\x15\x13\x17\x15\xd2\x7c\x36\x8f\x01\x52\x65\x49\ \x56\x89\x56\xcb\xa9\x8a\xa2\x52\x02\x8c\x31\x6f\x09\x2a\x55\x45\ \x98\x29\xb2\x02\x88\x70\x1c\x41\x80\x28\x63\x00\x48\x55\x64\x97\ \xcb\xcd\x64\xb7\x5b\x26\x51\x49\x99\x83\xfa\x87\xf5\x4b\xcf\x34\ \xf9\x87\x46\xc7\x87\xfc\xfa\xc7\xa1\x9b\xd7\x6f\xf8\xfd\xbe\x7d\ \x8f\xfc\xe8\xfb\x03\x83\x89\x47\xf9\xf6\x27\x2e\x6f\xcb\x20\x04\ \x18\xe3\x0e\x1b\x17\x63\xf8\x2c\x5d\x5c\x55\x68\x50\xfc\xe0\x34\ \xd3\x1b\x2f\xfd\xed\xaf\x89\x11\xa6\x86\xb2\x22\x9c\x38\xb9\x7f\ \x98\x51\x55\x6f\x85\xda\xd1\xac\x0f\xe8\xbb\xdd\xd5\xee\x25\x8b\ \xef\x05\x84\x3c\xdd\xb6\x05\xa5\x94\x79\x3d\x94\x84\x23\x94\x5e\ \x1d\x94\xf7\xea\x73\x94\xaa\x5d\x72\x57\x55\x24\x17\xd3\x67\x0d\ \x1f\x3d\x32\x42\x70\x4b\x0a\x95\x25\x45\x51\x5c\x4e\x07\x58\xa2\ \xb2\x92\xc4\xad\x1f\x7d\x12\x3c\x6f\xb8\xc8\x6b\x43\x8c\x41\x5c\ \x7b\xd9\xd1\x43\x87\xd4\x38\xff\x20\x53\x82\xc5\xb9\x79\xeb\xb6\ \x9d\x10\xdd\xd8\xd8\xee\x62\xc0\x14\xd9\x23\xc9\x32\x65\x8a\x0a\ \xfe\x83\x07\x46\xbf\x7f\xe6\xb2\x6b\x4c\xb2\x49\x71\x6a\x4c\x86\ \xb6\xca\x92\x7a\xb7\x61\xe2\x8c\xf1\x67\x5f\xf8\xf8\x72\x45\xfb\ \xe0\x10\xbf\x6f\xbd\x40\x20\x42\x2a\x63\xcc\xbb\x1e\xb1\xb6\xa6\ \xca\x6e\xb3\x11\x8e\x18\x8d\xe6\xc0\xe0\x10\x74\xc3\x9d\x44\x18\ \x55\xa8\x26\x78\xfe\x83\x4f\x84\x1f\x39\x56\xd2\xe0\x1c\x30\xf9\ \x9e\x51\xc3\x32\x75\x20\x29\x2a\xbb\x36\x85\xc7\x27\x77\x3f\x4b\ \x6f\x43\x88\xf5\xa4\x02\xa5\xaa\xce\x60\x68\x6d\x6c\x2c\xbd\x74\ \xe9\x5a\x96\x60\x8c\xdd\x4e\x97\x20\x6a\xbc\xaa\x05\xa5\x2a\x12\ \x8c\x69\xfd\x52\xb4\x20\x39\x5d\x4c\x51\x29\xe1\x11\xa7\x0b\xe8\ \x97\x1c\x4d\x99\x76\xc6\x83\x4f\x49\x2b\x3f\xfd\xf4\x93\x8f\xfd\ \x12\xb2\xef\xbf\x67\xf6\xbd\x0b\x86\x2f\xdf\xb5\xa2\x26\x69\xc4\ \x83\xf7\xce\x7d\xe4\xb1\xf9\x4b\x37\xac\x7f\xfb\x04\x09\xcd\xc8\ \x8e\x33\x61\x47\x58\x42\x92\xec\xcf\x64\xc5\x23\xb3\xec\x79\x8f\ \xd9\xf1\xa7\x9b\x3e\xfe\x80\x0a\xfe\xd3\x96\x44\x24\xb9\x2a\xb6\ \xaf\xd9\xdd\x24\xf1\xe9\xd3\xee\x9d\xd4\xcf\xe2\xf2\x28\x8c\xf5\ \x89\x1e\x74\x3a\x9d\x79\x17\x72\xa9\xaa\x68\x75\x3a\x00\xd4\xdc\ \xd4\xe4\x74\xd8\x79\x5e\x40\xd7\x97\xbe\x98\xe3\xa5\xc6\xfc\x65\ \x1f\x2d\xab\x67\x16\x1d\x8f\x6a\xab\xcb\x8f\xed\x5e\x2f\x08\xbc\ \xac\xa2\xac\x29\x8b\xef\x18\x1e\x25\xc9\x57\xb4\x8e\x3e\xb7\x4e\ \xb8\xa4\xa8\xc0\x68\x34\xf7\xf5\xb8\x1a\x42\xf5\xd5\x95\x8e\xb6\ \xb6\x6b\xa5\x08\xa3\xd4\x12\x18\xe4\x1f\x12\x7a\x85\xf1\x08\x8b\ \x1a\x5e\xf1\x78\xba\x8c\x0d\x44\x38\x91\xc7\x1e\x8f\x87\x61\x4e\ \xe0\x79\x0c\x8c\x31\x55\x92\x14\x22\x88\x3c\x46\x54\x55\x24\x49\ \xc1\x82\xc0\x13\x04\x80\x00\x98\xe4\xf6\x20\x4e\xe4\xb0\xe2\xf1\ \xa8\xde\xf1\x21\x08\x3c\xea\x70\xe6\x4b\x14\xb0\xc0\xf3\x00\x0c\ \x18\x95\x25\xb9\x2f\x2c\xff\x24\x84\x34\x35\x35\xd6\xd5\x56\x47\ \xc5\xc4\x19\x8d\x46\x80\x8e\x1d\xc9\xdd\x2e\x57\x9b\xb5\x85\x32\ \x9a\x92\x96\xd1\xeb\x85\x9c\x28\xd4\x9f\xdf\xf4\xf6\xba\xf2\xc9\ \x77\x4c\x35\x13\x95\xb5\x97\xad\xde\x74\x62\xc0\xb4\x39\x09\x16\ \x5e\x17\x10\x11\x1d\x64\xa0\xdd\x7e\x5e\x1f\xd4\x19\x98\x2c\x4b\ \x7d\x3f\x7f\x37\x28\x3c\x3c\x38\x22\xf2\x3a\xca\x86\x2a\x79\x7a\ \xa4\x64\xc8\x52\xcf\x0c\x0d\x59\xea\x3c\x20\xcb\x6e\xd7\x95\xe3\ \x92\xe4\xba\xde\x35\x3d\x1d\x1a\x72\xcf\xfb\x4b\xdd\x6f\xd2\x27\ \xbc\x9c\x44\x91\x65\x9d\x5e\xaf\x37\xe8\x19\xa5\xe0\x2d\x42\xc4\ \x98\x46\xab\x75\x3a\x05\xf7\x8d\xdf\x96\x31\x4e\x1f\x98\x39\x30\ \xd3\x9f\x00\x78\x02\x8e\xed\xcd\x0d\x88\x4f\x19\x1c\x63\x72\xb9\ \xdd\x57\x6d\xb1\xd6\x07\xf3\x77\xf9\xd0\xf0\x08\xb8\x5d\xc0\xf3\ \x3c\x21\x18\x00\x14\x45\xf9\xee\x54\x21\xe1\x38\x5e\x56\x14\xc6\ \x28\x02\xc4\xa0\xc3\x5f\xe6\x5d\xf8\x2d\x8a\x1a\x97\xcb\x75\x7d\ \x5b\x8d\x05\x45\xa7\x9b\x1d\x6f\xbe\xfe\xa6\x38\x3c\x35\xb8\xfe\ \xe2\x91\x7c\xc5\x7f\xb2\x51\x70\xb9\x5c\xb7\x40\xfd\x5d\x8c\xb1\ \xc9\x6c\xb9\x6d\x7a\xb1\xb1\xa9\xa5\xba\xa6\x0e\x21\x14\x1f\x17\ \x6d\x32\x1b\xe1\x3b\x03\xad\x4e\xd7\xd6\xda\xda\xab\xc2\x75\x23\ \xe1\xa5\xca\xd8\x14\xb7\xf8\xc1\x7b\xd7\x6d\xd8\xb5\x7b\x67\xae\ \x2e\x28\xfe\xfe\x87\x66\x47\xeb\x91\xac\xdc\x6a\x35\x4c\x6f\x75\ \x34\x37\xb7\x1e\x39\x7e\x2a\x32\x3c\x4c\x92\x95\x1d\xbb\xf6\x4f\ \x9b\x3c\xb6\x4b\x5d\x63\x8c\xf1\x02\xaf\xd3\x6a\x6f\xeb\x06\xf8\ \x22\xaa\xb7\xaa\x28\x86\x88\x01\x8f\xfc\x70\x30\x30\x86\x80\x29\ \xb2\x24\x5f\x67\xbe\xf2\x71\xf7\x6b\x44\x5b\xbb\x4d\xe0\x85\xc1\ \x03\xfb\x03\xc0\x89\x53\x68\xe7\x9e\x83\x5d\xc9\x3d\x08\x90\xdd\ \xe9\x1c\x3a\x24\x2b\x21\x2e\xa6\xeb\x7c\x7b\x43\x49\xce\xf9\x02\ \x49\x0c\xca\x1a\x9c\x19\xa8\xe3\x01\xa0\xad\xe6\xf2\xa9\xdc\x72\ \x73\x5c\xff\xac\xe4\xf0\x8e\xae\x52\x6d\xf9\x97\x4b\x2d\xb1\xfd\ \x43\xf4\x08\x00\xaa\xf3\x4e\x5e\x28\x6b\x90\x55\xea\x17\x93\x31\ \x2c\x33\xee\xf6\xe8\x4e\xaa\xca\x6e\x97\x8c\x3e\x8b\xfb\x3e\xee\ \x7e\x59\x1c\x38\x70\xa0\xb2\xb2\xf2\x9e\x7b\xee\xb9\xb6\x58\x27\ \xcf\x73\x79\xf9\x05\x00\x54\x56\x14\x9e\xe7\x75\x3a\x6d\x37\x8d\ \x90\xd4\x35\x36\xd6\xd6\x35\x5c\xe1\xae\xbb\x66\xcd\x7b\xef\x57\ \x10\x3f\xa9\x66\xcd\x86\xfd\xe3\xfe\xdf\x6f\x96\x68\xab\x8f\xbc\ \xf0\xf7\xa5\x42\x78\x74\xcb\xfa\xcd\x25\x0f\xff\xe2\xee\xec\x70\ \x7b\x6d\xde\x9a\x8f\xdf\x59\xb9\xbf\xe6\xfb\xaf\x2c\x9b\xa6\x07\ \x00\xfb\xb6\xa5\xff\x3b\x2b\x0c\x1c\x14\x21\x28\xe6\xb8\xdb\x28\ \x89\x18\xf1\x82\xc8\x73\x18\x18\xa3\x54\x95\x6e\xc5\x7d\x7e\x6e\ \x09\xd4\xd5\xd5\x7d\xf0\xc1\x07\x17\x2e\x5c\xb8\xf7\xde\x7b\x33\ \x33\x33\x7b\x4c\x7f\x2a\x4d\x49\x4a\x98\x36\x79\xbc\xeb\x9a\x95\ \x20\x82\x20\x98\xcd\x66\xb9\x5b\xb9\x2a\x26\x04\x2d\x78\xe6\x17\ \x7a\x83\x4e\x2a\xda\xfd\xec\x1f\x36\x54\xca\x4b\x1a\x37\x6c\x90\ \x92\xe7\xfd\xbf\x67\xa7\x15\x6e\x7d\xf9\x5f\x6b\x36\xcd\xc9\x7e\ \xa2\xf2\x52\xbe\x10\x9f\x99\x59\xc1\x30\xa5\x00\x18\xa0\xcd\x85\ \x82\x67\xdf\xff\xfd\x69\x09\xb7\xd3\xb2\x6a\x24\x08\xa8\xb6\xe8\ \xec\x85\x82\x72\x27\xe5\xc3\xe2\xd2\x06\xa4\xc5\x70\xaa\x74\x6d\ \x82\x91\x6f\xbd\xda\x97\x05\x21\x24\x21\x21\xc1\x66\xb3\x3d\xff\ \xfc\xf3\xeb\xd6\xad\xeb\xa9\xee\x31\x41\xe0\x31\xc6\x7a\x9d\xee\ \xaa\x0f\xcf\x71\x5a\x8d\xa6\x47\xea\x39\xe6\xf5\x06\x1d\x80\x7a\ \xe4\xe0\x51\xff\x21\x53\xd2\x78\x4f\x71\xad\x23\x3a\x21\x05\x00\ \x22\x62\x93\x05\x5b\x75\x95\x04\x69\x13\xef\x58\x34\x6f\x94\x89\ \x87\xae\x55\xb4\x1c\xf2\x6c\xf8\xef\x2f\xff\xf2\xd2\x07\x97\x1a\ \x6f\x8f\x85\x52\x58\xe0\xe1\xe2\xae\x65\x2f\xbc\xf4\xf6\x81\x33\ \x97\x8b\x2e\x9d\x5e\xf6\xc6\x7f\xde\x58\x7d\xc4\x43\x04\xec\x93\ \xbb\x5f\x07\xaa\xab\xab\x83\x82\x82\x16\x2f\x5e\x3c\x61\xc2\x84\ \x2f\x77\x27\xf7\xe1\x65\x2f\x6d\xac\x0a\xfb\xf1\x8f\x67\x63\xb0\ \x77\xe4\x0a\x5f\x65\xf4\x50\xc6\x18\xeb\x34\xd6\x23\xbe\xf7\x7f\ \xff\x72\xb7\xd7\xef\xfa\xe4\xbf\xff\x7e\xf9\xe3\xbf\xff\xf1\x51\ \xff\x5b\x5c\x16\x61\x8e\x73\xd7\xe7\xae\xdf\x75\x71\xe2\x63\xbf\ \x9a\x35\x20\x94\x31\x70\x56\x9f\x7a\xf1\x7f\xeb\xf6\xa7\xa5\xcc\ \xea\x6f\x71\x7b\x54\x9f\xdc\xfd\x2a\xc1\x71\x5c\x52\x52\xd2\xef\ \x7f\xff\x7b\xef\x2e\x37\x5f\xe6\x56\x17\xb6\xbc\xbb\xa1\x34\xf8\ \x27\xbf\x78\x34\x42\x0f\x00\x86\xb8\x70\x43\x59\xe1\x25\x00\xa8\ \x2c\xba\x24\x99\xa3\xc2\x85\x6b\xcc\x78\xaa\x32\x84\xb5\x96\xf0\ \x91\xe3\x06\x49\x35\x15\xed\xae\x5b\xbe\x31\x31\x81\x96\xfa\x12\ \x08\xca\x1a\x99\x11\xcd\x54\x59\x55\x64\x4b\xf4\xc0\x09\x69\x81\ \xc5\x25\xe5\x32\xe1\x6e\x81\x7c\x86\x5b\x0b\xd3\xa6\x4d\x9b\x31\ \x63\x86\x20\x08\xbd\xf9\x88\x98\x7a\xfd\x78\x84\xaa\xaa\x3d\xd2\ \x21\x3c\x65\x9f\x7c\xb8\xb1\x39\x7e\xd2\x96\xf7\xfe\x67\x97\x85\ \x09\x77\x3d\x3a\x69\xc1\x82\x83\x7f\x79\xef\xb7\xff\x77\xaa\xad\ \xae\x65\xda\xe3\xbf\xd4\x77\xdc\x53\x75\xbb\xdc\xde\xbb\xb6\x17\ \x1f\xff\x68\xfd\x5e\x17\x23\x75\xa5\xe5\x59\x33\x1f\x8e\xd4\xdf\ \x0e\x5e\x35\x4c\x08\x02\x45\x56\x28\x70\xde\xd4\x3a\x59\x52\xd5\ \x5e\xb7\x70\xf4\x71\xf7\xcb\x42\xa3\xd1\x5c\xef\xab\xf0\xb0\xd0\ \x92\xb2\xca\x35\xeb\xb7\x5c\x1b\xe2\x66\x8c\x09\xa2\x38\x72\xe8\ \xe0\x6e\x5d\x11\xf8\xd0\xcf\xff\x58\x6f\x77\x29\x0a\x65\x58\xf0\ \x17\x29\x58\xb2\x9f\xff\x75\xc0\xf9\x4b\xd5\xa6\x98\xd4\xb4\x98\ \xce\xac\x6d\x3e\xfa\xa1\xe7\x9e\x33\x45\x62\x00\xd0\x87\xa7\x4c\ \x9c\x88\x1a\xda\x15\xbf\xf9\x4b\x52\x93\xa2\x6e\x83\xbe\xa4\x94\ \x99\x03\x13\xe3\x22\x0b\x30\x02\x41\x10\x79\x40\xcc\x63\x45\xfe\ \x11\x59\x49\x51\xf8\x9a\xe2\xf7\x3e\xee\x7e\x8d\x10\x45\x61\xfc\ \x98\x11\x8a\xd2\x7b\xed\x6b\x8c\x31\xcf\xf3\xdd\x8c\x3e\x43\xf2\ \xc0\xa1\xc9\x3d\xcf\x31\x04\xc5\x8f\x0c\x8a\xef\x69\x85\xeb\xe2\ \x92\x3b\xce\xe2\xf4\x01\xe9\x83\x46\xa4\xdf\x46\x2d\x46\x15\x99\ \x0f\x4e\xbd\x63\x9a\xfe\xf0\xd6\x8f\xd6\xd4\x39\x02\x62\xfa\x8d\ \x1d\x3d\x64\xec\xec\x85\xaa\x4a\x25\xb9\xef\xaf\x9b\xb8\xdd\xbc\ \x10\x98\x10\xd1\xd7\x0e\x37\x09\x44\x38\xe4\xac\x5e\xfd\xde\x5b\ \xf9\x6a\xc4\x80\x84\x80\xea\x9c\xcd\xaf\x57\x34\x3f\xfb\xe0\x2c\ \x33\xee\x65\xc5\x85\x8f\xbb\x3e\xf4\xad\xa1\x5e\x5f\x72\xa6\x44\ \x4e\xfa\xc1\x4f\x9f\x08\xd7\x00\xb4\x0d\xf9\xd7\x3f\x96\x5f\xa8\ \x1b\x33\x26\x4a\xaf\x2a\xcc\xc7\xdd\x6f\x0e\xaa\xaa\x1e\x3d\x91\ \x53\x55\x5d\x0b\x8c\x25\x27\x25\x0c\xca\xca\xf0\xb5\xc9\x67\x99\ \x6a\x20\x6a\xf4\xe0\x2e\xaa\xad\x6f\xf1\x0f\xd5\xd8\x6a\x6b\xda\ \x55\xa2\x17\x38\xf0\xc5\xd5\xbe\x61\x54\x56\xd7\xda\xed\x8e\x45\ \x77\xcd\x05\x80\xd5\xeb\xb7\x3a\x1c\x8e\xae\x0d\x8b\x18\x63\x82\ \x20\x64\xa4\xa7\x74\x0f\x14\xfb\xa0\xca\xaa\x5f\xdc\x90\x31\x29\ \xe7\xdf\xfd\xe7\xff\x59\xcc\x5a\x9b\xd5\x9e\x3c\xe9\xde\x8c\x60\ \x9d\x42\x65\x1f\x77\xbf\x7a\x58\xad\x56\xab\xd5\x0a\x00\x08\x21\ \x4a\x69\x70\x70\xb0\x5e\x7f\xc5\x59\x65\x6d\x6b\xab\xaf\x6f\xf0\ \x48\x52\x52\x42\x4c\x63\x53\x73\xf7\x12\x24\x05\x85\xc5\x80\x60\ \xe8\xe0\xac\x4e\x99\xe3\x3c\xba\xfe\x93\x2d\xc7\xf2\x9d\xcc\x30\ \x76\xc1\x43\xf3\x86\xc6\x00\x38\xf7\xad\x78\x67\xf3\xf1\x52\x73\ \xc2\x88\x47\x1e\xbe\x2b\x5c\x87\x00\xa0\xa9\xe0\xc0\x7b\xab\x0e\ \x8f\x7d\xf8\x17\xc3\xc2\x11\x00\x80\xea\x38\xb3\x7f\xdb\x9e\xc3\ \xb9\xc6\xcc\xe9\x0f\xce\x1b\x7e\xcb\x6b\xd6\x4c\x95\x91\x76\xec\ \xc2\xa7\xfb\x8d\x2c\xaf\x6c\x72\x58\xc2\x62\x62\x42\xcd\x54\x96\ \x7d\xf9\x0c\x5f\x0b\x4e\x9d\x3a\xf5\xf7\xbf\xff\x3d\x28\x28\x48\ \x96\x65\xbb\xdd\xfe\xe2\x8b\x2f\xa6\xa4\xa4\x74\xf9\x19\xb6\x6d\ \xdd\xb2\x7d\xd3\x3a\x84\x31\xe1\x08\xe9\xbe\x40\x88\x31\xbb\x4b\ \x4a\x48\x78\xf6\xca\x01\x8f\xcd\xce\x02\xe6\x3e\xf2\x0c\xe4\x6d\ \x78\xf1\xd5\xd7\x33\x86\xfc\x95\xdf\xf3\xc1\xd2\x43\x6d\xcf\x3e\ \xf7\xd4\xb9\xa5\x2f\xbd\xfa\x49\xd0\x9f\x1f\x1b\x5f\xb0\xfb\xe3\ \xf7\xb6\xee\x2f\x28\x57\x06\x48\xde\x31\xe0\xd9\xbb\xec\xcd\x23\ \xd6\xd0\x39\xf7\x3e\x1a\x17\x11\x72\x7b\x98\x84\x98\x60\x77\x4b\ \x79\xce\xc9\x63\x25\x0d\x4e\x63\x48\x33\x19\x37\x22\xd2\xc2\xd3\ \xde\xf2\x77\x7d\x71\xb5\x2f\x8b\xc9\x93\x27\x8f\x1f\x3f\x3e\x34\ \x34\x34\x28\x28\xe8\x9e\x7b\xee\xe9\x22\x2e\x00\x60\x84\x99\xaa\ \x78\x5c\x76\xc9\xed\x70\xd9\xdb\xed\xed\xd6\xae\x8f\xad\xad\x55\ \x72\x3b\xf9\x6e\xa9\x67\x48\x13\x32\xe5\x8e\x3b\xb2\x93\x63\x93\ \x12\xe2\xfc\x8c\x3a\x01\xab\xc7\x4f\xe6\xa7\x8c\x99\x97\x15\x9f\ \x34\x7b\xd6\x04\x6b\xee\xb1\x5a\x06\x21\xfd\x26\xfe\xe4\xe7\xcf\ \x0e\x8b\xf5\x67\x8a\x0a\x00\x9e\x92\x03\x2b\xb7\x9d\x74\xb4\x57\ \x6e\x5a\xb9\xf2\x70\x7e\xe3\x6d\xe2\x67\x70\xd4\xac\x7a\xef\xad\ \xa3\x15\x4a\x4c\x6c\xa4\xab\xe4\xc0\xeb\xef\xad\x6b\x70\x23\xd2\ \x5b\x99\x7f\x1f\x77\xbf\x02\xdc\x73\xcf\x3d\xa5\xa5\xa5\x8a\xa2\ \xdc\x75\xd7\x5d\x57\xb7\x2f\x46\x98\xe0\x5e\x41\x48\x2f\x8d\x2f\ \xd7\x9d\x79\xfd\xa3\x3d\xc3\x17\x3d\x12\x05\x9e\x16\xbb\x62\xb0\ \x58\x00\xc0\x60\x34\xf1\xb2\xc3\x2a\x81\x39\x34\x2c\xd0\xa2\x55\ \x55\x95\x21\x04\x00\xa5\x79\x17\x95\xb0\xec\xa7\x9e\x7a\x7a\xc1\ \xa8\xe0\x55\xff\xfb\xdf\x85\x96\x5b\xbe\x82\x24\x21\xb8\xb1\xfc\ \x5c\x05\x4b\xfd\xfe\x8f\x9e\x9a\x3f\x7f\xc1\x33\x3f\x7a\x22\xda\ \x55\x5e\xd8\xea\xd6\x88\xe2\xb5\xf4\xf5\xe9\x0c\x5f\x01\x12\x13\ \x13\xe7\xcc\x99\x13\x19\x19\x69\x30\x18\xae\xd6\xdf\xae\x4f\x27\ \xc6\xae\x4e\xae\x96\x1a\x73\x5f\x7c\xe9\xe3\xb0\x19\x4f\xde\x37\ \x3a\x02\x40\x32\x6a\x71\x75\x5b\x1b\x40\x94\xc3\x6e\x97\x79\x9d\ \x89\xbb\xd6\x8f\xc1\x04\x8d\x5f\x84\x9f\x01\x0f\x1e\x19\xbb\xfc\ \x48\x65\xab\x2d\xc3\xdf\x74\x8b\x0b\x5e\xa0\x54\x25\x4c\xae\xab\ \xac\x74\x11\x19\xb5\x97\xb5\xab\xe0\x6e\xaa\x2b\x63\xad\xa2\xd1\ \xdf\xac\xe3\xbb\xd7\x3f\xf0\x71\xf7\xab\xc1\x83\x0f\x3e\xd8\x6b\ \xe0\x57\xa1\x2a\xa3\x94\x5d\xb3\x48\x8b\x51\xaa\xaa\xa0\xb2\xee\ \x6a\x9c\x7d\xf9\xab\xff\xb5\xc6\x2c\x78\x62\x68\x44\x53\x53\x93\ \x39\x30\x70\x68\x76\xf2\xdf\xb6\x6c\xba\x38\xc2\x78\x76\xdb\x1e\ \x53\xfa\xfc\x08\xd2\x71\xa5\x2c\x49\xde\xb5\x43\x09\xfd\xfa\xb1\ \x75\x6b\x36\x5f\x98\x96\xd2\xb0\xbf\x82\x84\xdf\x1b\x6c\xba\xd5\ \x9b\x91\xaa\xcc\x14\x94\x60\x74\xed\x7f\xff\xf5\x4a\x2d\x8f\x14\ \xc9\xed\x92\xd8\x81\xd5\x1f\xed\x56\xd9\xc0\x19\x0f\xdc\x33\x2a\ \x4e\xea\x16\x18\xf6\x71\xf7\xab\x9a\xec\x7a\xd9\xb5\x46\x14\x85\ \xe0\xa0\xd0\xba\x9a\x72\x86\x70\x47\x6d\xd6\xce\xba\x1a\x14\x90\ \xc9\x6c\x32\x76\x97\xd3\x9e\xe6\x56\x07\x71\x94\xec\xfb\xc7\xff\ \xdb\xad\x60\xc3\xdc\xc7\x7f\x3e\x7a\xda\xc3\x8b\x9a\xde\x7c\xef\ \x5f\x2f\x1a\xe3\x46\x3e\xbd\xa4\x33\xbb\x12\x69\x23\xe3\xe3\x2d\ \x1a\x04\x00\x9a\xc4\x29\xcf\x3e\xd0\xbc\xec\xc3\x7f\x1d\xd1\x06\ \x2f\x7a\xea\x89\xc4\x5b\x7f\x29\x27\x55\x64\xc1\x3f\xe1\xa1\x9f\ \xfc\x9e\x01\xc8\xb2\xca\x0b\x3c\x55\x24\x49\x56\x19\x03\x5e\xa3\ \xbb\x6a\xe1\x5a\xdf\xaa\x2d\x02\x00\x55\x95\xe5\x69\xfd\x32\x6f\ \x1b\x4e\x97\x95\x57\x95\x57\x55\x77\x78\x18\x18\x03\x84\xa0\xb3\ \x20\x9f\xbf\xbf\x5f\x46\x7a\xca\xed\x3a\x98\x2b\xca\x4b\xeb\xaa\ \xab\x82\x43\xc3\x58\xc7\xce\x06\xc4\x5b\x19\xd6\xd6\xde\x6e\xb5\ \xb6\xa4\xf5\xeb\x7f\x5d\x29\xc0\xf3\xae\xba\xcb\x5b\xb7\xef\xab\ \x6c\x95\x4d\xa1\x89\x93\xa7\x4f\x8a\x0f\x10\x15\xa5\xb3\x78\xac\ \x4f\xdf\xfd\xc6\x10\x1b\x13\x19\x1b\x13\xe9\x6b\x87\x9b\xf6\x33\ \xf0\xac\xad\xec\xe3\x77\x3e\x6c\x0f\x4c\x54\x9b\x6b\xeb\x24\xdb\ \xd2\xa5\xf6\x47\x1f\x59\x10\x2c\x52\x7a\x8d\x8f\xd7\xe7\x67\xf0\ \xa1\x4f\xa9\x5e\xa8\xb1\xe2\x42\xa3\x98\xf9\xcc\x53\x4b\xfa\xc5\ \x24\xcc\x59\xbc\x28\xd6\x53\x75\xb9\xa1\x0d\xf7\x56\x81\xcf\x27\ \x77\xfb\x04\x1c\x4e\x57\x45\x65\x35\x63\x2c\x34\x24\xc8\xdf\xcf\ \xf2\x9d\x16\xbd\x80\x08\x07\x8a\xa2\x2a\x92\xf5\xd4\xbe\x7d\x95\ \x4e\x7e\xa0\x51\xd7\x6b\x79\x45\x1f\x77\xbf\x7d\x28\x8a\xba\xff\ \xe0\x51\xbd\x41\x4f\x30\x3e\x7f\xf1\xd2\xf4\x49\xe3\xb4\x5a\x4d\ \x57\x6f\x21\x84\x45\x51\xf8\x8e\x34\x85\xaa\xa8\xe6\xe8\x41\xd3\ \x26\x58\x79\x95\x05\x84\x08\xa7\x73\x5b\xc6\xcc\xbf\x3b\xc5\x4f\ \x50\x55\xc5\xc7\xdd\xbe\x08\xb7\xc7\x63\xb3\x3b\x66\x4e\x9b\x08\ \x00\x17\xf2\xf2\xf7\xec\x3f\xdc\xbd\xd4\x83\xc7\x23\x25\x26\xc4\ \x0e\x1c\x70\x25\x07\x8d\xba\x5b\x2f\xe7\x15\xb4\x29\x9a\xf8\xd4\ \x94\x10\x93\x06\x00\x14\x67\xc3\x85\x0b\x45\x60\x89\x4a\x4f\x8e\ \xea\xa4\xb9\x5a\x5f\x59\xaa\x1a\xa3\xc2\x2d\x1d\xa1\x62\x26\xbb\ \xcb\x0a\x2f\xb5\xa8\xc6\xb4\x7e\x89\x3a\x0c\xae\xa6\xaa\x8b\x85\ \x15\xba\xb0\x94\xf4\xd8\x00\xef\x4d\xcb\x2f\xe7\x55\xb4\x2a\x31\ \x29\x99\xd1\x81\x1a\x00\x70\xb5\xd5\xe6\x5d\x2a\x15\x43\x92\xd2\ \xe2\x82\x3a\x7d\x28\x4a\x55\x59\x85\x18\x18\x15\x64\xe0\xbf\x2e\ \xb3\x9e\xaa\xc4\x10\x3a\x78\x60\x84\x2c\xb9\xb3\x67\x3e\x98\x3d\ \x57\xd0\x0a\x58\x96\x7a\xaf\x85\xed\xe3\xee\x37\x84\xf2\xf2\xf2\ \xbd\x7b\xf7\x2e\x5e\xbc\xf8\xda\x95\x6d\x1c\x47\x6a\xeb\xea\xb7\ \xee\xd8\xa3\x52\xca\x11\xa2\xd7\xeb\xae\x98\x23\x08\x39\x5d\xae\ \xc2\xe2\xb2\x6e\xdc\x75\xef\xfe\xf8\xad\xdd\xa5\x4e\xc1\xdd\x50\ \x83\x52\x7e\xfd\xfb\x1f\xc6\xe9\x6a\xdf\xff\xd7\x3f\x72\x1d\x46\ \xce\xd6\x9c\x34\xeb\xa9\x27\x67\x66\x80\xab\x69\xff\xe6\xe5\xff\ \x7b\x67\xe3\xb8\x5f\x7e\xf0\xf4\xd8\x50\x00\xa0\xad\xc5\x2b\x56\ \x6c\xa8\x76\x91\x90\xb8\xcc\xc4\xfe\x89\xac\x29\xf7\xa5\xbf\xbd\ \xd6\xaa\x0b\xb0\x37\x7f\x3a\xf9\x91\x5f\xdc\x31\x38\xe8\xe8\xa7\ \xaf\xaf\x3e\xdb\x1e\xe1\xc7\x3e\x5d\xb7\xf3\xc1\xe7\x7f\x35\xc8\ \x50\xf4\xda\x5f\x5e\xaa\x13\xfc\x5d\xcd\xcb\x46\x2c\xf9\xd9\xe2\ \x51\x51\x52\x5b\xd5\xce\x4f\x3f\x78\x63\xe3\xf9\xfb\x7f\xff\xe6\ \xc2\x81\xe6\xaf\xb1\xa5\xa8\xe2\xf1\x28\x00\x88\xe3\x05\x84\x40\ \x92\x94\xeb\x9d\xe8\xe3\xee\x37\x04\xab\xd5\xfa\xc1\x07\x1f\x5c\ \xbc\x78\xf1\xee\xbb\xef\xce\xce\xce\xee\x31\x51\xaa\x34\x38\x28\ \x70\xec\xe8\xe1\x92\x74\x75\xa6\x1f\xc6\xb8\xb1\xb1\x39\x2f\xbf\ \xb0\xdb\x31\x3e\xfb\x8e\xc7\xc7\xfa\xfb\x89\xf6\xd2\x5f\x3d\xf5\ \xbb\x73\x0d\x4e\xb1\x6a\xd3\xc9\xb6\xd8\x7f\xfc\xf3\x87\x90\xbb\ \xee\xf9\x57\x57\x96\x4e\xca\x30\x16\x9c\x2d\x75\x89\xe9\x69\xf1\ \x62\xc7\x5a\x4e\xdb\xa7\x6f\xbf\x76\x5a\x4e\x9e\x35\x69\x78\xff\ \xcc\x4c\x33\xc0\x91\x4d\x2b\x6a\x82\xa7\xbd\xf4\xb3\x79\x25\x5b\ \x5e\xfc\xc7\x9a\x0d\x93\xfb\xdf\xb5\x7f\xff\x99\xec\xef\xfd\xfb\ \x9e\x4c\xd3\xeb\xbf\x7a\xf6\xe4\xa5\x3a\x93\x75\x75\xa1\x7e\xf8\ \x4b\xbf\xbb\xaf\x69\xdf\x9b\x7f\x5c\xfd\xe9\xf4\x51\xcf\xd9\x2f\ \x1c\xaf\xe4\xc2\xfb\xc7\xd6\x73\xe8\x1b\x8a\x3c\xf7\xba\x0f\xab\ \xcf\xcf\xf0\xed\x20\x3a\x3a\x1a\x21\xf4\x9b\xdf\xfc\xe6\x7f\xff\ \xfb\xdf\x55\xbd\x24\x0a\x82\x5e\xa7\xf3\xb3\x98\xaf\xfa\x98\x4d\ \x46\xb3\xd9\x84\x7b\x44\xec\x88\xc5\xdf\x4f\x04\xa8\x3a\x7f\xd4\ \x1e\x3a\x20\x3b\x4e\x57\x52\x5c\xee\x1f\x97\x69\x06\x30\x47\xa5\ \x85\x41\x53\x51\x9d\x23\x70\xc0\xe4\x87\xee\x5f\x14\x1f\x20\x78\ \x0b\xd6\xca\x95\xb9\x87\x2e\xd6\xfa\x5b\xf8\xbc\x7d\x2b\xfe\xfc\ \xf7\xd7\xeb\x1d\xee\xda\x8a\xb6\xd8\x01\x49\x08\x20\x3c\x33\x9d\ \x6f\xae\x6c\x90\x2d\x33\x26\xf4\x3b\xf0\xc9\x5b\x9f\x7c\xf8\x46\ \xa5\x76\xc0\xac\x91\x61\x17\x0b\xea\x62\x52\xd2\x04\x80\xf0\xe4\ \x54\x9d\x54\x57\xdc\x0a\xd1\xa3\x16\x3c\xf9\xe0\x9c\x50\x1d\x51\ \x69\x5f\xa9\x1d\xe5\x93\xbb\xdf\x10\x30\xc6\x56\xab\x95\xe3\xb8\ \xd1\xa3\x47\x4f\x99\x32\xe5\x4b\xde\xad\xea\xe4\xa7\x2f\xaf\x2d\ \x58\xf8\xd4\x4f\x23\x10\x5c\x56\x68\x47\x61\x50\xef\x26\x86\x1d\ \x49\x12\x8c\xa9\xcc\x7b\xbc\xbd\xa5\xc1\x65\x48\x7d\xf8\xd1\x87\ \xc3\xc4\xd6\x97\x7f\xf2\x8b\x9d\x39\x63\x75\xbc\xd0\x31\x1e\x30\ \x60\x00\x4a\xc1\x4d\xb9\x90\x50\x3f\x91\x59\x5b\x1b\x5b\xeb\x9a\ \x1d\x40\x70\x47\x88\xdb\x7b\xc7\x0e\xf9\x47\xfb\xd4\x8e\x9b\x3e\ \xee\x7e\x73\xd0\xeb\xf5\x8f\x3d\xf6\xd8\xf0\xe1\xc3\xbf\x64\x55\ \xf7\xb6\xfc\x1d\xaf\xae\xbc\x78\xc7\x0f\x7f\x3e\x22\x52\x0b\x00\ \x91\xe1\x21\xad\x87\xf2\x5d\x30\x9e\x36\x94\xd4\xa9\xa6\x48\xf3\ \xd5\xf9\x40\x7a\x93\x85\xb7\xd5\x55\xd8\x59\x98\x88\x01\x10\xa7\ \x31\x44\x44\xe9\x0f\x5d\xaa\x80\xa9\x69\xcd\x97\x8b\x25\x4b\xa8\ \xc1\x73\xe9\xad\xdd\xe5\x0b\x7f\xfb\xa3\xec\x48\xac\x69\x7c\x6e\ \xfd\xb6\xb3\x77\xc6\x06\xed\x2a\x2a\x51\x60\x50\x5b\x59\xa9\x93\ \x04\x44\xf8\xf5\xc5\xf6\xf4\x71\xf7\x1b\x42\x52\x52\xd2\x6b\xaf\ \xbd\xd6\x6b\xe1\x1c\x06\xa0\xa8\xea\xf5\xd5\x3e\xd6\xb3\x56\xbd\ \x67\xdd\x7b\x1f\x14\xda\x92\xca\x0f\xaf\xbd\xd8\xee\x4a\x1d\xbf\ \x70\xf4\xa4\x79\xa9\x87\xfe\xf5\xa7\xbf\xfe\x9b\x6f\x28\x4a\x9c\ \xfc\x60\x8a\xa5\xe3\x3a\xc9\xed\xf0\xc8\x14\x00\x34\x71\x83\xa6\ \x0e\xde\xf6\xe1\x3f\x5f\xc8\x09\xb4\x97\xe8\x33\xef\xcc\x8a\x0e\ \x8b\x98\xb5\xf9\x6f\x1f\xfc\xf9\x5f\x17\x9b\x8b\x4b\x47\xdf\xfb\ \xd3\xb0\x40\x4b\x56\x1c\x59\xf9\xde\x7f\x2f\x45\x90\x9c\x72\x34\ \x61\x4a\xda\xc0\x58\x53\xf0\x81\xd7\xfe\xfa\xcf\x4a\x5b\x79\xe1\ \xa0\x39\x3f\x8a\x40\x9d\x1e\x0e\x97\x53\x52\xfb\x8a\xe8\xf5\xe5\ \x33\xf4\x01\x30\x76\xe8\xe8\xc9\xa6\xe6\x96\x5e\xe4\x31\x63\x0c\ \xa1\x8c\xf4\x94\xc4\xf8\xd8\xce\x43\x52\xe1\xe9\x93\x45\x75\xad\ \x0a\xa5\xaa\xca\x62\xb2\xc6\x0d\x8c\xb5\x78\x5a\xcb\x8e\x1e\xbf\ \xc0\x02\x12\x86\x0e\x4e\xd3\x77\x98\x30\x72\x59\x5e\xae\x1a\x90\ \x9a\x10\xa2\x03\x00\x90\x5a\x73\x8e\x9f\xac\x71\x69\x06\x64\x8f\ \x88\xf2\xe3\x01\xc0\x5a\x75\xf9\xc4\xb9\x22\x53\x4c\xe6\xd0\x8c\ \x68\x0c\xa0\x3a\x9a\xcf\x9c\x3a\x55\xdd\x4e\x63\x52\x07\x65\x25\ \x85\x00\x40\x7b\x7d\xe1\x89\x53\xf9\x62\x64\xc6\xf0\xcc\xd8\x8e\ \x8d\x59\xc0\x5d\x98\x7b\x49\x1b\xd9\x2f\xd2\xef\xb3\xfd\xcd\x5f\ \x38\x9f\xc1\xc7\xdd\x5b\x0c\x8a\xaa\x3a\x9d\xbd\x97\x13\x23\x18\ \x77\xf7\x9a\xdd\x2a\xf8\x06\xb8\xeb\xd3\x19\xfa\x86\xea\x46\x88\ \xc9\x68\xf0\xb5\xc3\xe7\x33\x7f\x7d\x4d\xe0\xc3\xad\x3a\xe0\x7d\ \x4d\xd0\x17\x70\x29\xbf\x28\xf7\xe2\x65\xc6\x58\x54\x64\xd8\xc8\ \x61\x43\x7c\x0d\xe2\xe3\xee\xad\x01\xa7\xd3\x75\x21\x2f\x7f\xc1\ \xbc\x19\x18\x93\x2d\x3b\x76\xef\x3f\x74\x54\xaf\xd3\x7b\x73\x71\ \xbc\xbb\xf2\x26\x25\xc4\x99\xbf\x4b\xfb\x5b\x5d\x9b\xf1\xd8\x6b\ \x8c\xcd\xc7\xdd\x3e\x01\xb7\xc7\x63\xb3\xd9\x15\x55\x49\x4d\x4a\ \xa8\xa8\xaa\xb1\xd9\x6c\x1d\xa6\x34\x42\xd6\xb6\xf6\x86\xa6\xa6\ \x99\x53\x27\x76\x9d\x5c\x7e\x7a\xdb\xa7\x5b\x0e\x37\xb9\xb9\xcc\ \x49\x77\x2d\x9c\xd8\x8f\x03\x28\x39\xb6\x7e\xe9\xc6\x23\x28\x28\ \x7d\xd1\xfd\xf7\x26\x05\x08\x00\xa0\xb6\x55\xac\xfc\x68\x99\x79\ \xdc\xe3\x33\xfb\xfb\x7b\xaf\xaa\xc9\x3b\xb2\x75\xe7\x41\x9b\x29\ \xed\xbe\x07\xe6\x06\x12\xcf\xe9\x2d\xcb\xd7\x1f\xbc\x64\x4a\x1c\ \x79\xff\xfd\x73\x43\x04\x70\xd4\x5e\x58\xb9\x62\x7d\x51\x93\x9c\ \x34\x6c\xd6\xe2\x39\xd9\xac\xe1\xd2\xca\x15\xeb\x2f\xd7\xb4\xfb\ \x25\x0e\xbf\x7f\xf1\x9c\x10\x2d\xb2\x57\x9f\xfd\xe4\xe3\x75\x15\ \x0e\x31\x6b\xe2\xfc\x3b\xc6\xa5\x91\xaf\xd3\xb6\xf7\xb8\x9c\x0a\ \x65\x00\x08\x23\xa0\x8c\x01\xc2\x82\x28\x5e\x5b\x80\xd7\xc7\xdd\ \x6f\x1f\x82\x28\x9e\x3d\x93\xb3\x7f\xd7\x56\x8e\xe3\x08\xc1\x57\ \xed\x17\x64\x77\x38\x27\x4f\x9d\xd9\x5d\x4c\x57\x56\x5a\x93\xc7\ \xce\x1b\x2f\x5d\x7a\xe5\x8d\x97\x42\x93\xff\x37\x1e\x1d\x7e\xf9\ \xdd\x9d\x63\x1e\x7c\x8c\x9c\x5d\xf5\xd2\x6b\xab\xfe\xfe\x9b\x25\ \x6a\xe1\xc1\x37\x3e\x5e\x7d\xe4\x44\xd1\xb4\xfe\x0f\x7a\xaf\x29\ \x39\xb4\x72\xd9\xa1\x86\x11\x93\x66\xa7\xc6\x46\x06\x12\xa8\x3e\ \xb2\xe2\xcd\x8d\x05\x8b\x1e\xbf\xb7\x68\xfd\x5b\xff\x5d\xea\xff\ \xa7\x47\x06\x7d\xf2\xea\x7f\xad\x19\xf7\x3f\x3d\x4f\x78\xfd\x9f\ \x6f\xae\x0a\x89\x9f\x65\xac\x46\x61\x83\xef\x1d\xaf\x5b\xff\xfa\ \x7f\xdf\x30\xc4\xfd\xee\x9e\xc8\xf7\x5f\x7e\xd3\x3d\xe8\xfe\xc7\ \xd2\xed\xff\x7d\xe5\x15\x3e\xe0\xcf\xf3\x32\xbe\x96\x70\x05\xe1\ \x79\x5b\x55\xce\xbb\x6f\x2c\x6f\x40\x3a\x1e\x14\x49\xa6\xbc\x80\ \xdd\x6e\x71\xfc\xdd\x0f\xcc\x1c\x1a\xa3\xba\x65\xe6\xe3\x6e\xdf\ \x9a\x22\x11\x62\x54\xb1\x59\x9b\xf8\x5e\x8a\xa7\x33\x97\x4b\xe2\ \xb9\xee\x62\x4e\x37\x7a\xfe\x22\x00\x80\x56\x53\xc4\xca\x23\xc0\ \xab\x17\x0e\x1f\xc3\xf1\x13\x17\x8c\xca\x52\xe3\xd9\xc1\xdf\x7f\ \x90\xd7\xb8\x28\xd3\x3f\x61\xd1\x13\x4f\x07\xf1\xaf\x4b\x8a\x02\ \x00\xe0\x28\x59\xbe\x6c\x5d\x8d\xa5\x7f\xce\xbe\xed\xed\xa3\xe6\ \xce\x0f\x32\x9f\x3d\x92\x13\x36\xee\xbe\x09\x83\x06\x0c\x16\xc7\ \xfe\xfc\xad\x23\xd5\xf6\x41\x04\x73\xe6\xc0\xc0\x88\x68\xbf\xa8\ \xb0\x60\x11\x53\x4b\xda\xe4\xfb\xd2\x00\xc0\x53\x18\x17\x94\x2b\ \x03\x38\xca\x8a\x5b\xb9\xf9\x63\x47\xc4\x86\xd1\x71\x99\x3b\x4e\ \x9f\x2c\x9c\x97\x31\xf4\xeb\xd1\x16\x90\xbd\xb9\xca\xa5\x4d\x5e\ \xb4\x68\xb6\xb6\xf1\xc4\xaa\xed\x95\x33\x1f\x9e\x55\xb7\x7d\x6d\ \x59\x55\x93\x3a\x3c\x1e\x40\xf6\xc9\xdd\xbe\x05\x06\x80\x11\x26\ \x84\xc3\xf8\xda\xa9\x98\x61\xdc\x4b\xb9\x7a\x50\x9a\x56\xbd\xff\ \x9e\x38\x72\xd1\x84\x10\x71\x77\x93\x55\x67\x09\x06\x00\xa2\x37\ \x9a\x88\xa7\xc9\xee\x14\xe3\xc2\xa3\xc0\x46\xa8\xe2\x5d\x5b\xdf\ \x56\x5e\x50\xe6\x09\x5a\xb2\xf8\xbe\x28\x4f\xee\x4b\xaf\xbf\xec\ \x1f\xf4\x2b\xa7\x93\x05\x04\x19\x01\x40\x08\x08\xe4\x9d\xb9\x0e\ \xa2\x9b\x36\x65\xc0\x2f\xdf\xfe\x4f\xe9\x26\xa5\x4e\x1c\xf4\x8f\ \x21\x1d\x35\xd6\xf3\xb6\x2f\xdd\xdf\x14\xfb\xec\xf7\xfa\x83\xde\ \x31\x22\x49\xb3\xe6\x7f\xff\x6e\xc8\x0a\xc9\xc9\xad\xe4\x46\xe1\ \xaf\xaf\x29\x10\x80\xc6\x2f\x38\xb9\x5f\xbc\xa9\xaa\x7a\xeb\xe1\ \xf6\xc4\xe4\x74\xed\xd9\x5d\x65\xac\x73\x91\xaa\xcf\x47\xd6\xa7\ \x80\xbc\x46\x59\xaf\x75\x3a\x19\x00\xba\xe6\x0b\xd5\xfa\xe9\x2b\ \xff\xbe\x64\x18\xf7\xdc\xc3\xe3\x00\x40\xab\x11\xdd\x8e\x76\x00\ \x00\x8f\xc7\x45\x39\xa3\xc8\x77\x98\x37\x9d\x97\xa9\xaa\x04\xbc\ \x7f\x72\x42\x54\xfc\xa0\x89\x43\x43\x69\x51\x55\x93\xd6\x24\xd8\ \x6c\x2e\x00\x50\x1c\xed\xaa\x46\x4b\x1c\x0d\x1b\xf7\x57\xdc\xf3\ \xa3\xdf\xff\xfe\x8f\xbf\xcd\x16\x0b\x96\x6f\xca\x03\x80\xfc\x9d\ \xef\xbe\xb7\xdf\xfa\xc4\x8f\x9f\x4d\x34\x02\x80\x7e\xc1\x0f\x7f\ \xf9\xe8\xdc\xe1\xa1\x46\xc1\x66\xa3\x51\x71\xe1\x5f\x17\x77\x29\ \x32\xf9\x85\x38\xeb\xf2\x2e\x15\x37\x95\x5e\xbe\x7c\xa9\xe8\xec\ \xd6\x75\x9b\x77\x9e\xad\x0c\x0e\x0d\x11\xa8\xea\xe3\x6e\x5f\x94\ \xbb\x0a\xa5\xac\x57\x00\x53\x29\x55\x7b\x2e\x91\x3d\xb1\xf2\xbf\ \x3b\x9b\xe2\x1e\xbf\x6f\x8a\xe8\xb4\x4b\x00\xfd\x06\x66\xd9\x0b\ \xf6\x1d\xaf\x68\x3e\xb5\x7f\x4b\x93\x39\x25\x35\xb8\x63\xff\x0b\ \x55\x51\xbc\x17\xfa\x47\x25\x06\xcb\x45\x9b\x8e\x97\xb4\x57\x9c\ \x39\x53\xcf\xe2\xe2\x93\x06\x64\xc5\x97\xec\xdb\x55\xd8\xd8\xba\ \x6f\xd3\x61\x4d\x7c\x56\xa4\xbe\xbd\xac\xa4\xda\x4d\x89\xc6\xe4\ \xaf\x03\x57\xab\xcd\xed\xa9\xde\xf7\xea\x8a\x73\x33\x1e\x7e\x34\ \xd5\x8f\x3a\x9c\x1e\x00\x00\xac\x4f\x48\x8c\xb1\x55\xe5\xb3\xb8\ \x09\xb3\x87\x7e\x5d\xdc\x55\x15\xc5\x18\xde\x6f\x4c\x9a\xe6\x83\ \xbf\xff\xf2\xdf\x9b\x2b\x67\xdc\x31\xa5\xee\xc4\x5e\x25\x66\xc4\ \xb8\xcc\x08\xc5\xa3\xf8\x6c\xb5\xbe\xa8\xef\xfa\xfb\xf9\xd7\x55\ \x73\x2a\x05\x06\x08\x18\x63\x88\x01\x03\x04\x88\x31\xe0\x05\x8d\ \xb1\x47\xc8\xcd\x5e\x5c\xd2\x2c\x37\x37\xfd\xf7\x4f\xbf\x76\xb9\ \x95\xe1\x77\x3f\x77\xf7\xf0\xf9\x0f\xcf\xac\x5b\xf1\xcf\x3f\x60\ \x63\xd4\x23\x4f\xde\x17\xd8\xd1\xa5\xd8\x1c\x14\xa2\xd1\x73\x00\ \x00\x96\xf4\x27\x9e\x5a\xf8\xce\x8a\x57\xff\x48\xb9\x7e\x73\x1f\ \x1d\x13\x23\x72\x91\xf7\x2e\x28\x79\xe3\xbf\xff\xf7\x3b\x6d\x58\ \xff\xc7\x9f\x9c\x26\x6a\xc9\x23\x0f\x4d\xfb\x78\xe5\x3f\x8f\x2d\ \x67\x86\x88\xb1\x8f\xdf\x39\xa8\xe1\xd0\x6b\x2d\x92\x63\xc7\x7b\ \x2f\x6c\x71\x3b\x83\xd2\xa7\xff\xf8\xb1\x69\x17\x37\xbf\xfd\xf1\ \x91\xaa\x88\xe4\x21\x3f\xfb\xe9\xec\xf0\xaf\xaf\xe2\x24\x53\x24\ \xac\x9f\x70\xcf\xd3\x49\xc3\xab\xa8\x3e\x28\x32\xd8\x0c\x93\x26\ \xab\x08\x23\x55\xbe\x76\xdd\x8f\x2f\x9f\xa1\x4f\xa0\xba\xa6\xee\ \xfc\xc5\x4b\xb8\xb7\xaa\x50\x5a\xad\x76\xd8\x90\x81\x1a\x8d\xd8\ \x73\x6e\xa5\xde\x1c\x70\x44\x08\x41\x08\x00\x28\xa5\xa8\x23\x7f\ \xf7\x7a\xbd\x40\x29\x83\xee\x75\x54\x19\xa5\x80\xae\x3c\x93\x51\ \x55\x65\x88\x74\xd5\xac\x63\x54\xf5\xca\x6d\x84\x39\x82\xbd\x95\ \xa9\x30\xbe\xd9\xec\xcd\x2f\x98\xcf\x80\x30\xc7\x3c\xe7\x0f\x6e\ \xda\x7d\xa6\xa1\xdf\x84\x39\x93\x33\xc3\x9a\x5b\xda\x0d\x66\xb3\ \x80\x7b\xd1\xa8\x7c\x72\xb7\x4f\x20\x22\x3c\x34\x22\x3c\xf4\x73\ \xa8\xc8\x18\x73\x3d\x1d\xf8\xbd\x56\x30\xe8\x71\x09\xba\xda\xe8\ \x43\x3d\x2f\x41\x98\x70\x57\xff\x8d\xbb\x9f\xfc\x0d\xec\x59\x4c\ \x38\xae\xbd\xf4\xe8\xc6\x7d\x45\x99\xd9\xa9\x27\xb7\x6f\x4d\x8a\ \x98\x75\x7a\xe3\xae\xd8\x19\x0b\xb2\xc3\xf4\xb2\x7a\xf5\x7a\x0d\ \x9f\xbe\xeb\x43\x5f\x52\x9f\x30\x6b\xb7\xb6\x98\xa2\xb2\x17\xdc\ \x3d\x3f\x23\x80\x6f\xb1\xd9\xed\xcd\xcd\x36\x59\xed\x75\x3e\xf1\ \xc9\xdd\x3e\x01\xb7\xdb\x53\x57\xdf\xc0\x18\x04\x06\xfa\x1b\x0d\ \xfa\xef\x6c\x3b\x30\x86\x74\x06\x8b\xad\x78\xdb\x7f\x5e\x2c\xac\ \xca\x2f\x11\x6a\xca\xa8\x21\x75\x6a\xa0\x89\xf6\xb6\x48\xce\xc7\ \xdd\x6f\x1f\xaa\x4a\xf7\x1f\x3a\x0a\x80\x30\xc6\x27\x73\xce\xcd\ \x9a\x3e\x49\xab\x11\xbb\x5c\x5c\x18\xe3\x2f\xb9\x46\xe8\x56\x6a\ \x0a\x45\x31\x84\xf5\x9b\x39\x47\x6d\x91\x48\x56\xbf\x4c\xc0\xda\ \xd8\xd4\xf4\x30\x1d\x28\xaa\xaf\x2e\x4e\x9f\x84\xcb\xed\xb6\xb6\ \xd9\xef\x59\x30\x1b\x00\xce\x5d\xb8\xbc\x73\xcf\xc1\xee\xb5\xfc\ \x25\x49\x4a\x4a\x8c\xeb\x5e\x31\x92\x29\xf6\xf2\x92\x72\x9b\xaa\ \x89\x8e\x89\x31\xeb\x38\x00\x50\xa5\xb6\xd2\xe2\x4a\x30\x86\xc4\ \x45\x76\xd5\x01\xa1\xad\x4d\x75\x54\x13\x14\xd0\x55\x07\x44\x95\ \xea\x2b\xcb\x5a\x55\x6d\x6c\x7c\x94\x06\x81\x64\x6b\x2c\x29\xaf\ \xd7\x06\xc5\xc4\x84\x78\xb3\x7c\xe4\xfa\xf2\xd2\xba\x36\x35\x2c\ \x2e\x21\xd8\x28\x30\xd9\x59\x5b\x55\xd9\x64\x57\x03\x22\x62\xc2\ \xfd\xf5\x9d\x43\x87\x36\xd5\xd7\x73\xa6\x60\x8b\xf6\xeb\x4a\x67\ \x60\x54\x25\xba\x80\xec\x31\x63\x2b\x0a\xf2\x4a\xeb\x1d\xfe\x11\ \xd1\xa1\x7e\x5a\xa6\xf6\xbe\x31\xa8\x8f\xbb\xdf\x3e\x78\x8e\xab\ \xa8\x2c\x5f\xb5\x7a\x2d\x63\x8c\x10\x42\x29\x95\x3d\x5d\x05\x9d\ \x50\x6b\x6b\x9b\x24\x49\xdd\xb8\xeb\xd9\xbb\xf4\xb5\xcd\x79\x4d\ \xd8\xdd\x6a\x37\x0f\xf9\xd5\x2f\x9f\x88\xd2\x35\x2d\x7f\xe9\x1f\ \x47\xaa\x29\x91\xa4\xc1\x0b\x9f\x7d\x70\x42\x32\x28\xed\x27\x77\ \x7d\xfa\xf2\x6b\x9f\x8e\xfc\xc9\x7b\x4f\x8d\x0d\x01\x00\xb0\x57\ \xae\x5d\xb9\xf6\x72\xbd\x2b\x20\x2e\x2b\x24\x21\x4a\x63\x2d\x78\ \xed\xef\xaf\x94\x29\x1a\xb7\x8b\xcc\x7b\xf2\xe7\xd3\x33\xfc\xce\ \x6c\x7c\xe7\xe3\x83\x55\x16\xbd\xda\x24\x05\x3e\xf1\xfc\x4f\x62\ \xdb\x4e\x2f\xfd\x70\x97\x53\x76\xd5\xb4\xe0\x45\x3f\xfe\xe5\xc4\ \x44\xb3\xea\x6c\x3c\xb8\xe1\xa3\x57\x3e\x3d\xb5\xf8\x37\xaf\x2d\ \xc8\xfa\xda\x6a\x8b\x60\x8e\x53\xdb\xb7\x7c\xf4\xda\xd6\x3c\x67\ \x54\xa8\xa9\x69\xfd\xda\xa8\x51\x77\x3d\x32\x67\x28\x47\x25\xea\ \xcb\x23\xeb\x8b\xdc\xe5\xf9\xaa\x8a\xf2\xa3\xfb\xb6\xf3\xbc\x70\ \xad\x02\xe8\x72\x4b\xf7\x3d\xf4\x58\x77\x5b\xbc\xff\xd4\x25\xd9\ \xf7\x85\x1b\xdd\x45\xbf\x78\xf2\x8f\xa7\xeb\xee\x17\xeb\x37\xed\ \xaf\x0d\xfe\xcb\x8b\xcf\xc3\xe9\x95\xbf\x78\x67\xf9\x84\xd1\xbf\ \xd3\x5e\x3c\x76\xba\xd2\x1e\x1d\x1d\x29\x74\xd4\x55\x77\xae\x7f\ \xe7\xb5\xa3\xae\xf8\xf9\x33\xa6\xf7\x4b\x4f\x36\x03\x1c\xdf\xfc\ \x71\xa1\x61\xec\xbf\x7f\xbd\xb0\x78\xdd\x0b\x2f\xad\x5c\x3f\x26\ \x65\xfe\xf6\x6d\x47\x86\x3c\xf1\x9f\x45\x03\x0c\xaf\xfd\xf2\xd9\ \x5d\xc7\xcb\x7e\x30\x7d\xf8\x0f\x7e\x31\x46\x23\x3a\x3f\xfc\xed\ \x33\x87\x4e\x57\x4c\x4c\xec\x5f\x7e\x7a\xef\x99\x56\x31\x21\x2c\ \x80\xc0\xd7\xb8\xd6\x92\xe3\x48\x6b\xc1\xe9\x63\x65\x9a\xef\xfd\ \xec\x27\xfd\x42\x34\x8e\xb2\x63\x2f\xbe\xbd\x37\x77\x58\xbf\x21\ \xc1\x22\xf5\xf9\x19\xfa\xa2\x81\x02\xc0\x11\x22\x0a\xbc\x70\xed\ \x47\xe4\x79\x81\xef\xe9\x9e\xe2\x82\xc2\xc3\x8d\x1c\x34\x16\x9e\ \x77\x06\xa5\x0d\x88\xd6\x16\x16\x94\xf8\xc5\x0d\x0a\x04\x08\x8c\ \x1f\x10\x46\xeb\x0a\x6b\x1d\x41\x59\x53\x9f\x7c\xfc\xe1\xb4\x50\ \x9d\xa2\xa8\x00\xa0\x56\xe7\xee\x3d\x53\xa2\x15\xe4\xa3\x1b\xdf\ \xf9\x7f\xff\xfa\xa0\xd5\xe3\xa9\x2e\x6e\x8e\x1b\x9c\x2e\x00\xc4\ \x0c\xee\xcf\x35\x96\xd6\x49\x96\x89\xa3\x52\x8e\xaf\xfb\x64\xe3\ \xda\xe5\xf5\xfa\xfe\x53\x86\xc5\x00\xf0\xce\xaa\x93\xaf\xff\xbf\ \xdf\x1d\xb2\x27\xce\x9b\x98\x0a\x00\xf1\x63\xee\x7e\xee\xa9\x45\ \x51\x46\x4e\xf9\x3a\x6b\x8b\x20\x04\x2e\x67\xbb\xd6\x2f\x22\xd4\ \xdf\xa0\x2a\xd4\x1c\x1c\x1e\xa8\x41\x36\xb7\xd4\xab\xc2\xef\xe3\ \x6e\x9f\x00\x42\x08\x21\x8c\xae\x05\x20\x8c\x7b\x89\x38\x34\x5c\ \xd8\xf2\x9f\x8f\x4f\xcf\x7a\xe2\xe9\x38\x0e\xdc\x92\x42\xbc\x89\ \x66\x18\x63\x84\x3a\x03\xc8\x8c\xaa\x1d\x35\x47\xac\x4d\xb5\x0e\ \x43\xda\xe3\xcf\x3c\xf5\x93\x5f\x3f\x1f\xd6\x70\x64\xdb\xe9\x52\ \xc6\x0b\x1c\x21\x00\x80\x09\xc1\x0c\x28\x03\x5e\x67\xd0\xf1\xa8\ \xb5\xa6\xb2\xa6\xbe\xc5\xe1\xf2\x00\x80\xc6\x12\xd2\x7f\xe8\x88\ \x58\xb1\xe5\xd0\xb1\xbc\x2e\x53\xea\x0b\xd4\x16\x21\x18\xf3\x3c\ \xcf\x71\x3c\xe9\x70\x1f\xdf\xe8\x0e\x8a\xac\x5a\x22\x07\x4d\x18\ \x93\xae\xe3\x40\x14\x05\x10\xfd\xc7\xcd\x9f\x97\x1d\xe9\x2f\x68\ \x34\x22\x7f\xb5\xc4\xf7\xe9\x0c\x7d\xc4\x37\xc4\xd8\x75\x68\xc1\ \xba\xa7\xd5\x00\x00\x80\xa3\x74\xff\xcb\x1f\x1c\x99\xf4\xbd\x5f\ \x4e\x4a\x32\x00\x40\x58\x48\xa0\xf5\x64\xb1\x0c\xe3\x94\xd6\xca\ \x46\x45\x1f\x6e\xbe\xda\xc5\xa6\xd5\x1b\x39\x47\x73\xa3\x1b\x22\ \x45\x9d\x86\x47\x14\x8b\xa1\xe1\xba\xa3\x85\x35\x30\x25\xd5\x5a\ \x5c\x2a\x99\x82\x74\xae\xcb\xef\x6c\x2f\xbb\xeb\xd7\xff\x1a\x12\ \x89\x03\xfe\xf9\xdc\xa7\x1b\x8f\x0e\xf9\xde\x04\x5d\x40\xf4\xa8\ \xa9\xd1\x21\x72\xed\x5f\xf7\x1c\xb0\xcf\x19\xf0\x05\x16\x82\x62\ \x8c\x55\x55\xad\xad\xaf\xb7\xd9\x6d\x18\x63\x93\xc9\x12\x11\x11\ \x81\x31\xb9\x01\x7d\x11\x02\x95\xc9\xcd\xa5\x17\xd7\x95\x5c\x16\ \x38\x8e\x51\x15\x00\xce\x5d\x38\x27\x29\x2c\x3c\x75\xd8\xd8\x01\ \x91\x6a\xb7\x2d\x27\x7c\xdc\xed\x13\xd4\x55\x29\x65\xc0\x28\x55\ \xbd\xdd\xca\x80\x01\x20\x6f\x7e\x19\x55\xd5\x9e\x95\x47\xe4\xb5\ \xef\xbc\x53\xe0\x4a\x1d\x5e\xb8\x77\xc5\x69\x57\xfc\xf0\x59\xd9\ \x13\x67\x47\x1f\x78\xe9\x6f\x2f\xab\x7c\xf5\xd9\xf0\x31\xf7\xa4\ \xfa\x79\x85\x34\xf3\xb8\x3a\x6a\x8b\xe8\x12\x06\x8d\x4d\xdb\xf4\ \xc1\x8b\xaf\xe6\x85\xb4\x5f\xc6\xc9\xcf\x65\xc5\x45\x84\x4f\xdd\ \xf8\xf7\x95\xff\x79\xa3\xb8\xe1\xc2\xb9\xc1\x73\x9f\x8b\x08\x0a\ \x48\x0e\x55\xd7\x2e\x7b\xaf\x2a\x96\x3b\x5c\x4e\x87\x3e\x90\x56\ \x7f\x7e\xfb\xfa\x93\xb5\x46\x41\x39\x77\x3c\xb7\xff\xe4\xa7\x3b\ \x89\x4b\xdd\x4e\xe7\x75\x0a\x8a\xf6\x32\x93\x38\x9c\xce\x16\x6b\ \x71\x70\x70\x48\x5c\x7c\xa2\x24\x79\x2a\xab\x2a\x2f\x5d\xba\x18\ \x1a\x12\x8a\xd0\xf5\x67\x7b\x04\x4c\xf5\xb8\x5c\xb2\x2c\xd7\xef\ \xda\x75\x2c\x20\x6b\x6c\x56\xb4\xc9\xe3\x91\x15\x95\xba\xdd\x1e\ \x15\x00\x75\x23\x3e\x19\x90\xd9\xff\x1b\xe8\x1c\x8c\xd1\x80\xcc\ \x4c\xff\x80\x40\x6f\x74\xbb\x0b\x8c\xb1\xf6\x36\xab\x9f\x7f\x80\ \x28\x76\x78\x34\xdb\xdb\xdb\x82\x82\x43\xbe\x53\xcc\xc5\x08\xd9\ \x1d\xae\xe6\x56\xbb\xc1\x64\xd1\x1b\xfd\x74\x06\xb3\xde\x64\xd1\ \x1b\x2c\x3a\xa3\x45\xa3\x37\x87\x84\x47\x4e\x9b\x32\x29\x28\x28\ \xb0\x8b\xbb\x88\x33\x05\xf9\x69\xdc\x2e\xb7\x2c\xab\x7e\xe1\x71\ \x51\x61\x51\x83\x06\x24\xb8\x9a\x9b\x83\x06\x4c\xbd\x7b\xf6\x70\ \x5d\x07\x31\xb0\xc1\x12\x1c\x1b\x1f\x1f\x6c\x12\x00\x69\xfb\x0f\ \x1c\x68\x50\x5a\xda\xf9\xc8\x3b\x17\xdd\x9d\x60\xe6\x88\x39\x26\ \x33\x25\xc4\xda\xdc\x96\x36\xee\x8e\x3b\xc6\x26\x63\xd0\xf6\x1b\ \x38\x40\x74\x36\x36\xb9\xb8\xe1\x33\x16\xce\x18\x14\xa9\x4a\xae\ \xd6\xe6\x56\x0f\xd3\x0e\x9c\x7c\xd7\x9d\xe3\xd3\x3a\x83\xc9\xc4\ \xe4\x1f\x12\x17\x1f\xeb\xaf\xff\x6c\x91\x67\x6b\x6b\xbb\x70\xfe\ \xfc\x90\x61\xc3\x13\x13\x93\x05\x51\xd0\x68\x34\xa1\x21\xa1\xaa\ \xaa\x96\x14\x15\x9a\x4c\xa6\xeb\x75\x31\x53\x99\x68\x0a\x1f\x38\ \x20\xba\xec\xcc\xa9\x56\xac\xd3\x6a\xfd\x46\xcf\x5a\x38\x67\xc2\ \xb0\x81\x03\x06\x24\x84\x9b\xaf\xda\x99\xd5\x97\x8b\xd3\x27\xa0\ \xaa\xd4\xed\xf1\x5c\x6f\xe6\xd5\x6a\x6e\xbd\xad\x82\x8b\x0b\x0b\ \xab\xab\x2b\x47\x8f\x1d\x2f\x49\x12\x53\x15\x59\x51\x64\x59\x06\ \xc6\x72\x4e\x9f\x12\x45\x7e\x70\xf6\xf0\x5e\x43\x65\x98\xe3\xa4\ \x96\xc2\x8f\xfe\xf7\x6e\xad\x7f\xf6\xd3\x8f\x2f\x70\x9d\x5f\xff\ \xde\xe6\xca\x05\xcf\x3c\xda\xcf\x5f\x50\xae\xf1\x33\xf8\x74\x86\ \x3e\x01\x42\xb0\x5e\xa7\xbd\x9d\x7e\x91\xac\xc8\x41\xc1\xc1\x18\ \x63\x60\x8c\x32\x60\xc0\x28\xa3\x1c\x21\x66\x3f\xbf\xb6\xd6\x96\ \x1b\xa8\x0c\x76\xbb\x2d\x74\xc0\xdc\x45\xb3\x46\x9b\xb0\x8a\xb2\ \xe7\x3c\x6e\xcc\x57\x88\x4a\xa9\x2f\xae\xe6\xc3\x37\xa9\x0b\x61\ \xe2\xd5\xdb\x11\x42\xc0\x00\x28\x03\x02\xd8\x5b\x65\xf5\x3a\x51\ \x6e\x55\x51\x2d\xe1\x59\x73\x63\x38\xaa\x4a\xb2\xc2\x00\x50\x58\ \x4a\x1a\x53\x14\xd5\xb7\x57\x4a\xdf\x9d\x61\x4b\xca\xce\x5d\xb8\ \xc4\x18\x8b\x89\x8a\x1c\x32\xe8\x76\x51\x99\xba\xb6\x7b\xe9\xf2\ \x8d\xd1\x9b\xb1\xf3\xa8\xa2\x28\x84\xe3\x35\x02\xbe\x32\x2b\xc9\ \x92\xec\xd3\x19\xfa\x20\x5c\x2e\xf7\x99\x73\x17\xa7\x4f\x19\x4f\ \x08\xd9\xb1\x7b\xbf\xac\xc8\x06\x7d\x8f\xda\x22\x71\xb1\xd1\x86\ \x5b\xb0\x9c\x5e\x07\x71\x19\xd0\x2e\x5f\xdf\xcd\xc4\xe4\x10\xe6\ \x09\xad\xaf\x2c\xac\x6b\x75\x78\xfd\x0a\x54\x25\x01\x11\x51\x61\ \x01\x06\xd6\x53\x45\xf6\x71\xf7\xdb\x07\x65\x54\x92\x65\x8e\xe7\ \x14\x45\x1d\x90\xd9\xaf\xa4\xb4\xdc\xe5\x72\x77\x79\x9a\xda\xda\ \x6c\x35\x75\xf5\xd3\x26\x8d\xeb\x71\x89\xbd\x76\xcf\xb6\x2d\x27\ \xf2\xaa\xcd\x89\xc3\xee\xb9\x6b\x5a\xa0\x00\xe0\xac\xdb\xba\x76\ \xcd\xf1\xa2\xb6\xac\xa9\x77\xcf\x1f\x91\xe0\x3d\xad\x36\x77\xf7\ \x86\xb3\xee\xbb\xef\x99\xe5\x2d\x3a\xaa\x38\x9a\x4e\x1f\x39\x70\ \x2c\xb7\x2c\x66\xf8\x9d\xf3\x47\xc6\x02\x80\xa3\xe6\xfc\xaa\x6d\ \xe7\x87\xcf\xbe\x3b\x35\x58\x00\x60\x65\xa7\xb6\xad\xdd\x7e\x42\ \x09\x19\x70\xdf\xe2\xb9\x61\x3a\x2c\x5b\xcb\x36\xac\x5a\x73\xa1\ \x01\x46\xcd\x5d\x34\xb9\x7f\xb8\xda\x56\xb9\x63\xeb\xd6\x9c\x82\ \xba\xc0\xb4\x31\xf7\xdc\x31\xc1\x72\x33\xdc\x41\x1d\xac\xf5\x7a\ \xb0\xe1\x33\x13\xe2\x10\x16\x90\xe7\xf8\xc6\xa5\xab\xf6\x15\x8a\ \x26\x03\x87\x00\x80\x4a\x1e\x61\xf8\xfc\x45\xe1\xa1\x16\xf0\x48\ \xbe\xfa\x0c\x7d\x0b\xa2\x28\x9e\x3d\x93\x73\x78\xff\x2e\xc2\x71\ \x1c\x47\xae\xaa\x2d\x62\xb3\x3b\xc7\x8e\x9b\x78\xd5\x25\x2d\x95\ \x25\x0d\x8a\x65\xf2\x8c\xe4\xcd\xef\xbf\xb7\x3c\x20\xf1\xd9\x69\ \x21\x1f\xfe\xfb\x6f\x97\xf4\xc3\xa7\x67\xa1\x0f\xdf\x7f\x3b\xa1\ \xff\x5f\xfb\xa3\xea\xb5\x9f\x7c\xb4\x65\xc7\x3e\x57\xbf\x07\xef\ \x17\x00\x00\x6c\xb5\xb9\x6b\xd6\xec\xc5\xe1\x29\xc3\xc7\x4f\x0a\ \x8f\x0e\x01\x70\x1d\x5a\xfd\xc1\xba\x6d\xbb\x2f\xc9\xa9\xa3\xee\ \x16\x00\xa0\xfc\xe0\xd2\xbf\x7f\x92\x37\x7b\xd1\xd4\x8b\x6b\xdf\ \xff\x68\x77\xfa\xcf\x66\x9b\xdf\xf8\xdb\x0b\xd6\xa4\xe9\x23\xe2\ \xf3\x3e\x7a\xf3\xe3\x8c\x17\x7f\x2a\x54\x15\xb7\xe0\xe0\xa9\xd3\ \x12\xd7\xbc\xfb\xd1\xea\xa0\xb8\x47\xc7\xc7\x7e\x0e\xf5\xc1\xcb\ \xda\xcf\x12\xbb\x84\xe3\xda\xcb\x4f\x6c\x3d\x5a\x37\xef\x99\x5f\ \x0d\x8d\xd4\x76\xf9\x16\x30\xe1\xa8\x47\xf2\xe9\x0c\x7d\xcf\xa6\ \x41\x58\x91\xa5\xc6\xba\xaa\x9b\xab\x2d\x02\x00\x10\x98\x36\x6a\ \x71\x1a\x00\x34\x9f\x58\xad\x31\x1a\x74\x8d\xc7\x57\x1d\x6e\x8b\ \xff\x7f\xbf\x5c\x14\xc4\x2e\xec\xdc\xf1\x4e\x8b\x15\xc0\x0f\xc7\ \x0f\x18\x37\xaa\xa9\xa5\x39\x35\x45\x07\x00\x4a\xdd\x87\xff\xf9\ \x4f\x8e\x14\x91\x41\xf5\x29\x59\xd9\x51\x81\x5a\x90\x6d\x96\x98\ \x21\x93\x47\x59\x71\x53\x42\xb4\x01\x40\x2a\xfd\x64\xf5\xd1\x31\ \x0f\xff\x71\xd6\xd0\x20\x5d\xc9\xce\x43\xad\xad\xe7\x37\x6e\x2d\ \x34\x8e\xfa\xc7\xa3\x73\x50\x55\xe0\xa6\x83\x1b\xac\x6d\x90\xda\ \x6f\xfc\x92\x7e\x00\x4a\xcd\xbe\x95\x1a\xcd\x4d\xba\xed\x3a\x63\ \x2c\x5e\xe1\xdb\xcb\x7a\xfd\xab\xcd\x3b\x68\xb7\xd6\xf1\xc1\xe9\ \x03\x53\x22\x74\xd4\xd9\xe5\xcf\xa5\xaa\xa2\xfa\xf6\x13\xee\xab\ \xf4\x45\x84\xe3\x08\xe9\xfd\xd3\xbb\x49\xde\x5e\xf6\xd1\x3f\xff\ \xd9\x10\x31\xf5\xee\x51\x61\x7b\xf7\x9c\x4f\x1f\x3b\x39\x88\x00\ \xad\xa9\x73\xf1\xe6\x40\x3f\x00\x7d\xd8\x80\xc1\x09\x2d\xad\x72\ \x52\x62\x22\x00\x54\x1e\xda\x74\x09\x67\x7c\xff\xd9\x47\x07\x07\ \xb5\xbe\xf9\xea\x47\x0d\x0a\x00\x6f\xcc\x18\x32\xc4\xd5\xdc\x1a\ \x9a\xd0\x4f\x04\x68\x3c\x77\xbc\x46\x48\x9a\x3a\x34\x08\xc0\xd5\ \xdc\x24\x07\x5b\xa4\xe3\xa7\x2b\x06\x4f\x1d\x2f\x02\xb4\xb7\x56\ \x33\x6d\xb0\x77\x17\x0b\xb9\xb5\xf0\x9d\x7f\xbc\xe8\x4e\x9e\x3d\ \x6f\x78\xd8\xcd\x4a\x5c\x2f\x5d\x11\x00\x42\xc0\xe0\xc6\x4a\x03\ \xa5\xe0\x17\x18\x4d\x1b\xcf\xed\x3b\x7a\xa1\xa1\xb9\xb5\xb9\xb9\ \xb9\xb9\xb9\xb9\xa9\xa9\xc5\xe1\x51\xae\xd5\x37\x7c\x72\xb7\x8f\ \x9b\xea\xd0\x6b\x6f\xb7\x14\x1d\x7c\xf3\xbd\xcd\x96\x21\x77\xfc\ \x72\xde\x30\x2d\x54\x96\x36\xb2\x94\xb8\x38\x00\x38\x73\xec\x24\ \x0d\xcb\x48\xd1\x03\x00\xc8\x55\xe7\xaa\x25\xff\x19\x09\x26\x00\ \xc8\xcb\x2b\x8d\x1a\xbc\x28\x2b\x31\xd6\xc3\x06\xad\x39\x79\xc8\ \x29\x03\x70\x00\x52\x71\x7e\xb5\x94\x31\x27\x01\x00\x2a\x2b\xca\ \x34\x21\xfd\x03\x01\x68\x6b\xc1\xe9\x0a\x98\x3e\x59\xbf\x77\x3f\ \x9a\x19\x16\x08\x00\xe7\x0e\xe5\x98\x52\xa7\x84\x09\xd0\x94\xb7\ \xeb\xf5\x8f\x76\x87\x8f\xb9\xf7\xe7\x33\x07\x0a\xf0\xf9\xa8\xdb\ \x2d\xd6\x7d\x23\xa8\x8a\xa2\x0b\xcb\xbc\x73\x4a\xc1\x47\xcb\xff\ \xbb\x5f\xd0\xf2\x18\x01\x50\xc9\x2d\x8c\x5c\x78\xdf\xdc\x51\x49\ \xcc\xed\xd3\x77\xfb\x1e\x3f\xd5\xae\x5a\x22\xd7\x7c\x49\xaf\x39\ \xee\xac\x38\xfc\xc2\x8b\xab\x06\xdd\xff\xfc\xc2\x61\xd1\x8c\x01\ \x00\xa6\x1e\x7b\x6b\x6b\x4b\x7b\x61\xde\x47\xbb\xaa\xa6\x3d\xff\ \xac\xb7\x53\x4b\x73\xf3\xd4\xe0\xf8\x04\x1d\x00\x00\x01\xa5\xa1\ \xaa\x1c\x20\x69\xf7\xce\x5d\x9a\xd8\xd1\x91\x5a\x00\x00\x47\x49\ \x41\x0d\x0b\x58\x14\x2b\x76\x4c\xd6\xcd\x0d\x56\xa7\x75\xc7\x5b\ \xef\xb1\x8c\x39\x23\x92\x03\xb6\xb7\xb7\x34\xb4\xd9\x6a\xeb\x77\ \xaf\x3a\x47\x1f\xff\xd3\x04\x4f\xe9\x9e\xbf\xbd\xba\x79\xec\xe3\ \x3f\x9b\x9b\x15\xc6\x28\x83\xaf\x61\xd5\x30\x42\x44\x10\x79\x84\ \xf0\xc0\x19\x0f\xa7\x8d\x99\x6f\x6d\x73\xaa\x00\x98\xa9\x6e\xb7\ \x22\x9a\xcc\xd4\x23\xfb\xe4\x6e\x5f\x54\x18\x0c\x06\x23\x63\x58\ \xe9\xcc\x31\xf4\x92\xd5\x9b\xef\x81\x31\xd1\x68\x35\xdd\xcf\x3f\ \xb7\x67\x4b\x5e\xbd\x15\x6d\x7a\xfb\xf8\x2a\xd7\xa0\xf9\xcf\x2c\ \x1e\x1d\x3b\x7b\xf6\xd0\x37\x96\xfe\xe9\x82\x5f\xc8\xe8\x87\x9e\ \x9f\x91\xec\x5d\xc3\x43\x4b\x6b\xac\x09\xfd\xa6\x78\x05\xe4\xc8\ \xd9\x77\x9e\x7c\xf5\xe3\x1f\x3f\x7f\xd0\x12\xde\xef\x89\x47\xa6\ \x7a\x7b\xbd\xaa\xaa\xd2\x2f\x6e\x40\x84\x00\x00\xd0\x6f\xd4\xac\ \xa4\x13\x6f\xfe\xfa\x17\xe7\xc2\xd3\xc6\xfe\xf0\xc1\x49\x82\x46\ \x9e\x3d\xa9\xdf\xd2\x57\x7f\xb7\xc7\x1c\x71\xe7\x53\x3f\x1a\x1c\ \x04\x7b\x3e\xdd\x5c\xd8\xd4\x26\xae\xf9\xdf\x81\x8f\xa5\x11\x0b\ \x7f\xb8\xe0\xab\x2e\x8d\x43\x38\xce\x5e\x9f\xb7\x72\xed\x7e\x2b\ \xe1\x09\x30\x60\x08\x63\xc4\xa8\x4c\x02\xd3\x16\xcc\x1a\x6b\xe6\ \xd9\xb5\x79\xc3\xbe\x7c\x86\x3e\x81\x92\xd2\xf2\x33\xe7\x2e\x74\ \xe6\xe9\xb2\x6e\xfa\x1f\xd5\xe9\xf5\xe3\x46\x0d\xef\xbe\x5d\x8a\ \x2a\xcb\x2a\x55\x25\x49\xa6\x0c\x04\x8d\x4e\x23\x10\x00\x26\xb9\ \x5d\x2a\x12\xb4\x62\x97\x30\x62\xaa\xa2\x62\xc2\x75\x69\x89\x54\ \x95\x5c\x6e\x45\xd0\xe9\xf8\x2b\x47\x14\x40\xa4\x2b\xb1\x9d\xa9\ \x92\xd3\x43\xb5\x5a\x0d\xbe\xb2\x23\x95\x1b\x71\xa2\xc8\x93\xce\ \x87\x2a\x92\xa4\x50\x00\x41\xa3\xd7\xf0\x9f\x61\x29\x5d\xbe\x94\ \x87\x00\x52\x52\xd3\xdc\x6e\x37\xa5\xaa\x24\x49\x1e\x8f\x87\xe3\ \x48\x69\x49\x49\x6b\x4b\xd3\xc8\x31\xe3\x69\xcf\x6d\xb9\x30\x21\ \x6e\x6b\xc5\xa9\x13\x97\x5b\x9a\x4b\x0f\xe6\x54\x0d\x1e\x33\x26\ \x40\x8b\x89\xd4\xb8\xef\x70\xc5\xdc\x1f\x3c\x3b\x2c\x4c\x27\x2b\ \xbe\xd8\x44\x9f\x44\x7c\x5c\x4c\x7c\x5c\xcc\xcd\x8a\x28\x9e\x27\ \xc0\x0b\x62\x77\x61\x8c\x04\xcd\x55\xc1\x0b\x44\x7a\xfa\xda\x30\ \x11\xf4\x7a\xa1\xe7\x91\x9e\xb5\x44\x88\xd0\x33\x00\x82\x35\x5a\ \xdd\x35\x0f\xfd\xba\x5a\x80\xaa\xaa\x68\x8a\x9e\x72\x47\x5a\xed\ \x99\xb5\x25\xd6\xb0\x05\x8b\xee\xb4\x20\x00\xb9\xba\xea\xe2\xdb\ \x0e\x8f\x82\xc0\x57\x9f\xc1\x87\xbe\xac\xf7\x33\xd5\xed\x72\x8b\ \xfa\x00\x77\xcd\xc6\xed\x7b\x52\x86\xc6\x9b\x2a\x4f\x6f\xbf\xec\ \x31\x8c\x0f\xf0\xd5\x67\xe8\xc3\x90\x24\xa9\xa5\xd5\xca\x18\xb3\ \x58\x2c\xb7\x62\xc6\xe3\x57\x05\x55\x91\xf5\x11\x59\xf7\xcc\xae\ \x59\xbe\xe5\xc3\xc3\x1e\xca\x1b\x42\x67\xde\xb3\x24\xd6\x88\x55\ \x45\xf1\x71\xb7\x2f\x82\x52\x7a\xe0\xf0\x09\x97\xdb\x8d\x10\x72\ \xbb\xdd\x73\x67\x4d\x11\x78\xe1\x76\xfa\x81\x18\x63\x74\x93\x7e\ \x09\xc6\x14\x15\x25\x8c\x98\xff\x8b\xc1\xd3\xdc\x92\xca\x6b\xb4\ \x22\x07\x8a\xdc\xfb\x52\x0d\x1f\x77\xbf\x7d\x38\x5d\xee\xe6\x16\ \xab\xb7\xb6\x48\xce\xd9\x0b\x5b\xb6\xef\x15\x78\xbe\xeb\x5b\x59\ \x51\x52\x92\x13\x52\x93\x12\xae\xbe\xca\xda\x58\xdf\x62\x33\xf8\ \x87\x06\x59\x3a\xb4\x52\x67\x4b\x5d\x7d\xbb\x1c\x10\x1e\x61\xea\ \xca\xc0\x52\x3c\x2d\x6d\x2e\xa3\x9f\xa5\xcb\xb2\x92\x9d\x6d\xf5\ \x8d\xad\xbc\x29\x38\xc4\x4f\xe7\x75\xc1\xb5\xb5\x5a\x79\x83\x45\ \xd7\x79\x89\x2a\xdb\xdb\xec\xd4\xec\x67\xea\xaa\x51\xd2\xde\x6a\ \x25\x3a\x8b\x5e\xec\x38\x81\xc9\xee\xc6\x86\x7a\x37\x31\x46\x84\ \xf8\x93\xcf\x24\x24\x42\xaa\xa2\x9c\x3b\x77\x86\x10\x12\x1b\x17\ \x8f\xe0\x66\x18\xcc\x14\x59\x02\x44\x34\x1a\xc2\x98\x2a\xcb\xd7\ \x3d\xcf\xc7\xdd\x6f\x1f\x1c\x47\x6a\x6a\xaa\xb7\x6c\xdb\x4e\x29\ \xc3\x18\x63\x50\x64\x49\xe9\xec\x7a\xd4\xda\x6a\x3d\x9f\xeb\xb9\ \x8a\xbb\x6d\x85\x87\xde\x5e\xb6\xb5\xc9\xe1\x6c\x76\xea\x97\xfc\ \xe8\x17\xe3\x12\x0c\x65\x27\xd6\xbe\xb1\xfc\x80\xcb\x65\xe3\x13\ \x26\xff\xea\xf9\x45\x7e\xc0\x5a\x2a\x2e\x6e\x58\xfa\xc6\x2e\x6b\ \xfa\x4b\x7f\x7e\x2a\x00\x03\x80\xe7\xf2\xe1\x1d\xbb\x4f\xe4\x37\ \xd9\xa5\x7e\x13\xef\xbd\x6b\x54\x9c\xab\xa5\x7c\xef\xba\xa5\x1f\ \x1d\xb6\x3e\xff\xa7\xbf\x0f\x0e\x07\x00\xa5\x3a\xef\xf8\x27\xef\ \xbc\x5f\x1d\x32\xed\xaf\x3f\xbb\x4b\x0b\xe0\xb6\x56\x1d\xd8\xbc\ \xe2\x93\x1d\xc5\x0f\xfe\xf9\xd5\x09\x91\x00\x00\x4d\x05\xc7\x36\ \xee\x3e\xde\xd0\xdc\xa2\x4b\x9e\xf4\xe8\xc2\xb1\xba\x9b\x90\xa3\ \x1c\xc7\x65\x67\x0f\x53\x54\xb5\xbd\xbd\x8d\x7d\x9e\xda\x0e\x9f\ \xb9\x24\xd9\xc7\xdd\x6f\x1f\x02\x2f\x94\x95\x96\x1c\xdc\xb3\x85\ \xe7\x85\x6b\x0b\xf0\x3a\x3d\xd2\x7d\x0f\x3c\x7a\xd5\x61\x3e\x20\ \xe9\xee\xc7\xd3\xa2\xc2\xfc\x3e\xf8\xed\x53\xc7\xce\x57\x8e\x0b\ \xf2\xbc\xfa\xd6\xce\x31\xdf\xff\xf3\xdc\xe8\xc2\x1f\xff\xf4\xa3\ \x0b\xf5\x8b\xc6\x70\x79\x6b\x56\xad\x2d\xa8\x68\x8b\x1c\x9c\xea\ \xc7\x03\x00\xe4\xac\x7f\x77\xe5\x69\xc7\xd8\x69\xd3\x1f\xcc\x4e\ \x37\x08\x18\xa4\xa6\x2d\x2b\x56\x5c\x28\xad\xd4\x05\x67\xc5\x84\ \x63\x00\xb0\x5e\xde\xff\xf1\x86\x93\xe5\x2d\xae\xa4\xf1\xfd\xb5\ \x00\x00\xcd\xdb\x56\xad\xcb\x2d\x2c\x06\xff\xc4\xf4\x48\x04\x00\ \x4d\x17\xb6\xbf\xb2\xec\x70\xc2\xb0\x49\x4b\x16\x0d\x8f\xf4\xbb\ \x39\xa5\x1c\x21\x45\x51\xce\x9d\xcb\xc1\x98\xc4\xc5\x27\xdc\x9c\ \xdc\xbd\x69\x55\xc4\x47\x9d\x6f\xdf\xbe\x06\xe0\x08\x16\x78\x4e\ \xe0\x39\xfe\xaa\x8f\xc0\xf1\x1c\x77\x6d\xe9\x5b\x9d\x7f\x48\x54\ \x58\x40\x73\xfe\xae\xdc\x36\xbf\xf1\xc3\x93\x4e\x6f\x58\x87\xb2\ \xe6\xce\xca\xf4\x03\x8e\x68\x34\x5a\x42\x01\x02\xfa\x3d\xf6\xe3\ \x9f\x64\x46\x06\x27\x25\xc5\x62\x00\xb9\xea\xd0\x47\xeb\x8f\x6b\ \x4c\xdc\xf1\x75\x6f\xbd\xba\xf2\x90\x0a\x00\x42\xe0\x82\xa7\x7e\ \x36\x2d\x23\x2a\x22\x3e\xd9\xbb\x8c\xd3\x9c\x32\xe9\x67\xcf\x2f\ \x8a\x0d\x0a\x4d\x4a\x89\x05\x00\x00\xff\xf9\x8f\x3f\x3b\x6b\x68\ \x6c\x78\x7c\x7a\x08\x00\x48\xf5\x2b\x96\xae\x6a\x01\x5d\xdd\xd9\ \xcd\x2f\xfd\xef\xa3\x4a\xf7\xcd\x0a\x4f\x8e\xe3\xb2\xb3\x87\x0f\ \xc8\x1a\x04\x37\x11\x13\xf6\x71\xf7\xd6\x03\x42\x08\x7f\x9e\xda\ \x22\x00\x9e\x33\xdb\xde\xfb\xfb\xdb\x87\xa7\x3c\xf2\xdc\xb0\x30\ \xd7\xf1\xbc\xd6\xcc\xac\x81\x04\xc0\x7a\xa9\xd0\xae\x0d\x8f\xf7\ \xe6\xc9\xd8\x8b\xf2\x1b\x71\x4a\x62\x1c\x00\x9c\x3b\x74\xd0\x30\ \x74\xc9\x1f\x9e\xff\xd1\xcf\x1f\x9b\x51\x76\x7c\x4f\x85\xd3\x7b\ \x93\xd6\xf3\x85\x0d\x71\xa9\xfd\x3a\xdf\x01\x5c\xc5\x97\x6b\x54\ \xff\xf4\x38\xaf\x4c\x45\x00\xb6\xbc\xbc\x9a\xa8\xf4\x14\x00\x68\ \x2e\x3c\x5e\x0e\xfd\x9e\xff\xf5\x2f\x7e\xf6\xdb\x1f\x04\x34\xe5\ \x9c\xb8\xdc\x7e\xf3\x72\xf7\xe4\xc9\x63\xe7\xce\xe6\x00\xc0\x57\ \x2b\x77\x7d\x3a\x43\xdf\x10\xbd\xec\xba\x6b\x0a\xae\xad\x2d\x02\ \xcc\xb5\xfb\xfd\x97\xf6\xb7\x46\x3e\xfb\x9b\x3f\x44\x9b\x11\xb0\ \xe2\xe6\x76\x1a\xe9\x1f\x00\xe0\xd8\xb4\xe5\x40\xe8\x90\xc7\xbd\ \x05\xd4\xad\x05\x17\xdb\xb5\x11\x89\x91\x00\xc0\x6a\xea\x5a\xb4\ \xa1\x21\x00\xd0\x6e\xb7\x12\xbd\xbf\xd1\xeb\xc6\x68\x2c\x2e\x6b\ \xd3\xcc\x4b\x0f\xea\xba\x71\x71\xc1\x25\x12\x92\x16\xd3\x65\x28\ \x5a\x6b\x0b\x9a\xf0\x94\xa4\x50\x00\x68\x6f\xac\x76\x09\x01\x16\ \x1d\x80\xa3\xc5\x45\xb5\xfe\x7e\xfa\x9b\xfc\x61\x84\xe3\xb2\x87\ \x8e\x50\x55\xb5\xad\xcd\xfa\xd5\xca\x5d\x1f\x77\xfb\x04\x75\x55\ \x4a\x19\xeb\xac\x2d\xd2\x55\x3f\x03\x81\x77\xd7\x87\x9e\xb5\x45\ \x20\x7f\xd3\x7f\xff\xb9\x26\x6f\xd1\x93\x23\x4a\x4e\xee\x6c\x49\ \x18\x9a\x15\x17\x1e\x1d\x48\x0f\xac\x7f\xaf\x7d\x57\xf5\x49\x96\ \xf5\xb3\x79\x03\xbd\xa7\x9d\x3d\x9d\xcb\x47\x8c\x0f\x05\x00\x40\ \x89\x89\x51\x1b\x77\xac\xde\x64\x29\xc9\xd9\x75\x2c\x7b\xf6\xf7\ \xbd\xfb\xa9\x54\xe6\x9d\x6b\x12\x23\x53\xfc\xbb\xe6\x5e\xc7\xb9\ \x9c\x82\x90\x81\xd3\xba\xfe\x6e\x28\x39\x55\xc7\x42\xe3\x43\xb5\ \x00\x10\x14\x93\x4a\xaa\x57\xad\x59\x17\xac\x5c\xda\x83\x52\x27\ \x8f\x8c\xf9\x1c\x65\x4c\x25\xc9\x23\x49\xd2\x57\xde\x6a\xbe\xda\ \x22\x7d\xc0\xfd\x89\x50\x53\x8b\xb5\xb1\xd9\xaa\xd5\x1b\x34\x5a\ \xa3\xa8\x35\x74\x7c\x74\x06\x5e\x34\x04\x04\x87\x4c\x9e\x3c\x29\ \x34\x24\xb8\xeb\xfc\xd6\xe6\x16\x5d\x60\x20\xd8\x9b\x6b\x1b\x9a\ \x75\xe1\xc9\xf1\xc1\x96\x94\xb4\x78\x47\x5d\xb9\x12\x32\xe8\xa1\ \xfb\xee\x0c\xd3\x79\xe7\x65\xc5\xe9\x81\xa4\x01\xd9\x11\x01\x5a\ \x00\x08\x4a\x4c\x0f\xc1\x6d\x85\x15\xb6\x41\x33\xee\x9e\x3d\x3c\ \xc1\xcb\x4e\x97\xdb\x1d\x92\x30\x30\x35\xd2\x1f\x75\xba\xc7\xdc\ \xaa\xae\xff\xe0\x01\x41\xfa\x0e\xc1\x2b\xd9\x5d\x7e\xf1\x19\xfd\ \x62\x83\x08\x80\xe0\x17\x9d\x1a\xad\x2d\x29\x28\xb3\xa4\x4d\xba\ \xff\xae\x71\xba\xcf\x52\x36\x9b\x9a\x1a\x11\x40\x60\x60\x90\xa2\ \x28\x00\x8c\x52\xaa\xaa\x2a\xc6\xd8\xda\xda\xea\x76\x39\xa3\x62\ \x62\x19\xfb\xb2\x32\xd8\x97\x8b\xd3\x27\x20\x2b\x8a\xcd\xe6\xe8\ \x5d\xba\x10\x62\x36\x19\x6e\xb9\x5f\xf4\x79\x73\x71\x7c\x3a\xc3\ \xad\x0a\x9e\xe3\xfc\xfd\xcc\xbe\x76\xf0\xf9\x19\x7c\xf8\x4e\xc0\ \x27\x77\xfb\x04\xca\x2b\xaa\xcf\x5d\xc8\x63\x8c\xc5\xc5\x44\x65\ \x66\xa4\xf9\x1a\xc4\xc7\xdd\x5b\x03\x6e\xb7\xfb\x64\xce\xb9\x71\ \xa3\x87\x11\x42\xf6\x1e\x38\x2a\x2b\x8a\x41\xaf\xeb\xaa\x2d\x42\ \x08\x89\x8a\x0c\xd7\x6a\x34\xbe\x86\xf2\x71\xb7\xcf\x41\x55\xa9\ \xa2\x28\x41\x81\x01\xaa\xaa\x66\x0f\x1e\x50\x50\x58\xdc\x6a\x6d\ \xeb\x30\xa5\x11\x6a\x6f\xb7\x57\x54\xd6\x4c\x9e\x30\xba\x87\xf9\ \xeb\x6a\x3a\xbc\x67\xe7\xc9\xbc\x2a\xbf\xa4\xe1\x77\xcc\x19\x63\ \x26\x00\x52\xcb\xfe\xcd\x1b\x8e\x17\xb5\x65\x4d\x5e\x30\x75\x60\ \x64\x87\x47\xa2\xf8\xd8\x96\xb3\xf6\x59\x73\x27\x5b\xbc\x9e\x03\ \xa9\xfd\xfc\x89\x23\x47\x73\x4b\x23\x07\xcf\x9c\x35\x34\x06\x00\ \xa4\xe6\xa2\x0d\xbb\xce\x65\x4d\x9a\x93\x18\xe8\x75\xf9\xb2\xf2\ \x53\xbb\x4e\x36\x18\x67\xce\x1c\xae\x03\xa5\xf8\xd4\xfe\xdd\x47\ \xce\x38\xc5\xc8\xe9\xf3\xe7\xa5\x86\x68\x01\xa0\x31\xff\xf0\xda\ \xad\x47\xe4\xc0\xf4\x05\x77\xce\x0a\xd5\xf9\xb8\xfb\x9d\x87\x28\ \x8a\x67\xcf\x9e\x39\x71\xf4\x00\x21\x84\xe3\x38\x9e\xef\x59\x5b\ \xc4\xe6\x18\x3a\x7c\xd4\x55\x97\x34\x97\xe4\x15\x36\xa8\x03\x06\ \x67\xec\x5c\xf9\xfe\x32\x63\xd4\x93\x93\x42\x57\xbd\xfc\xb7\x13\ \x72\xea\xf8\x58\x75\xc5\x5b\x6f\x44\xfd\xf3\x4f\x69\xb8\x6e\xeb\ \xaa\x65\x1b\x36\xed\x68\x4b\x5e\x3c\x7f\x01\x00\x80\xb3\xb9\x60\ \xc3\xea\x1d\x2e\x53\x74\x52\xc6\x80\xa8\xa8\x00\x00\xcf\xc9\xcd\ \xcb\xd6\x6e\xdc\x7a\xd6\x99\xf0\x9f\x19\x0b\x00\xc0\xd3\x94\xbf\ \x6a\xf9\x9a\x2d\xdb\x0f\x84\xcd\xf8\xf1\x5d\x00\xe0\xae\x3e\x7d\ \xa1\x22\x34\x6d\x70\xeb\xa9\x75\xaf\xbc\x83\xff\xf9\xab\xbb\x3d\ \x17\x36\xfe\xf5\x7f\x7b\x07\x4f\x9f\x5c\xbd\x67\xcd\xbb\x62\xc8\ \xaf\x16\x0e\xf9\x5c\x3f\x13\x01\x20\x1f\x77\x6f\x37\x7b\x19\x63\ \x8f\xdb\x55\x55\x5a\xd8\xeb\x3e\x3f\x4e\x8f\x34\x6a\xf4\xd8\xab\ \x0e\x07\xf6\x1b\xfb\x70\x3f\x00\x68\x2f\xd8\xbd\x91\xe3\xb8\x96\ \x9c\x4f\x77\x56\x05\xff\xfe\x1f\x8f\x44\xe0\x0b\x47\x0e\xbd\xd5\ \xd0\x02\x69\x66\xc9\x2f\x2a\x73\x48\x66\x4d\x73\x4a\x9a\x1e\x00\ \x58\xd3\xc7\xff\x79\xe1\x98\x2d\x6c\x50\x86\x7f\x60\xc2\xf8\xa4\ \x30\x03\x48\x6d\xc8\x14\x37\x7c\xc8\x00\xa9\x25\x21\xda\x04\x00\ \x20\xbb\xa5\x88\x01\x43\x07\x56\xd6\x86\x0c\x18\x00\x00\xa0\x89\ \xb9\xfb\xa1\x87\x01\x20\xb7\xed\xe8\xa9\x22\x22\x80\xf3\xfd\x8f\ \x36\x25\xdd\xf1\xb3\x25\x53\x12\xce\xda\x4f\xbf\x57\x53\xaf\xdc\ \x14\x7b\xae\x84\x81\xbf\xf2\xed\x81\x7c\x7e\x86\x3e\x01\x82\xd0\ \x35\x69\x38\x3c\xc7\xf3\x9c\xc0\xf3\x1c\xdf\xeb\x25\xcc\x5d\xb7\ \xfa\xd5\x7f\x96\x5b\xc6\xdc\x3d\x2e\x72\xff\xae\x9c\xd4\xf1\x53\ \x23\x04\x60\x75\x8d\x1e\xce\xe2\x6f\x06\x30\x46\x0f\x1f\x9b\x65\ \xb3\x29\xde\xda\x22\x35\x47\x36\x9d\x75\xc7\x3f\xf6\xe8\x3d\x09\ \xa4\xf4\x95\x97\x97\x36\xa9\x00\x82\x79\xc8\x98\x71\x60\x6b\x0f\ \x8d\x4f\xf7\x16\xfe\x35\x44\xf6\x9f\xd0\xdf\x62\x93\x0c\xc9\x29\ \x5d\x71\x10\x7a\x71\xe7\x07\xef\x1f\x93\xef\x7b\x70\xbe\x54\x72\ \x20\xcf\x15\x33\x6b\x64\x02\x00\x34\x34\x39\x83\x82\x83\x3e\x9f\ \xd8\x43\x1d\x3a\x90\x8f\xbb\xdf\x19\x5c\xa7\xb6\x88\xad\xf2\xd4\ \x8b\x7f\xf9\x4f\x85\x65\xfc\x2f\x9f\xbb\xd7\x04\xd5\x85\xf5\x34\ \x2e\x21\x11\x00\x2e\x1c\x3f\xa5\x84\xa4\xa6\x18\x01\x00\x94\x9a\ \x73\x55\x2e\x73\x72\xa2\x05\x00\x2e\xe4\x16\x45\x0d\x9d\x39\x22\ \xb3\xdf\xc4\xb1\x23\xf4\x52\xa3\xcd\x1b\xa0\x55\x4a\x2f\x57\xb9\ \x92\x32\xae\x64\x06\xd7\x5d\xba\x6c\xd5\x46\xa6\x79\xf3\xca\xa4\ \xa6\x0d\x6f\xfe\x6d\xe9\x09\xf7\x23\x3f\xfd\xe5\xb0\x30\x52\x55\ \x98\x8f\x43\xe3\xfd\xf5\x00\x52\xd1\xb1\x62\x5b\x66\xff\xb4\xcf\ \xfd\x43\x7c\xfa\xee\x6d\xc9\x4f\xea\xcd\xc6\xe9\xd1\xc3\xde\x1a\ \xcb\xbd\xd4\x16\x91\x6a\x4f\xff\xe7\x3f\x4b\x93\x16\x7c\xff\xde\ \x51\x5e\xda\x51\xd9\xe5\x70\x38\x1d\x72\xd5\x99\x0f\x77\x14\x8f\ \xfb\xfe\x63\x5e\xcd\xa3\xe2\xc2\x25\x25\x28\x21\xc1\x1b\x92\x53\ \xa4\x96\x86\x06\x00\x38\x7c\x60\x3f\x1f\x39\x28\x42\x0b\x00\xe0\ \x2e\x29\xaa\x51\x03\x17\xc4\x5d\xb1\xb9\x0a\x2e\xe7\x5b\xe2\xa7\ \x98\x01\x80\xd9\x56\xbf\xfa\xaf\x0b\xda\xd1\xbf\xf8\xc5\x2c\xb3\ \x37\x73\x81\xaa\xf6\x36\x9b\xa4\xd2\x5d\xef\xbd\xdb\x12\x32\x72\ \x62\x86\xf1\x73\x09\x5c\x40\x70\x73\xd5\xf4\x7c\xdc\xbd\xa5\x80\ \x10\x68\x44\x2d\x65\x48\x96\xd5\x0e\xcf\x58\x17\x79\x19\x00\xa0\ \xab\x6a\xec\x9d\xde\xb6\xf2\x48\x71\x83\x67\xe7\xc7\x3f\x5f\xef\ \x18\x38\xef\xa9\x45\xa3\x62\xa7\x4f\xc9\x78\xf3\xed\xdf\xe6\x58\ \xfc\xb2\xee\xfe\xe1\xbc\x0c\x3f\x2f\xd7\xf2\x4b\x6a\x23\x53\x46\ \x7b\x5d\x6b\x23\x66\xcc\x3e\xfc\xca\xf2\x9f\xfc\x7c\x97\xd6\x1c\ \xf7\xc8\x13\xd3\xbd\xb7\x2b\x2f\x2b\xd2\x44\xa6\x47\x75\x25\x91\ \xb3\xd6\xe2\x0a\x67\xf2\xf4\x38\x00\x68\x2b\xd8\xbf\x66\xc7\x39\ \xcb\x00\xee\x1f\xbf\x39\x60\x8a\x1b\xf7\xfd\x27\x66\xc6\x67\x4f\ \x4d\xdd\xfd\xdf\xdf\xfd\x28\xcf\x1c\xd5\xef\x99\xa7\xef\x31\xdc\ \x34\x73\x3b\xca\xa4\x74\x68\xef\x5f\x69\xbb\xf9\xf2\x19\xfa\x02\ \x2e\xe5\x17\x9d\x3a\x7d\xa6\xab\xb6\x08\x63\xc8\x5b\xf6\x93\x52\ \xaa\xd7\xeb\x27\x4d\x18\x6b\x31\x9b\xae\xc8\x5d\xa7\xc3\x25\x49\ \xde\xda\x22\x5a\x93\x9f\x49\xcb\x03\xa3\xb6\xb6\x56\x95\xe8\xcc\ \x46\x6d\x97\x69\xe4\x71\xbb\x11\xaf\x11\x3a\xd7\x94\xc9\xae\x76\ \xab\x5d\x36\x58\xfc\xb5\x9d\xc5\x45\x14\xc9\xad\x00\xa7\x11\x3a\ \xe5\x17\xa3\x6e\x97\x87\xd7\x68\x09\x06\xaa\xb8\x1d\x4e\x8f\x24\ \x49\x8a\x4a\x39\x51\xef\x67\x31\x60\x00\xc5\x6d\x6f\x73\xc8\x06\ \xb3\x45\xe4\x3e\x5b\x6d\xbd\x92\xcf\xe0\x72\x51\x4a\x25\x59\x92\ \x24\x0f\x47\x48\x89\x2f\x9f\xe1\x36\x43\x5a\x4a\x62\x5a\x4a\xe2\ \x4d\x9e\x2c\xe8\xf4\x82\xae\x67\xfa\x2c\xc2\x46\x4b\xc0\x55\x52\ \x49\xd4\xf4\xd8\x7c\x85\xd7\x9a\x82\x7a\xee\xc6\xc2\x09\x9a\x9e\ \xc5\x45\xb0\xa6\x73\xbf\x16\xcc\x69\x8c\xa6\xab\xa3\x21\x9c\xc6\ \x10\xf0\xb9\x22\x24\x08\x79\x3f\xde\x7f\x00\x00\x21\xec\x2d\x63\ \xfa\x95\x98\x6c\x3e\x5b\xcd\x87\xaf\xcb\xf1\xe7\x70\x38\xbc\xb5\ \xce\xbd\x95\x4b\x11\xc2\x2a\xa5\x1e\xb7\x87\xe7\x38\xf6\x55\x68\ \x0f\x3e\xee\xf6\x09\x28\x8a\x62\xb5\xb6\xb5\xb6\x5a\x65\x59\xb9\ \x3d\x7e\x91\x28\x8a\xc5\x45\x05\x2e\xa7\x4b\xe0\xbc\x3a\x0a\x12\ \x05\xc1\xe9\x72\x36\x37\x35\xea\x74\xfa\xaf\x84\xbb\x3e\x9d\xa1\ \x0f\xf8\x19\x18\x3b\x74\xf4\x54\x4b\xab\x15\x21\x00\x04\x73\xa6\ \x4f\xe1\x38\x72\xab\xff\x28\x42\x88\x46\x10\x4e\x9d\x3a\x96\x9a\ \x92\x6e\xf1\xb3\xf0\xc0\xea\xeb\xeb\x0b\x0b\x2e\x07\x07\x07\x73\ \x1c\xf1\x71\xf7\x36\x81\xc3\xe9\x6a\x68\x6c\xba\xfb\xce\xd9\x00\ \x70\xfc\xe4\x99\xcd\xdb\x77\x8b\xdd\x1c\x0b\x8a\xa2\xa6\xa5\x26\ \x26\x5c\x53\x69\x4f\x76\xb6\xb7\xda\x5c\x1a\x53\x80\x49\xdb\xd1\ \x89\xb2\xa3\xad\xc5\xa9\x58\x02\xfc\x45\x7c\xa5\xd4\xa3\xd3\xe5\ \x11\x75\xba\xae\x22\x20\xaa\xec\xb2\xb6\xd9\x88\xc6\x6c\x31\x78\ \xfd\x0b\xcc\xed\x70\x62\x51\x2b\x70\x9d\xa5\x43\xa8\xe4\x74\xab\ \x5a\x9d\x16\x03\x30\xd5\xd3\xda\x62\x65\xbc\xc1\xcf\xa2\xbf\x32\ \x41\x53\xd9\xe9\x52\x44\xbd\xf6\xc6\xc3\x8b\x52\x35\x2c\x2c\x8c\ \x70\x7c\xee\xf9\xb3\xde\xc2\xfd\x08\x70\x74\x74\x2c\xcf\x91\xe6\ \xe6\x46\x9f\x8f\xec\x36\x01\x47\x48\x7d\x7d\xc3\xfe\x83\x87\xa8\ \x4a\x11\x42\x02\x41\x54\xed\x58\xdd\x85\x11\x6a\xb3\x5a\x73\xce\ \xe6\x5e\xc5\x5d\x5b\xc9\xf1\x77\x97\x6d\xac\x6e\x6e\xb7\x41\xf0\ \x83\x3f\xfa\xc9\xf0\x68\x6d\x6d\xee\xb6\x37\x3f\xda\xd1\xd8\xd6\ \x6e\xe9\x3f\xe7\x67\xcf\xce\x33\x01\xd8\x1b\x4b\xb6\x7d\xf2\xe6\ \xd6\xfa\xb8\x7f\xfc\xf1\x7b\x01\x3c\x00\xc8\xc5\xa7\xf7\xed\x3e\ \x7c\xae\xb2\xd9\x91\x31\xe9\xfe\x7b\xc6\xc6\xcb\x8e\x86\x23\x9b\ \x97\x7d\xb0\xb7\xee\x99\xdf\xfe\xbf\xc1\xe1\x00\xc0\x9a\xcb\xce\ \xad\x78\xf7\xdd\x52\xf3\xb8\x3f\xfe\x64\x81\x4e\x6d\x58\xfb\xf6\ \x07\x27\x4b\xea\xdb\xda\x3c\x83\xef\x7c\xea\xd1\xa9\xe9\x00\xd0\ \x52\x79\x71\xdd\x87\x6f\x9e\xa1\xc3\x5f\xf8\xed\xbd\x9f\x39\x35\ \x50\x4a\x83\x03\x03\xcd\x66\xb3\xa2\xaa\x08\x61\x51\x14\x45\x51\ \x6c\xb3\x5a\xbf\xaa\xbc\x06\x1f\x77\xbf\x7d\x08\x82\x50\x54\x78\ \x79\xdf\xce\x8d\xbc\xe0\xad\x2d\x82\xba\xeb\x13\x4e\x8f\x67\xf1\ \x7d\x0f\x5f\x6d\xa6\x18\xc3\x67\x2c\x7e\x3a\x39\x2e\xe8\xfd\xdf\ \x3c\xbd\xff\x54\xe9\xf0\x20\x78\xe5\xbf\x6b\x33\x1f\xfe\xfd\xaf\ \xe2\x4b\x9f\xff\xd5\xf2\xdc\x86\x79\xa3\x48\xde\x27\xef\x2e\xcf\ \x2b\x28\xf7\x1b\x32\xc9\x9b\x44\x96\xb7\xf3\x93\xe5\x47\x9a\x46\ \x4c\x99\x71\xef\x90\x34\xa3\x80\x41\x6e\xde\xf0\xfe\x3b\x39\x85\ \x45\xaa\x61\x60\x64\x38\x01\x80\xb6\xfc\x3d\x6f\xae\x3a\x52\x5a\ \xd2\x90\xbc\x20\x55\x07\x00\x54\xc8\x18\x77\xc7\xf4\xc7\x13\x6b\ \xb6\xfd\xe3\xff\xed\xdc\x7f\xd7\xd4\x74\x4d\xc9\xa1\x0f\x3e\xdd\ \x79\xf9\x72\x4d\xc4\xcc\xf4\x9b\xf4\x37\x50\x4a\x11\xc6\x02\x21\ \x18\x13\x84\x50\xaf\xe5\x1c\x7d\xb6\xda\xad\xac\xef\x02\x70\x84\ \xf0\x1c\xe6\x09\xe6\x08\xe6\x08\xba\xf2\xe1\x10\x87\x11\xb9\xa6\ \xb6\x88\x3e\x28\x2a\x39\x2e\xdc\x56\x7e\x3c\xdf\x66\x1e\x39\x24\ \xe1\xfc\x86\xd5\xee\xb4\x39\x0b\x86\x87\xf3\x06\x9d\x51\xab\x01\ \x15\x20\x20\xf9\xf1\x1f\x3f\x9f\x9d\x18\x99\x9c\x12\x4f\x00\xd4\ \xba\x13\xef\x2d\xdf\x25\x13\xf5\xc8\xda\x77\xde\xdb\x78\x8a\x01\ \x00\x67\x99\xff\xf4\x2f\xe6\x64\x27\x46\x27\xa6\x78\x97\xb6\x1a\ \x13\xc6\xff\xe2\xf9\xfb\x52\x23\x22\x92\x53\xe3\x01\x00\x78\x4b\ \x72\x6a\xa2\x4e\x69\x3c\x7a\xa6\x36\x3d\x7b\x88\x19\x40\x8c\x19\ \xf9\xdc\xf7\x1f\xef\x1f\x19\x99\xd6\x2f\xa2\x4f\xb8\x32\x7c\xd4\ \xe9\x0b\xb8\x61\x6d\x11\xdc\x5b\x6d\x11\xf5\xf2\x81\x95\x7f\x79\ \x79\x73\xf6\xbd\xdf\x1f\x13\xad\x1c\xcd\x6d\xca\x1a\x3c\x88\x07\ \xb0\xe5\x17\xb5\x8b\xa1\xb1\xa1\x00\xc0\x21\xb9\xaa\xa0\x8e\xa5\ \x26\xc4\x01\xc0\xf9\x83\x7b\xb9\x81\x8b\xfe\xf2\x9b\x9f\xfd\xec\ \xa1\x89\x79\x7b\xb7\x94\xb9\x00\x10\x21\xc8\x76\xb1\xa0\x2e\x26\ \xa5\xa3\xb6\x08\xe6\x88\x5c\x55\x54\x25\x5b\xd2\x13\x3a\xbc\xbc\ \xed\x95\x67\x5e\xfa\xf3\xdf\x6b\x23\x67\x3d\x79\x57\x36\x00\x00\ \xc1\x9e\xa6\xca\x52\xa7\xbe\x5f\x54\x40\x9f\xd0\xb5\x7c\xbc\xe9\ \x23\xae\x86\xcf\x51\x5b\x04\xa4\xc3\x2b\x5e\xdd\x5c\xa4\x7b\xf0\ \xe7\xbf\x4f\x0d\xd6\x00\x2b\x69\x6c\x63\x99\x81\xc1\x00\x9e\x1d\ \xdb\x0f\x06\x66\x2d\x89\x40\x00\x00\xed\x85\x17\x5a\xc5\xf0\xc4\ \x18\x0c\xc0\x2a\xab\x9b\x4d\x61\xd1\x08\xc0\x23\x49\xbc\xde\xac\ \xf7\x76\x7b\x4b\x71\x89\x55\x9c\x99\x7e\xa5\xa2\x40\x71\x41\x1e\ \x0a\x4e\x8d\x15\x00\x00\xea\x2e\x6c\x7b\x6d\xe9\x91\x41\x0b\xbe\ \x3f\x37\x3b\xa6\x6b\xe8\xd4\x96\xe4\x2a\x7e\xc9\x11\x7e\xa8\x2f\ \x34\x9a\x4f\xee\xf6\x09\xea\x2a\xaa\xca\x28\xa5\x54\xa5\xaa\xda\ \xf1\xaf\xf7\x3f\x4c\x55\x55\xe5\xaa\xda\x22\xc5\x3b\x5e\xff\xfb\ \xf2\x73\xfd\x87\x0f\x72\xfc\x7f\xf6\xae\x3c\x2c\xaa\xf3\xdc\xbf\ \xe7\x9c\x99\x33\x3b\x33\xc3\xec\x33\xec\xfb\x2e\xca\xa2\x80\x0b\ \x20\x2e\xb8\x90\xa8\x4d\xd2\xb8\x64\xd1\xc4\x3c\xb9\x4d\xd2\xf6\ \xb6\xb1\xf6\x36\xde\xa4\x49\xb3\x3d\xd6\x36\x69\x9a\xc6\xb4\x89\ \xda\xa4\x35\x69\xb4\x88\x51\x12\x35\xa8\xe0\xca\xa2\xa0\x28\x9b\ \xa8\x2c\xc2\x30\x0c\x0c\xcc\x0c\xb3\x9f\xed\xfe\x31\x88\x88\x92\ \x66\x31\x37\x18\xce\xef\x39\x7f\xf0\x9c\x73\x66\xce\xc3\xf7\xfd\ \xce\x6f\xbe\xf7\xfd\xde\xa5\xbd\xae\xb9\xdb\x01\x88\x5a\x1b\xe0\ \xad\x3c\xb4\xab\xe4\xfd\x2d\x47\xad\x91\x6b\x96\x4d\xf7\xdf\x56\ \x7f\xb6\x9e\xab\x8f\xd3\x03\x00\x20\xa1\x21\xea\xab\x55\xfb\x2b\ \x4e\x96\xbd\xf7\x51\x79\x52\xde\x42\x35\x17\x00\xa0\xbb\xe9\x7c\ \x1f\x47\x1f\xaf\x1a\x31\xba\xdc\xe7\x6b\x5b\x54\x31\x71\x1c\x00\ \xb2\xaf\xf6\x95\x17\xde\x66\xc2\xd3\x82\xb0\xbe\xb3\xf5\x57\xaf\ \xd7\x05\x61\x2e\xd6\x34\xc9\x22\x63\x26\x48\x42\x33\x5b\x5b\x64\ \x02\xe8\x07\x82\x18\x8d\xbd\xe6\xfe\x01\x9c\x27\xe0\xf0\x84\x5c\ \x5c\xc0\xe1\x0b\x38\xb8\x80\x8b\x0b\x30\x8e\x40\x1a\xa8\x9c\x9b\ \x9f\x6b\xd0\xdf\xe8\xc5\xd7\xdb\xd1\x46\xf0\xc4\x5e\x4b\x57\xeb\ \x95\x76\xae\x26\x26\x5a\xa7\x88\x8e\x31\xf4\xb4\x5c\xb0\x89\x13\ \xd6\xae\x7d\x30\x74\xb8\x72\x2e\x39\x30\xe0\x08\x4b\xc9\x0a\x53\ \x0b\x01\x40\x1b\x1d\x27\x76\x5e\xab\x6d\x32\x25\xcc\xbd\x7f\x45\ \x7e\xbc\x5f\x76\xed\x56\x4b\x40\xc8\xd4\x94\x70\xd5\xf5\xda\x22\ \x9e\x01\x3b\x24\x66\xa6\x6b\x25\xb8\x73\xa0\xab\x67\x08\x15\x20\ \x8e\xcb\x97\x5a\xad\xb4\x34\x31\xc1\x5f\xe7\x89\xe8\xb7\xf9\x12\ \xa6\x4e\xd7\x7f\x85\x22\x90\x36\x9b\xd5\x31\x64\x17\x89\x25\xfe\ \x15\x11\x82\xa0\x08\x82\xa0\x28\xea\xf3\x7a\x3d\x1e\xf7\x1d\x99\ \x62\x36\x16\x67\x42\xc0\xeb\xf3\xf5\x5b\x06\x11\x7f\x96\x81\xbf\ \x67\xf4\xf5\x5c\x4b\x2e\x97\xab\x56\x29\xee\xba\xff\xa8\xb3\xa3\ \xcd\xd4\xdd\xa5\xd6\xea\xfc\x6a\xe5\xf7\x33\x70\x38\x9c\x21\xbb\ \xdd\x6a\x1d\x88\x4f\xbc\x03\x8a\xc9\xae\x77\x27\x04\x78\x38\x6e\ \xd0\x69\xd8\x71\x60\xd7\xbb\x2c\x26\x05\x58\xdd\x9d\x10\x30\xf6\ \xf4\x5e\x68\x6c\x66\x68\x26\x3c\x34\x38\x36\x26\x92\x1d\x10\x96\ \xbb\x77\xc9\x62\xd7\xeb\xad\xac\xae\x4d\x9f\x36\x05\xe3\x60\xa7\ \xaa\xce\x50\x14\x25\xba\x51\x5b\x04\x30\x0c\xd5\x69\xd5\x5c\x2e\ \x97\x1d\x28\x96\xbb\x13\x0e\x04\x49\x11\x14\x15\x12\xac\x07\x80\ \x19\xe9\x53\x1b\x5b\x2e\x8f\x6c\x46\x20\x08\x32\x34\xe4\x08\x94\ \x4b\x73\x67\x65\xdd\xf4\x19\x9f\xad\xf6\x64\xc5\x99\xa6\x6e\x45\ \x4c\xc6\xc2\xb9\xe9\x22\x04\x80\x1e\xaa\x39\x7c\xb0\xe6\xb2\x7d\ \x4a\xee\x92\x9c\xf8\xe1\x44\x5f\xa7\xb1\xbe\xec\xbc\x3d\xaf\x60\ \x66\x80\x9f\xf9\x8c\xbb\xb5\xae\xba\xea\x42\x9b\x26\xa5\x60\xde\ \xd4\x20\x00\x60\x1c\x5d\x87\x2a\x2e\xc6\x66\xcd\x0d\x0b\xe4\xd2\ \xae\xbe\xd3\x15\xe5\x17\xdb\x07\x74\x29\xb3\x17\xe4\xc4\x0f\x87\ \xea\xb8\xcc\x15\x15\xd5\xda\xb4\x85\x71\x6a\xce\x60\x6b\xe5\x9e\ \xb2\x2a\x37\xf0\x79\x1c\x86\xc4\x83\xee\xbd\x7f\x91\x56\x80\xb2\ \xdc\x9d\xdc\x86\x1a\x0f\xaf\x3f\x7f\xfe\x42\x6d\x15\xea\xaf\x2d\ \x32\xaa\x97\x2a\x82\x80\xcd\xee\x48\x49\x1d\x5b\xc5\xa3\xff\x52\ \x5d\x4d\x4b\xaf\x2e\x48\x71\x6c\xd7\x56\x1b\xf7\x7f\xd7\xce\xd1\ \xed\x7f\xe7\xf5\x23\x7d\xda\x4c\x83\x6d\xdb\x5f\xde\x55\x6d\xde\ \x14\x83\x58\xca\xf7\xed\x2e\xde\xb3\xd7\x1c\x7a\x7f\x7e\xe1\x4c\ \x00\xf0\xd9\x3b\x4b\x8b\x4b\xfb\xd0\x40\x9d\xc6\xa0\x53\x88\x01\ \xc8\xfa\x23\xc5\xc5\x7b\x4a\xaa\xac\xc1\x5b\x72\x16\x02\x80\xa9\ \xe1\xf4\xd9\x4e\x77\x94\x86\xf7\xf9\x5f\xdf\xa0\x64\xaf\x2c\x4b\ \x54\x34\x1c\xdb\x5b\x52\x52\x7c\xfa\x9a\xe4\x85\xac\x25\x00\xc0\ \x11\xc9\x42\xc3\xa3\x51\x0e\x5d\xb1\x6b\x47\xbb\xf6\xde\x07\xf9\ \xdf\xb3\xb1\xc4\x72\xf7\xfb\x07\x86\x62\x2e\xa7\xbd\xf3\x72\xd3\ \x98\x9c\x4a\x00\x00\x86\x71\x7b\x7d\x69\xe9\x99\x63\x4e\x2b\x93\ \x72\x9f\x48\xca\x05\x70\xf5\x56\x1f\xf5\x92\x8c\xfd\x62\xc9\xa7\ \x4d\x82\x8d\x9b\x9f\x8a\xe0\x5e\xb8\xf0\xcc\xdf\x8c\xfd\x10\x23\ \xb1\xd3\x02\x5d\x7c\x6c\x9c\x3e\x2e\x41\x02\x00\x60\xfb\xd7\x9b\ \xaf\x97\x5b\x54\x59\xe9\xfa\xf8\x8c\x9c\x28\x85\x10\x7c\x56\xbb\ \x4f\x9c\x90\x10\x67\xb7\x45\x85\xc9\x00\x00\xf4\x19\x45\xcf\x64\ \x00\x78\x7b\x1b\x0e\x9f\x74\x7a\x28\x00\xa7\xcd\x2b\x8e\x8b\x8b\ \x35\x4b\x75\xf1\x32\x00\x00\x89\x3e\x6e\xae\x3e\xae\xb1\xec\xaf\ \x9e\xe0\xc5\xaf\x6d\x58\x2d\xfd\xbe\x37\xd7\x58\x3f\xc3\xc4\xa0\ \x2f\x82\xe2\x3c\xfc\x36\xe0\xe1\xe3\xf6\xb8\xa4\x06\x0f\x6c\x7b\ \xe3\x12\x3f\xe3\xbe\xfc\xd0\x63\x07\x2b\xa3\xf2\x16\x45\x08\x00\ \xfa\x06\x7c\x5c\xa9\x5c\x02\x20\x0d\xcf\x2f\x9c\x4d\xba\xe9\xe8\ \xc8\x28\x00\xe8\xad\x2a\xad\xb4\xa8\x7e\xfc\x40\xa1\xcc\x76\x76\ \xcb\x1b\x3b\x07\x69\x00\x5c\x36\x73\xe1\x22\x31\xe1\xd1\x84\xc7\ \x8f\x24\xb9\xd3\x2e\xf3\xee\xad\x7f\x1e\x88\x5e\xb0\x24\x55\x0d\ \x20\xca\x9e\x37\x57\xc6\xf1\xa8\xc2\x13\x47\x92\xe3\xec\x97\x0e\ \xbd\xff\x69\xe7\x8a\xc7\x56\x6b\x27\x40\xe3\x4d\x56\x77\x27\x36\ \xc6\xc9\x4b\xf4\xf4\x36\xee\xf8\xdb\x07\x03\xaa\xec\x0d\x1b\x8a\ \x94\x48\x4f\x93\x91\x8c\x2a\x88\x01\x80\xe6\x9a\x3a\xaf\x22\x26\ \x56\x0a\x00\x40\xf5\x9e\xef\x74\x4a\xe7\x44\x07\x02\xc0\x85\x73\ \x8d\x41\x33\x56\xcc\xcb\x9a\x4a\xa8\x9c\x27\xfe\x5c\x31\xe8\x01\ \xb9\x10\x80\xee\x6c\xec\x74\x45\xe7\x47\x0f\xf3\xb2\xad\xf2\xdd\ \xf7\x8b\xf1\xc4\x85\x1b\x1f\xc8\x97\xfa\x35\x8d\x32\x37\xb5\x0c\ \x46\x3c\x30\x12\x3a\xdc\xbf\xf3\xc3\xfd\x51\x45\xcf\x64\x68\x27\ \x84\xe1\xc8\x72\x77\x42\xf0\x93\x81\x71\xaa\x6e\x20\xc0\xdc\x12\ \x89\x43\x5a\x1a\xdf\x7a\xe3\x7d\xf5\xfc\xc7\x7f\x9d\x17\x87\x00\ \x00\x10\x5e\xb7\x87\xa0\x28\xb0\xd4\x7d\x78\xa0\x29\xfb\xb1\xdf\ \xf9\x83\x6b\xbb\x1a\x9a\x08\x55\x78\x64\x00\x00\x00\xe9\xf5\x0e\ \xd9\x6c\x00\x70\xa6\xfa\x34\xaa\x4b\xd2\x0b\x01\x00\x7c\xed\x97\ \x8d\x94\xbc\x28\x52\x0c\x00\xce\xce\x53\x7f\x7c\x67\x5f\xca\x7d\ \xcf\x2c\xcb\x08\xba\x61\x10\xf6\xb5\x77\xb8\x25\xb3\x43\x86\x2d\ \xbf\x2b\x65\xbb\x1b\xe8\xc4\x17\x0a\xa2\x26\xc8\xb8\x4d\x14\xee\ \xd2\x34\x4d\xd3\x34\x82\x20\x93\x90\xbb\x08\x00\xc6\xe1\x90\x34\ \x0d\x04\xe1\xe7\x29\x33\x5c\x90\x03\x61\x18\x86\xa6\x01\x45\x6f\ \x5a\xda\xd5\xec\xdd\x7e\xe0\x7c\x57\x8e\xb8\xe4\xf9\xc3\xce\xe4\ \x45\x8f\xdf\x97\x1d\x92\x3f\x33\x62\xdb\x3b\x1b\xab\x03\x44\xd1\ \x0b\x9f\xb8\x6f\x9a\xbf\xe7\x14\xd3\xd0\xd4\xae\x8e\xbc\xdf\xff\ \x73\x3f\xbd\x60\xde\xd1\xbf\x7c\xbc\xf1\xb9\x43\x80\xa9\xd6\x3c\ \xb9\xd8\x4f\xee\xb6\xd6\x26\x50\xc5\x86\x09\x00\x80\x38\xb2\x6b\ \xc7\xb1\x16\x12\x3d\xb4\xa3\x66\x3f\x3a\x67\xf9\xba\x05\x53\x34\ \x00\x60\xbe\x5c\xef\x93\x45\x06\x2b\x11\x00\x00\xba\xef\xc0\x17\ \x75\x89\x85\xcf\x4d\x9c\xed\xe9\xef\x3f\x9e\xa1\xab\xb3\x3d\x34\ \x3c\x82\x24\x49\x8a\x22\x85\x42\xb1\x75\x70\x20\x36\x21\x69\xb2\ \xd1\xf7\xdc\xf9\x8b\x95\xd5\x67\xfc\xfd\x2b\x19\x06\x00\xf1\x47\ \x44\x22\x34\x4d\x8b\x44\xc2\x45\x0b\xe7\x29\x15\x81\x23\x37\xbb\ \xac\x16\x9b\xd3\xed\xf5\xf9\x28\x06\x24\x4a\xbd\x3a\x80\x0f\xb4\ \xcf\xdc\x63\x22\x79\x52\x8d\x52\x3a\xd2\xc3\xda\x69\xb3\x01\x3f\ \x40\xc4\x1b\x3e\xe1\x1a\xec\x35\xdb\x7c\x72\xb5\x4e\x2a\x1c\x16\ \x2c\xaf\xd3\xe6\x01\xbe\x54\xc4\x03\x86\x76\x58\x2d\x36\x97\xc7\ \xe7\x25\x68\x04\x93\xab\xf4\x81\x62\x2e\x00\x10\x2e\xbb\x93\xc6\ \x65\x62\x3e\x00\x00\x4d\x58\x07\x1d\x82\xaf\x56\x58\x04\x26\x49\ \x3c\x03\x03\x0c\x86\x71\x02\x15\x2a\xbf\xf4\x0e\x0c\xf4\x4f\x42\ \xe9\x4d\x9d\x92\x94\x3a\xe5\xab\xbe\xb1\x42\x99\x42\x28\x1b\x63\ \x72\xe3\x6a\x43\xc8\x98\x53\x22\xa9\xfc\xa6\x4f\xc9\x35\x61\xf2\ \x9b\x7d\x73\x22\xe9\x70\x3c\x18\x82\x8a\xe5\x2a\xb1\x7c\xec\x83\ \xb8\xc2\x80\x1b\xcf\x41\xb9\x32\x85\x7c\x42\x0d\xda\xf7\xcf\x5d\ \x04\x10\x8a\x22\xcd\xbd\x3d\x7e\xdd\x45\x11\xd6\xf5\xc1\xe2\xae\ \xd2\x5d\xb9\x42\x49\xd3\x34\x73\xf7\xe8\xae\xcf\x47\x90\x24\x89\ \xa2\x28\x9f\xcf\x63\x69\x34\xa9\x75\xb7\xaf\xd7\x74\x17\xe9\xee\ \xc0\x80\xf5\x44\x65\x8d\xc7\xeb\xa3\x28\x32\x21\x36\x7a\x4a\x72\ \xc2\xb7\x7d\x13\x1c\x36\x17\xf0\x86\x57\x96\x00\x00\x8c\x63\xa0\ \xcf\xc3\x09\x50\x06\xb0\x2d\x52\x26\xb2\xee\x32\x0c\xc6\xe1\x28\ \xd5\x5a\x7f\xae\xcb\x5d\xa1\xbb\xcd\x97\x2e\x87\x04\xe9\x53\x53\ \x12\x5d\x2e\xf7\x67\x07\x8f\xf4\x98\xcc\xa3\x1d\x26\x02\x81\x20\ \x2b\x73\xda\x68\x3d\xa6\x08\xaf\xcb\xed\x65\x10\x8e\x40\x24\xe0\ \xa2\xb7\xda\x3a\x4c\xdd\xbe\x6d\x55\x82\x39\xcf\xdc\x3b\xed\xfa\ \x19\xe2\xd4\x47\x5b\x2f\xc5\xac\x7c\x2a\x57\xf8\xf1\x3f\xca\x92\ \x8b\x56\x25\x2a\x30\x96\xac\x13\x8e\xbb\x7e\x17\xa6\xcf\xeb\xb9\ \xb3\xc9\xfb\xdf\x1e\xf5\xf5\xf5\x4a\xa5\x52\xaf\xd7\xdf\x7a\x09\ \xc5\xd0\x96\xd6\x2b\x0c\xc3\x90\x24\xa5\xd1\xa8\x5c\x2e\xf7\x88\ \x77\x8f\xc7\xc3\x1b\x9a\x9a\x23\xc2\x82\x43\x43\x86\x1d\xa5\xd4\ \xc0\xa5\x57\x9f\xdb\xd4\x8e\x06\x29\x85\x18\x2a\x36\x14\xad\x79\ \x68\x46\xf8\x18\xa3\x87\x19\xb2\x98\x07\x15\xa3\xbb\x45\x33\xae\ \x21\x9b\xd3\x4b\x00\x86\x4b\xa4\x01\x3c\x96\xb7\x13\x94\xbb\x7e\ \x02\xfb\x33\xba\x27\x12\x8a\x8b\x8b\xdb\xda\xda\x1e\x7e\xf8\xe1\ \xfc\xfc\xfc\x5b\xaf\xe2\x38\x57\x20\xe0\x13\x04\x21\x10\xf0\x02\ \x65\x37\xb2\x0f\x79\x3c\xbc\xcb\x68\xa2\x47\xed\x27\xd0\x5e\x47\ \x1f\xa1\x5c\xb7\xe9\xc5\xac\x20\x38\xfa\xe1\xeb\xef\xbe\xfb\x6f\ \xed\xfa\xf4\x93\xd5\xbd\x45\xf7\x2f\x90\x90\x1d\xbb\x76\x9e\xca\ \xbe\xef\x41\x89\x84\xdb\x76\x7a\xff\x96\xee\x72\x90\x44\x2c\x7f\ \xf0\xfe\xf0\x00\x04\xc5\x30\x14\x41\x00\x05\x8a\xa0\x01\xc3\x00\ \xc8\xfa\xc3\xbb\x3f\x3b\xd9\x8c\x68\xa7\x3c\xb4\xf2\x1e\x9d\x98\ \xb5\x68\xd9\x78\x86\xf1\x21\x14\x0a\x79\x3c\xde\xb6\x6d\xdb\x36\ \x6c\xd8\xd0\xde\xde\x3e\xc6\xc0\x8c\x0c\x0f\x8b\x8b\x89\x4a\x4e\ \x8c\x4f\x4a\x88\x4b\x4c\x88\x1d\x39\xa2\x22\xc3\x83\xf4\xda\x31\ \x7b\x61\x1c\x5c\x28\x15\x08\x00\x15\xa9\x14\x62\xca\xe7\x1b\x32\ \x5f\x3e\x59\x75\xd1\x4d\x03\x90\x96\x9a\x13\x95\x26\x27\x70\x10\ \x92\xe1\xa9\x66\xe4\x15\xa8\xac\x95\x7f\xf8\xd3\x3f\x29\xc0\xb9\ \x28\x00\xca\x01\x8f\xf9\xf8\xe1\x8a\x1e\x02\x3a\x8f\xbc\xf7\x56\ \xf1\xc5\x94\xdc\x05\x33\xa7\x45\x09\x58\x19\x9e\x50\xba\x3b\x61\ \xc1\x30\x8c\xdf\xbb\x7e\x33\x75\xbf\xac\xfc\xfc\x98\xc6\x11\x08\ \xca\x45\xac\x8d\x6f\x6d\x7e\x41\xcd\x71\x99\xed\xe8\x8f\x9f\x7c\ \x54\xc7\x9c\xc0\xf9\x3c\x14\x01\x40\x30\xbe\x40\xc0\x41\x19\x37\ \xc1\x8d\xce\xc8\xca\x49\x4b\x9f\x11\x49\xd5\xfe\x6a\x77\x93\x79\ \x39\xd7\x5f\xdc\x0e\xc1\x04\x42\x31\x0f\xb5\x96\x97\x37\xa4\x2e\ \xfe\xf9\xa2\xd9\x11\xec\x8c\xb0\xdc\xfd\xcf\x70\xb9\x5c\x6e\xb7\ \x7b\xdd\xba\x75\xb7\x5d\x33\x7c\x1d\xf6\x53\x8c\x40\x97\xbf\x78\ \x45\x5a\x98\x52\xa5\xd6\x48\x04\x9c\xfe\x7a\xc6\xe7\xf1\x30\x14\ \x00\x86\x21\x08\x0c\x6f\x03\xd3\x0c\x00\x30\x24\x49\x03\xa0\x08\ \x42\x33\x0c\x8a\x0d\x37\x27\x43\x00\x28\x9a\xbe\xc3\xdd\x1a\x58\ \xee\xfe\x80\xb1\x7c\xf9\x72\x85\x42\x61\x30\xdc\xa6\xf6\x16\x4d\ \xd1\x5f\x62\x59\x52\x14\x45\x33\xa3\xae\x52\x3e\x17\xc9\x89\x88\ \x4b\x8c\xd0\x0c\x8f\xb6\x42\x1f\x1b\xe8\xda\xfb\xe1\xbf\xcb\x72\ \xb4\xc6\x1e\x87\x17\x41\x10\x14\xf1\x75\x36\xd5\xd7\xd4\xc1\xd9\ \xbd\x1f\x71\xa2\xf3\x13\x54\xfc\x5e\x9c\xba\x5c\x77\xc1\x9d\x1e\ \xe5\x75\x3b\x3c\xb4\x2c\x77\x76\xc2\x4b\xc5\xef\x7d\x2a\x5a\x12\ \x88\xf3\xa3\x92\x93\xb5\x12\x9c\x9d\x20\x96\xbb\xe3\x22\x25\x65\ \xdc\x32\x11\x1a\x8d\xf2\xd2\xe5\xab\xe4\x59\xe2\x56\x06\xa3\x28\ \xea\xf6\xb8\x47\xb7\x36\x41\x45\xea\x59\xb9\xb3\x14\x82\x1b\xab\ \x0e\x44\x99\xf8\xd4\x4f\xd7\xee\xda\x77\xfc\x8b\xab\x9c\xcc\xc2\ \xc5\x21\x01\x40\x65\x17\xa6\x0e\x56\x1d\xfc\xec\xb0\x32\x66\xf1\ \xaf\x96\x17\x02\x40\x7a\xd1\xca\xf6\xd2\xc6\x6e\xb7\x38\x67\x4e\ \x8e\x9a\x03\xe1\xf3\xd7\xff\x14\x2d\x3e\x78\xf2\x30\x15\x10\xad\ \x8f\x4f\x62\x67\x07\xd8\xda\x22\xdf\x18\xd7\xba\x8c\x83\x56\xdb\ \x98\x08\x2f\x00\xa0\x69\x5a\xab\x51\xdf\x8d\xd5\x40\xee\x2c\xd8\ \xda\x22\x13\x17\xc1\x41\xfa\xe0\x20\x3d\x3b\x0e\xdf\x23\x58\x1f\ \x19\x0b\x76\xbd\x3b\xc9\xd0\xd0\x74\xc9\xdc\x67\xe1\xe1\x78\x72\ \x62\x9c\x44\x22\x62\x07\x84\xd5\xdd\xbb\x86\xb8\xc6\x9e\xde\x90\ \x20\x3d\x87\x8b\x1d\x3e\x76\xa2\xdf\x32\xd8\x63\x32\xfb\x0f\x63\ \x4f\xaf\xcd\x36\xf4\x1d\x3d\xd7\x6d\xbe\xb8\x6f\x7f\x85\x95\x62\ \x67\x80\xd5\xdd\xff\x64\x62\x8e\xb7\x4d\x6d\xb5\xd9\x95\x0a\x79\ \x64\x44\x68\x18\x15\xe4\xad\xf2\x9e\x3c\x5d\x3d\x62\xb4\x21\x08\ \x32\x30\x68\x2d\x9c\x9f\xa7\x52\xfa\xcd\x35\xaa\xa1\x62\x7f\xf5\ \xd5\x41\xbe\x40\x80\x32\xa4\xdb\xed\xd3\x25\xcf\x2a\xc8\x88\xfa\ \x66\x5b\x63\xae\xde\x8b\x07\xbe\xe8\x9a\xba\x70\x8e\xec\xe6\xf3\ \x1d\x95\x07\xcf\x51\xc1\x45\x39\x09\x08\xcb\x5d\x16\x00\xb0\x7d\ \xfb\x76\xb1\x58\xbc\x6c\xd9\xb2\x5b\xeb\x29\x61\x18\x76\xaa\xea\ \x6c\x77\x8f\x89\xa2\x28\x1e\x8e\x0b\x04\x37\x22\x15\xb9\x5c\xee\ \xd5\xb6\x0e\x87\xd3\x75\x9d\xbb\x08\x8a\x61\x7c\x3e\xa7\xe1\xd0\ \x27\xad\xa2\x94\xa5\x33\x63\x39\x1c\x0e\xc3\x80\xb9\xeb\xaa\x13\ \x91\x18\x74\x2a\x1c\x03\xca\xe7\xb6\xf4\x9b\xed\x6e\x5a\xae\xd1\ \x09\x69\xa7\xa9\xcf\x26\x54\xe8\x34\x32\x01\x30\xd4\xd0\xa0\xc5\ \x62\x1d\x02\x5e\x80\x5e\xab\xc4\x31\x04\x50\x8c\xcb\xe5\xa0\x08\ \x00\x31\xd4\xd5\x6d\xf6\x02\x4f\xa3\xd7\x8b\x71\xb4\xb7\xe1\x44\ \xa9\x31\x32\x2e\x54\x1a\x28\x96\xab\x64\x42\xc2\x65\x33\x9a\xfa\ \xb9\x52\xad\x4e\x21\x42\x00\x7c\x43\xfd\xdd\xbd\x83\x98\x58\xae\ \x53\x2b\xb9\x28\xcb\xdd\x49\x00\xa3\xd1\x58\x5d\x5d\x5d\x57\x57\ \xb7\x72\xe5\xca\xe4\xe4\xe4\x31\x9a\x9c\x3d\x3d\x7d\xea\x94\x44\ \x8a\xa2\x6f\xa1\x35\x4a\x51\xa3\x73\x7b\xd1\xf8\x99\x4b\xe2\x01\ \x8e\xf6\x37\xe2\x8a\x79\xab\x1f\xc8\x06\x18\x3a\xb0\x63\x73\x45\ \xeb\x10\x42\x38\xe4\x53\xee\x7d\x76\xd5\xec\x0b\xfb\xdf\x79\xab\ \xf4\xb2\x56\x25\xb4\xda\xbc\x81\x7a\x2d\xe2\x32\x77\xd9\x44\x6b\ \x37\xbe\x38\x53\x5a\xff\xfa\x86\x3f\xd9\x03\x0d\x1c\xd7\x40\x40\ \xfc\xfc\x5f\xfc\x64\x19\x36\xfc\x08\x70\xb6\x5f\x28\xde\x75\xd0\ \xd4\x37\x48\x6b\x32\x36\x6e\x58\x23\x12\xe3\xa6\x86\xe3\x7f\xff\ \xab\x29\xe7\x9e\x55\xf3\x62\xba\xdf\x7b\x73\x7b\x0f\xc9\x75\xd8\ \x7d\x79\x0f\xfd\xa2\x28\xd8\xf8\xc6\x96\x1d\x03\xa8\x48\x11\x9c\ \xb4\x72\xcd\x03\x06\x21\xbb\xde\x9d\x04\xe0\x72\xb9\x71\x71\x71\ \x46\xa3\x71\xe3\xc6\x8d\x67\xce\x9c\xb9\x89\xba\x30\x9c\xbb\x8b\ \x61\xe8\x98\x03\x00\x50\x14\xb9\x35\x61\x9d\xa4\x69\x3f\xd1\x2d\ \xd5\xfb\x3e\x39\x61\x2a\x58\xb9\xee\xe1\xc5\xd3\xce\xed\xf9\x67\ \x95\x8d\xb2\x59\x06\x82\x66\xae\x7e\xf9\xb5\xd7\xf3\xf4\x24\xa1\ \x9f\xfd\xe2\xab\x6f\xde\x13\xe1\x3a\x78\xf8\x2c\x41\x58\x9d\x78\ \xf8\x53\xcf\xbf\xfc\x87\xcd\xbf\xe0\x36\x97\x7e\x72\xdc\xc4\xe3\ \x61\x00\x40\x92\x20\x8a\x98\xfa\xe0\x43\x8f\xaf\x7b\x64\x09\xd9\ \x7a\xbc\xf2\x8a\x0f\x48\x2c\x79\xde\xaa\x57\x5e\xdc\xb8\x38\x2d\ \xf8\xd8\x87\x7f\xab\x27\xc2\x57\xae\x5b\xbf\x20\x82\xdc\xfd\xd1\ \xfe\x96\xcb\xf5\x8d\x66\xfe\xca\xff\x7e\xfe\xd9\x27\x7e\x50\xc4\ \x65\x75\xf7\xcb\x40\x92\x64\x4b\x4b\x4b\x44\x44\xc4\xfa\xf5\xeb\ \xd3\xd2\xd2\xee\xc4\x57\x22\x00\x60\xea\xbc\xe6\x70\x59\xcf\x95\ \xed\xa9\x23\x88\xd4\xec\x2c\x25\x0f\xae\x21\x28\x86\x61\x00\x98\ \x21\x4c\x77\x81\x44\x00\xc0\xa0\x53\x56\xdb\xed\x3e\xe0\x72\x79\ \x38\x8a\x00\x08\xa2\x32\x63\xe4\x27\xdb\xda\x88\x20\x0c\x41\x39\ \x3c\x0c\x6a\xf7\x6e\xfb\xb8\xaa\x4f\xab\xe4\x58\xbc\x14\x4d\x50\ \x23\x5f\x0e\x40\x5e\xeb\xec\x76\xb9\xf9\x87\x8a\xff\xe5\x75\x2b\ \x67\xa6\x86\xe8\x33\x32\xd7\xb4\x5a\xfe\xf1\xf2\xff\x84\x64\x16\ \xae\x5e\x9e\x27\xe3\xb2\xdc\x9d\x04\x90\xcb\xe5\x4b\x97\x2e\x5d\ \xbd\x7a\x35\x9f\x7f\xa7\x12\x6f\x18\x00\x50\x69\xd5\x12\xb9\xf7\ \x9e\x27\x7e\x16\xc5\x07\x1a\x00\x05\x68\xbb\x1e\x67\x43\x33\x0c\ \x43\xd1\x00\xc0\x00\x02\x08\x8a\x20\x08\xe9\x71\x7b\x7c\x00\xc2\ \xbe\xc6\x0e\x9b\x7a\x61\x10\x97\xee\xf1\xf9\x48\xda\x66\x39\x78\ \xe0\x74\xc2\xa3\x7f\x7c\x64\x3a\xfe\xe7\xdf\xbc\x40\x90\x34\xce\ \x07\x7b\x8f\xcd\x07\x80\x03\xaa\xd1\xa8\x95\x9c\x19\x3f\x79\x7a\ \x11\x07\x18\x1a\x10\x94\xa6\xe7\xae\xfe\x69\x76\xc1\xb9\xe7\x36\ \x6c\xde\x17\x1a\xbb\x66\x86\x9e\xe5\xee\x0f\x1f\xeb\xd7\xaf\xc7\ \x30\x6c\x1c\x57\x03\x43\x10\x3e\x00\xb8\x6d\x3c\x83\x8f\xf0\xdd\ \x5a\xe5\x86\x26\x7d\x24\x49\x03\x80\x3a\x67\xd9\xa2\xda\x2d\xbf\ \x7f\xf6\x97\x1a\x39\x4f\x95\xb2\xe4\xa9\x1f\x65\x31\x14\x49\x50\ \x14\x00\xd0\x24\x41\x90\x14\x00\xd0\x14\x41\x92\x14\x86\x8b\xbc\ \xbd\x8d\xef\x6d\x7e\x49\xe8\xea\xf1\x2a\x67\x3c\x9b\x17\x2c\x18\ \xb2\x2a\x9c\x25\xfb\xcf\xce\x9f\x9d\x9b\xba\xf3\xa3\x2d\xa6\x23\ \x78\xab\x89\x88\x15\xf0\xc2\x33\xb3\x79\x9f\xef\x78\xf6\x97\x75\ \x59\x45\x2b\x17\xaf\x79\xac\xfe\xd5\xb7\x7f\xf9\xab\x53\x12\x01\ \x2f\xeb\x47\x4f\xcf\xe1\x9d\x7b\xeb\xe3\x72\x1a\xa1\x29\x6d\x62\ \x9c\x41\xfe\x43\x9a\x20\x36\x9e\xe1\x9b\xc0\xe1\x74\x9d\xaa\x3c\ \x63\xb7\xdb\x6f\x1b\xcf\xa0\x56\x2b\xb3\x32\xd3\xb9\xdc\x9b\x74\ \xc1\x61\xe9\x75\x61\x12\xb5\x4c\x08\x00\x0c\xe9\x35\x5e\x6b\x1f\ \x74\x52\x52\x4d\x50\xb0\x2a\xc0\x39\x68\x76\x21\x12\x95\x4c\xe0\ \xb6\x9a\x87\x18\x91\x5a\x2e\x72\x5b\xfb\x9c\xa8\x54\x38\x74\x6c\ \xd3\x2b\xe5\x4b\x9f\x5c\x1f\xcc\xa7\x54\x21\x21\x01\x38\x06\xc0\ \x0c\xf5\x77\xd9\x91\x40\x83\x8c\xd3\xdd\xd1\x66\x71\x50\xe2\x40\ \xa5\x5e\xa7\xe1\x63\x8c\xdd\xdc\x79\xcd\xec\x94\xeb\x42\xf5\x0a\ \x91\xcf\x31\xd8\xd9\x65\xf4\x02\x4f\x17\x12\x2e\x43\x1d\xed\x1d\ \x5d\x0e\x02\x55\x1b\x42\xb5\xf2\xff\xbf\x05\x2f\x1b\xcf\x30\x41\ \x21\x16\x09\xe7\xcf\x9d\xfd\xf5\x3e\xa2\xd0\x88\x47\x04\x83\xc3\ \x33\x84\xc7\x8e\xc4\x56\x8a\xe4\x6a\xff\xbe\x9c\x40\xa6\x16\x0c\ \xff\xa1\x12\x00\x38\xad\x04\x09\x7c\x7d\x78\x48\xe4\x8d\x6d\x3b\ \x44\xa2\x0c\x96\x00\x00\x80\x21\x22\x6e\x54\x74\x26\x12\xa0\x0e\ \x4d\x1c\xae\x1b\x06\xb8\x58\x1e\x15\x37\x22\xb1\xd2\x88\x58\xe9\ \x0f\x72\x16\x58\xee\x4e\x5c\x08\x74\xb3\x7f\xf3\x7c\xa6\x4c\xc0\ \x8e\x04\xcb\xdd\x3b\x0a\x9a\xa6\xfd\x4e\x5c\x0c\xfb\xae\xd2\xc7\ \x50\xae\x48\xad\x66\x23\x25\x58\xee\xde\x51\xd8\xec\x43\xc7\x4f\ \x55\x3b\x1c\x4e\x60\x98\x94\xe4\x84\x84\xb8\xe8\x6f\xff\x2e\x78\ \x1c\x2e\xe0\x8b\xf8\x1c\x84\x1d\x5e\x96\xbb\xdf\x21\x1a\x9a\x2e\ \x05\xe9\x75\xa9\x29\x09\x4e\xa7\x6b\xff\x81\xb2\x1e\x53\xef\xc8\ \x46\x1a\x4d\xd3\x62\x91\x28\x7d\x5a\x0a\x7e\xbd\x00\xff\xed\xe2\ \x22\xdc\x55\x9f\xef\x73\x18\xe6\xcc\x4d\xb9\xde\x0f\x90\x30\x7d\ \xbc\xf5\x83\xe0\xe5\x4f\xcf\x8d\x60\x85\xf6\x2b\xff\x2e\xb1\x43\ \x30\x1e\x5a\x5b\x5b\x2d\x16\xcb\xed\x47\x0d\x41\xae\xb6\x77\x34\ \x36\xb7\x5e\x69\xeb\x08\x36\xe8\x49\x92\xa2\x69\xc6\x7f\x70\x38\ \xdc\x73\xf5\x0d\xa6\xde\xbe\x91\x9b\xcb\xb6\x3e\xff\xda\x47\x27\ \xaf\xfb\xcc\x1c\xc5\x6f\x6e\xda\xfa\x59\x33\x86\x00\x79\xd3\x7e\ \xb2\xd7\xd4\xdd\x65\xf3\xd0\xec\xb0\xb3\xba\x7b\x07\xb0\x73\xe7\ \xce\xee\xee\xee\xb5\x6b\xd7\xce\x98\x31\x63\xec\x35\x04\x08\x82\ \xf4\xf9\x7c\x04\x41\xf2\xf8\x3c\xfe\xa8\x58\x1c\x1c\xc7\x3b\xae\ \x75\x51\xa3\xfc\xbe\xf1\xc9\xc1\xdb\xfe\x5e\x6e\x5c\x96\x63\xe0\ \x03\x65\x6a\x3e\x56\xd7\xb7\xec\xbe\x48\x71\x5b\x8f\x4f\xc0\x07\ \x80\xbe\x96\x13\x7b\x0e\x9e\x65\x38\x64\xbb\x95\x4e\xc1\x31\x00\ \xb8\x52\x55\x5a\x7a\xa2\x81\xab\x4d\x5e\x76\xcf\x7c\xad\x18\x03\ \xc2\x72\xa4\xa4\xe4\x6c\xc7\x50\x64\x46\xc1\xe2\x39\x49\x3c\xf0\ \xd4\x95\xed\x3f\x5a\x7b\x55\x1a\x3a\xed\xde\x1f\x15\x4c\xe6\x52\ \x4f\xac\xee\x8e\x6f\xe6\x0b\x04\x24\x49\xbe\xfd\xf6\xdb\x2f\xbd\ \xf4\x92\xd1\x68\xbc\xe9\x1a\x03\xf1\xb1\x51\xa9\x29\x89\x19\x69\ \x53\xd2\x52\x93\xa7\x4d\x49\x1a\x39\x92\xe2\x63\xc2\x42\x82\x46\ \xd7\x16\x09\x9a\x3a\x2f\x01\x6d\x2d\x6f\xec\x07\x80\x4b\x35\xe5\ \x9e\x90\x59\xb3\xf4\x01\xb5\x65\x25\xa7\x5b\x9d\xd0\x5f\xbd\x79\ \xcb\x07\x5e\x4d\x7c\x5c\x90\x94\xf0\x7a\x51\x9c\x6f\xa9\xfd\x64\ \x6b\x49\xc3\xb4\xb9\x0b\x14\xe6\x63\x6f\x7e\xf0\x05\x00\xb3\xef\ \x9d\xdf\xef\x6d\x24\xd2\xa6\x46\x9c\xdf\xfd\xd6\x8e\xf2\x4e\x4b\ \x5d\xe9\xd6\xe2\x33\x29\xb9\x05\x49\x21\xca\x49\xbe\x36\x66\xb9\ \xfb\x65\xe0\xf1\x78\x34\x4d\x1b\x8d\x46\x97\xcb\x75\x33\x75\xbf\ \x46\x6d\x11\x10\x85\xe5\x4e\x0f\x3e\x73\xb8\x12\xc0\x7b\xfc\x54\ \xfb\xd4\xfc\xd9\x28\x90\x18\x2e\x14\x89\xf0\x96\x13\x15\xde\xb0\ \xdc\x27\x1f\x98\x3f\xa7\xb0\x20\xde\x20\x43\xc0\x5e\x75\xe4\x78\ \x57\xbf\xa5\xa1\xa6\xba\xad\xcf\x7a\xb5\xb1\xa5\xcf\x58\x7b\xa2\ \xd1\xbd\xe2\xbf\x9e\xc8\x9f\x5b\xb4\x76\x79\x66\x7d\xd9\x41\x97\ \x58\x19\xc0\xd8\xaf\x5c\xb3\x87\x4d\x49\x92\x4e\xee\xd9\x63\xd7\ \x0c\xe3\xc2\xe5\x72\x0d\x0c\x0c\xac\x5a\xb5\xaa\xb0\xb0\xf0\x5b\ \xb6\x44\xcd\x9e\x57\x50\xb2\xe5\xe8\xd1\x63\xcc\x15\xd2\xf0\x78\ \x56\x30\x80\x7b\xc4\xb0\x43\xae\x6f\xcd\x31\x00\xc0\x50\x1e\x1f\ \xe8\x62\xd2\xf3\x72\x93\x88\x9c\x99\x3f\x56\x86\x04\x92\xe7\x08\ \x06\xf3\x5b\x7d\x5c\x0e\x8f\x76\xf7\x49\xa2\xe7\xbc\xf4\x5b\xfd\ \xbe\x3d\xbb\x5e\xf8\xf5\x91\x47\x36\x6c\x9a\x6e\x98\xbc\xbd\x5a\ \x59\xdd\x1d\x17\x8b\x16\x2d\x7a\xf5\xd5\x57\x8b\x8a\x8a\x6e\x25\ \x2e\x4d\xd3\x0c\x33\x7e\x6d\x11\xfa\xe6\xda\x22\x00\x58\xf0\xac\ \xfc\x08\xfb\x6f\x37\xbd\xa3\xca\x59\x14\xc5\x03\x00\x86\xf0\xba\ \x5d\x2e\x5f\x7c\xd6\x4c\xa4\xf5\xc8\xf6\xcf\x6b\xae\x5e\x6c\x36\ \xf6\xdb\x49\x46\x3a\x3d\x3b\xd9\x7a\xa5\xb6\xd3\x0e\x28\xe9\x21\ \x81\xc1\xf4\xa9\xd3\x82\x89\x3d\xdb\xff\xdd\xdc\x58\xb5\xb3\xa4\ \x22\x2c\x2b\x97\x67\xed\xb9\xd4\x4b\x66\x15\xe4\x8a\x9d\x9d\xcd\ \x1d\x56\x56\x77\x59\xdc\x06\x99\x99\x99\xe3\x5d\x52\x06\xca\xdb\ \x3b\xaf\x5d\x6c\x68\xba\x5d\xec\x39\xe6\x76\x7b\x24\x62\xf1\x18\ \x8d\xc8\x59\xba\xb4\xa6\x37\x68\x71\x9e\xbf\xca\x34\x16\x92\x30\ \x4d\xaa\xe1\x82\x2e\x67\xc3\xcf\xbc\x9f\xec\x2b\xdd\xee\xa1\x75\ \x69\x79\xf1\x81\x98\x21\xec\xd1\xa7\xbd\xff\x2a\xfd\x74\xa7\x07\ \xc4\xb3\x57\x68\x22\xd5\xfa\x95\x4f\xff\x7c\xf7\xce\x4f\xfe\xb9\ \xf3\x42\x50\xf6\x9a\x35\x2b\xa6\x12\x6d\x55\xc7\xf6\x95\xf6\xb8\ \xb1\xd8\xc2\x47\x97\xcd\x50\x4d\xe6\x09\x62\x63\x71\xbe\x21\xae\ \x5c\x6d\xb7\x0c\x0c\xde\x1a\x8b\x43\xd1\xb4\x41\xaf\x0b\xd2\x6b\ \x27\xf9\x9b\xdf\xd9\xd1\x66\x32\x76\xab\x35\x5a\x36\x16\x67\xc2\ \x21\x32\x22\x2c\x32\x22\x8c\x1d\x87\x71\x45\x11\x10\xe2\x7a\xbb\ \xb8\x91\x73\x0c\xc3\x50\x14\x79\xa7\xbc\x23\xec\x7a\x97\xc5\x77\ \xc3\x5d\x14\xb1\x5b\xad\xa3\x99\x8a\x20\x40\x91\xa4\xc7\xed\x44\ \xd0\x3b\xc3\xde\xff\x1b\x00\x0d\x36\x0d\x9d\xcb\x2c\xd6\xb4\x00\ \x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\xf0\x18\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\xef\x9e\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x9c\x55\ \xc7\xf9\xff\x9f\x99\x39\x76\x6d\xdd\xdd\x0d\xd7\x40\xd0\x10\x25\ \xee\x9e\x86\xc6\xd3\xb4\x4d\x3d\x4d\x5d\xd3\x36\x4d\x35\xee\x21\ \x2e\xc4\x70\x82\x13\xdc\x61\x59\x16\x58\x67\x85\xd5\x7b\xf7\xee\ \x95\x63\x23\xbf\x3f\xee\x02\x4b\x42\x5a\xda\x5f\x9a\x2f\x69\xcf\ \xfb\xb5\x2f\xb8\x72\xee\x39\x73\xe6\xcc\x7c\xe6\x99\x67\x66\x9e\ \x41\x00\x00\x00\xb9\x39\x99\xa3\x47\x55\x25\x27\x27\x32\xc6\xc0\ \xc1\xc1\xe1\x7f\x0c\x42\x70\x6f\x8f\x7f\x4f\xf5\x81\xd6\xb6\x23\ \x00\x40\x30\x46\xa3\x46\x56\xcd\x9c\x3e\x49\x91\x65\xc6\xb8\x93\ \x41\x0e\x0e\xff\x83\x70\x2e\xdc\x1e\x77\x45\x79\x31\xe7\xbc\xbb\ \xa7\x57\x4a\x4f\x4f\x1d\x3f\x6e\x44\x28\x1c\xe5\xfc\x04\x51\x40\ \x08\x1d\x7b\x2d\x04\x00\x88\x93\x9d\xed\xf8\x51\x9f\x7d\x8c\x83\ \x83\xc3\x97\x02\x64\xdb\x74\xfc\xd8\x11\x5d\xdd\xbd\x64\xca\x99\ \x13\x24\x22\x0d\xed\x3e\x20\x00\x40\xc8\xb0\x59\xd4\xb2\x0d\x9b\ \x52\xc6\x25\x82\x10\x42\x42\x88\x4f\x48\x82\x10\xc2\x34\x4d\xcb\ \xb2\x28\xa5\x00\x80\x31\xfe\xc4\x31\xa7\x94\x16\x84\xc4\x51\x5d\ \xf9\x22\x6e\x1d\xa1\x53\x97\xb0\x58\x56\x7c\x22\x79\x08\x01\x00\ \x12\xe2\x7f\x45\x04\x07\x33\x41\x38\xa2\xff\x5f\x8f\x10\x42\x30\ \xc6\xe3\xbc\x6e\x32\x7e\xec\x08\x4a\x4f\x10\x05\x2a\x44\x7f\x58\ \x4f\x95\x50\x99\x57\xcb\x73\xc9\x1a\x42\x5d\xa1\xa8\x2d\x84\x22\ \x91\x63\x85\x03\x21\x64\x98\x86\x6e\x58\x1e\x8f\xcf\xe3\xf1\xc9\ \x8a\x66\x59\x76\x24\x12\x91\x65\xe9\x5f\x4d\x4a\x34\x6a\x00\x08\ \x8c\xf1\x3f\x39\xee\x73\xba\xef\xa8\x6e\x20\x24\x30\xc2\x27\x7c\ \xcc\x39\x17\x02\x86\x98\x48\xb1\xbc\xa0\x94\x45\x22\x3a\xc1\x78\ \xa8\xf5\xa4\x1b\x16\xa5\x54\x92\xc8\xe9\x56\x53\xc4\xb1\xff\x05\ \xe7\x9f\x5f\xda\x18\xe7\x91\xa8\x2e\x49\xe4\xf3\x3d\xad\xc3\xe9\ \xda\xa1\x60\x2e\xb7\x4b\xb2\x6d\xfb\x68\x13\x0a\x00\xc0\x84\xd0\ \xc3\xc6\xb5\x45\xc9\xb3\xf3\x53\xd2\x35\x59\xc6\x28\x68\xb1\x1a\ \x7f\xe4\x85\xda\x8e\xb6\x88\x1e\xe7\x52\xb9\x10\x08\xa1\x48\x44\ \x57\x54\xd7\xd8\x71\xc3\x93\x93\x12\x65\x59\xe6\x9c\xeb\xba\xd1\ \xdc\xd4\xdc\xd8\x54\xef\xf5\xb8\xd0\x27\x2a\x58\xac\x96\x61\x64\ \xeb\x7a\xc4\xb4\x11\x00\x20\xac\x69\x9a\xaa\x48\x3a\x75\xa5\x17\ \x15\xfb\x02\x8d\xed\x61\x53\x60\xe5\xd3\xd5\x1f\x21\x60\x94\x85\ \x22\xa6\xcf\xab\x61\x82\xff\x81\x3c\x20\x04\x9c\xb1\x68\x44\xa7\ \x42\x10\x22\xbb\xdd\x1a\xc1\x9f\x6c\xe5\x74\xe6\xc9\x2a\x2a\x76\ \xf7\xd5\xb5\x47\x2d\xc0\x32\x20\x00\x2e\xc2\x3a\x43\x18\x49\x48\ \x78\x64\x8b\x62\xe5\x78\x7d\x60\x88\x2a\xa9\xc3\xc7\x64\x18\xf5\ \x3b\xdb\x6c\x09\x63\x8c\x40\x44\xa9\x2b\x29\x33\x3f\x91\xf7\xf6\ \x74\xf5\x59\xb2\x8a\xfe\x99\x5e\x21\x04\x42\x08\x43\xd7\x2d\x9b\ \x01\x42\x8a\xaa\x6a\xaa\xf2\xf9\x1a\x47\x43\xb3\x88\x10\xc2\x05\ \xd2\x4d\x90\x85\xa1\x29\x12\xc3\xd2\xa9\x28\x2a\x42\x88\x59\x66\ \x44\x37\x04\x20\x00\x10\x80\xdc\x1e\x77\xac\x19\x60\x1c\x51\x29\ \xb5\xa4\xdc\x35\xd0\xd2\xd8\x65\x48\x12\x98\x2e\x19\xf5\x47\xa9\ \xaa\x4a\xaa\xaa\x38\x46\xc4\x7f\x25\x8c\x51\x52\x51\x5e\x12\x33\ \x15\x01\x40\x20\x14\x0a\xeb\xb7\x15\x26\xdc\x94\xe7\x73\x5b\x51\ \x53\x0f\x1b\x91\xb0\x42\x8d\x7c\x15\x46\xa5\x78\xb6\x1e\x19\x18\ \x10\x48\x26\xc4\xb2\x2c\x84\xa5\x09\x13\xc7\xc7\xf9\x3c\xb6\x6d\ \x9b\xa6\x41\xa9\x45\x08\x4e\x4d\x4b\x01\x40\x47\x8e\x74\xaa\xaa\ \xf2\xe9\x02\x63\x59\x96\x92\x5a\x38\xac\xac\x2c\x27\x27\x2f\x2b\ \x2d\x91\x85\x7b\x7b\x03\x36\xf6\x95\x7c\xf7\x97\xdf\x88\xdf\xbf\ \x7e\xc7\xe1\x5e\xa4\x68\xc7\x9c\x15\x9c\x0f\xb6\xe0\x8c\x21\xa6\ \x66\x4e\x98\x34\x4a\xeb\x6e\xea\x33\x39\xc2\x64\xb0\x7d\x67\x5c\ \x08\x18\xd2\xc2\x0b\xcb\x86\xa8\x88\x2b\xad\xac\x2a\x2b\xcc\x4f\ \xf2\x4a\xd6\x40\x9f\xc9\x11\x67\x20\x00\x21\x10\x9c\x33\xcb\xc2\ \x24\xae\xe4\x07\xbf\xfc\x9a\xba\x6b\xf5\xee\x8e\x20\x52\x54\xc4\ \x79\xd0\x74\x8d\x3e\xe7\xea\xef\xdf\x7f\xc7\xd5\xe7\x8d\xeb\xdd\ \xf6\x71\x4b\xc8\x12\x08\x73\x2e\x04\x80\xae\x43\x4a\xe9\xc4\x6f\ \x7f\xe3\x0a\xff\xba\x25\xf5\x51\xc0\x84\x50\xdb\xea\x32\x73\xef\ \xfb\xf6\x1d\x15\x5e\xff\xce\xad\xb5\xcc\xa5\x71\xc6\x8e\x5a\x1a\ \x08\x40\x08\x2e\x18\xe7\xfc\x78\xc2\x04\xa3\xa2\x3f\x22\xa5\x15\ \x94\x55\x95\x16\x67\x67\xa4\x69\x4c\x37\x23\x11\x8a\xa5\xa3\xb7\ \x38\x68\xa7\xc7\x4c\x16\xce\xc5\xf1\x4f\x62\xd9\xc0\x4e\x72\x8c\ \x10\x08\x00\x8e\xbe\x06\xca\x30\x57\x33\x27\x4e\x1e\xa1\x75\x35\ \xf9\x4d\xe6\x8f\x78\x67\xdd\x78\xd7\xd7\x67\x97\xd4\x6c\xdc\x10\ \x10\x2a\x12\xb1\xac\x42\x70\x34\x85\xc7\xf2\x16\x1d\xbd\x10\xb5\ \x01\xf9\xb2\x2b\x2a\xca\xf3\x72\x72\x73\x72\x72\x73\x73\xb2\x5c\ \xfd\x47\xfa\x2d\x0e\x20\x02\x21\x91\x31\xfc\xe2\x9f\x7d\x6b\xda\ \x9a\x77\x3e\x2e\xbf\xf2\x9e\xef\x5e\x5e\xb9\x7b\x43\x75\xda\xb8\ \x29\xf9\xa2\xbf\xc7\xdf\xcf\x89\x82\x8e\x3f\xae\x4f\xa7\x13\x4e\ \xda\x42\x38\x9c\xf6\xdd\x09\x90\x38\xe7\xb1\x87\x87\x10\xd2\x2d\ \xbb\xca\x8d\x2e\x48\x46\xa1\x40\x6f\x63\xc4\x4e\x51\x48\xaa\x46\ \xaa\x7b\xac\x2c\xb7\x94\xe9\x92\xaf\xce\x76\x3d\xd9\x12\xa1\x18\ \x99\xb6\x5d\x5e\x5e\xac\xc8\x52\x6d\xed\x01\xbf\x3f\x20\xcb\x32\ \x42\x60\x59\x76\x65\x65\x79\x76\x76\x56\x57\x67\x97\x61\x44\x15\ \x45\x1e\xda\x98\x20\x8c\x22\xfd\xa1\xe1\x57\x5f\xf0\xfd\x4b\xce\ \x08\xf4\xf4\x70\x22\xd9\xfe\x96\x37\x9f\x7e\x7c\x43\x8f\x01\x00\ \xc4\x1d\x47\x91\x02\xd1\x08\x91\x55\x4c\x50\x48\xe7\x44\x92\x65\ \xc4\xc0\x08\x1b\xd4\x95\x9a\x57\x7e\xf7\x37\xae\x9a\xff\xa3\xfd\ \x07\x1b\xfa\x7d\x84\x19\x94\x47\x6c\xe2\x52\x08\x66\x06\x67\x4c\ \x76\xb9\x00\x80\x73\x88\x8a\xf4\xeb\xbf\x36\x67\x56\x49\x92\x00\ \x64\x07\xdb\xde\xfc\xf3\xef\x36\x05\x5c\xb2\x24\xbc\xdc\x18\x40\ \x1e\x10\x08\x33\x2b\x56\x48\x91\xe6\xb3\x50\x08\xf4\x28\xb7\x91\ \x9a\x35\xec\xea\xab\x67\x74\x7f\xf4\xf2\x33\x7b\x5b\xc3\x7d\xe6\ \x80\xa5\xa8\x80\x25\x60\xa0\x87\x19\xf3\x20\x04\x9c\x71\x21\x84\ \xe0\x10\x8a\x30\x8c\x91\x47\x03\x45\x42\x5c\x08\xe0\x22\x14\xa1\ \x98\x48\x2a\x11\x5c\x0f\x63\xd9\x05\x48\x36\x6d\xa6\x48\x18\x84\ \x50\x89\x65\x23\x49\x08\x11\xb0\x12\x2f\xba\xe5\x86\xcb\xcf\x2c\ \x21\xcc\x46\x12\x39\xbc\x63\xf9\xdc\x67\xde\xd2\x5d\x52\xc4\x10\ \x8a\x22\x4b\x88\x52\x2b\x24\x69\x5e\x9b\x63\xce\x85\x84\x31\x08\ \x9b\x52\x5d\xd2\xdc\xc0\x59\xc8\x44\x9a\x22\x11\x61\x51\x3b\x2a\ \xb9\xbc\x16\x45\x42\x20\x09\x23\x09\x38\x07\x64\x01\x21\x08\x90\ \x15\xd5\x0d\x9c\x3e\xb2\xea\xee\xfb\x2e\x79\xef\xc1\x9a\x43\xcd\ \x41\x0d\x8c\xce\xf6\xc6\x6a\x3d\x10\x65\x28\x6a\x53\x24\x29\x1a\ \xe1\x60\x46\x10\x51\x90\xa4\x99\x36\x95\x08\x41\xc0\xc1\x8c\x20\ \x49\x93\x64\x02\x20\xf4\x30\xcd\x1a\x37\xfe\x9b\xdf\xb8\x42\xea\ \xef\x0a\x5b\xa0\x10\x63\xe1\x9f\x0e\x1e\xaa\x0f\xda\xb2\x87\x60\ \xee\x73\x11\x10\x40\xb0\xe8\x6e\x6f\xaa\x16\x03\x3d\x2c\xed\x7b\ \xf7\xdc\x1a\x7d\xef\xa9\xbd\x87\xfb\x14\x99\x71\xc1\xfb\x4d\xac\ \xc9\x84\x08\x9b\xda\x11\xc9\xe5\xb5\x39\xe2\x0c\x49\x04\x01\x08\ \x09\x9c\x11\xae\x2f\xa5\x9b\x41\x1a\x5a\x7b\xa3\xa6\x7d\x46\x22\ \xc6\xe1\x80\xcd\x78\x5d\x44\x5a\x79\x24\x52\xaa\xf2\x5d\xb6\x32\ \x27\xdd\x8e\x58\xe1\x91\x8a\x12\x87\x78\x88\x32\x82\xa5\xf8\xb8\ \x38\x5d\xd7\x07\x06\x06\xf2\xf3\xf3\xe2\xe3\xe3\x09\x21\x7b\xf7\ \xee\x0b\x87\x23\xb2\x2c\x27\x26\x25\x35\x37\xf7\xcb\xf2\x09\x67\ \x06\x0e\x00\x02\xb0\xa4\xb7\x6c\xf9\xe5\x03\xbf\xa8\xf1\xcc\x7e\ \xfa\x91\xaf\xcd\x9c\x36\x76\xdb\x5b\xad\xba\x49\x27\xdd\xf6\xfd\ \x33\x6f\xa7\x07\x36\x2e\x7e\xf9\xe5\x79\x0d\x46\x52\xd5\xb4\xcb\ \xee\xbc\xf6\xac\xbc\x38\xbe\x67\xf5\x82\x67\xe6\x2e\xb4\x4c\x23\ \x14\x86\x4b\xbf\xff\x9b\xf3\xfc\xbb\x1f\xfa\xf1\xdf\x7b\xd5\xb2\ \x1b\xee\xb8\x69\xf6\x19\xc5\xac\xb7\x61\xc1\x6b\x2f\x2d\xdb\x71\ \x98\x78\x34\xcb\x16\x52\x5a\xf9\x79\x67\x94\x1e\x7a\xed\x91\x1f\ \x3e\xb3\x3c\x31\x37\x37\x8e\xcb\x24\xa1\xea\x37\x8f\x7c\x65\xfb\ \xef\x7e\xfc\x42\x4f\xf9\xa3\x3f\xbb\x7e\xe7\x9b\xbf\x7b\xb3\x3a\ \x6a\xd9\x62\xea\x1d\x0f\x9c\xe5\x55\x5a\x77\xae\x78\xfa\xc9\x37\ \x7a\x91\xa4\x4a\x34\x63\xc6\xe5\xf7\x4d\x68\xfe\xf3\x2f\x9f\x1e\ \x31\xf5\xaa\xbb\xae\x9e\x9e\x2e\x47\xb7\x7c\x34\xef\xf9\x57\x57\ \xd2\x41\x77\xac\x18\x88\x42\xc5\xcc\xcb\xbf\x76\xe3\xcc\x34\x19\ \x90\x22\xb6\xec\xa2\x01\x1d\xe5\x9c\x39\xfb\xae\xeb\x66\xe5\xc7\ \x89\x83\x5b\x96\xcf\x7d\xf9\xdd\x76\x75\xd8\x1d\xdf\x9e\x33\xa9\ \x38\x53\xa3\x6d\x7f\xfb\xf1\x6f\xf7\x07\x8d\x90\xa1\x94\x9d\x7b\ \xfe\x8d\xe7\x94\xad\x7f\xf5\xb1\x97\x97\xee\x31\x94\x84\x54\x1f\ \xb7\x88\x3a\x60\xb9\x27\xcd\xbe\xfc\xa6\x0b\x27\x24\xe0\xf0\x96\ \x25\x6f\xbf\xf2\xee\x7a\x57\xd5\x39\xf7\xdf\x77\x75\x51\xa2\x17\ \x1b\xfe\x35\xef\xbe\xfa\xde\x47\x5b\xba\x94\x82\xd9\xd7\x5e\x73\ \xd5\x8c\x61\xaa\xdd\xbb\xf6\xbd\x57\xdf\x58\x5a\x9d\x7c\xc6\x45\ \x5f\xfb\xca\x85\x25\x99\x49\x6d\x9b\xde\xfd\xd3\xe2\xde\x1f\x7c\ \xe3\x96\x3c\x2f\x0f\xb4\x56\x3f\xff\xd8\x73\xed\xd1\xd0\x40\x14\ \x5f\xf1\xc0\x43\xb3\xfb\xb6\xff\xe0\x9b\x4f\x26\xe5\xe4\x0d\xcb\ \x8c\x5f\x1c\x35\x13\x47\x5e\xfc\xf5\x5b\x2f\x19\x9e\xa5\x36\xed\ \x5a\xfb\xf2\x8b\x6f\xec\x19\x88\xbf\xfb\x81\x7b\xce\x2c\x4a\x75\ \x11\x71\x68\xcb\xb2\x97\xe7\xce\xeb\xa4\x2e\x42\x30\x80\xe0\x42\ \xd0\xfe\x96\x97\x7e\xfe\xad\x17\x36\xf5\x7b\x3c\x5a\x61\x5a\x1c\ \x4b\xaa\xba\xf5\xb6\x1b\xcf\x1e\x91\xc9\x74\x8b\x19\x6d\xb6\xc5\ \xb2\x72\x73\xaa\x8a\x4c\x8f\xd8\xd7\xdf\x3b\x30\xe6\xb2\x3b\x9e\ \xbe\xe4\xd2\x17\xfe\xf0\xf0\xd2\xfd\x6c\xe6\x35\x37\xdd\x72\xf1\ \x19\x09\xd0\xbf\x7e\xc1\x9b\x2f\xbf\xb7\xc1\x55\x39\xeb\xbe\x3b\ \xaf\xa8\xca\x4a\xee\xac\xff\xf8\x27\x0f\xbd\x48\x24\xd9\xa9\x69\ \x5f\x3e\x5d\x18\x6a\x2f\x30\x2e\x12\x98\xce\xa2\xa6\x45\xc5\x45\ \x71\xde\xbf\x47\xe5\x17\xba\x8d\x5f\x97\x4b\x89\x76\x50\xa7\xcc\ \xa7\x28\x32\x23\x0c\xcb\x12\x60\x21\xb8\x69\x52\x21\x84\x69\x1a\ \xd1\xa8\x4c\x08\x16\x82\x31\xc6\x6c\xdb\x26\x04\x31\x7a\xd4\x8e\ \x3c\x71\xf0\x02\x04\x07\xac\x24\xa4\x64\x16\xa5\xa7\xb9\x15\xe8\ \xd1\x75\x06\x48\x51\xc8\xf6\x37\x9f\x58\xa4\x97\x3e\x30\xe7\xbc\ \xf1\xdb\xd6\x34\xb5\x54\xdc\x7b\xfb\x79\x87\xe7\x3d\xf9\xb7\x7a\ \xdf\x77\xbe\x73\xfd\xb5\x2d\x8d\x6f\xd6\x19\x08\x19\xcb\x9e\xfe\ \xfb\xf2\x86\x23\x5d\xe1\xf8\xb3\x6e\xb8\xf6\xc2\x52\xfe\xc4\x2f\ \x7e\xea\x39\xe3\xfa\x39\x77\x7c\xb5\xa3\xee\x97\x7b\x75\x2a\x11\ \x12\xea\xdd\xbb\x70\x4d\xed\x79\xb3\xae\xff\x4b\xe9\xf8\xb5\x4b\ \x16\xae\xdf\xd3\x8a\x05\x10\x42\x62\x26\x3d\x21\x38\x66\xd2\xca\ \x12\xda\xf5\xf6\x33\xef\x34\x27\x7c\xef\xfb\x37\x5e\x3a\x63\xdf\ \x8b\x3b\xa3\x48\xf0\x8d\xaf\x3d\xf1\xd6\x9e\x76\x5f\xc1\xb4\xef\ \xdd\x3c\x65\xe7\xdc\xbf\xfc\x35\x58\xf4\x83\x6f\xde\x78\x51\x6d\ \xfd\x0a\xdd\x04\x00\x4a\xb9\x88\xab\xb8\xed\xd6\x73\xfd\x2b\xe6\ \x3e\xbc\x21\x7a\xcf\xb7\x6f\x95\x10\x83\xe4\x61\xf7\xdc\x75\x51\ \x68\xe5\x5b\x7f\x6c\x74\xdd\x7b\xf7\x25\xe7\x37\xd6\xbc\xb8\x59\ \xae\xa8\xcc\xde\xf3\xf2\x63\xef\x54\xb7\xda\x61\x21\x30\x0a\x43\ \xd2\xa8\xf2\x62\xda\xba\xef\xe3\xe5\x1f\x1b\x24\xcd\xe5\x8b\xf3\ \x7a\x58\x77\x20\x9c\x36\x6c\xca\xed\xd7\x8e\xdb\xfc\xca\xf3\xb5\ \xf2\x98\x6f\xdd\x74\xe3\xde\xed\x35\x75\xaa\x27\x3b\x01\xbd\xff\ \xc7\x5f\x74\x8e\xf9\xca\xb7\xaf\xb8\x70\xcd\xfa\x9d\x9e\xd1\xe7\ \xdc\x78\x4e\xc1\xa2\xe7\x9e\xe8\xcf\x3d\xf7\xde\xaf\xde\xb4\x79\ \xd3\xcf\x71\x6a\x66\xb6\x5b\x7f\xf9\x57\x3f\xda\xdd\x17\xee\x0b\ \xe2\x57\x9f\x7f\x36\x2d\x25\xe7\xe2\x1b\x2e\x3a\x7f\xc2\x88\x57\ \x6b\x2d\x2c\xf4\xc5\x4f\xfe\x6d\x75\x73\x77\x10\xdc\xaa\x22\x29\ \x12\x50\x5f\xf9\x6d\x77\x5f\xe3\xda\xf3\xee\x77\x9f\x38\x72\xcb\ \x37\xee\xba\xf9\xca\xce\xc6\x17\x6b\x73\x8a\x32\x0e\xbd\xff\xcc\ \xbc\xde\x8c\xef\xdf\x31\x7b\x7a\xf5\xc6\x57\xd7\x1e\xd1\x7c\x1a\ \xe7\x42\x70\x6a\x92\xc4\xcb\xef\xfb\xc5\xd4\xdb\x88\x1c\xd8\xf6\ \x87\xc7\x96\x4d\x3c\xf7\xa2\xb3\x0a\xd9\x93\xbf\xfc\xb9\x18\x76\ \xd5\xbd\x57\x26\x00\x00\x91\x64\x45\x66\x08\x21\x49\x23\xfb\x97\ \xbe\xf1\xf2\xaa\xed\xbd\xbd\xd1\x82\x49\x97\xdd\x7e\xc5\x88\x55\ \x4f\xfd\x6e\x07\x1a\xfb\xc0\xbd\xb7\x1e\xae\xae\xdf\x9b\x90\x54\ \x98\x8c\xe6\xfd\xe1\x67\xeb\x7b\xa2\x08\x93\x4f\x8c\x7f\x3b\x7c\ \x29\x74\x01\x0b\x01\xc7\xfe\x00\x50\xd0\xa4\xdc\xb6\x11\xa7\x2b\ \x0f\xfb\x29\xe7\x97\xe4\x27\x2c\x68\xee\xf3\x47\x74\xcc\xe8\x80\ \x61\xd9\x02\x40\x20\xce\x58\x24\xaa\xdb\x36\x65\x8c\x53\xca\x28\ \xb5\x63\xaf\x6d\xdb\xb6\x2c\x5b\xd7\x0d\x84\x61\xe8\x69\x07\xff\ \x00\x84\xad\xb3\xd4\x11\x0f\x3e\xf2\xd4\xdf\xbf\x7d\x5e\x60\xf7\ \x8a\x85\x2b\x77\x50\xc5\x4d\x10\x1a\x68\xad\xdb\xbc\xe5\x80\x3f\ \x22\x94\xb8\x84\x94\xf4\xd2\x0c\xa9\x7b\xe5\xaa\x2d\xbb\xd6\xae\ \xdd\xd2\xa1\x97\x14\x14\x78\x55\x10\x82\xf6\x36\xd4\xb6\xb7\xb6\ \x05\xb4\xec\xca\xdc\xcc\xd6\x86\x9d\x1b\x57\x6d\xdd\xb0\x71\x53\ \xbf\x96\x5f\x91\xa9\x19\x96\x0d\x08\xb9\x59\xe7\x8b\x8f\xfc\xe6\ \x17\x8f\xbf\x73\x30\x92\x78\xcb\xb7\x7e\x72\xfd\xcc\x42\x1a\x0d\ \x03\x42\x82\x51\xdb\x8e\x79\x23\x20\xe6\x6c\x08\x34\x1e\xda\xb5\ \x76\xcd\xae\x2e\x23\x3f\x3d\xd3\xa3\x00\x17\x62\xa0\xb5\xae\xb1\ \xd5\xef\x4e\xab\x8a\x67\x87\x57\xac\xd8\xba\x63\xed\x9a\xdd\x7d\ \xb8\xaa\x20\x5b\x91\x04\x00\x37\x2d\x5b\x4a\x2e\xc9\x75\x85\xd6\ \x6f\xdc\xba\x7d\x77\x8b\x3f\x62\x21\x24\xe2\xd2\xca\xb2\x64\x1e\ \x57\x34\xfa\xdc\x33\x8b\xbb\x5a\x9b\x83\xb6\xaa\x60\x4e\x29\x0b\ \xb6\x1c\x6c\x6b\x6c\x0c\x71\xcc\x05\x02\xc1\x19\x17\x92\x2c\x21\ \x82\xc2\xfe\x48\xd6\x99\x97\xfc\xea\xc1\xbb\x0a\x12\x78\x7c\x52\ \x41\x02\xe2\x79\x63\xa6\x4c\xa9\x8c\x3b\xd4\xd0\xce\x89\x86\x41\ \x30\xdb\xec\x3c\x54\xb3\x79\x6b\x13\x55\x34\xe2\x4d\xc9\x4b\xcf\ \x75\x61\x54\x31\x79\xc6\xd8\x5c\xd8\xdf\xd8\x23\x29\x1a\x00\xb7\ \xa2\x91\x9e\x83\xbb\xf6\x37\xeb\xa5\x93\x67\xdf\xfe\x95\x4b\xc6\ \x95\x65\x62\x8e\xdc\x92\x2c\x49\x00\x82\xf6\xd6\xef\x6f\x6f\xef\ \xd2\x91\x82\x00\x38\x67\xee\x94\xf2\xd2\x44\x63\xdd\xc7\x9b\x76\ \xaf\xd9\xb0\xae\xb6\x3d\x23\xbb\x24\xdd\x87\x6c\x2a\x42\xed\x8d\ \x5b\x37\xd7\x76\x07\xa9\x3b\x29\x99\x30\xc6\x45\xcc\x33\x89\x30\ \xd8\x5d\x87\xeb\xf6\xed\xdb\xbf\xef\xc0\xe1\x01\x48\x2a\xc8\xc8\ \xf4\xb7\xef\x5d\xb3\x66\xcf\xa1\x96\x80\xc0\x18\x0d\x19\xb1\xc2\ \x12\x0a\xb6\x37\x75\x34\xd4\x77\xda\xee\xec\xdc\x0a\x39\x52\xbf\ \x6a\xc5\xd6\x6d\xeb\xd6\xd4\x84\xdd\xc3\x0b\xd2\x11\x70\x5b\x37\ \x7a\xeb\xab\x3b\xda\xba\x84\x40\x27\x29\x09\xce\xdf\x69\xff\x37\ \xc4\x5e\x00\x50\x24\xb4\x33\x0c\xb3\x34\xc6\x19\xf7\xc4\x25\x5f\ \xe1\x12\x59\xbc\x67\x6b\x66\xb2\x6d\x74\xcb\xdc\xde\xaf\xe3\x7e\ \x41\x08\x12\x36\xa3\x7e\x7f\x20\x29\x31\x41\x92\xa4\x8e\x23\x47\ \x64\x49\x02\x40\xa6\x69\x02\x80\x69\x9a\x7e\x7f\x40\x22\x12\x67\ \x4c\x9c\xe8\xf1\xe6\x5c\x20\x49\x23\x81\x83\x4f\x3e\x35\xb7\xb6\ \xcb\xb0\x06\xba\x06\x4c\x45\x4d\x96\x01\x84\xa4\xa8\xaa\x24\x01\ \xe7\x08\x60\xa0\xaf\xa5\x1f\xcd\x9a\x30\xa6\xec\x90\xdb\x37\x32\ \xc3\xdd\xb1\xa5\x33\x18\x25\x82\xc4\xe5\x94\x16\x79\x43\x1d\x28\ \xd2\xdd\xd2\xeb\x9f\x58\x52\x51\x31\xa2\xd8\x3b\x7c\x64\x22\xef\ \x69\xe9\x35\x24\x8c\x29\xe5\x5c\xce\x38\x63\xbc\xbb\xa5\x66\xcb\ \xdb\x21\x69\xfc\xf8\xaf\x15\x95\x14\xc2\xc6\x86\xa0\xe5\x2e\x2e\ \xcb\xcf\xb0\xdc\x8a\x14\x1b\x6b\x44\x98\x20\x35\x21\xa5\x70\x7c\ \xf6\xe8\x0c\x4f\xdb\xfa\xae\xa8\x85\x30\x02\x22\x2b\x5e\xc5\x1a\ \xe8\x6b\x31\xd4\xb3\xc7\x8f\x29\xe9\xed\x2f\xa9\x4a\x42\xd5\x5d\ \x3d\x26\xf3\xc8\xaa\x27\x35\x2b\x99\xb6\x36\x76\x5a\x97\x4e\x99\ \x38\x6a\x43\x6f\xaf\x5b\x95\x19\xc6\x91\xfe\xf6\x01\xe2\x8a\x34\ \xef\x7a\x75\xc9\x6e\xc9\xed\xa5\xdd\x4d\xc2\x37\x06\x21\x41\x64\ \x55\x55\x65\x10\x5c\x20\xe4\xe1\xbd\x3b\xaa\xf7\x5f\x3e\xfd\xbc\ \x8b\xaf\xbd\xec\xc8\x9b\x9b\xe2\xdd\x2a\x46\x20\x09\xd6\xdf\xdf\ \x69\xcb\x23\xdb\x77\xac\x7a\x77\x4f\x8f\x4f\xc3\x81\x96\xee\xf8\ \x89\x0a\x00\x52\x34\x4d\xc1\x48\x08\x20\xcc\xec\x0d\xf6\x02\xc9\ \x38\xb8\x7e\xf1\xca\x46\x3d\x5e\xa1\x47\xba\x43\x65\x92\x04\x08\ \x4b\x8a\x42\x5d\x69\x53\xa6\x4d\xf3\x05\x96\x3d\xf7\xdc\x9a\xab\ \x7f\x3d\xbc\x58\xc2\x96\x6d\x71\x29\x2e\xa7\xb4\xd8\xa3\x77\x9b\ \x01\x5b\x08\x40\x88\x18\x81\x96\x0e\xdd\x3d\x76\x54\xe5\xda\xf6\ \xb8\xb1\x45\x99\x81\x23\x7b\xfd\x11\x46\x30\x10\x45\x55\x65\x19\ \x84\x10\x02\xb8\x10\x88\x73\xc1\x19\x20\x22\xb3\xe8\x9e\xb5\x8b\ \xdf\xda\x11\xf4\xb8\x64\x24\xdc\x9d\xfe\xde\xd4\xf2\xe1\x13\xc7\ \xe7\x47\x13\x54\x8c\x30\xc4\x5a\x0e\x04\x9c\x1a\x51\x5b\xcd\x2e\ \x2c\x88\x4b\x3b\x0c\x11\xa3\xb7\xbb\x05\xbc\xe3\xc7\x8e\x29\xb6\ \xf1\xe8\x52\x1f\x5d\xdd\x19\xe0\x6e\x00\x8c\x24\x45\x53\xe5\x98\ \xb1\xe0\x8c\x59\x7c\x19\xfb\x11\x31\xef\x36\x00\x80\x50\x30\xda\ \x61\x28\x1b\x43\xd1\xe9\x2e\x7b\x24\xef\x63\x03\x2c\xca\xd8\x38\ \x25\x82\x38\xed\x67\xf8\xbd\x7e\xd9\x92\x24\x97\x10\x08\x41\xe7\ \x91\x23\x8a\x22\xa7\xa5\xa7\x61\x84\xb9\xe0\x00\x80\x31\xa6\xb6\ \xdd\xdd\xd5\x13\x0a\x85\x5d\x2e\x85\x09\x7e\xdc\xaf\x0e\x80\x00\ \x38\x17\x58\xd1\x34\x30\x8e\x34\xd6\xb4\x07\x3d\x6e\xb7\x42\x24\ \xcc\x00\xa9\x9a\x26\x61\xc4\x05\x56\x55\xd5\xa5\xc9\x81\xc6\x2d\ \x2f\xbc\x33\xea\x8e\xdb\x7e\x7c\x81\x26\x9a\x77\xad\xfe\x70\xdd\ \x8e\xf6\x68\xce\xea\x2d\x1d\x57\x7f\xf3\x37\x33\x03\x07\x7e\xf7\ \xdd\x5f\x2e\x7a\xe7\xbd\xe2\xfb\xbe\xf2\xab\xa7\x9e\xe2\x91\xee\ \x55\x6f\xbe\xb8\xb9\xcb\x42\x9a\xcb\xa2\x14\xc5\xe5\x5f\x77\xc7\ \xcd\x15\x69\x1e\x24\x58\xef\xe1\x9d\xf3\xd7\xed\xe8\x8f\xd2\x45\ \x0b\xb7\xdd\x7d\xcd\x77\x5e\xb8\x01\xf1\xe8\x91\xfe\x01\x83\x32\ \xb3\xcf\x6f\x9f\xfd\xcd\x9f\xcf\x02\x71\x78\xd7\xca\x79\xab\x76\ \x58\x29\x33\x5d\x2e\x55\xc2\xd8\xa5\x58\x87\xf7\xad\x7d\x75\x71\ \xfe\xcd\xdf\xf9\xdd\xb5\xc4\x3e\xb8\x79\xf1\xe2\xed\xb5\xed\x2e\ \x75\x6f\x3b\x3f\xff\xba\x1b\xd6\xfe\xec\xef\x4f\xbd\xbc\xea\x5b\ \xd7\xdd\xf6\xca\x65\x12\x20\x73\xd5\xda\x68\xa4\x63\xd7\xf3\xaf\ \xaf\xb9\xfd\xe2\xab\xfe\x32\xfb\x26\xbb\xa7\xf1\xe9\xdf\xfe\x74\ \xa3\x0d\xaa\xe6\x92\x31\xe2\x5c\x08\x21\xb0\xe0\x8a\x4b\x1c\x5a\ \xff\xd1\xd3\xc9\xee\xeb\xce\xbf\xe1\xa9\xd9\x73\x00\xa3\x60\xfd\ \x66\x26\x68\x4b\xf5\xea\xd7\x96\xe6\x5d\x75\xd3\xd7\x67\xdd\xae\ \x85\x6a\xd7\xfc\xea\x57\x7f\xa5\x40\x34\x4d\xc5\x00\x80\x25\x4d\ \xd3\xbc\x2a\x5d\xbb\x6e\xf1\x07\x95\xe9\x17\xdf\xfb\xc3\x2b\x64\ \xa5\x77\xeb\xbb\x3f\xfe\xdd\xab\x02\x4b\x2e\x55\x21\x18\x29\x76\ \xef\xc6\x4d\x9b\xc7\x5c\x73\xee\x23\x7f\x3c\x53\x49\x52\x0e\xe8\ \x91\x9e\x96\xe6\xd5\xdb\x3a\xaf\xfa\xce\x43\x67\xf7\x56\x3f\xf8\ \xb5\x3f\x72\x22\x6b\x2e\x17\xea\xdb\xf3\xfc\x4b\xcb\xbf\x77\xcb\ \x6d\x2f\x5f\x29\xf7\x36\xee\x7a\xf1\xbd\x8f\x7a\x79\x8e\xc7\xad\ \x45\x30\xe2\x80\x35\x55\x95\x25\xcc\x39\x47\x42\x30\x2e\x00\x09\ \xe1\xcd\x9e\xf3\xd3\xc7\x6e\x15\xa0\xaa\x64\xd3\xdc\x9f\xfd\x7a\ \xde\x9b\x65\x39\x77\xff\xe0\x4f\x8f\x0a\x21\xa2\x3d\x7b\x0d\xc6\ \x88\xac\xa8\x2a\x60\xb3\xf3\xa3\xa5\x3b\xbf\x7f\xcd\x9c\xe7\x67\ \x5f\xf1\xca\xef\x7e\xfd\xc6\xba\x05\x6f\x57\xe6\x5c\xf7\xd3\xbf\ \xcc\x01\x7d\xdf\x9a\x79\x8b\x76\xb5\xa4\xcc\x9a\xa9\x69\x2a\x01\ \xc1\x38\x27\xc2\xe9\x44\x7c\x29\x75\x01\x9d\x7b\xce\xf4\xa1\x83\ \x49\x54\x80\x6c\xea\xb7\x78\x82\x93\x54\xdd\x83\x05\x01\x61\x08\ \xd4\xc1\xe4\x57\xc3\xbe\x5d\x22\xce\x2b\xe3\xd8\x68\x94\x6d\xda\ \xb2\xa2\xa5\xa4\x24\xcb\xb2\x8c\x31\x12\x02\x38\xe7\xe1\x70\xa4\ \xb7\xaf\x57\x55\xa4\x93\x8e\x4e\x71\xce\x15\x5f\x4a\xb2\x4a\xfb\ \x03\x7e\x43\x48\x08\x40\x00\x08\xe4\x4b\x4a\xf1\x2a\xfd\xed\xad\ \x76\x7c\x5a\xb2\x17\x45\xbb\x83\x21\x2b\x2c\xb4\xb4\xd4\x64\x8f\ \xcc\xc2\x7d\x9d\x61\x53\x08\xac\x70\xd9\x9b\x9e\xec\x21\xd4\x30\ \x82\xbd\x7e\x1d\x84\x27\x39\x33\xc9\x85\x8c\x81\xbe\x5e\xbf\x90\ \xd5\x98\xfe\xd8\xe0\xf2\x78\xdc\x3e\x97\x8c\x81\x1b\x03\xbd\xa1\ \x90\x01\x8a\x6a\x70\x25\x25\x25\xd1\x2d\x01\xb5\xf4\xe8\x80\x3f\ \xcc\xdd\xde\x38\x9f\x57\x93\x30\xa7\xa1\xbe\x23\x21\x0b\x4b\xae\ \xa4\xe4\x24\x0d\x05\x3a\x7a\x29\x16\x0c\xa2\x42\xcb\x48\x4b\x74\ \x61\x7b\xa0\xa7\x53\x67\xd8\x46\xaa\xe4\x8e\xcf\xd4\x8c\x90\xbf\ \xaf\x87\xba\x13\x53\x52\x12\x34\xc2\x99\xa9\x0f\x04\x74\x93\x86\ \xa8\x92\x94\x9a\x1c\xaf\x12\x61\x47\xc3\xc1\xbe\x30\x24\xa6\xa4\ \x78\xa4\xfe\x23\x3d\x96\x00\x84\x8f\xaa\x21\x8f\x58\x72\x52\x4a\ \x62\xbc\x4b\x12\x42\xd0\x68\x7f\x24\x1a\x31\x29\x36\xc0\x95\x9e\ \x9a\xe8\x92\x10\x37\x82\xfd\xc1\x10\x55\x53\x52\xe3\x89\xd5\x77\ \xa4\x5b\xca\xce\x4e\xe0\xba\xbf\x77\x40\x67\x96\xec\xcb\x4c\x89\ \x93\x31\x70\xdd\x1f\x08\x1a\xe0\x49\x4b\x71\x33\x23\xd0\x15\xe4\ \x92\xce\xb5\x94\xe4\xa4\x38\x8d\x50\xdb\xa4\x03\xbd\x81\x28\xa3\ \x6a\x62\x7a\xb2\x87\xd0\x68\xd8\x1f\xa4\xbe\xf4\x64\x29\x1a\xf2\ \xf7\x76\xdb\xae\x84\x94\x94\x44\x0d\x19\xc1\xee\xfe\x90\x05\x5a\ \x62\x62\xb2\x4f\x1b\xe8\x38\x6c\x79\x53\x93\xe2\x89\xd1\x1d\x0c\ \x5b\x1c\x63\xc1\x11\x76\xc5\x27\xfa\x5c\x04\x06\x07\x7f\x45\xa4\ \xeb\x88\xdf\x14\x9e\xe4\x8c\x44\x2f\x01\x4e\x8d\x81\x81\xa0\x8e\ \xe2\xd2\x52\x14\x63\xa0\xaf\xb7\x8f\xc7\xa7\xa5\xc5\xbb\x30\xb7\ \x82\xdd\xfd\x51\x3b\x4a\xe2\x32\x53\x13\x54\x61\xf4\xf7\x74\xea\ \x5c\x95\xbd\xc9\xc9\x5e\xb0\xfd\x47\xfc\x5c\xc1\xce\x30\xe5\x97\ \x54\x17\xce\x39\x7b\xfa\x27\xaa\xb1\x2d\x80\xda\x76\x19\x44\x4b\ \x24\x43\x43\xa2\x93\xc9\x7b\x98\x2b\x4c\x34\xb7\x74\xc2\x94\x44\ \xdb\xa6\x82\x0b\x55\xd3\x64\x59\xe2\x5c\x98\xa6\x69\x53\x5b\x51\ \x64\x7c\x32\x51\x88\x0d\x97\x33\xdb\xb2\x39\x28\xca\x90\xe2\x22\ \xb8\x69\x5a\x58\x56\x65\xcc\x4d\x8b\x62\x22\xcb\x12\x16\x9c\xd9\ \x36\xe5\x02\x88\x2c\xcb\x31\x6f\x39\xa3\xb6\xcd\x04\xc2\xb1\xdf\ \x32\x6a\xdb\x94\xa1\xd8\xd1\xc7\x57\x68\x70\xdb\xa6\x8c\x0b\x00\ \xc0\x84\xc8\xb2\x84\x00\x8e\x9d\x0a\x21\x24\xc9\x32\xc1\x60\x5b\ \x16\xe3\x00\x08\x24\x49\x96\x08\x16\x9c\x59\x16\x25\x8a\x22\xe1\ \xd8\x48\xfc\xe0\xf1\x92\x2c\x4b\x04\x03\x88\xd8\x85\x15\x45\x46\ \x82\xdb\xb6\xcd\xb8\x00\x84\x62\xbf\x85\xa3\x9f\x20\x84\x65\x45\ \xc1\xc0\x4d\xd3\xc2\x8a\x2a\x1f\xbd\x3d\x01\x80\x40\x80\x10\x43\ \x13\x26\x49\x12\x46\xc7\x2e\x24\x10\x96\x14\x45\x02\x46\x2d\x9b\ \x49\xaa\x8a\x05\x35\x2d\x2e\x2b\x32\xc1\x88\x33\x6a\x53\x26\xc4\ \xe0\xed\xc4\x92\x22\x29\x0a\x39\xfe\x73\x00\x04\x44\x92\x65\x82\ \x39\xb3\x2d\x9b\x01\xc2\xaa\xaa\x70\xdb\xa2\x02\xc9\x8a\x8c\x07\ \x53\x08\x98\x48\xb2\x4c\x90\xe0\x96\x69\x21\x59\x91\x31\x98\x96\ \x1d\xcb\xbf\x58\x2a\x39\xa3\xb6\x4d\xc5\x51\x13\x0f\x4b\xb2\x2a\ \x63\x6a\xdb\x34\x76\x11\x8c\x15\x45\xe6\xb6\x45\x05\xc8\x8a\x82\ \x38\xb3\x6c\x2a\x04\x48\x8a\x22\x61\x24\x18\xb5\x28\x15\x80\x25\ \x59\x96\x08\xe2\x94\xda\x94\x49\x8a\x4a\x1c\x51\xf8\xf2\xea\xc2\ \xac\xb3\xa6\x9e\xa4\x79\x47\x60\x32\xb0\x62\x1e\x08\x04\x1a\x01\ \xf2\x19\xdd\x44\xc6\x18\xe7\x02\x21\xc0\x18\xff\xd3\xb9\xcc\x0e\ \x0e\x0e\x5f\x96\xf9\x0b\x27\x38\x02\x8e\x7e\x83\x14\x04\xca\xf1\ \x56\x1d\xf8\x67\xac\xa7\x1c\xaa\x06\x42\x08\xc7\xc9\xe4\xe0\xf0\ \xdf\xa0\x0b\xc1\xe0\x80\x33\x59\xd5\xc1\xc1\xe1\x84\x7e\xc4\x33\ \x4f\x3f\x71\x12\x7b\xc1\xc1\xc1\xe1\x7f\x58\x19\x90\xe0\x4e\xe0\ \x36\x07\x07\x87\x13\x90\x42\xa1\x90\x93\x0b\x0e\x0e\x0e\x43\x71\ \x46\x10\x1c\x1c\x1c\x1c\x5d\x70\x70\x70\x70\x74\xc1\xc1\xc1\xc1\ \xd1\x05\x07\x07\x87\xff\x5f\xa4\x2f\x45\x2a\x31\xc6\xe0\x4c\xb2\ \x70\x70\xf8\xfc\x10\x27\x46\x48\xf9\x92\xe9\x02\x42\x88\x52\x1a\ \xf0\xfb\x29\xb5\x9d\x67\xe9\xe0\xf0\x79\xe1\x76\x7b\xbc\x3e\xdf\ \x67\x49\xc3\xe9\xae\x0b\x94\xd2\xde\xde\xee\xc4\xc4\x64\x8f\xd7\ \x17\x93\xb9\x98\x5c\x1c\x53\x3d\xe7\x01\x3b\x38\xfc\x83\x86\xf5\ \xa4\xb5\x86\x31\xd6\xd3\xdd\x45\xa9\x9d\x90\x98\x74\x52\x69\x38\ \xad\x75\x01\x63\xd2\xd7\xd7\x13\x1f\x9f\x90\x9c\x92\x0a\x83\xcb\ \x13\xe1\x84\x17\x4e\x9c\x72\x07\x87\x7f\x68\x6e\xc7\xaa\xc9\x89\ \xdb\xc7\x09\x84\x90\x96\xe7\x6a\xaa\xaf\xb3\x3d\x96\xac\x9c\x24\ \xde\xbf\x74\x7a\xdf\x15\x98\xa6\x99\x96\x9e\x19\xbb\x19\x21\x04\ \xc4\x02\x8a\x1d\x8d\x19\xf8\x45\xea\xc2\xb1\x2c\x3e\x2d\x9e\xb5\ \x10\x02\x80\x10\x02\x20\x9c\x5d\x45\x1d\xfe\x71\x71\x19\xaa\x0b\ \xb1\x17\x9c\x73\x42\x08\x91\x24\x4a\xa9\xac\x28\xa7\x6e\x2f\x20\ \x45\xd3\x24\x8c\x00\x04\xa7\xd4\xb2\xed\xff\x8f\x8d\x86\x10\x91\ \x25\x41\xff\xdd\x33\x70\x21\x84\x10\x5c\x08\xc1\x11\x21\x22\xd4\ \x59\xdd\x12\x2c\x1d\x56\xee\x42\xc0\x19\x8d\xc5\xa4\x94\x24\x02\ \x82\x51\xf6\x2f\x5f\x00\x13\xe9\x58\x24\x88\x7f\x7a\x02\x42\xc8\ \xb1\x4b\xfe\xeb\xcf\x86\x90\x21\xd1\x08\x18\xa5\xff\x1f\xd9\x89\ \x08\xc6\x9c\x32\x84\xa1\xfd\xc0\x1e\x3d\xb1\xb0\x24\xcd\x4b\x1d\ \x69\x70\xf8\x8c\x5e\x84\x38\xda\x94\x0d\x6e\xf8\x18\xdb\xe8\x43\ \x08\xc0\x98\x8b\xa3\xc1\x3d\x4f\x49\x17\x10\x42\xcc\x6c\xda\xb3\ \xbb\xc5\x1f\x11\x40\x92\x32\x0b\x2b\x8a\xb3\x09\xb7\x05\x0c\xee\ \x52\x39\xb8\x61\xc8\xf1\x37\x30\xf8\x16\x84\xe0\xc7\xdf\xc6\x62\ \xff\x60\x16\xdd\xbd\x66\x9b\xbb\x74\x42\x45\x8e\x97\x5a\x74\x70\ \x03\xa6\x53\xbe\x2f\x1e\x0b\x43\x89\x40\x08\xc0\xc0\xb7\x2e\x7a\ \x65\x49\xff\x88\xaf\x67\xf9\xea\x3b\xad\x8a\xca\x02\xc2\x99\x00\ \xab\xb1\xb6\x01\xa7\x14\xe6\x26\x69\x42\x08\x7c\xb4\x55\x17\xc7\ \x82\x50\xc7\x34\xf2\xe8\x27\x83\x57\x17\x40\x64\x89\x47\xfb\xaa\ \xf7\x1d\xe8\x0e\x59\xde\xe4\xcc\xb2\xd2\xc2\x78\x97\x2c\x06\x37\ \x85\x39\x7e\x3c\x1a\xcc\x11\xab\x66\xe3\x4a\x33\x6d\xf4\xd8\x92\ \xf4\x58\xad\x8e\x7d\x25\x8e\xde\xcc\xd1\x23\x4f\xe8\xe3\x1c\x7f\ \x1e\x56\xa0\xa6\xe6\x60\xcf\x40\x54\x10\x2d\xb3\xb0\xbc\x3c\x2f\ \x85\x53\x7a\x74\xd3\x15\x11\x0b\x1b\x33\xf4\x57\xe8\xd8\x77\x9f\ \x7c\x8b\xc0\xe8\x5e\xb3\xa5\xa6\x60\xc2\xac\x02\x1f\x0a\x35\x6d\ \x9a\xfb\xe1\xbe\x1f\x7c\xef\xa6\x04\x70\x56\xb9\x38\x9c\x04\x01\ \xc7\xed\x6a\x42\x08\x00\x30\xc6\x04\xe7\xb1\xd1\xbd\xcf\x96\x05\ \x20\x0f\x3e\xf8\xc3\x4f\xb5\xef\x12\x8e\xb4\x3f\xff\xd0\xc3\xd5\ \x61\x0d\xeb\x9d\x9b\x56\x7e\x54\x17\xf6\x0d\xaf\x2a\x20\xd4\x08\ \x87\x23\x26\x15\xb2\xa2\x2a\x58\x84\x07\x06\x4c\x8e\x35\x4d\x01\ \x01\x12\x16\xd1\xd0\x40\xc4\xb0\xb1\x24\xc9\xb2\x4c\x80\x85\x83\ \x21\x0a\xc4\xe5\xd6\xb0\xd9\xfb\xc1\x33\x2f\xf6\xa7\x54\x15\xa6\ \xaa\x1c\xb0\x60\x8c\x03\xc2\xa7\x36\xe8\x48\x08\x0e\xf8\xfb\xe2\ \xe2\x13\x14\x55\x15\x80\x78\x60\xdf\x8b\x6f\x6f\x3b\xef\xb6\xdb\ \xdd\x07\x17\x7c\xf7\xc1\xbf\xb3\xa2\x49\x63\x0a\x12\x31\xee\x7f\ \xf1\x91\x47\x1a\xe2\xc6\x4e\x2a\x4a\xc4\x58\x44\x06\x82\x11\x4b\ \x68\x6e\x0d\x2c\xd3\xa6\x9c\x10\x04\x42\x30\xca\x62\x35\xcf\xb6\ \x2d\x0e\x18\x23\xc0\x92\x6c\x76\xed\x79\xe2\x8f\x8f\xac\xae\xed\ \x32\x82\x5d\x35\x07\x5a\x13\x72\x2b\xb3\x12\x24\xc6\x01\x03\x50\ \xdb\xe6\x02\x11\x49\x12\x54\x0f\x06\x43\x96\x40\x9a\x62\x2e\x7f\ \xf9\xd1\x5a\x5e\x50\x99\x19\xc7\x11\xd6\x54\x85\x99\x91\x60\x58\ \x27\x8a\x4b\x91\x80\x71\xc1\xa9\x19\x0e\x87\x4d\x06\x8a\x8c\xf5\ \xf0\x40\xd4\x16\xaa\xa6\xa0\x98\x4c\x62\xc9\xee\xda\xf8\xcb\x87\ \x9e\xea\x25\xf1\x66\xe7\xa1\x65\x4b\x96\xf7\xa9\x85\x23\x8b\x52\ \xa8\x11\x0d\x85\x23\x16\x43\x8a\xaa\x11\x61\x05\x83\x21\x0a\xb2\ \x4b\x25\x1c\x10\x06\x16\x1a\x08\xea\x16\x23\x92\x4c\x24\x89\x80\ \x1d\x0c\x0e\x58\x82\xb8\x34\x59\x0c\xec\x7f\xe2\x99\xf7\xbc\x15\ \x13\xd2\x55\x96\x51\x94\xbb\x7f\xd9\x87\x7d\x49\x63\xaa\x72\xbc\ \x4e\x6f\xc2\xe1\x33\xed\x62\x84\x08\x21\x2b\x56\xac\xa0\xb6\x9d\ \x9a\x96\x16\x6b\xbb\x31\xc6\xbd\x3d\xdd\xaa\xa6\x29\xa7\xde\x8f\ \x10\x9c\x09\x57\xf6\x85\xd7\xcc\x39\x77\x58\x52\xfb\xf6\x37\x7e\ \xf0\xc4\xc7\xd3\xc6\x64\xec\x7c\xe3\x99\xbd\x41\x48\x2d\x9d\x7a\ \xfb\x35\xd3\x6a\x96\xbc\xba\x66\x7f\xb7\x45\xd1\xd8\x0b\x6e\xbc\ \x66\x66\xfe\x86\x77\x5e\x5a\xb4\xab\x8d\x68\x29\xe7\x5e\x75\xc3\ \xb4\x22\x98\xff\xea\xab\xdb\x5b\xfa\x29\x57\xa7\x5f\x35\xe7\xa2\ \x11\x9a\x47\x89\xae\x5f\x38\xb7\x61\x57\xe5\x15\x17\x8e\x59\xf9\ \xfc\xb3\x59\xd7\x7c\xe7\x9a\x89\x39\x96\x79\x4a\xe3\x8e\x47\xe3\ \xbb\x0b\x84\x71\xfb\xee\xcd\x91\xb8\xd2\x31\x19\xf2\x91\x83\x24\ \x2d\x33\x61\xf3\xbc\xe7\xb2\xd3\x7e\x70\x4e\x99\xac\x6a\x2e\x59\ \x26\x20\x8c\x2d\x1f\xbe\xb2\x60\x73\xa3\x45\x59\xd9\xac\x9b\xaf\ \x2a\xea\xfc\xcb\xdc\x1d\x5f\xfd\xc5\x83\xe9\x9d\x1b\x7e\xf1\xa7\ \xb5\x37\xff\xe4\xc1\x91\x64\xdb\x6f\xff\xba\x64\xf6\xd7\x7f\x34\ \x21\x05\x21\x08\x2f\x7a\xe1\xb9\xc3\x29\xb3\x7e\xfe\x8d\xab\x12\ \x65\x6e\x19\xb6\xd0\x5b\xff\xfa\x8b\x47\xc7\x7c\xe5\x7b\x67\x97\ \xc1\x3b\x8f\xfd\x71\x60\xd4\x9c\x39\xa3\xc2\xcf\x3f\xf5\x5a\xcb\ \x00\x4f\x2c\x9b\x74\xd7\x4d\xe7\xf9\xe2\xc8\xd2\x8f\xde\xea\xdb\ \x93\x7b\xc9\xad\xb7\x14\xd2\xea\x67\xe6\x2e\xee\x33\x85\x3b\x6d\ \xc4\x57\xef\xba\xa9\x80\x37\x3d\xf1\xc7\xc7\x1b\xb9\x1b\xdb\x34\ \x35\x2b\x8d\x47\x06\xba\xba\x83\x25\xe7\xdc\x7c\xe7\xa5\x13\x65\ \x61\x09\x01\xdc\xb6\xb4\xac\xb2\x6b\xee\xba\x6b\xb8\x1b\x0e\xbc\ \xf7\xfb\xbf\x2f\x5d\x36\xbd\x2c\xf0\xf2\xdf\x5e\xee\xa6\x9e\xb2\ \x33\x2e\xf8\xca\x45\xe5\x8b\x5f\x7a\x7e\x57\x47\xc4\x06\xef\x05\ \x37\xdf\x7d\x4e\x31\xfa\x70\xee\xb3\x1b\xea\xfa\xdd\x29\xb9\x97\ \xcd\xb9\x7b\x54\x5c\xe7\xbb\x73\xe7\x6e\x6b\x19\xa0\x4c\x99\x79\ \xfd\xd7\x2e\x2e\x73\x4b\x66\x60\xe1\xb3\x7f\xae\x2e\x2a\xbf\xe5\ \xce\xaf\x4c\x19\x19\xbf\x60\xe7\xae\x8b\xc7\x9d\x47\x1c\x1f\xac\ \xc3\x67\xf8\x17\x28\x63\x0b\x3f\xf8\x60\xd1\x92\x25\x49\x89\x89\ \x73\x6e\xbd\xb5\xaa\xaa\x2a\x56\xad\xfe\x8d\xf9\x0b\x08\x83\x1d\ \xe8\xeb\x3a\x72\xb8\x7b\xe3\xa6\xbd\x5a\x66\xae\x9b\xfa\xeb\xbb\ \xb5\xab\xbf\x79\xff\xf8\x3c\x4f\xf3\xa6\xd7\xdf\xdb\x1d\xbe\xe5\ \xee\xaf\xb9\x1b\x3e\x7c\xf4\xbd\xb7\x87\x57\xdd\xbc\x6a\x75\x75\ \xc9\xb5\xdf\xb9\x79\x72\x16\x91\xa4\x3d\x8b\x9f\x58\xd5\xa6\xdd\ \x75\xf7\xd7\x07\x36\xcd\x7d\xe9\xed\x77\x47\x95\xde\xc4\x49\xf2\ \x79\xd7\x7d\xed\xb2\x09\xe9\x76\x34\x04\xd7\xdc\xe0\xc9\x8f\xa7\ \xf6\xa9\x9a\xbd\x9c\x73\x21\x38\x17\x40\x40\xb4\x35\xf7\xba\x92\ \x26\xbb\x00\x2c\xdb\x4c\xa8\x3c\xef\xe6\x33\xd8\xdc\xe7\x9f\x29\ \xfd\xf1\x1c\x99\x20\x4c\xa4\x50\xdd\x47\xaf\x2c\x3f\x74\xd9\xbd\ \xf7\x15\xeb\x5b\xff\xf0\xcc\x8b\x15\x0f\xdc\xe6\x61\x5d\x35\xad\ \x86\xbb\x6f\xdf\xae\xbd\xd5\x33\xfb\x83\x59\xfe\xba\x10\x64\x14\ \x26\x49\x8c\x73\x08\x35\x6e\x69\x25\xd3\xef\x39\x3b\x51\xa6\x96\ \xc5\xb1\x24\x01\x66\x7a\x34\x62\x31\x01\x20\x4c\x3d\x6a\x71\xd4\ \xb3\x6b\xf9\xb6\x23\xee\x07\x7f\xfd\xdd\x3c\x17\xa8\x92\x11\xd1\ \xa5\x29\x97\x7f\xf5\xce\xf3\x46\x88\x50\xe3\x5f\x7f\xfe\x76\xd2\ \x39\xf7\x7c\x73\x5a\xd6\x92\x67\x7e\xff\xc2\xbc\x9c\xef\xcf\x4e\ \x38\x1c\xf0\x5e\xf7\xa3\x1f\xe7\x77\xbe\xfb\xb3\x67\xb7\xcd\xf9\ \xe5\x6f\x8b\xda\x3f\xfa\xd5\x33\x0b\xeb\xce\x1c\x35\x2c\x05\x31\ \x21\x04\x42\x40\xcd\xde\xce\xbe\x2e\xd4\xbe\x6e\x77\xbb\x37\xe3\ \x7c\xd1\x57\xdf\x89\xb3\xbf\xfe\x93\xfb\xf3\xdd\xb0\xe3\xed\xbf\ \xac\xef\xc9\xbc\xff\xde\x0b\x5a\x3f\x7a\xf6\xf5\xd7\x96\x8e\xfc\ \x6a\xd6\xca\xcd\x4d\x17\xff\xe0\xb7\x33\xf2\x5d\x44\xc3\xd5\xef\ \xbd\xba\xba\xc5\x75\xef\x3d\x37\x0f\x6c\x7c\xf9\xf9\x57\xde\x1c\ \xf7\xa3\x19\x4a\x7c\xe6\xb5\x5f\xff\xf1\xf4\x74\x8c\x64\x11\xce\ \xca\x09\x7c\xdc\x31\x60\x41\x22\x12\xce\x06\x2e\x0e\x27\x33\x16\ \xc0\xb6\xad\xdc\xbc\xdc\xbb\xee\xbc\x93\x31\x26\x2b\x32\x65\xec\ \x98\xf7\xf1\xb3\x94\x41\xfa\x2c\x8f\x9c\x42\x7b\x96\xbf\x37\xb7\ \x26\x5e\x21\xde\xfc\x7b\x6e\xbf\x3a\x5b\xec\x07\xc5\x15\xe7\x8b\ \xf3\x7a\x48\xdf\xe1\xfa\xe0\x80\xf9\xf1\xfc\x37\xb8\x19\xcd\x29\ \x4a\x03\x29\xf3\xf2\x4b\x27\xbc\xb5\xe2\xa5\xa7\x5b\x26\x5d\x7d\ \xe9\x94\xae\xb6\x96\x81\x7e\xd7\xb2\x79\xaf\x53\xdd\xc8\x2b\xca\ \xa1\x16\x03\xc0\x92\xac\x28\x32\xa1\xb2\x77\xe4\xe4\x29\xdc\xd2\ \x2d\x9b\x9f\x6a\x2c\x98\x98\x0b\x43\x70\x01\x22\x62\x52\xa2\x28\ \xb1\xcf\x4c\xc3\x2a\x9a\x79\xc3\x85\xf5\xbf\x7b\x71\xee\x7c\x8f\ \x90\x52\xb1\xe8\x6b\x3a\xd8\x17\xea\xdf\xba\xf8\xad\xed\xb6\x99\ \x9a\x97\x86\xdd\xb9\xa3\xb3\xdd\xfb\x77\xee\xf2\xf1\xc8\xc8\xf1\ \xc5\xad\x07\xf6\xa0\x9e\xe6\xe4\xaa\x59\x09\x98\xda\xb6\xc0\x94\ \x72\x01\x82\x73\x10\x8c\x31\x26\x04\x00\x63\x00\x18\x80\x03\x70\ \x40\x88\xd9\x46\xfa\xa4\x0b\xa6\xee\x78\xfd\xa5\xbf\xfc\x79\xfc\ \xb9\x97\xcd\x9e\x98\x05\x02\x24\x42\x08\x46\x81\x9e\xe6\x46\x23\ \xf3\xde\x49\x23\x7c\xf1\x64\xca\x8c\x91\x2b\x17\x1d\xe8\xd2\x27\ \xa9\x9a\xa6\xa9\xee\xcc\xe2\x92\xd4\x94\x43\xb2\xe6\xcb\xcc\x2b\ \xca\x54\x36\xf5\x47\xa2\x22\xc9\xc5\x04\x17\x88\xd8\x7d\x87\xdf\ \x7b\xe6\x6f\xc9\x1a\x72\x65\x9c\x79\xe7\xf5\x17\x68\x4d\xaf\x2b\ \xaa\xdb\xeb\x73\x6b\x72\xe0\x50\x7d\x77\xa8\x37\xf2\xde\x6b\x2f\ \x5b\x26\xcf\x4b\x71\x91\xf4\x11\x17\x4d\xdf\xb3\xea\x85\xbf\x1c\ \x3e\xe3\xec\x2b\x67\x9f\xd9\x71\xa0\x39\x1c\x70\x2f\x7a\xf3\x15\ \xcb\x30\x8a\x72\x73\x4c\xcb\x16\x08\x13\x49\xc2\x58\x30\xc1\x08\ \x51\x85\x19\xb6\x6c\xce\x25\xc6\x9c\x5d\xe8\x1d\x3e\x05\x63\x88\ \x10\x69\xc2\x84\x09\x08\x61\x00\x60\x8c\x5a\x96\x85\x31\x06\x90\ \xff\xc1\xee\x1e\x9f\xa1\x0b\x9c\x9a\x52\xc6\xa5\x37\x7d\xed\xdc\ \x11\xa9\x84\x10\x24\x44\xb0\x89\x83\x10\x8c\x31\xc1\x89\xe6\xf5\ \xf9\xb2\x8b\xbe\x72\xdf\x9d\x69\x92\x69\x5a\x5c\x00\x28\x17\xcc\ \xa9\x9c\xdc\xf2\xc6\x93\x7f\x7d\xec\x5d\x38\xcb\x97\x94\x52\x54\ \x75\xe7\x37\xae\xf1\x72\x83\x32\x24\xd3\x6e\x8b\x1a\xba\x65\x23\ \x84\x81\xd3\x81\x40\x1f\x96\x54\xe9\x54\x43\x05\x23\x3e\x68\x30\ \x30\x21\x48\x9c\x47\xb2\x7a\x03\x0c\x04\xe7\x5c\x70\x3b\xaa\xe3\ \x59\xd7\xde\x58\xff\xc8\xef\x3e\xd8\xa7\xdf\x74\x11\x52\x3c\x5e\ \x77\x52\xee\x15\xb7\x7f\xab\xdc\xc7\x0d\x8b\x4a\xb2\x72\x78\x4c\ \xe5\xf2\xf9\x6f\xf5\x26\x55\xdd\x70\x43\xd5\x8a\x77\x16\xd5\x33\ \x72\xf6\x2d\x05\x40\x6d\x46\xb9\xe4\xc9\x19\x99\x62\x6c\x5c\xb3\ \x76\x46\xe5\x45\x3e\x8c\x2c\xcb\x04\x2e\xc9\x34\xdc\xdb\x37\x00\ \x10\x8f\x38\x67\xb6\x81\x7d\x95\x73\xbe\xfb\x60\xcb\x8e\xa5\x7f\ \x79\xfc\x51\xaf\xe7\x7b\xb2\x02\xa1\xa8\x21\x00\x24\xd5\xe7\xa3\ \x3d\x87\xdb\xfb\x46\xa4\x24\xb7\x35\x1c\x56\x5c\x85\x6e\xcc\x99\ \xe0\xd4\x32\x2d\x4e\x05\xa3\x96\x69\x51\x66\x73\x84\x04\x65\x8c\ \x52\x2e\x90\x6d\x18\x52\x4a\xfe\x75\xf7\x7d\x7f\x62\xaa\x8c\x65\ \xc2\x98\xe8\xb2\x19\xe7\xcc\x32\xa9\x40\x38\xce\x2d\xa7\x97\x9e\ \x79\xdf\x37\xce\x97\x6d\xcb\x66\x4c\x00\x3e\xe7\x96\x6f\x4c\x6c\ \xdb\xfb\xcc\x1f\x1f\x9b\x2b\xe2\xc6\xa5\xc6\x27\x4b\x23\xef\xfc\ \xce\x35\x5e\x66\x58\x9c\xa0\x81\xdd\x86\x6e\xe8\xba\x0d\x1c\xb8\ \x10\x91\x50\x00\x7b\x7c\x12\xe2\x8c\x52\xc7\x5e\x70\xf8\x8c\x41\ \x09\x88\x46\xe8\xa0\x47\x7c\xd0\x19\x2f\x84\xe0\x5c\x70\x18\xdc\ \x17\xe0\x14\xe7\x2f\x08\x6e\xea\x26\x48\xb2\x44\x40\xd7\x75\x22\ \x2b\xc0\x99\xa1\x1b\x4c\x00\xe5\x50\x7e\xe6\xa5\x95\xdb\x9f\xfb\ \xdb\x1f\xff\x9c\x95\x28\xa7\x94\xcc\xba\x72\x7a\xe2\x07\x2f\x2e\ \x08\x60\xb9\x37\x2a\xa5\xa6\xa6\x8d\x1b\x7f\xe9\xae\xbf\xbd\xf0\ \xa7\x47\xda\x52\xdc\x72\xfe\xa8\xf3\xaf\x98\x91\x5d\x35\x22\xf9\ \xad\x77\x9e\x3c\xb2\x7b\xd8\xcc\x29\xa5\xcb\x5f\x78\x39\xf7\xba\ \xef\x5c\x7b\x46\xee\x29\xf9\x17\x10\x08\x31\xb8\x6b\x3a\x37\x51\ \x56\x69\x4e\xb4\xf6\xe0\x11\x7a\xb1\xa0\xa6\xae\x13\x6a\x5b\x54\ \xcb\xb9\xfc\xaa\x4b\xb7\xee\x7f\x3a\x10\xd2\xd3\xc6\x9e\x3f\x79\ \xe5\xa3\xcf\xfe\xf1\x0f\xf9\x99\x1e\x57\xea\xd8\x6b\x2e\x9d\x94\ \x5d\x3e\xce\xd7\xfd\x62\x53\xea\xb9\x23\x47\x4e\xd8\xfa\xc2\x73\ \x3b\xdd\x33\xaa\xf2\x13\x2d\xd3\x60\x5c\x98\xe0\x39\xff\xa6\xeb\ \x5a\x9e\x7c\xe3\xd7\xbf\xdc\x9b\x9b\xea\x0a\x47\xe5\x99\x97\x5c\ \x31\x63\x6a\xce\x8b\x6f\xfc\xb9\x77\x57\x56\x5d\x43\xef\x88\xc9\ \x9e\xee\xbd\xcb\xdf\xf9\xb8\x4e\x23\x36\x8e\x4f\x73\x7b\x7d\xa9\ \x15\x65\x4b\x3f\x7c\xe5\xf7\x87\x36\x4e\x3a\xef\xdc\x4b\x2f\x28\ \x7e\x73\xee\x5f\x0e\x64\x79\x9b\x5b\xf4\xf3\xbe\x3a\xcb\xc7\x0e\ \x46\xc2\x86\x4d\x39\x03\xdb\xd0\x0d\x8b\x72\x46\x2d\x43\xd7\x6d\ \xc6\x28\x63\x4c\x10\x6a\xdb\x86\x61\x21\x2c\x09\x6a\x86\x0d\x8e\ \x25\x17\xb3\x4d\x5d\x37\x29\xa3\xa6\x29\x4d\xbe\xf0\xec\xed\xcf\ \x2f\xf8\xfd\x1f\x0f\x26\xcb\xa8\x64\xe6\x65\x53\x52\x82\xef\x2c\ \x5a\x63\xca\xae\x20\x4e\x28\x8b\xf3\x8e\x18\x77\xe1\xaa\xbf\xbc\ \xf1\xc8\x1f\xda\x52\xdd\x28\x6b\xfc\x85\x97\x8f\x2f\xa8\x4a\x16\ \xef\x3f\xfa\xfb\xfd\x55\x65\x17\x5c\x7a\xf1\x91\xc6\xd6\x8c\xac\ \xf3\x3d\xd8\xb6\x0d\xe6\x58\x0b\x0e\x27\xf1\x2e\x00\x00\x80\xa2\ \x28\x98\x10\x04\x40\x29\xb5\x29\x43\xb1\xad\x8a\xd9\x67\x3a\x18\ \xd0\x40\xb0\xff\x24\xe7\xb2\xa3\x8d\x75\x87\xe3\xf3\x4b\x52\xbc\ \x12\xe7\x02\x21\xcc\x8c\x40\x43\x53\x5f\x66\x71\x51\x9c\x82\x10\ \x21\x66\xb0\x73\xff\xfe\xba\x7e\x0b\x67\x16\x54\x94\xe7\xb8\xea\ \xf7\xed\x6b\xeb\x8b\xb8\x92\xb2\x87\x57\x14\xc7\xbb\xa5\x50\xf7\ \xe1\x9a\x03\x8d\x11\xae\xe4\x96\x54\x16\x67\x25\xd0\x68\xe0\x40\ \x75\x4d\x9f\xed\xaa\xa8\x2c\x88\x1c\xe9\x50\x33\x8b\xb2\x12\x5d\ \xa7\xb2\x9d\xa9\x2c\xcb\x35\xfb\xf6\xe6\x17\x16\xbb\xdd\x6e\xca\ \x04\x31\xdb\x9f\xfa\xe3\x93\xa9\xb3\xef\xbb\xa8\x94\xd5\x75\xf2\ \x92\xc2\x2c\x09\x09\x09\xd3\xe6\xfa\x06\x48\xcc\xcf\x4f\xf5\xb0\ \xa8\xbf\xb6\xa6\xb6\x27\xc2\x92\xb3\x4a\x2a\x8a\x33\x14\xa0\xed\ \xcd\x07\x75\x6f\x5e\x49\x7a\x7c\x5f\x53\xad\x1f\x27\x17\xe5\xa5\ \xc0\xe0\x34\x05\x44\x64\xd9\x1e\xe8\xac\x3d\x50\xdf\x1f\xa5\x5a\ \x5c\x6a\x49\x69\x71\xb2\x8b\xd5\xd7\x54\xb7\x07\x0c\x57\x7c\x4a\ \x51\x69\x99\xc7\x38\xb2\xef\x40\x63\x84\xca\x59\x25\x15\xc5\x39\ \x29\xd8\x1c\xa8\xdf\xbf\xaf\x6d\x40\x14\x0e\x1b\x55\x9c\x2c\x37\ \xd6\xee\x6d\xec\x36\xb2\x8b\xab\xca\xf3\x53\xac\x81\x9e\x86\x66\ \x7f\x66\x71\xb1\x0f\xf5\x1f\x6a\xea\x4e\x2b\x2c\x4b\x14\x03\xf5\ \x0d\x47\x92\x0b\x8a\x13\x34\xcc\x01\x73\xa3\xa7\xbe\xb5\x3f\xab\ \xb0\x24\x4e\x12\x5c\x08\x84\x88\x15\x6a\x6f\xea\xb6\x0b\x8a\x0b\ \x54\xc1\x89\x2c\x85\xbb\x1a\xf7\xd5\xb5\x9a\x42\xcd\xaf\x1c\x9e\ \xeb\xb2\x0f\xec\xdf\xdf\x1d\xa2\x09\x59\x05\x95\xa5\x79\x2e\x0c\ \x91\xbe\xc3\x35\x07\x5a\x22\x5c\xca\x29\xad\x2a\xce\x48\x30\x83\ \xed\xfb\xf6\xd5\x9b\xae\x8c\xb2\xb4\xe8\x0b\xcf\x2e\x9a\x76\xc7\ \xf7\xa6\xe7\xc9\x86\xed\x58\x0b\x0e\x27\x69\x59\x31\xc2\xba\xa1\ \x2f\x5d\xba\xac\xbf\x3f\xc8\x39\x1f\x35\x6a\xe4\x19\x13\x26\x08\ \x40\x2e\xb7\x6b\xdf\xde\x3d\xe9\xe9\x19\x71\xf1\xf1\x9f\xae\x8c\ \x27\xd3\x05\x80\xd8\xf6\x24\xcc\x32\xe9\xb1\x2e\x2b\x22\xaa\x2a\ \xd9\xa6\x19\xfb\x00\x13\x59\x51\x64\x8c\x04\xb5\x2d\xcb\xe6\x8a\ \xaa\x1e\xdd\xa3\xc5\xa4\x0c\x24\x59\x51\x14\x09\x81\xa0\x96\x69\ \xda\x0c\x13\x59\x55\x15\x0c\xdc\xb4\x6c\x22\xcb\xc2\x36\xed\x53\ \x6b\xdb\x64\x59\xde\xb7\x77\x77\x41\x51\x89\xcb\xed\x66\xb6\x4d\ \x14\xa9\x69\xfd\x3b\xef\x1d\xf0\xdc\x31\xe7\xd2\x24\x62\x45\x0d\ \x13\x00\x03\x42\x8a\xaa\x0a\x6a\x5a\x54\x60\x22\xa9\x8a\x8c\x11\ \x62\xd4\x32\x2d\x5b\x00\x56\x54\x15\x73\xcb\xb0\x99\xac\x6a\x44\ \x30\xd3\xb2\x01\xd0\xb1\xd9\xd4\x58\x92\x15\x59\xc2\x08\x09\xc1\ \x2c\xd3\x64\x80\x55\x55\x25\x08\x09\xc1\x6d\xd3\x60\x48\x52\x55\ \x05\x83\x60\xd4\xb6\x2c\x5b\x60\xa2\xaa\x2a\x41\x60\x9b\x86\xcd\ \x91\xa2\x2a\x12\x46\x8c\xda\xa6\x65\x03\x96\x54\x85\xd8\xa6\xc9\ \x41\x52\x55\x89\x9a\x06\x05\xa2\xa9\x32\xb5\x4c\xc6\x07\xaf\xa4\ \x29\x92\x15\xcb\x3d\x04\x20\x04\x22\x8a\x22\x21\xcb\x34\x63\x5b\ \xb9\x10\x59\x51\x64\x09\x81\xb0\x4d\xc3\x16\x48\x55\xd5\xd8\xbe\ \x32\x96\x69\x31\x01\xd2\xd1\x6f\xa9\x65\x9a\x94\x11\x49\x51\x15\ \x45\x56\x60\xc7\xbb\xcf\xac\x0d\x95\xde\x71\xdd\x54\x64\x5a\xc2\ \x59\x6e\xea\x70\x12\xc3\x1f\x00\x04\x26\xa4\xee\xd0\xa1\x37\xde\ \x7c\x3b\x37\x37\xf7\x9a\xab\xaf\x8a\x8b\xf3\x71\x01\x1e\x8f\xa7\ \x7a\xcf\xee\x8c\xcc\xcc\xf8\xf8\x84\x53\xd6\x85\xd3\x03\x59\x96\ \xf7\x55\xef\x4d\xcb\xc8\x48\x4d\x4d\x33\x4d\x53\x08\x40\xcc\x0c\ \x46\x74\x97\xc7\x27\xe3\xa3\x7d\xa2\xff\x55\xeb\x19\x61\x88\x0e\ \x04\xc1\x1d\xe7\x26\x88\x0b\x27\xa4\xb7\xc3\x67\xf4\xc4\x41\x20\ \x40\x92\x2c\xb5\xb7\xb5\xc7\xc5\xc7\xf9\x7c\x3e\x46\x19\x26\x44\ \x91\x95\x3d\xbb\x77\x14\x14\x16\xf9\x7c\x71\x9f\xd6\x85\xd3\x7a\ \x7d\x04\x63\x2c\x23\x23\xb3\xb9\xa9\x51\x53\xb4\xb8\xf8\x78\x21\ \x04\x60\x57\xa6\x2f\x81\x33\x7e\x7c\xb3\xdd\xff\xe1\x61\x7b\x97\ \xc7\x87\x84\x33\x0c\xe1\xf0\xcf\xdc\x0b\x02\x00\x41\x69\x69\x29\ \xe7\x82\x71\xae\xc8\xc0\x18\x6d\xa8\xaf\x23\x84\x78\xbd\xbe\x2f\ \xdf\x7a\x4a\xce\x79\x52\x72\xb2\x6d\x5b\x87\x0e\xee\x1f\xba\xf6\ \x43\x7c\xc2\xd9\xea\xe0\xe0\xf0\x59\xdd\x88\x58\xcf\xf5\xc4\xca\ \xc2\x85\xf0\x78\x3c\x25\xa5\x65\x08\xa1\x93\x7a\xfa\x4e\xeb\x7e\ \x44\x0c\x42\x88\x6d\xdb\x8c\x39\x2b\x00\x1c\x1c\x3e\x37\x3b\x42\ \x96\xe5\xcf\x12\x05\xf8\x52\xc4\x71\x63\x8c\x39\x9b\xe2\x3a\x38\ \x7c\xce\xa6\x84\x10\xff\xa0\x0f\xee\x54\x36\x07\x07\x07\x47\x17\ \x1c\x1c\x1c\x4e\x43\x5d\xc0\x98\x60\xc7\x5b\xf8\x6f\xe7\x1e\xfa\ \xd7\x5c\xad\x18\xc1\x67\xe5\xf6\xbf\x7a\x2a\x07\x47\x17\xfe\x53\ \x20\x10\x7a\x34\x6c\xd0\xff\xa1\x69\x38\x98\x20\xb7\xfc\xaf\x44\ \xb9\x47\xc8\xa5\xa0\xcf\x5a\x41\x62\x51\x31\x34\xd8\x13\xc2\xc8\ \xa5\x20\xfc\xd9\x5a\x60\x51\x61\xb2\x53\x3a\x95\x83\xc3\x3f\xd3\ \x05\x84\x64\x45\x91\x25\x12\xe3\x73\x6b\xde\x91\x24\x43\xff\x07\ \xaf\x3d\xbf\xee\xb0\xae\x4a\xa7\x74\x52\x8c\x65\x09\xcb\x04\xcb\ \x32\x51\x62\xd1\x5c\x08\x56\x24\x22\x13\xac\x48\x78\xf0\x14\x08\ \x4b\xb2\xa4\x49\x98\x1c\xbb\x0c\xc1\x8a\x84\x65\x3c\x58\xb9\x10\ \x21\xaa\x84\x25\x42\x94\xa3\xc7\x20\x8c\x15\x59\xd2\xc8\xa0\x2f\ \x13\x11\xa2\x7c\xea\x00\x79\xc8\x01\xc7\x21\x04\xa9\xd2\xf1\x4a\ \xfe\x89\xb7\x9f\x86\x60\xd4\xd7\x6d\x2e\x3c\x60\x19\x80\x4e\x29\ \x1b\x11\x08\x83\xae\xdc\x67\x74\xd9\x9f\x7c\x36\x08\x01\xb1\xd9\ \xfc\x8d\x91\xda\x01\x21\x91\x58\xe6\xa0\xe8\x80\xbd\x68\xaf\x19\ \x60\xc7\x85\x00\x01\x44\x0d\x1e\xb2\x01\x01\x28\x44\x2c\xdf\x11\ \x59\xd5\xcd\x54\xf2\xc9\xab\xc8\x9c\x2f\xdb\x1c\xd9\xde\xc7\x65\ \xe2\xd4\x02\x87\x4f\x72\x92\xf1\x08\x84\x09\x8a\x74\xbe\xf9\xc4\ \xa3\x7b\x4d\xaf\x57\x06\x83\xbb\xa7\xcc\xbe\xe9\xb2\xa9\xb9\xb6\ \xae\xeb\x16\x53\x5d\x2e\xcc\x2c\xdd\x16\x2e\xb7\x4b\x26\x88\xd9\ \x96\x6e\x98\x02\x49\x9a\x4b\x93\x30\x12\x9c\x51\xca\x89\x2c\x63\ \xe0\xa6\xa1\x5b\x94\x4b\x8a\xa6\x29\x32\x42\xc0\xa9\x65\x58\x1c\ \x09\xab\xbb\xb3\x4b\xb1\x05\x02\x40\x58\xd2\x5c\x9a\x84\x84\x65\ \xe8\x86\xcd\x15\x97\x8b\x70\xdb\x30\xed\x63\x5b\xc8\x60\x4c\x82\ \x3d\xab\xd7\x1f\x5a\xda\xa7\x1b\xbe\xe4\xe9\x33\x87\x5d\x9e\xa2\ \x49\xbd\x9d\x8b\x56\xd7\x7e\x14\x11\x71\xc3\x2a\x6e\x1f\x9b\x91\ \x8f\x84\x60\x56\xc7\xa6\xea\x27\xfb\xe2\x2e\x39\xbf\x74\x32\x70\ \x8b\x60\xdc\xef\x5f\xbf\xab\x61\x4d\x2f\xf3\x4d\x1c\xf5\xb5\x62\ \x37\x34\x37\xcd\xdd\xd0\xb8\xcd\x92\xf2\xce\x18\x71\x7b\x79\x62\ \x02\x17\x60\x45\xaa\xd7\xee\x9d\xe7\xcd\xba\x79\x4a\x61\x29\x08\ \xd6\x7e\xf8\xcd\x75\x75\xeb\x6d\x39\x67\xfc\xb0\xdb\x2a\x93\x53\ \x84\x40\x56\xf4\xe0\x86\xea\x57\x21\xfd\xd6\xb3\x0b\x8b\x68\x6c\ \x88\x14\x81\x86\xc4\xca\xed\xa1\x1d\x42\xfd\xe6\x04\x15\x31\x21\ \x49\xa8\xf1\x50\x64\x6e\x1b\xdc\x33\xd5\x93\x21\x0b\x99\x20\x09\ \x03\xa5\xa0\x53\x01\x08\x54\x09\xc9\x04\x21\x24\x4c\x83\xb7\x06\ \x11\x03\xd0\x64\x64\xd9\xc2\x16\xa0\xc8\x08\x71\x61\x71\xd0\x64\ \x24\x61\x24\xb8\xb0\x39\x48\x04\x30\x80\xc9\xc1\x32\xec\x25\x7b\ \x8d\xf8\x3c\x35\x5b\x43\x12\x41\x08\x84\x69\x0b\x8b\x03\x42\x08\ \x98\x38\xdc\xcd\xf2\x31\x72\x69\xc8\x36\xc1\x16\xc0\x6c\xde\xe6\ \x67\x23\x04\x48\x24\x76\x39\x40\x36\x7b\x73\x73\x38\x71\xb8\xef\ \xaa\x5c\x02\x16\x6d\xeb\xb5\xe3\x73\xdc\x8a\x86\xb0\x09\x06\x15\ \x1c\x80\x60\xe4\x56\x00\x59\xd0\xd5\x47\xb1\x05\x04\x63\x89\x88\ \x63\x29\x57\x15\x24\x98\x30\x29\x10\x09\xa9\x18\x0c\xdb\x09\xf7\ \xe2\xe8\xc2\xb1\x86\x89\x46\x9b\x0f\x47\xc7\x7f\xe5\xce\xb3\xca\ \xe3\x0c\x93\x7b\xbd\xda\xc6\x45\x1f\x9a\x59\xe3\x67\x8e\x4a\xde\ \xbd\x66\x71\x6f\xdc\xc8\xa9\xc5\x78\xc5\xfb\x6b\x9b\x7b\x8c\xcc\ \xf2\xb1\x33\x26\x8f\x20\xa1\xce\x0d\xab\x37\xd5\x1d\x09\x2a\xf1\ \x59\x15\x45\x49\x87\xf7\xd7\x06\x71\xd2\x99\x67\xcd\x28\x4e\x75\ \x75\xd5\xed\xdc\xb4\x6b\x7f\xbf\xce\x52\x0a\x47\x4d\x9f\x3c\x36\ \x09\xa3\x98\x01\x82\x25\x99\xf5\x1e\x5e\x3a\xff\xe3\xb6\xa8\x3a\ \x7a\xea\xac\x71\x85\xde\xdd\xab\x16\xfa\xe3\xcb\xa7\x8c\x2a\x80\ \xc1\xb0\xa8\x08\x01\x8b\x98\x66\x56\xce\x65\x13\xbc\x78\xdd\x96\ \xbf\x6e\x8d\xab\xba\x28\x5f\x5a\xb5\xeb\xed\xf8\x92\xaf\x8f\x23\ \xbb\x97\xed\x7e\x3a\x79\xe6\xef\xf3\xd9\xee\xd5\x7b\x5e\x3e\xd8\ \x73\x30\xae\x68\x26\x20\x49\x22\x22\xd0\xb5\x68\xe5\xa1\x1d\x79\ \x79\x17\x8f\x4a\xc9\x8f\x77\xa9\x03\xfe\x25\x1f\xed\x5f\x3f\x62\ \xf4\xb7\xbd\x81\x77\xd6\xec\x9e\x9b\x71\xd6\x0f\x70\x60\xc9\x47\ \x7b\x3e\x68\xef\xef\x2c\x4d\x31\x31\x56\x8d\xc0\xd2\xe5\x35\x2b\ \xca\x46\x7c\x27\x39\xb4\x60\xf5\xce\x17\xd3\x66\xfe\xd8\x1b\xfe\ \x68\x49\xf5\xc2\xd6\xde\xe6\x9c\x04\xf3\x58\xc8\x39\x04\x80\x38\ \x74\xf6\x58\xcb\x9b\xe9\x94\x52\x79\x4a\x22\x16\x16\x5d\xb0\x2d\ \xba\x5b\x28\x11\x0a\x40\xd9\xa2\x5a\xb3\xc3\x80\xc2\x6c\x65\x4a\ \xbe\x0c\x26\xdb\x7e\xc8\xaa\xf1\x33\x6f\x92\x32\x21\x45\x2a\x4d\ \x05\x95\xf3\x75\x35\x66\x46\xae\x56\xe4\x86\x9a\x3a\xdd\x8a\x57\ \xaa\xbc\xb0\x76\xbf\xd9\x18\xe2\x6e\x8f\x54\x96\x84\x1a\xdb\xed\ \xa8\x4c\xa6\x57\x69\xb9\x6e\x92\x97\x2a\xa7\xc8\xd0\xdf\x67\xad\ \xaa\xb3\x82\x18\x4f\x28\xd1\x2a\x13\x10\x07\x00\x04\x2a\xe6\x5b\ \xf7\x45\x1b\x0e\x40\x6e\xb6\x3a\x35\x5f\x52\x55\x5c\x92\x86\xbc\ \x04\x8e\x74\x5a\x5b\x5a\xac\x7e\x41\xce\xac\x94\x4d\x9d\xaf\xdd\ \x11\x19\x68\x91\x26\x0d\x97\x3d\x12\xaa\xa9\x8d\xbe\xd4\x8e\xd3\ \xb2\x94\x29\xb9\xb2\x8a\x44\x30\x60\x2d\xac\xb7\x4d\x21\xda\x0c\ \x51\x28\x21\xa6\xd3\x8f\xf6\x1b\xed\x51\x28\xc8\x51\xa6\xe7\x49\ \x1b\xab\x75\x4f\xba\x3a\x2a\x15\xf7\x75\x9a\xbb\x02\x68\x52\xa9\ \xac\x08\x67\x97\x0e\xa7\x1f\x71\x54\x1b\x14\x05\xeb\xa1\xfe\xde\ \xde\xde\x60\x48\x97\x3d\x3e\x37\x6f\x7f\xfb\x8d\x77\x36\x6d\x5a\ \xf7\xd6\x87\x9b\x91\xdb\x8b\x10\x72\xc5\xa7\x17\xe7\x27\x6c\x5f\ \xf0\xfa\xd2\x5d\x9d\xb4\xef\xe0\xbc\x77\x3f\x86\xf8\xb4\xf0\x81\ \xe5\x4f\x3e\xf7\x76\xd8\x95\x68\x34\x7e\xfc\xd4\x2b\x2b\x75\x22\ \xed\x5b\xb9\x60\xe5\xde\xfe\xb4\x64\xf7\xde\xa5\x2f\x3e\xf9\xee\ \x06\x1b\x2b\x08\x10\xc2\x12\x44\x3a\xde\x7e\xf1\xa5\x43\x66\x72\ \x7e\xdc\xc0\xbc\x17\xe6\xd6\xf8\xed\xae\xda\xdd\x35\x4d\x3d\x40\ \x86\x84\x68\xe6\x90\x9d\x7b\xe1\x84\xc2\xb3\xf2\x52\x2b\x93\xdc\ \x1e\x55\xd6\xfc\xfe\x3d\x7e\x34\x62\x62\xe1\xd4\xf2\x82\xab\x0a\ \xa5\x9e\x96\x9e\x46\xa4\xe5\x4f\x1c\xf5\xed\x19\x25\x13\x25\xce\ \x00\x61\xcc\xfb\xaa\x0f\xbd\xd9\x19\x0d\xb7\xb7\x7d\xb0\xa9\x61\ \x93\x21\x70\x5f\xcf\x06\x9e\x38\x75\x54\xde\xd8\x51\x65\x97\x7a\ \xd8\xc1\x86\xe0\x80\xdb\x53\x39\x73\xc2\x83\x13\xd3\x73\x84\xe0\ \x88\xe0\x9e\x8e\xad\xc2\x3d\x71\x5c\xc1\xb8\xe1\xc5\x97\x24\x8b\ \xda\xa6\x81\x6e\xd9\x5d\x39\x7d\xfc\xf7\x26\x64\x97\x61\x6e\x0b\ \x01\x44\x52\x5c\x6e\xb7\xdb\xa5\x0a\xce\xa3\x4c\x9a\x9e\x83\xd7\ \xd4\x98\x54\x46\xb5\x87\x8c\x5e\xb7\x32\xc6\x8d\x42\x96\x00\x04\ \x3e\x1f\x29\x8c\x83\x15\xdb\x22\xeb\x7a\x04\x44\xed\x77\xb6\xe9\ \x3a\xc1\x49\x2e\xd4\xdb\x6d\xbe\x7b\xc0\xa2\x9c\xaf\xdd\xab\x37\ \x46\x85\x8a\x61\xdf\x01\x7d\x47\x2f\x0f\xfb\xad\x79\xbb\x4d\xcd\ \x43\x7a\x5a\xa2\x4f\x6d\xd4\xa9\x0b\x07\x3a\xf4\xa7\xb7\x98\xba\ \xa2\xdc\x30\xc9\x93\x29\xe8\x8b\x1f\x87\x5b\x80\xe4\x7a\xd1\x60\ \x2c\xbb\x58\xa6\x70\xd1\x6f\x83\x4f\x16\x8b\x36\x84\x16\xb7\x32\ \x16\xa5\x1f\xee\x32\x22\x00\x9b\xf6\x45\xd7\xf6\x8a\x14\x0f\x92\ \x10\x60\x8c\xe2\x7d\x24\x3b\x01\x7b\x09\xe2\x1c\x04\xc2\x71\xb2\ \x58\xb6\x21\xbc\xfa\x08\x47\x51\xfa\xec\x9a\xc8\x41\x03\x5c\x48\ \x04\x0d\x11\x5b\x65\xe2\xf3\x92\xa2\x04\x58\xb5\x2d\xb2\xae\x5b\ \xf8\xdb\x8c\x25\x0d\xb6\xa4\x42\x4d\x9d\xbe\xb2\x83\x29\xc4\x71\ \x4d\x3a\xf6\xc2\x10\x5f\x99\xc4\x82\xbb\x37\xad\xea\xa9\x21\x92\ \x37\xe7\xd2\xec\xbc\xd1\x17\xdc\x7c\x49\xf3\xef\xff\xf4\x97\x6d\ \x17\xdd\xf7\xab\x99\x65\xf1\x76\x84\xb9\x90\xde\xd6\x17\x21\x76\ \xa0\xa3\xb5\xcd\x4a\x14\x72\x52\xc9\xb9\x17\x5f\x99\x38\x82\x1d\ \x7a\xf9\xd0\xb4\x2b\xae\xce\x1a\xa6\xfd\xe4\xf1\xed\x5d\x91\x0b\ \x29\x27\x45\xa3\x66\x5e\x71\xf5\xf8\x19\xa5\xbe\x5f\x3e\xb9\xbc\ \xfe\xbc\xaf\x12\x0c\x84\x90\xbe\x96\x1d\xeb\xf6\x75\x8f\x4e\x8d\ \x04\xa2\xac\xaf\xfd\xe0\xd6\x9a\xd0\x9d\xf7\xff\xe8\x6c\xdd\xa6\ \xa6\x35\xb4\x75\xe2\x5c\x10\x14\xd8\xb6\xe7\x4f\x1d\xae\xb3\xae\ \xca\xaf\x18\x68\x5e\xce\x95\x38\x8c\x18\x13\xc4\xa5\xf0\xa8\xd5\ \x8f\xd4\xf2\x34\x2d\xa1\x23\xe6\x41\x43\xd8\x36\x3a\x3a\x82\xf2\ \xe8\x91\x77\x8e\x49\xa6\xab\x36\x3d\xfc\x71\x43\x41\xa9\x4d\x7d\ \xb2\x87\x08\xc1\x48\x9c\x0c\x52\xd4\xd0\xd5\xc4\x9c\x0c\x97\x51\ \x27\xf8\xa0\x1f\xd4\x34\x24\x39\x89\x70\x21\xb0\x2a\x2b\x22\x6c\ \xe9\xb2\x96\x97\x81\xcd\x7a\xc1\x04\x80\x2c\xe3\xba\xdd\x6b\x96\ \xaf\xad\x66\x49\x45\x17\xce\x98\x61\x70\x3c\x75\x94\xb6\xab\x3a\ \xba\xb9\x45\xaa\x6e\xa1\xd3\x46\xb9\x9a\xf6\xe9\x61\x4b\x48\x1e\ \x24\x31\xde\x6e\x08\x30\x79\x9b\x9f\xf1\x34\xc0\x6e\xe9\xfc\x31\ \xee\x72\x1f\xec\xab\x36\x35\x09\x01\x80\xa6\x20\x19\x01\x00\xc8\ \x32\x52\x09\x70\x26\x5c\x71\xf2\x85\x63\x3c\x56\x22\x6f\xda\xc3\ \xcf\x1e\xef\x55\x93\xe0\xd7\x9b\xad\x3e\xa6\xe5\x78\x10\x98\x48\ \xc6\xd0\x6f\x8b\xe2\x1c\xad\x28\x1e\x19\x36\x20\x0c\x20\x80\x13\ \x72\xce\x28\xf7\xac\x2c\x9c\x8b\xfa\xdf\xaa\xb7\xc6\x55\x22\x8f\ \x8a\x30\x80\xc5\xa1\xac\xc4\x75\xd5\x30\x99\x5b\x74\x99\x10\xa5\ \x85\xda\x79\xf9\x84\x33\x6a\x21\x18\x5e\xee\xba\xb2\x0c\xc9\xd1\ \xe0\xde\x3e\xbb\x20\x68\x77\x4a\xca\xaf\x66\x7a\x93\x2c\xda\xd9\ \x41\x4d\x0e\x92\x8c\x24\x26\xda\x74\x01\x26\x3f\xec\xe7\x17\x54\ \xca\x2b\xf7\xda\xfe\x88\xdc\x14\x12\xc3\xcb\x65\x05\x84\xe9\xd4\ \x12\x47\x17\x8e\x56\x47\x6a\x49\x19\x97\xde\xfc\xb5\x73\x87\x25\ \x58\xa6\x4d\x29\xb7\xb9\x00\xa2\x02\xc3\x7a\xd4\x92\x88\xd8\xb8\ \xe0\xd5\x79\x35\xf8\xe2\x73\x47\x05\x0e\xba\xec\x58\x14\x18\xe0\ \x96\x41\x39\xd1\x08\xb0\x48\x54\x08\x2c\xa9\x32\x30\xc6\xf1\xd1\ \x10\xe8\xee\xb8\x78\xb7\x64\xe9\x36\x03\x00\x4c\x08\xd3\x23\xc2\ \x97\x54\x58\x94\x9f\x82\xb3\x6e\xff\xfa\xe4\xcc\x5c\x1f\xe5\x44\ \x22\x8c\x52\x36\x64\x8b\x5a\x2c\xa1\xf0\xee\xea\x3f\xef\xd1\x8b\ \x2e\x99\x70\x6b\xa2\xc4\x75\xc9\x83\xad\x4e\x2e\x08\xc6\x54\xb7\ \xb0\x2a\xc7\x21\x61\x53\x6e\x1f\x95\x12\x01\x00\x5c\xc8\xf1\xde\ \xec\x94\xe4\xe4\xca\x94\xf4\x1d\x03\x2d\x24\xc1\x17\x19\x88\x30\ \x84\x30\x1b\xb0\x81\xb9\x15\x4d\x70\x9b\x01\x3d\xba\x1a\x13\xb9\ \x54\x8d\x06\xfb\x18\x46\x88\x9b\xb6\x85\xbc\xb2\x2a\x38\xa5\x83\ \x07\x20\x2e\x84\xcb\x97\x9c\x5f\x58\x28\x7c\xe9\x0a\x46\x21\x0a\ \xf1\x89\xf2\x39\xb9\xe4\xf1\x55\x03\xa9\x59\xee\x5b\x72\xa4\x96\ \x6a\x10\x8c\xaf\xdc\x11\x59\xd1\x4f\x66\x97\x48\xad\x9a\x8d\xc4\ \x60\xbf\xc3\xa6\x82\x33\x34\x74\x8e\x3a\x43\x08\xf0\x51\x1f\x21\ \x02\x04\x60\xda\x02\x08\xc2\x00\x11\x4b\xa8\x08\x14\x02\x4c\x08\ \xc6\x40\xc8\xd2\xed\x67\xc7\xad\xaf\x35\x9e\x59\x1e\x1c\x39\xdc\ \x7b\x75\x99\x7c\xdc\x9a\x17\x02\x04\xb8\x55\xc4\x83\x82\xf1\x63\ \xfb\x85\x00\xe7\xc2\xa6\x02\x04\xa0\x58\xbc\xdc\xa3\xc9\x60\x4c\ \x00\x43\x8a\x8c\x80\x83\x4e\x81\x28\x48\xc1\xc0\x85\x88\x79\x4c\ \x56\xef\x88\x2c\xf3\xe3\x0b\x4b\xa5\x36\x97\xcd\x38\x64\x67\xa8\ \xd9\x3b\x22\x9b\x1b\xad\x2e\x0b\xcf\x4e\x21\x4e\x0c\x28\xa7\x1f\ \x71\x02\xcc\x0c\x75\xb4\xb6\x34\x35\x36\x36\x34\x34\xf9\xc3\xd1\ \xba\xb5\xef\xad\x3c\x92\xf6\xd3\x9f\xce\x69\x5e\xf2\xe2\xda\x86\ \xde\xa0\xbf\x4f\x24\x64\x8f\x1c\x31\x2c\x2b\x59\xb5\x6c\x06\x82\ \x59\x16\x15\x00\x20\x98\x65\xdb\x1c\x10\x08\x6e\x5b\xb6\x00\x44\ \x80\x75\x36\xee\xab\xad\xab\x5d\xb2\x78\xc5\x40\x42\x65\x51\xb2\ \x97\xeb\x46\x6b\x63\xab\x27\x7b\x44\x3e\x0e\x76\x86\x70\x6e\x41\ \x6e\x52\x7c\x42\x5a\x12\xd9\xb1\xe4\xdd\xa5\xdb\x1a\x90\x22\x1f\ \xf3\xac\x13\x22\x77\xb6\xbc\xf2\x71\x5b\x64\x52\xc5\x6c\x62\xb4\ \x74\x87\xc3\x49\xc9\xa3\x93\x44\xf5\x96\xa6\x8f\x0f\x35\xbd\xd7\ \x48\x53\xf2\x53\xf2\x80\x51\x00\xe0\xdc\xa6\x9c\x09\x21\x64\x35\ \x3b\x27\xc1\xda\xd5\xb0\xac\xad\x6b\xcb\xde\x9e\xee\xa4\xe4\x61\ \xd9\xa9\x13\x21\xb0\x7e\x77\xeb\xce\xbd\x07\xe7\x47\x48\x59\x61\ \x9c\x3b\xb6\xc5\x0d\x67\x16\xe3\x5c\x30\x9e\x9a\x39\x01\x85\xb7\ \xed\x68\xde\xb1\xaf\x61\x41\x1f\xaa\x2c\x88\x4b\x8a\x85\xb1\xe1\ \xdc\x62\x9c\x31\x26\x52\xf2\x86\x9d\x7f\xc9\x25\x17\x9d\x35\x3e\ \x5e\x13\x7e\x8b\x53\x40\xa3\x4a\xd5\xa2\x78\x32\xb1\x5c\x4d\x94\ \x80\x0b\x1e\xb1\x45\x4f\x88\x69\xf1\xd2\x88\x1c\x39\x43\x01\x9b\ \x03\x08\xb0\x8e\x6e\x41\x23\x38\x58\xb6\x40\x0a\x4e\x55\xe1\xe3\ \x5a\xa3\xa1\x87\x76\x47\x04\x17\x20\x04\x58\x0c\x04\xc4\x5e\x0c\ \xee\x6a\x61\x1f\x0d\xa1\x23\x28\x6b\x8f\x88\x51\x15\xae\xc9\x71\ \xb0\xeb\xb0\x6d\x1d\x55\x13\x4a\x79\xbb\x9f\xd5\xb5\x18\x1f\xd4\ \xd2\x8a\x2c\x25\x0e\x83\x49\x85\x00\xa0\x4c\xd0\x58\x1d\x26\xc8\ \x87\xe0\x50\x8b\x5d\xdb\x6d\x77\x1a\x82\x1f\x95\x40\xca\x85\x6e\ \x43\x69\xb6\x4c\xfc\xe6\x7b\xfb\xad\x16\x3f\xeb\x89\x0a\x04\xa2\ \x67\x80\xa9\x3e\x69\x44\xb6\x9c\xa9\x80\x49\x85\xe4\x93\xa7\xe6\ \xe0\xb7\x37\x45\xad\x44\x25\xdf\x87\x1c\x5d\xf8\xdf\xe4\x64\xfb\ \x47\x20\x84\x98\xd5\x51\xb7\x7b\x4f\x7d\xc3\xfe\xea\xbd\x3b\xb7\ \xef\x8b\x08\x7e\xa4\xad\xab\x78\xc6\x65\x67\x4d\xa8\x74\xf5\x37\ \xec\x6c\x73\x5d\x78\xde\x98\x9e\xbd\x1f\xaf\xf8\x78\x4b\xeb\x80\ \x36\x76\xf2\xe4\x7c\x1f\x6d\xe9\xb2\x47\x8c\x1d\xee\xb2\xbb\x1b\ \xbb\xac\x61\xa3\x47\xc7\x5b\xdd\x8d\x47\x8c\x61\x13\x46\x06\xaa\ \x37\x6c\xaf\xef\x68\x6f\xac\x3e\x4c\xb3\xaf\xbb\xf9\xca\xc2\xe4\ \x38\xb7\xd9\xb3\xb7\xb1\xb7\x72\xd2\xac\x89\x45\xea\x8e\x75\x2b\ \xd6\x6d\xde\xd5\x19\x96\x87\x8f\x2a\x3c\xb0\x72\x71\x93\xc8\x18\ \x5b\x99\x83\x58\x2c\x6c\x0b\x96\x08\x6d\xeb\xd8\xda\x19\xee\xf1\ \x07\xf6\x1c\x68\xfb\xb8\x5b\xc4\x15\x65\x4e\xce\xf6\xc9\x87\x1a\ \x3f\xa8\xeb\x37\xc7\x0c\xbf\xa3\x32\x31\x91\x71\x8e\x11\x84\x42\ \x0d\x86\x9c\x5f\x9c\x94\x83\x90\x9a\x9e\x54\xd0\xd7\xf9\xd1\xce\ \x96\x9d\xf1\x99\x57\x4c\x2b\x1e\xe7\xd6\x72\x52\x94\xd0\xde\x43\ \x1f\xb6\x59\xc9\x53\x46\xcd\xc9\x71\xab\x4c\x08\x8c\x78\x7f\xa0\ \x0e\xfb\x46\xe4\x26\x24\x10\x35\x2f\x55\x35\xaa\xeb\xde\x6f\x35\ \x7c\x93\x46\xdd\x96\xef\x73\x73\xce\x31\xe2\x81\xfe\x06\xf0\x54\ \x15\x24\x26\x31\xc6\x18\x63\x9c\x73\xdb\x64\x75\xfd\x30\x2c\x4f\ \x4e\xf6\x90\x51\x05\x6a\x49\x1c\x22\x42\xb4\xfb\x99\x9c\xa4\x4c\ \xcf\x91\xeb\x1b\x8d\x35\xf5\x66\x0f\x22\x13\x8a\xd4\x6c\x95\x37\ \xf5\x43\x55\x9e\x9c\xa0\xa0\x81\x30\xed\xb4\xf1\xe8\x5c\xa5\x2c\ \x91\xd4\x37\x99\x1f\xb7\x58\x61\x49\x9a\x5c\xaa\xa4\x22\xd1\x1a\ \x85\xd1\xf9\x0a\xb6\x58\x4b\x04\x46\xe5\x29\x9a\xc9\x9a\xc3\x68\ \x58\xbe\xec\xc1\x08\x33\xbe\x6a\x8f\xbe\xa8\xd6\xf4\x4b\xd2\x45\ \xa3\xdd\xb9\x2e\xe0\x02\x10\x82\x48\x84\xee\x3c\x6c\xed\xee\x60\ \x99\x85\xae\xeb\x86\x2b\x28\xca\x9a\x42\x30\x2a\x5f\x0e\x06\xa8\ \x94\x20\x0f\x4b\x40\x36\xe0\x2c\x2f\x3a\xd8\xa0\x6f\x3a\xc2\x53\ \x52\x64\xa2\x73\x4f\xb2\x5c\x1e\x87\x7a\x02\x2c\xa2\x90\x49\x45\ \x6a\x91\x17\x36\xd7\x1a\x5b\xdb\xa8\xf0\xc8\x93\x4b\xb4\x91\xa9\ \xa4\xb1\xd9\x58\x53\x6f\x76\x09\x3c\xae\x48\x2d\x88\xc3\x99\x1e\ \x58\x51\x63\x8d\x1c\xe9\x99\x98\x8c\x2c\x47\x17\xfe\x27\xf9\xac\ \x78\x4d\x48\x56\x14\xc4\x07\x97\xf6\x73\xce\x11\x26\x18\x98\x4d\ \x85\xa4\xc8\xc0\x28\x07\x2c\x11\xc4\x19\x47\x84\x00\xa3\x36\x47\ \x8a\x8c\x6d\xcb\x12\x48\x52\x64\x4c\x2d\x8b\x23\x49\x91\x65\x4c\ \x8c\x0f\xff\xf4\x50\x6d\xfa\x95\x3f\x99\x33\xc6\x32\x99\x60\xd4\ \x66\x5c\x92\x15\x0c\xcc\xb2\x19\x91\x15\x82\x62\x3b\x3c\x09\x4a\ \x99\x24\x2b\x48\x30\x9b\x9e\x30\x0b\x07\x63\x85\x20\xe0\x82\x03\ \x80\x10\x8c\x0b\x81\xb1\x82\x91\x10\x80\x91\x60\x94\xd3\x63\x87\ \x61\x88\xbd\x45\x08\xcb\x12\x42\x5c\x08\x84\x10\xe7\x16\x17\x88\ \x10\x05\x01\x07\xc0\x20\x28\x3d\xba\x33\x13\x21\x2a\x08\x9b\x71\ \x1e\x33\x4c\x10\x88\x4f\x1c\x80\x89\x82\xc5\x89\xd1\x54\x11\x28\ \x04\x51\x2a\x38\x00\xc6\x20\x38\x70\x00\x99\xa0\x58\x6c\x36\x09\ \x03\xe7\x02\x61\x24\xb8\xa0\x02\x14\x82\xec\xa3\xe3\x82\x12\x12\ \x16\x03\x8c\x07\x8f\xc1\x18\x71\x26\x18\x80\x4c\x90\x4d\x05\x20\ \x90\x31\xb2\x99\x10\x68\xf0\x57\x31\x93\x81\x60\x40\x00\x08\x23\ \xe0\xe2\x58\x94\x36\x59\x8a\xed\x85\x85\x30\x02\xca\x04\x87\xc1\ \x9f\x10\x82\x90\x18\x3c\x8c\x60\x44\x30\x70\x2e\x78\x6c\x43\x4f\ \x2e\x6c\x01\x12\x41\x44\x08\x8b\x83\x44\x10\x06\xe0\x02\x30\x06\ \xca\x04\x0c\x49\x39\x70\xde\x13\x16\x9d\x1d\xc6\x87\xcd\xe2\xb6\ \xb3\xbd\x99\xd8\x99\xf8\xe4\xf8\x17\x86\x22\x84\x6d\x9e\xe8\x6f\ \xe2\x83\xd5\x85\x5a\x56\xec\xbd\x15\x7b\x7f\x74\xf9\xb3\x65\x31\ \x00\x04\x82\x0d\x79\x21\x64\x05\x92\xb3\xf3\xb3\xe3\x55\xd3\xb4\ \xec\xc1\x1f\x00\xb5\xad\xc1\xae\xca\xb1\x8f\x4e\xfc\xfc\xc4\xcb\ \x7e\xb2\xc5\xfa\xf4\x27\x43\x3e\x8c\xed\xae\x65\x9f\x18\x52\x56\ \x30\x76\x12\xdf\xd9\x90\x0f\x05\x63\x27\xbb\x34\xfb\xd4\x85\x04\ \x58\x47\x2b\x0a\x3f\x7a\xbd\xc1\x78\x91\x42\x0c\x1e\x7d\x34\x4a\ \x4a\xec\x48\x04\xc0\xb9\xb0\x8e\xfa\x50\x4f\x7a\x0c\x08\xb0\x98\ \xf8\xc4\xf9\x01\x80\x9d\x78\x70\x0c\x9b\x7e\x32\x4c\x55\xec\x27\ \x43\x77\xd7\x64\x5c\x1c\xdb\x7d\x8a\x33\x71\xcc\xcb\x30\xf8\x04\ \x8f\x1d\x79\x74\xf3\xdf\xc1\x54\x09\x20\x94\xaf\xd9\x11\x3d\x64\ \xa0\x8b\x26\x7a\xb2\x25\x61\x39\x4b\xdb\x1d\x7b\xe1\x3f\x25\x3c\ \xb2\x82\x05\xb5\xa8\x63\x8f\x7e\x49\x3a\x96\x18\x11\x0c\x62\x88\ \x85\xe2\xe0\xd8\x0b\x9f\x3f\x27\xb5\x02\x1c\x4e\x5b\x86\xda\x1a\ \x0e\xff\xb3\x38\xeb\xac\x1d\x1c\x1c\x1c\x5d\x70\x70\x70\x70\x74\ \xc1\xc1\xc1\xc1\xd1\x05\x07\x07\x07\x47\x17\x1c\x1c\x1c\xbe\x40\ \x5d\x70\x16\xd2\x39\x38\xfc\x77\xf3\x99\x75\xfc\xe4\xe3\x94\x42\ \x70\x4a\xa9\x23\x0d\x0e\x0e\xff\xd5\x08\x49\x92\x10\xc2\xa7\xa4\ \x0b\x18\xe3\xe6\xc6\x26\x22\x11\x67\xcb\x06\x07\x87\xff\x62\x38\ \xe7\x8c\xb2\x82\xa2\xe2\x53\xda\x9f\x52\x08\x81\x09\xae\xa8\x1a\ \xe1\x64\x9c\x83\xc3\x7f\x37\xb5\x35\x7b\x4f\xba\xbb\x0c\xfe\x6c\ \x2d\x71\x26\xc7\x3b\x38\xfc\x77\xdb\x0b\x9f\x59\xc7\x9d\x9e\x82\ \x83\x83\xc3\x97\x42\x17\xb8\x1e\x0c\x77\x59\xff\xf6\x0a\x5f\x16\ \x09\xe9\x03\x5f\x8a\xdc\x67\x34\x14\xd6\xc3\x9f\xfb\x69\x75\x9d\ \xf6\x46\xff\xbf\x16\x39\x0c\x84\x69\xd0\x74\x96\x58\x3b\xba\x70\ \xca\x08\x6e\x99\xb6\xfe\x1f\x2d\x32\x3c\xba\x75\xe1\x96\x27\x3b\ \xed\x4f\x7e\x6e\x45\x5b\x8f\x04\x3a\xff\xe9\xa5\xeb\x6b\x1f\x5b\ \x5a\xbb\x25\x6a\x0e\xf0\x21\x69\xd6\xcd\x88\x61\x85\x86\xec\xb0\ \xc2\x0c\x2b\x64\x5a\x61\xd3\x3e\xbe\x04\xdb\xb2\xc2\xa6\x1d\x89\ \x5a\xc7\xef\x8e\xd3\x90\x61\x5b\x9c\x5b\xd6\x89\x6b\x89\x2c\x5b\ \x8f\xad\x7e\xa6\x54\x3f\xe1\x1b\x41\x2d\xdb\x1c\xbc\xa2\xde\x17\ \x0c\x77\x0e\xe8\xc7\x93\x01\xc2\xd6\x0d\x7f\x30\xdc\x39\x10\xed\ \x1f\x5c\xa4\xae\xd7\x2c\x5a\xff\xd7\xc3\xff\x6e\x76\x1a\x16\x3f\ \xe9\xaa\xc7\x5d\x3b\xfc\x6f\x54\xff\xff\x84\x65\xe4\x4b\xd6\xf4\ \x2e\x3f\x4c\x9d\xea\xe1\xe8\xc2\x29\x97\xc5\x9e\x79\xaf\x7e\xf4\ \xdb\xde\xff\xa4\x30\x60\x6c\x87\xf4\xc0\xa7\x4b\x65\x67\xdd\x8b\ \xcb\xaa\xb7\xfe\xe3\xb1\x53\x16\xdd\xbd\xb1\xa9\xad\x2a\xaf\x64\ \xeb\xba\xfb\xde\xa9\xde\x19\xab\xc5\x9b\x37\x7c\x67\x7e\xed\xf6\ \xa6\x03\x7f\x7e\x7e\xf5\xf3\xb1\xea\xd2\x7e\xe8\xaf\x2f\xad\x7b\ \xb5\xab\x7b\xc9\x0b\x0b\x7f\xd8\xa4\x73\x00\xa0\x81\xe5\x2f\x2d\ \xfd\x45\x93\xbf\xf6\xc3\x25\xf7\xae\x6b\xef\x04\x00\xe0\x1d\x0b\ \x96\xdd\xb7\xa9\xb3\xa3\xa5\xee\xef\x7f\x7a\xff\x57\xbd\x47\x35\ \x25\xd8\xfe\xfc\x1f\xe7\xfd\xa0\x21\xc4\x01\xe8\xfa\x95\x77\x3e\ \xb7\xe1\x9d\xa3\x0a\xc6\xf6\xed\x78\xe0\x89\x25\x7f\x35\x01\x7a\ \x0e\x3f\xfb\xf7\xf7\xef\x9c\xb7\xe1\x91\x79\xab\x7f\xf8\xda\x9a\ \x47\x9b\x06\x06\x00\x20\x7c\xe4\xb5\xa7\x3e\x98\xf3\xf6\x86\x87\ \xdf\x5d\xf3\xa3\x97\x57\xfe\xf1\xa0\xbf\x57\xf1\x8d\x2a\x70\x77\ \x6d\x38\xb8\xf1\xdf\xc9\x4e\xcb\x7a\xea\xfd\x8e\x95\xdd\x27\xe9\ \x22\x46\xa3\x2c\xf2\xff\x57\xa9\xa3\x51\x1a\x71\x64\xe1\x7f\x98\ \x53\x5d\x67\xcd\x6c\x7f\x53\xeb\xea\x01\xd7\x94\x2a\x82\x28\xb7\ \x09\x82\xee\x96\x37\x56\xd7\xed\xb2\x05\x4a\x48\x19\x15\x0f\xbd\ \xad\x3d\x0d\xae\x94\x73\xce\x19\x7d\x89\x0f\x87\xf6\xee\x7b\x71\ \x4f\x7b\xb3\xe4\x29\x9f\x3a\xf6\xb6\x5c\xb7\x6c\x87\xab\xd7\xee\ \x79\xfb\x48\x54\x27\x4a\xce\x84\xd1\x77\x97\xc6\xbb\xfa\x3a\x16\ \xaf\x3d\xb0\x26\x22\xe2\x47\x0e\xbf\x7d\x54\x7a\xc6\x31\xfb\xf7\ \xc0\xfe\x17\xb7\xb7\xb7\xca\xa8\x2f\xc2\x7c\x8a\x04\x76\x78\xcf\ \x47\xdb\x5e\xef\xb3\x45\x46\xee\x55\xe7\x54\x9e\x21\x13\xdc\xd3\ \xfe\xea\xdc\x15\x5b\xf3\x0b\x6e\x9d\x59\x9c\xb5\x77\xef\xd3\xd5\ \xdd\x6d\x5a\xfc\x19\x67\x8d\xbe\x26\x49\x19\x14\xb8\xae\xf6\xe5\ \xa6\x77\x4c\x79\x4a\x61\xe1\x88\x4b\x9e\xdb\xf8\x62\x4b\xd9\xd8\ \x8c\x81\x05\x3b\xfa\xd4\x4b\x26\xce\xc8\xc7\x19\xbb\x1a\x7f\xb9\ \xbe\xfd\xf2\xb3\x33\x82\xeb\x6a\x77\x0f\x9b\xf0\xa7\xbc\xac\xf8\ \xe1\x75\xcb\xd6\xec\x5b\x57\x38\x61\xc6\x96\x3d\x6f\x7b\x73\xbe\ \x52\x91\x3e\xde\x53\x56\xf6\xee\x9e\xd7\xc7\x67\x7f\x67\xa0\xee\ \xe5\x36\x69\xd2\xed\x39\x05\x0d\x7b\x3a\x82\xbd\x9b\xd6\xd7\x5f\ \x7f\x79\x79\x05\x88\x9e\x4d\x7b\xdf\x0b\x98\x89\x86\x65\x00\xb0\ \x90\x1d\xac\x6b\x7a\x7f\x7f\xd5\xb9\xa3\x92\x13\xac\xf0\x8e\x8d\ \x75\x6b\x07\xd4\x0b\x4d\x00\xdb\xec\xd3\x32\x2e\xb8\x6e\xe6\xed\ \xc4\xe8\xa8\xd9\xf7\xf8\xbc\x95\x7f\xfb\xea\xa5\x3f\x95\xad\x7e\ \x2d\x7e\xe2\xb5\xe7\xfe\x48\x33\x3b\xeb\x0e\x3d\xfb\xfe\x9a\x87\ \x6f\x9c\xfd\xf0\xd8\xd2\xb3\xf6\x6c\x5b\x13\x1c\x35\xc5\x68\x5d\ \xd4\xca\xd2\xab\x72\xc6\x78\x3e\x63\x07\x28\x43\xb7\xb7\xd6\xe9\ \xee\x54\xf7\xf8\xcc\xc1\xa7\x46\x99\x88\xc5\x58\x39\x74\xa8\xff\ \xfd\xfd\x3a\x55\x94\xf3\x27\x24\x8e\x4f\xc5\xaa\x8c\x9a\xea\x02\ \x8f\xf8\xfb\xa9\xa6\x5e\x39\x39\xb1\xcc\x7b\x4c\x4b\xc5\x8e\xbd\ \x81\x65\x0d\x26\xf2\xba\xe6\xcc\x48\x48\x8c\x44\x5f\xdd\x3c\xd0\ \x6e\xa2\x11\x95\xf1\x97\x97\x6b\x18\xa0\xab\x2d\xf4\xe6\xce\x88\ \x41\x50\x4b\x40\xcc\x90\x10\x00\x1c\x3c\xd8\xbf\xa0\xd6\xb0\x54\ \xe9\xa2\x49\x49\xa3\xe2\xf9\x8a\xdd\x91\xd4\x1c\xcf\xf0\x34\xc9\ \xd9\xa4\xea\x7f\xdd\x5e\xd0\xc3\xf5\x7b\x6a\x9e\x7e\x67\xf5\x2f\ \x37\xb4\xd4\x13\xa2\x20\x00\x84\x10\x06\x68\x6b\x5e\x1e\x56\xc7\ \x4e\x1f\x3e\xbb\xa7\xf1\x85\xfd\x7a\xd6\x99\x23\xae\x0c\x37\xbf\ \xb6\xbe\xe1\x10\x80\x27\x37\xef\xe2\x73\x27\xdc\x99\xc3\xf7\xac\ \xd8\xb5\x94\xf1\xbe\x25\xeb\x7e\x77\x44\x1e\x37\x7d\xd4\x35\x3c\ \xb0\xf5\x60\x5f\xd0\x0e\xaf\x9d\xbf\x63\x51\x4e\xf9\x9c\xa9\xf9\ \x89\x1f\x6f\xfe\x4b\xeb\xd1\xa8\x48\x1d\xf5\x4f\x2f\x3e\x50\x3f\ \xac\xe2\xda\x91\x99\x85\x58\x50\xce\x41\xd6\xf2\xc7\x8f\xbc\xe3\ \x9c\x11\x33\x5a\x6b\x1f\xdb\x1d\x34\x11\xc2\xf1\xc9\xd3\xcf\x19\ \x7f\xc7\x98\xdc\xdc\xda\x3d\x0f\x6f\xf1\xfb\xa6\x8f\xbd\x33\x21\ \xb2\x62\xc1\x9e\x15\x47\x1b\x4d\xd1\xd9\xd9\x16\x1f\x3f\x42\x02\ \x70\x67\x5c\x39\x35\x53\x5a\xb1\xf9\xef\x8b\x77\x2d\x2f\x19\x71\ \x6f\xbe\x0a\x20\x97\x9f\x3b\x6a\x4a\xed\xee\x3f\x7f\xb4\xe5\x19\ \x33\xf5\xaa\x49\x59\x69\x00\xea\xe4\xf1\xb7\x89\xf6\xd7\x96\x6e\ \xff\x4b\x8d\x9e\x7f\xee\x88\x69\x00\x90\x5b\x7e\x47\xb9\x54\xbd\ \x78\xcb\x93\x2b\xea\x5a\x27\x8f\xff\x8a\x86\xac\x60\xc4\x1a\x3b\ \x7c\x76\x6f\xd3\xbc\x6e\x06\xfd\xad\x1f\x1e\xc1\xe3\x26\x65\xc7\ \x0f\x98\x11\x00\xbf\xa1\x16\x9d\x51\x54\xb2\xbb\x66\x09\x07\xa8\ \xdd\xff\xbe\x2b\xeb\xb2\x7c\x9f\x08\x52\xc0\x08\x63\xa2\xc8\x98\ \xb8\xdc\xb9\xe3\xc7\xdf\x9d\x8d\x36\xed\xec\x19\x20\x58\xc2\x48\ \x96\x31\x56\x5d\x59\xc3\x47\x7d\x6b\x18\x3e\xb8\xb7\xbd\x51\x4e\ \xa9\xf2\x88\x96\x23\x51\x4b\x91\x48\x5b\xc3\xeb\xef\xac\xf9\xf9\ \xaa\xda\x15\x5d\xd1\xc8\xd0\x47\xd0\xd7\x67\x2c\xda\xdc\xfb\xf0\ \xa2\x9e\x4d\x9d\x54\x53\x8f\x1b\x4c\x08\x01\x91\xd0\x40\x6b\xff\ \xe3\x9b\x22\xa3\x87\x27\xcc\x48\xe5\x2f\x2c\xed\x69\xb6\x04\x06\ \xa1\x79\x94\x73\xc6\x24\x94\x0a\xe3\xb1\xe5\x81\xe0\xd1\xbe\xc6\ \xa1\xbd\xbd\xcf\xef\x31\xcf\x1c\x19\x7f\x61\xa5\xcb\x6d\x98\x8f\ \x2e\xee\xd3\x53\xbc\x97\x0d\x77\x6d\xdf\xd2\xfb\x41\x0b\xb3\x23\ \xfa\x63\xcb\x03\x9e\x5c\xdf\xc5\xc3\x3c\x3e\x02\x04\xa3\x81\x8e\ \xe0\x0b\xbb\x8d\xa9\x13\x12\xcf\x4a\x66\x2f\xad\xf2\xf7\x09\x2c\ \x33\xfa\xc1\xba\x9e\x3f\x2d\xeb\x5b\xd7\x6c\x44\x9c\x01\xab\xff\ \x5d\x7b\x81\xb5\x2c\x5d\xf7\xc3\x7d\xd1\x9c\x4b\xa6\x7c\x7b\x74\ \x66\x01\x00\xe8\x9d\x47\xed\x4b\xec\x4a\x4e\xac\xca\xcb\x1c\x59\ \x99\x31\xbf\x25\xae\xa2\x20\x73\x78\x28\xe7\xcd\xea\xf0\x11\x21\ \xf2\x3a\xdb\x96\x57\x77\x75\x1a\xa1\x2e\xdb\xdb\x1b\x0a\x6e\x6a\ \x66\xf9\xd7\x8c\xbf\x3c\x13\x5b\x75\xbe\x24\x8a\xf1\x40\xd7\xba\ \xb6\x48\xaf\xbb\x61\x5e\x0b\xf5\x9b\x3c\xd8\xa3\x8b\x5c\x05\x00\ \x58\x73\x73\x75\x41\xe9\x37\xc6\xe4\x8e\x86\x88\x7f\xfd\xe1\xc5\ \x42\x80\xa5\x37\x56\x1f\x5a\x14\xb0\xf4\xa0\x1d\xec\x37\xf5\x2c\ \x01\x8a\x9a\x9d\x9d\x50\x00\xd0\xb5\xfa\xc8\xfe\x20\x8d\x6e\xd9\ \xd7\x1e\x8d\x44\x82\xc2\x4f\x01\x48\xcc\xe5\x68\x0b\x59\x8d\x8b\ \xdd\xda\x98\xb1\x77\xd7\x2e\xb8\xb5\x3e\xf9\xfe\xfb\x8b\x4b\x62\ \x49\x4e\x2d\x98\x33\xaa\xe9\xde\xd5\xcd\x89\x73\xae\xba\x54\x8e\ \x1d\xe4\x9b\x7c\x7e\xc5\x8a\x27\xb7\xae\xba\xe0\x9c\x17\x53\x63\ \x1f\xe1\xb4\x59\xe3\xaf\x7f\xfc\xbd\x5f\x67\x8e\xff\xfd\x98\x64\ \x2f\x40\x50\x37\xac\xcc\x92\xab\x0a\x8e\xcc\xdd\x5a\xbb\x4c\xea\ \xa9\xa9\x18\x76\x27\x6f\x79\x34\x6c\x45\x81\x05\x75\x2a\x4d\x1a\ \x76\x43\xcd\xd6\x67\xb6\x36\xc5\x37\xfa\xd1\x94\x49\x57\x6d\xdb\ \xfc\x54\xc8\x82\x64\x84\x40\x1c\x9d\x2c\x82\x3d\x1e\xb7\x14\x36\ \x4d\x84\x10\x80\x38\x5a\x49\x5d\x09\x2e\xb9\xd3\x1a\x00\x9c\x2a\ \x13\xde\xaf\x9b\x95\x59\x17\x5c\x91\x75\x41\x67\xfb\x82\x45\x1b\ \x1f\xae\xe9\xb8\xfc\x9c\xb8\xd2\x77\x5e\xff\x20\xe0\x2a\xb9\xf1\ \x2b\xb7\x2c\x59\x1f\x3d\x92\xe8\xba\x6b\x66\xfa\x98\x94\x4f\xb6\ \xd3\x32\x16\xdb\x0e\xe9\xc9\x85\x89\xe7\x97\xb8\x00\xe4\xdd\x2d\ \x47\xd6\x77\xb3\x42\x84\x72\x72\x3c\xa3\x73\x5c\xa3\x13\xc4\xee\ \x77\xfd\x75\x91\xc4\xf1\x3e\x04\xc0\x37\xd4\x99\x23\x46\xa5\xcd\ \x2c\x56\x00\xa0\xab\xa9\xaf\x5e\x76\xfd\x76\x82\x37\x05\x80\x77\ \x47\x16\x34\x46\x46\x51\xea\x4f\xf2\xfe\x70\x8c\xc7\x03\x62\x58\ \x62\x10\x04\x6f\x6c\x8d\xb4\x86\xf9\xa6\xbd\x41\x66\xd0\x88\x2d\ \x3a\x6c\x3c\x63\x42\xf2\x8c\xb1\x74\xcd\x96\xbe\x27\xe6\x1f\x99\ \x31\x3d\xeb\xde\xd1\xaa\x53\x85\xfe\x27\x75\x81\x64\x4d\x1a\x7d\ \x97\xd6\xf0\xf1\xbe\xfd\xcf\x75\x74\x8d\x1f\x51\x7c\x5e\x2a\x3a\ \x5e\x34\x85\xa0\x00\x80\x11\xe6\x34\x0a\x00\x02\x13\x42\x48\x57\ \xdb\x5b\x4b\xea\x5a\x2e\x9b\xfe\x0d\xe8\x78\x7a\x75\x17\xe7\x80\ \x84\xe0\x42\xc0\xd1\x7d\xd5\x05\x08\xe1\xf2\x55\x4d\x1d\x77\x9f\ \x57\x50\x22\x69\xaa\x32\xb8\x55\x2c\xc1\xc2\xa0\xd1\xd8\x89\x41\ \x20\x0c\xfa\x86\x8d\x7f\xe9\x4a\xf9\xea\xec\x11\xd9\x6b\xd6\x3f\ \xc4\x19\x03\x10\x62\x30\x46\x21\xe1\x82\x64\xe5\x5d\x79\x41\x49\ \x11\x03\x22\xc9\x5e\xe5\xa8\x56\xa9\x04\x18\x35\x06\x9b\x53\xb5\ \x28\x3f\xbd\x52\x4a\x1d\xae\x1c\x6f\x61\x3d\xc5\xe9\xc3\x6b\x59\ \x7a\xb6\x7a\xcc\x50\x42\x59\x59\xe3\xb2\x92\xfb\x73\xd3\x52\x8f\ \x1d\xa5\x26\x8e\x29\x48\x2d\xcb\x48\xab\x42\x00\xc0\x2d\xd3\xa2\ \xaa\x92\x3d\xba\xe2\xec\xc7\x17\xfe\x4e\xa4\x5c\x77\x6f\x4e\xd5\ \xde\x16\x30\x6c\x1b\x68\x98\x32\xcb\x15\x57\x79\x46\x61\xf6\xb3\ \xcb\x7e\x55\x36\xf9\x6f\x45\x09\xc9\x5b\x38\x33\x6c\x01\x08\x10\ \x92\x62\x99\x6b\xf7\xef\x3d\xdc\xa7\x4e\x4d\x4c\xe0\x01\x8e\x10\ \x19\xcc\x71\xbd\xba\x36\x20\xaa\x46\xe4\x81\xe8\xa1\x1c\xdc\x8a\ \x12\x0d\x56\x57\x37\xac\x6a\xf2\xb7\xf9\xb2\x2f\x3b\xa3\xe8\xc2\ \x7c\x77\xdc\x8d\x77\x65\xd9\xc4\x93\x93\x13\xef\x9e\xa6\xac\x6d\ \x8c\x2e\xda\xd8\x77\x28\xd7\x3d\xad\xdc\x93\xe5\x46\x31\x53\x8f\ \x5a\x02\x23\x84\x30\xd0\xc1\x30\x79\xc2\xe6\x20\x61\x04\x02\x06\ \xe7\xaa\xd8\xdc\xe2\x70\x74\xcb\x28\x84\x8f\x87\x87\x04\x8c\xb1\ \x60\x94\x0e\xba\x51\x05\x42\x48\x22\x88\x99\xcc\x1e\x7c\xb2\x83\ \x01\xec\x93\x33\xdc\xd7\x4f\x8f\x97\x98\x50\x14\xec\x56\xf8\xc1\ \xc6\xe8\x86\xba\xc8\x11\x53\x9c\x77\x46\xd2\xac\x12\xc5\xa9\x3f\ \xff\xb3\xfe\x05\x39\x33\xeb\xbc\xcc\xac\xf3\xfa\xfd\xbb\xf6\x36\ \x7c\xd4\xe0\x1f\x9b\xaa\x51\xd3\x8e\x0a\x00\x4a\xa3\x16\xa3\x00\ \x40\x69\xc4\x62\x0c\x00\x18\x8d\x5a\xc4\x26\x92\x07\xf3\x48\x5f\ \xf0\x30\x84\xfd\x16\x4b\xf3\xc5\x9f\x59\x2a\xbd\xf6\xd1\xa6\xb9\ \x63\x33\x3c\xf5\x81\xae\x5c\x40\x89\xd9\x17\xa5\xed\x7d\x78\x53\ \xed\x8a\xd2\x24\x1f\xc8\x25\x23\x73\xe3\x63\x05\xb5\xb4\xfc\xdc\ \xad\x9b\x9f\x5b\xae\xf4\xa7\xd2\x1d\x03\x16\x25\x08\xab\xb2\x62\ \xea\x1d\x7d\x41\x1e\x32\xa2\x5e\x0e\x71\xc9\x39\x03\x87\x96\xad\ \xae\x75\xe7\x24\x55\x8e\x2e\x98\xb0\xa0\xee\xcd\xdd\xae\x0b\x3d\ \x42\xa4\x65\x9d\xe1\x51\xb4\xc1\xb6\x3e\x29\x71\x5f\xff\x41\x0e\ \xa3\x30\x00\x80\x6d\xd1\xa8\x45\x4f\xf0\xcc\x53\xaa\x9b\xb6\xc1\ \x07\xed\x0b\x00\x00\xc6\x4c\xd3\x8e\x9e\x10\x80\x92\x5b\x96\x1d\ \xb1\x62\xb5\x86\x9b\x91\x68\xd8\xc7\xb8\x92\x30\x63\xea\xb0\x83\ \x3c\xe5\x52\x17\x08\x2e\xac\xa0\x19\x16\xe6\x80\x6e\x99\x08\x20\ \x2b\xff\x8a\x29\x23\xe4\x92\xe2\xb1\x00\x7d\x60\x87\xa3\xba\x8e\ \x10\xef\xef\xdb\xb5\xbb\x29\x57\x84\x0f\xd6\x34\x6c\x48\x2e\xbd\ \x7b\x44\x9c\x1c\xf1\x5b\xc1\x60\xcd\xee\xa6\xd5\x72\xa4\x61\x7f\ \xf3\x6a\x29\xff\xa6\xf1\x19\x49\x34\xb0\x35\xca\xd2\xb3\x3c\x6a\ \x5f\xc3\xf6\x1e\x9e\x3c\x79\xdc\xf5\xf9\x89\xe9\xb1\x54\x94\xc4\ \x25\xc5\x5e\x0c\x2b\x97\x87\x95\xfb\x5a\xda\xa3\xab\x0f\xea\xf5\ \xbd\xca\xe1\xbe\x68\x07\xc2\xdc\x1f\xad\x13\xea\xb5\x5e\x9c\x5e\ \xe9\x59\xf4\x51\xff\x6b\xbb\x84\x27\x18\x69\x04\xed\x86\x74\x52\ \x5f\x2b\x5a\xda\x23\x1b\x0e\xd2\x9d\xfb\xfa\xe5\xdc\xf8\x4a\xcf\ \xe0\x3e\x36\x33\x86\xb9\x1f\xde\xd2\xfb\x16\x8e\x4b\x55\x71\x55\ \xa6\x7b\xac\xdc\xf3\xc2\x9a\xfe\x33\x12\xc4\x92\xc3\xe2\xdc\xb3\ \x3d\xb9\x29\xb4\x94\x75\x3d\xbe\x2a\x30\x3d\x8b\xec\xef\xe7\xe3\ \x10\xae\x28\xf1\xaa\xfb\x83\x8b\xf7\x4b\xc5\x1e\xe4\x8e\x73\x4d\ \xcc\x14\x7b\x9a\xf5\xc4\x6c\xef\xc5\xa5\x9e\x34\xc7\x50\xf8\xaf\ \xe6\xe4\xfb\x47\x0c\x04\xfb\x53\x52\xd3\x86\x2e\xa8\xd0\x5c\x99\ \xf9\xd9\x53\x0b\x12\xe2\x05\xb7\xb8\x94\x96\x9b\x56\x4e\xb8\xe5\ \x49\xa8\xcc\xf0\xc5\x73\x6e\x7b\xe3\xca\xb2\xe2\x12\x38\xb7\x54\ \x6f\x79\x69\xf6\xe4\x54\xb9\xaf\xa1\x63\x4f\x50\xa4\x56\x16\xcc\ \xca\x4d\xcc\x2f\xce\x1d\x6b\x06\xf7\x76\x45\xfb\x03\xfd\xed\x89\ \x39\x17\x94\xa5\x94\x95\x66\x16\xf6\xf5\xec\xea\xe8\xef\x92\xdd\ \x45\x79\x49\xe9\xb1\x62\xeb\x8a\x1b\x51\x94\xa8\xb5\x1e\xd9\xd3\ \x6d\x2a\xa5\x05\xe7\x97\xa4\x16\xe5\xa6\x97\x45\x03\xbb\x9a\x7b\ \xdb\x3c\x09\xe3\x46\xe4\x8f\x4d\x49\x1a\x16\x0f\x81\xe6\xee\x06\ \xc9\x5d\x34\xb2\xec\xf2\x4c\x39\xd0\xd4\x55\x13\x30\x59\x5a\xca\ \xb0\x04\x4d\x1b\xb4\xce\x35\xd8\x7d\x60\x55\x52\xee\xd9\x89\x32\ \x06\x00\xc6\x69\x7c\xc2\xf0\x4c\x6f\xfc\x10\x1b\xc7\x96\xdc\xf9\ \xb9\x29\x39\x43\x3c\x2b\x8c\xe1\x84\xdc\xb4\x4a\xf7\xf1\x8f\x04\ \x63\x28\x35\x6d\x44\x92\xa6\x00\x50\x8b\x49\x19\xe9\x23\x12\x54\ \x57\x76\xe6\x19\x39\xf1\x71\xb1\xef\x55\x6f\x49\x96\xdb\xc5\x70\ \x62\x6e\x5a\xa5\x2a\x27\x15\xe5\x4d\x4a\x50\x08\x00\x08\x06\x49\ \x49\x95\x29\x1e\xb7\x15\xed\xf6\x0f\x74\xea\xdc\x55\x59\x75\xdb\ \xd9\xe5\xe3\x09\x00\xc6\xb2\x61\x85\xfc\xc1\xf6\x30\x95\x8a\x4b\ \xbe\x32\x7b\xf8\x74\x19\x89\x83\x07\x5e\xea\x50\x27\x4f\xca\x2b\ \x4b\x48\x1e\x53\x96\x35\x32\xc1\xe5\xfd\x8c\x27\x85\x12\xe2\x94\ \xd1\x85\xee\xfc\x78\xdc\x1f\xb4\x6a\x3b\xcc\x01\x2c\x5f\x31\x2d\ \xa9\xca\x87\x65\xaf\x3a\x22\x19\xd7\x1c\x36\x06\x64\xf5\xc6\x69\ \x49\x79\x1a\x72\xb9\x88\x19\xb5\x9a\xfc\x34\x29\xdb\x37\x67\x92\ \xcf\x7b\xf4\xbe\x12\x52\x5c\xe5\x5e\xd8\xdf\x66\x76\x1b\x50\x5a\ \xe0\x9d\x55\xa2\xf6\x75\x1a\x75\x03\x62\xc6\x84\xe4\xb3\xb3\x25\ \x44\xc8\xb8\x02\x2d\xd0\xab\x1f\xea\xa1\x99\xb9\x9e\xa9\x85\x5a\ \x6a\xa2\x36\x2a\x8d\x34\xb4\x19\xcd\x41\x96\x90\xa8\x16\x25\xc9\ \xc3\x0a\x3d\x95\x69\x8a\x47\x72\x2a\xce\x7f\x03\x42\x88\xbe\xde\ \x9e\xf8\xf8\x84\x93\x94\xb6\x4f\xc7\x83\x46\x08\xb5\x1e\x6e\x2e\ \xaf\x1c\x86\xf1\xe7\xe1\x75\x16\x7a\x73\xf3\xaa\x10\x49\x23\xfa\ \xee\xf5\x87\x6a\xa7\xcf\xfc\x7d\x85\xef\x3f\x6a\x7f\x5a\x3b\x36\ \xff\xa8\x41\xbb\xe2\x9a\xd1\x53\x4e\xff\xd5\xa0\x34\xb2\xf3\xad\ \x35\x2f\x8f\x3a\xf3\xa1\xe1\x89\x6e\xa7\x98\x3a\x7c\xc1\x70\xce\ \x0e\xd6\xd6\xe4\xe6\x15\x7c\x7a\x89\xc4\x17\xa0\xfc\x88\x5a\x3d\ \x8d\xbd\xfb\xb0\x94\x38\xfd\xcc\x07\xff\xc3\xa2\x00\x00\xca\x98\ \xd1\xdf\x4a\x8b\x70\xf1\xa5\x58\x25\x2e\x65\x4c\x9f\xf8\xed\x1c\ \x47\x14\x1c\xbe\x6c\xfe\x85\xff\x7f\x59\xd0\x4a\xca\xe7\x94\x94\ \x7f\x71\xb7\x84\xb5\x9c\x5c\xed\x4b\x92\xfb\x6a\x56\x6e\xaa\x53\ \x08\x1d\x4e\x3b\x9c\x75\x53\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\ \xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\ \xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\ \xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\ \x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\ \x0e\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\xfc\x1f\ \xe8\x02\x42\x18\x13\x27\x77\x1c\x1c\xfe\x9b\x2b\x3f\x26\x80\xd0\ \x49\xbf\x92\x4e\xa6\x09\x88\x5a\x56\x53\xc3\x21\x47\x1a\x1c\x1c\ \xfe\x8b\xe1\x9c\x51\xcb\x42\x08\x09\x21\x3e\x29\x02\x03\xc1\xfe\ \x4f\xeb\x82\x69\x1a\x96\x69\x7e\x96\x96\x38\x38\x38\xfc\x37\x20\ \x84\xa2\xaa\xaa\xaa\x7d\x5a\x17\xa4\x93\x1d\x2c\x54\x55\xd3\x34\ \x97\x93\x6f\x0e\x0e\xff\xed\xca\x20\x3e\x2d\x0a\x27\xd7\x85\x7f\ \x70\xb4\x83\x83\xc3\xff\x02\xce\x78\x84\x83\x83\xc3\xe9\xa1\x0b\ \x58\x92\x65\xf2\xaf\x5d\x1a\x61\x22\xcb\xd2\x17\xef\xf0\xc0\x44\ \x92\xa4\xff\x7e\xf5\x44\x98\xc8\xf2\x29\xba\x99\x91\xa4\x28\xd2\ \xd0\xc7\x87\xb0\x2c\xcb\xf8\x14\x9e\x0d\x91\x15\xf9\x5f\xcd\x4c\ \x44\x14\xe5\x94\x4e\xee\xf0\x05\xe9\x02\x96\x14\x97\xa6\x12\x8c\ \x84\x18\x7c\x8d\x31\xc2\x98\x10\x8c\x3f\xed\x91\xc4\x92\xac\xa9\ \x0a\x41\x27\x2d\x46\x9a\x4b\x1b\x82\x42\xfa\x0e\xd7\xd6\xb4\xf6\ \x01\x3e\xd5\x22\x82\x31\xb6\x07\x3a\xf7\xec\x6b\x34\x38\xfe\xff\ \x74\x86\xc6\xf4\xe5\x94\xcb\x24\x09\x75\x34\x1e\x6a\xec\x01\xfc\ \xff\x59\x32\xd1\xbf\xae\x84\x5f\xa8\x28\x58\xfd\x1d\xfb\x6b\x0f\ \x53\x74\xf4\x36\x11\x96\x64\x49\x70\x6a\x53\xfa\x89\x0e\x25\x41\ \xb4\x69\xf7\xb6\x43\xed\x41\x1c\xbb\x1f\x84\xc1\x1e\xd8\xb7\xb7\ \xa6\x4f\x07\xf2\x0f\x33\x09\x13\xd4\x59\xbb\xb3\xba\xbe\x07\x13\ \x82\x4e\x39\x65\x5c\xef\xde\xba\x6d\x8f\xdf\xc2\xc4\xf1\x82\x9f\ \x0e\xba\x80\x30\xd6\x7b\x9b\x77\xec\xda\xef\x8f\xd8\x92\x44\xa2\ \xbd\x4d\x3b\x76\x1f\xd0\x2d\x7d\xf3\x7b\x7f\xb9\xef\x81\x87\x6b\ \x82\x58\x25\x08\x21\x14\x7b\x58\x08\x63\xab\xef\xf0\xc6\x0d\x5b\ \x5a\xfa\xac\x13\x5a\x12\x40\x58\xd8\x6d\xfb\xb7\xad\xdf\xb4\x65\ \xe7\xee\xdd\xdb\xb6\x6e\xde\xb0\x71\x5b\x7b\xf7\x91\x75\x1f\xbe\ \xbe\xbd\x39\xa8\x9c\x50\x3f\x8f\x9e\xeb\x13\xc9\x40\x08\x01\xc8\ \x0a\x69\xda\xb1\xf8\x9d\xb5\xfb\x84\xa2\xa2\x4f\x7e\x8d\x4e\x7e\ \x0a\xf4\x89\x13\x22\x84\x00\x61\x89\x87\xda\x36\x6f\xdc\x16\xe4\ \xc7\xcb\xf0\x09\x87\x9d\xf0\x23\xac\x92\xc8\x8a\xf7\x5e\x5b\x53\ \x1f\x52\x25\x2c\x3e\x71\xae\x7f\xf6\xfa\x78\x1a\x10\x10\x44\xeb\ \xb6\x6d\xda\x7f\x78\x80\x48\xe4\x64\x77\xfb\xd9\xf7\x8e\x4e\x9e\ \x21\xf0\x19\x89\xf9\x27\xb5\xec\xa4\xd7\x41\x48\x56\xd1\xfe\x35\ \x1f\xbe\xfb\x71\xe3\xa0\x62\x22\x2c\x63\xba\x6f\xd5\x3b\x8f\xfc\ \xfe\xa1\x3f\x3e\xf6\x5a\x43\xd0\x96\x09\x89\xfd\x12\x21\x02\x46\ \xd7\xfc\xb7\xe7\x37\x06\xb1\x2a\x21\x00\x20\x92\x3c\xd0\xbc\xe1\ \xb5\xf9\x6b\x22\x44\x23\xff\xe8\xbe\xb0\x24\x42\xcb\xdf\x7b\x7f\ \x57\x87\xad\xca\x48\xfc\x93\x64\x0f\xfe\x90\x48\x4a\xdf\x81\x95\ \xef\x7d\xb4\x95\x29\x0a\x46\x8e\xc3\xeb\x34\xd0\x05\x45\xc1\xbb\ \xe6\xfd\xf5\xfe\x9f\x3d\x55\xdf\xc7\xdc\x1e\x69\xf7\x3b\x7f\xbe\ \xff\x17\xcf\x35\x07\x6c\x24\x49\x29\x19\x59\x09\x1a\x01\x84\x84\ \x10\x02\xb0\x24\xc9\xaa\x86\xf7\x2e\x9c\xfb\x9b\xbf\xbf\xd4\x1c\ \x25\x04\x01\xc6\xf8\x98\x62\x20\x41\xdb\x0e\x55\x6f\xdf\xb4\xe6\ \xb1\xdf\x3e\xfc\xce\xd2\x8d\xbb\x77\x57\x37\xb6\x34\x37\x77\xca\ \xb9\x69\x29\x42\x08\x89\x60\x00\x24\x2b\x32\x12\xd4\xb4\x28\x26\ \xc7\xab\x2b\x96\x64\x59\xc2\xb6\x65\x9a\x36\x13\xd4\x6c\x39\xd8\ \x92\x96\x91\xa5\x61\x46\x08\x41\x00\x98\xc8\x8a\x4c\x98\x65\xd9\ \x8c\x0f\x2a\x13\x06\xcb\x34\x4c\x9b\x21\x22\x29\xb2\xc4\x6d\xcb\ \xa6\x83\x5f\xc9\x8a\x0c\xdc\x36\x4c\x5b\x48\x72\xf7\xee\xd5\xef\ \x2e\xd9\x6d\x73\x4a\x39\xc8\xb2\x82\x81\x99\xa6\x8d\xb1\x84\x11\ \xc2\x84\x08\x6a\x19\xa6\xc5\xb8\x00\x00\x2c\xab\x66\xfb\x81\x9a\ \x0e\x36\x66\x54\x2e\x67\xec\x98\x25\x2c\x61\x61\x99\x86\x4d\x19\ \x60\x8c\x91\x30\x4d\xc3\xa2\x8c\x48\xb2\x44\xc0\x32\x4d\x81\x30\ \xc1\x08\x61\x49\x51\x62\x69\x60\x00\x04\x59\xdd\xf3\xe7\x7d\x78\ \xa0\x97\x22\x4e\x11\x91\x15\x09\xdb\xa6\x49\x05\x26\x84\x10\x49\ \x42\xdc\x36\x0c\x93\xc6\x6e\x04\x00\x00\x24\x59\x91\x30\x58\x96\ \x35\xe4\x33\x40\x98\x60\x24\x4c\xc3\xa0\x80\x25\x42\x00\x90\x74\ \x2c\xfd\x44\x1a\x2a\x73\x31\xe3\x06\x21\x8c\x01\x38\x17\x83\xed\ \xbf\x44\xa8\x65\x1a\xa6\xcd\x05\x1c\x1b\xb2\x46\x18\x09\x40\xc4\ \xee\xaf\x6f\x39\x9c\x52\x98\x0e\x94\x63\x49\x92\x65\x79\xa0\x69\ \xdb\x3b\x2b\x0f\x4d\xbe\xfa\xee\xaf\xdf\x71\x5d\x79\x8a\xdb\xb6\ \x0c\xd3\x62\x44\x92\x30\x91\x22\xdd\x75\x47\xb0\x2f\x3f\x2f\x11\ \x01\x91\x09\x62\xcc\x3a\xbc\xef\x90\x9a\x90\x9f\x93\x28\x21\x0c\ \x96\x69\x32\xc0\x04\x63\x8c\x31\x06\x66\x1a\xc6\xe0\x03\xc2\x12\ \x0d\x36\x37\xeb\xb8\xa8\x34\x1d\x09\x2c\x61\x61\x9a\x96\xc0\xe4\ \xb8\x15\x80\x10\x46\xc0\x85\x90\x14\x05\x09\xdb\xb4\x28\x26\x92\ \x24\xb1\xe6\x9a\x56\x5f\x7a\x79\x9a\xc6\x29\x77\x6a\xeb\x17\x87\ \xf4\x59\x66\x2f\xb2\x3a\x77\x1d\x0a\x14\x8c\x9e\x56\x51\x9a\x06\ \xd0\x59\x5d\x17\x2c\x1c\x3b\x3e\x11\x87\x96\xaf\xde\xae\xcd\xfa\ \x49\xae\x5e\xf3\xf7\x3f\xbd\xb8\xf5\x60\x07\xf2\x65\x5f\x78\xf3\ \xdd\x37\x4d\x4f\x3d\xd4\xe3\x17\xa1\x8e\xa7\x7e\xf5\xdd\xe6\xeb\ \x6e\x8d\xab\x7b\x7f\x43\xa4\xf2\x07\xdf\x9d\x93\x8e\x4c\x8a\xb5\ \x49\x57\xdc\x31\xee\xc8\x86\x5f\x74\xd8\xd7\xdd\x75\xff\x19\x79\ \xae\xee\x9a\x85\xaf\x75\xb6\xfb\xdf\xfa\xfb\x72\xe1\xb9\xf4\xab\ \x77\x4c\x2f\x4b\x6a\xd8\xb6\x7c\xde\xc2\xf5\x7d\x51\x2b\x63\xcc\ \xec\x39\x97\x4f\xf5\x20\x9b\x63\x89\xf5\xb7\x7c\x38\xef\xdd\x9d\ \xcd\x01\x77\xf6\xb0\x5b\x6e\x3a\xbb\xad\xd5\x5f\xdf\xb2\xe8\x17\ \x3b\x3e\xac\x38\xfb\xc6\x1b\xce\x1d\x05\xc1\x96\xc5\x0b\xe7\xef\ \xac\xef\xf4\xf7\x0e\x8c\xb9\xe6\xeb\xb7\x8c\x53\x5f\x7f\x7e\x6e\ \x4d\x57\x34\xb9\xf4\xdc\x3b\xaf\x1e\xb9\x7e\xd1\xbb\x1b\x0e\x74\ \x04\x7a\x82\x95\xe7\x7f\xe5\xce\x2b\x46\xee\x5b\xfa\xce\xfc\x0d\ \x35\x03\x96\x76\xf6\x2d\xb7\xb8\x3a\x03\xc1\xde\xd6\x67\xff\xf2\ \xf4\x45\xb7\x7e\xa5\xc8\xd8\xfe\xea\xbc\x55\x9d\x81\x70\xea\xf0\ \x59\x77\xdc\x74\x5e\xfb\x9a\x97\x5f\x5f\x79\x80\xb9\xb3\x2f\xbe\ \xe6\xc6\xc9\x65\xf1\x98\xb0\xea\xea\x5d\x46\xfa\xa8\xaa\x34\x0f\ \xe3\x06\x00\x48\x92\x1c\x6a\xdd\xf5\xf6\xbc\xa5\xcd\xbd\xe1\x94\ \xaa\xf3\x6f\x9f\x9d\xf9\xee\xdc\x37\xea\xfc\x76\xf6\xc8\x8b\x6f\ \x39\x3b\x75\xfe\x1b\xf3\x0e\x1c\xf1\x4b\xc9\x95\x37\xdf\x76\x4b\ \x99\xdb\xbf\x72\xde\xfc\x4d\x07\xdb\x7a\xba\x03\xc5\x67\xdd\x79\ \xe7\x64\x7f\x67\xb0\xbf\x6b\xc1\xf3\xd1\x23\x17\xdc\x70\x41\xfe\ \xe2\xb7\x5f\xdf\x7c\xa8\xdb\x96\x52\xae\xfe\xea\x57\xf3\xf4\x3d\ \xaf\xbd\xbb\xba\x57\x17\x45\x53\x2e\xbf\xe9\xdc\x51\x88\xd9\x44\ \x91\x83\xcd\xbb\xe7\x2f\x5c\xde\xdc\xdd\xdf\x17\x52\x6f\xfc\xe6\ \x37\x26\x15\xc6\xd9\x8c\xb0\x9e\x3d\x73\x5f\xf9\xa0\x3d\x6c\x1b\ \xd4\x77\xd1\xcd\xb7\xcd\x1a\x91\xda\xb1\x6f\xdd\x9b\x1f\xac\xed\ \x0e\x44\x52\x47\x5d\x70\xdd\x14\xe5\x95\x77\xf7\x5e\xf5\xb5\xfb\ \x0b\x02\x9b\xfe\xfc\xd8\x82\xb3\xef\x7f\x60\x42\x5c\xef\xd3\x7f\ \x99\x9b\x77\xc9\x9d\x17\x8c\x4c\xa6\x46\x68\xf3\xfc\x77\x96\xef\ \x3c\x4c\xe5\xe4\xab\x6e\xbb\xc1\xd8\xf6\xce\x66\x31\xe1\x5b\xd7\ \x4e\xa9\x99\xff\xe8\xf2\x40\xe5\xd7\x2e\x2b\xec\x6c\xe9\x6a\x0b\ \x7e\xf0\xf3\xd5\x6f\x96\x4f\xbf\x66\xce\xa5\xe3\xda\x9a\xf6\x1d\ \xe9\xe9\xdd\xf0\xd1\x47\x09\x57\x5e\x1d\xac\xfb\xf0\xed\x25\x3b\ \x07\x4c\x5e\x74\xe6\x95\x73\xae\x98\xdc\x5d\x57\xaf\x25\x16\x14\ \xa5\xa8\x03\x2d\x3b\xdf\xfb\x60\x59\x53\x6f\xe0\x70\x4b\xe7\x84\ \x5b\x6e\x70\xf5\x37\xbc\xfd\xda\x5b\x7b\x5a\x02\xcc\x95\x7b\xc3\ \x9d\xb7\x15\x45\xf7\x3c\xf7\xea\xc2\x2e\x83\x97\xcc\xbc\xfe\x96\ \xb3\xab\x10\x26\x7d\x0d\x75\x54\xc9\xac\xc8\xf2\x0d\xb4\xed\x78\ \xeb\xdd\x85\x8d\x5d\x21\x39\x63\xec\xad\x17\x95\x2d\x7c\x73\xf9\ \xd4\xdb\xbe\x36\x21\x83\xcf\x7b\xf2\x31\x73\xd4\xb5\xd3\x12\x5a\ \xde\x7c\x7f\x4d\x67\xd8\xca\x1e\x7b\xc9\xbd\x57\x57\x1d\xe8\x8c\ \x64\x4d\x2f\x91\x19\x33\x9c\xca\xfa\x7f\x6e\x2f\x60\x49\x36\x3a\ \x1b\x5b\x83\x03\x46\x6b\xf5\xb3\x7f\x7e\xe4\x4f\x0f\xfd\x6d\x63\ \x9b\x3d\xbc\xa4\x0c\x85\x0f\x6e\xaf\xd3\x8b\x4b\xe3\x1b\xb7\xae\ \x5f\x57\xdd\x71\xc6\xe5\x37\x8e\x94\x9a\xde\x9a\xff\x71\x5b\x4b\ \x77\xdb\xe1\xb6\xec\xf1\x97\xdf\x77\xd7\x57\x67\x8d\x48\x8e\x5a\ \x22\x29\x39\x59\xc5\xc7\x7a\xa6\xe2\x48\xed\x1e\x96\x98\x91\x93\ \x22\x33\xdb\x6a\xdd\x57\x9d\x34\xe2\x9c\x07\x1e\xf8\xd6\x19\x29\ \xfe\xa5\x9b\xeb\x07\x9a\xb6\xce\x7d\x6d\xf5\xb0\x2b\xee\xbd\xff\ \xfa\x33\x0f\xac\x5e\xd7\x1a\xe4\x92\x2c\x2b\x2c\x30\xff\xc5\x27\ \xf7\xf1\xe2\x3b\xbf\xf9\xad\x7b\x6e\xbc\x24\xa1\xbf\xa6\x99\x64\ \xcd\xf9\xfe\x03\xb7\x9f\x57\xbe\x65\xe9\x86\xfe\x81\xde\x0f\x5f\ \x7a\x62\x4b\x30\xf3\xd6\xdb\xbe\x52\xe9\xc3\xb2\xea\xe9\x6f\xd8\ \xbd\xab\xd5\x7d\xeb\x37\x7f\x78\xf7\xe5\xc3\xd6\xbe\xf4\xb7\x55\ \xed\xde\x1b\xef\xbe\x63\x78\x9a\xca\xe4\xf8\xce\x2d\xf3\x9e\x5b\ \xbc\x7f\xf2\x55\x77\x7c\xef\xdb\xf7\x4c\xcb\x16\xb5\x8d\x47\xce\ \xfa\xca\x7d\x0f\x3e\xf0\xf5\x4a\xdc\xfc\xe4\xd3\x0b\x32\x67\xdc\ \xf2\xc0\xbd\x17\x34\xef\x58\x73\xa0\xcb\xbf\x6d\xdd\xbe\xc2\x99\ \xb7\x3e\x78\xff\x2d\x23\x72\xdc\x94\x72\x30\x02\xbb\x77\x35\x96\ \x8d\x19\x19\x27\x73\x2e\x62\x7d\x90\xa6\x17\x9f\x7a\xcd\xc8\x9b\ \xf1\x8d\xef\x7e\x77\xce\x15\x93\xfd\xd5\x9b\xf7\xfb\x33\xee\xf9\ \xee\x83\xb7\x9e\x9d\xf5\xe1\xd3\x4f\xf7\xa5\x4d\xfd\xe1\x03\xf7\ \xba\xdb\xf7\x6c\x3f\xd0\xbe\xe6\xad\xe7\x3e\x6a\x54\xae\xbf\x7d\ \xce\xd8\x1c\x8d\x7b\xb4\xce\x7d\x07\x5d\x45\x67\xfd\xe8\xc7\x3f\ \xb8\xf9\xa2\xb2\x35\xaf\x3d\xbd\x31\x98\xf7\xad\x07\xbe\x3d\xda\ \xd5\xbc\x61\xfb\xce\x95\x0b\x17\xd2\x92\xd9\x3f\xf9\xc9\x0f\x2e\ \x9b\x54\x04\x9c\x62\x49\xb5\x8f\xec\x79\xee\xa9\x57\x68\xf1\xac\ \xdb\x6e\x38\xdf\xcd\x85\x24\xb9\x90\x10\x92\x82\x5b\x77\x6d\xad\ \x8f\xe4\x7f\xe3\x07\x3f\x3c\xb7\x20\xbc\x72\xc3\xae\x40\xd7\xc1\ \xe7\x9f\x5f\x9c\x33\xf3\xd6\xef\xdf\x73\x5e\xd3\x8e\x55\x07\x03\ \x34\x1a\x0c\x50\xc4\x0f\xee\x5c\xb3\x71\x6f\x07\x97\x95\xce\xbd\ \x6b\xf6\x47\x7d\x15\xc5\xa9\x82\xa1\x68\xe7\xbe\xb7\x97\x1d\x98\ \x3e\xe7\xbb\x3f\xfa\xce\x6d\x55\x71\xf4\xc0\xbe\x86\x94\xd4\x54\ \x15\x47\x6b\xf7\xb5\x69\x49\x39\x66\x77\x5d\xab\x5c\x7a\xed\x1d\ \xdf\xbc\xef\xaa\x11\x7b\x56\x2f\x6c\x08\x46\x5a\x0e\xf4\x9e\x79\ \xcd\xd7\x7f\xf4\x9d\xdb\xb2\x02\xeb\x9e\x7d\x6b\xd7\x99\x37\x7f\ \xf3\x5b\xd7\x9f\x79\x60\xf9\xe2\xe6\x40\xb0\xbe\xb1\x2f\xa1\x70\ \x98\x37\x74\xe0\x99\x27\x5e\xea\x4b\x3b\xf3\xde\xdb\x2f\x2f\xcc\ \x4c\xaf\x28\x22\x1f\xce\x7d\x61\xbf\x34\xfa\x7b\x0f\x7c\xad\xc0\ \xd8\xbb\xed\x50\xf3\x81\x3d\x5b\xdb\x7d\x63\xbe\xf5\xfd\xef\x5f\ \x7e\x46\x21\xa7\x4c\x22\x76\x43\x7d\xbb\x94\x55\x95\xc6\x5b\x5f\ \x79\xe9\xb5\x70\xc1\xec\x07\xbf\x7b\x8b\xd4\xfc\xf1\xee\xf6\x80\ \x19\xe9\x0b\x33\x1c\x69\xdb\xb1\xb5\x8d\xe4\xb9\xda\x9e\x7f\x6d\ \x79\xc5\x15\x5f\xff\xee\x75\x93\x1a\xd6\x7f\xdc\xd4\xdc\xd0\x13\ \x41\x15\x45\x49\xcc\xb1\x16\x4e\x07\x5d\x20\x92\x68\xaf\x6b\xed\ \x1b\x60\xde\x38\x77\xa0\xab\xb5\xa6\xba\xce\x2f\xb4\x82\xd2\x8a\ \x48\xdd\x36\x7f\x5c\xf9\xe8\x54\x52\xd3\xd4\xa8\xa4\x8c\xba\xf6\ \xfa\x4b\x8b\xe2\x3d\x9e\x38\xc5\xdf\xd3\xd6\xd2\xce\x26\x5c\x7c\ \xd1\x79\xb3\xa6\x15\xe5\x96\xde\xf2\x9d\xdf\x3e\x30\xe7\xfc\x38\ \x61\x31\x01\x00\x88\x20\xf3\x40\x4d\x67\x72\x56\x55\xb2\xcc\x38\ \x0f\x1d\xa8\x0b\xe6\x54\x8e\x4f\x4f\x8a\xf7\xc5\xc7\x25\xfb\x60\ \xe7\xc6\xf5\xed\x24\xcb\x37\x70\x70\xc1\x8a\x1d\xb9\x13\xc6\x65\ \xc7\x13\x40\x38\xd0\xbc\x77\xfb\x91\xa4\xeb\x6f\xbc\xb2\x34\x2b\ \x25\x39\x2d\xa9\xe7\xe0\x21\x29\xa9\x7c\x54\x5e\xb2\x2f\x2e\x3e\ \x21\xc5\xdb\x7b\x70\xcb\xb6\xce\xf4\x3b\x6e\xbf\x21\xcf\x13\x6d\ \xe3\xc9\x95\x45\xa9\xcd\x8d\xf5\xee\xf2\x91\xc5\xb9\x69\xac\x6f\ \xdf\xba\xc3\xae\x1b\xef\xbc\xad\x32\x31\xd2\x69\x2b\x55\xc3\xe2\ \xd7\x2f\xdf\x53\x7e\xfe\x57\xce\x1f\x57\x90\x92\x96\x02\xc1\xee\ \x8e\x60\x5c\x55\x51\xae\xcf\x23\x37\xec\x5a\x51\x2f\x12\x92\xa1\ \x63\xc1\xfc\xf5\xe9\xe5\x93\xf3\x50\x4b\x03\x8d\x1f\x31\xba\x2c\ \xd1\xe7\x51\x65\x24\x90\x34\x70\xa4\xa6\x26\x18\x3f\x76\x58\x11\ \xa2\x36\x00\x10\x42\x5a\xf7\xac\x6e\xf3\x54\xdd\x72\xed\xac\x9c\ \xe4\xa4\x8c\x04\xa8\x6f\x6e\x4d\x1c\x3e\xba\x28\x33\xd9\xec\xde\ \xf7\x71\x03\xcb\x49\x41\x6b\x17\x2e\x08\xa5\x56\x96\xbb\xea\x56\ \x1d\xa4\x37\x7d\xed\xf6\xca\x04\xda\x13\x44\x63\xca\xe3\x6a\xeb\ \xbb\x52\x2a\x46\xa4\x27\xc4\x89\xde\xba\x0d\xdb\x9b\x72\x72\x13\ \x77\xaf\x5c\xb4\x6f\x20\x7d\xfc\xc8\xe1\xa3\xc6\x8d\xec\xdd\xb5\ \x6c\xe1\xb6\x16\xb7\xd7\x4b\x00\x14\xc9\xde\xb9\x76\x45\xb0\xe0\ \xfc\x3b\xae\x98\x4a\xc2\xad\x3c\x33\x2f\x37\xc3\xc3\x19\x48\x22\ \x7c\xf0\x70\x47\xda\xa8\x31\x39\xc9\x49\x09\xf1\xde\x78\x8f\xda\ \xb8\x6b\x79\x23\x4a\x4e\x12\xed\x0b\xe6\x6f\x4c\x2f\x9d\x50\x99\ \x19\x8f\xb0\x34\xd0\x71\x60\x5b\xad\x3f\x6f\x44\x29\xed\x6b\x5c\ \xb2\xbc\x7a\xc4\xd9\x17\x16\xb8\x99\x45\x99\x9a\x54\x30\xa9\xdc\ \xbb\x7a\xde\xbc\xfa\x7e\x84\x8c\xde\xc3\xc1\x84\xb2\x82\x5c\x08\ \x35\x37\x0c\x40\xd9\xb0\x9c\x23\xfb\xf7\x7a\x4b\x46\x8f\x29\x4b\ \xcf\x48\x4b\x76\xab\x0a\x0b\xb7\xd5\x05\x48\xf9\x88\x62\xb7\x6a\ \x6e\x5e\xbf\x2d\x65\xda\xd5\xe7\x0d\xcf\x4d\x4a\x4a\xf6\xb9\x54\ \x08\x77\x34\xf6\x45\xcb\x46\xe6\xd5\xad\x59\xd2\xe5\x9b\x70\xef\ \xcd\x67\x79\x42\x7d\xa6\x9c\x9f\x1d\x39\xb4\x61\x6f\x67\x41\xb6\ \x6b\xe3\xd2\x25\xcd\xb8\x74\x62\xbe\xa7\xa9\xb9\xbd\x7c\xf4\xf0\ \x8c\xe4\x44\x9f\x26\x03\x20\x6c\xf8\xeb\xda\xbb\x0b\x47\x96\xf4\ \xef\x5d\x5f\xdd\x66\xe7\x27\x99\x1f\x2d\xf8\x28\x9a\x32\x66\x5c\ \x79\xb6\xcb\x85\x2d\x33\xb8\x6e\xe9\x86\x8c\xc9\xe7\x88\xda\xcd\ \x47\x58\x7a\x5c\x68\xff\xfc\x15\xbb\x72\xce\x98\x2c\xf5\xb4\x87\ \x48\x41\x51\xa2\xc6\x9c\xb9\xb7\xff\xf7\xba\x80\xb0\xcc\xa3\xf5\ \x87\x0f\xf8\x49\xde\x1d\x3f\xfb\xe3\x9f\xff\xfc\xc7\x1b\xce\xa9\ \xf0\x6a\x09\xc5\xa5\xda\x81\x6d\xcd\xf1\x65\x45\x49\xc8\x6a\x69\ \x6c\xf4\x15\x8d\x4f\x8a\xec\xdf\xdc\x62\x56\x96\x64\xdb\xd1\xe6\ \x4e\x23\xbe\x20\x91\x98\x7a\xb8\xab\x71\xd7\x47\x2b\xb7\x06\x6d\ \x01\x80\x62\xb6\x07\xd2\x3b\x0e\xf4\x86\x73\x87\x15\x12\x8e\x78\ \xb8\xad\x71\xc0\x2e\x2c\xcf\x14\x03\x9d\x4d\xcd\xc1\xb2\x9c\x84\ \x40\x7f\x9f\xdb\x8b\x7a\xfb\x22\x25\x53\xae\xbc\xf7\xfa\x73\xe3\ \x90\xcd\x41\x84\x43\xfd\xba\x1c\x17\xef\x92\x85\x10\x98\x87\x0e\ \x34\x76\xfb\x0a\x4a\x3d\xc2\x68\x6c\x3c\xe4\x2b\xc8\xb6\xc3\xbd\ \x76\x42\x76\x5a\x1c\x74\xd5\xef\xd1\xbd\x29\x79\x49\xb4\xb1\xbe\ \xb3\xa0\x30\x47\x01\xd1\xdf\xd9\x64\xc7\xa5\x66\xa5\x80\xff\xc0\ \xfe\x01\x9e\x5a\x9e\xca\xdb\x07\x78\x42\x72\x22\x70\x0e\x9c\x75\ \x1f\x69\xf6\x7b\x33\xb3\x52\xe3\x80\x9a\xfe\xae\x80\x5b\x53\x42\ \x81\x60\xd6\xd8\x8b\xee\xb9\xe3\x0a\xd4\x5c\x63\x69\xe9\xf9\xc9\ \xd8\xb4\x98\x10\x48\x92\x71\xc3\xf6\xed\x38\x63\x78\x79\xba\x6c\ \xd1\x58\x17\x1d\x42\xbd\x7e\xd5\x93\xe0\x55\x10\x03\xb0\x43\x7d\ \x87\x5b\xfb\x4b\x8b\x32\x30\xb0\x40\x6f\x07\xb8\x35\x33\x14\x90\ \x32\x46\xdf\x79\xef\xed\x79\xd6\x11\x1d\x27\xe7\xa7\xe0\xde\xc6\ \xfa\x6e\x9a\x53\xec\x35\x9b\xba\xfb\x0b\x4a\x33\x31\x88\x70\x6f\ \x5f\x84\xba\xb0\xde\xaf\x6b\xb9\x37\xde\x75\xe7\x19\x25\x69\x23\ \xcf\xbb\xed\x81\x5b\x27\xaf\x7f\xe5\xf9\x4d\x8d\x51\x45\x91\x30\ \xd7\x3b\x7b\xba\x93\xf3\x73\x14\x10\x0d\xd5\x8d\x49\x19\xc5\x29\ \x2e\xce\x10\xe1\xa1\xde\xc3\xed\xe1\xb2\xa2\x0c\xb0\x03\x07\xea\ \xc2\x39\xb9\x05\x7a\x57\xb7\xa6\xca\x03\x81\x60\xf6\xf8\x8b\xee\ \xbe\xf5\xe2\x34\xb7\xc7\x87\xf5\x95\xef\xce\x87\xaa\xf3\x67\x95\ \xca\x2b\xde\x7f\xb3\x4e\xae\xba\xe8\xcc\x62\xdb\xa2\x42\x30\xe4\ \xc9\xbe\xf5\x7b\x3f\x39\x3f\xbb\xf3\xf9\xb9\xef\x37\xfb\x7b\x06\ \x5c\x09\x59\x39\xde\x81\xa6\x83\x03\x22\xa1\x2c\x5d\xec\xaf\xed\ \xcf\x2f\x1d\xe1\xe3\x81\xa5\x0b\xd7\x91\xfc\x49\xc9\x81\x43\x01\ \x92\x52\x9c\xa6\x8a\x48\xa0\xa3\x3f\x9c\x9e\x9b\x0e\x60\xed\xde\ \xb2\x5e\xcf\xae\x4a\xb1\xfd\xbd\x21\x57\x79\xb6\xb7\xad\xb9\xcf\ \x9b\x56\xe8\x03\x38\x78\xa8\x8e\x65\x17\xab\x91\x01\x5d\x78\xf9\ \x80\x9f\xc5\x97\xdd\x76\xdf\x5d\x55\x71\x7a\x43\x1b\x29\xcd\x4e\ \xe7\xd4\xe2\x42\x60\x42\xec\x60\x4f\x67\x37\x94\xe5\xa7\x06\x8e\ \xf4\x08\x39\xce\xe8\xeb\x71\xe5\x4d\xbc\xe7\x9e\x1b\x8b\x33\x52\ \xe2\x7c\xea\xae\x55\x1f\x6c\xe8\x4e\xba\xfc\xbc\x8a\x8e\xce\xa0\ \xe4\x95\x7b\x7b\x42\xc5\xd3\xae\xfe\xc6\x8d\x53\xfb\xda\x1b\x79\ \x56\x5e\xa2\x4b\x62\x94\x32\x67\xa2\xdd\xff\xad\x7f\x01\x61\x62\ \x87\x3a\xf7\x6f\xdf\x8e\xd2\x2e\x2d\x4f\x40\x56\x4f\xc3\xd6\x0d\ \x1b\x44\xfa\x8d\x25\xa8\xe9\xe5\x9a\x9e\xa2\x73\xf3\x78\xb8\x65\ \x57\xb5\x7f\xd8\xa5\x65\xe1\xfd\x6b\x6b\xfb\xd9\x75\x39\xa5\x99\ \xc9\xe1\x24\xa5\xf7\xb1\x1f\xdc\xbb\x62\xc6\xb5\x13\xf8\xc7\x4f\ \xaf\x63\xbf\x19\x3e\xea\x8c\x74\xd5\xa2\x82\x48\xf2\x40\xc3\x81\ \xb6\x3e\x69\x66\x61\x22\x60\xec\xaf\xdb\xdf\x1d\x8d\xaf\xcc\xf6\ \x05\x3b\x76\x1e\xec\xd5\x26\xe5\x16\x29\xfe\xd2\xf5\xad\x5d\x51\ \xc3\x60\x3d\x5d\x03\xac\x32\x4e\x12\x8c\x41\x4a\x6e\x65\x31\x5a\ \xf7\xdc\x13\x4f\xe4\x26\xc7\x8f\x3f\xb3\xac\xae\x3d\x50\x34\x25\ \x1b\x8c\xc0\xfe\xbd\x1d\x59\xe7\x15\x15\xe5\x49\xea\xbc\x77\x9f\ \x7b\xc6\x36\xeb\xb6\x11\xdf\x64\x14\x3a\xbc\xef\x30\x4c\xbb\x2c\ \x07\x33\x2b\x31\xa7\xd2\xdd\xf3\xce\x4b\x4f\xbd\x20\xb7\xef\x08\ \xa2\xd1\x2e\x2d\x65\x42\x55\xca\x3b\xef\x3c\x19\xad\xce\x4e\x2f\ \x1f\x3f\x2a\x31\x09\x8e\xac\x7f\xe5\x99\x67\xce\x98\x3a\x2d\x77\ \xc4\x58\x5f\x7d\x4d\x48\xd7\x6d\xa3\xdb\x66\xe1\x9a\x3d\x0d\x4a\ \xc6\xac\x14\x49\x50\x0a\x80\x25\x62\x75\x6c\xae\xe9\x2c\x3b\xfb\ \x1a\xaf\xb0\xf5\x58\x5f\x88\x8b\xdc\x91\xe3\xc4\x86\x45\x8f\x3e\ \x1a\x4c\x8c\xcf\x9d\x52\xe1\x6a\xf0\xbb\x2e\xcf\xca\x10\x94\x26\ \xe7\x56\xe5\x7a\x1b\x82\x61\x5d\xb5\x8c\xde\x50\x24\x33\xb7\xd4\ \x65\xbc\xf6\xcc\x63\x2f\x78\x7b\x76\xf6\x69\x23\x34\x55\xf3\xba\ \xac\xf5\xef\xbd\x12\x39\x38\xfe\xfc\x49\xf9\xa5\xb9\xbe\x81\x60\ \x38\x49\x66\xbd\xfd\xa6\xa7\x6b\xc9\xf2\x7d\x3d\x6e\x08\xba\x33\ \x0b\xd3\xe2\x65\xc1\x39\xc3\xae\xa2\xe2\xe2\xd5\x2b\xe6\x3d\xdf\ \xbf\xbd\x7a\x7b\x67\xe6\xac\x04\x22\x38\x27\xa8\xff\x48\x63\x43\ \xbf\x6f\x5a\x76\xa6\xd5\xb3\xad\xc6\x6f\x5f\x5a\x9a\x97\x27\x55\ \x78\x6a\xea\xc3\xba\x6e\x19\x5d\x51\xcb\x4c\xf5\xa6\x24\x05\x6a\ \x16\xf7\xcd\x78\xec\xdb\xd3\x0f\x3e\xb5\x68\xcb\x0e\xe3\x07\x0f\ \x7d\x33\x43\x65\x86\x25\x49\xbc\x77\xf9\x7b\x1f\x75\x9a\x72\xb4\ \xc3\xcc\x2d\xc8\x4d\x49\x4e\x8d\x0b\x2d\x78\xfb\xb9\x67\xd5\xae\ \xdd\xfd\xb4\xd2\xc3\x7a\x0e\x1d\xe9\xf6\xc3\x8a\xbf\x57\x77\xb4\ \x98\x05\x77\x7d\x73\x5a\xc7\xb2\xc7\x48\xda\xb0\x54\x89\xdb\x22\ \xa1\xa2\x20\x6b\xc1\x87\xaf\x3e\xbb\x47\xde\xdf\xc4\xae\xb8\xfb\ \xec\x24\x5f\x93\x42\xbb\x36\x6e\x69\x9a\x35\xa2\xf8\xfd\xb7\xdf\ \x7b\xea\xa5\x86\x8e\xed\x7b\xa4\x89\xe3\x52\x0a\xb2\xf3\xd2\xd6\ \x07\x07\x22\x6e\xa0\xfe\x80\x15\x47\xf7\x1d\x26\x89\x57\x67\xc6\ \x0b\x66\x02\x80\x10\x1c\xa9\xde\x78\x35\xbc\x69\xfd\xbe\xdb\xc6\ \x0c\x4b\x5f\xd7\x36\x10\x31\x80\xf6\x05\xfa\x75\x91\x19\x9f\xed\ \xa2\xaf\x2f\xde\x7a\xcf\xcf\x1e\x2a\xf6\x79\xfa\x2b\x0a\xb7\x6c\ \xec\xd5\x0d\xc3\xea\xeb\xe9\x37\x50\x42\x52\xd2\xc0\xc6\xbd\x07\ \x1b\x32\x3e\x7a\xe1\xe5\xbc\xab\x7e\x70\xdd\xe8\x44\xc3\x76\x3a\ \x14\x5f\x04\xe4\xc1\x07\x7f\xf8\x49\x5d\x00\x60\x9c\xbb\xe3\xf3\ \x26\x4e\x9f\x52\x9c\xea\xb1\x29\xf3\x26\xe6\x4d\x98\x36\x25\x3f\ \x5e\xf1\xe5\x94\x4e\x1a\x37\x3a\x25\x4e\x4d\x2d\x18\x35\x75\x7c\ \x99\x86\x5d\x05\x55\xa3\x47\x8f\x28\xcb\xce\xcc\xab\xa8\x28\x29\ \xad\x18\x3e\x76\xf4\x88\x8a\x8a\xf2\x51\xe3\x27\x8f\x2c\x4c\xc3\ \x20\x00\x00\x01\xb7\x29\x49\x2f\xa8\x2a\xcf\x4b\xc1\xc0\x6c\x26\ \x65\x16\x55\x15\x65\xc6\x33\xce\x53\x0a\x4b\x4b\x72\xd3\xb3\xf3\ \x8b\x73\x12\xc8\x40\xc4\x4e\x4c\xcf\xc9\xcb\x4a\x55\xb0\xe0\x9c\ \x49\xde\x94\x8a\xca\x42\x6c\x99\x5a\x52\x66\x41\x76\x56\x46\x56\ \x61\x55\x49\xae\x0c\x5c\x89\xcf\x29\x2f\x2b\x48\xcf\xcc\x2e\xce\ \x4b\x34\x2d\x3c\x7c\xca\x59\x13\x46\x96\xc6\x7b\x5c\x89\x39\x45\ \xe5\x45\x99\x32\xa7\x72\x5c\x66\x65\x61\x8a\x69\x42\xd9\x84\xa9\ \x53\xc6\x16\x27\xf8\xe2\x0b\x2a\xab\xd2\x3d\xc8\x46\xae\xec\x82\ \xc2\xc2\x82\xe2\x92\x4c\x9f\x20\x5a\x66\x5e\x41\x59\xc5\x88\xa2\ \x64\x25\x14\xb6\xbc\x29\x59\xf9\x59\x49\x8a\x27\xa9\x7c\x78\x79\ \xb2\x5b\xe2\x02\x88\xa2\x84\xeb\x37\x2f\xdc\x12\xb8\xe8\xca\x73\ \x13\x24\x11\xf3\xe8\x0b\xce\xdc\x49\x05\xc3\x0a\x53\x2d\x93\x26\ \x66\xe4\xe5\x65\xa7\x66\x16\x95\x96\xe6\xa7\x61\x46\xb5\x84\xac\ \xca\xa2\x34\x3d\x14\x91\xbc\xc9\x79\x79\x99\x49\x69\x79\xe5\xb9\ \xe9\xd4\x64\xc5\x63\xa6\xcf\x18\x5d\x9c\x98\x92\x51\x5c\x50\xe8\ \x42\xdc\x97\x9a\x55\x50\x56\x3e\xbc\xa2\x40\xe8\x21\x26\xc7\xe5\ \x17\xe6\xc5\xbb\x88\x1e\x89\x22\x5f\xf6\x39\x17\x9d\x5f\x96\xae\ \xd9\x94\x33\x8e\xd3\xf3\x4a\x72\xe2\xb1\x2d\xa7\x4e\x3b\x67\x6a\ \x55\x61\xa6\xcf\xad\x02\xe7\x54\xa0\xb4\xa2\xf2\xd2\xbc\x14\x44\ \xed\xa4\x9c\xd2\xf2\xfc\xb4\xd4\xac\x92\xc2\x54\x25\x14\xb6\x7d\ \x29\xd9\xf9\x39\x69\x0a\x91\x12\x32\xf2\x27\xcd\x9c\x5a\x98\xec\ \xd5\x7c\x29\x63\xce\x9c\x3e\xbe\x3c\x9d\x59\x14\x10\x00\x70\x66\ \x19\x51\x83\xa6\x95\x4e\xbc\x70\xd6\xc4\x24\x6f\x62\x49\x41\xaa\ \x6d\xa3\xf2\x89\xd3\xce\x1c\x5f\x9e\x14\x9f\x90\x91\x99\x11\xa7\ \xe0\xf4\xd2\x89\x57\x5d\x79\x51\x81\xab\x77\xfe\x07\xcb\xe2\xc7\ \x9d\x3d\x2e\x2f\xce\xb4\x71\x7e\x69\x59\x8a\x66\xdb\x5a\xe6\xf9\ \x97\x5e\x36\x2a\xdb\xcd\xa4\xb8\x82\xa2\x1c\x97\xe2\x2d\x1f\x37\ \x36\x2f\x59\x35\xc1\x3b\x7e\xda\xb9\x63\x0b\x33\x92\xb2\x0a\x2a\ \x4b\xb2\xed\x48\x08\xbb\x12\xf3\x0a\x72\xe2\x34\x25\xa7\xa4\xa2\ \x28\x23\x01\x38\x07\x00\x10\x02\x14\x6f\x41\x49\x81\x5b\x76\x17\ \x0c\x1f\x55\x91\x9b\x18\x09\x85\x95\xf8\xb4\x82\xfc\x2c\x97\x2c\ \xc5\x25\xa6\x0e\x9f\x30\x65\xf2\xe8\x02\x6e\xda\x69\xc5\xe5\x39\ \xf1\x24\x14\xa5\x09\xe9\xd9\xd9\x69\x29\x19\x59\x79\xb9\xa9\x1e\ \x77\x62\x46\x76\x66\x56\x61\x7e\xae\x6f\x88\xcb\xca\xe1\x3f\x3b\ \xa5\xe5\xd3\xeb\x29\x63\x36\x83\xe6\x72\x61\x66\x46\x0d\x1b\x30\ \xd1\x5c\x6e\xcc\x8c\xa8\x25\xdc\x2e\x8d\xd9\x86\xc5\xb0\xdb\xad\ \x58\xd1\x28\xc3\xb2\x4b\x95\x2c\x23\x6a\x31\xac\xb9\x34\x99\x20\ \x66\x5b\xb6\x20\x0a\x11\x86\x6e\x0e\x0a\xbb\x10\x48\x52\x34\x05\ \x9b\xba\xc9\x85\xc0\xb2\xaa\x48\x60\x1a\x26\x60\x59\x53\x88\x69\ \x18\x1c\x11\x55\xd5\x64\x09\x31\x6a\x9b\x86\x75\xac\x39\x20\xb2\ \xaa\x2a\x12\x12\xcc\x34\x6d\x22\xcb\xcc\x32\x6c\x8e\x34\x4d\xe5\ \xb6\x69\x31\x50\x54\x4d\x91\x10\xa3\x4c\x08\x66\xd9\x42\x55\x65\ \xdb\x34\xa8\x00\x04\x48\x3e\xfe\x15\xb7\x2c\x4b\x20\x49\x73\xa9\ \x12\x42\xb6\x65\x98\x36\x57\x5d\x2e\x19\x83\x65\x1a\x16\x15\x8a\ \xa6\xc9\x04\x0b\x4e\x0d\xdd\x22\xaa\x8a\xb9\x65\xda\x1c\x00\xb9\ \x54\xb1\xf2\xa5\xdf\x2f\xd3\x27\xfd\xfc\xde\xd9\x92\xa5\x73\x31\ \x64\x9c\x46\x51\x55\x59\x12\xcc\x32\x6d\x2e\xcb\xc4\x32\x4d\x2e\ \x8e\x7d\x4e\x40\x70\xd3\x30\x6c\x26\x14\x4d\x53\x24\xc2\x18\x15\ \x82\x5b\xa6\x8d\x65\x55\x53\x64\xc1\x2c\xdd\xb0\x90\xa4\x68\xaa\ \x8c\x40\xd8\xa6\x41\x41\x1a\x7c\x6d\x99\x96\xcd\x8e\xcd\xa6\xd2\ \x5c\x1a\x01\x4e\x19\x17\x8c\x5a\x94\x01\x00\x22\xb2\x26\x63\xd3\ \x30\x38\x96\x35\x45\xb2\x0c\x9d\x23\xa2\xa8\x9a\x4c\x90\xe0\xd4\ \x30\x4c\x26\x40\xd1\x5c\x84\xdb\x86\x69\x13\xd5\xa5\x60\x6e\x18\ \xd6\xd1\x84\x23\x45\xd5\x64\x19\x0b\xc6\x4c\xd3\xa0\x1c\x29\xaa\ \xa6\x48\x98\x51\x2a\x04\xb7\x6c\x16\xcb\x31\xce\x28\xe3\xa2\xbb\ \x66\xc5\x0b\x8b\x5a\xae\xbd\xfb\xd6\x7c\xb7\xa0\x5c\x20\x2c\x69\ \x9a\x4a\x90\xb0\x4c\xc3\xa2\x0c\x00\xcb\xaa\x4a\x80\x1a\x26\x57\ \x5d\x9a\x84\x04\x63\x9c\x73\x6a\x59\x8c\x28\xaa\xa6\x48\x20\xb8\ \x65\x1a\x14\x64\x4d\x02\xc3\x34\x05\xa0\x21\x83\xaf\xaa\x4c\xb8\ \x6e\xd8\x92\xa2\xa9\xb2\x04\x82\x9a\x86\x69\x33\x2e\xa9\x9a\x42\ \xc0\x8c\x15\x18\x84\x55\x55\x93\x24\x24\xa8\x6d\x18\x26\x47\x92\ \xa6\x29\xcc\xb2\xb1\x2c\x73\xdb\xb0\x98\x70\xbc\x0c\xff\xa7\xba\ \xf0\x3f\x6e\x44\x21\x76\xf8\xc0\x3e\x3b\xa9\xb8\x28\x33\xee\x7f\ \x6a\xdc\x1c\x23\x08\xf7\xf7\xea\xc8\x97\x9a\xe8\xe2\xcc\xb1\xd8\ \x1d\x5d\x70\x18\x82\x00\x50\x54\x0d\x31\xdb\xb2\x19\xfc\x8f\xb5\ \x50\x98\x48\x18\x38\x75\x44\xc1\xf1\x3b\x3a\x7c\xda\xc3\x62\x9b\ \xc6\xe0\xab\xff\x31\xb8\x33\x55\xc0\xc1\x59\x67\xed\xe0\xe0\xe0\ \xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\ \xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\xff\x0c\x74\x2a\xbb\x1d\x0d\x39\x88\x48\ \xb2\x2c\x11\x27\xdf\x1d\x1c\x4e\x67\x3e\x6b\x5f\x19\xac\xb9\x5c\ \xb1\x3d\x8c\x04\x67\x96\x69\xda\x9f\x0e\xd4\x21\x80\x28\xaa\x84\ \xb8\x65\xd9\xff\x50\x13\x88\xaa\x49\xb6\x61\x31\x10\x08\x41\xa8\ \xaf\x23\xc4\x5c\x69\xc9\x3e\xe4\x44\xea\x73\x70\xf8\x12\xe9\x02\ \x42\x58\x58\xc1\x0d\xcb\xe7\x37\xf8\xa3\x94\x71\x4f\x62\xd6\xe8\ \x09\x13\x4b\x32\x7d\xd4\xb2\x11\x91\x24\x89\x20\x10\x8c\x32\x81\ \xa0\x7b\xdf\xda\xa5\x3b\xdb\xcf\xb8\xf0\xda\xd1\x19\x38\xa2\xdb\ \x80\x89\x24\x11\x0c\xc0\xa8\x4d\x63\x61\x0f\x11\xe6\x7a\xe7\x7b\ \xaf\x2c\x56\xc6\x9e\x7b\xf1\xc4\x0a\x14\xee\x78\xeb\xd1\x1f\x2d\ \x0a\x8c\x7d\xe4\x8f\xdf\xc8\x52\x00\x61\x8c\x10\x70\xc6\x05\x42\ \x04\x63\xce\x28\xa5\x4c\xc4\xb6\x96\x95\x24\x04\x82\x52\x9b\x71\ \x47\x3e\x1c\x1c\x4e\x07\x5d\xc0\x84\xe9\xbd\x1f\xbd\xf6\xdc\x86\ \x68\x52\x41\xba\xd7\x8c\x84\xe6\xbd\xbb\xf8\xba\xaf\x7d\xf3\xca\ \x49\xf9\x03\x3d\x9d\x3d\xfd\x21\x0e\x52\x7c\x4a\x66\x46\x9a\xb7\ \xab\x7a\xe3\x7b\xef\x57\x93\xbc\xd1\xf1\x76\x7c\x42\x6a\xa6\x8b\ \x47\xda\x9b\x3a\x75\x26\xa5\x64\x65\xc5\xab\x98\x32\x8e\x30\x61\ \xd1\x8e\x45\x6f\xbf\x9b\xc0\x52\x4b\x13\xd5\xf4\x44\xad\x60\xe4\ \xf8\xb1\x81\x12\x0f\x11\x91\xfe\xde\x9e\xfe\x10\xe5\xc8\x13\x97\ \x20\x73\xbd\x7f\xc0\xf0\x24\xa6\xa6\x25\x79\x10\x20\x61\x47\x0e\ \x1f\xee\x32\x41\x4d\xcb\xcc\xf2\xc9\x40\x1d\x69\x70\x70\x38\x2d\ \xfa\x11\x80\x10\x46\xc5\xb3\xee\x78\xfa\xfb\xb3\x03\xfb\x57\xff\ \xf1\xa1\xdf\xbf\xf1\xf2\xbb\x93\xc6\x7d\xaf\x63\xc9\xb3\xbf\x7b\ \x7f\x37\x08\x94\x54\x3a\xf3\x81\x9f\xde\xa3\x79\xe3\x7d\xbc\xff\ \xad\x3f\xfe\x60\xd5\xb0\x59\xbf\xfc\xc5\xed\x35\xaf\xfe\xed\xb5\ \x95\x7b\x75\x8e\x0b\xc7\x5d\xfc\xad\xaf\x5f\x97\xad\x21\x0e\x00\ \x48\x8a\x4b\x8a\x3f\xb0\xe8\xc5\xfb\x17\x2f\xfd\xf6\x4f\xee\x0f\ \x77\xec\xdb\x56\xef\xbe\x9b\x58\xcb\xe7\xfe\x7d\xee\xf2\x5d\xa6\ \x20\x69\x85\xa5\x3e\xda\x7d\xa8\xb9\x37\xa5\x62\xda\xb7\xbe\xf7\ \xdd\x89\x29\xfe\xb7\x9e\x7e\xf4\xc3\x0d\x75\x3a\x92\x87\xcf\xb8\ \xfa\x6b\xb7\x5d\x99\x2e\xdb\xd4\x51\x06\x07\x87\x2f\x90\xcf\xde\ \xe7\x1e\x21\xc1\xec\xa8\x6e\xa7\x95\x8d\x9d\x36\x79\xb8\xde\x77\ \xe8\x50\x2f\xab\x9c\x79\xe5\xd7\xee\xb9\xf3\xca\x0b\xce\xe8\xdf\ \xb7\x62\x6d\x5d\x17\x16\x9c\x7a\xb3\xbe\xfa\xb3\xc7\xfe\xf6\x8b\ \xbb\xc5\xb6\x79\x73\x97\x54\x8f\xbc\x68\xce\xdd\x57\x4f\x6b\xfd\ \xf8\x8d\xf7\xb7\x76\x48\x72\xcc\xbf\x28\x6c\x83\x8e\xbe\xea\x6b\ \xcf\x3e\xfb\x87\x19\x15\xa9\x96\x41\x01\x00\x80\xf6\x75\x76\x7b\ \x47\x9f\xf7\xeb\x87\x7e\x94\xe9\xaf\xb5\x4a\xaf\x7f\xec\x57\xb7\ \xe3\xb6\x1d\x9b\xb6\x1f\x3c\xb4\x63\xfe\x6b\x2b\x9a\xa7\x5c\x77\ \xd7\x9d\x17\x56\x6d\xff\xe8\xbd\x55\x3b\x8f\xc8\x9a\x13\x84\xd2\ \xc1\xe1\xb4\xb0\x17\x00\x62\x7b\x16\xb8\x64\x30\xcd\x60\x7f\x00\ \x24\x9f\xc7\x6a\x7a\xfd\xc5\x67\x36\x75\xba\xca\xf3\xdc\xb2\x8a\ \x74\xca\x04\x67\x02\xcb\xa9\xb9\x45\x69\xc9\x4a\xfd\xe1\x2e\x5b\ \xb0\xd6\x7d\x5b\xcd\x38\xa9\x74\xfc\xa4\x14\xcc\x39\x0c\x6e\x45\ \xc7\x18\xf7\x26\x67\x16\xe5\x64\x40\xb4\x53\x1c\xed\x14\x60\x84\ \x88\xcb\x9b\x5f\x52\x51\x98\xa6\xf6\x91\xa4\x8a\x11\xee\x24\xaf\ \x4c\xf5\xfe\xae\x96\x76\x2a\xa1\xa6\x9d\x1b\xfa\x34\x34\x7a\xd4\ \xc8\x24\xd9\xb2\x39\x42\x00\x8e\xc5\xe0\xe0\x70\x3a\xe8\x02\x32\ \xfb\x3b\x6a\xab\x77\x37\x6f\x59\xf4\xf6\x8a\xc6\xb2\x0b\xbf\x5b\ \xca\x9b\x1e\xad\x3e\x5c\x72\xe1\x37\x2e\x1f\x2d\x5a\xb6\x6e\xb5\ \x39\xf1\x78\x35\x16\xe9\xaf\xdd\xb1\xb9\x90\xe4\x79\x73\x32\x15\ \xc6\x53\x4b\xc7\x5f\x36\xb5\x50\xef\x37\x0a\x86\x65\x50\x9b\x03\ \xc6\x58\x76\xf9\x54\xbb\xf9\xc0\xbe\x1d\x7b\xe3\x73\x52\x14\x44\ \x8e\x0f\x6b\x0a\xce\xa9\x6d\x73\x40\x22\x16\x91\x1d\x10\x20\x29\ \x35\x3f\x4f\x32\xf6\x65\x8e\x98\x72\xde\xf0\x74\xdd\x64\x79\x95\ \x59\xdc\xb2\x1d\x51\x70\x70\xf8\x3f\xd6\x05\x01\x02\x61\xe2\xf6\ \x7a\x3b\xb7\xbe\xf1\xed\x8d\xaf\x7b\x93\xb3\xc6\x5c\x76\xe7\x8d\ \xd7\xcf\x4c\xf6\xf4\x5d\x34\x6d\xd8\xbb\x4b\x9e\xda\xbf\x42\xa5\ \x6a\xfa\x64\x45\xca\x99\x78\xd6\x8c\xb5\x3b\x3e\x7c\xf4\xc1\xe5\ \x65\x33\x7f\xf9\xcb\xfb\xee\xbc\xa6\xe7\xe5\x45\xcf\xff\xf0\x43\ \xdb\x9b\x3e\xee\x67\x0f\x0f\x4f\xc7\x60\x73\xa6\xc6\xe5\x5e\x74\ \xd9\xb4\xc7\xdf\x79\xf5\xfe\x15\x0b\xef\xfe\xe1\xf7\x89\x44\x38\ \x17\x31\x51\x38\xf1\x85\xe0\x9c\x5b\x36\x2f\x9a\x7c\xd5\x6d\x97\ \xb6\xbd\xfd\xde\x13\xcb\x5f\x32\x53\x86\xcf\xfc\xd1\x2f\xc6\x64\ \x22\xdb\x74\x84\xc1\xc1\xe1\x0b\xe4\x33\xf6\x95\x11\x2c\x1c\x0c\ \xea\x36\x03\x40\x92\xea\x4a\x4c\x4c\x90\x11\xa3\x1c\x81\x1d\xed\ \x0b\x04\x6d\x06\x92\xa2\x79\x7d\x5e\x97\xa6\xd8\xe1\xfe\xc0\x40\ \x14\x64\x57\x42\x62\xa2\x0b\x5b\x7d\x7d\x01\xd3\xe6\x44\x75\xc5\ \xc5\x79\x65\x04\x02\x00\x21\x0c\xc2\x0a\xf4\x05\x2c\x8e\x7d\xf1\ \x71\x60\x86\x22\x54\x4d\x4e\x72\x47\x03\x01\x03\x29\x89\x71\xee\ \x68\x7f\x9f\x45\xe2\x92\x7c\x28\xe0\x1f\x20\x9a\x2f\x21\xde\x8b\ \x98\xee\xef\xeb\x37\xa9\x90\x35\x77\x9c\xcf\x23\x21\xa7\x13\xe1\ \xe0\x70\x3a\xe8\x02\x20\x22\x11\x8c\x10\x00\x08\xc1\x39\xe3\x5c\ \x08\x00\x40\x98\x10\x82\x11\x80\x10\x82\x33\xca\x05\x60\x42\x08\ \xc6\x42\x70\x46\x99\x40\x58\x22\x18\x21\x34\xf8\xf6\xd8\xb9\x10\ \x26\x84\x20\x24\x18\x65\x80\x09\x41\xc2\xa6\x8c\x48\x12\x12\x82\ \x31\x86\x25\x19\x09\x46\x99\x90\x24\x49\x08\xc6\x18\x47\x18\x13\ \x4c\x10\x02\xc1\x39\x63\xcc\x11\x05\x07\x87\xd3\x44\x17\x1c\x1c\ \x1c\xfe\x77\x71\xd6\x4d\x39\x38\x38\x38\xba\xe0\xe0\xe0\xf0\xcf\ \xf8\x42\xa7\x0c\x61\xec\xc8\x90\xc3\x97\x1e\x21\x84\xf8\x8c\x55\ \x7f\xa7\x6d\x09\xff\x07\x69\xfe\xbf\xd4\x05\x84\x90\x10\x22\x14\ \x0a\x31\x46\x9d\x82\xe5\xf0\xe5\x05\x01\x72\xb9\x5c\xb2\xa2\x0a\ \xc1\x3f\x5d\xc2\xc3\xe1\x30\xa5\xf6\x69\x98\x66\xcd\xe5\x52\x3e\ \x95\xe6\xff\x63\x5d\x40\x08\x71\xce\x7b\x7b\xba\x55\x55\x53\x35\ \xcd\x29\x5b\x0e\x5f\x5e\x18\x63\x7e\x7f\x9f\xd7\xeb\xf3\xf8\x7c\ \x82\x1f\xaf\x66\x5c\xf0\xbe\x9e\x1e\x59\x56\x34\x97\xeb\x34\x4c\ \x73\xc0\xdf\xe7\xf1\x7a\x7d\xbe\x38\xce\xf9\x7f\x4a\x17\x04\x08\ \x99\x68\x32\x51\xc5\x67\x4c\x2c\x40\x80\x18\xb7\x4d\x1a\x45\x10\ \x9b\xdd\x88\x02\x7e\xbf\xdb\xe3\xc9\xc8\xcc\x76\x0a\x96\xc3\x97\ \x9d\xb8\xf8\xf8\xb6\xc3\x2d\xaa\xa6\x11\x49\x02\x31\x18\x4f\xa0\ \x3f\xd0\xab\xaa\x6a\x56\x4e\xde\xe9\x99\xe6\xf8\x84\xc4\xb6\x96\ \x66\x4d\xd5\x24\x59\x3e\x95\x0e\xc5\xbf\xa3\x0b\xaa\xe4\xde\xd3\ \xb8\x64\xdf\xe1\xd5\x8a\x74\xf2\xc6\x9f\x32\x33\x37\x65\xc4\x94\ \x61\x37\xd9\xd4\x00\x00\x84\x40\xd7\xa3\x99\xd9\xd9\xc7\xfa\x39\ \x31\xa3\xeb\x3f\x68\xa1\x60\x8c\x00\x4e\x51\x1a\x4f\xfe\x6b\xc1\ \xbf\x14\xcb\xbb\x31\xc6\x5f\x96\xa4\x7e\xe9\x7b\x10\x47\x83\x8e\ \xb9\x5c\x6e\x49\x92\x2d\xcb\x74\x4b\x92\x18\x7c\x0a\x28\x1a\x8d\ \xe6\xe6\x17\x7e\x61\x25\xfc\x5f\x4a\xb3\x10\x42\xd3\x34\x49\x51\ \x4c\xd3\x94\x64\xe5\x54\x16\x1b\xfd\x3b\xba\x20\x61\xb9\xc3\x7f\ \x70\x7b\xdd\xfb\x2e\x25\xee\xa4\x07\x98\x76\xd8\xa6\xe6\x8c\x11\ \x73\x6c\x30\x8e\x99\x18\xb1\xde\xc4\xd1\xb4\x9e\x90\x77\x9f\x6f\ \x0e\x22\x84\xcc\x60\x5f\x98\x4a\x89\x09\xde\x13\x1f\x0e\x92\x24\ \x12\x9b\x8e\xf5\x0f\x7e\x4d\x08\x0f\xfa\x07\x88\xdb\xe7\x51\x48\ \x6c\x86\x36\x02\x84\x30\x1a\x4c\xf0\xd1\x3a\x88\x31\x06\x21\x00\ \x1d\x57\x10\x84\x30\x82\xa3\x77\x25\x84\x88\xc5\xaf\x43\x20\xb8\ \x40\x18\x83\x10\xfc\x68\x5a\x06\x8f\x14\x22\x76\xc4\x90\x7a\x7d\ \x5c\x92\x30\xc6\xe8\x68\xd6\x1d\xfb\xe5\x89\x1f\x02\x00\xeb\xef\ \x0f\xc9\xde\x44\x97\xf4\xef\x6a\xa0\xc3\x3f\x53\x81\x63\x2f\x84\ \x10\xb1\x92\x4a\x08\x01\x04\x9f\x28\xb3\x82\x0b\x04\xc7\x9e\xfc\ \x27\xd5\xe1\x13\x25\x1c\x21\x8c\xd0\x90\x02\xf1\xaf\x43\x88\x84\ \x60\xe8\xe4\xc1\x7f\x92\xe6\x21\xd5\x10\x4e\xe5\xaa\xff\x8e\xfb\ \x54\x80\x90\x88\xa2\x29\x3e\x4d\xf1\x7e\xc6\x9f\x4f\x96\xb4\xa1\ \xbd\x0c\x31\x38\x61\x12\x84\x10\xb6\x61\x18\x26\x05\x00\xce\xf9\ \xbf\xea\x26\x3d\xb5\x2c\x23\x75\xab\x5e\x7f\x75\xc1\x36\x20\x43\ \x16\x69\x01\x42\x5c\x6f\x69\x6c\xf0\x1b\x02\x7f\x76\x44\x4a\x4c\ \x88\xd5\xb5\xf7\xd9\x27\xe7\x1e\xea\x09\x1b\x36\xc7\x18\x21\x00\ \x8c\x85\x19\x0d\xeb\xba\x1e\x8d\xe8\x88\x60\x04\x80\x09\xb6\x0d\ \x3d\xaa\xeb\xe1\x48\x94\x0a\x8c\x62\x4f\x9a\x19\x91\xa8\xae\x87\ \xc3\x16\xe3\x08\x01\x02\x84\x80\x47\x42\x51\x26\x84\x65\x1a\x14\ \x10\x3e\xf6\xcc\xb8\x65\x58\xb6\x00\x10\xcc\x36\x2c\x1b\x8e\xd6\ \x76\x82\xc1\xb2\x0c\x8b\x01\x02\x61\xe9\x61\xbf\xbf\xaf\xd7\x1f\ \x88\x9a\x9c\x48\x12\x41\x80\x00\x6c\x23\xda\x1f\xe8\xeb\xed\xf3\ \x47\x0c\x46\x24\x42\x24\xb6\xfd\x83\xe7\xdf\x58\x7d\x10\x63\x09\ \x39\x55\xf9\x73\x45\x1c\x85\x73\x8e\x31\xc6\x18\x0b\x21\xf8\xd1\ \xe2\xca\x39\xff\x44\xf5\x12\x9c\x0f\xf9\xd1\xf1\xdf\x7e\xba\x84\ \x23\x00\x66\x9b\x86\xf9\x6f\xaf\x06\x44\x18\x81\xbf\xbd\xa9\xa5\ \x2b\x82\x4f\x2c\xca\x43\xaf\x7b\xec\xd2\xc7\xd2\x2c\x38\x3f\xf5\ \xba\xf6\x05\x0d\xab\x70\x2e\x40\x08\x10\x40\x08\xfe\xf8\xd9\x3f\ \x3c\xfe\xf6\x4e\x42\x88\x74\x12\x08\x08\x81\xf0\x09\x6f\x85\x80\ \xa1\x47\x20\x21\x60\xc8\x11\x38\x76\x44\x4c\x9e\x31\x91\x24\x09\ \x00\xb8\xde\xef\x1f\xd0\x05\x00\x1e\x7a\xe6\x70\xfd\x8b\xcf\xbf\ \x58\x67\xc8\x98\x48\x18\x3e\x7d\x15\x01\x02\x30\xb2\x37\x2d\x5e\ \x60\xe6\x8c\xf6\xb6\x2e\xf9\xfe\x8f\xfe\xde\x62\x10\x22\x49\xfe\ \x9a\xa5\x3f\xff\xed\x53\x07\x1b\xf7\x3e\xf2\xa3\x9f\x2c\x3f\x14\ \x26\x44\x42\xa1\xba\xbf\xfd\xe2\xd7\x2b\x6a\x9a\xde\xfd\xeb\xcf\ \x9f\x5c\x58\x83\x25\x89\x10\x73\xc1\x13\xbf\x7e\x7a\xe9\xee\x3d\ \x0b\x9f\xf8\xe9\x5f\xdf\x8f\x20\x89\x48\xa4\x6e\xf9\x73\x3f\xfd\ \xeb\x7c\xdd\xea\x7d\xf6\x77\xf7\xfd\xe1\xad\x1d\x48\x92\x10\x20\ \x42\xac\x25\x8f\x7d\xff\xbb\xcf\x7e\x44\x25\x29\xb8\xff\xed\xbb\ \xef\xff\xe9\x8e\x76\x93\x48\x08\x13\xc9\x6c\xdb\xf2\xe3\xef\x7c\ \xe3\xbd\x03\x51\x62\x75\x3e\xf7\x93\x6f\xfe\xf8\xa1\x3f\xff\xfd\ \x6f\x7f\x7a\xe8\xa1\xdf\xbd\xb9\xba\xda\xc6\x12\xc1\x81\x97\x1e\ \x7a\xf0\x07\xbf\xf8\xe3\x63\x7f\xff\xf3\x6f\x7f\xfd\x9b\x57\x16\ \x6f\x8b\x08\xd7\xa8\x71\x15\xb5\xcb\xe7\xd7\xf5\x53\x82\x11\x08\ \xe1\xfc\x7d\xbe\x7f\x42\x08\x49\x92\x1a\xea\xeb\xfb\x7a\x7b\x09\ \x21\xc7\xb4\xe0\xd3\x5d\x37\x2e\x04\xf0\xc1\xa6\xef\x1f\xfe\x01\ \x91\xc8\xae\x05\xcf\xfe\xe6\xd9\x35\xec\xc4\xa2\x8f\x84\x00\x44\ \x4e\xac\x08\x64\xe8\xb7\x47\x4b\x2c\xc1\x84\xaf\x7a\xf3\x85\x05\ \x3b\x7b\x71\xac\x28\x7f\x76\xe2\x87\x8a\x97\x88\x45\x3e\x38\xc5\ \x3e\xc1\x17\x63\x93\xc5\xf2\x31\x96\x6d\xd4\x32\x2d\x06\x40\x03\ \xcb\x5e\x7f\x6d\x7b\x6b\xbf\x90\xe2\x87\x0d\x2f\x08\x34\x1e\x68\ \x0d\xc0\x84\x0b\xaf\xb9\x60\x5c\xbe\x7f\xff\xba\xb7\x16\xae\xed\ \xb6\x95\xd1\x33\x2f\xbb\x78\x4a\xb9\x0c\xb4\x6e\xe3\x82\x05\x6b\ \xf7\x84\x6d\x94\x59\x75\xc6\x95\x97\x9f\x93\x18\x6d\x9d\xff\xde\ \xfb\xbb\x5a\x06\x32\x87\x4d\xbb\xf6\x92\x69\x3e\x44\xb9\x00\x2c\ \x29\x56\xdf\xc1\xf7\xdf\xf9\xa0\x31\x24\x99\x6d\x2d\xca\x88\x49\ \x04\xcc\xcd\x1f\xbe\xb4\x7c\x4f\x97\x9c\x50\x78\xd9\x0d\xd7\x56\ \xba\x64\x1a\xe8\x78\xe3\x4f\xbf\xde\x9c\x5f\x78\xc5\x57\x6e\x4e\ \xeb\xdb\xfd\xd6\xbc\xa5\x6d\x61\x34\x6c\xfa\xa5\x17\x4f\xad\xc0\ \xcc\x06\x44\xe8\x40\xc3\xa6\xda\xe8\x84\xbb\x26\x97\x15\x85\x46\ \x2c\xfc\xf9\x3b\xcb\xf6\x7d\xff\x8a\xfc\x85\xef\x2d\xcf\x9c\x78\ \xfb\xb8\x91\xc3\xa3\xe3\x56\xbc\x3d\x6f\xe1\xcc\x1f\xdf\x58\xb3\ \xf8\xbd\xae\xa4\x51\xf7\x9d\x31\x22\x84\x26\xfc\xfc\xa5\x79\x07\ \xce\x19\x91\xd3\xb2\x6c\x75\xb3\xfb\xae\xaf\x4e\xa9\xa0\x71\x4b\ \x7e\xfc\xc4\xd2\xbd\xe7\x5e\x53\xde\x37\x6f\x59\xed\xb4\x39\xbf\ \x88\x17\x3d\x03\xdd\xfe\x6d\x4d\xef\xef\x3e\x67\xf4\x98\x34\xb9\ \xff\xe0\xba\x85\x2b\x6b\x8d\x09\x93\x6d\x80\x68\x20\x14\xac\xdf\ \x3d\x7f\xd9\x86\xd1\x77\x9c\xa3\x20\x63\xed\x92\x85\xb5\xf5\xfd\ \x95\x41\x1d\x98\x11\x8c\xf8\x2e\xff\xfa\x77\xce\x2a\x51\x5b\xf7\ \xad\x7d\xe2\xb9\x47\x22\xf2\xaf\x6f\x9f\xa2\xf8\xa3\xca\xf4\xeb\ \xee\xbf\x6e\xbc\xaf\xe3\xd0\xf6\x17\x1e\x7b\xfc\x25\xf4\x83\xfb\ \x2e\x98\x51\x11\xb7\x66\x7d\x4d\x7b\xe9\x94\x5c\xe1\x84\xb5\xfa\ \xbc\xcb\x2d\x46\x68\xf7\xae\x5d\x2f\xcd\x9d\x9b\x95\x95\x75\xeb\ \xad\xb7\xa6\xa4\xa4\xc4\xc6\x20\x06\xed\x85\x63\x46\x39\x42\x22\ \xd6\x93\x1b\x62\xb6\x0f\xb6\xd2\x00\x9f\x32\xe5\x04\xb5\x2d\xc3\ \xe2\x32\x18\xeb\xde\x7d\x73\xc3\x81\x56\xca\x49\xd1\xc4\xd9\x57\ \x9e\x3b\x9a\xf8\x1b\xde\x7e\x7f\xc1\xfe\x8e\x68\xf1\xd8\x73\xaf\ \xbd\x64\x22\xf4\xd4\xbf\xf7\xee\x07\x07\x7a\xcc\xfc\x71\xe7\x5d\ \x33\x7b\x02\x6d\xde\xfe\xf6\x87\x2b\x5b\x83\x62\xf4\xac\xd9\xb2\ \x2c\x76\xce\x7f\xf2\xb7\x35\xd9\x67\x5c\x74\xf3\xac\x8a\x04\x46\ \xf9\x67\x5b\xf7\x83\x09\xe0\x82\x0b\x38\x9d\xec\x05\x04\xc0\x07\ \x07\x4e\x05\x80\x00\x84\x08\x21\x34\xd4\xbe\x6a\x4d\x6d\xe1\xe4\ \x4b\x66\x16\x59\x1f\xbc\xf9\xbe\x6b\xe4\x39\x67\x55\xaa\xf3\x5e\ \x78\xbd\x2e\xc0\xe2\x32\x8a\xcf\xbe\xec\x9a\x2b\xa7\xe5\xaf\x7e\ \xe7\xe5\xdd\x7e\xee\xdf\xb7\xe8\xef\x73\x57\xe6\x4c\x3c\xff\xbc\ \x71\x89\x5b\x36\xac\xef\x35\x8c\x15\xaf\x3d\xb3\x2b\x9a\x7f\xfd\ \xb5\x17\x87\xb7\xbd\xf3\xca\x47\x07\xb1\x4c\x04\xc2\xd8\xee\x9d\ \xf7\xf4\x63\x7b\x8d\x9c\x0b\xce\x9d\x9e\xe9\x95\x19\xa5\x1c\xe4\ \xfc\x91\xd3\xae\xbb\xe1\xda\x22\xab\xfa\xa5\x37\xd7\xdb\x80\xb1\ \x3b\xfe\x8c\x0b\xae\xb8\xfc\xfc\x99\x29\x56\xe3\xf3\xcf\xbc\x6a\ \x97\x9e\x7d\xcd\xec\xe1\x9b\xdf\x7a\x66\x4d\xbd\x5f\x22\x58\x20\ \x1c\xee\x3c\xd4\x23\x25\xe6\x65\x6a\x40\x52\xaf\xb9\xf9\xa2\x23\ \xeb\xde\x78\xe5\xe5\x17\xf7\xa1\xaa\xeb\x67\x8f\x14\x1c\x4d\xb9\ \xf2\x86\xdc\xc0\xe6\xe7\xe6\xbe\xfc\xfe\xf6\xc8\x15\x37\x5c\xea\ \x11\x3c\x63\xc2\xa5\x17\x55\x18\x6f\xbe\xf0\xd2\xf3\x6f\x6f\x18\ \x7e\xc9\x75\x55\xf1\x80\x92\x47\xde\x72\xc5\xe8\x0d\xef\x3c\xff\ \xf2\xf3\xaf\xd9\xa5\xe7\x5d\x3c\x2a\xc9\xea\xf5\xa3\xb8\x51\x67\ \x57\x91\xa5\xcb\xb6\x02\x98\xcb\x17\x6f\xc8\x9b\x76\x51\x1e\x0d\ \x86\x6d\xf0\x77\xdb\xe3\x66\x9e\xaf\x34\xad\xdd\x7c\xd8\x32\x9b\ \x37\xad\x6b\x71\x9d\x37\x75\x84\xd9\xd3\x07\x08\x21\x22\xc9\xaa\ \xaa\xba\xe3\x4a\x26\x5e\x72\xfd\x8c\x8a\xed\x8b\xd7\x1b\x0c\x11\ \x42\x14\x55\x55\xb4\xb8\x82\x91\xb3\x6e\xba\x66\xcc\xa6\x15\x6b\ \xfa\x20\xbe\x3c\x3b\xa9\xa5\xb6\x55\x00\x72\xda\xf7\xcf\xf7\x0f\ \x21\x88\xea\xd1\xba\xfa\xfa\x61\xc3\x86\xc5\xc7\xc7\xd5\x1d\x3a\ \xc4\x8f\x9a\x09\xb1\x3a\x8f\x4e\x28\xe1\x02\x40\x08\x24\x44\x4c\ \x1c\x60\xf0\xc5\xa7\xed\x07\x00\x81\x10\xc2\x18\x23\xe6\x5f\xb3\ \x6e\x8b\x3a\xec\x9c\x0b\xa7\x97\x6c\x7d\xfb\xd9\xf5\x4d\x3d\x9b\ \x17\xbe\xb5\xa6\x2d\xe1\xba\x9b\xae\x1e\x57\x96\x25\x59\x7d\xf3\ \x9e\x7f\xb6\xc9\x3b\xf6\xda\x2b\x67\x36\x2f\x9b\xfb\xfe\xae\x1e\ \xff\x81\x8d\x3b\x9a\xe9\x39\x97\x5e\x34\xaa\x28\x85\x52\xc8\x1b\ \x33\xeb\xba\x2b\x2f\x1e\x96\xe9\x62\x8c\x9f\xdc\x32\x19\x34\x1b\ \x06\xd3\xcc\x85\x38\xcd\xec\x05\x00\x7e\x14\x3c\x68\xb3\x33\xce\ \xa9\xec\x4d\x29\xad\x1c\x35\xc1\x63\x2f\xdb\xd1\x5b\x30\x7c\xcc\ \x64\xa4\xac\x5b\xf3\x5c\x67\x20\x9c\x02\xad\x1b\x56\x6c\xea\x8f\ \x06\x07\x22\x91\x40\x6f\x68\xff\xd6\x8d\x09\x13\x2f\xba\xe6\xec\ \x09\x46\x4b\x7f\xe2\x86\xa0\x31\xd0\xbe\x75\x5b\x4b\x20\xdb\xbb\ \x78\x49\x63\x57\xd0\x74\xb5\xb4\x9a\x50\x46\x40\x84\xbb\x0f\xed\ \x6c\xf5\x5d\xff\xd3\x6b\xc6\xe7\x28\xa8\xf6\xa3\x05\xfd\x8c\x71\ \xfd\xf0\xfe\x5d\x9b\x0e\x75\x0f\x74\x0c\x84\x3d\x7d\x86\x9d\x8a\ \x24\x2d\xbb\xb8\xb4\x30\x5b\xed\xaf\x7e\x7b\xcf\xe1\xce\x6c\xdf\ \x86\x25\x87\xf4\xb0\xd5\xd7\xd8\x1d\x14\xc5\x3e\x21\x84\x19\xf2\ \x83\xa4\xb8\x25\xce\x2c\x2b\xa9\xea\xec\xcb\x46\xef\xfc\xcb\x5b\ \x7b\xef\x79\xe4\xf7\x99\xb2\xa9\x9b\x5c\x8e\x2b\xb9\xf1\xea\x49\ \x0f\xfc\xe9\xcd\x91\x37\xfe\x6a\x52\xbe\x66\x1a\x06\x48\xda\xf9\ \xd7\x5f\xbf\xf9\x5b\xbf\xad\xaf\xba\xe2\x97\xd3\x4b\x6c\xcb\xa0\ \x9c\x94\xcf\xba\x66\xd2\xf6\xef\xbd\xbc\x37\xff\x0f\xbf\x39\x5b\ \x05\x11\x88\x86\x42\x22\xe9\xd2\x8b\x26\xbc\xfb\xf6\xba\x55\xab\ \x7a\xf6\x04\x53\x6f\xb8\x62\xc4\x3b\xaf\x6d\x0a\x9b\xb4\xdf\x3f\ \xe0\x2e\xb8\x60\xa6\x6b\xdd\xd2\x65\xcb\x06\x60\x77\xf2\xd8\xf3\ \x27\x5b\xab\x57\xf5\xf7\x31\x91\x0e\x20\x18\xb5\x38\xb7\x04\x56\ \xe2\x13\x12\xa5\xa8\x3f\x6a\x33\x10\x82\x31\x1b\x84\xc9\x91\xec\ \x4a\xc8\x40\xe1\xd6\x88\x05\xf1\x2e\xd5\xee\x18\xb0\x04\x07\xce\ \x1c\xe7\xe3\xe7\x08\x63\x4c\x96\xe5\xab\xaf\xb9\x0a\x01\x06\x00\ \xce\x99\x65\x59\x08\xe1\x63\xae\xb1\x13\x4b\x38\xe3\x9c\x0b\xce\ \x07\x7b\xf4\x20\x40\x0c\x86\x19\x13\x00\x43\x86\x00\x90\x38\xfa\ \x73\x4a\x29\x71\xf9\x8a\xaa\xc6\x8c\x2b\x1b\x7e\x68\xeb\xa6\xfd\ \x4d\xbd\x97\x94\x96\x28\x7b\x76\x6e\xd8\x93\x7f\xe1\xb9\xd3\x99\ \x7f\xf3\xe6\x03\x1d\x2e\xba\x6b\x71\x0f\xf7\x1b\x46\x6b\x4b\xaf\ \xad\xe1\xc4\xcc\x92\x71\x63\x46\xb8\x20\xbc\x85\x89\xf8\x8c\xbc\ \x92\xe2\x22\xd3\x34\x29\xa5\x43\x6c\x12\x74\x4c\xb0\x10\x1a\xbc\ \x7c\xcc\x0b\xc9\xff\x15\xff\xc2\x17\xa4\x0b\x82\x8b\xd8\xaa\x69\ \x4e\x80\x83\x10\x9c\x31\xc6\x41\x70\xdb\x34\x85\x0a\x20\x58\x24\ \xa2\x0b\x95\x12\x45\x81\x40\xc3\xab\x6f\xbf\x00\x13\x6f\xb9\x72\ \x18\x0a\x3e\xf3\x01\xa5\x36\x63\x4c\x60\x41\x01\x62\xb2\xc8\xa9\ \xcd\x89\x67\xc4\xe4\xf3\xce\x1f\x16\x6f\xf1\x2b\xdd\x6e\x0f\x8d\ \xe8\x02\x4b\x9c\x23\xc4\x4d\xc3\xb4\x00\x14\xc6\x38\x21\xf8\xf0\ \xf6\x79\xcf\x2d\x6d\xf8\xca\xd7\x6f\x93\x77\xbd\xfb\xf6\x7e\xcb\ \xa6\x82\xb1\xc1\x75\xdb\x8c\x52\xc9\x95\x3c\xe5\xfc\x4b\xcb\x3d\ \x1c\xae\x94\x5d\x71\x09\xba\x61\x01\x41\x20\xa9\x82\x59\x51\x8b\ \x31\x99\x52\xe6\x2e\xaf\xa8\x2c\x28\xd2\x2a\xb3\xe3\x0c\xc3\xe2\ \x42\x98\x06\xcd\x2c\xad\x2c\x2e\x28\xa8\xac\x2a\xc0\x86\x6e\x50\ \x01\x34\xea\x4a\x2e\x1e\x59\x5e\xd0\x59\x3e\x2c\x49\xb2\xf5\x08\ \x15\x40\xa9\x1c\x57\x31\xbc\xbc\x48\xc9\xcd\x4e\xd4\x28\xa3\xd1\ \x68\xd4\x60\x90\x50\x3c\x6e\x46\xc1\xa2\x3f\x3d\xf1\xf6\xec\xdb\ \x7e\x5a\x9a\x3e\x20\x68\x24\xaa\x87\x07\x0c\x9b\xc7\x2b\x63\x66\ \x9d\xbf\xe4\xc7\x3f\x7b\x5e\x8c\xfb\xed\xef\xc6\x58\xcb\x56\x98\ \xfa\x80\x49\xd3\x04\x20\x8c\x31\xc6\x0a\xf0\xfe\xdd\xd5\x35\x38\ \xf7\x42\x2f\x62\x0c\x00\x23\x0c\x88\x60\x30\x6b\x77\x6c\x77\xe5\ \x8e\x8c\x57\xa0\xd5\xb0\x90\x2a\x0b\x46\x19\x65\x4e\x65\xfe\xbc\ \x2d\x5d\x88\x46\xa2\xc7\xde\x08\x00\x8c\x05\x08\xf1\xe9\xe1\x9f\ \x58\x67\x9e\x33\xce\x38\xfb\xc4\x28\xc0\x71\x71\x00\x00\x40\x5c\ \xc4\x9a\x6e\xce\x19\x13\x82\x53\x53\x07\x21\x80\x48\x66\xc4\x2c\ \x3a\xe7\xba\x9f\x64\x97\x2f\x7e\x7f\xde\xaf\xff\x50\xfb\x8d\x39\ \x23\x25\x57\xfc\xd8\x99\x17\x4f\xcd\x21\x36\x52\x7c\x49\xa9\x9d\ \x2b\x6c\xce\x6d\xd3\x66\x1a\xa6\x9c\x33\x66\xf3\x58\x14\x84\x13\ \x9b\x03\x04\x43\x2c\x99\x63\x69\x8e\x79\x23\xff\x85\x31\xc7\x2f\ \xce\x5e\x10\x5c\x70\x84\x39\xd8\xba\x61\x98\x36\xa7\x92\x1e\xd5\ \x6d\x9b\x71\x6a\x19\xba\x61\x53\xc6\xb0\xad\x47\x75\x8b\x0b\x22\ \xa1\x50\x28\xd0\xe7\x47\x11\xdd\xb2\x18\x19\x33\xf6\x8c\xb7\x9e\ \x5a\xf4\x46\x1a\x4e\xe8\xdb\xd6\x67\x58\xb2\x3b\x6b\xf2\x98\xc4\ \xf7\xd7\xae\xc8\x50\xc6\xcb\x96\x95\x37\x6a\x9c\x8f\x51\x9b\x71\ \x35\xb1\xe0\xcc\x0a\x3c\xef\xa5\xe7\xcd\xb3\x47\xd5\x1f\x68\xa7\ \x39\xe3\x00\x11\x2c\xcc\xfe\xbe\x5e\xd2\x1f\xb2\xac\x44\xe4\x4a\ \x4a\x16\xe1\xb5\x1f\xbe\x27\x46\xe4\x14\x16\x8f\x1d\x99\xb4\x7e\ \xcd\x47\xeb\xa4\x71\xd9\x86\xed\x1b\x3b\x36\x9e\x33\x26\xb8\xa9\ \x25\xe6\xba\xf5\x5d\x1d\x5d\xd1\xe2\x6c\x44\xa9\x6d\xea\x86\xae\ \x1b\x86\x61\x31\x8d\x31\x21\x40\x50\xcb\xd4\x75\x43\x37\x4c\x83\ \x52\x17\x67\x02\x00\xd9\xa6\x6d\xe8\xba\xae\x1b\xb6\x4d\x63\xaa\ \xc3\x6c\xcb\x34\x0d\xc3\x30\x4c\xcb\x16\x12\x8b\x84\x83\x03\x36\ \x35\x2d\x79\xf4\x8c\x73\x67\x45\xeb\xa7\x8d\x2d\x42\x74\xab\xa1\ \xfb\x43\xd1\xb0\x3f\x18\xb2\xd3\x99\x14\x57\x7c\xce\xb9\xe7\xa4\ \xc0\x98\x02\x1f\xde\x0f\x76\xb0\xbf\xd7\x60\x25\x34\xdc\xbd\x77\ \xdb\x46\xb9\x0d\x1d\xda\xbd\x71\x5b\x67\xfc\x2d\x5f\x9f\x48\x58\ \xbf\x1d\x09\xd4\xee\xdc\xb8\x2e\xac\x34\xec\xdb\xbe\xad\x16\x5d\ \x7d\xdf\x39\xf1\xac\xb7\xa1\xd3\x9f\x3c\x2c\x05\x6c\x9b\x31\x47\ \x17\x3e\xff\xd1\x4a\x55\x55\x31\x42\x80\x10\x63\xcc\xb2\x2c\x18\ \xe2\xed\xff\x44\xcb\xc7\x79\x4c\x16\x18\x17\x02\xc5\xc6\x91\x8f\ \x76\x37\x86\x0e\x96\x33\x0a\x96\x69\xe8\xba\xc9\x18\x35\x74\xdd\ \xb4\x29\x50\x6e\xea\x3a\xe3\x66\xfd\xde\xcd\x8d\x3d\xb4\xb0\x28\ \xfb\xe3\xc6\xe6\x01\xd7\xd5\x53\x0b\x95\x75\x2b\x97\x27\x4f\xaf\ \x64\x06\x1a\x7e\x66\x0a\x33\x4d\x5d\x37\x29\xb5\x2d\x24\xe5\xa4\ \xb8\x3e\xde\xb4\x68\xa1\xef\x48\x7a\x56\x45\x55\x61\x02\x3b\x2a\ \x0d\x08\x8e\x1b\x27\xb1\x6d\xde\x06\x87\x49\x4f\x96\xe6\x7f\x34\ \xa8\xf7\xe0\x83\x3f\xfc\x57\x33\x4b\x26\x6a\xfd\x91\x2d\x4d\x5d\ \x3b\x65\xa2\x9e\xdc\x00\xe3\x76\x5a\x42\xd1\xc8\xc2\xf3\x28\xb3\ \x62\xa3\xee\xdd\x5d\x9d\x29\xa9\xe9\x80\x80\x0b\x6e\x46\xa2\xee\ \xcc\xc2\x82\x74\x77\xd4\x22\x85\x65\xc5\x3e\xd9\x8e\x98\x24\xbf\ \xb8\x34\x41\xa2\x11\x53\xe4\x0e\x1f\x3f\xb6\x22\xb3\xbd\x66\xf7\ \xfe\xc6\xee\x94\xd2\x11\x63\x87\x95\xe4\xe4\x97\x14\xa7\xe1\x43\ \xfb\xeb\x02\x03\x7d\x5d\x61\x79\xc2\xf4\x19\xe3\x86\x97\xab\xd1\ \xf6\xbd\xfb\x0e\xf5\x19\x28\xb7\xb8\x34\x51\xc5\x8c\x71\x8e\xb4\ \x92\x61\xc3\x94\x50\xcb\xde\x7d\x75\x34\x3e\x7f\xe2\x19\xe3\x2b\ \x2a\x86\xa5\xa3\xc0\xee\x9d\xd5\x5d\xb6\x6b\xc4\xf8\x89\xe5\x85\ \xf9\x05\x59\xee\xd6\x83\xd5\x6d\x21\x5c\x50\x31\x7e\xca\xd8\xe2\ \x81\xe6\xfd\x35\x0d\xad\x06\x4e\x28\x29\xce\x51\xb1\xe0\x5c\xa8\ \x6e\x9f\xbf\x76\xc3\x21\x23\x65\x4c\x45\x26\xa7\x94\x9a\x06\x95\ \xe3\x4a\xcb\xf2\x15\xc4\x07\x47\x9b\x99\x1d\xb5\x70\x5e\x51\x59\ \xb2\x86\x19\x1f\x6c\x18\xcc\xa8\x91\x90\x53\x9c\x9b\xe6\x61\x74\ \x70\x54\xc8\x36\x75\xe2\xcd\x2a\xcb\x4b\x23\x82\x99\x7a\x94\xa9\ \xc9\x15\xc5\x19\x5a\x5c\xd6\xf8\xd1\xc3\xe3\x65\xce\x18\xd5\x29\ \xca\x2c\x2c\x92\x19\x4d\xce\x2d\xce\x4a\x74\xa7\x16\x8d\x1a\x5d\ \x94\xc2\x6c\x26\x98\xc1\x5c\xa9\xc5\xf9\xd9\xc8\xea\x6f\xef\x3a\ \xd2\xd1\xe5\x77\x67\x8f\xbc\xee\xfa\x6b\x2b\x53\x14\x8b\x72\x61\ \x86\x7a\xbb\xdb\x3b\xba\xfc\x52\x72\xd9\x15\x37\x5d\x3f\xb6\x20\ \x69\xa0\x79\xfb\x07\x6b\x9a\x66\x5c\x74\x7e\x86\x0b\x31\xc6\x85\ \xc3\xe7\x05\x08\x00\x64\x9a\xe6\xb6\xed\xdb\x1b\x1b\x9b\xea\x1b\ \x1a\x23\x91\x70\x52\x52\x12\x42\x48\x92\xe4\xee\xee\x4e\xb7\xdb\ \xa3\x69\x5a\xac\xa6\x61\x4c\xba\xbb\x3a\x93\x92\x93\x09\x21\xb1\ \xde\x04\x3f\xea\x84\x38\xd6\xcb\x17\xfc\xf8\x79\x4d\x43\x57\x13\ \xb3\x4a\xf3\x12\xf5\x28\xcd\x29\x2a\x49\x77\x43\x34\x62\x25\xe5\ \x14\x79\xa3\xad\x9b\x36\x6f\x6f\x0e\x90\xe9\x17\x5c\x36\xbe\x30\ \xa3\xb0\xa2\x0c\xf5\xd5\x57\xd7\x36\x05\x2d\xb5\xa8\xac\xc8\xc5\ \x0d\xf0\x66\x14\x17\xa4\x81\x2d\x52\xf3\x73\x68\x5f\xd3\xfe\xa6\ \xbe\xc4\xec\xe2\xdc\x54\x37\xa7\xfc\xe8\xb0\x1c\x1c\x33\x56\x86\ \x0c\x90\x22\x59\x96\x7b\x7a\xba\x34\xcd\xe5\x72\xb9\x4e\x45\x1d\ \xfe\x9d\xb8\x2c\x6e\x25\x6e\xc1\xd6\x87\x97\xed\x7a\xdc\xfd\x19\ \xf3\x9a\x0c\x3b\x3c\xaa\x70\xf6\x6d\xe7\x3e\xae\x5b\xa1\xd8\x1c\ \x8c\xbd\x7b\x76\x0e\x1b\x31\x2a\xd6\x0d\x93\x14\x15\x73\xdb\xb0\ \x84\xe6\x92\x6d\x43\xb7\x39\x76\xbb\x54\xdb\xd0\x29\x10\x4d\x53\ \xa8\x69\x70\x24\x6b\x9a\x8c\x01\x09\x41\x6d\xcb\x0e\x76\x1f\xde\ \x77\xa0\xdd\x9b\x12\xdf\xb4\x69\xf1\x3e\xbb\xea\xfe\x7b\x2e\x71\ \x33\x2a\xa9\x9a\x4c\xb0\x10\xcc\xd4\xf5\x63\x6e\x78\x84\x88\xa2\ \xaa\x32\xc1\x00\xdc\x36\x4d\x93\x72\x45\xd5\x64\x09\x23\x00\x46\ \x4d\xdd\xb0\x89\xac\x6a\xaa\x02\x82\x1a\xba\xc1\x91\xa4\x6a\xaa\ \x84\x10\x67\x96\x61\x58\x31\xbd\x95\x14\x35\x50\xfb\xd1\x63\xef\ \x1c\xbc\xe1\xeb\x77\x95\xf8\x80\x61\x59\x53\xb0\xa9\x9b\x7c\xc8\ \xbc\x27\x4d\x53\x98\x69\xd8\xc7\x06\xaa\x04\x28\x2e\x17\x62\x96\ \x69\xb1\x63\x72\x4d\x14\x4d\xc5\x5c\x37\x4d\x21\x10\x96\x14\x4d\ \x41\xba\x6e\x8a\x63\x4d\x07\x22\x9a\xa6\x50\xc3\xc0\xaa\x86\x98\ \x69\x5a\x1c\x10\x20\x00\x21\x00\xcb\xaa\x4a\x84\x61\xda\x8a\xcb\ \x2d\x63\x10\x00\x9c\x51\xcb\xb2\x18\x17\x00\x48\x75\xb9\x64\x82\ \x85\x10\x82\x51\xcb\xb2\x09\x66\xeb\xde\x78\x7c\x0b\x4c\xf8\xc6\ \x4d\xd3\x89\x65\x3a\xce\x85\xcf\xbd\x17\x21\x00\xd6\xae\x5d\xb7\ \x78\xf1\x92\xc4\xc4\x84\xeb\xaf\xbb\xae\xb4\xb4\x94\x73\xe1\xf6\ \xb8\x6b\xaa\xf7\xa4\xa6\xa5\x27\x24\x24\xc6\x14\x40\x92\xe5\xea\ \x3d\xbb\x4a\xcb\x2b\x64\x59\xe1\x8c\x72\x7e\x6c\xc6\x92\x18\x34\ \x1a\xd0\x09\x23\x04\x92\xa2\xc9\x98\xe9\x26\xd5\x5c\x1a\x33\x75\ \x8b\x21\x55\xd3\x10\xb3\x28\x48\x9a\x2a\x23\x10\xb6\x65\x9a\x96\ \x8d\xb0\xa4\x68\xaa\x8c\xb1\xe0\x54\xd7\x0d\x88\x95\x0d\xdd\x12\ \x08\x10\x22\x9a\x4b\x23\x08\x2c\x53\xb7\x6c\x7e\xfc\xfc\xe2\x78\ \x4f\x42\x88\xd8\xcc\x18\x84\x10\x72\xbb\x3d\xb5\xfb\xab\x13\x13\ \x93\x93\x92\x53\x38\xff\xe7\x76\xe5\xbf\xd3\x8f\xb0\xb9\x95\x97\ \x36\x6a\xfa\xf0\x5b\x65\xf2\x99\xf3\xa0\xb3\x92\x2a\x28\xb7\x8e\ \x65\xb0\xe0\x9c\x52\x2a\x11\x02\x02\x2c\x43\x8f\x65\x97\x1e\xb1\ \x01\x21\x10\x4c\x8f\xea\x31\x3b\xc3\x18\x7c\x61\x45\xc3\xd6\xb1\ \x89\x46\x20\xec\xce\xa6\xfd\x5d\xfb\x85\x27\x65\xcc\xad\xe7\x4e\ \xf7\x30\xdb\xe6\x82\xe9\x51\xf3\x24\x73\x51\x98\x79\xe2\xe7\x96\ \xa1\x5b\x43\x4d\x38\xdb\x8a\xd8\xc7\x3e\xa0\x46\xe4\x93\x8b\x3b\ \x6d\xd3\x4e\x2a\x3d\xf3\xc6\x2b\xb2\x3c\x40\x99\x90\x04\xb5\xf5\ \x4f\x1c\x22\x8e\x25\x72\xc8\x55\x74\x7d\x48\x4f\x12\x00\x80\x59\ \x46\xf4\xa8\x59\xc7\xa9\x15\xa5\x27\x7e\x7f\xec\x24\x43\x7e\x38\ \xe8\x34\xb6\x4d\xdd\x06\x00\x30\xa3\x91\x4f\xdd\xa0\x30\xa3\x27\ \xdc\x1d\xa3\x34\x6b\xcc\xb9\xd7\x65\x94\xc9\xd4\xb4\x05\x38\x53\ \x9b\x3e\xe7\xce\xaf\x10\x84\xe0\x73\xce\x39\xdb\xeb\xf5\xa6\xa7\ \xa7\x95\x14\x97\x98\x96\x89\x10\xe6\x9c\x53\x9b\x7e\xda\x83\x66\ \xdb\x54\x91\x95\x21\x5e\xff\xd8\xa4\xd7\xd8\x3f\x27\x3c\x1c\x7a\ \x74\x1b\x95\x58\x31\x40\x20\x2c\x63\xb0\x0a\x44\x6c\xf3\xb8\x87\ \x92\xb3\x13\x9e\xb8\x65\xea\xc7\x4a\x8b\x60\x7a\x24\x72\xc2\x68\ \xe4\xd1\x6f\x90\x00\x40\x28\xd6\x81\x89\x5d\x1b\x00\x71\xc1\x6d\ \x9b\x9e\xfa\x76\x0b\xff\x8e\xbd\x20\x40\x28\x44\x93\x24\xf5\x33\ \x67\x54\x22\xc4\xd8\xf1\x75\x53\x84\x90\xc6\xfa\x7a\xc6\x59\x69\ \x79\x05\x26\x64\xd0\xff\x11\x53\xd1\x63\xd3\x7a\x3f\x2b\xc5\x42\ \x20\x22\x69\x9a\x86\x00\x40\x50\xd3\x30\x19\x87\xff\x70\x0d\x38\ \x95\xe9\xd2\xa7\x0b\x92\x24\x0b\x66\xff\xe7\xf3\xe4\x7f\xd1\xb3\ \x70\xcc\x9b\xaf\xc8\x32\xe3\x9c\x31\x1e\xab\x68\x7d\xbd\xbd\x2d\ \xcd\x4d\x55\xc3\x86\xcb\x47\xd7\x20\x11\x42\x5a\x5a\x9a\xa3\xd1\ \x48\x45\x65\x15\x21\x92\x38\x3a\xb7\xf7\x94\x4a\xf8\xe7\x9e\x66\ \x34\x54\x2d\x30\x02\x01\x08\xfc\x7d\x7d\x4d\x8d\x0d\x95\x55\xc3\ \x15\x45\xf9\x4f\xf5\x23\xfe\x0d\x7b\x8c\x71\x7e\xe8\x40\x2d\x63\ \xd4\xe5\xf6\x1c\x17\x36\xa7\xf4\x39\x7c\x39\x3a\x13\xc7\xc7\xff\ \x6c\x6a\x47\xa3\xd1\xc2\xa2\xe2\xa4\xa4\xe4\x4f\x38\x7a\xeb\x0e\ \x1e\x30\x4d\xc3\xed\xf6\xc4\x06\x06\xff\xef\x4a\xf8\xa7\xd3\x4c\ \xf5\x48\x38\xbf\xb0\x38\x39\x25\xe5\x14\x9d\xd3\x5f\x50\xdc\xd7\ \xd8\x42\x0e\xbf\xbf\xcf\x34\x8c\x63\x8b\x3a\x1c\x1c\xbe\x74\x60\ \x8c\xe3\x13\x12\x5d\x2e\xd7\x27\x2a\x18\x42\x08\x10\xf4\xfb\xfd\ \xba\x61\x9c\x6e\xe5\x1b\x61\x1c\x1f\x9f\xe0\x76\xbb\x4f\x7d\xc4\ \xea\x8b\x8b\x07\x3d\x38\xc7\xcb\x11\x05\x87\x2f\x33\x83\x3b\x20\ \x7d\xc6\x5c\x00\x42\xc8\x69\x58\xc2\xff\x71\x9a\x4f\xde\x3f\xfd\ \xe2\x12\x27\x84\x33\xc0\xee\xf0\xdf\xcd\x7f\x4d\x09\x77\x02\xb1\ \x3a\x38\x38\xfc\xdf\xd9\x0b\xb1\xa0\x23\x4e\x3f\xc2\xe1\xcb\xce\ \x3f\x98\x38\x78\xda\xf6\x94\xff\xa5\xc9\x8e\xf0\x45\xc6\x83\xa6\ \x94\xf6\x07\x06\x28\x75\xe2\x41\x3b\x7c\x89\x41\x08\xdc\x6e\x8f\ \xdb\xe3\xf9\x54\x08\x26\xc4\x18\x0b\xf6\x07\x6c\x9b\x7e\x59\xd2\ \xfc\x7f\xac\x0b\x08\x21\xdb\xb6\xfb\x7a\xbb\x13\x12\x93\x5d\x2e\ \xb7\x53\xb6\x1c\xbe\xbc\x50\x46\x03\x7d\xbd\xb6\x6d\xc5\x27\x24\ \x0e\xad\x66\x94\xd2\xde\xde\xee\xf8\xf8\xc4\xc4\x24\xcf\xe9\x96\ \x66\xc6\x98\xbf\xaf\xd7\xb2\xac\x84\xc4\xc4\x53\x94\x86\x7f\x53\ \x17\x30\x22\x18\x93\xcf\xba\x06\x42\x88\x0b\xce\x39\x3d\xf6\x36\ \xe0\xef\x4b\x4a\x4e\x49\x4a\x4e\x75\x0a\x96\xc3\x97\x1d\x8f\xd7\ \xdb\xdc\x50\xef\x72\x7b\x8e\xcd\x11\xc2\x98\xf4\xf5\xf6\xc4\xc7\ \x27\xa4\xa6\xa5\x9f\xb6\x69\x6e\x6a\xa8\xb3\x4c\xb7\xa2\xaa\xff\ \xa9\x78\xd0\x9a\xec\xf9\xb8\xe6\x95\xcd\x07\xe7\x69\xf2\xc9\xa5\ \xd1\xa2\x7a\x69\xd6\xe4\x4b\xce\xf8\xbe\x69\x0f\xae\x51\xb5\x2c\ \xcb\x17\x17\x7f\x6c\x35\xc7\xa9\x44\xcb\x15\x42\x60\x42\x10\x00\ \x67\x4c\x9c\x42\xa7\x6d\xe8\xf1\x70\x7a\x7b\x31\x8e\x25\x95\x31\ \x06\x8e\xc7\xe5\x74\x7d\x46\x9f\x78\x32\xc7\xde\x4a\x44\x92\x24\ \x99\x52\x5b\x51\x94\x63\x86\xba\x69\x9a\xe9\x99\x5f\x5c\xc4\xf3\ \x7f\x29\xcd\x42\x08\x42\x88\xac\x28\xb6\x6d\x2b\xaa\xf6\x9f\x8a\ \x07\x8d\x10\x0e\xeb\xfe\xce\xc0\xa1\x7f\x10\x0f\x3a\x35\xbe\x10\ \x21\x3c\x34\xc5\x00\x20\x38\x43\x84\x60\x84\x86\xe6\x32\x30\x7a\ \xd2\xf8\x63\x18\xe3\x81\xce\x86\x0e\x5d\x2b\xce\xcb\x24\xa7\x30\ \xf6\x8a\x89\x14\xe9\x6a\xed\xb6\x5c\x45\xb9\x29\x70\x74\x1a\xb3\ \x24\x49\x83\x4b\x49\x04\xa7\x8c\xc7\x0e\xc3\x27\x5e\x19\x21\x42\ \xc8\xe0\x04\x52\x31\x18\x62\x17\x49\x12\x01\xce\x38\x22\x18\x1d\ \x4f\x60\xec\x48\xc1\x28\x13\x48\x92\xc8\xb1\xa3\x01\x80\x48\x12\ \x02\x41\x29\x1b\x7a\xfe\x63\xc9\x38\xe1\x43\xc1\x39\xa0\x48\x4f\ \xcb\x91\xa8\xb7\x34\x3f\x89\x51\x27\x98\xca\x69\xe9\x47\x38\xd6\ \x82\x0d\xa9\x5d\xb1\xe5\x8a\x44\x92\x04\x7c\x32\x9a\xeb\xe0\xba\ \xea\x98\x7b\xef\x68\xe8\x73\x40\x08\x06\xc3\xbb\x9d\x40\xac\xb4\ \x7c\x32\x9c\xf3\xbf\x82\x24\x49\x9f\x3e\x01\x3a\x16\x78\x7a\x88\ \x3a\x0c\x2e\xb1\xc4\x38\xb6\xce\xf2\x14\xe3\x41\xff\xbb\xfd\x08\ \x4c\x24\xa2\x4a\x44\x39\x79\x7f\x86\xab\x04\x9f\x70\xe6\x58\x3c\ \x68\x84\x90\xe1\x3f\xd2\xd0\xdc\x66\x61\x55\x95\x89\x65\xe8\x42\ \x72\xe5\x95\x96\x25\xaa\xe8\x13\x41\x6d\x62\xba\xd0\xb8\xe5\xbd\ \x79\x47\x2a\x7e\x72\xcf\x25\x12\xe3\x43\x0f\x40\x9f\x7e\x81\x30\ \xe6\x81\x85\xaf\x3c\x13\xaa\xbc\x14\x19\x91\xe4\x9c\x2c\x8f\x82\ \x11\x82\x40\x67\x53\x80\xba\x15\xbb\x1f\x12\xf3\xb2\x7d\x0a\x07\ \x64\xf5\x77\x75\x04\x4c\xb7\x22\x74\xee\xc9\xcf\x4d\x04\x0e\x88\ \x0d\x34\xb4\xf4\x79\xdd\xca\x80\xce\xb3\x73\x73\x55\xc4\x31\xe2\ \x47\x1a\x1a\x21\x31\x2b\x0e\x85\x3a\x43\x52\x7e\x4e\x12\xe2\x1c\ \x10\x02\x16\x6e\x6a\x0a\x24\x67\x65\x79\x54\xbb\xad\xb9\x55\x49\ \xcc\x4c\xf5\x4a\x4c\x08\x84\x71\xa8\xa7\xbd\xcf\xd0\xf2\xb2\x12\ \xa2\xfe\xb6\xe6\xb6\x1e\x93\x72\xc5\x9d\x98\x5f\x58\x10\xa7\x11\ \xc6\x98\x19\xe8\x6c\x6e\x3f\x12\x31\x99\xe2\x8e\xcf\xc9\x2f\x4c\ \xf2\x48\xb6\xbf\x76\xee\x2b\x35\xb7\x7c\xef\x5b\xe5\xf1\xd8\x51\ \x86\xd3\xd1\x5e\x18\x54\x76\x2e\x10\x22\x84\x7c\xa2\xfd\xe2\xec\ \x93\x31\x54\x63\x01\x4c\xc5\xf1\x15\x94\xf0\x89\xb0\xab\x43\xdb\ \xf0\x81\xee\xf6\x80\xad\xe5\x64\x24\xa0\xa1\xeb\x2e\x87\x54\xef\ \xa1\x9f\x9c\x10\x52\x01\x00\x00\x61\xcc\x9b\xf6\x6c\xe9\x77\x17\ \x8f\x2e\x49\x62\x43\x0a\xcf\x90\x48\x30\xb1\xdd\x6e\xd0\xd0\x68\ \xd4\x82\xb3\xd3\x2b\xbe\x63\x4c\x3e\x85\x10\x08\x63\xbd\xa7\x65\ \xc3\xaa\x95\x8b\xdf\x79\xfe\x17\x3f\xf9\xe5\x3b\x4b\x56\xac\xfa\ \x78\x4b\x2f\x95\x08\x01\xdb\xa6\x80\x25\x89\x20\x21\x04\x21\x12\ \x41\x82\x51\x4a\xa9\x6d\x53\x16\x6b\x77\x2d\xdb\xe6\x80\x25\x12\ \x5b\x9e\x36\xb8\x52\x0c\x1d\x0d\x06\x8d\x31\xee\xa9\x5e\xb9\xcd\ \x9f\x72\xfe\x19\xd9\x1f\x3e\xfe\xf3\xe7\x56\x1c\x24\x84\x60\xbd\ \xf5\x99\xdf\xff\x6e\x5d\x83\xff\xc0\xf2\x17\x7f\xff\xe4\x02\x83\ \x10\x42\xac\xe5\x2f\x3f\xfc\xdc\x47\x07\xfa\x1b\xd7\xfc\xe6\x77\ \x8f\x1e\x0a\x11\x42\x48\xd3\xda\xd7\x1f\x7e\x72\x7e\xff\x40\xdb\ \x33\x0f\xfd\xfa\xa3\x1a\x3f\x21\xc4\x6c\xdf\xf4\xf0\x1f\xfe\x5e\ \x1f\x62\xf5\xeb\x5f\xfd\xc6\xfd\x0f\xed\xef\x17\x04\x03\x21\xa4\ \x6d\xfd\xdc\x7b\xbe\xfd\xf0\xde\x23\x82\x90\x9e\xa7\x7f\xf5\xc0\ \xef\x5e\x5e\x6d\x11\x42\x30\x21\x34\xf0\xd6\x23\xdf\xfd\xe9\x93\ \x1f\x13\x42\x6a\x16\x3d\xfe\xeb\xbf\x3c\xbf\x6a\xdd\xda\xf7\x5f\ \x7b\xfa\xd7\xbf\xfb\xeb\xe6\xc6\x7e\x42\x48\xd3\xf2\x57\x7e\xf3\ \xd0\x93\x2b\xd7\xad\x99\xff\xd6\x0b\xbf\x7d\xe8\xf7\xab\xf6\x77\ \x25\x96\xcf\x18\x93\xd8\xbd\x78\x4d\x35\x47\x18\x9c\x60\x07\xa7\ \x6d\x10\x06\x84\x24\x49\xda\xb4\x71\x63\x63\x63\x23\x91\xa4\x21\ \x2a\x10\xab\x63\xc7\x23\x3c\x0a\xce\x63\x81\x14\xff\xe9\x29\x09\ \xc1\xd5\xcb\x5e\xfe\xd3\xcb\xeb\x19\x21\x18\x23\xce\x6c\x9b\x72\ \x22\x49\x18\x00\x13\x82\x81\x5b\x96\x4d\x19\x17\x42\x10\x49\x22\ \xc0\x2d\x9b\x21\x22\x11\x24\x00\x61\x04\xc2\xb6\xa9\x40\xf6\xe6\ \x45\xef\x2e\xdb\xd9\x4e\x69\x2c\xee\xd9\xc9\xf9\xc4\xd8\x24\x67\ \x1c\x4e\xb7\x38\x6e\x83\x31\x4d\x18\x8f\x2b\x9e\x70\xf7\xf7\x26\ \x19\xf5\xcb\x7e\xf9\xd8\xc7\xb7\x7e\xeb\x87\xe5\x5e\x88\x1e\xd9\ \xf7\xf4\x13\x6f\xd7\xf5\x44\xbd\x19\x55\xd7\x7f\xe5\xfa\x8a\x74\ \x77\x6f\xdd\x86\x17\x5f\x99\xdf\xc7\x54\xb3\xa7\x51\x9b\x38\x56\ \x01\x73\xfd\xfc\x17\x96\x6e\x6b\xa6\x38\xe9\x92\xdb\x6f\x97\xb7\ \xbc\xb1\x91\x8e\xfb\xce\xad\x67\x86\x6a\xd7\x3c\xfe\xd6\xfe\x1b\ \xbe\x7d\x77\x9e\x07\x10\xa2\x7b\x37\x56\x27\x97\x5f\x90\x97\x92\ \x75\xc3\x2d\x17\xfe\xfa\x85\x79\x07\x67\x56\x5a\xcb\xdf\xed\x4c\ \x9b\x71\xcf\x8c\xca\xf8\x91\x37\xaf\xff\xd9\x13\x8b\xf7\x9e\x7b\ \x81\xb6\x79\x65\xa3\xef\xb6\x9f\x9c\x5d\x91\x1a\x3d\x77\xfd\x4f\ \xe7\xcd\xdf\xf6\xc3\xab\xd2\xdf\x59\x5a\x7b\xce\xf5\x0f\x96\x97\ \x65\xde\x38\xfb\xe3\x67\xdf\xfd\x60\xd6\xb0\x5b\xd6\xbc\xb3\x30\ \x65\xda\x0d\xd3\xf2\xe3\xd6\xae\x0f\x6b\xac\x71\xfe\xe2\xad\xc3\ \x6e\x9e\x4c\x22\xcd\xf3\x17\x6f\x57\x3d\x9e\xa8\xa1\x83\x31\x20\ \xb9\xc5\xe1\x9d\x2b\xb6\x34\x4c\x9e\x5e\x1c\xdf\xb2\x63\xc5\xe6\ \xba\xa0\x6f\x54\xc4\x00\xb0\x4c\x18\x3e\xed\xd2\xef\xdd\x7e\x1e\ \x37\x83\x1f\xbf\xf5\xb7\xa7\x1e\x7b\x39\xff\x0f\xdf\xa4\x54\x14\ \x8c\xbe\xf0\x7b\xdf\xb9\x1c\x59\x91\x9d\x0b\x9e\x78\xf4\xe9\x67\ \xb2\x7f\xfb\xd3\xa9\x53\x46\x3d\xbc\x78\x47\xdf\xec\xd1\x49\x18\ \x4e\x87\xbd\x89\x1c\x3e\xdd\xb0\x0b\xce\x97\x2d\x5b\xf6\xee\xbb\ \xef\x26\x25\x25\x7d\x75\xce\x9c\xd2\xd2\x52\x7e\xdc\x16\x38\xc1\ \x70\xe5\xc7\xc2\x3f\x0b\x31\xb4\xd1\x3e\x69\x3c\x68\x2c\x29\xaa\ \xa2\x28\x10\x7a\xf7\xc9\x47\x37\x36\xf5\xcb\x82\x25\x55\x9e\x7d\ \xd7\xad\x17\x90\xa6\x2d\x2f\xbc\xb6\xb0\x3d\x22\x4a\xc6\x5c\xf0\ \xd5\xeb\xa6\x05\x0e\xae\x7f\xe5\xed\x25\x47\xc2\x76\x42\xf1\x94\ \x3b\xe6\x5c\x8a\x0f\x7d\xf4\xf8\x2b\xcb\xfa\x85\x67\xfc\x79\x97\ \xbb\xbd\x5a\xed\x47\xcf\xff\xea\x50\xe6\x99\x97\xdf\x71\xfe\xb0\ \xa4\x93\x87\xf0\x1b\x6c\x37\x07\x9d\x0e\xff\x82\x2a\x7c\x41\xe3\ \x94\xc7\xb7\x90\xe1\x42\x08\x0e\x24\x16\x59\x88\x0b\x01\xb6\xff\ \x83\x17\x9e\x69\x4f\x3e\xef\xdb\x73\x46\x6f\x7b\xe7\xf1\xa7\x5e\ \x5b\xfa\xeb\xbb\xa7\xbf\xf7\xe2\x2b\xb4\xea\xba\x6f\x9d\x57\xb1\ \xe9\xcd\x47\x36\x5b\x96\x05\xea\x98\x59\x57\x95\x4e\xa5\x35\x0b\ \x9f\xf9\x70\xde\xda\x7b\xa7\xc7\xb7\xcc\xdf\xd2\x07\x53\xba\x9b\ \xf6\x75\x2a\x29\x89\x1e\x89\x09\x86\x79\x7f\x5d\xb7\x9e\x36\x2b\ \x07\x04\x4b\x1f\x77\xf1\xf9\x9b\xf7\x3d\xff\xc8\xef\x88\x6e\x5f\ \x71\xcf\x5d\xf1\xdc\x16\x89\xc3\x6f\xbc\x64\xf4\xe3\x2f\xfd\x65\ \x9f\x66\x54\x5d\x7c\xdb\xc8\x54\xc4\x84\xef\xe2\x1b\xaf\xf8\xcd\ \x9f\x5f\x7f\xb8\xd9\x6d\x14\x9e\x77\xe1\xf8\x4c\xc6\xf8\x98\xd9\ \x37\x8c\xdc\xf5\xc8\x23\xbf\xfb\xa3\x6e\x66\xdc\x75\xe7\x64\x10\ \xa1\x80\xdf\x9c\x79\xf9\xc5\x7d\xb5\x2b\xf7\xfa\xc7\xc5\xef\xfc\ \xa8\x27\x79\xe2\xec\xd4\xb6\xbe\x50\x58\x0c\xf4\xe3\xe4\x61\x97\ \x8d\x56\x57\x2c\xdd\x34\xf5\xde\x49\x4b\x97\x57\x9f\x71\xe9\x65\ \x9d\x87\xbb\x83\x3c\x56\x98\x18\x05\x90\xd4\xf8\xe9\xb3\x2f\x5b\ \xb5\xe6\xaf\xd5\x1d\xe1\x6c\x82\x85\xe0\x14\x40\x26\x9e\xf1\x17\ \x5e\x5b\xb2\xf4\xf7\xbb\xf7\xf7\x5e\x97\x9b\xa7\x85\x56\x74\x87\ \xcc\xa4\x04\xe4\xec\x24\x77\x1a\x82\x11\x98\x96\xa9\xaa\xca\xd5\ \x57\x5f\xcd\x18\xd3\x0d\x83\x32\x36\x58\xc7\x38\x3f\x1e\xd7\xf5\ \x78\x09\xe7\x02\x1d\x0f\xed\x28\x4e\xd6\x47\x18\xfc\x40\x08\x40\ \x48\xd0\xe0\xfe\xfa\xce\x11\xd7\x7c\xef\xc2\xcc\xb6\xc7\x1e\x7e\ \x71\xf5\xa4\x91\xf1\x9b\x96\x1c\x10\xc3\x7e\xfd\xa3\x8b\x08\x45\ \x24\xda\xfa\xea\x4b\x6f\x89\x89\xb7\x7e\x73\xbc\xf2\xd2\xc3\x7f\ \x7f\x73\xe3\x98\x8b\xa2\x07\xfa\xa4\x92\xfb\xbf\x75\x7d\xb2\x06\ \x4b\x77\xf3\xaa\x73\x6f\xf9\xfa\xa5\x15\x02\xc9\x94\xd2\x93\xd6\ \x78\x8c\x80\xc7\x7c\x0a\x83\x36\xce\xe9\x18\xf7\x35\x16\x27\x37\ \x16\xe7\x51\x66\x8c\x01\x08\x2e\x04\xed\x6b\x3b\xd8\x2c\x66\x5d\ \x3f\x23\x3b\xc3\xe7\x3e\x6f\xe6\xf2\x27\xf7\x36\x35\xe4\xb4\xfb\ \xbd\x97\x9c\x35\x39\x23\x4d\xcb\xcf\x4f\xdb\xda\x0e\x56\xa4\x7b\ \xcd\x7b\xaf\xee\x6c\xd7\x79\xa0\x9d\x79\xb3\x12\x46\x9c\x93\x36\ \xef\xa9\xbd\x07\x8e\x58\xcd\x47\x4a\x86\x4f\xf5\x48\xcc\x36\x98\ \xc4\xa3\x51\x4a\x93\x5c\x12\x30\xdb\x14\xea\xb9\x57\x5d\xb1\xe9\ \xfe\x07\xdd\x57\xff\x72\x4a\x91\x47\xd7\x75\x84\x45\xd9\xcc\x2b\ \x46\x6c\x78\x60\xb5\x31\xfd\x1b\x33\xcb\x2c\xdd\x60\x80\xdc\x05\ \x53\xae\x9a\xb8\xe6\x91\x8f\xfa\xbe\xff\xc7\x73\xdc\x54\x37\xa8\ \x20\x6a\xf6\x55\xd7\x4e\xbf\xef\x67\xef\x5f\xfa\xdd\xdf\x96\xfa\ \xb8\x30\xf4\x50\xd0\x4c\x1d\x3d\x65\xb4\xba\x60\xd9\xdb\x6f\xa9\ \x5d\xad\x93\x2f\xbf\xd5\x5e\xff\xec\x91\x48\x38\x12\x0c\xe9\x96\ \x6f\xea\x05\x67\x1f\x79\xea\xfd\xd7\xdf\x68\x6e\x95\xcb\xee\x9d\ \x99\xf7\xd4\x53\x6b\x82\x3a\x8d\xc5\xd2\xa3\x20\x04\x15\x88\x23\ \x89\x08\xdb\xb6\x06\x03\xd6\x72\x06\x36\x95\x04\xa8\x18\x2c\xcb\ \x02\x45\x26\xc8\x88\x5a\x16\x67\x92\xa3\x0b\xa7\x21\x9c\x83\x24\ \x49\x33\x67\xce\x1c\x8c\xaf\xc3\x99\x65\x99\x08\x61\x00\xf9\xd3\ \x5b\x31\x0c\xb6\x79\x27\x86\x51\x3c\x59\x3d\x44\x02\x80\x0b\x21\ \x04\x67\x8c\x13\x55\x4d\x48\x4a\x4e\x2f\x4c\x1c\x5e\x1a\xd7\xdc\ \xde\x7f\xcb\xd4\x19\x1b\x5f\x5d\xf2\xe4\xf3\xc6\xec\x4b\x2e\x1d\ \xee\x6e\x3c\x78\x24\xa0\xed\x59\x3e\xb7\x96\x05\xd5\x84\x64\xcb\ \xa2\x80\x3d\x71\x49\x69\xa9\x49\x1e\x08\x71\x2e\x64\xcd\xe5\x71\ \xbb\x0c\xc3\xfa\x8c\x35\x19\x68\xc8\xc5\x11\x0c\xc6\x5e\x86\xd3\ \x4b\x17\xb8\xe0\xb1\x75\x53\x82\x0b\x84\x19\x63\x9c\x0b\xc1\x19\ \x45\x92\xe2\x92\x8d\x23\x3d\x7e\x28\xf6\x05\x7a\x3a\x4c\x49\xf1\ \xf8\xdc\x0a\x04\x0f\x77\xf9\xc7\x67\x67\x71\xca\x30\x11\xcd\xdb\ \x97\xbe\xb7\xdb\xfc\xe1\xaf\x7e\xe0\xd9\xf7\xd2\xdf\x3f\xd2\x89\ \x37\x6f\x72\xa5\xe7\xe3\xa5\x1f\xca\x7d\xda\xa4\x73\x0a\x91\x69\ \x30\x0a\x4c\x96\xdd\x84\xe8\xfd\x51\xce\xe3\xa8\x2d\x34\x4f\x72\ \x5e\x61\x41\x5c\x66\x22\xa7\x36\x63\x1c\xa8\xc5\xbd\x9e\x9c\xdc\ \xa2\x7c\x3b\xd7\x0d\xb6\xc5\x18\x80\x30\x2c\x25\x33\x3f\x2f\x3f\ \xcb\x9d\x11\x4f\x4c\x53\x67\x80\xb8\x6e\xb8\xd3\x0b\x0a\x73\xf2\ \x32\xd3\x13\xb8\x6d\x32\xd3\xd4\x23\xdc\x4b\x7c\x93\xce\x9a\xfa\ \xce\xf7\x1e\x36\x4b\xaf\xba\x63\x78\xd6\x9a\x8f\x21\xa2\xeb\xd1\ \x90\x4e\x29\x57\x53\x87\x9f\x3d\x72\xfe\x0f\x9f\x59\x77\xdb\xaf\ \x7f\x9f\xee\x6e\xe3\xdc\x0e\x45\x2d\x21\x04\x42\x58\x02\x24\x21\ \x73\xef\xd6\xd5\x75\x50\x70\x5d\x6a\x5c\xc4\xa6\x00\x48\xc2\x44\ \x96\x68\xc3\xfa\x15\xfb\x98\x6f\x6a\x61\xaa\x11\xa8\xb1\xb8\x4b\ \xc5\xc0\x18\x63\x8e\x2e\x9c\xae\x44\xc2\xe1\xe3\x66\x39\x40\x6c\ \xa7\x51\xf6\xa9\x4a\x36\x18\xd8\x98\x31\xce\xb8\x38\xea\x69\x38\ \x99\xbd\x80\x18\x8f\x6d\x4e\xc5\x19\x63\x42\x08\x6a\x5b\xc0\x39\ \x13\x98\x1a\x66\x4a\xe5\xac\x1f\x3e\x38\x7c\xd3\xa2\x57\x1e\xff\ \xdb\x63\xf7\x7d\xfd\x7c\xaf\x3b\x61\xc2\xc5\x73\x2e\x1b\xee\x33\ \x2c\x4e\x34\xad\x61\xa1\xcd\x99\x6d\xd9\xd4\x85\x98\x60\xb6\xa5\ \xdb\x00\x20\x06\x23\x9c\x7f\xd2\x42\x3f\x31\xcd\x58\x0c\xfa\x3f\ \x4e\xbf\x38\xf1\xb1\x60\x98\x82\x73\x60\x9c\x51\x4b\x8f\xea\x96\ \x69\x8a\x84\xac\xb3\xce\x19\xf5\xea\x1b\xcf\x04\xf7\x66\x35\xef\ \x3b\x30\xfe\xdc\x5b\x73\x72\xf2\xa6\xcd\xa8\x78\xf3\xc5\x47\x7b\ \xf7\x94\x75\x56\xd7\x43\xd5\x68\x5f\x72\x4e\xaa\xd8\xb1\x62\xfe\ \xfb\x5a\xe7\x01\x83\x17\x9a\x54\x1e\x33\x65\xea\x7b\xbf\xfa\xab\ \x55\x76\xcd\x6d\xd9\x9a\x61\xe8\x4c\x20\x5b\xf2\x94\x66\xba\x3f\ \xae\xaf\xd7\x67\x64\x72\x46\xa9\x6d\x46\xc3\x61\x49\x37\x29\x65\ \x8c\x52\x00\x4c\x6d\xaa\x47\x22\x61\x3b\x16\x81\x9a\x02\x80\xc0\ \xd4\xd2\x23\xe1\x70\xd4\xb2\x28\x15\x8c\x09\x40\x18\x71\x43\x8f\ \x44\x22\xba\x61\x31\x8a\x6d\x53\x0f\xf4\x45\x5c\x96\x2d\xa5\x57\ \x5d\x7f\xcb\xad\x56\xfa\x58\x9f\x30\x29\xb3\x7b\x83\xa1\xb0\x6b\ \x20\xa2\x0b\x66\xd2\xe2\xc9\x97\xde\x83\xc6\x4d\x28\x4b\xb3\xcc\ \xc3\x46\x74\xa0\x2f\x6c\x7b\xb1\x7d\x70\xfb\xea\x57\x5e\xee\x0a\ \x77\x36\x1d\x6c\x37\x2e\xba\xe5\xb6\xc2\x38\xd8\xcb\xec\xb6\xda\ \x8f\x5f\x9d\x1b\x32\x7a\xda\x0e\x36\x77\x9f\x75\xcd\x57\xc7\x67\ \xa1\xfa\x65\x8d\x66\x7c\x6e\xb2\x46\x6c\xdb\x74\x64\xe1\x34\x74\ \x2e\xc4\xfe\x95\x15\x25\xb6\xea\x81\x52\x6a\xdb\x76\x6c\xa3\x96\ \x4f\xef\xe9\x36\x64\x5f\x48\x36\x24\xec\xeb\x09\x07\xc4\x4e\xcc\ \x29\x58\xa6\x1e\x35\x2c\x46\xa9\x1e\x8d\x9a\xb6\x0d\x4c\x98\xba\ \xce\x85\xb5\x6f\xfd\xa2\x2d\x07\xfd\x2e\xdb\xf4\xb8\x25\x25\xb1\ \x62\xf6\xf8\xf4\xb7\x5e\x7b\xac\x6f\x78\x11\x16\xde\xb3\xae\xbc\ \x88\x5b\xa6\xae\x5b\xcc\xa6\x16\x92\xcb\x8a\x33\xd6\xac\x7a\xf5\ \xd1\x81\x61\xe5\xa3\xa6\x4f\x19\x91\x46\x6d\x06\x43\xc7\xfe\x63\ \x83\x7f\xc7\xa3\x45\x9d\x3c\xcd\xff\x80\x2f\x28\x1e\x74\x57\x67\ \x67\x4a\x5a\xda\x51\x59\x65\x82\x68\x29\x99\x79\x39\x59\xa9\x98\ \x43\x46\x71\x55\x41\x8a\x1c\x0c\x8b\x11\xd3\x67\x9f\x77\x46\x09\ \x33\x78\x4e\xf9\x88\xa2\x54\x25\x14\x36\x53\x8b\xc6\x4c\x1d\x3f\ \x3c\x37\xb7\xa0\x3c\x2f\x3e\xdc\x1f\x24\x09\x85\x67\x9e\x39\x31\ \x27\x35\x31\x31\x41\x3e\xb0\xa7\x26\x73\xd2\xa5\x67\x16\x7a\x4c\ \x3b\xe6\xb9\x90\x7c\xae\xc8\xea\xd5\x3b\x33\x46\x4c\x48\x73\x81\ \xcd\xc0\x9b\x9c\x91\x9b\x9f\x17\xa7\x92\x98\x67\x83\x73\xa1\x79\ \x13\xf2\xf2\xf3\xd2\x12\x5d\x62\x30\x8e\x33\x47\x8a\x27\x2d\x27\ \x3f\x2b\x3d\x09\xc7\x46\x73\x04\x17\x48\x4e\x4a\xcf\x2c\xcc\x4d\ \x77\x49\xc0\x04\x78\x92\x33\x0a\x0a\xb2\x5c\x92\x94\x59\xf0\xff\ \xd8\x3b\xeb\x30\xb9\x8e\x2b\x6f\x9f\xaa\xba\xd4\x38\xcc\x24\xd6\ \x88\x19\x2c\xb0\x64\x4b\xb6\xcc\x1c\x33\x85\x69\xb3\x81\xdd\xfd\ \xb2\xa1\x4d\x1c\xc6\x0d\x38\x71\x9c\x98\xed\x98\x64\x59\x26\x19\ \x64\xcb\xb2\x6c\x31\x33\xc3\x88\x46\xc3\xdc\x70\xa1\xaa\xce\xf7\ \xc7\xed\x1e\x8d\xa4\x19\x47\xd6\x46\xf2\xd8\xae\xf7\xe9\x47\xea\ \xe9\xe9\xb9\xb7\xfa\xf6\xa9\xdf\x3d\x75\xea\xd4\xa9\x81\xa5\x59\ \x86\xe3\xa2\x15\xc9\x2e\x2a\x2a\xca\xcf\xc9\x2e\x28\xab\x28\xce\ \x8f\xea\x66\x56\x65\x65\x5f\x03\x5d\x01\x46\x76\x6e\x61\x49\x61\ \x41\x5e\x5e\x5e\x34\x18\xa4\x44\xcb\x2a\x19\x7c\xe9\x55\xd7\x4c\ \x1e\x98\xe3\x24\x1d\x33\x9a\x9d\x95\x1d\x44\xa0\x19\x85\xfd\x66\ \x5d\x79\xfd\x8c\xe1\x25\x18\xab\x7d\x6d\xfe\x82\xc8\x98\x8b\xce\ \x1b\x94\xc3\x3d\xa1\x76\x77\xea\x75\x0f\x40\x02\x90\x4c\xda\xaf\ \xbf\xb1\x70\xed\xda\xb5\xeb\x37\x6c\x4c\x26\x93\xc5\xc5\xc5\xfe\ \x6e\xa9\xf5\x75\xb5\xc1\x50\xd0\xb2\x02\x9d\xf9\x8e\x75\x75\x35\ \x59\x39\xb9\x94\x52\x91\xda\x5d\xe6\xa4\xa9\x81\xe3\x95\x9a\xa5\ \x94\x7a\x30\x5a\x56\x5e\x5a\x90\x1d\xcd\xc8\xce\xef\x53\x52\x18\ \xd6\x88\x15\xc9\x2d\x2f\x2d\x8d\x6a\x5e\x4b\x4b\xab\x08\x16\xcf\ \x9e\x73\xc9\xc0\x9c\x60\xf1\xe0\x11\x65\x51\x12\x4b\x8a\x68\x6e\ \x51\x79\x49\x41\x28\x14\x2d\x28\x2d\x2b\xc8\x0d\xa3\x27\xb3\xfb\ \x0c\x28\x8c\x32\x47\x18\xc5\xe5\xe5\x39\x11\x3d\x65\xd2\xe9\xcd\ \xcf\xbb\x54\x83\x4e\xfd\xa7\x69\x5a\x43\x7d\x9d\x15\xb0\x02\x81\ \xe0\x59\xaf\x07\xfd\x3e\x79\x4d\xa7\xd4\x83\x5e\x3f\x6c\xc4\x68\ \x7f\x12\x55\x4a\x81\x44\xb7\x4c\xcd\xb5\x93\x02\x01\x91\x98\x96\ \x65\x68\x54\x70\xd7\x76\x3c\x44\x00\x42\x0d\xd3\xd4\x35\x0a\x88\ \x9e\x6b\xbb\x9e\xd4\x4d\xcb\xd0\x19\x01\x0a\xa2\x7d\xc3\xf2\xe5\ \x9b\x36\x6f\x39\x86\x65\x77\xde\x75\x4d\x9e\x2e\x45\x5a\x86\x2d\ \xe6\xbc\xfa\xe8\xdf\x1a\xfa\x5c\x7a\xdb\xac\xa1\xc2\xf5\x0c\xcb\ \x42\xcf\xf1\x78\xaa\x54\x2e\x22\xe8\xa6\xa9\x81\xb0\x1d\xde\x29\ \xa2\x44\x33\x2d\x9d\xd8\xb6\x7d\xbc\x66\x2a\x61\x01\x4b\xf7\x6c\ \xdb\x93\x40\x08\x35\x2d\x53\x7a\xb6\xcb\x91\x74\x1e\xc4\xb0\x34\ \xf0\x5c\x49\x4d\x9d\xd8\xb6\xdb\xe5\x02\xd3\x54\x31\x6b\x66\x06\ \x4c\xcd\x0f\xa9\x78\xae\xe3\x71\x09\x80\x54\x37\x03\xa6\x01\x80\ \x80\xd2\x73\x5d\x8e\xac\x75\xf7\x9b\x0f\xbe\x7e\xec\xd6\x2f\xdd\ \x55\x66\x72\x4f\x79\x0b\xbd\x34\x87\x01\x29\xa5\xdb\xb6\x6d\x9f\ \xfb\xdc\xbc\x82\x82\xfc\x9b\x6f\xba\x29\x2f\x2f\x0f\x11\x83\xa1\ \xd0\xb6\xad\x9b\xf3\xf3\x0a\x32\xb3\xba\xd6\x83\xde\x30\x70\xd0\ \x10\xdd\x38\xb9\x1e\x74\x77\x89\x46\xa0\x19\xa6\x41\x45\xd2\x11\ \xa6\x65\x4a\xd7\x76\x05\x18\xa6\x45\xa4\x2b\x3a\xeb\x41\x3b\x8e\ \xe3\x71\xa0\xcc\x34\x2d\x8d\x11\x94\xdc\x4e\x3a\xa0\x19\x06\x43\ \xdb\x76\x01\x08\x50\x66\x59\xa6\x46\xc1\x75\xec\x13\xeb\x41\xa7\ \x72\x2d\x09\x21\x27\xd5\x83\xde\xb1\x7d\x6b\x76\x76\x76\x76\x4e\ \xde\xd9\xaa\x07\xed\xf0\xe4\xf0\x8a\xd9\x39\xd1\x0a\x8d\xe9\x3d\ \xf8\x0b\x3c\x33\x54\xe4\xf2\x64\xe7\x70\x07\x25\x38\x8e\x13\xb0\ \x2c\x0f\x51\x02\x01\xe9\xd9\x09\x0f\xc1\xf7\x76\xd0\xb5\x93\x6e\ \x57\x0d\x43\xe1\x26\x13\x5d\xea\x38\x83\x67\x27\x3d\x1b\x80\x50\ \x46\x38\xa3\x2c\xa3\x6c\xcc\x8c\xf3\x26\xe6\x1b\xc8\x8f\x6f\xd7\ \x89\x0e\xb1\x66\x5c\x77\x77\x9b\x4b\xb8\xe3\x11\x94\x6e\x22\xd1\ \x35\xdb\x83\x00\x70\x3b\x55\x84\xf7\x78\xf1\xdc\x74\xf1\xe5\x2e\ \x63\x40\x9e\x8c\xf3\x74\xa0\x46\x38\x89\x44\xfa\x79\xfa\x20\x4e\ \xaa\x40\x74\xfa\x0f\x8f\x7f\xe8\x54\x89\x67\x61\xc7\xdd\x53\xc2\ \x2b\xae\x13\x77\xbb\x54\x72\xa6\xd2\x2a\x1c\x75\xd7\x1d\x93\xf3\ \x4c\xee\x71\x95\xd4\xd4\x4b\x07\x12\x08\x80\x12\x46\x8d\x1e\x15\ \x0e\x87\x33\x32\x33\x73\x73\x73\xb8\xc7\x29\xa3\x42\x08\xcf\x71\ \x49\xd7\x3d\xe6\x11\x00\x89\xed\xd8\xa6\x69\x72\x3f\xf3\xd1\x9f\ \xad\xc0\xf4\x6e\x70\x5d\xe6\x2f\x09\x80\x70\x52\xe5\x9f\x9d\x54\ \x3d\x68\xf0\x3a\xeb\x41\x77\xb5\x13\x21\x4e\x28\x0b\xee\x3a\x76\ \xe7\xf9\xc4\x89\xd5\xcc\xf1\x78\x9b\x4f\xae\x07\x0d\x48\x28\x11\ \x7e\xd0\x94\xd2\xd3\x2c\x09\x7d\x86\xf5\xa0\x75\x66\xea\xcc\xec\ \x39\x8c\x41\xa4\xf4\x1c\x9e\xf4\xc7\x37\x94\xb1\xea\x23\x87\x9b\ \x5b\x9a\x87\x0c\x1d\x66\x59\xc1\xf4\x4e\x3c\x48\xce\xa4\x5a\x2e\ \x31\x4c\x8b\x51\xe0\xae\xed\x71\x3c\xa9\x2c\x3f\x65\x8c\x12\xfc\ \x48\xa4\x0f\x12\xca\xd8\x47\xa4\xa9\x9f\xdc\xf8\x42\x3a\xff\x40\ \x37\x74\x99\xaa\x07\x0d\x42\x8a\xa3\x87\x0f\x37\x37\x37\x0e\x1d\ \x36\x82\x52\x9a\xaa\x07\x4d\x59\x6d\x6d\x4d\x6d\x6d\xcd\x90\x61\ \xc3\x82\xc1\x50\xa7\x07\x4f\x3e\xe4\x7a\xd0\x29\x47\x45\xa2\xac\ \x3e\x72\xb8\xa1\xa1\x7e\xe8\xb0\x11\x8c\xb1\xde\x52\x0f\xda\x6f\ \xf1\xa1\x83\x55\x2d\x4d\x8d\x94\x69\xca\xe6\x14\x1f\x59\xb1\x00\ \x21\xa4\x6e\xe8\xfd\xfb\x0f\x0c\x04\x83\x5d\x57\xed\x50\x4a\x8f\ \x1c\x3e\xd4\xd0\x50\x47\x29\x23\xbd\xa9\x68\x3f\x21\x20\xa4\xd4\ \x18\xeb\x3f\x60\x50\x30\x14\x3a\xcd\x2a\x8f\xe7\x4e\x17\x08\xa5\ \x76\x32\xc1\x39\x57\x5b\x1d\x28\x3e\xba\x21\x07\x42\x68\x20\x10\ \xa0\x94\x9e\xda\xc1\x18\x63\x76\x32\xe9\x71\xaf\x97\x59\x38\x12\ \x42\x2c\x2b\xe0\xef\x91\x77\xba\x1d\xf6\x9c\xd5\x83\x06\x50\x4b\ \x8a\x15\x1f\x0b\x6d\xe8\xd9\x0f\xef\xb5\x16\x8e\x27\xec\xa9\xfd\ \xcf\xd1\x7a\xc9\x05\x55\x28\x3e\xde\x92\xf1\xd1\x42\xd5\x83\x56\ \x28\x14\x1f\x9e\xbf\x40\x88\x2a\x06\xad\xf8\x98\x38\x05\xd8\x43\ \x61\x85\x5e\x3b\x90\xe8\xa9\xcd\x1f\xb2\x2e\x10\x42\x6c\x3b\xd9\ \xd1\xde\x71\x3a\x39\x15\x0a\x45\x6f\xc6\xb2\x02\xd1\x68\xc6\x49\ \xb1\x45\x42\x89\x63\x3b\x1d\xed\x6d\xbd\x73\x6b\x19\xcb\xb4\x22\ \x19\x99\xa7\x2f\x5a\x67\x18\x77\x24\x84\x52\x42\x7b\xcc\x5e\x48\ \x65\x64\x8b\xe3\xa2\x90\x4c\xb6\xb4\x36\x17\x15\x95\xf8\xf5\xa0\ \xbb\x14\x9f\x01\x00\x50\x51\x07\x45\x6f\xe3\x94\x2a\x49\xa9\x1f\ \x85\x14\x0d\x75\xb5\x82\xf3\x9c\xdc\xbc\x2e\x77\x60\xe2\xba\x4e\ \x73\x73\x63\x41\x41\x71\x30\x14\x22\x1f\x92\x85\x77\x3d\x5d\xd7\ \xe7\x52\xca\x86\xfa\x3a\xcf\x75\x72\xf3\xf2\x4f\xd3\x6b\x38\x13\ \x5d\x20\x40\x5c\x9e\x74\x79\xb2\x27\xa7\x09\x11\x34\xa6\x5b\x7a\ \xd8\xcf\xe5\xa0\x94\xd6\x1c\xab\x2e\x28\x2c\x8a\x44\x33\xba\x6d\ \x96\x8a\x47\x2a\x7a\x9d\x2e\xa4\x6b\x3a\x92\x13\x6b\x25\x52\x4a\ \x11\xf0\xc0\xde\x3d\x99\x99\x59\xa6\x65\x75\xae\x8f\xa8\xad\xad\ \xce\xce\xc9\xcb\xca\xca\xfe\x10\x2d\xbc\xdb\xfe\xe8\xb7\x19\x00\ \xf6\xef\xdd\x93\x91\x91\x69\x05\xac\xb3\x56\x0f\xda\x08\xbf\xbb\ \xed\x91\x77\xb6\x3c\x64\x19\x91\x6e\xdf\xe0\x7a\xf1\x61\x15\xb3\ \x6f\x9d\xf9\x2b\xdb\x4d\xad\x51\xf5\x38\xef\x5c\xb0\x71\x6a\xb5\ \xdc\xf7\x6b\x28\x21\xe4\x83\x5d\x56\xc2\x18\xf5\x8b\x48\x9f\xde\ \xdb\x29\xa3\x04\x50\x7e\x24\x56\x3a\x33\xc6\x00\x50\xa8\x2c\xc9\ \x73\x32\x20\xef\x5a\xee\x95\xa4\x91\x52\x52\x4a\x19\xd3\xb8\x10\ \xe6\x71\x23\x05\xcf\xf3\x3a\xf7\x46\xf9\x60\x16\xfe\x7f\x93\xad\ \x6e\xdb\xdc\xf5\x6d\x9d\x6d\xd6\x74\x8d\x0b\x0f\x20\x70\xb6\xea\ \x41\x03\x00\xa2\x14\x52\x74\x8e\x14\x4e\x42\xa0\xc0\x93\x7e\x85\ \x52\x22\x52\x29\x53\xf5\xa0\x53\xdd\x30\x55\xd8\xbd\xfb\x82\xd0\ \x00\x00\x40\x09\x25\x20\x25\x1e\xaf\x8d\xf3\x4f\x46\x37\x98\xd8\ \xb2\x74\xb5\xde\x77\x6c\x65\x49\xc6\x3f\xed\x3f\x84\x50\x06\x89\ \x4d\xcb\x37\x65\x0e\x99\xd0\x27\xdb\x48\xd7\xd7\xa5\x9a\x96\x9e\ \xa6\x49\xbf\xa4\x75\xa9\xed\xe7\x6f\x99\xd5\xe5\x4d\xa9\x8a\xa0\ \x7e\xd1\x67\x29\x04\x65\x0c\x00\x79\xba\xb4\x96\xff\xb7\x82\x73\ \xa0\x1a\xa3\x5d\xeb\x87\xfa\xc7\x10\x9c\x83\xa6\xb1\x2e\x97\xca\ \x4f\x8f\x26\x5d\x5f\x04\x29\x11\xf9\xde\xf5\x2b\x9d\x82\xd1\xc3\ \x4b\x03\x82\x2b\x17\xeb\xac\xfb\xe4\x7e\xa4\xee\x78\x0f\x4c\xdf\ \xd6\x80\x52\x89\xf2\x64\x7b\xf4\x2b\x90\xa5\x8b\xb2\xc8\x53\xaa\ \xb9\x9d\xd0\xeb\xd2\x26\x81\x67\xda\x36\x42\x29\x4a\x71\x52\x72\ \x75\x37\xf5\xa0\xbb\xb4\xd9\x2f\xbf\x70\x76\xeb\x41\xa7\x94\xa8\ \x87\xbc\x2e\x02\xe4\xa4\x94\x2f\xbf\x1e\x11\xa1\x34\x59\xbb\x7b\ \xf5\xd6\xba\x11\x33\xce\xcf\x66\x92\x52\x7b\xd3\xd2\x55\xb2\x68\ \xe4\x98\x01\x39\xfe\xb5\x17\x42\x20\x02\xa1\x94\x31\x7f\x81\x07\ \xa9\xdb\xb2\x64\x65\x75\xf4\xaa\x4b\xc7\x52\x29\xb8\x40\xca\x18\ \xf5\x6f\xef\x7e\xc1\x04\xca\x28\x25\x7e\xf7\x05\x42\x19\xa3\xc0\ \x93\x2b\x17\xcc\xcf\xb8\x66\xe0\x90\xd2\xac\x54\x49\x7a\x29\xb9\ \x94\x8c\x31\x90\x42\x48\x4c\xbd\x4b\x08\xdf\x55\x68\xda\xbe\xe4\ \xa9\x97\xb7\xde\x98\x93\x7b\x60\x7d\xf3\xd8\xf3\x27\x45\x75\xa0\ \x90\xd8\xb8\x72\x2d\xc9\x2e\x4b\xd6\x1e\xc8\x1a\x7a\xfe\xe0\x1c\ \x1d\x29\x3d\xba\x79\xe5\x11\x91\x19\x76\x1a\x92\xd1\x01\x13\x87\ \x16\x4a\x24\xc9\xba\x1d\x2b\xf7\xc6\xf2\x99\x1d\x0b\x96\x4e\x1a\ \xd5\x97\x4a\xf0\x5a\x0f\xbe\xb7\xae\x76\xfc\x94\x11\x35\x3b\x57\ \x27\x73\xc7\x8c\xab\xc8\xe0\x5c\x50\x4d\x6b\x3c\xb0\x76\x73\x73\ \x64\xea\xd8\x41\xb4\x75\xef\xbb\x3b\x9a\x46\x8e\x9b\x94\x6d\x08\ \x09\x54\xc3\xd8\xfa\x15\xeb\xcc\xbe\x93\x86\xe6\x93\x1d\xcb\xde\ \xdb\x56\xd3\x0e\x44\xcb\x29\xee\x3f\x6e\xdc\xa8\x4c\x13\xa5\x74\ \x76\xaf\x79\x6f\xdb\xa1\x7a\x09\x5a\x34\xbf\x62\xec\x84\xb1\x79\ \x41\xa3\xe3\xe0\xda\x67\xde\x3e\xf6\x83\xff\xb8\x31\x4c\xfe\x0f\ \x35\xc6\x15\xa7\x73\xe7\xeb\x72\x07\x4e\xd5\x83\x16\x02\xfd\xb2\ \xe0\x7e\x19\x91\x53\x64\xc1\xef\xa5\xf8\xcf\x7c\x04\x4a\xc9\xb1\ \xdd\x1b\x0e\xc4\xb3\x26\x8d\xae\xd0\x80\xf8\xeb\xaf\x50\x0a\x21\ \x24\x10\xca\x18\x23\x04\x40\x0a\xde\xe5\xc7\xd4\x6f\x29\xd5\x98\ \x7f\xab\xf0\x36\x2e\x7a\xb9\x29\x77\xf2\xec\xd1\x05\xe8\x6f\x34\ \x40\x4e\x8c\x62\x74\xd6\x83\x4e\x6d\x4b\x90\x6a\x73\xaf\xab\x07\ \x9d\xd6\x51\xa2\x9b\x72\xe9\xfc\x47\x9f\x7d\xf7\x00\x65\xb4\x7d\ \xf7\x3b\x0f\x3e\xfe\x4a\xdc\x08\x13\xb7\xfd\xf0\x81\x7d\x47\xea\ \x5b\x91\x32\x42\x89\xf4\xe2\x47\xab\xf6\x1f\x38\x58\x9d\xe0\xd8\ \xb6\x6f\xc3\xe2\x25\x2b\xf7\x1c\x3c\x78\xac\xbe\x83\xea\x1a\x8f\ \x37\x57\xed\xdf\x77\xac\x39\x4e\x98\x06\x28\x93\x1d\xcd\x47\xaa\ \xf6\x1f\x38\x74\xcc\x96\x94\xa1\x53\x57\x7d\xf8\xe8\xe1\x1a\x1b\ \x19\xa3\x04\x84\x53\x7b\xb4\x6a\xdf\xfe\x83\x4d\x31\x47\xa3\xb2\ \xb9\xa1\xb1\xdd\x96\x40\x88\xb0\x3b\x1a\x1b\x5b\x05\x12\x40\x20\ \x32\xb9\x74\xe1\xb2\xd2\xa9\x57\x8f\x2c\xa5\xef\xcc\xfb\xeb\xdc\ \x95\x87\x28\xa5\xcd\x3b\xde\x79\xe0\xd1\x37\x78\x30\x7c\x74\xe5\ \xcb\x0f\x3d\xfd\x0e\xa7\x8c\x76\xec\x7b\xec\xe1\x47\xf6\x24\x2d\ \xda\xb4\xee\xbe\x07\xfe\x71\x38\x49\x29\x75\xde\x7c\xe2\xc1\x77\ \x76\xb4\x1b\xfc\xe0\x03\xf7\x3e\xba\xab\x59\x52\x0a\xab\x9e\x7f\ \xf0\xe5\x75\x47\x4d\x2d\xf6\xe6\x3f\x7e\xf3\x8b\x7b\xe7\x37\x23\ \xa5\x94\x52\xd1\x34\xef\xf7\x3f\xfe\xfd\x73\x4b\x13\x84\xda\x47\ \x96\xfe\xea\xc7\x3f\x7d\x71\xe5\x01\xca\x34\xc6\x68\xfd\xd6\xb7\ \x7f\x75\xcf\x4f\x17\xee\x6c\xa3\xb2\xf5\xb5\x47\x1f\xdb\x78\x30\ \x46\x45\x7c\xe3\x5b\xff\xb8\xe7\x17\x7f\xdc\xd9\xc8\x29\x4d\xbc\ \xf1\xcc\xd3\x4b\x76\xb4\x50\x99\xdc\xb1\x6c\xfe\x2f\xee\xf9\xf5\ \xfa\x6a\x67\xec\x25\x57\x66\x37\xae\x5e\xb1\xb7\x85\x30\xaa\x8a\ \x35\x9f\x03\x28\xa5\x80\xf8\xc2\xfc\xf9\xeb\xd6\xae\x65\x8c\x75\ \xde\x87\x65\xaa\x8f\x9d\x58\x0f\x1a\x4f\xab\x1e\x34\xa5\x74\xdf\ \xaa\xd7\x9f\x7a\x7d\x33\x52\x9a\x6c\x6f\x3e\x72\x70\xff\x81\xaa\ \xc3\xed\x8e\xa4\x94\x32\x8a\xed\x0d\xd5\xfb\xf6\xee\x3f\xd6\xd8\ \x21\x09\xd1\x18\x69\x6f\x38\xba\x7f\xff\xc1\xd6\xa4\xd4\x18\x41\ \xee\x34\xd5\x1e\xdd\xbf\xaf\xaa\xb1\xad\x7d\xd7\x9a\xe5\xef\xad\ \xde\x52\x75\xe8\x70\x43\xcc\x03\x72\x7a\xf5\xa0\x65\x6f\xad\x07\ \x2d\xa5\xd0\xb3\x86\x7c\xee\x8e\x0b\x7f\xfc\xcc\xd3\x55\x63\xbf\ \xbc\xf2\xf9\xb7\x06\x5c\xf5\xf9\xe9\xd9\x0d\x8f\xdf\xfb\xe0\xde\ \x0e\x70\xe3\xf6\x98\xab\x3e\x77\xc3\x84\xcc\x97\xff\x76\xef\xda\ \x3a\x12\x0a\x67\x5d\xfe\xf9\x2f\xe6\x05\x83\x89\x9a\xf5\x4f\x3d\ \xd1\x3e\x68\xe2\x75\xd7\xca\xc3\x8f\x3c\xf4\x6c\x03\xb2\x44\x8c\ \xcc\xba\xf3\xdf\x2e\xa9\x74\x1f\xf9\xcb\xaf\xd7\xd7\x19\xc5\x65\ \xc3\xee\xfa\xdc\x95\xcb\x5f\xb8\xff\xc5\x8d\xcd\xf9\x19\x6c\x7f\ \x55\xec\x46\xd3\x84\xd8\xc1\x85\x2f\xce\xaf\xaa\x6d\x6d\x27\x45\ \x9f\xff\xfa\xdd\x5b\xee\xff\x65\xdd\xf0\xbb\xbe\x7e\xdd\xc8\x5d\ \xaf\x3e\xf1\xf0\x96\xec\x1f\x7c\xef\xd6\x80\x90\xbc\x7d\xff\xc6\ \x1a\x32\xe3\xfa\xfe\x46\xd8\xf8\xfc\x6d\x17\xfc\xe2\xf9\xe7\x0e\ \x8d\xfc\xdc\x7b\x2f\xbc\x5d\x79\xe5\xe7\xc7\x97\x15\x8e\xbc\xeb\ \x8e\xf5\x3f\x79\xe2\xdd\xbd\x13\xb3\x37\xce\x6f\x2d\x9b\xf3\x8d\ \xa9\x7d\x43\xde\x9d\xd3\x56\xfe\xcf\xf3\x8b\x76\xdc\xde\x6f\xdf\ \x92\x9a\xbc\xaf\x7c\x61\xf6\xe0\x68\xfc\xf2\x15\xdf\x9d\xfb\xca\ \xea\x6f\xce\xe4\xaf\x6c\xc1\x3b\x7f\x70\x6d\xd0\xde\x27\x69\x49\ \xb0\x71\xdd\x1b\xab\xe6\xdc\x3a\xa5\xf4\xd0\x7b\xaf\x6e\x6a\xce\ \x28\x0b\x0b\xc7\x83\x44\x0b\xf6\xc9\x8d\x6e\x7c\xe7\xb5\xc3\x93\ \xbe\x56\x6e\x35\x2f\x5c\xb8\xdc\xcc\xec\xa3\x77\x74\x80\x0c\x91\ \x40\xc1\xf9\x97\x5c\x7f\xe9\x88\x0c\xf0\x9a\x9f\xfc\xf5\xf7\xfe\ \xfe\xf4\x7b\xbf\xfd\xda\x78\x62\x65\x8d\x9f\x75\xed\xf5\xd3\x0a\ \x00\x12\xaf\xfe\xf1\x7b\x0f\x3d\xf1\xc2\xb0\xff\xbe\x79\x4c\xbf\ \xd0\xfa\xcd\xfb\x2e\xae\x9c\x00\xa8\x76\x00\x3e\xcb\xb7\x33\x4a\ \x3d\xd7\x7d\x7e\xfe\xfc\xc5\x8b\x17\x87\x42\x21\x21\xc4\xf8\x09\ \x13\xf0\xfd\xeb\x41\xc3\x69\xd5\x83\xd6\x0c\x2b\x68\x59\x06\xb6\ \x3c\xfa\xc7\x9f\x6f\x6c\x33\xb2\x48\xcc\x89\x8e\xfa\xd6\x7f\xdd\ \x45\x76\xbc\x71\xdf\xdc\x65\x34\x14\x2a\xad\xbc\xe0\xd3\x37\x4d\ \xab\x5a\xfe\xfc\xe3\xaf\x6e\x24\xba\x4c\xe8\x15\x9f\xff\xfa\xe7\ \x23\x3b\x5e\xf9\xf9\x43\x8b\xf5\xdc\xe2\xf1\xb3\xae\x08\x86\xad\ \x23\x1b\xde\x78\xb2\x6d\xeb\xa4\x2b\xee\x9c\x55\x99\x29\xba\x5d\ \xad\xdf\x59\x0f\xda\xef\x83\xbd\xb2\x1e\xb4\xf0\x25\xcc\xe3\x50\ \x7c\xde\x55\x97\xae\xfb\xd5\xaf\xef\xf9\x41\xa8\x60\xdc\xb7\x2f\ \x1b\xba\x76\xde\x2f\x97\x37\xe4\x7c\xf5\x33\x97\x35\xad\x7b\xee\ \xa1\xe7\x17\x8c\x2f\x9e\xb9\x6e\xc3\xd1\xf1\x5f\xfd\xe1\x35\xe3\ \x4b\x18\x65\xbb\x92\x4e\xfe\x90\x8b\xbf\xfb\x9d\x4f\x59\x90\x78\ \xe1\x0f\x3f\xda\xab\x8f\xfa\xf2\xa7\x26\xed\x7c\xf5\x6f\x73\xe7\ \x2d\x9e\xfe\xad\xb1\xf5\x6d\xf2\x8a\x2f\x7d\xfb\xb2\x41\xd9\x35\ \xeb\xe6\xbd\xb8\xc6\xfd\xfc\x0f\x7f\x3a\xdc\x3c\xfa\xa7\x1f\xff\ \xde\x76\x6c\xc8\xe8\x7f\xf9\xf5\xb7\x76\xc4\x9a\x5e\xf8\xeb\x83\ \x4b\xd6\x36\x5f\x7c\x5e\xf9\xbd\xeb\xb7\x26\x61\xe8\xae\x43\xd5\ \xb9\xc3\xa6\x86\x89\xf4\x08\x75\x1a\x0f\x25\xb4\x60\x41\xb6\x86\ \xdc\x2d\x9f\x7a\xcd\x85\xeb\x7f\xf3\xab\x1f\x7c\x2f\x52\x31\xe5\ \x5b\x17\x0d\x13\x9e\x6b\x14\x4d\xb8\xed\x92\x75\xf7\xfd\xef\x8f\ \xf4\x60\xfe\x2d\xdf\xbc\x34\x24\x3d\xae\xe7\x5e\x7f\xe7\x35\xbf\ \xfa\xd3\x9f\xee\xd1\x02\xe7\x5d\xf7\xb5\xc1\x51\xe9\x89\xd0\xe5\ \xb7\xdd\xba\xe3\x7f\x1f\xf9\xce\x3a\x73\xcc\x9c\xbb\x27\xe4\x31\ \xe7\x70\x7b\x52\xeb\x7b\xc3\x95\xc5\x2b\xde\x59\x74\xc9\xf0\x4b\ \xdf\x78\x77\xcf\xd4\x6b\xaf\x3b\xb4\x6e\x6f\xbb\x03\x5e\x7d\xac\ \x62\xf2\x35\xe5\xde\xa6\x85\xab\x0f\x5e\x9f\xb3\x6e\xbb\x37\xf0\ \x86\x8b\x63\xbb\x1b\xeb\x01\xfa\x12\x44\xd7\xb5\x01\xc2\x52\xcf\ \x9e\x32\x79\xf2\x8a\xf9\x5b\x5a\xdc\xd1\x04\x24\xf7\x1c\x00\x0f\ \x21\x38\x7e\xd6\xf9\xcf\xfc\x71\x67\x75\x02\xca\x0a\x72\x97\xec\ \xab\x75\x51\x12\x54\xe5\x5c\xce\xb2\xdd\x4a\x14\x52\x8c\x1b\x37\ \x76\xdc\xb8\xb1\x52\xca\x50\x28\x24\x04\x4f\xd7\x80\xed\xa1\x1e\ \x34\x4a\x3c\x5e\x29\x29\xe5\xda\xe3\x29\xc1\x01\x44\x04\x02\x82\ \xc7\xeb\x62\x70\xe1\x67\xbf\x73\x6d\x9f\xfa\x3f\xfc\xf0\xd7\x8b\ \x77\x5c\x58\xb6\x65\x63\x43\x70\xf8\x4f\xfe\xeb\xa6\x6c\x43\x23\ \xed\x7b\x9e\x7c\xf6\xad\x8c\x99\x9f\xbe\x72\x84\xfe\xf4\x1f\xfe\ \xf4\xdc\xbb\xb3\x6e\xa4\x75\x46\xd9\xd4\xef\x7d\xf7\xf6\x08\xc4\ \x9f\x5b\x2f\x46\x5e\xfa\xd9\x6f\x5e\x33\xc4\x73\xdd\x9e\x76\xd0\ \x26\x40\x30\xb5\xdc\x9b\x42\x6f\xad\x07\xed\xfb\x35\x14\xd1\x75\ \x69\xf4\xe2\xab\x66\x2f\xfc\xf1\x83\xa3\xef\xba\x3a\x8f\xb5\x2d\ \x3e\x76\x2c\x11\x8f\x2e\x7e\xf5\x65\xc1\x61\xcc\xc8\xfe\xa1\xac\ \xbe\x37\xde\x76\xc1\xf3\xf3\xef\xdb\xb7\x7a\xc4\xf5\xb7\x5d\xef\ \x17\xb5\x90\x00\xe0\x36\x1e\x6e\x6c\x4a\xb8\x55\x0b\x5f\xae\xf5\ \xbc\x9c\xb1\x43\xcb\xd0\x73\x29\xd5\x74\xc6\x28\x83\x9a\xa3\x35\ \xb4\x68\x44\x65\x61\x40\x4f\x86\xa3\x41\x9d\x50\x71\x70\xdd\xab\ \x0f\x3d\xbf\x3a\x94\x93\x59\xdd\xe2\x0c\x72\xec\xb2\x71\xe7\x59\ \x0b\x16\xec\xda\xbd\xe7\x70\xbd\x18\x79\x61\x89\x14\xae\x90\x06\ \x77\x6d\x09\x84\xa1\xe0\xdc\x93\x46\xe6\x9c\x2b\x67\xbf\xfb\xbd\ \xfb\x27\x7e\x79\x4e\x01\xb3\x13\xae\x20\x92\x8c\xb8\xe8\x8a\xb2\ \x45\x6b\xec\x11\x77\x4c\x2a\x35\x92\x09\x07\x81\x67\x0e\x9e\x39\ \x6b\xe0\xab\x73\x1b\x07\xcd\x99\xd6\xcf\x4d\x26\x38\x82\x55\x3a\ \xfe\xf2\x09\xaf\xfc\x62\x75\xe6\x9c\x0b\x46\xa1\x14\x89\x64\xac\ \xdd\xd5\x2a\xcf\xbb\xa8\x71\xcf\x9f\xef\xff\x7b\x75\xdc\x1c\xf6\ \xb5\x49\xfd\x1f\x5c\xb5\x31\x9e\x4c\x24\x63\x31\x1e\x2c\x9f\x33\ \xc9\xfc\xfd\x33\x8f\xfd\x95\x39\x43\x2e\xfa\xc2\xe0\xe6\x17\xd6\ \x1f\x6c\x71\x44\x1f\xbf\xc0\x17\x00\x52\x00\xc7\x49\x72\xa2\xa5\ \x37\x30\x92\x80\x08\x04\x3c\x3b\x2e\x19\x20\x80\x46\x89\x74\x1c\ \x2e\x04\x15\x2a\xc2\x70\xd6\xa1\x94\x0e\x18\x30\x80\x50\xea\x6f\ \x26\xca\x39\xf7\xe7\xfc\x64\x8f\xf5\xa0\x31\xbd\x25\xc2\x49\x83\ \xfd\xe3\x99\x0e\xf2\x78\x3d\x68\x41\x19\x65\x94\x6a\xa1\xfc\xb2\ \x92\x8c\xc3\xf5\xf1\xeb\x2f\xbb\x7e\xff\x53\xcf\xfd\xfa\xa7\xbf\ \x39\xef\x92\x1b\x2e\xea\x7b\xec\x58\x47\x32\x73\xcf\xaa\x97\x0f\ \x72\xbd\xcf\xc8\x81\xb9\x96\xd7\x04\x9a\xae\x33\x46\x29\xa4\xeb\ \xb6\x81\x10\x52\x9c\x58\x4c\x9c\x00\x9c\xbc\x3d\x2b\xa5\xa9\x3e\ \xd8\xfb\xea\x41\x4b\x89\x28\xa5\xe0\x52\x22\x4a\x57\x0f\x86\x73\ \xf3\xf2\x33\x23\x14\x24\xcd\x8e\x64\x46\x0a\x2a\xef\xfc\xf2\x8d\ \x11\x70\x5c\x4f\x20\x42\xd6\xf9\x9f\xfa\xfe\xc4\xf3\x1e\xfe\xc5\ \xaf\x1e\x7e\xa1\xff\x67\x8b\xf5\x44\xac\x39\x66\x73\x53\x9a\xd9\ \xc1\x48\x4e\xe9\xe4\x2f\x7c\x6e\x26\xf3\x6c\x8e\xba\x9e\xd8\x2e\ \x24\x72\xee\x4a\x29\x72\xf3\x72\xc4\xb1\x2d\xbb\x8e\x5d\x32\x26\ \xea\xba\x5c\x6a\xbc\x6d\xc5\xd2\x37\xa0\xf2\xd6\xff\xbe\x6b\xfa\ \xeb\xbf\xfb\xce\xb6\x44\xc2\xcc\x1f\x38\xa1\x2f\x9f\x37\xf7\x05\ \x34\xfa\x5e\x56\x92\xe1\x39\xae\x04\xa0\x81\x2c\xc6\xed\xe6\x98\ \xd7\x3f\x53\x70\xc7\xd5\xad\x50\x5e\x41\x61\x5e\x80\xda\x2e\x97\ \x42\x82\x74\xb9\x11\xc8\xcd\x29\x4c\x64\x87\xa5\xeb\x08\x21\x00\ \x84\xeb\xd2\xcc\xbc\xbc\x7c\x9e\xa9\x83\xe7\x71\x8e\x00\x9e\x43\ \x03\xb9\xf9\x45\xf9\x01\x9d\x08\xce\xa5\x6d\x27\x1c\x44\x0c\x15\ \x5d\x34\xa5\xef\xb7\xee\x7b\xef\xea\xaf\xdf\x5d\x10\x6a\x04\x99\ \x48\xda\xb1\x8e\xa4\x47\x02\x22\x6f\xc8\xf4\x61\xc6\xbc\x79\xcd\ \x13\xee\x1a\x57\xde\xb1\x08\x3d\xbb\xc3\xe6\x12\x24\x00\x22\x0a\ \xde\x7c\x64\xf3\x8b\x6f\xad\x28\x3a\xef\xcb\x59\x4c\x70\xdf\xc7\ \x12\xbc\xb5\x61\xff\x2b\xcf\x2d\x29\x1f\x79\x75\x71\x90\xaf\x6b\ \xe9\xd0\xb2\x06\x11\x21\x7a\x67\x5e\xdd\xc7\x0f\xc1\x8f\x6f\xcb\ \xee\xdf\x7e\x51\x4a\x79\xca\x9e\x6e\xd2\x97\x04\xc1\x85\x90\x7e\ \x9d\xc5\x1e\x6e\xce\x44\x8a\x54\x3d\x68\x29\x04\x22\x0a\xcf\x05\ \x21\x85\x44\xf0\x1c\x9a\x3d\xea\xce\xaf\xfe\xbf\xaa\x95\xcf\xfc\ \xf4\xc9\x07\x0b\xbe\x75\x5b\x41\x38\xd2\x6f\xfa\x75\x77\x4c\x29\ \x4a\xc6\x6d\x62\x9a\x7b\x5f\xe6\x28\xb9\xe7\x7a\x82\xa0\x86\x5e\ \xac\xb9\xc5\xf3\x5c\xd7\xf1\x28\x25\xef\x33\x3b\xe0\xb7\x59\x76\ \xd7\xe6\xde\xe1\x2f\x48\x94\x44\x4a\x89\x00\x52\x70\xcf\xb6\x1d\ \xd7\x75\x5d\xc7\x1c\x3f\xeb\xca\x6d\x0f\x3e\x76\xcf\x0f\x77\x64\ \x99\xd6\xb0\x99\x57\x5c\x58\x69\xcc\x7d\xfc\xb9\x3a\x66\x36\x3b\ \x91\xa1\x15\x59\xf9\x03\x46\x47\xde\x78\xf4\xa7\x3f\xa8\x1e\x31\ \x61\xd6\x25\xd7\x5c\x53\xf5\xe0\xb3\x3f\xf8\xe1\x7b\x61\x2d\x38\ \xf9\xaa\x9b\x66\xf7\x25\xae\xeb\xba\x9e\x70\x12\x4e\xfe\x88\x19\ \xb3\x47\xee\x7b\xe0\x57\x3f\x2e\xce\x66\x07\x6a\xe5\x80\x60\x46\ \xdf\x31\xe3\x57\xbd\xf2\xc2\x2f\xeb\x57\x1c\xdb\xd5\x38\xb0\x8f\ \xe6\x41\x74\xfa\xf9\xe3\x9e\xff\xd1\x63\xc3\x6f\xfc\x76\x51\x50\ \x38\x49\x8e\x20\xf5\x8c\x3e\x25\x2c\xbe\x6f\x6f\xdd\x84\x49\xb9\ \xc2\x13\xd2\x75\x9d\x64\xd2\x76\xb8\x14\x82\x73\x09\x04\x04\xe5\ \x8e\x6d\x3b\xae\x2b\x84\xf0\xe7\x1d\xa9\xc6\x5d\x27\x69\x3b\x8e\ \xe7\x09\xca\x85\x00\xa0\x4c\x78\x8e\x93\xb4\xa9\xe7\x09\x49\x65\ \x32\xd1\x11\x17\xc8\x1d\x37\x6f\xd4\xa5\xff\xf5\xad\x31\xc5\x95\ \x39\x9e\x5d\x27\x45\xac\x3d\x1e\x6b\x8f\x25\x45\x88\xb8\xd2\x9a\ \x71\xf3\x37\x06\x78\x99\x59\x54\xc4\x34\x8c\x77\xb4\xd8\x82\xe9\ \x58\xff\xea\xd3\xf7\xed\x78\x43\x6b\x6e\x6e\xc9\x1a\x7c\xf5\x67\ \x2e\x19\x81\x5e\x8b\x2e\xdb\x96\xce\xbf\xbf\x71\x65\xa0\xa5\xa9\ \x25\x54\x3e\xe3\x33\xd7\xcf\x0a\x24\x6a\x76\x1e\xac\x2b\x9f\x5a\ \x42\x38\xe7\x5c\xe9\xc2\x59\x8d\x95\xa7\x66\xf4\x28\xa5\xa9\x69\ \x45\x21\xa4\x94\x04\x3a\x87\x0b\xdd\x59\x78\x6a\x03\x09\x49\x52\ \x33\x14\x98\x1e\xe6\x77\xa6\x33\x10\xc1\xc1\xf3\x5c\xd7\xf3\x04\ \x17\xae\xeb\x7a\x9c\x83\x40\xcf\xf5\x80\xf0\x6d\x4b\xe6\xbd\xbe\ \xf2\x80\x86\x6d\x05\x15\xfd\x0a\xf3\x07\x5d\x3b\x67\xc4\x03\x4f\ \xfd\x7a\xcf\xa2\x3c\xc3\x2c\xbc\xe1\x73\xb7\xa1\xe4\xae\xcb\x39\ \xe7\x0e\x6a\x23\xc7\x0e\x59\x32\xf7\xb1\xef\x1f\x7c\x6f\xe2\x05\ \xd7\x5d\x32\xb1\x98\xbb\x02\x53\x73\x84\xc7\x2b\x43\x11\x42\x09\ \xa0\x3f\xde\xf1\x5d\x94\xd3\xf7\x17\xce\x24\xdf\x31\x60\x44\xde\ \x58\xff\xa7\xc5\x5b\x1e\x0c\xf4\x90\xd7\xe4\x78\xf1\xe1\x15\xb3\ \x6f\xbb\xe0\x37\x7e\x5e\x13\x63\x6c\xdb\x96\x4d\x43\x86\x8f\x24\ \xe9\x8d\x2a\x41\x24\xeb\xea\x5b\x02\xd9\x05\x51\x9d\x00\xd3\x79\ \xac\xf1\xd0\xd1\x63\xb6\xd0\xf3\x8b\x4b\x73\x42\xa4\xf6\xc8\xe1\ \xe6\x38\x0f\x66\x15\x54\x94\xe4\x68\x94\x74\xd4\x57\x1f\xa9\x6b\ \x0d\xe6\x14\x55\x94\xe6\x3b\xcd\xd5\x87\x8e\x35\x70\x12\x28\x2a\ \x2d\xcd\x0a\x60\x7d\x5d\x93\x95\x5d\x10\x31\x08\x12\x4d\x93\xc9\ \xa3\x87\x0f\xb7\x24\x78\x20\x9a\x53\x54\x90\x1b\xd2\x65\xdd\xd1\ \x43\x75\xad\x49\x3d\x98\x51\x58\x58\x94\x95\x11\x96\x0d\x6b\x7e\ \x79\xef\x9b\xb3\xbe\xf0\x8d\x29\x45\xcc\xe1\x08\x00\x86\xa9\x6f\ \x7b\xed\x81\x67\x77\x67\x7e\xe3\xab\x37\x65\x12\x4f\x78\x89\x86\ \xfa\x96\x50\x5e\x61\x48\xa7\xe9\xa9\x6b\xd9\x5c\x5f\x2f\x03\xd9\ \xb9\x51\x03\x53\x53\xad\x24\xd9\x5a\xdf\xe6\x99\xf9\x79\x99\x44\ \x4a\xdf\x80\x9c\x58\x53\x53\x92\xe6\xe7\x65\xeb\x04\xdc\x44\x5b\ \x7d\x9b\x97\x97\x9f\x63\x30\xaa\x6b\x8c\x7b\x1e\x4a\xb7\xa1\xa1\ \xd1\xca\xca\x93\xed\xcd\xae\x91\x91\x17\xb5\x08\xd3\x34\x90\x9e\ \x40\x2f\xd1\xd4\x18\x83\xfc\xbc\xcc\x8e\xfa\xa3\x75\xad\x09\x89\ \x34\x9c\x5d\x50\x5e\x9c\x47\x85\x2b\x50\xb6\x35\xd4\xd4\x37\x77\ \x70\x24\xc1\x8c\xbc\xb2\xd2\x82\xa0\x4e\x8e\x6d\x78\xed\x4f\xf3\ \xf6\xdc\xfd\x1f\xff\x36\x20\x82\x9e\xca\x6e\x3a\xdb\x83\x08\x42\ \x6d\xc7\x7e\xe5\x95\x05\xc7\x6a\x6a\x00\x71\xe2\xa4\x89\x53\xa7\ \x4c\x01\x80\x40\x20\xb8\x7d\xdb\xe6\xdc\xbc\xfc\xcc\xcc\x74\xdd\ \x57\x4d\xdf\xb6\x75\xd3\x80\x41\x95\x86\x61\xf8\xd3\x99\x08\x27\ \x6d\x38\xd5\x65\x8f\x17\x4a\x12\xad\x8d\x6d\x9e\x55\x94\x6b\x35\ \xd4\x36\x9a\x59\xf9\x99\x16\xb4\x34\xd4\x73\x2b\x33\xc0\xdb\x8f\ \xd6\x34\x72\x16\x28\x2e\x2d\xcf\x09\xeb\x48\xb0\xf9\xd8\xa1\x9a\ \xa6\x98\x1e\xcc\x2a\x2d\x2f\xa6\xf1\xc6\x66\x5b\xcb\xcf\xcb\x20\ \x08\x94\x8a\xfa\xa3\x87\x1b\xda\x79\x5e\x49\x79\x5e\x86\xd9\x25\ \xd6\x94\x4a\xe0\x4e\x25\x38\xa5\xf6\xe3\xa6\xc1\x60\x70\xe7\x8e\ \xad\x99\x59\xd9\xd9\xd9\x39\xa7\x53\x9d\xe5\x0c\xfd\x05\x29\xb9\ \x27\x6c\x4d\x74\xbf\x9f\xb5\x27\x1c\x21\xbb\xd6\x45\x25\x42\xa6\ \x77\x01\x97\x52\xa2\x04\xb0\x8a\x4b\x4a\x05\x77\x38\x12\xf0\x6c\ \x16\xcc\x1a\x34\x34\x97\x00\x72\xee\x09\x09\x25\x03\x86\x94\x13\ \x82\x28\x3c\x8f\x7b\x02\xc2\xf9\xa5\x23\x8a\xca\x25\xe7\x9e\x63\ \x1b\x19\x85\x43\xb2\x8b\x09\x20\xf7\x3c\x2e\xa1\xa0\xa4\x54\x0a\ \x4f\x4a\x04\xf0\x38\x35\x4a\xfb\x57\x96\x13\x82\x28\xb9\xe7\x79\ \x92\xe6\x57\x0c\x2a\xea\x43\x80\x50\xb4\x6b\x5e\xfb\xc7\x3f\x36\ \xee\xad\x2e\x9f\x72\xed\xf8\x62\xd3\x76\x53\x85\x59\x5d\x8e\x43\ \xa6\x5e\x34\xf0\xc0\x5b\x07\x6b\x5b\x47\x17\x05\x91\x05\x8a\xca\ \xc3\xc2\xf3\xd2\x17\x0e\x11\x21\xb7\xa8\x04\x24\xef\x2c\xc4\x88\ \x02\x03\x59\x85\x61\x82\x5e\xba\xbc\x24\x22\x1a\x91\xbc\xb2\x0c\ \xf4\x3c\xce\x81\x68\x81\x8c\xf2\x08\xe1\x1e\x97\x42\x3a\x82\x03\ \x00\x10\xbd\xa0\xb8\x4c\x72\x4e\x0a\x8a\x89\x7f\x28\xe9\x0a\x3f\ \x2e\x1d\xca\x2d\x8d\x80\xe7\xf1\xac\x92\x7e\x79\xa5\x04\x00\xa5\ \x94\xdc\xb3\xfd\xc8\x41\x66\x61\x79\x6e\x31\xf5\xdd\x40\xce\x5d\ \x0f\xc5\xfe\x03\x47\x87\x5d\x78\x49\xbf\x2c\xe2\x39\x2a\xb1\xe9\ \xac\xc3\x91\x5b\x96\x39\x75\xda\x94\xa7\x9e\x7a\xba\xb4\xb4\x74\ \xec\x98\x31\x12\x53\x69\x0a\x27\xcf\xf9\x91\xd4\x2c\xe0\x71\x0b\ \x3f\x61\x5b\x6b\xe8\x9a\xe9\x83\x02\x83\x59\xf9\x11\x22\x3d\x0f\ \x0b\x4a\x4a\x50\x78\x9e\x80\xcc\x82\x12\x22\xb9\x84\xc2\xa1\x79\ \x25\x04\x50\x70\xee\x71\x0f\x08\xcd\x2e\xee\x97\x57\x9a\xea\x0b\ \x10\xcd\x2b\xc9\x44\xcf\x13\x08\x20\x24\x2b\xac\x18\x58\x4c\x40\ \x70\x8f\x9f\xb0\xa5\xb5\x4c\x6b\x03\xf1\x37\x91\x40\x92\x5e\xaf\ \x94\xda\x59\x97\x9c\x2d\x7f\x81\x12\xda\x91\x6c\x8a\xd9\x2d\x94\ \x74\x9f\xfe\x80\x28\x4d\x23\x9c\x19\x2a\xf4\x4b\xbc\x32\x4d\xdb\ \xba\x69\x63\x79\xdf\x7e\x19\xd1\xa8\xeb\xb9\x12\x91\x1c\xbf\x60\ \x04\xce\x7a\x45\x4c\x42\xd0\x39\x76\xe8\x70\x82\x46\xfb\xf4\x29\ \xd2\xe5\x09\xf7\x59\x42\x89\xe7\x38\x48\x34\x5d\xeb\xf5\xa5\x28\ \x10\x5d\xd7\x65\x46\x40\x23\x02\x55\x2d\xbc\xb3\x3f\x8e\xe8\xdc\ \x79\xa1\xa5\xa5\xc5\x0a\x58\x01\x2b\x20\x84\xa0\x8c\xe9\xba\xbe\ \x65\xe3\x86\x3e\x7d\xfb\x45\xa2\xd1\x2e\xfe\xc2\xe6\xc2\xa2\xa2\ \xdc\xdc\x3c\xc7\x75\x25\xca\x2e\x16\xde\xe9\x32\x9c\xab\x36\x13\ \x7f\x26\xc2\xaf\x08\x4d\x80\x00\xa5\x4c\xd7\xf5\xad\x9b\x37\x96\ \x95\x57\x64\x64\x64\x9e\x8e\xbf\x70\x66\xeb\x29\x91\x52\x9d\x11\ \xed\x7d\x3e\xae\x44\xd9\xe9\x32\x50\x4a\x1b\x1b\x1a\x0e\x1d\xaa\ \x1a\x3c\x78\x48\x38\x1a\x4d\x6d\xd2\x05\x29\x21\x83\x0f\xba\x00\ \xe2\x8c\xae\x98\xae\xeb\x94\xa0\xe7\x75\xb3\x57\x03\xa5\x14\xf0\ \xa3\xb1\x41\xe4\x47\xa8\xa9\x1f\x7d\x5d\x80\xce\x42\xeb\x4c\xd3\ \x50\xa2\x44\x49\x80\x70\xee\x1d\xd8\xbf\x4f\x48\x51\x59\x39\xb4\ \xd3\x6a\x29\xa5\xad\x2d\x2d\xfb\xf7\xed\x1d\x30\x68\x50\x46\x46\ \x56\x7a\x6b\x6b\x3f\x71\x80\x40\x37\x4b\x19\xce\x62\x9b\xbb\x76\ \x27\x42\x28\x00\x70\xc1\x0f\x1e\xd8\xef\xba\xee\x90\xa1\xc3\xce\ \xe2\x7a\xca\x33\x33\xe8\x86\x86\xfa\xea\x23\x87\x85\x10\xa9\xeb\ \x74\x92\x8e\xaa\xfb\x9f\xa2\x77\x79\x67\x90\x0e\x19\xa6\xcc\x13\ \xd3\x89\x42\x99\x59\xd9\x15\x7d\xfa\x9e\x54\x70\x9d\x31\xd6\xd4\ \xd4\x70\xe4\xf0\x21\xcf\xe5\x94\xa4\x2d\xfc\xe4\x09\xc4\x73\xd1\ \xe6\xae\x27\xec\x6c\x73\x46\x66\x66\x9f\xbe\xfd\x4f\xb3\x48\x3c\ \x9c\xcb\xba\xaf\x94\xd2\xce\xed\xbd\x14\x8a\x8f\xfa\x10\xe3\xd4\ \x0e\xe6\xa7\x36\xf4\xce\xa2\x01\x3d\xb5\xf9\x5f\x1c\x77\x3c\x03\ \x3a\x47\x35\xca\x0b\x56\x7c\xb4\x3d\x89\x1e\x7a\xd7\xe9\x57\x61\ \xef\x3d\x6d\xee\xf1\x2e\xae\xbe\x66\x85\x42\xa1\x74\x41\xa1\x50\ \xf4\x9a\x71\x44\x3a\xa9\x49\x65\xe3\x28\x3e\xd2\x10\x4a\x99\x1f\ \xcc\xfb\xe8\x58\x38\xa1\x94\x9e\x54\x42\xaa\x57\xe8\x02\x21\xa4\ \xa3\xa3\x3d\x99\x48\xaa\x52\xf1\x8a\x8f\x34\x88\x92\x51\x96\x91\ \x95\xa5\x69\x5a\xd7\x6e\x46\x08\x89\xc5\x3a\x12\xf1\x44\x2f\xb4\ \x70\x44\xa4\x94\x64\x66\x66\x6b\xba\x76\x9a\xd2\x70\x66\xba\x80\ \x8c\x1a\x1a\x33\x7a\x4a\x48\xf2\xb7\xfd\xe5\xc2\x4e\xaf\xee\xa2\ \xb1\x58\x7b\x32\x99\x28\x2d\xef\x63\x18\x86\xb2\x2d\xc5\x47\x58\ \x17\x00\x1b\xeb\xeb\x9b\x9b\x1a\xf3\xf2\x0b\x3a\xa7\x31\x09\x21\ \x89\x44\x3c\x1e\x8b\x95\x96\x55\x98\x96\xd5\x0b\x9b\xdd\xd8\x50\ \xdf\xd4\xd4\x90\x5f\x50\x78\x9a\x5e\xc3\x99\xe8\x02\xa5\x5a\x53\ \xfb\xe1\x96\xf8\x31\x4a\x58\xb7\x6f\x90\x28\xc3\x56\x56\x41\xd6\ \x00\x7f\xb7\x08\x42\xa0\xbd\xad\xad\xb4\xbc\xc2\x30\x8c\xce\x2a\ \x9a\x70\x62\x69\x4d\x65\x70\x8a\x5e\x3a\x6c\x20\xa4\x6b\x1d\x57\ \x4a\x69\x5e\x7e\x41\x47\x7b\xbb\x63\xdb\x56\x20\xd0\xb9\x42\xa9\ \xad\xad\xb5\xb0\xa8\xc4\xaf\x10\xfd\xa1\x5b\x78\xa7\xcf\x82\x69\ \xd9\xca\xcd\xcb\xef\x68\x6f\xb3\x93\xc9\x40\x30\x78\xb6\xfc\x05\ \x4b\x0b\xad\xdf\xf7\xf2\x9b\x1b\xef\x0b\x9a\xd1\x6e\xdf\x60\x7b\ \xb1\x51\x7d\x2e\xb9\xfb\xa2\x3f\xdb\x6e\x87\xff\x8a\x90\xd2\xd0\ \x0d\xbf\xa4\x00\x74\xa9\xb1\xfb\x7f\x9f\xda\x21\xdd\x0e\xf5\xfe\ \xc9\x60\x8b\xf9\x65\xb7\xd2\x32\x47\xd3\x39\x84\x94\xb1\x33\xad\ \x0d\x4d\x28\xa3\x44\x7e\x34\x6a\x22\xa0\x5f\x34\x5b\xd5\x95\xfe\ \x40\xae\x78\xea\x9e\x27\x25\xf5\x0b\xf4\x75\x31\x5d\x42\x40\x08\ \xa1\xeb\x46\x67\x8e\xc0\xbf\xd0\xc2\x7b\x30\x7b\x4a\x00\xe5\xe9\ \x19\xbe\x94\x92\x31\x46\x19\x13\x52\x9c\x45\x7f\x01\x01\x35\x66\ \x58\x46\xd8\xd4\x43\x3d\xbd\x47\xd7\xac\x13\x32\x15\xfc\x7a\xd0\ \x28\x31\x55\xec\xfc\xf8\x2f\xc4\x99\x57\x30\x25\x9a\xc6\xd7\xbe\ \xf6\xd4\x91\x8c\x29\xd7\x4e\x1d\x2c\x4f\xaf\xba\xae\xc6\xc8\x8e\ \x77\x9e\xaf\x32\x86\x5d\x3a\xad\x12\x39\x07\x00\xcf\xb1\x81\x6a\ \x8c\x51\xc2\x3b\xf6\xee\x3a\x18\x2c\x19\x58\x14\x31\xe4\x07\x94\ \x1a\x8d\xc4\x97\xbd\xf2\xaa\x36\xe2\xca\xc9\x7d\x82\x20\x39\x3f\ \xb9\xa0\x73\xaa\x3c\x74\xd7\xba\xd2\xa9\x2a\xd2\x5d\xea\x4a\xfb\ \x7f\x47\x98\xc6\x08\xa0\xe0\x84\x9d\x50\x35\xf8\xe4\xba\xd2\x52\ \xf0\x94\x7e\xf9\xc7\x90\x9c\xe3\x09\x25\xa4\x51\x0a\x21\xf1\xc4\ \x93\x02\x20\x80\xb7\x65\xf1\x6b\xf5\x19\xa3\x66\x8f\x2b\x17\xaa\ \x7c\x6c\x4f\xdf\x68\xfa\x62\x1d\xbf\xfd\x76\xe6\x05\x75\x57\x0f\ \xda\x2f\xcb\x02\xe9\xb5\xd5\x9d\x65\x63\xcf\x52\x3d\x68\x29\x1c\ \x2e\xa9\xae\xd3\x13\x57\x6f\x1d\xff\x8e\x3b\x5f\x39\xbe\xaa\xb3\ \x37\xd6\x65\x11\xfe\xfa\x33\x42\x29\xd9\xff\xee\xfc\x17\x56\xef\ \x25\x4c\x33\x23\x79\x63\xa6\xce\x9a\x32\xac\x44\x72\x0f\x81\x76\ \xda\xb4\xf0\x3c\xaa\xeb\x04\x80\x7b\x1e\xd1\x74\x46\x80\x7b\x1e\ \x61\x3a\xa3\x20\x25\x76\x56\xa1\x40\x29\x01\xc4\xb1\xfd\x9b\xf7\ \x95\x0c\x27\x00\x40\xfc\xee\x02\x00\x92\x7b\x02\x80\x68\xba\x76\ \x5c\x7b\x24\x02\x65\xfe\x1b\xea\x76\xac\xde\x1c\xc9\xbf\x7c\x5a\ \xa5\xa4\x8c\x3a\xd5\xcf\x3d\xfa\xfc\xe0\xeb\xbf\x3c\x26\x9f\x81\ \xdd\xf4\xce\x82\x17\x2b\xae\xfe\xb7\x92\xcc\xc0\xa9\xf3\xb7\x92\ \x7b\x12\x01\x48\x67\x3b\x91\xa7\xeb\x67\x51\x5d\x6b\xda\xf4\xd6\ \x0b\xcb\x8e\x7d\x7a\xd0\x9e\x47\x1f\xd9\x34\xe9\xaa\xdb\x87\x64\ \x13\x80\xe4\xe2\xa7\x9e\x93\x03\xc7\xbb\xbb\xd6\x99\xa3\x2e\x99\ \x35\xb2\x10\x01\xf6\x2c\x9f\xb7\xa6\xbd\x74\x88\x7e\x60\x9b\xa8\ \xbc\x6d\xce\x58\x8a\xd0\x71\x60\xd5\x2b\xcb\xaa\xfb\x96\xd1\x9d\ \x0d\xf9\xb7\xdf\x38\xd5\x40\xf0\x6a\xb7\x3c\xf9\xfa\x96\x19\x37\ \xde\xd0\xf0\xe6\xd3\x47\xb2\xc6\x5d\x7d\xc1\x50\xf0\x38\xd5\xb5\ \xa3\xeb\x17\x2e\xde\x09\xd7\xdd\x76\xb1\x56\xbf\xeb\xe9\xe7\x57\ \x4f\xb8\xe9\xe6\xc1\xd9\x1a\x17\xa0\x91\x8e\x85\x8f\xcf\x33\x46\ \x5d\x3a\x63\x64\xc6\xd2\x17\xe7\xae\xd8\xd5\xc0\x74\x3d\x9a\x5f\ \x31\xf5\xc2\x0b\x87\x95\x64\x4a\x91\xdc\xf8\xe6\x53\x6f\x6e\xa8\ \x63\x86\x16\xca\x2a\x9e\x3c\x63\xf6\x98\x7e\x39\x39\xc1\xf6\x47\ \xe6\xbd\x30\x60\xc8\xd7\x2b\x4c\x54\x4e\x43\x0f\x37\xbf\xd4\xbf\ \x8c\x52\x8f\x73\x8d\x31\xbf\x7c\xb1\xbf\x08\x41\x8a\x93\x6f\x1c\ \xa9\xf5\x94\x5d\xfb\x61\x0f\x75\x59\xa8\x46\xf7\xae\x78\x6d\x6d\ \x6b\xd1\x0d\x97\x8e\x36\x8e\x07\x29\x91\x7b\x1c\x08\xeb\xbc\x4d\ \x70\xcf\x3b\xc9\xd8\x08\xd3\x58\xca\xf8\xf9\x92\x67\x9e\x68\xac\ \xb8\xe2\x86\xf3\x8a\x00\x05\xe7\xa7\x64\x0c\x76\xa9\x16\x8f\x88\ \xa9\x36\x4b\x71\xfa\x8e\xf5\x39\xaa\x07\xed\x57\x96\xf3\xb3\xb5\ \xf7\xaf\x5a\x7a\x28\x96\x33\x63\xe6\xb4\x7e\x99\xde\x0b\xf7\xdd\ \xf3\xb7\x37\x36\x4b\xa6\x69\x9a\x38\xba\x7b\xc3\xa2\x37\x17\x6f\ \xd9\x5f\x4b\x75\xbd\xe9\xe0\xd6\x6d\x07\x8e\x21\xa5\x76\x7d\xd5\ \x8e\x3d\x47\x80\x12\xa7\xe5\xe8\xe6\xad\xfb\xdb\xda\x9a\xb6\xad\ \x5d\xfe\xf6\xa2\xb7\x96\xaf\xdf\xd1\x2e\x28\x00\x50\xa6\x69\x14\ \x10\x80\x61\x7c\xd7\xfa\x65\x8b\xde\x5e\x7a\xa0\x2e\xce\x74\x46\ \x88\x57\xb5\x6d\xdd\x5b\x0b\x17\xae\xd8\xb8\x2b\xc6\x29\xa1\x8c\ \xf2\xd8\xce\x75\x4b\x97\x2c\x5d\xba\xbf\xd9\x35\x0d\x86\x00\x08\ \x04\x44\xfc\xe0\x9e\xf5\x8b\x16\xbe\xb1\xe4\xbd\x75\x4d\x22\x3a\ \x7d\xce\x65\x43\x0b\x83\x6e\x5b\xed\xe6\x35\xcb\x16\xbd\xf5\xf6\ \x9a\x6d\xfb\x8f\x56\xed\x5a\xba\xf8\xad\x15\x1b\x77\x27\x90\x11\ \x4a\x35\x70\xf7\x6f\x5e\xf9\xe6\xa2\x25\xbb\x8e\xb4\x30\x8d\x21\ \x22\x12\x4a\x65\xfb\xe2\xc5\x2b\xcb\xa7\x5f\x3c\x7c\x60\x5f\x79\ \x60\xd5\xd3\x2f\xad\x04\xc2\x9a\x37\xbf\x31\x6f\xc5\xfe\xfc\x8a\ \xfe\x85\x66\xf5\xd3\x4f\xbd\xd0\x20\x08\x69\xdf\xf5\xcc\xd3\x6f\ \xeb\x79\xe5\xe5\x45\xe1\x15\xcf\x3e\xb1\xb6\xda\xa5\x24\xfe\xc6\ \xbc\xa7\xf7\x91\xc2\x41\x15\x79\xdb\x16\x3e\xb9\x78\x57\x07\x25\ \xfc\xdd\x17\x9e\xde\xdc\x12\x2d\x08\xca\x0d\x4b\x5e\xfe\xcb\xc3\ \x4f\xee\x69\xe2\x4c\xd7\x20\x71\x6c\xde\x63\xf7\xcd\x5d\xb8\x26\ \x41\x48\xa2\xf1\xf0\xcb\x4f\xfd\xf5\xd1\xd7\x36\x48\xc2\xa8\xc6\ \xea\x37\xbe\x76\xef\x03\x4f\x6e\xdc\x5f\x4f\x49\x72\xed\x8a\x25\ \x1d\xf9\xc3\x67\x4e\x1b\x9f\xe5\x56\xdd\x7b\xcf\xcf\x5f\xdb\xd2\ \x40\x99\xb7\x6d\xd9\xdb\xad\xa1\xf2\x19\xd3\x27\x17\xeb\xf5\x0f\ \xfe\xe6\x9e\x67\x56\x1e\x29\x99\x7c\xcd\x48\xab\x7a\xd1\xaa\x43\ \x84\xf9\xd7\x41\x3d\xba\x7b\x20\x32\xc6\x62\xf1\xf8\x83\x0f\x3e\ \xf8\xc6\xc2\x85\xe4\x84\x71\xbb\x84\x93\xea\x41\xa7\x9d\x89\x53\ \x0f\x72\xd2\x2b\x94\x90\xda\xbd\x9b\x96\x6f\x3a\x4c\x08\xd6\xec\ \xdb\xbe\xec\x9d\x45\x8b\x16\x2f\xdd\x5b\xd3\x46\x18\x63\x98\xdc\ \xb7\x79\xd5\xc2\x85\x8b\x36\xec\x3c\x2c\x29\xd5\x88\xb7\x7f\xd3\ \x8a\xb7\x16\x2d\xd9\x75\xb4\x8d\x69\x94\xc7\x1a\xb6\xad\x5b\xf1\ \xd6\x9b\xef\xec\x38\x54\x53\x77\x68\xdf\x8a\xc5\x0b\xdf\x5e\xf2\ \xde\xae\xda\x04\xa1\xa4\xa7\xf6\xe3\x09\xca\x85\xa7\x9f\x6c\xcc\ \xbe\xf3\x9d\xff\xfe\xa0\xdd\x5c\x67\xe6\xbe\x9a\xd5\x55\x75\x1b\ \x74\x66\x76\xfb\x06\x21\xbd\xfc\xcc\x7e\x23\xfb\x5e\xcc\x85\xeb\ \x0f\xe0\x9b\x1a\x1b\x73\xf3\xf2\x29\x65\x94\xe2\xbe\xd5\x4b\x13\ \xa5\xe7\xdf\x78\xe9\xa4\x81\xc3\xc6\x0e\xcd\x6e\x7d\xe4\xa9\x15\ \x23\xce\x9f\xda\xba\xfa\xd9\x3f\x3e\xbe\x38\x61\xb7\x2e\x7b\xf3\ \x6d\x37\xbf\xd2\x3a\xb2\xe0\xf7\xaf\x1c\x99\x3d\x6b\xdc\xbe\x17\ \xfe\xfc\xbf\xf3\x76\xcc\xba\xf2\xfc\x63\xef\x3e\xfa\xf7\xa5\x2d\ \xe5\x81\xc3\xf7\x3e\xf8\xaa\x34\x70\xfd\xc2\x05\x7b\x63\xd9\xe7\ \x8d\x28\xdb\xbb\xf6\xed\xa6\xc8\xa8\x29\x95\xd9\x6f\x3d\x76\xef\ \x53\x8b\x77\xdb\x6d\x55\x6f\xbe\xb9\x36\x7b\xf0\xe8\xb2\x6c\xba\ \x73\xdd\xda\xaa\x9a\xda\x8d\xef\xbc\xb6\xdf\x29\x9c\x38\x34\x67\ \xf1\x3f\x7e\xf7\xe8\xa2\xdd\xdc\x6d\xdd\xb1\x79\x5f\x6e\xe5\xe4\ \x49\xc3\x4b\x51\x02\xf5\x5a\x56\x2f\x5f\xd6\xc4\x43\x3a\xb1\xfa\ \x57\xb0\x67\xff\xfe\x77\x5e\x79\x61\xc6\x8e\x79\xbf\x79\x6c\x09\ \x31\xf8\xaa\x37\xe6\x2e\xde\x56\x27\x9d\xe6\xf7\x5e\x7d\xbd\xde\ \x18\x30\x7e\x70\xf6\xda\x05\x0f\x3d\xfb\x5e\x15\xf5\xea\x17\x2d\ \x5a\x1e\x1a\x38\xae\x22\x53\x43\xa2\x61\xeb\x81\x57\x16\x6c\x18\ \x77\xe9\x95\x7d\x73\x33\x06\xf6\x0d\x2d\x7c\xee\xe5\x40\xbf\x3e\ \xcb\xe7\xcd\xcf\xbf\xe8\x73\x97\x8f\x2c\x2c\xec\xd7\xef\xf0\x3b\ \xf3\xf7\x90\x3e\xc9\xf5\x2f\xee\x0c\x4d\xfb\xc2\xb5\xe3\x33\xf2\ \xfb\x06\xea\x56\xbc\xb6\xd9\xe9\x43\x76\xbc\xb0\x1e\x3f\xff\xc5\ \x9b\x4a\x0b\xcb\x73\x9c\x1d\xf3\x97\x56\xf7\xcb\x69\x98\xb7\xa8\ \xfa\xf6\xaf\x7e\xb6\x34\xd0\xb4\x6c\xcd\x36\x0f\xdd\x98\xcc\x99\ \x34\xac\x74\xef\xbb\xf3\xde\xda\xd5\x92\x91\x97\x37\x66\xea\x34\ \x3c\xb2\x6e\x7d\xa3\xe7\x36\x34\x16\x8c\x9a\x5a\x1a\x6c\x98\xf7\ \xc8\xdc\x58\x24\x33\x5a\x3c\x78\xea\x88\xbc\xb5\xcb\x56\x14\x9d\ \x7f\xcb\x65\x13\x87\x0e\x1b\x3b\x25\xb7\x79\xd9\xb3\xcb\xab\xcf\ \x3f\x7f\x74\xd5\x8a\x77\x43\x63\xaf\xba\x72\xda\x98\xca\x91\x93\ \xfa\xca\x9d\x4f\xbd\xbc\x7d\xca\x9c\x99\xe1\x86\xf5\x2b\x0f\xe0\ \xd4\x49\x95\xec\xa3\xb1\xd5\xd6\x87\x00\xa5\xd4\xb6\xed\x67\x9f\ \x79\x66\xfb\xf6\xed\x07\x0f\x1e\x34\x4d\xb3\xa2\xa2\x02\x52\xeb\ \x83\xeb\x2d\xd3\x32\x2d\xd3\xef\x7a\x8c\xd1\xa6\xc6\xc6\xac\x9c\ \x1c\x4d\xd7\xb1\x33\xdf\xbf\x87\x9b\x33\x63\xa4\x7a\xe7\xda\x7d\ \x76\xd1\xa5\x93\x33\x1f\xf8\xd5\xaf\x57\xd4\x78\x5e\xcd\xe6\x05\ \x0b\xb7\x0c\x98\x3c\xa1\x69\xc5\xdc\xbf\xbe\xb0\x5e\x33\x44\xc2\ \x0b\x0f\xab\x2c\xdc\xf0\xd2\x43\xcf\x2e\xab\xa2\x5e\xdd\x5b\x6f\ \x2c\xcf\x1a\x39\x59\xdb\x3a\xef\xd7\x0f\x2e\xb4\x19\x0b\x44\xf3\ \xb1\x6e\xd7\x9e\x7a\x27\x64\x41\xa4\xa8\x7f\x49\xa6\xd9\xed\x1a\ \xdb\xae\x21\x4f\xc6\x58\x63\x63\x83\xa1\x1b\x96\x75\x5a\xfb\xd0\ \x9d\xa3\x7c\x47\x4c\x57\xcb\xf5\x85\x4c\x0a\x57\x02\x7a\x5c\xe4\ \xf7\x1f\x5d\xc1\x9b\xab\xf7\x6d\x7f\xed\x95\x15\xe3\x6e\xfa\xea\ \x7f\xfe\xe7\xff\xfb\xfc\x95\x7d\x16\xbc\xf8\x86\xd9\x77\x4a\x7e\ \xfb\xb1\x9a\xc6\x86\x3d\x75\xad\x89\x8e\xda\xbd\x75\x89\x43\xfb\ \x8f\x0d\x1d\x3d\x22\xc8\xdb\x42\x95\xe7\x7f\xf9\xab\x5f\xfb\xaf\ \xcf\x4c\xd9\xbb\xf1\xdd\x63\x2e\x68\x04\x88\xae\x27\x0e\xad\x5e\ \xb8\xba\xfe\xe6\x6f\x7d\xe7\x3f\xbe\xfd\x9d\x8b\xfb\x77\xcc\x7d\ \x75\x95\x07\xc1\x41\x23\x46\x0c\xad\x1c\x32\xa8\xd4\xda\xbe\x6b\ \xdb\xd1\x43\xdb\x5e\x5f\xde\x7a\xcb\xd7\xbe\xfb\xf5\x7f\xfb\xda\ \x15\x13\x4a\x3d\xcf\x4b\x55\x55\x95\x5c\x62\x74\xf6\xa7\xee\xbc\ \xeb\xd6\x4b\xf2\x03\x1a\xd1\x74\x46\x30\x11\x4f\xe4\x0e\x9a\xfe\ \xef\x5f\xfd\xfa\x8d\x33\x06\x43\xd6\xe0\x2f\xfc\xdb\xb7\xbe\x74\ \x59\xc5\xce\x8d\xab\x5b\x5a\x0f\x2d\x78\x69\x4d\xa4\x7c\xd0\xe0\ \xca\xe1\x81\xfa\x5d\x8b\x16\x6f\x07\xc6\x80\xc8\x44\x5b\x73\x1b\ \x8f\x66\x85\x2c\x14\x5e\xb8\xef\xf4\xdb\x66\x97\xdc\xff\xe3\x9f\ \xee\x0a\x4f\xbe\xfe\xc2\x41\xdc\x75\x84\x55\x7a\xf3\x9d\x97\xed\ \x7e\xf2\x47\x8f\x6c\x26\xb7\xdc\x74\x51\x40\x38\x8e\xc7\x66\xde\ \x70\x67\x5e\xf5\xcb\xdf\xbd\x77\xf9\xf4\x1b\x6f\xed\x1f\xe1\xae\ \x27\xc6\x5f\x7e\xcb\x30\x77\xf5\x8f\x7f\xf2\xdc\xd0\x2b\x6f\x1f\ \x9d\xaf\x8b\xb6\x86\x0e\xcc\xbc\xee\xa6\x39\x4d\xeb\x17\xef\xac\ \x3b\xfc\xf6\x7b\x7b\xa6\x5e\x7f\x6b\x99\x91\xa8\x6f\xe7\xc9\xb6\ \x86\x9c\xca\x99\x97\x8f\x36\x16\xbf\xbd\xe2\xe0\xa6\x65\x7b\xa0\ \xf2\xba\x8b\xc6\xb4\xb7\xb6\xba\x42\x02\x80\xf0\x1c\x90\xae\x2b\ \x60\xf0\xd8\x41\x4e\xb2\xba\x36\x26\x29\x05\xe1\xb9\x08\xe0\x21\ \xf4\xa9\x1c\x96\xe9\x1c\x3c\xd4\x26\xb3\x8a\xb3\x63\x1d\x75\x6d\ \x3c\x5d\x81\x4c\x3d\x4e\x79\x08\xc1\x29\x25\x57\x5f\x73\xf5\x3d\ \xf7\xdc\xf3\x83\x1f\x7c\x7f\xf4\x98\xd1\x5c\x70\x99\xaa\x30\x74\ \x72\x51\x34\xbf\xee\x6b\xaa\xfa\x6b\xea\x08\x9d\x4f\x4e\x78\x40\ \xaa\xa6\x3c\x0a\x6e\xc7\x21\x74\xc1\xad\x5f\xfd\xc6\x77\xbf\x39\ \x2a\x7a\x78\xe9\xce\x23\x2d\x4d\x75\x31\x2d\x67\xc6\xe5\x37\xde\ \x74\xc5\x44\x68\xda\x3e\xef\xb5\x75\xa1\xf2\x21\x03\x87\x0c\x35\ \x5a\x76\xbe\xba\xf4\x80\x9d\x4c\x64\x0f\x9c\xfe\x8d\xaf\x7f\xf9\ \x92\xf3\xfa\xb9\x8e\x1c\x7c\xfe\x75\x9f\xb9\xf3\xf6\x09\xe5\x21\ \xcf\xe3\x27\x9d\x42\xa2\x3c\xf1\xd4\xd8\x6d\x9b\x7b\x41\x7c\x21\ \x55\x2d\x57\x48\x3c\x5e\x69\x5f\xd3\x58\x47\x47\x7d\x23\x06\x35\ \x61\xb7\xc5\x03\xe3\x8a\x73\x00\x20\xaf\xac\x1f\x6d\xde\x82\x99\ \xa5\x03\xf2\x3b\x56\x2c\x5d\x9e\x64\x65\xd3\x46\x24\xb7\x2d\x7f\ \xa7\xa9\xd1\x1c\x7f\xe5\x00\xba\x67\x29\x20\x4f\x0a\xd0\xa3\x79\ \x96\x76\x34\xe6\x78\x12\x91\x51\x88\x35\x36\x09\xa3\xa0\x3c\xdb\ \x02\x80\xb2\xb2\x32\x6f\x73\x47\xdd\xae\xa5\x0f\x3f\xf8\x52\xc6\ \xe0\x91\x34\xe6\x51\x03\xda\xdb\x9a\x6d\x33\xbf\x28\x3b\x04\xe0\ \x30\x8d\x4a\x29\x04\x0a\x29\x24\x15\x42\xa2\x14\x9e\x9b\x0a\x58\ \x20\x4a\x3f\x4c\x8f\xc2\x01\xb0\xc2\x59\x06\xf7\xe2\x12\xac\xcc\ \x10\x21\xbc\x3d\xd6\xd2\x6a\x6b\x11\xaf\xe3\xe8\xd1\xd6\x41\xb3\ \xaf\xeb\x37\x24\xdf\x76\x5c\x4a\x99\x10\x1c\x11\xa4\x14\x42\x08\ \xd7\xd3\x47\x5d\x38\xab\xf8\xcd\x7d\x63\xa7\xcf\xc8\xa5\x76\xc2\ \xe1\xc8\x45\x4e\xe5\xb4\x09\xe5\xf3\xf7\x0e\x3a\x6f\x48\x81\x99\ \x4c\xc4\x11\xb8\x9e\xdd\x7f\xe6\x94\x41\x5b\x56\x64\x9d\x3f\xbc\ \xd0\x4e\xda\x42\x02\x0d\x95\x5c\x38\x7d\xd4\xfa\xba\xc6\x0b\x27\ \xf5\x73\x5d\x21\x93\xed\x49\xdb\xce\x1b\x3c\x75\xca\xf6\xb5\x7f\ \xfd\xf1\x6f\x23\xfd\xce\xbb\x79\x7c\xc5\x5f\xdf\xb0\x63\x71\x27\ \x92\xec\x40\xd6\x77\xf2\xac\x0b\xd7\xfe\xee\x89\x7b\xd7\x90\xf1\ \xb7\x7c\xa3\xaf\xb7\xe4\xd5\x5d\x31\xdb\x15\x9d\x73\x2c\x3a\x83\ \xd6\xda\x46\x02\x56\x40\x13\x9d\x93\x24\x3a\x81\xa6\xc6\x86\xb8\ \x0c\x85\x35\x10\x02\x11\x51\x08\x29\xa4\x2a\x2c\xfd\x7e\x84\xc3\ \xe1\xce\x59\x2f\x29\x65\x6a\x0f\x27\x3c\x65\xbf\x29\x29\xd3\xf5\ \x1d\x3b\x87\xf1\xdd\xde\x98\x89\xc4\xd4\x9b\x85\x90\x84\xa0\x70\ \x6d\x00\x23\x33\x2b\x72\xa4\xc5\x9e\x74\xf5\xdd\x31\x6d\xfe\xa3\ \xbf\xfb\x59\xc1\x98\xcb\x6f\x9b\x26\x3b\x90\x64\x7b\x6d\xc7\x8e\ \xf0\xa1\xb3\xae\xed\x3b\x32\xcf\xd9\x2d\x09\x48\x5b\x48\x93\x78\ \x02\x51\x08\x0e\xc0\x3d\x21\x84\x90\xdd\x25\x53\x11\x99\xae\xe6\ \xd6\x53\x9b\x3f\x7c\x5d\xf0\x55\x4c\x00\xa1\x14\x84\x10\x6e\x22\ \xde\xde\xde\xd2\x7e\x6c\xff\x2b\xff\x78\xc6\x1c\x7d\xc9\xc8\x21\ \x7d\xf6\x64\xc5\x97\x2e\x5f\x37\x2c\x7b\xd8\xea\xf7\x96\xd1\xe2\ \x41\x59\x39\xc5\x63\x2b\x0b\x7f\x33\xf7\x95\xb1\x97\xdf\x74\xc9\ \x20\xf7\xc1\xfb\x1f\xf1\xfa\x5d\xf5\x99\x72\xf3\xf0\x16\x2e\x05\ \x17\x1e\x48\xee\xf9\x5d\x1b\xa5\xd7\x58\xdf\x14\x18\x55\x16\xf6\ \x16\x2e\x59\xbb\xfb\x8a\xc1\xb0\x6c\xf5\xf6\x92\x71\x93\xda\x0f\ \xac\x3b\x6c\x17\xfd\xe8\xb6\xdb\xdd\xf5\xfc\x0f\x4b\xec\x70\x6e\ \x69\xa1\x98\xbb\x78\xd9\xfa\xfc\xf3\xcb\xdb\x3b\x6c\x11\xe4\x42\ \x70\xc9\xa5\x46\x75\x4a\x9c\x03\x55\xd5\x4d\xd9\x60\x4a\x57\x4a\ \x29\x04\x17\x42\x4a\x21\x84\xbf\x19\x98\xe0\xc2\x03\xc1\xb9\xe0\ \xdc\x0a\xe6\x96\xe5\x10\x2b\x6f\xd0\xe5\xb3\x07\xbb\xf1\x38\x0b\ \x04\x85\xe3\x48\x4d\x37\x02\xd1\x08\x6d\x6d\x6e\xeb\x10\x39\x21\ \xc1\x1d\x0e\x46\x28\x10\xd2\x74\xc2\x5d\x4f\x08\x09\x20\x39\x08\ \x2b\x1c\x0e\x6a\x54\x70\x57\x70\x81\x40\xb8\xe7\x11\x2d\x14\x09\ \x9a\x92\x7b\x02\xb9\x44\xf0\x3c\xa1\x51\x23\x18\x0a\x52\xee\x72\ \xaa\xf1\x78\xcc\xf5\x04\x23\xd6\xc4\x99\x93\x5f\x59\xfc\xd4\xc8\ \x3b\xa7\x64\x69\x92\x08\x11\x6b\x8b\x25\x3a\x62\x28\x64\xb8\x78\ \xf8\xe4\x01\x91\xf9\xfb\xb2\xa6\x8f\x2d\x77\x96\x23\xef\x48\x38\ \x8e\x27\x25\x4f\xc6\x3b\xda\x5b\x8d\x9a\xaa\x4d\x8f\x3e\xb7\x75\ \xe8\x85\x9f\x2f\xd1\x5d\x87\xf3\x64\xbc\xa3\xad\xad\xb9\xf9\xd0\ \x96\xa7\x9e\x5b\x9c\x3d\xf1\xb6\x3e\x21\xd8\x5a\xd3\x18\x0c\x0e\ \x0e\x52\xcf\x73\xb9\x1a\x47\xbc\x5f\xf2\x42\xba\x8a\x67\xe7\x24\ \xa5\xdf\xff\x4f\xf1\x17\xfc\x1b\x9f\x90\x42\xc8\xae\x9b\x59\x9e\ \x72\x48\x21\x50\xf8\x95\xa3\x39\x97\x52\x72\xce\x81\x4b\x21\x04\ \x0a\xa7\xdd\xd1\xc7\x5f\x7c\x7b\x65\xf9\x2b\xdf\x7f\xe0\xf9\x31\ \x13\xbf\xd2\x2f\x6a\x68\x79\x83\x2f\x9f\x3d\xc0\xee\x48\x5a\xd9\ \xd1\x03\x5b\x3c\x21\xb8\xe0\x9c\x13\x1a\xa2\xbc\xe1\x50\x55\x43\ \x53\xae\xe0\x2c\x1c\x3c\x79\xfa\xac\x33\xe7\xa2\x73\x40\xe4\xd7\ \x63\xef\x7d\xfe\x82\x94\x12\x91\x48\x29\x24\xc9\xc8\x0a\x1f\x5c\ \xf5\xd2\xaf\x8e\x2d\xe1\x1e\x16\x54\x5e\xfa\xf5\x2b\x66\x59\x3a\ \xbb\xe4\x96\x9b\x9f\x78\x7a\xc1\x3d\x6b\x5f\xd4\x23\xe5\x77\xdc\ \x71\x91\xe5\xd8\x7d\x46\x8d\xca\x79\x6d\x4f\x49\xbf\x61\x95\xfd\ \x5a\xb2\x43\x56\x60\xe4\x98\x0c\x74\x39\x35\x02\x86\x26\x85\x20\ \x48\x03\xa6\xc1\xa5\x36\x70\xf8\xf8\xb7\x5e\x5a\xbc\x63\xd6\x37\ \x6e\xbb\x71\xe6\x63\xf3\xef\xdf\x80\x18\x2e\x9d\x72\xe7\xb4\x21\ \xf9\x8e\x3e\x7e\xfd\x53\xbf\xff\xe1\xf7\xa9\xd3\x1a\xad\xbc\xd0\ \xcc\xec\x7b\xf3\x1d\x97\x3c\xf6\xc2\x3f\x7e\xb2\x84\xc5\x63\x72\ \xf2\xe8\x1c\xe1\x7a\xc2\xe3\xa0\xe5\xcf\x98\x36\xe1\x89\x97\xee\ \xdf\xbf\x62\xc0\xa7\x6e\x3a\x3f\x14\x0c\x32\x90\xc0\x4c\xcb\xd0\ \x84\x14\x40\xf5\x80\xa9\x09\x21\x25\x35\x4c\x83\x61\xb0\xe4\x86\ \x3b\xaf\x7c\xe4\xd9\x7f\xfc\xcf\xbb\x2c\x94\xdb\xe7\xba\x3b\x6e\ \x1f\x14\x05\xcf\xf5\x02\x99\x05\x15\x45\xb0\x75\xcf\x91\xa9\xfd\ \x86\x08\xc1\x09\x97\x86\x69\x50\x29\x7c\x23\x01\x20\x82\x08\xa2\ \x99\x3a\x25\xdc\x13\x42\x48\x04\x22\x38\x47\xc2\x4c\x83\x0a\x2e\ \x04\x48\x89\x40\x38\x17\xa0\x59\x86\x26\xb8\x90\x8c\x38\x49\x6e\ \x19\x21\x26\x6c\x33\x7f\xcc\x7f\xfe\xac\x7f\x30\x2b\x33\xe9\x34\ \x47\x02\x16\x4f\x24\x3d\x4f\x8b\x06\x0c\xdb\x85\x89\x57\x7f\x76\ \xa0\x6b\xe4\xc8\x64\xb5\x1e\x0c\x90\x36\x97\x93\xcc\x90\xb9\xf4\ \xf9\xbf\x57\xbf\x65\x70\x30\x07\x5f\x7c\xfb\x95\x17\x8f\xe0\x76\ \x5b\x24\x3b\xfc\xce\x9b\xcf\xfe\x72\x6d\x40\x48\x56\x3e\xfe\xe6\ \xbb\x2f\x99\xc4\x9c\xba\x4d\x3b\x9b\x4b\x26\x0c\x31\x3d\xc7\xe6\ \x6a\x42\xa2\xfb\xc9\x40\x02\x44\x4a\x91\x48\xc4\x35\x4d\xf3\x27\ \xc2\x02\x81\x40\xca\x98\x4f\xde\x9f\x92\xf8\x7b\xd6\x4a\x29\x85\ \x5f\xd9\xf8\x44\x5d\xe8\x9a\x30\x2d\x38\x10\xcd\xb0\x4c\x26\x04\ \x98\x96\xa5\x81\x40\x8e\x9a\x11\x0c\x9b\x64\xef\xea\x57\xe7\xbf\ \xbd\x55\x82\xac\x9c\x38\x63\x50\x61\x9f\x3e\x37\xcd\x79\x64\xde\ \x23\xff\xb3\xd4\x0c\x44\xfb\xde\xf6\xa5\x3b\x99\x6e\x59\xa6\x2e\ \x38\x77\x24\x1d\x3b\x73\xda\x9a\x27\x5e\xb9\xe7\xe7\xab\xa7\x5f\ \x76\xeb\x15\x93\x4b\x84\x2b\xd3\x65\xdb\x52\xb1\x4f\x72\xe2\xb6\ \xf7\xd8\x4d\x9b\xdf\xf7\xd3\x9f\x59\x3d\xe8\xd7\xd7\xfd\xe1\xed\ \xcd\x0f\x04\xcc\x1e\xea\x41\xbb\xf1\x11\x7d\x2e\xba\xfd\xc2\xdf\ \x75\xd6\x83\xde\xba\x65\xd3\xd0\x54\x3d\x68\x21\xb9\x67\xdb\xb6\ \xe7\x49\x66\x58\xe1\x48\x88\x0a\xd7\xe5\xa8\x19\x9a\x70\x12\x1d\ \x71\xd7\x0a\x47\x02\x3a\xe5\x1e\x07\x46\x85\xc7\x29\xd3\x28\x41\ \x21\x04\x61\x1a\xf1\x05\x19\x41\x63\xcc\xdf\xf5\x99\x69\xba\x46\ \xc1\x4d\x26\x51\xb7\x82\xa6\x66\xc7\xdb\x13\x2e\x84\xa3\x51\x0d\ \x84\x24\x14\xb8\xd3\x11\x4b\x20\xd5\x83\x01\x8b\x52\xaa\xeb\x9a\ \x97\xec\x88\x25\x5d\x66\x04\x02\xa6\x9e\x9a\x92\x06\xaa\x31\x48\ \xc6\x63\x8e\xa0\x81\x80\x49\xa4\x24\x4c\x23\x98\x3a\x0b\x4a\xc1\ \xfd\xd3\x49\xc1\x25\x68\x9a\xa6\xeb\x1a\xb7\x63\x1d\x09\x87\x6a\ \x66\xc0\x32\xfd\x69\x23\x66\x5a\x8d\x1b\x5e\xf8\xe3\x8b\x47\x3e\ \xfd\xcd\x2f\xf6\x0f\x23\x97\xc8\xb9\x20\xa9\x1d\x48\xd3\xb1\x58\ \xe1\x21\x61\x1a\xa5\x5d\xb4\x52\x08\x09\x9a\xc6\x48\x97\x84\x03\ \x9e\x7e\xc5\xdf\xc4\x97\x69\x1a\x21\x44\xd3\x98\xe4\x5c\x22\x0a\ \x2e\x80\x32\x82\x42\x12\xaa\x51\x4a\x18\x63\x04\x38\x17\x88\x92\ \x0b\xa9\x69\x1a\x0a\xcf\xb1\x6d\x4f\x12\x23\x10\x8c\x84\x2c\xe9\ \xb9\x42\x82\x94\xdc\xb1\x6d\x2e\x50\x33\x83\xd1\x70\x90\x52\x38\ \xba\x76\xde\x5f\x16\xd4\x7c\xee\x3f\xbe\xd2\xc7\x3c\xd3\x39\xf4\ \x4f\x86\xb3\xe0\xba\xee\xfc\xf9\x2f\xec\xd8\xb9\x53\xd3\xd8\x9c\ \x8b\x2f\x9e\x32\x65\x0a\x22\x04\x83\xc1\x6d\xdb\x36\xe7\x75\x53\ \x0f\x7a\xb0\x61\x98\x42\xf0\xce\xa4\x39\xec\xa1\x76\xa9\x94\x5c\ \x22\xd5\x18\xe1\x5c\xf8\xe9\x2a\x42\x70\x20\x0c\xa4\x9b\x4c\x3a\ \x92\xea\x91\x70\x98\x81\x24\x9a\x26\x92\xb1\x8e\xa4\x4b\x35\x23\ \x10\x30\xfd\xb4\x39\xc6\x18\x01\xa0\x1a\xf3\x92\xf1\x84\xcd\xcd\ \x40\xd0\x38\xb1\x34\x69\x5a\x14\x00\x11\x08\x25\x04\x08\x21\x24\ \x18\x0c\xed\xd8\xbe\x35\x2b\xfb\x6c\xd6\x83\x46\x40\x5d\x0b\x84\ \xac\x2c\xcb\x08\x77\x7f\x50\x6a\x98\x7a\x08\xbb\xee\xb1\x23\xd2\ \x22\x2a\x11\x28\x0b\x04\x42\x81\x00\x20\x48\xee\xda\x88\x48\x80\ \x70\xd7\x23\xd4\x88\x44\x0d\x40\x4c\xed\xab\x25\x24\xd3\x18\xa2\ \x94\x12\x28\x65\x7e\xd8\x84\x50\xa6\xa7\xeb\x69\xea\x9a\x86\x28\ \x85\x00\xcd\xb2\x50\xa2\xeb\x7a\xcc\x0c\x46\x4c\x00\xe9\x71\x04\ \x00\x49\x88\x16\x8e\x46\xd3\x4e\x9e\xf4\x5c\x97\x68\x56\x24\x6a\ \xa5\x5f\x49\xe7\x25\x08\x30\x02\x21\x03\x00\x25\x12\x7f\x31\x0c\ \x65\x9a\x7f\x96\xce\xd3\x51\xa6\x53\x48\x1d\x84\x99\x91\xa8\xd9\ \x75\xeb\x10\xcf\xb6\xf3\x86\xcf\x98\x73\x64\x61\x43\x53\x6c\x40\ \x24\x84\x08\x9a\xa6\xe1\x89\xf3\x44\x94\xe9\xe4\xc4\x57\x48\xea\ \x98\x27\xbe\xe9\xf8\x2b\x54\xd3\x52\x35\x76\x3c\x37\xf5\x45\x32\ \x4d\x03\x40\x04\x4d\xf3\x4f\xde\x39\x73\x4d\xfc\xab\x81\x94\xe9\ \x81\xb0\x1e\x00\x00\x04\xd7\x76\x3a\x67\xcc\x03\xa1\xb0\xff\xcd\ \xb9\x8e\xa3\xeb\xa2\xa1\x4d\x9f\x71\xe9\xa5\x15\x41\xf4\x3c\xa5\ \x0a\xef\x17\x14\x33\x4d\xf3\xea\xab\xaf\x72\x3d\xaf\xbc\xbc\x6c\ \xca\x79\xe7\x09\x29\x00\x88\x44\x99\xce\xc7\x39\xee\x5c\x48\x21\ \xd2\x21\xbf\xce\x00\x5f\xf7\xf5\xa0\xfd\x6f\x44\x03\x4c\xd9\x09\ \x22\x22\x30\xdf\xe2\xa8\x19\x8e\x9a\x7e\xbe\x82\x40\x00\xd7\x25\ \x9a\x19\x89\x9a\xa9\xac\xa4\xb4\x59\x22\x80\xf0\x38\x33\xac\xa8\ \x01\x27\xef\x6d\xd5\xa5\xd3\x21\x00\x48\x40\x82\x04\xa8\x1f\xfa\ \x38\xbb\xf5\xa0\xfd\xe8\xab\x44\xd1\xf3\x39\x90\x10\xda\xb9\x7a\ \x82\x69\xda\xf6\xad\x9b\xf3\x0b\x8a\xf2\xf3\x0b\x3c\xee\xa5\xf6\ \xdb\x48\x67\x6e\xc3\xc7\x63\x7d\x04\xa1\x1a\x05\x7f\x37\x9a\x8f\ \x44\x73\x19\x23\x2a\x0f\xfa\x9f\x44\x16\xd2\x45\x5f\xb9\xe7\x31\ \x8d\x11\x20\x52\x4a\xca\x18\x22\x6e\xdd\xbc\x69\xe0\xa0\x41\xa1\ \x50\x38\xed\x2f\x68\x3b\x77\x6c\x8f\x66\x64\x94\x96\x96\xb9\x5e\ \xda\xc2\x01\x01\xcf\xa9\x85\x77\x0d\x2b\x20\x20\x10\xf0\xab\xc4\ \x53\xca\x00\x60\xeb\xe6\x4d\xfd\xfa\x0f\x88\x44\x22\x67\x71\xff\ \x08\x42\x98\x46\xd9\x3f\x71\x2a\xd2\xd2\x25\x85\x28\x2b\xab\xd8\ \xbd\x7b\x27\xf7\xdc\x68\x46\x56\x7a\x81\xfa\x49\xd2\xf5\x91\x97\ \x06\xf7\x5c\x96\x04\xff\xbf\x8f\x9e\x3f\x16\xd7\xfc\xec\x5f\x22\ \x00\xd7\x25\x84\x70\xce\x7d\x83\xf5\x3c\xf7\xf0\xc1\x83\x19\x19\ \x19\x9d\xa2\x00\x00\x42\x88\xb2\xf2\x8a\x9d\x3b\xb6\x49\x21\xb2\ \xb2\x73\x3a\xe7\x23\xce\xb9\x85\xfb\x45\xac\xbb\xf8\x0c\x84\x00\ \x80\xe7\x79\x47\x0e\x55\x45\x22\xe1\xd3\x14\x05\x38\x67\x75\x5f\ \x19\x63\xb1\x8e\x8e\xc3\x87\xaa\x6c\xc7\xa1\x9d\x49\x63\xdd\x7c\ \x09\x0a\x45\xaf\xa0\x73\xa3\x6a\x3c\xd1\x3e\x09\x21\x79\x05\x85\ \x45\x45\xc5\x27\x75\x30\xc6\x58\x22\x11\x3f\x7c\xb0\x2a\x91\x4c\ \x7e\x58\x16\xde\x53\x9b\x81\x90\xbc\xbc\xfc\xe2\x92\xd2\xd3\x5f\ \xc4\x75\xee\xea\x41\x13\x42\x18\xd3\x08\x21\xea\x36\xa5\xf8\x48\ \x23\xa4\x94\xdd\x6d\x1a\x4c\x88\x1f\x6b\xa6\xbd\xd0\xc2\xa5\x3f\ \xf3\x7e\xda\x9c\xbb\x3a\x6e\x88\xc8\xb9\xa7\xac\x4a\xf1\xb1\x75\ \x31\x10\x79\x7a\xf3\xeb\x8f\x3a\xaa\xee\xab\x42\xa1\x50\xba\xa0\ \x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\ \x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\ \x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x8a\x8f\xab\x2e\ \x50\xa6\x9b\xa6\x4e\x08\x61\x9a\xae\xeb\x9a\x5a\xfe\xa8\x50\x7c\ \x8c\xe9\x61\xdd\x14\xa1\x56\x30\xa8\x13\xf0\x8b\xc6\x21\xf7\x5a\ \x1b\xaa\xab\x5a\x64\x59\x59\xce\xfe\xb5\x6f\xaf\x3f\x08\x17\x5d\ \x7d\x51\x0e\x53\x75\x84\x15\x8a\x4f\x8c\x2e\x10\xca\x64\xa2\xe1\ \xcd\xe7\xdf\x38\xd0\xe1\x09\xce\xb9\x27\xca\x46\x4f\xcd\x3d\xf2\ \xda\x6f\x5e\xa8\xff\xd1\xef\xff\x6b\xdf\xca\xd7\x5e\xda\x94\x33\ \xf5\x9a\x4b\x72\x41\x50\x4d\x37\x34\x06\x28\x3d\xcf\x13\x12\x99\ \xa6\xa7\x6a\x13\x4a\xe1\x79\x9e\x40\x60\xfe\x1b\x00\x04\xf7\x3c\ \xce\x09\xd5\x74\x5d\xa3\x84\x20\x4a\x21\x91\x31\x46\x50\x7a\xae\ \x2b\x10\x80\x50\x5d\xd7\x19\x25\xe9\x3f\x55\x28\x14\xbd\x4a\x17\ \x08\x45\xa7\x75\xe9\x8b\x4f\xaf\x12\xc5\x83\x4a\x32\x78\xd2\xf5\ \xf2\x87\x0c\x1c\x30\x7c\xd2\xe4\xd6\xbc\x90\xb5\x9f\x6a\x86\xa1\ \x13\x00\xa6\x69\x76\x6b\xed\xde\xa3\x0d\x68\x65\x94\x55\x94\x86\ \xa8\x68\x6b\xa8\xae\x6b\x6a\xf3\x04\x5a\x91\x9c\xf2\xb2\x7c\x26\ \x45\x47\xc3\x91\x63\x0d\x6d\x02\xb4\xec\x82\xd2\xe2\x9c\xa0\x13\ \x6f\x3d\x5a\xd5\x10\xb7\x3d\x2d\x90\x91\x1d\x61\x2d\x8d\xcd\xc2\ \xcc\x28\x2f\x2b\xb1\x18\x32\x10\xb5\x07\x0f\xd4\xb7\xbb\x59\x05\ \xa5\x25\x79\x51\xf1\x71\x59\xaf\xaa\x50\x7c\xac\xc6\x11\x9a\xa1\ \xf5\x9f\x78\xf7\x5f\xfe\xf3\x12\x4d\x78\x84\xc2\xda\xa7\xbf\xff\ \xee\x6a\xfb\xea\x9b\xe7\xf8\x3b\x67\x32\x4d\x8f\x1d\x5b\x7d\xdf\ \x1f\xff\xbe\xa6\xaa\x05\x99\x39\xf9\xf2\x4f\xff\xdb\xed\x53\x57\ \x3c\xf6\x9b\xbf\xbe\xbb\x5f\x22\x6a\x99\x15\x37\x7f\xe9\xbf\xee\ \x9e\x55\xb6\xfa\x85\xc7\x7e\xff\xcc\x56\x20\x3c\xa3\xdf\xe4\x6f\ \x7d\xef\xbf\xb2\x77\x2e\xf8\xc1\xef\xe6\x35\x27\xa4\x1e\xc9\xaf\ \xc8\x37\xab\xab\x0e\xc6\xb5\xfc\x6b\x3e\xfb\x8d\x2f\x5c\x3d\x6a\ \xd3\x82\xc7\xef\x7f\xf6\x9d\x86\x18\x0f\x15\x0e\xfd\xcc\x57\xbf\ \x32\x73\x68\x8e\xe7\x0a\xf5\xf5\x28\x14\x1f\x0a\x3d\xc6\x1d\x75\ \x23\x78\xf4\xbd\xbf\xdd\x72\xfd\xb5\x97\xdf\xf0\xb9\x47\x16\x1d\ \x09\x04\xf5\xce\x8d\xa4\x01\x08\x23\xde\xba\x17\x1f\x5f\x54\xa5\ \x5f\xf7\xd9\x2f\x5d\x35\x22\x73\xf1\x82\xe7\xd6\x1d\x4c\xf0\xb6\ \xc6\xc0\x88\xeb\xfe\xf2\x97\x5f\x4e\xc8\x6e\x5a\xfc\xfa\xe2\x06\ \x11\x18\x36\xf9\xea\x2f\x7d\xf1\xd3\xd7\x5c\x30\xae\x63\xdf\xea\ \xa5\x5b\x1b\xa4\xdb\xd2\x8c\xa5\x5f\xff\xe1\xaf\xee\x98\x1a\x3d\ \x58\x1f\xfa\xf6\xbd\xf7\x5e\xd5\x47\x2e\x59\xb9\x6a\xff\xfe\xdd\ \xcf\xfd\xe3\x45\x39\x70\xd6\xbf\x7f\xe5\x96\x68\xed\xfa\xb9\x0b\ \xdf\x6b\x97\x06\x53\xb1\x4d\x85\xa2\x77\xf9\x0b\x00\x42\x78\xd1\ \x8a\x29\x37\x9c\x3f\x48\x48\x3a\xac\x5f\xd4\xdb\xd0\x65\x37\x4e\ \xa6\x69\xd4\xab\x39\xd2\xa6\x53\xb6\x6d\xd5\x8a\x90\x9e\x3f\x69\ \x42\x41\x48\x7a\x0d\x94\x50\x1a\x2c\xac\xe8\x57\x96\x9f\x7b\x30\ \x96\x8c\xb5\x1e\x7c\xf1\xde\x3f\xad\xf3\x0a\x46\x16\x6a\x4c\x37\ \x84\xed\x11\x8b\x52\xa2\x67\x15\x94\x64\x95\x95\x99\xb4\x26\x54\ \xd8\x77\x60\x51\xc6\xbb\x4d\xbc\xa5\xa9\xb6\x21\xc6\xbc\xa6\x7d\ \xcb\x56\x67\x14\x8f\x1a\x17\xa9\xc8\x96\x1f\x99\xc2\xca\x0a\xc5\ \x27\x4a\x17\xb8\x1b\xa9\x18\x77\xfd\xa7\xe6\x68\x92\x23\x8a\xb5\ \xab\x25\x22\x02\xa1\x3a\xd5\x3a\x9a\x0e\xef\x3a\xd8\x5e\x3a\xa8\ \x88\x6f\xaf\x1b\x30\xfe\xfc\x51\x05\xa6\x07\xe1\xa1\x15\xc1\x3d\ \x9e\x40\x26\x39\xe7\x52\x22\x50\x66\xb7\x1e\x5c\xbf\xbd\xae\xdf\ \xad\x37\x5d\xd6\x3f\xb9\x6b\xf3\x76\x2e\x7d\x55\x91\x42\x70\x90\ \x80\x28\x39\xe7\x12\xa5\x44\x88\x66\x15\x95\x64\xc3\x3e\xa3\x64\ \xe6\x9c\x29\xc4\x76\xb3\x4b\x06\x47\x35\x4f\xa8\x08\x83\x42\xd1\ \xdb\xc6\x11\x94\x69\x44\xb8\xf1\x84\x1d\x8b\xc5\x5d\x2e\x09\xa5\ \x94\x82\x47\xc2\xe3\xa7\xce\x2c\x23\x35\x6f\xbd\xbd\x61\xc4\x0d\ \x5f\xbe\x75\x5a\xee\x1b\x0f\xff\xf6\x3b\xff\xf3\xb3\xb9\x6f\x6f\ \x76\x99\xae\x31\x7f\x2f\x1c\x20\x94\x11\x94\xc1\xfc\x51\xd7\x5f\ \x39\x7e\xc7\x82\x87\x7f\xf4\xa7\x67\x5b\xcd\xa2\x92\x1c\x0b\x91\ \xfa\xef\xf0\x2b\x64\x02\x00\x21\x8c\x48\x19\xcc\x1f\x7c\xf7\x57\ \x3e\x5d\xd4\xba\xe6\x57\xff\xf3\xfd\x9f\xfe\xf1\xd1\x2d\x47\x3b\ \x34\x8d\x2a\x77\x41\xa1\xf8\xb0\xe8\xa1\x1e\x34\x8a\x44\x2c\x26\ \xb5\x60\x38\x60\x00\x20\x10\x10\x4e\x22\x66\x63\x28\x1c\xb2\x74\ \x12\xef\xe8\x10\xd4\x8c\x84\x83\xc0\x93\x6d\xed\x09\x01\x44\x37\ \xad\x80\xa9\xbb\xf1\x0e\x07\x8c\x48\xc8\x70\x12\x71\x0f\x59\x38\ \x12\xd6\xa4\xd3\xd6\x1e\xf7\x04\x6a\x86\x19\x08\x04\xa8\x48\x76\ \x24\x45\x28\x1c\x02\x6e\x27\x6c\x19\x8a\x84\x64\x32\x96\x94\x2c\ \x14\x0e\x05\x74\x9a\xe8\x68\x8f\x3b\x1e\x65\x9a\x15\x08\xe8\x4c\ \x25\x62\x2a\x14\xbd\x4d\x17\x80\x50\xc6\x08\x0a\x91\xde\xea\x98\ \x50\xca\x08\x11\x42\x20\x10\xc6\x28\xa2\x94\x12\x09\xa5\x94\x10\ \x42\x00\x25\x0a\x29\x29\x63\x04\x50\x08\x49\x29\x23\xc4\xdf\xc6\ \x9b\x52\x9a\xaa\x0c\x2f\xa5\x40\xa0\x1a\x25\xc2\xdf\xd7\x9a\x10\ \x29\x04\x50\x46\x09\x4a\x21\x11\x08\x65\xd4\xdf\x4e\x5c\x4a\x81\ \x2a\x81\x41\xa1\xe8\x7d\xba\xa0\x50\x28\x54\x7c\x41\xa1\x50\x28\ \x94\x2e\x28\x14\x8a\x9e\xd0\xce\xe5\xc9\x28\x55\x32\xa4\xf8\xc8\ \x73\xd2\xd6\xf2\x1f\x09\x0b\x7f\x9f\x36\x7f\x98\xba\x40\x08\x91\ \x52\xb6\xb7\xb7\xab\x85\x0f\x8a\x8f\x34\x84\x40\x20\x10\x34\x4c\ \x2b\xbd\x2d\xfb\x71\x0b\x47\xc4\x8e\x8e\x76\xee\xf1\x5e\xd8\x66\ \x2b\x10\x34\x4f\x69\xf3\x87\xac\x0b\x84\x10\x21\x44\x63\x63\x7d\ \x20\x10\x0a\x86\x42\xca\xb6\x14\x1f\x5d\x84\x10\x2d\x2d\xcd\xa1\ \x50\x38\x1c\x8d\x62\x97\xed\xa1\xa5\x94\x8d\x8d\xf5\xa6\x69\xf5\ \x42\x0b\x17\x42\xb4\xb5\xb4\x04\x42\xc1\x68\x34\xe3\x34\xb7\xb4\ \x3e\x23\x5d\x40\x24\xa6\x49\x0d\x13\x7a\xf2\x4c\x08\x41\xee\xc9\ \x64\x12\x52\x1b\x7e\x93\xd6\x96\xe6\x70\x38\x52\x50\x58\xac\x0c\ \x4b\xf1\x51\x27\x92\x91\x71\xe4\xe0\x41\xcb\xb2\x98\xae\xfb\x5d\ \x80\x10\xda\xd2\xd2\x10\xb0\x82\x45\x25\xa5\xbd\xb3\xcd\xd1\x8c\ \xcc\x23\x07\xab\x2c\x2b\xa0\xeb\xfa\xe9\x0c\x28\xce\x44\x17\x68\ \x20\xd8\xb2\xf0\xb5\xb6\x77\x17\x31\x2b\xd0\xed\x1b\xa4\x63\x07\ \x87\x8f\xcc\xbb\xe5\x4e\x69\xdb\xbe\x1b\x93\x4c\x26\x8b\x4a\xca\ \x10\x53\x23\x1d\xdf\xe9\xea\x25\x97\x8c\x52\x0a\x28\x25\x9e\x83\ \xd3\xfc\xcb\xce\xf3\x2f\x3d\x98\xe2\x74\xdd\x5e\xff\x89\x65\x5a\ \xba\xae\xbb\x9e\x1b\xd4\x75\x4c\x7d\x1d\x24\x99\x4c\xe6\x55\x14\ \x75\x8e\xe4\x7b\x89\x85\xfb\x6d\x46\x44\xd3\x34\x75\xc3\x70\x1d\ \x47\xd7\x0d\x80\xb3\xa3\x0b\x44\xd7\x9d\x43\x55\xed\xef\x2c\x62\ \x91\x68\xf7\xba\x90\x88\x01\xa5\x44\xd3\x01\xec\x94\x87\x01\xe8\ \xa7\x2c\x01\x00\xa1\x94\x74\x5e\x65\x94\x42\x9e\x18\x11\x21\x44\ \x63\x4c\x0a\x7e\x06\x36\xaf\x69\x1a\x00\x08\xce\x4f\xfb\x4f\x09\ \x63\xd8\xd2\xd0\x48\x02\xd1\x68\x40\x07\x42\x28\xa1\xfe\x22\x0e\ \x29\x4f\xfa\x56\x89\xa6\x31\x40\xc9\x85\xec\xee\xa4\xc8\xb9\x78\ \xff\x6e\xec\x75\x34\x1e\x6d\xb0\x8b\x4b\x8b\x0c\x76\xfc\xe3\x52\ \xca\x28\x25\x80\xdd\x9e\xf1\x7d\x8e\x06\xed\x0d\xf5\x22\x94\x95\ \x69\x69\x42\x49\xc3\x59\x56\x81\xce\x27\x88\x08\x88\x08\xc0\x18\ \x4b\x3d\xeb\xea\x43\x4b\x84\x2e\xe1\xbd\x93\xd4\xe1\xa4\x77\x53\ \x4a\x09\xe0\xe9\x7f\xe3\xa7\xc2\x34\x8d\xa0\xe0\x27\x16\x30\x7a\ \x9f\x36\x03\x00\x1e\xef\x86\xa7\x61\x63\x67\x38\x8e\xd0\x75\x1a\ \x0a\xd1\x60\xb0\x87\x47\x88\x9a\x27\x8c\x32\x50\xa4\xaf\x01\xa2\ \x1b\x6f\x6f\xa8\xaf\xa9\xae\xae\xae\x3e\x7a\xb4\xb6\x29\x86\x88\ \xc7\xd7\x6f\x13\x4a\xbc\xf8\xbe\x1d\xbb\x5b\x93\x92\x7e\xb0\x15\ \x12\x44\x63\xb0\xe5\xad\x27\xfe\xfe\xe2\x1a\xc9\x4e\x77\x89\x36\ \x65\x8c\x37\xed\x7c\xe8\xbe\x87\xf7\xb5\x09\xca\x18\x78\x89\xfa\ \xda\xea\x63\x75\x8d\xb6\xa0\x4c\x63\x5d\x2e\x37\xd5\x78\xcb\x8b\ \xf7\xff\x69\xf1\x8e\x7a\x8d\xb1\x13\x25\x4c\xac\x7a\xf9\xa1\x47\ \xdf\xd8\x46\xbb\xbe\xde\x9d\x2e\xb4\x1f\x58\xfd\xc0\x23\xaf\xb6\ \x78\x8c\xa6\xc7\x56\x9a\xa6\xa1\x1b\xab\x3b\x56\x7d\xac\xae\xa1\ \x23\xe9\x21\x9c\xe6\x0a\x52\x42\x29\x3b\xbc\xea\xa5\xbf\x3f\xf5\ \x8e\x4b\x55\xba\xf8\xd9\x02\xd3\x48\x29\x29\xa5\x94\x52\x44\x94\ \xe9\x6e\x2f\x85\x3c\xa9\x7b\x49\x29\xbb\xfc\xd1\xf1\xbf\x3d\x75\ \x22\x80\x00\xb8\xc9\x78\x7b\xdc\x39\xed\x6f\xfc\x54\x03\x80\x86\ \x83\x7b\xf6\x1f\x8b\xb1\x13\xfb\x48\xd7\xf3\x76\x9e\xba\xb3\xcd\ \x28\xc5\xe9\xbb\x30\xe7\x68\x3e\x42\x22\x02\x22\x20\x50\xc6\xd6\ \x3c\xf2\x8b\x07\xd6\xb5\xf5\xef\x57\xe0\x39\x4e\xee\xd0\x2b\xff\ \xed\xb6\xf3\x18\x80\xe4\x9c\x68\x1a\x01\xe0\x75\xfb\x9e\xbc\xff\ \xf9\xab\xbe\xf7\x93\xec\x30\x45\xc9\xa9\xd6\x59\x63\x56\x72\x4f\ \x50\x4d\xef\xbc\x14\x28\x38\x97\x44\xd7\xd3\x1d\x12\x79\x24\xaf\ \xbc\x6f\x34\x13\x25\x52\xa6\xa5\x15\x13\x04\xf7\x24\x30\x5d\xeb\ \xec\x41\xc8\x3d\xee\x7f\x25\x94\xc8\x35\x0b\x17\xb4\x64\x8f\x18\ \x56\x12\x6a\xda\xbb\xfc\xb1\xc7\xe7\x1f\xb1\x35\x8d\x3b\x24\x67\ \xc0\xad\x77\xdf\x3d\xba\x24\x20\x21\x7d\xe5\xa5\x51\xd4\xaf\x7f\ \x20\x62\xc8\xb4\x57\x92\xbe\x4b\xf0\xac\xc2\x8a\x0a\x2d\x82\x40\ \xba\xbc\x8e\xdc\xe3\x48\xa8\xde\x45\x5c\x84\xe7\x26\x6d\x57\xa6\ \xbf\x3d\x4d\xd7\xea\x77\x2c\x7e\xe0\xf1\x05\x8d\x2e\xa3\x20\x8b\ \x47\xcf\xfe\xcc\xad\x97\x66\x69\x5d\x3f\x1a\xe8\xba\xd6\xf9\xc9\ \x25\x30\xad\xf3\x23\x48\x18\x3c\xe5\xbc\x17\x7e\xfe\xe4\x92\x3d\ \x53\xe7\x0c\x0c\x09\x2e\xd4\x1a\xb3\xb3\x87\xa6\xeb\xbb\x76\xed\ \xca\xce\xca\xca\x2f\x28\xe0\x9e\x07\x29\xcf\xfc\x64\x3f\x0d\x11\ \xc1\x7f\xad\xb3\xef\x75\xdf\x09\x09\xd3\xd9\x9a\x79\x0f\xbe\x50\ \x33\xf8\x27\xdf\xbc\xcc\xec\x1a\x1d\xf4\x3c\x60\x5a\xda\xe0\x90\ \x7b\x9c\x1c\xff\xd1\xff\x6d\xe7\xb2\x21\x77\xc9\xdc\xc7\x6a\x86\ \x7c\xfa\xeb\x57\x66\x68\xc0\x3d\x81\xdd\x1a\xc0\x49\xba\x83\x12\ \xe1\xb4\xfd\x93\x73\xa2\x0b\x84\x48\x29\x31\x35\xac\x11\x09\x1b\ \x86\x5d\xf8\x99\x6f\xdf\x39\xde\x6f\xed\xe1\x35\x2f\x3f\xbf\xce\ \xfd\xec\x57\x6e\x68\x5f\xf3\xc2\x0b\x7b\xa3\xb7\x5f\x58\x6a\x3a\ \xfb\x1f\xfd\xc3\x3d\xaf\x97\x8e\xfe\xec\x5d\x57\x8a\x7d\x6f\x3e\ \xfb\xea\x8a\x16\x19\x9a\x76\xf9\x4d\x17\x8d\x2d\x3f\xbc\x61\xc1\ \x33\xaf\xae\x4f\x0a\x69\xe6\x56\x7e\xea\xd6\x1b\xfa\x47\x92\xcb\ \x5f\x78\xf6\xed\x4d\x87\x58\xde\x88\xbb\xee\xbc\x96\x27\x9b\x6b\ \xda\xa3\x8c\xd1\x96\x03\x6b\x9e\x7d\xee\x8d\x9a\x04\xab\x9c\x72\ \xd9\x75\x17\x8d\x31\x13\x07\xe7\x3d\x33\x7f\xdb\x91\x36\x49\x02\ \xa3\x67\x5f\x77\xc5\x94\x81\x54\x78\x08\x4c\x26\x8f\xae\xd8\xda\ \x32\xe9\x8e\x0b\x02\xad\x7b\xff\xf0\x87\xbf\xeb\xe7\x7f\xee\xfb\ \x97\x8d\x33\x45\xc7\x7b\xcf\xfc\xe1\xcf\xf7\x3f\xf6\x93\xff\xf9\ \x2a\xdf\xfe\xca\xd3\xaf\xac\x6d\xc7\xe8\xc5\xd7\x5c\xc6\x5b\x9a\ \x79\x42\x52\x10\x3b\xdf\x7b\xf1\xc5\x25\xdb\x1c\x8e\x59\x95\xd3\ \xee\xbe\x71\x96\xd3\xde\x54\x67\xf6\x21\xf6\xd1\xb9\xff\x78\x76\ \xc7\xd1\x76\x49\x02\x63\x2f\xbe\xfe\xf2\xc9\x03\x69\xc7\xbe\x7f\ \x3c\x39\x7f\xf7\xb1\x58\xee\xa0\xc9\x77\xdc\x7a\x99\x4e\x29\x23\ \x14\x10\x10\x91\x50\xcd\x6d\xd8\xf4\xc7\x7b\x9f\xc9\x9b\xf5\xe9\ \x2f\xcd\x19\xa5\x39\xed\x1d\x0e\x09\x7a\xcd\x6f\x3d\xf1\xd8\xd2\ \xaa\x96\x40\xfe\x90\x4f\xdd\x72\x5d\xff\x4c\xb1\xe6\xb5\xa7\xdf\ \x5c\xbd\x87\xe6\xf4\xbd\xfa\xd6\xbb\x86\x46\x9a\xde\x9c\x3b\x77\ \xc5\x9e\xfa\x60\xd1\x88\x9b\x6f\xbe\xaa\x3c\x67\xd8\xb4\xa1\xe6\ \x8a\x55\x1b\x67\x0d\x3a\x9f\x20\x57\x63\x89\xb3\x64\xb7\x94\x90\ \xb5\x6b\xd6\x3c\xfe\xc4\x13\x85\x85\x85\x9f\xbe\xfb\xee\x82\xc2\ \x42\x7f\x0e\x42\x4a\x09\x88\xd0\xe9\x94\x13\x22\xfd\x40\x7f\x97\ \x01\x46\xea\x2e\xdd\x8d\x53\x80\x88\x42\x08\xd0\x21\xf9\xf6\x33\ \x4f\x2c\xdb\x55\x2d\x25\xed\x33\xfe\x92\x9b\x2e\x9f\x48\x1b\x76\ \x3f\x3d\xef\xe5\x5d\x75\xf6\x80\xb1\x17\xdf\x7a\xcd\x64\x51\xbb\ \xf3\xf9\xe7\x5e\xdc\xdb\xe8\x94\x8d\xbe\xe8\x96\xab\xa7\x8a\xaa\ \x95\x4f\x3e\xbf\xa8\xba\x83\x8c\x99\x7d\xb9\x61\xd2\x4d\xaf\xdc\ \xf7\xe3\xed\xc5\x93\xaf\xbc\x7b\xf6\x90\x4c\xc1\x7b\x9c\x65\xe8\ \x6c\x80\xf8\x20\xc2\x70\x2e\xfc\x50\x02\x90\x9e\x38\x45\x00\xa2\ \x6b\x78\x78\xfb\x3b\xf3\x5f\x9c\xff\xec\xd3\xf3\xb7\x1e\x6d\x2d\ \x19\x32\x4a\xaf\x5d\xf1\xf0\xe3\xcf\x3e\xfd\xf2\x9a\x92\x21\xc3\ \x32\x34\xc7\xd3\x8a\x66\x5d\x75\xcb\x9d\xd7\xcf\xa4\xc7\x56\xfe\ \xe5\xf1\xc5\xfd\x2f\xba\xf5\xc6\xe9\x85\x2f\x3f\xfa\xd0\xae\x36\ \xaf\x7a\xc7\xb2\x6a\xbd\xcf\x4d\x37\x5f\x97\x55\xbb\xe2\xf1\x79\ \xab\x5a\x0e\x2f\x79\xe4\xb5\x1d\x53\x6f\xf8\xec\xad\x97\x4e\xc8\ \x0a\x40\xed\x81\xed\x1b\xab\x9a\x65\xac\xea\xc1\xbf\x3c\x6a\xf7\ \x99\x7e\xc3\x15\xe3\xb7\xbf\xfc\xf7\xb9\xab\x8f\x81\x7d\x64\xc5\ \xa6\xfd\x23\x2f\xbf\xf9\xaa\x89\x79\xaf\x3f\xf2\xc8\xe6\xea\x84\ \xa6\x51\x20\xcc\x6e\xd8\x57\x03\xa1\x01\xfd\x43\x47\xb6\x2d\xdb\ \x05\x63\x6e\xbb\x76\x7a\x4e\xc4\x0a\x66\x16\x5c\x76\xeb\x1d\x39\ \xc7\x76\x6d\xd9\x5d\xb3\x77\xf3\x7b\xb5\xa1\xc1\x37\xdd\x74\xcd\ \xd0\x02\x63\xe7\xfa\xd5\xc7\x62\xbc\x71\xeb\x6b\x7f\x7e\x7a\xd5\ \xd0\xd9\xd7\x5e\x31\xad\xcf\x96\x65\xab\x1b\x5d\xac\x3d\xb0\x65\ \xf3\xe1\x56\xec\xa8\x5a\xb9\xe9\xc0\xe8\x2b\x6f\xb9\x72\x7c\xce\ \xab\x0f\x3f\xb2\xb5\x36\xc9\x82\xf9\x53\x2e\xbe\xee\x33\x77\x5e\ \xe5\x6e\x7e\xed\xa5\xa5\x07\x88\xa9\x13\xdf\x6c\x00\x09\x23\x87\ \x56\x2e\x6a\xca\x18\x72\xdb\x0d\xe7\xe5\x84\xcd\x70\x76\x7e\x49\ \x71\x1e\xa3\xd6\xb0\xf3\xaf\xf8\xcc\xa7\x6f\x2d\x68\x5b\xf5\xe4\ \xdb\xdb\xec\xa3\xab\x9e\x78\x61\xc5\xe8\x6b\xee\xbe\xe5\xb2\x69\ \x45\x61\xb1\x6a\xde\x43\x8b\x0e\x67\xdc\x72\xe7\xed\x25\xcd\xcb\ \x1f\x9c\xbb\x5c\x02\x2b\xed\x5f\x51\x77\xf4\x40\x2b\x07\x42\x52\ \xce\x98\x7a\xfc\x6b\x1f\x04\x20\x91\x4c\x1c\xad\xae\x9e\x30\x61\ \x42\x71\x71\xf1\xc1\x43\x07\x65\x3a\xd2\xeb\xf7\x79\x72\x82\x85\ \x23\x00\x22\x41\x4c\x7f\xcb\xfe\x13\x38\xe5\xb0\x7e\x2f\x20\x94\ \x12\xd1\xbc\x7c\xe5\xa6\xac\x09\x57\x7f\xea\xb2\xd1\x5b\x5f\x7e\ \xe4\xbd\x03\x75\xab\x5e\x7d\x6e\x79\x43\xe1\xa7\x3f\x77\xe7\xb4\ \x91\x7d\x98\xdb\xf0\xec\x83\x0f\xd5\xe6\x4e\xbb\xeb\xb6\x4b\x6b\ \x96\x3c\xf9\xfc\xfa\xba\xe6\xdd\x6b\xb6\xd5\x1a\x57\xdf\x72\xe3\ \xa4\xca\x42\x8f\x63\xbf\x49\x97\xdd\x7d\xfb\x8d\x63\x4a\x83\x42\ \xc8\x6e\xdb\x9f\x3a\x35\x76\x69\x73\xef\xf2\x17\x00\x64\x0a\x41\ \x19\x45\x44\x90\x12\x51\x4a\x04\xc1\x1d\x0c\x57\xdc\x71\xc7\x15\ \xff\xf1\xd5\xef\x46\x6e\xfc\xe5\x7f\x8e\x2d\x74\x8e\x1c\x91\xd4\ \x2a\x28\x29\x2b\x2d\x0c\x6d\xdd\xb2\x69\x6f\x5d\x4b\xe8\xdd\x97\ \x77\xf1\xb6\x24\xe7\x0d\x75\x31\x8d\x1a\xf9\xa5\x15\x95\x95\xa3\ \x22\xb3\x86\xfe\xe9\xbd\x9d\x5e\xce\x05\xa3\x8a\xde\x7e\xef\xad\ \xb7\x03\x97\x5c\xd2\x47\x27\x40\xb5\x40\x40\xaf\xdb\xbe\xa1\x56\ \xf6\xfd\xcf\x6b\x2f\x28\x36\x20\xbe\x6f\xc3\xdc\x15\xdb\xae\xef\ \x13\xb0\x42\xd9\xfd\x07\x0f\x19\x35\x2a\xb4\x62\xc9\xba\x23\x0d\ \xcd\x63\x8b\x0b\x04\xa2\x1b\x6b\x41\xa2\x85\x34\x88\xc5\x3a\x68\ \x46\x54\x43\x74\x1d\x47\x02\xd5\x58\x30\x53\xc7\x44\x3c\x16\x01\ \xa3\xa8\xcf\x80\xe1\x95\x03\x48\xe2\xa8\xa6\x1b\x26\x89\x6f\xda\ \xb0\x26\x3a\xf1\xaa\xab\xa7\x8c\x6a\xaf\x6a\xcd\xb4\x6a\x05\xe7\ \x54\xd3\x0d\x4a\xb8\x90\x56\x24\xa7\xff\xe0\xca\x11\xc3\xad\xe5\ \xef\xfe\xea\x48\x53\xdb\x30\x33\xb6\x6e\xf1\x82\xaa\x56\xbb\xb6\ \xb5\x2d\xd0\xde\xe4\xe6\x11\x04\x29\x05\x17\x42\x10\x86\xb1\xd6\ \x44\x38\x50\xa8\x03\xb8\x8e\x23\x10\x08\x65\x98\x6c\xda\xbc\xfa\ \xed\xad\xd5\xed\xcd\x35\x1d\x76\xb4\x19\xb2\x06\x0c\x2b\x0d\xad\ \x7a\xe3\x8d\xc8\xe5\x57\x4c\xd3\xdb\xd6\xae\xdb\xdf\x0a\xf6\x2b\ \xcf\xd7\xb4\x37\xb8\x49\x59\x6f\x03\x18\x56\x18\xe3\xcd\x49\x5b\ \x66\xe8\x52\x45\x1f\xcf\x06\x02\x84\xae\xeb\xd7\x5e\x7b\x8d\xaf\ \x00\x52\x0a\xd7\x75\x09\x21\x00\xba\x3f\x7a\x3f\xd1\xc2\x45\x7a\ \x54\x2f\x64\xba\x07\x76\xfe\xd7\xf5\x2e\x89\x00\xfe\x9f\x73\x2e\ \x58\x20\x5c\x3e\x60\xc8\xf0\xc1\x03\x27\x2e\x7b\x77\xd7\xa1\xe6\ \xeb\x86\x0d\x0b\x6d\x5f\xf9\xfa\xd2\xdc\x2b\x2e\x99\x25\x9a\xd7\ \xae\xdf\x57\x67\xca\x95\xcf\x1f\x95\x4d\x9e\x08\x1c\x6b\xe1\x06\ \xcb\x2c\xa8\x18\x3e\x74\x50\x00\x62\x42\x60\x38\xb7\xa8\xbc\xb4\ \xc4\xb1\x5d\x7e\x6a\xae\x20\xf1\xa7\x01\x3b\xfd\x1e\xec\xb6\xcd\ \x1f\xbe\x2e\xa0\x44\x40\x29\x05\x91\x4c\xda\x9c\x54\x8c\xb8\xe0\ \xfa\x6b\x27\x02\x80\xe4\x8e\x94\xf6\xbe\x5d\xfb\x82\x7d\x86\x7b\ \x87\xb6\xee\x6d\x9d\xde\xd7\x1f\x5c\x4b\x04\x00\x22\xa4\x99\x37\ \xf0\x8a\x1b\x6f\xcf\x65\x1e\xd1\xcd\xac\x28\x5b\xb6\x5c\x48\xe2\ \x39\x00\x9c\x80\x94\x2e\x89\x0e\xfc\xb7\xff\xfe\xfe\xba\x77\x5f\ \x7d\xfc\x8f\x3f\xad\xff\xe2\xff\xcb\xd7\x34\xb4\x25\xa1\x44\x7a\ \x76\xd2\x45\x30\x78\x32\xe9\x00\x23\x28\x11\x51\xba\x8e\x0b\xcc\ \x03\x8d\x0a\xce\xa5\x10\x52\x10\xd0\x2c\x90\x5e\x7b\x12\x8a\x8b\ \xfb\x18\xd5\x8b\x77\xd5\x74\x4c\x2f\x0f\x0a\xc2\x9a\x76\xae\xdf\ \xc7\xad\x59\x45\xd9\x6d\xdb\x84\xf0\x5c\x47\x4a\xcd\x13\x88\x80\ \x52\x4a\x04\xcf\x75\x65\xfa\xfe\x20\x85\x40\x04\x40\x21\x85\x44\ \x94\xae\xe3\x01\x78\xa0\x69\x1a\x49\x2e\x7a\xe6\x91\xe5\xf1\xe1\ \xff\x79\xe7\xd4\x95\xff\xf8\x7d\xb5\xcb\x25\xe7\x52\x12\xe2\xff\ \x89\xcb\xf3\xfa\x97\x36\x2c\xdb\xb3\xaf\xc6\x1e\x5f\xa8\x7b\x9e\ \xd4\x0c\x7d\xd3\x8b\x8f\xbf\xb4\xc9\xfa\xc6\xd7\xef\xac\x7e\xf3\ \xe1\xd7\x9b\x63\x3c\xd8\xf7\x73\xff\xef\x7b\x5b\x97\x2f\x7c\xfa\ \xbe\x5f\x1e\xb9\xe1\x2e\xcd\x0c\x0c\x18\x3e\xfb\xce\x8b\xfb\xba\ \x1e\x98\x86\xc5\xb8\x6b\xdb\x09\x34\x74\x4a\x50\x08\x2e\xa5\xea\ \xc5\x67\xc9\xd3\x85\x78\x3c\x7e\xdc\x29\x48\xcd\x6a\xe3\xa9\xd9\ \x41\xa9\xc8\xbf\x90\xc2\xef\x7e\x5d\xbb\x20\x76\xd5\x06\x22\xa5\ \x1f\x6e\x93\x52\x08\x44\xc9\x5d\x1b\x24\x22\x65\x6e\xdc\x2e\x9f\ \x7d\xdd\x0f\xca\x86\x2e\x7c\xe1\xe9\x9f\xff\x6a\xf7\xd7\x3e\x37\ \x41\x0f\x64\x4c\xbc\xf8\x86\x0b\x2a\x74\x0f\xb4\x40\x34\xab\xfa\ \x4d\x57\x4a\xee\x78\xdc\x22\x5c\x4a\xc1\x53\xd1\x2a\x21\x4e\x88\ \x2f\x10\xe8\xe2\xc9\x74\xb6\xd9\x8f\x46\x7e\x80\xa8\xca\xb9\xf3\ \x17\x50\xa2\x24\x54\x02\xba\xf1\xfd\x5b\x96\x2d\x5c\xd4\xc2\x6d\ \xd7\x8c\x16\x55\x04\x8f\x3d\xb3\xe8\xd0\xed\xdf\xfb\x59\xe3\xcb\ \xbf\xfb\xfb\xc3\x2f\x7f\xff\xae\x51\xf9\x99\x2d\xaf\xbd\x34\xaf\ \xb9\xb2\xff\xc0\xd2\xf1\x83\xe0\xf1\x97\x5f\x7d\x7b\x6c\x79\x84\ \x05\x0b\xa7\x4f\x1b\xe2\xd9\x89\x38\x71\x05\x82\xe7\xd8\xb6\x43\ \xe2\x35\x3b\xd6\x6d\x38\x10\x8d\xe4\xe4\xe9\x6e\x5b\x47\x7b\xa6\ \xe3\xc4\x3a\x62\x99\x83\xc7\x0d\xcc\x7a\xf7\x91\x07\x1e\x3f\xaf\ \xd4\x7b\x6b\x6d\xf3\xf4\xcf\x0e\xd5\xf8\xb6\x44\x32\xe1\x72\x0e\ \x9e\x9b\x4c\x24\x1c\x8f\x0b\x21\xb8\xc7\xb5\x8c\xd2\x0c\xbe\xa4\ \xea\x60\xd3\x88\x41\x93\xaf\x9c\xb4\xe6\xa9\x3f\xfc\xfa\xe0\xb4\ \xf1\x61\xb7\x61\xf9\xf2\x55\x83\x66\xdf\x31\xba\x58\x5f\xd0\x11\ \x4b\xea\xae\xe0\x82\x70\xcf\x4e\xc4\x62\x8e\x36\x71\xf4\xc4\xd7\ \xfe\xfa\xe2\xc3\xf3\x9c\x8c\xe6\x8d\xf5\x0e\x21\x52\x38\x76\x22\ \x41\x3d\xe1\xb9\x89\x44\xd2\xf3\x04\x52\x2f\x99\x48\x38\x9e\xcc\ \x0c\x85\xf8\xb1\xba\xfd\x7b\x0f\xd4\x34\xc6\x79\xa9\xd4\x03\x21\ \x51\xbf\x7d\xfd\xce\x63\x73\x46\xe4\x08\x27\x99\x33\xec\xa2\x59\ \x7d\xb7\xfd\xed\xb7\xbf\xd9\x33\x65\x64\x80\x77\xb8\x91\xd2\x62\ \x33\x83\x79\xf5\x55\xfb\xf7\xd7\xd7\xb7\x70\x8d\xd9\xb5\xbb\x97\ \x6f\xdc\x15\x88\xe6\x64\x99\xa4\xa5\x4d\x3f\xff\xfc\x41\xf7\xbd\ \xf6\xda\xa2\xc8\xb4\xa8\x74\x0b\x47\x4c\x18\x9d\x11\xa8\x3d\x74\ \x28\x33\x6f\x6c\x88\x71\xcf\x51\xdb\x6d\x9c\xc5\xd9\x4a\xd3\x34\ \xfd\x32\x23\x9c\x73\xd7\x75\xa1\x4b\xb4\xff\xa4\x3b\x9f\x94\x52\ \x48\x21\x85\xef\x2f\xa4\xe6\x27\x4f\x3d\xa4\x10\xe0\x3a\xc9\x44\ \xd2\x11\x82\xdb\xc9\xa4\xed\x71\x10\xd2\x49\x24\x84\x74\xf6\x6c\ \x58\xb6\xbb\xc6\xce\x29\xc8\x85\x3d\x35\xc9\xd0\xe0\x19\x03\x03\ \x8b\x5e\x7d\x31\x30\xa5\x52\x3a\x6c\xcc\xcc\x69\xc2\x71\x92\x09\ \x87\x73\xee\x12\xad\xbc\x20\xb4\x74\xf9\x8b\xcf\x9b\x87\x8a\x2b\ \x46\x8c\xec\x9f\x25\x84\x7c\x9f\xa9\x56\x48\x4f\x51\x9c\xbe\xbf\ \xc0\xbe\xf3\x9d\xff\xfe\xa0\x17\x8b\x1a\x66\x6c\xc3\xda\xc4\xd6\ \x4d\xd4\x30\xbb\xf7\x0e\x3c\xcf\xac\xe8\x9b\x31\x73\x36\x7a\xae\ \x3f\x4b\x57\x5f\x57\x9b\x9b\x57\x80\x04\x10\x11\x84\x1b\x73\xda\ \x9b\x1a\x9a\x1b\x9b\x9a\x92\x0e\xea\x06\xc9\x19\x78\xde\x94\xe1\ \x15\x85\x45\xf9\xed\x75\xcd\x39\xfd\x87\x0d\xed\x57\xd0\x70\x60\ \x6f\x7d\x82\x0e\x1e\x37\x79\xca\xc8\xf2\xc6\x83\xbb\xab\xaa\x9b\ \xcd\xac\xe2\xbe\xe5\xf9\xe8\xf2\x48\x5e\x45\x79\x7e\xa6\xf4\x1c\ \x16\x29\xaa\xc8\x37\x76\x6e\xdc\xb8\xfb\x50\x63\xc9\xf8\x4b\x2f\ \x99\x3c\x84\x7a\x4e\x30\xab\xb0\x6f\x79\xbf\xa1\x43\x2a\xe2\x47\ \xf6\x1c\x68\x90\xe7\x5d\xf1\xa9\x99\xc3\x8b\xb9\x93\xe4\x2c\xd2\ \xb7\x6f\x9f\x10\x15\xae\x60\x45\x7d\x06\xe6\x84\x34\xc1\x85\x1e\ \x88\xda\x07\xd7\xac\xaf\x35\xc6\x8e\x1a\xdc\x7f\xd8\xe8\x62\xcb\ \x3e\x50\x75\xa8\x39\x41\x46\x5f\x78\xc3\xf5\x33\x47\x50\xcf\x71\ \xb9\xcc\x2c\xe8\x5b\x9a\x1b\x91\x82\x73\x49\x73\x4b\xfb\xf4\xaf\ \x1c\x3a\xb0\xc8\x3a\x52\x75\xb0\xad\xa3\xed\x58\x87\x3e\x79\xfa\ \xe4\x0c\xea\x85\x73\xcb\x2b\xf2\x82\x82\x86\xfb\xf4\xa9\x08\x51\ \xe1\x4a\x5a\x50\x5e\x39\x6a\xc4\x40\xad\xfd\xc8\xf6\x3d\x87\x48\ \xf6\x80\xc9\xe3\x47\x96\x95\x16\x47\x2d\x27\x86\xd9\xfd\x4a\x33\ \x24\x17\x92\x86\x86\x8d\x19\x93\x03\xad\x07\x0f\x1e\x69\x89\x7b\ \xd1\xfc\xf2\x71\x93\xa7\x14\x92\xe6\x6d\x3b\xf6\x3a\x66\xde\xf8\ \xf3\x26\x56\x84\xf9\xce\xad\x1b\x77\xee\xaf\x2d\x18\x75\xfe\x25\ \x33\x47\x95\xf5\x1d\x5c\x1a\x48\xec\xd9\x73\xa0\x29\x21\x8b\xfa\ \x55\x16\xb0\xba\xf9\xf3\x97\x0f\x98\x79\xd5\x88\x02\xdd\xf5\x24\ \x2a\xfe\xe5\x00\x12\x20\xb6\xed\xac\x58\xb9\x72\xf7\x9e\x3d\xbb\ \x76\xef\x89\xc7\xe3\x79\xb9\xb9\x40\x88\xa6\xe9\xf5\xf5\xb5\xc1\ \x60\xc8\xb2\x2c\xbf\xa7\x51\xca\xea\xeb\x6a\xb3\x73\x72\x28\x63\ \x52\xfa\x45\x4b\x21\x75\x14\x80\xd4\xb8\x39\x7d\x5c\x40\xe4\x5c\ \x84\x73\x4a\xfa\x95\x66\x71\x4e\xcb\xfa\xf6\xcd\xb5\x88\xe3\x61\ \x5e\x69\xdf\xb0\x53\xb7\x69\xd3\xd6\xea\x78\xe0\x82\x4b\xae\x1a\ \x5d\x91\xdb\xa7\xb2\xd2\x8a\x55\xef\xde\x7f\xd4\x86\x70\xbf\x01\ \x7d\x02\x54\xe8\x19\x85\x7d\xcb\xf2\xd0\x93\x79\x7d\x2a\x58\xfc\ \xd8\xbe\xa3\xed\x39\xa5\xfd\x4b\x72\x2d\xc9\x53\x5e\x8a\x1f\xdb\ \x48\x0f\x64\xd2\x91\x4f\x20\xba\xae\x37\x34\xd4\x59\x56\x20\x10\ \x08\x9c\x8e\x3a\x9c\x49\x5d\x16\x16\x89\xd6\xfc\xf9\x7f\xeb\x1e\ \xbe\xbf\xc7\xbc\xa6\x78\x2c\x63\xd6\xc5\x7d\x7e\xf9\x47\x11\xeb\ \x00\x00\xc6\xb4\x2d\x9b\x37\x0c\x1b\x31\x0a\x00\xa4\x10\xcc\x30\ \x4d\x5d\x03\xf4\xe3\xba\xc2\xf3\x24\xa3\x22\x69\x7b\x84\x19\x01\ \x8b\x39\x49\x1b\x99\x11\x30\x0d\x82\x3c\x99\xb4\x91\xea\x96\x69\ \x52\x0a\xc2\x73\x92\xb6\xa7\x99\x01\x0d\x3c\xdb\xf1\xa8\x66\x99\ \x3a\x3a\x8e\x34\x03\x16\xa3\x20\xb9\x9b\xb4\x5d\xaa\x5b\x06\xe1\ \x49\xc7\x23\x4c\xb7\x2c\x93\x51\xf0\x1c\xdb\x71\x39\x50\x3d\x60\ \xe9\xae\x9d\xe4\x48\x2d\xcb\x92\x5e\xd2\xe3\x08\x04\x98\x6e\x26\ \x0f\xaf\xfc\xd3\x23\xcb\xaf\xf8\xd2\x57\x86\xe7\x19\x84\xe9\x86\ \xae\x11\x40\xee\x39\x8e\xcb\x25\x82\x61\x06\x18\xba\xb6\xcb\x81\ \x50\xd3\xb2\x08\x8a\xb6\x23\x7b\xd7\xef\x3a\x1c\xcc\xca\x38\xb4\ \x76\xd1\x3e\x36\xe2\xcb\x9f\xb9\x22\x5b\xa3\x20\x5d\x9b\x93\x80\ \xa5\xb9\x49\x9b\x03\xb5\x02\x96\x74\x92\x1e\x52\xcb\xb2\x34\x46\ \x00\xa5\xeb\xd8\x2e\x47\xd3\x0a\x50\xe9\x24\x1d\x91\x72\xf3\x08\ \x35\x0c\xd3\xd0\x19\x20\x0a\xcf\xb5\x5d\xae\x5b\x01\x43\xa3\x80\ \xc8\x5d\xdb\xe6\x10\x08\x58\x8c\x12\xc9\x3d\xdb\x76\x24\x10\xdd\ \xb4\x4c\xff\xcd\xd2\xdb\xb1\xf0\xb1\xe7\x76\x86\xbf\xfa\x95\xeb\ \xa3\x42\x6d\xb3\x71\x76\x59\xb1\x7c\xc5\x2b\x0b\x5e\xcd\xce\xce\ \xba\xf9\xe6\x9b\xfb\xf6\xed\x83\x12\x82\xa1\xe0\xf6\xad\x9b\xf3\ \xf2\x0b\x32\x33\xb3\xfc\x01\x85\xa6\xeb\x5b\x37\x6f\x1c\x38\xb8\ \x52\xd7\x0d\x29\x78\x97\x1c\xb5\x54\x5f\xed\x32\xd8\x07\x40\xd0\ \x0c\x4b\xa7\x22\xe9\x70\x2b\x60\x09\x27\xe9\x0a\x62\x5a\x16\x11\ \x2e\x27\x9a\x65\xea\x04\xd1\x73\x7d\xbb\xd5\x4c\xcb\xd4\x19\x45\ \xc9\x93\x09\x1b\x74\xd3\x64\x68\x27\x5d\x24\x00\x84\x05\x02\x96\ \x46\xc1\xb5\x93\x8e\xd7\xa5\x78\x3a\x1e\x1f\x49\x20\x42\x3a\x85\ \x90\x04\x83\xa1\x9d\x3b\xb6\x66\x65\xe5\x64\xe7\xe4\x4a\xf9\xcf\ \x4d\xe6\x4c\xc6\x11\xe8\x38\xa1\xd1\x63\x0b\x3e\xfd\x45\xd2\xa3\ \xbf\xe0\x5a\x7d\xfb\xa1\xeb\x74\x8e\x72\x50\x4a\xcf\xf3\x0c\x5d\ \x07\x00\xcf\x49\x7a\x76\x6a\x1e\x3f\x3d\xd3\x43\x00\x08\x0a\x2f\ \x11\xf7\x00\x00\xa4\x1b\xf7\xdc\xb4\xc6\x78\x09\xee\x75\x1e\x99\ \x3b\x49\xee\x0f\xd2\xd2\xcf\x92\xf1\xd8\xf1\x40\x91\x6b\x27\xfd\ \xd0\x8e\xe0\xc9\x38\x3f\x3e\xe2\x92\x3c\x99\xe0\xfe\x33\x27\x99\ \xe8\xbc\x82\xdc\x75\x83\x25\xa3\x6f\xbf\x35\x5b\xd3\x85\x10\x12\ \xb9\xed\x39\x27\x0c\xd4\x3c\x27\xe9\xa5\x3e\x00\x3a\xc9\x24\x61\ \x1a\xa1\x10\x6f\x3c\xba\xb7\xea\x50\xb4\x78\xf2\x5d\x33\xa6\x46\ \xa5\xd3\xb9\x0a\xe4\xf8\x29\x12\xfe\x29\x84\x9d\x88\x77\xbd\x2c\ \x5d\x4f\xed\xbb\x9e\xae\x9d\x74\xed\xe3\x6f\x70\x93\x09\xb7\xcb\ \xfb\x93\xf1\xf8\x09\x17\xd5\xf6\xaf\x1b\x50\x0a\x19\x7d\x26\xdf\ \x3e\xb2\x38\x2a\x3d\x2e\x4f\x30\x39\xc5\xbf\x32\x28\x86\x48\x29\ \x9d\x31\x73\x46\x24\x12\xc9\xcb\xcf\xab\x28\xaf\x70\x3d\x97\x10\ \x2a\xa5\xf4\x4e\x59\x34\x89\x12\x3d\xd7\x33\x74\xa3\x4b\xd4\xdf\ \xb7\x70\x38\x25\xf4\x08\xdc\xb5\xfd\xbf\xb7\x13\x49\xdf\xbc\x52\ \x96\x0b\x22\xde\xd9\x6b\x80\x80\x14\x4e\x22\x71\xdc\x24\x5d\x27\ \xd9\x69\x3f\x28\x4e\x30\x8f\xce\x53\x02\x12\xf4\x23\x8d\x08\x7e\ \xb6\x25\x01\x00\x22\x51\x7a\x9e\x77\xfa\x79\x54\x67\x54\xc7\x0d\ \x91\x9a\x16\x31\xdf\x77\xdd\x94\xe7\xc9\x64\xc2\xb7\x59\xc6\x58\ \xd5\x81\xfd\x8e\xeb\x0e\xae\x1c\xa2\x69\x9a\xec\x92\xfe\x91\x4a\ \x86\xee\x31\x09\xe4\xec\x7f\xf7\x40\x34\x5d\x43\xc1\x4f\x73\xad\ \x01\x61\x9a\x65\x9a\x00\x00\x28\x5c\xc7\xe1\x12\x3f\x94\x5e\x49\ \x35\x9d\xa0\xe8\x76\x54\xa9\xf8\x57\x45\x16\x7c\xab\x24\x04\x74\ \xdd\x90\x28\x85\x10\x7e\x5f\x6f\xa8\xab\x3b\x72\xf4\xf0\xb0\x61\ \x23\x34\x4d\xf3\x7d\x72\xc6\xd8\x91\xc3\x87\x3b\x3a\xda\x2a\x87\ \x0c\xd3\x0d\xa3\x73\x36\xb3\x33\x02\x78\x6e\x2c\x3c\x1d\x50\x20\ \x9d\x27\xeb\x0c\x31\x34\xd6\xd7\x1f\x3a\x54\x35\x74\xd8\x88\xd3\ \x5c\x37\x75\x8e\xea\x3b\x22\xe2\xde\xdd\xbb\x5c\xd7\x36\xcd\x80\ \x2f\x60\x00\x2a\x58\xa6\xf8\x48\x4c\x49\x60\xe7\x13\x02\x84\x73\ \xee\xb8\x4e\xbf\x7e\x03\x32\xb3\xb2\x7c\xa5\xe8\xec\x93\xfb\xf6\ \xee\x8e\xc7\x63\x01\x2b\x98\xb2\xf0\x4e\x67\xe1\xc3\x6c\x33\x10\ \x00\x2e\xb8\x63\xdb\x7d\xfb\x0d\xc8\xca\xce\xee\xda\xe6\x0f\x5f\ \x17\x7c\xdd\x6a\x6b\x6d\x75\x5d\x07\xd4\x4e\x52\x8a\x8f\x2c\x94\ \x92\x68\x46\x86\x69\x5a\x27\x75\x30\x42\x08\x21\xa4\xad\xad\xd5\ \xb1\xed\xde\x66\xe1\x84\x92\x68\x34\xc3\xb2\xac\xd3\x14\x05\x38\ \xc7\xf5\xa0\x29\x53\x9b\x4e\x2a\x3e\xf2\xbc\xcf\x84\x9f\x3f\xa3\ \xf9\xd1\x6a\x73\xb7\x9c\xd3\xfa\x8e\x52\xa8\xd8\xb9\xe2\x63\x2e\ \x19\x1f\x13\xb7\x48\x7d\x97\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\ \xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\ \xe9\x82\x42\xa1\x50\xba\x90\x82\x50\xa6\xa9\xf5\x11\x0a\xc5\x47\ \x5a\x17\x08\x21\x94\x76\x2d\x29\x4b\x7a\xda\x00\x8a\x10\xca\xfe\ \x59\x87\x27\x04\x84\x9b\x68\x6d\x8b\x75\x53\x8a\x90\x10\xc6\x98\ \x2a\x2e\xa2\x50\x7c\x04\x74\x41\x08\xcf\x71\x39\x30\x0a\x80\x40\ \x28\x91\xdc\x71\xbb\xdf\xbf\x44\x38\xf1\x86\x86\x06\x5b\xf4\xbc\ \x90\x8c\x50\x1d\x9c\x95\xf3\xff\xf8\xf3\xfb\xdf\x88\xe1\x49\x7b\ \x67\x11\xf4\xec\xc6\xfa\xfa\x84\x87\x4a\x1a\x14\x8a\x5e\xac\x0b\ \x84\x05\x68\xe2\x8d\x47\xbe\x7f\xfb\x97\xbe\xf7\xce\xde\x98\x65\ \x18\x96\x96\x58\xf0\xd7\x1f\xdc\xf9\xc5\x9f\x6c\x39\x96\xd0\x75\ \xc6\x74\x33\x14\x0a\x87\x43\x41\xd3\x30\x02\x26\x5f\xf4\xd8\x1f\ \xbe\xf3\x8b\x87\x1a\x8c\x68\x38\xa8\x13\xa0\x56\x30\x14\x0e\x87\ \x43\xc1\x80\xce\x28\x20\x12\xaa\x59\xc1\x90\x19\x36\x9b\x8f\xee\ \xda\x7d\xa8\x51\x00\x31\x4c\x2b\x14\x0e\x87\xc3\x21\xcb\x30\x02\ \x01\x58\xfb\xca\xc3\xff\xf5\xbd\xdf\x57\x61\x34\x1c\x32\x09\x10\ \x33\x10\x0c\x87\xc3\xa1\x50\xd0\xd0\x54\xec\x43\xa1\xf8\x70\xd0\ \xba\x1d\x41\x08\xc7\x6e\xad\xae\x6f\x3e\xda\xfc\xfa\xc2\x77\xa7\ \x8d\xb8\x59\x6c\x59\xf8\xc6\x8a\x1d\x6d\x1d\x85\x8d\x1d\x49\xc3\ \xcc\xae\x5a\xb7\xf8\xf9\xd7\xde\x6b\x85\x9c\x19\x57\x5e\x7f\xf1\ \x98\x6c\x21\x44\xcb\xa1\xdd\x7f\xfe\xe1\x77\x87\x8e\x9c\x79\xf3\ \x15\x7d\x9f\xbf\xf7\xd9\x5d\x75\xb1\x60\xde\x80\x4b\xae\xbc\x6c\ \x44\x45\x8e\xd3\xb8\x77\xee\x63\x0b\x76\x57\xb7\x37\x1e\x75\xa2\ \x21\x4b\xd7\xc4\xba\x57\x9f\x79\x6d\xcd\x6e\xa9\x67\x8e\x9e\x71\ \xe9\x95\x33\x07\xa3\x10\x1d\xf5\x55\x8f\xfc\xfc\xbb\x4b\x07\x4c\ \xba\xeb\x96\x71\xaf\x3f\x74\xff\x86\xaa\x26\x33\xab\xfc\xc2\xcb\ \x2e\x1f\xd7\x3f\x17\x85\x2a\x82\xae\x50\xf4\x0a\x7f\x01\xb8\xe7\ \xc4\x5a\x9d\x9c\x8a\x82\xc3\x6b\x96\x6d\xd9\x53\xb5\xf2\xbd\x25\ \x0d\x7a\x49\x96\xe1\x36\x7b\xd8\xb2\x63\xf1\x6f\xff\xf0\xc0\x41\ \x2f\x62\xc5\xf7\xfd\xe5\x97\x7f\x5c\x73\xb4\xc3\x30\x74\xc2\xa8\ \x6e\x9a\x96\xa9\x53\xca\x80\x1a\xe1\x90\x7e\x68\xcd\xbc\xff\x7d\ \x64\x51\xc2\x6d\x79\xf1\xc1\x7b\x9f\x7c\x7d\x43\x12\xa4\xeb\x22\ \x10\x04\xc2\x34\xa4\x81\x60\x88\xb7\xec\xfa\xfb\xef\xff\xb6\xe6\ \x40\xb3\x61\xea\x94\x31\xcd\x30\x2d\xcb\xa0\x8c\x01\xe8\xe1\x70\ \xa0\x61\xfb\xeb\xbf\xbd\x7f\x5e\x75\x0c\x54\xa4\x52\xa1\xe8\x15\ \xba\x40\x08\xe1\x5e\xb2\xa5\xc3\x1b\x38\xf5\xf2\xe9\x45\x8d\x8f\ \x3f\xf2\xf8\x6b\xab\x9a\x2f\xbc\x7a\x4e\xb1\xe1\xb4\xbb\xb1\xcd\ \x6b\x36\x1c\x6c\x74\x43\x96\xa1\x99\x26\x6f\xd9\xb3\xe9\x68\x33\ \x72\x6e\xe5\x0f\xfc\xe2\x77\x7f\xf8\xd9\x4f\x4d\x25\x1d\x31\x33\ \xa0\x11\x62\x04\x43\x56\xac\xae\xae\xbe\x6a\xe7\xfa\x9d\x07\x07\ \xcf\xfe\xe2\x6f\x7e\xfe\xa3\x39\x23\x32\x6c\x0f\x81\xdb\xd2\xd2\ \x19\xd3\xac\x50\x88\x25\x1a\x6a\x5b\xda\xb8\x90\x2c\x5c\x74\xfb\ \x7f\xfe\xcf\xbf\xdd\x7d\xb1\x99\x88\xeb\x01\x46\xa8\x16\x0a\x05\ \x92\xb5\x35\xad\xb1\x24\x25\x6a\x34\xa1\x50\xf4\x06\x7f\x01\x80\ \x73\xbb\x35\x2e\xb2\x2a\x06\xcd\x9a\x75\x5e\xf5\x7b\x0b\xea\x0a\ \x27\x5e\x3c\x76\x70\x50\xb3\x3b\x62\x8e\x94\x52\x4a\x1a\xc9\x2b\ \x9d\x70\xfe\x65\xff\xfe\xad\xaf\x9f\xdf\x27\x9b\x0b\xe1\xb9\x8e\ \xed\x02\x50\x5c\xf3\xc2\x13\x0f\xbf\xb2\xb6\x64\xfc\x05\xe3\x2b\ \x73\xa5\x90\x40\x08\x21\xe0\xb9\x49\x00\xa4\x14\x98\x61\x74\xec\ \x5e\xfe\xb7\xbf\x3e\x72\xcc\x18\x7c\xc1\xf9\x63\x42\x04\x91\x10\ \x02\x84\x73\x27\x69\x4b\x20\x64\xc7\xa2\xf9\x0f\x3c\xbd\x28\x3c\ \xec\xfc\x29\xa3\x8b\x51\x15\x3b\x56\x28\x7a\x51\x7c\x01\x88\xe7\ \xc6\xea\x9b\x93\xd9\x5c\x1b\x3e\x65\xe6\x85\x17\x1e\xc9\x3f\x7f\ \x66\x59\xa6\xcb\x93\x1d\x35\xb5\xde\xc8\x49\xe3\x2a\xde\x5c\xbb\ \x73\xed\x0a\x51\x1d\x70\x82\xc3\xbf\x32\x75\xfa\x80\x7e\x45\x64\ \xf1\x9b\x7f\xf8\xee\xb7\xc6\x4e\x9a\xda\x3f\x9c\x19\x10\xbb\xf7\ \x6c\x5c\x23\x0f\x37\x78\x4e\xb9\x59\x5c\x39\x7d\xdc\xe0\x47\xde\ \x79\xe8\xdf\x1b\xde\x6d\xdd\x57\x47\x4b\x80\x1a\x56\x20\xc0\x1a\ \x0f\x6d\x5d\xe7\x74\xb4\x3a\xae\x27\xf5\xf2\xf2\xe2\x88\xf7\xe6\ \xdf\xef\xf9\xcf\xd5\xa3\x26\x8c\xcd\x0f\x07\xa9\x7b\x70\xf3\xba\ \xd6\xb6\x1a\x4f\x14\xa9\xc8\x82\x42\xf1\xa1\xd0\xcd\x3e\x74\x84\ \x10\xe1\xc6\xda\x13\xac\x72\xcc\xe8\xfe\x15\xfd\xc6\x4f\x99\x3e\ \xbc\x6f\x1e\xb8\x76\x22\xe9\xe6\x54\x8c\x98\x34\x79\xc2\xa8\x81\ \x85\x76\x6b\x53\x87\x0b\x99\x85\xe5\x43\x07\xf7\xeb\x37\xb0\x5f\ \x76\x80\x76\x74\x24\xc2\x05\xfd\x67\x5f\x3e\xbb\xc8\xe4\x0d\x0d\ \xcd\x46\x76\xbf\x29\x53\x27\x0f\x1b\x3c\x70\xf8\xc8\x91\xf9\x96\ \x68\x69\xb7\x73\x2b\x86\x4d\x9d\x3a\x69\xcc\xf8\xd1\xfd\x8b\xb2\ \xe3\x4d\xb5\x09\x19\x1a\x36\xe1\xbc\x89\xa3\x87\x0f\x1c\xd4\x3f\ \x3f\x6a\xc6\xda\x3a\xcc\xec\xf2\x0b\x2e\xbd\xb8\x5f\x26\x6b\xa8\ \xab\x27\xe1\xd2\x89\x53\xa7\x8e\x19\xda\x27\xa0\x7d\x58\x3b\x4b\ \x28\x14\x9f\x5c\xba\xaf\x07\x4d\xa8\x16\x0c\x5a\xc2\x49\xda\x9e\ \x20\xa9\x5d\x6b\x58\x20\x18\x20\xdc\x4e\xd8\x9c\x19\xa6\x69\xe8\ \x94\x00\x0a\x2f\x69\x3b\x12\xa8\x69\x59\xba\x46\xa5\xe7\xda\x0e\ \xd7\x2d\x4b\x67\x14\x20\xb5\x37\x1c\x12\xe6\xef\xa5\x05\x80\xc2\ \x73\x93\x8e\xa7\x19\x96\x69\x68\x04\x00\x51\x38\x49\x9b\x4b\x30\ \xac\x80\xa1\x51\x14\x5e\xd2\xf6\x34\xd3\xf2\x67\x28\x53\x07\x57\ \xa2\xa0\x50\xf4\x12\x5d\x50\x28\x14\x9f\x64\x54\xb4\x5f\xa1\x50\ \x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\xc5\x07\xe5\xdc\xed\x37\x45\ \xd4\xba\x28\xc5\xc7\x85\x6e\xf7\x74\xeb\xe5\x16\xde\x1b\xf7\xa1\ \x23\x84\x24\x12\xf1\x58\x47\x0c\xd5\xac\xa3\xe2\x23\xae\x09\xa6\ \x61\x46\x33\x33\x29\xa5\x5d\x8d\x99\x50\x92\x4c\x24\x63\x1d\xed\ \xb2\x37\x4e\xa1\xa1\x61\x18\x19\x19\x59\x94\xd1\xd3\xec\x80\x67\ \x38\x1f\x41\xa8\x06\x54\xeb\x79\xaf\x7a\x02\x28\x50\x78\x9d\xa2\ \x90\x4c\x24\xda\xda\x5b\x8b\x8b\xcb\xac\x40\xe0\x84\x5d\xb8\xfd\ \x56\x2b\x63\x53\xf4\x32\x48\x17\xcb\xec\x6a\xa8\x52\xca\xfa\xba\ \x1a\xd7\x71\x72\xf3\xf2\xbb\xf4\x31\xe2\x38\xc9\x96\x96\xe6\xa2\ \xe2\xd2\x60\x30\xf4\x61\x59\x78\xd7\xd3\x9d\xd4\xe6\x86\xfa\x3a\ \x3b\x99\xc8\xcb\x2f\x38\x9b\xba\x40\xa8\x4c\x34\x89\x44\x2b\xa1\ \xb4\x07\x8f\x45\x52\x23\xc4\x22\x85\x80\x12\x00\x28\xa5\xc7\xaa\ \x8f\x16\x15\x97\x84\x23\x51\x44\x44\x3f\xfb\x19\xa0\xeb\x13\x65\ \x88\x8a\xde\xa5\x0b\x7e\xda\x4e\x97\xd1\x81\xff\x23\xa5\x14\x01\ \x0e\xec\xdd\x93\x99\x99\x69\x5a\x56\xfa\x45\x56\x5b\x53\x9d\x9b\ \x97\x9f\x91\x99\xf5\x21\x5a\xf8\xfb\xb4\x19\x00\x0e\xec\xdb\x1b\ \x8d\x46\xad\x40\xe0\x74\x1a\x73\x26\xe3\x08\x6a\x45\x5a\xde\xbc\ \xa7\x69\xe1\xef\x68\xa0\xfb\x3f\x97\x36\x8f\x8c\xbe\xb2\xe8\x73\ \x2f\xcb\x64\x9b\xff\x0a\x17\xc2\xb2\x4e\x68\x90\xff\xbc\xeb\xbf\ \x1f\x2c\x52\xa1\xb4\x44\x71\x96\x47\xe3\x27\x75\x69\xff\x47\x29\ \x25\xa5\x94\x31\xc6\x85\x30\x8f\x5b\x24\x78\xdc\x33\xad\xc0\xa9\ \xe3\xf9\x33\xb2\xf0\xd3\xec\x03\x27\x1f\xf6\x9f\xb4\x59\x63\x5c\ \x70\x00\x72\x3a\xee\xcb\x99\xc6\x17\x08\x23\x0c\x08\xd3\x7b\xf8\ \x25\x07\xca\x4e\xbc\xcc\x52\x22\xd2\xf4\x2e\xe0\x12\x81\x31\x0a\ \x00\x82\xf3\x0f\xf6\x6d\x01\xf8\xa2\x20\x11\x54\x18\x53\x71\xb6\ \xa5\x01\xbb\x46\x13\x11\x53\xfd\x8d\x52\x89\xf2\xe4\xde\x25\x11\ \x51\xa2\x94\xfe\x7b\x64\x67\x8f\x3d\x45\x11\x10\x40\xd3\x34\xdf\ \xf8\xbb\x3a\xfc\x1f\x74\xcc\x80\xdd\x05\x32\x52\x2d\xec\xae\xcd\ \x28\x11\x10\x08\x39\xad\x85\x05\xe7\x68\x9e\x52\x0a\xe9\xf7\x69\ \x04\x44\x20\x8c\x79\xeb\xdf\x5c\xf0\xce\xda\x2a\xaa\x31\xf0\xb3\ \xac\x35\xcd\x7f\x50\x92\xfe\x2c\x94\xf9\xaf\xf8\x9f\x84\x30\x8d\ \x69\x9a\xa6\x69\xa2\x65\xe7\xd3\xcf\xbd\x52\x87\xfe\xaf\x28\xd3\ \x34\x48\xfd\x5e\x23\x04\x10\x68\xea\x50\x8c\x76\xfe\x15\xd3\x58\ \xe7\xd7\xac\x1e\xea\xf1\x01\x1e\x88\x04\x80\x51\xca\xd8\x71\x13\ \x02\x00\xf4\xed\xb9\xab\x85\x4b\x84\x2e\x06\x96\x7a\xb3\x94\xa7\ \x1e\x93\x52\x72\x78\xeb\x8a\x37\x57\xec\x91\x94\x6a\x69\xb3\x67\ \x8c\x62\xd7\x8e\xd0\xed\x8f\x24\x6d\xdb\x1a\xac\x7b\xfd\xf9\x37\ \x37\x37\x32\x4d\x63\xb4\x3b\xc3\x96\x12\xa5\x84\xf4\x47\x48\xb5\ \x47\x8a\xd3\x77\x5b\xce\xc9\x7c\x04\x21\x88\x88\x7e\x7f\x47\xa0\ \x1a\x75\xaa\xd7\x3f\xfe\xd0\xfd\x75\x85\x17\xf6\x1f\xf2\xcd\xf2\ \x20\x71\x5d\xbb\xf6\x58\x6d\x53\x5b\x82\x05\x33\xcb\x2b\x4a\x03\ \x44\x48\xca\xd0\x6e\xdd\x5b\x75\x54\x58\x59\x15\x15\x25\x06\xe1\ \xf1\xe6\x9a\x9a\xfa\x46\x8f\x65\xe6\xc8\xea\x95\xcb\x96\x86\xfb\ \x0c\x4a\x14\x44\x0b\xf3\xa2\xed\x6d\xc9\xcc\xbc\x5c\x13\xec\x9a\ \xea\x96\x40\x56\x7e\x98\xd9\x35\xd5\xb5\x4d\x6d\xc9\x60\x4e\x51\ \x45\x49\xae\xd3\x5c\x7d\xa0\xba\xd9\xca\x2e\xe9\x53\x94\x09\x42\ \xa8\xc1\x87\xe2\x03\xc1\x28\xe5\x42\x3c\x3f\x77\x6e\x79\x79\xf9\ \xd4\xa9\x53\x3b\xfb\x98\xf4\x6f\xbe\xc7\x7d\x72\x82\x98\x72\x11\ \x3a\x6d\x0c\xd3\x3f\x9f\x1c\x9c\xa3\xf4\xe0\x86\x77\x5e\x3c\x3a\ \x6c\xe6\x94\x81\x6d\xf5\xc7\xea\x1a\x9b\x5c\x34\xf2\xcb\x2a\x72\ \xc3\x3a\x41\x51\x7f\xa4\xaa\xa6\x39\x19\xcd\x29\x2a\x29\xcc\x34\ \x18\x36\x1e\xde\x5b\xd3\xe6\xe5\x95\xf5\x2b\x8c\xea\xae\x13\xaf\ \xae\xab\x6d\x6e\x77\x73\x8a\xf3\x0e\x6c\x59\xb7\xe5\x80\x55\x1e\ \x1c\x94\x59\x50\x5e\x10\xd5\xbb\x35\x6c\x94\xb2\xeb\xd4\x69\x5a\ \xa3\x7a\x8f\x2e\x00\x88\xe3\x17\x8b\x50\xf0\x56\xbe\xf5\x6e\x9f\ \xcb\xbf\x30\xfc\xf0\xb2\x45\x6b\x0f\x7c\xe6\x82\xfe\xed\x87\xdf\ \xfd\xd9\x2f\x9f\x0a\x57\xf4\x95\x4d\x35\x19\xc3\xe6\x7c\xf9\xf3\ \x57\x45\x3b\x0e\x3e\xfd\xe0\x63\xfb\x6d\x4b\xb6\xd5\x17\x4d\xba\ \xe9\xf3\xd7\x0f\x79\xf9\xcf\xbf\x7a\xb7\xc9\xec\x33\x70\xc4\x9c\ \xa9\xc5\xa6\xd7\xba\xea\xad\x05\x0d\x43\xc6\xcd\x1c\xea\xfd\xf9\ \xd1\x0d\x5f\xfc\xd1\xf7\x86\xe0\xee\x07\x7e\xff\xb7\x89\x5f\xfd\ \xcd\xe4\xc4\x1b\x3f\xf9\xc3\x1b\x91\xc2\x3e\x23\xa7\x5e\x9a\x01\ \x07\x1f\x7b\xf0\x05\x3b\x10\x69\x6d\x6c\x3f\xef\x53\x5f\xba\x76\ \x7c\xa9\xeb\x71\x35\xfa\x50\x9c\xee\xed\x8c\x52\xc7\x71\xe6\xce\ \x7d\x6e\xd9\xf2\x65\x96\x65\x01\xe2\xe4\xf3\xce\x83\xd4\x30\x41\ \x9e\x28\x0b\x20\xe4\x71\x13\xef\x3a\x82\xe8\x6e\xa4\x80\x9a\x61\ \x05\x03\x96\x81\x2d\x0f\xfc\xe9\x97\xdb\x9c\xcc\x02\xda\xd6\xcc\ \x06\x7e\xeb\x3b\x5f\x20\x5b\x5f\xbe\x6f\xfe\xfa\x68\x6e\x66\x61\ \xff\x69\x77\x7e\xea\xbc\xdd\x6f\x3f\xf5\xe4\xe2\xbd\xa1\x30\x36\ \xd9\xd9\x9f\xfe\xe6\xbf\x65\x6f\x7f\xe9\x17\x0f\xbf\x17\x2d\xeb\ \x3b\x6e\xc6\x25\x56\xc8\xaa\xdb\xb9\xe2\x35\x71\x78\xdc\x9c\x9b\ \x8b\x32\x33\x05\x97\xdd\xde\x8f\xfd\x7b\xb1\xdf\x00\x01\x1f\x60\ \x06\xf5\x5c\xe8\x02\x49\xfb\x30\x88\x92\x30\xe6\x34\xec\x5a\xb3\ \x1f\x2f\xff\xef\xab\x8a\x77\x25\x7e\xfd\xc6\xb2\xb6\x99\xfd\xdd\ \x8e\x66\xaf\x60\xe4\x97\xbe\xfd\xf5\xc2\x8e\x4d\xbf\xf8\xe1\x83\ \x8b\x36\x4c\x1e\xd3\xfa\xe2\x3b\x87\xe9\xa7\x3f\x7b\x85\x76\xe0\ \xcd\xfb\x5e\x7b\x7e\xda\xf9\xdf\x6c\x8d\x69\xb3\x6f\xfb\x8f\x1b\ \x27\xe5\xb7\xee\x7f\x13\xb2\xfb\xdd\xfe\xcd\x6f\x0f\x0b\x43\xf3\ \xae\x05\x84\x31\xdf\x5b\x62\xba\x4e\xa9\x8c\x35\xd7\xe9\x65\x13\ \xfe\xf3\xfb\x5f\xcc\xa3\xf1\x17\x7e\xfd\x3f\x87\xd9\xc8\xcf\x5c\ \x3e\x61\xdf\x1b\x0f\x2e\x78\x6e\xd1\x85\x63\x3f\x1d\x40\xa9\x8a\ \xbd\x28\x4e\xd7\x6e\x25\x22\xe0\xf9\x33\xa6\xcf\x98\x39\x03\x51\ \x9a\xa6\xc9\x39\x4f\x05\xf6\x24\x22\x60\xd7\xf9\x48\x44\x99\x7a\ \xa4\x3d\xf7\xb4\x2c\x9c\x74\x8f\x26\x00\xa9\x59\x03\xc1\xe3\xcd\ \x8e\x31\xfb\xb3\xff\x7d\x7d\xbf\x86\x3f\xfc\xe0\x67\x4b\x76\x1e\ \xe9\xb7\x67\x57\x6b\x70\xd0\xd7\xbf\x7a\x6b\x61\xd8\x94\xad\x3b\ \x9e\x9a\xff\x6e\xe6\xcc\xbb\x2e\x19\xa2\xcd\xbb\xef\xbe\xf9\xef\ \xee\xbf\x45\x6f\x0e\xf7\x3b\xff\xbb\xdf\xbb\x3d\x8c\xb1\x67\xd7\ \x8a\x11\x97\xdc\xfd\x8d\xab\x2a\xb9\xe7\x78\x1e\xef\xa1\xdf\x91\ \xf4\x50\x88\xa6\xda\x8c\xbd\xcc\x5f\x90\x52\x22\x4a\x29\x09\xd3\ \xf4\x23\x9b\xde\xdd\x74\xf0\x90\xf9\xcc\x23\xe1\xd8\xc1\x43\xbb\ \x6a\xd6\x1c\xbc\x71\x14\x03\x4d\x63\x04\xc1\xcc\x1b\x36\xaa\x50\ \x3f\x7a\xf0\x48\xbd\x5d\xeb\x71\xd8\xb2\xe2\x3d\xe9\xd0\xa9\x33\ \x26\x06\xa5\x8b\x2c\x55\x60\x1e\xa5\x40\x04\x29\x10\x10\xa4\x10\ \xa2\x8b\x36\x4b\x21\x24\x12\x8d\x51\x44\x00\xd1\x7e\xa8\x36\xe1\ \x1a\xb5\x2b\xde\x7d\xdb\xd1\xfb\xcc\x98\x38\x40\xb8\x8e\x40\x55\ \x45\x56\xf1\xc1\xc4\xa1\xb4\xb4\xb4\x33\xaa\x2f\x84\x20\x34\xf5\ \xfc\x94\xf8\x82\x40\x89\x52\x4a\x21\x45\x67\x44\x10\xfd\x37\xe1\ \x89\x6a\x93\xee\x0e\x42\x48\xc2\x08\x91\x02\x8c\xac\xa2\xc2\x8c\ \xc3\x0d\x89\x5b\xae\xbc\xf9\xe8\xdc\xb9\xbf\xfb\xc9\xcf\x46\x5f\ \x78\xc3\x15\x43\x9b\x1a\x92\x2e\x1c\xd9\xb2\xa4\x8e\x67\x0e\x3d\ \x6f\x40\x59\xc4\x3b\x86\xd4\xb7\x6d\x10\x12\x51\x4a\x01\xc0\xb9\ \x10\xdd\x64\x52\x91\xae\xb1\x47\x20\x14\xbb\x6d\xf3\x87\xaf\x0b\ \x98\x92\x05\x8d\xd9\x35\xef\xac\xd8\x3f\x74\xe6\x25\xa3\x2b\x82\ \x1e\x2d\xbf\xa0\xed\xa5\x55\xef\xae\x1a\x34\xce\x10\xf1\x58\x5b\ \x87\x9d\x6c\xdb\xb5\xa5\xce\x1d\x34\xbb\x20\xab\x3d\xd7\x8a\xb0\ \xcb\x6e\xfe\x6c\x59\xc0\x4d\xd8\x60\x61\x9d\xc3\xa5\xe0\x9e\x14\ \x2e\x50\x9d\xc7\xda\x9b\x9a\xdb\x1c\x8d\x81\x95\x41\x9a\xeb\x0e\ \x1f\x6d\x1f\x9c\xcf\x3d\xce\x39\x17\x52\xa2\x94\x82\xbb\x5c\x52\ \xab\x24\x2f\x50\x1b\x1a\x76\xdb\xe7\xe7\x18\x6e\xd2\x95\x40\xb8\ \xcb\x95\x9d\x2b\x4e\xdb\xc9\xf5\x71\x04\x4f\x7b\xe5\x04\x01\x28\ \x52\x94\x52\x4a\x89\x70\xf2\x1c\x21\xa2\x94\x42\x48\x21\x11\x25\ \x9c\x3a\x89\x98\x3e\xb0\x10\x20\x11\x41\x4a\x21\x04\x20\x0a\xee\ \x82\x40\x21\x11\xb8\x23\x82\x03\xaf\xff\xf4\x37\x27\xaf\x9b\x7b\ \xcf\xe3\x8f\x56\xf4\xbd\xbb\x24\x12\x2a\x1a\x33\xe7\xee\x19\x65\ \xc9\x58\x92\x06\x02\xfb\xaa\x04\x4a\xe1\xb9\x2e\xa7\x60\x80\xd7\ \x56\xdf\x90\x4c\x96\xd9\x49\xa1\xeb\xec\xa4\x34\xaa\x2e\x23\x89\ \x54\x9b\xa5\x94\x78\x4a\x9b\x7b\x85\xbf\x20\x11\x29\x63\x4d\xdb\ \x56\x6d\x6f\x08\xdc\xf5\xe5\x39\x23\x33\x40\x52\xbd\x32\x5c\x73\ \xcf\x3f\x56\xec\xeb\x3b\xc2\xab\xd9\xf1\xe8\x1f\x7f\x46\xda\x1b\ \x82\x83\x2f\x98\x3e\x22\x2f\x33\x71\xd5\xb4\xf5\x0f\xfe\xfe\x47\ \xdf\x0d\x05\xad\xbe\x63\xaf\xbe\xfd\xa2\x1c\x94\x52\x0a\xc1\x3d\ \xd7\xc8\x1e\x3c\xa1\x64\xe1\x93\xbf\xfa\x9f\x77\x87\x8e\xbf\xe5\ \xc6\xcb\xae\x1c\xff\xde\xf3\x7f\xf8\xe1\xd2\x2c\x52\x9b\xb0\x66\ \x5b\x94\x73\x21\x04\x08\xce\x6d\x62\x9c\x7f\xdd\x35\x7b\x1e\x7e\ \xee\x7f\xbe\xb7\x22\xa8\x9b\x13\xaf\xb9\x75\xf6\x90\x42\xee\x29\ \x65\x50\x9c\x9e\x2e\x74\x99\xe9\xf3\x27\x23\x84\x10\x84\x10\x40\ \x5f\x16\x4e\xba\xf7\x12\x7f\x8e\x52\x48\x29\xa5\x90\x88\xd0\x65\ \x2c\x71\x62\xd8\x81\x08\x0e\x5c\x08\x21\x84\xe0\xd2\xff\x1f\x38\ \x0a\x2e\x19\x13\xdb\xdf\x9d\xf7\xca\xd2\x3d\x04\x13\x25\x83\x86\ \x97\x17\x0e\xbc\xee\x8a\x89\x0f\xcc\xff\xdd\x77\xde\xca\xb2\x82\ \x25\x37\x7d\xf1\x4e\x40\x14\x5c\x0a\xce\x5d\xd0\x46\x4d\x1a\xfd\ \xde\x93\xff\xf8\xee\x81\x77\xa7\x5c\x74\xd3\x65\x93\x8b\x85\x2b\ \xb0\xab\x87\x90\x16\x85\xe3\x9f\xa1\x9b\x36\xbf\xef\xc7\x3f\x83\ \x7c\x47\x1a\xc8\x68\x7a\xe5\xdb\xcd\x6f\xfd\x9a\x06\xac\xee\x55\ \xc0\xb6\xc3\xa3\xae\x29\xfa\xcc\x0b\x7e\x5e\x13\x63\x6c\xdb\x96\ \x4d\x43\x86\x8f\xa4\x94\x3a\xb1\xd6\xb6\x38\x66\x66\x47\x88\xaf\ \xa9\xd2\x6b\x6f\x77\x3a\x8e\x2c\xfb\xcb\x2b\x07\x6f\xb9\xe3\xba\ \x5c\x0d\x72\x0a\x8b\x02\x54\x48\xc2\x08\x4f\xd4\xd6\xd4\x25\x38\ \xc9\xc8\xce\xcb\x8e\xe8\xed\x2d\xed\x2c\x18\x0d\x99\x14\x08\x45\ \xb7\xa3\xa6\xb6\x51\xe8\x91\xc2\x82\x3c\x93\x38\x75\xc7\x6a\x63\ \x1e\x84\xa3\x99\x59\x99\x11\x70\x3a\xda\x1d\xc8\xc8\x88\x50\x44\ \xa6\xe9\x3c\xde\x7c\xac\xbe\x85\x13\x3d\x27\x3f\x3f\x62\x6a\x6a\ \x3e\x42\xf1\x41\xa4\x81\x3a\xae\xf3\xe2\x8b\x2f\x1d\x3e\x7c\x18\ \x00\xa6\x4f\x9b\x3a\x75\xea\x54\x00\x08\x04\x82\xdb\xb7\x6d\xce\ \xcd\xcb\xcf\xcc\xcc\x92\x52\x02\x80\xa6\xe9\xdb\xb6\x6e\x1a\x30\ \x68\xb0\x61\x98\x42\x08\x7f\x7a\xb2\x73\x42\xe2\xe4\x00\x03\x21\ \x76\xbc\x3d\x21\xf4\xac\x88\xd1\xde\xda\xae\x87\x33\x42\x3a\xc4\ \xda\xdb\xa4\x11\xd2\x79\xbc\xbe\xa9\x55\x50\x2b\xbf\xa0\x30\x62\ \x51\x20\x24\xd6\x54\xdb\xd0\x9a\x60\x56\x24\x3f\x3f\x87\x38\x1d\ \x31\x97\x66\x64\x84\x08\x02\x65\xd8\xda\x50\xdb\x12\x13\x99\xb9\ \xf9\x99\x21\xe3\x84\x8c\x41\x20\x04\x90\x10\x02\x08\x40\x09\x01\ \x20\x84\x06\x83\xc1\x9d\x3b\xb6\x66\x66\x65\x67\x67\xe7\xc8\xd3\ \x08\xb2\x9d\xa9\xbf\x80\x08\x12\xfc\x34\xe7\xee\x84\xe1\xa4\x5f\ \x11\x7f\x0c\x24\x85\xd0\x02\x91\xdc\x20\x0a\x4f\x20\x20\x02\x02\ \xd5\xf2\x0a\xc3\xde\x31\x29\xa9\x55\x58\xd6\xb7\x5c\x4f\xda\x1e\ \xe7\x02\x01\x24\xa1\x66\x51\x79\x5f\x02\x20\x25\x17\x02\x33\x72\ \xb2\xd1\x8f\x1f\x80\x20\x7a\xa4\xac\x4f\x06\xa0\xe4\x9c\x73\xa2\ \x17\x94\xf5\x29\x04\x40\x94\x42\x08\xb4\xa2\xb9\x41\xe4\x5c\x22\ \x00\xf7\x5c\x1a\xc8\xa8\xe8\x9b\x05\x80\x42\x70\xa9\x62\x8e\x8a\ \x0f\xe4\xe4\x22\xb7\x2c\x73\xf6\xec\x0b\x9f\x7a\xea\x99\xb2\xf2\ \xd2\x09\x13\x26\x48\xdf\x8c\x53\xee\x2f\x76\x1d\x75\x48\x29\x11\ \x53\x89\x03\xa9\xd9\x0a\x38\x9e\xea\x48\xba\xf8\xf8\x88\x68\x86\ \x33\x82\x80\x5c\xc8\xcc\x9c\x1c\x14\x9c\x4b\x08\x65\x64\x13\x94\ \x12\xb2\xfb\x66\xe4\x02\xa0\x14\x82\x73\x0e\x84\x86\xb2\x0b\x23\ \x39\x04\x51\x0a\x2e\x20\x10\xcd\x0e\xa1\xe0\x12\x01\x84\x20\x99\ \x79\xa5\xd9\xf9\x28\x85\x10\x5d\x0c\xbb\x8b\x08\x11\x44\x20\x92\ \x20\x01\x02\x20\x51\x4a\x29\x51\x9e\x6e\x22\xd5\x99\xae\x8f\x48\ \xb6\x48\xbb\x1d\x7a\x5a\x58\x8a\x48\xf4\x20\x0b\xe7\xf9\xea\xc0\ \x34\x6d\xdb\xe6\x4d\x25\xe5\x15\x59\x99\x99\x9e\xe7\xf9\x5e\x16\ \xa4\xd3\x36\x09\x21\xdc\x4d\xb4\x27\x44\x24\x1a\x56\x45\x5e\x15\ \xbd\xc6\x59\x20\xbe\x7d\x32\x8d\xc5\x3a\x62\x86\x69\x18\xba\x21\ \xa4\x60\x8c\x31\xa6\x6d\xd9\xb8\xb1\x6f\xff\xfe\x91\x48\xa4\xd3\ \x5f\xd8\xbe\x6d\x4b\x5e\x7e\x7e\x7e\x7e\xa1\xeb\x39\x7e\x8e\x13\ \x10\x7f\x2e\xe0\x5c\xaf\x8f\x48\x0f\x1f\x7c\xbf\x01\x08\x21\x94\ \x51\xc6\xb4\xad\x9b\x37\x56\x54\xf4\x8d\x66\x64\x9c\x35\x7f\x01\ \x25\x0d\x66\xb3\x70\x7e\x8f\xbd\x98\x10\x90\x02\x25\x4f\xbf\x5d\ \x16\x15\x97\xec\xdb\xb3\x6b\xc0\xc0\x41\xd1\x68\x66\xca\x95\x38\ \x2e\xa3\x68\x04\xa2\xf9\x41\xe8\x9c\x5b\x50\x28\x7a\x4b\x80\x01\ \x01\x11\xa2\xd1\x28\x22\x20\x4a\x46\x35\xee\x79\x7b\x76\xed\xb2\ \x02\x56\xa7\x28\x00\x80\x94\xa2\xa4\xa4\x6c\xcf\x9e\x9d\x84\x90\ \xcc\xac\x6c\x4a\xd3\x19\x4d\x5d\xf7\x68\x3e\x07\xd2\x40\x08\x9c\ \xb8\xfe\xc1\xef\x60\xdc\xf3\xf6\xed\xd9\xad\xeb\x46\x24\x1a\x3d\ \x4d\xaf\xf9\x1c\xd5\x7d\xa5\x94\x36\x37\x37\x1d\x3d\x7c\xc8\xf3\ \xbc\xe3\x8b\xbd\xba\x0b\xff\x2a\x14\xbd\x81\xe3\x89\x09\xa7\xd8\ \x67\x76\x6e\x6e\x79\x79\x9f\xce\xc5\x8b\x3e\x8c\xb1\xd6\xd6\x96\ \xc3\x87\xaa\x5c\xc7\xfd\xb0\x2c\xbc\xa7\x36\x23\x40\x76\x76\x76\ \x79\x45\xdf\x93\x6a\x46\x7c\xf8\xba\xe0\x4b\x83\x2a\xd9\xa4\xf8\ \x78\x48\x06\x9e\x14\x5f\xf8\x28\x58\xb8\xec\xae\xcd\xff\xd2\x71\ \xc4\x99\x36\x4b\x99\x94\xe2\x63\xcc\xc7\xc9\xc2\x55\xdd\x57\x85\ \x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\ \xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\ \x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\ \x14\x9f\x18\x5d\x20\x9a\x6e\x18\x1a\xfb\xbf\x2c\x13\x61\x9a\x6e\ \xe8\x9a\x5a\x4a\xa5\x50\x7c\xb4\x74\x81\x18\x56\x28\x14\x34\x4f\ \xe9\xba\x84\x12\xaf\x6a\xf3\xaa\xe5\xdb\x0e\xb8\x84\xd1\x33\xe9\ \xd9\x84\x82\xa8\xde\xb3\x6e\xe9\x9a\x3d\x2e\x50\x25\x0d\x0a\xc5\ \x47\x44\x17\x08\x65\xe8\xec\x58\xf5\xda\x82\xb7\x37\x26\x81\x12\ \x42\x18\xd3\x34\x4d\x63\x8c\x02\xa1\x0c\x5b\xe7\xdf\xf7\xfb\x47\ \xdf\xde\x28\xf4\x90\xce\x4e\xf6\x1a\x08\xf5\xb7\x8c\xf3\x25\x83\ \x50\xc6\xfc\x3f\x4c\xbd\x8d\x10\xcd\x30\x03\x24\xb9\xf8\xd9\xdf\ \xff\xe5\xd9\x55\x1e\x65\x04\xd2\x07\xa7\x6a\x5c\xa3\x50\x7c\xf8\ \xf4\xb8\xce\x9a\x10\xaa\x63\x7c\xd9\x0b\xf7\xbf\x5c\x3b\x69\xc4\ \x79\x63\x32\x75\xde\xde\xd2\xdc\x61\x73\x2b\x92\x95\x19\x32\xc1\ \x03\x42\x19\x72\xbb\xa9\xbe\x8e\xeb\x24\x9a\x11\x06\xce\x31\x35\ \x3a\xd0\xa4\x1b\x6f\x6c\x8d\x49\xaa\x87\xc2\xd1\x70\x50\x4b\xb6\ \xb7\xb4\xc7\x1d\x3d\x98\x91\x15\xb1\x84\x10\x8c\x41\xac\xa5\xb1\ \x35\xd1\x64\x73\x7f\xf7\x5a\xa2\xe9\xb4\xa3\xb5\x29\x66\x0b\x2b\ \x92\x95\x11\xd0\xb8\x2a\xdc\xa4\x50\xf4\x4e\x5d\x00\x00\x04\x62\ \x04\x42\xe1\xa0\x65\xe8\x64\xff\x8a\x17\xff\xfc\xd0\xb3\xdb\x8f\ \x25\x8a\x87\x4e\xfd\xcc\x97\xbf\x72\x41\x3f\xc6\xac\x60\xfd\xaa\ \x97\xbe\xfe\xde\x3c\x2d\xbb\xdf\x2d\x5f\xf8\xf7\xeb\xa7\xf6\x11\ \x2e\xa7\x9a\x9e\xac\xdf\xfd\xd4\x03\x7f\x7b\x6d\xe5\x4e\x27\xd4\ \xe7\x3f\x7e\xfb\xbb\xb1\x89\xe5\x7f\xfc\xcb\xc3\x6b\xf6\x35\x66\ \xf5\x1d\x7b\xfb\x17\xbe\x7c\xe5\x84\xd2\xed\x6f\x3d\x7d\xef\x43\ \xf3\x0e\xb5\x0a\xdd\xc0\xdc\xa1\x9a\x66\xb0\xfd\xcb\x9e\xbf\xef\ \xe1\xf9\x07\x9a\xec\xdc\x41\x53\xbe\xf0\xd5\xcf\x8d\x2f\x0d\x7b\ \x5c\x49\x83\x42\xd1\x4b\xe3\x0b\x00\x00\x84\x19\xa2\x71\xcb\x43\ \x0f\x3e\x15\x2f\x9f\xf3\xcb\x5f\x7c\xa7\x22\xb1\xee\xa1\x87\x5f\ \x6a\x94\x1a\xf1\x9c\xec\xe1\xb3\x7e\xf4\xcb\x1f\x4d\xcd\x6b\x99\ \xf7\xf4\xdc\xaa\x04\xd5\x19\xd5\x20\xb9\xfc\xb9\xfb\x5f\xdc\xcc\ \xef\xfe\xce\x2f\x7e\x7b\xcf\x7f\x8c\x0b\x1f\x7b\xf4\x81\x07\xf7\ \xb1\x91\xf7\xfc\xfa\xe7\x53\x32\x0f\x3f\xf2\xe0\xfc\x43\x47\xb6\ \x3f\xfd\xf4\x7c\xaf\xcf\x9c\x9f\xfd\xf2\x7b\xd3\xfa\x05\x1c\xa9\ \xc9\xc6\x2d\x0f\x3f\xfc\x6c\xbc\x78\xda\xbf\x7f\xe5\x8e\x50\xf5\ \xdb\x0f\xcd\x5d\xe5\x51\x15\x8c\x54\x28\x7a\x9f\x2e\x10\xa6\x19\ \x86\x61\xe8\x3a\x23\x00\x94\xc6\x8e\x1e\x38\xdc\xae\x8d\x9e\x34\ \x67\xd2\xe4\x99\x13\x47\x0d\x6a\x3f\xb2\xb3\x3a\x26\x28\x8a\x40\ \x7e\xd9\x84\x71\x53\xa7\x0c\x1b\xe4\xb4\x1d\xa9\x6e\x15\x1a\x25\ \xc2\xe9\xd8\xb7\xfd\x60\xd6\x98\x0b\x2e\x9b\x35\x65\xec\xd8\x91\ \xd1\x58\x5d\x55\x6d\x6c\xc0\xd8\x8b\xa6\x4f\x9c\x32\xe5\xbc\x31\ \xbc\x7e\xef\xb6\x3d\x55\x8d\x31\x39\x68\xcc\x85\x13\xc7\x8f\x29\ \xce\x32\x24\xa5\xb1\xa3\x07\x1b\xe3\x4e\xa2\x6e\xdf\xdb\x4b\xd7\ \x6b\x05\x95\x65\x01\x61\x0b\xa9\x74\x41\xa1\xe8\x5d\xe3\x08\x4a\ \x59\xdb\xd1\x6d\xbb\x1a\xb5\xd2\x60\xeb\xde\x03\x4d\xac\x28\x9a\ \x5d\x5c\x92\x17\x70\x77\x6d\x5b\xb9\x77\x68\xfb\xb6\x5d\x07\xac\ \xbc\x0b\x0a\x82\xd4\x13\xe0\xc6\x5a\xf7\xed\xdd\xbc\x6a\xfb\x4e\ \x3d\x3a\xac\x28\x83\x71\xc9\xa9\x1e\x2c\x2c\xcd\x6d\xd9\xb9\x7e\ \xcd\xa6\x09\xfd\xb2\x74\xd3\xcc\x2a\xcc\x36\xf7\xee\x58\xb5\x63\ \x7f\xe6\xd6\xcd\xdb\x31\x63\xd0\xc0\x7e\x65\xd9\x41\xb9\x6b\xf3\ \x7b\xbb\x26\x92\xf6\x04\x47\x2e\x02\xf9\x05\x21\x0d\x45\x6e\xff\ \x6b\x6e\xbe\xd8\x72\x5a\xf5\xbc\x0a\x0b\x85\x2a\xf9\xa6\x50\x7c\ \x88\xb0\xef\x7c\xe7\xbf\x4f\x96\x0a\xc3\x3a\xb8\x6c\xde\x2f\x7f\ \xfb\xc7\xb9\xaf\x2e\x6d\x0b\xf6\xbb\xee\xd6\x4f\x4d\x1e\x39\x24\ \x4f\x8f\x2d\x7b\xfd\xb9\x27\xe6\xbe\xde\x12\x1c\x78\xdb\xe7\x3e\ \x33\xa1\x54\xdb\xb2\x7a\xe5\xba\xd5\xcb\x5e\x5d\xb0\xb0\x4e\xeb\ \x73\xf3\x5d\x9f\x99\xda\x3f\xc3\xe3\x82\x68\x56\x5e\x51\x76\xed\ \x96\xf7\x9e\x7e\xfa\xc9\xe7\x5e\x5f\x1a\x1d\x7f\xfd\x35\x23\x33\ \xd6\x2f\x7e\xf1\xd1\x7f\xcc\xaf\x72\xf2\xae\xff\xf4\xa7\x2f\x1c\ \x37\x2c\xcf\xf4\x36\x2c\x79\xf9\xc9\xe7\x5e\xdd\x55\xe7\x95\x0f\ \x9e\x70\xc9\x65\x17\x14\x6b\x89\x8d\xcb\xdf\x7a\xf9\x95\xd7\xde\ \x7a\x6f\x43\xe6\x98\x19\xe3\xca\x32\x85\x52\x06\x85\xe2\xc3\xa3\ \x9b\x7a\xd0\x84\x10\x2f\xd9\xd1\xd0\xd0\x94\xf0\x44\x20\x9a\x57\ \x92\x9f\x09\x88\x8c\xca\x86\xea\xa3\x2d\x09\x2f\x98\x55\x58\x92\ \x17\x41\xe1\xb5\x37\x37\x34\xb5\xc5\x85\x24\xc1\xcc\xfc\x92\xfc\ \xa8\x4c\xcd\x47\x10\x4d\xa3\x89\xd6\xfa\x9a\xfa\x36\xc1\x8c\x9c\ \xfc\xa2\xbc\x0c\xbd\xe9\x58\x75\x43\x5b\xd2\xcc\xc8\x2b\x2d\xc8\ \x22\x52\x52\x86\xcd\x35\xd5\x4d\x1d\x36\x50\x2d\x92\x95\x9b\x9b\ \x19\xd1\x98\x68\x3c\x56\xdd\x12\x73\x40\x33\x73\xf2\x0b\x32\x02\ \xba\xda\x30\x4e\xa1\xe8\x5d\xba\x00\x00\x84\x32\x5d\xd7\x08\x00\ \x4a\xe1\x71\x8e\x08\x40\xa8\xae\xeb\x94\x00\x4a\xee\x79\x02\x01\ \x98\xa6\x6b\x8c\x82\xff\x1e\x8f\xe3\x09\xd1\x09\x4d\x63\x14\x00\ \xb9\xe7\x09\x09\x9a\xae\x33\x4a\xba\x1c\x8a\x68\x9a\xee\x67\x33\ \x48\xc1\x3d\x2e\x80\x50\x5d\xd7\x28\x21\xe9\x3f\x51\xa2\xa0\x50\ \xf4\x3e\x5d\x50\x28\x14\x9f\x64\x54\x7e\xa1\x42\xa1\x50\xba\xa0\ \x50\x28\xfe\x19\x9a\xba\x04\x0a\xc5\xbf\x6c\x58\x4e\x48\xef\xdc\ \x8a\x0e\x11\x3f\x50\x2c\x5f\xe9\x82\x42\xf1\x2f\x13\x05\xdb\x4e\ \x72\xce\x7b\x5d\xc3\x80\x98\x96\xa5\x69\x3a\xa2\x54\xba\xa0\x50\ \x9c\xd3\xce\xd7\xd8\xd8\x40\x08\x31\x0d\xb3\xb7\x35\x8d\x4b\x11\ \x6b\x68\x88\x64\x64\x04\x83\xc1\xd3\xf4\x1a\xce\x44\x17\x10\xc1\ \xd4\x89\xa9\x91\x9e\xce\x41\x08\xf1\x04\x26\x5d\x54\xfb\x57\x2b\ \x3e\x19\x9e\x02\x6d\x6b\x6d\x66\x8c\x95\x96\x55\xf4\xce\x71\x44\ \x3c\x1e\xaf\xa9\x3e\x62\x1a\x06\xd3\xb4\xd3\x91\x86\x33\xd1\x05\ \x4b\x27\xab\x0e\x38\x1b\x0e\xb9\x46\x0f\xeb\x9b\x3c\x81\xfd\xf2\ \xb4\x8b\x87\x05\x5c\xfe\xc1\x32\x11\x28\x65\x04\xe4\xff\x21\x7f\ \x81\x30\x46\x51\xaa\x04\x08\xc5\x39\x85\x52\x12\x8b\xc7\xca\xca\ \xfb\x12\x42\xfc\x91\xbc\xff\xa4\x57\x8c\x6d\x00\x00\x20\x14\x0a\ \x69\xba\x6e\xdb\x76\x28\x1c\x01\x38\x3b\xba\x60\x30\xd8\x56\xed\ \x3e\xb9\x3a\x11\xb1\xba\xd7\x85\x84\x83\x17\x54\x9a\x57\x8c\x0c\ \xb8\xfc\x03\x7d\x04\x70\x12\xed\x2e\x18\x61\x4b\x3f\xb3\x2b\x4a\ \x80\x77\xb4\x25\xb5\x40\xc8\x64\x44\x29\x83\xe2\x5c\x82\x12\x3b\ \x45\x01\xd2\x71\xbe\xe3\xea\x70\x92\x46\x10\x02\x80\x70\xa6\x36\ \x8a\x00\x94\x31\x82\x52\x48\x24\x27\x1f\xb6\xab\x1a\x00\x20\x22\ \x00\x22\x32\xc6\x00\x08\x02\x12\x02\xa7\xa3\x57\xf4\xcc\x9a\x65\ \x68\x24\x62\x91\xb0\xd9\xc3\xc3\x22\x96\xfe\x01\x7b\x26\xa1\x86\ \x89\xeb\x17\x3e\x33\x77\xd5\x41\xa6\xeb\x67\x22\x0a\x54\x67\xf6\ \x91\xb9\xff\x78\x6c\x4b\x13\xd7\x99\x1a\xc0\x28\xce\xb1\x2e\xc8\ \xb4\x1a\x1c\x47\x4a\x89\x69\xa9\xe8\xfa\x00\x44\x5f\x16\xce\xe8\ \x41\x28\x81\x8e\xc6\xda\xba\x96\x24\xa5\xe4\x84\x5f\x75\x39\x6f\ \xe7\xa9\xfd\x27\x7e\x0b\x4f\xdf\x85\x39\xd7\xf9\x0b\x54\xd3\xdc\ \x86\xad\xbf\xfe\xc5\xdf\x76\x37\x83\xa1\x33\xdd\xb4\x42\xe1\x70\ \x30\x60\x31\x0a\x94\x60\x4b\x43\x6d\xb3\x0d\x81\x40\x30\x14\xb0\ \xd8\x09\x4d\x23\x9a\x61\x85\xc2\xe1\x50\xc0\x62\x04\x08\xd5\x02\ \xc1\x50\x38\x14\x32\x75\xe6\xff\x9a\xe9\x66\x28\x1c\x0c\x18\xa2\ \xa1\xae\x36\xc1\x91\xf8\xaf\x84\xc2\xa1\x60\x40\x53\xe5\x23\x15\ \x67\x1f\x89\x08\x32\xed\x1a\xbc\xdf\x03\x34\x8d\x6d\x5c\xf0\xd0\ \xcf\x1f\x5a\x22\xb4\x13\x00\x44\x20\xf4\x7d\x7e\x4c\xff\xc4\x28\ \xc3\xc5\x4f\x3d\xf8\xd2\xfa\x66\x4a\x99\xc6\x08\xf6\x70\xae\xd4\ \xeb\x5d\x95\xeb\xb4\xef\xd5\xe7\x7e\x3e\x82\x20\x77\x5b\x9a\xdb\ \x5c\x49\x4d\x8d\xaf\x7f\xe7\xd5\x77\x37\x1c\x08\x14\x0f\x99\x73\ \xe9\xec\x7e\x16\x31\x2d\xeb\xd8\xba\x37\xfe\x5c\xfd\x0e\x64\x0f\ \xb8\xf4\xd2\x59\xc5\x21\xe0\x02\x01\x88\xa1\xc9\x9d\xcb\x5e\x5a\ \xbc\x7e\x1f\xcb\x1b\x74\xc5\xd5\x97\xe7\xc6\x77\x3d\xb3\x60\xf1\ \xb1\x84\x3e\x6a\xc6\x25\xd3\x47\x94\x52\x14\x87\x36\x2d\x5a\xb8\ \x62\x2f\x63\xf1\xba\x04\x31\x34\xa6\xeb\xf4\xc0\xfa\x45\x6f\x2d\ \xdf\xce\xc3\x65\x17\x5f\x31\xa7\x5f\xb6\xc1\xb9\x5a\xa0\xa9\x38\ \x8b\xc3\x78\x94\x52\x02\x00\x42\xe7\x3d\x39\x75\x97\x06\x20\x27\ \x0d\x76\x01\x9c\x78\x5b\x73\x9b\xa3\x81\xbb\x76\xe1\x2b\xab\x77\ \x1e\x74\xa5\x31\x70\xf2\xc5\x73\xce\x1b\xc4\xda\x8f\xbe\xfe\xfa\ \x1b\x5b\x8f\xc4\xfa\x8e\x9a\x71\xd5\x45\x63\x59\x47\xf5\xeb\xaf\ \xbc\xb2\xa3\xd6\xee\x37\xe1\xe2\x2b\xce\x1f\x62\x57\x6f\x7b\x6d\ \xe1\x7b\x87\x9a\xbc\xe1\xd3\x67\x81\xb4\xd7\xbe\xf2\xf7\xc4\x9e\ \xd2\xb1\x17\x7d\x6a\xfa\xc0\x0c\xd1\xb3\x79\x77\x36\x40\xa2\x3c\ \xfd\xa1\x0b\xfd\x50\x2e\x22\x63\xcc\x30\xe9\xce\x77\x9e\x79\x64\ \xc1\xd6\x8a\x51\x63\xd8\xd1\xa5\xf7\x3d\xfc\x4a\x8b\xd0\x19\xa0\ \x90\xe6\xc0\x11\xc3\xa1\xea\x9d\xfb\x1e\x7b\xbd\x1d\x0d\x46\x89\ \x66\x68\xfb\x96\xcc\x7d\xe0\xa5\x0d\x85\x83\x47\x0e\xee\x5b\xa4\ \x25\x0e\x3c\x72\xdf\x83\x87\x68\xd9\xa8\xfe\xa1\xd7\x1f\xf9\xeb\ \xa2\xdd\xb1\xf8\xfe\x25\xf7\x3d\xf2\x86\x59\x31\xa4\x7f\x61\x44\ \x7a\x1e\xd3\xf5\xda\xad\x6f\x3e\x3a\x7f\x7d\xff\xf3\x2e\xe8\x23\ \xf7\x3c\xfc\xd8\xeb\xed\x92\xa9\xbc\x4e\xc5\x59\xb4\x68\xdf\x5f\ \x00\x44\x72\xb2\xdb\xef\x87\x16\xba\x3c\x10\x00\x09\x65\x4c\x63\ \x54\x36\x2d\x7c\xed\xad\xf6\xdc\xe1\xa3\x07\x04\x17\x3e\x74\xdf\ \xaa\xc3\xcd\xab\x17\x3c\xbd\x60\xbb\x9c\x79\xe1\xd4\x8a\xbc\x0c\ \x26\xda\x5e\x7e\xf8\xfe\x8d\xc9\xd2\x0b\xa6\x0f\xd9\x34\xff\x81\ \x05\xdb\x5b\x9b\xb7\xbe\xb3\x78\x7d\xed\xb0\x09\xe3\x2b\xf2\x23\ \x12\x69\x41\xff\xd1\xe7\x4f\x9b\x54\x91\x6d\x08\x81\xdd\x0d\x37\ \x52\xaa\x84\x98\x8a\xc2\x4b\xc4\xde\xec\x2f\x00\x10\x42\x29\x63\ \x6e\xd3\xea\x15\x1b\x2a\x2f\xff\xf7\xeb\xe7\x0c\x4f\x0c\xcf\xba\ \xe7\x9e\x67\x77\x1f\xbb\x10\x08\xf4\x99\x34\x73\xce\xec\x09\x53\ \x2a\x02\x3f\xfc\xc5\x6b\x55\x0d\x17\x8f\x29\xb2\x98\x6c\x5a\xba\ \x7a\x73\xdf\x39\x5f\xbd\xf5\xb2\x41\x9e\x24\xc7\x96\xfd\x7d\x8f\ \x2c\xff\xf6\xdd\x37\x56\x58\x2e\x39\x72\xcf\xf2\x95\x9b\xb2\x8c\ \xf5\xa1\xc1\xb3\xef\xbe\xe1\x12\xb3\x29\x6f\xf5\xc6\xc3\x08\x7c\ \xdf\xca\x15\xc7\x5a\xf1\xc0\xd6\x0d\xbc\xb1\xa3\xe5\xc8\xb6\xda\ \xe4\x35\x83\x2d\x50\x93\x14\x8a\xb3\x38\x8e\xf0\x87\xf4\x52\x20\ \xa6\xc7\xf3\xa9\x8e\x79\x8a\xbf\x0c\xe0\x8f\xf9\x05\xf7\x48\x20\ \x3a\x6c\xd2\xcc\x0b\x07\x3a\x35\x3b\xb7\x6c\xda\x5f\x37\xa7\x30\ \x1f\xd6\xee\x3b\xd8\x32\xfe\xe2\xe9\xfd\xb1\x69\xc5\x92\x4d\x07\ \x43\x43\x0a\xd7\x6c\x90\x6d\xf1\xe6\xed\x3b\x8f\x8d\x0c\x91\x9c\ \xf2\x61\xb3\x66\x4e\x35\x21\xbe\x85\xcb\xbc\xca\x61\xe3\x46\x0f\ \x71\x9d\xa4\x10\xbc\x27\x27\xc6\x77\x5b\xfc\x28\xa4\xfc\x20\xf1\ \x85\x73\xa8\x0b\x84\x19\x86\x46\x29\xe3\x4c\x7a\x12\x09\xa0\x94\ \xa0\x6b\x0c\x00\x08\xd5\x18\x60\x6a\x76\xd1\x97\x37\x02\x7e\x70\ \x17\x80\x00\x4a\x8e\xa8\xe9\x0c\x50\x02\x30\x29\x25\xa5\x9a\x46\ \x00\x80\xe8\x8c\xa1\x94\xd2\x0f\xc5\x00\xc8\xb4\x24\x72\x17\xb3\ \xcb\x2a\xa7\x4d\x9f\x0c\xee\xe4\x4b\x43\x91\x5c\x43\x72\x25\x0a\ \x8a\xb3\x1a\x77\x44\x09\x88\x52\x4a\x21\x64\xca\x86\x3b\x07\x14\ \x27\x76\x03\x89\xfe\xad\x5b\x0a\x21\x11\xa5\x67\x27\x01\x25\xd5\ \x0d\x3b\xe6\x0c\xbe\xea\x8e\x6f\x17\xac\x78\xe5\xa5\xb9\x3f\x5a\ \xb9\xf9\xab\xb7\x0c\xa0\x56\x74\xe8\xb8\xf3\xc6\x17\x90\xa9\xd3\ \x67\x67\x17\x95\xb7\xbe\xe7\x49\xe9\x25\xb9\x30\x88\x27\x51\x0a\ \x4f\x00\x70\x29\xa5\x10\xd8\xcd\x58\x25\xad\x0d\x00\x40\x29\xe0\ \x71\xbf\xa1\x37\xe9\x02\xa1\x1a\xc4\x8f\xbc\xbd\x78\x87\x95\x5d\ \x50\xbf\xe1\x4d\x3b\x5a\x9c\x5b\x58\x34\x6a\xf4\xe0\x87\x5e\x9d\ \xff\x4e\xe8\xa2\xba\xd5\x2f\xb5\x15\x0f\x1f\x54\x12\x59\xe1\x79\ \xb5\xfb\x77\x6f\xde\x20\xd7\xbc\xfa\xa2\x1c\x38\xa9\x6f\x7e\x50\ \x70\x0f\xf5\x9c\x89\xc3\xfb\x3f\xf8\xea\x53\xaf\x59\x17\x67\x59\ \xc1\xc2\xd2\x09\x45\xce\x23\x73\x9f\x5f\x34\xb5\xb8\xf5\xd5\xad\ \x4d\xe3\x3f\x3d\x72\x58\xc0\x9e\xf7\xa7\xb7\x9e\x7a\x35\x77\x4c\ \xe8\x70\x43\x9b\x2d\x51\x1b\x3c\x79\xb4\xfd\xc8\xc6\x3d\xb5\x23\ \x06\x84\x79\x47\x20\xbb\x84\x11\x54\xde\x82\xe2\xac\xea\x82\x44\ \xe9\xab\x82\x90\x7e\xba\xf1\x49\x37\xe7\xf4\x8f\x44\x0a\xf4\x5c\ \xc7\xb6\x5d\xc1\xb9\x63\xdb\x0e\xf7\x40\xa0\x6b\xdb\x42\x38\x87\ \x76\x6f\xaf\xb5\x33\xa7\x4e\x1c\xb4\x7e\xfe\xb6\x3a\x7d\xce\xf8\ \x62\xb6\x79\xe3\xb6\xca\x59\x43\xbd\x44\x47\x5e\x39\xe1\x4e\xea\ \xaf\x3c\xa2\x15\x44\xd8\x8a\xf5\xef\x2c\x2d\xe9\xc8\xcc\x2a\xef\ \x5b\x12\x91\x5c\xc2\x89\xd3\x93\xbe\x22\x10\x42\x52\xf3\x14\x42\ \x4a\x29\x4e\xdf\x5f\xe8\xa6\x8e\xdb\x3f\xc5\xd0\xc8\xc6\xc3\xee\ \xd6\x6a\xaf\xe7\xbc\x26\xa8\xc8\xd1\x66\x0c\xb6\x3c\x71\x7c\xe8\ \x40\x78\x72\xdf\xd6\x75\xab\xd7\x6d\x6e\x61\x25\x37\xdc\x74\x7d\ \xbf\x4c\x23\xbf\x4f\x65\x86\x73\x74\xe9\xb2\xb5\xf1\xc8\xc0\x5b\ \x6f\xbd\xa6\x2c\x42\x50\x8a\x86\xaa\x1d\x5b\x77\xec\xa7\xc5\x63\ \x6f\xbf\xf9\xd2\x7c\x13\xb9\x94\x52\x42\xf1\xc0\x21\xd9\xe2\xd8\ \xca\x55\xeb\xab\xea\x9d\xfe\xa3\x67\xcc\x18\x99\xb7\x7b\xf5\xd2\ \x8d\xfb\x5b\xc6\x5c\x7a\xd3\x65\xe3\xcb\x82\x39\x7d\x06\x14\xd2\ \x2d\x2b\x57\x6c\x39\xd0\x54\x38\x60\xdc\xa4\x51\x83\x4a\x2b\x06\ \x96\x47\x92\xeb\x96\xaf\xdc\xb6\xff\xa8\x9e\xdb\x6f\x50\x49\xd6\ \xe9\x67\x86\x2b\x14\x1f\x14\x4a\x59\x7d\x5d\x6d\x76\x4e\x0e\x65\ \x4c\x4a\xd9\x39\x3f\x99\x9e\x2a\x3c\xfe\xd4\xef\x98\xb1\xd6\x46\ \x1e\x2c\x1e\xd6\x3f\xab\xa9\xa1\xbd\x78\xc0\xd0\xd2\x30\x34\x35\ \x34\x47\x8a\x07\x04\xdb\xf6\xbc\xb1\x70\xf1\xf6\x6a\xf7\xbc\x8b\ \xae\x9e\x52\x59\x31\x60\x50\x45\xfb\x81\x0d\x2b\xd7\x6d\x3f\xd6\ \x2a\xfb\x0d\x1d\x64\x26\x9b\x13\x5a\x5e\xe5\xc0\x62\xf0\x30\xaf\ \x34\xbf\xf5\xe0\xe6\xb5\xdb\x8e\x86\x8b\x06\xf6\x2d\x0c\x09\x71\ \xfc\xf8\x5d\x72\x28\x00\x21\x35\x09\xa2\xeb\x7a\x43\x43\x9d\x65\ \x05\x02\x81\xc0\xe9\xa8\xc3\x99\xd4\x65\x89\x98\xe4\xaf\xef\x76\ \x3c\xba\xbc\xc7\xbc\xa6\xb8\x83\x17\x54\x9a\x3f\xbb\x36\x33\xe6\ \x74\x2d\xe3\x44\x0d\xc3\xd0\x18\x05\x44\xcf\x75\x3c\x21\xfd\x57\ \x18\xa3\x20\xa5\xe7\x3a\x9e\x40\xcd\x30\x4c\x5d\x43\x44\x40\xe9\ \xba\xee\xf1\xbc\x45\x42\x75\xc3\xd0\x19\x45\x29\x5c\xc7\x41\xaa\ \x1b\x86\x46\x01\x84\xf0\x5c\x97\x23\x10\x4d\xd7\x75\x8d\x01\x21\ \x04\x85\x63\x3b\x02\x89\x66\x18\x7e\x4d\x28\xee\x39\xae\x9a\x8c\ \x50\x9c\x4d\x34\x5d\xdf\xba\x79\xe3\xc0\xc1\x95\xba\x6e\x48\x21\ \xa4\xec\x3a\x8e\x48\x8d\x86\xbb\x78\x0e\xa0\x19\xa6\x4e\x45\xd2\ \x11\x96\x65\x09\xd7\x76\x05\x18\x96\x49\x85\xc7\x81\x19\x3a\x23\ \x69\xc3\x06\xaa\x99\x86\x4e\x09\x41\x14\x8e\xed\x80\x66\x1a\x4c\ \x3a\xb6\x87\x04\x08\xd5\x4c\xd3\xa0\x80\x9e\xe7\x78\x9e\x3c\x7e\ \xfc\xf4\xb9\x08\x10\x00\x24\x84\xfa\x77\xe5\x50\x28\xb4\x63\xfb\ \x96\xac\xac\x9c\xec\x9c\x5c\x29\xff\xf9\xe6\x2c\x67\x32\x8e\xf0\ \x24\xf4\xcd\xd5\x67\x0f\xb5\xac\x1e\xf2\x8f\x1c\x0e\x43\x8b\x74\ \x4f\x9e\xec\x69\xb9\x8e\xed\x9e\xf2\x4a\xd7\xa1\x90\xf0\xdc\x84\ \xe7\x76\xeb\xa5\x79\x8e\xed\x75\xfe\x28\x3c\x3b\xe9\x75\xfd\x35\ \xf7\x5c\xee\x9d\xf0\x07\xdc\x75\xb8\x32\x58\xc5\x39\x1c\x47\x70\ \x2e\x74\x2d\x75\xcf\x4e\x65\x2f\x21\x00\xf1\xff\x39\xe1\x0e\xda\ \x69\x9c\x76\x32\xe9\x87\x03\x3c\xdb\xef\x08\xe2\x04\xbb\x16\xdc\ \x4e\x76\xb1\xe2\xce\x3e\x80\x80\x82\xdb\x09\xde\x55\x6b\xd2\xff\ \x23\xa0\x3f\x7c\x48\x4f\x86\x10\x00\x40\x21\x05\xe7\x02\xe0\x6c\ \xc6\x1d\x93\x1e\x5e\x50\x69\xcd\x19\x66\xf5\x74\x12\x02\xc0\x25\ \x24\x3d\x54\x19\x45\x8a\x4f\x88\x28\x84\x23\xd1\x63\x47\x8f\x0c\ \x1c\x5c\xc9\x34\x2d\x1d\xfe\x46\x72\x3c\x08\x78\x2e\x56\x4b\x10\ \x3f\xbd\x3a\x7d\x46\x20\xe9\xc0\x23\x21\x6d\xad\x2d\x89\x44\x22\ \x18\x0a\x9d\xe6\x80\x5a\xd5\x77\x54\x28\xfe\x05\x1d\x52\x4a\xb9\ \x6b\xc7\x76\x42\x20\x1c\x89\x1e\xef\x99\x1f\x4a\x63\x20\xed\x2c\ \xa4\x44\x01\x3c\xce\xdb\x9a\x9b\x4a\xca\xca\x0b\x0a\x8b\xc4\xe9\ \x6d\xfe\xaa\x74\x41\xa1\xf8\xd7\x48\x03\x22\x36\x34\xd4\x27\x13\ \x71\x02\xbd\xcb\x51\x26\x94\x66\xe7\xe4\x44\x22\x51\x71\xda\x3b\ \x42\x2b\x5d\x50\x28\xfe\x65\xd2\xc0\x18\xeb\x9d\xf5\x17\x84\x10\ \x7e\xa2\xf6\x59\x8c\x2f\x28\x14\x8a\x6e\xa2\x0c\x88\xbd\xb0\x88\ \xdb\x99\xa1\xd6\x0d\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\ \xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\ \x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\ \x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\ \x2e\x28\x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\ \x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\ \x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\ \x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\ \x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\ \x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\ \xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\ \x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\ \x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\ \xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xa1\x74\ \x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\ \x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\ \xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\ \x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\ \x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\x50\xba\xa0\x50\x28\ \x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\ \xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x8a\x8f\x0a\xda\xfb\xfc\ \x8e\x10\x42\x28\x25\xbd\xaf\xd1\x88\x28\x11\x01\x51\x7d\x7f\x9f\ \x1c\x08\x10\x42\x09\x21\xbd\xce\x1e\x11\x00\xa5\xc4\xee\xac\x91\ \x50\x4a\x35\xbd\x77\x5e\x4f\x14\x5c\x0a\xf1\x81\x75\x81\x52\x9a\ \x4c\x26\x13\xf1\x18\xf6\xb2\xee\x87\x08\xba\xae\x85\x23\x51\xc6\ \x18\x2a\x69\xf8\x84\x88\x02\x21\x42\x88\x8e\xb6\x76\xc1\x79\x2f\ \x6c\x5b\x30\x14\xb6\xac\x00\xa2\x3c\xe1\x75\x4d\x17\x1d\x2d\x8d\ \x47\xf6\x7b\x48\x00\x7a\x97\x9c\x11\xc0\x68\x41\x49\x28\xa7\x40\ \x8a\xee\xaf\x27\x69\x6f\x6b\xed\xf6\xa3\x76\x74\xb4\x27\x93\xc9\ \xec\xec\x1c\x4a\x59\x6f\x53\xba\x64\x32\xd9\xd1\xde\x96\x9b\x97\ \xcf\x98\x06\xa0\xa4\xe1\xe3\x2f\x0a\x1e\xf7\x9a\x1a\x1b\xa2\xd1\ \x4c\xcb\x0a\xf4\xb6\xe6\x09\xc1\x9b\x9b\x9b\x42\xa1\x50\x38\x12\ \x45\x29\x3b\x3d\x05\xaf\xa3\xad\x7a\xe9\xab\x19\x4c\x84\xc2\x91\ \xce\xee\x08\x98\xfe\xf7\x43\x55\x05\xee\x7a\x4d\x49\x2f\x3c\xe2\ \xbc\xec\xf2\xfe\xb2\x3b\xa9\xed\xde\x5f\xf0\x3c\x2f\xd6\xd1\x51\ \xd1\xa7\x9f\x61\x9a\xbd\xd0\x50\xa2\x19\x99\x94\xd1\xd6\x96\xe6\ \xdc\xbc\x7c\xe5\x31\x7c\x12\x94\xa1\xb5\xb9\x39\x2b\x2b\x27\x27\ \x37\xaf\x77\xb6\x2f\x18\x0a\x1f\x39\x54\x65\x59\x01\xc6\x52\x37\ \x51\xaa\xe9\xf5\xdb\x56\x67\x83\x53\xac\x23\xc4\xeb\x81\xd0\xe3\ \x72\xf0\xa1\xe8\x02\x41\x40\x72\xfc\xb9\xc4\x88\x69\xee\xdf\xb3\ \x39\x94\x57\x64\x18\xe6\xa9\x7e\xb7\xd6\xad\x3c\x73\xcf\x63\x9a\ \x66\x98\xa9\x3f\xe8\xfc\x33\x44\x24\x84\xf8\xff\x9e\xe9\x20\x80\ \x31\x0a\x80\x52\xe0\x3f\x71\xad\xfc\x93\x76\x3d\x9d\xff\x2f\x22\ \x12\x42\x33\x32\x32\x9b\x1b\x1b\xfd\xdf\xaa\x7e\xf3\x71\xf7\x17\ \xc0\x71\x9c\x68\x46\x66\xa7\x35\x9e\x9b\xef\x3d\x6d\xac\x20\x84\ \xe8\xb4\xc3\xae\xc6\xdf\xf9\xc4\x34\x4d\x4a\x29\xe7\x9e\xa6\x69\ \x9d\x0d\x73\x38\x56\x84\x03\x18\x6b\x44\xaa\x03\x11\xe0\xbf\x19\ \x8f\xdb\xf4\xb9\x19\x75\x13\x20\x08\x08\x04\x10\x90\xa0\xdf\x02\ \x40\xc1\x03\xa6\xa5\xdb\x49\xcf\xb6\x0d\x33\x00\x28\x4e\xcb\x5f\ \xc0\xb4\xa0\xa1\x94\xe9\xcf\x93\xfa\xb8\xbe\xa7\x24\xbb\xfb\x56\ \x28\xd3\x28\x41\xc1\x05\x02\x10\x42\x19\xa3\x92\x73\x79\x52\x1c\ \xc6\x6b\xd9\xb5\xef\x68\x6e\xbf\xca\x6c\x93\x48\x7c\x7f\x67\x27\ \x75\x19\x4f\x52\x0a\x44\x04\x14\x00\x44\x2a\x45\xf8\xc4\xe0\x1b\ \x64\xa7\x35\x22\x62\xaa\x97\x4a\x79\x92\x91\xf8\x86\x97\xb6\x5e\ \x21\xe4\x99\x1b\x09\xa5\x50\x77\x70\x57\x13\xcb\xaf\x2c\xc9\x96\ \x52\x9e\x7a\x9b\x47\x44\xbf\x29\xcc\x97\x03\x3c\xa5\xcd\x52\xa2\ \x44\x20\x02\x80\x00\xfa\xb7\x6c\xd2\x29\x6e\xa7\x23\x88\x94\xfa\ \xb1\x09\x44\x89\xfe\x47\x61\x94\x00\xa2\x40\x20\x84\x50\x0a\x9d\ \xaf\xf7\x14\x47\x40\xe8\x54\x03\x48\x87\xea\x11\xa5\x04\x89\x28\ \x44\x4f\xae\x0b\xed\xe9\x7b\x90\x22\x75\xc5\xfd\xef\x40\xfa\xff\ \x4a\x89\x3d\x1c\x89\x10\x48\xb4\xd6\x1d\x6b\x68\x93\x84\x10\x42\ \xa4\xdd\x51\x53\x5d\xeb\xc8\x13\x9c\x02\x42\x29\x8d\xef\x7d\xf6\ \xc9\x27\xf7\x77\x20\xfd\x67\x7a\x89\x5d\xcf\x2e\xa5\x94\x7e\x13\ \x10\x11\x81\x10\x40\x44\x91\xd6\x60\xc5\xc7\x1d\xdf\x1a\x81\x10\ \xec\xc2\x29\xd6\x88\x84\x68\x8c\xc9\x86\xa3\x55\x3b\x77\xec\xd8\ \x5b\x75\xb4\x3d\xc9\xcf\xdc\x40\x08\xa5\x54\x6e\x78\xeb\xd9\xf9\ \xab\x0f\x52\x4a\xa1\x07\x6b\x94\xbe\x35\x02\xf8\x8d\x39\xa1\xcd\ \x52\x82\xe4\x88\x42\x4a\x81\x42\xa2\x10\x28\x85\x14\x1c\xa5\x90\ \x52\xe0\x3f\x7b\x00\x4a\x8a\xbc\xbe\xb9\x7d\x47\x6d\x4b\x55\x4b\ \x52\x20\x32\x94\x20\x79\x7d\x7b\xac\xd9\xe1\x00\x92\x0a\xf7\x70\ \x43\x47\x9b\x2b\x00\x7b\x3c\x88\x94\x52\x1e\x7f\x9e\x3a\xaf\x94\ \x02\x51\x82\xff\xa4\x87\x4f\xdf\xa3\xbf\x80\x52\x9c\x30\x82\x48\ \xab\x74\x4f\x97\x51\xd3\xd8\xf6\x45\x7f\xfb\xc7\xb1\xe1\xbf\xfc\ \xfa\x75\x21\x80\xf8\xfe\xe5\xbf\xbd\x6f\xe5\x17\x7e\xf1\xa3\xc1\ \x59\x0c\x00\x85\x90\xfe\xd0\x0b\x05\xf7\x38\x47\x40\x20\x4c\xd3\ \x40\x0a\x41\x18\x23\x80\xdc\xe3\xf8\x3e\xfe\x5c\xda\x67\xe9\xb4\ \x0c\x89\xe8\x4b\xb8\xe2\x13\xa1\x0b\xfe\x44\x60\xda\x02\x49\xfa\ \x5e\x7d\xc2\x8d\x81\x30\x0d\x5b\x17\x3e\xfa\xe0\x82\xb5\x87\x23\ \xd9\x99\xdc\x11\x13\x6e\xf8\xe2\xa7\x26\x96\x0b\x21\x80\x50\x46\ \x89\xe4\x9e\x24\x4c\x63\x54\x0a\x41\x28\x23\x04\xb9\xc7\x09\xd3\ \x18\x25\x52\x08\xdf\x1d\x61\xba\x46\x50\x0a\x24\x8c\x12\x00\xe4\ \x9c\x8b\x13\x87\xd2\x9d\x27\x3d\x3e\xa0\xf0\xdf\x20\xc4\x49\x13\ \xe7\x28\x25\x48\x01\x52\x02\x10\x44\xe9\x87\x15\xfc\xd6\xfb\x4e\ \xfd\xfb\xbb\x0a\x0c\xdd\x57\x36\x1e\x5a\x54\xe7\x44\x4c\x1a\xb7\ \x79\x71\x49\xe1\xe7\x47\x15\x65\x62\xfc\xd1\x65\xbb\xf3\x87\x0d\ \xbb\xbb\x8c\x2d\x5c\xb3\xf7\xad\xb8\xf9\xb5\x29\x7d\x32\x08\x0a\ \x09\xff\xc4\x67\x20\x00\x40\x52\x17\x8d\x12\x22\x24\x48\x89\xbc\ \xc7\x48\x47\x8f\xf3\x94\x29\x2f\xbd\xeb\x47\xf5\xbf\x98\x1e\xa7\ \x5c\x90\x12\x66\x98\x81\xa0\x1f\x89\x09\x04\x0c\x8d\x51\x4a\x45\ \xfb\xa1\xf9\x4f\x3e\xbd\xe9\x48\x8b\x99\x37\xec\xd6\xbb\x6f\x1d\ \xa0\x31\x4a\x29\x63\x7a\xc7\x81\xc5\xf7\x3e\xb2\x30\x86\x1a\x6a\ \x99\xb3\xaf\xbb\xf5\xc2\x91\x45\xdc\xe3\xef\x37\xd4\xf3\x7d\x92\ \x2e\x69\x0b\x6a\x1c\xf1\x09\x1a\x47\x20\xa6\xfb\x5f\xe7\x10\xf9\ \x24\x77\x9c\x6a\x3a\x6c\x79\xf9\xf1\xe7\x57\x27\xbe\xf4\xdd\x9f\ \x8c\x28\x0c\xd8\x1d\x6d\x9e\x99\xd1\x51\xb5\xe2\xe1\xa7\x5f\x3f\ \xd6\xe2\x95\x8c\xbd\xe8\xee\x4f\xcd\x62\xd5\x9b\xfe\xf6\xe8\xb3\ \x47\x6c\x8a\x60\x4c\xbb\xfa\x8e\xcb\x27\xf5\x13\x6d\x47\xe6\x3f\ \xf3\xf4\xda\xbd\x8d\x59\x7d\x26\x7c\xe1\x4b\xd7\xbb\x5b\x16\x3d\ \xf1\xc2\x92\xe6\x24\x19\x34\xed\xda\x3b\x2f\x1f\xa5\x51\x4a\xba\ \x9c\xee\x54\x6b\xec\xec\x0f\xe2\xd4\xee\x28\x25\x72\x81\x52\xf8\ \x8d\xc4\x2e\x03\x1e\x04\x7c\x7f\x57\x57\xd7\xc8\x9a\x6d\x07\x17\ \xd4\xc1\xd7\xa7\x0f\x1c\x1c\xa0\xb1\x58\xc7\x5f\x96\x56\x3d\x11\ \x34\xbf\x36\x50\x37\x28\x33\xd1\x79\x67\x4d\xf5\xa2\xb8\xfe\xef\ \x93\x4b\xcb\x99\xf7\x3e\xfd\xe6\xf8\x19\x09\xf8\x37\xd5\x54\x9b\ \x25\x82\xe4\x28\x7b\x4c\x6b\xd4\x7a\xea\x86\xbe\x5b\x84\xd0\xf5\ \x5b\x48\xa9\x5c\x4f\xdd\x91\x18\x7a\xdd\x86\xb7\xff\xfa\x60\x8d\ \x41\xc0\xae\xdb\x53\xc7\xb3\x02\x86\xb3\xf8\xb1\x87\xd6\x39\xa3\ \xbe\xf2\xd5\xf1\xcb\x1e\xfb\xdf\x07\x9f\xef\xf7\x93\xeb\x43\x00\ \x84\x50\xd2\x74\x68\xcb\x21\x91\xff\xf5\xaf\xdd\x1c\x5f\xf7\xd2\ \x03\x0f\xde\x9f\xf9\x83\x1f\x8c\xcd\x06\xef\xfd\x46\x83\x5d\xaf\ \x2d\x02\x80\x94\x4a\x17\x3e\x41\xfe\x02\x20\x60\xa7\x19\xa6\xbc\ \x7a\x49\x08\xc1\xb4\xdb\x4f\xbc\xfa\x15\x1b\x36\xf6\xb9\xec\xff\ \x8d\x2d\xcb\xe0\xdc\x0b\x66\x64\x03\x82\xc8\x1f\x7c\xfd\x9d\x15\ \xb2\x6d\xef\x5f\xff\x3c\x7f\xe9\x98\xf3\xa6\x3a\x55\xdb\x6b\x82\ \x9f\xfb\xaf\xcf\xe2\xb6\xe7\xff\xfa\xd4\x33\xc3\x87\x7f\xeb\xf0\ \xdc\xfb\x97\x37\xf4\xff\xfc\x57\x6e\x0a\x30\xcb\x6a\xdc\x74\xdf\ \xa3\xaf\x0e\xb8\xee\x8b\x37\x67\x1c\xfe\xe3\x9f\x1e\x59\x36\xe4\ \xfb\x9a\xce\x52\x9a\x74\xb2\xd5\xfb\xf7\x28\xff\x75\x0a\x00\x52\ \x88\x93\xde\x23\x11\x41\x7a\xc0\x05\x52\x24\x80\x04\x40\xfa\x02\ \x91\x9a\xad\x24\x3d\xfb\x0a\x14\x1c\x67\x45\x6d\xc7\x90\x41\xfd\ \x87\x86\x89\xe0\x22\x23\x33\x7c\xe5\xc0\xf0\xef\x0e\xb5\x24\x2a\ \x72\x0c\x22\xde\x5c\xb7\xaf\x38\x33\xfa\x1f\xe7\x95\x16\x52\xee\ \x7a\xf8\x4f\x62\xa7\xe9\x48\x9d\x7f\x6e\xe2\x6b\xa9\x44\x10\x42\ \xf6\x7c\x6b\xed\xc9\x5f\x40\x29\x05\x00\xc8\x13\x47\x13\x52\xf6\ \x18\x46\xf5\x07\x2c\x46\x34\xab\xb4\xbc\xdc\xa2\x98\x80\xa6\x6d\ \x47\xa5\x8c\x1f\xdb\x52\x55\xdd\x24\xc8\xd3\x8f\xed\x8e\xb5\x22\ \xc9\x72\x5d\xd7\x00\x44\x29\xb8\x44\x16\xc9\xcc\x2a\x2a\x2e\xc9\ \xba\xea\xfa\xa5\xcb\x7f\xb9\x71\x7b\xcd\xb8\x19\x85\xc2\x13\x3d\ \x5e\x2b\x72\xc2\x77\x22\xa5\x44\x14\xaa\xc3\x7c\x22\x20\x04\xa5\ \x94\x28\x41\xa4\x46\xf8\xdd\x58\x23\xa5\x20\x1c\x97\x0b\x2b\xa0\ \x81\xf4\x3c\xcf\x03\x20\x4c\x23\x35\x7b\x37\xbe\xf0\xfa\x8a\xb8\ \x10\xf5\xed\x9e\xdd\xde\x21\x4c\x62\x45\x72\x8a\x8a\x8b\xf3\x33\ \x67\x14\x2c\x99\x57\x7d\xb8\x7a\xfb\x8e\xb6\x19\x77\x5c\x3e\xac\ \x5f\x3e\x02\xa9\x5b\xb6\xf8\x58\x4d\x9d\xfb\xde\x8b\x55\xe8\x48\ \x5d\x73\x92\xed\x12\x09\xa2\x14\x52\x88\x13\x53\x03\xbb\x9a\x23\ \x21\x08\xa0\x9f\x1c\x77\x24\x80\x52\x4a\x21\x11\x25\x48\x4c\xa7\ \x43\xa2\xf4\x05\x41\x02\xf4\x9c\x48\x8c\x04\x41\x78\x1e\x42\x84\ \x4a\xf0\x3c\x2e\x90\x01\xd1\x18\x45\x21\xb8\xe0\x20\x11\x00\xda\ \x92\xee\x91\x36\xbb\x30\x83\xfd\x13\xb7\x19\xfd\x58\x67\x6a\xfc\ \x03\x08\x12\x52\xd3\x2a\x20\x85\xdf\x81\xba\xbd\xd3\x6b\xdd\x87\ \x10\x11\x24\x4a\x89\xc7\xe3\x2b\x9d\x6e\x5b\x4f\x3a\x27\x05\x78\ \xae\x97\x51\x31\x7c\xd6\x45\xb3\x43\x04\xda\xb7\xf2\x95\x1b\xd7\ \xb9\x92\x31\xa2\x0f\x98\x7c\xd5\xd7\xe6\xf4\xf7\xb8\x24\x7a\x88\ \xb5\xae\xf4\xfc\x19\x0d\x29\xd0\xbf\xe3\xc7\xdb\x3a\x1c\x2f\xd7\ \x64\x92\x73\xd1\xdd\x38\x89\x9c\xf8\x6d\x20\x21\x84\x10\x44\x29\ \x51\xf6\xb6\x34\x32\xc5\x59\x91\x05\x00\x89\x12\x25\x4a\x3f\xba\ \xe7\x07\xe0\xd3\x03\x8a\x94\x4d\x0b\xe4\x66\x46\x9f\xfc\xfc\xd7\ \x57\xac\x6e\x9e\xd1\x3f\x43\x93\x02\x34\xc3\x3d\xf4\xdc\x53\x4f\ \xca\x49\x5f\xfe\xc6\xac\x82\xc7\x7f\xf1\x07\xc7\xe5\x52\x97\x28\ \x85\xeb\x70\xc7\xe1\x94\x20\x20\xd1\x35\xb7\xa9\xa5\x0d\xa0\x00\ \x01\xa8\x4e\xb5\x50\xd1\xe5\xb7\x7d\x6e\x68\x94\x4a\xc2\x42\x21\ \xb9\xe0\x9d\x24\x86\x01\xc4\x71\x5d\x20\x27\xaa\x03\x02\x50\x4a\ \x53\x3d\xe5\xa4\x36\x4b\x81\xc2\x03\x10\x28\x53\xee\x0d\x00\x10\ \x4c\x0d\xf3\xe1\x7d\x82\x63\x04\x90\xd2\x81\x01\xfd\x9d\xc3\xad\ \xb1\xa2\xbc\x30\x20\xb8\x7c\xfd\xe1\x8e\xa2\xec\xbc\x10\x0a\x07\ \xc9\x9c\x51\xa5\x43\xdb\x1b\xff\xb8\xfc\xa0\x33\xb9\x74\x5a\x06\ \xb3\x39\xbe\xdf\x40\x22\x2d\x9e\x84\xf8\x71\x19\x00\x4a\x7c\x7f\ \x3b\x15\x76\x24\x1f\x20\xee\x08\x28\x11\x25\xfa\x82\x87\x9d\xdf\ \x81\x94\x9d\x49\x04\x27\xfd\x89\xd0\xc0\x73\x92\xf1\x78\x3c\x91\ \x74\x28\x83\x44\x3c\x11\x8b\x75\xd8\x24\x6f\xf6\xb4\xd1\xf7\xbd\ \xfe\xe4\x13\x89\xb1\x41\x49\x87\x4c\xb9\x60\x54\x6e\x76\x80\x37\ \x2d\x5b\xb6\xf1\x92\x6c\xbd\x6e\xef\x9a\x67\x1f\x37\xc5\xe1\x0d\ \x2d\x91\xca\xdb\x06\x67\x26\x92\x6e\xd7\xf0\xe8\xc9\x29\x12\x5d\ \x72\x18\x24\x10\x94\xef\x3b\x3f\xa3\xf8\x98\xc5\x17\x24\x4a\x94\ \x44\x92\xe3\x01\xc8\x2e\xd6\x08\x00\x88\x3c\x01\xc6\xb4\xcb\xaf\ \xdb\xf2\xa7\x27\x7e\xfe\xd3\x9a\x11\x03\x0a\xed\xf6\xf6\x92\x51\ \x13\x4b\x8a\xf3\xd7\xed\x5a\xb3\x98\xe5\x1c\x68\x4a\x8e\x25\xc8\ \x5d\x27\x91\x74\x04\x17\xdc\x73\x13\xb1\x84\xab\x67\x4d\x9d\x3d\ \xee\xde\xf9\x0f\xb8\x87\x47\x64\x86\xb2\xa7\x4c\x1f\x3b\xb6\xcf\ \x9a\x67\x1f\x7c\x6c\x42\x65\x9e\x0c\x97\x5c\x3c\x6b\x72\x6e\x66\ \xc6\xe1\x55\x4b\x77\x4e\x1b\x32\x20\x82\x1c\xbb\xb1\x46\xf0\xdd\ \x04\x89\x9d\x99\x8e\x27\xc4\x44\xa4\x40\x89\x28\x21\x35\xe6\xf0\ \x6f\xac\x90\xca\x32\x7a\x1f\xf3\x75\x24\x99\x35\x30\x7b\xf7\x86\ \x86\x9f\xad\x74\x86\x65\x68\xf5\xcd\x89\x2a\x61\x7e\xb1\x6f\x88\ \x09\x37\xe1\x8a\x36\x57\x8c\x1c\x90\xff\x45\x5e\x7b\xdf\xea\x6a\ \x63\x62\xd1\x98\x10\xe9\x49\x19\x08\xa6\xe2\x8e\xfe\x6c\x0d\xf1\ \x47\x3d\x7e\xee\x10\x0a\x90\x3d\xb6\x81\x7d\xe7\x3b\xff\x7d\xd2\ \x4b\x94\x10\xc7\xb6\x63\xb1\x8e\xfc\x82\x02\xcf\x75\x8f\xcf\x09\ \xa5\x5d\x38\x99\x76\x20\xba\x3e\x24\x22\xd5\x02\x79\x85\xe5\x65\ \x79\x19\x20\x84\x24\x2c\x92\x53\x50\x52\x5a\x58\x3a\x60\x68\xbf\ \x5c\xad\xa1\xa1\x59\xb0\x70\x59\x9f\xd2\xcc\xcc\xfc\xd2\xdc\x2c\ \xa6\x59\x96\x77\x6c\xfb\x11\xaf\x4f\x69\xae\x95\xdd\xff\xca\xeb\ \x2e\x2b\x0d\x12\x4f\x9c\x78\x58\x48\x9d\x46\x76\x09\x44\x77\x49\ \x76\x92\x0d\xf5\x75\x05\x85\x85\x52\x4a\xd5\x6d\x3e\xde\x50\x4a\ \xeb\x6a\x6b\xf3\xf2\x0b\x53\x76\xe8\x9b\xa2\x9f\xb9\x90\x32\x4e\ \x3f\xa9\x45\x68\xd1\xe2\x71\x63\x2b\x75\xb7\xa3\x3d\xee\x18\x91\ \x9c\x3e\x03\x86\x4e\x1a\x33\x94\xc5\xea\x6b\x5b\x92\x25\xc3\x27\ \x8e\x1f\x56\x11\x32\x8d\x48\x4e\x41\x59\x49\xae\x46\x20\x18\xcd\ \x2a\x2d\x2d\xe9\x3b\x78\x48\xdf\x6c\xad\xa1\xbe\x89\x04\x32\xcb\ \xfb\x0f\x1b\x37\xba\xd2\x74\x5a\x9a\xda\x9d\x60\x4e\x51\x69\x61\ \x7e\x49\x49\x51\x58\x17\xc1\xdc\xd2\x9c\x00\xe1\x32\x65\x8d\xd8\ \x19\xbd\x4b\x99\x25\xd1\x75\xad\xa6\xa6\x26\x1a\x89\x1a\x86\xd1\ \x19\x05\xad\xd9\xb9\x29\xdf\x6d\xa1\xdc\xf5\xdd\x03\xf0\xdb\x9c\ \xb2\x67\xd9\x4d\x17\xea\xf2\x40\x29\x0d\x43\x1f\x5f\x10\x30\x38\ \x6f\xf5\x30\x27\x23\x78\xd3\xe0\xac\x7e\x06\x70\x21\x2d\x4d\xab\ \x88\x18\xb9\x94\x94\x65\x59\x39\x4c\x70\xaa\x95\x5a\x24\x7d\x09\ \x4e\x39\x4e\xe7\x64\xaa\xdf\xdc\x94\xb7\x85\x40\x50\x63\xfa\x31\ \x1b\x23\x95\x63\xac\x40\xf0\xd4\xdb\x7c\x37\xeb\x23\x28\xa5\xed\ \x6d\x6d\xb5\x35\xc7\x86\x8f\x1a\x9d\x4c\x24\xd2\xf3\xc4\xbe\x04\ \xa6\xa6\x91\xbb\xf5\x31\x98\x61\x19\x54\x24\x6d\x17\x00\x08\xd3\ \x2d\x53\x73\x92\xb6\x04\xa2\x9b\x96\xa9\x33\x40\x69\x27\x93\x9e\ \x40\xdd\xb4\x82\x96\xb1\x6d\xc1\x6f\xff\xb6\x31\xe7\xa7\x3f\xfc\ \x62\x26\x8f\x27\x12\xb6\xf7\xbe\xf9\x8f\x24\xfd\x8f\x2f\xd3\xfe\ \x8a\xa9\x1d\xdb\xb7\x8e\x1a\x3d\x96\xf7\xbe\x85\x34\x8a\x7f\x2d\ \x8c\xb1\x2d\x9b\x37\x0e\x1f\x39\xaa\x33\x79\xa0\x4b\xfe\x6d\xe7\ \xd4\x00\x04\x82\x01\x46\x29\xa1\x9a\xae\xa7\x96\x30\x72\x37\xd1\ \x1e\x77\x02\x01\x8b\x51\x02\x52\xd8\x76\x52\x80\x6e\x99\xd4\x4e\ \xda\x48\x34\xcb\xd2\xb9\x6d\x7b\x92\x18\x96\x65\xea\x0c\x05\x4f\ \x26\x6d\x49\xb4\x40\xc0\x64\x94\x48\xee\x26\x6d\x07\xa9\x1e\x30\ \x0d\xee\x24\x5c\x3f\x57\x26\x95\x3b\xd3\x39\xa2\xa5\x90\x5a\x37\ \x15\xda\xbc\x69\x43\x59\x69\x79\x28\x1c\xf6\x9b\xa4\x99\x81\x8d\ \x2f\x3c\x3a\x22\x7e\x50\xf7\x6c\x84\xb4\x37\xd1\x65\xb6\xf3\xfd\ \x87\xc0\x21\x8d\x02\x01\x20\x04\x34\x02\xc4\x0f\x13\x4a\x40\x48\ \x78\xd2\xd4\x28\x0a\xe9\x20\x00\x40\x40\xa3\x28\xa5\x2d\xdf\x77\ \x3e\x82\x00\x41\x82\x80\x48\x81\x22\x40\xba\xcd\x56\x30\xb8\xbe\ \x4d\x16\x5f\xfb\xa5\x8c\xec\x9c\x53\x17\x56\x6a\x3d\x45\x7a\x3c\ \xee\x49\x29\x81\x80\xc4\x74\x30\xd6\x77\x99\x7c\x67\xa4\xbb\x60\ \x87\x70\x92\xc9\xce\xf6\x70\x2f\xc9\x3d\xff\xa9\x97\x4c\x78\xc9\ \xe3\x3d\x9c\xdb\xc9\x0e\xcf\xcd\x1a\x38\xfd\xea\x4c\x9d\xb7\xb5\ \xb4\x4b\x9e\xce\xc2\x3a\x25\xcc\xd1\x75\xb6\x85\xa4\xa7\x42\x08\ \x00\x25\x4e\xd2\x51\xeb\xac\x3f\x51\xe3\x08\xd7\x75\x0d\xdd\x10\ \x98\x8a\x2e\x10\x4c\xcf\xf6\x21\x00\x02\x63\xec\xd9\x67\xe7\x36\ \x35\x35\x31\x96\x32\x69\xee\x79\xc5\xc5\xc5\x57\x5e\x79\x45\x32\ \x16\xeb\x72\x24\x37\x99\xba\x8f\x70\x3b\xce\xfd\xb1\x7c\x57\xfb\ \x04\xf0\x92\x31\xaf\x4b\xd8\x2c\x65\xc6\xa4\xd3\x2b\xc7\x74\xfa\ \x44\x6a\x46\x02\x08\xa5\x42\x08\xe1\x79\x27\xdd\x2f\x51\x08\xcf\ \x71\x4c\x8a\x1c\x25\x74\xce\xfa\xa7\x83\x80\xd8\xf3\x1a\x09\x4a\ \xc8\x63\x3b\x1b\x5b\x5d\xc1\xba\x1e\x10\x81\x52\xb8\x79\x60\x16\ \x01\xec\xd4\xc5\xa4\x27\xff\x69\x68\xc6\x9f\xc9\x25\x9d\xb9\x13\ \x52\x12\x4a\x00\x50\x70\xee\x71\x48\x8d\x2d\x4e\x27\xbe\x80\x88\ \xc1\x60\x50\x08\x71\xf4\xc8\xa1\x92\x92\x32\x42\x69\xda\x67\x3a\ \x3e\xb0\xfa\xbf\x66\xa7\x23\x04\x07\x4d\xa9\x18\x82\xb6\xe3\x20\ \x98\xef\x33\x03\x41\x3a\x25\x28\xe5\x33\x10\x00\x70\x1c\xe7\xc0\ \xde\x3d\xd9\xb9\xf9\x6a\x71\xc4\x27\x84\xac\xec\xec\xfd\x7b\xf7\ \x56\x0e\x1d\x16\x08\x84\x24\x4a\x92\x1a\xa8\x93\xae\x37\xdd\x19\ \x33\x66\xb8\xae\x7b\x3c\xe2\x20\xd1\xb2\x2c\xc3\x30\x35\xfd\x5f\ \x53\x01\x81\x1c\x5f\xe0\xd0\xd9\xeb\x52\x99\x8e\x87\x0f\x1e\x04\ \x42\x83\xc1\x60\x17\x21\x13\x39\xfd\x87\xee\x5d\xb2\x63\x78\x96\ \x61\x19\x7a\x97\x19\xf6\xd4\xd4\xea\xfb\x1b\xee\x05\x7d\x73\x3d\ \x79\x72\xe6\x13\x21\x24\x12\xd2\xcf\xa8\x20\x0a\x39\xe1\x19\x21\ \x28\xe5\xc1\xb6\x24\x96\x8c\x0c\x45\x32\xba\xaf\x1c\xd1\xed\x3a\ \x6b\x4a\x69\x3c\x1e\xdb\xbf\x6f\xaf\x94\x92\x31\x96\xd2\xb8\x0f\ \x63\x75\x68\xe7\xa9\x49\xe7\x34\x2c\x10\xee\xb9\x19\x99\x59\x7d\ \xfb\xf5\x57\xba\xf0\xc9\x99\x92\x38\xb0\x7f\x5f\x7b\x7b\x9b\xa6\ \xe9\xbe\x1e\x9c\x6a\x8d\x1a\x63\x27\xdf\xb1\x11\x85\x10\xff\x72\ \x83\xec\x6a\x8d\x00\x20\x84\xa0\x94\x0e\x18\x34\x38\x10\x08\x1e\ \x8f\x76\x11\x42\x08\xdd\xbf\x6e\x69\xdb\xe6\x15\x9a\x13\x23\xf4\ \x83\x95\x60\xd0\x7a\x78\x3b\xff\xbf\x06\xd3\x52\x71\x48\x49\x28\ \x94\x55\x0e\x3c\xff\x92\x50\x34\xab\xdb\x12\x0c\xdd\xeb\x02\x00\ \x50\x46\x05\xe7\xf1\x58\x5c\xa2\x24\xa7\xa8\xce\xb9\x74\x21\x3b\ \x1d\xa2\xce\x9f\x75\xdd\x08\x85\x42\xf8\xbe\x79\xd9\x8a\x8f\x95\ \x2e\x10\x42\x08\x89\xc7\x62\x1e\xf7\x3e\x54\x6b\x84\x93\x2a\x28\ \xf8\xf3\x94\xa1\x50\x98\x31\x76\x52\x08\x9c\x10\x42\x98\x16\x6f\ \x6f\xf3\x5c\xb7\xb7\xcd\xa7\x13\x42\x43\x91\x88\xa6\xe9\x1f\xac\ \x2e\x4b\xd7\x2f\xa3\x37\x8e\x36\x11\x4e\xaa\x8d\xa3\xf8\x44\xa8\ \x43\xaf\xac\x2a\x08\x00\xef\x73\x8b\x22\x94\xf5\xce\xc5\x7d\x3d\ \xd5\x9e\xeb\x31\xbe\x70\x3a\x9f\x56\xa1\xf8\x70\x4c\xf9\xa3\xd7\ \x66\xf1\x51\xec\x42\xaa\x1e\xb4\x42\xa1\x50\xba\xa0\x50\x28\x94\ \x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\xf8\x57\xf3\ \xff\x07\x00\x42\x0e\xe4\x5b\x0f\xcf\x73\xfd\x00\x00\x00\x00\x49\ \x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xc0\x12\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x7d\x00\x00\x01\x18\x08\x02\x00\x00\x00\x3f\x22\xb1\xef\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\xbf\x98\x49\x44\x41\x54\x78\xda\xec\xfd\x59\xb0\xad\ \x59\x72\x1e\x86\xe5\x9a\xff\x79\x8f\x67\xbc\x73\xdd\x7b\x6b\xec\ \xaa\xee\xea\xee\xea\x01\xdd\x68\x90\x20\x40\x90\x94\x00\x0e\xb6\ \x45\x52\xa2\x24\x47\x58\xb2\x83\xb6\x23\xec\x27\x87\xe7\x37\x85\ \x1f\x1c\x0e\x3e\x38\xc2\xf6\x83\xac\xb0\x69\x50\x22\x6d\xc9\x92\ \x69\x51\x10\x89\x89\xc4\xd0\x0d\xa0\xd1\x8d\xea\x9a\xa7\x5b\x77\ \x3e\xe3\x9e\xff\x69\xcd\xe9\x87\x7d\xab\xd8\x00\x48\x75\xf1\xb2\ \x21\x47\xd8\x27\x1f\x4e\xec\xbd\xcf\x1e\xfe\x3f\x57\xae\x6f\x65\ \x7e\x99\x2b\x17\xf9\x37\xff\x8d\xbf\x0e\x17\x72\x21\x17\x72\x21\ \xff\x35\x0a\xbd\x50\xc1\x85\x5c\xc8\x85\x5c\xe0\xce\x85\x5c\xc8\ \x85\xfc\xff\xb8\xf0\x1f\x7e\x42\x08\x31\xc6\x84\x10\x08\x21\x17\ \xaa\xf9\x93\x13\xa5\xd4\x1f\xd1\x70\x8c\xd1\x18\x73\xa1\xf6\x3f\ \x39\x41\x44\xce\xb9\x94\x12\x11\x7f\xf8\x75\x6b\x4c\x8c\x11\x2e\ \x34\xff\x5f\xaf\xc1\xff\x21\xdc\xf1\xde\x3f\xf7\xdc\x73\x83\xc1\ \x20\x84\x78\xa1\xac\x3f\x21\x21\x84\x7c\xf0\xc1\xfb\x5a\xeb\x1f\ \x06\x9d\xb2\x2c\xbf\xf8\xc5\x2f\x5e\xa8\xfd\x4f\x4e\x18\x63\xb3\ \xd9\xf9\x83\x07\x0f\x28\xa5\x3f\xac\xf9\x17\x5f\xfa\x5c\x9e\xe7\ \x31\x5e\x68\xfe\x4f\xc8\xdc\x01\x10\xdf\x7b\xef\x3d\xe7\xdc\x3f\ \x17\x77\xac\xb5\x3f\xf9\xad\x9f\xfa\xdc\xe7\x3e\x67\x8c\xb9\xd0\ \xd8\x9f\x94\x87\xc9\xf9\xff\xfa\x7f\xf5\xbf\xa8\xeb\xba\xaa\xaa\ \xed\xda\xeb\xbd\xdf\xdd\xdd\xfd\xd7\xff\x8d\xbf\x71\xa1\xf6\x3f\ \x39\xc9\xb2\xec\x97\x7f\xf9\x1f\x7d\xf7\xbb\xbf\xb7\xbf\x7f\xf0\ \xe9\xda\xeb\xbd\xff\x99\x9f\xfd\xd9\xeb\xd7\xaf\xff\x91\x59\x71\ \x21\x3f\xc6\x55\x36\x84\xf0\x3f\xff\x9f\xfd\x4f\x9d\x73\x79\x9e\ \x7f\xea\x6c\xfe\xd1\x38\xcb\x5a\xdb\xf7\xfd\xc5\x04\xf8\x93\xc4\ \x1d\x71\x72\x72\xb2\x5a\xae\x8a\xa2\xa0\x94\x6e\x47\x22\xc6\x78\ \xa1\xf6\x3f\x51\xa1\x94\xae\xd7\xeb\xc7\x8f\x1e\x95\x65\x55\x55\ \xd5\xa7\x0e\x8e\x31\xa6\xef\xfb\x0b\xdc\xf9\x13\xc5\x9d\x93\xe3\ \x23\x44\xcc\xb2\xeb\xff\x74\x38\x2e\x54\xf3\xff\x95\xc1\xb8\x50\ \xc2\x85\xe6\xff\xff\x59\xed\x17\xb8\x73\x21\x17\x72\x21\xff\xb5\ \xbb\x9f\x17\x2a\xb8\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\ \x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\ \xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\ \xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\xc0\ \x9d\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x0b\xdc\ \xb9\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\ \x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x7f\x86\xf0\ \x1f\x8d\x4c\x94\x96\x65\x09\x88\x7f\xac\x07\x2d\x02\x6c\x5f\x41\ \xef\x03\x63\x0c\x11\xc9\x56\x00\x10\x00\x11\x31\x46\x20\x84\x52\ \x02\x08\xdb\x4e\x4b\x84\x12\x02\x04\x11\x23\x46\x4a\x28\x21\x04\ \x31\x02\x00\x22\x00\x01\x42\xc8\xf6\x5b\xb7\x5f\xf5\xe4\x67\x22\ \x22\x00\x63\x14\xb6\xbd\xca\x7e\xe8\x32\x62\x8c\x74\xfb\x94\x90\ \x1f\xbe\xa0\x27\x1f\x44\x8c\x21\x10\x4a\x3f\x79\x0f\x20\xa2\xf3\ \x9e\x12\xc2\xb9\x40\x44\x02\x4f\x5e\xdf\x5e\x2c\x21\xff\x0c\x14\ \xfe\xe1\x2b\xf9\xc3\x77\xfd\xa3\x85\x10\xd0\xda\xf4\x7d\xff\x14\ \x6d\x5f\x10\x31\xcf\x73\xce\x39\x46\xa4\x94\x02\x01\x40\x40\x44\ \x00\x24\x84\x6e\xf5\x64\xad\x05\x00\xc6\x18\x00\x52\x4a\x29\xa1\ \x00\x18\x23\xc6\x10\xb6\xed\x84\x09\x81\x10\x43\x8c\xdb\xff\x12\ \x04\x0c\x3e\x10\x42\x18\x67\x18\xb7\x6d\x85\x09\x22\x6e\xdb\x8f\ \x6d\x1f\x6f\x47\x1c\x01\x23\x42\x8c\x91\x52\x46\x29\xf9\xe4\x76\ \x7e\x78\x44\xf0\xd3\xa6\x65\x7f\xe4\xbf\x00\xe0\x9d\x8f\x88\x5c\ \x30\x40\x20\x84\x20\x80\x77\xce\xfb\x90\x24\x6a\xfb\xf4\xc9\xbb\ \x11\x62\x0c\x94\xd2\x3f\xae\x9f\x27\xdf\xfc\xc9\x3f\x10\xb7\x9a\ \xff\x63\x9d\x5c\x3e\xbd\x80\x3f\xfc\x3a\x22\xd6\x75\xfd\x47\x5a\ \x29\x7f\x46\xb5\x73\xce\xcb\xb2\xd8\x7e\xf4\x8f\x8d\xfe\x1f\x7a\ \xaf\xf7\x9e\x31\xfe\x47\xae\x0a\x11\x3f\x99\x08\x9f\x3c\x06\xf2\ \xc4\x3e\x31\x02\x00\x21\xf4\x89\xbd\x01\x89\x88\x94\x92\x27\xbf\ \xb2\x9d\x02\x40\x9e\xcc\x1d\x8c\x94\xb2\x4f\xee\x8c\xfc\x11\xcd\ \x6c\x07\xeb\x9f\x79\x6d\x21\x04\x02\x40\x19\x85\x27\x46\x03\xb8\ \x55\xd4\x27\x33\x85\xfc\xb1\xaf\xfa\xe3\x5a\x80\x3f\xfc\xa3\x9f\ \xd1\xec\x09\x81\xbe\xd7\x5a\xeb\x1f\x69\xf0\x3f\x02\x77\x18\x63\ \x8b\xc5\xe2\xdf\xfb\xf7\xfe\x37\x4a\xa9\x10\x63\xf0\x9e\x32\xb6\ \xbd\x67\x46\xe9\xf6\x15\x21\xe5\xa5\x4b\x97\x4f\x4f\x4f\x93\x24\ \xd1\x5a\x6f\x3b\xc3\x33\xc6\x54\xa2\xaa\xaa\xb2\xd6\x2e\xd7\xb5\ \x90\x72\x30\x18\x10\x80\x4d\x5d\x7b\xef\xf3\x2c\xcb\x8b\x62\xb3\ \xd9\x18\x63\xb2\x34\x23\x84\x6d\x67\x82\x35\x96\x52\x1a\x7c\x90\ \x42\x78\xef\xbd\x77\x82\x8b\x24\xe5\x94\x92\xc5\x72\x41\x80\x10\ \x42\xbc\x77\x31\x6e\x47\x0b\xca\xb2\xd0\xc6\x44\x08\x18\x22\x05\ \x42\x01\x30\xc4\x18\x23\x50\xe2\x31\x4a\x25\x77\xf7\xf6\xeb\x4d\ \xd3\x77\x3d\x20\x84\x10\xd3\x24\xbd\x7d\xeb\x76\xd3\x35\x77\x3e\ \xfe\x48\x29\xe9\x82\x03\x80\xe0\x22\xe3\x2c\x51\x49\xd7\x75\x31\ \x46\x04\xdc\xfe\x50\x08\x81\x52\xaa\xa4\xf4\x21\x3c\x01\xc7\x88\ \x8c\xb1\xed\xf4\x7f\x62\x43\x40\x22\x3e\xe9\x5c\xb7\x45\xb1\x7f\ \x3a\xca\x00\x21\xfa\x6f\x7c\xe3\x1b\x7f\xfe\xcf\xfd\xb9\xbe\xef\ \xff\x45\x27\x40\x96\x66\xbf\xf8\x1f\xfe\xe2\xbd\x07\xf7\x07\x83\ \x6a\x3e\x5f\xc4\x18\x39\x63\x2a\x49\x18\x63\x5d\xd7\x19\x63\x38\ \xe3\x5f\xfe\xfc\xab\x11\xf1\xf1\xe3\x23\x2e\xd5\x7c\xb5\x6a\x9a\ \x1a\x38\xcf\x07\x83\xbd\xfd\x03\x21\xc5\xc7\x77\xee\x7b\x13\x77\ \xf7\x76\x07\x83\xc1\x7c\xb1\xdc\xd4\x8d\x54\xea\xe0\xf0\x92\xb1\ \xf6\xf1\xa3\xc7\x45\x55\x56\x05\xb3\x46\xa7\x59\x3a\x9b\xcf\xd3\ \x2c\xeb\xba\x2e\x4d\x12\x82\x50\xaf\xd6\x5c\x88\x2a\x91\x3b\xc3\ \xe2\xec\xfc\xbc\xeb\x3a\x42\x88\xb3\xce\x5a\x83\x48\x28\xa5\x59\ \x96\xa9\x44\xce\xcf\x17\x59\xa6\x38\x03\x04\x88\x01\x8c\x09\xc1\ \x23\x12\xa0\x1c\x9f\xb9\x7d\x35\x4f\xf3\xbb\xef\x3c\x14\x92\x1b\ \xa3\x29\x27\xcf\xde\xbe\x7d\xf3\x99\x1b\xbf\xf6\xab\xbf\xa6\x75\ \xaf\x84\xb4\xc6\x58\xc0\x48\xc9\x64\x3c\xae\xeb\xba\xeb\xfa\x18\ \x51\x08\x16\x63\x04\x20\x88\x98\x65\x19\x45\xd4\xc6\x20\x62\x8c\ \x91\x71\xce\x85\x08\x31\x84\x10\x22\xc6\x18\x02\x10\xc6\x18\xdf\ \xda\xf7\xd6\x20\xbd\xf7\x84\x10\x4a\x69\x88\x31\x51\xea\x7f\xf0\ \x37\xff\xe6\x1f\xef\xe2\xfe\x23\x45\x4a\xf9\xe8\xd1\xe3\x7f\xff\ \xff\xfc\xef\x53\xc6\x29\xa1\x42\x0a\x6b\x2c\x22\x32\xc6\x62\x8c\ \xdb\xde\xcc\xc1\x7b\xce\x39\xa5\xf4\xda\xb5\x6b\xc7\xc7\xc7\x21\ \xc6\xbe\xef\x19\xa5\x5b\xc3\x50\x4a\x25\x69\xda\x77\xbd\xf7\x3e\ \x49\x92\x3c\xcf\x8d\x31\xd6\x5a\x44\xac\xaa\x0a\x00\xd6\x75\xcd\ \x05\x57\x52\x3a\xe7\xd2\x2c\x6b\x9b\x56\x25\x4a\xf7\x9a\x31\x1a\ \x11\x8d\x36\x92\x33\x21\x44\x59\x16\xf3\xf9\x3c\x22\x06\x1f\x42\ \x0c\x00\xc0\x28\x43\x8c\x69\x9a\x02\x89\xc6\x18\xc1\x84\x0f\xde\ \x59\xfb\xa4\x63\x34\x21\x04\x91\x51\x3a\xdc\x3b\x88\x01\x37\xf3\ \x05\xfa\x00\x04\x80\x33\xae\x04\x65\xd4\x1b\xcb\x10\x82\x73\x16\ \x10\x23\x52\x4a\xa4\x52\x04\x48\xdf\xf7\x5b\x94\xd8\xaa\x2a\xc6\ \x90\x24\x49\x8c\xe8\xbc\xa3\x84\x22\x20\xa3\x8c\x10\xe2\xbd\x8f\ \x31\x32\x46\xe1\x13\x0b\xdf\xe2\x11\x21\x04\x23\x3e\x69\x9b\x89\ \xf1\x67\x7f\xf6\x67\x7f\xea\x5b\xdf\xfa\x91\x06\xff\xa3\x71\x67\ \xb3\xd9\xfc\xed\xff\xdb\xdf\x06\xa0\x00\xff\xdc\xde\xd7\x5f\x78\ \xf5\xb5\x3b\x77\x3e\x06\x02\xf5\x7a\x01\xf0\xe9\x48\x93\x6a\x30\ \xd6\xc6\x58\xdd\x00\x30\x55\x8d\x38\xe7\x5d\xd7\xa1\xee\x69\x9a\ \x4d\xa7\xd3\xe5\x72\xe9\x8c\x19\x8e\x27\x84\x08\xa5\x54\x5d\x6f\ \x9c\xb1\x59\x9a\xf5\x5d\x97\x24\x89\x35\xc6\x6a\xad\x54\xb2\xb3\ \x53\xaa\x44\x7c\xf0\xfe\x07\x9f\x5c\xc0\x3f\xb5\xa4\xc9\x74\x77\ \xbe\x98\xc1\x0f\x35\xe5\x26\x00\x0c\x20\x00\x20\x40\x92\x27\x37\ \x6e\xdd\x3c\x7a\x74\xbc\x9e\x2f\xb6\xd8\x4f\x41\x5d\xbe\x74\xa5\ \xe9\x9a\xc5\x72\xce\x04\x06\xe7\x3f\xf9\x18\xab\xaa\x6a\xb3\x5e\ \xfe\x73\x42\xd1\xa7\x6f\xfa\x4d\x80\xfe\xa5\xbf\xf8\x17\x9f\x02\ \x77\xa4\x92\xbf\xf5\x5b\xbf\xf9\xcb\xbf\xf2\xcb\xc3\xc1\x70\x76\ \xbe\xe4\x92\x20\x22\x20\xa8\x44\xc5\x18\x75\xe7\x00\xe0\xe1\x37\ \x3f\xbe\x79\xeb\xd6\x6f\xfc\xd6\x6f\xcd\x37\xf5\xf9\xd9\xc9\xa7\ \x9f\x55\x97\xae\x8c\xa7\x93\xe3\x77\xef\x80\xc5\xf2\xf0\x70\x34\ \xdd\x39\x9f\x2d\xfa\xba\x86\x88\x57\x5f\x78\x09\x08\x79\xf0\xce\ \x7b\xf9\xfe\xde\xc1\x8e\xaa\x9b\xcd\xad\x67\x6f\xff\xf6\xb7\xbf\ \x7d\xf9\xea\xd5\xb3\x93\x93\x3c\xcd\x14\x17\x27\x77\xef\xf1\x34\ \xbb\x71\xb0\xf3\xd2\xed\xcb\xbf\xff\xbd\xef\x1f\x3d\x3e\xa1\x14\ \xfc\x27\x8d\x40\x19\x87\xe9\x74\x22\xa5\x7c\xf8\xe0\x58\x0a\x70\ \x0e\xfe\xf0\xcc\x66\x5c\xc2\xb7\xfe\xcc\x57\x48\x24\xbf\xfa\x0f\ \xbf\x9d\x52\x81\x80\x40\xf1\xe6\xcd\xeb\x59\x9a\x7e\xfc\xd1\x9d\ \x54\xca\xd9\x62\xed\x00\x22\x00\x02\xbc\xf8\xc2\xed\xe3\xe3\xe3\ \xe5\xaa\xf9\x23\xb7\x7f\xb0\x3f\x3d\x3b\x99\x85\x4f\x9e\xe6\x89\ \x30\xce\xf9\xf0\x99\xb5\x97\xa8\xff\xde\xbf\xfb\xef\x2a\xa5\xfe\ \x45\x71\x47\x08\x31\x9b\xcd\x7e\xf1\x17\xff\xce\x93\xb1\x67\x22\ \x06\xf7\x47\x87\xf4\x93\x3b\x7e\xed\x2b\x5f\x7b\xe7\xed\xb7\x9d\ \xf3\xd6\xfe\xf0\xf8\x12\x95\xe4\x46\x77\x5b\xb3\xe1\x22\x8d\x11\ \x63\x70\x00\x21\xcd\x06\x00\xd8\x77\x1b\x91\x57\x79\x96\x59\xeb\ \x26\x93\xc9\xc3\xfb\xf7\xb2\xa2\x30\xd6\x0a\xce\x81\x10\xdd\xb6\ \x8c\x40\x51\x94\xcf\x3d\xff\xdc\xbb\xef\xbc\x53\x6f\x36\x5b\xcf\ \x7e\x6b\xa5\x80\xb1\x1a\x0e\x42\xb0\x6d\xdd\xfd\xb1\xb8\xe4\xc9\ \x3c\x78\xe6\xc5\xcf\x59\x63\x1f\xdd\xf9\x08\x20\x12\xa0\x08\x00\ \x82\x01\x63\xa0\x75\xc2\x14\x06\x6f\xe0\x89\x1e\x93\x34\x8f\x11\ \xad\xf9\x63\x5f\xc5\x65\xf4\xf6\x0f\xdf\xf2\x1f\x9a\x77\xff\x15\ \xb2\xbb\xbb\xfb\x67\x7f\xf6\x67\xff\x65\x71\x07\x00\x28\x65\x42\ \xa8\x6d\xcf\x7d\x6b\xed\x76\x6d\x41\x44\x29\x65\x08\x21\x84\x40\ \x28\x13\x42\x5e\xba\x74\x38\x9b\xcd\x7a\x91\x7c\x1a\x70\x39\xe7\ \x62\x8c\x4a\x4a\x60\x03\xe7\x9c\xb7\x3a\x7a\x9a\x2a\xe1\x28\x78\ \x67\xdb\x7a\x4d\x30\x48\xc9\x95\xe4\xbd\x36\x2a\xc9\x05\x2b\x57\ \xab\x55\x08\x5a\x4a\xc2\x38\xca\x48\x28\x70\xc6\x60\x3c\x19\x8e\ \x46\xa3\xf9\x7c\xbe\x5d\x34\x3e\x8d\x05\x08\x21\x83\xc1\xc0\x7a\ \xa7\x9d\x91\x8c\x43\xc0\xe8\x3d\x43\x92\x17\xb9\x0d\xde\x7a\x57\ \x8d\x47\x45\x31\x28\x92\xb5\x51\x1d\xe7\x52\x70\x15\x7c\x98\x2f\ \x67\x31\xc6\xd1\x68\x28\x14\xd5\xa6\xf7\xc1\xa3\xa7\x79\x9e\x27\ \x49\xe2\xbd\xdf\x46\x2e\x9f\x06\x8c\x79\x9e\x13\x80\xed\x82\x4f\ \x29\xe5\x9c\x03\x80\xd6\xfa\xd3\x33\x09\x62\x8c\x7f\xc4\xb2\x3f\ \xfd\x2c\x00\x58\xab\x93\x24\x79\x0a\x6f\x7f\xfb\x3d\x83\xb4\xdc\ \xc9\x87\x93\xc1\x24\x05\x01\x00\xd6\x5a\xef\x9d\xe0\x72\x30\xa8\ \x96\xab\x55\x5d\x37\x4c\xd0\xc1\xa0\x4c\x13\x95\x3b\xb3\x92\x92\ \x4b\x15\x08\xf1\x3e\x40\xdf\x09\x3f\x28\x07\x59\xbf\x5a\x37\x27\ \xf7\xfa\xc5\x63\x2e\xd4\x20\x49\xd7\xcb\xc5\xf1\x7b\xdf\xe3\x42\ \x82\x6b\x2b\x3a\xf0\xab\x9e\x7b\x37\x12\x52\x39\xdf\x1c\x1f\x33\ \x6b\x30\x62\x20\x64\x52\x56\x18\x23\x0b\xe1\xe6\xcd\x5b\x8f\x1e\ \x1d\x75\x6d\xc7\x39\x8f\x31\xb6\x6d\xcb\x39\x17\x42\x0c\x87\xc3\ \x10\x42\x9a\x24\x49\x2a\x43\xd0\x31\x78\x42\x24\xe7\x79\x91\x0f\ \xe6\xcb\x25\x30\x3b\x1c\x8c\x4c\x6f\x52\xa1\x08\x03\x21\x25\x92\ \x70\xbc\x98\x61\x8c\x81\xc1\x68\x54\xed\x97\xb9\x6e\xda\xd6\x68\ \x00\x32\x1a\x8d\xea\xba\x6e\x9a\x96\x31\x8a\x88\xdb\x51\x40\x84\ \x9d\xe9\xd4\x76\x3d\x00\x10\x4a\x95\x94\x83\xd1\x68\xbe\x5c\xd4\ \x4d\x43\x18\x51\x52\x79\xef\x8d\x36\x04\x08\x65\x14\x10\x18\x63\ \x84\x10\xe7\x1d\xa3\x0c\x11\x7d\x08\x59\xa2\x9e\x6e\x9d\xc0\x18\ \x39\xe7\x00\x44\x48\x45\x08\xd9\x22\x97\xb5\x96\x52\x1a\x63\x64\ \x8c\x31\xc6\xbc\x73\xdb\x07\x89\x52\x93\xc9\xc4\x39\xb7\x5e\xaf\ \xbd\xf7\x9c\xf3\xed\xe8\x73\xa1\x94\x52\x21\x04\xef\x3d\x22\x12\ \x82\x4a\xe5\x5b\xff\x9d\x52\x4a\x98\x52\x4a\x32\x4a\x93\x44\x8d\ \x46\xc3\xf9\xbc\x00\x44\x29\x84\xb3\x56\x4a\x99\xe6\x39\x09\x5e\ \x29\x79\xe3\xfa\xf5\xe5\x62\xb1\xfd\xda\xad\x99\x6d\x03\xdb\xaa\ \x1c\x84\xe8\x01\x18\x21\x04\x23\x10\x40\xef\xbd\x94\x4a\x08\xae\ \xb5\x26\x40\x06\x83\xaa\x59\xd7\xa9\x4c\x59\x00\x2a\x28\x72\xea\ \x28\x22\x01\x24\x6c\x94\x97\x10\x63\xed\x4c\x8c\x91\x73\xbe\xf5\ \xc5\x5a\x02\x9f\x86\xd8\xdb\x30\x33\xcb\xb2\x6d\xe0\xc2\x39\xdf\ \x5a\x3e\x22\x3a\xe7\xb6\x7e\x1f\x81\xb8\x9d\x86\x31\xc6\x27\xe4\ \xc9\x27\x06\xef\x9c\x13\x42\x7c\x16\x83\xe7\x9f\x71\x0e\x7c\xfa\ \x03\x5b\x4a\x85\xd0\x2d\x63\xb0\xfd\x3d\xd2\xb6\x8d\x52\x8a\x73\ \x9e\xa6\xa9\x73\x6e\xfb\xff\xed\x47\xa4\x94\xc1\x1a\x40\x46\x29\ \xf5\xde\xe9\xce\x32\xc6\x00\xa3\xe9\x3b\x04\x64\x84\x62\xf4\xd6\ \xf5\x45\xa6\xfa\xd6\x37\xcd\x9a\x12\xc2\x39\x8f\xc1\x62\x44\x8c\ \x31\x04\x47\x29\x1d\x0e\x87\x94\xd2\x10\xc2\xa7\xf1\xf3\x56\x05\ \xde\xfb\x10\x22\x67\xca\xc7\x40\x80\x70\xae\x30\x46\xed\x02\x02\ \x31\x2e\x46\xa4\x9c\x25\xde\x1a\x06\x48\x00\xad\xd5\x00\x94\x0b\ \x81\x80\xce\x3b\x24\x94\x00\x09\xd6\x13\x22\xb6\x38\xc2\x18\x13\ \x42\x6c\xbf\x76\x7b\x6b\x5b\x0c\x15\x42\x6c\x9d\xcc\xed\xf0\x93\ \x1f\x0a\xfb\x9f\xd0\x14\x9f\x8c\xd9\xa7\x1a\xff\xa7\xaa\x27\x4f\ \xef\x29\xb9\xae\xe7\x1e\x87\x69\xb1\x39\x9f\x6b\xad\x19\xe3\xb9\ \x50\x9c\xb1\x42\x24\x86\x8a\x7c\x34\x9e\xcd\xce\x22\x86\x22\x4f\ \x09\x85\xf3\xb3\x53\x41\x09\xe5\x2c\x50\xea\xac\x0b\x4d\x93\x82\ \x4f\x72\x6a\xb4\x8f\xd1\x98\xba\x35\x3d\x4d\x08\xa1\x3e\x72\xe0\ \x3e\xf4\xfa\xfc\x41\x31\xd9\x93\x94\x56\x9c\x13\xdd\xaf\xd7\x2b\ \x4a\x88\xcc\x72\x0f\xc4\xb4\x1d\x86\x18\x32\xb9\xbb\xbb\x5b\x96\ \x25\x22\xd6\x75\x13\x42\xe0\x9c\x7d\xaa\x07\xef\x1d\x46\xc0\x80\ \x94\x30\xa6\x58\xf0\x54\x1b\x23\x64\x60\x4c\x30\x4e\x28\xf0\xba\ \x9e\x01\x3a\x4a\xb9\x0f\x26\x52\x42\x41\x78\x88\x4c\x72\x4b\xc0\ \x78\xd7\x3a\xcd\x18\x4b\x54\xb2\x35\xad\x24\x51\x45\x51\x18\x63\ \x62\x8c\x49\x92\x24\x49\xf2\xa9\xf9\x7a\xe7\x18\xa5\x5a\xeb\x18\ \xe3\xa7\xa4\x01\xe3\x3c\x4b\x00\x10\x9d\xb3\xce\x85\xe8\x09\x63\ \x94\x53\x0a\x18\x62\x88\x9c\x12\x46\xf1\x29\x71\x07\x80\x52\x4a\ \x19\x0f\x21\x28\xa5\x28\xa5\xdb\xb5\x76\x7b\xa8\x1c\x21\x64\x3b\ \x15\x31\xc6\xed\x34\x93\x52\x3a\xe7\xe8\x27\xf2\xc3\xf3\x70\xfb\ \x98\x73\xbe\xbd\xaf\xed\x2b\x84\x10\xce\x28\x86\xa8\x0a\x45\x08\ \x89\x21\x30\x4a\x8d\x31\x8c\x31\x29\xe5\xf6\x7e\x29\xc6\x10\x42\ \x92\x24\xdb\x38\x31\xc6\xb8\xb5\xfc\x18\xe3\x96\x48\xf0\x91\x84\ \x48\x18\x63\x11\x23\x22\x12\x26\x5d\x88\x11\x82\x0b\x58\x14\x85\ \xe4\x2c\x06\x2b\x18\x55\x92\x47\x02\x76\xcb\xe4\x71\x4a\x19\x09\ \x21\x38\x6b\x5d\xf4\x80\xc8\x39\xdf\x9a\x77\x9a\xa6\x9f\x82\xc8\ \x16\x5b\xb7\xd3\xf6\x87\xef\xfa\xd3\xfb\xfa\xa1\xbf\x00\x40\x3f\ \xbd\xa9\x4f\x57\x62\xf2\xd9\x2c\xfe\x47\xe3\x0e\x21\x40\x28\x25\ \x84\x50\xc6\xc2\x93\x99\x47\x08\x21\x84\x52\x8c\x11\x01\x08\x21\ \x5a\xeb\xaa\xaa\x28\xa5\x42\x88\x2d\x2e\x3e\x81\x46\x42\x62\x8c\ \x8a\x51\x08\xc8\x08\x28\xa5\xb6\x8d\xfb\x85\x14\x8c\x31\xe7\x1c\ \x01\x84\xe0\x95\x60\x9c\x01\x97\xec\xf9\xe7\x6e\xdf\xbf\x7f\x3f\ \x7a\x1f\x7c\xa0\x94\x70\x46\xad\x73\x4f\xfc\x8e\x4f\x88\xb4\x4f\ \x99\x97\x2d\xf0\x05\xef\x89\x50\x69\x9a\x1b\xad\xb5\x36\x82\x73\ \x1f\x63\xc0\xc8\xa5\xac\xaa\x2a\x62\xe4\x94\x0c\x8a\x2c\x02\xed\ \xb4\x0b\x11\x8c\x31\x84\xd1\x3c\x4f\xad\x33\x7d\xdf\x4a\x21\x10\ \xe9\xa7\xdf\x99\x24\xc9\xf6\xc2\x3e\x45\x5b\xc6\x58\x92\xa6\xd6\ \x98\x10\x02\x17\x22\x84\x40\xb7\x4a\x40\xa4\x8c\x09\xce\xe9\x27\ \x0e\xe0\x13\x9e\x16\x9e\x2c\x07\x94\x52\x62\x89\x52\x4f\xe9\xef\ \x44\x84\x2c\xc9\x18\xa1\x10\x41\x89\x04\x22\x89\x31\x52\xa0\x18\ \x80\x11\x16\x6c\xc8\x8a\xbc\x69\x9a\x34\x4d\x81\x80\x77\x76\x90\ \xe7\xc1\x7b\xd3\xf5\x04\x48\xca\x79\x41\x68\x90\x1c\x99\x68\x42\ \x60\x4c\x78\xe5\x7d\x70\x52\x08\xa0\x7c\xb5\x69\x13\x46\xaa\x84\ \x26\x0c\x22\x04\x86\xfe\xb5\x57\x5f\xbe\x77\xff\xfe\x62\xbe\xb0\ \x7d\x43\x10\x15\xe3\x21\xc6\xbe\x6f\x28\x65\x94\x10\x02\x64\xcb\ \x2d\x47\x1f\x80\x40\x8c\xc8\x28\x6b\x8d\x25\x11\xf2\x24\x77\xa1\ \x5f\x6c\xd6\x94\x72\x25\xcb\xba\x6e\xac\xb5\x97\x2e\x4f\xb3\x24\ \x07\xe7\x77\x07\x79\x56\x15\x9b\x4e\xcf\xeb\xba\x6d\x1b\xf2\xc4\ \xa0\xbb\x66\xb5\x26\x84\x50\x42\xb7\x80\x2e\x84\xd8\xdd\xdd\x29\ \x8a\xd2\x39\xb7\x5a\xad\xac\xb5\x42\x08\x6b\xed\x95\x2b\x57\xba\ \xae\xeb\xfa\x5e\x0a\x81\x80\x5b\x7a\x05\x01\x62\x8c\x79\x9e\xe7\ \x4a\xc5\xe0\xfb\x5e\x3b\x67\xa5\x94\x42\x88\x18\xa3\x77\x7e\xfb\ \xfe\x2c\xcb\x9e\x3a\x34\xde\x12\x76\x69\x9a\x2a\xa5\xb6\x0f\xb6\ \xe7\x59\x7e\x3a\xf7\x28\xa5\x3e\x84\x2d\xaf\xcf\x85\xd8\xd2\xc0\ \x84\xd2\xed\xb8\x33\x2e\x3e\x05\xcd\xed\x9b\xb3\x2c\xfb\xd4\x59\ \x08\x21\x10\x96\x20\xc0\xf6\xc6\xab\xaa\xfa\xe6\x37\xbf\x79\x7c\ \x74\xf4\xf6\x3b\xef\x7c\xba\x4e\x43\xf0\x5b\xe7\x7a\x8b\x44\x94\ \xd2\xed\x07\xb7\x13\x9d\x33\xee\xbc\x15\x42\x8d\xc6\x23\xef\xfd\ \x66\xbd\xb6\xce\xc5\x18\x91\xd2\x00\x90\x64\x19\xa5\x84\xc4\x90\ \x28\x51\xc8\xb4\xb7\xc6\xf9\x10\x11\xe9\x96\xcf\x26\x80\x31\x0a\ \xce\x3f\xf5\xdd\xb6\x1e\xca\x27\x13\x9a\xfe\x70\x92\x61\x3b\x7f\ \xb7\xb3\x6c\xab\xfc\xed\x53\xa5\x24\x79\x82\x3e\x04\x08\x84\x10\ \xb6\x79\x06\x00\xb0\xce\x8b\xcf\xc6\xa9\x7d\x16\xdc\xa1\x83\xc1\ \x40\x08\xb1\xe5\xd2\x8c\x31\x9f\x78\x8f\x5b\xdf\x87\xfa\x10\x00\ \x88\x10\x62\x0b\xc9\x8c\xb1\x2d\xc6\x4b\x29\xd3\x34\x15\x42\x08\ \x0e\x5b\x8a\x5b\x4a\x29\xa5\xdc\xda\x87\x36\xda\x39\xee\x9d\xe3\ \x82\x46\x4a\x43\x70\x87\x07\xbb\x97\x0e\x2f\xcd\xce\x8e\x37\x1b\ \x0d\x88\x04\x39\x12\xc4\xe8\xa4\x94\x59\x96\x49\x29\x01\x71\xcb\ \x6a\x67\x59\xb6\xb5\x4e\x4a\x49\x9a\xa6\x07\x97\xae\xe6\x59\x76\ \x3e\x9b\xcd\xce\xcf\xb7\x17\xa9\xb5\xce\xf3\x7c\x3c\x9a\x18\x63\ \x83\x75\x83\x2c\xf1\x48\x7c\x88\xda\x47\xa5\x12\x1f\xfc\xd6\xa5\ \x07\x0c\x9c\xf3\x18\x89\x94\x52\x6b\xbd\xf5\xd4\x00\xd1\x87\xb0\ \x35\xe5\x7f\xba\x82\x51\x2a\x18\x63\x8c\x05\xef\x09\xa5\x24\x46\ \x29\x65\x9a\x65\x9c\x31\x1f\xc2\x13\x52\x2d\x44\x1f\xbc\xf7\x9e\ \x33\x06\x00\x49\x92\x48\x21\xf3\x3c\x7b\x4a\xdc\xf1\xfe\xda\xcd\ \x67\xee\x7e\x7c\xaf\x1a\x0e\xf6\xae\x5c\xee\xda\x76\xb5\x5e\x23\ \xa2\x77\x4e\xa6\xa9\xc8\xd3\xc8\x28\x25\x84\x31\x56\x96\x65\xf4\ \xe1\xfe\x9d\x8f\x77\x76\x76\xbc\xb1\x49\xa2\x06\x55\x35\x19\x0f\ \xdb\x9e\x11\x56\x25\x85\x15\x82\x17\x45\x61\xac\x25\x00\xde\x87\ \x10\x1f\x4b\xc9\x11\x48\x92\x2b\xa4\x24\x80\xff\xfa\x37\xbf\xee\ \xd1\x9f\x9c\x9e\x4a\xc1\x20\x82\x8f\x9e\x4b\x9a\xa6\xaa\xc8\x0b\ \x25\x15\x01\x20\x00\x52\x08\xe4\x7c\x6b\xa3\x9c\x31\xce\xf9\xed\ \x67\x6e\xbd\xfc\xf2\x8b\xab\x66\xf1\xfb\x7f\xf0\xbd\xde\x38\xa5\ \x52\x63\xa2\x94\xf2\xf2\xa5\xcb\x80\xb8\x3e\x3f\xbf\x94\xa7\x54\ \xca\xd0\x75\x5e\x2a\x22\x84\x8b\x28\x13\xb9\xb7\xb3\x77\x6c\x23\ \x06\x4f\x18\x1b\x0c\x87\x94\xd2\xa6\x69\xbc\xf7\xa7\xa7\x67\x4a\ \xa9\xad\xd7\x9c\x65\x99\xf3\x9e\x46\xdc\x46\x19\x65\x55\x69\x63\ \x62\x8c\x59\x96\x51\xc6\xd2\x34\x9d\x4e\xa7\x34\x86\xe8\x1d\x9b\ \x32\x00\xb2\x5c\x2c\xba\xbe\x97\x52\x72\xc6\xc6\xe3\xd1\xe5\x4b\ \x97\x26\xd3\x29\x67\xec\xe9\x34\x4f\x09\x55\x4a\x0d\x87\x43\xce\ \x79\x08\x21\xcb\x32\xc6\xd8\xf6\x9c\xc5\xed\xf5\x58\x6b\xb7\x28\ \xa0\x92\x84\x10\xd2\xb6\xad\x4a\x12\xa5\x54\x8c\xb1\xeb\xba\xaa\ \xaa\xf2\xbc\xdc\xdd\xdd\xad\xeb\x5a\x6b\xbd\xbb\xbb\xcb\x18\x33\ \xc6\x68\xad\x67\xb3\xd9\x72\xb9\x24\x88\x4a\xa9\x4c\x25\x94\x52\ \x6f\xec\x66\xb5\x6a\x36\x35\xfa\x30\xa8\x2a\xef\xfd\xd6\x08\x95\ \x52\x52\xca\x24\x49\xb6\x16\x28\xa5\x9c\x4c\x26\x4d\xd3\xb4\x4d\ \x8b\x08\xa9\x4a\xf7\x76\x76\x27\xd3\xa9\xb1\xf6\x31\xa1\xc6\x1a\ \x44\x94\x4a\x69\x63\xca\xd1\xd0\x5b\xd3\xd6\xeb\x41\x91\x25\x22\ \x71\xc1\x92\x00\x4a\x48\x60\x54\x0a\x96\xca\x94\x13\xde\x45\xbb\ \x8d\xa7\xb6\x0e\xce\xa7\x5c\xcc\x96\x46\xd8\x0e\xf1\xa7\xae\x03\ \xff\x21\x90\xda\x82\xd1\x96\x60\xf9\xd4\xf1\xf1\x2e\xf8\x4f\x02\ \x11\xf2\xc9\xdf\x7f\x79\xdc\x41\x00\xe0\x52\x38\xe7\xb9\x14\x69\ \x9e\x01\x25\xa5\x54\x84\x80\xb5\x76\x9b\xd0\x0d\x3e\xee\xed\xed\ \x2a\xa5\x46\xa3\x91\x94\x92\x31\x56\x14\xc5\xd9\xd9\x19\x63\x6c\ \x67\x67\xa7\xaa\xaa\xab\x57\x0e\x5f\x7f\xfd\xf5\xdb\xb7\x6e\x97\ \x65\xd9\xeb\x7e\xb9\x5c\x9e\x9f\x9f\x1f\x1d\x1d\x11\xa0\x2a\x49\ \x07\xd5\xa0\x37\x9a\x51\x7a\x72\x7c\xf2\xd6\x0f\xde\x70\xd6\x4a\ \x21\xb6\x94\x39\x44\x48\xa4\xa2\x84\x84\x10\xa4\x94\x8c\x73\x21\ \xc4\x64\x32\xb9\x7c\xf9\xf2\xf7\xbe\xf7\x3d\x63\x4c\x9e\x67\xfb\ \xbb\x7b\xa3\x6a\x10\x62\x98\x8e\x46\x80\xb8\xc5\xef\xf1\x78\xdc\ \xd4\xb5\xa0\xec\x7c\xb9\xce\xa4\x78\xe6\xda\x95\x65\xd3\xf6\x8f\ \x4d\x24\x54\x24\xaa\xe9\xa3\x4c\x12\x0c\x9e\x33\x1e\x03\x86\x18\ \x85\x10\x6d\xdb\x3e\x61\x16\xa5\xc4\x1f\x3a\x32\x98\x71\x86\x08\ \x94\x33\x21\x04\xa5\xcc\xc7\x90\x2a\xa5\x7b\xad\x12\xb5\x55\x4b\ \xc4\x08\x40\x04\xe7\x94\xa3\xeb\x03\x97\x42\x4a\x65\x8d\x09\x88\ \xcb\xf5\xb2\x7b\xaa\x24\xfa\x56\xfa\xe0\xac\x20\x96\x41\x9e\x27\ \x42\x90\x6b\x07\xbb\xdb\x89\xb4\xde\xac\x5f\xd8\xdf\xf1\xc1\x4b\ \x46\x47\xe3\xc9\x68\x3c\x11\x5c\x7e\xe1\x4b\x5f\xbc\x74\x78\xf8\ \xe0\xde\x03\xa3\xf5\xe1\xc1\xe1\xc1\xc1\xde\xd5\x9b\xb7\xee\x3c\ \x7c\x64\xad\xfd\xd2\x97\xbe\x88\x31\x3e\x7a\xf4\xe8\xe8\xe8\xf8\ \x8d\x37\x5e\xa7\x32\x61\x4a\x1e\x1c\x1c\x66\x55\xd6\x76\xad\x43\ \xff\x1f\xfe\xdf\xff\xae\xb1\x26\xa9\x12\x82\x10\x9c\x8f\x3e\x50\ \xc9\x29\x63\x14\xb1\x2a\x8a\x44\xa9\xe8\x43\x9e\xe5\x5f\xff\xfa\ \xd7\x3f\xfc\xf0\xc3\x8f\x3e\xba\xa3\xfb\xbe\xca\x8b\x97\x6e\x3e\ \x6b\x9a\x26\x93\xe2\x85\xe7\x9f\x5d\xac\xea\xb6\x0d\x3b\x37\x0e\ \x66\xe7\xe7\x02\xc0\x6b\xb3\x3e\x3d\xfb\xc9\x57\x5e\x19\xec\x1f\ \x7c\xe7\xfb\x3f\x68\xee\x3f\x2a\xa6\x85\x67\x2c\x44\x4c\x08\x9b\ \xe4\xa5\xd5\xfd\xbc\x6d\x84\x10\x5d\xd7\x79\xef\x01\x40\x4a\xb5\ \xf5\x23\xb7\x88\x0f\x88\xe8\x43\x51\x14\x94\xb1\xe1\x70\x38\x5b\ \xcc\xf7\xf6\xf6\x28\x63\xd6\xd9\xdd\xdd\x5d\x42\x69\xb7\x59\x4b\ \xc6\x9c\xf3\xa3\xd1\xa8\xeb\x3a\x2e\x44\x96\x65\x7d\xdf\x4b\xa5\ \x1e\x1f\x1d\x9d\xcf\x66\x21\xc6\x4f\x69\x8b\x7f\x31\xdc\xa1\x14\ \x00\xd6\xeb\xf5\xd6\xff\xdd\x1e\x2a\xc7\x18\xdb\xa2\x00\xc6\x28\ \x95\x54\x49\xe2\x9c\x4f\xf3\x4c\x2a\x15\x00\xc7\xd3\xc9\xd6\x3d\ \x59\xad\x56\x49\x92\x2a\xa1\x0e\x0e\x0e\xbc\xf7\x45\x51\xbc\xf2\ \xca\x2b\x77\xef\xde\x0d\x21\x6c\x57\xee\x2c\xcb\x10\xf1\xe0\xe0\ \x40\x08\xa1\xb5\xe6\x8c\xbf\xf5\xe6\x5b\x21\x84\xb2\x2c\xbd\xf7\ \x46\x6b\x95\x24\x88\x71\x4b\x2a\x11\x42\x8a\xa2\xd8\x82\xdd\xa5\ \x4b\x97\x4e\x4e\x4e\xfa\xae\x63\x84\xe4\x59\x9e\x27\xd9\x72\x36\ \x4f\xb3\xac\x2c\x0a\xac\x31\xc4\x90\x65\x59\x04\x08\x21\x62\x70\ \x04\xe3\xb3\xb7\x6f\x46\x17\x85\xe4\x66\x3e\x8b\x31\x44\x42\x28\ \xa3\xd6\x78\xe7\x7d\x80\x40\x09\xdd\x7a\x00\x5b\xef\x66\x4b\xd8\ \x6d\x5d\xfe\xed\xca\x4d\x29\xdd\xe2\xd1\xa7\x88\xb3\x0d\x6b\xa4\ \x52\x32\x49\x74\xaf\x9d\x77\x4f\xbc\x24\xc1\x19\x7d\xf2\x6d\x4c\ \x2a\x95\x24\xf1\xc7\xe1\xef\x10\x44\x5c\xae\x56\x94\x52\xca\x59\ \xdd\x34\x9f\x38\x1a\x94\x52\xaa\x94\x02\x02\xc1\x86\xa6\x69\xb6\ \xc5\x26\xc3\xe1\x70\xcb\x92\x5c\xbe\x7c\xb9\x6d\x5b\xa5\x54\xd7\ \x75\x1f\xdf\xbb\x0f\x94\x51\x21\xde\xfb\xf0\xa3\xc5\x62\x1e\x43\ \xb4\xce\x11\xca\x01\x42\x35\x18\x56\x83\x91\x34\x3d\x67\x8c\x28\ \xe2\x9d\xa7\x94\x09\x21\x9d\xb1\x80\x58\x54\xe5\xa6\x5e\x47\x8c\ \x31\xc6\xad\x53\xea\x9c\x6b\xdb\xf6\xf4\xf4\x74\x6b\x9d\x5c\x88\ \xa2\x28\x9c\xee\x11\x31\x4d\x13\x82\xe8\xbc\xf5\xde\x96\x45\xe9\ \x8c\x81\x10\xc6\x65\xb9\xb7\x57\x5d\xda\xdb\x4d\xeb\x66\xd3\xf5\ \xb3\x4d\xd3\x9b\x5e\x08\x41\x19\x33\x56\x7b\xeb\x95\x92\x69\x96\ \x70\xce\xb7\x8c\xa9\x10\x62\x34\x1a\x85\x10\x8c\x31\xdb\x0a\x1a\ \x26\xf9\x7a\xbd\x01\x80\x10\x63\x9e\xa5\x5b\x75\xfb\x18\x58\x08\ \xc1\x98\xe0\xfd\xd6\xcb\xb3\xce\x32\xc6\x28\xa3\xdb\x44\x7b\x51\ \x95\x49\x92\x18\x6b\x18\xe7\xf0\x54\xab\x2e\x67\xec\xfe\xd1\xd1\ \x3b\x77\xee\x7c\xee\xa5\x97\x4e\xef\x7e\x7c\x7a\x72\x9a\xe5\x19\ \x25\x54\x25\x4a\x70\x51\x55\x55\xf0\x3e\x93\x72\xb1\x6a\xaa\xd1\ \x34\x44\xd8\xdd\x3f\xb0\x56\x7f\xf5\x9b\x3f\x71\x74\x74\x94\x25\ \x89\x76\xe6\xc1\xf1\xd9\xd9\xba\xdf\xdf\xdd\x79\xfb\xfd\x3b\xef\ \xbc\xfb\x6e\xf4\x7e\xb3\x5e\xf7\x26\xe4\xd5\x38\x4d\xd5\xc1\xa5\ \x2b\x59\xa9\xce\xe7\x33\xae\x54\xab\x7b\xeb\x2c\x65\x34\x55\x49\ \xbb\xde\xe4\x55\x49\x91\x04\x04\x6f\x3d\x25\xb4\xcc\x72\x0a\x84\ \x52\xfa\xe8\xe1\xc3\xe0\x3d\x20\x56\x45\x39\x1a\x8d\x78\x0c\x7d\ \xd7\x25\x22\x61\xd1\x9b\xae\xed\x6a\xdd\x27\x39\xf1\xae\xdb\xac\ \x13\xba\xf3\xf9\xe7\x6e\xff\xc4\x2b\x2f\xd5\x01\x96\xd7\xaf\xf6\ \xd6\xcf\x3a\xe3\x8c\x4b\xf3\xb2\x5e\x6f\xea\x4d\x9d\x70\xba\x33\ \x9d\x4e\x26\x93\xc5\x7c\x5e\x14\x45\x8c\xf1\xda\xb5\x6b\x52\xca\ \xf5\x7a\xcd\x18\x13\x52\xee\xed\xec\x9e\x1e\x1d\x51\x4a\xad\x73\ \x8c\xb1\xe9\x64\xba\xda\xac\x8d\x35\x5d\xd7\xb5\x6d\x4b\x29\x35\ \xd6\x05\x1a\x74\xdf\x77\xda\x70\xce\xc7\x93\x11\x10\x18\x4d\x26\ \x3b\x3b\xbb\xe7\x67\x67\x59\x5e\xfc\xf0\x79\xc4\x4f\xa1\x7c\x1f\ \xc2\x36\x38\xe2\x9c\xd7\x75\xcd\x18\xdb\x5e\x1b\x67\x8c\x2b\xb5\ \x6e\x1a\x40\xcc\xf2\xac\x28\x0a\x6d\x8c\xd6\x9a\x73\x1e\x11\x01\ \xd1\x18\x5b\x64\xc5\x3b\xef\xbc\x23\x84\x48\xd3\xf4\x3b\xdf\xf9\ \xce\x66\xb3\xb1\xd6\x6e\x36\x9b\x2d\x11\xc1\x19\x27\x08\x14\x08\ \x23\x94\x12\x92\xa7\x59\xd7\x77\x04\x41\x30\xce\xb3\x5c\x08\xc1\ \x04\x4d\xd3\x74\xcb\x52\x27\x49\xb2\x2d\x4c\xb9\x7f\xff\xbe\x31\ \x26\x2f\x72\x46\xe9\xee\x70\x84\x04\xa2\xb3\x8c\x00\x27\x84\x20\ \xf6\x5d\x1b\x31\x6a\xad\x87\x55\x35\x1c\x54\x93\x17\x5f\x38\xdc\ \xdf\x97\x4c\xf8\x18\x7a\x0c\xc7\xcb\xa5\xf3\x9e\xcb\x94\x21\xe9\ \x7b\x4f\x38\x91\x52\x56\x55\xb5\xbd\xec\xed\x5c\xde\x72\x3d\xdb\ \xfb\x4d\x92\x64\xbb\x06\x6c\x53\x28\x4a\x29\x63\x0c\x21\xa4\xae\ \xeb\x3c\xcf\xd7\x9b\x7a\x6b\xf3\x21\x46\x02\x84\x50\x12\x63\xa4\ \x21\x58\x6b\x39\xe7\x42\x48\xf8\x71\xf1\xca\xdb\x69\xbf\x75\x17\ \xb7\xcc\x22\xfd\x04\xe1\x42\x08\xce\xb8\xf5\x7a\x3d\x9d\x4e\xb7\ \xa0\xb0\xad\x5c\xd2\x5a\x33\xc6\xfa\xbe\xa7\x94\x02\x67\x80\xf0\ \xfa\x1b\x6f\x49\x29\x55\x56\x9c\x9d\x9d\xae\xd7\x1b\x21\x44\x9a\ \x26\x1e\xe0\xfc\x7c\x9e\xa7\x4a\xaa\xcc\x04\xed\x7d\xcc\xd2\x34\ \x86\x98\xa5\x79\xd3\xb4\x9c\xf1\x83\xdd\xc3\xb2\xa8\xb6\x7a\xc9\ \xb2\x6c\xfb\xeb\xdb\x21\xcc\xb2\xac\x2a\xab\xd1\x60\xd0\x2e\xd6\ \xbd\xb3\x5e\x30\xc0\x90\x70\x6e\x9d\x6b\x9b\x4d\x22\x04\xc5\x70\ \x69\x77\x6f\x37\x27\x55\x99\xf0\x44\x3d\x3c\x3d\xe9\x43\x6c\x57\ \x2b\x46\x25\x02\x6c\xeb\xf1\xd2\x24\x49\xcb\x6a\x0b\xea\xdb\x01\ \x58\xad\x56\x5b\x96\x67\x6b\x7f\x80\x4f\x98\xb3\x6d\x4c\x2b\x84\ \x90\x52\x7a\xef\xf3\x3c\xf7\xde\x7b\xc6\xb6\x95\x23\x5b\xdf\x7b\ \x5b\xe5\xe1\x9c\xcb\xb2\x2c\xc6\xa8\x8d\x79\x12\xbb\x3d\x15\xc1\ \xa9\xa4\x0c\xce\xe9\xae\x17\x8c\x03\x62\xbd\xde\x00\x40\x96\x65\ \x65\x51\x9a\x5e\xaf\x56\x2b\x25\x93\x0f\xee\x7c\x9c\xe7\xf9\xd9\ \x62\xf5\xf6\x7b\x1f\x10\x82\x21\x7a\x63\x4d\x96\xa6\xbb\x3b\xe3\ \xf5\xfd\x23\x22\xf2\xf9\xec\x2c\x4b\xb3\xbd\xbd\xbd\xa3\x47\x8f\ \x4e\x4f\x4f\x29\x01\x4a\xa0\xc8\xb3\xa3\xc7\x0f\xc7\xd3\x91\xe9\ \x35\x8d\x98\x8a\x44\x70\x11\x9c\x4f\x85\xb2\x4c\xa4\x32\x39\xd8\ \xdd\xcb\xf3\x9c\x4b\xe1\xbd\x1f\x0c\x87\x65\x55\x19\x63\x56\xab\ \x55\x8c\x71\x6f\x6f\xb7\x28\x8a\xf1\x64\x42\xbb\x10\x4d\x47\x03\ \x95\x94\x90\xe0\x28\xc4\xf5\x72\xc6\x10\x0a\x55\xec\x8d\x86\x2f\ \xee\xbe\x56\xa5\x72\x3c\x1c\x2f\xfa\xee\x83\xa3\xd3\xb9\xf5\xed\ \xa6\x9b\xec\x1f\x5a\xdb\x53\x41\xad\x0f\x97\x76\x76\x82\xf7\xc3\ \xe1\x70\x3e\x9f\x2b\xa5\x4e\x4e\x4e\x86\xc3\xa1\x94\x52\x29\x65\ \xad\xcd\xb2\x74\x6b\x66\x21\x04\x6b\x2d\x61\x74\x7f\x7f\xbf\x6e\ \x6a\xa1\xd4\xce\xce\xce\x7c\x3e\x47\x04\xca\x38\x13\xd2\x79\xef\ \x7c\xb0\x7e\x6e\xad\x1d\x8f\xc6\x3b\xbb\x7b\x75\xdb\xd5\x6d\xf7\ \x74\x41\xd6\xd6\xda\xe3\x27\xeb\xfc\x96\x45\xde\x86\x1e\x5b\xd6\ \x8f\x52\x2a\xa5\x70\x9d\xdb\xce\xc3\xaa\xaa\xbc\xf7\x5b\x1f\xff\ \xf1\xe3\xc7\x5a\x6b\xc1\x05\x05\xba\x3d\xfa\x75\x0b\x1c\xa3\xd1\ \xc8\x18\x53\xd7\x75\x08\x61\x5b\xcc\xb9\x9d\xc0\x4a\xa9\xad\xc1\ \x48\x21\xb7\x46\xb5\x4d\x68\x24\x49\xb2\x0d\x39\x19\x63\x4a\xa9\ \xc1\x60\xd0\xf7\xfd\x16\x08\x84\x94\x45\x92\x09\x02\xbd\x36\xe8\ \x6c\xa4\x24\x18\x83\xde\x95\x59\x46\x39\xd3\x5d\x64\x8c\x50\x40\ \x29\x59\xb3\x5e\x0f\xca\xca\x6a\x4d\xb7\x9c\x31\x46\xca\x78\x0c\ \x81\x50\xc2\x18\xad\xaa\x4a\x29\xd5\xb6\x6d\x9a\xa6\x21\x84\xad\ \x8b\xb0\xf5\xb9\xb6\xc1\xd4\x36\xae\xfc\x94\xee\xf9\xd4\xec\x77\ \x76\x76\x66\xcb\x15\x21\xc4\x87\xe0\xac\x03\x40\x1f\x02\xff\x84\ \x09\x12\x52\xd2\xcf\x46\xe9\xf3\xcf\x92\x58\xe1\x52\xa8\x34\xa1\ \x9c\xc9\x44\x81\x81\x88\xe8\x63\x20\xc1\x4b\x40\x1f\x03\x10\xd0\ \xbd\x76\xce\x71\xc6\xa4\x94\xdb\xa1\xaa\xeb\xda\x39\xc7\x39\xaf\ \xaa\x6a\xdd\xf5\xd6\x9a\xa2\x28\x25\x65\x8c\xf1\xbd\xfd\x43\x21\ \x93\x4f\xc8\x73\x81\x31\x2a\x99\xa6\x49\xe6\x7d\xa8\xf2\x01\x02\ \x28\xc9\x00\x61\x34\x90\x65\x5e\x02\x80\x92\x72\x1b\xbe\x29\xa5\ \xb6\xf0\xb7\x75\xff\xbc\xf7\x11\xb1\x6d\x1a\x41\x51\x95\x99\xf1\ \x8e\x41\xb0\xc1\x72\x06\x89\x54\xe0\xa3\xe2\x54\xb7\x9b\x87\xe7\ \x8b\x13\x06\x96\xb0\xf9\x6c\x46\x64\x02\x40\xf2\x2c\x03\x20\x8c\ \x73\x82\xc8\xd8\x13\x16\xf0\x93\xf4\x1c\x15\x82\x6d\x19\xfe\xed\ \x2a\xe0\x42\x60\x82\xf7\x7d\x2f\xa5\xd4\xc6\x20\x01\x17\x3c\x61\ \x34\xcd\x33\x6b\x2d\xd9\xc2\x8d\xe0\x84\xd1\x2d\xee\x50\x4a\x23\ \x60\x35\x1c\x58\x6b\x55\xa2\xb8\xe0\x4f\x67\xfe\x04\xc0\x76\x7a\ \x7f\xb2\x9b\xc9\x84\x31\x26\x80\x62\x0c\xce\x5a\x4f\x18\xc9\x0a\ \x12\xb1\x6f\x3a\x28\x44\xdb\x99\xdd\x83\x4b\xc8\x44\x3e\x18\x4e\ \x76\xc6\xef\xbc\xf7\x4e\xd3\xf7\x8d\xd5\x93\xc3\x3d\xeb\xfb\xd0\ \x2f\xad\xd1\x57\xaf\x5c\xe9\xeb\xf5\xf5\xab\x87\xde\x34\xc1\x39\ \x67\x0d\x0d\xc6\x1b\x27\xe3\xa4\xa8\x46\x85\x48\x32\x2e\x7d\xf0\ \xb2\xcc\x39\xd0\x74\x38\x4d\x84\x1c\xa8\x9c\x51\x91\xa5\x29\x00\ \xa4\x49\xc2\x18\xb3\x49\x92\x67\xd9\x6a\xb5\x4a\xd3\xb4\x28\x8a\ \xb6\x69\x76\xd2\x81\x11\x3c\x61\x8c\x04\xa7\xbb\x7a\x67\xbc\x47\ \x49\xba\x3a\x9f\x4d\x87\x43\x5d\x6f\x3e\x38\x7d\xd0\xf3\x48\xca\ \xc1\x0f\x3e\x7a\xb8\x68\x56\xb2\xc8\x32\xce\x44\x99\x9e\x3d\x5e\ \x50\x29\xa8\x20\x7b\x07\x07\xf3\xe5\x52\x72\x1e\x42\x18\x0e\x87\ \xc6\x98\x34\x4d\xb7\xe9\xb3\x2d\xdf\x4c\x19\xb3\xd6\x6e\xb3\x45\ \x84\x52\x6b\xad\x94\x72\x2f\xcf\x47\xa3\x11\x62\xb4\x79\x19\x22\ \xaa\x34\xb4\x6d\x2b\x95\x04\x84\x24\x8b\xa3\xe9\x4e\x39\x9c\x94\ \xc3\xf5\x7f\x65\x9d\xf1\x8f\xc6\x1d\x8c\x51\x48\xb9\xb5\xb4\xad\ \x0b\xb0\xf5\x7d\xb6\x2b\x50\x88\xd1\x63\xe4\x94\x19\x67\xcb\x41\ \xb5\xae\x37\xab\xd5\xaa\x39\x3d\xa1\x9c\x6d\x91\xfa\x87\xd3\xa3\ \x59\x96\xb5\x6d\x5b\x96\xe5\x8b\x2f\xbe\x48\x29\x3d\x3b\x3b\x23\ \x00\xde\xf9\x2d\x45\x22\x84\xd8\xd9\xd9\xd9\xce\xf6\xaa\xaa\xd2\ \x34\xdd\x6c\x36\x5c\xb2\x4f\x33\x27\x8c\xb1\x6d\x6a\xe5\xca\x95\ \x2b\xe3\xf1\x38\x22\xd6\xb3\x79\xe8\x75\x55\xa4\x3b\x3b\x43\xca\ \xd9\xf9\x8c\x22\x3a\xc2\x59\x67\xf4\xa0\x4a\xc7\xc3\xc2\x99\xbe\ \xa9\xeb\x87\xab\x46\x71\xb9\xd8\x34\xa2\x2a\xb2\x2c\x15\x00\x9c\ \x73\xab\x6d\x96\xe5\x20\x49\x51\x14\x9f\xe6\x9d\x43\x08\x93\xc9\ \x24\x4d\xd3\xae\xeb\xd8\x27\xb2\xcd\x64\x6d\xd5\xb8\x75\x8b\x9a\ \xa6\xe1\x9c\x3b\xef\x85\x54\x5a\xeb\xed\x16\x85\x10\x23\xe7\x74\ \xfb\x1e\x21\x44\x9a\xe5\x80\xe4\xb3\x54\xfa\xfc\x68\xdc\xf9\x34\ \xc7\xb6\x75\xba\xc2\x27\x49\xfb\x6d\x40\xb8\xbd\x32\x1f\xbd\x4a\ \x54\x1e\x8a\xb6\xeb\x8e\x8e\x8e\x80\x10\xc6\x98\x0f\x9e\x52\xda\ \xf5\xbd\xf3\x41\xc8\x44\x4a\xc5\x85\xb4\xce\x95\x65\xf9\xe2\xc1\ \x81\x94\xea\xc3\x0f\x3f\x44\x44\x0c\xbe\xef\x7b\x29\x55\x9a\x66\ \xcf\xbf\xf0\xc2\x6a\xb5\x96\x9c\xbf\xfa\xea\x17\x83\x77\x6f\xbd\ \xf9\x56\x8c\x81\x7e\xa2\x0b\xe7\xdc\x76\xc5\x78\xf1\x85\x17\x5e\ \xfa\xdc\x4b\x27\x27\xa7\xf7\xee\xdf\x5b\x9d\x9f\xef\xee\x4c\x0f\ \xae\x5c\x6a\xfb\x6e\x38\x1e\x9c\x2f\x16\x55\x55\xad\x66\xf3\x4c\ \x25\x10\x83\x31\x1a\xda\xee\x78\x35\xeb\x11\x02\x61\xbb\x93\x89\ \x0e\x98\xe7\x59\xf0\x31\xe1\x8c\x53\x9a\x70\x49\xa5\xdc\x72\x96\ \x5b\xce\x4c\x48\x41\x80\x6c\x6b\x55\x38\xe7\x52\xc9\x52\xd0\xf5\ \x7a\x2d\x84\x70\xde\x6d\xe3\x5e\x44\xe4\x8c\x47\x1e\x83\x0f\x5d\ \xdb\xaa\x24\x49\x93\x14\x01\x39\x7b\x12\x8a\x32\xc6\xc8\x93\x9c\ \xc8\x53\xe6\xb3\x80\x10\x6f\xbd\x62\x62\x7e\x36\xdf\xdd\xd9\x81\ \x00\x41\x3b\x6f\x7d\xe7\xda\x22\x29\x32\x91\xb8\xde\xa8\x14\x9b\ \xa6\xbf\x72\xe9\xca\x3b\x6f\xbf\xfd\xf8\xf8\xf8\xce\xfd\xbb\x69\ \x9a\x12\xc6\x45\xa2\x1e\x9f\x9e\x82\x87\x42\x24\x32\x53\xfb\xbb\ \xd3\xf7\xde\x7b\xbb\x48\xc5\x57\xbe\xf4\xea\xd5\xcb\x97\x5f\xff\ \x83\xef\xad\x96\xcb\x66\xb3\xe9\x9a\x76\xb3\xae\xa7\xe3\x9d\x6f\ \x7c\xe5\xeb\xd6\xb9\xe5\x62\xf1\x85\x97\x5f\x79\xfe\xd9\x67\xff\ \xcb\xff\xfc\xbf\x30\x5d\xc7\xa4\x24\x80\x4a\x08\x8c\xa8\x9d\x0e\ \x21\xec\x5c\xbb\xf6\x57\xff\xb5\x7f\x4d\x29\xf5\xfa\xeb\xaf\xdf\ \xbd\x77\xcf\xe9\xfe\x67\x7f\xfa\xa7\x1b\xd7\x5e\x37\x75\x31\x1c\ \x07\xe4\x94\x24\xeb\x61\xb5\xbf\xbb\x3b\x9f\x9d\x30\xef\xde\xfc\ \xf8\xc3\x79\x4b\x96\x5e\xef\x3d\xfb\x62\x8d\xdc\xd7\x6d\x52\x95\ \xc9\x2a\xdd\xdb\x9d\x06\xa3\x93\x34\x2d\x9d\x23\x40\xc6\xe3\x49\ \x9a\xa6\x97\x2e\x5d\xe2\x5c\xd4\x9b\x8d\xd6\x7a\x38\x1c\x38\x6b\ \x77\x26\x93\xe3\xe3\xe3\xbe\xeb\xfa\x34\x45\x4a\xb4\x31\x94\xd1\ \xe1\x70\xa8\x8d\x01\x20\xeb\xba\x76\x2e\xee\xed\xed\x06\xc4\xd1\ \x70\x38\x9f\x2f\x1e\xdc\xbf\xbf\xb3\xbb\x87\x40\x80\xd2\xaa\x28\ \x09\xf9\x8c\x95\x6e\x7f\x34\x7b\x1b\x31\x86\x10\x9d\xf7\xde\xfb\ \xf0\x49\xf1\x84\x36\x7a\xbb\x8d\x46\x08\x11\x42\xc0\x18\x81\xb1\ \x6d\x64\xb1\x25\x7d\x16\xf3\x79\x9a\x65\xde\x7b\x2e\x44\xd3\x36\ \x04\xc1\x18\x9d\x24\xe9\x70\x38\x6c\xdb\xf6\xe4\xe4\xe4\xe0\xe0\ \xe0\xd2\xa5\x4b\x6d\xdb\x36\x75\xb3\xf5\x29\x8c\xb5\x5b\x6e\xa5\ \xeb\xba\x10\x42\x51\x14\x79\x51\x34\x4d\xd3\xb5\x2d\xe7\x3c\x4d\ \x52\x46\xd9\xec\xfc\xbc\x28\x8a\xa2\x28\x9c\xb5\x3b\xd3\xe9\x78\ \x32\xb9\xf3\xce\xbb\x8b\x87\x0f\x09\xc6\x2c\x4d\x26\xd3\xc9\x70\ \x38\xa0\xf7\x59\x56\x64\xd6\x79\x1f\x83\xf3\x61\xb5\x59\x66\x5c\ \x64\x59\x3a\x3b\x9d\x77\xd6\x0c\xaa\x32\x4d\x92\x32\x49\x69\xa4\ \xd4\xc5\xbd\x9d\x1d\x07\x5e\x4a\xd9\xf7\xfd\x60\x30\x68\x9b\x66\ \xcb\x61\x05\xff\x64\x3a\x0b\x21\xb6\xa5\x0c\x21\x84\x18\x02\x21\ \x64\x9b\xbe\xe8\xfb\x7e\x34\x1a\x79\xef\x95\x52\x7d\xdf\x23\xa0\ \x4a\xd2\x2d\x17\x81\x88\xf7\xee\xdd\x63\x8c\x71\xc6\x43\x0c\x9f\ \x25\x95\xfe\x19\xf2\x59\x40\xc0\xc4\xce\x34\x5b\x77\x83\x07\xea\ \x5c\xe0\x9c\xa3\x89\x36\xf6\x4a\x25\x91\x7a\x13\x4c\xd3\x6f\xb8\ \x4a\x02\x80\x09\x9e\x10\x8a\xde\x12\x8a\x8b\xfa\x5c\x0a\x41\x02\ \x53\x69\x7a\xfa\xe0\x74\x30\xa8\x92\x44\x9d\x2d\x8e\xdc\x64\x22\ \x45\xb2\x3a\x7d\x9c\x17\x05\x00\xf5\x5c\x6c\x89\x83\x7b\x8f\x3e\ \xe6\x5c\x10\x42\xde\x79\xef\x1d\x29\xe5\x47\xf7\x3e\x96\x42\xec\ \x5e\x99\x26\x29\x77\xbe\xf7\xde\x28\x29\xad\x69\xef\xdd\xfd\x70\ \xb3\x9e\xc7\x10\xbb\xbe\x5b\xad\x97\x4a\x88\xee\xfe\xbd\xf1\xce\ \x78\xb2\x3b\x39\x3e\x7b\x9c\x66\x3b\x38\x99\x6a\x1d\x8e\x96\x2d\ \x00\x2b\xb2\x89\xf7\x64\xb3\x58\x71\xce\x75\x63\x76\xf2\x01\x27\ \xcc\x80\x2f\xaa\x6a\x3a\x9d\x2c\x16\x0b\x96\x25\x7d\xdf\x53\x06\ \x59\x9e\x84\x10\xba\xae\xe1\x9c\x13\x8a\x08\x21\x49\x25\x22\x06\ \x1d\x15\xa3\x2c\x42\x22\xa5\x0f\x5e\x51\x29\xa4\x04\x0f\x1c\xb9\ \x47\xcf\x81\x71\x24\x9c\xd0\xa2\x28\x42\x08\xab\xd9\xa2\x50\x29\ \x0d\xc8\x80\xd2\x00\xf8\xd9\x6b\x6c\xff\x58\xa0\xe5\x13\xf2\xfe\ \xe3\x8f\xa4\x4a\x49\xa1\x0c\x89\x9b\xbe\x95\x42\x04\x6f\xe6\x8b\ \xa3\x34\xc1\x49\x25\x59\x33\xb3\x0f\xed\x30\x7c\x2b\xd3\x75\x66\ \xf4\xe2\xe8\x0c\xca\x41\xa7\xbd\x4b\xc0\x25\xdc\x90\xd6\x4c\xdd\ \xf2\x6c\x76\xf7\xd1\xbd\x67\x9f\xb9\xf9\x83\x37\xde\x18\x8f\x46\ \xbd\xb6\x6f\xbd\x77\xa7\x69\xbb\xaa\xaa\x74\xa6\x69\x2a\x1f\xc1\ \xe6\x83\x07\x1f\xb5\x8b\x75\x86\x0c\x31\x9c\x9e\x9c\xbc\xfe\xde\ \xdb\x6b\xdd\xdd\x7e\xe6\x99\x8c\x73\xaf\x4d\x5b\xd7\x9c\xab\x24\ \xc9\xee\x7e\xf8\xf1\xaf\x68\x3b\xc8\xf3\xe8\x74\x7d\xf4\x10\x35\ \x7c\xfc\xce\x7b\x32\x4b\x0e\xae\x5d\x79\x2c\x4f\x96\x9d\xde\xbd\ \x7c\xc0\xf2\xc9\x5b\xa7\xcd\xf9\xaa\xd8\xab\x46\x57\x6f\xca\xbb\ \xef\xdd\x5b\x9b\x38\xb4\x2c\x4f\x73\x96\xcb\x12\x85\xe1\xe9\x37\ \x3f\xf7\xc5\xfb\x77\xee\x64\x22\xa5\x43\xb5\x9a\xaf\x06\xd9\x78\ \x3c\x9e\x1c\x1f\x1d\x0b\x4e\x30\x7a\xce\x60\x90\x24\x31\xba\x4c\ \xd8\x25\xb3\xa9\x88\x00\x5e\x25\x05\x95\xd2\x7a\xaf\xf2\x22\x60\ \x24\x84\xd0\x44\xfa\xa0\x09\x81\x71\x5e\xec\x97\x03\x7b\x3e\x4b\ \xbd\xdb\xab\x32\xa7\xd7\x42\x06\x83\x0d\x3e\x2d\xb9\x43\x08\x45\ \x02\x94\x51\x63\x2c\x62\x74\x81\x09\x21\xd4\x96\x67\x41\xac\xdb\ \x36\xcf\xc5\xde\xb4\xb2\xc6\xf6\x6d\x1b\xfb\x56\x62\x04\x1f\x18\ \xa3\xda\x3b\xeb\x1c\x83\x18\xbb\x75\x92\x66\x9c\x89\x66\xdd\x9f\ \x9f\x1e\x27\x2a\x09\x31\xf4\xdd\xea\xf8\xe8\x6e\xdf\x37\xd6\xa0\ \x94\x65\x67\x0c\x30\x52\xed\x4c\xde\xbd\xfb\x91\xb5\x96\x53\xf6\ \xe0\xf8\x28\xfa\x40\x01\x46\x59\x56\x66\x79\xc5\x13\xb3\xac\x43\ \xa3\xb5\xc5\x14\xe5\xf9\xea\xf8\x57\xee\x3e\x92\x42\x66\x65\x51\ \xf7\x1d\xac\x36\xf5\x07\x1f\x5c\xbd\x7a\xb9\x2c\xcb\x3b\xf7\x1e\ \x8e\x87\x53\x46\x38\xe5\x32\x78\x6c\x37\x12\xf2\x8c\x31\x82\x19\ \x50\xda\x37\xb5\x89\x18\x0a\xae\x30\x3a\x64\xa1\x2c\xd4\x62\x63\ \x38\x05\xc1\x88\x73\x1e\x63\x48\xd3\x64\xb5\x5a\x3b\xce\xb6\xc5\ \x84\xc4\x04\xe7\xf5\x30\x29\x57\xeb\x55\xca\x13\x12\xc9\xd6\xdd\ \x03\x00\x2a\x98\xd6\xbd\x24\x04\xa2\xa3\x88\x10\x9d\x77\x4e\x13\ \x8c\x31\x48\x4e\x87\x55\xa1\x24\x25\x9f\x0d\xec\x3f\x8b\xbf\x13\ \xbd\xb3\x42\x70\x4a\x90\x53\x52\xe4\x99\x77\xce\x58\x13\x62\xcc\ \xd3\xb4\x28\x4b\xa0\xbe\x69\xeb\x68\x5d\x92\xe4\x9c\x40\xc2\x05\ \x22\x3a\x1f\xd0\x05\x8f\x0e\x9d\x4b\x54\x19\x63\x0c\x11\xe7\x8b\ \x45\xa2\x24\x46\x5c\x6d\x9a\x18\xa2\x36\xd6\x58\x9b\xa5\xb9\x25\ \x7a\x0b\xb1\xab\xd5\x0a\x00\x94\x92\x3f\xf8\xc1\x4c\x6b\xad\x94\ \xf2\xde\x19\xad\x39\xe7\x7d\xdf\xaf\x96\xab\x18\xc2\xd6\x59\xd5\ \x5a\x0f\x07\x83\xe1\x60\x58\xd7\x75\xdf\xf6\x00\xb1\x3c\x2a\xea\ \xb6\x39\x3d\x3d\x3d\x3d\x5b\x4c\xa7\xfb\x8c\x25\x08\x34\x78\xac\ \x3b\x83\x94\x8b\x24\xb1\xd6\x9c\xcf\x17\x84\xc0\x78\x34\x0a\x31\ \xcc\x96\x8b\xb6\x6b\x23\x20\xf7\xce\x7b\x17\x63\x24\x84\x22\x62\ \xdf\xf7\x00\x84\x73\xa6\x94\xf2\xde\x6f\x59\xfd\xb2\x2c\x00\xa9\ \xf7\x3e\x46\xf4\x3e\x20\xda\x90\x04\xef\x7d\xd3\x34\x88\x31\x84\ \xd0\x75\xdd\xd6\x1f\xa4\x84\xe4\x79\x9e\x28\xe5\xbd\xb7\xd6\x98\ \xcf\xb0\x47\xee\x9f\x87\xf7\xca\x23\x35\x5e\x90\x50\x20\x2b\xa7\ \x07\x6b\x9e\xda\xbe\x73\xa6\xa7\x80\x07\xd5\x70\x3c\x1e\xde\x5f\ \x3c\x0e\x18\x37\xb4\xf3\x05\x81\x8a\x25\x3e\x8b\x0c\xfb\xa0\xdb\ \xe8\x44\x30\x02\x43\xec\x68\xca\x45\xbd\x5e\xdd\xfd\xf0\x8e\x12\ \xe2\xc3\x93\xf3\xf7\xde\x7a\xb7\xee\xba\xf1\x78\xe2\xad\x4b\x37\ \x98\x94\x65\xb6\x77\xa9\x3b\x5f\x3c\xbe\xfb\x70\x5a\x0d\xfe\xe0\ \xe8\xec\x37\x36\x4d\x52\x15\x34\x4d\x8e\x67\xe7\x48\x19\x70\xf6\ \xe0\xf8\xd8\x38\xaf\x64\x22\x38\x7b\xeb\xbd\x77\xba\xb6\xff\xe6\ \xd7\xbe\x78\xff\xde\x03\x19\xe1\x51\xb3\x4c\xf2\x2c\xbe\xf1\xbd\ \xf7\x3f\x7a\xd0\x68\x7d\xeb\x85\xf3\xc3\x4b\xb7\xb4\xf6\xe8\xb1\ \x69\xba\x47\xeb\x85\xf6\xa1\x18\x8e\xdf\x7a\xef\x83\x72\x38\x2e\ \xaa\x0a\x28\x25\x9c\x7d\xe7\x3b\xdf\x86\x18\x2b\xf4\xc0\xf8\x6a\ \xbd\x8a\x88\xbd\x6d\x9b\x6e\x13\xd1\x07\x67\x77\x77\xa7\xbd\xd3\ \x04\x42\x08\x1e\x09\x2d\x06\x43\x2a\x93\xba\x6d\x5d\x40\x20\xd0\ \xb6\x4d\x9e\x24\xb3\xd9\xac\xee\x75\x5a\x0e\xce\xcf\xce\x5d\xdb\ \x85\x5e\x6b\x6b\x85\x54\x93\xf1\x38\x30\x08\x21\x18\xd3\xe3\x76\ \x8f\xdc\xbf\x20\xfc\x20\xa2\xe0\x7c\x3c\x18\x58\x6b\x75\x08\x8c\ \x52\xc5\x85\x92\xca\x11\x4a\xe2\x93\xcd\xc3\x45\x56\x64\x69\x1a\ \x7d\x50\x22\x91\x9c\x4b\xce\xa2\x33\x99\x52\x84\x73\xcd\x28\x10\ \x50\x3c\x01\x02\x11\x20\x2f\x4b\xa0\xcc\x39\xc7\x05\x77\x2e\xf4\ \xfd\x22\x82\x67\x44\x01\x44\xb2\xe5\xea\x09\xc1\x10\xa2\x73\x81\ \x06\x44\x42\x22\x46\xc4\xe5\xa6\xa6\x52\x19\x88\xf3\xa6\xd6\x21\ \x50\x02\xcb\x6e\x43\x80\x44\x0c\x8e\xc4\x84\x15\xbd\x33\x31\x86\ \xc5\x7a\xd9\x7e\xd8\x12\x42\xb5\xb1\xc7\xb3\xf9\xe1\xc1\xd5\xdd\ \x9d\x7d\x24\x48\xa4\xe8\x9d\x23\x1e\x03\x21\x48\xa9\x71\x36\x04\ \xab\xfa\x3e\xcf\x53\x12\xe9\xd1\xd9\x89\x36\x36\x60\x0c\xde\x37\ \x4d\x03\x00\xce\xfb\xba\x69\xa4\x14\x4a\x29\x04\x58\xac\x97\x82\ \xc9\xe9\xee\x4e\x5e\x55\x84\x33\x17\xbd\x73\x7e\x5b\xde\xe3\x7d\ \x10\x42\xb5\x9b\x8d\xe9\x75\x9e\xe7\xa6\xd7\x8c\x31\x08\xa1\x6b\ \x5b\x06\x50\x64\x19\x44\x0c\xde\x03\xf9\x31\xf9\x3b\x92\x52\x88\ \xc8\x81\x28\xce\x8d\xb5\x10\x23\x03\x22\x84\x10\x94\x2a\x26\x08\ \xa7\x96\x31\xaf\x4d\x36\x4d\xd0\x05\x49\x19\xa5\x34\x13\x1c\x08\ \x12\x12\x11\x10\xa9\x60\x9c\x0f\x86\x43\x63\x8c\xd1\x5a\x4a\x19\ \x9c\x73\x3e\x50\xc6\xb4\xd6\x83\x6a\xc0\x18\x25\x14\xd3\x4c\xa5\ \x99\x0a\x21\x00\x60\x88\x9e\x71\x42\x19\x34\xed\xc6\xf9\x40\x80\ \x3a\xe3\x83\x8f\x8c\xf1\x6d\xfc\x3c\x1c\x8e\x77\x77\x77\x19\x65\ \x6d\xdb\x13\x4a\xcf\x66\xf3\xd9\x72\x41\x08\x18\xe3\x9d\x8d\x49\ \x92\x03\x0a\x47\x6d\x20\xa8\xad\x95\x82\x24\x59\x16\x81\x20\x46\ \xef\xad\x8b\x91\x73\xae\xbb\x76\xb1\x5c\x48\x95\x24\x65\x09\x88\ \x84\x10\xca\x00\x28\xf3\x48\x8c\xd1\x8c\x31\xeb\x63\xab\x4d\x53\ \xaf\x87\x55\x55\x96\x95\xb5\x66\xbd\xde\x14\x45\x95\x65\xc9\x6a\ \xb5\x26\x04\x08\xd9\x16\xb3\xc6\x6d\x61\x2b\xa5\x34\x4d\xd3\x27\ \x8e\xa8\xd6\x6d\xdb\x16\x45\x59\x94\x65\x8c\x4f\xb9\xbd\xcb\x7b\ \x17\x00\x80\x20\x50\xec\x8d\xe9\x6d\x6f\xbd\x01\x06\xd3\xe9\x58\ \x96\xa9\x06\xc7\x98\x95\x9c\x3b\xb3\x89\xb6\xe1\x44\x57\x05\x01\ \x80\x3c\xcd\x81\x50\xc6\x05\x1a\x94\x91\x8c\x07\xa3\xa1\x4a\xcf\ \xcf\xce\xc1\x79\x4a\xa9\x73\x8e\x01\xac\x97\x8b\xdd\x9d\x9d\x2b\ \x62\x14\x2c\x16\x26\xee\xab\xc2\x97\x03\x74\x91\x21\x08\x21\x7a\ \xad\x75\x5d\xcb\x5c\x5a\x82\x1a\x63\x63\x0c\x12\xda\xeb\x1e\x10\ \x53\x29\x6f\xdf\xb8\x46\xd2\x2c\x1d\x8f\x50\xd1\xb7\xee\x3d\xea\ \xee\xf7\x4c\x31\x6f\x51\x25\x89\xcc\x0b\xa0\x8c\xa2\x2b\x53\xe5\ \x74\xdf\x47\x51\x8c\x0f\x3a\xeb\xb2\x8a\xe8\x10\x7d\xdd\x14\x83\ \x81\x27\x70\x74\x72\xc4\x39\x3d\xda\x9c\x4e\x76\xa7\x04\x99\x54\ \xa9\xf5\x7d\xa0\xae\xeb\xda\xc5\x62\x81\x32\x3e\x38\xbd\x6f\x7a\ \x2d\x90\x3f\xff\xd2\x73\x42\xe5\x1f\xde\xbd\xdb\x6b\xfb\xdc\xf3\ \x2f\xbe\xff\xc1\xfb\x6d\xd3\xdc\xbc\x7e\x6d\xb5\x98\x9f\xaf\xeb\ \x67\x07\x23\x10\x1c\x39\x17\x4a\x40\x0d\x7b\x07\xfb\x5c\xaa\xb7\ \xdf\x79\x73\x7a\xb0\x17\x00\x9f\x56\xed\x24\xc6\xa8\xdb\x9e\x50\ \xa2\xb8\x60\x8c\x71\x42\x09\x42\xf4\x81\x22\x38\x1f\x08\x89\x7d\ \x67\xa4\x92\x4a\xa6\xc1\x86\x66\xd3\x70\x60\x8a\x71\xc4\x48\x00\ \x65\xaa\x84\x94\x82\x12\x1f\xa2\xb5\x41\x08\x35\x18\x26\xcb\xe5\ \x8a\x31\xca\x28\xc8\x44\x20\x04\x88\x4c\x49\x99\x26\x2a\x12\xe0\ \x8c\xa4\x4a\x82\xf7\x04\x63\x70\x0e\x42\xb4\xda\x60\x56\x38\xc6\ \x02\xe7\xa8\x64\x4f\x22\x67\x60\x82\x05\x88\x94\x12\x60\x22\x0a\ \x2a\x12\x05\x24\xf2\x46\x69\x6f\x11\x80\x48\x96\xa7\xd5\x60\x77\ \x62\x19\x31\xc1\xa9\x2c\xf5\xd6\xc6\x18\xa5\x4a\x80\x02\x57\x3c\ \x46\xd5\x1b\x03\x94\xa8\x44\x30\x2e\x45\x24\xe7\xe7\xf3\x24\x49\ \x42\x44\xa3\x4d\xdb\x69\xb7\xdd\xef\x6d\x3d\x00\xb5\x18\x7d\xb0\ \xab\x66\x93\x66\x29\x91\xcc\xd4\x5d\xdb\x34\xd3\xe9\x94\x31\x16\ \x9c\x57\x52\x6e\x37\x88\x18\x63\x30\x6e\x6b\xc8\x08\xa3\x34\x10\ \xb2\xad\x29\x0f\x3e\x7c\x96\x75\x96\x7f\x96\xc4\x8a\x07\xe4\x8c\ \x89\x34\xa1\x52\x38\xdd\x23\x25\x91\x82\xf3\x2e\xb4\x75\x52\xe4\ \x0a\x29\x03\x12\x83\x4b\x13\x09\x31\x26\x42\x6e\x89\x77\xca\x80\ \x31\x08\x21\x34\xc6\xfb\x10\x29\xa3\x45\x55\x05\x20\x59\x51\x54\ \x8c\x21\x62\xd7\xb7\xa6\xef\x39\x67\x59\x9a\x78\xef\x28\x05\xc4\ \xc8\x18\x45\x8c\x84\xa0\x52\xa2\x6d\xdb\x34\x4d\x52\x95\x38\xeb\ \xb6\xfc\x62\x92\x24\xdb\xf2\x2d\xef\x7d\xdd\xd4\x79\x5e\x24\x59\ \x4a\x00\x18\x65\x21\xf8\xe1\x64\x22\xa4\x9e\x4c\xf6\x94\xc8\xb5\ \x71\xce\x23\xe3\x0a\x89\x42\x1a\x10\x81\x4a\x11\x42\x88\x18\xe6\ \xeb\xa5\x94\x82\x09\xce\x94\x74\x18\x12\x20\xbd\xd6\x5b\x0e\x8b\ \x32\x16\x23\x22\x50\xce\x15\x12\xe2\x7c\x0c\x21\x5a\x6b\x9c\x73\ \x4d\xd3\xae\xd7\xab\x3c\xcb\x29\x15\x4d\x53\x6b\xad\x39\x17\x31\ \x06\xc4\xf0\x69\x95\xf6\x96\xf6\xfa\xb4\xfe\x2a\x4d\xb3\x24\x51\ \x4f\x43\x33\x00\x00\x21\xc1\xd9\x9c\xd3\x2b\xfb\xfb\xd3\xd1\xf0\ \x71\x7f\x1c\x82\xa7\x0c\xda\xae\xfb\xe8\xde\x3a\x82\x79\xed\x4b\ \x5f\xa0\x1b\xb2\x59\xae\x2b\x6d\x9e\x29\xab\x4d\xff\x71\x8e\x40\ \x19\x0e\xaa\x41\x44\xf4\xde\x6d\x1c\xb4\x3e\x46\x63\xca\x3c\x73\ \xe3\xca\x87\x78\x78\x78\xd8\xeb\x9e\x20\xcc\x97\x0b\x4a\x60\xb7\ \xa8\xac\xf7\x2a\x60\xc1\x24\xb1\x4e\x52\xa1\x8d\x4e\x94\x40\x40\ \x83\x61\x30\x18\x84\x10\x16\x8b\x85\x8f\x58\x8e\x4a\xe7\x03\x00\ \x09\xce\xcd\xd6\x9b\xdd\xbd\x5d\x87\x60\x28\xf2\x49\x81\xe8\x64\ \x5e\x28\x64\xa3\x6a\x52\x4d\x76\x7c\x84\x08\xb8\xad\x23\xf1\xac\ \xf0\x08\x9e\xf2\xc8\x02\x46\xbf\xa8\x37\x6c\x7e\xee\x6c\x97\x0e\ \x8b\xf5\x72\x59\xe5\x69\x88\x7e\xb3\x5e\xf6\xda\xa5\x49\xde\x69\ \x13\x09\xb0\x44\x8a\x3c\xd7\xe8\x09\x62\xdf\xd8\x55\xd3\x63\x6b\ \x1f\x3f\x3e\x61\x5c\x20\xa1\x9b\xf5\xc6\x99\x5e\xb7\x4d\xb3\xde\ \x80\xe0\x47\x8f\x1f\x4a\xc6\x79\x24\x8b\xd5\x4a\x26\x92\x71\xae\ \x8d\x1d\x8e\x26\x40\xe8\xd5\xab\x57\xd8\xd3\xd6\x0d\x02\x00\x52\ \x00\x02\x42\xa9\xb2\x2c\x8b\x22\x37\xc6\xb8\x10\x28\x67\x68\x09\ \xa5\x14\x39\xb3\x08\x92\x52\xc2\x19\x57\x22\x4d\x13\xf2\x18\xaa\ \xb2\xa0\x9c\x86\x18\x3c\x46\xe3\xb7\xa5\xb5\x74\xd3\x36\x4a\xa5\ \x83\xd1\x48\x29\xc9\x05\x4b\x12\xe6\x83\xd3\xad\x66\xc0\x18\x63\ \x3e\x06\xc5\x59\x91\x28\x53\xd7\x82\x32\x26\x65\xa6\x52\xa7\xcd\ \x46\x25\x91\xb2\x55\xdb\x0d\x26\x93\xeb\x78\xcb\x5a\x6d\xac\x71\ \xce\x50\x0a\x2c\xe5\x2e\x98\xe0\x35\xe3\x3c\x4d\x65\x42\x54\x92\ \x25\x08\x34\x02\x03\x46\xb9\x14\xad\x31\x14\x00\x29\xf1\xdb\xc6\ \x26\x94\x5a\x1f\xbd\x77\x21\x04\xd3\xd4\xac\x67\x08\xd8\x36\x76\ \x67\x77\x4a\x28\xeb\xea\x46\x6b\x13\x82\x17\x42\x72\x99\x04\x8c\ \x01\x08\x4d\x44\x44\x7f\xb6\x99\xa9\x5e\x49\x21\x56\x9b\xb5\x33\ \x66\x9f\x73\x63\x4c\xdf\xf7\x9a\x52\xce\x38\x01\x58\x2f\x97\x69\ \x92\x7a\xeb\x4c\xaf\x09\xa5\x31\x84\xcd\x6a\xad\xa4\xe4\x9c\x7d\ \x16\xad\x7f\x16\xdc\x41\x5e\x26\x7b\x7b\x7b\x59\x96\x35\x6d\x1b\ \x0c\xe1\x5c\x50\x47\x53\xa5\x18\xa3\x1d\x5a\x1f\x09\xcb\x55\x60\ \x84\xa7\x09\x4b\x45\x3e\xae\xbc\xf3\x84\x82\x77\xc6\x79\xd3\x98\ \x56\xb0\x4c\x28\xb9\xa9\x1b\x99\x66\xa3\xe9\x74\x38\x18\xc6\x18\ \x94\x10\x5a\x77\x18\xc2\x66\xb5\xb0\x36\x02\x00\x67\x3b\x8c\x6e\ \xcb\xb1\xe9\x70\x30\x51\x4a\xcd\xe7\x0b\x4a\x49\xdf\xf5\xb3\xf3\ \x59\xf4\x21\x4b\xb3\x34\x4b\xb7\x55\xa1\x94\x33\x21\xa5\x36\xba\ \x69\x36\x8a\xf3\xa2\x28\xb2\x3c\x03\xc2\xd3\xb4\xca\xf3\x81\xb6\ \xce\xfa\xe8\x9c\x17\x22\xe5\x44\x39\xaf\x91\x00\x17\xd2\x85\x9e\ \x50\x16\x31\x22\x81\x4d\x5d\x63\x0c\x59\x91\x53\xca\xac\x75\xd6\ \xda\x2d\xbb\xec\x7d\x88\x21\x72\xbe\xa5\x0f\x21\xcf\x72\x44\xbf\ \x5e\x2f\xdb\xb6\xa3\x94\x24\xa9\xda\xd4\x35\x62\x84\x18\xb7\xd1\ \x59\x92\x48\xe7\x5c\xd3\x34\x42\x88\x6d\xf6\x74\x3e\x9f\x6f\xeb\ \xdf\xac\xb5\x67\x67\xe7\xdb\x2e\x2a\xff\xe2\x59\x15\x9c\xe4\xc5\ \x57\x5e\x7c\xe9\xc6\x8d\x9b\x21\xe2\x92\x1c\xab\xf1\x10\x31\x8a\ \xc3\xdd\xb2\xcc\x42\x74\xe7\x27\x27\x09\xa7\x49\x99\x65\x55\x55\ \x0d\x87\xfb\x97\x2e\x15\x55\x55\x6f\x36\x59\x9e\xcd\xe7\x67\xf3\ \xf9\x79\xa0\x69\x55\x4c\xcf\x16\x33\xcf\xe3\x64\x7f\x37\x2b\x8b\ \xc1\x68\xa4\x75\xcf\x09\xee\x5c\x9a\x9c\x1c\x1f\xcf\x36\x8b\xd6\ \xf4\xa3\x70\xe8\xc1\x53\x46\xa4\xa4\xe3\xe1\xee\x64\x7f\xef\xc1\ \xd9\x49\x4f\x22\x75\xee\xc1\x9d\x3b\xcd\x6a\x39\x2a\xf2\x9d\xc9\ \x8e\x0d\xa1\xed\x5a\xad\x09\xa7\xd4\x79\xbf\x58\x2e\x38\x51\x14\ \xc3\x74\x77\xba\x3b\x3d\xf0\x06\x94\xcc\x11\x79\x67\x5d\x63\x7a\ \x40\xc2\xa5\xb2\x48\x8c\x33\x8e\x10\xe4\x32\xfa\x88\x8c\xf5\x56\ \x5b\xa7\xcf\x57\x67\x04\xe0\xda\xe8\xf2\xec\xfc\x7c\xb1\xdc\x74\ \xad\x9b\xee\x8a\xa6\x35\x5c\x70\xa9\xf2\x00\xcc\x05\x0a\x4c\xc9\ \x94\x9c\x9c\xcf\x3a\x6d\x4c\x6f\xae\xde\xbc\xbc\x5a\xaf\xfb\xbe\ \x8f\xce\xb5\x4d\x13\x7c\x90\x52\x2a\x21\x67\xa7\xe7\xd1\xb9\xf9\ \xf9\x79\x55\x15\x59\x9e\x9f\xfc\xda\xaf\xf1\x44\x5d\xba\x7e\xe5\ \xf5\x37\xdf\xfa\xeb\x7f\xe9\xaf\x25\x4f\x41\xea\x23\x02\x25\xac\ \x48\xa5\x90\xdb\x5d\x63\x9c\xf3\x66\x61\x82\xa0\x69\x9a\xa5\x94\ \x65\x59\x8a\x9c\xd6\x7d\x8b\x04\x69\x91\x75\xe8\x0b\xc1\xd3\x61\ \xa9\x12\x89\x80\x3e\x06\x16\xbc\x59\xb7\x11\xe3\xe1\xa5\xcb\x4d\ \xdd\x86\x80\x59\x9a\x95\x83\x22\x78\xe7\x83\x91\x4a\x91\x18\xfb\ \xba\x35\x26\xf4\x46\xb7\xcd\x18\xd0\x17\x99\x12\x84\x92\x80\x83\ \x3c\xe9\x21\xf4\x84\x97\x59\x0e\x01\x07\x79\xc1\x29\x9c\x9c\x1c\ \x71\x02\x5d\x74\x88\x81\xc4\xa0\xdb\xc6\xf5\x5a\x47\x97\x48\x29\ \x12\x19\x22\xaa\x34\x4b\xf3\x92\x44\x34\x5d\xd7\xd7\x2d\x15\x82\ \x53\xce\x08\x09\xc1\x01\xa5\x2a\x49\x7c\xeb\x81\x52\xc6\x58\xdf\ \x77\x94\x6c\x37\x21\xf2\xcd\x66\xa3\x8d\x41\x00\x24\x34\x44\x0c\ \x31\x32\xce\x81\x90\x80\x51\xa4\xc2\x46\xef\xc1\xa3\x8f\xd6\x9b\ \x24\x4d\x84\x92\xdd\xd9\xb9\x31\x1a\x11\x39\xa1\x21\x04\x4a\xe8\ \x76\xf9\xa7\x94\x32\xca\x7c\xf0\xa6\xd7\x21\x86\xae\xed\xc8\xbf\ \x7c\x9c\x85\x11\x85\x10\xd3\x6b\x97\x98\x94\x96\x10\x56\xa6\x34\ \x18\x2e\x64\x2a\x25\x63\x54\xa9\xc4\x79\x17\x4c\x97\x65\x29\x10\ \xf6\x70\x71\x9c\x4d\x87\x5d\xd7\x27\x83\x8c\x40\x74\x3a\x44\x1b\ \x8b\x74\x34\x52\x55\x9a\xe5\x4d\xdb\x1b\x17\xa8\x90\x84\xb3\x68\ \x3d\x65\x34\x4f\x95\xee\xbb\x3c\x4f\xba\xb6\x96\x52\x05\x6f\xc7\ \xe3\xa1\x73\x4e\xf7\x7d\xd3\x6c\x8c\x11\x8c\x21\xa5\xa4\xc8\xb3\ \xc9\x68\x44\x80\x58\x63\xb2\x2c\xdd\xe6\xad\x11\x51\x1b\x13\x62\ \x0c\x31\xf6\xa6\xe3\x5c\xfa\x10\x7a\xdd\x8f\xc7\xbb\x5c\xa8\xa6\ \x35\x5d\xab\x7b\x6d\x92\xb4\x08\x11\x10\x08\x3c\xd9\x4f\xce\x43\ \x08\x3e\x86\x68\x02\xe5\x0c\x23\x3a\xe7\x8c\xb1\xd6\xda\xed\x7e\ \x99\x6d\x5d\x12\xc6\x28\x05\x37\x18\x43\x04\x46\x09\x46\xf0\x3e\ \x84\xe0\xab\x41\xa9\x12\xa5\xcf\xcf\x19\xa3\x49\x96\x58\xeb\x10\ \x01\x11\xdb\xb6\x25\x9f\x74\xe1\x92\x52\xd6\x75\xdd\xf7\x7d\x96\ \x65\xba\xef\xad\x35\x4f\xc7\xef\x44\xe7\xae\x7d\xed\x95\x23\xd9\ \x75\xd3\x6a\xb3\x69\xdc\xb5\x91\x75\x6e\x3c\x19\x76\xa6\x25\x3b\ \x63\x86\xe1\xf8\xf4\x68\x90\x15\x79\x5e\xfe\x83\x8f\xdf\x4a\x07\ \xf9\xe9\x28\x6b\x0b\xc5\x27\x07\x8d\xed\x97\x90\xfa\xc1\xe1\x18\ \xb2\x67\x77\x6f\xd4\xce\x3d\x38\x3b\x05\x21\x93\x51\xb1\xb6\x0d\ \x97\x24\x4d\x54\x37\x5f\x4f\x76\xcb\xe6\x78\xb9\x30\xed\x92\x74\ \xc9\x4e\xb9\x8b\xfb\xfd\x6a\xd3\x76\x1b\x73\xbf\x45\x4a\xca\x32\ \x1f\x2a\xf9\xfc\x95\x4b\x05\x25\xc4\xf4\xf5\xf9\xa9\x48\x53\x70\ \x36\x65\xd4\x6b\x3d\x3f\x3d\xa5\x18\xc3\x7c\xa6\x98\x28\x8a\x74\ \x7e\xff\x71\x96\x4f\x2e\x3d\x73\xbd\x6b\xf5\xa6\xe9\x4f\xcf\xcf\ \x06\xa3\x51\x99\x94\xbe\x17\xc8\x88\xf7\x9d\x4a\x0b\xb3\x31\x5c\ \xf0\xba\xa9\x85\xa4\x40\x08\x15\x7c\xd3\xf4\xf5\x46\x07\x4f\x05\ \x4f\xd0\xb3\x22\x1b\x36\x6d\x93\xa4\x0a\x3d\xe5\x44\x52\x8a\x44\ \x3e\xd9\x6e\x4b\x38\x3d\x38\x3c\x5c\x2d\x97\xd1\xba\xaa\x2a\xf2\ \x44\x6d\xdc\x9a\x44\x58\x2d\x16\xce\x59\x02\x44\x5b\x2b\xac\x8b\ \x54\xcf\x16\x4b\x22\xe8\xf9\x6a\x49\x39\xdb\x66\xc1\x9f\x66\x5f\ \x28\x67\xd9\x74\x9c\x26\x2a\x84\xb0\xd0\x2d\xa3\xac\xda\x9d\x16\ \x00\x21\x78\xef\xfd\xb2\x6e\x58\x26\xa6\x97\xf7\x4c\xaf\x5d\xdf\ \x3d\x38\x3b\x22\x31\x0e\x87\xd5\x60\x30\x88\x80\x5d\xdf\x5a\xeb\ \x6e\x8c\xa6\x88\xc0\x99\x1a\x0e\x06\x4d\xd3\xf5\xbd\x5e\xaf\x96\ \x9c\xb3\xc1\x30\x07\x40\x1e\xc3\xb8\x28\x4f\x4e\x4f\x28\x4b\xa4\ \xa0\xa3\x61\x65\x13\xb1\x59\xac\xbd\xb3\xb3\x79\x17\xac\xa3\xf9\ \x68\x98\xa6\x19\x23\x99\xe0\x67\x8f\x17\xcc\x7b\x08\x9e\x3a\x47\ \x08\x10\x6b\x43\x04\x1e\x3d\xc1\x28\x00\x43\xd7\x59\x1f\x59\xa4\ \x79\x39\x71\x1e\x57\xb3\x75\xb0\x3e\x94\x34\x51\x89\x31\x21\x46\ \x44\x42\x31\x46\x42\xa9\xb7\x11\x01\x98\x10\x04\x09\x41\xb6\xb5\ \x55\xce\x79\xdb\xb6\x4f\x6a\x73\x9c\xdf\x16\x64\xc3\xb6\x57\x1f\ \x03\x25\x04\x20\x25\x88\x59\x9a\x10\x20\x40\x40\xa9\xc4\x59\xef\ \x9c\x11\x42\xe0\x0f\xd5\x76\x87\x18\xb6\xda\xde\xd6\x07\xfc\x18\ \x70\x07\x08\x00\x25\x16\xc2\x72\x71\x1e\x43\xd8\xd9\xdb\xbb\x76\ \xeb\x46\xd7\xf7\x6d\xdb\xce\x57\x4b\x42\xe9\xfe\xfe\xc1\x78\x5a\ \x6d\x56\x8b\xd9\xf9\xf9\xa3\xd3\xd3\xfd\xfd\xc3\xbd\x2b\x07\x5c\ \x88\xd5\x72\x21\x39\x56\xe9\x28\x51\x02\xcf\x6b\x41\x71\x38\x28\ \xd6\x4d\xbf\x69\xfb\xd9\x6c\x36\x1d\x8f\xa2\xa0\x5d\xbd\x1c\x16\ \xc5\x64\x30\xbd\x77\xaf\xcd\x12\x69\xad\x56\x82\x31\x02\xde\x6a\ \x4a\xa8\xee\x5b\x4a\x69\x35\x1a\x11\xf4\xcb\xf9\xf9\xce\xce\x70\ \xbd\xd9\xf8\x60\xb9\xa0\xd1\x45\x24\xc4\x47\xe7\xa3\x97\x09\x57\ \x8c\x23\x61\x5a\x6b\xce\x54\x96\x15\x08\xa4\xeb\xfa\xd5\x66\x43\ \x29\x43\x88\x8c\xf3\xe8\x42\x0c\x9e\x10\x06\x40\x43\x08\x14\x18\ \xa2\xc7\x18\x19\xa3\x59\x96\x0a\x46\x01\x02\x67\x04\xd0\x5b\xdb\ \x73\xc6\x08\x89\x21\x58\xef\x34\xa3\xdb\xd6\x70\x91\x10\xcc\xb2\ \x34\x49\x92\xbe\x6f\x28\x05\x00\x0c\xc1\x13\x02\x84\xc0\x93\x76\ \x50\x8c\x91\x10\x8c\xd1\x31\x84\x88\xf8\x69\x63\x8d\x24\x4d\x9f\ \x72\x97\x10\x92\xa3\x12\xff\x51\x77\x07\x7e\xf0\x83\xbd\xab\x37\ \x5e\xfc\xf3\x5f\xec\xfb\xfe\xd1\xf9\xd9\xe3\x47\x67\xe6\xc3\x0f\ \xf7\x6e\x5f\xbb\xf9\x53\x2f\x89\xa3\xc5\x9d\x87\x47\x77\xbe\xff\ \xfb\x07\xfb\x57\xbf\xf9\xad\x9f\xca\xb3\xa2\x69\x37\x1f\xdd\xfd\ \x68\x78\xf0\x6c\x35\x1e\xf4\x6f\x7f\xd4\x34\xe7\xc3\x83\x83\x4d\ \x28\xef\x9d\x9c\x7c\xf8\xf8\x4e\x35\x18\xdc\xba\x71\x7d\xb9\x3c\ \x45\xaf\x6f\x3f\x73\xfd\x9d\x66\x43\xa8\x5c\xc5\xba\x07\x2b\x4b\ \x4e\xbc\xd2\xce\x92\xe0\x5c\xdb\x53\x1a\x76\xaf\xec\x3f\xf8\xe0\ \xcd\xc3\x71\xb1\x9a\xa5\xad\xb1\x85\xcc\x29\x42\xd3\xb6\x89\x92\ \xf5\x6a\xa6\x24\xad\xb8\xcc\x92\x6c\x5d\x37\xb4\x8b\x83\x71\x0a\ \x36\xf4\xad\x9e\xcf\x97\xf3\xf9\x22\xa9\x8a\x9c\x31\xa4\xe0\x9c\ \x43\x04\x8c\xd1\x6a\xd3\xeb\x3a\xcd\x24\xc6\xa8\x54\x12\x30\xa4\ \xaa\x24\xb8\xee\xdb\x56\xc9\xcc\x9a\x50\x15\x99\x03\x2e\x90\x60\ \x6f\xc0\x58\xca\x09\xa0\xf3\x3e\x52\x08\x93\xe9\x08\xa2\xb3\xba\ \xab\x86\x95\xe4\xdc\x18\xcb\x19\xcb\xd2\x74\xb9\x59\x3f\xe9\xd1\ \xc7\x69\xd3\xb5\x9d\x31\x5c\xc9\xe1\x78\x9c\x95\x45\xfa\xd4\xfb\ \x42\x11\x19\xe7\xc5\x78\x10\x9c\xeb\x4c\x37\x5f\x2f\x9c\xd6\xb7\ \xaa\xe7\x87\xc3\x61\xdf\x75\xab\x79\x73\xba\x9a\x67\x31\xc9\x06\ \x2a\xcb\x53\x8c\xfc\xf8\xfc\xb4\x2a\xca\x7c\x34\xa0\x52\xad\xe6\ \xf3\xba\x6b\xf3\x3c\x87\x10\x74\xd7\x0b\xe1\x12\x95\x49\x46\x3c\ \x25\x9b\xb6\x45\xc9\xe7\x67\x4d\x88\xfe\x70\x67\x77\x3a\x1a\xb6\ \xcd\x66\x5d\xd7\x67\xa7\x27\xd6\x59\x25\xd5\x64\x77\xc2\x10\x37\ \xcb\xb5\xb7\x8e\x17\x99\x62\xe1\xfd\xb7\x5f\xc7\x18\x52\x41\x68\ \x22\x42\x60\xe0\x8d\x73\x96\xf8\x10\x63\xe0\x8c\xed\x4e\xf6\x08\ \xc0\xf9\x62\x21\x00\xca\x34\x65\x11\x9b\xa6\xeb\x57\x1b\x40\x4a\ \xf2\x74\x5b\x47\x46\x08\xa5\x00\x91\x10\x44\x30\xc6\xf0\xc8\xa5\ \xe4\x21\xf8\x4c\xca\x4c\x89\x76\xb3\x0a\xd6\x2a\x4e\x63\x70\xc1\ \x60\x59\x95\x0c\xa2\xe9\x7a\xc2\x3d\x06\xe0\x94\x60\xf0\x80\x24\ \xcb\xb3\x18\xe3\xd9\xd9\x99\x77\x9e\x73\x19\x63\xa4\x9c\x1b\x67\ \x29\xa5\x5b\x67\x67\xbb\x8f\x84\x52\xba\xb7\xb7\xd7\x6b\xf3\x19\ \x0d\xfe\x33\xd5\xef\x18\xdd\x77\x75\x1d\xad\xed\x8b\x7c\x58\x95\ \x04\xa3\xd5\xbd\x77\xce\x68\xbd\x56\xaa\x90\x3b\xbb\x93\xa9\x33\ \xde\x1a\xb7\xbb\xb3\x83\x11\x97\xb3\x79\xd3\x6e\x08\x89\xc1\x99\ \x06\xc3\x2e\x70\x12\x28\x10\x54\x82\x29\xc1\x63\x91\x60\x0c\xf5\ \x7a\x31\x2c\x92\x2b\x07\x3b\x21\x86\xcd\x64\xd4\xd4\x9b\xf9\x5c\ \x0b\x2e\x46\xa3\xc1\x95\x2b\x87\xde\xfb\xc7\x8f\x1f\x0b\x21\xf6\ \xf6\xf6\x30\xba\xd3\xd3\x47\x97\x0f\xf7\xaa\x2a\xeb\x8c\xa1\x8c\ \x2e\xd7\x2e\x20\xfa\xe0\x23\xfa\x62\x30\xdc\x19\x55\x5d\x6f\x4f\ \x8e\x66\x4c\x50\xa0\xe0\x83\xef\x75\x67\xad\x2d\x06\x95\x50\x42\ \x70\x15\x7d\xf0\x18\x18\xa3\x88\x24\xf8\x00\x04\x19\x67\xf1\x49\ \x93\xb4\x08\xe8\xa2\xd3\x9c\x73\x67\x3d\x06\x9a\x14\x85\xc5\x10\ \x83\xe5\x0c\x62\xf0\x94\x13\x95\xa5\x6d\xd3\x01\xa0\xd6\xfd\x72\ \xb9\xdc\xd6\x83\x35\x6d\x8d\x08\x8c\x3e\xe1\xb9\xad\xd6\x8c\x73\ \x21\x9e\x6c\x99\x2b\xcb\x92\x10\xe2\x9d\xf9\x8c\x34\xdb\x3f\x73\ \x97\xd0\xfa\xd1\x91\xa8\xb5\x9f\xad\x37\xfa\x4e\x3c\xbc\xb6\x53\ \x96\x8b\xf3\x35\x3b\x59\xb0\xd9\xda\xca\x13\x2b\xf2\x97\x07\xd3\ \xe9\xee\x21\x3c\x5a\x7e\xe5\xb9\x97\xa7\x98\x3c\xfe\xe0\xd1\x72\ \xb3\xf4\xb3\x45\xe8\xfd\xfd\x8f\xee\x5f\x62\x6c\x54\x66\xd1\xb7\ \x45\x4a\x47\xc3\x9c\x32\x64\x94\x3c\xbe\xfb\x41\xc1\xe9\xd7\x3e\ \xff\xca\xee\x70\xb0\x9c\x8d\xed\xb1\x3e\x3d\x79\x10\x11\x0e\x46\ \x3b\x57\x0e\x6f\x4f\xb2\xea\xc1\xc7\xf7\x8f\xcf\x4e\x2f\x3d\x73\ \xfd\xd2\xee\xf4\xa3\x0f\xdf\xdc\xdd\x29\x6c\x38\x5c\x75\x06\xb9\ \x80\x8d\x67\x32\xdd\x34\x35\x93\x94\x4b\x7a\xf5\xd2\xb4\xca\xcb\ \x77\xdf\x7f\xd8\x59\x48\x53\x85\x00\x5d\xdb\xcf\x4f\xcf\x85\x94\ \x55\x5e\x72\xc6\x44\x22\x9d\xd5\x9c\x32\x02\x9e\x46\x2f\x29\x03\ \xe7\x42\xf4\xc0\xa8\x54\x12\x83\x77\xce\x24\x4a\x44\x6f\xbb\x8d\ \x4d\x48\x00\xd7\x03\x11\x69\x92\x73\xee\x9d\x33\x2a\x63\x9e\x13\ \xdd\x75\x94\xc2\xdb\x6f\xbc\x11\x23\x12\x80\xc5\xa6\xa6\x88\x1e\ \xa1\xee\xcd\x56\xaf\x01\x80\x12\x00\x4a\xa3\xd5\x07\xd7\xae\x5e\ \xbf\x79\xf3\xbd\xf7\x3f\x48\x3b\x1b\x9f\x76\x53\xa8\xee\xfa\xbb\ \x1f\x7e\x34\x9d\x4c\xd1\x87\x4c\xa6\xf9\x68\x22\x08\x73\xbd\x76\ \xbd\x21\x21\xee\x0c\x27\x32\x8d\xd4\xf7\xd3\x6a\x4a\xf2\x5c\x21\ \xee\x4c\x76\x38\x97\xeb\xf5\x06\x23\x51\x3c\xb5\xda\xf5\xb6\xcf\ \xb3\x62\x38\x1c\x3b\x1b\xbc\x35\x4a\xc0\xa0\x48\x29\x25\x40\x42\ \x35\x18\x5d\xd9\x3b\x60\x48\xf6\x77\xa7\x84\x42\xaf\x75\x51\x64\ \x83\xd1\x70\x3c\x1c\x45\xe7\x45\x22\x4d\xaf\xf7\x0e\x0f\xa4\x52\ \x88\x1e\x42\x64\x1c\x59\x00\x04\x2c\xca\xbc\xeb\x88\x31\x46\x28\ \x55\x0d\xab\x72\x34\xf4\xde\x2b\xdb\xf5\xad\xde\xe6\xc1\xa2\x8f\ \x04\x41\x30\x21\x84\xda\x56\xa2\xe1\xb6\x91\x4c\xf0\x31\x22\x63\ \x9c\x51\xb6\x5d\x03\x18\x78\x82\xde\xf4\xcd\xd6\x5b\x8f\x21\x20\ \x89\xd1\x1b\x4e\xe5\xa0\xca\x2d\xea\xde\xea\x5c\xaa\xe0\x43\xd3\ \x74\x14\x68\xdf\xb4\xde\xc7\x10\x22\x21\x1a\x11\x09\x03\x00\x22\ \xa4\xd8\xee\x92\x88\x31\xf0\x44\x79\x6b\xd7\x4d\x13\x23\xc6\x1f\ \x57\x1e\x1d\x10\xa5\xc3\xbd\xc1\x38\xcf\xf3\xf1\x78\x0c\x01\x28\ \x32\x0d\x5c\x65\xa5\x1c\x4c\x8a\xa2\x98\xe4\x65\x9e\x27\xcc\x43\ \x8c\x50\x08\xd9\x34\x5d\x42\x98\xc8\x8a\x2d\x7d\x93\x26\xc9\xd5\ \x9d\x71\x08\xb0\xa8\xfb\xd6\x9b\x34\x91\x52\x72\xce\xc8\x28\x2b\ \xaf\x1e\xee\x28\x46\xd6\x4d\x3d\x9d\x0e\x63\x30\x8c\xb1\xf1\x64\ \x92\x26\x29\x63\xcc\x18\x3d\x1e\x0f\xf2\x3c\x1f\x8e\x06\xe0\xa2\ \xf3\xbe\x87\xa0\x14\x37\x5e\x6b\xdb\x31\x06\x11\x91\x53\x32\x98\ \x8c\x77\xa6\x63\x49\x82\x0f\x4c\x65\x92\x12\x4e\x08\x4a\x29\x8a\ \x32\x07\x42\x92\x4c\x45\xf0\x9c\x66\x82\x0a\x0f\x9e\x44\xa4\x48\ \x08\xc2\xb6\x6c\x3c\x44\xa7\x94\xe0\x84\x74\x9b\x35\x03\x8c\xce\ \x04\xeb\x92\x3c\x13\x94\x08\x8a\x55\x96\x56\x55\x65\x8c\xe9\x6d\ \x2f\x95\x42\x84\xcd\x7a\x13\x42\x20\x04\xfa\xbe\x27\x40\x76\x77\ \x76\xf2\x22\xef\xba\xbe\xef\xcc\xe1\xe1\xe1\x76\x67\xe9\x6c\x36\ \x6b\x9a\x66\x5b\xda\xbf\x2d\x81\xf7\xde\x3d\x5d\x0f\x1e\x4f\xf0\ \x96\xe6\x5f\x5d\xa9\xd1\xe1\xe7\x5f\x7c\xee\x85\x2c\x66\xdd\xe3\ \xe6\xb2\x1f\x3f\x88\x9b\xfc\xd2\xc1\x70\x58\x5d\x56\x7b\xcf\x5e\ \xdd\x7b\x7c\x34\xbb\xfd\x5a\x31\x1c\xec\xd8\x2e\xd0\x28\x4a\x4c\ \x76\xca\xdd\xbe\xa9\x4b\x94\x5f\x7b\xf1\x56\xc9\xc2\xa3\xf9\x6a\ \xa9\xdb\x82\x62\x3e\x1e\x34\x9b\xcd\xfe\xc1\xfe\x17\x6e\x3d\x73\ \x38\xac\x36\xb3\xd9\x0b\x3b\xbb\xca\xd9\xf3\x7a\x3d\x18\x8f\x0f\ \x76\xf7\xc6\x49\x49\x5c\x1c\x0c\x12\xaa\x76\x0f\xaf\xec\x0e\xab\ \xb4\x67\x4d\xe7\x4c\x31\x56\x9a\xdb\xf3\xf5\x2a\x08\xdf\x99\x96\ \xe5\x54\x2a\x7e\xf3\xe6\xcd\xf1\xd8\x6f\x56\x6b\xb5\x9b\x52\xb4\ \x5d\xd4\xa9\x60\x93\xd1\x44\x6b\xef\x63\x60\x1e\x33\x2e\x1c\x12\ \x02\x81\xc4\x80\xc1\x0a\x82\x31\x06\x67\xfb\x24\x4b\x3b\xad\x07\ \x65\xa5\xf5\xa6\xde\xd4\x94\x80\xa0\xdb\x94\x1d\x1b\xa4\x90\xc8\ \x70\x7d\x3f\x65\x54\x2d\x57\xab\x6c\x38\xea\x8d\xeb\xea\x8d\xf7\ \x9a\x22\xf4\xda\x85\x00\x3b\xd3\xe9\xe5\x83\x7d\xe7\xdc\xd9\xe9\ \xc9\x95\x2b\x97\x77\x76\xf6\xb4\x77\xf3\xe5\xf2\xed\x77\xdf\x85\ \x00\x4d\xd3\xdc\x7f\xf0\xc8\xf9\x08\xbe\xc5\xa7\xcb\x67\x11\x00\ \xc4\x58\xf7\x96\x6c\xaa\x41\x75\xed\xf2\x41\x96\xa5\x21\x44\xe7\ \x2c\xa3\x42\x65\x55\x8c\x30\x99\x88\xc9\x24\xa7\x91\xf9\xe8\x31\ \xc9\x58\x6f\x81\xc2\x40\xe4\x95\xe2\xcb\xba\xd6\x5d\x37\x2a\x8b\ \xc3\xc3\x43\x63\x2c\x89\xc0\x20\x86\xe8\x53\xc5\xbd\xd3\x07\x07\ \x7b\xfb\x87\x07\xd4\x45\xdd\x74\x59\xa2\x86\x83\x42\xa6\xa2\x1a\ \x0d\x93\x2c\xf5\x31\x58\xb4\x49\x95\xd1\x94\x07\xe9\x20\xe5\x6d\ \xdd\x22\x12\x59\x8a\x28\x30\x6a\x2b\x79\x42\x13\x25\x8d\x29\x46\ \x55\x36\x2d\x9d\x75\x56\x7b\x3e\x48\x01\x63\x10\x04\x24\x4f\x87\ \xd5\x10\x18\x25\x9c\x51\x86\x1e\x29\x52\x1a\xc1\xbb\xc0\x09\x4d\ \x85\x72\x5a\x7b\x6b\x19\x63\x82\x31\x12\x83\x37\x7d\x95\xa5\x08\ \xb8\x5e\xad\xb3\x34\x3b\xd8\xdf\x33\xd6\x2a\x29\xcb\xaa\x0c\xa8\ \xea\x96\x0a\x21\x81\xd0\xa0\x9d\xb1\x5e\x4a\x41\x69\xb4\xc6\xef\ \x1d\x1c\x5c\xbe\x7c\xb9\x36\xcd\xd1\xd1\x51\x9a\xa4\x2f\xbe\xf8\ \x22\x22\x2e\x16\xf3\xb3\xb3\xf3\xf3\xb3\xd3\x40\xd0\xe8\xd6\x38\ \x4b\x7e\x2c\x79\x74\x0c\x51\x85\x70\xe5\xf0\xb0\xc8\x8b\xe0\x83\ \xd6\x5a\x12\x4a\x92\xcc\x39\x37\xdd\xd9\xd9\xd9\xdd\x93\x02\xea\ \x7a\x9d\x12\x66\xbc\xab\xcf\xe6\x55\x35\x20\x42\xf5\x5d\xcb\xc0\ \xa6\x59\xbe\xbf\xbf\xcb\x6d\xed\xbc\x63\x24\x2a\xc9\x2d\x12\xdd\ \x98\xc1\x68\x70\xed\xca\xe5\x8c\x45\x53\xaf\x58\x08\x89\x50\x93\ \xd1\x18\x10\x47\x65\x45\x09\xf5\xce\xb1\x00\x85\x4c\x4d\xab\xd7\ \x61\x51\xa4\x99\xa0\x54\x5b\x9b\x0b\xe1\x95\x1c\x0e\xca\xe9\xfe\ \x6e\x6d\xba\xa6\x6d\x8b\xaa\x2a\xa4\x08\x5d\x4d\x03\xc4\xf1\x68\ \xbd\x31\xbd\xee\xb3\x4c\x0d\x06\x03\x91\x24\x88\xa8\xad\xce\x78\ \xca\x29\x17\x94\x85\xe0\x18\x61\x9c\x72\x1f\x51\x30\x46\x09\x52\ \x24\xd1\xfb\xd1\x60\x70\xf9\xf0\xf0\xfc\xfc\xdc\x7b\xbf\xb7\xb7\ \x97\xa4\x49\xdf\xf5\x59\x96\x32\xca\x04\x25\xc0\x49\x04\xc8\x8b\ \xdc\x87\xa0\xfb\x7e\xdb\x0f\xe9\xda\xb5\x6b\x5f\xfa\xd2\x6b\xcb\ \xe5\xfa\xd1\xa3\x87\xcb\xc5\xa6\x2c\xcb\xcf\x7d\xee\x73\x89\x52\ \x0f\x1e\x3e\x7c\xf8\xe0\xc1\xe3\xa3\xc7\x4d\xdd\xf0\x4f\x1a\x83\ \x3c\x75\xfd\x9a\x43\x77\xeb\x85\xdb\x2f\xbd\xf0\x39\xc9\xe4\xf9\ \xd1\x99\x14\x32\x91\x6a\x32\x18\x15\x79\xf2\xea\xab\x9f\x9f\x8c\ \xab\x4d\xfd\x7e\x9e\xc6\x7a\xa3\x8f\x8e\xef\xaa\x6c\x38\xde\x19\ \x93\x84\xda\xb9\x16\x42\xbe\xf0\xdc\xed\x89\x02\x7f\x7e\x5c\x50\ \x98\x64\xa9\x77\xb1\xb3\x76\x28\xe4\xd7\x5f\x7c\x79\x3f\x53\x7e\ \x39\xdf\x03\x9a\x80\x92\xc5\x64\x44\xc4\x64\x67\x37\x4f\x72\x8e\ \x64\xb1\x58\x96\x82\x07\x50\x8f\x4f\x8e\xac\xcd\xa6\x09\x6a\x6b\ \x15\x83\x44\xf1\xbc\x4c\x9e\x7b\xf6\x26\x4a\x76\xe7\xde\xc7\xd3\ \xc9\x64\x32\x1a\x39\xff\xc0\x19\x97\xee\x17\x05\xc4\xde\xfa\xda\ \xf4\x5c\x65\xfb\x7b\x7b\xc1\xba\x7a\xbd\x81\xac\x22\x84\x52\x20\ \x88\x21\x58\xcb\x08\x21\x21\x14\x69\x11\x10\x05\xe5\x9c\xaa\x10\ \xfa\xd7\xbe\xfa\xac\xd5\xfe\xe3\x0f\xef\x3f\x7b\x63\xff\xf6\x33\ \xd7\xfa\x7a\xc5\x89\x1f\x94\x09\x44\xad\x18\xef\xd1\x21\x8b\x07\ \xe3\xea\x64\x51\xf3\x22\x2d\xaa\x41\x08\xe4\xbf\xfb\xdf\xf9\x77\ \xa6\xa3\xe9\x07\x77\x3e\xfa\x9d\xef\xfc\xd6\xde\xde\xee\xcf\xff\ \xc2\xcf\xdf\xb8\x79\xeb\xe3\x7b\xf7\xdf\x7c\xe7\xdd\x5f\xf9\xc7\ \xff\xe4\xde\xdd\x7b\x99\xf3\x31\xc6\xde\xb9\xa7\xdb\x17\x8a\x00\ \x8c\x90\x2c\x92\x50\x77\x1e\x58\x36\xde\xc9\x90\x19\xe7\x99\x27\ \x3c\xb2\xd6\x18\x4a\xd8\x5e\x56\x0c\x18\x6f\xba\x4e\x22\x27\x54\ \xb4\xad\x89\xe8\xcb\xe1\x34\x22\xef\x83\xde\x19\x1f\x1c\xec\x12\ \x40\xe8\x9d\x67\x18\xcb\x2c\xd1\x14\xac\xd5\x52\xca\x61\x51\x72\ \x0c\xba\x6e\xb1\x75\x4a\xd0\x9c\xcb\x6d\xf7\x7c\x29\x84\x8f\xc1\ \x79\xcf\x25\x38\xef\x16\xcd\xd9\x58\x8e\x93\x81\xa2\x84\x33\xcd\ \xcc\xc2\x67\x59\x39\xdd\xd9\x13\x22\xa9\xeb\xc6\xb1\xa8\x46\xa9\ \x12\xb2\xa9\x6b\x98\x49\x03\x74\xdd\xf4\x60\x74\xc2\xf3\x6c\x58\ \x11\x64\xde\x1a\x08\xc8\x09\xb1\x08\x10\x11\x00\x82\x8f\x69\x92\ \x96\xe5\x6e\xf0\xa1\x6f\x6b\x4a\x4c\x59\x14\x97\x2f\x5d\xd2\xbd\ \x9e\x65\xe7\x7b\x7b\xfb\xdb\x06\x83\x11\x23\x67\xdc\x47\x8c\x89\ \x72\x2e\xc4\x18\xb3\x24\x81\xa8\xad\x0b\x42\xf0\xb2\x1c\xbd\xf4\ \xf2\xcb\x79\x5e\x3e\x38\xbd\xbf\x7f\xe9\xd2\x6a\xb9\x9c\x2d\x17\ \x5f\xf8\xc2\xe7\x2f\x5f\xbb\xb2\x5c\x2c\x8e\x8f\x4f\xde\x79\xe7\ \x1d\x08\x81\x31\xf6\x63\xd8\x17\x4a\x08\x81\x88\xb8\xf1\x61\xe3\ \x03\x8d\xc0\x09\xe3\xdc\x59\xcd\x31\x64\x92\xef\xa5\x6a\x18\x7d\ \xbf\xb1\x65\x14\x09\x25\x1b\xef\xac\x0f\xae\xde\x14\xc3\x92\x14\ \x82\xa5\x55\x5e\xe6\x34\xe3\x68\x08\x8d\x24\x17\x8a\x61\x5c\x36\ \x75\x21\xc9\x60\x90\x41\xc2\x16\xd6\xb4\x3c\x52\x4e\x19\xb0\x84\ \xa7\x7d\xdf\xd7\xd8\x17\xc3\xca\x13\x88\xc8\xa2\x26\xa1\x83\x0e\ \x63\x48\x7c\x39\x1e\x71\x5a\x34\x5d\x6f\x56\x24\x3a\x58\x1b\xcd\ \x22\x67\x90\x90\x98\xf8\x32\x6b\xaf\x09\x68\x02\x3e\x5c\xad\x57\ \x6b\xbf\xe8\x2a\xe3\xca\x6c\x90\x0b\x26\x28\xed\x9a\x8d\xf1\xda\ \x73\xd0\xda\x50\x12\x9c\xef\xca\x52\xed\xef\x5f\x1a\x8e\x06\xc7\ \x27\xc7\xa7\xa7\x67\x4a\xc9\x9b\xd7\x0f\x94\x54\x79\x4a\x22\xc2\ \x68\x34\xea\x7b\x4d\x80\x13\xf0\x11\x03\x13\x50\x44\xa2\x7b\x43\ \x63\x1c\xe7\x65\xcf\x54\x6f\x5d\x36\x19\x0e\xc7\xd3\xe3\xd3\xd3\ \xc5\x62\x21\x94\xc8\x32\xf5\xf0\xe1\x03\x42\xd9\xb3\x2f\x3c\x7f\ \xf9\xc6\x33\xc5\x70\x5c\x4e\xa6\xaf\x7f\xef\xfb\xed\x66\x05\x40\ \x28\x79\xca\x5d\xd1\x8c\xd1\xc7\x0f\xcf\xee\xdf\x7b\x30\xdd\xbf\ \x5a\x8c\x8a\x36\x47\x2e\x70\xd1\xaf\xfc\xd8\x4c\xae\x4c\xab\x43\ \xba\x69\x8e\xad\x52\xad\xd3\x1d\x27\x9a\xfa\x66\x39\xcb\xd2\x74\ \xac\x58\x32\x1e\x24\xf9\xee\xe1\xe1\xd4\x3c\x7e\xec\x4d\xe4\x48\ \x2b\xc1\x9d\x20\xca\xf9\x34\x93\xa5\x8a\x06\xdb\x35\x69\xd7\xdd\ \x92\x64\x89\xe6\x3e\x88\x30\xe3\x9b\x7a\xc0\x6b\x08\x7e\x9a\x21\ \xaa\x7e\xb5\xc1\xc6\x3c\xa6\xf5\xf9\xfe\x10\x87\xe5\xdc\xf6\xba\ \x15\xdd\xc3\x58\xba\x7e\x37\x0c\x5f\xde\x7b\x71\x13\xdd\xa6\xa3\ \xeb\xaf\xdc\xe8\xe8\xd5\xd5\x3b\xa7\xf3\xfe\xac\xfe\xe0\xac\x3a\ \x87\x2b\xe3\x67\x38\x88\xc9\x70\x90\xb1\xd0\xd4\x27\x74\x30\xa4\ \xdc\x5a\xdd\x92\xd0\xf1\xd0\x3d\x77\x7d\xef\xa5\x17\x9f\x6f\x4d\ \xfd\xfb\x7f\xf0\x3e\xfa\xf9\x4b\xb7\xaf\xdd\x7e\xe6\xea\x6a\xb5\ \xbe\x32\xe6\x7b\xbb\x3b\x92\x33\xb4\x08\x3e\x38\xd3\x29\xc1\xcb\ \xb4\xd8\xcc\x8d\x95\x8c\x8c\xca\xcb\x79\xb5\x39\x5e\x92\x08\xd3\ \x1b\x57\x5a\x34\x1f\xbf\xf9\x07\xd8\x9a\x67\x76\xf7\x1f\x3e\xb8\ \xf7\xf7\xfe\xf6\x2f\xfe\xe5\xbf\xfa\xd7\x5f\xf8\xfc\xab\xd9\x70\ \xe7\xfa\xb3\x2f\xfe\xe2\xff\xf5\x6f\xbf\xf9\xfb\xbf\x23\x93\x74\ \x98\xe7\x4f\xbd\x3f\x0b\x23\x50\xc7\x53\x95\xf6\x9b\xee\xee\x47\ \x77\x27\xd3\xd1\x70\x34\x10\x8a\xba\x68\x55\x46\x76\x77\x27\xa3\ \x32\x41\xdd\x88\x18\x09\x04\x8f\x21\x93\x54\x3b\xb7\xdc\x1c\x67\ \xa3\xf1\xee\xf5\x11\x57\xbc\x89\xeb\xb6\xee\x54\xae\xa2\x43\x90\ \x2c\x2d\x4b\xd7\x82\x2c\xf2\xb6\x60\x21\xa1\xe1\x6a\xa5\xa3\x65\ \x84\x3a\x9d\x84\xbe\x6b\x8d\xf1\xb9\x1f\x0c\x07\x95\x1c\x19\x6f\ \x51\xf7\xfd\x4a\xde\xad\xeb\xdd\x32\x9f\x4c\x26\x59\xa4\xfa\x74\ \xbe\x39\x5f\x3f\x9e\x9d\x4a\x14\xbe\xb5\x7c\x98\xda\x8a\x92\x4c\ \xca\x51\x09\xde\xac\xce\x4e\x56\xf5\xd9\x72\xbd\x2e\xcb\xe9\x68\ \xb4\xcb\x08\xe1\x48\x7c\xf4\x4c\x32\x6d\x5c\xe4\xae\x6f\x9b\x2a\ \x4f\x6e\xde\xbc\x39\xdd\x9d\x9e\xce\xcf\x3e\x7a\xff\xdd\x21\x4f\ \xf6\xf7\x86\x79\x59\x34\x2d\x63\x32\x0c\x87\x79\xd7\x75\x40\x1c\ \x84\x08\x34\x26\xd1\x73\xc2\x3a\x82\x8e\x91\xe1\x68\x54\x8e\x49\ \x6f\xbd\xd1\x26\xcf\xf2\xb6\x59\x9e\x1e\x3d\x60\x84\xcb\x88\x29\ \x13\x27\x0f\x8f\xbe\xef\xe3\xb3\xcf\x3f\x37\x18\x4d\x84\x4c\x9d\ \xc7\x37\x7f\xff\xf7\xad\x36\x3f\x86\xba\x41\x04\xa4\x94\x81\x13\ \x0f\x1e\x9c\xa8\xcd\x66\x74\x30\xad\x26\x05\x0f\x94\x79\x36\x54\ \xb2\x1a\x2a\x34\x35\xa7\xd2\x7b\x1a\x43\x94\x92\x51\x89\xad\xeb\ \xce\x9a\x6e\xf7\xea\x61\x3e\x18\xa3\x62\x1b\xad\x13\x52\xd0\x88\ \x0c\x51\x19\x3b\x1a\xd2\xce\x59\x3f\x24\xa7\xb2\x97\xfb\x83\x64\ \x78\x39\x58\x13\x37\x35\x68\xed\x96\xe4\x78\xb5\x48\x58\xd8\xbb\ \x75\x35\x19\x95\xbe\x6f\x61\xb1\x3c\x7b\xf8\x68\x7d\x7e\x3e\x1d\ \xe3\xee\x33\xd7\x03\x96\xf6\x01\x99\x7d\x78\xd4\xac\xfa\xdc\xcb\ \xbe\xf7\x18\x8a\xb9\x6c\x4e\xcb\x55\xe9\x38\x06\xdb\xd5\x8d\x5f\ \x58\x3d\x6b\x74\xb1\x9e\x8e\x87\xce\xd9\x8c\xd2\xb8\x33\xf2\x9c\ \xb6\xeb\x36\xac\x57\x63\x82\x2f\x5f\xbb\x7d\xf5\xfa\x95\xc0\x19\ \xd7\xad\x62\x74\xbc\x3b\xae\xd2\xd8\x34\x4d\x96\x32\x1b\x82\x36\ \x35\xe3\x5c\x48\x6a\xac\x05\x42\x09\xa3\x92\xe2\xa0\xc8\xa9\x4a\ \x08\xcf\x2c\x92\xc5\xa6\x41\x00\xa3\x5d\x5d\x9f\x49\x41\x83\x73\ \x69\x2a\x02\xe6\x0f\x8e\x1f\x2f\xfa\xee\x85\x17\x5f\x4a\xd3\x7c\ \x7a\x70\xe9\xf6\xf3\xfa\xc3\x77\xdf\x6a\x36\xab\x24\x79\xda\xbe\ \x5f\x10\xf6\xf2\xab\xbf\xfe\xbd\xdf\x6a\xce\xff\xc9\x97\x7f\xe2\ \xd5\xcb\x37\xf6\x28\xf4\x32\xcf\xf7\x76\xc7\x5f\xb8\x7e\x55\x75\ \xbd\xed\xec\xbc\x21\x99\x65\x12\x72\x9d\xa3\x66\x6e\x79\xff\xa3\ \xc3\xcb\xfb\x37\x5e\xbc\xda\x49\x7f\xd2\x1f\x6d\x72\x03\xf9\xd0\ \x11\xdf\x05\x1e\xbc\x60\x2e\xb7\x04\x5f\x9f\x2c\x4c\xc6\xc2\xe7\ \x47\x5a\x8e\x99\x6e\xc2\xba\xd3\x73\x38\x3d\x9b\xcd\x71\xb6\xf3\ \xa5\x97\xe4\xa5\xa9\xe9\x1a\x7e\x4e\xf1\xe3\xe3\x8f\x3f\x3c\x5a\ \x6d\xfa\xfd\x97\x9f\xc5\x83\x9d\xf5\xa3\x33\xa6\x89\xf9\xbd\xfb\ \x39\x92\xe3\x7b\xe7\xe4\xca\x6e\x7a\xfb\xf2\xeb\xa7\x47\x2c\xc1\ \xd4\x39\xdf\xf6\xfd\xc9\xc2\x75\xde\x9d\xb1\xd1\x74\x77\xde\x9d\ \x80\x5c\x94\x93\x74\xf7\x70\xff\xe3\xf9\x99\xe8\xd6\x7c\xbd\xfa\ \xe2\xe1\xfe\xcf\xff\x99\x3f\x25\x0b\x71\xd6\x9e\xbb\xd5\x83\xf1\ \x95\xc3\xc3\xe1\x94\x98\xc6\xc5\x1e\x73\x8e\xa6\x0e\x51\xa5\xa9\ \x72\x9a\x22\x42\x08\x8c\x12\x35\xc9\x2b\x71\x79\x5a\x13\xdc\xcd\ \x87\x70\xd6\xad\x16\x2b\x93\xca\x37\xde\xfc\x83\x94\x8a\xb1\xe1\ \x39\x27\xf2\xda\xde\xfb\xf7\x8e\xfe\xde\xdf\xfb\xbb\xdf\x5a\xd6\ \x2f\x7e\xfe\x8b\xa3\xe1\xf4\x2f\xfd\xfc\x2f\x80\x6e\x1f\x7d\xf4\ \xe1\x24\x53\xf4\x29\x71\x07\x09\x65\x54\xa6\x81\x50\x90\x62\xd6\ \xac\x17\x6e\xb3\x47\xa6\x57\xaf\x5f\x3a\xb8\x71\x89\x2b\xc6\x14\ \x35\x3a\x10\x9e\x42\xca\x83\x0f\x3c\xdb\x3a\xce\xc1\xf4\xad\xc9\ \xbb\x64\x27\xb3\x2c\x90\xf1\x24\xe7\xfb\x92\x08\xd3\x75\xd4\x05\ \xad\x8d\x59\xc1\x2a\x86\x47\xb0\x1e\x17\x62\x74\xeb\x20\x96\x10\ \x6a\xab\x57\x5d\xbf\x80\xf9\x49\xf3\xfe\xe9\x47\x37\xaa\x1b\xd7\ \xaf\x5e\xf7\x20\xeb\xb5\xed\x5d\xf1\xf8\xf4\xfc\xf4\xe4\xf1\x0b\ \xa3\x62\x50\x94\x3c\x94\xcd\xe9\x59\x37\x5f\xdf\xdc\xb9\x4e\x8c\ \xe9\x8f\x96\x43\x49\xdb\xe3\x8d\xb5\x86\x03\x90\x93\x85\x58\x77\ \x9c\x04\x0c\x6b\x17\xa9\x8b\x74\x98\x66\x87\x97\x0e\xb2\x51\xf1\ \xc6\x5b\xe7\x4d\x37\xdf\x51\xf2\x8b\xcf\x5d\xdd\xdb\x19\x2f\xbb\ \xc5\x50\xf6\x2f\xdc\xda\x1b\x24\x05\x10\xb2\xee\xd6\x81\x81\xaa\ \xd4\xc6\x6c\xb8\xe4\x0c\x28\x62\xf0\x5e\x17\x42\x32\xce\x54\x9a\ \x46\x99\x46\x21\x23\x13\x2e\xc6\xbe\xd9\x44\x67\xeb\xd5\x29\x09\ \xa8\xa0\xe4\x04\x58\x92\x01\x90\xb3\xf3\x73\x13\xfc\xed\x67\x9f\ \x57\x52\x5e\xbd\x7a\xe3\xfc\x6c\xc1\x85\xfa\xf1\xf4\xc1\x88\x80\ \x5d\xe2\x23\xc1\x55\x3b\x6f\x97\xf6\xf2\xe8\xf2\xf5\x9b\x57\xd3\ \x5c\x06\x67\x6b\x1a\x4d\x8f\x14\x24\x46\x1e\x83\x80\x98\x52\xc4\ \x34\x86\xc6\xf4\x73\xd0\x54\x07\x82\x7c\x67\x7f\xb7\x1d\x0b\xc0\ \x18\x7a\xe3\x9a\xde\x76\xba\x6f\xdb\x55\x33\x77\xf5\xec\xda\xde\ \x33\x07\x93\x11\x12\xd9\x96\xac\x5f\xad\x57\xa1\x3b\xad\xbd\x5b\ \xce\xb1\x99\xec\x95\x25\x12\x15\x3c\x03\x48\xf8\x6a\x39\x18\x8b\ \x61\xcb\xeb\xae\x57\x1b\x8f\xf3\x4e\x42\x76\x30\x19\x9f\xf9\xb9\ \x6b\x37\xd1\x99\xe2\xe1\xd9\x24\x99\xf8\xa5\x3b\x3d\xeb\x24\x4a\ \x94\x32\x2d\x4b\xaf\x38\x4d\x58\xb5\xbb\x73\xfd\xf6\xf5\x7a\xbd\ \xfa\xe0\xe4\x3e\x43\xf9\xca\xad\x9b\x37\xaf\x5c\xee\x75\xbf\x69\ \xea\xc3\x61\x39\x19\x95\x26\x7a\xef\x50\x30\xc5\xd3\xd4\x35\x8d\ \xf7\xc8\x38\x32\x26\xa4\xa4\x84\xd2\x3c\x2b\x5c\x66\x11\x80\x8b\ \x2c\x04\x10\x91\xee\x4d\xa7\x7d\xdf\x6f\x36\xeb\x84\x53\x74\x9e\ \x00\x86\x84\xe7\xaa\xe0\x36\x76\x5a\x3f\x78\xf4\xe0\xe6\x8d\x67\ \x62\x74\x57\xae\x1c\xd6\xeb\xf9\x9d\x7a\xcd\x19\x79\xba\xba\x41\ \x0a\x64\x11\x2c\xdd\xdb\x59\x12\xf2\xf7\x7f\xe3\x37\x5f\xae\x5f\ \xfc\xb9\xbf\xf0\x53\x9f\xff\xa9\x6f\x48\xea\x6b\xd7\x9d\x6d\x96\ \x64\x98\x65\x7a\x1d\x80\x75\x9e\x1b\x8c\xc6\x99\xae\xc7\x37\x59\ \xfb\x7d\xf1\xd1\x4a\x84\xf4\xfa\xe8\xd2\xc1\xed\x60\xc3\xb2\xdb\ \x2c\xda\xcd\xaa\x5e\x2f\x57\xed\x62\x35\xef\xf5\x71\x3e\xd9\xb9\ \x7c\xfb\x05\x5a\x65\xb4\xe1\x70\xce\x23\x0f\x8b\x35\xde\xbf\xff\ \xb8\x2d\xd4\xd5\x3c\x4d\x47\x83\x5a\xbb\xb3\x91\x58\x58\x7f\x70\ \xdf\x5f\xb9\x4e\x45\xe4\xc7\x0f\x22\x6c\xe4\xea\x6c\x3d\x7c\x65\ \x47\xe4\x83\xb7\x8e\xee\xd2\xae\xbc\xf9\xcb\x1f\x30\xdb\x5c\xd9\ \x3d\xf8\xcd\x37\xce\xf2\x1e\x2c\xed\xfb\xa4\x9e\x1e\xee\x2c\x37\ \xf3\x2b\x07\xf9\x4f\xbc\xf6\xf2\x41\x3e\xa9\x36\x27\x77\x97\xc7\ \xcf\xdd\xbe\xf2\xdf\xf8\xb9\x3f\xab\x18\x9c\x2e\x8e\x09\x98\xaf\ \xbe\xfc\x6c\x1d\x0c\x06\xa2\x3d\x80\x48\x38\x52\x6d\x8c\x03\x4f\ \x80\x02\x13\x14\x68\x55\x56\x45\x59\xcd\x1b\x9d\xaa\xfc\x5a\x5a\ \xd6\xda\xc7\xdd\xe9\x68\x50\xad\xce\x17\xb9\x75\xe8\x7b\x87\xb1\ \x2d\x80\x56\xea\x52\x79\xdd\x47\xfe\xeb\xbf\xf9\xcb\x93\xbd\x9d\ \x61\x59\xed\xef\x8c\xbf\xfa\xe5\x2f\x2d\x8f\x1f\x0d\x86\x83\xa7\ \xdd\x9f\x45\x80\x02\x19\x11\x96\x2a\xce\x80\x13\x45\x14\xeb\x05\ \x9c\x86\x36\xcd\x77\x02\x09\xde\x99\x7c\x92\x51\x91\x30\xc4\xe8\ \x82\xb7\x2e\xba\x10\x9c\xc7\x96\xd6\x5d\x57\x1f\x9f\x78\x8a\x5d\ \x35\x38\xdc\xbd\x94\x27\x02\x7c\xd9\x37\xbd\xae\xbd\x93\x4a\x6f\ \xea\xae\xed\xc3\x3a\x24\x0b\xb5\x23\x76\x04\xcd\x1b\x08\x2b\xcb\ \x6c\x90\xc6\xb2\xf6\x68\xd5\xe7\xeb\x6c\x58\x66\x9d\x50\xeb\x5e\ \x37\xf4\xf9\x1b\x2f\x3c\x7f\xe5\xc5\xb3\xd9\xd9\xc3\xd9\x8c\x6b\ \x2c\x93\x62\x50\x0d\x6a\x43\xbb\xd9\xe9\xec\xfd\x7b\x0c\xc8\x2b\ \xcf\xbd\x20\x09\x35\xf1\xf1\xc3\x7a\xc5\x18\x0e\xd2\x64\x92\x0f\ \x93\xac\x3c\xbc\x3a\x9a\xec\x0e\x5c\xf0\x57\xf6\x07\xae\x64\xb7\ \xf6\xf6\xf7\x47\x43\x63\x9b\x54\x80\xe7\xd2\x07\x67\xb4\x07\x46\ \x05\xcf\x10\x82\x37\x26\x78\x4c\x95\xe2\x82\x3b\x66\x20\x44\x59\ \x64\x91\x20\xb1\x9e\x12\xc1\xa8\x8c\x11\x18\xd2\x24\x2d\x0d\x36\ \x3e\x12\xc2\x70\x63\x35\x21\x54\xa4\x49\x91\x95\x09\xa2\xb1\xbe\ \x6e\xd6\x90\x17\xe8\x71\x3a\x1e\x0e\x06\xd5\xf6\xd4\x9d\x7f\xb9\ \x38\x0b\x81\x70\xca\xaf\x94\x49\x22\x99\xe0\x4c\xb2\x96\xe8\x47\ \xed\x19\x0d\xcc\x80\x2b\x27\x43\x3e\x4a\x19\x61\xe8\x21\x58\xea\ \xb4\xf3\xda\x42\x8c\x9a\xb8\xbe\xd7\xe0\x29\x33\x82\x4d\xca\x7a\ \x57\x0a\xae\x42\x1d\x5c\x42\x7c\x8d\x4d\xd0\xda\x7b\x67\xed\xf1\ \xfc\x91\xaa\xf8\x60\xb4\xcb\x99\xe0\xc8\x12\x10\x05\x24\x75\xdd\ \x74\x77\xe7\x80\x65\xc1\x55\x98\xa1\x3d\xc7\xdd\xe4\xe0\xab\xd7\ \x5f\x1d\x1d\xec\xff\xe0\xad\xb7\x66\xc7\xed\x9e\x1c\x92\xda\x6c\ \xce\xe7\xfd\x72\x39\x6f\x6a\x91\xd1\x67\x6f\x5f\xfe\xf2\xcb\x5f\ \xde\xcc\x5b\x34\xf4\xf5\xf7\x3e\x32\xb1\xcf\x72\x3a\xbe\x34\xbd\ \x76\xe5\x70\x32\x1a\x54\x5d\x2d\x98\xbe\x76\x6b\x27\x88\xa9\x3f\ \xa8\xde\x83\x4d\x60\x16\x88\x13\x26\x2a\x03\xbe\xed\x5b\x21\xbd\ \x0f\x84\x91\x24\xc9\x22\x92\xe1\x70\xa8\xad\xb5\xce\x4b\x29\x19\ \xe5\x3d\x98\xda\xb4\x9d\x6e\x05\x8a\x94\x29\xc5\x48\x00\x92\x09\ \x11\x09\xb6\xa6\x8f\x14\x90\x51\x21\x45\x9a\x2a\x96\x29\x95\x0a\ \x4a\xc1\x59\xdd\xac\x96\x89\x60\xc3\x41\x49\xe9\xd3\xb5\xfd\x82\ \xe8\x31\xbf\xa9\xc6\x6d\x3e\x3d\xd8\xa1\x05\xef\x99\xfe\x87\xf6\ \xf7\x7e\xb7\xbb\x73\xd4\x9f\x63\xc1\xca\x67\x86\x49\x2a\x46\x9b\ \xba\x75\x76\x6d\xb4\x0d\xc4\x1a\xa7\x5b\xdd\xb5\x6d\x1f\x7d\xe7\ \x7d\xd6\x8d\x9e\x2f\x72\x99\xa6\xc6\xd0\xbe\x95\x7e\x9d\x0a\xa9\ \x2b\x92\xc3\xf9\xc2\xdc\x3b\xb6\x2a\xbb\x74\xfb\x99\x39\x05\x12\ \x41\x21\x1b\x42\xda\x58\xc9\xef\xd7\x34\x9b\x17\x97\x05\x6d\x63\ \x7b\x1e\x27\x4d\xf2\xaf\xdc\xfe\xc9\x6f\xbd\xf6\xa7\xdf\x3f\xfe\ \xe8\x97\xde\x7b\xbf\x7e\xdc\x5e\xdb\xbd\x76\xef\xec\xac\xdf\xe8\ \xd5\x6a\x7e\xf2\x3b\xc7\x97\x2a\xff\x6f\xfe\x5b\x7f\x11\xb8\x88\ \x2c\xf9\x7f\xff\xa3\xd7\x5d\xdf\xa9\x6c\xb9\x3f\xc1\x9f\xb8\x75\ \xfb\x5b\xaf\xdc\xcc\x58\x5c\xb6\xcb\xdb\x97\xab\x22\x7d\xf6\xd6\ \x0b\xb7\x1f\x0d\x6c\xbb\x59\x93\x51\x8c\x9d\xcf\x08\x77\xb3\x75\ \xcb\x68\xe7\xd0\x05\x60\x2a\xcb\x64\x9e\xe7\x79\x9e\x17\xeb\xf5\ \x46\x00\xcb\x93\x14\x05\xb3\x02\xc9\x69\x93\x2e\xc2\xb0\x1c\x6e\ \xb8\xb0\x24\x8e\xb9\x4a\x23\x2e\x42\xf3\x80\xac\x75\x9e\xec\x5e\ \x1e\xc5\xc6\xa5\x90\x5d\x19\x96\x89\x0a\xd1\xd4\x47\x77\xef\x48\ \x82\x87\x07\xbb\x79\x91\x3e\x65\x90\x15\xa2\xcc\xe5\x95\xd7\x6e\ \x32\xce\x5d\xf0\x01\x42\x80\x60\xa2\x3f\xd7\xad\x5d\x3c\x76\xc1\ \x09\x2e\xf2\xd1\x48\xe4\x29\xe7\xd2\xdb\x60\x3b\x17\x7b\x47\x20\ \x70\x05\xd6\x20\xe9\x3c\x91\xf4\x61\x7d\x2e\x7c\x15\x25\x57\x99\ \xb4\x40\x6d\x00\x12\x98\xd4\xd4\xd7\x81\x6c\xea\xfe\xe1\xa9\xf1\ \x34\x4d\x07\x59\x4f\x9c\x65\xce\x72\xed\x24\x5b\xfa\xf5\xc7\x73\ \x5b\x99\xa6\xab\xc7\xc7\xee\x5a\x1c\x0c\xd7\x20\xcf\xfa\xee\xde\ \xd9\xf1\xbb\x1f\x13\x64\xf5\xb2\xfe\xee\xc3\xdf\xe3\x28\x28\x47\ \x99\xc1\x97\xbe\xf8\xc5\x67\x5f\x7a\x71\xb9\x5c\xdd\x54\x78\xfa\ \x1d\x77\x7a\xbe\xd0\xa4\x9d\x4c\xf2\xcb\xb7\x9f\x1b\xe5\x6d\xb0\ \xeb\xe0\xdd\x95\xfd\x92\x76\x72\x37\xe1\x69\x30\x0c\x62\xa7\x5b\ \x0f\x26\x4b\x13\x17\x65\xc0\x40\x09\x89\x36\x48\x9e\x15\x93\xa1\ \x52\x09\x41\xe2\xa5\xa5\x40\xbd\xc4\xde\x19\x17\x10\x3c\x52\xef\ \x18\x70\x45\x69\x44\x8c\x54\x46\xe2\x6d\xf4\x0d\x77\x8c\xf3\x41\ \xc1\x39\x65\x4e\x6b\x41\x59\x9a\x72\xce\xf0\xfc\x7c\xb6\x9a\x9f\ \xc7\xe0\x7f\x3c\x75\x83\x4c\x89\xbd\x57\xaf\x3b\xe3\xbc\xd1\x5e\ \xeb\xb6\x5b\xc5\x0e\x18\x55\x1b\xd7\xf5\x03\x56\xa6\xe3\x2c\x93\ \x04\xd1\x6b\x70\xad\x73\x0d\x01\x03\xd6\x45\x13\x1d\x45\x82\x08\ \x8b\xd9\x3c\xce\x30\x1f\x0d\x49\xa4\x48\x65\x00\xcf\xa3\xf0\xa0\ \xb4\xf5\x78\xb2\xd2\xe1\x71\xb1\x43\x65\x4c\xc9\x4a\xb3\xb9\x4b\ \x74\xda\x5b\x88\x0f\xdb\xc5\xf1\x87\x6b\x1b\xb9\x09\x63\xa0\x44\ \xa4\xef\x7e\xfb\x4d\x03\x3f\x38\x9d\xcf\xe6\xb3\x73\x1e\xd1\xd7\ \x1d\x27\x28\x04\x9d\x4e\xc6\xb7\x9e\xbd\xf1\xda\x97\x5f\x06\x47\ \xb8\x23\x5f\x78\xf9\x85\xba\x6b\x3e\x3a\x7e\x34\x20\xe1\x0b\x97\ \x0f\x0a\xc6\xd2\x4d\xc7\x85\x63\x29\xa5\x36\x41\x6b\x6f\xb2\x21\ \x27\x2c\xa6\x71\x69\xd7\xb3\x7a\xc5\x04\xe7\xc3\x41\x31\xda\x93\ \x52\x9c\x9e\x9e\x32\x26\x54\x92\x00\xa1\x01\x7b\x4a\x03\xe3\x22\ \x86\xe8\xa3\x45\xc2\x64\x22\x44\x60\x41\x5b\x0b\x81\x31\x54\xa9\ \xf4\x0c\xd2\x94\xd6\xba\x25\x29\x4b\xf2\x74\x31\x5f\x1b\x6d\x87\ \x83\xc1\xf9\xfc\x74\x3d\x5f\x6c\x66\x33\x82\x51\x4a\x16\x31\x3c\ \xe5\x99\x12\x26\x26\x3f\x3b\xa5\x5f\x9c\x9e\xaf\xdb\x6e\xb3\x34\ \xdd\x26\x95\x4a\xd3\xe9\x9c\xcc\xa5\xca\xab\xe9\x55\x92\x24\xb2\ \xca\x9d\xe5\xbc\x09\x41\x7b\xd6\x22\x75\x0e\x5a\xed\xba\x86\xa7\ \xa2\x3d\x3e\xb9\x7b\x79\x92\xdd\xba\x92\x2a\xe6\x02\xe1\x1d\x4b\ \x91\x26\x3d\x1b\xb4\xd2\x6f\xfa\x51\x7f\x36\x9c\xa9\x83\xe9\x24\ \x6e\x98\x7b\x04\x76\x95\x8f\xe9\x95\xcd\xb9\xc1\xe5\xe3\x33\xf7\ \x30\x2c\xd7\xd7\x64\x32\x2d\x6e\xcd\xde\x3d\xff\x7f\xbc\xf3\x1f\ \xac\x9b\xc5\xc3\x0f\xde\x25\x3c\x39\xea\xbc\xe9\x61\x34\x1a\xe4\ \x3c\x3c\x7f\xf5\xf2\x5f\xfb\x85\xaf\xec\xef\x8d\x1e\x9f\xcd\xfe\ \xd4\x57\xbe\xb8\x59\x77\xbf\xfc\x4f\xde\xe7\x66\xf3\xfc\x00\x7e\ \xfa\xf9\x6b\x3b\x7d\xd3\x74\x2b\x3d\x10\x57\x4a\xb9\x83\xe3\xc1\ \xc6\x5c\x2b\x76\xbc\x14\x86\x98\xc7\xcb\x13\x13\x9d\x90\x69\x35\ \xd8\xbd\xb2\x77\x69\xb9\x58\xd4\x5d\x37\x18\x8d\x90\x12\x67\xfc\ \x60\x98\x48\xc6\x31\x62\xdb\x35\x23\x83\xd3\x7c\x6c\x37\x76\xa6\ \xfb\x65\x46\x7c\x4e\xa5\x63\xb4\x0d\xe5\x28\x1f\x05\xfd\x3e\x6f\ \xd2\x21\x12\x06\x1f\xbf\xf9\xce\xe7\xaf\xbe\x74\x76\x7c\xb7\x9b\ \xd5\xef\xbd\xf1\xb6\xd1\x7d\x99\x2b\x4a\xe3\x53\xf2\x3b\x08\xc8\ \xc0\xee\x30\x0a\x44\x9b\x00\x88\xa6\x37\xbd\xd5\x8e\x38\xa4\x20\ \xa9\x0c\x3e\xf4\xc1\xd2\x2c\x4f\x8a\x0c\x5d\x60\x99\x20\xad\x0b\ \x9b\x3e\x46\xc2\x28\x07\x6f\x05\x61\xd5\xdc\x46\x36\xe3\x4e\x89\ \x0c\xb1\x0f\xbc\x27\x7e\x13\xf8\xdc\x96\x0d\x29\x41\xc4\xa8\x1b\ \x7d\xea\xc8\xc2\xeb\x68\x6b\x63\x57\x4d\xe1\x44\xe8\xe1\xf1\xe3\ \x7b\x0e\x3d\xa5\x74\x3f\x39\x1c\x24\xe5\xf9\x7b\x8f\xee\xbc\xf1\ \xc1\xaa\xaf\x97\x75\x8d\x84\x78\xeb\x0e\x2f\x5d\x66\x44\x88\xae\ \xf9\x0b\x9f\xff\xc2\xe5\x9b\x37\x8f\x17\x73\x41\xc2\xce\xfe\xe0\ \xd5\x2f\xbf\xfc\x5b\xff\xf8\xdb\xb7\x0f\x76\x7f\xea\xf9\xe7\x45\ \x64\xc9\xbc\x29\x04\xd1\x8d\x0b\xb5\x1f\x41\xfa\xf2\xc1\x8d\x04\ \x98\x83\x78\xa2\xeb\x0f\x4e\x1f\xce\x29\x39\xca\xca\xaa\x2a\x0e\ \x2f\x5f\x9e\x2f\x57\xe7\x8b\x39\xe7\x22\x44\xf4\xde\x13\x10\xde\ \x79\x0f\x81\x70\xc5\x05\x27\x18\x20\x84\xe8\x7d\x64\x2c\x52\x42\ \x94\x10\x49\x25\x15\x33\x54\x77\x5d\x67\x44\x84\x10\x3b\xdb\xe5\ \x49\x36\x9b\x9d\xf9\xde\xd6\x8b\x75\xbd\x9a\x63\xfc\x4c\x06\xff\ \xa3\xe3\xac\x00\x71\x21\x35\x83\x80\xc1\x01\x73\x4a\x71\x30\x56\ \x26\x82\xfb\xe0\x36\x2d\x94\x25\x49\x15\x02\x32\x8a\x8c\x33\x29\ \x44\x70\x31\x7a\x8c\x1e\x19\x12\xc9\x30\x9c\x2c\x4b\x25\x26\xbb\ \x19\xf5\x21\x76\xde\xae\x1d\x9b\x87\xd8\x07\x4e\x73\xce\x78\x7c\ \x64\x67\x0f\xef\xd4\x01\xa0\x31\x71\xd3\x87\xce\x72\x26\x99\x94\ \x2b\xd3\x0a\xe0\x39\x53\x83\xc1\xc0\xf9\x68\x6b\xb7\x6e\xea\xa0\ \x9d\xf0\xa2\x69\xd7\x45\xa6\xbe\xf9\xf5\xaf\x2c\x17\x67\x84\xe2\ \xd7\xbe\xf2\x05\x49\xbd\x6e\xda\x94\xc4\x4b\xa3\xec\xeb\x2f\xdf\ \x2e\x44\x78\xf5\x85\x5b\x57\x12\x2e\x6d\x50\xc6\x3c\x56\xb1\x0d\ \xfe\x2a\xad\x3e\x9f\x4d\x5e\xe9\xf7\xc2\x6c\xe3\x04\x7b\x5f\x93\ \x37\x22\x9e\xe5\xac\xc1\x78\xb8\x7b\x70\xfb\xd6\xad\x8f\x3e\xfa\ \xe8\x7c\x36\x0f\x31\x06\x84\x6a\xa0\xac\xf5\x5a\x1b\x1f\x22\x43\ \x9a\x13\xc9\x09\xd3\x6d\x1b\xac\x4b\x06\x83\x40\xc0\xe9\x20\x06\ \x79\x31\xaa\x70\xb5\x6c\xea\x59\xdd\x6d\x7a\xd3\x12\x64\x8f\x1f\ \x3f\x74\xbd\x61\x11\x04\x25\x82\x31\x21\x99\x94\xe2\xe9\xf8\x1d\ \x82\xd0\xf1\xd0\x66\xa1\x88\x72\x14\xb3\x68\x1d\x59\xf6\x13\xa9\ \x33\x4b\xdd\xa6\xd9\xe3\x7d\xb5\x9f\xd7\xbb\x49\xe0\x54\x78\x4f\ \xad\xe1\xbd\x4d\xd7\x71\xb4\x24\x66\x45\xb2\x3c\x6b\x9a\x96\xc7\ \xb3\xc9\xb2\x1c\x15\x03\xbb\xf6\x64\x11\xf0\x08\xe2\x63\x92\x74\ \x65\xce\x76\x60\xce\xba\xa3\x85\x71\xf3\x76\xdd\xae\x66\x9b\xba\ \xd1\x3a\x40\x39\x9a\x6e\x36\x35\xeb\xfc\x3e\x4b\x9e\xa9\x26\x41\ \xcb\xc7\xe0\x62\xd3\xb7\xb3\xd5\xc8\xe5\x0f\xcf\x56\x3d\x67\xdf\ \xfc\x53\x3f\x75\xe3\x70\xf7\xde\x1f\x7c\xf7\xaf\x7c\xeb\x1b\xaf\ \x4e\xc6\x8b\xa3\xd3\xab\x41\x6c\xb4\xfd\x2b\x9f\xfb\x3c\x3b\xeb\ \xab\xbd\xea\x1b\x5f\x7d\x0e\x83\x79\x34\x3b\x2f\x26\xd5\xc6\xe8\ \x31\xf2\x2b\x1b\xf9\x4a\xd8\x2b\xbf\x6f\x42\xd3\xad\x52\x2a\x79\ \xbe\xba\x94\x1f\x4b\x4b\xd2\xd1\x57\xbf\xfa\x93\xab\xf5\xea\xf5\ \xb7\xdf\x44\xa0\x84\x92\x2c\xe7\x7d\xd3\xe9\xb6\x77\xd6\x93\xc0\ \xa7\x86\x59\xd7\xb7\x82\xad\xc1\x46\x91\xf1\x81\x5a\x13\x12\xf6\ \xf2\xab\x57\xc7\x57\xcc\xe0\xde\xc9\xdd\x07\x9b\x53\x55\x87\x3e\ \x74\xcb\xd5\xc9\x2f\x7f\xef\x07\x59\x14\xa5\xca\xa9\xa0\xc0\x38\ \x30\xfa\xf4\xfd\x06\x19\xd8\x8a\xf0\x48\x50\x50\x1e\x88\x40\xce\ \x88\x32\x9b\x10\x66\x6b\xce\x25\x8f\x04\x8e\x37\x9c\xb1\x64\x22\ \x25\x67\xc2\x51\x44\x6e\x03\x8b\x7d\x4f\x4d\x04\x0b\x59\xa0\xb7\ \x8d\x22\xeb\xbe\xa8\x37\x28\x3a\xe2\x5c\xa8\x7b\xac\xfb\xbc\x0b\ \x85\x93\xc2\xc4\x39\x2c\xe6\xe2\xcc\x6c\x34\x71\x14\x2c\x98\xd6\ \xed\x4c\x77\x9e\x7f\xf6\xb9\x99\x9c\x5b\x6f\xcb\xb2\xa2\xb5\xdd\ \xf4\x5a\x24\x99\x22\xb4\x04\x56\x95\xa3\x4d\x5d\x5b\xad\xbf\xf1\ \x85\x2f\x17\x55\x45\x97\xe7\xaf\x5c\x9b\x5a\x62\x73\xd4\xc6\x69\ \x05\xee\xf2\x6e\xf9\xb3\xdf\x7a\xed\x60\xb0\x9b\x53\x07\xce\x78\ \x49\x5b\x06\x5e\x70\x91\x97\x31\xb0\x93\x75\xa7\x57\x35\x72\x36\ \xf3\x7d\x1d\x99\x18\x8e\x52\xae\x38\x57\xc3\xc1\x98\x32\xd5\xb4\ \xda\xc7\x48\x20\x32\x46\x68\x96\x80\x31\xd6\x74\xc4\x5a\xe6\x90\ \x44\xe2\x43\xb4\xce\x82\x4c\xb3\xf1\x70\x65\xda\x2e\xf8\x72\x32\ \x18\xa9\xc2\x9f\x9e\xb7\x6d\x17\xb4\x33\x7d\x1b\xb5\x59\xb4\x5a\ \x12\x5e\xa8\x24\xcf\x14\xfb\x6c\x69\xc4\xcf\xb0\x1f\x9d\x02\x4d\ \x39\xe3\x8c\x22\x30\x8f\x34\x50\xda\x07\x1a\xfb\x8a\xd1\xe0\x35\ \xa7\x8d\x24\x82\xa5\x9c\x39\x42\x1c\x0f\xda\x9b\x8d\xa7\x8d\xe7\ \x6d\x4c\x18\x57\x92\xa3\x0b\xc9\x87\x7d\x78\x74\x66\x8c\x71\x9d\ \xee\xdb\x2e\xf8\x40\x01\x6c\x74\x06\xd0\x19\xb7\x88\x7a\xc5\x42\ \xea\x09\x37\x31\x4f\xf3\xd7\xbe\xfe\x13\x07\x37\xae\xff\xda\x6f\ \xfd\x66\x92\xe4\x34\xc0\xa2\xed\x44\x8c\x09\x4b\x48\x6c\x27\xd5\ \xe4\x95\x97\x3f\xbf\xdc\xcc\x4f\xe7\x8f\x9f\x7d\xe5\xc5\xf1\xe0\ \x4b\xba\xdd\x48\x89\xba\xdf\x04\xea\x98\xa4\xce\x76\xc9\x88\x7e\ \xfe\x9b\x2f\x0d\x77\xc7\x2b\xdb\xa6\x92\xae\xa0\xb3\xb4\x22\xbc\ \xaa\xd1\x7d\xb0\xa9\xe7\x67\x9d\x5d\xd4\xf3\xae\x3e\x67\xa1\x7c\ \xf9\x06\x2b\xb8\x08\x6e\xb5\x5c\x7d\x74\xe7\x63\xef\x43\x04\x12\ \x81\x78\x6f\x81\x30\xc6\x84\x52\xd4\x47\xe0\x9d\x89\x26\x50\x0e\ \x04\x31\x52\x54\xc3\x74\xf7\xea\xe5\x8f\x4e\x1e\xad\x4c\x5f\xc7\ \xd6\xa4\xc4\xcc\x4d\xbb\xa9\x5d\xef\x39\x11\x02\x44\x26\x54\xa6\ \x14\x06\x8f\x31\x50\x4a\x42\x7c\xca\xba\xc1\x48\xb0\x24\xd5\x0e\ \xee\x8f\x24\x8f\xb8\x0c\x21\xf7\xba\x66\xf3\xa2\x4a\x77\x96\x4d\ \x33\xbf\x43\xb8\x28\x1f\xed\x72\x20\x84\x4b\x9e\x08\x9b\x04\x48\ \x0c\x8a\xb9\x8f\xc7\x66\xbf\xca\x95\x18\xa7\x1f\x88\xfc\xe3\xa6\ \x8f\xab\xd9\x62\x55\xaf\x6a\xbb\xea\x99\x46\x12\x48\x47\x68\x87\ \xb8\x6c\xeb\x23\xe7\x43\x00\x40\x66\x4d\x7c\xee\xa5\x57\xfe\xf5\ \x7f\xeb\xdf\xfe\xf5\x5f\xff\x8d\x6e\xbd\x99\xe6\xc5\xe6\xe4\x6c\ \xd1\x19\xcc\x52\xd4\x26\x2f\x46\x2f\xbe\xf4\xf9\x6f\x4d\xc6\xbf\ \xfa\x7b\xdf\x7e\xe9\xf9\xe7\x7f\xe6\xeb\x5f\x52\x5f\xff\x42\xe5\ \xf5\x09\x6b\x56\x39\xc9\xbc\x08\xc6\x2b\x60\xff\xca\x4f\xbf\x46\ \x46\x89\x91\x76\xae\x5b\x72\x50\x2d\x3c\x14\x74\xea\x74\xbf\x56\ \xfc\x7b\x27\x67\xdd\xc3\xb9\x77\xfe\xc8\xd4\xd7\xbe\xf5\xa5\x8e\ \xa4\x81\x2a\x08\xfc\x07\x6f\xbc\x9d\xe6\x99\x4a\xf2\xa6\xeb\x21\ \xc4\xbe\xd7\x8c\xca\xa2\x4a\x5c\x6f\xd7\x61\x75\x3f\x23\x9e\x50\ \xdf\x3b\x3a\xeb\x6e\x20\xff\xa9\x2f\x7f\xed\x3b\xf5\x9d\xef\xd8\ \xbb\x6f\x90\x47\xf9\xb5\x7c\xad\x65\x7f\x7f\x39\x3f\x59\x65\x9a\ \x2c\xcf\x4e\x13\x46\x0e\x26\x93\x51\x35\x6a\xbb\x6e\xd3\x36\x44\ \xf0\xa7\xe4\xd5\x10\x28\xa5\x2c\x11\xd4\x41\x02\x09\xed\x9c\x20\ \x1c\x9d\x97\x9a\x28\x84\x61\x22\x79\x24\xcd\xa3\x8d\xa8\x5d\xb2\ \x47\x58\x9e\x35\xd6\x76\x5d\x0f\xad\xc1\x4d\x47\x5a\x5f\x12\xb9\ \x57\x54\x49\x43\x57\x9b\x66\x73\x7c\xdc\x93\xd8\x38\xe7\xbd\x8f\ \x26\x24\x1e\x03\x4d\x06\x2c\x11\xb9\x4a\x09\xb2\x28\x18\x11\xeb\ \xb6\x7e\xf9\xf6\x4b\x5f\xff\xea\x37\x5e\x7d\xf5\xd5\x5f\xf9\x95\ \x5f\xf9\xe0\xc3\xf7\xb3\xc8\x57\xcc\x06\x25\x08\x05\x17\x98\x37\ \xe4\xb9\x67\x6e\x5f\xbb\x7c\xf9\x37\x7e\xed\x57\x33\xce\x5f\x7d\ \xee\x79\x67\x77\xe6\xfe\xc8\x9b\x4e\x09\x7f\x40\x48\x0c\x62\x0d\ \x21\xab\x52\x56\x90\x53\x58\xc9\x71\xfe\x20\x92\xce\x5a\x80\x28\ \x14\x39\x48\x73\xb8\xfa\xcc\xfa\x7c\xf1\x07\x6f\xbe\xf9\xf1\xe2\ \xec\xd2\xcb\xcf\x66\x49\x32\x69\x59\xdb\x74\x6f\xbc\xf1\x26\x97\ \x8a\x01\x8b\x84\x20\xa3\xce\x7b\x20\x84\x24\x69\x11\x20\x06\xa2\ \x9d\x41\x8a\xa8\x98\x8b\x51\x13\x73\xfd\xb9\x2b\x69\xf4\x1f\x3e\ \xb8\x7f\xe6\x5b\xe9\x3d\x62\x68\xeb\x4d\xd0\x1e\xac\x4f\x05\xab\ \x8a\x22\xe3\x4a\x50\xe6\xb4\xa6\x14\x7e\x4c\xe7\xd8\x00\x49\x89\ \x90\x14\x28\x89\xd1\x13\x6c\x3d\xf6\xb6\xa8\x14\x13\xb2\xad\x0d\ \xd7\x6d\xe8\x89\x57\x84\xf8\x18\x3a\xe3\x37\x1d\x68\x1f\x3a\xc3\ \x5d\x9c\x4c\x2a\x19\x44\xd3\x36\xed\x72\xb9\xb4\x67\x00\x24\xc4\ \x10\x31\x46\x44\x22\x58\x92\x66\x32\x4d\x92\x94\x8c\xad\x4e\xbb\ \xa6\x5b\xae\x2e\x4f\x0f\xbe\xf5\xcd\x6f\x7e\xfe\xcb\xaf\x55\x07\ \xbb\x77\xde\xbf\xf3\xf0\xf8\x28\x11\x0a\x62\x44\xc1\x56\x5d\x9d\ \x95\x79\xbd\x5c\x63\x8c\x7b\x87\xfb\x67\xf5\x69\x6b\xbb\xfd\xb4\ \x88\x16\x72\xef\xf6\x0c\x15\x3c\x03\x02\x0b\xe6\xa6\xe3\xe9\x1c\ \xdc\xd1\xf2\x2c\x19\x57\x4b\xa3\x35\xd5\xeb\x0f\x56\x9c\xa4\x0f\ \x95\xb8\xfe\xca\x73\xe2\xf3\xaf\x9c\x9e\x9f\xfd\xf2\x3f\xfa\x47\ \xe7\x8f\x8e\xbe\xc4\x2d\x5f\xeb\x54\x88\x0e\xba\xe5\xc7\x2b\xa1\ \xa4\x4a\x32\x88\x51\x25\x69\xd7\x19\x20\xde\x87\xc8\x39\x2f\xb2\ \xd2\x05\xec\xd0\xf2\x54\x76\x3e\x9c\xb8\x4d\x59\x10\x36\xc9\xeb\ \xc7\x2b\xdd\xb4\x7d\xaf\x71\x5d\x73\xc2\x54\xaa\x14\x55\x99\x48\ \x15\x93\x8c\x10\x67\x4d\x08\x5e\x48\x25\x84\x78\xca\x76\x83\x11\ \xfa\x52\xae\x98\x64\x0d\x41\x06\x3c\xa2\x5f\x19\xd2\xb2\xcb\x93\ \x6a\xb0\x71\xf6\xb4\x2d\x17\x67\x3f\x79\x6f\x17\x01\xeb\xd5\x6a\ \x79\x74\x4a\xd7\x7d\xda\x45\x58\x74\xa3\x64\x7a\x6b\xf8\xfc\xbb\ \x1f\x7c\xf0\xf1\xc9\xa3\x5a\x3b\x43\xd0\x02\x68\xeb\x69\xa0\x12\ \x78\x9a\xe4\xd9\x60\x10\x94\x88\x61\xca\x6b\xd3\xcf\x56\xb4\x0d\ \x7f\xe5\x67\xfe\xc2\xbf\xfa\xd3\x7f\xee\xe5\x17\x5e\x66\xa7\xee\ \xef\xfd\x97\x7f\xff\x44\xaa\x93\x84\x88\xac\xe4\xad\x33\x10\x7a\ \xef\xee\xce\x4e\xff\xf4\xab\x9f\xdf\xbd\x33\x35\xeb\x75\x49\x41\ \x30\x9f\xa3\x3d\x67\xa8\xaa\x61\xd6\x88\x52\xa6\x25\x97\x4d\x6c\ \x67\xcb\xc6\x46\xa4\x45\x76\x56\xf7\xa7\xf7\xcf\xc4\xb9\xc5\x34\ \x4d\xc6\x93\x3f\xfd\x57\xff\xd2\x64\x30\xfc\xd5\x5f\xf9\xb5\x5f\ \xfa\xfb\x7f\xff\x55\x33\x7f\x91\xdf\xe0\x96\x44\x0c\xef\x7d\xf0\ \x7e\x92\xa4\x93\xdd\x5d\x00\x02\x84\x29\xc9\x8c\xb1\xa6\xef\x9c\ \xb1\x59\x55\x9d\x62\x58\xbb\x3e\xcd\x93\x7d\xc1\xec\xfd\xc7\xe6\ \xfc\xd1\xb3\x5f\xba\xf6\xf7\xdf\x7d\xf7\x3d\xa8\xed\x6a\x55\x1d\ \xcf\xd5\xfd\xcd\x48\x65\xbb\x55\x39\xa6\xd9\xe1\xe1\xb4\xe0\x89\ \x33\x9e\x52\x48\x12\xc1\xa4\x7a\xca\x13\x13\x09\x40\x40\x5e\x63\ \x42\x38\x75\x80\x3d\x86\x3a\xb0\x16\xf2\x20\x54\x20\x15\xa1\xb9\ \x4c\x76\x89\x84\x1e\xf0\xc8\x34\xbe\xee\xdb\xba\xe9\x3b\x8a\x38\ \x4c\xab\xd9\xd1\x39\x4f\x32\x9a\x54\xab\x59\xb7\x6a\x1b\x43\x63\ \x54\x82\x02\x17\x44\xd1\x8c\x0a\x42\x19\x4f\x2c\xb0\x48\xba\xd0\ \xb5\xb6\xf5\xed\x66\x9d\x27\xe5\x97\xbe\xf4\x5a\x9e\x65\xf5\x6a\ \x3d\x19\x8c\x0a\x99\x38\x63\x43\xca\x3b\x1b\x38\xf0\x18\x25\x51\ \xfe\x83\x3b\x77\xda\xcd\x26\xcf\xd3\x22\x97\x46\x6f\x10\xb5\x40\ \xb8\x2a\x86\xcf\x96\xa3\xa1\x26\x76\xde\x40\x4e\x4f\x52\xfb\xbd\ \xd5\xc9\x51\x4a\xcf\x7b\xdd\x9c\x6e\x56\x9b\xa6\xd7\x7d\xce\x55\ \x32\xe1\xab\x52\x53\x4c\x39\xcd\x7d\x03\x7a\xee\xf2\x29\x33\xde\ \x76\x7d\xe7\x36\x4e\xc8\x34\x49\x13\x2a\x65\x08\x91\x09\x6e\x7d\ \x68\x74\x37\x40\x22\xa9\x34\xcc\x06\x82\x2c\x49\x54\x49\x1b\x74\ \x67\x7a\xcd\xb2\xd4\x4b\xd8\x2c\xeb\xc2\x85\xf9\xc9\x39\x09\x71\ \x98\xe6\x4c\x92\x42\xa6\x92\x30\x41\x19\x22\x52\xc6\x81\xfc\xb8\ \xfc\x9d\x88\xd9\xd2\x51\x17\xb1\xb3\xac\x47\xe2\x79\x91\x95\x25\ \xcd\x38\x88\x52\x64\x60\xa1\x3d\xee\xeb\xd0\x83\x71\xae\xd5\xc4\ \xf9\x41\x9a\xdb\xc6\xf6\x4d\x47\xab\x5d\xef\x7c\xbd\xa8\x09\x54\ \x11\x50\x25\x89\x60\xc4\xc7\xc0\x13\x05\x8c\xfa\x88\x8d\x73\x9d\ \xd6\x7e\xb5\x91\x75\x4f\x37\xdd\xcd\x2b\xd3\x1b\x72\xfc\xe8\xf7\ \xde\xf2\x92\x4e\x0d\xb1\x9e\x7b\xad\x87\x4c\x9c\x90\x5e\xe4\x8a\ \x1a\x2c\x8b\xe2\xee\x47\x77\x2c\x73\x97\x9e\xd9\x1f\x8d\x4a\x30\ \x86\x7b\x5f\xb5\xee\x67\xc8\xa5\x7c\x3c\x45\x13\xc9\x7e\x7a\xb6\ \x98\x7d\xd8\x2c\x4e\x07\x61\x45\xf0\x7b\xf7\xde\x69\x97\x8b\xce\ \x89\x55\xdf\xa2\x12\x0b\x8f\xef\x1f\x9d\x6e\xba\xf6\x64\xb1\x26\ \x5c\x04\x46\x06\x45\xb1\x9a\xcd\x9d\x47\xe7\x1c\x68\x5a\xf8\x50\ \x56\x15\x00\x01\x82\x94\xd1\x6d\xef\xa0\x80\x58\x4e\xa7\xc3\x41\ \xb2\xc2\x8e\x42\xdf\x12\x7f\x6f\x79\xea\xbc\xd7\xb6\x37\xad\x69\ \x97\x6b\xba\x69\x77\x46\x93\x41\x3e\x94\x54\x09\xe0\x89\x4c\x62\ \x44\x4d\x68\xaf\xdb\x08\x04\x81\x3e\xdd\xba\x1b\x29\x19\x9e\xcf\ \xf7\x4f\xef\x0f\x5a\xc6\x4f\x9b\x74\x69\xc6\x3c\xbb\x92\x8f\xd3\ \x36\xe6\xd9\x0e\x06\x6c\x4e\xfb\xf0\xde\xf9\xf9\x66\xd9\xad\x66\ \xb6\xdd\x4c\xaa\x61\xc6\xc5\xf7\x7e\xef\xfd\x6b\xb7\x6e\xee\xee\ \x87\x93\x59\xb7\x4c\xf2\x59\x1a\x03\x21\x2c\x51\x68\x63\x46\x44\ \x41\x12\x62\xa3\x45\x32\x3f\x5f\x2f\x9a\xe6\xe1\xf9\xb2\x3b\x5f\ \xbd\xb8\x7f\xfd\x4f\x7f\xee\xb5\xcd\xdb\xf7\xbe\xf3\x07\x1f\xf9\ \xbe\xb9\x26\x8a\xa3\xa6\xe5\x09\x04\x63\x12\x17\x48\x26\x80\x95\ \xb5\xd1\xff\xf1\x7f\xf6\x9f\x8c\x07\xc3\xd7\x5e\x7c\x91\xdb\x9e\ \x81\xd1\xa4\x7e\xf9\x3e\xbd\x3a\xbd\x41\xbc\x02\xc1\x31\xef\x97\ \xfa\xec\x03\x77\x6a\x8b\xe1\xf7\x4f\x4e\xee\x7c\x78\xec\x2c\xac\ \x4f\xe7\x41\xaa\xca\xf1\x3b\xff\xd1\x7f\x66\x00\x96\xf3\x79\x8b\ \xcc\x50\x0e\x89\x6a\x17\x6d\x3d\xdf\x44\x4a\xd7\xab\x53\xe3\xc3\ \xc1\xe1\x25\xca\x98\x35\x9e\x51\x2a\xd3\xac\x43\x50\x0e\x5e\xee\ \x4b\xf1\xc2\xed\x47\x49\xfb\xb8\x7d\xcc\xbe\x94\xfe\x9d\xf4\xe3\ \x7a\xf6\x60\x13\xbb\xc1\x51\x67\x1f\x9c\xb3\x3b\xed\x9e\x9a\x3c\ \xb3\x7f\x75\x94\x16\x39\xc8\x69\x39\x28\x92\x74\xbd\xde\x50\x46\ \x49\x4b\x71\xeb\xed\xff\x8b\x2b\x1e\x09\x10\x8f\xf2\xb8\xa7\x48\ \x5d\xd7\x87\xce\x80\x71\x34\x10\x45\xb9\x88\xa4\xdf\x74\x3a\xb6\ \x82\x72\xeb\x5c\xd3\xb5\xda\x1b\x24\x48\x38\x65\x82\x49\x06\x60\ \x7c\x52\x89\x08\x71\x81\x36\x24\xc2\x83\x47\x46\xb3\x34\x8f\x00\ \x36\x04\xe3\x43\x6b\x5b\x6f\x83\x69\x97\xd1\x34\x6d\xa3\x4d\xef\ \x2e\x7f\xee\x66\x92\x65\x0f\x1e\x3d\x7a\xef\xfd\xf7\x16\xf3\x73\ \x0a\x91\x6d\x4f\x6c\x43\x44\x88\x04\x28\xa3\x14\x08\xbd\x77\xff\ \xee\x8d\xab\x87\xd7\x6e\x5e\x8d\xc1\x69\x6b\x25\x48\x12\xa5\xdf\ \x04\xbd\xc1\x32\x14\x6d\xd3\xad\xce\xcf\x5f\xfd\xda\x17\x89\x5b\ \xfe\xce\x77\x7f\x83\x2d\xc8\xd4\xd3\x36\x08\x84\x30\x5f\x1c\x7f\ \xe7\xc3\x33\xbb\xe9\xba\xae\x1b\xe7\xe9\x9e\x95\x69\x0f\x1b\xdd\ \x6e\xfd\x09\x6f\x75\xeb\x7d\x5a\x16\x79\x59\xd4\xd6\x50\xc9\xca\ \xb4\x22\xb5\x46\x62\xab\xe1\x64\xe7\xc6\x41\x0b\xe6\xc1\xec\x18\ \x82\x39\x6b\x66\xb4\xa1\xa6\x5e\x63\xdf\xd7\xb3\xa6\x9f\x6f\x86\ \x79\x39\x2a\x8a\x54\x28\xc9\x38\x89\x84\x31\x1a\x23\xa4\x99\xe6\ \xfc\xc7\x72\x4e\x31\x21\xe0\x62\xbc\x7b\x1e\x1c\x06\xeb\x28\x12\ \x01\xa2\xeb\x75\x6d\x5a\x40\x10\x94\x07\x17\x0d\x0d\x0e\x22\x0d\ \xc1\x19\x9b\x4a\x9e\x55\x05\x72\x0c\x09\x12\xc6\x9b\xae\x31\x31\ \x78\xdf\x26\x69\x06\x12\x18\x67\xce\xfa\xf5\x66\xe9\xb7\xdd\x6b\ \xbd\x37\x46\x7b\x1f\x21\x10\x4e\xc9\xf0\xf2\x25\x9a\x67\xf7\x3e\ \xfe\x70\xd6\xac\x2c\x89\x9c\x11\x82\x24\xba\x2e\x08\x07\x94\x03\ \x02\xf1\x2e\xe3\x2c\x78\x9d\x32\xce\x5c\xc0\x60\x8b\x10\x18\x90\ \x1f\xcc\x67\xe4\xf8\x8c\xe9\xc0\x22\x5b\xb7\xed\x89\x37\xb7\xbe\ \xf1\xb5\x37\xbe\xf7\xbb\xf3\x47\x5d\xa4\x29\x4d\x05\x35\xdd\x98\ \xe7\x70\xd2\x99\x0f\xce\xb1\xef\x9f\x29\xd3\x4b\x37\x9f\x09\xbd\ \x39\x6d\x96\x81\x44\xc9\xb3\x22\x2d\xfb\xbe\xaf\x9b\x0d\x97\x3c\ \x49\x92\x2c\x4f\x23\x22\x15\x02\xb4\x0e\x08\x6a\x77\x7c\xf8\xdc\ \x75\x6e\x16\x47\xf7\xde\x5b\xea\x56\x2f\x56\x3c\xa0\x5d\x37\x61\ \xdd\x0d\x3c\x49\xaa\x71\x95\x56\x83\xb4\xe4\x20\xd0\x03\x04\xc0\ \x10\x39\x95\x52\x04\xa1\x14\x17\xfc\xe9\x58\x86\xc0\xc9\x33\x6f\ \xb5\xfa\xfb\x73\x1a\x78\x68\x8c\xa2\xd2\x76\xdd\xc7\x66\x6d\x91\ \x18\x82\x26\xa2\x01\x3c\x73\xac\x33\x1d\xa1\x08\x5e\xdf\x54\x93\ \x4b\x45\xc5\xc6\xe3\x2b\xb7\x9e\xef\x6c\x58\xd6\x1d\x0d\xe4\x92\ \xca\x78\x91\x10\xa7\x30\x04\xbd\x6e\xbb\xd9\xb9\x6f\x35\x46\x58\ \x6c\x56\xad\xd1\x4e\x52\x82\x31\x2b\xb2\x74\xb7\x7a\xe7\x83\xf7\ \xea\xe3\xb3\xb6\xad\xb3\x04\x4a\xdb\x22\x09\xcd\xb2\x4d\x9d\xaa\ \x89\xf6\xc4\x7b\x8a\x40\x09\xb5\x8e\x76\xbd\x82\x62\x63\xd6\x22\ \x35\x76\xee\x7f\xf7\xdb\xbf\x46\x7d\x4e\x30\x6b\x6d\x77\x67\x75\ \xef\x73\xbf\xf0\x93\x3d\x4d\xbf\xf7\xbb\xef\xd9\x58\xa2\x50\x6c\ \x10\x40\x87\xfe\xe1\x9a\xf9\x26\x74\x3a\x31\xfd\x57\xaf\x5d\xbe\ \x9a\x0c\xea\xf3\xb3\x56\xaf\xb3\x2c\x17\x4c\xe5\x59\x36\x5f\x2d\ \x11\xf1\xf2\xe5\x2b\x80\x51\x30\x2e\xa5\x60\x84\x74\xf3\xcd\x65\ \x36\x7a\xfe\xd9\x2f\x3c\xba\xec\xfe\x83\x0f\x7f\xe9\xf7\xfd\xfd\ \x95\x6b\x92\x55\x28\x1f\xb7\xfb\xf7\xfa\x6a\xa6\x82\x96\xd7\x26\ \xd7\x2f\x17\x87\x79\x92\x70\x46\x43\xf0\x7d\x6f\xb6\xfd\xf6\x8d\ \xf3\xf8\x99\x0f\xcc\xfd\x63\xac\x02\xc1\xde\xeb\x37\x4f\x28\x21\ \xba\xef\x7d\xf0\x9c\xd2\x9e\x90\x0d\x6e\x8f\x18\x66\x69\x9a\x40\ \x04\x24\x8c\x15\x83\x04\x03\x7a\x0b\x31\x28\x29\x38\x63\x93\xe9\ \xa4\x18\x56\x67\xeb\xc5\xe3\x6e\x03\x11\x76\xa7\x93\xe9\x78\xea\ \x8c\x05\x20\xeb\x4d\x7d\xbe\x98\xf5\xda\x10\xce\x30\x86\xe0\x31\ \xcd\xcb\x08\xbd\xcc\xf3\xf1\xce\xf4\xfd\x0f\x3f\x38\x3d\x7e\x5c\ \xe6\x99\x0d\x0e\xa3\x17\x96\x10\x0f\x84\xc4\xe0\xbd\xa0\xc2\xd3\ \xc0\xf2\xf4\x7c\x79\xfe\xdb\xdf\xff\xce\xb3\xb7\x6f\x90\x34\x39\ \xb6\x6c\x05\xfe\x01\xf4\x68\x36\xd2\x83\x86\xf8\x41\x5c\xef\xd4\ \xb3\xdf\x78\xff\xed\xc7\x8e\xee\x27\x32\x5a\x6f\x08\x47\x25\x6a\ \x6f\xc1\x3a\xad\xcc\x8d\x5b\x37\xbe\xf4\xda\x97\x8f\x66\x67\x8f\ \x8f\x1e\x0b\x6f\xb3\x24\x4b\x8a\xdc\x59\xd7\xe9\x9e\x68\x2a\x32\ \x15\x82\xf3\x14\x22\x61\x06\x9d\x09\x3d\x46\x3b\xa8\x78\x31\x1e\ \x10\x5c\xb4\x67\x9b\xae\xa9\xa5\xa7\x71\xb1\x22\xeb\x36\x89\x6a\ \xbc\x7b\x59\x10\x5a\x32\x95\x8b\x3c\xc6\xe0\x62\x08\x11\x90\x12\ \xca\x25\xf9\xf1\xf0\x3b\x84\xa0\x0f\xfa\xfe\x39\x50\x16\x11\x11\ \x48\xb7\xdd\x03\xc2\x84\x12\x8a\x13\x21\x53\xce\x01\x7c\x0c\x4c\ \x91\x3e\xd6\xe0\x43\x88\x54\x24\xd9\xb8\x2a\x0c\xe0\x9d\xc7\x8f\ \x7c\x88\x97\x77\x2e\xef\xee\x4c\xac\xb5\x82\x8b\xcc\xb1\xa0\x3b\ \x12\x1c\x75\x4e\x84\x90\x45\x58\xe6\xf2\x31\x43\x58\xbb\xe5\x4e\ \x76\x9c\xc6\x07\xb4\xab\xa5\x73\xe8\x84\x92\xa6\xed\x09\x8b\xc8\ \x00\x43\x80\x18\x53\xce\x8d\xb3\x09\xe5\xf7\x3f\xbc\xc3\x6c\xfd\ \xcd\x97\x9f\x1f\x38\x3b\x4f\xc4\x7b\xdf\xb8\x7e\x33\x1d\xb9\xa3\ \x05\x2c\xfb\xbb\x77\xfb\x93\x3a\xfc\xfa\xdb\xbf\xf7\xce\xfa\x04\ \xf6\x47\x8d\xf7\xe9\x6a\x5d\x0a\xe1\x21\x3a\x08\x50\x25\x6d\x6c\ \xbf\xf6\xad\xaf\x7c\xf1\x2b\xaf\xfc\xca\xaf\xfd\x12\x36\x16\x42\ \x20\x22\x45\x88\x49\x9a\xf8\x10\xba\xbe\x17\x52\xa6\x49\xda\x6b\ \xad\xa4\xa0\x18\x3b\xe2\x4f\x36\x2b\xac\x17\x61\x24\x4d\x42\x1a\ \xed\x16\xf5\x32\x77\xa4\x9d\x2d\xf8\x5a\xdf\xbe\xfe\x6c\x3e\x1a\ \x38\x13\x04\x72\x4e\x04\x32\x8c\x1e\x23\x46\xc1\x65\x80\x48\x29\ \x27\x94\x3d\x5d\xdb\x2f\x2e\xe8\x07\x1f\x2d\x7e\xe3\xb7\x1f\x49\ \xae\x88\x83\x4c\x64\x04\xb9\x52\x85\x2a\x4a\x91\xe5\x49\x96\x66\ \x14\xf6\xf4\xda\x65\xb6\x75\xdd\xe9\xe9\xa3\x32\xf2\x04\xc5\xcd\ \xeb\x37\xca\x41\xf5\xed\xef\xbf\xfe\xd1\xc9\xe3\xeb\xc9\xf4\x0b\ \x93\x9b\x30\x2c\x3a\x1a\x2c\x83\xc7\xfa\xf8\xc4\xf6\x8d\xef\xbd\ \xa0\x9b\x12\xfc\x30\xab\x2c\xcc\x75\xed\x06\xb4\xdb\x57\x1f\xd0\ \xe5\x06\x66\x55\xc1\x82\xd7\xe0\x1a\xa6\xbb\xa1\xa1\x25\xcb\x02\ \xa5\x86\x51\xc1\x44\x70\x51\x6f\xea\x5f\xfa\x4f\xff\x53\xf9\xe7\ \xbf\x7e\xf8\x4c\x5a\xeb\xd5\xf1\x6b\xd7\x2e\xff\xc2\x4f\xea\xb3\ \xd8\x9e\xe9\xc5\x62\x71\xf7\xbe\x7f\xb8\x79\xf8\xdd\x7f\xf2\xc6\ \xb0\xbc\x22\x9b\xc2\xd8\xe0\xe9\x52\x65\x85\xf7\xa8\x1d\xae\x6d\ \x3f\xdd\xdb\xfb\x1f\xfe\x2f\xff\x27\x1f\xbc\xf3\xfd\x3f\xf8\xfd\ \x6f\x63\xe8\x2d\x12\x51\x08\xc6\x45\x59\x94\x18\xfc\x72\xb1\xdc\ \xd9\xdd\x05\x87\xd1\xba\x81\x4a\x71\x00\x6f\x2a\x7a\xf2\xe1\x1b\ \xb7\x26\x37\x6e\x8d\x26\x6f\x3e\x7a\xcf\x2f\x4e\x93\x15\xc4\x3b\ \xf3\x93\xf7\x9d\xd9\xb9\xf4\xdf\xfa\xb9\x9f\x49\x4e\x0c\x67\x2a\ \x91\x49\xef\x3b\x20\xcc\xc5\x20\x55\xc2\x45\xec\x3a\xbd\x3d\x51\ \xf2\xe9\xe2\x2c\x74\x81\x1e\x77\x69\x91\x0a\x10\x81\x70\xca\x58\ \xe4\xc4\x6f\xfd\x1a\xc5\x2d\x25\x8e\x29\x42\x25\x0b\x01\xb4\xf6\ \xd6\xfb\xae\x19\x0f\x2b\x20\x30\xdc\x19\x47\x02\xf7\xef\x1f\x79\ \x22\xaf\x5d\xbd\x32\x29\x07\xa0\x1d\x0f\x1e\x03\x32\x42\xb2\x6a\ \x68\x72\x67\x9c\xab\x9d\xb5\x2a\xb1\xc6\x11\xe6\x65\x92\xbc\x7f\ \xe7\xa3\xd6\xf4\x5c\x89\xde\xf5\x88\x3e\x7a\x27\x22\x4f\x08\x07\ \xa4\xbd\x73\x42\x09\x91\x25\x1e\x4d\x6b\xd7\xf7\x8e\xee\x0f\x0f\ \xaa\x2f\x5c\xfd\xe2\xe8\x3c\x8c\xf6\x26\x5f\xfe\x89\xaf\xe9\xe8\ \x7f\xf0\xf6\xdb\xdf\xfd\xf6\x77\x16\x61\x70\xf7\xc3\xbb\x76\x15\ \x77\x63\x45\x9b\x0d\x61\x00\x34\x62\x82\xbd\x33\x82\x11\x47\x7c\ \x5e\x65\xcf\xbe\x70\x73\xf6\x3b\x67\xde\x76\x0c\x48\x6f\x3a\x4a\ \x32\xce\x99\x94\x02\x01\xeb\xba\xbe\xfa\xdc\xb3\x44\x50\xed\x3d\ \x84\xe8\xc1\x9f\xe9\xd5\x51\xbb\x48\x13\x6b\x25\x18\xb0\xab\xe5\ \xbc\x8a\xd2\x2d\x56\xed\xe9\xb2\x9a\x5e\xbd\x79\xfd\x5a\xb3\x59\ \xd3\x40\x13\x26\x90\x4a\x82\xd6\x06\x1f\x91\x10\xca\x3f\x63\xb7\ \xa9\x1f\x7d\x5e\x28\x02\xb1\x24\x11\x52\x71\x20\x04\x80\x73\xc6\ \x28\x45\x44\x46\x90\x50\xeb\x82\x0e\x3e\x42\xc4\x18\xb1\x6f\x36\ \x10\x91\xe1\xee\xa0\x1a\x20\xc0\xd1\xe3\xa3\x9c\xa4\xfb\x97\xf6\ \x0e\x86\x63\xe7\x1c\x43\x0a\x3e\x1a\xe3\x8a\x34\xc3\x34\x8b\x3e\ \x1a\x6b\xbd\x73\x63\xe7\x33\xef\xc4\xe1\xfe\xa6\x5f\x7c\xf7\xdd\ \x33\xdb\x35\x45\xe7\x79\x60\xa0\xf8\x22\xa4\x3d\x67\x39\x38\xd3\ \x37\x11\x98\x1c\x66\x09\x2d\xb2\xe0\x37\xb6\x33\x72\xd8\xec\xdd\ \xf4\x45\x6a\x9d\xbb\x3e\xbc\xf1\xf2\x2b\xaf\xf4\x75\xf3\xed\xdf\ \xfc\xed\x3b\xf7\x8f\xd7\x84\x98\xae\x57\xc0\xdd\xa6\xce\x71\x5b\ \x34\x4e\x8d\xeb\x75\x30\x94\x73\x93\xc4\x13\xbd\x7c\xbc\x59\xae\ \x5c\xdc\x18\x20\xc0\x78\xc2\x08\x10\x70\x10\x1c\x44\x86\x74\x58\ \x5c\xfb\xda\x2b\x1f\xf7\xa7\x0f\xdd\xd2\x24\x99\xad\x3b\xa1\xc3\ \xf1\xfa\xa3\xe4\x31\xd0\xf5\xa6\x3c\xa9\x8b\x9a\xd8\x55\x27\x35\ \xdb\x3b\xb8\x36\x2c\x06\x24\xf0\xe0\x3d\x61\x28\x12\x1a\x22\xfa\ \xde\x00\x09\x84\x04\xc5\xa0\x64\x5c\x44\xc0\xa7\xe3\x37\x11\x05\ \xcf\x8b\xc1\x5e\x59\xe4\x92\x53\x4e\x29\x27\x14\x90\x22\x22\x27\ \x16\x1c\x06\x1f\x4f\x9b\x5e\xf7\xeb\x7e\xb3\xdc\x2c\x16\x38\x1a\ \x4f\x0f\x2e\xef\x0d\x06\xb3\xb3\xf3\xbb\xef\x7e\xfc\xca\xcb\x2f\ \xbe\x72\xeb\x05\x05\x74\xd9\x6e\x22\x06\xd3\x6b\xae\xe2\x33\x2f\ \x5c\xef\x8d\xaf\x3b\xbb\x6e\x5a\xeb\xc2\x89\xa7\x99\xaa\xaa\x4b\ \x57\x7f\xf5\x77\xbe\xdd\x9e\xcf\x27\xad\x9f\x85\xf5\xdd\x5d\xd2\ \x0d\xf9\xe5\x63\x59\x01\x3f\xe6\xc1\xf4\x7e\x5c\xe6\x59\x9e\x87\ \xd2\x6b\xab\x1b\x70\xaf\x47\x6a\x87\xcf\x41\xf2\x02\x10\x59\xde\ \x7a\x6d\xf4\xca\xee\x83\x8f\x1e\x7e\xf7\x1f\xfc\xe7\x27\x8e\xf2\ \x99\xc9\xe5\x50\xaf\x37\xcc\x39\xe3\x9d\x1d\x32\x87\xd6\x78\x1f\ \x82\x23\x29\xd4\x66\x7d\xef\xd1\xfd\xa6\xef\x37\x8d\x06\x6f\x58\ \x35\xec\x68\xb2\xd1\x35\x04\x97\xe5\xb9\xeb\xcc\x6b\xd7\x5f\x7c\ \x7c\x4d\xfd\x2d\xff\xdd\xcd\xa0\x3f\xe8\x5c\x17\x36\xdd\x62\xdd\ \xd9\x8f\x1a\xdb\x8f\x4e\xc4\x73\xef\x0d\xd5\xdc\xcf\xef\xb4\x69\ \x72\x90\x7e\xf9\x55\x5b\x92\x51\x1b\x36\x6e\xc6\x69\x55\x8e\xd2\ \xba\x73\xba\xed\x21\x24\x31\xf2\xbc\x9c\x18\xed\xb7\xcd\x7b\x9e\ \x82\x57\x26\x9c\x92\x8a\xc5\x84\x48\x9e\x04\x0c\x00\x24\x62\x14\ \x94\x7a\x17\x5c\xd7\x22\x81\x88\x9d\x41\xec\xbd\xb5\xd1\x45\xef\ \xa8\x76\x65\x5e\x0d\xe4\x08\x1c\xd6\xed\xe6\x5a\x75\xe5\xf0\xf0\ \x72\x8c\xd1\xb7\xd6\x1b\x4f\x90\x20\x90\x88\x40\x39\xcb\x12\xc5\ \x82\xc3\x4d\xd3\x2b\xda\x1d\xe4\xcf\xdc\xfc\x42\x1a\xd4\xec\xed\ \xb7\xc7\x8d\xeb\x59\xe8\x14\x33\x40\x14\x4b\x0c\x09\x44\x32\x6b\ \x0c\x4f\x59\x5e\x66\x40\xa0\x54\x15\xdd\x88\x6a\x50\x3e\x77\xe9\ \xcb\x1f\xde\x3b\x6d\x45\x18\x2d\xec\xe2\xb7\x7f\x3b\xea\x78\xff\ \xe3\x07\x8b\x87\x8b\xd5\x72\xd5\xf5\xda\x43\x20\x8c\x09\x4a\xc0\ \x23\x47\xc2\x23\x26\x31\x8d\x31\x56\x6c\xbc\xba\xb7\xf8\xdd\x5f\ \xfa\x9d\xe5\x6c\xce\x6a\x6a\x94\x91\x59\xd6\x13\x0c\xc1\x10\x02\ \x9c\x90\xe1\xa8\xba\xfd\xe2\x33\x73\xdf\x7d\xf0\xe8\xc1\xa3\x74\ \xd5\x40\x1f\x6a\x0d\x8d\x51\x77\x81\xb5\x41\x9e\x98\xaa\x96\x1c\ \x68\xc2\xca\x9d\xdb\x87\x93\xac\x74\xd6\x30\xce\xa8\xa0\x8e\x47\ \x02\x40\x28\x10\x1b\xd1\x5b\x8a\x9a\x92\xf8\xe3\xca\x67\x51\x95\ \x95\xdb\xee\x41\x94\x80\x75\x36\x06\x1f\xbc\x87\x10\x29\x05\x8c\ \xd1\x7a\xaf\xb5\x81\x18\x21\x42\x9e\x66\x84\x33\x24\x44\x6b\x9d\ \x17\xc5\xc1\xe5\xcb\x45\x51\xb8\xcd\xc6\x38\x1b\x80\x04\x40\xa4\ \x84\x0a\x8e\x80\xc8\x38\x63\x94\x72\xbe\x2e\xdc\xc1\x17\x5f\xbd\ \x95\x0c\xfb\x3b\x8f\x45\xad\x93\x10\x3d\xa7\x3d\x07\x27\xd1\x47\ \xc6\x09\x47\x67\x04\x17\x65\x92\x31\x21\x28\x21\x22\x91\xb5\xed\ \x77\x76\x0f\x3c\xb0\xdf\x7e\xfd\xcd\x42\x24\x47\x6f\xdd\xff\xad\ \x7f\xf8\x8f\x9d\x73\xeb\xe5\xb2\xae\x9b\xf9\x7c\xc6\x08\x11\x42\ \x70\xef\x59\x44\x86\x8c\x46\x22\x18\x67\x24\x62\x84\xbc\x18\xde\ \x7b\xeb\xbd\xc7\x1f\xde\x65\x9c\x01\x80\x90\x92\xad\x75\x2a\x94\ \x08\x44\x12\xa1\x7b\xb3\xdb\xc3\x55\x9a\x92\x6a\x3c\x3f\x3e\x5b\ \xb6\xcb\xce\xe8\x7e\xd3\x99\xf9\x66\x97\x15\x7a\xb9\xb6\xcb\x66\ \xc0\xb2\x4b\xfb\x97\xd3\xab\x29\x25\x14\x08\xb1\x26\x24\x32\x91\ \x4a\x32\xce\x4c\xdb\x22\x84\x08\xc1\x69\x87\x31\x46\xef\x11\x23\ \x3c\xdd\xb9\x7d\x88\x89\x48\xa6\xe5\x58\x24\xc2\xe8\xd6\x38\xdd\ \x47\x6f\x3a\xe3\x5d\xb4\x26\x98\xde\x5b\x1f\x16\x21\x06\xd3\xa0\ \x6e\x4c\x0d\x9f\xe7\x8c\x2a\x19\x62\x3c\x3e\x3b\xf9\x57\x7f\xfe\ \xe7\xc6\x3b\xfb\xed\xaa\x59\xd6\x1b\x17\x1c\x10\xa4\x31\x08\x04\ \x0c\x21\x13\x52\x66\x32\x01\xb1\x69\x3a\x7e\x7d\xfa\x33\x5f\xfd\ \x06\x7d\x78\xee\xbe\xfb\x6e\x10\xfe\xad\x91\xa3\x51\xde\x58\x82\ \xec\xc2\x79\x92\x3d\x2a\x30\x03\x56\xc8\x6a\x90\x65\x9c\x31\x60\ \x4a\x5b\xc3\xd3\x74\x7c\x70\xf9\xfb\x6f\xbe\x7f\xb6\x5e\x5e\x29\ \xa7\xef\x7d\xe7\x3d\xdd\x06\xdb\x87\xc5\xec\x5c\x77\xab\x07\xf7\ \x3e\xd8\x9b\x4e\x28\x72\x17\x9a\x88\xa0\xea\xa0\x54\x9a\x78\x88\ \x81\x4b\xc1\x63\x70\xff\x97\xff\xfd\xff\x69\x50\x65\xa3\x61\x69\ \x3d\x8d\x7d\x20\x8d\xd9\x4d\x94\xd3\xce\x04\xcb\xab\x72\x6f\x38\ \xac\xaa\xf4\x8a\x2b\xff\x81\x7b\xf0\x10\x1a\xa2\x4d\xb6\x69\xed\ \xa9\xcb\x9d\x82\x3b\x73\xb6\x21\xe5\xa5\xcb\xd7\xaf\xbd\x78\xbb\ \xdc\x9f\x2b\xe2\x9a\x1a\x05\x1d\x94\x43\xa1\xb8\x71\x86\x12\xa4\ \x84\x6c\xd6\x6b\x00\xa1\x64\x16\x83\x7f\xea\xe3\x83\x62\x8c\xb5\ \x35\x12\x90\x31\xe7\xbd\x07\x04\xef\x7d\x88\x01\x23\x22\x62\x08\ \x41\x12\x26\x94\x12\x34\x22\x65\x2c\xe1\x94\x49\x42\x99\x75\x9e\ \x20\x64\x45\x39\x29\x0a\x03\x68\x9d\x0f\x10\x89\x64\x31\x44\xca\ \x28\x8a\x24\xc6\x10\x08\xfa\x28\x32\x3e\x0c\xeb\xcd\x5f\xf8\xf2\ \x4f\x7c\xee\x27\xbf\xfa\x77\xfe\xee\x7f\x74\x9e\xba\x01\x85\x4c\ \x23\xb3\x5e\x49\xda\x46\x03\x94\x1b\x6b\x84\x14\x65\x59\x1a\x63\ \x82\x0f\xcb\xe5\x32\x4d\xd2\xc5\x6c\xfd\x5b\xff\xf8\xdb\x6b\xe8\ \x74\x49\x4a\x55\xac\x4f\x97\x6e\x63\x04\x08\xef\xdc\x66\x53\x33\ \xc5\xa9\xe4\x24\x5a\x4d\x80\x29\xce\x19\x8f\x84\x58\x1b\x23\x89\ \x5c\xf2\x59\x57\xaf\xde\x7e\x9d\x51\x5a\x15\xb9\x42\xa6\x90\x32\ \x8f\xd8\xbb\x4c\x48\x1a\x02\xae\xeb\x76\x3e\xdf\xbf\x7d\x79\xe5\ \x9b\x23\x5b\x7b\x1f\x81\x41\xdf\xb6\x66\x6d\x13\x43\xfb\x45\x2d\ \x09\x1b\x57\xd3\xec\x20\x63\x84\x51\x63\x11\x91\x32\xba\xed\x1c\ \x66\xad\xb5\xce\x86\x18\x10\xa3\x73\xd6\x7b\xff\xe3\x39\xc7\x26\ \x84\xb0\x5e\x35\x69\x96\x1a\xa7\xb5\xee\x28\x21\xd1\xfb\x18\x03\ \x01\x94\x82\x4b\x2e\x78\x92\x16\x79\x26\xb9\x08\xd6\xa1\x0f\x3e\ \x86\x80\x51\x24\xaa\x18\x0d\x84\x94\xab\xcd\x06\xa3\x63\x8a\xc7\ \x80\xde\x7b\xa6\x44\xf4\xc1\x7b\x4f\x28\x91\x52\x00\xa1\xac\x90\ \xaf\xfd\xfc\xcf\x4d\x66\xdd\x77\x3f\xbc\xe7\xbc\x21\x8a\x35\x12\ \x5b\x85\xc6\xb7\xc4\x63\x8a\x9c\x71\xaa\x92\x42\x49\x69\xba\xde\ \x69\xeb\xbd\x8b\x10\xdf\xf8\xfd\xef\xfd\xe0\xcd\x1f\xb0\x2c\x39\ \xdc\x3b\x40\x22\xef\xdd\xbf\xdf\xd4\x35\x25\x94\x51\x1a\x7d\xa8\ \x06\x83\xae\x6d\x83\x0b\x88\x51\xa9\x8c\x53\x0e\x88\x11\xa9\xf7\ \xde\x19\x4f\x19\x81\xe8\x90\xfb\xa2\x28\x01\xc1\x8b\xe8\x58\x30\ \xc6\x0e\x65\x96\x08\xb2\x78\xf8\x70\x7e\x77\x7f\x7c\x6b\xf7\x20\ \x1f\xb4\xad\x51\x81\x31\x67\xc0\xc0\xa6\x5e\x74\x67\x8b\x14\xb9\ \xee\xb5\x13\xd9\x68\x90\x86\x10\x19\xe5\x52\x10\x63\x4c\x8c\x31\ \x98\x80\x3e\x6c\x5b\xae\x45\x40\x4a\x29\xe1\x1c\x28\x7b\xba\x82\ \x65\x4a\xc9\x6a\xdd\x3d\x3e\x5d\xa8\x44\x58\xdb\x37\xcd\xba\x6d\ \x36\x31\x44\x67\x03\x23\x7c\x38\x18\x56\xc3\x11\x30\xc2\x71\x30\ \x2e\xd2\xd9\xd1\x43\x07\x51\x7b\x1b\x7c\xbc\xfa\xcc\x33\xfb\x07\ \x97\x4f\xce\xe7\x68\x3d\x44\xa4\x84\x38\x1f\x38\x61\x45\x92\x35\ \x7d\x1f\x90\x10\x42\x73\x95\x46\x13\xbe\xf9\xd2\x73\x7f\xe3\xdf\ \xfe\xcb\xff\x87\xff\xdd\xdf\xda\xe8\x73\xec\x91\xe4\x5c\x41\x92\ \xf5\xc8\x35\x69\x73\xbe\x16\xb6\xb2\x50\x95\x25\x41\x38\x3b\x3b\ \x6f\xda\x46\x64\x4a\x37\xee\xbf\xf8\x7f\xfe\xbf\xa2\x64\x69\x99\ \xef\x5f\x56\xc7\x27\xf3\xf7\xde\xbb\xe7\x03\x15\x92\x05\xec\xd3\ \xd1\xa0\x63\xa1\xd3\x3a\xa0\x2c\x55\x3e\xa2\x9c\x71\x8e\x3e\x74\ \xde\xba\xe8\x23\x41\xc2\xd8\x6a\xb5\xd4\x8a\xa6\x55\xbe\xc7\x04\ \xef\x3a\xae\xc3\x84\xb1\x8d\x60\x77\x56\xf7\x7f\xe3\x07\xbf\xf1\ \x67\x06\xdf\xf8\x73\x3b\x97\xee\xd4\xf7\x3f\x4e\x0c\x1a\x4c\xcf\ \xe6\x87\xa7\x36\xab\x5b\x76\xd4\x59\xa6\xbe\xbf\x78\xf0\x73\xaf\ \xfd\x14\x9c\x85\x1b\x9a\xf3\xe9\xa5\x59\xbd\x02\x88\x80\xa0\xdb\ \xd6\x58\xa3\x8d\x29\xb3\xdc\x98\xe0\x75\x9b\xaa\x8c\x52\xf2\x74\ \xe9\xac\x18\xa3\x75\x21\x49\x65\x88\x61\xbd\x69\xbc\xf7\x49\x92\ \x70\xce\x99\xa0\x9c\x73\x95\x24\x23\x91\x56\x45\xee\x24\x73\x1c\ \xac\xb7\xab\xf3\x19\x63\x54\xe5\x99\x54\xd2\x91\xd0\x63\xb0\xc6\ \x85\xe8\x09\x41\x0a\x84\x32\xea\xbd\xe7\x8c\x51\x46\x7a\x67\x69\ \x8c\x84\xf1\x61\x52\xc2\x47\x67\xcf\xfe\xf4\xe4\x2f\xff\xb5\xbf\ \xfa\x1f\xff\xde\xaf\xaf\x66\xcb\xbd\xb9\xcb\xcf\x5a\xdd\x19\x5b\ \x88\x34\xb0\x44\x2a\xa9\xe4\xf6\x40\xab\xed\xd1\x9d\x4d\xdb\x34\ \x4d\xb3\x59\xaf\x35\x71\x7b\xb7\x2f\x8d\x86\x85\xe1\xed\xbc\x99\ \x71\xe0\x10\xa0\xaa\xca\x67\x6e\x5c\xff\xe8\xc3\x0f\xfa\x4d\x43\ \x32\x85\x18\x22\x7a\x87\x24\xd2\xe0\x82\x73\x0e\xb9\x62\x00\xce\ \xc5\xd8\xfa\x08\x83\x12\x04\x51\x09\x23\x54\x44\x0a\x94\xd1\xb9\ \xdd\xbc\x77\xf4\xf1\xee\x94\xd4\x49\xa0\x86\x64\x96\xf5\xad\x8b\ \x8d\x09\x8d\xd1\x6b\xed\x7b\xed\x1d\xad\x61\x9d\xa7\x19\x40\xcc\ \xb2\x9c\x52\x6a\xad\x35\xc6\x20\x42\x08\xd1\x39\x0f\x00\x42\x48\ \x4a\xe9\x67\x74\xef\x7f\x34\xee\x30\xca\x94\x4c\x16\xb3\x55\xb0\ \x36\x49\x13\xae\x64\x92\xe7\x82\x33\x21\x44\xa2\x44\x9e\xa6\x24\ \x13\x81\x23\x09\xd8\x2c\x96\x7d\xd3\xca\x54\x15\x65\x89\x88\x3e\ \x04\x6d\x74\x00\x8c\x18\x09\x61\x91\x42\x24\xc0\x80\x70\xca\x02\ \xf1\x88\xc8\x08\x8b\x92\x8c\x56\x7a\xfe\x9f\xfc\xe6\x97\xfe\xea\ \x2f\x54\xff\xa3\xff\xf6\xef\xbd\xf7\xfa\xa3\x47\x0f\x7c\xdd\x92\ \x8d\xe6\xf3\x5e\x02\x4b\x15\x17\x4c\x4a\x26\x08\x90\x18\x62\x08\ \x81\x33\x8e\x21\xb4\x5d\x0b\x8e\x43\x40\x9b\x77\x50\x2a\xc1\x05\ \x20\x84\xe0\xa5\x4a\x2e\x5d\x3e\xb8\x7c\x78\xe9\xf7\xbe\xf3\x3b\ \x80\xc0\x19\xed\x31\x62\x70\x00\x80\x94\x20\x61\x00\x8c\x30\xe8\ \xad\xf5\xda\x21\x97\xd7\x5f\xbc\x75\xbe\x1b\xa9\x4a\x89\x8f\xab\ \x48\x58\x08\x4a\x88\x77\xc5\xc6\xaf\xfa\xbb\x6e\x79\x44\xfa\xa4\ \x31\xf1\xb4\x09\x6b\x9d\x21\xb7\x8e\x7a\x6d\x32\x99\x2b\xa9\x62\ \x04\x00\x2a\x93\xc4\x5b\xa7\x94\xda\xf6\xdc\xf1\x21\x6c\xcf\x78\ \xa4\x94\x46\x44\xd0\xdd\x53\x66\x73\xb7\x6d\x8f\xd2\x7c\xbe\xee\ \x8f\xdf\xfb\xb0\x2c\xd3\x9d\x9d\xc9\x60\x9c\x15\x45\x3e\xa8\xca\ \x22\x2f\x8b\xbc\xc8\xf2\xc2\x08\x8e\xde\x9a\xf5\xa2\x5d\xcf\x84\ \x50\xa3\xd1\x44\xf7\x26\x49\xb2\xf9\x7c\x6e\x9d\x25\x01\x25\x63\ \xde\xb9\xe8\x3d\x10\x4c\x18\x8f\x42\xb5\x9d\x09\x3e\x70\xc2\x8b\ \x24\xbd\xff\xfd\xef\xbd\xf1\xab\x37\xfe\xda\x7f\xff\x6f\x7c\xe7\ \xfe\x07\xdf\xff\xdd\xef\x1e\xcc\x91\x1f\xb5\x27\xa2\x5e\xe4\x5c\ \xe7\x7c\x00\x7c\x54\x2a\xa5\x92\xf5\x7c\x11\x63\x1c\x0d\x87\x4d\ \xdf\xf6\x4d\xd3\x58\x5d\x4d\x47\x22\x29\x98\xc3\x94\xc9\x94\xc9\ \xc6\x3a\xc1\x39\x01\xf1\x67\xff\xdc\xcf\xfd\xe6\xef\xfc\xd6\x6a\ \x7e\x9c\x64\x89\x17\xb0\x6e\x6b\xea\x44\x44\x1a\x18\x0d\x8c\x06\ \x02\x26\x5a\xc7\xd9\x89\x35\xb7\x76\xae\xb1\xbc\x24\x3b\x89\x56\ \x5e\xb5\x1d\xa9\xa4\x93\xea\x0f\xa6\x71\x3e\x7f\xfd\x11\x98\xda\ \x2f\x90\xf5\xfc\x61\x57\x9e\x99\x43\xad\xcc\xf9\xba\x7e\x30\x1f\ \x5e\xb9\xb2\x3b\x1c\x45\x1b\x78\x20\x57\x86\xd3\xc7\xa6\x97\x69\ \x01\xc1\x33\x06\x14\x5a\x12\xdd\xa0\xa8\x08\xa1\x82\x32\xcb\x9d\ \x4a\x38\x3c\xed\x7e\xf4\x10\x63\xab\xc3\xce\x7e\x59\x55\x95\xca\ \xaa\xf5\x6a\x95\xe5\xf9\x68\x34\x4a\xd3\x34\xf8\x00\x94\xe4\x3e\ \x24\x82\xf7\x5e\x1b\xef\x99\xa0\x45\x51\x8c\xd3\x42\x2a\x49\x18\ \xb3\xce\x76\xa6\xcf\x1d\xc3\x08\x0c\x29\xa7\x14\x42\x74\x96\x30\ \x0e\x08\x84\x5b\x40\xa4\x2d\xc5\xa8\xe4\xfd\xbb\x0f\xff\x8f\xff\ \xdb\xbf\xf5\x85\xff\xe6\xcf\xfd\x8f\xff\x9d\xbf\x79\xde\x2c\x66\ \x1f\x7c\xac\xd6\xba\x5f\x6d\x36\xdd\x06\xef\xd5\x9b\xc5\x2a\x22\ \x6e\xa7\xb7\x10\x22\xcf\x73\x6b\x6d\x92\x24\x9c\x71\x1d\xb4\x5d\ \xd4\x67\xf6\xa8\xdd\xb4\x88\x08\x8c\x12\x02\x93\xf1\xf8\x99\x2b\ \x57\xee\xbe\xfd\x36\x35\x2e\x51\x22\x04\xbf\x9d\xfd\x9c\xd2\x4a\ \x2a\xe7\x1c\x86\xe8\xbc\x0b\xd6\x91\x54\x3e\xf3\xb3\x3f\x21\x12\ \xe9\xc0\x53\x41\xa2\xb7\x04\x22\x0b\xba\x49\xe9\x47\xcb\x3b\x0b\ \x30\x65\x8f\xbc\xf1\xfd\xd9\xda\xae\x75\x1e\xb9\x0f\x6c\x50\x4d\ \x0a\x91\x09\x2a\x32\x26\x11\x81\x10\xb2\x3d\xcb\x90\x31\x46\x08\ \x6c\x4f\xee\xdc\x76\x11\x4e\x92\x94\x8b\xff\x0f\x6b\xff\x19\xad\ \xd7\x99\x5e\x07\x82\xcf\x1b\x4f\xfc\xe2\xcd\x17\xb8\xc8\x20\x08\ \x92\x00\x33\x98\xab\xc8\xca\x49\xa5\x2a\x05\x07\x49\x25\x8f\x82\ \xed\xf6\x72\x7b\x3c\xab\xa7\x67\x8d\x27\xfc\xf0\xcc\x2c\x4d\x58\ \x13\xba\xa7\xd7\xa8\x5b\xb2\xa6\x65\x7b\xb5\x83\x2c\xc9\xca\x15\ \x58\x99\x55\x64\xb1\x08\x66\x80\xc8\xe1\xe6\xfc\xe5\x93\xde\xfc\ \xce\x8f\x43\xc2\x9a\x5f\x4d\xa1\x89\x5f\x17\x1f\xee\xba\xf8\xbe\ \x73\xdf\xf3\x9c\xfd\xec\x67\xef\xfd\xd0\x8f\xc0\x17\x5a\xff\xf4\ \xa5\xc5\xc3\xdd\x76\x31\x1a\x0d\x09\xc1\xdd\x4e\x27\x08\x39\xc5\ \x04\x90\xb7\xd6\x20\x40\x1e\xf9\xb2\x2a\x90\xf1\xcd\xb4\xd1\xe4\ \x51\xc2\x23\x64\x9d\xd6\x5a\x08\x81\x08\xa6\x00\x8e\x10\x04\x40\ \x3d\x22\x88\x22\x0f\x08\x11\xf0\xd8\x78\x4f\x08\xd1\xde\x2d\xa1\ \x48\xbe\xf4\xde\xbf\xb8\x7d\xe3\x9e\x5f\xf9\xcc\x43\x7f\xeb\xb3\ \x0f\x81\x1f\xdd\x5c\x4d\x07\xa2\x99\x59\x97\x8b\xf7\x2e\xbe\xb7\ \xbf\x3b\x71\xca\x6a\xeb\x10\x42\x51\x18\x62\x00\xee\xa1\xd9\x6c\ \x68\xef\x7a\xc3\x81\x1c\x67\x03\x63\x45\x55\x80\x37\x18\x21\xf0\ \x36\x64\xd4\x6a\x29\x65\xc5\x18\xb3\xca\x99\x80\x29\xa8\x77\x22\ \x93\x7a\x03\x04\xa5\x58\x21\xab\x91\x3d\x7c\xff\xe9\x8f\x7f\xf9\ \xd3\x6f\x84\x1b\xbb\xe3\x91\x0e\xf9\x58\x4b\x6f\x8c\xc9\x8a\xa2\ \xbf\x2d\xb7\x25\xed\x24\x05\x38\x3f\xc8\xa3\x89\xc5\x63\xd5\x68\ \xa6\x07\x0e\x1d\xe7\x40\x12\x1e\x51\x44\xad\xf5\xd6\xd9\xd1\x68\ \x84\x10\x02\x07\x08\xc0\x1a\x4b\x00\x51\xc6\x3c\x46\xd6\x3b\xec\ \x3d\x0d\x38\x61\xe4\xee\x4e\xbf\xb1\xe6\xe8\xf1\x53\x9f\xfe\xfc\ \x97\xaf\x5e\xbd\x94\x8d\x47\xc7\x4f\x1c\x9e\xe9\x76\x30\x45\xde\ \x19\x25\x25\xc6\x08\x73\xaa\x4a\x21\x8b\x8c\x5a\x77\xea\xd8\x3d\ \x07\xa7\xa7\x42\x12\x1a\xaf\x27\xfd\x91\x55\x26\x40\x44\x39\x05\ \x88\x30\xca\x30\xc6\x56\x6b\x63\x7d\x40\xa8\x00\x8d\x28\xf1\x40\ \x3c\x20\x69\xfd\x5f\xfc\xf6\xbf\x3e\x72\xfe\xcc\x3d\xff\xab\x5f\ \xfa\xd8\x67\x9f\xd9\x5a\xbe\xdd\x18\xe8\x83\x85\x86\xca\xf9\xcb\ \xdb\xfd\xf7\x6e\x0d\x8a\xb1\x98\x4c\xb4\x35\x61\x18\x86\x61\xc0\ \x18\x6b\x36\x9a\x24\xe4\x7b\xc3\x41\x35\xc8\x36\xdd\x9a\xd1\xde\ \x28\x8d\x9c\xf3\xd2\x04\x11\x45\xd6\x9a\xb2\xc2\xda\x7a\xa1\xb4\ \xf2\x91\xd1\x52\x56\x61\x18\xc7\x41\x6c\x0c\xb2\x00\x2d\x9e\x0e\ \x27\x83\x90\xc0\x2f\x3c\xf3\xf9\xec\x18\xff\x63\x7f\xb5\x3f\xe3\ \x3b\x83\x11\x11\xf2\x76\x1a\x7e\x57\x6e\x8a\xbd\x7e\x6a\x9a\x96\ \xaa\x70\xa2\xba\x17\x86\x8d\xa1\xed\xa9\xec\xe8\x3d\x27\xcf\x1d\ \x7b\xb8\x05\x21\x9e\x9f\x09\x2d\x0d\x69\x71\xa3\xec\x0f\x8c\x71\ \xc6\x51\x82\x9d\x91\x08\x18\x23\x0e\x8c\x89\x1b\xb1\xb5\xd6\x38\ \xe5\x41\xdf\x6d\xbd\x07\x84\xb0\x32\x76\x67\x6f\x1f\x11\xba\x74\ \xf8\xc8\x99\x07\x5b\xbb\xbb\x7b\x65\x59\x0a\xad\x39\xe3\xd6\xb9\ \xdc\x69\xc4\x19\xe2\xbc\x9d\xb6\x66\xa7\xa7\x4d\x5e\xa1\x4a\x82\ \xb1\xa2\xac\x10\xf5\x01\x61\x60\x3d\x02\x84\x00\x23\x40\x80\x10\ \x63\xc4\x03\x38\x63\x01\xc0\x1a\x03\x9c\x9b\x80\xb6\x8e\x1f\x40\ \x42\xbe\xfc\xfb\x7f\xb8\xfd\xf6\x7b\x67\x7e\xf6\x13\xae\x1d\x5d\ \xf7\x93\x03\x73\xb3\x87\xf5\xbc\x10\x9b\xba\x92\x79\x51\xd4\x5b\ \x29\x18\x63\x42\x08\x84\x50\xbd\x7a\x14\x6b\xe4\x2a\x5d\xd9\x02\ \x3c\xa2\x84\x1a\x6b\xc1\xf9\xde\xa0\xf7\xee\x3b\xef\x54\x79\x1e\ \x11\x6a\xb4\x05\x4a\xea\xd8\x39\x0f\xa0\xb4\x31\xd6\x32\xce\xab\ \xb2\x5c\x3a\xb8\x74\xfc\xc1\xfb\x4e\x3d\xf2\x90\x0a\xd0\xf7\xdf\ \x7d\xb5\x24\xce\xc7\x5e\x88\x42\x56\xe5\xee\xf2\xb6\xc7\xb8\x3d\ \x37\xcd\x04\x2a\x37\x47\xba\x5f\x89\xfd\xc9\x74\x77\xee\xc8\xc9\ \x63\xe5\x70\x92\x06\x69\x1c\xc6\xde\x41\x55\x55\x4a\xcb\xaa\xaa\ \xbc\x73\x84\xbe\x1f\xb6\x19\x04\xa1\x73\xae\x4e\x56\xc6\xf8\xa3\ \xd8\x8f\x8e\x10\xb2\xd6\x0e\x87\xa3\xa3\x47\x8f\x3e\xfe\xd8\xe3\ \xdb\x5b\x5b\xfb\xbd\x7d\xa5\xb4\xa3\xde\x7b\xef\xc1\x07\x01\x57\ \x4e\x34\x9a\xcd\xa3\x8b\x87\x62\x20\x45\x7f\x08\xca\xb8\x4a\x13\ \x67\x63\xca\x3c\x20\x69\x34\xe7\xd4\x39\x8f\x00\x11\x0c\x4e\x5b\ \x0f\xce\x7b\xec\xb5\xc6\x60\x03\x46\x7d\x42\x0f\x1d\x3f\xde\xa1\ \xfa\x87\xbf\xf7\x07\x37\xce\xbf\x7e\xdf\xb3\x8f\xd9\x00\x5d\xd9\ \xde\x3d\x35\xb7\x64\x8a\xa1\x04\x1d\x87\xa1\xf0\x52\x1b\x89\xde\ \xe7\x56\xbd\x51\x8a\x7a\x4a\x3d\x24\x94\xab\xa2\xd2\xce\x68\x29\ \x31\xc2\x08\xa0\xaa\xaa\x9b\xb7\x6f\xd5\xbb\xab\x19\x67\x98\x62\ \x46\x88\x07\xe4\xc0\x60\x84\xb1\xf7\xce\x3a\xc0\x28\x1b\x8d\x3f\ \xff\xf9\xcf\x3d\xf4\xe0\x43\x07\xba\xd3\xbc\xcd\xff\x64\xe5\x87\ \x7b\x81\xc9\x42\x54\x49\x01\x59\x2e\xb7\x77\xe7\x82\xb4\x51\x21\ \x22\x2b\xb3\x95\x8f\xd6\xf7\x87\x83\xe1\x7d\x4f\x1e\x5f\x9c\x99\ \x5f\xbe\x71\x2b\xa1\x09\x8f\x42\xad\xb5\xd3\x9e\xf3\xb0\x2a\x0b\ \xce\xb9\xac\x44\x14\x84\x01\x63\x42\x08\x29\xa5\xb6\xc6\x22\x28\ \x94\xd0\xce\xdd\xdd\x40\x97\x10\x72\xe3\xe6\xad\xb2\x92\xff\xd9\ \x3f\xfa\x27\x59\x3e\x7e\xe7\xad\x37\x94\xaa\x6c\xa9\x18\x23\xda\ \x39\xe4\x7c\x9c\x24\xc8\xda\x07\x4e\x9d\x3e\x71\xf0\xc0\xee\xea\ \x2a\x92\xc2\x14\x1a\x84\xe3\x16\x63\x44\xcb\xaa\x62\x98\xd9\x7a\ \xe3\x3b\xc6\x56\x6b\xe7\xac\x94\x8a\x52\xa2\x2c\x42\x84\x60\xef\ \x17\x67\x8f\xa5\x8f\x4c\x9f\xbf\xf8\xc6\xeb\xff\xf9\x6f\x3d\xfe\ \xe5\x17\x06\x0f\x2f\xfc\x6b\xb9\xc6\x9b\xe9\xb3\xae\xf1\xd0\xde\ \xd6\x71\x4f\x06\x84\x44\x84\x22\xe7\x94\x76\x00\xa8\x2a\xab\x30\ \x89\x19\x66\xa0\x2c\x78\xbf\xdf\xef\x5b\x0b\xc6\x9a\x80\x47\xa2\ \xc8\xa1\x32\x3f\xfc\xc6\xb7\x47\x83\x5e\x83\x46\x4c\x23\xca\x10\ \xb4\x42\xa6\xc1\x1a\xaf\xbd\x25\x98\x79\xeb\xf6\x36\xb6\x4e\xdf\ \x7f\xfa\x37\xfe\xe1\x6f\x2c\x2d\x1e\x28\xef\x89\xff\x87\xdd\x9b\ \x3f\xb5\x37\x82\x29\xa0\x83\x71\x41\x11\x94\x39\x54\xe3\x96\x4c\ \x1b\x3d\x01\x57\xb7\x17\x37\xf1\xf2\xe5\x55\x7e\xf4\xf0\xa1\x27\ \x1f\xcd\x5e\xb9\x3e\x6f\x83\xb6\xe4\xd4\x62\x17\xa5\xdb\x91\x1a\ \x0e\xe4\x94\xe3\xde\x7b\x42\x83\x90\x73\x67\x83\xb2\xcc\xb6\xb6\ \xb6\xd2\x76\x43\xe8\x0a\xb9\x7a\xad\xd0\xdd\x88\x96\x1d\x80\xc7\ \x18\x11\xb2\xba\xbe\xbe\x3f\x18\x9c\x3b\x77\xee\xd1\xc7\x1f\x5f\ \x5e\x5e\xbe\x75\xeb\x96\xd2\x26\x49\x52\x19\x90\x3d\x57\x1d\x3f\ \x75\x4f\xb3\xd5\xd2\x45\x21\x87\xe3\x08\x10\xb1\x8e\x3b\x64\x8d\ \xc7\x18\xc6\xcc\x23\x8f\x08\x02\xec\x01\x3b\xb0\x06\x09\x51\x21\ \x86\x5b\x33\xdd\xfb\x4f\x9d\x42\x8c\xb7\xe7\xe7\x67\xe6\x67\xcf\ \xcc\x2f\x6d\xbd\x7e\xf1\x5f\xfe\xfe\xff\xf7\xcf\x36\x57\xce\xfd\ \x2f\xbf\x66\x62\xf6\xf6\xd5\xcb\x8d\xdd\x3c\x5a\xae\x38\x61\x41\ \x10\x08\x21\xd2\x34\xf5\xde\x07\x41\x50\x96\xa5\xf7\xde\x18\x43\ \x10\x62\x98\x97\x95\x74\x84\x68\x69\x10\xc6\x08\xe1\xc9\x64\x32\ \xe9\xed\x31\x8c\x84\xae\x32\x9a\x04\x61\x44\x28\xb1\xd6\x62\x84\ \x3c\x02\xeb\x98\x07\x28\xc3\x30\x39\x76\xf4\xd9\x17\x3e\x3d\xad\ \x58\x78\x68\x61\xff\xc8\xde\x2b\x5b\x97\x2b\xb0\x8e\x38\xec\x5d\ \x52\x9a\x44\x42\x63\xd4\xb3\x25\x52\xc3\xd2\x0c\xca\xe1\x46\xaf\ \xa1\xf8\xfc\xbd\x8f\xee\x16\x56\x94\x22\xc0\x1c\x03\x26\x08\x23\ \xc0\x08\x30\xc2\x18\x3c\x62\x94\xd7\xe1\x76\x42\x08\x25\x8d\x35\ \x1e\x7d\x38\xc1\xda\xff\x68\xdd\x01\x6b\xed\xc6\xc6\xc6\x70\x38\ \x2c\x8a\x7b\xce\x9d\x7b\xbc\x37\xe8\x5f\xb9\x7a\x59\x1b\x43\x28\ \x66\x2c\x28\xca\xf2\xe8\xfd\xc7\xa6\xe7\x3b\x72\x9c\x6f\xaf\x6f\ \x63\x61\x12\xc2\x90\xf3\xc4\x23\xe7\xc1\x38\x8b\x9c\x47\xd6\x63\ \xeb\x90\x43\x60\xbd\x91\x0a\x00\x18\x67\xf7\x3f\xfc\xc0\xe2\xa1\ \x43\x3c\x8e\x16\x8f\x1d\x59\x5c\x5a\x3c\xd0\xea\xbe\xf8\xe7\x7f\ \xfa\x2f\xff\xed\xef\xaf\x64\xf2\x53\x7f\xff\xef\xbc\x3d\x29\xde\ \xb8\xf2\x9e\xde\x1a\xb6\x14\xa6\x05\x36\xda\x32\x4a\xa3\x34\x75\ \xc6\x1a\xa5\x3d\x00\xc2\xb8\xca\x0b\x4a\x29\x25\x48\x6a\xcd\x28\ \xd6\xc6\x39\x6b\x01\xf9\x5c\x14\x04\x63\x60\xb8\xb2\x12\x13\xdc\ \x56\x2e\xb6\x58\x5b\x8b\x89\x23\x84\x0a\xa9\x79\x08\x00\x8c\x65\ \xe2\x48\x7b\x7a\xca\x92\xc3\x78\x2a\x3f\x74\xdf\xb7\xb6\x2e\x39\ \x6d\xa8\xc7\x36\xd7\x61\x5f\xce\x38\x32\x43\x30\x31\xe8\xd2\xda\ \x64\xb0\x3d\xe8\xef\xef\xdd\xbe\x72\x6b\x2e\x9d\x59\x98\x59\x10\ \x52\x16\x45\x49\x08\x05\x8f\x01\x20\x8a\x63\x84\x10\x45\x98\x11\ \x5a\x95\x25\xc6\x98\x07\x81\x55\xde\x22\xef\x08\xb2\x70\x97\x79\ \x83\x04\x93\xdd\xbd\xdd\x6f\x7c\xe3\xc5\xb5\xf5\xd5\x7f\xfc\x8f\ \xff\xf1\xdf\xfe\xbb\x5f\xfb\xce\x8b\xdf\xb8\x71\xfd\x0a\x21\xd0\ \x6c\x25\x65\x59\x60\xc6\x3f\xf3\xa9\x4f\x1a\x21\xf6\x76\xf6\x94\ \xd4\x48\x28\x6c\x9d\xd7\x8e\x38\x40\x80\x42\x42\x2b\xef\xb4\xf5\ \xc8\x3b\xe4\xbd\x36\xc6\x38\x8b\x28\x59\x9c\x3f\x78\xcf\x03\x67\ \x82\xb4\x79\x60\xe9\x30\x3a\x72\x08\x5a\xe1\x2f\xf7\xc6\x7f\xfa\ \x0f\xfe\xd9\xe0\xff\xfd\xcd\x7b\x7f\xeb\x57\x37\x1f\x58\x7a\xfb\ \xc6\xe5\x1b\x97\x2e\xd2\x7e\x35\x43\xda\xc8\x98\x4a\x9b\x76\xab\ \xed\x12\x83\xeb\x1d\x8c\xe0\x27\x59\x8e\x81\xc6\x71\x58\xba\x22\ \x08\x99\x94\xb2\xc8\x4b\x8c\x20\xc0\x64\xb8\xd7\xb3\x4a\x52\x86\ \x19\x8b\x68\x12\xef\x37\x8c\x29\x35\x31\x10\x51\x8c\x8d\xd1\x52\ \xb3\xd9\xc6\x18\x4b\x68\x85\x30\x13\xdf\xaf\xf8\xff\xfc\xe0\xe3\ \x1b\x6b\x3b\x9b\x62\x27\x6d\x46\xbe\x37\x6e\xbf\x3b\x7e\xa1\xdf\ \x98\xbd\x52\x46\xd3\xad\xbd\x71\xf5\xca\x1b\x97\x6e\x5f\x1f\xca\ \x8d\xd1\xa9\x47\x1e\xfa\xe4\xc9\x07\xe0\xc6\x5e\x7f\x52\x36\xc2\ \x84\x33\x9e\x9b\xca\x61\xd2\xee\x76\x94\x56\x21\xe7\xba\x2a\x8d\ \xf3\x71\xda\x52\xc8\x7a\x0a\xc2\xdb\x28\x0c\xd1\xdd\x09\x07\xc1\ \x13\x8c\xe3\x28\xe4\x9c\xd7\xab\x41\x5e\x79\xf9\xe5\x7e\xaf\x77\ \xf6\xec\xd9\xee\xd4\xd4\xad\x9b\x37\xcb\xa2\xdc\x2e\x06\x8f\x7f\ \xe2\xa9\x73\xcf\x3c\xfb\x67\x7f\xfa\x27\x50\x88\xd4\x22\x90\xde\ \x5b\xc4\x28\xf1\x80\x9c\xb5\x08\x3b\x04\x08\x3c\x80\xf7\xde\x7b\ \xa9\x25\xa6\xd8\x38\xbf\x74\xe4\xc8\x97\xbf\xfa\x95\x4c\x89\x46\ \xab\xf5\xc0\xb1\x93\xa1\xc7\x0f\x9d\x79\xe0\x4a\xb5\xfb\xef\x7f\ \xfc\x62\xa2\x51\xb2\x91\x0d\x57\xf6\x75\xa1\x03\x8b\x8d\x47\xf5\ \x6a\x60\x4a\x69\x96\x65\xde\xfb\x7a\x41\x9b\x54\x8a\x00\x38\xab\ \x11\x22\x9c\xf0\x24\x02\x0f\xc8\x3a\xab\x2c\x28\xe4\x2c\xc1\x84\ \xe3\x20\x88\x02\x12\x5a\x6d\x9c\x05\x12\x50\x84\x90\x71\xc6\x38\ \xcb\x83\x78\x7d\x73\x67\xed\xfa\xed\x63\x07\x0e\x91\x59\x71\xa8\ \x3d\x75\x69\x18\x6a\x5f\x58\xe7\x8a\x9d\x7e\x63\xa8\x67\x4a\x72\ \x80\xf1\x22\x8a\xdf\xea\xed\x6e\x5d\x5f\x33\x42\x55\xbc\xdc\x59\ \xdf\x8e\x79\xe4\xa4\x17\x95\xc4\x80\x09\x25\x1e\xa0\xd1\x68\x62\ \x8c\xca\xb2\xc4\x98\x78\xef\xea\x66\x10\x00\xaa\xaa\x32\xfa\x23\ \xf1\xa3\x7b\x40\x08\x25\x49\xec\xbd\x7d\xeb\xad\x37\x85\x2c\x1f\ \x3b\x77\xee\xc9\xa7\x9e\xdc\xd8\xdc\xb8\x75\xeb\x66\x21\xca\xb9\ \xb9\xb9\x67\x3f\xf5\xfc\x4f\xdf\x79\xed\xd6\xed\x1b\x33\x61\x62\ \x8c\xc4\x00\xd8\x79\x4a\x88\x76\x56\x5a\x03\x08\x9c\x56\x04\x30\ \x46\x04\x30\x20\x8c\xac\xf7\x8c\xb3\x7b\xee\xbf\xef\xa1\x27\xce\ \x09\xb0\x47\x16\x16\x67\x78\x2c\x42\xfc\x85\x5f\xff\xe5\x97\xfb\ \x37\x7a\xd5\x04\x4a\x55\xdd\xd8\x82\x9d\x41\xd3\x31\x50\x86\x62\ \x46\x19\x21\x84\x38\xef\x27\x79\xa6\x95\xb6\xce\x12\x4c\x84\xd1\ \xce\x3a\x84\x80\x50\xcc\x30\x41\x14\x2c\xc6\x98\x3a\x83\x3c\x22\ \x58\x54\x05\xc5\x0c\x73\xc4\x8d\x0d\xb5\x47\x9c\x21\x0c\x5a\x9b\ \x80\x12\xa7\x0d\x0d\x82\x8b\xe7\xcf\x1f\x9a\x9d\x7d\xe8\x91\xb3\ \xc2\xd3\x7a\x50\x11\x12\x52\x8d\x46\x68\x98\x75\x0c\x8d\x4b\x17\ \x32\xb4\xb3\xb9\xb3\x76\x75\xc5\x53\x7e\xe6\xe4\x99\xe3\x4b\xc7\ \xc7\xc3\x49\x51\x14\x52\x4a\xa5\x74\x1c\x47\x8d\x46\x23\xe4\x91\ \x05\x63\x94\x0a\x82\x00\xac\xa3\x94\x4a\x29\x3d\x46\xda\x5a\xcf\ \x48\x90\xc4\x98\xd2\xbb\x36\x28\xf2\x80\x24\x49\x70\xf3\xe6\xf5\ \xdf\xfa\xad\xdf\xfa\x95\x5f\xfe\xe5\x2f\x7c\xfe\x4b\xb7\xef\x39\ \x75\xfe\xf5\x57\xf7\xf6\xb6\xad\xd5\xcf\x3d\xfb\xb1\xee\x6c\xe7\ \xcf\xfe\xf0\x8f\x99\x83\xc0\xb9\xc8\x23\xb0\x8e\x10\x6a\x41\x57\ \x42\x48\xa5\x2c\xa5\x1e\x63\xf0\xc8\x6a\x2b\xad\x56\xc6\x62\xc6\ \xa7\x0f\xce\x3f\xfd\xc9\x17\x3c\xe3\x24\x8e\xe1\xf0\xa1\xf9\x7e\ \x15\x1e\x39\xee\xff\xe9\x3f\xfc\xdf\xfe\xd9\x7f\xbb\xb0\xd0\x3a\ \xf3\xd6\xe6\x81\x97\x7b\xa1\x72\xbb\x0c\x0d\xe4\xe4\x48\x38\x5d\ \xa2\xca\x1a\x53\x56\xe5\xee\xce\xbe\x36\xa6\xdd\xee\x8c\xc6\x59\ \xbd\xd7\xd9\x33\x23\x84\xa4\x2c\x9a\x9a\x4a\xa4\xac\xaa\x72\xc8\ \x92\xc8\x73\x64\x3d\x2d\xc1\x71\x2d\x53\x81\x8d\xf0\xcd\x30\x09\ \x1c\x95\xa2\x02\x07\x51\x1c\x6f\xde\xb8\xf1\xc7\xff\xea\xf7\x7f\ \xfd\x1f\xfc\x86\xec\xb6\x5b\x55\xf9\x80\x8d\x80\x47\x9b\x6a\x42\ \x86\xd9\x93\x5b\xe4\x93\xef\x88\x63\x87\x17\x5f\x1d\x0c\xfe\xf0\ \xa5\x37\x37\x37\xb3\x33\xc7\x8f\xdf\xfb\xcc\x83\x0b\x64\xe6\xe6\ \x9b\xd7\x49\xa9\xb7\x6d\x15\x53\x7e\x4f\x6b\x6e\x7a\x6e\x0a\x66\ \x40\xe7\x15\x00\xa4\x69\x23\xd3\x76\x30\x1c\x22\x86\x94\x03\x21\ \x05\x6b\xa6\x41\xb3\x81\xf0\x5d\x0a\x78\x10\x80\x56\xba\xc8\xf3\ \x30\x08\x39\x63\xce\xb9\x6b\x57\xaf\x6e\x6e\x6c\x1c\x3f\x7e\xfc\ \xd0\xd2\xd2\xb0\x3f\xec\xd9\x71\xb3\xdd\x3e\x71\xf2\xe4\xec\xec\ \xdc\xce\xea\xaa\x10\x9a\x02\xa6\x8c\x6a\x70\xc2\x2b\x63\x6d\xab\ \xc0\x18\x21\x04\x50\xaf\x36\x0e\x1d\x36\xce\x62\x46\x06\xd7\x57\ \x26\xb7\x36\x8e\x3c\x71\x06\x12\x16\x81\xdf\xd8\x59\x63\xc7\x16\ \xbb\x5f\x7a\xea\xd1\x19\xa4\xd6\x7a\xee\x27\xd7\x0e\x7a\x52\x58\ \x87\x10\x20\x84\xc2\x3a\xa8\x57\x88\xb2\x2c\x6b\xc6\xd0\x18\xc3\ \x28\x95\x52\x1a\xe7\x02\xc6\xb5\xd2\x11\x0d\x3c\x82\x5c\x94\x24\ \x64\x24\x88\x26\x55\x4e\x42\x3a\x9b\xab\x96\x56\x88\x62\x40\xcc\ \x4b\x70\xe0\xac\x47\xc6\x21\x6d\xcc\xf0\xd2\x8d\x97\x0d\x4c\xfd\ \xc2\xe7\xcd\x46\x7e\xcd\xf7\x4a\xe2\x72\x29\x75\x9e\x23\x0b\xa2\ \xd2\xd6\xd0\x49\x29\xae\xbe\x77\xab\x37\x18\x1c\x9d\x5d\xea\xb4\ \xdb\x33\xdd\xe9\x61\x6f\xbc\x99\x6f\x81\x47\x5a\x2a\x4a\x68\xab\ \xdd\x0a\xd3\x48\x6b\xe3\x9c\xb3\xd6\x33\x46\x9d\x73\xc6\x08\x29\ \x35\xc6\x88\x10\x86\x3e\x9c\x23\xf7\x43\xcc\xd1\x11\x32\x5a\x3a\ \xef\x82\x90\x5d\xb9\x72\x79\x7d\x6b\xfd\xe0\xc1\x03\xa7\x1f\xb8\ \xef\xe4\xbd\x27\x2f\xbc\x77\x11\x90\x5d\x38\x7e\x78\xba\xdc\xbd\ \x72\xf3\xfa\xc0\xc8\x30\x20\xb9\xd1\x01\xa5\x1a\x7b\xe9\x9d\x26\ \x1e\x28\x26\x16\x31\xa8\x77\x3f\x1b\x8b\x1d\xe1\x7c\x73\xd2\x7f\ \xf1\xb5\x97\xdb\xf7\x1d\x3d\x79\xff\xfd\x98\xc6\x1e\xe1\xb7\xd6\ \xaf\xe8\x83\xdd\xce\xf3\x0f\xb3\xed\xfd\x77\x7f\xfa\x26\x5a\x1e\ \x1c\xa3\x8d\xb2\x94\x1a\x71\xc2\x88\x27\x60\x8d\x29\xab\x4a\x2a\ \x45\x19\x03\x87\x08\xa1\x1c\x81\xb3\xd6\x7b\x0f\x56\x4b\xa9\xa2\ \x28\x42\x9c\x66\x55\x49\x10\x33\x08\xa4\xf0\x28\xa0\x96\xe2\x12\ \x8c\x30\x16\x01\x06\x84\x0c\x73\x40\xb1\x01\x57\xaa\x4a\x6a\xfd\ \xe7\xaf\xff\x60\xdc\x46\xcd\x60\x66\x59\x8d\x86\xd4\x8e\xb3\x1c\ \x26\x02\x06\x85\xe9\x95\x9a\xb5\xde\xd8\xb8\x99\x63\x74\xf6\xb9\ \xe7\xa6\x58\x0a\x18\x6d\xef\x6c\x0f\x06\x7d\x42\x88\x54\x92\x12\ \x42\x19\x8d\x06\xa3\x30\x08\x50\x88\xda\xcd\x66\x51\x14\x14\x61\ \x70\x1e\x23\x8c\x09\x0e\xa3\x88\x37\xe2\x99\x66\x32\x33\x3b\xeb\ \xac\xbd\x4b\x82\xd3\x48\x00\x0d\x00\xab\x2b\xb7\x7e\xe7\xb7\x7f\ \xfb\xaf\xfe\xfc\xcf\x3f\xf3\xa9\x4f\x3f\xf5\xc4\x33\xe7\xcf\xff\ \xe4\xf2\xa5\x8b\xd3\x53\xd3\xed\xc3\xf3\x8d\xc5\x99\xfd\x8d\xad\ \xca\x58\x47\x98\x03\x47\xc1\x69\xa7\x2b\x67\x0c\x36\xc8\x23\xef\ \x3c\x46\xde\x82\x03\x42\x18\x63\xa5\x35\xe7\x2f\xbe\xbb\x78\xe6\ \xfe\x67\x3f\xfd\x19\xe3\xd0\x41\x29\xed\x70\xf7\x1a\x59\xf9\xf1\ \x0b\x2d\x38\xf2\xb9\x5b\xeb\x3b\x8d\x1f\xde\x38\x54\xc4\x36\xe0\ \xc1\x5e\x01\x84\x14\x81\xc1\x18\x2b\xad\x06\xc3\x61\xd4\x48\x5a\ \x3c\x2c\x2b\xd1\xe8\x74\x85\x10\x59\x96\x27\x14\x81\xc7\x41\x18\ \x79\x44\x1d\x43\x05\xae\x74\xe8\xf7\x06\x63\xa0\xd0\x68\x47\x4d\ \x4f\x0e\x0d\xa4\x36\x3e\x2a\x15\x38\xd9\xa2\xd4\x21\x28\x26\x93\ \x14\xfb\xf7\xde\x7c\xed\xc5\x3f\x6f\xdd\xfc\xb9\xe7\xae\x37\xcd\ \xa6\xc9\x76\xc4\xa8\x60\x82\x64\xb9\x1c\x39\x15\xcd\xfc\xe5\xc6\ \xed\xbf\x1a\xdd\x9e\x7e\xe4\xe1\x5f\xf8\xf9\xc7\x5b\x23\x39\x2c\ \xb3\x8b\xdf\x79\x9d\x4d\x84\xc1\xb0\x1d\x3a\x0e\x78\xe4\xb6\x67\ \x17\x17\x79\x87\x77\x1b\x51\x1c\xc4\xfd\xfe\x3e\x67\x61\x10\x27\ \x9e\x00\xe3\x38\x6c\xb4\xa7\x0e\xcc\xa4\xad\x06\x26\xe4\xee\x0a\ \xbe\xf7\x1e\x81\x43\xe0\xb4\x12\x00\x50\x8f\xa2\x26\xe3\xe1\xa5\ \xf7\x2e\x6c\xac\xad\x36\xd2\x86\x93\x72\xe5\xe2\x95\xd1\x13\xcf\ \x7c\xe2\xd9\x8f\x6d\x1c\x58\xde\x59\x5e\x55\x93\x7c\x3c\x1a\x15\ \x4a\x4a\xea\x1c\x71\x61\xe5\xb1\xab\x7f\x94\x73\xce\x13\x4e\x27\ \xa5\x4c\x1b\xad\xe5\xfe\xce\x9f\x7e\xff\xc5\x2f\x1e\xe9\x1c\x7c\ \xe8\xd8\xeb\x3b\xd7\xf7\xf2\xd1\x7b\x3f\x7c\xe3\xc6\xce\xa6\x19\ \x66\x37\xdf\xbc\x95\xf4\x65\x90\x26\x2e\xe0\xca\x6b\xad\x35\x21\ \xc4\x5a\x9b\x65\x19\x00\x30\xc6\x9c\x73\x4a\x29\x82\x31\x50\x42\ \x79\x60\xb5\x53\x95\x6a\xd0\x80\x10\xea\x82\x50\x31\xd7\x98\x9a\ \xf1\xd5\x28\x07\x41\x30\x32\xba\x94\x5a\x21\x42\x10\x60\xe3\x1c\ \x66\xd4\x63\x4f\x23\x3a\xd7\xea\xaa\x96\xff\xc6\xf0\xfa\x81\xc5\ \x63\x6b\x62\x38\x18\x0f\x42\x02\x50\xe8\xe1\xce\xb0\x83\x83\xbe\ \xb6\xab\xbd\xd1\x81\xb9\xc5\xfb\x4e\x9d\xc1\x94\x6e\x6d\x6d\xef\ \xef\xf4\x26\x93\x09\x63\x81\x56\xca\x68\x43\x09\xab\xaa\x0a\x18\ \x8a\xe3\xb8\xdd\x6e\xd7\xdd\x1f\xc6\x98\x31\x56\xf7\x80\xf5\xfa\ \xa6\x8f\x24\x5f\x19\xac\xb5\xd6\xea\x30\x8c\x2a\x59\x05\x21\x57\ \x5a\xde\xbc\x7d\x63\x75\x6b\xb5\xd5\x6e\x11\x46\xc6\xe3\xd1\x1b\ \xd7\x2f\x1e\x7b\xfa\xe1\xf6\xdc\xf4\xea\xbb\x57\x8a\xed\x9e\xec\ \x8d\x74\xa5\x45\x59\x2a\x6b\x3c\x02\x70\x24\xa8\x95\x0f\xc6\x5b\ \x6d\x30\x21\xa5\x92\x51\xb7\xbd\x57\x4e\xbe\xfb\xda\x4f\xc8\x54\ \x77\x77\xa1\x7b\x75\xb8\x92\xe7\xe3\xcd\x6f\xbc\x3c\x58\xdb\x90\ \x5b\x83\x6a\xa3\x97\x5a\x26\x94\x4a\x68\xdc\xef\x0d\xa1\x1d\x22\ \x86\x8d\xd1\xc6\x5a\xa0\x18\x31\xa2\x2a\x05\xde\x19\xa3\x11\xc6\ \x04\x3c\xf1\xde\x6b\x63\x99\x46\x14\x2c\xb8\xe9\xc5\xd9\xc5\xc3\ \x87\x84\xd5\xd6\x7b\x51\x0a\x51\x55\xe3\xc9\xd8\x13\xe2\x29\x20\ \x46\x10\xa7\x49\xbb\xd1\x69\xc4\xe9\x54\xab\x3d\x35\x35\x4a\xc3\ \x15\xd5\xdb\x2c\x47\x02\x79\x2c\xb5\xde\xe8\x4f\x8f\xec\x02\x6f\ \x5f\xb9\xb6\xdc\xbc\xef\x9e\x03\x8f\x3f\x40\x56\xc7\xd9\xcd\x9d\ \xbd\x51\x4f\x1b\x4d\x29\xc7\x04\x33\x0f\xde\x3b\x2d\xb4\x16\x6a\ \x82\x00\x05\x00\xd6\x46\x8c\x7b\x40\xc8\x79\x4a\x89\xb0\x1a\x08\ \x64\x65\x2e\x45\x56\xaa\xea\xee\x82\x60\x10\x42\x4a\x96\x4a\xe6\ \x71\x94\xb6\x9b\x29\x63\x6c\x7d\x6d\xe3\x77\x7f\xf7\x5f\x2c\x2d\ \x1d\x68\x34\x12\x8c\xc8\xeb\x6f\xbe\xfd\xb9\x47\xff\xd6\xcf\xfe\ \xbd\x5f\xbe\xf6\xee\x85\xfe\xfa\xd6\xf6\xcd\x65\x5f\xa1\xa2\xc8\ \x84\x92\x80\x1d\x10\x04\xce\x7b\xed\xad\x55\x4a\x28\x6b\x15\x09\ \xc3\x38\x8c\x24\x61\xaf\xbe\xfa\x3a\x6d\x4d\x9d\x38\x7d\xff\x35\ \x7b\xf3\x4a\xb4\x77\x7e\xbc\x79\xe3\xbd\xe5\xce\x7a\x39\xb9\x32\ \x40\x9a\x4e\x08\xe3\x3e\xa1\x8a\x61\x2f\x31\x97\x42\xca\xbc\xaa\ \x2a\x29\x5b\x49\x52\x48\x51\x4a\x89\x09\x29\x2b\xc1\xe3\x34\x42\ \xd5\x76\x6f\x4b\x26\x3e\x9d\x9a\x81\x80\x62\x1a\x9f\x7c\xec\xf4\ \x89\x88\x2a\x87\xa5\xa2\xf9\xfe\x60\xd2\xdb\x17\xda\x64\x84\x1a\ \x6b\x93\x4e\x03\x37\xc2\x78\xa6\x71\x70\xa1\x19\xcd\x36\x7b\x9d\ \xf4\x7a\x6b\x78\x69\xb8\xb3\x2f\xc6\x1d\xe7\xd5\xda\xfe\xec\xae\ \x99\x0e\xda\xaf\xa0\xc9\x37\xc6\xab\x7f\xfb\x1f\xfe\xfd\x85\xa1\ \xcf\x6e\xf6\xaf\xbd\x71\x65\xe4\xa4\xa0\xae\x13\xb7\x95\x56\xcc\ \x09\x62\x9d\x91\xfa\xf6\x8d\xe5\x1c\x4f\x8e\x1c\x9c\x39\x7e\xf8\ \x84\x16\xb6\xdd\xea\x72\x1e\x8c\x65\xe9\x28\x52\xd6\xae\xef\xef\ \xc6\xb2\x78\xf8\x84\xa7\x77\x15\xba\xe6\xbd\x43\xde\x06\x3c\x22\ \x98\xbc\xdf\xe0\x00\x0e\x18\x25\x04\x4b\x59\x35\x1a\xe9\x6c\x9c\ \xba\xfd\xf1\x7f\xff\xff\xfa\x6f\x70\x1c\xcc\xcf\xcf\xe6\xe3\xc9\ \xfc\xdc\xec\xd3\x5f\xf8\x94\x09\xe8\x46\xd1\x93\xde\x9a\xdd\xdc\ \x7b\x0f\xe0\x9d\xf7\xda\x39\x4f\x50\x27\x0c\x58\x23\x3e\xd9\x69\ \x7b\x82\x5f\xab\xd6\x2e\x5c\xda\x7a\x77\xed\xf6\xd6\xce\xbe\xda\ \xe8\xb7\xf7\xf4\x7c\xc5\x3a\x9a\xf2\xd9\xc6\x6e\x36\x71\x86\x12\ \x0f\xf0\x41\x63\xc5\x19\xa7\x94\xd4\x94\x2d\x25\x24\x4d\x53\x53\ \xe5\x23\x25\x7d\xa9\x89\xf5\x4a\x08\x4a\xa8\xd4\xc2\xb6\xd8\x23\ \xe7\x1e\x69\x1f\x9b\x57\x1c\x1a\x00\xd9\x68\x34\x1a\x8d\x6a\x67\ \x81\x34\x3a\x69\x36\x78\x18\x04\x71\xe4\xc0\x7b\x42\x6f\xef\xf7\ \xde\x5d\xb9\x01\x48\x77\xa4\xb1\x83\x31\xac\xed\x2d\xe5\x88\x59\ \x72\xe5\xda\xca\x03\x8f\x3c\x7e\xdf\xec\xc1\xfd\xd5\xf5\x95\x95\ \xe5\x52\x08\x84\x71\x10\x44\x00\x40\x28\x73\x16\x00\xa1\x52\x2a\ \x64\x7d\x96\x65\xa3\xe1\x70\x6e\x7e\x3e\x8e\x23\xa3\x35\xa0\x5a\ \x70\x09\x52\x4a\xa3\x0d\x7c\x24\xfb\x24\x10\x42\xf5\xc0\x8c\x60\ \x82\xeb\x1f\x0f\x98\x20\x1c\x10\x8e\x11\xf2\xda\x7e\xe7\x8f\xbf\ \x5e\x7d\xfd\x9b\x4b\xd3\xb3\x0d\xc2\x39\x0d\x1e\xfd\xc4\x27\xe6\ \x17\xe7\x85\xd3\x63\x59\x4d\x54\x59\x2a\xc1\xb4\x45\xde\x83\xf5\ \x94\x12\x16\x84\x2c\x0e\x49\xc0\x0c\xc3\x06\xa3\x37\x7a\x57\xaf\ \xef\x0c\xdf\xd9\x5d\xa6\x57\xb7\x17\xf6\xd5\x54\x5f\xce\x05\x0d\ \x43\x9b\x3e\xe2\xc3\x71\x9e\x67\x59\xda\x68\x56\x46\x28\x29\x3c\ \x40\x14\x84\x1e\x40\x5b\x83\x01\x87\x41\x40\xa3\xa4\x12\x42\x64\ \xb9\x56\x95\xa4\xa8\xd2\x2a\xc1\x04\x0c\xee\xed\x0e\x1e\x7f\xe2\ \xa9\xd9\x03\x73\x22\x00\xd7\x0e\x73\xe2\xa4\x52\x49\x14\x22\x8c\ \x4b\x23\x7d\x48\x0b\xa3\x3c\x78\x51\x14\x5b\x5b\x3b\x3b\x17\xde\ \x8b\xac\x66\x8d\xc4\x15\x39\x8c\x8b\xa9\xa1\x4b\x0a\xb8\x71\xf5\ \xba\x05\x34\xd3\x9e\xda\xbc\xbd\x31\xbe\xb2\xde\x16\xe0\x3d\x30\ \xca\x3d\x78\x40\xc0\x28\xab\xca\x12\xbc\xc7\x08\x59\x6b\x15\xd8\ \x9d\xbd\xde\xb1\x43\x87\x09\x60\x84\xc0\x18\xa3\x4b\xc3\xd3\xc8\ \x48\x2d\x8b\x02\x29\x7f\xd7\x03\x5d\x4a\x59\x1c\x27\xde\x03\x46\ \x60\xb4\x74\x46\xa7\x61\xd0\x08\x83\xe9\x56\x03\xac\xbe\xf4\xf6\ \x3b\xdf\xfa\x27\xaf\x2c\xcc\xcc\xdd\x7b\xe4\xf8\x78\x77\xff\x81\ \x33\x0f\xdd\x77\xef\x3d\x98\xc3\xee\x70\xd0\xcf\xc6\x3b\xc5\x20\ \xae\x5c\x53\x63\x05\x5e\x83\xa7\x94\xb2\x06\x77\x09\xd7\x1d\x5e\ \x61\xbb\x6b\xfb\x1b\xab\xdf\xfe\x5d\x78\xef\xd6\xea\xca\xfc\x9e\ \x3b\xbd\x02\xf7\x65\x8d\x28\xec\x14\x4d\xee\x4a\x34\xda\x1d\xeb\ \x34\xd6\xde\x27\x79\x89\x30\xb1\xc6\x1e\x3e\x74\x38\xcb\x0a\x8e\ \x09\x04\x41\xc0\x83\x66\x94\xf4\x7a\xbd\xbe\x28\x31\x4d\xd2\xa8\ \x39\x1e\x65\xb6\x13\xad\x0e\xf7\x8f\x91\xfb\x1e\xff\xd8\x13\x3b\ \x44\xb2\x85\x69\x8b\xbc\x51\x55\xc4\x79\x1c\x44\xd2\x1a\x4d\x7c\ \xc1\xdd\xc0\x64\x3d\x9d\x0f\x8a\xd1\xca\xea\x3b\x8d\xef\x8e\xe6\ \x5b\xcd\xa3\x5e\xf2\x2c\x3f\x95\x05\xf1\x0e\x19\xdf\xd8\x7f\xe5\ \xdd\xab\x8b\x9f\x78\x36\x19\xfa\x5b\xdf\x7c\xa3\x90\x86\x18\x1b\ \xa4\x69\x80\x54\x29\x35\xc7\x34\xb1\xd4\x0a\x59\x48\xe5\x02\x46\ \x10\x5d\xb9\xb9\xd6\x8c\xbb\xc7\x8f\xdf\xe3\x11\x1a\xe5\xf9\xa8\ \xcc\x68\x23\x22\xc0\xfa\xbd\x11\x0b\x1a\x77\x9d\xa8\x8f\x09\xa5\ \x2c\x70\x0e\x01\x78\x84\x90\x07\x44\x19\x43\x80\x16\xe6\x17\xda\ \xad\x56\x51\x96\xa6\xaa\x00\xb9\xc9\x68\x88\x38\xc9\xf7\x87\x65\ \x55\xad\xaf\xac\x2f\xaf\x6f\x1e\x3e\x7d\xcf\xfc\xf1\xa5\xd6\xec\ \xcc\xe8\x6c\x80\x10\x22\x80\xaa\xaa\x8a\x30\xb6\xe0\x34\xc0\xb0\ \xca\x37\x75\xb1\x3f\x1e\xfa\x9d\xfe\x78\x63\x3d\x07\x4f\x73\x7b\ \x24\xe3\x0b\x05\x99\x72\xe1\xc4\xab\xbe\x96\x06\x43\x64\x91\xf4\ \x4e\x6a\x5d\x4f\xb2\x82\x24\x36\xd6\x54\x52\x60\x84\x11\x63\x34\ \x0c\x23\x02\xaa\x42\xce\x20\x06\x3e\x70\x58\x0a\xc9\x23\x9e\x4c\ \x4d\x87\x51\x08\x18\xf6\x77\x77\x2f\x77\x9d\x9b\x22\x64\xae\x11\ \x26\x11\x60\xe4\xc1\x4f\x9c\xcb\x8b\x52\x14\xbd\xc1\x70\xa4\x7b\ \x19\xbf\xd9\x6f\x26\x51\x9b\x06\xb1\x45\x41\xe5\x8c\x4c\xf7\x77\ \x7b\x6b\xeb\x2b\x21\x62\x7a\x6f\x78\x71\xa3\xa7\x85\x94\x4a\x11\ \x42\xb5\x36\x88\x60\x67\x3d\xa5\xcc\x12\xe7\x9c\xc3\x18\x51\x82\ \x91\xf7\x52\xa9\x2c\xcf\x78\x18\x06\x71\x2c\xca\xca\x68\x47\x10\ \xa1\x8e\xe0\x0f\x37\x45\xf9\x50\xfc\x0e\x25\xc4\x3b\x47\x10\xe2\ \x84\x3b\x67\x9b\xcd\x4e\x77\xaa\x8b\x11\x2e\x8a\x02\x33\x12\xae\ \x4b\x5e\x08\xdb\xd6\xbb\x4e\xf7\xca\xf1\xed\xeb\xcb\x33\xa7\x96\ \xe2\x43\xb3\xe1\xd2\x54\x74\xa4\x6b\x68\x03\x10\x50\x46\x0a\x59\ \x69\xab\x81\x80\x52\x79\x51\x66\x55\x55\x4e\x46\xa3\xf1\x78\x64\ \x7a\x45\x7b\xe8\xe7\x70\x1c\x4b\xdb\x0c\x52\x6c\xb1\x97\xa6\x98\ \x4c\x10\xa3\xa4\x19\x16\x00\x62\xa2\x42\xce\x51\xbd\xf7\x4c\x6b\ \x6a\x51\x84\x18\x12\x36\x4e\xa2\x80\xd3\x92\x1b\x1d\x91\x3e\xb3\ \xde\xd1\xa0\x67\xcf\x2c\x1c\x3d\xf2\xe0\xe9\xc5\xce\x02\x63\xec\ \xa5\xc1\xb5\x37\x71\x15\x04\x3c\x35\x38\x2c\x11\x43\x44\x21\x57\ \x64\x2e\x93\x42\x8e\x73\x3e\x14\x68\x7b\xdc\xaa\xec\x59\xda\xa6\ \x05\x0e\xa3\xf9\x89\x2b\xd6\xf3\x9d\xf7\x6e\xdc\x96\xce\xcd\x4e\ \xcf\xed\x5d\x5f\x43\xd2\xa4\xd6\x49\xff\xfe\x3e\x56\x67\x5d\x3d\ \x69\xa2\x94\xd7\xb2\x05\x82\xb1\xb0\x62\x58\x54\x9b\x7b\x83\xb9\ \x76\x97\x63\x86\x3d\xe9\xa6\x11\xa3\x2c\x71\xda\x4c\x2a\x94\x19\ \xc0\x77\x87\xf6\x5d\x14\xb7\x39\x6f\x82\x77\x14\xbc\xd3\xa6\xd1\ \x08\x9e\x78\xf4\xb1\x76\x23\xdd\x58\x5f\x33\x52\x78\x70\x3e\x2f\ \x86\x3b\xe6\xe2\xed\x51\x6f\x77\xef\x8d\xef\xbe\x76\xf4\xf4\xf1\ \xb9\xb3\x47\xdc\x52\x4b\x1c\x6c\x4d\x66\xa7\xe7\x3d\x6b\x18\xbc\ \xec\xca\x09\xb6\xd4\xfa\x42\x8c\xf6\xdd\xd6\x3a\xdd\xe9\x8b\x3d\ \x35\xdc\xd2\x1b\x3b\x49\x6f\xee\x61\x3b\x75\xb6\x68\xcf\x15\xa4\ \x63\x13\x5b\xb0\xdd\xad\x8d\x78\xb6\x13\x45\x72\x1e\xd9\x41\x91\ \xef\x28\x39\x3d\x35\xd5\x0d\x23\x63\xb4\xb3\x56\x96\x25\x25\x84\ \x03\x4b\x92\x84\xd9\xd6\xae\x6a\xe2\x42\x01\x30\xc4\x10\xf0\xe0\ \x8b\x9f\xfe\x99\xa7\xee\x39\x91\x56\xee\x66\xb0\xfd\xaf\x96\xbf\ \x6d\xe7\x83\x44\x87\x2d\x1d\x04\x63\x47\x29\x29\xac\x1a\xdb\x4a\ \x6a\x89\x26\x55\x32\x91\x66\x54\xfc\x9a\x39\x78\xdf\x0e\xe7\xcd\ \x85\x42\x3a\xe1\xf0\x8b\x17\x7e\x74\xfe\xcd\xab\x87\x97\x8e\x9f\ \x1c\xa4\xef\xfd\x87\x1f\x78\x4a\xbd\x96\x24\xa2\xd8\x0a\x0a\x60\ \x08\x90\x90\x85\xb9\x74\x3c\x30\x21\x22\x98\x44\x8e\x0c\x46\x62\ \x79\x75\x37\x6a\x4d\xb7\x67\x3a\x0a\xf9\xd9\xf9\x05\xce\x39\xf1\ \x98\x8e\x9c\xbe\x3e\x71\x1f\xb3\x98\xdd\xcd\xa5\xb7\xd6\xe5\xd2\ \x74\x92\x86\x03\xd7\x68\x34\xc1\x3b\x0c\x3e\x8e\xe2\x24\x4d\x95\ \xd1\xce\x3b\x1a\x45\x88\x10\x26\x8d\xd7\x2e\xe1\x51\xc0\x18\x06\ \x9c\xaf\xf4\x2f\xde\x7c\xf9\x6d\xa5\x93\xd9\xd6\xe0\x2b\xf3\xad\ \x76\x9b\x12\x8a\x00\x6a\x9c\xae\xad\x31\xce\x39\x04\xca\x68\x2d\ \xd4\x54\x90\x3c\xe4\x3a\xc1\x60\xe8\x77\x05\x8b\xa2\x6d\x0a\x02\ \x21\xea\x20\x31\xa8\x61\xcd\x30\x0d\x72\xa5\x10\x42\x8c\x52\x61\ \x8c\xb5\xd6\xa1\xba\x6f\x83\xc1\x24\xb3\xce\xa4\x21\xf3\xc4\x06\ \x04\x13\x83\xef\xb9\xe7\xe4\x03\xcf\x9c\x5b\xb8\xff\x68\x34\xdb\ \x98\x3b\xbc\xf0\xe6\xf9\xd7\xfe\x30\x7f\xb7\xa2\x58\xe8\x12\xca\ \xb2\x54\x65\x18\x84\xb6\x52\x58\x78\x9f\x0b\x9c\xa9\x68\x5c\x9d\ \xd2\xb6\xeb\xc2\x36\x34\x93\xb8\xd9\x97\xf9\x8a\xdc\xbd\xb5\xdb\ \x07\x46\x0f\xcf\x2f\x90\x6c\x54\x18\x64\x31\xf5\x98\x38\xeb\x18\ \x0f\xbc\xf7\xd6\xa8\x5a\x86\xe2\xbd\xc7\x94\x12\xec\x2d\xc2\xce\ \xbb\x49\x56\x50\x16\x35\x1a\x00\x9e\xa4\x49\x13\x5b\x70\xc2\x22\ \xff\x51\xf8\x42\x11\x02\x00\x2f\xa5\x0c\xc3\x30\x8e\x63\x00\x68\ \xa5\xad\xe9\xe9\x69\x00\x50\x4a\xf1\x80\x03\x80\x46\x50\x31\x1f\ \x05\xd4\x0a\x35\xd5\x6a\x67\xbd\xd1\x95\xbd\x9d\x0c\x49\x9f\x86\ \x4b\xa7\x8f\x1f\x3c\x71\x74\xd0\xf0\x9e\x22\xe5\x8c\xc7\xe0\x90\ \x93\xa2\xc2\xde\x22\xe7\x40\x69\x5a\xc8\x87\x16\x8f\xb7\xc0\xee\ \xae\x6c\x78\x01\x3a\x62\xe3\xbc\xf4\x01\x55\x8c\x22\xc0\x0c\x3c\ \x75\x08\x30\x58\xe4\x09\x46\xc6\x9a\x52\x55\xd6\x58\x4a\xa8\xf7\ \x5e\x17\x19\xa6\x04\x28\xd1\x56\xc5\x3c\x8c\x20\xfa\xbb\x5f\xfe\ \xc4\x53\xa7\x1f\x0c\xa6\x5b\xdd\x63\xf3\x9d\xe3\x73\xf6\x9d\x6f\ \xdf\xda\x78\x8d\x25\x21\x93\x86\x02\x42\x80\xc0\x39\xe4\x0d\xc3\ \x98\x10\x16\x20\xed\x11\x0a\x10\x06\x16\x38\x4a\x4b\x6d\xc6\x45\ \x55\x0a\xc9\x58\xd0\x69\xb7\x9a\xcd\x76\x55\x49\x03\xc0\x82\x80\ \x38\xef\x9c\x43\x08\x79\xef\x6b\x9d\x42\x5d\x7d\xea\x5d\x8b\x0c\ \x23\xa0\x6c\xd0\xeb\x07\x88\x34\x1b\x0d\x46\x89\xa5\x74\x6f\xbc\ \xc7\x83\x40\x37\x51\xe9\xd5\xdd\xcd\xd1\x01\x61\x25\xc4\xde\xd6\ \xd6\xa9\x7b\x4e\x2a\x21\xa2\x34\x3d\x73\xff\xfd\xad\x66\x53\x4a\ \xd1\x68\xb5\x08\xee\x00\x02\xd2\x1f\x05\x61\xc2\x31\x69\x35\x9a\ \x18\xfc\xce\xda\xc6\x5b\x57\xde\x1d\x37\xad\x3d\xd2\x7c\xe0\x85\ \x73\xaf\x1e\xc4\x57\x5b\x95\xe5\xc4\x48\x83\x26\x45\xe4\x50\x86\ \x04\x44\x16\xc0\x40\x94\xc2\xb1\x53\xbf\xba\xf0\xc8\xf8\xad\xe5\ \xbd\xe5\xed\xa9\xe4\xd0\x90\xfa\x91\x28\xf4\x6c\x63\xc7\x96\xc4\ \xea\x76\x92\x9a\xb2\xa0\x51\x28\xac\x11\x42\x68\xad\x95\x51\x34\ \x0e\xac\xf3\x43\x51\x64\x5a\x3a\xef\x30\xc8\xa9\x80\x65\xaa\x78\ \xf0\xe3\x4f\x7d\xfc\xdc\x53\x67\x0f\x1c\x9d\x6e\x25\xb3\xd3\xd3\ \x5f\x40\xa3\x8d\xed\x3f\x79\xf1\x40\xaf\x74\x20\xac\xf7\xd6\x20\ \xf0\xce\x87\x60\x62\x3e\x11\x5d\x25\xa2\xad\x5e\xa7\x22\x21\x6b\ \x14\x84\xb3\x30\xc9\x47\xc3\xb5\xcd\x3d\xa1\xcd\xf1\xe3\xc7\x8f\ \x1e\xb9\xc7\x68\x0b\x18\x9a\x49\xac\x15\x71\xce\x51\x4a\xbd\xf7\ \x52\x4a\x6b\x0c\xc2\x98\x61\x4c\x08\xb1\xc6\x48\x0c\xb8\xd5\xd8\ \x1d\x0d\xf5\xdb\x17\x9e\x7c\xf8\xe1\x03\xed\x16\x29\x5d\xb9\xbd\ \x13\xf1\xf0\x80\xf1\xc6\x7a\x67\x2d\x30\x76\x17\xe4\x0e\xa5\xe4\ \xf4\xe9\xd3\xb3\x33\xd3\x07\x0e\x2c\x9c\xbe\xf7\xbe\xc1\xb0\xff\ \xf6\x1b\x6f\x78\xef\x31\x82\xb2\x2c\x8c\xb5\x49\xc4\x09\x26\x1e\ \xbc\x54\xca\xd8\x31\xe7\xdc\x5a\x2b\xa5\xc4\x18\x4b\x29\x46\x9b\ \x79\xf6\xa3\xfe\xe2\x53\xe7\x66\x8e\xcc\x97\xd4\xe5\xa0\xa4\x37\ \xcc\x39\x30\x16\x84\x12\x79\x81\x08\x7d\xf6\xcc\xe3\xe5\x85\xd5\ \x71\xb6\x15\x1a\x8b\x94\x25\x40\x01\xc0\x78\x57\x82\xf1\x80\x88\ \x44\x0d\x47\x9c\x73\xa8\x54\x56\xca\x80\xb1\x08\x73\x84\x90\x77\ \x5e\x2b\xa5\x31\x28\x6d\x1d\x78\xe9\xf5\xa9\xfb\xef\xfb\xd2\x2f\ \xfe\xe2\xcc\x81\xf9\xa4\x99\xcc\xcf\x4d\x25\x41\x94\xa4\x87\x5e\ \xdd\xbe\x50\x72\x6a\x10\x72\x18\x17\x14\x39\x87\x2c\x80\x51\x95\ \x57\x08\x95\xc6\xe6\x2a\xd7\x0e\xf2\xc2\x31\xd2\xdb\xcf\xc6\x93\ \x52\x08\x3d\x3d\x35\x8d\x31\xa6\x34\x30\xb2\xc0\x98\x63\xca\x1c\ \x42\x75\x73\x57\x3f\x5f\xeb\x61\x39\x46\x08\x61\x6c\xbc\xc5\x84\ \x51\xe2\x8c\xd4\xbd\xbd\x5d\x8a\x51\xd2\x68\x54\x4e\x59\x6f\x47\ \x50\x95\x4e\x7e\x04\xf3\x2c\xe7\x3c\x63\xfc\xe3\x1f\x7f\xfe\xf4\ \xe9\x7b\xbd\xf7\x17\x2e\x5c\xa8\xaa\x0a\x63\x2c\xa5\xac\x25\x43\ \x71\x1c\x97\x5a\x15\xb9\x64\x65\x21\xca\xa2\xd3\x6a\xa1\x42\xc6\ \xd8\x47\x94\x4f\x76\xf3\x49\x7e\x7d\x32\x50\xdd\x9f\x79\xc4\x73\ \x52\x39\xed\x28\x52\x60\x82\x88\xeb\xb2\x88\x3d\x96\x6a\x7c\x78\ \xe9\xf0\x33\x33\x0f\xac\xbc\xfe\x9a\x2a\xa9\x32\xb6\xa7\x73\x9c\ \x84\x95\xb7\xd6\x21\xaa\x4c\xa8\x74\x68\x10\x22\x44\x58\x03\x46\ \x13\x4c\xc2\x34\x71\xce\x31\xca\x9c\x77\x55\x59\x2a\xab\x43\xe3\ \x92\xca\x17\x1c\x1e\x7a\xfa\xd1\xc7\x3e\xf5\x7c\x12\x24\xd3\x87\ \x17\x9b\xed\x46\xbe\xb6\x75\xa0\x67\xcf\x6c\xa1\xed\x14\xc6\xdc\ \x79\x0b\xe0\x91\xf4\x46\x3b\xeb\x8c\xc5\x4a\xdb\xbc\x44\x93\x42\ \x15\x76\x07\x10\xe5\xbc\xcc\xab\xa2\xa8\x18\x8b\xa7\xba\xb3\x00\ \x58\x6b\xe7\x0c\x50\xc2\x11\xc2\xce\xa9\xba\xd6\x38\xe7\x6a\xa5\ \xe6\x9d\x33\xea\x9c\x23\x80\x01\x88\xc5\x6e\x7f\xd0\x0b\x1b\x31\ \x8d\x82\xdc\xc8\x2a\x74\x82\xab\x9e\x28\x25\x77\xe8\xae\xd8\x4d\ \x29\xe5\xb3\x4f\x3c\xf1\xf1\x27\x9f\x3a\x7d\xfa\xf4\x3b\x6f\xbf\ \xbd\xba\x7c\xdb\x3b\x8b\x30\xca\xcb\xd2\x59\x1b\x05\x8c\x00\x89\ \x1c\xf2\x85\xd8\x1d\x8e\x5b\xed\x4e\x3e\xc9\xc6\xf9\x24\x8a\x58\ \x6f\x6b\x34\xea\x0f\xaf\xf5\x2d\xf9\x07\xe7\x3a\x8f\x2e\x88\xde\ \x88\x63\x68\xb0\x56\xa9\x84\xa6\x54\x10\x07\x79\xd8\x28\x1b\x5f\ \x7d\xe0\xb9\x23\xdf\xde\xdc\xdc\xf1\x88\x4e\x95\xb9\xd4\x18\x32\ \x8a\x47\xce\xf2\x90\x7b\x6f\x36\xf7\xb7\x03\xcc\xb8\xb2\xd8\xc8\ \xd0\x43\x33\x48\x70\xd4\x10\x42\xd0\x80\x0a\x51\x69\x65\xc0\xe3\ \x92\x28\x56\x55\x87\xda\xd3\x3f\xfb\xb9\x4f\x2d\xa4\x33\x33\xb3\ \x0b\xe9\x91\x79\xbc\x6f\xdb\xaf\xed\x3f\xd7\x0f\xde\xee\x2e\x14\ \x6e\xd7\x61\x64\x83\x40\x11\x07\x4e\x41\x66\x8d\xb0\x91\x20\xad\ \xb1\xef\xec\xeb\x5d\xb1\xcb\xda\x73\x2b\x6b\x57\x47\xc3\x3c\x89\ \xdb\x33\xd3\xf3\x49\x62\xa4\x94\x08\xa1\x38\x89\xac\x55\x94\xd2\ \x7a\x7a\x48\x08\xd1\x5a\x5b\x6b\x83\x20\xa8\xaf\x0c\x78\xaf\x08\ \xb1\x3c\x8c\x59\x30\x19\x8d\xb7\x57\x37\x16\x9b\x2d\x2d\x4a\x4a\ \xfc\x30\xdf\x8b\xd2\x08\x47\xf4\xee\x7c\x12\xd6\xda\x76\xbb\xfd\ \xd9\xcf\x7e\xa6\x91\xa6\x0b\xf3\x73\x37\x6f\xdd\xba\x7a\xf9\xb2\ \x94\x92\x12\xea\xc0\x08\x51\xc9\x4a\x62\x0f\xf5\xd8\x18\x63\x5c\ \xd7\xc4\x2c\xcb\x08\x21\x84\x10\x84\x71\x2b\x8e\xb2\xf7\x36\x6f\ \x8d\xcf\xb7\x3e\x1f\x07\x87\xa6\x4b\xce\x2d\x72\xda\x19\xac\x35\ \x11\x8a\x95\xe2\xde\xa3\xf7\x9d\x39\x7c\xea\x9b\x5f\x7f\x3d\x72\ \x28\x44\x8c\x58\xd0\x59\xe9\x02\x04\x1c\x3b\xc6\x14\x45\x44\x5b\ \x84\x91\x33\x8e\x62\x12\x86\x61\x10\x84\x94\x12\x00\x24\x44\x55\ \x0f\xaa\xcb\x5c\xb6\x9a\xed\xdc\x57\x32\x22\xae\x19\x76\x0f\xcc\ \x45\xc6\x26\x28\x5a\xfb\xc6\x8f\xb3\x77\xaf\xcd\xcf\xa1\x81\xb4\ \x96\xa1\xe1\xb8\x62\xcc\x19\x02\x56\x29\x5b\x49\x5c\x19\x9c\x0b\ \x91\x95\x93\x52\x11\x08\x5c\x36\xc9\x07\x85\x73\xc8\x51\xc6\x79\ \x64\xb4\x95\xd2\x70\xc2\x2d\x90\xda\x8a\x56\xab\x16\xef\x48\x93\ \x6b\x6e\xdb\x39\x27\xac\xe7\x84\x30\x1a\x82\x11\xaa\x14\x55\x51\ \x86\x8d\x58\x62\x3b\x31\xc5\x88\x29\xcd\x10\xfa\x9f\xce\x2b\x3b\ \xe7\xe2\x38\x7a\xe6\x99\xa7\xad\xb5\xcb\xcb\xcb\x65\x59\x6a\xad\ \xc3\x30\xb4\xd6\x0a\x21\x30\xc6\x18\xa1\xd2\x6a\x87\x91\xf1\xce\ \x7b\x3f\xd8\xdf\xd7\x65\xc9\x28\x71\xce\x4c\xa7\x91\xcd\xec\xd6\ \x1b\x97\x07\x33\xf8\xd4\xa3\x67\x1b\x9d\x74\xbf\x9a\x10\xe2\x81\ \x10\x65\x9d\xd6\x46\x97\xf2\xec\xd3\xf7\x05\x3b\xb8\xda\xca\xe2\ \x20\xc0\x4e\x47\x69\xb8\x9d\x8d\x7c\xc8\x28\x21\x1c\xd3\x00\xbb\ \x98\x12\xeb\xc1\x68\x83\x31\xc2\x80\x42\xc6\x11\xc6\x18\xe3\x2c\ \xcf\x85\x94\x98\x12\xec\xa1\xe9\x58\x0f\xf0\x3b\xcb\xd7\x3f\x1b\ \xda\xf4\xc8\xd4\x85\xf1\xf6\x83\x09\xdd\x7c\xe5\x4d\xfb\xde\xa5\ \x2f\x24\x8d\x3f\x98\x9b\xf4\xda\xd6\x01\x78\x40\xd2\x1b\xeb\x2c\ \x31\x1a\x0a\x05\x59\x85\x0b\x19\x18\x26\xad\xdf\xdb\xdb\x73\xce\ \x13\xcc\xf2\x6c\x8c\x31\x33\xda\x51\x86\x78\x10\x49\xa1\x6a\x4b\ \x47\x5d\xf5\x6b\xaa\x0b\x63\x5c\x97\xa1\xf7\x5f\xf1\x00\x80\x29\ \x0d\xc6\xe5\x78\x6f\xb4\xdf\xe4\x1d\xde\x8a\x71\x1a\x49\x6c\x71\ \x9c\xf2\x6e\x7c\x77\x0b\x73\x95\x52\x9f\xfc\xf8\xf3\xb6\x92\x1b\ \x5b\x9b\xe5\x78\x8c\xc0\xc7\x71\x3c\xc9\xb2\xed\xdd\x5d\xe7\x5d\ \xb7\xd3\x8d\xc3\x40\xe5\x55\xd4\xa4\x42\x88\x62\x6f\x77\xd0\x1f\ \x20\xef\x59\xc9\x9a\x34\x6c\xc5\xd1\xda\x1b\xcb\xdc\x67\xf7\x89\ \x8f\x35\x1e\x38\xb4\xe6\xf6\x4b\x57\x25\xc8\x9b\x5c\x56\xa5\xe3\ \x3d\xff\x98\x3b\xf8\xeb\xed\xa7\x5e\xbe\xf2\xbb\x8b\xa8\xb3\x97\ \xef\x47\x71\x2c\x9d\xb3\x08\x79\x0c\x94\x51\x12\x30\xac\x83\x84\ \x45\xba\x37\x46\xd6\x79\xef\x63\x86\xd3\x30\xb1\x3c\x56\x52\x6a\ \x91\xcb\xb2\x22\x08\x17\x5d\x33\x17\x72\x33\x9a\xac\x5f\xbc\xf4\ \xdc\xdf\xfd\x7b\x5b\x5e\x5f\x17\x83\xd3\x2b\x7d\xf4\xbb\x7f\xfa\ \xd5\xc7\x16\x6e\xdf\x10\x6f\x76\x91\x44\xbe\x4c\xa0\x4f\x4c\x65\ \x14\x16\xae\x21\x10\x1f\x8a\x20\xd3\x41\xa1\x19\xe9\x6e\x6e\x0c\ \x37\x36\xb6\xc3\x30\x1d\xf4\xb5\xa8\x74\x1c\xa6\xc6\x1a\x54\x87\ \x5e\x21\x90\x5a\x23\x84\x18\x63\x75\x93\xcb\x18\xe3\x9c\x2b\xa5\ \x30\xc6\x00\x2e\xa0\x1c\x1b\x1f\x31\xa2\x70\xb1\xb2\xb7\x13\xef\ \xb5\x5a\x8b\x6d\x68\xc7\x3d\x6d\x44\x68\x9a\x53\xad\x8f\xdf\x55\ \xf2\x91\x73\x36\x8e\xe2\x27\xcf\x3d\x99\x24\xd1\xcd\x1b\xd7\xaf\ \xbc\xf7\xde\x70\x38\x40\x08\x89\xaa\xaa\x44\x59\xe4\x59\xc0\x83\ \x7a\xbc\x6d\x8c\xa9\xfd\x53\x4a\x29\x00\x88\xa2\xa8\x96\xcf\x95\ \x99\x99\xd3\x61\xb5\x3a\x79\xfb\xaf\x7e\x3c\xfb\xc4\xe9\xd6\xe9\ \xa5\x28\x21\xd4\x53\x63\xa4\x97\xca\x48\xbd\x38\xb3\xd0\x0c\xdb\ \x93\x51\x46\x8d\xb7\x1e\x53\x80\x80\x52\x8f\x90\x05\xac\xc1\x29\ \xef\x3d\xf1\x34\x60\x95\xd7\x08\x2c\x63\xac\xb4\x02\x59\xe0\x41\ \xe0\x18\x52\x11\xf1\xd2\xb7\x71\xa2\x2b\x49\x09\x7d\xf3\x8d\x37\ \x1f\x79\xf2\x5c\x77\xaa\x05\x83\x49\xf3\x9e\x38\x40\xcc\x8e\xf2\ \x23\x4f\x1d\xde\x18\xdd\xca\x2b\xa9\x13\x26\xa8\xcf\xb5\xf0\xce\ \x59\x6f\xbd\x14\x55\x55\x19\xeb\x48\x90\x94\xa5\xe9\xef\x0f\x91\ \x04\xc6\x63\x51\x0a\xc2\x39\x46\xc8\x59\xab\x1d\x28\xab\x3d\xc1\ \x08\x80\x10\x72\xe7\x90\xd7\xde\x08\x63\x6a\x67\x26\xd1\x16\x98\ \x03\x8a\x29\x66\x41\x36\x1e\x5b\xe6\xdb\x47\x16\x1a\x49\x2c\x55\ \xc9\x5a\xb1\xb7\x1f\x85\x4f\x82\xf3\x60\x6e\x6e\xee\x87\x3f\xfc\ \xe1\x95\x2b\x57\xc2\x30\xac\xd5\x41\xc3\xe1\x50\x29\xd5\xe9\x74\ \xac\x73\xc8\xb9\x80\x50\x2d\x85\xb7\x56\x96\xa2\x19\x27\x84\x60\ \xad\x94\xd3\x60\xad\xc1\x08\xad\xbc\xf4\xa6\xdb\x9f\x2c\xde\x7f\ \xa2\xb1\x34\x5b\x31\x34\xd6\x92\x00\xae\x44\xc9\x19\x3f\x76\xe2\ \x64\x7f\x67\x39\x07\x40\x4a\x07\x94\x22\xe1\xba\x10\x2a\xe5\x29\ \x45\x48\x5b\x90\xc6\x38\x0d\xe0\xb9\x47\x9c\x72\x6d\x4d\x31\xce\ \x30\x42\x51\x1c\x73\x44\x62\x16\x02\x06\x0d\xb2\xc7\x7c\x8e\xed\ \x64\x73\xf3\xad\x9f\xbe\x16\x68\x8f\x39\x0e\xe6\x60\xfe\xd0\x11\ \xb3\xbe\x93\xcc\xb5\x75\xf6\x53\x88\xb0\x07\x64\x01\x81\x75\x58\ \x6a\x28\x14\x14\xc2\x67\x82\x68\x8f\x1c\x8c\x46\x99\x14\x06\x10\ \x26\xd8\x23\x44\x19\x09\x94\xac\xa4\x50\x84\x50\x6b\x3d\x21\x50\ \xeb\x29\x6a\x0d\x38\xbc\xaf\x05\xf3\xd6\x5a\xe7\x9c\xb3\x16\x23\ \xec\x9d\x33\xce\xc5\x49\x3c\x18\x0f\xc3\xe9\xc6\x83\x0f\x9f\x11\ \xd8\x4c\x4c\x55\x22\x95\x76\xdb\x35\x2b\x74\x17\xfc\x4e\xa3\xd9\ \xd8\xe9\xf5\x5f\x7b\xe5\xe5\x2c\xcf\xcb\xb2\x28\xf3\xa2\x37\xe8\ \xf7\x07\x83\x46\xab\xa5\xac\x51\x99\x8e\xd3\xb8\xd0\x12\x05\x7c\ \xb7\xb7\x8b\x18\x99\xef\x4e\x0f\xf7\x7b\x0c\xa8\xea\x8b\xf9\x68\ \x46\xfd\x78\x77\xb4\xf3\xfd\xec\x97\x1e\x2f\x9f\x5f\x1c\xb4\x42\ \x53\x69\x54\xda\x54\x39\x56\xa8\x53\x07\x0e\xb6\xc3\xae\x34\x68\ \x67\x65\x3b\xa1\x51\x80\xc3\xd4\x59\x27\x55\x1c\xc5\xf9\x24\x77\ \x46\x1a\x6b\x33\x24\x45\x44\x18\x65\x1e\x7c\x4f\x56\xbb\xc3\x22\ \x89\x13\xc4\x89\x69\x45\x9a\xda\x52\xeb\x5c\xf8\x01\x22\xa0\xc4\ \x4b\x3f\x7c\xe5\xc9\x33\x4f\x0a\x8e\x66\x1e\x3c\xd1\x3d\x79\x68\ \xef\xde\xee\xa1\x13\x07\x0e\xea\x9b\xaf\x06\x46\x0a\xe5\x2d\x89\ \x8c\xe1\xd6\xf2\xc2\xcc\x1a\x06\xfb\x63\x3b\xcc\x02\x12\x0e\x87\ \xe5\xde\xfa\x10\x13\x96\xd2\x24\x9b\x94\x71\xd4\xd0\xd2\x94\x55\ \x19\x87\x81\xd2\x0a\x00\x08\xe5\x8c\xb1\x5a\x31\x4f\x08\x89\xe3\ \xb8\x28\x8a\xaa\xaa\xa2\x28\x52\x4a\xd9\x42\x32\xa0\x56\xb9\x30\ \x4c\x0a\xac\xde\xdc\x59\xf9\xd9\x9f\xfb\x25\x72\xb2\x55\xf1\xb2\ \x0a\xc4\x8e\x93\x66\xe0\x98\x27\xfe\x6f\x7c\xd9\x81\x50\x9a\xa6\ \xe9\xf2\xf2\xed\xbf\xf8\xf3\x3f\x37\xc6\x94\x65\xe9\xad\xa3\x94\ \x52\x4c\x02\x1e\x50\x42\x10\x42\x4a\xa9\xb2\x2c\x8d\x31\x94\x52\ \x00\x88\xe3\xd8\x5a\x6b\xad\xc5\x04\x7b\xe3\x12\x9a\x12\x70\xe3\ \x9d\xfc\xd2\x37\x7e\x32\xbf\x71\x6c\xe9\xcc\x89\xb0\x19\x68\xef\ \x2a\xed\xa4\x33\x95\x75\x51\xb3\x39\x75\x70\x69\xd8\xbb\x89\x81\ \x52\x0a\xc8\x3a\x6c\xc1\x7b\xeb\xa4\xd2\xc6\x08\x62\x23\x12\x29\ \xe4\xbd\xf7\xd2\x2a\x67\x1d\x42\x28\x20\xc8\x3a\x9b\x1b\xc5\xbd\ \x47\x99\x8c\xd3\x54\x69\x33\xcd\xc3\xef\xff\xe5\x5f\x9e\xbd\xf7\ \xe4\xd9\xb3\xf7\x31\xc6\xe7\x1e\xbd\x37\x4d\xc2\x9f\xc4\x97\x06\ \x23\x81\x92\xa0\x60\xb6\x42\x4e\x61\x84\x00\x79\x07\xa6\x92\xaa\ \x10\x20\x9d\xc3\x54\x68\xe5\x80\x36\xd3\xd4\x5b\xd0\xd6\x78\x00\ \x25\x15\xf6\x10\x62\xe2\xc1\xd7\xb4\x6e\x8d\x74\x30\xc6\x08\x21\ \x63\x8c\xd6\x1a\x01\x60\x4a\x11\xa6\x5a\x28\xd0\x86\x83\xe7\x98\ \x16\xba\x1a\x65\x93\xc3\xd3\xa7\x67\x4f\x1f\xdb\x28\x87\x71\x3b\ \xfd\x30\xbb\xb9\xe9\xff\x98\x2b\x1a\x97\x65\xf6\xcd\x6f\x7e\x73\ \x6f\x6f\xcf\x18\x33\x99\x4c\x10\x42\x5a\x6b\xc6\x18\xa5\xb4\xd6\ \x32\xc9\xbc\xac\xaa\x8a\x51\x8a\x01\x30\x25\x8e\x51\x65\x0d\x70\ \x52\xca\x8a\x70\x06\x1e\x2f\xe8\x68\xf4\xce\xed\xe1\xea\xf6\xd1\ \x73\x67\xd3\x23\x73\x61\x80\x4b\x65\xb1\xc1\x4a\xea\xf1\x24\x9f\ \xbb\xf7\xa4\x3c\x78\x5e\xf4\x06\x5d\xe7\x53\xed\xa9\x46\x88\x12\ \x51\x49\x65\xb4\xd1\xc6\x23\x4f\x79\x60\xb5\x95\x22\xf7\x18\x81\ \x07\xcc\xa8\x2e\x85\x05\xa7\xaa\x0a\x01\x72\x04\x89\xa9\x10\x51\ \x98\x2d\xc9\xa5\x3f\xfc\xc6\xaf\x9c\x7e\xe2\xf0\xe3\xe7\x40\x0b\ \x38\x32\x1b\x85\x0f\x7e\x7f\xe3\x12\x31\x61\x53\x48\x1a\xb2\x4a\ \x19\x6b\x3c\x08\x10\x43\x61\xfa\x45\xd5\xcf\x89\x43\x38\x0c\x08\ \x76\x49\x12\x3a\xe7\x01\x88\x14\x52\x48\xe5\x3d\x78\x0f\xd6\x38\ \xc6\xa8\x07\xe3\x3d\x02\x00\x53\x33\x83\x08\xd5\x77\x42\x4d\xf1\ \x20\x84\xc0\x38\x82\x31\xc2\xc8\x21\x17\x04\xc1\xe6\xf6\x16\xbc\ \xfe\xfa\xc2\xc9\xc3\x63\x5d\x6c\x67\xfd\x07\xdb\x47\x09\x21\x77\ \xe1\x16\x62\x9c\xbf\xf1\xd3\x9f\x5e\x7d\xe7\x9d\x22\xcb\x77\xb6\ \xb7\x78\x18\x6a\x6b\xb2\x49\xd6\x6e\x77\xa2\x38\x02\x8c\x47\xc3\ \x61\x31\xec\x4f\xa4\x24\xad\x54\x33\xdc\xe9\xb4\x7b\xe3\x31\x0f\ \x02\xd0\xce\x69\x4f\x3c\xea\xf2\x39\xbb\x87\xdf\xf9\xff\xbc\xd8\ \x5a\x3e\xdd\x7d\xe6\x28\x3d\xd6\x58\xc7\x55\x3f\x10\x3c\x10\x3d\ \xb9\x9f\x10\x3b\x7d\xff\xa9\x95\xfd\x61\xe0\x18\x22\xd8\x0f\xb3\ \x0e\xa3\x0e\x9c\x18\x15\x1a\xbb\x4c\x94\xba\xd5\x9c\x60\x5b\x64\ \x63\x1e\x04\x16\x1c\xc2\x78\xa4\x26\x14\xf8\x58\x8c\x2b\x2d\xc2\ \x38\x5c\xb4\xf3\xe0\x71\xd1\xac\xca\xdd\xfd\x57\x7f\xf0\xc3\x7f\ \xf4\x5f\xfc\x97\x80\x2c\x44\x8a\xfe\xb3\xe7\xbf\xbf\x77\x63\xd9\ \x14\x37\xd3\x49\x94\x10\x06\x96\x96\xa6\x51\x9a\x74\x2c\xd9\xc6\ \xd0\xed\x4f\xbc\x90\x32\xe6\xd8\x43\xa7\x33\x8b\x30\xb1\x16\x92\ \xb8\x29\xa5\xf6\x0e\x8a\xbc\x64\x84\x84\x41\x10\x84\x81\xd2\x4e\ \x6b\x6d\x8c\x51\x4a\xd5\x2c\x4f\xad\x16\xf9\x80\x5c\x33\x4e\x28\ \x1e\x71\xcc\x43\x83\xd1\x50\xca\xff\xe1\xcf\xff\xec\xd4\xcf\x9c\ \xcb\x17\xc8\x2a\x1a\x4a\xa7\x7c\xf0\x89\xbb\x20\xd6\x30\x46\xe0\ \xfd\x4f\x5e\x7e\xe5\xc7\x3f\x7e\x29\xcb\xc6\x18\x61\xa3\x34\x67\ \x0c\xbc\xa7\x8c\x36\x69\xaa\xa4\x92\x42\x0a\x29\x9c\x73\x35\x16\ \xab\xff\xd4\x72\x1b\x21\x05\x65\xac\xb4\x88\x60\xc6\x85\x9d\xd1\ \x54\xbd\xbd\x7a\xfd\xc6\xd6\xe2\xfd\x47\x5b\x47\xe6\x5d\xcc\xc7\ \x88\xbc\xf6\xd6\x5b\x4f\x9d\x7e\xe6\xe7\x7e\xf9\x97\xfe\x70\xf2\ \x7b\xfd\xe5\xcd\x52\x8f\x23\x16\x02\x20\xa3\xb4\xcc\xf3\x30\x8c\ \x62\x4c\x41\x6a\x5f\x29\xef\x3d\x65\x8c\x80\xc7\x18\x61\x69\x30\ \x40\x8c\x28\x23\x10\x36\x18\x71\x9e\x23\xcc\xbd\x19\xae\xaf\x5d\ \xba\xf0\xf6\xd3\x4f\x3d\x33\x30\xe3\x5b\xf9\xfa\xb6\xdd\x5a\x1b\ \xee\x23\xe3\x9d\x90\xdc\x53\xad\x15\x31\x20\xfb\x99\xef\x55\x68\ \x2b\x77\xeb\xa3\x84\xc5\xc9\xd2\xf4\xf6\xfe\x72\x27\x4a\xbc\x42\ \x5a\x1a\x6b\x1d\x21\x94\x52\xe6\xb4\x06\x8c\x31\x60\xc2\x58\x7d\ \xe0\x8d\x31\xff\x09\xd7\x13\x52\xf7\x59\x80\x81\x10\xc2\x11\xe2\ \xe0\x91\xf3\x01\x09\x72\x23\x5f\xfd\xc9\xab\x07\x8a\x01\xea\x26\ \x93\x83\x93\x0f\x73\xe0\xc9\x83\x67\xcf\xfc\x27\x2f\xa2\x31\x0f\ \x3d\xfc\xf0\xcc\xcc\x8c\xfd\x40\xea\x46\x29\x19\x8d\x46\x7f\xf0\ \x07\x7f\x84\x10\x92\x52\x4a\x29\x93\x24\xa9\x8b\x4e\xdd\x85\x95\ \x55\xa5\x2b\xc9\x00\x11\x8c\x29\xa5\x98\x52\x20\x04\x18\x2d\x8d\ \x06\xce\x0d\x21\x06\xa1\x19\x4b\xa1\xd2\x14\xf0\xf6\xc6\xd6\xf6\ \xfa\x56\xc2\xe3\x4e\xd2\xf4\x52\x97\xe3\xbc\xca\xca\x8f\xbd\xf0\ \x29\xda\x6e\x5d\xbd\x76\x25\xeb\xf7\x03\x8f\x02\xc0\xde\x68\x51\ \x55\x4a\x2b\x87\x20\x4c\x52\xa3\x54\x59\x14\x84\x52\x4c\x28\x60\ \x00\x8c\x01\x63\x84\x11\x26\x38\x88\x22\x6f\x6c\x44\x88\x56\x32\ \x2e\x55\x9c\x89\x38\x0e\x4e\x3e\xf7\xf0\x9a\xe8\xbd\x72\xeb\xed\ \x57\x27\x6b\x2f\xdb\x5d\x39\xea\x45\x85\x44\xd2\xab\x51\x89\x27\ \x4a\x6f\x0d\xc5\xe6\x40\xee\x65\xfb\x9b\x3b\x73\x07\x0e\x26\xcd\ \xce\x78\x73\x18\x04\x11\x42\x58\x49\x8d\x10\x60\x4c\x30\x26\x84\ \x10\xef\x9c\x31\x16\xc0\x21\x04\x5a\xeb\x9a\xd2\x27\x84\xd4\x7d\ \x6f\x0d\x7f\x70\x2d\x32\x20\x18\x61\x70\xe0\x3d\x06\x07\xb0\xd7\ \xdf\x67\x41\xd0\x68\x34\x8a\xa2\xb8\x67\xe6\xf0\xe3\x27\x1e\x50\ \x46\xff\xb5\x93\x4d\xbe\xf5\xad\x6f\x88\x4a\x74\xba\xdd\x9a\x81\ \xb3\xd6\x4e\x4d\x4d\x3d\xfc\xc8\x23\xf6\xaf\x29\x0c\x19\x63\x97\ \xde\x78\x7d\xf5\xe6\x2d\xa9\x55\xaf\xb7\x1f\x86\x01\x46\xb8\x33\ \xd5\x25\x18\x57\x95\x54\x52\xef\xed\xee\x39\x44\x20\xe4\x10\x51\ \xc4\x89\xf5\x26\x0d\x23\xe2\xc0\x7b\x47\x79\x80\x08\x46\x24\x32\ \x15\x6a\x96\xd0\xbd\x3d\x52\xaf\x5c\xe1\xbd\xa2\x33\x33\xa3\x19\ \xc1\xd2\x92\xd5\xbd\xe7\x0f\x9e\x38\x7c\xe6\x89\xf5\xe1\xfe\xea\ \xda\x6a\x7f\xbf\x37\xd5\x6c\x79\x29\x45\x96\x57\x45\xa9\xc1\xd3\ \x34\x44\x1e\xd9\x71\x9e\x62\x1e\x78\xe4\x2b\x35\xdb\xec\xba\x52\ \x51\xe7\x23\x4c\xe7\x5a\x5d\x24\x4d\x6b\x48\x1b\x51\x4b\x63\x5f\ \x8e\x87\x55\x35\x7a\xe8\x89\xb3\x69\x37\x7a\xb9\xbc\xf0\x07\xee\ \xbd\xd7\xf5\xea\xad\xed\x6b\xb9\x19\x75\xa4\x4f\x06\x65\x6b\xb7\ \x9c\xd9\x15\xf1\xca\x50\x5e\xdf\x76\x83\x7c\x7d\x75\xe7\xc1\x67\ \x9f\x1a\xdc\x1e\x31\xcd\x30\xa5\x04\xf3\x22\x2f\xb5\xd4\x8c\xb3\ \x90\xf3\x38\x8a\xca\x22\x13\x95\x4c\x1a\x8d\x1a\x56\x44\x51\x14\ \x86\xa1\x94\x92\x73\x5e\xa3\x7d\x40\x10\x85\x51\x1c\x85\x61\x14\ \x12\x4a\x00\x21\xce\x79\xbf\xbf\xaf\xab\xf2\xd4\x91\xa3\xac\x54\ \xe1\x48\x7d\xb6\xf5\x08\x43\xf4\x0e\xde\xe1\x9c\x5f\xbf\x7e\xfd\ \xfc\x6b\xaf\x4d\x4f\xcf\x04\x41\x50\x93\x74\xd6\xda\xc7\x1e\x7b\ \xbc\xd5\x6a\xdd\x79\x44\x53\x4a\xf7\x7b\xbd\x3f\xfa\xa3\x3f\x29\ \xab\x52\x54\xa5\x14\xc2\x3b\x07\xe0\xbc\x07\xa7\xb5\x56\x9a\x52\ \x8a\x30\xb2\xce\x51\x4a\x39\xe7\x84\x10\xce\x79\x5d\x16\x6b\x91\ \xb1\xb6\x26\x37\xc6\x03\x20\x6d\x43\x03\x91\x01\xa6\xdc\x68\xaf\ \x97\x65\xb9\x43\x58\x23\xb4\x75\x7b\x2b\xdb\x1b\xfd\xe2\x97\x7f\ \x21\xe9\xc4\x85\x16\xeb\xfb\x5b\x93\x2a\x2f\x55\xe5\xc1\x4b\xa3\ \x82\x30\x4c\x2c\x8a\x3c\xe5\x16\x12\xc2\x9a\x2c\x0c\x2c\x50\xed\ \x03\xc0\x29\xe5\x0d\xcc\x8d\xb7\x92\x43\x9c\x46\xda\x88\x49\x31\ \x16\x58\x5f\xdb\x5b\xc5\x07\x9b\x1b\x66\xf2\x5e\x6f\xfd\x46\xd5\ \xbb\x7d\xf1\x5d\xb5\x3f\x20\x85\x86\x41\x01\x7b\x19\xdd\x2b\xe8\ \x76\xce\x77\xaa\xea\xc6\x8e\x5d\x1f\xde\x73\xf8\x44\x72\x78\x61\ \xe5\xea\x2d\xaa\x51\x80\x39\x42\x08\x13\x42\x03\x06\x18\xbc\x73\ \x04\x23\xe3\x8c\xf7\x70\x07\xec\xd4\x90\xf3\x0e\xd5\x80\x31\x76\ \x08\x31\x8c\x38\x26\x08\xbc\x36\xda\x22\xe7\x30\x28\x70\xc6\xdb\ \x30\x8a\x9f\xbe\xf7\xa1\xe3\x33\x07\xb4\x35\x77\x54\x38\xde\xfb\ \x6f\x7c\xfd\xaf\xbc\xf7\xad\x76\xfb\x43\xf7\x59\xb5\x5e\xd9\x98\ \xe1\x70\xe8\xbd\x0f\xc3\xb0\xaa\x2a\x6b\x2d\xfb\x60\x52\x80\x10\ \x70\xc6\x38\xa1\xca\x18\x42\x69\xc0\x99\xf2\x16\x30\x0e\xa3\x18\ \x30\x1e\x67\x63\xf0\x20\xa4\xc7\x9e\x62\x85\x69\xa9\x8c\x28\x76\ \xe5\xb5\x71\x77\xb3\x35\x37\xc5\xc1\xbc\xf4\xc7\xdf\x3a\x34\x77\ \xf4\x67\xbf\xf4\x77\xb1\x95\x57\x7f\xf8\xd3\xed\x0b\xd7\xf6\xc7\ \x63\x8a\x89\x42\x8e\xc7\xdc\x3b\x67\xad\x22\x04\xc2\x76\xc3\x81\ \xa7\x61\x58\x49\x21\xb4\x4a\x93\x06\x22\xd8\x1b\x9c\x1b\x43\xac\ \xb9\x8f\x76\xde\x2c\x26\x13\x2f\x8b\xd0\xfe\xb7\x17\xbf\x75\xf3\ \xfc\x42\xfb\xd0\x5c\xee\x06\xbd\xc1\xce\xd6\xe6\xad\x46\xaf\x47\ \x00\x0b\x8c\xac\x73\x0d\x9e\x26\x25\x44\x82\x5e\xb9\xb5\xbd\xdf\ \x1f\x3c\xf9\xc9\x43\x51\x98\xa8\xd7\x57\x8c\x1d\x87\x61\x04\x00\ \x94\xb0\x28\x8e\xcb\xb2\xac\xaa\xca\x83\x0f\xa3\x40\xeb\xf7\x19\ \xf4\x9a\xd9\xa9\x1f\xb6\x35\xf0\xc1\x18\x03\x78\x6d\x8c\xf7\xce\ \x58\x63\x9c\xb5\xca\xd2\x90\x10\xe5\x87\xcb\xbb\x33\x8d\xe9\x59\ \xda\x61\x06\xfb\xbb\xd5\xeb\x1b\xef\x76\xf6\x77\xa4\x52\x8c\x73\ \x42\xc8\x60\x38\x0a\x75\x5c\x64\x65\x12\xc5\xd9\x24\x8b\x83\x08\ \x31\x0e\x21\xd5\xc4\x26\x9c\x80\x31\x4d\x16\x7a\xaa\x45\x21\x36\ \xf7\xfa\x92\xa0\x19\x9b\xe2\x4c\xe2\xa9\x20\xf3\x15\x1e\x01\xfd\ \xc1\x26\xba\x36\xba\xe7\xc1\xa5\x62\x2a\xbc\xb2\x7a\xfb\x57\x56\ \xff\x0f\x7f\xf2\x7f\xfd\xab\x2f\xfe\xd2\x2f\xbe\xb6\x38\xfb\xda\ \x37\xbf\xf7\xce\xfa\x6a\xe2\x08\x75\xe0\x42\x64\x29\x51\xde\x77\ \x31\x9d\xf3\x49\x55\xca\xb4\x91\xba\x20\x19\x6e\x0c\x67\x43\x3e\ \xdd\x9a\x99\xe4\x99\x9a\x68\x56\xba\xb9\x85\xb9\x5e\x39\x29\xfa\ \x7b\xb4\x41\x7e\x3a\xbe\xf1\x7f\x7a\xfd\xdf\x1c\x39\xf8\xf4\x4a\ \x34\xcc\x7a\x3b\xf4\xea\xf2\xfc\xe5\xdb\xc7\x1b\x01\x42\x55\x55\ \xca\x6e\xd8\x6e\xa1\xc4\x96\xec\x9d\xed\x9d\x97\xde\xbc\xd6\x3a\ \x79\x68\xfe\xfe\x47\xd6\x7e\xb4\x69\xb3\x09\x0f\x03\x82\x19\xe3\ \x6c\xe9\xe0\x92\x33\x76\xd8\xdb\xf7\xd6\x04\x3c\xac\xbd\x51\x94\ \xd2\x20\x08\xa2\x28\x92\x52\xc6\x71\x9c\xe7\x79\xa7\xd3\x51\x4a\ \x39\xe7\x59\x44\xab\xa2\x04\x85\x94\xb4\x95\x90\x41\xc4\x17\x59\ \x3c\x7a\x75\x39\x98\x3a\xfc\x77\x3e\xf1\xc4\xbb\xcb\xef\xda\x79\ \x03\x51\xf8\x37\x15\x0e\x22\x84\x84\x10\x1b\x1b\x9b\x51\xc8\xbd\ \xf3\x51\x18\x95\x65\x89\x10\xf2\xd6\x3a\x6b\xa3\x28\x0c\x82\xa0\ \x92\x12\x01\xb2\xce\x7a\xef\x6b\xd4\x5f\xf3\x71\x18\xe3\x38\x8a\ \xb2\x3c\x27\x21\x23\x1e\xc7\x3c\xa0\xd2\x20\x67\x30\x25\x20\xc5\ \x64\x6d\xd8\xdf\x1f\xb5\x0f\x2f\x3c\x7a\xe2\xde\x85\x20\x5d\xdb\ \xba\x75\xe6\xdc\xa3\x47\xee\x3d\xfe\xe6\x1b\xaf\xdd\xb8\x7c\x65\ \xfd\xea\xed\xe1\xe6\x7e\x18\xc5\x3b\x45\x16\xf7\x45\xcc\x23\x84\ \x11\x63\x0c\x39\x2b\x8d\xa6\x8c\xb2\x20\xd0\xc6\x18\xa9\xc7\x48\ \xee\x51\x91\xe8\x9c\x86\xbe\xb9\x30\xb7\x74\x60\x86\xce\x34\x8b\ \x86\x1f\xc9\xe1\xa5\xd5\xeb\xeb\x1b\x1b\x4b\x99\x9d\x75\xa1\xce\ \x8d\x31\x26\xe0\xbc\x95\xb4\x15\x93\x6b\xa3\xb5\x95\xdb\x7b\xae\ \xd0\x31\x0e\x67\x0e\x1f\xea\x4c\x4f\xb3\xdc\xe5\xa3\xa2\x9d\x36\ \x02\xce\x3d\xc3\xa0\xbc\x33\xd2\x3b\x8b\x31\x06\x8c\xac\xb1\x75\ \xbb\x53\xc3\x8b\xf7\x45\x7c\x80\x00\x23\x06\xce\x5b\xab\x1d\x80\ \xb5\xda\x19\xe3\x0d\x30\xcc\x2d\x9d\xac\xef\x73\xcf\x22\xa0\xfe\ \x23\xf0\x85\x02\x78\xe7\xeb\x71\xa6\x10\xc2\x5a\x5b\x73\xf8\x75\ \xdc\x86\x73\x8e\x59\xa6\x8d\xd3\xde\x61\x8a\x31\x21\x98\x10\xa2\ \x5c\x55\x89\x46\xda\xb0\xd6\x1a\x4b\x28\xa1\x26\x00\x4a\x89\x10\ \xd5\x54\xdc\x55\x56\x99\xfd\xaa\xdc\xcf\x70\xaf\x68\xcf\x4e\x7f\ \xf5\xdc\xa7\x5b\x06\xef\x0f\xd7\x9f\x7a\xf6\xa9\xfb\x4f\x9d\xb8\ \xfe\xde\x95\x2b\x97\xaf\xde\xba\xb5\xdc\xdf\xe9\x05\x9e\xa0\xc2\ \xa2\xb2\xa0\xe0\x38\xe7\x95\x92\xcd\x80\x08\x64\x20\x20\x25\x85\ \xbc\xca\x95\x56\x34\x0c\x82\x98\x5e\x57\x3d\x73\xb4\x33\x7f\x6c\ \xe1\xd0\xb1\xc3\xe4\x60\xb7\x77\x28\x5a\x1b\xac\xee\xbf\xfa\x7a\ \xb8\x39\x7a\x60\x6e\xb6\xdb\x3a\x88\x8c\x51\x18\x03\x65\x31\x09\ \xfb\xa3\xbd\xb7\x2e\x5d\x1a\xac\xee\x42\x1a\x6c\x67\xf9\xcf\x7e\ \xf2\xd3\xee\x72\x7f\x6d\x63\x9d\x73\xe6\x3d\x18\xe3\x8c\x51\x00\ \x9e\x31\xe6\xac\x45\xc8\x01\xf8\x9a\x60\xab\xa9\x74\x84\x10\xe7\ \xfc\x0e\xf8\x74\xce\x3b\xec\x9d\xf3\x00\x80\x3d\x10\x8f\x89\xc1\ \x8c\x35\xfa\x6b\xfb\x62\x66\x72\xee\xa9\x27\x8e\xcd\x1d\xb6\x77\ \xe5\x93\x40\x80\xca\xb2\x70\xde\x61\x42\x84\xa8\x18\x0f\x8d\x31\ \xc8\x43\xbb\xd9\x8c\xa2\x04\x59\xc8\x27\x85\x54\xd6\x3a\xd3\x99\ \x69\x11\x82\xac\x13\x7b\xab\xab\xd3\xcd\xce\xcc\x54\x37\x13\x65\ \x06\x8e\x94\x2a\x9e\xe7\xbb\xa9\xed\x79\x58\x20\xd3\xe1\x58\xa3\ \x0b\xb9\xdd\x59\x91\x07\x93\xc7\x3f\x71\x6e\xfe\xde\x23\x1b\xbd\ \xd5\x4e\xa3\xf3\xe9\xaf\x7c\xf9\xf8\x43\xf7\x5f\xbd\x74\xf9\xfa\ \xdb\x17\x56\x2f\x5e\x4b\x49\x68\x85\xd9\xed\x0f\x26\x06\x96\x50\ \x24\xc0\x0a\x2b\xc2\x38\x56\x96\xf1\x66\xba\x51\x8e\x26\x55\x8e\ \x30\xf6\x1c\x2d\xab\x5b\x51\x3b\x9c\x39\x7b\xa2\x7b\xf6\xe8\x03\ \x33\x11\x7a\x78\xf1\xdb\xad\xbd\xdb\x3f\x3d\x7f\xf6\xc7\x9b\x9f\ \x6b\x1c\x9a\x5d\x7c\x68\x7a\x22\x4b\x8c\xcb\x14\x35\x67\x16\x65\ \x69\xbf\xf7\xfa\x2b\x17\xbe\x7f\xc5\x7b\x22\x86\xa8\x95\x1c\xfa\ \xf4\xa7\x3f\xf7\xf6\x37\xbf\x0f\x88\x25\x61\x22\x85\x1e\x0c\xfa\ \x8d\xa8\xe1\x3d\x62\x94\x39\x63\x9c\xb1\xef\x4f\x88\x10\xaa\xaa\ \xca\x18\x83\x10\x8a\xe3\xb8\xaa\xaa\x20\x08\x30\xc2\x55\x95\x19\ \x30\x08\x88\xc3\xc0\x38\x67\x24\x0c\x31\x98\xaa\x5c\x7f\xe5\xea\ \xaf\x3c\xff\xc5\x87\x9f\xfc\xb2\xb2\xdc\x79\xf7\x37\xaf\xf6\x00\ \x1e\xaa\xb2\x50\xb2\xe2\x9c\x45\x61\x28\x45\x15\xb2\x40\x29\xa5\ \xbd\x26\x84\x54\x65\x59\x08\x61\xac\x71\xce\x61\x8c\x39\xe7\x8c\ \xb1\xaa\xaa\x28\xa5\xef\x53\x51\x18\x3b\x6d\x8d\x37\x28\x4e\x2a\ \xed\xad\x73\x5e\x1a\x07\xd0\xa4\x41\x2c\x00\xdd\x1a\xef\xef\x5f\ \xf2\x73\xbb\xff\xcd\xa5\x8b\x5f\xf8\xd5\x5f\x38\xf1\xd0\x7d\xf7\ \x7d\xf2\x89\x33\xcf\x3f\xa1\xc6\xc5\xd5\x8b\x97\x9d\xb0\x22\xab\ \xc6\xb7\x77\xf3\x2c\xdf\xdd\xdd\x2d\xa5\xd0\x94\x39\xe7\x70\x18\ \x6a\xc6\x9c\x73\x21\x65\xc7\x16\xda\xf7\x1c\x6a\x25\x01\x6f\x4f\ \x35\x5b\x33\x2d\x1b\xe0\xbd\x71\xff\xe5\x1b\x6f\xdd\xbe\x70\xad\ \xdc\xe8\x4f\x25\xad\xe9\xe6\x5c\x93\x73\x46\x19\xc5\x04\x21\x28\ \x2b\x75\xfd\xf2\xed\xb7\xde\xbb\x9c\x1b\x43\x1b\xc9\xc5\xdd\xed\ \xaf\x1d\x3c\x70\xf6\xa1\x07\x6f\xbe\x76\xa1\xb3\x30\xeb\x85\xc9\ \xab\x92\xe2\x10\xc0\x61\x82\x30\x01\xe4\xa8\xf3\xc8\x21\x57\x53\ \x99\x35\xd2\xaf\xcb\xeb\x07\xc2\x11\x50\xce\x18\xeb\x00\xc0\x13\ \x04\x0e\x31\x44\x29\x60\x53\x0a\xb5\x3e\x84\x52\x03\xfe\x08\xf4\ \xca\xa8\x66\xe9\x1b\x8d\x06\xe7\xbc\xae\x7f\xc6\xd8\x1a\x86\x69\ \xad\xcb\xb2\xb4\xd6\x12\x4a\x9b\x69\x03\x63\x5c\x95\x25\x45\x34\ \xa5\x01\x53\xce\x16\x55\xd3\x71\x6f\x7c\xd6\x64\x40\xa8\x55\x0a\ \xb4\x0f\x2d\x71\xd6\x46\x98\xa2\x81\x14\x62\x7f\xb9\xba\xf8\xc6\ \x85\x37\xbe\xf3\xee\x8f\x7e\xe3\xd7\x7e\x73\x7a\x66\xf6\xbe\xcf\ \x3d\x77\xea\x73\x2f\xec\x0d\x07\x6b\x37\x97\x5b\x8a\xa2\xad\x71\ \xb6\xb6\x2b\xca\x6c\x73\x77\xdb\x39\x47\x38\xd3\xd6\xb6\xbb\x1d\ \x87\x01\x63\x82\x18\x6d\x36\x9b\xb3\x87\x17\xf2\xf9\xc0\x2c\x24\ \x8c\x91\xc9\xea\xe6\x8d\x8d\x5b\x17\x5f\x7c\x73\x74\x7b\xed\xc8\ \x86\xb8\x1f\xb7\x13\xc8\x79\xc0\x18\xa3\x8d\x34\x74\x16\xed\xdc\ \x5a\x7b\xf7\xe5\x37\x07\x7b\xbd\x94\x47\xa8\x91\xbe\x7e\xe1\xed\ \xc3\x67\xef\x5f\x5c\x5c\xdc\xdd\xdf\x63\x8c\x49\x29\xad\x55\x38\ \xa4\x08\x79\xef\xad\xf5\x06\x1c\x45\x08\x79\x00\xff\xc1\x34\x11\ \x63\x8c\x00\x81\xf7\xd6\xb9\x3a\x23\xca\x11\xef\x90\x07\x04\x08\ \x23\xea\xb0\x57\x40\x29\xe2\x86\xb8\x5c\x85\x9a\xa6\x3c\xbe\x8b\ \xd3\x5f\x2f\x36\x98\x64\x13\x84\xa1\xdb\x9d\x1a\x0c\x06\x88\x80\ \x07\x9f\x67\x79\xb7\xdb\xcd\x27\xd9\x68\x38\xd2\x52\x52\x1e\x13\ \xef\xdb\x51\xda\xeb\xed\x24\x04\x1f\xec\x76\xb1\xf3\xa3\xde\xae\ \xf7\x96\x31\xb2\x95\x4e\xa6\xe6\x3b\xd1\x5e\x79\xb6\x64\xcd\x89\ \xd6\xc2\xec\x27\xf1\x84\x85\x6a\xa8\x67\xff\xea\x6a\xf0\xed\xad\ \xff\xcb\xc1\x9f\x7e\xe5\x37\xbf\x76\xfa\xdc\x63\xed\xa3\x47\x9f\ \x38\x7a\xec\x63\x5f\xfa\xea\xf2\x95\x8b\x69\xe9\xd5\xa0\xd8\x5f\ \xdf\x1d\xe7\xe3\x9d\xa2\x3f\x1c\x8d\x58\x10\x8c\xab\x32\x6d\x9d\ \x48\x9a\x0d\x57\x16\x73\x84\xa6\x8d\x74\x69\xe9\xb0\x3d\x14\xc4\ \x09\xc9\xa6\xf9\x25\xb3\x97\xdd\x5c\x5d\xbd\xfa\xf6\x9b\x3f\xbe\ \xd4\xbe\x3e\x78\xe1\xe6\xcc\xec\x54\xbe\x77\x9a\xcd\x00\x63\x71\ \xc2\xe3\x68\x47\x88\x6f\x7c\xf3\x7b\x3f\xfa\xce\xab\x56\xd1\xa4\ \xd1\xc9\x7b\xf6\xeb\xff\xe6\xc5\x7f\xf4\xb9\x4f\xde\x6a\x27\xc6\ \xe2\x7c\x92\x73\x1a\x24\x71\xcc\x19\x77\xd6\x22\xca\xa2\x20\x04\ \x04\x52\x0b\x84\x30\xe3\x5c\x0a\x51\xbb\xc3\xbd\x73\x55\x59\x86\ \x41\xa0\x8d\x16\xa2\xe4\x21\xd5\x16\x04\x80\x23\x54\x5a\xcd\x81\ \xd0\xb8\xb9\xb2\xb6\x8d\x21\x68\xa5\xd3\x83\xfc\x2e\xed\xb8\x1f\ \x8c\x53\x38\x25\x38\xcb\x32\x6d\x8c\x77\x3e\x08\x02\x82\xdf\x9f\ \xf0\xbe\xef\x5a\xa0\xb4\x86\x39\xd6\x5a\xad\x75\x92\x24\xde\xfb\ \xb2\xaa\x18\xa5\x54\x1b\xe5\x1c\xe6\x4c\x59\x5d\x61\x14\xf1\x98\ \x78\x0f\x95\x6a\x63\x96\xb2\x50\xef\x95\x5b\x7b\x57\x45\x27\xf8\ \xb7\xff\x5e\x74\x2e\x1e\x7a\xfc\xe3\x4f\x57\x79\x81\x14\x04\x21\ \x9b\x99\x9d\x39\x3a\x3d\xdf\xf8\xe2\x2c\x65\x54\x1b\x5d\xfb\x8b\ \x6a\x79\xaa\x07\x30\xd6\x8c\x87\xa3\x91\x9c\xa8\x48\x8d\xcb\x6c\ \x7d\xb0\xfd\x93\xf5\x77\xd7\xf6\x36\x26\xa3\x11\xf4\x8b\xa9\x02\ \x27\xa5\x9a\xb7\x66\xa7\xbf\x3e\x09\xc3\x56\xda\x68\xa5\x8d\x2c\ \xcf\x2f\xdf\x5e\xbe\x78\xeb\xf6\x88\x81\x6d\xb7\xc7\x98\xee\x4e\ \x76\xd0\xbf\xfb\xb7\xb3\xbc\x21\x95\x14\x9a\x80\xb2\x08\x21\x8c\ \x10\x42\xe0\xbc\x05\xb0\x1e\x90\x07\x54\x83\x9d\xba\x8c\x52\x42\ \xbd\x77\x35\xbd\x00\xe0\xc1\x6a\x04\x40\xa8\xb7\x0e\xac\xb3\x80\ \x90\x35\xce\x5b\x93\x78\x8e\x32\x0b\xd2\x7e\x34\x3e\x09\x40\x28\ \x0c\x03\x00\x6f\xad\x09\x02\x0e\xe0\x39\x27\xde\x3b\xad\x8d\x31\ \x86\x10\x8c\x90\xc7\x18\x2a\x51\x46\x61\x04\x08\x1c\xb2\x3c\x0a\ \xa5\x94\x92\x18\x4c\xb0\x31\x9a\x1a\x1f\x07\xcc\x13\xa4\x8c\x64\ \x8c\x22\xc2\x9c\x35\xd8\x61\x6c\x48\x6f\x7d\xaf\x24\xd6\x0e\xcc\ \x8b\x2b\xbf\xdf\xbd\xef\xf0\xd2\xa7\x1f\xbd\xb0\x7b\xbb\xc1\xc3\ \xc8\xf8\xe6\xc2\x81\xe9\xd3\x47\x66\x83\x7b\xe7\x6c\xc3\x94\x0a\ \x30\x72\xd8\x21\x04\x84\xd0\xc2\x08\x61\x45\x56\x4c\x4a\x29\x2a\ \x67\x56\x27\xdb\x9b\x6f\xef\xed\xee\xee\x56\xe3\x31\xb6\x9e\x97\ \x62\x26\xf3\x29\x09\x4a\x29\xfd\xfa\xf6\x20\x8e\xe3\x76\xab\xe1\ \x82\xed\xed\xdd\xf7\x2e\x5e\x1a\x17\x55\x34\x35\x97\x62\x94\xe2\ \xd0\x4e\xf0\xed\x3f\xfa\xf1\x84\x46\x52\x28\x8c\x29\xc1\xd4\x7b\ \x6d\x0d\x50\xc6\x95\xd2\xe0\x01\x13\x4c\x3d\xf2\xda\x6a\xef\x3d\ \xc2\x1e\x7b\x03\x4e\x1a\x6b\x8d\xa1\x94\x81\x47\x4a\x9b\xd8\x39\ \x4a\x89\xf5\xe0\x3d\xd6\x5a\x6b\x6d\x80\xb2\x26\x09\xf2\xed\x7e\ \x7f\x65\xdb\x1f\x3b\x7e\x97\x91\x83\xde\x33\x16\xa6\x69\x1b\x1c\ \x22\x98\xb5\x5b\x1d\x21\x55\x18\x44\x98\x91\xfd\xed\x7d\x44\x11\ \x62\x80\xa9\xad\x84\x40\x0e\x28\xe2\xa3\x2c\x9f\xea\x74\x8d\xd1\ \x4a\xe7\x49\xcc\xab\xe1\x90\x21\xdc\x74\x0d\xac\x95\xcc\x0a\xc9\ \x63\xdc\x4a\xb1\xad\xa2\x4c\xcc\x25\x29\xcb\xe5\x46\xb1\xb9\xb7\ \x87\x5f\xfc\xef\xfe\xf4\xc2\x77\xce\x1f\xfc\xc5\x27\x36\x51\x3f\ \xdd\x1a\xa8\x79\x52\xcc\x87\xbf\x70\xea\x91\xcf\x7c\xe2\xcc\x08\ \x23\x23\x32\xad\x0c\x61\x4c\x1a\xe3\x29\x29\x8c\xf2\x31\x9d\xd0\ \x72\x63\xb4\xdd\x97\xd5\xed\xc9\xca\xed\xf1\xee\xda\x56\x6f\x98\ \x65\x76\x30\x71\x46\x60\xed\x97\xca\xb8\x4f\xdc\x7a\xb1\x37\x5a\ \x1e\x4c\x84\x9b\x3d\x7a\x42\xe5\xe2\x2f\xbe\xf5\xd2\x9b\x6f\x5f\ \x6b\x4c\x2d\x86\x2c\xa1\x88\x61\x82\xc9\x7b\x37\xbf\xbe\xdd\xd3\ \x55\x95\xa6\x8d\x84\x45\xda\x98\x42\x64\xb4\x89\x11\x03\x83\x9c\ \x03\xc7\x39\xe7\x34\x42\xd6\x06\x18\x53\xce\xb5\xb7\x93\xaa\x30\ \x18\xb3\x24\x19\x56\x0a\x19\xe0\x49\x9c\x46\x80\xc6\x1a\xb4\xad\ \x8c\x1a\x82\xde\xc1\x06\x35\xc2\x81\x2b\xbe\xf7\xe6\x1b\x3f\xd3\ \xfe\x8c\xf7\xf4\xae\x9c\x71\xc8\x5a\x1b\x06\x94\x33\x5c\x96\x25\ \x67\x1c\x63\xb0\x60\xad\xb5\xca\xe8\x30\x89\x75\xe5\x2b\x51\x45\ \x49\xc2\x28\x55\x4a\x69\xad\x39\xe7\x75\x27\x58\x47\x26\x50\x4c\ \xc2\x46\x6c\xf2\xdc\x6a\x85\x8c\x09\x9c\xc7\xda\xa4\x49\x52\x69\ \x57\x1a\xe3\x40\x73\x6d\x02\x46\xf3\xca\xed\xbd\x72\x2d\x7f\x67\ \x2d\xdd\x77\x83\x2e\xb9\x72\xe9\xe2\x02\x0b\x59\x3b\x26\x27\xe7\ \xa7\x7d\x1c\xf3\xf0\xfd\x70\x55\x42\x31\xc1\x0e\xd5\x56\x2f\x5b\ \x8a\xaa\x92\x52\x38\x9d\xcb\x2a\xb7\x42\x81\x03\x03\x4d\x14\x33\ \x70\xb1\x10\x09\x10\x27\x65\x69\xbd\x04\x20\x51\x3a\x1e\x0c\xaf\ \xdf\xb8\xb5\xb1\xb9\x83\x80\x2e\x34\xda\x9e\x30\xc2\x83\x66\xab\ \x1d\xf6\x7c\x51\xed\xc7\x24\x52\xc6\x02\x01\xeb\x9c\xc8\x73\x1e\ \x70\x8a\x43\xa5\x24\xf3\x98\x62\x8a\x29\x96\xde\x48\x00\x83\x91\ \x07\x87\x9c\xc3\x18\x90\x71\xc8\x7a\x8a\x99\xb3\x0e\x11\x4a\x09\ \xf5\xe0\xa4\x94\x0c\x21\xe7\x04\xf2\x2e\xcb\x46\x3b\xdb\x9b\x84\ \xd2\x8f\xa0\xee\x78\xef\xcb\xb2\x08\xc3\xd0\x18\x6d\x8c\xae\xcb\ \x7c\x5d\x80\xca\xb2\xa0\xb4\x16\x14\xd9\xaa\x2c\x29\x21\x18\xa3\ \x3a\x70\x44\x5b\xe3\x08\x10\x46\x18\x10\x2f\x35\x68\x6d\x8d\x42\ \x08\x93\xda\x38\xef\x3c\xf1\xde\x68\x0b\x00\xdc\x32\x34\xd0\xb7\ \x76\x2e\xac\x6c\xac\xf5\x63\x73\xa5\xdc\x5e\xbd\x7d\x7d\x31\x6a\ \x74\x3a\x1d\xb6\xd0\xf5\x9d\xa4\xad\x1a\x29\x8b\x08\xc3\x08\x23\ \xc2\xb0\x05\xaf\xad\x12\x56\x0a\x25\xa4\x56\x5a\x6b\xaf\xb4\xb6\ \x16\x63\x14\x44\x81\xce\x2a\x97\xcb\xc8\x62\x04\x58\x7a\x4b\xbd\ \x07\x07\x11\x0d\x6e\xaf\x6d\xbc\x77\xf1\xb2\x36\x26\xea\x74\x38\ \x0b\xdb\x51\x42\x71\x90\x44\xb1\xb3\x2e\x17\x45\x14\xc5\x4a\x2a\ \xe7\x9c\xb7\xfe\x83\xd4\x58\xcf\x18\xf7\x35\xae\xc1\x1e\x1c\xc2\ \x18\x79\x0f\xc6\x68\xf0\x2e\xe2\xa1\x35\xd6\x6a\x13\x60\x2a\x90\ \xa0\x08\x5b\xe2\x01\x23\x0d\xc8\x12\x6a\x29\x56\xc6\x65\xf9\xf0\ \x56\x6f\xeb\x19\x8a\xd0\xdd\x66\x9d\x3a\xeb\x07\xfd\xa1\x90\x32\ \x8c\x22\xf0\xc0\x79\x50\xc7\x29\x00\x86\xa2\x2c\x78\xc8\x01\x93\ \x10\xf1\xcb\x97\x2f\x9f\x3c\x79\xd2\x5a\x97\x09\x89\x00\x29\xe7\ \x29\xc1\x0b\xb3\x73\xc3\xe1\x50\xec\x66\x00\xc4\x24\x41\xc1\x49\ \xb3\x11\xa2\xfd\x3c\xb5\x10\x10\x9d\x5b\x8b\x18\x3a\x90\xd1\xc9\ \x4f\xaf\xeb\xb7\x6f\x8e\xcc\x68\xff\xf9\xee\x9b\x6f\x7c\xb7\x8a\ \x25\x1c\x6e\x7f\x57\xbd\xdc\x86\xa9\xaa\x11\x2d\x38\xc6\xc3\x08\ \x13\x46\x18\xf3\x14\x4b\x30\x7d\x35\x1e\xaa\xac\x22\xda\x12\x1f\ \x1a\xd3\x73\x12\xbc\x0d\x28\x22\xcd\xd0\x08\x1f\xef\x56\xcd\xc2\ \xd1\x28\x04\x2b\x83\xd2\x84\xed\x6e\xaf\x3f\x7a\xf9\xd5\x97\x6e\ \xaf\xec\x4e\xb5\x67\xa2\xb8\xdd\x69\x76\x39\xa0\xd9\x4e\x67\xaa\ \x91\x56\x42\x54\xc4\x15\xd9\xfb\x3b\xe4\xac\xb3\x95\x28\xa3\x24\ \x92\x42\x5a\xef\xa4\x31\x16\x39\x46\x90\x55\xd6\x39\x17\x86\xa1\ \x14\x55\xc0\x39\x67\xa1\x54\x55\x4c\x83\x32\x2f\x2b\xe3\x1b\x3c\ \x72\xce\x38\x2d\x9c\x86\xd9\x56\xa7\xd4\xa2\xd5\x9a\x3d\xff\xad\ \x1f\xfd\xfc\x13\x9f\xc4\xcd\x48\x1b\x73\x77\x41\x18\xce\x1a\x21\ \x2c\xe7\x8c\x73\x16\x46\x81\xd6\xda\x58\xe3\x11\x2a\xca\x72\x92\ \x4d\x00\x21\x82\xf1\x9d\x3e\xab\x0e\xe8\x52\x4a\x45\x51\xc4\x28\ \x45\x08\x91\x80\x61\x41\xa4\x14\x46\xca\x1a\xa6\x19\xa3\x11\xc3\ \x98\x13\x09\x0e\x90\x0f\x78\x48\x88\x4f\x09\x45\x43\x39\xb9\xb6\ \xfd\xc4\xaf\xfd\x8c\xc8\x26\x83\xd5\x95\x4e\x94\x66\x7a\x82\x90\ \xca\x15\x23\x96\x20\x00\x44\x09\xc2\xd8\x81\x37\xe0\x3c\x42\x1e\ \x23\xce\x29\xb1\x38\x20\x01\x72\x54\x49\x69\xa5\x37\x13\x4d\x0b\ \xe7\x73\x85\x1c\x72\xc8\x63\xc6\x93\x46\x2b\x97\x62\x75\x75\x63\ \x67\x6f\x3f\x4e\x1a\x51\x98\x30\xca\xdb\xad\x36\xe7\x81\x77\x20\ \x2a\x9d\x0b\x67\x09\x18\x63\x8c\x35\x04\x13\x42\x88\xb5\x4e\x29\ \xc3\x58\x60\xa5\x15\x95\xb0\xc4\x19\x04\x0e\x03\xa1\xd4\x19\x63\ \xb4\xe1\x94\x52\x4a\x8d\x12\xc8\x02\x07\x04\x0e\x39\x00\xec\x30\ \xb6\x04\x83\xf7\x1e\x33\x46\x81\x33\xf7\xe1\xae\xf9\x87\xf1\x85\ \xd6\x8e\x24\x5a\xf3\xa9\x55\x55\xd5\x22\x22\xa5\x94\x52\x0a\x80\ \x07\x01\xc5\x98\x50\x4a\xef\xb4\xb8\xde\x7b\x5a\x67\x9b\x12\x8a\ \x10\xd2\xc6\x4a\xad\xbd\x07\x84\x11\x20\x84\x30\x26\x84\x12\x8c\ \x11\xc1\x08\x00\x08\x05\x00\x47\x50\xde\x1f\x54\x7b\xc3\x17\x3e\ \xf9\xcc\x0f\x94\x94\xc3\x21\x65\x5c\x6b\x6b\xac\xc9\x02\xab\xa8\ \x06\xec\x8d\xb3\x56\x3a\xc0\xce\x21\xf0\xc4\xfb\x84\x78\x1c\x31\ \x17\xb3\xca\x54\x55\xa5\x2a\xe1\x84\xf6\xa5\x42\xc2\xe8\x52\x2a\ \x85\x00\x85\x49\xbb\x49\xc2\x64\x7b\x73\x7b\x65\x65\x35\x0c\x82\ \xa9\xee\x34\x00\x6a\x24\x6d\x84\x31\x00\x09\x82\x60\x3c\x9e\x28\ \xa5\x08\x21\x55\x55\x31\xc6\x78\xc0\xeb\x0f\x88\x31\x42\x08\x69\ \xa5\x2b\x29\x8c\x77\x08\x10\xa3\x04\x21\x04\xd6\x61\xe7\x19\x06\ \x2b\x15\x48\xc3\xc2\x40\x12\x2c\x9c\xad\x59\x46\x87\x3c\x30\xac\ \xc0\xe0\x90\x18\x6d\xaf\x6d\xde\xcc\xaa\xec\xee\x0c\x8a\x08\x21\ \xa5\x24\x63\x6c\xf1\xe0\xc1\xd1\x68\xb4\xb5\xb3\x5d\x5f\x62\x21\ \x44\x6f\x7f\x9f\x71\x1e\xc5\x89\xd2\x86\x31\x3e\x3d\x3d\x1d\x04\ \x01\x63\x2c\xcf\xf3\x38\x8e\x39\x63\xde\xfb\x46\xa3\x51\x89\xca\ \x3a\xa7\x95\xb0\x5a\x7b\x42\x31\xa0\x38\x8e\x8d\x31\x38\xe0\xbe\ \xaa\x38\x63\x14\x23\x4f\x71\x43\x62\xfc\xee\xce\xc9\x5f\xff\xf8\ \x72\x5a\x6d\xbe\xf1\x23\x08\x1a\xdb\x6d\xbc\x9d\x58\x68\x92\x2d\ \x4d\x28\xb5\xde\x3a\x6f\x84\x47\xde\x81\xb7\xa9\x73\x24\x01\x62\ \x01\x3b\x9d\x57\xc8\x33\xaf\x8d\xeb\x55\x48\x6a\x5c\x98\x74\xa2\ \xbb\x15\x4a\x0a\xd5\x6e\x24\x64\x76\x46\x4a\xf1\xea\x4f\xdf\xdc\ \xef\xe5\xb3\xb3\x8b\x8d\xd6\x5c\x10\xa4\xb3\xd3\x33\x09\x0b\x40\ \x4b\x23\xe5\xf6\xf6\xf6\xd4\xf4\x74\x25\xaa\x5a\x1c\xe8\xad\xaf\ \x89\x64\x84\x50\x10\x04\xbd\x7e\xcf\x80\x05\xe7\x3a\xad\x76\x18\ \x85\x59\x51\xca\x4a\x86\x80\xac\x74\x66\x92\x59\x1a\x36\x48\xe4\ \x0d\xe9\x1b\x3b\x71\xce\x10\x16\x22\x16\x15\x30\x83\x1b\xc4\xbb\ \xe1\xad\x8d\x77\x5f\x7f\xfb\xc1\xcf\xbe\x70\x97\x75\x07\x40\x1b\ \x8d\x2c\x22\x84\xd6\x2d\x55\xdd\x62\x60\x8c\x07\x83\x81\x10\xa2\ \xd5\x6a\xd5\x7c\x5f\x3d\xac\xa9\x23\x72\x3e\x68\x43\xea\x58\x78\ \xcd\xc3\x40\x29\x05\x14\x63\x46\x79\xc0\xad\xb1\x65\x55\x51\x46\ \x31\x21\x80\xb1\xb5\x9e\x52\x2f\x9c\x21\xd8\x8f\xb6\x76\xaa\xe5\ \xed\xc7\x1e\x7d\xfc\x2f\xf2\xde\x4e\x55\x4c\x17\xdc\x74\x39\x4b\ \x62\x1e\x46\x98\x60\x8f\xc0\x23\x04\xe0\x09\x78\xeb\xc1\x81\xb3\ \xda\x91\xc2\x62\x07\x58\x1a\x54\x48\x94\x4b\x26\xad\xcf\xa5\x2d\ \x25\x18\x8a\x39\x8d\xa2\x46\x91\x97\x9b\x9b\x5b\x5a\xb9\xa9\xce\ \x0c\xa3\xbc\xd5\xea\x50\x1a\x94\x45\x25\x64\xc5\x03\xae\x9d\xa9\ \x1f\xff\x08\xa1\x3a\x06\x37\xcf\x73\x42\x48\x10\x04\x4a\xca\x42\ \x1b\xed\xac\x37\x86\x62\xc2\x19\x43\xc6\x2a\xa9\xb9\xf3\xc4\x3b\ \xe7\x7d\xa5\x55\x19\x93\x80\x85\xde\x19\x2d\x25\x42\x18\x05\x60\ \x8d\x76\xd4\x52\x0a\x83\xc0\x09\xfa\xa1\x8e\x3b\xfe\x30\x37\x40\ \xcd\x6b\x04\x41\x50\x4f\x31\x09\x21\x59\x96\xd5\xd1\xc2\xff\xff\ \xc3\x1d\x10\x42\xd4\xda\xf6\x7a\x00\xf4\x81\xda\xc5\x69\xad\x31\ \x21\xf5\x14\xac\x2e\x4c\x1e\xc0\x5a\x6b\x9d\xc5\x00\x14\x13\xce\ \x03\xa6\xdd\xd6\xc5\x1b\xb6\x9f\x3f\xfc\xd0\x23\x52\x9b\xa2\x28\ \xb4\x35\x8a\x22\x43\xac\x21\x1a\x47\x98\x35\x78\xd8\x0a\x79\x23\ \xa2\x31\xc7\x61\x1d\xa4\x6f\x85\xd3\x85\x51\x95\x92\x56\x1b\xa2\ \x21\xd0\xc0\xa4\x83\xca\x12\x4f\x10\xe3\xb9\x36\x6b\x1b\x5b\xfb\ \x7b\xfd\x66\xa3\xd5\x6c\xb6\x1a\x8d\xc6\xc2\xfc\x01\xc6\x99\xd6\ \xa6\xaa\xca\x3c\x2f\x10\x42\x75\x94\x64\xcd\x9c\x69\xad\xeb\x37\ \x5f\xcb\x23\xa5\x10\xca\x3b\x0d\xde\x22\xef\x10\x20\x40\x8c\xd6\ \xfd\xbb\x46\x18\xe1\x00\x5b\x30\x6d\x43\x1b\x15\x4e\x05\x0a\x4a\ \x13\x54\x26\x31\x9e\x57\x3a\x31\xae\x61\xdd\xfe\x8d\x9b\xdb\xcb\ \x2b\xf5\xc2\x9c\xbf\xb9\x70\xd6\x75\xa7\xa6\x28\x63\x08\x00\x13\ \x62\xbd\xb3\xd6\x8e\xb3\xc9\xda\xda\x5a\x6f\x30\x20\x8c\x69\x63\ \xea\x3c\x79\xce\x79\xaf\xdf\x73\xce\xd5\x50\x3f\x08\x82\xfa\x75\ \x63\xac\x14\x02\x79\x14\xc7\xf1\xf4\xcc\x74\x51\x95\xc6\x1a\xa5\ \x75\x51\x96\xce\x7b\x1e\xf2\x8d\x8e\xd9\x9d\xc1\x15\x41\x6a\x75\ \x74\xf3\xf5\x1b\xc7\xef\x7b\x6c\x7a\xe6\x38\xbf\x39\xe4\xa3\x8c\ \x21\x89\xbc\x80\x10\xd3\x98\x85\x8d\x30\x69\x45\x69\x23\x4a\x22\ \xde\xe2\x51\x9b\xf2\xd8\x22\x5a\x19\xe9\xb5\xd7\x02\x8a\x12\x8a\ \x0a\xe7\x92\x8f\x05\xda\x19\x13\x61\x31\xe7\x24\x8a\x57\x37\x76\ \x7e\xfc\x93\x77\xa5\x66\x0b\x8b\xc7\xe6\x67\x97\x4e\x1c\x3d\xb9\ \x74\x60\xa9\xca\x8a\x8d\x95\xd5\xf1\x60\x60\x95\x9c\x9a\x9a\x0a\ \xc2\xb0\x16\xbf\xdc\x51\xe5\x13\x42\xea\x70\x1f\x6b\x6c\xcc\x02\ \x67\x6c\x21\xaa\xd2\x98\xb0\xd9\x68\x74\x5b\x40\xc0\x79\xcd\x18\ \xd6\x20\x28\xe1\xc4\xc6\x85\xf4\x02\xa8\xb1\x88\x1a\xcc\x0a\x4d\ \x4a\x99\xc9\x6a\x8b\xa9\x7f\xf1\xea\x37\x4b\x71\x57\x09\x24\x08\ \x8c\xb5\x42\xc8\x5a\x88\x5c\x0b\x65\xeb\xc1\x82\x94\x52\x6b\x1d\ \xc7\x71\x4d\x74\xd6\x43\x74\x63\x8c\x94\xb2\xf6\x8e\xd7\xdf\x46\ \x08\x21\x84\x26\x49\xca\x79\xc0\x28\xd7\xda\x28\xa9\x95\xd2\x08\ \x61\x04\xc8\x59\x6f\x31\x72\xde\x32\x84\x1d\xc1\x3c\x8e\xd0\xa8\ \x7c\xf7\xeb\x3f\xe8\x34\x5b\x9d\x07\x4f\xee\xc8\x9c\x8e\x2a\x39\ \x29\x44\x29\xb4\x54\xd6\x58\x67\x5d\xed\xcd\x46\x50\xe3\x6d\xa7\ \x95\x2e\xa5\xd0\x52\x7a\xa1\x51\x69\x48\xae\x49\xae\xf5\xa8\x74\ \x95\x21\x98\x79\x44\x86\xc3\x6c\x34\xcc\x11\xf0\x76\x7b\x6a\xaa\ \x3b\xdb\x6c\x76\x29\x0d\xb5\x72\x5a\x59\x63\x6c\x55\x56\x35\x7e\ \xbc\x43\x63\x39\xe7\x82\x20\xb8\x23\xcf\x41\x21\xf3\x11\xaf\xf5\ \x82\xd8\xb8\xc0\xa1\x4e\x94\x24\x41\x28\x8c\x2e\xac\x82\x24\x70\ \x0c\x2c\x71\x1e\x1c\xb2\x06\x59\x0d\x5a\x79\x67\x10\x46\x1a\xac\ \x70\xc6\x7e\xb8\x87\xec\x87\xe0\x77\xfc\xfb\x33\xc2\x28\x8a\xea\ \x79\x7e\x4d\x27\x1b\x63\xa2\x28\xba\x23\xa6\x76\xce\xd5\x26\x9a\ \xfa\xf4\xd4\x27\xa9\xae\x56\x24\x45\x65\x59\x3a\xe7\x10\xc6\xb5\ \xd2\xd7\x5a\x8b\x30\x76\xd6\x62\x8c\x30\x71\xc6\x23\x82\x51\x27\ \x6e\xed\xac\x6e\x5f\xf8\xc9\xf9\xa7\x7f\xe9\x8b\x8b\x87\x0f\xf7\ \x56\xd6\xa3\x66\x34\xca\xf3\x56\x80\x03\xea\x18\x80\x27\xc8\x03\ \x00\x41\x1c\xbc\x31\x56\x1b\x4d\xb5\x35\xd6\x16\xd6\x22\xe7\xb0\ \x76\x36\xab\x74\x3f\xb3\xc3\x22\xd2\xc0\x22\xae\xad\x2b\xab\x1c\ \x7b\x9c\x26\x0d\x42\x08\x25\x14\x61\x2c\x2b\x51\x96\x82\x50\x4a\ \x30\xca\xf3\x3c\x8e\xa2\xda\xd4\xc7\x39\xaf\x2b\x4e\x14\x45\xf5\ \x43\x0c\x63\x1c\x45\x31\x38\x25\xac\xc6\x80\x11\x22\x1e\x90\x27\ \xde\x20\x5f\x5a\x6d\xa8\xb5\xc8\x61\x04\xd3\x85\xb7\xd6\x60\x8a\ \xbc\xf1\x1e\xd9\x52\x28\xa9\xa4\x73\x8c\x07\xfc\xc8\x81\x45\x8a\ \xef\xce\x9e\x05\xb5\x60\x6a\x7b\x7b\xfb\xc0\xa1\xa5\xac\x2c\xe2\ \x28\x2e\x45\x65\x8c\xd9\xda\xd9\x99\x9a\x9e\x9e\x99\x99\x19\x8e\ \x46\x8c\x31\xa5\x54\x51\x14\x71\x1c\x0f\x87\x43\xc6\x18\x63\x6c\ \x32\x99\xd4\x73\x9f\x23\x87\x0f\x6f\x6d\x6d\x09\x21\x00\xa3\x5a\ \x77\x4b\x29\xa5\x9c\x49\x29\x29\xa5\x59\x51\x78\xec\x02\x89\x9a\ \xa4\x49\xc7\xfa\xe2\x1f\xbe\xfa\xf8\x63\x27\x1b\xc7\x1f\x7e\x6d\ \x65\x53\xf5\x46\xba\x49\xbc\xf7\x01\x65\x61\x04\x8c\x7a\xe4\x10\ \x20\x4c\x31\xd3\x5a\x6a\x29\xb1\x55\x11\x42\x52\x7b\x9b\x6b\x9e\ \xdb\x50\x20\xad\xbc\xca\x14\x91\x1e\x25\xf1\x2e\x82\x91\x1a\xae\ \x0d\x86\x07\x67\x8e\x12\x1e\x28\x03\x94\xc5\x55\x21\x9c\x05\x6f\ \x5c\x14\x04\x56\xe9\xf1\x64\x12\xb7\xdb\xfd\x7e\x9f\x51\x5a\x1b\ \x7f\x6a\x0d\x5e\x9e\xe7\xce\xb9\x28\x8a\x42\xde\x91\xe3\x71\x3b\ \x69\xd0\x46\x32\x96\x82\x18\x00\x02\x13\x5d\x61\x04\x38\x45\x98\ \x23\x39\x29\x41\x28\x1f\xf8\x00\xc0\x59\x6d\xb4\xee\xa9\xa2\x22\ \x46\x2d\x34\xed\x89\xc3\xbd\xe3\x5d\x69\x4d\x4c\xf9\xdf\xf8\xe2\ \x7b\xa8\x67\xb5\xb5\xe4\xa7\xaa\xaa\xb2\x2c\xeb\xb3\x51\x0f\xad\ \x92\x24\x79\x3f\x1b\x0c\x21\xad\xf5\x9d\x3e\x20\x8a\xa2\xfa\x95\ \x30\x8c\x94\x36\xce\x43\x5e\x94\xde\x7b\x25\x95\x54\x9a\x73\x1e\ \xc5\x89\xb3\x4e\x1b\x83\x38\x75\xce\x62\x87\x3c\x00\x0d\x78\x54\ \x59\xbd\xd9\xcf\x26\x59\x7a\xec\xa0\x7c\xe7\x0d\xb7\x3d\xa2\x98\ \x82\x01\xa4\x00\x87\x01\xe1\x14\x51\x8a\x30\xf2\x1e\xac\xb5\x58\ \x2b\x65\x8c\xb4\x06\x1b\xeb\xb5\xf5\xd2\xf8\xd2\xc8\x71\xa9\x0b\ \xd1\x0a\x9b\x9d\xa9\x59\x27\x34\xd2\xa6\x91\xc6\xcd\x06\xae\x2a\ \xa1\xb5\xe7\x9c\x16\x79\x25\xa5\x0a\xc3\xd0\x7b\x28\x8a\xa2\x96\ \xe3\xd4\x2a\xf0\xba\x6b\xa9\xb5\xe0\x45\x51\x84\x3c\x60\x9c\x5b\ \x63\x80\x52\xee\x11\xb5\xa0\xa5\x50\x94\xf8\x88\x29\xc6\x27\x56\ \x1a\xa7\xa7\x0a\x03\x5a\x60\xe3\x99\x41\x5e\x3b\x0c\xc8\x82\x77\ \x14\x1b\xe4\x38\x8a\x3a\x3c\x72\x1f\x49\xde\x20\x20\xa8\x4b\x7b\ \x9e\xe7\xb5\x7e\xb1\x8e\x98\x6e\x36\x9b\xb5\x4f\xaf\x86\x30\x77\ \x34\x75\x51\x14\x71\xce\xeb\xba\xf3\xbe\xca\x0b\x23\xe3\x9d\xd2\ \x4a\x97\x45\xad\xb3\x62\x01\xaf\x71\x13\xa6\xc4\x7b\x84\x09\x91\ \x56\x35\x31\x4f\x34\xea\xad\x6d\x09\x6b\xe7\x96\x0e\xec\x5e\xbd\ \xad\x46\x45\x99\x80\x2a\x9d\xe3\xa1\x37\x11\xa2\x14\x13\x4c\x39\ \x07\x04\x4a\x18\x2c\xad\xb7\xa6\x72\xd6\x79\xeb\x2b\x85\x0b\xe9\ \x0b\x05\x85\xc2\x95\x99\x6a\x4e\xcf\xb4\xa6\x8c\xd0\xa5\x2b\x31\ \x06\x86\xa9\x10\x42\x4a\x4d\x29\xb7\xf5\xff\x8b\x30\x61\x24\xb7\ \x85\x52\x8a\x50\x5a\xe3\xb2\xfa\x83\xd4\x83\xad\xfa\x48\x45\x61\ \x18\x78\x8a\x90\x07\x87\xac\xb5\xc2\x3a\x14\xb2\x85\xe3\x47\xa2\ \x99\xe6\x7e\x35\xee\x57\x23\xe3\x6c\x31\x34\x52\x29\xe3\x8c\x34\ \xd4\x38\x1b\xa7\xd1\x54\xab\x15\x04\x41\x2b\x4d\xa3\x38\xe4\x0b\ \x1d\x7f\x57\x3e\x09\x84\x90\x32\xba\x33\x3d\x55\x09\xd1\x1b\xf4\ \xd3\x34\xcd\x8b\x62\x92\x65\x61\x18\x1e\x39\x7a\x04\x00\xc2\x28\ \xac\xdf\x76\xfd\x86\xc3\x30\xec\x74\x3a\x77\x8c\x05\x52\xca\xba\ \x80\xe6\x79\x9e\x17\x79\x18\x45\xb5\xda\x13\x11\xa2\x8d\x09\xe2\ \x28\x8c\xc2\xb8\x1a\xd3\xc2\x75\xa2\x86\xb7\x66\xfa\xea\x7e\xfb\ \xea\xa8\xf1\xe8\x92\x6b\x46\x6a\xdc\xb7\x43\x0c\x0e\x18\x8b\x98\ \xf5\x34\x8c\x10\xe3\x1e\xc0\x18\xe3\xc1\x61\x82\xc0\x7a\x59\x09\ \xaa\x0d\x1b\xcb\x66\x01\xa8\x72\x93\xde\x58\xef\xe7\x53\x8a\xcc\ \x1e\x39\x64\x35\xde\x9b\xf4\xc2\xc5\x03\x64\x3f\xc4\x88\x3a\xa7\ \xbd\x43\x94\xd2\xb2\x98\x30\x8c\x1a\x69\xb2\xb7\xbd\x85\xec\xfb\ \xae\x37\x4a\x69\x5d\x13\xd3\x34\x2d\x8a\xa2\xbe\xc9\x29\x63\x11\ \xe3\x51\xa9\x1c\xe7\x63\xa1\x72\x59\x7a\x4f\xef\xb9\xf7\x9e\x47\ \x0e\x3f\x25\x89\xbe\xd5\x5b\xcf\x91\x64\x43\xcc\x46\x3e\x70\x42\ \xca\x5c\x28\x44\x5b\xcd\xa9\x83\x27\xc8\x5c\x1b\xcf\xb5\x67\x4e\ \x1f\x97\xd6\xd4\x54\xe3\xdd\x6d\x2e\xf3\xde\x29\x65\xd3\x34\xad\ \x89\x9b\xba\x32\xd6\x47\xb7\xa6\x1a\x6a\xc8\xc3\x18\xab\x8f\x71\ \x5d\x89\x94\x52\xce\x39\x6b\x0d\xa0\xff\xe4\xa4\xaf\x81\xff\x9d\ \xcf\xd8\x68\x36\x44\x55\xe6\x45\x11\xb1\xd4\x68\x27\x90\x6e\x38\ \x20\x40\x08\xe3\x41\x13\x33\xca\x82\xd2\x96\x93\x0a\x11\xea\x7c\ \xe5\x0d\xa0\x08\x10\xf1\x84\x10\xeb\x1c\x32\x86\x1a\x23\x8d\xb2\ \xc4\x1b\xa9\x91\x32\x46\x18\x53\x8a\x62\x52\x84\x24\x58\x38\xb8\ \x04\x16\xe7\x59\x85\x1d\x2a\xf2\x9c\x52\x06\x1e\x00\x90\x77\x88\ \x31\xc6\x18\x07\x00\x29\x35\x63\xdc\x39\x55\xbb\xbb\xeb\x77\x5e\ \x9f\x93\xda\x89\x62\xb4\xf1\xc6\x60\xef\x09\x22\x1c\x61\x6f\x8d\ \x01\xe7\x18\x5d\xba\xff\xe4\x33\x4f\x9c\x9d\x60\xbb\x39\xdc\xab\ \x46\x7d\x5d\x09\x2f\xb4\xab\x94\x2e\x84\xac\x64\x9a\xa6\x49\xab\ \x85\x03\x66\x29\x8e\x8e\x2e\x38\xad\x3f\x1a\x5e\xb9\xbe\x21\xb3\ \x2c\xab\xe1\x99\x10\xa2\xae\x32\x5a\x6b\xad\x75\x8d\x93\xeb\x8b\ \x6b\xad\xad\x57\x08\xde\xb1\xcf\x4b\x29\x11\x46\xc6\x1a\x42\x08\ \x20\x08\x82\x10\xbc\xaf\x29\x15\xce\x79\x59\x95\x01\x06\xe7\x11\ \x0a\x48\x9e\x15\x31\xe5\x8e\x70\x88\x83\xa4\xdb\x49\x48\x60\x46\ \x82\x76\xc2\x92\x96\xcc\x3b\xcd\x10\xc1\x9c\x10\x26\xb5\xb4\xd6\ \x3a\x63\x91\x75\x56\x6b\x6b\x2c\xd5\xda\xe6\xca\x65\x02\x0b\xa3\ \x73\xd9\xa4\xd1\x6c\x77\xd6\x2b\xb7\xbf\xdb\x47\x08\x42\xcf\x3d\ \x78\x8c\x88\xb1\x0e\x11\x08\x28\xaf\xc5\x01\x80\x50\x33\x49\x94\ \xd2\x65\x55\x85\x41\x50\x63\xce\xba\x80\x86\x61\xf8\xbe\x07\xa7\ \xaa\x30\xf6\x9c\x60\xc0\x58\x68\x6b\xac\xd3\x4a\xd9\x88\x9d\x79\ \xfe\xa9\x74\x69\x6a\x33\xdf\x17\x60\xb0\x46\x95\x14\x95\x50\xda\ \x28\x21\x65\xc0\x58\x80\x49\x31\x18\xef\x6e\x6c\xfe\xe4\xc2\x5b\ \xf3\xdd\x79\x46\xe8\x5d\x8d\xb3\x7c\xad\x58\xb9\x7e\xe3\x86\x94\ \x82\x32\xd6\x1f\x0c\xbc\xf7\x3c\x08\xac\x73\xbd\x5e\xcf\x79\xc7\ \x30\x17\x42\xcc\xcd\xcd\x15\x45\x51\x83\xcd\xfd\xfd\xfd\x7a\xc4\ \x8b\x31\x5e\x5e\x5e\x76\xce\x71\xce\xe7\x1b\xf3\xda\x98\x30\x0c\ \x07\xa3\x11\xe1\xb4\xd9\x6c\x1a\x67\xfb\xa3\x21\x09\x6c\xea\xf0\ \x4d\x5a\xba\xc8\x4f\xa9\xa0\x35\xb1\xbb\xad\x44\x37\xa3\xa8\xe7\ \xe8\xc8\x19\xd0\xa9\x1f\x07\xc2\xd2\x14\x20\xf6\x96\x52\x4f\xb0\ \x10\xc2\x2a\x81\xad\x66\xc6\x49\x6b\x9a\x98\xc5\xce\x0d\xb3\xdc\ \x6b\xa0\xb9\x7d\xf4\xd0\xd9\xc4\x25\x1b\x3b\xdb\x80\x91\x33\x56\ \x54\x26\x69\x44\x5a\x14\xc4\x13\xc0\x2c\x8d\xa3\x90\x32\xce\x70\ \xbb\xdd\xce\x27\x93\xa2\x28\xee\x3c\xae\x6a\x72\x90\x31\x36\x3d\ \x3d\xbd\xbb\xbb\x3b\x1a\x0e\x59\xa7\x9b\x30\x2e\x31\x66\x98\x61\ \x4d\x8d\x85\xed\xfd\xbd\x17\xbe\xf2\xd9\xc3\x8f\x9f\xea\x79\xb9\ \x4f\x64\x6c\x70\x53\x38\x63\x84\x90\x45\xcf\x8c\xf3\x10\xc8\x54\ \x43\x0a\x39\xba\xb5\xb9\xfb\xda\x1b\x5b\x6f\x5d\xb7\xff\xe8\x1c\ \x8a\xb8\xff\x9b\x8b\x18\x9c\xf3\x75\xd0\x42\x5d\x56\x6a\xb0\xe3\ \xbd\x4f\xd3\xb4\x3e\xf3\x35\x97\x8c\x31\xae\xdf\x6d\x8d\x91\xeb\ \x05\x6a\xb5\xb6\x4b\x29\x8d\x09\x8e\xa2\xb8\x96\x3e\x68\x6d\x66\ \x66\x67\xbe\xf0\xf9\x2f\x3c\xf9\xe4\x93\x94\xb2\x0b\x17\xde\xfe\ \x17\xbf\xf3\x3b\x4a\x5b\xc2\x31\x72\xde\x60\x4c\xd2\x08\x73\xc6\ \x8d\x6e\x59\x4a\x0a\xa1\x8d\x41\xce\xe5\x52\x84\x9c\x20\xe5\x29\ \xa3\xd8\x11\xef\xbd\x37\x16\x9c\x03\x00\x9f\x0b\xea\x70\x99\x15\ \x2a\x2f\xcb\xf1\x18\xac\xbf\xff\xcc\x59\xd1\x9b\x8c\x76\xfb\x14\ \x50\x64\x39\x25\x9c\x12\x56\x0f\xf8\xad\xad\xbc\xf7\x61\x18\xd5\ \xd5\xd3\x7b\x2b\x84\xae\x31\x9d\xb5\xb6\x36\x43\xd4\x8a\x70\xad\ \xb5\x56\x0a\x5b\xcf\xac\xa7\x80\x08\x42\xd2\x3b\x4b\x49\xee\xf4\ \x7b\xeb\xb7\xed\x89\x99\x03\x67\x4e\x2d\x1c\x9d\x1a\x37\x2d\xc3\ \x98\x38\xaf\x2b\xe9\xa5\x11\x59\x81\x11\xb1\xca\x4d\xb2\xfc\xc2\ \xd5\xab\x4f\x67\x03\x8a\xc8\x47\xc2\x2b\xa3\x1a\x40\xde\xa9\x35\ \xcd\x66\xb3\x66\x6a\xea\x4d\x86\x9c\xf3\x34\x4d\x6b\x8c\x50\xf7\ \x62\x52\xca\x3a\xb5\xa0\x36\x70\x19\x63\xa7\x67\x66\xf2\x3c\x2f\ \xcb\x52\x69\xd5\x6c\xb5\x3e\xfb\x99\xcf\x9c\x7d\xf0\xac\x14\xf2\ \xbb\xdf\xfb\xee\xf9\x1f\xbd\xc6\x62\x0a\x84\x92\x3a\x24\xda\x3b\ \x1d\x30\x4b\x31\x15\x36\x00\x24\x4b\xab\x52\x54\x78\xa3\xac\x44\ \xda\x01\x58\x42\x99\xf7\xce\x69\x83\x8c\x75\xd6\x61\x65\x83\x89\ \xc4\x06\x95\x95\x1e\xed\x0d\x98\x76\x0f\x3c\x78\x76\x7f\x65\xab\ \x1c\x65\x69\x98\x7a\xef\x41\x39\x8a\x89\xb1\x0e\x79\xac\x84\x66\ \x0c\x08\x21\x61\x10\x4c\x26\x13\xe7\x9c\xf3\xae\xf6\x8b\xd7\x4c\ \x79\xcd\x55\xd5\x0f\xab\xfa\x51\x2c\x44\x0e\xca\x33\x12\x10\xc0\ \x01\x46\xca\x9a\x8b\xef\xbe\x77\x73\xb2\x3d\x7b\xe6\xb0\x69\x12\ \xd6\x8c\x52\x1c\x00\x00\x02\xa2\x95\x16\x65\x65\x0a\x69\xb3\xaa\ \xea\x4f\x76\x57\xd6\xaa\x8d\x6d\x7e\x0e\xee\x7a\x75\x1f\x63\xcc\ \x81\xf7\xe0\x11\xc6\xc6\xfb\x34\x4d\xa7\xa6\xa7\x83\x30\x58\x5e\ \x5e\x66\x01\x67\x98\xce\x76\x67\x1b\x8d\xc6\xda\xda\x5a\x7d\xd3\ \xd6\xb4\x54\xed\x51\x54\x4a\x39\x63\xa7\xa7\xa6\x3a\xdd\xee\xc6\ \xfa\x3a\x0b\x78\x25\xc5\x0b\x9f\xfc\xc4\x17\xbe\xf4\x45\x16\x04\ \x57\xaf\x5d\xfd\xdd\xdf\xfb\x3d\x83\x70\x33\xe0\xfb\x81\xe5\x11\ \x8f\x32\x03\x9d\x70\x9f\x62\x13\x33\x66\xb0\x9e\x58\x1c\x82\x27\ \xc2\x6a\x82\x1c\x03\x87\xac\x73\xca\x39\xed\xb4\x03\x07\xde\x81\ \x35\x1e\xb0\x17\x0a\x0a\xe3\x26\x95\x58\xdb\xfd\xc4\xbd\x4f\x2f\ \xe6\xcd\xfd\x0b\x2b\x01\x0d\x66\xc3\x84\xd3\x08\x35\xa8\x36\x9a\ \x13\x8a\x9c\x93\x45\xd6\x6a\x36\xad\x31\x45\xa1\x2d\x78\x60\x74\ \x32\x99\x1c\x5c\x3a\x38\x1a\x8e\xd2\x34\xdd\xdd\xdd\x9d\x99\x99\ \x49\xd3\x34\xcf\xf3\xe9\xe9\x69\x63\xad\xc8\x0b\x5b\x14\x4a\x53\ \xdc\x6e\x72\xc2\x93\x90\xee\xaf\x6f\xfe\x9b\x7f\xf9\x2f\xa7\xdf\ \x3b\x96\x3e\x76\x64\xb7\xe5\xba\x49\x1c\x2b\xcb\x43\xa6\xb8\xd9\ \xc7\xd9\x10\x4c\xb9\x2e\x82\x9d\x32\x7c\x73\x13\xbe\x7b\xed\xde\ \x32\x64\x88\xdc\xc5\x1a\x1b\x84\x90\xb5\x46\x08\xd1\xed\x76\x6b\ \xc0\x12\x04\x41\x96\x65\xb5\x98\xa5\x56\xab\xd5\x77\xa9\x31\xa6\ \xdf\xef\x0b\x21\xa2\x0f\x5a\x75\x42\x48\x14\x45\x08\x63\x5b\x0a\ \x0f\xde\x81\xaf\x57\xc8\x3d\xf7\xec\xb3\xbf\xfc\xcb\xbf\x7c\xea\ \xd4\xa9\x8d\x8d\x8d\x03\x07\x16\x9f\x7d\xee\xc9\xdd\xbd\xbd\xff\ \xf0\xc7\x7f\x94\x46\x4d\xac\xed\xc0\x8a\x13\xa7\x1f\x48\x3a\x1d\ \xbc\xb3\x43\x77\xb2\x08\x31\x8f\x89\xb2\x0e\xb0\x05\x6b\x41\xa3\ \x80\x31\x6f\x0d\x41\xd8\x7b\xaf\x95\x0e\x1c\x44\x63\x45\x08\xcd\ \x46\xa5\x18\x66\xc5\x28\x7f\xe2\xec\x63\x4a\x98\xad\xb5\xad\xe9\ \xb8\x1d\x51\x6e\x8c\xc1\x14\x53\x46\xff\xd3\x5e\x3d\x8c\x08\x45\ \x55\x55\x64\x59\x06\x80\x6a\x7a\xa4\x36\x36\xd7\xc0\xad\x7e\xca\ \x1a\x63\xe2\x24\x16\x42\xab\x42\x00\x41\x88\x10\x8f\xc0\x23\x8c\ \x39\xd9\x1f\x0e\x7e\xf0\x83\x1f\x2c\xee\x6d\x34\xa6\xdb\x0e\x72\ \xc6\x98\x07\xef\xad\x45\x1e\xa8\x43\x26\x57\xbe\x30\x48\x7a\xb8\ \x7e\x9b\x1c\x38\x07\x14\xff\x4f\xad\x3b\xde\x7b\x8c\xdf\xb7\x02\ \xd7\x2a\xa9\xda\xa2\x55\xb3\x98\xf5\x29\x0f\x82\xa0\xde\xa3\x70\ \xc7\x8e\x51\x77\x2b\x75\x05\x45\x08\x45\x61\x34\x1e\x8f\x6b\xf3\ \xee\xe3\x8f\x3f\xfe\xf7\xff\xfe\xdf\x3f\x70\xe0\xc0\x70\x38\x3c\ \x7d\xfa\xde\x73\x4f\x9c\xfb\xa7\x2b\xff\x64\x77\x38\x19\x2a\xd9\ \xe1\x91\xce\xec\x91\x13\x27\x78\xa7\xb1\x73\x71\xe0\xb2\x72\x3a\ \x68\x78\x8d\x95\xb6\x08\x69\xc0\x04\x79\x8c\x3d\x01\x6b\xc0\x78\ \xac\x2d\x31\xc8\x1b\xc0\xa5\x0d\x2b\xdf\xef\x0d\xfa\x5b\x7b\xc4\ \xa0\xa7\x9e\x78\x6e\xeb\xf6\x46\x31\xc9\x88\x05\xa7\xac\xd7\x8e\ \x51\x4e\x30\xc3\xd8\x13\x4c\xad\xd1\xf5\xde\x58\xf0\xbe\x28\x0a\ \x4c\x08\x65\xac\x19\xc5\x77\x98\x9d\xba\x37\xbc\x43\x54\x29\xa5\ \x8d\x53\x94\x60\x64\x0c\x06\x42\x1d\x0e\x3c\xb2\x08\x8a\x9d\x9e\ \x5c\x6c\x4e\x4d\x2f\x8e\xc7\xe3\x4a\x58\x04\x08\x3c\xf6\xd6\xe1\ \xca\x86\xa5\x89\x34\xee\x6f\x4e\xa6\xf7\x4c\xa3\x4c\x9a\x25\x76\ \x77\x55\x77\x9c\x73\xd3\x33\x33\xd6\xb9\x20\x08\x10\xc6\xf5\x0c\ \x8b\x10\xb2\xb6\xba\x96\x34\xd2\x34\x4d\x9d\x73\xad\x56\xab\xbe\ \xf2\x07\x0e\x1c\xa8\xaa\xaa\x28\x0a\xa5\xd4\xdc\xdc\x9c\xf7\x7e\ \x3c\x1e\x13\x84\x65\x59\x55\x4a\x3a\xef\x8e\x1c\x39\xf2\xeb\xbf\ \xf9\x9b\x4f\x7f\xfc\x39\xe7\x2c\xa2\xf4\xd3\x9f\xfd\x5c\x51\x95\ \x5f\xff\x17\xff\x6a\x2a\xc4\xd2\x96\x09\xb7\x33\x8b\x1d\x78\x60\ \xe1\x96\xdf\x95\x83\x11\x27\x1c\x25\x5d\x1c\xc5\x05\x92\x94\x19\ \xc0\x12\x00\x7b\xe4\x9d\x07\xe3\x14\xb6\x96\x5a\xc7\x09\x61\x43\ \x95\x6c\x15\x7e\x3d\xdb\xbb\x74\xe9\xdc\xa7\x3f\x37\x87\x66\xfa\ \xe7\x6f\x4d\x43\xc3\xd3\xc8\x48\xb0\x99\xa2\x6d\x16\x46\x61\x23\ \x0a\xb5\x31\xce\x9a\xaa\xcc\x92\x24\x19\x8e\xb2\xe1\x70\x34\x33\ \x3b\x73\x6c\x66\xa6\x2a\xcb\x9a\xd4\x3f\x71\xe2\xc4\x68\x34\x1a\ \x0c\x06\x5a\xeb\xa2\x28\x5a\xad\xd6\xe6\xf6\x56\x4a\x69\xda\x9e\ \xce\x8b\x0c\x7b\xe0\xc2\x2e\xb0\xc6\x70\x7d\x77\xbb\xed\x4f\x3f\ \x71\xc4\x10\xbd\x26\x76\xc1\x49\xac\xa8\x42\xa6\xd0\x02\x59\xdf\ \x14\x3c\xdd\xab\xfc\x6a\x3e\xa5\xd3\x19\xd4\xb8\xcb\x2d\x36\xde\ \x63\x8c\xc3\x30\xb2\xd6\x56\x55\xa5\xb5\xae\x95\x81\x35\xe4\xaf\ \x19\xd9\x38\x8e\xeb\xcb\xde\xef\xf7\xeb\x5a\x53\xe3\x7d\x42\x88\ \xb3\x56\x54\x95\xb1\x3e\xe0\x81\xa8\xc4\xc2\xc2\xc2\x57\x7f\xee\ \xab\x27\x4f\x9e\xb4\xd6\x9e\x7f\xed\xfc\xec\xdc\x5c\xb3\xd9\x24\ \x04\xfd\xca\xdf\xfb\xda\x8f\x5f\xfb\xe9\x60\x6b\x37\xe1\xbc\x88\ \x39\xbf\xf7\xa0\xe7\x64\xf4\xd6\xf5\xde\xf9\x2b\xcb\xbc\x09\xc1\ \xc1\x26\xa2\x24\xe0\xd8\x4b\x12\x41\x80\x8c\x73\x9e\x82\x73\x52\ \x43\x55\xb1\x4a\x07\xc3\x72\x77\x38\x2c\xf2\x62\x6b\x67\xe7\x53\ \x2f\x7c\xe6\x9e\xa5\x13\x3f\xf8\xf3\x6f\x76\x48\x1c\x48\xd0\xbd\ \xb1\x61\x04\x33\xe2\xc0\x60\x8c\x31\x41\x5a\x6b\xab\x9d\x31\x4a\ \x29\x89\xb0\x65\x2c\xb8\xe3\xa7\xaf\x47\x10\xce\xb9\xfa\xe4\x50\ \x4a\x8b\x42\x3b\xeb\xc1\x7b\x67\x9d\xf6\xce\x01\x78\xe4\x41\xba\ \x16\xe7\x45\xa6\xcc\xca\xfe\xd2\xd4\xa2\xe1\x5e\x5a\x2d\x9c\xc6\ \x94\x28\x25\x91\xf2\xa9\x45\x44\x82\xdc\xcd\xa6\xf7\x65\xc3\x62\ \xf7\x91\xf0\xca\xf5\xc6\xe8\x1a\xf6\xd7\x80\x53\x08\x51\x53\xdf\ \x8d\x46\x23\x89\x93\xb2\x2a\x47\xa3\x91\x31\x26\x08\x82\xf7\x59\ \x1b\x8c\x29\x21\x75\x9d\x42\x08\xd5\x7c\xd0\xe2\xe2\xe2\x57\xbe\ \xf2\x95\x63\xc7\x8e\x79\xef\xdf\xbb\x78\x71\x6e\x7e\xde\x3b\x7f\ \xdf\xe9\x7b\x7f\xf5\x6b\xbf\xfa\x5b\xff\xcf\xff\x0a\x62\x66\x11\ \xe2\x80\x8e\x9f\xba\x27\x03\xf3\xee\xe5\x8b\x70\xe5\x06\x44\x5d\ \xc3\x0f\xa5\xf3\x61\x18\x78\x2c\x31\x0e\x31\x0b\x09\x22\xe0\x8d\ \xc7\x1a\x5c\x29\xcb\x49\x5e\x0d\xc7\x65\x9e\x8f\x46\xe3\x72\x5c\ \x7c\xe2\x85\x4f\x26\x69\xba\xd3\xeb\xb5\x49\x1c\x22\xe6\x94\x25\ \x16\x55\xa2\xac\x10\xe2\x9c\x23\x84\x9c\x03\x25\x85\xf7\x4e\x7a\ \xcf\x39\x27\x18\x13\x46\x2b\x63\xea\x76\xb7\x2e\x94\xf5\xd7\x18\ \x63\xe7\x1c\x02\x20\x01\x77\xc8\x1a\x65\x99\x45\xd4\x41\x82\x30\ \x47\xbc\x1c\xf4\xfa\x57\x6f\x35\x12\xdc\x9d\x6e\x94\x31\x38\xed\ \xc0\x3a\xe4\x80\x20\x8f\x9c\xd7\x59\xa5\x87\x65\xac\x70\x24\x09\ \x95\xf6\x2e\xfd\x59\xe0\x11\x46\x46\x6b\x4a\x69\x29\x84\xd6\x9a\ \x87\xc1\xd6\xf6\x56\x21\x4a\x87\x7d\xbb\xdd\xee\x76\xba\x1b\xab\ \x1b\x3b\x3b\x3b\x41\x10\x8c\x46\xa3\xda\x4c\x90\xa6\x69\x1c\xc7\ \x5b\x5b\x5b\xce\xb9\x66\x92\xee\xed\xec\x34\xdb\xed\x2f\xff\xbd\ \xff\xd9\x97\x7e\xf6\xcb\x61\x1c\x6d\xac\xaf\x1b\xef\x4e\x9c\x38\ \xe1\xc0\xfd\xc6\x6f\xfc\xe6\x7b\xdf\x7f\x79\x73\x6d\xab\x1d\x75\ \x3b\x83\xe2\xc8\x73\x07\x27\x73\xed\xf1\xfa\x79\xf7\xe7\x97\xb2\ \x5d\x3d\x7b\x16\xe6\xee\x5b\xcc\xe7\x14\x31\x84\x68\x8a\x43\x82\ \x28\x60\x87\x02\x83\x48\xe9\xd4\x60\x92\xf7\xfb\xe5\xa8\x9a\xde\ \xb3\xfa\xc6\xee\xb1\xe6\xfc\xa7\x9f\xf8\xc4\xf9\x7f\xf7\xe2\x01\ \x43\xc1\xd3\x81\xd4\x94\x86\xde\x28\xd3\xdb\x23\x84\xa4\x8d\xc4\ \x18\x2d\xa4\xb2\xce\xe6\x79\x0e\x94\x1c\x38\xbc\x54\x49\x99\x17\ \x65\x99\x67\x55\x55\xb5\x5a\xad\x2c\xcb\x8a\xa2\x10\x42\xcc\xcc\ \xcc\x8c\x46\xa3\xc9\x64\xd2\x68\x35\x49\xcc\x86\xaa\x14\xd2\xce\ \x34\xda\x7e\x90\xcd\x26\x09\x07\x75\xed\xea\x2d\x76\x71\x26\xfe\ \xd8\x49\x91\x12\x83\x28\x42\x88\x68\x34\x25\xf0\x74\x86\xa7\x06\ \xb8\xbc\x59\xee\xed\xa9\xb2\xd5\xb9\x2e\xb1\xf5\x9e\xdd\xd5\x75\ \xc7\x08\x73\xce\x6a\x6a\xf2\x4e\xe0\x49\x8d\x82\xeb\xa7\x29\xe7\ \xbc\x12\x55\xcd\xf2\xd4\xa1\x1c\x35\x38\xad\x75\x83\xce\x3a\x65\ \x7c\x67\xaa\xf9\x33\x3f\xfb\x95\xc3\x87\x0e\x2f\xcc\xcf\x0b\xa1\ \x85\xc8\xee\xb9\xe7\xe4\xfd\xf7\x9d\xc2\x0c\x2b\x65\xef\x3d\x79\ \xfc\x97\xbe\xf6\xb5\xdf\xfb\xad\xff\x87\x2e\xf2\xe9\x67\xee\x6d\ \x3f\x74\x6a\x7f\x3c\x5a\x7b\xe5\x1d\x79\x65\xb8\x39\x5d\x3c\xb6\ \x74\x30\x46\x65\x61\xc7\x96\x11\x85\xbd\xc2\x88\x10\xaa\x84\x64\ \x1e\xd2\x20\xc6\x52\x47\x1e\x4d\x6b\x5c\x8c\x44\xcb\xb1\x27\x1e\ \x78\xf8\x27\x2f\xfd\xa4\x15\x24\x51\x89\x20\x2b\xba\x38\xea\x39\ \xad\x8d\x56\xaa\x9e\x29\x63\x6b\x4d\x1d\x11\x8f\x10\xd4\x6e\x07\ \x6b\x6c\x4d\x9e\x78\xef\xb3\x2c\xab\xef\xee\xba\x06\x15\x45\x41\ \x28\x21\x84\x81\xb3\xd6\x1a\x70\x9e\x78\xcf\xb4\x0d\x10\xe5\xda\ \xd9\x1b\xdb\x43\x1c\xc2\x63\xd3\x24\xe2\xca\x61\xc7\xa0\xa2\xde\ \x59\x95\x30\xca\x90\x2e\xb2\x89\x97\x86\x21\xfa\x91\xec\xed\x43\ \xd6\xb9\x2c\xcf\x8d\xd6\x98\xe0\x1a\xc8\x60\x42\x10\x46\x0c\xb3\ \xda\x7d\x0b\x00\xde\x79\x8c\x71\x18\x84\x55\x1d\x06\x86\x31\xc2\ \x44\x08\x59\x55\x22\x08\xc3\x6e\xab\x7d\xcf\xa9\x7b\x9f\x7a\xfa\ \xa9\x23\x47\x8f\xee\xf7\xf7\x2b\xa5\xe6\xe7\xe7\x1e\x7e\xec\x11\ \x8c\x89\x03\xf8\xdb\x7f\xe7\x6f\xbd\xfa\xc6\x5b\x7f\xfc\xea\x8b\ \x7b\xce\x3f\x74\xf6\xd4\xec\xf1\xc3\xb7\x37\xb6\xc6\x6f\x5e\x26\ \xb7\x06\xc5\x3c\xee\xfa\x23\x49\xdf\x58\x59\x18\x8a\x1d\xc6\x05\ \xaa\x13\x2a\x2c\xd6\x3e\xe6\x41\x2b\x4c\x9a\x2e\x2c\xb0\xdd\x1e\ \x6c\x92\x80\x3d\xfa\xf8\x13\xdf\xfe\xa3\xbf\x48\x31\x2b\xa4\x30\ \xd6\x74\x50\x84\x3d\x30\x1e\xf8\xf7\x0d\xae\x60\x9d\x93\x4a\x63\ \x02\xce\xf9\x7a\xd8\x6c\x95\x56\xe6\xfd\xfd\xaa\x75\xd8\x5d\xed\ \xc0\xaa\xc7\x76\xd2\x4b\xa0\xd8\x7a\x70\xf0\xfe\x30\x13\x59\xe7\ \x2a\x9d\x22\xaa\xfa\xd5\xd6\x9b\xd7\x0f\xdf\x7f\xdc\x1c\x6d\x4a\ \x62\x3c\x41\xde\x59\xef\x54\x84\x51\x36\xd8\x97\x52\xc4\x8c\x57\ \x4c\x42\xc0\xe1\x2e\xd9\x4d\xb2\xb9\xb9\x99\xe7\xb9\xfb\xa0\x70\ \x53\x42\x71\x88\x8b\xb2\x5c\x9c\x5f\xe8\x76\x3a\x65\x51\x38\xeb\ \x30\xc2\x49\x1c\xd7\xac\x67\x4d\x4b\xe5\x79\x4e\x19\x1b\x0d\x87\ \x2c\x0e\xee\x7b\xfc\xe1\xaf\xfe\xec\x57\x1e\x3c\xfb\xe0\x68\x34\ \x36\x52\x97\xb2\x3a\x71\xfa\xb4\x73\xe0\x8c\x9d\x99\x9e\xfd\xea\ \x3f\xfb\x2f\xfe\x77\xff\xec\x7f\x1d\x16\x83\x99\x6e\x6b\xe6\x99\ \xd3\x37\x61\xe4\xde\xbc\x8e\xbe\x31\x6c\x39\xf8\xd8\x5c\x63\x7e\ \x3a\xb8\xd8\xdb\x43\x50\x69\xd7\xf7\x98\x7a\x87\x40\x39\x97\x17\ \x53\x61\x3c\x15\xc5\xd3\x69\x77\xc8\x59\x7f\xbc\x7a\xfe\xed\xed\ \x5f\xfb\x3f\xff\x97\x62\x65\x1f\x0f\x05\x75\x7c\xa2\x45\x15\x71\ \x40\x86\x61\x98\xef\x74\xc7\x79\x0e\xe0\x95\x52\xd6\x1a\x21\x25\ \xa1\xcc\x7b\x10\x42\x58\xe7\x91\x73\x08\x10\x67\xdc\x18\x93\x65\ \x79\x14\x85\xf5\xe8\x76\xaa\x3b\x95\xe5\x39\x0f\x42\x92\x86\xc5\ \x64\x42\x19\xf2\xda\x35\xe2\x86\x2a\x0a\x21\xc6\xd3\x8b\xe9\xf5\ \xef\xbf\xb9\xe0\xf5\xcc\xf3\xf7\x66\x31\xc6\xc8\x33\x0b\x49\x61\ \xe7\x33\x9a\xac\x15\xe3\xab\xfb\xb8\x42\x79\x1a\x4c\xb8\x77\x18\ \x90\xff\x1b\x43\x9e\xfa\x90\x54\x42\x50\x46\x6b\x59\xdd\xfb\x3a\ \x12\x42\x82\x30\x20\x98\x50\xc6\x26\x93\x89\xb3\x8e\x33\x6e\xb4\ \xf1\xd6\x61\x40\x41\x18\xf2\x80\x4f\x26\x19\x20\x68\x34\x1b\x5f\ \x78\xea\xf9\x87\x1e\x7d\xc4\x22\xbf\x3f\x1c\xb4\xc1\x36\xa7\x3a\ \x0f\x9d\x3c\xde\x6d\x35\x3d\xf2\x55\x2e\x4d\x51\xe1\xa9\xd6\xcf\ \xff\xc2\xcf\xff\xf8\xdb\xdf\x7d\xe7\xdd\xb7\x3e\xf5\xa5\x4f\xc2\ \x74\xf3\xb5\xef\x7d\x77\xf7\x9d\x1b\xf7\x9f\x3e\xf4\xec\xa7\x3e\ \x76\x4f\x6b\x61\x38\x18\x4d\x64\x49\x93\x68\x54\x4e\xc6\x45\x1e\ \x30\x56\x14\xb2\x99\x24\x07\xba\xf3\xba\x54\x55\x29\x56\x6f\x5c\ \x58\xbe\x76\xf3\xf3\xbf\xf1\x4b\x53\xed\xae\xea\x8d\x48\xa1\x64\ \xe5\x1b\x49\x2b\x74\x2c\xe4\x04\xc0\x4a\x51\x79\xe7\x80\x90\x5a\ \xc8\x52\x6f\x5e\x52\x4a\x78\x6f\x29\xe1\xb5\xeb\xaa\xfe\x53\xd3\ \x9a\x75\xde\x48\x14\x45\x42\x2a\x21\x14\x46\xf5\x5c\x0f\x7b\x67\ \x31\x20\xaf\x1c\x75\x18\x01\x1a\x5c\x59\xb1\x74\xb4\x78\xcf\x91\ \x28\xa1\x13\x21\x28\x02\x06\x94\xe4\xca\x0f\x32\x34\x2e\xc3\xca\ \x32\x57\x0b\x8e\x3e\x0a\x5e\xd9\x58\x63\xbd\xb3\xc6\x21\x82\x1d\ \x78\x0c\x9e\x50\xca\x18\xb3\xde\xc9\xb2\x62\x84\x62\x00\xcc\x98\ \xb1\x06\x00\xd5\x0e\x46\x65\x9c\x73\x3e\x6e\xb4\x1f\x7f\xe2\x89\ \xe7\x1f\x79\x3c\x8c\xa3\x41\x36\x9e\x94\x15\x8e\xe3\x87\x1f\x7f\ \x74\x7e\x61\xc1\x03\x1a\x95\x95\xb3\x66\xbe\xd9\xf8\xcf\x7e\xfd\ \x6b\x3f\x7e\xe3\xfb\xfb\xd3\x38\xf9\xcd\xe7\x77\xa7\xfc\xe8\x8f\ \x5f\x69\xbc\xbe\xf9\xe0\xf1\x13\xe7\x3e\xfe\xb1\xf8\xf8\xc1\x62\ \x6d\xe0\xb0\xe6\x01\xcd\xb2\xb1\x10\x25\x66\x38\xcb\xc6\xd3\x33\ \x9d\xee\x54\xb7\x2a\xb3\xed\xf1\xf8\xf2\xa5\xd5\x8d\xb5\xf5\x67\ \xfe\xc9\xaf\x94\x9d\x68\x66\x6c\xd5\xae\xba\xd6\x42\xac\xd5\x4c\ \xcb\xa0\x74\xce\x31\x55\x55\xb9\xb3\x2e\x8c\x22\x87\x3c\xe2\xcc\ \x58\x1b\xa7\xb1\x10\x02\x21\x5c\x07\xdc\xd5\x30\xad\xee\x04\x6b\ \x36\xb1\xe6\xa7\x2c\xb3\xaa\xac\x3c\xf8\x28\x8a\x28\xa3\x55\x25\ \xac\x75\xc8\x93\x06\xa4\xb6\xb2\xe6\xb6\x1e\xef\x6f\x46\x02\xda\ \x87\x67\x7b\xae\x9a\x88\x2a\x36\x96\x0d\x45\xdc\x2b\x83\xca\xa3\ \x90\xee\xc5\x61\x1e\x50\x7c\xb7\x7b\xfb\xbc\xf7\x55\x55\xd5\xbd\ \x2b\x72\xae\x16\xbf\x2e\x4c\xcf\x34\xc2\x78\x6b\x75\xdd\x7b\x0f\ \xce\x23\xef\xdb\xcd\x56\x7f\x34\xec\x74\x3a\x3c\x0c\xf2\x3c\x2f\ \xaa\xb2\x12\xe2\x81\x07\xce\x7c\xf1\xd7\xfe\xd6\x89\x47\x1e\xd8\ \xbc\xbe\xbc\x37\x19\x35\x70\xd8\x49\xdb\xed\xd9\x19\xe0\xc4\x5b\ \x63\xca\x0a\x52\xf4\x85\x8f\x7d\xea\xed\x73\x5f\xf8\x0f\x7f\xf2\ \x2f\xf1\x3f\xfa\xcc\xf5\x9f\x59\xda\x58\xbf\x38\xfe\xb7\x3f\x3a\ \x70\xa0\xf9\x9f\x7f\xf5\xd3\x8f\x7c\xe2\xe3\x23\x29\xee\xbb\xb1\ \x38\xd5\x99\x19\xee\x0f\x8a\x71\x2e\x45\x05\xc8\x4d\xcc\xe8\x91\ \x07\x1e\x92\xae\xca\xaa\xd1\x5b\xdf\xd9\xf8\xe1\xcb\x17\xe5\xf1\ \xee\xa1\x2f\x7c\x7e\xe3\xaf\x5e\x9d\xef\x81\x1a\x8f\xc3\xb9\xe9\ \xd9\x6e\x83\x70\x2e\x27\xc5\x44\x54\xe3\x3c\x43\x8c\x22\xca\xc0\ \x79\xc2\x78\xb3\xd1\x90\x52\x3a\x6b\x5b\x61\x38\x18\x8c\xa4\x54\ \x9c\x73\x6b\x3c\x78\xcc\x59\x58\x16\x02\x3c\x32\xd6\xa5\x49\x63\ \xbf\xd7\xcb\xb7\x87\x71\x10\xb4\x5a\x2d\x63\x6d\x3f\xcf\x71\xca\ \x7d\x32\x3f\x47\x53\x7c\x7d\xaf\x71\x73\xc7\x6c\x90\xc5\x5f\xbc\ \x4f\x51\x35\x92\x63\x0d\xd0\x17\x62\x3c\xc8\x64\xee\x66\x51\x4a\ \x35\x53\xc8\x93\xbb\x29\x3b\x1f\xa4\x9d\x3a\xab\xb4\x46\x18\x61\ \x42\x6a\xd9\x01\xc2\x08\x11\xec\xbc\x17\x4a\x78\x0f\x46\x59\x8a\ \x48\xcc\x42\x99\x0b\x4c\x08\x62\x60\x94\x8d\xe2\xe4\xb1\x27\x9f\ \x78\xf0\xec\xd9\x03\xb8\x71\xfb\xd6\xaa\x4b\xc3\x13\x0f\x3d\x70\ \xf2\xc1\xfb\x3a\x9d\xb6\x14\x7a\x22\xe4\xe6\xf5\x9b\xad\x30\x6a\ \x4a\x12\x54\x36\x3d\x3a\x35\x7a\x74\x56\x9d\xbe\x1f\x9d\x4a\xcb\ \x37\xde\xb4\x3f\x78\xe3\xc9\xe3\x27\x4f\x9d\x3c\x05\x1a\xdf\x5c\ \xd9\x4e\xc2\x38\x0d\xdb\x11\xe3\xad\x76\x0c\x6d\x8f\x88\x27\x07\ \x11\xa1\xb8\x28\xb2\xc1\x24\x7b\xe7\xfc\xd5\xeb\xeb\xb7\x75\x97\ \x44\xcf\x3e\x90\x25\xb8\x93\xb9\x48\x05\xab\x91\xdb\x68\xf3\xfe\ \xc4\xc4\x88\xa8\x4a\x68\x55\x73\x94\x04\x01\x26\x18\xa2\x28\x36\ \x46\x63\x84\xad\x35\x85\x28\x6a\xec\x56\xf3\x98\xf5\x14\xa8\x66\ \x6c\xbd\xf3\x18\x7b\xe7\xb5\xf3\x10\x45\x91\x07\x10\xc2\x58\x6f\ \x31\xc6\x88\x30\xeb\x9c\x55\xd6\xbd\xd1\x2f\xca\xb4\xf1\xd0\x61\ \x12\x10\xad\x2b\x26\x3c\x8c\xb5\x9e\x08\x83\x70\x99\x50\xc9\x30\ \xfa\x48\xe6\xe8\x1e\xde\x5f\xe5\x53\x63\xce\xba\x1f\xb9\x73\x73\ \x6a\xa3\x9d\x36\x84\x52\x63\xad\x52\x3a\x8a\x62\x42\xa8\x94\x8a\ \x50\x7a\xef\xbd\xf7\x3e\xf8\xd0\xc3\x67\x1e\x7c\xf0\xdd\xb7\xdf\ \xf4\x00\x8f\x3d\x7e\xee\xe4\xa9\x7b\x3a\xdd\xb6\x03\x9f\xed\x0f\ \x77\x76\xb6\xbd\xf3\x71\x1c\xc7\xda\x1d\xbf\xf7\xc4\xd4\xe9\x23\ \x8b\x67\x0e\x1e\x9e\x5d\xbc\x7e\xfe\xc2\xee\xa5\xe5\xd3\x67\xcf\ \xde\xbf\x74\x4a\x00\x0c\xaf\x2d\x47\x84\xa5\x49\x9c\x24\x09\xe2\ \x68\x3a\x98\xe1\x9c\x39\x67\x29\xc5\xa3\xf1\x70\x6d\x6b\xe7\xcd\ \x0b\xef\x2d\x6f\xef\x41\x83\x1f\xbb\xef\x5e\x4b\x20\x73\x3a\x8d\ \xc3\x26\x43\x44\x6a\x51\x39\x09\xb8\x54\x05\x38\x4b\x29\xad\x71\ \x47\x5d\x59\xe0\x83\xe6\xb1\xc6\xd2\xb5\x90\xb7\x0e\x79\xa9\x87\ \xbb\x77\x68\x66\xef\xbd\x03\x57\x8f\x06\xee\x0c\xf2\xea\xfe\xd3\ \x82\xcb\xcb\x7c\x70\xf9\xf6\x8c\xb1\xae\xc1\xa6\xd2\x58\xe6\xc3\ \x62\x6f\xc4\xb4\xe3\x2c\xd0\xd6\x63\xad\xb1\xf3\x1e\xee\x76\x7f\ \x96\x52\x55\x55\x35\x9a\x4d\x6b\x6d\x18\x45\x84\x90\x9a\xc7\xa9\ \x59\x36\x63\x4c\x9a\x34\xa7\xa7\xa7\xd7\xd7\xd7\x81\xe0\xf9\xf9\ \x79\x21\x65\x9e\xe7\xa7\x4e\x9d\xfa\xd8\xc7\x3f\xfe\xec\xf3\xcf\ \x0f\x7b\xfb\x37\xbe\xfd\xea\xe2\xe2\xd2\xf1\x7b\x8e\x61\x4c\xc3\ \x34\x36\xde\x97\x55\x59\x56\x39\x80\x89\x91\x6e\x26\xdd\x13\xcf\ \xdd\xcf\xfd\x23\xd3\xbf\xf0\x4c\x6f\x32\xcc\xbf\xf7\xee\x23\xbc\ \xf3\x4b\xbf\xf6\xf4\x7c\x7b\xf6\x07\xaf\x9f\x4f\x5a\xad\x39\x4a\ \x28\x27\x9d\x99\xf6\xc1\xc3\x8b\xde\xf9\x20\x0a\xb4\xd3\x0a\xcc\ \xc6\x5a\xff\xdb\xdf\x7f\xe5\xf5\xef\xdd\x1a\x4b\x7f\xec\x8b\x0f\ \xcf\xcf\xcd\x5e\x95\x05\x89\x82\x99\xe6\xd4\x48\x4b\x51\x96\x45\ \x7f\x10\x51\x3e\xec\xf7\x5a\xad\x96\x14\xa2\xd9\x6c\x7a\xef\xbb\ \xdd\x6e\xad\x8a\xaa\x2f\x63\x59\x55\xb3\x33\xb3\x42\x08\xef\x7d\ \x92\xb0\x3c\xcf\xeb\x07\x6f\xad\x60\x08\x83\xa0\xd4\x12\x10\xa2\ \x8c\x0d\x86\x43\xe7\x1c\x0b\x43\x42\x48\x59\x95\x88\x61\x05\xf6\ \xd6\x6b\x17\x17\xbb\x66\xfe\x9e\x85\xa9\x06\x23\xd2\x42\xaf\x28\ \x7b\x59\x23\x6d\xf9\xc2\x8d\x65\x19\xb6\x9a\x77\xb7\xb6\xac\x16\ \xe9\xd5\x14\x41\x3d\x16\xac\x87\x2a\x35\x0a\xa6\x94\x2a\xa9\x08\ \xa6\x98\x11\xa1\x14\x41\x88\x87\x61\xab\xdd\x14\x52\x06\x9c\xff\ \xdc\x2f\xfe\x42\xda\x6a\x28\xe7\x5e\x17\xfb\xa7\x1f\x3f\x73\xff\ \x91\xe3\x07\xa7\x66\xdb\x41\x2c\xf6\x4a\xe5\xac\x24\xbe\x9f\x67\ \x2b\x59\xef\xf4\xcc\xc1\xb9\xf9\xf6\x2d\x39\x94\x22\x7f\xe0\xd8\ \xc9\xde\xda\xd6\xfa\x85\xab\x55\x5e\x1d\x9f\x3b\x58\x14\xe5\x38\ \xcf\x53\xcf\xd2\x24\x16\xaa\x1c\x4d\x06\x73\x0b\xf3\x3c\xe4\x65\ \x91\x95\x42\x81\x77\xcb\xab\x2b\x6f\xbc\x75\x69\x77\x73\x10\x44\ \x9c\x37\x9b\x53\xdd\xe9\xbe\xaa\x06\x58\x1f\x08\x92\xd8\x99\x61\ \x7f\x44\x0d\xa9\x30\xd4\xd2\xb9\x7a\xaa\x83\x10\xaa\xd3\x20\x84\ \x10\xb5\x2e\xa9\xee\x0d\x6b\x26\xa1\x3e\xe4\x77\x28\x45\xeb\xad\ \x47\xa8\x66\x9d\xef\x04\xb9\xd6\xea\x01\xe7\x9c\xf7\x0e\x13\x4c\ \x2c\xec\xae\x6d\x6e\xca\x61\xfb\xe4\x62\x94\x84\x7e\x2c\xec\xa4\ \x04\x61\x39\x10\xe1\x09\x7c\xb8\x54\x5f\xfa\xe1\x30\x3f\xc6\x18\ \xd7\x64\x4d\xcd\xf2\xd4\x77\x05\xc6\x18\x3c\x38\xef\x31\x78\xeb\ \x2c\x63\x2c\x08\xc3\x3c\xcf\x66\x67\x67\x5f\xf8\xd4\xa7\x16\x17\ \x16\x8a\xa2\xba\x71\xe3\x46\x6b\xe9\xe0\x83\x67\xce\x1e\x3d\x74\ \xb8\x15\xc7\xa0\x6d\x55\xe4\x45\x36\xb9\x75\xf9\xda\xfc\xc2\x42\ \xc4\x82\x20\xe0\x5b\xe3\x9d\x71\xc3\x1f\x3b\x3a\xb7\x7e\xf3\xd6\ \xe0\xcd\x6b\xad\xcc\x2c\x2d\x1d\xd9\xd1\xa5\x1e\x96\x1d\xc7\x3b\ \x4b\x33\xfd\x51\xaf\x10\x79\xab\xd5\x62\x9c\xe5\x45\x69\xbd\x93\ \x52\x5e\xbd\x7a\xf5\xd6\xad\x9b\xdb\x7b\xfd\x76\x9c\x96\x0d\xde\ \x98\xe9\xe6\x60\x8b\x00\xa1\x89\x64\x15\x71\xc6\x0a\x45\xca\x90\ \x3b\x04\x9c\xd2\x7a\x1e\x71\xe7\x48\xd5\x29\x42\x49\x92\x24\x49\ \x52\x4f\x2b\x82\x20\xa8\x19\xc4\xba\x51\xaf\xa9\x65\xc6\x58\x18\ \x06\xaa\xb6\x7b\x1a\x53\xb7\xf7\xf5\xb4\xae\x3e\x8b\x18\x61\xbc\ \x27\xd6\x86\x57\x5b\x47\xe7\x83\xf9\x19\xbf\x5f\x42\xae\x89\x05\ \x0e\x58\x5b\x43\xbd\xe7\xf8\x2e\x9f\xba\x08\xc0\x68\x73\xe4\xc8\ \x91\xb5\xf5\xf5\xfa\xf4\x7b\xef\x8b\xa2\x30\xc6\x08\x21\xea\xb0\ \xe1\x2c\xcb\xea\x08\xab\x03\x8b\x8b\xf5\x3a\xed\x5f\xf9\x95\x5f\ \x79\xe1\x85\x17\x84\x94\x7b\x3b\xdb\xd5\xfe\xe8\xa9\xfb\x1e\x9f\ \x39\x71\x04\x02\xa2\x10\xe4\x00\xc2\x98\x9d\x51\x4f\x89\x62\xae\ \xdb\xa9\x63\x0e\xde\xc9\x6f\xb0\x5f\x78\xe8\x72\xbb\x70\xaf\xdf\ \x9c\xb9\xb0\xf7\xec\xd4\xbd\x6d\xc9\xaf\x5c\x5f\xce\xb8\x27\x9e\ \xc6\x53\x33\x2b\xcb\x37\x97\x0e\x1c\xc0\xd8\x58\xe4\xb6\xf7\x06\ \x98\x05\x37\x56\xd6\xbe\xfe\xe2\x0f\xdf\x7a\x67\x35\x61\x00\x2d\ \x98\x5d\x58\xe4\x88\x0a\xa3\x15\x81\xfd\xc9\x08\x71\x3e\xdc\x1b\ \x06\x51\x0c\x18\xe2\x38\xc6\x18\x67\x59\x56\x0f\x80\x86\xc3\x61\ \x5d\x5c\x84\x10\xb3\xb3\xb3\x45\x56\xd4\x24\xee\x9d\x65\x0c\x49\ \x92\xd4\x25\x15\x00\xc2\x28\x8a\x8c\x02\x80\xfd\xfd\x7d\xe7\xdc\ \xf4\xf4\x34\xc6\x78\x34\x1a\x15\x45\xe1\x9c\x23\x0c\x1f\x86\xce\ \xf5\x3f\xf8\xc9\xfe\xe1\xf6\x0b\x5f\xf9\x84\xac\xc4\xf0\x46\x8f\ \x8f\x5d\xc8\x9a\x2e\x76\x93\xc2\x28\xec\x3d\x02\xf4\x37\x87\x3c\ \x75\xb1\xaa\xc9\x9d\xfa\xce\xac\x87\xb6\xf5\xa3\xa8\xe6\x2e\x3d\ \x02\xc4\xa8\x77\xce\x03\xc2\x8c\x68\x63\x46\xc3\xe1\xa3\xc7\x8f\ \x3d\xfc\xd0\x43\xaf\xbf\xf9\x26\x8b\xc2\xa9\xa5\x03\x8f\x3d\xfb\ \xcc\xee\xf5\xdb\xe7\x6f\x9e\x7f\xe8\xc4\x69\x4e\x70\xd0\x48\x78\ \x14\x1c\x3b\x7a\x64\x73\xb8\x3f\x73\x64\xf1\xe2\xde\xad\xbf\x7c\ \xfb\xc7\xcd\x76\xb3\xc1\xa3\xab\x6f\xbc\x3b\xb8\x76\x3b\x12\x6e\ \x67\x7d\x8b\xb0\xa0\x35\x3d\x45\x1c\xec\xf6\x76\x08\xa1\x71\x12\ \xf5\xfb\x7d\x42\x19\x22\x28\xcf\xf3\xd5\xd5\x95\x2b\x97\xaf\xee\ \xe7\x55\xd2\x6d\x36\x30\xb3\x88\x45\x61\x80\x9a\xcc\xcc\x35\x86\ \xb7\xc6\x54\x93\x06\x23\x1e\x81\xf3\xee\x7d\xae\xe3\x83\x9b\x34\ \xcf\xf3\x30\x0c\x31\xc6\xb5\x86\x48\x4a\x59\x7f\x96\x7a\x60\x57\ \x3f\x5c\xeb\x19\xa8\x31\x86\x07\x41\x3d\x18\xbd\xe3\x55\xa8\x39\ \x87\x5a\x61\x48\x31\x69\x92\x50\x54\x65\xb1\x35\xda\xc9\xca\x7b\ \x4f\xdf\xe3\x26\xaa\xd8\x2f\x98\x42\x01\x8d\x04\x51\xc8\xa3\x8f\ \xa8\xee\xd4\x5b\x13\x3e\x90\xe7\xdc\xa1\xee\xef\x04\x02\xe1\xf7\ \x77\x5c\xe0\x28\x0a\xbd\x73\x42\x88\x2f\x7d\xe9\x4b\x0b\x07\x0e\ \xac\xac\xac\x14\x45\xf5\xd4\xb3\xcf\x1c\x3e\x7b\x76\xd8\xef\x0d\ \xfb\x43\x6e\x40\x97\x65\x1a\x45\x71\x77\x6a\x66\x7a\xc6\x11\x14\ \x77\x5b\x6b\xa3\x9d\xbf\xf8\xc9\x37\xe7\x4f\x1f\x91\x5e\xf7\x2e\ \xdd\x1a\xbe\x77\x23\xc8\xed\x4a\xb5\x6c\x28\x5d\x6c\x4c\x7b\x0d\ \xbd\x7e\x0f\x28\x50\x4b\x7a\x83\x1e\x63\x01\x26\xb4\x3f\x1c\x2e\ \x2f\xaf\x5c\xbf\x71\x4b\x48\x11\x05\x71\xc4\x02\x1d\x85\x40\x29\ \xef\xb6\x74\x37\x2e\x7b\x65\xa0\x90\xd7\x40\x28\x37\x04\x90\xf5\ \xe0\xdf\x4f\x29\xfd\xeb\x91\xec\x75\x48\x78\x5d\x8c\xea\x0f\x58\ \x17\xd6\x9a\x47\xbc\xf3\xfd\xc6\x9a\xba\x00\xd5\x27\xef\xce\x68\ \xa3\x36\x28\x60\x84\xb8\x24\xa0\x94\x5a\xcf\xe6\x16\x4e\xec\xc9\ \x49\x91\x5b\xec\x49\x9d\xbd\x8c\xb1\x23\xf8\x6e\x59\x65\x80\x38\ \x8e\xd7\xd7\xd7\x29\xa5\x93\xc9\x44\x29\x95\x24\xc9\xd4\xd4\x54\ \x8d\x17\x6a\x68\x50\x8f\xde\xba\xdd\x6e\xb3\xd1\xb8\x71\xf3\xe6\ \x93\x4f\x3f\xfd\xb5\xdf\xf8\x8d\x57\x7e\xf0\x03\x0f\xd0\x6a\x35\ \x9f\xf8\xd4\xa7\x40\xb9\xac\x12\x94\x84\x9e\x11\x40\x10\x32\x36\ \x3b\x35\x35\xdc\x35\x01\xa0\x56\x9c\xbe\x7e\xfb\x47\xe3\xc3\xa8\ \x71\x6a\x6a\xb0\xb6\x2c\xbe\xf3\xd3\x13\x37\x7b\xdb\x62\xb4\xde\ \xd8\xd7\xcd\x68\x71\x7a\xb1\x6b\xf9\xb0\x3f\xc0\xd6\x4e\xb2\x61\ \x6f\xb0\xdd\x99\x99\x29\x54\x79\xe3\xda\x8d\x3f\xfb\xcb\x1f\x2d\ \xaf\xf5\xc3\x28\x61\xb1\xa7\xdc\x32\x44\x22\x12\xce\x1e\x58\x98\ \xc4\xb7\x8b\x49\x95\x20\xee\xad\x8b\x58\x90\x65\x59\x18\xf3\x5a\ \x82\x54\xa7\xa0\x4f\x26\x93\xa9\xa9\xa9\xf1\x78\x4c\x29\x1d\x4f\ \xc6\x4a\xeb\xd0\xb9\xba\xd6\xd4\x5c\xbe\x10\xa2\x1e\x59\x08\x21\ \xa8\xb5\xf5\xb4\xb4\x06\xda\x55\x55\xd5\xe0\xb4\x16\x46\x62\x8c\ \x59\x06\x67\xe9\xa1\xbd\xf5\xbe\xbd\x3c\x78\xf0\xec\xfd\x3f\xde\ \xdf\x60\x2a\x28\xaa\xd2\x7a\x40\x9c\x06\x69\x88\x00\xee\xa2\xe2\ \xd7\x2d\x02\x21\x14\x21\xb8\xe3\xfc\xbc\x23\x53\xa8\xd5\x2e\x0e\ \x61\xc6\x39\x66\x04\x79\x84\x08\xce\xf3\x1c\x63\x52\x14\xe5\xad\ \xdb\xb7\xcf\x9e\x39\x83\x09\xd5\x8e\x9e\xff\xc6\xf7\x73\x51\x52\ \x4e\xa6\x50\x39\x37\x3d\xed\x02\x06\x56\x4f\xb7\x5a\x4c\xb9\xf7\ \xae\x5d\xfc\xf1\xca\x5b\x23\x23\x66\x67\xbb\x97\xde\xbb\xb0\xf2\ \xce\xe5\x68\xa2\x62\xc3\x84\x31\x49\x3b\xde\xda\xda\x9b\x0a\x71\ \xc4\x03\x4c\x98\xd4\x52\x69\xd3\x6c\x75\xb4\x31\xcb\xcb\xab\xb7\ \x97\x97\x8d\xf6\x8d\x99\xae\xf6\xc0\x35\x49\x2c\x19\xef\xf5\x67\ \x1e\x3c\x3d\x6c\x50\xc6\xf1\x8c\xc6\x20\xac\x4d\x99\x30\xda\x7f\ \x10\xc8\x5b\x23\x97\x24\x49\x6a\xfa\x32\x8a\xa2\xfa\x52\xd7\xe7\ \xbc\x06\xfb\x75\xe9\xa9\xaf\x6a\x10\x04\xd6\xd9\xba\xbf\xb9\x13\ \xfa\x55\xff\x6b\x6d\x01\xc1\x08\x5b\xe3\x02\xc4\x5a\x1e\xaa\xa1\ \x3c\x1e\xcf\x55\x3a\x5b\xd5\x13\x29\x24\x0d\xc1\x58\x6f\x9c\xfd\ \x30\x46\xe8\x0f\xc7\xef\x18\x53\x77\x83\x77\x0c\x59\xff\xa9\xe8\ \x60\x8c\x9c\x77\xde\x11\x46\x9c\xf3\xda\x48\xce\x39\x42\x38\x8e\ \xe3\xa9\xa9\xa9\x07\x1f\x3c\x84\x31\xd9\xb8\xb5\xbc\x76\x7b\x25\ \x22\xf4\xd9\xc7\xcf\xb5\xd2\x84\x32\xea\x18\x1c\x3c\x75\x7c\x62\ \xc5\xb5\xde\xe6\x4f\xdf\xfd\xc9\xae\xde\x3b\x7c\xf4\xd0\xeb\x6f\ \xbd\xb9\xf9\xc6\xa5\x29\xe5\x89\x27\x66\x22\x92\x56\x7b\xb8\xd7\ \x73\x61\x1a\xe4\x1a\x61\x5f\x49\xa1\xb4\x69\xb6\xba\x4a\x9b\x4b\ \x57\xae\xed\xed\xf7\x1d\xa6\x51\xda\x21\xce\x33\x8c\x8c\x87\x6c\ \x9c\xcd\x1c\x5e\x2a\x13\x6a\x03\xd4\x2d\x3d\xb6\x08\x42\xac\xad\ \xc2\x5a\x53\xf4\xbe\x6f\xb5\xbe\xd0\xf5\xc6\xfb\x3a\x59\xae\x16\ \x3a\xd6\x6a\xec\xfa\xa3\xd5\x9e\x89\x5a\x8a\x5d\x47\xdb\xd5\x77\ \x42\x6d\xfe\xb8\xf3\xfd\x35\x08\x77\xda\x06\x96\x23\xa5\x5b\xed\ \x78\xa1\x31\x3b\x7b\xb2\xfd\xce\xfe\x6b\x45\x96\x73\x4a\x34\x78\ \xe9\x95\xb6\x77\xb9\x3f\x0b\x21\x34\x99\x4c\x28\xa5\x1e\xa0\xd6\ \xaa\x2d\x2e\x2e\x8e\x46\xa3\x4e\xa7\x53\xff\xef\x55\x59\xd5\x12\ \xc1\x30\x0c\x47\xc3\x21\xc6\xb8\xdd\x6e\x83\xf7\x4b\x4b\x4b\x84\ \xf3\x80\xb1\x41\x35\xd9\xcf\x8a\x41\xaf\x7f\xcf\xc9\x93\x4d\x46\ \xa8\x03\x04\x10\x47\x71\x67\x69\x61\x3c\x1e\xbe\xf6\xf6\xab\x3f\ \x6a\x5c\x9f\x7b\xf4\xd0\xd6\xfa\xcd\xdd\x6f\xfd\xa4\xf3\xce\x4a\ \x20\xf8\xaa\xcc\xd1\x5c\xc2\xbd\xe7\x37\x36\x78\xa3\x51\x85\x2a\ \x8a\xf9\x4e\x6f\x27\x6d\xa7\x86\xe1\xb7\x2e\x5c\x79\xe9\x95\xf7\ \x26\xc2\x75\x67\xe7\x9d\x67\x9e\x65\x2c\x82\x62\x34\x26\xe0\x93\ \x76\x6b\x4f\x15\xb3\xad\x24\x1b\x15\xb3\xdd\x69\xed\x9d\xb5\xc6\ \x59\x8a\x39\x0e\xc3\xb0\xae\x8f\x8b\x8b\x8b\x42\x88\x34\x4d\x95\ \x52\x45\x5e\x70\x1e\x10\x82\xb3\x2c\xab\xe5\x76\x35\x8a\x64\x8c\ \xd5\x26\x8f\xda\x67\xbb\xb7\xb7\xd7\x6c\x36\xeb\xe7\x41\x18\x86\ \xed\x76\x7b\x38\x1c\x12\x42\xb4\xb3\xa9\x8f\x4c\xe6\x43\xe0\x0f\ \x2e\xde\x7f\xee\xde\x27\x26\xd7\x47\x17\x7f\x7a\x31\xe1\x81\xf1\ \x56\x56\x15\x29\xc8\xdd\x95\x7b\x84\x90\x07\x6f\x9d\xc5\x08\xd5\ \x97\xbd\xae\x7d\x9c\xf3\xfa\x51\x04\x00\xda\x59\xb0\x06\xac\xe7\ \x84\x62\x82\x79\x18\x44\x71\xb4\xba\xb6\xfa\x9d\x17\xbf\xfd\xf3\ \xbf\xf8\xf3\xfd\xfe\x90\xd8\x40\x39\xb3\x74\xec\xf0\xec\xc1\xc5\ \xb4\x91\x4a\xb0\x94\x3a\xcb\xd0\xea\xca\xe6\x8d\x2b\x57\x6f\xe4\ \xeb\x6e\x8e\x8e\xb7\x26\xef\xfc\xf4\x9d\x9d\x5b\x2b\x78\x24\xa0\ \xf4\x45\x25\xc1\x21\xa0\xdc\x33\x02\x00\x08\x03\x26\x88\x32\xce\ \xa3\x24\x2f\xc5\xf5\x9b\x37\x57\x57\x37\x08\xe3\xcd\xe6\xb4\x4c\ \x39\xa6\x1e\xf7\x2a\x2c\xcc\xf6\xcd\xb5\x23\x9f\x7a\xba\x7b\xe6\ \x44\x7e\xe3\xfc\xbc\x87\x16\x0d\xf6\xbd\x75\xde\xdf\x91\xe6\xd6\ \x0c\x4e\xdd\x6d\xd5\x41\xc6\xf5\xa3\xb7\x5e\x09\x53\x8b\x7e\xeb\ \x57\xea\x5b\xa3\x3e\xd5\xb5\x12\xf8\x8e\xcd\xb5\x3e\x66\x75\x8f\ \x86\x10\x02\xc6\x4c\x2e\x75\xa5\xa6\xda\xed\x86\x0f\x0f\x2d\xcd\ \xeb\xa1\x58\x5e\x5f\x15\xde\x49\xe4\x1d\x42\x1f\x59\x9f\x55\xdf\ \x6f\xf5\x01\xaa\x81\x7d\x8d\x14\x3e\xb0\xa5\x00\x42\x88\xb3\x5a\ \x80\xe4\x29\xa5\x3f\xf8\xc1\xf7\xe7\x16\xe6\xe7\xe6\xe6\x36\x36\ \x36\x30\xa5\xf9\xb8\x9c\xee\x76\x4f\x1e\x3e\x4a\x10\x32\xde\x62\ \xce\x4b\x6c\x36\xd5\xf0\xc2\xed\x6b\x37\xb7\xd6\xf8\x74\x58\xe6\ \xe8\xea\x4b\xaf\xf4\xae\x2f\xfb\x49\xb5\x9f\xab\xa2\x84\x96\x21\ \x31\x8a\x33\x6c\xb3\x86\xe1\x04\x13\x0c\x88\x90\x46\x94\x4e\xf2\ \xfc\xd6\xed\xd5\xd5\x8d\x0d\xc6\xa2\xb4\xd5\x45\x84\xa6\x94\xeb\ \x6a\xa4\x4d\xb5\x71\x7d\xf9\xa9\xe7\x9e\x9b\x3f\x7d\x72\xe5\xe6\ \x4e\x57\x62\x8c\xbc\xc2\x9e\x51\xe2\x0d\xaa\x9b\x94\xbf\xde\x27\ \xd6\xd8\xb2\xfe\x44\x77\x9c\xc4\x77\xb6\x94\xd5\x3d\x4b\x0d\x70\ \xde\x8f\xa1\x26\xa4\xa6\xb4\xee\x08\x29\xdf\xb7\x0b\x7a\x10\xa5\ \x8e\xa2\x70\x6e\x6a\x7e\x32\xc8\xce\x3e\x74\xd6\x28\xf3\xda\x4f\ \x5e\x51\xce\x0a\xaf\x50\x80\xb5\xd5\x77\x9d\x83\x51\x7b\x0e\x1b\ \xcd\x66\xb3\xd9\x6c\xb5\x5a\xde\xfb\x24\x49\xcc\xfb\x53\x7f\x14\ \xc5\x31\xa5\xa6\x7e\x9a\x15\x55\xd9\xed\x76\x2f\x5d\x7a\xef\x3b\ \x5f\xff\xfa\xa7\x7f\xe6\x67\x96\xaf\x5d\xa3\x08\xdd\xbc\x7e\x03\ \x35\xd2\xa3\x4b\x07\x3b\x9c\x61\xe1\x01\x2c\x84\x54\x21\x7d\x6d\ \xb4\x7e\x73\x7f\xc5\x4c\x93\xfd\x19\x72\xf5\xdd\xb7\xd6\xbf\xf1\ \x6a\x7c\x69\x87\x6f\x57\x37\xc6\xd5\x28\xa2\x8d\x2c\xea\x50\x35\ \x43\x5b\x38\x60\x3c\x24\x84\xd1\xb9\xb9\x69\x60\xf8\xa5\x57\xdf\ \xfc\xd1\xab\xef\xe4\xc2\xf3\xa8\xdd\xe9\xce\x51\x9a\x5a\xd6\xcf\ \x7a\x1b\xc5\xfe\x20\xeb\x0f\x4e\x9e\xb9\xef\xfc\x91\xc5\x6a\x6d\ \x10\x85\x41\x1c\x04\x83\x2c\x6b\xb6\xdb\x79\x36\x86\x0f\x72\x72\ \x6b\x27\xfd\x60\x30\x68\xb7\xdb\x35\x76\x50\xca\x20\x84\x3f\x30\ \x52\x92\x5a\x20\x26\x84\xa8\x73\x67\x9c\xf6\x75\xe9\xbf\x73\xea\ \xea\xdf\x4b\xed\x4e\x08\x59\xe8\x2b\x5a\xe6\xb2\x3b\xb7\xd0\x4a\ \xbb\xc5\xa0\xfa\xb5\xaf\xfd\xc6\xff\x6d\xe5\xff\x3e\x19\xe6\xc6\ \x4a\x8a\x30\xb1\xce\xdf\x35\x9d\xef\xbc\x56\xaa\x16\xd7\xd5\x18\ \xa7\x6e\xb8\x6a\xd4\xa3\xa4\xac\x93\x4f\x03\x16\x50\x42\x8c\xb5\ \xde\x58\xc4\x18\xa6\xf4\xed\x0b\xef\xb6\xba\x9d\x8f\x7d\xe2\x85\ \x02\xd3\xa5\xf6\xf4\x52\x77\xba\x49\x83\xa8\xd0\xa2\x28\xd7\xb6\ \x37\xdf\xde\xb8\xb1\xae\xc7\xb6\x1b\x16\x31\x5b\xbe\x76\xe1\xcd\ \x9f\xbe\x95\xed\xf4\x53\x85\x23\x83\x99\xf1\x21\x63\x1e\x20\x08\ \x38\x0e\x02\xa9\x26\x9c\x07\x41\x10\x06\x71\xb2\xdf\x1b\x5e\xbf\ \x71\x6b\x77\xbf\x4f\xc2\x98\xb2\xa0\xd4\x60\x94\x4d\x1a\xe9\xd4\ \x5c\xd3\x8d\xfa\xfb\x37\x57\x41\xd8\xe3\x8f\x9e\xb9\xfa\xea\xb5\ \xa2\xd7\x6f\x52\x86\x28\x06\x87\x28\x26\x75\x06\x66\x8d\x6b\xee\ \x08\xa9\xeb\x27\x56\xed\x47\xb9\x53\x5f\xee\x1c\xf2\xfa\xaf\x08\ \xbf\x2f\xc1\xab\x35\xc0\x35\xdd\x56\x87\xfc\x19\x63\x82\x20\xac\ \x90\x73\x94\x30\xe0\x8b\x73\x07\x74\xa1\xd2\xa5\xf6\x93\x1f\xff\ \xf8\xda\x9f\xfd\x49\xae\xca\xdc\x48\xc0\xe8\x23\x98\xa3\xdf\x89\ \x1c\xac\x27\x3e\x77\xd4\x8d\x35\xf0\xf1\xde\x1b\x6b\xb1\xf3\xf0\ \x01\x5a\xab\xdf\xfd\x95\x2b\x57\xbf\xf1\xf5\xaf\x3f\xff\xc2\x0b\ \x79\x5e\x74\xa6\xba\xf7\x1d\x3b\xbe\x78\x60\x31\x4a\x62\x8d\x8c\ \xc5\x68\x37\xcf\xaf\x6e\x2d\x5f\xd9\xba\x55\x51\x4f\xa7\xe3\x0b\ \x1b\xd7\x2e\xbe\xf3\xba\xbf\xb2\xd3\x12\x18\x79\x5c\x50\xe6\x42\ \x14\x29\xda\x21\x01\x70\xbb\x6b\x45\x4a\x79\x12\x34\x08\xe3\xc3\ \xf1\xf8\xf2\xd5\x1b\x7b\xfd\x41\x10\x25\x18\xf3\x52\x2a\x16\x11\ \x8b\x20\xea\xb4\x5b\x34\xd8\xbb\x74\x8b\xe4\xf2\x81\xa7\x1e\x5f\ \x7f\xe7\x4a\x76\xb9\x37\x15\xc6\x86\x78\xd0\x9a\x02\x46\x1f\xa4\ \x23\xdf\x11\x37\xd6\x08\xae\xfe\x1d\xd4\x92\xd3\x3b\x1d\xd6\x1d\ \x5c\x53\x73\xfe\x4a\xab\xfa\x39\x50\xff\x84\xfa\x87\xd4\x3f\xa7\ \x46\x82\x88\x53\x6d\x35\x0d\x58\xa7\xdd\x69\xb5\xdb\xcf\x3c\xff\ \xc2\xb5\xe5\x1b\xeb\x1b\xab\x61\x1a\x56\x83\x09\x26\x77\xef\x0b\ \xf5\xde\x09\x21\x28\x63\x9d\x4e\xc7\x7c\xe0\x3e\xaf\x5b\xdd\xaa\ \x92\x52\x2a\x6b\x7c\xfd\x34\x06\x84\x9c\xb5\xa3\xd1\xe8\xbf\xfb\ \x9d\xdf\x99\x9a\x9e\x5e\x58\x5c\x2c\x8a\xe2\xd0\xec\xec\xfc\xc1\ \x25\x6c\xac\x17\x16\x90\x85\x00\x6f\x0f\xd6\x2f\x4c\x56\xfb\x89\ \xc9\x4f\x45\x57\x07\x9b\x3f\x78\xf9\xfb\xd7\xfe\xea\xa5\x43\x1b\ \x76\xba\x0c\xa4\xa7\xc1\xdc\x2c\x2e\xb2\xb6\x67\x27\xe6\x0e\x64\ \xa3\xd1\xaa\x1c\x1c\xee\xce\x35\xa7\xa6\x46\x65\xfe\xca\xcb\x3f\ \x79\xed\x9d\x6b\x0e\xa3\xa4\xdb\xd5\x96\x0f\xcb\x49\xbb\x15\x44\ \xcd\xf4\xec\xfc\x99\xfe\x28\x5b\xb9\x7e\xe3\xd1\x73\x4f\xdf\xf3\ \xd8\x83\x6f\xac\x7f\x37\xe2\xb4\x12\x22\x6d\x36\x86\x45\x16\x45\ \x51\xb3\xd9\x2c\x8a\xa2\xae\xf5\x41\x10\x24\x49\x22\x84\xa8\x61\ \x7f\x59\x8a\xc9\x64\x72\xa7\x9a\xd7\x96\xe8\xba\xbe\x00\x00\xc1\ \x78\xbf\xbf\xdf\x6c\x36\x01\x60\x6a\x6a\xaa\x2e\x49\x4a\xa9\x2c\ \xcb\xa6\xa7\xa7\x91\x83\x5e\x99\xd9\x00\xcd\x4c\x75\x9a\xad\xce\ \xe1\xc3\x47\x97\x96\x4e\x7c\xf1\x67\xbf\xf2\x7b\xbf\xfb\xdf\x73\ \x4e\x63\x0a\xa0\x95\xff\x60\xc5\xeb\xdf\x5c\x37\x88\x18\xa5\xf5\ \xfd\xc6\x18\xab\x3b\xf1\x5a\x9b\x96\xe7\xb9\x77\x2e\xe2\x01\x61\ \x0c\x7b\xa4\x95\x06\xe7\x39\x67\x16\xbc\x43\x00\x04\xbd\xf8\xfd\ \xef\xf2\x56\xfa\xcc\xe7\x3f\xd7\x9d\xee\x96\x42\x50\x63\x0b\x65\ \x2f\xde\xbc\x7c\xb5\xbf\x71\x5b\xf4\xa3\xe3\x73\xe3\x62\xfc\xce\ \xf9\x57\x76\xde\x7b\xaf\xd8\xcf\x52\x4b\x99\xc6\x26\x13\x21\xf0\ \x46\xab\x49\x03\x06\x94\x8c\x27\x23\x06\xba\xd5\xee\x12\xca\x2f\ \x5f\xb9\xb6\xb1\xb5\xa3\x9d\x0f\x92\x94\x07\x91\xf1\x40\x30\x09\ \x22\x3e\x1e\x8e\x43\x47\x67\xa6\x67\xfc\x58\x0c\x96\xd7\x4e\xde\ \x77\x7a\xf0\xc0\x89\xbd\x77\xd7\xb5\x44\x22\xe0\x98\x60\x30\xde\ \xda\xf7\xfd\xfd\x77\x8c\x87\xf5\x27\xba\x13\x08\x71\x27\x3e\xb9\ \xd6\x5b\xbf\xaf\x95\x75\x0e\x3c\xae\x7b\xab\xfa\x95\xbf\xfe\x35\ \xe7\x9c\x70\x9a\x69\x85\xb0\x33\x52\x72\xc6\x93\x56\xab\x33\x37\ \xdb\x98\xed\x9e\xdd\x79\xec\xc5\xef\x7c\x2b\x8c\x43\xeb\x2c\x7c\ \x24\x7d\x56\x5d\xbd\xe8\x07\xe6\xc9\x5a\x80\x57\x7f\x98\xf7\x27\ \x5c\x08\xd7\x5d\x98\xb5\x96\xd2\xa0\x46\xfe\xaf\xbe\xfa\x6a\x92\ \xa6\xcf\x3f\xff\x89\x56\xa7\x93\x84\x49\x69\x84\xc7\x2c\xd7\x62\ \xf9\xd6\xe6\x3b\x37\xde\xdb\xc9\x7a\x4b\x27\x8f\xe4\xb2\xbc\x74\ \xf5\xd2\xdb\x57\x2e\x4e\x76\x76\xe7\x2b\x1c\x58\x2a\x85\x68\xa6\ \x49\xab\x93\x34\x14\x08\xd0\x95\x2c\x2d\x71\x38\x98\xb5\x0e\x6d\ \x6d\x6c\xdf\x5e\x59\x55\xd6\xc5\x69\x83\x87\xb1\x47\xd8\x7a\xc4\ \x42\x3e\x2e\x4b\xe6\x51\x32\x9d\x34\x4b\xdf\xbf\xb2\x72\xe0\xc9\ \xd3\xc7\x9e\x79\x74\xf5\xc6\x37\x7d\x96\x19\x12\x52\x83\x18\xc6\ \xa5\x94\xce\xda\xba\x51\xaf\x37\x01\xfd\x35\x17\x9f\xad\x2b\x69\ \x5d\xec\xeb\x7b\xbb\x7e\xca\xd5\x9d\xb0\xf3\xae\x2e\x49\x35\xbf\ \x58\x3f\xab\xef\x4c\xc4\x10\x46\x85\xcd\x8d\xf3\x84\xf8\x66\x23\ \x09\x78\xe0\xb0\x7f\xec\xc9\xa7\xf6\xbe\xb1\x5f\x15\x93\x00\x11\ \xb8\x2b\x53\xe8\xfb\x5b\xba\x00\x3a\xdd\x6e\xb7\xdb\xcd\xb2\x8c\ \x31\xd6\x68\x34\xac\x31\x42\xca\x76\xbb\x5d\xf7\x7d\x71\x2b\xf5\ \xde\xf7\x7a\x3d\x16\x04\x71\x12\x13\xad\x86\xa3\xd1\x7f\xf5\x5f\ \xff\xd7\xff\xfc\x9f\xff\xf3\xe3\xa7\xee\x75\xa2\xc4\x56\x79\x67\ \x51\x1a\x95\x62\xf0\xce\xca\xf5\x77\xf6\x6e\xf9\x23\x0d\x31\x15\ \xbc\xb2\x7a\xe9\xd5\xf3\x2f\xed\xbc\xf4\x6a\x6b\x08\x5d\xda\xed\ \x0f\x87\x2c\x4c\xda\xdd\xe9\x27\x0e\x9d\x98\xa2\x7c\x7f\x73\x7b\ \xc7\x4c\xa6\x67\xa6\xa2\x66\x6b\x67\x34\xfc\xce\x0f\x5f\xd9\xd8\ \xef\x05\x8d\x29\x60\xdc\x78\x1c\x26\x61\xa7\xdb\xad\xf2\x6a\xb7\ \x3f\x6a\x95\xd1\xd9\xfb\x1e\x58\xbe\x7c\xfd\xdc\xb9\xe7\x1f\xff\ \xd8\x73\xb7\xde\xba\x34\x7e\xfb\x36\xa5\x49\x3e\x1a\xc4\xed\x96\ \xcd\xf2\xf5\xf5\xf5\x38\x8e\x6b\xcf\x67\xad\xeb\xad\x2d\xac\x42\ \x0a\xfb\x41\x7e\x68\xfd\xe7\x03\x57\x8a\xa8\x3b\x2f\x0f\x3e\x0c\ \xc3\x3a\x71\x65\x3c\x1e\x3b\xe7\x9a\xcd\xa6\x94\xb2\xd3\xe9\x38\ \xe7\xc0\x3b\x0d\x66\x7f\x32\xbc\x37\x3d\xcc\x39\x99\x9f\x9d\xa9\ \x64\xfe\xe8\xb9\xc7\x5f\x3d\x7f\xfe\xcd\xb7\x5e\x8b\x11\x62\x0c\ \x08\x26\x77\x87\x78\x30\xc6\x51\x9c\xd4\x72\xbb\x3b\x73\x9f\x9a\ \xdc\x34\xc6\x50\xca\x9c\xb1\x4a\x99\x38\x8a\xa2\x38\x96\x42\x56\ \x42\x36\x5b\xcd\xa2\xc8\xc2\x46\xea\xb4\xfa\xfe\x4b\x3f\x14\x93\ \xe2\xb1\xa7\x9f\x6c\x1c\x98\xde\x29\x47\x97\x37\x6f\x95\x4e\x74\ \x16\xa6\x42\xd9\x58\xbd\x7a\xe5\xfa\x95\x2b\xeb\x9b\xab\xde\xe8\ \xd8\xb3\x26\x0a\x88\x30\x4e\x58\x1c\xe3\x71\x91\x61\x81\xd2\x46\ \xd2\x88\xc3\x76\x63\x36\x0c\xa2\x6b\xd7\x6e\x6d\xed\xec\x1a\x0f\ \x1e\x13\xce\x38\x61\x9c\x50\x8a\x30\xc6\x8c\x46\x36\xd0\x1e\x11\ \xc6\x47\xab\x3b\x6f\x7f\xfd\x7b\x5f\x3c\x7d\xe2\xf4\xc7\x9f\x10\ \xef\x2c\xcb\xd5\xc1\x50\x16\x1d\x96\x90\x7a\xf1\x83\x73\x7f\xdd\ \x01\xa7\x94\xaa\xcf\xf0\x1d\xd0\x70\x27\x81\xa4\x86\xf3\xf5\xd7\ \x46\xa9\x9a\xd8\x7a\x7f\x98\xeb\x5c\xdd\xb2\xc5\x71\xac\xb5\x9e\ \x8c\xc7\x2a\x24\xd4\x7b\x67\x0d\xa5\x84\x70\x6e\x30\x5e\xdb\xdd\ \x3e\x7a\xf2\xf8\xfc\xbb\x33\xdb\x2b\xab\x1c\xe1\x8f\xa6\xcf\xf2\ \x00\x75\xe1\xac\xef\xb4\x9a\xff\xab\xc1\x27\x00\x10\x84\xeb\x0f\ \x26\x8d\x56\xca\x44\x31\x25\x9e\x20\x04\x84\xd2\x57\x5e\x79\x25\ \x8e\x1b\xcf\x3c\xf7\x6c\xd2\x6d\xe4\xb6\xbc\xb5\xb3\x7f\x79\xfd\ \xe6\x5a\x7f\x2b\x99\x6e\x81\xa3\x57\x6f\x5e\xb9\x75\xfd\xda\xea\ \xea\x72\x31\xce\x9b\xc0\x43\x1e\xe5\x63\xa1\x26\x55\xcb\x53\x53\ \xb9\x49\xc4\x33\xe4\xc2\x88\x1d\x9f\x9a\xa2\x10\xad\xac\x6e\x6c\ \x6c\x6d\x97\x52\x50\x1e\xc4\x71\x44\xc3\xc0\x02\x0a\x02\x8e\x30\ \x75\xce\x0a\xa4\xbb\x71\x5a\xad\xee\xbe\xf4\x47\x7f\xf1\xc9\xc7\ \x4f\x9c\xfa\xd8\x39\xf9\xfa\xf5\xed\xd7\xae\x68\x61\x0f\xe2\x26\ \x22\x84\x52\xea\x3e\x98\x64\xd5\x42\xa9\xda\xa8\x5d\xcf\x4a\x29\ \xa5\xfa\x03\x07\xed\x9d\x8d\x11\x77\xba\x2d\x00\x84\x11\x38\xeb\ \xfe\x7a\x0b\x56\x07\x50\x08\x21\x08\x25\x0a\x29\x42\xb0\x77\x0a\ \x3b\x2b\xf2\x7c\x7f\x3c\x20\x80\x66\xa7\xa6\xb7\xb2\x89\x2e\xa5\ \x97\xfa\xee\x06\xba\x35\xdb\x9d\x4d\x26\x8d\x46\xc3\x39\x57\x57\ \x9f\xaa\xaa\xea\x51\x74\x4d\x33\xd5\x25\x52\x08\xe1\x31\x4a\x50\ \xe2\xbd\x8f\xe2\x68\x65\x65\xe5\xb7\x7f\xfb\xb7\xff\xe9\x3f\xfd\ \x5f\x1c\x3e\x75\xd8\x20\x53\x28\x79\x6d\xef\xd6\xdb\x5b\x37\xec\ \x14\x9b\x1c\x8f\x76\xe4\xee\xa5\x97\x2f\xbd\xfa\xda\x0f\x8b\x95\ \x9b\xbc\x48\x62\x08\xc6\xe3\xd2\x19\x10\x85\xc2\xb4\xb0\xbd\x1c\ \x35\xd3\x34\xa2\x67\x0e\x1c\x5a\xba\xe7\xf8\xad\x1b\x6b\xdf\xfe\ \xfe\x8f\x7b\xa3\x8a\xc4\x6d\x4c\x92\xa4\xd9\x62\x9c\x59\x27\xa3\ \x06\x93\x76\x8c\x4a\x7f\xf8\xe0\x92\x9a\xe4\xdf\xfa\x8b\xbf\x5c\ \x7a\xf4\xc1\x27\x1e\xfa\xd8\x33\x9f\xfe\xc4\x0f\x6f\xec\x56\x63\ \xe1\x18\x01\x46\xbd\xf7\x9d\x4e\x07\x21\xd4\xeb\xf5\x6a\x6f\x77\ \x9a\xa6\xd6\xda\xdd\xdd\xdd\x28\x8c\xe2\x24\x31\xda\xd6\xbb\xd8\ \xea\x69\x7a\x18\x86\x77\xb2\x56\xa4\x92\x61\xc0\xeb\x29\x6a\x9d\ \x83\x53\x14\x45\x9d\x61\x3c\x1e\x8f\xc1\x7b\x8a\x09\x43\xd6\x94\ \x19\xb3\x16\x19\xad\xac\xdd\xdc\xdd\x7e\xf8\xa9\xc7\x2e\x5c\x7f\ \x77\x30\xda\x0d\x18\x78\xf0\x08\xfd\x8d\x35\x9b\xb5\xca\x4e\x88\ \xaa\x26\x74\xac\xb5\x69\x9a\x02\xd4\xf1\x11\x08\x00\xa4\x12\x11\ \x8f\xac\x33\x5a\xc8\x66\x94\x90\x28\x92\x5a\x6b\x6b\x30\xe7\x0e\ \x21\x05\xae\x2c\xf3\x57\xde\x78\x75\xa5\xd8\x5b\x7a\xec\xbe\xa2\ \x49\xe4\x14\x21\x61\x7a\x7b\xbc\xb3\xfa\xce\xc5\xcd\x8b\x57\xe8\ \xb8\x6c\x70\xaa\x09\x8b\x0c\x42\x42\x9b\x5c\x5a\xa9\x04\xa1\x3c\ \xe0\x51\x18\x10\x0a\x21\x23\xd6\xa2\xcb\x57\x6e\xec\xf7\x7a\xca\ \x3a\xcc\x38\x67\xa1\x03\x50\xce\x86\x34\x04\x0c\xd5\x24\x6b\xc4\ \x51\x32\xd5\x52\x95\xf2\xfd\xc9\xf5\x1f\xbc\x76\xe8\x63\x8f\x3d\ \xf7\xf4\xc7\xec\x67\xb7\x7f\xfc\xaf\xff\x54\x56\xf5\x92\xa5\xf7\ \xbd\xe6\xf5\x88\xaa\x46\xee\x35\x6f\x50\xdf\xb9\x35\xe4\xaf\x8b\ \x4b\x9e\xe7\x49\x92\x7c\x20\xe8\x77\x98\xe0\x3a\x31\xaa\xc6\xa1\ \x77\xe0\xff\x1d\x8b\x38\x72\x1a\x7b\x84\x10\x88\xaa\x94\x4a\xe4\ \xa2\x18\x89\x6c\xd8\xdf\x3f\xba\x78\xa0\x7f\xf5\x06\xd2\xfa\xc3\ \x4c\xb4\x3e\x8c\x4f\x02\x61\x40\x65\x5e\x30\xce\x82\x30\x94\x42\ \xdc\x49\x96\xb7\xae\xde\x19\x15\xc4\x11\xa7\x01\x43\x50\x01\x80\ \xa8\x2a\x46\x59\x9a\xa4\x79\x96\x7d\xef\x3b\xdf\xbb\x76\xfd\xfa\ \xe9\xe7\x1e\x6d\xcd\x75\x6f\xf7\xb6\x4c\x4c\x92\x03\xdd\x7e\x3e\ \x1e\x8d\xf7\x2f\x9c\x3f\x3f\xd8\xda\xa2\xd6\x4e\xb9\x30\x70\x64\ \x82\x84\xd1\xa2\x83\x68\x9c\x59\xc7\x5d\x16\x82\x6f\xd2\x46\x12\ \x44\x65\x75\x75\x6d\x73\x63\x67\x1f\x13\xdc\x48\x5b\x06\xc0\x01\ \xd2\xd6\x60\xc6\xad\xf7\x4a\x14\x3c\xe4\xf3\x07\x16\x06\xfd\xfe\ \x62\x65\x57\x2e\x5c\xfe\xce\x4b\x3f\xf8\xe4\x17\x7f\xe6\xe3\x5f\ \xfc\xdc\x4b\xdb\xf9\xad\x5b\x2b\x01\xb1\x86\x10\xc2\x29\xd2\xa0\ \x95\xb2\xd6\x21\x04\xe0\xbd\xfb\x20\x9a\xbb\x86\xe2\x5a\xeb\x28\ \x0c\x95\xd6\x93\xc9\xa4\xe6\x50\xea\xdf\x16\x21\x04\x03\x72\xde\ \xdd\x59\x65\x53\xff\x32\xea\x7f\x42\x08\x7b\xef\xa3\x98\xe6\xe3\ \x6c\x3c\xec\x19\x51\x0d\xf7\xf6\x28\xa3\x46\xca\xc5\xe9\xb9\x6c\ \x6b\x0b\x03\xe1\x80\xef\x6e\x8e\xee\x9c\x6b\x24\xa9\x33\xb6\xb7\ \xdf\xeb\x74\xda\xe3\xf1\xb8\xd1\x6c\x6a\x63\x4c\x51\x20\xef\xb4\ \xd1\xce\xfb\x28\x4a\x3b\x9d\x0e\x26\xa4\x94\x95\x54\x72\x38\x1e\ \xcd\xcf\xcf\x31\x4c\xae\x5c\x7c\xef\xff\xf8\xbf\xf9\xdf\x3f\xf9\ \xd5\xe7\x4f\x7c\xea\x91\x8d\x72\x72\x55\xec\xe1\x63\x53\x13\x2a\ \xf6\x86\xbb\x17\x7f\xf2\x83\x4b\xaf\xfc\x88\x16\x79\x13\x13\xe5\ \x99\xf5\xb4\x54\xca\xe5\x32\x65\x4c\xf8\x2a\x9c\x6a\x54\x01\x99\ \x69\x24\x47\x79\x7c\xe9\x95\xf3\x7f\x79\xf1\xd2\x64\x24\x83\xb8\ \x63\x58\x42\xa3\xb6\xb6\x14\x23\x1a\x35\xd9\x20\xdb\xf3\xae\x38\ \x79\xea\x14\x51\x78\xb8\xb5\x9b\xcc\x75\xfe\xcd\x7f\xfc\x77\x87\ \x1e\x38\xfb\xec\xb3\x2f\x84\xcb\xc3\x6f\xfc\xfe\xbf\xd7\x31\x2f\ \x55\x35\xd5\x6a\xe6\x79\x6e\x8d\xa3\x94\x56\x55\x89\x31\x66\x9c\ \x19\x6b\x38\xe7\xce\x79\x6b\xac\xa9\x57\x50\x62\x9c\x4d\x26\x52\ \xa9\x03\x07\x0e\x50\x4a\xfb\xbd\x1e\xc2\x98\xf3\xc0\xe3\xf7\xf3\ \x0c\x1a\x8d\x46\xfd\xc5\x9d\xb1\x40\x96\x65\x51\x44\xbb\x21\x5b\ \xbe\xf8\xae\x19\x7f\x2e\xdb\xdb\x85\xa4\x19\x46\x41\xb3\xd3\x3a\ \x72\xe2\xe8\xb5\xeb\x63\xeb\xe4\xdd\xc5\xe9\xdf\x41\xf1\xd6\x5a\ \x5c\x4f\x0f\x28\x51\x52\x5a\xeb\x38\xe7\xb8\x7e\x1e\x18\x63\x95\ \xf1\xb8\x8e\x9b\xa0\x49\x18\x4a\xa9\x10\xc1\x21\xe7\x33\x73\xb3\ \xc7\xef\x3b\x85\x4e\x2f\xd0\x88\xe3\x90\xa8\x2a\x9b\x0c\xfa\x5b\ \x9b\xab\x1b\x2b\xb7\x27\x7b\x3b\x54\x6a\x14\x21\xec\x51\xa0\x11\ \xd5\x1e\x49\xc3\x80\x04\x61\xcc\xc2\x08\x73\x44\x28\xf6\xde\x10\ \x20\xcb\xb7\x56\xb6\x77\xf7\x82\x38\x0a\x43\xe6\x30\x22\x94\xd2\ \x30\x72\x08\xac\xb3\x1e\xa3\x34\x4a\x5a\x69\xba\x39\x19\xa6\xa5\ \x5a\x64\x09\x06\xfe\x67\xff\xf1\x3f\x76\x8f\x1f\x7a\xee\xcb\x9f\ \xb1\x5b\xc3\xef\xbd\xf8\x3d\x5d\x6a\x46\x90\xb6\x56\x6b\x65\x8c\ \xa9\x7d\x4e\xa2\x12\xda\x68\x00\x20\x94\x12\x8c\x19\x63\xd6\x98\ \x3b\x8d\xcb\x9d\xf8\x50\xef\x3d\x38\x00\xfc\xfe\x2b\x35\xbd\x50\ \x17\x9d\x3b\x8b\xd2\xad\x2a\x1b\x2c\xa9\x8c\xde\xdf\xde\x3e\x75\ \xf6\xcc\xc6\xc6\x7a\x63\xae\xcb\x29\x99\x69\x34\xe6\xc2\x38\x84\ \x0f\x45\x2c\x7c\x88\x3d\x36\x08\xc6\xd4\x61\x84\x12\x86\x01\x81\ \x91\x8a\x53\x6a\x01\x9c\xf7\x84\x50\xe3\x2d\xb2\x26\xcf\x73\x1e\ \x45\x24\xe0\xda\x39\xe0\xb4\x00\x4b\xb0\xb3\x29\xee\x2c\x75\x49\ \x9b\x2e\xb3\x7e\x97\x61\x37\xc3\x30\x86\x9d\xad\xf5\xeb\x57\x2e\ \xaf\xdf\xb8\xe9\x8a\xaa\xc5\x63\xd0\x92\xe1\x50\x5b\x6c\xa5\x21\ \x1e\xa1\x80\x69\x8b\xa3\x38\x24\x98\x31\x14\xa8\xc2\xbf\xbb\xb6\ \xbe\x37\x96\xc0\x39\x0d\xb8\x41\x08\x08\x66\x61\x60\xc1\x73\xce\ \xc0\x03\xa5\x2c\x4a\xd2\xc1\xce\x00\x2b\x4b\xe3\xb4\x11\xa2\x77\ \xff\xc3\xb7\x1f\x3a\x7e\xfa\x91\x67\x1f\x5b\xdc\xdb\xbc\xf1\x67\ \xa3\xe5\xff\x1f\x7b\xff\x1d\x6d\x59\x7a\xdd\x07\x62\x7b\x7f\xe9\ \xa4\x7b\x6e\x7a\xef\xdd\x97\x2b\x76\x75\x6e\xa0\x81\x06\x88\xd4\ \x44\x20\x48\x82\x00\x95\x48\x4a\xa2\xb2\xc4\x65\x05\x6b\x28\x6a\ \x1c\x38\x96\xa5\x19\xcd\xf2\x8c\x67\x8d\xbd\xac\x65\x7b\x79\xac\ \xe5\xb1\x64\x52\x1a\x4b\x43\x51\x43\x51\x94\xbc\x4c\x11\x24\x08\ \x10\x24\x40\x22\x34\xd0\x40\x07\x74\xaa\xee\xca\x2f\xbf\x9b\xef\ \x89\x5f\xda\xfe\xe3\xbc\x2a\x34\x02\x8d\x46\x01\x2d\x09\x8d\xf7\ \x5b\xab\xaa\x5e\xa8\xf7\xce\xbd\xdf\xf9\xce\xef\xdb\xe1\xb7\xf7\ \x1e\xe5\x4b\xb9\xf3\x73\x42\x25\xcb\xd2\x10\xe7\x22\x50\xba\x76\ \xce\x1a\x46\x10\x4a\xe9\xac\x05\xce\x04\x48\x42\x50\x81\xd2\x46\ \xd7\x5a\x23\x43\x5d\x6b\x44\xf0\xb7\x53\x8c\x77\x2a\xd4\x5e\x8d\ \xa6\xfa\x42\x62\x40\xf5\x62\xf7\xe6\xbe\x7d\xab\xbb\x76\xf5\xc6\ \xf6\x7d\xf7\xac\x6e\x6e\x2d\xb2\x05\x48\xc9\xc2\x40\x28\x79\x77\ \xd6\x3e\x67\x6c\x54\xe7\xfb\xf5\xfc\x4c\x3f\x8d\x3b\xe9\x70\xff\ \x70\x72\x78\xb4\xd2\x5f\x62\xa5\x69\xa5\xad\x0a\x49\x49\x55\x8c\ \x86\x11\x40\xcc\x94\xad\x75\xaa\x5a\x3c\x92\xde\xc8\x05\x17\xec\ \x9e\xcd\xce\xdb\x1f\xfd\xf2\x92\xbf\xc2\xf6\xe2\x55\x05\x3e\x98\ \x54\x3b\xcf\x5f\xfe\xca\x67\x7e\xef\xe3\xf5\xad\x3d\xe6\x79\x48\ \xb1\x32\xac\x72\x9a\x4a\x08\x35\x37\x4e\x04\x1d\x19\xb4\x68\xb0\ \xa6\xec\x74\x24\xe3\xfe\x93\xbb\xc7\xbf\xfd\x3b\x4f\xcd\x51\xc2\ \x52\xdf\x8b\xa4\xcd\x02\x21\x50\x47\xc0\xa5\x8d\x3d\x07\x10\xd1\ \x85\xf3\xc2\xb3\xab\x47\xbb\x69\x7f\xa9\x1b\xb4\xfc\xce\xec\x77\ \xff\xf9\x3f\xff\x6b\x3f\xf3\x37\x1f\xfe\x13\x1f\x78\x66\x78\xe5\ \xc5\xcf\x3d\x1f\x1b\x06\x85\xe5\xb5\x2f\xea\xcc\x09\x0e\x5c\x0a\ \x08\x27\x3b\x73\xa8\x7c\xda\x8b\x33\xca\x44\x90\x44\xad\xb8\x09\ \x43\xc4\xed\x84\x72\x24\x46\x2f\x5f\x7b\xa5\x9d\xa6\x8c\xf3\x45\ \x3e\xe7\xb2\xe9\xe4\xa0\x83\xa0\x57\x14\x45\x10\xc8\x20\x90\xc6\ \x58\x22\x8f\x08\x81\x00\x13\xf0\x67\x5f\xdc\xbb\x7e\x98\x6d\x5c\ \x9f\x59\x3b\x7c\xe4\x03\xef\xc8\x23\x13\xae\xb5\x5a\x57\xc2\x55\ \xde\xe5\x78\x97\x8c\x0f\x08\xde\x3a\x60\xbe\x25\x02\x81\x4c\x68\ \x2f\x49\x20\xc7\x40\x45\x95\xa9\x0a\x5d\xc5\x3a\x90\x56\xd5\x12\ \x6a\x43\x79\x40\xbe\x1d\x04\x83\xc1\xd6\x03\x17\xb7\x1f\xb8\xb8\ \xb4\xb1\xaa\xa2\xb0\x2e\x26\x65\x9e\xef\xde\xba\xb1\x73\xed\xfa\ \xfe\xce\xad\x3a\x2f\x74\x59\x06\x8e\x31\x16\x7a\x04\xb0\x40\xda\ \x05\x9e\x79\xe7\x4d\x5d\xa7\x71\x22\x04\x53\x41\xd0\x6a\xb5\x5c\ \x55\xdf\xbc\x7e\xb0\x33\x9c\x89\x28\x30\x48\x92\x03\x53\x42\xc5\ \x81\x63\x44\x44\xce\xda\x38\x4c\x82\x80\xcf\xab\xa9\xd1\xa5\x09\ \xd5\x4c\x28\xeb\xc0\x3d\xbd\xf3\xe2\xaf\x7c\xec\xed\x7f\xe1\x2f\ \xbc\xe5\x2f\x7d\xe4\xf2\x8a\xde\xff\x17\x9f\xce\x46\x53\x21\x15\ \x67\xdc\x30\x66\x19\x38\x02\x10\x48\x0e\x85\x83\x40\x29\x8d\xde\ \x3a\x27\x03\xe5\xbc\x13\x42\x84\x71\xd4\x4c\x3c\x05\x86\xce\x38\ \x02\xe2\xc0\xef\xcc\x93\x68\x6c\x6a\xa5\x94\x31\xa6\x09\x3a\xb6\ \x88\x81\x71\x4c\x8a\xbd\xe1\xf1\x64\x32\x2d\x46\xb6\x15\x27\xf7\ \x9f\xbd\xf8\xd2\xbc\x80\x4e\x6a\x95\x78\x2d\xab\xfe\x9a\xf4\x3b\ \x8c\x28\x92\x81\x02\xc6\x6a\x27\x2d\x06\xc8\x00\x59\x6d\x35\x43\ \xe6\x9d\xe7\x8e\x58\x6d\x85\x02\xcd\x31\x77\xc6\x4a\xd6\x5a\xed\ \xaf\x5f\x3a\x7b\xf6\xbe\x0b\x6b\x67\xd6\x51\xf2\x09\xcb\x27\xe3\ \xc9\xe8\xf8\x70\xef\xda\x8d\xe3\x5b\xfb\xe5\x6c\x21\x2d\x49\x11\ \x71\x4b\xc8\x54\x65\x1d\x82\x50\x84\x4e\x3b\xc3\x91\x5a\x21\x8f\ \xc2\x76\x14\xeb\x52\x1f\x4d\xc7\xfb\x8b\x82\x80\x4b\x8e\x16\x40\ \x4a\xa1\xc2\xd0\x03\x09\xce\x4d\x5d\x2b\x21\x3b\x71\x32\xcb\xb2\ \x5a\x9b\x25\x19\x95\x04\xce\x01\x5d\x1b\x7e\xfc\x9f\xfd\xea\xda\ \xcf\xff\xec\xbb\x7e\xfa\x8f\x52\xc4\x3f\xf3\xeb\x1f\x9d\x7e\x65\ \xde\x11\xb1\x45\x10\x41\x64\x01\xb3\x4a\xa7\xad\x04\x00\x25\x12\ \xe7\x58\xd7\x15\xe7\x52\x05\xaa\x11\x43\x06\x61\xd8\x18\x93\x5c\ \xf0\x13\xa9\x21\x43\xce\x79\x23\xda\x6e\xa2\xd1\x8d\xd2\xe7\x64\ \xc0\x08\xe7\x5e\x43\x1a\x77\xab\xa2\x7a\xfe\xb9\x97\x06\x67\xcf\ \x18\xa2\x95\xd5\x95\x60\xef\xa6\x01\xd0\x40\xaf\x31\xbc\xff\xcd\ \x4d\x1e\xa0\x24\x6d\xb5\xbb\x9d\xd9\x64\x1a\x2a\x45\x1e\x7b\xed\ \x8e\x37\xae\xac\xeb\x45\x9e\xb5\x65\xbb\xd4\x65\x56\x97\x71\x1a\ \x6a\xce\x16\xc6\x06\xed\xf6\xf6\xc3\xf7\xfc\xe0\xdb\x1f\x1c\xbc\ \xe3\x3e\x3e\xe8\xdc\x80\xd9\x35\xd8\xdd\xdb\xb9\x7a\xeb\xf9\x67\ \xaf\xbf\xf8\xf4\xe1\xfe\x4e\xbd\x58\xa0\x52\xc2\x72\xf2\xbc\xb2\ \x04\x2e\xe3\x35\x52\x6e\xdb\x71\x4b\x46\x52\xb6\x28\x4d\x30\x56\ \xfd\x5b\x87\x47\x1f\x7d\xe2\x79\x2f\x5b\x09\x8a\x89\x08\xa3\x56\ \xdc\x67\x89\x88\xd4\x10\x6b\x06\x80\xb9\x3e\xb3\xb9\xb9\x27\xfc\ \xde\xf5\x3d\x4a\xa2\xaa\x13\xe5\xda\xc6\x8b\xfa\xc9\x8f\x7f\xec\ \xbe\xc7\x1f\x7c\xe4\xd2\xbb\x7f\xfc\x6f\xfe\x4c\xd8\xfe\xb7\x97\ \x3f\xf6\xc5\xc3\x79\xb9\xdc\x4d\x5b\xe0\x2c\xc3\x51\x5e\xc6\xfd\ \x25\x86\x51\x10\x04\x5c\x9a\x28\x49\x77\x76\x87\xcb\x4b\xeb\xc0\ \x99\xae\x2a\xce\x79\xda\x4d\x2b\x5d\x6f\x6e\x6d\x36\xad\x29\xc3\ \xb8\x69\x54\xc6\x01\xe8\xe8\xe8\x70\x79\x79\x59\x4a\x61\xad\xcb\ \xf3\x45\x93\x53\x07\x70\x3c\x90\xad\xf5\xf5\x5f\xfc\x97\xff\xf6\ \xde\xb5\xfb\x36\x97\xbb\x52\xf2\xc1\xc6\xa0\x80\x0a\x8d\xef\x61\ \x88\x77\x59\x8f\x4b\x00\x48\xc0\x08\x18\x20\xf3\x40\xd6\x7b\x26\ \xb8\x05\xb4\xde\x14\x64\x6a\x4e\xd8\x8d\x83\x20\x51\x4b\xad\xcd\ \x73\x1b\xcb\x17\xb7\x92\xed\xe5\xf6\xe6\x72\xb4\xdc\x76\x92\x86\ \xb3\xc9\x74\x78\xb3\x78\xe6\xb9\xdd\x9d\x9d\xc3\x83\x03\x53\x69\ \x06\x88\x9e\x14\x97\x00\x9c\xac\x03\x02\xe7\x3c\x81\x73\xd6\xb9\ \xaa\x92\x40\x51\x1c\x86\x49\x8c\x52\xec\x1f\x0d\x27\x87\xc7\xb6\ \xd2\xa2\x95\x70\x25\xa5\x92\x4c\x08\xe3\x2d\x0a\x46\xd6\x84\x41\ \x08\x00\x8a\x61\x65\xab\xd2\xe4\x11\x17\xa0\xe4\x88\x9c\x2b\xed\ \x2a\x57\x87\x9f\x7d\xf6\x93\x83\x8f\xbd\xe9\x8f\xbc\xf7\xdd\x7f\ \xee\x8f\xee\x8b\xde\x67\x7e\xe5\x37\xa6\x87\xe3\xd8\x70\x09\x52\ \x12\xcf\x6b\x0d\x4c\xa0\xe0\x8e\xac\x06\x57\x96\xa5\x90\x32\x8a\ \xa3\xc5\x7c\x51\xd5\xb5\x10\xc2\x58\x2b\xe5\x49\x3b\xe3\x26\x3b\ \xd4\xf8\x01\x4d\x5c\xe5\x4e\x1b\xe9\x93\x3e\x61\x5c\x21\x97\xb2\ \x1b\xef\x1f\x1c\x7f\xf6\xf3\x9f\x7b\xfc\xfd\xef\x77\x95\x89\xc3\ \x38\xed\xf7\x87\xa6\x2e\xfd\x6b\xea\x74\xfa\xad\xe7\x85\x72\xc0\ \x75\x17\x04\x4e\x72\x87\x48\x0c\x89\x05\x3c\xb0\xe4\xbd\xd1\xde\ \xd9\x80\x23\x08\x56\x22\x58\xee\xc3\xa5\xce\xa5\xf3\x0f\xac\x3f\ \x70\x7e\xf5\xde\xb3\x72\x29\x35\x0a\xf6\xf3\xd9\xf1\xf8\x38\x7b\ \xf9\x95\xfd\x9d\xdd\xfd\x9d\x5d\x5b\xd6\x91\x50\x92\x09\x40\xdb\ \x54\x59\x5a\xad\xbd\x05\x66\xc1\xd6\x15\xf3\x3e\x8c\x82\x34\x69\ \x05\x52\x4d\xe6\xb3\xbd\xe3\x83\x79\x59\x08\x29\xa2\x38\x52\x2a\ \x20\x22\x86\x8c\x33\xc6\x45\xd3\x56\x32\x96\x52\x56\x75\xe5\xbc\ \x63\x82\xa3\xe0\xde\x68\x6b\xbd\x90\x38\xdc\xdb\xff\xdd\xdf\xfc\ \xd8\xfb\x3e\xf8\x81\x1f\xfd\xb1\x0f\xf5\x83\xf8\xb3\xfa\x37\xf7\ \xae\xec\x82\x07\x04\x16\xf0\x20\x20\xe6\xeb\x8a\x11\x79\xf0\xa5\ \xb1\xc6\x5a\xe0\x27\x0e\x94\x31\xa6\x29\xad\x6c\x52\x18\x77\xc2\ \x6f\x4d\x4f\xbf\x3b\xbd\xb8\x1a\x39\x4f\x43\x40\x08\x18\x84\xca\ \x21\x2f\xb2\xfc\x73\x4f\x7c\xf6\x87\x96\xbb\xc0\x80\x80\x88\x3c\ \x90\x23\xe7\x91\xb1\xbb\x23\x1d\xe7\xfd\x20\x4e\x37\xe3\xee\x72\ \x90\x14\x3a\x03\xa4\x68\xa5\xc3\x92\xb8\x98\x8f\x6b\xc6\x65\xd2\ \x9b\x5a\x4b\x9d\x74\xde\x0a\x69\x39\xd9\x7a\xf4\xfe\xfb\x1e\x79\ \xe8\x4d\x6f\x7d\xf3\xd2\xe6\xa0\x94\xb4\x03\xe3\xeb\xe5\x8d\x67\ \x86\x2f\x3f\x73\xf5\x99\x1b\x5f\xf9\x4a\x76\xb4\x4f\x75\xee\xbd\ \x53\x71\x8c\x06\x84\x47\xe6\xc1\x69\x0d\xc6\x91\xb1\xc5\xbc\x5c\ \x5e\xee\x2c\xad\xac\x25\x83\xb0\xaa\x16\x5f\xf9\xf2\x2b\x47\xc7\ \xf3\xc2\x40\x2b\x8a\xda\xed\xb6\x58\x4e\xea\xb2\xf6\x40\x4a\x05\ \x6d\xa5\x24\xe2\x5a\x2f\xd0\xe0\xa7\xe3\x11\x57\x52\x46\x91\x94\ \x62\x3a\x9f\x83\xe2\x1a\xf4\x93\x2f\x7e\xc9\x2c\x87\x6f\xed\x3d\ \xf6\xa7\xfe\xcc\x4f\xff\x4e\xd2\xf9\xe8\x6f\x7c\xe2\x70\xff\xe6\ \x56\x90\x04\x1e\x03\x06\xb3\x6a\xc6\xc2\xc8\xd8\xaa\x6d\x1d\x3b\ \x98\xb5\x82\x18\x19\x0a\xc6\x87\x8b\x45\x93\xc9\x72\xce\xb5\xdb\ \xed\xb2\x2c\xcf\x9d\x3b\x77\x70\x70\x80\x88\x45\x51\xc6\x71\xdc\ \xf4\x09\x50\x4a\xcd\x66\xe3\xa6\xe6\xde\x5a\x97\x24\x71\x2c\xd8\ \xb8\xb4\x2f\x3e\xff\xec\xaf\xfd\xfa\xbf\xf9\xcf\x7e\xfe\xe7\xe6\ \x26\x2f\x7c\x55\xd4\x15\x8b\x42\x4b\x12\x10\xef\x82\xf0\x89\x80\ \x71\xce\x3a\xa9\x65\xac\x64\xcc\x7a\x4b\x0c\x2d\x23\x95\x84\x61\ \x2f\x6d\x75\xd3\xed\xe5\x3e\x3f\xbb\x91\x9e\xd9\xd8\xda\xdc\xe8\ \xf4\xba\x8e\xac\xb1\xb5\x37\xe6\x60\xf7\xd6\xe8\xf0\x60\xe7\xfa\ \x8d\x83\xdd\x3d\x3d\x3e\x76\xd6\x0a\xce\xa3\x38\x31\x65\xe5\xbc\ \x61\x80\xc8\x10\x18\x3a\x63\xc1\x7b\x49\xcc\x56\x45\x40\xd0\xef\ \xf5\xa3\x38\x36\x40\xbb\x3b\xb7\x46\xc3\x11\xf3\xd0\x69\xb5\x1a\ \xe5\x45\x10\x86\xc8\x58\x9d\xd5\xa6\xd6\x9c\xb3\x56\x14\x33\x84\ \xba\xaa\xa9\x36\x82\xb8\x35\x9e\x0b\x2f\x19\x27\xf2\x59\x59\x25\ \xe0\x77\x6e\xdd\x98\x7e\xe2\x77\xde\xf4\xf8\x3b\x97\xde\xf7\xe6\ \xfb\x63\x7c\xe9\xe3\x9f\x2d\x5f\xbc\xa5\xe6\x56\xd6\xb6\x07\xdc\ \x5b\x5f\x80\x9b\x9a\x82\x59\x96\x8a\xc0\x5a\x9b\x67\x79\xa3\xb9\ \x6f\xfc\xca\x3b\xd1\x9c\xc6\xab\x6a\x08\xa8\x31\xf3\xef\x08\x79\ \xa4\x94\xde\x93\xe7\x82\x23\x73\xd6\x85\x51\x78\x38\x3c\xba\x72\ \xf3\xda\xf2\x99\xb5\xe3\xf9\xa4\xac\x4b\xf2\x8e\xbf\xb6\x55\x7f\ \x4d\x71\x65\xf0\x1e\x9d\xb7\x04\xc4\x88\x4b\x59\xd8\xda\x00\xd5\ \x01\x0b\xda\xad\x4e\xbb\xeb\xb6\x7b\xea\xdc\xca\xf9\xed\xb3\x2b\ \xeb\x83\x4e\xaf\xad\xe2\xa0\xf6\x7a\x34\x1b\xed\x5f\x3b\xbc\x72\ \xe3\xda\xfe\xc1\xbe\xdd\xd9\x43\x4f\x01\x63\x61\x10\xb9\x4a\x63\ \x93\xe0\xf4\xe4\x00\x2c\x79\x74\xe4\x2b\x0b\xda\xf6\xda\xdd\x7e\ \xda\x26\xa2\xfd\xa3\x83\xdd\x83\x83\xda\x99\xa0\x95\x78\xce\x49\ \x30\x11\x28\x63\x8c\x23\xdf\x38\xa5\x51\x18\x46\x51\x94\x17\x45\ \x9e\xe7\xa4\xa4\xe3\x0c\x10\xc8\x7a\x06\x36\x62\x60\xb3\x6a\xe7\ \xf2\x2b\x9f\x12\xf0\x43\x3f\xf8\xde\x8b\x8f\x3d\x52\xd9\xfa\xcb\ \x9f\xf9\xc2\xad\x17\xae\xd0\xd4\x48\xf0\xdc\x3a\xb4\x4c\x30\x5e\ \x96\xa5\x05\x1f\xc7\x91\xf5\x36\xcb\xb2\x66\x71\x9b\x89\xa0\x8d\ \x6d\x79\xd2\x0a\x03\xf1\x4e\x0c\xa8\xb9\x43\xcd\xa7\x4d\xfe\xc5\ \x5a\xab\x17\x86\x03\xb6\x5a\x2d\xed\xfd\x8b\x2f\xbf\x78\xe6\xa1\ \x7b\xae\xdf\xb8\x76\x3c\x3c\x66\x9c\x7b\xeb\xe0\xee\x87\xc7\x01\ \x07\x00\x63\x8a\x3c\x2f\x8d\x0e\xa3\xa8\xe2\x94\x15\xb3\x09\xd9\ \xb0\x9b\x9e\xb9\x70\x2e\x4a\xd3\xde\x60\xf3\xbe\x47\x1f\x59\xbd\ \xf7\x02\xeb\x45\x31\x4f\x4a\x28\xaf\xc0\xec\x7a\x71\xfd\xa9\xeb\ \x5f\x79\xf6\xea\xf3\xaf\xec\xbc\x32\x9b\x0d\x85\xb1\x69\x80\x0c\ \x65\x55\x59\x00\x04\x04\x06\x80\x9e\xd0\x01\x33\xde\xe7\x65\x27\ \x8e\x36\x57\xd7\x82\x4e\x77\x38\x1b\x7d\xfe\x53\x5f\x5e\xec\xd5\ \xdd\xbe\x60\x51\xa2\x92\x44\x26\x81\x4c\xc2\x22\x2f\xac\xb7\xae\ \x36\x61\x12\xaf\xf4\xba\x7c\x9e\x1f\x1e\xec\x9b\xc4\x19\x64\x46\ \x57\x60\x8c\x61\x54\x30\x3b\x2f\xa6\x47\xe3\x83\x27\x6f\x3d\x93\ \xa3\xfb\xb1\xee\xdb\xde\xf4\xc3\x6f\x3f\xda\x0c\xaf\xff\xee\x67\ \xf2\x97\xae\x57\xc7\x59\xda\xeb\x1f\xe4\x35\x0a\x45\x91\x38\xd8\ \x3b\x3a\x23\x85\x6a\xc5\x37\xf6\xf6\xe2\x30\xac\xaa\x6a\x7d\x7d\ \x7d\x3a\x9d\x2a\xa5\x6e\xdd\xba\x35\x18\x0c\x5e\x79\xe5\x95\x26\ \x75\xdd\xf4\x8d\x6e\xf2\xbe\x77\x0a\xa6\x83\x20\x28\x8a\xe9\x7c\ \x66\x2b\xab\x3b\x49\xfa\x03\x6f\x7b\xdb\xe7\x9f\x7e\xf2\xb3\x2f\ \x7c\xf9\xf1\x87\xfb\x2f\xee\xbe\x52\x5a\x6d\x18\xcc\x6a\x7d\x97\ \x4e\x96\xf7\x22\x0c\xd6\x1f\x79\x38\x8a\xc2\xa4\xdd\x92\x71\xc0\ \x43\xa9\x3a\x49\xd8\x4b\xa3\x7e\x27\xea\xa6\x49\xbb\x95\x77\x83\ \x42\x50\x51\x14\x47\xb3\xbd\x6a\x3e\xcb\xc7\xd3\xd1\xde\xee\x7c\ \xff\xb0\x9a\xcc\xb0\xd6\xe0\x9c\xe0\x5c\x70\x0e\xce\x1b\xad\x19\ \xc3\x46\x12\x03\x74\x32\x7a\x97\x79\x80\xda\x70\x0f\xbd\x4e\x37\ \x89\xe2\xbc\xc8\x8f\x66\xb3\xe3\xe9\x18\x85\x90\x52\x69\x06\x86\ \x91\x62\xe0\x80\xd0\xbb\x6e\xa7\xdb\x8a\x93\xaa\x28\x04\x01\x47\ \x86\x5c\x7a\xd0\x0c\x48\x4a\x01\xc8\xbd\xf5\x0c\x50\x09\x31\x9d\ \x4c\xfa\x79\x7e\x70\xf9\x25\x1d\xe3\xbd\xef\x7e\x47\xff\xed\x97\ \x1e\xed\xc5\x57\x7f\xe7\x0b\x7b\x9f\x7b\x56\x8c\x2b\xcc\xb5\xf4\ \x8a\x07\x61\x2c\x05\x00\xbb\xd3\x56\xb9\xc9\x90\x34\x03\x54\xee\ \x48\xc6\x1a\xa5\x52\x73\xbe\x36\xe5\x8a\xcd\x7f\x6b\x62\x3d\xc6\ \x1a\xed\x0c\x3a\x04\xc2\x38\x89\xc0\xbb\xa7\x5e\x78\xfa\xfc\x9b\ \xef\x2b\xa8\x3c\x38\xd8\x41\x06\x4d\xed\xd4\x77\x83\x77\x18\xe4\ \x6d\x55\x2b\x59\x3b\x6b\x19\xe3\x89\x8c\x7a\xbd\x74\x75\x65\x79\ \xa9\xdb\xdf\x58\xeb\xf5\x97\xf0\x9e\x55\xbd\x1c\x0b\xeb\x8e\x8b\ \x62\x77\x7a\xb4\xb8\x71\xb4\x38\x3a\xda\xbf\x76\x33\x9b\x4c\xb3\ \xd9\xcc\xd4\x26\x0d\xb8\x35\x46\x3b\x87\x04\x64\x1d\x3a\x22\x6b\ \xc9\x39\x72\xde\x1a\xcb\x0b\x1f\x94\x10\x04\x01\x43\x98\x4c\x26\ \xa3\xe1\x70\x3c\x9a\x01\x80\xe8\x84\xda\x3b\x53\xe9\xbc\x36\x1e\ \x90\x9c\x63\x80\x1c\xd0\x59\xd7\x8a\x93\xaa\xac\x8a\xbc\x10\x52\ \x14\xce\x56\x64\x32\xeb\x82\xd2\xa0\xb3\x75\x69\x2b\x61\x5a\xf3\ \xc1\xe5\x97\x5f\x9a\xd6\xd9\x8f\xfe\xd8\x8f\xca\xb7\x6c\xde\xbb\ \x1d\xc8\xcf\x76\x5f\xfa\xc4\x17\x67\x7b\x73\x3e\xd7\x2d\x50\x92\ \xb8\x25\xaf\xc9\x21\x17\x5a\x17\x8d\xfd\xe2\x5c\x13\x4b\xe3\xd6\ \x3a\xce\x39\x91\xb7\xce\x05\x4a\x31\xc6\x6a\xad\x8d\xd6\xb7\x53\ \x5d\xac\x89\x4a\xd4\x75\xad\x8d\x41\x22\x25\x15\x10\x5a\xf0\xbb\ \x2f\x7c\x65\xed\xbe\xb3\xdd\xc1\xd2\xad\x83\xdd\xc9\x74\xea\x8c\ \x69\xdc\xb7\xbb\x53\xaf\xc9\x6e\xda\x3a\xbb\xea\x85\x72\x9a\x53\ \x3b\x65\x71\xfc\xe0\x03\x0f\x7c\x70\x7b\x7b\x69\xb0\xda\x5b\x59\ \x5e\xdf\xd8\x0c\x93\xa5\x19\xc0\x3e\xe4\xbb\x30\x1c\xda\x5b\x37\ \x27\x57\xaf\xec\xbc\xf0\xc2\x95\x67\x76\x87\xb7\xa0\x9e\x03\x78\ \x9e\x48\xa1\x5d\x3e\x5b\x30\xad\x19\x67\x55\xa1\x7d\x45\x58\x12\ \xcb\x3d\x55\xce\x4f\x8a\xb8\x80\x73\x1b\xe7\xb9\xb7\x4f\x3f\xfd\ \xf4\x33\x2f\xdc\x84\x0a\xa4\x80\xda\x71\x27\x83\xa3\xc5\x0c\x94\ \xcd\x0b\xc7\x05\xb6\xe3\xb4\x2e\xeb\x4e\xb4\xac\x84\xd4\xb5\xee\ \x77\x7b\x43\x9a\x07\x71\x6c\xb2\x9a\x19\x57\x3b\x5d\xe8\xcc\xd8\ \xe9\x70\xb4\x37\x3b\x16\x7b\xf5\x78\xe3\x81\xf0\xcc\xd2\xe6\xd6\ \xe3\x0f\x27\x9b\xd1\x73\xbf\xf5\xbb\xd9\xd3\x57\x26\x97\xf7\xd0\ \x04\x45\x51\xa6\xdd\x8e\x47\x06\x32\xc8\x8b\xa2\x28\x0a\x67\x0c\ \x02\x1e\x1c\x1c\xcc\xa6\xd3\xd5\xd5\xd5\x3c\xcb\xc6\x9c\xcf\xe6\ \xf3\x76\xda\x6e\x86\x0b\x65\x59\x66\x8c\x11\x9c\x13\x51\x14\x86\ \xce\xda\xc5\x7c\x71\x7c\x7c\xa4\x04\x0b\x82\x20\x91\xf1\x7c\x3e\ \xd9\x99\xec\xfd\xe3\x5f\xfb\x67\xdd\xc7\xcf\x3e\x77\xeb\xa5\xd1\ \x6c\x2c\x89\x6a\x7e\x97\x5d\x00\x9c\x73\xad\x7e\xff\x83\x7f\xf5\ \x2f\x4a\xce\x55\x14\x38\x0e\x16\x5c\x0d\xde\x29\xd0\x60\x73\xf0\ \xbb\xf9\x44\x5f\x3f\xd2\xf3\xf9\x70\x3c\x3a\x3e\x3a\x98\x4e\xc6\ \x55\x5e\x78\x6b\x24\x43\x4e\x1e\x09\x19\x90\xb7\xe6\x44\xf5\xac\ \xb5\x33\x96\x11\x80\xf3\x64\x9c\x33\xd6\x79\x27\xb4\x87\x79\xd5\ \x42\x59\xf9\x62\x7a\x78\x3c\x2d\xf2\xa2\x30\x10\x03\x26\x21\x05\ \xb2\xbf\xba\xd6\xe9\xae\x04\x41\xd8\x4d\xd2\xd9\x68\x3c\x3e\x1e\ \x71\x60\xbe\x76\xf3\x7a\x7a\xd2\xc5\xb9\xae\x54\xa0\x64\xcc\xab\ \xda\x5a\x22\x26\x58\x5d\x2f\x7c\x69\xf7\xf6\xf7\x70\xab\xb3\x7f\ \xb8\xbf\x74\x74\xb0\xb2\x3a\x30\xe7\xfa\x1b\x1f\x79\x4c\x5c\x58\ \xba\xf5\xc5\xe7\x67\xcf\xdf\xb4\xbb\x93\x34\x17\x29\x06\x80\x7c\ \x44\x19\x6b\x7a\xbb\x13\x15\x45\x51\xd7\x5a\x4a\xd1\x74\x77\x75\ \xce\x21\x42\x93\x53\xd7\xda\x78\xef\x18\x3f\xc9\x6d\x35\x65\x74\ \x59\x91\xd7\x64\x13\x1e\x48\x26\x8a\xaa\xca\xc8\x56\x92\xfe\xe0\ \xd9\x2f\xde\x73\xe1\xdc\xf8\x78\x7f\x3c\x19\x5b\x6b\xf1\x3b\xcf\ \x67\x79\xe7\xe3\x24\xf9\x89\xbf\xf8\xd3\x41\x18\xb1\x40\x88\x38\ \x56\x69\x4b\xa5\xad\xa8\xdb\xc6\x30\x20\x21\x1c\x90\x93\x50\x69\ \x5d\x65\xf3\x72\x66\xf2\x49\xad\x26\x26\xad\xd5\xea\xd2\xb6\x5c\ \x39\x87\x00\x9c\x71\x66\xb4\xb5\xd6\x3b\xdf\xb8\x8c\x48\xe0\xbd\ \x27\xeb\x1a\x33\x0e\x4b\x1b\x18\x8c\xa3\x58\x72\x91\x65\xd9\x74\ \x3a\x23\x20\x19\x85\x42\x2a\xe3\x9d\x50\x32\x0c\xe3\x34\x4d\x91\ \x88\x11\x48\x2e\x3c\xd1\x89\x86\x12\xc8\x18\x83\x81\x2a\xc1\x87\ \x0e\xb9\xb6\xcc\x39\x0d\xb6\x8e\x45\xb4\xb9\x1c\xac\x76\x5d\x28\ \x96\x72\xb6\xda\xdb\x1e\x5a\xf5\xc0\xbb\x57\x3e\xb8\xf9\xa6\xfd\ \xa7\x5f\xc9\x6f\x0c\xb9\x01\x0e\x5c\xa8\x40\x7b\xeb\x11\x18\x23\ \xef\x1c\x17\xa2\x11\x47\x21\xa2\x77\xae\x51\x58\x51\xe3\xe8\x7a\ \x72\xde\x79\xe7\x39\x67\x4d\x0e\xcb\x79\x27\x38\x37\xc6\x7a\xef\ \xa3\x30\x02\x80\xa2\xcc\x1d\x91\x68\x45\xfd\x8d\xc1\xf2\xea\x60\ \xad\x95\x8c\xfa\x2b\xca\xc3\xf9\xf3\xe7\xed\x5d\x4d\x71\xb2\x5a\ \xbf\xf9\x5d\xef\xb8\xff\x9d\x6f\x89\xe2\x44\x28\xd5\x5f\x5e\x11\ \x4a\x85\x51\xac\x64\x10\x8a\xc8\x3a\x83\xc4\x26\x8b\xc5\xcc\xe6\ \x25\x64\x65\x71\xb8\x7f\x78\xe5\xf0\xf0\x5a\xe0\x8a\x37\x07\x9b\ \x6f\xda\x5a\x25\x4e\xd2\x03\x2b\x34\xd5\x5a\x2e\x91\xd7\xc6\xd6\ \x16\x10\x5d\xed\x51\x03\xd3\x80\xda\x9b\xe9\x7c\x53\x75\x2e\x75\ \xb7\x0e\xf7\x87\x75\xdc\x59\x5a\xbb\xa8\xb8\x4c\xc3\xc8\x03\xab\ \x43\x15\x86\x62\x7d\x7d\x09\xfa\x6d\x5f\x98\xed\xa0\x03\x8e\x8e\ \xf2\x79\x1a\xc7\xc1\xd6\xa5\x49\xbd\xb8\x14\x23\x57\x01\xe5\x5a\ \x49\x35\x29\x33\x4d\x95\xc0\xba\xdb\x5d\x92\xe1\x3a\x60\xa8\x26\ \x7a\xb5\x1f\xdf\x07\x7c\xb2\x7a\xee\xec\x1f\xff\x89\xd9\xa5\xeb\ \x7b\x9f\x79\x01\x46\xc6\x18\x64\xa1\xea\xbe\xed\xad\x2e\x5f\x78\ \x84\x7b\xac\x43\x84\x20\x08\x0f\x0e\x0e\x92\x24\x11\x9c\x97\x55\ \x99\xa6\x69\x59\x94\x52\xc9\x66\x4a\x2f\x01\x38\xd7\xb4\x0a\xd0\ \x81\x52\xc6\x1a\xce\xf8\xfd\x65\xc9\x05\xeb\x77\x7b\x65\xa1\xf3\ \xba\x7c\x7b\xf4\xf6\xde\xd9\xe5\x7c\x92\x0f\x78\xf7\xc1\xd5\x7b\ \xc2\x16\xb6\x21\x46\x76\x77\xf5\xe8\xa4\x24\x3f\x37\x58\xe1\x88\ \xc8\x99\xb6\xb5\xb1\x46\x5b\x53\xe7\xba\xa8\x8a\xda\xd4\x7a\x36\ \xeb\x1e\xcd\x65\x5e\xae\x54\x78\x0f\x5f\xc1\xf5\x35\x14\x8c\x90\ \x80\xa3\xf1\x0e\x10\x84\xe0\xa0\xad\xae\x35\x79\x2f\x18\x77\xc6\ \x30\x42\x22\xef\xad\xf3\xd6\x01\x00\x33\x1e\x73\x1d\xcb\x80\x19\ \x9a\x4d\x27\x96\xa1\x57\xb2\xbb\xba\x3c\x58\x5f\x27\xef\xbd\xf7\ \xdd\xf6\x52\x55\x94\xe0\x7c\xbd\x5e\xd6\x45\xd9\x0a\xa3\x22\xcb\ \x9d\xb5\xb7\x3b\x90\x41\xab\xd5\xb2\x40\x95\xb3\x2a\x0a\x7b\xfd\ \x1e\x4a\x38\xcc\x26\x36\xc6\xcd\x87\x2e\xb1\x76\x68\xaf\xcc\x06\ \x55\xeb\xe2\xca\x66\xb6\xd5\xcf\xdb\x1b\xfe\xde\x47\xe7\xaf\xec\ \x4e\x5f\xb8\x09\xc7\x45\xa4\x11\x91\x2d\xd0\x35\x07\x1b\x32\x04\ \x02\x02\x62\x8c\x19\x6d\x10\xd1\x7b\xc7\x18\x43\xc6\xac\xb1\x44\ \x9e\x71\x2e\x85\x68\xc4\x83\xce\xb9\x66\x00\x94\x41\xaf\x18\x17\ \x84\xb5\xd6\x5a\x60\x6b\x7d\xa9\xbb\xb6\x92\x26\xc9\x30\xe9\x6c\ \x46\xed\x8d\xb5\xf5\xd7\xb2\xe1\xc5\xb7\x6c\x44\xd2\x69\xa5\xff\ \x9b\xbf\xf4\x57\x9b\xfe\x64\x8d\x2e\x19\x3c\x11\x11\xd0\x6d\x4b\ \x96\x08\x43\x84\x08\x71\x70\x7b\xde\xdd\x9d\xa0\xc6\xed\xa4\xcf\ \x57\x4b\x7d\x5f\x9d\x9f\xbf\xfd\x0f\x9d\xc8\xe4\xe8\xce\x1c\x2e\ \xa0\xdb\x6d\x2a\x4f\xae\xf9\xaa\xcf\x6f\xe7\xd9\x4e\xaa\x45\xa8\ \xf9\xfd\xd4\x74\x1b\xc2\xe6\x47\x9c\x07\xef\x81\xc0\x14\x06\x72\ \x60\xac\x07\x21\xe2\x43\x8c\xbd\xf9\x47\x91\x9d\x5c\x11\xe8\xe4\ \xd5\x35\x2d\xc1\xa8\xf9\xf4\xab\x52\xcb\xaf\xb9\xd0\x37\x95\x60\ \x36\xff\xbd\x79\x69\x27\x46\x0d\x81\x77\xae\x89\xc6\x31\xce\x09\ \xa0\x69\x28\x79\x17\x26\x8f\xf5\xee\xde\xcd\xf3\x08\x27\x8a\x5b\ \x9f\x7b\xc8\x6b\x1a\x97\x15\x41\x79\x72\x94\x93\x00\xd8\x44\xdc\ \x06\x7c\x0c\xfa\x3c\x5a\x61\x17\xde\xd3\x0c\x69\x3a\x49\x43\xe2\ \x6d\xde\x6c\x96\xf9\xce\x6b\xc0\xdb\x7f\x33\xf4\x44\x96\x1c\x63\ \x8c\x37\x45\x2e\x27\x72\x45\xc0\xe6\x3e\x7b\x0f\x9e\x00\xd1\x81\ \x07\x80\x93\x43\x12\x90\x9d\x0c\x8d\x27\x40\x24\x20\x86\x88\x80\ \x04\x48\xd6\x93\x73\x40\x64\x16\xce\xcc\x16\xf7\x03\x22\x76\x90\ \x75\xd9\x85\x0b\xec\xbe\x1f\x05\x3c\x59\x67\xfa\xda\xb5\xa6\x93\ \x11\x0e\xcd\x3d\x3c\x29\x55\xf9\xaa\xce\xb8\x49\x1c\x36\x3f\xd2\ \xf4\x14\xb9\xdd\xaa\xc2\x13\xe1\xc9\x1e\x00\xef\xbc\xa9\x35\x5b\ \x66\x1f\xfa\x23\xef\x22\x04\x02\x6a\x34\x41\xdf\xb6\xbd\x43\x94\ \x22\xff\x70\xd2\x6b\x36\x1b\x06\xed\xdb\x2f\xe1\xa4\xef\x1b\x22\ \x02\x63\x70\x27\xa5\xf9\x35\xed\x54\x5f\xb5\x5b\xf0\xeb\x37\xfa\ \x57\xdf\x2f\x42\xb3\x6e\x00\x4d\xd4\xa7\x31\x6f\xfd\x57\xfb\x51\ \x34\xb3\xda\x9a\xeb\x22\xd2\xed\xdd\x75\xe7\x0f\xd1\x49\x1f\x3a\ \x22\x22\x4f\xcd\xad\x01\x02\x6f\x5d\xf3\xa9\xf7\x8e\x0e\x9a\xa7\ \x09\xa1\x87\xf8\xae\x77\xb0\xc7\x39\xb1\xdb\x0f\xe2\x1f\x9a\xbb\ \xfe\x9a\xe0\xfa\xd7\x7d\xfc\xaa\x27\xf9\xf6\x9b\x6c\x1e\x9f\xa6\ \xc7\xa2\x27\xc6\x39\xe3\xbc\xaa\xab\xa2\xfc\xd6\x93\xcb\x5e\x53\ \x5d\x68\x5e\x96\xaf\x41\x5c\xd8\xdc\x37\xf8\x8f\x0b\xd8\x2c\x95\ \x07\x02\x30\x00\xe6\x3f\xc4\x4b\xc0\xbb\xad\xcf\x72\xee\x9b\xb4\ \x69\xc0\xaf\xd9\xd4\x1e\xc0\x03\x58\x20\x00\x0b\xde\xfe\x47\xb4\ \xec\x1c\xed\xc9\x0b\x04\xb0\x0e\xac\xfe\xf7\x71\x5d\xef\x74\xfd\ \x9d\xde\x63\x02\xa8\xbf\xaa\xfd\xa1\xaf\x65\x96\xef\x1d\xb0\x57\ \x3d\x98\xda\xfc\xc7\xb6\xe1\x19\x9c\xe2\x14\xa7\x38\xc5\x7f\x08\ \x56\x3c\xc5\x29\x4e\x71\x8a\x53\xde\x39\xc5\x29\x4e\x71\xca\x3b\ \xa7\x38\xc5\x29\x4e\x71\xca\x3b\xa7\x38\xc5\x29\x4e\x79\xe7\x14\ \xa7\x38\xc5\x29\x4e\x79\xe7\x14\xa7\x38\xc5\x29\xef\x9c\xe2\x14\ \xa7\x38\xc5\x29\xef\x9c\xe2\x14\xa7\x38\xe5\x9d\x53\x9c\xe2\x14\ \xa7\xbc\x73\x8a\x53\x9c\xe2\x14\xa7\xbc\x73\x8a\x53\x9c\xe2\x94\ \x77\x4e\x71\x8a\x53\x9c\xe2\xdb\xc5\x6b\x9a\x17\x7a\xbb\x3b\x01\ \x80\x54\xcd\x1c\x42\xc6\x10\x9d\x25\x7f\xd2\xf7\xf3\x0d\xbe\x46\ \x4c\xc1\xdd\xd6\x94\x7b\xef\x3c\xdd\x7d\x99\xf8\xc9\xca\x73\x41\ \xc0\x4f\x86\x5e\x33\x00\x77\xd2\x9e\xf2\xae\x47\x62\x7e\x0f\x81\ \x33\xe0\x77\xb5\xf6\xfa\x3b\x68\x8d\x70\xa7\x1d\x07\x48\xf9\xd5\ \x0d\x6f\xed\x9d\x46\xb7\x6f\xf4\x0d\x1f\xdc\xed\x8c\x5b\xf0\xde\ \x7a\x72\xdf\x05\xde\x61\x0c\xf3\xa2\x9c\x4e\x67\xa5\x35\xf4\xcb\ \xbf\x92\x64\x53\x10\xd2\x94\x7a\xf2\x63\x1f\xf2\x4b\xfd\xe5\x6e\ \xe7\xcc\xf6\xf6\x1b\xf7\x4e\x20\x81\xff\xcd\x67\xff\xdb\xd2\x2c\ \x18\xb2\x6f\x7f\xeb\x97\x0f\xac\x7f\xf0\x4d\x5b\x7f\x4c\xbb\xf2\ \x2e\xae\x4d\x44\xc3\xe1\xa8\xb4\x60\xae\xfc\x41\x7f\xe7\xff\xcb\ \xe2\x18\x74\x35\x0a\x1e\x9c\x9e\xff\x70\xc0\xdc\xc5\x0b\x17\xa2\ \x28\x7a\x63\x3f\x03\xa1\xa0\xdf\xbb\xca\x3f\x79\x55\x44\xe2\xdb\ \xd9\xfa\x04\x81\x80\xbf\xf6\x0e\x1d\x70\xf0\xdf\x3e\x33\x33\x86\ \x8b\x2c\x9f\xcf\xe7\x45\x59\xe1\xbf\xf8\x9f\x62\x53\x02\x67\x75\ \xed\xa6\x7f\xe4\xc7\x21\x89\x07\x2b\xcb\x5b\x9b\x9b\xce\xb9\x37\ \xe6\x76\x47\x66\x5c\xf9\xd1\x67\xff\x5b\xe7\xf4\x5d\xf4\x6f\xd1\ \xae\x7c\xf3\xf6\x1f\xbf\x7f\xed\x87\xbe\xe5\x86\x17\xaf\xe5\xa5\ \xcc\xe7\x8b\x6e\xb7\xdb\xe6\x62\x3a\x1b\x3f\xfa\x96\x54\x26\xd1\ \x0b\x9f\x7c\x09\x93\x76\xb8\xb5\x75\xb0\xb3\xb3\xb5\xb9\xf9\xc6\ \xa6\xff\x51\x76\x2d\xd3\x13\x86\xe8\x9c\xf1\x44\x08\x8c\x71\xc9\ \x10\xbc\x33\xc0\x24\x43\x24\x6f\x3c\x70\xc1\x98\xf7\xc6\x7a\x07\ \x80\x9c\x2b\x86\x58\x9b\x6c\xbb\xff\x66\xc4\xbb\x74\x66\x8d\x31\ \xce\xfb\x8d\xad\x73\xe3\x2b\xbf\x3b\xb8\xcf\xae\xbc\xe3\x5c\xb1\ \xb7\x57\x7e\x7a\xdc\x3d\x7f\xf1\x68\xe7\xea\x62\xb1\x88\xe3\xf8\ \x0d\x1e\x05\x40\x98\x96\x78\x75\x8c\xb1\x04\x00\x40\x00\xe7\x4f\ \xda\x82\x19\x0f\x08\xc0\x39\x72\x04\x20\x30\x8e\x3c\x00\x67\x28\ \x18\x78\x82\x58\xc2\x5d\xdb\x82\x88\x38\x9f\x2f\xfa\x4b\xcb\x49\ \xa5\x8b\xf9\xf0\xad\xef\x59\xe5\x4a\x3d\xfb\x89\x97\x64\x77\x89\ \xaf\xf4\x46\x47\x87\x9b\x1b\x1b\x6f\xe0\x35\x27\xf2\xc7\x8b\x2b\ \xd6\x55\x08\xe0\xbc\xf6\x04\x88\x9c\x33\x81\x40\xce\x5b\xbc\xbd\ \xe1\x09\x38\x67\xe8\xbc\x71\xde\x03\x30\xc1\x25\x22\xd6\x26\x2b\ \x56\x27\xaf\x65\xc3\x7f\x6b\xde\xf1\xde\x3b\x6b\x91\xb1\xa0\xdb\ \x51\x49\x42\x5c\x90\x90\x20\x65\x6b\x65\x25\xe8\x76\xc4\xfe\xbe\ \x31\x56\x29\xf9\x06\xb6\xf9\x39\x53\x82\x49\xc4\xa8\xdf\x3d\xdb\ \x8b\x53\xaf\x8f\xf7\x46\x57\x35\xc6\xfd\xb4\xaf\xcb\x83\xca\x42\ \x90\x6c\x84\xb0\x98\x16\x8b\x20\x3a\x77\x61\x69\x8b\xfb\xec\x68\ \x7c\x2d\x37\x46\xf0\x80\xa1\xb8\xeb\xdd\x6f\x8c\x41\x00\x90\x41\ \xd4\x5d\xf1\x4e\x12\x4a\x42\x29\xa2\x76\xba\xb4\x36\x1f\xee\x59\ \xeb\xbe\x4f\xfc\x2c\xc5\x41\x71\x00\x00\x02\xe8\xa6\x92\x5b\x67\ \xa4\x3c\xd3\x15\xdc\xb9\xeb\x47\x7a\x61\x88\x24\xbf\x7f\x4b\x75\ \x04\x0c\x27\x7a\x3f\xf3\x04\x20\xf9\xdd\x5f\xd1\x39\xef\x9d\x05\ \xc4\xa0\xd7\xd5\x71\x44\x5c\x12\x17\x20\x55\x6b\xb0\xc2\xd2\x78\ \x32\x3c\xb6\xc6\x72\xc1\xdf\xc0\x8b\x2f\x98\x02\x72\x80\xd1\x72\ \xff\x5c\x37\x4a\x4c\xb5\xbf\x37\xbe\x61\x59\x7b\xb9\xdd\x29\x8b\ \x03\xed\x59\xd4\xda\x94\x7e\x3a\x2d\xf3\x28\xb9\xb4\xd9\x5b\x43\ \x37\x3f\x1a\x5f\x2b\xac\x13\x3c\x60\xf8\x9a\x96\xfe\xb5\xf0\x0e\ \x19\xef\xb1\x2c\xf7\x7e\xe9\x7f\x72\xbb\xbb\xe6\xe2\x05\x97\x19\ \x0f\x6c\xff\xff\xfd\x3f\x76\x3e\xfc\x41\xbe\xbc\x64\xad\x51\x81\ \x82\x37\xf6\x33\xe0\x6b\x13\x3c\xf8\x23\xef\xfa\x5f\xd3\xec\xa9\ \x8a\x2f\x3d\x9a\x7d\xee\xa3\xcf\x7c\xe6\x1d\x3f\xf8\x8f\x36\x8f\ \xfe\xc1\x2f\xfc\xc1\xbf\x3b\xf7\xf0\xdf\x7d\x14\x7e\xed\xdf\xbc\ \xcc\x3e\xf4\xee\xbf\x1c\xd6\x3b\x35\x69\xaa\x8e\x16\xd3\xd1\x77\ \x78\x4d\x6d\x8c\x67\xd2\xbd\xf0\xd1\xa3\x4f\xff\xb3\xfe\xe3\x11\ \x95\x35\x38\xa6\x77\x9e\x3e\xfe\xcd\xff\x33\x9c\xff\x40\x33\x65\ \x01\xbe\x9f\xa0\x3d\xbe\xfd\xd1\xa5\xe5\xe1\x78\x7f\x75\xf9\xc7\ \x52\xfd\x52\xc9\x3e\x70\xbe\xfc\xc5\x27\x8a\xf7\xbc\x73\xe9\x2d\ \x2d\x1a\x56\xb4\xbf\xeb\xf7\x5e\xaa\x89\xe1\x5d\x5f\xa2\x99\x26\ \x62\x08\x70\x36\xbf\xf5\x8f\xfe\xa9\x1c\x8e\x75\xd9\x07\x6d\xbc\ \xa3\x83\x7f\xfc\x8b\xed\x1f\xfb\x61\xde\x4d\x8d\x33\x42\x8a\x37\ \xf8\xe2\x53\xe5\x82\xb7\x7f\xe4\xdd\x7f\x23\x1b\x7d\xc9\xab\xc1\ \x23\xe3\xdf\xfe\xd8\x4b\x57\x3e\xf0\x43\xff\x24\xb8\xf2\xf7\xfe\ \xd9\x97\x3e\xfb\xc0\xa3\x7f\xe3\x6c\xf6\x8b\x1f\xdb\x7b\xe4\xc7\ \xdf\xf9\x27\x31\xbf\x65\xa0\xb0\xc5\x7e\xb6\x58\x7c\x1b\xd4\xf6\ \xad\x6f\x83\x35\xde\xd9\x9d\xe1\x50\x0c\x47\x6d\x41\x8b\x71\x4d\ \x50\x07\x81\x8a\x0e\xf7\xe6\x65\x69\xaa\xca\x39\x87\xdf\x9b\xad\ \x20\xbf\xcd\x1d\xa9\x6c\xf1\x95\xdf\x7f\xe2\xff\x74\xc3\x9e\xff\ \x89\x0f\xfc\xfc\x5b\xb6\x6e\x2d\xc6\x2f\xc7\xab\x3f\xf6\x8e\x33\ \x2f\x1d\x98\x5c\x23\xde\xfb\xc0\x9f\x8e\xc6\xbf\xfa\x2f\x9e\xf8\ \x84\x67\x42\xca\x58\x32\x61\x7d\xfd\x9d\x3c\x00\xde\xba\xd9\x6c\ \xe1\xc7\x93\xa5\x68\x14\x46\x17\xcc\x70\xce\x3d\x75\xd3\xd9\xb4\ \x98\x8e\xa6\xf3\xc1\x52\x0f\xbe\xff\xe0\x3d\x39\x40\x6e\xcc\x6f\ \xfd\xfe\xe1\x3f\x1f\x27\xff\xcf\x9f\xea\xbc\xfb\x41\xfe\xb6\x96\ \xfb\x47\x1f\x3d\xbe\x51\x83\x12\x2c\x94\xf8\x1d\xee\x45\x6b\xad\ \xb3\x76\x67\x78\x2c\xc6\xa3\x54\xe1\x7c\x54\x01\x40\x18\xc8\xf0\ \xf0\x60\x5a\x16\x14\x05\xde\xf9\xef\x87\xa5\x46\xa6\xaa\xec\x8b\ \x1f\xff\xdc\xff\x71\x24\x1f\xfb\xd3\xef\xfd\x6b\x0f\x4e\x7f\x69\ \x36\x7a\xe5\xbe\x33\x7f\xe2\xad\xfb\x37\x2a\x5d\x18\x1f\x3e\xf4\ \xe0\x4f\xf8\xbd\xff\xe1\x57\x9e\xfa\x3c\x30\x29\x65\x2c\x19\xb7\ \xaf\x79\x61\xbe\xb5\x27\xe6\xbc\x77\xc6\xb6\xfb\xbd\xf3\x7f\xe7\ \x7f\x59\x5f\x78\x68\xef\xb9\xdd\xd9\xce\xec\x70\x64\x96\xff\xf6\ \xdf\x5a\x79\xcb\xa3\x02\xe0\xc4\x1d\x78\xe3\x83\x00\x65\x18\x76\ \x40\xef\xef\x4d\xa6\x69\xe7\xac\x30\xd7\xff\xe0\xd9\xdf\x58\xbd\ \xf4\xe7\xee\x49\x95\xf6\xe1\x72\x2b\x3c\xd8\x7b\xde\xf2\x74\x6b\ \xeb\x87\xee\x5f\xd9\xfe\x0e\xbb\x1d\x23\x62\xad\xb5\xe2\x38\xf8\ \x81\x3f\x16\x3e\xfe\x77\xf6\x9f\xdc\xb5\xc7\xc3\xe3\x2f\x5f\xa9\ \x57\x3e\xd4\xfb\xe1\xbf\xd5\x6e\x25\x27\xd3\xac\xbf\x6f\xd0\x8c\ \x11\x68\xda\xbf\x5b\x21\x7f\xf4\x07\xd7\xfe\x9b\x0f\x77\x8e\x76\ \x8a\x92\xf1\xe9\xa4\x3e\xae\x61\x79\x29\x7a\xff\xfd\x51\x70\xd7\ \x73\xd1\xef\xd0\xbd\xf3\xde\x98\xee\xfa\xfa\xb9\xbf\xf7\x9f\xe5\ \x83\xf3\x07\x2f\xee\x8d\x6f\x8c\x8f\x0b\x3e\xf8\x5f\xfd\xed\xe5\ \x07\xee\x67\x44\xcd\xc4\xde\xef\x87\x25\x47\x54\x71\xd0\x71\xe5\ \x8d\xfd\x45\xd9\x49\x37\xb1\x7a\xe1\xd3\xcf\x7d\xea\xc2\x03\x7f\ \x71\x3b\x46\x07\x49\x3f\x62\xbb\x7b\x2f\x7a\xd1\x3d\x77\xf6\x47\ \xee\xed\x0f\xbc\xff\x36\x62\xed\xdf\x9a\x77\x9a\x69\x33\xbd\x76\ \x27\x6c\xb7\xcf\xfd\xdc\xcf\xda\xf5\xf3\xc7\x7b\xf3\xf5\xbf\xf6\ \xd7\x57\xdf\xf9\x03\xbd\x24\x09\xc3\x50\x7f\xbf\xdc\x06\x04\x32\ \x55\x35\xc3\xe8\xcc\x99\x7e\x7f\x36\xbb\x05\x22\xa9\x26\xbf\xff\ \xd9\x9b\xe3\xb7\x5c\xfa\xa1\x08\xa6\xc3\xac\xde\xd8\x7c\xd0\x97\ \xe3\xd6\xe0\xdd\x0f\xae\x9e\x23\xff\x9d\x36\xd3\xd6\x5a\xa7\x69\ \x1a\x29\xd6\x7f\xec\x8f\x06\x6f\xfe\xeb\xb7\x3e\x77\xad\x96\x6f\ \x5d\xfb\xc8\xcf\xa7\x69\x6b\x79\xa9\xd7\xcc\x11\xfc\xfe\xe1\x1d\ \xc6\xa0\xd6\x5e\x06\x00\x1e\x90\xdc\x8d\xbd\xfc\x37\xbf\x30\xfe\ \x1f\x3e\x3f\x7f\x65\xea\x06\xcb\xe1\xb2\xa0\x5a\xc8\xf7\x3f\x18\ \x07\xf4\x9d\x9a\xde\xce\x3b\x40\xec\xa6\x69\xbc\xbc\x7c\xee\x7f\ \xf1\xb7\xaa\xd6\x60\x34\xaa\xb6\xfe\xd6\x7f\xb2\xf2\xe8\x9b\xfa\ \x69\xaa\x94\xfc\xbe\x39\x68\x11\x48\x17\xd5\x4c\xb6\x2e\x6d\x75\ \xe2\xe9\xe2\x00\x45\xbc\x38\xfc\xed\x2f\x1c\xfa\xb7\x5d\x7c\x17\ \xf7\xe3\x71\x05\x5b\x9b\xf7\x99\x7c\xdc\xdf\xf8\xc0\x7d\xcb\x1b\ \xf4\xed\xe8\x45\xbe\xa5\x9f\x05\x00\x50\xd7\xf5\x78\x3c\x16\x42\ \x44\xdd\xce\xd6\xcf\xfd\xcf\xf3\xeb\x37\xd3\x77\xbe\x7d\x31\x1a\ \x8d\x46\xa3\x3c\xcf\xa3\x30\xc0\xef\x03\xde\x21\x5f\xb1\xe8\xe1\ \x0f\xbe\xfb\xbf\xd4\xac\xa3\x87\xbf\xf1\xd4\xde\xfe\x7b\xb6\x02\ \x25\xd8\xce\xd5\x7f\xfb\xdc\xa5\xf7\x76\x03\x79\xf9\x85\x5f\xb9\ \xef\x3d\x7f\xf9\xaf\x7c\xe8\xf1\xb0\x7f\xdf\xf1\x0b\x1f\xf3\xf0\ \x9d\xae\x89\x27\x37\x9b\xcd\x5a\x49\x92\x02\xb4\xdf\xf6\x13\xa4\ \x5a\xd1\xd9\x37\x1b\x0f\x8b\xe9\x78\x3c\x9e\x58\x6b\xbe\x7f\x48\ \xc7\x7a\x7c\xec\xd1\xee\x7b\x06\xb2\xa3\xdc\xbf\xd8\xb5\x17\x37\ \xe1\xe0\xb8\x7a\x6e\xdf\xa7\x01\xee\xdd\xcc\x3e\xb7\xbd\xf4\x37\ \xfe\xd8\xfa\x1c\x04\x2b\x0b\x4d\xdf\xe9\xba\x37\xb3\xc0\xc7\xe3\ \xb1\xe0\x3c\x5c\x5d\xdd\xfc\x4f\x7f\xb6\x1e\x0e\x93\x37\x3f\x32\ \x3f\x1e\x8d\x46\xa3\xa2\x28\x3b\xed\xf6\xf7\x85\xb5\xe3\x2b\xd9\ \x7a\xfb\x8f\x3d\xfe\x5f\x83\xea\x2f\x76\x7e\xed\xf9\xe3\xf1\xe6\ \xf9\x30\x90\xf4\xe2\xcb\xff\xea\xf2\xc5\xb7\x04\xc2\x3e\xf7\xdc\ \xaf\x5d\x7c\xd7\xff\xec\x67\x3e\xf4\xe1\xf6\xca\xe6\xb5\xc3\xe9\ \xb7\xb5\xf0\xdf\x32\xae\xcc\x1a\xd2\x61\x8c\x65\x59\x96\xc4\x71\ \x90\x24\xe2\xfe\x4b\x87\xbb\xbb\x8d\x86\xaa\xae\xf5\x64\x32\x39\ \x73\xe6\xcc\x1b\xfd\xb4\x0d\xa4\xbb\xf6\x5b\xbf\xff\xbf\xef\x44\ \x89\x37\x93\xa3\xe9\x8e\x65\xd1\x13\x5f\xfa\x87\xde\xf0\x96\x9c\ \x7d\xf2\xd3\x3f\x1f\x62\x0d\x55\xf6\xd1\x3f\xf8\x07\xab\x9d\x01\ \xd8\x7f\x3d\x59\xec\x33\x1e\x80\x2b\xbe\x83\xe3\x9d\x0d\x8f\x47\ \x2a\x08\xae\x5e\xbb\xd6\xe9\x74\x82\x20\x50\xeb\x8f\x95\xa5\xa6\ \xc5\x81\x27\x52\x4a\xdd\xb8\x71\xf3\x81\xfb\x09\xbf\x2f\x2c\x4d\ \xe0\x48\xaf\x5c\xcd\xb2\x03\x36\x5f\xe8\xfd\x82\x8e\x9e\x18\xa1\ \xa5\x4e\x88\x88\xc0\x9c\xfd\xcd\xdf\x3f\x7e\x76\x59\x25\x8c\x46\ \x33\x53\x73\xfc\x4e\x34\xf8\x8c\xb1\xb2\xac\x26\x93\x49\xb3\xe1\ \xa3\x28\x0a\x92\x44\x5c\x38\x77\x78\x73\x07\x10\x38\xe7\x45\x51\ \x4e\xe7\xf3\x8d\x8d\x75\x78\x83\x4a\x78\x6e\x5b\x1c\x21\xd7\x5f\ \xf9\xf5\x4f\xfd\x37\x69\x18\x3b\x7d\x7c\x34\xdb\xf3\x2c\xf9\xf4\ \x17\xff\x7b\xa3\x83\x04\x0f\x3f\xfa\xc9\x9f\x57\x50\xb8\x6a\xe7\ \xdf\xfd\xfe\xcd\x41\x7b\xc9\xbf\xf8\xaf\x26\x8b\x03\xce\xa5\x7b\ \xcd\x67\xa1\xf8\x56\xb7\x01\xb5\x31\xbf\xfa\xab\xff\x7a\x36\x9b\ \x26\x49\xb2\xb1\xb1\xb1\xb4\xb4\x14\x86\x91\x73\x76\x3e\x9f\x17\ \x45\x71\x70\x70\xf0\x27\x7f\xea\xa7\x1e\x7b\x4c\x34\xe3\x96\xdf\ \x98\x87\xad\xab\x8d\xab\x19\x9a\xc9\xec\x85\xd1\x94\x10\x19\x63\ \x82\xb9\x7c\x96\xcd\x91\x71\x06\x60\xaa\xfd\x12\x38\x47\xac\xcb\ \x9b\xd7\xf3\xeb\x04\xc8\x98\x60\x88\xc6\x95\xce\x5b\xb8\xab\x03\ \x58\x29\xf9\xec\x57\x9e\xff\xf4\xa7\x3f\xe5\x9c\xdd\xdc\xdc\x1c\ \x0c\x06\xed\x76\x9b\x31\x56\x14\xc5\x62\xb1\x98\xcf\xe7\x4a\xa9\ \x0f\xbc\xff\xbd\x6f\x74\x43\x1f\x9c\x87\xda\x02\x47\x18\x8e\xcd\ \xe1\x88\x10\x51\x30\x18\xcf\x1d\x20\xdc\x4e\x5b\x21\x39\xba\xb2\ \x5b\x11\x00\x43\xe4\x0c\x3c\xc1\x5d\x67\xb4\x9a\x15\xfe\xe5\x5f\ \xfe\x97\x59\xb6\x68\xb7\x3b\x1b\x1b\xeb\xfd\x7e\x3f\x08\x42\x6b\ \xcd\xc9\x86\xdf\x3f\xf8\x2b\x3f\xf3\x97\x85\x10\x5a\xbf\x61\xed\ \x4d\xe3\x2a\xeb\x6a\x44\x3d\x9a\x3e\x77\x4c\x27\x1b\x1e\xdd\x62\ \x9a\xcd\x4e\x36\x7c\xb1\x57\x20\xe7\x88\x65\x7e\xed\x5a\x76\x85\ \x00\x39\x13\x88\x68\x5c\xe9\xe9\x35\x6d\xf8\x6f\x35\xa7\xd8\xfb\ \x4e\xbb\xf3\xb6\xb7\x3d\x76\x70\x70\x28\x84\x20\xa2\xb2\xac\xca\ \xb2\x22\x22\xef\x3d\xe7\xe2\xde\x7b\xef\x7b\xe0\x81\x07\xde\xc0\ \xa4\x03\x00\x6b\xdd\x07\xab\xbb\xd4\x2b\x57\x9d\x78\xfd\xee\xea\ \x24\x8c\x31\x8f\x3e\xfa\xa6\xe3\xa3\x23\xa9\x24\x11\x79\x4f\xb3\ \xd9\x1c\x88\x3c\x11\x67\x3c\x49\x5a\xef\x7c\xe7\x3b\x38\xe7\xee\ \x0d\x7d\xea\x3a\x82\xe5\x84\x1e\x5a\xf5\xe1\x57\xf7\xe9\xff\xff\ \xe8\x0d\xc1\x6d\xbd\xf2\xdd\x19\x82\xce\xb9\xe5\x95\xe5\xb7\xbe\ \xe5\x2d\x93\xe9\x94\x73\x4e\x44\x45\x51\x16\x45\xd9\xdc\x02\xc1\ \xc5\xc3\x0f\x3f\x7c\xcf\xc5\x8b\x6f\x60\xd2\x41\x64\x9b\xbd\x47\ \xee\x56\xaf\x5c\xb5\x82\x95\xd7\xb2\xe1\xbf\x35\xef\x04\x81\xfa\ \xeb\x7f\xed\xaf\xb2\x66\xdc\x6d\xe3\xfe\x9e\x0c\x2e\xc5\x3b\xe1\ \xcf\xbb\x1b\x01\xfe\x3d\xe1\xe4\x22\xe0\x8f\x3c\xf4\xf3\x77\x67\ \xb3\x20\xa2\xf3\xc6\xb8\xf2\x2e\x7e\x5c\x6b\xf3\x8e\x1f\x78\xfb\ \xe3\xef\x79\xf7\xed\xe0\xf1\xc9\xbf\xb7\x67\xe6\x82\x73\xfe\x8d\ \x4d\xf7\x00\x50\x5a\x7c\xc7\x19\xff\x9e\xf3\xfe\x2e\x62\xc5\x95\ \xbd\x9b\x22\x09\xe7\x5c\x2b\x49\x7e\xee\xe7\x7e\xf6\x6b\xe2\x3d\ \xdf\x37\x1b\x9e\xc8\x0b\x16\x7e\xf8\x91\xff\xfc\x6e\x39\x0b\xad\ \xd3\xaf\x65\xc3\xbf\xa6\x39\xc5\x75\x5d\xc3\xf7\x31\x8c\xab\xbe\ \x63\x77\xe1\xae\xfc\x3b\x6b\xdf\xb8\x84\xfe\x5a\x17\xce\x7a\xb0\ \xfe\xdf\xf3\xb3\x47\x55\x55\x7d\x1f\xaf\x3a\x99\xbb\x2a\x27\xfc\ \xb6\x36\xfc\x69\x1f\x8c\x53\x9c\xe2\x14\xff\xbe\x21\xbe\xd1\x52\ \x6a\x70\xba\x34\xaf\x9b\xff\x8c\x7f\xd8\xd7\x4f\x97\xfd\x75\x5d\ \xf6\x6f\xba\xbc\xa7\x1b\xfe\x3f\xc8\xb2\x8b\x6f\xf4\x6f\x8d\x31\ \xc6\x98\xd3\x25\x7b\xdd\xcc\x78\xf8\x46\xbd\x1f\x11\x59\x6b\x4f\ \x97\xfd\x75\x74\x96\x8d\xf9\xa6\x31\xf8\xd3\x0d\xff\x7a\xf3\xce\ \x37\x5d\x76\xfc\x8b\x7f\xfe\xcf\xbe\x7a\xf7\x07\x41\xb0\xbf\xbf\ \xbf\x98\xcf\x18\x3b\x75\xc1\x5e\x2f\xe4\x79\x16\x47\xc9\x99\x73\ \xe7\x18\x63\x0d\x07\x09\x21\xea\xba\xda\xd9\xd9\x39\x3d\x76\x5f\ \xbf\x27\xc0\x68\xad\xeb\x7a\xeb\xcc\xd9\x4e\xa7\xd3\xf4\x2d\x42\ \x44\x21\xc5\xde\xce\x4e\x91\xe7\x78\xba\xe1\x5f\xa7\x83\x16\x20\ \x5b\x2c\xda\xed\xce\xf6\xab\x54\x7e\xe2\xeb\xc8\xa9\xae\xeb\x53\ \xcb\xf3\xf5\x46\x9a\xb6\x5b\xad\x14\x6f\x93\x0e\x9c\x84\x90\x1d\ \x67\x9c\xc8\x9f\xae\xcf\xeb\x84\x20\x08\xe3\x38\x89\xa2\xe8\xce\ \xb2\x13\x51\x5d\x6b\xc6\xf8\xe9\x86\x7f\x1d\x09\x1f\xa0\xd3\xee\ \xb4\x3b\x9d\xa6\x8b\xe3\x37\xb1\x77\xee\xb0\xcf\xf7\x5b\x83\x85\ \xff\x20\xf6\xe7\xd7\x2d\xf2\xe9\xb2\x9f\xae\xfc\xf7\xcf\xb2\xb3\ \x6f\x16\x80\x38\xbd\x07\xaf\xbf\xf1\xf9\xcd\x42\x3c\xa7\xcb\x72\ \xba\xf2\xdf\x27\xcb\x7e\xea\xd3\x9e\xe2\x14\xa7\xf8\xf7\x8d\x6f\ \x12\xdf\xf1\xde\x01\x9c\xfa\xba\xaf\x6b\xa0\xe1\xeb\x2b\xf8\xbd\ \xf7\x5a\xd7\xa7\xcb\xfe\xba\x1e\xb8\x5c\x08\xa5\xd4\xd7\x1d\xbc\ \x5a\xeb\x37\xfc\x7c\x88\xff\x08\x37\xfc\xd7\xf0\x8e\xb5\xf6\xd2\ \xa5\x7b\x3b\x9d\xb6\x73\xa7\x77\xe2\x75\x74\x74\x5f\x79\xe5\xe5\ \x57\x2b\x62\xbd\xf7\x69\x9a\x5e\xbc\xf8\xe8\xe9\xb2\xbf\x7e\xe0\ \x9c\x8f\x46\xc3\x5b\xb7\x76\xd8\xab\x6a\x46\xbd\xf7\xf7\x3f\xf0\ \x40\x12\x27\xa7\xd4\xf3\xba\x6d\x77\x00\x82\xcb\x97\x5f\xfa\x3a\ \xa5\x82\xf8\x3a\xee\x7f\xdf\xfb\xdf\xff\xf0\xc3\x0f\x7f\x9f\x17\ \x46\xbc\xbe\x16\xa6\x10\xff\xe5\xdf\xff\x2f\x16\x8b\x45\xbb\xdd\ \x6e\xce\x5e\x6b\xed\x60\x30\xf8\x0b\x7f\xf1\x2f\x9d\x2e\xfb\xeb\ \x87\x38\x8e\x7f\xfb\xb7\x3f\xf6\xc5\x2f\x7e\x71\x6d\x6d\xed\xce\ \xd9\x6b\xad\xfd\xd1\x1f\xfd\xd0\xb9\x73\xe7\x4e\xf5\x3b\xaf\xdf\ \x29\xeb\x9c\xfb\x7b\x7f\xef\x7f\x6b\x8d\x89\xe3\xe4\x8e\xb1\xf9\ \xf5\x7e\x96\xd6\xba\x2c\xcb\xd3\x07\xe0\xf5\xe4\x1d\x79\x70\xb0\ \x3f\x9d\x4c\x5b\xad\xd6\x1d\xfd\x8e\xf7\xfe\x74\xd9\x5f\x57\x30\ \xc6\x66\xb3\xd9\xee\xce\xad\x34\x4d\xdb\xed\xf6\x1d\x03\xa7\xae\ \xeb\xb2\x2c\x4f\x79\xe7\x75\xe5\x9d\x83\xbd\x3d\x22\x3a\x73\xf6\ \xdc\x57\x6f\xc7\xe9\xd2\xfc\x07\xb9\x19\xa7\x8b\x70\xba\xf2\xdf\ \xcf\xcb\x7e\xca\x3b\xa7\x38\xc5\x29\xfe\xbd\x9b\x9f\xa7\x4b\x70\ \x8a\x53\x9c\xe2\x94\x77\x4e\x71\x8a\x53\x9c\xf2\xce\x29\x4e\x71\ \x8a\x53\x9c\xf2\xce\x29\x4e\x71\x8a\x53\xde\x39\xc5\x29\x4e\x71\ \x8a\x53\xde\x39\xc5\x29\x4e\x71\xca\x3b\xa7\x38\xc5\x29\x4e\x71\ \xca\x3b\xa7\x38\xc5\x29\x4e\x79\xe7\x14\xa7\x38\xc5\x29\xef\x9c\ \xe2\x14\xa7\x38\xc5\x29\xef\x9c\xe2\x14\xa7\x38\xe5\x9d\x53\x9c\ \xe2\x14\xa7\x38\xe5\x9d\x53\x9c\xe2\x14\xa7\xbc\x73\x8a\x53\x9c\ \xe2\x14\xdf\x04\xe2\x5b\x33\x13\x63\x69\x2b\x6d\x3e\x76\xde\x31\ \xc6\x10\x11\x08\x08\xa8\x99\x4d\x81\x80\x80\x40\x04\x55\x55\x29\ \x25\x01\x80\x73\x8e\x00\xb7\x67\x14\x81\x73\x16\x19\x63\x0c\x89\ \xc8\x59\x87\x88\x8c\x33\x20\x70\xce\x01\x10\xe7\x02\x80\xbc\x27\ \x44\x70\xce\x0b\xc1\xbd\xa7\x66\x9c\x11\x11\x20\x43\x20\x20\x22\ \xe7\x1c\xe7\x1c\x19\x22\x7e\x0d\x57\x7a\xef\x89\x88\x71\x06\x44\ \x00\xf0\x75\xdf\x25\x22\xeb\x2c\x11\x08\x2e\x9a\x06\x97\x44\xe4\ \xc9\x7b\x22\x86\x0c\x9b\x1f\xb8\xdd\x1c\xa4\xf9\x55\x9c\xf3\xaf\ \x5b\x01\x3a\xf9\xcd\xf8\xea\xaf\xbc\xea\x53\xfa\xc3\xfa\x22\x23\ \x42\x55\xd5\x65\x59\x9e\xb6\x7d\xf9\xde\xc2\xab\x6e\x17\x02\x80\ \x94\x12\x00\x9c\x73\x27\xc3\x2c\x11\x39\x17\x04\x04\x5f\x77\x5b\ \x4f\x36\xc2\xed\x3f\x5f\xf3\x1b\xbf\xfe\x23\xfc\xc3\xbe\x0f\x7f\ \xc8\x6e\xa2\x3b\x7f\x01\x7e\xcd\x67\x27\x5f\x40\x40\x02\x02\x3a\ \xf9\xba\xb5\xf6\xe4\xd9\x6c\xbe\xe4\xa9\xf9\x1e\xe7\xdc\x7b\xcf\ \x10\x09\x40\x6b\x4d\x44\x40\x27\x6f\x84\x73\x2e\xa5\x6c\xde\x26\ \x67\xcc\x79\x47\x04\x42\x88\x3b\xd7\x68\x26\xbe\x35\xb3\x6d\xbd\ \xf7\xdf\x74\xe8\x98\x73\xee\xb5\xcc\xe7\xf8\x16\xbc\xc3\x39\x9f\ \xcd\x66\xff\x97\xff\xee\xff\xea\xc9\x33\xc6\xfb\xfd\xde\x7c\x3e\ \xaf\xca\x4a\x48\x29\x04\xaf\xab\x3a\x8c\x42\xa7\x8d\xb7\x4e\x08\ \xfe\xf8\xe3\x3f\xf8\xdc\xf3\xcf\x79\xa2\xd1\x68\xa4\xb5\x95\x4a\ \x38\xef\x94\x54\x83\xc1\xc6\x62\xbe\x58\x64\x59\x18\x86\xab\xeb\ \xeb\xc6\xba\xe3\xe1\x10\x91\xad\xae\xad\xab\x20\xb8\x79\xe3\x46\ \x20\x45\xda\x6e\x6b\xad\x97\x97\x96\x76\x76\x77\xdb\xed\x76\x51\ \x14\xd6\x5a\xa5\xd4\x62\xb1\x08\xa5\x0c\x03\xb5\xb4\xb4\x74\x74\ \x74\x58\x95\x45\x59\x14\xde\x39\xc6\x40\x30\x46\x44\x49\xd2\x8a\ \xa2\xf6\x74\x32\x11\x52\x3a\x4f\x65\x55\x12\x79\xc6\x18\x43\x40\ \x04\xce\xf1\xdc\xe6\x39\xa5\xe4\x8d\xfd\xeb\xf3\x7c\xc1\x10\x02\ \x16\x76\x5b\xbd\x76\xd2\x9e\xcc\xc6\x0e\xb4\x76\x26\x2b\x6a\x00\ \xe0\x9c\xb5\x5a\x69\x18\x06\x07\x07\x07\x8c\x71\x44\xb0\xd6\xb2\ \x93\x4b\x24\x8c\xe1\x6c\x36\x97\x52\x38\xe7\x39\x67\x52\x2a\x63\ \x74\xb3\x41\x18\x13\xc6\x5a\x22\xe0\x8c\x01\x62\xf3\x53\xcd\x0d\ \x31\xc6\xbc\xe7\xf1\x77\x7f\xf0\x87\x7e\xe8\xd5\xdd\x94\x4f\xf1\ \x1f\x39\xe3\x78\x4f\x55\x45\x88\xcd\xc7\xde\x39\x7b\xf5\xea\xb3\ \xce\xbb\xf5\xf5\xb5\xc5\x22\x43\x44\x5b\x65\xc3\xdd\x3d\x41\xc0\ \x2d\x9d\xcc\x9d\x66\xe0\xc8\x09\xc6\x99\xf7\xce\x58\xcf\xbc\xf7\ \x74\x9b\x1b\x88\x00\x80\xb0\x39\xf0\x80\x9a\x53\x8b\x88\xc8\x13\ \x35\x64\xe0\xe8\x36\x5b\x00\x12\x10\x12\xfb\x86\x57\x85\x27\xe4\ \x82\x08\x08\x1e\x3d\x03\x64\x8c\x21\x63\x40\xe0\xc9\x03\x82\x27\ \x02\xc6\x38\x47\x02\x05\x88\xdb\x67\xce\x04\x51\xe0\xc1\x03\x32\ \x40\x16\x45\x2d\x64\x1c\x18\x3f\x3a\x38\xec\x77\xdb\x59\x9e\x4b\ \x29\x1f\x7a\xe8\xa1\x40\x05\x4d\xaf\x7b\xe7\xdd\xd1\xd1\xd1\x97\ \xbf\xfc\xd4\xda\xfa\xfa\x7c\x3e\x1b\x0d\x47\x2b\x83\x01\xe7\x7c\ \x7f\x7f\xdf\x5a\xc3\x19\x37\xc6\x14\x45\xc1\x05\x0f\x83\xe0\xe2\ \x3d\x17\xd3\x56\x5a\xd5\x55\x5d\xd7\xce\x39\x44\xf4\xde\x23\xa0\ \x54\x72\xa9\xbf\x94\x24\xdf\xba\x5f\xb5\xf8\x96\xc6\x4e\x5e\x14\ \xbf\xf8\x4f\x7f\xd1\x56\x4e\xc5\x72\x69\x69\x69\x3e\x9f\x97\x65\ \xd9\x3c\x90\xae\xf6\x51\x1a\x96\x59\x05\x1e\x38\x83\x38\x89\x3e\ \xf6\xdb\xbf\xad\x75\xfd\xc2\xf3\x57\x5e\x4d\xde\x83\xf5\xf5\xb2\ \xd2\x8b\xf1\x08\x00\x82\xce\x92\x77\xde\x33\xee\xca\x2a\x68\xb7\ \x7b\x4b\xcb\x07\x97\x5f\x6c\x0d\x56\x37\xb7\xb7\x0e\x0f\x0e\xef\ \x7f\xe0\xfe\x67\x9e\x7e\xba\xd3\xe9\xce\x66\x33\x44\xe8\xf7\x97\ \x6e\xdd\xb8\x9e\x84\x41\x14\x85\x1f\x78\xff\xfb\xbe\xf4\xe4\x93\ \x57\x5e\x7e\x99\x33\xe0\x0c\xb5\xd6\x0c\x40\x32\x58\x5f\xdf\x90\ \x22\x79\xf9\xc6\xcb\x1c\xa4\x03\x0f\xe0\x00\x04\x67\x8c\x73\xd4\ \xa6\x06\x80\x0f\xfc\xc0\x0f\x46\xb1\xfa\xe4\xe7\x7f\xa7\x2c\x09\ \x00\x42\xc9\x7b\x41\x3f\xe0\x6a\x3c\x1b\xa9\x94\x65\x75\x59\xe9\ \x13\x7a\x5e\x5b\x5d\x09\xc3\xf0\xfa\x8d\x5b\x5f\xb7\x08\x69\x2b\ \x14\x42\x4c\xa6\x59\xc3\xfa\xbd\x5e\xea\x9c\x9b\xcd\x8b\x57\xf9\ \xaa\xfe\x1b\x4e\xaf\x93\xdf\xe9\xc9\xff\xf8\x47\x3e\x72\xca\x3b\ \xdf\x2b\x68\x4c\x5b\x00\x4e\xe4\x9b\xc3\xdc\x13\x5e\xbd\x7e\xe3\ \xf8\xe8\xf0\xb1\xc7\xde\x7a\x74\x7c\x44\x44\x81\xaf\x9e\xf9\x83\ \xcf\x44\x9e\xb1\xca\x70\x00\x4b\xc6\xa2\xb7\xde\x28\x29\xa5\x23\ \x57\xd5\x35\xda\xc6\xdc\x00\x40\x4f\xbe\xf9\xc0\x39\xef\x9c\x23\ \x02\x20\x07\x40\x1e\xc8\x7a\xef\x08\x1c\x91\xf3\x9e\x10\x3d\x11\ \x01\xf3\x40\xe8\xc4\xd7\xed\x26\x04\x64\x8c\x01\xc2\x09\xef\x30\ \xc7\x10\x05\x17\x8d\x31\xe2\x9c\x23\x04\x87\x80\x0c\xb9\x10\x96\ \x02\x14\xe2\xf1\xc7\xdf\x93\x76\xdb\x16\xbd\x47\xe6\x08\xfa\xfd\ \x55\x26\x42\xe4\xf2\xf9\xe7\x9e\xbf\x74\xee\xcc\xd1\xf1\x71\xa7\ \xd3\x79\xe7\x3b\xdf\xdd\x6a\xb5\x84\xe0\x8d\x4d\x77\xed\xda\xf5\ \x17\x2f\x5f\x96\x4a\xdd\xbc\x79\xf3\xd6\xad\x9d\x7b\xef\xd5\x44\ \xf4\xe4\x93\x4f\x4a\x29\x07\xab\xab\xf3\xd9\xec\xca\x95\x2b\xd6\ \x9a\xad\xad\xcd\x38\x89\x69\x8d\x16\x8b\xc5\x64\x32\x41\x44\x21\ \x44\x63\xe6\x44\x51\x94\xc4\x49\xab\xd5\xfa\x2e\xf8\x59\x1c\xd9\ \xd9\xe5\x8d\x83\xc3\x83\x90\x85\x09\xa8\xc1\xfa\xd9\x83\x83\x03\ \xe7\x9c\xb5\x36\xe8\x85\x49\x1c\xfb\xb6\x2b\x8a\x1c\x39\xd7\x65\ \xbd\xdc\x5b\xca\xf2\x2c\x6d\x87\xce\x7b\x22\x92\x52\x1a\x63\x19\ \xc0\x52\xaf\x53\x2c\xe6\xc0\x38\x23\x0b\x40\xce\x18\x19\x70\x9d\ \xcf\x0f\xab\x82\x07\x8a\x81\x5d\x4c\xc7\x8c\x6c\xb7\x15\xa7\x71\ \xb8\x7f\xf3\x9a\x0c\x02\xe7\x5c\xc6\x31\x6d\xc5\x55\x9e\x91\xb7\ \xf7\xde\x73\x4f\x36\x9d\x8c\x8e\x0e\x00\xc8\x9a\x5a\x30\xe0\x0c\ \x39\x63\xad\x34\xe1\x5c\x04\x92\xa7\xed\x96\x31\x9a\x09\x51\x95\ \x25\x17\x22\x69\xc5\xba\x56\xd9\x62\xb1\xbc\xbe\x52\xd5\x25\x13\ \x5c\xc4\x56\x49\xc6\x9c\xd0\xe8\x09\x1c\x86\x72\x79\x73\x65\x20\ \xf0\x70\x6f\x44\x44\x8c\xb1\xd5\xd5\x55\x63\x8c\x14\x8c\x31\xc6\ \x39\x6f\xa6\xc5\x03\xf8\xe5\xe5\xe5\xba\xae\x8d\x31\x4a\x29\x44\ \x0c\x82\xa0\xf1\xc5\x8c\x31\x52\x29\x86\xc2\x18\xe3\x9c\xa3\x13\ \x67\xcd\x21\x32\x29\x04\x11\xe5\x45\x19\x45\xe1\xe9\x58\xb8\xef\ \x2d\xe6\x61\x4c\x24\x49\xe8\xbd\x6b\xdc\x08\x44\x38\x77\xf6\xdc\ \xf1\xd1\xa1\xf7\xbe\xdb\xe9\x8c\x27\x93\x95\x95\xb5\x4e\x7f\x29\ \xb0\x44\x79\x25\x10\x8d\xab\x35\x58\x02\xaf\x38\x57\x84\x14\x06\ \x85\x31\xd6\x59\xf2\x44\x00\x8e\x1c\x11\x10\x90\xf7\xde\x7b\x4f\ \xe4\x9b\x33\xc9\xdf\x66\x9c\x86\x7a\x08\xd1\x7b\xdf\x98\x4f\x40\ \xfc\x1b\x3d\xac\x13\x23\x9a\xb1\x86\x62\x38\x30\xce\x51\x0a\xc6\ \x39\x37\xce\x7a\x00\x42\x86\x8c\x11\xa2\xf5\x5c\x04\x52\x85\x81\ \x54\x02\xbd\x07\xce\x8d\x07\x21\x05\x97\x92\x40\xc4\x51\x2c\x95\ \x52\x4a\xf5\x7a\xbd\x24\x89\xc3\x30\xb0\xd6\x36\xd7\x31\xc6\x2c\ \x2f\x2d\x25\x49\xc2\x39\x8f\xe3\x28\x8e\xe3\xf1\x78\x6c\x8c\xd9\ \xd8\xd8\x58\x5e\x5a\x3a\x3c\x38\x48\xd3\xf4\xde\x7b\xef\x5d\x5b\ \x1b\x44\x51\xd4\x3c\x0e\xcb\xcb\xcb\x8d\xc3\xd5\x04\x1f\x18\x63\ \xec\x55\xd3\xb7\xbf\x23\xde\x41\xa0\x00\x58\x2a\x43\xc1\x44\x27\ \x8c\xc1\x91\x2b\x2a\xce\x39\x07\xc6\x8d\xe7\xc6\xc7\xad\xc8\x39\ \xc7\x19\x9b\x4e\xa6\x4b\xdd\x5e\x99\x17\x49\x98\x18\x6b\x8c\xb3\ \x48\x08\x04\xe0\x6d\x1c\xa8\x7e\xb7\x53\x69\x5d\x94\x39\xe3\x02\ \xac\xf3\x20\x39\xe3\xb6\x2e\x1d\x43\x5d\xe4\xaa\xd3\x8e\xda\xad\ \x40\x20\x7a\x2b\x90\x02\x8e\x0e\x59\x36\x1d\x73\x86\x4a\x48\x53\ \x57\xdd\x76\x2b\x8e\xa3\xaa\x2a\xc9\x7b\xf2\x96\x21\x12\xa1\x35\ \x46\x1b\x4d\x56\x1b\xe7\x18\xf3\xc0\x5c\x5d\x6b\xa1\x98\x23\x5d\ \xd5\x50\x56\x15\x29\x54\x89\x9a\x67\x53\x8e\xd4\x6d\x05\xde\x51\ \x6d\xc9\x31\x4f\x48\x15\x99\xf1\x6c\x6a\x6c\x5d\x15\x86\x73\x2e\ \x84\x90\x52\x2e\x16\x8b\xd5\xd5\x55\xa5\x14\x00\x94\x65\xd9\x98\ \xd9\x4a\x29\x63\x4c\xab\xd5\x22\xa2\x3b\x06\xa4\x52\xca\x5a\x6b\ \x74\x2d\xb8\x8b\xc2\x80\xb1\xd0\x5a\x53\xd7\x1a\xb9\x70\xce\x21\ \x7a\x68\x26\x9d\x7b\x77\xfa\x28\x7f\xaf\xb9\x5a\x18\x45\xa1\x73\ \xae\x79\xd2\x91\xc1\xe6\xe6\xe6\x97\xbe\x24\x16\x8b\xc5\xc6\xc6\ \xe6\xe1\xd1\x31\x30\xde\xe9\xf5\xcb\xe3\x09\x17\x02\xc9\x73\x60\ \x0a\x05\x81\x13\x48\x92\x00\x05\xf7\x00\x06\xd0\xa3\x23\x00\xeb\ \x89\xc8\x7b\x02\x8f\xe0\x11\x1c\x23\x00\x24\x0f\x08\x84\x80\x88\ \xc8\x11\xc8\x83\xff\xea\x24\x5f\xc2\xaf\x0f\xec\x50\xc3\x3d\x88\ \x9c\x21\x78\x40\x24\xce\x38\x30\x22\x46\xa4\x38\x23\x07\x86\x08\ \x19\x43\x14\x96\x88\xc0\x33\x44\x00\x6f\x8d\x75\xe4\x85\x10\x88\ \xc4\x10\x39\x82\xb6\xa6\x89\x72\x7a\xef\x93\x24\x09\xc3\x00\x11\ \x19\x43\x44\x46\x44\xe7\xce\x9d\x6b\xb7\xdb\xc7\xc7\xc7\xab\xab\ \xab\x69\x9a\x96\x65\xa9\x94\x7a\xe4\x91\x47\x94\x52\x4a\xa9\x8b\ \x17\x2f\xae\xac\x2c\x6f\x6e\x6e\x11\xb9\xc6\xba\x69\xce\x60\xe7\ \xdc\xab\xc3\xa3\xdf\x9d\xb8\x32\x11\x09\x21\x5a\x51\x02\x5d\x90\ \x42\x06\x22\x08\xa3\xf0\xdc\xf6\xb9\xd1\x78\xc4\x19\x27\xa2\x56\ \xd2\x72\xe0\xcb\x2c\x4b\x5a\xad\xc9\x78\x7c\xe6\xcc\x99\x5b\x3b\ \x3b\x0c\xd1\x39\xc7\x91\x59\x6b\x43\xa5\x94\x14\x65\x91\x29\xc5\ \x39\x53\x69\x12\x59\xe7\xd3\x34\x1d\x4f\x26\x4a\x05\xde\x47\x55\ \x5d\x45\x41\x10\x49\x34\xa6\x0e\x38\x7c\xf8\x47\x3e\x70\x7c\x74\ \xf4\xd1\xdf\xfc\x2d\xce\x99\x60\x9c\x23\x77\xb6\x06\xf2\x00\x14\ \x85\x4a\x72\x0e\x1c\x39\x57\xc6\x18\x22\xe2\x82\x73\xa1\x6a\x5d\ \xc5\x51\xb4\xb6\xb6\x8a\x88\xd7\xae\xdf\xb4\xd6\x10\x62\x65\xac\ \xb6\xb4\xba\xb1\xae\x38\x47\x53\x0f\x5a\x69\xb7\xd7\x2a\x0a\x3d\ \x85\x6a\x51\xe8\xd2\x99\x28\x8e\xd2\x56\x6b\x3c\xae\xa5\x94\x42\ \x08\xc6\x58\x18\x86\xc6\x98\xc6\x42\x6e\x2c\x1a\xa5\x94\x73\x2c\ \x8a\x22\x6b\x6d\x18\x86\xf3\xf9\x9c\x73\xde\xdc\x9b\x86\xef\x05\ \xe7\xfd\x6e\x37\x49\x12\x2e\x78\x59\x94\x55\x55\x09\x29\x75\x5d\ \x0b\x29\x19\xe2\x74\x3a\xed\xf7\x7b\xa7\xb3\x99\xbe\xb7\xfc\x2c\ \xce\x59\x9a\xb6\x9a\x63\x9c\xc0\x39\xe7\x96\x97\x97\x57\x56\x06\ \x93\xc9\xec\xec\xd9\x73\x82\x4b\x6b\xfd\xd2\xd2\xca\x8d\xa3\x71\ \xa4\x02\x57\x97\x4a\x4a\x87\xce\x03\xa1\xb3\x9c\x48\x72\xf4\xc4\ \xb9\xf7\x0e\xc9\x03\x71\x64\xce\x13\x21\x38\x8f\xd6\x13\x23\x20\ \x8f\x0e\x11\xc0\x03\x78\x42\x24\x04\x8e\x88\x04\xe0\x3d\x00\x39\ \x02\x44\xfa\x86\xa7\x90\x00\x08\x91\x10\x3d\x12\x47\x60\x1c\x09\ \xbd\xe5\xc8\x14\x07\xe2\x84\x1e\x90\x33\x10\x92\x8c\x73\xe4\x10\ \x9b\xd8\x34\x49\x25\xa5\x12\xb6\xac\x1b\x4b\xdc\x18\x4b\x44\x8c\ \x09\x22\x08\x82\x10\x91\x7b\x4f\xcd\x1b\x45\x84\xb3\x67\xcf\x9e\ \x39\x73\xe6\x2b\x5f\x79\xae\x71\x9d\x8a\xa2\xd0\x5a\x1b\x63\x38\ \xe7\x51\x14\x1d\x1f\x1f\x3b\xe7\xa5\x94\x75\x6d\x39\xe7\x9c\xf3\ \xaa\xaa\x9a\xef\x36\x8c\xd3\xf0\x26\x01\xe1\x6b\x18\x3f\xf9\x1a\ \xec\x1d\x64\x5e\x88\x95\x8d\xf5\xb3\x67\xcf\xcd\x66\x33\xce\xf9\ \x43\x8f\x3e\xba\xbb\xbb\x0b\x40\x75\x5d\x5b\x6b\xcb\xaa\x14\x81\ \x92\x81\x6a\xa7\xdd\x76\xda\x15\x5c\x2a\x15\x06\x41\x24\x03\x75\ \x74\x78\x38\x18\xac\x6d\x6e\xae\xb7\xdb\xed\x20\x08\x8e\x8e\x0e\ \xfb\xfd\xa5\x26\x8e\xb5\xbf\xbf\x5f\x96\xe5\x95\x2b\x57\x92\x40\ \x46\x51\xa0\x04\x0b\x64\xc8\x11\x86\x47\x87\x79\x9e\x25\x51\xa0\ \x94\xcc\xb2\x92\x4b\x1e\x85\x01\x79\x0a\x04\x4f\xe2\x28\x8c\x82\ \xb2\x28\x18\x63\x67\xcf\x9e\xad\xaa\x6a\x38\x1a\x69\x63\x43\x95\ \xbe\xe5\xcd\x67\x2e\x9c\x3f\x4b\xe4\xc9\xc2\x3c\x2f\x1c\x01\x0a\ \x59\x19\xb7\x75\xe6\x22\x18\x37\xdf\xdb\x5b\x8f\x5a\x2b\x71\x7b\ \x7f\x31\x9c\x17\x55\xbf\xd5\x73\x5c\x79\xb0\xdd\xb8\x15\x71\x3e\ \x9a\xe6\x8d\x89\xd8\xd8\x38\x45\x51\xdc\x31\x6b\xa3\x28\x92\x92\ \x1b\x63\x9a\x39\x27\x49\x72\xe2\xbb\x86\x61\xd8\x4c\xbf\xe2\x8c\ \xf5\x97\xfa\xd6\x5a\xad\x75\x18\x85\xab\x6b\xab\xf3\xf9\xfc\xa8\ \x2c\xc0\x10\xe3\xdc\x93\x3b\x1d\xbe\xfa\x3d\xe8\x67\xb1\xa4\x15\ \x35\x0f\x92\xf3\xce\x59\xb7\xb4\xb4\xb4\xbd\xbd\xfd\xe2\x8b\x2f\ \x1a\x63\x3b\x9d\x9e\xf5\xbe\xd5\xe9\x32\x2e\x39\x63\x60\x35\xe3\ \x9e\xc8\x81\xf7\xcc\x5b\x46\xc4\x91\x47\x92\x55\xd6\x32\xf4\x80\ \x68\xc1\x5b\x24\x0f\x80\x08\x9c\xa1\x07\x6e\x2c\x78\xeb\x11\x88\ \x73\x0e\xe8\x8d\x23\x8e\xe0\x6f\x53\x0d\x43\x80\x93\x44\x52\x43\ \x0a\xfe\x24\x65\x44\x9e\x21\x97\x42\x78\x42\x46\x18\x30\xe6\x5c\ \x21\x08\x02\x64\x42\x52\x65\x3d\x0a\x24\xce\xbc\x23\x0f\x84\x00\ \xce\x18\x9e\xc4\x71\x14\xc9\x30\xa8\xb5\x23\x72\x0c\x95\xb7\x96\ \x21\xa8\x40\x01\x60\x14\x45\x0d\xcf\xde\x19\x64\x68\x8c\xb5\xd6\ \x19\xa3\x9b\xc7\xa1\xb1\xfa\x1b\x0e\x0a\x82\x40\x08\xc1\x39\x6f\ \xac\x9b\x3b\xa6\x8d\x52\xca\xdf\x06\xe7\xbc\x71\x4c\x09\xbe\x1b\ \x7e\x96\x23\x0f\xb1\x7a\x79\xf7\xe6\x71\x3e\x63\x8c\x6f\x6c\x6e\ \x7c\xfe\xd9\x2f\x31\xce\xbb\x9d\x2e\x8f\x03\x46\x2a\x52\xbc\xbb\ \xd4\xf3\xde\x6f\x6e\x6f\x25\x69\xba\x7d\xee\xec\xfa\xf6\x56\x2b\ \x4d\x19\xe2\x70\x34\x22\xa2\xe5\xa5\x7e\xbb\xd3\xd6\xba\xf6\xde\ \x7f\xf0\x83\x1f\xbc\x7c\xf9\xf2\x74\x3a\xdd\x58\x5f\xbb\x76\xed\ \x5a\x27\x6d\x39\xef\xb7\x37\x37\xd7\xd7\xd7\xf7\xf6\xf7\x38\xd2\ \x8b\x2f\x3c\x77\x74\x74\x14\x28\xa5\xb5\x0e\x03\xce\x10\x38\x82\ \x71\xb6\xae\x4a\x24\x9f\xc6\x31\x38\xc7\x85\x78\xf8\x91\x47\xae\ \x5e\xb9\xb2\xbf\xbf\x2f\x98\xec\xa5\x2b\x83\xfe\xca\xc1\xad\xa3\ \x6e\xb7\xbd\xb9\xb2\xe9\xf5\xbe\x01\xd6\x5b\x19\x4c\xb3\x32\xcf\ \x3d\x1a\x5f\x8c\x8e\x3f\xf4\xde\x1f\x5c\x69\xb7\x5e\x56\xd7\xc1\ \x88\xc3\xda\x58\x70\x51\xa8\xd0\xba\xd9\xd1\xb1\x88\xdb\x5a\xeb\ \xa5\xa5\xa5\x26\x15\xd5\x6a\xb5\xd2\x34\x6d\xc2\x75\x4a\xa9\x28\ \x0a\x11\x61\x6b\x6b\x6b\x38\x1c\x4a\x29\xc3\x30\x44\xc4\x34\x4d\ \xa3\x28\x9a\xcd\x66\x8d\x7b\x66\x9d\x43\xc6\xb4\x31\xfb\x87\x87\ \xed\x34\x1d\xac\xae\x4a\x29\xc3\x28\xb2\xc6\x0c\x56\x57\xef\x18\ \xa2\xa7\xf8\xde\x88\x2b\x23\x08\xc1\xbc\x27\x00\xe4\x9c\xa1\x92\ \x41\x10\x0c\x06\x83\x97\x5e\xbc\x9c\x2d\x8a\x24\x69\x4d\x47\x87\ \x2b\xed\xb4\xd5\xe9\xd8\xc9\x44\x29\xe5\x74\xce\x19\x09\xce\x18\ \xa0\xb0\x4e\x22\x28\xe6\x54\xcc\x8d\xa5\xb2\xae\x09\x1c\xe3\xcc\ \x11\xa1\xf7\xc4\xc0\x3b\x00\x86\x0e\x00\x80\x82\x40\x3a\x47\x26\ \xcf\x1d\x22\x78\xa2\x13\xc6\x00\xc6\xd0\x7b\x9f\xc4\xb1\x36\xba\ \xae\x35\x62\x93\x9c\x46\x00\x12\x82\x79\x87\xcc\xfa\x48\x32\x47\ \x3e\xe2\x3e\xe2\x35\x08\x06\xde\x3a\xd0\xc6\x82\x62\xca\x02\x72\ \x86\x40\xc0\x11\xe3\x38\x4a\xbb\xdd\xac\xa8\xc8\xb9\xa0\xa5\x26\ \x93\x19\x02\x04\x32\xd4\xda\x4a\x19\xe2\x49\xcc\x1a\x9b\x7c\x9a\ \x10\xc2\x18\x67\xad\xd3\xba\xae\xeb\x9a\x31\xe6\xbd\x37\xc6\x74\ \x3a\x9d\xaa\xaa\x6e\x47\x36\x19\x11\xf7\xde\x37\xba\x96\x3b\xd2\ \x93\x13\x85\x01\xbc\xd6\x43\x56\xbc\x96\x3b\x21\xe2\xd8\x71\x7e\ \x38\x9d\x4a\x21\x7b\xab\xab\xc3\xf9\x62\x3e\x9f\x1b\x73\x25\x08\ \x82\x38\x89\x07\xdd\xbe\xab\x2a\x44\x34\xcf\x7e\xe5\xb1\xb7\xbe\ \x35\x2f\x6b\x44\x7c\xe5\xea\xb5\x20\x0c\xbd\x73\xd6\xda\x30\x8c\ \x26\xb3\x99\xf7\x3e\x90\xea\x77\x7f\xf7\x77\x6f\xde\xbc\x59\xd7\ \xd5\x78\x34\xaa\x8a\x22\x69\xb5\x82\x20\x68\xa5\x2d\x4f\x3e\x89\ \x63\xce\xb9\x92\x32\x0c\xc3\x40\xa9\x24\x49\xe6\xb3\x59\x1c\xc7\ \x4b\xbd\x5e\x51\xe4\x51\x20\x91\x7c\x14\x04\x08\xe4\x89\x9e\x79\ \xfa\xe9\xb2\x2c\x1b\x33\x6a\x7d\xb0\x1a\x08\x3e\xd7\x86\x5b\x07\ \xc6\x86\x52\x4c\x8e\xc6\x45\x65\x0d\xb1\x74\x29\x4c\x93\xf8\x47\ \xde\xff\xde\x07\xcf\x9e\x5b\xef\x74\x12\x11\xe6\x8e\x8d\xaf\xde\ \x98\x56\x45\xab\xb3\xc4\x10\x8d\xd6\x8e\xd5\xad\x56\xb2\xba\xba\ \x9a\xe7\x79\x92\x24\x59\x96\x11\x51\xa7\xd3\x09\xc3\xb0\xae\xeb\ \x30\x0c\xa2\x28\x6c\x4c\x4d\xad\x75\x55\x55\x2b\x2b\x2b\x8d\xeb\ \xeb\xbd\x57\x4a\x1d\x8f\xc7\xd6\x5a\x29\xa5\xd6\xba\xae\xeb\xb2\ \xae\xa5\x94\x51\x14\x0d\x27\x93\x6e\xb7\x93\xb4\x52\xa2\x53\x3f\ \xeb\x7b\x8f\x7f\xe0\x76\xc6\x1b\x00\x39\xc7\x73\x67\xcf\x7f\x4e\ \x3c\x51\x96\x55\xaf\xd7\x77\x1e\x19\x13\x49\x92\x8e\x47\x63\xc5\ \x08\x00\x18\x52\x1c\x29\x45\x5c\xcf\xe7\x01\x07\x11\x58\x21\x65\ \xa5\x81\xbc\xb5\x04\x96\x08\x9d\xb3\xde\x3b\x22\x67\xad\xb6\xe0\ \x3d\x12\x40\x91\x17\xd6\x59\x6b\x9d\x23\xf2\x80\xbe\xb1\x2e\x10\ \x11\x90\x81\xf7\x4e\x23\x39\x8e\xde\x7b\xe2\x0c\x84\xe0\x08\xbe\ \x2a\x33\x06\x82\x11\xf8\xca\x77\x62\x8c\x03\x1a\x2c\x87\xdb\x9b\ \xdb\x57\x77\x8e\x0e\xc6\x65\xa6\x0d\x02\x70\xd6\xb8\x41\x58\xd5\ \xe5\xe6\xfa\x7a\x98\x24\x57\xaf\x5d\x4f\xd2\x8e\x10\x5c\x0a\x0e\ \x44\x5a\x1b\xef\x3c\x79\x02\x04\xc6\xc0\x7b\xe0\x0c\x9c\x03\xef\ \xfc\xc1\xfe\xd1\xcd\x9b\x37\x87\xc3\x63\xad\x75\xab\xd5\x6a\xd2\ \xe4\x0d\xbc\xf7\xe3\xf1\xb8\x2c\x0b\xef\x1d\x7d\x2d\x6e\x87\xcc\ \xc9\x18\x23\x84\x58\x5e\x5a\xfe\x4e\xf3\xe8\x8d\xa9\x59\x14\x85\ \x73\x8e\x33\x1e\xc7\x71\x43\x81\xd6\x5a\x44\x64\x8c\xd5\xb5\x06\ \x86\xf3\x3c\x63\x9c\xd7\xfb\xfb\x6f\x26\x3f\xcf\xb3\xba\xd6\x51\ \x1c\x1d\x1c\x1d\xed\xed\xed\x29\x29\x67\x8b\xac\xae\x6a\x15\xa8\ \xba\x2c\xfb\xbd\xee\xea\xda\x7a\x1c\x45\x9f\xfc\xe4\x27\x6a\x63\ \xec\x6c\xba\xb5\x7d\x76\xef\xe0\x10\x01\x06\x83\x81\x0a\x23\xeb\ \xc9\x13\x38\x02\x86\x4c\xa8\x80\x09\x11\x87\x41\xa8\x44\x9a\xc4\ \x40\x94\x24\x51\xb7\xd7\x01\x64\xb5\xb1\x4a\xa9\xa4\xd5\xee\x74\ \x3a\x81\xf0\x02\xc9\xeb\x45\xb1\x30\x82\xac\x2e\x26\x81\x70\x32\ \xc0\xc2\x61\x10\x08\x0b\xa6\x1d\x07\x79\x36\xb7\x51\x38\x3c\x3c\ \x9c\xcf\xa6\x06\x7d\xcd\xc8\x48\x2c\x9c\x56\x71\x34\x29\xaa\xc1\ \x60\xa5\xd3\xe9\xe4\x79\x2e\xa5\x8c\xe3\x58\x08\xb1\x58\x2c\xa2\ \x28\x62\x8c\x59\x6b\x93\x24\x99\x4c\x26\x44\x54\xd7\x75\x1c\xc7\ \x55\x55\x35\x33\x27\xb5\xd6\x17\x2e\x5e\x9c\x2c\xe6\xf3\xf9\xc2\ \x39\x27\x02\xa3\xa2\xb8\xaa\x4a\xe0\x82\x18\xab\xad\x8b\xd3\x36\ \x13\xe2\x34\x9f\xf5\x3d\x4a\x3a\xb7\xcf\x5d\x04\x82\xf5\xf5\x8d\ \xfe\x52\xbf\x2c\xab\xf5\xf5\x08\x39\x37\xce\x27\x69\x3a\x06\x04\ \x24\xc6\x19\x00\xd9\xba\x8e\x23\x19\x44\x41\x24\x59\xd2\x22\x00\ \x08\x24\x12\xb1\xda\x40\xa9\x2d\x11\x08\x46\xe0\x08\x10\x11\x08\ \x91\x71\x04\xa3\xb5\x75\x8e\x21\x32\x2e\x2d\x78\x74\xe4\xa1\x09\ \x2d\x7b\xef\xbd\xd6\x15\x00\x12\xf9\x13\x35\x18\x79\x40\x64\x8c\ \x05\x82\x05\xe4\x23\x49\x89\xf2\x9d\x18\x1e\xb8\xb8\xf9\xf8\x8f\ \xff\xd8\x67\x3e\xfe\x7b\x4f\x3c\xf5\x0a\xe4\x54\xd4\xc6\xca\x70\ \xb0\xb6\x26\x85\xc8\xe6\x8b\xa7\x9e\x7a\x2a\x6a\x25\x55\x55\x26\ \xc6\x38\xdb\x24\x42\x74\x13\xb8\x29\x8a\xe2\x60\x7f\x98\xe7\x79\ \xa7\xd3\xe9\x76\x3b\x8b\xc5\x62\x36\x5b\x34\xd1\x0f\xce\x79\x18\ \x86\x8d\xb7\xd5\x6e\xb7\x11\xb1\x09\x7a\x8e\x46\x23\x63\x0c\xe7\ \x5f\xd5\xd9\xde\xe1\x97\xc6\x02\x2a\xcb\xf2\xcc\xf6\x99\xaf\xda\ \x3e\xdf\x89\xbd\xe3\x9d\x77\xa5\x4e\x54\x14\x85\x61\xbb\xdd\x96\ \xc0\xd2\x30\xe1\x0e\xaa\xaa\x9a\x8f\x26\x9d\x76\x07\x01\x2a\x6b\ \x02\x86\xb5\x73\x51\x9a\xae\x0c\x06\xb7\xf6\x76\x46\xb3\x49\x69\ \xea\x30\x4d\xb4\xd6\x84\x22\xed\xb6\xf2\x6c\x1e\x44\xb1\x0c\xa3\ \x45\x56\x54\x55\xfd\x81\x0f\x7c\xb0\xae\xab\xf1\x78\x54\x55\x55\ \x55\xe9\x30\x0c\x8b\xa2\xb4\xce\x9d\x3b\x77\x3e\x6d\xb7\x95\x54\ \x4a\xa9\x95\x95\x95\xd1\x68\xd4\x92\x58\x97\x25\x67\xc8\x90\x84\ \x10\x40\xa0\xb5\x5e\x5a\x59\xd9\xda\xda\x96\x41\x78\xb8\xbb\x53\ \x66\xc7\x49\x1c\xbc\xfd\x2d\xf7\x73\xf4\x37\x6f\xde\x98\x25\x7c\ \x69\xd0\xcd\x2d\xd6\xd3\xfc\xc2\xb9\xb5\x92\xca\xab\x07\x3b\x57\ \x0e\x8f\x9f\x13\xf2\x78\x96\xd5\x51\x1c\x2d\xb5\xcd\x78\x14\x2d\ \xf7\xcc\x62\x12\xb4\x93\xb5\x76\xd8\xef\xf7\xad\xb3\x42\x88\x30\ \x0c\xab\xaa\x5a\x5b\x5f\x13\x5c\x34\x31\x7f\x64\xc0\x18\xce\x66\ \xb3\xa5\xa5\xa5\xc5\x62\xe1\xbd\x6f\xfe\xce\xf3\xbc\x2c\x4b\x20\ \xf0\xc0\x64\x10\xd5\x59\x1e\xb7\x3a\xc6\x58\x42\xd1\x04\xf9\xb9\ \x0c\xbb\xfd\x15\xeb\xe8\xee\xc4\xca\x8d\x5e\xb1\x51\xca\x7e\x1d\ \x9a\xb9\xba\xb7\xef\x2e\x22\x22\x43\x64\x9c\x21\x62\x13\x0e\x3f\ \xd1\xad\x22\x20\x60\xb3\x7b\x10\xf1\x44\xb4\x76\xfb\x4c\xbd\x1d\ \x05\x84\xd9\x6c\xd6\x78\x17\x8c\x31\x21\x64\xa3\x37\x11\x42\x58\ \x6b\x81\x3c\xe3\x22\x50\x8a\x5e\x95\x5a\xf1\xfe\xe4\x49\x68\x2e\ \xdc\x08\xc6\xbe\xd1\xc2\x26\x20\x84\x3b\xaf\xa2\xd1\xcf\x11\x9c\ \x88\xbf\x09\x00\x89\x48\x6b\xed\xa9\xb9\xe0\xc9\x61\x4f\xd4\xa8\ \x7d\xf1\x8e\x26\xfe\xd5\x0b\xf2\xcd\x08\x02\x3b\x9d\xf6\x37\x6e\ \x74\x22\x5a\x2c\x16\xdf\x19\xe3\xdf\x91\xa1\x13\x01\x2a\x25\xce\ \x9d\x3b\xf7\xd4\x53\x4f\x13\x51\x14\xc5\x45\xad\xa3\x28\x89\xa2\ \x44\x92\x26\x34\x88\x82\xa3\xf7\x46\xb7\x42\x15\x0b\x5c\x5f\x95\ \xf7\x3e\xfa\xd6\xa2\xa8\x9f\xfc\xdc\x93\xe3\x59\xce\x0a\x44\xe6\ \x01\x39\x73\xc0\xac\x27\x24\x0e\xdc\x7b\xef\x81\xb8\xe7\x04\x08\ \x8c\x33\x4f\x8e\x39\xeb\x89\x10\x39\x11\xa2\x23\x22\xc6\x51\x20\ \xbf\xf3\x54\x33\xce\x15\x17\x1c\x49\x31\x97\x04\x10\x0a\xdb\x6b\ \x85\xbd\x94\xa3\x59\x28\xaa\x23\xe1\x42\x01\x00\xdc\x32\x1e\x86\ \x81\x94\xa2\xd3\x49\xf3\x62\x91\x95\x45\x92\xb6\x95\xe0\x70\xa2\ \x33\xb6\x9c\x4b\x22\x98\x4c\xa6\xcf\x3f\xff\xc2\xee\xee\x2e\x00\ \xac\xac\x0c\xf2\x3c\xbb\x79\xf3\xe6\x62\xb1\x28\xca\x45\xa3\x47\ \xd3\x5a\x5b\xeb\x38\x67\xd6\xda\x46\x37\xd3\x58\x3d\x8c\x9d\x68\ \xf7\x9b\x57\x75\xfb\xc6\x91\x73\x2e\xcb\xb2\x45\xb6\xf8\xee\xf0\ \x0e\x91\x77\xda\x0a\x60\x93\xe3\xf1\xf0\xf0\x38\x0a\xa3\x28\x8a\ \xf6\x77\xf6\x00\x20\x8e\x63\xc5\x64\x9e\x15\xc0\xb0\xb6\xa6\x2e\ \x8b\xca\xd4\x71\x27\x2d\xaf\xeb\x67\x9e\x79\xa6\x3f\x58\xc9\x16\ \xf3\x56\xab\x35\x99\xcd\x18\xcf\x24\x67\x8b\xac\x5c\x5a\x5e\x96\ \x82\x5f\xbf\x7e\x95\x0b\xfe\xc3\x3f\xf4\xfe\x27\x9e\x78\x62\x77\ \x77\x6f\xbe\x28\x3b\xdd\xa8\xaa\x2a\x00\x36\x58\x5d\x05\x64\x5a\ \xeb\x0b\x17\x2e\x48\xa9\x86\xe3\x89\xb1\xa6\xaa\x2b\xf2\x5e\x4a\ \x79\xb0\xb7\x27\x82\xa0\xdb\xeb\x07\x41\x70\xef\xbd\xf7\x3e\xf0\ \xe0\xc3\x7f\xf0\x7b\x9f\x38\xb8\xf6\xbc\xb7\xa6\xdd\x0d\xbb\x69\ \x7c\xf6\xdc\xea\xca\xcb\x57\x32\xed\x59\xdc\x39\x98\xe4\x5c\xc1\ \x8d\xfd\xdd\x3e\x87\xa4\xdd\xba\x75\x75\xe7\x70\x5e\xc6\x67\xa3\ \xfe\xe6\xfa\x7a\xb7\xd5\x5a\xee\x4d\xab\xc5\xf9\xfb\x2e\xf5\x93\ \x01\x22\xe4\x45\xd1\x6e\xb7\xa5\x90\xbd\x5e\x2f\xcf\xf3\x7e\xaf\ \x37\xcf\xf3\xd9\x6c\xd6\xed\xb4\xc3\x6e\xb7\xdf\xeb\x21\x62\xb6\ \x58\x74\x3a\x9d\x86\x56\x9c\x73\xed\x76\xbb\xaa\x2b\x60\x02\xb9\ \x1f\x4f\xa6\x71\xab\x95\xa4\xd1\xe6\xf6\x36\x63\xec\xc9\x27\xbf\ \x34\x9b\xcf\x98\x54\x41\x18\xd2\x5d\xe5\xb3\x92\x24\xf9\x7f\xfd\ \xc2\x3f\x7e\xea\xa9\x67\x38\x63\x00\xcc\x53\x63\xcf\x83\xf3\xee\ \x4f\xfd\xe9\x9f\x7a\xf8\xe1\x07\xa7\x93\x31\x11\x39\x6b\xcb\xaa\ \xce\x16\xd9\x70\x38\xce\xb2\x6c\x77\x77\xcf\x5a\x1f\x45\xb1\x94\ \xd2\x68\xed\x9d\x89\xa2\xf8\xf8\xf8\x58\x6b\x9d\xa6\x69\x23\x7b\ \xad\xaa\x2a\xcb\x16\xd6\x39\x2e\x44\x14\x86\xff\xe0\x1f\xfc\x1f\ \x94\xe4\xce\xea\xf1\xf8\xf8\xf9\x67\x5e\x58\xee\xf5\x95\x52\xd7\ \xae\x5d\xbb\x78\xf1\x3e\x11\x46\xbb\xb7\x6e\x7e\xfe\xb3\x9f\x61\ \x40\x4a\x0a\x60\x1c\xb8\x4c\x7b\xcb\x8b\xa2\x5e\xe4\x65\xbd\x28\ \xe6\xd3\xd9\xd2\x4a\xcf\x93\x75\x64\xbc\xb7\x04\x24\x18\x03\x40\ \x20\x12\x4c\x90\xf3\x8c\x33\xe7\x7c\x6d\xb4\x94\x22\x8c\x62\x62\ \x18\x04\x4a\x48\x69\xad\x4b\x14\xbe\xfb\x9d\xef\xe8\x74\xfa\x61\ \xd2\x4e\xd3\x25\xe4\x3c\xcb\x32\x29\x05\x90\xad\xab\x42\xd7\x15\ \x57\x02\x11\xb9\x90\x00\xc0\x19\x0f\xc3\x08\x9a\x38\x48\x13\x76\ \x74\x4e\xca\xc0\x18\xf7\x77\xfe\xce\xdf\x9d\xcd\xe6\x4d\xf8\x03\ \xf1\x44\xc3\xa9\x94\xfc\xfb\xff\xc5\xdf\x0f\x82\xe0\x6e\xa9\x87\ \xee\x50\x4f\x43\x3f\xde\xd3\xc6\xc6\xe6\xe7\x3f\xff\x85\xb2\xac\ \xc3\x30\x2a\xa6\xa5\x0a\x82\xa4\x95\x08\x83\x4e\x9b\x6e\xa7\x9d\ \x84\x2c\x1f\x1f\xa7\xa1\x4c\x03\x3e\x58\x82\xd6\x7d\xe7\x5b\xc4\ \xee\x39\x3c\x78\xe1\xf2\x0d\xeb\x81\xd0\x03\x78\x34\x44\x0e\x18\ \xf3\xe0\xc8\x7b\x2f\x90\x21\x47\x4b\x44\xde\x21\x20\x67\x8c\x31\ \x20\xe4\x48\xd6\x39\x20\xef\x19\x32\x64\xc8\x18\x03\x22\x4f\xc4\ \x10\x19\x63\x1c\x29\x92\x42\x72\x2b\xd0\x0b\xb0\x47\xbb\xd7\xbf\ \xf4\xdb\xd3\x83\x51\xc6\xd1\x31\x4f\xa1\x50\x33\xe3\xc6\xa3\x71\ \xa7\xdd\xe2\xa1\x72\xce\x01\x43\x6b\xac\x73\xde\x59\xdb\xf8\x4b\ \xce\x59\x63\x74\x5d\xd7\x55\x55\xd5\x75\xbd\xbb\xbb\x33\x9b\xcd\ \x94\x92\xc7\xc7\xc7\x55\x55\x13\x98\xaa\x2a\x1a\x5a\xd1\x5a\x33\ \x86\xd6\xba\xc6\xb4\x71\xce\x09\xc1\xad\xd5\x88\x9c\x31\x6c\xc8\ \xe8\x8e\x63\x44\x44\x65\x59\x36\xf2\xe5\xef\x02\xef\x30\x00\x57\ \x65\x91\x52\xd3\x6a\x61\xb4\xb6\x75\xd1\xef\x9e\xed\xb5\x5b\x59\ \x91\x7b\x6b\xb2\xc5\x8c\x5c\x7d\xcf\xc5\x33\xce\xd7\x97\x5f\x79\ \x41\x4f\xf6\x5a\x5c\xba\xc2\xc4\xa2\xed\x6b\x34\x65\x3d\x47\x97\ \x1d\x4d\xda\xbd\x16\x4f\xd8\x74\x31\xbd\xf9\xc9\x97\x3b\x41\x3b\ \x20\x35\xba\x71\xb0\x7b\xed\x95\xdd\xe1\xcd\x3c\xb7\x9d\x78\x85\ \xbc\xb5\xb6\xd6\xe5\xc6\x73\xcf\x7d\xe5\xd6\xad\x5d\xae\xd4\xcb\ \x97\x5f\x2e\x4a\x63\xac\xdf\xda\x48\xc8\x59\x1e\x04\xf3\xac\x3a\ \x38\x9a\xf6\x3b\xfd\x76\x8c\xbb\x57\x6f\xfd\xe2\xd3\xff\x3d\x47\ \xea\x6f\xae\xef\x94\x0b\xc9\xe5\x6f\x7c\xe9\xf9\x73\x17\xb6\xef\ \xbf\xff\x9e\x4f\xfc\xde\x1f\xf4\xba\xfd\x58\xae\x04\xac\x1f\x49\ \x31\xca\xbb\xb9\x30\x2b\xc9\xf2\x7c\x59\x14\x30\xca\x17\xa8\x5f\ \x3e\x5e\x5d\xe9\x87\x47\x79\x5a\xe8\x25\x26\xcc\x38\x0b\xe3\x44\ \x68\x4e\x0e\xb2\x49\xb1\x32\x58\x19\xee\x0f\x17\x1e\x9d\xa9\x92\ \x50\x89\x62\x2c\xe6\xb4\x1e\x8b\xd1\x7c\x91\x06\x42\x22\x4a\x21\ \x2a\xe7\xb5\xae\xbb\x9d\xb6\xa9\x4a\x24\xd0\x8b\x45\x27\x92\xb6\ \x5c\xd4\x0b\x9b\x4f\x8f\xd3\x4e\xdb\xea\xf9\x85\x73\xab\x4a\x99\ \xaa\xca\xbe\xae\x64\xec\x35\x42\x29\xf5\x99\xcf\x7c\xe6\x77\x7e\ \xe7\xf7\xbe\xf1\x5b\xef\x7a\xf7\xdb\xcf\x5f\xd8\x2e\xeb\xbc\x2a\ \x4a\xad\xf5\x7c\x3e\x3f\x3e\x1e\xdf\xb8\x7e\x73\x38\x1c\x3d\xfb\ \xec\x73\x75\x6d\xda\x69\x27\x8a\xe2\x22\xcf\x9c\xd1\xbd\x7e\xff\ \x95\x57\x5e\xc9\xf3\x7c\x69\x69\x09\x08\x54\xa0\xea\xba\x1e\x1e\ \x1f\x6b\xf2\x00\xa0\x38\xff\xaf\xfe\x77\xff\x79\x7f\x73\xc5\x59\ \xca\xe7\x7e\x78\x74\x4b\xfa\xba\xd3\x6e\xdf\x78\xf9\xb9\x41\xbf\ \xd7\x5b\xdd\x9c\x8d\x8f\xbf\xf0\xd9\x4f\x93\xad\xe3\x30\xf0\x4c\ \xa0\x08\x07\xdb\x17\x86\xb3\xec\xc6\xce\x21\x16\xe6\xe6\x8d\x1b\ \x67\xce\x6d\x20\xf7\x95\x29\xbc\xaf\x11\x31\x50\x92\x3c\x39\xeb\ \x24\x97\xe8\x81\x0b\xee\xac\x5b\x94\x45\x18\x86\x69\xa7\x83\x82\ \xc5\x49\x12\x86\x41\x55\x9b\x95\x54\xbe\xf5\xe1\x7b\xda\xad\x38\ \x90\xdd\x56\x1a\x23\x97\xb5\xae\xa3\x50\x02\x30\xf2\x85\xd1\x86\ \x0b\x60\x4c\x28\x85\x44\x24\x95\x68\x25\x01\x22\xa3\x93\xc4\x0f\ \x22\x63\x00\xdc\x18\xf7\xaf\x7e\xf5\x5f\x57\x65\xf5\x8d\xaa\xb3\ \xbf\xf7\x77\xff\x2e\xe2\xb7\x2d\xda\x44\x40\x22\x6f\xa9\x06\x44\ \xf2\x28\xb8\xf4\x96\x80\x31\x64\x18\x84\xad\xb4\xbd\x3c\x1a\x65\ \x83\xd5\x60\xac\x87\x41\xda\x4b\x5a\x95\x58\x94\x81\x83\x25\xc7\ \x3a\xa8\xe6\x01\x43\x9e\x71\x6e\xd4\xcc\xc3\xce\x65\x68\xb5\xdb\ \xac\xe8\xc9\xca\xb3\x0a\x3c\x31\xe2\xdc\x02\x33\x24\x80\x0a\xaa\ \x1c\x78\x47\x64\x9c\x0f\x85\xf0\x1c\xb4\x31\x8e\x20\x6d\xa7\xd6\ \x3a\x70\xce\x83\xf7\x1c\x0d\x59\x21\x02\x40\xf4\xd6\x01\xd9\x48\ \x4a\x44\xc3\x81\x85\x3c\x62\x44\x80\x3c\xd7\x66\x59\x04\xf3\xda\ \x66\x85\x29\x0b\xcf\x7c\x48\x56\x06\x66\x01\xa5\x77\xb8\x6e\x78\ \x50\x07\x2d\xc9\x03\xc7\x23\x26\x12\x21\xa3\xdc\x69\xaf\xa8\x2c\ \xe7\xce\x6b\xe7\x2b\x6d\xf2\x20\x64\x51\x2c\x9d\xaf\xc3\x28\xe2\ \xc2\x07\x01\xb3\x9e\x12\xa1\x74\xad\x91\x71\xc6\xb9\x10\xb2\xae\ \x6b\xc6\x04\x79\xca\x8a\x3c\x8a\x54\x5d\x71\x63\x8c\x10\xaa\xaa\ \x32\xe7\x7c\x13\x79\x90\x52\x34\x19\x7a\xef\x5e\xd3\x82\x7f\x0b\ \xde\xf1\x44\x61\x14\xbf\xf9\xe1\x47\xae\x5c\xb9\x62\xeb\x3a\x8e\ \xe2\x20\x0c\x15\xe3\x9d\xb4\x95\x26\xc9\x7c\x36\x43\xc1\xcf\x0d\ \x56\xd6\x85\xf2\x44\x6a\x30\x88\x8b\x02\x31\x6a\x65\xe5\x56\x18\ \x21\x63\x81\x54\xb6\xae\x21\x4a\x18\x00\xf3\x7e\x73\x75\x75\x2e\ \xb3\x7a\xaa\x05\x17\xce\xb9\x9d\x5b\xb7\x26\x45\xa5\x94\x70\x64\ \x16\x8b\x45\x20\xb9\x10\x5c\x6b\x33\x9b\x15\xdd\x1e\xcb\xaa\xcc\ \x7b\xf4\x1e\x27\xb3\x79\x55\x96\x8e\x89\xdd\xc3\xa3\xd2\xd4\x85\ \x31\xb7\xf6\x0f\xc2\x48\x6a\x53\x02\xb8\xae\xb6\x9d\x89\xb5\xde\ \xf8\xe1\xe2\xf2\xf0\x99\x1b\xcf\x5c\x9e\x65\xf3\xe3\xdd\x49\xbf\ \x5b\xbe\xed\x6d\x97\xca\x02\x3d\xf2\x5c\x57\xe8\x32\xab\x5d\xed\ \x7d\x53\x17\x41\x9c\xc9\x95\x8e\x0a\xa2\xc3\xe3\xe3\xf1\x30\x3f\ \x7f\xe1\x62\x5e\x56\xb3\x2c\x3f\x1e\x0f\x55\x2c\xf7\x8f\xf6\xaa\ \xba\xcd\xc0\xf7\x78\x7b\x32\x9d\x8c\x27\xe3\xf5\xcd\xad\x4e\x7f\ \x79\x60\x81\x09\x35\x9c\x8c\x8d\x31\x81\x92\xde\x39\xe2\x0c\x6b\ \x77\xbc\xb3\xbb\xb6\xbe\x5e\xe6\x45\x55\x55\xdb\xdb\xdb\x7b\x3b\ \x7b\xf5\x22\xef\x5f\x68\xa7\x32\xd6\x45\x79\x77\x35\xa1\x44\x14\ \xc7\x31\x00\x70\xce\x1f\x7e\xf8\xe1\x07\x1e\x78\x38\x08\x14\x63\ \xf0\x89\x4f\x7c\x5c\x4a\x65\x8d\x65\x8c\x49\x29\x89\x48\xa9\x20\ \x0c\xc3\x38\x8e\xe3\xb8\xec\x74\x3a\x45\x5e\x46\x51\x94\x24\x09\ \x79\xe7\x95\x4c\x92\xa4\xf9\x3d\x4d\xde\xb4\xa9\x9d\x41\xc4\xe1\ \x70\xe8\x88\x84\x10\x57\xaf\x5e\xdd\xde\x5e\x25\x82\x30\x8c\xe2\ \x38\xd1\xc6\xaa\x20\x54\x2a\x28\xca\x72\x20\x64\xbb\xdd\xe9\xf7\ \x97\xf2\xf9\x44\x05\xca\x23\x47\x11\x48\x29\xa3\x28\x36\xc6\x0c\ \x7a\xdd\xd1\xe8\x98\x71\x16\x86\xca\x79\x4d\x8c\x18\x43\x29\x24\ \x11\x30\x74\x52\x28\x0e\xc0\x39\x77\xc2\x59\x20\x15\x04\x81\x52\ \x4c\x88\x40\x05\x4a\x05\xde\x43\x9a\xb6\x85\x54\x80\x8c\x0b\xe1\ \x9c\xf7\x56\x37\xfb\xad\x91\xe5\x72\x21\x10\x05\x22\x6f\x38\x86\ \x33\x41\xfe\xa4\x14\xb9\x09\xbc\x9e\xb8\x69\x1e\xce\x9c\xd9\x7e\ \xf0\x81\x87\x7a\xbd\x25\x63\xec\xde\xde\xee\x13\x4f\x7c\x2e\xcb\ \xb2\x76\x9a\xdc\xa5\x7b\x0b\x84\x88\x1c\x95\xf7\xde\x35\xd5\xca\ \x8c\x31\x06\xce\x41\x10\x84\x9d\x4e\x3a\x9d\xcc\x3d\xb4\x88\x85\ \x95\x03\x95\xb4\xa8\xaa\xd1\x79\x03\xd6\x12\x47\x21\x88\x09\x0b\ \x7e\xae\x35\x7c\xf9\x19\x0c\xc2\xbc\xa8\x41\x08\x47\xc4\x04\x8f\ \x58\x00\x88\xc8\x48\x22\xd9\xca\xd5\xb5\x66\x82\x33\xc6\x98\x10\ \xc8\xb9\x27\xe7\xb4\x6d\xa2\x39\x0c\x18\x30\x24\x10\xcc\x11\x72\ \x66\x9d\x87\xa6\xd8\x82\x3c\x63\xe0\x89\x2a\xef\x25\x03\x4e\xa2\ \xf6\xe4\x78\x7c\xe9\xbe\x07\x35\xde\x9c\x56\x43\x27\x43\x15\x76\ \x17\x47\xfb\xd6\x3b\xe7\x2c\x79\x2f\xb8\x44\xc6\x1a\x0f\xab\xd6\ \xb5\x31\xc6\x13\x59\x6b\x9b\x58\x70\xa3\xb3\xef\x76\xbb\xcd\xc6\ \x58\x5f\x5f\xaf\xca\xaa\x36\x85\xf7\xc6\x5a\x87\x88\x5a\x6b\x44\ \x2c\xcb\x32\x8a\xa2\xba\xae\x5b\x69\x2b\x8a\xa2\xe9\x24\x6b\x0a\ \x4a\xbd\xb7\x9d\x4e\x27\x49\x12\xce\xfb\xd6\x5a\x6b\x4d\x23\xf2\ \xfe\x2e\xe8\x95\x11\xc0\x78\xfb\x42\x7e\x3c\x96\x66\xde\x51\x75\ \x28\x3a\x9d\xc4\xac\xb6\x8e\xf5\xc4\x18\xbd\x70\x73\x1e\xb5\xd8\ \x64\xbf\xbb\x16\x4b\x09\xd3\x71\x36\x31\xd3\xb4\xc5\x59\xec\x98\ \xf5\xd6\x95\x2b\x9b\xad\x30\xee\x7b\x9d\x6a\xa7\x17\xe5\x54\x38\ \x5a\xe9\xf6\x72\xa8\x7d\x85\x4c\xa0\x21\xd7\xef\x03\x11\x48\x2e\ \x56\x96\x97\xca\x22\x33\xc6\xf4\xfb\xdd\x7e\xaf\x65\xac\x2d\xb3\ \x5a\xca\xd8\x6a\x73\x6c\x5d\xab\xdd\x02\xa9\x40\x28\x02\xc8\xea\ \x4a\x91\x9b\xd7\x0b\x21\x30\x6e\x45\xa1\x0c\x12\x72\x96\x39\xcd\ \x82\xe3\xa2\xb0\xda\xa4\x91\xb4\x28\xee\xbb\xff\x41\x0f\x50\xfb\ \x5a\x44\x51\x5d\x56\x86\xbc\x8a\xe2\x14\x51\x39\x2a\x3d\x65\x75\ \x29\x16\x8b\x50\x58\x2e\x91\x47\x78\xf9\xc6\x8b\x69\xa7\x7f\x34\ \x1d\x42\xc0\x6e\x1d\xdc\x2c\x4d\x19\xd9\x80\xa1\xcb\x2b\xbe\xd0\ \xb6\x70\x04\xd3\xf9\x6a\xdc\x09\xdb\xed\xe9\x7c\xb1\x7f\x70\x74\ \xfe\xfc\x99\x58\x05\x45\xb6\x48\x07\x83\xe1\xe1\x64\x63\x69\x70\ \xb8\xb3\x9f\xb6\xdb\x6d\x15\xa3\x76\x9d\x20\xb6\xad\xee\x2b\x2f\ \xbc\x1c\x72\x75\xf1\xec\x45\x64\x77\xd9\x6c\xe4\xf6\xed\xa3\x0f\ \x7f\xf8\x23\x0f\x3e\xf8\xd0\xea\xea\x6a\xbf\xdf\x33\x56\xd7\x75\ \x9d\x24\x89\xd6\x55\x53\xcf\x21\x84\x90\x5c\x48\x29\x9b\x7a\x62\ \x80\xb2\xd1\x9e\x34\x81\x18\xb8\x5d\x22\xdc\x04\x7a\x1a\xad\x00\ \x00\x78\xf2\x00\xe8\x9c\xbd\x7e\xfd\xfa\x0f\x7f\xe8\x83\x4e\x57\ \x52\x4a\xa5\x54\x59\x94\x42\x88\x30\x8a\x8c\xb6\x44\x3e\x8e\xa2\ \x30\x0c\x17\x53\xef\x9c\x03\xce\x9a\x72\x59\x44\x34\xc6\x08\x25\ \x5a\x69\xe2\x9c\xb5\x96\xc8\x79\x02\xef\x89\x0c\x11\x00\x43\xe4\ \x8c\x31\xab\x2d\x00\x33\xd6\x5b\xe3\x39\xf3\xd6\x7a\x4e\x8e\x1c\ \x79\x4b\x56\xbb\x40\x9d\x94\x9b\x48\x21\x01\xc8\xde\xae\xf6\x6e\ \xda\x03\x34\xd1\x23\xce\x39\x00\x02\x30\x21\x9a\x4c\xed\x49\x2c\ \x0b\x00\xad\xb7\x51\x14\x66\x59\xb1\xb5\xb5\xf5\xb7\xff\xf6\xcf\ \x21\x8a\xc3\xc3\xc3\xe3\xe3\xe3\xeb\xd7\xaf\x66\x59\x86\xc8\xee\ \x3a\xb6\x43\xc4\xac\xe5\x9c\x0b\x25\xc0\x39\xa8\x2a\x9d\x67\x85\ \xf3\x64\xad\xe9\x74\xda\x7b\x7b\x7b\x0e\xa4\x88\x96\x33\x5d\x26\ \xad\x6e\xb9\x98\x12\x62\xed\xcb\xe3\x62\x2e\x38\xb5\x92\xb6\x75\ \xc5\xdc\x19\x06\x0a\x0d\x4e\x4a\x6b\x51\x74\x57\x56\xed\x28\xcb\ \x72\xcb\x55\x10\x32\xe6\x18\x19\x08\x9c\xf7\x8c\x73\x02\x06\x8c\ \x09\x25\x9d\x73\xce\x7a\xce\x51\x70\x61\x0a\x4b\x80\xc8\x10\xbc\ \xa7\x26\x9e\x22\xb8\xd3\xce\x5a\x03\xc4\x3c\x12\xa1\x33\x96\x8c\ \x73\xb5\xf3\x78\x63\x72\x34\x79\xd6\x38\xde\xea\xaf\x6d\x2c\xad\ \xf7\x96\xd6\xd3\x6b\xd7\x8f\xe6\x13\xce\x85\x47\xac\xad\xe6\x08\ \x18\x2a\x67\x4d\x55\x93\x35\x16\x08\xeb\xba\x6e\x92\x50\x5a\x6b\ \x6b\x6d\x59\x96\x4d\xc2\xa4\x21\x97\x20\x08\x90\x05\x08\x28\x84\ \xd0\x5a\x37\x75\x0f\x61\x18\xe6\x79\xd6\x70\xb0\x94\xd2\x5a\x57\ \x96\x65\xad\x8b\x33\x67\x37\x9d\xb3\x75\xad\x57\xd7\x96\x8f\x8e\ \x8e\x8a\x52\x74\x7b\x1d\xef\xbf\x2b\x75\x12\x88\xa2\xd2\x66\x32\ \xeb\xc9\x60\x7b\x73\x7b\x79\x69\xc9\x7b\x3f\x63\x42\xb4\xa2\x36\ \x08\xad\x6b\xf4\x36\x2f\x17\x5d\x15\xb6\x5b\x11\x99\xea\xdc\xfa\ \xea\x13\x4e\x6f\x75\x53\x2e\x53\x62\x5a\xdb\x72\xea\x9d\x77\x16\ \xbd\xcb\xa6\xd3\x20\x68\xb5\x3a\x5d\xe8\xc8\x5e\xbf\x1b\x84\x48\ \xbc\xac\x16\x45\xbd\xa0\x40\x72\x0a\x64\x18\x86\x51\x18\x3a\x67\ \x24\xca\xa5\x6e\xd8\xed\xf6\x17\xb3\x2c\x43\x17\xc6\xad\xc3\x83\ \x61\x9c\xa4\x67\xce\xdf\xe3\xbd\x47\x86\x45\x99\x23\xf7\x2a\x0c\ \x0a\xb2\x36\x40\x4b\xde\xb5\x55\x10\x24\x69\xb7\x43\x8c\x7b\x08\ \xb8\x0c\x89\x3c\x7a\x5d\x7b\x4f\x2a\xae\xab\xb9\xf7\x60\x88\x15\ \xce\x54\xde\x97\xde\x51\x51\x08\x5f\x1e\x8f\xca\xb2\x2a\x37\xb6\ \x36\x0d\x98\x42\x17\x79\x55\x57\x85\x0e\x42\x59\xea\x5a\x49\x2e\ \x83\x50\xc4\xc6\x00\x5c\x3b\x38\xdc\x9f\x65\xad\x76\x67\x3c\x1c\ \x4f\x27\x33\x3a\x0b\x55\x5d\x95\x59\xb6\x53\x96\x01\xa8\xda\xd8\ \xc3\xa3\x23\x6b\x4c\x9e\x17\x4b\x4b\xfd\xb8\xd5\x32\xb5\x9e\x0c\ \x47\xf9\x6c\xc1\x91\xd3\xdd\x36\xc1\x68\xee\x1f\x11\x1c\x1e\x1e\ \x5e\xbc\x78\x89\x31\x56\x55\x65\x9e\x67\x88\xa4\x6b\x4d\x00\x8c\ \x35\x35\xc9\x8c\x09\xd6\x04\x8f\x85\x10\x4d\xc8\xb6\x71\xee\x1a\ \xa2\x69\x4e\x27\x44\x6c\x7c\xef\x20\x08\xc2\x30\x44\x40\xc6\xb9\ \x36\xfa\xea\xd5\xab\xcd\x7d\x56\x4a\x45\x61\x98\xcf\x16\x8d\x97\ \x47\xe4\x89\x20\x8c\xc2\x30\x0a\x1b\x2b\xc3\x13\x31\xc6\x8c\xd6\ \x88\x32\x08\x14\x63\x38\x18\x2c\x2f\xe6\x53\x67\xac\x64\xcc\x58\ \x02\x20\xce\xb9\x27\xd0\xda\x90\x27\x0e\xe8\xbc\xbb\x2d\x2b\x73\ \xde\x39\x86\x48\xce\x93\xf3\xce\x3a\x21\x44\xb3\x8f\x39\x67\xcd\ \x63\xc0\x39\x67\x0c\x01\x3d\x10\x79\x4f\x92\x31\xc6\x38\x22\x12\ \x21\xe7\x52\x08\xe1\x3d\x34\x8a\xfe\xa6\x32\xdb\x5a\xe7\x3d\x59\ \x6b\xa6\xd3\xe9\xd2\xd2\x80\x88\x8e\x8f\x8f\xcb\xb2\x04\x00\xfb\ \x1d\x68\xa6\x18\x82\x10\x88\x00\x44\x70\x7c\x3c\xbb\x79\xe3\xa6\ \x31\x46\x08\x26\x84\x08\xc3\x80\xa1\xcf\xf3\x3a\x88\x7a\xd5\x38\ \xef\xc4\x01\x57\x5c\x06\x28\x9d\x33\x45\x21\xa2\xa8\xbf\xb2\x8c\ \x00\x93\xe9\xd5\x60\xfd\xcc\xe6\x83\x0f\xcf\x3e\xf1\x89\x88\xd5\ \x83\xb5\x6d\x4b\x57\xf3\xf2\x98\xc8\x1b\x67\x08\x58\xa0\xa4\x73\ \x8e\x10\x3d\x00\xe3\x42\x86\xca\x18\x53\xeb\x1a\x3c\x11\x07\x29\ \xb9\x27\x02\x44\x4f\x0c\x90\x11\x80\x27\x22\xf4\xd6\x39\x06\xcc\ \x21\x38\x87\x12\x89\x01\x73\x5e\x55\x5a\xf0\x8a\xcf\xf3\x22\x3b\ \x5a\xb0\x83\x61\x9c\xde\x58\x5f\xd9\x48\x93\xb4\x34\xc6\x29\x2d\ \x44\x00\x9e\xbc\xb7\xe4\x9d\xb7\x40\xce\x23\x60\x55\x57\x4d\xda\ \xbb\xd9\x0f\x8d\x61\x58\x96\x65\x9e\xe7\x3b\x3b\xbb\x61\x2c\x93\ \x38\x5a\x2c\x16\x8d\x50\x10\x11\xad\x35\x9c\x8b\x46\xbc\x06\x00\ \xcb\xcb\xcb\x44\x34\x9b\xcd\x18\xc3\x5e\xaf\xcb\x6e\x43\x08\xbe\ \xb4\xd4\x6b\xb7\x53\xff\x1a\x6a\x83\x5e\x43\x7c\x87\x60\x10\x24\ \xdd\xed\xf3\xed\x76\x7b\x75\x75\x35\x89\xe3\xfd\xbd\xbd\x42\x45\ \x9c\xf3\x60\xd0\x0e\x54\xd0\xdd\xec\xdf\x3a\xba\xbe\x33\x3c\xda\ \x1a\xac\xe4\x75\xd9\x6a\x25\xeb\x6b\x6b\xce\x42\x18\x07\xb5\x9d\ \x2f\x0a\x7f\x50\x57\x8b\x62\x76\xcf\x85\x6d\x6b\xed\xcd\xdd\xc3\ \x95\xad\x55\x11\xb6\x50\xb0\xba\x9c\x86\x91\x8a\x3c\x95\xe3\xd1\ \x24\x1b\x8f\xa6\xe3\xad\xcd\x35\x6d\xea\x20\x90\xbd\x76\xcf\x19\ \x97\x86\x8a\xfb\x08\x0d\xad\x0d\xd6\x5d\x69\x7a\x69\xfb\xe2\xb9\ \x73\x87\x47\x07\x88\x64\x4d\xe9\xc9\x73\xa2\x61\xb1\xd8\xd5\x19\ \xfa\x52\x76\x58\x1c\x76\xad\x08\x25\xc6\xfd\x78\x40\x5c\x15\x55\ \x75\x78\xb8\x4b\xe9\x52\x10\x2a\x87\x82\xa1\xc0\x00\x03\xa1\xaa\ \xba\xac\x4b\x2f\x81\x6b\x6b\x7c\x5d\x31\x86\x95\xb1\x95\x2b\x16\ \x65\x5d\x55\x9a\x21\xf3\x9e\xc9\x24\x96\x8c\x79\x12\x16\x85\x88\ \x94\x44\x5e\xd6\x1a\xaa\x2a\x2b\x8a\x20\x09\xbb\xbd\xde\x74\x78\ \x74\xeb\xe6\x6e\x28\x25\x02\x2b\xca\x4a\x08\x3e\x99\xcf\x8d\x77\ \xf9\xfe\x01\xe7\xbc\xd1\x8d\x7f\xf1\x99\x67\x1f\x7b\xf7\x7b\xc4\ \x5d\xdb\x3b\xb7\x1d\xae\x5f\xfa\xa5\x5f\xfa\x37\xff\xe6\xdf\x6a\ \xad\x39\xc7\x2c\xcb\xde\xf7\xbe\x1f\x54\x81\xe2\x15\xa3\x93\x5c\ \x16\x72\x2e\x1a\xcd\x46\x93\x07\x68\xe4\xea\x42\x08\xef\x6c\x13\ \x20\x6c\x0a\x97\x11\x51\x4a\xd9\x6a\xb5\x1a\xc1\x91\xf5\x9e\x00\ \xae\x5d\xbb\x0e\xd6\x78\xef\x94\x0a\x92\x24\x39\xb0\xfb\x00\x20\ \x38\x77\xce\x79\xf2\x8d\x96\xaa\xd1\x4c\x34\x5d\x5a\x1a\x59\x8b\ \x94\xca\x3a\x1b\xc7\x51\x59\xce\xbd\xb1\x56\x1b\x6f\x6d\xda\x4e\ \x55\x18\x39\x60\x94\x17\xc6\x5a\x26\x98\x27\x70\x9e\xac\x75\x81\ \x42\xf0\xc0\x81\x29\x2e\x05\x30\xe6\x28\x0a\x43\xce\x39\xe2\x49\ \x1a\x0b\xa8\xd1\x88\x03\x02\xdc\xb6\x7d\x4e\x4c\x1b\x86\x28\x85\ \x64\x4c\xdc\x5e\x12\x06\x00\x9c\x33\x00\x4c\xd3\xd6\x2b\xaf\x5c\ \xf9\xb3\x7f\xf6\xcf\x09\xa1\x38\xe7\xde\xbb\x2c\x5b\x20\x7e\x63\ \x91\xd3\xb7\x51\x9c\x65\xad\xbf\x71\xed\x78\x3a\x9d\x73\x21\xc6\ \xa3\xe1\xf5\x1b\xd7\x7b\xbd\x4e\x93\x21\x42\xe6\xb9\xc4\xc9\x68\ \xb8\xba\xb2\x9a\x55\x5a\xa4\x2a\x8a\x44\xaa\xb0\xab\x02\x5f\xdb\ \x62\x51\x55\xd9\x24\x49\xfb\x6b\x17\x1f\x8e\xd2\xd4\x2e\xaa\x33\ \xf7\x3c\x50\x64\xf9\xcb\x97\xaf\x0c\xc7\x63\x40\xf0\xe4\x88\x3b\ \xc6\x99\x40\x16\x86\xca\x3a\xa7\x9d\x63\x08\x46\xd7\x44\x0e\xc0\ \x33\x24\x8e\x04\x08\xce\x79\xe7\xbd\xf3\x9e\x4b\x74\xd6\x35\xd2\ \x1f\x04\xe2\x82\x21\x58\x82\x02\x3d\xf3\x1e\x8c\xb3\x73\x6d\x4d\ \x69\x2c\x90\x73\x6e\xbe\x98\x0e\x8f\x77\x8f\x76\x0e\x57\xb6\xce\ \xa7\x9b\xab\x93\xba\x2a\xf2\x4a\x70\xc9\x63\x6c\x6c\xde\x86\xff\ \x8d\x36\x77\x5c\x21\x21\x44\x1c\xc7\x69\x9a\x76\x3a\x1d\x44\x4c\ \x92\xb8\xd7\xef\x24\x49\x3c\x1c\x8e\x8c\x36\xcb\x2b\x2b\x8c\xb1\ \xf1\x78\x3c\x9b\xce\xfb\x4b\x4b\xd6\xe6\x44\xb4\xba\xba\x24\x84\ \x0c\x02\xb9\xbe\xbe\x1a\x45\x61\x59\x96\x37\x6f\xde\x44\xc4\x6e\ \xb7\xa7\x75\x6d\xad\xf9\x6e\xc4\x95\x3d\x39\xc5\x17\x3f\x70\x8e\ \x31\x9c\x30\xf6\xf2\xde\xbe\x5f\x98\xc1\x7d\xeb\x70\xe1\x01\x40\ \x9c\xeb\x7a\x72\x74\xa4\xba\x55\x70\xef\x7d\x26\x9f\x5e\x05\x77\ \x70\xe5\xda\xef\x7f\xea\xdf\x6c\x5c\x3a\xdb\x69\xf7\xcb\x80\xcd\ \x8b\xd1\x78\xa2\x2e\xb9\xa5\x08\x31\x60\xd4\x4b\xdb\xdd\x95\xe5\ \xfd\x79\x5e\xcd\x4b\x47\x7e\x6b\xbd\x97\x26\xa2\x28\x8f\xee\x3b\ \xb7\x31\x59\x2c\x18\x3a\xc1\xa1\xdd\x8a\x2f\x5d\x3c\x7f\x7c\x3c\ \x2c\xf2\xf9\x7c\x3c\x94\x9c\x33\x95\x46\x0c\x57\x3a\xad\x5d\x01\ \x93\x83\x1d\xa7\x2b\xad\x6b\xd9\x38\xa8\x79\x59\x19\x27\x25\xb7\ \xa0\x89\x48\xeb\x7a\x36\x19\xc7\x6a\xd0\xef\x9c\xf1\xc0\x8f\xc6\ \xc7\x47\xb3\xe3\x76\xd4\x09\x20\x96\x2a\xf4\x45\xe5\x9c\x33\x9e\ \x18\xe7\xb5\x31\x6e\x51\xc4\xca\xab\x28\xb6\xda\x39\x27\x74\xe5\ \xb4\x41\x22\xe9\xac\x8b\xa3\xd8\x54\x14\xb7\x02\xf4\xdc\x59\x0b\ \x1e\x92\x38\x42\x82\x40\xc9\xba\xaa\x56\x57\x56\x82\x20\xa8\xea\ \x3a\x8e\xc3\x30\x08\x87\xf3\x19\x8f\x25\xe3\xa2\x2c\x4a\x42\x86\ \x80\xb6\x39\xf6\x19\x33\xd6\x16\x5a\xdf\x75\xd3\xaf\xa6\x01\x59\ \x13\xc8\xd0\xba\x69\xf7\xe3\x01\xa0\x29\xda\x40\x86\x8d\x6e\xbd\ \xa9\x68\x15\x42\x38\xe7\x1b\x13\x5a\x08\xc1\x10\xa5\x94\x95\x35\ \x4d\xf5\x7c\x93\x83\xbb\x93\xef\x0c\x82\x40\x4a\xa9\xcb\x92\x01\ \xec\xec\xec\x15\x45\xe1\x89\xd0\x93\x52\x81\x31\xc6\x3b\x07\x88\ \x79\x51\x58\x6b\xa5\x10\x9c\x8b\x13\x79\x18\x11\x59\x77\xbb\xaa\ \x30\x46\x06\x45\x95\x1f\x1e\x1c\xba\xba\x74\x46\x5b\xeb\xa6\xd3\ \x05\xe3\x82\x04\x13\x2a\x00\xc0\xea\xa4\xff\x83\xcd\xf3\x82\x2c\ \x79\xeb\x01\x60\x31\xcf\x9c\xb1\xb3\xf9\xe2\x1d\x6f\x7b\x30\x08\ \x03\x80\x26\x83\xcf\x00\x5c\x63\xa0\x91\xb3\xcd\x9b\x3a\x69\xae\ \x46\x28\x84\x10\xe2\x44\xb3\xff\xd5\xfe\x6b\x08\xde\x53\x93\x4f\ \xa9\xeb\xba\xae\xcd\xab\x14\x37\xf0\x0d\xbd\xdb\x5e\x2b\x84\xe0\ \xe3\xf1\xf4\xc9\x27\x9f\x44\xa4\x6e\xb7\xd3\xe9\xa6\x4a\x29\xe7\ \xbc\xd6\x75\xad\x4b\x21\x18\x63\xac\xca\xa7\xd0\x4d\xb8\xd7\xde\ \x90\x92\xb0\xdc\x0d\x1f\x7c\xf7\x43\x7a\x3a\xbc\xf9\xf9\x67\x86\ \x47\x47\x45\x56\xd6\x55\xfb\xfc\xd9\x28\x2b\xc7\xd9\x64\xbc\x73\ \xeb\xe6\xe4\x78\xe4\x3d\x31\xc6\xd0\x7b\x40\xef\x9c\xf1\x04\xe4\ \xad\x73\xd6\x59\xab\x8d\x36\xd6\x69\x6b\xad\xd3\x59\x66\x85\x10\ \x60\x0c\x01\x3a\x42\x47\x00\xc6\x30\xc6\x89\x3c\x90\x47\x04\x06\ \xc4\x99\x27\x57\x49\xe4\x02\x98\xf0\x1c\xbd\xf5\x85\xe5\x2a\x88\ \x05\x8a\x10\x2d\x20\x30\x65\x8c\xf6\xae\xe9\x03\x65\x00\xb8\x12\ \xdc\x3b\x83\x4c\x59\x63\x85\x90\xb5\xae\xef\x68\x29\x1a\x2d\x9e\ \x52\x4a\x08\x91\x24\x49\xbb\xdd\x4e\x5b\xed\x30\x0c\xe2\x28\x49\ \x92\xe4\xcc\xf6\x59\xef\xfd\x68\x38\x6e\xb5\xda\x83\x95\xd5\x30\ \x0c\x8b\x22\x0f\xc3\x60\x73\x73\x33\xcb\xb2\xc5\x62\x01\x00\xe3\ \xf1\xf8\xf0\xf0\x70\x30\x58\xc9\xb2\xc5\x6c\x36\x2b\x8a\xe2\xbb\ \x92\xcf\x22\x14\x3c\xb9\xb4\x95\x65\x8b\x1b\x37\x6f\xed\x1e\x5e\ \x83\xc3\x83\x79\xf2\xd8\x5b\x7f\xe0\xed\xe3\xa3\xc3\xdd\x1b\xc7\ \x07\xfb\x2f\xc3\xe5\xc5\xe6\x07\xde\xb7\xbd\xbe\x6c\xb2\xd9\x6c\ \xbe\x98\x95\x8b\x37\x3f\xf6\x5e\x21\x82\xf1\x7c\x72\xe3\x78\x2c\ \x02\xc1\x42\x56\x4c\xa7\xf3\xf9\x1c\x74\xbf\xd3\x0e\x87\x55\x71\ \x73\xff\xc0\x23\x74\x52\xdc\xbb\xb6\xb7\x15\xc4\xf7\x3f\x78\xf1\ \x85\x97\x5f\x9e\x48\x3c\xdc\xbf\xa5\x8d\x15\x4a\xf6\x7b\xad\xad\ \x8d\xe5\xf1\xf1\x70\x3e\x99\x86\x81\xe8\xa7\xea\x0b\x9f\xfb\x5d\ \xe7\x6c\xbf\x1b\x8c\x26\x45\xbf\xdb\x3d\x1e\x8d\xab\xd2\x4a\xa5\ \x30\x2b\x36\x3c\xf6\xd7\xd2\xa4\xc3\xaf\xee\xee\xa8\x5a\xb4\xa3\ \x58\x3a\x75\x34\x9e\xee\x0d\x8f\xb2\x7a\x1e\x93\x57\x32\xc0\xba\ \xb2\xc6\x09\x29\xc8\xd6\x55\x55\x93\xb3\x42\x32\xc1\xa1\xaa\x16\ \x82\x92\x6e\x67\xe9\xe0\xe0\x08\x1d\x03\xeb\xd1\x83\x2e\xca\x56\ \xa7\x1b\x29\x65\xcb\x32\x40\x72\x75\x4d\xcc\x91\xd6\x61\x2b\x6d\ \x27\x89\x12\xe2\xea\xd5\x2b\xf9\x6c\x11\x44\xc9\x6c\x3e\x23\x21\ \x34\xf9\x2a\xcf\x99\x60\xde\x43\x23\x6e\xb0\x80\xfd\xd5\xd5\xed\ \xad\x33\xdd\xe5\x65\x7f\xd7\x36\x3f\x61\x23\x56\x28\xcb\xaa\x91\ \x93\x35\x5f\x0e\x02\x69\x8c\x61\xc8\x90\x83\x94\x52\x29\x27\x38\ \x07\x00\xe7\x2c\x22\x2a\xa5\x18\x63\x5a\x9b\xba\xae\xe2\x28\x12\ \x42\xdc\xd1\x77\x35\xa7\x9c\x73\xae\x71\xe6\x17\x79\xce\x00\x47\ \xa3\xd1\xfe\xfe\xfe\xd6\xc6\x1a\x79\x9d\xa6\x29\x67\xcc\x58\x9b\ \xa6\xe9\x78\x92\x35\xea\xb9\x46\x43\xd4\x08\x6a\x18\x63\xc6\x68\ \xe0\x41\x14\xc5\x75\x3e\x0b\xc3\x60\x63\x7d\x4d\x71\x60\xce\x67\ \x59\x36\x9e\xce\x83\x38\xbc\xb1\xbb\x37\x2f\x6a\xc6\x90\x1c\x21\ \x02\x43\x20\x0f\xe3\xe1\x58\x0a\x6e\xad\x43\x00\x4f\xe0\x01\x1a\ \xc1\x14\x6f\x9c\xab\x26\x58\xcc\x79\x43\x2c\xec\x44\x5e\x84\xcd\ \x0a\x08\x21\x6e\x37\xbe\x3a\xa9\xa0\x02\x40\x00\x67\xad\xe6\x5c\ \xf0\x93\xf2\xa2\x13\xeb\x30\x8e\xa3\xa2\x28\x3d\xdd\xb5\x77\x8b\ \xde\xfb\xc3\xc3\x03\xa5\xf8\x62\x31\xe3\xfc\x6c\xa7\x93\x66\x59\ \x06\xc8\x00\x09\x80\x25\x49\x6b\x67\x78\x85\x6d\xf4\x95\xe0\x65\ \x5e\x0e\x5a\xad\x2c\xdb\xa9\xa7\x47\x89\xa4\x76\x5b\x65\xe3\xca\ \x39\x3f\x37\x70\x3c\x9a\x56\xf9\xe2\xf0\xe6\x4d\x57\x55\xde\x18\ \x5d\x55\x5a\x3b\xe3\xbd\x36\xce\x1a\xef\x3d\x5a\x6f\xad\x75\xc6\ \x3b\xeb\xbc\x07\xb4\x44\x00\x44\xde\x12\x31\xc1\xc0\x43\xd3\x25\ \x0c\x19\x03\x4f\x8e\xbc\x63\x08\x92\x33\x21\x58\xa8\x82\x50\x72\ \xd9\x74\x3c\x34\xd6\x3b\x8a\x22\x49\x9c\x91\x14\x06\x85\x71\x6e\ \x56\x51\x91\x15\x51\xad\x35\xa3\xd5\xb5\x41\x55\x18\x00\x07\x40\ \xe4\xbc\xd5\x56\xaa\xa0\x36\xb6\x39\x48\x9c\x73\x8d\x10\xcc\x7b\ \x5f\xd7\xb5\x94\xf2\xcc\x99\x33\x88\x28\x04\x5f\x59\x19\x30\xc6\ \x84\x10\x42\xc8\x34\x4d\x9b\x9c\x43\x18\x86\x52\xaa\xe3\xe1\x1e\ \x11\x34\x59\x78\xc6\xd8\x6c\x36\x1f\x0c\x56\xb7\xb7\xb7\x01\xa0\ \xd3\xed\xc6\x71\xfc\xdd\x88\x2b\x73\x5e\xcf\xb3\xdd\x7f\xf5\x3b\ \x1b\x6b\xeb\xab\xd3\x69\x4b\xa7\xa2\x97\xdc\xe3\x7b\x6b\xd7\xe7\ \x9d\x69\xc5\xf7\xca\xae\xef\x2c\x0f\xb6\x96\x76\xaa\x07\x23\xb1\ \xd1\xbb\xf8\xfc\xa0\xea\x26\xcb\xdb\x65\xe7\xe5\xeb\xbb\x69\x99\ \xb5\x32\x0e\x01\xed\xf9\x57\xb6\xfb\xfd\x87\xef\xbf\xe0\x72\xbd\ \x3b\x9c\xc6\x1c\x2e\x9d\xdf\x2e\xaa\x52\xcf\xa6\xf7\xad\xae\x3d\ \xfe\xe0\x43\x09\x61\xb9\xb1\xec\x5c\x75\xeb\x78\x18\xc6\xf1\xca\ \xfa\x60\x30\x18\x24\x61\xb0\xb7\x7b\xeb\xd6\x0d\xb8\x74\xcf\xc3\ \xdd\x6e\x2f\xcb\xe7\xc0\x61\x65\x3d\xad\x69\xc1\xb8\x4f\xda\xca\ \xa2\xad\xad\x56\xce\x3c\x9a\x2e\x9d\xd9\x5a\x2b\x71\x21\xb2\xe4\ \x95\xdd\xac\x85\x3c\xc2\x00\x5c\x61\xbd\xe3\x01\x57\x52\x44\x2a\ \x22\x9b\x3b\x80\x90\x73\xdd\xf4\x68\xb3\xce\xd6\xc6\x21\x09\xa0\ \x38\x54\xb6\xaa\xf2\xf9\x14\x6c\x8d\xde\x82\x27\xaf\xb5\xc2\x10\ \xb4\x8b\xc3\x20\x66\x72\x51\x2e\xe2\x30\x88\x30\x9c\x8f\x0e\x39\ \xd9\xc9\x68\x54\x14\x05\x7a\x22\x0f\x42\x80\x61\xe8\x1d\xa9\x50\ \x22\x30\x8f\xe0\x00\x9c\x36\xc0\xf9\xe8\xe0\x30\x08\x63\xce\xc5\ \x5d\x07\x1a\x9a\x47\x49\x6b\x1d\x04\x81\x52\x81\xb5\x56\x4a\x91\ \xe5\x0b\x6b\x9d\x52\x01\x81\xd7\x55\x85\x88\x9c\x9f\x38\xd8\x4d\ \x5c\xb9\x66\xda\x5a\x5b\x55\x35\x02\x25\xad\x56\x53\xd4\x8a\x0c\ \x5b\x49\xcb\x3a\xdb\xd8\xdb\x41\x10\xa4\x69\xba\x7f\x7c\xa4\x38\ \x3f\x3e\x3e\xda\xdb\xdf\xbb\x70\xfe\x4c\x99\x57\x69\xda\x4a\x92\ \x84\xbc\x6f\x25\xc9\xfe\xc1\xc8\x93\x47\x26\xc2\x93\x02\x42\x6a\ \xa2\x2d\xc6\x58\x00\x09\x00\xde\x5b\xef\xe9\xf8\xf8\x28\x9f\x4d\ \xad\x76\x65\x9e\x17\x8e\xee\xbd\x78\x2e\x90\x81\xa3\x1a\x08\x94\ \x60\x9e\x88\x33\x46\xe0\xbd\x27\x6d\x1c\x07\x08\x94\x32\xd6\xa2\ \xf7\x4a\x36\x26\x0c\x03\x00\xef\x1c\x01\x4a\xce\x19\x23\xef\x9b\ \xb0\x0f\x23\x64\x8d\x0b\xc6\xb9\x6c\xe2\xc4\x88\x00\xc4\x1a\x65\ \x21\x01\x48\xa9\x00\x18\x01\x86\x61\xd8\x18\x44\x44\x54\xd7\x25\ \x00\xb0\xbb\x8d\x2b\x23\x02\x91\x9b\x2f\x26\xed\x76\xcb\x93\xad\ \xea\x62\x63\x73\xa5\xaa\x8b\xba\xae\x83\x40\x68\xed\x92\x24\x5a\ \x94\x93\xd2\x64\x3c\x50\xf3\x59\xb1\xde\xef\x2d\xf2\xbd\x67\x9e\ \x78\x7a\x6b\x29\x1a\x8e\xc6\xda\xb3\x56\x9a\x76\xbb\xdd\xf9\x74\ \x3a\xda\xdf\x2b\x66\x73\x66\x0c\x38\xef\x6a\x6d\xac\x75\x8e\xac\ \x75\xce\x9f\x94\x7f\x32\x0e\x02\x39\x20\x5a\xe7\x04\x02\x11\x01\ \x63\x82\x23\x47\x64\x84\xc8\x40\x30\x11\x84\x31\x11\x78\x67\x19\ \x83\x40\xf0\x50\x89\x40\xb0\x80\x7b\xc1\x00\x7d\xad\xbd\x21\x57\ \x79\x0f\x8e\x84\xf7\x4a\x93\xa8\xad\xf3\x9e\x34\x6a\xef\x5d\x7f\ \xa9\xfb\x13\x7f\xe2\x8f\x5f\x7e\xf1\x95\xa7\xbe\xf8\x8c\x15\x35\ \x0a\xe6\xac\x03\x8f\xc6\x9a\x26\xbe\x73\x47\x7d\xd3\x74\x9b\x6a\ \xec\x9d\x28\x8a\xa4\x54\xf7\xdc\x73\x09\x00\xbe\xfc\xe5\x2f\xef\ \xee\x5e\x4b\x92\x34\x4d\xd3\x24\x69\x35\x46\x77\x10\x84\xd3\xe9\ \xac\xb1\x46\xcb\xb2\x2a\xcb\xea\xdc\xb9\x73\xab\xab\x6b\x75\x5d\ \x1b\xa3\xa3\x28\x7e\x2d\x0d\x18\x5e\x53\x7c\x67\x76\x75\x57\x4c\ \x8a\x4b\xf7\x5c\x3c\x7b\xff\xc3\xfd\x6e\x47\x0a\x7e\x74\xb0\xa7\ \x48\xc8\xb4\xb7\xc6\xd4\xb9\xcd\x95\x7b\xcf\xac\xaf\x2d\xf5\xe6\ \xc7\x47\xf7\x74\x5a\x64\xa9\x3e\x3a\x5a\x8f\xe3\x34\x92\x51\x48\ \xfb\xa3\xbd\xcd\xb5\xee\x9b\x2f\x9e\x4f\x4a\x5d\x66\x55\xc5\xb1\ \x00\x42\x63\xaa\x45\xf6\xd6\x8b\x17\xde\x71\xe9\x62\xe2\xed\xe4\ \xf8\xb0\xdf\x52\xd9\x52\xdb\x82\x5d\xde\xde\xea\xae\x2c\x13\x52\ \xb6\x98\xcb\x08\x56\x37\x7a\x14\x54\x3e\x28\x95\xc2\xd1\x68\x58\ \x60\x15\xf6\xd5\x6c\x51\x24\x83\x54\xf4\x5a\x47\xc7\xd3\xad\xb3\ \xdb\x2b\xeb\xcb\x0b\x3e\x9b\x14\x73\xb3\x84\x91\x6f\x59\x8e\xc8\ \xe4\x4a\x6f\x60\x6d\x55\x7b\x29\x1d\x91\xd6\x21\xe7\x86\x31\x57\ \xd7\xae\xaa\x14\x62\x1a\x87\x55\x59\xd6\x59\x19\x08\x44\x51\x80\ \x59\xc4\x0a\x18\x41\x9e\x39\x15\xe0\x85\x33\x83\x48\x31\x0e\xe6\ \xcc\xc6\x32\x03\x9c\x4d\x38\x31\xe5\x78\x70\x53\xeb\xd2\x16\x49\ \x98\x20\x51\x9e\x17\x6b\x9b\xab\xef\x7b\xff\xfb\x9c\xd3\x4f\x3d\ \xf5\xb4\x73\xf4\xc1\x1f\xfe\xe1\xd5\xb5\xcd\x9d\x5b\xbb\x2f\x5c\ \x7e\xf9\xf9\xaf\xbc\xb0\x98\xcd\xe7\xc7\xd3\x7c\x9e\x31\x64\xdf\ \x81\xb9\x03\xde\xfb\x8f\x7c\xe4\x23\xef\x78\xc7\x3b\xdb\xed\x36\ \x22\xfd\xd2\xbf\xf8\xe7\x75\xad\xef\x64\xa6\x1a\x43\x80\x71\xae\ \x94\x64\xb7\xdb\xdf\x36\x0f\x50\xa8\x14\x67\xac\x69\x0e\x59\xd7\ \xb5\x52\x8a\x34\x59\x6b\x9b\x5c\x51\xbb\xdd\x96\x42\x70\x86\xd3\ \xd9\xfc\xd6\xcd\x5b\xf8\x9e\x77\x39\xe7\x82\x30\xec\xf5\xfb\x80\ \x18\x86\x91\x27\xb2\xc6\xf2\x30\x68\x25\x49\x13\x93\x36\xd6\x0b\ \x94\x4c\x78\x81\xa8\x8d\xb6\xce\x92\x64\x79\x91\xe7\x8b\x85\x04\ \x90\x8c\xa5\x92\x3b\xeb\xa5\x52\xcd\x0b\x68\xba\x58\x39\xe7\x19\ \x82\x60\x0c\x81\x04\xe3\xad\x28\xaa\xaa\x4a\x09\x15\x47\x11\xde\ \xae\xfb\x6f\xda\x7f\x72\xce\x89\x2c\xde\xce\x5a\x79\x40\x04\xf4\ \x27\x3d\x49\x1a\xe3\xfd\x8e\xd5\x83\xde\x03\x22\x1a\x6d\x36\x37\ \x37\x7e\xf6\x3f\xf9\xd9\x7e\x7f\xa5\x28\x8a\x2b\x57\xae\xfc\xca\ \xaf\xfc\xcb\xa3\xa3\xa3\xbb\xa6\x7a\x04\xd4\x46\x33\x6e\xc3\x48\ \xb4\xdb\xa9\xb1\xc5\x74\x36\x8e\xe3\xa0\xaa\x72\x63\x80\x31\xc6\ \xb9\x14\xb1\xda\x99\x1e\x6d\x76\xcf\xcd\x4c\x39\x2a\x64\xb7\x73\ \xd6\x11\xb3\x81\x8a\xfa\x8a\x0b\x1e\x06\x4b\xe3\x3c\xdb\xdf\xdd\ \xa9\x67\xb3\x44\x08\xeb\x2a\x24\x2f\x10\x24\x32\x64\xe0\x05\x80\ \x23\xef\x81\x31\x20\x62\x44\x5e\x08\x2e\xa4\x70\x04\xcc\x5b\x20\ \x14\x52\x4a\x90\x44\x64\x3d\x78\x44\x21\xb8\xd6\xda\x58\xc3\xc1\ \x93\x05\xab\xa1\x40\x81\xc0\x39\x1a\x4e\x25\x50\xc9\xd1\x86\x51\ \x6c\x2d\x66\xa5\x29\x34\x21\x8f\xb4\xb5\xda\x92\xb7\x36\x08\x94\ \xb5\x5a\x2a\x1e\x86\x4a\x57\x95\x8a\x55\xd3\x75\xac\xf1\xd3\x39\ \xe7\xd6\xda\xa6\xb6\x53\x6b\xbd\xbf\xbf\xbf\xbe\xbe\x9e\x24\xc9\ \xee\xee\xae\x10\x62\x6b\x6b\xeb\xf8\xf8\xf8\xca\x95\x2b\x9f\xfb\ \xdc\xe7\x84\x10\x6f\x79\xcb\x5b\x1e\x79\xe4\x11\x21\x44\x9e\xe7\ \xc3\xe1\x78\x36\x9d\x36\x15\x45\x04\xa0\x64\xd0\xe9\xf4\x84\x50\ \x44\x08\xc0\xc4\x6b\x3b\x68\x5f\xc3\x7f\x22\xea\x05\x91\xcb\xcb\ \x2b\xcf\xbd\xb0\xbd\xbc\x1c\xf5\xf9\x7c\x32\x89\xb9\x2c\xa8\x56\ \xc8\x1d\x53\x83\xad\xe5\xd6\x76\xb4\x3f\xdc\xd1\x7e\x11\xac\x06\ \x37\xae\x0d\xcb\x6c\xde\x5b\x3f\xeb\xc2\x60\x8e\x24\x92\xfe\x43\ \xe7\x97\x57\x83\xb0\x3a\x9a\x74\xb5\xf5\x9e\x17\xc4\xbc\xa5\x38\ \x68\xdd\xdf\x5b\x5b\x2e\xa9\x18\x0f\x85\x2d\x13\xc6\xdb\x42\xd4\ \xad\x04\xea\x3a\x66\xac\x36\x1a\x75\x95\x28\x01\x4a\x4c\x66\x87\ \x96\x55\x51\x1c\xc4\x29\x67\x51\x50\xfb\x3a\x11\xf1\xf6\xc5\x4b\ \x69\x67\x79\x3a\x2b\xea\x90\x9e\xe9\x8c\x95\x0f\x7c\x99\x4e\x6f\ \x19\xdb\x8e\x26\xd7\x2b\x3f\x1d\xaf\xb4\x56\x37\x5a\xbd\x50\x86\ \x47\x65\x58\x97\x55\xa4\x48\x01\xab\x6a\x23\x80\x74\x59\x3a\xa3\ \xb7\x36\xd6\x05\x16\xc5\x7c\xe2\x5d\x45\x54\xbd\xf3\x9d\x6f\x06\ \x70\xcf\x3d\xfb\xdc\xf6\xf6\xe0\xfc\xf6\x46\x35\x1f\xe9\x72\x9e\ \x44\x05\xaf\x44\xdc\x6a\x1d\xcd\xe6\xde\xba\xa5\x56\xcb\x1b\x3a\ \x18\x8e\x3b\xbd\xa5\x20\x0c\xff\xf8\x4f\xfd\xd4\xc5\x4b\xf7\x5c\ \x7b\xf6\xe9\x47\xef\x7b\xf0\xa5\x97\xaf\xec\x5d\xbf\xf5\xf8\x3b\ \x1e\x7f\xfc\x1d\x3f\x78\xfd\xda\x8d\xab\xd7\xae\xff\xd6\x6f\xfd\ \xf6\x53\x4f\x7f\x81\x8c\xa3\xbb\x6e\x83\x41\x27\x8d\xb8\xef\xbf\ \xff\xbe\x7b\xee\xb9\x67\x73\x73\xb3\xd5\x4a\xbe\xf8\xc5\xcf\x57\ \x55\xc9\x39\x63\x0c\x01\x58\xd3\xb7\x49\x08\x11\x04\xa1\x94\xea\ \x8e\x44\x5d\x0a\x21\xa4\xd2\xd6\x02\x40\x10\x06\xd3\xe9\x94\x80\ \x94\x54\xc6\x1a\x24\x20\xef\xc3\x30\x4c\x93\x56\x51\x64\xd6\xc3\ \xfe\xc1\x91\x35\x86\x0b\xa1\xb5\x99\x4c\x26\xb3\xe9\x74\x6d\x75\ \x20\x95\x74\xce\x72\xce\x82\x40\x35\xf4\xc7\x98\x68\xba\x09\x7b\ \xe7\xb2\x45\xe6\xea\x32\x09\x24\x43\xe0\x8c\x71\x64\x40\x96\x13\ \xd5\x65\x21\xb8\xe0\x88\x1c\x19\x43\xcf\x39\x3a\xef\x25\xe7\x92\ \x4b\xce\xb8\x35\xc6\x18\x6d\xac\xe9\xa4\xed\x30\x0a\x19\xe3\x8c\ \x73\x64\x0c\xe9\x24\x31\x47\xc4\x5c\xd3\xe3\xaf\xa9\xae\x40\x04\ \x6c\x5a\x94\xdc\x0e\xea\xdc\x8e\xee\x20\x63\x88\x64\x8c\xe9\xb4\ \x3b\xef\x7f\xff\xfb\x95\x8a\x8e\x8e\x8e\xa4\x94\xbd\x5e\xef\xe8\ \xe8\xc8\xdf\x6d\x16\xdd\x13\x05\x4a\xad\xac\xf4\xd3\x34\x91\x92\ \x2f\xb2\xb9\x94\x62\x79\x79\xb9\x29\x12\xf6\x9e\x04\xe3\x71\xaf\ \xb3\x33\x19\x2f\xf5\xee\xcf\x6c\x38\x2e\x42\x4f\x41\xc0\xc2\xd4\ \x4b\x1e\x88\x9c\xdc\xc1\xc1\xf4\x70\xb6\xbb\x98\xce\x62\xc6\x03\ \x21\x09\x98\xe2\x82\x23\x63\xcc\x69\xcf\xd0\x3b\xe1\x81\x00\x1d\ \x39\xef\xc8\x7a\x72\x44\xae\xf1\xee\x8c\x77\xe4\x89\x9c\x75\x8e\ \x3c\x69\x63\x2b\xe3\x08\xb3\x93\x2a\x2d\xf2\x1c\x3d\x82\x47\x4c\ \x3c\xb4\x04\xf7\xad\x48\x2c\xf5\x97\x92\x54\xf6\x7b\xcb\x8b\xcc\ \x1d\x5d\x3d\x3e\x1a\x15\x61\x1c\x03\xe8\xa8\xdf\x41\x06\xba\xae\ \x9e\x7c\xf2\x0b\x75\x65\x18\x02\x0a\x4e\xce\x6b\xad\x39\x17\xde\ \xbb\x26\x3f\x75\x12\x50\x23\xaa\xeb\xfa\xe9\xa7\x9f\x9e\x4c\x26\ \x79\x9e\xff\xde\xef\x7d\xea\xe2\xc5\x0b\x3f\xfd\xd3\x3f\x7d\xe5\ \x95\x2b\x79\x96\x35\x9a\xf8\x26\x20\xd8\x94\x7d\xae\xaf\x6e\xc5\ \x51\x5a\x55\x55\x51\x14\xc6\x98\x95\x95\xf5\x40\xc5\x65\xa1\x95\ \x94\xce\xea\xd7\x38\xa2\xe6\x35\xe4\xd1\xb9\xac\x65\xec\x8d\xae\ \xb4\xfb\x77\xbf\xf9\xc9\xc7\x1e\x7e\xe0\x4d\x97\xee\x41\xa3\x43\ \xeb\x83\x5a\x5f\xbc\x70\xf6\x9e\xc1\xc6\x7c\x3a\x09\xad\xac\x28\ \x5c\x2c\xb2\xf5\x56\x3c\x9e\x97\xd9\xc1\xcb\xaa\x9b\x3e\xb8\xb9\ \x1c\xa6\x51\x00\x76\x3e\x1e\xd5\xa0\x79\x8b\xe9\x50\x04\xdd\x30\ \x36\x06\x54\x50\x9e\xa1\xcb\x34\x77\x2d\xaa\x35\x02\x72\xb7\xd6\ \x71\x95\x3a\xa8\xcb\xdd\xe0\x30\xde\x68\x27\xf1\xba\x70\xce\x4d\ \xa3\x59\x31\xbc\xb1\x18\xb5\x3b\x4b\x6b\xe7\x2e\x92\xf7\xee\xf8\ \x28\xdf\x1b\x3d\x7b\xf0\x7c\x7b\xbf\x3f\xbe\x36\xeb\x0c\x56\xf9\ \xfd\x5d\xb1\x9e\x94\xdd\xb8\x8a\xe2\x9b\x93\x5b\xf9\x74\x3c\xc9\ \x5d\xde\xc9\x7b\x2d\x19\x76\x79\x12\x98\xac\xcc\x8c\xe4\x05\x96\ \x56\xe8\xa2\x98\xb7\x24\x7d\xe0\x5d\x6f\xbf\xef\xbe\x73\x45\x36\ \xfc\xe4\x27\x3f\x06\xde\x3e\xfa\xe8\x3d\xfd\x6e\x77\x31\x9f\xa5\ \x6f\xbe\x27\x0e\x03\xa7\x73\xf2\x96\x18\xab\x1c\x58\xd4\x41\x10\ \x26\xa1\x0c\x35\x63\x8a\xf7\x1e\xbe\xbf\x6f\xf4\xee\xe1\xf1\xa5\ \xb4\x5f\x5f\xd9\x79\xf9\xf9\x1b\x93\x14\x8c\x35\xdb\xeb\x83\xeb\ \x2f\x3c\xff\xab\xff\xf4\x9f\xfc\xc9\x9f\xfa\xd3\x5b\x2b\x6b\xbd\ \x87\x1e\x8c\x55\x78\xf5\xea\xb5\xd9\x7c\x7e\xa7\xbf\xc9\xdd\xe9\ \x77\x88\xe8\xe3\x1f\xff\xf8\x74\x3a\x4f\xd3\x34\x0c\xd4\xe7\x3f\ \xff\xc4\xcf\x3c\xf4\x97\x9a\x94\xb9\xae\x9a\x8e\xf4\x42\x4a\x19\ \x04\x81\x94\xa2\xe9\x48\xe0\x9c\xe3\x1c\x01\xbc\xd1\x75\xb7\xdb\ \x0d\x64\xd0\xc4\xad\x96\xfb\xfd\xd1\x68\xe4\x6b\xc3\x2c\x71\x4b\ \x49\x1c\xce\x66\x53\x04\x78\xe9\xc5\xcb\x8b\xbc\x94\x9c\x33\x1e\ \x46\xed\xf6\x62\x3e\x65\xa1\xf4\x9c\x6a\x53\x7b\xb0\x4c\x10\x93\ \xe4\x9d\x47\x20\x22\x19\x20\x5a\xe3\xa1\x76\x93\xc3\xdd\xb6\xf4\ \x92\x91\xf7\xae\x76\x8e\x21\x36\xe9\x33\x24\x12\x40\x12\x49\x92\ \xe7\x8c\x1b\x02\x30\x4e\x6b\x17\x06\x81\xe4\x10\x84\xcc\x93\x4f\ \xda\x2c\x8a\x43\x60\x82\x31\x49\xc4\x00\xb9\x90\x9c\x00\xa5\x0a\ \xea\xba\xb4\x9e\x00\x3c\x31\x74\xe4\x84\x14\x74\x12\xdc\xb9\x63\ \xec\xb0\xe6\x51\x44\xc0\x20\x08\xf7\x0f\xf6\x7e\xf9\x5f\xfe\x8f\ \x9d\x76\x2f\xcb\xb2\xcb\x97\x5f\x39\x3c\x3c\x04\x80\xbb\x6e\x01\ \x40\x44\x4a\xc9\x24\x09\x11\xfd\x6c\x36\xae\xab\x2a\x89\x82\x3c\ \x93\x51\x14\x79\xcf\xab\xaa\x0e\xa4\x4c\xc3\xce\xce\xe2\xa8\xd2\ \x25\x0b\x5c\x6e\xe6\xbe\x9e\xe5\x87\xb7\xb2\x5d\x68\x09\x56\x2c\ \x6a\xab\x49\x9a\xc5\x7a\xc8\xc0\x14\x81\xa9\x98\xaf\x04\x0f\x24\ \x72\xa1\x84\x44\x10\x9e\x69\x6b\x4d\xed\x00\x7c\x13\x2d\x26\x4f\ \xce\x79\x6d\x5d\xad\x0d\x31\x66\x8c\x35\x8e\x03\x81\xf5\xcc\x13\ \xf7\x9e\x9c\x27\xce\xb8\xf7\x24\x99\x04\xf4\x79\x55\x67\xa6\x48\ \x94\x5d\x0b\x64\x4a\x6e\xab\xd7\x6e\x75\x82\xe3\x6c\x34\xf7\xc5\ \xd8\xeb\x00\xed\xa0\xd5\x09\x92\x84\x33\x65\x4b\x77\xb4\x7b\xec\ \x08\xbd\x45\x29\x94\x76\xc6\xda\x5a\x30\xb2\xd6\x07\xc1\x49\x33\ \x1d\x29\x65\x55\x55\x8d\x67\x14\x45\x11\x22\x96\x65\x91\x24\x71\ \x10\x28\x0b\xae\xa8\x2b\xed\x6d\x18\x04\x93\xd9\x74\x67\x77\xa7\ \xdb\xe9\x44\x51\x24\x04\xb6\x3b\x09\xe3\xbc\x2c\xab\x26\x06\xc4\ \x10\xab\xca\xd6\x5a\x6b\x5d\xfb\xd7\xd6\x60\xf3\x35\xc4\x95\x09\ \x22\x08\x3d\x97\x95\x2d\xf3\xba\xfe\x83\xa7\x9e\xda\x1d\xef\x7f\ \xe8\x47\x1e\xdf\x58\x59\x8e\xd5\xf6\xfa\xc6\x92\x39\x9c\xa6\x56\ \xcd\xb9\x87\x18\x59\x28\xad\x29\xa4\x8c\xca\x6c\xbc\x5b\x1f\xdc\ \x73\xbe\x3f\xc1\x3c\x8b\x95\xbf\x67\xa0\xd5\x40\x7b\x5d\x57\x85\ \xc9\x17\x75\xb6\xd8\x3b\xd8\x7d\xd1\x4d\x82\x7e\xba\xf6\xc0\x45\ \x48\x97\x75\xae\xf3\x79\x71\x74\x5c\x1d\x4d\xf5\xf0\xea\x0b\x9d\ \xd6\xc5\x7b\x1e\x79\x08\x91\x66\xf3\xb0\xbc\x5c\xef\x4c\xf6\xe0\ \x78\xb2\x71\x66\xb0\xd2\xef\x56\x8e\xe5\xe3\x6c\xbe\xb7\xff\xde\ \x8d\x35\xa1\x63\x75\xd9\x9f\x85\xfe\xc1\xad\xfd\xbd\x70\x7f\xcc\ \x17\xf9\x38\x87\xda\xd5\xc5\x74\x27\xd3\x7e\x7b\xe5\x20\x9f\x2f\ \x31\xfb\xf0\xfd\xf7\xaf\x5f\x3c\xf7\xfb\x9f\xb9\xb5\x7b\x74\xad\ \x45\xf0\xe1\x77\xbd\xf3\x91\x4b\x6b\xce\x4d\xc6\x76\xf6\xde\x47\ \x2e\xf0\x24\xea\x75\x3a\x8b\xf1\x58\x56\x45\xe2\xbd\x5d\x68\x54\ \x2a\x08\xdb\xb5\x97\xb9\xc7\x20\xe5\x00\x10\x80\x58\xef\x6e\x8a\ \xb0\x9d\x47\xe1\x32\xd9\xb5\xb5\x0d\x3e\x2b\x69\x31\xb7\x79\xbd\ \x90\x41\x12\x85\x88\xec\xc2\xf9\x8d\xc3\xbd\xeb\xbf\xfc\x4b\xbf\ \xf0\xa3\x1f\xf9\xa3\x4b\xeb\xdb\xab\xeb\x2b\x7f\xe6\xcf\xff\x99\ \x28\x94\xde\xf9\xbb\x36\xfa\x9b\x6e\x2c\x4f\x3c\xf1\xc4\x13\x4f\ \x3c\xf1\xea\x12\x8a\x66\x44\x49\x13\xd6\x41\xf4\x77\xfa\xb4\x36\ \x8e\x7a\x33\x32\xc8\x7b\x1f\xaa\x50\x08\x21\x95\x34\xe0\xbd\x77\ \x4d\xae\xbd\x29\x2e\x6b\x04\x60\x82\x03\x00\xdc\xb8\x71\x23\x5b\ \xe4\x51\x18\x48\x29\x95\x0a\x1a\xcd\x9e\x73\xce\x68\xcd\x18\x86\ \x71\x4c\x80\x4d\xdf\x4f\x4e\x5e\x6b\xad\xa2\xc8\x19\x7d\xb0\x3f\ \x5c\x5d\xea\x91\x27\xe7\x48\x32\x64\xc8\x89\x9c\x31\x96\x29\x14\ \x92\x31\x84\x50\x2a\x86\x02\x48\x6b\x6b\x3d\x80\xd6\x5a\x08\x74\ \x8e\x13\x01\xe3\x4c\x08\xc5\x38\x97\x52\x72\xc1\xc9\x23\xdc\x16\ \x04\xfa\xdb\x9c\xc1\xb9\x60\x8c\x73\x26\x39\x13\xaf\x2a\x3a\x3d\ \x39\x4e\x39\x63\x9e\xac\x94\xf2\xe8\x68\xf4\xdf\xfd\xdf\xfe\x1f\ \xaf\x4a\x02\xf2\x3b\xa3\x57\xee\x2e\x8f\xee\xbd\xaf\xab\x72\xb1\ \x58\xf4\x7a\x3d\x91\xc4\x52\x8a\xba\xae\xa4\x14\x4a\x32\x5d\x7b\ \x4f\xa6\x2f\x7b\x61\xad\x8a\xe9\x41\xda\x16\xd9\xe4\x70\xb5\xd3\ \xf2\x56\xe0\xc8\xf0\xc8\xcb\x3a\x4b\x42\xce\x35\x25\x02\x16\xc5\ \x34\x56\x2c\x89\xb8\xb1\x58\x38\x4e\x24\x6a\x57\x17\xae\xd4\xd6\ \x59\x4d\xce\x93\xb6\xde\x79\x32\x1e\x8c\x07\xed\xc8\x38\x12\x92\ \x69\xe3\x66\x35\x0b\xc3\xd8\x3a\xe3\x9d\x63\x1c\x01\x01\xb8\x30\ \xa4\x49\x29\x86\xb0\xa8\x8b\x19\xda\x24\x4e\x93\x4e\x02\x50\xb5\ \xa2\x65\x70\xf2\x99\x67\xae\xec\x2e\xb0\x94\xfd\x99\x97\xbc\xd6\ \xf5\x7c\x9e\xda\x75\x6e\xd0\x16\x64\x80\x3c\xe7\x96\xac\xf7\xde\ \x7b\x0d\x64\x9c\xb3\xaf\xae\x37\xf6\xde\x17\x45\x11\x04\x41\x14\ \x45\xde\x7b\x21\xd8\xd6\xd6\xe6\x70\x74\x3c\x9e\x4d\x66\xf9\xdc\ \x81\x5f\x94\xd9\x97\x9f\x7d\xea\xe0\x60\xef\xbe\x4b\xf7\xde\x7b\ \xef\xa5\xe9\xec\xd8\x39\x17\x86\x89\x94\x22\x08\x12\x6b\x9d\x07\ \x68\x3a\xc3\x3a\xa7\x5e\x4b\xd3\xaf\x6f\xcd\x3b\x04\x28\xc8\x6f\ \x95\xd3\x8a\x1c\xeb\xc4\x70\x66\xb5\x8c\x28\x8b\xcc\x6f\x0c\x9f\ \x7c\xec\xa1\xb7\xf6\xb6\xba\xbf\x75\xfc\xe2\xe6\xd9\x38\x76\x4e\ \x23\x6a\xc2\xd2\xf1\x69\xcd\x73\x6d\x6b\x9f\x8e\xe7\xee\x95\xd9\ \x8b\x8b\x22\xcb\xee\x5f\x3b\xff\xc0\x7d\x49\xa7\x6d\x8d\x29\xa7\ \x50\x1f\xd7\x62\x11\x67\xac\x35\x9f\xce\xe4\xa4\x1a\xcd\x12\xb1\ \x7d\x0e\xba\xc1\x3c\xa8\xc9\x85\x72\x88\xe9\x94\x75\x9e\x1d\x06\ \xfc\x80\x5d\x5a\x3f\x0c\xd5\x9b\xb2\xd5\x74\x7f\xda\xdb\xba\xf8\ \x83\x2b\xef\xb4\xe4\xbe\xb2\x3b\x3e\xda\xe1\x6d\xd7\x5e\xe5\xbd\ \xce\xc5\x8b\x5f\x78\xfa\xf9\x4f\xed\x7c\x1e\xf5\xc1\xbd\x17\xbb\ \x3f\x7a\xf1\xfc\xc7\x47\xf3\xe7\x8f\x67\x88\x65\x9a\xc6\xeb\xcb\ \x91\x54\xf2\xcd\xf7\xaf\x9f\x3f\xb7\xa5\xe2\x28\x9b\x6d\x2d\xa9\ \xea\xbe\xb5\xf5\x77\x3e\x72\x9f\xad\x16\x15\x55\xa1\x72\x2b\xcb\ \xe9\xa4\xa4\xe9\x78\x06\xc8\x65\xd2\xb2\xb5\x35\x45\x95\x84\x2d\ \xc5\x25\x83\x20\x2b\xab\x7b\x83\xa5\x95\x76\xe7\x9a\x1c\xe7\x81\ \xe0\xe0\x60\x94\x9d\x0f\x92\xca\x45\xd7\x29\xdf\x59\xc6\x6c\x45\ \xf4\xc6\x8b\x45\x3d\x8f\x7a\x29\xb6\xe2\xb3\x17\xde\x74\x74\x3c\ \xfa\xf2\xe1\xd5\xf7\x5d\x3c\x37\xdb\x1f\xaf\x74\xda\x5b\x5b\x1b\ \xda\x9a\xbb\x14\xb0\x31\x04\x00\xad\xcd\x6d\xb1\xdc\x49\x1e\xbd\ \x91\xd8\x69\xad\xf1\xb6\x74\xb0\x69\x0f\xa4\x94\xe2\x9c\x37\x33\ \x8f\x18\xe3\x5a\x9b\xe5\xa5\x25\x64\x2c\x50\x81\x64\x7c\x3a\x9b\ \xad\xaf\xae\x71\x21\x9a\xe1\x47\x9c\xf3\x38\x8e\x9b\x60\xed\xee\ \xce\x5e\x96\x15\x51\x18\x04\x41\xa0\x94\x6c\xea\x07\x19\x60\x5d\ \x96\x08\xbc\x9d\xb6\x11\xc0\x3b\xcf\x38\x63\x88\xce\x3a\x24\x32\ \x65\x61\x6a\xbb\x98\xcd\xf2\x45\x69\x2c\x00\x23\x86\x0e\x10\xca\ \xba\x56\x08\x8a\x0b\xe7\x9c\x77\x9e\x09\x90\x4a\x4a\x15\x34\x45\ \x83\xd6\xfa\xb2\xac\xb5\x01\xc6\x64\x10\x28\xd6\xd4\x43\x00\x36\ \x83\x9e\x18\x43\x20\xf2\xde\x35\x3a\x21\x04\x0e\xc4\x19\x0a\x76\ \x12\x32\x78\x55\x4a\x0b\xd0\x79\x62\xc8\x9c\x77\x41\x20\xbe\x56\ \x6c\xe9\x9b\xc1\x06\x77\x2d\x5f\x68\xc4\xb8\xc3\xe1\x70\x30\x18\ \xc4\x71\xdc\x24\xf5\x9b\x50\x08\x63\xcc\x39\xaf\xc2\x20\x08\xe4\ \x6c\x36\xef\x75\xd7\xc7\xa5\xa6\x0e\x03\x64\x45\x55\x0b\x06\x5a\ \x5b\x43\x5e\x40\x64\x74\x2d\x5b\xbd\xb8\xa3\x18\xd1\x22\x73\x6e\ \xe6\xca\xca\x67\x95\xcb\xb4\xd7\xd6\x3b\x47\x9e\xc8\x7a\xb2\x1e\ \x8d\x07\xe3\x89\x50\x38\x44\x4f\xa2\x76\xc0\x80\x92\x38\xd4\x9a\ \x2d\x16\x0b\xc1\x85\x43\x32\xce\x78\x20\xe7\x3c\xe3\xc0\x31\x24\ \xcd\x17\x53\x73\xe4\x2d\xa4\xea\xf0\xc0\x4d\x17\xb3\x22\x8b\xbc\ \x91\x88\x1d\xe5\xfb\xd6\xcc\x6c\x60\xbd\xf3\xc6\x3a\xab\xb5\x45\ \x60\xa0\xa4\x52\x8e\xbc\x3d\x29\xf1\xa4\x3b\xd4\xec\xbd\xb7\xd6\ \x36\x5d\x83\xa5\x94\xb3\xd9\x2c\x0c\xc3\x24\x8e\xab\xa2\xd4\x45\ \xd9\xef\xf7\x06\x83\x41\x3b\x4d\xfb\xdd\xae\xd5\x86\x33\xce\x10\ \x8b\xa2\x1c\x8f\xc7\xad\x56\x5b\x29\x65\xed\xe1\xfa\xfa\x86\x94\ \x72\x32\x19\x03\x60\x10\x04\x9c\xf1\xef\x06\xef\x58\xcf\xbb\xe1\ \xe0\xbf\xfa\x50\x69\xea\xcc\x54\xb9\x37\xb5\xaf\x16\x66\x36\x15\ \xe6\xd7\xa7\x5f\xea\xab\xee\x70\x7c\x3c\xe8\xf4\x7a\x67\x3a\x92\ \x2b\x6f\xbc\xcd\x6a\x37\x2b\x69\x56\x8b\x69\x2d\x26\xf3\xf6\xbc\ \x5e\x15\xc1\x57\xae\xed\x8a\x76\xa7\xc5\x98\x97\x5c\x49\xae\xe3\ \xa8\xce\x6b\x25\x24\x07\xac\xab\x1a\x2e\xef\x6d\xb3\xa4\xb3\xb4\ \x6c\x16\x52\x8d\x03\xbe\x2f\xd8\xa8\x93\x1c\x20\xcf\x8e\xcd\x01\ \x65\x90\x05\x4f\xbb\x07\xb2\x8d\xe5\x62\x63\x73\x2f\xbc\xb9\x7f\ \xeb\xf8\x93\x57\x4d\x91\xcb\x9a\xff\xde\x6f\xff\x7e\x64\x53\x2d\ \xf8\x98\x0f\x7f\xe2\xb1\x37\xfd\x95\x0f\xbe\xc7\x1d\x8f\x1e\x7a\ \x6f\xeb\x17\xa7\x9f\xf9\xf2\xde\x54\x9b\x61\xac\x96\xdf\xfb\xae\ \xb7\x0c\x36\x84\x76\x93\x3c\x3b\x5c\x5f\xc2\x81\xd8\x3a\xd7\x5d\ \xe6\xe5\x84\x7b\x3b\xcf\x26\x16\x6a\x19\x04\xad\x20\x1e\xcf\xa6\ \x3c\x50\x85\x33\x35\x60\x7b\xb0\xd1\xed\x74\x39\x09\xb0\xe4\xac\ \x5f\xb3\x1c\xe7\x75\x5b\xb4\x27\x04\x13\x53\x87\x71\x88\xdc\x86\ \x91\x6c\x8b\x96\xb1\x39\x95\xa5\x67\xd5\xbc\x2e\x96\x37\x36\x0a\ \x89\x3b\x8b\x99\x5d\x51\xc1\xd9\xfe\xd8\x2e\x16\xd9\xf4\xf2\x33\ \xcf\x6e\xad\x2e\xdf\xf5\x03\xd0\x94\xd8\x85\x61\x50\x55\xf5\xab\ \x52\xc5\xd0\x8c\x0d\x09\xc3\xd0\x68\x7d\x52\xbe\xc4\x79\x14\x45\ \x51\x14\x49\x29\x91\xa1\x94\x12\x91\x7b\x67\x89\xfc\xee\xee\x6e\ \xad\xeb\x40\x05\x55\x59\x35\xb2\x77\xeb\x74\x63\xef\x44\x51\x1c\ \x86\x71\x5e\x14\xd3\xe9\x74\xff\x60\x7f\xb0\xd2\x47\xc4\x38\x6e\ \x31\xc6\xbd\xa7\x30\x08\xca\xaa\xf6\x9e\x92\xa4\x45\x84\x84\x4d\ \xa1\x39\x63\x8c\xaa\x22\x2f\xf3\x4c\x00\x4c\x8e\xc6\x65\x69\x24\ \x82\x14\x5c\x1b\xc7\x38\x33\xc6\x10\x42\x93\x1c\xe7\x0c\x6e\xb3\ \x24\xc3\x93\xe4\x14\x39\xeb\x1d\x41\x18\x44\x51\x94\x00\x30\x04\ \xf4\x4d\x47\x61\x86\x8c\x71\x00\xeb\x9d\xc5\x93\x59\x8d\xec\xc4\ \xaa\x03\x0e\x5f\xdf\x6a\x83\x38\x63\xce\x1b\xc6\xf8\x9d\xa4\xcc\ \x9d\xc5\xb9\xd3\x8f\xea\xae\xb8\x9e\x15\x45\x5e\xd7\xf5\xd6\xd6\ \xd6\x7c\x3e\x5f\x5e\x5e\x9e\xcd\x66\x4d\x99\x52\x23\x50\x70\xce\ \x09\xce\x92\x24\x99\x66\x13\x26\x84\xf5\x94\x57\x35\x71\x31\xcb\ \x0b\xf4\x40\xae\x02\x8d\x44\x81\x10\xee\xcc\x56\xb7\xbf\xd9\x52\ \x82\x60\x7f\xb6\x30\xb9\xd3\xc6\x38\xac\x6b\x74\x20\x3c\xa2\x27\ \xf2\xd8\x68\x72\x90\x71\xe6\x81\x81\x23\x0b\x68\x81\xac\x33\x79\ \x9e\x5b\x67\x3d\x50\x5e\xd7\x00\xc0\x38\xf3\xde\x6b\xe3\x00\xa1\ \xb2\x16\xa5\xf3\xdc\x14\xce\x8d\x0b\x77\x75\x6f\x74\xdf\x03\x0f\ \xbc\x6f\xf3\xd1\x4f\x7f\xe9\xc5\xdd\xd9\x90\x71\x8f\x5c\x70\x11\ \x23\x67\xd6\x3b\x5b\x57\x9e\xf1\x48\x2a\x21\xa4\xd1\x8d\x6a\x9c\ \x1a\xf7\xaa\xf1\xad\x1a\x4d\xa9\xd6\xba\x51\x75\x8d\x46\xa3\x48\ \x85\x4b\xbd\x5e\x98\x24\x6f\x7f\xec\x6d\x69\xa7\x3d\xcf\xb3\x24\ \x8a\x05\xe3\xcf\x3d\xfb\x6c\xa0\x82\x32\x2f\xbd\xf7\x6b\x6b\x6b\ \x17\x2f\x5e\x2a\xcb\xf2\xf2\xe5\xcb\x8c\x31\x63\xcc\x93\x4f\x7e\ \xe9\xe0\xe0\x60\x69\x79\x29\x89\x93\x33\x67\xce\x7c\xdd\x4d\xf9\ \xb6\x79\x87\x11\xd4\xd2\x3f\xfb\x60\x8e\x1e\xf2\xac\x36\x75\xed\ \xeb\x7a\x72\x3c\xb7\x8b\xd9\x46\xba\x04\xd5\x7c\x99\x63\x44\x5a\ \x88\x3a\x6d\xc7\x16\x78\x1e\x33\x17\x80\x97\x58\x03\x55\x0b\x06\ \x25\x79\xee\xb5\xb7\x3b\xbb\x7b\x18\x87\x49\x9a\xaa\x9a\xba\x3a\ \xcc\x8e\x5c\xeb\x00\x37\x27\x51\x84\x1d\x39\xe7\xdd\xbc\x90\xe2\ \x50\x67\xa6\xdc\x9f\xd7\xfb\x33\x9c\x22\xf3\xec\xf0\x95\x5b\xc5\ \x67\xaf\x6a\x5b\xc8\xcd\xc7\x22\xd5\x3b\x7c\x61\xff\x95\xa7\x7e\ \x75\x34\x9b\xec\x1e\xdf\x22\xf4\xb5\xae\xd7\x06\xeb\x69\x7f\xfd\ \xd6\xde\x95\x3f\xfa\xf8\xdb\x7e\xe2\x07\xdf\x5d\x8d\x0e\x7d\x39\ \xef\x0e\x3a\x3f\xf2\x47\xde\x75\xe5\x57\x7f\x4b\xc4\xfc\xfd\xef\ \x7b\xd3\x46\x37\x0c\x0e\xf6\xfa\x51\x50\xe5\x06\x4a\x81\x65\x78\ \x56\x45\xe7\x57\x36\x16\x8b\x19\xac\xac\x3f\x77\xfd\xc5\x61\xee\ \x76\x97\xa2\xad\xad\xee\xc3\x6f\x7d\xec\x78\xb1\x78\xf9\xda\x8d\ \x38\x6a\x0b\x50\x54\x59\xbb\xa8\xd1\x6a\x2d\x95\xb6\xa4\x6b\xd7\ \xea\xb4\x66\x7e\x3a\x64\x35\x53\x36\x70\x14\x81\x3e\xef\xc5\xca\ \xf2\xd9\xa7\xce\x8f\x8b\xf1\xd1\x2d\x73\x94\xf4\x57\xc6\xd3\x05\ \x07\x39\xc9\xa6\xbf\xf7\xf2\xef\xcc\x5e\x39\x58\xdc\x3c\x7e\xec\ \x6d\x8f\x32\x76\x97\x22\xb6\x26\x0f\x56\x55\xf5\xe6\xe6\xd6\xb9\ \x73\xe7\xa5\x94\x44\xee\x99\x67\x9e\x01\x64\x4a\x29\xad\xab\x46\ \x46\x8c\x88\x9c\xa3\x52\x2a\x49\x92\x30\x0a\x05\xe7\x8d\x22\xc3\ \x39\x77\x78\x78\x34\x9f\xcf\x97\x97\x96\xc7\xc3\x11\x91\x6f\x4c\ \x24\x3a\xd1\x86\x78\xce\xc4\x60\x30\xb8\x7a\xfd\xfa\x74\x3a\xbb\ \x7a\xe5\xda\x03\xf7\xdd\xc7\x18\xf6\xfb\x4b\x9d\x4e\x57\x29\x15\ \xc7\x89\xd5\xc6\x7b\x27\xa5\x72\x00\xc8\xb8\x73\x8e\x33\x2f\x39\ \x64\x8b\x59\x95\xcd\x24\x80\xa9\xeb\x58\x32\xc7\x38\x17\xdc\x35\ \x82\x63\x80\xa6\x07\xbe\x10\x4c\x32\xa8\x2b\x53\x56\x35\x51\xcd\ \x10\x0d\x51\x20\x58\x18\x72\x61\x6c\x9c\x84\x71\x94\x70\x2e\xee\ \xd4\x73\x20\xe7\x27\x2d\x81\x88\x10\x6f\x4f\xbb\x3b\xb1\xf2\x80\ \x88\x9a\xa9\xb4\xaf\x6e\xcd\xd5\x64\xd9\x94\x0a\x1f\x7b\xdb\x5b\ \xd3\x56\xea\xbd\x3f\x3a\x3a\xbe\x72\xe5\x4a\x53\x41\x76\xd7\xae\ \x96\x27\xca\xf3\xfc\xc2\x85\x0b\xd3\xe9\xb4\x51\x27\x34\x19\x9f\ \xdb\x65\x28\x80\x08\xdd\x4e\x7b\x7f\xb8\x9f\x17\x55\x10\xc6\x8b\ \x52\xb7\x82\xb8\xac\x4d\x28\x90\x01\x78\x6b\x84\x90\xc0\xed\x2c\ \x9f\xe9\x9b\xbb\xcb\x4b\x09\x48\xce\x03\x8d\xcc\x06\x52\xb6\x54\ \x52\x7b\x57\x83\x65\x48\xe4\x4e\x92\x7e\x40\xe0\x3d\x39\x6b\x81\ \x71\x20\x42\xc4\xba\xae\x3c\x35\x2d\xba\xc1\x03\x11\xa2\x67\xbc\ \x99\xed\x89\x9c\x0b\x06\x41\xc8\x92\xb6\x5c\xe9\x86\xbd\x76\xb8\ \x75\xfe\xc2\xb5\x9d\xa1\xf5\x2e\x0a\x84\xe3\x2e\x2f\xb5\x94\xca\ \x38\xcb\x84\x20\x82\x66\x54\x8e\xe0\x12\x51\x3b\xd7\xb4\x6c\x76\ \x77\x34\x59\x0d\x3b\x37\x95\x34\x41\x10\x2c\x16\x8b\x40\xaa\x56\ \x18\xef\xee\xef\x17\x55\x25\x94\xdc\xdf\xd9\x5d\x5d\x5d\xf5\xc6\ \x4e\x46\xe3\x33\x9b\xdb\xce\x19\xc6\x58\x59\x96\xcd\x68\x83\x28\ \x8a\x1b\x5d\x6b\x9e\x67\xd9\x22\x4b\xd3\xd4\x7d\x57\xe2\x3b\x04\ \xc0\x19\xae\xa5\xd2\xd7\xa6\x6d\x11\x99\xb0\xba\x5e\x22\x44\x0a\ \xa2\x83\x2c\xb4\xbe\x27\xa2\x7d\x7d\x64\x63\x2e\x58\x5b\x86\x01\ \x21\x03\x8e\x56\x70\x90\xbc\xf4\x19\x39\x63\x6b\x7a\x64\x11\xba\ \x51\xb9\x5a\x65\x2a\xf2\x3e\x37\x74\x94\x75\x76\x27\x9d\x8a\xe3\ \x54\x29\x4b\x23\x93\xdd\x72\xc3\x7c\xb8\xd0\xb5\xcb\x0d\x8d\xbd\ \xab\x02\xf9\xae\xc7\x1f\xf7\xe3\x45\x7b\x51\x5d\x54\x91\x87\x68\ \x92\x95\x22\x89\xd1\x79\x60\xec\xc2\x85\x7b\x27\x8b\xe9\xf1\xf8\ \xf0\x5d\x3f\xf4\xf8\xa5\x07\x1e\x18\xdd\x78\xf9\xc7\x1e\x58\x6f\ \xa3\x9b\x91\xb6\x2d\x95\x15\xa6\xbf\xda\xfd\xc9\x8f\xbc\x67\x79\ \x30\x58\xef\xc7\x56\x67\x4c\xc8\x02\x94\x61\x8c\x4b\x70\x54\xdc\ \xd8\x5b\x3c\xff\xf4\xe7\x88\xa0\x12\xd4\xde\x1c\xb4\xd7\x97\xcb\ \x36\x96\xc6\x84\x71\xba\x1c\xa5\xe3\xdc\x6a\xed\x5c\x4d\xa1\x0a\ \xa2\x56\xcc\x15\xec\xe5\xe3\xb2\xa5\x0a\x61\x9d\x29\x04\x40\x34\ \x2f\x42\xc6\xee\xb9\xe7\x7c\xe5\xeb\xc3\xd1\x21\xae\xcb\xf0\xa1\ \xf3\xfe\x65\x9b\x4f\xb2\xc9\xf1\xfe\x68\x77\x77\x39\xe8\x7d\xf1\ \xf9\x4f\x24\x4e\x0e\xe2\xfe\xd2\xa0\x8d\x02\x5f\xa3\xc7\xfb\x87\ \xc5\x95\xa5\x14\x3f\xf9\x93\x3f\xf9\x96\xb7\xbc\xb5\xdf\xef\x27\ \x49\xf4\x0f\xff\xe1\xff\xbd\x2c\x8a\x66\x94\x52\x93\x4d\xe7\x9c\ \x5b\xe3\x88\x48\x29\x25\xb8\x70\xde\x4b\x29\xb5\x36\x00\xd0\x74\ \x65\x05\x22\xe7\xbd\x12\x22\xcb\xb2\x6e\xb7\xbb\x98\x2f\x9a\x09\ \x70\xde\xfb\x24\x49\x03\x29\x6b\x6d\x9e\x7c\xf2\xcb\x3f\xf4\xfe\ \xf7\x49\xc9\x88\xa0\x11\x65\x44\x71\x3c\x19\xcf\x11\x30\x50\x91\ \x94\xa1\xae\x16\x82\x0b\xef\xbc\x47\x7b\xb4\xb7\x63\xab\x3c\x91\ \xfc\xa4\x6e\x82\xf1\x30\x0c\xca\x3a\x53\x61\x60\xac\x8d\x82\xb0\ \x19\xdd\xe2\xbc\xab\xeb\xda\x12\x08\x44\x4f\x24\x19\x8b\xc2\x50\ \x2a\xa6\x14\x6f\xa7\x49\x18\x84\x08\x3c\x50\x11\x00\xf3\x1e\x02\ \xc1\x1b\xda\x71\xde\x11\x39\xef\x3c\x32\x42\x24\x22\x8f\x0d\xdf\ \x10\x79\xb2\x04\x74\x47\x97\xc0\x90\x17\x75\xb9\xbd\xb5\xf5\xb7\ \xff\xd3\xbf\x15\x06\x71\x96\x65\xd7\xae\xdd\xf8\x85\x5f\xf8\x85\ \xab\x57\xaf\xde\xf5\x0c\x0f\x22\xdf\x4a\x92\x28\x8a\x38\xe7\xdb\ \xdb\xdb\x4d\xed\x7e\x43\xe2\x8d\xc4\xae\x29\x67\x4a\x92\xc4\x68\ \x3d\x9d\xcd\xd2\x24\xad\x66\xe3\x8e\x8a\x89\x49\x22\x42\xce\xbd\ \xb3\xe8\x6c\x3b\x0a\x4c\xbd\x5f\x97\x7b\x17\xcf\xdd\x9f\x26\x1d\ \x8e\xcc\x55\x05\x68\x8f\x0c\xc8\x3b\xc2\xa6\x54\xd7\x79\xef\x81\ \x10\x08\xbd\x05\xe6\x3d\x67\x88\x9c\xac\x25\xc6\x59\xf3\x0e\x98\ \xe0\xde\x7b\x47\x08\x4d\x09\x09\x43\x89\x2d\x46\x1d\xef\xca\xe9\ \xb8\x2c\xa7\xfa\xaa\x99\x3c\xfb\xec\xa7\xb2\xda\x3b\xd1\x77\x14\ \x38\x13\x71\x9c\x38\xa4\xa6\xe2\x94\x00\x9c\xf3\xce\x79\x6b\xbd\ \x73\xde\x18\xe7\xac\x6b\xbc\xec\x86\xcd\x9b\xf7\xd5\xb0\x2a\xe7\ \x7c\x3e\x9f\xaf\x2f\x2f\x17\x65\x29\x18\x17\x9c\x37\x1b\xc6\x59\ \xd7\xe8\x57\x85\xe0\xce\x5b\x63\x4c\x1c\x27\xad\x56\xeb\xf8\xf8\ \x18\xb1\xb1\x10\x8b\xba\xd6\xdd\x5e\x77\x6b\x6b\xeb\xbb\xa3\x1b\ \x04\x02\xe4\x0c\x5b\xca\x93\x0b\x42\x29\x0c\x09\xc7\x96\x6c\x60\ \x87\x8b\xb4\x80\x33\x51\xaf\x6d\x78\x3d\x9c\x1f\x57\x47\xec\x6c\ \xd2\x6a\xf3\xa0\xb4\xf1\x28\xf7\xc7\x05\x1e\x64\x9b\x87\xa6\x6b\ \x92\xed\xf6\xf2\xb9\x2a\x7c\x65\x6f\x27\x7b\xee\x70\x37\x9b\xe5\ \x75\xad\x0b\xeb\x16\xf5\xa4\xf6\xb1\x0a\x5b\xad\xd4\x87\x21\x3a\ \xd6\x11\x69\xa6\xeb\x85\x2e\xce\x6c\x6f\xbe\xfb\xc3\x3f\xfa\xe3\ \x7f\xe2\x8f\x7f\xfc\xa3\xbf\xf9\xf4\xef\x7f\x8e\x92\xb4\xce\x16\ \x96\x13\x51\x2d\x43\x50\x12\xb7\x57\xd7\x7e\xe6\xcf\xff\xf9\x7f\ \xf6\x4b\xff\x24\x65\xfe\x2d\xf7\x6d\xa5\xe7\xbb\xbd\xbd\x5b\x45\ \x56\x2a\x19\x33\x63\xfb\x5e\xa5\xb9\xe9\x86\x03\x84\x38\x9f\x2e\ \x7c\x9b\x5f\xeb\x77\x86\x59\x45\x82\x03\x77\x2b\x67\x37\xdf\x7c\ \xe6\xbe\x56\xed\xbf\xf0\xc5\x2f\x7d\xf6\x99\x27\xdf\xf4\xc8\xa5\ \x7e\x9a\x2c\xe9\xdc\x11\xff\xd2\x93\xcf\xf2\xb8\xa5\x01\x74\xed\ \xc0\x61\x61\x8c\x30\x10\xa0\x08\x97\x96\xc6\xf5\xac\x16\x44\x55\ \x96\x6a\x58\x29\x28\x31\xf5\x0f\x6c\x6c\x1f\x9f\x6f\x7d\xfe\xe6\ \xe7\x2f\xfb\x21\x0c\xb5\x85\x62\x7a\xbc\x17\x8e\x4d\x92\xb9\x01\ \xb0\x30\x5e\xea\xa5\xdd\x28\x6a\xcd\x16\x59\xd2\x4d\xc8\xd3\x77\ \x10\x56\x06\x44\xe6\xbd\x6b\xb5\x5a\xeb\xeb\xeb\x69\xda\x4a\xd3\ \x96\x73\x27\xb2\x8b\xe6\xec\x65\xac\x69\x46\x03\x9c\xf3\xc6\x17\ \x38\xa9\x3d\x40\x6c\xb5\x92\xaa\xaa\xf6\x76\xf7\x9a\xde\x63\x8b\ \xf9\x3c\x6d\xa7\x4d\xc1\x03\x17\x22\xa0\x10\x19\x4b\x92\x64\x38\ \x9d\xbe\xf0\xc2\x8b\xf3\xf9\xa2\xd5\x8a\x89\xa8\x2a\x2b\xe7\x28\ \x0e\xe3\x91\x9d\x00\x01\xe3\x22\x08\xe2\xe9\x64\x0e\xe0\x24\x57\ \xe4\x6c\x5d\xe4\xb6\xaa\x22\xc1\x9b\x4a\x30\x15\x70\x29\x84\x52\ \x82\x71\xc6\x51\x7a\xef\x19\x32\xef\x9c\x25\xeb\x89\x18\x80\xe0\ \x8c\x08\x94\x14\x44\xde\x39\x22\x72\x8d\x12\x12\x00\xb9\x90\xf8\ \xb5\x13\xe6\x9b\x21\x1c\x44\xe4\x9c\xe5\x1c\x95\x92\x4d\xef\xb9\ \x93\xe2\xb0\xa6\x2d\x30\xa2\x31\x4e\x08\x05\x44\x51\x1c\xae\xaf\ \xaf\xb7\x92\xf6\xc1\xc1\xc1\xf5\xeb\x37\xee\x84\x87\xef\xba\x16\ \x57\x4a\x79\xee\xdc\xb9\x26\x73\xdc\x04\x77\x9a\xae\xe6\x4d\x6f\ \xbd\x66\x1c\x55\x14\xca\x20\x0c\xa6\xf3\x45\x7f\x6b\x73\x98\x15\ \xab\x4b\xdd\x20\x4e\x8c\x5d\x30\x8e\x9e\x80\x9b\xd2\x15\x26\x8a\ \x6d\xda\x6b\x29\x56\x66\x93\x9d\x6a\x51\x29\x10\x92\x7c\x3b\x88\ \x9c\x37\x9c\xa3\x05\x0f\xce\x30\x8e\x80\xa2\xac\x0d\x63\xc0\x11\ \xac\x2d\xb8\x27\x25\x23\x8f\xc8\x91\x8c\xf5\x0e\xc0\x13\x20\xe7\ \xc4\x98\xf3\xde\x93\x47\x74\x5c\xf8\x50\x29\x30\x3a\x2b\x6a\xc5\ \x71\xb0\x36\x68\x33\x79\x30\x9c\x97\x65\x25\x18\xe7\x52\xc8\x30\ \xb2\x40\xde\x79\xcf\xd0\x79\x2f\x84\x98\xcf\xe7\x27\xa3\x93\x09\ \x1a\x02\x75\xce\xdd\x29\x18\xae\xaa\xaa\x09\xc0\x69\xad\x01\x91\ \x73\x6e\xbd\x23\x80\x56\x9a\x36\x62\x54\x72\x7e\x34\x1c\x72\x25\ \xab\xf9\x4c\x08\x01\x40\x4d\xcb\xe3\x46\xc4\xbc\x58\x2c\xca\xaa\ \x1c\xac\x0c\xba\xdd\xae\xe0\xe2\xbb\xc1\x3b\x08\x44\x60\x2b\x0e\ \x46\xb2\x9a\x30\xab\x69\xe6\xd9\xd8\xb7\xf2\x70\xa9\x12\x2b\xd0\ \x59\x0d\x3b\xdb\xb0\x6e\xf6\xc9\x1d\xb2\x0a\xf3\xe1\x74\xb6\x77\ \x70\x94\x8d\x17\xab\x9d\xa5\xa3\x57\x0e\x17\x9a\x96\xdf\x75\xf6\ \xc9\x62\xf1\xf4\x78\x34\xaa\x4b\x91\x26\x92\xc7\x24\x6d\xd4\xeb\ \xc5\x22\x54\x61\xa4\xa5\x54\x24\xa2\x83\xf1\xde\x74\xb2\x37\x1c\ \x2a\x2f\xfe\xe6\x9f\xfa\xc9\x87\xa3\xf3\xed\x4f\x1f\x7d\x40\xaf\ \x65\xd8\x1f\x97\x46\x5a\x12\x82\x93\xb3\xbe\x2e\x5b\x8c\x1d\x5d\ \xb9\xf1\x39\xf3\x3b\xcb\x56\xde\x13\xb7\xbb\xf3\x09\x2b\x67\x8c\ \x7c\x47\xb5\x06\xad\xd5\xb6\x8f\x25\xb7\xa4\x33\x6c\x89\xe7\x67\ \xfb\x57\x40\x1f\x71\xba\xf5\xd2\xf1\xf1\x71\xbe\x98\xe7\x12\x95\ \x59\x53\x67\x3a\x98\xb0\x28\x08\x57\x18\x76\x86\x07\x65\xa7\x35\ \xb0\xbc\x9e\xce\xe7\x0e\xca\xbc\x3e\xee\xf4\x97\x82\x30\x6e\xb5\ \x52\x5d\x99\xdc\xe4\x99\x29\x8d\x65\x3d\x25\xb5\xad\x6c\xe5\x07\ \xed\x94\x12\x71\x90\x0d\x3f\x56\xbe\xd2\x5e\x79\xe4\xca\xb0\x78\ \x65\x36\xee\x57\xcc\x1c\x8f\x21\xb7\x4b\xac\xb5\xdd\x69\x6d\xa8\ \x6e\x9a\x46\xed\x7e\x3f\x27\x3b\xce\x26\xda\xd7\x78\x77\x73\x6c\ \x08\x18\x67\x00\x60\xad\xfd\xe5\x5f\xfe\x97\x9f\xf8\xc4\x27\x1b\ \x3f\xeb\xd6\xad\x5b\xef\x79\xfc\x9d\x00\x18\x47\x51\x59\x14\x8d\ \x12\xec\xb6\x58\x59\x35\xcd\xa1\x1b\x5d\xa9\x75\x4e\x92\xd0\x5a\ \xcf\xe6\x33\x24\x10\x52\x16\x65\x69\x8d\x6d\x04\x63\x2a\x08\x9c\ \xf7\x88\xac\xdd\xee\x8c\xa7\xd3\xeb\xd7\xaf\x5f\xbb\x76\x7d\x79\ \xa9\xd7\x6e\xb7\xe3\x38\x01\x42\xa9\x64\x55\x95\x5a\x6b\xa5\xe4\ \xd2\xf2\xf2\xd1\xf1\xb1\x73\xb4\x73\xeb\x56\x5d\x54\xd9\x6c\x16\ \x2b\x1e\x89\x40\x5b\xab\xbd\x45\x80\xa2\x2c\x85\x92\x84\x28\xa4\ \x28\x8b\x32\x0a\xc3\xba\xb2\x75\x55\x13\x81\x12\x3c\x0c\x43\xc1\ \x85\x27\xaa\xeb\x92\x00\x9c\x33\x51\x1c\x87\x51\xcc\x18\x67\x8c\ \x9d\xb8\x50\x00\x0c\xd0\x79\x67\xad\xb6\xd6\x70\xc6\x00\xbc\xf3\ \x86\xc0\x5a\x57\x23\x12\x00\x3a\xb2\xe2\x76\x77\x5f\x29\xb8\xf3\ \x3e\x08\xc3\x2b\x57\xae\xfc\x95\xbf\xf2\x33\x71\x94\x38\xe7\x26\ \x93\xd9\x70\x38\x84\xdb\x72\xc4\xbb\xb3\x78\x18\xe3\xcd\xec\x46\ \x29\xe5\x64\x32\x69\x42\x15\x4d\x49\x6d\x63\x14\x28\x8e\x2e\x50\ \xed\x4e\x67\x34\x9f\x11\xe3\x0e\x39\x88\xc0\x10\x2f\xb3\x42\xf2\ \x5a\x30\x1f\xd5\xd3\x69\x39\xdb\x3e\x2f\x74\x36\xbf\x7e\x65\x3a\ \x18\x6c\xc6\x81\x84\x76\x88\xc4\xca\xcc\x17\x96\x8c\x77\xce\x69\ \x20\xe7\x9d\xb7\x54\x23\x13\x8c\x80\x7b\xf2\x0c\x00\x80\xbc\xd7\ \xde\x03\x20\x21\x33\xda\x18\xe7\x45\xc8\xa4\x52\x8c\xc0\x19\xab\ \x6d\x26\x44\x1e\x07\xa1\xc3\xcc\xfb\x39\x0b\xe4\x07\xff\xc8\x0f\ \xd4\xda\xfe\xda\xbf\xfd\x75\x45\xb6\xb6\x43\x82\x3e\x01\x5a\x4f\ \xe8\x2c\x80\x70\xde\x5b\xe3\x18\x93\xd6\x58\x86\xac\x19\x97\x7c\ \x32\xd1\xfc\xf6\x9c\xcf\xba\xae\x9b\xa0\xa1\x73\x0e\x18\xa0\x12\ \x69\xa7\x93\x20\x08\x25\xb5\x31\x79\x55\x4e\xc7\x93\x5a\x6b\x60\ \xe8\x4e\xba\xe3\x42\x33\x4a\x34\x08\xc2\x66\xf4\x93\xd1\xa6\xd3\ \xe9\x34\x69\xf5\xef\x46\xdf\x2f\x84\xb0\x82\x77\x7f\xc1\x55\xb9\ \x29\xb2\xac\x5c\x64\x3a\x2b\x79\xc5\x62\xe8\xc7\x20\x8f\x27\xb4\ \x57\x1e\xc7\xa5\x67\xa5\x3e\x9c\x8e\xc7\xc5\xa2\x70\xa6\x34\x55\ \xd2\x4a\x7b\x67\xd7\x5e\x2c\xaf\xb7\xe3\xb0\x4c\xc3\x97\xf3\xf1\ \x71\x12\xc9\xc1\x92\x45\xa6\x78\x10\x78\xe6\x4b\x3b\xaa\x4d\x9e\ \xcf\xa7\xa6\xb4\xe3\xc2\x8d\xf2\xa9\x33\x79\x59\x5d\x5c\xda\xd8\ \xee\x2c\x67\x5f\xb9\x76\x78\x38\xbc\x5e\x0e\x93\x94\x76\x29\x4f\ \x4a\x03\x5a\x6b\xaa\x24\xf9\x44\x05\xc4\xe4\xcb\xcf\xbd\x72\x71\ \x6b\xf5\x2d\x17\xee\x8b\x6b\xed\xc0\x8e\xd0\xb9\xd1\x4c\x2e\xf2\ \xd2\xb4\x7a\x3e\x71\x43\x7d\xe5\xfa\x73\xe9\x3b\x1f\x3c\x7b\x61\ \xe5\x77\x3f\xf7\xd1\xf9\xf3\xb3\x54\x4b\x85\x61\xe5\xe9\x70\xba\ \xfb\xd1\xe7\xf7\xcb\xd1\xcc\x94\x85\x05\xdb\x5e\xb7\xcb\xa8\x6e\ \x1c\x8e\x9c\xf5\x40\x80\x00\xd5\x34\x8b\x97\x43\x06\x44\xdc\xcb\ \x6e\x68\xbc\x0a\x8d\x0b\x2a\xd7\x55\xe9\x43\xef\x7a\xb3\x1e\xc8\ \x7f\x75\xe3\x73\xd7\x57\xcf\xde\x30\xe3\xf0\xfa\x67\xe3\x69\x76\ \xf1\xea\x7c\x52\xfa\xc5\xd3\xaf\xa4\x14\x5f\xba\xff\xfe\x73\x6a\ \xb9\x43\x2a\x09\xa2\xb0\x93\x28\x57\xae\xf8\x22\x69\x25\xfe\xee\ \xec\x1d\x04\x67\x7d\x93\xd5\x1a\x8f\x47\xe3\xf1\xe8\xce\x77\x82\ \x20\x60\x0c\x8b\xa2\x60\x88\x8c\x71\x44\xe2\xdc\x37\xe7\x52\xd2\ \x6a\x49\x21\xea\xba\xe6\x5c\x2a\xa5\x18\xc3\xe5\xe5\xe5\xb2\x2c\ \x77\x6e\xde\xe2\x9c\x3b\x44\x63\x0c\x67\xbc\x49\x61\x58\x63\x91\ \x61\x9a\xb6\x15\xe7\x07\x47\xc3\xcb\x97\x2f\xbf\xf5\xad\x8f\x4a\ \xce\xa4\x54\x45\x51\xf6\xbb\x7d\x81\xcc\x18\x23\x55\xd0\x69\x77\ \xe7\xb3\x45\x55\x14\x3b\x37\xf6\xbc\xa1\x84\x43\xa8\x18\x59\x8b\ \xcd\xb4\x5d\x22\xeb\xac\x88\x22\x4b\x84\x44\x0c\x59\xb3\xb3\x19\ \xc3\x26\x34\xee\x9c\x63\x8c\x03\x79\xce\x39\x82\xe3\x9c\xb5\x92\ \x24\x50\x01\x43\x2e\xb8\x32\x0e\x9a\xda\x15\x40\x24\xf0\xb5\xd6\ \xd6\x54\x82\x0b\xc9\x4c\x28\x23\x22\x67\x5d\x6d\xac\x16\x82\x35\ \xf9\x6c\x44\xf4\x64\x19\x24\x92\xc7\x9c\xf3\x2c\x2b\x0e\x0f\x8e\ \x5e\x1d\x18\x6e\xc8\xfa\x6e\x3b\x9c\x22\x22\x34\x15\x8f\xc6\x98\ \xcb\x97\x2f\x07\x41\xb0\xb6\xb6\x26\x84\x38\x99\x15\x45\x04\x48\ \x82\xf3\x7e\x7f\xe9\xd6\xe1\xa1\xf3\xc8\xb8\x2a\x2a\x13\x25\x69\ \x56\x04\x9c\x83\x12\x7e\xd0\x6a\xb7\xbb\xfd\xa4\x57\x46\xad\x78\ \xfb\xc1\xf3\xed\x7b\xee\xcf\xaf\x1c\x5d\x79\x76\x67\x32\x9f\x94\ \x26\xd3\x64\x6b\x8f\xb5\xf7\x9e\x33\x8f\xcc\x36\x46\x0d\xa0\x01\ \xf4\x08\x9e\x51\x55\x57\xc4\x44\x1c\xc5\xc4\x79\xa9\xb5\x03\xe2\ \x88\x8e\x08\x80\x13\xe7\x82\xb7\xc8\xc1\x78\xac\xc9\x31\xc9\xdb\ \x4a\x05\x5f\x78\xf2\x4a\x59\xea\xd1\xc8\x09\x19\x81\xf5\xb9\xae\ \x82\xb8\xf2\x44\xcd\x40\x75\xef\xc1\x5a\x17\x04\xca\x68\x8d\x8c\ \x79\xe7\x9b\xac\x42\xc3\x3b\x0d\xd7\x54\x55\x15\x04\x41\x33\xa5\ \x2f\x4c\x92\xe9\x7c\x06\x9c\x1d\x1c\x1d\x3d\xf7\xc2\xf3\xd6\xbb\ \x28\x8c\x5a\x71\xd2\x4e\x12\xe3\x7d\x59\xd7\x5a\xeb\x73\xe7\xce\ \xc7\x71\xb2\xbb\xbb\xdb\xef\x2f\x11\xd1\x7c\x3e\x77\xce\xc6\x71\ \xb2\x58\x2c\xca\xb2\xfc\x6e\xd4\x85\x32\x60\x85\x4d\xfe\x3f\x3b\ \xbe\xcc\x66\x8b\xd1\xa2\x9c\x17\xce\x18\x06\x86\xc8\x38\x26\x54\ \xdc\x4d\xfb\x55\x8b\xeb\xa5\x40\xf6\x37\x5c\x59\xa2\x35\x41\x9e\ \x73\x42\xed\x68\x79\xb9\xfb\xe0\xa5\x4b\x93\xa3\x43\xfc\xe4\x8b\ \x5b\x88\xbd\x8d\x68\xe3\xdc\x66\x33\xcd\x63\x6c\x17\xcf\xee\xee\ \xde\x9a\x8f\xa7\xc2\x32\xe0\x5c\x80\x11\x48\x1e\xea\x16\xe2\xfd\ \x83\x97\x86\xd7\x6f\xee\xdd\x28\x44\x55\x32\x10\xbe\x64\x84\xda\ \x12\x4b\x02\x42\xb1\x98\x1b\xed\x81\xf7\x07\x2f\x1f\x8d\x7e\xfd\ \x53\x9f\xfa\xf1\x0f\x3e\x5a\x61\x51\x26\x02\x6b\x6c\xa9\xe4\xe6\ \xc4\x3c\x3f\xdc\xe1\x61\x70\x35\xc1\x35\x70\x4f\x7d\xe2\x0f\x6e\ \x5c\x3d\x5c\xeb\xae\x2d\xf2\x72\x01\x4e\x2b\x0e\x88\x60\x9d\x61\ \x10\xf1\xe4\xa7\xff\xf4\x4f\x66\xd5\xfc\xa5\x1b\xd7\xd0\x82\x62\ \x32\x51\x61\x1c\x04\xc3\xa3\xa3\x92\x4d\x55\xa0\x48\xb1\x59\xbd\ \x60\x49\x68\xb8\xd7\xd9\xb4\xf4\xb4\x24\x8b\xfe\xfd\xf7\xd8\xe5\ \xcd\x2f\x0d\xbf\x72\x64\x46\xeb\x07\xee\xfc\x2b\x8b\x95\x97\x27\ \xfb\x3a\x7e\xcb\xf6\xdb\xda\x22\xde\x8e\xd7\x57\xd2\x25\x5b\xe9\ \x85\xd1\x8b\xc5\xdc\x72\x17\x0a\xae\x38\xbf\xeb\xf8\x4e\x73\xfb\ \xac\x75\x8c\x71\xa2\x93\x38\xa0\xf7\x4e\x6b\x83\x88\x2a\x08\xac\ \xd6\x88\x00\xc0\x38\xe7\x9c\xf1\x20\x50\xad\x24\x91\x4a\x95\xa5\ \x16\x12\x95\x0a\x05\xc3\x24\x49\x56\x56\x06\xc3\xa3\x63\x72\xbe\ \xe9\x1d\xa7\x84\x70\xce\x59\x6d\xbc\x07\x04\x8a\xa2\x58\x29\x35\ \x2f\xcb\x2f\x7f\xf9\xe9\x0f\x7f\xf8\xc7\x3a\x9d\xb8\xd3\xe9\x1c\ \x0f\x8f\x95\x52\x08\x98\xe7\x65\x47\x06\x5c\xa9\xdd\x83\x83\x32\ \xcb\x88\x48\x09\xe0\x0c\xc8\xf9\x93\x04\xf3\xed\x36\x5d\x04\xe0\ \x9d\x73\xe4\x83\x20\xa8\xaa\x32\x52\x4a\x70\x5f\xe4\xda\x39\x67\ \xac\x13\xda\x70\xce\x5b\xad\xc8\xd8\x5a\x29\x15\x84\x61\x13\x54\ \xe6\x9c\x19\xef\xee\x54\x75\x3a\xe7\x4d\x5d\x69\x5d\xb3\x10\x84\ \x60\xd9\x6c\xf6\xe2\x73\x5f\x71\xe8\x2b\x53\x59\x53\x7b\x67\xb9\ \x14\xd6\xdb\x6e\xbf\xf3\xa6\x87\xde\xb9\x1c\x2e\x37\xd5\x15\x00\ \xc0\x59\x13\x47\x63\xdf\xa1\x9f\xc5\x39\x9f\xcd\xe7\x4f\x3d\xf5\ \xd4\xdb\xdf\xfe\xf6\x97\x5e\x7a\xe9\xca\x95\x2b\xfd\x7e\x7f\x30\ \x18\x34\x5d\xd3\x9a\x9a\x26\x8b\x00\x40\x9d\x4e\x5b\x70\x39\x5d\ \x2c\xe2\x56\x7b\x36\x9f\x6c\x2d\x2d\x43\x39\x6a\x45\xb1\x60\x5e\ \x3a\xe5\xd0\x96\xa6\x0a\x65\xa7\x28\x79\xdb\xc7\x8b\x92\xed\x0c\ \xe7\x07\x8b\x2c\xab\xb3\x85\xe5\x05\x84\x06\x84\x23\x72\xc0\x0d\ \xa3\xda\x3a\x4f\xcc\x51\x53\xf3\x87\x52\x31\x63\x6d\x51\x15\xc8\ \xa5\x52\x01\x39\xe7\x88\x6c\x6d\x1d\x59\x26\x18\x63\x91\xa9\x04\ \xa0\x0c\x64\xea\x9c\x5e\xe4\xfe\xf7\x3f\xf3\x82\xd3\x56\x05\xa9\ \x23\x69\x6b\xed\x94\xf5\x08\xc0\xd0\x37\xf1\x6a\x02\x20\x10\x82\ \x5b\xeb\x18\x72\x67\xed\x9d\x94\x68\x93\x8a\x6a\xba\x7f\xb5\xdb\ \xed\x46\x7f\x1c\xb7\x92\xe1\x74\x52\x69\xbd\xbb\xbf\x77\x6d\xe7\ \x66\xb7\xdb\x0d\xa2\x08\x05\xe7\x81\xaa\xac\xf6\x48\x9c\xf3\xb2\ \x2c\xb4\x36\x8d\x49\x98\xe7\xc5\x74\x3a\xfd\xff\xb1\xf7\xe7\x41\ \x96\xa5\xd7\x7d\x18\x78\xce\xb7\xdd\xf5\xad\xb9\x67\xd6\xbe\x74\ \x57\x77\xa3\x17\x74\x63\x27\xb1\x12\x04\x40\x82\x0b\x44\x82\xe2\ \x90\x14\x69\x4b\xa3\x91\x45\xca\x31\x9e\xc5\x5a\xc6\x96\x3d\x76\ \xd8\xe1\x50\x8c\xa5\x89\x51\x78\x24\x51\x1e\x49\xb6\x25\x9b\x14\ \x49\x93\x02\x45\x8a\x00\xb1\x11\x40\xa3\xd1\xdd\xe8\xbd\xba\xbb\ \xba\xf6\xca\xca\x3d\xdf\xbe\xdc\xf5\x5b\xe7\x8f\x2f\x2b\xd9\xa4\ \x64\x03\x2e\x60\x26\x66\x22\xfc\xba\xa3\x22\x23\x97\xf7\x32\xef\ \xbb\xf7\xdc\x73\x7e\xe7\xb7\x44\x51\x1c\xc7\x51\x9e\xe7\xf3\xf9\ \xf7\xc3\xd7\x9d\x10\x52\x68\xfd\xc5\xbd\x1d\xc2\xc0\x21\xba\x38\ \x45\x8a\x94\xd0\x84\x88\x90\xc6\x01\x8b\x04\x86\x35\x91\x4a\x1b\ \x90\x5a\x57\x6a\x3e\x99\x0e\x7b\x07\x69\x1c\x90\x4b\x0f\x9c\xb8\ \x74\xbe\x0c\xdc\x73\x97\x2f\xcf\x41\x3f\xfc\xc8\x23\x17\x2f\x5c\ \x50\x85\x14\x45\xed\x94\xa6\x8e\x3d\xd6\x59\x5d\x49\x1a\x23\x5b\ \x8d\xab\x52\x71\x28\xb3\x62\xa6\x6d\xb7\x19\x3f\xbb\xfd\xfa\x5b\ \x7a\x6b\xd2\x9a\x85\x4a\x05\x79\xd9\xd1\x2e\xd3\x89\xe2\x5c\x12\ \x39\x33\x5a\xb7\x52\xb1\xb2\x58\x4e\xaa\xce\xfa\xe2\x37\xaf\xbf\ \x1e\x2c\x9a\x0f\x7f\xea\x3d\xd2\xd9\xd5\xce\xea\x87\x1e\xfb\x38\ \x09\x96\x37\xef\xdc\xfd\xfd\x17\x9f\xbe\x71\xb7\x7c\x73\xbc\x37\ \xd8\x1f\x9e\x68\x9c\x9e\xf7\x0e\x0c\xb5\x24\x66\x84\xe3\xac\x2e\ \xb5\xaa\xc2\x10\x0c\x71\xef\x7c\xdf\xc3\x2f\xbc\xf8\x7c\x59\x8f\ \xa1\x0a\x14\xea\x4e\xd2\xa4\x06\x3a\x49\xb3\x96\x6a\xd4\x3f\x3c\ \xf9\xd8\xa5\xa5\xa5\x53\xd3\x2a\x9f\x80\xd5\x67\x97\x5d\x5d\xbe\ \xc6\xa7\xf1\x7c\xab\xe2\x36\x51\xa6\x31\x2a\xc5\x7e\x9e\xdd\x39\ \x38\x7c\x75\xba\x1a\x2c\x7f\xe2\x89\x8f\x1b\x47\xa6\x45\xa9\x81\ \xb0\x66\xc3\xa8\x4a\xe9\x9a\x52\x22\x0c\x23\x7f\xbc\xfe\xbe\x4f\ \x80\x27\x08\x02\xad\x8d\xb5\xfa\x18\x69\x0e\x02\x61\x8c\x21\x88\ \x8c\x71\x6d\x88\xb5\x0e\x89\xa5\x82\x51\xce\x83\x50\xa4\x49\x9c\ \x4d\xa6\x1c\x1c\x75\x4e\x2b\x23\xb8\xe0\x8c\x26\x49\x02\x0e\xac\ \x96\x52\xab\x30\x0c\x8d\x73\xd2\x6a\xa7\xb5\x03\x08\x58\xdc\x48\ \x9b\x59\x59\x3e\xff\xc2\x8b\x57\xaf\x5d\x7b\xf2\x9d\x8f\x25\x49\ \xbc\x7d\x77\x0e\x60\x78\x2c\xac\x95\x11\xa7\x0b\x51\xcc\x6b\xa5\ \x4a\x17\x71\x64\x40\x88\x03\x8a\x68\xd1\x22\x27\x8c\xf2\x42\x6a\ \x4b\x29\x3a\x40\xc2\x9c\x37\xd4\x40\x6b\x9d\x41\x47\x9c\x05\x42\ \x8e\x72\x2d\xac\x35\xc6\x68\xc6\x30\x10\x2c\x4d\x42\x47\xb5\xa5\ \xce\x11\xea\x1c\x12\x42\xc1\x11\x07\xc6\x5a\x6d\xb4\xb6\x96\x80\ \xe3\xb9\xaa\x3e\xf7\xcc\x17\x9f\x7f\xe1\xf9\x8e\x24\x61\xa5\xc3\ \x56\xaa\x03\xca\x2b\x23\x32\x79\x72\x61\x69\x7e\xa9\x6f\xe3\xd4\ \x10\x28\x8a\x0c\x00\x8c\x75\x00\x40\x01\x78\x20\xaa\xba\x42\xf2\ \x3d\xec\xb3\x8c\xb9\x75\xeb\xd6\xa3\x8f\x3e\xfa\x8e\x77\xbc\xa3\ \xdf\xef\xcf\xe7\x73\x2f\xa6\x4d\x92\x84\x31\xa6\x94\x42\x04\x8a\ \x10\x85\xa1\x08\xc3\xfe\x60\xf4\xd0\xc6\xfa\xf8\x70\x0f\x1a\x8d\ \xfe\xa0\x3f\x67\x35\x05\x6d\x20\x21\xa2\x5e\x39\x19\x55\xfd\xc2\ \x30\xb1\xfa\x58\x9a\x6b\x76\x30\xce\xc7\x79\x69\x9d\x93\x84\x56\ \x86\x19\x74\x45\x2d\x95\xd5\x40\x68\xad\xd1\x02\x1a\x87\x16\xc0\ \x01\x72\x6b\x9d\x73\xb5\x94\xca\x54\x8e\x72\x8b\xc4\xa2\x75\xe8\ \x94\x73\xa0\x09\xa1\x63\x87\x35\xa5\x58\x5a\x0b\x56\x72\x46\xc2\ \x96\x68\xa4\xa9\x55\xca\x59\xe5\x8c\xa9\x69\xbb\xd9\x6c\x21\x92\ \xba\x96\xc8\x38\x00\x45\xea\xcd\x64\x35\x01\x30\xc6\x00\xe2\x31\ \xdb\xc0\xe3\xca\x9e\xbc\xe3\x89\xcb\x0e\x1c\x52\x52\xd5\x95\x45\ \xd7\x6a\xb5\x00\xb1\x56\x32\x2b\xb2\x34\x49\xc0\xd5\x45\x59\x35\ \xe3\xb0\xdb\x5d\xb8\x71\xe3\x16\xa5\xc4\xf7\x4a\xb3\xd9\xcc\x13\ \xa6\x8c\x31\xd3\xe9\xf4\xbb\xa1\xf0\x7c\xa7\x7d\x96\x75\x22\xe0\ \xa7\x4e\x2d\x29\xad\x10\x30\xcf\xb2\x30\x0c\x54\x2d\x29\xa1\xb2\ \x9a\x4f\xb3\x91\x92\x52\x4a\x28\x6a\x23\x6d\x2d\x4d\x3d\x1b\x0c\ \x74\x26\x1f\x58\x5f\x6a\x28\x16\x86\xd1\xf6\xc1\xee\x62\xd4\xfe\ \xc0\x67\x9e\x8c\xe3\x78\x9e\x65\x73\x99\x51\x41\xa4\x93\xb9\x2e\ \x74\xc3\xb5\x49\x12\x2b\xde\x1a\x45\xb3\x20\xbe\x91\x8c\x1f\xfa\ \xc4\x87\xce\x77\x57\xf6\x5e\xbb\x15\x4f\x0b\x5d\x39\x43\x28\xb0\ \x54\x13\x04\x62\x98\x45\xa7\x68\x2c\x49\x77\xa9\x99\xa4\x21\x34\ \xc2\xe9\x64\xda\x3a\xf9\xd0\xa5\x47\x3f\xf5\xfc\x1b\xbb\xa3\x2e\ \x59\x8d\xeb\x9b\x2f\x3c\xd7\xe6\x8d\xc9\x7e\x7f\xeb\xe6\x9d\x72\ \x7f\x38\x1a\xf6\x05\x65\x83\xbc\xe7\x28\xd3\xd6\x42\xee\x48\xa1\ \x1b\x48\x1c\x44\x9c\xd3\x22\xcb\x7e\xfb\x37\xfe\xb0\xca\xf3\xde\ \x58\xcf\x1b\xf6\x11\xde\x1c\xc1\x2c\xa7\x26\x20\xa6\x29\x9a\xb6\ \xd3\xb8\xf8\xee\x27\x66\x71\xf5\xfb\x7b\xcf\x6f\xe3\x16\xb5\x59\ \xad\xdd\x2c\x2f\xdc\x26\x89\x21\x14\x3b\xd9\xfa\xa6\x59\xcb\x1a\ \x6e\x5e\x3f\xfa\xce\x87\x1e\x3e\x7f\x96\xa0\x92\x4a\xb6\x62\x66\ \xcc\x3c\xa2\x29\xb1\x9a\x5a\x53\xd5\xd2\x56\x06\x8c\xbb\xff\x98\ \x62\x77\x14\x9c\xf0\xfe\xf7\xbf\xff\xbd\xef\x7d\x5f\x10\x08\x44\ \xfc\xfd\xdf\xff\x5d\x9f\x70\x44\x29\x43\xe7\x73\x28\x0d\x10\x42\ \x18\x0d\x82\x20\x8a\xc2\x56\x23\x3d\xb4\x06\xb5\xd2\x46\x1b\x77\ \x14\x4b\xe0\x2d\x2c\x09\xa1\xb5\x94\x84\x33\xed\x2c\x1a\x8d\x5a\ \x31\x21\x88\x73\x8d\xb4\xd1\x1b\xf4\x7b\xfd\xfe\x1b\x6f\xbe\xf5\ \xd0\x43\x0f\x10\x82\x5e\x96\x68\x39\x29\xaa\x92\x51\x8c\x39\x4d\ \x09\x73\x0e\x84\x76\x84\x00\x05\x82\x0e\x0c\x01\x03\x56\x3b\x6b\ \xad\xa3\x82\x5b\x0d\x48\x09\x63\xa8\xad\xe4\x01\x77\xc6\xa2\x71\ \x14\x3d\xb1\x18\x8c\xb5\x08\x58\x16\x65\x14\x51\x00\xd6\x6a\x36\ \x1c\xb1\x8e\x39\x07\xc4\x5a\xc2\x08\x25\x80\x08\xa8\x55\xa5\x94\ \x72\x40\x04\x89\xee\xbc\x72\xf5\x77\xfe\xc5\xe7\x06\xc3\xe1\x93\ \xa4\x1d\x57\xcc\xae\xc8\xfd\x6a\xde\xd5\xfc\xb1\x68\x85\xde\xd8\ \xfd\xf6\xab\x5b\xbd\x94\x18\xc1\x92\x38\xf9\x73\x7f\xfe\x2f\x34\ \x92\x96\xab\xf5\xd6\xe6\x9d\x7f\xf5\xf9\xdf\xaf\xea\x0a\xc8\xfd\ \x57\x7b\x8f\xd9\xdf\xbc\x79\xf3\x13\x9f\xf8\xc4\x89\x13\x27\x5e\ \x7d\xf5\xd5\xd9\x6c\xb6\xb0\xb0\x50\x96\xa5\x0f\xa8\xa8\x6d\x44\ \x00\x53\x8e\xcb\x11\x1d\x4d\x0e\x15\x5b\x9a\xc5\xe1\x0e\x6f\xf4\ \xa3\xf5\xea\x60\x37\x44\xbe\x4b\x53\x4a\x70\x9d\x93\xa5\x36\x13\ \x0d\x80\xce\x72\xbc\x34\x41\xcb\xea\x3a\x95\xb5\x28\x81\x16\x5a\ \x1a\x0b\x06\x98\x54\xca\x3a\x34\x84\x5b\x87\x1a\xd0\x5a\xe7\x10\ \xa4\x33\xc6\x39\x22\x62\x2d\x95\x31\x8e\x51\x4a\x91\x39\x8b\x60\ \x1d\x01\x04\xca\x1c\x63\x0c\xb4\x70\x32\x0d\x44\x33\x20\xcd\x24\ \x0c\x02\xaa\x29\xc9\x6b\x99\x95\x25\x84\x49\x2b\x0e\xa8\xd5\x0c\ \x8d\x52\x96\x0a\xc1\x88\x93\x55\x06\x4e\x83\xd5\xce\x6a\x82\x8e\ \x10\x30\x46\x39\x47\x00\xac\xd6\xb2\xae\x4b\x21\x58\x9e\xcf\x01\ \x0c\x21\x41\x96\xab\xb2\xb6\x79\x56\x09\x1e\x57\x55\x69\x94\x05\ \x0e\x9c\x50\x59\x56\x0c\x91\x32\x5b\x94\x33\x07\xca\x5a\x4e\x89\ \xc8\xb2\xb2\x2c\x55\xb3\xd1\xe1\x5c\xcc\x66\x33\xa5\xd4\x77\x73\ \xc2\x7f\xe7\xdc\x3e\xad\xd4\x70\x7f\xdf\x47\xb2\x3b\xe7\x26\xf3\ \xac\x96\x72\x3e\x9f\xd7\x75\xe5\xfd\xa8\x28\x89\x82\xa4\x59\xea\ \xca\xa0\xe9\xae\x2d\xab\x49\x6e\x10\x6b\xa9\xad\x35\x69\xab\xfd\ \xae\xd3\xa7\x3a\xd8\x18\x8d\xc6\x41\x5d\x71\x14\x95\x92\xc4\x01\ \xe5\xa1\x02\x65\xb4\x15\x00\xad\x28\x9c\x54\x6e\xfd\x5d\x4f\xfe\ \xdc\xbf\xf3\x17\xbe\xf4\x0f\xff\x7b\xb1\xd9\x8f\x1c\xaa\x88\x66\ \x82\x18\xc4\xd9\x38\x93\x75\x29\x02\xc1\x90\x9e\x59\x3f\xa5\x8c\ \xce\x06\x83\x79\x3e\x17\x22\x34\xc6\xfd\xd1\xd7\x9e\xc9\x51\xcd\ \x52\x97\x2d\xad\x3d\xb7\xf3\x6c\xff\xee\x3e\x54\x5a\x38\xea\x8c\ \x2e\x65\xb9\xb8\xdc\x1d\xe7\xd3\xd0\x85\x02\x59\x24\x78\x18\x47\ \xd2\xc8\xac\xc8\x22\x26\x28\x11\x2f\x3f\xfd\x3c\x38\xbb\x7a\xfa\ \x64\xa7\x72\x9d\x41\xde\x5c\x4a\x06\xa4\x6e\x3b\xd1\x04\x1c\xf7\ \x67\xb0\xb9\xff\xe4\x07\x2f\xdd\x4d\x2f\xfd\xb3\xac\xb7\x23\xa7\ \x71\xc5\xe4\xac\x6a\xce\xb0\x39\x57\xd3\x37\x0f\x3a\x2a\x6c\x62\ \xf0\xe4\xa7\x3e\xcd\x2c\xd0\xd1\x9c\x09\x4a\x1d\x09\x04\x0f\xa2\ \x58\x2a\x45\xc1\xd6\x65\x55\x14\xa5\x10\xac\xae\xeb\xfb\xec\xf9\ \xdd\x11\x54\x81\x08\x1f\xfb\xd8\xc7\x1e\x7c\xf0\xd2\xa9\x53\xa7\ \x5a\xad\xc6\xd6\xf6\xa6\x52\xda\xdf\xaf\x08\x22\x78\xaf\x1a\x42\ \x7c\xe6\x49\xa3\xd1\x58\x5c\x5c\xda\x8a\xee\xca\xaa\x76\x08\x40\ \xf9\xf6\xf6\xb6\x0f\x7a\xf7\xc1\xb2\x59\x96\x2d\x2c\x2c\x38\xe7\ \x18\x21\x04\x30\x0c\x43\x07\x18\xc7\x71\x14\x86\xf3\xb2\xb8\x7c\ \xf9\xf2\x8f\x7f\xfa\x93\x8c\x52\x82\xa8\x8d\x45\x2a\x66\x45\x85\ \x2c\x20\x22\x0a\x92\x78\x3a\xc9\x8c\x03\x67\x0d\x21\x8e\x50\x26\ \x18\x33\x0e\xea\x5a\x31\x11\x00\x21\x52\x29\x4a\x38\x3a\xe0\x94\ \x21\x01\x24\xd6\x6a\xe5\x1c\xd4\xda\x50\x42\x18\x65\xca\x6a\x07\ \x90\x17\x4a\x84\x22\x8a\x53\x00\x14\x9c\x7b\x9b\x67\x44\x8b\x48\ \x01\x5c\x5d\xd7\x4a\x29\xc2\x18\x03\x72\xed\x1b\xaf\xe7\x37\x47\ \x4b\xed\x46\x2a\xc5\xf9\xe5\x8d\xdb\xf3\x41\x3e\x9f\x35\x82\x26\ \x34\x98\x15\xbc\x36\x15\x13\xc9\xb9\x07\x2e\x5e\xdb\xdf\xfb\xec\ \x67\x3f\x1b\x06\xc9\xfe\xdd\xed\xb3\xa7\x4e\xbd\xfa\xda\xcb\xd3\ \x6b\xd7\x8e\x7d\x9a\xef\xaf\xda\x47\x51\x34\x1e\x8f\xe7\xf3\x79\ \xb7\xdb\x0d\x82\x60\x34\x1a\xf9\x83\xe6\x3d\x76\x95\x36\x8c\x52\ \x0a\xd0\x69\x35\x0f\x0e\xf6\x8c\xb1\xc0\x44\xa5\x2c\x8f\x92\x92\ \x51\x4a\x60\x69\x79\xb1\xcc\xed\xad\x5b\x57\xe1\x64\x22\xa0\xa8\ \xae\xde\x0a\x2d\xa9\xa5\x29\x4a\x0d\x10\x57\x4a\x1b\x74\xc6\x80\ \x03\x62\x1d\x1a\x20\xde\xcd\xc3\x1a\xa3\x8c\xb3\xce\x20\x23\x06\ \x89\xe0\x9c\x21\xd5\xa5\x54\xd6\xa1\x33\x9e\x05\x86\x84\x58\x87\ \x5a\x03\x45\x82\x40\x89\x23\xc4\x11\x86\x02\x2d\x03\x67\x8d\x42\ \xe7\x58\x91\x17\xc3\xfe\x20\x4a\x62\xe3\x1c\x17\x81\x03\x6f\xe4\ \xee\xf9\x41\xe0\xa3\xca\x8e\xfd\x98\xfc\x43\x4a\xe9\x77\x5e\x00\ \x48\x00\xcb\xa2\x52\x52\xc9\x5a\x79\x1c\x50\xd6\xd2\x85\x21\x78\ \x2e\x90\xd6\x9c\x87\xd6\x9a\x3c\xcf\xbb\x9d\xa5\xba\x96\xfd\xde\ \x00\x1c\x04\x41\x68\x8c\x19\x8f\xc7\x94\xd2\xef\xa6\xe4\x7f\x67\ \x7d\x96\x31\xb6\x36\x84\xb1\x20\xab\xaa\xed\xed\x9d\xba\x96\x41\ \xc0\x09\x21\x88\x34\x69\x2d\x2e\xc7\x49\x1a\x44\x1b\x1b\x27\x68\ \x1a\x1a\xd0\x46\xcb\xbd\x3b\xb7\xf5\x6c\x46\x9b\x51\xd2\x4a\x42\ \x8e\x95\x92\xfd\xd1\x38\xaf\x33\x63\x1d\x65\x5c\x6b\xa7\xb4\x21\ \x94\x73\x64\x4a\x95\xc6\xa0\x4b\x40\xf3\x9c\x4e\x76\xac\x9b\x7e\ \xe8\x2f\xff\xc4\xe5\xdf\xfc\x43\x76\xa3\x67\x6a\x39\xc8\xe6\xb5\ \x52\x6b\x2a\x08\xe3\xc4\x52\x8c\xe3\x94\x0b\x5e\x17\x6a\x34\x1e\ \xf3\x40\x8c\xc6\xe3\xf9\x3c\xdf\xd9\xdf\x43\x86\x27\x2e\x9e\xee\ \xb4\xa9\xa1\xc1\xd6\x34\x63\x84\x1a\x34\xd6\x99\xc7\xdf\xf3\xe4\ \xcd\x5b\xd7\xa5\x33\x84\x1b\x43\x40\x71\xa8\x8c\x2e\xab\x4a\x1a\ \x59\x4a\xa9\x64\x2d\x02\x6e\xb4\x1e\xcd\x87\x67\x92\xe5\x18\x08\ \x17\x82\x25\x58\x6b\x9b\x73\x33\x92\xd9\xeb\x77\x2e\xc3\x69\x8a\ \xdd\x7c\xc6\x61\x12\x24\x74\x2e\xf5\xe6\x64\x39\x4b\xba\xbd\x8a\ \xdd\x98\x34\xc2\xf6\x58\x65\x77\x17\x0f\x5b\xdd\x85\x8b\xcd\x76\ \xab\xd9\x94\x4a\xcd\xe6\x73\x24\xc4\x58\xdb\x1f\x8e\x83\x20\x48\ \xe2\x78\x9e\xcf\xa2\x28\xba\x4f\x80\x13\xc1\xdc\xb3\xe9\x7a\xe5\ \x95\x57\x92\x24\xad\xeb\x3a\x89\xa3\xdd\x9d\x9d\xf7\xbd\xef\xdd\ \x47\xd2\x39\x42\x88\xb5\x84\x10\xea\xc8\xb1\x44\xcb\x53\xc2\xc2\ \x30\x44\xca\xa4\x31\x08\xe0\x2d\x07\xeb\xba\xf6\x8e\x0a\xfe\x24\ \x73\x0e\x90\xfa\x8d\xa9\xe3\x9c\x73\xc6\x11\x60\x7f\x7f\xbf\xac\ \xca\x56\x23\x22\x94\x6a\x63\x83\xa4\x59\xcc\xa6\x06\x88\x08\x82\ \x20\x88\x10\x00\x09\x50\x00\x42\x1d\x65\xce\x52\x26\xa5\x72\x0e\ \xbc\xaf\x2b\x23\x84\x33\xe6\x73\xf8\xc0\x39\x04\x8c\xa2\x08\x00\ \xa5\xb6\x08\xa4\xd6\x8a\x00\x1a\x00\xa5\x9d\xd2\x10\xa7\x4d\xeb\ \x40\x88\xd0\xd9\xa3\x68\x3f\x20\x00\x70\xb4\xd9\xe5\x4c\xcc\xcb\ \xf2\x99\xeb\x37\x86\x84\xf0\x24\xbe\xb9\xd9\x2f\x27\x73\xd5\x0d\ \x46\x81\x91\x2e\xa3\xf3\xdd\x14\xf9\xa8\x2e\xc6\x77\x47\x6b\x67\ \xcf\x1a\x63\x5e\x78\xf1\xc5\x95\xc5\xd5\x49\x7f\x78\xfd\xad\xb7\ \xfa\xfd\xc1\xf1\x15\x75\xbf\x73\x96\x25\x94\x4e\xa7\xd3\x7e\xbf\ \xbf\xb4\xb4\x94\x24\xc9\x60\x30\x38\x7b\xf6\xac\xe7\x28\x10\x42\ \x94\xaa\xad\x63\xe8\xcc\x42\x77\x51\x6b\x2c\xe7\x2a\x64\xb1\xa9\ \xeb\x66\xc2\x35\x57\xc2\xd6\xe3\xdd\x57\xa3\x00\x4f\x2d\xa7\x11\ \x85\xe1\xe1\xf8\xe6\xeb\x37\x1c\x04\xf3\x4a\xd7\x46\x19\x28\x6a\ \x63\x0d\x21\xc6\x18\x8b\x68\x9c\xb3\xce\x4a\xa5\x2d\x12\xeb\x9d\ \x4f\x90\x38\x87\xce\x81\xd1\x06\x09\x23\x8c\xca\x5a\x21\x38\x9f\ \x24\xa1\xad\x01\x4b\x0c\x38\x4a\xad\x42\x5d\xa1\x63\x54\x84\x8e\ \x12\x47\x4a\x6d\xe7\xca\x69\x22\xac\xa3\x79\x59\x02\x52\x25\x6b\ \x2a\x50\x6b\xa3\xb4\x06\x20\x55\xad\x08\x12\x6f\x92\xfd\x76\xf3\ \x49\x5f\x5c\x28\xa5\x65\x59\x32\xc6\x90\x90\xaa\x2a\x8b\x3c\xab\ \xea\xba\xae\x6a\xa3\x55\x59\x16\xd0\x6a\x38\xe7\x8c\xd5\xda\x98\ \x66\xb3\xe1\x9d\xd9\x18\x63\x3e\x7a\xd3\x2f\xd4\x8d\x31\xa3\xd1\ \x90\x10\xf2\xdd\x00\x9a\xdf\xb1\xdf\x21\xda\x98\xed\xbd\xde\xc5\ \x07\x2e\x3e\xf1\xae\xf7\x74\xae\xdf\x78\xf6\xd9\xe7\xcf\x9c\x38\ \x7d\xf1\x81\x07\x84\x10\x42\x08\x00\x50\x79\xde\x88\xa3\x0a\xd4\ \x34\x2f\xa5\x2c\x1b\x8d\x46\x98\xa6\xad\x4e\xcb\x80\x99\x67\x59\ \x69\x95\x95\x35\x04\xe8\x2c\x6a\x67\x69\x1c\x38\x70\xca\xa1\x35\ \x44\x32\xaa\x00\x91\xc8\x20\x02\x39\x19\xff\xb3\xbf\xf9\x9f\xbe\ \xf7\xc7\x3e\xf9\xf1\xbf\xfe\x6f\x6f\xcd\xeb\xdb\x7b\xb7\xdf\x3d\ \xc8\xd4\xde\x28\x1b\xcf\xc4\xde\xcc\x14\xf5\x68\x3c\xbd\x47\x51\ \x09\x5a\xad\x66\xb3\xd1\x92\x8b\x3a\xaf\x4b\x0e\x28\x46\xe5\x94\ \x1d\x14\x59\x86\xc6\x59\x8a\x8e\x62\x10\x44\x1f\xfe\xe8\x47\xae\ \xdf\xbc\x36\x9f\x4d\x8b\x86\x21\x51\x20\x9c\xb5\x52\x53\x46\xe2\ \xb4\x21\x55\x45\x82\x88\x08\x31\x1d\x0e\x67\xd9\xe8\xfc\x27\x3f\ \x72\xe2\xd4\xe9\xbd\x68\x5a\x9d\xa0\xbb\xf3\x51\x1c\x44\x73\x5d\ \x8f\xea\xf2\xe9\xdd\x6f\x6c\x3a\x33\x6c\x28\x3e\x37\xe5\xf6\x78\ \x49\x85\xcd\x92\xd3\xc1\xf4\x5c\xb2\xda\x6d\x2f\x8a\x4e\xb7\xb9\ \x72\x2a\xd3\x52\x88\x78\x36\x2b\x2c\x38\xad\x5d\x10\xf1\xaa\x9a\ \x32\xc6\x08\x21\x71\x1c\x72\x41\xf1\xfe\xa7\x2c\xf0\x18\x05\x22\ \xfe\xde\xef\xfd\xcb\xdf\xfb\xbd\xdf\x3b\x06\x8a\x7e\xf1\x97\x7e\ \xe1\x9e\x25\x8d\x8f\x75\x73\xc4\x11\x42\x88\x4f\xaa\xc9\xb2\x2c\ \xcf\xf2\x13\xeb\xeb\x0e\x49\x5e\x56\x9d\x4e\x9b\x73\x7e\xf7\xee\ \x5d\xa5\x14\x22\x3a\xeb\xf2\x3c\x4f\x1b\x0d\x65\x14\x71\x50\x55\ \x15\xe3\x82\x10\xc2\x05\x67\x04\x86\x83\xc1\xfe\xfe\x7e\xbb\x71\ \x3e\x08\x44\x5e\x54\x22\x4c\xe7\xe3\xa9\xd4\x3a\x8c\xe3\x30\x8e\ \x9c\x03\x4a\x80\x33\xc2\x08\x52\x02\xd2\xd9\xba\xd6\x01\xa3\x94\ \x80\xb5\x56\x30\x4e\x11\x95\xb1\x68\x0d\x21\xd6\x68\x5b\x59\x47\ \x91\x75\x9b\x29\xe3\xc1\xc1\xa0\xa7\xb5\x76\xe0\xd7\xfe\x34\x49\ \x1b\xce\x61\x20\x02\xef\xab\xe1\x8e\xc0\x19\x63\x8c\x37\xde\x83\ \xc1\x60\x74\xf5\xea\x75\x17\xba\x80\xd0\x8d\xee\xe2\x9a\x81\x4c\ \xd8\x12\x45\x82\x34\x42\x5b\x4e\x47\x1a\x9c\x75\x70\xfd\xfa\xf5\ \x2b\x6f\xbc\xf9\x57\xff\xf7\xff\xc7\x63\xcd\xe8\x51\x77\x89\x70\ \x7f\x07\xde\x83\x14\x55\x59\x72\xce\x77\x77\x77\x1f\x7b\xec\xb1\ \x6e\xb7\x7b\xfb\xf6\xed\xf9\x7c\x1e\x86\xa1\x31\x86\x51\x66\x51\ \x6b\x30\xce\xd9\x38\x4e\xe3\xb0\x31\x19\xe5\x4b\x8b\x0b\xf3\xc1\ \xa4\xc9\x1c\x75\x65\x40\xcb\xf5\x15\xba\xb2\xb8\x28\x38\x45\x84\ \xcd\x3b\x77\x36\x6f\xed\xf7\x27\x45\x5e\x58\xc7\x58\x51\x94\x96\ \x0a\x6d\xac\xb6\xd6\x00\x18\xeb\x2c\x12\x0b\x68\xc0\x59\x0b\xe6\ \x48\x0a\x0c\xc6\x7a\x19\xad\x25\x84\x32\x01\x08\x14\x11\x9d\xd6\ \xde\x20\xd9\x11\xb4\xd6\x29\x84\xca\x00\x48\xa3\xa6\x05\x12\xa6\ \x1d\x56\x0a\xa4\x01\xe5\x4c\xca\xf8\x11\x5d\xd0\x5a\x07\xe8\x1c\ \x3a\x0b\xb5\x94\x48\xa8\x31\xf6\x78\x99\xe5\xef\x6a\xbe\xd6\x7b\ \xfe\x0e\xe7\x0c\x89\xab\xeb\xb2\x28\x0a\x59\x57\xca\x8f\xbd\xd6\ \x04\x5c\x38\x6b\x94\x92\x00\xb6\xdf\x1f\x94\x65\xc5\x18\xf3\x91\ \xb0\x52\x4a\x6b\x6d\x9a\x26\x3e\x9a\xe2\xbb\x44\xd6\xd8\x77\xd1\ \x75\xe2\x2c\x2b\xaf\x5d\xbf\x5d\x4b\xfb\x83\x1f\xfc\xc1\x9f\xfa\ \xe9\x3f\xfb\xd6\x5b\x6f\xed\xed\xed\x21\x11\xc6\x92\x23\x79\x1b\ \x31\x55\x2d\x59\xc0\x1f\x7d\xf4\x29\xa1\xac\x9e\x4e\x89\xb4\xaa\ \xae\xb8\x71\xc6\x58\x0e\x14\x81\x58\xeb\x9c\x01\x02\x84\x19\xa6\ \x94\x53\xda\xa0\x26\x95\x72\xa2\x42\x50\x24\xde\x58\x8b\x95\xbb\ \xfb\xdf\x7d\xf1\xe5\x37\xde\xe2\x7f\xe5\xd3\x87\x17\x83\x9a\x67\ \xe7\xd7\x3a\x71\xbc\xf1\xc0\x33\xd3\xcd\xe7\x5f\x4f\xd3\xd4\x18\ \x93\xcd\xb3\x20\x10\x48\xb0\xc8\x72\x2e\x82\xb5\xd5\xb5\xed\x5b\ \xb7\xad\xd2\x48\x78\xa6\x14\xe3\xac\x32\x06\x9c\xa9\x65\xf5\xc5\ \x2f\x7c\x61\x36\x18\x26\x8c\x33\x17\x10\x29\x04\x25\xce\x20\x01\ \x1b\x5a\x08\x0d\xa7\x14\xcb\x79\x75\x26\x5d\xb9\xf0\xde\x27\x1e\ \xf9\x89\x4f\x36\x12\xf2\xc5\xd7\x7e\xe7\x75\x52\xa9\x13\xc4\xa9\ \x81\x2e\x4a\x9c\x8e\xe3\x6c\x2a\x4d\x63\xa9\x17\xc5\xd7\xf3\xc9\ \xdd\xb1\x99\x9a\x41\xa1\x7f\xe8\x7d\x1f\xb0\x83\x7c\x25\x59\x6c\ \x88\x34\xe4\x61\x69\xea\x69\x39\xf7\xbc\x32\xca\xe8\x60\x30\x42\ \x42\xd3\xa4\x69\x8c\x2a\xcb\x2a\x0c\x98\xe0\xfc\xbe\x6f\xbc\xc7\ \x84\x43\xce\xb9\xef\x8b\xe1\x88\xce\x6b\x8f\x44\x4f\x0e\x91\x10\ \x74\xd6\x8f\x5a\x46\x1b\x5f\x41\x00\xc1\x5a\xeb\x10\xac\x35\xf3\ \xf9\x1c\x11\xa7\xd3\xa9\xf7\xb2\xf4\xa7\x57\x14\x45\xe0\x1c\x71\ \x60\x5d\x99\x36\x98\xef\x8f\x18\x17\x87\xfd\xc1\xd5\xab\x57\x1f\ \x7e\xf0\x02\x63\xbc\x2a\xcb\x20\x69\x1b\xa9\x75\x55\x47\x22\x68\ \x26\x09\x67\x28\x38\x70\x82\x14\x01\xc1\x82\xb5\xe8\x17\x49\x4a\ \x3b\x07\x04\xc1\x5a\x8d\x56\x03\x58\x0f\x3c\x1b\xc0\xa2\xaa\x3c\ \x9b\xde\x18\x6b\xee\x45\x14\x53\x4a\xe3\x28\x26\x48\x09\x61\x7e\ \x15\x76\x4c\x24\x51\x4a\x5a\xe7\xac\x85\xfd\xdd\xfd\xde\xe6\xcd\ \xa5\x8b\x27\x93\xd1\xfc\x84\x16\x9f\xb8\xf0\xe0\x18\x8b\xbc\x49\ \xdb\x41\x4c\x0e\xe7\x87\x93\xed\xcd\x24\x1c\x66\xb3\x6f\x7f\xfb\ \xdb\x79\x59\x21\x23\x88\x14\x8d\x13\x84\x4a\x23\x19\xa3\xe8\xf0\ \xfe\x01\x1e\x70\x45\x51\xb4\xdb\xed\xcd\xcd\xcd\x87\x1f\x7e\x78\ \x65\x65\xe5\xd6\xad\x5b\xc3\xe1\xb0\xd1\x68\x18\x63\x10\x10\x89\ \x35\x4e\x3b\x8b\x14\x78\xab\xb9\x30\x18\xce\xcf\x9e\x3c\x3b\x2a\ \x6f\x35\x97\x02\x71\x72\xf1\xc1\xf5\x74\x23\xce\x65\x65\xb2\x4c\ \x1a\xcb\xe3\xb0\x95\x65\x70\xd0\xcb\x2a\x85\x0a\x50\x31\x00\x42\ \x94\x72\xda\x58\x87\xc4\x00\x3a\x44\xeb\xb7\x81\xfe\x5f\x87\xde\ \x61\xd2\x1a\x57\x1b\x13\x50\x6e\x9c\x01\xb4\x94\x50\x47\xd1\x02\ \x7a\x21\x85\x23\xa0\x2d\x38\x8b\x46\x43\x6e\x94\xb1\x0a\x59\x60\ \x80\xce\x8b\x92\x22\x9c\x69\xb6\xb4\xb1\x48\x28\x41\x46\x39\x77\ \x0e\x81\x10\x29\x15\x41\x6a\x1d\xf8\x0d\xe0\xdb\x45\x12\xbe\x03\ \xf2\x46\xcb\xce\xba\xba\xac\xaa\xb2\xa8\xeb\x52\x2a\xa9\xb5\x42\ \xc7\xe3\x28\x74\xc6\xc8\xaa\x16\x8c\x07\x81\x98\x4c\xa7\x49\x14\ \x38\xeb\x66\xd9\xac\x28\x0a\x6f\x0e\x3f\x18\x0c\xde\xae\x38\xfd\ \x5e\xfd\x77\x28\xa3\x3c\x8a\x81\xf2\xad\xdd\xfd\x7f\xf6\x6b\xff\ \xfc\xa7\xfe\xcc\x4f\xfd\xe4\x67\x7e\xf2\xca\x95\x2b\x5f\xfd\xea\ \x57\x11\x31\x8a\x62\x12\xf0\x99\xac\x4e\x5d\x38\x7b\xfa\xd4\x09\ \x5b\xc9\xf9\xce\x3e\x53\xc0\xa4\xb1\x85\x26\x08\x09\x0f\xa7\xba\ \x70\xce\x50\x64\x8e\x80\xac\x14\x58\x90\x75\x6d\x09\x6d\x75\xba\ \x8f\x9f\x3f\x17\x85\xad\xb4\xd9\x0d\x37\x16\x5a\x8f\x9e\xe9\x6d\ \x6e\xfe\xee\x7f\xf6\x7f\x4f\x7f\xe5\x9f\x3e\xf2\xef\x7e\xfa\xeb\ \xe7\xe0\xa5\xed\x37\x1e\xdb\xd7\x6f\xbc\x94\x75\xe2\x76\x6d\x8c\ \x94\xb2\xbb\xd0\x75\x0e\xb4\x35\xce\x02\xa1\x6c\x3a\x99\x30\xc1\ \x59\x18\x8e\xcb\x5c\x3a\x57\x1b\x63\xc0\x59\xa9\xd1\xea\x97\x9e\ \x7b\x8e\x39\x1b\x50\x50\x99\x6c\xb6\x5b\x1c\x08\x80\xa5\x60\xa9\ \x44\x86\x4c\x49\x55\xce\xd5\xd9\x93\xab\xbf\xfc\xf3\xff\x3b\xa4\ \x41\xab\x13\xbf\xfe\xc8\xe3\x6f\xd5\x2f\x0c\x68\x81\x08\x81\x72\ \x8d\xd1\xfc\x6c\x5f\x02\x14\xe9\x7e\xb9\x3c\xe2\x77\xf6\xdd\xe5\ \x97\x6e\xee\x30\xfa\xc9\x8f\xfe\x44\x45\xa6\x87\xe3\x3a\x0d\x3a\ \x38\xd7\x4b\x34\xae\x02\x33\x9d\x17\x8c\x92\x30\x0e\x28\xe3\x8c\ \x91\x3c\xcf\x29\xa1\x5a\xe7\xe3\xf1\x84\x31\x7a\xdf\x75\xe7\x18\ \xa0\xf0\x06\x71\xc7\x0f\x29\x15\xe7\xdc\x39\x60\x84\x1a\xe7\xf0\ \xa8\xec\x10\xef\xdf\xde\x6c\x36\x83\x20\x18\x8f\xc7\x48\x59\xad\ \x54\x55\x55\x7e\x51\xea\xe9\x61\x06\x6c\x5d\xd7\x4a\x69\xe7\x1c\ \x03\x04\x62\xa4\x52\x16\x21\x49\x92\x60\xc6\xa7\xf3\xfc\xf9\xe7\ \x9e\xfb\xc4\xc7\x3f\x42\x29\x35\xb2\x6e\x36\x90\x6a\x19\x12\xa4\ \x46\x83\xac\xd3\x90\x08\x82\xc4\x59\x74\x16\x00\x88\x81\x98\x81\ \x52\x5a\x03\x50\x04\x6b\x15\x00\x52\x02\x04\x81\x38\x74\xce\x2a\ \xe9\xa8\x05\x6b\x6d\xa6\xa6\x14\x80\x20\x3a\x04\xe2\x5c\x12\x84\ \x9c\xf1\x20\x08\xdd\x91\x95\x87\x0f\x87\xb0\xce\xd9\x2c\xcb\x10\ \x91\x73\x71\xe5\xfa\xd5\x9e\x2b\x2d\xc9\x62\x70\xf3\xca\x82\xdd\ \x08\x03\x33\x99\x0f\xd3\xe8\x84\xb1\xb2\x9e\xf5\x21\x5c\xf3\x8a\ \x10\xc6\x89\xac\x8d\x03\x0b\x00\xb5\xd5\x9e\x11\xe7\xf0\x3e\xe1\ \x7c\x6f\xe7\xea\xa5\xe7\xb3\xd9\xcc\x23\x3b\x61\x18\x0e\x06\x83\ \xd3\xa7\x4f\x57\x55\x25\xb8\x00\x86\xc6\x1a\xe7\x10\x1c\x6b\xb6\ \x3b\x5b\x3b\x3d\x29\x15\x21\xc4\x68\xb5\xbc\xd8\x11\x42\x39\x3d\ \x42\x47\x29\x92\xac\xd0\x22\x6c\x1a\x08\x80\xa6\xd2\x66\x95\x55\ \x8e\x52\xeb\xd0\x00\x18\x20\xce\xe7\xf3\x11\xd4\xc6\x6a\xe3\x28\ \x63\xd6\x39\x6d\x4c\xad\xad\x45\x8d\x84\x52\x4a\x6b\x63\x8c\xb3\ \x04\xa9\xb5\xc6\x3a\xab\xad\x76\xce\x59\xed\x34\x22\xa3\xe0\xb4\ \x15\x82\x52\xca\x0a\xa5\x29\x82\x23\x24\xab\xcd\x6a\xb7\x95\x36\ \x9a\xd6\x3a\xc6\x45\x51\xd5\xa8\xcc\xca\x4a\x47\x29\xcd\x45\x28\ \x78\xe0\x9c\xf5\xe0\xa0\x17\x7f\x68\xad\x7d\xb8\x88\xa7\x08\x44\ \x51\xa4\x94\xac\xea\xb2\x2c\xf2\xb2\x28\xad\x33\xce\x39\x16\x10\ \x00\xc7\x18\x95\x4a\x86\x82\xcf\xe7\x99\xa7\x14\x10\x24\x45\x51\ \xce\xe7\xf3\x34\x4d\x29\xa5\xf3\xf9\xcc\xb3\xc3\xbe\x0f\xf8\x8e\ \x73\x8e\x52\xb6\xb4\xb4\xea\xed\x05\x46\xa3\xd1\xaf\xfd\xfa\x6f\ \xdc\xb8\x79\xfb\x2f\xfd\xa5\xbf\xf4\xf3\x3f\xff\x8b\xdf\xfa\xd6\ \xb7\x6e\xdf\xde\x94\x66\x7e\xf1\xa1\xd3\x9f\xfc\xf4\xa7\xbf\xf9\ \x8d\x6f\x1c\x6c\x6e\x26\xd2\x35\xa4\x23\xd2\xa6\x34\xb6\xce\x4e\ \xe7\xf9\x88\x3b\x6d\x0c\xb5\x96\x22\x85\x88\xd6\xd2\xe4\x48\xe6\ \x45\xf1\xd0\xb9\x0b\x1f\xfb\x0b\x3f\x63\x21\xb1\x8d\x95\x68\xb5\ \x81\x16\xde\x7f\xfe\xc9\xf5\x37\xa7\xbf\xfe\xdf\xfe\xea\xa2\xe2\ \xef\x91\xe1\xeb\xaf\x1e\x5c\xe8\xb9\xcc\xc4\x59\x59\xe4\x79\xe1\ \x21\x8c\xb2\xac\x26\xb3\x69\x36\xcf\xd3\x46\x33\xcb\xb2\x5a\xa9\ \x8c\xe8\x20\x08\x01\x80\x6a\xcd\x10\xeb\xda\x11\x02\x08\x0e\x8d\ \xb2\x4e\x55\x21\x23\x21\x63\xce\x19\x67\x93\x30\x04\x6b\x6b\x59\ \x62\xc8\xc2\xce\xea\x9b\x93\xc3\xaf\x3c\xfb\xad\x5f\x7e\xea\x83\ \x40\xf2\x0f\x2e\x6e\x7c\x71\xef\x15\xaa\x00\x72\x45\x77\xe6\x17\ \xf6\xe1\x89\xc3\x60\x91\x74\x93\x78\xf5\xf2\xe5\xab\x37\xbe\xf8\ \xa6\xac\x4c\x94\x44\x7b\x37\xf6\xce\x6d\x9c\xd1\xba\xe8\x67\x19\ \x9d\xcb\xf5\xee\x92\x06\xec\x2c\x2c\x05\x81\x50\x4a\x86\x9c\xc9\ \xaa\x0c\x82\x10\xc0\x69\xa3\x8b\x3c\x2b\x8a\x82\xdc\x6f\x8e\x8d\ \xef\x02\x08\x21\xcd\x66\x7b\x61\x61\xd1\xa7\x38\xed\xee\xee\x44\ \x51\xa4\x94\x12\x82\x3b\xe3\xf0\x28\xe2\x0e\x11\x91\x0b\x4e\x19\ \x6b\xb7\xda\x0b\xdd\x85\xc3\xfd\x7d\x1e\x60\xab\xdd\x56\x52\x1a\ \x63\x3a\x9d\x8e\x3f\xc3\xe6\x65\x2e\x95\xac\xaa\x32\x49\x12\x6b\ \x9d\x08\x89\xb5\x46\x3b\xbf\xf3\x0a\xb3\x79\x7e\xf3\xe6\xad\xed\ \xad\xad\x40\x10\xb4\xaa\x81\x36\xeb\xed\xbd\xf8\xf4\xd7\xf6\x36\ \x37\xc7\xfb\x3b\xc2\x5a\x0a\x40\xdc\x91\x81\x22\x77\xc0\x28\x60\ \x40\x2c\x21\x16\xd0\xd8\x23\xb9\x03\x45\x47\x00\x1c\xd2\x98\x83\ \x32\x80\x84\x01\xa1\xc6\x82\x06\x07\x04\x95\xd5\xcb\x0b\xed\x24\ \xe0\x8c\x52\x70\xc4\x39\xe7\xa3\x6c\x7c\xcb\xef\x9c\x05\x07\xb2\ \x96\x2f\xbf\xfa\xba\x02\xc8\x62\x37\xe2\xd5\xc0\x56\x63\x97\x1b\ \x74\x23\x9d\x35\xf4\x9c\x71\x4d\x57\x9a\x24\x16\x6d\xda\xca\x54\ \x8d\xbd\xfe\xe9\xf3\xa7\xd0\x11\x0a\x44\x16\xc5\x60\x34\x28\x65\ \xfd\x3d\x58\x3c\xba\x24\x89\xc3\x30\xac\xaa\x0a\x00\x76\x76\x76\ \x1e\x7e\xf8\xe1\xa5\xa5\xa5\xed\xed\xed\x3c\xcf\xc3\x30\xd4\xc6\ \x10\x41\xc0\x7a\x25\x2b\x69\x34\x62\x4a\xc9\x78\x36\x4e\x1a\xe9\ \x2c\xdb\xe9\x76\x82\xe1\x78\xd2\x6a\xca\x5a\x93\xda\x8a\x52\xa3\ \x72\xb4\xdf\x9f\x0c\x66\x65\x65\x89\x06\x9e\x55\x99\x75\x80\x20\ \x2c\xa0\x03\x34\x00\xd6\x22\x22\x33\x4e\x39\xc0\xb2\x96\x65\x5d\ \x39\x20\x52\x57\x41\x20\x80\x50\xa5\xb5\x67\x60\x3a\x04\x24\x94\ \x20\x20\x12\x8a\x04\x11\x39\x67\xc6\x58\xc6\x99\x75\x48\x9c\x02\ \xca\x90\x50\x1e\x46\xc6\xba\xaa\x92\x41\x92\x28\x65\xc7\xb3\xf9\ \x0f\x7e\xe8\x43\x9f\xfa\x91\x1f\x9d\xcd\xb2\x3b\xb7\xee\xbc\xf8\ \xc2\x4b\xc6\x98\xb5\xf5\xb5\xba\xae\x3d\x79\x07\x11\xf3\x3c\xf7\ \x99\x1c\x45\x51\xac\xae\xae\x6a\x25\x8b\x3c\xaf\xab\x4a\xcb\xca\ \x38\xd0\x46\x75\x5b\x0d\x70\x4e\x2b\x45\x1c\x84\x41\xb0\xb2\xb1\ \x78\xeb\xd6\x6d\x07\x8e\x32\x9a\xe7\x59\x55\x55\x6b\x6b\x6b\x75\ \x5d\xcf\xe7\x73\xe7\x1c\x65\xf4\xfb\x82\xef\xa0\xb7\x05\xf2\x12\ \xc4\x30\x0c\xcb\xb2\x7c\xe6\x99\x67\xee\xde\xbd\xfb\xee\x77\xbf\ \xfb\xc9\x27\x9f\x5c\x5c\x5c\xfc\xa3\xaf\x7f\x51\x88\xf0\x89\x77\ \xbc\xeb\x8d\x37\xae\x6c\xdd\xbc\xc3\x2d\x16\xda\x00\xa0\x54\xa6\ \x92\xb5\x06\x8c\x4b\x06\x8e\x31\x44\x70\xa0\xb4\xae\xe6\x79\x1a\ \x05\x61\x92\xde\xba\x72\xe5\xfa\x9b\xaf\x7f\xf8\x07\x3e\xd5\x97\ \x3a\x21\x24\xdc\x3c\x84\xa0\x1d\xfe\xdc\x87\x5f\x3e\x77\xeb\xce\ \x99\x30\xf8\xfc\x4b\x17\xc6\x62\x9c\x38\xab\x10\xa4\x6a\x36\x5b\ \xd6\x1a\x6d\xec\x60\x30\xb0\xe0\xc2\x28\x54\x52\x52\x42\x28\xe7\ \xb9\x51\x56\x6b\x67\x6c\xbb\xd1\x36\x46\x09\x4a\xf3\x72\xe6\x22\ \x36\x9e\x4f\x79\x40\x53\x8a\xb1\x54\x82\x51\x42\x28\x55\x1a\x9c\ \x8d\xb8\xa8\xad\x96\x45\xde\x1f\x1e\xfe\xe6\xef\xfc\xf3\x77\x9c\ \xe8\xae\xc4\x9d\x1b\x74\x1b\x03\x8b\x45\xc9\x0a\x85\x93\x02\x87\ \x35\xcf\xc2\x7a\xbf\x7a\x6d\xf3\x85\x97\x9f\x79\xf3\xfc\xf2\xc5\ \xd3\xa7\xd7\xde\xf1\xc8\x43\xf3\x61\x79\xf9\xca\x73\x45\x59\x69\ \x63\x1b\x69\xf3\xea\xb8\x7f\x6e\x63\x23\x89\xe3\x2c\x2f\x8d\xd1\ \x0d\xc6\xe2\xa4\x31\x1c\x1c\xcc\xe7\x73\x4f\xc9\x63\x94\xdf\x7f\ \xbf\x0f\x7e\x8f\x6e\x7f\xf2\x27\x7f\xf2\xa9\xa7\xde\xd5\xed\x76\ \x83\x40\xfc\xea\xaf\xfe\xbd\xaa\x2a\x19\x63\x75\x0d\x47\xe2\x50\ \xe7\x28\x50\x6b\x1d\x22\x86\x41\xd8\xe9\x74\x96\x96\x96\xe6\xd3\ \x29\xe5\xdc\x39\xd7\x6c\x36\xd3\x34\x9d\xcf\xe7\x71\x1c\xd7\x75\ \xdd\xeb\xf7\x00\x5c\x2d\xeb\x30\x0c\x6b\xad\x43\x88\xb5\xd2\x1a\ \x2c\x10\x6c\xb5\x5a\x93\xc9\x74\x77\x6f\x70\xe5\xcd\x2b\xa7\xce\ \x6c\x6c\x5d\xbd\x76\x37\x88\x5e\x7f\xf9\x95\x6f\xf4\x7a\xae\x96\ \x54\xcb\x00\x1c\xb1\xf7\x84\xf2\x08\x94\x83\xf3\xe3\x96\x03\x47\ \x88\x25\xc4\x81\x23\xe0\x08\x58\x02\x0e\x08\x6a\x42\x02\x8a\x40\ \xd0\x11\xe6\x80\x68\x00\x20\x44\x5a\xb5\xd8\x69\x51\xb0\x9e\xe5\ \x61\xad\x45\xc2\xbc\xe6\x5c\x2a\x59\xd5\x95\x31\x66\x3a\x9b\xdf\ \xb8\x7e\x1d\x01\xe2\x02\x5a\x40\x9b\x25\x26\x73\x2d\xa2\xc6\xc8\ \x14\xb1\x0b\x93\xa4\x91\x07\x95\x92\xda\x47\x1a\x9c\x3c\x75\xea\ \x3f\xfc\x4f\xff\x63\xc1\xa2\x62\x32\xdb\xd9\xdc\xfc\x47\xff\xe4\ \x1f\xed\x1e\xec\x23\xde\xe7\x22\xdd\x5a\x1b\xc7\xf1\xc6\xc6\xc6\ \xe6\xe6\xa6\x10\x62\x7f\x7f\xff\x91\x47\x1e\x59\x5c\x5c\xbc\x73\ \xe7\xce\x64\x32\x39\x73\xe6\x4c\x55\x96\x01\x8f\xc1\x31\x40\xb0\ \x60\x82\x88\x07\x29\xef\x8d\x7a\x67\x56\x3b\xb3\xb1\x36\xa4\x81\ \x24\x31\x34\x8c\x5b\xcd\xde\x7c\xb2\x3b\xce\xa6\x79\x66\x20\x99\ \xd7\xa6\xb6\x60\x19\xa5\x2c\x71\xda\x29\x6d\xbd\xd0\xdc\x47\xa4\ \x5b\x44\x47\xa8\xb6\xd6\x07\x4e\x70\xc1\x44\x20\x28\x63\x0e\x80\ \x09\x81\x00\x84\x20\xa1\x88\x48\x04\x82\x73\xe8\xac\x43\x24\x40\ \x88\x73\x5a\x1a\x4b\x18\x0f\xa2\xd8\x3a\x67\xad\x8d\x22\x21\xb8\ \x28\xca\xba\xb6\x80\x8c\x3d\xf8\xe0\x83\x7f\xe6\xa7\x7e\x5a\x88\ \xb0\xdd\x5e\x3c\x77\xf6\xe2\x70\x38\xb9\x73\xfb\x36\x21\xe8\x47\ \x2a\xbf\xd5\xaa\xeb\x3a\x4d\xd3\x20\x08\xbc\x16\xc4\x18\xad\xa5\ \xac\xab\x42\xd6\x92\x30\x22\x18\x4d\x92\x98\x32\x3a\xcf\xe6\xda\ \x28\xca\xa9\xe7\x19\x04\x42\x54\x55\x35\x9d\x4e\x9d\x03\x7f\x6a\ \x4d\x26\x93\x20\x08\x7c\x33\xf5\x7d\x98\xb3\xfc\x9a\x4d\x2b\x6d\ \x9d\x6d\xb7\xda\x75\x55\x27\x49\x32\x99\x4c\xfe\xf0\x0b\x7f\xf8\ \xec\xb3\xcf\x3e\xf0\xc0\x03\xb6\xd6\x07\x9b\x7b\x2f\xbc\xf0\xc2\ \x87\x3e\xf4\xd1\x85\xf6\x42\x6f\x73\xbb\x1c\x8c\x27\x87\xfd\xa2\ \x2c\xa6\xa0\x94\x35\xa7\x73\xea\xbd\x2a\xb5\xd2\xae\x2a\x96\x02\ \xd1\x1b\x4c\xd2\xc5\xb6\x31\xf6\x99\x3f\xf8\x42\xb8\xd0\x7e\xe0\ \x3d\x4f\xc9\xe1\xcd\x6f\xa5\xc3\xdf\x31\xdb\xdb\xe3\xc3\x65\xe0\ \xd1\xaf\xbd\x18\xce\xaa\x11\x21\x04\x04\xd7\x35\x5a\x87\xe8\xf2\ \x3c\x9f\xce\xe7\x5a\xeb\x38\x4d\x28\x65\xb3\x59\x46\x28\x45\x6b\ \x03\x26\x9a\x51\xba\xbf\xb3\x4b\xa5\x5b\x58\x5c\x98\x81\xcb\x81\ \x6f\x3c\x78\xc6\x4e\xf6\x73\x90\x6c\x4f\xd1\x7c\xa4\xac\xe1\x88\ \x8c\x72\x6d\x15\x0a\x26\x02\x2a\x42\xf6\xc8\xf9\x8d\x2a\x85\xff\ \x7c\xf7\x2b\x3f\x74\xf6\xa9\xab\x6a\x7f\xb3\x3c\xd0\xaa\x16\x99\ \xd1\xf3\xba\xb6\x64\x2c\xc2\xe7\xde\xba\xda\x8d\x97\x7f\xfe\xcf\ \xff\x6f\x23\xc1\xc6\x7b\xfd\xc3\x6b\xbb\xfb\x3b\x7b\x40\x29\x84\ \xc1\xfe\x74\xb8\x1b\x4c\x92\x56\x63\xb0\xd7\xeb\xb4\x5b\xab\xab\ \xcb\x0b\x9d\xf6\x64\x3c\x4d\x92\x28\x8a\x53\x42\x88\x31\x0a\xac\ \xf5\x79\xe4\xf7\x5b\x71\x8e\x48\xca\x1b\x1b\x1b\x6b\x6b\xeb\xa7\ \x4e\x9d\xea\x74\x9a\x27\x4e\x9e\xd4\xda\x1c\xf9\x0a\x02\xf1\x46\ \xc3\x04\x9c\x5f\xb5\x44\x61\x18\x45\xd1\xc2\xe2\xc2\xe6\xed\xdb\ \xbe\x19\xb6\xd6\x06\x41\x90\x65\x99\x0f\x5c\x8f\x82\xa8\xa8\x0b\ \x25\x55\x55\x56\xcc\x18\xa5\x14\x12\xea\x28\x82\x83\xaa\xaa\xbb\ \x9d\xe6\xce\xe1\xe8\x1b\xdf\x7c\xfe\x93\xe9\x87\x5e\x78\xee\x5b\ \x69\x55\xc8\x4a\xa1\xb5\x09\x0f\xa4\x55\xde\x24\x8c\x90\x7b\x29\ \xe5\xd4\x1a\x00\x65\x00\x9d\x75\xd6\x7a\x41\x94\xb7\x20\x45\x00\ \x67\x9c\x05\x4b\x90\x6a\xa3\xc1\x01\x52\x26\x08\xb3\x68\x0d\xe8\ \x46\x12\x82\xd5\xf7\x32\x88\xff\x78\x1e\x32\x46\xd7\x55\x09\xc0\ \x36\x37\xb7\xa7\xa3\x71\x08\xc0\xe6\xae\xc1\x44\x0b\x88\x9e\x2a\ \x49\x0b\xcd\x58\x65\x03\xc2\xc2\x81\xa1\x99\x92\x4a\x49\xad\x55\ \xab\xd3\x7e\xf8\xe1\x87\xa3\x20\xd9\xb9\xb5\x09\xda\xf8\x30\xf8\ \xfb\xd6\xe2\x02\x80\x36\xe6\xe4\xc9\x93\x9b\x9b\x9b\xbe\xc1\x3f\ \x3c\x3c\x5c\x5b\x5b\x13\x42\xf4\xfb\xfd\xf5\xf5\x75\xa3\x35\x55\ \xce\x3a\x04\x30\xe0\x34\x15\x90\x74\xc2\xde\x61\x1f\x82\xa5\xca\ \x60\x2e\x89\x9a\xd9\x27\x1f\xb9\xf8\xe8\xbb\x7f\x70\xf7\x9f\xff\ \x6e\xbe\x9d\xcd\xb5\x32\xa8\x24\xd0\xbc\x56\x68\x08\x17\x01\x50\ \x63\x8d\xf2\x93\xa1\x05\xb4\xe8\xb4\x05\x64\xcc\x01\xf0\x20\x10\ \x16\x28\x17\x4c\x70\x4a\x19\x12\x47\x08\x12\x84\x23\x41\x27\x00\ \x10\x47\x1c\x01\xe0\x00\xce\x58\x87\x54\x18\x6b\x9c\x71\x84\x23\ \x41\x07\xd6\x06\x14\x29\xa5\x0e\x90\x73\x91\xd7\x55\xa5\x74\x55\ \xd5\x97\xdf\x78\x4b\xd6\xfa\x81\x0b\x17\x6f\xdd\xba\xf3\xd2\x8b\ \x2f\xae\xad\x2f\x3c\xf2\xc8\x3b\xbc\xcc\xf5\x58\x9c\x55\x55\x95\ \x1f\xc6\xa7\xd3\xa9\x35\xaa\xdb\xed\x2c\x2d\x2f\x85\x49\x88\x80\ \x9c\x31\x86\x44\x5a\x0b\xce\xb6\x1a\x8d\x7e\xbf\x2f\xa5\x14\x42\ \xd4\xb5\x1a\x8d\x46\x70\x14\xb5\x54\xe6\x79\x1e\x45\xe1\x77\x99\ \x62\xf0\x9d\x7d\x30\xc0\x01\x05\x47\x05\x43\x44\x82\xe0\x9c\x11\ \x4c\x48\x29\xc3\x20\x08\x84\x70\xce\xad\x2e\x2c\x41\x65\xfe\xc9\ \x7f\xfd\x8f\x20\x64\x0f\x3c\xf4\x50\x99\xe7\x4c\x90\x27\x7f\xfc\ \x53\x9d\x85\xee\xf6\xb4\x57\x68\x49\x77\xe6\xba\xaa\xb5\x51\x00\ \xce\x80\xb1\x1c\x17\x04\xda\x84\x9f\x5b\x6c\x68\x46\x5e\x6a\x1d\ \x3e\x3f\xfa\xdd\x2b\xfb\xbb\x5f\x9f\x1f\xec\x8f\xa7\x8f\xbc\x56\ \x7c\x7c\x77\x61\x45\xc6\x5b\x69\x3c\x2c\x65\x63\xb7\xce\x62\x52\ \xa1\xce\xb3\xdc\x68\x4d\x29\x5d\x5a\x5c\xcc\xcb\xa2\x2a\x4a\x04\ \x8c\x93\xc4\x64\x59\x91\x95\xe3\xd1\xa1\xa8\x5c\xc8\x70\xd6\x1b\ \x9a\x26\xaf\x38\x2c\x3c\x72\xee\x89\x27\x3e\xa9\x23\xda\x46\x5e\ \x4d\x67\xd3\xd1\x08\x8c\xe1\x84\x02\x01\x12\x32\x88\x85\x16\x24\ \x6c\xa4\x75\x23\x7c\xd5\x0e\xff\xd5\x8d\xe7\xed\xb2\x22\x30\xe9\ \x8c\x2b\x71\x3b\xb7\xbb\xfa\x3c\x3d\x7b\xf9\xdb\xaf\x66\x2b\xf1\ \xbf\xf5\xb3\xbf\x30\x7c\xf1\xc6\xde\xe6\xde\xed\xb7\xae\xc5\x34\ \x08\xa3\x84\x50\x2a\x9d\x5d\x4c\x3b\x73\x59\xc9\x71\x36\x74\xd8\ \x1f\x0e\xf6\x0f\xf7\x2f\x9e\x3f\xbf\xb6\xb2\x34\x99\x4c\xc3\x40\ \x38\x6b\x8c\x32\x65\x99\x79\x15\xd5\xf7\x40\x1b\x04\xe7\xec\x6f\ \xfe\xe6\x6f\xbe\xf2\xca\xab\x71\x1c\x13\x82\xcf\x3d\xff\xad\x8f\ \x7c\xe4\x83\x47\x61\x12\xd6\x1b\x5a\x80\xb7\x3b\xa5\x94\x7a\xf6\ \xe0\xfa\xfa\xc6\xeb\xe2\xb5\xd1\x74\xca\x45\x90\x65\x59\xab\xd5\ \x8a\xe3\x78\x36\x9b\x81\x03\x11\x88\xac\x2e\xa4\x92\x59\x9e\x27\ \x94\x7a\x5f\x41\x64\xcc\x18\x63\xad\x25\x84\xb4\x42\x76\xfd\xfa\ \xd5\xa7\xde\xf5\x48\x1a\x86\x38\x1d\x25\x8c\xeb\x5a\x07\x08\x02\ \x51\x23\x10\x82\x84\x00\x20\x05\x44\xeb\x4d\x94\x03\x34\x0e\xa5\ \xf6\xbe\x39\x48\x9c\x43\x04\xe2\xc0\x22\x38\x04\xf4\x8a\x0a\x6b\ \x90\x10\x42\xd1\x80\x43\xe5\xe2\x20\x60\x84\x50\xa4\xe0\xd0\x39\ \x87\xd4\xcf\x59\xce\x18\x6d\xad\xe5\x9c\xde\xbd\xb3\x99\x97\x52\ \x42\x30\x06\x98\x85\x62\xa6\xd9\x4d\x59\xed\xee\x1c\xdc\x24\x25\ \x1c\xec\x11\xcd\x4a\x8d\x14\x49\x59\x14\x22\x10\x77\xee\xdc\xf9\ \x4f\xfe\xaf\xff\x49\x1a\x37\x64\x5e\xf5\xf6\xf6\x76\x76\x77\x10\ \xe1\xbe\x6b\x3d\x22\x5a\x63\xda\xed\x4e\x92\x24\xc3\xe1\x30\x8a\ \xe2\x7e\xbf\xff\xe0\x83\x0f\x36\x9b\xcd\xc9\x64\x32\x99\x4c\x1a\ \x69\xaa\x15\x3a\x47\x81\x68\x63\x6a\x1e\x8a\x46\x3b\xbe\xbb\x53\ \xd4\x5a\x23\x0b\xf3\x9a\xcc\xc6\xf2\xf6\xde\xf8\x22\x88\x07\x9f\ \x78\xd7\xfe\x1c\xb6\x5e\xbe\xaa\x2d\x22\x4d\x09\x13\x48\x84\xd1\ \x14\x10\x98\x70\xa6\x32\xce\x02\x61\xcc\x67\xa6\x52\x2e\xa4\x31\ \x44\x04\x84\x09\xa5\xad\xb1\x40\x28\x70\x2e\x9c\xb3\x48\x80\xa0\ \x33\xc6\x38\xb0\x84\x78\xb2\x34\x53\x4a\x4a\xa5\x85\x10\xe4\x68\ \x63\x6a\x38\x22\x06\x1c\x8c\x41\xc4\xaa\xac\xb9\x08\xad\xb1\x51\ \x10\x3e\xfd\xf4\xd3\xa3\xf1\x94\x52\xbe\xb3\xb5\xd3\xed\x76\xab\ \xb2\xb4\xc6\xda\x7b\x6b\x2c\x42\x88\x52\x5a\x88\x20\x2f\x8a\xba\ \x96\x8d\x66\x53\x70\xde\x69\x77\x1a\x9d\x36\x17\xcc\x82\x95\x52\ \x3a\xeb\x10\x9d\x31\x9a\x12\x8a\x0e\xbc\x33\x89\x36\xc6\x1a\x33\ \x1e\x4f\x82\x20\x08\x82\xf0\xe0\x60\x5f\x49\xb5\xbc\xbc\xf4\xfd\ \xd9\x67\xf9\xfb\x11\x65\x82\x0b\x61\xad\x41\x24\xa1\x08\xa3\x20\ \x24\x00\xe7\xce\x9c\x7e\xe2\x89\x27\xc6\xe3\xc9\xac\xd7\x07\x6b\ \x40\xea\xcd\x1b\x7b\x56\xb9\xad\x9d\x1d\x42\xc9\xe5\xab\xd7\x1f\ \x7f\xf7\x53\x27\x2e\x9c\x4d\x97\x96\xdf\x7a\xdf\x0a\x02\x89\x95\ \xe3\xce\x66\x36\x9f\x13\xa9\xb8\xeb\x95\x93\x4c\x16\xa3\xd1\x2c\ \xdf\xbb\x76\xf3\xda\x5b\x63\x53\x9d\xca\x16\xfe\xbd\x37\xd3\x77\ \xf6\x3a\x83\x38\x7c\x63\x29\x98\x0f\xb2\xc5\x39\x49\x5d\x22\x23\ \x35\xcd\xc6\xb2\x2e\x03\x11\x46\x69\x2a\x82\x60\x5e\x97\xc0\x19\ \x82\xe6\x61\xb0\xca\x83\x4e\x3d\x1d\x85\x65\x11\xd9\x8a\x80\x2c\ \xab\x20\x37\xe7\x37\xd6\x3a\xa2\xa1\x18\x79\x75\xff\xee\x68\x41\ \xd1\x65\x1e\xac\xf2\x28\x69\x04\x71\x54\x5b\x55\xc9\x4a\x42\x3d\ \x2e\xe7\xfd\xec\x6a\x7e\x67\x96\xdc\xcd\xce\x94\x7a\x65\x1c\x3d\ \x1e\x71\x3e\xd6\xcd\x62\xb1\xcc\xca\x57\xbe\xf0\x55\x56\xd1\x93\ \xcb\x1b\xcf\xff\xc1\x37\x8a\xed\x5e\x25\xeb\x20\x69\x08\x26\x94\ \x36\x46\xeb\x30\x0c\x79\xe5\x84\x76\x89\x08\x12\x1a\x15\x75\x59\ \x4c\x8b\xc3\xfd\x83\xa5\xc5\xf6\xea\xea\x6a\x91\xcf\xc6\xc3\x29\ \x00\x26\x69\x87\x8b\x10\xee\x5f\x9f\x85\xde\x99\xe1\xc6\x8d\xeb\ \x37\x6e\x5c\x7f\x9b\xa5\x1e\x17\x22\xcc\xf3\x12\x01\x90\x20\x18\ \x6b\x8d\x05\x87\x14\x19\x67\x21\x0d\x42\x16\xc7\x2b\x67\x4e\xef\ \xbf\xfa\x2a\x71\x96\x8b\x30\x12\x51\xff\x70\x20\x55\x5d\x16\x39\ \x27\x20\x08\xa6\xad\x98\x0b\x3e\x3c\x9c\xb0\x2c\xec\x76\x96\xa8\ \x13\xce\x18\xd4\x01\x23\x61\x9a\x90\xc1\xb0\x77\xfd\xe6\x61\x44\ \x02\x41\xc1\x39\xc9\x40\x19\xa9\x92\x18\xac\x05\x05\x0e\x02\x62\ \x11\x0d\xa1\xa1\x42\x62\x3d\xc3\x16\x90\x38\x6b\x89\x43\x70\x0e\ \x2d\xa0\x23\x04\xc0\x11\x30\x60\x91\x03\xa5\xc0\x9c\x65\x60\xa9\ \x45\x04\xe6\x44\xda\x82\x30\xb1\x82\x1a\x0e\xc4\x11\xb0\x3e\x63\ \x0f\xab\x79\x2e\x00\x5c\x59\x65\x87\x07\x4e\x4a\xc3\x30\x34\xda\ \x64\xd5\xeb\x79\x7e\xb7\x9c\x5d\xba\x74\x11\x0f\x0f\xfb\xd3\xb9\ \x11\x3c\xd3\x46\x29\x1d\x0a\x81\x94\x4e\xa7\xd3\xcf\xff\xee\xef\ \xff\xe9\x2c\x02\xe4\xf7\xaf\x93\xb0\xa6\x96\xe5\xf9\xf3\xe7\x16\ \x16\xba\x27\x4f\x9e\x7c\xe8\xa1\x87\xd6\xd6\xd6\x8c\xd1\xbb\x7b\ \xbb\xed\x56\x9b\x52\x02\x24\x70\x88\x46\x69\xad\x9c\xd6\x2a\x14\ \xcc\x19\x3d\x9e\x4c\x82\x38\xcd\x8c\xab\x79\xf2\xea\xe5\x37\xe7\ \xf9\xef\x6e\x9c\x3c\x27\x0d\x71\x48\x81\x12\x69\xa4\xb4\x04\x1d\ \x12\x82\x40\x00\x08\x43\x0e\xd4\x81\x05\x64\x84\x22\x63\xda\x3a\ \x06\x84\x30\xc6\x29\x2d\x6a\x29\x95\x22\x94\x00\x20\x25\xc4\x27\ \x67\x04\x41\x44\x19\xb5\xc6\x48\xa9\xf3\xa2\xa6\x94\x51\xbf\xc5\ \x23\x94\x52\x0c\x39\x63\x8c\x28\x59\x13\x4e\x09\x08\x0b\x50\xc8\ \x9a\x45\x71\xa3\xb3\xc8\xa2\x66\x93\xc6\xe0\x80\x21\x5d\x58\xd9\ \xf8\xd0\xc7\x3f\x3e\x9b\x0c\xa6\x79\x1e\x85\xa1\x96\x95\x36\xae\ \x2c\x66\xcb\x4b\x5d\x44\x40\xb0\xde\xd1\x9a\x50\x90\x55\xae\x0d\ \xe5\x42\xa0\x33\x42\x70\x6b\xed\x7c\x3e\xa7\x88\xfd\xe1\x60\x38\ \x1d\x05\x61\xe0\x2c\xcc\x66\xf3\xba\x2e\x5b\xad\x36\xa2\x9b\xcd\ \xa6\xc6\x99\x30\x0c\x18\xfd\x7e\xf8\x9c\xfa\xf3\x7e\x56\xe8\xd0\ \x50\x67\x54\xbb\x19\x75\x9a\x0b\x46\x56\x17\x1e\xb8\x74\xfe\xcc\ \x69\x39\x9e\xd1\xaa\x6e\x46\x69\xa7\xdd\xe9\xf5\xfb\x2d\x13\x34\ \x2a\xba\x11\x74\x1c\xc1\x7a\x58\x3e\xf7\x2f\xbf\x32\x9f\xcd\x83\ \x56\xf2\xc2\x7f\x7c\xca\xa4\x3c\x02\x57\x14\xd3\x9c\xc9\x5a\x18\ \xa0\x0e\x6a\x8b\x25\x24\x05\x91\xb4\x94\x71\xf4\x21\x78\xf8\xa1\ \x1d\xab\x0e\xa7\x07\x41\xcb\xaa\xa0\xd1\x07\xeb\xa2\x1e\x2d\xc7\ \x2d\x88\x99\x28\x4b\xc5\xb8\x60\x61\xa4\xad\x3d\x18\x0c\xa5\x92\ \x41\x10\x50\xc2\x87\x93\x71\x4b\x91\xd3\x18\x65\xa1\x1a\x37\x30\ \x77\xea\xe2\xb9\x73\x3f\xf1\xd8\xfb\xde\x75\xe9\x1d\xc9\x85\x13\ \xd3\x33\xdd\x73\xe3\xbd\xbf\xbb\xf5\x6b\x13\x96\x49\x42\x4a\x24\ \xb2\xb4\x88\x8e\x4b\xe3\xaa\xda\x59\x5d\x63\x85\x7a\xfc\xce\xb9\ \xf9\xe8\xea\x43\x17\x65\xb2\x04\x8b\xfd\xa6\x7e\xed\xf0\xd6\x2b\ \xcf\x7d\x35\x9b\xe8\xf7\x3f\xf5\x6e\x5b\xb3\xea\xce\x20\xa0\x8c\ \xa2\x53\x52\x4b\x23\x09\x21\xc6\x5a\xa5\x75\xad\x54\x10\xc7\x46\ \xea\x86\x8e\x42\x16\xee\x57\xf5\x5e\xef\x30\xd9\x8e\xb5\xac\x62\ \xca\xd6\x17\x56\x91\x06\x59\x51\x22\xdc\x3f\xbe\x43\x91\x7a\x17\ \x77\xa5\xa4\x73\x40\x08\x3a\x00\x67\x9d\xcf\xc3\xf2\x63\xd4\xbd\ \xb4\x29\x62\xd1\x31\xc6\xfc\x08\x26\x02\xb1\xb8\xb4\x14\xc7\xb1\ \xd3\x26\x0c\x43\x6b\xac\xb5\x47\x78\x0a\xa3\x8c\x73\x5c\x59\xe9\ \x9e\xbb\x70\xee\x95\xe7\x5f\x2f\xf3\x6a\x38\x1a\x0a\x1e\x20\xd2\ \x2c\x9f\x2b\xa5\x8d\xad\x39\xe7\x5f\xf9\xea\xd7\xcf\x77\x83\x4b\ \xcd\x23\xfe\x51\xc0\x05\x00\x44\x91\xa1\xc6\x3a\xce\xa4\x01\xeb\ \xc0\x5a\x63\x8d\x75\x0e\x8c\x75\x16\xc0\x5a\xe7\x1c\x38\x40\xe7\ \xe5\xc4\x84\xd0\xa3\xac\x3d\x8a\x40\x2c\xfa\x91\x90\x50\x60\x9c\ \x0b\xca\x98\xc7\xc3\xbd\x9d\x8e\xbf\xbf\x49\xad\xc0\x41\x91\xe7\ \x93\xf1\x18\xc1\x82\x05\x62\x8c\xad\x25\x52\x92\x55\xe5\x2c\x2f\ \x08\x52\x74\xe0\x2c\xa4\x51\xdc\x39\xb5\xb0\xb5\xb5\x7d\xb0\xb3\ \x8f\x04\xc1\x3a\x82\x3e\x62\x07\x84\x08\xa4\xac\xef\x5b\x1a\xea\ \x5b\x80\xa5\xe5\xce\xa5\x4b\x17\x9c\xf3\x11\x0b\x50\x56\xd9\x89\ \x93\x6b\x8b\x4b\x6d\x63\xac\x37\x3f\xb7\xd6\x38\xd7\xa9\xeb\xba\ \xae\xeb\x84\x27\xc3\xd5\x43\xab\x24\x6b\x34\xb6\x07\x43\x1a\x34\ \xe6\x37\xea\xf1\xf4\xce\xee\xa1\xd9\x3b\x1c\x28\xc3\x81\x71\xc7\ \x28\x8f\x04\x20\x53\x5a\x6b\x47\xb5\xa5\x84\x52\x3f\x05\x33\xca\ \xb4\x52\x9c\xf1\xb8\x99\x2a\xa9\xb4\xd6\x36\x60\x75\x9d\x2b\xe9\ \x42\xde\x0a\xc2\x60\x36\x9b\x6b\x65\xda\x9d\xa8\xca\xf5\x70\x38\ \x54\xc6\x4d\xb3\xa2\xd5\x6e\x09\xce\x82\x90\x2e\x2e\x76\xd3\x34\ \x4e\x1b\x69\xab\xd9\x38\xec\x1f\xec\xef\xef\x0b\x84\x69\x95\xc9\ \xb2\xf8\xc9\x9f\xf9\xe4\xc6\xb9\x07\xdf\x78\xeb\xe6\xc1\xe1\x80\ \x12\xda\x6c\xa4\x82\xb1\xd3\x97\x1e\xa5\x28\xf7\x77\x77\x8c\x2a\ \x75\xad\x55\x9d\x5b\x57\x51\xa2\xad\xd6\x8b\xdd\x56\x39\x9f\xcb\ \x10\x29\xf3\x7c\x2a\x47\x1d\xd1\x5a\x02\x01\x29\x4b\xe3\x74\x10\ \xc5\x3c\x09\xf5\x90\x62\x0d\xce\x91\xd1\x78\x5c\xcb\x32\x8c\x96\ \x26\xd3\x41\xaf\xbf\x6f\x8c\x94\xaa\xfe\x3e\xf9\x0d\x3a\x47\x08\ \x79\xea\xc9\x77\x9e\x5c\xdf\x38\x71\x62\xfd\x5d\x4f\x3d\xb9\xd0\ \xee\x7c\xe3\x8f\xbe\x3a\xec\xf7\xc2\x50\x4c\xc7\xa3\xb2\xaa\x38\ \xe5\xde\xb8\x55\x1b\xbd\xb5\xb3\xa3\x9d\xa1\x9c\x8f\x26\x63\x2e\ \xc4\x34\x9b\x17\xfd\x83\xd6\x7f\x7e\xeb\xf4\xcf\x7c\xc8\xfc\xc8\ \x23\x97\xd3\x99\xb2\xf3\x86\x34\x8b\x53\x25\xea\xaa\x0e\xec\xa1\ \xa8\xc8\xbe\xfa\xa5\x8d\x4f\x9e\x2e\xc3\xdd\xde\x0b\x0b\x69\x7b\ \x52\xd5\x8a\x98\x0c\x4d\x69\x25\xe1\x46\x55\x85\x73\xcd\xc4\x10\ \x82\x40\x4a\x65\xaa\x32\x54\xae\x13\xb7\x10\x60\x9e\x65\x0d\xa0\ \x3a\xa4\xaf\xc5\xb2\x9e\xaa\xc6\x14\x1f\x3e\x71\xf2\xe7\x7f\xf1\ \x97\x4e\x5e\x38\x4b\x28\x59\x5b\xdf\x38\x17\x27\x0f\x0e\x83\x6f\ \xaa\xc5\x67\x82\xd9\x30\x76\xae\x1b\x9b\xbc\x4c\xa4\x43\x50\xc6\ \x62\x54\xc8\xc5\xbe\x0c\xf7\x78\xa3\x84\xe9\xed\x83\x8c\x76\x14\ \x2d\xaf\xf6\x0f\x73\xc0\x13\x1b\x27\x6d\xbc\xc2\xe3\x68\x58\x95\ \x52\xd5\x29\x8b\x82\x30\x84\xba\xf6\x6c\xe0\xe9\x74\x5a\xd7\xb5\ \x5f\x5a\x17\xc6\x1c\x46\x0a\x38\xa9\x59\x58\x16\xea\xda\xad\xcd\ \x94\x87\xab\xa7\xcf\xa8\xa2\x2a\xd5\x64\x38\x1d\x9d\x78\xe0\xdc\ \x7d\x53\x07\xad\xbb\x17\x19\xee\x8e\x6e\x00\xf7\xfa\x1d\x4a\xef\ \xb9\x82\xc2\xbd\x7d\x96\x2f\x88\xbe\x4e\x05\x41\x90\xa6\x69\xa3\ \xd1\x28\xb3\x42\x6b\x3d\x2d\x2a\xce\xb9\x10\xac\xae\xcb\xba\x2e\ \xa5\xb4\xcd\x66\xfb\xc1\x4b\x97\xba\xad\xe5\xaf\xff\xd1\xd7\x0f\ \x7a\xa3\x28\x08\x00\x68\x5d\xd7\xd6\x6a\xe7\x6c\xed\x5c\x28\xe8\ \xde\x40\x2e\xf2\xd6\x52\x37\x1d\x4d\x32\x4a\xb9\xd1\xb6\x92\x56\ \x6b\x07\x46\x29\xe3\xb4\x05\xb4\x80\x0e\x2c\x80\x73\xe0\xee\x5d\ \xf6\x80\x40\x10\x08\x01\xf4\x30\x90\x83\xb7\x6d\x37\x10\x09\x22\ \x20\xe7\x9c\x52\x46\xac\x63\x80\xc6\xde\xe3\x47\x82\xcd\xf2\xb9\ \xb5\x66\x32\x1e\x0d\xfa\x87\x1c\x11\xac\x53\x55\x95\x81\x5b\x58\ \x5a\x0c\x92\xf8\x95\xcb\xaf\x8e\xb2\xda\x50\x94\x00\x2c\x89\x93\ \x56\xfb\xa1\x87\x1e\x79\xf0\xc1\x87\x3e\xff\xf9\x2f\x81\x83\x63\ \x3c\xc7\xef\x00\xef\x9b\xaf\xec\x9c\x13\x22\x58\x5d\x59\xf3\xeb\ \x1e\x6b\xad\xe7\xf2\x7a\x78\x7e\x32\x99\xf8\x3c\x5f\x21\x02\x6f\ \x8c\xaf\xb5\xee\x74\x3a\x27\x4e\x9e\xf4\x79\x52\xbd\x7e\x5f\x20\ \x94\x8b\xd4\x3a\x3b\x9e\x66\x63\x3d\xae\x79\xaa\x0c\x68\x40\x5b\ \x01\xe5\x14\x69\xe0\x9c\x75\xce\x20\x63\xc4\x53\x01\x11\x68\x20\ \x00\x71\x56\xe4\xc6\x98\x66\xb3\xd9\xed\x74\x82\x41\xb8\xbd\xb3\ \x03\x40\x95\x56\x59\x96\x07\x41\x50\x96\xd5\xfe\xfe\xfe\x74\x3a\ \x09\xe3\xd4\x5a\x1c\x8f\x46\xd6\xea\xa5\xa5\xc5\xf5\xf5\x95\x30\ \x0c\xa7\x93\x69\x14\x06\x8f\x5c\x7a\xc4\x68\x63\x6a\x7d\xfd\xc6\ \xed\x47\xdf\xf9\xd4\xe1\x7e\xef\xce\xe6\x9e\x34\x40\x28\xe7\x94\ \x38\x25\xad\xd5\x57\xdf\xbc\xb2\xdc\x6d\xa2\xc5\x24\x8c\x3b\x69\ \xb2\xbf\xb7\x7d\xe2\xc4\x69\x29\x75\x12\x27\xa7\x4e\x9e\x6a\xb6\ \x9a\x44\x80\x76\xda\x18\x83\x48\xea\xba\x2e\xcb\x92\x52\x52\x14\ \xc6\x3b\x31\x0d\x07\x03\xad\x55\x14\x85\xde\xfe\x22\x49\x92\xf5\ \xf5\x75\xc6\xd8\xda\xda\xda\xe9\xd3\xa7\x57\x56\x56\xc2\x30\xfc\ \x6e\x8c\x5f\xd8\x77\x82\x36\x4d\xbb\xdd\xfe\xeb\x7f\xf5\xdf\x8f\ \xc2\x70\x63\x63\x7d\x34\xe8\xff\xe1\x1f\x7c\x7e\x38\x1a\x16\x45\ \xce\x19\x3b\xd8\xdf\xef\x1d\xf6\x56\x57\xd6\x28\xcd\xaa\xba\x62\ \x9c\x5b\x67\x8d\x36\xfb\x87\x87\x52\x49\xca\xb9\xb1\x76\x63\x65\ \x2d\x78\x73\xeb\xd6\xe8\xcb\x0b\xcd\xe4\xc4\xc7\xce\x18\xb4\xc4\ \xd5\x5e\x8b\x62\xb4\x92\x98\x3f\x22\x96\xff\xc2\xf2\x0f\x7f\xe5\ \x5f\xfc\xee\x29\xbe\x36\x98\xee\xc6\x8d\x56\xbf\xce\x14\x77\x84\ \x9b\x36\x63\x4a\xc9\x22\x9f\x77\x3a\xdd\xc1\x68\xa0\xb4\xe6\x9c\ \x37\x92\x54\x04\x81\xd6\x3a\x8e\xe3\xc9\x60\xb8\x95\xcf\x76\x1a\ \x70\x2a\x0c\xba\x15\x8d\xe6\xaa\x15\x24\xf1\xf2\xa2\x48\x12\x06\ \x41\xff\xab\x6f\xa8\x2f\xbc\xfa\x9e\x73\xc6\x2d\x2e\x7d\x45\x8e\ \x0f\x2b\x25\x80\xb3\xaa\x96\xda\x54\x04\x02\xed\x96\x46\xba\xb3\ \x57\xf3\xb1\x0a\x89\x76\xa6\xb8\xba\x79\x63\x1a\xf1\x32\x0c\xa9\ \xe3\x61\x1c\x54\xc6\xd0\x24\x89\x03\xc1\xac\xb3\xce\x19\x63\x8e\ \x33\xe7\xc3\x30\xf4\xdb\x71\x1e\x88\x09\xab\x2a\x29\x83\x38\x6c\ \xc5\x4b\xf3\x83\xde\xcd\x9b\x5b\xeb\x4b\x2b\x41\x4c\x4d\x4c\x7a\ \xc5\x44\x86\x06\xbf\x37\x3d\x7a\x5d\xd7\x4f\x3c\xf1\xc4\x83\x0f\ \x5e\xe4\x5c\x50\x86\x4f\x3f\xfd\xb4\x94\xea\x9e\xd1\x2f\xde\xb3\ \x1c\x24\xe0\x50\x3b\xe3\x57\x12\x8c\x31\x1f\x3d\xae\x94\x14\x4c\ \x84\x71\x14\x87\x89\xd6\xca\x5a\xd3\x1f\xec\x33\x8a\x8b\x4b\x8b\ \x61\x10\x6e\x6c\xac\xfc\x99\x9f\xfe\x89\x9d\xed\xbd\xd7\x5f\x7f\ \x53\x6b\x43\x09\x21\x84\xbe\xeb\xdd\x4f\xf6\x07\xfd\x77\xbf\xe7\ \xa9\xcb\xdf\x7e\xfe\x95\xaf\x7f\x2b\x93\x66\x63\x71\xb1\xac\x2a\ \x30\x50\x57\xce\x68\xa0\xcc\x81\x03\x72\x4f\x1c\x7f\x94\xaf\xe7\ \xc9\xc2\x0e\x1d\x00\x12\x20\x08\xe0\x9c\x31\x06\x81\x22\x71\x94\ \x20\x20\x71\xf7\xf8\xd5\x3c\x8c\x28\xe3\xce\x21\x41\xd4\xee\x88\ \x68\x63\x9c\xae\xeb\xda\x39\x3b\xe8\x1d\x16\xb3\x79\x1a\xd0\x52\ \xea\x2a\x2b\x0f\xe7\x65\x84\xae\x99\x44\xb5\x35\x94\xa3\x76\x40\ \x19\x1a\xa3\xea\x5a\x7e\xe2\x13\x9f\xb8\x70\xe1\xe2\x6b\xaf\xbd\ \xfe\xc4\xe3\x4f\x2e\x2f\x2f\x17\x45\x79\x78\x78\xf8\xfc\xf3\xcf\ \xd7\xb5\x24\xdf\x83\x1e\xdd\xf7\x49\xce\xb9\xe3\xe2\xee\x35\x01\ \x42\x08\x5f\x89\xbc\xd8\xcd\x7b\xa1\x7b\x6e\xba\x0f\xf3\x68\xb5\ \x5a\xcb\xcb\xcb\x94\x10\x7e\xf1\xb4\xb1\x76\x32\x99\x5e\x9a\xcd\ \xe7\x59\xb1\xbb\x7f\x30\x9d\x67\x83\xf1\x64\x36\x9b\x97\x75\x4d\ \xc1\x38\xab\x65\x55\x47\x51\xd4\x68\xb5\xa3\x28\x52\x5a\x55\x55\ \x85\x52\x39\x29\x8b\xaa\xce\x7a\x3d\x6b\x6d\xab\xd5\x52\xda\x66\ \x45\x9e\x97\x79\x56\xe4\x69\x92\x6a\x63\x90\x52\x63\x4d\x5d\xab\ \x46\x23\x4d\xd3\x4e\xb3\xd9\x30\xc6\xec\xed\xed\xcf\xe7\xb3\x5e\ \xef\x90\x10\xb2\xb6\xba\x21\x4b\x39\x1c\x65\xeb\xab\x1b\xab\x6b\ \x6b\x4b\xcb\xeb\x22\x4c\x9a\xcd\x16\xe7\x2c\x8d\x62\x4a\xb0\xae\ \xab\xf9\x74\x72\x67\xf3\xd6\xe6\xed\x1b\xcd\x66\x74\x62\xe3\x54\ \x92\x24\xb3\xe9\x24\x8d\x63\x82\x54\xf0\x40\x5a\xa5\xa4\x56\x4a\ \xdf\x4b\x86\xa4\x84\x70\x04\x68\x36\x5a\x9d\x4e\x47\x4a\x45\x49\ \xe8\x9b\xbe\x53\xa7\x4e\x2d\x2d\x2d\x79\x37\x8c\xb3\x67\xcf\x3a\ \xe7\xea\xba\xaa\xeb\xfa\xbb\x39\xf8\xdf\xc9\xf7\xcb\xda\x28\x0c\ \x1f\x38\x73\xc1\x82\x9b\x8f\x27\xdf\xfc\xc6\xd7\x0f\x0f\xf6\xad\ \x51\x88\xb8\xb5\xbd\x35\x1a\x4d\x04\xe7\x45\x59\x02\x60\x2d\x25\ \xa1\x24\xcb\xb2\xaa\xae\xab\xb2\x5c\x58\x5e\x72\xce\x4d\x26\x93\ \xf1\x78\xac\x6b\x69\xf7\xdc\xdd\xff\xf2\xf7\xcf\x5c\x7f\xef\x87\ \x3f\xf6\xf0\x7e\xcb\x0d\xb8\x99\xc4\xa5\x9c\x15\x6e\x9a\xbf\x77\ \xf5\x03\x0f\xf2\x95\xe7\xa6\x74\xf3\xd6\x5e\x40\x02\xe4\xbc\x11\ \xb6\x46\xd9\x30\x0e\x99\xad\xca\x86\x10\x99\x48\x4a\x8a\x05\xb1\ \x69\xa3\x61\x9c\x1b\xcb\x02\x4d\x15\x46\x91\x71\xae\x0a\x69\x18\ \xa4\x4b\xd4\x99\x69\x61\x69\xb2\xb9\xb7\xf3\x95\xaf\x7c\xf9\xe7\ \x2e\x9e\x3b\xb8\xb3\x1b\x76\x36\x5a\x8d\xa5\xb7\x36\xb7\x7e\xe8\ \x89\xd3\x93\xed\x9d\xab\x1d\x59\x22\x50\x67\x13\xed\x66\xd6\xd4\ \x68\xad\x55\xae\xac\xc8\xac\x8a\x20\xd5\x73\x7d\xf5\xda\xb5\x5a\ \xb9\xba\xdb\x1c\x67\x73\x46\x04\x65\x22\x2f\x2a\x03\xa0\xcb\xa2\ \xd6\x9a\xfa\x84\x7a\xce\x7d\x2d\x4e\xd3\x54\x4a\x59\xd7\xb5\xe0\ \x2c\xd5\x79\x83\x0b\xa7\xd1\xd4\xae\x13\x76\xe7\x45\xfe\xf2\xad\ \x9b\x27\xdf\x79\x3a\x3e\xd7\x52\x27\x57\xea\x8d\x08\xf5\xfd\x16\ \x1e\x77\xc4\xdf\xf9\xe8\x47\x3f\xfa\xce\x77\x3e\xbe\xbc\xbc\x1c\ \xc7\x61\x59\x55\x9e\xb8\xf5\x76\x18\x08\x11\x11\xe1\x78\xce\x62\ \x8c\xa5\x69\x1a\xc7\x71\x5f\x1f\x2a\xa5\xd2\x28\x6e\xb5\x5a\x07\ \x07\xfb\x00\x90\x24\x49\xa9\xf2\x85\x6e\x57\x04\xc2\x12\x95\xa4\ \x9d\xb5\xf5\x95\x95\xb5\xa5\x2c\xcb\xc2\x20\x2c\xcb\xfa\xc7\x7f\ \xfc\xd3\x48\xf0\xfc\xf9\x0b\xf9\x64\xf4\xec\xd7\xbf\xd5\x9f\x97\ \x8d\x44\x70\x6d\xb9\x45\xc6\x08\x75\x96\x51\xd4\xd6\x1d\xf9\x02\ \xc3\x91\x2e\xd5\x67\x0d\x6b\xb0\x60\xc1\x59\xb0\x4e\x3b\x00\x20\ \x0e\x89\x25\x04\x09\xa3\x94\x72\x8d\x8c\x70\xa6\x2c\x86\x61\xc4\ \x83\x90\x20\x12\xe7\x9d\xdb\xc1\x01\x18\xa3\xad\xd1\x55\x9e\x6d\ \xdd\xbc\x99\x0f\x06\x42\x5b\x61\x81\x12\x20\x00\x4a\x6b\xed\x30\ \xed\x76\xdb\x41\x58\xd4\xf5\x60\x32\xff\xf4\xa7\x3f\xf5\xb3\x3f\ \xf7\x8b\x5c\x84\x71\x14\x9f\x3b\x7b\xe1\x97\x7f\xf9\x2f\x23\x92\ \x2c\xcb\xef\xdc\xb9\x73\xe7\xce\x9d\x2c\xbb\xed\xee\x3b\xb8\x0f\ \xc0\x8f\x3f\x3e\x71\xa1\x2c\xcb\xaa\xaa\xf2\x3c\xdf\xdd\xdd\x0d\ \xc3\xd0\x53\x7b\xd3\x34\x15\x42\x84\x61\xe8\x77\xcf\x47\xe3\x12\ \x63\x84\x10\xc6\xa8\x52\x06\xd2\x25\xab\x54\xc8\xd2\xc6\x7a\xe0\ \xac\x3b\x5b\x4b\xe3\xac\x92\xaa\x28\xca\xe9\x6c\x3a\x19\x1c\x0c\ \xfb\x7b\x65\x59\x59\x6b\x95\x92\x4a\xe9\xba\xae\x1c\xa5\xed\xa5\ \x96\xe7\xac\xc4\x51\x44\x28\x5d\x5c\x5c\x8c\xc2\xe4\x85\x17\x5f\ \x98\xcd\xe6\x4a\x69\x6d\x4c\x1c\x45\x75\x55\x09\x21\x98\x08\x82\ \x40\xc4\x71\x18\x84\xc2\x18\x73\xfb\xf6\x2d\x4a\x69\xa3\x91\x4e\ \xa7\xf3\x28\x0a\x87\xfd\xd9\xe3\x4f\x3c\xf5\x43\x1f\xfb\xe1\xee\ \xe2\x12\x61\xa2\x2c\x2a\x44\x52\x95\xd5\x68\x36\x65\x84\x24\x49\ \x7c\x72\x65\xed\xd2\x85\x0b\xcf\x3e\x9b\x7c\xe9\xcb\x9f\x5f\x5a\ \xee\xac\xad\xad\x80\x73\x45\x59\x30\xd4\x88\x9e\x94\xeb\xbd\x01\ \x0c\x41\x04\xc0\xe9\x64\xaa\x95\xae\x65\x3d\x1e\x4f\x8c\xb1\x8c\ \x89\xaa\xaa\xbc\x55\x98\x31\xc6\x2b\x9f\xb5\xd6\x52\x4a\xad\xd5\ \x13\x8f\x3f\x89\x48\xbe\x2f\xf8\x8e\x11\x01\x2b\xf3\xfc\x77\x3f\ \xf7\x3b\x93\xf1\x64\x32\x19\xcd\x27\x93\x28\x8c\x8c\xd6\x40\x48\ \x18\x45\x51\x18\x65\x79\xbe\x77\x70\x00\xe0\xa4\xd6\x49\x92\x74\ \x3a\x1d\xa3\xb4\xa7\x93\x2a\xa3\xd5\xa9\x0d\x36\xcf\x4f\xcd\xb0\ \xff\xf7\xbf\xe4\x5e\xbc\xb3\xf6\x23\x8f\x05\x0f\xa6\x2c\x0e\x7a\ \x12\xad\x72\x59\x5e\xf0\x4e\xdc\x3e\xb9\x58\xbf\xf1\x66\x12\xc4\ \x4e\x29\x9b\xd7\x4d\x0c\x49\x6e\x4c\x66\xc7\x59\xd6\x0f\x6a\x12\ \x06\x10\x89\x61\x31\x07\xeb\x78\x20\xa6\x93\x51\x83\x74\x08\x23\ \x07\xc5\x84\x49\xb7\x30\x37\xa2\x19\x17\x20\x55\x2a\x9e\x7f\xee\ \xd9\x8f\xfd\xc0\x07\x1f\x7d\xea\xbd\x71\xb3\x09\x2d\xb3\xf1\xef\ \xfd\xd4\x9d\xd6\xad\xd1\xe1\xf5\x30\xa5\xc4\xce\xa3\x28\x74\xa6\ \x8a\x8c\xa2\xa5\x8a\x67\x75\x3d\x9e\xe6\x46\xa6\x41\xdc\xef\xcf\ \x52\x11\x87\x49\xe8\xd2\x84\xc8\xd2\x69\xb4\xda\x15\xf3\x42\x08\ \x16\x08\xce\x19\x03\x44\x4f\x24\xf3\x99\x79\x45\x51\x94\x65\xa9\ \xb4\x8e\xc3\xb0\x6b\x21\x9b\xcc\x0d\x88\x50\xa4\x06\x58\x85\xf5\ \xad\xe1\xe1\xe2\xe2\x43\x6b\xef\x7f\x70\x31\x5d\x57\xb3\x18\xe4\ \xfd\x5a\x61\x38\x7b\xe4\x44\x35\x9d\xfa\x02\x14\x04\x81\xac\x2a\ \x21\x98\xe7\x55\xdd\x0b\xf0\xf5\x96\x54\x7f\x6c\x5b\xc9\x39\x8f\ \xa2\xa8\xd3\xe9\xdc\x36\x37\x27\xd3\xa9\x55\xba\x2e\xe5\x6c\x36\ \x15\x82\x39\x00\xe7\x90\x73\x1e\x47\x71\x05\x19\x65\x84\x32\x72\ \xe6\xec\xc9\x28\x8a\xe2\x38\x69\xb5\xda\x0b\xdd\x85\xaf\x7f\xfd\ \xe9\xb5\xf5\x8d\x33\x67\xcf\xbf\xeb\xbd\x4f\xd4\xd9\x2c\x1f\xf4\ \x97\xc2\x80\x1a\x67\x00\x08\x01\xb0\x40\x2c\x10\x00\xed\x10\xc0\ \x1d\xa3\x28\xce\x0b\x2f\x10\xe1\xc8\x83\xdc\x21\x01\xef\x83\xee\ \xc3\x86\x29\x65\x34\x8a\xac\xd5\x94\x71\x1e\x04\xe0\x35\x02\x60\ \x1d\xa2\x03\x90\x4a\x1a\x25\x7b\xbb\x3b\x77\xaf\x5d\xd3\xe3\x59\ \x1b\x69\xb2\x94\x18\x63\x3a\x8b\x8b\x9d\xee\xd2\xac\x28\x4e\x9e\ \x3d\x7b\xee\xe2\x03\xb7\x6e\x6f\x22\x21\x7f\xf6\x67\x7e\x8e\x12\ \x36\x1a\x4f\x93\xa4\x01\x80\xc6\xb8\x66\x33\xc9\xf3\x22\xcb\x32\ \xbf\x1e\xb6\xc6\xdc\x7f\xbf\x43\x88\xb7\x82\x1d\x8d\x46\xdb\xdb\ \xdb\x9e\xb5\x3c\x9b\xcd\x7c\xb9\xf1\xe2\x7e\xce\xb9\x2f\x3d\x61\ \x18\x46\x51\xe4\x85\x02\x42\x08\xce\x19\x12\x5a\x68\xc7\x78\xc0\ \x99\x00\x00\x20\x36\xa4\x54\x49\xc9\x19\x4d\xe2\x70\xa1\xdb\xa2\ \xe7\x4f\x5a\x27\xa5\x54\xde\xad\xa6\x2c\xcb\x3c\xcb\xc7\x93\xb1\ \xac\xe5\x7c\x3e\x67\x79\x40\x1c\x44\x61\x28\xb5\x5e\x5f\x5c\x78\ \xf8\xd1\x47\xb2\xbc\x18\x4f\xa6\x69\xb3\xe1\xac\x9b\x17\x79\x10\ \x06\xda\x5a\xc6\x69\x2d\x2b\x56\xd1\x66\xb3\xd9\x6c\xb6\xee\xdc\ \xb9\x4d\x08\x4d\xd3\xb4\xae\xeb\xa4\xd1\xfa\xe8\x47\x3f\xde\x6a\ \xb6\xae\x5f\xbd\xfa\xe6\x1b\x6f\x0c\x07\xc3\xe1\x60\x10\x06\x81\ \xaa\x2b\xce\xf8\xfa\xea\x5a\x51\xd6\xa7\xce\x9c\x7e\xe2\x5d\x4f\ \x9c\x3f\x7f\xe1\xfa\x8d\xb7\x46\xe3\x11\xa5\x58\x16\xb9\xe0\x5c\ \x4b\xa5\xad\x09\xe3\x98\x33\x56\x14\x85\x4f\x0d\x30\xc6\x22\x22\ \x63\xd4\xbf\x84\xd6\xb6\x28\x0a\x3f\x81\x7a\x63\x53\x2f\xd1\xf2\ \x67\x5d\x14\x45\xdf\x4d\xd1\xff\xce\x75\x47\x70\x7e\xb0\x75\xf7\ \x73\x9f\xfb\xdc\xd6\xd6\x36\x02\xcc\x26\x63\x67\x81\x73\x4e\x08\ \xb9\x74\xe9\xd2\x8d\x1b\x37\x08\xa1\x7b\x07\xfb\x22\x0c\x64\x5d\ \xc7\x71\x6c\x8d\xb5\xce\xa6\xcd\x86\x52\x8a\x20\x12\x45\x8a\x71\ \x99\xc6\xa9\x05\x87\x10\x95\x57\x7a\x37\x6e\x7d\x7e\xf9\xdd\xe7\ \x2f\xbe\xf7\x6c\x7b\xad\xf9\x26\x95\xcf\xdd\x7a\xf3\xb9\x8d\x2b\ \xef\xfd\xb1\x8f\xef\x0e\xf7\x77\x5e\xba\x8e\x23\xbd\xd0\x68\x23\ \xf0\xb2\xa8\xea\x0c\x8c\x8e\xe2\x94\x2b\x65\xca\x79\x66\x94\x0e\ \xc3\x00\x54\xb5\xd6\xec\x54\xb5\x56\xa5\x59\x6c\xb6\xd9\x4c\x6e\ \x04\xd0\xab\x6b\x1b\x11\x49\xed\x60\xdc\xfb\xd2\x97\xbf\xf0\xde\ \x1f\xfd\x61\x65\xab\xab\xfa\xf0\xe6\xa9\xe2\x1b\xf2\xce\xcb\xdd\ \xe9\x00\x55\x4c\xd1\x95\xe3\x40\x9a\x74\x54\x89\x5e\x69\x6e\x0d\ \xc8\xee\x64\x36\xc7\xf8\x42\x94\x93\x59\xd4\x69\xa2\x13\x53\xa5\ \x0d\xe1\x56\xc9\x84\xd0\x54\x08\x5d\xd7\x44\x70\x6b\x6d\x10\x86\ \xc6\x98\x2c\xcb\xa4\x94\xde\x67\x97\x73\xce\x38\xaf\xeb\xd2\x32\ \xe0\x82\xa3\xa5\x9c\x73\x70\xd0\xe0\x4d\x17\x56\x5f\xfe\xca\x1f\ \x9d\x22\x87\xc1\x63\x4b\x27\xd2\x36\xe1\xf7\xa9\x15\xba\x07\xeb\ \xd8\x7f\xfa\x4f\xff\xe9\xef\xfc\xce\xff\xe8\xc9\xa0\xe3\xd1\xf4\ \x17\xfe\xdc\x9f\xf3\xa9\x23\xde\xa4\xd2\x83\x3b\xd6\x1c\x8d\x03\ \xfe\x54\xa0\x94\x26\x49\xca\xb9\x10\x9c\x70\x2e\xfc\xbd\x88\x51\ \x14\x42\x78\xf3\x2a\x11\x08\xad\x29\xe7\xd4\x39\x0d\x08\xd6\xa9\ \xf9\x7c\xda\x6c\x34\xd6\xd6\xd7\x4e\x9f\x39\x4d\x08\x3f\x73\xe6\ \xec\x3b\x1e\x7e\x68\xd2\x3b\xbc\x31\x9d\x55\x45\x19\x23\x3a\x6b\ \x9d\x03\x63\x9c\x3b\x8e\x29\x07\xf4\x1a\x6a\x07\x0e\xac\x6f\x7f\ \xee\x8d\x5f\x08\xde\x53\xc7\x47\x62\xd0\x28\x32\x94\x3b\x2e\x0c\ \x70\x1e\x04\x5c\x84\xbe\x40\x01\x10\xe2\x1d\x93\xad\xb5\x52\xbd\ \xf9\xe2\xcb\xb1\xb1\x8b\x54\x04\x61\xb4\x6f\xca\x79\x59\xcd\xc6\ \xb3\xf7\x7e\xe0\x43\x41\xb3\x0d\x9c\x67\xb5\x6e\x2f\xac\x9c\x3c\ \x71\x82\xb1\xb0\xd5\xee\x1a\x47\xa6\x93\xd9\x5b\x6f\x5d\xff\xe9\ \x9f\xfe\x6c\x9a\xa6\xd6\x1a\x7f\xa9\x10\x42\xe0\x7e\xb9\x0b\x88\ \xa8\xa4\xbc\x75\xeb\xd6\x60\x30\x18\x0e\x87\xc7\xc3\x54\x9a\xa6\ \xde\x3f\xd8\xa7\x1e\x16\x45\x91\xe7\xb9\x6f\xd6\xbc\x97\xb3\xb7\ \x61\x16\x42\x44\x71\x1c\x84\x69\xda\x88\x93\x38\xe6\x8c\x51\x82\ \x41\xc0\x05\x63\x42\x04\x8c\x21\x3a\xa2\x8c\x35\x4e\x44\xa1\x40\ \x84\x24\x69\x20\x20\x22\x7a\x7f\x2b\x6d\xb4\xac\x6b\x59\x57\x79\ \x96\x0d\x47\x23\xce\x83\x93\x27\x4f\x19\x03\xd9\x3c\xb3\xd6\x6a\ \x6d\x4e\x9d\x3e\x8d\x04\x17\x16\x17\x92\x24\xdd\xda\xda\xf2\x27\ \x40\x51\x14\x8c\xf9\x95\x53\x66\x8d\x15\x61\xd8\x1f\x0c\xbf\xf0\ \xf9\xcf\x6f\xdd\xbd\x73\xe6\xe4\x89\x4b\xe7\x4e\xeb\x13\xcb\x71\ \x18\x71\x46\xaa\xa2\xac\xea\x3a\x58\x59\xea\x0f\x0f\x7f\xf3\xd7\ \xff\xd9\xc2\xca\x72\x1c\xc7\x0e\x6d\x2d\x2b\x6d\x9d\x00\x68\xb6\ \x1a\x80\x14\x09\x73\xce\x5a\x5b\x00\x90\x20\x88\xc2\x30\x70\x0e\ \x7c\x83\xc3\xb9\xa8\xaa\xcc\x9f\x69\x45\x51\x24\x49\xe2\xaf\x85\ \xa2\x28\x16\x17\x17\x3d\x01\xfa\xfb\xa0\x93\x40\x42\x94\x52\x2f\ \x3c\xf3\xcc\xc1\xde\xae\xae\xab\xfe\xa0\x3f\x9d\xce\x56\x57\x56\ \xe7\xf3\x99\x94\xaa\x2c\xcb\x38\x8e\xe3\x38\x6e\x36\x9b\x65\x55\ \x45\x51\xc4\x85\x68\x34\x1a\x75\x5d\x1b\x6b\x18\xa1\x51\x14\xf5\ \x0f\x7b\x8d\x69\x4d\x59\xb0\x59\x8e\x49\x1a\x19\x67\x59\x5f\x16\ \x5f\xbd\xa9\xef\x8e\xc5\xfb\x4e\xad\x9e\x14\xc3\xde\xf0\xbf\xf8\ \xe7\xff\xd5\xff\xf3\xaf\xff\xed\x4f\xff\xd2\xcf\x7c\x33\xfd\xc2\ \xad\xe7\xde\xd8\xdb\xed\x0b\x0c\x2c\x92\xdc\xba\xb8\xdd\x6e\x31\ \x43\x2d\xd4\x21\xb1\x44\xc5\x41\x64\x8d\x9d\x0c\xa6\xcd\x24\x8e\ \xdb\x9d\xac\xae\x5c\x48\xe6\xa6\x5a\xec\x2e\xcf\x65\x31\xda\xdf\ \xaa\x43\xf7\x9b\xaf\x7d\xb9\xf5\xa5\x7f\x72\xea\x3d\x8f\x5e\x19\ \xef\x4c\x41\x5f\xbe\x79\x39\x9b\xee\x2e\x08\xd1\x25\x56\xd5\x75\ \x50\xbb\x76\x46\xc2\x83\x6a\xba\x39\xdb\xbc\x71\x18\xac\xad\xad\ \x3d\xf1\xc8\xab\x97\xef\xb0\xca\x34\x19\xc9\xc1\xd5\x88\xcb\x8b\ \x0b\x6c\x9a\x8b\x28\x52\xd4\x8c\xe6\xb3\x28\x4e\xfc\x78\x45\x29\ \x0d\xc3\xd0\x0b\xa6\x3c\x7b\x3b\x49\xd2\x2a\x72\x4a\x83\x33\x84\ \xb3\x40\x18\x30\x65\x16\x54\xa6\xe1\xdc\xde\x37\xae\xbc\x67\xe9\ \xc3\x8b\x67\x23\x2b\xee\xd3\xe9\x94\xbc\x2d\x6c\x64\x32\x99\xfd\ \x31\xb1\x4d\x1b\xdf\xdb\x7b\xa8\x16\xee\xc5\x4b\x51\x4a\x29\xb5\ \xbe\xe8\x10\x42\xba\xdd\x4e\x92\xc4\x65\x51\xc7\x71\xd2\x4c\x1b\ \x51\x14\x96\x65\xce\x19\x07\x70\x52\x4a\xce\x38\x0f\x02\x4a\x3c\ \x50\x63\x1d\xb8\x28\x89\x26\xf3\xe9\x2c\xcb\x7f\xfa\xb3\x3f\x0b\ \xc8\xbe\xb4\x79\xfb\x8d\x97\xbe\x3d\x1d\x8c\x5d\x99\x73\x86\xaa\ \x52\x60\xc1\x5a\x70\xf7\x0a\x22\x71\xe8\x1b\x1e\x9f\xee\x89\xe8\ \x88\x43\x07\xce\x3f\xa3\xe7\x10\x3a\xe7\x90\x38\x24\xc0\x18\x63\ \x22\x90\x94\x52\x82\x9c\x07\x94\x73\x46\x98\xb7\x0f\xa2\x88\x08\ \xa0\x64\x7d\xb0\xb3\xbd\x77\xeb\xf6\xb9\xd6\xa2\xe6\x87\x59\x56\ \x88\x04\x5b\x61\xa2\x80\x0a\x11\x5d\x78\xe0\x61\x12\xc7\xd6\x12\ \x4a\x69\x12\x44\x5a\x3a\x67\x08\xa5\x62\x36\x9d\xfa\x39\xa5\xae\ \x6b\xcf\x57\xf0\xa2\xc7\xfb\xb6\x75\xf7\xe1\x50\x57\xae\x5c\xf1\ \x91\xf3\x49\x92\x38\xe7\xaa\xaa\xf2\x58\x0f\x21\xa4\xd1\x68\xf8\ \x8a\xef\x95\x43\xfe\xe1\x05\xb7\x5e\xe2\x34\x1e\x8d\xea\x6a\xc7\ \x13\xaf\xd0\x39\xce\x68\x10\x06\xde\xdc\xbe\x91\x24\x49\x12\x85\ \x69\x4b\xc4\x69\x20\x04\x63\x9c\x10\x74\xe0\x10\x49\x20\x02\x7f\ \x2f\x49\x93\xd4\x39\x8d\xb8\x7a\x42\x2a\x4a\x58\x5d\x57\xe7\xce\ \x5f\xb0\xc6\x95\x65\x39\x9d\x4e\xa7\xd3\x59\x51\xe6\x49\x12\x77\ \xbb\xdd\x4e\xa7\x7d\x78\x78\xf8\xfa\xeb\xaf\x7b\x8a\x96\xd1\xb6\ \x2e\x65\x18\x46\x48\xe8\x17\xfe\xf0\x0b\x27\x37\x56\xff\xca\x5f\ \xfe\x8b\xad\x28\xba\x7e\xf5\xf5\xc9\x70\x5a\xcf\xb2\x42\x4b\x04\ \xd0\xca\x64\xd3\xc1\xe3\xef\x7c\xe7\x93\xe1\x3b\xbe\xf9\xfc\xb7\ \xab\x2a\x07\x46\x2d\xa0\x54\x2a\x14\xdc\x3a\x08\x03\x01\x48\xcb\ \xb2\x40\x44\x4a\x99\x5f\x6b\xf8\x6a\xee\x99\xca\xbe\xc2\x76\x3a\ \x9d\x7e\xbf\xef\xf5\x80\xa3\xd1\xc8\xb3\x52\xcb\xaa\xfc\x2e\xe1\ \xfc\xef\x50\x77\x28\x21\x93\xc9\xf8\xc5\x17\x9e\x0f\xc2\x70\x3c\ \x1e\x45\x41\x48\xdb\x74\x32\x1e\x47\x51\x64\x8c\xd5\x4a\xb7\x9a\ \x9d\xb2\x2e\xa3\x24\xce\xcb\x92\xdc\xb3\xda\x15\x42\x8c\xc7\xe3\ \x2c\xcb\xce\x9e\x3d\x3b\xe3\xe3\x28\x8e\x94\x73\xa7\x96\x57\x25\ \xc3\x62\x36\x0f\x5a\x11\xa7\x64\xbc\x39\x99\x1d\x0c\xdb\x0f\x6e\ \x9c\x79\xf8\xec\x99\x87\x2f\xec\x4c\x0f\xce\x74\xd6\x3f\xfb\x17\ \xff\xe2\xb5\xf7\xbf\xf1\xe6\x0b\xaf\xbd\xf5\xda\x95\xfe\x60\x9c\ \x95\xd0\x87\x29\xdf\x19\xb6\x45\x14\x30\xce\x00\x09\xa5\xd6\x59\ \xa4\x34\x48\x63\x83\x98\x57\xe5\x9c\xe8\x9d\x70\xde\xc8\xb2\x10\ \x21\x3a\xbf\xd8\xbe\xb8\x3a\x5d\x0d\xde\xbc\xa0\xf7\xe8\xdd\xdb\ \xbb\xaf\x8f\xb6\x76\x7e\x20\x77\xcd\xa2\xa5\x88\x53\x56\x71\x1a\ \xad\x75\x57\xc3\x24\xb8\x21\xef\xfe\xd6\x0b\x57\xb6\x36\x47\xef\ \x58\x3e\x7b\xfa\xfc\xb9\x9d\xd5\x15\x7b\x6b\xaa\x2c\x04\x71\x1c\ \x86\x41\x2b\x4e\x05\xe1\xf3\x61\x9f\x32\x68\x34\x53\x44\xee\xf9\ \xbe\x1e\x4e\xf6\x1f\x1c\x95\x00\x6b\xc7\xd6\x20\xa3\x04\x41\xdb\ \xd2\xce\x72\xa8\x6a\x41\x60\x83\xc5\x77\x6f\xf4\x7a\x7f\xf0\x56\ \xe7\x97\x3e\x6a\x93\xfb\x26\x92\xd8\x63\xf8\xe6\x4f\xbe\x9d\xce\ \xa3\x9e\xc6\x18\xff\x95\xa3\x59\xe6\xde\x7a\xcb\xd7\x9d\xe5\xe5\ \xa5\x38\x4e\xe6\xb3\xbc\xaa\x4a\xa3\x74\xbf\x7f\xa8\xb5\x2a\xca\ \x0c\x11\x3b\x9d\x2e\x63\x8c\xf3\x80\x10\x4f\xee\x35\x00\x90\x15\ \x79\x1c\x35\xf2\xbc\xa8\x6b\x0d\x84\x74\x1a\xad\x6a\xd4\xaf\xa6\ \xb3\x76\x20\x02\xc4\x23\x0b\x0b\xf0\xda\x88\xa3\x3a\x83\xe0\xd0\ \xf9\x7d\x9d\xa3\x48\x80\xa2\x2f\x61\x08\xce\x01\x58\x0b\x8c\x82\ \x03\x30\x4a\x17\x79\x1e\xf1\x80\x10\x22\x84\x70\xe8\xb3\x59\x18\ \x00\xf1\xc9\xcb\xde\x91\x61\xfb\xd6\xed\x62\x30\xde\xdb\x9d\x76\ \x80\xb7\x22\x91\xd3\x6a\x5a\xca\x34\x4d\xee\xdc\xd9\x5a\x3c\xfb\ \x80\x40\x5e\x4b\xb3\xbe\xb2\x3e\x9f\xe7\x05\xd4\x93\x59\x1e\x37\ \x92\xb5\xb5\x0d\x7a\x94\x62\xec\x8e\x1b\x16\xe7\xec\x3d\x6f\x8d\ \xfb\xda\xa3\x53\xda\x6a\xb5\xbc\xd6\x71\x32\x99\xcc\x66\x33\x7f\ \x63\xf7\x23\xb6\x87\x96\xef\x21\xfa\x47\xff\x06\x41\x70\xe4\xfa\ \x6e\x2d\xa2\x33\x09\xa7\x84\x5a\x63\x3c\x09\xb8\x2c\x8b\x99\x52\ \x46\x6b\x44\xa4\x94\x10\x1a\x58\x42\x11\x30\x08\x82\x46\xa3\x91\ \x24\x49\xb3\xd9\x14\x42\x10\x4a\x82\x20\x48\xe2\x84\x32\x10\x82\ \x13\x44\x70\x10\x45\x51\x18\x26\xce\x81\x31\x66\x79\x75\x15\x9c\ \x33\x46\x3b\x67\x10\xb1\xdb\xed\x2e\x2d\x2d\x05\x41\x60\x8c\xed\ \xf7\x87\x82\x09\xc6\xc5\x7c\x3e\x37\x45\xfd\x91\x0f\x7d\xf8\x07\ \xde\xfb\xae\x80\x98\xaf\x7d\xf1\xf3\x37\xdf\x7a\xe3\xcc\x89\xb5\ \x56\x9a\x6a\x85\x46\x69\x06\xa6\x28\x67\xbf\xf7\xb9\x5f\xff\xf0\ \x0f\x7f\xf2\xd2\xa5\x73\xdf\x7a\xe9\x65\x24\xe8\x8c\xd5\xc6\xe4\ \x79\x91\x67\x59\x92\x34\xd2\x46\xb3\xae\x65\x59\x56\x42\x08\xc6\ \x38\xa2\xe7\x16\x0a\x42\xa8\x52\x7e\xd5\x85\x77\xee\xdc\x89\xe3\ \xb8\xd1\x68\x68\xad\x7d\x5d\x36\xc6\x38\x1f\x95\xf3\xbd\xfb\x0d\ \x3a\x00\x82\xa4\x2e\x8a\x6b\x6f\xbd\xd5\x6a\xb5\x57\x97\x97\xf7\ \x0f\x0e\xdb\xed\x36\x63\x7c\x3a\xdd\xef\x74\xba\xca\xe8\xed\xdd\ \x1d\x42\xc9\xbc\xc8\x5a\xad\x76\x10\x86\x8c\xb1\xa3\x94\xe5\x24\ \x99\x4c\x26\x00\x00\x2d\x36\x3c\xec\x9f\x68\x9d\x1b\x4f\x33\x56\ \x43\x85\x98\x57\x35\x82\x58\x54\x3c\xbd\x25\xeb\xde\x9d\x83\x7d\ \xf3\xff\xfa\xf6\xdd\x8f\x7f\xf6\x27\x1e\x7f\xef\xbb\x93\x47\x2f\ \x7e\xf0\xd1\x87\xde\x57\x97\xcf\xbf\xfc\x0c\x27\x3c\xcf\xf2\xd1\ \x6b\x7b\x72\x5a\x8c\xfa\xfd\xe9\x70\x58\x12\xe7\x2c\x49\x4e\x9e\ \x70\x8d\x64\x90\x4d\xc9\xd2\xfa\xe2\x89\xee\xc2\x83\xcb\xcb\x34\ \x58\x59\x68\xd3\xa5\xb8\xd7\x32\x77\xf9\xec\xb9\xdd\x5b\xfb\xff\ \xe2\x73\xf1\xf5\xdd\x27\x1b\x2b\x4f\xe9\xd3\xeb\x8d\x93\xd3\x36\ \x27\x11\x6f\x18\xa6\x27\xf2\xb9\x37\xaf\xfd\xfa\x17\xbe\x7c\x73\ \x94\xf3\xb8\x75\x70\x73\xc6\xf2\xfa\xb3\x9f\xfa\xc9\x97\xfe\x87\ \x3f\x68\x06\xad\x39\x23\x83\x7c\x3e\x9d\x4e\xba\x88\x1a\x34\x0d\ \x99\x2b\x2d\x3a\x38\xce\xa8\xf5\x28\x8f\xbf\x7e\x08\x62\x14\x86\ \x4c\xb0\x42\xd6\x75\x5d\x02\xd1\x9c\x3b\x6a\x09\xd1\x8e\x29\xba\ \xc8\x16\x7a\x6f\xf4\x78\xcd\x1d\xde\x37\x77\xf6\x8f\x9b\xff\x20\ \x08\xbc\x46\x21\x2f\x2a\x21\x02\xff\xd5\xe3\xf3\xde\xf7\x3b\x9e\ \xbc\xec\x03\x6d\x82\x20\x28\x8b\xd2\x3b\x39\x65\xf3\xb9\x92\x6a\ \x3a\x1d\x37\x9b\x8d\x28\x0a\xa5\x0d\x56\x57\x57\x82\x30\x54\x5e\ \x87\x09\x8e\x80\xd3\x46\x03\x10\x6d\xac\x36\xc6\x39\x42\x81\x77\ \x1a\xad\xe5\x66\x5a\x4f\x33\x30\x4a\x29\x0c\x29\x6a\x04\x47\x7c\ \x5d\x21\x96\x10\x1f\x38\x87\xe0\xd0\x81\xf5\xbf\x0c\xfa\x08\x77\ \x77\xc4\xdb\x61\x47\x7e\xef\xe0\x8e\xfe\x96\x20\x08\x31\x8e\x28\ \xe5\x48\x19\x61\x1c\x90\x38\xb4\x5e\x66\x3a\xe8\xf5\x76\x6e\x6f\ \x9e\x5a\x59\x9d\x5f\xdd\x62\x86\x35\xe2\xf6\x02\xe3\x0f\x5f\x3a\ \x3b\xb2\x6e\x7f\x34\xbf\x75\x77\x7f\xf5\x7c\x5c\x14\x35\xba\x3e\ \xb7\x40\x0c\x50\x81\x06\x5c\x59\x56\x4a\xea\x40\xa4\x9c\x53\x63\ \x95\x52\xf2\x78\xf6\xb9\x6f\x7c\x87\x51\x1a\xc7\x71\x9e\xe7\xb3\ \xd9\xac\xd7\xeb\x29\xa5\xd6\xd6\xd6\xbc\xb9\xf2\x1f\x57\xfd\x7b\ \x8f\xe3\x7b\x03\x00\x14\x45\x91\x17\x85\x35\x26\x10\x84\x52\x0a\ \x88\x04\x49\x10\xa7\x01\xf8\xd0\x0d\x07\x0e\x9c\x43\x74\xd6\x39\ \xe7\xac\xd3\xc6\x8c\x06\xc3\xde\xe1\xa1\xb5\x96\x7a\x16\x20\xa5\ \x9c\x73\x1e\xd2\x28\x0a\xa3\x30\x0a\x82\x88\x73\xde\x68\x34\xc3\ \x30\xa2\x94\x22\x12\x6b\x2d\x80\x0d\x42\x16\x85\x71\x18\x86\xeb\ \xeb\x27\x2e\x5d\xba\xf4\x91\x8f\x7c\x74\x38\x18\x29\x65\xa4\x54\ \xbd\x5e\x8f\x44\xc9\xb9\x0b\xe7\xac\x55\xaf\xbf\xf1\xda\x95\xcb\ \x2f\x9f\x5e\x5b\x4a\x05\xa1\xae\x22\xc4\xb2\x98\x59\x47\xc2\xb8\ \x25\x75\xfe\xed\x6f\x3f\x7d\xf1\xd1\xc7\x2b\x59\x58\x47\xb4\xb6\ \x9c\x33\x04\x42\x1c\xd6\x52\x26\xce\x2d\x2c\x2c\x2c\x2d\x2d\x2d\ \x2f\x2f\x13\x42\xee\xde\xbd\xeb\xee\xc5\xb7\x1e\x7f\xe0\x15\x5e\ \x1e\x60\x96\x52\xb6\x5a\xad\xba\xae\x8d\x31\xdf\x25\x94\xf9\x9d\ \x75\xa1\x00\xae\xaa\xca\x56\x33\xed\xb4\x5b\x79\x36\xaf\xca\x32\ \x08\x42\xe7\xdc\x42\x77\xc1\x93\x33\x18\xe5\x40\x5d\xbb\xd5\xd6\ \x5a\xe7\x65\x21\x84\x98\x4d\x67\x4b\xcb\x4b\xe0\xa0\x32\x25\xa5\ \xb4\xac\x0b\x91\x04\x54\x90\x46\xd2\xc8\x27\xbd\x6e\xb3\xc3\x18\ \xd4\x75\x65\x6b\xed\x08\x6b\x80\x18\x7d\xf9\xda\x7e\xa2\xc7\x16\ \x3e\x7f\xf3\xb5\x77\xfe\xd0\xfb\xc0\x29\x37\xc9\x93\x65\xec\x08\ \x71\x29\xd9\x58\xfe\xc0\x8f\x33\xc6\x19\x03\xac\x8d\x33\x86\x11\ \x52\x1b\xa3\xc1\x29\x81\xe3\xf9\x6c\x3b\x1f\xcc\xda\x50\xe7\xc5\ \xad\xec\xe0\x8d\xf1\xb5\x6b\xbb\x77\xc7\xc5\x81\x9b\x4e\xd2\xc9\ \xfc\x64\x55\xaf\x54\xe3\xbb\x03\xb8\xb3\x30\x3f\xa0\x49\x3b\xe8\ \xae\x4f\xdc\xce\x37\xaf\xfe\xe6\xd7\x9f\xbe\x26\xc0\x9e\x5c\x8b\ \x8b\x06\xcb\xdd\x6f\xfd\xd7\xff\xf8\xa3\xeb\xef\x8c\x34\x51\x65\ \x56\x30\x0c\x62\xc1\xc1\x25\x71\xb0\xb7\x7f\x87\xc7\x41\x94\x34\ \xa9\x66\xf3\x3c\xa3\x94\x22\x21\x4c\x6b\xce\xb9\xd1\xda\x1a\x53\ \x6b\x25\xb4\x4e\xc7\x31\x03\x5b\x23\x20\x33\x75\x55\x02\x80\x43\ \x9a\xd7\x4a\x12\x9e\x49\x7b\xeb\xee\xde\x43\x17\x1e\x50\xdf\x29\ \x2e\xfa\x7f\xe2\xde\x7b\xc4\x57\xfe\xcc\x67\xfe\xcc\xbb\xdf\xfd\ \xae\x38\x8e\x44\xc0\xff\xdb\xff\xe6\xbf\xc9\xf3\x8c\x73\xe1\x4d\ \x7f\x10\xf1\xde\x46\xc8\x3b\x10\x02\x21\x40\x28\x84\xa1\x88\xa3\ \x60\x71\xa1\xb3\x95\xe5\x4a\x6b\xc6\xc3\xe5\x95\x8d\x38\x8e\xfa\ \xc3\x83\xb2\xac\xcb\xa2\x74\xd6\x12\x64\x16\xad\x03\xeb\x2c\x80\ \xd3\x02\x88\xc9\xca\xf1\x61\x3f\x3b\x35\x6a\x2f\xaf\x37\x17\x3a\ \x8d\xce\x62\x71\x75\x2f\x8c\x20\x10\x68\xb4\x05\x0a\xce\x10\x82\ \x80\x3e\x49\x18\xad\xf5\x10\x32\xde\xc3\xc0\x7d\x42\x85\xd7\xd6\ \x10\x0c\x08\x28\x0b\x84\x00\x0b\x04\x09\x63\x11\xc4\xad\xf6\x42\ \x8d\x0e\xb4\x0b\x91\xf1\x90\x00\xd1\x81\x33\x9e\xdf\x7a\xb8\xbd\ \x5f\x49\x7d\xf6\xcc\x99\xbb\xd7\x77\x16\xcb\x62\x31\x6e\x3e\x93\ \x52\xc5\xab\xc6\xf2\xca\x09\x4d\x5f\xfc\x83\xdf\xbd\x70\xe1\xa1\ \xf7\xfc\xd0\xc7\xc6\xd3\x1e\x38\x10\x1a\xb5\x55\x87\xd7\xfa\xdf\ \xfa\xe6\x33\xad\x56\xfa\x7f\xf9\x0f\xfe\x5a\x9a\x26\x75\x5d\xdf\ \xba\x75\xe3\xb7\x7e\xeb\xb7\x7a\xbd\x9e\x31\xf7\xaf\x93\x50\x4a\ \x79\x15\xa8\x67\x69\xad\xaf\xaf\x37\x9b\xcd\x63\x33\x50\xdf\xec\ \xf8\xb6\xf7\xb8\xbb\xa4\x94\x4a\x29\xc3\x30\x9c\x4e\xa7\xbb\xbb\ \xbb\x61\x24\x04\x17\x40\xa8\xf3\x4f\x49\x19\x20\x41\x82\x94\x72\ \xc6\x45\x40\x5c\x48\x90\x31\x1e\x85\xdc\x9b\xe9\x30\xce\xad\x31\ \x80\xe8\x5d\xd6\x8b\x22\x9f\x4c\xc6\xce\x77\x98\x47\xc1\x8d\x0e\ \x00\xa3\x28\x4a\xd3\x34\x49\xa2\x28\xe6\x49\xd2\x30\xda\x85\x61\ \x14\x04\x41\xb3\xd1\x3e\x73\xfa\x6c\x55\xd7\x84\xd0\x53\xa7\x4e\ \xd5\x0e\x09\x25\x52\xd5\x2f\xbe\xf0\x6d\xc6\x70\x3a\x19\x1c\xdc\ \xbd\xce\x09\x9c\x3e\x75\x3a\x0c\x82\xde\xa0\x37\xcc\x27\x44\x84\ \x52\xea\xcb\x6f\xbc\x66\x2d\x31\xc0\xe6\x79\xd1\x69\x36\x9d\x71\ \x22\x08\xdf\xff\xfe\x0f\xac\x9f\x38\x41\x10\x85\x08\x84\xe0\xbe\ \xd7\xbb\x7d\xfb\xce\x7c\x3e\xbb\xd7\xbe\x95\xde\xf3\xcf\x39\xe7\ \xe9\x05\x70\x94\x26\xca\xb4\x56\xdf\xa5\x42\xe5\xbb\xd2\x85\x3a\ \x43\x96\x16\xd6\x0e\x0e\x0e\x5a\xed\xb6\x1f\x6b\x01\x5c\x25\xcb\ \x76\x12\xce\x67\xf3\xa2\x98\x73\xc1\x42\x11\x60\x20\xa6\xd3\x69\ \x14\xf0\x93\xa7\x4f\xe4\x79\x56\x95\x55\xad\x6a\x07\xb6\xbb\xb4\ \x18\x14\xc5\x68\xda\x67\x54\x88\x50\x6b\x37\x0f\xc2\x28\x64\x98\ \xe5\x4a\x69\x3b\xb2\xd6\xd1\x60\xdd\x88\xfc\x2b\xaf\x16\xdf\x7e\ \xe5\xce\xde\xc1\xdd\x27\x5b\xcf\xde\x7a\x2e\x34\x24\xe2\x61\xf4\ \xf0\x7a\xcc\x5b\x21\x8f\x92\x30\x09\x88\x20\x1e\x86\x44\x74\x68\ \x0b\x5d\xe4\x65\x56\x1a\x97\x1f\x40\x39\x9d\x48\x59\xd5\xcc\x5a\ \xaa\x81\x13\x70\x3c\x52\x71\x03\x63\xc8\x83\x03\xc8\xaa\x69\x96\ \x8e\xcf\x38\x2b\xff\xf0\x85\xb7\xbe\xf5\x8d\x97\x24\x8b\x37\xba\ \x5d\x10\x22\x6d\x04\xa7\x97\x56\xdb\x2e\x1c\x5d\xdb\xe1\x1a\x08\ \xa5\x8c\x10\x39\x9d\x64\x5a\x0f\x64\xd2\x5e\x5a\xaf\x75\x3d\x9e\ \x17\x49\xdc\x68\x36\x9a\x2a\x2b\x98\x73\x84\x8b\x49\x59\x90\x38\ \x74\x84\x28\x4a\x0d\x12\x53\xf6\xc2\x30\x68\x85\x91\xd2\x8a\xb0\ \x34\xd3\x72\xa6\x6a\x0d\x46\x99\xc2\xe8\xea\xe6\xb5\x37\xf8\xa7\ \x3e\x51\x56\xd5\x7d\x6d\xd1\x09\x00\x70\x2e\x2e\x5e\x7c\xe0\xe2\ \xc5\x8b\x27\x4e\x9c\xe8\x74\x3a\xdf\x7a\xe6\x5b\x75\x25\x29\x61\ \xd6\x3a\x42\xd0\x77\x61\xce\x39\x42\xc0\x39\x47\xc1\x11\xea\x28\ \x75\x41\xc4\x96\x78\xfb\x7d\xef\x7b\x6a\x67\x7b\x7b\x65\x6d\x43\ \xf0\xa8\xae\xd5\x6c\x36\xc9\x8b\x9a\xb2\x20\x9b\xe7\x21\xe7\xb2\ \x36\x00\x56\xa3\x71\xce\x11\x47\x5d\x25\xe5\x34\xfb\xda\xcb\xaf\ \x2d\x75\x5a\x9d\xf5\x2e\x89\x83\x68\xe1\x04\x09\x2e\x6b\x0b\x5e\ \x25\xe4\x1c\x3a\xc7\x88\x45\xee\x0c\xb7\x76\xce\xac\x21\x70\xc4\ \x10\x84\x23\xde\x20\x01\xa0\x08\x48\x80\x11\xc7\x01\x91\xa0\x13\ \x01\xe5\xa1\xa3\xc2\x21\xad\x0a\x59\x69\x99\xf7\x87\x6a\x30\xd1\ \xa2\xc6\x38\x1c\xbc\x7e\xe3\x8d\x97\xaf\xcc\xea\xfa\xb5\x1b\x57\ \xba\x1b\xa7\xd7\x16\xbb\x37\xfe\xe0\xab\x5d\x70\x8b\x45\xde\x48\ \xd3\x83\x7c\xfc\xcc\xb5\xdb\x5d\x64\x8b\x65\x96\x3d\x73\xf8\xe2\ \xed\x6b\xab\x1f\x78\xd7\x2c\x0c\xc6\xe3\xf9\x60\x30\xbc\x76\xfd\ \x9a\xd7\x8b\x7f\xe2\x13\x3f\x64\xad\xe9\xf7\x07\x94\x62\xa7\xd3\ \xe9\xf5\x7a\x88\xf7\xd9\xef\x10\x24\x65\x59\x6e\x6f\x6f\x2f\x2f\ \x2f\x2f\x2c\x2c\x20\x62\xa3\xd1\x38\x4e\xb9\xf3\x5c\x1e\x6f\x87\ \xe4\x11\x1f\x3f\x0e\xfb\x87\xa7\x29\x34\x9b\x4d\xc6\x59\xb3\xd1\ \xf0\x59\x06\x4a\x29\xa5\x34\xa0\x2b\xcb\x52\x3a\x47\x08\xa9\x10\ \xe7\xe0\xb4\x31\x7e\x1c\x26\x84\x30\x4a\x01\x50\x08\x11\x86\x81\ \xb1\x16\x09\xe3\x9c\x70\xc6\x85\x10\x9e\xae\xe1\xd1\xa4\xe9\x74\ \xd2\xef\xf7\x95\xae\xad\x55\x51\x14\x11\x42\x93\x38\x89\xa2\x04\ \x11\x93\xb8\x21\x02\xd1\x68\x34\x38\x17\x51\x33\xdd\x58\x5f\xb9\ \x7e\xf5\xd5\xeb\x57\x5e\x7e\xfc\x81\x73\xa3\x83\xbd\x7c\x3e\xa3\ \x84\x22\x8b\xdb\x0b\x2b\x97\xaf\x6f\x95\x72\xda\x59\x5a\x0d\x92\ \x76\x1a\xa7\x0f\x9e\x38\x9b\x34\xbb\x45\x55\xc7\x61\x18\x04\xc1\ \xa0\x3f\x18\x0c\x0f\x57\xd7\x97\x82\x30\x62\x0c\x18\x23\x9c\xb3\ \x93\x27\x4f\x44\x51\xb4\xbb\xbb\xbb\xb9\xb9\x99\x65\x99\xb5\xa6\ \xaa\x4a\x6b\x6d\x1c\x47\x88\xa0\x94\x64\x8c\x56\x55\xe9\x9c\xbb\ \x57\x77\xbe\x67\xfe\x8e\x73\x0e\x91\x76\x3b\xdd\x79\x96\x07\x61\ \xc4\xb9\x38\x7d\xea\xcc\xdd\xed\x2d\xca\x58\x18\x86\x65\x59\xf4\ \x07\xbd\x5e\xef\xe0\x91\x87\x1f\x56\x5a\x97\x65\xb9\xd0\xed\xb4\ \xda\xed\x2c\xcb\xc6\xe3\x71\x92\x26\x0d\x91\x16\x65\xd1\x68\x35\ \xf3\xb2\x60\x94\x28\x59\x3a\x30\x85\xcc\xba\x4b\xed\xe1\x60\xe8\ \xa8\x6b\x35\x92\xfd\x59\x96\x34\x3a\x3c\x2f\x63\x11\xe2\x24\x2f\ \x5f\xba\xf5\xfe\xcf\xfe\xe2\x56\xbb\xda\x7d\xfe\xf9\xb0\xdd\xda\ \x73\x53\xe0\x8a\x8a\x90\xba\xb1\x33\x88\x8e\x58\x0d\x0e\x8c\x43\ \xeb\x40\x93\xd0\x39\x2a\x9c\x8d\xc2\x24\xe0\x92\x42\x59\x96\x95\ \x84\x42\xb1\x1a\x45\x0e\x2c\xc7\x48\x86\xb4\x49\xd7\xba\x2d\xea\ \x82\x67\xbe\xf4\xad\xcb\xd7\xb6\x5a\x6b\x27\x82\x30\x89\xa3\x64\ \x7d\x6d\x39\x8a\x02\x8a\x40\x66\x7a\xaa\x2a\x4d\xc9\x6c\x36\xe6\ \x94\xa5\x8d\x86\x26\xa8\xb4\x91\x52\x85\x41\xd4\x69\x26\xa3\xf1\ \x28\xaf\x54\x27\x89\x1d\x62\x2e\x2b\x1e\x47\xb3\xba\x0a\x45\x94\ \xd0\xb0\x98\xcf\x75\x3b\xe8\xcf\xb2\x0e\x62\x1a\xc4\x4a\x2a\x34\ \x06\x15\x74\x1b\xa9\xad\x24\x0b\xf8\x7a\x94\x6a\x77\xdf\xf7\x5e\ \xe2\x55\xda\xdf\xf8\xc6\x37\x66\xb3\x49\xb7\xdb\x15\x42\xbc\xf9\ \xe6\x95\x8f\x7f\xfc\xe3\x00\xc0\x18\xf3\xbb\xf3\x23\xf6\xce\x11\ \x12\x44\x38\xe7\x61\x18\x5a\xe7\xd0\x98\x0b\x17\x2f\x74\x16\x3a\ \x75\x59\x06\x41\x48\x19\x4a\x5d\x49\x55\x37\x1a\x71\xa3\x95\x3a\ \xbf\x02\x77\x40\x7d\xd3\x04\xa0\x95\xdc\xdd\xde\xfe\xe6\x33\xcf\ \xbc\xf7\xc3\x1f\x7e\xe2\x07\x5d\xa7\xd3\x6e\xb7\x9a\xe4\x08\x81\ \x01\x46\x41\x69\x2f\xfa\x73\x0e\x9c\x43\x47\x8f\xd4\x7b\xee\x9e\ \xbb\xa8\x03\xaf\x3d\x42\xf0\x6d\x17\x20\x30\x4a\x2d\xa2\xb5\xda\ \xe9\xda\x54\x79\xae\x6a\x65\x75\x33\x24\x6f\xbc\xfa\xfc\xb7\xff\ \xee\xe7\x1b\x8c\x4e\xfb\xb3\x32\x57\x33\x67\xe7\x8c\x9c\x7f\xc7\ \xc3\x7b\xfd\x59\xd1\x5e\x7b\x5d\x66\x97\x92\x85\x9f\xb8\x53\xcb\ \xe6\x99\x7f\xd6\x1b\xef\xd3\x79\x95\xc6\x0d\xc4\xde\xd6\xfe\xe6\ \xe1\xe7\xed\xfa\xf2\x81\xad\x77\xf7\x0f\x55\x51\x51\x4a\x7b\xbd\ \xde\x6f\xfc\xc6\x6f\x70\xce\xb3\x2c\xbb\x71\xe3\x46\xbf\xdf\x87\ \xef\x25\xa7\xd8\x59\x21\xc4\x99\x33\x67\xda\xed\x36\x22\xfa\x05\ \x99\xdf\x60\xfa\x4d\x96\xa7\x47\x79\xd3\x2c\xdf\xec\xf8\xd2\x73\ \xcc\xe2\x49\xd3\x94\x10\x0c\x82\x20\xcf\x73\x04\x88\xc2\x90\x53\ \xc5\x38\x8f\x04\x47\x44\xeb\xac\x10\x81\xb7\x34\xf6\x1b\x68\x7f\ \xe7\x20\x04\xf3\x22\x9f\xcd\x67\x5e\xef\x76\xbc\x9c\x66\x8c\xbd\ \xfd\x55\x18\xa3\x41\x10\x23\x01\xff\xfb\x94\x65\xe5\x2d\xfe\x8a\ \xa2\xd4\xda\x78\x05\x25\x8f\x83\x8f\x7f\xec\xc3\xd7\xaf\x5d\x09\ \x43\xde\x6a\xa5\xc2\x2d\x4d\x18\xad\xa4\x89\x92\x84\xf1\xa0\xd9\ \xec\xb4\x79\x1a\xa7\x2d\xe4\x61\xb3\xd1\xd6\x65\xd5\x5a\x8b\x9b\ \x69\xc3\xe7\xdb\x10\xc4\xeb\x37\xae\x8e\xc6\x83\x77\xbd\xeb\xdd\ \xdd\xce\x62\x96\xcd\x29\xe5\x65\x59\xa6\x69\xb2\xb6\xb6\x36\x9f\ \xcf\x47\xa3\x51\x51\x14\xcd\x66\x73\x69\x69\x91\x73\x6e\xad\x89\ \xa2\xe8\x1e\x8f\xc9\x4a\xa5\xbc\x6a\xf4\x7b\x9f\xb3\xc0\x18\x9d\ \xe5\xf9\xfe\xc1\xfe\xc2\xc2\x82\xd6\x1a\x10\x1a\x8d\x46\x51\x16\ \xe3\xc9\xb8\xae\xeb\xbb\x5b\x5b\xdd\x6e\xb7\x28\x0a\xeb\x5c\x92\ \x24\xf3\xf9\x9c\x32\xe6\xa1\xa6\x38\x8e\xbd\x5b\x87\x94\xd2\xbb\ \xe8\x5a\x0b\x71\x9c\x34\x1b\x4d\x29\x95\x94\x1a\x11\x67\x59\x06\ \xc4\x52\xa2\x49\x40\x32\x6a\x28\x70\xba\x33\x2f\xfe\xe8\xea\x47\ \x7f\xe4\xf1\xcf\x75\x36\x55\x3e\x4f\xcb\x26\x04\x61\xc4\xd3\x40\ \xc4\x88\xd4\x22\x21\x94\x19\x67\x95\xd1\x40\xad\xb1\xba\xb0\xb2\ \xe2\xae\xd6\x16\x8c\x36\x55\x8d\xf3\x9a\x64\x32\xce\xa4\x18\x17\ \x51\x11\x34\x08\x81\xa4\xd5\xb7\xe4\xda\x9b\x6f\xf4\x26\xb3\x95\ \x8d\x93\x69\xd2\x5d\x5f\xd9\x10\xc8\xac\xac\xea\xc1\x94\x87\xa1\ \x41\x52\x4b\xd9\x6a\xb5\x5c\xda\xf0\x66\xa0\x59\x96\xf9\x75\x46\ \x51\x95\xf3\xf1\x84\x00\x2a\x63\x6e\x67\xd3\xd6\x42\x3b\x68\xa4\ \xd2\x68\x2c\x0c\xad\x64\x44\xb1\x18\xce\xc6\x3c\x69\x26\x8b\x68\ \x59\x3e\xa9\x8c\x52\x81\x83\x96\x16\x2d\xc6\x4d\xe5\x30\xd3\x0d\ \x17\xdc\x6f\x6e\x1f\x1e\xd9\x01\x38\x78\xf6\xd9\x67\x9e\x7d\xf6\ \x99\xe3\x2f\x34\x9b\xcd\x7b\x51\x13\x78\xdc\xf3\x1f\xa5\x1d\x78\ \x03\x30\xce\x23\xe7\x9c\x91\xed\x4e\xeb\xbd\xef\x7b\xcf\x17\xfe\ \xe0\x8b\x40\x48\x5d\xc9\x30\xe6\x3f\xf8\xa1\xf7\x3d\xfc\xf0\xc5\ \x47\x1e\x7d\x50\x6b\x49\xee\xed\x3c\x29\xa0\xd6\x5a\x97\xd5\xcd\ \xab\x57\x65\x59\xed\xef\xee\x72\x20\x8e\x90\x46\xbb\xc3\x38\xe3\ \xd6\x22\x58\xb4\xde\xa7\xd7\xa1\x57\x3b\x00\x52\xb0\xe4\xd8\xb4\ \xcb\x39\x0a\x08\xe8\xc8\x91\xeb\x33\x38\xe7\xb4\x71\x8c\x00\x3a\ \x83\x46\x21\x61\x8d\x80\x9e\x39\x77\x26\x08\xd8\x95\x17\x9e\xd9\ \xbc\xfa\x8a\xb9\x75\x63\x56\xd5\x39\xb8\xe6\xea\x6a\xb3\xd9\x5a\ \x59\x59\x89\x00\x37\x0f\x86\x6a\x61\xfd\xd9\x9d\x6b\x57\xf2\xfe\ \xc7\xac\x48\x76\x06\x9f\x08\x4e\xf4\x48\xd5\xd7\x65\xf3\xe4\xa2\ \x39\x45\xf6\x27\xe3\x6b\x87\xbb\x5b\xb3\xdc\x4f\x3b\xc6\x98\xd1\ \x68\xf4\xb7\xfe\xd6\xdf\xfa\x53\x62\xda\xef\xc1\xe3\x91\x28\xad\ \x7b\xbd\x9e\x3f\xce\x9e\x76\xe0\x5d\x47\x8e\x62\x7c\x01\x7c\x19\ \x3a\x7e\x15\x0f\x76\x78\x45\x91\x9f\xb9\x94\x92\x1e\xee\x39\x3c\ \x3c\x04\x00\xbf\xf4\xf1\x2c\x44\xa5\x54\xb3\xd9\x0c\xc3\xd0\xf7\ \x32\x41\x10\xf8\xed\xbb\xa7\x98\xfb\x5a\xe3\xab\x58\x92\x24\x7e\ \xd0\x2b\x8a\xc2\x7f\xde\x4b\x82\x09\x21\x94\x20\x22\xe1\x4c\x10\ \x42\x39\xe7\x65\x59\x39\x07\x88\x84\x31\xee\x9c\xbb\x76\xed\xfa\ \x0f\xbc\xff\x7d\x83\xfe\x48\x29\x93\xa6\xcd\x85\x34\x6d\xc6\xb1\ \x56\x9a\x8a\x28\x8e\xf8\xd9\x93\x6b\x16\xaa\xee\xf2\xda\x78\x5e\ \xa6\xcd\xc6\xee\x60\x54\x96\x45\x10\xa7\x84\x32\x63\xf4\xd2\xd2\ \x52\x10\xf1\xdb\xb7\x6f\x7f\xe9\x4b\x5f\x7a\xcf\xbb\xdf\xbb\xb0\ \xb0\xd8\xef\xef\x0c\x87\xe3\xfd\xfd\xfd\xd1\x68\xec\x97\x59\x4a\ \x69\xa5\xb4\xd6\x9a\x52\xe6\x37\xe8\x88\x3e\xe5\x4d\x1b\x6d\xee\ \xb9\xc2\x7d\xaf\x7a\x74\x54\x4a\x4d\xa6\x53\x29\x65\x55\x55\x22\ \x0c\xb8\x10\xd6\x59\x11\x04\x65\x55\xcd\xb3\x2c\x69\x34\xd6\x37\ \x36\xac\xd6\xfe\x90\xfb\xf4\x0f\xe7\x5c\x9a\xa6\xdd\x6e\x77\x6f\ \x6f\x2f\x8e\x63\xad\xcc\xa9\x93\xa7\x7b\x87\xfd\x2c\xcb\xb4\x36\ \x59\x96\xe5\x79\xc1\x18\xa7\x94\x95\x55\x85\x21\x31\x72\x8e\x20\ \x4a\x4a\x9a\x51\x33\x9d\xe9\xad\xdf\x7c\xf6\x89\x8f\x3e\xf1\xc8\ \x63\x4f\x3c\xff\xf4\xe7\x93\xa1\xa2\x4a\xb0\x06\x0d\x12\xce\x43\ \x8e\x4c\x20\x30\xe5\x9c\xb2\xcc\x39\xa7\xb4\x34\xce\xd5\x58\x60\ \x5d\x63\x59\x87\xd2\xc4\x06\x55\xa1\xdd\x24\xd7\x45\x05\x22\xad\ \x09\xed\x4d\x8a\xdb\x83\x43\x50\x74\xf5\xcc\x45\x0a\x41\xca\xd2\ \x66\x94\xe8\x79\x59\xce\x8a\xc0\x6a\x53\xe7\x43\x2d\x17\x16\x16\ \x86\xc3\xa1\x31\x66\x71\x71\xf1\xf8\x16\x64\xad\x95\x52\xb6\xd3\ \x06\x75\x30\x2a\xb2\x34\x69\x3b\x21\x66\x75\xd1\x69\x77\x18\x60\ \x3d\x9e\x69\x87\x8b\x2b\x0b\x86\x90\x98\x44\x58\x49\x53\x5b\x02\ \xa4\xd2\xca\x71\x36\xaa\xf3\x80\x73\x2b\x30\x73\xfa\xfe\xf5\x59\ \xf7\xc2\x46\x00\x28\xa2\xf5\x67\xb6\xb5\xb6\xae\xa5\x10\xc2\x4f\ \xc0\xc7\xd5\xe7\x9e\x92\xeb\xe8\xec\x17\x42\xc8\x5a\x31\x46\x7e\ \xfc\xc7\x7e\x74\x6d\x6d\x8d\xb3\xc0\x68\xb3\xbc\xb2\xd4\xee\x34\ \x6a\x99\xcf\xe7\x63\x44\xc7\x38\xd3\xd2\x38\x67\xc1\x18\x2b\x55\ \x7f\xff\x20\x9f\xce\xaa\x79\x76\xfb\xfa\x8d\x80\xd1\x4a\xaa\xa5\ \x95\x15\x1e\x84\x4c\xe5\x68\x00\x01\xbc\x95\x3c\x38\x40\x74\xc4\ \x5a\x06\xe8\xe0\xa8\x03\x42\x40\x04\x07\x16\x28\xf1\x7c\x1e\x04\ \x00\xc7\x90\x53\xe6\x18\x25\x9c\x87\x71\xb8\xdc\x6d\x9e\x58\x6c\ \x1e\xee\xef\xec\xdd\x78\x9d\x87\x6c\x79\x90\x59\x29\xd9\x42\x5c\ \xcc\x6c\x31\x3f\x30\x07\x5b\xcb\x1b\xe7\x3b\xc9\xd2\xa6\x73\x45\ \xbb\xb9\x35\x9b\x6e\xd7\x07\xab\xfd\xc3\x13\x2c\xb1\x04\x16\xce\ \x9f\x3a\x73\xf1\x01\x29\xe5\xd9\x73\x67\xed\x8d\x70\xe7\xc6\x9b\ \xa6\xb2\x44\x13\xaf\x90\xf2\xe5\xe0\x78\x0e\x3a\x86\x7b\xef\xb3\ \xd8\x5b\xeb\x81\x0c\x6f\x61\xa5\xd4\x51\x30\xa6\xff\xd8\x1b\xbf\ \xfb\xe3\x0c\x6f\x0b\x44\x3e\x6e\x79\x8e\x6f\x00\xcd\x66\x73\x6b\ \x6b\x2b\x4d\xd3\xa5\xa5\xa5\xc3\xc3\xc3\xb2\x2c\x3b\x9d\x0e\x22\ \x7a\xab\xe6\x24\x49\x36\x37\x37\xe3\x38\xf6\xcb\x20\xe7\xdc\xda\ \xda\x1a\x63\xcc\x27\xf9\xf8\x18\xbc\xc1\x60\x10\x45\x51\xbb\xdd\ \xf6\xbc\x0d\xbf\xd8\x66\x0c\x09\x75\x00\x94\x30\x42\x08\x01\x20\ \x93\xc9\xd4\x5a\x4b\x08\x65\x8c\x4d\xa7\xb3\xad\xbb\x3b\xa3\xd1\ \x54\x04\xd1\x60\x30\x2a\x8b\xaa\xd1\x69\xac\xae\xae\xf6\xf6\xf7\ \x65\x55\xc4\xdd\x8e\xae\x39\x0b\x83\x6e\xab\x39\x99\x65\x75\x59\ \xb4\x1b\x8d\x97\x5e\x7c\x91\xf2\xa0\xbb\xb8\x14\x44\x61\xab\xd5\ \x72\x00\x67\xce\x9c\xbe\x79\xf3\xd6\x1f\xfd\xd1\xd7\x82\x20\x18\ \x0c\x86\xde\x57\x57\x6b\xd3\x6e\xb7\xdb\xed\xb6\x37\x09\xf3\x87\ \xc2\x6b\x47\x9c\x73\x00\xe8\x1c\xf8\x9e\xeb\xfb\xe3\xbf\x43\x08\ \xe1\x9c\x47\x71\x14\x25\x89\x08\x82\xeb\x37\xae\x3b\x00\x2e\xc4\ \xe1\x60\x50\x16\xc5\xa9\xd3\xa7\x38\xe7\xf2\xde\xca\xb0\xd5\x6a\ \x21\xe2\x64\x32\xf1\x6d\xaa\x5f\xf7\x66\x79\x2e\xb8\x50\x4a\x95\ \x65\x39\x1e\x4f\x28\x65\x8d\x46\x93\x07\x81\x75\xc0\x83\x10\x85\ \x8d\xd1\x05\x40\x15\x23\x10\x35\x1a\x63\x59\x6d\x0e\x67\x77\xfa\ \x0b\xef\x3e\x41\x5b\xb1\x99\x4d\x4c\xdc\xb6\x2a\xd3\x0a\x85\x00\ \x4e\x51\xa1\xb5\x88\x96\x11\x65\xb5\xb4\xd6\x1a\x9b\xcc\x4a\x92\ \xcb\xa0\xd0\x98\x29\x9b\x4b\x39\x2d\xab\x69\x01\x22\x48\xd7\x4f\ \x8c\x67\xae\x9c\xc0\xca\xd2\x59\x41\x82\x2a\x93\x4e\x3a\x2a\xd8\ \x74\x38\xa9\x66\xb3\x46\x14\x44\x2c\x1e\x0c\x06\x10\xf0\xa2\x28\ \x00\xa0\xd1\x68\xf8\xa5\x69\x14\x45\x79\x9e\x17\x45\x91\xa6\x29\ \x8d\x43\x70\x96\xbb\x00\x38\x27\x8c\xd9\xca\xcc\x06\xa3\x38\x89\ \xa1\x1d\x1e\xaa\x4a\x6a\xd5\x74\xad\xc9\xb0\xef\xea\x2a\x0a\x83\ \xdc\x54\x45\x68\x4b\x81\x33\x5d\x13\xce\x58\xcc\x7e\x60\x35\x21\ \xf7\x89\x71\xba\xe3\xe9\x89\x90\x23\x51\xa8\x3d\x52\x7e\xf2\xb2\ \x2a\x8f\xd3\x48\x8e\x2b\xce\xf1\x4d\xde\x7f\x5b\x10\x46\x95\xd5\ \xd2\xc8\xc7\x9f\x7c\x4c\xd6\xda\xaf\x60\xf3\x72\x6e\xad\x62\x82\ \x39\xe2\xa8\xd2\x88\x8e\x58\xe7\xac\x75\x52\x1d\xdc\xdd\x9a\x0e\ \x27\xaa\xb2\xf9\x74\xda\xdb\xdb\x5f\x5e\x59\x59\x5c\x5d\xe5\x22\ \x70\x75\x06\x16\xbc\x4d\x8c\xf2\x2f\xe1\xe9\x42\x7e\x0c\x07\xa0\ \x0e\x3d\x73\x10\x00\xa8\x05\xbf\x60\xb7\x04\x2c\x00\x41\x87\x88\ \x01\xc3\x46\x24\xb8\x95\xd9\x60\x7f\xb8\x7b\x27\x26\x92\x99\xba\ \xd9\x08\x40\x11\x68\x06\x25\x95\x3a\xcf\x9d\x26\xf3\xba\x5e\x3d\ \xf9\x10\xcd\xfa\xd9\x74\x1f\x42\xbe\x09\x35\x74\x96\xfa\x04\xb6\ \x26\x83\x45\x49\xcf\xbd\x91\x5f\x52\xd1\x02\x0b\xcd\x78\xa8\x9d\ \x05\x40\x63\xcd\xfb\xdf\xff\xfe\x57\x5e\x79\xc5\xbb\x4f\xf9\x3f\ \xdf\x73\x4c\xee\x7b\x9f\xe5\xc0\x21\x21\x8c\xb3\xe3\x5e\x52\x29\ \xe5\x23\x7d\x3d\x3f\xd0\x3f\xf9\x71\x69\xfb\x53\x8d\x95\x2f\xfa\ \xbe\x03\xe2\x9c\x2f\x2c\x2c\x08\x21\x46\xa3\x51\xaf\xd7\x4b\x92\ \x64\x71\x71\xf1\x88\xe7\x52\x96\x9e\xde\xe9\x8b\xa6\x9f\xe0\xfc\ \x0b\xf9\x4b\xe6\xca\x95\x2b\x8b\x8b\x8b\x5e\xa2\xe1\x23\x03\xfd\ \x88\xe7\x9c\x35\x06\x09\x39\x22\x13\x21\x52\x6b\xed\xe2\xe2\x62\ \x59\x56\x5a\x1b\x02\x64\xd0\x1f\xa5\x69\x13\x1c\xde\xbd\xbb\x2d\ \x95\x9d\xe7\x25\xb1\x1a\xea\x72\x32\x1a\x09\xce\x74\x59\x18\x59\ \x8e\xc7\x59\x96\x55\xbd\xfe\x50\xe1\xf0\xe2\x23\x8f\xab\xba\xde\ \xd9\xdf\x3f\xe8\xf5\xad\xb3\x48\x08\xa3\x24\x08\x44\x55\x55\xb3\ \x69\xc6\x18\x0d\xc3\x98\x52\x46\x29\x23\x44\xfb\x40\xa4\x30\x08\ \x29\xa3\x9e\xba\x6d\xad\xed\x76\x17\xfc\x1a\xd1\xcb\x74\xbe\xcb\ \x23\xcf\xbe\x1b\x84\x5f\x1a\x3d\x18\x8d\xa2\x24\x41\x82\x55\x5d\ \x07\x61\x38\x9e\x4c\x94\x94\x67\xcf\x9d\xd5\xc6\x0c\x86\x43\x67\ \x8c\x6f\x3e\xf3\x3c\x6f\xb7\xdb\x7e\xde\x3b\x38\x38\xf0\x4d\x63\ \x18\x86\xb3\xd9\xcc\x68\xc3\x18\x5f\x58\x58\xf2\x51\x4f\xc3\xe1\ \x28\x6d\x34\x92\x66\x53\xea\xb9\xc9\x67\x96\xd0\x9a\xd1\x59\x5d\ \x3b\xe4\x82\x44\x84\x84\xb4\xd1\x22\x8c\x58\xa9\x4d\x3d\xb7\xdc\ \xb1\x00\x54\xa5\x03\x66\x35\x65\x24\x08\x2d\x62\x5e\xcd\x95\xd1\ \x5c\xeb\x30\x97\xa1\xa5\x44\x49\xaa\x51\x56\xd6\xf5\x67\x7c\xae\ \xce\x9d\x7f\x44\x88\xd6\x3c\x9b\x59\xc9\xea\x59\x15\xa4\x41\x83\ \xa6\xa5\x2b\x39\x50\xde\x48\x19\x01\x42\xa1\x76\xce\xc6\x02\xed\ \xd1\xcd\xca\x57\xd8\xa5\xa5\x25\xcf\xe0\x6a\xb5\x5a\xbd\x5e\x2f\ \x6c\xc4\x44\x70\xe2\x8c\x20\x1c\x2a\xa3\xe7\x4a\x83\x39\xff\xce\ \x47\x9f\xfc\xb1\x8f\x4d\x42\xb7\x39\xdc\x0b\x6f\x8d\xd0\x98\x3c\ \x9f\xd6\xa6\x1e\xaa\xf9\xbe\x9c\xf3\x84\x9d\x3d\x79\x32\x6d\xb7\ \x79\x20\xce\x9c\x7c\x4c\x55\xf2\xfe\x55\xa1\x00\x8c\xd1\x6e\x77\ \xe1\xec\xd9\x33\xbe\xc1\xb9\x7a\xf5\xaa\x3e\xf2\xdc\xa5\x6f\xa7\ \xae\xbd\xbd\xf7\x39\x7e\x88\x20\xd4\xda\x58\x6b\x01\xad\xb1\xc6\ \x38\x4d\x28\x3a\x20\xce\xa2\xb5\xce\x81\xa5\x88\xca\x68\x0e\xb0\ \xdf\xeb\xed\xdf\xdd\x32\x65\xc5\x00\x26\xfd\x7e\x31\x9f\xdb\x85\ \xc5\x85\xc5\xe5\x30\x8a\xeb\xe9\x10\x01\xc0\x00\x05\xb4\xbe\xd6\ \x38\x0b\xfe\x06\xe7\xd7\xf7\x04\xee\xd1\xf4\x1c\x02\x10\x04\x46\ \x89\x45\xd0\x60\x29\x00\x45\xc7\xc0\x98\x3a\xaf\xc1\x1c\x66\xc3\ \x7a\x3e\x8c\x40\xc7\x01\xc7\x30\xb0\x4e\xd8\x80\x34\x9a\x41\xb7\ \x9b\x92\xca\xea\xcc\x90\xe9\xde\x5a\x20\xbb\x66\x3a\x2c\xe1\xa1\ \xc7\x1f\xfe\xc0\x3b\x9f\x0a\xd3\xe4\xf2\x60\xbb\x67\x8a\xe1\x28\ \xbb\xb6\x39\x6d\xec\x1e\xa8\xd9\x74\xc3\xc0\x3e\x38\x1a\x86\x17\ \x2e\x5c\xb8\x7e\xfd\xfa\x99\x33\x67\x9a\xcd\xa6\x94\x72\x34\x1a\ \xdd\xb9\x73\xe7\x7b\xc1\x77\x00\x80\x33\x96\x26\xa9\xaf\x02\x9c\ \x73\xaf\x99\xf0\x04\x7d\x7f\x9c\xfd\xa5\x75\x8c\x2e\xbf\x7d\xb7\ \x75\x3c\xea\xfa\xf2\xe1\xb3\xb7\x26\x93\x49\xb7\xdb\xbd\x78\xf1\ \xa2\x31\x66\x7f\x7f\xbf\xd9\x6c\xb6\xdb\x6d\x3f\xc8\xcf\xe7\x73\ \xbf\x0f\xf2\x15\xc7\xeb\x2d\x01\xe0\xdc\xb9\x73\x6f\xbe\xf9\xe6\ \x43\x0f\x3d\x14\xc7\xb1\x52\xca\x4b\xc3\x8e\x24\x20\xd6\x31\x46\ \xef\xad\x3b\xdd\x3d\xa3\x02\x04\x87\xa3\xc9\x78\x6f\x6f\xf7\xd3\ \x3f\xf9\x99\xd9\x74\xfe\xc2\x0b\x2f\x37\x04\x1f\x8c\x67\x55\x86\ \x32\x9b\x45\x82\xa2\x36\x5b\xdb\x9b\x00\x98\x55\x75\x6d\xc8\x64\ \x3c\x33\x2c\xb4\xce\x2d\x2c\x2c\x1e\x0c\x46\x52\x4a\xe3\x2c\xe7\ \x6c\x36\xcb\x04\xe7\x52\x4a\x67\x31\x8e\x23\xdf\xd3\xd5\xb5\xf4\ \xdc\x11\xce\x39\x41\xe6\xb5\x79\xce\x81\xd1\x0e\x00\x9c\x45\x44\ \x12\x06\xdc\x68\x47\xe9\xf7\xcb\xe7\x14\x20\x4d\x92\xf5\xf5\xf5\ \x93\xa7\x4e\x6e\x6d\x6d\x39\x00\xa9\x54\x5d\xd7\xe7\x2e\x9c\x8f\ \xe3\xb8\xd7\xeb\x31\xc6\x08\x63\xed\x76\xfb\xf4\xe9\xd3\x77\xef\ \xde\xcd\xf3\xbc\xdb\xed\x7a\x82\x63\xa3\xd1\x50\x4a\x39\x00\xad\ \x4c\x1c\x46\x9d\xce\x42\xaf\xdf\x9f\xce\xe7\x2b\x6b\xeb\x3f\xf7\ \xa9\x1f\xf9\xb3\xff\x9b\x9f\x03\xc0\x3b\x9b\xd7\xfe\xee\xdf\xfc\ \x0f\x54\xa6\xc2\x46\x44\x29\xa9\x04\x96\xcd\xb0\x68\xf2\x5c\x4b\ \xa0\x11\x18\xd1\xcd\x6a\x6e\x49\x60\x99\x13\x5a\x18\x4a\xe3\xc4\ \x2a\x5b\xca\x3a\xb6\xd6\x58\x5d\xcb\x8a\xf1\x60\x3e\x9a\x24\x06\ \x74\x51\x17\xbd\xa9\x3a\xc8\x7e\xe4\x9d\x1f\x6a\x16\x62\x76\x75\ \x0f\xa6\xf5\x22\x5b\xa0\x61\x2c\x2b\xa3\x4d\xc1\x1d\x99\x8f\xc7\ \x84\x91\x30\x09\x59\x12\x6a\xab\xd1\xc5\x38\x29\x07\x83\x41\xa7\ \xd3\xf1\xb7\xa9\xc9\x64\xd2\x6a\xb5\xc2\x30\xb4\xd6\x2e\x74\xbb\ \xb9\xae\x1d\xa1\x88\xe0\x94\x16\x12\x12\x89\x36\xe0\xaf\x5f\x7e\ \x5d\x5f\x5a\x5e\xfc\xa1\xc7\xbb\xef\x7a\xe2\xa4\xc3\x88\x70\xa3\ \xeb\xda\x54\xb9\xab\x87\xf5\x4c\x11\x14\x22\xb4\x99\xba\xfe\xe6\ \xd5\x83\xde\x2e\x39\x75\x1e\x8c\xbe\x2f\xac\xe1\x28\xe1\xe8\xb3\ \x9f\xfd\x99\xc7\x1e\x7b\xc7\xc2\x42\x37\x8e\xe3\xbf\xff\xf7\xff\ \x9e\x94\x8a\x51\x76\x3c\x4a\x1c\xcf\x59\x6f\x47\x7c\xac\xb5\x88\ \x14\x09\x43\x02\xce\x3a\x24\x04\x9c\xf6\x74\x2c\xb0\xe8\x80\x38\ \xa0\xd6\xd6\x14\x49\x25\x95\x2a\xf2\xfd\xbb\x5b\xd5\x3c\x63\xda\ \x26\x14\x27\xfd\x61\x35\x9b\x03\x60\x67\x61\x91\x52\xc6\x18\x41\ \x69\xa9\x57\x81\x21\xb1\x68\x91\x20\x05\xe7\x1c\xd8\x7b\x24\x23\ \x74\x96\x12\xe2\xc1\x45\x02\x08\xce\x11\xe2\x04\x41\x8a\x96\x82\ \x03\x6b\x41\xab\xda\x1a\x02\xda\xd5\x15\x73\x86\x3b\x5a\x05\xce\ \x12\x8a\x60\xf5\x2c\x47\xa9\x88\x71\x04\x58\x5d\x4e\x8c\x94\x0f\ \xae\xa7\xf1\x89\x93\x9d\x8f\x7c\x64\xdd\x44\x2d\x4d\x1e\x3c\xf9\ \xc4\x36\xa9\x77\xd6\x27\xfb\xf1\x66\xcf\xde\xb2\x2a\xeb\xce\xa1\ \x0f\x70\xe2\xf4\xe9\xd3\xa7\x4f\x2f\x2e\x2e\xfe\x47\xff\xd1\x7f\ \x44\x08\x99\x4e\xa7\x7b\x7b\x7b\xff\xe0\x1f\xfc\x83\xbb\x77\xef\ \x7e\x0f\xa6\x5f\x4e\x08\xd1\x6e\xb7\xfb\xfd\x7e\x59\x96\xc7\x4a\ \x60\x7f\x54\x8f\xb7\x57\x7e\xa0\x3b\x76\xc9\x38\xae\x38\xc7\xad\ \x96\x6f\xf9\x29\xa5\xad\x56\xab\xd9\x6c\x2e\x2c\x2c\x78\x22\x4c\ \x59\x96\x9e\xed\x12\xc7\x71\x18\x86\x5e\xe2\xe4\xe1\x1b\x1f\xe7\ \xb0\xbf\xbf\x7f\x70\x70\x70\xf6\xec\xd9\x87\x1f\x7e\xf8\xee\xdd\ \xbb\xa7\x4e\x9d\x5a\x5e\x5e\x96\x52\x7a\x9c\x94\x10\x62\xad\xd3\ \xda\x00\x58\x42\x8e\x50\xa7\xaa\xaa\x11\x48\xab\xd5\xbe\x73\xe7\ \x2e\xe7\xe2\x89\xc7\x9e\xf8\xdc\xbf\xf8\x6d\x29\xf5\xb8\xc8\x6f\ \xdc\xda\x7a\xec\xd2\x05\x83\x7c\x92\x97\xcd\x24\x22\x88\x75\xad\ \x2c\x86\xb3\xbc\xde\x3d\x18\x1a\x2a\x16\xb6\xf7\x4e\x5f\xb8\x38\ \xaf\xea\x83\xc3\x43\xb4\x0e\xc1\x39\x6b\x9d\x73\x46\x1b\x4a\x39\ \x00\xde\xfb\xdb\x51\x08\x91\x24\x49\x10\x04\x08\xd4\x18\x6b\xad\ \xf1\x10\x8f\x31\x86\x31\xee\x4d\x11\xe2\x24\xe6\x5c\x7c\x1f\xea\ \x0e\x02\x58\x63\x76\x76\x77\xdb\xdd\x4e\x9c\x24\x2c\x08\x16\x97\ \x96\x86\xc3\xa1\xd4\x6a\x3c\x1e\x1f\x1c\x1e\x94\x55\xb5\xd8\xe9\ \x9e\x58\x3f\x21\x95\xdc\xdf\xdf\x1f\x0e\x87\x3e\x21\x73\x3e\x9f\ \x4f\xa7\xd3\xb5\xb5\xb5\xc5\xc5\xc5\xc3\xc3\xc3\x38\x8e\xad\x85\ \xf1\x78\xa2\x94\xfe\xc1\x0f\x7e\xe8\x2f\xff\xca\x2f\xbf\xe3\xd1\ \xc7\xf3\xa2\x04\x82\x0f\x3d\xfa\xd0\x6c\x67\xf7\x57\xff\xce\xdf\ \x4f\x80\x1a\xa9\x0e\x5c\xc5\x1f\xda\x68\x3f\x78\x8e\xe4\xb7\xd8\ \x7e\x1d\xf4\x4d\x9a\x32\x62\x09\xd6\x8a\x88\x90\x2a\x65\x8b\xdc\ \x11\x12\x31\x52\x96\x39\x35\xba\xc5\x83\xba\xd2\x6d\x96\x14\xc3\ \x61\x71\x30\x2a\x6f\xec\x7c\xe0\xf4\xe3\xab\x75\x3c\x7e\x7d\x7b\ \xa9\x0e\x56\xe3\xf5\xa9\x32\x28\x44\x33\x12\xda\x18\x65\x75\x29\ \x6b\xe4\x14\x05\x2b\x54\x75\x30\x1c\xd4\x55\xbd\x22\x1a\xab\xab\ \xab\x49\x92\x14\x45\xe1\x71\xbe\x34\x4d\xa7\xd3\xa9\x94\x32\x8d\ \x13\x14\x7c\xbb\xbf\x8f\x0a\x16\xe3\x4e\x40\x48\xab\xd1\xac\x74\ \xb5\x37\x19\x7e\xf9\x4b\x5f\x48\xdd\x76\xf3\xf1\xb3\x33\x3e\x61\ \xe0\x92\x58\x38\xab\x1c\x5a\xea\x90\xd5\x20\x46\xb2\x39\xc3\xfe\ \x1b\xb7\x8b\x15\x24\xe7\x19\x98\xfa\xbe\x89\x83\xde\xf1\xab\xd3\ \xe9\x9c\x3d\x7b\x36\x49\x92\x24\x89\x8d\xd1\xf6\xde\x0d\xf6\xb8\ \xd5\xff\xd7\x4b\x8f\xef\x48\xfc\xc5\x72\xb4\x29\x07\x87\xd6\x8b\ \x35\x29\x22\x25\x48\x0a\x59\x08\x46\x77\x7b\xfd\xbd\xad\x6d\x5d\ \xd6\xa0\x4d\x1a\x8a\xe9\x70\x34\x19\x8e\x28\x21\x49\xb3\x19\x25\ \xa9\x72\x84\xa0\x25\x80\x47\x3b\xf2\x7b\xfc\xc0\x23\xfe\x32\x1c\ \x51\x76\xe0\xde\x56\xcd\xa3\xe1\x08\x40\x89\x23\xe0\xc0\x68\x47\ \x94\xd5\x08\x14\xbd\x55\x18\x45\x40\xeb\x2a\x57\x11\x12\xc4\x8e\ \x32\xc5\x2c\xf0\x8a\xd2\x92\x62\x66\x4d\x49\xc9\x99\x87\x2e\x9d\ \xb9\xf0\xe0\x0c\x59\xc4\x51\x4a\x99\x48\x76\xc1\x05\xa7\x70\xb9\ \xbe\xb0\x3c\xde\x78\xf0\xf6\xce\xe6\x0b\x2f\xbf\x54\xdd\x3c\xe8\ \xb6\xda\x27\x4f\x9e\x0c\x82\x60\x63\x63\x23\x08\x82\x83\x83\x83\ \x7e\xbf\xff\xf6\xe3\x70\x9f\x93\x16\x62\xa7\xd3\xf1\x76\x22\xbe\ \xe5\xf1\x98\xcb\xb1\x2d\xc6\x31\x9c\xe4\xe5\x5a\x7e\x0a\x3b\x6e\ \x39\x3d\xf7\xef\x78\xf9\xa5\x94\x6a\x34\x1a\x00\x70\xf3\xe6\xcd\ \xa2\x28\x3c\x20\x35\x1e\x8f\x3b\x9d\xce\xe2\xe2\xa2\x87\x44\xb5\ \xd6\x8d\x46\xe3\xe4\xc9\x93\xd3\xe9\x74\x6b\x6b\x4b\x6b\xfd\xc2\ \x0b\x2f\x5c\xba\x74\xe9\xe1\x87\x1f\xb6\xd6\x56\x55\xe5\xbb\xa1\ \xb7\xf1\x86\xd0\x18\x2b\xa5\xf4\x4c\x62\x04\x12\x45\x91\xb5\xae\ \xdf\xef\x2f\x2e\x2e\x35\x92\x74\x67\x6b\x87\xf3\x40\x5b\xfb\xd6\ \x8d\x3b\x9c\xf3\x47\x1e\xb8\x10\x30\xc8\xa6\x63\x04\x1b\xc4\xad\ \xda\x89\x97\x5f\x78\x61\x5e\x54\x86\xf2\x97\x5e\x79\xfd\xf1\xf7\ \xfe\xc0\xe3\x8f\xc7\x07\x5f\xfa\x82\x08\xb8\xaa\xab\x30\x0c\x38\ \x17\x4a\x29\x8f\x4b\x22\x82\x31\xce\xff\x2d\xde\x38\x49\xd6\xc6\ \x2f\xcb\x29\xe5\x8c\x1d\xdd\x1a\xfd\x31\x01\x47\xbf\xcb\xa3\xfc\ \x9d\xf1\x1d\xc6\x58\x77\x71\x21\x4d\xd3\x83\x83\x83\xf9\x7c\xae\ \x94\xea\x0d\xfa\x71\x1c\x53\x4a\x2d\x38\xaf\x7b\xee\x74\xda\xb7\ \xef\xdc\xd9\xdf\xdf\xaf\xeb\x7a\x75\x75\xd5\xcb\x82\x3b\x9d\x4e\ \xa3\xd1\x28\x8a\x62\x36\xcd\x16\x16\x17\xe7\xf9\x74\x79\x65\xf9\ \x27\xff\xcc\x4f\x7d\xf0\xc3\x1f\x4e\x1a\xad\xb7\xae\x5d\x43\x42\ \x4e\x9c\x38\x51\x3b\xf7\x63\xbf\xf0\x4b\xdf\xfc\xa3\x6f\x3f\xfb\ \xe6\x6b\x71\xbb\x91\xc5\x6a\xe5\xbd\x67\xab\x84\xe6\x5f\xbf\x23\ \x7f\xf7\x72\x48\x83\x43\xaa\x3a\xe7\x37\x84\xe0\xce\xd2\xaa\xd6\ \x91\x88\xad\xb3\xa0\xac\x60\x7c\x5e\x15\x74\x52\xb7\xee\xe4\xd3\ \x3c\xd3\xb3\x79\xb9\x7d\x78\xa9\x7d\xe2\xe7\x3f\xfe\x99\x2f\xfe\ \xe3\x7f\xb1\x8a\xcd\xc8\x12\x39\x92\x32\xb4\x93\x7c\x9a\x84\x11\ \x63\x2c\x8a\x03\x94\x5a\x49\x69\x35\x3a\x4e\xac\x32\xcb\xdd\x25\ \x56\x69\xcf\xfb\x6e\xb7\xdb\x49\x92\x10\x42\x7a\xbd\x9e\x47\xfb\ \x7a\x45\x11\x85\xdc\x8c\x67\x69\x77\x51\x51\xb2\x9b\x4d\x16\x58\ \x1c\x51\x5c\x4e\x9a\xf9\x78\x32\x7f\xed\xc6\x83\x97\xce\xc0\xd9\ \xce\x34\x9b\xcc\x88\x44\x62\xad\x35\xb1\x61\x90\xd5\x6b\x34\x4e\ \x26\x45\x7e\x6b\xd2\x6c\x7c\x97\x00\xff\xbf\x89\xc3\x70\x2f\xac\ \xef\xd7\x7e\xed\xd7\xbe\xf2\x95\x2f\x03\x38\xc6\xd8\x9d\x3b\x77\ \x3e\xfb\xd9\x9f\xf1\xb1\x5c\xc7\x48\xea\xf1\x07\xc7\xd7\x83\x47\ \x5e\x9c\x45\x42\x9c\xc7\xa4\xa9\x9f\x11\xd0\xc7\xfd\x59\x04\x8a\ \x04\xb5\x94\xc4\xea\xad\xcd\x3b\xd3\xd1\x18\x94\x21\x0e\x38\xa2\ \xd1\x6a\x6f\x77\x1b\x1c\x50\x26\x16\x97\x97\x87\x57\x5f\x67\x04\ \x88\x05\xf4\x95\xcc\x2b\x41\xdf\xe6\xde\x6a\x11\x08\xf8\xae\xe6\ \x08\xfa\x39\x72\xfc\xd2\xce\x39\x0d\x14\xac\xa2\x16\x29\x23\xdc\ \x3a\xeb\x9c\x03\xe2\xdd\xc2\x6a\xaa\x4c\xa4\x63\xae\xc3\xdc\xb1\ \x2c\x08\xb7\x9d\x1e\x12\x7b\xfe\xe1\x0b\xab\xe7\x1f\xe0\x54\x2c\ \xa1\x1d\x09\x5b\x77\x92\x5a\xf3\x60\x20\xd7\xc2\xd6\xc2\xfa\x1a\ \xd9\xe8\x3c\x8e\xe5\xfa\x93\x0f\x9f\xf9\xd6\xe5\xd3\xab\x67\x56\ \x57\x57\x6f\xdf\xbe\xfd\x4b\xbf\xf4\x4b\x3e\xdb\x67\x3e\x9f\xef\ \xed\xed\xc1\xf7\x90\x53\xec\xfd\x95\x7d\x29\xf1\x28\x8c\xdf\x61\ \xfb\x51\xcb\x9b\x63\xf8\x16\xc0\x03\x0b\xc7\x15\xc7\xe3\xcd\xd6\ \x5a\xe7\xac\x9f\x89\xfc\x27\xab\xaa\x2a\xcb\x72\x61\x61\xc1\x37\ \xd4\xfe\xbc\x2a\x8a\x22\xcb\x32\x8f\x2e\x3b\xe7\x06\x83\xc1\xca\ \xca\x8a\x9f\xcb\x2e\x5c\xb8\x30\x99\x4c\x94\x52\xde\x52\xd2\x3f\ \x03\x7d\x9b\x79\xe8\x71\xb7\x55\xd7\x52\x88\x80\x51\x6e\xd1\x0e\ \x06\xa3\x9d\x9d\x9d\xe1\x70\x44\x08\x93\x55\xb9\xb4\xb8\xb0\xbf\ \xb3\x1d\x84\xb1\xb2\xfa\xf9\x97\x2e\x57\xca\x3c\xf6\xf0\xa5\xc6\ \xd2\x7a\x28\x98\x92\xe6\xa5\x6f\xbf\x71\x7b\x77\x90\x36\x5b\x49\ \xda\xe8\x4f\x66\x57\xaf\xdf\x78\xe8\xa1\x07\x5b\xad\x26\xa3\xe4\ \x60\x7f\x0e\x48\x7d\x4b\x27\xb8\x1f\x21\x01\xd1\x22\x12\x9f\x15\ \xe1\xbb\x6c\x5f\x82\x3d\x32\xe5\x0f\xda\xf1\x8e\xef\xbb\x2c\xf7\ \xec\x3b\x9e\xfc\x00\xd0\x6c\x34\x82\x30\x1c\x8d\xc7\xd6\x5a\xa5\ \x35\x65\xcc\x39\x87\x8c\x2a\xa9\x96\x96\x96\x1a\x8d\xc6\xe1\xe1\ \xa1\x97\xcc\x77\x17\xba\xfe\x0d\xeb\x76\xbb\x4a\xa9\x22\x2f\xa4\ \x92\x42\x08\xc1\xf9\x4f\x7e\xe6\x33\x3f\xfc\xc3\x9f\x4c\x1b\x0d\ \xce\xf9\xfe\xc1\x41\x9c\x26\x6b\xeb\x6b\x5c\xf0\x1a\x30\x68\x36\ \xfe\xfc\xbf\xfb\x57\x6e\xfe\xb5\xbf\x9a\x4d\x86\xf1\x83\xcb\xa7\ \x3e\xf6\xce\x5d\x35\xec\x3f\xfb\xa6\xf9\xca\xb8\xe2\xf0\xae\x93\ \xcb\xdd\x30\x9a\x96\x05\xc6\x76\x52\x57\x0a\xf7\xc3\x80\x5a\xad\ \xad\xac\x16\x1b\x71\x57\xd3\xf3\xb3\x68\x0a\xec\xcd\xdd\xc9\x6b\ \x6f\x8d\x7e\xe1\x6f\xfe\x95\x9b\x2f\x5f\xa5\xc0\x73\xeb\x24\xa5\ \x53\xe2\x5c\x40\x2a\x6b\xc3\x10\xeb\xb2\xc0\xda\x55\x65\xe1\x1c\ \xe6\x65\xce\xc2\x30\x76\x2c\x70\xa4\xbe\x87\xcc\x7b\xa2\xb7\x94\ \xb2\x28\x8a\x56\xab\x25\x84\xd0\xd6\xaa\x5e\xef\xd2\xd2\x89\x59\ \x48\xef\x4e\xc6\xa2\x19\x15\x96\xca\x2c\x8b\x80\x74\x0a\x35\xb9\ \xb2\x33\xff\xd2\x0b\xd0\x3c\xb7\xd1\x6d\xd5\x4e\xd6\x44\x4b\x07\ \x5a\x9b\xd0\x31\xaa\x58\x7d\x38\xa7\xfd\x3a\xb1\xc2\xde\x2f\xd4\ \x70\xaf\x7f\xc0\x7e\xbf\xdf\xef\x1f\xbe\x1d\xbc\xd4\xda\x50\x4a\ \x8e\xc9\x6c\x6f\x93\x26\xb9\xb7\xe3\x3b\x84\x20\xb1\xcc\xa1\x26\ \x84\x5a\x6b\x10\x08\x02\x05\x67\xc1\x11\x00\xaa\x95\xe6\x82\x1f\ \x6e\x1f\x6c\x6f\x6f\xe7\x79\x49\x94\x16\x04\xac\xb5\xe8\x60\x67\ \x6b\xdb\x18\xcb\x39\x5b\x5f\x5b\x7b\x53\x01\x8d\xa9\x55\x86\x52\ \xaf\x21\x3d\xca\x3f\x3f\x62\x49\xfb\xde\x07\xc1\x3a\x07\x16\xf0\ \xa8\xc3\x02\xe7\xc0\x1a\x00\x30\x5e\x3b\x61\xad\x33\x46\x1b\x63\ \x8c\xb5\x9c\x11\x40\xca\x40\xb2\x5a\x06\x8a\x47\xae\x59\x42\xd8\ \x53\x76\x3b\x0d\x36\xde\xf3\xc4\xd2\x03\x0f\x8c\x0a\xe9\x80\x44\ \x49\x69\x02\x26\x19\x2d\xc7\xe5\xe9\xb3\xeb\xcb\xef\x7c\x32\x6f\ \x87\x33\x59\xb4\x06\xf4\x13\xe2\x24\x6d\x0d\x47\x01\xb7\xc6\x68\ \xa5\xae\x5e\xbd\xfa\xf6\x83\x46\x09\x25\x48\xee\xdb\xe7\x14\x09\ \x61\x8c\xf5\x7a\xbd\xd9\x6c\x76\xe6\xcc\x19\x3f\x58\x29\xa5\xfc\ \xbd\xd6\xe3\x3b\x6f\xef\xaa\x8e\x6b\xdc\x3d\x94\x90\x46\x51\x24\ \xa5\xcc\xb2\x8c\x52\xea\x37\x53\x7e\x59\xe1\xb7\xa5\x61\x18\xfa\ \x27\x29\x8a\x62\x77\x77\xb7\xdb\xed\x5e\xb8\x70\xa1\xdd\x6e\xbf\ \xf6\xda\x6b\xe7\xcf\x9f\x5f\x5b\x5b\x6b\xb7\xdb\x75\x5d\xaf\xaf\ \xaf\xdf\xbd\x7b\x77\x30\x18\x74\x3a\xdd\x63\x45\xd8\xbd\xbc\x3d\ \x47\x88\xe7\x49\xb3\x3c\xcb\x27\x93\xe9\xc1\xc1\xe1\x74\x3a\xeb\ \x74\xba\x83\xe1\x70\xd8\x1f\x9c\x58\xdb\x78\xe5\xa5\x97\x09\x32\ \x00\x42\x78\xf4\xca\xeb\x6f\x4d\xa6\xb3\x47\x1e\x7a\x50\x30\xdc\ \xde\x39\x78\xeb\xd6\xbe\x48\xda\x95\xa5\x2a\xaf\x81\x92\x5b\xb7\ \xef\x9e\x3b\x7f\xae\xd3\xee\xe4\xd9\xd4\x6a\x05\x14\xb5\xd3\x00\ \x8e\x10\x74\xce\xf9\xad\xb9\x67\x2d\xf9\x91\x90\xf3\xd0\x67\xb1\ \x79\x12\x99\x07\x98\x8f\xcf\x43\x6f\xa7\xfb\x7d\xd0\x49\x38\xe7\ \x46\xe3\x71\xa3\xd1\x50\x5a\x57\x55\x05\x08\xd6\x18\xc7\x39\x23\ \xf4\xa1\x4b\x0f\x11\x42\x26\xe3\xf1\x64\x34\xf6\xd2\x38\x4e\xb9\ \xac\xeb\x34\x49\xda\xad\x56\x7f\x30\x28\xaa\x22\x8a\xa2\x4f\x7f\ \xea\x47\x7e\xfc\xa7\x7f\x3a\x4c\xc2\xde\x64\xac\xea\x3c\xe5\x74\ \xe3\xd4\x89\x46\xab\x69\xb5\x65\x16\x0e\xab\x92\x27\xd1\x3b\xdf\ \xff\xae\x1f\xfd\xf8\x0f\xff\xbd\x5f\xff\x07\x9f\xf8\xec\xcf\xe9\ \x53\xe9\xe6\x95\x97\x77\xbf\xf0\xc2\x13\xcb\xcd\x9f\xfd\xa5\x3f\ \xfb\xb1\xa7\x1e\xaf\xb2\xd9\xcd\xad\xad\x24\xee\xee\x95\x07\xb3\ \xa2\x80\xcc\x8d\x46\xfd\x88\x37\x2f\x36\xcf\xa6\x51\xe8\xa4\x7d\ \xfa\xca\x2b\x37\xbe\x70\xfd\x1d\xef\x7f\xf8\xfd\x8f\xbe\xe7\xd7\ \x5e\xfa\x2d\x65\xa1\x9f\x67\x9d\x74\x61\x61\x75\xa5\xac\x27\xcd\ \xa8\xa5\x95\xce\xeb\x32\x4d\x13\xc1\x03\xa3\x75\x48\x79\x12\xa5\ \x4a\x1b\xa8\x54\xa3\xd1\xf0\x82\x5a\xcf\x3d\x0b\xc3\x70\x6d\x6d\ \x6d\x36\x9b\x85\x61\x28\x18\x4d\x1a\xad\x62\x36\x1f\xe7\x26\x6c\ \xa4\x2c\x08\x29\x70\x8e\xd6\x14\x59\x0b\x82\xd4\x05\xbd\x6f\xbe\ \xd5\x83\xc3\x77\x7d\xec\x03\xf1\x4a\x34\x22\xda\x12\xed\x6a\xc3\ \x14\x9d\xf7\xc7\xc5\x76\x9f\x1a\x41\x68\x08\xf7\xc9\x1b\x44\xe7\ \xfc\x4a\xd2\x31\x46\xac\x05\x6b\xad\x6f\x33\x94\xaa\x38\x27\x6f\ \x6f\x70\x8e\xdf\xf5\x63\x75\x92\x73\xce\x80\x46\x67\x90\x18\x70\ \x48\x90\x10\x64\x8c\x80\x71\x92\x82\xe5\xa8\xb5\xab\x28\xa9\x19\ \xe8\xfd\xdb\xb7\xf2\xfe\x00\x95\x35\x16\x20\x20\x34\x62\x5c\x99\ \xbd\x3b\x37\x8c\x2e\x6c\x1a\xc7\xdd\x65\x89\xb4\x50\x36\x64\x80\ \xa8\x0d\x80\x21\x00\x16\x2c\x20\x3a\xc7\x00\x88\x43\x0a\x8e\x00\ \x80\x05\xf0\x01\x12\x04\x2c\x3a\x42\x90\x22\x39\xca\xfb\x76\x15\ \x18\x85\x84\x59\x59\xa1\x33\x00\xc4\x3a\x43\x65\x60\x8c\x1d\x51\ \x45\xf8\x78\x66\x5d\xc2\xc5\x27\x1f\x7b\x67\xe7\xd4\x52\xa9\x2b\ \xd7\x68\x65\x46\xc5\xd5\xa4\xa9\x49\x0c\x88\xa4\xf9\xc4\xa5\x87\ \x1b\x71\x60\xa7\x33\x26\x78\x19\x37\x77\x2f\x9c\xfd\xfd\xcf\xfd\ \xf6\x86\x5c\x2d\x79\x02\x62\x81\xa0\x21\x20\xb9\xab\x18\x21\xa5\ \x73\x86\x81\x61\xf7\xe9\xf2\xe8\xe9\xc8\x75\x5d\x2d\x2e\x2e\x4e\ \xa7\xd3\xf1\x78\xbc\xb8\xb8\xe8\x47\x09\x7f\xa5\x1d\x57\x76\x6b\ \x2d\x80\xb3\xd6\xf9\xd6\xe6\xde\x97\x00\x91\xf8\xa1\xe3\x18\x15\ \xf2\x13\x8a\x67\x00\x26\x49\x92\x24\x09\x00\x8c\xc7\x63\x6f\xa6\ \x71\xf6\xec\x59\x5f\x98\x7c\x9c\xb4\xc7\x6e\xc3\x30\x18\x0e\x87\ \xce\xd9\x4e\xa7\x4d\x08\x3a\x67\xef\xad\xf8\x3d\x6f\x09\x95\x52\ \x61\x18\xe5\x59\x7e\xf9\xf2\xe5\x7e\x7f\xb0\xb0\xb0\xd8\x6e\xb7\ \xa7\xd3\x99\xb3\x76\x7b\x7b\xfb\xd4\xa9\x53\x94\xd1\x20\x8c\xaa\ \xaa\x08\x93\x50\xcd\xcd\xcd\x3b\x5b\xbb\xfb\xfb\x46\x69\x63\x20\ \x48\x96\xa9\x23\x84\x52\x07\xc4\x28\x23\xb8\xf0\xae\xa6\x55\x59\ \x21\x41\x42\x88\xd2\x16\x9c\x03\x07\x5a\x29\xa5\xb4\x73\xe0\x37\ \x2d\x8c\x51\xad\x49\x2d\xeb\x40\x04\x49\x12\x7b\xbd\x98\x83\x23\ \xe9\x19\x20\x04\xf0\xfd\xca\xcf\x42\x54\x4a\xf9\xe2\x3d\x9f\xcf\ \x1b\x71\x3c\x1a\x8d\x04\xa1\x69\x10\xb6\xe2\x04\xb5\x99\xce\xc6\ \x81\x10\x4a\x29\xc1\x45\xcc\x83\xf1\x68\x6c\x8c\x39\x71\xf2\x64\ \x51\x14\x8c\xf3\x8f\x7d\xe8\x83\x1f\xf9\xd8\x47\x4f\xb7\xd7\xf6\ \xa6\xc3\x9b\xbd\xad\x95\x4b\xe7\x97\x37\xd6\x13\x1a\x0b\xe3\xc0\ \xda\xa2\xc8\x74\x59\x9a\x46\x53\x97\x9a\x30\xb6\x7e\x61\xc3\xfc\ \x85\x77\xbd\xf6\xf3\x67\x67\xd9\x1b\xc1\x17\xbf\xf1\x53\x61\xf3\ \xd3\x7f\xe5\xc7\x26\x4b\xe9\x1f\xdd\xbc\xda\x09\x13\xd2\x8a\x3b\ \x4b\xcd\x46\x13\xd1\x69\xc1\x39\x90\x07\x81\xf2\x5a\xeb\xdb\xb7\ \x0f\xbf\xf2\xad\xeb\xff\xea\x9b\xcf\x2a\xab\x4f\xfc\xe0\xfb\x6c\ \x77\xa3\xd2\xb4\x41\xa3\x30\xb4\xb1\x33\x6c\xd2\x33\x00\xca\xb9\ \xe1\xe1\x20\x8e\xe3\x2c\xaf\x28\xa5\x84\x73\x2e\x44\xdc\x6a\x4e\ \xa7\xd3\x2c\xcb\xa8\xac\xaa\xaa\xf2\x13\x96\x1f\x0c\x8b\xa2\xf0\ \x46\x6a\x8c\x52\x19\x05\xc3\xba\x00\xed\x96\x89\x48\x83\x78\x34\ \x1c\x8e\xeb\x32\x6d\xa6\x9c\x77\x89\x35\xb4\x3f\x5c\xff\x12\x1e\ \x6c\xbd\x75\xe9\xdf\xfe\x01\xbb\x4e\x86\xc5\x5e\xb3\xb4\x2b\x63\ \xa1\xb7\xf3\x6a\x4a\x74\xb8\x5e\xf3\x14\xef\x97\xaf\xec\x8d\x69\ \x10\x41\x1f\xcb\xbb\x1c\x00\x00\xe3\xdc\xab\xf2\x3c\xb8\xf0\xaf\ \xf7\xb7\xc7\xfe\xa7\x80\xf6\xb8\x1f\x42\x40\x4a\x28\x25\xd4\x11\ \x34\xe8\x10\x0c\x5a\x5b\xcc\x26\xc3\xc3\x43\x53\xd6\x68\x34\x63\ \xc0\x04\x75\xe8\xac\xb3\x87\x3b\xdb\x55\x91\x93\xf6\xd2\xe2\xf2\ \x0a\xe5\x5c\xdb\x1a\x09\x3a\x3c\x0a\x38\xc7\x7b\xff\xfa\xff\xbd\ \xf9\x98\x17\x7f\x22\x01\x73\x0f\x1a\xb4\xce\x21\xa0\x5f\xb7\x38\ \x63\x35\x1a\x63\x34\x3a\x00\x6b\x8d\x52\x04\x39\x01\x62\x19\x58\ \xd4\x94\xda\xd0\x11\x31\x9f\x34\xca\x8c\x87\x2c\xb7\xb9\x05\x44\ \x1e\x29\xc7\x8d\xe3\xef\x79\xdf\x07\xa2\x34\xb5\x95\x4c\x15\x8c\ \x27\xf3\xf5\xb3\x17\x9f\x7d\xe5\xea\xf6\xc1\x1e\x91\x55\xef\xe0\ \xd0\x68\x6b\x9d\xb4\xa0\x09\x00\x5a\x4b\x28\xd1\xca\x38\xbc\x7f\ \x5d\xa8\xe7\xe9\x74\x3a\x5d\xcf\x05\x39\x46\x94\xbd\x52\x29\x8e\ \xe3\x3c\xcf\xb4\x3e\xb2\xbc\xf2\x5d\x88\xaf\x08\xf7\x24\x44\x47\ \x45\xca\xfb\xb4\x21\xa2\x5f\xf3\x7b\x8a\x5d\x10\x04\x2b\x2b\x2b\ \x55\x55\xed\xec\xec\x78\xcf\x9a\xf1\x78\xec\xc9\x3e\x67\xce\x9c\ \x31\xc6\xf4\x7a\xbd\x34\x8d\xab\xaa\xdc\xda\xda\x96\x52\xc6\x71\ \xbc\xba\xba\x7a\x8f\x52\xee\x9c\xf3\xa4\x64\x44\xa0\x5a\x99\xc3\ \xc3\xde\x68\x34\xad\x6b\x79\x70\xd0\xf3\x06\x1d\x8c\x06\x59\x59\ \x6c\x9c\x3e\x49\x85\xb0\x04\x2c\x92\x4a\xea\x30\x6e\xc8\x5a\xe4\ \x4a\x81\x41\xce\x38\x05\x40\xeb\xac\x51\x02\x1d\x67\xa4\x11\x06\ \xb6\x92\x55\xa9\xe2\xa4\x9d\x15\xca\x29\x69\x4c\xa5\x2b\x49\x83\ \xc4\x8b\x76\x29\xa1\xd6\xb9\x56\xab\x05\x80\x8d\x46\xd3\xd8\xa3\ \xca\x6b\x8c\xb1\x60\x90\xa0\x60\x47\x13\xe8\x7c\x3e\x37\x4e\xe3\ \xf7\x01\xdf\x71\x8e\x31\x16\x86\xe1\x70\x38\x4c\x92\x84\x0b\x21\ \x95\xf2\x60\x98\x73\x6e\x69\x69\xc9\x18\x53\xd5\x75\x92\xa6\xe8\ \xa0\x96\x35\x63\x6c\x63\x63\x43\x04\xc1\x78\x3e\xfd\x77\xfe\xca\ \xaf\x3c\xf5\xee\x77\x95\x75\xf5\xf2\xf5\xeb\xe7\xcf\x9f\x7f\xef\ \xf9\xb3\x9d\x4e\x17\x0c\x01\x09\xce\x28\x8c\xe9\xd4\xd6\x77\xdd\ \x74\xd9\x8a\xb3\xc0\x4d\x04\x5f\x0b\x0f\x96\x3f\xf8\x68\x3c\x9f\ \xe1\xcb\xdb\xc1\xe6\xf4\xa9\xc7\x1f\x1f\x58\xfd\xda\xd6\x9d\x46\ \xe1\x9a\x1b\x27\x9b\xad\xf4\xf5\x37\x5f\x7f\xe8\xc1\x0b\x94\x09\ \x69\xdd\x74\x96\x59\x20\x5b\xbb\x3b\xbf\xfd\xdb\x5f\x7e\xfd\xda\ \x40\x05\x00\x5d\x72\xf2\xc4\x09\x6b\x8d\xb6\xda\x59\xed\x90\xd4\ \x4a\x8e\x47\x19\x4d\x12\x69\xcc\xb1\x8f\x81\x1f\x4d\x03\x4a\xf7\ \xf7\xf7\xfd\x06\xc1\x4b\x69\xa3\x28\x9a\xcf\xe7\x9e\x99\xee\x79\ \x8f\xd6\xda\xb2\xaa\xc2\x24\x8e\xa2\x30\x9b\x67\x59\x96\xd5\x75\ \xed\x89\x02\xfe\x80\x70\xce\x29\xa3\x1c\xa0\xb7\xb3\xff\xcc\xef\ \x7f\x25\x7d\x6c\xf1\xd4\x83\xeb\x74\x92\x99\x5e\x5d\x0d\x8a\xf5\ \xee\xf2\xa0\xc8\x8d\x94\xf0\x3d\x5c\x03\xbe\x7b\xff\xd0\x87\x3e\ \xf4\xc4\x13\x8f\xc5\x71\xc2\x38\xf9\x1f\x7f\xeb\xb7\x95\xd2\xde\ \x8d\xe1\x8f\xc5\xe8\xff\x73\x93\xda\xdb\x7b\x22\x20\x88\x84\x50\ \x00\xb4\xd6\x32\x8b\x83\xbd\xc3\xd1\x61\xdf\x48\x63\xb5\x0d\x09\ \xa0\x05\xab\x0c\xb5\xd8\x3f\x38\xcc\xe7\x79\xbc\xb8\xba\xb8\xb8\ \xc0\x18\xa3\x5a\x39\x00\x00\x83\x08\x78\x54\x78\x10\x3d\x3b\x10\ \x9d\x37\x18\xf4\xcd\xce\xdb\x04\x07\xde\x76\xce\x51\x72\x8f\x8c\ \x64\x80\x00\x50\x4e\xfc\x5b\x80\xc6\xd1\x23\x6d\x97\x65\x04\x29\ \xda\x5b\x2f\xbe\x76\xf5\x8d\x3b\x97\xde\xf5\xee\xf5\xf3\x97\xb4\ \x10\x63\x24\x8e\x8a\xe5\x53\xe7\x4d\xb3\x5b\x10\x22\x34\x14\xf3\ \xc9\x85\xf5\x8d\xe7\xbf\xf6\xad\x17\xff\xfb\xdf\x0a\xfa\xfd\xe9\ \x7c\x72\xfb\xf2\x4b\xcb\x0b\xcd\x9f\xfd\xd9\x9f\x5a\x5b\xea\x56\ \xb3\xc1\xf6\xdd\x5b\x7f\xf8\x95\x2f\x0f\xa7\x39\xd8\xfb\x3f\xe6\ \x1e\x92\x37\xc6\xac\xac\xac\x78\x75\xa8\xa7\x4a\x1d\xc7\x1c\xf8\ \x75\xa1\xdf\x7e\x1e\x2b\xb3\xde\xbe\xe7\xf2\xcb\x75\xbf\xa2\xf2\ \x0c\x66\xef\xfa\x7e\xbc\x20\xdb\xd8\xd8\x78\xe0\x81\x07\x6e\xdf\ \xbe\x9d\x65\xd9\x74\x3a\xf5\x93\x1a\xe7\xdc\x18\x73\xe9\xd2\xa5\ \x30\x0c\x37\x37\x37\xfd\x70\x77\x6c\xe9\xed\x25\xa3\xfe\xe4\x94\ \x52\x05\x22\xdc\xde\xde\xee\xf7\xfb\x0b\x0b\x5d\x00\x27\xa5\xce\ \xf3\x5c\x4a\x89\x08\xea\xde\x8b\xd6\x75\x9d\x26\xc9\x78\x3c\x4e\ \x93\xc4\x5b\xb8\x68\x29\xdf\xae\x5c\xb3\xce\x82\x75\xc6\x58\xeb\ \x1c\x63\x4c\x4a\x6d\x8c\x51\x75\x5d\xdf\x43\xb2\x8f\x4e\x30\x80\ \x38\x8e\x83\x20\x20\x84\x68\xad\x94\xb6\xbe\xe6\xfa\x43\x71\x6c\ \x3c\x74\xf4\xfd\x80\xdf\x9f\x39\xcb\xaf\x96\x85\x10\x45\x51\x78\ \x0d\xf4\x6c\x36\xf3\x48\x92\x3f\x88\x52\x29\xc6\x79\x91\x65\xaa\ \xae\xdb\xcd\x56\x1c\x45\x3b\xfb\x7b\x1b\xa7\x4e\x7d\xe8\x63\x3f\ \x74\xf5\xea\x15\xeb\xec\xf2\xca\xc6\xd9\x73\x17\x9d\xb6\xa3\xad\ \x5e\xb3\xdd\x61\x41\x80\x40\xc1\x60\x12\xc5\xed\x10\x17\x48\xa8\ \x66\xfd\xff\xa1\xf7\xe6\xf5\x8b\xac\x7b\xe6\x54\xfe\xdc\x9b\xee\ \x0f\x5f\x89\xee\x4c\x5e\x23\xd7\x66\x11\xe5\xe7\x36\xd6\xe3\xa8\ \xcc\xa7\xb2\x9a\x89\x80\x8f\xa6\x33\xca\x18\x10\x36\x2b\xcd\x95\ \xab\x57\xbf\xf8\x95\x6f\x6d\xde\x1d\x8b\x94\x41\x8b\xd7\x21\xa6\ \x49\x42\x19\xdd\x38\x71\xe2\xce\xde\xa8\x90\x55\xe4\xa8\x94\x32\ \x69\x36\xc1\xda\x30\x08\x8c\x31\xb3\xd9\xac\xdb\xed\x8e\xc7\x63\ \x3f\x9a\xfa\x7e\x61\x32\x99\xf8\x89\xdd\x83\x7c\xa3\xd1\x28\x8a\ \x22\xcf\x24\x94\x52\x4a\xa3\xbd\x99\x99\xff\xfe\x34\x4d\x9b\xcd\ \x66\x51\x14\xce\xb9\x79\x96\x11\x80\x84\xb2\x65\x9a\xbc\xf6\xc2\ \x8d\xfe\xc1\xc1\xba\x4e\x16\x79\x3a\xba\xb2\xd9\x28\x02\x94\xaa\ \x21\x82\x38\x10\xf7\xcd\xd9\xb7\xf7\xf2\x42\x3f\xf2\x91\x8f\x5c\ \xba\xf4\xe0\xfa\xda\xda\xd2\xf2\xc2\xee\xee\xae\xd7\xa0\x78\x8f\ \x91\xff\x19\x30\x0f\xff\xc4\x57\xf1\xd8\xc8\x0d\x2d\xfa\x45\xa9\ \x29\xab\xbd\xcd\xad\x72\x36\xa7\xd6\x5a\x87\x68\x9c\x55\x1a\x29\ \x49\x04\xaf\xb3\x6c\xd8\xeb\xa5\xe7\x2e\x36\x5b\xad\x30\x0c\xb1\ \xa8\x7c\xe0\xcc\x11\xe0\x74\xf4\xdf\xbd\x1e\x07\x8f\x58\x3c\x3e\ \x43\x02\xee\xc5\x5b\xfa\x78\x09\xeb\x00\x1d\x38\xeb\x2c\x5a\x70\ \x40\x1c\x70\x24\x80\x40\x2d\x50\xbf\x20\x53\x06\x28\x25\xa8\x4f\ \x26\xa2\x74\xfa\xe6\xd3\x5f\xdb\xbd\x7c\xf9\xe1\xf7\xbc\x9f\x3e\ \xf4\x70\x61\xc9\xe2\xfa\x49\x4c\x9a\xa3\xd1\xa8\xe9\xf4\x89\x95\ \xd5\xc1\x8d\x1b\x7f\xf0\x0f\xff\x61\x3a\xce\x4e\x83\xe1\x51\x04\ \xd9\xf8\xe4\x89\xc5\x9f\xff\xc5\x9f\xa5\x14\x0f\xb7\x6f\x5f\x7c\ \xf0\xdc\x4b\x97\x5f\x1f\x4e\x6f\x33\x7b\xec\x3b\xff\xbf\xd8\xe3\ \x91\x52\xca\x05\x97\x52\x22\xe2\xe1\xe1\x61\xb3\xd9\xf4\x7c\xbf\ \xb7\x6f\xcd\x8f\xc7\x28\xfb\x27\x1f\xc7\x75\xc7\x6f\xb2\x8e\xb5\ \x5d\xbe\x69\xf2\x55\x23\xcb\xb2\x3b\x77\xee\x9c\x3f\x7f\xfe\xd2\ \xa5\x4b\x37\x6f\xde\xf4\x4f\x52\xd7\x35\x00\x78\xc5\xf9\xc1\xc1\ \x5e\x96\x65\xbe\x45\xf2\x57\xf5\x91\xbb\x8d\x73\xce\x59\xbf\xa8\ \x36\x46\x2b\xa5\xa6\xd3\xe9\x7c\x9e\x31\xc6\xc2\x30\x00\x40\xa5\ \x54\x55\xd5\x87\x87\x87\x9d\x4e\xdb\x33\x8c\x6c\x60\x7d\x5f\x1c\ \x06\xc1\xb1\x2b\xee\x3d\xf3\x02\xb0\xc6\x39\xb0\x45\x91\x97\x65\ \x29\xeb\x7a\x9e\xcd\x95\xd7\xa0\xde\x9b\x25\xb5\xd1\xce\xa1\x31\ \x8a\xb1\xc6\x31\x1f\xd5\x5f\xf5\x7e\xaf\xf7\x76\xe2\x98\xbf\x88\ \x08\x21\xee\xfb\xd2\xef\x70\x21\x16\x16\x16\x06\x83\x81\x52\x6a\ \x71\x71\xd1\xdf\xf0\x3d\xf1\xc9\xef\xad\xea\xba\x66\x42\x08\x21\ \x18\xa1\x8c\xb3\x79\x9e\x53\xc6\x8c\x31\x77\x6f\xdf\x7a\xe8\x1d\ \xef\x28\x8b\x5c\xd4\xd1\xe4\x60\xba\x3f\x1f\x94\x56\x9f\x8f\x3a\ \x71\x00\x5c\x23\x80\xeb\xd2\xb8\xa5\x78\xff\x60\xf3\xe5\xe2\xfa\ \x9d\xc5\xb2\xb3\xbc\xbc\xfb\xca\xeb\xf3\x7f\xf5\x6c\xf3\xca\x41\ \xd0\x58\x7c\xb3\xd7\x3b\xbd\x78\xb1\xde\x1a\x6e\xeb\x0c\xd6\x56\ \x2a\xa9\x3a\xdd\x85\xbb\x3b\x7b\x0b\xcb\xab\x49\xb3\xf3\xed\x57\ \x5e\xff\xd6\xf3\x2f\x8f\x26\x75\xd8\x0a\x14\xb1\x44\x70\x60\x38\ \x9b\xce\x92\x30\x2e\x95\x94\xce\x30\x82\x55\x59\xaf\x2c\xaf\xcc\ \xb5\xaa\xeb\xda\x67\x2c\xf8\xdf\xdf\x5b\xff\xcf\xe7\x73\x4f\xdc\ \xf2\x83\x77\x5d\xd7\x5e\x18\xe1\xfd\x8c\x3b\x9d\x8e\x94\x32\x8a\ \x22\x87\x98\x15\xb9\x37\x1b\xf4\x47\x7c\x77\x77\x97\x31\xd6\x6c\ \x36\x27\xd3\x09\x05\x22\xb4\xab\x0b\x73\xa1\xb1\xb1\xb9\x79\x78\ \xb2\x58\x7a\xff\x23\x4f\x7c\xfd\xf9\x71\x39\x98\x71\x11\xc8\xba\ \x2e\xab\x0c\xc9\xfd\x2f\xb4\xfc\x5b\x70\xf9\xf2\xe5\x38\x8e\xc0\ \xd9\xfd\xc3\xdd\xad\xad\x2d\x42\xc0\x9f\xa6\xff\xc6\x7d\xd6\xbf\ \x09\xa1\x03\x44\xf8\x63\xf5\x00\x82\xc7\x77\x67\x83\xc1\xc1\xe6\ \x5d\x5b\xd5\x14\x1c\xa3\x80\x16\xfc\xce\x1d\x11\x65\x56\xde\xbe\ \x7e\xfd\xe4\x7b\xdf\xbf\xbc\xb4\xdc\x6c\x36\xcb\xf9\x90\x52\x20\ \x04\x0c\xfc\x71\xbf\x03\x80\x48\xdc\x9f\x78\x19\x9f\xe5\x65\x8d\ \xc5\x63\xb8\xf9\xa8\x2a\x11\xf4\x60\x8f\xf3\xcf\xcf\x29\x05\x0a\ \x00\x68\xd1\x82\x35\x04\x2c\x67\x0c\xad\xe3\x08\x22\x66\xd9\xac\ \x7f\xf9\x4b\x7f\x90\x6d\x6e\xbd\xef\x87\x3e\xb5\xda\x6c\x56\x55\ \x49\xc0\x46\x9c\x96\xa3\xde\xaf\xff\xea\x7f\xc5\x27\x7b\xe7\x44\ \x24\x42\xb2\xd5\xeb\xe9\x51\x4f\x66\xd3\xd7\x2e\xbf\xd4\xea\x76\ \x46\xfd\xfd\x9b\x57\xae\x8c\xc7\x13\x02\x08\xda\xc0\x7d\xc9\x53\ \x7c\xd6\xe8\x74\x3a\xa5\x84\xfa\xf5\xfc\x7c\x3e\x5f\x5c\x5c\x3c\ \x5e\xdf\x1c\x17\xf1\xb7\xc3\xf9\x7e\x10\x7b\xfb\x7b\x71\x4c\xea\ \xf1\xf2\x2b\xff\x55\x7f\x63\x33\xc6\xf8\x18\x86\xbd\xbd\xbd\x63\ \xcc\xc8\x67\x54\x00\xc0\xd5\xab\x57\x17\x17\x17\xd6\xd7\xd7\x77\ \x77\x77\xbd\x59\x7a\x59\x96\x8d\x46\x83\x1c\x3d\xa8\xd6\x5a\x88\ \x30\xcf\x8b\xfd\xfd\xfd\xd9\x6c\x46\x29\xf3\x6b\x26\xcf\x21\xe5\ \x9c\x8d\x47\xa3\x66\xb3\xb9\xbc\xbc\x7c\xe7\xce\x9d\xbc\xc8\xa3\ \x30\x92\x55\x25\xa5\xf4\x1c\xd4\xb7\x0f\xfd\xd6\x59\xa7\xcd\x64\ \x32\xa9\xca\xca\xb7\x17\xb5\x52\xd4\xd9\x63\x18\xdb\x1a\x0b\x84\ \x58\x6b\xa3\x28\xf4\x99\x19\xce\xb9\xa2\xac\xdf\xae\x44\xa1\xf7\ \x82\xc0\x94\x52\x55\x5d\xa9\xa3\x43\xf4\x3d\xf6\x3b\xce\x11\x44\ \xbf\xbd\x07\x80\xc1\x60\xe0\x87\xde\x3f\xf6\x5e\x73\xce\x13\x37\ \xcb\xaa\x62\x84\x8a\x30\x8c\xa2\x08\x28\x19\x4f\x27\x7f\xfb\xef\ \xfc\xed\xbf\xf5\x5f\xfe\xdf\xca\xaa\x1a\xee\xf5\x82\x56\x2a\x3a\ \x8d\x56\x33\xc6\x50\x48\xab\x09\x3a\xca\x68\x31\x9f\x0f\xf6\xf6\ \x37\xc9\xc1\x5b\xeb\xe5\xdc\x66\xd7\xbf\xf4\xb5\xd1\x57\x5e\x59\ \xdf\x2a\xe4\xbc\x7a\x76\x74\x43\x0a\x16\xee\xf7\xce\xdb\x46\xbc\ \x40\x2a\x55\x72\x1e\x5a\x24\x6b\xa7\xcf\xd4\x86\x7c\xf9\xe9\x6f\ \x3f\xfd\xdc\x8b\xca\xd1\xf6\xe2\x52\x94\xc6\x96\x99\x71\x5d\x94\ \x75\xbe\xb3\xb9\x15\x87\xf1\x23\x4f\x3c\xba\x73\xf5\xa6\x31\x8a\ \x39\x24\x8c\xaa\xaa\x14\x9c\x7b\x07\xac\x34\x4d\x95\x52\x49\x92\ \x78\xd0\xca\x63\xe1\xc7\x8b\xc0\xf1\x78\xec\x8d\x45\xbc\x7e\xef\ \x28\x54\x00\x40\x08\xe1\xcf\xb9\x3c\xcf\x7d\x94\x92\x2f\xf3\x61\ \x10\x12\xc0\x80\xe3\x24\x9f\xa2\xc1\x13\x6c\xe9\x1d\xed\x4b\xa7\ \x83\x93\x3f\xf4\xee\x4f\xfe\xde\xef\xfc\x0e\x84\xa4\xb6\xb5\x23\ \x0e\xef\xf3\x02\xc0\x5a\x4a\x7f\x93\xf9\xdc\xe7\x3e\xf7\xb9\xcf\ \x7d\xee\xf8\x4b\xbf\xf2\x2b\xbf\x22\x04\xaf\x65\xed\x53\xc0\xdf\ \x4e\x69\xfb\x13\x82\x09\x04\xef\x30\xf5\x76\x05\xe3\xbd\xe9\xc0\ \x14\x79\x7e\xfb\xcd\x2b\xf3\x7e\xbf\x9c\x54\xdc\x02\xb3\x60\x01\ \x40\x3b\x87\xce\xe9\xba\xd4\x70\xf3\xea\xd5\x8f\x51\xba\xb0\xd0\ \x8d\xc3\x70\x30\x73\x51\x0c\x06\x40\x01\x18\x07\x68\x1c\x80\x71\ \x47\xdc\x22\x00\x07\x84\x38\xb4\xe0\xc8\x11\x85\xd5\x21\x38\x74\ \x04\x81\x20\x20\x02\x23\x00\xdc\x11\xe2\xc0\x81\x43\x67\x6c\x45\ \x05\xa9\x0d\x00\x3a\x8a\x0e\x0c\x10\x00\x46\x6b\x4a\x11\x1c\x04\ \x84\x72\xe6\x42\x25\xcb\x1b\x6f\x3d\xbb\x7f\x38\xd9\x39\x78\xf7\ \x27\x7e\x74\xfd\xe4\x9a\x99\x0f\x7e\xf5\xff\xf1\x5f\xec\x5c\x7e\ \xe6\x74\x1a\xd3\x99\x6c\x69\x45\x32\xd8\x7c\xe3\xf2\xe5\x2b\x37\ \xbf\xf9\xed\x17\xfe\xd4\xd1\x93\x65\x79\x7f\x31\xad\x88\x58\x57\ \xd5\x74\x32\xdd\xd8\xd8\xa8\xeb\x7a\x6f\x6f\xcf\x33\x48\x8f\xdb\ \x19\x4a\xa9\x5f\xf4\x1c\x0f\x65\x6f\x47\x76\x8e\x3f\xff\xf6\xba\ \xe3\xdf\x1a\xaf\xf3\x42\xc4\x56\xab\xb5\xb6\xb6\x76\x78\x78\x78\ \x70\x70\xe0\x31\xe6\xe3\x1f\xf7\x2d\x0f\x22\xa4\x69\x7a\xfe\xfc\ \x79\xe7\x9c\x37\xbb\xf1\xcd\x97\x17\xe0\x6a\xad\xc3\x90\x0e\x87\ \xc3\xf1\x78\xec\xef\x85\x4a\x29\xe7\xd0\x1b\x83\x21\xba\xfd\x83\ \x83\x5e\xaf\xbf\xb2\xb2\x72\xe7\xce\x1d\x82\xc4\xfb\x43\x2b\xa5\ \x04\xe7\x4c\x04\x5a\x19\x07\x8e\x20\xf1\xd1\x1f\xc6\xd9\xd9\x6c\ \x06\xe0\x82\x20\xd0\x5a\xf9\x09\x40\x4a\x89\x9e\x28\x84\x47\xf7\ \x36\xef\x40\xa6\x94\x52\x4a\x11\xc2\x8e\xa7\xb0\xe3\x83\x70\x34\ \x8a\xba\xef\xf6\xa8\x7f\xa7\x7e\x07\x11\x10\xc7\xe3\xb1\xef\x30\ \xbd\xb8\xb6\xd7\xeb\x35\x1a\x0d\x6b\xed\xfa\xfa\xfa\xf6\xf6\xb6\ \xb1\x76\x34\x1e\xb7\x1a\x0d\x67\x4c\x2d\xa5\x94\xd2\x02\x24\x49\ \x72\xfb\xe6\xad\xbf\xf3\x77\xfe\xf6\xff\xe1\xff\xf4\x7f\x5e\x3a\ \xd7\x0d\xe3\xa0\xdd\x8c\xd1\x81\xd5\x0a\x9d\x29\x8d\xbc\xba\xb7\ \x79\x80\x79\xbd\x28\xb6\x63\xf9\xf4\xe0\xda\xf3\xff\xea\x6b\xa3\ \x67\xaf\x9c\x9f\x8a\xa0\x24\x33\xc6\x92\xf6\x12\x95\x6a\xb9\xd1\ \x3e\x4d\xba\x7d\xbd\xa3\x8d\x6d\x77\x5b\x69\x67\xe1\x60\x30\xfb\ \xfa\xb3\x2f\xbd\x71\xed\xa6\x65\x21\x0b\xe3\x71\x29\x2b\x4a\x3a\ \xcb\xc9\x89\x95\x85\xb4\xcc\xfb\x07\x87\xbb\xfb\xbb\x0f\x3e\xf2\ \xc8\xcb\xa7\x5f\x28\xf7\x86\x6e\x94\x49\xb0\x8d\x46\x23\x2b\x0a\ \x4f\x8e\x98\xcf\xe7\x9e\x1f\xe8\x3b\x17\x00\x08\xc3\xb0\xaa\x2a\ \xaf\x1d\xf3\xb2\x60\x1f\xcc\x56\x14\x85\x10\x22\x8e\xa2\xac\x2c\ \xfc\xdb\xbf\xb4\xb4\x14\x86\x61\x9e\xe7\x9e\x4e\x26\xa5\x9c\x67\ \xd9\x42\xa7\x53\x29\x2d\xa2\xa8\xc8\xab\x8b\x27\x2f\x6c\x34\xd6\ \xb0\xa6\x9f\xfa\x91\x1f\xbb\x75\xeb\xce\xab\x57\x5e\xd6\xcc\x22\ \x23\xf7\x37\x67\x69\xad\x2f\x9c\x3f\xef\x85\xd1\x47\x06\xca\x88\ \x88\xe0\x1c\x04\x41\x58\x96\x95\xac\x24\x20\x1e\x05\x27\x20\x7a\ \xee\x88\x7f\xe3\x8f\x3e\x00\x82\x40\xfc\xdc\x43\x08\x52\x0a\x94\ \x10\x6b\xa8\x75\x26\x8c\xd2\x20\xcc\x68\x90\x9c\xbb\xf4\x48\xbe\ \x56\x70\x02\xd4\xdc\x33\x63\x67\x4c\x59\x5d\xd7\x20\xd2\xa6\xac\ \x25\x32\x7e\xe1\xb1\x27\x18\x90\x56\x88\x04\x9d\xf6\xe3\x8b\x45\ \x00\xc2\xd0\x12\x70\x04\xbc\xf7\x05\x3a\x0b\x0e\xc0\x3a\x67\x11\ \x1c\x80\x05\x20\xd4\x4b\x49\x81\x52\x0c\x18\x01\x70\xc4\x01\x41\ \x47\x91\x30\x4a\x6a\x8a\x0e\x91\xa0\x23\xce\x82\x35\x84\x20\xa7\ \x14\xac\x9f\xcf\x1c\x38\x72\x12\x92\xa1\x82\xfd\xb7\xde\xfc\x46\ \x5d\x7f\xe6\x67\x3e\x7b\xf3\xad\x57\x07\xa3\xd1\x43\x4f\x3d\xb5\ \x20\x10\x8a\x72\x91\x04\x7c\x54\x17\x61\xeb\xf1\xc7\xd3\xb1\x54\ \xe0\xb7\xb7\x16\x88\x43\x00\x48\xc2\xf4\xfe\x24\x5a\xbe\xb2\x74\ \xbb\xdd\x66\xb3\xe9\xf9\x68\x3e\xa0\x6e\x61\x61\xc1\x53\xf8\xfc\ \x49\x72\x5c\x65\xfc\xb4\xf5\xa7\xa8\x0c\xfe\x52\xf4\x57\xbb\x3f\ \xc7\x3c\x20\xed\x6f\x60\x7e\x04\x5b\x5d\x5d\x3d\x77\xee\xdc\x64\ \x32\x79\xf5\xd5\x57\x93\x24\x59\x5d\x5d\xf5\x13\xf4\xea\xea\xaa\ \x52\x75\x51\x14\x61\x18\x7a\x87\xc3\xb2\x2c\xbd\xd0\x17\x11\xb5\ \x36\x9c\x73\xa5\xe4\x70\x38\xac\xaa\xca\x13\xfc\xec\x91\xdf\xbe\ \xa7\x2f\x62\x59\x96\xfd\x7e\xff\xa8\x61\x6f\x84\x45\x51\x24\x51\ \x04\x00\x75\x2d\x93\x24\x06\xa5\x09\xa1\x7f\xec\x02\xeb\x5c\x96\ \x65\x8c\xf3\x20\x08\x38\xe7\x79\x5e\xa0\xb5\x4a\xa9\x28\x8e\x3d\ \x1b\xd0\xe3\x71\x71\x1c\x5b\xeb\xe4\x3d\x78\xe8\xd8\x9a\xc3\xe3\ \x15\xc7\x53\x27\x63\x8c\x52\xf2\xfd\xf0\x75\xbf\x07\x2d\x13\x42\ \x26\x93\xc9\xfa\xfa\x3a\xa5\x74\x71\x71\xb1\xdb\xed\x0e\x87\xc3\ \x5b\xb7\x6e\x49\x29\x81\x92\x46\xb3\x11\x04\x41\x55\x94\xd6\x9a\ \xc9\x64\xb2\xba\xbe\x3e\xcf\xb3\xb4\xd5\xf8\xea\x1f\x7d\xad\xbb\ \xb8\xf4\xef\xff\xf2\x5f\x83\x06\x03\x69\x2c\xb5\x96\xc3\xe6\x68\ \xf7\x72\xef\xf6\x5b\xf9\x41\x75\xa2\x31\x8a\xe9\x73\x6f\x7c\xe3\ \xda\xb7\xbe\x58\xbc\x7a\x77\x4d\x35\x42\x10\xfb\x83\x7e\x92\x36\ \x57\xc3\xd6\xc6\xc9\x95\xa0\xd4\xb7\x0e\x77\x34\xc9\x57\xbb\x1d\ \x11\xb7\xae\xdf\xda\xf9\xda\x73\x2f\x1e\x8e\xe7\x61\xb3\x4b\xa3\ \x44\x1b\x17\x50\x96\x34\xe3\x69\x31\x9a\x14\xf9\xda\xc6\x7a\xcc\ \x45\xaf\xd7\x7b\xcf\xe3\xef\x7f\xe7\x0f\xbe\xf7\xd7\xfe\xde\x3f\ \x5e\xe5\xe9\xa4\xcc\xd1\x62\x92\xa4\x75\x5d\xfb\x34\x18\x7f\xf7\ \x38\xd6\x76\xfb\x1e\x35\xcf\x73\x44\x4c\xd3\xd4\x4f\x61\x71\x1c\ \x03\x40\x55\x55\xb3\xd9\xac\x94\x35\x61\x8c\x52\x3a\x18\x0c\xc2\ \x30\x3c\x9e\xdb\xad\xb5\x9c\x31\xca\x98\x21\x38\x9e\x4e\xeb\x5a\ \xc7\x22\x0c\x79\x70\xf2\xf4\xe9\x74\xb9\xf5\x89\x9f\xf8\xd1\xd7\ \x6e\xbf\x51\x17\x25\x72\x72\x7f\x36\x18\xf3\xf9\xfc\x6f\xfc\x8d\ \xbf\xee\x95\x38\x7f\x82\xc7\x89\x50\x96\xd5\xee\xf6\xe1\xbf\xd6\ \xcc\x1e\xb1\x7d\x8e\x6f\x42\x00\x84\x00\x17\xec\x4f\x58\xa6\x02\ \x40\x0b\x96\x11\xf1\xec\xb9\x47\xdf\xff\xc1\x1f\x21\x84\x20\xbe\ \xcd\x9d\xf8\x6d\xef\xbb\x56\xba\xb7\xdd\x03\x82\x3f\xfb\x1f\xfe\ \x67\x3e\x72\xf8\x4f\xea\xc6\xbe\x2b\xea\xef\xbf\xe9\xc3\xe3\xbf\ \xe3\xde\x67\xf1\x98\x28\xf6\xa7\x7e\x07\x0f\x16\x39\xab\xb5\x31\ \x66\xf9\xf4\xb9\x0f\xff\xc4\xcf\x1d\xb9\xca\xfb\xf5\x3c\x02\x38\ \x47\xfe\xa4\xc7\xd7\x11\x4b\xd3\x81\xcf\x5a\xb9\x1f\x9f\x53\xc6\ \x9a\xad\xa6\x94\x32\x4d\xd3\x0f\x7f\xf8\xc3\xd7\xaf\x5f\x9f\xcd\ \x66\x9d\x4e\xc7\xdf\xd2\xb3\x2c\x4b\xd3\xc4\x9f\x06\x6f\x17\xe2\ \xbe\x5d\x29\xea\x91\x8e\xe3\xef\xf1\x4d\xa8\x17\x7c\x79\x1e\x60\ \x96\x65\x7e\xa7\xe1\x53\x67\xfd\x2a\x7d\x69\x69\xc9\x07\x96\xf4\ \x7a\x87\xc3\xe1\xb0\xd7\xeb\x5d\xba\x74\x29\x8e\xe3\x63\x14\xe9\ \x98\x25\x04\xe0\xe3\xba\xd0\x5b\x6d\x11\x42\xac\x05\x77\x64\x9f\ \x8a\xcd\x56\x63\x61\x61\xe1\x81\x07\x1e\x68\xb5\x5a\xd9\x6c\xce\ \xbd\xd8\xca\x39\x00\x90\xb5\xfc\x63\x33\xbf\x7b\x0e\xfd\xb3\xd9\ \x6c\x3a\x99\x56\x55\x35\x9b\xcd\xfd\x13\xbe\xed\x85\x40\x69\xcd\ \x28\x17\x82\x6b\xad\xfc\x0a\xdf\xfd\x6b\x3c\x9b\xe3\x8e\xfb\x5e\ \xad\x77\xdf\x07\x7c\x87\x51\xba\xb6\xb6\xb6\xbd\xbd\x9d\xa6\xe9\ \x68\x34\xf2\x31\xb8\xfd\x7e\x3f\x8e\xe3\xd1\x68\x14\x06\x41\xa9\ \xe4\x78\x32\x86\x56\x7b\x71\x71\x71\x3e\x99\xb4\xda\x6d\x29\xa5\ \xb1\x36\x4c\xa2\x56\xbb\xfd\xf4\xd3\x4f\x9f\x1e\x93\xf7\xfd\xf4\ \xa7\x83\xb3\xcb\xbd\x40\x3e\x37\xba\x76\xb7\xee\xa7\xa7\xba\x33\ \x1d\xdd\xea\x6f\xbe\xf0\xf4\xf3\xdb\xcf\x7e\x13\x26\x19\x87\xc8\ \x20\xef\x55\x95\xd6\xae\xa3\x28\x3d\xcc\x06\xbd\xf9\xf2\x89\x65\ \xb6\x96\xae\x35\x4e\xac\xae\xad\xbf\xf6\xe6\xf5\xaf\x3d\xfb\xc2\ \xb4\xd6\x44\xc4\x41\x10\x89\x38\x0e\x28\x89\xa2\x48\x44\xa2\x18\ \xcc\x88\xc3\x24\x88\x74\x51\xfd\xc6\xaf\xff\xfa\xa9\x73\xe7\x9f\ \x78\xcf\x7b\x6e\xbe\x79\xe3\xf2\x57\xbf\xd9\x44\xd6\x60\x21\x38\ \xf0\x5d\x8c\xb5\xd6\x63\xe4\x7e\x7d\x30\x99\x4c\x7c\xf3\xd2\x6c\ \x36\x8d\x31\x79\x9e\x87\x61\xe8\x0f\xa5\x27\x5c\xcc\x8a\x82\x50\ \xaa\xb4\xf6\x4b\x3d\xff\x3d\xfe\x8e\xe7\x75\x7d\xe3\xc9\x04\x19\ \xd7\x0e\xb4\xd1\x41\xc0\x58\x80\x0b\xab\xed\xc9\x6c\x72\xe2\xc2\ \xc9\xf7\xff\xe0\x07\x7e\xff\xf7\xff\xa5\x96\xea\xfe\x6c\x30\x3c\ \xe4\x54\xd7\xff\x53\x3b\x17\xfc\x5f\x74\xe9\xff\xc9\xab\xfa\xe8\ \x7a\x31\xdf\x49\x35\xe6\x91\x29\x55\x57\xf0\xff\x03\x0f\x67\x4c\ \x5d\x16\xff\x9f\x7f\x19\x40\x42\x10\xd1\xf3\x6b\x36\x36\x36\x4e\ \x9c\x38\x31\x1c\x0e\xbd\x15\xce\x71\x0b\x73\xac\x05\x7d\xfb\x60\ \xfb\xaf\xb3\xc6\x3d\x2a\xe4\x77\xf0\x9e\x43\xe8\x8b\x4e\x55\x55\ \x75\x5d\x0b\x21\xce\x9d\x3b\xf7\xe0\x83\x0f\x1a\x63\x2e\x5f\xbe\ \xbc\xb0\xb0\xe0\x89\x85\x5a\x1b\x29\xa5\x97\x65\xa5\x69\x7a\xec\ \x9a\x7e\xaf\x8c\x3a\x04\xff\xe4\xc4\x33\x48\x8d\x31\xce\x1d\xf5\ \x59\xd6\xc0\xd2\xd2\x12\x22\xae\xaf\xaf\x3f\xf5\xd4\x53\xcf\x3c\ \xfd\x4d\xbf\xc6\xa2\x94\x32\x4a\x95\x52\x81\x08\xac\x35\x5e\xd7\ \xe9\xc1\x7f\x42\x68\x5e\xe4\x42\x70\x24\x88\x16\x95\x94\x6f\xb7\ \x8e\xb6\xd6\x86\x49\x23\x8a\x62\x6b\x2d\xa3\xf4\x58\x11\x73\xac\ \x46\xf6\x7d\x96\x5f\xe1\xc1\xb1\x72\xe6\x7b\xe7\xef\x68\x63\xb2\ \x2c\x63\x8c\xcd\x66\xb3\xe9\x74\x7a\xea\xd4\xa9\x28\x8a\x8e\xdd\ \x67\xb3\x2c\x03\x46\xa3\x38\xf2\x63\x64\x77\x69\x69\x67\x7b\xbb\ \xd9\x6a\xf9\xa3\x12\x86\xe1\x74\x36\xfd\xdd\xd7\xbf\xfe\x02\x3b\ \xbc\xf0\x99\x0f\xf5\x57\xd9\x7e\x52\x45\xa7\xbb\x5b\xa3\x9d\x9d\ \xab\x6f\xbd\xf2\xa5\x2f\x8f\x77\xb7\xb9\xc2\xc8\xa6\xca\x61\xa9\ \x1c\x68\x14\x9a\x96\xe3\x22\x68\xc6\xf1\x42\x52\xc9\x62\xbd\xbb\ \xd0\x59\x5c\xff\xca\xd7\x9f\x7f\xf9\xf2\x9b\x35\x32\x91\x34\x20\ \x88\x1d\xa5\xca\xea\x28\x8c\x1d\x75\xe3\xc9\x30\x49\x92\x07\xcf\ \x5e\x98\x4d\xa7\x83\xc3\xfe\xd6\xa0\xf7\xc5\xaf\x7f\xe5\x17\x7f\ \xec\xdf\xfa\xe4\x67\x7e\xbc\x7f\x77\x67\xf3\xe5\x37\x92\xf6\xaa\ \xcf\x9f\xf1\xec\x2c\x3f\x2a\xa7\x69\xea\xfb\x38\x7f\x1b\x39\x16\ \x1f\x17\x45\x31\x9f\xcf\x39\xe7\xeb\xeb\xeb\x5e\x0a\xac\x9d\xa5\ \xc0\x7c\x79\xaa\xeb\xfa\x78\x33\x4a\x29\x05\xe7\xaa\xaa\x04\x06\ \x49\xd2\x50\x65\x59\x15\xd3\xb2\x1a\x4f\xb2\x1e\x70\xd6\xeb\x1d\ \x3e\x78\xe1\xfc\xb3\x69\xcb\x54\xea\x7b\xd1\x46\xff\xaf\x8f\xff\ \x6f\x3f\x10\x10\x70\x3e\x9b\x1f\xef\x70\x93\x24\xf1\x0b\x07\x2f\ \x16\xf7\x23\xf6\xb1\x27\x86\xbf\xf0\x3c\xb6\x7a\xfc\xf0\x57\xe0\ \xb1\x98\xe0\x98\xd1\xeb\x5b\x0f\xdf\xf5\x04\x47\x0b\x26\x28\x8a\ \xe2\xe6\xcd\x9b\x84\x90\xf1\x78\x3c\x9b\xcd\x4e\x9f\x3e\xbd\xba\ \xba\xb2\xb3\xb3\x2d\x84\x38\x75\xea\xd4\xcb\x2f\xbf\x9c\x24\xc9\ \xc6\xc6\xc6\xb1\xad\x0f\x21\x58\x94\xe5\x74\x3a\xd5\x5a\x3b\xe7\ \x01\x26\x73\xcf\x9e\xc4\x01\x60\x51\x14\xfd\x7e\xbf\xdd\x6e\xaf\ \xaf\xaf\xfb\x9f\x22\xc7\xec\x75\xb4\x88\xc4\x67\x6d\xb8\x7b\xb4\ \x23\x5f\x10\x1d\xba\xe1\x60\xe8\x9c\xe3\x84\x30\x72\xb4\xb0\xf3\ \x6c\x50\xe6\x63\xd8\xc8\x91\xf2\xde\x3a\x7c\x3b\x5c\xf8\x76\x18\ \xc1\xfa\x61\xfb\xfb\xb2\x47\xf7\xbe\x5f\x94\x90\xba\x96\x8b\x8b\ \x4b\x51\x14\x4f\x67\x33\x63\x4c\x5d\xcb\x30\x0c\x08\x21\xa5\x56\ \x65\x55\x4a\x57\x6f\x6e\xde\x39\x75\xe2\x64\x14\x04\x46\x4a\x86\ \x48\x01\x1e\x3a\x7f\xfe\xe2\xc3\x0f\x95\x1f\xbf\xa4\xdb\xc1\x20\ \xc6\x79\x58\x17\x93\xd9\xf5\x17\xbe\xb9\x75\xe5\xcd\xbb\xdf\xfa\ \x16\x5a\x1d\x33\x92\x68\x1e\x48\x7e\xa8\x6a\xa7\x48\x43\x91\xc4\ \x8a\x38\x49\x65\x93\xdb\x95\x06\x94\xf9\xa2\xb6\xdf\xfc\xda\x37\ \x5f\xba\x72\xc3\x10\x16\xa4\x4d\x0c\x63\x1a\x45\x54\x70\xca\x68\ \x18\x09\x4a\x1d\x24\x61\xab\xdd\x9a\x8f\xa7\xb3\xc1\xa0\xb9\xb0\ \xd0\xec\xa6\x5f\xf8\xca\x97\xcf\x3f\xf0\xd0\x87\x1f\x78\xdf\x4f\ \xfd\xec\x67\xff\xbb\xed\x83\x7c\x9c\xa7\x22\x44\x8a\x79\x5e\x64\ \xf3\xac\xd5\x6c\x15\x45\x0e\xe0\xe6\xd9\x9c\x31\x1e\x86\x91\x31\ \xda\x2b\x83\x3d\x81\x7d\x3a\x9d\x7a\xee\x43\xaf\xd7\x13\x42\x68\ \x67\xe9\xbd\x59\x8c\x10\xb2\xba\xba\xea\xad\x79\xa4\x94\x9c\xb3\ \x6e\x67\xe1\x70\x30\x5d\x6e\x77\xe6\xce\x3c\xff\xfc\x37\x7f\xe6\ \x17\x3f\x33\x98\xee\x87\x49\xdc\x6a\x46\xba\xdd\xba\x78\xe2\x74\ \xcc\x43\xeb\xdc\xff\x7a\x39\xff\xff\xd1\x43\x1b\x5d\xd7\xf5\xe2\ \xe2\x42\x92\xa4\x1e\xe3\xf0\xbe\xbd\xa7\x4e\x9d\x32\xc6\x12\x42\ \xaa\xaa\xf2\xb7\xb1\x63\x49\xba\x47\x7c\xde\x7e\x1d\x7a\xa8\xf5\ \x18\x30\x62\x8c\x4d\x26\x93\xa2\x28\xbc\xae\xe8\xe0\xe0\xe0\x98\ \x08\x76\x70\x70\xe0\x7f\x84\x73\x9e\xe7\x79\x96\x65\x51\x14\x3c\ \xfe\xf8\xe3\xcd\x66\xf3\xad\xb7\xde\x12\x42\x9c\x3c\x79\xd2\xf7\ \x14\x9e\x23\xc3\x18\xe6\x79\xee\x0d\x34\xbc\xdf\x0d\x22\x39\x92\ \xac\x20\x12\x42\x47\xc3\xe1\xf6\xf6\x36\x21\xe4\xf4\xe9\xd3\x69\ \x9a\xce\xe7\x73\x8a\xe8\xac\x33\x5a\x53\x82\xc6\x18\xea\x28\xdc\ \xab\x3b\xce\xb9\x20\x10\xd3\xe9\x94\xf2\xa3\x14\x0d\x6b\x0d\xe5\ \x02\xe1\xc8\xc3\x4c\x19\x33\x9b\x4e\x8b\xa2\x6c\x36\x9b\x47\xfd\ \x9d\xbd\x27\x48\xbe\xd7\x39\x1f\x93\x98\x8c\x36\x47\xde\x28\xdf\ \xbb\x3e\x8b\x22\x0a\x6d\xa4\xae\x56\x17\x3a\x69\x23\xb5\x4e\x37\ \xa2\x00\xd3\x98\x31\x1e\x27\xe9\xcd\x9b\xb7\x02\x4e\x13\x4a\x90\ \x0b\x05\xa4\x2f\x15\x59\x59\x11\x0b\xdd\x87\x9f\x78\xf4\x81\x47\ \x1e\x5d\x3f\x7d\x22\x5d\x6e\x7c\x0d\xae\x8e\x61\x32\x18\x1f\x5e\ \x7d\xed\xb5\x9b\x6f\xbc\x31\xde\xde\x51\xe3\x69\x12\xc5\xb6\x56\ \xce\x1a\x47\x78\x4d\x48\x60\x19\x9f\x9b\x68\x66\x52\x8a\x8d\x98\ \x34\xdb\x69\x93\xa5\x71\x67\xe1\xb5\xad\xbd\x17\xaf\xdc\x76\x18\ \xc6\x22\x00\x43\x05\xe5\x41\x9a\x94\xc4\x1a\xea\x2a\xd4\xce\xda\ \xb5\xe5\xe5\x5a\x55\x77\xb2\x1e\x6d\x8a\x93\x89\x08\xcb\x7a\xb4\ \xbb\xfb\xf9\x3f\xf8\x9d\x33\x67\xcf\x5e\x78\xea\xa9\x5f\xf8\x1b\ \x7f\xf9\xf7\xfe\xf1\x3f\xdf\xb9\x76\xd0\xb5\xf1\x82\x08\x6c\x30\ \x1d\xdb\x9e\xe1\x41\xcc\x57\x9b\x41\x6a\x31\x23\xc2\x10\xcd\x7d\ \xd5\xcf\xf3\x3c\x08\x82\xa5\xa5\x25\xcf\xf8\xf2\x13\x65\x9d\x65\ \x40\x08\xa3\xd4\x4f\xe6\xde\xf7\x63\x69\x69\xe9\xff\xcd\xde\x97\ \x05\xd9\x71\x5e\xe7\x9d\xf3\xff\x7f\x6f\xb7\xef\xbe\xcc\x3e\x83\ \x01\x06\xa4\x00\x52\x24\xb8\x89\x2b\x48\x51\x14\x25\x5b\x4a\x2a\ \x36\xe5\x38\xe5\xd8\x65\xb9\x62\xd9\x8e\x18\x99\xa2\xcb\x7a\x70\ \xd9\x49\xd9\x0f\x49\x55\xfc\x20\xbf\x45\x91\x54\xe5\x25\x89\x17\ \xc5\x36\xed\x4a\x25\x92\x1c\x57\x44\x8b\x0a\x25\xd0\x8a\x25\x2e\ \xe0\x82\x95\x58\x06\x33\x73\x67\x30\x73\xd7\xbe\xb7\x97\x7f\xf5\ \x43\xcf\x0c\x87\x14\x24\x00\x03\x82\x0c\x67\xfa\x7b\x40\xa1\x66\ \xb9\x3d\x7d\xfa\xf4\xf9\xcf\xfa\x9d\xb4\xdc\x3e\x1c\x0e\x5d\xcb\ \x1b\x08\x6e\x95\x8b\x17\x4f\x2d\x9f\xff\xfe\xa9\x82\xca\x37\xdd\ \xde\x5d\x8f\x3c\x44\x73\x15\xb0\x91\x51\xc8\xcc\xce\x7b\xce\xe3\ \x29\xe4\x8b\x5e\xce\xeb\xb4\x3b\x09\x8f\x1b\x8d\x86\xe7\xb9\x6b\ \x6b\x8a\x10\x04\x40\x29\x65\x92\x48\x4a\x19\x22\x2a\x2d\x01\x0c\ \xb3\x08\x80\x36\x5a\x03\x90\x74\x9f\xea\x66\x0b\xcb\x66\xf7\xa0\ \x6d\xdb\xf9\x7c\x3e\x6d\x47\x2e\x14\x0a\x23\x23\x23\x69\x44\x96\ \x7a\xdf\x69\xf2\x38\xcd\x1b\x4a\x29\xe2\xd8\x44\x51\x54\x2c\x16\ \x0f\x1e\x3c\x98\xaa\x65\x10\x04\x9b\x39\x3c\xce\x45\x6b\xad\x13\ \x45\xf1\x66\x42\x77\x73\x30\x35\xad\x7d\xf7\xfa\x83\x33\x67\xce\ \x34\x1a\x8d\xd9\xd9\xd9\x3d\xb3\x7b\x5e\x78\xe1\x45\xb4\x2d\x30\ \x5a\x69\x90\x08\x08\x86\x11\x62\x60\x63\x35\x1b\x65\xc3\x28\x79\ \xf5\xd8\x09\x3f\xef\x97\xcb\x35\x42\x59\xd0\xef\x0b\x43\x2c\x62\ \x0b\xa5\x01\x80\x32\x8b\x59\x56\x9c\x6e\xe5\x4c\x47\x61\xd3\x9e\ \xac\xb4\x4b\x94\x10\xad\xcd\x1b\xe5\x3c\x6d\x40\xbf\x1d\x7b\xfb\ \x0c\x00\xa1\x94\xe5\xdc\x64\x28\x35\x98\x88\x27\x84\x90\xe1\x70\ \x58\x6f\x8c\x30\xcb\xbe\xb8\xb6\xa6\x0c\x34\xc6\xc7\xad\x9c\x8d\ \x8e\xd7\x98\x9d\x9d\xbe\xe5\xfd\xb5\xb9\xbd\xa5\xa9\x89\x5c\xa1\ \x3e\x04\xb1\x0c\xbd\x55\xbe\xf4\x62\xfb\xb9\x53\xa7\x8f\x9d\x39\ \x7e\xbc\xdf\x5a\xa3\x42\x51\xa2\x99\xef\xa8\x44\x11\xcb\x41\xa1\ \xa3\x58\xaa\x64\xe8\x19\xd7\x0a\x13\x08\xa2\xda\xe8\xc8\xe8\x68\ \xb9\x5e\xab\x2e\x37\x57\xbf\xf9\xe2\x99\x66\x12\x51\xdb\xcb\x5b\ \x6e\xa1\x50\xa2\x88\x9a\x82\xcb\x08\x71\x6d\x74\xac\x38\x09\xa7\ \xc7\x66\x82\x76\xa7\x1b\xf5\xb1\x9c\x57\x0e\x1d\xc8\xc8\xac\x0d\ \x46\x5c\xe7\xc2\xb9\xd3\xff\xe7\xd5\xa7\x1f\x3a\xf4\xd0\xc1\x43\ \x77\xd8\x9f\x75\xfe\xfa\xcb\x4f\x5d\x7c\xe1\x7c\x55\x21\xb3\x95\ \x4b\xe2\x41\x5f\x2a\x83\xae\x55\x5e\x09\x57\x47\x46\xfc\xde\x62\ \xc4\x18\x4d\x39\x28\x3b\x9d\x8e\xeb\xba\x8e\xe3\xc4\x71\x5c\x28\ \x14\x7a\xbd\x5e\xad\x56\x0d\xc2\xd0\xf7\x7d\xcb\xb2\xd2\xe5\x59\ \x69\x2d\x6c\x65\x65\x45\x6b\xed\xd8\x8e\x6d\xfb\x91\xe6\x5e\xa5\ \x5c\xab\x36\xfe\xf4\xcb\x7f\xfc\x5b\xff\x76\xff\xf4\xe1\xbb\x14\ \xf1\x8c\x27\xc1\xa5\x4a\x8b\x2c\xca\x7a\x6f\x81\x20\x19\x0c\x86\ \xcd\xe6\xb2\x10\x02\x89\x29\x14\x0b\xf9\x7c\xa1\xd1\xa8\xa7\x6b\ \x54\xb4\x96\x5a\x21\xe7\x82\x52\x54\x4a\x22\x1a\xcb\x62\x4a\x6b\ \x40\x43\x90\x40\x5a\x9a\xde\xd2\xdb\xb2\xc9\x22\x98\x76\x8d\xa5\ \xc1\x4b\x5a\x84\xe2\x9c\x4b\x29\xcb\xe5\xf2\xe4\xe4\x64\xbf\xdf\ \xb7\x6d\x3b\x75\xb4\xa5\xe4\xe3\xe3\xe3\x88\xd8\x6c\x36\x0b\x85\ \x42\x4a\xc4\x91\xa6\x78\x08\xc1\x28\x12\xdd\x6e\x6f\x9d\x1a\x00\ \x10\xc0\x6c\xf2\xae\x1a\x83\x5a\x6b\xcb\xb6\xe6\xe7\xe7\x53\x72\ \x68\x3f\x9f\xa7\x8c\xa6\xbe\xd0\x66\xa4\x66\x40\x83\x51\x08\x48\ \x10\x09\xc1\x61\x14\x0b\xa5\x95\x32\x00\xb4\x5c\xae\x3a\x6e\x2e\ \x8e\x22\x83\x14\x09\x32\x46\x1d\xd7\x2d\x57\xab\x00\x6f\xb4\x8c\ \x81\x26\xda\xac\x0f\x70\xa5\x79\x20\xdc\xc8\x6a\x51\x42\xae\xb0\ \x5b\xed\xb2\xfe\x0e\x00\x21\x74\xa2\x6e\x0f\x73\xa0\x4d\xc2\x05\ \x4f\x12\xb7\x54\x6c\x47\x61\xc5\xf3\xee\x3a\x7c\x7f\xbd\x5a\x2f\ \xcf\x4e\xe5\xc6\x47\x26\xf7\xec\x29\x55\x47\x38\x90\x1e\xc4\x3d\ \x88\x5e\x37\xc7\x97\x06\xcb\xaf\xcd\x1f\x7b\xe9\xb5\xa3\xa7\x5b\ \x27\x92\x38\xa4\x5a\x39\xae\x47\x88\xd4\x51\x8c\x68\x28\x45\xa2\ \xd3\x7e\x11\x45\xb4\x94\x83\xc0\x12\xa6\xd2\xa8\x8d\xcf\x4c\x5b\ \x2e\x3e\x7f\xf2\xf4\x4b\x47\xcf\x77\x85\x74\xcb\x79\x9d\xb7\xb9\ \x6d\x9b\x92\xc7\x80\xf5\x7b\x3d\xd9\x1f\x14\x9d\xaa\x47\xec\xc6\ \xc4\x78\xd8\xea\x0e\x3b\xa1\xe3\x90\x70\xc8\x41\x5b\x8c\x50\xb0\ \x68\x04\x5c\x9a\x64\xb1\x39\xff\xac\xfd\xcc\x23\x7b\xef\x9c\x98\ \x9b\x7e\xf8\x57\x7e\xea\x99\xa7\xff\xe1\xd8\x91\xef\x54\x5a\x7c\ \x5a\x90\x11\x96\x1b\x46\xc3\x98\x61\x6c\xe1\x6b\x67\x5e\x9f\xf1\ \xa6\xd2\xe8\x3a\x9d\xf9\x70\x1c\xa7\xdf\xef\xa7\xff\x32\xc6\x52\ \xa2\x93\x84\x31\x29\x65\x92\x24\x69\x9d\x22\x49\x92\x24\x49\x7c\ \xdf\xb7\x1d\x27\x49\x64\xad\x56\x8e\x92\xc0\xb2\xad\xb5\xd5\x8b\ \x7f\xf9\x37\x7f\xf5\xb9\x8f\xdc\xdd\x15\x41\x18\x74\xfa\xe1\x60\ \xb2\x3e\x91\xbd\xc9\xef\x25\xa3\x43\x48\x18\x85\x47\x8e\x1c\xc9\ \xe5\x72\x07\x0e\x1c\x14\x32\x8e\xc2\x28\x57\xcb\x15\x8b\xc5\x6e\ \xb7\x9b\xcf\xfb\x29\x6d\xbd\x31\x06\x91\x30\x4a\xb5\x51\x29\xe5\ \x10\x21\x04\x01\x09\x25\x54\x83\x54\x7c\x2b\x01\x5b\x6a\x17\x36\ \xdb\xc7\x52\xd3\x93\x4e\xb7\x2f\x2d\x2d\xa5\x35\xf5\x7a\xbd\x9e\ \xb2\xfc\x28\xa5\xe2\x38\x6a\xb5\xda\xb6\x6d\x5b\x96\xcd\x79\xca\ \xac\x4c\xd2\xaa\x11\x63\x56\x14\x05\xdd\x6e\x77\x2b\x13\x10\x00\ \x6c\x4d\x03\x1b\x63\x52\xca\x9a\xb3\x67\xcf\xa6\xc3\x5f\x5b\x5d\ \x39\x34\x60\xb4\x06\x4c\x49\x54\xd2\x61\x34\x4e\x10\xcb\xe5\x52\ \x18\x86\x80\xba\x5a\xa9\x84\x8e\x93\x36\xd0\x32\xc6\x1c\xc7\x21\ \x88\xa9\xd1\x59\xef\x87\x04\xba\x39\x21\xb1\xb9\xb6\x78\xfd\x66\ \xdf\xae\xfc\x8e\x31\x9a\x39\xf6\x81\xfb\xef\x71\x98\x55\x2b\x57\ \x0a\x9e\xef\x30\xab\x54\x2a\x95\xab\x95\x4a\xa9\xe2\x38\x9e\xe3\ \x59\x11\xcb\xb5\x00\x14\xa8\xf3\x10\x36\xe5\xca\x85\x60\xf1\xf5\ \xd5\x33\x27\x97\x8e\x9d\x5f\x9b\xef\x44\x6b\x5c\x26\x96\xed\xb9\ \x4e\x09\x04\x17\xd1\x30\x9d\x6a\x23\x84\x20\x6a\x93\x4e\xd3\x81\ \xca\x11\x84\x98\x57\xdd\xe2\xd4\xe4\x4c\xa8\xe5\xc9\x97\x4f\xbd\ \x74\x62\x19\x0a\x48\x4a\xb6\xb6\x3d\x4e\x55\x8c\xc2\xd3\xbc\x66\ \xb1\x7c\xb1\x30\x3d\x39\xd9\x6a\xb7\x47\x2b\xe5\xb2\x76\xaa\x76\ \xd9\x73\xcd\xa2\x19\x10\x62\x98\xed\x51\x91\x44\x32\x16\x54\xb7\ \xdb\x4b\x7b\x79\x6f\x7e\x55\x7c\x8b\xc4\x3f\x76\xe3\xe1\xd2\xde\ \xd1\x1b\x7f\xe6\x51\xfd\xbe\x6a\xf3\xeb\xff\xab\x7d\xfc\xac\xd5\ \x97\x2c\x57\x0a\x92\xc0\xb7\x68\x2e\x57\xf0\x7d\xbf\x1f\x04\xbd\ \x6e\xd7\xf5\xbc\x5c\x2e\x37\x0c\x43\xc1\x39\x65\xac\xd3\xed\x8e\ \x34\x46\xe6\x2f\xcc\xdb\x8e\x53\xc8\xe7\xd3\xb3\x2b\xdd\x8e\xc8\ \x18\xf3\x3c\xcf\xf3\x3c\x9e\xf0\x68\x18\x76\xa3\x8e\x32\x7c\x62\ \x64\x64\xff\xc4\xf4\xf7\x8f\x3f\xff\xd5\xef\x7c\xfd\x81\x89\x8f\ \xbf\x7e\xfe\xb5\x4e\xd4\xb7\x1c\xcb\x64\x81\xd6\x7b\x28\xc8\x42\ \x14\x42\xb4\xdb\x6d\xc7\x71\x94\x94\xe9\xb8\x4c\xda\xbc\xd3\x6e\ \xb7\x2d\x8b\x39\x8e\xad\x94\x92\x42\x50\x4a\x90\x10\xbd\x3e\x28\ \x67\x10\x89\x31\x00\x69\x11\x5d\xbf\x51\x5d\x26\x84\xa4\x3d\xf1\ \x8d\x46\x63\x72\x72\x32\x8e\xe3\x13\x27\x4e\xc4\x71\x9c\x96\xab\ \x52\xc3\xd1\xed\x76\xd3\xc3\x2c\x6d\xcc\x53\x4a\x6b\x2d\x93\x84\ \x6f\x19\xb3\x20\xe9\x22\x2d\x4a\x69\xbb\xdd\x8e\xe3\xc4\xb6\xad\ \xcd\xb1\x8c\xad\x14\x19\xe9\x17\x19\x63\x51\x14\x9d\x3a\x75\x2a\ \xed\xa9\xd9\xaa\x81\xa9\x8f\x92\xf6\xaf\x6f\x56\x45\xc3\x70\x98\ \x32\xde\x0d\xc3\x40\x6b\xbd\xc9\x85\x98\x7e\x54\xda\x31\xb8\xb1\ \xd0\x82\x31\x6a\x5b\xcc\x22\x94\xa6\x0d\xb1\xe9\xf8\x45\xba\xca\ \x8d\x51\xf6\xf6\xf8\x3b\x4a\xa9\x42\xa1\xf8\xf8\x2f\x3f\x29\x40\ \x32\x60\x0c\x80\x02\x28\x00\x0e\xc0\x01\xd6\x20\x8a\x41\x2c\xa8\ \x85\x73\xc9\x5a\xb3\xb3\x74\xe1\xe2\xfc\xd9\xe5\x73\x8b\x9d\x85\ \x36\x6f\x4b\x2b\x51\xb6\x90\x76\x08\x3e\x71\x7b\x4c\x0b\xa1\x93\ \x58\x89\x88\x48\x4e\x95\x02\x21\x55\xcc\x21\x32\x2a\x16\xcc\x18\ \xd5\xed\xe6\x3a\x50\x1f\x1f\x5f\x5c\x59\x3a\xfa\xe2\xa9\xa4\x0f\ \xe0\x03\xb8\x46\x8f\x96\xc7\xc7\x6e\x98\xba\x61\xa6\x98\x2f\x4e\ \xba\x45\x2b\x94\xe7\x5e\x3b\x51\xca\xe5\x73\xd4\x5e\x3e\xbf\xc8\ \x5d\xdf\x55\x26\x1e\x86\x5e\xc1\xaa\xd6\xca\x82\xca\x7e\x12\xb9\ \x25\x6f\x60\x7a\xd2\xd5\x0b\xdd\xf9\x7a\x61\x24\x19\xc4\x37\x05\ \x53\x13\xa5\x43\x8d\x72\x29\x7c\xe0\xf6\xea\x1e\x6b\xf5\xc8\x77\ \x4e\xfe\xcd\xf3\xc9\xd9\x85\x06\x56\x0b\xdd\x41\xd9\xa7\x17\xfa\ \x4d\xd7\xb6\x31\xcd\x17\x3a\x4e\xaf\xdb\xcd\xf9\x7e\xd0\x0f\x94\ \x52\xab\xab\xab\x69\x8d\x30\xdd\x5a\x2b\xd2\x62\x84\xe7\x25\x49\ \xe2\x38\x4e\xb7\xdb\x95\x42\xf6\xbb\x6d\xe2\xb9\x85\x72\xa9\xdf\ \xef\x07\x22\x69\xab\xde\x5f\x7d\xe7\x7f\x8c\x7d\xfc\xe6\xd3\x6b\ \xe7\x86\x49\x38\x0c\xc3\x6b\xd9\x99\x9b\xe1\x9d\x4f\xee\x08\x29\ \xc2\x30\x6c\xb7\xdb\x27\x4f\x9e\x1c\x1d\x6b\x14\x0a\x05\x21\x78\ \x1a\xce\x5c\xbc\x78\xb1\xd1\xa8\x45\x91\x90\x4a\xf9\x3a\x87\xa8\ \xe2\x38\xb2\x6c\x8b\x51\x8a\xa8\x94\x00\xa5\x35\x02\x05\xd4\x52\ \x4a\x03\x46\x49\x25\x95\x4c\xa3\x9b\x6e\xb7\x7b\xfa\xf4\xa9\x30\ \x0c\xd3\x3e\xe3\x73\xe7\xce\x25\x3c\xd1\x4a\x33\xc6\x3a\x9d\x4e\ \x14\x45\xda\x68\x9e\xf0\xd4\x8f\x26\x04\x6d\xdb\xf3\x3c\x97\x52\ \xd6\x6c\x2e\x35\x9b\xcd\xd5\xd5\xd5\xb4\xb8\x1e\x45\x51\x9c\xc4\ \x42\xf0\xad\xcd\xd0\x5b\xb9\x38\x52\x27\x2b\x1d\xaa\x48\xb7\x3b\ \xbc\xa5\x97\x1a\x80\x01\x18\x4a\x09\x21\x94\x31\x64\x8c\xad\xae\ \xae\x0d\x87\xc3\x34\x30\x4c\x78\x02\xc6\x30\x66\xa5\x26\x38\xcd\ \xec\x6c\x76\x96\x98\x0d\x1e\x54\x6a\x18\x22\x68\xa3\x2d\x9b\x11\ \x5c\x9f\xdc\xa3\x9a\xfc\xe8\x41\xe5\x2b\x8e\xb3\xd2\x88\x76\x38\ \x44\x00\x03\x49\xa8\x34\x37\x4a\x23\xf6\x55\x14\x40\xd2\x97\xd1\ \x6a\xb7\x7d\xa1\xbf\xd8\x49\x3a\xbd\x7e\x8f\xa8\x64\x06\x9c\x89\ \xca\x1e\x63\xed\x91\x86\x6b\xaa\xb9\x4a\x90\xa0\x67\x39\x3c\x49\ \x88\xd6\xc4\x28\x1d\x27\x28\x35\x08\xa5\x62\x61\xb8\x36\xd2\x18\ \xc1\x9d\xd1\x68\xea\x50\x05\x23\x7a\x6a\x7e\xf9\x81\x07\xc7\x11\ \xb1\x3c\x3b\xb2\xff\xfe\xbb\x24\x5a\xba\x1d\x37\x46\xea\x28\x84\ \x23\x90\x71\x5d\x47\xcf\xcf\xe5\x86\x83\x70\x66\x62\x5a\xc5\x92\ \x08\xc5\x85\x28\x8f\x37\xd0\x26\xbd\x38\x30\x0e\x8e\xef\x9b\xc0\ \x92\x75\xba\x75\x3e\x62\xea\x7d\x63\x37\xe7\xab\xc5\xa0\xd9\x0f\ \x07\x8b\x37\x95\xf6\x8d\xc3\xe8\xca\xb8\x0a\x3f\x5e\xbf\xf7\xce\ \x47\x97\xbf\x75\xc6\x9c\xec\xe6\xc3\xd8\xb3\x49\x4d\x24\x9e\xeb\ \x49\x25\xe3\x28\x26\x84\x38\xae\x13\xc7\x31\xa3\x4c\x69\x15\x47\ \x91\xed\xba\xe9\x26\xa3\x61\x38\x2c\xe4\x0b\x94\x52\xca\x18\x4f\ \x12\x24\x24\x49\x62\xc7\x76\xe2\x70\x80\xb6\x55\x2a\x57\xc3\x6e\ \x2f\x8e\x83\x87\x6e\x18\x1b\xbb\xfb\x80\x6e\x0d\x1b\x56\x21\x9e\ \x9e\x1b\x69\x8c\xab\x6d\x91\x2b\x67\x78\x57\xa0\xb5\xce\xfb\xf9\ \x87\x3f\xf8\xb0\x97\xf3\x3c\xcf\xdb\xbb\x77\x4f\xa5\x52\x49\x3b\ \x68\x4a\xa5\x4a\x18\x0e\x6b\xb5\xaa\x94\xa0\x95\x72\x5c\x87\xa0\ \x49\x44\xcc\x28\x23\x84\x10\x24\x52\x69\xa5\x0c\x41\x42\x29\x11\ \x52\x18\x6d\x0c\x18\x9e\x70\x21\x84\xeb\x3a\xe9\x36\x18\x32\x42\ \xf6\xce\x6e\x84\x48\x08\x00\xa0\x95\x26\x94\x50\x4a\x05\xe7\xdd\ \x5e\xcf\x73\xbd\xb9\xb9\x39\xdc\x88\x62\xe2\x28\xb6\x2d\xa7\x51\ \x1f\x43\xc4\x38\x89\xa3\x28\x1a\x04\xc3\x9b\x6f\xba\x55\x2b\xa5\ \x8d\x21\x88\xe9\x66\x3a\xa5\xd3\xad\xf4\x69\x06\x87\x80\x31\x84\ \x52\xa5\x24\x22\x49\xf9\xe1\x20\xed\xe1\x5a\xef\xb9\x24\x80\x86\ \xa4\xdf\x23\x40\x08\x65\x94\xcc\xed\xdf\x87\x48\x1c\xd7\x96\x52\ \xc4\x71\x42\x09\xb5\x6d\x2b\x1d\x84\xca\x79\x9e\x65\xdb\x8e\xed\ \xe4\xfc\x1c\x4b\x99\xcf\xd2\x69\x11\xc4\x2d\x8d\x9f\xeb\x7b\xc4\ \x8a\xc5\xc2\x95\xb4\x6b\x5e\xbe\x8e\xae\xa5\xec\x9c\x3d\x93\xa6\ \x7a\x36\x08\x74\x4d\x0e\xd1\x07\x1c\x07\x38\x80\x15\x9a\xab\x11\ \x9f\x60\x2d\x75\xf8\x36\x26\x96\xd3\x16\xac\xf5\x7a\x9b\x79\xa3\ \x61\x76\x9d\x07\x7c\xfd\x47\xd2\x0f\x34\x88\x1a\xb5\x01\xa0\x64\ \xc3\x69\xd4\x5a\x09\x99\xde\xd3\xba\xd4\x00\x00\x21\xe5\xb2\x86\ \x37\x2e\x05\x88\x60\xd6\x09\xf0\x10\x00\xb5\xd2\x60\x80\x12\x02\ \xda\x28\xa9\x4c\xdb\x18\x34\xaa\xab\xa0\xd3\x99\x04\xb8\x15\xcb\ \x88\x55\xa4\x88\x1f\xbd\x1b\x3e\x86\x06\xd0\x00\xd0\xf5\x9a\x22\ \x6e\x8e\x52\xe3\x96\xdb\x5f\xf7\x4b\xe1\x4d\xdc\x5a\xa9\xc4\x37\ \x29\xe7\xc0\x40\xba\xba\x13\x10\x8d\x32\x5a\x48\xad\x14\x4e\xbc\ \x8f\xfe\xec\x43\x62\x23\x2b\x94\xbd\xd2\xef\x09\x70\xc1\x27\x27\ \x27\x3f\xff\xf9\xcf\x6f\x34\xc5\x69\xb3\x31\x49\x99\x66\x70\x74\ \xba\x4b\x63\x73\x71\xcf\x26\xe3\xab\xf9\xc1\x76\x39\x84\x37\xba\ \xc8\xd7\x7f\xc6\xbc\xb9\x77\xfc\x4d\x89\x54\x7c\x83\xc9\x7f\xeb\ \x87\x50\x4a\xb6\xb2\x0e\x6c\xa5\xf1\xbf\x94\xbf\xb6\x9d\xf6\xf8\ \xcd\x54\xd1\x25\xa7\x8b\xb7\x76\xeb\x6c\xfd\x83\xcd\x0f\x5c\x0e\ \x11\xa4\x54\x6f\xd0\x45\x5d\x8b\xbf\x93\xde\x3a\xbc\x59\xaa\x5b\ \xe6\xbf\x8c\x04\x05\x46\xc1\xff\x9f\x49\x8c\xf4\x8f\x26\x9b\xff\ \xd3\x29\x59\x1e\x24\xe2\xfa\x1f\x9d\x0a\x62\x01\xd7\xb6\x53\x25\ \xc3\xbb\xe2\xf2\xa4\x34\x14\x19\xae\x63\xfe\x3e\x13\x41\x86\x0c\ \x19\x32\xbb\x93\x21\x43\x86\xcc\xee\x64\xc8\x90\x21\x43\x66\x77\ \x32\x64\xc8\x90\xd9\x9d\x0c\x19\x32\x64\xc8\xec\x4e\x86\x0c\x19\ \x32\xbb\x93\x21\x43\x86\x0c\x99\xdd\xc9\x90\x21\x43\x66\x77\x32\ \x64\xc8\x90\xd9\x9d\x0c\x19\x32\x64\xc8\xec\x4e\x86\x0c\x19\x32\ \xbb\x93\x21\x43\x86\x0c\x99\xdd\xc9\x90\x21\xc3\x7b\x02\x57\x36\ \x8f\xbe\x31\x51\x8d\xb6\xad\x0d\x80\x31\x48\x10\xa5\x84\x2d\xfb\ \xbd\x76\x3c\x6c\x0a\xdb\x18\x2c\x57\x1a\xe4\x35\x88\x67\x7d\xd9\ \x36\x61\x00\x64\x9d\x8e\x83\x18\x6d\x24\x00\xbe\x95\x97\x60\xa7\ \xc1\x00\x65\xc8\x2c\xd8\x2e\xd1\x81\xf9\x61\xbb\xc7\xae\x56\xe1\ \xd3\x65\xd0\xbb\x4c\xe1\x11\xc0\x66\xdb\xf9\x45\xa9\x41\xe9\xb7\ \xc3\xee\x10\x82\xc3\x30\xea\x76\x7b\x91\x14\xe6\xcf\x9f\xf2\x83\ \x2e\x30\x26\x22\xd1\xf9\xf1\x8f\x9a\x6a\xa5\x5e\x29\x4f\x4f\x4d\ \xed\xec\x27\x81\x00\xca\xc0\x17\x9e\xb3\x42\x7e\x75\x9c\x16\xb1\ \x84\x07\xf6\xa8\x0f\xef\x97\xb1\xdc\x0e\x15\x86\x31\x66\xad\xd5\ \x16\x89\x9a\xef\x1c\x6d\x9a\xef\x7a\xcc\x13\x3a\xb1\xf9\xd4\x38\ \xb9\x8b\x5a\x30\x37\xb7\xd7\x73\xbd\x9d\x2a\x79\x74\x73\xfc\xd9\ \x6f\x8a\xa7\xff\x37\xb8\xde\x55\xff\xb2\xd6\xe8\x3a\xee\x2f\x3f\ \x81\x8e\x03\x57\x2f\x1f\x42\x70\x30\x18\xf6\xfa\xfd\x30\x4e\xc8\ \x57\xfe\xc2\xe3\x11\x50\xc2\xb9\xea\xfe\x93\x8f\x19\xdf\x1f\x6d\ \xd4\x27\x27\x26\xde\x4c\x91\xb3\xe3\x82\x20\x84\x50\xc0\x7f\x7a\ \xce\x56\x0a\xe0\x2a\x15\xfe\x23\x37\xc8\xfb\x66\xd4\x65\x15\xfe\ \xf2\x76\x07\x91\xf4\xfb\x41\xb9\x5c\x2e\x50\xd6\x6b\xaf\x1e\xba\ \xbd\x60\xf9\xde\xf1\x67\x4e\x40\xae\xe0\x4e\x4d\xad\x2c\x2c\x4c\ \x4e\xec\x0a\xea\xf2\x73\x1d\x0c\x92\x0d\xf6\x58\x03\x52\x03\x25\ \x20\x95\x49\x19\xc3\x18\x05\x04\x50\xca\x28\x03\x00\x60\x51\x44\ \x84\xa1\x80\x83\x0d\x24\xdb\xa5\xdf\x49\x59\xbe\xa7\x26\xa7\xe7\ \xc3\xe7\x67\x2b\xde\xa1\x7d\xb7\xae\x74\x9b\xdf\x7f\xb9\x3f\xbb\ \x67\xdf\xd2\xca\xf9\xa0\x1f\xe4\xbc\xdc\xce\xd5\x7d\x62\x3a\x6d\ \x79\xf2\x38\xfa\x79\x34\x5a\x4b\x85\x8c\x21\xa2\x31\xca\x48\x8d\ \x8c\x81\xe4\x46\x03\x20\xa2\x65\xa5\x8c\x6d\x46\x08\x43\x19\x21\ \xc4\x68\x45\xbc\xdc\xb6\xf7\x07\x21\x62\x2f\x08\xaa\xb5\x7a\x2e\ \x4a\xc2\xce\xca\xed\xf7\x8f\x51\xc7\x7a\xf9\xe9\x93\xac\x58\x25\ \x23\xd5\xf6\xc5\x95\x89\xf1\xf1\x1d\xaf\xed\xda\xc0\x99\x36\x4a\ \xb5\xe1\xe3\xff\x68\x85\x47\xb4\x08\x20\xc2\x50\xe0\x07\xa6\xaf\ \x48\xe1\x2f\x6f\x77\xb4\xd6\x4a\x4a\x20\xc4\x2d\x97\xa2\x7c\x1e\ \x98\x05\x96\x0d\x96\x5d\x68\x34\x9c\x72\xa9\xd5\x6c\xa6\xec\xd3\ \x3b\x9e\xbd\xdc\xa6\x60\x53\x58\x97\x29\x21\x63\x2e\xf4\x12\x53\ \x2f\x3b\x15\x07\x07\x01\x9f\xef\x2a\x0d\x90\x2f\xd9\x7b\x2b\xd4\ \x08\x35\xdf\x12\x91\x02\x87\x02\xdd\x6e\x02\x2d\x65\xb7\x05\x04\ \x4a\xec\x72\xbe\x96\x20\x23\xc8\x08\x52\xcf\xce\xd7\x2b\x23\xed\ \xde\x8a\x94\x6a\x87\xcb\x9c\x52\x74\x1c\xb4\x2c\xa0\x8e\x53\xf6\ \x65\xb7\x6d\xa4\x41\xe6\xdb\x25\x5f\xf6\xfa\xb4\x7a\x83\x53\x2f\ \x9a\xa8\x15\x9d\xbd\xa0\x09\x05\x69\xd8\xe4\x14\xe1\x5d\x31\xe4\ \x68\x18\xd8\xf6\xb6\x2f\xab\x94\xd6\x52\x02\xa2\x5b\xad\x0a\xdf\ \x07\xcb\x02\x66\xa1\x6d\xe7\x47\x47\x48\x21\xd7\x5d\x5b\x95\x42\ \x52\x46\x77\x83\xc2\x93\x94\x1d\xd1\x00\x32\x32\xe6\x40\x37\x81\ \xb1\x8a\x55\xb2\xb1\xdb\xe3\x0b\x7d\x65\x00\x4a\x15\x7b\x4f\x89\ \x4a\x2e\xe7\x5b\x32\x31\xe0\x68\xa0\x57\x76\xca\x92\x2b\xb0\x3b\ \x46\x68\x4d\xa2\x78\xe9\x8b\xbf\x1f\x2c\x2e\x09\x8e\xf1\x40\x68\ \x20\xcb\x7f\xfc\x95\xee\xf7\x9e\xa7\xae\x2b\x84\x80\xdd\x44\xa9\ \x67\x94\x86\x82\xf7\xaf\xee\x2f\x8e\x8e\xe6\x3e\xfd\x68\xed\xc1\ \xfd\xfe\x3f\x7f\xb0\xf6\xa1\x49\xe6\xd7\xfd\x7f\xfd\x68\xed\x91\ \x1b\xfc\x0f\x1d\xc8\x8d\x78\xa8\xae\x59\x2f\xb9\x90\x68\xe8\xeb\ \xed\xef\xfe\xfd\xa9\xaf\x52\xc2\xb8\x8c\xc1\x60\xb3\x7f\xea\x99\ \x63\x7f\x82\x80\x4a\xc9\xdd\xb0\xa9\xc2\x48\x6e\xf2\x7b\x67\xfe\ \xc3\x97\x46\xdf\x5f\x97\x83\x01\x3b\xf8\xd8\x81\xdf\xfd\x37\x76\ \x69\x74\xec\x53\x9f\x1b\xfb\xc8\x83\xf5\x9f\xfc\xd4\xc4\x3f\xbd\ \x07\x86\x03\x32\x7a\xeb\xde\xdf\xfd\xd2\xc4\x6d\x23\x4a\x5c\x53\ \x04\xb4\xbe\x02\xd4\x00\xf6\x83\xc5\x2f\x7c\x39\x6c\xb5\x78\x6c\ \xe2\xa1\xd0\xca\x34\xff\xe0\xbf\x04\xc7\x8e\x53\xc7\x11\x6a\x77\ \xed\x9e\xd6\x4a\xb3\x5a\xfe\x53\xf7\xe4\x1b\xe3\xfe\xaf\x3e\x5a\ \xbd\x77\xbf\xff\x33\x0f\xd5\xee\x1d\x21\xd5\x89\xc2\xa7\x3f\x5c\ \xfb\xe0\x7e\xff\x43\x37\xe6\x2a\x36\x5e\x55\x44\x7b\x79\x7e\x65\ \x25\x85\x56\x6a\x61\x75\x95\x2e\x35\x4b\x54\x07\x1d\x6e\x20\x71\ \x1c\xc7\x5d\x3c\xdf\x1b\x0c\x85\x9f\x53\x4a\x23\xc0\x6e\xdb\xd5\ \x22\x35\x50\x86\xab\x0b\xfd\xdf\xfb\x6a\xeb\xd0\x83\x53\x3f\x7d\ \x43\xae\xc0\x72\xad\x63\xad\x2f\x1e\x8d\x09\x45\xcf\x22\x8c\x20\ \x57\xd7\xf6\x02\x28\xd9\xef\xf5\xbb\xb0\xe2\x14\x06\x05\x6f\x7a\ \x10\x76\x29\x31\xf9\x02\x0f\x44\xbb\x13\xf7\x6a\xb5\xf2\x2e\x11\ \x35\xc9\x5b\x7a\xc0\x4a\x87\x3f\xb0\xf2\xff\x5a\xc5\xfb\xee\x23\ \xc1\x59\xcc\x95\xa1\xf7\xda\xc2\x97\x7e\x27\xaa\xff\xdc\x81\x5f\ \x3b\x6c\x7d\xfd\xb5\xd2\x87\xee\x16\xe7\x5f\x15\x9c\x5c\xbb\x41\ \x90\x52\x2a\x29\x17\x56\x2f\x92\xe6\x52\xc1\xc2\xfe\x5a\x0c\x00\ \x9e\x63\x39\x0b\x17\x3a\x83\x81\x71\x6d\xad\x34\xec\x36\x18\x90\ \x1a\x18\xc3\x85\xb3\xbd\xff\xf8\xb5\xde\x8f\x7f\x6c\xea\x83\x37\ \xfa\x7b\x7c\xff\xcc\x0b\xab\xff\xf5\x04\x67\x14\x5d\x9b\x30\x02\ \x70\xc5\x0a\x7f\x79\x7f\x47\x69\xad\x84\x28\x56\x2b\xfb\x7e\xf3\ \xd7\xe3\xbd\x37\x35\x5f\x5d\xec\x2d\xf4\x57\xd6\x78\xfd\xc9\x27\ \xea\x77\xdc\xc6\x00\x84\xe0\xbb\x8a\x40\xd8\x98\xf5\xd4\x81\x56\ \xa6\x3a\x55\xfc\xdc\x4f\x4e\xfe\xc4\x0c\x7c\xfb\x8c\x18\xf7\xcd\ \xd1\x45\x41\x1d\x7a\xdb\xfe\xfc\x81\x2a\xd5\xea\x5a\x4d\x71\x92\ \x70\x6a\x91\x3b\xe7\x1e\xbd\x7b\xe6\xe7\x5f\x3e\x73\x36\x08\x5b\ \xaf\xcd\x9f\xac\x5a\xb7\x3f\x7c\xe3\xcf\xfa\xf9\x1c\x17\x62\x57\ \x6c\xe6\x32\x48\xfd\x92\x3c\xf1\xb7\x41\x30\x39\xf2\x89\x4f\x78\ \xf1\x0b\x6b\xc7\x02\x2b\x67\x61\xfe\xc0\xe4\x13\xff\x7e\xf6\x93\ \x87\x07\xdf\xfc\x3b\xfb\xfe\x9f\x70\x7a\xdf\x6b\xbd\xb2\x82\xdb\ \xab\xc1\xbc\xc9\xdc\x83\x56\x5a\x0b\x51\x1e\x1b\xdb\xfb\xef\x7e\ \x63\xd8\xd8\xb3\x72\xbc\xd9\x99\xef\x5c\x1c\x92\x91\xcf\x3d\x59\ \xbb\xe9\x00\xd1\x5a\x08\xb1\xab\x2c\xce\xa6\xc2\x4b\x65\xc6\x67\ \x4b\xbf\xf5\x53\x63\x8f\xd4\xd5\x91\xf3\x6a\xd4\xd5\x47\x97\x84\ \xe5\xb0\x3b\x6f\xcc\xcf\x15\x89\xd6\x57\xa1\x8d\x57\x12\x67\x69\ \x6d\x4c\xa5\x54\x72\x4b\xe5\xd9\xcf\x7e\x46\x8c\xce\xac\x2e\x76\ \xc7\x7e\xe9\x97\x46\xef\xbb\xa7\x9a\xcf\xbb\xae\xcb\x77\x53\x9c\ \x85\x08\x52\x69\x89\x60\x53\x30\x06\xe2\x80\xbf\xf8\x7a\xf0\xe7\ \xdf\x5a\xfb\xc6\xd9\xa4\xad\xe8\x2d\xe3\x56\x7f\x60\xf6\xed\xcd\ \xdf\x32\xc2\xa4\xbe\xc6\x0b\x21\xe7\xbc\x50\x28\x38\x1e\xbb\x6d\ \xcf\x23\x37\x8e\xfc\xb3\xe7\x8e\x9f\x40\x35\xfb\xe8\x2d\xbf\x58\ \x28\x14\x6b\xf5\xaa\xd8\x25\x76\x07\x80\x58\x1e\xf0\x8b\x9d\x23\ \xaf\xd7\x3e\xf9\x58\xfc\xed\xbf\xe3\xca\x22\xb6\x6b\x78\x7b\xf8\ \xd2\x77\x57\xff\xfb\x17\x16\xbf\xf6\x8a\x3b\x33\xe2\xde\xf2\x63\ \x63\x1f\xbd\xaf\x70\xc7\x5d\xb6\x73\x8d\x01\x2e\x2a\xad\x10\xb1\ \x5c\x2c\xe6\x46\x1a\xb3\x4f\x3e\x11\xe6\x6a\x6b\xab\xe1\xe4\x67\ \x1e\x6f\xdc\x7e\xa8\x56\x28\xda\xb6\x2d\xc4\x2e\x8a\xb3\x90\x82\ \x94\x5a\x13\xb0\x88\x01\xc4\x61\x3f\xf9\xde\xc9\xc1\x9f\x7e\xab\ \xf5\x7f\x2f\xf0\x3e\xb2\x5b\x47\x59\x67\x68\x6e\xbe\x31\xff\xbe\ \x32\x91\x6f\x6b\x9c\x95\x1e\xbc\x49\xbb\xdd\x66\x8c\x79\x95\xf2\ \xe4\x13\x8f\x0f\xcf\x9c\x2b\x3e\x70\x4f\xd0\x6a\xb5\x5a\xad\xe1\ \x70\xe8\xb9\xce\x2e\x79\x0c\x4a\x99\x5c\xd9\x7b\xec\xc1\xfc\x4c\ \x95\xad\x9e\xea\x76\x04\x53\xb1\x78\x75\x3e\xea\x68\xb4\x29\x7c\ \xe3\xf9\xe0\x17\xef\xa9\xfd\xce\x94\x9c\x99\xa0\xcf\x9c\x79\x1b\ \xea\xac\x4a\xab\x5e\xaf\xe7\xfb\x3e\x14\xe1\xb6\x3d\x8f\x32\xe2\ \xce\x54\x0f\x1a\x05\xdd\x5e\xbb\xd3\xee\x48\xb9\x3b\x4e\x5d\x03\ \xc4\x76\x89\x8b\xc9\xe9\xe7\x2e\xfc\x5e\x7f\xf0\x7a\xb3\xfe\x61\ \x97\xb9\x1e\xea\x7e\x78\xec\x85\xc1\xf9\x98\x7a\x4e\xeb\x4f\x3e\ \xbf\x16\xcb\xd2\xa7\x7e\xbb\x74\xe1\x1f\x78\x42\x09\xbd\x46\x7f\ \xd6\x44\x71\xdc\x6a\xb5\x28\xa5\xde\xf8\xd8\xd4\x93\x9f\x89\x57\ \xd7\xf2\xb7\x1f\xea\xaf\xae\xb5\x5a\xad\x30\x8c\x4a\xc5\xe2\x2e\ \xb1\x3a\x4a\x99\x7c\x3d\xf7\x2f\x1e\xf4\xa7\xab\xd6\xfc\x2b\xad\ \x50\xbb\x7c\x28\x5e\x9e\x8f\x12\x8a\x16\xe8\xbf\x7d\x71\xf8\xc9\ \x0f\x34\x7e\x7b\x4e\xed\xaf\x91\xff\x19\x5f\x9d\xb1\xbf\xac\x5f\ \x8a\x49\x92\x74\x3a\xdd\x74\xf3\x69\xce\xf3\xec\x5c\x8e\xbd\xff\ \xe0\xc5\xc5\x25\x00\x20\x84\x08\x21\xba\xdd\xee\xcc\xcc\xcc\xae\ \x38\x78\x09\x26\x03\xfe\xdd\xe3\xc1\x51\xd0\xf3\xab\x3c\x41\xfa\ \x47\xcf\x41\x4c\x88\x43\x00\x00\x5a\x4b\xc1\x17\xbf\x91\xcc\x94\ \x88\x78\x45\x2d\x75\xa5\xc5\x50\xca\x6b\xb9\x16\x69\xb7\xda\x8e\ \xeb\xce\xcf\x9f\x2f\x95\xca\xb6\x6d\x8f\xbb\x37\xc7\x03\x31\xd4\ \x17\xb5\xd6\x8e\xe3\x5c\xb8\x70\xe1\x92\xdb\x8e\x76\xda\x79\x6b\ \x5b\xc9\xb1\x6f\x2e\x9d\x45\xad\x07\xbd\x67\x8f\xa0\xe5\xb6\xff\ \xf2\xbf\x01\x4f\x7a\xa7\x5f\xd2\x43\xa0\x9e\x03\x08\xc8\x6c\xf4\ \xad\xe1\xd7\x7e\x3f\x92\x43\xc2\x28\x5c\x83\xc3\x83\x88\x51\x1c\ \xf7\x7a\x3d\xcb\xb2\xa2\x28\xf2\x3c\xcf\x29\xf8\xb4\x5a\xba\xb8\ \xb0\x08\x00\x8c\xb1\x38\x8e\x7b\xfd\xfe\xc4\xc4\x38\xec\xe8\x16\ \x9e\x4d\x85\x8f\x7a\xc9\x91\xe3\xda\x51\xfa\xdc\x2a\x97\x96\xfc\ \xc3\x16\x80\x45\xd2\x62\xe1\xd2\xb9\xde\x7f\xee\x44\xd3\x05\xf2\ \xf4\x2b\x6a\xa9\xab\x2c\x86\x57\x7e\x14\xb2\xcb\x6a\x3f\x17\xe2\ \xa9\xa7\x9e\xea\xf5\xba\xbe\xef\x4f\x4e\x4e\xd6\x6a\x35\xd7\x75\ \x95\x52\xfd\x7e\x3f\x0c\xc3\x66\x73\xf9\x13\x8f\x3d\x76\xe7\x1d\ \x77\x70\xce\x77\xf6\x33\xe0\x0a\x84\x06\x99\xe8\x93\x17\x62\x03\ \x40\x29\x12\xd0\x4b\x31\x50\xb2\xd9\xe3\x80\x9d\x2e\x5f\xeb\x00\ \x00\x30\x8a\x04\x21\x91\xb0\xed\x14\xa4\x6d\x5b\x47\x5f\x79\xf5\ \xdb\xcf\x3e\xab\x94\x9c\x9c\x9c\x1c\x1d\x1d\x2d\x16\x8b\x84\x90\ \x30\x0c\x83\x20\xe8\xf7\xfb\x8c\x59\x1f\x7c\xe8\xc1\x1d\x6c\x70\ \x40\x29\x93\xc4\xc0\x98\x49\xd6\x92\x8e\x41\x46\x11\x11\x55\x22\ \x97\x17\x81\x10\xd0\x1a\x08\xdb\xb2\x62\x11\xd4\xea\xa2\x42\x8a\ \x88\x46\xeb\x6d\xf7\x2f\x50\x4a\x87\xc3\xf0\xcf\xfe\xec\x2b\x83\ \x41\x50\x2c\x96\x26\x26\xc6\xab\xd5\x9a\xeb\x3a\x52\xca\x75\x85\ \x5f\x6a\xfe\xc2\x2f\x7c\x92\x31\xc6\xb9\xd8\xf1\x0a\x2f\x35\x88\ \x58\x1f\x9f\x8f\x0d\x00\xa3\x88\x4a\x2f\x45\x40\xc9\x86\xd4\x0d\ \xb6\xda\xfc\x62\x0b\x00\x90\x51\xb8\x2a\x85\x67\x97\x4d\xee\x94\ \x8a\xc5\xdb\x6e\xbb\x6d\x65\x65\x25\xdd\x8e\x1c\x04\x83\x20\x18\ \xa4\x4b\x54\x8d\x81\xb9\x7d\xfb\x0e\x1e\x3c\x90\xec\x74\xa3\x03\ \x00\x73\x55\x33\x14\x66\x4b\x4f\x94\xb9\x4c\x78\x00\x10\x4b\xa8\ \xfb\x46\x6f\xeb\xf4\x15\x42\x1e\xba\xe5\x96\xe5\xe6\xb2\x6d\x5b\ \xc6\x18\xce\x45\xab\xd5\x06\x63\xb4\x31\x5a\x1b\xdb\x76\xee\xbb\ \xf7\x5e\xc6\x98\x94\x3b\x74\x09\xb2\x56\x58\xad\xb1\x83\xef\xc7\ \x6d\xf5\x2b\x83\xe3\x6c\x2f\xe7\xa8\x94\xaa\xd7\x6b\xb7\xde\x7a\ \x6b\xa7\xd3\x61\x94\x19\x30\x41\x10\x04\x41\xb0\xa9\xf0\x07\x0f\ \x1c\x9c\x9b\x9b\xdb\xf1\x46\x87\x20\xec\xaf\x69\xa5\xb7\x4a\xd1\ \xfc\x68\x6d\x07\x80\x58\x62\xc5\xbb\x22\x85\xbf\xbc\xdd\x71\x1c\ \xe7\xf1\x4f\xff\xca\x25\xd7\xad\xa7\x4e\x3e\xe7\x7c\xc7\x6a\xff\ \x86\x50\x09\xc2\xe3\xf7\x89\xab\x6d\x17\x40\x00\xa9\x21\x92\xdb\ \x79\x03\x38\xe7\xf7\xde\x7b\xf7\xe1\xc3\xf7\x6f\xec\x89\x7d\xab\ \xe4\xb5\x56\x3b\x58\xfb\x4d\x14\x5a\xf7\x3e\x60\x1f\x7e\x78\x9b\ \x1d\x1a\x06\x4c\x12\x6f\x63\x48\x42\x29\x55\xc8\xe7\x9f\xfc\xec\ \xaf\xfe\x70\x85\x37\x9c\x8b\x9d\xad\xf0\xda\x80\xc7\xe0\xd7\x0e\ \x6f\x47\xe1\xc5\x95\x29\xfc\xe5\xeb\x8e\xc6\x98\xe4\x1a\x46\xec\ \x76\x0c\x92\xed\x6a\xda\xb6\x13\x30\x52\xca\x9d\xad\xdf\x3f\x3a\ \xd1\x02\x52\x9a\x77\xe3\xf6\x33\x85\x4f\xcf\xda\xeb\xaa\xf0\x19\ \x0f\x46\x86\x0c\x19\xde\x69\xb0\x4b\x9d\x34\xb8\xab\xda\xc0\xdf\ \xf1\x83\x1c\x7f\xd8\xd7\x33\xb1\x5f\x57\xb1\x5f\x52\xbc\xb8\x81\ \x4c\x44\xef\xa4\xd8\xd9\x0f\x3a\x99\x4a\x29\xb5\x0b\x6a\x84\xef\ \xde\x93\x20\x3f\x2c\xb3\x90\x89\xfd\xfa\x41\x29\x75\x49\xce\x10\ \xad\x75\x26\xf9\xeb\x6a\x77\x2e\x29\x5b\xfc\xf9\x9f\xfb\x97\x5b\ \x8d\x8e\xeb\xba\x2b\x2b\xcb\xfd\x5e\x8f\x90\x2c\x04\xbb\x5e\xcf\ \x22\x08\x7a\x39\xcf\x9f\x99\x9d\x25\x84\xa4\xf4\x5d\xb6\x6d\x73\ \x9e\x2c\x2e\x2c\x64\xd2\xb9\x7e\x2f\x00\xe7\x3c\x8a\xa2\xe9\x99\ \x3d\xa5\x52\x69\xd3\x06\xd9\x8e\xbd\xbc\xb4\x34\x1c\x0c\x30\x53\ \xf8\xeb\x86\x7e\xbf\x57\x28\x94\xa6\xb7\x74\xf9\xb1\xb7\x3c\x9b\ \x38\x8e\xb5\xd6\x46\x1b\x0d\x3a\x93\xd7\x75\x42\x21\x5f\xc8\x17\ \x8a\x48\x48\x5a\x31\x49\x29\x2f\x38\xe7\xc6\x80\x31\x99\xd8\xaf\ \x5b\x4e\x81\x59\x95\x8a\xe7\x79\xde\x66\xa1\x0a\x11\xe3\x38\xd1\ \xda\x68\x6d\x30\x53\xf8\xeb\x66\xf3\x0b\x85\x52\xa9\x54\xda\x5a\ \x22\x7c\x93\xbf\xb3\xf9\x30\x76\xc9\xe0\xcf\xbb\x7b\xfc\xbe\x45\ \xc8\x99\xd8\x33\xc9\xef\x1e\xb1\x5f\xc2\xb7\xcc\x9e\xc1\x3b\x80\ \x1f\x14\x72\x26\xf6\x4c\xf2\xbb\x47\xec\x59\x4c\x9b\x21\x43\x86\ \x77\x1a\x99\xdd\xc9\x90\x21\xc3\x3b\x8d\x7f\x1c\x00\xf9\x3e\xe5\ \x59\x0a\x53\x5d\x3c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ \x00\x00\x35\x0a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xf9\x00\x00\x00\x71\x08\x02\x00\x00\x00\x98\xce\x92\x72\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x34\x90\x49\x44\x41\x54\x78\xda\xec\x5d\x67\x98\x55\ \x45\xd2\xae\x0e\x27\xdc\x34\x39\x30\x81\x9c\x33\x92\x17\x58\x40\ \x24\x08\x22\x08\xae\xfa\x81\x98\x05\x0c\x98\x50\x59\x05\x14\x76\ \xd7\x88\x71\x45\x94\x05\x03\x8a\x01\x04\x01\x95\xa0\x80\x91\x64\ \x20\xa8\xa0\xe4\x0c\x93\xf3\x8d\x27\x74\xd7\xf7\xe3\xce\x0c\x43\ \x10\x01\x47\x44\x3c\xef\x73\x1f\xb8\xdc\xe9\x39\xf7\x50\xfd\x9e\ \xea\xaa\xea\xaa\x6a\x72\xcd\xd5\xc3\xe0\xcf\x06\xc3\x34\x2f\x1b\ \x74\x69\xcf\x9e\x17\x12\x4a\x10\xb1\xea\x8f\x5c\xba\xfe\xfa\xac\ \x37\xba\x75\xfd\x5b\xcb\x16\x2d\xb2\xb3\xb3\x91\x2a\xf5\xea\x37\ \x80\xf3\x02\x0b\x3e\x58\x76\x71\x9f\x9e\x6e\xb7\x6b\xd3\x0f\x3f\ \x65\xe5\xe4\x64\xa6\xa7\x09\x21\xa2\x3f\x92\x12\x6b\xd5\x4c\x4f\ \x49\x4e\xfa\x93\xfe\xd7\x6c\xdb\xde\xb3\x6b\x67\xa3\x26\x4d\x84\ \x6d\x4b\x29\x51\x0a\x59\x0e\x41\x29\xdd\xb6\x75\x6b\xad\x9a\x99\ \x9c\xf3\xdf\xf8\x2d\x14\x1c\xfc\x49\x60\xda\x56\x51\x71\x49\x61\ \x51\x71\x6a\x6a\x52\xac\xcf\x57\x50\x58\x54\x52\x5a\x16\x7d\x15\ \x17\x97\xac\xfc\x7c\x55\xd5\xc1\x85\x5b\x3f\x9b\x70\xdb\x88\x2b\ \xfe\x31\xe4\xbe\x67\xe7\x17\xda\x00\x00\x45\x3f\x2d\xbb\x63\xc4\ \xd0\xa1\x57\x8f\x59\xbc\xb9\x20\x3a\x06\xad\x92\xf7\xa6\xdc\xf3\ \xaf\x79\xdf\x54\xfe\x56\xe9\xde\x6f\x9e\x9d\x30\xe6\xfa\x31\x0f\ \x6d\x28\x3e\x0f\x05\xc8\xa5\x94\xe7\xec\xcd\x11\x02\x84\xfc\x25\ \x9e\xc6\xdd\xbb\x77\xef\xd9\xb3\x47\x55\x55\x00\x40\x44\xcb\xb2\ \xda\xb4\x69\x93\x9c\x9c\x7c\x14\x7d\x0b\xf2\x1f\x7e\xe8\x21\xb7\ \xdb\x45\x28\x51\x15\x05\x80\x00\x60\xe5\x42\x97\x51\xb3\x7e\x95\ \xb1\xb8\x6d\xd3\x4f\x6a\xdd\xee\xd7\x5d\x84\x53\xee\xfd\xe7\x33\ \x19\xcd\x1f\xbb\x94\xdd\x3b\xea\x3e\xec\x3f\x6e\x30\xfd\xf2\x81\ \xd1\xf7\x64\xae\x98\xdd\x22\xb0\xf1\xdf\xe3\x27\xbc\xbe\x74\x5d\ \xfd\x5b\xff\x3e\x09\x00\x00\xf2\xbe\x5f\xf0\xc0\x93\x0b\x9a\xf5\ \x19\x3a\xa6\x53\xcb\x46\x31\xe7\x23\xd7\x3d\x1e\xcf\x39\x7b\x73\ \x42\x4a\xcb\x34\x8f\xb1\x52\xce\x4b\x84\x42\xa1\xe7\x9e\x7b\x2e\ \x2f\x2f\x4f\xd7\xf5\x60\x30\xd8\xa6\x4d\x9b\x36\x6d\xda\x1c\xfb\ \xe4\x03\x14\x17\xe5\x19\x61\xd7\xf1\xbf\x1e\x89\x84\x33\x6b\xd5\ \xab\x3a\xb6\xeb\xf0\x3b\xba\x02\x00\xd8\x1b\xa7\xbf\x50\x26\xcd\ \xfc\xef\x57\x6f\x0a\x77\x5c\x3c\xf1\xba\x4c\xe8\xbb\x66\x61\xff\ \xe5\xab\x0e\xb5\x6c\x1f\x7b\xf1\x4d\xff\x4a\x4f\x79\xe2\x23\x29\ \x00\x00\xb0\xf8\xd5\xc7\x1f\xfe\x62\x6f\x6d\xe6\xfa\x28\x42\x62\ \x5a\x34\x6f\x78\x1e\x72\xfd\xce\xbb\xee\x3e\x37\xef\x4c\xd3\xb4\ \x2d\x5b\xb6\xcc\x7a\xfd\xb5\xd8\xd8\xd8\xf3\x9e\xee\x2d\x5b\xb6\ \x9c\x3a\x75\xea\xfd\xf7\xdf\x7f\xf8\xf0\xe1\x4e\x9d\x3a\x4d\x99\ \x32\x25\x26\xe6\x04\xaa\x95\x31\xc6\x18\x3b\xd1\xe7\x9c\x9c\xe0\ \xaa\xd6\xca\xff\xde\xb6\xdc\xdb\xff\x8d\x21\xad\x73\x16\xbd\x6b\ \x25\xd7\x74\x03\x00\xb8\x33\x93\x44\x5e\xce\x21\x96\xd4\xb9\x4b\ \x52\xfd\xac\xe5\x52\x20\x00\x00\xe6\xef\x58\xb3\x41\x5c\x3d\xf1\ \x9f\x43\xea\x17\x4c\xbe\x7b\xec\x64\x6d\xce\x13\xc3\x9b\x9d\xdd\ \x35\x9c\x00\x90\x28\x2a\xfe\xae\xf8\x67\x75\x71\xfd\xb7\x9b\xfc\ \xbf\x13\x54\x4d\x33\x4d\x63\xdf\xde\xdd\xf5\x1b\x34\xf4\x7a\x7d\ \xe7\x3d\xdd\xeb\xd7\xaf\x3f\x7e\xfc\xf8\x05\x0b\x16\xdc\x7e\xfb\ \xed\x27\x24\xfa\xaf\x58\x7b\xc7\x42\xae\x7c\xe9\x9e\x49\x2b\xd4\ \xa9\xb3\x9e\xac\xaf\xc3\x36\xd5\x4d\xfc\x85\x12\x00\x40\x96\xf9\ \xc1\xed\x2e\xbf\xbe\x2d\x01\x48\xd4\x76\x8f\x04\x45\xc2\xdf\xba\ \x77\x6f\x5b\x0f\x46\x75\x7f\xf9\x7f\xdf\x7c\x0b\x67\x97\xeb\x96\ \x65\x45\xc2\x21\x21\x84\x44\x09\xe5\x8e\x29\x22\x0a\x4a\x48\x75\ \x99\xd9\xfc\x9c\xe5\x10\x22\x4a\x29\x4d\xd3\xb4\x2c\x8b\x10\xf2\ \x57\xb0\x64\xda\xb7\x6f\xdf\xbe\x7d\xfb\x93\x08\x04\x25\x9e\x50\ \x0e\x51\x59\x55\xfd\xe4\xe0\xf2\x67\xc6\xbd\xb2\xf7\xf1\x79\xf3\ \x5a\x7a\x23\x61\xd3\x5d\xaf\x7d\xd7\xf4\x92\xbb\x66\xaf\xd8\x7e\ \x09\xfd\x64\x79\x51\xea\x93\x1d\xca\x8d\x7b\x29\x6c\x9b\x48\x00\ \xa0\x49\x0d\xdb\x64\x66\xbd\x39\x77\x69\xa7\x1b\x1b\x7e\xb4\x21\ \xb7\xce\xb5\xad\xce\xe6\x7f\x9c\x51\x5a\x90\x97\x13\x0a\xfa\x8f\ \x5f\xb5\xa4\x94\xa1\x50\x88\xd2\x6a\x70\xdb\xf8\x39\x3e\xfd\xd5\ \xbb\x8a\xfd\xa9\xe1\xf3\xfa\x98\xa2\x0a\x29\x11\x8f\x79\xf2\x09\ \x22\xf1\x78\xbd\x55\xc9\xbf\x7e\xed\x96\xa0\x55\x32\xfd\xfe\xe1\ \x53\x0d\xab\xe6\xc0\xdb\xa7\xde\xda\x6f\xca\x23\x23\xc6\x4e\xbe\ \x6e\xae\x74\x5f\x35\x79\x4a\x9f\xba\x5a\x74\x9c\x3b\x36\x39\x85\ \xb8\x01\x00\xb4\xf4\x7f\xfe\xf7\xc9\xbb\x1e\x9c\x32\xfc\x53\x11\ \xdf\xf9\x96\xe7\xaf\x6e\x7b\x96\xf5\x9a\xdb\xe3\x49\xcf\xcc\x54\ \xf8\xb1\xca\x17\xa5\xdc\xbf\x7f\x7f\xb5\x68\x3a\xee\x70\xe8\xcf\ \x82\x41\x03\xfb\x27\x26\x25\xda\xb6\x5d\x35\x02\x13\x25\x0a\xa1\ \xb4\x53\x87\xaa\xec\x24\x83\x1f\x7e\x7d\xe0\x78\x33\x62\x58\x00\ \x40\x15\x8d\x03\x6b\x33\xf4\x81\x95\x03\xef\x8c\xa0\xe6\xd6\x8e\ \xe8\xce\xc1\xf7\xbf\x36\xb8\xe2\x7d\x8d\xb6\x57\xce\x5d\x36\x38\ \x10\x12\x5e\xaf\xfb\x8f\x59\xc6\x85\x10\xc7\x2d\xe0\x28\x65\x75\ \x2d\xe9\xfc\xd7\x4c\x43\x72\x32\x9b\x10\x7e\xf5\x36\x10\x25\xfa\ \x03\x01\x87\xa9\xbf\x1d\x71\x71\x31\x97\x5c\xdc\xfb\x14\x07\x53\ \x4a\xa9\xaa\x2b\xaa\x7e\xd4\x87\xaa\xdb\x7d\x02\x8f\xb0\xea\x08\ \xed\xa8\xe5\xe1\x3c\x8b\xc3\xbc\xfe\xfa\x6b\xc7\x3e\x49\x18\xa5\ \x30\x46\xdf\x9f\x90\xd9\xd1\x37\x84\x12\x4a\x29\x01\x42\x08\x48\ \xc4\xa8\x88\xa3\x7f\x4b\x29\xa2\x71\x03\x97\xcb\x35\xa0\x7f\x3f\ \xc7\x0e\x71\xf0\xc7\x73\x7d\xf2\xe4\xc9\xe5\x61\xa7\x4a\x6f\xe0\ \xb7\x38\x19\x8c\x49\x09\x40\x15\x14\x36\x00\x02\xe1\x29\x29\xc9\ \xfd\x2f\xee\x4b\x29\xfd\x2b\x38\x97\xe7\x08\x0a\x0a\x8b\x0c\xc3\ \xd4\x34\x35\x29\x31\xc1\x91\xc6\x11\xae\xc7\xf9\x62\xa2\x3a\x18\ \x11\xa2\xba\x5c\x02\x48\x2c\xf7\xf7\x4f\xf8\x27\x02\xad\xf4\x8b\ \xa5\x94\x84\x10\xce\x79\xc5\x1b\x26\x25\x50\xa6\x21\x22\xa5\x54\ \x08\xe1\x76\xe9\x8e\x94\xcf\x26\xb6\xed\xd8\xbd\x7d\xc7\x6e\x00\ \x88\x98\x46\xcb\x66\x4d\x9a\x35\x69\xe8\xc8\xa4\x9c\xeb\x84\x4a\ \x46\x88\x44\x49\x30\xca\x63\x24\x50\x1e\xcd\x47\xc4\x13\x06\xfb\ \xa2\x9f\x30\xc6\xa2\xda\x1a\x11\x19\x63\xd1\x37\x96\x69\x09\x89\ \x84\x22\x63\x8c\x31\x35\x6a\xe7\x38\x52\x3e\x9b\xd8\xb9\x6b\x4f\ \xf7\x6e\x9d\xe3\xe3\x62\x4c\xcb\x5e\xfa\xc9\x67\xfb\xf6\x1f\x3c\ \xb2\x62\x23\xba\x74\xbd\x67\xf7\xbf\xb1\x2a\x21\xbc\x92\xec\x3d\ \xfb\xf3\x02\x71\x69\x75\x6a\xa7\x94\x7b\x6e\x05\x07\xb6\x65\x95\ \xb1\x7a\x4d\x1b\x7a\x2b\x9d\x58\xb3\xe4\x70\xb1\xac\x91\x9a\x50\ \xf9\x41\xb8\xe8\xd0\xae\x43\x25\x29\xf5\x9b\xa4\x7a\x38\x80\x7d\ \x60\xdb\xd6\x52\x1a\xdf\xbc\x51\x26\x05\x00\x69\xe5\xed\xdf\x9d\ \x53\x1a\xb2\x25\x24\xd4\x6a\x54\x27\xe9\x5c\xf1\x00\x38\x23\x14\ \x08\x50\x24\x51\xb2\xa2\x94\x02\x8e\x0a\xf3\x11\x42\x2a\xf3\xe9\ \xca\xbd\x19\x3c\x12\xd0\xad\xa4\x3b\xa5\xb4\x22\xc4\x8b\xb6\x6d\ \x23\x22\xe7\x5c\x08\xdb\x21\xdf\x59\x86\x44\xb9\xe8\xc3\xc5\xc9\ \x49\x09\x00\xc8\x08\x1a\x11\xa3\x72\x36\x29\x25\x1b\x37\x6d\xef\ \xdc\xe1\x02\x8f\xa7\xdc\x47\x3d\xb0\x6a\xf6\xdd\x0f\xbf\xec\x57\ \x95\xfd\x87\xf9\xfd\xd3\xde\x18\xd9\x23\xf3\x87\x05\xff\xb9\xe5\ \xd1\x0f\x34\x6a\x79\x3b\x5c\xff\xca\xd4\x7b\x6a\x30\x3c\xb0\xf1\ \x93\x7f\xdf\x3f\x76\x55\xfa\xf0\x75\xb3\x27\x26\x00\x00\x58\xdf\ \xcc\x7f\x71\xfa\x82\xaf\x43\x2c\xf1\xba\xc9\x4f\x0d\xa8\x6f\x2f\ \xfc\xcf\xe8\x47\x17\xec\xa0\x60\x5d\x30\xfc\xd1\x69\xf7\xf7\x63\ \xf9\x3f\xdc\x3a\x60\x70\x61\xa3\x1e\x19\x6e\xec\x34\x72\xd2\x9d\ \xbd\x9a\x9c\x2b\x5c\x97\x80\xe5\xfe\x25\xa2\x94\x15\x7a\x1d\x8f\ \x70\x5d\x4a\x19\x25\x34\xa9\xd8\xc1\x8a\xd2\x5a\x08\x11\xb5\x5b\ \x2a\x9f\x81\xe8\x46\x00\x12\x21\x2d\x89\x28\x84\xb0\x2c\xcb\x14\ \xc2\x72\xf8\x77\x56\x81\xb8\x70\xfe\x1c\x5d\x53\xa3\x53\x53\x75\ \x55\xb5\x2c\x2b\xa3\x76\x03\x55\xd3\x2a\x3f\xf1\xd5\xfd\xdb\x7f\ \x66\xf4\x6a\x58\x2f\x75\xce\xc8\xee\xaf\xbe\xf1\xd1\x4d\x9d\xfb\ \x4f\xf9\xd7\x3b\x03\x1f\x5d\x3a\xf6\xef\xc6\x0d\x17\x0d\x9b\xf1\ \xf1\x55\x0f\xff\xdd\xff\xce\xab\x6f\x97\xc5\x67\xf8\x78\xf9\x52\ \xb0\x63\xf9\xd4\xfb\x9e\x5b\x31\xe4\xf6\xdb\x06\xf5\xe9\xd3\x20\ \x59\x0f\x6c\x7b\xeb\xdf\xf3\x76\x4d\xfa\x60\x79\x2f\x73\x71\x9f\ \x2b\x1f\x5e\x32\xac\xcf\xa5\x56\x5e\xa8\x5e\x9f\x97\x3e\x98\xd5\ \xec\x1c\x13\x0c\x15\x52\xda\x42\x20\x10\xa0\x0c\x09\x50\xae\x70\ \xae\x94\x8b\xa9\x02\x94\xd2\xa8\xc5\xc2\x39\x67\x8c\x91\x68\x48\ \x8b\xd2\x4a\xa2\x63\x05\x84\xb0\xa5\x10\x08\x18\x5d\x0d\xa4\x14\ \x96\xe5\x70\xfd\xac\x82\x10\xa2\x70\xae\x29\x5c\x55\xb8\xaa\x70\ \xa5\xca\x4b\x55\x38\xe7\x47\x6d\x4c\xc6\x67\x36\x68\xde\x30\x43\ \x25\x05\x3f\xe7\x8a\x0e\x3d\xbb\x1a\x87\xd6\x6f\xb1\x9b\xf6\xeb\ \x52\xd7\x15\xdb\x64\x60\x1b\xdf\x96\x35\x6b\x21\xa6\xd1\x03\xd3\ \x66\x4f\x1e\xd6\x0e\x0c\x0b\x01\x00\x8c\x65\xaf\xbe\x7e\xd8\x56\ \x77\x7d\xfe\xd6\xb5\x57\x0e\x9b\xb7\xb9\xa4\xf0\xc7\x75\xbc\x66\ \xbb\x9e\x75\x7d\x31\x8d\x7b\xb5\x4c\xb5\x57\x7d\x9f\x4f\x98\x99\ \xf3\xf3\xea\xff\xdc\x35\x71\xda\xfb\x6b\x8d\x73\x8a\xeb\x9a\xdb\ \xc3\x34\x0d\x29\xb1\xa4\xb0\x10\x05\x41\x60\x94\x57\xa0\x2a\xa1\ \x2b\x44\x59\xfe\x10\x54\x55\xfc\xb6\x6d\x0b\x21\x84\x10\x88\x40\ \x08\xa1\x0c\x09\x05\x20\x12\x88\x44\x14\x0e\xff\xce\x2a\xd7\x01\ \x28\xa5\xc7\xa4\x4f\x55\x28\xad\x13\x6d\x42\x47\x0e\x4e\x19\x39\ \x62\x7b\xb3\x51\x93\x46\xb4\x8a\x94\x05\x2c\x45\x89\x8e\xe0\x1a\ \x93\xc2\x88\x2e\x0c\x86\x69\x95\x3b\x6d\x98\xf7\xe3\x2e\xfd\xba\ \xfb\xa7\xbe\x34\x73\xce\x03\x1d\x8d\x97\x9f\x7f\xaf\x50\x70\x37\ \x8f\xfe\x0a\x55\xa8\x66\xf8\x03\x24\xbd\xf7\x7b\x1f\xcc\xbd\xa9\ \x5b\x8d\x0f\x1f\xbb\xf1\xee\x99\x6b\xce\x9d\xe8\x1b\xef\xd0\xa5\ \x6b\x30\x18\x8a\x84\xc3\xc1\x60\xb0\xb4\xb4\xd4\x1f\x08\x98\x91\ \x08\xb1\x6d\x04\x60\x8c\x45\x95\x7a\x54\x67\x57\xf8\xa9\x84\x50\ \x82\x52\x56\xba\xad\x51\xf1\x45\xcd\x1b\x44\x04\x02\x8c\x73\x42\ \xc0\x89\x31\xfe\x31\x26\xcc\x49\x77\xf8\x2a\xa3\x6d\xe5\x10\x79\ \x2f\xde\x7f\xdb\xda\x84\x6b\xde\x7d\xea\x3a\x17\x80\x95\x50\x33\ \x39\xb0\xef\x50\x21\xb4\x4b\x90\x3f\xef\x0a\x24\x0e\x3c\xae\xa4\ \x8b\x78\xe2\x94\x40\xb1\xbf\x04\xa0\x56\xad\xb4\x44\x7b\x4f\x49\ \x42\xc3\x3a\x85\x05\x6b\xb3\x01\x62\xc5\xe1\x43\xc5\xa5\x17\xd6\ \x4b\x00\xee\x6d\xd8\xaa\x5d\xc3\x56\xed\xd4\x83\xdf\x8e\x9c\xbf\ \xda\x1a\xd9\x55\x3d\x47\xb8\xee\xf6\xc6\xba\xbc\xb1\x80\x28\x11\ \x6d\xdb\x0a\x85\x23\x81\xa2\xa2\xe2\xbc\x9c\x92\x92\x92\x60\x30\ \x18\xb5\xc8\xa3\x11\xc6\x28\xdd\x01\x80\x20\x90\x8a\x78\x79\xd4\ \x2b\x05\x80\xa8\xf9\x5e\x6e\xdc\x03\x44\x37\x98\x9c\x6c\x96\xb3\ \x8f\x68\xaa\x20\x4a\x81\x51\xc9\x63\x85\xb6\x07\x40\x29\x6d\xfb\ \xa8\x68\xc1\xee\x25\xff\xfb\xcf\xec\x9d\xb7\x3e\xa9\xce\x7f\xed\ \x55\x96\xd9\x62\x68\xef\xce\x37\x0c\x8e\x7f\xec\xde\xd1\x9b\x1b\ \x85\x3e\x0a\xd4\x79\xee\xf2\xf2\x44\x34\xdb\x0c\x95\x06\x14\x04\ \x00\x48\xb8\xfc\xe6\x5e\x37\xbd\x34\xe1\xd9\x60\x8f\x95\x73\xb7\ \xf5\xb8\x6f\x62\xed\x0b\xbc\xfd\x63\xdf\xbe\x7f\xe4\xf8\xa6\xd6\ \xc6\xfc\xf4\xcb\x87\xb7\x8b\xdf\xf9\xf1\xac\x39\x1b\x0b\xe2\x79\ \xf1\xc2\x77\xbe\xeb\x7b\xe7\x6d\x0a\x18\x8f\x5f\x33\x34\xbb\xd3\ \xb8\x17\xc6\xf4\x58\xf5\xf2\x3d\x8f\xaf\x49\x7e\xff\xad\xf1\xe6\ \xe6\xf9\xff\x18\xfd\xee\xa4\xf9\x73\xba\xa5\x2b\x67\x8f\xeb\xb6\ \x2c\x57\x03\x9c\x73\xaf\xdb\xe3\xf5\x41\x4a\x42\x3c\xa9\x95\x11\ \x0c\x86\x0a\x0b\x0b\x0f\x1d\x3a\x54\x50\x50\x20\x84\x88\x92\xb6\ \x7c\xbb\x94\x10\x44\x20\xe4\x88\xfe\xc0\x8a\x78\x7c\x74\x29\x40\ \x29\x91\x56\xe0\x44\xf9\xd6\x0e\x7e\x3f\x34\x69\xd4\xa0\x5e\xc3\ \xe6\xa1\x40\x59\xb9\x3e\xaa\xe4\x3a\x82\x90\xf2\x82\x76\x6d\x19\ \x3d\x32\x23\x4a\x46\xa7\xbb\xef\x05\xe3\xf0\x4f\xdb\x04\xea\x90\ \x18\xa4\x9d\xae\x7f\x62\x96\x67\xc6\x8c\xef\xb3\x94\xe7\x5e\xbb\ \xa5\x67\x7a\xf9\xc8\x9a\xed\x2f\x7f\x30\x56\x8b\x16\xf5\x74\xb9\ \xf9\x99\x57\xe2\x5e\x5d\xba\x29\x6b\xc8\xf8\xe9\x37\x5d\xda\x98\ \x00\x3c\x32\x6b\xd6\xab\xd3\xdf\x3d\xcc\x86\xbc\x71\xcb\x4d\x35\ \x38\xc8\xe4\x54\xc5\xd8\x99\x1d\xa4\x57\x3f\xf2\xe6\x88\x81\x1d\ \x08\x18\xed\x7a\x0f\x2c\xab\x93\x01\x00\xe9\x2d\xba\x5d\xea\xf6\ \x71\x00\x48\xac\x3f\xf8\xf2\xfe\xe9\x9e\xb3\x5a\x74\x46\x2e\x1f\ \x31\x82\x33\x85\x10\x42\x28\x53\x55\x45\x4a\x89\x42\xaa\x8c\x72\ \xae\x50\x4a\xfd\xfe\xb2\x82\x82\x82\x83\x07\x0f\x66\x65\x65\x19\ \x86\xa1\xaa\x9a\x65\x99\x4c\x9a\x80\x48\x28\x05\x42\x2c\xcb\x92\ \xf2\x48\x5a\x05\x02\x05\x40\x02\x08\x00\x84\x12\x61\x8b\x94\x94\ \x94\x4f\x3e\x5e\x16\x0d\xc0\x9f\xd6\x9d\xb9\xdc\xee\x75\x6b\xd7\ \xfc\xe7\x5f\x93\x1a\x34\x6c\x14\x1f\x9f\x50\x35\x67\xf5\xaf\x59\ \x5b\x7d\xea\x28\xf3\x07\x2d\xdb\x22\x40\x8e\x33\x6f\x30\x2e\x26\ \x86\xb1\x73\xae\xac\x51\x0a\xb1\xe1\xbb\xaf\xd3\xd2\xd3\xf9\x89\ \xf2\x1c\x0f\x1e\x3c\xd8\xa0\x7e\x3d\xf6\x9b\x95\x26\x97\x52\x48\ \x42\x15\x45\xe5\x9c\x53\x42\x09\x25\x40\x28\x22\xca\xa8\xa6\xf7\ \xc5\x70\x45\x4d\xcf\xc8\xcc\xcf\xcf\xdf\xbd\x7b\x77\x56\x56\x16\ \x12\xca\x38\x17\xb6\x8d\x88\x04\x80\x1e\x95\x53\x40\x8e\x15\x6d\ \xa5\x5e\x71\x70\x16\x11\xe3\xf3\x38\x42\x38\x01\xd7\x09\x82\xb0\ \x4c\x4e\x18\x65\x5c\x5a\x16\x21\x14\x08\xb1\xa3\xb0\x2c\xa8\x70\ \x74\x92\x92\x92\xe2\xe3\xe3\xb3\xb3\xb3\x77\xec\xdc\x59\x94\x7d\ \x50\x55\x39\x22\x31\x2d\x4b\xd1\x74\x26\xf1\x48\x60\x11\x65\x15\ \x37\x28\x6a\xd9\x38\x64\x77\x70\x6e\x70\x1d\x50\x22\x02\x90\x4a\ \x1f\x94\x50\x4a\x39\xa3\xd1\xbd\xcf\xa8\x75\x1e\xdd\x39\x52\x14\ \xa5\x56\xad\x5a\xc9\xc9\xc9\xfb\xf7\xec\xda\xb3\x6b\x57\x51\x51\ \x91\xa6\x69\x52\xa2\x10\x76\x65\xac\xe6\x68\x97\x1f\x8f\xaf\x97\ \x71\xf0\x7b\xc3\x30\xcc\xb5\xdf\x6e\x28\x2b\xf5\x7b\xbd\xee\x2e\ \x9d\xdb\xbb\x74\x27\x1f\xe9\x08\xd7\x91\x00\x91\x42\x20\x08\x4d\ \x75\x45\xa3\x29\xd1\x1a\x5e\xdb\xb6\xa3\x81\x45\xdb\xb6\xa3\xed\ \x1c\x84\x10\x9a\xae\x37\x6b\xde\x22\x31\x21\x69\xfb\x8e\x1d\x39\ \x39\xd9\xc2\xb2\x08\xe5\x28\x25\xc0\x89\x6b\xc3\x9c\xd0\xe3\x59\ \xc6\xda\xaf\xd7\xc7\xc5\xc5\x36\x6e\x50\xef\x70\x76\xce\xca\xcf\ \x56\x35\x6b\xd2\xf0\x48\xcb\x24\xc4\xc4\x84\xf8\xe4\xa4\xc4\xbf\ \x28\xd7\x39\xa7\x52\x20\x4a\xb4\x0c\x0b\x24\x52\xca\x18\xe3\x51\ \xed\x1e\x05\xe7\xdc\xb6\xed\xa8\x95\xc2\x18\x03\x02\x8c\x2b\x75\ \x1b\x34\xf4\xc4\xc6\x6e\xdb\xba\xf5\xc0\xfe\x7d\x91\x50\x88\x31\ \x26\x6c\x11\x8d\x3f\x22\x4a\x00\x27\xce\xf8\x87\x21\x10\x0a\xd5\ \xa9\x53\x2b\x35\x25\x39\x26\xc6\x67\x59\xf6\x9e\x7d\x07\x2a\x7b\ \xec\x10\x42\xbe\xdd\xf0\xc3\x95\x43\x06\xea\x7a\x79\x9a\x80\x28\ \xdd\x3f\xf7\xf5\x99\xab\xb6\x17\x24\x37\xe9\x75\xfb\x6d\x57\xa6\ \x2a\x00\x81\xbd\x33\x9f\xfb\xef\x86\xc3\x7c\xc0\xa8\x7b\x07\xb5\ \x4d\x8b\x0e\xdb\xba\xfc\xb5\x0f\x73\xd3\xc7\x5c\x73\x71\xb9\x1f\ \x60\xe5\x2f\x7b\xe7\xad\x4f\x36\xe5\x0e\xbc\x6b\x62\xef\xba\x5e\ \x00\x28\xfc\x71\xe9\x8c\xcf\x73\xae\xbe\xf5\xc6\x5a\x2a\x04\x0f\ \x7f\xff\xea\x8c\xd9\x5b\x73\x83\xf5\xff\x3e\xec\xb6\xe1\x3d\xdc\ \xe7\x0c\x17\x38\xa5\x00\x48\x28\x05\x29\xed\x48\xd8\xd2\x34\x9d\ \x71\x06\x88\x47\xf2\x5b\x8e\x14\x61\x20\x22\x72\xca\x6c\x24\x68\ \x89\xb8\xb8\xf8\x36\x6d\xdb\xc5\x27\x24\x6e\xfd\x69\x73\x69\x51\ \x91\xa6\x69\x80\x18\x89\x84\x08\xa5\x95\x5c\x8f\xc6\xd8\x1d\xfe\ \x9d\x4d\x08\xdb\x9a\x32\x65\x4a\x8c\xcf\x43\x08\xa8\xaa\x4a\x08\ \xad\x5c\x72\x51\xa2\x29\x28\x0c\x19\x58\x39\x78\xf7\x77\x5f\xac\ \xdb\x65\xb6\x69\xd7\x74\xe1\x73\x13\xf7\x85\xe2\xde\x7c\xb0\xe7\ \xb4\xb1\xd7\xbf\x5b\xda\xe9\xca\x96\x81\x49\xa3\x46\xe9\x8b\x16\ \xf5\x4d\x2e\x7a\x7b\xca\x84\xc7\x66\xbe\xef\xff\xdb\x98\x91\xd7\ \x5c\xec\x01\x30\x8a\xb7\x3e\x35\xf1\xb1\xc2\x1a\xed\x7b\xf4\xeb\ \xd7\x20\x41\x07\x19\xfe\xe2\xb5\xc7\x1e\x7a\x6e\xd6\x06\xde\xba\ \xcf\xa8\x1b\x6b\x01\x6c\xf9\xf4\xa3\xad\xe1\x84\x76\xcd\x3d\x33\ \x27\x5c\x1b\xf0\x2d\x9d\x3c\xa8\xf9\xb9\xc2\x75\xb4\x24\xa5\x44\ \x61\x04\x11\x24\x01\x14\x82\x48\x20\x0a\x25\x00\xaa\xaa\x46\x2b\ \xf9\x2b\xb9\x1e\xe5\xae\x8d\x60\x99\x16\x67\x4c\xd3\x5c\x75\xeb\ \xd6\xd1\x35\xf5\xfb\x0d\x1b\x8a\x0a\xf3\x35\x4d\x89\x12\xbb\x32\ \x1f\xd8\xd9\x4b\x3a\xfb\xa0\x94\x66\x1f\xda\x57\xa2\xa9\xc7\x6b\ \x19\xdb\x32\x33\xea\x34\x62\x55\xba\xa4\x34\xea\x7d\xdd\xd4\xde\ \x00\x00\xe9\x9b\x17\xbd\x78\x38\xcb\x2a\x5a\x3f\xef\x73\x7b\xfc\ \x8a\x29\x03\xea\x80\xff\x9b\x4e\xf3\x16\xac\xef\x7b\x73\x46\x42\ \xd3\x3e\x0f\xde\xab\x4c\x5d\xcf\xa3\x4f\xcc\xe7\x33\x1e\x7a\x79\ \x45\xd6\x90\x41\x29\xbb\x0b\x5a\xf4\x8b\xe5\x20\xc2\x2c\xb1\xc5\ \xb8\xc9\x63\x1e\x9d\xf9\x43\xf4\x99\xea\x74\xed\x43\x9d\x00\x00\ \x44\xd6\x17\xef\x6c\x3d\x58\x74\x2e\x49\x86\x81\xaa\xaa\xaa\xaa\ \x6a\x9a\xca\x39\x23\x14\x81\x20\x63\x4c\x51\x14\x45\x51\xa2\xaa\ \xbd\x32\x03\x2c\x4a\x5c\xce\x15\x04\x6a\x4b\x34\x6d\x1b\x81\xd6\ \xae\x55\xbb\x4b\xd7\x2e\xe9\x19\xe9\x96\x61\x70\xae\x28\x5c\x81\ \xe3\x0b\x19\x1d\x9c\x55\xc3\x54\xf9\x05\xa8\xec\x44\xcd\x27\x72\ \xd7\xbe\xf2\xfc\x26\xf7\xad\xb7\x5f\x19\x39\xbc\x2b\xdf\x53\x33\ \x35\x16\x00\xa0\x61\x6d\x77\xd1\xc1\x1d\xe0\xce\xec\xff\x8f\x2b\ \xda\xa6\xbb\x2d\x21\x01\x00\xb0\xe8\xf3\x25\x3f\xb7\x1f\x70\xed\ \xa0\x5e\xed\x37\xcc\x18\x3b\xe6\xd9\x2f\x90\xf9\xfe\x3e\xe4\xaa\ \x7e\x2d\x6b\x08\xfb\xa8\xc4\xa7\x0d\x73\x27\x2f\x2b\xe9\x7e\xcf\ \x90\xce\xe7\x10\xd7\x39\xe7\x5c\xe1\x8a\xa2\x70\xce\x19\xa3\x84\ \x80\x44\x09\x88\x84\x50\x21\xa5\x65\xd9\xe5\xfb\x6e\xe4\x48\x66\ \xa3\x2d\x11\x01\x28\x65\x52\x82\x90\x68\x98\x46\x72\x52\x52\xc7\ \x0e\x1d\x6a\xd5\xae\x29\xa5\x6d\x9b\x26\x54\x49\xf4\x75\x48\x7f\ \x0e\xa1\x3c\xc9\xf7\xa8\x68\xc1\xa1\xb5\xaf\x5d\x7d\xff\xbb\xff\ \xf7\xd8\x8c\xcb\x9a\xba\x25\x28\xcc\x8c\x48\x04\x00\x08\x07\x05\ \x2f\xdf\x2a\x05\xc3\x96\x15\xb3\x18\xcc\x2d\x73\x77\xbb\xf8\x1f\ \x7d\x07\x0c\x9b\x3c\xa2\xe3\xb6\x95\x4b\x42\x00\x00\x10\x32\x8e\ \x4a\x3d\x58\x3f\x6f\xf2\x9d\x2f\xef\x7a\x64\xe6\x0b\x1d\xcf\x62\ \x0a\xc0\xaf\x73\x5d\x4a\xa4\x95\x3a\x9b\x32\x09\x60\x09\x21\xa4\ \x44\x29\x6c\xd3\x10\xb6\x49\xa4\xa0\x04\x28\x25\x94\x52\xa0\x0c\ \x09\xa5\x04\x18\x67\x8a\xc2\x15\x55\xa1\x8c\x71\x45\x35\x6d\x11\ \x9f\x94\xd2\xa1\x53\x97\x8c\x5a\xf5\x90\x10\x86\x92\x00\x72\x46\ \x49\x45\x8d\xb6\x83\xb3\x06\x2c\x0f\x7e\x9d\x50\xec\xd1\x00\x73\ \x95\x00\xe5\xc1\xcf\xef\xbc\xff\x95\x8b\x27\xbd\x3e\xb2\x5b\x06\ \x02\xc4\xd6\xba\xa0\x8d\xbe\x6d\xd1\xca\x9f\x4a\x72\xd6\x2f\xdc\ \xe4\x6f\xdd\xb5\x63\xe5\x45\xcb\x7f\x91\x24\xb7\x6d\x64\x7f\xb2\ \x74\x71\xd0\x08\xac\xde\xb0\xc3\x5b\xa7\xb9\x5e\x79\x65\x59\x7e\ \xe5\xbc\xef\x5e\x1f\xfb\xe4\xda\x7f\xfe\xef\xd5\x8b\xea\x45\x2b\ \x92\xac\x1d\xeb\xd7\xfd\xb8\xa7\x00\x00\x0a\xf7\x6e\x5e\xbb\x7e\ \xbb\x00\xb0\xca\x0e\xaf\xf9\xf2\x9b\xc2\xc8\x59\x8d\x47\x53\x4a\ \x88\xc2\x28\x00\x02\x25\x54\x51\x04\x55\x24\x50\x82\xd2\xb2\x22\ \x20\x4c\x86\x26\x5a\x61\x86\x36\xa7\x40\x28\x45\xca\x04\xe5\x8c\ \x20\x43\x5b\xd8\x06\xa5\xc0\x38\x33\x25\x48\x45\x8b\x48\xea\x8a\ \x4f\x6d\x72\x41\xa7\xa4\xf4\x9a\xc4\x36\x15\x40\x62\x0b\x8a\x92\ \x39\x5c\x3f\xbb\x50\x15\x85\x52\x6e\x59\xc2\xb4\x2c\xd3\xb4\x0c\ \xc3\x32\x0c\xcb\x34\x2d\xc3\xb4\x2c\x4b\xf2\xf2\x06\xbf\xe5\xf8\ \xf9\x8b\x15\xdf\xec\x2c\x58\x35\xf3\xfe\x21\x83\x07\x8f\x98\x3c\ \x3d\x2f\xb6\xc9\xa4\x29\xb7\xac\x7d\xf6\xba\x41\x97\x8c\xd4\x2e\ \xbe\x6d\x74\xbf\xcc\xf2\xf5\x80\x71\x55\x89\x5a\xf9\xfa\xd5\xff\ \x7e\x24\xe1\xa7\x19\x83\x2f\x1b\xfc\x7a\x4e\xe3\x09\x0f\x5e\xc1\ \x2a\x46\xa8\x6a\x79\x32\xf0\xa6\xf7\xe7\x6c\x2f\xca\x9b\x3d\xf9\ \x86\x21\x83\x07\xdf\xf6\xf4\xa7\x00\xd6\x8c\x7f\xde\xf2\xe8\xdb\ \xdf\x01\xc0\xfa\x77\x1f\xbf\x65\xdc\x0c\x03\xc0\xbf\x63\xf9\x4d\ \xc3\xef\xda\x98\x77\x56\xcb\xd6\xb8\xdb\xa5\x45\xc2\x21\xc2\xb8\ \xa6\xbb\x38\xa5\x8c\x60\x34\x5d\x82\x02\x00\x4a\xd3\x34\x6d\xcb\ \x56\x54\x95\x82\x24\x48\x00\x81\x53\x05\x08\x52\xa0\x40\x88\x44\ \x29\x51\x02\x41\x02\x20\x51\x02\xb0\x1a\xa9\xc9\xad\x5a\xb5\xfa\ \x31\x1c\xca\xcb\xcb\x57\x14\x85\x30\x4e\x88\xd3\x6e\xe9\xac\xa2\ \x5b\x97\x4e\xa1\x70\xc4\xef\x2f\x8b\x46\x60\x2a\xd2\xf5\x20\xda\ \x21\xaf\x7d\xdb\x36\x4a\x95\x72\x8d\xe6\xff\x98\xf0\x7d\xbf\x3b\ \x43\xa1\xb0\x04\x42\x75\x6f\x3c\x40\x4a\xef\xbb\x97\xb4\xbd\xaa\ \x20\x44\xd3\x33\x53\x2b\x67\xae\xc5\x65\x93\x97\x5f\x42\xa2\xe5\ \xa8\x89\x4d\x06\xce\x59\xdc\xe5\x60\x9e\x3f\x36\xb5\x56\x9c\x5e\ \xfe\xd8\xc4\x36\x1f\xfe\xf1\xfc\x2b\x3c\x2e\x00\x80\x9e\x13\xe6\ \x6e\xbe\x3b\x14\x0a\x1b\x48\x88\xe2\x4e\x04\x70\xff\x7b\xd1\x57\ \x92\xbb\x01\xa0\xd7\x3d\x33\x56\x8d\xa1\x2e\x00\x57\x9b\xe1\xdf\ \xfc\x74\xb9\x3b\xe6\xac\x66\xfb\x72\x90\xf6\xa1\xfd\x7b\x34\xdd\ \x5d\x23\x3d\x53\x73\xbb\x19\xda\x8c\x50\x85\x13\x82\xc4\x12\x52\ \x58\x26\x21\x04\xa5\xcd\x99\x2e\x29\x93\x96\xb4\xa5\x60\x9c\x30\ \x46\x24\x82\x14\x82\x80\xa4\x80\x00\x08\x28\x4d\x23\x42\x39\x4d\ \xcf\xac\x29\x4d\xeb\xab\xaf\xbe\x12\xb6\x24\x9c\x0a\x67\x2f\xe9\ \xec\xc2\xe7\xf3\x5e\x7e\xd9\x25\xa7\xba\x08\xb8\x3c\xc9\xae\x63\ \x93\x67\xdc\x09\x69\xb5\x8e\xee\xb5\xc1\x35\x77\xac\x56\xc5\x18\ \x70\x25\xd4\xae\x7d\xd4\x08\xc2\xb4\xd8\x98\xf2\x11\x9a\x2f\x2e\ \xc5\x17\x77\xd4\x05\x7d\xb1\xd1\x37\x8a\xcb\x1b\xeb\x2a\xbf\x62\ \x6c\x9c\x76\xb6\xed\xf5\xec\x83\xfb\x82\x65\xa5\x46\xd8\x2f\xac\ \x08\x48\x9b\xa0\x60\x20\x41\xda\x52\x8a\xb2\xd2\xa2\x82\xfc\x3c\ \x33\x12\x42\x29\x01\x05\x08\xdb\xb6\x0c\x61\x19\x28\x64\x65\x17\ \x30\x4a\x28\x21\x04\x25\x52\x4a\x19\x65\x20\xc1\xb2\xec\xcc\x3a\ \x0d\x2e\xe8\xd0\xc9\x42\xb4\x25\x46\x33\xc9\x1c\x0a\x3a\xf8\xe3\ \x7d\xd3\xb2\x92\x92\xe4\xa4\x44\x9f\xc7\xc3\x09\xa2\x6d\x31\x02\ \x94\x80\x65\x46\xac\x48\x28\x2f\x37\xfb\xe0\x81\xbd\x25\xc5\x85\ \x94\x48\xcb\x34\x42\x81\xb2\x48\x28\x80\xc2\x94\x52\x54\x84\xcf\ \x81\x52\xa2\x28\x9c\x31\x4a\x09\xa1\x8c\x52\x02\x08\x60\x49\x92\ \x51\xbb\x6e\xa3\xa6\xcd\x4c\x5b\x50\xce\xab\xa5\xc9\xaa\x03\x00\ \x08\x04\x82\xa5\x65\x7e\xc3\x30\x1d\x51\x9c\x91\xbd\xee\x76\x33\ \x46\x3c\x2e\x17\xa7\x54\xda\x36\xa5\xd4\xb6\x4c\xcb\x34\x8c\x70\ \xa8\xb4\xb8\xb0\xb8\x30\x2f\xd6\xe7\x22\x58\xd3\x36\xa5\x3f\x10\ \x74\xb9\xbd\x42\x98\x8a\xd4\x28\x22\x25\x84\x10\x1a\xcd\x93\xe6\ \x94\x62\x79\x0a\x2f\x30\xca\x2c\x04\x55\xd3\x1a\x37\x6d\x96\x95\ \x95\x55\x1e\x97\x75\xf0\x9b\xb1\xf9\xa7\x6d\xdb\x77\xee\x91\x52\ \x4a\x94\x7d\x7b\x75\x4f\x88\x8f\x73\x64\x72\x7a\x5c\xe7\x9c\x0b\ \x21\x85\x94\x48\x09\x50\x22\x24\x22\x4a\x14\x56\x51\x51\x7e\x6a\ \x4a\x52\x8c\x5b\x8b\x8b\x8b\x93\xc2\x0c\x85\x8d\xe2\xc2\x62\x29\ \x31\x3e\x21\x41\x51\x55\x42\xca\xdb\x66\xa0\x94\x42\xc8\x8a\x18\ \x3c\xa1\x84\x10\xc6\x10\x05\xa0\x8c\x4f\x88\x6b\x7d\x41\xab\x5d\ \xdb\xb7\x55\xa6\x8e\x39\xf8\x2d\xd8\xba\x7d\xe7\x95\x43\x2f\x05\ \x80\x43\x87\x73\x3e\xff\x6a\xad\xcf\xeb\xa9\xb4\x0d\x6d\x5b\x64\ \x66\xd4\x68\xdd\xf2\xa8\x2e\x15\xe1\xb2\xc2\x92\x90\x88\x4f\x49\ \xd1\x2b\x96\xd5\x60\x51\x6e\x00\x3c\xa9\x09\x55\x9a\x13\x49\x23\ \x64\x51\xb7\xa6\xa0\x30\x8b\xf2\x0a\x0c\x44\x04\xe6\x76\xbb\x34\ \xdd\xed\xd6\x95\xf3\x4c\x80\xd4\xb2\x6d\x4d\x73\xa9\xba\x2e\x91\ \x08\x09\x42\x82\x94\xc2\xb2\x22\xc5\x45\x85\x6e\x5d\x4d\x4e\x49\ \xf2\xf9\x3c\xb6\x69\x14\xe6\xe7\x65\x1d\x3a\x10\x28\x2b\x8e\x8d\ \xf5\x29\x9c\x4a\x61\x99\x46\xc4\x34\xc2\x96\x69\x20\x0a\x02\x52\ \x0a\xcb\xb6\x0c\xcb\x32\x84\x6d\x50\x22\x39\x23\x88\xb2\x5e\xbd\ \x7a\x35\x6b\xd7\x76\x68\x5a\x2d\x08\x47\x22\xcb\x57\x7e\xb6\x7a\ \xcd\xba\x7d\xfb\xf7\xc6\x78\x5c\xc2\x36\xa5\xb0\xca\x5f\xd2\x5c\ \xf7\xcd\xfa\x2a\x63\x71\xf3\x07\xcf\x5f\x3e\xe8\xd2\x61\x97\xf7\ \xed\x71\xe9\x9d\xdf\x64\x45\x00\xec\xd5\xb3\xc6\xf7\xee\x73\xc9\ \x25\x7d\x7a\xff\xf3\xb5\x2f\x0d\x00\x00\x79\xe0\xc7\x15\x37\xf4\ \x69\x3b\x6c\xea\x72\x00\x90\x25\xbb\x9f\x1f\x3b\x6a\xe4\xe8\xdb\ \xee\xb8\xf5\x9a\xd6\x8d\x9a\x4d\x7c\x67\xeb\x79\xa8\xd7\x81\xb2\ \xb8\xc4\x44\xae\x28\x42\xa0\x1d\x6d\xec\x02\x04\xa4\x40\x69\x5b\ \x96\xe1\xd2\x54\xcb\x34\x42\xe1\x48\x71\x71\x91\x61\x44\x4c\xd3\ \x08\x05\x03\x92\xb8\x4c\xcb\xb6\x2d\x4b\x08\x81\x88\x8c\x52\x20\ \xa4\xb2\xb1\x23\x02\x52\x90\x94\xd0\x70\x38\xa8\xeb\x7a\xa3\x46\ \x8d\x1c\x7b\xfd\x57\xb1\x6e\xdd\xba\x85\x0b\x17\xba\xdd\xee\x68\ \x5f\x1d\x21\xc4\xc8\x91\x23\xeb\xd4\xa9\x53\x75\x8c\xbf\xb4\x64\ \xc1\xdc\xb7\xdc\x2e\x57\x79\xe1\x7a\x15\x44\x22\x91\x76\x1d\xbb\ \x1d\x15\xfa\xc8\xec\xf0\xd0\x0b\x83\x9a\xd5\xa4\x13\xfa\x5e\xf8\ \xca\xa2\x11\xed\x86\x86\x27\x3d\xb1\xf4\xa6\x59\x4b\xfa\xb3\xe5\ \x83\xae\x99\xdc\xbd\xf7\xa7\x7d\xac\xcf\x9f\x79\xea\xc5\x9d\x61\ \x1a\x6b\x9a\x00\xc0\x12\x9b\x4c\x7e\x73\xa1\xa0\xfc\xc0\xb2\xc7\ \x46\x94\xa4\x5d\x3d\xa8\xc9\x79\xc8\xf5\x3a\x75\xeb\x29\x9c\xdb\ \x42\x00\xe3\x14\x88\xb4\x11\x50\x84\x83\x01\xdb\x32\x8d\x48\xc4\ \xad\xab\x41\xbf\xdf\x1f\x0a\xc5\xf8\x3c\x69\xe9\x19\x09\x49\x29\ \x52\xd8\x86\x30\x84\xc4\xca\xb6\x02\x08\x20\x85\x90\x12\x29\x25\ \x32\x5a\x7c\x8a\xb6\x8d\xd2\xa3\xbb\x22\x96\x95\x10\x1f\xc7\x9c\ \xf2\xea\x5f\x43\xc3\x86\x0d\x85\x10\x1f\x7e\xf8\xa1\xcb\xe5\x32\ \x0c\xe3\x9a\x6b\xae\x49\x4b\x4b\x3b\x76\x09\xa6\x94\x33\xa8\x08\ \x8e\x1f\x15\xda\x62\x04\xf9\x51\x55\xa4\xa4\x7e\xbb\xae\xf5\x01\ \xc0\xd8\x11\xd6\x12\x5a\xb7\x4c\x3b\xfc\xfd\xec\xdc\xa4\x5e\x43\ \x3a\x67\x24\xc2\xd0\xde\x29\xcf\x7e\xbd\x6e\xeb\x80\xa1\xdd\x9e\ \x98\xd9\x7d\xc9\x53\xc3\x5e\x8d\xd8\xe5\x61\x43\x45\x61\xf6\xe1\ \xa9\x53\xe7\xf7\xbc\x73\x4e\xbb\xa4\xf3\xd0\xe6\xa4\xba\x2f\xce\ \x20\xcc\xa6\x1c\x18\xe5\x0c\x14\x05\x81\x08\x50\x75\x1b\x68\x51\ \x49\xa9\x2f\x26\x56\x48\xe1\xf5\x79\xbd\x31\x31\xbe\xb8\x58\xee\ \x72\x85\x4c\x4b\x4a\x9b\x51\xc2\x19\xa5\x14\x14\x95\x73\x4e\x08\ \x95\x40\x6c\x5b\x44\x6c\x11\x06\x10\x48\x08\x61\x9c\x72\xae\x2a\ \x3a\x63\x8a\x53\xb1\xf1\xab\x48\x4a\x4a\x7a\xec\xb1\xc7\x2e\xbc\ \xf0\x42\x21\xc4\xb5\xd7\x5e\x7b\xd7\x5d\x77\x69\xda\xb1\xe1\x67\ \x02\x84\x12\x46\x08\x3d\xfe\x45\x29\x3b\x41\xde\x51\x60\xe7\x43\ \xd7\x8f\x0c\xf5\x19\x77\xf3\xdf\x6b\x16\x17\x95\xa1\x3b\x1a\x47\ \x47\x8f\x1b\x22\x91\x00\x51\x34\x97\xae\x08\xcb\xae\xd2\xce\x10\ \x0e\x7e\xf6\xfa\x57\xc6\x05\xa3\x2e\x6d\x7c\x7e\xfa\xa6\x40\x15\ \x4a\x6d\x81\x36\x10\x04\x44\x4a\x01\x09\x91\x84\xa7\xa6\x67\x78\ \x35\x35\x1c\x31\x4a\x03\x7e\xb7\xdb\x93\x92\x90\xac\xbb\xbd\x52\ \x20\x00\x51\x18\x8b\x96\xba\xe8\x9a\x66\xd9\xa6\x04\xc1\x39\x03\ \x40\x29\x2d\x29\x6d\x20\x1a\xe5\x0a\x22\x5a\x42\x50\xca\x7f\xa7\ \xc3\x78\x09\x10\x1a\x0d\xfe\x9c\x2f\xd0\x34\x6d\xfc\xf8\xf1\xeb\ \xd6\xad\xeb\xdf\xbf\xff\x09\x07\xfc\x72\x96\xcb\x89\xfa\x1f\x45\ \x0e\x3d\x72\xc7\xed\xbb\x1a\xdf\x35\x7b\xd2\x50\x0e\x90\x94\x94\ \xc2\x73\x37\xf8\x11\x12\x89\x7f\x4f\x2e\x6b\x96\x92\x76\x82\xd5\ \x01\xec\x65\x73\x3e\x6b\x7c\xe1\x7d\xf5\xfe\x08\x9d\x1e\x4d\x2e\ \xfc\x9d\xe3\x30\x84\x52\x24\x12\x80\x02\x41\xa0\x80\xa0\x6b\x6e\ \xaf\x57\xe8\x9a\x0a\xb6\x95\x95\x93\x5f\x5c\xe4\x37\x0c\xac\x5d\ \xd7\xc3\xb8\x12\x0c\x9b\x8c\x72\x40\xa9\x72\x0e\x94\x00\xa0\x5b\ \xd7\x11\xd0\x16\x82\x50\x02\x80\x52\x0a\x29\x25\x27\x34\xca\x70\ \x29\xb0\xbc\xf9\x0e\xa9\xd6\x1c\x30\x44\x4a\xa9\xaa\xa9\xa6\x69\ \x56\x96\x83\x44\xd5\x53\xb4\x41\xcd\x9f\x94\xee\x89\x89\x89\x03\ \x07\x0e\xfc\xa5\x9f\x56\x74\x9b\x12\x50\x95\xa7\x04\x00\xa2\x91\ \x81\xa3\x72\x4b\xd6\x4e\x9f\x30\xf5\x4b\x78\x6e\x7a\xf2\xca\xa5\ \x4b\xbc\x75\xdb\x76\xe9\x3a\xa0\x6b\xca\xac\xfb\xfe\xf9\x7c\x77\ \xb2\x76\x53\x7c\xc7\x7b\xbb\xd5\x8c\x0e\x33\xc3\x01\x3f\xa9\x88\ \xd6\x1b\x5b\x17\x6d\xca\xed\x74\xf5\x1f\x90\x85\x8b\x00\x8c\x71\ \x45\x51\xa4\x94\x84\x92\xaa\xe7\x15\x61\xf5\xa5\xca\x72\x21\x24\ \x22\x52\xa0\x50\x9e\x35\x41\xa4\x94\x9a\xe2\x52\x99\x22\x2c\x33\ \x2d\xcd\xad\x32\x3d\x62\x18\x28\x69\x38\x60\x48\x89\x5c\x03\x33\ \x12\x09\x04\x83\x84\x90\x98\x98\x18\x54\x15\xca\x98\xc2\x38\x02\ \xa0\x44\xdb\x26\x88\x44\xa2\x54\xb9\xc2\x18\x33\x22\x96\xb0\x04\ \x54\x3b\xd9\x09\x31\x4d\xa3\x20\x3f\xdf\xb2\xec\x68\xdb\x36\x52\ \x71\xac\x8d\x4b\xd7\xc2\xa1\xd0\x79\x99\x48\xdc\xa8\x61\xc3\x1f\ \xbe\x4f\x07\x14\x00\xa4\xb2\x90\x3d\xda\xa0\x8a\xeb\xb2\x51\xa3\ \xaa\x67\x0a\xa0\x4c\x69\x37\xb8\xef\xb6\xd5\x0b\x66\x5b\x02\xd3\ \x7a\xba\x3a\x37\xed\xf5\xcc\xcc\x97\x1e\x7f\xe6\xd5\x4d\xb2\xf1\ \xd4\x99\xe3\x5a\xfa\xca\xe5\xd3\xb4\xdb\xd0\x2b\x49\x85\x1b\x6a\ \x92\x8b\x86\x8d\xe8\xd6\x2a\xee\x8f\x50\xea\x24\x1c\x0e\xe6\xe7\ \xe7\x03\xc2\x91\xb5\xab\xe2\x68\x0b\x2b\xaa\xd1\x7e\x3b\xd7\xa5\ \x65\x83\x90\x8c\x12\x04\x22\x11\x08\x00\x01\x46\x29\x70\x55\x63\ \x2e\x8f\xc2\xa8\xaa\xba\x15\x85\x73\xc6\xad\x50\x88\x33\x5a\x90\ \x9d\x9b\x95\x75\xb8\xa4\xb4\x54\xe1\x4a\xad\x3a\xb5\x53\x6a\xd4\ \x50\x35\x55\x72\x41\x80\x46\x3b\x07\x10\x28\xef\xfc\x18\xed\x16\ \xc6\x14\x76\x82\xd5\xf2\x37\x83\x71\x9e\x9c\x92\x66\x0b\x1b\x51\ \xa2\x94\x88\xd1\xcd\x5c\xe9\xf6\xb8\x75\x97\x0b\xe5\x79\xe8\x1e\ \xf4\xb9\xa8\x67\xb3\x66\x4d\x84\x90\xe4\x68\xbd\x11\x0d\x9e\xa5\ \xa7\xa5\x56\x25\x4f\xb7\xe1\x77\x76\x1b\x7e\x4c\x14\xa2\xdb\xbf\ \xa7\x76\x3b\xe6\x9a\x1d\x06\xdf\xd6\xa1\xf2\x1f\xbe\x16\xf7\x8e\ \x6b\xf1\x87\xfc\xd7\x50\x4a\x5d\xd7\x6b\xa4\x65\xca\xe8\x59\xbe\ \x18\xdd\x31\x43\x44\x49\x08\x84\x82\xc1\xea\x39\xf3\x91\x82\x60\ \x20\x00\x29\x20\x00\x61\x12\x88\xc2\xb8\x14\x12\x25\x55\xdd\x3a\ \x20\xc6\xc4\xaa\x04\xa0\xb4\xb4\x44\x0a\x59\x58\x50\xb0\x6b\xe7\ \xae\x70\x28\x00\x04\x22\x22\xb8\x75\x4b\x99\x11\x8e\xd4\xaa\x5b\ \x5b\x4a\x49\x99\x52\x7e\x52\x18\x82\xc2\x79\xc5\xc1\xc3\xa4\xbc\ \xa3\x5a\xf5\x72\x0f\x51\x51\xd4\xb8\x84\x84\x4a\x51\x21\x4a\x29\ \x84\x6d\x59\x9a\xdb\xe5\x72\xb9\xce\xcb\x0c\x1c\x4a\x49\xcd\x8c\ \xb4\xf3\xd2\x6b\x44\x44\x5d\x77\x25\x24\x56\x34\x38\x40\x81\x52\ \x4a\x29\x4d\xcb\xa4\x84\xe4\xe4\xe4\x54\x0f\xd7\x8d\x70\x08\xa4\ \x0d\x94\x49\x20\x16\x5a\xc0\x14\x41\x04\xa5\x54\x55\x55\xae\x68\ \x52\xd8\x08\x68\x46\x0c\xc3\x30\x40\xca\x43\xfb\xf7\x05\xcb\x4a\ \x18\x05\x20\xa0\x71\x1e\x36\x8c\x7d\xfb\xf6\x78\xbc\x9e\xb4\x8c\ \x8c\x68\x50\x8c\xa1\x82\x84\x11\x42\x19\x8b\x36\x80\xa4\xaa\xaa\ \xfc\x4e\xd2\x01\x80\xa2\xc2\x02\xc3\x30\xa2\x19\xc5\x96\x65\x79\ \x5c\x2e\x4d\xd7\x9c\x54\xb3\x3f\x29\xdd\x01\x20\x3f\x2f\x57\x08\ \x01\x88\x52\x0a\xdb\xb6\x7d\x3e\xaf\xae\xeb\xd5\x76\xbe\x69\x42\ \x9c\x2f\x36\xc6\xeb\xf6\x78\x91\xb2\x22\x7f\x38\xb7\xa0\x30\x10\ \x08\x7a\x75\x97\xaa\x69\x12\x91\x29\x9a\x6d\x9b\x11\xd3\x20\x94\ \x84\xfd\x81\x50\xa0\x4c\xa1\x88\x52\x70\xce\x4d\xdb\xe4\x94\x08\ \xd3\xcc\xcf\xcd\x49\x49\x4d\x05\x8a\x94\x2b\xc2\x16\x9e\x18\xaf\ \x94\x92\x90\xe8\x79\x04\x8c\x52\x06\xbf\x5b\x6d\xd2\xb6\x6d\xdb\ \xa6\x4d\x7b\x09\x00\x2c\xdb\x4a\x4c\x4c\xbc\xf7\xee\xbb\x92\x52\ \x52\xfe\xe2\xa4\x11\x42\x6c\xf8\x7e\x73\x59\x59\xc0\xeb\xf5\xb4\ \x6b\xd3\x42\x51\xfe\x1c\x5b\xfd\x51\x8b\xfc\xcb\x2f\xbf\x9c\x3b\ \xf7\x3d\x55\x53\x23\x91\x48\xb3\xa6\x4d\xef\x18\x73\xbb\xdb\x5d\ \x6d\xc1\x19\x1e\xeb\x73\x51\x62\x9b\x66\xc8\x1b\x17\x9f\x11\x9b\ \xe6\x8a\xf1\xe6\x64\xe7\x12\x21\xb9\xc2\x0d\xd3\x42\x40\x89\xd2\ \x12\x16\x00\x02\x91\x04\x04\xe7\x92\x48\x46\x28\x61\x02\x39\xe3\ \x92\xd0\x80\xdf\x1f\x0a\x86\x5c\x5e\x6f\x34\xcc\xab\x69\x1a\x12\ \x1e\xbd\x7b\x94\xbf\x6f\xbd\x69\x97\xae\xdd\x4a\x4a\x4b\x67\xce\ \x7c\xc5\xe7\xf3\xde\x3a\x7a\x74\xbd\x7a\xf5\xe0\x2f\x7f\xb4\xc1\ \xba\x6f\x37\x32\xca\x32\x33\xd2\x72\xf3\xf3\xbf\x58\xb5\xae\x65\ \xf3\x26\x95\xbd\x90\x10\x31\x36\x36\xd6\xe7\x3d\x17\xbb\x3d\x46\ \x95\xf7\x90\x21\x43\x8b\x4b\x4a\x16\x2e\x5c\xd4\xb0\x61\x83\x5b\ \x6f\xb9\x25\x2e\x2e\xf6\x98\x26\xda\xbf\x89\xeb\x3f\xff\xb4\xd9\ \x34\xc3\x12\x89\xe6\xf3\xd5\xc8\xac\x93\x94\x5e\x2b\x33\x23\xcd\ \x5f\x52\x1a\x36\x4c\x04\x0c\x1b\xe1\xe8\x29\x5f\xa6\x29\x35\x8d\ \xbb\x74\xee\x2f\x2e\xa1\x44\x65\x8c\xbb\x75\xdd\xb4\x85\x61\x1a\ \xf1\x89\xc9\x84\x00\x01\x82\x52\x6a\xba\x46\x09\x61\xaa\x5a\xde\ \xf2\x8e\xb1\xdf\x75\xd3\x54\x0a\x7b\xc0\x80\x4b\xa4\x6d\xa7\xa4\ \xa6\xb6\x6a\xdd\x2a\xe8\xf7\x7b\xfe\x88\xf3\xc5\xcf\x29\x14\x17\ \x97\xb4\x6f\xdb\x26\xad\x46\x72\xbd\xba\xb5\xd7\x7d\xbb\xe1\xfb\ \x1f\x7f\x26\x55\xe2\xd6\x45\xc5\x25\x43\x07\x5d\xac\x55\xa6\xe2\ \x45\x0a\x56\x2c\x9c\xbb\x76\x47\x41\x6a\xd3\xee\x57\x5f\x79\xa1\ \x0f\x00\xac\x82\x0f\xdf\x78\x6d\x53\x16\xef\x33\xe2\xe6\x2e\xf5\ \xca\x4f\xc6\xcb\xd9\xb4\x6c\x79\x56\xec\x15\x97\x74\x71\x81\x7f\ \xf1\xcb\x2f\x6d\xc8\x0d\x03\xe5\xba\xa6\xa4\xb7\x18\x70\xcd\x25\ \x2d\xed\xc2\xed\x6f\xbc\x32\xe7\x10\xab\x7d\xcd\xcd\xd7\xd6\x8b\ \xa3\x56\xc9\xde\x85\x73\xe6\x6f\xcd\x0d\x37\xe8\x3a\xe4\xaa\xde\ \x2d\x4f\xab\x2c\x8d\x52\x72\xc3\xf5\xd7\x7b\xdd\xee\x4e\x9d\x3b\ \xa5\xa5\xd5\x08\x06\x03\xd5\x18\x74\xe7\x79\xd9\x07\x6d\xcb\x00\ \xc6\x48\x69\x71\xa9\x3f\x18\x36\xad\xba\x75\xeb\x79\xbd\x9e\x40\ \x28\x88\xc2\xb6\x2c\x83\x00\x30\x0a\x88\xc2\xe3\xf5\x24\x26\x26\ \x86\x83\x7e\x90\xcc\x16\x42\xda\x96\x29\x6c\x5f\x4c\x4c\xcd\xcc\ \x4c\x97\xae\x13\x4a\x84\x90\x2e\xb7\x07\x11\xa2\x19\x1d\xc2\x16\ \xa6\x69\x4b\xdb\xaa\x0c\x8d\xfd\x1e\xca\xc0\x32\x8d\x81\x83\x06\ \x4b\x61\x05\x9d\x93\xe0\xa3\x36\x8c\xb4\x9f\x7d\xfe\xf9\xb8\x18\ \x1f\x10\xd0\x54\xf5\xa8\x75\x15\xb1\x24\x10\xb9\xec\x92\xbe\x95\ \x1f\xec\xf8\x6a\xd1\x5b\x1f\xad\xaf\xdb\x34\xf5\x8d\x89\xb7\x6d\ \xce\x7f\x65\xda\xed\x9d\xdf\x7e\xe8\xc6\xe7\x37\x25\xf4\x6e\x10\ \x1c\x73\xfd\x86\x69\x0b\xde\xfe\x5b\x6c\xe9\x92\x99\x8f\x3f\xfc\ \xd4\xcc\xbc\x8e\x63\x06\x5e\xd2\xc5\x05\xd4\x97\x90\x94\x28\x2d\ \x37\xe4\x3e\x37\xf9\x89\x66\xe3\xba\x5e\x73\x71\xce\xa4\x1b\xaf\ \x59\xef\xeb\xd2\xc8\xfe\xea\x9a\xef\x0e\x7f\xf4\xce\x84\x5d\x8b\ \x5e\x5b\xf0\x4d\x49\xf3\x34\xe3\xc9\x9b\xaf\xc8\x7b\x65\xf1\x3d\ \xbd\x4f\xa3\x27\x78\xb4\xfb\xe7\xb0\xab\x47\xd8\x66\x24\x14\x0a\ \x55\xaf\x64\xb8\x6a\xf9\x99\x11\xe0\x8a\x6a\x59\xc1\x88\x11\x0c\ \xe8\x3c\xe0\xf5\xc4\x26\xa6\x06\x8a\x0b\x02\x65\xc5\x5e\x8f\x9b\ \x32\x90\x12\x75\x95\x5a\x12\x93\x6b\x36\x28\x36\xa1\xa4\x20\x0f\ \x08\x84\x4d\x43\xf7\xba\x6a\x36\xac\xe3\x49\x8a\x95\x9c\x10\xc6\ \x38\xd3\x91\xb8\x90\x30\xdb\x36\x35\x55\xf3\x7a\x7d\x46\xc4\xa0\ \x8c\x29\x8a\x42\xa3\x2d\x05\x4e\x07\x8a\xaa\x56\x76\x6d\x3f\xa6\ \xf7\x06\x21\xc0\x19\x03\x00\xc6\x15\x06\x08\x52\x00\x80\xa6\x69\ \x28\x25\x50\xb5\xea\x4a\x42\xfe\x7a\x69\x67\x94\xd0\x9f\x7e\xdc\ \xe8\xd2\xd4\xe3\xad\x47\xdb\x34\x6b\xd6\x6f\xa2\x55\xe9\x66\xda\ \xa8\xef\xcd\x6f\xf4\xbd\x19\x00\x2e\xc8\xfb\xfa\xc5\xcd\x5b\x45\ \x99\x3a\x73\xce\xc1\x07\x56\x7c\x78\x79\x43\x49\x2e\x6a\x3b\x6b\ \xde\xf7\x7f\xbb\x3e\x21\xc8\x6b\x5f\x77\xe3\xe0\x59\xdb\x18\x01\ \x00\xf0\xf4\xb8\xea\xa6\x1e\x00\xdb\x17\x8c\x7f\xb5\xcb\xad\x2f\ \xde\xd7\xad\x64\xed\xa3\x73\xb2\xd2\x16\x7f\xf7\x7c\x53\xb1\xb1\ \x5f\x87\x61\x6f\x6c\xbc\xe3\x9e\xeb\xff\x33\xe7\x7a\x00\x30\x70\ \x5b\xd3\xb5\x5b\xb3\x4e\x85\xeb\x95\x39\x0e\x94\x31\x29\xa4\x6d\ \x46\xa2\x4d\x45\xa5\x84\xe3\x4f\xec\x3a\x73\xae\x17\x06\x22\x44\ \x20\xb7\xa5\xa0\xd2\x02\x13\x73\x0b\x04\xdf\x1b\x53\x1c\xd8\xbb\ \xef\x40\xd6\xe1\x03\x3e\xaf\x27\x2d\x2d\x95\x52\x46\x08\x0d\x84\ \xc2\x0a\xd7\xe3\xe2\xe2\xcd\x88\x61\x18\xa1\x58\x97\x3b\x21\x29\ \x51\x51\x5c\xc1\x40\x48\x92\x08\x25\x61\xc6\x75\xc6\x83\x08\x68\ \x0b\x4b\xd7\xf5\xd8\xd8\x38\x42\x28\x4a\xdc\xba\x6d\x1b\x3d\xfd\ \xdb\xd5\x74\xfd\xc0\x81\x03\xa6\x69\xf9\xfd\x01\x42\x18\x56\xe9\ \x76\x6d\x9a\xe6\xbe\xfd\x07\x7e\xfe\xf9\x67\x29\x44\x34\xbe\x2e\ \x31\x7a\x62\xa5\xd4\x5d\xfa\xc1\x83\x87\xda\xb4\x6a\x19\x15\x50\ \xc0\xef\x2f\x2d\x29\xf9\x6b\xe9\x75\xdb\x4a\x49\x4e\x71\x69\xca\ \x09\xfa\x7e\xd9\x96\xcf\xeb\x29\x2a\x2a\x54\x8e\x31\x2c\x8b\xb7\ \x2c\xd9\xaf\x0f\xbc\xe3\xa2\xfc\x5d\x6b\xb0\xee\x05\x35\x94\xd2\ \xd2\x12\x68\xd1\xaa\xf6\x8a\xec\x2d\xa5\xd6\x65\x43\x6f\x1e\xb5\ \x79\xfe\xa1\x0f\x0f\xb0\xb2\x92\x92\x72\xcd\x61\xe7\xbd\xf6\xd6\ \xb7\x7d\x86\x3f\xed\x2a\x2b\xd9\xb6\x3d\xa7\x49\xa3\xa6\xde\xd2\ \x92\x52\x12\xdb\xac\x41\xbd\xec\x5d\xfb\x4a\x1b\xd6\x02\x80\xb2\ \x5d\x1f\x6f\x08\xb4\xb9\xb6\x6b\x83\x53\x91\xbf\x6d\xdb\xe1\x70\ \xb8\xb4\xa4\x44\x08\x5b\x22\x82\x14\xe5\x73\x8a\x92\x10\x62\x18\ \xd5\x73\x9c\x1e\xf9\xdf\xcb\xd3\x08\x90\xe8\x66\x15\xa9\x72\x7a\ \x23\xa5\x04\x80\x20\x00\x00\x56\x3d\xa1\xe1\x18\x15\x8b\x47\x3a\ \x8e\x60\xd5\x38\x7a\xd5\xcc\x0d\x71\x86\xa5\x49\x18\xed\x9c\x2a\ \x4f\xb4\x31\x14\x3d\x5f\xf5\x17\x3c\x7a\xb8\xf4\xd2\x81\xf1\x71\ \x71\xa1\x50\x28\x3b\x27\x87\xfc\xc5\x1a\xa9\x46\x0f\xe8\x3c\x89\ \xd5\x77\x22\x6f\x0f\x09\x57\x15\x22\x4d\x5b\xaa\x2a\xb7\x4d\x4b\ \x22\x30\x45\x25\x68\xdb\xb6\x04\x00\xc2\xb8\x42\xd1\xb4\xc4\x91\ \xf1\x4c\x55\xa8\x34\x2d\x01\x94\xab\x1c\x2c\xd3\x46\x20\x8a\xaa\ \xa0\x6d\xda\xb2\xfc\x8b\xb8\xaa\x51\xb4\x2d\xfb\x94\x66\x9f\x50\ \x72\x82\x1d\x40\x02\x88\xa8\x70\x9e\x9e\x9e\x5e\x0d\x5c\xb7\xc2\ \xfe\xf3\x6f\xbe\x43\xa1\x90\x10\xe2\xe4\xb3\xee\xe0\x4f\x84\x6a\ \x89\xc6\xf0\xc0\x79\xea\xd2\x55\x76\x8e\x77\x88\xe2\xa0\x7c\xc5\ \x73\x44\xe0\xc0\xe1\xba\x03\x07\x0e\xd7\x1d\x38\x70\xb8\xee\xc0\ \x81\xc3\x75\x07\x0e\x1c\xae\x3b\x70\xe0\x70\xdd\x81\x83\x6a\x84\ \xd3\x1c\xfd\xcf\x87\x8a\x53\x97\x4f\x80\xb3\x76\x78\xf2\x49\xd2\ \x54\xa2\xbb\xfb\x0e\xd7\xff\x4a\x2b\x26\x63\x20\xc5\x99\x15\xbe\ \x12\x4a\x29\xa0\x44\x42\x09\x88\xa3\xb9\x4b\x08\xb1\x6d\xdb\x1f\ \xf0\xa3\x3c\xfe\x1c\x59\x74\xb9\xdc\x27\x2c\x41\xa4\x94\xa2\xac\ \xce\x22\xdc\x80\x3f\x10\x31\x23\xc7\xe5\x5f\x20\x63\xcc\xeb\xf5\ \x9d\xf0\x51\x8c\xee\xee\x55\xbe\x27\x00\xf2\xec\x3e\x12\x8e\x0d\ \xf3\x1b\x75\x2c\xd3\xdd\x5e\x9f\xcf\xe7\xd6\x94\xa3\xa7\x55\x14\ \xe5\x64\xfb\x2d\xfc\xa5\x9c\x37\x45\xd3\x55\x46\xb0\x8a\x42\x26\ \x4c\xf1\x78\x5c\x8c\x00\xa1\x24\x52\x56\x94\x5f\x12\xb4\x23\x65\ \xd9\x85\x25\xf2\xe8\x39\x62\x94\x16\x16\x16\x95\x94\x06\x6c\xa4\ \x96\x80\xaa\x2f\xc3\x86\xc3\x59\xd9\xd1\xf4\x69\x45\x73\xf9\x7c\ \x3e\x9f\xcf\xab\xab\x9c\x80\x0c\x06\xfc\x11\x71\xc2\xa3\x66\xa9\ \xa6\xeb\xec\x34\x33\x86\xa4\x94\x87\xb3\xb3\x8f\xbf\x01\x1b\x59\ \x5e\x61\x89\xdf\x5f\x46\x29\x53\x74\x97\xae\xd0\x28\x99\x15\xdd\ \xa5\x31\x34\x0c\xb3\xb2\xc7\xad\x6d\x46\x82\x61\xe3\x2c\x9f\x7d\ \xcb\x1e\x18\x77\x9f\xc3\xd8\x33\x26\x3a\xc7\xf0\x8f\x6b\x56\x7c\ \xbe\x6e\x53\x9e\xe9\xce\x48\x89\xa3\x04\x28\xa5\x40\x14\x0d\x0f\ \x3e\xfa\xe0\x33\xbc\x4d\xf7\xc6\x71\xaa\x04\x4a\xc9\x91\xa7\x80\ \x52\x4a\x89\x3c\xb8\x6d\x73\xbe\x8c\x4b\x89\x51\xa2\x9a\x9f\x70\ \x2e\xca\x72\xd6\x6f\xdc\x1b\x93\x9a\x1a\xe7\xa1\xab\xe6\xbe\xb8\ \x60\x1b\xa9\x15\x58\xff\xf4\x92\x5d\x3d\xbb\x77\xd2\xc1\xaa\xd4\ \x80\x94\xd2\x92\xd2\xe2\x8c\x5a\x75\x32\x33\x6b\x25\x26\x25\x57\ \x7d\x25\x25\x27\xe7\xe7\xe5\xc4\xc6\xc4\x72\x0e\xd9\x3b\x7e\x58\ \xf9\xc5\xea\x8d\x3f\xee\x14\xde\xd4\x74\x35\xf7\xd1\x89\x4f\x40\ \xfb\x81\xad\xe2\xd0\x14\x58\xc5\x0a\x22\x14\x83\x5b\x7f\xd8\x0a\ \xf1\xc9\x5e\x4e\xb0\xfc\xee\xca\x13\xf8\x08\x21\xe5\xed\xf4\x8f\ \x83\xb0\x6d\xc3\xb2\x9a\x36\x6b\x79\xcc\x0d\x24\x26\x26\x21\x4a\ \xd3\x88\xc4\xc4\xba\xf7\x6c\xda\x98\x23\x62\x52\x62\x15\xa0\x34\ \x67\xe7\xf6\x9d\x3f\xaf\x9a\xf1\xf6\xea\xa6\xdd\x3a\xc7\x51\x74\ \xe9\xec\xab\x39\x8f\xcf\xfe\x8e\xf7\xe9\xde\x18\x2c\x41\x2a\xbf\ \xa5\xfc\x2b\xab\x48\xaa\x5a\xab\x37\x1d\xbd\x7e\xe6\x4c\x77\x69\ \xe4\xbb\x45\xcf\x4d\x78\xf6\xdd\x1f\x37\xaf\xff\x72\xd3\x2e\x9b\ \xe9\x1c\xac\xe2\xe2\x52\x9b\x70\x85\xca\x60\x20\x68\x4b\x50\x54\ \xc5\x0a\x95\x96\x04\x0d\xaa\x28\x94\x71\x85\x88\x92\xe2\x62\xd3\ \x0c\x7f\x32\xfd\x89\x59\x5f\xee\x0d\x87\x23\x51\xcd\xaf\xeb\xda\ \xce\xcf\x5f\xea\xdd\xef\xaa\xc5\x7b\x03\x5c\x63\x56\x24\x1c\x36\ \x6c\x61\x45\x42\x61\x53\x4a\x51\xa9\x11\x2b\xbf\x1a\x4f\x62\x94\ \x13\xea\x72\xcb\x0f\x5f\x7a\xfc\x99\xf7\xd7\xec\xde\xf2\xd5\x7f\ \x1e\x7c\x78\xc9\x8f\x85\x56\xa8\xb4\xa8\xa8\x38\x60\x08\xce\x19\ \xe7\x0a\x11\x91\xe2\xe2\x32\xa9\xb8\x3d\x78\xf0\xbf\x8f\x3c\xb5\ \x76\x4f\x5e\x30\x62\x2b\xaa\x6a\x87\xcb\x8a\xcb\x22\x4c\x51\x38\ \xe7\xd2\x0c\x16\x16\x16\x87\x6d\x79\x5a\xca\x17\x11\x01\x88\xa2\ \xaa\x3f\x2c\x7c\x7a\xd2\xff\x3e\xa5\x1e\xaf\x8b\x14\xbc\xf8\xd0\ \x3f\x3f\x29\x6b\x7c\xeb\x8d\x83\x12\x38\x50\x2a\x4b\x4b\x4a\x8a\ \x8a\x8a\xcb\x42\x16\x57\x35\xb4\x42\xc5\xa5\x41\xc2\x39\x65\x4c\ \x65\x10\x28\x29\x0e\x59\xa8\x2a\x9c\x73\x12\x2e\x2b\x2e\x2c\x0d\ \x08\x74\xb8\x7e\x4e\xf8\x3a\xe6\xb6\x1f\x37\xe9\xcd\x87\x3c\xf9\ \xdc\xf4\xc7\x47\x5f\xac\x97\x6e\x7d\xe1\xe1\x7b\x6f\x1e\x7d\xe3\ \x1d\x8f\xbc\x5d\x24\x55\x85\x73\x45\xd3\xf6\xaf\x9d\x3b\x66\xf4\ \x6d\xd7\xdd\x78\xfb\xeb\x9f\xef\xd3\x64\xfe\x8c\x7f\xdd\x31\x7c\ \xf4\xdd\x2f\x7c\xf8\x1d\x53\xed\xcf\xde\x9a\xf2\xe8\xcb\x1f\x87\ \x99\xc2\x08\x85\xe0\xe1\x65\x5f\x66\x0d\xe8\xd7\xea\xcb\x85\x9f\ \x09\xaa\x54\x9c\x25\xcb\x54\x8f\xa7\x70\xfd\xfb\x77\x8c\x9b\x96\ \x6b\xab\xec\xd4\x49\x87\x52\xb0\x98\xc1\xb7\x3c\xf0\x9f\x67\xa6\ \x74\xd0\x77\x7d\xb6\xe1\x10\x29\xdb\x37\xf3\xe1\xdb\x87\x5e\x3b\ \xf6\x93\x1d\x01\x2c\xf8\xe1\xe1\xbb\x46\xdd\x3c\xf2\xc6\xb1\x4f\ \xbd\x57\x4a\x3d\xdc\xca\x79\xf5\xc9\x7f\xbd\xb2\x66\xe7\xfe\x6f\ \xde\xbf\xed\xe6\x9b\x6e\xb8\xfe\xe6\xe7\x17\xff\x6c\x66\x7d\x33\ \xfe\xee\x31\xf7\x3d\x30\x79\xe9\xd6\x7c\x95\x9f\x6e\x75\x36\x0a\ \xc1\xba\x0c\x1c\x10\xde\xfe\xd5\xb6\x80\xc7\xd8\xf9\xd5\x2e\xa5\ \xf5\xe0\x46\xd9\xcf\xbe\xb8\x20\x28\xca\xde\x7a\xfc\x9e\xff\xbb\ \xee\xb6\xe7\xde\xfd\x4e\x8d\x89\xf1\xef\xf9\x72\xe2\x5d\xa3\x6f\ \xbe\x7e\xd4\xa3\xef\x7c\xc3\x54\xeb\xa3\x97\x26\x5d\x7f\xe3\x6d\ \xd7\x8f\x9e\xb8\xfa\x70\x64\xfb\x92\xe9\x23\x6f\xb9\x67\xc2\xe3\ \xaf\x1f\x8e\x00\xaf\xae\x5a\x0d\x87\xb2\x67\x0a\x0c\x4b\x7d\xc0\ \x88\x31\xdf\x3f\xfe\xf2\x80\xcb\xd7\x8e\x19\x7f\x7f\xfc\x86\x39\ \xcb\x0b\x6a\xff\xf7\xf9\xd1\x8f\x8d\x9e\x34\x7f\x4b\x03\x97\xa2\ \x2a\x32\xfb\x95\xa9\xef\xd4\xbc\xea\x5f\xb7\xd9\x4b\x27\xcd\x7e\ \xb3\x56\x38\xe1\xd3\xac\xba\xaf\xbe\xfd\x40\x2d\x5e\x36\x73\xe3\ \xdc\xab\xee\x7d\x72\xfc\x25\xc9\xa5\x25\x61\xa9\x78\x0b\x7e\x5c\ \xb9\x29\xd0\xf0\xa9\x17\x7a\x3c\x78\xc7\x1b\xeb\xf3\xaf\xd4\x39\ \x80\x09\x00\x28\x4c\x23\xb6\x71\xdf\x31\xa3\x9a\x25\x30\xfb\x34\ \x3c\x39\x42\x34\x6a\xbc\xf5\xc4\xd8\x5d\xb3\xf0\xa0\xd1\xf2\xc1\ \x1e\xf5\x3f\xfa\xa1\xfe\x3f\x1f\x9d\xa9\xbd\x37\xee\xfd\xa5\x4b\ \xcb\xf8\xfa\x82\xda\xc3\xe6\x4d\x6d\x3b\xe1\xda\xfb\xdf\x5c\x17\ \x1b\x9b\xda\x74\xe2\xd3\x2f\xf7\xf2\xed\xbb\xeb\x86\x39\x2d\x6f\ \x7c\xfe\x96\x46\x9b\xaf\x9f\x38\xab\x4e\x61\xdc\xd6\xd2\x8c\xa7\ \x5f\xfa\x77\x93\x04\x66\x5a\xd6\xe9\x8a\x46\x08\x91\xd9\xac\x4b\ \x63\x65\xf1\xf7\x5b\x77\x97\x7e\xb3\x29\xae\x6d\xef\xfa\xae\x60\ \x6e\x99\x79\x68\xed\xdc\xf7\xb6\xc4\x4d\x7b\xfb\xb9\xf5\xd3\xee\ \xfe\xc6\x2c\x5b\xfc\xda\xfc\xbc\xba\xd7\xbe\x30\xba\x68\xd4\xa3\ \xef\x7e\x96\x70\x60\xf6\xd7\xc1\xc9\xaf\xcf\xf5\xcf\x1f\x3b\x73\ \xe6\xbc\xce\xfe\x75\xee\x4e\xc3\xa7\xde\xd9\x5f\xa3\xc2\xae\x26\ \xdd\xee\xe8\xf5\x33\x87\x65\x98\x29\x2d\x06\x4c\x7b\xf3\xed\xc9\ \x43\x6b\xbc\x38\x7e\xc2\xe2\x6d\xd9\xf9\xfb\x36\x4d\x7d\xe1\x1d\ \x5a\xa7\x41\x92\x9b\x4b\x60\x5c\x94\x1c\x28\x28\xdd\xfc\xf1\x1b\ \xb3\xbf\xca\x6a\xdc\xb6\x41\xc1\xfe\xbd\xc9\x4d\x3a\x34\x4e\x8d\ \x71\xe9\x3a\x91\x42\x4a\x01\x02\x01\xa8\xa6\xdb\xeb\x16\xaf\xdc\ \x99\x93\xfb\xed\xea\x9f\x0b\x76\x6f\xfc\x74\xf5\x0e\xaa\xa9\x51\ \x63\x15\xa5\x74\xa5\xd4\xef\xda\xa5\x85\x8b\x9c\xce\x84\x23\x08\ \x64\x2d\xfe\x7e\xf1\x2d\x63\x27\xbd\x36\xfd\xd1\xae\xb5\x75\x53\ \x52\xee\xf2\xd5\xab\x5b\x57\x89\x14\xec\xc9\x29\x6b\xdc\xaa\x55\ \x5c\x52\xb3\x76\x75\x3c\xfb\x0e\x14\x13\x82\x52\x0a\x28\x29\x2c\ \x8a\xf8\x2e\x68\xde\x28\xa9\x45\xdb\x34\xcc\x21\x5d\x6f\x1c\xdb\ \xcf\x37\x71\xd4\xa8\xd7\xbf\xdc\xa7\x9c\x7e\x87\x1f\x14\x36\x49\ \xa8\x7f\xf1\xdf\x6a\xaf\x5a\x38\x7b\xd1\xa6\xa2\xee\x3d\x3a\xea\ \x44\x28\x1a\x2b\x3e\x90\x1d\x53\xab\x55\xe3\xd4\xe4\xf8\xe4\x38\ \x22\xcd\xa2\x43\x59\x7b\x37\x2e\x79\xe1\xdd\xef\x6a\x37\x6e\x6a\ \xe4\x1d\x64\xe9\x4d\x1a\xd7\x49\x6a\xdd\xa1\x59\xf8\x50\xd6\xa0\ \x07\x27\x36\x3d\xfc\xfe\x75\x77\x3c\xf6\x7d\x81\x50\xab\xa9\x90\ \xd2\xe1\xfa\x99\xdb\xeb\x0a\x93\xdb\xbf\x5e\xfc\xd1\x9a\x1d\xc4\ \xe5\x15\xa1\x70\x46\x66\xfd\xc6\x75\x1a\x5e\x35\xea\xce\xf1\x0f\ \x4e\x18\xdc\x28\xde\x5f\x92\xbd\x23\x47\xeb\xd8\xa2\x76\xdd\xb6\ \x17\xdf\x73\xef\x7d\x13\xae\xbb\xb2\x6b\xab\x26\x7b\x57\xbd\x37\ \x67\xc5\xd7\x3f\xed\xcf\x53\x5c\xf2\x87\xaf\x3e\xdf\xf8\xf3\x1e\ \x83\xbb\x68\xfe\x0f\x0b\xd7\xed\x6f\xdd\x26\xfd\x70\xae\xd1\xb2\ \x75\x8d\xcf\x96\x2e\x2b\xb4\xd9\xc1\xfd\x87\x0c\x24\x25\x59\xd9\ \xfb\x36\x7d\xfa\xd2\x8c\x0f\x8a\xa5\x42\xc9\xa9\xab\x75\x8c\x44\ \xcc\xd4\x86\xad\x3b\xb5\x6e\x9a\xe8\xe1\x96\x69\x45\xc2\x21\xd3\ \x96\x66\x24\x14\x40\x6f\xeb\x26\xf5\xbe\x59\x36\xef\xf3\xe5\x6f\ \x2f\xde\x6e\x75\xe9\xd8\x9c\x45\xf2\x57\xae\x58\xb5\x23\xe4\x6a\ \x9c\x6e\x2e\x9c\x3f\x6f\xf9\xec\xb7\xf6\xb2\xba\xf5\x55\x68\xd4\ \xef\x86\xe1\xad\xec\xb9\xf3\xd7\x5a\x94\x93\x33\x58\xf4\x0c\xe5\ \xc2\x41\xbd\x77\xbc\x3b\xf5\xcb\xe2\x8c\x0b\xdb\xd5\xb6\x23\x21\ \x7f\x49\x30\xa3\x7d\x07\x73\xdb\x92\x59\xcb\x56\xed\xdc\x75\xd8\ \x00\xbd\x7e\xfb\x36\xb5\xea\xb7\xbb\xe5\xee\x7b\x1f\x7e\xf0\x86\ \x9e\x7f\xbf\x80\xed\x5e\x3d\x6f\xd1\x8a\xb7\xdf\xfd\x2a\xae\x59\ \x1b\x62\xc6\x0e\xbf\x73\x4c\xd2\x81\x95\x8b\xbe\xcf\xd5\x94\xea\ \xb1\x61\x9c\x38\xcc\x99\x73\x9d\x33\x76\xf0\x87\xcf\xde\x7c\x6b\ \xc1\xea\x1f\x0b\x2e\xba\xe1\xae\xd1\x57\xf5\x75\x17\xff\xf0\xfa\ \xdb\x0b\xb7\x64\x43\x87\xae\x9d\x53\xec\xec\x5d\x05\xbe\xeb\x6e\ \xe8\xb3\xe5\x83\xd9\x0b\x56\x7c\x63\x27\x36\xb9\xe8\xa2\x1e\x69\ \xf6\xae\xd9\xef\x2d\x3d\x48\x33\x06\x0d\xe8\xb4\x79\xc9\xbc\xf5\ \x79\x6a\xb7\xee\x6d\xed\x03\x5b\xb7\x87\x32\xee\x7b\x70\xdc\xa5\ \x7d\x7b\x74\x6f\x91\xb9\x7f\x77\x51\xa7\x6e\xed\x8b\x76\xec\x69\ \xdc\xa3\x1b\xcf\xdd\x1d\xe2\xf4\xc0\xde\xb2\x56\x1d\x5b\x79\x28\ \x22\x00\xa5\xb4\xb4\xb4\x34\x36\x2e\x41\x77\xb9\x8e\xbf\xa7\xdc\ \x9c\xac\xb8\xd8\x58\x4a\x64\x61\x6e\x41\x6c\xdd\x16\x4d\x6a\x78\ \x6d\x5b\x82\x34\x0b\x8a\x42\x0d\xdb\x75\x88\x37\x0a\x4a\xd4\xf4\ \x7f\x5c\x3e\x10\x76\xaf\x7c\x67\xc9\xf7\x9d\x47\xdc\x75\x4d\xcf\ \x36\x69\xae\xd2\x0f\x17\x2c\xce\xf1\xb4\xb9\x6d\x78\x8f\xad\xcb\ \xdf\x5c\xb6\x85\x8c\x9a\x30\xae\x45\xf8\xfb\xa7\x9e\x9a\xbe\xd9\ \xc8\xb8\xe9\x96\x61\x8d\x92\x5d\xc7\xc4\xf8\xa5\x94\x81\x50\x28\ \x25\xf5\x04\x0d\xf7\x02\x01\xbf\x65\x44\xbc\x5e\xaf\xb4\x2d\x3d\ \x31\x9d\x96\x16\xd7\xed\x71\x45\xff\x36\x49\x46\xa0\x30\xd7\xaf\ \x74\xbb\xe4\xf2\x76\x89\x45\xef\xbe\xb9\x60\xaf\x3f\xa1\xdf\x65\ \x83\x2e\xb9\xa8\x63\xc9\xa6\x0f\x66\x2f\xfc\xf4\x30\x49\xed\x7e\ \xe1\x45\x2d\x13\x82\xf3\x66\xcf\x2b\x4e\xeb\xf5\xd0\xd8\xc1\x7b\ \x96\xcd\x7a\x76\xf6\xf2\x98\x56\x97\x8e\xba\xbc\x8b\x87\x55\x4f\ \x7f\x4e\x52\x9c\x9f\xed\xd0\xf6\xcc\xdd\x1d\xd5\xe5\xd2\x38\x21\ \x60\x1b\x91\xb0\x29\x54\xdd\xa5\x71\x2a\x85\x19\x0c\x19\x8a\xcb\ \xc3\xd1\x8c\x58\xe0\x72\xe9\x94\xa0\x15\x09\x87\x2d\xa9\xbb\xdc\ \x1a\xa7\xc2\x8a\x44\x6c\xe2\x76\xeb\x68\x1b\xc1\x60\x04\xb9\xea\ \xd1\x95\x48\x38\x24\x24\x10\xae\xba\x35\x66\x18\xb6\xa6\x2b\x46\ \xd8\x54\x75\x4d\x58\x36\xe3\x24\x12\x8a\x44\xe9\xc6\x18\xcb\xcf\ \x2f\x28\xf3\x07\x14\x55\x39\x66\x2b\x47\x22\x4a\x61\xd5\xae\x55\ \x4b\x4a\xd4\xdd\x6e\x62\x1b\x61\x4b\x90\x68\x64\xc6\xa5\x5b\xe1\ \xa0\xe4\xba\xce\x30\x6c\xd8\xba\xcb\xad\x30\x62\x5b\x91\x50\xd8\ \xe4\xba\xdb\xad\x71\xdb\x08\x47\x6c\xe2\x72\xe9\x8c\xa0\x11\x0e\ \x99\xc8\x3c\x6e\x9d\x02\x1a\x91\x90\x61\xc9\xe3\x5c\x5f\xb9\xef\ \xc0\x41\x45\xd5\x8e\x29\x99\x47\x40\xc3\x88\xa4\x24\x25\xc5\xc4\ \xc4\x48\x29\x11\x88\xdb\xeb\xa5\x76\x24\x18\x36\x81\x69\x1e\x9d\ \x86\x42\x11\xae\xb9\x74\x95\x13\x02\x66\x38\x14\xb1\xc1\xe5\x76\ \x71\x4a\x84\x19\x0e\x45\x6c\xae\xbb\x5c\x1a\x07\x61\x87\x42\x11\ \xaa\xea\xba\xca\x01\xed\x70\x30\x6c\x57\x53\x28\xc6\xe1\xfa\x9f\ \xd3\x55\xb0\x2c\x29\xe5\xb1\x9b\x96\x00\xaa\xa2\x12\x7a\x36\x36\ \x68\xa4\x94\x96\x65\x1d\x7f\x03\x8c\x51\xce\xcf\xd1\xae\x7a\x4e\ \x1c\xe6\xf7\x13\x2d\x47\xce\x81\x31\xa0\x14\x2a\x0e\x44\x00\x44\ \x40\x09\x42\x82\x10\xc4\xb6\x41\x9c\x61\x47\xbe\x5f\x3a\x43\xf3\ \xac\x25\xa2\x50\x4a\xf5\x2a\x7d\x66\xfe\x90\x7b\x70\xb8\xfe\x07\ \x1a\xf0\x04\x28\x05\xce\x51\x51\x00\x80\xe6\xe6\xb1\xac\x2c\x52\ \x52\x02\xa5\xa5\x24\x12\x21\x96\x85\x84\x80\xa2\xa0\xdb\x0d\xb1\ \xb1\x32\x31\x41\x66\x66\x62\x7c\x3c\x08\x9b\x58\x36\xd8\x36\x9c\ \xce\xa9\x52\xe7\x02\x9f\xfe\x74\xfd\x90\x1d\xae\x57\x0f\xcb\xd1\ \xe5\x02\x44\x5a\x5c\x4c\x7f\xde\xaa\xac\x5a\xcd\xd6\x6f\xa0\x07\ \x0f\xd2\xc3\x59\xe4\x84\x9d\x80\x28\xc5\xa4\x44\x99\x99\x29\xeb\ \xd6\xb5\x3b\x77\xb4\xba\x76\x95\xf5\xea\x62\x4c\x0c\x11\x02\x22\ \x11\x47\x9c\xbf\xd7\x2c\x39\xf6\xfa\x6f\xd5\xe5\xba\x0e\x52\xb2\ \x6f\xbf\x55\x96\x7d\xa2\x7c\xb8\x98\xed\xdc\x79\xc4\xa8\xad\x59\ \x53\xa6\xa6\x60\x42\x02\xba\xdd\xa0\xaa\x80\x12\x4c\x8b\x94\x95\ \xd1\xa2\x62\x92\x9d\x4d\xf3\xf2\x2a\x47\xda\x9d\x3b\x5a\x97\x5e\ \x6a\xf5\xeb\x2b\x9a\x37\x23\xa6\x09\x96\xe5\x9c\x1c\xe8\x70\xfd\ \x1c\x02\x6a\x1a\x21\x84\xad\x5d\xab\x4f\x9b\xce\x97\x2f\x27\x11\ \x03\x00\x44\xc3\x86\xf6\x85\x3d\x44\xa7\x8e\xa2\x6e\x5d\x4c\x4a\ \xc2\xb8\x58\xf4\xf9\x50\xd3\x80\x73\x40\x04\xdb\x26\xe1\x30\xf1\ \xfb\x49\x51\x31\xcd\xcf\xa7\xdb\xb6\xf3\xb5\xeb\xf8\x57\xab\x68\ \x4e\x0e\x00\xc8\xd4\x54\xf3\xb2\x41\xe6\xe8\x51\xa2\x49\x63\x62\ \x18\xe0\x34\xb7\x71\xb8\x7e\x4e\x18\x2d\x6e\x37\xdd\x7f\x40\x7f\ \xea\x69\xed\xb5\x59\x00\x80\x49\x89\xd6\x65\x83\xcd\x41\x83\xec\ \x8e\xed\xc1\xed\x42\x45\x01\x44\x62\x0b\x10\x02\xa4\x3c\x62\x8b\ \x47\x6d\x7a\x4a\x91\x51\x60\x1c\x10\x89\x6d\x93\xe2\x62\xe5\x8b\ \x2f\x95\x85\x1f\x28\x1f\x7e\x04\x88\x18\x17\x67\x8c\xbd\x3b\x32\ \xea\x26\xf0\xfa\x20\x1c\x76\x84\xed\x70\xfd\x8f\x03\xa5\xa8\xeb\ \xea\xe2\x25\xae\xf1\x13\xe9\xee\x3d\xe8\xf5\x1a\xb7\x8c\x34\x87\ \x0f\x13\x4d\x9b\x12\xdb\x86\x68\xa3\xcd\xd3\xc9\x5d\x89\x9a\xfb\ \xc4\xb2\xd8\xfa\xf5\xda\xff\x5e\x51\xe7\xcd\x07\x44\xbb\x47\xf7\ \xd0\x94\xc7\x65\x8b\x16\x50\xdd\xad\x99\x1d\xae\x3b\x38\x35\x30\ \x0a\x8a\xaa\xce\x7c\xc5\x3d\xee\x41\xb0\x6d\xeb\xe2\xbe\xe1\x49\ \x0f\x89\x36\xad\xc1\x16\xc4\x30\x7e\x93\x91\x4d\x29\xea\x3a\x95\ \x52\x59\xf1\xa9\xeb\xe1\x49\x64\xcb\x4f\x32\x33\x33\x34\x7d\x9a\ \xdd\xbb\x17\x0d\x3a\x74\x3f\x36\x04\x74\x06\x51\x20\x87\xeb\xa7\ \x29\x65\xb7\x5b\xff\xef\x54\xd7\xc4\x87\x41\xca\xc8\x03\xe3\x22\ \xf7\xdd\x83\xba\x8b\x54\x93\xa5\xc1\x18\x33\x4c\x33\xc2\x19\xd9\ \x7f\xd0\x35\xe1\xa1\xb8\x8f\x3f\x21\xf1\xf1\x65\xaf\xce\x28\xeb\ \xda\x05\x82\xc1\xf3\xf2\xd0\xd6\x33\x23\x3a\xe7\xdc\xe5\x72\x55\ \x2d\xea\x73\xb8\x5e\xdd\x36\xba\xcb\xa5\xce\x7b\xdf\x73\xd3\x48\ \x90\x22\xfc\xec\x33\x91\x5b\x47\x93\x70\xf8\x57\x3c\x48\x4a\x81\ \x31\x8c\x6e\x27\x01\x10\x44\x90\xb2\x3c\x9a\x7e\xec\x40\x5a\x58\ \x58\x98\x9b\x5f\xc0\xb9\x6a\x10\x60\x84\x34\x79\xfe\x85\xb8\xb7\ \xdf\x0e\xc6\xc7\x6f\xfb\xef\x73\x91\xe6\xcd\x69\xd8\x09\x47\x46\ \x27\x02\x14\xce\x55\xce\x6a\xd6\xcc\x3c\xad\xe7\xdf\xe1\xfa\x69\ \x44\x5d\xd8\xb6\xed\xde\x01\x03\x69\x41\x61\xf8\xdf\xff\x8a\xdc\ \x3f\x96\x04\x83\x27\x33\x5a\x08\x41\xb7\x9b\x84\xc3\x24\x2f\x8f\ \xe6\xe5\xd1\x82\x42\xe4\x1c\x53\x92\x65\x72\xb2\x4c\x4d\x05\x00\ \x72\x74\x28\x5d\x51\x94\xef\xd6\xaf\x6f\xd2\xbc\x55\x8d\x1a\xe5\ \x39\x55\xc2\x30\xd8\xc8\x91\x30\x7b\x36\xf4\xec\x09\x2b\x56\x02\ \x77\xfa\x6b\x97\x43\x08\xb9\x6d\xdb\x4f\x31\x6e\x3d\x36\x36\xf6\ \xd4\xfb\x26\x38\x7b\x49\xa7\x61\x4f\xeb\x53\x9e\xa6\x05\x85\xe6\ \x15\xff\x30\xee\xbe\x93\x84\xc3\x27\x23\x3a\xe7\xc8\xb9\xf2\xf1\ \x27\xea\xfc\xf7\x95\xcf\xbe\x20\x39\x39\x47\xe6\xa9\x51\x43\xbb\ \xf7\x45\xe6\xd5\xc3\xec\xb6\x6d\xab\x3e\x2d\x84\x10\xd3\x34\xdd\ \xee\x23\x87\xd4\x31\x4d\x83\xa9\x53\x61\xe3\x46\xf8\xe2\x0b\xf8\ \xdf\x74\xb8\xfd\x76\x67\x12\x2a\x8c\x3d\x4a\x81\x98\xa7\x79\x76\ \xbb\x93\xbf\x7e\x6a\x4a\x5d\xd7\xf9\xda\x75\xea\xe2\xc5\x18\x17\ \x17\x79\x60\x1c\x10\x3c\x59\x2a\x0b\xe7\x10\x0e\xbb\xef\xbd\xdf\ \x33\x6c\x84\xfa\xce\x9c\xaa\x44\x07\x00\xb6\x63\xa7\xf6\xd2\x74\ \xef\xa0\xa1\xda\xd4\x69\xa8\x28\x70\x74\x21\xc2\xb1\x5a\x2a\x36\ \x16\x1e\x7d\x14\x28\x85\x69\xd3\xa0\xa0\xc0\x99\x88\xaa\x56\xfb\ \x69\x2b\x2b\x47\x6a\xa7\x62\xa9\x03\x63\xea\xa2\x0f\x21\x62\x98\ \x23\x86\x8b\xa6\x4d\xc0\x30\x4f\x66\xa0\x23\xb8\xc7\xde\xa7\xcd\ \x78\x85\xfc\xf2\x41\x3f\xa4\xb0\xd0\x3d\xee\x01\x7d\xfa\x8c\x68\ \x72\xc1\xc9\xbe\x7d\xc0\x00\xe8\xd6\x0d\xb6\x6e\x85\x35\x6b\x9c\ \xa9\xf8\x4d\x0b\xb3\x23\x82\x53\x30\xf4\x38\xcd\xce\xe1\xab\x57\ \x03\x63\x56\xef\x8b\xa2\x5a\xe5\x24\x66\xbd\xba\x68\x91\x3a\xe7\ \x3d\x00\x00\xe2\x86\xb6\x9d\xa0\x45\xed\x5f\x1a\xac\x3f\xf5\x0c\ \xff\xe1\x07\xd0\xf4\x93\x7d\xbb\xa2\xc0\xc0\x81\x00\x00\x4b\x97\ \x3a\x53\xf1\x9b\xa6\xd1\x11\xc1\x29\x99\x87\x85\x85\x6c\xdb\x76\ \x4c\x4b\x13\xcd\x9a\x91\x93\x1f\xcb\x46\xa9\xf2\xde\x7c\x00\x00\ \x1e\x07\x0f\x3e\x0d\xad\x29\x28\x09\xb0\xe0\x49\x78\x63\x1d\x00\ \x40\x8d\x9a\x60\x16\x43\x51\xf9\xb9\x3d\xa4\xa0\x80\x7f\xf1\xa5\ \xdd\xbe\x1d\x31\x4f\x7a\xcd\x6e\xdd\x00\x00\x36\x6d\x72\xa6\xc2\ \xd1\xeb\xbf\xb3\x69\x48\x08\x84\xc3\x60\x9a\x32\x21\x1e\x6b\xa4\ \x9e\xcc\x52\x67\x8c\x04\x02\x24\x6a\x58\x27\x37\x87\x41\x0d\xe1\ \xda\x1b\xe1\xfa\x59\x30\x6c\x14\x44\x75\xf7\xc0\xeb\xa0\x53\xcd\ \xa3\x7e\x25\x72\x0a\xed\xaf\xea\xd5\x03\x00\xc8\xcd\x85\xb3\xd2\ \xab\xd1\xd1\xeb\x7f\x6d\x7b\x3d\x4a\x32\xc6\x50\x51\x4e\xa6\xd7\ \xa5\x44\x8f\x07\x7c\x3e\x00\x80\xa2\x1d\xb0\x26\x0f\x5e\x7d\x01\ \xf2\xd3\x20\x55\x05\x5f\x3d\x18\x73\x23\x0c\xea\x0f\xfe\x66\xd0\ \xe2\x43\x78\x79\x0e\x44\x95\x3b\xe3\xbf\xde\xdb\x4a\x51\x80\x10\ \x30\x4d\x27\xf9\xf1\x4c\x27\x90\x20\xa2\xa3\xd7\x4f\x01\x52\x82\ \xae\x01\x21\xc4\x1f\xa0\x85\x45\x70\x92\x73\x24\x11\x81\x10\x6b\ \x40\x7f\x00\x00\x23\x1f\xc6\x8d\x84\x29\xb3\x20\x37\x02\xa1\x43\ \x10\x28\x84\x75\x6b\x61\xdf\x61\xd8\xb1\x05\xbe\xfd\x19\x2c\x00\ \x00\xf4\x7a\xed\xae\x7f\xfb\xf5\x9c\xf5\xec\x6c\x40\x84\xa4\x24\ \xa0\xce\x7c\x9d\x49\xc4\x26\x1c\x8e\x10\x42\x1c\xd9\x9d\x82\x56\ \x90\x12\x63\x62\x65\x66\x06\xcd\x3a\x4c\x77\xed\xc2\x5f\xa8\x7f\ \x2b\x1f\x1c\x89\x98\x57\x0f\xb3\xff\xde\x0d\x00\xc0\xf4\x83\x4c\ \x84\xbe\x4d\x61\xd6\x6c\x08\x97\xc2\x9a\xa5\xf0\xc3\x0e\xf8\x7a\ \x05\x7c\xf9\x23\x18\x00\x00\xc6\xa8\x9b\xed\x4e\x1d\xc9\xaf\x72\ \x7d\xc3\x06\x00\x80\x46\x8d\xc0\x49\x13\x38\x7d\x8d\x2e\xa5\x14\ \x12\x29\x65\x8e\x0d\x73\x0a\xb0\x6d\x99\x9e\x26\x3a\x75\xa2\xf3\ \xdf\xe7\xeb\xd6\xd9\x9d\x3b\x9d\x6c\xb0\x10\xe8\xf1\x04\x67\xbe\ \xe4\x1e\x33\x51\x49\x68\x03\x43\x6a\xc2\xf4\x7b\x60\xce\xd7\xe5\ \x3f\x7d\xed\x49\xb0\x03\x00\x00\x2e\x57\x64\xf4\xcd\x91\x07\xc6\ \x11\xd3\xfc\xf5\x1b\xf8\xf8\x63\x00\x80\x3e\x7d\x9c\xa9\x38\x6d\ \x8d\x1e\x89\xb8\x74\x5d\x55\xa4\x94\xd2\xd1\xeb\xa7\x64\xc3\xa0\ \x4b\x37\x07\x5c\x0c\x00\xea\xec\xb7\x69\x41\x01\x28\x27\x2d\x95\ \x37\x4d\x4c\xcf\x08\xbe\xfd\x72\xa8\x93\xc7\x7e\x62\x2a\xbc\xbb\ \xea\x88\x45\x5e\x9c\x0f\xfe\x30\x00\xc8\xd4\xe4\xc8\x7d\xf7\x82\ \xae\xff\x7a\x79\xf5\x96\x2d\xb0\x74\x29\xc4\xc5\x41\xef\xde\xce\ \x54\x9c\xae\x8d\x8e\x08\x84\x52\xd3\xb2\x29\xa5\x8e\x5e\x3f\x35\ \xc1\x05\x82\xd6\x80\xfe\xe2\x82\x0b\xd8\xa6\x4d\xea\xeb\x6f\x44\ \xee\x1b\x4b\x4e\xde\xe5\xd0\x30\x41\xe1\xc6\xad\xb7\x5a\x57\x5c\ \x41\xf7\xef\xa7\xdb\xb6\xd3\xfc\x02\x74\xbb\x64\x46\x86\xf2\xd1\ \x12\xf5\xbd\x79\x74\xdf\x01\xfd\xf9\x17\xc2\x93\x1e\x22\xd1\x7e\ \xe9\x15\x7a\xe8\x04\x97\x7a\xe4\x11\x28\x2d\x85\xdb\x6f\x87\xfa\ \xf5\x9d\x89\xa8\xaa\xb3\x7f\xcd\x46\x0f\xbb\x5c\x2e\xce\x19\x4a\ \x54\x14\x2e\xa5\x74\xb8\x7e\xca\xa2\xf5\xf9\x22\xe3\xee\xf5\x0c\ \x1b\xa1\x4f\x79\x5a\x74\xec\x60\xf5\xec\x41\xca\xca\x4e\x6a\xcc\ \x48\x12\x0c\xa2\xcf\x67\xb7\x6e\x0d\x17\x5c\x50\xa9\x6d\xac\xbe\ \x7d\xac\xa1\x97\xf1\xd5\xab\x65\x5a\x1a\x09\x85\xaa\x7a\xba\x8a\ \xa2\x50\x7a\xb4\xe3\x3b\x63\x06\xcc\x9d\x0b\xe9\xe9\x30\x7e\xbc\ \x63\xac\x57\x85\xa2\xaa\x94\x9e\x38\x8b\x9d\x12\x62\x4b\x89\x40\ \x28\xa5\xb6\x65\x6b\x9a\x66\xdb\xc2\xa5\x53\x27\xcf\xf1\x94\x41\ \x29\x72\xee\x7a\x70\xbc\xfe\xd2\xff\x64\xed\x5a\xc1\x77\xde\x12\ \x6d\x2f\x80\x40\xe0\x0c\x16\x57\x74\xbb\x81\x00\xb1\xec\xaa\x61\ \x44\xc6\xd8\x9e\xbd\x7b\x99\xa2\xa5\xa4\xa4\x0a\x44\xaa\x69\x09\ \x4b\x97\x29\x37\xdd\x64\x19\x46\xd1\x73\xcf\xca\x11\xd7\x90\xd3\ \xef\x97\x7b\x7e\xaa\x1d\x40\x02\x90\x9b\x93\x9d\x5e\x23\x45\x55\ \xd5\x63\xe8\x1e\x8d\xba\xb8\x3d\x6e\xd3\x30\x55\x4d\x35\x0d\x43\ \x55\x35\xd3\x34\x35\x4d\x23\x45\x79\x59\x8e\xf8\x4e\x55\xc8\x8c\ \x83\x6d\x79\x6e\x1c\xa9\x2e\x59\x26\x6b\xd5\x0a\xce\x9c\x6e\xf7\ \xec\x0e\xa1\x30\x9c\x01\x0b\x09\x01\xc0\x63\x22\xeb\x94\xd2\xe2\ \xe2\xa2\xd2\x88\x69\x03\xba\xde\x7c\xab\xde\xd3\xcf\xea\x88\xc5\ \xf7\xdc\xbd\xef\xc6\xeb\x64\x38\x4c\x9c\xe0\x7a\x05\x9b\x75\x5d\ \x4f\x4a\x4a\xd4\x35\xfd\xf8\x3e\xdd\x88\x18\x0a\x47\x7c\x3e\x4f\ \x59\x59\x20\xc6\xe7\xf5\xfb\x03\x5e\x9f\x37\x10\x08\xc6\xfa\x7c\ \xc4\x5f\x52\xe8\x88\xef\x34\xa0\x69\xa4\xa0\x40\xbf\xe7\x5e\x36\ \xff\x7d\xf4\x78\xc2\x93\x1e\x12\xa3\x46\x12\x5d\x87\xdf\x58\x80\ \x57\xf1\x00\x50\x9f\x8f\x66\x67\xab\x8f\x3f\x41\x5f\xfe\x1f\x08\ \x61\x4f\x78\xd0\x18\xff\x00\xa3\x8c\x08\xe1\xd8\x30\x55\x09\x2d\ \x84\xf8\x25\x93\x9d\x31\x26\x84\x60\x8c\x49\x21\x28\x63\x42\x0a\ \x46\x99\x10\xa2\xbc\x74\xcf\xc1\xe9\x21\x1c\xc6\x7b\xee\x41\x00\ \x04\xc0\x7e\xfd\x70\xd5\xaa\x6a\xbb\xf2\xbb\x73\xb0\x55\x2b\x04\ \xc0\x98\x18\x7c\xe5\x15\x47\xd2\xd5\x08\x87\xeb\xbf\x01\xf3\xe7\ \x63\xe3\xc6\x08\x80\x9c\xe3\x15\x57\xe0\xa7\x9f\x62\x49\xc9\x19\ \x5e\xea\xd0\x21\x7c\xf7\x5d\xec\xd2\xa5\xfc\xf9\xe9\xd3\x07\xd7\ \xaf\x77\x04\x5c\xbd\x38\xbd\xea\x54\x07\xc7\x22\x37\x17\x5e\x7a\ \x09\x5e\x7c\x11\x8a\x8a\x00\x00\xda\xb5\x83\x5e\xbd\xa0\x57\x2f\ \xe8\xd4\x09\xe2\xe3\x7f\x75\x25\x86\x43\x87\x60\xcd\x1a\x58\xb9\ \x12\x3e\xfb\x0c\xf6\xee\x05\x00\x68\xd2\x04\xee\xbb\x0f\xae\xbd\ \xf6\x57\x42\xf8\x0e\xce\xc0\x42\x74\xb8\x5e\x0d\x38\x74\x08\xde\ \x78\x03\x16\x2c\x80\x8d\x1b\xcb\x3f\x89\x8f\x87\x46\x8d\xa0\x65\ \x4b\xa8\x5b\x17\x6a\xd4\x80\xd8\x58\x70\xb9\x40\x4a\x08\x87\xa1\ \xa8\x08\xb2\xb2\x60\xd7\x2e\xf8\xf1\x47\xd8\xbb\x17\x82\xc1\xa8\ \x1b\x00\x5d\xba\xc0\x88\x11\x70\xe5\x95\xe0\xf5\x3a\x12\x75\xb8\ \x7e\x6e\x23\x12\x81\x35\x6b\xe0\xab\xaf\xe0\xd3\x4f\xe1\xbb\xef\ \xe0\x54\x36\xff\xe3\xe2\xa0\x6b\x57\xe8\xd5\x0b\xba\x75\x83\x8e\ \x1d\x1d\x11\x3a\x5c\xff\xb3\xc1\xb2\xa0\xb8\x18\xb6\x6f\x87\x9f\ \x7f\x86\xc3\x87\x21\x2b\x0b\x02\x01\x08\x87\x81\x52\x70\xb9\x20\ \x2e\x0e\xd2\xd3\xa1\x56\x2d\x68\xd1\x02\xea\xd7\x07\x9f\xcf\xc9\ \x5e\x74\xb8\xee\xc0\x41\x75\xc2\xd1\x28\x0e\x1c\xae\x3b\x70\x70\ \x7e\xe1\xff\x07\x00\xdf\x44\x38\x6b\xe7\x44\x1b\xa6\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xe3\x85\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x06\x00\x00\x00\xfc\xf4\xe1\xd5\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x98\xa5\x45\ \x9d\xe8\xff\xa9\xaa\x37\x9c\xf7\x9c\xd3\x7d\x3a\x4c\x66\x86\x09\ \x0c\xc3\x30\x20\x41\x50\x31\x2f\x0a\x12\x04\x71\x05\x04\x15\x90\ \x20\x02\x8a\xab\xeb\x7a\xf7\xba\xab\xfe\xee\xae\xe9\xae\x5e\x77\ \x0d\x3f\x03\x0b\xa2\xe4\x55\xcc\x01\x14\x0c\x20\x88\x24\x89\x43\ \x92\xc9\x0c\x33\x9d\xd3\xe9\x93\xde\x50\x55\xf7\x8f\xf7\x74\x4f\ \x46\x90\xf1\xae\x8c\xf5\x79\x9e\x7e\x9e\xee\xd3\x27\xbd\x55\xf5\ \xd6\x37\x7f\x4b\x58\x6b\xfb\xd7\xaf\x5b\x5b\xfa\xce\x77\xae\xe3\ \x0f\x4f\x3c\x4a\x1c\x37\x11\x42\xe2\x70\x38\x1c\x0e\xc7\xb3\x45\ \xac\x59\xbd\xaa\xf1\xd9\xcf\xfc\x6b\x34\x3a\x32\x4c\x18\x46\x08\ \x29\xb0\xd6\xba\x91\x71\x38\x1c\x0e\xc7\xb3\xc6\xfb\xee\x77\xff\ \x4b\x0f\x0d\x0d\x12\x04\x05\xd2\x4c\x03\xdb\x0b\x12\x81\x10\x5b\ \xfe\xca\xe5\xcc\x33\x09\x9b\xe7\xfa\xfc\x3f\xf5\x35\x0e\x87\xc3\ \xe1\xf8\x8b\x11\x26\x2b\x57\x3e\x84\xe7\x07\x18\x63\xb6\xdb\xde\ \x01\x21\x68\xa5\x29\x89\xd6\x58\x0b\x9e\x94\x44\x81\x87\x14\x3b\ \xb7\x5e\x84\x10\x58\x6b\x88\xe3\x14\x63\x34\x42\x08\x3c\xcf\xc3\ \xf3\xbc\x5d\x5a\x3b\x42\x08\xb2\x2c\x25\xcb\x32\xac\xb5\x48\x29\ \xf1\x7d\x1f\x29\xe5\x5f\x84\x85\x94\x0b\xb9\x67\x6f\xad\x4d\x8d\ \xdb\x9e\x62\xdd\x6d\xb9\xfe\xe7\x27\xe0\x9f\xeb\x38\x3a\x1c\x8e\ \x17\x98\x30\x69\x36\x1a\x48\x29\x77\xd8\x10\x53\x6b\xa9\xd6\x5b\ \xcc\x8b\x7c\xe6\x77\x44\x78\x12\xc6\x13\xcd\x9a\x6a\x03\x7c\x8f\ \x52\x18\x6c\xb3\x31\x08\x21\x68\xb6\x9a\xa4\xa9\xa1\xb3\xb3\x8b\ \x20\xc8\x05\x54\xa3\x51\xa7\x5a\x9d\xa4\x54\x2a\x22\xb6\x36\x3f\ \x00\x6b\x2d\xb5\x7a\x83\x30\x8c\xe8\xe8\xe8\x42\x48\x45\x9a\xa6\ \x54\xab\xe3\x78\x4a\x50\x28\x14\xfe\x1f\x6e\x3e\x16\x63\x2c\x42\ \x4a\xc4\x56\x03\x91\x26\x19\x49\x92\x51\x2c\x86\x53\xa2\xe2\x19\ \x37\xcc\x24\xcd\x48\xd3\x8c\x42\x21\xdc\xe1\x7a\x9f\xf9\xd3\xff\ \xd8\xbb\xff\xf7\x08\x92\x34\xd1\x34\x5b\x2d\x8a\xc5\x68\x87\x75\ \xf2\xac\xdf\x07\x68\xc5\x29\x5a\x1b\xa2\x28\x74\x77\x9d\xc3\xb1\ \x27\x0a\x13\x6b\xed\x0e\x56\x89\xb6\x96\x66\xad\xc5\x69\x4b\x66\ \x70\xdc\xc2\x5e\x66\x15\x7c\x7c\x09\x13\x89\xe6\xb1\xd1\x06\xdf\ \x78\x7c\x33\x1b\xeb\x4d\x3a\xa3\x10\x63\x2d\x42\x08\xea\xf5\x26\ \x41\x18\x71\xd8\x61\x07\xd2\xd3\xd3\x8d\xef\xfb\x18\x63\x68\xb6\ \x5a\xac\x5f\xb7\x9e\xb5\x6b\x57\x53\x2e\x45\xdb\x6c\xb0\x93\x93\ \x0d\xf6\x5e\xb4\x98\x7d\x96\x2c\xa6\x58\x2c\x22\xa5\x24\xcb\x32\ \x46\xc7\xc6\x79\xec\xd1\x47\x99\xac\x4d\x52\x2a\x46\xbb\x16\x28\ \x42\x20\xac\xa1\x51\x6f\x90\x68\x03\x08\x94\xe7\x51\x8c\x42\xd4\ \x73\xb0\x6c\x04\x82\x56\x2a\x30\x3a\xa5\xec\x19\xb4\x1f\x82\xb5\ \xa4\x5a\x21\x8b\x7b\xb1\x74\x91\x64\x6c\xed\x5a\xea\x5e\x08\x02\ \x84\xb5\xd4\x6b\x75\x52\x93\x8b\x00\xa5\x3c\x4a\xc5\x02\xc6\x2a\ \x6c\x34\x87\xa5\x7b\x87\xd4\x36\x3e\xc9\x08\x11\x52\x3c\xf3\x66\ \xdd\x68\xc4\x68\x63\xe9\x28\x17\x30\xcf\xe2\xeb\x0a\x21\x30\x59\ \x4a\xad\xde\xc4\xb4\xbf\xbb\xe7\xfb\x14\xa3\x30\x7f\xc3\xdd\x28\ \x7c\xb5\x16\xe8\xc2\x6c\x0e\xda\x7f\x26\xf5\x27\xef\x63\x93\x0e\ \x91\xe2\xb9\x89\x3c\x81\xa5\x99\x05\x44\xdd\xf3\xd9\xab\xdc\x64\ \xf0\xa9\xa7\x89\xfd\x02\xce\x8d\xe9\x70\xec\x59\xa8\xe5\xfb\x2d\ \xfd\x67\x10\xc1\xb4\x86\x2c\x04\x93\xb5\x06\xe7\x2e\xee\xe6\xed\ \x7b\x97\x29\x26\x0d\xe2\x46\x8d\x56\xbd\x46\x90\xb5\x58\x10\xc2\ \x21\x33\x4a\xdc\xdd\x57\xa5\x6a\x05\xbe\x52\x24\x49\x82\x90\x8a\ \x97\xbe\xf4\x25\x94\x4a\x11\x71\x1c\xd3\x6a\xb5\x48\x92\x18\x21\ \x60\xd6\xac\x99\x08\xa1\xe8\xeb\xeb\x27\x0c\x7d\x40\x52\x9d\xac\ \xb3\x68\xf1\x12\xf6\x5f\xbe\x0c\x21\x20\x8e\x63\xe2\x38\xc6\x18\ \x4d\x31\x2a\x30\x6b\xf6\x2c\xfa\xfb\x07\x49\x93\x18\xa5\xd4\xce\ \xbf\xbd\xb1\xb4\xb4\x62\xf6\x92\x03\xd8\x6f\xd1\x22\x16\x2c\x98\ \x4f\x77\x24\xa8\x0e\x0d\xa1\x85\x87\x10\x60\x8c\xc1\x18\x8b\xb5\ \xa2\xed\x6b\xb1\xd3\x8f\x19\x9b\x6b\xcd\xd5\x06\xcc\x5a\x71\x14\ \x1f\xff\xf0\x3b\x68\x3e\x78\x2b\xab\x27\x34\x4a\x5a\x86\xaa\x3e\ \x87\xbc\xee\x6d\xbc\xe7\xb4\x65\xdc\xfd\xd3\xdf\xd0\xf4\x43\x8c\ \x11\xb4\x74\x91\x79\x4b\x57\xb0\x6c\xd1\xde\x2c\x58\xb0\x80\xee\ \x48\x30\x31\x3c\xc8\x58\x35\xe0\xe0\x63\xde\xcc\x85\x27\x1d\xc6\ \x93\xbf\xb8\x81\x4d\xa6\x80\xda\x5a\x9b\xb7\x06\xa3\x4d\xfe\xb9\ \x42\xd0\x88\x7d\x66\x2d\x39\x80\x83\x17\x76\x51\xdd\xb8\x9e\x86\ \x9c\xda\xac\x2d\xd6\x18\xb4\xb1\x58\x04\x62\x2b\x9b\x45\xa7\x96\ \xac\x30\x93\x65\xcb\x97\xb3\x78\xc1\x42\xe6\xef\x35\x97\x92\x4a\ \x19\x1b\x1c\xc2\x4a\xaf\x9d\x89\xb7\xe5\x1a\xa7\x5e\x6f\x8d\x46\ \x5b\x91\xbb\x22\xcd\xd4\x77\x20\xff\x1c\x2b\xb6\x19\xab\xa9\x71\ \xa9\xd5\x61\xde\x8b\x5e\xc9\xdf\xbd\xfb\x8d\x0c\xdc\x72\x03\xeb\ \x62\x0f\x29\x25\xc6\xe8\x6d\xde\x7b\xeb\xef\x9b\x0b\x44\x31\x6d\ \x6f\x59\x9d\xd2\x57\xeb\xe2\xa4\x33\xce\xe5\x84\xc3\x8b\xdc\x75\ \xd3\x3d\xa4\xc5\x02\x56\xb7\xaf\xaf\xfd\x9d\xc0\x62\xad\xcd\xc7\ \xc7\x4c\xd9\x69\xc2\xdd\xa1\x0e\xc7\x0b\xc5\x32\x31\xc6\x4c\x5b\ \x0b\x42\x08\x9a\x49\xca\x8a\xa2\xe4\xd8\x5e\xc1\xe4\xd8\x30\x6b\ \xeb\x29\x33\x02\xc5\xcc\x82\x62\xe5\x70\xc2\xbc\xc8\x63\x4e\xe4\ \x73\xea\x5e\x11\x5f\xdd\x50\x27\x93\x82\x38\x4d\x59\xbe\xdf\x72\ \x84\x10\xd4\x6a\xf5\x6d\x3e\x20\x4d\x53\xe2\x38\x66\xde\xbc\xb9\ \x0c\xf4\xf7\xb7\x53\x8f\xa1\x58\x2c\xb1\xf7\x82\xf9\x8c\x8f\x8f\ \xf3\xf8\xe3\x8f\xa3\x94\xd7\xd6\x86\x33\x3a\x3a\x3a\xd8\x6f\xbf\ \x65\xec\xb3\x64\x09\x8f\x3e\xfa\x08\x9e\x67\x76\x2e\x4b\xb2\x94\ \x24\xe8\xe6\xf4\x8b\xdf\xcf\xe1\xc5\x3a\xa3\x8d\x14\x80\xa7\xef\ \xff\x19\x97\x5f\xfb\x73\x86\x75\x19\x29\x14\x52\x80\x48\x9a\x48\ \x29\xc8\x54\x11\xa3\x41\x49\x01\x36\x23\x4b\x1a\x08\x51\xa6\x56\ \x1d\xe4\xe1\x95\x8f\x33\xd0\x30\xa4\x09\xb4\xb4\x87\xef\x59\xca\ \x05\x85\x35\x29\xd6\xe4\x9b\x6d\xa6\x21\x56\x15\x4e\x79\xcf\xdf\ \x71\x44\xb9\xc6\x60\x35\xc5\xf3\x05\x1b\x7f\x7f\x23\xff\xf1\x95\ \x1b\xc9\x8c\x45\x28\x0f\x1b\x75\x91\x4d\x6a\x64\x9a\xe0\x47\x11\ \x59\x9a\x51\x4b\x25\xc5\x40\x21\x4c\x0b\x9d\x65\x54\x5b\x33\x39\ \xf1\xb8\x13\x38\x6e\xe6\x10\x9f\x5e\xf9\x08\x63\x99\x41\x29\x18\ \x8f\x0d\x48\x9f\x50\x19\x68\xd5\x11\x9e\x8f\x17\x04\x80\xa5\x55\ \x4f\xe9\xda\xff\x10\x2e\xfe\xd0\xdb\x29\x4d\x0e\x32\xd1\x32\x04\ \x4a\xb3\xea\xde\x5f\x70\xfd\xb7\x6e\x60\xd8\x94\xa8\x27\xe0\x79\ \x1e\xbe\xd0\xd0\xaa\x61\xbd\x12\xf8\x21\x5e\x56\x23\x13\x01\xa9\ \xf5\xf0\x45\x13\xab\x03\x62\xe3\xd1\xe1\x27\x34\x13\x8f\xcc\x0a\ \x3c\x29\xc0\x6a\x74\xd6\xc4\xe8\x72\x3e\xce\x5a\x63\x00\x6b\x34\ \xd5\x86\x45\x4a\x8f\x40\x59\x68\xd5\x90\x7e\x01\x54\x40\xa2\x05\ \xbe\x04\xab\x33\x6c\x5a\x47\x15\x4b\x34\x5a\x16\x8b\xa4\x18\x58\ \xa2\x40\xb5\x2d\x45\x4b\xbd\x91\xa1\xf1\x89\x7c\xb0\x71\x0d\x64\ \x80\x0c\x0a\x34\x93\x8c\x40\xe5\xc2\xd7\xc3\x22\x85\x75\xf6\x8b\ \xc3\xf1\x42\x72\x73\x6d\x4d\x23\x4e\x79\x59\xb7\x44\xd6\xc6\x48\ \xb5\x61\x55\xdd\xe3\x97\x7d\x75\x96\x85\x86\xfb\x93\x90\x73\xe6\ \xa6\x34\x92\x1a\x07\x05\x01\x15\x61\xa8\x66\x1a\x25\x3d\x3a\x3a\ \x3a\x69\x34\xea\x6c\x9f\x99\x05\x79\x6c\xc4\x5a\x43\x4f\x6f\x0f\ \xeb\xd7\xaf\x43\x08\xd8\x6b\xaf\xd9\x68\x9d\xd1\x68\x34\xb0\x16\ \x0e\x3c\xf0\x00\xb4\xd6\xd4\xeb\x75\xd6\xae\x5d\x4b\xb3\xd9\xa2\ \x54\x2e\xe2\x07\x21\x59\x96\x4e\x0b\x9b\xed\xdf\x57\x0a\xf0\x14\ \x3c\xf0\xdd\xcf\x72\xfe\x57\xee\xe7\xe4\x7f\xfc\x3c\xff\xf2\xd6\ \x63\xf8\xc9\xb7\x6f\x66\x68\xaf\x57\xf0\xaf\x17\xbf\x85\x39\x45\ \x18\x7b\xea\x21\xbe\xf1\xe5\xcb\x78\xd2\xdb\x87\x0f\xfd\xe3\x39\ \xec\x37\xa3\x0c\xf1\x04\xf7\xde\xf4\x5d\xae\xf8\xf6\xad\x84\x51\ \x99\x03\x0f\x39\x88\x35\xd7\x5f\x81\x9d\xfd\x52\xde\x7f\xd1\xdb\ \x39\x6c\xef\x0e\x74\x6a\x98\x18\x59\x89\xc5\x62\xac\xc5\x1a\x10\ \x9e\xc5\x5a\xcd\x23\x3f\xf9\x12\xef\xf9\xf2\xbd\xbc\xf2\xac\xff\ \x8f\xcf\xbc\xeb\x38\x96\x7f\xe7\x76\xea\xcd\x3a\xde\xcc\x45\xbc\ \xff\xf3\x97\x91\xd5\x36\x73\xe3\xd5\x5f\xe7\xa7\x77\x3d\xc1\x64\ \xe7\xfe\x9c\x76\xce\xdb\x38\xe1\xe5\xcb\xb0\xe3\x1b\xb8\xf1\xbf\ \xbe\xc1\x55\x37\x6d\xa6\x3e\x51\xa5\xf0\xe2\x43\xf8\xc4\xa5\x97\ \x70\xcf\x0d\xdf\xe0\x0b\x97\xfd\x96\x39\xaf\x3e\x89\x8b\xce\x3c\ \x9e\xfd\xe7\x14\x58\x73\xdf\x2d\x5c\x7d\xd5\xb7\x59\x57\x4d\xf1\ \x42\x35\x6d\xd5\xd8\x5a\x3f\xd7\xff\xfb\xff\xe0\xca\xfb\x34\xaf\ \x3c\xf9\x1c\xfe\xf9\xac\x93\x19\x7d\x6a\x0d\x97\xdc\xb0\x86\x15\ \xc7\x9e\xc6\x05\x6f\x3d\x92\x05\x1d\x9a\x87\x6f\xfd\x09\x5f\xfa\ \xe6\x0d\x2c\x3f\xfd\x23\x5c\xbc\xef\xc3\x9c\xfb\x8f\xdf\xe5\xb8\ \x8b\x3f\xc0\xe1\xfe\xbd\x7c\xf4\x33\x77\x72\xf1\xa5\x9f\xa1\xf7\ \xd6\xcb\xf9\xca\xef\x33\x3e\xf8\x0f\xe7\xb1\x6c\x46\x09\x95\x54\ \xf9\xed\x8f\xae\xe5\xca\xef\xdc\x89\x9e\x5a\x1f\xd6\x32\xd1\x80\ \x7d\x5e\x76\x1c\x17\xbc\xe3\x18\x96\xf5\x2a\x9e\xb8\xeb\x17\x5c\ \x75\xd5\xf5\x3c\xd8\xe8\xe2\xec\x0f\x7e\x88\x13\xf7\x2b\x91\xc4\ \x55\xee\xf8\xd1\x55\x5c\xfd\xa3\x07\xe9\x7e\xc9\x49\x5c\x7c\xee\ \x09\x2c\xed\xf2\xb1\x02\xd6\xad\xcc\xa8\x36\x35\xe5\x03\x5e\xc1\ \x05\x67\x9e\xc8\xfe\xb3\x0b\x0c\xac\xba\x97\x6b\x2e\xbf\x92\xfb\ \x46\x02\x4e\xbf\xf8\xbd\x1c\x7b\xc8\x52\x7a\x0a\x35\x3e\xf7\x1f\ \x5f\xe0\xde\x87\x9e\x22\x2a\x04\xee\x2e\x75\x38\x5e\x88\x96\x89\ \x36\x96\x2e\xdd\x44\x37\x62\x92\xcc\xf2\xc6\xce\x32\x5f\x6a\xf8\ \x5c\x3e\xd8\xe2\x13\xfb\x49\x7a\xd2\x2a\x8d\x54\x53\x0a\x02\x7c\ \xa3\xd0\xc6\xc7\x23\xcf\xe2\xd2\x3a\x63\x78\x78\x84\xd1\xd1\x31\ \x94\xda\xe2\xde\x59\xb0\x60\x6f\xa2\x28\x44\x4a\x81\xd6\x1a\x29\ \x72\xd7\x46\x9a\x4e\x65\x71\x19\x6a\xb5\x1a\xd6\x1a\x5a\xad\x26\ \x90\xbb\xbd\x94\xa7\xda\xd6\x8a\x45\x88\x1d\xad\x13\x63\x0c\xd6\ \x5a\x92\x24\x65\xd9\x91\x67\xf0\xa5\x7d\x4e\xa4\x6b\x5e\x0f\x6b\ \xee\xb9\x87\x91\x24\xa6\xb5\xfe\x41\xae\xb8\x6c\x94\x99\x33\x17\ \x70\xe2\xdb\xdf\xc8\x51\x2f\xfe\x1d\x7d\x4f\x86\xec\x35\xab\xc0\ \x2f\xbf\xf4\x29\xee\xf4\x5f\xca\x47\x2e\x3a\x8b\xbe\x3f\xac\xe1\ \xb6\x34\x23\xf0\x05\x0d\xdb\xc3\x71\xa7\x9d\xcc\x01\x6a\x3d\x9f\ \xfe\xc8\x0f\xd8\xe7\x0d\xe7\xf0\xc6\x83\xbc\x5c\x98\x18\x83\x31\ \x79\x58\xc2\x5a\x8b\x57\xa8\x30\x6f\xef\x05\xec\x3d\xb7\x82\x4d\ \x5b\xc4\x59\x8a\xf4\x43\xf4\xd8\xd3\x5c\xf2\xf9\x4b\xe9\x3c\xe1\ \xfd\x9c\x79\xca\xeb\xf8\xd9\x1d\x6b\x38\xe2\xf8\xb7\x70\xe2\x81\ \x3e\x97\x7e\xfc\xa3\x88\x43\x4e\xe1\xa2\x73\xcf\x65\xe5\xfd\x9f\ \xc6\x78\x3e\xd5\xf5\x0f\xf1\x9f\x5f\xbb\x86\x0d\xe3\x0d\xec\x9c\ \x83\x79\xf7\x05\x6f\x41\xdd\xfd\x6d\x3e\xf8\xe5\x61\xce\xfe\xbb\ \x77\x73\xc6\x9b\x87\xf8\xc2\x65\x3f\x62\xd2\xeb\xc2\x5a\x33\xb5\ \xb7\xe3\x29\x41\x77\x31\xe5\xce\x9b\x7e\xcb\x43\x47\x1d\xce\x3e\ \x7b\xed\xcd\x9c\xc5\x65\x2e\x3c\xe7\x68\x36\x7e\xf7\xab\x7c\x61\ \x4d\x27\x1f\xfc\xe0\xe9\x9c\xb1\x61\x1d\x3f\xbc\xfb\x2e\x92\x57\ \x1f\xca\xbe\x8b\x16\x33\x67\xe1\x52\x16\xc5\x7d\x2c\x59\xba\x9c\ \x7d\x8b\x0d\x6e\x7a\x62\x1d\x44\x87\xb0\x60\xa6\xcf\x0d\xff\xfe\ \x09\x56\xef\x77\x2a\xff\xf8\xa6\x13\xb8\xfd\xb6\x7b\x18\x4a\xb2\ \x3c\x21\x23\xb3\xc8\xae\x15\x5c\x78\xc1\x9b\x68\xfe\xe2\x0a\x3e\ \x70\x6f\xc2\x45\x1f\x3c\x87\xb7\x9d\xb0\x99\x0d\x57\xdc\xc2\xaf\ \xae\xbf\x92\x0d\x73\x7a\x38\xf8\xb5\x47\xf3\x8a\x37\x1c\xc7\x2f\ \x6f\x19\xe0\xf8\x33\x4e\xa4\xf3\xa9\x5b\xf9\xa7\xff\xf3\x10\xc7\ \x9e\x7d\x3e\xfb\x06\x86\xba\x37\x9f\x8b\xcf\x3f\x85\xde\xa7\x6e\ \xe3\xdf\xbf\xd3\xc7\xa9\xe7\x9e\xc9\xa9\x7f\xbb\x9a\xfb\xbe\xf8\ \x28\xfb\x1e\xb8\x84\xfe\x5b\xbe\xc3\xa7\x7e\x7d\x3f\x13\xcd\x06\ \x81\xaf\x76\x88\xe7\x39\x1c\x8e\xbf\x4c\x64\xbe\x31\x6e\xf9\x01\ \xc1\x44\x9c\x61\xd2\x14\x61\x32\x7e\xf9\xd4\x28\x99\x31\x9c\xb4\ \xb0\x8b\x9f\xae\x1f\x63\xb8\xd6\x44\xea\x94\xc9\x56\x42\x6a\x01\ \x2b\xd0\xda\xd0\x68\x34\x89\xe3\x84\xae\xae\x2e\xf6\x5d\xb6\x2f\ \x4b\x96\x2c\x99\xfe\xc9\xd3\x85\x13\x9a\xcd\x56\xdb\xc7\x2e\x68\ \xb5\x62\xe2\x38\x21\x4d\x53\x8c\x31\x68\xad\x49\xd3\x8c\x2c\xd3\ \x68\x6d\xc8\xb2\x94\x46\xa3\x89\xd6\xd9\xf4\xe6\xb9\xd3\x1f\xf2\ \x20\x6f\x7d\x74\x1c\x7f\xe6\x62\x56\xcc\x4c\xf8\xc1\xb5\xd7\xf3\ \xc8\x68\x07\x87\xbe\xfa\x38\xce\x3d\xeb\x44\x5e\xbc\xef\x1c\x84\ \x86\xa2\x17\x20\x45\xfe\xde\x63\x6b\x9f\xe0\xce\x9f\xdf\xc8\x83\ \x13\x1e\x2b\xe6\xcf\xc5\x57\x06\x6b\x32\x28\xcf\x66\x9f\x19\x9d\ \xac\x5b\x75\x3f\x77\xdc\xf1\x04\xeb\xfb\x26\x91\x9e\x80\xad\x3e\ \x2f\xcf\xf2\x4a\x58\x7c\xd4\xf9\x5c\x7d\xf9\x7f\x70\xfa\x61\x01\ \x3f\xbb\xe6\x5b\x3c\x36\xd8\x20\xf0\x7d\x4c\xab\xce\x53\x8f\x3d\ \xcc\x7d\x0f\x6e\x42\x94\xca\x78\xe5\xd9\xec\xb7\xd7\x3c\x06\xd6\ \x3f\xc8\xef\x6e\xb9\x97\x3b\x7f\xf7\x3b\x86\x82\xbd\x38\x70\x7e\ \x05\x0b\xc4\x93\x63\x0c\xfc\xe1\x51\x36\x8f\x35\xf0\x67\x1d\xc0\ \xd2\xce\x06\xb7\xdd\x7e\x37\x0f\xfe\xe6\x0e\x6e\x7f\xb2\x8f\xb9\ \xf3\x97\xd0\x5d\x48\x49\xb3\x6d\xdd\x3e\x46\x67\xb4\x9a\x29\x22\ \x08\x28\x04\x1e\x71\xa6\xe9\x9a\xb5\x3f\x73\xbc\x01\x7e\x7d\xcb\ \x3d\x3c\xf0\x9b\xdb\xb8\x67\x73\x8b\xfd\x17\xce\x67\xbc\xef\x21\ \x1e\x1f\x99\xcd\x9b\xdf\x70\x38\x73\x0b\xc3\xd4\x8b\x5d\xfc\xcd\ \x29\xaf\x46\x0d\x6c\x66\xfd\xda\xa7\xc0\x53\x98\x2c\x61\x70\xcd\ \x63\xdc\x7d\xcf\x5a\x12\xaf\x40\xa1\x58\x46\x98\xdc\x35\xd5\x8a\ \x53\xa2\x99\xfb\xb3\xa8\x54\xe5\x96\xdb\xee\xe6\xc1\xdb\x6e\xe7\ \x8e\x75\x23\xcc\x9f\xb7\x90\xd9\x0b\x0f\xe2\xcc\x73\x4f\xe7\xd8\ \x57\xbd\x88\xde\x92\x07\x89\xa0\x32\x6b\x11\x8b\x3a\x25\x0f\xde\ \x7f\x0f\x77\xdf\xbb\x9a\xbe\xd1\x06\x52\x6a\xc2\xde\x25\x2c\x2e\ \xf9\xf8\xb3\x97\x72\xf4\x91\x87\x90\x0c\xaf\xe3\xe9\xaa\xa4\xe8\ \xe7\x4a\x43\xad\x6f\x03\x9b\x56\x3d\x41\xbd\x9e\x30\x95\x92\xec\ \x7e\xdc\x8f\xfb\xf9\xcb\xff\xd9\xd6\x32\x01\x02\x4f\x70\x5f\x0d\ \x5e\x57\xd0\x18\x6d\x28\x57\x7a\x79\x4b\xc1\x32\xcf\x0c\x71\xcf\ \xbc\x1e\xb2\xe6\x20\xbe\x49\x79\xac\xa9\x18\x33\x0a\x25\x2c\xa9\ \xce\x18\x1d\x1d\xa3\xab\xab\x93\x24\x49\xd8\x59\xa2\xab\x52\x2a\ \xb7\x58\x3c\x85\x40\x30\x3e\x3e\x4e\x4f\x4f\x17\xc6\x18\xd2\x34\ \x63\xf5\x9a\x35\x08\x20\xcb\x34\x61\x18\x90\x65\x9a\x89\x89\x2a\ \x49\x92\x10\x06\xde\x4e\x35\x54\x63\x0c\x58\xf0\x7c\x9f\xbe\xdf\ \xff\x90\x7f\xb9\xa3\x8b\x2f\x7e\xee\xef\x39\xee\x98\x57\xf3\xcb\ \x8d\x0f\xf3\xf2\x57\xbc\x92\x68\xf8\x46\xbe\x7e\xf9\x6f\x39\x6d\ \xf1\x41\x2c\xf0\x24\x58\x8b\x10\x8a\xd2\xec\x79\x2c\x2c\x2e\x67\ \x49\x07\x3c\x34\x36\x41\xa6\xbb\x10\x42\x61\xeb\x23\x6c\x18\xab\ \x73\xe2\xb2\x83\x39\xf8\xa0\x95\x74\x75\x86\x08\x52\x84\x65\x8b\ \x65\x62\x2c\x9e\xef\xb3\xf1\x8e\xeb\xf8\xc2\x0f\x1e\x26\xcb\xea\ \x4c\x8c\x8d\xd3\x90\x15\xa4\xb0\x20\x24\x41\xa1\x80\x16\x60\x11\ \xc8\xa4\xca\x53\xc3\x23\x1c\xf5\xe2\xe5\xac\x38\x78\x1f\xc4\x81\ \x07\x33\x93\x51\xd6\xf5\x8f\x13\x65\x50\x99\x31\x87\x99\x8b\x16\ \x33\x32\x66\xc9\x46\xd7\xb0\x29\x3e\x96\xc3\x0f\xd9\x9f\xdb\x07\ \x7b\x39\x6c\xf1\x6c\x46\x37\x3e\xc4\x44\x53\x22\xa2\xdc\x3a\xb2\ \x02\x90\x92\x42\xe7\x0c\x4a\xb3\x42\x4e\x3b\xe3\x24\x5e\xd4\x53\ \xe7\x9a\x95\x0f\xb1\x71\xd8\x30\x29\x5e\xcf\x4b\x5e\xbc\x8c\x55\ \xe5\x0a\x07\xcd\x89\xe8\x7b\x60\x84\xb1\xa7\x07\xf8\xc3\xea\x01\ \xce\x3c\xf6\xf5\xdc\x73\xfd\x35\xfc\xa8\xf3\x08\xce\x7e\xc3\xbe\ \x3c\xf2\xcb\xff\x62\xed\xa0\xa4\x67\xb9\x07\x08\xfc\xb0\x40\xa0\ \x24\xb6\x2d\x44\x34\x10\x14\x4a\xcc\xdc\xab\x87\xd6\xf0\x2a\x06\ \xd2\x63\x78\xc9\x21\xcb\xf9\x7d\xa3\xc5\xa1\xf3\x7b\xd8\xfc\xfb\ \x4d\x94\x96\xbe\x9a\xd7\x2e\x16\x7c\xfa\xc3\xd7\xd1\x38\xf4\x6f\ \x79\xff\x91\xf3\xd1\x93\x9b\xd8\x38\x09\x2f\x3e\xf4\xc5\x2c\xbf\ \xb7\x41\x67\x31\x40\x08\x8f\xb4\xda\xc7\x90\x56\xcc\x1e\x59\xc7\ \x0f\xae\xbb\x89\xba\x57\xa1\x50\x7b\x9a\x38\x9c\x85\xc0\x22\x3d\ \x9f\xb0\x10\x92\xb6\x13\x02\x1c\x0e\xc7\x0b\xc5\xcd\x65\xed\x56\ \xdb\xbe\x25\x90\x82\xfb\x5b\x01\xbf\x9b\x6c\xf0\x9a\x28\xe5\x20\ \x3d\x82\xae\x6a\xea\x5a\xf3\xe2\xa0\x8e\x30\x19\xe3\x99\xe4\xfb\ \xe3\x3e\x89\xe7\x11\x59\x8b\x10\xd0\xdf\xdf\x47\x58\xf0\x91\x42\ \x61\xad\x99\xce\x50\x15\x22\x17\x24\x43\x43\xc3\x4c\x4e\x4e\x4e\ \xd7\x19\x34\x1a\x75\x06\x06\x06\x99\x31\x63\x06\xfb\xec\xb3\x0f\ \xa6\xed\xbe\x11\xed\x82\xbf\x46\xa3\xc1\xe6\xcd\xfd\xb9\xd0\xd8\ \x45\xc1\x9c\xd6\x06\x23\xf2\x0d\xb0\x58\x29\xd3\x5a\x7f\x37\xd7\ \xfe\xec\x31\x3e\x79\xe6\x5b\x39\xf1\xb7\x8f\x73\xeb\x6f\x6e\xe7\ \x90\xb7\x1f\xc3\xe7\x3e\xfb\x6a\x82\x1e\xc5\x83\x93\x93\x18\xca\ \xa4\xd6\xe7\xb8\xf7\x7f\x92\x37\x77\x04\xf4\x3d\xf8\x0b\x6e\xbc\ \xe7\x49\xcc\x81\x2b\x08\xa3\x12\x15\x31\xc0\x8f\xbf\xfd\x3d\xf6\ \xbd\xf0\x6d\xfc\xdb\x57\x3e\x8f\x40\xb0\xf9\x0f\xbf\xa1\x65\x0d\ \xc6\x6e\xc9\x90\x0a\x0b\x45\x4c\x75\x33\xeb\xd6\x3c\x49\x54\xe9\ \xc6\xf3\x23\x6c\x2b\xdf\x0c\x0b\x61\x00\x16\x84\xf2\x29\x14\x14\ \x65\xbf\xc1\xaf\x7f\xf4\x43\xf6\x9f\x7f\x16\x1f\xf9\xf2\x25\xd0\ \x18\xe6\xb6\xeb\xaf\xe4\x81\xc1\x31\x0a\xb7\xff\x9e\x63\x0e\x39\ \x95\x7f\xf9\xda\xa5\x3c\xf0\xb3\xab\xf9\xe4\xe7\x7f\xc2\x65\x57\ \xec\xcf\xfb\xdf\xf1\x2e\xae\x3e\xd5\x67\x70\xd5\xfd\x5c\xf1\xc3\ \x9b\x19\x14\x25\x3c\x6b\x31\xd6\x90\x26\x29\xa9\xdf\xc3\xc9\xef\ \xff\x2c\x27\xe9\x94\xb1\x81\x0d\x7c\xff\xeb\x97\x72\xeb\x03\x9b\ \x98\xf0\x35\x97\x7f\xe7\x40\xde\x75\xce\x47\x38\xae\x60\x59\x77\ \xff\xaf\xf9\xde\xad\xf7\x83\x48\xb9\x6b\xe5\x3a\xce\x38\x72\x0e\ \x0f\xad\xbc\x9f\xfb\x64\x37\xef\x3c\x7e\x5f\xd6\xde\x7d\x17\x63\ \x2a\x60\x86\x52\x84\x85\x10\x25\xc0\x0a\x8f\x42\x21\xa0\x10\x0a\ \x36\xaf\x59\xc3\x23\x43\x3e\x27\xbc\xf5\x54\x6e\xff\xf8\xa5\x7c\ \xed\x8a\x17\xf1\xfe\xd3\xff\x8e\x6b\xce\x54\x6c\x7e\xfc\x77\x5c\ \xfa\xb3\xdb\x78\x82\x1a\xf7\x6c\x3e\x90\x8b\xfe\xe9\x63\xa4\x61\ \x84\xe9\x7b\x9c\xac\xba\x9a\x6f\x5d\xfb\x53\x3e\x74\xce\xf1\x5c\ \x72\xe9\x09\x48\x69\x58\xf9\x9b\x1a\xb6\xb6\x8a\xab\xaf\xbe\x81\ \x8b\x4f\x3f\x92\x4f\x7c\xee\x28\x44\x5c\xe5\x87\x5f\xfc\x08\x8f\ \xde\x9f\x11\x14\x0a\x28\x25\xdb\x19\x66\x16\xe9\xc2\xef\x0e\xc7\ \x0b\x06\x71\xf4\x51\xaf\x99\x14\x42\x94\xb7\x7e\x30\xb3\xe0\xc7\ \x4d\xce\x28\x4d\xf0\xf2\xb0\x49\x49\x1a\x14\xd0\xb4\x82\xcd\xda\ \xe7\x9a\x5a\x27\x0f\xda\x0e\xca\xbe\xdc\xe2\xf6\x89\x53\xfc\x20\ \x64\xe6\x8c\x19\xf8\x41\x80\x94\xb9\x8b\xc2\x18\xc3\xe4\x64\x8d\ \xe1\x91\x21\xc2\xc0\x9b\x6e\x22\x99\xc7\x3a\x32\x7a\x7a\x7a\xe8\ \xe8\x28\x23\xa5\xcc\x6b\x28\x8c\x25\x4d\x33\x46\x46\x47\x68\xb5\ \x1a\x14\x82\xe0\x19\xb6\x14\x8b\x11\x1e\x9d\xdd\x33\x09\x9b\xfd\ \x0c\xd5\x2c\xa9\xea\x66\xde\xcc\x22\xaa\xb6\x89\x75\xd5\x80\x19\ \x33\x7a\xe8\x08\x25\x59\x16\x53\x1b\x18\xa2\xb8\xec\x48\xfe\xe5\ \x23\xa7\x71\xd7\x97\x3e\xc3\x4f\x37\xd4\x30\x93\x43\xd4\x5a\x20\ \x4b\xbd\xf4\x76\x78\xd8\xf1\x3e\xfa\x9a\x12\x55\xee\x61\x56\x67\ \x84\x40\x93\x36\x26\x68\x34\x9a\x64\x42\x81\x05\x23\x0a\x74\xf6\ \x74\x11\xb6\x06\x18\xa9\x6b\x68\x5f\x93\x36\x8a\xa0\xd8\x4d\x6f\ \x21\xa5\x36\x36\x4c\xb5\xb0\x80\x39\xa5\x16\xf5\xb1\x31\xaa\x2d\ \x83\x89\xba\x98\xdb\x53\x42\x24\x93\x8c\x0d\x8f\x62\xfc\x90\x56\ \xea\x51\xee\xae\xd0\x55\xf4\x30\xf5\x31\x6a\xb5\x3a\x63\x69\x48\ \xa5\xb7\x87\xee\x82\xa4\x39\x3e\x48\xb5\x91\xa2\xda\x45\xa2\xd6\ \x82\xf1\xca\x74\x77\x96\x08\x24\x58\x9b\x11\x4f\x8e\x31\x51\xad\ \x21\xa3\x22\x18\x4b\x43\xfb\xcc\x9c\xd1\x43\xc9\x33\xd4\x46\xfb\ \xa9\x27\x02\xe5\x4b\x1a\xa2\x9b\xb9\x9d\x82\xe6\xc4\x20\x75\xba\ \xe8\xed\x29\x60\x46\xfa\x99\xb0\x01\x32\xa8\xd0\x5b\xf1\xd0\xa3\ \x7d\x0c\xc8\x39\xcc\xed\x12\x24\x13\xc3\x8c\x36\x24\x7e\x47\x37\ \x73\x82\x06\x13\xe3\xe3\x0c\x67\x45\x7a\x67\xf6\xd2\xe9\x5b\x1a\ \xe3\x03\xd4\x9a\x9a\x4c\xf9\xc8\x62\x0f\xb3\x3b\x43\x04\x86\xac\ \x31\x41\xab\x36\xc9\x68\xe2\x11\x75\xf5\xd2\x5b\xf2\xc1\x68\x92\ \xda\x18\xcd\x38\xa1\x9a\x28\x4a\xdd\xbd\xf4\x46\x1e\xd6\x24\xc4\ \xd5\x61\x26\x92\x12\x95\x99\x5d\x14\x1b\x83\x0c\x37\x53\x8c\x50\ \xee\xee\x74\x38\x5e\x48\xc2\xe4\xa8\xd7\xef\x28\x4c\x00\x52\x9b\ \xa7\xf5\x2e\xa3\xc1\x52\x15\x53\x10\x86\x7e\xe3\xf3\xb0\x2e\x52\ \x53\x21\x45\x6f\xc7\x6a\xe8\x34\xcd\xb0\xc6\x10\x16\x22\x7c\xdf\ \xc3\x18\x4b\x1c\xc7\xa4\x59\x4a\x10\xf8\x3b\x14\xbc\xe5\x02\x25\ \x41\x79\x3e\x61\x10\xa2\x94\x24\x4d\x33\x5a\xad\x18\x29\x2d\xbe\ \xef\xff\xf1\x2b\x68\xbf\x07\xca\x27\xf0\x24\xd6\x64\xc4\x89\x46\ \xf9\x01\xbe\xb4\x24\x69\xda\xae\x9b\xb0\xc4\x69\xc0\xde\x87\x1e\ \xcd\xff\xfe\x97\xd3\xb8\xe9\x83\xe7\x71\xcd\xaa\x06\x41\xb1\x4c\ \xe0\x09\xac\xc9\x48\x52\x8d\x17\x84\x28\x61\xd1\x59\x46\xa6\x0d\ \x16\x90\x52\xe1\xfb\xde\x16\x0b\xce\x1a\x92\x24\xdd\xf2\x99\x6d\ \xaf\x9e\x60\xea\x75\x16\x3f\x0c\x40\xa7\x24\x19\xed\x6b\xcf\x53\ \x99\x53\x6d\x40\x48\x7c\xdf\x6b\x8f\x87\x21\x4d\x32\xb4\xb1\x28\ \xcf\xc3\xf3\x14\xc2\xe6\xae\x3f\x6d\x2d\x4a\xe5\x8f\xb1\x95\xe3\ \xd0\x9a\x3c\xbe\x64\xda\x8f\x49\xa5\xf0\x3c\x6f\xfa\x39\xd6\x68\ \xd2\x2c\xc3\x58\xf0\x3c\x1f\xa5\xda\x55\xfd\x26\x23\x4e\x0d\x5e\ \x10\x20\xad\x26\x49\xb3\xf6\xf5\xe6\xaf\x99\xfe\xdb\x66\xb4\x52\ \x83\xef\xfb\x28\x09\x59\x9a\xa2\x91\x04\xbe\xd7\xfe\x6e\x29\xda\ \x32\xfd\xdd\x04\x36\x7f\x8e\xb1\xd3\xe3\xe5\xf9\x1e\x72\xbb\xc7\ \xa7\x9f\x6f\x6d\xde\x42\xc7\xd8\xe9\xa2\x4b\x25\x21\x89\x13\xf0\ \x7c\x7c\x25\x5d\x85\x89\xc3\xf1\x42\x13\x26\xaf\x3b\xf2\x55\x3b\ \x15\x26\x53\x3b\x53\xac\x21\x69\x07\x9e\x3d\xa0\xa0\x40\xf1\xcc\ \xf5\xcb\x5a\xeb\xe9\xea\x73\x29\xe5\x33\xb6\xe1\x10\xa2\xed\xae\ \x32\xb9\x6b\x4c\x08\x81\x52\x32\xef\xff\xb5\x9b\x2f\xd6\x18\xf0\ \xa3\x32\x73\x66\x55\xa8\xf5\x6f\x66\x3c\x31\xcf\xa9\xe5\x89\xc3\ \xe1\x70\x38\x76\x8e\x97\xa7\x9a\xee\x62\x43\xb5\x82\x40\x40\x20\ \xb6\xf1\x2c\x61\xfe\x48\xd7\xe0\xed\x85\xc7\x54\xb1\xda\xce\x0d\ \x0b\xd1\x16\x20\xdb\xba\x35\xa6\x62\x28\xbb\x51\x6e\x22\x84\x25\ \x6d\x8c\xb3\x76\xd5\x08\xd2\xf7\xf1\xa4\x98\x4e\xb5\x75\x38\x1c\ \x0e\xc7\xf3\x10\x26\x13\x13\xd5\xbf\x4e\xed\xbc\x5d\xcf\xe2\x70\ \x38\x1c\x8e\xdd\x20\x4c\xde\xf3\x9e\xf7\xb9\x51\x70\x38\x1c\x0e\ \xc7\xf3\x42\x58\xa3\x27\x81\xb2\x1b\x0a\x87\xc3\xe1\x70\xfc\xc9\ \x96\xc9\xe4\xe4\xa4\x1b\x05\x87\xc3\xe1\x70\x3c\x2f\xa4\x1b\x02\ \x87\xc3\xe1\x70\x38\x61\xe2\x70\x38\x1c\x0e\x27\x4c\x1c\x0e\x87\ \xc3\xf1\xc2\xc7\x7b\xb6\x4f\x14\x42\xfc\xd1\x33\xc0\xb5\xd6\x6e\ \x44\x1d\x0e\x87\xc3\x09\x93\x5d\x3c\xc9\xcb\x8f\x6b\x9d\x9c\x9c\ \xdc\x65\x27\x57\xdf\xf7\x29\x95\xca\x24\x49\xfc\xac\xcf\x5e\x77\ \x38\x1c\x0e\xc7\x5f\x89\x30\x51\x4a\xb1\x79\xf3\x66\xae\xff\xce\ \x77\x19\x1c\x18\x44\x9b\x1d\xad\x0f\x81\x40\x79\x8a\x03\x0e\x38\ \x80\xbf\x7d\xf3\x49\x04\x41\xe0\x04\x8a\xc3\xe1\x70\x38\x61\xb2\ \xad\xc5\x71\xe3\xcf\x7e\xce\x2d\xb7\xde\x4a\x31\x8a\x76\xf9\x3c\ \xad\x35\xab\x56\xaf\x66\x9f\x7d\x96\xf0\xca\x57\xbc\x82\x56\xab\ \xe5\x46\xd7\xe1\x70\x38\x9c\x30\xc9\x31\xc6\x30\x31\x31\xce\xfb\ \xdf\xff\x77\x2c\x98\x3f\x1f\xb3\x8b\xb8\x88\xe7\xfb\xdc\x7e\xfb\ \xed\xf4\xf7\xf5\xef\xd0\x67\xcb\xe1\x70\x38\x1c\x7f\xe5\xc2\x04\ \xf2\xe0\xfb\xbe\x4b\x97\xb2\xcf\x92\x25\xbb\x0c\xb2\x07\x41\xc0\ \xea\xd5\x6b\x98\x9c\xac\x3e\xeb\x0f\xb7\x08\x0a\x51\x84\x2f\x2c\ \xcd\x66\x13\x6d\xb7\xfd\x2f\x2a\xa0\x18\x85\x98\xa4\x49\x2b\xd6\ \xfc\x65\xf7\x25\x17\x84\xc5\x08\x7f\xfb\x26\x97\x59\x42\xa3\x15\ \x63\x90\x14\xa2\x22\xbe\xb2\xb4\x1a\x4d\x32\xb3\xd5\xc5\x0a\x49\ \x21\x8a\xf0\x84\xa1\xd9\x68\x92\x59\x5c\x0b\x76\x87\xc3\xb1\xe7\ \x09\x13\x80\x24\x49\x88\xe3\x78\x97\xc2\xc4\x5a\x4b\x96\x65\xcf\ \xbe\x69\xa4\x50\x84\x72\x92\x5f\x5e\x77\x15\x8f\xd4\x7a\x38\xf5\ \x6d\x6f\x66\xaf\x82\x26\xce\xf2\x00\xbf\xf4\x43\xe2\x8d\x0f\x72\ \xc9\x0f\x7e\x45\xcf\x21\x6f\xe2\x4d\xaf\xdd\x07\x9b\x64\x7f\x99\ \x67\xef\x09\x89\xc7\x24\x3f\xff\xe6\x15\x3c\xf0\xf4\x30\xba\x2d\ \x28\x4c\x1a\xd3\xb1\xe2\x6f\x78\xe7\x49\xaf\xa3\x8b\x61\x7e\xf6\ \x8d\xaf\x71\xff\x68\x0f\x6f\x7d\xe7\xa9\x2c\xed\x92\x24\x99\x45\ \x28\x9f\x20\x1b\xe1\x27\xdf\xfc\x1a\x0f\x8d\xf7\x70\xea\xe9\x27\ \xb3\xb4\x57\x91\x66\x2e\xe6\xe4\x70\x38\x5e\x38\xfc\x37\xd6\x99\ \x08\x3c\x91\xb0\xea\xe1\x7b\xf8\xfe\x15\x97\x72\xc9\x35\x3f\xa7\ \x4a\x80\x27\xa6\xf6\x67\x0f\x33\xb1\x89\xdb\x7e\x71\x33\x0f\xac\ \x1a\x46\x6c\x73\x18\x97\x40\xb4\xcf\x49\x91\x52\x6c\xab\xc5\xb7\ \x53\x98\xb7\x95\x69\xed\xe7\x4f\x3d\x38\xf5\x1c\x76\x7c\xce\xf6\ \xc2\x50\x08\x39\x7d\x26\x8b\xdc\xa5\xa0\x94\x48\x5b\xe3\x9e\x5b\ \x6f\xe1\xee\x47\xd6\xd1\x48\x12\x5a\xad\x16\xcd\x56\x8b\x34\x33\ \x80\x45\x15\xba\x58\x30\x37\xe2\xae\x1b\xae\xe4\x3f\xaf\xbf\x8d\ \x86\xc8\x0f\xa5\x0a\x7c\xc1\x63\xb7\x7e\x8f\x4b\xbf\xf9\x13\x6a\ \xd1\x1c\xe6\xf6\x84\x68\xed\x04\x89\xc3\xe1\xd8\x43\x2d\x93\x3f\ \x07\x16\x41\x10\x15\xa9\x74\x7a\xdc\xfd\xc3\x2b\xf9\xc6\xac\x39\ \xbc\xef\x2d\x87\x21\xe3\x16\x60\x41\x7a\x14\x4b\x25\x0a\x81\x9a\ \x3e\x0e\x45\x48\x0f\xdf\x83\x56\xa3\x49\x9a\x19\x84\xf2\x28\x16\ \x23\xd0\xf9\xc9\x7d\x59\xdc\x20\xd6\x92\x62\xa9\x88\x42\xa3\xad\ \xc0\x53\x82\xa4\xd1\x20\xb6\x82\xa8\x50\x80\x2c\xa1\x99\xd9\xf6\ \x09\x7f\x6d\x01\x61\x35\x71\x2b\x6d\xbf\xbf\x02\x24\x7e\xa0\xc8\ \x5a\x4d\x9a\xa9\x06\x04\xca\xf3\xb6\x9c\x5a\xb8\x9d\x00\x33\x71\ \x9d\xa6\xf6\x39\xe2\xf8\xb3\xf8\xe8\x79\x47\x23\x4d\x86\x41\x60\ \xb3\x98\x66\x2b\xa6\x95\xf8\xbc\xe8\xe8\xb7\x73\xd1\xea\x27\xf9\ \xe2\x4f\xae\xe4\xc7\x07\x2f\xe7\xcc\x23\xf7\x65\x72\xcd\x6d\x7c\ \xe3\xea\x1f\xd3\x71\xc4\x29\xbc\xf7\x8c\xa3\x28\xd9\x84\xd4\xc9\ \x12\x87\xc3\xe1\x2c\x93\xe7\x86\x49\x12\xca\xcb\x0e\xe6\x84\xa3\ \x97\xf3\xeb\xab\xbe\xcc\x0f\xee\x79\x9a\x30\x0c\x76\x6e\xcb\x28\ \x0f\x99\x8d\xf3\xdb\x1f\x7e\x83\x7f\xfa\xc0\x45\xbc\xe3\x1d\x67\ \x70\xfe\xfb\x3e\xcc\x25\xdf\xbd\x8d\xb1\x4c\x10\x15\x02\x06\x1f\ \xb9\x89\x0f\x9e\x7f\x0e\x5f\xfc\xe1\x7d\x10\x16\x08\xc2\x90\xf1\ \x27\x7f\xc5\x87\x2e\xbc\x88\xaf\xfd\x6c\x25\xaa\xdc\xc1\xc6\x9b\ \x2e\xe5\xbc\x0b\x3f\xca\xed\x7f\x68\x10\x15\x3c\xa4\x5f\x40\x8c\ \x3e\xc2\xbf\xfd\x8f\x0b\xf9\xec\x55\x77\x42\x54\x20\xf4\x0d\x6b\ \xef\xbd\x89\x7f\xfb\xe8\x07\x38\xfb\xac\xb3\x38\xe3\xac\xb3\xb9\ \xf8\xa3\xff\xce\x03\x43\x9a\x50\x89\x1d\x86\xd1\xc6\x55\xea\x56\ \x50\x8a\xca\x58\x0c\xad\x66\x8b\x46\xbd\x4e\xa3\x95\x62\x11\x60\ \x33\x62\x5b\xe6\x0d\xef\xb8\x80\x23\x17\xa5\xfc\xd7\x95\xd7\xf2\ \xe8\x53\x4f\xf1\xd3\xab\xaf\xe0\x91\xd6\x3e\x9c\x77\xce\x69\xec\ \x5d\xd4\xa4\xc6\x49\x12\x87\xc3\xe1\x2c\x93\xe7\x6e\x9d\x58\x4d\ \x26\xbb\x78\xe3\xd9\xef\xa4\x34\xfc\x0f\x5c\xf1\xd5\xaf\xb0\x68\ \xfe\xc7\x38\x62\xef\x4e\x1a\xdb\x6d\xd8\x81\x6a\xf2\xcb\x2b\xbe\ \xc4\x17\x7e\xf0\x18\xaf\xf8\xdb\xb7\x73\xda\x41\x73\xd8\x70\xef\ \xcd\x5c\x73\xf9\xe7\x98\x30\x1f\xe3\x1f\xdf\x7e\x04\x8b\x5f\x72\ \x2c\x27\xbf\xf2\x6e\xbe\x7a\xdd\x37\x38\xe4\xa0\x15\x9c\xb8\xb8\ \xca\x35\x97\x5d\xc1\xe8\xcc\x23\xf8\xd0\x71\x47\x10\x91\x92\xa5\ \x09\x8d\x46\x93\x6c\x6b\x77\x92\xd5\x34\x9b\x0d\xbc\x24\x43\x7a\ \x01\x8d\x35\xbf\xe5\x92\x2f\x5e\xc2\xc8\xbc\x23\xb9\xe8\x1f\x5e\ \x4a\xd1\x34\x19\x18\x99\xa4\xbb\x20\xd0\xdb\xd5\xd0\x08\x29\xc9\ \x6a\x63\x54\x93\x2a\xeb\x9e\x78\x80\x5f\xfd\x46\x33\x7f\xfe\xde\ \xcc\x9f\xdd\x4b\xa0\x2c\x69\x96\xc7\x99\x6c\x16\xa3\xba\x97\x71\ \xd6\xbb\xde\xce\xfa\xcf\x5e\xc9\xbf\xfd\xaf\xcd\x34\x47\x47\x39\ \xf6\xac\x7f\xe6\x35\xfb\x75\x11\xb7\x62\xb7\x22\x1d\x0e\x87\x13\ \x26\x7f\xb2\x40\xd1\x09\xb6\xbc\x37\x67\xbd\xf7\xbd\x3c\xfe\x3f\ \x3e\xc5\x57\xbe\x7a\x3d\x0b\x3f\xfe\x6e\x3a\xbc\x2d\x16\x80\xf2\ \x42\x26\x9f\xb8\x89\x6f\xdf\xf4\x20\x87\x9e\xfa\x3f\xf9\xd8\x05\ \xaf\xcb\xcd\xaa\x57\xbd\x88\x74\xfc\xef\xf9\xc1\xcd\x37\xb2\xe6\ \x84\xc3\xd9\xaf\x58\xe1\xf8\xb3\x2f\x60\xe5\x93\x1f\xe5\x9a\xcb\ \x2f\x67\x74\xf1\x04\xb7\x3e\xdd\xc5\x45\x9f\x38\x8b\xa5\x15\x88\ \xb5\x9d\x6e\x0d\xb3\x7d\x5c\x65\x2a\x2e\x22\x85\xa0\xba\x79\x13\ \x7d\x63\x09\x07\x9d\x7c\x1c\x6f\x3c\xea\x60\xc0\x90\xc5\x31\x71\ \x92\x90\x6d\xd7\x04\x40\x08\x43\xaa\x4b\xac\xd8\x7f\x29\x9b\x07\ \x1f\xe4\xca\x2f\xdf\xcc\xd0\x58\xca\xf2\xd7\x9e\xc4\xbb\xcf\x3e\ \x99\xa5\x33\x02\xd2\x34\x7f\x51\x12\xa7\x2c\x7c\xe9\x31\xbc\xf1\ \xe5\x77\xf1\xe5\x1f\xdc\x45\xf9\x45\x27\xf3\xd6\x63\x0e\x41\x25\ \x31\x89\x5b\x8f\x0e\x87\xc3\x09\x93\xe7\x47\x1a\x27\x94\x16\x1e\ \xc1\x45\x17\x9e\xc2\x87\x3f\xf3\x3d\xbe\xf9\x93\xc3\x78\xef\x01\ \x61\x3b\x3e\x21\xf0\x84\x66\xc3\xaa\x0d\x54\x9b\x16\xf9\xc8\xaf\ \xf8\xf4\xc7\x6f\x23\xd3\xe0\x79\x86\x0d\xab\xc7\xa9\xd6\x2c\x1b\ \x46\x33\xf6\x8f\xc0\x74\xef\xcf\xb9\x17\xbc\x93\x7f\xfd\xc4\x57\ \xb8\x7c\x65\x27\x27\x5c\xf0\x61\x8e\x5a\xd1\x4b\xdc\x6c\x21\xa3\ \x3f\x7e\xc9\x5a\x1b\x66\x2c\x3f\x98\xc3\x0f\x98\xcb\xad\xd7\xfd\ \x1b\xff\x3a\x78\x0c\xc7\x1d\xf5\x1a\x96\x2f\x9c\x43\xa8\x24\xc9\ \x76\xd2\xc4\xa4\x31\xfe\x5e\x87\xf3\xde\x0f\x1e\x4c\x92\xb4\x98\ \x18\x1b\xe1\xc9\x7b\x7e\xce\xe5\xd7\x5d\xc7\xe7\x4c\x91\xff\xfd\ \x81\x93\xa9\xc8\x14\x6d\x2d\xca\xf7\x99\x78\x6a\x25\x0f\xfd\x61\ \x03\x41\xa5\x9b\xa4\xff\x01\x7e\xf5\xfb\xb5\x9c\xf9\xea\x45\x88\ \x56\x82\x73\x72\x39\x1c\x8e\x17\x22\x7f\x41\x5d\x83\x2d\x69\x9c\ \xb1\xec\x35\xa7\x72\xde\x09\xfb\x71\xdb\xb5\x97\x71\xd3\xca\x21\ \x7c\x5f\xb6\xc5\x89\xa1\x11\xa7\x64\x78\x04\x85\xbc\x57\x98\x54\ \x02\x63\x3c\x16\xad\x78\x19\xc7\x1f\xfd\x1a\xe6\x84\xa6\x9d\x96\ \x2b\x88\xca\x1d\x14\x02\x48\xb5\xc9\xd3\x99\xad\xd8\xe1\xf3\x76\ \xb5\x71\x5b\x93\x20\xba\x97\x72\xc1\x87\x3f\xc6\x39\x27\x1e\xca\ \xe0\x83\x3f\xe7\xa3\x1f\x78\x1f\x1f\xfb\xc2\xb5\xac\x1e\xcd\xf0\ \xd5\x8e\x59\x5d\x42\x2a\x82\xa8\x48\x67\x57\x2f\x0b\x97\xae\xe0\ \x84\x33\xdf\xc3\x59\x47\x2e\x66\xdd\x9d\xbf\x61\xd5\x60\x15\xa5\ \x24\x08\x85\x6f\x46\xf9\xf1\x55\x97\xf1\x9b\xa1\x5e\x2e\xfc\xf0\ \x3f\x71\xf4\x82\x06\xd7\x5f\x76\x19\xf7\x6d\x6a\x11\x06\xae\xd8\ \xd3\xe1\x70\x38\xcb\xe4\xf9\x8b\x13\x6b\x68\xea\x22\x47\x9d\x7e\ \x3e\x0f\x3d\xf1\x29\xae\xfb\xd6\x0f\x21\xf5\x59\x20\xc1\xa0\xe8\ \xed\xcc\xdb\xb9\x1c\x70\xe4\x99\xbc\xef\xf8\xa5\x60\x35\xd6\xe6\ \x1b\x39\x36\xa3\x59\xab\x93\xe0\x13\xd4\xd6\x71\xe5\xd7\xbe\xc1\ \xc8\x82\x63\x78\xd7\xcb\x87\xf9\xf6\x75\x5f\x63\xdf\xa5\x0b\x38\ \xe9\x90\x99\x64\x46\x10\x74\x14\x10\x69\x9d\x46\xd2\x40\x7a\x33\ \x40\xb3\x43\x4a\xb0\xc9\x0c\x85\x9e\x25\x9c\x72\xee\x07\x78\xc3\ \x9b\x36\xf3\xc0\xad\xdf\xe7\xff\xff\xe6\xb7\xb8\xb2\x32\x87\x7f\ \x7e\xf7\x1b\xf0\x4d\x8b\x2d\xb1\x72\x81\xe7\xf9\x08\x9b\x91\x65\ \x9a\x4c\x1b\x82\x52\x44\xef\x9c\x0a\x24\xc3\x24\x69\x06\x42\x10\ \x84\x82\xc7\x7e\xfe\x2d\xae\xbf\x65\x23\xaf\x3b\xfb\xa3\x1c\xff\ \x37\xaf\x61\xb8\x34\xc0\x03\x1f\xfd\x2a\x97\x5f\x7b\x23\x4b\x3e\ \x78\x0a\x1d\x42\xe3\x32\x83\x1d\x0e\xc7\x1e\x6b\x99\x28\xa5\xf0\ \x3c\xef\x19\x7f\x76\x47\x1b\x15\x9b\xc5\xa8\x9e\xe5\x9c\xf5\xce\ \x93\x28\xc7\xc3\x8c\x37\x41\x08\x4b\x66\x60\xe1\x41\x87\xb2\xff\ \x6c\xcb\xcd\xdf\xbe\x8c\x5f\x3f\xb4\x81\x66\x6a\x30\x3a\x61\xb4\ \x6f\x03\x9b\x06\xc7\xd1\xc2\xa3\xe0\x25\xfc\xe6\xfa\xaf\xf3\x8b\ \xb5\x11\x67\x9e\xff\x6e\xce\x7d\xd7\xbb\x39\x72\xee\x24\x57\x5d\ \x72\x25\x4f\x8c\x1a\x7c\x01\xbd\x4b\x97\xd3\x2b\x47\xb9\xed\xb6\ \xdb\x79\x6a\x5c\x53\x8c\x42\x7c\x29\xb0\xc6\x60\xad\x45\x48\x89\ \x6e\x54\x19\x18\x1c\xa6\x65\x24\x5d\x73\x16\xf1\xda\xbf\x39\x82\ \x79\x9d\x8a\x91\xa1\x7e\x5a\x46\x6e\x35\x70\x02\x49\xc2\xe6\x0d\ \xab\xd9\x34\xda\xc4\x8f\x8a\x84\x1e\x6c\x78\xf8\x56\x6e\xfc\xd5\ \xe3\x94\x16\xef\xcf\x5e\xdd\x1d\x08\xcf\xa7\xf1\xf4\xfd\x7c\xf3\ \x9a\x1b\x08\x5e\x74\x2c\x67\x9c\xf4\x32\x68\xd4\x98\x7d\xf0\x31\ \x9c\x7d\xf2\xcb\x58\xf3\xcb\xeb\xf8\xfe\x6d\xab\xf0\x42\xdf\xad\ \x4a\x87\xc3\xb1\x67\x5a\x26\xc6\x58\x86\x86\x86\x28\x46\xd1\x74\ \x05\x7c\x92\x24\x48\x29\xf1\x7c\x1f\xac\x25\x08\x02\xc6\xc7\xc6\ \x08\x76\x91\xd6\xbb\x33\x04\x96\xb8\xd9\xa0\xd6\x68\x61\xb6\xaa\ \xde\x48\xe2\x84\x79\x87\x1e\xcb\xdb\x8f\xfd\x3d\x9f\xba\xfa\x3e\ \x1a\x71\x86\x31\x09\x6a\xe6\x8b\x38\xe7\xbc\x33\xf9\xfc\x97\xaf\ \xe5\x0b\x1f\xff\x30\xdf\x9a\xd5\x4d\x20\xa1\x36\x59\xe3\xb0\x33\ \x3e\xc4\x7b\x8e\x5a\xc1\xfa\xdf\xfd\x88\x4b\xbe\x7d\x37\x87\x9f\ \xf5\xaf\x1c\xb9\xac\x44\x62\x4a\x9c\x71\xde\xdb\xb8\xef\x9f\xbf\ \xca\x25\xd7\xae\xe0\xe3\x17\x9e\x48\xd7\xe2\x57\xf0\xd6\x37\xde\ \xc9\x25\x3f\xfe\x0e\x1f\x5e\x75\x07\x33\x2a\x45\x4c\x73\x9c\x35\ \x23\x70\x58\xe8\xe1\x29\x9f\xbe\x27\xef\xe4\x0b\x97\x7d\x9f\x46\ \xb9\x87\x82\x07\xad\x89\x61\xfa\xcd\x6c\xde\xf2\xaa\x97\x53\x11\ \xc9\xb4\xf5\x20\xa4\x87\x17\x0f\xf2\xab\x6f\x7d\x81\x5f\xae\xb6\ \xcc\xa8\x44\xa0\x13\x46\xfb\x37\xd3\x88\x16\xf1\xce\x73\x4f\x61\ \x61\xb7\x0f\xf1\x08\x37\x5c\xfd\x75\xee\xea\xef\xe1\x83\xff\x70\ \x0a\x0b\x8b\x9a\x66\xac\x91\x22\xe4\x15\x27\x9c\xce\x2b\x7f\xfb\ \x00\xdf\xbe\xfc\x72\x0e\x59\xf6\x31\x5e\x3c\xd7\x27\x49\x8d\x5b\ \x9d\x0e\x87\x63\xcf\x11\x26\x4a\x29\xea\xf5\x3a\x9f\xfc\xe4\xa7\ \x28\x14\x0a\xb9\xe6\x2e\x04\x4b\x96\x2c\xa6\x56\xab\xd1\xdf\x3f\ \x30\x7d\x68\x56\xbd\x5e\xe7\xc2\x0b\x2e\x78\x96\x1f\x6d\x48\x4d\ \xc8\x41\xaf\x7e\x03\x7e\xab\x87\x2e\x99\x6d\x71\xef\x58\x4d\x62\ \x8b\xbc\xe6\xcd\x67\x32\x28\xf7\xa6\x6b\xf9\x6c\x6c\x9a\x91\xa4\ \x96\xc5\xaf\x78\x33\x9f\x58\xb8\x82\xdb\x6f\xbb\x93\x35\x7d\x63\ \x18\xe1\xd1\x31\x73\x3e\x2f\x5d\xd4\x8b\x4e\x5a\x54\xab\x31\x2f\ \x3d\xe9\x7c\x4e\x39\xfe\x50\x64\x92\x10\x6b\x98\x75\xd0\x1b\x78\ \xdf\xf9\xa3\xdc\x3d\x92\x31\x51\x6f\x52\x2c\x97\x38\xe6\x9d\x7f\ \xcf\xdc\xfd\x7e\xc3\x9d\x0f\xad\xa1\x91\x59\x54\xb0\x2f\x47\x1c\ \xbd\x90\x03\x0f\x7e\x11\xa6\xd9\xa4\xbc\xf7\xfe\xbc\xee\xe8\xd7\ \xf2\xe4\xa6\x11\x32\x2b\x08\xf7\x7b\x31\x67\xbc\xe2\x35\x1c\xbe\ \x7c\x1e\x3a\x49\xa7\xe3\x2d\xd6\x66\x64\x7e\x37\x47\x9e\x78\x06\ \xa5\x07\x1e\x63\xd3\xf0\x04\x46\xf8\x1c\xfa\xaa\xe3\x79\xf9\xab\ \x5e\xc9\xb2\x39\x65\xd2\x4c\xd3\xaa\x8d\xa0\xbb\xf6\xe7\xcc\xf7\ \xbe\x94\xd7\x1f\x30\x8b\x38\xc9\x73\xb7\x4c\x9a\xe0\xf7\x2e\xe3\ \xcc\xf3\xce\xa7\xf3\x8e\xf5\xd4\xc6\x46\xd1\x73\xe7\x22\x30\x2e\ \x18\xef\x70\x38\x5e\x30\x88\xea\xc4\xf8\x24\x50\xde\xd5\x13\xa2\ \xa8\xc0\x27\x3e\xf9\x69\xee\xbc\xf3\x4e\xc2\x30\x24\xcb\x32\x66\ \xce\x9c\xc9\x17\xbf\xf0\x79\x1e\x7b\xfc\x71\x3e\xfe\xf1\x4f\x10\ \x04\xb9\x35\x12\xc7\x31\xef\x7d\xcf\x7b\x38\xe1\x84\x37\xd2\x68\ \x34\xfe\xb8\x4b\x0b\x91\x37\x3f\x14\x9a\x46\xa3\xb9\x8d\x75\x02\ \x16\xd1\x6e\xf4\xa8\x93\x16\xad\x38\x9b\xee\x7e\x28\x95\x47\x10\ \x86\x78\xed\xea\x75\x6b\x34\x49\xdc\x22\xc9\x2c\x7e\xa1\x48\xe4\ \x43\xa3\xd1\x9c\xee\x91\x05\x82\x30\x2a\xe2\x4b\x4d\xa3\xd1\x8e\ \x75\x08\x89\x1f\x84\x04\xbe\x6a\xbf\xad\xc5\x68\x4d\x9a\x24\xa4\ \x99\x46\x28\x8f\x30\x0c\xf1\x94\x6c\x0b\x0d\x43\x9a\xc4\x24\xe9\ \xce\x7b\x93\x29\x2f\x20\x08\xb6\x54\xd4\x1b\x9d\x91\x24\x09\x99\ \x6e\x5b\x18\x42\x51\x2c\x46\x48\x93\x52\x6f\xc6\x6c\xdf\xd3\xd2\ \x0b\x23\xa2\x50\x11\x37\x1b\xb9\x55\xe2\x3a\x3d\x3a\x1c\x8e\x3d\ \xc9\x32\x31\xc6\x72\xe0\x01\x07\x70\xc7\x1d\x77\x10\xc7\xf9\x29\ \x8a\x63\x63\x63\x7c\xff\xfb\x3f\xa0\xaf\xbf\x8f\x2c\xcb\x00\xc8\ \xb2\x8c\xde\x19\xbd\x2c\x5e\xb2\x88\x34\x4d\x9f\x83\x9b\xab\x4e\ \xdc\xfe\x6b\x87\xff\xea\x94\x7a\x2d\x65\xfb\x7f\x1b\x9d\xd1\x6a\ \x64\x3b\xbe\x9f\x80\x2c\x6e\x30\x19\xef\x28\xb6\xb6\x7c\xce\xd4\ \x43\x86\x34\x6e\x92\xee\xac\x4e\x50\x08\xac\xd1\xb4\x9a\x8d\x67\ \x3d\x90\x3a\x4b\x68\x66\xcf\x50\x29\x62\x35\x8d\x7a\x6d\x57\x03\ \x41\x96\x34\x99\x4c\x60\xa7\x43\xe1\x70\x38\x1c\x2f\x74\xcb\x44\ \x08\x41\x96\x65\xac\x5c\xf9\x08\x9b\x36\x6d\x22\xcb\x32\xac\xb5\ \xc4\x71\x8c\x94\x32\xb7\x4a\x84\xa0\x10\x86\xec\xb7\xdf\x32\x96\ \x2c\x59\x8c\x71\x2d\x41\x1c\x0e\x87\xc3\x09\x93\xed\x91\x52\xe2\ \xfb\xfe\x36\x47\xf1\x4e\xc5\x4e\xb6\x52\xae\xb1\x40\x92\xa4\xe0\ \xbc\xfd\x0e\x87\xc3\xf1\x57\xc5\xb3\xcc\xe6\x32\xc4\xb1\xeb\x1b\ \xe5\x70\x38\x1c\x8e\x5d\x18\x1d\x6e\x08\x1c\x0e\x87\xc3\xe1\x84\ \x89\xc3\xe1\x70\x38\x9c\x30\x71\x38\x1c\x0e\x87\x13\x26\x0e\x87\ \xc3\xe1\x70\xfc\x79\x1b\x3d\x4a\x29\xf1\x3c\xcf\x8d\xb2\xc3\xe1\ \x70\x38\x61\xf2\xa7\x21\x84\xe0\xf1\x47\x57\x32\x38\x38\x38\xdd\ \x6e\xc5\xe1\x70\x38\x1c\x4e\x98\x98\x79\x69\x27\x00\x00\x20\x00\ \x49\x44\x41\x54\x3c\x27\x7c\xdf\xe3\xe9\x8d\x1b\xb9\xe2\xaa\xab\ \x29\x14\x0a\x6e\xa4\x1d\x0e\x87\xc3\x09\x93\x3f\x0d\xa9\x14\x61\ \x18\x4e\xf7\xee\x72\x38\x1c\x0e\xc7\x9e\x89\xf3\x3f\x39\x1c\x0e\ \x87\xe3\xff\x85\x30\x11\x78\x7e\x40\x18\xf8\x08\xd7\x80\xd0\xe1\ \x70\x38\x1c\x3b\xe1\x99\xdd\x5c\x52\xe1\xd9\x26\xab\x1e\xb8\x87\ \xbe\xac\x8b\x83\x0f\x5c\x46\x87\x9f\x77\xde\xda\xba\x4f\xd7\x9f\ \x42\xde\xdb\xcb\x4d\xc0\x9e\x82\xb5\x79\xd2\x85\x10\x62\x97\x6b\ \xc3\xcd\xf9\x9e\x39\xef\x53\x09\x36\x3b\x9b\x77\x37\xe7\x7f\x3d\ \xf7\xfa\xae\x85\x89\x50\xf8\xba\xca\x0d\x57\x5e\xc2\xaf\x1e\x7a\ \x9a\x66\xcf\x72\x16\x2e\x5b\xc8\x03\x3f\xbe\x96\x78\xbf\xe3\x39\ \xf6\xd0\xf9\xa4\x49\xfa\x1c\xbf\x84\xc5\xf3\x3c\xce\x3b\xef\x5d\ \x44\xc5\x22\xc6\xb8\xd3\x04\xf7\x18\xad\xc4\xf3\xe8\xef\xef\xe7\ \x9b\xdf\xb8\x7c\x87\x84\x8b\x56\xab\xc5\x31\xc7\x1c\xc3\x4b\x5f\ \x76\x04\xad\x56\xcb\x0d\xd6\x1e\x44\x10\x04\x5c\x75\xd5\x95\x3c\ \xbd\x71\xe3\xf4\xe1\x79\x90\x1f\x49\x31\x67\xce\x1c\xce\x3c\xeb\ \x9d\xd3\xc7\x54\x38\xf6\x0c\x0a\x61\xc8\x7d\xf7\xdf\xcf\x4f\x7e\ \xfc\x43\xca\xe5\x8e\xe9\x39\xdf\xa5\x30\x51\x4a\x32\xb1\xf1\x71\ \xee\xdd\x5c\xe4\x3d\xff\xfc\x3f\xb9\xf3\x7b\x3f\x45\x07\x25\x54\ \x52\x65\xc3\xc0\x18\x56\x2c\xf8\x93\xbf\x4c\xa5\x52\xa1\x58\x2a\ \x39\x61\xb2\x87\x6d\x2a\xe3\xe3\xe3\xac\x5b\xb7\x96\xf9\xf3\x17\ \x50\xa9\x54\xa6\xe7\xd7\x5a\x4b\x14\x15\xe9\xee\xee\xa6\xd9\x6c\ \xba\xc1\xda\x83\x88\xa2\x88\xe1\xa1\x41\xfa\x36\x6f\x66\xe1\xa2\ \x45\x48\x29\xb1\xd6\x62\xad\x45\x29\x45\x77\x77\xf7\xb3\x3e\xdf\ \xc8\xf1\xc2\xa0\x54\x2a\x61\xad\x61\xfd\xba\xb5\x2c\x5d\xba\x8c\ \x42\x14\xe5\x86\xc2\x2e\xad\x08\x20\x28\x44\x44\xb2\xc9\xa6\x4d\ \x83\x24\xd6\x32\xb1\xf1\x0f\xac\x5c\x3b\xca\x9c\xfd\xbb\x91\xcf\ \xa3\xcd\xbc\xd6\x1a\xad\xb5\x13\x26\x7b\x10\x5a\x6b\x74\x96\xd1\ \x6c\x34\x88\x5b\x2d\xa8\x54\xb6\xf9\xbf\x31\x66\x7a\xde\x1d\x7b\ \xd6\xbc\xc7\xad\x98\x46\xa3\x81\x31\x66\x9b\x9a\x32\x6b\xad\x9b\ \xf3\x3d\x74\xce\xb3\x24\xa1\xd1\x68\x90\x24\x09\x51\xb1\xf8\xcc\ \xc2\xc4\xe8\x8c\x68\xce\x01\x1c\x7f\xc4\x4a\xae\xb9\xfa\x4a\x26\ \x52\xcd\xc3\xeb\xd6\x30\xf7\xa0\x63\x79\xc7\x8b\xf6\xc2\x38\x6d\ \xc3\xb1\x13\xa4\x94\xdb\x9c\x73\xe3\xd8\xf3\x11\x42\xb8\xc2\xe4\ \xbf\xbe\x49\xdf\xe1\x5e\xdf\x75\xcc\xc4\x5a\x12\xad\x78\xf1\x71\ \x67\x31\x7b\x9f\x43\x78\x6c\xdd\x10\x5e\x47\x2f\x0b\xe6\xcf\xc3\ \xb7\x09\xda\x2a\xdc\x21\x58\x0e\x87\xc3\xe1\x78\x66\x61\x22\x04\ \x81\x48\xb8\xe7\x86\xef\xf0\xfd\x5b\x1e\x25\x16\x0a\x45\x46\x33\ \xed\xe0\xd4\x0b\x2f\xe0\x95\x4b\x67\x90\xa6\x2e\xb0\xe6\x70\x38\ \x1c\x8e\x67\x10\x26\x52\x7a\xb4\x06\x1f\xe5\xc7\xbf\x78\x9c\x23\ \xce\xb8\x98\xd7\x2c\xe9\x20\xcd\x34\x16\x41\x54\x2c\x92\x39\x41\ \xe2\x70\x38\x1c\x8e\x3f\x26\x4c\x84\x80\x56\xbd\x8a\xed\x5d\xc0\ \x01\xcb\x17\xd3\x19\x34\x49\xf4\x56\x67\xc0\xbb\xb1\x73\x38\x1c\ \x0e\xc7\x1f\x13\x26\xd6\x42\xb1\x32\x8b\xf2\xd0\x43\x7c\xe9\x53\ \xff\x8b\x9e\xc0\x62\xac\x21\xb1\x1d\xbc\xe9\xac\xb3\x78\xc9\xe2\ \x1e\xb2\xd4\x65\x69\x38\x1c\x0e\x87\x63\x57\xc2\x44\x48\x3c\x4f\ \x22\xbb\x16\x72\xc6\xc5\x1f\xa0\xbf\x1a\xb7\xa3\xf6\x16\x8b\xcf\ \xbc\x9e\x22\x5a\xbb\xb4\x5e\x87\xc3\xe1\x70\xec\x4a\x98\x08\x81\ \x4d\x26\x79\x72\xf5\x10\x3d\xf3\xe6\x22\x82\x02\x9d\x95\x10\x01\ \x20\xc0\x5a\x85\xef\x09\xe7\xe7\x72\x38\x1c\x0e\xc7\xae\x85\x89\ \x94\x1e\x49\x6d\x23\xdf\xff\xd6\xcd\x1c\x79\xda\xdf\xf2\xd4\xcd\ \x57\x73\x4f\x7f\x82\xaf\x04\xd6\x1a\x8c\xea\xe5\xe4\x73\xcf\xe6\ \xf0\x45\xdd\xce\xcd\xe5\x70\x38\x1c\x8e\x9d\x0b\x13\xa3\x53\xfc\ \xde\x03\xf8\xd0\xc7\x56\xa0\x3c\x8f\x97\x2c\xfb\x28\x6f\xb6\x16\ \x10\x28\x69\x18\xda\xfc\x34\x49\xe8\xa3\xb5\x33\x4d\x1c\x0e\x87\ \xc3\xb1\x2b\xcb\xc4\xf3\x18\x7e\xfc\x77\xdc\xf2\xc0\x7a\xb4\x94\ \x08\x44\xdb\xc5\x25\x51\xb6\xce\xca\x07\x56\x71\xc4\x3b\xde\xcb\ \xfc\x59\x9d\xa4\x89\x8b\x9b\x38\x1c\x0e\x87\x63\x27\xc2\x44\x00\ \x42\x68\x1a\xf5\x1a\x46\xe6\xff\x16\x52\x22\xb0\xe8\x4c\xb3\xe2\ \xb5\x27\x70\xc4\xbe\xb3\x31\xae\x13\xa8\xc3\xe1\x70\x38\x76\x25\ \x4c\x74\x96\xd1\xbb\xfc\xb5\x5c\x70\xd0\xeb\x01\x81\xf2\x3c\x30\ \x09\x71\x62\x50\x9e\x87\xe7\x29\x92\x46\x8d\x56\x6a\xdc\x39\x05\ \x0e\x87\xc3\xe1\xd8\xb9\x30\x01\x30\x59\x42\x23\x4b\xf1\x3c\x41\ \xdf\x83\x77\xf0\xdd\xef\xff\x9c\xc1\xae\x43\x79\xef\xd9\x27\x12\ \x6f\x7c\x1c\x66\x2c\x65\xef\xde\x22\xda\x75\xfd\x75\x38\x1c\x0e\ \x07\xcf\x70\x6c\xaf\x54\x8a\x74\x74\x0d\xdf\xfa\xaf\x9f\x53\x5a\ \x7c\x10\xe5\xfa\x00\x75\x0b\x4f\xfc\xee\x66\x6e\x79\x64\x13\xd2\ \xf7\xdc\xe8\x39\x1c\x0e\x87\x63\xd7\x96\x09\xe4\x6d\xa5\xeb\xe3\ \x03\x4c\x96\xf7\xe1\x8c\x37\x1d\xcd\xaf\xae\xf9\x1e\xca\xf3\x91\ \x36\x43\xdb\x3f\x5f\x26\x97\xb5\x2e\x4b\xec\xf9\x22\x44\xde\xc1\ \x00\xf2\x18\x98\xdd\x6a\x4e\xa7\xc6\x77\xea\xd8\xcd\x9d\x8d\xbb\ \x14\x22\xaf\x37\xda\xea\x31\xd1\x7e\x63\x01\x18\x6b\xd8\x9d\xd3\ \xe4\xe6\xfc\x99\x26\x73\x6a\x90\x76\x32\xb9\x53\xf3\xb8\xd5\xbf\ \xb7\x3d\x42\xd7\xe6\xe9\x33\xed\xe7\x6c\xb3\x20\xb6\x7f\xdf\xe9\ \x5f\xed\x76\x73\xc3\xf4\x0b\x76\xf7\x3c\xb9\x79\xdf\xf1\xbe\xc5\ \xfe\xf1\x12\xbe\x67\x3a\xe2\x21\xbf\x77\xdb\xf3\x96\x9f\xaf\x3b\ \xbd\x46\x9e\xd5\x9c\x4c\xad\x02\xfb\xdc\xe7\x67\xd7\xe7\x99\x18\ \x43\xd7\xdc\x7d\x59\x1a\xfc\x82\xff\xfc\xea\x95\xc4\xe3\x23\x8c\ \x5d\xf5\x35\x56\xaf\x55\xbc\xe3\xb8\x05\x08\xa3\xff\x0c\x83\x29\ \x50\x4a\xe1\xd6\xd8\xb3\xdc\x60\xb6\xd9\x06\xda\x9b\xca\xd4\xcd\ \x2f\xb6\x14\x96\x4e\xfd\x6a\x8d\x45\xa9\xfc\x1c\x82\x34\x4d\xc9\ \xd2\x94\x34\x4d\x51\x4a\x11\x16\x42\xa4\x52\x58\x6b\xa9\x37\x1a\ \xa4\x69\x46\x10\x04\x28\x4f\x21\x85\x22\xcb\x52\x92\x24\xc1\x1a\ \x4b\x31\x8a\xf0\x3c\xb9\xdb\xe6\x49\x29\xb5\xb3\x8b\xfa\x2b\x99\ \xcb\xf6\x20\x5a\xb1\xe3\xc6\xb2\xd5\x86\xbb\xb5\xc8\xb0\x6c\x39\ \x43\x44\x6b\x4d\x92\xa6\xf8\x9e\x87\x54\x8a\x46\xa3\x4e\x9c\xa4\ \x84\x61\x88\xef\x07\x68\x9d\x91\x26\xe9\x4e\x5c\xd2\x36\xff\x4c\ \xb1\xe5\xdd\xa7\x37\x1e\x21\xa6\x3f\xdf\x53\x0a\x29\x73\x41\xe2\ \x29\xb5\x1b\xef\x75\x89\x52\xc2\xdd\xeb\xdb\x08\xf5\xb6\x94\x17\ \xdb\x29\x81\x5b\xa4\xfa\x36\x4a\x9e\x10\x62\xfa\xe0\x31\xcf\xf3\ \x31\xd6\x52\x6f\xd4\xd1\x5a\x13\x04\x01\x61\x18\x92\xb6\xef\xf1\ \xad\x0f\x22\xb4\x76\x5b\x7d\x42\x08\xc1\x96\x6d\x23\x9f\x7b\xcf\ \xf3\x08\x7c\x1f\xec\xb3\x0f\x65\xec\xba\x37\x97\xd1\x98\x68\x2e\ \xa7\x9e\x7b\x3e\x37\xdf\x78\x33\xab\x43\x85\x16\x9d\x9c\x7e\xc1\ \xdb\x38\x7c\x41\xf9\x39\x9f\xff\xfe\x6c\xb4\x94\x30\x0c\xe9\xe8\ \xe8\x74\x1a\xcb\xb3\x58\x80\x76\x27\x0f\x58\x63\x50\x4a\x62\xcc\ \x96\xcd\xc8\x58\xb0\x36\x7f\x3c\x7f\xa6\x65\x7c\x74\x94\x91\xc1\ \x01\xaa\x13\xe3\x74\x94\x4a\xf4\x74\x77\x51\x08\x4b\x0c\xd5\x26\ \x78\xea\xe9\xcd\x8c\xd5\xaa\xf8\x85\x88\xce\xce\x6e\xb4\x85\xd1\ \xe1\x71\xc6\x87\xc7\xd0\x69\x86\xb0\x92\x57\x1e\x76\x20\xb3\x67\ \xf6\x90\x65\x7a\xb7\x5c\x4c\x57\x57\xf7\x5f\xef\x81\x5a\x3b\x08\ \x93\xf6\x66\x62\xb7\xb2\x0c\xa6\xf6\x7c\x6b\xc0\x1a\xa4\xef\xa1\ \xb5\xa6\x56\xaf\xd3\x8a\x5b\x68\x2c\xcd\x56\x83\x4d\x9b\x36\xd1\ \x37\xd0\x8f\xf4\x23\xba\x7a\x67\x93\x99\x8c\xfe\xcd\x7d\x8c\x8e\ \x8e\x11\xc7\x31\xd6\xe6\xa7\xe4\x49\x21\xb1\xc6\x22\x85\x44\xa9\ \x00\xcf\x0b\xf0\x82\x90\xb0\x10\x11\x46\x05\x7c\xcf\x47\x0a\x83\ \xb0\x19\xf3\x66\xcf\xa4\x18\x85\xd8\xb4\xc5\xbe\x8b\xe6\x93\xed\ \x86\x36\x4a\xd6\x5a\x4a\xa5\x22\x51\xfb\xb8\x57\x27\x4c\xb6\xcc\ \xbf\xdd\x5a\x88\xb4\x75\x42\x89\xcd\x2d\x86\xb6\x55\x6a\x6c\xde\ \x27\x31\x8e\x63\xb4\xcd\xe7\x71\x6c\x62\x92\x75\x7d\x9b\x19\x9b\ \xa8\x52\xe9\xea\xa2\xbb\xbb\x87\xc9\xa1\x51\xfa\x07\xfa\x19\x1e\ \x19\xa1\xd5\x8a\x11\x08\xb4\x35\x18\x23\x01\x85\x12\x53\x0a\xbc\ \x8f\xf0\x03\xfc\xb0\x90\x0b\x21\x29\x59\x34\x6f\x26\x2b\x96\x2d\ \x25\xab\x8f\x3d\x7f\x61\x02\x02\x61\x53\x86\x36\xad\x67\xa8\x5a\ \x27\x4e\x62\x3c\x3b\xc2\x2d\xdf\xfb\x36\xf2\xad\x6f\xe5\xf0\x45\ \x3d\xa4\xae\x02\xfe\x2f\xc3\x40\x99\xde\x71\x04\x46\x6f\xb1\x4a\ \x84\x00\x95\xfb\x3e\x30\xda\x50\xad\x4e\xd0\xdf\xdf\x47\xb3\xd5\ \xa2\x54\x2e\xb2\xcf\xf2\xfd\x50\xbe\xcf\xc8\xf0\x10\x8f\xdc\x77\ \x1f\xcd\x34\xa5\x54\xe9\x64\xee\xdc\xbd\x68\xb4\x62\x36\x6f\xee\ \x67\x64\x74\x8c\xb8\x95\x60\x12\xc3\xec\x99\xb3\x59\xb1\x7c\x39\ \x95\x4a\xe4\x8e\x62\xdd\x6d\x5a\x94\xd8\x6e\x3e\x73\xb5\xd1\x18\ \x8b\x6c\x2b\x00\xb4\x15\x02\x21\x2c\xca\x53\xd4\x1b\x0d\xc6\xc6\ \xc6\x31\xd6\x12\xa7\x29\x7d\x03\xfd\xf4\xf5\x0f\x10\x86\x21\x73\ \xe7\xee\x45\x2b\x35\x6c\xde\xb4\x99\xc1\xa1\x41\xd2\x34\x45\x4c\ \xad\x0b\xc0\x93\x0a\xcf\xf7\xf1\x95\x87\xe7\xf9\x14\x0a\x45\x82\ \xb0\x48\x50\x28\xe0\x79\x01\x42\xa9\x7c\xe3\xd2\x29\xc2\x48\xa4\ \xe7\xd1\x8a\x13\xa4\xce\x70\xe9\x9b\x7f\x46\xf7\xe5\x56\x6e\xae\ \x6d\xff\x36\x18\x4c\xdb\x94\x90\x68\xa3\x89\x93\x04\x63\x2c\xc2\ \x53\x8c\x0e\x8f\xd0\xd7\xdf\xc7\x64\xad\x4e\xa9\xa7\x87\x85\x0b\ \x17\xd1\x6c\x35\x59\xf5\xe4\x2a\xc6\xc6\xc6\x68\xc5\x31\xd6\x5a\ \x94\x54\x79\x3f\x45\x0b\xbe\xe7\xa3\x54\x80\xef\xc9\xb6\x05\x13\ \xe1\x17\x8a\x04\x85\x22\x4a\x08\x7c\x61\x29\x15\x4b\xb4\x9a\x4d\ \xa4\xb5\xb9\xeb\xec\xf9\x08\x13\xa9\x3c\xd2\x91\xc7\xb9\xe6\xca\ \xef\x11\x1d\xfa\x06\x5e\x71\x40\x07\xc6\x64\x64\x26\x64\x76\x47\ \xc1\x55\xc0\xff\xb7\x6e\x40\xdb\x7a\x85\xc4\x56\xab\x52\xc8\xbc\ \xed\x8d\x90\x12\x89\xc0\x1a\x43\x6d\x7c\x9c\x81\xa1\x61\xd2\x2c\ \xa5\xd8\x51\x62\xf6\x5e\xf3\x30\x02\x36\x3c\xbd\x91\xbe\xa1\x41\ \x00\x7a\xba\x7b\x28\x1a\xcb\x64\xa3\xc1\xea\x27\xd7\x32\x5a\xad\ \x92\x69\x8b\xb1\x02\x4c\xbe\x1e\x46\x47\xc7\xb9\xfd\xb7\x77\x71\ \xf4\xab\x0f\x63\xce\x8c\x1e\x32\x27\x50\xfe\x3c\xbb\x4a\x7b\x7e\ \x6d\xee\xb8\xce\x5d\x5a\x9e\x47\x1c\x37\x19\x9d\xa8\x31\x39\x39\ \x49\xa6\x0d\x23\x63\xe3\x3c\xbd\x69\x13\x08\xc1\x8c\x99\xb3\x31\ \xd6\xb2\x66\xed\x53\x8c\x8e\x4f\x90\xa4\x06\x6d\x6c\xbe\x21\x09\ \x4b\xe0\x07\x48\x29\x29\x14\x22\xa2\x28\xa2\x10\x16\xf0\x3c\x1f\ \xcf\xf7\xf3\x58\xa8\xf2\x30\x56\x60\xda\x96\x83\x35\x12\xa9\x3c\ \x94\xf4\xa9\xd7\x1b\x84\xca\x65\x6e\xfe\xd9\x6f\x6b\x63\x11\x72\ \xca\x5d\x6d\xa7\xcd\x13\xab\xf3\xfb\xb9\x15\xb7\x68\xc6\x2d\xc2\ \x42\x81\xb1\x89\x09\x56\xaf\x5e\x4b\x9a\xa5\xcc\x99\x3b\x97\x4a\ \xef\x2c\x86\xc7\xc6\x79\xfc\xb1\xc7\x19\x1b\x1b\xc3\x58\xdb\x8e\ \x7b\xb4\x8f\x54\xb6\x02\xdf\x53\x04\x61\x48\x10\x14\xf1\xc3\x02\ \xc5\x20\x20\x2c\x14\x08\x82\x10\xe1\x05\x68\x2b\xb0\x3a\xc3\x13\ \xb9\x4b\x73\x62\x62\x82\xae\xa2\x07\xcf\xd2\xbd\xf9\xcc\xe7\x99\ \xd4\x46\x89\xbb\x57\x70\xce\x99\xa7\xb0\xb7\xaf\x31\x1a\x84\x30\ \xc4\xcd\x16\x49\xe6\xea\x4c\xfe\x7b\xbd\x23\xb9\x1a\x23\xb6\xd9\ \x81\x72\x2b\x45\xb6\x35\x9a\x89\xb1\x71\x46\x86\x87\x31\x46\xd3\ \x59\xe9\xa2\xa3\xbb\x8b\x91\xf1\x71\xfe\xb0\x66\x0d\x23\xe3\xe3\ \x44\x1d\x25\x66\xed\x35\x1f\x6d\x2d\x23\x83\x43\x0c\x6d\x1e\xa4\ \xd9\x6a\x91\x19\x83\x11\x02\x6b\x04\xc6\x82\xaf\x7c\x3c\xe9\x21\ \xac\x40\x0a\x85\x52\x2e\x93\x6f\xb7\x5b\x97\x5b\x7b\xc9\x65\xdb\ \x3f\x09\x48\x25\x49\xd3\x84\xd1\xe1\x41\x9a\x71\x8b\x7a\xad\x4e\ \xb5\xde\x60\x64\x64\x94\x4c\x6b\x3a\xbb\xba\x49\x33\xcd\xda\xf5\ \x4f\x31\x3a\x36\x0e\x88\xf6\x4b\x25\x85\xc0\xcb\xe3\x5e\x2a\x8f\ \xa7\x74\x94\x3b\x28\x44\xb9\x05\xe2\x79\x5e\xdb\x57\x6e\x41\xc8\ \xdc\x1d\x2a\x72\x05\x24\x77\x8f\x5a\x54\xfb\xfb\x34\x9b\x2d\xbc\ \xc8\x43\xe0\x6e\xf8\xdd\x6a\x91\x8a\xad\x15\x72\x33\xad\x08\x5a\ \x6b\xa6\x93\x60\xb4\xd6\xc4\x59\x42\x9c\x24\x60\x05\x13\xb5\x1a\ \x4f\x3f\xf9\x24\xf5\x66\x4c\x77\x77\x37\x7e\x10\xb2\x69\x70\x88\ \xe1\xe1\x11\x1a\x8d\x98\x2c\xcb\x10\xe4\x31\x14\xdb\x9e\x47\xdf\ \x0f\x88\xa2\x88\x52\xa9\x44\xa1\x10\x21\xbd\x00\xcf\x0f\xf1\x3d\ \x89\x12\x02\x83\xc0\xe2\x21\x2c\x64\xd6\xa2\xa4\xc1\xf7\x7d\xe2\ \x5a\x15\x1b\x79\x6c\x67\x30\x3d\x77\x61\xa2\x8d\xa1\x32\x7b\x09\ \x4b\x0a\x37\x73\xe9\x67\xff\x9d\x6e\x3f\x25\xd1\x9a\x2c\x2b\x72\ \xd4\xa9\xa7\x70\xc8\xde\xdd\xbb\xc9\x67\xee\x78\xfe\x1b\x91\x9d\ \xfe\x5b\x08\x68\x34\x1a\x0c\xf4\xf5\x91\xa5\x29\x3d\xbd\xbd\x14\ \x8a\x45\x86\xc7\x46\x59\xf5\xf0\x43\xb4\x52\x4d\x54\x2e\x33\x7f\ \xe1\x22\xaa\xf5\x1a\xeb\x37\x6c\x64\x68\x64\x04\x93\x6a\x48\x73\ \xdf\x6c\xbe\xb8\x24\x9e\xe7\x13\x7a\x3e\x9e\xf0\xf1\x7d\x9f\x20\ \x08\x29\x84\x11\x41\x10\x60\xac\xd3\x54\x77\xab\xa5\xb9\x95\x9f\ \xc3\xb6\xad\x11\x21\x04\xa3\xa3\x23\x54\x27\xab\x68\x63\x19\xaf\ \xd5\xe8\xeb\xeb\x47\x2a\x45\xb1\xdc\xc1\x64\xad\xce\x53\x1b\x37\ \x33\x3e\x31\x49\x86\x41\x08\x0f\x2c\x84\x61\x48\xa9\xdc\x41\xa1\ \x50\xa0\x18\x45\xf8\x7e\x40\x92\xa6\x44\x51\x11\xcf\xf7\xd1\xc6\ \x20\x85\x6c\x0b\x13\x83\x15\x79\x38\x46\x98\x3c\x30\x6e\x8c\x41\ \x08\x89\x54\x20\xc8\x63\x70\x72\xca\xfd\xe5\xd8\xfd\xf3\x3e\xfd\ \xb7\xc5\x5a\x8d\x94\x0a\x63\x34\x8d\x7a\x83\x24\xcb\x40\x49\x46\ \xc7\xc6\xd8\xbc\xb9\x1f\xa4\x22\x2a\x95\x90\x41\xc4\xd0\xd8\x38\ \x03\x03\x43\xc4\x69\x9a\xcf\x9f\x95\x78\x5e\x80\xef\x79\x14\xa2\ \x08\x3f\x0c\x11\x42\x50\x2a\x96\x29\x44\x11\x41\x18\xe0\x29\x0f\ \x6d\x65\x9e\xe7\x27\x0c\xc2\xe4\x6b\xcd\x0a\x85\xcd\x2c\x9e\xf4\ \xf0\x94\x41\x49\x45\x9c\xc4\x58\x8a\x3b\x64\x10\x3e\x77\x37\x97\ \x90\xa4\x71\x8d\xa1\x81\x71\x82\x65\x07\x73\xc0\xd2\x19\xa0\x33\ \xb4\x09\x98\x51\x0e\x30\x66\xf7\x2f\x2c\xad\x0d\xc6\xd8\x5c\x32\ \x4b\xb9\x4d\xd6\xc2\x5f\xed\x7a\xdb\x6a\x63\x61\x6b\xf3\x97\xad\ \xd3\x43\x15\x08\x4b\xb3\xd1\x60\x6c\x74\x94\x5a\xad\x46\xa1\x50\ \xa0\x7b\xe6\x4c\x26\x1a\x75\x1e\x78\xe8\x41\xb4\x31\xf4\xf6\xcc\ \xa0\xe8\x07\x8c\x4d\x4c\xb0\xe1\x89\x55\x8c\x55\xab\xa4\x49\x8a\ \xf2\x7c\x4c\x26\xc1\x5a\x3c\xdf\x23\x50\x3e\x5e\x10\x10\x84\x05\ \xbc\x20\x20\xf4\x43\xa2\xa8\x48\xe0\x87\x79\x2c\x46\xca\xdd\x7a\ \x04\xc1\xf6\x29\xca\x7b\xf2\x7c\x4f\xa5\x67\x4f\x5f\xa7\xd8\x92\ \x8b\x67\xac\x6e\x6f\xf0\xf9\x5c\xc4\x69\x42\x33\x49\x19\x19\x1b\ \x67\x74\x6c\x9c\xc4\x58\x0a\xa5\x32\x93\xb5\x1a\x9b\xd6\x6d\x60\ \xbc\x3a\x09\xe4\xee\x28\x69\x05\x4a\x79\x54\x2a\x5d\x54\x2a\x15\ \x0a\xed\x60\x6a\x6e\xa9\x58\xac\x68\x51\x28\x14\x73\x37\x96\xc8\ \xfd\xe0\x53\x0a\x81\x6d\xbb\x47\xa7\x2c\x0f\x63\xf4\xf4\xef\x42\ \x88\x5c\xb8\x4c\xdb\x2c\xbb\x67\x17\x15\x62\xdb\x54\xf5\xed\xd7\ \xc2\x36\x63\xb4\x8b\xff\xbf\xb0\xd7\x41\xbe\xdf\x4d\xef\x73\x62\ \xcb\xbd\x9c\x19\x43\xdc\x8a\x49\x52\xcd\x78\xad\xc6\xf0\xe8\x08\ \xad\x38\xa1\xa3\xab\x9b\x56\x9c\xb1\x61\x63\x1e\x68\x4f\xb5\x01\ \x04\xda\xe4\x8a\x5f\xa9\x50\xa4\x52\xa9\x50\x2a\x16\xf1\x83\x00\ \xe5\x79\xc4\x71\x4c\x47\xb9\x63\xda\x87\x21\xa4\x04\x21\xf3\x35\ \x66\xb2\x5c\x83\x40\xb4\xd7\x91\x40\xdb\x24\x5f\x8d\x42\x92\xa6\ \x7a\x1b\x17\xfa\xf3\x72\x73\xd5\x47\xfb\x98\xa8\xac\xe0\x82\xf3\ \xce\x60\x71\x41\x63\xb4\x45\x60\x89\x5b\x4d\xd2\xcc\xfc\x59\xb2\ \x39\x45\x3b\x55\x71\x6a\xb1\x6c\x2d\x54\xfe\x1a\x99\xaa\x1b\xd8\ \x3a\xb5\x4f\x4c\xf9\xd3\x45\x3e\x36\x8d\xfa\x24\xc3\xa3\xa3\x24\ \x71\x4c\x54\x2c\xd2\xd9\xd3\x4b\xad\x56\xe7\xe1\xc7\x1f\xa7\xa1\ \x35\x9d\xdd\xdd\x58\x63\x79\x7a\x70\x88\x91\x91\x11\xe2\x38\x25\ \xcb\x0c\x02\x81\xe7\x85\x08\x2b\xf0\x83\x3c\xf8\x5a\x2c\x95\x28\ \x46\x25\xc2\xa8\x40\x10\x14\xf2\xcf\x6f\x6b\xb1\x20\xb7\xca\x14\ \xb4\xbb\x69\xbe\x6d\x9e\x61\x24\x25\x52\xca\x9d\x6e\x30\x7b\xa2\ \x62\xb0\x8d\x00\x35\x96\x4c\x67\xf8\xa1\x8f\xd6\x86\x24\x4d\x68\ \xc6\x31\x9b\x37\x6f\xa2\x7f\x60\x20\x0f\xb6\x0a\x49\x33\x89\xd9\ \xb0\x69\x3d\xf5\x5a\x1d\x21\x24\x42\x78\x08\xa9\x08\xc2\x02\x51\ \x54\xa2\x52\xe9\xa2\xb3\xd2\x89\xa7\x7c\x20\x4f\xb3\xcf\xb4\xc6\ \x1a\x83\x50\x3e\x28\xaf\x6d\xbd\x1a\x2c\x22\x4f\x0e\x6b\xdf\x6b\ \xc6\x92\x0b\x1a\x63\x11\x52\x81\xce\xa6\x6b\x54\xa4\x94\xdb\x64\ \x19\xed\xce\xf1\xd8\xfe\x3e\xb7\xd6\x62\x8c\xc9\x83\xc6\x4a\x4d\ \xaf\x87\x5d\xd5\x44\xbd\x50\xd7\x81\x31\x3a\x17\x04\x5a\xa3\x94\ \xc2\x58\x0b\x52\x92\xea\x8c\x34\x4d\x19\x1e\x1b\x67\x70\x60\x10\ \x8d\x40\x28\x1f\x83\xe6\x0f\xab\xd7\x32\x3e\x5e\xcd\x1f\x13\xf9\ \x7d\xa9\x94\x4f\xa5\xbb\x42\xa5\xa3\x93\xee\x4a\x37\x41\x10\xb6\ \xdd\x67\x79\xba\xaf\x31\xe0\x85\x11\xd6\xe4\xe3\x9a\xa7\x7f\xab\ \xdc\xcb\x26\x2c\x18\x39\xfd\x3c\x93\x4f\x04\x42\x5a\x8c\xb1\x18\ \x9d\xf1\x5c\x36\xf9\x67\x3c\xb6\xb7\x50\xee\x25\x1c\x7c\x88\x4b\ \x3e\xf7\x7f\x98\x19\x18\xb4\xd5\xa4\xa6\xcc\x51\x27\xbf\x85\x83\ \xe7\x77\xed\x76\x37\x97\x10\xf9\xa6\xa9\x94\x9a\xde\x3c\x5d\x9a\ \xf0\x96\x4d\x68\x6b\x6d\xd6\x68\x8d\x90\x82\x5a\xad\xc6\xf0\xc8\ \x08\xa5\xce\x4e\x8a\x1d\x9d\x0c\x0d\x0f\x33\xda\xd7\x87\x52\x1e\ \xc5\x4a\x37\x69\xa3\xc9\xa6\xcd\x83\x8c\x8e\x8c\xa2\xb5\xc6\x5a\ \x89\x45\x51\x28\x14\x08\xc3\x88\x28\xcc\x03\xb2\xd2\xf3\xb0\x02\ \x8a\x51\x84\x52\x1e\x42\xa9\xdc\xd5\x21\x65\x7b\xa1\x59\xf2\xb5\ \x27\x77\xab\xe5\x60\xed\x96\x02\xca\x3d\x7d\xae\xb7\xb7\xb6\xad\ \xb5\xe8\xf6\x7a\x07\x49\x92\x66\xd4\xea\x75\x06\x07\x87\x19\x1a\ \x1d\x61\xb2\x56\xc3\x18\xa8\x4d\x4e\x32\x36\x51\xa5\xd1\x8a\x11\ \xd2\xc3\xf3\x23\xb0\x50\xe9\xea\xa2\xb3\xb3\x8b\x62\xb1\x48\xa1\ \x10\xe5\x16\xa6\xc9\x03\xaf\x72\xba\x76\xc7\x62\x30\x68\x03\x69\ \xdb\xa5\x91\xeb\x9b\x02\x83\xc4\x98\x0c\xdb\x9e\x5f\x6d\xf2\xcd\ \x5c\xb6\x5f\xa9\xbc\xdc\xe2\x9d\xf2\xe3\xef\xbe\x98\x49\xbe\x19\ \x7a\x9e\x37\x2d\x3c\xa6\xee\xf7\xed\x85\xed\x94\x80\xd9\x93\x2c\ \x56\x31\x65\x61\x59\x01\xed\x8c\x3d\x8b\xa0\xde\x68\x32\x3c\x3e\ \xc6\xc8\xc8\x08\xad\x56\x82\xc1\x52\x6f\xc4\x8c\x8e\x8e\x53\xab\ \xd7\xf3\xd7\xaa\x80\x50\xf9\x04\x61\x48\xa9\xd8\x41\xb9\x5c\xa6\ \xa3\xb3\x93\xa8\x58\x9c\x0e\xb6\xe7\x63\x99\x27\x53\xa0\xb2\x5c\ \x19\x54\x02\x8b\x6e\x87\x6b\x64\x6e\x95\xda\x2d\xe3\x9b\x99\xfc\ \x5e\x54\x52\x21\x55\x9e\x41\x66\x85\x40\xc8\xe7\x2b\x4c\x84\x40\ \x49\x90\xdd\x8b\x78\xcb\xdb\xde\xca\x9a\x91\x18\x29\x05\x02\x83\ \xb6\x05\xba\x0a\x79\x81\xcc\xee\x36\xff\xb5\xd6\xd4\x6a\x35\xca\ \xe5\xf2\x74\x51\xd6\x5f\xbb\x30\xc9\xfd\xd7\xdb\xdf\x60\x06\x29\ \x05\x99\xd1\x84\xc5\x02\x5d\x74\xb3\xb9\x7f\x90\xea\x64\x0d\x94\ \xc2\x8b\x4a\x4c\x56\x6b\xac\x5e\xbf\x91\x7a\xbd\x89\xce\x2c\xca\ \xf7\x90\xc2\x47\xfa\x3e\x1d\x1d\x1d\x74\x76\x56\x28\x16\x4b\x28\ \xdf\x47\x08\x41\x96\xe5\x29\xa4\x51\x58\xc0\xd8\x5c\x13\x9e\xd2\ \x5a\x95\x12\x28\xf2\x0d\x27\xbf\xe7\xc5\x6e\x9d\x77\xcf\xf3\x76\ \xd0\x54\xf7\x74\xc5\x60\xea\xda\xa5\x52\xb4\x92\x84\x38\x4d\xe9\ \xef\x1f\x60\x60\x70\x90\x66\x23\xa6\x99\xa4\xd4\x6a\x35\x26\xaa\ \x35\xb4\x36\x58\x20\x08\x8a\x08\xa5\x08\x83\x90\x99\x33\x67\x52\ \xa9\x54\x08\xc2\x02\x7e\x10\x90\xa5\xb9\x46\xeb\x29\x0f\x83\x40\ \xb7\x1d\x07\x1a\xb0\x48\xac\xcc\x5d\x1b\xda\x5a\x32\x6d\xf2\x5a\ \x85\x4c\x63\xad\x81\xe9\x2c\xae\xf6\x1c\x08\x8b\xb7\xd5\x3a\x4b\ \xb2\x18\x63\x83\xdd\x2a\x54\x07\x06\x06\x30\xc6\x50\x2e\x97\xdb\ \x81\xe1\x10\xa5\x72\xe1\xe2\xfb\x7e\x2e\x04\x8d\xdd\x46\x91\xda\ \x53\x04\xca\xd4\xa9\xb5\x46\x6b\x10\x8a\x66\x2b\x66\x68\x74\x94\ \xd1\xf1\x71\x1a\x49\x42\x1c\xa7\x8c\x4f\x56\x19\x9b\x98\x20\x49\ \x72\x17\xa3\x52\x21\x9e\xef\xd1\x51\xee\xa4\xa7\xb7\x97\x8e\x8e\ \x0e\xc2\x20\x44\x49\x35\xbd\x67\xeb\xa9\x6e\x07\xc2\x60\xb4\xa1\ \x15\xc7\x08\xa1\xf2\xe4\x8a\x7c\xe4\xb1\x58\xb4\xb5\xa4\xc6\x20\ \x4c\x3e\xc7\xc6\xe4\x59\x9b\xd3\xa5\xcf\x52\x62\xda\x2e\x31\x21\ \x9e\xfd\xa9\xba\xde\xce\x2e\xd5\x66\x31\x83\xc3\xa3\x44\x9d\x9d\ \xcc\xdf\xff\x50\xe6\x18\xb6\x29\xae\x09\x0a\x21\x66\x37\x9f\x01\ \x3f\x65\xd6\x4e\x69\x2a\xb9\x56\x8c\x63\x3b\x2d\x5e\x1b\x8d\xc0\ \x92\x19\xcd\xc4\xe4\x24\x83\x43\x43\x54\x27\xeb\x48\xdf\x27\x13\ \x92\xb1\x91\x71\x46\x27\x26\xa8\x35\x1a\x48\xa9\x28\xc8\x90\x28\ \xf4\x90\x9e\xa2\xdc\x51\xa6\xb3\xbb\x9b\xa8\x94\xfb\x54\x35\x02\ \x83\xcd\x85\x76\x3b\x83\x48\x05\x3e\x64\xba\x1d\x88\xcd\x4d\xe1\ \x29\x17\x87\x35\xf9\x6f\x76\xfb\xdc\xe4\xe7\x39\xef\xb5\x5a\x0d\ \xdf\xcf\x83\xfc\x9e\x52\xd3\xf5\x0c\xb6\x5d\xa0\xc5\x1e\x24\x64\ \xb6\x56\x0a\xb4\xd1\x54\x6b\x75\xc6\x26\xc6\xa9\x56\xab\xac\x5b\ \xb7\x01\x63\x05\xb5\x7a\x93\x5a\xa3\x49\x1c\x27\x28\x2f\x4f\xdd\ \xf5\xda\x71\xab\x4a\xa5\x42\x14\x15\x29\x15\x8b\xed\x8c\x1d\x8b\ \x24\x17\x4a\xca\x98\xdc\xfa\x44\x82\xf4\x30\xed\xff\x4e\x69\xbe\ \x49\x96\x92\x19\x9b\x57\x44\xe7\x9a\x4a\x3b\xa1\xa8\xdd\x3e\x67\ \xca\x22\x51\x92\x2c\x6d\x31\x3e\xde\xa4\xa7\xab\x44\xa3\x5e\x23\ \x8e\xbc\xdd\xb6\x91\xfb\xbe\xcf\xaa\x55\xab\x58\xb3\x66\x2d\x1d\ \x1d\x65\xa2\x28\xa2\x58\x2a\x51\x2e\x95\xa8\x74\x75\xd1\x55\xa9\ \x50\x2a\x95\x08\x82\x90\x20\xf0\x51\x4a\x4d\xbb\x40\xa7\xc6\xed\ \x2f\x2a\x17\xe0\x59\x06\xa8\xa7\x85\xa9\xca\x63\x62\x8d\xb8\x49\ \xbd\xd1\x60\xf5\xba\xf5\x64\xd6\x52\x6f\xc5\x8c\x8c\xe7\x16\x68\ \x66\x2d\x52\x29\xa2\x62\x09\x29\x3c\xa2\xa8\x40\xa5\xb3\x42\x4f\ \x77\x4f\xae\x6c\x23\x50\x4a\xe6\x71\x66\x9d\x4d\x0b\x8c\x7c\x3a\ \x25\x56\x80\xb6\x16\xa5\x3c\x32\x63\xdb\xfb\x46\xde\x31\x21\xc3\ \x90\x61\x11\x26\x2f\x82\xb5\xd6\x92\xe7\xee\xe5\x8a\x84\x94\x0a\ \x63\x35\x99\x7e\x6e\xc7\x8c\xec\x78\x38\x96\xf2\x48\x46\x1f\xe3\ \xeb\x5f\xbd\x89\xd7\xbf\xed\x64\xd6\xdf\xf8\x4d\xee\xea\x4f\x08\ \x54\x9e\xf2\x91\xd8\x0a\xa7\xbc\xfb\xdd\xbc\x72\xe9\x0c\xd2\x74\ \xf7\x9e\x69\xe2\x29\x8f\x52\xa9\x23\x0f\xfa\x59\x3b\x6d\x99\x18\ \x6b\xb7\xe9\x1b\xb4\x75\xc7\x90\xa9\x07\xa4\xc8\xd3\xe0\x04\x5b\ \x69\x2f\xd3\xaf\xdb\xd6\x47\xad\x4d\x6e\xb2\x4b\x39\xd5\x0c\x67\ \x6a\x1a\xc4\x36\xc9\xb6\xbb\x65\xb3\x9c\xd2\x42\x6d\xdb\x8b\xb9\ \xfd\xa2\xcb\x0b\x01\xa6\x33\x43\xf3\x89\x6d\xd7\x07\x60\xda\xae\ \xbf\x7c\x61\x69\x93\xd7\x0e\x8c\x4e\x54\x19\x1c\x19\x99\xce\xf6\ \x68\xc5\x09\xa3\x9b\x87\x98\x6c\x34\x68\xd7\x25\x11\x06\x25\xc2\ \x20\xa4\xbb\xd4\x4d\x67\xb9\x93\x30\x0a\x29\x44\x21\xd2\xcb\xdf\ \xc7\x28\x81\x12\xf9\x18\x58\x40\x27\xad\xf6\xe2\xca\x7d\xe6\xc6\ \x82\x11\x66\xda\x15\x63\x4c\x9e\xe7\xa5\x2d\xe4\x7a\xeb\xb3\x4d\ \x18\xfc\xe3\xd6\xe8\x4d\x37\xfe\x1c\x21\x25\x1d\x9d\x65\x3a\x2b\ \x15\x8a\xa5\x22\xa5\x52\x44\x47\x47\x27\xc5\xa8\x48\xa9\x10\x21\ \x85\x6c\x17\xf1\x6d\x59\x0b\xc6\xe6\xc1\xe1\xa9\xf6\x22\xc2\xe6\ \x19\xb5\x53\x9a\x9f\x35\x66\x4b\xbb\x90\xad\x2b\xc2\xc4\x76\x71\ \x1f\xfb\xec\xe6\x5c\xd8\x6d\x8b\x7b\xcc\x56\x2d\x4f\xc4\x16\x3f\ \xed\xb4\xc0\xd0\x3a\xcb\x03\xcd\x6c\xd5\xb6\x44\xe6\x16\x5f\x9c\ \xa6\x3c\xbd\x69\x13\x23\x23\x13\x0c\x0e\x0f\x51\x2a\x97\x19\x9f\ \x6c\x52\xab\xd5\xb0\x48\xc2\x42\x81\xee\x9e\x99\x14\x0a\x11\x28\ \x45\xe8\x07\x14\xc2\x88\x28\x2a\x22\xa5\x40\x49\x99\xc7\x33\x54\ \x5e\x90\x6a\xb2\x34\x4f\x0b\x97\xa0\xad\x06\xcf\x23\xc9\x14\x46\ \x28\x92\xac\x49\x92\xa4\xb4\xb2\x8c\x04\x85\x36\x10\x2a\x2f\xef\ \xb3\x27\x0c\x06\x9d\x6b\xc9\x16\xb2\xb8\x45\xda\x6a\xa0\xe3\x26\ \xa5\x82\x8f\xce\x12\xac\xd5\x3b\xe9\xba\xf0\xbc\xee\x0a\x84\x1f\ \x91\x7a\x25\xc6\x63\xcb\x70\xa3\x0a\x23\x55\x94\x92\x48\x63\xf0\ \x84\xa0\x18\x84\x94\x0a\x05\xba\xbb\xba\xe8\xec\xa9\x10\x45\x05\ \x3a\x2b\x9d\x74\x76\x94\x29\x97\x4b\x79\x81\xae\xd1\xed\xd8\x41\ \xde\x96\x45\xb4\xef\x6d\xa5\x54\x1e\x8b\x90\xed\xd8\xc0\x0e\x1b\ \xbd\x7d\x4e\xf7\xf9\x4e\xdd\x7b\x62\xaa\x2d\x89\xc9\xbb\x09\xb4\ \x0f\x12\x34\xed\xe2\x4e\x39\x95\x76\x4d\x9e\xf0\x20\xc8\xd7\xaf\ \x31\x86\xb1\xc9\x2a\x43\xc3\xc3\xf9\x5c\x4b\x49\xff\xe8\x30\xf5\ \x46\x4c\xa3\xa9\xf1\xc3\x22\x41\xd8\x49\x67\x58\xc0\x0f\x7c\x82\ \xb0\x40\xb1\x58\xa2\xb3\xb3\x93\x42\x18\xe0\x7b\xb9\xd5\xa6\xc4\ \x54\xdc\x44\xb7\x5d\x56\x5b\x92\x39\x72\x4b\x54\x61\x85\x87\x91\ \x1e\xcd\xc4\x90\x19\x93\x3b\x3c\xb5\x6e\x7f\x6f\xdb\xae\xae\xf7\ \xf3\x2a\x7a\x40\x09\xf2\xa0\xbc\xca\xef\xfd\xda\xc4\x04\xd6\xcc\ \x03\xcf\xfb\xd3\xb2\xb9\x8c\xce\x50\x95\x7d\x38\xef\x3d\xef\xa4\ \xd4\xd1\xc1\xb2\xb3\xde\xcb\xab\x33\xbb\x55\x69\x95\xa4\xa3\xd2\ \xb9\xdb\xe3\x25\x4a\x29\x06\x87\x86\x18\x7d\xe2\x49\x2a\x95\x2e\ \x4a\xa5\x22\x85\x28\xca\x7d\xfb\x85\x20\xcf\x58\x91\x72\xba\x95\ \x80\xdd\x21\x20\xdd\xde\x08\xdb\x41\x69\xac\xd8\xe6\x26\xce\x15\ \xb1\xbc\x28\x48\xca\xbc\x9d\x44\x5e\x9c\x65\xa6\x0b\x85\xd8\x8d\ \x1a\xf7\x33\xd9\xb8\xb6\x2d\x54\x44\xdb\x77\x6d\xdb\xcd\x72\x8c\ \x25\x17\x70\x36\xd7\x24\x94\x14\x6d\xdf\x25\x4c\x36\xea\x34\x1a\ \x2d\x06\x06\x86\xa8\x36\x63\xe2\xcc\x50\xab\xd7\x19\x1f\x9f\xa0\ \xd5\x8a\x51\xca\x47\xaa\x10\xd5\xae\x6a\xad\x74\x75\x33\xb3\x77\ \x26\xc5\xa8\x84\xdf\xae\x29\x48\xb3\x14\x6d\x74\xde\xf1\xd9\xb6\ \x5d\x20\xd6\x92\x65\x79\x8b\x05\x4f\x08\xb4\x95\x6d\x4d\xc6\x62\ \x80\x34\x33\x53\xdf\x12\x63\x6c\x5e\xa8\x68\xc3\xdd\x3a\x24\x83\ \x43\xe3\xd4\x9b\x0d\x8c\xb0\x08\x95\x6b\x5c\x9e\xaf\x08\x7d\x9f\ \x40\x79\x54\x4a\x65\x2a\x1d\x9d\x74\x74\x94\x29\x57\xca\xb9\x76\ \x5e\x2c\x52\x2a\x97\xf1\x54\x1e\x84\x36\x7a\x2a\xdd\x95\x76\x05\ \x79\xfe\x37\xe4\x73\xae\xb5\x41\x49\x89\xdd\xae\x9d\xe1\xf3\x9d\ \x6d\xd3\x96\x45\x0a\xd1\xde\xb4\x72\xa1\x46\xbb\x56\x40\xb4\xf3\ \xb5\xad\xcd\x83\xec\x99\x36\xf4\x0f\x8d\xb2\xb9\x7f\x80\xc9\x5a\ \x9d\xf1\xf1\x49\x26\xaa\x35\xe6\xc8\x10\x84\x47\xa1\x58\xa1\xb3\ \xb3\x93\xde\x19\x33\xf0\x83\x90\x30\x0c\xc9\xb4\x26\x4d\x33\x0a\ \xbe\x8f\x94\x92\x24\x4d\x31\x4a\x11\xf8\x01\xc6\xe6\xee\x0d\x8b\ \x87\x46\xe7\x96\x9c\xd0\x18\x9b\x91\x99\x80\x38\xb1\xa0\x05\x49\ \x9c\xa0\x95\x24\xf1\xf2\xec\x1f\xd2\x14\xcf\x24\x24\xa6\x45\x2b\ \x8d\xf1\x85\x44\x58\x03\x3a\x23\x54\x82\x72\x4f\x85\xae\xce\x22\ \x81\x92\xcc\xe8\xe9\xa2\x10\xf8\xec\xae\x46\x5a\xd6\x18\xfc\x72\ \x37\xa5\x59\x20\x55\xbe\xc6\x8d\xd1\x60\x32\x94\xce\x50\x59\x4a\ \xda\x6c\xd0\xdf\x3f\xc4\xc8\xe0\x08\xa9\x34\xf8\xbe\x47\x4f\x4f\ \x85\x59\x33\x7a\xd9\x6b\xde\x3c\xf6\x5a\x30\x9f\xb0\x50\x20\x4b\ \xd2\xfc\xbe\x6e\x5b\xb4\x12\xb9\xc5\x45\x8e\xcd\x13\x0a\xfe\x0c\ \xae\x31\xdb\xf6\xd6\x48\x24\xda\xe6\x16\x9e\x35\xb6\x9d\xf5\x96\ \x0b\x12\xd1\x0e\xa8\x4b\x21\x31\x58\xc6\xc6\xc7\x19\x1d\x1d\x61\ \x7c\x62\x92\x89\x7a\x93\xf1\xea\x04\x3d\x33\x7a\x68\x19\x4b\x26\ \x14\xdd\x33\x67\xd2\xd3\x3d\x8b\x8e\x8e\x0a\x51\xc1\x27\x49\x13\ \x84\x10\xf8\x7e\x80\xdf\x6e\xa1\x23\xda\x6b\xda\xb4\xaf\x4d\x1b\ \xd0\x56\x60\x04\xb9\x00\x69\xd7\x19\xc5\xda\xd0\xca\x0c\x36\xcb\ \xc7\x27\xcb\x34\xa6\x6d\xcd\x60\x4d\xae\x74\x68\xc8\x74\x0a\xc6\ \x62\x4d\x46\xda\x6a\x90\xd4\xc7\x99\x3b\xb3\x0b\xd5\x55\x26\xd1\ \xe9\x73\xf2\x08\x78\x3b\x33\xd9\x42\xcf\xb0\xe6\xc1\xdb\x50\xfb\ \xfc\x0d\x2f\x5f\x3e\x0f\xbd\x9d\xe0\xc8\xcd\x2a\xbb\xdb\x85\xc9\ \xc4\xc4\x38\xf7\xdc\x7b\x0f\x61\x10\x80\x80\x62\xb1\xd8\xf6\xa9\ \x96\x29\x97\x4a\x94\x3b\x3a\x28\x96\xcb\x14\x8b\x11\x1d\xa5\x22\ \x85\x20\xc8\x6f\x58\x49\xbe\x98\x6c\x3b\x3b\xc5\x6c\x65\xcd\x58\ \xda\x41\xc4\x7c\xa3\xd6\x53\x69\x8e\xed\xd4\x44\xe4\x54\xe0\x57\ \xe6\xc5\x62\xbb\xd9\x7c\x96\x6d\x99\x67\x65\x7b\x01\x4c\x39\x89\ \x44\x3b\xd9\xb2\x2d\x00\xa7\x44\x75\xd6\x6e\x5f\xe0\x79\x3e\x59\ \x96\xd1\x4a\x33\x86\x87\x47\xb0\x08\x1e\x7f\xec\x49\xfc\x30\x64\ \x68\x74\x9c\x66\x9c\x90\x66\x1a\xdf\x0f\xf3\xe0\xab\xef\x53\x08\ \x23\x2a\x95\x2e\xca\xe5\x0e\xa2\xa8\x98\x8f\xa3\xcd\x90\x4a\x63\ \x11\x48\x0f\x8c\xf1\xf2\x4a\x57\xf2\xcf\x95\xc6\x20\xad\x40\x08\ \x1f\x83\x24\xce\x24\x69\xa6\xc9\xec\x94\x00\xce\x73\xde\xb1\x79\ \x00\x5e\xdb\x2d\x5a\xe0\xee\xd0\x50\x41\x50\xe8\x99\x0d\x49\x0a\ \x22\xd7\x2c\x8d\x35\x18\x9d\xd0\xd4\x9a\x38\xd3\x0c\xff\x5f\xea\ \xde\x6b\xc9\xae\x2c\xbd\xf3\xfb\x2d\xb3\xfd\xb1\xe9\x91\x09\x57\ \x40\x55\xa1\xd0\x86\xcd\x16\xcd\x70\x46\x0a\x29\x28\x5d\x4c\xc4\ \x84\x14\x31\xba\xd2\xd3\xe9\x0d\xf4\x0a\xba\xa1\x14\x0c\x0d\x49\ \xcd\x34\x4d\x77\x97\x45\x01\x48\x20\xed\xc9\xe3\xb7\x5d\x4e\x17\ \xfb\x00\x55\xdd\x6c\x86\x9a\x6c\x0c\x39\x73\x22\x2a\x70\x57\x09\ \xe4\xd9\x7b\xad\xef\xfb\xdb\xf9\x5b\x24\x6f\x11\x38\xa4\x14\x14\ \x45\xce\x74\x32\xe5\xd1\xc3\x87\x3c\x7f\xfe\x9c\xf1\x64\xd2\xf3\ \x0a\xef\x48\x5c\xa5\x90\xa8\x1e\x0b\xf6\x1e\xc5\x8e\x48\xe6\x7b\ \x12\xcc\x7f\x32\xd8\xfd\xdd\x7e\x2c\xc2\x6e\x9a\xdb\x9d\x2e\x62\ \xa7\xba\x12\xb2\x4f\x0d\xe8\x2f\x5f\xc3\xa6\xae\x78\xf9\xea\x15\ \x36\x78\x56\xeb\x2d\x9b\xb2\xa6\xae\x5a\xb6\x55\x85\xb5\x7d\x55\ \x76\x92\xe6\x0c\x46\x13\xac\xb3\x0c\x46\x23\x74\x94\xf4\x07\x83\ \x0f\x08\xa1\x88\x22\xb1\x53\x70\xf5\xea\x9b\xd6\x3a\x74\x12\xf5\ \x17\x3f\x92\x0e\x8f\xf1\x02\x63\x2d\x22\x38\x94\x0a\x20\x53\xac\ \xed\x08\xc6\xd0\x35\x35\x3a\x8d\xf0\xd6\x12\x50\xb4\x6d\x0b\xce\ \x90\xc5\x8a\x49\x9a\x43\x08\x14\x45\xc6\x74\x32\x26\x52\xb0\xbf\ \x3f\x41\x0a\xc7\xec\xee\x96\x6d\xb9\x22\x4f\xd4\x87\x8b\x53\x09\ \x1e\x11\xe5\x88\x5c\xf4\x50\x76\x08\xa8\xe0\x08\xbe\x23\xc2\x93\ \x0a\x47\xa3\x17\xd4\x4d\x89\x8a\x35\xc9\x2e\x70\x74\xb9\xde\xb2\ \xda\x6c\xb9\xbd\x5b\x70\xb7\x58\xf1\xec\xd9\x27\x3d\xe4\x23\xfb\ \x83\xdb\x1a\xcb\x6a\xb5\x41\x4a\xc1\x74\x3a\xed\x37\x46\xf9\x6b\ \xc2\x8e\x7f\xe4\x42\x2d\xbe\x37\x63\x86\x5f\x5d\x53\x77\x67\xa1\ \x47\xed\x86\x51\x29\xfb\xb3\x27\x00\xce\x59\xd6\xeb\x92\xf9\x6a\ \x89\xd2\x8a\xed\xb6\x64\x3e\x5f\x60\x8d\x61\xbe\x58\xb3\x2d\x0d\ \x69\x9e\xa2\x55\x46\x51\x4c\x28\x0a\xc9\xfe\xe1\x3d\xf2\x6c\x80\ \x52\x0a\xa5\x05\x49\xa4\x10\x5e\xf4\xcf\x58\x70\x38\x67\xd1\x71\ \x84\x90\x1a\x1f\xc0\x7a\xb0\x42\xe0\x64\x2f\x58\x12\xa1\xe7\x3b\ \x3a\xef\xe9\x5c\xa0\xf3\x81\xa6\xaa\xd1\xbb\x8d\x48\x48\x85\x31\ \x1e\x2f\x3c\x9d\x69\x7a\x93\xa2\x73\x38\xd3\xa1\xa4\x40\x61\x29\ \xc6\x19\xe3\x83\x11\x42\x41\x3c\xca\x7f\x37\x98\x0b\x04\x9a\x96\ \x17\xbf\xf8\x1b\xc6\xf7\xfe\x94\x38\x4e\x09\xda\xfd\xca\x01\xd0\ \xd6\xee\x7d\xd6\xcf\x87\x24\xa5\x82\x90\x78\xad\xb1\x52\x01\x81\ \x45\x59\x71\xb7\xde\x00\xbb\xb5\x31\xf4\xd9\x44\x69\x92\x90\x46\ \x31\xe3\x41\x41\x51\xe4\x0c\x8b\x9c\xd1\xa8\xc7\x59\xf3\xa2\x20\ \x49\x73\xe2\x38\xee\xa5\x93\xc2\xef\x48\x26\xdb\x47\x8c\x08\xde\ \x43\x47\xfd\xa6\x22\x11\x3b\xbe\xe0\x3f\xcf\x14\x13\xbe\xb7\x5a\ \xf7\xd3\x7e\x8f\x64\x4b\x4c\xf0\x48\xef\x89\x64\xb4\x93\xf9\xfa\ \xf7\x49\xb0\xcb\x4d\xc9\x62\xb5\x62\xb9\x5a\xb1\xd9\x6c\x99\x4c\ \xf6\x58\x57\x35\xd5\x6c\x8e\x8e\xd2\x9d\x8a\xa7\x60\x30\x18\xd0\ \x37\x62\x46\x24\x49\x4a\x9e\x67\xfd\xc5\x21\x35\x4a\x08\x82\xb0\ \x08\xe1\x70\x4e\xd2\x05\xb0\x3e\x10\x82\x44\xc8\x9d\xa3\x39\x78\ \x84\x37\x04\x27\x69\x82\x00\xeb\xfb\x4d\x65\x87\x03\x87\xe0\x76\ \xe0\x9f\x44\x8a\x80\xf7\xe2\x83\x40\x5c\xdf\xff\xd5\x88\xc1\x14\ \xd1\xf5\x52\x49\x15\x02\x12\x8f\x24\x20\x7d\x87\xf4\xbd\x4c\x56\ \x4a\x4f\x12\x67\x48\x29\x30\x3e\xf4\x93\xfd\xa6\xe4\xee\x76\xc6\ \x67\x9f\x7d\xc6\xd9\x83\xb3\x9d\x8c\x3a\xe0\x5d\xc7\x9b\xb7\x97\ \xac\x37\x25\xcf\x3f\x7b\x86\x44\xed\xb4\xf5\xbf\x8e\x70\x89\x7f\ \xd2\x37\xf9\x9d\x49\x34\xbc\x77\xaa\x83\x40\xf8\x80\x6b\x4b\x36\ \xeb\x0d\xab\xf5\x86\x28\x4d\xf0\x42\xe0\xb4\x64\x51\x96\xbc\x78\ \xf9\x8a\xa6\xed\xb0\xa6\x1f\x68\x92\x28\x25\xcb\x07\xa8\x38\x26\ \x08\x41\x94\xa6\x28\xe7\x91\x52\xa3\xa3\x18\x21\xe5\x4e\xa2\xd9\ \xb7\x9c\xfa\xdd\x96\xa5\xe3\x14\x11\x04\xad\x0b\x34\xd6\xe1\x83\ \xc0\x7a\x41\xe7\xc0\xda\x7e\x40\x18\xc5\x09\x9b\xaa\xa6\x6d\x2d\ \xbe\x2d\x99\x8e\x07\x78\x2c\xdd\xb6\x22\x49\x52\xc6\x7b\x39\xe3\ \x48\x51\x44\x3d\x16\x6f\x9d\xa1\xed\x3a\x06\x79\xc2\xbd\xd3\x23\ \x8c\xeb\x58\xac\xee\xf0\xa1\x63\xbd\x5d\xf0\xf0\xc1\xc9\x07\xe3\ \xad\x04\x60\x82\xa0\x45\x13\x4b\x85\x60\x97\x54\x2b\x3d\xc2\xb7\ \x10\x5a\xb2\xc9\x88\xb2\x9c\x53\x8c\x06\xec\xed\x1d\x51\x55\x35\ \x32\x2a\xe9\xda\x86\xc5\xb6\x64\xf9\xcb\xcf\xb9\xba\xb9\xe1\xf4\ \xf4\x1e\x83\xa2\xc0\x76\x2d\x9b\x4d\xc9\xed\xec\x96\x83\x83\x03\ \xfe\xe8\x8f\xff\xb8\x87\x1a\xbd\xdf\xc1\xd9\xdf\x1b\x5f\xc4\x3f\ \x01\xb3\x0b\xdf\x87\x36\x03\x62\x07\x6d\x4a\x7a\x4d\xb5\x6d\x4a\ \xea\x4d\x89\xb5\x16\x95\xa5\x90\x68\x82\x94\x5c\xde\xde\xf2\xe6\ \xe2\xa2\x4f\x6e\x36\x16\x19\x04\x5a\x25\x8c\x47\xfb\x14\xc3\x82\ \x38\xca\x29\x8a\x00\x52\x23\x55\x1f\x6b\x23\xa4\xc0\x0b\x87\x0f\ \x8e\x48\x29\x64\xe8\xf9\x8f\x9e\x33\xed\xff\x3a\x36\x48\x8c\x0b\ \x18\x27\x68\x0d\x38\xeb\x88\x84\x43\x45\x31\x75\xe7\xa8\x3b\x43\ \x53\x77\x28\x25\x31\x5d\x4b\xf0\x96\x10\xa0\x73\x9e\x34\xd6\xe4\ \x3b\x4a\x20\x2f\x52\x86\xf9\x18\xad\x60\x3c\x2c\x18\x0d\x0a\x94\ \x86\xdb\xdb\x6b\xe4\x3f\x32\x19\x5e\xff\x66\x9c\x5f\x93\x25\x0d\ \xff\xe7\xff\xf1\xbf\x73\xfe\xe7\xc3\xef\x91\xed\x1e\xe3\x0a\xfe\ \xc7\xff\xf5\xdf\xf3\x7b\x0f\x3e\xac\x34\xd8\x7b\x4f\x9c\x0d\x18\ \x9d\x7e\xd4\x2f\x89\xbb\x97\x34\x38\xdf\x93\x47\x41\x10\xbc\xc3\ \xf9\x9e\x3c\x5a\x77\x86\xcd\x7c\x03\xb3\x05\x32\x78\x82\xb3\x28\ \x21\x48\xd3\x84\x2c\x2b\x18\x8d\xc6\x1c\x1c\x1d\xb1\xbf\x37\x65\ \x6f\x6f\x4c\x51\xe4\x84\x9d\xb6\x5b\xec\xf0\x46\xe7\xfc\x0e\x63\ \x95\xbf\x12\xd9\xfe\x61\x6f\xc9\xdd\xc1\xb3\x8b\x39\x11\x7c\x97\ \xb9\x23\x11\x08\xa5\xe9\xac\xa3\xae\xb7\x24\x79\xc6\xe2\x6e\xc1\ \x62\xb5\xa4\xac\x1b\x16\xab\x35\xeb\xf5\x96\xd5\x66\xc3\xb3\x6c\ \x8c\xd0\x09\xa3\x69\xc1\x78\x3c\xe5\xe0\xe0\x80\x48\x47\x04\x21\ \x90\x42\xd2\x75\xdd\x2e\x63\x29\xc2\x74\xa6\xff\x39\x91\x42\xa0\ \x71\x04\xec\x2e\x36\xc1\xed\xfe\x94\x3b\xb7\xb4\xf7\x0e\x67\x3d\ \xad\xb1\x54\xc6\xef\xc2\xe4\xfc\x4e\x5a\x1a\xd0\xaa\xbf\xe4\xbc\ \xb3\x74\xb6\xa3\xeb\x3a\x9c\x8b\x40\xa8\x0f\x06\x7b\x38\x9d\xbc\ \xf7\x52\x08\x44\x8f\xdf\xe2\x91\xa1\x25\x91\x96\xc1\x70\x8d\x33\ \x15\x7b\x87\x87\x38\x17\xe8\xda\x0e\xa3\x1a\xca\xb2\xe1\x9b\x6f\ \xcf\xb9\xb8\xbc\xe6\xd1\xc3\x07\xe4\xc3\x0c\x1f\x76\xf2\xda\xbb\ \x05\x04\xc1\xde\xfe\x1e\x67\xa7\xa7\x3b\x38\x73\xb7\x7a\x86\x7f\ \xda\xc0\x10\x04\xdf\x51\xda\x21\x7c\x2f\xe2\x5f\x60\xeb\x06\x9a\ \x86\xb7\xaf\x5f\xf3\xf2\xe5\x2b\x74\x92\xf3\xc3\xdf\xff\x09\x2a\ \x4f\x69\x08\xa4\x45\x81\x15\x82\xa0\x23\x84\xf7\x68\xa1\x19\x0c\ \x86\x24\x59\x8e\x8c\x7b\x48\xc3\x59\x47\x14\xc7\xb4\xc6\x60\x17\ \xcb\xde\xb1\xbe\x83\x28\xdf\xc1\xb7\x2e\x88\xfe\x60\x41\xd0\xb5\ \x2d\x4d\x67\xfa\xef\x35\x40\xdb\x19\x9a\xa6\x45\xda\x1a\xe9\x1d\ \x2e\x24\x48\xd5\x6f\x4a\x83\x3c\x46\xcb\x88\x7b\x27\x87\xa4\x59\ \x4e\x8c\x85\xa6\x62\xb3\xae\x78\xf1\xf2\x8a\xcd\x66\xcd\x7c\x39\ \xe7\x07\x3f\xfc\x8c\x07\x8f\x8f\x59\x2e\xd6\x34\xa6\xc4\x09\xcb\ \x8f\x7e\xff\x39\x4f\x1e\x3c\xf9\x7b\x08\xc5\xef\x42\x58\xfb\x60\ \xb1\x5d\x0d\x4e\x41\xe8\x33\xe4\x94\x0c\xe8\x60\x70\x34\x8c\x52\ \x28\x86\x39\x2a\x92\xdc\x3b\x3b\xc5\x74\x8e\xe5\x6a\xc5\x6a\xb5\ \xa4\xdc\x6e\x29\x37\x1b\x2e\xaf\x7a\xdf\x54\x91\xe7\x64\x49\x44\ \x9a\x24\x84\xe0\xb9\x9b\xcd\x98\xcd\x6e\x39\x3a\x3a\xda\x85\x14\ \x7e\xc7\x91\xfc\x5a\xd8\xc0\x3f\xee\x8c\x7a\x07\x51\xef\xfe\x7b\ \xd7\x13\xe2\xda\x86\x37\x5f\x7d\xcd\x62\x76\xc7\xd1\xd9\x19\x0f\ \x4e\x4f\xf0\x5a\x53\x07\x8f\x8c\x62\x8c\x87\xce\x81\x16\x11\x83\ \x22\x27\x4f\x87\x48\xd5\xe7\xa3\xb5\x3b\xb9\xb7\x47\xd0\x19\x8b\ \xd6\x16\xa9\x24\xd2\xdb\x9e\x54\xd8\xf9\x83\xa5\xd4\x44\x89\x46\ \xa8\x88\xd6\x38\x5a\x6b\x70\x3b\xd5\x5e\x67\x2d\xa6\x6d\x50\x91\ \x40\x46\xbd\x57\xc9\x5a\x87\xb5\x96\x83\x83\x31\x77\xd7\x2b\x92\ \x48\xf5\x42\x8e\x38\x61\x98\x66\xec\x0d\x0b\x12\x25\x70\x5d\xcb\ \x20\x8b\x29\xb2\x84\xa2\x48\xe8\xba\x86\xba\xad\xd9\xdc\xde\xb0\ \xbd\xbb\x43\x3c\x93\xbf\xdb\x65\xb2\xc3\x65\x18\x4d\xf6\x39\x3e\ \x9e\x7e\xef\x21\xf2\xd8\x90\x91\xc5\xff\x19\x3a\x47\x82\x27\x44\ \x09\x62\x72\x8a\x96\x62\x47\x08\xf6\xbc\x42\xb4\x53\x78\xbd\x73\ \xd7\xf8\x5d\x82\xaa\xb7\x1d\x32\x38\xb4\x70\x98\x72\xcd\x7a\x79\ \x47\x5d\x55\xac\xca\x92\x9b\xf9\x8c\x57\x17\x6f\x18\x0f\x87\xdc\ \x3f\x3d\xe1\xc9\x93\x8f\x48\xe3\xb8\xd7\xd1\x2b\xc9\x72\xb9\xe2\ \xd5\xf9\x39\x4f\x9f\x7c\xcc\xc9\xbd\x13\x9a\xd6\xa0\xd5\x87\xc3\ \xb9\xde\xfb\x08\x76\xb4\x8d\x0c\x20\xac\x47\x09\x49\x70\x8e\xb6\ \x69\x41\x82\x11\xb0\x6e\x1a\xbe\x79\xf9\x92\xba\x2a\x69\x5b\x43\ \xd5\x74\xb4\xc6\x61\xbd\x47\xc8\x88\xe1\xe4\x00\x95\xe6\x8c\xf7\ \x8e\x10\x02\x86\x89\xc2\x88\x1f\x00\x00\x20\x00\x49\x44\x41\x54\ \xa3\x31\x21\x48\x3c\x82\x58\x27\x38\xef\x89\xd3\x0c\x41\xdf\x31\ \x62\xac\x43\x48\x45\x10\x12\xeb\x7b\x28\xa4\xf3\x01\xe3\xc0\xd8\ \x7e\x3b\x42\x38\xe2\x48\x61\xbc\xc3\x05\x47\xe7\x3a\x3a\x63\x76\ \x3a\xf5\x80\xf7\x8a\xe0\x1d\xad\xb3\x78\x67\x08\xfe\xdd\xef\xe7\ \x1d\x53\xf0\xe1\x3e\xc6\x76\x18\x07\x52\x68\x84\xdf\x79\x23\x82\ \x43\xfa\x96\x28\x0e\x0c\x8a\x8c\x7a\x5b\x71\x72\x7c\x84\x4e\x46\ \xac\x97\x4b\xca\x4d\x49\x93\x96\xb4\x55\x49\xd9\x54\xfc\xfc\x8b\ \x2f\x49\xf3\x98\x38\x56\xa4\x59\x4a\x92\xc4\x54\x65\xc5\x97\x5f\ \x7e\xce\xd9\xe9\x49\x7f\xa8\x04\xff\xf7\xa1\x9a\xc0\x7b\x93\xd7\ \xff\xbf\xf2\xcc\xef\xf8\x0f\xdf\x43\x94\x62\x77\xc3\x38\x47\x57\ \x96\x84\xb6\xa5\xae\x2a\xba\xb6\x25\x4a\x0a\x9c\x73\xb8\xce\xd2\ \xe2\x69\xda\x1e\x5e\x92\x52\xe2\xa5\x25\x4b\xf3\x9d\xb4\x53\x90\ \xc4\x9a\xba\xae\xfa\x81\x40\x0c\x30\xd6\xa3\xb3\x7e\x8b\x8e\xb5\ \x26\xec\x7e\x66\xe7\x3d\xc1\x79\xda\xb6\xe9\x79\x94\xb6\xdd\x89\ \x32\x3c\xce\x5a\x84\x90\xe4\x5a\x13\xa7\xd1\x2e\x1c\xb0\x77\xd5\ \xc7\x91\x24\x8f\x35\xb8\x9a\x76\x79\xc7\xec\xed\x2b\x36\x77\xd7\ \x6c\x96\xb7\x6c\x6a\x8b\x43\xd0\x36\xf5\xce\xed\xfe\x84\xd9\xdd\ \x15\xd7\x57\x17\x28\x05\x79\xac\x19\x4f\x0e\x68\xcb\x2d\x71\xba\ \xf7\x81\x06\x08\x89\xa9\x97\x34\xeb\x1b\xd2\x38\x81\xa0\x7b\xb2\ \x3c\x04\x02\x8e\x20\x0c\x5e\x08\x32\xa5\x68\xb6\x1b\x82\xb5\x8c\ \x07\x23\xf2\xbc\x60\x6f\xba\xcf\xec\xee\x8e\x79\x74\x4b\x91\x25\ \x94\x9b\x15\x4d\xb9\x61\x3c\xcc\x51\x4a\x31\x1a\x0e\x98\xdf\xcd\ \x79\xfd\xf2\x5b\x0e\xf6\xf7\xbf\x13\x67\xfc\xda\x9b\xfd\x8f\x87\ \x6a\xc3\xaf\xa0\x64\xe1\x5d\xf4\xc9\x2e\x61\xa0\xa9\xfa\xad\xe4\ \x9d\xfb\xcf\x58\x8b\x09\xfe\xfd\xbb\x58\xe4\x11\xb1\x50\xc4\x42\ \xb2\x5d\xce\x09\x42\x53\x56\x11\x51\x9a\x30\x3e\x38\x22\x4a\x0a\ \x96\xeb\x0a\x41\x4c\x9a\xa7\x28\x15\x23\x65\x20\x08\x85\x0b\xb2\ \xdf\x3e\x9d\xc3\x99\x9a\xb6\xeb\xe8\x3a\x43\x67\x2d\x9d\x71\x3d\ \xc4\xeb\x3a\x82\x70\x24\xc5\x18\xe3\xfb\x8c\xb5\x2c\xd6\xec\x0f\ \x12\x06\x4c\x38\x98\x8e\x48\xd2\x1c\xe3\xa1\xae\x6a\xb6\xab\x3b\ \x36\xb6\xe5\xf2\xfc\x35\xc1\x36\xfc\xf7\xff\xdd\x9f\x20\x8b\x09\ \x6d\xbd\xc2\x3a\x4b\x31\x48\xf8\xd1\x8f\x9f\x13\x45\xfa\xb7\x56\ \xee\xfe\xe6\xcb\x24\x58\x1a\x9b\xf0\x07\x7f\xfa\x3f\xf3\xbf\xfd\ \xb7\x0f\xe9\x5a\xf3\x2b\xbf\x54\x6b\xcc\x07\x8f\x20\x17\x02\x2c\ \x92\xad\x8f\x89\x44\x6f\xce\x91\x88\xf7\xa4\xaa\x08\xdf\xf7\x21\ \xf4\xdc\x42\x08\x96\x54\x81\x70\x0d\x45\x9a\xb1\xa9\x2a\xd2\x58\ \xb2\x37\x1e\x61\x4d\x47\x59\x96\xcc\x16\x73\xca\xed\x96\xf3\x37\ \x6f\x39\xd8\x9b\x20\x05\xbb\x52\x28\x4b\xd3\x75\x44\x3a\xe2\xe0\ \xf0\x00\xad\xd5\x6f\x50\x7d\xfc\x6e\x9b\xd6\xbb\x7f\x98\x0d\x8e\ \x08\x81\x30\x9e\xf2\xe6\x96\xc5\xed\x8c\x28\x8e\x19\xdf\x3f\x25\ \x2e\x52\xf6\x8e\xc6\x7c\x71\xfe\x9a\xcb\xeb\x5b\x9c\xf3\xb4\xc6\ \x13\xc5\x19\xd9\x70\x4c\x9c\xe4\x24\x69\x86\x0b\x0a\x9d\xa4\x40\ \x3f\x9d\x46\x71\x82\x10\x3b\xb2\xdc\xf5\x17\xa4\xd2\xea\xbd\x83\ \x59\x2a\x4d\x67\x1c\x9d\x93\x58\x2f\xb1\xde\xf7\x97\x8a\xeb\x2f\ \x8f\x3e\x42\x23\x66\xd3\x54\xfd\x61\xde\x56\xa4\x5a\x11\xbc\xa5\ \xf5\x06\x67\x7a\xc8\x2d\x56\x92\xac\x48\xd0\x32\x45\x4b\x28\x06\ \x03\xd2\x34\xfe\x30\x90\xc7\xee\x6d\x76\xcd\x16\xd7\x79\x9c\x50\ \x88\x20\x51\x3b\x87\x84\xa0\xa3\xe9\x1a\xf6\x46\x31\xe5\xbc\xa1\ \xd9\x96\x9c\x4e\xcf\x18\xa4\x43\xcc\x7e\xc7\x62\x31\xe7\xee\x6e\ \x46\xc1\x14\x82\x61\xb9\x98\x51\x24\x39\x79\xbe\xdb\x42\xd3\x94\ \xeb\xcb\x0b\x2e\xde\xbc\xe1\xc1\x83\x07\x58\xfb\x5d\x63\xa0\xd8\ \xa9\x74\xfe\xa1\x16\xca\xf0\x6b\x6d\x86\xdf\x95\x54\xed\x5c\xda\ \xc1\xf7\x98\x83\xf3\x68\x29\xe9\x9a\x96\x8b\xf3\x73\x2e\xde\xbc\ \xa5\xe9\x0c\x6e\xbb\xe5\xaf\xff\xf6\xe7\xb4\xc1\x53\x79\xc7\x7c\ \xbb\xa5\x6b\x3a\x42\x00\x2d\x14\x49\x1c\x13\x6b\x4d\x55\x6e\x98\ \xcf\xae\x68\x9a\x76\x27\xc0\xd0\x7d\x2c\xca\x74\x0f\xdb\x75\x84\ \xc1\x70\xa7\xc4\x11\x34\xd6\xe1\x5c\xaf\xbc\xea\x2f\x1a\x49\x1a\ \x89\xdd\x80\x22\x08\xc1\xe1\x6c\xc7\x66\xdd\x10\x74\x81\x1c\xa6\ \x08\x11\x10\x78\xbc\x6d\xf8\x9b\xbf\xfa\x0b\xea\xa6\xc1\x7b\x8b\ \x96\x16\x5c\x07\x22\x42\x20\x79\xfe\xc9\x13\x9e\x7d\xf2\x8c\xbd\ \xe9\x98\xf9\x9b\xb7\x98\x72\x4d\x94\xc6\xb8\xca\x33\x5f\xdc\x91\ \x0d\xa6\x8c\xee\x1f\x10\x3e\x90\x25\x20\x95\x1d\x93\xa8\x42\x0a\ \x83\x35\x01\x82\x42\x78\x90\x22\xe0\x6c\xcb\x66\x63\xd0\xd2\x12\ \x47\x9a\xd5\xcd\x0d\x55\xb2\x65\xff\xe8\x88\x22\xcd\x48\xee\x9d\ \x31\x1a\x0c\x50\x12\xb6\x79\xca\xdd\xb5\xef\x0b\xdb\x94\xc4\x74\ \x96\xc3\x83\x7d\x62\x1d\x61\xba\xb6\x7f\x77\xbe\xf7\x2e\xfe\x43\ \x6b\xc9\xaf\xc3\xdb\xbf\xf2\x7c\x87\x40\x10\x20\x11\x58\x6f\x77\ \xc5\x5e\x0a\x85\x64\x3e\xbb\xe5\xfc\x9b\x17\x2c\x66\x73\xb4\xd2\ \x9c\x5f\x5c\x30\xab\x2b\x2a\xef\xd9\x18\xc3\xcd\x7c\x0e\xce\x11\ \xc5\x8a\xed\x62\x8e\x6d\x1a\xbc\x75\xe8\x44\x43\xa5\x90\x71\xcc\ \x6a\xb3\xe6\xfe\xe3\x4f\x19\x16\x43\x10\x1a\x49\xcf\xf9\x09\xdf\ \xc3\x55\x9e\x9e\xdb\x68\xeb\x1a\x63\x3a\xf0\xae\xaf\x97\x90\x82\ \x94\x80\x50\xf4\x5b\x09\x1a\xe3\x2d\x8a\x18\xef\x5d\xff\x6c\x78\ \x43\xe2\x2a\xee\xce\xaf\x59\x2c\x57\xcc\xd7\x25\xcb\xaa\xa6\xac\ \x6a\x9c\x69\xc1\xb4\x4c\xc7\x03\x9c\xb0\xdc\x2d\x6f\x58\x6f\x56\ \x44\x69\xc2\xbd\xb3\x23\xd2\x3c\xa7\x5b\x75\xbf\x35\x1c\xac\x7f\ \xd3\x0d\x6c\x49\x78\xf6\xfb\x7f\x42\x34\x8d\xa8\xab\xfa\x9f\x2d\ \xd0\x31\x84\x1e\xfb\x93\x5e\x7c\x8f\x28\x15\xef\xf3\xf4\xc5\xf7\ \x0f\x20\x21\x91\x2a\xc2\x86\x5e\xad\x10\x69\xc5\x68\x3a\x41\x7b\ \xcb\x93\xa7\x4f\x59\x2d\x97\xac\x96\x0b\xda\xba\x65\xb3\xde\x32\ \x5f\xae\x28\xcb\x92\xd1\x20\x67\xb8\xe3\x5a\x8c\xed\x58\xcc\x67\ \x2c\xe6\x73\xf6\x0e\x8e\x76\xfc\xc0\x87\xf5\x13\xd8\xdd\x82\xed\ \x3b\x83\xac\x3b\x66\x17\x97\x6c\x16\x2b\xee\x3d\x78\x40\x31\xd9\ \x23\x44\xb0\x95\xe0\x91\xe8\x38\x41\x5a\x0f\x12\xa2\x74\x48\x96\ \x8f\x48\xb2\x02\x29\x15\xad\x71\x20\x15\x5a\x49\xaa\xba\xc1\x9a\ \x40\x51\x14\x7d\x82\xaf\xec\x63\x15\xdc\xce\x9f\xd3\x63\xf0\x92\ \xb6\x6d\x69\x8c\xdc\x69\xc8\x3d\xce\x76\xd8\xae\xa1\x73\x86\x62\ \x38\xa0\xeb\xea\xfe\x41\x0d\x82\x2c\x4f\x38\x48\x15\xcb\xe5\x82\ \xf1\xb0\x57\xd1\xc5\x71\x4a\x9c\x44\x3d\xc6\x9a\x26\x94\xdb\x0d\ \x9d\xed\x76\x8a\xf4\x0f\xb1\xc5\x09\xc0\xa3\xda\x2d\xa2\x35\xbb\ \xa9\x5f\xec\xce\xe8\x3e\x37\x28\x84\x96\x45\xed\x48\x85\xa2\xdb\ \xac\xb9\x79\xf9\x92\xd1\x74\x8f\x38\xcf\x38\x3e\x3e\x22\xc9\x52\ \x3a\xdb\x11\x49\xd0\x5a\x62\x9a\x86\x54\xc7\x78\x67\xd1\xa9\x60\ \x32\x9a\x90\x44\x11\x55\x55\x91\xc4\xc9\x4e\xaa\x2b\xdf\xff\xf8\ \x77\x4f\xd6\xf7\x0d\x71\xbf\x7e\x51\xbe\x33\x8e\x4a\x21\x70\xd6\ \xa0\xb5\xc6\xb6\x1d\x6d\x59\xe2\xad\x67\x71\x77\xc7\x8b\x6f\x5e\ \x30\xbb\x9b\xa1\xa4\x24\x4d\x73\x36\x6d\x47\xb9\x7a\x8b\x21\xd0\ \x05\xf0\x52\xf4\x87\x84\x14\x64\x71\x8c\x0a\x81\xe5\x7c\x46\x53\ \xae\xa9\xeb\xed\xce\xac\x97\xe0\x10\x98\x00\x4d\xb9\x22\x1f\x8c\ \x09\x27\xc7\xc4\x51\xd2\xa7\xb9\xea\x98\x24\x89\xd0\x32\xc2\x3b\ \x83\xeb\x5a\xba\xba\xc6\xb6\x35\x6d\x55\xf6\x10\x45\x55\x51\xb5\ \x81\xe9\xe9\xc7\x8c\x26\x07\x74\xae\x57\x76\x05\x27\x11\xae\x63\ \x9c\x27\x40\x82\x96\x16\xdb\x09\x8c\x55\xf8\x20\xd0\xc6\x31\x54\ \x9a\xa4\x73\xa4\x36\x10\x8c\xa7\x88\x60\x7e\x7b\x4b\xaa\x35\xf9\ \x60\xff\x83\xa1\xc0\x41\x08\x84\xad\x11\xf5\x1c\xa5\x12\x54\x50\ \x08\x14\xde\xf5\xaa\xb8\x48\x4a\xbc\x75\x4c\x8a\x01\x67\xf7\xee\ \xe1\x5d\xe0\xc5\x57\xbf\xe4\xee\xfa\x9a\xf1\xfe\x01\xe3\xbd\x03\ \xf6\xa6\x53\xb4\x92\x68\xe1\xd9\xae\xe6\x94\xe5\x86\xbd\xf1\x18\ \x19\x6b\x94\x52\x9c\x9e\x1c\x93\xc4\x11\xde\xd9\x3e\x1e\xe6\xfd\ \x10\xf1\xdd\x08\xf1\x9b\x72\xef\xbe\x6f\x28\xed\xd5\x9e\xe1\x7d\ \xfb\x60\x08\xbd\x6c\xd9\x13\xd8\x2c\x37\x5c\xbc\x79\xc3\xf9\xab\ \x97\x74\x4d\xdb\x9b\x7d\x81\xa6\xae\x79\x7d\x77\x47\x1b\xc0\x10\ \x28\x06\x03\xaa\xba\x61\x31\x9f\xe3\xbb\x16\xe9\x1d\x4a\x80\x6f\ \x5b\xac\x08\x48\x97\xd1\x6e\x2b\x74\x94\x71\x7a\xff\x63\xa4\x52\ \x2c\xe7\x0b\xa4\xe8\xd3\x7b\x3b\xef\x7b\xb5\x18\x10\x47\x8a\x41\ \xaa\x51\x42\xf7\x0e\x31\x67\xf0\xd6\xf6\x2d\xa8\x55\xcb\x66\x5b\ \x51\xec\xdf\x43\x24\x11\xce\x3b\x46\x69\xc4\xed\xe5\x6b\xbe\xfa\ \x4f\x7f\x8e\x72\x2d\x5e\x40\xeb\x04\x41\xa7\x48\xe7\xc9\xe3\x98\ \x4f\x9f\x7f\xc2\x27\x4f\x3f\x42\x07\xb8\xbd\xb9\x41\xca\x1e\xfa\ \x6e\x9a\x86\x6e\xb3\x22\x49\xf6\x7e\x6b\x1e\x59\xff\x26\xb8\xa9\ \x23\xe3\x0f\xfe\xf4\xdf\x81\x33\xff\x7c\xc9\xc0\x42\x40\xd7\xe2\ \x37\x33\x82\x52\x3b\x1f\x95\x7c\xef\x39\xe9\xd3\x07\xde\x7d\xf1\ \x02\xfb\x4e\x46\xeb\x3b\x74\x30\x90\xf4\x2b\xbe\xef\x2c\x69\x14\ \x33\x38\xbd\xcf\xe1\xc1\x11\xcb\xe5\x9a\xdb\xeb\x9b\x9e\x74\x37\ \x2d\xdb\xf5\x82\xf1\x70\x00\xc1\x33\x1e\x0e\xd8\x56\x35\x77\xb3\ \x19\xd3\xc9\x64\x87\xa9\xff\x6e\x17\xc8\xbb\x5c\xa1\x77\x0f\xa3\ \x0f\x9e\x44\x47\x34\x5d\xcd\x72\x7e\xc7\xdd\x66\x43\x6b\x3b\xd4\ \x7a\x45\xf3\xfa\x15\xad\x08\xac\x4c\xc7\x62\xb6\xc0\x1b\x8f\xb5\ \x01\x1d\x67\x14\xc5\x88\x28\xca\x90\x32\xee\x93\x5e\x43\x6f\x26\ \x8a\x93\x18\x29\x54\x7f\x38\xa8\x08\x9d\xf4\x61\x7e\xce\x3b\x5c\ \x08\xfd\x56\xd9\xb6\x78\xe7\x30\xd6\xd1\x99\x80\xb5\x96\x60\x3b\ \x44\xb0\x80\x27\x52\x02\x57\x39\xac\xd0\x20\x34\xce\x0b\xb2\x2c\ \xe5\x78\x28\x39\x1d\x9f\x12\x25\x29\xc8\x5e\x19\x74\x73\x7b\xc3\ \x7c\x5b\x52\x95\x1b\xaa\xed\x86\xe5\x7a\xc9\xff\xf0\x27\xff\x9a\ \xa3\xc3\xc3\x7e\xad\xff\x00\x9f\x5c\x3a\xa4\x32\xbb\x17\x5e\xe0\ \x71\xbb\xdc\x20\x87\x16\x01\xe9\x3d\xd3\xd1\x84\xe3\xd1\x84\xd5\ \xed\x1d\x2f\xdf\xbe\x61\x70\xb0\x4f\x32\x19\x31\xda\xdb\x63\x9a\ \x8d\xc1\x19\x36\x8b\x3b\x42\x53\x83\x71\x44\x52\x10\xeb\x08\x25\ \x7a\xd6\xd2\xd4\x2d\xc2\x05\x92\x34\x23\xbc\xfb\x9e\xc3\x3f\x0c\ \x9c\xff\xfa\xc5\xd2\x93\xb6\x0e\xad\x35\x0a\x81\xf3\x81\xc5\x7c\ \xc9\x37\xdf\xbc\x60\x3e\x5f\xf4\xc0\x5f\x94\xd0\x38\xc7\x7a\xb3\ \xc6\x7a\xfa\x3e\x11\xa5\x49\xe2\x08\xa5\x34\x49\x9a\xa2\xa5\xa4\ \x6d\x1b\xba\xba\x64\xbd\x98\x13\xda\x2d\x3a\x58\x84\xd2\xf8\xc6\ \x12\x80\x28\x4e\xf0\x48\xca\xf5\x1d\x4b\x2d\x78\xf8\xe8\x51\xef\ \x70\xb6\x86\x6a\xbd\x64\xb6\xd9\x50\x97\x25\xa6\x6b\x30\x6d\x47\ \xdb\xd5\xb8\xce\x22\x65\x3f\xb8\xb4\x56\xb2\x8f\xa7\xae\x4b\xf2\ \xf1\x08\xd9\x74\xbd\x52\x4a\x4a\xf6\x86\x43\x0e\x8f\x8f\x59\xaf\ \x67\x78\x53\xb1\xd9\x74\x58\x1b\x68\xab\x12\x42\xe0\xde\xe9\x19\ \x45\x1c\x33\xbb\x11\x98\xb6\xc6\x34\x1d\xe3\xbd\xfc\xbd\xcc\xfa\ \x43\x0d\x5a\xae\xea\xa8\x97\x1b\xa2\xa8\x45\x4a\xd5\xb3\x64\xae\ \x4f\xab\xad\xac\xe5\xf8\xf0\x90\x3f\xfc\xa3\x3f\xe6\x60\x32\x65\ \x71\xf1\x06\xb3\x59\xf1\xf2\xe2\x92\xf9\xec\x8e\x6c\x78\xc9\xf1\ \xe9\x19\x0f\x1f\xdf\x67\x58\x14\xdc\xbb\x77\x84\x70\x06\xd3\xb4\ \xd4\xdb\x8a\xa2\x28\xf8\xfa\xcb\x2f\x59\xad\xd6\x3c\xfe\xe8\x23\ \x54\xd4\x43\xc2\xec\x44\x9b\xef\x3c\x86\xff\x50\xde\xd7\xaf\x5c\ \x32\x3d\x41\xf6\xde\x50\x5d\x6e\x4a\xde\xbe\x7d\xcb\x9b\xb7\x6f\ \x69\xea\x96\x20\x14\x22\xce\x98\xd7\x35\xa6\xeb\x50\x4a\xd3\x79\ \x50\xba\x57\xa1\xd5\xeb\x0d\xa6\xae\x08\xa6\x05\xd3\x90\x68\x85\ \x56\x8a\xaa\xed\xd0\x5a\x61\xda\x86\x28\xca\x99\x5d\x5f\xe1\xbd\ \xe6\xec\xec\x11\x38\x43\x9c\x68\xb4\x86\x5c\x69\xa0\x57\x2a\x7a\ \x6f\xa9\xb7\x25\xab\x6a\x4b\x53\x55\xb4\x75\x45\xdb\x34\x74\x5d\ \xdb\x37\x29\x46\x19\x9f\xee\xdd\xeb\x13\x80\x45\x9f\xb7\x66\xbb\ \x96\x34\x56\xc4\x41\x91\xe6\x39\xa5\xf1\x34\xb5\x45\xa2\x48\x75\ \xc4\xe3\xe3\x7b\xec\xe5\x63\x9a\xcd\x16\x6a\x47\x9c\x2a\xfc\xa6\ \xa2\xdc\xae\x19\x8d\x47\x88\xa3\xbd\xdf\x5a\x70\xa3\x7f\xf3\xbc\ \x18\xb0\x5d\xc7\x3f\xeb\x47\x48\xa4\x6d\x89\xcb\x1b\x62\x1d\xbd\ \xbf\x3c\xde\x99\x7f\xc2\xaf\xa1\x97\xaa\x07\x8e\x08\xae\x01\x1c\ \xcd\xc6\xa1\x65\xaf\xf5\xbf\xbb\x9d\xb1\xb7\x7f\x44\x9c\x14\x1c\ \x9f\x8c\x48\xf2\x21\xd8\x0e\x6f\x5b\xde\xbe\xb2\x08\x21\x48\x93\ \x04\xe7\x1d\x4f\x8f\x4f\x78\xfa\xe9\xc7\x58\xeb\x50\xf2\x77\x4b\ \x46\xf5\xfe\xbb\x14\x50\x6b\x6d\xaf\x2e\xea\x2c\xb3\x9b\x39\xdf\ \x7c\xfd\x15\xcb\xf9\x1c\x29\x15\x32\x52\x2c\xe6\xb7\xb4\xb7\x97\ \x34\x2e\xd0\x79\x87\xf5\xbb\xec\xab\x20\x48\x74\x42\x14\xa7\x08\ \x19\xef\x1e\x0c\x09\xa1\xf7\x10\x38\xef\x89\x92\x84\xb6\xe9\x2f\ \x8d\x66\xd7\xef\x6c\xac\xe9\x1d\xab\xa2\xf7\x14\x40\x1f\x5b\x11\ \x29\xc8\xe3\x80\x8e\xfb\x2f\xfb\x5d\xe0\x5b\xdd\x55\xa8\x74\x88\ \xb3\x01\x42\x4c\x96\xc4\x94\xf3\x37\xdc\xdd\xde\xb0\xd9\x56\x94\ \x75\xc3\xa6\xec\x27\xe6\xae\xeb\x30\xa6\x23\x52\x92\xaa\xae\xb0\ \xe6\xb7\x5f\x7d\x7f\x9b\x4f\xb5\xba\xa3\xae\x6b\xa4\xee\xdf\x74\ \xe7\xfb\x6a\x59\x25\x15\xc6\x3a\x9e\x3d\xfd\x84\x9f\xfc\xf8\xc7\ \xe4\xd6\x71\xe9\xbf\xe6\x8b\xed\x92\xb7\x2f\xbe\x40\x4f\xc6\x14\ \xcb\x29\xf7\xce\x4e\x39\x98\x4c\x38\x3d\x3a\xc0\x0f\x73\x7c\x6b\ \x58\x2e\xef\x88\x92\x98\xed\x7a\xcd\x7f\xf8\xf3\x3f\xe7\xd9\x67\ \xcf\xf9\xe4\xb3\xcf\x60\x17\x5c\xf9\x9e\x2b\x09\x7d\x7a\xee\x6f\ \xca\xcd\x7a\x1f\x63\x03\x38\x63\x20\x38\x82\xb1\xcc\x96\x4b\x5e\ \xbc\xf8\x96\xd9\xed\x8c\xb6\xb3\x54\x5d\x07\x52\xd2\x1a\x0b\x52\ \xa2\xd3\x94\x44\x69\x9c\x0b\x3d\x2f\x22\x14\xf8\xbe\x0a\x7b\x98\ \xe5\x34\xab\x15\xdb\xed\x9a\xae\xad\x28\x24\x1c\x8e\xc7\x0c\xc7\ \x13\xa2\x24\x65\xb5\x29\xb9\xb8\xbd\xc1\x59\x4f\xf0\xb0\xbc\xbb\ \x41\x0a\xdf\x73\x2a\xd5\x16\x6b\xed\x6e\x60\xe9\x65\xd4\x3d\x99\ \x0d\x42\xeb\xf7\x4c\x96\x94\x10\xbc\x01\x6f\x59\x2e\xe6\xb4\xab\ \x6b\x86\xc7\x13\x22\xa5\x18\x0d\x47\x24\x3a\xc2\x39\x87\xd6\x11\ \x32\x72\x24\x69\xc2\xbf\xfa\xe3\x3f\xe2\xfe\xc3\x47\xac\x9b\x92\ \xad\xeb\x90\x83\x8c\xaa\x2b\x29\x95\x67\x7f\x98\x21\xb2\xe4\x83\ \x0a\x54\x9c\x93\x04\x13\x83\x52\x38\x07\x41\x18\x8c\xb5\x68\xa5\ \x51\x42\xb2\x7f\x74\xc4\xc1\xf1\x3d\x44\xf0\x64\x91\xe2\xd1\xe1\ \x3e\x71\x94\xe0\xa2\x8c\xd7\xd7\xb7\xbc\x79\xf5\x92\x9b\xeb\xb7\ \x3c\x7e\x74\x9f\xe9\x78\xc4\xdd\xed\x15\x55\x55\x12\x49\x0d\x3b\ \x13\xe7\x62\x76\xcb\xc9\xf1\x09\xc3\x69\x8a\xb7\x7d\xb4\x3b\xef\ \x0d\x7b\xe2\xef\x6d\x9e\xbf\x0e\x6f\xf6\x50\x75\x3f\x4c\x6f\x57\ \x1b\xae\x2e\xae\xb8\x38\x7f\x83\xb7\x81\xaa\x69\x30\x21\x60\x42\ \xa0\xb5\xb6\x97\x30\xe7\x79\x1f\x9a\x1a\x04\x49\x14\xe1\x8c\x65\ \xb9\xbd\xa1\xd9\xae\xd8\x1b\xe6\x3c\xfa\xe8\x09\x07\xd3\x31\x91\ \x8a\x71\x44\x7c\xfd\xf2\x15\xe7\x57\x57\x18\xdb\xd0\x06\x4b\x5b\ \x97\x78\xd7\x62\xda\x92\x58\xc5\x54\x4d\x85\xad\x4b\x9a\xaa\x64\ \xb3\xdd\x52\x57\x35\x5d\xf7\x4e\x04\xe3\xdf\xe7\x6b\xf5\xf2\x67\ \x49\x1c\x15\xb4\xd6\xa3\xd0\xc4\x59\x06\xaa\xc3\x58\x4f\x9a\x24\ \x7c\xfc\xe0\x3e\x51\x9c\x30\x5b\x57\x34\x75\x47\xb5\x2e\x69\x5b\ \xcb\xdb\x37\x6f\x39\x39\x3d\xe3\xe0\xde\x19\x5a\x6b\xca\xed\x92\ \x72\xbb\x40\x58\x43\xa6\xc4\xaf\xb9\xb2\xfe\xa9\x04\xfc\xbf\xc0\ \x27\x92\x9e\xb1\x68\xd1\x72\x27\xe7\x7b\x37\x1d\xec\x94\x2c\x1e\ \xde\xc7\x66\x5b\x67\x71\xd6\x43\x30\x24\x5a\xe0\xda\x86\x48\x69\ \xee\xdf\x7f\x88\xaf\x5a\xbe\x78\xfb\xb7\x0c\xf7\xf6\x99\x1c\x1e\ \x32\x1c\x8f\x49\xb4\xa4\x2b\x37\x6c\x47\x63\x22\xd9\x2b\xab\xbc\ \xf7\x6c\xd7\x2b\x5e\x7d\xfd\x35\xf7\x1f\x3c\xd8\x25\x66\x6a\x82\ \x08\xbf\xaa\x07\xfc\xfe\x04\x2b\xc2\x7b\x59\xa9\x78\x2f\x35\xe4\ \x3b\x5b\x7e\x08\x68\xa5\xb1\xc6\xf6\xd5\xa9\x6f\x2f\xd9\x2c\xd7\ \xb4\xae\xc3\x49\x89\x0d\x9e\xa6\x6a\xe9\x9c\xc5\x7b\x81\x56\x11\ \x32\x28\x8a\x28\x42\xe8\xde\xb9\x1a\xc5\xfd\x8b\xab\x76\xa6\xa8\ \xe0\x42\xef\x0e\x56\xbb\x07\x1e\x41\xd3\x18\x3a\x65\x7a\x93\xa9\ \x14\x68\x2d\x89\x10\x48\x25\xc8\x06\xe9\xee\x85\x35\x08\xd7\xe2\ \xba\x86\xa6\xad\xb0\x6d\x8d\x6f\x1b\x56\x9b\x0a\xd2\x21\xc7\x1f\ \xfd\x08\x17\x7a\xf8\x45\x79\x98\x5f\xdf\xf0\xd5\x17\xbf\x40\xef\ \x5a\xf9\xd4\x2e\x6a\x21\x55\x10\x09\xcd\x70\x30\xe4\x87\xcf\x3f\ \x63\x3c\x1a\xef\x52\x4f\x3f\x90\x17\x27\x58\x44\xb0\x88\xa0\x7b\ \xa8\xcb\xdb\xfe\xbb\x36\x81\x24\x4a\x79\xf8\xe8\x11\x47\xf7\xee\ \x23\xb6\x5b\xb6\xf9\x05\x4f\xcf\x4e\x39\xb4\x0d\xa5\x14\xfc\xe2\ \xfc\x9c\xd5\x66\x45\x9e\x64\x3c\x7b\xf4\x18\x85\x60\xb3\x5a\xe2\ \xbc\x43\x87\x5e\x82\xd3\xb7\xc6\x2d\x98\xdf\xde\x90\x0f\x46\xc4\ \x69\x8a\xf5\x81\xba\x69\x09\x78\xf2\x34\x45\xec\x7a\x3e\x82\x0f\ \xef\x03\x08\xdf\x29\x76\x8c\x75\x2c\x97\x4b\xb6\xab\x05\x17\x6f\ \xde\x70\x75\x79\x45\xdb\x74\x24\x49\x8a\x0b\xb0\xad\x2a\x86\xe3\ \x09\xa3\xc1\x08\xa1\x15\x48\x45\xdd\xd4\x94\xe5\x8a\x2c\x4d\x77\ \x5e\x22\x48\xe3\x8c\x62\x30\xe0\xfc\xfc\x25\xe5\x76\x49\x1a\x47\ \x7c\xf4\xe0\x8c\xb3\x83\x3d\x94\x8a\x68\x4c\xc7\xde\x78\xc4\xfe\ \x74\xcc\xdf\x7d\xf9\x25\xd6\x1a\x82\x85\xba\xdc\x92\xa6\x09\xa2\ \x15\x60\x5c\x6f\x64\x95\x0a\x25\x35\x9d\xb5\x38\x1f\x76\xbd\xf0\ \x7d\x92\xf4\xd3\x4f\x3f\x46\x67\x23\x06\xfb\x53\xea\xb6\xe6\x8b\ \xaf\x2f\x79\xb1\xba\xa4\x50\x50\x6f\xd7\xac\x96\x77\x24\xb1\xa4\ \x6a\xb6\x34\xb6\x1f\x1c\x97\xdb\x15\xd9\xe2\xba\x4f\x04\x37\x96\ \xc6\x34\xf8\x54\xf1\xe0\xd9\xc7\xec\x4d\x27\x04\xf1\xe1\x4c\x8b\ \x10\x50\x32\x26\x8e\x0a\x94\x84\xb6\xab\x31\xce\x10\xf0\xc4\x71\ \x7f\xd1\x09\x25\x59\x97\x5b\xb2\x38\xa6\x38\x3e\x66\xbb\x5c\x33\ \x8c\x13\x6a\xeb\xf9\xa3\x1f\xfd\x98\x90\x15\xfc\xec\x17\x7f\xcb\ \xe5\xed\x9c\xf9\xe2\x96\x18\x4b\x1a\xc7\xd4\x65\xf3\xbe\xd7\x3c\ \x84\xc0\xf9\xf9\x6b\xf6\xaa\x12\x1d\xa5\xec\x1f\x1e\xd2\x76\x86\ \xaa\xaa\xc8\x07\x39\x3a\xd2\x04\xef\x77\x83\x9f\x40\x69\xfd\x9d\ \x74\x58\x48\x8c\xb7\xb4\x75\xc5\xcd\xcd\x15\xaf\x5f\xbe\xa2\x5c\ \x6d\xd1\x52\x93\xa5\x39\x6d\xd7\x61\x81\xe1\x74\x8f\x51\x1a\xf7\ \x59\x56\x42\xb2\x98\x2f\xf0\xd6\x31\x1c\x0c\x79\x73\xf1\x2d\xe5\ \x7a\xcd\x20\x8e\x38\x39\xd8\x67\x10\x27\x08\xd7\x61\x3b\x4b\x6b\ \x15\xcf\x3f\xfe\x14\xa9\x22\x3e\x7f\xf9\x1a\x47\xa0\xde\xae\xc1\ \x1b\x16\x77\xd7\x5c\xbc\x59\x63\xbb\x0a\x5f\x97\x04\x63\x7a\xd2\ \x7f\x87\xd2\x78\x07\x52\x28\x84\x7c\x97\x8a\xb1\xdb\xa6\x76\xf0\ \xa0\xb0\x1d\xb3\x9b\x6b\x86\x31\x24\xd6\x52\x0c\x06\x14\x83\x31\ \x9b\x72\x83\xb1\x96\x20\x21\x44\x82\x67\x9f\x3d\xe7\x07\x3f\xfe\ \x3d\xd2\x34\xa7\x6d\x1a\x44\x96\x90\xa8\x01\x37\x8b\x6b\xd2\x41\ \x06\xf9\xef\xec\x33\xf9\x97\xfa\x08\x8c\x31\xac\x57\x73\x74\x14\ \x93\x26\x7d\x2e\xcf\x3b\x75\x52\x55\x97\xef\x8b\x7b\x24\x12\x2d\ \x22\x3a\xd7\xe1\xb5\xa7\x0c\x8e\xbd\xbc\xe0\x8f\x7e\xef\x27\x9c\ \x1e\x9e\x72\xf3\xfa\x9c\xfa\xf6\x8a\xd7\x5f\xfd\x8c\x8b\xab\x11\ \x07\x47\x0f\x39\xbd\x77\xc2\x64\x90\x73\x7a\x72\x44\xb5\x59\xd1\ \x54\x1b\xbc\x31\x0c\xe2\x11\x6f\xbe\xf9\x02\x65\x5b\x1e\x7d\xf2\ \xc3\x5d\x18\x9e\x05\xd1\x9b\x0c\x79\x47\x08\xef\xe2\x5b\xde\xc7\ \xbf\x7f\x57\x44\x81\x73\x16\x09\x48\xa9\x68\xda\x86\xd9\xf5\x1d\ \x17\x17\x97\x94\x65\x45\x55\x6e\x41\xd0\xf7\x36\xef\xc2\x13\xa5\ \x4a\x18\xc4\x83\x9e\xeb\x89\xfa\xd6\x3b\x29\x05\x5e\xf7\x12\xcf\ \xe0\x05\xa9\xda\xe9\xee\xe9\xb0\xd6\xf7\x26\x3c\xe7\x71\x41\xe1\ \xb5\xa2\xb6\x2d\x91\x35\x1c\x0e\x12\x32\xe5\x09\xbe\x5f\x75\xeb\ \xb2\x65\xdb\xf4\xf2\xbe\xa6\xae\xb0\x65\xc7\xb6\xea\x30\x3e\xe0\ \x6d\x83\xa6\xa3\x76\x81\xe1\xbd\xa7\x0c\x44\x4c\x23\x21\x4b\x14\ \x52\x18\x1c\xf4\xd1\x0d\xc3\x9c\x28\x92\x34\x75\x49\xd3\xb5\x84\ \x20\xb0\x21\xe2\xb3\xe7\xcf\x78\xfe\x83\x1f\xf7\x4a\x95\x9d\x3b\ \xf7\x83\x10\x65\x7d\x2f\x30\x06\x85\xb3\x01\x6f\x05\x1a\x4b\x16\ \x6b\x22\x0d\x8d\xef\xb8\x5a\xaf\x39\xd8\x3f\x40\x9e\x3e\x46\x6f\ \xbe\xe4\xc8\x7b\x42\x1e\xf3\xc9\xff\xf4\x6f\x79\xd3\x79\xfe\xe2\ \x2f\xff\x86\xe8\xed\x82\xc8\x6c\x19\xa5\x8a\x2c\x1b\xd1\x19\x8b\ \xf7\x8e\x38\x8e\x58\xad\x16\x7c\xf1\xcb\x9f\x93\xc4\x29\xa7\xf7\ \x1f\x90\x8f\x46\xdc\x2e\x96\x24\xb1\x26\xf2\x39\x2d\x8a\x4d\xdd\ \x61\x9c\xa3\x28\x0a\xc6\xa3\x02\x11\x40\x47\x8a\xba\xad\x99\xad\ \x96\xac\x57\x2b\xe6\x65\x85\x88\x13\x94\x87\x38\xcd\x90\x91\xa6\ \x76\x8e\xac\x18\xb0\xd9\x56\x08\x2f\x18\x4d\xa7\x54\xb5\xc3\xb4\ \xbd\x22\x31\x4b\x22\xac\x0b\x74\xc1\x53\x76\x1d\x65\x5b\xe3\x5d\ \xc3\x38\x8f\x71\xb6\xe1\x9b\x17\x2f\x39\x3b\x3c\x66\x36\xbb\x01\ \x21\x78\xfc\xf4\x63\x9e\x3f\x79\xc2\x7f\xfa\xc5\xe7\xbd\x3f\xc1\ \x7a\xc6\x83\x29\x95\x10\x58\x3f\x47\x3a\xd7\x4b\xc3\xa3\x98\xe5\ \x7a\x85\x8c\x62\xac\x87\xce\x38\x86\xe3\x09\xf7\x3f\xf9\x8c\xad\ \x13\x7c\xf6\xf4\x21\x2f\x7f\xf1\x33\x06\x76\x43\x57\x6e\xb8\x77\ \x7a\xc2\xa7\x4f\x4f\x98\x4e\x46\x84\x60\x28\xab\x92\x59\x69\xa9\ \xea\x86\xa3\x61\xcc\xe9\xb4\x60\x79\xd7\xb2\xa8\x5a\xbc\x75\x0c\ \x74\x4e\x22\x15\x9b\x57\x17\xac\x5a\xcb\xc7\x7f\xf8\x6f\x70\xa6\ \xfb\x20\xef\x7a\xc0\xe0\xa9\x89\x55\x4c\x14\x81\x92\x12\x29\x14\ \x38\x47\x12\xc7\x2c\xee\x66\xb4\x75\x09\x02\x36\x52\xb3\x89\x32\ \x22\x6f\xc8\x9c\xc7\xdf\x6e\xd9\x0e\x14\xe9\xde\x23\xb6\xb6\x02\ \xbb\x42\x9b\x35\x52\x0b\x92\xc1\x90\xa6\xaa\xc9\xf3\x18\x41\x60\ \xb5\xbc\x63\x7e\x77\xc7\x70\x3c\x41\x47\x11\x42\x45\x74\xc6\x91\ \xec\x94\xa1\xce\x1a\xaa\xed\x86\x3c\xcf\xfa\xf7\x5b\x4a\x3c\x8a\ \xaa\xa9\x99\x2f\x97\xbd\xaf\x65\xb9\x42\xc7\x09\xd9\x58\xd2\xb5\ \x86\x62\x6f\x42\x69\x0d\xa9\x52\x68\x25\xb8\xbd\xba\xe2\xf0\xe8\ \x98\xce\x58\xca\x6d\x43\x14\x45\x48\x1d\xd1\x18\x83\x31\x86\x24\ \x4f\x19\xa6\x19\x17\x2f\x5f\x71\x7c\xb4\x87\x96\x92\x8b\x8b\x2b\ \x4e\x1e\x7e\xc4\xef\x3d\xff\x84\x9b\xbb\x3b\x6e\x96\x5b\x6c\x53\ \xd3\x35\x5b\x4c\x57\x63\xda\x0e\x89\x40\xc7\x19\x4e\x44\xc8\xdd\ \x96\xae\x85\x62\x30\xca\x98\x2f\x96\x3b\x73\x73\xaf\xf4\x3b\x38\ \x38\xe4\xd9\xa7\x3f\xa2\x75\x8e\xfb\xf7\x07\xfc\xd9\x8b\xff\xc8\ \xbc\xde\x92\x49\xcf\xb4\x48\xf8\xe2\x9b\x57\x48\xdd\xc3\x76\xce\ \x04\x9c\x75\x38\xdf\x61\xba\x2d\xce\x6e\x09\xc6\x12\x4c\xef\x85\ \xd1\xc3\x09\x57\xdb\x2d\x37\xb3\x35\x9f\xdd\x3f\x44\x7f\x2f\x1a\ \xe6\xbf\x8a\xcb\xa4\x2f\x8b\x71\xb4\x9d\x45\x4a\x4d\xd3\x34\x58\ \xeb\x7a\x2f\x05\x1e\x67\xdc\x2e\x42\x79\xd7\x04\x18\x02\x5d\xd7\ \x90\x14\x11\x65\xb5\xe5\xf0\xd1\x23\x1e\x7c\xf2\x04\xed\x15\xc5\ \xde\x98\x67\xea\x09\xd3\x79\x41\x89\xe0\xe7\xdf\xbe\x60\xbd\x5c\ \x30\x1a\x64\x4c\x8a\x0c\x9c\xe9\x3b\x24\x8c\xa5\xaa\x2b\x86\xa3\ \x01\xdb\xed\x86\xf5\x62\x01\x3a\x22\x19\x26\x04\x11\x28\xeb\x9a\ \x3c\x29\xd0\x51\x0c\x01\x8c\x31\x08\xd9\x7b\x30\x24\xb2\x87\xe1\ \x24\x74\xad\xc5\xd8\x8e\xdb\xdb\x19\xaf\x5f\xbf\x66\xb3\x2e\x01\ \x49\x12\xa7\x6c\x9b\x1a\x64\x2f\xe7\x55\x51\x82\x52\x11\x42\x28\ \x16\xcb\x15\x88\x3e\xe6\x5b\x29\x49\x67\x3a\xf2\x7c\x80\x31\xfd\ \xba\x8f\x6d\x7b\x12\x6c\x17\xca\x17\xa4\x20\x4a\x13\xa6\xd3\x29\ \x3a\xd6\x44\x91\xa2\x5d\xaf\xb8\x5a\x5d\x13\xea\x35\xa6\xaa\x68\ \xda\x96\xb2\x6e\xfa\x20\x3c\xfa\x89\x4b\x04\x0d\x3a\xa5\x73\x3d\ \xf1\x17\x54\x1f\xe2\x86\x10\xd8\xb6\xa1\x88\x33\x5c\xbd\x06\xd5\ \x47\xa0\x4f\xf6\xa6\x3c\x7e\x78\x46\x12\x09\x6e\xae\x2f\x09\x78\ \xae\x6f\x17\x08\x1b\xf8\xf6\xdb\x17\x0c\x47\x53\x8e\x4f\x8e\x3f\ \x9c\xb9\x53\x08\xb4\xea\xf1\xe1\x80\xc6\x07\x8f\xd6\x10\xd3\x9b\ \xef\x82\x73\xac\x16\x2b\x92\x62\x49\xa7\x14\x46\x6b\xd6\x5d\xc7\ \x59\x14\xd3\xd6\x06\x55\x1b\x8e\x46\x07\x1c\xed\x1d\x11\x82\xc5\ \x28\xc9\xf5\x66\x85\x46\xf5\x01\x79\x45\x8a\x17\x7d\x66\xd2\x62\ \xb9\xc4\x76\x86\xba\xed\x38\x79\xf8\x10\x74\xd4\xa7\xed\xb6\x2d\ \x2a\x4e\x69\xdb\x96\x6d\x55\xa3\xb4\x62\xe8\x32\x08\x8e\x8b\x8b\ \x37\x7c\xf1\xf5\xd7\x2c\x96\x1b\x8c\x33\x88\x00\xf1\x2e\x3e\x3d\ \x49\x62\x6c\x08\xa4\x69\x46\x1c\x27\x78\xb7\x65\x98\x8f\xd8\xae\ \xb7\x7d\xae\x54\x91\xb1\x3f\x2e\xb8\xbd\xbe\xe2\xcd\xe5\x15\x49\ \x3e\x64\x3c\x99\xd0\x36\x0d\x04\x18\x0e\x72\x9c\x35\x88\x10\x18\ \x8d\x0a\x34\x07\x6c\xcb\x92\xd1\xa0\x60\xb8\xbf\xcf\x57\x2f\x5f\ \x33\x5b\x6f\xa9\xca\x92\xab\xab\x2b\xa4\xec\x33\x3c\x86\xa3\x11\ \xc3\xe1\xb0\xe7\x38\x4e\x4e\x38\x39\x3d\xe5\xfc\xcd\x25\xeb\x6d\ \x85\xd6\x8a\xeb\xdb\x19\x6a\x30\xe1\xe5\x37\x5f\x71\xf5\xea\x05\ \xfb\x45\xca\xbd\x07\x47\x3c\x38\x3d\x41\x45\x92\xd9\xed\x15\x5d\ \x5b\x21\x95\x62\x50\x4c\x19\x0f\x0a\x86\x79\x42\xb3\x5e\x22\xbd\ \x23\x38\x4b\x53\x56\x10\xa5\x94\x4d\x4d\xb3\x5e\x12\x8f\xa7\x7c\ \x48\x9c\xcb\x06\x4f\xdd\x36\x7d\x8e\x58\x08\xbd\x1d\xa0\xef\x99\ \xc5\xcb\x9d\xfa\xdc\x83\x50\x11\x46\xc0\xe0\x60\x9f\x7a\xb9\xe6\ \xee\x72\xc6\xfe\xc3\xd1\xae\xd0\xad\x4f\x6a\xd8\x9b\xec\x91\xd5\ \x90\xa5\x09\x9b\xda\x60\xa8\xb0\xc1\x23\x42\xff\x0e\x64\x59\x4e\ \x67\x3a\xde\x5e\xbe\xe1\xfe\x83\xc7\x58\x67\x58\xaf\x16\x14\x45\ \x81\x08\x9e\xf5\x7c\xc9\x6a\x76\xc7\x64\x3a\x65\xff\xe8\x88\xe5\ \x6a\xcd\x57\xdf\x7e\xcb\xe5\xcd\x6d\xaf\xa8\xf3\x0e\xb7\xfb\xff\ \xe8\x28\xc2\x0b\x81\x4e\x62\xd2\x34\xa7\x69\x0d\x59\x5a\xd0\xb5\ \x1d\x52\xc6\x1c\x1f\x1c\x52\x14\x39\x71\xa4\xb0\x5d\x8b\x20\x30\ \x1c\x16\x9c\x1c\x1d\xe2\x9a\x2d\x67\xf7\xee\x51\xe4\x19\x83\x3c\ \xe7\xf0\xec\x3e\xa3\x83\x23\xf6\xc6\x23\xae\xef\x16\x98\xae\x46\ \xec\x48\xfe\x22\x4d\xfa\x67\x03\x45\x90\x0a\x63\x0d\x83\x2c\xe7\ \xe4\xf4\x94\x24\x4d\x79\x70\xd6\x21\xa4\x60\xbe\x98\x13\x82\xe7\ \x93\x4f\x9f\x21\x74\xc4\x83\x7b\xf7\xd9\x3f\x98\xf2\x93\xdf\x7b\ \xc6\x17\x3f\xff\x5b\x96\xb7\x37\x04\xa3\x89\x95\x20\x4d\x23\x8c\ \x33\x74\x8d\x41\xeb\x98\x34\x4d\x19\x0c\x0b\x24\x9e\xf5\x7c\xc1\ \xcd\xcd\x35\x97\x57\x33\x16\x4d\xc7\xc5\x72\x4d\xbe\x37\xe5\xb3\ \xfb\x4f\x7f\x6b\x8f\xf2\x7f\x51\x9b\x49\xaf\x9e\xe8\x87\x55\x6b\ \x3d\xc6\x34\xb4\xb2\xed\x8b\x93\x84\x24\x8a\x34\x08\xfa\x09\xbc\ \x6d\x51\x42\x22\x3b\xcf\xe1\x68\x8f\x34\x2b\xd8\xba\x0e\x1d\xc5\ \xc4\xc7\x53\xcc\xf2\x8e\x29\x31\x87\xc3\x31\xcf\xfe\xfd\x9f\xf0\ \x8b\xcf\xbf\xe0\xf6\xfa\x12\x53\x57\x8c\x87\x39\x5d\x6b\xc8\xd3\ \x8c\xce\x7b\x22\x04\xa6\x6d\xf9\xf2\xab\xcf\x41\x48\x1e\x7f\xfc\ \x88\xc1\x78\x88\x70\x16\x67\x3a\x84\x8e\xfa\x9f\xd9\x54\xc4\xb1\ \x22\xc9\x32\xac\x70\x28\x1d\x51\xd6\x15\xcb\xcd\x92\xa6\xae\x99\ \x2d\xe6\x74\xd6\xa1\x92\x08\x6b\x03\x83\xe9\x88\x6d\x57\x11\x27\ \x09\x32\x8a\x29\xab\x9a\xd1\x24\xa1\xaa\x6a\x16\xeb\x65\x9f\x92\ \x9a\x44\x08\x02\xa9\x8e\x98\x8e\x06\xac\x56\x4b\x36\xf3\x35\xeb\ \xbb\x19\x65\x59\xe1\x9d\x27\xc9\xb2\xde\x53\x92\xa7\xb8\xae\x62\ \x78\x70\x4c\xac\x15\xb3\xd5\x82\x66\x7e\x4d\x1a\x2c\xd8\x8e\x10\ \x04\x5a\x28\x62\x1d\xe1\x9c\x41\x2b\x81\x11\x8a\xce\x36\xbb\x88\ \x8d\x88\xda\x78\x74\x3a\x60\x32\x1c\x91\xf9\x86\x50\xd5\xcc\xce\ \xcf\xd1\xe3\x14\x9c\x23\xcf\x0b\xea\xa6\x65\xb1\x58\xd3\xed\x78\ \x33\xad\x15\xf9\x20\xe3\xb3\xe7\x3f\xe2\xd1\x93\x8f\xd8\x96\xd5\ \x87\x8b\x03\x0f\x81\xb6\xb3\xb8\xde\x68\x02\xee\xdd\x21\xd0\x21\ \x24\x48\x17\xe8\xea\x86\x4c\x6b\x9c\xb1\x04\x05\xc3\xc3\x09\x8b\ \xcb\x4b\x8c\x35\x24\xdb\x2d\x6f\xef\xd6\x38\xdb\x92\xe6\x29\x5d\ \x15\x98\x2d\xe6\x28\xdb\x6f\x81\xc5\x20\xe7\xf8\xf8\x00\x67\x2c\ \x79\x9a\x70\x74\x78\x8c\x8e\x53\xde\xbe\xbd\x20\x1b\x8d\x59\xce\ \x6e\xd1\xb6\xe5\xec\xe1\x63\xf2\xc9\x3e\x45\x2e\x91\x3e\x70\x37\ \x9b\x31\xbf\xbb\xe5\x76\x76\xc3\xd5\xc5\x25\x75\x63\x88\xd3\x04\ \xd7\x76\x74\x08\x06\x59\xdf\x29\xd2\xb6\x2d\x9b\xcd\x9a\xe9\xfe\ \x01\x3a\xd2\xe8\x44\xa3\xbd\x65\xb1\xb8\x63\x7f\x32\xc2\x34\x12\ \xef\x1c\xe3\xa2\x40\x25\x09\x8a\x1e\x62\xb5\x01\x86\x83\x09\xa7\ \x07\xfb\xb4\xdb\x8a\xbd\xc9\x88\xbd\xe1\x80\xb2\xaa\xfb\x4b\x4a\ \x49\x92\x24\x26\x52\x0a\xef\x1c\x55\x55\x52\x14\x29\x69\x9a\x71\ \x7c\x72\x82\x33\xa6\xff\xf7\xe5\x39\x69\xdc\xd7\xf3\x6e\xb6\x25\ \x5a\x4a\x26\xc3\x82\x5f\x7e\xfb\x82\xcf\x6f\xdf\x90\x74\x1b\xce\ \xa6\x05\x07\x87\x87\x6c\xcb\x92\xaa\xaa\xa8\xaa\x2d\xc1\xf7\xd1\ \x1c\xb9\x91\x7d\x23\xdf\x76\xcd\xd1\xc1\x01\x49\x56\xf4\x56\x09\ \x21\xb1\xc0\xa6\xaa\x99\xdd\xde\x71\x3a\x18\x7f\xd0\x0e\xf8\x80\ \x04\x15\x23\x55\x8c\xc0\x93\x24\x29\xc3\x41\x81\xda\xf9\x9c\x8a\ \x62\x8c\x94\x11\xc1\x05\x06\x83\x3e\x55\xb8\xf2\x06\x8f\x61\x74\ \xba\xc7\xcd\xdd\x86\xae\xae\x49\x22\x45\x53\xd7\x6c\x56\x6b\x9e\ \x1d\x3e\x25\x96\x35\xf7\xf7\xa6\x94\xeb\x15\xdb\xf5\x92\x22\xcf\ \xf8\xf8\x93\x8f\x29\xab\x9a\xb2\xee\xdf\x61\xd3\x35\xbd\x2a\xda\ \x18\x6c\xd7\xf1\xfa\x9b\x17\x34\x75\xc5\xd9\xd9\x19\xb6\xed\x58\ \xac\xd6\xc4\x08\x8e\xa7\x7b\x9c\xbf\x79\x8b\xb3\xae\x8f\xc6\x51\ \x96\xb4\x48\x08\xce\xf3\xfa\xf5\x1b\x3e\x7b\xfe\x03\xa4\xee\xdb\ \x2f\x95\xd6\xdc\x5e\x5e\x91\x24\x31\x69\x24\x81\x88\x58\x09\xba\ \x60\xb1\xa6\x65\x30\x28\xb8\x7f\x76\x4a\x12\xf7\x10\x72\x9c\x26\ \xb4\x4d\x43\xd3\x54\x8c\x06\x39\xc1\x5b\x22\x09\xf5\x76\x85\xf0\ \x96\x58\x4b\x44\x14\x13\x4c\x87\x71\x1d\x59\x9e\xf2\xf8\xf1\x47\ \x0c\x86\x23\xee\xe6\x77\xec\xef\x0d\xc9\xb3\x1c\xef\x1a\x36\xeb\ \x25\x5d\x57\xf2\xf0\xc9\x63\xb2\x2c\xe5\x3f\xfc\xc7\xbf\xe2\xab\ \x2f\x3e\x67\x3c\x28\x78\xf6\xc3\xe7\x08\x63\x88\xa4\xa0\x2c\xb7\ \x38\x67\x69\xa2\x8e\x34\xcf\x38\x38\x3c\xc1\x07\xd9\xc3\xa9\xf4\ \x5e\x96\xf9\x72\xcd\x9b\xdb\x19\x22\x2b\xa8\x56\x9b\x9e\x37\x52\ \xea\xbf\x2e\x98\xeb\x5d\x04\x7d\x14\x47\xef\xa7\xd5\xb0\xcb\x36\ \x62\x57\x67\xea\x9d\x47\x47\xb2\x8f\x29\x4f\x23\x22\x21\x91\x5d\ \x8b\xd9\x36\x2c\xe6\x0b\xb6\xd6\x60\x83\x23\x01\x5c\xf0\x1c\xe7\ \x43\x36\xb5\xa1\xa9\x1b\x8e\x8f\x4f\xd8\x6e\x36\xec\x8d\x87\x10\ \x2c\x83\xe1\x88\xed\x66\xd5\x5f\x2a\xba\x6f\xa6\x0b\x5d\x07\xde\ \x73\x7d\x71\xc1\x76\xdb\xc7\xb2\x34\xb4\x38\x07\x51\x14\x63\x6c\ \x1f\x48\x17\x25\x29\x3a\xd6\xac\x37\x6b\xbe\xf9\xe6\x2b\x66\xb3\ \x19\x5d\xd7\xf5\x11\x33\x42\x90\x24\x09\x5a\x4a\xa4\x96\x48\xad\ \x29\x06\x23\x56\x9b\x0d\x4d\xd7\xa1\xeb\x1a\x1f\x02\xfb\x87\x7b\ \x0c\xf3\x02\x25\xe0\xe6\xe6\x96\xba\xdc\x52\x6f\xd7\xfd\xda\xbd\ \x5a\x52\x97\xdb\x5e\xc2\x1a\xc0\x63\xb1\x80\x33\x15\xdb\xd5\x1d\ \x65\x55\x73\x70\x72\xda\x13\x64\x4a\x90\xaa\x08\xb7\x4b\x26\x35\ \xbb\x2c\xea\xe0\x1d\x51\x9c\xa1\xe3\x98\xa1\x06\x8d\xa3\x73\x81\ \x22\x1e\xf2\xfc\xa7\xff\x0a\x29\x24\x79\xa4\x18\xc4\x11\xaf\x7f\ \xf1\x9f\xb8\x29\x03\xe3\x41\x4c\x5b\x97\x5c\x5d\xbd\x65\x58\xa4\ \x28\xd1\xb7\xfe\x75\xd6\x90\x0d\x0a\xb2\x3c\xc1\x9a\xea\x7d\xf7\ \xc9\x07\x23\x63\x7d\x1f\x28\x89\x74\x68\x29\xc9\xd2\x8c\x22\x1e\ \xe1\x6d\x87\x56\x9a\x48\x69\x30\x86\x5c\x49\x86\x93\x03\xb2\xd1\ \x90\x17\x6d\xd9\x4f\x7d\xa7\x87\x84\xcb\x3b\x82\xea\x25\x3a\x66\ \x5b\x23\x6b\x03\x32\x42\x2a\x45\x55\x96\x54\x55\xc6\xfe\x74\xca\ \x47\x0f\x1e\xf0\xe0\xec\x3e\xdb\xaa\xe1\x6f\x7e\xf9\x39\x91\x52\ \x38\x6b\x59\xcd\xee\x48\xb2\x01\x53\x34\x0e\xc1\x7a\xd9\x51\x6d\ \x57\xd8\xae\xe9\xbd\x47\xbe\x37\xa5\x69\xa5\x50\x42\xa2\x11\x78\ \x6b\x7b\xa9\xb4\xf7\x34\x6d\xc3\xed\xec\x86\xf9\x62\xd1\xab\x9e\ \x42\xc0\x36\x25\xc1\xa6\xac\xe6\x15\x6d\x55\x22\x7c\x20\x12\x01\ \x4d\x00\x67\xfb\x97\xbb\xaa\x70\x7e\x42\x55\xad\xf9\xf6\xdb\x2d\ \xb1\xd2\x6c\xb6\x25\xf6\xed\x39\xc7\x8f\x1e\x53\x14\x19\x62\xbe\ \xe0\xe0\xe0\x90\x2c\xcb\x49\xb3\x04\xd3\xb5\x44\x3a\x42\x04\xa8\ \xeb\x8a\x38\x8a\x49\xd3\x84\xe9\x64\x4c\xd3\x34\xbd\x82\xaf\x2c\ \xd1\xd6\xa0\xbd\x25\xd1\x8a\xa7\x1f\x3d\x66\xb5\x5c\x52\x57\x25\ \x75\xdd\xf4\xdc\x44\xa4\xc0\x06\xba\xa6\x45\x6b\x8b\x4a\x22\xde\ \x5e\x5c\x90\xe6\x43\xae\x6e\x17\x5c\x5c\xcd\x88\xe3\x04\x2d\xfa\ \x98\x18\x15\xc5\x1f\x34\x4e\xc5\x87\x80\x8c\x13\xb2\xe1\x00\x7c\ \x2f\x7e\x41\xf6\x3c\xc0\xa0\xc8\xe9\x3a\xcb\xfc\x6e\xc9\x81\x8a\ \x89\x73\xf0\x18\xb2\x49\xc1\x83\x9f\xfe\x80\x2c\x1f\x93\xb7\x0d\ \x71\x59\xd2\x74\x06\xab\x2c\xcb\xba\xe1\xae\x2a\xb9\x77\x78\x8f\ \xc3\xbd\x29\xf3\xd9\x35\xf5\x68\xc0\x78\x38\x60\xbd\x59\xa3\x95\ \xe2\xe2\xcd\x39\xdb\xb2\xe4\xc9\x47\x4f\x28\x97\x2b\x16\x37\xb7\ \x64\x49\xc2\xe1\x74\x8f\x6d\x14\xa1\x10\x6c\x17\x2b\x9a\xaa\x24\ \xc9\x0b\xe2\x3c\x61\x90\x66\x94\x55\x83\x0f\x96\x6a\xbb\xed\x85\ \x49\x3e\x70\x7c\x78\x48\xa4\x15\x97\xd7\x37\xb4\x9d\xe5\xe0\xf0\ \x90\xf5\x6a\xc1\xfe\x74\x82\xc6\x51\xaf\x2b\x0e\x26\x23\x44\x57\ \x62\x4d\xcb\xab\xd7\xaf\x98\xdf\x5c\x32\xdc\xe5\x9f\x6d\xab\x92\ \xcd\xf9\x5b\x1e\x7f\x02\x4d\x5d\xb2\x3f\x1e\x90\x16\x03\xea\xcd\ \x0a\x6b\x0c\x41\x09\xf6\x26\x13\xac\x82\xda\x75\x8c\xc7\x43\x84\ \xf0\xac\x57\x77\xe0\x2d\xc1\x75\xc4\x3a\x27\x92\x81\x2c\x8b\x79\ \xf4\xe0\x14\xad\x03\x7f\xf9\x57\xff\x0f\x2f\xbe\xfe\x9a\x58\x6b\ \x16\x77\x37\xdc\x3b\xd8\xe3\xc9\x27\x1f\xf3\xf5\xe7\x5f\xd0\xb4\ \x96\x3c\xcf\x88\x92\x9c\x6c\x90\x73\x75\x73\x43\xd3\xd5\xdc\x3b\ \x39\xa6\xe9\x2c\x51\x9a\xb1\x7f\x78\xc4\xd5\x72\x43\x55\xb7\xc4\ \x42\xfd\xa3\xbe\xd7\xff\xa2\x08\xf8\x77\xa9\x4f\xce\x5a\x5c\x30\ \xef\x49\x6e\xa1\xfb\x69\xa5\x69\xab\x5e\xa2\x47\x80\x28\xc1\x7a\ \x4b\x12\x47\x04\x63\x88\x75\x4c\xd7\x1a\xb2\xc9\x18\xda\x96\x83\ \xe3\x23\xd6\x9f\x7f\x43\x65\x3c\xd5\x7c\xc5\xb2\xdc\xf4\x01\x79\ \xc6\x12\x82\x63\x3c\x1e\x63\x9c\x63\x30\x9e\xd0\x36\x75\xdf\x95\ \x9c\x15\x24\x91\x26\x89\x22\xca\x55\x89\x14\x11\x2a\x8e\xd8\x94\ \x15\x3a\xea\x2f\x91\x48\x49\xea\xaa\x66\x7e\x71\xc9\x62\xb1\x24\ \x89\x63\x26\xc3\x09\x6f\x2f\xdf\xe2\xac\xdf\xd5\xa4\xc2\x68\x34\ \xc6\x1a\xcb\xdd\xec\x8e\xa3\xa3\x7b\xc4\x4d\x4b\x3a\xcd\xfa\xd5\ \x74\x36\x27\x2f\x32\x94\x08\x04\xe7\x28\x57\x0b\xe2\x48\xd1\x96\ \x2b\x36\xcb\x55\x1f\x8d\x10\x02\xc3\x62\x00\x40\xd3\xd6\x18\xeb\ \x90\x49\x02\x08\xb6\x77\x37\x0c\xb3\x9c\xa3\xc9\x90\x45\xbb\x41\ \x04\x83\x11\xf4\xa9\xa0\x5e\x30\x9e\x4c\x18\x8f\x86\x14\x45\x4e\ \x32\x18\x93\x48\xc7\xe5\x9b\x97\xdc\xad\xb6\xe8\xe9\x03\xac\x88\ \x09\xb6\xe6\xa7\xcf\x3f\xe2\x9b\x9f\xff\x82\xf5\xf2\x96\x38\x49\ \x10\x5e\x33\x28\x72\x86\xe3\x31\x5a\x42\xdb\x94\x78\x7a\x89\x2b\ \x02\xe2\x38\x22\x4a\x22\x44\x6d\x3f\x18\x17\x1b\x00\x11\x45\x44\ \xa2\x97\x4c\x0a\x20\x8a\x7a\xc5\x5b\x14\x65\xbd\x31\xd3\x59\xa2\ \x58\x91\x28\x41\x24\x04\x51\x9e\x72\xfc\xd9\x27\x24\x69\x42\x28\ \x86\x14\x65\x83\xb8\x9b\x13\x84\x63\x32\x1e\x91\xb8\x43\x5a\x63\ \xb1\xc1\xa1\x63\x45\xa2\x15\x47\xfb\x53\x8a\x34\x61\x76\x7d\xc9\ \xe5\xe5\x35\x93\x22\x43\x2b\xc8\x12\xcd\xde\x83\x87\xac\xcb\x8a\ \xc5\xfa\x45\xaf\x2e\xb2\x86\x93\xc3\x3d\xd4\x8e\x0c\x3e\xdc\xdf\ \xc3\x39\xcf\xc3\x87\x0f\x10\x1e\xde\xbc\x7c\xd9\x43\x9c\x49\x1f\ \xd6\x79\x74\x70\x40\x31\x1e\xa1\x94\xa6\xa9\x5b\x46\x45\xce\xe1\ \xde\x18\x2d\x03\xb3\xd9\x9c\x48\x47\x24\x51\x44\x24\x04\xa9\x96\ \x7c\xf6\xf4\x29\x2f\xbe\xf9\x8a\xc5\x62\xcd\x39\x1e\x5f\x97\xc4\ \x52\x71\x30\xdd\x27\x4e\x12\x9c\x75\xac\xd7\x6b\x96\xcb\x05\xf7\ \x4e\x4e\x78\xf8\xf8\x09\xe3\xc9\x94\x38\x89\xd9\x6e\xb7\x2c\x16\ \x73\xaa\xba\x66\xbb\xd9\xf2\xfc\xf9\x0f\xb9\x7f\x76\x9f\xc3\xc3\ \x43\xce\xce\x4e\xf9\xe5\x2f\x7e\x49\x6d\x1b\x9e\x3c\x3c\xe5\x56\ \xd4\xf8\x6a\x89\xda\x19\x8d\x37\x9b\x6d\x5f\x25\x20\xfb\xb0\x4e\ \xa5\x62\xbc\x75\xbd\x79\x57\x4a\xe6\xcb\x05\x77\xcb\x97\x74\x41\ \xb2\xa9\x0c\x4d\x33\x27\x8d\x34\xe3\x3c\xa3\xdb\x19\xe5\x3e\x9c\ \x78\x53\xd0\x9a\x86\xcd\xb6\x97\x80\x4b\x3c\xdb\xb5\x60\x32\x9e\ \xd0\xd6\x15\xd6\x06\x66\xb3\x1b\x8a\x7c\xc0\x93\x8f\x9f\xf2\xf0\ \xe1\x31\x83\x61\x44\xdb\xb5\x7c\xfb\xf9\xdf\xb2\xda\x5a\x68\x5b\ \x82\xb1\x4c\xef\x1d\xb0\x5e\xc5\xfc\xec\x67\x7f\xc7\xed\xd1\x2d\ \x9f\x7d\xfa\x31\x72\x97\xda\xbc\x5d\xad\xd9\x91\x5f\xc8\xe0\x19\ \x24\x31\xb3\xab\x4b\x9a\xb2\x62\xbd\x5a\x93\xa5\x19\x6d\xd3\x60\ \x3a\xc3\xed\xed\x8c\xa6\x6b\x89\x92\x98\xa1\xeb\x9b\x06\x47\x45\ \x4e\x30\x86\xb2\xab\x89\x85\x27\xb4\x25\xcd\xc6\x33\x1a\x0c\x69\ \xb6\x2b\x8a\x44\x93\xa7\x29\xb3\xeb\xab\xde\xe7\xd4\xd6\x24\x4a\ \xb0\xd9\xae\xd8\x1b\x0d\x50\x6e\x8f\xcd\x72\xce\x62\xbd\x24\x28\ \xf9\xde\x80\x98\x0d\x06\x88\x38\x65\xbe\xb8\xe3\xfa\xea\x92\xd1\ \x60\xc8\x64\x7f\x8a\x75\x81\xe5\x7a\x45\x55\x95\x30\x1e\x92\x65\ \x69\x5f\x4e\xa7\x15\xab\xd5\x8a\xaa\xaa\x7b\xb5\xa3\x56\x7c\x7c\ \xb8\x8f\xc3\x71\x73\x7b\x4d\xdb\x56\xbc\xfa\xe5\x1b\x5e\x7f\xf9\ \x4b\x26\x69\x46\x96\xa6\xb4\x52\x70\xf1\xe6\x9c\x93\xa3\x63\x54\ \x92\xb0\xa9\x1a\xb6\x55\x4b\x55\x97\x3c\xfd\xf4\x29\xcf\x1e\x3d\ \x26\x4f\x7b\xce\x76\x30\x1c\x13\xc5\x39\xaf\xdf\xde\x20\x50\x44\ \x4a\xd1\x55\xdd\xef\x98\x1a\xfc\x2f\xf4\xe9\x5b\xd7\x0a\x86\x45\ \xc1\x7a\xbd\xea\x89\x76\xd5\x17\x88\xc6\x71\x9f\xa0\x2a\x44\xbf\ \x51\xc7\xb2\x27\x00\x00\x20\x00\x49\x44\x41\x54\x21\x38\xef\x90\ \x49\xca\x64\x30\x24\x21\xa0\x42\x20\x8b\x13\x72\xa1\x88\x8c\xa7\ \xc8\x87\x24\x71\x8e\x9f\x2f\x90\x41\x52\x1c\x1e\x30\x5f\xaf\xa8\ \xab\x66\xa7\xb6\x92\x0c\x27\x53\xc6\xd3\x29\x59\x9a\xf2\xe5\x97\ \x9f\x63\x5d\x45\x6d\x7a\x85\xce\x68\x3c\xed\x0d\x8c\x2a\xa2\xf5\ \xd0\x59\xc7\x6c\x75\x47\xac\x15\x58\x0b\xce\x70\x73\x7d\x85\x0f\ \x8e\xd3\xd3\x33\x64\x96\x93\xaa\x18\x2f\x02\x56\x3a\x82\x75\xac\ \xe7\x73\x8a\x62\x00\xd6\x61\x9b\x96\xcd\x7c\x89\xd2\x9a\xf1\x78\ \x4c\x5b\x96\x44\x52\x60\x04\xc4\x5a\x91\x6a\x85\x96\x82\xf5\x62\ \x41\xd7\x34\x4c\x8a\x8c\x4f\x9e\x7c\xc4\x74\x34\x42\x4b\x89\x43\ \xf2\xf9\x8b\x17\x9c\x5f\x5e\x81\x90\xd4\x8d\x61\x15\x5f\x51\x1c\ \xef\x33\xc8\x13\x8c\x81\xb2\xaa\xe8\x80\xa4\x18\x72\x70\xff\x94\ \xe1\xa8\x20\x89\x63\x8a\x64\x04\x75\x49\x16\xa5\x68\xdd\x51\xb6\ \x1d\x89\xf3\xac\x17\x6b\xbe\x7a\xf1\x82\xc5\x6a\x86\x17\x9e\xb6\ \x6b\x49\x94\x23\xd9\x9b\x70\x74\xb4\xcf\x7a\xb5\x44\x47\xbd\x39\ \xaa\x6e\x6a\xee\x3f\x78\xc8\x68\x34\x42\xa9\xbe\x03\xc5\xb9\xf0\ \xc1\x0e\x97\xd6\xf5\x5d\x0b\xfd\x44\xdf\x60\x3a\x41\xdb\x6a\xfc\ \x2e\x9f\x6d\xdd\x54\x18\x67\x70\x71\xc2\xe9\xa3\x87\x1c\x0f\x06\ \x1c\x4e\x86\x74\x65\xc5\x2f\xff\xf2\xff\x65\xb1\xa9\x71\x65\x89\ \x2b\x52\xee\x3d\x7a\xc0\x5b\xd7\x90\x39\xcf\x7a\xb5\x20\x89\x34\ \xa3\x22\x67\x7e\x7d\x45\x82\xc7\x1b\x4b\x57\x6f\x28\xe2\x88\xeb\ \x37\xaf\xb8\xb9\xbe\xe5\xa7\x3f\xfe\x09\xa8\x88\x57\x6f\xaf\x98\ \xec\xed\xd1\xd8\x8e\x8b\x8b\xb7\x24\xb1\xda\x0d\x33\x9a\x7b\xc7\ \xc7\x68\xa9\x90\x08\xf6\xf7\xf6\x89\xa3\x88\xaa\xae\xa8\xab\x92\ \xe1\x74\xba\x13\x24\xf4\xc3\x50\x55\x6d\x18\x67\x09\xe5\x76\x4b\ \x9e\xf5\x17\xe2\x7a\xb5\x22\x8e\x22\xf6\xc6\x03\xb2\xb4\x60\x34\ \x1c\xd1\x74\x35\x4d\x6b\x18\x64\x19\x89\x8e\x91\x51\xcc\x74\x3a\ \x84\x6d\xc9\xcb\x37\x6f\xa9\xeb\x96\x20\x2a\xae\xaf\x2e\xc9\xd2\ \x0c\xad\x35\x45\x51\xb0\x58\x2c\x58\x6f\x36\xd4\x55\xcd\xf9\xf9\ \xf9\x7b\xf2\x78\xb3\x5e\xb3\x3f\x1d\x13\x74\x86\x09\x92\xb7\xdb\ \x2d\xfb\x83\x94\xb6\xda\x52\x97\x9b\x5e\xc1\x28\x76\x9d\xf3\x04\ \x8c\x75\x10\x3a\xb2\x44\x83\xf7\xa4\x69\x86\x90\x55\xef\x61\xd2\ \xa0\x53\x41\x1c\xc7\x34\xd6\x50\x37\xdd\x07\xdb\x46\xad\x73\x3c\ \x78\x70\x8a\x88\xe0\xfa\xe2\x92\xcd\x6a\xd1\x27\x5f\x03\xae\xab\ \x68\x6c\x5f\x25\x2c\xa4\x22\xd8\x8e\xd7\x5f\x1a\x4c\xbd\xa0\xf3\ \x35\x2a\x56\x5c\xbc\xbd\x22\x4f\xa6\xec\xef\x9f\xb2\x58\x97\x5c\ \xbe\x7a\x8d\x31\x2d\x9b\xe5\x9a\x9f\x5f\xcd\x50\x3e\x30\x4c\x63\ \x0e\xf7\xa6\x48\xe1\x71\xc6\xd0\xd1\x10\x8c\xe1\xef\x7e\xf6\xd7\ \x3c\x7c\xf8\x88\x93\xb3\x53\xde\x5e\x5e\xf2\xea\xf5\x39\x42\xc0\ \xde\xfe\x01\x55\x59\x62\x9d\x43\x1a\xc3\xe8\xe0\x00\xef\x3d\xe7\ \xaf\x5f\x72\x34\xdd\xe3\xf0\xf4\x08\xef\x0c\x4d\x5d\x92\x66\x09\ \x41\x82\x8a\x24\x5a\x28\x36\xb5\xa1\xab\x36\x84\x60\x51\x32\x22\ \x98\x8e\xc3\xc9\x98\xe0\x2c\xde\x39\xca\xa6\xe2\x6a\x7e\xcb\xe3\ \x7b\x67\x0c\xb2\x1c\x1d\x47\x4c\x8e\x0e\x78\xfd\xe6\x0d\x2f\xbf\ \x7d\x81\x73\x16\xbb\x4b\x76\x3e\x38\x3a\x46\x29\x41\xb9\xdd\x30\ \x5f\x2c\x78\xf0\xe0\x3e\x3a\x4e\xe8\x8c\x61\xb5\x5e\xd3\xb5\xbd\ \xb2\xcb\x21\x48\x8b\x01\x1f\x8d\x46\xcc\xd7\x4b\x2e\xde\x5e\xd0\ \x96\x1b\x8e\xd3\xec\x7d\x75\x43\x13\x79\x8c\x90\x34\x4d\x8d\x8c\ \x62\x0e\xef\x9d\xf2\xe6\xfc\x2d\x8b\xf5\x86\xaf\xbe\xfa\x8a\xe3\ \xa3\x43\x4e\xef\x1d\xb3\x58\x2c\x71\xde\xb3\x5a\x6d\x78\x7d\x71\ \x41\x59\x55\x44\x71\x8a\xfe\x47\x96\xd8\xfc\x17\x73\x99\x58\x6b\ \x39\x3e\x3e\xe2\x7f\xf9\x77\xff\x96\x3f\xfb\xbf\xfe\x8c\x9b\xdb\ \x5b\x06\xc3\x11\xab\xf5\x06\x6b\x0d\x52\xc5\xef\xdb\xe0\x74\x14\ \xd3\xb6\x35\x75\x24\xf0\x42\x22\xbc\x47\x96\x8a\xd4\x4b\x74\x0b\ \x91\xee\x53\x36\x47\x4f\x1e\x90\x8c\x26\xcc\x56\x0d\x52\x08\xae\ \xae\xaf\x98\x4e\x27\xfc\xc1\x4f\x7f\xca\xa0\x18\xd2\x34\x35\xaf\ \x5e\xbe\xe4\x9b\xaf\xbf\xee\xf3\x94\x54\xcc\xe1\xde\x3e\xf5\x76\ \xcd\x74\x3c\x62\xff\xf8\x1e\x9b\xa6\x62\xdb\x1a\x36\x55\xcd\x28\ \x2f\x78\x7a\xff\x3e\x45\x91\xb1\x37\x1a\xf2\xe2\xeb\xaf\xb9\x7c\ \x7d\x8e\x56\x11\xa3\xac\x77\xa3\x2f\x16\x4b\x5c\xf0\x54\x55\x89\ \x6d\x5a\x06\x69\xca\xe5\xf9\x39\xeb\xf5\x86\x83\xa3\x43\x06\x49\ \xda\x47\x42\x48\xc5\x20\xcd\x08\xde\xf1\xe9\xd3\xa7\xbc\x7e\xf5\ \x92\xcd\x6a\xc5\x20\x4f\xf9\xf4\xe3\x27\x0c\x62\x4d\x2c\x3c\xb6\ \x6d\x88\x92\x94\x7f\xf5\xdf\xfc\x04\xfb\x17\x86\x37\xd7\x37\xe8\ \x00\xcd\x7a\xc5\x26\x12\x8c\x47\x19\x79\x3e\xe4\x66\x39\xa7\x0d\ \x70\x76\xef\x98\xe3\x87\x67\x64\x59\x8c\x69\x0d\xae\x71\x24\xaa\ \x8f\xad\x76\x1e\x16\x77\x77\xb4\x22\x22\x89\x14\xad\x77\xfc\xf2\ \xeb\xaf\x30\xc1\xb2\x3f\x99\x72\xba\x3f\x25\x8e\x35\xb3\xd9\x9c\ \xe0\x1d\x49\x1a\x23\x94\x26\xcd\x7a\x0f\xc5\xcb\xf3\xd7\x1c\x1e\ \x1d\x12\x42\xc2\x87\xe3\xdf\x05\xe3\xe9\x14\x6b\x5a\xca\xe5\x1c\ \xa5\xe9\x89\x74\x17\x70\x01\xd2\x34\xa5\x6a\x2a\x2e\x2f\xcf\x51\ \x83\x01\xa5\x6d\xb8\xce\x53\x42\x59\x11\x7b\x58\xdc\xad\x88\x07\ \x13\x4e\x0e\xf6\xd8\xb4\x35\x37\x8b\x39\x55\x67\x70\x9b\x0d\xeb\ \xe5\x12\x15\x49\x44\xb0\xc4\x91\xe2\x60\x3c\xc4\x75\x06\x6f\x0c\ \xdb\xcd\x12\x9c\x61\x38\x2c\x98\xcd\x67\x2c\xd6\x15\x4d\xdb\x50\ \x56\x25\x75\x59\x12\x6b\x68\x5b\xc3\x64\x3c\x46\x68\xcd\xab\xd7\ \x6f\x99\xcd\xe6\xc4\x32\xe2\xe1\xd9\xd9\xfb\xa2\xb3\xcd\x7a\x8d\ \x97\x82\x24\xcf\x58\xaf\x2b\xa4\x90\xac\xee\x66\x74\xa3\x82\x34\ \xcd\x30\xae\x1f\x92\x92\xae\xc3\x77\x2d\xc1\x1a\xd6\xab\x3e\x16\ \xa3\xae\x3b\x2e\xcd\x9c\xfb\xc7\x7b\x0c\x86\x05\x41\xc7\x34\x2e\ \x70\x79\x7b\xcb\x62\xb9\x22\xc9\x32\x84\x92\x18\xd3\xd1\x34\x35\ \xec\x9a\xf5\x0e\x0f\x8f\x10\x52\xf2\xf5\x17\x5f\xf2\xfa\xf5\x6b\ \x86\x83\xa2\xcf\x51\xab\xb6\x58\xe7\xf8\xc1\x4f\xfe\x80\xaf\x5e\ \xbc\x42\x0a\xc7\x68\x30\xec\x8d\x6b\x49\xd2\xd7\x32\x58\x87\xb7\ \xbb\x2e\x0c\xe3\x50\x01\x64\x9c\x20\xa5\x46\x48\x0f\x32\xa2\xdb\ \x89\x14\x92\x34\x25\x1b\x0c\xb0\xd5\x06\xeb\xdd\x07\xe3\x4c\xac\ \xb5\x9c\x9d\x9e\xf0\xf4\xe3\x47\x7c\xfb\xcd\xd7\xbc\xfe\xf6\x5b\ \xac\x31\xc8\x00\x5d\xdb\x32\xbb\xd9\xf4\x41\xa3\xa1\xaf\x3f\x08\ \x26\x66\x7e\x7d\x8d\xd3\x81\xa0\xc0\xbb\x9e\x74\x2f\x92\x04\x31\ \x80\xa6\xd9\x52\xee\x72\xb1\xb4\x50\xd4\xdb\x9a\x41\x14\x31\xbb\ \xb9\xe5\x70\x7f\x8a\x16\x92\x6f\xbe\x79\x41\x5d\x37\x34\x6d\xc7\ \xdd\xec\x8e\xe3\xb3\x33\xb2\x41\x41\x7b\x7d\x8d\x10\x8a\xdb\xf9\ \x1c\xef\x03\x83\xe1\x90\xe5\x7a\xc5\xdd\x6a\x45\x1c\x47\x94\x4d\ \x49\xbd\x15\xc4\xb2\x37\xfd\x7e\xfc\xf8\x8c\xc5\x72\xce\xa6\x5c\ \xf3\xe8\xd1\x73\x54\x52\xf0\x7f\xff\xf9\x5f\x50\x6f\x97\x24\x79\ \xc6\x7c\x71\x47\x2a\x05\x0f\x4f\xee\x51\x9b\x96\xae\xeb\x08\x52\ \x32\x5b\xae\x09\x4e\xf0\xe3\x67\x9f\xe1\x65\xc4\xf9\xc5\x0d\xaf\ \xde\x5e\xb2\x29\x6b\x06\xc3\x11\x71\x9a\xe1\x9c\xa5\x6d\x1b\xa2\ \xa8\x1f\x1a\x1c\xa0\xa3\x1e\x8d\x58\x6e\x6e\x59\x2c\x37\x38\xd7\ \x7b\xca\x8e\x4f\xef\xd1\x76\x86\x34\x4b\x79\xf0\xe0\x11\xbf\xf8\ \x9b\xbf\x46\x77\x86\x69\x12\xa1\x50\x1c\x4c\x26\x6c\x9b\x86\x8d\ \x77\x2c\x57\x4b\x1a\x17\x18\xef\xed\x83\x8c\xb9\xbe\xbd\xea\x2d\ \x06\xde\x53\x6e\x2b\x02\x3d\xcc\xfc\xe5\x8b\x17\xdc\x2c\x16\xbd\ \x44\xbe\xeb\x48\xa2\xe4\xbf\x4e\x98\x4b\x08\x89\x69\x1b\x62\xe9\ \x19\x8f\x72\x46\xc3\xc7\x8c\x27\x7b\xbc\x3a\x3f\xe7\xcd\xdb\x0b\ \x7c\x68\x7b\x48\xc4\xf4\x51\xf2\x0a\x4b\x57\x5a\x74\x9e\xb3\x5e\ \x2e\xb9\xb9\xba\x46\x7a\xc9\x64\x3c\xe5\xc1\xa3\x07\x14\xfb\x23\ \x42\xe2\x39\x7f\xfd\x82\x6f\x5f\x5c\x51\x56\x35\xb1\xd6\xa4\x71\ \x42\x59\x56\x5c\x5f\x5d\xb3\x5a\x2e\x78\x73\xfe\x8a\xf5\x7c\x49\ \x14\x69\x3a\xd7\xe2\xbb\x96\x93\xbd\xe7\x1c\xef\x1f\x20\x09\xec\ \x8d\x07\x88\xb2\x61\x53\xae\x29\x52\xcd\xdd\xd5\x1b\xae\xbb\x8e\ \x7b\xc7\x27\x44\x52\xd1\x58\x47\xdb\x3a\xb2\xa2\x40\xf4\x46\x18\ \x06\x79\xce\x74\x3c\xa2\x2c\x2b\x6e\x6f\x67\x20\x24\x7a\xd7\xa3\ \x6e\x4c\x87\x31\x2d\x0f\xee\xdf\x23\xcf\x52\x4e\x4f\x4e\x48\x93\ \x98\x2f\xbf\xfc\x82\xce\x18\x06\xc5\x3e\x4d\x55\x31\x7b\x33\xe3\ \xa3\xb3\x53\x96\xcb\x39\xb3\xc5\x92\xc7\x9f\x3c\xe3\xc7\x3f\xfa\ \x21\x8b\xd5\x86\xbb\xd5\xb6\x7f\xf9\x77\xf1\xfa\xd6\xc2\x68\x34\ \xe2\xe9\xd9\x7d\x82\xd2\xac\x56\x0b\xba\x36\xc2\x75\x96\x93\xc9\ \x09\x93\xa2\x40\x67\x11\x57\x7f\xf1\x57\xac\xce\x5f\xb2\xad\x2b\ \x3e\x7d\xf6\x29\x0f\xef\x3f\x60\xfb\xec\x07\xfc\xf4\xf7\x63\x9e\ \x3e\x78\xc0\x20\x4b\x29\xd7\x5b\xd6\xdb\x35\x7f\xfd\xb3\xbf\xe1\ \xfa\xfa\x8e\xaa\x2e\x39\x38\xd8\x67\x7a\x20\xe8\x6c\x9f\x82\x1a\ \x8c\xec\x95\x62\xbf\xe3\x8d\xf2\x8e\xc4\xff\x37\xff\xfa\x5f\x23\ \x83\xe5\x6f\xff\xe3\x5f\x52\x6d\x57\x18\x63\x18\x4f\xf7\xf8\xe9\ \x1f\xfe\x31\x69\x96\x51\xae\x57\x04\xd7\x71\x7b\x33\xe7\xfc\x7a\ \x46\xe9\x3d\x5a\x4b\x86\xd3\x31\x93\x38\x23\x08\x8d\x4a\x62\xcc\ \x76\xc5\xaa\x2a\x09\xad\x65\xbd\xde\xd2\x59\x4f\xac\x25\xab\x6d\ \x45\x1e\x6b\x66\xf3\x05\x83\x2c\x27\x08\xc9\xed\xcd\x8c\xca\x74\ \x4c\xf7\x0e\x90\xaa\xe7\xbf\x7c\x10\x6c\xb6\xdb\x5e\x6d\x93\x46\ \x1c\xec\x8f\xb9\xb9\xbe\xc6\x38\xc7\x27\x1f\x3f\xa1\xeb\x2c\xe5\ \x66\xcb\x7c\x31\x27\xcf\x52\xc2\x2e\x55\xb9\xad\x6b\xbc\xf7\x74\ \x75\x8d\x52\x11\x59\x92\xb0\xd9\x6e\x89\xd2\x9c\xc9\xe1\x11\xf8\ \x80\x10\x5b\x26\x93\x09\x49\xa4\xf0\xde\xf4\xa6\xcc\x28\xa1\xf3\ \x1d\xdf\xbe\xbd\x65\x53\x19\xd2\xa8\x0f\xa7\x6c\x9d\x43\x27\x19\ \xd9\x70\x84\xb5\x96\xcd\x66\xc3\xec\xe6\x86\xe1\x64\xca\xb6\xea\ \x1d\xde\x00\x59\x9e\xb3\x59\xad\x28\xb7\x5b\xf0\x8e\x6a\xbb\x62\ \x3c\x1c\x52\x6d\x56\x78\xd3\x32\xca\x53\x46\x83\x1c\x8d\xa5\x2c\ \x03\x4d\xdb\xec\x7e\xef\x6e\x67\x89\x52\x08\xa2\x1e\x12\xdc\x94\ \x2c\xcb\x92\xb6\xeb\xc3\x03\x85\xea\x85\x26\xc6\x1a\xb2\x2c\x25\ \x2f\xd2\xf7\x1e\xaf\x0f\xf1\xf9\xff\xa8\x7b\x93\x27\xb9\xb2\xfc\ \x4a\xef\xbb\xc3\x1b\x7d\x8e\xf0\x18\x10\x98\x73\xa8\xcc\x64\x15\ \x49\xb1\x9b\xb2\xa6\xb5\xd8\x26\x89\xdd\xa6\x65\xeb\x7f\x55\x6f\ \x5a\xeb\x36\x13\x49\x91\xa6\x62\x55\xb1\xaa\x72\x42\x02\x48\x00\ \x31\xfb\xec\x6f\xbc\x93\x16\xd7\x81\x92\x36\x92\x95\x11\x0b\x66\ \xe6\x22\x61\x69\x58\x78\xc4\x7b\x7e\x87\xf3\x3b\xe7\x7c\xa9\x52\ \x14\x3a\xe1\x93\x27\x4f\x98\x95\x05\xaf\x7e\x78\xc9\xd1\xd1\x8c\ \xdd\x76\x47\x5b\xed\x99\x4c\xa6\xd1\x96\x2f\x25\xf3\xe9\x8c\xfb\ \xc5\x82\x7d\x5d\xb3\xda\x6e\x29\xca\x31\x55\xdd\xa0\x64\x94\x68\ \x3e\xff\xe4\x29\x97\x77\x29\x97\x6f\xdf\x52\xa6\x25\x55\x55\xd3\ \x37\x15\x7d\x53\x71\x72\x7c\xcc\x7a\x13\x6f\x72\x6d\x17\xa9\xa4\ \x6d\x7f\x45\x39\x9d\xb0\xaf\x2a\x8c\x8b\x81\xd5\xae\xed\xc8\xb2\ \x9c\xbb\xd5\x1a\x63\x0d\x2f\x5f\xbd\xe6\xd3\xcf\x3e\x65\x34\x1a\ \xd1\xb4\x7b\x82\x6f\x39\x3b\x9d\x31\x9e\x14\x0c\x87\x67\x34\x6d\ \x4b\xa2\xa2\xf3\x70\x7e\x3c\xe5\xed\xd5\x55\x2c\x62\xf4\x1e\x6b\ \x2c\xe3\x51\xec\x07\xf4\x04\x50\x09\x4a\x25\xdc\xae\x37\xfc\xc3\ \x2f\x7f\x45\x59\x0e\xa8\x6d\x87\xd2\x9a\x7c\x30\x46\x25\x19\x69\ \x9e\xb1\xdb\x57\xac\xd6\x6b\x92\x34\xc5\x07\x28\x06\x65\x54\x65\ \x02\x24\x3a\x36\x5d\xbc\x07\x66\xdd\xdd\xdd\xb1\xdd\xee\x48\x52\ \x4d\x5e\x14\xf8\xe0\x68\xeb\x3d\x27\xa3\x31\xd2\x05\x5c\xdb\x52\ \xa4\x09\x75\x17\x33\x7b\x5d\xd3\xb2\xdb\xdf\x90\x08\xcd\x93\xc7\ \x4f\xf8\xe4\xd9\x43\xbe\xfa\xea\x4f\xf0\xce\xe1\xbc\xe3\xeb\x17\ \xdf\x71\x7d\x7f\x8f\xc1\xa3\x13\x05\x0e\xd2\x54\x7f\xa8\xb2\xfa\ \x69\xcd\x4c\x04\x98\xbe\xa7\xa9\x16\x0c\xf3\x94\x00\xd4\xf5\x96\ \xd3\xd3\x63\xee\x97\x4b\xa4\xd6\x08\x99\x50\xb7\x1d\x59\x9a\x12\ \xda\x0d\xae\xd9\x31\x3d\x3d\xe2\x6c\xfe\x09\xa6\x8f\xe8\xca\xaa\ \x6f\xf9\xfd\x8b\xef\x29\x17\x05\xa4\xb1\x96\x7b\xbf\x6b\xa8\xaa\ \x9a\xb2\xc8\xa3\x6f\x7c\xb1\x60\xb7\x96\xbc\x7b\xf3\x23\xa6\x6b\ \x10\x21\xe0\xba\x0e\x95\x28\x52\x05\xb3\x61\x41\xa9\x02\x9b\xed\ \x12\x35\x1c\xa1\x7d\xcf\xd1\x30\xe7\xa8\x4c\xb9\xfd\xf1\x9a\x5c\ \x69\x5e\x7c\xfb\x2d\x2f\x5f\xbe\xa2\x2c\x07\x04\x04\xbb\x7d\x85\ \x0f\x81\xbc\x28\xa2\xee\xed\x2c\xdb\xdd\x36\xa6\xba\x91\xe4\x59\ \xc2\xc9\xe9\x09\x6d\xd7\xf1\xe4\xe9\x13\x7a\xdb\xd3\xac\x1b\xa4\ \x56\xb4\x4d\x4d\xd3\x77\x58\xeb\x98\x4e\x67\x94\x45\x81\x1a\x0e\ \x39\x9e\xcd\x98\x8c\x4a\x46\xa3\x31\x17\x8f\x1e\x31\x3b\x7d\xc0\ \x6f\x7e\xfb\x35\xab\x5d\x83\x71\x96\xb6\xef\x10\x75\xac\xa9\x1e\ \x95\x03\x66\xe3\x09\x6f\xde\xbe\xa3\x5a\xad\xa2\xed\xb7\x28\x38\ \xfd\xf3\x19\x8d\x4b\x99\x9e\x9d\x71\xf1\xe8\x82\xc5\xfa\x8e\x22\ \x2f\x48\x6d\x83\x6d\x7b\xfe\xfa\xdf\xfd\x15\x09\x1e\xe9\x7a\x76\ \xfb\x8a\x57\x2f\x5f\x12\x80\x87\x0f\x1f\x23\x75\xc2\xdd\xf7\x2b\ \x58\xad\x79\xf6\xf9\x67\x3c\xff\xf4\x73\xfa\xc3\x69\x4b\xfe\x91\ \xc3\xb9\xff\xaf\x43\xc4\xc3\xd3\x33\x32\x2d\x98\x0f\x73\x7e\xf8\ \xfa\xb7\xdc\xdd\xdf\x73\x72\xf1\x88\x7a\xb7\x67\xbf\xdb\x21\x82\ \x45\xe3\x98\x14\x39\x55\x5a\xb0\xb1\x86\xfb\xa6\x66\xbd\xdf\x21\ \x4c\xc0\x9a\x80\xcc\x52\xa4\x54\x0c\xa5\xa6\x6e\x0c\x9d\x81\xa0\ \x33\x74\x5e\x82\x86\x7d\xd7\x61\x83\x26\x2d\x47\xec\xda\x25\x97\ \x37\xf7\x54\xa6\xa3\x31\x01\xeb\x02\xbb\xaa\x26\xc9\x4b\xba\xb6\ \x61\x38\x28\x28\x06\x05\xd6\x59\x1e\x3c\x38\xe7\xdd\xc1\x39\xf6\ \xb3\x2f\x7f\xc6\x3f\xfc\xfd\x3f\x10\x08\x54\xfb\x3d\x5a\x6b\x1e\ \x5e\x5c\xb0\xd8\xac\xd9\xec\x77\x28\xa1\x38\x3b\x3e\xe2\xfe\xee\ \x8e\xaa\x32\x5c\xdf\xdd\x53\xd4\x3d\x78\x18\xe6\x29\xc7\xf3\x23\ \x70\x3d\x5d\xdb\x46\x5a\x68\xf4\x86\xd3\x59\xc7\xe5\xdd\x92\x22\ \xcd\xd0\x2a\x89\xe9\x65\x19\x5b\x62\xc5\x01\x49\xbb\x58\x2c\xe9\ \x8c\x8b\x70\xb4\xdb\xfb\xd8\xae\x20\xc0\x1a\x8b\x00\x9a\xba\xe2\ \xfe\xee\x16\xdb\x35\x3c\xf9\xe4\x33\xda\xa6\x62\x3a\x19\x92\x65\ \x09\x7d\xdd\x60\xba\x86\x44\x2b\x3a\x6b\x11\x44\x0a\xa5\x12\x12\ \x67\x3d\x4a\x42\x56\xe4\x84\xaa\xa5\x33\x16\xe3\x1c\x9e\x38\xa7\ \x8c\x08\xd7\x43\x80\xf3\x23\xdd\x4c\xa4\x54\x2c\xef\xee\xf0\xdd\ \x90\x34\xd1\xe4\x3a\xe5\xe4\xe8\x88\x87\x0f\x1f\x21\x1f\xc2\x20\ \xcb\x59\x2c\x96\x04\x24\x97\x97\xef\x08\xd6\x52\xb7\x0d\xfb\xaa\ \x81\xa0\x29\xf2\x11\x55\xd3\x63\xdc\x86\x10\x3c\xb3\x30\x66\xbb\ \x8a\x32\xb4\x25\xd0\x98\x1e\x83\x67\x3a\x1e\x53\x0c\x07\x2c\x56\ \x4b\xea\xde\x62\xbc\x47\xa6\x19\x4d\xdf\xf3\xfb\xdf\x7f\x4d\x96\ \x65\x74\x9d\x41\x69\xd0\x3a\xa1\x6d\x0d\xc6\xd9\xd8\xf6\xed\x7a\ \x82\xf7\x3c\xb8\x78\xc0\x7e\x79\x8b\xed\xf7\xe4\x65\xce\x62\x79\ \x4f\x59\x46\xfa\x6b\xd7\x37\x5c\xde\x2d\x98\x1e\xcd\x98\x4c\x26\ \xac\x9b\x0e\xa9\x62\x75\xce\x7e\xbb\x67\xbd\xde\x60\x9c\x8f\xdd\ \x6c\x04\x8a\xd1\x94\x6a\x5b\x23\x74\x94\x9f\x94\x4e\x71\x22\xde\ \xfa\xd3\x83\xac\xd7\x34\x0d\x41\x28\xb2\x72\xc8\x68\x34\x21\x49\ \x22\xd0\xcc\x99\x1e\xe1\x3d\xc3\xb2\x40\x0a\x41\xb5\xdb\x22\xf0\ \xbc\x79\xfd\x8a\x77\x57\x6f\x19\x0e\x07\x2c\x77\x4b\xb6\xcd\x9e\ \x81\x88\x9d\x64\xa6\x91\x24\xe3\x11\x49\x91\xb3\xbd\xbe\x65\xbd\ \xac\x30\xfb\x8e\xc1\x30\xe1\xd3\x4f\x9e\x61\xbb\x96\x10\x02\xcb\ \xcd\x86\x9b\xbb\x3b\x4c\x70\xa4\x45\x16\x4b\x43\x5b\x13\x27\x9a\ \xe2\xa7\x7a\x33\xe9\x5b\x5c\xdf\x50\x57\x5b\x54\x92\x72\x7c\x72\ \xca\x76\x5f\x23\x25\x28\xa5\x99\x9f\x9d\x23\x93\x24\x56\xa1\x6f\ \xee\x19\xa6\x82\xcf\xbf\xfa\x8a\x62\x38\xa2\x69\x2d\xad\x13\xac\ \xb6\x15\x6f\x2f\x2f\xf1\x4d\x83\x32\xc4\x9c\x8a\xb3\x2c\x17\xf7\ \x14\x65\x49\x70\x9a\xeb\xab\x2b\xb2\x54\x47\x7b\xa5\x73\x9c\xcc\ \x8e\x90\x22\x20\x15\x48\x67\xd1\xde\xe2\xfb\x16\xdb\x55\x74\xae\ \x23\x48\xc5\xf2\xfa\x12\xb3\xba\xe3\xf1\xd1\x11\xd5\xae\x22\x2b\ \x72\xa4\x12\x6c\x76\x1b\xb4\xce\x0e\xc1\x3e\xcf\x7a\xbf\x23\x68\ \x41\x5d\x57\x54\x4d\x15\x5b\x62\x13\xcd\x68\x30\x44\x6a\x49\x5f\ \xf7\x74\x75\x4f\xdd\x36\x24\x5a\x73\xf3\xf5\xef\xb0\xa6\x67\xd7\ \x34\x20\x15\x69\x92\xf1\xe8\xd1\x63\xaa\x22\xa3\x18\x94\x64\xc9\ \xf8\x50\xff\x11\xe8\xda\x8e\xe9\x74\x8a\xfb\xf1\x2d\xd6\xc5\xe6\ \xe4\xc8\xc1\x30\x8c\x93\x04\xd7\xb6\xec\x97\x2b\xce\x8e\xe7\x94\ \xa3\x29\x93\xd1\x90\x22\x57\xb4\xae\x63\xb3\x68\x68\x4d\xcd\x30\ \x0d\x68\x5f\x73\xf7\xe6\x25\xee\xcb\x2f\x11\xc3\x01\xcd\xea\x8e\ \x44\x05\x5e\xbc\x78\xc9\xcb\x97\x2f\x19\x8f\xa7\x9c\x9e\x9f\x73\ \x76\x76\xce\xdb\x77\x97\x18\xeb\x58\x2c\x56\x5c\xdd\xdc\x81\x70\ \x94\x49\x94\xf4\xc2\xbf\x34\x77\x20\xa0\xef\x7a\xde\xbd\xb9\xe4\ \x4f\xbf\xfc\x9c\x71\x9a\xf1\xe9\xe3\xc7\x08\x6b\x39\x99\xcd\x70\ \x52\xd3\x19\xc3\x6a\xb9\x60\x52\x46\x06\xfa\xd9\xe3\x0b\x72\xdf\ \x93\xd5\x7b\xfa\x6d\xc5\x7c\x32\x62\x38\x18\xe1\xb3\x94\x9b\xd5\ \x82\xc5\xed\x2d\xb5\x69\x09\x3a\x41\xa5\x29\x4e\x44\x1e\xf8\x78\ \x34\x63\x7c\x7c\xc2\x77\x2f\x5f\x73\x73\x73\x4b\x8f\x42\x66\x03\ \x16\xeb\x2d\x6d\xd3\xe0\x85\x02\x6b\xd8\x37\x71\xd1\x4d\x13\x81\ \x0a\x36\xa6\xa4\x09\x54\x75\x45\x5e\x0c\x39\x3d\x3d\x41\x79\x38\ \x3f\x3b\xe5\xe9\x93\x27\x4c\x8e\x66\xb4\xd6\xd0\x1b\xc3\xbb\xb7\ \xef\x48\x75\xca\xfd\xed\x2d\x5e\x4a\x94\xd2\xec\xf6\x0d\x83\x41\ \xb4\xe6\x3a\x67\xd8\x6d\xd6\x54\x55\x15\x0b\x07\xa5\xc0\x86\xc0\ \xec\xe4\x84\xb6\x6e\xb1\xad\x41\x29\x8d\x79\xcf\x14\xf7\x01\x25\ \xa3\xc9\xbf\xef\x3b\xda\xae\x43\x25\x29\xc6\x9a\x98\xc3\x32\x86\ \xc7\x4f\x9f\x70\xfe\xe0\x9c\xf5\x42\x91\xa7\x92\xbe\x6d\xd9\xae\ \x57\x6c\x37\x6b\x06\x09\xf4\xa5\x64\xbf\xdf\x1c\x8a\x33\x05\x52\ \x80\x3e\x40\x32\x04\x81\xe1\x70\x84\x54\x9a\xc1\x60\xc8\x7a\x5f\ \xd3\x34\x2d\x06\x89\x4c\xf5\x07\xd3\x85\x0a\xe6\xff\xd1\x0a\xf0\ \x11\x36\x13\xa5\xb8\xbb\xb9\x63\x36\x1c\x13\x2c\x48\x27\x50\x41\ \x71\xf5\xf6\x92\xd1\x60\xc0\xd1\x6c\xce\x7a\xbd\xe7\xdd\xe5\x25\ \xeb\xcd\x96\xfb\xe5\x2d\xd3\xc9\x0c\x81\xa2\x2c\x06\x20\x34\x16\ \x71\xa8\x13\x31\x6c\x76\x2b\xc0\xa2\x74\x9c\x2f\x06\x21\xc8\x8a\ \x82\x67\x9f\x7f\xc6\xba\xaa\x79\x77\x7b\x47\x50\x1a\xad\x25\x32\ \x49\x29\x27\x33\x14\x9e\x34\xd1\x34\x4d\x2c\x8a\x0d\x2e\xc2\xa7\ \x94\x50\x58\x1f\x5b\x2c\xb6\xab\x2d\x0f\xbe\xf8\x84\xf5\xf2\x1a\ \xa1\x53\x5a\x6f\x59\x5f\xdf\x73\x36\x3f\x66\x36\x3b\x42\x28\xcd\ \xae\xaa\x51\xa9\xe2\x68\x7e\xc2\xf6\xf2\x1a\x6b\x2d\xd6\xfa\xd8\ \xdd\xd5\xb5\x08\x95\x90\xe4\xb1\xad\xfb\xe9\xf3\xcf\x58\xbc\xbb\ \x66\xb5\x58\x23\x72\x4d\x6b\x3c\x08\x8f\xca\x52\x7a\x63\x71\xce\ \x53\x37\x2d\x5e\x68\xca\xd1\x84\x72\x38\xc2\x3b\x87\x70\x16\x0d\ \xa4\x4a\xa0\xa4\xa4\xb7\x3d\x83\x3c\x65\x71\x73\xc5\xeb\x37\xaf\ \x10\x80\x9e\x0e\x91\x65\x86\x10\x31\x5f\x35\x28\x06\x54\x7d\x4f\ \x52\x96\x18\xef\x18\x0e\x06\x4c\x07\x47\xdc\xbe\xb9\x21\xcd\xe1\ \xfb\xef\xbe\xe3\xc1\xe9\x19\xe3\xd1\x08\x6b\x0c\x55\x55\x23\xb5\ \x22\x55\x29\x5d\xd5\x21\x0e\x66\x98\x9f\xe4\x00\x5e\x20\xb0\xd6\ \x71\x75\x75\xc3\xb6\xda\x31\x3d\x3e\xa6\x6e\x5b\x3a\x17\x79\x00\ \x49\xa2\xf9\xc5\x9f\x7c\xc9\x64\x3c\xc6\xf4\x2d\x97\xdf\x39\x4c\ \x57\x51\xed\x2b\xba\xde\x61\x7c\xa0\x9c\x4c\x19\x0c\x13\xca\x42\ \xd0\x54\x15\x57\xb7\x77\x8c\x46\x23\x76\xdb\x8a\xbe\xad\xc0\x3b\ \x06\xc3\x31\x6d\x6f\xa9\xf7\x96\x22\x4b\x09\x3e\xa0\x92\x04\x89\ \xc3\xb4\x0d\xb7\xd7\xd7\x9c\x1e\x1d\x21\x94\x42\x27\x39\xab\xcd\ \x9a\xeb\xfb\x3b\x8e\x4f\x8e\x99\x8d\x47\x78\x11\x28\x26\x23\x9a\ \x26\x50\x75\x1d\xa6\xb7\xa4\x41\xc6\x30\x53\xb0\x14\x65\x46\x5d\ \x6d\xa9\xeb\x2a\xbe\xa4\x08\xf6\xfb\x8a\xa2\x2c\xb9\xba\x7c\xc7\ \x7a\xb3\x25\xc9\x0b\xba\xde\xc4\xea\x93\x34\xe2\x79\xd3\x44\x21\ \xcb\x94\xba\xde\x71\xf9\xf6\x0d\xcd\xea\x9e\x7e\xb3\x26\x4b\x13\ \xea\xde\xb0\x7c\xfd\x86\x4f\x7f\xf1\x67\x18\xdf\x03\x96\x41\x5e\ \xe2\x4c\x47\xef\x05\x27\xf3\x39\x47\xc7\x73\x5e\x7d\xff\x82\x41\ \x9a\xd2\xd7\x15\x68\xcd\xd9\xc9\x31\xea\x90\x41\xe9\xf6\x0d\xab\ \xc5\x3d\xc6\x05\x9a\xae\xe6\xe1\xc5\x33\xce\x8e\x67\xdc\x5d\xbf\ \x23\xf3\x1d\x5d\xb0\x08\xd7\x31\x1f\x0f\x18\x4d\x87\xf8\xbe\x63\ \x71\xbf\xe0\x64\x3e\x47\x26\x9a\x3f\xff\xf3\xff\x8e\xe1\x78\x40\ \x6f\x5a\x7c\xeb\x22\xbc\x4c\xfc\xcb\x9f\x39\xc0\xab\x97\x37\x3c\ \xbb\x78\x4c\x46\x4f\x70\x8e\xe7\x4f\x3f\xc5\xea\x0c\x27\x15\xc3\ \x89\xc2\x99\x0a\x53\xed\xf1\x1a\x92\xc1\x88\xd3\x62\xca\xc5\xd9\ \x19\xae\x35\x1c\x15\x63\xbc\x87\x7c\x32\x62\x78\x3b\x62\x71\x7d\ \x43\x6b\x0d\x69\x5e\x22\xb5\xc4\xfa\x1e\x11\x1c\x17\x0f\x3f\xa3\ \xaa\x3b\x96\x9b\x1d\x41\x6a\x32\x9d\x20\x12\x89\x1a\x4a\x12\x19\ \x2b\x50\xac\xf7\xc8\xe0\x51\x22\x2e\xde\xc1\x5b\x44\xdf\xe1\x02\ \x64\x32\x9e\x36\xe7\xc7\x73\xee\xee\xef\x18\x9f\xce\xb9\xde\xaf\ \x79\xb5\xbe\x65\xb7\xdb\x93\xa6\x19\x4d\xdd\x70\x3e\x3f\x65\x32\ \x3f\x66\x51\x55\x04\xe7\x63\xee\x29\xd5\x24\x59\xca\xfd\xed\x3d\ \xfb\xcd\x16\xef\x3d\x5e\x46\x56\x7c\x12\x24\xd3\xe9\x0c\x53\x74\ \xdc\x5e\xde\xd0\x5b\x4b\x9e\xea\x3f\x60\xb1\x83\x40\x4a\x85\x57\ \x82\x6d\xbd\xc7\x11\x18\x8f\x47\xec\x77\x6b\xbc\xb5\x7c\xf5\xc5\ \xa7\x24\x2a\xa2\x5d\x9d\x75\x08\xa9\xb1\x5d\x4d\x2e\x2c\x89\x56\ \x91\x07\x6e\x05\xdb\x7d\x7f\xa8\x25\x02\xa4\x02\xef\x11\x5a\x91\ \x64\x29\x55\xd3\xd0\x6f\x3c\xf7\xab\x2d\xbd\x0b\xa8\x2c\xc5\xb9\ \x40\x5d\xd5\x8c\xca\x63\xb4\x4e\x70\x41\x7c\xc4\xef\x7a\xe4\x74\ \x34\x75\x4b\x51\x24\x48\x09\x75\x53\xf1\xea\xd5\x5b\x1e\x3f\xf9\ \x84\xdd\xbe\xc6\x79\x89\x75\x0e\xa5\x04\x67\xe7\x8f\xd9\xed\x6b\ \x8c\x0f\xe4\x69\x24\x50\xd6\x5d\x8b\xab\x0c\x49\x2a\x69\x1b\xc7\ \xd9\xc9\x29\x0e\xc5\xf5\xed\x02\x67\x5a\x8a\xd9\x88\xa6\x6e\xf9\ \xa7\x6f\xbe\x26\xf8\x80\x54\x0a\xa5\x75\x2c\x4c\xc5\x91\x26\xd1\ \xa9\x77\x74\x7c\xc4\x6a\xb5\x8e\x3c\x77\x21\xb1\xde\x92\xa6\xfa\ \x80\x31\x1e\x70\x72\x7a\xca\xfc\x78\x4a\xb5\x5b\xb2\xbc\xbb\x44\ \xe9\x14\x94\x64\xb5\xdb\x90\x24\x25\x79\x99\xd3\x19\xcb\x78\x32\ \x86\xcb\x5b\x92\x24\xa5\x33\x3d\x7d\xdf\xa2\x94\xc2\x39\x83\xeb\ \x7b\x74\x92\xf1\xfc\xf9\x27\x48\x2f\x58\x6f\x37\x28\xad\x48\x12\ \x45\x00\x7a\x63\x63\x95\x8b\x50\x08\x95\x46\x24\x77\xd8\x91\x17\ \x03\xca\x64\x40\x96\x2a\x02\x87\x16\x6d\xa9\x90\x4a\x31\x9a\x1e\ \xd1\x19\xc7\xf3\xe7\x9f\x23\x04\xdc\xde\xdd\xb2\xda\x34\xd4\x52\ \x62\x8a\x12\x9b\x18\x1c\x9e\x9b\xeb\x37\xe8\x62\xc0\xd9\xf1\x03\ \x08\x19\xa6\x36\xac\x97\x37\x34\xab\x3d\x83\xb3\x87\x24\x06\x4a\ \x9d\xd0\xd7\x35\x58\x17\x03\x50\xbd\x45\xeb\x14\x23\xff\xb8\x67\ \xfe\xaf\x48\xe6\x0a\x84\x20\x58\x6d\x6a\x90\x9a\xed\xbe\xa2\x36\ \x81\xe9\xec\x84\xf9\xc9\x59\xe4\x7c\xec\x6b\x46\xa7\x73\x74\xa9\ \x51\xcf\x9e\xf0\xed\xd7\xdf\xe2\x85\x26\x48\x85\xb3\x3d\xfb\xed\ \x92\xbc\x48\xf9\xfc\xc9\x03\x04\x9a\xcd\x83\x87\x64\x49\xc6\xcd\ \xdd\x35\xc1\x1a\xf6\x55\x8f\xe9\x7a\x40\xd2\xf5\x16\x6b\x2c\x45\ \xa6\x31\xce\xb2\xdf\x2c\x69\xab\x9a\xde\x06\x3a\x14\xc9\x64\xce\ \x76\xb7\xe3\x87\x1f\xaf\xd9\x6c\xd7\x1c\x1d\x9f\x62\x0c\xfc\xfa\ \xe5\xf7\x3c\x7c\xfc\x98\xdf\xbd\x78\xcd\xae\xa9\x29\xf2\x21\xbd\ \x77\x78\x07\xc3\x51\x4e\x59\xe4\x48\x29\x48\xd3\x84\xab\xcb\x1b\ \x82\xd4\x48\x99\xd0\xee\x6b\x2a\xb7\xc5\x0b\x89\xb7\x96\xae\xef\ \x99\x4e\x26\x34\xf5\x9e\x60\x7b\xe6\x93\x11\x6a\x3a\xa0\xae\xb7\ \x6c\xd6\x02\xed\x3c\x4d\xd3\x92\xa6\x19\x83\xc1\x90\x4e\x0a\x16\ \xab\x7b\x96\xab\x7b\xa6\x93\x01\xc3\x32\x52\xf8\x94\x4a\x29\xf3\ \x92\xcd\x72\x4d\xdf\x76\xcc\x2f\x8e\xb1\xd6\xb0\xdd\xed\xb8\xbc\ \xbb\x65\x3a\x9f\x71\x3c\x99\xb0\x5f\x6d\xd8\xdc\x2f\x31\x01\xd0\ \x05\xfb\xba\xe1\xf6\xe6\x1d\x89\x08\x78\x2d\x30\x4d\x4f\x99\x08\ \xc4\xb8\x44\xa7\x8a\xba\xef\x79\xfb\xfa\x25\x26\x78\xfe\xf4\xcf\ \xff\x9c\x93\xf9\x31\xce\x19\x82\x57\xb4\x7c\x2c\x9b\x68\xcc\x16\ \xd5\x46\xb1\xde\xb7\x1c\x0f\x62\x40\xf3\xe5\xcb\x6b\xee\xf7\x1d\ \xd3\xb3\x13\xca\xa1\xe6\x78\x3e\x67\xd5\x1b\xa4\x4e\x90\x02\x12\ \x04\x7d\xd5\xd0\x36\x3d\x6f\x36\x15\xa6\xb7\xe8\x9b\x24\x5a\x1c\ \x75\xca\xca\x7b\xbc\x37\x08\x27\x21\x58\x8a\x5c\x53\xef\x37\x5c\ \xbd\xbb\xc1\xb9\x58\xe5\xfe\x1e\xd5\x2c\x95\xc0\x07\x15\x17\x76\ \x25\xd1\x78\x08\x8e\x22\xcf\x69\xda\x86\xdd\x76\xcb\x70\x32\xc1\ \x3b\xd8\x6f\xb6\x5c\x3c\x78\x48\x50\x92\xbf\xff\xd5\x2f\x71\x0a\ \x2c\x1e\x67\xe3\xe2\x14\xfa\x58\xc6\xb9\x69\x1a\x50\xc9\xa1\x0d\ \xd7\xd3\x75\x35\xd7\x77\x37\x74\x6d\x47\xd5\xc7\x26\x02\xad\x25\ \x02\x0f\xce\x30\xcc\x52\xc8\x52\x96\xf7\x77\xf1\xc6\x17\xa2\x0c\ \x65\x8d\xc1\x4b\x85\x85\x08\x29\x13\x92\xba\x6f\x19\xfa\x02\xa5\ \x60\x98\xe5\x98\xb6\xa2\xee\x3a\x4c\xdf\x91\x17\x25\x04\x41\x5b\ \xed\x18\xe7\x02\xa9\x35\x75\x67\xd9\x75\x82\xda\x25\xb4\x6d\x1b\ \xdf\x4d\xad\x50\x02\x52\x04\xbb\xba\x02\xa1\xe8\x8d\xa3\xee\x0c\ \x2a\xc9\x22\x54\x5a\x46\xfe\xfc\x72\xb9\x26\x49\x14\xb3\x79\xf7\ \xff\xc2\xdf\xfe\x4b\x67\x65\x3a\xc9\x58\x6c\x77\x7c\x36\x7f\x44\ \xdf\x18\xca\x51\x09\x3a\xe1\xbb\x57\x97\x74\xc6\x23\xa5\xe3\x7f\ \xfc\x9b\xbf\xc1\x98\x9a\xcd\x7a\xcf\xdf\xfd\xfd\x3f\x62\x3d\x74\ \xd6\x52\xdb\x2d\x52\x27\x04\xef\x49\x75\x4e\xdd\x34\xbc\xeb\x6f\ \x38\x3f\x3f\x65\xbd\x5c\xd1\xb5\x1d\xcf\x1e\x3f\xe6\xcd\x8f\x6f\ \xf1\xe6\x3d\xfb\xdc\xd2\x5b\x87\x90\x07\xec\x41\x88\xe4\x4d\xa5\ \x14\x52\xc9\x98\x7b\x91\x81\x44\x29\xac\x8b\x37\xb1\x34\xd3\xbc\ \x7b\x77\x49\xd7\xd6\x0c\x8b\x94\xbe\x77\x04\x07\x5d\xe7\xa8\xdb\ \x1a\xa5\x3b\x9a\x3e\xb0\xd9\x36\x4c\xe7\x0f\x98\xce\x8e\xd9\xef\ \x1b\xba\x3e\xf6\xe0\x15\x79\x4a\xa2\x15\xaa\x0b\x04\x1b\x0f\xaf\ \xc3\x71\x49\x92\x6b\x46\x65\x4e\xd7\xf7\x18\x63\xf1\x2a\x41\x48\ \x13\x25\x31\x13\x6f\x90\x2e\xb4\xdc\xdf\xdd\x51\xa6\x81\xc1\x7c\ \x4a\x9a\xa5\xa0\x15\x26\x04\x06\xe3\x09\x0f\x9f\x3d\xa7\xcc\x4b\ \x06\xc3\x01\x8b\xc5\x3d\x93\xd9\x19\xbd\x11\xdc\xdc\x5c\xb1\x5c\ \xdf\xa1\x95\x27\x4d\xa3\x81\x25\xc3\xa3\x38\xc1\xa1\xb8\x59\xdc\ \x42\x6f\x38\x3f\x79\xc0\xc5\xfc\x82\xf5\xfd\x3d\xab\xed\x92\xf5\ \x72\x05\x2e\x4a\x9e\xca\x06\xbc\xf0\xf8\x5c\xc1\x4f\x71\x66\x22\ \x88\xbc\xe6\xa6\xe9\x90\x3a\xc5\x77\x06\xb7\x5d\x40\x90\xcc\x8f\ \x8f\xf9\xe1\xc5\x5b\xfe\xdb\x7f\xfb\x07\xb4\xce\xf9\xe4\xd3\x47\ \x8c\xa6\xc7\x3c\x7a\xfa\x94\xf9\xfc\x1c\x17\xa0\xed\x5a\x36\xdb\ \x65\x5c\x2c\x64\xec\xd0\x29\xcb\x21\x4a\x29\xbe\xfc\xea\x4f\x68\ \x7b\xcf\x6f\x7f\xff\x2d\x79\x91\xa3\x92\x0c\xe7\x1c\x6d\x5d\x45\ \x5b\x64\x08\x74\x7d\x87\x71\x8e\xf3\x8b\x73\x9e\x3e\xff\x84\xeb\ \xeb\x5b\xfe\xe9\x9f\x7f\x13\xd1\xa8\x6d\xcb\x3f\xfe\xe3\x2f\x39\ \x99\x1f\xb3\x5e\xdd\xa3\xf2\x92\xdb\xc5\x02\x64\x1c\x52\xf6\x5d\ \x4f\x6f\x7a\x4e\xcf\x9e\x21\x70\x4c\xa7\x71\x78\x78\x7b\xbb\xc4\ \x85\x58\x4b\xdf\xdb\xc8\x1e\x48\xf2\x0c\xbc\x67\x50\xc4\x3a\xf2\ \x4d\x5d\xa3\x84\x65\x74\x34\x41\x2b\xc9\xbb\x1f\x7f\x64\x2d\x14\ \x17\xf3\x39\x69\x9e\x42\x92\x30\x39\x39\xa5\x5b\xaf\xf9\xee\xcd\ \x8f\x2c\x16\xab\x98\x03\x51\x09\xf3\xf9\x29\x3a\x49\x59\x2e\x56\ \x2c\x96\x6b\x94\x14\xdc\xde\x2f\x18\x8e\x06\xec\xaa\x3a\x0e\x8e\ \xbf\xfc\x8a\xac\x1c\xb1\x5c\x6d\x69\x3b\xcb\x64\x36\x65\xb5\xde\ \xf0\xe3\x9b\x37\xfc\xd9\x9f\xfd\x9c\xa7\xcf\x9f\xe1\x8d\x61\x7d\ \x7f\xcb\xdd\xcd\x0d\x9d\x75\xd1\x77\x1f\x24\x49\x9e\x91\x25\x09\ \xd3\xe9\x94\xeb\xcb\x77\xe4\x59\x8a\xb1\x1d\x82\x14\xa5\x92\x8f\ \x52\xaf\x21\xa4\x44\xab\xc0\x76\xbb\xe4\x74\x3c\x26\x38\x18\x8c\ \x86\xdc\xee\x3b\xbe\x79\xf1\x3d\x4f\x9f\x5d\xf0\xe0\xfc\x53\x84\ \x15\xac\x37\x6b\x82\x54\xcc\x4f\xce\x98\x4c\x8f\x78\xf7\xf6\x8a\ \xff\xfa\x5f\xff\x77\xaa\x7d\x0d\xc0\xd3\xa7\x4f\x19\x8f\x27\x4c\ \x67\x15\xd6\x09\x5c\xb0\x98\xae\xa7\x2c\x07\xac\xd6\x6b\xba\xbe\ \x07\xa1\x0e\x08\x5f\x81\x90\x01\x47\x40\x69\x89\x0c\x71\x28\x2c\ \x84\x44\x1d\x20\x5d\xc1\xc2\x68\x30\x21\xd7\x45\x74\x38\x55\x2d\ \x5d\xd7\x63\x7b\x07\xd6\xe3\x7a\x83\xb1\x86\xe3\xe3\x39\xcb\xfb\ \x25\x89\xd4\x98\xd6\xe0\x7a\x83\x10\x71\xa6\xa1\x75\xc4\xc9\x5a\ \x63\x71\x2e\x1c\x78\x2d\x1e\xad\xe2\x82\x4d\xb0\x38\xe7\xc8\xb2\ \x8c\x34\x4d\xc9\xb2\x94\xdd\xae\x8a\x6e\x26\x17\x70\xbe\x8f\x8e\ \x26\x11\x93\xea\x52\x2a\x76\xfb\xea\x90\x18\x2f\xe9\xfb\x9e\xfd\ \x6e\x47\xdf\xf7\xe4\x79\x34\x05\xd4\x4d\x43\x9e\xe6\x04\x21\xd9\ \x35\x1d\x4d\xd7\xd3\x1a\x47\x63\x5c\x0c\xb3\x2a\x45\xa2\x04\xd6\ \x55\xe4\xa9\x23\xcd\x4b\x3a\xeb\x19\x4e\x67\x74\xeb\x0d\x2e\x44\ \xea\x07\x02\xba\xae\xc7\x18\x3e\x60\x6f\x3f\x5a\x50\xd5\x79\xee\ \xb7\x0b\x3e\xfd\xe4\x11\x88\x88\xad\x5d\x2c\x57\x98\x90\xa1\xd2\ \x02\xad\x04\xe9\x60\xc4\xc3\xe3\x87\xbc\xf8\xe6\x3b\x12\xad\xf1\ \x36\x06\x44\x85\x54\x88\x03\xbb\xa7\xaa\x2b\x46\x83\x01\xeb\xf5\ \x92\xa6\xe9\x98\xcd\x4e\xb8\xba\xba\xe2\xfb\x17\x2f\xd9\x6d\x77\ \x08\x1d\x83\xa9\xfe\xb0\x89\x39\x1b\xb0\xd6\x11\x52\x4d\x91\xe7\ \x58\x22\x26\xb7\x6b\xba\x18\x9c\xd6\x0a\x1f\x3c\x83\x41\x8a\x10\ \x70\x77\x77\xcf\xf2\x7e\xc1\xf9\xe9\x9c\xae\x35\x38\x67\x31\xae\ \x46\x28\x81\xec\x3d\xbb\xaa\xc5\xd8\x40\xd3\x74\x4c\x4f\x1f\x50\ \x87\x3b\x76\xf5\x8e\x80\xc0\x1e\xe6\xbb\x4a\x47\x84\x44\xd7\x55\ \xe0\x7b\x46\x83\x9c\xd1\x68\x4c\x73\x7b\x17\x3f\x4b\x10\xb1\x74\ \xf4\xc0\xf3\xc9\xf2\x2c\x86\xb6\x43\x2c\x1d\x3d\x3e\x9e\xb3\xaf\ \x1b\xde\xdd\xdc\xe2\xac\xe3\xec\xec\x8c\xc9\x78\xcc\x6a\xbd\xc1\ \x39\xcb\xfc\xf8\x98\xdd\x6e\xc7\xf9\x83\x47\x4c\x67\x53\xd6\xcb\ \x1b\xa4\xb2\x0c\x4a\xcd\xcd\xcd\x15\x42\x78\x94\x14\x3c\x38\xbb\ \xe0\x9b\x6f\x5e\x33\x9a\x1f\x71\xf2\xf8\x01\x8b\xdd\x86\xfb\xf5\ \x92\x4d\x57\xd3\x7b\x4f\xd3\x75\xe4\x3a\x25\x55\x09\x9d\xf5\xb8\ \xae\xff\x69\x5a\x83\xa5\x94\xd4\x75\xc3\xcd\xcd\x82\x2c\x1f\x33\ \x99\x4c\xc8\x32\xc5\xcd\xd5\x5b\x96\x8b\x35\x4a\x0c\x49\xb3\x01\ \x97\x37\x3b\x1e\x3d\x13\xb8\x20\xc9\x8a\x11\xef\xae\x6e\x99\x9f\ \x9c\x32\x18\x4e\xa8\x9a\x9a\x44\x2b\x06\xc3\x01\xf7\xb7\xf7\xec\ \xb6\x1b\x9c\x75\x4c\xec\x94\xe1\x68\x84\xd2\x9a\xb6\xeb\x48\x91\ \xe8\x44\x23\x95\x24\x2f\xf2\x0f\x35\xde\xc5\x60\xc0\xf3\x4f\x3e\ \x65\xb5\xd9\xf0\xe2\xfb\x1f\x48\x92\xf8\x22\x14\xe5\x80\x10\x3c\ \xfb\xaa\xa1\x37\x81\x77\x97\x37\xd4\x4d\x8b\x92\x29\x52\x69\xf2\ \x22\xa1\xeb\x62\x03\xf0\xd9\x83\x0b\xbe\xf9\xe6\x1b\xf6\xdb\x8a\ \xbc\x28\xe9\x8c\xa1\x37\x3d\x4d\x5b\x93\xa7\xf1\x64\x8d\x08\xf4\ \x4d\x43\x5b\xd5\x14\x59\xc6\xe9\xd1\x09\x79\x9a\x50\xd7\x0d\xbd\ \xf5\xbc\xb9\xbe\x25\x20\x78\x74\xf1\x20\x36\xd0\x2e\x57\xfc\xfe\ \xfb\xef\x59\xef\xf6\xe4\xf9\x80\xb6\xed\x51\x52\x63\x5d\x40\x27\ \x0a\xeb\x02\xc6\x58\x74\x59\xd0\xf6\x3d\xbb\x9b\x8a\xae\x6b\xf0\ \x52\x90\x14\x23\xea\x2e\xd0\x99\xc0\x83\x8b\xc7\x34\x75\xcd\x6c\ \x3c\xe1\xb3\xe7\xcf\xb9\xbf\x5f\x50\x57\x35\xe7\x67\x67\x8c\xa7\ \x47\x3c\x7d\xfe\x39\xd7\x37\xd7\xe8\x72\xc8\xe5\xed\x2d\x96\xc0\ \x64\x50\xf2\xe6\xed\x8f\x48\xe1\x19\x0f\x4a\x06\x79\x86\xd7\x1f\ \x71\x61\x09\x01\x25\x7a\xee\x6e\xde\xf0\xd9\xe3\x9f\xa1\x12\x49\ \x92\x26\xdc\xdc\xde\xb0\x6a\x6a\x8a\x61\xc6\xd9\xc9\x9c\x54\xa4\ \x5c\x3c\xf9\x14\x13\x1c\x3a\xcd\x69\xda\x9e\xb6\x33\x58\x17\xb1\ \xb5\x52\x2a\xaa\xba\x66\xd9\x77\x08\x29\xc9\x93\x1c\xe3\xfa\x83\ \x44\x20\xd8\xd7\x35\x4a\x6b\xac\x8d\x9c\x87\xf0\x9e\x58\xe8\x3d\ \x85\xd2\x87\x70\xa6\x8c\xb2\x43\x6f\xa2\xdd\x7b\x34\x89\x8b\x82\ \x3d\xf0\x55\x84\xe2\xd5\xeb\xd7\x18\x67\xa3\xf3\x68\xb7\xa1\xab\ \x2b\xc6\xe7\x39\x55\x90\xe0\x03\x2a\x08\x4e\x8e\xe6\x20\x36\x38\ \xef\xc9\xd3\x8c\xe1\xa0\xa0\xae\xaa\x88\x52\x2d\x0a\x6c\xdf\x61\ \x4c\x64\x7c\x07\x02\xfb\xfd\x3e\x7e\xe6\x3c\x8f\x92\x56\x08\x51\ \x86\x92\x20\x44\x20\xd1\x09\x3a\x49\x51\x59\x41\x08\x9e\xb6\xad\ \x19\x0d\x0a\xd2\xbc\x60\x57\xd5\x2c\x56\x4b\xf2\x34\x43\x48\x81\ \x52\x8a\xa2\x2c\xc9\xf3\x94\x5d\x55\xb3\xad\x6a\xaa\xb6\xa7\xb7\ \x0e\x54\x82\x90\x09\xc6\x3b\x8c\x71\x18\xef\x68\x4d\x8b\x68\x0c\ \x16\xc1\x64\x76\x4c\x52\x18\x42\x1f\x17\x4d\x11\x88\x3c\x72\xc1\ \x47\xad\x52\x11\x42\x50\x37\x35\xfb\x6a\x8f\x4e\x12\x6c\x07\x0f\ \x2e\x2e\xf8\x9f\xff\xd3\x94\xc5\xa6\x21\xcb\x87\x9c\x9c\x1f\x33\ \x1a\x17\x2c\xb6\x2b\x6e\x6e\x6e\x49\xb4\xa6\xb7\x3d\xde\x58\x2c\ \x31\x2a\x90\xa6\x09\x48\x8d\xb5\x8e\xc9\x78\xca\xfd\xfd\x9a\xe7\ \xcf\x3e\xa3\xeb\x3d\x9b\xed\x9a\xe0\x3d\x01\x77\x30\x32\x40\x08\ \xd1\x85\x18\x02\xc8\xe0\x49\x93\x04\x89\x8c\x05\xb2\x87\x3a\x77\ \x79\x98\x27\x85\x10\xb8\xba\xba\xe2\xc9\xe3\xa7\x64\x67\x59\xac\ \xa9\xd7\x25\xd6\x0a\x36\x6d\x74\xb5\x65\x89\x64\x57\xc5\x4c\x4c\ \xdd\xdc\x33\x7a\x76\x0c\x79\x49\xc8\x0a\xd2\x44\xe2\x9b\x9a\xe6\ \x80\x88\x50\x4a\xf1\xee\xed\x8f\x0c\x8a\x8c\xc7\x8f\x1f\xb2\xdd\ \x46\xfc\x6e\x9c\x3d\x0a\x74\x9a\x22\x95\x22\x4d\x33\x92\x24\xc1\ \x1d\x5a\xc8\x63\xa6\x68\x8e\x31\x96\xd9\x74\x86\x54\x09\x67\xa7\ \xa7\x48\xa1\xc8\x74\xca\x66\xb3\x39\x58\x89\x47\x14\xa5\xc0\xde\ \x77\xcc\x4f\xe7\x64\xa9\xc3\xbb\x06\xe7\x26\xbc\x78\xf1\x23\x83\ \xc1\x8c\x07\x0f\x3e\xe1\xe9\xe3\xc7\xe8\x32\xa1\x15\x9e\xe1\x68\ \xc8\x28\x1c\x73\xf5\x2a\xda\xd0\x3b\x67\xc1\x07\x52\xad\xf1\x7d\ \x2c\x7d\xfc\x63\xe6\xa2\xff\xaa\xea\x54\x74\xa2\xb8\x78\x78\x81\ \xe9\x32\xb4\x54\x94\x59\xa0\x2c\x03\x4a\x0f\x91\xea\x8c\x7d\x95\ \x50\xb5\x8e\x2e\x78\x04\x82\xae\x77\xdc\xdc\x2f\xd9\x37\x96\xe7\ \xcf\x9f\x72\x7e\xfe\x98\xcd\x76\x89\xf5\x81\xf3\x07\x0f\x79\xfe\ \xd9\x18\x67\x0c\xeb\xcd\x9a\xfb\xe5\x9a\xbe\xb7\xf4\xa6\x46\x48\ \x45\x9a\x26\x98\xc3\x86\xd2\xb6\x0d\x49\x9a\xc7\xaa\x6d\x29\xf8\ \xed\xef\x7f\x8f\x31\x1e\x9d\x24\x68\x9d\x40\x80\x2c\x4d\x70\xd6\ \x52\x0e\xc7\xbc\xbb\xbc\xc4\x05\x70\xc1\x61\x5d\x88\xed\xc6\xbd\ \xe4\x9b\xef\xbe\xe7\xe6\xfe\x06\x89\x64\xb1\x5a\xe3\x9d\x88\xb5\ \x94\x4a\x32\x1e\x8f\x19\x14\xd1\x89\xa3\xd2\x8c\xba\xe9\xd1\x89\ \xe6\x68\x7c\xc4\x68\x38\xc2\xf6\x2d\x52\x6b\xca\xc1\x98\x5a\x28\ \x5e\xdd\xdc\x72\xb7\xdb\x52\x94\x03\xaa\xaa\xc6\x3a\x77\x48\xa9\ \x66\x34\x4d\x83\xb5\x81\xaa\x6a\xe2\xe2\x60\x1d\x42\x69\x3a\xeb\ \x91\x32\xd0\x76\x3d\x4d\xd7\x51\x4e\x26\xd8\x20\x31\x5e\x90\x65\ \x25\xab\xc5\x6b\xbc\xb3\x7c\xf5\xd5\x17\xa4\x59\xca\xfd\xfd\x3d\ \xaf\x5f\xbf\xe5\x97\xbf\xfe\x2d\xff\xf6\x4f\x7f\xce\x17\xcf\x9e\ \x91\xee\x2a\x5e\xbe\x7b\xcb\xc5\xd3\x27\xa4\x6f\x7e\xe4\x76\x71\ \xcf\x69\x38\xe2\xe2\xec\x8c\x4c\x4a\x4c\x53\xe3\x85\xff\x48\x6f\ \x8e\x40\x88\x80\xa6\x63\xbd\x5c\x61\xcc\x13\x54\x10\xd4\x6d\x85\ \xb5\x86\xa3\xd9\x94\xd3\xf3\x33\x46\xd3\x29\xd3\xc1\x0c\xa9\x34\ \x41\xbc\xff\x22\x67\xc4\xe2\xd7\x40\x6f\x0c\xc7\xc7\x63\xc6\x93\ \x09\x57\x57\x97\x6c\xb6\x1b\x92\xb4\x44\x08\x81\xd6\x81\xb6\xa9\ \xb0\xc6\xa0\x75\x86\x27\x10\x44\x6c\x67\x8e\xec\x6c\x47\x10\x90\ \xa7\x39\x89\x8e\xfc\x91\x24\xcd\xc8\x07\x43\x36\xdb\x2d\xcb\xf5\ \x06\x84\xa0\x1c\x0c\xb1\x4a\xb2\xd9\x56\x94\x79\x86\x69\x3b\x34\ \x92\x51\x5a\x32\x4a\x0b\x86\xcf\x3f\xe5\xea\xfa\x9a\xf5\x72\xc5\ \xc9\xf9\x03\xa6\x93\x09\xbd\xe9\x49\x75\x4a\x9e\xa5\xac\x97\x2b\ \x9c\xb3\xe4\x59\x8a\x96\x0a\x67\x22\x7f\x46\x4a\xc1\x6e\xb7\x63\ \x34\x1e\x73\x72\x7a\xca\xdd\xed\xdd\xe1\xf7\x12\x03\xbb\x5a\xa7\ \x68\xad\x22\x55\xd4\xb9\x88\xcc\xb6\x9e\xbe\xb7\xd4\x75\x4b\x59\ \xe4\x9c\x9c\x9e\xd3\xb7\x35\x3a\xd1\x24\x5a\xa3\xb4\xc2\xf8\xc0\ \xb6\x6e\xd9\x55\x2d\x4d\x67\xe2\x2c\x44\x27\x28\xa5\x40\xe9\x03\ \xbe\x5e\xd0\x59\x87\x3a\xcc\x8c\xd6\xdb\x3d\xea\x50\xba\x79\x80\ \xeb\xa0\x95\x8c\x26\x80\x8f\x88\xb4\x96\x52\xd2\x34\x15\xd5\x6e\ \x83\xed\x1b\x06\x93\x11\x04\xc1\x70\x72\xcc\x23\x2f\x91\x69\x8a\ \x71\x51\x76\xba\xbf\xbb\xe7\xcd\x9b\xd7\x38\x1b\x37\x38\xe4\xe1\ \xb9\x05\x85\x95\xd1\x98\xd2\x06\xc7\xf1\xd1\x11\xce\x2b\xb6\xfb\ \x9a\x2f\xbe\xf8\x39\xbf\xfa\xd5\x3f\xb2\xdf\x6f\x50\x22\xe0\x83\ \x8b\x37\x4d\x22\x07\x26\x1c\x9e\xbd\x35\x86\x44\xa8\x0f\x1c\x22\ \x77\xc0\x22\xab\x0f\x61\xe9\x94\xe0\x3d\xc7\x47\x47\x7c\xf5\x8b\ \x9f\xf3\xbb\xaf\xbf\xe1\x37\xbf\xfb\x3d\x27\x67\x67\xbc\x79\xf3\ \x06\xdb\xef\x18\xe4\x05\xfb\xf5\x8a\xac\x28\x69\xef\xee\x91\x07\ \x37\xa7\xe8\x2c\x49\x96\x41\x48\x71\xd6\xa0\x64\xb4\xa3\x3f\xf9\ \x8b\x3f\x63\x38\x18\xf1\xb7\xff\xe7\x2f\x51\x49\xac\x71\x92\x42\ \x92\xa6\x19\x52\x2b\xb4\x4e\xe2\x2d\xd0\x3b\x10\x50\x55\x35\xf7\ \xf7\x77\x68\x9d\x30\x99\x4c\xc9\xcb\x01\x20\xd9\x6d\xb7\x58\x6b\ \x31\xc6\xb0\x5e\xad\x18\x0c\x1d\x79\x39\x41\x2a\x85\xf7\xf1\x46\ \x6b\x6d\x83\xd6\x92\x34\xd1\xdc\xde\xdc\x70\x7e\x7a\xc7\xa8\x1c\ \x90\x4d\x72\xca\x41\x49\xf0\xb1\x5b\xee\xfa\xe6\x16\xa1\x14\x45\ \x51\x92\x7a\x49\xe8\x62\x80\x38\xd3\xfa\x8f\x3a\xcf\x8e\xd7\xb5\ \x00\x00\x20\x00\x49\x44\x41\x54\x42\xfc\xeb\xd9\x4c\x7c\x20\xcf\ \x73\x4e\xce\x4e\x71\x7d\x41\xb5\xdf\xe1\xdc\x86\xe9\x24\xe3\x68\ \x7e\xca\xdd\x9d\x64\x30\x28\x71\xca\xd2\x74\x1d\x93\x22\x25\x2b\ \x4a\xea\xa6\xe3\xea\xe6\x15\x47\xc7\x73\x8a\xc1\x00\x63\x3d\x7d\ \xdf\x33\x98\x8f\xb1\xc6\xa2\x74\xc2\xd1\xfc\x84\xbc\x1c\xd2\xdb\ \xc0\x6f\xff\xf9\x77\x74\x6d\x4d\x3a\x1e\x31\x1a\x0d\x28\xf2\x3c\ \xfa\xf2\x9d\x27\x04\xc1\xf5\xed\x1d\xbd\x75\xf8\x40\x9c\xaf\x74\ \x36\x5e\xb1\x89\x5f\xa8\x24\x4d\x18\x8c\xc6\x60\x7a\x3a\xe3\x68\ \xbb\x98\x7f\x71\xce\xd3\xf7\x0d\x4d\x5b\x73\x7a\x7a\x42\x9a\x66\ \x74\x9d\x25\xcf\x4b\x10\x81\x34\xd3\x8c\x46\x63\x7e\xfc\xf1\x0d\ \x89\xf7\x08\x11\x75\x7a\xad\x35\x5d\xd7\xb1\x59\xad\xe8\x5d\xc4\ \xf7\x06\x29\x51\x79\xc1\xb6\xed\xa9\xec\x9e\x24\x4d\xc8\xca\x01\ \x52\x27\xf8\x20\xa2\xf3\xc3\x07\x10\x7b\x3c\x0a\x9d\x66\x04\x51\ \xa1\xb4\x66\xbb\xdd\xc6\x5a\x07\xe3\x18\x0c\x46\xe4\x79\x4a\x9a\ \x49\xa6\xd3\x31\xab\xd5\x3d\xf3\xa3\x63\x2e\x2f\x2f\xa9\xaa\x1a\ \xa4\xa4\x6a\x1b\xa4\x52\xbc\xbd\xbc\xe6\xec\x68\xce\x93\x4f\x3e\ \xe3\xc5\xbb\xb7\x2c\xd6\x6b\x1e\x3d\x79\xca\x9b\x1f\x5f\xf3\x8b\ \x3f\xfd\x05\xc3\x72\xc0\xfd\xe5\x25\xcd\x6e\xc7\xe0\xec\x01\x3a\ \x15\x71\x08\xff\x2f\x3c\x40\x48\x29\xf9\x5f\xfe\xe6\xaf\x81\x9a\ \x34\xf5\xc8\x20\x39\x32\x8a\xbf\xfe\xeb\xbf\xe2\xf8\xec\x9c\xc1\ \xa4\x44\x2a\x8d\x8b\xed\x3a\x08\x19\xab\xf8\x09\x81\xed\x76\x43\ \xbd\xdf\xf1\xe8\xe2\x01\xff\xf9\x7f\xfd\xcf\x34\x6d\xcb\x7f\xf9\ \x2f\xff\xdb\x81\x00\x19\x13\xe9\xa6\xb7\x10\x62\xfb\xb4\xe9\x0d\ \xde\x8b\x38\x80\x3e\x14\xdb\xc5\x56\x51\x8f\x48\x62\x52\xda\x87\ \x28\x7d\x1d\x9f\x9d\xf1\xc3\xe5\x3b\x96\xf5\x1e\x7f\x40\x06\xe7\ \x52\xa0\xf2\x94\xa4\xc8\x69\xbb\x0e\x0d\x0c\x8a\x02\x7c\x60\x34\ \x19\xb2\xcc\x32\xea\xcd\x16\x63\x2d\x65\x51\xc4\x93\xef\x01\xb8\ \xd4\x75\x2d\xb6\x37\x11\x4b\x9b\x24\xe4\x45\x89\xf7\x0e\x6b\x7b\ \xac\x33\xa4\x59\xc6\x6c\x76\xc4\xd5\xd5\x75\xac\x41\x94\xea\x83\ \xcb\xd1\x07\x81\x33\x96\xb6\xb7\x78\x17\xdf\x47\x63\x1d\x75\xdb\ \xb2\x5c\xae\x39\x3b\x3d\xa1\x28\x72\x4c\x1f\x03\x6f\x21\xc0\xf5\ \xed\x1d\x8b\xe5\x96\xd6\x38\xbc\x90\x20\xc1\x78\x8f\x45\x44\xe9\ \x25\x39\x20\x6d\x45\xbc\x95\x65\x79\x71\x90\xc7\x32\x70\x0e\x15\ \xe2\xd0\xd7\x3a\x87\x73\x01\xf7\x91\xa8\x9a\xef\xff\x51\x22\x50\ \xef\x57\xbc\xf8\xe6\xf7\x3c\x38\x3f\x89\x5d\x71\x93\x19\x24\x05\ \xc2\x44\x59\xa6\xa9\x2a\x12\x11\x78\xfe\xe4\x09\x9b\xed\x8e\xdb\ \xfb\x15\xeb\x7d\x45\x00\xac\xe9\x91\x52\x20\x82\x22\xd5\x8a\xfd\ \x7e\x8f\x52\x19\xdb\xed\x96\xe3\xa3\x19\xe3\xc9\x98\xcd\x76\x19\ \xcb\x43\x0f\x77\xc0\xf7\x8e\x11\x75\xe0\x23\x59\xef\x91\xde\x7d\ \xc8\x4c\x05\x1f\x30\xc6\x80\x48\x30\xc6\x30\x18\x1c\x73\x7d\x7d\ \xc5\x7c\x76\x44\x9a\xa7\x3c\x7c\xf2\x84\x6f\x5e\xfd\x48\x63\x03\ \x3a\x1f\xe0\x81\xb4\xc8\xe9\xef\x0c\x50\xd1\xde\x5f\x33\xbf\x78\ \x88\xf2\x8e\x44\x49\x14\x31\x68\x2d\xb2\x92\x10\x02\x75\x6b\xb1\ \x56\x51\xd5\x1d\x8b\xc5\x92\xe4\x10\x0a\x4c\x92\x14\xe7\x1c\xce\ \x79\x9c\x8f\x96\x64\x29\x55\xb4\x05\x7b\x8b\xb1\x9e\xe7\x8f\x1f\ \xf2\xcd\xf7\xdf\x93\x65\x19\x4a\x49\xf6\x55\x4f\xdb\x34\x34\x75\ \x8d\x3d\x60\x22\x10\x19\xc6\x18\x9a\x66\x4d\x91\x5b\x08\xb1\xb5\ \x78\x36\x3b\xa2\xaa\xe0\xc7\x37\x6f\x29\xcb\x29\x5e\x1a\x6c\x99\ \xb2\xd9\xb7\x6c\x17\x2b\xaa\xed\x8e\xa0\xc0\x18\x8b\x69\x2d\x2a\ \x08\x54\xa2\x23\xf7\xe4\xa7\xb8\x99\xf8\xe0\xc9\xf2\x0c\x95\x28\ \x2e\xce\x2f\xa8\x76\x7b\x2e\xaf\x37\x58\xd3\xd2\x75\x7b\xba\x4e\ \xb1\xd9\x56\x38\x6d\x58\x2d\x32\x8e\x1e\x3f\x46\x29\xc9\xdd\xdd\ \x3d\x01\x15\x9d\x5f\x7d\xcf\xec\xe8\x98\x34\x8d\x9a\x37\x9e\x58\ \x6b\x1d\xa0\x28\x07\xfc\x87\xff\xf0\x1f\x78\xf0\xe0\x9c\xbf\xff\ \xbb\xbf\xa3\x2c\x0a\x86\x83\x92\xf5\x72\x49\xf0\x9e\x41\x59\x12\ \x04\x6c\x36\xdb\xa8\x63\x4a\x85\xb5\x51\xe7\x7e\x1f\x46\x2a\xb2\ \x8c\xa6\x6e\xe3\x6d\xc5\x1a\xb2\x2c\xc3\x58\xcb\x60\x30\xa4\x3f\ \xc8\x2b\xd3\xc9\x08\xef\x3d\x49\x9a\xe0\xbd\x20\x29\x0a\x8a\x3c\ \xa5\xd9\x6d\x78\xfb\xee\x2d\xc1\xc7\x85\x30\xcf\x73\xca\xb2\x44\ \x49\xc5\x6a\xb5\x61\xbf\xdd\xe3\x82\x8c\xbd\x49\x42\xa1\xb4\x22\ \x55\x1a\xeb\xa3\xac\x13\x88\x45\x78\x21\x08\xac\x0f\x38\x1c\xa1\ \xed\x40\xd4\x4c\x66\x53\x46\xe3\x29\x9b\xed\x1a\xe7\x2c\x69\x96\ \x47\x09\x2f\x4f\x11\xa2\x43\x4b\xc9\x6c\x9a\xf3\xe0\x6c\x8e\x92\ \x9a\xba\xaa\xe9\xfb\x78\x7b\x41\x2b\xd2\x24\x65\xb1\x5e\xf3\x4f\ \xbf\xfe\x35\xff\xd3\x7f\xfa\x8f\xfc\xbb\xbf\xfa\xf7\xfc\xfd\xff\ \xf5\x8f\x9c\x9d\x9d\xa1\x24\xcc\x66\x33\x9a\x36\xfe\xdc\x5d\xd7\ \x91\x59\x8b\x16\x1f\x6f\x18\xdb\x56\x1b\x92\xd4\xd2\x3a\x8b\x73\ \xa0\x64\xc2\x93\x8b\x33\xb2\xd1\x00\x8b\x89\x27\x64\x99\x12\x10\ \x04\xef\x90\x44\xb7\xb4\xf0\x0e\x29\xe0\xaf\xff\x87\x7f\x4f\xaa\ \x15\x2f\xaf\x2e\x0f\x19\x98\x68\xa7\xf5\xde\xe3\x7d\x0f\x21\x86\ \x1c\x63\xb6\x43\x47\x42\x67\xf0\x91\x64\x2f\x40\x12\xc0\xc5\xb9\ \x44\xdb\xb6\xf4\xce\xb2\x6b\x6a\x6a\x67\xe9\xb5\xc4\x6b\x45\x6f\ \x03\x65\x92\x90\x06\x8b\x4a\x55\x3c\xd8\x74\x3d\x47\xd3\x29\xbd\ \xb5\x54\x4d\x45\x39\x1c\x30\x9c\x4d\xf1\x3e\x06\xbe\xb4\x8a\x35\ \x2a\x6d\xdb\xe0\x9d\x43\x69\x85\x90\x92\xae\xef\xb0\x42\x46\xdb\ \x6d\x92\x82\xfa\xc3\x7b\xd7\x1b\x73\xa8\x35\x89\xda\xbd\x31\xf6\ \x60\x2f\x8f\x12\xa9\x3f\x4c\xaa\x7a\x63\x49\xb3\x84\xba\xed\x79\ \x7b\x75\x45\x99\xa6\xe4\x59\xc2\x7c\x7e\xcc\x7a\xb7\xe3\xdd\xf5\ \x2d\xfb\xaa\x41\x1e\xac\xc6\x49\x96\xe3\x7d\xc0\xfb\x80\x71\x1e\ \xa1\x3c\x52\x25\x04\xe1\x0f\x72\x90\x88\x48\x63\xe2\x3c\xa7\xb7\ \xd1\x1c\x01\x81\xbe\x6d\x22\xd5\xf1\x63\x1d\x1c\x01\x25\x03\xae\ \x6f\xe8\x9b\x9a\x2c\x78\x8a\x61\x81\xd0\x0e\xa1\x3a\x02\x96\x60\ \x1c\x19\x9e\x87\xe7\x27\xf8\x6a\x47\x38\xe4\x3f\x3a\xd3\x93\x09\ \x4d\x10\xb1\x6e\x47\x08\x68\x9a\x88\xae\x4d\x92\x0e\xe7\xe1\xea\ \x12\xbc\x33\x1f\x00\x78\x11\xb9\x7c\x98\x03\xf9\xd8\xb9\x05\xe1\ \x43\x68\xd6\xbb\xd8\x0a\x8c\x20\xb6\x16\xd8\x2e\x02\xb3\x94\x62\ \x3c\x19\x82\xb0\xbc\x7e\xfd\x92\xa0\x52\xc6\x93\x11\xdb\x7d\xc5\ \x68\x3c\x62\xe3\x3a\xca\x41\xc9\xb3\x4f\x9e\xd0\x35\x0d\x22\x1f\ \x50\x68\xe8\xfb\x06\xe1\x0c\xfb\x7d\x45\x92\x15\x08\x9d\x91\x24\ \x19\x42\x6a\x5e\xbd\xbd\xa5\x6d\xf6\x08\xad\x63\x91\xab\x80\xde\ \x46\xee\x89\x35\x8e\xbc\xc8\xe3\x66\x69\x63\x38\x5b\xa7\xea\x80\ \xe6\x38\x34\xa2\x67\x39\x20\x70\xce\xe1\xbd\xa7\xeb\x3a\xda\xc6\ \x91\xa5\x45\x9c\x01\x17\x29\x4a\xe6\xd4\xf5\x2d\x45\x1e\x0f\x1d\ \x21\x08\x8e\x66\x47\xe8\xb4\x00\x02\x29\x12\xb7\xad\xc9\x83\x24\ \x0b\x8a\x4c\x6a\x56\xfb\xd8\xe4\xf0\xfe\x09\xf9\xe0\x91\xfc\x71\ \xcf\xfc\x5f\xcf\xcc\x44\xc9\xa8\x1d\x0b\x41\x67\x1a\x9e\x3e\xbf\ \xe0\x6e\xf1\x2d\x75\x5b\x31\x72\x81\x22\x13\xd4\xba\x47\xd2\x91\ \x84\x0e\x82\xa1\xaa\x36\x3c\x7b\xfa\x88\x47\x8f\x9f\x73\x7a\x76\ \x12\x4f\x65\x04\x04\xee\x80\xe6\x94\x07\xa4\x65\xdc\x51\xba\xb6\ \xe1\x93\xe7\x4f\x19\x96\x39\xb7\x57\x57\xf1\xf4\x91\x27\x7c\xf6\ \xec\x29\xdf\xff\xf0\x02\x63\xdd\x41\x83\x07\x42\xfc\xaf\xf3\x9e\ \x60\x3d\x08\x8b\x56\x0a\x79\xd0\x57\xa5\x8c\x2d\xc6\xbd\x31\x0c\ \x87\x03\x9c\x33\xd8\xbe\x21\x4d\x53\x9a\xba\x46\x20\xe3\x22\xdc\ \x5b\x8a\x62\x80\x0c\x8e\x4d\xd7\x30\x9f\x9f\xb0\xaf\xea\x78\x62\ \x51\x8a\xf5\x6e\x8f\xed\xe2\x97\xd5\x85\xd8\xfc\xab\x94\xc2\x38\ \x1b\x11\xbf\xfe\x50\x7d\x41\xdc\xd0\x04\xb1\xf4\xcd\xba\x10\x81\ \x52\xde\xb1\xd9\xee\x98\x4e\xa7\x74\x5d\x43\xbd\xdf\xc7\x6b\xb3\ \xd2\xf1\x8a\xdf\xdd\xb3\xd9\xf7\xac\x16\x5b\x46\x03\x85\xe9\x03\ \x95\x3d\x94\x68\x0a\x85\xb3\x1e\xd3\x75\xe4\xba\xe4\xdd\xcd\x2d\ \xbf\xff\xfd\xd7\xfc\x9b\xff\xfe\x2f\x39\x3b\x3d\xa7\xda\x6d\x19\ \x16\x03\x6c\x6f\x19\x9c\xcc\x48\xa5\xe6\xe6\xf6\x86\xae\xef\x29\ \x3e\xce\xf8\x9d\xe0\x1d\x2f\xbe\xfe\x2d\xc1\xd7\x28\xed\x19\x8d\ \xa6\x9c\x9d\x3d\x47\x0a\x87\xb3\x35\x52\xfb\x48\x4e\x0d\x81\xa0\ \x52\xbc\x77\x11\x60\xd4\x77\x5c\x9c\xcd\xf9\xcb\xbf\xf8\x53\xf2\ \x44\xf2\xfa\xd5\x0f\x98\xae\x45\x2a\x89\xd2\x51\x9a\x11\x42\x11\ \x42\x42\xf0\x96\xe0\x5c\x3c\x99\x86\x00\x87\x8d\x24\x10\x62\xd6\ \xc3\x39\x12\x0f\x99\x8e\x32\x51\x6b\x23\x53\xe6\xb3\xcf\x3f\xe3\ \x57\xdf\x7e\x8b\x97\x32\x76\xb5\x49\x18\x8e\x46\xe0\x1d\x5f\xfe\ \xe2\x2b\x7c\xdb\x47\x27\x90\xf5\x48\xad\xa2\xc5\x5c\x27\x5c\x5d\ \x5d\x63\xba\x9e\x44\x2b\xea\x03\x6a\x57\x88\x40\x08\x91\xe3\xed\ \x5c\x74\x16\xb5\x6d\x43\x10\x91\x2e\xb8\x58\x2c\x59\xad\x37\xd1\ \x4e\x2e\x02\xce\x76\xc4\xd1\x49\xf8\x20\x5f\xc5\x2a\x92\x83\xdc\ \x13\x62\xd8\x92\xe0\x63\x16\x46\x28\x8c\xf3\xdc\x2f\x96\xdc\xdc\ \x2f\xa9\x3a\x43\x90\xf2\x40\x00\x8c\xe0\x39\xa5\x34\x42\x2b\xbc\ \xb7\x58\x03\x59\x16\x6d\xa6\x42\x6b\x84\x14\x68\x21\x62\x05\x8f\ \x89\x0b\x71\x34\x08\x48\x84\x94\x1f\x75\x00\x2f\x88\xc4\x40\xa5\ \x35\x10\xd8\x6e\xb6\xd4\xfb\x35\x08\x87\x17\xc4\x61\x70\xdd\x11\ \x9c\x20\x1b\x8c\x38\x39\x9e\xb2\x5e\x2d\x59\x2e\xef\x10\x78\xb4\ \x12\xb8\x10\xa2\xcc\x6c\x1d\xc6\x44\xe2\xa8\x96\x9e\x2c\x95\x08\ \xe2\x2d\x4d\x6b\x49\xd7\xc5\x5b\x87\x14\x31\x97\x12\x04\x48\x19\ \x6f\xc4\x52\x46\x79\xa9\x1c\xc0\xbe\xaa\x78\xfa\xe8\x29\x4a\xa9\ \x98\xdd\x10\x82\xf3\xb3\x33\x4e\xe6\x47\xf4\x6d\x4d\x5d\x6f\x41\ \xa7\x94\x45\x82\xf3\x19\xd3\xe9\x8c\xf5\xe2\x9a\x47\x0f\x1f\x70\ \x7a\x34\x8d\xe5\xac\x2a\xe5\xbb\x6f\xbf\xa5\x5a\xde\x32\x2c\x4a\ \x70\x0e\xd7\x5b\x6c\x1f\xd8\xba\x58\x52\x5b\x57\x15\x42\x06\x7c\ \xb0\x87\xcd\x2c\x7e\x0e\x10\x71\x8e\x2b\x25\x75\x5d\xc7\x4d\xce\ \x7b\x44\xc8\x68\xfb\x9e\xed\x2e\xda\xd2\x27\xd3\x19\xcb\xe5\xea\ \x3d\xec\x15\x6f\x23\xbb\xc8\x7b\x4b\xdf\xd5\xb1\x3b\x0f\x4f\xd7\ \xb6\x6c\x56\x35\x59\x32\xa4\x6d\x1c\xde\x19\x9e\x3d\x38\x66\xb1\ \xdc\x82\xb3\xa4\x3e\xa5\xde\x6c\xd9\x2c\x96\x04\x1b\x08\xce\xe3\ \x39\x60\xcb\xa5\xc0\x8b\x10\xfb\xf2\x7e\x92\xd6\xe0\x00\x52\x68\ \x6c\xef\xd8\x6c\x56\x78\xdf\xd3\xf6\x96\xd9\xd1\x9c\xc7\x8f\x9f\ \x33\x9b\x9c\x93\xe4\x43\x50\x0e\x6f\x37\xd8\xbe\xe3\xf1\xc5\x39\ \x8f\x1f\x3d\x03\x99\x1e\x74\xd4\x00\xc2\xe3\x0e\x69\x5d\x71\xe0\ \x7a\xc7\xf5\x23\x86\x9a\xa4\x14\x38\xd3\xb1\x5c\xde\xb1\xdb\x6c\ \x98\x8c\xc6\xbc\xbb\xbb\x63\xb3\x5a\xa1\xd2\xe2\x03\x02\x33\x84\ \x68\x8d\x0c\x21\x5a\x09\x83\x7f\x8f\x0c\x0e\x38\xef\xb0\xbd\x21\ \x49\x73\xba\xce\xb0\xdf\xed\x20\x78\x2e\x1e\x5e\x30\x1c\xe4\xf4\ \x7d\x8b\xed\x3d\xc3\xc1\x90\xb4\x88\xec\x86\x34\xc9\x51\x2a\x21\ \xd5\x0a\xdd\x47\x07\x89\x71\x8e\xae\xeb\x90\x01\xdc\xe1\x85\x57\ \x52\x60\xac\x61\x3a\x1e\x91\x66\x39\x37\x37\xb7\xe0\x0f\x8b\xd5\ \xa1\x9b\x4c\x48\x19\x39\xdf\x42\x60\x9c\xc5\x5a\x7b\x00\xf2\xa4\ \x38\x17\x6f\x0d\x5a\x29\x96\xb7\xd7\x2c\x6f\x12\xc6\x65\xc2\x20\ \x4d\x78\xf2\xe8\x98\xdf\x7d\xfd\x06\x63\x0d\x52\xff\xe1\x84\x13\ \xf0\x74\xad\x40\x4b\xc9\x37\xdf\x7d\xc7\xe7\x5f\xfc\x8c\xa7\x0f\ \x1f\xf1\xb7\x7f\xfb\x7f\x90\xa5\x09\x93\x4f\x3f\x63\xb9\x5a\xb3\ \xdb\xed\x78\x7b\x7b\xc7\xa7\xd3\xa3\x8f\x54\xfa\x17\x4f\x86\x67\ \xf3\x23\x94\x1c\xe1\x85\x21\x78\x49\x57\xed\x22\xaa\x54\x18\x02\ \x86\xf5\xbe\xa2\x6d\x25\x2a\x1d\xf2\xf0\xe9\x33\xc6\x47\x33\xea\ \xcd\x06\xdb\xec\x79\x78\x3a\x67\x71\x73\x85\xd0\xf1\x26\x60\xfb\ \x0e\x21\x40\x8a\xf0\x01\xb8\x36\x19\x0f\xe9\xda\x8e\xba\x3e\x68\ \x65\x07\xf2\x92\x3c\x84\xf8\xa4\xd4\x48\x15\x6f\x2b\x83\xb2\x64\ \x7b\x7b\x4b\x5f\xd7\x3c\x78\xfc\x88\x1f\x2f\xdf\x71\xb7\xd9\x32\ \x1b\x0c\x78\x3c\x9b\xb1\xbf\xbb\x03\xa9\xc8\xb3\x14\x0e\xd8\xd7\ \x3c\xcf\x11\x48\x7a\x6b\x11\x42\x51\xe6\x39\xbb\xbe\xa7\x2c\x73\ \x06\x65\xce\x66\xbd\x41\x1c\xde\x9b\xbe\xef\x50\x4a\x91\xe5\x29\ \xce\x3a\x8c\x75\xb4\x5d\x4f\x92\x84\x88\x40\x88\x16\xb7\xc3\x0c\ \x31\x41\xe9\xf8\xe7\xde\x98\x03\xe9\x33\x1c\x0e\x48\x87\xf7\x53\ \x42\xd7\x3b\xac\xa9\x91\xc2\xa3\xa5\x60\xbd\xdd\xe1\x83\x40\xaa\ \x24\x2e\xda\x32\x3a\xc8\xbc\x73\x28\x11\x90\x44\x34\xb2\x31\x2d\ \x88\x78\x78\x21\x38\xb2\x34\x8b\x9b\x63\xe7\xde\xdf\x1f\x62\x1f\ \xde\xc1\x91\xf8\xb1\xfa\xd8\x02\xf1\x20\xd4\x1a\xcf\xed\xdd\x8a\ \x6a\xb9\x24\x98\x2a\x56\x26\x09\xcf\xf1\xfc\x98\xb3\xf3\x87\x4c\ \x8f\x4e\xd1\xa3\x19\xb6\xb3\x64\xa9\x44\x0a\x8f\x10\x1e\xdb\xb7\ \x34\xc6\x63\xec\x7b\x76\x7b\x74\xb0\x6a\xe5\x70\x76\x4f\x91\x9c\ \xe1\xad\xc0\xb4\x2d\x52\xa4\x84\xa0\x40\xc6\x83\x8b\x52\x12\x75\ \x78\x37\xb4\xd6\x68\x1d\xdb\xaa\x9d\x73\x3c\x7c\xf8\xf0\x60\xfe\ \xb8\xa6\x37\xdd\x07\x5b\x7e\x96\x2a\xc6\x4a\xe3\x91\x6c\xb6\x7b\ \x36\x7d\xc7\x30\x4b\x48\x95\xe4\xec\xe4\x04\x2d\x23\x62\xdb\x3b\ \x4f\xd7\xd4\x07\x90\x5e\x8f\x3a\x18\x7c\xea\x3e\x3a\xe8\x82\x77\ \x64\x99\xa6\x37\x1d\x01\x19\x7f\x9f\x82\x0f\xcf\xc0\x7b\x17\x7b\ \xb2\x4c\xb4\x26\x83\xa0\x69\x1a\x96\xcb\x35\x42\x68\xa6\x47\xc7\ \xe8\x34\x8b\x91\x00\x21\x3f\x48\x8f\x59\x9a\xe1\x4c\x9c\xcb\x6c\ \xd7\x7b\xbc\xdf\x92\x28\xc5\x62\x57\x53\x05\x8f\x4e\x66\xa4\xd9\ \x90\xa6\x35\xf4\xb6\xc3\x58\x49\xdb\x0a\xba\xae\xc5\xb9\xe8\x26\ \xf4\x87\x0d\x5e\x4b\x19\x25\x3f\x11\x3e\x48\x84\x3f\xbd\x99\x09\ \x1e\x29\x35\xc3\xe1\x8c\xae\x6b\xf9\xe7\xdf\xfe\x86\xa2\xcc\xf8\ \xf2\x4f\xfe\x92\x41\x5e\x46\x0f\xbe\xb8\x45\x08\x8b\xce\x25\x32\ \xc9\x62\xb8\x46\x59\x54\x36\x04\xa1\x3e\x00\xd9\xc5\xe1\x41\x45\ \xec\xee\x1f\x4e\x43\x92\x40\xb3\xdb\x82\xef\xf9\xf2\xf3\x4f\xf9\ \xe1\xc5\x8b\x03\xf8\xa8\xe3\x68\x32\x61\xdf\xc5\x3a\xee\x78\x25\ \x7e\xaf\xb0\x7a\xbc\x17\x04\x19\x87\xc5\xef\x4f\x01\x5a\xc7\x05\ \x7d\x3a\x99\x30\x28\x0a\xb2\x7c\xcc\xc9\x7c\x46\x96\x25\x9c\x9f\ \x9f\x53\xef\x1b\x7c\x90\xac\x77\x4d\xb4\x75\x2a\x89\xb5\x8e\xd9\ \x74\x4a\xef\x02\x41\x69\x90\x1a\xe3\x3d\x5d\xdb\x20\x43\x20\x11\ \x9e\x22\x8b\x96\xe1\xe3\xe9\x8c\x34\x49\xd9\xdc\x2f\xd1\x52\xc5\ \x53\xaa\x8b\x1a\x76\xdf\x77\x38\x24\x1d\x3d\x89\x4a\x28\x8b\x82\ \xfd\x7e\xcf\xa0\xc8\x19\x0e\x06\x38\x6b\x08\xc6\x22\x9c\x65\x56\ \x58\xd2\xa4\xc5\xbb\x2c\xd6\x4d\x98\x06\xa9\xe2\xe0\xcf\x5a\x4b\ \x70\x91\xde\xe7\xac\x25\x48\x49\x5d\x57\x2c\x16\x0b\x9e\x3e\x7e\ \x4c\xa1\x93\x68\xbf\xdc\xc7\x36\xd5\xc5\x66\xcd\xe5\x62\xc1\xa7\ \x4a\x45\xce\xc7\xc7\xb8\x99\x04\xcf\x7a\xb1\x40\x6b\x8b\x0d\x3d\ \x75\xd5\x60\x5b\x81\x08\x81\xae\xdb\x92\x97\x92\x7c\x30\x62\x76\ \xfc\x98\xf9\xf9\x31\x89\xf4\xbc\xf8\xe7\x5f\x53\xef\xf7\x54\xbb\ \x58\x08\xe8\x03\xa8\x34\xa7\xb1\x36\xfe\xec\xce\xa1\x93\x88\x6d\ \x55\x89\x66\x3c\x1e\xb3\xe8\xef\xe3\x06\x42\x94\x6e\xe4\x61\x05\ \x12\x52\x44\xe9\xe8\x00\x00\x72\xce\xf2\xe9\xd3\xa7\x3c\x3a\x3d\ \x45\x21\x38\x4a\x0b\x56\xcd\x1d\x9f\x7f\xfe\x05\x8f\x8e\xa6\xac\ \x75\x42\x96\x67\x64\x89\xc6\xbb\x68\xc0\xf0\xc1\x13\xac\x45\x4b\ \x85\xd6\x92\xa3\xe9\x98\x61\x19\x8b\xfb\x84\x80\xae\xef\x70\xde\ \x21\x08\x78\xef\x0e\x8b\x58\xfc\xea\x49\x9d\x63\xad\xa5\x2c\xa3\ \xae\xde\xf5\xef\x17\x9a\x83\x2c\x13\xe2\xe6\x21\x84\xc0\xd9\x1e\ \xe7\x0c\x4a\x24\x04\x0f\xd6\xd9\x0f\x75\x2b\x41\x08\x94\xf0\xf8\ \x10\xb0\xce\x83\x8c\xce\xb4\x10\x3c\x08\x85\x3c\xbc\xbb\xe2\x70\ \xd3\x11\x42\xc4\x40\x9d\x03\x27\x25\xfe\x80\xa0\x4d\xb5\xc6\xea\ \xb8\xb0\x89\xc3\x7b\xab\x94\xfa\xa8\xfc\x1a\x01\x38\x24\xad\x93\ \x14\x83\x19\x67\xf3\x09\xae\xdf\xe1\xec\x0e\x5c\xc3\xf9\xc3\x73\ \xac\x35\x5c\xbf\x79\x4d\x9e\x2d\x50\x83\x01\xf3\xf9\x8c\xaf\xd4\ \xcf\x08\x3a\xe7\xe6\x7e\xc5\x37\xdf\xfd\x10\x2d\xaf\x4a\xc5\x83\ \xa3\x4a\xc8\x53\xcb\x64\x54\x30\x9d\xa4\xac\x56\xab\xd8\xb8\x1d\ \x0e\xeb\xc1\xe1\x10\x21\x65\xbc\x71\x69\xad\x3f\x6c\x22\x11\xc6\ \x17\x0f\x78\x4d\xd3\x90\x17\x05\x6d\xd7\xb2\x5c\x2e\x78\xf8\xe8\ \x01\xa9\x2c\x70\xde\x93\x48\x8d\xf4\x1e\x61\x2d\x89\x10\x94\x69\ \x46\xf0\x01\xa1\x34\x49\x9a\xb0\xde\x6c\xb9\x5d\x6e\x70\x88\x28\ \x2d\xa6\x29\x5e\xc4\x3d\x39\xd3\x0a\xd3\x47\xbb\x6e\xa8\x0d\xde\ \x1c\x94\x13\xc1\x87\x9b\x53\x92\x65\xa8\x43\xf6\x85\xc3\xb3\x33\ \xc6\x1f\x72\x71\xd1\x15\xf6\x1e\xd4\xd5\x1b\x83\x77\x9e\xfd\x6e\ \x4f\xaf\x25\x04\x47\xf0\x06\x21\x5a\x8c\xab\xd1\x2a\x10\xbc\x44\ \xab\x82\x34\x19\xa0\x93\x82\xba\xe9\x62\xb3\xb9\xf0\x54\xb6\xa3\ \xe9\x5a\x5a\x67\x69\x6c\x0f\x5a\xe1\x82\x8f\x88\xf2\xc3\x33\x52\ \x42\xfc\x34\x07\xf0\x42\x08\x4c\x6f\x71\x16\x26\xb3\x29\x7f\x3a\ \xfb\x0b\x9e\x3e\x7d\x42\x59\x0c\xa8\xd6\x6b\xf6\xbb\x1d\xae\xdd\ \x91\x2a\x07\xde\x91\x0e\x4b\x92\xc1\x98\xe1\x2c\x41\xa9\x3f\xb8\ \x34\x38\xe8\xa4\x88\x98\x2e\x15\x4a\xe0\x7b\x83\x56\x8a\xbe\xad\ \xa8\xaa\x0d\x7d\x6f\xe9\x9a\x9a\x2f\xbe\xf8\x82\x3c\xcf\x79\xf1\ \xfd\x0b\x26\x93\x29\xbb\x9b\x7b\x9c\x75\x20\x0f\x9b\x91\x77\x87\ \x61\xa8\x3c\x68\xf0\x0e\x6f\xa3\x01\x40\xa6\x29\x89\x4e\xf8\xe2\ \x67\x5f\xf2\xb3\xcf\x3f\xc3\x7b\x43\xdb\x36\x74\x5d\x43\x9a\x26\ \x0c\x8a\x12\xef\x25\xbb\xea\x1d\xab\xcd\x86\x8b\xb3\x63\x4e\x4e\ \x4f\x39\x9e\xcd\xd8\xec\x2b\x74\x96\x53\x37\x1d\x79\x11\xeb\xc3\ \x4d\xd7\x46\xbb\x6a\x70\xe0\x03\xb6\x37\xa4\x3a\x89\x90\x2d\x04\ \xbd\x31\x58\x1f\x43\x71\x42\x46\x07\x88\x56\x9a\x3c\x8b\x5d\x3d\ \xce\x39\x9c\x0f\x9c\xce\xe7\xec\xb6\xd1\x50\x70\x74\x72\x1c\x5f\ \x4c\xdb\x92\xca\x1c\x67\x3a\x8c\x33\xf8\x90\x44\xad\xd6\x18\x02\ \x51\xbe\xeb\xfb\x88\x23\x0e\x5e\x1d\x2c\xd5\x0f\x38\x3e\x3a\x8a\ \x84\xc9\xba\xa1\xee\x3a\x7e\x7c\x77\x89\x57\x7f\x5c\x90\xe9\xff\ \x5f\x3d\x8f\x27\x33\x8f\xa0\x6e\x3a\x96\xcb\x0d\x38\x89\x06\x12\ \xed\xb8\x38\x3d\xa3\x1c\x8d\x68\x7b\xc3\x7e\xbd\x44\x6c\xb6\x14\ \xa9\x40\x8d\x72\x44\xb0\x74\x4d\xcf\x6e\xb7\x47\xe5\x26\x32\x2b\ \x0e\x49\x70\x09\x38\xd7\x31\x18\x64\x14\x89\xf8\xb0\xd8\x7b\x7f\ \x18\xe4\x13\x03\x8b\x42\x48\xd0\xea\x83\xcb\x2b\x51\x9a\x2c\x49\ \xc1\x5a\x9a\xa6\x25\x71\x81\x91\x4e\xe8\x17\x2b\x42\x59\x72\x3e\ \x9f\xc7\xbf\x6b\x63\x3a\x3b\x04\x19\x65\xb3\x10\x90\x22\xca\x05\ \x45\x92\x90\xa5\x29\xbb\xfd\x9e\xba\xae\x10\x02\x94\x12\x38\x1b\ \x0e\x41\x53\xf9\x61\xa3\x89\x32\x47\xdc\x54\xad\x71\x48\x11\xbf\ \xd4\xde\xc7\xdb\xb5\x54\x0a\xad\xf4\x61\xd8\x6c\xe9\x08\xd1\x2c\ \x42\xbc\x99\xc4\x76\xdd\x68\x77\x16\x08\x34\x12\x29\x15\xc1\xda\ \xf8\x73\x8a\xf8\xf9\xde\x1f\x8c\x22\x70\x2d\xca\x17\x4a\x12\x8d\ \x08\xfe\x30\x64\x37\x86\x3c\x4d\xe3\xcc\xc4\x99\x98\xc7\x89\x60\ \x74\x02\x7c\x44\x6a\x6f\x20\x04\x89\x0b\x92\xe9\xf1\x9c\xcf\xbe\ \xfa\x1c\xdb\xef\x48\x44\xcb\xf6\xee\x2d\xab\xf5\x02\xd3\x59\xb4\ \xca\x70\x68\xf2\xb2\x24\x3f\x9a\x71\x72\x76\x86\x97\x09\x79\x5e\ \xf0\xf2\xe5\xab\x58\x7f\x92\x44\x52\xa3\x0a\x82\x4f\x9e\x3e\xe2\ \x2f\xff\xcd\x33\x3c\x29\xaf\x5f\x5f\xc6\x1b\xe8\xe1\x3c\x29\x82\ \x38\xc8\x4a\x21\xfe\xbe\x09\x71\x81\x0e\x90\xa5\x39\x49\x92\xd0\ \xf7\xfd\x41\x0e\x54\x1f\x9c\x52\xde\xf9\xe8\xf6\x12\x22\xd6\x8e\ \x6c\x37\x88\xe0\x29\xd3\x8c\x87\x0f\x1e\xd0\x54\x35\xc9\x24\x56\ \x1e\x79\xa1\xa8\x3a\x83\x48\x32\x3a\xd3\xa1\x85\xa0\xb7\xe6\x90\ \x84\xef\x49\x53\xc1\x7a\x7d\x8f\x90\x1a\x48\x0f\x07\x01\x7f\x40\ \x2d\x04\x94\xd2\xf8\xc3\x7a\x63\x0f\xb7\x0e\xad\x15\x75\x5d\x73\ \x74\x74\xc4\xe9\xe9\x19\xdb\xed\x16\xe7\xde\x1f\x4c\xe2\x0d\x5b\ \x25\x69\x94\xf1\xbb\x1a\x63\xb6\xa4\x79\x34\x17\x68\x95\xe2\x9d\ \x20\x4d\x8a\x28\x69\x7b\x4f\x5d\xd7\x24\x2a\xe0\x84\xa2\xed\x6a\ \x1a\xdf\xd3\x63\xb1\xde\x73\x18\x2f\xc7\x77\x29\x7a\x36\x7e\xa2\ \x37\x13\x1f\x48\x8b\x04\x17\x34\x17\xcf\x1e\x53\x94\x43\x24\x91\ \x18\x68\xfa\x1a\xe1\x7b\xa6\xe3\x92\x44\x0b\x54\xa2\x10\xb6\x43\ \x9a\x1d\x59\x13\xe8\x9b\x3b\x8c\x94\xd8\xd6\x20\x74\x41\x10\x39\ \xc5\xe4\x14\x44\x72\xc8\x31\x78\x96\xb7\x1b\xea\xee\x8a\xfd\x7e\ \x0d\x6e\x4a\xdb\x29\xa6\x2a\xe7\xe8\xd1\x03\xfe\xe9\xb7\xbf\x21\ \xac\xd6\xb4\x6d\x6c\xf9\x54\x52\xc4\x2b\x67\xf0\x28\x25\x11\xef\ \xe7\x2f\x42\x52\x0c\x06\x74\xd6\x83\xd0\xb4\x9d\x01\x29\x90\x3a\ \x61\x90\x0f\x01\x49\x9a\xa6\xc8\xf7\x75\x1c\xc1\xd0\xd6\xf7\xc8\ \x60\x18\x8f\x2e\x38\x39\xfe\x9c\xb6\x35\x64\x69\x82\x31\x3d\xae\ \x6f\xd0\x49\x42\x91\x24\xe8\x10\x08\x5e\x47\x39\xc2\x7b\x76\x75\ \x4d\x9a\xe7\xe4\x83\x12\xe3\x1c\xa6\x37\x28\x95\xa0\x12\x4d\x9a\ \x78\xa4\x16\x68\x12\xb2\x34\xc7\x38\x47\xdb\xd5\xe8\xae\xe5\x68\ \x38\xa2\x12\x29\x6a\x5c\x12\x8e\x1f\xf3\x7a\x5f\x10\x16\x57\x0c\ \x94\x60\xbd\xed\xa8\xdb\x40\x56\xc6\x3a\x17\x2f\x2d\x5e\x38\x8c\ \x00\x85\xc2\x1b\x8f\xb5\x2e\xd2\xeb\x9c\x89\x7c\x68\x21\xc8\x94\ \xe6\x7a\x79\x8b\xeb\x3d\x42\x44\xe2\xde\xc7\x6a\xd7\x90\x52\xf2\ \xe5\xbf\xfd\x2b\xd0\x82\x10\x6c\x1c\x9c\x12\xf0\xb6\xe7\xee\xc7\ \x97\x2c\xee\x6f\x58\x55\x2b\x70\x30\x5e\x37\x8c\x87\x03\x92\xb3\ \x11\xd3\x93\x23\xc6\xc7\x73\xec\x2e\x70\xff\xcb\x5f\x71\x5f\x2d\ \xc8\x26\x43\x8e\xe6\x33\x46\x3b\x4b\xdd\xec\xf9\xf9\xcf\x9f\xf0\ \xf9\xe7\x73\x16\xf7\x0b\xae\xde\x3a\x5a\x77\xe0\xc1\xd3\x11\x70\ \xc8\x90\x11\x82\x22\x09\x1a\x67\x1c\x56\xc4\xd9\x80\xc5\x51\x77\ \x35\x6d\xd7\x31\x9b\x0e\x49\x93\x0b\x8a\x72\x10\x4f\x7f\x44\xfe\ \xbb\x3f\x7c\xf9\x8a\xac\x20\x84\x80\x09\xe6\xc0\xe0\x08\x48\x25\ \x71\xc6\x72\xf5\xee\x92\xae\xed\x90\x87\xfa\xff\x78\xd0\x09\xf4\ \x9d\x25\x4d\x0e\xa1\xcf\x03\x21\xd3\xbb\x38\xf0\xee\x8d\xfd\x70\ \x2b\x09\x87\x95\x30\xca\xb4\x81\x22\x49\x49\x47\x09\xab\xcd\x3a\ \xb2\x3e\x7c\x04\xbd\xc9\xc3\xe1\xc7\x1a\x8b\x0b\xe1\x90\x8b\x89\ \x43\x66\x11\xfe\x20\x8d\x86\x10\x70\x1e\x44\x88\x5c\x16\x29\x64\ \xec\xa8\xb3\x51\x5e\x51\x3a\x89\x2e\x43\x21\x41\x28\xac\x75\x00\ \x94\x65\xc9\x70\x38\xfa\x43\xc5\xcb\x47\xb8\x9b\x48\x6f\x49\x5c\ \xcf\xcd\xdb\x97\x8c\xa8\xd0\xbe\x66\x58\x68\xb2\x41\xc6\x38\x2f\ \xa0\x54\x74\xbd\xa1\x6b\x6b\xd4\x0d\x1c\x15\x29\x26\xec\x58\xdc\ \x6f\x99\xa5\x13\x1e\x1e\x95\xbc\xbd\xeb\x70\x62\x00\x62\x4d\x6a\ \x14\x93\x2c\x07\x3a\xb6\x9b\x0d\x42\xd8\xc8\x17\x49\x06\x58\x27\ \xb1\xd6\xf3\x1e\x0d\xee\x9d\xc7\x07\x8f\x75\xb1\xb9\xd7\xe3\x63\ \x09\x66\x5b\xf3\xe4\xc9\x53\xfa\xae\xe1\xea\xdd\x5b\x52\x95\x80\ \xf3\x58\xd3\x93\x26\x29\x6d\xdb\x32\x1e\x8f\x19\x0e\x06\xa8\x44\ \xf0\xe0\xc1\x09\x21\x78\xba\x76\x47\x9e\x17\x74\xcd\x1e\x89\x8f\ \x8b\xbd\x8c\x33\xac\xa2\xcc\x31\xd6\xe1\xac\x23\x51\x09\xa3\xc9\ \x31\xa6\xb7\xf4\x75\x7b\x78\x3e\xf1\x6c\x26\x82\x24\x04\x8b\x0c\ \x8a\x2c\x4b\x81\x68\xdb\x15\x21\xd0\x8b\x1e\xd3\xf7\x24\x8a\x78\ \xa0\xe8\x2a\x8a\x22\xa3\xa9\x3d\xa8\x80\xce\x74\x54\x4e\x80\x24\ \xcd\x48\x12\xc9\x72\xb1\xc0\x7b\x45\xdb\x75\x8c\x85\x25\x4d\x63\ \x77\xa0\x52\x8a\xa6\x33\x74\xa1\x67\xb3\xdf\xc6\xcd\x0c\x4f\xea\ \x1d\xee\xd0\xb4\x13\x65\x48\x8d\x90\x3f\x51\xd2\xa2\x73\x8e\xa3\ \xa3\x19\xe5\xa3\x07\x24\x69\x81\x0b\x51\xd9\x56\xc1\x92\xa8\x80\ \xe9\x2b\xae\x96\x5b\x8a\xb2\x20\x4d\x53\xf6\xab\x7b\x6c\x57\x23\ \xa4\xc7\xd9\x9e\xb4\xc8\x91\x69\xc6\xf1\xd9\x63\xc6\x27\x8f\xe3\ \x66\x93\x26\xe0\x1d\xdb\xd5\x82\xf5\x72\x83\x09\x4b\xfa\xbe\xc2\ \x76\x29\xc6\x27\xac\xb6\x35\xd0\xb1\xd9\x2d\xc9\x26\x29\x88\xa8\ \x6b\x0b\xc7\x87\xa1\xbd\x38\x5c\xf5\xa4\x90\xb1\x4a\x5e\xa7\x24\ \x69\xca\xbe\xeb\x28\x8a\x01\x77\xf7\xf7\x24\xfa\x05\xa7\x27\x27\ \x07\x27\x85\x06\x1c\x59\x96\xe0\x6c\xcb\xf9\xd9\x31\x01\x41\x9a\ \xc8\x0f\xfa\x6e\x9a\x66\x74\xed\x2e\x0e\x3a\x43\x20\x49\x34\x32\ \x4d\x70\x2e\xc1\x98\x0e\x42\x4c\x31\x9f\x26\x09\x9f\x7c\xf6\x19\ \xdf\x7e\xff\x1d\xa8\x38\x2c\x45\xc4\x5a\x6e\x29\x05\x09\x1a\x6b\ \x0c\xad\xe9\xb0\xde\x62\xac\xa0\x6d\x7b\x82\xd4\x0c\x8e\xcf\xd0\ \xc7\x17\x5c\x36\x3d\x47\xc9\x05\xcd\xfa\x8a\x1f\xdf\xdd\x43\x92\ \xc5\xfa\x19\xd3\x46\x2f\xbb\xf2\x80\x46\x86\xb8\x90\x3a\xef\x30\ \xce\xe2\x82\x27\x2f\x4b\x9a\xaa\x66\xbd\x5a\xb3\x5a\xae\x68\x3b\ \x13\x81\x4a\x1f\x2b\xc2\x76\x18\x32\x7e\xff\xed\xd7\x20\x3c\x59\ \xaa\x49\x12\x81\xc4\xa1\x09\x8c\x46\x25\xc2\xcf\x90\xde\xc6\x4e\ \x2b\xb3\x67\xbb\xad\x39\x7e\x90\xe0\xcc\x8e\xd5\xe5\x86\x54\x0e\ \x49\x73\xcb\x76\xbb\x61\x32\x2a\x19\x8f\xa7\xf4\x7e\x47\xd7\x56\ \x24\x89\xa4\xeb\x76\x34\x75\x9c\x59\x88\xa0\x08\x42\xe0\x83\x23\ \x60\x11\x22\x43\xf8\xc8\x68\x0f\xf8\x83\xdd\xda\xd3\x3b\x8b\x4a\ \x35\xd3\x61\x89\xb3\x8e\xd9\x6c\x8a\x73\x87\x83\x85\x92\x1f\xb4\ \x1a\x15\xbf\x79\xf8\x83\x1d\xdd\x18\x43\x9a\xa6\x0c\x06\x03\x84\ \x95\xb4\x4d\x1b\x87\xcd\x3e\x36\x5a\x27\x69\x16\xdf\x23\x7f\x98\ \xef\x11\xff\x7f\x08\x30\x18\x0e\xa3\x24\xb6\x5c\x47\x9a\xa8\x8f\ \xd2\x55\xd4\x5b\x23\x90\x2c\xd1\x8a\x54\x4a\xb6\xdb\x1d\xbd\xb5\ \xa4\x69\x82\xb5\x3d\x42\x27\xe4\x45\x41\x52\x96\xd4\x55\x45\x08\ \x71\xf6\xf6\xfe\x1d\x0e\x07\x27\x93\x54\x2a\xce\x89\x64\xfc\x4c\ \xe1\x70\x9b\x49\x0e\x5c\xf2\x24\x49\x0f\x0e\xb8\xa8\xff\xab\xc3\ \xa6\x09\x31\x4b\xf5\x11\xaf\x26\x40\x2c\x2d\xbc\xbd\xbf\xc5\xb6\ \x6b\x4a\xe5\x38\x9d\x0e\xf0\xae\x23\x49\x13\x74\x96\x52\x0c\x46\ \x94\xc3\x92\x49\x79\x8c\xb1\x2d\x6d\xb0\x4c\x8e\xe7\x28\x53\xf0\ \xb3\x4f\x3f\x67\x6b\x5e\x71\x57\x59\xa4\x16\x58\xab\xb8\xbe\x59\ \xf0\xf9\xcf\xe7\x28\x99\x22\x0e\x3d\x64\xce\xf6\x84\x90\x11\x82\ \x3f\xc8\xd4\xf1\xf7\x12\x7c\xfc\xde\x39\x17\x1d\x73\x59\x9e\xb1\ \x5a\x2e\xf9\xfc\xb3\xcf\x98\x4d\xa7\x0c\xf2\x9c\xe0\xdc\x41\x56\ \x8a\xae\x29\xef\x3d\x47\xb3\x19\x81\x80\xf7\x96\xb6\x8d\x83\xf2\ \x2c\xcb\x68\x9a\x3d\xaf\x7e\xf8\xfe\x50\x49\x22\x63\x5e\xe5\x20\ \x13\x0b\x22\x96\xd8\x1a\x47\x6f\x3c\xd6\x46\xc7\x5c\x08\x21\x2a\ \x0d\xfc\xa1\x61\x40\x4a\xc9\x64\x32\xe1\xee\xee\x3e\x2a\x23\x87\ \x43\xc0\x66\xb3\xe1\xc7\xd7\xaf\x48\xd2\x94\x2c\xd5\x94\x65\x81\ \x31\x43\xde\x5e\x79\x7a\x6b\xd1\x69\x82\x35\x71\x7e\x6a\x6c\x60\ \x57\xb5\xa4\x49\x4e\x5e\x94\xf1\xe0\xea\x0c\x42\x29\xea\x7d\xc5\ \x68\x34\x64\x3c\x9d\xb1\xdb\x57\x54\xbb\xc8\x48\x21\x44\x57\xa3\ \x08\x81\x40\xe4\xe6\x48\xa9\x7f\x9a\xad\xc1\xef\xa5\xae\x34\x89\ \x9d\x3b\x4a\x80\xf7\x16\x21\x03\x45\x99\x30\x3f\x9a\xb0\xd3\x02\ \x9d\xa4\x78\x0f\x9d\x57\x58\x52\x84\x33\xd8\x3e\x30\x3f\x9d\x72\ \x74\x7a\x86\x41\xd2\xef\x56\x38\x6a\x26\x67\x8f\xd8\x57\x11\x76\ \x94\x68\x8f\x37\x0e\x67\x7a\xb4\x0e\xec\x77\x15\xbe\x1f\x61\xfa\ \x8a\x61\x01\x65\x1e\xd8\xec\xbb\x03\x24\x28\x7e\xe1\xb5\x52\xd1\ \xf5\x71\xf8\x02\x06\x1f\xb1\xbc\x49\x9a\x20\xda\x0e\x67\x0c\x4d\ \x5d\xa1\x95\x8c\x33\x14\x04\x42\x81\x33\xd1\xed\x95\xe5\x05\x0f\ \x1f\x3d\xc6\x7b\x8f\xe9\x63\xe6\xc5\xb9\x10\x1b\x5f\x0f\x01\xa9\ \x38\xec\x7f\xdf\x13\x94\xa0\x64\x8e\xf7\x11\xf4\x03\x81\xf1\x78\ \x1c\x1f\xac\x88\x27\x49\xa9\x14\x36\xc4\x1b\x44\xf0\x91\x1c\xd8\ \xda\x0e\x9d\xc6\xcf\xda\xf4\x3d\x4e\x25\x6c\xab\x96\xfa\xea\x9e\ \xae\x6d\xf9\x64\x90\x93\xfa\xc0\xde\x79\x74\x56\x62\x8d\x01\xe7\ \x10\x36\x90\x48\x41\x12\x24\x22\xc4\x8d\xce\x1d\xee\xba\xef\xeb\ \xf4\xb3\xbc\xe0\xfa\xe6\x1d\xab\xf5\x06\x13\x02\x4d\x67\xe2\xcb\ \xf7\x31\xb6\x93\x10\x75\xe1\x9b\x37\x2f\x90\xc2\xd3\x34\x0d\x4a\ \x82\x14\x96\x4c\x4b\x66\xa3\x11\xde\xb4\xa4\x12\xf2\x34\x43\x8f\ \x87\xb8\x34\xa3\xaa\x1b\xec\xbe\x66\x3c\x1a\x60\xfb\x1d\x47\xc7\ \x92\x6c\x93\xe0\x5d\x82\x0d\x12\x74\x34\x61\x5c\x5f\x2f\x78\xf4\ \xf8\x39\xce\x29\xfa\x2e\x86\x13\x05\xe1\xc3\x8c\x81\x10\x07\xb1\ \xe1\x60\x51\x7e\x7f\x13\xa8\xab\x8a\xfd\xbe\xe6\x68\x96\xc6\x13\ \xa1\x8e\x69\x6b\x71\x78\x0f\xde\xff\x1b\x88\xb9\x84\xe0\x63\xd8\ \x31\xd6\x75\x58\xda\xa6\x65\xb7\xab\xd8\x6e\x63\x0a\xfe\xbd\x5c\ \xe4\xbd\xe7\xe4\x74\x4e\xdf\x76\x54\xfb\x7d\x94\x5d\x0e\xfa\xfd\ \x7e\xbf\x8f\xed\xaf\x89\xfe\x60\x53\xfd\x30\x9f\x0d\x01\xef\x62\ \xcd\xfe\x93\x27\x4f\xc8\xcb\x82\x57\xaf\x5f\x1f\xa4\xb5\xe8\x04\ \x52\x4a\x53\x96\x65\xbc\x11\x1f\xa4\x3e\x0e\x7a\xfc\xfb\x99\x8b\ \x92\x22\x16\x92\x7a\x1f\x37\xb4\xf7\x59\x1f\xf8\x90\x87\xe9\x0f\ \x8d\x0d\x1f\xfe\x5e\x08\xe4\x59\x71\x08\x51\x7e\xc4\x28\x80\x90\ \x88\x7c\xc0\xd1\xd9\x19\xcf\x2e\xe6\x14\xca\x30\xce\x35\x5f\xff\ \xee\x9f\x18\x2b\xc5\x64\x38\x66\x38\x9e\xe0\x84\xa2\x49\x34\xc9\ \x78\x48\xe8\x2b\xca\x62\x4c\xb7\xf2\xb4\x35\x64\x59\x4a\x1e\x5a\ \xea\x3e\xd0\x69\xc1\xe5\x6a\xc3\x6f\x7e\xfd\x03\x3a\x29\xd8\x6c\ \x1b\xfa\xde\x90\x16\x05\xd6\x9a\x0f\xbf\xcc\x68\xcc\x51\x07\x29\ \xcb\x91\x24\x1c\x0c\x1b\x82\xcd\x26\x56\xda\x17\x45\xc1\x64\x32\ \x89\x92\xa4\x56\x04\x11\xb1\xc7\x21\x04\xd2\x2c\xbe\x13\x21\x78\ \xf2\x3c\x2e\xd4\xd6\x5a\x94\x8a\x79\x31\x6b\xff\x90\x78\xcf\xb2\ \xec\xc3\x3c\x24\xc8\xc3\xa1\xc5\x1f\x9c\xa0\x26\xca\x59\x5a\xff\ \x21\x0f\xea\x5c\xbc\x65\x9e\x9e\x9e\x91\xe7\x39\xdf\x7f\xff\x3d\ \x4a\x6b\xb4\xd2\x18\x63\x58\x2e\xd7\x1c\x1d\xcf\xb0\x4e\xa0\x93\ \x9e\xa2\x28\xc9\xb3\x02\x6b\x1c\x5d\xdb\x23\x43\x5c\xd7\x74\xa2\ \x28\xcb\x21\xfb\x6d\x8d\x14\xff\x37\x75\x6f\xf6\x23\x59\x9e\xdd\ \xf7\x7d\x7e\xdb\xdd\x22\x22\x23\xd7\xca\x5a\xba\xaa\x7b\x7a\x7a\ \x16\x91\x23\x4a\x24\x44\x0a\x7e\xb0\xe1\x67\xfd\xb7\x02\x04\x3f\ \xe8\x51\x30\x2c\x40\xb2\x29\x52\xa2\x28\x0e\x67\x7a\xaf\xae\x25\ \xf7\xd8\xee\xfa\x5b\xfc\x70\x7e\x11\x59\x33\xa4\x65\x0a\x2e\x03\ \xec\x06\x1a\xdd\x9d\x9d\x15\x19\x19\xf7\xde\xdf\x39\xe7\x7b\xbe\ \x4b\x4d\x51\xd6\xa4\x04\xd3\x30\xb0\xdb\xed\x68\xca\x0a\x97\x5d\ \xa9\xdb\xae\x23\x90\x84\x41\x80\xc9\xb4\x69\x4d\xf4\x81\xa6\x9a\ \x1d\xf4\x4e\x3f\x32\x6a\xb0\xe1\xfe\xf6\x8e\xd0\xf5\x2c\x8e\x97\ \x04\x22\xa5\x85\xa9\xdf\x62\x4d\x64\x79\xba\xe4\xf8\xc9\x05\x09\ \x07\xda\xf1\xc9\xcf\x7e\x89\xf7\x03\x7d\xb7\x25\xed\x56\xec\x6e\ \xaf\xd8\xbc\xbf\xa2\xed\x3b\x9a\xa3\x13\xea\xe3\x33\xa6\xf6\x96\ \xb2\x28\x28\xce\x4f\xf8\xfa\xcb\x5f\xe3\xfd\x80\x33\x15\x63\xce\ \x14\x3f\x5d\x1e\xd3\x77\x3b\xfe\xd5\xbf\xfa\x5f\xf9\xf5\x7f\xf9\ \x96\x1f\xae\xb6\x28\x53\xe4\xae\x2d\x1d\xec\x3e\x94\x11\x7d\x00\ \x39\x9d\xac\x74\x25\x8a\x9d\xd8\xa4\xb4\x2d\x4a\x25\x16\x8b\x39\ \x43\xdf\x61\x94\x46\x17\x22\x08\x73\xae\xc8\xac\x0e\x43\x34\x09\ \xa3\x4d\x86\x48\x02\xde\xcb\xcd\xe9\xa7\x89\x10\x64\x37\x53\x16\ \xd2\x01\x2a\xc4\xa4\xef\xfe\xfe\x81\xd5\x7a\x8d\xf7\x13\xcd\xac\ \x61\x9a\x44\x60\x35\x78\x4f\x8c\x81\x4a\x5b\x8a\xc2\xd1\x4d\x2d\ \xe3\x30\x42\x55\xd1\xf6\x03\x7a\x36\x63\x37\xc2\xe8\x0d\xde\xcd\ \xf9\x7a\xf5\xc0\x51\xdf\x91\xca\x5a\xa6\x92\x18\x20\x5b\x89\xe8\ \x64\xd0\xd9\x0a\x04\x2b\x07\x8e\x73\x36\x2f\x72\x03\xdf\x7e\xf7\ \x3d\x57\x37\x77\x8c\x21\x60\x8a\x0a\xeb\xd2\xc7\xdb\x99\xe4\x87\ \x3b\xc6\x40\x24\xd0\xd4\x72\x18\xca\xb5\x39\xa2\xdd\x6e\x58\xdf\ \xdf\xf1\xe9\x27\xcf\x98\x1f\x2d\x18\x54\x81\x6a\x8e\x98\x1f\xcf\ \x88\xd3\x48\x6d\x0d\xaa\x18\x79\x78\x50\x98\xc1\x10\xb5\x62\x74\ \x01\x63\x35\x65\xdd\xf0\xf5\xd7\x57\x34\x33\x4d\xb7\xdd\x30\x4e\ \xc8\x44\x62\x94\x14\x95\xa4\x04\xa2\x54\x92\x47\x9e\xa2\xe8\x0d\ \x94\x95\xa4\xc1\xcd\x66\xc3\xc9\xc9\x31\x75\x5d\xa3\xd0\xf9\x7a\ \x45\xca\xa2\x10\x66\x1d\xe6\x40\xb9\x4d\x29\x89\x10\x91\x4a\xbe\ \x8f\x44\xd7\x75\xf4\xc3\x20\x48\x56\x66\x44\xf5\xbd\xd8\xd1\x6b\ \x54\x3e\x9c\x04\xd2\x8c\x24\xea\xaa\xa2\x28\x0a\x56\x9b\x2d\x21\ \x8c\x58\x63\x1f\x77\x1e\x59\x87\xa5\x8d\xe1\xe4\xe4\x84\xc5\xf2\ \x88\xae\xef\x79\xfb\xf6\xad\x4c\xab\xc0\xae\xdb\x09\xad\xb4\x93\ \x54\x51\xac\x78\x90\xed\x97\xa9\xe2\x16\x10\x73\x56\x47\x38\x48\ \xf8\x62\xfe\x9e\x0f\xff\x9f\x02\x62\x08\xec\x69\x52\x29\xe3\xf8\ \x1f\x0b\xe5\x4a\x31\x32\x5b\x2c\x39\xbd\x7c\x0e\x85\xe3\xec\xe9\ \x33\x8e\x2b\xcd\xeb\x6f\xfe\x96\xb3\x8b\x4b\xce\x4e\x8f\x19\x86\ \x81\xed\x76\xc3\xfc\xe4\x09\xcc\x4e\x19\x63\x47\x55\x3b\xa2\xdf\ \x42\x0f\xf5\x54\xf1\xb4\x3e\x66\x18\x57\xe2\xfc\xe0\x22\x7e\x88\ \xbc\x7f\xbf\xe1\xec\xa2\xc1\x4f\xa2\x2d\xeb\xc6\x01\xa5\x1c\x4a\ \x9b\xdc\x08\x48\x9e\x4a\x4a\x42\x40\x90\x5d\xc3\xc0\xf2\xe8\x88\ \xcb\x27\x4f\x98\xa6\x89\xd5\xc3\x3d\xcb\x93\x25\x45\xe9\xe8\xdb\ \x16\x5b\x14\x18\x23\xda\x2f\x21\x42\xc8\xb2\xde\x18\x87\xd6\x52\ \x2c\x84\x6d\x27\xcd\x9e\x75\xe2\x04\x3e\x8d\x23\x45\x59\xe6\xec\ \x19\x99\xc4\xca\x42\x84\x8c\xc3\xe1\xfa\x93\x8b\x8a\x3d\xec\x4a\ \x8e\x8e\x16\x2c\x97\x47\xfc\xe6\x37\xbf\x61\x1a\x46\xc2\x34\x11\ \x52\x41\x5d\x37\x3c\x79\xf2\x84\xd5\x5a\x28\xe4\x62\x4e\x29\x24\ \x82\x30\x45\x7c\xd6\x69\x4d\x53\xcf\xd9\xe9\x29\x7a\x59\x10\x82\ \xfc\xae\xd3\x3e\xf0\xcc\x15\xd2\x48\xf8\x88\x35\x56\xfe\x8c\x16\ \x68\xcb\x18\xcb\x34\x4e\xd4\x45\xc9\x3f\xff\xe3\x3f\xe1\xd5\xcb\ \x57\x32\x25\xff\x03\x2f\xfc\x3f\x2a\x6f\xae\xae\xed\xb9\xbf\xba\ \xe6\xf3\x2f\x3e\x27\xa5\x91\x62\x5e\xd1\xae\x6e\x78\xf7\xfd\x37\ \xe0\x3d\x65\x35\xc3\x16\x73\xb0\x15\x65\x53\x09\x43\x25\x0c\x1c\ \x57\x0e\x33\x9f\xd3\x6d\x56\xd4\x85\x43\x45\x4f\x9c\x7a\xac\x9a\ \xb8\xbd\xbf\x67\xf4\x09\x6b\x15\x61\x70\xd8\xa2\x61\xd5\x4d\x2c\ \x8e\x67\x9c\x3f\x3d\x03\xef\x89\x01\xfe\xfd\xfd\x96\x18\x35\x91\ \x70\xf8\xf0\x0e\xac\x8a\x18\x89\xf9\x3d\x7a\xef\x29\xad\x45\x6b\ \xc1\xa8\xd7\xab\x07\xde\xbf\x7f\xc7\xb3\xa7\x97\xd4\x4d\x45\xf0\ \x53\x5e\x88\x27\xb9\x71\x52\x64\xd7\xb5\xc4\x08\xce\x95\xac\xd7\ \x2b\xc9\x0e\xc8\x13\xcf\x94\xbb\x3f\xc8\x5d\xe1\x38\xe4\x2e\x52\ \x22\x4c\x8d\x95\x65\x60\xfb\xf0\x90\x29\xac\x96\xa4\xf6\x63\xb1\ \xf0\x54\x82\x9f\x08\x48\xa1\x09\xc9\x10\x22\x98\x66\x4e\x30\x15\ \xc9\x15\xf8\x69\x64\x4c\x2b\x9a\xd9\x5c\x84\x6c\x28\x61\xba\x65\ \xc0\x36\x69\x51\xff\xea\xfc\x7b\x5b\x67\x0e\x98\xfb\x7a\xbb\x65\ \xbd\x59\x33\x85\x44\x51\x54\xb9\x13\x8f\x1f\x07\xe6\xca\x9d\xf9\ \x2f\x7e\xf5\xcf\x3f\xd0\x35\x08\xdc\x35\x0e\x1d\x57\x7f\xf5\x9f\ \x39\x7b\xfe\x19\xc1\x39\xd6\xa3\x62\x7e\x72\xc4\xfc\xf4\x09\x51\ \x29\xaa\x72\x42\x4f\x1d\xb1\xd7\x14\xbb\x86\x4b\x75\xca\x76\x08\ \xac\xc7\x8e\xa3\x27\x0b\xa2\xf6\x84\x04\xab\x87\x0e\xab\x2b\x94\ \x99\x20\x20\x85\x54\x09\x6d\x5c\xed\x0b\x9a\x52\x62\xb1\x12\x3c\ \xa4\x82\x94\x60\xb3\xd9\x60\xad\xec\xb6\x86\x6e\x8b\xd6\x86\xaa\ \x2c\x0f\xdd\xbc\x18\x45\x8a\xe5\x46\x4c\x32\x79\x1c\x58\x4f\x0a\ \x8e\x8e\x16\xd4\x55\x4d\x08\x2d\x49\xc9\xee\xa2\xae\x6a\x56\xab\ \x35\xd3\x30\x64\xb1\x5c\xcc\x1d\xf2\x74\x10\xa9\x69\x25\x7a\x03\ \x12\x87\xff\x56\x5a\xa3\xd1\x52\xe4\xb6\x5b\x8e\x4f\x4e\xa4\x29\ \x49\x48\x26\x78\x22\x6b\xaa\xb2\xfb\xad\x11\xf6\x52\x48\xe9\xb0\ \xdb\x91\xd7\x75\x8f\xd3\x4e\xfe\xfd\xf7\xd3\xb1\x31\xe2\x09\x16\ \xf7\x42\xbe\xfd\xf2\x1d\xe8\xfb\x9e\x69\xfc\x78\x19\xf0\x4a\x2b\ \x76\x7d\xc7\x7a\xbb\xa1\x30\x33\x7e\xf3\xdb\xaf\xb8\x7b\xfb\x0d\ \x45\x1a\xf9\xfc\xd3\xe7\xa2\xc3\x4a\x91\x5d\xdf\x31\xe2\xd0\x9d\ \xa1\x3e\x2a\xf0\xeb\x2d\x56\x17\xe8\x16\x2e\x30\x58\x9d\x50\x0d\ \xf8\xad\x66\x08\x1e\x1f\x15\xf7\x2b\xcf\xe9\x79\xcd\x7c\x71\xce\ \xd5\xed\xed\x21\x77\x47\xeb\x84\x46\x1f\xd8\x9e\xfb\xeb\x3e\x8e\ \x43\xee\xbe\x13\x4f\x9f\x5e\x52\x14\x05\x27\x67\x27\x9c\x9d\x9f\ \x32\x9f\xcd\x32\xac\x29\x93\xa2\x35\x62\xbd\xb2\x37\xd4\x54\x0a\ \x62\x12\x0d\xd0\x7a\xbd\x65\xbb\xdd\x1c\xa6\x8b\x3d\x63\x6f\xdf\ \x94\xed\x27\xc1\xae\xeb\x04\x1a\x2b\x8a\x47\xc8\x2d\x3f\x77\x62\ \xff\x23\x6e\xd3\xd3\x34\x62\xad\xc3\x28\x45\x55\x55\x58\xab\x99\ \x2f\xe6\x38\x57\xe0\x7d\xa0\xac\x6a\xca\xa2\xe4\xc9\xc5\x25\xef\ \xdf\x5f\x0b\x64\x16\x13\x5a\x3b\x42\xf0\x6c\xb6\x2d\x55\xd5\x50\ \x94\x0d\x21\x24\x94\x8e\xf4\xbb\x56\xec\x83\x42\xc4\x0f\x13\x27\ \xc7\xc7\xbc\x7e\xff\x96\xe8\x3d\xba\x28\xf0\x31\xa2\xb4\xe5\x4f\ \xfe\xe4\x5f\xf0\x8b\x2f\x7e\x81\x4e\x1a\x45\xf7\x0f\x06\x37\xff\ \x11\x2d\xe0\x23\xb3\xd9\x8c\xf5\xed\x2d\x9b\xd5\x0a\x98\x58\xdf\ \xbe\x61\x7b\x7f\x45\xb7\xba\xa5\x2e\x4b\xee\x37\x3b\xaa\x45\x60\ \xf0\xa2\x2a\x2e\x1c\x94\x2a\xd1\x37\x05\x69\xe8\x38\x3a\x9a\x63\ \x5c\xcd\x00\x44\xa5\xd8\x75\x2d\x65\x53\xa2\x7d\xc0\xfa\x86\xb8\ \x83\x76\xb0\x8c\x61\xe2\xc5\xe7\x2f\x89\xaa\xc7\x8f\x2d\xb7\xb7\ \xd7\x74\xa3\x21\x44\x23\xb8\x6a\x4a\x32\x89\xec\x47\xf2\x18\x0f\ \xf8\x7e\x8a\x11\x3d\x4d\x14\x85\x58\x7a\x47\x12\xd6\x28\xba\x6e\ \x47\xd3\x94\xd9\xa6\x5b\x1e\xce\xbe\x17\x4a\x68\x55\x55\x28\x65\ \xf0\x53\xe0\xee\xee\x2e\xdf\x50\xfa\x50\xa4\x0a\x63\xe4\x00\x41\ \x13\x83\x97\x3c\xef\x61\x92\xdc\xee\x20\x98\xba\x35\x0e\x6d\x0c\ \x21\x26\x49\x73\x53\x49\xf2\xae\xbb\x5d\xee\xa8\xf3\x41\x89\x18\ \x1b\x36\xcd\x9c\x4d\x48\x4c\xc1\x53\x7a\x98\xfa\x89\xd1\x8c\xf8\ \xc9\xe3\x94\x74\x24\x68\x45\x34\xfe\xc3\x90\xab\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x49\xef\xe1\x1b\x19\xc1\x5d\x51\xa0\x8c\x96\ \xae\xca\xc8\x22\x30\x24\x45\x1a\x7a\x5c\x86\xfe\xd2\xc7\xc2\xcf\ \x45\x0e\x8d\xb1\x86\x71\x98\x18\xc6\x91\x6f\x5f\xff\xc0\xea\xfe\ \x81\xe5\xe2\x94\x6a\xb1\xa0\xeb\xb6\xac\x76\x2d\x9d\x4f\x94\xbb\ \x9e\xf9\xf2\x82\xe0\x3c\x65\xf2\xb8\xb1\x64\x31\x18\xbe\x58\x54\ \x7c\xb3\xfd\x9e\xd9\x45\x45\xf1\xe4\x9c\x6f\xbe\x79\x4f\x4c\x10\ \x82\xa5\xa9\x8f\x70\x85\x67\x6c\x03\x49\xcb\xfe\x4b\x6b\x44\xa2\ \x95\x84\x26\x9c\x14\x07\xb7\x03\x80\xed\x76\x47\xd7\xb5\xcc\x9a\ \x59\x0e\x86\x12\xa8\x71\x6f\x06\xa8\x92\x30\xe8\x8c\x16\x6a\x6a\ \x8a\x72\x08\x1b\x6b\x0e\xfb\x08\x61\x49\x79\xa1\x86\x6b\x73\xf0\ \x7a\x4a\xf9\x67\x1a\x23\xcc\x2d\xe7\x9c\x10\x2f\x86\x81\xa2\x70\ \x14\x5a\x28\xa7\xfb\x42\x20\x62\xcb\xc8\x30\x8e\x8c\xd3\x44\xdb\ \x75\xd2\x41\x56\x95\xa8\xa4\xad\x15\x37\x86\x6c\x2a\x18\xf6\xb6\ \x0f\xf9\x67\xec\xf7\x53\x02\xe5\xe5\x29\x25\x84\xc7\x42\xa5\xf5\ \x81\x15\xb6\x2f\x34\x2e\x17\x17\x80\x2a\x3b\x3d\x7c\xbc\x67\x1d\ \x4a\xe7\x98\x37\x0d\x8a\xdc\x34\x19\xc3\xc3\xed\x9a\xb7\xef\x2c\ \xcb\x45\xcd\xac\x69\x38\x3d\x3d\x23\x59\x47\x3f\xdd\xb2\xfa\x3e\ \x70\xa4\x67\x34\x85\x21\xde\x6f\x88\xeb\x15\xb3\xe2\x8a\x9f\x3f\ \x33\xb4\x7d\xc5\x97\x57\x03\x83\xb7\x74\xe3\xc0\xb7\xaf\xdf\x53\ \x54\x95\xb8\x08\x64\x6b\x12\x9d\x21\xce\xc7\xdb\x56\xd8\x70\xd3\ \x14\xa8\x2a\xc7\x76\xb7\xa5\xeb\x3a\xe6\x8b\x19\xcb\xe5\x11\x36\ \x87\x9b\x85\x2c\x56\x95\x3f\xba\xdf\xa3\x4a\x33\x27\x8c\x4a\x09\ \xee\x3b\x3d\x3b\x13\x27\xe0\x56\xdc\x87\xc7\x20\xe2\xda\xbd\x16\ \x44\x7c\xb8\x32\x9c\x1a\xe5\x9a\x1b\x63\x0e\x9d\x7f\x8c\x29\x17\ \x22\x45\xdf\xf7\xec\x76\xbb\xec\xa4\x51\xc8\xfd\x11\x26\xc6\x51\ \xb4\x2b\xce\x5a\xfc\x38\x52\xba\x42\xbc\xc1\x56\x6b\xd1\xcf\xf9\ \x91\x44\xa4\x69\x66\xb2\xfb\x55\x96\x94\x64\xa2\xd4\x4a\xa0\xf8\ \x14\x63\xde\x8d\x04\xcc\x5e\xcc\x19\x85\x85\x38\x4d\x81\x3f\xfb\ \x17\x7f\xc6\x1f\xfc\xe1\xaf\xd8\xdc\x6d\x30\x68\x9a\xd9\x8f\x52\ \x67\x92\x3b\x31\x63\x58\xad\xd6\x9c\x2c\x67\xbc\x7d\x7b\xc5\xcd\ \x9b\x6f\xb0\x69\xe0\xc5\xb3\x67\x18\xa3\x18\xfb\x0e\x6d\x4b\x2a\ \x9b\xd0\xc1\xf3\xe2\xf9\x53\xae\xde\xbe\x66\x68\xb7\x68\xab\x39\ \x3a\x3b\xa7\x29\x2b\x74\x3d\xc3\x6b\x47\x55\x94\x14\x66\xe2\xa1\ \xdb\xa2\xc6\x44\xd7\x77\x3c\xfd\xf4\x39\x55\x53\xb2\x6d\xd7\x14\ \x44\x5e\xbf\xb9\x65\xdb\x6b\x8c\xab\x49\xf4\xa2\x33\x51\x2a\x77\ \x99\xea\x77\xf8\xf1\x64\x51\xd1\xcf\xbf\xf8\x29\x2f\x5e\xbc\x60\ \xb3\xd9\xd0\x34\x25\x75\x5d\x32\x8d\x7d\x36\xcd\x13\xff\x25\x00\ \xbd\xdf\x45\x84\xc8\x38\x0e\xac\x56\x6b\x8a\xa2\x60\x1c\xc6\x03\ \xdd\x52\xa8\x87\x99\x92\xa7\x14\x68\x8d\xb3\x8e\x22\x0b\x94\xba\ \x61\x10\x65\x7e\x90\xf0\xa3\x94\x22\xda\x68\x0a\xe7\x18\x46\x51\ \x02\x5b\xed\xf2\x8d\xea\x09\xe3\x40\x1a\x3a\xa2\xd6\x80\x25\x6e\ \x36\xa8\x61\x40\x39\x8f\xc9\x03\x09\x68\x94\xb5\x04\xad\x88\x2a\ \x62\x95\x42\x79\xcf\xfc\x78\x81\xd6\x9a\xdb\xdb\x5b\xfc\x30\x31\ \x0c\x3d\x89\x80\xb3\x05\xce\x68\xb1\xa0\xff\x58\x28\x57\xa6\x34\ \xff\xc7\xff\xfd\xdf\x11\xa3\xb0\xd5\x4e\xcf\x2f\xd8\x6d\x77\xfc\ \xf0\xc3\x5b\x9e\x5c\x9c\xd2\xb7\x3b\x9a\xa6\x62\x71\xb4\x64\x31\ \x73\x38\xab\xb9\xbf\x7a\xcb\xe4\xb7\x3c\x59\x1e\x51\x6e\x4b\x4c\ \x67\x28\x87\x5b\x7e\xf9\x49\x41\xfc\xec\x94\xbf\x5d\x8d\x60\x44\ \x7b\xf2\xee\x7a\xc5\x34\x6a\x8c\x2d\xf1\x71\x2d\x90\xe5\x9e\x3f\ \x9f\x84\x7d\xc5\x07\x97\x39\x78\xb1\x68\x69\xdb\x8e\xdd\xae\xa3\ \xae\xaa\x7c\x20\xa4\x1c\xf1\x6a\xf2\x83\x69\x31\xea\xd1\x11\x41\ \x25\x99\x54\xc8\x0f\x6e\xd3\xcc\xa8\xeb\x86\xb6\x1f\x30\xd6\xd1\ \x77\x03\xfd\x38\xc8\x7d\xf1\x41\xe7\x9f\xa4\xe2\x89\xd6\x38\x1f\ \x74\x62\x9d\xa2\xd1\xd6\x66\xba\xb6\xec\x0f\x49\x91\xf5\x66\x43\ \x59\x65\x6f\xb0\x4c\xca\xd0\x46\x0a\xc2\x38\x79\x39\xf4\x53\xcc\ \x0e\x07\x2a\x93\x35\xb2\x10\x2d\x4f\x19\xfb\x02\x94\x52\xc2\xe6\ \x03\x4d\x21\x7b\xb2\x90\x0f\xc1\xbd\xd5\x88\x14\x3d\x8b\xfa\x98\ \x0e\xf4\x5a\x31\x0d\x3d\xdd\x6e\xc3\xec\x78\x81\xd1\x9a\xa2\xa8\ \x39\x3d\x7f\xc2\x7c\xb9\xa0\x69\x2a\xb4\x31\x6c\xb6\x23\x91\x16\ \xe8\x39\x6d\x9e\x31\xb7\x4f\x99\x6e\x56\x8c\xed\x06\x6d\xef\x98\ \x1f\xf7\x2c\x5e\x9c\xf1\x99\xaf\xf8\xf5\xfb\xd7\x62\x01\xa3\x1d\ \x0f\xab\x1d\x7a\xd7\xe2\xbd\x1c\xda\xe9\xc3\x33\xe6\x83\xa9\x78\ \xff\x8f\x10\x3c\x29\x0a\xf9\x64\x0f\x59\x25\xa3\x18\xa7\x81\x10\ \x24\x2a\xb9\xa9\x65\xef\x10\x92\x14\x27\x15\xf7\xe8\x85\xcb\x3b\ \xaf\x1d\xe3\x30\x66\xc8\x1a\x26\x9f\x15\xee\x5a\x63\xb2\x6e\x21\ \xe4\x46\xc2\x68\x4d\x8c\x31\x3b\x23\x88\xad\x8e\xb5\xee\xe0\xab\ \xf6\xf0\xf0\x70\x78\xc7\xfb\x3f\xa3\x8d\xa1\x70\x8e\xaa\xac\xa8\ \xcb\x82\xa1\x1b\x28\xad\xe5\xd9\xc5\x05\x6f\x96\x4b\xb6\xbb\x2d\ \x54\x35\xa6\x30\xd8\xac\x13\x32\xb6\xc0\xb9\x32\x0b\x56\x3d\x4f\ \x2e\xce\x70\x26\xd1\x6d\x76\x90\x12\x0f\x0f\x0f\x4c\x7d\x4f\x53\ \x96\x0c\x3e\x70\x79\x7e\xc1\xaf\xfe\xc9\xaf\x68\x77\x1d\x43\x3f\ \x50\xb8\x32\x4f\xbd\x3f\xb2\x62\x62\xb4\xd8\xa9\x84\x28\x79\xdc\ \x31\x4c\xb4\xbb\x0e\x9d\x34\x47\xf3\x25\xf3\xa6\xe1\xf9\xab\xcf\ \xa8\x8f\x4e\xf1\xd6\x31\xf5\xad\x14\x96\x69\xa0\xb8\x2b\x78\xfa\ \xf4\x73\xb4\x93\x0c\xe8\xa4\x34\xb5\x2b\x99\x37\x73\x42\x98\xb0\ \x1e\xdc\x10\xd1\xc3\x96\xca\xc2\xd3\x27\x27\xdc\xaf\x1f\x68\x50\ \x18\xe5\x88\xbe\x60\x4a\x8a\xa4\xb2\xa1\x40\xfe\xf4\x64\xf1\xae\ \x0f\x9d\x1c\xce\xc9\x43\x3b\x0c\x94\xae\xe0\xc5\xf3\x67\x74\xdd\ \x31\xc6\xca\x12\x75\x3f\xe2\xc6\x24\x9a\x0f\x6b\x0b\xbc\x1f\x50\ \x1a\x8a\xa2\x62\xb5\xda\x70\x7f\x7f\x87\x52\x08\xaf\x7d\x9a\xf2\ \x42\x38\xe2\x33\x9f\x5d\x65\x6e\x79\x24\xe5\x30\x23\x2d\xe9\x70\ \xc6\x65\x28\x26\x66\x56\x8e\xe8\x5e\x96\xc7\x27\x0c\x69\xa2\x9f\ \x7a\x26\x3f\xa1\xa6\x20\x02\xc0\x7e\x07\xc9\x53\xda\x0a\x3b\x6c\ \xb0\x53\x8f\x51\x01\x13\x15\x29\x7c\xc0\x29\x27\x1e\xa8\xcf\x36\ \x9b\x21\xfe\xe5\x5f\xfe\x05\x17\x17\x67\x94\x85\xa3\xa9\x2b\x9e\ \x3e\x39\xa3\xae\xe7\x54\xb3\x05\xbf\xfe\xed\x97\x1c\xc4\x1a\x1f\ \xa3\x81\x50\x30\x73\x12\x93\x7a\x76\xfe\x84\xf9\xd1\x31\x3f\x8c\ \x3d\xf3\xda\x62\x88\xc4\x30\x11\x47\xc3\x2e\x6d\x69\x77\x03\x61\ \xea\x58\x36\x97\xbc\x38\xbd\xc0\x4c\x23\x43\xfb\x80\x25\x62\xcc\ \x35\xe7\xa7\x27\x5c\xfb\x0d\xab\xeb\x9e\x17\x9f\x3c\xe5\xf5\xd7\ \x13\xbb\xd5\x9a\xfb\x87\x9d\xc4\x09\x38\x4d\xd2\x32\x65\xee\xb9\ \xcd\x69\xcf\x5e\xca\xbe\x55\x31\x46\x94\x31\x4c\xe3\x44\xd7\x76\ \xa8\xf3\x53\x8a\x42\x96\xd1\xce\x38\xb1\x2e\x89\x59\xeb\xa1\x12\ \x3e\x0a\x7e\x0e\x90\xa6\x7d\x8c\x72\x40\x6b\xc3\xe2\x68\xc1\xf5\ \xcd\x2d\xc3\x28\x4e\xd5\x29\x09\x65\xbc\xb0\x2e\x1f\x12\x51\xe8\ \xc2\x19\x5e\x32\x46\x0b\x74\x35\x4e\x99\x5d\x95\x8b\x8a\xd3\xc4\ \x24\xed\xf1\xae\xeb\xb8\x80\xbc\xa4\x97\x89\x67\x0f\x6f\x89\x67\ \xd7\x24\x3b\xb7\x3c\x89\x84\x3c\xdd\xec\x3d\xa8\x9c\x73\xb9\x13\ \x8e\x1f\x88\xe3\xd2\xa3\x50\xcd\x8a\x18\x33\xe4\xaf\xb9\xaa\xc2\ \x07\xff\x01\xdd\xf8\xe3\xa0\x10\x75\x59\xb1\x98\xcd\xd9\x6e\x77\ \x6c\x1f\x6e\xb8\x3c\x3d\x66\xbe\x3c\x63\x71\x7c\x4c\x55\xb8\x3c\ \x1d\x1b\xaa\xc2\x52\x13\xb0\x2c\xd8\xbe\xdb\x30\xf5\x77\x14\x8b\ \x01\x67\x25\x03\x64\xf5\xe5\x0d\xf7\xed\x31\xc5\xa2\x60\x93\x5a\ \x4c\xd4\x0c\xd3\x88\x4e\x06\x57\x94\x84\x6c\x4b\x94\x92\xce\xa4\ \x09\xf9\xbc\x53\x7a\xdc\x26\xa5\x94\xf0\xc1\x8b\x1b\x85\xd1\x54\ \xa6\xc0\x64\x6d\x99\x31\x02\x55\x4d\xd3\x90\x77\x24\x3a\xbf\xa6\ \xcd\xfe\x55\x89\xf7\xef\xde\xf3\xe7\x7f\xfe\x9f\xb8\xba\xb9\x21\ \xf8\x74\x30\x30\xd5\xd9\xd5\x78\x5f\x38\x42\x90\xcf\x30\x2a\x25\ \x7b\x10\x2f\x93\x88\x10\x3b\xcc\xe1\xe7\xdd\xdf\xdf\x53\x55\x92\ \x6f\x83\xd2\x0c\xd3\xc4\xc9\xc9\x31\xa7\xa7\xa7\xf8\x71\x84\x18\ \xe9\x76\x1b\xae\xfa\x8e\x79\x33\xe3\xc5\x93\x33\x6e\xee\x34\xae\ \x99\xd1\x8f\x3d\xa3\x1f\x65\x2a\x4a\x09\x9b\x12\xce\x88\xe3\xf9\ \xd0\xf7\x9c\x9c\x2c\x99\xfa\x8e\xbe\x6f\xc5\x7a\x09\x44\x3d\x9f\ \x14\x95\x75\x42\xf6\xf0\x01\x8c\xce\xf7\xc0\x8f\x30\x1c\x6b\x8f\ \x43\x0f\xd1\x53\x15\x05\xf7\x0f\x2b\xde\xfc\xf0\x8e\x7f\xf2\x93\ \x4f\xf8\xfc\xe5\x25\x63\xbf\xe3\xe1\xee\x96\xfb\xed\x86\x31\x2a\ \x6c\x52\x8c\xbb\x96\x2f\xbf\xfc\x5b\x3e\x79\x7e\x49\x30\x86\xd5\ \x66\x43\x52\x9a\x52\x5b\xd4\x76\x83\x1a\x3d\xca\x38\x74\x3b\x61\ \x77\x03\x76\xb8\xe2\xe5\xe7\xcf\x28\xdc\xc8\xdd\xaa\xe5\x78\x71\ \x86\x09\x1e\x4b\x4d\xe2\x1a\x1f\x03\xa5\x80\xf7\xec\x4b\xf2\x9e\ \xd9\xb5\x1f\x4f\xf7\x54\xbd\x87\x2c\xa4\x54\x5a\x11\xc7\xc4\x6e\ \xb7\x15\x88\xa2\xc8\x0b\xb7\x6c\x41\x61\x8c\x21\x21\x8b\xf6\x5d\ \xbb\xa3\x28\x0a\xfa\x7e\x38\x14\xab\x08\xd4\x75\xc3\x30\xf6\x68\ \x25\x37\xe8\x34\x06\x8c\x86\xf9\x7c\x41\x59\x96\xac\xb7\x5b\xfa\ \x7d\xe0\x12\x5a\xfc\x9d\x12\xc4\xc2\x70\x7e\xf9\x04\x6f\x13\x6f\ \xde\xfd\x20\x13\x4e\x88\x92\xfd\xcd\x48\xdb\x0d\x98\x72\x40\x8d\ \x6b\x2a\x3d\xc1\x34\x02\x0e\x6b\x8a\xec\x9c\x0a\x3a\x81\x4e\x09\ \x15\x93\x88\xe5\xa6\xc8\x77\xdf\x7e\xc7\xdd\xdd\x0d\x8b\xa6\xe2\ \xf2\xf4\x9c\x41\x41\x18\x3b\x4c\x5d\x53\xdb\x8f\x98\x6c\x91\x5b\ \xc6\x27\x17\x67\x38\x6b\xe8\xc7\x40\xdb\x76\xd8\xa2\x66\xb9\x3c\ \x67\x79\x72\xc2\x62\xb9\xc8\x4c\x2a\x30\x0e\x4a\xa5\x38\x8a\x15\ \xd5\xe4\xd8\xdd\x5e\xa3\x42\xcf\xec\x69\xa0\x6d\x7b\xde\xde\x5c\ \xf1\xba\x2f\x21\xcc\x38\xbd\x5c\xb2\x3d\xdd\xd2\xef\x7a\xa6\x90\ \x40\x79\xb4\x4a\x84\x0f\xe7\xcc\xf4\x78\x98\xec\xdf\x4c\x4c\x60\ \x32\x94\xb5\xde\x6c\x0e\x07\x6d\xf0\x13\xce\x15\xb9\x20\x8c\x52\ \x74\xf2\x24\x62\xa2\x39\x1c\x1e\xce\x5a\x8c\x31\xbc\x7f\x77\xc5\ \xeb\xd7\xaf\xf1\x7e\x24\x21\xa9\x89\x87\x49\xe4\xf7\x3e\x83\x18\ \x63\x3e\xe0\x22\x31\x87\x65\xa5\x28\xcc\x2e\xe7\x0a\x9c\x2b\x04\ \x06\x55\x89\x10\x22\xdf\x7f\xff\x5a\x0e\x27\xef\x29\x5c\x21\xa9\ \x80\x45\xc9\x66\x27\x8e\xba\x3a\x43\xb4\x2a\xbf\x76\xda\xc3\x5c\ \xf9\xb7\xdc\x2f\x84\xf7\x19\xdf\xfb\x29\x69\xbf\xa3\x41\x4b\x1a\ \x68\xc8\xcd\xcd\x30\x0c\x0c\xc3\xf0\x11\xf7\xa3\x8a\x6e\x18\x78\ \xfb\xf6\x3d\x56\x27\x8c\x4a\xfc\xe9\xbf\xf8\x05\x4f\xce\x4f\x99\ \xfc\x84\xcd\xac\x33\x6d\x1d\x85\x2d\x18\xbe\xbf\xe2\xf6\xab\xd7\ \x58\xed\xc1\xdc\x13\xea\x9e\xc5\x5c\x71\xf5\xeb\xc4\xcd\xbd\x26\ \x9d\x94\xbc\xfa\x7c\xc9\xd5\x5f\xfe\x15\x4e\x3b\x4c\x61\xf6\x9b\ \x21\x94\x12\x43\x45\x95\x1e\x9b\xc4\x14\x83\x38\x66\x7c\xf0\x7e\ \x62\x52\xec\x76\x5b\x62\x0c\x99\x3a\x1d\x0e\x70\x75\x4a\x91\x10\ \x12\xd3\xd4\xc9\x6b\x6a\x8d\xf4\x24\x1a\x53\x58\x5e\xbf\x7e\xcd\ \xeb\xd7\xaf\x41\x99\x43\xc1\x2a\x0b\x11\x25\xee\xa1\xc2\xfd\x39\ \xb2\xbf\xd6\x21\xa5\x83\xc1\x64\xdf\x4b\x8a\xa5\x73\xc2\x1a\x34\ \xc6\xd0\x75\x6d\x56\xe6\x4f\xf4\xc3\x40\xd3\xd4\x79\x92\xd4\xf8\ \x71\xe4\xcd\xeb\xef\x79\x76\x7e\xc1\xfc\xf4\x04\x46\x8b\xbb\x38\ \x63\xd0\x96\xbb\xd7\x0f\xd2\x14\x6b\x89\xbf\xf0\xd9\x93\x2e\xf8\ \x89\xbe\x6f\x31\xba\x00\x02\x5d\xd7\xa2\x54\xe4\xec\xf8\x98\xd5\ \x66\x23\x94\xe5\xae\x27\x0c\x23\x55\xd9\x30\xf4\x5e\xa0\x70\xdc\ \x8f\x53\x01\x1f\xf2\xb2\x7a\xb1\x58\x30\xf5\x03\xc7\xc7\xe7\x28\ \x2c\x57\xef\x6e\xd8\xac\x6f\xb8\xdf\x3e\x30\x92\x98\x1d\x1d\x73\ \x79\xf6\x9c\xb1\x1d\x58\x6f\x5b\xde\xde\xde\xd3\xc6\x89\xf9\xac\ \x61\xd1\x54\x54\x65\x41\xdf\xee\x88\xeb\x0d\xa5\x6d\x48\x9d\x61\ \x7a\x58\x73\xd4\x74\xcc\x9a\x0d\xef\xef\xbf\xa3\x74\x17\x30\x6a\ \x54\x74\x74\xab\x81\x61\xd8\x60\x6d\x09\x99\xa5\x93\x32\x25\x73\ \xff\xde\xc8\x90\x8c\xca\xd3\xca\x76\xb3\xe1\xe6\xe6\x86\xf9\x7c\ \x86\x75\xe6\x80\x85\xa7\x24\x56\xf6\xa2\x1f\x88\x82\x89\x5b\xcd\ \xe4\x03\xbf\xf9\xf5\x6f\xd8\x6e\x77\x58\x63\xc5\x43\x2b\x43\x0d\ \x97\x97\x97\xbc\x79\xf7\x86\x14\xb3\x82\x59\x41\x4a\x41\x6c\xcb\ \xb3\xf7\x96\xd6\x1a\xa5\xcd\xc1\x0e\xdc\x16\xe6\x40\x63\x9c\x2d\ \x8e\x08\x6f\x7f\x20\xc6\x40\xa1\x0d\xa5\x86\xa3\x79\xc9\xb3\x27\ \x4f\xf8\xfe\xdd\x1b\x76\xed\x1d\xcd\xb2\x46\xe9\x82\xaa\x58\xa0\ \x68\x18\xb6\x3d\xc1\x83\x4b\x4a\x0e\x4f\xb2\x6a\xd6\x5a\xb1\x33\ \x9f\x06\x52\x2a\xb1\x46\xe3\x8c\x66\x1c\x47\x76\x9b\x07\x6a\x67\ \xf7\xee\x4a\x1f\xad\x9e\x8c\x18\x50\x05\xcb\x27\xa7\x84\x64\x99\ \x55\x89\xe2\x38\x51\x54\x15\xda\x39\x92\x35\x68\x67\xb0\x65\x49\ \xa5\x1c\xdd\x57\x57\x0c\xef\x7b\x5c\xaa\x88\xb5\x47\x1d\xef\x30\ \xb5\xe1\xbb\xbf\x6e\x69\xc3\x31\xcb\xd3\x53\xa6\x69\x62\x71\x7c\ \xc4\xdb\xef\xdf\xed\x69\x63\x79\xb9\x2c\x5e\x69\x24\x79\xd0\xf7\ \x58\xfa\xde\xd6\x42\xa6\x05\x61\xdc\xdd\xdf\xdf\x89\xd1\xa2\x51\ \x07\xfb\x93\x7d\xfa\xdd\xbe\xfb\xdc\x33\xad\xf6\x15\xd6\x18\x0b\ \x21\xf0\xf6\xed\x5b\x56\x0f\x0f\x62\x5d\xa3\xd2\x41\xab\xf4\xe1\ \x72\x5b\x29\x7d\xc8\xd2\xd8\x33\xab\xe4\x10\x53\x68\x23\x76\x37\ \xe3\x38\xa1\x54\x8b\x2b\x8a\xc3\x81\xb2\x7a\x90\xfc\x77\xa3\x8d\ \x64\xa4\xd8\x9a\xe5\xf2\x98\xfb\xd5\x4a\xb4\x42\x29\x62\x32\x81\ \x44\xf3\x08\x73\xc5\x18\x29\x8a\x42\x48\x14\x48\xa4\x6b\x8c\xf1\ \xb0\x84\x27\x46\x52\xfe\x9d\x8a\xa2\x38\x68\x67\xba\x4e\x5c\x8f\ \x3f\x1e\xd4\xa5\x08\x31\x11\x90\xc9\xaa\x1f\x7b\xb6\x43\xe0\x97\ \x4f\x5f\x12\x82\x50\xc4\x37\xdb\x1d\xda\x96\x58\x4a\x56\xbf\xbd\ \x26\xdd\x0e\x34\x4b\x83\x9e\x6b\xb4\x1a\x51\x2e\x51\x98\x0a\x33\ \x2e\xa9\xdc\x11\xfa\x68\xce\x27\x2f\x5e\x70\xff\xfe\x86\xae\xed\ \x31\xda\x91\x42\xc2\xd9\x32\x4f\x26\xe9\xf0\xfe\xe5\x3e\x88\x8f\ \x3b\x8c\x0c\x45\x6f\xb7\xdb\x6c\x8f\xf2\xc8\xfa\xda\x13\x2b\xe4\ \x28\x30\x99\x86\x6d\x98\xa6\x70\x40\x2e\xf6\x85\x56\x72\x50\x74\ \x8e\xaa\x28\x0e\xd7\x74\x7f\x36\xec\x21\x6c\xf9\xba\xa4\x70\x1e\ \xcc\xa4\xf2\xce\x64\x9a\x64\xa2\xdc\xed\x76\x22\x86\xf5\x92\x87\ \x74\x75\x7d\xcd\x57\x5f\x7d\xc5\xe2\x57\x7f\xc0\x76\x2d\x66\x8d\ \x7e\xea\x79\xf3\xdd\xb7\xcc\x9a\x06\x67\x1d\xed\x9e\x81\x97\x12\ \x5a\x5b\x92\x52\xf4\x63\x4f\xe9\xc4\x4a\x69\x1a\x06\x26\x27\xf4\ \x66\x3f\x79\xaa\xaa\xc4\x4e\x1e\x35\x9b\x73\x73\xf7\xc0\xb0\x6b\ \x49\x3e\x30\xa9\x49\xf6\x44\xff\x83\x74\xf0\x7f\x54\x3a\x93\x10\ \x13\x0f\xeb\x35\x4d\x55\xe3\xb4\xe2\xfc\xc9\x05\x31\x74\xf4\x7e\ \x42\x3b\xc7\xb3\xcb\x4b\x5c\x5d\x52\xd6\x35\xb3\xf9\x19\x57\x37\ \x77\xcc\x8f\x4f\x39\x39\x3a\x61\x56\x55\x98\xc2\xb2\x09\x9e\xee\ \xe1\x1e\x33\x24\xce\xce\x2e\x50\x63\xa2\x5f\xdf\x61\xf4\x96\xf9\ \xd1\x11\xf4\x96\x7e\x7d\x87\x3d\x5b\x30\xce\x47\x7c\x48\xac\xba\ \x16\x9b\x22\x3a\x89\x4f\xa6\xd9\x8f\xbf\x19\x2a\x20\x33\x2e\x42\ \xda\x8b\x7a\x12\xc3\x38\x8a\xe0\xcb\xc9\x61\x51\x96\x92\x74\x17\ \xbc\xc7\xe3\x29\x5c\x05\x4a\x96\xbc\x31\x08\x76\x7b\xb4\x38\x62\ \xbb\x69\xe9\xba\x01\x94\x92\xe8\xd5\xc5\x11\x47\xcb\x23\xae\x6f\ \x6f\x51\x49\xfc\x96\x74\xa6\x92\x6a\x63\x30\xb6\x80\xc9\x1f\x98\ \x1f\x4a\x41\xe5\x4a\xc8\x5d\xc7\x7c\x3e\x23\x68\x70\xba\x90\x64\ \x34\xa3\x05\x4a\x09\x03\x9f\x3f\x3d\x45\x8d\x6b\xbe\x7f\x6f\xc0\ \x68\xea\xa6\x66\x3b\x81\x56\x81\xd9\xbc\x24\x6d\x7b\x39\x14\x63\ \x82\x18\x70\xda\xe4\x6e\x36\x51\xb8\x42\x76\x47\xd6\x32\xc5\x40\ \x3b\x74\xf8\x94\x48\x3a\xf1\xf1\x42\x5c\x85\x2e\x7d\x7a\xf2\x92\ \x87\xcd\x86\x72\xf1\x94\xd3\xf3\xa7\x84\x64\x50\xa6\x20\x59\xc3\ \x14\x3d\xbb\x76\x87\x1f\x06\x9a\x6a\xce\x74\xbb\xe6\xf5\x57\x3f\ \x70\x19\xe7\xd4\x8b\x92\xa8\xb4\x84\x0f\xd5\x0d\x14\x1a\x5a\xc7\ \xcc\x54\xa8\xd9\x82\xa2\x9e\xf3\x95\xfd\x86\x76\xbb\x05\x5d\x49\ \x3e\x43\x94\x7d\x13\x1a\x52\x10\x48\x34\xe5\x5d\xd5\x9e\xc2\x9b\ \x12\x28\x6d\x99\xc6\x80\xf7\x22\x42\x53\x46\xa3\xa2\xca\x7b\x16\ \xc5\x34\x4e\x8c\xed\x48\x5d\xd7\xb8\xc2\x3d\x6a\x86\x90\x43\xa1\ \x1f\x7a\xb4\x35\xf9\xde\x89\x58\x27\xc2\x40\x63\x4d\x16\x89\x25\ \x54\x2e\xe0\xe2\x58\xa2\x33\xd4\xf8\xe8\x0a\xb7\x87\xa9\x94\x52\ \x68\xc4\x3c\x30\x46\x21\x09\xec\x3b\x5c\xdf\x0b\xb3\xe7\x50\x14\ \x73\x70\xdc\xe3\xde\x5e\x20\x34\x67\x44\x94\x3a\x79\x31\x11\x4c\ \x40\x3f\x8c\x14\x65\x21\xf6\x2e\x53\xc8\xec\x24\x99\x54\x74\x9e\ \xa8\xfb\xbe\xa7\xeb\xba\x47\xaf\xa2\x8f\x74\xdd\xe5\x67\xc8\xa2\ \x50\x25\xcd\x77\xdf\xbd\xe1\xe5\x4f\xbe\xa0\x6a\x2a\x6c\x51\x42\ \xea\x09\xf7\x3b\x1e\x56\xef\x08\xab\x15\x73\x0c\x61\xdd\x31\xf4\ \x0f\x1c\x9f\xc2\x66\xdb\x71\x3d\x78\xea\xe7\x4f\x79\xf6\x8b\x9f\ \xa1\x4e\x6b\xfe\xd9\x1f\xff\x09\x5f\x7e\xf9\x15\xbf\xfd\xdb\x2f\ \x09\x59\xc0\xeb\xa7\x89\xb7\x6f\xde\x48\xa6\x50\x61\xf7\x66\x2e\ \x68\x65\x0e\x3b\x93\x3d\xbc\x3c\x4d\x13\x26\xdb\xdd\xa4\xec\x4d\ \xb6\xd7\x90\x18\x25\x6e\xbe\x21\x46\xe6\xf3\x39\xd6\x18\x52\x4c\ \xa4\x10\x28\x9c\xb0\xae\x44\x08\x29\x05\x47\xa8\xdd\x2a\x5b\xdf\ \xa4\xdf\x49\x72\x54\x4a\xa1\x52\x38\xe8\x96\xa4\x61\x8d\x02\xc5\ \x1a\x73\xb8\xce\xa4\x84\xb3\x02\x7f\x29\x6d\x58\x6f\xb6\xf8\x14\ \x19\x7d\x60\x98\x02\xdd\xae\xc7\xab\x81\x71\xb3\x25\xa1\x31\xf5\ \x11\x33\x6b\x58\x8d\x03\x28\xa1\xaf\x97\xda\x92\xa6\x40\xd1\xd4\ \xcc\x16\x0b\xea\xda\x31\xcb\xd3\x4e\xf4\x89\x76\xb3\x23\x25\x58\ \x2e\x16\x92\xcf\xd4\xee\x38\x3a\xa9\x88\xc1\x0b\x0c\xfa\x63\x14\ \x2d\x2a\xd9\x00\x32\x74\x23\xab\xd5\x8a\xc2\x28\x9c\x0a\x5c\x9e\ \x2d\xa9\xdd\x0c\x1d\x1a\xf0\x23\x75\x25\x7e\x55\x5d\xb7\xc5\x1b\ \x98\x9f\x9c\x71\xba\xbc\xa0\x29\x0b\xa6\xb9\x65\xaa\x60\xa6\x2d\ \xc7\x54\x8c\x9b\x91\x76\x73\x83\x2b\xb6\xd8\x4b\xcf\xea\xed\x16\ \xff\xbe\x44\xd7\x35\xe5\xa9\xe2\xbe\x5f\x11\x51\x6c\xe3\x88\x4b\ \x16\x15\x0d\xc9\x49\x17\xe2\x33\x6d\x53\x2b\x8d\x0f\x12\x9a\xa4\ \x32\xeb\x02\x14\xe3\x28\x91\xb1\x31\x25\x62\x10\x47\xd7\xc2\xb8\ \x2c\x50\x9c\xf2\x08\x1b\x05\xf6\x42\xa3\xb3\xe1\xe0\xb7\xdf\x7e\ \x4f\x59\x14\x84\x94\xd8\xb6\x2d\x2f\x4e\x4f\xc5\x4e\x3b\x04\xd1\ \xa8\x64\x11\x5a\x08\x1e\x57\x56\xd4\xb3\x19\xed\x20\x02\x49\xe9\ \x60\x55\x66\xa7\x38\x50\x11\x6b\x8d\x2c\xf8\x06\x4f\x88\xd0\x2b\ \x45\xe8\x5b\x4c\x5f\x30\x6d\x6e\xb9\x28\x34\xfa\xf9\x73\xee\xef\ \x6e\x99\xda\x51\x96\xc1\xc3\x9a\xa3\x65\x43\xdd\x18\x7c\x08\xac\ \x1e\x56\x42\xa1\x0c\x99\x59\xe3\x0c\xce\x59\xbc\x8f\xdc\x3e\xac\ \x19\x53\x22\x68\x43\xe7\xbd\xf8\x47\x69\xf3\xd1\x26\x13\xad\x35\ \xdb\xbb\x89\x3f\xff\xcf\xbf\xe6\xa7\x53\xc5\xf3\xd1\xe1\xc7\xc8\ \xf1\xc9\x19\x76\xd6\x50\x2c\x6a\x26\xdf\x12\xfa\xc8\xb8\x5e\x33\ \xbe\x7b\x8f\xf2\x2d\xb1\x88\x5c\x3f\x6c\x98\x6b\x8f\xf1\xc7\xbc\ \xbd\xbd\x67\x24\xf0\xc5\x3f\xfd\x94\xa3\xcb\x97\x14\x27\xc7\xa8\ \xb2\xa4\x48\x8e\x6d\xdb\xd1\xf7\x1d\xe3\x34\x70\x7b\x7f\xcd\xf5\ \xd5\x15\x0a\x71\x33\x88\x31\x8a\xde\x04\x4d\x22\xab\xa6\x03\x19\ \x1b\x87\xed\xae\xa5\x28\x8f\xf6\xed\x45\xfe\xfc\x85\x20\x21\xfb\ \x0a\xc5\x38\x8d\x8f\x07\x05\x32\xc5\x1c\x1d\xcd\x25\xe8\x4a\xc9\ \xc1\x92\x42\xc4\xda\x42\x3a\x57\x25\x45\x62\x4f\xcd\x0e\x49\x0c\ \x18\xc9\x07\x92\xa0\x50\x2a\xb3\x70\x6c\xa6\xfa\x4a\x1c\x42\xdf\ \xf7\x07\xe6\x58\x00\x9c\x36\xac\x37\x6b\x8e\x96\x73\x66\x55\x45\ \xbb\x59\x1f\xa0\x98\x18\x43\xb6\x31\x57\x58\x6b\x28\x8b\x82\x31\ \xdf\x47\xfb\x7c\x12\xa5\x0d\xae\x70\x8c\x6a\xc2\x4f\x23\xbb\xdd\ \x2e\xdb\xba\x8c\x07\x4f\xaa\xbd\xf7\xd8\xc7\x54\xbf\x27\x15\x08\ \x71\xa0\x32\x15\x31\x44\xee\xef\xee\x59\xef\x76\xa4\xba\x60\xa1\ \x34\x75\x8a\xec\x7e\x78\xc7\xea\xeb\x6f\x39\x2f\x1d\x63\xb7\xc5\ \x2a\x4f\x8c\x3d\x61\x28\x60\x7e\x4a\xf1\xaa\xe4\xe2\xd5\xcf\x69\ \x8e\x9f\x13\xfc\x0a\x93\x46\x7e\xf9\xd3\x2f\xf8\xd5\x2f\xff\x29\ \xd1\x43\xdb\x0e\xf4\x43\xcf\x5f\xff\xcd\x7f\xe1\xfa\xea\x0d\x5f\ \x7d\xf5\x55\x7e\xa6\xcd\xc1\xcb\x4f\xe5\x86\x51\x2b\xcd\x30\x8c\ \x84\x10\xb1\x56\x60\x55\x31\xda\xe4\xb0\x5f\x9b\xcf\x16\xb2\x17\ \x45\xcb\x92\x3e\x49\x7c\x40\xe1\x6c\x76\x2d\x16\x5b\x9e\xba\xae\ \x33\xfa\x10\x0e\x0c\x3a\xe9\x2c\x33\xd4\x98\x1e\xa1\xc8\x03\x51\ \xc2\x28\x71\x58\x50\xfb\x94\x4d\x29\xb8\x65\x6e\x32\x7c\x8a\x2c\ \x96\x4b\x3c\x96\xeb\xf5\x96\x64\x4b\x76\x83\xa7\x42\x31\x85\xc0\ \x49\x33\xc7\xdf\xad\xb0\xb5\x46\x17\x8a\x60\xc1\x61\x60\x08\x58\ \x23\x34\x65\x57\x37\xb8\xda\x12\x83\xc5\x56\xa5\x44\x27\xe4\xbc\ \x9b\xa4\x34\xaa\x1d\x58\xad\xee\xa8\x9b\x9a\x38\x75\x14\xae\x86\ \xf4\x0f\x57\xc1\xff\xa3\xb2\xa0\x4f\x49\xe1\x43\x62\xb3\xe9\x78\ \x7e\x79\xce\xea\xee\x86\x59\x13\x70\xa6\x46\xc5\xc4\x62\x36\xc7\ \x1a\xc5\xd1\xc9\x31\x66\x7e\xcc\x31\x86\x10\xa0\x48\x9a\x14\x26\ \x8a\xc6\x30\xa8\x91\xb9\x2e\xe9\xbf\x7c\x47\xf7\xc3\x2d\xa8\x01\ \xbd\x1c\x49\x76\x62\xeb\x3b\x86\xd0\x33\x3f\x7f\xc1\xe4\x23\x41\ \x49\xde\x43\xf0\x4a\x42\x93\x94\x22\x7a\xc9\x42\xd1\x46\x62\xc6\ \xe2\xdf\xa7\xf6\xce\x93\x4a\x8c\x51\xd8\x5b\x04\x39\x8c\xf3\x28\ \x5b\xe6\xe5\x59\x4a\xa2\x45\xc9\xb7\x0c\x4d\xe6\xd9\x25\xc4\xce\ \x61\x1c\x46\x6e\xae\xaf\x39\x5a\xcc\x0f\x71\xa1\x5a\x69\x31\x7b\ \xcb\x8a\xda\x98\x69\x84\x55\x59\x1d\x16\x85\x29\x26\x74\x21\x96\ \x0d\xce\x39\xc6\x61\x10\xd1\x93\x71\x38\x5b\x80\xf2\xcc\x67\x33\ \x9c\xb5\xb4\xde\x53\x96\xb2\xcc\xec\xc7\x11\xed\x3d\x55\x59\xe1\ \x63\x90\x51\xdc\x4b\x46\x76\xd9\xd4\xc4\x29\x4a\xd2\x5a\x61\x09\ \x29\x1d\x72\xc5\xe3\x61\x6c\x57\x28\x7c\xde\x15\x7c\x9c\xc3\x25\ \xa5\x84\xae\x6a\xce\x9e\x3d\x27\x68\xcd\xba\xeb\x59\xd4\x73\x02\ \x49\xdc\x0a\x52\x49\x55\x16\xec\x1e\x56\x5c\xfd\xf6\x3b\x16\xeb\ \x96\xe3\x64\x48\x6d\xcb\x34\x0e\x6c\x5b\xcf\xc2\xcc\x49\x75\xc3\ \xc5\x4f\x4e\x79\xfa\xcb\xcf\x48\xba\x24\xc6\x16\x93\x02\xff\xf2\ \x4f\xff\x90\x98\x0c\x68\x4d\x88\x81\x1f\xde\xbc\xe6\xee\xe6\x8e\ \xbf\xf9\xf5\x6f\xf9\xfe\xfb\x77\x07\xba\x2f\xea\x77\xf7\x38\x90\ \xe8\x87\x8e\xae\x6b\xd1\xfa\x18\xc8\x50\xc5\x07\x4a\xe5\xfd\x3e\ \xcc\x44\x83\x0f\x3e\xa7\x75\x0a\xce\x7e\x7a\x76\x8e\x31\x5f\x13\ \xf2\x24\x61\x8d\xfd\x9d\x4e\x6f\x7f\xc4\xec\x23\x12\xf6\xce\x29\ \x7c\xf0\xd1\x8a\x47\x96\x10\x32\x94\xd2\x8c\x6d\xfb\x3b\x3a\x06\ \x99\x84\x03\x68\xc5\x62\x36\x27\xc5\xc0\xd5\xfb\x98\xad\xc3\x05\ \x2e\x15\xd7\x5f\x71\xc8\xdd\x1f\x6a\x7b\x0a\xb1\xcd\xcb\x78\x95\ \xd9\x69\xd3\xd0\x63\xac\x15\xbb\xfc\x10\x33\x2b\x69\x62\xb1\x58\ \x30\x5f\x2c\x04\x02\xfc\x58\xe5\x44\x93\x63\x78\x85\x78\xd0\xee\ \x5a\x6e\xae\xaf\x59\x9c\x2c\xd1\x16\xba\xf5\x86\xbb\xb7\x6f\x29\ \xbc\xc7\xcc\x2c\xbd\x51\xb4\x63\xa2\x5c\x2c\xe9\xa2\xa7\x2a\x66\ \x7c\xfa\x93\x97\x0c\x04\xa2\x6f\xf1\xa3\x74\xd8\xc6\x06\xc6\xa9\ \x47\xa9\x92\xa2\x92\x8c\xf8\x3f\xfe\xe3\x3f\x82\xf4\x2b\xfe\xed\ \xbf\xfd\xb7\xfc\xe6\x37\x5f\x66\x65\xba\x3e\x30\xfa\x52\x92\x1a\ \x3f\x8e\xd2\x14\xec\x75\x54\x29\x5b\xd5\xab\x0c\x93\x1e\x26\xcf\ \x28\xd3\xc8\xe4\x85\xae\xdb\x34\xb3\xc3\xb3\xe9\x6c\x29\x05\x4b\ \x6b\xa6\x5c\xb8\x13\x8f\x10\xeb\xbe\x49\xd8\x43\xe6\x64\x47\x06\ \xd9\xb9\x99\x47\x97\x85\x0f\xa8\xdc\xc6\x28\x9c\x2d\x79\xf6\xea\ \x25\xbf\xf9\xe6\x2b\x7e\xb8\xbe\xa2\xd4\x06\xca\x12\x57\x16\xa8\ \x68\x68\x91\x7c\x98\xc1\x8f\x04\x12\xc6\x29\xf1\x84\x33\xe0\xb5\ \x66\x48\x89\x1a\x28\x5d\x41\x50\xc2\x5c\x4b\x2a\x52\x55\x91\xc5\ \x62\x4e\x59\x96\xcc\xe7\x91\xbb\xbb\x1b\x5e\xbf\x79\x4d\x88\x89\ \xa7\xcf\x9e\xf1\xcb\x5f\xfc\xec\x1f\x3c\x91\xfe\xe3\x29\x26\xf9\ \xfd\x56\xe5\x9c\xa6\xa9\xa8\x67\x4b\xce\x4f\x2f\xe8\x76\x1b\x7e\ \xf2\xc5\x1f\xa0\x62\xa0\xdb\x6e\xf8\xab\xbf\xfc\x0b\x9e\xbf\x2c\ \xf8\xe4\xf8\x15\x3e\x42\xb1\x68\x28\xac\xc3\x8f\x03\xed\xb8\x85\ \x00\xd6\x1b\x7e\xf8\xf5\x77\x9c\x87\x0a\x53\x25\xcc\x85\xc1\x54\ \x8a\xce\x04\x36\x61\x44\x25\x4f\xa9\x0c\x8d\x6b\xf0\x3e\xa1\x92\ \xa5\x1f\x03\x3a\x26\x5c\xe5\xf2\x0d\x96\xa9\x91\x19\x02\x38\xb8\ \x12\x23\x0e\xad\xc2\xd0\x98\xf2\x32\x53\x5c\x5d\xf7\x37\x41\xdf\ \xf7\x6c\x36\x1b\xe6\xf3\x05\x75\x55\x11\x43\xca\x5d\x8c\x2c\xe5\ \x7c\x08\xc4\x90\xa8\xeb\x8a\xb6\x6d\x79\xf7\xee\x1d\xd6\x9a\xdf\ \x39\x60\x8d\xd6\xf8\xcc\x02\x29\xcb\xea\xb0\xec\xad\x0b\xb1\xb6\ \xe8\xfb\xe1\xe0\x6e\xba\x5e\xaf\xf1\x31\x30\xab\x1a\xc9\x23\x30\ \xee\xf0\xf5\x6d\xbb\xa3\x6f\x3b\x8e\x96\x4b\xda\xed\x8e\x90\x12\ \xbb\xb6\x25\xc6\x48\x5d\x37\x79\xd2\xca\xb8\xbf\x35\xb8\xb2\xc0\ \x58\x2b\x3f\xb7\x96\x3c\x07\x63\xc4\x0c\x50\x52\xff\xd4\x47\xb5\ \xd6\x88\x31\xa2\x67\x33\x3e\xf9\xd9\x17\x0c\x80\xa9\x4a\x6c\x59\ \x88\x32\x77\xf4\xcc\x42\x45\xa9\x15\x37\xf7\xf7\xb4\xd7\xd7\x5c\ \xe8\x02\xad\xa1\x1f\x23\x13\x8a\xb2\x5e\x70\xb5\x6a\x39\x79\xf5\ \x82\x50\x9d\x71\xf5\x70\x4b\x59\x55\xe8\x38\xa2\x7b\x4d\x53\x1f\ \x43\xb2\xb8\x7a\x46\xbf\xdd\x31\xaf\x4a\x3e\xf9\xc3\x3f\xe4\xd9\ \xe5\x4b\xfe\xf5\xbf\xfe\xdf\xd8\x6e\x37\x72\x48\xa6\x0c\x49\x1d\ \x52\xe6\x64\x9f\xd1\xe5\xa0\xa2\x69\xf2\x22\x7a\xd3\x02\x1d\x05\ \x15\x3e\x08\x4a\xd3\x07\xa6\x93\xd2\x72\xcf\x3c\xb9\xb8\xa0\x69\ \x6a\x6e\x6e\xee\x68\xe6\x73\x9c\x95\x6c\x11\x9b\x29\x6c\x36\x07\ \x43\x25\xcd\x01\xbe\xcc\x6b\x8b\x43\x45\x93\x97\xd4\x07\x67\x61\ \x75\x60\x19\xea\x03\x6d\x37\xa4\xc0\xcb\x97\x9f\x32\x5f\xcc\x59\ \x6f\xd6\xd2\x5c\x78\x9f\x1b\x1e\x81\x2c\x8d\x06\x57\x14\x54\x65\ \x49\xdb\xf5\xb4\xbb\x1d\x21\x04\x6c\xc6\xf5\x7d\x26\x14\xa0\x94\ \x84\x83\xf5\x3d\x29\x4a\xa3\x42\xd2\x2c\x8f\x97\xcc\xe7\xb3\xc3\ \xbd\xf2\x31\x1e\x75\x99\xc0\x8c\x34\xfd\x4a\x16\xcd\xb7\x57\xd7\ \x7c\xf1\xc5\xe7\x30\x4e\x7c\xff\x9b\xdf\x12\xee\x1e\x78\x3e\x6b\ \x48\xda\xd3\x29\xcf\xec\xf9\x33\xaa\xb3\x82\xb8\x58\xa1\xca\x92\ \xed\xb6\xa5\x6c\x26\xb4\x1a\x28\x67\x05\x31\x8d\xf8\xd8\xa2\x70\ \x39\x9a\x20\x32\x8e\x2d\xe3\x34\x71\x76\x7e\xc1\xe7\x3f\xfd\x19\ \x5f\x7f\xfd\x03\x93\x8f\x14\x59\x98\x2b\x3b\x2a\xfd\xc8\xec\xdb\ \x07\xa7\xa5\x88\x8e\x7b\xf8\x3d\x64\xc4\xe0\x71\xa2\x48\x79\x39\ \x1f\x42\xe0\xe5\xab\x97\xfc\xe9\x9f\xfd\x29\xff\xed\xaf\x7f\x23\ \x5a\x25\xef\x51\x46\xb4\x58\xd6\x4a\x67\x1f\xf6\xba\xa1\x14\x0f\ \xd7\x5b\xa9\xc7\x83\x4f\xed\x8b\x55\x3e\x77\xac\x95\x44\xd0\x10\ \x03\x31\x44\x16\x8b\x05\xb6\x28\xb8\xba\xbb\x25\x18\x4d\x1b\x23\ \xbb\xcd\x9a\xcd\xe0\x68\x8a\x92\xa3\x52\x9c\xb6\x47\xad\xb1\x85\ \x43\x29\x4b\x88\x89\xd5\xd0\x33\x90\x28\x95\x87\x42\x73\x5c\x57\ \x38\x63\x31\xda\xa2\x6c\xc2\x69\x47\x59\x94\x8c\xd3\xc4\x34\x05\ \xb6\xbb\x1d\x45\xb4\x0c\xd3\xc8\xbb\xf7\x3f\xf0\xb3\x2f\x3e\x3f\ \x30\x00\x7f\x54\x6c\x2e\x6b\xad\x74\xf5\xae\x60\xbd\x6d\x31\xca\ \x92\x4c\xc9\xfd\x76\x92\x11\xde\x3b\xee\x3b\x30\x77\x1d\xf6\x7a\ \x4d\x2c\x6b\x16\xa5\x26\x28\x30\xa6\x20\x06\x8b\xe9\x07\xae\xbe\ \xfa\x86\xca\x1b\x54\x2f\x37\x93\x5a\x6d\xd1\x66\x64\x28\x34\xf5\ \xc9\x05\xe7\x9f\xbe\xa2\x68\x1a\xea\xd9\x92\x5d\xdb\xf3\xd9\xa7\ \xaf\x98\xcd\x8e\xf0\xc1\xb3\xdd\xae\xb9\xbf\xbf\x97\xc9\x82\x98\ \x73\x1d\xfe\xee\x18\x95\x12\x0c\x43\xce\xa1\xe6\x51\x78\x64\xad\ \x78\x24\xed\x79\xe3\x93\xf7\x8c\xfd\xc8\xf1\xf1\x69\x76\x8a\x95\ \xc3\xc0\xc7\x29\xab\x68\x15\xbb\xdd\x2e\x7b\x7f\xe5\x94\xbd\xac\ \x3b\xc8\xfd\x11\xe3\x34\x1e\x3a\x15\x92\xb0\xbf\x66\x33\x49\xcc\ \xdb\xed\xb6\x9c\x9f\x9f\xf3\xfa\xf5\x1b\xc8\x81\x4a\x21\x4e\x38\ \x27\x11\xbb\xeb\xf5\x86\xae\x6d\x39\x3b\x3b\xe3\xf4\xfc\x9c\xbb\ \xbb\xfb\xec\x1b\x24\x31\xae\xdb\xdd\x56\xec\x1d\xc6\x11\x6b\x0b\ \x4c\x69\x45\xf5\x1b\x22\x75\x55\xb3\x58\x2c\xa8\xeb\x86\x71\x18\ \xf1\x53\x60\xd7\x6e\x3f\xf2\x75\x87\xd5\x30\xa0\xaa\x47\x56\x52\ \x8a\xe0\xa3\x27\x84\x48\x9c\x46\xfc\x6a\xc5\xcd\xb7\xdf\x51\x8e\ \x3d\x6a\x59\xd0\x0d\x13\x63\xa1\x99\x9d\x3c\xc5\x9e\x5a\x62\xd3\ \x11\x28\xb8\xbd\x79\xe0\xd3\xcf\x9e\xe3\x6a\x47\xf4\x2d\x71\x0a\ \x0c\xbb\x15\x45\xb5\x20\xc6\x82\xaa\xd0\xb4\xdb\x8e\xae\xdb\xf1\ \xf4\xf9\x53\x96\x47\x0b\x1e\xd6\x0f\xd8\x94\x1d\x7a\x0f\xad\x6a\ \xc8\x09\x85\x88\xfa\x7f\xca\x2a\xf3\x6c\x90\xb8\xbf\x86\x28\xd9\ \xbb\x8c\x61\x44\xa5\x9c\xe4\x97\x5d\x69\x95\x51\xfc\xb3\x7f\xf6\ \xcf\xf9\xeb\xff\xf6\x37\x3c\x3c\xac\x0e\x30\x58\xcc\xd7\x50\xfc\ \xb2\xf4\xc1\x52\x43\x0e\x93\xc7\x45\xad\x60\xe9\xea\x70\xef\xed\ \x27\x9e\xbd\xcd\x4a\x4a\x92\x6d\xb1\x5c\x1e\xf1\xf4\xf2\x92\x94\ \x22\xdb\xcd\x46\x2c\x7c\xf6\x10\x96\x52\xcc\x66\x35\x75\xdd\x48\ \x5c\x73\xdb\x32\x65\x33\xc0\x7d\xf5\xda\x2b\xdf\xbd\x97\xec\x71\ \xef\x3d\x8b\xc5\x1c\x05\xac\x57\x2b\xaa\xba\x62\x79\xb4\x3c\x38\ \xd9\x7e\xbc\x26\x22\x64\x32\x44\x14\xe4\x2f\xc2\x66\xf5\x00\x93\ \x27\x05\x48\x5d\x4f\x63\x0c\x63\xb7\xc5\xcf\x35\x4f\xff\xc9\x4f\ \x68\x9e\xfe\x8c\x2e\x0d\x74\xfa\x9a\xf5\xb8\x66\x36\x5b\x50\xcf\ \x1a\x86\x6e\x43\xd4\x91\xa8\x03\xd6\x95\xa8\xa4\x30\x69\x42\x61\ \x99\x35\x35\x33\xdd\x90\x62\xe0\xdd\xfb\xf7\x4c\x3e\x50\x14\xf5\ \xe1\x7a\x7f\x48\x25\x49\x29\xb1\xdb\x8a\x23\x6f\xf0\x31\x2f\xa0\ \x55\xce\xbe\xc9\xa2\xe0\xf8\x78\xe8\xef\xc9\x13\x29\x25\xfe\xe8\ \x8f\xfe\x88\xc2\x35\xfc\xc7\xff\xf8\x7f\xe5\xec\x76\xb9\x3e\xa2\ \x73\xd9\x8b\xbb\xd2\xc1\x6e\x3e\x65\x5f\xba\xfd\x34\x22\x93\x8a\ \x3e\x14\x15\x63\x9c\x4c\x94\x56\xb1\xd9\x6c\xf8\xe4\xe5\x27\x6c\ \x76\x5b\xde\x5d\xdf\x10\x50\x52\xac\x52\x62\x1d\x22\x9b\xcd\x86\ \x9b\xcd\x8e\x42\x29\x28\x2c\x76\x10\xf2\x81\xf7\x30\x44\xf0\x85\ \xa3\xb0\x30\xef\x7b\xba\x76\x40\x97\x16\x53\x15\xc2\x44\x74\x32\ \x95\xba\xec\xe4\x50\x94\x05\x5d\xdf\xd2\xf6\x99\xc1\xa7\x7e\x84\ \xd4\x60\xad\x25\x7f\xfb\xdd\xbb\x37\x38\x6b\x99\xcd\x66\xa4\x98\ \x58\x1e\x1d\xb1\xda\x76\x8c\x01\x94\x76\xfc\xfc\x57\x7f\x2c\xb9\ \xee\xae\xa6\xac\x67\x92\xa8\x16\x03\x75\x61\x60\x4c\xbc\xf9\x9b\ \xaf\x89\x57\xb7\x9c\x6b\xc7\x10\x26\xa6\xe8\xd1\xa3\x62\x39\x3f\ \xe5\xd9\x17\x9f\x30\x3b\xfb\x15\xf3\xe3\x67\xf8\x71\x80\x14\x59\ \x2c\x1a\xfe\xe7\xff\xe5\x7f\xc2\x27\xc1\x4c\xb7\xeb\x35\x5f\x7f\ \xfd\x0d\xbf\xfd\xed\x97\x5c\x5f\x5f\x1f\x98\x3b\x7f\x9f\x63\xaa\ \x64\x0e\x48\x42\xe1\x14\x7c\xce\xa9\x08\xf2\xd0\x5b\x9b\x61\x2e\ \x39\xd8\x6f\x6e\xae\xf9\xab\xff\xfa\x5f\xc5\xe4\x31\x44\x71\x17\ \xfe\x40\x54\xf6\xb8\xe0\x4c\x87\x9b\x2b\xc1\x41\xbf\x42\x86\x57\ \x84\x6e\x2c\x45\xd7\x9a\x82\x1f\x7e\x78\x93\x0f\xe1\x82\xae\x15\ \xb8\x6b\x36\xaf\x25\x63\x7e\xd6\x50\xd7\x35\xbb\x5d\xc7\xf5\xcd\ \x0d\xb3\xd9\x5c\x0e\x19\x63\x31\xce\x51\x68\xcd\xae\xef\x88\x93\ \x17\x73\xcd\xbd\xf6\x24\x27\x4a\xea\xcc\xb6\xc1\x0a\x3b\xad\x2c\ \x35\xab\xf5\xe6\xf0\x7e\x3e\x16\x8b\x4f\x3b\x47\x3f\x4d\x1c\xcf\ \x8f\x30\xca\x10\x47\x2f\xf6\xff\x85\xa2\x40\xd1\xad\x37\xf8\x87\ \x15\x15\x89\x9b\xb0\x61\x7e\x56\x73\x71\xf6\x94\xe2\xe8\x98\x36\ \xee\xe8\xe3\x2d\xd3\x66\xe4\xb3\x67\x3f\x25\x6e\x3a\x76\xeb\x7b\ \x3c\x01\x6d\x1d\x0a\x4b\x18\x3d\xda\x0c\x98\xb2\xe2\xec\xc9\x05\ \xae\xac\xf8\xee\xf5\xb7\xbc\xbf\x79\xf7\x77\x08\x2b\x79\x36\x21\ \x46\xc9\x0b\xdf\x6c\x36\xf4\x43\x4f\xd3\xd4\x44\x1f\x1f\x99\x75\ \x21\x8b\xdc\xb4\x7c\x46\x3a\x3f\xdc\xfb\xc3\x29\xc4\xc8\xb3\x67\ \xcf\x98\xcf\x17\xfc\x1f\xff\xfe\x3f\x30\xf4\x43\x9e\x80\x32\x8b\ \x0c\x05\x7a\x9f\x53\x9f\x0e\x87\xc8\x87\xf7\xd9\xfe\x6b\x21\x87\ \x60\x19\x67\x71\x49\xbc\x95\x4c\x0e\x84\x7f\x76\x79\xc9\x38\x0c\ \xb9\xb3\x9c\x24\x47\xc3\xda\x8c\xe9\x0b\xe3\x6c\x1c\x47\x76\xbb\ \x87\x0c\xa3\xe9\x03\xd9\x20\x66\x22\x80\xb5\x86\xa1\x7f\xd4\x43\ \x1c\x1f\x2d\x39\x3b\x3b\xe5\xcb\xaf\xbe\x64\xe8\x3a\x42\xf0\x07\ \x18\xf7\xa3\x3d\xef\x39\x90\x0d\x23\xc4\x84\x89\x89\xdd\x76\x4b\ \xb7\xd9\x32\x5b\x1c\x31\x2b\x4a\xfc\xb4\x62\x8a\x2d\xc9\x16\x2c\ \x5e\x9d\xb2\x09\x13\xa1\x6c\x58\x2c\x3f\xa3\xdb\xbc\xa3\xdb\xac\ \x78\x78\xff\x25\xe5\x7c\x49\xb4\x06\x9c\xa6\x2a\x1d\x65\x61\x49\ \x1e\x94\x35\xa0\x05\xf5\xeb\xba\x1d\xd7\x57\xef\x1f\x0b\xc8\x07\ \xd4\xe8\xfd\x67\xee\x43\x60\xbd\x59\xf1\xe4\xf2\x5c\x2c\x86\xf2\ \xde\xc2\x67\x68\x51\x02\xce\xe4\xeb\x65\x29\x2e\x05\xe2\xfc\x1b\ \x0f\xd0\xe1\x9e\x09\xd7\x76\x9d\xbc\xe6\x24\x0e\xdc\x31\xe3\x69\ \xfb\x69\x73\x1f\x71\x61\xad\xc0\xeb\x62\x91\x9f\x0e\x08\x88\xce\ \xae\xcf\xbf\xf8\xd9\xcf\x99\xcd\xe7\xd4\x47\x47\xfc\x87\xbf\xf8\ \x4f\x87\x14\xce\x98\x40\xbb\x02\x62\x22\xe4\xaf\x0d\x7e\x22\x8d\ \x01\xe3\x27\x54\x04\xe7\x2a\x6c\x33\x23\x56\x8e\xe8\x0c\xaa\x28\ \xa8\xab\x19\x85\x53\xa0\xf7\xbe\x6c\xb2\x5f\x33\x99\x14\x50\x37\ \xa5\xc4\x5e\x3b\x47\x55\x15\x3f\xce\x70\xac\x94\xd5\xc8\xc6\x24\ \x8c\x81\xf5\xe6\x81\xb2\x2a\x48\x04\x8a\xba\x02\xab\xd1\xca\xe0\ \x66\x33\x39\x84\x9d\xc3\x2a\x45\xea\x7b\xca\xaa\xc2\x06\xcd\xfa\ \xed\x0d\xe9\xea\x8e\x3a\x04\xa2\x35\x74\x76\x20\x1a\xc3\xa2\x3e\ \x23\x18\xc7\xc9\xe5\x0b\xc6\x54\xd0\xf6\x2d\x2e\x05\x14\x41\xc4\ \x60\x05\x28\x53\x50\x96\x96\xf2\xec\x8c\x27\x97\x4f\x78\xfe\xfc\ \x39\xff\xe6\xdf\xfc\x1b\xc9\xfe\xde\x8b\x17\x93\xd8\xb5\x93\xe4\ \x20\xf1\xde\x4b\x37\x1a\xd2\x01\xb6\x38\xd8\xaf\xf0\xe8\xdd\x64\ \x8d\xe3\xf5\xeb\x37\x7c\xf7\xdd\xb7\xf9\xa6\xd1\x87\xee\x46\x9b\ \x3d\x3d\x54\x1d\xa0\x0e\x95\x8b\xab\x30\x83\x44\x30\x16\x33\x5e\ \x3d\x8d\x13\x7d\xd7\x63\x9d\x63\x3e\x6f\x30\x46\xb1\xdd\xee\x98\ \xc6\xbd\x55\xf6\x48\x55\x17\x1c\x1f\x1f\x53\x96\x05\xa7\x67\xa7\ \xbc\x7f\xf7\x9e\xcd\x76\xc7\x76\xd7\x31\x9f\xcf\x21\x26\xa6\x71\ \x64\xdd\xf5\xb4\xdb\x5d\x66\xf4\xd8\x7c\xd8\x49\x43\xa6\x12\x74\ \xed\x8e\xae\x6b\x72\x71\x74\x6c\x36\x5b\x6e\xee\xee\x09\x21\x7e\ \x3c\x01\x1b\xa2\xee\x9d\xd7\x15\xa5\x2b\x48\x43\xc0\xf7\x03\x3f\ \xfc\xf0\x3d\xcb\xb3\x25\xcf\x2f\x4e\xa9\xb4\x65\x61\x2c\x8c\x1d\ \x1b\x3f\x71\x7c\x72\xc6\xd1\xab\x4b\x6e\x77\x23\xb3\xd3\xa7\xcc\ \xdd\x31\xf7\xb7\xd7\xbc\x79\x73\x0d\x3e\x52\x55\x8a\x51\x3b\x92\ \x49\x9c\x9d\x2e\x51\xb6\x40\xd9\x4a\x26\xae\x28\x98\xfa\x66\x73\ \xcf\x6e\xdc\x50\xb8\xea\x77\xb4\x16\x29\x45\x52\xd4\x68\x1d\x89\ \x3c\x4e\xa5\x31\x3b\x37\xd7\x75\x7d\xb0\xbb\xe8\xfb\x1e\x80\xc5\ \x62\x41\x51\x16\xac\xd7\xeb\x5c\x1c\x22\xb3\xf9\x1c\xa3\x2d\xfd\ \x30\x1c\x1c\x0b\xc4\x0b\xca\xa3\xad\x3e\x50\xcd\x1f\x8b\x06\x07\ \x21\x9d\x4c\x2a\xf1\xd0\xc8\x84\x10\x28\xca\xf2\x70\xa8\x35\x75\ \xc5\xf3\xa7\x4f\xa9\xab\x82\xba\xae\x19\xc6\x91\x99\xab\xa5\x01\ \x50\x26\xdb\x87\x8b\xb8\xee\xe1\xe1\x41\x84\x77\x71\x4f\x65\x8e\ \x07\x53\xc1\x98\x22\x21\x06\xac\x32\x07\x5a\xbb\x35\x9a\xeb\x9b\ \x6b\x8e\x8f\x8f\x38\x3f\x3b\xe3\xed\xdb\x37\xdc\xde\x5c\xd3\xbd\ \x7a\xf9\x51\xd3\x16\x41\xa1\x62\x96\x04\xc4\x80\xb1\x86\xb6\xdd\ \xb1\x5e\xdd\xf3\x6c\x71\x44\x0a\xfe\x10\x16\xb7\xe9\x57\x94\xb7\ \xdf\xb3\xd2\xe7\xdc\x79\xb8\x50\xe7\x14\x41\xb3\xdd\x0c\x38\x57\ \xa1\x4d\xc5\xfc\xe4\x58\xbc\xeb\xf2\xdf\x60\xf2\xee\x23\x12\xe2\ \x04\x29\x50\xd7\x72\x9e\xa4\xe4\x09\x51\x1f\x0e\x6c\x9d\x63\x8d\ \x53\xf0\x6c\x37\x1b\xbc\x9f\x0e\x84\x0b\x6b\xc5\x0b\xaf\x6d\x5b\ \x76\xed\x8e\x69\x9a\xc4\xfc\x53\x29\xc6\x61\x14\x3a\x31\x89\xba\ \x6e\xb8\xbb\xbf\xcf\xd6\x27\xe1\xf0\x7c\xa7\xdf\xd3\x31\x3d\x2e\ \xe6\x52\xd6\x91\x84\x43\x9a\xe5\x34\xf9\x4c\xcb\xf7\x07\x66\x61\ \xe1\x0a\xce\xce\x4e\xf9\xee\x87\xb7\xec\xd6\x1b\x92\x97\x08\x6f\ \x9f\x9b\x10\xa3\x35\x24\x93\x79\x02\xa2\xd5\x33\xda\xe0\xbb\x11\ \x53\x94\x78\x6b\x18\x53\xc2\x2a\x68\xc7\x89\x7e\x1c\x71\x4a\x20\ \xb4\xbd\x0e\x26\x44\x7f\xd0\xf9\x69\x6b\x28\xb4\x12\xb9\x03\xcd\ \x23\x22\xf2\x63\xa3\x06\xa7\x94\xf0\x7e\x20\x25\xa1\xd6\x76\x5d\ \xcb\x66\xbb\xc1\xb8\x82\x7a\x3e\x43\x19\x45\x3b\x4a\x40\x4d\x55\ \x17\x84\xa1\xa7\x54\x0e\x3b\x4d\xc4\x71\xe4\xee\xcb\xaf\xf1\x57\ \x37\x34\x17\xa7\xf8\x32\x11\x8a\x92\xb3\xa7\xcf\x28\x17\x05\xa3\ \x7e\xa0\xdf\x4d\xf4\x71\xc7\xf1\xe9\x4c\x96\xa7\x3e\x00\x13\x29\ \xe4\x0c\x76\x2c\xbb\xb6\xc7\x18\xcd\xa7\x9f\xbe\xe4\x93\x97\x2f\ \xf8\xfa\xab\x6f\xf2\x41\xfb\x78\x1f\xa8\x1c\xde\xbc\x5e\xaf\xb0\ \xc6\x88\xe0\x30\x3b\x88\xee\xbb\x6d\x89\xd9\x0d\xc4\x1c\x6c\xf4\ \x78\x58\xfc\x5e\x57\x7e\xc0\xc2\x7f\xd7\xf4\xed\xc3\x45\x92\x36\ \xfa\x90\x14\x47\x56\x3f\x8f\xe3\xc8\x76\x23\xf4\xca\x71\x1a\xd1\ \x99\x40\xd0\xf7\x3d\xe9\x21\xf0\xfd\xeb\xef\x79\xf5\xea\x85\xe0\ \xfb\xb9\x03\x25\x44\x86\xb6\xa7\xaa\x2a\x42\xce\x9f\x37\xda\x60\ \xb5\xcd\xaf\x0f\x2a\x26\x86\xae\xa3\x2c\x4b\x76\x9b\x2d\x4d\xd3\ \xb0\x38\x3a\x26\x84\xc4\xf5\xcd\xad\x64\x74\x68\xf5\x51\xaf\xfb\ \x72\x79\x44\x51\x8a\x09\xa2\x9a\x22\x9b\xbb\x3b\xbe\xfb\xf6\x5b\ \x3e\x2b\x3e\x23\x78\x71\x76\xd5\x41\x18\x4f\x53\x3f\xb2\xdd\xae\ \xb9\xba\xbb\xe2\x6a\x37\xe1\x86\x35\xa7\x17\x33\xfa\xa8\xb9\x7d\ \x78\xe0\xec\xf4\x04\x35\x2f\x38\x5f\x3e\x05\x1c\x75\xdd\xa0\x8b\ \x82\x18\x27\xc8\x7b\xb7\x21\x78\x6c\xa1\xa9\x9a\x02\x3f\x7a\x74\ \xb4\x44\x15\x71\xad\x83\x0d\x7a\x00\x00\x20\x00\x49\x44\x41\x54\ \x6e\x4f\x0b\x95\x82\x7f\x79\x79\xc9\xab\x97\x2f\x28\x5c\xc1\x34\ \x49\x52\x63\x8a\x92\xbe\x57\x14\x85\x74\xa7\xb9\x21\xf0\x93\x3f\ \x40\x1b\x45\x59\x1c\xf6\x28\x9b\x7c\x38\x19\xe3\xe4\x1e\xc8\x87\ \x4b\xfa\xc0\xce\xe3\xef\x01\x81\x88\x51\xfd\x1d\xf7\x6a\x6b\x1c\ \xc1\x0b\xd9\xe3\xec\xec\x14\x67\xc5\x24\xd2\x28\x45\xdb\xb6\xa4\ \x28\xc1\x58\x21\x86\xec\x6a\x6b\x32\xc5\x94\x83\x76\x4a\x7f\xe0\ \x31\xb7\x37\xad\xdc\xef\x70\xb4\x02\x95\x33\x4c\xda\xb6\xc5\x68\ \xc5\x7c\x3e\x67\xd7\xb6\x19\x8a\xd5\x1f\xa9\x81\xc8\xd9\x19\x07\ \x66\x97\x54\xd4\x71\xe8\xc5\x9a\xdf\x4f\x28\x95\x98\x08\xa8\x94\ \xb0\x18\x6e\x6e\x6f\x18\xe7\x86\x68\x6a\x4a\xab\x39\x9a\x1f\x73\ \x5c\x35\xb8\xba\x21\x99\xbd\x01\xa7\x26\xf8\x98\xf3\x5b\xf6\x1e\ \x7b\x22\x04\x8d\x61\xa2\x2a\x2c\x29\x65\x31\x62\x6e\x1c\x24\x4e\ \x7b\xa2\x70\x8e\xf3\x8b\x67\x9c\x9e\x9d\x89\xda\x3f\xfb\xd4\x85\ \x18\xf2\x54\x2e\xa4\x9a\x98\xb5\x58\x21\x04\x21\x5d\xa4\x48\xd3\ \x34\x98\x3c\x01\x1e\x8a\x49\x46\x18\xfe\xdf\x0f\xe2\xf4\xbb\xfb\ \xd8\x5c\xf4\xf7\x4d\x49\x52\x30\x5f\x1c\x31\xf9\xef\x09\x59\x13\ \x24\x76\x3b\xe2\xef\xa6\x92\xe8\xe1\x52\xca\x82\x5b\xad\xc0\x68\ \x92\x15\xd2\x89\x71\x4e\x1c\x39\xf2\xe4\x52\x34\x35\x85\x31\x32\ \x15\x13\xb3\x55\x90\xec\xf9\xf6\xe1\x6d\x7b\x4b\x20\x32\xec\xf6\ \xa3\xd4\x99\x18\xa3\x69\x9a\x86\x59\xdd\x30\x9b\x1d\x31\x3f\x3a\ \xe2\x61\xb5\xc6\x3a\x9b\x45\x54\x13\xb3\xc5\x9c\xb2\x2c\x18\x87\ \x8e\xb0\x6b\xe9\xda\x91\x17\x2f\x3f\x11\x85\xf1\xd8\x53\x5b\x4b\ \xdb\x6f\xa8\x9e\x3c\xe5\x93\x5f\xfc\x14\x53\xcc\xc5\xf5\x34\xb6\ \x24\x14\xe7\xc7\x27\x84\xe0\x99\x7c\x9f\xad\x53\xb4\xe4\x7f\x27\ \x8d\x42\x33\x9b\x49\x27\xbe\xdd\x6d\xd9\x6c\x36\x07\xc6\xc5\x87\ \xe7\x7b\x0c\x62\x41\x32\x4d\x93\xe4\x9b\xe4\x05\xd5\x34\xf9\x03\ \x93\x63\x7f\x60\x98\x8c\x89\x5e\x5c\x9c\x71\x7e\x7e\xc6\xfb\xf7\ \xd7\x87\xa9\x63\x5f\x44\xf2\xf6\x2f\x6b\x1c\xd2\x41\xdb\xc2\xc1\ \x49\xf7\xd1\x2b\x49\xbe\x37\x8f\xa6\x1a\xa1\x2d\x87\x48\x52\x41\ \x42\x91\xb2\xd1\xe0\xfd\xdd\x3d\x3f\xf9\xc9\x2b\x6c\x59\x53\x58\ \xc7\xa0\x85\xe6\x3c\x8d\x63\xee\xb4\x65\xb1\xb7\x37\x9c\x0c\x31\ \x31\x0d\x13\x75\x29\xc1\x42\x16\xb1\x5d\x69\xb7\x2d\xce\x56\xac\ \xdb\x96\xbb\x87\x15\x3e\x7d\x44\x0b\xfa\x0f\x04\xa1\x37\xb7\xb7\ \xc4\xc9\x53\x69\x47\x59\x16\x7c\xf2\xe9\x2b\xce\x9f\x5e\x32\xa5\ \x48\x8a\x92\x45\x62\x42\xa2\xd4\x8a\x71\xbb\xe3\xf6\xfa\x8a\xc1\ \x54\x78\x93\x50\xe6\x88\xe5\xf1\x19\xe7\x17\xaf\x30\x46\x31\x5b\ \x38\x62\x2c\x21\x1a\xc6\x7e\x40\x0d\x03\x31\x8c\x68\x9b\xa8\x0a\ \x43\xe8\x26\xe2\x34\xb2\xa8\x6b\x6e\x76\xe2\xd7\x65\xb4\xc9\x85\ \xd7\xe7\xfc\x91\xc4\xab\x57\x9f\x70\xf9\xe4\x92\x69\x1a\xf3\xe7\ \x94\x88\x2a\x61\xac\xa1\xd0\xc5\xa1\x30\xec\xa1\xa4\xe3\xe5\xf1\ \x41\xc7\xa1\xb4\xec\xc2\x1e\xee\xef\x0f\x14\xf3\x71\x9a\x7e\x8f\ \x31\x26\xb9\xe4\xff\x4f\x6c\x99\x74\xb0\xfd\x20\x07\x77\x85\x2c\ \xbe\x94\x29\x29\xc5\x88\xca\x4a\xed\xb2\x2a\x99\x2f\x66\xdc\xad\ \xd6\x92\x45\x92\xf6\x18\x7c\xcc\xd0\x9b\x42\xe5\x2e\x7c\xff\x1e\ \x74\x8e\x0f\xf6\xd3\x24\x3b\x0c\x24\x23\x24\x84\xc0\x76\xbb\x63\ \x31\xab\x39\x3d\x3e\xa6\x70\x0e\x67\x3f\x3e\xcc\xa5\xf6\x62\x4f\ \xad\xc4\x97\xce\x68\x6e\x6f\xaf\x19\x3e\xfb\x8c\x7e\x1a\x98\x92\ \x27\xa6\xc0\xb8\x05\x6d\x3a\xc2\x78\x4b\x75\x76\xce\xb8\x7d\x60\ \x37\x14\xb8\x14\xf1\xfd\x80\xae\x6a\x94\x71\x24\x14\x63\x3f\x52\ \x16\x25\x7e\x1c\x51\x2a\xa1\x8c\x50\xb0\xc5\xa0\x94\x0f\x82\xc9\ \x1e\x3f\xe3\x71\xf4\x3c\xbd\x7c\xc2\x9f\xfd\xcb\x3f\x65\xb1\x98\ \x31\x8e\x03\x3e\x87\x8f\x09\xf2\xa0\x50\x9a\x6c\xc6\xca\x01\xca\ \xae\xab\x9a\xba\xae\xd1\x5a\xb3\x59\x6f\xd8\xed\x76\x02\x31\xe6\ \x67\xec\xef\x21\x81\xfe\x77\x1e\x9d\x74\x98\x42\x85\x8c\x23\xdf\ \xf8\xb0\xd9\xb2\x1b\x07\x1e\xb6\x1b\xb9\x53\x4c\xf6\xdd\xca\x70\ \x65\x8a\x21\x8b\xab\x13\x36\x67\xb5\x24\xad\x88\x1a\x3c\x11\x9d\ \x40\xc5\x88\x4a\x9a\xd1\x4f\x60\x0d\xc6\x59\x82\x9f\x24\x23\x27\ \x53\x8f\xf7\x6e\xd1\xfb\x58\xe3\x98\x03\xb3\x7e\xb4\xa2\x45\x92\ \x42\x27\x83\xd1\x85\x28\x4c\xd9\xbb\xad\x96\x90\xe0\xec\xec\x1c\ \xeb\x1c\x5d\xb7\x83\x69\xe0\x87\x6f\xbe\xe6\xfd\xdb\x2b\x4e\x2f\ \xcf\x28\xac\x21\x5a\x4d\x08\x13\xbe\xf3\xcc\x16\x35\x14\x86\xd5\ \xe6\x81\xf9\xf9\x53\x34\x3b\xba\x6d\xcb\xfd\xfb\xb7\x68\x6d\x30\ \x66\x42\x17\x15\xae\x9c\x63\x4c\x81\x52\x46\x04\x8b\x46\x94\xc3\ \xef\xde\xbd\xe3\xe6\xe6\x1a\x6b\xec\xef\x30\x6c\x0e\xdc\xf4\x98\ \x33\x2b\xfa\x9e\xc5\xa2\xc9\x4b\x33\x9d\xad\x27\xfa\x3c\xbe\x5a\ \x66\x4d\x03\x56\x51\x55\x35\x4f\x9e\x5c\xf2\xf6\xed\x7b\x89\x5a\ \x35\xe6\x00\x9f\xa9\xdf\x13\x47\x3e\x1e\xb2\x79\x7a\xc9\x38\xed\ \xfe\x6b\x42\xbc\x32\x38\x67\x08\xbd\x3f\xdc\x84\xc6\x38\xac\xb6\ \x24\x24\xff\x64\xd6\xcc\x18\xb6\x1d\x75\xdd\xb0\xdb\xb5\x8f\x22\ \x2d\xef\x73\xfa\x63\x71\xb8\x91\x95\x88\x6b\x98\x2d\xe5\x01\x71\ \xa5\xa3\xac\x6b\x30\xb2\xcb\xba\xbe\xbe\x11\x78\x4b\xeb\xbf\x6b\ \x09\xf2\xff\x71\x1a\x5d\xad\x44\xef\xa3\xb4\x1c\x94\xc7\x67\x27\ \xcc\xce\x96\x78\x9b\x18\x49\xe8\xd2\x31\x04\x8f\x4e\x8a\x30\x0a\ \x0c\x36\xae\x57\xc4\x3a\xe1\xea\x92\x7e\xbd\xa3\x2a\x67\xb4\xeb\ \x35\x55\x53\xb0\xeb\x56\x38\x65\x21\xc8\x82\xdc\x1a\xc3\x34\xf4\ \xc4\x14\xd0\x16\xd0\x8e\x02\x83\x4d\x4a\xf4\x1d\x26\x4f\x92\x44\ \x96\xcb\x25\x27\xcb\x23\x86\x71\xbf\x7b\x18\x33\xd6\x2d\xe4\x08\ \x9d\x55\xeb\xe2\x26\xbb\xb7\xe7\x78\xec\x42\xfd\x24\x1e\x4f\xcd\ \xac\xc1\x7b\xcf\x6e\xb7\x93\x07\xcd\x59\xba\x6c\xa3\xb3\x4f\xfa\ \xdb\xd3\x80\x25\x01\xf0\x11\xfe\xd8\x6b\x0f\xf6\x10\x58\x8c\x51\ \x5c\x7e\x5d\xb6\x27\x1f\x06\xda\xdd\x96\xb3\x93\x63\x26\x62\x5e\ \x9e\x2a\x5e\xbe\x7c\xc5\xae\x1b\xb8\xb9\xbd\x15\xd5\xbd\x12\x4d\ \x90\xca\xd6\xeb\xfb\xd3\x4c\xe7\x02\xae\x72\x67\x1b\xbc\xcf\x9e\ \x70\x56\x02\xa7\xaa\x3a\xd3\xd4\xe5\x66\xb3\xff\x03\x99\x16\xff\ \xf0\x62\x22\x99\x32\x2a\xff\x92\x11\xf1\x44\x7b\x7f\x75\xc5\x38\ \x74\xf8\x14\x89\x26\xa1\x95\xa5\x6b\x35\x24\xcf\xf3\xf3\x19\x10\ \x98\x56\xf7\xe8\xba\xc6\x54\x35\x98\xc4\xd0\xae\x71\xfb\x7b\xb6\ \x49\x6c\x1e\xde\x83\x8f\xb4\xdd\x96\xba\x2a\xb1\xa5\xa3\x59\x9c\ \x1c\x42\xc0\x38\xe4\xc1\xcb\xe4\x55\x14\x8e\xa3\xa3\x65\xb6\x31\ \xe9\xe4\x60\xb6\xa2\x1d\x91\x98\x00\x81\x09\x83\x0f\x07\x1f\xb6\ \x3d\xf5\x17\x05\x7d\xd7\x73\x7f\x7f\x9f\xdd\x8f\x8b\x43\x7e\xfb\ \x87\xcd\xc0\x7e\xf2\x48\xbf\x97\x77\x9d\xd2\xe3\x42\x5f\x9e\xe3\ \x29\x7b\xb2\x09\x49\x63\xd3\xb7\xbc\xbe\xb9\xe2\x6a\x75\xc7\x40\ \x40\x39\x83\x0f\x11\x67\xc4\xf9\x3a\xa4\x28\x51\xd1\x21\xfb\xc5\ \xc5\x44\x30\x89\x64\x14\x2a\x67\xda\xec\x1d\x2e\x42\x88\xdc\xef\ \x36\xd4\x8b\x05\x4c\x93\x48\x10\x32\xdb\x2c\xc5\x9c\x71\xa3\x74\ \x86\xc0\xe4\xd9\xf9\xd1\x16\x13\xb9\x60\xe2\xce\xea\xa2\xec\x02\ \xfc\xe4\x79\xf9\xc9\x4b\xe6\xf3\x39\xa3\x0f\xac\x57\x0f\x72\x40\ \xa8\xc0\x34\x8c\x3c\x7b\xf1\x1c\x53\x39\xe2\x38\xd2\x47\x49\xe8\ \xf3\x29\x71\x7b\x7b\x47\x9c\x57\xac\xfa\xc0\x0e\x38\x3a\x0e\x6c\ \x37\x5b\x42\xe7\x58\x9e\x9c\xd0\x2c\x16\x28\x5b\xa2\x5d\x83\xd2\ \x15\x50\x00\x9e\x14\x27\x86\xde\x63\x8d\xe4\xb9\x07\x1f\x7f\x9f\ \xd4\xc8\xe4\x27\x4a\x67\xb8\xbc\x7c\x72\x58\xe2\x49\x47\x61\x71\ \xd6\x65\x98\xc4\x1f\x2c\x3c\xc6\x71\xe0\xe6\xe6\x4e\x0e\x84\x0f\ \x1c\x59\x4d\x76\x49\x16\x8a\x21\xf9\x00\x50\x8f\xb2\x07\x9d\xed\ \xa1\x89\x1f\x22\xcd\xd2\x25\x59\x93\xd9\x45\x21\x8b\xae\x4c\x76\ \x78\xd5\x28\xed\x38\x3f\x3b\xc7\x7b\xcf\x6a\xbd\xa2\xaa\x4a\x48\ \x29\x77\x5b\x25\x4d\xd3\x1c\xa6\x2a\x85\xce\xd6\x31\x91\xb2\xb1\ \x94\x45\x41\x5d\x55\xcc\x17\x33\xd0\xf9\xb3\xbc\xbf\x61\xb3\xd9\ \x10\x14\x84\xf4\x11\xa7\x92\xcc\xbf\x7f\xfd\xe6\x7b\x89\x03\x8e\ \x50\x69\xc7\xf9\xe9\x19\xe5\xa2\xa1\x6a\x1a\x86\x30\x81\x1f\x18\ \x48\x28\xa4\x93\xdd\x6e\x36\x68\xad\x38\x39\xbd\xa4\x34\x9a\x69\ \xd7\x61\x27\x4d\x61\x1b\x52\xe7\x09\x7a\xa0\x9e\x41\xd1\x54\x4c\ \xdd\xc8\xed\xd5\x3b\x71\x0c\x98\x46\x94\x51\x2c\x96\x67\x58\x0c\ \x05\x16\x9d\xa4\x31\x08\xc9\x53\x14\x22\x36\x3c\xbb\x38\x97\x58\ \xd5\x18\x25\x95\x12\xa8\xab\xf2\x40\xfd\x35\x4a\xcb\xa4\x90\x99\ \x59\x21\xef\xb3\x7c\xf0\x54\x75\xc5\x76\xbb\xe5\xf6\xe6\x96\x61\ \x98\x04\x2e\xca\xc6\x91\x31\x04\xb4\x35\x1f\x30\x88\x1e\x8b\xc7\ \x87\x87\xcb\xe3\xbf\xcb\xd4\x12\x43\x24\xa8\x80\x29\x4a\x94\x12\ \xab\xf0\x87\x87\x07\x9c\xd5\x54\xa5\xdc\xa3\x53\x48\xcc\x67\x33\ \x7e\xfe\xf3\x5f\xa0\x7e\xfb\x5b\x6e\x6f\xaf\x0f\x1a\x92\x7d\xcc\ \x72\xca\x66\x8f\x18\x9d\x73\xe7\x03\x36\x3b\x06\x17\x85\xa3\x2c\ \x64\x77\x56\x16\x05\x45\x29\x90\x4e\x98\x26\x9a\xa6\xce\x8e\xb6\ \x1f\x57\xb8\xa8\xf6\x94\x68\x75\xc0\xbe\xe8\x86\x9e\x5f\xff\xf6\ \x37\xf8\xe8\x51\x85\x65\x1a\x23\x53\x70\xa8\x09\x11\xdd\xaa\xc0\ \xb6\xdd\xb0\x7e\x30\xb8\xb2\xe6\xe8\xe4\x88\xb2\xae\xe8\xd7\x3b\ \x16\x8b\x86\x30\x0d\x8c\xdd\x8e\xe8\x23\xb3\xa6\x21\xc5\x89\x30\ \x09\x2b\xb0\x2e\x2b\x8c\xb2\x10\x65\xba\xa8\x6b\xc7\x27\x9f\xbc\ \xe0\xd9\xb3\x27\xcc\x9a\xb9\x4c\x95\x99\x48\x21\xb1\xc7\xe6\x60\ \xcf\x9f\x52\xc8\x11\x0f\x99\xca\x9c\xa1\x2c\x71\x90\x36\xac\xd6\ \xab\xec\x58\x20\xbb\xd4\x7d\xe4\xb1\xda\x43\x47\xff\x5d\xd0\xef\ \xb1\xb1\x12\x7d\x4f\xde\x7d\x18\xc3\xba\xdd\xe1\xdf\xfe\xc0\x6e\ \x94\x18\x72\x99\x36\xfd\x61\xda\x14\xe8\x92\x43\x12\x6b\x54\x8a\ \x89\x24\x99\xf0\x46\xa3\x8d\xa6\xd6\x8e\x80\x2c\xfc\xef\xd6\x2b\ \xce\xea\x8a\x52\x29\x31\x1c\xcd\xce\xc4\x3a\x4f\x27\x21\x06\xa2\ \x17\xf8\x4b\x25\x7e\x9c\xae\xc1\x87\x5d\x83\x92\x85\x50\xe3\x2a\ \x62\x98\x70\x56\xf1\xd7\x7f\xf5\x17\x3c\x7d\xfa\x9c\xf9\x7c\x9e\ \x2f\x5e\x49\x51\xcd\x78\xf5\x07\x7f\x48\x5d\x38\x9c\x12\x66\x55\ \x1a\xc4\x31\xd3\x5a\x85\x1b\x47\xda\x9b\x1b\xbc\x75\xe8\xe3\x13\ \x9a\xe6\x92\xfa\xc5\x13\x8c\xad\xf3\x02\xcb\x1f\x34\xcd\x31\x4e\ \x18\xab\x20\x8c\x68\xa2\xa8\x8e\x53\xa4\x30\x96\x6e\x9a\xd8\x67\ \x1f\xa4\x18\x69\xea\x9a\x97\x9f\xbc\xe0\xf2\xc9\x19\xcf\x9e\x3f\ \x3b\x58\x7f\xcb\x68\x28\x96\x2b\xcd\x6c\xce\x4c\x89\xff\x90\x46\ \xba\xd5\x67\xcf\x2e\x39\xbf\x38\xe7\xe4\xf4\x84\xbf\xfc\xcb\xff\ \x4c\xd7\xe7\x51\x38\x26\xa2\x17\x0b\x0c\x63\xcd\x07\xae\xa6\x31\ \x63\xa7\x3e\xd3\x4a\xf7\x54\xd2\x5c\x70\x32\x34\x80\x32\x28\x65\ \xf2\xc1\xe6\xc5\xce\xdb\x19\x2e\xce\x4e\x30\x0a\x66\x4d\x4d\xf0\ \x13\xcb\xe3\x05\x9b\xed\x96\xc5\x62\x46\x33\x9b\xb1\xdd\xee\x18\ \x76\x5b\x9c\x33\xa8\x94\xe4\xbd\x6a\x4d\x52\x9a\x76\xe8\x29\x66\ \x15\x29\x7a\xa6\x18\x19\xfc\x80\x36\x62\x45\x1e\x62\xfa\x78\xae\ \x1a\xf9\x2e\x1d\xbb\x35\x9b\xcd\x4e\xa8\xd5\xda\x71\x77\x77\x45\ \x55\x95\xbc\x78\xf1\x8c\xa1\x72\xd8\xa1\x27\xd4\xb0\x35\x8a\x21\ \x5a\xbc\x2a\x71\x41\x31\xf3\x9e\x69\xb3\x26\xa5\x09\x95\x6e\x59\ \x1e\x1d\xd3\xcc\x1a\x30\x91\xf5\xd8\x32\x9b\xcd\xe9\xbb\x1e\x1f\ \x47\x9c\xd1\xd4\x95\xcb\x22\xcf\x0e\x53\x1d\x51\x2d\x66\xe8\xfb\ \x15\x51\x49\xe2\x62\x59\x56\x19\xe2\xd9\xb2\x98\xcf\xd0\xc0\x38\ \xf4\xa0\xc0\x69\x95\x21\x86\x94\x73\x2a\x82\x64\xa2\x28\x7d\x48\ \x22\x0c\xa3\xc7\x87\x91\xc2\x95\xc2\xf1\x5f\x6d\xa4\x80\x57\x56\ \xd8\x83\x2a\x0a\x9c\x83\xce\xac\x9c\x6c\xc2\xb8\x57\x49\xa7\xdf\ \x87\x44\xf4\x21\xcc\x6b\xf2\x9e\x7a\x2f\xf2\xd4\x86\x4d\xdb\x53\ \x6c\x5b\xba\x7e\x64\xb1\x58\xe0\xac\x26\xf8\x91\xe3\x45\xcd\x4f\ \x5e\x7d\xc2\x66\xbd\xca\x4e\xbf\x26\xdb\x7a\xf8\x9c\x16\x4a\xde\ \x1b\x84\x2c\x48\x85\x10\xf7\x7e\x51\x62\x0f\x64\x9d\x95\xc6\x44\ \x6b\x8a\xaa\xa2\xef\x7b\x61\x1f\x7e\xcc\xc6\x11\x08\xd6\x10\x93\ \x42\x25\x85\x8e\xe2\x1c\xee\xbd\xe7\xcb\xd7\xdf\x73\xdc\x34\xa8\ \xda\xd1\xa5\x8e\x64\x23\xb6\x30\x2c\x8c\x65\xe6\x0a\x62\x90\x1d\ \x8f\x0f\x23\xab\xfb\x3b\xec\x46\x74\x51\xca\x9f\x50\x38\xc3\xa2\ \x59\x30\x4d\x13\x63\x3f\xe2\x8a\x02\xef\x25\xe6\x7a\x71\xb4\x10\ \x0b\x17\xa5\xb1\x36\x72\x76\x76\x4c\x59\x18\xa6\x71\x20\x94\x8e\ \xd8\x2b\x62\xb6\x81\x8f\xd1\x1c\x08\x10\xce\x3e\x42\x50\x42\x98\ \xd9\xdb\xc1\x48\x32\xa1\xd6\x9a\xd5\x7a\x9b\xed\x97\x22\x51\x49\ \x5e\x08\x4a\x1d\x98\x91\xea\xa0\x8e\x7c\xf4\xfd\x53\x79\x47\x72\ \x68\x20\xf3\xef\xef\xb3\xfd\x52\x4c\x13\x69\x1c\x09\xbb\x8e\x8b\ \xe5\x31\x0f\xeb\x2d\x53\x88\x28\x21\x05\x32\xf9\x20\x84\x8b\xec\ \xd8\x6a\x92\xc1\x20\xa2\xe7\x49\x5a\x63\x0a\xad\x99\xfa\x11\x65\ \x34\x9e\xc4\xaa\x9b\xd8\x0c\x23\xa3\x1f\x29\xcb\xea\xd0\xf0\xee\ \xcd\x3f\xb5\x92\x22\x64\x4c\x91\x21\xf1\xf4\x63\x9c\x4c\x04\x26\ \x3a\x64\x35\x1b\x18\xa7\x9e\x69\x9a\x98\xc6\x82\x1f\xbe\xff\x86\ \xb2\xac\x31\xda\x50\x56\x0d\x27\x4f\x9e\xb0\x38\x5e\x62\x2b\x27\ \x98\xa0\x1f\x99\xfc\x20\x51\xc6\xe3\xc8\x74\x77\x47\x53\x2a\xdc\ \xf2\x98\xd8\xef\xe8\x37\x0d\x4a\x5b\xc2\xb8\x93\xa0\x29\x6b\x89\ \x61\xcc\x6a\x8e\xc4\xd0\x3d\x60\x49\x58\xa5\xb1\xb6\xc2\x19\x95\ \xbb\x94\x48\x4c\x4a\x84\x7c\xe3\x80\x56\x89\x9f\x7e\xfe\x29\xf3\ \xc5\x0c\x6d\x25\x7e\xd5\x29\x97\xd9\x68\x3a\xef\x52\x82\x78\x39\ \xed\x2f\x85\x12\x16\x56\x52\xf0\xc5\x4f\x3f\x67\xf5\xb0\xe2\xaf\ \xff\xdb\xdf\x60\xac\x8c\xb3\x7b\x85\x74\xda\xef\x67\x3e\x10\x9c\ \x1d\x72\x55\xb2\x19\xa1\x14\x98\x74\xa0\xa8\x6a\x6d\x70\xd9\x84\ \x30\xf8\x89\x76\xb7\xe1\xc5\xcf\x3e\x67\xd6\x64\x96\x52\x92\x0e\ \x6a\x79\xb2\xc4\x47\x2f\xaa\xd7\xba\xa2\x6a\x6a\xe2\x95\x04\x2e\ \x19\x2b\xfb\x82\xb1\x8b\xc4\xdc\x29\x6a\xe7\x28\xaa\x02\x3d\x8d\ \x54\xbb\x8a\xb2\x1f\x41\x69\xba\x7e\xf8\xa8\x30\x17\x24\xda\xf5\ \x8a\x14\xe4\xe0\x8b\xd9\x24\xb3\x6f\x27\xbe\xff\xf2\x4b\x9c\x8a\ \xd4\x56\x93\xb4\xc7\x57\x9a\x75\x17\x50\x58\x8a\x29\xe2\x63\xa0\ \x30\x1a\x65\x44\xb5\xbd\xeb\x57\x6c\xdb\x7b\x8c\xb5\x04\xef\x39\ \x3f\x3f\x3f\x64\xa3\x0f\xdd\x8e\x7e\x94\x29\xc3\x47\xcd\xec\xa4\ \x62\xb6\x58\x60\x4b\x97\xaf\xaf\xa1\xac\x0a\xac\x75\x92\x13\x82\ \x4c\x79\x5a\x2b\x8c\x52\x87\x45\xb7\xd2\x1a\xa7\x35\x31\x7b\x94\ \xed\xb3\xd2\x63\x14\x05\xf2\xe4\x27\xd0\x4a\x22\x88\x87\xf1\xc0\ \xda\x0a\xc1\x0b\x45\xee\x03\x53\xc8\x3d\xc9\xe7\xf7\x87\xbd\xdf\ \xb1\xd1\x4c\x8f\x7b\xba\x98\x59\x5a\x62\x89\x2e\xd9\x36\xc3\xe4\ \x89\xeb\x35\x4d\x53\xd3\x34\x35\x04\x4f\x5d\x96\x34\x55\xc3\x7a\ \xb3\x66\x8f\xa0\xa9\x2c\x10\x3c\x2c\xbe\x95\xbc\x70\x4c\x8f\xfe\ \x71\xfd\x38\x50\x96\x4e\xe2\x86\x73\x02\xa8\x73\x92\xdb\xb2\xf7\ \xf3\xfa\x68\xc5\x44\x29\x62\x76\xa0\x50\xb9\x3f\x31\x49\x2c\x62\ \xc6\x18\xe8\x88\x04\x3c\xad\x0a\xa0\xc1\x11\x59\x4d\x13\x61\xd0\ \x18\xc4\x05\x7a\x9e\x33\xef\xfd\x28\x3a\xa0\xa1\x1b\x48\xc1\x72\ \xb3\xbe\x63\xd6\xcc\x68\xea\x06\x57\x96\x98\x28\x6c\x38\xe7\x1c\ \x45\xe1\xf0\x51\xd1\x34\x35\x75\x5d\x0a\x54\x94\xcd\x54\x6d\x76\ \x7c\x36\xc6\x8a\xc6\x29\x53\xb6\x95\x26\x53\xf9\xa5\x01\x92\x82\ \xa4\x0e\xda\xa3\x71\x9a\x18\xc6\xfe\x30\x67\xee\xad\x0c\x1e\x0b\ \x48\x5e\x92\x1f\xac\x3e\x0e\x43\xed\xc1\x18\x76\x9f\x9c\xba\xf7\ \x0a\xdb\x17\x9d\x34\x8c\x5c\x7c\x72\xcc\xe5\xb3\xe7\xfc\x9f\x7f\ \xfe\x9f\xb8\xbe\xbb\xc7\x95\x25\x2f\x3e\x79\x41\xc8\xba\xb8\xed\ \x76\x2d\xcc\xc0\x08\x26\x99\xec\xd2\xa3\x08\x2a\x12\x88\xb8\xb2\ \x20\x05\xf1\x68\x1b\x62\x64\x4a\x89\xa3\xba\x3a\x34\xa7\x5a\x3d\ \xe6\x37\xa9\x1c\x14\x17\x53\xc4\x95\xee\x7f\x88\xc1\xf7\x8f\x8c\ \xcd\x05\x45\xce\x09\xd1\x5a\xb3\x5a\x3d\xe4\xa0\x97\x89\xae\x0b\ \x8c\xc3\x98\xbb\xf6\x5b\xae\x6f\xaf\x39\x3a\x5e\xf2\xc9\xf3\x4b\ \xcc\xe9\x92\x69\xb3\xa1\x23\x52\x58\x05\xda\x30\x8c\x92\xed\xf1\ \xa4\x69\xd0\x26\xb1\xbb\xbf\xa1\x6a\x1a\x29\x22\x5a\x93\xbc\xa1\ \x9c\x35\x10\x02\xdd\x76\x2d\xd6\x1c\x7d\x47\x59\x34\xcc\x97\x1a\ \x92\x8c\x7a\x31\x06\xc9\x12\x49\x91\xa6\xa9\x38\xbf\x38\x23\x04\ \xcf\x38\x0e\xd8\xe8\xd0\x46\x44\x3f\x21\xca\xa1\x5d\xe4\x9c\x12\ \x8d\xec\x35\xfc\x34\x62\x95\xc1\x14\x86\x71\x9a\x58\xad\x56\x3c\ \xac\x1e\xe4\xc6\xdd\x17\x81\x71\x94\x87\x35\x66\x53\xb8\x98\x0e\ \x10\x87\x8c\xb5\x21\xdf\xd8\xd2\x95\xa2\x82\x8c\xa1\x4e\x0e\x3e\ \x9c\xc3\x28\xcd\xe9\xd3\x4b\x20\xf0\xea\xd5\x2b\xac\xb5\x12\x6c\ \x95\xc5\x51\xf3\xa6\x39\x84\x72\x0d\xa3\xa4\xc1\x9d\x9c\x9c\xd0\ \xb6\x1d\xd7\x37\xd7\xa8\x24\x85\xa9\x6a\x6a\xaa\xba\xc4\x38\x43\ \x88\x91\xc9\x4b\x58\x92\x73\x06\x1f\xa0\x70\x56\x18\x23\x1f\x11\ \xee\x30\xb9\x40\x6a\x63\xb2\xfd\xbf\x12\xe6\xd9\x38\x10\x54\x62\ \x1c\x03\x95\x95\x6b\x3a\x4c\x1e\x6d\x40\x45\x45\x3f\x8e\xa4\x24\ \xbb\x23\xc9\x94\x91\xeb\x34\x8d\x12\x62\x35\x0c\x23\xc3\x20\x24\ \x8a\xa6\x2a\x45\xbc\x67\x84\xda\x4d\x02\x97\x17\xaa\x45\xe1\xa8\ \xca\x92\xba\xaa\x72\x8e\x84\x13\x4a\xb7\x35\x82\x5f\x67\x0b\x12\ \xf0\x44\x15\x3f\xc8\xa7\xf0\x07\x4a\xf1\xde\xc8\xef\xb0\x97\x8a\ \x51\xd8\x69\xd9\xae\x45\x26\x5b\xf2\x9e\x45\x73\xe8\x9a\x3e\x48\ \xff\x4b\x7c\x40\x25\xcd\x3b\x9c\x7d\xf0\x16\x29\x31\xc5\x40\xe9\ \x2c\x61\xf2\x62\x4a\x68\x0c\x4d\x2d\xa6\x7c\x5a\x2b\x86\xbe\x47\ \x6b\x45\x59\x3a\x9a\x59\xc5\x6a\xbb\xce\xf6\x1f\x42\x4d\x96\x02\ \x29\x8c\xa6\xe0\xa7\x4c\xee\x50\xd9\x83\x4b\xa0\xd2\x3d\x2c\xeb\ \xf2\x82\xd9\xe4\x08\xe0\xff\xdf\x1e\xf8\x7d\x04\x72\x12\x47\xdd\ \xe4\xc9\xcc\x38\x21\x94\x8c\xc3\x80\xf7\x89\x93\xe5\x92\x71\x18\ \x50\xb3\x12\xe7\x2c\x9b\xcd\x8a\xfb\xbb\x5b\x3e\x7d\xf5\xea\xb0\ \x9f\x14\xf2\x83\xe6\xf8\x78\x49\xdf\x8a\xe8\x2e\x69\xe8\xc6\x11\ \x6c\x21\xe4\x9e\xd9\x02\x6d\x0b\x8e\xe6\x15\xd6\x58\x9c\x73\x34\ \x4d\x7d\x70\x85\x26\x7b\xaf\x8d\xe3\xc8\x38\xca\xf4\xd9\x75\x5d\ \xd6\x91\x24\x29\x52\x59\x03\xb7\x17\x29\xdf\xdc\xdc\x4a\xac\x44\ \xca\xd7\x38\xe5\xdd\x66\x26\xf8\x48\x58\x99\xfe\x00\xd2\x7c\xcc\ \xb2\x39\xdc\x2f\x29\x66\x67\x83\xc7\x28\x65\x99\x76\x27\x62\x3f\ \x31\x2b\x2a\x66\x65\xc5\xd6\x58\x9c\xd6\x7c\xfa\xec\x29\xa7\x27\ \xc7\x8c\x43\x4f\xdf\xb7\x6c\x56\x1b\xae\x6f\x1f\xf8\xe1\xea\x1d\ \xca\x1a\x8c\x96\x06\xa8\xac\x34\x29\x29\x62\x12\x18\x7e\x98\x7a\ \x42\xf4\x68\x5d\xd0\xf7\xfd\x81\x91\x78\x7b\x7b\x9b\x5d\x31\x6a\ \x66\xb3\xd9\x21\xa1\xf2\x47\x99\x67\x72\x10\xec\xe5\xea\xec\xfd\ \x84\x56\xe0\xca\x02\xef\x47\x86\x61\x22\x46\x71\xd4\xd5\xc6\x12\ \xc6\x9e\xfb\xeb\x9e\xcd\xc3\x35\xdf\x95\x05\xb5\x82\xd4\x54\xf8\ \x51\x33\x0d\x89\x91\x48\x11\x12\xdd\x38\x30\x6d\x57\x12\x87\xb9\ \xab\x28\xaa\x9a\xf9\x62\x21\x37\x5e\x1a\xf1\x7e\xa4\xdf\xac\x85\ \x11\xe3\x0a\x9c\xd5\x59\x68\x68\x70\x2e\xc7\xbb\x6a\x45\x55\xd7\ \x5c\x9c\x9f\x71\x76\x7a\x4c\x22\x64\x67\x4f\x61\x75\x98\x4c\x99\ \x1c\x83\x07\x4a\xa1\xdb\xa5\x4c\xbf\xdc\xdb\x8a\xe7\x0c\xee\xdd\ \xcd\x1d\xbb\xad\xe4\x9a\xe8\x6c\x87\x72\xe8\x56\x3e\x38\x4c\x1e\ \xfd\x99\x1e\x33\x27\xe4\x46\x8f\x07\x8e\xb8\x52\x0a\xbd\xb7\x43\ \x47\xf1\x93\x9f\xfc\x84\xe7\xcf\x2e\xf1\x7e\x20\x66\x8b\xfb\xc5\ \x62\x41\x55\x95\x82\xdd\x7b\x8f\xb5\x8e\x71\x1c\xe9\x87\x81\xae\ \xef\x0e\x85\x45\x6b\x85\xab\x0a\x6c\x55\x50\x34\x15\x3e\x09\x34\ \x60\x8d\xa1\xae\x6b\xc6\x71\x24\x74\x3d\xd6\xea\x83\x11\xdd\xc7\ \xfa\xcb\xba\x02\x1f\x7a\xf1\xae\xd2\x86\xe0\x03\xfd\xd4\x93\xbc\ \xa7\x72\x16\x62\x14\x05\xb6\xd3\x0c\xdd\x80\x1f\x06\x22\x15\xc3\ \x14\x28\xab\x12\xb4\xe2\xe1\xfe\x81\xb2\x70\x9c\x9c\x9c\x80\x13\ \x56\xca\x30\x0c\xcc\x17\x47\x04\xef\x69\xbb\x2d\x85\x95\xfd\x94\ \x9f\x02\x7d\xdf\x73\xb2\x5c\xf2\xe4\xe2\x02\x63\x65\x5f\x50\x96\ \x05\x85\xb3\x07\x81\x9a\x49\x90\xa2\x15\x4b\xf2\x9c\x11\xbf\xeb\ \x7a\xba\xb6\xc5\x07\x89\x63\xb6\x5a\x18\x88\x21\x64\xc1\x62\xf6\ \x2d\x5b\x6f\xb6\xf4\xc3\x20\x3b\xa9\x0f\x4c\x05\xff\xa1\x0f\x67\ \x52\xf9\xf5\xd2\x63\xed\x89\x21\x90\x9c\x25\x22\x50\x70\x4c\x89\ \xa6\x69\xe4\x5a\x3b\x8b\x9f\x46\xda\x76\x87\xd2\x96\xa2\x78\x5c\ \xe2\xea\x7d\x24\x42\xce\x09\x09\x5e\xfd\xdf\xec\xbd\x77\x90\xa5\ \xd9\x59\xe6\xf9\x3b\xe6\x33\xd7\xe5\x4d\x5b\x55\x5d\xd5\xd5\x5d\ \xed\xd4\x56\xb6\x25\x81\x40\x20\xc7\x48\xc0\xc0\xce\x4c\x84\x88\ \xdd\x65\x09\x20\x62\x60\x40\xb3\x0c\x6c\xec\xfe\x31\x88\x59\xc7\ \xc6\xce\x60\x62\x61\x62\xd8\x59\x01\x0a\xec\x46\x2c\x68\x21\x60\ \x60\x07\x10\x84\x04\x08\x2b\xe4\x2d\x74\x4b\x5d\xdd\x5d\x5d\x55\ \x5d\x36\x2b\x2b\x33\xaf\xfb\xdc\x39\x67\xff\x38\xe7\xfb\xee\xcd\ \x32\xad\x36\xd9\xae\xf4\xbd\x11\x15\xe5\x6e\x66\xde\xfb\x1d\xf3\ \xba\xe7\x7d\x1e\x0a\x53\x34\x95\x00\x63\x0c\x42\x2b\xe2\x24\x41\ \x6b\x49\x55\x15\x48\xa0\xd7\xeb\x06\x14\x5a\xb1\xc7\xe9\xed\xdf\ \x79\x9f\xff\x59\xd6\x4c\xc9\xbe\xf2\xdb\xb0\x23\x7b\x58\xae\x47\ \xce\x89\x40\xf7\xae\x45\xc4\x70\x38\x24\xcf\xa6\x21\xa3\x88\xfc\ \x5e\x0d\x80\x89\xdd\x9d\x11\x91\x8e\x49\xd2\x84\xaa\x2a\xe9\x76\ \x3a\x74\xd2\x94\xbc\x14\x1c\x3c\xb8\x41\x51\x58\xba\xdd\x88\x4e\ \x37\x21\x8e\x13\x8a\xc2\xa3\xf5\x6a\x4a\x7e\x0f\xe5\x96\x01\x36\ \x5c\xb1\xbb\xb3\x43\x55\x96\xa4\x9d\x0e\x35\x63\x76\x23\x67\xe0\ \x1c\xbb\x3b\x3b\x21\x5b\x17\xcd\x39\x65\x0f\x2c\x58\x34\xbc\x68\ \x2e\x94\xd6\xdd\x35\x80\x28\x75\xe6\x53\xcf\x1f\x49\xe1\x59\xbb\ \x27\xe3\x31\xe3\xed\x1d\x12\x29\xe9\x46\x3e\xeb\x2e\x46\xbb\xe8\ \x61\x9f\xaa\x2a\x59\xe9\x74\x38\xb4\xba\xca\xd1\x5b\x6e\x21\x7a\ \x58\xf3\xe8\xa9\x13\x38\xa9\x90\x2a\xa2\x2c\x0a\x94\x8e\x49\xd2\ \x18\x63\x4a\xf2\x62\x16\x58\x17\x3c\xd5\x7f\x55\x55\x7e\xc0\xb9\ \xdb\x9d\x0f\xe4\x06\x60\x90\xb5\xcf\x6c\x38\xf9\x25\x45\xf4\x58\ \xa3\x58\x2e\x6f\x6d\xf9\x54\xd2\x59\xaa\x2a\xf4\x0f\x84\x0b\x65\ \x07\x7f\xc1\x2b\xeb\xcb\x43\xd3\xc9\x84\xe9\xd8\x12\x49\xc1\x52\ \xec\x37\x4f\x9e\x67\xa0\x25\xaa\xb2\x54\x16\x92\x58\x37\xf2\x9d\ \xf9\x6c\x4c\x55\xcc\xb0\xce\x92\x4d\x76\x59\x5a\x1e\xd2\xed\xa4\ \x98\xaa\xf4\x14\x1e\xb6\xa2\x98\x4d\x88\x3b\x03\x92\x34\x26\xce\ \x0b\xba\xbd\x1e\x4b\xc3\x21\x83\x7e\xd7\xd3\x7c\x37\xdc\x49\xfe\ \xa2\x28\xcb\xb2\xf1\xf0\x75\xd3\xcd\x4f\x9a\x4b\xcf\xfa\x23\x5d\ \x33\xe8\xb7\xb3\xbb\xe3\x09\xe1\xa2\x18\x87\x0c\x73\x03\x6a\x61\ \xb8\x69\x6f\x4b\x61\x91\xbf\xa7\x66\x12\x75\x61\x30\xd2\x47\x37\ \x2a\xa0\x4b\xfc\xac\xc1\xa5\xad\x4b\xcc\xa6\x63\x92\x24\xa2\xd3\ \x49\x1b\x94\x48\x5d\xa6\x50\x4a\x7b\xd6\x61\xa5\xb0\xe3\x09\x5a\ \x19\x92\x24\xa1\x32\x0e\x11\x49\xb2\x32\x47\x57\x1e\x5a\x6a\x8d\ \x45\x24\x3e\xa2\xeb\xa4\x29\x93\xc9\x84\xd1\x78\x82\x90\x82\xfd\ \xec\xc5\x8a\x20\x0d\xeb\x2f\x03\x4f\xdf\x6e\x9d\x2f\x1b\x39\x25\ \x50\x2a\xa2\x44\x30\x2d\x0b\x4a\x63\x49\xba\x5d\x92\x4e\x8a\x71\ \x8e\x59\x9e\x23\x65\xc2\xd2\x70\x99\x6c\x32\x01\x87\x97\x1b\x0d\ \x00\x88\xc9\x64\x42\x9e\x17\xc4\x4a\x86\x01\x42\x48\x3b\x7d\x74\ \xa4\x58\x1a\xf4\x19\x2e\xf5\x01\xe5\xcb\x5c\x71\x8c\xc0\xcf\xf0\ \xe8\x85\x32\x80\x0f\x04\x34\x71\x92\xd2\xe9\xf5\xfd\xa0\x9a\x73\ \xa4\x69\xda\xc8\xbc\xca\xc0\xb9\xe6\x27\xcb\x3d\x00\xa4\xd6\xb4\ \x59\xec\x81\xcc\x33\x12\x71\x75\x59\xab\x96\x6e\xbf\xc2\xe1\xd4\ \x4c\xb2\x7b\x22\x56\x6b\x19\x8f\xc7\xac\xae\x0c\x11\x41\x76\x40\ \x80\x1f\x62\x2c\x2b\xa2\x38\x9a\xd3\xdd\x07\x96\x67\x15\xd8\x72\ \x3d\x5c\xdd\x6b\xe3\x20\x6c\x70\x94\x25\xc6\x44\x14\x85\xc3\x59\ \x43\x99\xe7\x41\xfa\xd5\x37\x76\xa5\x52\xfb\x1a\x40\x88\xd0\xdd\ \xf5\x4d\x6c\xef\xe8\x5c\xe0\x2d\xb3\xce\x31\xcd\x72\xb0\x06\x19\ \x32\x78\x4f\x7a\xe9\xa7\xe6\x67\xb3\x0a\x29\x12\x06\xfd\x3e\x79\ \x9e\x53\x96\x15\x71\x1c\x93\xe7\x19\x49\x9a\xd0\xeb\xf7\x11\x4e\ \x50\x95\x15\x5a\x7a\xed\xa0\xe9\x64\x82\xd6\x5e\xeb\x28\x4d\x23\ \xb4\x86\x4e\x27\x25\x8a\x62\x26\x93\x71\x40\x70\xa9\x86\x8c\xd1\ \xeb\x07\x49\xd2\x24\x0d\x68\x36\x1a\x9a\x94\x32\x08\x9d\x19\xe3\ \x91\x6e\x65\xe9\x83\x37\xe7\x54\x00\xdf\x2c\x60\x2b\x42\x16\xbc\ \xf8\x4f\x9e\x5d\x22\xcc\xd7\xcc\x99\x3f\x1b\x80\xcd\x9c\xd1\xd9\ \xcf\xcd\xcc\xb2\x8c\x2c\xcb\xe8\x75\xbb\xec\x6c\x6f\xf9\xb9\xa2\ \xd1\x0e\x36\x5f\x83\xaa\x64\x34\x19\xb1\x75\x69\x93\xb8\xdb\xe7\ \xd6\x9b\x6e\xc2\xd9\x8a\x33\x97\x36\xa9\x3c\xaa\x29\x94\xde\x7d\ \x3f\xb8\x97\x46\x10\x68\x60\xd6\xd6\xd6\x1a\xc7\xd5\xeb\xf5\x1a\ \xcd\x9b\x7a\x8f\x3d\xd3\x21\xd5\x97\xce\x04\x7c\x3d\x84\x43\x60\ \xef\x24\x4c\xaf\x9a\x8a\x28\xd6\xa4\x49\xec\x11\x25\xe1\xb2\x36\ \x55\xe1\x9b\xab\x54\xe8\x34\xc6\x49\x45\x2e\x04\xe3\xaa\xa4\x0a\ \x98\xeb\x59\x65\x18\x67\x19\xa9\xb2\x24\xce\xf9\xd2\x45\xa4\x9b\ \x59\x0b\x11\xc7\x4c\xc6\x63\xb2\x30\xa4\xd7\x5b\x1a\xa0\xa2\x08\ \x64\x02\x51\x44\xbf\xd7\xa3\xb4\xb0\xb4\x34\xf4\xb4\xd2\x5a\xd1\ \xed\x75\x7c\x56\x21\x15\x71\x54\x6b\x16\x18\xca\x22\x27\x89\x13\ \x22\xad\x31\x26\x68\x24\xd8\x79\x23\x1d\x60\x3a\x99\xb0\xb9\xb9\ \x89\x14\x7e\xa0\x6c\x96\x15\x58\xe7\xa9\x55\x9a\xc8\x64\x6f\x6f\ \x7a\xc1\xa9\x88\x3d\x68\x9f\x5a\xaf\x5b\x49\x5f\xcf\x36\xa1\x84\ \xb6\xbc\x32\xa0\xaa\x0c\x59\x36\x25\xcf\x73\x06\xfd\x7e\x23\xf5\ \xdb\x89\x22\xaf\x3d\x1f\xf9\x0b\x72\x69\xa8\xe8\x74\x7c\x54\x9b\ \xe5\x05\x93\x2c\x63\x3c\x9d\xa0\x23\x4f\x67\xa3\x12\x1f\x99\x65\ \xf9\x0c\x25\x15\xdd\x4e\x97\xb4\x93\x12\xef\x27\xb2\xc7\x39\xa6\ \x93\x69\x70\x1e\x51\x33\xe7\x21\x43\xb3\xd8\x0a\x89\x56\x92\x59\ \x55\x92\x19\x83\x8a\x23\x9f\xbd\x00\x95\x83\xca\x5a\xaf\xcd\x9e\ \xc6\xac\xac\xae\x31\x9b\xcd\xd0\x52\xa2\xb4\x0f\x36\xba\xfd\x3e\ \x4a\x47\xc4\x5a\x63\xca\x1c\x17\x78\xc8\x2a\x31\x03\x24\x9d\x38\ \xc6\x0a\x89\x44\x12\x85\xcc\x45\x29\x49\x12\xfb\x72\xd7\x22\x43\ \x74\x9e\x67\x24\x71\x4a\xbf\xd7\x6b\xde\x7e\x51\x14\x7e\x8e\x44\ \x29\x84\x31\x3e\x89\x50\x5e\xfb\xc2\x86\x08\x50\x2c\x0c\xfb\xd5\ \x24\x9e\x8b\x7f\xaf\x21\xc6\x8b\xea\x8d\x35\xdd\x7d\xcd\x56\x8b\ \x70\x0d\x5d\x87\x57\xed\x73\x4c\x67\x33\x26\x93\x29\x51\xe4\xf7\ \xa2\x9f\xdc\x76\x44\x51\xc4\xf2\xf2\x32\x67\xce\x9d\xa7\xca\x8a\ \x20\xfd\x5c\x4f\xe1\xcb\x30\x33\x11\xf9\x4c\xc7\x82\xd4\xfe\xe7\ \x14\x79\x8e\x35\x02\xac\x67\x5c\x30\xc6\x90\xc4\x09\x08\x13\xe6\ \x4c\xf6\x37\x2f\x69\xe0\xcf\x21\x44\x13\x61\x82\xdb\x5f\xd8\x15\ \x49\x12\x21\x95\xcf\xb2\x0e\xac\xad\xe1\x4c\x11\x2e\x7c\xdf\x3f\ \x2a\x8a\x02\x17\x94\x0a\xbb\xdd\x5e\x60\xdb\x56\xa4\x71\xda\x10\ \x25\xe6\x79\xe6\x83\x30\x2c\xd6\x19\x96\x06\x7d\xac\xd3\x58\x57\ \x06\xf6\x65\xe5\x01\x0c\x51\xdc\x48\xe7\xce\x69\x8b\x14\x32\x96\ \x0d\x41\xab\x10\x82\xb2\xb0\x1e\x2e\xad\x63\x6a\xd4\xc4\xf2\xf2\ \x32\x4a\x9e\xa2\x28\x16\x32\x0a\xe6\xb2\xd4\x73\x89\xe0\xc5\x3e\ \x98\x68\xa0\x08\x22\xa0\x04\xe7\x83\xac\xfe\x3d\x78\x44\x57\x44\ \xe5\x2c\x93\x6c\x4a\xb7\xd7\xa1\xdb\x4d\x19\x8f\x47\x8c\x76\x77\ \x18\x8f\x76\x48\x3b\x49\x28\x41\x97\x4c\x77\x76\x88\xd3\x84\xfb\ \x6f\xbf\x93\x9b\x0e\xde\xc4\xe7\x1e\x7e\x84\x69\x5e\x50\x14\x1e\ \x98\x73\xd7\x5d\xc7\xb8\xe5\xa6\x03\x74\xac\x85\xca\x36\xfb\xa9\ \x9e\x9d\xa9\x9d\x68\xfd\x1e\xfc\xff\x3f\x7d\x1d\x9b\x97\x8e\x33\ \xb1\x96\x5e\xbf\x47\x7f\xd0\xe7\xf2\xe5\x4b\x88\x40\xb2\xe8\x9c\ \xa5\xaa\x0a\x4c\x55\x79\xc8\x6a\xb7\x47\x51\x96\x3e\x9d\x17\x82\ \x48\x47\x84\xce\x34\xb3\xaa\x62\x66\x7c\x34\x13\x27\x09\xa8\x88\ \xca\x42\x3a\x5c\x22\x9f\x4e\xd9\xdc\xba\xc8\x4d\x37\x1d\x22\x4e\ \xbb\xe0\x0c\x65\x65\x48\xa3\x98\x6e\x7f\x89\xe9\x6c\x4a\x1c\x08\ \xf0\xf2\xb2\xa2\x33\x88\x39\x70\xf0\x00\x2a\xde\xa5\xd3\xed\x91\ \x26\xfe\x12\xd5\x6a\xae\x5c\x57\x1f\x88\x2a\xcc\x01\xec\xee\xee\ \x86\x3e\x8b\x25\xed\x74\x58\x5e\x5e\x6e\x86\xbd\xb4\xd2\x5c\x9e\ \x6e\xb3\xbb\xbb\xdb\x5c\x10\x65\x11\x08\x1c\xeb\xe8\x6c\x0f\x54\ \x50\x34\x18\xf4\xc5\x5d\x58\x67\x2a\x0d\x7f\x97\x76\x44\x5a\x53\ \x15\x05\x52\x08\x7a\xdd\x1e\x4a\xc0\x74\x3a\x66\x36\x9b\xe1\xac\ \x65\xd0\xef\x23\xa4\xa7\x49\xd7\x51\xe4\x07\x1e\x23\x17\x28\xec\ \x7d\xb9\xa6\xa8\x4a\x76\x46\x63\xa6\xd3\x29\x5b\x5b\x5b\xe0\x1c\ \xc3\xa5\xa1\x9f\xb3\xd1\x76\x9e\x19\xd5\xaa\x7c\xfb\x17\xa2\x36\ \x75\x7a\xaf\x24\x69\xe6\xb0\x61\x6b\xc8\xab\x8a\x32\x88\x5a\x21\ \x24\x4a\x4b\x92\x34\xf6\x54\x32\xda\xcb\xa4\x96\x65\x81\x4b\x23\ \xa6\xb3\x29\x5a\x2a\x26\xd3\x09\x1b\xeb\x2b\x50\x05\x7e\x2a\xe5\ \x87\x08\xe3\xc0\xa7\x64\x6d\x45\xdc\x91\x68\x27\x48\x93\x98\xd2\ \xba\xe6\x62\xa8\xc9\x0f\xeb\xf9\x0e\x9f\x15\x87\x79\x03\xe1\xa7\ \xa5\xab\xaa\x0a\xd1\xba\x6c\x9a\xf4\x82\xf9\x04\x73\x14\xc7\x0c\ \x96\xfa\x6c\x6e\x5e\x24\x8a\xe3\x86\x10\x54\x29\x19\x28\x51\x44\ \xe8\x59\xc8\x86\xd3\x6b\x7e\x0e\xdc\xde\x8c\xa5\x16\x6f\xaa\x67\ \x8c\x9a\x7d\xe0\x33\xa2\xb2\x2a\x31\xb6\xa2\x2a\x0b\xd2\x24\xf1\ \x4c\xb9\x55\x89\x90\x1e\x2a\x2e\x9a\xcb\x21\xa0\x76\x94\x0a\x73\ \x33\xb5\x8c\xaf\x1f\xbe\xd5\x91\x47\x98\x15\x45\x41\x59\x64\x1c\ \x39\x7c\xb8\x11\xfd\x52\x81\x4a\x68\x7f\xd9\x54\xe6\x34\xeb\xa1\ \x2a\x14\x86\x76\x05\x26\x94\x6d\x75\x14\x79\x94\x63\xc8\x2a\x23\ \xe9\x39\xcf\xfa\x83\x2e\xb6\xca\x3d\xca\x4c\x29\xba\xa1\x11\xef\ \x84\x17\xad\xb3\xc6\x2b\x15\x0e\x7a\x7d\xe2\x24\xf4\xf8\xa4\xd7\ \x01\xd2\x4a\x51\x1a\xd7\x04\x74\x36\x30\x44\x28\x35\x57\x9c\x8c\ \x63\xaf\xf5\x5e\x55\x96\xb2\x2c\x7c\xdd\x0d\xd0\x35\xab\x80\xa9\ \x79\xb4\x0c\xc6\x38\x0e\x1f\x3e\xcc\x93\xa7\x9f\xe4\xcc\xd9\xf3\ \x61\x94\xc0\x4b\xec\x05\x56\x48\xbf\x97\x16\x66\xe9\x5c\x5d\x72\ \x70\xb6\x61\xcb\x98\xb3\x07\x7b\xc8\xb4\x31\x06\x2d\xb5\x1f\x0f\ \x10\x8e\x69\x36\x25\x4e\x87\xac\xae\xaf\x79\x07\xa2\x15\x59\x59\ \x60\xf0\x4e\x2f\x4e\x12\xd2\x44\x91\x44\x31\xb1\x90\xac\xf7\x06\ \xa4\x42\x92\x55\x86\x34\x8d\x70\x58\x22\xeb\xe8\xe9\x08\x99\x17\ \xcd\xfd\x51\xff\xcc\x46\x35\x34\x4c\xf8\xd7\x7d\xc1\x97\x29\x34\ \x58\x50\x16\x05\xdb\x97\x2f\x93\xcd\x66\xa4\x1d\x4f\x49\xa1\x95\ \xc6\x61\xa8\x2a\xc3\x78\x3c\x45\xab\xd8\x4b\x88\xd6\x13\xad\xf5\ \x10\x92\x85\xac\x28\xb0\xa1\xd6\xe7\x94\x0a\x03\x39\x92\xcb\xdb\ \xbb\x0c\x87\x03\x36\xba\x5d\xca\xaa\x42\x47\x69\x33\x80\x57\x14\ \x25\xe3\xe9\x94\x24\x49\x29\xf2\x02\x29\x24\x4b\xc3\x15\x74\x9c\ \xd2\x49\x53\x56\x96\x25\x48\x45\x92\x24\x28\x29\xc9\xb3\x29\x04\ \xf8\xaf\x9f\x42\x97\x0d\xd5\x42\x1c\xc7\x6c\x6f\x6f\x7b\x82\x46\ \x35\xa7\x94\xaf\x2a\x5f\xd6\xda\xdd\xf5\x0c\xb4\x35\xc4\x74\x0f\ \x0c\xb4\xae\xa7\x5e\x89\x11\xbd\x46\xa6\xe2\x16\x38\xc0\xea\x32\ \x8c\x94\x8a\xd1\x78\x84\x14\x92\x95\x95\x15\xb4\x96\x5e\xe0\xaa\ \xac\x98\x4c\x67\xf3\x26\xa3\xf3\xb5\x76\xd5\xc8\xce\x0a\x4a\xe7\ \xcb\x74\x07\xd2\x84\xa2\x18\x30\x9d\x66\x44\x3a\x6a\x58\x4c\x7d\ \x64\xe6\x2f\x77\x15\x79\xfc\xfb\x7e\x43\xc2\x8d\xf1\x91\xbf\xb3\ \x3e\x3a\xad\x67\x37\xea\x5a\x5f\x14\x47\x1e\x8d\x17\x60\x93\x4a\ \x4a\x4c\x59\x42\x1a\xd1\xef\x0f\xa8\x6c\x85\x2d\x72\xac\x8e\xc2\ \x1c\x4d\xe1\xcb\x5c\xd3\x19\x49\xda\x61\x32\x9a\xd1\xef\xa4\x08\ \xa0\xbf\xb4\x14\x9e\x9d\x40\x6b\x49\x91\xf9\x66\xb6\x96\x32\x50\ \x68\xb8\x86\xc9\x00\x3c\x25\x45\x14\x0b\x8a\xc2\x2b\xf7\xb9\x30\ \x75\xe7\x09\x3a\x83\x3a\x66\x10\xcc\x9a\xcd\x66\x38\xe7\x58\x5f\ \x5b\xe5\xe2\xf9\xf3\x8c\x27\x93\x05\x5a\x14\xaf\xac\x18\xe1\x69\ \x70\xea\x39\x90\x7a\x18\x4e\x69\xd5\x38\xaa\xf9\x25\x3b\x1f\x5e\ \x35\xd6\xcf\x01\xa8\x70\x09\x17\x45\xce\x68\x3c\x62\xb8\xb4\x44\ \x59\xf9\xb2\x5e\x1c\x47\x74\xbb\x3d\x36\xb7\x76\xb0\xd6\x2b\xd0\ \x18\xe3\x50\xca\xd3\xed\x94\x55\x89\x35\xb5\xbe\x77\x9d\x39\xfb\ \x6c\xa0\x28\x0a\x22\x2d\x58\x5f\x5f\x67\xe3\xc0\x06\x51\x14\x87\ \x39\x1b\xdb\x90\x9a\xee\x67\x59\xbb\xc6\x30\xd5\xfb\xb9\x2e\x2d\ \x59\xe3\x2f\xf8\xa2\x34\xc4\x5a\x7b\xe1\xaa\xd9\x0c\xd5\x49\x88\ \xa3\x84\xd9\x2c\x23\x8d\x3d\x6c\xd9\x5a\xc3\x74\x3a\xe5\xe0\xc1\ \x83\xb8\x80\x8c\xec\x76\x7b\x44\x3a\xa2\x28\x72\x26\x93\x02\x27\ \x20\x92\x1a\x29\xbc\x84\x76\x65\x7d\xf6\xe6\xf7\x71\x10\x3b\x0b\ \x7f\xaf\xaa\x32\x30\x5a\x40\x59\x4e\x11\xd4\x0e\xdf\x06\x20\x8a\ \x26\xb7\x39\x45\x5e\x10\xc5\x11\xe3\xf1\x04\x6b\x2c\x77\xdf\x73\ \x37\x4a\x2a\x3a\x5d\xdf\xbc\x3e\x75\xfa\x34\xa3\xf1\x04\xeb\x4c\ \x43\xce\x58\xf7\x44\x04\x34\xb2\x14\x4a\x2b\x6a\xa9\x5f\x67\x6b\ \xd9\xef\x85\x41\x46\x3c\x5b\x71\x59\x95\x0d\x22\x30\x8a\x3d\x74\ \x7b\x96\x67\x94\x26\x42\x6b\xaf\x57\x93\x68\x5f\x06\xb4\x42\x32\ \x99\xcc\x3c\xf7\x59\xb8\x5f\xba\x69\x82\xc9\x4b\xaa\xe9\x8c\x44\ \x88\x6b\x66\x25\x75\xa6\xd8\x30\x63\xcb\x97\xa9\x6c\x6f\x8d\xa0\ \x70\xce\xb2\xb4\x34\x98\xab\xcd\x19\x8f\xea\x10\xca\x47\x69\xbb\ \x3b\xa3\x50\xff\xf7\x14\x20\x60\xa1\xf2\x55\x48\x1f\x69\xc7\x44\ \x91\x62\x79\x38\x44\x49\x49\x59\x55\xa8\xc8\x23\x32\x06\xbd\x2e\ \x52\x2b\xc6\xa3\x1d\x92\x38\xc6\x39\x47\xa7\xd3\x63\xb8\xb4\x84\ \x94\x1a\x6b\x72\xac\x73\xcc\xa6\x53\x22\x23\x7d\xe3\xb9\xc2\xe3\ \xd2\x55\x44\xa4\x25\xc2\xa5\x7e\x42\x5c\xab\x46\xe3\xb9\x8e\x68\ \x3b\x9d\x0e\x4a\xab\x90\x62\x13\xe0\x85\xbe\x61\x5e\xe4\x45\x83\ \x98\x88\x54\xe4\x99\x44\x9d\xf5\xf2\xa1\xae\x8e\x64\xae\x76\xb0\ \xb5\x3e\xf5\xa2\x94\x6b\xc3\x2f\xec\xbc\x1e\xbc\x8c\x13\x84\x10\ \xcc\x66\x9e\x80\x10\x91\xfa\xe6\xb0\x56\x94\x45\xd5\x44\x80\x93\ \xe9\xc4\x4b\x0d\x27\x89\x8f\xc8\xac\x25\xd2\x41\x7a\x18\x28\xab\ \x82\x58\x77\xe9\x24\xdd\xe0\x48\x7c\x8e\x6e\x81\xd2\x14\x14\x65\ \x1e\x00\x05\x76\x7f\xb3\x52\x04\x42\xa8\x50\xd6\x71\x0d\x13\xbc\ \xbf\x60\x75\x73\xf9\x38\x63\x88\x94\xc6\x55\x86\xf1\x78\xc4\xa0\ \xd7\xf1\x91\x66\x55\xf8\xa1\xcb\x24\xc1\x59\xcb\x2c\x9b\xd1\xe9\ \x0c\x50\x52\x12\x25\x31\x51\x1c\x7b\x1e\xab\xb2\x40\x09\xc8\xb2\ \x19\x42\x1b\x92\xee\x90\x38\xf2\x0c\x07\x42\x69\x74\xe0\x44\x72\ \xd6\x47\xe3\x35\x11\x9e\xb3\x16\x11\xd0\x76\x3e\x68\x88\x1a\x0e\ \x2c\x67\x7d\xb6\x96\x1b\xe3\xf9\xd2\xc6\x63\x94\x52\xf4\xfa\x4b\ \x1c\x3e\x7c\x13\x4f\x9e\x3d\x4b\x9a\xa6\x94\x55\xc9\xf6\xf6\x2e\ \x18\xbb\x70\x61\x79\x04\x98\x0a\x6c\x08\x95\xf5\x02\x5b\x22\x94\ \x9d\x6a\x4e\x2d\x81\xc0\x86\x7e\x99\x31\x16\x15\xe9\xd0\xc3\x08\ \x17\x4f\x5d\xfe\xc2\x43\xd0\x8d\x95\x8c\x76\x27\x14\x65\xe5\x5b\ \xdb\x72\x6f\x36\x5b\x05\x15\x45\x2d\x3d\xa3\xe7\x2c\xcb\xe8\xf7\ \x7b\x1c\x39\x7c\x13\xcb\xc3\x81\x67\xdd\xb5\xb6\xc9\x9e\xaa\xb2\ \x9e\xf6\xdf\x5f\x48\xf8\xe2\x9e\xae\x3f\x80\xa8\x9b\xd7\xa1\x11\ \x8f\x14\x4c\xa6\x13\x22\x29\x51\xd2\xa1\x54\x1f\x81\x63\x3a\x9d\ \xd2\xeb\xa6\x98\x30\x88\x3b\x9d\xce\x90\x5a\x52\x1a\x83\x94\x9a\ \x41\xb7\x4b\xb7\x93\x52\x54\x05\xe3\xc9\x98\x61\xd2\x41\x49\xe1\ \x55\x04\x29\x91\xba\x76\x12\xa6\xa1\x85\xf7\x03\xc5\x78\xed\x9a\ \x90\x49\xfa\x69\x74\x4f\x5d\x63\x4c\x45\x91\x7b\xc7\x2a\x10\x6c\ \x5f\x9e\x30\x0e\x01\xdc\x60\x69\xc8\x1d\x77\xde\xee\xcb\x6d\xce\ \x71\xf0\xd0\x41\xce\x9e\x3b\xc7\xe3\x27\x9e\x98\x47\xf7\xce\x97\ \xf3\x11\x82\x58\xc5\x9e\x0a\xc9\xfa\x0c\x47\xeb\x88\xca\x99\xf0\ \x58\x3c\xc7\x1a\x52\x20\x94\x00\x63\xc8\xb2\x19\x65\xd1\x45\x49\ \xd1\x30\x12\x98\xca\x22\x25\x5e\xe8\x2f\x40\x7f\x2b\x61\xc8\x8b\ \x92\xed\xcb\xbb\x08\x04\x71\x92\x32\x35\x86\x69\x1e\x06\x70\x8d\ \x97\xde\x9e\x93\xd7\xba\x3d\x6b\x20\xc3\xac\x4b\xdd\x67\x7d\xd9\ \x42\x83\xad\xad\x4b\x5b\x8a\x3c\x2b\x3c\x64\x30\xe0\xd0\x2b\x63\ \x88\xa3\x18\x07\x94\xa5\x05\xed\x1b\xe1\xaa\x1e\xff\x77\x10\xeb\ \xc8\x47\x21\x3a\xa6\xac\x2a\x9f\xbd\x08\x81\x56\x82\x48\x4b\xf2\ \x6c\x86\x96\x60\xcb\x92\xce\xa0\xef\xa3\x40\x2c\x42\x68\x84\x74\ \x74\xbb\x7d\x8a\x22\x70\xd6\x68\xd5\x90\x20\x4a\x1d\x79\x1d\x89\ \x9a\x66\xa1\xae\x6f\x0b\xc2\xf4\xba\x65\x36\xf3\xd9\x4d\xa3\x0d\ \xbd\x50\x8e\x88\x93\x98\x8b\x17\x37\xd9\xd9\xd9\x69\x2e\x76\x6b\ \xe6\x4a\x8d\xb6\x4e\xfb\x03\x73\xb2\x5b\xe0\xe2\x9a\xb3\x60\xcc\ \x61\xa4\xd6\x5a\x84\x96\x60\x7d\xd3\xb7\x2e\x7f\x55\x55\x19\xb4\ \x58\x36\x88\x63\x8f\x97\xd7\x1d\x3f\xd0\x55\x55\xbe\xd1\x3e\x9b\ \xcd\xc8\x76\x77\x11\x21\xdb\x4a\x12\xff\xac\x4c\x59\x86\xc8\x5c\ \x11\x29\x2f\x5d\x5b\x84\x46\x23\xf8\x32\x9d\xb3\x86\xc2\x15\xd7\ \x40\xe3\x3c\x77\x84\xa8\x90\x22\x50\xf2\xfb\x32\x8c\x77\x22\x1e\ \x22\x0c\x32\x40\xc2\x1d\x82\x2a\xc0\xa7\x4b\x0a\x2d\xb1\x69\x84\ \xd0\x9a\xaa\x2c\x89\x23\x45\x96\x67\x74\x92\xd4\x43\x79\xa5\xc4\ \x38\x43\x65\x2d\xab\xc3\x21\xce\x94\x14\xd9\x8c\x3c\xcb\x18\x2c\ \xf7\x88\xe3\x08\x2d\x15\x52\x7a\x4a\xf7\x5a\x43\xc4\x53\xa6\x98\ \x70\x03\xd4\xcf\x38\x90\xe1\x85\xb2\x90\x27\xe4\x13\x81\x8a\xc5\ \x32\x9b\x65\xe4\x79\xee\xa3\xdc\x80\xa4\x3a\x70\x70\x83\xfe\x70\ \xc9\x0f\x02\x2a\xc5\x85\x8b\x17\x99\x4e\xa7\x5c\xb8\xb8\x49\x59\ \x43\x73\x85\xf0\xeb\x18\x28\x38\x3c\xcc\xdc\x36\x8c\xb6\xfe\x0c\ \xcc\x4d\xfd\xf4\x00\x00\x20\x00\x49\x44\x41\x54\x88\xd0\x48\xf5\ \x19\x5c\x41\x85\x96\xfe\xe7\x96\xa6\x22\x4a\x12\xca\x22\x67\x96\ \x67\x24\x51\xc4\x85\x73\xe7\xb8\x70\xfe\xb2\x77\x20\x52\x23\x83\ \xe0\x97\x0b\x51\xa8\xb1\x16\x21\x41\x2a\x81\x56\x11\xab\xab\xab\ \x1c\xd8\x58\x67\x38\x1c\x10\x85\xe8\x56\x6a\x85\x35\x15\xb6\x32\ \xfb\x4e\xec\x79\x25\xc0\xc4\xb9\x9a\x49\x3b\x94\x5e\x84\x6b\x78\ \xea\x94\xd2\xa8\x38\xa5\xca\x67\x0d\x0a\x31\x8d\x25\x83\x41\x1f\ \x25\x04\x5a\x2a\x7a\xbd\x3e\xc6\x7a\xe2\x52\x17\xce\xc1\x34\x9b\ \x79\x1e\x2e\x6c\x98\x1d\xf2\x8c\x06\x91\xd6\x08\x51\x2e\x20\x25\ \x45\x98\xdb\x32\xb8\xb0\xb7\xad\x33\x60\xfd\xb0\x67\x9e\x7b\xa9\ \x0a\x25\x55\x60\x01\xf0\xe3\x0b\xe3\xb1\x27\xf0\xec\x74\xba\xcd\ \xc5\x1c\x45\x9a\x3c\x9f\x01\x82\x5e\xaf\xcb\x81\x03\x1b\x9c\x3b\ \x7f\x9e\x59\x96\x87\x40\xc5\x23\xd4\x94\x8e\x38\xb8\xb1\xe1\xd9\ \x1c\xc6\x63\x2e\x5f\xde\x46\x48\x2f\x6e\x65\x43\x36\xe0\x9b\xe1\ \x0e\x85\x63\xd0\xed\xb2\xb6\xb2\x42\xbf\xd3\xc5\x99\x12\x23\x24\ \xc6\x78\x6a\x7c\x53\x56\x58\x14\x42\x09\xb2\xaa\x20\xd5\x9a\x58\ \x46\x14\xd6\x32\x2b\x0a\x4c\x9a\xd2\x1b\x0e\x01\x43\x94\xa6\xc8\ \xc8\xcf\xcb\xa9\x45\x41\x37\x21\xf6\xf4\xf0\xea\x9e\xcd\xa2\x58\ \xd7\xcb\xce\x99\x48\x29\x9a\xd4\x3b\x8a\x3c\x33\x67\xad\x7d\xed\ \x99\x3a\x3d\x31\xa1\x52\x8a\xc2\x55\xcd\x10\x99\x42\xd5\x61\x0d\ \x15\x5e\x52\xd3\x94\x15\x06\xaf\x7d\xed\x27\x95\x7d\x9d\xba\x32\ \x8e\x34\xf5\xc8\x0f\x1c\x98\xca\x97\xcc\x8a\xa2\x22\x4e\x63\x7a\ \x03\xcf\xd5\x53\xe6\x25\x4a\x4a\x94\x12\x0d\x1c\x90\xa0\x15\x5d\ \x33\xb2\xd6\xd2\xa6\x4a\x29\xbf\x29\x8d\x09\xe8\x33\xe7\xa5\x72\ \x85\x0c\x91\x07\xec\xec\x8e\xc8\xb2\x62\x8f\x7e\xba\x08\x73\x24\ \x58\x0b\x61\x06\xc1\x21\x16\xfa\x22\x7b\x61\xd3\x0d\x22\x24\xe8\ \xd1\xcb\xb0\xe1\xac\xab\x9b\xb2\x82\xf1\x64\xc2\xcd\xd1\x61\xca\ \x90\x45\xc4\x51\xdc\x28\xca\x45\x5a\x23\xba\x3d\x76\x76\x76\x98\ \x4e\x7d\x83\xbe\x13\xe6\x4f\x64\x68\xe2\xdb\x20\xd6\xe4\x98\x47\ \xcc\x26\xd4\xf9\x93\x24\x21\xe9\x24\x4d\xa3\x72\x3f\xe7\xa1\x9b\ \xb4\xbe\x16\x22\x0a\x62\x41\x4a\x29\x92\x38\xf1\x14\xe1\x35\x5d\ \x78\x55\xf9\xb2\xe6\x2c\xc3\x0d\xfb\x54\xc6\xab\x42\xba\x80\x66\ \x4a\xd3\x14\x84\x3f\x6c\x45\x59\x10\x27\x09\xbb\x61\x30\x52\xab\ \x66\x35\x99\x4e\xc7\xc4\xb1\x26\x2b\xab\xbd\x4c\xbe\xb8\x39\xce\ \x5e\x04\x1e\x2d\xe9\xe7\x30\x66\x33\x3f\x48\x1b\x47\x31\x69\x27\ \x45\x69\x8d\x46\x92\x24\x8e\x24\x4e\x9a\x1e\x48\x3d\xf0\xa6\x24\ \x38\x5b\x51\x19\xc3\xda\xda\x6a\x98\xed\x99\xb2\xb5\xbd\xed\x5b\ \xaf\x81\x55\x5a\x29\xc9\xc1\x83\x07\x58\x5e\x1e\xb2\xb3\xb3\xc3\ \xd9\xb3\xe7\x3d\xed\xc9\x02\x13\x75\xbf\x9f\x22\xa5\x64\x36\x9b\ \x22\x94\xa6\xd3\x49\x58\x5e\x1a\x80\xf3\x73\x47\x97\xb6\x2e\x63\ \x8c\x61\x67\x67\x42\x56\xfa\x08\xb8\x2c\x8b\x30\x0b\xa5\xb0\x55\ \x89\x92\xb0\xb4\xec\xf9\xc7\x86\xc3\x21\x49\xda\x0d\xf0\xf6\xe0\ \x9c\x4a\xdf\xc4\x2f\x72\xe3\x07\x49\xc3\xb4\xff\x55\x4d\xe4\xfd\ \x02\x70\x5e\xe9\x5c\x02\xaa\x4b\x00\x65\x55\x79\x5a\xf6\x38\x22\ \xd6\x92\x3c\x9b\x10\xc7\x09\x52\x5a\xb2\xac\x40\x29\x88\xb5\x66\ \x67\x77\x1b\xad\x23\x90\x02\x1d\xc7\x7e\xd6\x2b\xf7\x08\xab\x5e\ \xb7\xcb\xac\xc8\x99\x65\x39\x2a\xd2\x5e\x4b\x48\x79\xfd\x21\x21\ \x75\xd8\x63\xbe\x5c\x2d\x42\xf3\xdc\x55\x16\x94\x1f\x56\x2d\x8a\ \x92\xaa\xf4\xe7\x56\xca\x6e\x10\xb3\xf2\x01\x6b\x9a\x76\x7c\x16\ \x15\xe0\xc0\xbe\x9f\xe6\x19\x33\xca\x00\xa7\xee\xa4\x29\x79\x51\ \x84\xde\x95\x67\xee\x96\x38\xfa\xbd\x2e\x9d\x6e\x4a\x14\x69\x76\ \x76\x76\x3d\x87\x96\xd6\x28\x08\x19\x91\x87\x36\xf7\x3a\x31\xc3\ \xe1\x12\xc3\xa5\x25\x4c\x59\x32\x9b\x05\x65\x4f\xfc\xda\x08\xa9\ \xa8\x2a\x1b\xfa\x61\xd2\xcf\x85\x69\x89\x8a\x14\x52\x38\xca\xd9\ \x84\xa2\x2c\x58\x5b\x19\x52\x4c\x27\x8c\xb6\x77\x58\xea\xa6\x0d\ \xc8\x63\xcf\xaa\xba\x00\xc7\xae\x7b\xc1\x21\xc0\x79\xd9\x66\x26\ \x32\xb0\x56\xca\x70\x93\x56\xa1\x16\xec\x69\x25\x3c\xa4\xd0\x5a\ \xe3\x5f\x17\x30\xfc\x46\xba\x06\x20\x11\xeb\x98\xe9\x6c\x8a\x22\ \x7c\x1f\xa9\x51\xd2\x79\x18\x64\xa8\x7f\x4e\x67\x19\x2b\x2b\x2b\ \xde\xe9\x58\x4b\x14\xc5\x74\x7b\x30\xcb\xa7\x8c\xc7\x23\xac\x13\ \x74\xfb\x11\x49\xa2\x89\x73\x85\xd2\x71\x88\xea\xfc\x03\xee\xe9\ \x5e\xc0\x61\x17\x4d\xff\xa0\x2a\x5d\x73\x01\x2b\xa5\x88\x74\xa0\ \xa2\x16\x50\x95\x86\xad\x8b\x5b\xcd\x70\x95\x8f\x30\xab\xba\x65\ \x1b\x26\xfe\x6b\xa5\xbe\xf9\x31\xdb\x93\x91\xe0\xf6\xa4\xa4\xce\ \x5a\x24\x82\xca\xd9\x00\xf1\xd4\x38\x69\x19\x4f\xbc\x4c\x29\x41\ \xc9\x2e\xcb\x33\x4f\x96\x19\xc5\x7e\x3a\xdb\x39\x3a\xdd\x1e\x51\ \x28\x8d\x09\xa5\x9a\xc6\xb6\xc0\xcf\x57\x68\xed\x25\x4f\x45\xb8\ \xec\x1a\xe1\xa7\xc0\xdd\xb3\xbf\xf3\x06\xf8\x2c\xd0\xfa\x21\x39\ \x1d\x69\x70\xce\x8b\x3b\x19\x8f\x6e\xaa\x6c\xd5\xe8\xa7\xe7\x79\ \xe9\x0f\x9a\xd2\x14\xc5\x0c\x84\x26\x4e\x22\xf2\x6c\x82\x96\x82\ \x24\x4a\x18\x8f\xa6\xa0\x1c\x51\x24\xe9\x77\xbb\xc8\x40\x49\x83\ \x75\xe8\x24\xa5\xb2\x25\xb3\x6c\x86\x4e\x12\xac\x13\x21\xdb\xf5\ \x7d\xa3\x28\x8a\x7d\xbf\xc6\xd1\xec\x41\xe3\x4c\xa8\x99\x2b\xb4\ \x8e\x1b\x95\xca\xa2\xa8\x88\xa8\x27\xdc\x7d\x4d\x5d\x38\x9f\xc9\ \x18\xe3\x7f\x66\x24\x35\x55\xe5\x69\x3d\xb2\x3c\x67\x3c\x99\xfa\ \x86\xb7\x8a\x40\xc8\x40\x35\x5f\xa2\xb4\x63\x69\x90\x32\xe8\xa7\ \xa4\xb1\xe6\xe2\x85\x4b\x9e\xf6\x3e\x8a\xfc\x90\x59\x24\x19\x0e\ \x97\xe8\x77\x3b\x6c\x5d\xba\x40\x92\xc4\x1c\x39\x72\x18\xad\x42\ \x94\x5a\x55\x6c\x5d\xba\x8c\x71\x60\x9c\xc4\x05\x42\x4e\xa5\x7c\ \xdf\x4b\xe2\xc8\xf3\x19\x37\x1d\x3c\xc8\x1d\xb7\xdf\x86\x0e\xb4\ \x20\x9e\xff\xad\x02\x33\x6f\xfe\xe2\x3c\x8c\x98\x48\x35\x19\xa3\ \x94\xfb\x3b\x5b\xe4\xea\x52\x16\xb5\x64\x83\x69\x02\x09\x42\x2f\ \xc9\x56\x21\xab\x88\x63\x6c\x59\xe0\x84\xa4\xa8\x0c\x56\x58\x92\ \x38\x26\x8d\x35\x45\x36\x43\x2a\xe1\x07\x6d\x55\x84\x13\x9e\x73\ \x4c\x38\x0b\xd6\x67\xe3\x48\x85\xb5\xb2\x21\xd7\x14\x5a\x40\xe5\ \x19\xbd\x95\x52\xd8\xb2\x9a\x03\x2f\xc2\xf1\x8b\x82\xbe\x8f\x55\ \x11\xbd\xde\x12\x65\x20\xf0\x14\x22\xa0\x49\x9d\xc3\x96\xbe\xd7\ \x65\xaa\xb2\x19\x0e\xd6\xca\xcf\xe5\x74\x3a\x7d\xf2\xd1\x18\x81\ \x08\x59\x7d\x00\x1b\x58\xd0\x52\xe2\x6c\x86\x2d\x61\xd0\xeb\x12\ \xc7\x1e\x12\xaf\x94\x6a\xaa\x31\xbd\x7e\x87\x63\xb7\x1e\xc5\x9a\ \x8a\x22\xf3\xe4\xb1\x71\x14\xa1\xb4\x1f\x8a\x56\x5a\x11\x05\x52\ \x49\x11\xc9\x80\x80\xf3\x67\xd3\x4a\x8b\x56\x82\xc3\x1b\x2b\x8c\ \x27\x13\xb6\xb7\xb7\x99\x9d\xd9\x65\xb0\xb1\xc1\x48\x0a\x44\xd1\ \x67\xb8\x3c\x6c\x74\x99\x1a\xc7\x62\x17\x50\x65\xc2\x0f\x60\xbf\ \x2c\xcb\x5c\x0e\x9f\x76\xd7\x8d\xb0\x46\x6f\xa1\x81\x4f\xca\xa0\ \x6a\x17\x7e\xd7\xb2\xd1\x1a\x50\x5a\x37\x6c\xb6\x71\x12\x53\xe4\ \x9e\xa0\x2e\xcb\x32\x8f\x12\xb2\x96\x58\xfb\x9a\xb8\x1f\xd2\xe9\ \x60\x8c\x61\x7b\x3a\xf5\x74\x1b\x3d\x49\xa7\xdb\x45\xc5\x1e\x09\ \x64\xc2\xe5\x55\xe3\xce\xeb\xec\xa3\x2e\x7f\x18\xe3\x45\x85\x6a\ \xcd\x81\x1a\xdd\x15\xc7\x31\x4a\x2b\x8a\xa2\xf0\x97\x95\xd2\x54\ \x95\x87\x11\x8a\x46\x23\x7e\xee\x38\x7d\x3d\x5c\x22\xeb\x3e\xc1\ \x42\xea\xbd\x17\x92\x27\xf6\x2c\x6a\x53\x1e\x69\x6a\xce\x21\x8a\ \x76\xf8\x09\xf7\x59\x46\x27\xf5\x50\xd1\xa2\xf0\x4e\xcb\x53\x65\ \xfb\x81\x40\x51\x7f\x1e\x29\x03\x48\xc1\x47\x57\x16\x37\xa7\x73\ \x10\x41\xd3\x40\xd2\x68\xa9\xd4\x02\x5d\x62\x9f\xab\x1e\x4b\x4b\ \x4b\x0d\x6d\x77\x0d\x79\xae\xaa\x2a\x94\x16\xa2\x86\xea\x42\xc7\ \x3e\xb2\xd4\x91\x46\x58\xa8\xaa\x9c\x3c\x2f\x88\x94\x5f\xf7\x44\ \x6b\xf2\xac\x40\x4b\x4d\xb7\xdf\xf1\x5a\xb0\xf8\xcc\xcd\x14\x1e\ \xd9\xd5\xed\xf5\x18\x0c\x52\x26\xd9\x0c\x69\x3d\xfa\x47\x08\x35\ \x97\xc4\xc5\x23\xb7\xe2\x20\x53\x2b\x03\x59\x9e\x20\x3c\xa3\xc0\ \x44\xe0\x27\xcb\x0d\xa2\x9a\xcf\x61\xf8\xf2\xa6\x0b\x7c\x5d\x5e\ \x19\x51\x0a\x1f\x68\x14\x45\x41\x59\x16\x64\xb3\x59\x33\xb3\x50\ \x9a\x30\xd0\x8a\x0b\x38\x7f\x28\x4b\x2f\x9f\x9c\x04\xe7\xa3\x9d\ \x87\xf1\x3a\xe7\x1b\xe4\x4b\x07\x0f\xb0\x3c\xec\x63\xaa\x02\x5b\ \x55\x08\x9d\x62\xac\x9f\xb3\x48\xd2\x84\xd1\x68\x0a\x6a\x3e\x70\ \x26\x85\x8f\x74\x85\x73\x0c\x7a\x7d\x96\x06\x3d\xb0\xd6\x5f\x86\ \xce\x7a\x66\xe5\xd0\xe0\x57\x32\x04\x41\xa1\x17\x34\x6f\x94\xb3\ \xcf\xc2\x58\xd7\xcf\x51\xea\x3a\xfe\x62\x5f\x4e\x08\x28\xaa\x12\ \xa5\xfc\x9e\x5e\x5a\x1e\x60\xca\x1c\x29\x24\xfd\xc1\x00\x6b\x2b\ \xd2\x34\x41\xca\x88\x69\x96\x7b\xc8\xbd\x29\x19\x0c\x06\x1e\xba\ \xad\x13\x40\x92\x65\x39\xb3\xd2\x78\x75\xc7\x10\x04\xd6\xb0\xdc\ \x3a\x70\x72\x78\x76\x60\x13\x04\xe9\x2a\x63\x1b\x7e\x33\x3f\xa3\ \x35\x67\xf9\x6e\x24\x96\xc3\xf0\xb1\x52\xbe\xff\x29\xa5\x62\x32\ \x99\x78\x9a\xf7\x40\x4b\x23\xc3\x2c\x59\x5d\x06\x75\xc6\x7a\xe8\ \xfe\x52\x87\x5e\xaf\xcf\xf8\xfc\x05\x94\xd6\x74\x62\x4f\xaa\x59\ \x55\x95\x17\xba\x0b\xf3\x62\x7e\x00\x16\x3a\xdd\x2e\x76\x32\xf1\ \xf0\xe5\x5a\x2f\x5e\x29\x8f\xb2\x44\x34\xd2\xcf\x4a\x29\xfa\xdd\ \x2e\xdd\x34\x61\x75\x38\xe4\xc2\x85\xf3\x5c\xda\xbc\x08\xd6\x07\ \x3a\x95\xad\x58\x5b\x5d\x9f\xeb\x33\x39\x90\x91\x6c\xfe\x8c\x78\ \x19\x37\xe0\xe7\x65\x1f\x11\x28\x16\x24\x49\x14\xd1\xeb\x76\x7d\ \x83\x58\xcc\xb3\x15\x21\x3c\xbe\xbf\xac\xca\x86\x18\x51\x2b\x5f\ \x37\x9c\xcd\x66\x24\x71\x44\x12\x45\x4c\x27\x63\xaf\x6b\x1c\xc7\ \x44\x4a\xe1\x4c\x45\xb7\xd7\xc5\x19\xd3\xd0\x51\xd4\xcd\xa6\xe9\ \x74\x46\x59\xe5\x5e\x05\x8f\x90\xe2\x39\xd0\xda\x67\x2f\xce\x2e\ \xd4\x32\x9d\x6d\x0e\x58\xdd\x60\xaf\xb3\xa8\xd9\x6c\xe6\x9b\xb4\ \x51\xdc\xe8\x4c\x8f\xc7\x23\x56\x57\xd7\x3c\xbd\x76\x51\xe0\xec\ \x5c\xf3\xbe\xbe\xa4\x17\x82\xb2\xc6\xa1\x34\xc3\x8f\x4d\x03\x5e\ \x5c\x55\xc3\xac\xeb\xe8\xf5\x46\x37\xa6\x62\x3c\x19\xa3\x75\x1f\ \x53\x55\x61\x92\x57\x93\x65\xb9\xbf\x70\x3b\x29\xe4\x9e\x31\xb8\ \x9e\x25\x10\xd2\x7f\x8f\xaa\xac\xe6\xa9\xaf\x10\x38\xe9\xa3\xb7\ \xfa\x73\x88\x5a\x2b\x7d\x9f\x6d\x3c\x99\xfa\x6c\x33\x94\x1a\x6a\ \x6a\x89\x38\x0e\x0c\xcc\xce\xaf\xf7\x34\x9b\xa2\x74\xd4\x20\x50\ \x70\xa2\x71\xe2\x82\x0a\x63\xbd\x50\x91\x33\x9e\xf2\x5d\x08\x87\ \x33\x55\x28\x59\x0a\x3a\x9d\x9e\xbf\x20\xf2\x9c\x24\xe9\x32\xcd\ \x66\xe4\x79\x05\xaa\xe3\x03\x84\x40\xe4\x27\x98\x43\x56\xcb\xd2\ \x2b\x5b\x96\x55\x49\x92\x74\x82\xe3\x48\x88\x74\xd4\xe8\xd8\xd4\ \x33\x09\xc6\x99\x90\x5d\xcb\xb9\xae\xb7\x52\xe8\xc8\x4f\x22\xa7\ \x69\x4a\x9e\x97\x10\x9a\xbc\x42\x7a\x07\x56\x59\xcb\xd2\xd2\x12\ \xfd\x7e\xff\x0a\x8d\x1b\xcf\x1b\x25\x94\xd7\x13\xb1\xd6\x4f\xee\ \xa7\x69\xec\x4b\xbd\x45\x81\x2c\x7d\x76\xdc\xe9\x44\xac\xad\xad\ \x91\xe7\x15\x59\xe1\x25\x0e\x4c\x55\x51\x39\xcb\xa0\xbf\xcc\xfa\ \xea\x2a\xcb\xcb\x4b\xc4\xb1\x0a\xa0\x16\x47\xa4\xc2\x34\x7d\x98\ \x87\x99\xab\x4d\xba\x26\x80\xf2\x97\xac\xd8\xf7\x6c\xb4\x3e\xeb\ \x7b\x60\xe6\x6e\x11\x8e\x2d\x83\x60\x56\x89\xc0\xf7\x43\x7a\x69\ \x4c\x59\x19\xb4\x8e\xd1\x02\x74\xa4\x48\xd3\x84\xaa\xf4\x41\x45\ \x92\x6a\x06\xbd\x3e\xb9\xca\x48\x92\xd8\x3b\xf2\xca\x22\x1c\x14\ \x65\xc5\x68\x9a\x81\x88\x89\xb5\xa4\xb4\x55\x68\xa4\x2f\xfa\x33\ \xcf\x79\x37\xde\x1d\x79\x78\x7f\x9a\x22\x55\x04\xc2\x67\x13\x36\ \x5c\xd6\x36\x64\xcc\xce\xb8\x06\xfc\xe0\x39\xfc\xea\x01\x5c\x45\ \x59\x1a\x3a\x9d\x2e\x51\x1c\x51\xee\x54\x44\xb1\x6c\x2e\xe8\x4e\ \xa7\xc3\xda\xfa\x5a\x40\x96\x46\x0b\xbd\x57\x0f\xea\xe8\xea\x8e\ \x97\x63\x08\x6b\x12\x69\x8d\xae\x2a\xb2\x3c\xf7\xf3\x62\x9d\x0e\ \x79\x96\xf9\xbe\x70\x08\xb0\xad\xb5\xc4\x91\xd7\x5f\xb1\x66\x1e\ \xe4\xd6\x20\x96\x5b\x6e\xbd\x95\x9d\xed\x1d\x2e\x6f\x6f\x33\x9d\ \x7a\xe6\x8b\xe5\xe5\x15\x1f\x2c\xd5\x84\xa2\xf5\xcc\x8f\xf0\x74\ \xf6\xbe\xbc\xf9\x72\xec\x99\x04\x46\x4d\xaf\xa9\x90\xf8\x1a\x63\ \xd8\x68\x8d\x3e\x40\x9d\xa5\x00\x45\x59\xf8\xda\x65\x14\x63\x82\ \x27\xee\x75\x7b\x4c\x27\x1e\xee\x49\xc8\x1c\xea\x0e\x76\x9e\x67\ \xa4\x71\xcc\x64\x32\xc1\x19\xd3\x60\xc9\xbb\xdd\x2e\xce\x79\x84\ \x4f\x94\xd4\x25\x2b\xaf\xa7\xed\x84\x9a\x3b\x0c\x19\xfa\x25\x42\ \x06\x69\x5b\x31\xf7\xe2\xd4\x2a\x91\x15\xb3\x6c\x16\x22\x10\x2f\ \x54\x93\xa6\x29\xa6\xb2\x1c\x3b\x76\x8c\xbc\xc8\x39\x7e\xfc\x38\ \xe3\xf1\x34\xd0\x2d\xf8\x1e\x90\x0c\x93\xf4\x8b\xfd\x91\x2b\xd7\ \xaf\x2e\x77\x35\xce\x66\x21\x45\xf0\xfd\x85\xf9\xf4\x6c\x59\x96\ \xc4\x71\x8c\xd3\x0a\x1b\xe8\xb6\x93\x24\xc6\x58\x43\x51\xb8\x50\ \xc6\xf2\x11\x98\xb5\x06\x61\x7d\x29\x24\x4d\x3c\xea\xa8\xac\xca\ \xa6\x04\xe0\xd9\x71\x65\x90\xf4\x9c\xeb\x87\xef\xd7\xac\x49\xad\ \x71\x5e\x97\x07\x05\xa0\xd1\x18\xe1\x23\xaf\x4e\xa7\x13\x2e\xf4\ \x99\x67\x33\x95\x32\x20\x92\xca\xa6\xb7\x51\x1f\x60\x1d\x94\x01\ \x8b\xbc\xa4\xc8\x0b\xd2\x34\x22\x49\x53\x22\xa9\x1a\xe7\xef\xfb\ \x1f\x92\x6c\x96\xb1\xb5\xbd\x43\x92\xf4\xbc\xd3\x59\x18\x14\xf3\ \x8e\x48\x34\x8a\x7a\xb5\xfe\x88\xb5\x16\x8b\x45\x95\x6a\x3e\x70\ \x28\xf6\x4e\xb2\x3b\x6b\x71\xa1\xf7\x57\xd5\xcf\xb7\xce\xb8\x4a\ \x9f\x15\x6b\xad\x30\x59\xb6\x47\x5b\x43\x6b\xdd\x4c\x58\xcf\x66\ \xb9\x1f\x40\x0c\x4e\x5e\x04\xa5\x46\xcf\x3d\xe6\x42\xcf\x46\x36\ \xac\x07\x49\x9c\x22\xb5\xa7\x92\xd9\xd9\x19\x31\xcb\x77\xf7\xe8\ \xe2\x74\x3a\x9e\x53\xce\x56\x05\xb6\x32\xbe\xb4\x6a\x2c\xa5\xf3\ \xce\x2e\x5c\xed\x4d\x69\x53\x04\x3a\xf3\xfa\x79\xf9\xe6\xfd\xbe\ \x7b\x93\xab\xf6\x01\x21\x8b\x32\xb5\x53\x03\xb2\x22\x43\x88\xb8\ \x01\xaa\xd4\x01\x5b\x12\x09\x8a\xc2\x03\x27\xfc\xbc\x88\x8f\xf4\ \x05\x81\x2b\xaf\x32\x4c\xf3\x02\x1d\xc7\xec\x6e\x8f\xb8\xb8\xb5\ \x83\x4a\x52\x96\x86\x29\x65\x5e\x22\x43\x66\x2e\xa4\x6c\x08\x1e\ \x3d\xd9\xac\x0a\x8c\x10\x26\x88\x8c\xc1\x6c\xea\x87\x9a\x6b\x61\ \x31\xbb\x30\x73\x53\xcf\x0d\xf9\xac\xbf\x6a\xca\xd1\x2e\xf4\xf8\ \xea\x35\xf5\xea\x8d\x21\x20\x25\x8c\x14\xf4\xfb\x54\x56\x86\x20\ \xce\xf7\xce\xca\xa2\x24\xd7\x19\xdd\xae\x07\xf3\xe4\x79\x8e\x33\ \xc6\x4b\x05\x4b\x2f\x6e\xd7\xe9\xf8\xc1\xe9\x7a\x04\x41\x2a\x05\ \x79\xee\x87\x93\xc3\x7d\x52\x43\xca\x1b\xa1\x3e\xeb\x38\x72\xe4\ \x08\x07\x0e\x1e\x60\x77\x77\x17\x5d\x07\x23\x52\x36\xbd\x51\xe1\ \x04\x36\x30\x22\xd4\xf3\x6f\x2f\x4b\x0d\xf8\x9a\xcb\xa6\x2e\x71\ \x18\x6b\x9b\xe1\xaa\x45\x41\x9f\x3a\xf5\xd2\x81\xae\x5d\x2a\x85\ \x33\xd6\xcf\xa8\x94\xa5\x9f\x3d\xa9\xbc\x33\xd1\x5a\x07\x71\x1b\ \xdf\x60\xf4\xf5\x78\x83\x8a\x22\x7a\xbd\x0e\x42\x48\x0f\xf1\x0c\ \x12\xb6\x9d\xee\x80\x24\x4d\xa9\x2c\x9e\x64\xd0\xa9\xb9\x5e\x88\ \x0a\x33\x2f\x81\x02\xa2\x76\x02\x8b\xa9\x79\x65\x2a\x56\x57\x57\ \xa9\xca\x2a\xa8\x2e\x3a\x8a\xbc\xf0\xda\x21\x55\xc9\xad\xb7\xde\ \x42\x96\x79\x15\x37\x1d\xc5\x3c\x71\xf2\x14\xb3\xe9\x14\xad\xa3\ \x30\xc3\x74\xad\x39\x13\x71\x55\x49\xc0\xd5\x4c\xb3\x0b\xd3\xd9\ \xf5\xff\x95\x45\xd9\xf0\xed\x54\x65\xe1\x21\x83\xd6\xfa\x81\x45\ \xa5\x83\xf4\xa7\x9f\x86\x56\x4e\x35\xc2\x5b\xa6\x32\x54\xd6\xcc\ \xf1\xf7\xe1\xfd\xd4\x8e\xa4\x41\xa1\x05\x32\xca\xfd\x74\x28\x26\ \xac\x55\x9d\x99\xd4\x99\x41\x51\x16\x64\x59\xc6\xd2\x60\x89\x24\ \x4e\x1a\x0d\xee\xa2\xa8\x50\x42\xa2\x83\x40\x51\x51\x14\xa4\x89\ \xdf\x0f\xb3\x30\x33\x54\x56\x5e\xbc\x0c\x97\x92\x68\xed\x6b\xcf\ \x45\x46\x5e\x18\xca\xca\x72\xee\xd2\x25\x92\xb4\x4b\xda\x59\x42\ \x48\xe1\x1d\x4e\xb8\x2c\xb4\xd2\xcd\x3e\x14\x42\x04\x2a\x1e\x1b\ \xca\x18\x0b\x65\x11\x31\xc7\xe9\xd7\x65\x8f\xaa\xac\x10\xa2\x6a\ \xca\x4b\x84\x46\x7c\x1c\xfb\xa8\x3a\x4d\x92\xf9\x9c\x8e\xdb\xfb\ \xb5\x65\x59\x22\xa5\x2f\x59\xd4\x1c\x4f\xb5\x1e\x46\x96\xe5\xf4\ \xbb\xfd\xc0\xad\x95\x93\x87\x7e\x88\xaa\xa1\xd1\xc6\x12\xa7\x9d\ \x40\x3b\x42\x40\x2a\x7a\x28\xe4\x78\x3c\xf6\x90\x65\x3c\x5a\xb0\ \x9b\x76\x40\xf9\xc0\xa3\x2a\xab\xf9\xd4\xbd\x73\x38\xe5\x1a\xc7\ \xe2\xca\x79\x69\x73\xbf\x24\x7b\x17\x33\x13\xb7\x00\x49\x5d\x14\ \x88\xaa\xef\x82\x7a\xae\x23\x8e\x63\xaf\x2a\x5a\x78\xf0\xc3\xee\ \xee\x0e\x6b\x2b\x43\x1c\x9e\x6a\x24\x4d\x13\x64\x90\xd6\xce\x32\ \xdf\x5b\xc8\xf3\x02\x10\x9c\x3d\x7d\x86\x4b\x5b\xdb\xa4\xbd\x25\ \x0e\xad\x1e\xf0\x93\xeb\x42\xcc\xb5\x80\x42\x90\x60\x30\x21\x43\ \xd0\x0d\xe9\xa3\x80\xa0\x39\xe4\xcf\x84\x0d\xe4\xaf\x65\x55\x36\ \xce\xc4\x54\x55\x03\xc8\xa9\x07\x99\x9d\x10\x24\x69\x07\xa4\xa4\ \xdb\xe9\x34\x73\x3c\xf5\x20\xac\x57\x7a\x35\x20\x3d\x12\x6b\xfe\ \xb9\xfd\x99\x9b\x4c\xa6\xcd\x88\x81\x0a\x3d\x99\x59\x96\x35\xd9\ \xee\x6c\x36\x0b\xd0\x7f\xdd\xdc\x99\x10\x4a\xa7\x55\xd9\x9c\x4f\ \xeb\x6c\x03\x2d\x77\x2a\x0c\x29\x6b\xcd\xc6\xc6\xba\xbf\x6b\xac\ \x43\x6a\xd9\xfc\x2e\xe5\x9c\xb2\xa7\x81\xe3\x3f\x03\xd8\xc5\x4b\ \xc6\x99\x54\x55\xc5\xc6\x81\x03\xbc\xe5\xed\xef\xd8\x7b\x8d\x0a\ \x71\x15\x2e\xfd\x6a\xac\xfa\x9c\x1c\x71\xbe\xe9\x5d\x43\x5d\xa1\ \x43\xd4\x61\xac\xa5\x2b\xe5\x9e\xc3\xa1\x42\x6f\xa6\x3f\xb4\xa0\ \x15\x85\x98\x63\xaf\x05\x82\x4e\xe2\x48\x6b\xbc\xbf\x10\xe8\xc4\ \x5d\x05\xa7\x43\x80\x76\xa0\x3c\xf1\x11\x4a\xc6\xc8\xba\x54\x10\ \x41\x37\xf5\x8d\xc6\x28\x8e\xb8\xf7\x95\x0f\x04\x7e\x31\xc9\x5d\ \xf7\xbc\x22\x68\x4e\xec\x45\x6c\x7d\xa5\xf2\xb2\xbb\xc6\x33\x90\ \x72\x3e\x31\x1f\x05\xb6\xdb\x28\x75\x0b\x11\xf3\x9c\xb6\xe3\xca\ \x47\x59\x47\x45\xae\x19\x64\xe4\x1a\x91\xf7\x9c\x7c\xb2\x8e\x04\ \xf7\x23\x2b\x51\x4a\xf1\xad\xdf\xf2\x8f\xe7\x25\xce\x85\x77\x65\ \x6d\xcd\x2b\xa6\xf6\x70\x53\xb9\xc0\xa7\xd8\x0c\xf4\x85\xf5\x54\ \x41\x05\x6f\x31\x5b\x14\xb2\x46\xdb\xb8\x46\x9e\xd4\x1a\xcb\xc1\ \x20\xb7\x2c\xe4\x5c\x3c\x8a\xab\xc1\x73\x73\x62\xdf\x1a\x62\xe4\ \xe6\x3f\xb7\x96\x4a\xdc\x33\xc1\xce\x42\x8f\x61\xe1\xfb\xcc\xcb\ \xa3\x82\x8d\xc3\x47\x9a\x83\x5e\x7f\xad\x56\xca\x37\xf0\x03\x3b\ \xc2\x1d\xaf\xb8\x67\xcf\x7e\x70\xe1\x62\x53\x61\xc6\xa0\x3e\x1b\ \x62\xe1\x42\x16\x42\x70\xf4\xd6\x63\x7b\x88\x42\xeb\x23\x54\x5f\ \x76\x30\x07\x16\xb8\xeb\x9e\xab\xab\xf7\x57\x9d\x11\xee\x87\x95\ \x65\xc9\x7d\xf7\xde\xc3\x5d\x77\xde\xb1\xf0\xe4\xdd\x02\xf7\x88\ \x68\x60\xf5\x8b\xc3\x74\xae\xee\x33\x36\xf5\xfc\xf9\xe7\x5e\xbc\ \x2b\xa4\x10\xa8\xb0\x3f\x6f\x5e\x3f\xc6\xcd\x38\x1f\xb0\x85\xb5\ \xc6\x5d\x5b\x93\xa7\x9e\x71\x49\x7a\x4b\x57\x97\x77\xc2\x7b\x9b\ \x3b\xc0\x85\xf7\xc9\x15\xef\xb3\x3e\x2b\xce\x31\x58\x5e\xe5\x8e\ \xbb\xef\xde\x53\x80\x51\x52\xa2\xa3\xf9\x5c\xd9\xfa\x81\x83\xbe\ \x17\x37\xdf\x52\x9e\x78\x35\xcc\x7f\xcd\xfb\x33\xf3\xf3\x5f\xc3\ \xd8\xeb\x21\xc7\x39\xdd\x92\x9b\x97\xc6\x6b\x55\xd8\x9a\xb2\xa7\ \x66\x41\x10\x7b\xe7\x98\xdc\x9e\xfb\x76\xef\xbe\x7e\x26\x41\xc4\ \x4b\xaa\xcc\x55\xa7\xfa\xfb\xfb\x6d\xe7\x09\x7a\xb4\x70\x3c\x9b\ \x39\xa9\x20\x53\xa0\x98\x6b\x0c\xd4\x1b\xad\x7e\xae\x42\xcc\xbf\ \xe0\xba\xf5\x43\xc1\x9c\x1a\x61\x61\x63\x89\x2b\x2a\x79\x75\x54\ \x6a\x9d\xaf\xc9\x3e\x3f\x8f\xd2\x2d\xa8\xec\x05\xc8\xa5\xba\xea\ \x7e\xdc\x7b\x9e\xd4\x33\xfb\xfe\xfb\x69\xfd\x5e\xff\xb9\xb7\x6f\ \xaf\xc3\x1c\x70\xe5\xe7\x0c\x78\x1d\x52\xc1\x75\xd9\x06\x9e\x2f\ \xab\x1f\x71\x14\xc7\xd7\xf9\x0c\xf3\xf7\x92\x24\xe2\x59\x3d\xfb\ \x38\x49\xb8\x56\x68\xb2\x1f\x6b\xb6\x9f\xa5\xcd\x24\x8e\x49\xc3\ \x7b\x7d\x56\x15\xf1\x2b\x1c\xed\x55\xcf\x3a\x3c\x6c\x1d\xcd\x9b\ \x91\xee\xda\x71\xe8\xc2\xc3\x72\x35\x0a\xe0\xaa\x5e\x0a\x8d\xf3\ \x9e\xf7\x32\xaf\xf5\xa5\xf3\xa6\xfe\x7c\xcd\x93\x6b\x7c\xce\xc5\ \x67\x19\x45\xf1\x0b\x72\xce\x9e\xce\x39\xba\xf2\x6e\x78\x26\xef\ \xe1\x25\xa6\x67\xe2\x9e\xd7\x07\xe8\x9e\xe2\x1f\xdd\x33\xfe\xc2\ \xe7\x7e\x20\xeb\x12\xc2\xf3\x8e\x92\xb9\x22\x9b\x71\xfb\xff\xb1\ \x9e\x93\xed\xf7\x44\xfd\x53\x2f\x9f\xe3\x8a\x7b\xfb\x45\xd9\xe7\ \xcf\xd7\xc5\xed\x9c\xe3\xe5\x60\xcf\xf7\x59\x5f\xec\x63\x5d\x77\ \xa3\x5f\xef\x20\xb8\xa7\x96\xd9\xbd\x02\x33\xf0\x95\x8e\xde\x57\ \xfc\x9c\x2f\xa5\x35\x7b\x2e\x77\x83\xa4\xb5\xd6\x5a\x6b\xad\xb5\ \xd6\x9e\xa3\xb5\xce\xa4\xb5\xd6\x5a\x6b\xad\xb5\xd6\x99\xb4\xd6\ \x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\xb5\xd6\x5a\x67\xd2\ \x5a\x6b\xad\xb5\xd6\x5a\x6b\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xad\ \x75\x26\xad\xb5\xd6\x5a\x6b\xad\xbd\x14\x4c\xbf\xa4\xdf\x5d\xad\ \x9e\xb3\x30\xa5\xd9\xfc\x57\x33\xf2\xef\x5e\xdc\xa1\x81\xd6\x5a\ \x6b\xad\xb5\xd6\x5e\xa2\xce\x44\x29\x6c\x1c\x23\xac\x45\x64\x19\ \x22\x2f\x90\x41\x8b\xc3\xe7\x53\x12\x17\x45\xb8\x24\xf1\xbf\x00\ \x59\x14\x5e\x64\xaa\xb5\xd6\x5a\x6b\xad\xb5\xaf\x72\x67\x22\x04\ \x36\x49\x50\xe3\x31\xdd\xcf\x7e\x86\xc1\x9f\x7f\x84\xf4\x0b\x5f\ \x24\x3e\x71\x82\xe8\xc2\x05\x28\xbd\xdc\xa6\xeb\x74\x28\x0f\x1d\ \xa2\xb8\xfd\x76\x66\x0f\x3e\xc8\xe8\x1b\xbf\x91\xfc\xce\x3b\x20\ \x49\x10\x45\xd1\x66\x2a\xad\xb5\xd6\x5a\x6b\x5f\xad\xce\xc4\x45\ \x11\xc2\x18\x06\x7f\xf6\x67\xac\xfe\xea\xaf\xd1\xfd\xf4\xa7\x71\ \x42\x30\x7b\xdd\x6b\x19\x7d\xeb\xb7\x50\xdc\x7c\x14\xb3\xb6\x0a\ \xc6\xa0\x2f\x5e\x24\x39\xf1\x04\xc9\xdf\x7f\x91\x8d\x9f\xfd\x59\ \xd6\x7e\xe1\x17\x19\xbd\xfd\xad\x6c\x7d\xcf\xf7\x90\xbd\xf2\x95\ \x60\x0c\x62\x9f\x48\xe9\x5a\x6b\xad\xb5\xd6\x5a\x7b\x99\x38\x13\ \x97\xa6\xe8\x0b\x17\x58\xff\xb9\x9f\x63\xe5\x03\xbf\x45\x71\xf4\ \x66\x2e\xfe\xd0\x0f\x31\x7a\xd7\x3b\x29\x8f\x1e\xc5\x29\x85\xd3\ \x1a\x16\x74\x94\x85\x31\x88\xb2\x24\x7d\xe8\x21\x96\xfe\xe0\x0f\ \x19\xfe\xfe\xef\x33\xf8\xf0\x9f\xb2\xf9\x2f\xdf\xc3\xd6\xf7\x7e\ \xaf\x77\x4e\x21\x93\x69\xad\xb5\xd6\x5a\x6b\xed\x06\x77\x26\x2e\ \x4d\x89\x4e\x9d\xe2\xf0\x7f\xff\x3f\xd0\xf9\xe2\x17\xb9\xf4\xfd\ \xdf\xc7\xd6\xf7\x7c\x37\xe5\xa1\x43\xde\x61\x54\x95\xef\x9d\x04\ \x59\xd7\xc6\x02\x75\xe7\xec\x55\xaf\x62\xfa\x9a\xd7\xb0\xfd\xee\ \x77\xb3\xfe\x0b\xbf\xc0\x81\xff\xe3\x67\x88\x1f\x7b\x9c\xf3\xff\ \xcb\xff\x8c\x4d\xd3\xd6\xa1\x2c\x3c\x2e\xbd\x4f\xd8\xbd\xca\xb6\ \x95\xc4\x97\xcd\x01\x97\xfb\x23\xb3\x6c\x7d\x0c\xd7\xda\xcb\xc0\ \xa4\x00\xb5\x1f\x67\xdd\x41\xf9\x0c\xd6\xfc\x45\x75\x26\x2e\x8a\ \x88\xce\x9e\xe3\xe6\x1f\xfa\x21\xa2\xd3\x4f\xf2\xe4\xcf\xfd\x07\ \x46\xef\x78\x87\xd7\x5b\x2e\x8a\xbd\x7a\x26\x57\x9c\x88\x9a\x69\ \x56\x14\x05\x42\x08\xf2\x7b\xee\xe6\xcc\x4f\xfd\x24\xd9\x2b\x1f\ \xe0\xc0\x4f\xfc\x24\xc2\x18\xce\xfe\xdb\xff\x1d\xa7\xd4\x57\x7d\ \xc9\x4b\x08\xc8\x4a\xb8\x30\x91\xcf\x19\x0b\x6e\x81\x83\x7d\x4b\ \xa2\xf7\xdf\xa1\x2c\x6a\x42\x5c\x73\xbf\xbc\x40\x4c\xb3\x37\xcc\ \xba\x03\x4f\xee\x0a\x4a\x23\x10\xcf\x71\xcd\xfb\xb1\x63\xad\xeb\ \xb0\xee\xf9\xd8\x9f\xf2\xba\x0e\xcf\x6b\xed\xb4\x5e\xec\x99\x38\ \x92\xdd\x4c\x70\x79\x26\x90\xcf\x61\xd1\x83\x92\x06\x37\x0d\xec\ \xd3\xfe\x3e\x2f\x9a\x33\x71\x4a\x21\xb3\x8c\x03\x3f\xf9\x13\xc4\ \x8f\x3e\xca\x93\xef\x7b\x1f\xa3\xb7\xbf\x1d\x39\x99\x20\x9c\x23\ \xcb\xa6\x4c\x26\x13\xae\xa5\x62\xa3\x94\x62\x38\x5c\x59\x24\xdd\ \x47\x64\x19\x4e\x29\x2e\xfd\xf3\x7f\x8e\x13\x82\x83\xff\xee\x27\ \x28\x6e\xbf\x8d\xcd\xf7\xfc\xa0\x47\x79\x7d\x15\x5f\x42\x52\xc0\ \xa4\x10\x7c\xe6\x49\xf9\x9c\xb3\x93\xca\xc2\x37\xdc\xe6\xe8\x44\ \x0e\xe3\xf6\xf3\x42\x11\x98\xaa\x62\x77\x77\xe7\xba\x94\xf4\x83\ \xc1\x80\x38\x49\x5b\x87\xf2\x0c\x82\x88\x2f\x5d\x94\xec\x66\xcf\ \xed\x62\x29\x2d\x1c\x5b\x71\x1c\xe8\x1b\xec\xbe\xc7\x65\x82\xf1\ \x68\x97\x3c\x9f\x5d\x7d\xd6\x1d\x24\x49\x4c\x7f\x69\xd8\xae\xf9\ \xd3\x34\x25\xe1\xe2\x44\xf0\xf9\xb3\x92\x48\x3d\xfb\xef\xe3\x00\ \x25\x7c\xe0\xa8\xe4\xd3\xbb\x3e\x5f\x14\x67\xe2\x84\x80\x38\x62\ \xe9\x77\x7e\x87\xa5\xff\xfc\x07\x5c\xf8\xd1\x1f\x65\xfc\x8d\xdf\ \x88\x9c\x4e\x91\x42\x30\xda\xdd\xe1\xcc\x93\xa7\x19\x2c\x2d\x5d\ \x9d\xa3\x3b\xe7\xe5\x5b\x8b\x82\xc3\x37\x1f\xa5\x58\x28\x7f\xd5\ \x19\xc8\xe5\xef\xfa\x2e\xd2\xbf\xff\x07\xd6\xde\xff\x7e\x26\x6f\ \x7a\x13\xd3\xd7\xbe\x16\x99\xe7\x5f\xf5\x17\x4b\xa4\xf6\x96\xba\ \xf6\xe8\x32\x2c\xa8\xcf\xc9\x20\xf2\x55\xcb\x09\x2d\x0a\x02\xd5\ \xa3\x3f\xfb\x6d\xc6\x18\x4e\x3e\xf1\x38\x52\x4a\xe2\x38\xbe\xea\ \x87\x98\xaa\x62\xfb\xf2\x16\x77\xde\x75\x77\x23\xeb\xda\xda\xd3\ \x38\xe0\xd2\xaf\xfb\xa2\x33\xb1\x41\x45\xd0\x59\xb7\x20\x04\x17\ \x24\x82\x17\x9e\xab\x14\x73\x95\x38\x25\x9f\x8f\x3d\x29\xd8\xbc\ \x78\x81\xad\x4b\x9b\x0c\x06\x83\xab\xd6\xdc\x39\xc7\xa5\x4b\x17\ \x38\x8c\x60\x79\x75\x95\xb2\x2d\x59\x3f\xed\xe0\x31\x52\xec\x71\ \x26\x6e\x41\xc1\xd2\x2d\x38\x72\x29\xb8\xe6\x59\xaf\x9d\xc9\x33\ \xda\x6b\x2f\xce\xa7\x95\xa8\x0b\x17\x58\xfb\xe5\x5f\x61\xf6\xfa\ \x07\xb9\xfc\x5f\xfd\x97\xbe\xb7\x61\x2d\x52\x6b\x2e\x5e\x3c\xcf\ \x5d\x77\xdf\xcb\x3d\xf7\xdd\x7f\xdd\x72\xc7\x9f\xfc\xd1\x7f\x9e\ \x4b\x52\x2e\x6e\x42\x63\x70\x49\xc2\xe6\x0f\xfe\x00\xbd\xbf\xfa\ \x2b\x56\x7f\xf5\x57\xc9\xee\xbf\xdf\x37\xef\xdb\x74\x79\xcf\x85\ \xb2\xdc\x8b\x89\xb4\xa0\x28\x1d\x37\xad\xa6\x58\x0b\x3b\xd3\x92\ \xf3\xdb\x33\x3a\xb1\xe6\xa6\xd5\x94\x48\x4b\x46\xd3\x92\x73\x5b\ \x19\x88\xe7\xe7\xbd\x08\x21\x98\x4d\xa7\x38\xe7\x78\xe7\xb7\x7c\ \xdb\x75\x5f\xf7\xc9\x8f\x7d\x94\xd1\x68\xc4\x70\x79\x99\xaa\xaa\ \xda\x45\x7c\xa6\x41\x9c\x83\x48\x49\xd6\x97\x63\xb6\xc7\x25\x87\ \x56\x3a\x68\x25\x28\x2b\xc3\x99\xad\x8c\xa2\xb2\x1c\x5e\xed\xd2\ \xef\x68\x8c\xb5\x9c\xd9\x9c\x91\x95\x86\xe7\x6b\xe1\x85\x90\x5c\ \xb8\x70\x8e\x6f\xf8\xc6\xb7\xb1\xbe\x71\xe0\x9a\xaf\xb9\x7c\x79\ \x8b\x8f\x7f\xf4\x6f\x58\x3f\x78\x90\x22\x94\xb4\x5b\x7b\xe6\xeb\ \xbe\x3e\x4c\x29\x2b\x4b\xac\x25\xab\x4b\x09\xa6\xb2\x5c\x1a\xe5\ \x6c\x8d\x0b\x86\xdd\x88\x8d\xe5\x14\x29\x60\x6b\x54\x70\x69\x37\ \x7f\x56\x11\xe3\x8b\x42\xa7\x62\xd3\x94\xc1\x5f\xfc\x25\xf1\xa3\ \x8f\xb2\xf5\xbd\xdf\x8b\x59\x5e\x86\x90\x55\xb8\xa0\x9b\xdb\xeb\ \xf5\xae\xf9\xb5\x8f\x3e\xfa\x28\x42\x08\x92\xf8\xfa\x92\x9f\xa2\ \x28\xc8\xef\xba\x8b\x9d\x77\xbf\x9b\xc1\x9f\x7f\x84\xe4\xe1\x2f\ \x61\xe3\xb8\xdd\x55\x57\x58\xa4\x05\x49\x24\x49\x63\xc9\xee\xb4\ \xe4\xf8\xd9\x11\x4b\x5d\xcd\x6a\x3f\xe6\xf0\x5a\x87\x9d\x69\xc9\ \xf1\x33\x63\x2e\x8d\x8a\xe7\xcd\x91\x2c\x06\x08\x9d\x4e\xe7\x29\ \x5f\xd3\xed\xf6\xda\xce\xff\x3e\x64\xa8\xdd\x58\x13\x2b\x89\x14\ \xf0\xe8\xd9\x11\xd3\xdc\x72\x68\x39\xe5\xc0\x30\x21\x89\x24\x8f\ \x9d\x1b\x73\x7a\x73\x46\x69\xbf\x92\x3e\xfc\x73\x5e\x75\xb4\xd4\ \x74\x3a\xdd\xeb\xbe\x22\x4d\x53\x94\xd2\xb4\x2e\xe4\xb9\x59\x12\ \x49\xe2\x70\xde\xcf\x5d\x9e\x71\x72\x73\xca\xc6\x30\x65\xb9\x17\ \x73\x68\xb5\xc3\xf9\xcb\x19\x8f\x9d\x9b\x30\x9a\x56\xcf\xba\xf4\ \xf0\x82\x3b\x13\x27\x25\x6a\x3a\x63\xe9\x8f\x3e\x48\x71\xdb\x6d\ \x4c\xbe\xf6\x6b\xaf\x40\x5c\x39\x94\xbc\x7e\xb1\xef\x3d\xef\x79\ \x0f\xbf\xf4\x4b\xbf\x44\x9c\x26\xd7\x17\xbb\x77\x0e\x61\x2d\xbb\ \xff\xf8\x5b\xc1\x5a\x06\x7f\xfe\x67\x7b\x9b\xf9\xad\x35\x8e\xbb\ \xfe\x15\x69\xc9\xa0\xe3\x13\x55\xad\x25\x02\xc7\xa5\xdd\xfc\x05\ \x6b\x7a\x0b\x21\x9e\x72\xdd\xeb\x72\xcb\x75\xd7\xbc\xb5\x67\x94\ \x95\xd6\x2b\xda\x4f\x23\xd2\x48\x52\x1a\x4b\xbf\xa3\xb9\xb0\x93\ \x51\x19\x8b\x0d\x9d\xf6\xe7\xfb\xc8\x28\x25\x9f\x72\x7f\x39\xe7\ \xc2\x6b\xda\x75\xdb\xaf\xb3\x9e\x46\x8a\x7e\xaa\x31\xd6\xd1\x4d\ \x14\xd3\xbc\x62\x67\x5a\xfa\xb3\x8e\x7b\xd6\x8e\xfb\x85\x3f\x99\ \x5a\xa3\xcf\x9f\x25\xf9\xf2\x97\x19\xbf\xe5\x1b\xa9\x36\x36\xae\ \x82\xef\x0a\x79\x7d\x54\x8f\x31\x86\xdf\xfc\xcd\xdf\xe4\xf7\x7e\ \xef\xf7\x49\x92\xe4\xba\xaf\x13\x45\x41\x76\xf7\xdd\x4c\x5f\xf3\ \x6a\xba\x9f\xfc\x14\x62\x3a\x6d\x9d\xc9\xc2\xc6\xb2\xce\x6b\x59\ \x0b\x7c\x7f\xa4\x9f\x6a\x96\xfb\x31\xe7\x2e\x67\x8c\x67\x15\xaa\ \x2e\x92\x3b\xb8\xf5\x40\x0f\xad\x9e\xff\x67\x27\xbf\x42\x61\x5e\ \x4a\x79\x4d\x9e\xb6\xd6\x9e\xbe\x13\xb1\xce\x35\x95\xf3\x38\x92\ \xac\x2f\x25\x64\xa5\xe1\xec\x56\x16\x1c\xba\xc0\x18\xc7\xc6\x30\ \x61\x6d\x10\x63\xac\x7b\xfe\xd7\xfc\x2b\x6c\xad\x36\x80\x78\xee\ \x67\xbd\x0e\xc6\x84\x10\x2c\xf7\x23\xba\x89\xe2\xf4\xe6\x94\xbc\ \xb2\x68\x29\xc1\x41\xac\x15\xb7\x1c\xe8\x3d\x6b\xc7\xfd\xc2\x67\ \x26\x4a\xa1\x37\x37\x91\xbb\x3b\x64\x0f\x3c\x70\x15\x6c\xd7\x39\ \xbf\x79\xae\xb7\x81\x8e\x1c\x39\xc2\xfb\xdf\xff\x7e\xbe\xf0\x85\ \xbf\xe7\xb7\x7e\xfb\xb7\x89\xe2\xf8\xfa\x75\x54\xa5\xc8\x5e\xf9\ \x4a\xa2\x27\x9e\x40\x4e\xa7\xb8\x76\x53\xe2\x1c\x74\x13\xcd\x4a\ \x2f\x61\xb9\x17\x31\x2b\x0d\x4a\x0a\x2e\xed\x16\x3c\x7a\x76\xc4\ \x68\x56\x92\x95\x86\xb2\x72\x1c\x59\xeb\x32\xe8\xea\x17\xc4\x91\ \x08\xe1\x51\x7a\x5f\xe9\x52\x91\x61\xe3\xb7\xf6\xcc\xd6\x5c\x49\ \xc1\x4a\x3f\x66\x6d\x10\x63\x01\x6b\x1d\x45\x69\x79\xec\xdc\x98\ \xb3\x97\x33\x1c\x8e\xed\x49\xc9\xa1\xe5\x94\xe5\x7e\x4c\x27\x51\ \x2f\xc0\xfb\xf2\x55\x88\xa7\xea\x83\x08\x21\xc2\xbe\x68\x17\xfd\ \xd9\xd8\xa0\xab\x59\xe9\xc7\xf4\x12\x45\x56\x78\x98\xef\xd9\xad\ \x19\x8f\x9f\x9b\x90\x15\x86\xf1\xac\x22\xd6\x82\x43\x2b\x29\xfd\ \x8e\x9a\x83\x2e\x5e\x16\x99\x89\x92\xc8\x9d\x5d\x18\x4f\x29\x8e\ \x1d\x6b\x7a\x25\xd7\xbc\x34\xae\x61\x59\x96\x71\xc7\x1d\x77\xf0\ \x1f\xdf\xf7\xf3\xfc\xee\xef\xfe\x27\xfe\xf8\x8f\xff\xf8\xba\x19\ \x8a\x93\x92\xe2\xf6\xdb\xd1\xe7\xcf\x7b\x22\xc8\x36\x33\x01\x1c\ \x52\xc2\xca\x20\x66\x56\x18\x2e\x8f\x0a\x26\x79\xc5\x34\xaf\x88\ \x94\xdf\x4c\xce\x3a\x4e\x5d\x9c\x00\xb0\xba\x94\x70\x79\x54\x50\ \x99\xe7\xfb\x30\x0b\xe4\x57\x28\x73\x29\x55\x5f\x3c\xed\xc5\xf2\ \x6c\xac\x97\x6a\xd2\x58\x71\x6e\x6b\x46\x5e\x5a\x2e\x8f\x0b\x94\ \xf4\xd9\x88\x14\x82\xcd\x9d\x9c\x4b\xa3\x82\xb5\xa5\x84\xb2\x72\ \xec\x4e\xab\xe7\x74\xb9\x3c\xad\x0b\x48\xaa\xa7\xcc\x3c\xa4\x90\ \x28\xa9\xda\x15\x7f\x96\xce\x5a\x2b\xc9\xca\x20\xe6\xf2\xb8\x60\ \x3c\x2b\xd9\x9d\x95\x94\x95\x23\xd2\x12\x29\x05\x79\x69\x38\x79\ \x71\x46\x1a\x4b\xfa\xa9\x66\x73\x27\x7f\xd6\xe7\xeb\x45\x40\x73\ \x09\x0f\xd3\xb5\x86\x6a\x63\xe3\x1a\x0d\x55\x87\x52\x0a\xf3\x14\ \x80\xf6\xdd\xdd\x5d\xee\xbc\xf3\x0e\x7e\xfe\xe7\xdf\xc7\x0f\xff\ \xf0\x0f\x13\x47\x11\xdf\xf4\x8e\x77\x50\x94\xe5\xde\xfa\xab\x10\ \xbe\x8c\x56\x55\xd7\x74\x5a\x5f\x8d\x26\x84\x60\x3c\x2b\xd9\x99\ \x94\x3e\x1b\x90\x82\xd1\xac\x0c\x07\x57\x34\xaf\xa9\xac\xe3\xf4\ \xe6\xd4\x97\xc2\xc2\xeb\x9e\xef\xcc\xe4\x2b\xfd\x04\x63\x4c\x5b\ \xf2\x78\x96\xcf\xd6\x2c\xac\xa7\x92\x1e\xfe\x79\x69\x37\x47\xca\ \xf9\x40\xa3\x0c\xff\x76\x71\x27\x0f\x71\x5f\x80\x84\xbb\xe7\xed\ \xb6\x43\x29\x89\xa9\xae\x7f\x36\xab\xaa\x42\xb4\xd9\xe8\xb3\x3e\ \xeb\x5b\xbb\x39\x9b\x3b\x79\x73\x86\x2f\x8f\x8b\x3d\x50\x7f\x29\ \x04\x59\x61\x38\x71\x7e\xda\xec\x01\x29\x9f\x5d\x29\xf9\xc5\x81\ \x06\x87\x0b\xdf\x45\xd1\x55\xce\xc4\x5a\xcb\x70\x79\x85\x33\x4f\ \x9e\x66\x32\x1e\xef\xc9\x38\x9c\x73\xcc\x66\x53\xaa\xaa\xc2\x5a\ \xcb\xbd\xf7\xde\xc7\xcf\xfc\xcc\xcf\xf2\xc3\x3f\xfc\xaf\x88\xa2\ \x88\xb7\xbe\xf5\xad\xe4\x79\xbe\xc7\xa1\xb8\x28\x6a\x77\x55\xb8\ \x0f\x8c\x03\xe9\xea\x2c\x20\x3c\xef\xf0\xf7\xf9\x9f\xf7\x6e\xc6\ \xfa\xf1\xd7\xff\x67\xdc\xf3\x73\xae\x93\x34\xa5\x2a\x4b\xfe\xfe\ \xf3\x9f\xbd\x66\xe9\xd2\x5a\xcb\x68\x34\x62\x65\x75\x95\xaa\x6a\ \x03\x83\xa7\x6b\xd6\xcd\xd7\xae\x5e\x4f\x57\x1f\x41\x21\xae\x9e\ \x68\x17\xf3\x01\xc7\xfa\x75\xc6\xf1\xbc\x4c\xbe\x3b\x60\xb8\xb2\ \xc2\x97\x1f\xfe\x07\xfa\x83\xc1\x35\xaa\x0b\x8e\xd1\x68\xc4\xd2\ \xf2\x0a\x55\x55\xb6\xb0\xe0\x67\x70\xbd\x1a\x07\xca\xed\x5d\xcf\ \xfa\xac\x3b\xae\x8e\xe1\xe5\x42\xb0\x68\xc3\x19\x7f\xa6\x4f\xfb\ \xc5\x19\x5a\x8c\x22\x4f\x99\xb2\xb5\x45\xb5\xb6\x76\x55\xd6\x90\ \x76\xba\x74\x7b\x7d\xbf\x81\x16\x0e\x82\xb1\x1e\x59\x54\x96\x25\ \x65\x59\x92\x24\x09\xaf\x7a\xd5\xab\xf8\xa5\x5f\xfa\x65\xde\xfb\ \xde\xf7\xd2\xeb\xf7\x79\xdd\x6b\x5f\x3b\x1f\x6e\x72\x0e\xbd\xb5\ \xe5\x43\xb3\xaf\xe2\x88\xd6\x58\x18\xa6\x8e\xb7\xde\x6e\x9e\x33\ \xc4\xd2\x81\x9f\x7e\xb7\xfb\xb9\xf9\x1d\x4a\x69\x56\xd6\xd6\xb1\ \xc6\x60\x9d\x6d\xd6\x7d\x31\xa3\x5d\x59\x5b\xc7\x54\xa6\x1d\x58\ \x7c\x06\x8e\xe4\x75\x47\x0c\xd6\x3d\x37\x3a\x15\x07\x44\xd2\xf1\ \x7c\xf8\xf0\xfe\x60\x18\xb2\xce\xea\x1a\x6b\xee\x18\x0c\x97\x91\ \x42\xb6\x03\x8b\x4f\xd3\x2a\x03\x47\x86\x96\xf5\x9e\x7b\x4e\x55\ \xfd\xda\x99\x3c\xdd\xe9\xf7\x17\xc7\x99\x58\x8b\xed\xf7\x21\x4d\ \x89\x4f\x3f\x49\x7e\xf7\xdd\xd7\x78\x89\x0d\xc3\x88\x72\x4f\xc4\ \x24\xc2\x64\x76\x51\x14\x4d\xb9\xe3\x57\x7e\xe5\x57\x38\x79\xf2\ \x24\x5b\x97\x2f\xf3\x23\x3f\xf2\xdf\xf1\xfe\x5f\xfc\x05\xee\xb9\ \xe7\x1e\x9f\x1e\x3b\x47\x74\xea\x14\x66\x79\xe5\x9a\x59\xd0\x57\ \x93\x69\x01\xc3\xc4\xed\xdb\x25\xb5\xdf\x4f\xd2\x39\xe7\xd7\x4c\ \x88\xbd\xeb\xbe\x60\xe5\x95\x64\x9f\xad\x7d\xe5\xcb\x3a\xae\x63\ \xd1\xe7\x1e\x44\x3c\x1f\xd9\x89\x31\xe6\x29\xd6\x5c\x60\x8d\xc5\ \xb8\x36\x13\x7d\x26\xeb\x14\x6b\x48\xf5\x0b\xbf\xe6\x2f\xb8\x33\ \x11\xc6\x50\xad\xae\xe2\x96\x96\x48\xbe\xf4\x30\xbb\xef\x7a\x27\ \xe2\x1a\x54\x27\xd7\x8a\x3e\xeb\x99\x07\xad\x35\x1f\xfc\xe0\x07\ \x39\x78\xf0\x20\x17\x2e\x5c\xe0\x03\x1f\xf8\x00\xdf\xf1\xee\x77\ \xf3\xe6\xaf\xff\x3a\xaa\xaa\xf2\xd3\xd1\x42\x80\xb5\x24\x0f\x3d\ \x4c\x79\xcb\x51\x6c\x9a\x7e\x55\x3b\x93\xba\xcc\xf5\xd2\x4f\xd1\ \xdb\xac\x63\xbf\xb3\x93\x76\xcd\xbf\xca\xce\xba\x83\x17\xc3\xfd\ \xbe\xf0\xb5\x9f\xaa\xa2\x3a\x74\x88\xf2\xd0\x21\x7a\x7f\xf5\xd7\ \x1e\xb2\xab\x9e\x1e\x0c\x51\x00\x51\x14\xf1\x87\x7f\xf8\x87\xfc\ \xcb\xf7\xbc\x87\xf7\xbd\xef\x7d\x7c\xe7\x77\x7e\x27\x77\xdc\x71\ \x07\x6f\x79\xcb\x5b\xf8\x9e\xef\xfe\x6e\xee\x0e\x99\x8e\x53\x0a\ \x7d\xfe\x3c\xdd\x8f\x7f\x9c\xec\xde\x7b\xb1\xbd\x1e\xa2\xa5\x53\ \x69\xad\xb5\xd6\x5a\xbb\x31\x9c\x89\x30\x86\x6a\x79\x99\xf1\x37\ \xbd\x83\xce\xe7\x3f\x4f\xfa\xc5\x2f\x3e\xed\x26\xb9\x8e\x22\x1e\ \x7d\xf4\x51\x7e\xee\xe7\x7e\x8e\xf7\xbe\xf7\xbd\x4c\x26\x63\xce\ \x9c\x39\xc3\x5b\xdf\xf6\x36\x3e\xf4\xe1\x0f\x61\x17\xd0\x3e\x4e\ \x6b\x06\x1f\xf9\x08\x7a\x67\x87\xd1\x3b\xde\xe1\xc5\xb5\xda\x08\ \xa8\xb5\xd6\x5a\x6b\xed\x79\xb1\x17\xa5\x01\x2f\xcb\x92\xdd\x7f\ \xf4\x8f\x58\xfe\xa5\x5f\x66\xe5\xb7\x7e\x9b\xd9\xeb\x5e\xe7\xcb\ \x52\x5f\xe1\xb2\xb7\xd6\xf2\xfa\xd7\xbf\x9e\x37\xbe\xe1\xf5\xbc\ \xf3\x9d\xef\x64\x65\x65\x85\x9f\xfa\xa9\x9f\x42\x29\xcd\xda\xda\ \x0a\x45\x59\xa2\x94\xc2\x45\x11\x7a\x7b\x9b\xe5\xdf\xfc\x00\xd9\ \xbd\xf7\x32\x7b\xdd\x6b\x91\x6d\x03\xaf\xb5\xd6\x5a\x6b\xed\xc6\ \x72\x26\x54\x15\xf9\x2b\x5e\xc1\xf6\x77\x7c\x07\xab\xbf\xf6\xeb\ \xec\x7e\xf3\x37\x33\x7e\xeb\x5b\xae\xd9\x3b\xa9\xcd\x39\x87\xb5\ \x96\x7f\xf5\x43\xff\x2d\x49\x92\x60\x8c\xe1\xf5\xaf\x7f\x90\x8b\ \x17\x2f\x70\xfc\xd1\x47\xf9\xe6\x77\xbd\x0b\x29\xa5\x6f\x35\x4a\ \xc5\xf2\x6f\xfd\x36\xe9\x43\xff\xc0\x99\x9f\xfe\x69\xaa\x95\x15\ \x64\x96\xb5\xab\xdd\x5a\x6b\xad\xb5\x76\x23\x39\x13\x11\x32\x90\ \xad\xef\xf9\x6e\x7a\x7f\xf9\x97\x1c\xf8\xe9\x9f\x26\x7f\xc5\x5d\ \x14\x47\x8f\x22\xa7\xd3\xeb\x7f\x9d\x10\xf4\xfb\xfd\xc6\xb9\x00\ \x7c\xeb\xb7\x7e\x2b\xa6\x86\x16\x0b\x81\xed\x76\xe9\x7d\xf4\xef\ \x58\xff\xf9\x9f\x67\xf4\xce\x77\x32\x7a\xd7\xbb\xda\xac\xa4\xb5\ \xd6\x5a\x6b\xed\x46\x74\x26\x9d\xb4\x43\x3f\x8e\xb1\xaf\x78\x05\ \x93\x9f\xfa\x49\x56\xbf\xff\xfb\x39\xf2\x3f\xfe\x4f\x3c\xf9\xef\ \xfe\x2d\xe2\xd6\x5b\x89\x9d\x6b\x1c\xce\xd3\x72\x4e\x42\x60\x81\ \x4c\x08\xd2\x4f\x7c\x9c\x5b\x7e\xec\xbd\x88\x63\xc7\x98\xfc\xf8\ \xff\x46\x77\x6d\x1d\x51\xb6\x90\xd2\xe7\xdb\xe2\x38\xa6\xdb\xed\ \x5e\x13\x84\xea\x9c\x23\x8a\x22\x7a\xbd\xde\x57\xe4\xdf\x6a\xed\ \xe5\x65\x9d\x4e\xd7\x97\x96\xaf\x71\x5e\xa5\x14\x74\xbb\xdd\x79\ \xb0\xd7\xda\x0d\x61\xbd\x7e\x9f\x24\x49\xae\x5a\xf3\x17\xd4\x99\ \xd4\x62\x56\xbf\xfb\x7b\xbf\xcb\xee\xf6\x36\x65\x55\x52\x26\x29\ \x47\xef\xbb\x87\x7f\xf1\x17\x7f\xc1\x2d\xdf\xf7\xfd\xfc\xee\x9b\ \xdf\xcc\xdf\x2e\x0f\xc0\x3a\xb4\xb3\x61\x62\xfb\xfa\x66\x84\xa0\ \x94\x92\xae\x73\xbc\xf3\xc2\x45\xbe\xe9\xc3\x1f\xe6\xd1\x8b\x9b\ \xfc\xda\x7f\xf1\x6d\x8c\xff\xd3\xef\xa0\xb2\x6b\xc8\x81\xb6\xb6\ \xef\x26\xa5\x64\x34\xda\x45\xcb\xab\x29\xc5\xe3\x38\xe6\x73\x9f\ \xfb\x2c\x5f\xfa\xf2\xc3\xec\x6c\x6f\x5f\x77\x8e\xa4\xb5\x97\x61\ \x34\xaa\x14\x67\xce\x3c\x49\x14\xed\xbd\x4a\x94\x52\xec\xec\x8c\ \xf8\xbf\x7f\xfd\xd7\xd9\xdc\xbc\xe8\x75\xdc\xdb\x09\xf6\x1b\x63\ \xcd\xb5\xe6\xf4\xe9\x53\xc4\xf1\x5e\x87\xf2\x82\x67\x26\xce\x39\ \x3e\xf9\x89\x8f\x73\xea\xe4\x49\xb2\x59\x06\x52\x60\x3b\x1d\x4e\ \xde\x77\x2f\x3f\x7c\xfc\x38\xdf\xfc\xd0\x43\xcc\x7a\x5d\xfe\xbf\ \x8d\x75\x1e\x1b\xf4\x99\x49\x89\xb6\x16\xe9\x1c\xd2\x79\xb6\x7d\ \x27\xc0\x48\x89\x11\x82\xa5\xaa\xe2\xbe\xdd\x5d\x6b\x6b\x92\x50\ \x00\x00\x20\x00\x49\x44\x41\x54\xde\x75\xee\x02\x6f\x2a\x2b\x3e\ \xba\x34\xe0\xdf\x3f\x70\x1f\x7f\x7f\xe2\x71\xf4\xc3\x0f\xb5\x1b\ \xf8\x05\x5c\x57\xa5\x14\x69\xa7\x43\x74\x05\x3a\x2f\x8a\x22\x4e\ \x9c\x38\xc1\xd9\xb3\x67\xd8\xbc\x78\xb1\xe5\xd7\xba\xc1\xd6\x3d\ \x4d\x53\x06\x83\x25\xcf\xa1\xb5\x10\x5c\x4c\xa7\x53\xfe\xe6\x6f\ \xfe\x9a\x53\x27\x9f\x68\x86\x13\x5b\xbb\x31\xd6\xdc\x57\x1a\xfa\ \xe8\x28\x6a\x1c\x8a\xd8\xdd\xd9\x1e\x01\xfd\xfd\x2f\x7b\x44\xfc\ \xc9\x07\xff\x88\xff\xe7\x37\x7e\x93\x24\x49\xae\xca\x50\xca\xb2\ \xf4\x1b\x0c\x3f\x50\x97\x4b\xc9\xe1\xe9\x94\x7f\xfa\xe8\x63\xbc\ \xfd\xf1\x13\x14\xc6\xf0\xf0\xea\x0a\x9f\x39\x74\x88\x53\xcb\xcb\ \x5c\xe8\xf5\x18\xa5\x09\xd2\x39\x96\xb3\x8c\x83\xa3\x11\xb7\x6e\ \x5d\xe6\x0d\xe7\xce\x73\xc7\xce\x2e\xa3\x6e\x87\x3f\x7a\xc5\x9d\ \xfc\xc9\xd1\xa3\xec\xc6\x31\x49\x3b\x53\xf2\xe2\x6c\x34\xb8\x6a\ \xbd\x17\x37\x61\x51\x14\x6d\x9e\x78\x03\xae\xb9\xd6\x1a\xad\xf5\ \x55\x59\xa9\x10\x82\xa2\x28\xb0\xd6\xb6\xeb\x7e\x83\x99\x10\x82\ \x78\xa1\xdc\xf5\xe2\x70\x73\x05\xcf\xb6\x18\xc1\xa6\xc0\x76\x9a\ \xf2\x6b\x2b\x2b\x7c\xe4\xf6\xdb\xf8\x9a\x53\xa7\x79\xe3\xe9\x27\ \xb9\xfb\xf8\xa3\xa4\x55\x85\xb2\x76\x0e\x1d\x16\x82\x52\x29\x32\ \xa5\xb8\xd0\xef\xf3\x9b\xaf\x7d\x0d\x9f\x3c\x7a\x84\xf3\x83\x01\ \x0a\x18\x5a\xdb\x92\x8c\xbe\xc8\x91\xcb\xf5\x36\x5f\x9a\xa6\xed\ \x03\xfa\x2a\x5a\x77\xe7\x1c\x71\x2b\x99\xfd\x55\xb1\xe6\xfa\xa5\ \xb4\xf1\xb4\x31\x38\xe0\xc4\xea\x2a\xc7\xd7\xd7\xf9\x83\x7b\xef\ \x61\x63\x32\x61\x65\x3a\xa3\x57\x16\xe8\xc0\x2e\x58\x68\xc5\x28\ \x4e\xb8\xdc\xed\x70\xa1\xdf\x67\x1a\x45\x44\xd6\xa2\x43\xa6\xd3\ \xe6\x24\x2f\x3f\x47\xd3\x5a\xbb\xe6\xad\xbd\xbc\x4d\xbf\x14\x37\ \x97\x32\x06\x65\x0c\x13\xad\xd9\x5d\x59\xc1\xac\xae\xe2\x16\xe4\ \x5a\x05\xf8\x1e\x8a\xb5\x68\xe7\x48\x16\x84\xaf\xda\x6d\xfb\xa2\ \xdd\x18\x0d\x19\xe7\xf5\xd6\xdc\x93\x77\xb6\xc5\x8e\x1b\xcd\x51\ \x3c\x55\x0f\xac\x6d\xbc\xdf\x98\x6b\x2e\xae\x71\xd6\x5f\x14\x67\ \x12\x3f\x95\xd4\xee\x33\xb1\x16\x66\xfa\x92\xdb\x64\x55\x55\x5d\ \x3b\xeb\xd4\xba\x85\x05\xdf\xa0\x56\xeb\x0b\x5d\x69\x42\x08\xe2\ \xb6\xac\x79\x43\x9a\xb5\x16\x63\xcc\x8b\x57\xe6\xaa\x19\x7f\x7f\ \xf0\x07\xdf\x43\xa7\xdb\xbd\xe6\x06\x6c\xed\xe5\x69\x51\x14\x71\ \xe6\xcc\x19\x7e\xfe\x7d\xff\x91\x6e\xb7\xb7\xe7\xff\x66\xb3\x19\ \xdf\xf6\x6d\xdf\xce\xd7\x7d\xfd\xd7\x33\x9b\xcd\xda\x87\x75\x03\ \x59\x92\x24\xbc\xff\xfd\xbf\xc8\xa9\x93\x27\xe9\x74\x3a\xcd\xe5\ \x52\x96\x25\x87\x0f\x1f\xe6\xfb\xbe\xff\x5f\xb4\x5a\x24\x37\x98\ \x75\x3a\x1d\x3e\xf6\xb1\x8f\xf1\x3b\xbf\xfd\x5b\x2c\x0d\x87\x2f\ \x6e\x03\x3e\x8e\x63\x92\x24\x69\x9d\xc9\x0d\x64\x71\x9c\x20\x80\ \xc7\x1f\x7f\x9c\xa3\x37\x1f\x65\x79\x65\x65\xcf\xfa\x6a\xad\x49\ \xd3\xb4\x5d\xf3\x1b\xf0\x62\xb9\x70\xee\x1c\x67\x9e\x7c\x92\x63\ \xb7\xdd\x8e\x52\xf3\x39\xa3\x1a\x70\xd1\x42\xc1\x6f\xbc\x35\x2f\ \xf2\x8c\x13\x27\x1e\xe3\xae\xbb\xee\xa6\xd3\xed\xfa\x44\xe1\xc5\ \x2a\x87\xd4\xbf\x5a\xbb\x31\xcc\x39\x8b\xb5\x96\x22\xcf\x29\xae\ \x21\x62\x55\x73\xab\xb5\x6b\x7e\xa3\xad\xbb\x57\x3e\xf5\x72\xd9\ \x96\x2b\x89\xc8\xdb\x35\xbf\x31\xd7\xdc\x18\x43\x9e\xe7\x94\x65\ \x49\x37\x0c\xa3\xb7\x21\x43\x6b\xfb\x6a\xe2\x29\x9a\xf0\xad\xb5\ \x6b\xde\xda\x8d\xbb\xee\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xed\x39\ \x5b\xeb\x4c\x5a\x6b\xad\xb5\xd6\x5a\x6b\x9d\x49\x6b\xad\xb5\xd6\ \x5a\x6b\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xad\x75\x26\xad\xb5\xd6\ \x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\xb5\xd6\x5a\x67\xd2\ \x5a\x6b\xad\xb5\xd6\x5a\xeb\x4c\x5a\x6b\xad\xb5\xd6\x5a\x6b\x9d\ \x49\x6b\xad\xb5\xd6\x5a\x6b\xad\xb5\xce\xa4\xb5\xd6\x5a\x6b\xad\ \xb5\xd6\x99\xb4\xd6\x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\ \xb5\xd6\x5a\x67\xd2\x5a\x6b\xad\xb5\xd6\x5a\x6b\xad\x33\x69\xad\ \xb5\xd6\x5a\x6b\x6d\x9f\x4c\xbf\x94\xde\x8c\x52\x8a\x28\x8a\x16\ \xfe\xc5\x05\x69\x71\xd1\xe8\x22\x48\x29\x11\x81\x3f\xdf\x39\x87\ \x14\x12\xc4\x5e\x5d\xf9\x67\x43\x87\xed\xf0\xda\xf2\xcf\xc6\xac\ \x73\x38\x6b\x11\x52\x22\x5f\x20\x2a\xee\xfa\xd3\x3a\xe7\x9a\xf7\ \x6d\x9d\xdb\xfb\xf3\xc5\xc2\x0b\x85\xb8\xe6\xe7\x7b\xda\xba\xec\ \x42\xe0\xac\x43\x08\x28\x8a\x62\x5f\x45\xae\x94\x92\x18\x63\x91\ \x52\xe0\x9c\xd7\xc0\x10\x42\x10\x45\x11\x52\x4a\xaa\xaa\xa2\xaa\ \x2a\x94\x56\x38\xbb\x57\x0b\x27\x8e\x63\xa4\x94\x8d\xc6\x42\x55\ \x55\x28\xa5\x9a\x7f\xab\xf7\x4d\xbd\x87\x10\xe0\xac\x6b\x1e\xcf\ \x9e\xe7\x29\x40\x20\x9a\xaf\xad\x7f\x46\x23\xf6\x54\xef\x93\x85\ \xe7\x55\xd3\x70\x4b\x25\xb1\xc6\xee\xd1\xef\xa8\x5f\x77\xa5\x9e\ \x47\xbd\x7f\x85\x10\x0b\xc2\x51\xf3\xbd\x2e\x84\xc0\x18\xe3\xa3\ \x3d\x29\x1b\xb9\x63\xe7\x1c\x08\x50\x52\x81\x00\x6b\x2c\x42\x0a\ \xac\xb1\xcd\xf7\xad\xcf\x47\xfd\xb5\xd7\x3b\x37\x20\x1a\x69\xf6\ \x45\x09\x56\xad\x15\xd6\x3a\xc0\x21\xa5\x6a\xde\x7b\xfd\x9a\x7d\ \x8b\x62\xa5\x44\x2b\x85\xb1\x06\x1c\x48\xa5\x50\x4a\x02\x62\xfe\ \xbc\xc2\x7b\x35\xd6\x84\x67\x03\x4a\x69\x94\x94\x38\xc0\x5a\x13\ \x9e\xa3\x0c\x2f\xb7\x54\x95\x41\xd4\xcf\x18\x07\x0e\xcc\xc2\x1e\ \xa8\xbf\xaf\x5f\x7c\xd1\x3c\xb3\x7a\xaf\x2c\x9e\x8b\xf9\xfa\xfa\ \xd7\x4a\x29\x10\xc2\x3f\x53\xad\x15\x55\x65\x9a\x9b\xc3\x86\xf7\ \x18\x8e\x4a\xb3\xbb\xea\xf3\x59\xff\x6c\x21\xe7\x6b\xee\x9c\xc3\ \x1a\x8b\x54\xca\xbf\x46\x0a\x94\x54\xfe\x7d\x23\xfc\x59\xbe\x62\ \x93\xba\x85\xbd\x72\xe5\x1e\x14\xf5\xde\x5e\xa0\x86\xbf\xf2\x5e\ \x9c\xef\x69\x0b\xae\x7e\x4e\xfe\x99\xd4\x7f\xae\xdf\xb3\x75\x96\ \xb2\xac\x5e\x7e\xce\x44\x4a\xc9\xf6\xf6\x0e\x67\xcf\x9e\x41\x4a\ \x85\x10\x20\x84\x44\x08\xb0\xd6\xd1\xe9\x74\x88\xa2\x88\xd9\x6c\ \x4a\x55\x56\x48\x2d\x88\xe3\x98\xc9\x64\x82\x40\xa0\xa3\x08\x29\ \x04\xc6\x58\xf2\xbc\x40\x69\x85\x14\x12\xe7\x2c\x02\x87\xa8\x0f\ \xad\x5b\xd8\x2c\x42\x20\xfc\x0d\xe2\x7f\xaf\x97\xca\x85\x17\xd6\ \x0f\x7f\xcf\xc2\x2d\xdc\xcf\xf8\xc5\x4b\x92\x98\x38\x89\xc9\x66\ \x19\x79\x9e\x87\xaf\x6b\x76\x15\x7b\xbe\xc1\xc2\x37\x12\xf5\x05\ \x1f\x7e\xf4\x9e\x4b\x67\xcf\x45\xb6\xa8\x1b\xe0\x17\x3a\xd2\x1a\ \x63\x0d\x69\x92\x62\x8c\xc1\x58\x4b\xb7\xdb\x25\xcb\xb2\xe6\x52\ \x72\xce\x6f\xcb\x7a\xb3\x38\x1c\x02\xd1\x1c\x1a\x21\x45\xf3\xcc\ \xc0\x1f\x5a\x21\x84\x7f\x6e\x61\xe7\xd6\x17\x98\x35\x96\x38\x8e\ \x31\xd6\x70\xe4\xc8\xcd\xf4\x7a\xbd\x7d\x71\x28\xd6\x5a\x46\xa3\ \x31\x4b\x4b\x4b\x4c\x26\x53\xb4\x56\xf4\x7a\x7d\xca\xb2\xe4\xe4\ \xc9\x53\x94\x45\xc1\xca\xca\x0a\x6b\x6b\x6b\x5c\xb8\x70\x91\xb5\ \xb5\x35\x2a\x5b\xa1\x94\x26\x49\x62\x4e\x9e\x3c\xc9\x68\x34\x22\ \xd2\x11\x4b\x4b\x4b\xac\xae\xad\xb1\xbb\xbb\x4b\x51\x16\x28\x29\ \x49\x92\x84\x24\xf6\xaa\x9e\x71\x12\xe3\x9c\x23\x8a\x22\x7f\x90\ \x17\x9c\x84\x5f\x58\x7f\x79\x4d\x27\x13\xe2\x38\x46\x47\xb1\xdf\ \x1b\x52\xfa\x25\xaa\x9d\x52\x08\x1e\x8c\x31\x58\x6b\xa9\xca\x8a\ \xd1\xe5\x11\xbd\x5e\x8f\x7e\x7f\x10\x9c\xe2\xfc\x72\x12\x21\xe0\ \x59\x74\xfa\x22\x5c\x40\xb3\x59\x16\x9c\x91\x42\x49\x49\x5e\xe4\ \x98\xca\xb0\xb4\x34\x40\x29\xc5\x64\x3c\xe6\xd2\xe6\xa6\x7f\xff\ \x71\x8c\x03\x26\xe3\x09\x95\xa9\xe8\xf7\xfa\x64\x79\x46\xbf\xdf\ \xf7\x0e\xde\x58\x8c\x35\x14\x45\x81\x10\x82\xd9\x6c\x4a\x9a\xa6\ \x28\xa5\xc9\x83\x68\x59\x92\xc4\x68\xad\xa9\x2a\xd3\xbc\xbf\x6e\ \xb7\xcb\xf2\xf2\x32\x71\x1c\x73\xf6\xcc\x25\xa2\x38\x26\x8a\x34\ \x5b\x5b\x5b\xa4\x69\x87\xaa\xaa\xe8\x0f\xfa\xac\x2c\x2f\xef\xcb\ \x9a\x0b\x21\x18\x4f\xa7\x6c\x5d\xde\x66\xb8\xb4\x84\x40\xb0\xb3\ \xb3\xc3\x74\x3a\xc5\x39\x87\x52\xca\xbf\xd7\x34\x25\x8e\x23\x86\ \xc3\x65\xef\x18\x8d\x61\x7b\xfb\x32\xd3\xe9\x14\x01\xf4\x07\x03\ \x84\x90\x7e\xad\xc3\x7e\x58\x5d\x5d\xc3\x98\x8a\xa2\x28\x11\x02\ \xa4\x54\xf4\x7a\x5d\x62\xad\x82\x53\xf1\x77\x4d\xbd\xd6\x59\x96\ \x31\x09\xeb\xdd\xed\xf6\xea\x6d\x10\x1c\x1b\x18\xe3\x1d\x94\x94\ \x82\xd1\x68\x44\x51\x14\x0c\x87\x43\xce\x9c\x39\xc7\xca\xca\x4a\ \xf3\x9a\xc1\xa0\x3f\x3f\x4f\xd6\x36\x41\x4d\xed\x1c\xf2\xa2\x44\ \x49\x49\x59\x56\xec\x8e\x26\x20\x20\x4d\x53\xba\xdd\x94\xad\x4b\ \x97\xb1\xd6\x92\x17\x05\xe3\xf1\x88\x24\x8e\xfd\xdf\xf3\x7c\xe1\ \xc2\xf7\x7b\x46\x29\x15\x7e\x8e\x6c\x82\x84\xa2\x28\xc2\x5e\x34\ \x44\x71\x84\x35\xfe\xe7\xb3\xe8\xa0\x6a\x47\x2b\x05\x08\x41\x9c\ \xa4\x68\xa5\x28\x8a\x12\xf0\x67\xa2\xaa\x2a\xa4\x94\xc4\x51\x1c\ \xf6\x5b\xc2\x81\x8d\xd5\xa7\x1d\x9c\xbf\x64\x9c\x49\xb7\xd7\xe5\ \x4f\x3f\xfc\xa7\xfc\x9b\x1f\xfb\x37\xf4\x7a\x7d\x10\xa0\x43\x84\ \x59\x19\xc3\x83\xaf\x7b\x1d\x69\x9a\xf2\x89\x4f\x7c\x82\xb2\x2a\ \x89\x12\xb8\xed\x8e\x63\x5c\xbe\xbc\xcb\xc5\x0b\x17\x31\xd6\x72\ \xe8\xe0\x4d\xa4\x49\x97\x13\x27\x9e\x60\x73\x73\x8b\x7e\x7f\x80\ \x12\x16\x25\x0d\x5a\x6a\x6c\x88\x5e\xeb\xea\x9e\x77\x56\xb2\xd9\ \xe0\xd6\x5a\xa4\x90\x3e\x5a\x0a\x99\x92\xb5\x76\x4f\xa4\x5a\x5f\ \x26\x65\x69\x89\xb5\xc4\x96\x05\xb7\x1d\x3b\xca\x6b\x5e\xf5\x2a\ \x1e\x7b\xfc\x71\x8e\x1f\x3f\x4e\x9c\x76\x70\x32\x22\x2f\x4a\x8c\ \xb3\x38\xaa\xc6\x99\x59\x6b\xfd\x86\x10\x02\x25\x25\x08\xd1\x44\ \x58\xb1\xd4\xc8\xe0\xbb\xea\x88\xb2\x89\x50\xc3\x82\x1a\x6b\xd1\ \xce\x60\xf3\x8c\x6e\xbf\xcf\xc1\x8d\x0d\x2e\x6c\x6d\x31\x18\x2c\ \x31\x5c\x5a\xe1\xf8\x63\xc7\xa9\x8c\x45\x49\x45\x5e\x96\x48\xad\ \x31\x42\x60\x8d\x69\xde\x7f\x55\x55\x08\x21\x48\x92\x84\x6e\xa7\ \xc3\x68\x34\x42\x47\x1a\x63\x0a\x1f\xa1\x48\x89\x31\x06\x29\x25\ \x65\x51\x90\xe5\x39\x69\x92\xb0\x34\x1c\x92\xe7\x19\xff\xe1\xff\ \xfc\xbf\x78\xed\xeb\x1e\x7c\xce\x7a\xee\x42\x08\xca\xb2\xe4\x91\ \xe3\x8f\x72\xdf\x7d\x0f\xb0\xbd\x33\x62\x63\x63\x83\xb5\xd5\x0d\ \xce\x5f\xb8\xc0\x07\xff\xe0\x8f\xf9\xe0\x1f\xfe\x11\xff\xe4\x9f\ \xfe\x13\x7e\xf4\x5f\xff\x6b\x1e\x7b\xe4\x09\x3e\xf5\xc9\xcf\xf3\ \x96\xb7\x7e\x03\x47\x0e\x1f\xe6\x4b\x5f\x7e\x88\x1f\xff\xf1\xff\ \x95\x27\x9e\x78\x82\xaf\xff\xba\x37\xf3\xcf\xfe\xd9\xbb\xb9\xff\ \xbe\xd7\xf0\xc5\xcf\x7f\x98\x3f\xfc\x93\x3f\xe0\xcd\xdf\xf0\x75\ \xdc\x7f\xcf\xbd\xc4\x2a\xe2\xe4\x89\x27\xb8\xef\xfe\xfb\x31\x95\ \x61\x63\xfd\x00\x71\x1c\x83\x96\xcd\xda\x4a\x04\x18\x8b\xad\x2a\ \x3e\xf9\x89\x4f\x72\xf0\xb6\xdb\x59\x3f\x74\x10\x63\x0d\x4a\x6b\ \x9c\x04\x67\xfd\x73\xad\x2f\xbd\xd9\x64\xca\x64\x32\xe5\x53\x9f\ \xfa\x24\x5f\x7e\xf8\x61\xde\xf6\xb6\xb7\x71\x70\xed\x00\xc3\xe1\ \x10\x9d\xc6\xe4\x45\x81\x52\x8a\x38\x8e\xf7\x64\x23\x65\x59\xa1\ \xb5\x62\x36\x9b\xf1\xa9\x4f\x7f\x8e\xcd\xcd\x4b\xf4\x7a\x3d\x70\ \x16\x21\xe0\xd4\xc9\x93\xfc\x37\xdf\xf9\x5f\x33\xde\xdd\xe5\x73\ \x9f\xfe\x0c\x9f\xf8\xc4\xc7\xc3\x7a\xf9\x8b\xfd\x13\x9f\xf8\x04\ \xd3\xe9\x94\xfb\xef\xbf\x9f\xd1\x68\xc4\x9b\xde\xf4\x26\x56\x57\ \x57\x39\x7e\xfc\x38\x1f\xfd\xe8\x47\xd9\x1d\xed\x32\x9e\x8e\xf9\ \xf4\xa7\x3f\xcb\x03\x0f\xdc\xc7\xf2\xf2\x32\x67\xce\x9c\xe1\xd1\ \xc7\x4e\x70\xf0\xc0\x3a\x37\xdf\x7c\x33\xdb\xdb\xdb\xec\xee\xee\ \x02\x96\x57\xbf\xfa\x35\xbc\xfa\xd5\xaf\x65\x30\xe8\xf1\xb7\x7f\ \xf3\x71\xd6\xd6\x56\x59\x5b\x5b\x67\x6b\xeb\x32\xc3\xe1\x90\x6e\ \xb7\xcf\x83\x0f\xbe\x96\x37\x7e\xed\x83\xd8\xe2\xb9\x3b\x93\x24\ \x8e\xf8\xf0\xdf\x7e\x9c\x0f\xfd\xe5\xdf\xf0\x9a\xfb\x1f\x60\xa9\ \x3f\xe0\xf4\x89\x27\xf8\xad\x0f\x7c\x80\x9d\x9d\x5d\xee\xbc\xeb\ \x4e\x5e\xf9\xea\x57\xb3\xbd\xbb\xc3\xc6\xc6\x01\xee\xbe\xe7\x5e\ \x56\x96\x97\xc9\xb3\x09\xff\xef\x6f\xfc\x06\x9f\xfc\xd8\x47\x89\ \xe3\x84\x37\x7e\xcd\xd7\xf2\xe0\x1b\xdf\xc8\x97\x1e\x39\xce\x99\ \xf3\x17\x38\x76\xeb\xad\xbc\xf3\x9d\xdf\x84\x73\x70\xe9\xd2\x25\ \xee\xbb\xef\x1e\x3a\x49\xc2\x4d\xb7\xde\xc9\x81\x95\x1e\x97\x77\ \xc6\x28\xa5\xe8\xf5\x3a\xd8\xa2\xc4\x18\xc3\xe3\x8f\x3f\xce\x17\ \xbe\xf8\x10\x87\x0f\x1f\xe6\x75\xaf\x3b\x4a\x1c\x27\x00\xf4\xfa\ \x5d\x94\x14\x14\x85\xe1\xc2\xf9\x4d\xb6\xb6\x2e\x51\x14\x8e\x53\ \xa7\xce\x73\xfa\xf4\x79\xfe\xea\xaf\xfe\x9a\x37\xbe\xf1\x0d\xdc\ \x77\xdf\x7d\xf4\xfb\x03\x6e\xbd\xf5\x76\x9c\x00\x6b\x0c\x45\x59\ \x61\x85\x25\x8e\x35\x52\x6a\x90\x82\xd1\x74\xc6\x6c\x52\xf0\x85\ \x8f\x7f\x8a\xc7\x1e\x3f\x41\x5e\x14\xa4\x69\xca\x3b\xde\xf1\x16\ \xce\x5c\x9e\x12\x69\xcd\xf1\xe3\x8f\xf3\x57\x7f\xf1\xe7\x14\x59\ \x46\x36\xcb\x38\x7b\xf6\x34\xf9\x2c\x07\xeb\x23\x9e\xfa\x3e\x3a\ \x70\xe0\x20\x71\x1c\x05\x67\x98\x33\x9d\x4e\xf9\xf2\x97\x1f\xa2\ \x32\x05\x47\x8e\x1c\x66\x36\x9b\x71\xe1\xc2\x05\x00\x96\x97\x97\ \xe9\xf5\x7a\xec\xec\xec\x30\x1e\x8f\x59\x5f\x5f\xa7\xbb\xbc\xcc\ \xc1\xa3\x47\x31\x65\xc5\x64\x3c\xa5\xd3\xe9\x60\x2a\xc3\xe5\x4b\ \xdb\x74\xbb\x5d\x92\x38\x41\x49\xcd\x2d\xb7\xde\xc2\x8f\xff\xd8\ \x8f\x90\xa6\x4f\x4f\x62\xfd\x25\xe3\x4c\x9c\xf5\x29\x76\xbf\xdb\ \x23\x4d\x13\x4c\x55\xf9\xa8\xd8\x5a\x62\xad\x39\x73\xfa\x49\xaa\ \xaa\xa2\x2c\x0a\x04\x90\xcd\x0a\x8e\x7f\xf9\x31\x8e\xde\x7c\x94\ \x3b\x6f\xbf\x93\xe3\x8f\x1e\xe7\xdc\xd9\xb3\xbc\xfa\x95\xaf\xe5\ \x6b\xbf\xe6\x8d\x7c\xea\x93\x9f\x66\x7b\x67\x07\x15\x29\x94\x52\ \x38\x07\x51\xa4\xe9\x74\x3a\x48\xa9\x9b\x88\x7f\x31\x8f\x94\x52\ \xa2\xb5\xa6\x2c\xcb\x3d\xe9\xa3\xd6\x7a\x6f\xa4\x89\xa0\x72\xa0\ \x05\xe4\xd3\x09\xd3\xe9\x0c\x07\x6c\x6c\x6c\x70\xea\xf4\x69\xb2\ \x3c\x43\xc5\xbe\xac\x20\x1d\x08\x27\x10\xb6\x8e\xc4\x41\x86\x7c\ \x41\x48\xc2\x7b\xf3\x19\x94\xad\x2a\x6c\xc8\x42\x6a\xe7\x15\xc7\ \x31\x65\x59\x52\x86\xa8\x01\xa0\xb2\x96\xa2\x2c\xb9\x65\x7d\x9d\ \xdd\xf1\x84\x5e\xaf\xcf\xcd\x47\x8f\x72\xfc\xcb\x8f\x22\x84\xcf\ \xd8\xa4\xd2\xe8\x38\x46\x46\x31\x42\xf9\x4b\x33\x8a\xa2\xa6\x04\ \x54\x7f\xbe\x4e\xa7\x43\x7f\x34\x22\x8a\x22\xb4\xf6\x69\xbc\x94\ \x12\x63\x2a\xac\x75\x4c\xa7\x53\xa4\xf4\x65\x97\x24\x49\x99\x4c\ \xc6\xfe\x02\xde\x8f\x35\x77\x0e\xad\x35\x37\xdd\x74\x13\x42\xc0\ \x2d\xb7\xdc\xc2\x70\x38\x64\x73\x73\x93\xe3\xc7\x1f\xc1\x58\x43\ \x7f\xd0\x67\x7b\x7b\x9b\x87\xbf\xf4\x30\x4a\xf9\x12\xc3\x47\x3e\ \xf2\x11\xbe\xfb\x7b\xbe\x8b\xf3\xe7\xcf\x11\x45\x9a\x7e\xbf\xcf\ \x1b\xde\xf0\x06\x36\x36\x36\xb0\xae\x62\x7d\x63\x83\x95\x95\x15\ \x4e\x3c\xfe\x38\x93\xdd\x11\x0f\xdc\x73\x2f\xbb\xa3\x11\xe7\xcf\ \x9d\x63\x79\x65\x99\xd9\x74\x4a\x14\xc7\xa8\x85\xe7\x5c\x0b\xce\ \x2a\xad\x59\x59\x59\x21\xcb\x33\x84\x12\x54\x45\x45\x65\x0d\x3a\ \x8e\x90\x08\x8a\xa2\x20\xcf\x73\x92\x24\x21\x4d\x53\x3a\x9d\x8e\ \x77\x6c\x0f\x3d\x44\x7f\x69\xe0\x83\x85\x38\xa2\x2c\x4b\xa4\x94\ \x7b\x4b\x1a\xa1\x7c\x27\xe5\xbc\x04\xa1\x94\xe4\xcc\x93\x67\xe8\ \xa4\x29\xc7\x6e\xbb\x95\x3c\x9b\xf2\x99\x4f\x7f\x9a\xd7\xbc\xfa\ \x55\x98\x32\xa7\xdb\xed\x70\xec\xd8\x31\x00\x3e\xf4\xa1\x0f\xb3\ \xbc\xbc\xc2\x83\x0f\x3e\xc8\x89\x13\x27\x98\x4e\xa7\x0c\x87\x43\ \xca\xb2\x64\x69\x69\x89\xfb\xef\xbf\x9f\x4f\x7f\xea\xd3\xbc\xe2\ \x15\xaf\xe0\xa1\x2f\x3d\x44\x92\x44\x58\xeb\x4b\x6f\x2b\x2b\x2b\ \x74\xd2\x33\x44\x51\xc4\xcd\x37\xdf\x4c\x1c\xc7\x21\x12\x85\x0b\ \x17\x2e\xf0\xd9\xcf\x7e\x96\xa2\xc8\xb1\x16\xc6\xe3\x11\xd3\xe9\ \x8c\x37\xbf\xf9\x1b\xb8\x78\xf1\x22\x9d\x4e\x8f\x34\x4d\x61\x9f\ \xe4\x77\x85\x90\x8c\xc7\x23\x8a\x3c\x67\x96\xcd\x48\x75\xc4\x60\ \xd0\xe7\xc0\x81\x03\x64\x59\xc6\x4d\x37\xdd\xc4\xdb\xdf\xfe\x36\ \x1e\x7f\xe2\x04\x8f\x1c\x3f\xce\x64\x32\xe6\xde\x7b\x5e\xc1\x27\ \x3f\xfe\x31\xce\x9c\x7d\x92\x5e\xaf\xc7\x6d\xb7\xdd\xc6\x1d\x77\ \xde\xc1\xbb\xde\xf5\x2e\x4a\x63\x78\xec\xc4\x13\x74\x3a\x29\x8f\ \x3d\xf6\x18\xc3\xe5\x65\x2e\x5e\x38\x47\xfa\xda\x57\x33\x99\x8c\ \x79\xec\xf8\x23\x24\xf7\xdd\x83\xd2\x9a\x38\x94\xd1\x95\xf6\xf7\ \xc2\xda\xda\x1a\xdd\x6e\x17\xad\x75\x28\x29\xfa\x35\xab\x4a\x83\ \x55\x02\xad\x15\x83\x41\x9f\xf1\x78\x44\xa7\xd3\xa1\x2c\x4b\xbe\ \xf0\x85\x2f\xe0\x9c\x25\xcb\x32\xa4\x94\xac\xae\xae\x51\x14\x25\ \x79\x51\xe0\xf0\x95\x8a\x6e\xa7\x83\xc5\x61\x8c\xc5\x54\x8e\x5e\ \x92\x72\xf1\xfc\x25\x4e\x9e\x7c\x02\x25\x25\x5a\x2b\x10\x8e\xbf\ \xf8\x8b\xbf\x26\xd6\x11\x5f\xff\xf5\x6f\x62\x38\xe8\xb1\x75\xf1\ \x3c\x1f\xfb\xbb\x8f\xa2\xb5\xe0\x81\x07\x1e\x60\xe7\xf2\x0e\xa7\ \x4e\x9e\x22\xd2\x11\xcb\x2b\x2b\xcc\x66\x53\x5e\xfd\xea\x57\x71\ \xfe\xfc\x79\x76\x77\x77\x39\x77\xee\x1c\xcb\xcb\x2b\x2c\x0d\x87\ \xcc\x66\xfe\x6c\x26\x49\xc2\x60\x30\xa0\xaa\x2a\xba\xdd\x6e\x73\ \xe6\xfb\xfd\x3e\xab\x6b\xab\x1c\x3c\x72\x33\xc3\xd5\x35\x9e\x38\ \x71\x02\xe1\x1c\xbd\xb4\xc3\xa5\xad\x2d\x7a\x7d\x7f\xf7\x0a\xa9\ \x58\x5b\x5b\xe7\xe6\x5b\x6e\x46\x2a\xf1\xb4\xd7\xfd\x25\xe3\x4c\ \x84\x10\x98\xd2\x90\x4d\xa6\xa8\x50\x13\x90\x21\xbd\x2b\x8b\x8a\ \xad\x8b\x9b\x14\x45\x81\x94\x92\xb4\x93\x90\x97\xa0\x50\x3c\x79\ \xf2\x0c\x77\xde\x79\x17\xf7\xdc\x79\x37\x27\x4f\x9e\xe2\xc9\x53\ \x4f\x70\xe7\x9d\x77\xf2\x86\x07\x5f\xc3\xf1\xe3\x8f\xb1\xbb\xbb\ \x4d\x9c\x68\xe2\x28\xa1\xaa\x2a\x8c\xb1\x28\xa5\x43\x29\xc2\x97\ \xa3\x16\xb3\x0e\xad\x35\x5a\x6b\xa2\x28\x22\x49\x12\x5f\x42\x0a\ \x51\xbd\xff\x65\x91\x52\x21\x75\x8c\x74\x16\xb5\x34\x40\x0a\xd7\ \x44\x0d\xfd\x7e\x9f\xc1\x70\x19\x1d\x75\x40\x4a\x22\x01\x91\xf3\ \xe9\x26\xf8\x72\x91\xd2\x7e\x71\x05\x02\xeb\x7c\xb9\xa4\x32\x06\ \x9d\xc6\x70\x55\x6d\x1b\xca\xb2\xdc\x93\x21\x6d\x9e\x3f\xcb\xc6\ \xf2\x10\xe7\x20\xed\x76\x39\x7a\xf4\x16\x8a\xa2\xe4\xe0\x4d\x07\ \x39\x28\x6e\xc2\x86\x5a\xac\x01\xe2\x34\xf5\x7f\x5f\xa8\xe5\x1b\ \x63\x9a\xbe\x47\x55\x55\xde\x59\x95\x25\xc6\x94\x4d\xdf\x61\x36\ \x9b\x21\x84\x68\x36\xa5\x31\x86\x9d\x9d\x5d\x66\xb3\x59\x28\x8b\ \xed\x5f\x79\xf3\xc8\x91\x9b\xb9\xf5\xd6\x5b\x9a\x72\x5e\xa4\x35\ \x42\x08\x1e\xfe\x87\x87\x30\xc6\x30\x1c\x0e\xa9\xaa\x8a\xc3\x87\ \x0f\xb3\x3b\x9e\xf2\xc5\xbf\xff\x3c\x3f\xfb\x33\xff\x9e\x7b\xee\ \xb9\x8b\x83\x07\x0f\x72\xf2\xe4\x29\x84\x90\x9c\x3b\x77\x8e\x8d\ \x8d\x43\x2c\x0d\x06\x7c\xfb\xb7\x7f\x1b\x1f\xfa\xd0\x9f\xb0\xbd\ \xbd\xcd\xd6\xe5\xcb\x18\x63\xd8\xdc\xdc\xe4\xc8\xcd\x47\xe8\x84\ \x03\x66\x8c\xa1\xb2\x86\x48\x47\xf3\x90\x42\x29\x56\x56\x56\x78\ \xe4\x91\x47\x38\x78\xe8\x20\xc6\x5a\x94\xd0\xa1\x66\x2e\x9b\x72\ \x93\x92\x12\x94\xa3\xcc\x4b\x0e\x1f\x3e\xec\x33\x39\x04\x9d\x6e\ \x87\xd9\x64\x42\xda\xeb\xfa\x1e\x5a\xc8\xf2\x8c\x31\x7b\x32\x14\ \xff\xec\x4b\x36\x36\xd6\xb9\xff\xfe\x7b\xc9\xb3\x9c\x8d\x03\x1b\ \xfc\xdd\xdf\xfe\x0d\x4a\x49\x1e\x3d\xfe\x08\xb7\x1d\xbb\x95\xf5\ \xf5\x35\x66\xb3\x09\x69\xd2\xe1\xce\x3b\xee\xe4\xe2\xc5\x8b\x8c\ \x47\x63\xc6\xa3\x11\xdd\x6e\x0f\x39\x10\x7c\xe6\xd3\x9f\x61\xd0\ \x1f\x70\xff\xfd\xf7\xb3\xbe\xbe\x4e\x7f\x79\x40\xbf\xdf\xa7\xd3\ \xe9\x34\x0e\x27\xcf\x73\xac\xb5\x24\x49\xc2\xd2\xd2\x12\xe3\xf1\ \xb8\xa9\xb3\x8f\x46\xde\x79\x08\x21\x38\x76\xeb\xed\x1c\x3a\x74\ \x88\x38\xf6\xce\xf2\x07\x7e\xe0\x07\xd8\xdc\xdc\x02\x61\x43\x8f\ \x60\x3f\x82\x08\xcb\xca\xf2\x0a\x07\x0f\x1d\x62\x6d\x6d\x8d\xdd\ \xcb\xdb\x7c\xfe\x33\x9f\x6d\xf6\xe4\x68\x34\xe2\x73\x9f\xfb\x1c\ \x71\xea\xb3\xe6\x47\x1e\x79\x84\xaf\x79\xe3\x1b\x18\x8d\x46\x24\ \x49\x4a\x92\x24\xdc\x72\xcb\x2d\x1c\x3b\x76\x8c\x95\x95\x15\xee\ \xb8\xe3\x4e\x3e\xf3\xd9\xcf\xf3\xd8\x63\x8f\x91\x65\x33\x8e\xdd\ \x7a\x2b\x3b\xdb\x3b\xde\xc1\xf7\xba\xac\xaf\xae\x10\x6b\x45\x59\ \x56\x4c\xa7\x53\xfa\x83\x3e\x3a\x38\xf3\x5e\xaf\xc7\xfa\xfa\x3a\ \x83\x81\x7f\x66\x65\x59\x86\x7b\x40\x81\xf3\x25\xf6\xf3\xe7\xcf\ \xd3\xe9\x74\x48\x92\x84\x38\x8e\x79\xe2\x89\x27\x30\xc6\x70\xc7\ \x1d\x77\x34\x15\x8d\xc9\x64\x82\x8e\x62\x06\x83\x2e\x5a\x09\x2a\ \x0b\x4e\x38\xb4\x52\x54\x79\x49\xe9\x2a\x08\xe7\xf2\x89\x53\xa7\ \xb1\x38\x6e\x3f\x76\x1b\xe7\xcf\x9d\xe3\xec\x93\x67\x58\xea\xf7\ \xd8\xde\xde\xc4\x54\x25\x47\x8e\xdc\x44\x9e\xe5\x9c\x3e\x7d\x9a\ \xff\x9f\xba\xf7\x8a\xb1\x2c\xbf\xef\xfc\x3e\x27\x9f\x73\x73\xaa\ \x1c\x3b\xe7\x09\x1c\xce\x90\x33\xc3\x24\x8a\x94\x61\x99\x58\xe9\ \x41\xb2\x61\x1b\x90\x05\x3f\xd8\x7e\xd3\x1a\x30\x60\xbf\xac\x5f\ \xd7\x86\x61\xad\x61\xd9\x2b\x01\xb6\x0c\x2f\x40\x05\x2f\x2c\x79\ \x01\xaf\x34\xe2\x52\x14\x47\x1c\x4e\x9e\xee\x9e\x99\xce\x5d\xdd\ \x95\xe3\xad\x9b\xc3\xc9\xc1\x0f\xff\x73\x4f\x55\x53\xfb\x20\x99\ \xfd\xc0\x69\xa0\x1f\xaa\x3a\xd4\xbd\xf7\x9c\xf3\xff\xfd\x7e\xdf\ \xf4\x2b\xe6\x0b\xd4\xea\x55\x01\xe5\x6a\x0a\xba\x5e\x62\x6a\xaa\ \xc1\x99\xb3\xab\xbc\xf3\xce\x3b\xa8\x9a\x42\xbb\x73\x8c\xa2\x88\ \x73\x63\x72\x46\x9e\xe6\x4c\x26\xfc\xa3\xef\xfb\x74\xbb\x5d\xfc\ \x20\xa2\xdf\x1b\x30\x1a\x0e\x70\xbd\x80\x28\x88\xa8\xd6\x6a\x38\ \x9e\x47\x2c\x41\xbd\x5a\xa5\x31\x3d\xcd\xf4\xec\x2c\x93\xd6\xf7\ \x0b\x55\x4c\x92\x24\x41\xd3\x35\x6a\xe5\x0a\xa5\x4a\x59\xe0\x8d\ \x29\x1c\x14\x85\x02\x03\x3d\x0d\x7d\xb9\x5e\x88\x69\x99\xf8\x81\ \xc7\xf1\xe1\x31\xc5\x62\x81\x4b\xe7\x2f\x32\xb6\x47\xec\xed\x6c\ \x33\x33\x33\xc3\x8d\xeb\x57\xd8\xd8\xdc\x60\xff\x60\x1f\x43\x37\ \xc9\xe5\x72\xe8\xba\x8e\x69\xe6\xd2\x29\x43\x4a\xf9\x19\xe9\x19\ \xd2\x72\x02\xf1\x9c\x74\x2b\x0a\x41\x10\x64\x87\x2a\x09\xc4\x92\ \x80\xb8\xa4\x38\x22\x0c\x3c\x76\x76\x76\x28\x16\x8b\x54\x2a\x55\ \x12\x49\x22\x91\x54\x74\xc3\x44\x89\x63\xe4\x14\x73\x95\x52\xf8\ \x4a\x96\x65\xa2\xb4\x4b\x8d\xa3\x98\x30\x91\x52\xf8\x4c\x40\x29\ \xa7\x89\xe3\x49\x21\x8b\xa2\x28\x7b\x0d\xa6\x29\x78\x80\xf1\xd8\ \x66\x6e\x71\x81\x83\x83\x03\x5a\xed\x0e\xa4\xd8\xbb\xef\x07\x02\ \xd2\x4b\x40\x52\x4e\x20\xba\x13\x0c\xff\x84\xe0\xcd\xe7\xf3\xf4\ \x7a\x7d\x24\x09\xa2\x28\xc0\xf3\x3c\xd4\xb4\x53\xac\x54\x2a\xb8\ \xae\x87\xe7\xf9\x69\x87\x56\xa2\x56\xab\x63\x18\x06\xc9\x73\x22\ \xe0\x65\x59\x74\x87\xa3\xd1\x98\x7a\xbd\x4a\x18\x46\x14\x0b\x45\ \xca\xe5\x12\x6f\xbc\xf1\x3a\xff\xea\xcf\xff\x1f\x7e\xfc\xe3\x1f\ \xf3\xc2\x8d\x1b\xdc\x78\xe1\x45\xca\xd5\x1a\x5f\x79\xfd\x55\xfe\ \xf4\x4f\xfe\x98\x87\x0f\x1f\x72\x70\x70\x98\x8e\xf5\x47\xbc\xfe\ \xfa\x9b\x9c\x39\xb3\xca\xfa\xfa\x06\xcb\x67\x17\x81\x98\xa3\x83\ \x43\x0e\x8f\x8e\x68\x1e\x1e\xf2\xe6\x1b\x6f\x92\xb3\x72\x18\x86\ \x81\xeb\xb8\x48\xaa\x84\xa6\xeb\xcf\xb2\x5a\x51\x44\xbe\x50\xc0\ \x32\x4d\x64\x55\x25\xa7\x69\xc4\xb1\x28\x3a\x8a\x74\x42\x88\x4f\ \xb8\x25\xd7\x71\x51\x54\x95\x7a\xbd\x8e\xeb\xba\xb4\x5a\x6d\x1a\ \x8d\x06\xae\xeb\xa1\x6a\xea\x09\x8c\x96\xde\x57\x92\x24\x65\x9d\ \xa2\xae\x1b\x4c\x35\x1a\x1c\x37\x8f\x99\x9e\x6a\xe0\xf9\x1e\xa5\ \x52\x91\x5a\xb5\xc2\xe3\x47\x0f\x19\xf4\xbb\xe8\x9a\x8a\x6d\xdb\ \x34\x1a\x0d\x5e\xff\xea\x57\x79\xf8\xf0\x31\x47\x47\x07\x84\x41\ \x40\xaf\xd3\x41\x91\x65\xf2\xf9\x3c\x8e\x3d\x66\x63\x7d\x1d\xcf\ \x73\xd9\xf8\x74\x9d\x91\x3d\xca\x70\x77\x4d\xd3\xb2\x69\xaa\x50\ \x28\xd0\x6a\xb5\x32\x4c\xdf\x30\x34\x24\x49\x26\x49\xe0\xcb\x5f\ \xfe\x32\x8f\x1e\xae\x31\x3d\x3d\x4d\xb3\xd9\xe4\xd1\xa3\x47\xac\ \xae\xae\xb2\xb2\x72\x06\xe4\xe4\xdf\xce\xfd\xfd\xff\xf8\x15\x86\ \x21\x67\xce\x9c\xc1\xaa\xd4\x21\x8e\xa9\x96\xca\x68\xaa\x8a\xeb\ \x3a\x34\x8f\x8f\x91\x15\x85\x7a\xa3\x81\xac\xc8\x5c\xba\x74\x89\ \x47\x8f\xd6\xf8\x67\xff\xec\x7f\x62\x69\x61\x8e\x5a\xbd\x46\xbf\ \xdd\x42\x92\x24\xda\xed\x36\xf7\xef\xdf\x67\x34\x1a\xf1\xda\x6b\ \xaf\x71\xef\xfe\x3d\x06\xfd\x3e\xbd\x6e\x1b\x55\x55\xe8\x75\x3b\ \x5c\xbc\x70\x8e\x4a\xa5\x8c\xa6\xa9\xb8\xae\x47\x18\x04\xc8\x49\ \x8a\x0c\x48\x60\x59\x16\xd5\x6a\x95\x87\x0f\x1f\x32\x3f\x3f\x8f\ \x61\x18\x68\x9a\x8e\xaa\x2a\x48\x92\x4c\x14\x46\x94\xcb\x25\x2a\ \x95\x32\x87\x87\x47\x84\x61\xc4\x0b\x2f\xbc\xc0\x47\x1f\x7d\xc4\ \x68\x34\x62\x69\x69\x29\xe5\xe1\x54\x72\x96\x45\xe0\x85\x84\xb2\ \x84\x6e\xa8\x24\x92\x80\xe8\x0d\x5d\x45\x96\x04\x9f\xb2\xbc\xbc\ \x84\xe7\x07\x48\x8a\x8c\x69\x1a\x8c\x06\x03\x36\xd6\x9f\xf0\x68\ \x61\x96\xe9\x99\x69\x16\x17\x16\x70\xc6\x23\x92\x62\xc2\xd6\xe6\ \x26\xc3\xe1\x00\xcb\x32\xf1\x3c\x97\xb1\x3d\xc2\x34\x4d\xde\x7d\ \xef\xa7\xfc\xfa\xaf\xff\x3a\xd3\xd3\x53\x8c\xc6\x43\x5c\xc7\xa5\ \xdf\xef\x66\xcf\xf8\xe4\x9e\x93\x24\x89\x52\xa9\x94\xf2\x67\x02\ \x92\x8e\xc2\x90\x61\x7f\x40\xaf\xd3\x43\xd1\x34\x2a\x95\xaa\xe0\ \x4a\x65\x89\x2b\x57\xae\xa0\x1a\x3a\x41\x18\xf1\xea\x57\x5e\x4b\ \xe1\xee\x10\x4d\x55\xbe\x58\xc5\x24\x4e\x12\x4c\xc3\x64\x66\x7a\ \x86\x62\xa9\xf8\x8c\x1a\x46\x92\x24\x86\x83\x21\xba\xa1\x67\x0f\ \x64\xa5\x9a\x27\x0c\x42\xe2\x38\x24\x8c\x02\x42\x3f\x60\x34\x18\ \x61\x99\x06\xc5\xe9\x19\xda\xed\x36\xad\x66\x93\x52\xa5\x42\xb5\ \x5a\xa5\xdf\x1b\xa0\x28\x0a\x85\x42\x01\xd7\xf5\xd3\x0e\x51\x74\ \x1e\x13\x22\x75\x72\xd8\x86\x61\x78\x72\xe8\xa7\x87\xf9\x69\x55\ \x50\xaa\x75\x41\x93\x21\x0a\x7c\x14\x09\x1c\x7b\xcc\xd5\xab\x57\ \x19\x8d\x06\x1c\x36\x5b\x44\xc8\x58\x56\x9e\x24\x0c\x91\xc2\x20\ \x83\x86\xe2\x38\x42\x96\x64\xe2\x44\xfc\xff\x13\x22\x2d\x4e\x12\ \x12\x45\x7c\x7f\x52\x3c\x26\xaf\x6b\x32\xf5\xf8\xbe\x8f\xa1\x1b\ \x4c\xd5\x2a\xb4\xba\x5d\xea\xb5\x1a\xae\xe3\xb2\xbb\xb7\x4f\x10\ \x06\xa8\xaa\x20\x68\x83\x28\x42\x37\xcc\x6c\xaa\x39\x3d\x05\x4c\ \xd4\x51\x13\x18\xe6\xb4\x0a\x46\x96\x65\x8a\xc5\x32\x86\x21\x70\ \x63\xdb\x76\xb1\x6d\x9b\x5c\x2e\x47\xa3\xd1\x40\x92\x24\x76\x77\ \x77\xf1\x3c\xef\x94\x0a\xe9\xe7\xd7\xa5\x95\x4a\xc5\x74\x3a\x0a\ \x53\x1c\xd8\xa1\x50\x2c\x30\x3b\x3b\x47\xa5\x52\x61\x7b\x7b\x9b\ \xe6\xf1\x31\x51\x14\x31\x3d\x53\x67\x38\x1a\xf2\xa5\x2f\xbd\xc2\ \xb9\x73\xab\x7c\xf8\xd1\x07\xe8\xba\xce\xa5\x4b\x97\x38\x73\xe6\ \x0c\x8e\x23\x0e\x5e\xc7\xb6\x29\x95\x4a\xf4\x3a\x5d\xf2\xb9\x1c\ \xb7\x6e\xde\xc2\x73\x5c\x2a\x95\x0a\xd7\x5e\xb8\x21\xb8\x27\x49\ \x43\x95\x15\x82\x28\x9c\x28\x20\x04\x41\xab\xaa\x98\x29\xa4\x21\ \xab\x2a\x92\x2c\xa3\x0a\xb9\x4d\x56\x08\x86\xa3\x11\x52\x9c\xd0\ \x6a\xb5\xb2\xc9\xf1\xed\xb7\xdf\xe6\x6b\x5f\xfb\x1a\xcb\xab\x2b\ \x24\x20\x14\x5e\xa7\xee\x9b\xd3\xdc\xdb\x04\xc2\x74\x5d\x8f\x9d\ \xed\x1d\xfe\xcd\xfd\xbf\x62\x66\x66\x1a\x7b\x34\x62\x73\x63\x1d\ \x49\x92\x18\xf4\xbb\x4c\x4f\x4f\xa3\x69\x1a\x1f\x7f\xfc\x31\x57\ \x2e\x5f\x43\x96\x13\x86\xc3\x01\xf5\x7a\x8d\x85\x85\x85\xf4\x30\ \x1d\xd0\xef\x77\x79\xf5\xd5\x57\xa9\x56\x4a\x6c\x6e\xae\x73\xdc\ \x6a\x65\x62\x83\xd3\x07\xcc\x64\x8a\x3a\xb9\xd7\x23\x34\x4d\xa6\ \x58\x2c\xb2\xb1\xb1\x41\x92\x88\x2e\xdb\xb2\x2c\xde\x7c\xf3\x4d\ \x74\x5d\xe7\xc1\x83\xfb\x94\xcb\x25\xce\x9d\x5f\x79\x6e\xd3\x49\ \x10\x47\xac\x9c\x59\xa5\x68\xe5\x68\x35\x9b\x2c\x2d\x2e\xe1\x39\ \x2e\x37\x3f\xb9\xc9\x93\x27\x4f\x98\x5f\x5c\xe0\x3f\xf8\x8f\xfe\ \x43\x24\x59\xe2\xc6\x8d\x17\x79\xfb\xc7\x7f\x83\x63\xdb\xec\xed\ \xee\x91\x24\x09\x83\xc1\x80\xab\x57\xaf\x72\xe1\xc2\x79\x12\x49\ \xe6\xcb\xaf\xbd\x86\xae\x6b\x1c\x1e\xec\xd3\xee\x74\xf1\x5d\x1b\ \x55\x16\xa0\xb4\xae\x69\x8c\x46\x36\xf6\x78\x84\xa5\xeb\x28\xb2\ \x44\xe0\x0b\x88\x4f\x51\x54\x16\x17\x17\x78\xf4\xe8\x11\xaa\xaa\ \x52\x2c\x16\x4e\xd4\x80\x48\xa8\x8a\x42\xa3\x51\x67\x3c\xb6\x99\ \x9e\x9e\x66\x77\x77\x97\x30\x0c\x33\xf2\xbd\xdb\x15\x87\xb8\x69\ \x9a\xb8\xae\x4f\xa1\x90\x47\x41\x61\xd0\x1f\x62\x58\x3a\xa6\x61\ \x10\x25\x09\x71\x02\xf9\x5c\x8e\xf3\xe7\xce\x43\x22\x93\xcf\x5b\ \x8c\x9c\xb1\x10\x0d\x54\xab\xf4\xfa\x5d\x48\x22\x3c\xcf\x45\xd7\ \x75\xf2\x96\xc1\x8d\xeb\xd7\xe8\x76\x7b\x1c\x1e\x1e\x12\x04\x01\ \xa3\xd1\x88\xd9\xd9\x59\x7c\xdf\xcf\xc8\xf2\x7e\xaf\x9f\xc2\xa7\ \xe2\x6c\x39\xe9\x89\xa2\x6c\xfa\x9e\x20\x12\xa2\x39\x16\x6a\xbd\ \x52\xa1\x88\xac\xaa\xa2\x70\xa6\xe7\xaa\x65\x59\xd4\xa7\x1a\x8c\ \x1c\x8f\x72\xad\xca\x60\x38\x3c\x25\x22\xfa\x82\xa9\xb9\x6c\xdb\ \x66\x63\x63\x03\xcb\x32\x05\x94\xa4\xc8\xcf\x1c\x7a\x82\x5f\x48\ \x49\x69\x49\x4b\x65\x7a\x91\xe0\x1b\x92\x08\x59\x86\x20\xf0\x39\ \x73\x66\x05\xcb\xca\xf1\xe8\xd1\x03\xda\xdd\x2e\x73\x8b\x73\xe2\ \xeb\x87\x8f\x68\xb7\x85\x42\x25\x53\x08\x9e\x52\x45\x4c\x3a\xce\ \xd3\x84\xfc\xe9\x51\x31\x93\x57\x02\x51\x4c\xa6\x3c\x91\x92\x98\ \xc1\x60\x40\x18\x86\xe4\xf3\x05\x14\xb9\x43\x14\x81\xe7\x79\x42\ \x2c\xa0\xca\x80\x90\x2c\xc6\x52\x82\x2c\xa5\x92\xce\x38\x42\x92\ \x12\xc1\x49\xc4\x31\xa4\xb2\xc6\xd3\x32\xcf\x89\xb2\x65\x52\x08\ \xc4\x34\x16\x92\x33\x73\x14\xf2\x05\xf6\x0e\x0e\x84\x4a\x05\x89\ \x20\x0c\x91\x24\x05\x49\x56\x89\x22\xf1\x9a\x75\x4d\x47\x56\x4e\ \xe4\xa5\x93\xa9\xcb\x34\xcd\x8c\x43\x29\x14\x0a\x8c\x46\x23\x34\ \x4d\xcb\x1e\x92\x38\x8e\x30\x0c\x83\x7c\x3e\x4f\x2e\x97\x43\xd3\ \x34\xc6\xe3\x31\xa6\x69\x66\x1c\xd2\xf3\xfa\x15\x86\x21\xba\xae\ \xe3\x79\x3e\x6b\x6b\x6b\x9c\x5d\x3d\x03\x12\xd8\xb6\x43\x10\x04\ \x94\xcb\x65\xee\xdf\xbb\x47\xe8\x87\xc8\xaa\xcc\xdd\x3b\xf7\x99\ \x9a\x6a\x60\x98\x06\xe5\x72\x19\x59\x96\xb9\x79\xf3\x26\xba\x6e\ \x31\x3f\xb7\xc8\xe6\xd6\x16\xcb\xab\x4b\xa8\x9a\xc4\xc6\xc6\x06\ \xdb\x1b\x9b\x74\x7b\x3d\xee\xdd\xbb\xc7\x77\xbe\xfb\x5d\x06\xc3\ \x21\xb9\x7c\x1e\x45\x96\x53\x45\x97\xb8\xd6\xa1\xeb\x21\x4b\x12\ \xbe\x27\xd4\x31\xaa\xa2\x40\x92\x88\x29\x52\x11\x5d\x5a\x76\x2f\ \x48\x12\x61\x1c\xb1\xb2\xb2\x82\x6d\xdb\x74\xbb\x5d\xd1\xa5\xc6\ \x31\xc4\x31\x31\x10\x84\x41\xc6\x0b\x9d\x96\xfc\x4a\x92\x84\xe7\ \x79\xf4\xfb\x7d\xc2\x20\x64\x79\x69\x81\xb5\xb5\x47\x44\x81\x4f\ \xe0\x7b\xc8\xb2\xc4\xe1\xc1\x3e\xdd\x6e\x1b\x7b\x34\x42\x53\x55\ \xf6\xf6\xf6\xe8\x1c\x77\xa8\xd7\xea\x68\xb2\x82\x13\x84\xb4\x8e\ \x9a\x9c\x5d\x39\xc3\xda\x93\x35\x02\x49\xe6\xce\xed\xcf\x58\x59\ \x5d\x61\x76\x76\x8e\x56\xaf\x9b\xc1\x1b\xba\xae\x33\x1c\x0e\xb3\ \x67\xac\xd1\x68\x64\xcd\x8a\xaa\xca\xe8\xba\x4e\xb1\x58\x4c\xef\ \x33\x85\x85\x85\x05\xbe\xfb\xdd\xef\xf2\xad\x6f\x7d\x9b\x0f\x3e\ \xf8\x80\xcf\x3e\xfb\x9c\xcb\x57\x2e\x71\xe1\xe2\x19\xe0\xf9\x14\ \x93\x38\x8a\x68\x77\x3b\x38\xa3\x11\xe3\xd1\x88\x2f\xbd\xf0\x22\ \xeb\x4f\x9f\xa2\x68\x1a\xae\xef\x81\x0c\xaa\xa6\x52\xab\xd5\x50\ \x65\x8d\x6b\x57\xaf\xf1\xe2\x0b\x37\x78\xba\xf6\x88\xc7\xc7\x4d\ \x6e\xbc\x70\x83\x72\xb9\xcc\xd1\xd1\x11\x53\x53\x53\x29\x1c\x5a\ \x24\x70\x4b\x48\x49\xc8\x87\x0f\x1f\x60\x8f\x47\xdc\xb8\x7e\x8d\ \xf9\xb9\x19\xb6\x36\xd6\x59\x98\x5f\xc0\xb4\x4c\x14\x59\x22\x51\ \x15\x1c\xc7\xc5\x30\x24\x34\x4d\x67\x7a\x7a\x3a\x93\x9a\x67\x0a\ \xe2\x18\x12\x59\xc0\xed\x61\x18\x71\x78\x78\x44\xa7\xd3\xc9\x8a\ \xcd\x67\x9f\x7d\xc6\x78\x3c\xe6\xdb\xdf\xfe\xb6\x78\x56\x25\x05\ \x29\x11\xcd\x99\xa6\xa9\x24\x19\x84\x9d\xa0\xa8\x2a\x85\x42\x91\ \xf1\xd0\xe5\xe1\xbd\xfb\xb4\x3a\xc7\xe8\x86\x4a\xb7\xd3\x61\x6c\ \x8f\x58\x7f\xf2\x14\x4d\x53\x69\xd4\xeb\x38\xf6\x98\x38\x49\x78\ \xed\x95\x2f\x73\xf7\xde\x3d\xe2\x38\xa6\x5c\x2e\x11\x04\x01\x83\ \x41\x9f\x24\x49\x78\xe7\x9d\x9f\x64\xf7\x53\xb7\xdb\xcd\x60\xca\ \xd3\x5c\xaf\x50\xf2\x29\xcf\x34\xc4\xa6\x69\x12\x85\x31\xf9\x7c\ \x9e\xc1\x68\x88\xe4\xab\x74\xfb\x3d\x16\x96\x97\x71\x3d\x8f\x76\ \xa7\x43\x14\x27\x7c\xfa\xe9\xa7\x94\x4a\x25\x64\xe9\xda\x17\xaf\ \x98\x08\x98\x25\x64\xec\x8c\x41\x96\x9e\x91\x04\x0b\x5e\x21\xc6\ \xf3\xbd\x54\x52\x9b\x76\x78\xa9\x16\x5b\x92\x25\x90\x65\x62\x62\ \x90\x15\x1e\xaf\x3d\x65\x6e\x7e\x8e\x73\xe7\x2f\xb1\xbe\xb1\xce\ \xd6\xf6\x0e\xd7\xae\x5e\xe3\xda\xb5\x6b\x3c\x7a\xf4\x98\xf1\x78\ \x9c\x3e\x64\x06\xae\x2b\xa4\x95\x13\x9e\x40\xd3\xb4\x53\xba\x6d\ \xe9\x67\xb4\xd9\x27\x42\x72\x59\x56\x91\x49\xb2\xe9\x3f\x0a\x03\ \x6c\x5b\x28\x23\x84\xf2\x46\x07\x49\x4e\x15\x43\xa2\x4b\x9d\x10\ \xaf\x42\xe1\x63\x64\xca\xa9\x24\x11\xf2\x52\x25\x16\x37\xee\x69\ \xcc\x33\x08\x82\x0c\x66\x9b\x74\xb3\xaa\x24\x51\xc8\xe7\x48\x80\ \x52\xa9\x4c\xb1\x58\x16\x64\xbb\xac\x08\x88\x0d\x29\xe3\xcc\x12\ \x4e\x6e\xa4\x9f\xe5\x7f\x82\x20\x48\xa5\xc4\x09\x85\x42\x01\x12\ \x09\x7b\xec\x64\x4a\x2f\x49\x52\x21\x89\xd9\xdf\x3f\x60\x3c\x1a\ \x23\x2b\x0a\x8e\x6d\x0b\xe9\xa9\x2c\x3d\xc7\x6b\x2f\x1e\x56\xd3\ \xd4\x99\x9b\x9b\xa3\x58\x2c\x10\xf8\x01\xf7\xef\xdf\xc7\x30\x0c\ \x46\xa3\x91\xc0\xb2\x15\xe8\x1c\x0f\x88\xa2\x88\x42\xbe\xc0\xdd\ \xbb\x77\x91\x24\x09\xd7\x15\x13\xd4\x93\x27\x4f\x58\x5a\x5a\xe5\ \xeb\x5f\xfb\x3a\x4e\x30\x26\x0c\x7d\xae\x5e\xbd\x4a\xbf\x2d\xe0\ \x20\x49\x96\x59\x5d\x5d\xa5\x56\xab\xe1\xf9\x5e\x5a\xec\x43\x01\ \x9d\x4a\x32\x9a\xae\xe3\x8c\x46\x34\x0f\x8f\x50\x14\x35\x6b\x5c\ \x62\x12\x14\x55\x21\x08\x03\x4c\xc3\x60\x38\x1c\x32\x1a\x8d\xc8\ \x99\x16\x9d\x76\x9b\xb1\x6d\xb3\xb3\xb3\x43\x3e\x9f\x27\x49\x60\ \x6f\x6f\x0f\xdd\x32\x31\x2d\x0b\xcb\xb2\x50\x55\x35\xbb\x96\xaa\ \xaa\x12\x45\x11\x83\xc1\x80\xf5\xf5\x75\xee\xdf\xbb\xc7\xc1\xde\ \x3e\xef\xbf\xff\x1e\x95\x4a\x99\x5a\xb5\x42\xb3\x79\x24\xf8\xb7\ \x5c\x0e\xd7\x71\xd0\x8b\x45\xc2\x20\xa0\xd3\x69\xa1\x69\x1a\x95\ \x4a\x99\x9d\x9d\x2d\x1c\xd7\xc6\x34\x0d\x92\x24\x62\x38\xe8\xb3\ \xbc\xb4\x48\xa7\xd7\x21\x4e\x44\x91\x7b\xba\xbe\x4e\x10\x04\x14\ \x8b\x45\x3c\xcf\xc3\x34\xcd\xec\xeb\x24\x49\x18\x8f\xc7\x5c\xb8\ \xf0\x02\x17\x2f\x5e\xc6\xf3\x3c\xe6\xe7\xe7\xf9\xec\xd3\x3b\x42\ \xa9\xe6\x38\xdc\xbd\x7b\x8f\x7b\xf7\xee\x71\xf1\xe2\x45\x2e\x9c\ \x3f\xff\xdc\xa6\x92\x38\x4a\x98\x9a\x9a\xe2\xe9\xfe\x21\xb7\x6f\ \xde\xe4\x5b\x5f\xfb\x3a\x9a\xa1\xd3\x1f\xf4\x53\xc5\x62\xc4\xe6\ \xe6\x16\xed\x76\x9b\xd5\xd5\x55\x1e\xdc\x7b\xc8\xca\xca\x0a\x90\ \x64\xb0\xdd\x93\xb5\x27\x38\xae\xcf\xe5\x2b\x57\x59\xdf\xda\x66\ \xf5\xec\x39\x92\x38\x61\x7f\x6f\x9f\xbd\xfd\x3d\x7c\xcf\x65\x6b\ \x73\x93\xbd\xdd\x5d\xec\xd1\x90\x5a\xb5\x4a\x21\x6f\x91\xcb\x59\ \x29\x5c\x9d\x64\xf7\xcd\x44\x1e\x1c\x04\x01\xbe\x1f\x64\xcf\xe9\ \x69\x59\xf7\x64\xba\x9b\x9b\x9b\x23\x0c\x43\x7a\x3d\xa1\x7c\x9a\ \x70\x51\xaa\xaa\xa2\x48\xa2\xf9\x55\x50\xb0\x2c\x13\x49\x16\xd2\ \x7c\x5d\x55\x18\xd9\x36\xfb\xfb\x4d\x06\x03\x51\xcc\x1f\xad\x3d\ \x40\x37\x75\x5c\xdb\x66\x3c\x1c\x32\x18\xf4\x29\xe4\x73\x10\xc7\ \x24\xb1\x90\x40\xbf\x3d\x1a\xe2\x79\x1e\x8a\x22\x11\x45\x01\x96\ \x65\xa2\x28\x32\xdd\x6e\x97\xcd\xcd\x0d\x66\x66\x66\x98\x9e\x6e\ \x30\x1a\x0d\x30\x0c\x9d\x20\xf0\x9f\x69\x88\x4f\x0b\x6d\x74\x5d\ \xc7\xf7\xfd\xf4\x3c\xd1\x70\x03\x5f\xf0\xb4\x71\xcc\xb9\xf3\xe7\ \xf9\xe6\xb7\x7e\x89\x18\xf8\xe4\xf6\x4d\x82\x30\xa6\x36\x1e\xd3\ \xb6\x2c\xe2\xf8\x1b\xcf\x9c\x81\x5f\x18\x35\x97\x99\xcb\x09\x12\ \x2c\x8a\xc4\x43\x12\x46\x78\xbe\x87\x9c\x99\xd0\xa4\xac\xea\x4b\ \xb2\x42\x9c\x48\x99\x17\x45\x14\xa3\x08\x4d\xd5\xd1\x2d\x93\x76\ \x6f\x40\x18\x4b\x2c\xaf\x9c\xa5\xdd\x3d\x62\x67\x7b\x87\x46\xa3\ \xc1\xb9\x73\xe7\xd8\xd9\xd9\x4d\xe1\x9b\x7c\x26\x05\x2c\x16\x8b\ \x27\x06\xb4\x74\x0a\x98\x10\xf2\x13\x5f\xc2\xc9\x07\x2a\x21\x29\ \x2a\x72\x12\x23\x25\x11\x49\x1c\x12\x05\x01\xf6\x78\x4c\xb5\x5e\ \x27\x5f\xc8\x63\x58\x45\xf1\x1a\xa5\x84\x38\x09\x4f\x3c\x06\x71\ \x2c\x8a\xd1\xa9\x9f\x15\x46\x11\x49\x14\xa3\x9d\x82\x8e\x26\x50\ \xc4\xa4\xbb\x4c\x12\xf1\x20\x45\x51\x44\xa9\x52\x26\x8e\x62\x5a\ \xfd\x0e\x12\x12\x7e\x10\x22\x39\x2e\x5e\x10\x90\x20\x3f\xe3\x95\ \x89\xe3\x30\x35\x7d\x25\xcf\x48\x83\x27\x45\x64\xd2\xb9\xca\x92\ \x4c\x14\x09\x7d\x7d\xb1\x58\x44\x96\x15\xfa\xbd\x3e\x83\xc1\x20\ \x23\x9d\x55\x55\x65\x18\x0e\x53\x53\xdb\xf3\x75\x60\xaa\x9a\x18\ \xbf\x67\x66\xa6\xf0\xfd\x80\xf7\x7e\xfa\x1e\x67\xcf\x9e\x61\x61\ \x61\x81\xcd\xcd\x4d\xa6\xa6\xa6\xc8\xe7\x0b\x3c\x78\xf8\x18\xcf\ \xf3\xd1\x74\x9d\xf5\xa7\xeb\x34\x1a\x8d\x4c\x55\x75\xf1\xe2\x45\ \xda\xed\x16\xf5\x7a\x1d\x49\x92\x98\x99\x9d\x45\x57\x75\xd6\x1f\ \xaf\x65\x5d\xae\x61\x9a\xd8\xe3\x31\x28\x32\xb9\x42\x5e\x70\x18\ \x92\xe0\xb0\x54\x45\x26\x32\x4d\x0a\xc5\xa2\x28\xee\x8a\x82\xa2\ \xeb\x02\x7a\x44\xf0\x2b\x93\x43\x25\x9f\xcf\x93\xcf\xe5\x88\x52\ \xf2\x75\x79\x79\x99\x62\xa1\x40\x22\x49\x98\xa6\x85\xaa\x6b\x59\ \x11\x99\x78\x3c\x74\x5d\xc0\x09\xb6\x6d\x67\xdc\x49\xab\x79\xcc\ \x83\x7b\x77\xe9\x75\x3b\x1c\xec\xef\xa2\xa9\xc2\x13\x50\xc8\x17\ \x48\x2a\x55\x46\xde\x48\xf8\xa4\x24\xf0\x3d\x0f\xdf\x73\x38\x3c\ \xb4\x91\x64\x09\x89\x84\x83\xc3\x7d\xe1\x2f\xd0\x14\xb6\xb7\xb7\ \xf0\x02\x0f\x4d\x37\xc8\xe7\xf2\x54\xab\x55\x6c\xdb\xce\xa6\x12\ \xcb\xb2\x58\x5e\x5e\xe6\xd2\xa5\x4b\x6c\x6c\x6c\xa0\xaa\x2a\x8e\ \xe3\x60\xdb\x36\xd5\x6a\x95\x99\x99\x19\xce\x9d\xb7\x89\xa3\x98\ \xc7\x8f\xd7\x58\x5b\x5b\x47\x92\xe0\xf1\xe3\xf7\xc9\xe7\x2d\xa6\ \xa6\x6b\xcf\xc9\x67\x22\x0a\xeb\xdc\xfc\x3c\xcb\x4b\x4b\xcc\x4f\ \xcd\x70\xef\xfe\x7d\x76\x76\x76\x59\x9a\x98\xda\x00\x00\x20\x00\ \x49\x44\x41\x54\x08\xc3\x00\x55\x53\x89\x49\x28\x96\x4a\x74\x7a\ \x3d\xd6\xd7\xd7\x79\xf9\xa5\x17\x79\xfb\x6f\xff\x36\x9b\x8c\x0f\ \x0f\x0f\xc9\x15\x8a\x28\x8a\xca\x4b\x2f\xbd\x44\x10\xc5\x4c\x2f\ \x2f\x72\x7c\xb4\x4f\xbb\xd3\x42\x96\xc5\x73\x73\xf1\xe2\x05\x96\ \x16\x17\x21\x89\x18\x0c\xfa\x44\x51\x88\x2c\xc9\xe8\x86\x41\x2e\ \x67\xd1\xeb\xf5\xb3\xcf\xc7\x30\x0c\x64\x59\xca\x3c\x38\x13\x43\ \xa4\xef\x05\xb4\xdb\x42\xbe\x2d\x49\xc2\x13\xd3\xeb\xf5\x32\x4e\ \xa2\xdd\x6e\x63\x18\x06\x95\x52\x99\x7c\xde\x22\x49\x62\x3c\xd7\ \x43\xd5\x52\xce\xc4\xb4\x78\xfa\x64\x9d\x5b\xb7\x3f\xa7\xdb\x1b\ \xb2\xb1\xbe\xce\xce\xce\x36\xb9\xbc\x95\x72\xc0\x64\x9e\xb3\x7e\ \xb7\x4b\x92\xc4\xf4\x7a\x1d\x3c\xcf\xa5\x52\xad\x22\x49\xd0\xef\ \xf7\xc9\xe5\x44\xa1\xf3\x7d\x0f\x49\x02\xd7\x75\x52\xe4\xc0\xc2\ \x71\x6c\x1c\xc7\xce\xce\xad\xd3\x10\x79\x2e\x97\xa3\xd7\xeb\xa1\ \x28\x62\xea\x0c\xa3\x04\x14\x15\x2b\x9f\x43\x56\x35\x56\x57\x57\ \x29\x14\x0b\x7c\x7e\xf7\x1e\x81\xe7\x33\x3b\x3b\x4f\xb9\x5a\xc5\ \x73\x5d\x4e\x39\xd5\xbe\x48\x04\xbc\x90\xdc\xd6\x66\xa6\xb0\x2c\ \x8b\xe1\x70\x84\xef\xfb\x69\x35\x56\x84\x02\x2b\x55\x77\xc9\xb2\ \x92\x11\xcb\x71\x92\x1e\x9c\x49\x02\x92\x70\x52\xc7\x71\x3c\x81\ \xc0\xb1\x1d\x9f\xe9\xe9\x69\x64\x49\x61\x30\x18\x20\xcb\x0a\x67\ \xcf\x9e\xa5\xd5\x6a\xd1\xeb\x0d\x32\xb8\x67\xf2\x90\x4c\x60\xa0\ \xc9\xef\x09\x56\x39\x99\x4c\x44\x97\x9f\xe0\x87\x11\x72\x12\x23\ \x27\x71\x5a\x4c\x7c\xec\x72\x19\x2b\x9f\xc7\xf7\x03\x7a\x83\x23\ \xe2\x04\x64\x29\x41\x4a\x84\x7f\x25\xeb\xe6\x53\x05\xd9\xc4\x0d\ \x1b\x85\x91\x80\x44\x4e\x59\xd7\x93\x94\x3b\x99\x78\x42\x4c\xd3\ \xcc\x24\x9e\x51\x18\xb3\xb7\xb3\x23\x48\x55\xd3\x24\x08\x23\xe2\ \xf4\xdf\x20\x29\xa9\x77\x46\x41\x92\x62\x12\x22\x20\x46\xbc\xbd\ \xe4\xef\x28\xd7\x2c\xcb\x12\x7c\x4c\x10\x50\xc8\x97\x28\x14\xf2\ \x78\x9e\x47\xbb\xdd\x26\x8a\x22\x4c\xd3\x24\x49\x92\x4c\x12\x3b\ \x71\x88\x3f\x27\x2e\x96\x24\x11\x70\x90\xaa\x09\x28\x68\x6f\x6f\ \x9f\xed\xcd\x6d\x96\x96\x96\xf0\x3d\x8f\xe9\x69\xe1\x09\xd9\xdd\ \xdd\x4d\x15\x2e\x7b\x5c\xbe\x72\x91\x8f\x3e\xfa\x90\xaf\x7f\xfd\ \xeb\x74\x7b\xed\x6c\x72\xf9\xe6\x37\xbf\xc9\xe7\x9f\xdf\xe5\xa7\ \xef\xfc\x94\x97\x5f\x7b\x09\xcb\x31\x99\x5f\x98\xa7\x5a\xab\xa1\ \x69\x1a\x51\x18\x92\xcf\xe5\x28\x57\xab\x44\x61\x88\xed\x38\x68\ \xba\x8e\xa4\xaa\xe2\x85\xc8\x64\xbc\x4d\x10\x06\x38\x8e\x43\xc1\ \xd0\x33\xd5\x9d\x22\xcb\x19\xf7\x26\x30\x72\x8f\x5c\x2e\x87\x33\ \x1e\xa7\x13\x55\x91\xa3\x83\x03\x2e\x5e\x38\x8f\x61\xe5\x88\x93\ \x38\x7b\xa0\xf3\xf9\x7c\x86\x5b\x5b\x96\x45\xbb\xdd\x66\x63\x73\ \x93\x5e\xaf\xcb\xcc\xec\x0c\x17\x2e\x5e\xe0\xd1\xc3\xfb\x3c\x79\ \xf2\x84\x41\xbf\x8f\xa5\xe9\x84\x61\x40\x14\xf9\x6c\x6f\x1f\x8b\ \x02\x9e\x28\x99\x8c\xd8\xf7\x3c\x46\x03\x21\xe9\xd6\x54\x0d\xd7\ \x75\x89\xc2\x88\x37\x5e\x7f\x83\xb5\xcd\x0d\xee\x3d\x7a\x84\xef\ \x79\xa8\xaa\xca\x68\x34\x7a\xe6\x60\xd9\xde\xde\xa6\xd9\x6c\x22\ \x49\x12\xf9\x7c\x9e\xcb\x97\x2f\xd1\xed\xf6\x98\x9a\x9a\x62\x73\ \x63\x9b\xa9\xc6\x14\x9e\xe7\xd3\xef\x77\xb3\x83\x7b\x67\x67\x87\ \x2f\xbf\xfa\xf2\x33\x1c\xdc\xcf\x63\x54\x2d\x57\xca\x90\x2b\xa2\ \x00\x0f\x1e\x3e\xe4\xdd\x77\xde\xe1\xfc\x85\x0b\xcc\x2d\x2e\x70\ \x74\x74\x44\xbd\x56\x63\x6a\x7a\x8a\x8f\x3e\xfa\x98\xf9\x85\x05\ \x2c\x2b\xc7\xd1\xe1\x21\xb5\x5a\x8d\xa7\x8f\x1f\x31\xbf\x30\xcf\ \xca\xca\x32\x9d\x4e\x9b\x58\x92\x98\x9a\x9e\xa1\x5c\x2e\xf1\xfa\ \x57\xbf\xc2\xc1\xfe\x1e\x6b\x8f\x1f\x33\xd5\xa8\x33\x55\xaf\xe3\ \xfb\x3e\x8a\x22\x61\x19\x06\x92\x04\xa6\xa9\x91\x20\x64\xf1\xbe\ \x2f\x0a\xc5\xf4\xf4\x34\xb9\x9c\x85\xa6\xa9\x69\x13\x90\x64\x9c\ \xaa\x3d\x76\x28\x16\x4b\x34\x1a\x15\x36\x36\xb6\xd9\xdd\xdd\xa5\ \x52\xa9\x64\x8d\x59\xaf\xd7\x63\x66\x66\x86\x30\x08\x09\xbc\x90\ \x24\x89\x51\x0c\x25\x3b\xd0\xbb\x9d\x2e\xba\xae\x53\xc8\xe5\xf8\ \xf8\x83\x8f\x79\xfc\xe4\x09\x5b\x5b\x9b\x58\x96\x91\x71\x96\x56\ \x6a\xa8\x55\x34\x19\x45\x56\xd1\x35\x9d\xc0\x3f\x51\x57\x4e\x90\ \x84\xd3\xa2\x20\xdb\xb6\xe9\x74\x3a\x84\x61\x48\xad\x56\xa3\xdd\ \x6e\x3f\xd3\x0c\x1b\x86\x81\x9a\x4a\xdd\xf7\xf7\xf7\x91\x24\x89\ \x42\xa1\x80\x17\x45\x54\xa6\xa6\xb1\x87\x23\x1c\xc7\x63\x67\x77\ \x97\x4e\xaf\x87\xe7\x07\x24\x71\x82\xeb\x38\x94\x4b\x15\xa6\x6a\ \x75\x94\x54\x9c\xf1\x05\xe3\x4c\x24\x6c\xc7\x66\xef\xe0\x80\x42\ \xa1\x40\xa1\x50\x60\x66\x7e\x96\xd6\x71\x8b\x61\xb7\x2b\x3e\x50\ \x12\x54\x25\x7d\xc9\x72\x66\x5d\xce\x7e\xc7\x31\x02\xe4\x3c\x09\ \xea\x80\xd8\x47\xd3\x42\xea\xf5\x3a\x8a\xac\xb0\xb7\xb7\x47\x2e\ \x57\xa4\x56\xab\xe2\xba\x7e\x86\x81\x4e\x38\x85\xc9\xa4\x73\x3a\ \x7e\xe4\xb4\x54\x37\x8e\xe3\x34\x7a\x43\x46\x21\x41\x26\x11\xd3\ \x49\x92\xd0\xeb\x8b\x2e\x47\x55\x14\x06\x83\x16\xba\x61\x41\x18\ \xa0\xc4\x49\xe6\x8e\x9d\x28\x87\x92\xe4\xc4\x1d\x2d\x21\xe1\x87\ \x01\x89\x22\xd4\x58\xd9\xcf\x4a\x8b\x90\x61\x18\x28\xaa\x42\xc1\ \x14\x66\xce\xe6\x71\x53\x70\x2c\x92\x24\x6e\x00\x09\xe2\x04\xb4\ \x94\x80\x17\x69\x18\x11\x51\x12\x13\x47\x21\xaa\x2a\xa3\x69\x4a\ \x26\x3a\x08\x82\x20\xe3\x4b\x82\x20\xc0\x34\x4d\xea\xb5\x3a\x71\ \x2c\xd3\xe9\xf4\xd2\x87\x4f\x43\x55\x35\xc2\x50\x8c\xf0\xba\x6e\ \x12\x45\x21\xae\xeb\x93\x3c\xe7\xc1\xa4\x58\x2c\x30\x1c\x0e\xf9\ \xfc\xf3\xbb\xc4\x71\xcc\xe5\x8b\x97\x68\x4c\x35\x78\xff\xdd\xf7\ \x50\x64\x85\x5a\xad\xc6\xc6\xc6\x06\x7f\xf2\xa7\x7f\xca\xf2\xca\ \x19\x1e\x3c\x78\xc4\xf9\xf3\xe7\x39\x77\xee\x3c\xf3\xf3\x0b\xa8\ \xaa\xca\xda\xda\x1a\x51\x14\xf2\xf2\xcb\x2f\xd1\xa8\x37\xb8\x73\ \xe7\x73\x5e\x7c\xf9\x05\x6a\x95\x2a\xcb\xcb\xcb\x58\x86\x85\x61\ \x9a\x18\x96\x85\xe7\x38\xd8\x8e\x43\x6f\x34\x60\x71\x61\x41\x48\ \x78\xd3\xc2\x16\x45\x21\x4a\xca\x29\x25\x71\x42\x12\xa7\x2a\x38\ \x19\x02\x3f\x40\x53\x55\xe4\x34\xf6\x47\x96\x64\x64\x45\x74\x9f\ \x3b\xbb\x3b\xbc\xf9\xc6\x9b\x04\x41\x20\x26\x9b\x38\x12\x31\x27\ \x69\x44\x89\xaa\xaa\x59\xc3\x32\x1a\x8d\x78\x70\xff\x01\x8f\x1f\ \x3f\x46\x96\x65\x1a\xf5\x3a\x57\xaf\x5d\x65\x38\xe8\xb1\xb3\xbd\ \x83\x2a\x2b\x54\xaa\x55\x48\x62\xf1\x33\x35\x23\xf5\x5e\x89\xe6\ \xc2\xf1\x5c\x8a\x85\x02\x41\x20\x26\xa5\x20\x08\xd0\x75\x21\x65\ \x3f\x38\xdc\xa7\xdd\x6e\x8b\x22\x73\xea\xb7\xe7\x79\x4c\x4d\x4d\ \x91\xcb\xe5\x32\xee\x64\xf2\x9a\xa4\xd4\x83\x94\xcf\x17\x32\xf9\ \xf3\xdd\xbb\x77\xb9\x71\xe3\x05\x7c\xdf\xe7\xeb\x5f\xff\x06\x6f\ \xbc\xf1\x3a\xbe\xef\x3f\xaf\x41\x14\x55\xd3\x38\xee\x74\x79\x70\ \xf7\x0e\x07\x3b\x7b\x9c\x3b\x77\x8e\xd0\xf3\xa9\xd5\x6a\x1c\x1d\ \x1e\x71\x70\x70\x48\xab\xd5\xe6\xe8\xa8\xc9\x95\x8b\x97\x78\xff\ \xfd\xf7\xb8\x71\xfd\x3a\x8e\x3d\xc6\xf5\x3c\x3a\xed\x0e\xdf\xfe\ \xf6\x2f\xb3\x77\x70\xc0\xda\xd3\x0d\x34\xdd\xa0\x5c\xca\xb3\xba\ \xba\xca\xea\xea\x2a\x9f\x7c\x72\x33\x3d\x64\xab\xac\x2c\x2f\xe2\ \x7a\x2e\x87\xfb\x07\x62\xfa\xd4\x34\x94\xc9\x7b\x4f\xe5\xb4\x51\ \x14\xa5\x9d\x7e\x2e\xe5\x50\x05\xd4\x3e\x1e\x89\x29\xb2\x52\x29\ \x11\xc7\x50\xad\xd5\x58\x89\x22\x6a\xb5\x1a\x96\x65\xd1\x6a\xb5\ \xf8\xd2\x97\xbe\x44\xbd\x56\x63\x3c\x1c\xa7\xa8\x89\x44\x10\xf9\ \x58\xb9\x1c\x92\x22\x63\x18\x21\x71\x94\x70\x7c\x7c\x8c\xe7\xfb\ \x94\x8a\x45\xbe\xfc\xe5\x2f\xb1\xbf\xbf\xc7\xc1\xc1\x21\x51\x10\ \xa0\xca\x0a\x85\x9c\x82\xeb\xb8\x82\x33\x89\x02\xe2\x38\xa1\xdd\ \x6e\x11\x47\x02\x41\x08\x82\x20\xbb\x6e\xa3\xd1\x88\x24\x49\x98\ \x9e\x9e\xe6\xe0\xe0\x80\xe1\x70\x98\x8a\x74\xbc\xf4\x3e\x8e\x28\ \xe4\xf3\xa2\xe8\x01\x46\x0a\xcf\x42\x82\xac\xaa\x54\xaa\x15\xc2\ \x30\x00\x45\x41\xd3\x35\x06\xc3\x21\xe3\xe1\x18\xcf\xf3\xe8\xb6\ \xbb\x4c\x55\x1b\x14\xac\xdc\x3f\x28\x63\xea\x17\x2a\x9b\x0b\x59\ \x42\xd3\x0c\x12\x64\x76\xf7\x0f\xe8\xf5\x07\x54\xab\x55\xa6\xa6\ \xf3\xb4\xda\x2d\x46\xc3\x11\x81\x14\x0b\xd5\x82\x84\x20\xbb\x52\ \x6c\x50\x91\xd5\x4c\xa9\x24\x49\x72\x0a\x0d\xc5\xc8\x52\x8c\x3d\ \x76\x70\x9d\x7d\xa6\xa7\x67\xa8\xd5\xea\xf4\x7a\x7d\x5a\xad\x88\ \xf9\xf9\x79\xe2\x58\xf8\x0f\x26\xa6\xac\x49\x7c\x4a\x26\x17\x96\ \x9e\xcd\x58\x8a\xe3\x04\x89\x04\xcd\xd0\x50\x99\xc0\x6c\x82\xd0\ \x53\x15\x95\x04\xc1\x6b\x98\xba\x82\xa2\x24\xa8\x9a\x8e\x14\xc7\ \xe2\xef\xc9\x27\x05\x4a\xc4\x20\x04\x18\x86\x41\x1c\x47\xcc\x37\ \xe6\x09\xa2\x30\x1d\x99\x75\x6c\xdb\x26\x16\x67\x11\x9a\x22\xa3\ \x6b\x2a\x85\xbc\x89\xe3\xba\x0c\xed\x21\xb2\xaa\x80\xaa\x20\x25\ \xa9\x26\x3e\x4b\x83\x49\x20\x16\xa4\x31\x49\x8c\x26\x4b\x44\x61\ \x80\x1f\x05\x29\xa4\x16\xa2\xc8\x0a\xb2\x24\xa1\xa9\x1a\xe5\x52\ \x05\x49\x96\x18\x0e\x07\x8c\x6d\x47\xe4\x4b\x25\x09\xbe\x2f\xf2\ \x87\x04\x4c\xe3\x64\x8a\x91\x20\xf4\xd2\x09\xe8\xf9\x5c\x72\x45\ \x91\xd9\x5a\xdf\xe0\xc9\xd3\xa7\x2c\x2d\x2d\x71\xf1\xc2\x45\xc6\ \xa3\x11\xdb\x9b\x1b\xdc\xfa\xe4\x63\xe6\x17\xe7\x68\x34\x6a\x78\ \x9e\xcb\xe1\xe1\x3e\xb2\x2a\xf3\xc6\x1b\x6f\x70\xf5\xfa\x15\xf6\ \x76\xf6\xd8\xdb\x3d\x20\x89\x65\x40\xc6\x30\x4c\x3c\xcf\x27\x88\ \x02\x5e\xb8\x71\x9d\xad\xf5\x0d\x2c\x45\x17\xfe\x00\x53\x07\x49\ \xa2\xdf\xef\x91\xcf\xe7\x39\x6e\x36\xa9\x4f\x35\x20\x86\x24\x12\ \x51\x15\x24\x11\x71\xe8\x92\x2f\x98\x69\xa1\x4f\xb2\x18\x9a\x24\ \x12\x5d\x6a\x2e\x9f\x17\xdc\x53\x2a\xf7\x1e\xf5\xfa\xb8\x8e\x83\ \x22\x29\x78\xae\x47\x3e\x9f\x43\x51\x55\x86\x63\x17\x53\x33\x85\ \xd2\x30\x4c\x50\x55\x31\x79\x27\x71\xcc\xee\xe6\x16\xbd\x4e\x1b\ \x35\x49\xd0\x65\x09\x4d\x91\x78\x78\xef\x2e\xed\x56\x8b\x46\xad\ \x46\xab\xd9\xe4\xb0\xd9\xa4\x5a\xad\x0a\xe8\x45\x53\x70\xfc\x90\ \x38\x8e\xa8\x55\xcb\xf4\xfb\x03\x62\x29\x61\xe4\x8c\x32\x32\x7f\ \x6e\x6e\x1e\x55\x53\x78\xf0\xf8\x01\xe5\x6a\x9d\x62\xa1\x84\x22\ \xab\x8c\xc7\x36\xad\x56\x87\xc0\x0f\xa9\x94\xab\xcc\xce\xce\xd3\ \xef\xf5\xb0\xcc\x1c\x24\x12\x07\x07\xc7\xfc\xf8\x47\x6f\xb3\xba\ \x7a\x86\x87\x0f\x1e\x63\xdb\x0e\xfd\xfe\x80\x0b\x17\x2e\x02\xb0\ \xba\xba\x4a\xa5\x52\xe5\x79\x46\xce\xe9\xba\xc6\xcd\xcf\xee\xf0\ \xe1\xe7\xf7\x31\x55\x95\x97\x6f\xdc\xa0\x94\x2f\xf0\x17\xff\xef\ \xbf\x66\xaa\x52\x61\x5d\x53\x19\x0d\xfa\xfc\xf1\xf7\xff\x05\x67\ \xcf\x5f\x60\x63\xeb\x29\x5f\xfa\xf2\xcb\x5c\xbb\x72\x99\x5e\xaf\ \x83\xaa\x69\x1c\x1e\x1e\x32\x37\x3b\x43\x2e\x9f\xa3\x58\x2a\xf2\ \xf1\xcd\xdb\x28\x52\xcc\x85\x73\x67\xb8\x71\xfd\x05\xfe\xfa\x87\ \x3f\x42\xd7\x34\x66\x66\xe6\x38\x3a\x6a\xd1\x6c\x1e\xa6\x49\x09\ \x6f\xa0\x1b\x69\xa3\x20\x81\xe7\xba\x58\x86\x81\x6c\x59\x8c\x47\ \xe3\x0c\x22\x8d\x82\x10\xd7\xf5\xf0\x7d\x0f\x12\x09\x4d\x53\x20\ \x91\xa8\x96\x4b\x8c\x87\x43\xf6\xf7\xf7\x79\xf5\xd5\x57\x49\x92\ \x84\x72\xa9\x24\x1a\x30\x4d\x65\xe4\xd8\x22\x56\xa7\x58\x38\x51\ \xae\x05\x11\x3f\xfa\xd1\x8f\xf8\xe0\x83\xf7\x88\x63\x58\x98\x9f\ \x61\x6a\xa6\x8e\x6b\x8f\x19\xf6\x7b\x0c\xfa\x3e\x86\xa1\x12\x45\ \x41\xc6\x6d\x9a\x66\x8e\x30\x35\x0e\x23\x91\xe5\xd3\x4d\xa6\x0e\ \x45\x51\x32\x54\x61\xe2\x53\x53\x34\x0d\xcd\x30\xd3\xe6\x47\x46\ \xb7\x72\xb8\xbe\x4f\x7f\x38\xc2\x0f\x23\x54\xdd\xa0\x50\xaa\x40\ \x2a\x65\xb7\x6d\x07\x59\x72\x19\xdb\x36\x8e\xed\x90\xb3\x72\x48\ \x92\xcc\xea\xf2\x0a\x86\xa6\x53\x2d\x57\xd2\xe6\xfd\x0b\x07\x73\ \x25\xa8\x92\x82\xae\xe9\x54\xca\x65\xcc\x54\x81\xd2\x3c\x6a\x52\ \xc8\xe7\xa9\x96\x2b\x34\xaa\x35\x86\xc3\x21\xfd\x7e\x1f\x09\x49\ \x74\x01\x29\x41\x16\x85\x21\x8a\x22\x63\x19\xb9\x13\xe9\xa3\x04\ \x49\x12\xa1\xaa\x1a\x51\x14\x71\x78\x28\xf2\x74\xca\xe5\x32\xb6\ \x6d\xb3\xbd\xbd\xcd\xd4\xd4\x14\x49\x12\x33\x1c\x0e\x30\x27\x37\ \xd9\xcf\x84\xa3\xfd\x6c\x80\x9e\x70\xe6\x07\x27\x53\x4c\xfa\x6b\ \x34\x1e\xa5\x04\xa1\x82\x2c\x41\x12\x05\x24\x92\x4a\x10\x45\xa7\ \x42\x02\x05\x3f\xa4\x1b\x3a\x61\x12\x12\xfb\xa2\xb3\x5c\x2e\xae\ \x10\xc7\x31\xfb\x7b\xbb\x44\x61\x40\x18\x84\xc2\x57\xa3\x0a\x12\ \x3c\x9f\xb3\x70\x1d\x87\x4e\xbb\x03\x49\x8c\x1f\x44\x27\xe4\x75\ \x24\x26\x1c\x59\x11\x99\x43\x71\x1c\x0b\x85\x57\x1c\x93\x24\x32\ \x51\x18\x12\x27\xc2\x40\x25\x08\x6b\x87\x30\x50\x44\x24\x43\x1c\ \x31\x18\x8c\x18\x8d\x6c\x0c\xcb\x42\x51\xd4\x2c\xa7\x67\xd2\x49\ \x6b\xfa\xc9\x68\x6d\x98\x42\x83\xff\xbc\xd4\x5c\x9e\xe7\xf1\xe8\ \xc1\x23\xbe\xfa\xd5\xaf\xd2\x98\x99\xc6\x19\x8d\x39\x3e\x6e\xe2\ \x79\x1e\xef\xbd\xff\x1e\x57\xae\x5c\x21\x4e\x62\x06\xc3\x3e\x63\ \xdb\xe6\x8d\x37\xdf\xe0\xc2\xf9\xf3\xf4\x3a\x7d\x8e\x8e\x9a\xf4\ \xfb\x23\x82\x20\x4a\x8d\xa8\x32\xd5\x6a\x85\x24\x89\xd9\xdd\xde\ \xa2\x94\x2f\x70\xf7\xee\x1d\xa1\xb3\x77\x5d\xea\x8d\x46\xc6\x11\ \x14\x0b\x05\xea\xe5\x0a\x71\xea\xf8\x17\xca\x3a\x11\x51\xe0\x8c\ \x47\xe4\x73\x39\x12\x49\x14\x14\x19\x19\x52\x48\xd2\x73\x5d\xd4\ \xb4\xd3\xef\xa5\xb0\x42\xe8\xfb\xe4\x4c\x93\xbd\xdd\x5d\x1a\xf5\ \x3a\x83\x5e\x1f\xcd\xca\xa3\x59\x26\x92\x2f\x23\xa7\xfe\x14\xcf\ \x71\x88\xc3\x90\x7e\xaf\xcb\xb8\xdf\x67\x6e\x6a\x8a\x27\x8f\x1f\ \xb2\x7d\xb4\xcf\x68\x3c\x22\x0c\x04\x57\x68\xe5\x2c\x1c\xcf\xa5\ \x94\x48\x8c\x6c\x97\x5c\x2e\x47\x0c\x94\xca\x65\xc2\x24\x16\x9c\ \x59\x1c\xa3\x19\x3a\xb9\x5c\x8e\x76\xbb\x4d\x7d\xaa\xce\xe6\xe6\ \x06\xaa\xae\x32\xb6\x6d\x06\x43\x07\xc3\x30\xe9\x76\x7b\xec\xee\ \xec\x51\xaf\x37\xa8\x56\xeb\x24\x71\x42\xb1\x58\xe2\x2b\x5f\xf9\ \x2a\x9f\x7c\x72\x93\xe5\xa5\x15\xbe\xf5\xad\x5f\xe2\xc3\x0f\x3f\ \xe4\xe9\xd3\x0d\xe6\xe7\xe7\x39\x73\xe6\x0c\x53\x53\x53\x4c\x4d\ \x4d\xf1\xf2\xcb\x2f\x31\x1c\x8e\xf0\x3c\xf7\xb9\x3e\xef\x9e\xe7\ \x33\x33\x33\xc3\xc5\x95\x33\xb4\x8e\x0e\x78\xf0\xd9\x1d\x36\x9f\ \x3e\x65\x6a\xaa\x4e\x39\x9f\xa7\xd9\x69\x31\xe8\x76\xd8\xdf\xdd\ \xe6\xd5\xaf\x7e\x85\xfa\x54\x95\x9f\xbc\xf3\x13\xd6\x37\xd6\x49\ \x12\x51\xd4\x1d\xdb\xa6\x90\xcf\xd1\x6d\xb7\xb8\x76\xed\x12\x9d\ \x56\x87\x5b\xb7\x3e\xc5\x32\x73\x99\x1a\xf3\xf0\xb0\x49\x1c\x47\ \xec\xef\xed\x72\xe5\xca\x65\x2a\xd5\x2a\xbe\x1f\xa0\x29\x2a\xb2\ \x22\x13\x85\x62\xaa\x13\x9e\x2a\x97\x09\xd6\x21\xa4\xb5\x32\xa5\ \x42\x81\x04\x71\xef\x7b\x9e\x47\xaf\xdb\xe7\xe8\xe8\x10\xd3\xd0\ \x91\x92\x84\x62\x41\x48\x89\x1d\xc7\x26\x5f\x28\x60\x3b\x0e\x79\ \x29\x4f\x9c\x08\xa1\x41\x42\xc8\x93\xb5\x35\xf6\xf6\xf6\xa8\x55\ \x2b\x74\x3a\x1d\x24\x49\x3c\xe7\x81\xef\xa2\xc8\x12\x10\x11\xf8\ \x3e\xa4\xc8\x8b\xa6\xeb\x04\x69\xb6\xd6\x69\x7e\x15\x4e\x42\x56\ \x27\x39\x7c\x22\xa1\x42\x84\x66\xca\x8a\xca\xd8\x71\x49\xe2\x18\ \x2b\x97\xa7\x54\x2e\x53\xab\xd5\xd8\xde\xde\x26\x01\x5c\xcf\x63\ \x7d\x63\x03\x23\x9f\xc3\x2a\xe6\xe9\x77\x7a\xd8\x8e\x43\x12\x43\ \xa5\x52\xc5\x32\x4d\x66\xad\x02\x73\x73\xb3\xd8\xb6\x83\x1b\x78\ \x02\x1d\x41\xf9\x7b\x15\x94\x5f\x28\x69\xb0\xeb\x3a\x1c\x37\xf7\ \x91\x92\x48\x5c\xe0\x52\x01\x55\x55\x19\x0c\x06\xb4\x9b\xc2\x67\ \x52\xc8\x17\xb0\x66\x1a\x78\x9e\x8f\x1f\x04\x62\xac\x8b\x13\xa1\ \xe9\x4f\x22\x1c\xd7\xcb\x38\x93\x89\x82\x6a\x62\x40\xf4\x3c\x8f\ \x5e\xaf\x87\xa6\x69\x34\x1a\x0d\x00\xb6\xb6\xb6\x04\xa7\x22\xcb\ \xb4\x5b\x2d\x91\xc8\x7a\xca\x93\x71\x3a\x06\xe3\x99\xc0\xb3\x38\ \x7c\xc6\xcd\x3c\x71\x93\xdb\x8e\x8b\xae\x69\xb8\xae\x97\x76\xde\ \xe1\xcf\x48\x8f\xc5\x84\x12\x45\x71\x0a\x39\x09\x57\xfe\x68\x34\ \x16\x0a\x2a\x59\xc1\x75\xbd\x8c\x97\xd0\x75\x03\xc3\x34\xd1\x34\ \xe1\x49\x90\x24\x89\xa2\x55\xc8\xb8\x0b\x59\x16\x45\x44\x40\x68\ \x22\xaa\x63\x02\xdb\xc9\x8a\x02\xc8\x44\x69\x94\x8c\x61\x98\xe9\ \x7b\x8a\xd3\xf8\x14\x35\x4d\x2d\x15\x93\x5c\x7c\xca\xe5\x3d\xf1\ \xb6\x64\xff\x57\x9a\xe8\xeb\x38\x0e\xf9\x42\x21\x4b\xaa\xfd\xf9\ \x27\x13\x85\x37\xde\x7c\x93\x5a\xa3\x4e\x1c\x46\xa8\x9a\x46\xa5\ \x56\xe3\xde\xbd\x7b\xec\x1f\x1e\xf2\xd9\x9d\x3b\x62\xda\x94\x25\ \x5e\x7a\xf9\x25\x6a\x55\x11\xf8\x58\xad\x56\xb9\x72\xf5\x32\x9f\ \x7f\x7e\x16\xd3\x34\xe8\x74\x3a\xac\xad\xad\xf1\xc2\x0b\x2f\x50\ \xad\xd6\x28\xe4\x4c\x7e\xf0\x83\xbf\x62\x61\x61\x91\xcf\x3f\xff\ \x9c\x6e\xb7\xcb\xd9\xb3\x67\x59\x5f\x5f\xe7\xc2\x85\x0b\xcc\xce\ \xcd\x81\xa2\x90\x84\x21\x51\x08\x48\xe2\x1e\x32\x2c\x8b\x41\xb7\ \x9b\xf9\x44\xd2\xf8\x54\x64\x45\xc6\x73\x03\xfa\xbd\x3e\xd5\x6a\ \x15\x09\x91\x74\x9b\xb3\x2c\x06\x83\x01\xad\x76\x9b\x6e\xaf\x47\ \xce\x34\xd9\xde\xda\x62\xfe\xec\x59\x0c\xcb\x40\xd7\x85\xbb\x3e\ \x8e\x22\x34\x4d\x63\x67\x6f\x8f\xc0\xf3\x78\xe1\xda\x75\x7e\xf8\ \xa3\xbf\x66\x30\x1c\x66\x29\x08\x13\x4e\x25\x67\x59\x1c\xb5\x5a\ \x42\x6d\x96\xaa\xf9\x54\x55\xa5\xd3\x69\xa7\x04\x71\x48\xa5\x52\ \xc9\xfe\xbe\xeb\xba\xec\xef\xef\x33\x33\x3d\x43\xf3\xf8\x98\x4e\ \x77\xc8\xfe\xfe\x21\xad\x76\x1b\xcb\xb2\x70\x1c\x87\xd1\x68\x84\ \xaa\x8a\x9c\xb0\x0b\x17\x2e\xb0\xbf\xbf\x9f\x85\x04\xe6\x72\x79\ \x8a\xc5\x22\x9d\x4e\x87\x4e\xa7\xc3\xc2\xc2\x02\x86\x61\x70\xf9\ \xf2\x65\x9a\xcd\x63\x2e\x5c\xb8\xc0\xe1\xd1\xc1\x73\x6b\x20\xa2\ \x30\x62\x61\x71\x91\xa9\x25\x95\xc3\xed\x1d\xba\xdd\x1e\xed\x4e\ \x87\xf5\xcd\x0d\x4c\xcb\x20\x48\x25\xd8\xb2\xa2\xf0\xc2\x8d\x1b\ \x2c\x2f\x2d\xd3\xe9\x76\xd9\xdc\xda\x64\x77\x77\x57\xc8\xe5\x3d\ \x8f\x72\xa5\x82\x17\x04\x9c\x39\x73\x86\xbd\xc3\x03\xa2\x38\x62\ \x6f\x6f\x8f\x6e\xbb\x83\x61\x18\x04\xbe\xcf\xf6\xf6\x36\xb9\x9c\ \x45\xa3\xd1\x60\x69\x69\x09\xd7\x15\xcd\xde\x04\xd6\x98\xa8\xda\ \x72\xb9\xdc\x33\x8d\xed\x84\x53\xf4\x3c\x21\x9c\xb0\xc7\x36\x47\ \x47\x47\xa9\xea\x4b\x70\xb9\xfb\x07\xbb\x94\x4a\x65\xba\xdd\x36\ \x85\x62\x01\xd3\x32\x88\xe2\x90\x28\x0e\x01\x0d\x59\x95\x18\x0e\ \x5c\xee\x3f\xb8\x87\x1f\xb8\x58\x39\x83\xf0\x38\x60\x6b\x7b\x93\ \xf1\x78\x9c\x45\x1c\x59\x56\x2e\x33\x95\x4e\xae\xf7\x44\xc6\xab\ \xa6\x7c\xee\x44\x52\x3e\x91\x9a\x97\xcb\xe5\x34\xb9\xc0\x4e\x85\ \x03\x02\xde\x77\x1d\x81\x22\x54\x2a\x15\x34\x4d\x63\x30\x18\x30\ \x33\x33\xc3\x60\x30\xc8\xa2\x6a\xfa\xfd\x01\x77\x3e\xfd\x9c\x4a\ \xb9\x4c\xa3\x3e\x85\x2a\x8b\x10\xcc\xeb\x37\x6e\x00\xb2\x48\xb9\ \x20\xe1\xe9\xe6\x26\x51\xf4\x15\x34\x45\xf9\x7b\xcd\x26\xbf\x38\ \x93\x49\xca\x9b\x10\x85\x8c\x06\x5d\x91\xc6\x6b\x0a\x9f\x43\xb5\ \x5c\xc4\xb1\x1d\x6c\xc7\xa6\xd7\x69\x09\x02\x34\x9f\x43\x53\x24\ \x02\x04\x4e\x18\x45\x91\x80\x6f\x14\xf9\x24\xce\x59\x4a\x20\x91\ \xf0\x03\x3f\xbb\x39\xc2\x30\xcc\x64\x80\x0b\x0b\x0b\xe4\xf3\x79\ \xf6\xf6\xf6\x98\x9a\x9a\xa2\x50\x28\x30\x1e\x8d\x9f\x89\xbc\x17\ \x2e\x61\xe3\x99\x28\x70\x91\xf2\x4a\x7a\xd0\x9e\x84\x45\x46\x91\ \xf0\x41\xa8\x86\xce\xfc\xd2\x82\x98\x74\xd2\x74\xe2\x49\x4c\x8b\ \x92\xa6\xc3\xc6\x49\x2c\x14\x6c\xa6\x89\x24\x4b\x58\x96\x88\xf8\ \xa8\x36\xea\xd9\x44\x20\x5c\xd2\xba\xf0\xd7\xc4\x31\x4a\xfa\xef\ \xa5\x30\x46\x43\x04\x4e\x92\x26\x03\x67\xde\x98\x28\xce\xf8\x18\ \x64\x99\x20\x49\x18\x39\x4e\x46\xc8\xb9\xae\x9b\x49\x84\x05\x94\ \x16\x67\x64\xe3\xc8\x71\x09\x83\x00\xdf\xf7\x99\x9b\x9b\xc3\x34\ \x4d\xd6\xd6\xd6\xb2\x22\x1a\x45\x11\xc3\xe1\x90\xdf\xfa\xed\xdf\ \xca\x3e\x8b\xe7\xd1\x44\x14\x8a\x45\x38\x15\x2d\x9f\xcb\xe5\xf8\ \xc9\x4f\x7e\xc2\xc1\xc1\x01\xaf\xbd\xf6\x1a\x4f\x9f\x3e\xa5\xdd\ \x6e\xb3\xb7\xb7\x47\xa3\x51\x27\x08\x7c\x7a\xbd\x3e\xf5\x7a\x8d\ \xf9\xf9\x79\xc2\x30\xc4\x30\x0c\x11\x15\xe1\xbb\x18\x96\x85\xa6\ \x15\x79\xf3\xcd\xaf\x71\xf7\xee\x5d\x66\x66\x66\xd0\x34\x8d\xd1\ \x68\xc4\xb9\xf3\xe7\x69\x4c\x4f\xd3\xed\xf7\xc8\x9b\x16\xaa\xaa\ \x13\xc4\x11\x86\x21\xde\x8f\xa6\x89\xc8\x93\x34\x5e\xf6\x44\x81\ \x17\x8b\xee\x53\xd5\x34\x1c\xdb\x46\xd7\x34\xe6\xe6\xe6\x44\xcc\ \x85\x22\x78\x89\xfd\xdd\x3d\x42\xd7\xe3\xc2\x95\xcb\x0c\x07\x03\ \x11\xa4\x69\x9a\x29\xf7\xe1\x73\xb0\xb7\xcb\xdd\x3b\x77\xd8\x5c\ \x5f\x67\x65\x79\x31\x83\x35\x40\x24\xc8\x76\xba\x7d\x82\x20\x20\ \x5f\x28\x90\xb3\x1d\x06\x83\x01\x95\x4a\x45\x4c\x52\xa9\x89\x73\ \x63\x43\x48\x42\x87\xc3\x61\x8a\x9d\xdb\x14\x0a\x25\x3c\x2f\xc0\ \x71\x7d\xf2\xf9\x22\x83\x81\x9d\x35\x30\x93\x50\xca\xb9\xb9\x39\ \x2e\x5f\xbe\x4c\x3e\x9f\xa7\x5c\x2e\x73\xeb\xd6\x2d\x92\x24\xa1\ \xd3\xe9\xb2\xbd\x2d\x22\x88\xfc\x34\x7c\x70\x30\x18\x64\x12\xd8\ \xf9\xf9\x79\x8e\x8e\x8e\x68\x1f\xb7\x98\x5b\x9c\x25\x89\x7e\xfe\ \x82\x12\x27\x31\x95\x4a\x99\x40\xd2\x18\xb4\x3a\x42\xb8\xd0\x6c\ \x72\x70\x70\xc0\xfa\xfa\x13\x0c\xd3\x44\x52\x24\x5e\x79\xe5\x15\ \x96\x16\x17\x89\xa3\x90\x7a\xbd\xc1\x77\xbf\xf3\x1d\xba\xcd\x16\ \x9f\xde\xbc\xc5\x68\x3c\xe6\xdd\x77\xdf\xe5\xd5\xaf\xbc\xc6\x95\ \xab\x57\xc9\x97\x4a\xdc\xbf\xff\xaf\xb8\x7c\xe1\x32\x47\x07\x87\ \xac\x6f\x6c\xb0\xbc\xb8\xc8\xc3\x87\x0f\x79\xf5\xd5\x2f\xf3\xca\ \x2b\x2f\x67\xd2\x68\xc7\x71\xc9\x5b\x16\x92\x22\x93\x2f\x14\xd2\ \x69\xe1\x24\x1a\x5e\x02\x34\x43\xc7\x73\x5d\xda\xed\x16\xb5\xda\ \x14\x8e\xe3\x08\x41\x46\xa1\x80\xe7\x79\x34\x9b\x4d\x4c\xd3\xc4\ \xf7\x03\x9e\x3c\x79\xc2\xd9\xb3\x67\xa9\x54\x2a\x29\x24\x2b\x1a\ \x4d\xdb\x71\x79\xf2\xe4\x29\x71\x1c\x73\xe9\xd2\x25\xde\x7b\xef\ \x3d\xc6\xa9\x14\x59\x78\x7c\x54\x0c\xc3\xc0\xf7\xfd\xcc\xa7\xe6\ \x79\x5e\x26\x27\x0f\x82\x00\x3f\xf5\xd9\x4d\x9a\x8d\x09\xcf\x29\ \x24\xc3\x02\x69\x18\x8d\x46\xb4\xdb\xed\xec\x0c\x98\x70\x5b\xb2\ \x2c\x33\x33\x33\xc3\xdc\xdc\x1c\xc7\xc7\xc7\xb4\xdb\x6d\x91\x02\ \xa2\xe9\x34\xef\x3f\x40\x0a\x63\x9c\xb1\xcd\xf9\x0b\x17\x39\xb7\ \x7a\x46\x24\x47\x1b\x3a\x63\xdb\xc5\x8f\x42\xbe\xf2\xd5\xaf\xfe\ \x83\xd2\x2e\x7e\xa1\x38\x13\x59\x92\x30\x34\x95\x9c\x65\x66\x17\ \xd7\x77\x1d\xfa\xa1\xcf\xfc\xdc\x3c\xb2\x5c\xa7\xdb\xeb\x09\xd2\ \x31\x8e\xd0\x0c\x95\xe9\x62\x43\xd8\xfe\x43\x81\x2f\xaa\x9a\x50\ \x42\x68\xba\x06\x49\x82\xac\x88\xe4\x4e\xa1\x0c\xb3\xb2\x09\x63\ \xa2\x92\x5a\x5c\x5c\xc4\x30\x0c\x1c\xd7\x41\x95\x05\xcc\x36\x91\ \x6d\x4e\x3c\x27\xa7\xe1\xae\x24\x8d\x62\x20\x4d\xfd\x3d\xfd\xfd\ \xc9\x28\xac\x1b\x86\xc0\xd1\x55\x95\x20\x4d\x8e\x8d\x7f\x66\x47\ \x83\xe3\xba\xa2\x60\xc5\x31\x61\x14\xe1\x38\x1e\x41\xaa\x71\x77\ \x5c\x17\x25\xbd\x81\x04\x0f\xe0\xe2\xb8\xee\x49\xe0\x5a\x18\x23\ \x45\x11\x61\x18\x11\x86\x41\xe6\x41\x51\x64\x05\x2f\xd5\x92\x4f\ \x8a\x61\xac\x28\x24\xf2\x24\xca\x3f\x26\x8e\x13\xc2\x53\x66\x3a\ \x45\x51\x52\x48\x2b\x21\x88\x4e\xc2\x24\x27\x66\xc0\x6e\xb7\x9b\ \xbd\xff\xc9\xfb\x7b\x9e\x86\xc5\xc9\xb5\x50\x55\x95\x28\x8e\xd1\ \x4d\x83\xb5\xb5\xa7\xfc\xc5\x5b\x6f\xf1\x1b\xbf\xf9\xef\xf3\x8f\ \xff\xcb\xdf\xe1\x7f\xff\xdf\xfe\x90\xef\xff\xd1\xf7\xd9\xdc\xda\ \x62\x73\x73\x33\x93\xbc\x0e\x06\x03\x7a\xbd\x9e\x90\x84\x6b\x02\ \xca\x5c\x5f\xdf\xe4\xca\xd5\x2b\xf8\xbe\xc7\xf4\xec\x0c\xc5\xad\ \x2d\x76\x77\x77\xb1\xac\xd3\xdd\xa9\xcb\xff\xf8\xdf\xff\x0f\xfc\ \xd6\x7f\xf2\x5b\x5c\xbc\x72\x05\x25\x4c\x55\x57\xa9\x9f\xc4\x75\ \x1c\x74\x4d\xc3\xd4\x54\xe1\x15\x22\x26\x41\x78\x9e\x20\x66\x3c\ \x1c\x11\xc8\x30\x3a\x1e\xb2\xb9\xbe\x21\x2e\x89\xef\xb1\xb9\xb9\ \x4e\xa5\x5c\x64\x61\x6e\x1e\xc5\x34\x89\x43\xe1\x68\xd6\x52\xd3\ \xa8\xeb\x3a\x24\x51\x88\xe7\x3a\x3c\xbc\xff\x00\xd7\x73\x19\xf4\ \xfb\x18\xa6\x96\x25\x28\x4f\x8a\x4b\xb1\x58\xe0\xf0\xe8\xf8\x24\ \xe8\x33\xf0\x29\x97\x0a\x2c\x2d\x2d\xb1\xb3\xb3\x43\xbd\x5e\xc7\ \x34\x4d\x86\xc3\x21\xe3\xf1\x98\x46\xa3\x21\x22\xeb\xc7\x63\x24\ \x59\xa6\x5c\xa9\x30\x18\x0e\xb3\xe2\xdc\x68\x34\x68\xb7\xdb\xdc\ \xbc\x79\x93\x7e\xbf\xcf\xec\xec\x6c\xd6\xf1\x4e\xa6\x54\xd7\x75\ \x99\x9f\x9f\xcf\x08\xfb\x77\xde\x79\x07\x5d\xd7\xd9\xdf\xdf\xe7\ \x3f\xff\x2f\xfe\x33\xfa\xfd\x4e\xd6\x38\xfd\xfc\xe3\x49\x4c\x7f\ \xd0\x43\xd7\x75\x2a\xd5\x0a\x77\xef\xdf\x23\x4a\x12\x5e\x79\xf5\ \x55\x1e\x3d\x78\x88\x1f\xfa\x3c\x79\xfc\x84\xef\x7c\xe7\x3b\x78\ \x51\xc8\xce\xce\x0e\x67\x56\x56\xb8\x7e\xfd\x3a\xff\x77\x6a\x15\ \x68\x36\x9b\x58\x56\x8e\x62\xb1\xc0\x95\xab\x97\xc9\xe7\xff\x63\ \xde\xfa\x8b\xb7\x58\x5e\x5e\xa6\x94\x4a\xfd\xbf\xf1\x8d\xaf\xb3\ \xb8\xb4\x44\xb7\xdb\xa5\x54\x2a\x67\x52\x7f\xb1\xfb\x87\x2c\xee\ \x3d\xf9\x99\x34\x0e\xa2\x84\x6e\xa7\xcb\x70\x30\xa0\x54\x2c\x21\ \x4b\xb0\xb8\x30\x4f\xaf\xd7\xc3\x73\x6d\xa6\x1a\x35\x1e\x3f\x7e\ \xcc\x70\xd0\xe7\xda\xd5\xcb\xb8\x73\xb3\x0c\xfa\x7d\x61\x0b\xd0\ \x0d\x3c\xd7\x65\xe3\xe9\x13\xde\x7b\xf7\x1d\x76\x77\x77\x59\x5a\ \x5c\x62\xd0\xef\x11\x7a\x1e\x39\xcb\x42\x96\xc5\x04\x30\x99\xfe\ \x27\x5f\x4f\x8a\xc8\xa4\x81\xf5\x7c\x3f\x4b\xa4\x98\x9c\x31\x93\ \xe8\xfc\x42\xa1\x20\x0a\xf1\xd1\x91\x48\xf2\x48\x65\xeb\x93\x00\ \xcb\x99\x99\x99\x0c\x81\xf1\x3c\x81\x94\xec\xec\xec\x70\xf9\xd2\ \x65\x16\xe7\xe6\x70\x3c\x17\xd3\xb2\xa8\x54\xcb\x98\x86\x8e\x61\ \xe8\x4c\xcd\xcc\x70\x74\x7c\xcc\x97\x5e\x7d\x05\x2f\x12\x4e\xfb\ \x89\x79\xf7\x0b\x53\x4c\xc2\x30\x64\xaa\xd1\xe0\x9b\xdf\xf8\x86\ \x50\x9c\x28\x82\x24\x8e\x4f\x19\xec\x34\x4d\xe3\xec\xd9\xb3\xe2\ \xa1\x23\x41\x52\x95\x6c\xcf\xc4\xa4\x72\x4f\xba\xdb\x30\x8c\x30\ \x0d\x03\x59\x55\xb1\x1d\xef\x19\x13\xe0\xe9\x00\x45\xcf\x13\x11\ \xce\xba\xae\xe3\x05\x11\xc3\xc1\xf0\xef\xe4\x62\x4d\x3a\x83\x49\ \x36\x57\x14\x45\x69\xec\x09\x27\x5f\xa7\x24\x58\xe0\xfb\xc2\x2b\ \x13\x86\x29\x37\x11\xa6\x70\x93\x20\xef\x33\x9d\x7e\xf6\x3a\xc5\ \x01\xae\xe9\x42\x0a\x9a\xc4\xe2\x7b\xb9\x7c\x3e\x1b\x77\x27\xa3\ \xec\xa4\xf8\x18\x86\x41\x1c\x86\x42\x69\x94\xc4\x7f\x67\x3c\x9f\ \x40\x7c\x62\x71\x94\x9a\x29\x41\x5c\xd7\x4b\x8b\xa4\x9e\xc2\x72\ \x11\x9e\xe7\x23\x4b\x32\x8a\xa6\x92\x84\x49\x16\x46\x38\x29\x34\ \x93\x9f\x7b\x3a\xd7\xeb\x79\xb2\xb1\x13\x59\xb2\x95\xcb\xa1\x1b\ \x3a\xcd\x66\x8b\x7f\xfa\x4f\xff\x3b\x5e\x7f\xfd\x0d\xfe\xc9\x7f\ \xfb\x4f\xd8\xdf\x3f\xa0\xdb\xeb\x11\x04\x21\xb7\x6e\xdd\xce\x7c\ \x2f\x13\x7f\x8c\xeb\x8a\xf8\x89\x66\xb3\x49\xb7\xdb\xa5\x50\x28\ \xd0\x69\x77\xa8\x56\xcb\x8c\x47\x63\xe6\xe7\xe7\xf9\xc1\x0f\x7e\ \xc0\x70\x38\xcc\x3e\xcf\xd6\xf1\x31\xad\x76\x8b\xc3\xc3\x43\x2e\ \x5d\xbb\x4a\x42\x82\xef\x79\xd8\xc3\x01\xb2\x22\x31\x1c\x8d\x90\ \x55\x15\xab\x58\x14\x0d\x89\x2c\xf6\xbb\xa8\x9a\x86\x3b\x1a\x90\ \xcf\xe7\xf0\x5d\x97\xcd\x8d\x75\x5a\xad\x16\xe7\xcf\x9d\x83\x58\ \x4c\x1f\x57\xaf\x5c\x21\x49\x22\x02\xdf\x43\x37\x34\x08\x22\x74\ \xd5\x42\x4a\x44\x8c\x8e\xaa\xaa\x04\xbe\x87\x63\x3b\xb4\x5b\x2d\ \x2a\x95\x12\x89\x94\x30\x1e\x8d\x33\x43\xa3\xef\x7b\x99\x80\xc4\ \x71\x1c\x8a\xc5\x22\x53\x53\x53\xac\xac\xac\x52\xad\x56\xb2\xe0\ \xc1\x7a\xbd\x4e\x18\x86\x1c\x1d\x1d\x11\x04\x01\x95\x4a\x85\xe3\ \xe3\x16\xb5\x5a\x0d\xdb\xf5\x53\x28\x35\x11\x29\xc8\xae\x4b\xb7\ \xdb\x65\x66\x66\x86\xcd\xcd\xcd\xcc\x3b\x64\xdb\x36\xfd\x7e\x1f\ \xcb\xb2\x98\x99\x99\xa1\xd3\xe9\x70\xee\xdc\x39\x36\x37\x37\xd3\ \x78\x95\x84\xef\x7e\xf7\xbb\x58\x96\x45\xaf\xf7\xbc\x2e\xbd\x84\ \x14\x27\x14\xf3\x79\x34\x59\xe6\x93\x8f\x3f\x60\x6f\x6f\x8f\xdf\ \xf8\xcd\xdf\xe0\x57\xfe\x9d\xef\xf2\xbf\xfe\xde\xff\xc2\xad\x9b\ \x9f\xd0\x6a\x36\xd9\xdf\xdd\x47\xcd\x19\x78\x9e\xcf\x27\x1f\x7f\ \xc2\xe3\x07\x0f\x45\xf4\x87\x69\xe2\xba\x2e\x9f\x7f\xf6\x19\xdf\ \xfa\xa5\x6f\x61\xe4\x2c\xca\xe5\x32\xd5\x6a\x95\xc7\x0f\x1f\x61\ \x59\x39\x6a\xb5\x1a\xd7\xaf\x5f\x47\x55\x65\xfe\xf1\xef\xfc\x0e\ \xdf\xfb\xde\xf7\xf8\xf6\xb7\xbf\x8d\xae\x1b\xa8\x8a\x42\x1c\x8a\ \x3d\x40\xfd\x7e\x1f\x45\x96\x33\xa8\x6b\x02\xf5\x96\x4a\x25\x4c\ \xc3\x60\x3c\x1c\xa0\xaa\x2a\xb6\x1f\xb0\xf1\xf4\x29\xe3\xf1\x18\ \xcf\x71\xd8\xde\xda\xe2\xf2\xa5\x4b\x34\xea\x75\x24\x44\x08\xec\ \xe4\x2c\x71\x1d\x87\xe3\x66\x13\x92\x84\x4e\xbb\x8d\x3d\x1e\x8b\ \x43\x99\x04\x7b\x3c\x42\x4e\xe5\xdc\x93\x42\x3e\x09\x95\x05\x70\ \x5d\xb1\xe3\x66\x66\x66\x86\xf1\x78\x8c\xed\x38\x18\x86\x91\xf1\ \x98\x61\x18\x62\x59\x16\xae\xeb\x66\x53\x79\xa1\x90\xa7\x3f\x1a\ \x67\xe9\x16\xb2\x2c\xb3\xb3\xb3\xc3\xde\xde\x1e\xd7\xaf\x5f\xcf\ \xbc\x6a\x51\x14\x11\x05\x01\x32\x60\x19\x86\x68\x26\x7d\x9f\x76\ \xa7\x45\x7f\x3c\xe2\xbd\x0f\xde\xe7\xab\x6f\xbe\xc1\xea\xd9\x55\ \xd6\x9e\x3c\x11\x02\x80\xbf\x27\x08\xf1\x0b\xc5\x99\x8c\xed\x31\ \x9b\x5b\x5b\x99\x81\x70\x72\x40\x06\x41\x80\xeb\x09\x1d\xfd\x84\ \xa3\x70\x7d\xef\x19\xe8\x29\x53\x35\x04\x41\x26\xaf\xbd\x7a\xe5\ \x32\x8a\x61\xf2\xde\x7b\x1f\x8a\xa5\x31\xa9\x53\x75\xd2\xc5\x4e\ \xd4\x5f\x8e\xe3\xa0\x1b\x06\x96\x61\x12\xa5\x05\x63\x02\x75\xfd\ \x6c\x46\x56\xf6\x7d\x4e\x36\xa8\x4d\x5e\x6b\x9c\x24\x44\xa1\x88\ \x2c\xcf\xe5\x72\xd8\x8e\x23\x3a\xa0\x48\xce\x26\x8d\x89\xe9\x4d\ \x84\x3d\x46\x24\xb2\x44\x22\x09\xaf\xc5\xa4\xb0\x88\xc4\x59\xa1\ \x24\x0b\xe3\x08\x33\x9d\xd4\x90\x20\x91\x25\xfc\x38\x22\x91\x45\ \xbf\x1c\x4f\x04\x03\x92\x24\x20\xb7\xf4\x41\x48\x43\x01\x48\x22\ \x61\x50\x7c\xe6\xe7\x66\x23\xb3\x8c\x24\xa9\x59\xf1\x98\xc4\xae\ \x9c\xce\xf2\x39\x8d\xd9\x4f\x0e\xfe\x89\xb8\xe1\xf9\x14\x93\x04\ \xdf\xf3\xb3\x43\xea\x0f\xfe\xe0\x0f\xe8\xf5\x7b\xfc\xfe\xef\xff\ \x73\xe2\x38\xc2\xb2\x4c\x56\x57\x57\x31\x4d\x8b\xcd\xcd\x4d\xfe\ \xf6\xed\xbf\xe5\xc5\x97\x5e\x64\x6d\x6d\x8d\xc3\xc3\x43\x3e\xfb\ \xec\xb3\x6c\x6a\xaa\x56\xab\x68\x9a\xc6\xe6\xd6\x26\xd5\xca\x0d\ \x2c\xcb\xe2\xe8\xe0\x20\xe3\xcc\x3a\x9d\x0e\x7f\xf3\xa3\x1f\x65\ \xcb\xa4\x8e\x8e\x8e\xd8\x78\xb2\xce\x60\x34\xa6\x58\xcc\x31\xdd\ \x68\xd0\x6b\x37\xb3\x5d\x10\xcb\x67\x56\x4f\x2d\xb5\x12\x6a\x2f\ \xdb\xb6\x89\xe2\x08\x39\x11\xae\xe2\x6e\xbb\xc3\x78\x7a\x06\xcb\ \xb2\xb8\x72\xf9\x12\xc7\xcd\x26\x6b\x8f\x1e\x33\x7b\x66\x95\x72\ \xa5\x84\xa9\xeb\xc8\x52\x42\xaf\xdb\x43\x22\xc6\x73\x1d\xea\x8d\ \x06\xc7\x47\x87\x28\x8a\x4c\xb5\x56\xa6\xdd\xed\xd0\xef\xf7\x41\ \x92\x53\x01\x87\x8e\xa2\xeb\x99\x0b\x5f\x44\xcd\x78\x84\x61\xc8\ \xee\xee\x1e\xaa\xaa\x71\x70\x70\x88\x69\x5a\x14\x8b\x65\x4c\xd3\ \x42\x92\x64\xee\xdc\xb9\x07\x12\xe4\xf2\x45\x3c\xd7\x4b\x17\x3d\ \x89\x89\x4a\xd7\x75\x91\xf9\x94\xcf\x67\x50\x8d\x90\x14\x9b\xbc\ \xf2\xca\x2b\xa8\xaa\xca\xf4\xf4\x34\x7f\xf4\x47\x7f\x44\x92\x24\ \x7c\xf3\x9b\xdf\x4c\xef\x77\xb8\x7e\xfd\xba\x10\x84\x3c\xaf\x69\ \x54\x96\x70\xc6\x2e\x5e\xac\xf0\xe1\x87\x1f\xf2\x7f\xfd\xcb\x7f\ \xc9\x6f\xff\xa7\xbf\xcd\x77\x7e\xf9\x97\xf9\xf4\xd3\xdb\xf4\x07\ \x03\x64\x59\x66\x73\x63\x83\xb5\x47\x8f\x28\x36\xaa\x8c\xc7\x63\ \x0a\x56\x3e\x9b\x62\x6d\xdb\xa6\xdb\xe9\xb0\xb1\xb1\xc1\xfc\xe2\ \x02\xf9\x62\x81\x38\x4e\x68\xd4\x1b\xfc\xb4\xf9\x0e\xad\x56\x8b\ \xe5\xa5\x45\x9a\xcd\x63\x86\xc3\x41\x06\x93\x8a\xf4\xeb\x1e\x6d\ \xdf\xcb\x26\x41\xc7\x71\x18\xe9\x3a\xd3\x33\x33\x44\x41\x88\x92\ \xc6\xdf\xe4\xf2\x79\x88\x13\xe2\x94\xb3\xfc\xec\xd3\xf7\x58\x5f\ \xdf\x60\x69\x69\x89\x38\x8a\x31\x75\x83\xb9\xd9\x39\x0c\x4d\x47\ \x95\x05\x7c\x6d\xa7\x53\xed\x24\x54\x73\xe2\x93\xeb\xf7\xfb\xf4\ \xfb\x3d\x11\x3f\x6f\x9a\x78\x41\x98\x99\x58\xc3\x30\x44\xd3\x34\ \x71\x6f\xa5\xde\xae\x5c\x2e\x47\xbd\x5e\xa7\x50\x28\xf0\x74\x7d\ \x1d\x2b\x4d\x53\x38\x3a\x3a\xc2\x75\x5d\x66\x67\x67\x33\xf3\xb1\ \x69\x9a\x8c\xc6\xe3\xec\xbc\x9a\x34\x19\x93\x18\xa6\xb5\xb5\xb5\ \xec\xff\x56\x14\x85\x20\x0c\x29\x95\x4b\x1c\x1d\x37\x29\x17\xf2\ \x20\xcb\x3c\x5e\x5b\x63\x64\x8f\x39\x7b\xf6\x3c\xf3\x0b\x73\x1c\ \xec\xef\x31\x4c\x13\x09\xbe\x70\xd2\x60\x45\x96\x19\x0c\x86\xdc\ \x7b\xb4\x46\xad\x5c\x12\xfb\x06\xd2\x2d\x65\x71\x24\xb6\xe4\x4d\ \x0c\x74\x9e\x27\x48\xf7\x58\x4e\x88\xa3\x44\x1c\xaa\x29\x57\x10\ \x45\x31\x49\x5a\x74\x82\x20\x42\x56\x93\xcc\xa3\x32\xc9\xb9\x72\ \x5d\x37\x8d\x0b\x91\xb2\x58\x6e\x21\x87\xf5\xd0\x54\x2d\x2b\x60\ \x93\x62\x35\x29\x2e\x27\x2b\x5a\xd3\x02\x36\x59\x64\x95\x1e\xbe\ \x61\x18\x11\x45\x09\x6a\x14\xa7\x11\xd4\x0a\x12\xa9\x99\x32\x11\ \x5f\x2b\x29\x74\x26\x48\x65\x35\xe5\x77\x85\x9c\x37\x46\x48\x5c\ \x91\x14\x24\x45\xb8\x93\xa3\xb4\x00\x8a\xc9\x26\xdd\x92\x23\x43\ \x22\x49\x20\x89\xf8\x94\x18\xa1\x21\x96\x90\xd0\x55\x1d\x3d\x5d\ \x83\xeb\x87\x11\x84\x09\x52\x22\x01\x32\x61\x18\xe3\x79\x41\x56\ \xbc\xb3\xd5\xc7\xb2\x0c\x52\x44\x9c\x9c\xc4\x65\x4c\x3a\xa6\xd3\ \xf1\x32\x8a\xa2\x90\x33\x4d\x21\x52\x48\x9e\xdf\x64\x72\xf3\xf6\ \x67\xbc\xf0\xc2\x0b\xdc\xbe\x7d\x9b\xbf\x7c\xeb\x07\xfc\xee\xef\ \xfe\x2e\x4f\x9e\x3c\x61\xff\xe0\x90\x7a\xbd\x21\x72\xd0\x90\xd0\ \x75\x83\x07\x0f\x1f\x50\xab\xd7\xb8\x7d\xfb\x36\x77\xef\xde\xc5\ \x75\x5d\x46\xa3\x11\x8b\x8b\x8b\x2c\x2c\x2c\x30\x3b\x3b\xcb\xc3\ \x87\x8f\x52\xa2\x55\x63\x69\x65\x85\x46\xa3\x91\x75\x9b\x2f\xbc\ \xf8\x22\x9d\x14\x5f\x9e\x9b\x9b\x63\x7e\x61\x9e\x8a\xe3\x92\xcf\ \x5b\xa8\xaa\x42\xe4\x17\x39\x3e\x3e\x16\x52\x71\x55\x27\x89\x62\ \xc2\x28\x41\x4a\x40\x55\x65\x14\x45\xa2\x75\xdc\x4a\x15\x7d\x21\ \x24\x11\xb7\x6f\x7d\xc2\x78\x3c\x24\xf0\x3d\x92\xd4\xaf\x50\x2d\ \x97\x09\x83\x80\x58\x53\x49\x62\xe1\x94\x4e\x82\x80\xd5\x95\x15\ \x02\xcf\x63\x61\x76\x96\x27\xf9\xc7\xec\xee\xed\xa1\xa4\xc9\xc9\ \xed\x4e\x4f\xe4\xbb\x15\x0a\x48\x8a\x42\xb9\x5c\x66\x30\x18\x10\ \x84\x21\x46\x92\x70\x74\xd8\xa4\x50\x28\x52\xaf\x4d\xb1\xb7\xb7\ \x47\xa5\x5c\x63\x6b\x6b\x0b\x45\xd6\x50\x64\x8d\x8b\x17\x2e\x21\ \xcb\x32\x07\x47\x47\x04\x61\x88\x65\x99\x38\x8e\x4b\xaf\xd7\xc3\ \x34\xcd\xcc\x6b\xd0\xeb\xf5\x98\x9f\x9f\x4f\x9b\x36\x85\x4e\xa7\ \xc3\x8b\x2f\xbe\xc8\x60\x30\x60\x61\x61\x81\x5f\xfb\xb5\x5f\x63\ \x76\x76\x96\xb7\xde\x7a\x8b\x5f\xfd\xd5\x5f\x25\x9f\xcf\x73\x78\ \x78\x80\xa6\x3f\x9f\xe3\x22\x49\x12\x8a\xf9\x02\x9b\x8f\x9e\xf2\ \x7f\xfc\xe1\x1f\x72\xee\xfc\x39\x7e\xe3\x37\x7f\x93\xa3\xa3\x43\ \xac\x9c\x95\x9a\x27\xd7\x69\x35\x8f\x79\x78\xff\x01\xc5\xe9\x1a\ \x7b\xfb\xfb\x10\x46\x6c\xad\x6f\x66\x13\xf2\xfc\xc2\x02\x8d\x46\ \x83\x8d\x8d\x0d\xbe\xf6\x8d\xaf\xe3\xd8\x2e\xb9\x9c\x85\xef\xfb\ \x14\x8b\x45\x5a\xad\x16\x3f\xfc\xe1\x0f\x29\x97\x4b\xc4\x91\xc8\ \xcf\x7b\xf8\xf0\x21\xe3\xf1\x98\x5a\xa5\xc2\xd2\xd2\x62\x1a\x4d\ \x22\x12\x16\x5e\x7c\xf9\x25\xb1\x08\xed\xd4\x8a\xdf\xa3\xc3\x03\ \x92\x28\x4c\xb7\xa7\xc6\x74\xba\x6d\xa6\xa7\x1b\x58\x96\xc1\xf4\ \x74\x03\xa4\x84\xc7\x8f\x1f\x12\x45\x01\xa5\x4a\x11\x43\x55\x51\ \x65\xe8\xf7\x3a\xb4\x9a\x87\x38\xe3\x11\xc5\xbc\x45\x14\x78\x98\ \xba\x46\xae\x52\xa6\xd3\x13\x99\x6c\x13\x01\xc4\xa4\x98\x4c\x0c\ \x89\xa6\x69\x0a\xf2\x5d\x51\x18\xa5\x86\xc5\xe1\x70\x48\xb5\x5a\ \x45\x55\x55\xc1\xaf\xa5\xfe\xb8\x49\x4c\x8a\x7c\x2a\x48\x74\xc2\ \x0d\x4d\x22\xf5\x27\x4d\xe4\xe4\x73\x99\x99\x9b\xc1\x75\x1d\xda\ \xfd\x0e\xcd\xe6\x11\x86\x65\xb1\xb8\xb8\xc0\xce\xee\x2e\x17\x2f\ \x9d\x47\x46\xe2\x20\x2d\xbc\xff\x90\x07\xfd\x17\x8b\x33\x91\x15\ \x34\x45\x45\x52\x34\xe2\x34\xc3\x47\x1c\x76\x0a\x8e\x1b\x30\xb6\ \x5d\x24\x49\x2c\xb0\x51\x65\x15\x05\x59\x24\x5f\x2a\x0a\xb2\x2e\ \x67\xc1\x7d\xbe\xef\xe1\x7b\x01\xaa\x62\x90\xcf\x15\x28\x95\x4b\ \xd8\x8e\x9d\x41\x5c\x93\x6c\xff\x09\x6c\x35\xe1\x09\x1c\xcf\xc7\ \x4d\x5c\x94\x54\xf5\x72\x7a\xef\xc7\x64\x42\x51\x14\xe1\xe9\x48\ \x24\x25\xdb\x97\x7c\x1a\x02\x92\xd3\xd5\x9c\x62\x3f\x88\x28\x6a\ \x0a\xcf\xee\x4c\xf9\xb7\x49\x8d\x4f\x47\xc2\x4f\xa2\xc3\xa3\x53\ \x71\xf4\xa7\x23\x52\x92\x30\xce\x26\xa8\x49\x21\x56\x14\x51\xb8\ \x7c\xdb\xc9\x60\xc3\x30\x0c\xc9\x9c\x2d\x89\xd8\x1d\x3e\x09\x1d\ \x4c\x52\x98\x4e\x55\x15\x72\x56\x1e\x33\x67\x92\x10\x67\x9d\xda\ \xc4\x0c\xe7\xf9\x1e\x9e\xeb\x65\xa4\x9e\x9f\x4e\x50\xd2\x73\xc0\ \x3b\x26\xc5\xfc\xfb\xdf\xff\x3e\xd5\x6a\x95\x3b\x77\xee\x90\xcf\ \xe7\x79\xf7\xdd\x77\x91\x24\x41\xc0\x26\x49\xc2\x68\x28\x16\x13\ \x35\x8f\x8e\xd2\x88\x8c\x8b\x24\x49\xc2\x95\x2b\x57\x78\xf8\xf0\ \x21\x7b\x7b\x7b\x69\x97\xad\xf3\xd3\x9f\xfe\x54\xc4\x72\x04\x2e\ \x67\x56\x57\x19\x8d\x46\x19\x61\x3d\x35\x35\x85\x2c\xcb\x2c\x2d\ \x2f\x0b\x9e\x2c\x9d\x1c\x55\x55\xa5\xdf\xef\x63\x28\x72\x76\xe0\ \x9c\x3b\x77\x4e\x7c\x8e\x81\x4f\x9c\x28\x78\xae\x4b\x14\x78\x14\ \x2b\x55\x9e\x3e\x79\xc2\xf6\xc6\x26\x2b\x2b\x2b\x54\xab\x15\x5a\ \xc7\x2d\x88\xc5\x7d\x65\x3b\x36\xb2\x0c\xbd\x6e\x87\x5c\x3e\x4f\ \xa5\x5c\x42\x4e\x12\xc6\x8e\xcb\xde\xde\x2e\x1f\x7d\xf4\x11\x9e\ \xe3\xa0\xeb\x2a\xdb\x5b\xdb\x8c\xec\x31\x85\x52\x51\xec\x35\x4f\ \xef\xcd\xc1\x60\x80\x92\xc6\xd7\xf4\xfb\x7d\xa6\xa6\xa7\x99\x9f\ \x9f\x67\x66\x6a\x9a\x33\x67\xce\xf0\xf6\xdb\x6f\x53\xab\xd5\x32\ \x58\xef\xe8\xe8\x88\xd7\x5f\x7f\x9d\xd7\x5e\x7b\x8d\xed\xed\x6d\ \xee\xdc\xbb\xc7\xd6\xce\x2e\xe3\xb1\x10\x58\x88\x28\x9a\x3c\xad\ \x96\x88\x9a\x59\xa4\xd5\xbf\xa8\x00\x00\x20\x00\x49\x44\x41\x54\ \x58\x58\xc8\x08\xdf\x20\x70\x79\xf7\xdd\x77\x39\x3e\x3e\xe6\xca\ \x95\x2b\x5c\xbc\x78\x11\x5d\xd7\x79\xf2\xe4\x09\x37\x6e\xdc\xa0\ \x50\x28\xf0\xfb\xff\xfc\xf7\x69\xb5\x8f\xf9\xaf\xff\x9b\xff\x8a\ \xd1\x68\xfc\x73\x5f\x77\x4d\x55\xb9\x77\xff\x31\xff\xe2\xff\xfc\ \x3e\x49\x92\xf0\xbd\x7f\xef\x7b\xbc\xf3\xce\x3b\x1c\x1c\x1e\x88\ \xe5\x4c\x69\xda\xb2\x2c\xcb\xb4\x9a\xc7\x18\xe5\x02\xbb\x3b\xbb\ \x34\x0f\x0e\xd0\x64\x15\xdf\xf3\xc9\x59\x16\xd7\xae\x5d\x63\x7a\ \x66\x86\x9b\xb7\x6f\x91\x00\xd5\x5a\x95\x17\x5f\x7c\x91\x1b\x37\ \x6e\x70\xfb\xf6\x2d\x96\x97\x16\xb9\x76\xed\x1a\x90\x10\x25\xe2\ \x73\x38\x7b\xf6\x2c\xb6\x6d\x33\x37\x33\x8d\x9c\xf2\x85\x83\xc1\ \x80\x72\xb9\x2c\x38\xb1\x24\x21\x4c\x9f\x5d\x33\x67\x51\xae\x56\ \xd9\x78\xfc\x88\x7e\x7f\x80\xa1\xe9\x14\xac\x1c\xf7\xee\xdc\xc5\ \x19\x8d\x31\x34\x9d\x6e\xab\x8d\x3b\xb6\xc9\x5b\x16\xae\xe3\x52\ \xae\x54\x50\xd3\x6b\xb7\xbc\xbc\x9c\xc1\xb1\x8e\xe3\xf0\xf4\xe9\ \xd3\x2c\x86\x45\x96\x65\x22\x3f\xca\xa0\xe4\x09\xac\x1c\xa4\x02\ \x98\xc1\x60\xc0\x66\x18\x52\x2c\x16\x29\x95\x4a\x0c\x06\x83\x2c\ \x96\x47\x55\x55\xf2\x29\x0c\x3e\xc9\x51\xf3\x7c\x3f\xe3\x54\x46\ \xa3\x11\x73\x73\x73\xd9\xb9\x62\x18\x22\x10\xd5\x34\x05\xc2\x51\ \x2c\x15\xd1\x2d\x83\xa9\xb9\x59\xaa\x61\xc8\xb7\xbe\xf5\x4d\x3e\ \xfc\xf8\x63\x96\x96\x97\x68\xd4\x1b\xb4\x8f\x8f\xd8\xdb\xda\x66\ \x6d\x6d\x8d\x7f\xf7\xcd\xaf\x60\xe8\xfa\x17\x2b\x9b\x6b\xd2\xe9\ \xfb\x49\x42\x10\x9f\x74\x06\x49\x9c\xee\x30\x51\x55\xe2\x30\xc0\ \x0f\x43\xa4\x28\x41\x21\x46\x89\xc5\x86\xbc\x24\x55\x35\x4d\xe0\ \x1a\xc3\x30\x90\x50\x90\x25\x21\x7d\x4d\xa2\x98\x99\xe9\x99\xac\ \xa2\x4f\xe2\x09\x26\xb8\xf1\x60\x30\x10\x9c\x8c\xaa\x12\x85\x11\ \x4a\x28\xb8\x98\x28\xe5\x0a\x26\x70\xd8\xe4\xf0\x46\x4e\xb9\x9c\ \x53\x4a\xb4\xcc\xdc\x96\x40\x1c\x86\x44\x69\xbe\x4f\x18\x85\xe9\ \xce\xef\x13\x28\x6e\x72\xd8\x27\x69\xe4\x39\x88\x08\x7a\x5d\xd3\ \x08\xc2\x90\xf1\x68\x44\x10\x06\xd9\x0a\x61\x39\x35\x46\x46\x49\ \x82\x94\x24\xa8\xe9\x06\x47\x92\x18\x55\x52\x51\x55\x09\x45\x92\ \x08\xa3\x00\xcf\x73\x49\x00\x4b\x33\x29\x58\x79\x90\x15\xa2\x44\ \x4a\x43\x25\x4f\x64\xc3\x93\xac\xad\xc9\xa4\xe6\x74\xba\x24\xb2\ \x78\x9d\x13\x28\x4b\xf0\x35\x0e\x6a\x1a\xc3\x91\x24\x09\x91\x9d\ \xbe\xcf\xe7\x34\x9a\x4c\xa4\xdb\x37\x6f\xdd\x62\x7d\x7d\x83\x4b\ \x97\x2e\xf1\x97\x6f\xfd\x15\xe5\x72\x89\xdb\xb7\x3f\x65\x66\x76\ \x06\x59\x92\x28\x14\x4b\x28\xaa\xca\xad\xdb\xb7\xb8\x7e\xed\x3a\ \x2b\xab\x2b\xac\xac\xac\xf0\xe7\x7f\xfe\xe7\x24\x49\xc2\xf2\xf2\ \x32\x85\x42\x81\xdb\xb7\x6e\xb3\xbc\xb2\x9c\xa6\x10\x0c\x58\x5c\ \x5e\xe2\xc3\x0f\x3e\xc8\x84\x03\x85\x82\xd8\xdc\x38\x1a\x09\x4f\ \x50\xa7\xd5\xa6\x54\x11\x49\xc9\x07\x87\x87\x0c\xfb\x5d\x9a\xcd\ \x26\xc5\x62\x91\x38\x0c\x50\x55\x8d\x18\x19\x3f\x08\x18\xf4\xbb\ \x78\xce\x88\x61\xbf\xcf\x07\x1f\x7c\xc0\xf1\x71\x93\xbc\x95\x63\ \x6b\x6b\x9b\xfd\x83\x7d\xfa\x3d\xe1\x7f\xda\xdd\xde\x65\xe8\xfb\ \xa8\x9a\x46\xe8\x7b\xac\xae\x2c\x8b\x35\x0a\xa3\x91\x50\x70\x25\ \x31\x0f\xee\xdf\x47\x91\x65\xce\x9c\x59\x65\x77\x77\x97\xc3\xe6\ \x11\xd5\x6a\x1d\x45\xa9\xb3\xbd\xb3\x23\x38\x1b\xcb\x12\xcd\x45\ \x0a\x8f\x36\x1a\x0d\x1e\x3d\x7a\x84\x95\xcb\xb1\xb2\xb2\xc2\xda\ \x93\x27\x69\x44\x7a\x83\x72\xb9\x9c\xa9\x7a\xe6\xe6\xe6\x98\x99\ \x9e\x66\x73\x73\x93\x30\x0c\xb3\x64\xe3\x24\x49\x38\x77\xee\x1c\ \x67\xce\x9c\xe1\xd6\xad\x5b\x59\x03\xd7\x6c\x1e\xe3\xfb\x3e\xbf\ \xf2\x2b\xbf\xc2\xfa\xc6\x06\x1f\x7e\xf8\x21\x77\xef\xdd\xa3\x5e\ \xab\xf1\x67\x7f\xf6\x67\xac\xad\xad\xf1\xfa\xeb\x5f\xe5\x79\x61\ \x9b\xba\x61\xf0\xee\x4f\xdf\xe5\xdf\xfc\xe5\x5f\x72\xfd\xe5\x17\ \xf9\xe3\x3f\xfd\x13\x74\xc3\xe0\xec\xb9\xb3\x8c\x9d\x31\xdd\x6e\ \x57\xec\x27\xf7\x7c\x0a\xc5\x02\x0b\x8b\x0b\xf8\x41\xc0\x97\x5e\ \x7a\x89\xc7\xf7\x1f\x72\xa7\xdd\xa1\x5c\x2e\x63\xe8\x3a\x3f\xfe\ \xf1\x8f\x39\x6a\x1e\xf1\xe3\xbf\xf9\x1b\x72\xb9\x3c\x86\x2e\xe2\ \x91\x40\x34\x09\xf3\xf3\xf3\x24\x49\x4c\xa9\x58\xc4\xb6\x6d\x40\ \x2c\xc4\x3a\x3e\x3e\x16\x7b\xd2\x25\x89\xed\xed\x6d\xea\x75\xe1\ \xc1\x91\x64\x29\x3b\xa0\x3b\x9d\x0e\xe5\x62\x01\xd7\x75\xb9\x7f\ \xef\x0e\x33\x33\xb3\x4c\x35\xea\xf4\x7b\x5d\xe2\x38\x22\x8e\x42\ \xa2\x30\x40\x51\x24\xc6\xa3\x11\x9a\xa1\x63\x98\x3a\xe5\x4a\x09\ \x45\x96\xd8\xdf\xdf\xe3\xfd\xf7\xdf\xa7\xdf\xef\x53\xab\xd5\xe8\ \xf5\xba\x38\xb6\x4d\xce\xb4\x08\x63\x21\xc2\x99\x34\x9d\x13\xe5\ \xe6\x64\xef\x48\xb5\x5a\x65\x65\x65\x85\x38\x49\xb0\x1d\x27\x4b\ \x00\x2e\x14\x0a\xb4\xdb\x6d\xae\x5d\xbb\xc6\xf2\xf2\x32\x7b\x7b\ \x7b\x3c\x7e\xfc\x98\x5e\xbf\xcf\x28\x4d\x0e\x9e\xc0\xf8\x93\x84\ \xe8\x5c\xee\xc4\x7b\xb7\xbb\xbb\x8b\xa2\xab\xcc\x2f\x2d\x50\xae\ \x96\xf1\x3c\x1f\x45\x13\x2e\xf8\xb3\x2b\xab\x6c\x3c\x5d\xe7\xa7\ \xef\xfe\x94\x83\xbd\x7d\x91\x9a\x7c\x6a\x4a\xfb\x42\x15\x93\x28\ \x49\x08\xe2\x14\x9e\xe1\x64\x0f\x3a\xbe\x9f\xb9\xcb\xc5\xe6\x3b\ \x11\x9d\xe2\xa5\x6e\xf7\x28\x3a\xe9\x94\x63\xd7\x25\x1a\xf5\x89\ \x81\x85\xc1\x12\x89\x2a\xd1\x1b\xf4\x91\x55\x25\x85\x44\xc6\x19\ \x3f\xe0\x38\x0e\x96\x65\x91\xcb\xe7\x59\x5d\x59\x11\x87\x4b\xbb\ \x93\xe5\x62\x29\xca\x89\xda\xc9\x73\x5d\xfc\xc0\x27\x08\x42\xe2\ \x50\xa4\x13\x4f\xc8\x44\x11\xbd\x20\x76\x7b\x4f\x0e\xd9\x24\xcd\ \x72\xf2\x3d\x11\xe2\x28\xa7\x8a\xb3\x88\x04\x45\x92\xc9\xa5\xb9\ \x40\x41\xe8\xa3\xc8\x0a\x86\xa6\x91\xcb\x59\x10\x47\x90\x44\xe8\ \xa9\x27\x45\x96\xc4\xe4\x01\x20\xc7\xb1\x70\xe3\xca\x0a\x39\x5d\ \xec\x6f\xb7\xcc\x1c\xb2\x22\xa7\x9f\x4d\x94\x4d\x22\x51\x18\xe1\ \x38\x0e\x41\x9c\xa0\xaa\xa7\xf6\xa6\xc4\x31\x43\xdb\x46\x9a\x70\ \x22\x61\x20\xdc\xf2\xa9\x62\x49\x55\x14\xa2\xe4\x44\xd7\xae\xa9\ \x0a\x51\x14\x67\x8b\xb9\x82\x38\x4a\x53\x00\x9e\xcf\xc1\x22\xa5\ \xf1\x22\xfd\x5e\x9f\xa9\x5a\x8d\xa9\x46\x9d\xf1\x78\x4c\xbb\xd3\ \xc5\xf1\x42\x0e\x9a\x2d\x24\x12\x91\x8f\x16\xc7\x74\x3b\x6d\x7e\ \xfc\xf6\x8f\x28\x14\x4a\x24\x89\x20\x4f\x75\x5d\xa3\xd7\xeb\xf1\ \xd7\x3f\xfa\x11\x9a\xae\xb1\xb0\xb8\x48\xad\x56\xe3\xf1\xa3\x47\ \xcc\xcd\xcf\x51\xaf\xd7\xb3\xa6\x60\x7f\x6f\x8f\xd1\x70\x48\x92\ \x16\xcb\xf1\x68\x84\xef\x87\x58\xa6\xc1\x54\x63\x8a\x41\xa7\x2d\ \x56\x07\x1f\x1f\x53\xda\xd9\xa1\x58\xa9\x10\x45\x60\xbb\x1e\xc7\ \xcd\x26\xe5\x62\x9e\x4a\xa9\x84\xaa\xca\xec\x6c\x6d\x65\x3e\x8e\ \x6e\xaf\x83\x2c\xc9\x04\xa1\xcf\x60\xd8\x23\x90\x12\x7a\xbd\x2e\ \x84\x01\x44\x21\xae\xed\xd0\x6d\x77\xa8\x56\x2a\xe4\x2d\x8b\x83\ \xbd\x3d\x74\x55\x25\x9f\xcb\xa7\xfb\x25\x2a\xe4\x72\x79\x5c\xd7\ \x25\x9f\x2f\xa0\x19\x3a\xe5\xb2\xc8\xc5\x1a\x8f\x85\x07\x69\x6c\ \x8f\x88\xa3\x10\xe1\x4d\x0d\xe9\x76\xda\x90\xc0\xe2\xe2\x22\xae\ \xe3\x30\x1a\x0e\x19\x0d\x87\x28\x9a\x8e\x1f\x84\xc2\xac\x1b\x8a\ \xee\xd7\x34\x4c\x6c\xdb\x66\x71\x71\x31\x23\xeb\x55\x45\xc1\xb1\ \x47\xfc\xa3\x7f\xf4\x3d\x66\x66\x66\xf8\x8b\xbf\xf8\xd7\x84\x61\ \xc8\xe6\xe6\x26\xb2\x2c\xf3\xd1\x87\x1f\x8a\xa4\x6e\x9e\xdd\x95\ \xf1\xf3\x43\xda\x0a\xed\x66\x13\x45\x96\x68\xb7\x8e\xe9\x76\xdb\ \xe4\x8a\x62\xc2\xb2\x0c\x15\x22\x31\xa1\x07\xb6\xc3\xad\x5b\x37\ \x51\x73\x26\x67\xce\x9f\x85\x28\xe6\x93\x9e\x88\x60\x9f\x99\x9d\ \x21\x5f\x2c\xf0\xc3\xbf\xfe\x21\xaf\xbe\xf6\x9a\x48\x93\xd0\x43\ \x6a\xd3\xe5\x34\x06\x65\x84\xae\x69\x58\xa6\x89\x97\xf2\x23\xb6\ \x6d\xf3\xe8\xd1\x63\x96\x97\x97\x09\x7c\x8f\xdd\xed\x6d\x91\xad\ \xd5\xed\x52\xab\x56\x09\x7d\x3f\x0b\x95\x8d\xc2\x90\xbd\xdd\x5d\ \x86\x85\x02\xfb\x87\xfb\xdc\x7d\x78\x9f\xbd\xc3\x03\x4a\xe5\x32\ \x83\xf1\x90\x56\xb7\xcd\xe1\xf1\x11\x4b\xcb\xcb\x1c\x34\x8f\xb0\ \x5d\x97\x6a\xbd\xc6\x8d\x1b\x37\x04\x67\x11\x04\x0c\xfa\x7d\xc1\ \xa1\x06\x01\x8f\x1e\x3e\x64\x38\x18\xb0\x30\xbf\x40\xb3\xd5\xc6\ \x1e\x0b\xb9\xb7\x69\xea\xf4\xd2\x9d\x24\x93\x60\xd0\xec\x2c\x4b\ \xb7\x4e\xe6\x73\x39\xca\xe5\x32\x9d\x4e\x07\xdf\x17\x91\x33\xb3\ \xb3\xb3\x69\xe2\xb1\x47\xbd\x5e\x67\x7d\x7d\x53\xa4\x5a\x68\x1a\ \x17\xce\x9f\xa7\xdd\x11\xc1\x94\x73\x73\x73\x29\x1a\x21\x1a\x5e\ \xc7\xb1\xd9\xdb\xdf\xa5\x3a\x55\x61\x75\x75\x95\x7b\x77\xee\xf3\ \xd6\x5b\x6f\x31\xe8\x0f\xf0\xc7\x0e\x4f\xd7\xd7\x69\x36\x9b\xf8\ \xae\x87\x95\xb3\xfe\x41\x4f\xf9\x2f\x54\x04\xbd\x50\x26\x25\x84\ \xf1\x49\x31\x99\x74\xf3\xb2\x1c\x64\x12\xba\x28\x49\x88\x12\x19\ \x64\x05\x49\x96\xf0\x23\x50\xd3\x10\xc5\x08\x08\xc2\x90\x18\x08\ \xe5\x18\x14\x19\xdb\xf5\xf1\x8e\x8e\x9f\xd9\x29\x21\xcb\x32\x41\ \x18\x08\x6f\x45\x14\xa1\xe9\x26\x8e\x2b\xba\x11\x4e\xf5\x60\xb2\ \x2c\x63\x99\xa2\x43\x34\x35\x1d\x39\xf0\x89\xa3\x18\x4d\x15\xfb\ \x0a\x4e\xa2\x57\x64\xf4\x62\x29\x0b\x70\xd4\x54\x0d\xf2\x05\x82\ \x74\xfc\x3c\xfd\x7e\xaa\xd5\x2a\xaf\xbe\xfa\x2a\xdb\x5b\xdb\x3c\ \x7c\xf4\x90\x28\x8a\xd1\x54\x05\x43\x13\xb2\xd4\xa9\x62\xe9\x19\ \x39\xb2\xa6\x69\x27\x1b\xfb\x14\x19\x59\xd1\x10\x0b\x1f\x63\x46\ \x8e\x2d\x76\xce\xab\x62\xcf\xbd\x80\x4b\x26\x1d\x05\x20\xc7\x20\ \x45\xe9\x62\x27\x19\x55\x92\xd0\x4d\x0b\x5d\xd3\x51\x54\x11\x01\ \x12\xc5\x11\xba\xa6\x91\xa4\xe6\x4c\x45\x56\x51\xa4\x04\x55\x91\ \x98\x9a\x6a\x08\x92\x9f\xc9\x16\x47\xa1\x24\x49\x92\xe7\x63\x5a\ \x8c\x81\x8d\xf5\x4d\xfa\xc7\x2d\x5e\xbc\x7e\x99\xbc\x9c\x30\xf6\ \x1c\x1c\xdb\xc3\x0b\x14\x74\xd3\x24\x89\x02\x72\x66\x9e\x9c\xa9\ \x13\xfa\x0e\x9d\xd6\x11\x72\x12\x33\x1c\xdb\xb8\xae\x4d\x92\xc4\ \x6c\x6c\x6e\xf0\xc3\xbf\xfe\x21\x73\x73\x73\xdc\xbe\xfd\x29\x37\ \x3f\x7c\x1f\xc7\x1e\x53\x2a\x16\xd8\xdb\xdd\x21\xf4\x3d\x5c\xc7\ \xe6\xdc\xb9\xb3\xb8\x8e\x43\xe0\x7b\xdc\xbf\x7b\x87\x7a\xa5\xc6\ \x85\x73\x17\xa9\x14\xca\xac\xaf\xaf\x71\xf3\xa3\xdb\x78\x8e\x8f\ \x3d\x76\xf8\xe4\xc3\x8f\x58\x3d\x73\x06\xc7\x71\x28\x57\x4a\x6c\ \x6f\x3c\xa5\xd7\xed\x60\x59\x16\x95\x72\x89\xdd\xdd\x5d\x82\x50\ \xc0\xa0\x41\x28\x82\x30\x15\x4d\xc6\x71\x6d\xe2\x24\xc6\x1d\x0d\ \xd9\xdb\xdc\x60\x7f\x6b\x93\x85\xf9\x79\x7c\xcf\x43\x41\xa2\xd5\ \x3c\xc6\x1e\x8d\x08\x54\x95\xcd\x8d\x4d\x46\x23\x07\xcb\xca\x89\ \xc6\x44\x12\xa1\xa6\xc3\xd1\x28\x85\x3e\x24\x91\xe2\xa0\x48\xe4\ \x0c\x8d\x3e\x31\x44\x21\x49\x18\x51\xca\x59\xe4\x72\x39\xe6\x67\ \x66\x98\x69\x4c\xe1\x3b\x0e\x37\xae\x5e\xe3\xd3\x3b\xf7\xa8\x14\ \x2b\x48\xb1\x8c\x94\x48\x14\x73\x45\x42\x3d\x64\x76\x6e\x1a\xcb\ \x30\xd9\xdd\xdd\x66\x77\x7b\x13\xd7\x19\x43\x12\x92\xb7\x74\xbe\ \xfd\xad\xaf\xd3\xeb\xb4\xf8\xbd\xdf\xfb\x9f\xa9\xd5\x6a\x42\x2a\ \xee\x3b\x48\x49\x22\xb2\xe1\x9e\xe3\xca\x01\xb1\x92\x3b\x22\x67\ \xca\x98\x8a\x84\xeb\x79\x0c\x02\x1f\x59\x51\x19\x49\x62\x21\x55\ \xe8\x8b\xed\x9e\x61\xe0\xb3\x76\xef\x1e\x9b\x6b\x8f\x89\xe3\x98\ \x76\xab\x89\xa6\xab\xb4\x3b\x1d\xbe\xff\xc7\x7f\x4c\xbd\xd1\x60\ \x7a\x76\x9e\x5a\xad\xc1\xfe\xce\x16\xaf\xbf\xf2\x65\x0e\x96\x16\ \x21\x8a\xd0\x55\x95\xcd\x8d\x0d\x46\xa3\x11\xe3\x91\x43\xe0\xc7\ \x04\x7e\xc4\xee\xce\x1e\x73\x33\x0d\xe6\xa6\x67\xd8\xda\xde\x82\ \x28\xa6\xd7\xe9\xf2\xe8\xfe\x03\x31\x0d\x16\xf2\xec\xee\xec\xd0\ \x3c\x6a\x32\x2a\x14\x30\xf3\x25\xa2\x44\x66\x7b\xef\x90\xd2\x50\ \xf8\x44\xfa\x23\x87\x44\xd6\x70\xbc\x80\xbd\xc3\x63\x12\x59\x65\ \x63\x7b\x97\xc3\xa3\x16\xdd\xde\x00\xcb\xca\x71\x7c\xdc\xc1\xca\ \x15\x29\x14\xcb\xb4\x3b\x7d\x0a\xc5\x32\x9a\x61\x89\x04\x6a\x55\ \x41\x53\x64\x0c\x2d\x47\x98\x26\x4a\x7b\x9e\x47\xaf\x03\x52\x12\ \xa7\x7f\xa6\xd2\x72\x6c\x92\x54\xd4\xe3\xd9\x63\x82\x30\xa2\x52\ \xae\xd0\x3a\x3e\x16\x67\x96\xe3\x82\xac\xa2\xe8\xba\xc8\x97\x0b\ \x03\x54\x59\xc2\x77\x1c\x0c\x55\xa1\x5e\x29\xd3\xeb\xf5\x04\x9a\ \x41\x42\xc1\xb2\xf8\x95\x5f\xfa\x65\xd6\xd7\xd7\xe9\x1f\x75\xe8\ \x1e\x1e\x13\xc5\x11\xcd\xe6\x31\xdb\x4f\x9f\x0a\x65\xa7\xa2\x08\ \x3e\x30\x0a\xff\x41\xf8\xc3\x2f\xce\x64\x92\x64\xa4\x40\xc6\x35\ \x9c\xde\x78\x38\xd9\x0e\x28\x8e\x1f\x00\x4d\xc8\xf1\x08\x85\xcb\ \x3b\x96\xb3\x0a\x20\xc9\x32\x52\x0a\x81\xc9\x8a\x22\x76\xae\xa7\ \x50\xd1\x84\xab\x38\x9d\x0c\xac\x2a\x31\xcd\xe3\x63\x54\x45\xa1\ \x54\x2a\x67\xf8\xb5\x7c\xda\x47\x92\xbe\x2e\x49\x92\x45\xbc\x08\ \x20\xcb\x6a\xc6\xa1\xc8\x92\x44\x14\x8a\x5c\x2b\x29\x26\x8b\x7d\ \xd7\x34\x0d\x43\xd3\x33\x4f\x8a\x92\x3a\x9c\xfb\xdd\x1e\x12\x30\ \x3f\x3b\x87\xe7\xba\x59\x8c\x78\x2e\x67\xa1\x6b\xda\x89\xde\x3d\ \x35\x2a\x4d\x60\x32\x24\x89\x20\x8a\x71\x43\xb1\x53\x44\x31\xf5\ \xff\x8f\xba\x37\xf9\x95\x2b\xcb\xef\xfc\x3e\x67\xb8\x73\x44\xbc\ \x78\x13\x67\xe6\x9c\xaa\xac\x52\xc9\x52\xa9\x55\x8d\x16\xba\x5b\ \x80\xdc\x03\xda\xed\x9d\x7b\xd3\xf0\xca\xb0\x0d\xc3\x7f\x4e\x7b\ \x29\x43\xf6\xc6\xf0\xce\x0b\x01\x06\xe4\x45\xab\x2d\xc9\x52\x59\ \x55\x59\x6a\x55\x56\x65\x56\x56\x4e\x4c\x4e\x8f\x7c\x7c\x43\xcc\ \x11\x77\x3e\xe7\x7a\x71\xee\xb9\x0c\x96\xdc\x80\x04\x70\x51\x49\ \x80\x20\x99\x49\xc6\x7b\x11\xf7\xde\xdf\xf9\xfd\xbe\xbf\xef\x40\ \x16\x87\x7d\x81\x7f\x19\xc4\xe4\x3e\x37\x57\x88\xfc\x67\xb6\x2f\ \xcc\xd2\x3a\x70\x0b\x67\xe3\x26\x92\x50\x6b\x07\x1f\x6a\x4d\x07\ \x1c\x4c\x0e\x88\xa3\x98\x3b\x77\xee\xf5\x30\x1c\xd8\x4e\xb8\x38\ \xda\xd7\x14\x8e\x25\x84\xf3\xaa\xda\xac\xd7\xa4\x69\xc2\x64\x9c\ \x11\x28\x49\x1c\xc5\x64\x5d\xc0\x17\x0f\xcf\x01\x89\x96\x96\x44\ \xf7\xae\x01\xc6\x51\xc4\xc3\x28\x20\x36\xd1\x10\x67\xec\x99\x76\ \xcf\x9f\x9f\xf3\xfc\xec\x39\x98\x1a\x6b\x5a\xbe\xf8\xe2\x8b\x01\ \x3a\x58\xaf\x56\x7c\xf4\x93\x9f\x60\x7a\xd6\xdc\x64\x32\xc1\x98\ \x16\x6c\xc7\xfc\xea\x1a\x85\xe2\xd1\xa3\x47\x3c\x78\xf0\x35\xab\ \xd5\x8a\xf9\x7c\xce\xec\x7a\xe6\xa0\x46\x29\x58\x2c\xe6\x6c\xb6\ \x6b\xc0\x35\x24\x9e\x15\xb5\x58\x2c\x86\x5c\x95\x2c\xcb\x38\x7f\ \xf6\x8c\x20\x0a\x91\x4a\x71\x79\x79\x41\x12\xc7\xa8\xfe\xbe\x7c\ \xfa\xe4\x09\x8b\xd9\x9c\x3c\xcf\x1d\x65\xbb\xed\xfe\x16\x1b\x11\ \x2c\xf3\xf9\xdc\x89\xc8\x7a\x9d\xc9\xd9\xd9\x19\x67\x8f\x1f\x31\ \x1e\xa5\xfc\xf6\xf7\x7e\x87\x24\x49\x79\x76\x76\xc6\xf9\xf9\x0b\ \xde\x7e\xfb\x1d\xde\x7a\xeb\x2d\x3e\xfb\xec\x17\xcc\x66\x33\xde\ \x7d\xe7\x5d\xb2\xf1\x94\x8f\x3e\xfa\x29\x79\xbe\xe3\x9d\x77\xde\ \x26\x2f\xdc\xae\x23\x4d\x63\xbe\xf3\x9d\x6f\x73\x75\x75\x39\xa8\ \xac\xbf\xfe\xfa\x01\x7f\xf0\x07\x7f\xc0\xc7\x1f\x7f\x3c\xb8\xd1\ \xba\xfb\xa4\x23\x49\xe2\x1e\x12\x95\xaf\x8b\x73\x41\xd7\x75\x44\ \x51\x40\x18\x68\x94\x94\x04\x5a\x53\x1b\x8b\x6d\x0d\x52\x69\x3a\ \x61\x08\xb4\xa6\x12\x82\xb2\x28\xd8\xac\x57\x8e\x10\x81\x4b\x36\ \x05\x78\x7e\x7e\xce\x8f\x7f\xfc\x63\xc6\xe3\x09\x7f\xfe\xe7\x7f\ \xee\xc4\x75\x4d\x85\xb4\x1d\xf9\x6e\x37\x30\x18\xbf\xf5\xad\x6f\ \x39\xfb\x25\x21\xf8\xe9\x4f\x3f\x62\x3a\x3d\xe0\x77\x7f\xf7\x1f\ \x11\xa8\x80\x4d\xbd\xe2\x93\x4f\x7e\x4e\x55\xd7\xec\x76\x3b\xfe\ \xe4\x3f\xfc\x07\xde\x7a\xcb\xa5\x49\x1e\x1c\x4c\x78\xf8\xe8\x21\ \xcb\xf5\x1a\x63\x2d\x41\x14\xd3\xac\x37\xcc\xe6\x73\x82\x20\xa0\ \x28\x9d\xf6\x6b\xb3\xcd\x39\x3a\x3e\x61\xb9\x5a\x53\x94\x8e\xec\ \xf0\x17\x7f\xf1\x97\xdc\xbc\x79\x73\xa0\xfe\xfa\xdc\x20\x47\xaf\ \x5e\xb2\x5a\xad\x9c\x5b\xf5\x9e\x81\xac\xb7\x72\xf1\xbb\xda\x38\ \x8e\x09\xfa\x03\xa2\xea\xa9\xf3\x49\x92\x20\x9b\x86\xa3\xa3\x43\ \x26\x93\x09\x79\x5e\xf2\xee\x7b\xef\xf1\xd5\x57\x0f\x06\x52\x4f\ \x18\xbe\x14\xd3\xbe\xf7\xde\xbb\x54\x55\x45\x51\x14\x5c\x5f\x5f\ \x0f\xaf\xfb\xee\xdb\xef\x70\x78\x30\xe5\x8f\xfe\xe8\x8f\x98\xcd\ \x66\x1c\x1d\x1d\xd1\xf5\x31\x18\x32\x50\x48\xdc\x6a\x21\xe8\xeb\ \xce\x37\xee\x30\xf1\x2c\x84\xc3\xc3\x23\xb2\x6c\xf4\x8a\x66\x64\ \xff\x00\x70\xc5\x1d\x92\x28\xe3\xcd\x37\xde\xe4\xe4\xf4\x84\xb2\ \x2c\x79\xf0\xe0\x4b\x87\xb5\x6a\x47\x67\xac\xaa\x8a\x93\x9e\x5a\ \xf7\xde\xbb\xef\x0d\xcc\x2c\xcf\xea\xd9\xa7\xc9\x46\x51\x84\x0e\ \x34\x55\x9f\xb4\x67\xfa\x05\xb8\xb7\x1a\xdf\x8f\x5a\xf5\xfb\x19\ \xdb\x2f\xe3\xf7\x59\x51\xfb\x34\xe1\x01\x67\xec\x40\x3b\xb7\xc8\ \xe1\xeb\x0a\x29\x38\x7f\xf1\x02\x29\x05\x07\xd3\x03\xba\x6e\x02\ \x08\x94\x7e\x69\x3d\xef\xf7\x09\x4d\xdd\x0c\x5e\x5b\x5e\xbc\xd6\ \x89\x97\xba\x94\xb6\xf7\xf0\x71\xde\x52\x72\xf8\xdc\xdc\x14\x04\ \x08\xef\xd1\xe5\x33\xef\x65\x7f\xd8\x38\xf6\x99\xa3\x15\x83\x69\ \x0c\xb6\x6e\x50\x81\x06\xa1\x88\x93\x0a\xa9\x35\x45\x51\x22\x5c\ \xe0\x02\x5d\x27\xf6\x44\x8b\xe2\xb5\x74\x10\x42\x08\x87\x35\x2b\ \x49\x59\x57\xe4\x45\x4e\x69\xa0\x6d\x04\x87\x47\x47\x58\x14\xe5\ \x66\xe5\xb2\x21\x6a\x4d\x55\xd4\x94\x65\x35\x44\x03\x6c\x36\x1b\ \x47\xe3\x4c\x53\x56\xbd\x6b\xf3\xe1\xf4\x88\x24\x54\x8c\xc7\x63\ \x66\xb3\x99\xeb\xcc\xb4\xe6\xd1\xa3\x47\xfc\x4f\xff\xee\xdf\x0d\ \xf9\x0e\x52\x4a\xb6\xdb\x35\x3f\xfc\xe1\xff\xcb\x3b\xef\xbe\x4b\ \x55\x3a\x11\xd7\x6e\xb7\xe3\xf8\xe4\x94\x6c\x34\xe2\x87\x3f\xfc\ \x21\x59\x96\x72\x76\x76\x86\xb5\x86\x6c\x94\xd1\xf5\x85\x7f\xb3\ \xdd\xd2\xb6\x2d\x37\x6f\xdd\x46\x29\xed\xb2\x31\xd6\x1b\x37\x65\ \xc8\x96\x50\x2a\xb2\x6c\xc4\x5b\x6f\xbd\x89\x52\x01\x1f\x7f\xf2\ \x31\x45\x9e\x93\xef\x72\xca\xbc\xe0\xf6\xdd\x3b\xa8\xd0\x79\x26\ \x95\x65\x09\xb5\x18\xd8\x83\x00\xa3\xd1\x68\x08\xfd\x3a\x3e\x3a\ \xe4\xe4\xf0\x10\x63\x9c\x96\xc1\x2f\xd7\xad\x35\x7c\xfe\xf9\x17\ \xbc\xfb\xee\x2f\x06\x17\xdb\x6c\x3c\x65\x34\xca\x86\x64\xc8\xa6\ \x6d\xb0\xd6\x30\x99\x4c\xf8\xc1\x0f\x7e\xc0\xc5\xc5\x39\x3f\xf9\ \xc9\x4f\x08\xc3\x80\xba\x6e\xf8\xd3\x3f\xfd\xb3\xa1\x98\x39\x61\ \xa6\x13\xad\xb6\xfd\x02\xd8\x05\x40\x75\xaf\x8b\x0d\x4e\xd7\xdb\ \x04\x85\xfd\x62\xb7\xeb\x3a\x5a\xd3\x52\xd7\xcd\x60\x55\x14\x28\ \x77\x98\x79\xe7\x86\x38\x8e\x07\xe1\x5d\x7f\xc3\x23\x84\x60\xb9\ \x5c\xb2\xd9\xe5\x2e\xcf\xa8\x2a\x79\xf6\xe4\x29\xd6\x18\x0e\x0e\ \x0e\x78\xf1\xe2\x05\x7f\xf2\x27\x7f\x32\x44\x5e\xbf\xf3\xce\x3b\ \x4c\x26\x93\x81\x6c\xf1\xfc\xf9\x73\xbe\xf8\xf2\x0b\xe6\x8b\x39\ \x55\xed\x92\x2f\x2f\x7f\x7c\x39\xc0\xdf\x7e\xbf\xda\xf4\xc2\xce\ \x2c\xcb\x68\x9a\xc6\x09\x43\x87\x24\xd6\x8e\xf9\x7c\xce\x76\xbb\ \x25\x89\x22\x1e\x3e\x7c\x48\xdb\xb6\xee\xcf\x3d\x95\x77\xb1\x58\ \xb0\xdd\x6e\x07\xe5\x7b\xd0\xc3\x59\xfb\x4e\xe4\x9e\xc6\x1b\xc7\ \x31\xbb\xdd\x8e\xcb\xcb\x4b\x2e\x2e\x2e\x98\x8c\x46\xbc\xf9\xe6\ \x9b\x48\xad\xb9\xbc\xba\xa2\xae\x1d\x44\x79\xff\xfe\x7d\x1e\x3f\ \x39\x63\x3e\x9b\x39\x6b\xa1\x0f\x3e\xe0\xea\xc5\x39\xd6\x5a\xde\ \x7f\xff\x7d\xce\xce\xce\x30\xc6\x32\x9d\x8e\x07\x3a\xb8\xb5\x96\ \xb2\x2c\xf9\xf1\x8f\x7f\xcc\x72\xb9\x1c\xe8\xc2\xeb\xf5\x9a\xa2\ \xdf\xcb\x78\x3d\xca\x4b\x3b\xa6\x6f\xe0\x61\xe2\xcd\xcb\xee\xdf\ \x77\x8b\xd4\xfd\x80\x2a\xef\x8d\xe5\x7f\x34\x4d\xcd\x07\xef\xff\ \x3a\xff\xcb\xff\xfa\x3f\x23\xfa\xf7\xfb\xdf\xfe\x37\xff\x1d\x3f\ \xfd\xe9\x4f\x87\xb8\x4c\xcf\x47\x6f\xdb\x96\x83\x83\x83\x61\xd9\ \xe8\x4e\x70\x57\xa0\x93\x24\xc5\x98\x7e\xb1\xde\xd1\x43\x0d\xdd\ \x20\x1a\xf2\x3a\x08\xbf\x13\x71\x07\x51\x87\x31\x2d\xba\xf7\xc2\ \xf2\x4e\xc2\x5e\x7b\x21\xfb\x82\xee\xec\xe3\x85\x73\x8a\xed\xad\ \xdf\xbb\xce\x82\x75\x24\x81\xc6\xb4\x08\x2b\x31\xfd\x62\xb4\x03\ \x4c\x67\x86\x0c\x15\x84\xc3\x96\x4d\x6b\x86\xbc\x78\xe8\x68\x5a\ \x47\x7f\x76\xd3\x9b\xcb\xb0\xd6\xda\x09\x11\xf3\xdc\x51\x89\xbd\ \xfe\x45\x07\x01\x75\xd5\x62\x4c\x33\x08\xd8\x94\x52\xce\x96\xc5\ \x38\x96\x9c\x5f\x80\x77\x42\x60\x3b\x68\xaa\x16\x30\x2e\x23\xa5\ \x13\xec\x76\x05\x52\x2b\xa4\x74\xb7\x4a\x5e\x54\xaf\x25\x20\x69\ \xff\x47\xd3\xb6\x8c\xd2\x8c\x28\x89\x30\x6d\x43\x55\x38\x98\x32\ \xc9\x46\xd4\x8d\xe1\xf6\x7b\xef\x73\xfb\xe4\x90\x9f\xfd\xc7\xbf\ \x64\xb3\x7c\xc1\x66\xb3\xe5\xf6\x9d\x3b\xbd\x4e\xc0\x05\x80\x9d\ \x9c\x9c\x60\x7a\x81\xa7\x56\x01\xc9\xb1\xf3\xae\xba\x71\xe3\x06\ \xeb\xf5\xba\xcf\xb2\x71\xcd\xc3\x8d\x1b\x37\x78\xf6\xec\x59\x1f\ \x11\x9d\xf0\xf8\xeb\xc7\x3c\x7c\xfc\x90\xe3\xe3\x63\xc2\x28\x24\ \x8c\xa2\x41\xbf\x93\x17\x39\x49\x9a\xa0\x02\xcd\xd5\xf9\x15\x75\ \x1f\x23\x3c\x3e\x98\x72\x72\x7a\x63\x58\x72\x7e\xf2\xf3\x4f\xc9\ \x46\x63\x66\x8b\x25\x87\xc7\x27\x04\x61\xc4\xdd\xbb\xf7\xfb\xdd\ \x0c\x9c\x5d\xb8\x6c\x72\x63\x8c\xa3\x81\x77\xae\x08\x95\x7d\x7e\ \x4a\x14\x39\x16\x53\xd3\x34\x58\x63\x39\x38\x38\xa0\x2c\x4b\x8e\ \x8e\x8e\x98\x4e\x0f\xe9\x3a\x48\xd3\x94\xc9\x38\xe3\xe4\xe4\x84\ \xd1\x68\xc2\xd3\xa7\x4f\x87\x86\xe7\xec\xec\x6c\x48\xa9\x2c\xcb\ \x82\x2f\xbe\xf8\xdc\x85\x25\x29\xc1\x27\x9f\x7c\xdc\x47\xbe\x2e\ \x28\x8a\x92\xb2\xcc\x07\xa8\x52\x29\x39\x04\x77\xf9\x25\xb0\x2f\ \x6a\x57\x57\x57\xa4\x69\x3a\x30\x8d\x5e\xa7\xf3\x81\xed\x2c\x4d\ \xef\xde\x60\xbb\x8e\x40\x69\x08\x7b\x0d\x57\x6b\xf7\xa8\xf0\x9d\ \x73\x11\x08\x02\x9a\xc6\xb9\x3b\x74\x52\xa1\xfb\x18\xe9\x20\x08\ \x30\x75\x3d\x24\xa7\x9a\xa6\x61\xb5\x5a\x21\xa5\x63\xe6\xfd\xe1\ \x1f\xfe\x21\xa7\xa7\xa7\xac\xd7\x6b\xf2\x3c\xe7\xc5\x8b\x17\xcc\ \xe7\x73\x6e\xdf\x3c\xa5\x69\xaa\x81\x3d\x17\x86\x21\x77\xef\xdd\ \xe3\x07\x3f\xf8\x01\x93\xc9\x84\x07\x0f\xbe\xa6\x69\x1b\xa2\x30\ \x44\xf6\x7a\x2b\xaf\xcd\x39\x3c\x3c\x24\x8e\x63\xae\xaf\xaf\x07\ \xf4\xa1\xec\x1d\x2a\x84\x10\xbc\xf7\xde\x7b\x8c\xc7\x63\xbe\xfc\ \xd2\x35\xb8\x9e\x6c\x13\xf7\x39\x34\x75\xdb\x3a\xd1\x71\x7f\x90\ \x78\xb4\xc0\x4f\x5f\xf3\xf9\x9c\xa2\x17\x2a\x7a\x57\x68\xd3\xa3\ \x17\x45\x51\xf0\xe8\xf1\x63\xd2\x34\x63\xb3\x75\x13\xd8\xbb\xef\ \xbd\xcb\x66\xe7\x9a\xaa\x24\x49\x58\x2c\x16\x8c\xc7\x63\x36\x9b\ \x0d\x67\x67\x67\x2c\x97\x4b\x2e\x2e\x2e\x86\x05\xff\x87\x1f\x7e\ \x38\x30\x01\x3d\x43\x75\x34\x1a\x0d\xff\xbe\xaa\x9c\x86\xef\xef\ \xdb\x3c\xfc\xea\xc0\x5c\x02\x5a\x63\xd8\xee\x76\xaf\xc0\x20\xfb\ \x93\x8b\xff\x59\x37\x35\x97\x57\x97\xfc\xe8\xc3\x0f\xc9\x77\x39\ \x45\x51\xf0\xec\xd9\x33\xb7\x70\x6e\x34\x52\x32\x64\x14\x80\x60\ \xb3\xc9\x87\x28\x4e\x0f\x9f\x01\x6c\xb7\xf9\x20\xcc\xdb\x37\x6d\ \xf4\x13\x86\xb5\x2d\x79\x5e\x0e\xb0\x9b\xcf\x00\xd9\x0f\xd2\xda\ \x9f\x9c\x9a\xb6\x1d\x32\x4b\x3c\x7d\x36\x50\xfa\x15\x95\xbe\x10\ \x02\xad\x34\xb6\x73\x10\x43\xb9\x29\xfb\xfd\x4d\x4b\xa7\xe0\xe0\ \x60\x8a\x0a\xe3\xc1\xb9\xd4\xca\xce\x25\x4c\xf6\x30\x9d\x15\x16\ \xd3\x75\x74\x42\x39\x83\xc0\xce\x4d\x15\x42\xb5\x14\x55\x43\xd0\ \x53\x54\xd3\xd4\x25\x01\x7a\x63\x40\x4f\x8b\x7e\x09\x83\x75\x58\ \x6b\x06\xd7\xfa\xce\x18\x1a\x53\xf5\xb0\x5d\x6f\x48\x89\x22\x4e\ \x33\x02\xed\x92\x2d\x5b\x63\xd0\x65\xf5\x5a\xa1\x4d\x21\x84\xd3\ \x0b\x09\x97\xab\xa1\x75\x40\x53\x97\x6c\xb7\x25\x2a\x09\x50\x4a\ \x13\xc7\x09\xd3\xc3\x63\x92\x34\xeb\x61\x98\x2d\x5a\xca\x3e\x2d\ \xd2\xe9\x84\x0e\x8f\x8e\x88\xa2\x88\xa3\xc3\x23\x94\x50\x8c\xb3\ \x88\xba\x2c\x06\xc6\x9e\xef\xbc\xb3\x3e\xe3\x21\x08\x02\xe6\xf3\ \x39\x0f\xbe\xfa\x8a\xe5\x7c\xe1\xc2\x93\x92\x88\xaf\xbf\x7e\x30\ \xf8\xa1\x5d\x5e\x5c\xa3\x55\xc8\x6e\xb7\xa3\xee\x0d\xff\x7c\x07\ \x27\x84\xa0\x6d\x1a\x8e\x8e\x8e\x9c\x7f\xdc\x74\x3a\xc0\x51\x07\ \x07\x07\x8c\x0e\x26\x14\x55\xc9\x76\xbd\x61\x94\xa6\xcc\xe7\x73\ \x57\x94\x7d\x82\x67\xd0\x0b\x12\x11\xd4\xfd\xb5\x31\xfd\x75\x8a\ \xe2\x98\xca\xb4\x3d\xfb\xc8\xdd\x4b\xb3\xd9\x8c\xe3\xe9\x01\x61\ \xa0\x79\xf0\xf5\x03\x4e\x4f\x6e\xf4\x87\xa3\x1d\x8a\xd0\x17\x5f\ \x7c\xc1\xfb\xef\xbf\x87\x15\x86\xdd\x2e\xef\x61\xad\x84\x2f\xbf\ \xfc\xd2\x19\x4e\x0a\xa7\x95\x39\x3a\x3a\x62\xbb\xdd\xbe\x32\x99\ \xfb\xf4\x48\x1f\x63\x9b\x65\xd9\x10\x49\x5b\xf5\x93\x93\x78\x8d\ \xce\x07\xaa\xb7\x2e\x92\x52\x50\x57\x2d\xa2\xf7\xae\x13\x42\x30\ \x3e\x3e\x44\xd3\x31\xbf\xbe\x62\xbb\x59\x0f\x81\x65\x3e\x36\x58\ \x49\x49\x92\xa6\x03\x0c\x6e\x7b\x57\xdf\x30\x8d\x41\x4a\x46\x23\ \x97\x8f\xe3\x05\x7d\x3e\x03\xc4\x17\xd5\xeb\xeb\x6b\x7e\x11\x85\ \xdc\xbd\x7b\x87\xd6\x82\xd4\xa1\xd3\x84\x49\x8d\xb1\xd0\xf4\x04\ \x9b\xaa\x2e\xa8\xea\x86\xc9\x64\x4c\x1c\xc7\x9c\x9e\x9e\x92\xe7\ \xce\x62\xfe\x71\x4f\xbe\xb8\xbe\xbe\x76\x24\x9e\x34\x75\x16\x35\ \xbd\x9c\xe0\xc5\x8b\x17\xcc\x66\x33\x8a\xde\x17\xcf\x43\x87\x42\ \x08\xea\xaa\x42\xf4\x75\xc4\x23\x1a\x5e\x7c\x1d\x45\x11\x51\x14\ \x11\x04\x01\xe3\xf1\xd8\x25\x38\x4e\xa7\x08\xa5\xb8\xba\xba\xa2\ \xac\x1a\x76\xdb\x2d\xf3\xf9\x9c\xa3\xe3\x13\x6e\xde\xbc\xc9\x83\ \x07\x5f\xf3\xe4\xc9\xd3\xa1\xb6\xfd\xec\x67\x3f\x1b\x0c\x31\x3d\ \x6b\x71\x5f\x20\xb9\xdd\x6e\x9d\x13\xb5\xb5\x24\x49\xf2\xca\x34\ \xec\xeb\xa0\xec\xd1\x88\x6f\xe4\x61\x22\x84\xa4\xa9\x6b\x96\x8b\ \x05\x6d\x5f\xdc\xfd\x89\xed\xa1\x29\xaf\x06\xee\xba\x8e\x2f\xbf\ \xfc\x92\xff\xe1\xbf\xff\x1f\x7b\x3a\x6c\x45\xdb\xd6\xc3\x87\x22\ \x25\xfd\x48\x57\x90\x24\x6e\xdc\xb7\x56\x0c\x17\xce\x98\x96\xa6\ \x69\x07\xed\xc4\xcb\x91\xf5\xa5\xff\x4d\x92\x24\x43\xba\xa1\x71\ \xb6\xb2\x03\xf4\xa4\x75\xf8\xca\x2e\x43\xf4\x50\x57\x59\x16\x8e\ \x81\x25\x9d\x8b\xaf\xec\x4d\x1d\xfd\x12\x3d\x8a\x23\xac\x71\x53\ \x93\xb1\xae\x2b\x9c\x70\xe0\xa8\x8c\x42\x52\xb5\x2d\xa3\x2c\xfb\ \x25\xaa\x71\x47\xd3\xb8\xc0\x26\xd5\xc7\xac\xda\xa6\x71\x31\xae\ \xfd\x81\xd9\xb6\x2d\x71\x1c\x0d\x13\x9d\xef\x68\x46\xa3\x11\x4a\ \xe9\x57\x6d\x5c\x70\x76\xfd\x6d\xaf\x9b\xd9\x6e\x37\xbd\x7e\xc4\ \x91\x10\xdc\x61\xaa\x08\x82\xc8\x45\x13\x0b\x49\x6b\x5c\x18\xb0\ \x52\x01\x52\x05\x3d\x9c\xd6\xbd\x96\x06\xc2\xe9\x70\x9c\x8d\x7b\ \xdb\x36\x74\xc6\x50\xd7\x25\x61\x14\x62\x95\x8b\x26\x3d\x3b\x7b\ \xca\xfc\xc2\x29\x72\xbb\xae\x17\x87\xf6\xbb\x16\xdf\xd1\xb5\x4d\ \xcb\xcd\x9b\x37\x5d\x14\xee\xd5\x8c\x8b\x8b\x0b\xb2\x38\x42\xec\ \x3d\xc8\xde\x6c\xd3\xe3\xe9\xd6\x5a\x6e\xdd\xbe\xcd\x68\x9c\xf1\ \xf4\xe9\x13\x0e\x4f\x8e\xc9\x26\x63\xbe\x7a\xf8\x35\x3f\xfd\xd8\ \x75\xf3\x9b\x7c\xe7\xcc\x2f\xdb\x1a\xa1\x1c\x23\x70\xbe\x5c\xf2\ \xbd\xef\x7d\x8f\xc3\xc3\x43\x76\x79\xce\x67\x5f\x7e\xc1\x7a\xbb\ \xe5\x7a\x36\x63\x7a\x74\x48\x10\xc7\x5c\x5c\x5c\x0e\x18\x79\x14\ \x84\x14\xbb\x2d\x4a\x07\x24\x69\x4a\x53\xd5\xa4\x89\xb3\x10\xef\ \x02\x41\x92\xa5\x8e\x7d\x57\x95\xc3\x14\xe0\x73\xbb\x57\xab\x15\ \x4a\x39\x47\xed\xd9\x6c\xc6\x8d\xd3\x63\x0e\x0f\x0f\x1d\x83\xac\ \x87\x4f\xee\xdd\xbb\xc7\xb7\xbf\xfd\xed\xc1\xf4\xef\x93\x5f\xfc\ \x82\xcf\x3e\xfb\x39\xc6\xb6\x24\x51\x44\x10\x28\x9a\xa6\x26\x8a\ \x5c\xe0\x59\x92\xc4\x6e\xa7\x37\xb3\xaf\x14\x12\x0f\x73\x5c\x5c\ \x5c\x50\x55\x15\x6f\xbf\xfd\x36\x5a\x6b\x9e\x3f\x7f\x4e\x51\x14\ \xaf\xf5\x30\x19\x5e\x6b\x8f\xb9\x24\xfb\x18\x01\x29\x24\x49\x1c\ \x0d\x87\x8b\x27\xcc\x78\x6d\x95\x0c\x42\x46\x59\x86\x0e\x02\x9a\ \xa6\x25\x8c\x13\xa2\x28\xa4\x6b\x6a\xa2\x3e\xba\xa2\xaa\x5c\x0a\ \x66\x9a\x3a\x5b\x95\xdd\x6e\xc7\x6a\xb5\xea\xa3\x81\x5b\x3a\x9b\ \xb0\x5e\xbb\xbd\x98\xcf\x85\x7f\xfe\xfc\x39\x00\x8b\xc5\x7c\x38\ \xc0\x54\xaf\x79\xa9\xfb\xbd\xca\xc9\xc9\xc9\x50\x70\x3d\xc3\xea\ \xe8\xe8\x88\xd1\x78\x4c\x91\xe7\x83\x8b\xc5\x6e\xb7\xa3\xae\xeb\ \x01\x1a\xcb\xfa\x1c\x9c\xb6\x75\x71\xd0\x9d\x94\xfd\x7e\xec\x25\ \xfd\x36\xcf\xf3\xc1\x13\x70\x08\xed\x13\x82\xcb\xab\x2b\xd2\x3e\ \x32\xd8\xed\x45\x42\xd6\xeb\x25\xcb\xd5\x9a\xd3\xd3\x53\x44\xef\ \x9c\xe0\xeb\x98\x0b\x8a\x33\x43\xf3\xeb\x1b\x03\x0f\xf5\xef\xc3\ \xf3\xde\x9e\x65\x60\xad\xf6\x4e\x0b\x79\xff\x5e\xfe\x3e\xd3\xe8\ \xaf\x10\x35\xd8\xc1\x2e\x61\x18\x0e\xc5\xd0\x1f\x28\x41\xbf\x90\ \xf6\x9d\x25\x40\xa0\xa2\x41\xa1\xe9\x2e\xba\x18\x0a\xbf\xbf\x39\ \x26\x93\x09\x61\x18\x70\x7c\x7c\xf2\xca\x89\xeb\x17\xb6\xbe\xb3\ \xd9\x3f\x4c\xec\x9e\xb6\x44\xed\xa5\x1e\xfa\x0f\x75\x38\xe4\x7a\ \x48\xcb\x1f\x3e\xfb\x30\x9a\xb3\x85\xef\x7f\xef\xf5\x21\x42\x20\ \x95\xc6\x74\x06\xa1\x1d\x7d\xc0\xbf\x67\xd1\x53\x95\x43\x29\x51\ \x3a\x18\xa8\xc5\x2e\x3d\xd2\xa0\x75\x38\x40\x73\x4a\x69\xb7\x87\ \x51\x92\x38\x4e\x08\x82\x80\x5d\x9e\xd3\x36\x0d\xa3\xb1\xeb\x36\ \x94\x74\x37\x57\x6b\xdc\x81\xa5\x94\x23\x22\x74\xb6\x9f\x8e\x94\ \x1a\x92\x05\x85\x74\xa2\xa9\x40\x07\x60\x6c\x4f\x1c\x10\x48\x15\ \xf4\x87\x87\xc6\x18\xb7\x23\x91\x4a\xa3\x75\xf0\x5a\x8b\x4a\x07\ \x44\x41\x80\xec\x2c\x97\xe7\xe7\xd4\x65\x81\x88\x32\xb2\x6c\x44\ \xd5\x81\xca\x42\x74\xd7\x11\x08\xc3\x64\x92\xb2\x5a\xb8\xc3\xe1\ \xec\xec\x8c\xed\x6e\x47\xd7\xab\xf5\xcb\xaa\xe0\xf2\xf2\x92\xb6\ \x35\x14\x79\x41\x16\x69\x37\x79\xed\xf9\x8a\xf9\xeb\xef\x0f\xe1\ \x3c\xcf\x79\xfa\xf4\x09\xcb\xd5\x02\x21\xa0\x35\x0d\x59\xe6\x92\ \x08\xbf\x7e\xf8\x35\x87\x87\x47\xa4\x69\xc6\x6c\x36\xc3\x9a\x0e\ \x63\xe0\xe8\xe8\xc4\x75\xef\x55\xcd\x2e\x2f\xf8\xe8\xa3\x9f\x72\ \x7d\x75\xcd\x62\xb9\x24\xcf\x0b\xc2\x30\x62\xbd\xda\x70\x7d\x3d\ \xeb\x27\x83\x0c\x9d\x3a\xdf\xb7\x83\x38\xa3\x6d\x0c\xc6\x76\xd4\ \x8d\x61\x97\x97\x18\xd3\x12\xc5\xd1\x2b\xd3\xf7\x6e\xb7\x73\x22\ \xc9\xfe\xfb\x4e\x92\x64\xf0\x76\x6a\x5b\xc3\x7c\x3e\xe7\xe6\x8d\ \x5b\x3d\xe6\xdd\x32\x1a\x8d\xf8\xfa\xeb\x87\x2c\x16\x73\xaa\xaa\ \xe2\xd3\xcf\x3f\x67\x36\x9f\x21\x25\xb4\x6d\xc3\x76\xbb\xe9\x8b\ \x4a\x8c\x90\x50\x94\x85\xd3\x49\xf4\x6c\x44\xef\x78\xe0\xaf\xab\ \x2f\x34\xfe\x19\x8c\x7b\x51\xdd\xeb\xd5\x94\x75\xd4\x4d\x83\x0a\ \x5c\x0e\x51\xdb\x93\x1a\xda\xb6\x65\x51\x57\xd4\x89\x13\x95\x3a\ \xe2\x8b\x13\xe0\xb6\x7b\xce\xb9\xc6\x5a\x26\xbd\xf6\x29\x2f\x6b\ \x17\x4e\xd5\x59\x1a\xdb\xbc\xd2\x38\xed\x3f\x9f\x00\xa7\xa7\xa7\ \x54\x55\xc5\xf5\xf5\x15\xe3\xf1\x04\x29\x15\xeb\xf5\x96\x07\x0f\ \xbe\xee\x75\x61\x96\xb2\xac\x7b\xd7\x0c\xd1\x6b\x41\x6a\xde\x7f\ \xff\x7d\xee\xdc\xb9\xc3\x6e\xb7\xe3\xec\xec\x0c\xdd\x37\x76\x51\ \xef\x6f\xb5\x98\xcf\x51\x52\x3a\xda\x79\x8f\x42\x78\x55\xbb\xff\ \x7c\x1d\x44\xef\x6a\x4f\xdd\xb6\x74\x7b\xd0\xa1\xaf\x37\x65\xaf\ \x3d\xf1\x68\x82\xda\x3b\x50\x97\xcb\x25\x65\x59\x72\xff\xfe\x7d\ \xee\xdf\xbf\x4f\x51\xd6\x2c\x16\x0b\xce\xcf\x9f\x73\x75\x79\x39\ \x34\xdd\xfb\x7b\x5b\x3f\x0d\xf9\xcf\x61\x3f\x60\xcb\xeb\xcc\xbc\ \x0b\x88\xdf\x4b\xd5\xb5\x93\x40\x84\x61\xf8\xcd\x9c\x4c\xba\x3d\ \x73\x42\x7f\x63\xfb\x37\xed\x97\x42\xfe\x06\xdf\x57\x8c\xbf\x5c\ \xca\x77\xc3\x5e\x61\x7f\x7c\x74\xaf\xa1\x91\x52\xec\x2d\xde\xad\ \xf3\x3f\x52\x7a\x80\xaa\xf6\x6f\x3e\xef\xe0\x6a\x8c\x19\x20\x8f\ \x61\x79\xbe\xd7\x51\x79\xdb\x15\xd1\x1f\x82\x52\xe9\xbf\x05\xcf\ \x49\xa5\xc0\x9a\x7e\x91\x67\xb1\xb8\x02\x3e\x18\x26\x0a\xd1\xab\ \xfd\x7b\x2b\x18\xeb\xdf\x87\xef\x1c\x20\x08\x24\x5d\xe7\xe3\x89\ \x9d\xf8\x48\x47\xb1\xf3\x5e\xea\x23\x8b\xc3\x28\x26\x4d\xb3\xa1\ \x9b\xa8\x1b\x37\x4d\x35\xc6\x10\xe8\xc0\x31\xbb\x44\xe7\x96\xe9\ \x3d\x74\x02\xcd\x10\xcf\x2b\x85\x44\x7b\x2b\x7d\xdb\xa1\x82\x90\ \x30\x8c\x48\xd2\x11\x4d\xdb\x6b\x4e\xc2\x90\xa4\xed\x7a\xcf\xa8\ \xd7\x74\xdd\xad\x0b\x45\x3b\x9c\x4c\x08\x85\x71\xe9\x83\xa3\x04\ \xab\x9d\x68\x2d\x0a\x42\x34\x96\x83\x2c\xa1\x8d\x0f\x78\x7e\xe6\ \x0e\x93\xc7\x8f\x1f\xbb\xf7\xd8\x39\x11\x9a\xb7\x95\x28\xcb\x92\ \x30\x88\x98\x1e\x4e\x91\xb8\xc2\xec\xaf\xb1\x10\x82\xa2\x28\x38\ \x3b\x3b\xa3\xae\x6b\x26\x93\x09\xe7\x2f\xce\x01\xb7\x3f\x5b\xaf\ \x97\xcc\x97\xf3\x01\xc7\x2f\x8a\xd2\x19\xdd\x21\x68\xdb\xae\x87\ \x1c\x0e\xb9\x73\xe7\x2e\x9f\xfd\xe2\x73\xd6\x9b\x4d\xaf\x93\xd9\ \xb1\xdb\x15\x98\xd6\xb2\x5e\x6d\x78\xf2\xe4\x29\xcb\xf5\x9a\x20\ \x70\x79\x18\x74\x70\x75\x3d\xa7\xa9\x5c\x91\x88\x02\x77\x48\x57\ \x4d\xe3\x54\xb9\x3d\xa9\xa1\xc3\xf9\x56\xd5\xbd\xef\x5c\xd3\x77\ \xa1\x51\x14\xb1\xdd\x6c\x08\x82\x90\xba\xae\xc8\x77\x39\x77\xef\ \xde\xe5\xb7\x7e\xeb\xb7\xd8\x6e\x77\xfc\xf1\x1f\xff\x31\x61\x18\ \x0d\x06\x98\x08\x07\x97\xa4\x69\xe2\x9c\x8a\x3b\x4b\x18\xc6\x8c\ \xc7\x13\xea\xa6\x1c\x88\x1c\xde\xbb\xcb\x37\x50\x75\x5d\x3b\x0b\ \x1f\x63\x28\xcb\x92\xcb\xcb\x4b\x46\xa3\x11\x41\xff\x4c\xbe\xae\ \x9d\x89\x10\xce\x59\x20\xdf\xed\x90\x3a\x24\x08\x23\x94\x54\x58\ \xeb\x0a\x9e\x69\xaa\x01\xcb\xf7\x8e\x12\x3e\x36\xc2\x1f\x26\x9e\ \xa5\xd4\x75\x1d\xbb\xdc\x99\x7d\xc6\x81\x42\x74\x0c\x30\xb6\x7f\ \x0e\xfd\xe2\xbb\x69\x1a\x96\x4b\x17\x4b\xed\x38\x24\x92\xf1\xe4\ \x00\x1d\x84\x5c\x5c\x5e\xf5\x91\xc6\x0a\x63\x3b\x5a\xe3\x3e\xcb\ \x28\x0a\xb1\xa6\x1d\xa6\x9d\x87\x0f\x1f\x72\x75\x75\x35\x14\x77\ \xbf\xd0\xdf\xf4\xf7\x82\xee\x51\x0d\xe7\xb1\x16\x0c\xdf\x8b\x7f\ \xe6\x7c\x6d\xda\x97\x0b\xf8\xfb\xd3\xff\xdc\xdf\x4f\x79\xe8\x2a\ \xe8\xdd\x8d\x27\x93\x09\x41\xef\x50\x60\x3b\xc1\x7a\xbd\xe6\xec\ \xec\x6c\x60\x2c\xfa\x43\xe8\x97\x33\x98\x7e\x39\x7a\xdc\x1f\x5e\ \xfb\x26\xae\xfb\x9f\x59\x10\xe8\xde\x65\x5d\x7e\x13\x27\x13\x5e\ \xd1\x56\xfc\xff\x7d\x10\xaf\xec\x4e\xe8\x5e\x29\xec\x52\x08\x84\ \x14\x3d\xab\xc9\x2d\x9f\x5d\xfa\x9e\x22\x8a\xc2\x57\x3a\x53\xa7\ \x94\x57\x48\x19\x0e\x17\x74\xff\xd7\xfd\x3c\x93\x28\x8a\xfa\x24\ \x47\xb3\x67\x45\xd2\x0d\x87\xc9\xb0\x1b\xe9\xb5\x20\xfb\xdf\xab\ \x10\xc2\xa9\xe5\x0d\x48\x3a\x64\xa0\xd1\x7b\x2c\x32\xd1\x5b\xc3\ \xbb\x38\xd7\x0e\xac\x40\xca\xbe\x50\xf7\x56\xf7\x12\x68\x6a\x83\ \xe8\x71\x61\xb7\x9c\x74\x53\x4d\x18\x46\x3d\xcd\x57\xbf\xd2\x39\ \xee\x1f\xc4\x4a\xea\xa1\xf8\x9b\x3e\xba\xd7\x39\x31\x0b\x94\x0a\ \x88\xe3\x84\x24\x4d\xe8\xac\x41\x09\x77\xf0\x5a\x6b\x09\x75\x84\ \x0e\x62\x27\x8a\xac\x1b\x2c\xa0\xc3\x88\x28\x7e\x79\x68\xbf\x06\ \x2e\x17\xd0\x11\x48\xcd\x38\xcd\x08\xa5\x41\x8d\x12\x0a\x63\x51\ \x49\xc0\x68\x3a\x25\x1d\x65\x60\x2a\x74\xd7\xb0\xb6\x39\x74\x2f\ \x0b\x84\x9b\x94\x74\x4f\xb0\x10\x43\x11\xdc\x6e\x76\xdc\xbf\x73\ \x93\x28\xd0\x7d\x97\xd5\x0c\xd7\xcc\x77\x87\x79\x9e\x33\x9d\x4e\ \xb9\x73\xef\x16\xf3\xc5\x82\x5d\xbe\xe5\xec\xf9\x73\x7e\xfe\xc9\ \xa7\x54\x4d\xc9\x76\xb7\x65\x36\x9f\x23\xa5\x26\x4d\x46\x28\xd3\ \x71\x3d\x5f\xb0\xcd\xb7\x6e\xaf\x15\x68\x8a\xb2\x4f\x6d\x1c\x8f\ \x69\x66\x0d\x3a\xd0\x98\xce\x32\x5b\xb8\x8c\x0e\xbf\x97\x78\x71\ \x71\xc1\x8d\x93\x53\x56\xbb\x0d\xa6\x6e\x19\x67\x23\xa6\x07\x49\ \x0f\x4d\x66\xb4\x6d\xc3\x66\xb3\xa1\xf6\x0b\xe9\xbe\x10\xc8\x7e\ \x2f\xa4\x94\xa2\x6e\x6a\x56\xeb\x15\xf7\xef\xdf\x45\x2a\xc9\x87\ \x1f\x7e\xc8\x72\xb9\xec\x3b\x4d\x77\xc0\x1f\x1f\x1f\x13\x86\x21\ \xf3\xd5\x12\x6b\xdb\xbe\xeb\x74\x14\xe6\x20\x08\xa8\x9b\x92\xb6\ \x35\xbd\x00\xb1\x2f\x36\x52\x0d\x8d\x81\x2f\xb8\x3e\xb7\xc6\x5b\ \x7d\x4c\x26\x13\x0e\x0f\x0f\x5f\x2b\xf1\x42\x0c\x16\x40\xe2\x95\ \x43\xca\x8b\xf7\xe2\x28\xa6\x6b\x5b\xaa\xaa\x1c\xa6\xc8\xc1\x61\ \xbb\xb7\x28\xf1\xd7\x56\xa9\x80\xd1\x78\x84\xb2\x86\xb6\xac\x5e\ \x79\xfe\x8c\x31\x5c\x5c\x5c\xb0\xdd\x6e\x99\x4c\x26\x5c\x5e\x5e\ \x0e\x4e\x08\xfe\x80\xe8\xba\x6e\x20\x21\xec\xfb\xf0\x49\x29\x09\ \x74\x48\x3a\x71\xc1\x61\x8f\x1e\x3d\x1a\xfc\xcd\xfc\x01\xe5\x5d\ \x9b\xbb\xce\x39\x4f\x8f\x7a\xe4\x64\xb3\xd9\x0c\x4c\xd0\x97\x36\ \x4b\xcd\x90\x3f\x24\xfa\x03\xc3\x7f\xe6\xde\x73\xd0\x5b\xa5\xac\ \x7b\x08\x77\xb7\xdb\x11\x05\x01\xa7\xa7\xa7\xd4\x75\xcd\xdf\x7c\ \xf4\x53\x7e\xf2\x37\x7f\xe3\xf6\x59\xdd\x4b\xb5\xbb\x47\x42\xfc\ \xd7\xf2\xd7\xae\xde\xd3\xb9\xed\x37\xcc\xfb\x16\x51\xfe\xb9\xf1\ \xbb\x1b\x4f\xfd\x1f\xe2\x36\xbe\x89\x87\x89\x57\x70\xee\x9b\x0b\ \x3a\x11\x9d\x1a\x6e\x8c\xe1\x84\xb5\xb6\xb7\x52\x11\xc8\xce\x99\ \x3d\x2a\x25\x01\x31\x14\x7d\x1f\x16\xe5\xca\xb5\xe8\x45\x86\x02\ \x3a\x57\xe0\xc3\xfe\xeb\xec\xdf\x40\xee\x43\xb4\xbe\x96\x13\x85\ \xee\x86\x68\x71\x5d\xa2\x14\x92\xc6\x34\xc3\xce\x43\x6b\xd3\xe3\ \x90\xee\xe0\x72\xe3\xed\x4b\xdc\xdb\xd2\xd1\xd5\x02\xd1\xb9\x1b\ \x73\x28\xc4\x3d\x13\xcb\x8f\xe0\x5d\xd7\x61\xba\xb6\x5f\xbc\xb7\ \x83\x4b\x71\x18\x06\x83\x5f\xcf\x62\x3e\xc7\x18\xcb\xe9\xc9\x31\ \x41\xe8\x20\x8f\x28\x72\x13\x56\xdb\x1a\xb2\x2c\x70\xef\x55\xb8\ \x04\x47\x17\xf4\xa4\xfa\xc3\xc4\x22\x85\x7b\x08\xbb\xbe\x18\xfb\ \x07\x29\x0c\x42\x67\xaa\x69\x9d\x18\xb3\xb5\x86\x4e\x3a\x81\x64\ \x18\xc5\xb4\xd6\x1b\x1d\x6a\x37\xfa\xbe\x36\x98\xcb\xd9\xc9\xa4\ \x51\xcc\x74\x3c\xa1\xad\x37\x28\x69\x69\x8a\x8a\x93\xa3\x29\x47\ \xb7\xef\x12\x25\x09\x9d\x29\x90\xa6\xe4\x89\x6d\xf6\x30\x5f\x85\ \x31\x2d\x41\xe8\xdc\x54\xdb\xb6\x61\x3a\x3d\xe4\xf8\xe8\x98\x22\ \x2f\x11\x30\x2c\x93\x45\x4f\x5e\x10\xfd\x24\xeb\x44\x78\x92\x28\ \x0c\x19\x8f\x27\x6c\xb6\x1b\xd2\x24\xe5\xfc\xfc\x9c\xa6\xa9\x88\ \xa3\x78\xc8\x89\x69\x9a\x92\x83\xc9\x94\xdd\xce\x3a\xfa\xa9\x69\ \x91\x4a\x0c\x4b\x57\x3f\x21\xfb\x08\x69\x6f\x8e\x59\x9b\x86\x34\ \xcb\xd8\xf6\x9e\x60\xd3\x83\x29\x2f\x5e\xbc\xe8\x2d\xfe\x21\x4e\ \x90\x17\x41\x68\x00\x00\x20\x00\x49\x44\x41\x54\xdd\x4e\xee\x70\ \xea\x7c\x97\xac\xb1\xe8\xb6\xee\x29\xcb\x0a\x15\x06\xe8\x20\x60\ \xb3\xd9\x38\x9c\x3c\x08\xd8\x6e\x36\x5c\x5d\x5d\xa1\xa4\x66\x76\ \x3d\xa7\x6e\xea\x21\xa3\x3b\x4b\x33\xe7\x5a\x9b\xe7\xa4\x7d\xd0\ \x5a\x92\x24\x6c\xb7\x4d\xef\x8c\x9d\x53\x94\xbb\x7e\xb9\xab\xe9\ \x3a\xa7\xdb\xb1\xd6\x12\x34\x35\x26\x0c\x86\xae\x3f\x4d\x53\xf7\ \x3a\x69\x4a\x1c\xc7\x4c\x26\x93\x21\xff\xe4\x75\xa1\x10\x9e\x85\ \x16\x45\x21\x42\x6a\x74\xf4\x32\x55\x50\x74\x96\x38\x0a\xb0\x6d\ \xdd\x1b\xa1\xda\x61\x27\xe0\x77\x0a\x6a\x4f\x7b\xa6\x85\x46\xf7\ \xac\x46\xdb\xb4\xaf\x3a\x79\xf7\x45\xd3\xf6\x41\x74\x7e\x7f\xd2\ \x75\x1d\x8b\xc5\x92\xeb\xab\x2b\x76\xf9\x8e\x3c\x2f\x68\x9a\x96\ \xb6\x6d\x08\x83\x90\xae\x83\xd5\x6a\xcd\x28\x4b\x69\xdb\x6a\x28\ \xae\x6e\xc7\x92\x0e\x66\xb1\x9e\xe5\xe5\xed\x86\xfc\x74\xa7\x94\ \x22\xef\x61\x58\x0f\x21\x79\xe7\xe6\xae\xeb\x28\xfb\x7d\xed\xbe\ \xc5\x52\x18\x86\x43\x73\xea\xbd\xf1\xa2\x28\xa2\x6e\x1a\x1e\x3c\ \x78\xc0\x76\xbb\x45\x08\x97\x76\x1a\x04\x01\x5a\x6a\x40\x10\x47\ \x31\xeb\xcd\xa6\xaf\x2d\x2f\xe5\x0f\xee\xfe\x6d\x5e\x81\x2f\x5f\ \xb2\x52\x5f\x4d\x6f\xac\x7b\x46\x5c\x14\x45\xc3\xa1\x9a\xa6\xe9\ \xdf\x0b\xd2\xfe\x15\x12\x2d\x76\x0e\x43\x8c\x62\x64\x10\x21\x0d\ \x3d\xde\x2f\xd0\x71\x4c\x6b\x5b\x4c\x5d\x63\x85\xa0\xb3\x6e\x5f\ \x21\x85\x04\xd1\xd1\x49\xd7\x61\x21\x5f\x16\xe2\x40\x08\x62\x25\ \x89\xa3\x00\x21\x3b\xa4\xd0\xfd\x9e\xa3\x57\xae\xa3\x48\xd3\x31\ \x6f\xbc\xf9\x06\x65\x59\xf0\xfc\xf9\x73\xea\xba\x74\x1d\x9b\x14\ \xe8\x40\x21\x24\x28\x2d\xfb\x1d\x82\xec\xa7\x0f\x85\x34\x0a\x63\ \x4d\xef\x42\x5c\xf5\xa3\xac\x5b\xc8\xbd\xf9\xe6\x9b\x9c\x9f\x9f\ \xf7\x19\x09\x0a\xa1\x24\x9d\x85\x40\xba\x1b\x5e\x69\x35\x60\xc6\ \x52\xb8\x6c\x71\x3a\x68\x4d\x4b\x17\x0a\xe2\xd1\xc8\xe5\x8c\xef\ \x8d\xba\x56\xc0\x38\x49\xb0\x02\xa6\x93\x09\xbf\xf1\xdd\xef\x72\ \x7d\x7d\xd5\xe7\x4d\xd0\xb3\x95\x8a\xfe\x20\xd6\x3d\x7d\xd9\xf6\ \xd3\x97\x44\x62\xd1\x4a\xd2\xd2\x71\xeb\xc6\x09\x37\x6f\xdd\xe6\ \xf2\xc5\x25\x4f\xce\xce\xb0\x6d\x47\x12\x8f\x1c\xfc\xd5\x81\x52\ \x16\xd1\x14\x8c\x27\x19\xe3\x71\x44\xbe\x95\xc4\x61\x4c\x51\x55\ \x44\x91\xc3\xdc\x7d\x84\xef\x6b\x59\x98\xd0\xa1\x85\xcb\xdb\x56\ \x71\xea\xe8\xaa\xad\xa0\xaa\x1b\x9e\x3c\x7e\xc2\x66\xb7\x61\x3c\ \xce\x10\x18\x76\xdb\x02\x2b\x25\xa6\xb3\xc4\x4a\xd0\xb6\x86\x50\ \x0b\x46\x69\x4a\x51\x56\x8c\x46\x23\xb2\x6c\x4c\x77\x04\xa2\x2d\ \x59\x2f\x67\xd4\x55\x89\xc0\x22\x3b\x77\x4f\xc8\xce\xa2\xa4\x22\ \x50\x02\xdb\xd6\x14\xdb\x2d\xb6\x36\xe8\x4e\x93\x85\x19\x81\x08\ \xa8\x76\x35\xa6\x32\x28\x24\x6d\x4f\x03\x3f\x3a\x18\x13\x04\x96\ \xc5\xf2\x9a\xae\x6d\x48\xd3\x94\xc3\xf1\x88\x50\xc0\x6a\xbd\x72\ \xa2\x44\xd1\x21\x84\xe5\xee\x9d\x9b\xd4\x65\xcd\xc5\x8b\x17\xd8\ \xd6\x50\x57\x35\x75\xdb\x0c\x9e\x66\x8d\xa9\x10\xa2\x45\xd0\x90\ \xe7\x1b\xea\xa6\xa2\xac\xf3\x9e\xa9\x04\x32\x74\x10\x98\x54\xca\ \xe5\x69\xe4\x39\xd6\x42\x51\x97\x3c\x79\x7a\xe6\xdc\x18\xa2\x18\ \x8b\x1d\x26\x17\xa9\x05\x55\x53\xb1\x5a\xaf\x68\x5a\x33\x2c\x52\ \xa5\x54\xbd\xf1\xa8\x71\xd0\xae\xd4\x68\x1d\xd1\xd4\xb9\xd3\x8e\ \x48\x41\x6d\x6a\x46\x2a\xc3\x98\x86\x20\x50\x68\x2d\xa9\xca\x9c\ \xdd\x66\x4d\x1a\x47\x14\x52\xb0\x5c\xcc\x07\x42\xcc\x6b\xd9\x99\ \x98\x0e\x3a\xf7\x4c\x99\x0e\xb2\x2c\x26\x4a\x12\xb4\x54\xee\x1e\ \x00\xda\xaa\x72\xcf\x75\x6b\x07\x24\x42\xf6\x1d\xb7\xb1\x66\x70\ \xd7\x95\x3a\x74\x14\xe2\xb2\xc4\xda\x96\x0e\x27\xd8\x45\x38\x5a\ \x7f\x10\x44\x94\x95\x83\x7a\xb3\x51\x4a\xdd\xc3\x68\x55\x55\x51\ \xd6\xe5\xa0\x5d\x2b\x4b\x37\xfd\x24\x69\x82\xb1\x06\x44\xc7\x66\ \xbb\x66\x7a\x30\x1e\xe0\x6e\x2f\x0e\xde\xff\xe1\xb5\x39\x41\x14\ \xd1\x1a\x17\x31\x3d\x3e\x38\x60\xd7\x6b\x4b\xa2\xbd\x26\x39\x8e\ \x62\x47\x8b\xee\x85\x94\xfe\x90\xf4\xc8\x82\xbf\x6e\x5e\xc8\xb8\ \xdd\xed\xb0\x7d\x5c\x76\xd3\xbb\x6f\x18\x69\x48\x92\x84\x20\x70\ \x59\xf1\xd6\x76\x68\x09\x55\x5f\xfb\xfc\x1e\xc4\x1f\x20\xfb\xcc\ \xd3\x81\xec\xd0\xa3\x23\xfb\x68\x8a\x3f\xac\x93\x3e\xbc\x2b\xed\ \xc3\x04\xff\xae\xf0\xe6\xaf\x16\xcc\x25\x25\x22\x08\x08\xc2\x90\ \xd0\x0a\xb4\x90\x58\x41\x6f\x8d\x22\x30\x7d\xde\x86\x30\x1d\xc2\ \x3d\xbe\x2f\xe1\x2e\x29\x11\x5a\x12\x08\x88\xa2\x10\x69\x2c\xa1\ \x54\x8c\x93\x88\x28\x54\x08\xa5\x30\xad\x33\x7f\xac\x1b\x4b\x5e\ \x94\x30\x5f\x91\xa4\xd7\x94\x55\xc1\xf5\x6c\x46\x47\x03\xb8\xd3\ \xba\xac\x4b\x3a\xdb\xb1\xde\xae\x1c\x25\xb1\x13\x43\x44\xaf\xed\ \x9c\x87\x95\x87\x21\x00\xd6\xeb\x35\xc6\x18\x8e\x8e\x0e\x59\x2e\ \x17\xbd\x80\x52\xa3\xa4\xa6\xc8\x4b\xa6\xd3\x29\xe3\x6c\xec\x52\ \x21\xed\xcb\x8b\xe8\x8b\x78\xd5\x36\xac\x8b\xad\xf3\xee\x8a\x82\ \x3e\x11\xd1\x2d\x90\x8d\xb5\xd4\x6d\x89\x54\x8a\x6d\x59\xf0\xd9\ \x17\x9f\x51\xf7\x0f\x8e\x31\x0e\xda\x73\xd0\xc4\x7a\x18\xef\x5d\ \x87\xe3\x93\xe4\x5a\x0c\x8a\xb2\xd8\xf1\xe2\xf9\x39\xdb\xf5\x86\ \xed\x76\x47\x59\x94\x34\x75\xcb\x6a\xb5\xa6\x6d\x1d\x35\x57\xe9\ \x06\x63\x76\x4c\xa7\x09\x81\xb4\xac\x97\x33\x8c\x0d\x98\x2d\x17\ \xe4\xd5\x96\x5d\xb1\xa5\x6e\xaa\xd7\xb6\x84\x17\x40\x14\x08\x8c\ \xa9\x1d\x2b\x4e\x06\x88\xb0\x63\x34\x99\x72\x7e\x79\xc9\xa7\x9f\ \x7e\x46\x98\x24\xe4\x65\x49\x12\x85\xd4\xad\x23\x10\x18\x6b\xe8\ \xac\x21\x4d\x22\x94\x30\x8c\xb2\x84\xc3\x83\x29\xe7\x2f\x2e\x59\ \x6f\x76\xdc\x39\x3d\x40\x09\x41\xa8\x15\x5a\x08\x02\xad\x09\x02\ \x85\xec\x2c\xe3\xd1\x84\x2c\x89\xd9\xae\x97\x88\x5b\xb7\x11\xd6\ \x3d\xd4\x81\xd2\x84\x3a\x00\xdb\x31\xce\x52\x97\xfc\xa8\x25\x02\ \x43\x96\x44\x5c\xcf\x73\x46\x69\x4a\x96\xc6\x44\x5a\x73\x90\x65\ \x74\x55\xc5\xc6\x82\xad\x6b\x74\x14\xd0\x36\x96\xab\xcb\x0b\x62\ \x1d\x80\xb5\xa4\x49\x32\x74\x97\x69\x96\x21\x25\x84\x12\xac\x69\ \xc0\x42\xbe\x2b\x29\xeb\x9a\xdd\x6e\xed\xac\x3c\xc6\x8e\xfe\x7c\ \x79\x75\xe5\xf6\x65\x61\x08\x79\xee\xa6\x10\x5c\xac\xb0\x0e\xdc\ \x74\xc9\x10\xaa\xd6\xb2\xdd\xb9\x3c\xf0\x24\x4d\x68\xad\xa1\xa9\ \x9b\x41\x81\x2d\x84\x24\x8a\x62\x92\x24\xeb\x09\x1c\x92\xb6\xed\ \x9f\x21\xe1\xf6\x34\x2e\xea\x40\x91\x8d\x32\xaa\xb2\xa2\xd8\x69\ \x84\xd6\x8c\xb3\x94\xb2\x2c\x58\x2d\x17\xaf\x95\x78\x21\xf7\x1c\ \xac\x4d\x5b\x53\xb7\x15\xc5\xd2\xe1\xfe\x5a\x4a\x22\xe5\x9c\xbd\ \xe9\xfa\x67\xa4\x7f\xce\x55\xbf\x38\x16\x08\xb2\x2c\x73\x5d\x36\ \x0e\xd2\x2d\x9a\x06\xe1\x6d\xd3\x85\x43\x2a\xa4\x02\xdb\x19\x8c\ \x6d\xb1\x9d\xa1\x35\x4d\x4f\x97\xb7\x20\x2c\x41\xa0\xa8\xac\xc1\ \x76\xee\xff\xbb\x15\x81\x25\x4e\x42\x94\x16\x94\x65\x31\x40\x46\ \x5e\xfb\xe3\x45\x8b\xfb\xcc\x4f\x9f\x9e\x5a\x36\x35\x49\x9c\x50\ \x54\x25\xad\xb5\x6e\x67\xba\x37\x29\xd5\x75\xf5\xb7\x08\x3d\xfb\ \x51\xbb\xde\x39\xd8\xb3\x43\xaf\xe7\x73\x94\x72\xb4\x6e\xbb\x27\ \x7e\x6e\xdb\xd6\xb1\x32\xdb\x96\xb2\xaa\x30\xcd\xcb\x68\x09\x3f\ \xe9\xec\xfb\x7d\xed\x2f\xe6\xfd\x44\xe2\xbf\x9e\xd7\xe3\xf9\x0c\ \x14\x0f\xbf\x79\xf7\xf0\x6f\xa4\xd1\xa3\xec\x3a\xb4\x31\x48\xd3\ \x12\x8a\x00\xd5\x75\x58\x21\x31\x52\x3a\x3b\x0f\x69\x09\xa4\x42\ \x04\x12\x8c\x18\x76\x12\x42\xba\xbc\x6e\x25\x04\xad\x75\x0a\x75\ \xd5\x0b\xaf\xc6\x07\x63\xc2\x40\xf7\xde\x52\x0e\xa1\x89\x02\x89\ \x6d\x25\x81\x16\x5c\x5d\x9c\xa3\xb5\x22\x09\x35\x28\x89\x33\x61\ \x11\x2f\xd3\x1a\xe3\x08\x90\x58\xd3\xbd\x22\x64\xf4\x9f\xef\x78\ \x3c\x1e\x16\x6d\x55\x55\xf1\xc9\x27\x9f\xb8\x91\x35\x8a\xb0\xc6\ \x10\x84\x01\x1d\x82\xda\xb4\xac\xb7\x1b\x97\xfd\xdc\xc3\x6b\xdd\ \x5e\xda\xa2\x13\xef\x35\x98\xca\xb9\x17\x7b\x46\x85\x77\xfa\xf5\ \x99\x07\x75\x55\xf3\xf0\xe1\x23\x26\xa3\x6c\xa0\xfc\x79\xb8\xca\ \xe3\xed\xde\x11\x78\xe8\x02\x71\x9a\x92\x24\xcb\x68\xda\x96\xab\ \xf9\x8c\x38\x4e\x99\x1e\x1d\xd2\xb1\x72\xe6\x76\x4a\x23\xa4\x40\ \x60\x51\x42\x93\xa5\x31\x07\xe3\x11\x49\x14\x21\x75\x4a\xdd\x36\ \xe8\x40\x60\x8c\x1e\x84\x99\xaf\x6b\x1b\x1b\x04\xc1\xe0\x56\x2c\ \x94\x06\xa9\x08\x43\x07\x0d\x08\xe9\xec\x3d\x5a\x6b\xd9\xb5\x0d\ \xad\x31\x2e\x0e\xb9\x69\xe8\x7a\x95\x78\x6b\x0c\x47\xd3\x63\x27\ \x14\xfb\xea\x21\x8b\xc5\x82\x5b\xc7\x63\xd2\x6c\x34\x38\x3f\xbb\ \x8e\xad\x01\x29\x59\xcc\xe7\x14\x65\xc5\x6e\x57\xf0\xe0\xc1\x57\ \x44\x69\x4a\x18\x06\xac\x36\x39\xc8\x8e\x6d\xbe\x61\x32\x1d\xf5\ \x5a\x12\xd7\xe9\x6e\x76\x2b\x56\xeb\x15\xc7\x27\xa7\x68\x1d\xb1\ \x58\xae\xd8\xae\xd7\x34\x75\x43\x18\xc7\xce\xf1\xba\x31\x64\x93\ \x31\xdb\x6d\xc1\xe1\x9d\x29\x17\x57\x33\x56\xbb\x1d\xb7\xee\xde\ \xe3\xe8\xe8\x84\xf5\x66\xc9\x76\xb3\x22\x4a\xc2\xde\xc3\x4d\xd2\ \xf5\x7a\x12\x97\x5d\xe3\xfe\x5b\x92\xa4\x48\x15\xbc\x84\x22\x7a\ \x5a\xb8\x42\xa0\x94\x2b\xa4\xd6\x76\x3d\x3b\xcf\xbd\xaf\xb6\x35\ \x48\xa9\xb0\xc6\xe9\xb0\x8c\x35\x83\x00\xd1\x33\x8b\xbc\xb5\x47\ \xbb\x17\x00\xe7\xe1\xd8\xf5\x7a\xe3\xb2\x5b\x5a\xe3\xf4\x49\x3d\ \x4d\x57\xeb\x00\x81\x9b\x4a\x5f\x9f\x64\xd1\x15\x61\x4f\x06\x89\ \xc2\x08\xad\x34\x9b\xcd\xd2\xd9\xef\x23\x88\x82\x80\xae\xb5\xb4\ \x6d\x03\x52\xf4\xd3\xb0\x63\x3f\x76\x5d\x47\x10\x06\x43\x52\xe4\ \xae\xa8\x9c\xc5\x7a\x14\x51\x17\xe6\x15\xc1\xb3\x52\x9a\x34\x4d\ \x07\x62\x41\x91\x17\x83\x7e\xc6\x3b\x8c\xfb\x65\x79\xb0\xf7\x5c\ \xba\x7c\x77\x07\x23\xee\xef\x12\x3c\x04\xe5\x9f\xc9\xae\xeb\xc8\ \xf3\xbc\x4f\x57\x6d\x50\x52\x11\x27\xce\x20\x31\x08\x34\xfc\x92\ \xda\xbd\xeb\xa7\x0f\xef\xb0\xe1\x21\xb0\xcd\x66\xf3\x8a\x33\x87\ \xb7\x1a\x72\xe9\x9c\x2f\xa1\x2b\x6f\xab\xe4\x8b\xbe\x3f\x04\xfc\ \x7d\xee\x61\x60\xff\xf3\x97\x77\xd1\xfb\xa9\xb1\x9e\xd1\xe5\x9f\ \x0f\x9f\xa7\xe2\xed\x5f\xf6\xc9\x03\xdf\x2c\x36\x17\x10\x48\xc1\ \x58\x43\xdc\x19\xb4\x05\x81\x24\x89\x33\x0a\x61\x31\x80\x46\xa2\ \x55\x80\x12\x1d\x56\x3a\x6d\x8a\x54\x02\x21\x1d\xc4\x20\x95\xa0\ \x6b\x5d\x46\x47\x28\x24\x71\x1c\x31\x19\x8d\x51\xaa\x43\xd0\xe7\ \xc1\xab\x90\x48\x2b\x44\x67\xc8\xb2\x18\x6b\x5b\x94\x16\x5c\x5e\ \x5c\xd1\x76\x96\x83\xa3\x43\xd2\x24\xed\x2f\x6c\xbf\x77\x40\xd0\ \x69\xbf\x8b\x91\x83\x89\xa2\xd6\x7a\xb0\x78\x08\x7b\xb6\x85\x1f\ \x55\xb3\x2c\xa3\x17\xa1\x10\x24\x1d\xdb\xf5\x86\xd5\xa6\xa0\x2c\ \x0b\x26\x07\x07\xb4\x7b\x63\x67\x6b\x0c\x59\x9c\x30\x0a\x23\x47\ \x03\xcd\x73\xb2\x6c\x44\x5e\x97\x5c\x5c\x5d\xf6\x29\x78\x37\xb9\ \xbe\xbe\xe6\xfc\xe2\x05\x49\x14\x91\x26\xb1\x1b\x6f\x75\xd0\x6b\ \x2f\x1a\x94\xd2\x44\x91\x5b\xe0\xf9\xc3\x2d\x88\x42\xa7\xe1\x69\ \x1a\xe8\xad\xe7\x03\xdb\x21\x70\x70\x51\x10\x07\x8c\xb2\x11\xd6\ \x30\x60\xcb\xd6\x34\xc4\x41\x44\x12\x3b\x83\xbf\x50\x4b\xd2\x28\ \x20\x4c\x35\x61\x68\xd1\x5a\xc2\x6b\x54\x43\xc7\x69\x46\x18\x27\ \xd8\xaa\xc2\x0a\x90\x7d\xb1\x54\x2a\x20\x4d\x53\x9a\xd6\x10\xa7\ \x19\xdb\xf5\x82\x55\x33\x03\xe5\x1a\x07\xd5\xdf\xfc\x6d\xeb\x70\ \x6b\xbf\x18\xed\xfa\xa0\x30\x2f\x5e\x6d\x8c\x63\xc3\xe8\x30\x40\ \x69\xcd\xe5\xf5\x35\x65\x5d\x13\xa5\x09\x28\xc9\x7a\xbb\xe2\xf6\ \x9d\xdb\xa8\x50\x91\x8e\x12\x36\xb9\xc6\x0a\xdb\x63\xf3\xce\xbf\ \x6c\xb7\xce\xd1\x41\x44\x5e\xd6\x08\x15\xa2\xc2\x18\x29\x4b\xb2\ \x51\x8a\xdd\x6e\xb0\x52\xb3\x5a\xae\x88\x47\x13\xe2\x74\x84\x08\ \x02\xe2\x6c\x04\xba\x26\x4e\x52\x8a\xb2\x20\xcd\x1c\x84\xe9\xa6\ \x5b\xa8\x6b\x37\x65\x05\x61\x80\x50\x9a\xba\x69\x30\xa6\xa3\x35\ \x9d\xa3\x19\xf7\xb4\xd3\x38\x0c\xd1\xca\x99\x80\xd6\xa6\x25\xd5\ \xae\x10\x97\x75\x45\x63\x5b\xca\xa6\xa6\xec\x3d\xab\x30\x2d\x75\ \xeb\x88\x16\x5e\x98\xe6\xbb\xde\xfd\x28\xea\xc1\x37\x2e\x8b\xc9\ \x77\x3b\xb2\x2c\xa3\x36\x2d\xc6\x1a\x92\x34\x45\x2c\xe6\xcc\xe7\ \x8e\x48\x10\x84\x01\xd6\x98\xd7\xfe\xcc\xfb\xd7\xf4\x45\xdd\xb3\ \x98\x6c\xcf\x4a\x92\xfd\x6e\xc5\xf4\x06\xb0\x6e\x1f\xaa\x06\x4d\ \x4c\x14\x45\xce\xc2\x66\xb3\x71\x2c\xa7\x20\xa0\x2e\xba\x57\x0a\ \xa8\xd3\x52\x6d\x07\x2b\x11\xb7\x77\x10\xaf\xc4\x4a\xf8\xc3\xd6\ \x3f\xc3\x7e\x47\xb9\xdd\x6e\x09\xc3\x60\x50\xb8\xfb\x5d\x8b\x17\ \xaf\x7a\xb6\xa7\xb7\x77\xb7\xd6\x52\xf5\x2c\xc1\xd1\x78\xec\x20\ \xce\xbe\xe8\x0f\xac\x2d\x04\x55\x5d\x0f\x02\x55\xbf\x87\x1c\x84\ \xcf\xfd\x54\xe2\x9a\x0d\xf5\x4a\xe6\xd1\x3e\x84\xe5\x35\x70\xfb\ \x13\x8e\x27\x01\xed\xef\x47\xfc\x94\xb2\x0f\x73\xbd\x12\x17\xfe\ \x4b\x94\x70\x1f\x1d\xed\x7f\xff\x0d\x55\xc0\x0b\x6c\x53\xd3\xec\ \x56\x4e\x15\x5b\xb4\x54\x55\xcd\x44\x9e\x20\xb3\x0c\xe9\xb5\x28\ \x38\x57\x51\xab\xe8\x63\x66\x65\xaf\x6e\xef\x90\x58\xac\x10\xc4\ \x41\x48\x28\x05\x61\x10\x10\x68\xc9\x76\x35\x77\x26\x8c\x46\xd0\ \x34\x06\x6b\x5c\x77\x51\xee\xd6\xb4\x6d\x4d\xd7\x19\x5e\x3c\x7b\ \xca\xa6\xac\xb8\xdf\xbd\xcd\xe8\x8d\xd1\xb0\x1f\x49\x92\xc4\x7d\ \xb8\x42\xf7\x27\xb7\xee\x6f\xec\x9e\xe9\xd5\xdf\xf8\x9e\x0e\xe8\ \x6f\xc4\x38\x8e\x1d\xb5\x2e\xd0\x74\x42\xa0\xfa\x02\xf0\x8b\x4f\ \x3f\xa5\x6a\x1a\xee\xbf\xf1\xc6\x50\x90\x77\xdb\x2d\x52\x08\x36\ \xf3\x39\x6b\x0b\xdb\xed\x86\xf1\xc1\x84\x4e\x0a\x1e\x3f\xf8\x9a\ \xb2\xae\xd0\xdf\xd3\xac\xd6\x2b\xce\x9e\x9d\x31\x1d\x4f\x48\xa3\ \x98\x83\xc9\xc1\x60\x81\xbe\x5a\x55\x1c\x1f\x4f\x86\x4e\xc3\xd3\ \x15\x75\xa8\x41\x0a\x67\x84\xd7\x09\xca\xd6\x10\xe8\x10\xc7\xa3\ \xb1\x28\x2d\xb1\xb6\x75\x30\x17\xae\x48\xeb\x40\x93\xc4\x01\x69\ \x1c\x33\x4a\x23\x24\x92\x34\x54\x64\x69\x42\xd5\x3a\x0b\xfd\xee\ \x35\x5e\xfa\xa6\x6d\x69\xad\xc5\xba\xf5\x11\x75\xd3\x52\x54\x15\ \x37\x6e\xdc\xe0\x9f\xfe\x93\xdf\xa3\xac\x6b\x36\xdb\x0d\x3f\xfb\ \xe9\x47\x2f\xb1\x5d\x29\xa0\x7f\x40\xc3\x30\x1a\x2c\x40\x3e\xf8\ \xe0\x03\xca\xb2\xe2\x68\x1c\x53\xe6\x2e\x2f\xbe\xb5\x86\xc6\xb4\ \x20\x24\x45\x55\x53\x5b\x8b\x0a\x02\xaa\xc6\xf0\xe6\xbb\xf7\xf8\ \xc5\x67\x9f\xf3\xe4\xec\x9c\xf9\x62\xce\x2e\x2f\xd8\xec\x4a\x8a\ \xaa\xc1\x74\x82\xdd\x2e\x27\x8e\x23\xae\x67\x4b\xd6\xbb\x02\x5d\ \x18\xd6\xdb\x1c\xd3\x76\x18\xa1\xd0\x52\x53\x56\x2d\xad\x81\xd5\ \xb6\x40\x5d\x2d\x38\x38\x9c\x90\xe4\x05\x16\xc8\xab\x9a\x8b\xeb\ \x19\x61\xe0\xc4\x92\x4d\x55\xa2\x84\x25\x94\x82\x93\xa3\x23\xa7\ \xfb\x28\xca\xde\x8e\x47\x0e\x90\x53\x59\x95\x7d\xb4\x73\x87\x0a\ \x23\x82\x20\xa4\xad\x5b\xb6\x9b\x2d\x52\x28\x26\x93\x89\xd3\x01\ \x09\x43\x5d\x37\xe4\x79\x31\xd0\xdd\x9b\xda\xa9\x9c\x3d\x85\x16\ \xe8\xff\xbe\x7a\x15\xf6\x50\x12\xad\x34\x61\x14\x93\x24\x29\x79\ \x5e\xd0\xe1\x54\xf5\x0e\xf6\x54\x74\x16\x84\xea\xf5\x4f\xaf\xb1\ \x81\x10\xbd\x4f\x5c\xd7\x3f\x3f\xc6\x18\x10\x4e\x8f\xa1\x84\x44\ \x75\x0c\x21\x55\x9d\xf0\xa6\xa0\xdd\xd0\x40\xf8\x09\xcb\xda\x97\ \x51\xde\x06\xfb\x0a\xd5\xd9\x17\x70\xff\x4c\xfa\x85\x79\x5d\xd7\ \xce\x7e\xc7\x98\xbf\x25\x12\xf5\x07\xcb\x6e\xb7\x7b\xc5\xcf\xcf\ \x2f\xc6\x7d\xb1\xf5\x3b\x0d\xbf\x5f\xf0\x07\x62\xd3\xff\x3d\xa5\ \xd5\xe0\xdf\xb7\x2f\x67\x18\x3e\xc7\xbe\xd0\xb7\xfd\x04\xb0\x6f\ \x69\xe3\x27\xa0\xa6\x6d\x89\xfe\x13\x14\xdf\xfd\xc5\xfa\xbe\x9e\ \xc6\x2f\xd3\x7d\xb3\xb0\xbf\xef\xd8\x9f\x4e\xf6\x0f\x18\x3f\x6d\ \x79\x58\xf4\x95\xec\x26\xbe\x81\x0b\x78\xe7\xa5\xb3\xe2\xf1\xd7\ \x8f\x88\xde\x7a\x13\x5b\x5a\x96\x8b\x15\xbb\xaa\xe0\xee\xaf\x7d\ \xcb\x45\xf1\xda\x0e\xd9\x7b\x48\xc9\xc0\x3d\x78\x42\x38\x01\x9f\ \x04\x2e\x5f\x5c\xb0\x9c\xcf\x30\xc7\xc7\x9c\x1e\x1f\xbb\xfc\xed\ \xae\xe3\xc1\x17\x9f\x23\x84\x64\x94\x4d\x48\xd3\x31\x52\x04\x3d\ \xe3\x0a\x9a\xba\x61\xb7\xdb\xd2\xd4\x15\x75\x5d\x52\xd7\x2f\x59\ \x23\xa6\xcf\x21\x09\x74\x80\x10\xea\x6f\x4d\x26\xbe\x80\x0d\xc6\ \x68\xd2\x65\xa4\xb4\x6d\x4b\xdd\x34\x6e\x49\xa6\x03\x1a\xeb\x1e\ \x88\xa8\xb7\xf5\xb8\x58\x5e\x70\x70\x30\x21\x0c\x02\x6c\x6b\xf8\ \xfa\xc1\x03\x3a\x63\x19\xc9\x80\xcd\x7a\x83\xa5\x63\xbc\xd9\x30\ \x3d\x39\x22\x4b\x12\x96\xab\x25\x4f\x9f\x3c\x71\x18\xac\x10\xd4\ \x4d\xdd\xb3\xc7\x64\x9f\x96\xa8\x07\xdf\x30\x9f\x44\x99\xa5\x19\ \x61\x14\x13\xc5\x11\x9b\x7c\x87\x45\x50\x37\x86\xd6\x40\x12\x43\ \x1c\x06\x68\x25\x68\x9b\x9a\x28\x50\x84\xa1\x06\xab\xd0\xaa\xa3\ \xad\x73\x24\x6e\x5f\x30\x4a\x63\x3a\xa3\x68\x4d\xc4\xc9\x74\x4c\ \xd5\xb8\xd7\x7f\x2d\x9a\x03\x27\x74\x60\xb6\x58\x10\x65\x19\xa6\ \xb3\xbd\x58\x52\x72\x7d\x75\xc5\x6a\xb3\x41\x87\x11\x3a\x08\xc8\ \xd2\x8c\x38\x8c\x7b\x92\x80\xc2\xb4\x0d\xb6\x1f\xc3\xbb\xae\x63\ \xb5\x5a\x71\x75\x75\xc5\xe4\xe0\x88\x28\x4e\xa8\xcb\x15\x45\xe9\ \x54\xdb\x52\x6b\x94\xb5\x6e\x42\x89\x13\x94\x0e\x28\x1b\x43\xd5\ \x5a\xf2\xd2\xd2\x58\x45\x95\x1b\xa6\x87\xb7\x98\x1e\x0a\x74\x30\ \xe1\xf0\xf8\xae\xeb\x7e\x93\x1d\x71\x1c\xb3\x5a\xb7\x8c\x0e\x1b\ \x46\xe3\x09\x49\x96\x91\x6f\x76\xe8\x30\xa6\x6e\x0d\xc9\xe8\x80\ \x5b\xb7\xef\x12\x8f\x27\x64\xe3\x31\x51\x18\x10\xc6\x8a\xa8\x31\ \x54\x8b\x25\xb3\xc5\x82\xc9\x78\x0a\x9d\xd3\x03\x55\xbb\x3e\x24\ \x6b\xda\xf5\x87\xa9\x53\xf4\x77\x08\x9a\xa6\x26\x08\x42\xc7\x56\ \xeb\x3a\x1a\x63\x9c\x58\xaf\x2f\xfa\xd7\xd7\xd7\x6c\xb6\x39\x52\ \xb9\x8e\xb6\xaa\xdd\x34\x63\x2d\xce\xa6\xc7\x74\x54\x65\x45\xd3\ \xba\xa2\xe9\x59\x3a\x69\xef\x3a\xeb\x05\xc1\xb3\xd9\x8c\xa6\x69\ \x29\xca\x0a\xa9\x14\x4d\x6b\x48\xb3\xcc\x59\xb9\xd4\x0d\x45\x59\ \xa1\x95\x73\x66\xe8\x84\xe4\xe8\xf8\xa4\x8f\x88\x78\x6d\xa7\x89\ \xd3\x30\xf4\x85\x55\x4a\xc9\xf4\x60\xca\x28\x1b\xa1\x80\xa6\xaa\ \x59\x5c\xcf\xa8\x7b\x76\xa2\xfb\x07\x8e\xaf\xe2\x9b\x39\xad\x35\ \xd3\xe9\x21\x51\x92\x31\x1e\x8f\xa9\xf3\xed\x2b\x85\xd3\x77\xee\ \x9e\x42\x3c\x99\x4c\x98\x4c\x26\xcc\xe7\x73\x56\xab\xd5\x00\x11\ \xf9\x42\xef\xff\x1c\x45\x11\x79\x9e\x3b\x9b\x1b\x6b\xa9\xe2\xf8\ \x15\x11\xb3\xd7\xc0\x78\xe6\x96\xdf\x39\x04\x3a\x40\xf6\xd3\xc5\ \x7a\xb5\xa6\xad\x7b\x23\xd6\xce\xd5\xad\x28\x8a\x90\x89\x3b\x40\ \x3b\x6b\x1d\xc9\x66\x8f\xd4\xe0\xe9\xb9\x9e\x55\x35\x44\x94\xf7\ \xa2\x47\x3f\xb1\xf8\x43\xc0\x33\xc3\x3c\xa3\xac\xdb\x9b\x3e\x3d\ \xd4\xbd\x1f\xdb\xeb\xa5\x11\xfb\x26\xb7\xfb\xe1\x57\xfe\x57\x7f\ \x30\x86\x61\xf0\xf7\xf2\x73\xfd\x95\xda\x99\x08\x21\x09\x82\x90\ \xd1\x78\xc2\xad\xb7\x6e\x52\xe6\x25\x17\x8b\x85\xcb\xd1\x28\x0a\ \xba\xfe\xb4\xc6\x74\x84\x3a\x72\x78\xb5\xd6\x24\x71\xc4\xfc\xea\ \x92\x1f\xfd\xe8\x47\x58\x3a\xbe\xfa\xf2\x4b\x7e\xf3\xdb\x1f\xf0\ \x9b\xbf\xf1\x5d\xc6\x93\x31\x9d\x35\xac\x37\x2b\x6c\x63\xc9\xd2\ \x31\x52\x74\x58\xd3\x52\xe4\x25\x79\xbe\xc3\xd8\x86\x40\xcb\x3e\ \xb6\x93\x41\xcc\xe3\x4f\x77\xd7\x09\x07\x7b\x34\x5e\x06\x0c\xd7\ \xfb\x5d\x79\x6e\xb6\x1f\x93\x4d\x6f\x34\x29\xb5\xa4\xdc\xe6\x34\ \xfd\x68\x1b\x46\xce\x5a\xe3\xaf\xfe\xf2\x2f\xb9\x7d\xeb\x36\xf7\ \xef\xdd\xa3\xcc\x73\xda\xa6\xa5\xed\x04\xb6\x35\x84\x51\x48\x55\ \x95\x2c\x16\x0b\x92\x24\xe1\xee\x9d\x3b\x68\xad\x98\x5d\xce\x88\ \xa2\x90\x28\x8c\x88\xe3\xa4\x17\x63\x2a\xb4\x16\x98\xde\xb8\xd1\ \xa9\xe6\xad\xa3\x7e\xb6\xa6\x9f\x4e\x42\x36\x9b\x1d\x9f\x7f\xf1\ \x15\x48\x45\x1c\x27\xbc\x75\xef\x2e\x77\x6e\x9e\x12\x28\x49\x28\ \x71\x56\xf5\xd2\x45\xff\x2a\x29\x99\x1e\x8c\x49\x22\x4d\x16\x05\ \x74\x9d\x22\xcf\x0d\xa3\x34\x22\xac\x1b\x94\x14\xbc\x0e\x0f\x59\ \xd1\x1f\x28\xb3\xd5\x8a\x77\x7e\xed\x7d\xee\xde\xbd\x8f\x15\x92\ \x20\x0c\xf8\xf8\x67\x9f\xf0\xd9\x67\x5f\x38\x26\x37\x62\xc0\xbd\ \xbd\x82\x5d\x0b\x5e\x11\x60\x6e\x77\x25\x7f\xfd\xd7\x7f\x8d\xc5\ \xe5\xd3\x8f\x63\x41\x9a\x86\xe4\x3d\x4d\xd3\x28\x8d\x41\x52\xb7\ \x06\x15\x46\x24\xa3\x31\xf7\xdf\x7e\x87\x37\xde\x7e\x8f\x37\xdf\ \xf9\x0e\x51\x10\x71\x7c\x7c\xd4\x2b\xfd\x25\xbb\x3c\x27\x0e\x23\ \x94\x72\xa2\xb9\x6f\x7f\xfb\x7b\x44\x59\x44\xd3\x56\x60\x2d\xb2\ \x13\x44\x61\xc8\x6e\xbb\x23\x8c\x42\xea\xa6\x66\x57\x96\x4c\xa6\ \x07\xce\x68\xb4\xc9\x5d\xfe\xfa\x7a\xcd\x28\x9b\xb0\x5c\x2c\x79\ \xe7\xed\xb7\xf8\xf1\x8f\x7e\xc4\x47\x3f\xfe\x11\xc5\xb6\xa2\xae\ \x5b\xc2\x38\xa2\xb5\x6e\xdf\x62\x6d\x43\xd5\x34\x54\x75\xc3\x36\ \xcf\x39\xbd\x71\x13\x68\xfa\x8e\x52\x61\xe9\x30\xd8\x3e\xe9\xd3\ \xb1\x0e\x3b\x3a\xc2\x28\xe4\x7a\x76\x8d\x90\xa7\x24\x49\x42\x59\ \x95\x83\x3c\xc0\xdf\x9b\xd3\xe9\x94\xbb\x77\xef\x0e\x7e\x5f\xb3\ \xd9\x0c\x6b\x0d\x75\xd3\xd0\x96\x4e\x69\x7e\x72\x72\xd2\xe7\xf4\ \x74\x44\x71\x84\x44\x30\x1a\x8f\x98\x5d\x5f\x53\x94\x05\x92\xd7\ \xc8\xe6\xea\x53\x48\x7d\x53\xb2\xd9\x6c\x90\x7b\xb4\x5f\xd9\x89\ \xde\x8b\xcb\xef\x49\xbc\x1f\x5e\xf7\x8a\xc7\x54\x14\x45\x4c\xa2\ \xc9\x40\x42\x71\x0b\xfd\x76\x28\xfe\x7e\xf2\xf0\xdd\xb8\x9f\x56\ \x96\xcb\x25\x69\x9a\x0e\xe2\xc7\x7d\x2a\xad\x87\xbc\x5e\x81\x9c\ \xbc\xe1\x62\xff\xb5\xf7\x95\xf5\x43\xb4\x76\xef\x56\xee\x49\x39\ \x8a\xde\x4f\xaf\x87\x95\x9c\xc2\xdc\x19\x42\x5a\x6b\x7b\xbd\xd7\ \x4b\x4b\x13\x7f\x28\x0d\x4c\x2c\x21\x58\x6f\x36\x44\xbd\xb9\xa8\ \x87\xad\xbc\xa5\x8a\xb7\xc2\xd9\xd7\x51\xd9\x3d\xd7\x84\x24\x49\ \x06\xa1\xa7\x77\x7d\xf0\x9f\x83\x9f\xc4\xf6\x0f\x52\xef\x39\x17\ \x04\xc1\xa0\x4d\xf2\xbe\x82\xdf\xac\x9d\x89\xed\x88\xd3\x14\x19\ \x47\x9c\x5d\x5c\x13\x85\x23\xb4\xd4\xac\x77\x05\x66\xb9\x40\x67\ \x23\xda\xda\x45\x9e\x2a\x25\xd8\xe4\x5b\xa4\x56\x14\xf9\x8e\xa6\ \xc8\xd1\xc0\xcd\xa3\x63\xb0\x86\xd5\x76\x83\x6d\x5d\x22\xdd\x68\ \x9c\x39\xa1\xd1\x76\xcb\xc5\xf5\x8c\xbc\xac\x99\x4c\xa6\x64\xd9\ \x18\x6b\x5a\x5a\xfb\xf2\xe2\xd5\x75\xcd\xe3\xc7\x8f\x87\xdc\x65\ \x9f\xe5\x0e\x1d\x5a\xb1\xa7\xc0\x87\x7d\xca\xbd\xff\xf7\x4d\xe3\ \xc4\x67\xfb\xaa\xfd\xaa\x2a\xf9\xd1\x5f\xfd\x00\xa9\x24\xdf\xfb\ \xad\xef\xa1\xe8\xd0\x5a\xd1\x54\x86\x7c\xbb\x66\x35\x9f\xa3\x3a\ \xe7\x44\xbc\xcc\x77\x24\x61\x44\x1a\xa5\xb4\xb6\x65\x3e\xbf\xe2\ \xf8\xc6\x0d\xee\xde\xbd\x4d\xd9\xd4\x6c\x77\x5b\x8a\x22\xe7\xf0\ \x60\x32\x88\x95\x00\xae\xaf\xaf\x78\xfa\xf4\x09\xe3\xf1\x98\xd1\ \x68\xe4\xf0\xde\xdd\x96\xb6\x6d\x08\x8c\x5b\xa2\x1a\x63\x59\xcc\ \xe6\xb4\x8d\x61\x74\x78\xc8\x9b\x77\xef\x39\xa1\xa7\x75\x90\x4b\ \x53\x1b\xd2\x71\x42\x14\xc6\xd0\x29\x42\xad\x19\x25\x31\x93\x2c\ \xa5\x69\x2c\x59\xa8\x48\x43\xc1\x64\x34\x71\x84\x86\xd7\xa6\x86\ \x16\xac\x36\x6b\x3e\xff\xf2\x01\xef\xfc\xda\x07\xce\xb4\xb0\x93\ \xdc\xb9\x77\x8f\x5f\x7c\xf1\x05\x51\x9c\x38\x6b\xf8\x30\xe6\xc6\ \xe9\x0d\x9e\x3f\x7b\xec\xb2\x16\xb4\xa6\x6d\xea\x21\x89\x6e\x7a\ \x78\xc2\xc7\x3f\xff\x8c\xcd\xb6\xc0\x76\xa0\xa6\x09\xd6\xd4\x1c\ \x1c\x1d\x72\xfe\xe2\x82\x7e\xb1\xc6\x3b\xef\xbd\xc7\x6e\x97\x63\ \x10\xe8\x30\xe0\xaf\xff\xe6\x23\xca\xb2\xa5\x28\x4a\xae\xaf\xae\ \xd1\x41\xc0\x77\xbe\xf3\x1d\xfe\xfc\xcf\xff\xac\xef\xd0\x9c\xd3\ \x40\x92\xa4\x6c\x8a\x35\xbb\xdd\x9a\xe3\xe9\x21\xb6\x35\x14\xbb\ \x1d\x4a\x2a\x92\x2c\x21\x8a\x63\x17\x2d\x4d\x47\x94\x84\x8c\x92\ \x88\x24\xcb\x38\x3e\x3e\x21\x4d\x36\xbc\xff\xde\xfb\x2c\x56\x6b\ \x1e\x3f\x7e\x4c\x1c\x27\xd0\xb6\x94\x65\xc5\x7a\xb7\x41\x06\xda\ \x41\x5b\x7d\x04\x02\xca\x65\xc7\x84\x51\xc2\x66\x57\x70\xeb\xe6\ \x6d\x1e\x3f\x7e\x84\xd2\x21\x69\x36\x21\x4d\x53\x0e\x0e\x8f\xd1\ \x5a\xb1\xda\xec\x08\x90\xc8\xb2\x42\x87\x31\x52\x07\xc4\xbd\xef\ \xd7\x2f\xdb\x66\xcc\xe7\x73\x96\xcb\x25\x45\x51\x38\x2d\x84\x54\ \x44\x71\x42\xd3\x36\x74\x1d\x6c\xf3\x82\x50\x07\x8c\xb3\x11\x52\ \x06\x14\x45\xc1\x72\xb9\xe6\xe9\xd3\x67\x3c\x7c\xf8\x68\xa0\xb5\ \xbf\x0e\x9d\x49\x18\x86\x6e\x52\x98\x1e\x60\xba\x8e\xd9\x72\xc1\ \x7a\xbb\x26\x89\x13\x64\x27\x08\xfb\x05\xb2\xd7\x7d\x0d\xf9\x3c\ \xfd\xee\x24\xcf\x0b\x96\xcb\x95\x23\x24\xf4\x7a\xad\x48\x09\x30\ \xcd\x20\x62\xf6\xbb\x0c\xff\xac\xd4\x75\x3d\x1c\x04\x41\x10\x0c\ \x13\x8b\xff\x75\x3c\x1e\x0f\xdd\xbb\x67\x8a\xd1\xfb\x73\xf9\xa6\ \xd1\x43\x6c\xde\xf7\xca\xef\x39\xf2\x3c\x07\xe9\x60\x30\x1f\xb1\ \xab\x84\x42\x07\x9a\xba\xaa\x28\xfd\xee\xa4\x63\x20\xca\xb4\x7b\ \xfb\x2b\xbf\x3c\xdf\x77\xf9\xf0\x8e\x08\xb6\xeb\xfe\x96\x25\x90\ \xa7\x14\xef\xc7\x74\x98\x7e\x81\xef\xf7\x30\x5e\xfb\xe2\xd5\xf1\ \xfe\xfb\xad\xeb\x7a\xd0\xf9\x78\x38\xd0\xbf\x1f\x3f\x0d\x79\xa8\ \xbe\xe3\xef\x2e\x2b\xfb\xd5\x81\xb9\x84\x33\x1b\x5c\xe4\x35\x79\ \xb1\x64\xb7\xfd\x02\x89\x60\xb6\x5e\x11\x6d\xd6\xdc\x7b\xe7\x6d\ \xe2\x24\x21\x4e\x13\xda\xaa\x42\x09\x4d\x51\x17\x7c\xfe\xc9\xc7\ \x98\xb2\xe2\x9f\x7c\xff\x1f\xf2\xfd\x7f\xf0\xdb\x1c\x8c\x32\xbe\ \xf8\xec\x33\xf2\x62\xcb\xc5\xc5\x05\x1f\xfc\xfa\x07\x34\xc6\xd0\ \xb4\x16\xa1\x04\x79\x51\xb2\xdb\xbd\x00\x2e\x48\xb3\x8c\x38\x0e\ \x91\xd2\x39\x85\x4a\x29\x69\xaa\x8a\x4f\x3f\xfd\x94\x1b\x37\x6e\ \x70\x7c\x7c\xc2\x62\xb1\x20\x8e\x63\xb4\xb2\xbd\xd7\x8e\x02\xe4\ \xb0\x08\xf4\x8b\x2c\xef\xa9\xe4\x55\xf3\x7e\x21\x1c\x24\x21\xf9\ \x6e\x4b\x91\x17\x14\x9b\xad\x8b\xf2\x2d\x0b\x64\x07\xb6\x69\x28\ \xb6\x5b\x46\x71\x82\x0d\x1d\x47\x1d\xad\xa9\x6d\x4b\xd3\xb6\x34\ \x9d\xe5\xe2\xf2\x82\xa2\x2a\x9c\xab\x70\xe7\x44\x85\x61\x18\x41\ \x27\x28\xcb\x1a\xad\x02\x56\xcb\x0d\x17\x2f\xae\xb8\x75\x73\x41\ \x14\xc6\x18\xd3\xd1\x59\x27\xce\x6c\xea\x06\xd3\x36\x8c\x47\x23\ \x46\xe3\x09\xcb\xf9\x0a\x2d\x95\x0b\xec\x42\x20\x8c\x21\xd6\x8a\ \x71\x32\xe2\x7c\x36\xe7\xfa\xf2\x29\xbf\xf9\x1b\xef\x91\x25\x31\ \x51\xa8\x89\x23\x8d\x12\x96\x34\x09\x49\xc2\x80\x30\x12\xaf\x4d\ \x01\xef\xf3\x2a\x74\x18\xf1\xe9\x67\x9f\x11\xc4\x09\xbf\xff\xfb\ \xbf\x4f\x1c\xbb\x48\x63\xad\x83\xbe\xbb\x74\x87\xe1\x72\xb5\xea\ \x85\xa6\x0e\x66\xb4\xc6\xb0\x58\x2c\xd8\x6c\x37\xbc\x75\x7a\x8b\ \xe9\x74\x8a\xd2\x11\x42\x2a\x8e\x0e\x63\xa2\x40\x0d\x21\x44\x28\ \xc5\x68\x32\xa6\xb5\x1d\x8f\xce\x9e\xf1\xd5\x83\x07\x5c\xcf\x17\ \xac\x17\x1b\xf2\xa2\xe4\xfe\x1b\x6f\xb2\x59\xaf\x39\x3e\x39\x41\ \x47\x92\xd9\xe2\x1a\xa9\x14\xf7\xef\xdf\xa7\x6d\x5b\xde\x7e\xff\ \x6d\x82\x48\x31\x5f\x5c\xf3\xe0\xcb\xaf\x78\xfc\xe0\x21\x07\xe3\ \x31\x75\x55\x93\x17\x39\xa3\xf1\x98\xe3\x9b\x37\x88\x92\x98\xcb\ \xf9\x25\x93\xf1\x88\xa2\x2c\x59\x2c\x56\xbc\x38\x7f\xc1\x3f\xff\ \x67\xff\x92\xff\xfc\xf7\xfe\x29\x20\x08\xc2\x98\xd1\x69\x4a\x28\ \x3b\x9e\x5d\x3c\x27\x48\xbc\xa2\xbb\x41\x87\x61\xef\x56\x60\xb8\ \xba\x72\xd9\xec\xab\xd5\x8a\xa6\x31\x1c\x1e\x1e\x3a\x55\xbd\x52\ \xdc\xbb\x77\xaf\xb7\x86\x79\x36\xc0\x9d\x49\x92\x70\x7a\x7a\x4a\ \x91\xe7\x6c\x56\xcb\xa1\x0a\x78\x0a\xfb\x7c\x3e\xa7\x2c\xcb\xa1\ \x4b\x6d\x9a\x86\xc0\x5a\x9a\xd6\xb0\xde\x6c\xdd\x6b\x23\x38\x3e\ \x3e\xa6\xec\x8d\x1d\xa5\x52\x44\x49\x42\x59\xbd\x3e\x3a\xb8\x2f\ \xe6\x69\x9a\x32\x1e\x8f\x69\x8d\x61\x57\xe6\xec\x0a\xd5\x4f\x0e\ \x96\xa0\x2f\x8a\x7e\x91\x1c\x45\xee\x1e\xa8\xab\x8a\x28\x8a\xc8\ \x82\x90\x17\x2f\x5e\x38\x13\x4f\x1d\x10\x04\x21\x51\x4f\xab\xf6\ \xfb\x84\x30\x0c\x39\x3a\x3a\x62\xb5\x5a\x0d\xaf\xe5\x5f\x2f\x8e\ \xe3\x61\xd2\xf5\x7b\x84\x24\x49\x86\xdd\xc5\xd1\xd1\xd1\xe0\xfd\ \x87\x31\x2c\x96\xcb\xc1\x41\xd9\xb3\xc1\x9a\xa6\x19\x12\x12\xb5\ \xd6\x44\x71\xfc\x8a\x43\x77\xd9\x14\x34\xf5\xcb\x83\xa7\xed\x23\ \x7c\xbd\xae\x7c\x9f\x2d\xe5\x5f\x6b\x7f\x9a\x14\xbd\xaf\x9f\x94\ \xce\xac\x71\xdf\x79\xdc\x4f\x32\x41\x10\x90\xe7\xf9\x2b\x82\x52\ \x6b\xed\x20\x9c\x2c\x8a\x62\x38\x1c\x3c\x7a\xe2\xeb\x95\x17\x3f\ \xfa\x43\xc6\x4f\x45\x4e\xd3\xd2\xb8\xc3\xc4\xda\xbf\xf3\xde\xe4\ \x57\x0a\xe6\x6a\x6c\x87\x89\x62\xd2\x6c\x42\xb5\x2b\xb1\x4d\x43\ \x36\x3d\xa4\xb4\x96\xaf\x1f\x3f\xe2\x3b\xdf\xfd\x75\x2c\xae\xe8\ \x57\x65\xc1\xf3\x67\x67\x54\x55\x89\xb2\x96\xe5\x62\x4e\xbe\x92\ \xbc\xf3\x0f\xbf\x4f\x1c\x86\x7c\xf4\x8b\xa7\x7c\xfb\xd9\x33\xb2\ \x2c\x65\x3c\x3d\xa0\xa8\x1b\xc2\x20\xa1\xcc\x6b\xe6\x8b\x25\xa1\ \x0e\x5d\xa1\x51\x9a\xb2\xca\xd9\xe4\x39\x79\x63\x40\xb8\xa5\xab\ \x77\x96\x5d\x6f\x1c\x9d\x37\x0c\x4c\xbf\xb0\xf3\xaa\xf9\x97\x8b\ \x39\x29\x25\xd6\xd8\x21\x0f\xc0\x18\x07\x1f\x8c\x95\x26\xdf\xe6\ \x04\x3a\x64\x53\xaf\xf8\xec\xe7\x9f\xba\xcb\x62\x2c\x5a\x48\x34\ \x92\x9b\xc7\xa7\xdc\xba\x71\x83\x27\x67\x4f\x79\x7a\x75\x4e\x20\ \x41\xd3\xd1\xf4\x79\x0f\xd6\x5a\xaa\x6b\x77\x23\x9c\x1c\x1f\x73\ \x7a\x7a\x8a\x92\xa1\x1b\x91\xfb\x6c\x13\xa5\x9c\x75\xcc\x7a\xbd\ \xe1\xce\x9d\xbb\x84\x7d\xbe\x89\xed\x2c\x4a\x42\x5d\xd6\x24\x59\ \x4c\xa8\x23\x30\x0d\x65\x51\xb3\xdb\xee\x90\x27\x87\x8c\x92\x98\ \xa0\x73\xb4\xec\x5f\x7c\xfa\x73\x3e\x7b\xf0\x73\xa2\xa0\xe1\x1f\ \xff\xa3\xdf\x26\x08\xb4\xcb\x17\x29\x2b\x3a\xd3\xa2\x44\x87\x70\ \x6c\xf7\xd7\xd6\xa1\x0a\x21\xb8\x7b\xef\x3e\x8b\xc5\x92\xcf\x3f\ \xff\x9c\xef\x7c\xe7\xd7\xb9\x79\xf3\x16\xa3\xf1\x98\xff\xe2\x5f\ \xff\x6b\xce\xcf\x5f\x50\x14\x25\x37\x6e\xdc\xe0\xff\xfa\xe3\xff\ \x13\x21\x25\xb2\xa7\x96\x46\x51\xc4\x78\x3c\xe6\xfe\xbd\xfb\x8c\ \x46\x23\xee\xdc\xb9\xc3\x6a\xbd\x23\xcd\x46\x9c\x1e\xc6\x24\xb1\ \xe6\xf9\xf3\x17\x4c\xa6\x07\x9c\x9c\xde\x64\x31\x5f\xf1\x7f\xff\ \xd9\x9f\x51\x37\x2d\xb3\xe5\x0a\xa9\x03\x84\x86\x83\xa3\x94\x64\ \xa4\x78\x7e\x31\xe7\x50\x8c\xc8\xab\x15\xbb\x62\x41\x59\x95\x58\ \x59\x91\xc4\x31\xc9\xe8\x1f\x30\x9e\x8c\x89\x12\xcd\xb3\x67\x4f\ \xd9\xe4\x1b\xc2\x50\x39\xd2\x42\xa0\xd9\x95\x3b\x26\xb6\xe1\xe6\ \xd1\x4d\x92\x3a\x25\x0a\x03\x1e\x3e\x7a\xcc\x76\xbd\xe1\xee\xdd\ \xfb\xfc\xd9\x9f\xfe\x19\xbf\xf6\xee\xbb\xbc\xf9\xd6\xdb\x7c\xf5\ \xe9\xa7\x34\xa6\x25\x8a\x43\xa2\xbe\x8b\x0d\x82\x10\xad\x2b\x27\ \x42\xeb\x20\x4e\x92\x41\x65\x8d\x90\x44\xb1\xbb\xaf\xee\xde\xbd\ \xcb\x6e\xb7\xe3\xfc\xfc\x7c\x38\x18\xbc\x52\xd9\xe3\xe8\xdb\xed\ \x76\x80\x00\xf7\xb5\x07\xae\x1b\x4d\x06\x96\x57\x59\x57\x6e\x1f\ \xd3\xfb\xc3\xd5\x75\x8d\x12\x92\xab\xab\x2b\xba\xae\x23\x89\x62\ \x8a\xb2\x24\xeb\x21\x8f\xd7\x35\x8d\x2a\x25\x99\x5d\xcf\xb8\xba\ \xbc\x64\x74\x30\x79\x49\x6b\x37\xd6\x45\x11\x74\x1d\x3a\xd0\xe4\ \x3d\x0b\xcb\xef\x29\x6d\xd7\xb1\xdb\xe5\xac\xfb\x43\x3f\x4d\xd3\ \xde\xa5\x21\x1d\x60\x67\xa5\x7b\x51\x63\x7f\x58\xfa\x29\xc0\x5a\ \xf7\x67\xe7\xb6\x3c\x67\x3c\x9e\x0c\x4e\xba\x51\x14\x0d\x2e\xe1\ \x3e\xa3\xc4\xe7\x7b\x54\x55\xc9\x66\xb5\x7a\x85\x4a\xed\x15\xf0\ \xfb\x94\xe1\x24\x71\x99\x37\xfb\x31\x16\xde\x58\x35\x4b\x53\xa2\ \xbe\xa9\x71\x69\x92\x92\x6e\xcf\x91\xd7\xc7\x63\x78\x26\xa2\xdf\ \xc3\x7a\x07\x65\xa5\x35\x93\xc9\x64\x20\xd6\xf8\xa2\xef\x73\x48\ \x56\xfd\xf7\xd7\xed\x4d\x2e\x7e\xe2\xda\x27\x0e\xb0\x07\x59\x79\ \xea\xaf\xb7\xbb\x6f\x9a\x66\x30\xf4\xf4\xfb\xa6\xbf\x2f\x83\xef\ \x57\x6b\x67\x22\x25\x42\x45\xa0\x23\x74\xa2\x30\x41\x8d\xc1\xa2\ \xb4\xc6\xda\x96\xf9\x72\xc1\xc9\xe1\x11\x4f\xce\x9f\xf0\xf9\x83\ \x2f\x68\x76\x5b\xa4\x76\xec\x93\x8b\xcb\x4b\xb2\x38\xe6\xc3\x1f\ \xff\x47\x5e\x9c\x3f\xe7\x56\x6f\xf4\x17\x6a\xed\xa6\x00\x63\x69\ \x45\xeb\x96\xe1\x52\x60\x24\xe4\x55\x89\x6a\xa0\xa9\x2b\x4c\x6b\ \x90\x38\xd3\x40\x29\x24\xf9\x66\xc3\x4c\x5e\x72\x7c\xe3\x46\xaf\ \xe3\x10\xbd\x2d\x87\x73\x0c\x6e\x4c\x4d\xa8\x34\x18\x4b\x27\xc0\ \x4a\x81\x0c\x9c\x4f\x94\xe8\x1f\x50\x63\x5b\x7e\xfe\xc9\xc7\xcc\ \xaf\x2f\x09\x74\xc0\xd5\xd5\x95\xf3\xe8\x02\x42\x1d\x12\xe9\x90\ \xe7\xcf\xce\x68\xcb\x82\xcd\x76\x0b\x9d\xbb\xc8\x8d\x31\x98\xb6\ \xa5\xb3\xbd\x7f\x97\x75\x98\x79\x53\x1b\x8e\x26\x87\x94\x55\xe3\ \xac\xb1\x4d\x37\x64\x7a\x58\x6b\x79\x7e\x7e\xce\xfd\x37\xde\x20\ \x49\x93\x97\x29\x69\xc6\xba\x65\x6f\xd8\xa2\x84\x25\x4e\x13\x8e\ \x0f\x27\x60\x6a\xda\xa6\x42\xd8\x16\x21\x3a\xae\xe7\xd7\x3c\x7a\ \xf2\x18\x09\x7c\xf8\xe1\x4f\xf8\x2f\xff\xc5\xbf\xe0\xce\x6f\xb9\ \x00\xaa\xe5\x6a\x41\x59\xe6\xd8\xee\x26\x81\xf4\xf9\x2c\xaf\x8f\ \x78\x71\x7a\x7a\x8a\x54\x92\xed\x76\xcb\x5f\xfc\xc5\xff\xc3\xef\ \xfc\xce\xef\x70\x7a\x7a\x83\xdd\x6e\x47\x18\x04\xac\x57\x2b\xe8\ \x2c\x71\x1c\x91\xef\x1c\x13\xa8\x6e\x1a\x67\x8b\xaf\x15\x17\x57\ \x57\xcc\x97\x5b\x3a\xa9\x1c\x14\x58\x96\x74\x6d\x04\xb6\x25\x49\ \x33\xee\xdc\xb9\xc7\x8b\xcb\x6b\xbe\xf5\xc1\x77\xf8\xe8\x67\x1f\ \xd3\x1a\x17\xad\x5c\x95\x25\x75\xdd\x20\xb5\x64\x72\x90\x32\x3d\ \x1c\x71\x7c\x72\xc0\x76\xb7\xa4\xed\x6a\x54\x00\xf3\xf9\x05\x87\ \x87\x53\x3e\xf9\xe4\x27\xbd\x57\x59\xc2\x28\xcd\x38\x39\x39\x66\ \xbd\x5c\x0d\x7c\xfe\x38\x49\xd0\x52\xb2\x5c\x2c\x09\xa2\xd0\xd9\ \x74\xec\x0a\xb6\xab\x0d\x4d\xf3\x0c\x3a\xf8\xe1\x5f\xfd\x90\x7f\ \xf5\x2f\xfe\x19\xad\x35\xcc\xe7\xd7\xac\xb5\xa4\x6c\x4a\x64\xa9\ \x06\xbf\x39\xd3\xb6\x44\x49\xca\xdd\xbb\x37\xd8\xe5\x39\x9b\xcd\ \x8e\x24\xcb\xb8\xbc\xba\x46\x76\x01\x49\x92\x30\x9b\xcd\x86\x66\ \xc7\x18\x97\xa0\xe8\x33\x4d\x9a\xa6\xe1\xf2\xf2\x92\x50\x3b\x51\ \x95\xd6\x0a\xa5\x1c\x4d\xfe\xe0\x60\xd2\xa7\x4e\xaa\x01\xff\x97\ \xfd\x72\x58\xf6\xae\x0c\x5d\x1f\xdf\x10\x04\x01\x8d\x69\x87\x10\ \x25\xfd\x5a\x8d\x1e\x25\xbb\x7c\xc7\x62\xb9\xe2\x76\x9e\xa3\xc2\ \x80\xc3\xe9\x94\xc9\x78\xd2\x43\x32\x1d\x93\x74\xc4\xe2\x7a\x36\ \xf8\xe8\xf9\x84\xc2\xa6\x71\x5e\x58\x41\x18\x90\xf4\xae\xd9\x61\ \x14\xb3\x5e\xaf\xd8\x35\x2d\xd9\xf1\x21\x9d\x75\x81\x75\x7e\x6f\ \x70\x76\xf6\x8c\xa2\xa8\x1c\xbc\x08\x34\x75\xcb\x62\xb9\x64\xb3\ \x5e\x33\x1e\x8f\x87\x29\x26\x49\x92\xa1\x7b\xf7\xfb\x89\xaa\xac\ \xa8\x9b\x86\x30\x72\x4c\xab\x61\xb2\xe8\x77\x26\x9e\xdd\x15\x45\ \x11\xad\x35\x7b\xcb\xeb\xd0\xa9\xdd\x7d\xf8\x55\xaf\xe3\xd0\x81\ \xc6\x76\x2f\x59\x69\x3e\xb5\xf4\x65\x62\x2b\x7b\x7b\x0d\x49\xdc\ \xef\x3d\xd6\xeb\xf5\x40\x10\xd8\x3f\x6c\xf6\xc3\x03\xfd\xc1\xf1\ \xd2\x7f\x50\x0f\xbb\x5f\x7f\xb8\xec\x2f\xf2\x3d\x5c\x36\xe8\xb0\ \x9a\x06\xdd\x3b\x1d\xeb\x20\x40\x07\xe1\x37\x93\xcd\xe5\x0a\x1f\ \x88\xb2\x23\x98\x84\x94\xc2\x52\xe1\xf2\xce\x93\x24\xe2\x20\xca\ \x68\x8b\x86\x32\xaf\x98\xcd\x16\x34\x9b\x0a\x12\x67\x02\x28\x64\ \x47\xde\x34\x58\xa5\xc9\xaf\x57\x1c\x1c\x9e\xd2\x95\x3b\xe2\x30\ \x62\xa4\x35\x2a\xaf\x28\x17\x6b\x6c\x10\xb2\xae\x1a\x5a\x2b\xa1\ \x29\x28\xda\x9a\x58\x09\x02\xdb\x12\x0b\x08\x03\xc5\x71\x1a\xd3\ \xec\x2a\xb6\xdb\x2d\xcb\x6d\xce\x48\xc5\x64\xf7\xee\xd0\xda\x8e\ \xaa\x69\xb9\x9e\x2d\x18\x1f\x64\xc8\x18\x12\x91\x20\x1a\x43\x83\ \xa4\x08\x43\x44\xa8\x58\x3d\x7c\x86\x5d\x2c\x39\x18\x4d\xb0\xa3\ \x88\xd9\xec\x0a\x8d\x13\xfa\x35\x38\x71\x91\x96\x12\x9d\x68\x54\ \x24\x69\xca\x9a\xd9\xfc\x8a\xa2\xc8\x89\xba\x0e\x03\x98\xa6\x05\ \x61\x40\xbb\x87\xbb\x33\x1d\x48\xc5\xaf\xbd\xfb\x01\x89\x48\xe9\ \x64\x49\x6d\x6a\xac\x05\xd1\x41\x87\xe5\xe8\xe4\xd0\x65\xa2\x34\ \x0d\x61\x97\x82\x52\x74\x08\x02\xa1\xb1\x6d\x83\x32\x25\xbf\xfe\ \xfe\x1d\x94\xbe\x47\x18\x39\xc3\xc9\x30\x2c\x29\x9b\x0a\x13\x8c\ \x79\x72\x79\xce\xae\xd9\x12\xa2\x68\x6b\x8b\x59\x77\x88\x46\x53\ \x19\xcb\xa6\xab\xd0\x69\x40\x98\xc4\x24\x5a\xbb\x8e\xe5\x35\x41\ \x1e\xd6\x5a\x9e\x3c\x7e\x48\xdb\x54\xb4\x6d\xc3\xd9\xd3\x87\x18\ \x53\xf5\xac\xb5\x66\x60\xa4\xfc\xe2\xe7\x3f\x61\xbb\x5d\x83\x69\ \xdc\xe8\xaf\x24\x3a\x08\xd9\x16\x15\x8f\x9e\x3e\x23\x8a\x13\x10\ \xb8\xe2\x9b\x66\x8c\x46\x77\xf9\xe0\xd7\x7e\x9d\x47\x8f\x1f\xf3\ \x83\xbf\xfa\x01\xd6\x76\xdc\xba\xfd\x26\xf3\xeb\x25\x8f\x1f\x3f\ \x61\x72\x30\x21\x4e\x12\x26\x49\x46\x59\xe4\x2c\xce\x57\xd8\x02\ \x54\xa3\xe9\x0a\x81\xc9\xed\xa0\x7a\x5e\xce\x97\x3c\xf9\xe2\x29\ \xef\xbd\xff\x0e\x9d\x68\x58\xcd\xe6\x9c\x4e\x8f\x18\x27\x19\x97\ \x97\x17\x34\xbd\x02\x79\x2e\x25\x47\x87\x47\xac\xda\x9a\xb3\xe7\ \xe7\x54\x45\x6f\x07\x62\x0d\x81\xd2\x3c\x78\xf0\x39\xdb\x7f\xfc\ \x7d\xb2\x83\x94\x8b\x59\x41\x27\x03\x6a\x5b\x10\x19\xe7\xdc\x4c\ \xa8\x79\xf7\xdd\x77\x38\x38\x3c\x62\xb9\xde\x52\xb5\x2d\x71\x26\ \x28\xaa\x86\x6c\x3c\x46\xe3\x2c\x3e\x74\x20\x29\xca\x1d\x41\x10\ \x82\xb0\xcc\x17\xd7\x08\x21\x78\x7a\xf6\x84\xcd\x76\x85\xd4\x8a\ \xd6\x82\x50\x6e\x8a\x0c\x13\x85\x08\x0c\xcb\xed\x8c\x5d\x55\x70\ \x3a\xba\xe1\xb4\x1b\x9d\xc2\x9a\x96\x24\x8e\x91\xa9\x8b\x2b\x16\ \x74\xe4\xf9\x6e\x28\xb2\x75\x53\x81\xcc\x18\x8d\xb3\xd7\xaa\x2a\ \x93\x4a\x52\x56\x3b\x66\xb3\x6b\x8e\x4f\x4e\x88\xa3\x88\x4e\x5b\ \x6c\xe3\x5c\x96\xb5\x74\xf4\xda\xd6\xc8\xc1\xbc\xb5\xeb\x9c\x96\ \xac\x6d\x1a\x16\x57\x57\xdc\xbc\x7d\x1b\xd9\x41\x95\x6f\xd9\xae\ \x96\xbd\x10\xf2\x04\xeb\x54\x65\x28\x1d\xf2\xf8\xc9\x19\x4f\x9e\ \x3e\xe3\x60\x32\xa1\x43\x61\x2c\xac\x36\x5b\x9a\xa6\xc2\xf6\x3b\ \x95\x38\x8e\x59\x2e\x97\x43\x87\x5e\x55\x15\xe7\xe7\xe7\x5c\x5c\ \x5c\x60\xac\x61\x7a\x78\x80\x54\x12\xa1\x15\xcb\xc5\x9c\x24\x8e\ \xfb\x30\xbf\x97\x11\x16\x9b\xd5\x6a\x68\x04\x8b\xa2\x70\xc2\xd1\ \xce\xba\x68\x87\x9e\xbd\xd5\xb5\x3e\x42\x1b\xb7\xe7\xd1\x11\x4d\ \xdb\x20\xa5\xe2\xf0\x68\x4a\x6b\x5a\xca\xbc\xa4\xeb\x14\x52\x85\ \x3d\x3b\xd3\xc1\x69\x57\x57\x57\xc3\x7e\xc6\xe7\x2b\xd0\xf6\xe5\ \x00\x00\x20\x00\x49\x44\x41\x54\xce\xf8\x09\xc5\x2b\xf2\xa5\xf6\ \xc6\xb7\x96\x24\x8d\x50\x5a\x60\xab\xd6\x39\x4a\x6f\xdd\xbd\x63\ \x6d\xeb\x26\xd1\xde\x79\x03\x21\x31\x08\x90\x8a\xc6\x58\xf2\xb2\ \x42\xe9\x00\x65\x2d\x42\xeb\x6f\x28\x9b\x4b\xb8\x2e\x7a\x14\xc6\ \x08\xdb\xb9\xa0\x24\x2c\x49\x16\x13\x47\x21\x74\x1d\xbb\xd5\x9a\ \x07\x5f\x7c\x49\xbe\x5d\x23\x43\x8d\xb4\x8d\xb3\x11\xe8\xdc\x81\ \x73\x35\x5f\x31\x9a\x1c\x63\xf3\x96\x44\x6a\x8c\x0a\x89\x92\x31\ \x5a\xc7\x60\x15\x8d\x91\x74\x32\x72\xce\xb8\x6d\x4b\x6b\x05\xa5\ \x6d\x9d\x6d\x85\x10\x88\x0e\xb2\x24\x62\xb5\xda\x70\xff\xf8\x06\ \xbf\xf1\x9b\xbf\xc5\xf3\xc5\x82\xeb\xeb\x4b\xa2\xf1\x88\xcb\xf5\ \x86\xd9\xc5\x35\x37\x6e\x9f\x72\x7a\xe7\x88\x8b\x7c\x81\x6a\x41\ \x4d\x32\x0a\xa3\xc8\x8b\x82\x07\x9f\x7e\x42\xb9\xde\x70\x10\xc4\ \x9c\xbc\x79\xbf\xc7\x99\x25\xa6\x75\xf6\xf2\x42\x4a\xf0\x9d\x47\ \x2f\x58\x53\x4a\x91\x74\x31\x59\x36\xa6\x68\x1a\xb6\xf9\x96\xbc\ \x6d\x31\x1d\x0e\x56\xb2\x1d\x81\xa9\x08\x4c\x43\xb3\xdb\xd0\x94\ \x3b\x6c\x9f\x1d\x1e\x04\x01\xb1\x84\x69\xea\xec\xd1\x63\xdd\xd1\ \xd5\x39\xc2\x34\x64\x91\xa2\xb3\x4e\x47\x62\xac\x71\x14\x60\x0d\ \xd8\x86\x2c\x4a\x51\xc6\x12\xcb\x00\x61\x2c\xab\xe5\x62\xd0\xcb\ \x6b\x20\x8d\x12\xac\x81\xb3\xf3\x73\x64\xa2\x38\x38\x76\x94\xdb\ \xcd\x72\xe3\xa6\xb4\xd7\xa8\x34\x71\xb1\xc2\x2d\xe3\x91\x2b\x58\ \x65\x91\xbf\x34\xdf\x24\xc2\x9a\x96\x3e\xf1\x8c\xae\xb7\xf1\xd7\ \x5a\x62\xac\xcb\x20\xd9\xec\x76\xe4\x65\xcd\xd1\xd1\x21\xff\xe4\ \x9f\xfe\x1e\x37\xef\xdc\xc1\x54\x86\x2f\x3f\xff\x8a\xbf\xf8\xcb\ \xbf\xa2\x2c\x1d\x14\xf9\xe3\x0f\xff\x9a\xd9\x6c\x46\x12\xc5\x04\ \x52\xa1\x91\x8c\xb2\x11\xd3\xc9\x14\xd3\xb4\xa4\x51\x4a\x14\xc4\ \xd8\xd6\x72\x38\x3e\x74\xdd\x63\x27\x91\x56\xb2\xdb\x6c\xb9\x78\ \xfe\x82\x38\x8e\xa8\x6a\xe7\x91\x14\x6a\xe7\x76\xdc\xf4\xe1\x42\ \xbb\xf5\x86\xed\x72\x85\x15\x8e\xc9\x13\x69\x77\xdf\x4a\x29\x51\ \xc0\xc9\xe1\x21\xc5\x6e\x47\x96\xc6\x1c\x1f\x4f\x89\xe3\x88\x36\ \x8f\xc0\x18\x26\x07\x53\x5a\x63\x69\xdb\x9a\x07\x0f\xbe\x62\xb6\ \x58\x12\x44\x09\x42\x3a\x07\x85\x28\x0a\x10\xa6\xc3\xb4\xb5\x73\ \x6c\x48\x46\x4c\x26\x63\xae\xaf\x67\xce\x7c\x52\x2a\xaa\x2a\x67\ \xbb\x95\x84\x81\x2b\x44\xc6\xd6\x28\xed\xee\xb1\xcd\x66\xcd\x6a\ \xb5\x24\x0c\x13\xaa\xb2\xa6\xae\x1b\x94\x56\x34\x75\xcd\xc1\x64\ \xc2\xb7\xbe\xf5\x2d\x1e\x3e\x7c\xc8\xf5\xf5\xf5\x80\xb5\xa7\x69\ \x82\x54\x72\x10\xe5\xbe\xce\xd8\xde\xae\xeb\xb0\xc6\x91\x02\xaa\ \xaa\x72\x0c\xa7\x3d\xea\xab\xdf\x45\xec\xeb\x23\xbc\x3e\xc5\xe7\ \x7e\xe4\xdb\xed\xd0\x75\x97\xbb\x2d\xa3\xf1\x84\xd1\x68\xcc\x6a\ \xb5\x1e\xf6\x16\x51\x1c\x53\x14\x39\x27\x27\xc7\x48\x29\xb9\xbe\ \x9e\x91\xe7\x39\x61\xa0\x06\xa6\xa6\x4f\xe2\xbc\xb8\xb8\x18\x42\ \xb0\xfc\xd7\x28\xaa\x92\xa2\x2a\x38\x3e\x3e\xa6\xc8\x73\x1e\x3d\ \x7e\xc4\x24\x1b\x33\x3d\x9c\x3a\x2a\x76\x9f\x56\x38\xbb\xba\x22\ \xdf\xed\x86\x49\x42\x2a\x89\x54\xba\x0f\xc1\xaa\xc1\x3a\x8d\x9c\ \x03\x0b\x0c\x52\x28\xa4\x92\x9c\x4e\x4f\x9d\x05\x4e\x1f\x48\x65\ \x4d\xef\x0d\xd8\x3a\x52\x46\xd7\xbd\xd4\xa8\xf8\xa9\xc9\xcb\x0f\ \xfc\x74\xba\x4f\xeb\x75\xba\x3b\x39\xbc\x9e\x3f\xbc\xbb\xce\x19\ \x95\x0a\xe9\x50\x11\x69\x9c\xd0\xf9\x15\x7a\xb0\x94\x88\x21\xba\ \x59\x91\x24\xf1\x37\xd3\xe8\xb1\xeb\x3a\xe2\x30\x60\x14\x2b\x24\ \x2d\x27\x07\x23\x9e\x3e\x3f\x23\x50\x23\xf2\xba\x72\x61\x41\x4d\ \xc3\x66\xb9\x40\x22\x10\x6d\x89\x12\x86\x24\x50\x8c\xb3\x8c\xae\ \x69\x88\xe2\x14\xd3\x09\xe2\xc9\x94\xcb\x67\x4f\xb9\xde\x96\x34\ \x9d\x64\x92\x65\x68\x61\x69\x6d\x8b\x34\x92\x4e\xb8\x1b\x4d\x59\ \x49\x20\x5c\xf7\x9e\x06\x9a\x74\x1c\x13\x87\x9a\xef\xfe\xe3\xdf\ \xc5\x16\x15\xdb\xdd\x8a\x6a\xb7\x84\xa6\x62\x35\x5b\xf3\xf4\xe9\ \x39\x87\xe3\x94\xf9\xd3\x87\x74\xf3\x73\x8a\xbc\xa4\xac\x5b\x44\ \xa8\x29\x5b\xcb\xc1\xe1\x14\x5d\x37\x4c\xe3\x31\xa2\xeb\x98\x3f\ \xbb\x84\xd2\x89\xb1\x8c\xed\xe8\x10\x88\xce\x95\xe1\x4e\x08\xa4\ \x70\xe6\x94\x52\x4a\xc2\x64\xc4\xc9\x8d\x9b\x9c\xbf\x38\xa7\x2a\ \x36\x9c\x66\x09\x74\x16\xd3\x34\x24\x69\x80\x96\x82\xf5\xf3\xaf\ \x11\xbd\xe1\x5f\x94\x39\xee\x7b\xd5\xb4\x04\x71\x4c\x58\x15\x14\ \x57\x39\x41\xb3\x25\x18\x4d\xd0\xd6\x62\x11\x6c\x84\x42\xc7\x11\ \x17\xb3\x19\xcd\x76\xc9\xdb\xf7\xee\x72\xeb\xf4\x18\x69\x2d\x09\ \x21\x9d\x82\x6a\xbe\x21\xa8\x5b\xc6\x81\x26\x95\x0a\xdb\x34\xe8\ \x40\x52\xd6\x39\xff\xfe\x4f\xfe\x3d\xff\xe0\x77\xff\x21\xdf\xfd\ \xee\x77\xb9\x9e\xaf\xf9\x3f\xfe\xb7\xff\x9d\xbb\xff\xd9\xf7\xb9\ \x71\xff\x0d\xcc\xdf\xd3\x6e\xe1\x3f\x75\xdd\xbd\xa5\x84\x10\xce\ \x6f\xc9\x07\xa0\xed\x3b\x39\xc7\x49\x82\x44\xb0\x5e\xf5\x5e\x41\ \x9d\xa2\x6d\x9c\x36\x63\x92\x4d\xf9\xbd\xdf\xff\x7d\x6e\xdf\xba\ \x8d\xb1\x86\xf9\x72\x85\x69\x5a\x6e\xde\xba\xc9\xbf\xfa\x57\xff\ \xd2\x25\xf2\xd5\x35\x55\xed\x32\x34\x0e\xa6\x53\x97\xed\xdd\x27\ \x61\x7a\x4a\x26\xc2\xd1\x7d\xeb\xba\xe6\xdf\xfe\xd7\xff\x76\x70\ \x0f\x1e\x18\x2f\xa1\x1a\xa0\x8d\x66\x2f\x25\xcf\x17\x5b\xaf\x4e\ \xd6\x5a\xd3\xf6\x50\x8b\x31\x16\xd1\x87\x8e\xb5\x4d\x89\x69\x1b\ \x94\x90\x4c\xb2\x09\xdb\xdd\xda\x19\x4d\x36\x0d\x51\x10\x39\x5d\ \x89\xb5\x34\x65\x85\x12\x82\x32\xdf\xd1\xb4\x86\xd6\x58\xe8\x2c\ \x81\x12\x14\x79\x4e\x55\x15\x8c\xc7\x23\x92\x24\x61\x34\x72\x76\ \xe5\x2e\x9f\x44\x60\x8c\xbb\x76\x75\x65\x7a\x9b\x90\x97\xae\xd1\ \x60\x59\x2d\xd7\xa4\xa9\xf3\x61\x6b\x9b\x96\x20\x0c\xd8\x6e\xb7\ \xbc\x78\xf1\x62\x60\x22\x7a\xbd\x94\xa3\xc7\xe6\xac\x56\x2b\x16\ \xb3\xc5\x6b\x35\x7a\x74\x3b\x1d\x31\x2c\x7c\xf7\x85\x77\xd6\x5a\ \xb6\xdb\xed\x2b\x9f\xef\x2f\x7f\x6d\x7f\xbf\x0c\xea\xf5\x28\xa2\ \xeb\x2c\x4d\x53\xd0\x75\x2d\x41\xe0\xe2\x9d\x83\x20\x24\x08\x1c\ \xb5\x78\xb7\xdb\x70\x75\x7d\x35\xb8\x57\xf8\x42\x3c\x99\x38\x86\ \x9c\x0f\xd4\xf3\x7b\x96\xc9\x64\x82\x5d\x59\xf2\x22\xa7\x7d\xd1\ \xb0\x5a\x3b\x2d\x93\xea\x04\xa7\x37\x4e\x39\x3c\x72\x2e\xd5\xbb\ \x9d\xcb\x62\x37\xd6\x92\x66\x19\x87\x87\x87\x84\x51\x44\xdb\x59\ \xf7\xac\x87\xa1\xd3\x95\x08\x45\xd7\xb6\xb4\xc6\x12\x25\xb1\x63\ \xd1\x61\x58\xae\xe6\x2c\x17\xcb\x21\x5f\x46\x29\xd5\xb3\x56\x15\ \xd6\xbe\x74\x4a\xf6\x04\x01\xbf\xaf\xf1\xa4\x9f\x30\x8c\x06\x97\ \x6b\x7f\xfd\xfc\xbd\xe8\xd5\xee\x2f\xa1\x30\x43\x9a\x45\x64\x41\ \xc4\xb6\x37\xa2\xf4\x84\x85\x5f\xb6\x9e\x17\xdf\xd4\xd8\x5e\x84\ \xc0\x9a\x96\x72\x3d\xe7\xdb\xdf\xfd\x0e\xb7\xee\xde\x61\x3e\xbb\ \x60\xb7\x5a\xa2\xc3\x80\x51\x92\x30\xbd\x79\x83\xb6\x76\x82\x20\ \xd1\xe4\x58\xd3\x71\xef\xce\x29\xdf\xff\xfe\xf7\xf9\xab\x0f\x7f\ \x42\x6e\x1b\x46\x07\x87\xfc\x57\xff\xe6\xdf\x70\xef\xf6\x09\xdf\ \x7e\xf7\x0d\x6e\xdf\xbd\xc5\xb7\xde\xbb\xcf\x27\x1f\x7f\xc4\xcd\ \x1b\xc7\x3c\x7a\x71\x45\x6d\x40\xd1\x11\x29\xcd\x38\x8c\xd0\xd6\ \x30\x4a\x42\x74\x14\xb0\xb8\x9e\xb3\x8e\x53\x64\xdd\x12\x66\x23\ \xbe\xfb\xee\x9b\xfc\xe8\xa7\x7f\x43\xbe\x5e\x72\x73\x14\x10\xc9\ \x0e\x53\x97\x1c\x98\x8e\x54\x4b\xaa\xc8\xa9\xe2\x6d\xdd\xd2\x5e\ \xad\xb1\x58\x4c\xd0\x21\x3a\xc9\x81\x8c\xd1\x91\x66\x66\x4a\x84\ \x70\x3c\x74\xe7\xa9\x64\xb1\xa6\xa3\x69\x0d\xa1\x94\x58\x0b\xbb\ \xa6\x64\xf6\xe0\x0b\xf2\xdd\x86\x71\xa8\x79\xe3\xe4\x88\x66\xbb\ \x71\x70\x98\x70\xff\xe6\xee\xd4\x31\x5a\x2e\xaf\x73\x22\xdb\x31\ \x99\x4c\x59\xaf\x4a\x4c\xb5\xfe\xff\xa8\x7b\xf3\x20\xcb\xae\xfb\ \xbe\xef\x73\xce\xb9\xeb\xdb\x5f\xef\x33\x3d\x3b\x66\x00\x0c\x88\ \x81\x40\x11\x20\x29\x82\x5a\x48\x49\x91\x14\xd2\x5a\x2c\x31\xf4\ \x26\x4b\xb1\x1d\x39\xe5\xd8\x49\x5c\x95\xd5\x49\xa5\x92\x4a\x1c\ \xff\x93\x3f\xf2\x4f\xaa\x52\x29\x39\x65\x97\x4b\x92\xa3\x92\x14\ \x49\x76\x64\x53\xa2\x44\x89\x22\x29\x51\x02\x41\x90\xd8\x07\x00\ \x81\xc1\x60\x7a\x66\x7a\x7d\xfd\xd6\xbb\x9e\x93\x3f\xce\xbd\xf7\ \xdd\xf7\xba\x29\x8b\xce\xa4\x8a\x98\xaa\xae\xd9\xde\x7a\x97\xdf\ \xfa\x5d\x08\x3d\x87\x46\xc3\x67\x34\xde\x67\x3c\x3e\x44\x49\x45\ \xb3\xb7\x82\x1f\x34\x19\xcd\x46\x1c\xee\xdd\xa7\x21\xe1\xf8\xfe\ \x2e\x67\x5b\x4d\x1a\x9e\x4f\x68\xe0\x60\x70\xc0\xd7\x9e\xff\x3a\ \xc3\xd1\x80\x0b\xad\x90\xad\xcd\x4d\x94\x86\x46\xcb\xe5\xce\xbd\ \x77\x99\x4c\x67\xec\xec\xdc\xe5\xa5\x17\x5f\xe3\xe6\x4b\xaf\x70\ \x7b\x67\xaf\x32\x01\x7b\x50\x45\x44\xa7\xd3\xb1\xe3\xa4\xc1\x80\ \xd5\x55\x6b\x4b\x3b\x37\xe9\xb1\x48\xa7\x28\x8e\x39\x3a\x38\x04\ \x2d\xad\xb6\x99\x94\xb8\x9e\xc3\x85\x8b\x97\xf8\xe4\x27\x3e\x41\ \x96\xe7\xbc\xf1\xe6\x9b\xcc\x66\x33\xa2\x34\x85\x22\xc8\x94\x2c\ \xe9\x2c\xcb\x0b\xf9\x7c\xc3\x6c\x36\x21\x8e\x67\x15\xca\xa9\x2e\ \xcb\x5d\xee\x21\xca\xb9\x77\x29\x79\x51\x2e\x71\xe7\x84\xd6\xbc\ \x82\x8b\x96\xb3\xec\x92\x77\x30\x57\x5a\x2d\x8a\x07\x6d\xd0\x79\ \x6e\x45\x07\xf3\x0c\x61\x32\x94\x72\x68\x86\x0d\x42\x25\xc8\xe2\ \x18\x84\x21\x8d\x23\x5c\xcf\xa7\xdb\x6e\xe3\x07\x19\x69\x66\x7d\ \x2a\xb2\xdc\x10\x45\x53\x8b\xac\x31\x56\xaf\x2a\xcb\x52\x86\xc3\ \xe3\xa2\x7a\xa4\x5a\x2e\x0f\x06\x83\x82\xc0\xe8\xe3\xfb\x41\x61\ \xa1\x20\x88\xa2\x14\xd7\x71\x6d\xf7\x1a\x34\xb8\x73\xe7\x2e\x46\ \x43\xae\xad\x90\xe2\xad\x5b\xb7\xaa\x20\x2d\x8b\xea\xb4\x4c\x9a\ \xe3\xf1\x98\xd1\x64\xf4\xe0\x6d\x7b\xc5\xdc\x42\xb6\x3c\x66\x25\ \x42\xa9\x64\x64\x97\x81\xae\x9e\x54\xca\xa2\xa3\x94\x0f\x99\xc3\ \x7c\x13\x3b\xf2\x93\x06\xd7\x95\x24\x49\xc4\x74\x3a\xc6\x98\x1c\ \x43\x4e\x10\x86\x74\xbb\x2d\xc6\x4a\xe0\xb9\x1e\xd3\xc9\x74\x01\ \x72\x5b\x06\xe3\x52\x62\xa5\xb4\xf6\x8e\x92\x98\x49\x3a\x26\xcb\ \xb3\x4a\xde\xa5\x84\x07\x77\xbb\x5d\x8e\x8e\x8e\x2a\xcf\xf6\x6e\ \xa7\x53\x70\x5b\x24\x9e\x17\xd8\xb1\x59\xb1\x37\x49\x93\x94\xa4\ \xf0\x41\x31\x42\xa3\x8d\xae\x94\x8a\x1d\xa7\xec\x40\x34\x69\x9a\ \x55\xd7\x57\x9a\xe6\x05\x4c\x37\x5c\x60\xd3\xd7\xe5\x62\x5c\x57\ \xd9\x6b\xd3\xc8\xca\x0e\x23\x8e\x23\xf2\x2c\xaf\xac\xb1\xad\x3c\ \x4b\x91\xbc\xa7\x33\x8c\xb0\xc7\xab\xae\xd3\x56\xb2\xe2\x4b\x46\ \x7e\xc5\x5f\x79\xaf\x25\x13\xad\x0d\x61\xe0\xb0\xbd\xd1\xa6\xe5\ \x4b\xee\xbd\xfb\x16\xa1\x12\xf4\x37\x37\x68\xb6\x5b\x78\x81\x4f\ \x9e\x66\x4c\xb4\xa6\xe9\xbb\x44\x13\x05\x8e\xe4\x70\x30\xe4\xc5\ \x97\x5e\xe3\x78\x3c\x21\xcf\x25\xff\xdd\x7f\xfb\x5f\xf3\xb3\x3f\ \xf3\x69\x5c\x09\xc9\xf1\x1e\xe3\xc9\x90\x7f\xf0\x3f\xfd\x43\xf6\ \x27\x11\xbf\xf3\xf9\x2f\x10\xe5\x86\xa4\x38\x40\x8e\x72\x91\x8d\ \x26\xc9\x6c\xca\x30\xcd\x79\x6c\x7d\x83\x8f\x7e\xe0\x49\xbc\x1c\ \xfa\x8d\x16\xfd\x5e\x97\x4c\x41\x37\x74\xf8\xad\xdf\xf9\x6d\x42\ \x4f\x11\x4f\x26\xb4\x7c\x97\x9e\x13\x30\x90\x19\x6e\xdb\xa7\xe9\ \x04\x44\xf7\x8f\x89\xb2\x9c\x95\x33\x67\x19\xf9\x0e\xf1\x34\xc3\ \x99\x19\xfc\x34\xa5\xa1\xad\xaf\x09\x82\x42\x97\x27\xc5\x68\x43\ \x96\xa4\xf8\x61\x80\x4e\x33\x46\xe3\x21\x19\x1a\xcf\x77\x08\x1d\ \x87\x46\x29\x39\x91\x67\x84\xbe\xdd\xb7\xc8\xd9\x11\xca\x75\xd8\ \xec\xf8\x48\x21\x08\xc9\x90\xae\xe6\x78\x34\x42\x4a\x07\x41\x0a\ \x93\x18\xcf\x55\x56\xbe\x3c\x0f\xd9\xb9\x77\x80\x0c\x9b\x6c\xaf\ \xb4\x58\x6f\xb6\x39\xbe\x7f\x8f\xbb\x6f\x7f\x83\x76\xb3\x41\x96\ \x24\xec\x1f\x1e\x10\x4d\x8e\x38\xb7\xda\x61\x36\x1e\x31\xb9\x77\ \x97\xf5\xb3\x9b\x04\xa1\x4b\x94\x24\x9c\x3b\x7f\x96\x28\x8e\x79\ \xfe\xf9\x17\x58\xed\xae\xd2\xee\xad\x5a\x98\xe8\x03\x0c\x2a\x9d\ \x76\x1b\xcf\x75\x69\xb7\x5a\xf4\xba\x5d\x36\xd6\xd7\x59\x5b\x5b\ \xe3\xf8\xf8\x98\x38\x8e\xe9\xf7\xfb\x0c\x06\x03\xf2\x54\x5b\xef\ \x0b\xd7\xb2\x83\xdb\xed\x0e\xdb\x67\xb7\xb9\xf9\xfa\xeb\x0c\x06\ \x43\xa2\xc8\x8e\x45\x26\x71\x84\xa7\x44\x05\xdd\xb6\x4e\x89\x69\ \x15\x7c\x4a\xde\x45\xa9\xc5\x54\xf9\x72\xd7\xc8\xa8\xcb\x2c\x61\ \x9b\x50\xf2\x85\xa0\x57\x91\xef\x0a\x64\x4e\x59\xd9\x29\xa5\xd0\ \x79\x8a\x30\x05\x08\x42\x5b\x8a\xa7\x72\x14\x77\xef\xdc\xe1\xe0\ \xe0\x3e\x4f\x7f\xf0\x03\x3c\xfe\xd8\x63\x38\xca\x90\xa7\xb1\x45\ \xa0\x16\x2c\xf8\xd1\x78\x42\x6e\x2c\x5c\x3d\x4e\x13\x8c\xb1\x4b\ \x68\xc7\x73\xab\xf1\x46\x59\x49\x96\x41\x2d\xcf\x73\x5e\x79\xe5\ \x15\x76\x76\xee\x02\x02\xdf\xb7\x41\x24\x6c\x04\x3c\xfa\xc8\xf5\ \x0a\x7a\x9c\x65\x29\x77\xee\xec\xe0\xba\x2e\x71\x1c\x21\xa5\xc7\ \xa3\x8f\x3e\x5a\x99\x2f\x55\x5d\x5a\xc1\x4b\x28\x03\xcb\xc3\xd7\ \xae\x7d\xcb\xc2\x7f\x7f\x26\x8a\x0f\x50\x8e\x85\x07\x2f\x27\x94\ \xd2\xe2\xb6\x84\xee\x5a\xb5\xee\x39\xcc\xb9\x94\x61\x09\x82\xa0\ \x92\x92\xb7\x16\xc7\x86\xe1\xf0\x98\x4e\xa7\x43\x1c\xcf\xac\xa4\ \x91\x1f\xe0\xf9\x0e\x69\x1a\x61\x4c\xc8\xea\x6a\x9f\x24\x89\xf0\ \x8b\x64\x52\x4a\xa8\x94\xef\x55\xf2\x73\xca\xc5\xba\x15\xfb\xb4\ \x4c\x78\x25\x15\xad\xa2\x73\x9e\xce\xa6\xe4\x69\x56\x25\x92\xcd\ \xcd\x4d\x94\x52\xb6\x10\x72\x14\xe3\xe9\x84\xc9\xe1\x11\x60\xe6\ \x04\x40\x0d\xaa\x90\x5f\xd1\xc2\xa2\xf6\xa4\x2a\x6d\x2e\xe6\x49\ \xad\xb4\xb4\x00\xc9\x74\x12\x61\x8c\x28\x3c\x68\x4c\x95\xc0\x4a\ \xc3\xb0\x72\xd4\x55\xa4\x17\xa4\x98\x53\x07\x54\x38\xef\xa2\xd3\ \x24\x07\x2d\x11\x58\x27\x49\x23\xe6\xe2\x9f\x75\xf7\xc7\xfa\xb5\ \xff\x9e\xed\x4c\xf2\x5c\xb3\xd2\xeb\xf2\x91\x0f\x3d\x89\x1b\xb4\ \x78\xee\x6b\x2f\xb2\xda\xeb\xd2\x5f\xdf\xc4\x08\xc1\x2c\x8a\x99\ \x8e\xa7\x88\x5c\xd3\x6c\x34\x18\xcd\x2c\x74\xf6\x78\x32\x26\xb9\ \xbd\x83\x11\x92\x6b\xd7\xae\xf1\x63\x9f\xf8\x41\x5c\x09\xfb\x37\ \x5f\xe0\xe8\xf6\x6b\xc4\x5a\x43\xef\x1c\x3f\xf6\x33\x7f\x93\x2f\ \xbd\xf6\x16\x8d\xf3\x3e\xb9\x36\xe4\xda\xe0\x3a\xbe\x95\x27\x17\ \x02\x99\xe7\x6c\xae\xaf\xb2\xd9\x68\xd1\x0f\x1a\xb8\x1a\xd2\xf1\ \x04\xa1\x04\xd7\xcf\x9f\xe7\xde\xd5\x6b\xbc\xf3\xf6\x2d\x3e\xfd\ \x63\x3f\x4a\xe8\x84\xec\xee\x1f\xf0\xa7\xb7\x5f\xe7\xe5\xbb\x3b\ \x74\xfc\x94\xf5\xb5\x26\x32\x35\x1c\x89\x29\x47\xb8\x4c\xb2\x19\ \xab\x7e\x0b\x21\x1d\x1a\x5a\xe0\xfa\x1e\xb3\x38\xc2\x91\x10\xcd\ \x72\x5c\x47\xd1\x0c\x7d\x42\xd7\xb1\xc9\x40\x6b\x34\x19\xcd\x66\ \x8b\x50\x18\x42\x47\xe2\x87\x2e\x32\xb1\x9e\x1d\xb9\x0b\xc9\x6c\ \x4c\x1e\x63\x2d\x5f\xa3\x1c\xa9\x33\x2e\x9c\x3d\x4b\xfb\x91\x6b\ \xec\xee\xee\xf1\xe6\x5b\x6f\x21\x73\xc9\xca\xca\x1a\x8e\xe3\x72\ \x7c\xb4\x4f\x13\xc5\xc5\x8d\x0b\x6c\xae\xad\x32\x1e\x0c\xf0\x93\ \x16\x6b\x2b\x7d\x1e\xbe\xf6\x10\x7b\x7b\xbb\x28\x11\x71\xfd\xe1\ \xf3\x6c\xf5\x56\x10\xd3\x84\xaf\xbc\xf4\x32\x07\x07\xf7\xc9\x4d\ \x42\x6f\xb5\xcb\x8d\x27\x9f\x20\xce\x21\x9e\xa5\x28\x5c\xae\xdf\ \x78\x3f\xed\x4e\xb7\xf2\x27\x7f\x10\xbf\x46\xa3\x91\x1d\x11\x14\ \x66\x4c\x52\x29\x76\x76\x76\xb8\x73\xe7\x4e\xc5\x54\x36\x85\xff\ \x4b\xbb\xdd\x41\x28\x49\x34\x9b\x55\xa3\x89\xc1\xd1\x11\x49\x6a\ \x67\xd7\x59\x9e\xb3\xde\xe9\xe0\x4a\x16\x2a\xaf\x52\xa9\xb6\x0c\ \xf6\xbe\x6f\xe7\xc2\x42\xb0\xe0\x8b\x5d\x2e\x39\x2d\x04\x7c\xae\ \x4d\x54\xe7\xd6\xd4\x91\x34\xf3\x44\x54\x12\xcf\x6c\xd2\x51\xd2\ \xd8\xe4\x87\xad\x26\x65\x01\x5b\x9d\x76\x7b\xec\xef\xdf\x67\x70\ \x74\xcc\xde\xee\x3e\x49\x32\xb1\xa3\x2f\xa9\x0a\x85\x69\xc9\x64\ \x32\x66\x3a\x8b\x48\x53\x9b\x4c\x10\xe0\x79\x3e\xc2\x99\xbf\x4f\ \x1d\x82\x9a\x65\x19\x83\xc1\x80\xfb\xf7\xef\x5b\xc9\x8e\xc2\x02\ \xd7\x12\xfb\x86\x1c\x1c\x1c\x12\x06\x21\x77\xef\xdd\xe3\xde\xbd\ \x7b\x0b\xac\x68\x21\x04\xd3\xe9\x74\x6e\x24\x26\x45\xb5\x0b\x28\ \xc7\x23\xa5\x0e\xd6\x83\xfe\xa5\xa4\x25\xce\x59\xbb\xdc\xb9\xdc\ \x87\x52\xaa\x1a\x73\x49\x29\x6a\xa8\x27\xfb\xab\xd7\xeb\xd1\xed\ \x76\x17\xc6\x38\x8e\x92\x84\xed\x2e\x42\x98\xaa\xa3\x69\xb5\x5a\ \x74\xbb\x5d\x86\xbd\x2e\x71\x9c\x14\x50\xd8\xc2\x9c\x2c\x08\x38\ \x7b\xf6\x2c\xed\x76\x9b\x7e\xbf\x5f\x25\xa6\xf1\x78\xcc\xd1\xd1\ \x11\x79\x9e\x73\xe6\xcc\x19\xce\x9d\x3f\xc7\xcd\x37\x6e\x72\x7c\ \x74\x04\x52\xd0\x6c\xb5\xd8\xde\xde\xa6\x11\x36\x18\x1e\x1f\x33\ \x99\x4c\x00\x68\x36\x9b\x1c\x1e\x1e\x62\x84\x60\x73\x6b\x93\x20\ \x08\xd8\x3b\x3c\x44\x29\xc5\xc6\xc6\x86\xd5\x61\xd3\x20\x0a\x10\ \x41\x94\x44\x28\xc7\x12\xa0\x4b\x16\x7e\x59\xb8\x68\x63\xd5\x82\ \x95\x72\xc8\x33\xcb\xfa\x2f\xaf\xbb\x72\xbf\x11\x45\x11\xf7\xee\ \xdd\x9b\x73\x4f\xca\xf4\x53\x80\x40\x4a\xc1\xd8\x92\x33\x52\xee\ \x51\x5c\xd7\x3a\x72\x06\xc5\x3d\x55\x67\xf0\xd7\x85\x23\x4b\xd8\ \xb0\x7c\x2f\xfa\x99\x18\x63\x70\x94\x60\x63\xb5\x47\x7f\x6d\x93\ \x4e\xa7\xcb\x1f\x7c\xf1\xcb\x48\x6d\xc5\xf2\xa6\xd3\x29\x8e\x74\ \x2a\xa6\xa7\x1f\x36\x19\x1f\x1d\x81\x91\x74\xba\x3d\x1a\x61\xc8\ \x53\xef\x7f\x82\x5e\xab\x01\x93\x01\x7b\x6f\xbe\xc0\x85\xbe\x4f\ \x2a\x1c\xfe\xe4\xcd\x17\xd8\x5e\x59\xe3\xf1\xcb\x6b\x44\xb9\x26\ \x4a\x13\x5a\xad\x36\xbe\xeb\x13\xcd\x66\x96\xce\x9e\xa6\x78\x3a\ \x26\x1d\x8f\x49\x32\x83\x44\x92\x67\x19\xfb\xc7\x87\xb4\xd7\x56\ \xf8\xee\x0f\x7f\x98\x3f\x4c\x53\x7a\xcd\x0e\xef\x7b\xf8\x3a\x8e\ \xeb\xd3\x7c\x61\x8d\xe3\xdf\xfb\x2c\xd7\xaf\x3d\xc4\xf7\x3c\xfd\ \x34\x09\x8a\x5f\xff\xe2\x1f\xf2\xd9\xaf\x7d\x15\xa9\x02\x68\x34\ \x2d\xfa\x64\x36\x43\xe7\x09\x26\xcf\x91\x68\xf2\x34\x46\x0b\x43\ \x26\xe1\x03\x4f\x7f\x0f\xed\x46\x83\xe3\xe1\x90\x5b\xf7\x77\x78\ \xfb\xf5\x9b\xf8\xa1\x47\x23\x0c\xc9\x93\x88\x56\xa7\x43\x9a\xcd\ \x10\x5a\x20\x95\x43\x8e\xc6\x71\x3c\x3a\xab\x2d\x3e\xf9\x17\xfe\ \x5d\x3c\xd7\x23\xcb\x73\xa6\xb3\x98\xf5\x8d\x33\x28\x47\xd0\x6a\ \x77\xf1\x83\x90\xbb\xf7\x76\x58\x5d\xdb\xe2\xf2\x43\xd7\x68\xb6\ \x9b\xec\xee\xed\x32\x1a\x8d\x58\x5f\x59\x61\x7d\xad\x47\x20\x1f\ \xe7\x4b\x7f\xe8\xf0\xc6\xab\xaf\xb2\xd2\xeb\xd3\x70\x7d\xc2\x1b\ \x8f\xb1\xa7\x0c\x7e\xe0\x92\xbb\x82\xd5\xad\x75\x74\xae\x30\xb9\ \x44\x6b\xc1\x64\x1c\xa3\x1c\xe7\x81\x8a\xfe\xcd\xa6\x53\x42\xdf\ \xb7\xe4\xc4\x2c\xe3\xe8\xe0\x80\xc9\x64\x42\x12\x5b\xc4\xcd\x78\ \x34\xc6\x75\x1d\xda\xed\x26\x3a\x07\x23\xad\x03\xa5\xce\x73\x0e\ \x0f\x0f\x79\xe8\xca\x15\xab\x2a\xad\x1c\xe2\x24\x21\xc9\x32\x3c\ \x57\xd1\x6a\x35\x70\x1c\x55\xcd\xe4\x6d\x15\x36\x9f\x07\xd7\x75\ \x89\xca\x40\x56\x76\x1b\xa5\x3b\x63\x19\xd0\x4e\xfb\xba\x75\x26\ \x75\x89\xf9\xb7\x5d\x83\xc1\x18\x3b\x26\x11\x46\x22\x8c\xbd\x96\ \x5c\xd7\x65\x73\x63\x93\x4b\x97\x2f\x70\x70\x70\x8f\x37\xbe\xf1\ \x16\x3a\x4f\x48\xd2\x98\x34\x2e\x7c\xc9\xcb\xf7\x2a\x20\xa2\x46\ \xd8\xd1\x43\xae\x73\x28\x84\x1f\xeb\xc2\x81\x51\x14\x31\x1a\x8f\ \x18\x0d\x47\xb6\x13\x29\x8c\x9a\x8c\xc9\x70\x1c\x85\xd1\x82\xc3\ \x83\x63\x60\xc8\xdd\x7b\xf7\x88\x23\xbb\x58\x17\x52\xd0\x6a\x35\ \x51\xd2\x3a\x02\xee\xd6\x82\x49\x79\x1c\x8c\xb6\x70\xe5\xd1\x68\ \x54\x59\x10\x3f\x30\x92\xb2\x92\x95\xd4\x49\x99\xd8\x4a\x6b\xde\ \x92\xf4\x3b\xaf\x8e\xcd\x82\x5c\x7e\xa9\xb7\x15\x17\x04\x46\xaf\ \xe0\x70\x78\x9e\x4f\x9e\xdb\x05\xba\xd6\xf6\x73\xa7\x69\x06\x58\ \x48\x7f\x1c\x27\x68\x6d\xf0\xbc\x00\xcf\xf3\x2b\xc2\x5e\x39\xce\ \xb1\x16\xc0\x96\x47\x72\x78\x78\xc8\x64\x32\xa1\xd3\xeb\xd2\x68\ \x36\x2a\xef\x90\x24\xb6\xaf\x5f\x76\x44\x25\xb4\x36\x29\x58\xf7\ \x71\x14\x31\x38\x3e\x26\x2e\x76\x1b\x41\x10\x30\x99\x4c\x70\x95\ \x42\x68\xd0\x69\x86\x46\x63\x84\xb6\x8a\x02\xc6\x10\xc5\x76\x27\ \x1c\x17\x2c\xf9\xfa\x48\xcf\x68\x09\xc8\xea\x7c\x97\x09\x27\x8e\ \x63\x4b\xd8\x2c\x46\x92\xc6\xd8\xb1\x79\x9a\x66\x0c\x87\xf6\x7c\ \x1d\x1c\x1c\x56\x9f\xaf\x92\xa3\x37\x82\x38\x89\xad\xb0\x6a\x6d\ \xc4\x57\x1f\xcf\xd6\x85\x32\x4b\x2e\xd8\x7b\x6b\xcc\x65\x0c\x61\ \x18\x70\x66\x6b\x8d\x95\xf5\x2d\x3a\xfd\x94\x67\xbf\xfa\x02\x99\ \xf1\x88\x06\x23\xd2\x24\xa7\xd3\x6d\x93\xc5\x11\x99\x49\x09\x3c\ \x89\x49\x27\xe4\xa4\x0c\x0e\x76\xd9\x7e\xec\x31\xce\xae\xad\xa0\ \x4c\x06\xae\xe4\xdd\xb7\xdf\x64\xf8\xfa\x31\x57\x2e\x6c\xc1\xdb\ \xaf\xb1\xd5\x7d\x82\x4f\x7d\xe7\x36\xa3\xd9\x94\xed\x73\xdb\x8c\ \xa7\x13\x06\x47\x47\xac\xf4\xce\x33\x9d\x8c\xd9\xdf\x3f\xa2\x19\ \x6c\xe1\x68\x97\xf1\x64\x0c\x6e\x80\x54\x92\x38\xcf\xd9\x7b\xe7\ \x36\x9b\xe7\xb6\xf9\xe8\xf7\x7d\x9c\xad\xad\xb3\x18\xe9\x70\xf0\ \xce\x5d\x56\x53\xc5\x3f\xf8\x6b\x3f\x4b\x7f\xa5\xcb\xfe\xfe\x3e\ \x8d\x95\x1e\x7f\xf7\xd3\x7f\x89\xc7\xae\x3c\xcc\x6f\x7d\xf6\x73\ \x0c\x07\x87\x34\x7b\xab\xac\x9e\x3b\xc3\xa5\x4b\x97\xb8\xfd\xee\ \x6d\x0e\x0e\x0f\xd8\x5a\x5f\x41\x19\x18\x1c\x1e\x70\x61\xfb\x0c\ \x7f\xf9\xa7\x3e\xc5\xe6\xd6\x16\xbf\xfc\x9b\xbf\xce\x57\x9f\x7b\ \x96\x1f\xf9\xde\xef\x61\xad\x19\xf2\xd2\x73\x5f\xe1\xf7\xfe\xf5\ \xbf\xc2\x6f\xf6\xf0\x3c\x97\xd0\x55\xe0\x2a\xeb\x47\xaf\x35\x46\ \xf9\xe4\xca\xe5\x78\x3c\x64\x65\x75\x9d\xa7\x9f\x39\x4b\x9c\xc6\ \x64\xb9\x66\x6d\x6d\x9d\x6b\xd7\x6f\x40\x92\xb2\xb6\xbe\x8e\x56\ \x12\xc7\x0b\xd8\xdd\xdf\x23\x4a\x12\x0e\x76\x8f\x58\xf5\x03\xfa\ \xda\xa5\x3d\xcc\x50\xf7\x8f\x89\xa2\x84\x4b\x8f\x3f\xc2\xd9\x33\ \xab\x18\xa1\x19\x4f\x46\xdc\xbd\x7b\xb7\x80\x90\x2a\xd2\x0c\x06\ \xc7\x63\xe2\xa2\xa2\x7d\x50\xbf\x56\x7a\x7d\x5a\x8d\x66\x55\x95\ \xe6\x79\x4e\xbb\xd1\xa4\xd3\x6a\xdb\x1b\x5d\x5b\xae\x91\xdd\x81\ \x58\x8b\xe6\x34\xcd\x79\xfd\x8d\xd7\xb9\xb3\xb3\xc3\xc1\xc1\x3e\ \xad\x4e\x9b\xc3\x83\x43\x6e\xdf\xbe\x4d\x9c\xa6\x28\x69\x68\x34\ \x42\x2e\x5c\xb8\xc0\xfa\xfa\x46\x15\x30\x4e\x93\xd5\x2e\xf4\x26\ \xab\x1b\x6e\x59\xc3\x68\x2e\x84\xa7\x4e\x7c\xef\x12\x0d\x34\x1c\ \x5a\xa9\x94\xd9\x74\x8a\x54\x82\x46\xcb\xe7\xe2\x85\x8b\x84\x7e\ \x8b\x38\x4a\x71\x94\x53\x54\xd1\x29\xae\x14\x78\xbe\xa2\xbf\xba\ \x86\xef\x7b\x64\x49\x52\xe8\x69\x19\x0b\xb7\xc1\x14\x1d\xd4\x5c\ \xa0\x4f\x1b\x48\x0a\x8b\x80\xf2\xff\xb3\xd4\xce\xc4\x75\xae\x6d\ \x42\x4a\xcb\x45\xab\x2e\x88\x69\x09\x52\x16\x16\x03\x46\xd0\x6a\ \x75\x2a\x37\x45\x6d\x32\xa4\x14\x28\x54\x65\x67\x2c\x6a\xc9\xd4\ \x3a\x4b\x17\xce\x7c\x59\x8e\xe7\xb8\x0f\x10\xcd\x65\x2a\xcb\xea\ \x92\x55\x5e\x76\x13\x25\x5a\xa9\x64\xa4\xdb\xf7\xd4\x15\x21\xb3\ \x7c\x4e\x59\x20\xd4\x95\x7d\x8d\x36\x24\x71\x86\x92\x6e\x21\xf9\ \x23\x99\xcd\x62\x94\x72\x09\x03\xd7\xfa\x5c\x1a\x41\xab\xd5\xad\ \x78\x17\xb3\xd9\xac\xea\x2e\xaa\x63\x5d\xc0\x85\x87\xc3\x21\xbb\ \x7b\xbb\xc4\xa9\x45\x4d\xca\x82\x94\x5c\x92\x45\x25\x62\x6e\x31\ \x5e\x24\xf2\xac\xe0\x88\x95\x1d\x94\x2a\x6c\x2a\x0e\x0e\x0e\x0a\ \x34\x9e\x15\x81\xcd\x4d\x7e\x42\x5e\xbe\x4e\x2c\xb4\x81\xdc\xa2\ \xb9\x40\x2e\x78\xb6\x97\xfb\xb1\xfa\x73\xec\x48\xce\xca\xd6\x27\ \x49\xa9\x00\x10\x54\x1c\x96\x92\x5f\x62\xc9\x94\xc2\xaa\x6d\x18\ \x4e\x74\x27\xe5\xf9\xaf\xf8\x31\xef\x45\x0f\x78\x8b\xea\x71\x69\ \x36\x02\xc2\x86\xcf\x2b\x37\xdf\xc2\x68\xc1\x2c\x8a\x18\x0e\x27\ \x96\xad\x8c\x22\xd5\x76\xe9\xd4\x72\x62\x9e\xb8\xbc\xce\xf6\xd9\ \x2d\x74\xae\x39\x7b\xfe\x12\x22\x4f\x99\x1d\x0f\x69\x6d\xae\x72\ \xfe\xc2\x15\xd2\xfb\x6f\xd3\x6e\x76\x79\xfa\xf2\x05\x5a\x0d\x8f\ \xc7\xd7\xba\xdc\xdd\x9b\xf1\x9d\xd7\xb6\x19\x1d\x1d\xf2\xca\xf8\ \x3e\x4f\x5d\x3f\x47\x9a\x44\xbc\xf0\x52\xc4\xca\xa5\xeb\xdc\xba\ \x1b\x71\x7c\x6f\xb7\xf0\x5c\x84\xd6\xe6\x06\xfb\xf7\xee\xf2\xc2\ \x3b\x6f\xf1\xe4\x77\x7c\x27\xc1\xea\x06\x2f\xdf\x7c\x83\xfc\x70\ \x40\xbf\xd5\xa6\xef\x85\xf8\x8e\x83\x6a\x7b\xf8\x2b\x4d\x56\xba\ \x2b\x7c\xea\x93\x3f\xcc\xea\xda\x0a\xbf\xf5\xf9\x2f\xd0\x6b\xad\ \x70\x76\x6d\x93\xab\x57\xaf\xf2\xdd\x1f\xf9\x10\x07\x47\x87\xe8\ \x2c\xb5\xc1\x13\x58\x69\xb5\x38\xdc\xbb\xc7\x6c\x3c\xa4\xdf\x6a\ \xf2\xbd\x1f\x7d\x86\xc7\x6e\xdc\xa0\xd7\x6c\xe0\xb7\x1a\xbc\x7b\ \x70\x80\xef\xfb\xf8\x41\x40\x9a\x1b\x92\x2c\x27\x89\xa6\x08\x9d\ \x12\xac\x6c\xd2\x68\x34\xd1\xc1\x90\xa0\xd5\x24\xd7\x82\x6c\x74\ \x0c\x8e\xe4\x85\xd7\x6f\x31\x9d\x4c\xe8\x48\x87\x7b\xfb\x23\x1a\ \xab\x7d\xc2\x5e\x97\x44\x35\xb8\xb3\x73\x8f\xf8\xee\x7d\x3a\xb3\ \x9c\xb5\x54\xf3\xc1\xde\x55\xfc\x38\x67\x77\x32\xa2\xed\x78\xe4\ \xad\x26\x4e\x23\x60\x6f\x38\xe2\xc5\x17\xbf\x8e\x10\x1e\x12\x9f\ \x5c\x28\x06\xa3\x31\xb3\x24\x7a\xa0\x55\xea\xc6\xe6\x26\x59\x31\ \x7a\x59\xb6\x14\x55\x8e\x53\xed\x1b\x44\x81\xfe\x71\x03\x8f\x38\ \x4a\xb8\xf5\xce\x37\x18\x4f\x52\x76\xf7\xee\xf1\xf6\x3b\x6f\x15\ \xb2\x16\x2e\xdd\x7e\x17\x47\xc0\x68\x38\xe4\xd5\x57\x5f\xe3\xed\ \xb7\x6f\x55\xaa\xb9\xf5\x59\x70\xb9\x78\x2f\xc7\x54\x52\xca\x02\ \x08\xb2\x98\x4c\xca\xdf\x95\xb2\xaa\xd1\xcb\xa4\xcb\xe1\x70\xc8\ \xce\xce\x4e\xe5\xd9\x9d\x66\x31\x7b\x47\x31\xf7\xf7\xf6\x38\x7b\ \xf6\x3c\x2b\xbd\x55\x92\x28\xb1\xec\x67\x29\x49\x93\x98\xed\x73\ \x67\xd8\xea\xf5\x2d\x97\x40\x79\x78\x61\xd3\x0a\x37\x96\x15\xa1\ \x5e\x14\x14\x54\x8e\x83\x9f\x2f\x1a\xb3\x59\x6b\x04\x2b\x8c\xe9\ \xba\x5e\x35\xb2\xb3\x6c\x25\x2b\x23\xaf\x73\x6b\x55\xad\xb5\x21\ \x8e\x13\xe2\x64\x86\xeb\x0a\xb4\xb1\xbe\xf0\x8e\x70\x2a\xf4\x92\ \xac\xed\x83\xca\xf1\x56\x7d\xf4\xf4\xe0\xee\x75\xab\xa0\x5d\x2a\ \xe3\x96\x86\x6e\xa5\xa5\x43\x39\xbe\x2b\x41\x11\x52\x52\x41\x63\ \x4b\x72\x66\x5d\x97\xaa\x0c\x92\x42\x28\x7c\xbf\x41\xe0\x0b\xdc\ \xc2\xd3\xbe\xbc\x8e\xca\x2e\xd2\xee\xb5\xc0\x2b\x94\x2c\x96\xfd\ \xd1\xcb\xef\x69\x47\x9f\x82\x76\xa7\x4d\x6e\x0a\xc2\x64\x96\x12\ \xfa\x61\xd5\x65\xa2\xe7\x15\xbd\x23\xa5\xd5\x03\x2b\xfc\x58\x34\ \x9a\xac\x26\x0b\x8f\xd6\x28\x63\xab\x96\x52\xe5\xc0\xd4\x8a\x19\ \x51\xca\xdc\x97\x00\xe8\xa2\xc0\xa9\x46\x5f\x0b\xdd\xc2\x7c\x14\ \x55\x27\x58\x26\x69\x5e\x7d\xfe\xf2\x98\x2a\xd5\xa9\x18\xf1\x3a\ \xcf\xad\xc5\x41\x51\x28\x98\x3f\xa3\x43\xaf\xff\xdb\x7b\x70\x01\ \xaf\xe9\xb4\xdb\x24\x49\xc4\x3f\xfd\x27\xff\x84\xa3\x61\x02\x6e\ \x8b\xc3\xa3\x01\xb3\x28\x61\x65\xb5\x43\x92\x69\xb2\xc2\xb7\xba\ \x49\xc4\x53\xef\x7b\x88\x87\x1e\xba\xc6\x60\x34\xe5\xfb\x7e\xf0\ \x93\xf8\xad\x35\xbe\xf6\xd5\xe7\x79\xfa\xa9\xa7\xb8\x7a\xed\x71\ \x0e\x3d\xc5\xde\x68\x84\x14\x67\xd9\x79\x63\xc0\xab\x3b\x86\x6b\ \xd7\x3f\x42\xb0\x7e\x8d\x09\xf7\x59\xbb\xda\x42\xf4\x2f\x22\xe3\ \x98\x60\x43\xb0\x3b\x4e\xb8\x37\x38\x60\xef\x60\x9f\x6e\xd8\xa6\ \xd5\xed\x92\x2a\x89\xbf\xb6\x42\x74\x2f\xe1\x20\x4d\xe8\xc4\x31\ \xf9\x7a\x8f\x71\xdf\xc5\x73\x5d\x76\x5c\x83\x0c\x12\xde\xd4\x53\ \xa2\xc9\xdb\xa4\xf7\x6f\xd2\x0e\xbb\x4c\xcf\xb5\x58\xff\xc1\x27\ \x91\x3b\x13\x1e\xde\xba\xcc\x93\x4f\x3e\x81\xeb\xb9\xdc\xb9\x73\ \x07\x4c\x4e\x9a\xc4\x28\x04\x2b\xad\x36\xca\xe4\xbc\xfe\xda\x2b\ \xec\x0d\x8e\x69\x75\xda\xfc\xee\xef\xfe\x2e\x8d\x30\x20\x4e\x63\ \x2e\xdf\x78\x82\x24\xc9\x98\x4d\x63\xa6\xc3\x09\x5e\xe0\xd3\x5b\ \x75\x69\xf8\x82\xfb\xc7\x13\x7a\xd2\x23\x41\x31\x1b\x4e\xd1\x46\ \x70\x3c\x9c\x72\x7f\x77\x8f\x76\xa7\xcb\xf5\x27\x9f\x82\x49\xcc\ \x70\x34\xe6\xce\xd1\x84\xa3\x77\x77\xc9\xb3\x8c\x7c\x62\x08\xf3\ \x90\x76\x66\xd8\xc8\x25\x0f\xb5\xda\xb4\xda\x8a\x1d\x56\xa1\xd1\ \xe4\x73\xcf\x3d\xcf\xed\x17\x9e\x63\xe5\xca\x15\x36\xb6\xd6\xc9\ \x62\x81\xd6\x92\xcc\x48\x52\x51\xbb\x41\x1e\xd0\x02\xde\x55\x0e\ \x3a\xb5\xbb\x07\x2d\x75\xa5\x4d\x04\x20\x85\xb4\x98\x7d\xa1\xc8\ \x75\x86\x74\x24\x1a\x83\x08\x3d\x1c\x57\x91\x65\x31\x4a\xf9\x44\ \xf1\x14\xcf\xf3\x59\xe9\xaf\x30\x18\x8d\xf0\xc2\x90\x6e\xaf\x47\ \x34\x8b\x98\x45\xb3\x6a\x4c\x55\xd9\x25\x8b\x52\xd1\x80\xda\x78\ \x47\x01\xa6\x4a\x68\xcb\xd2\xdc\x2c\xa9\xe6\x96\x37\xf1\xde\xde\ \x3e\x79\x9e\xb1\xb9\xb9\x69\x03\xb1\xd0\xa0\x32\x0e\xf6\x0f\xb8\ \xf9\xfa\x4d\x5a\xcd\x2e\xab\xfd\x55\xbb\x83\xc8\x73\xba\x9d\x96\ \x95\xed\x99\x4e\x08\xc3\x26\xae\xdf\xc0\xe8\xac\x48\x66\xa0\x75\ \x8e\xce\x34\x88\x84\x34\x8d\xc9\x35\x90\x1b\x94\xf2\x70\x9c\x79\ \x02\xac\x27\x16\x5d\x68\x28\x29\xe5\x01\xd6\x69\xd1\xf7\x7c\x84\ \x70\x90\xc2\x41\x0a\x45\x1a\x66\x18\x3a\x08\x91\x23\xa5\xb1\x16\ \xb6\x85\x89\x4c\x39\xab\x2f\x1a\x07\x72\x5d\x18\x3e\xe5\x9a\x38\ \x8e\xe8\x76\xba\x0b\xfa\x4f\xff\x9f\x3b\x13\xc7\x8e\x2a\x4b\xcd\ \x2c\xd7\x71\x0a\x0b\xeb\x62\x01\x5c\x4b\x5e\x8e\x53\x04\x6a\x6d\ \x89\xa4\xa6\x58\x38\x8b\x22\xf1\x97\xb6\xb8\x4a\x3a\x15\xd2\xb0\ \xce\xbf\x28\xab\xf2\x4a\x3d\xd8\x58\x32\xa0\xac\xa9\x4e\x97\xb2\ \x2a\x65\xf5\xdf\xed\x76\xad\x0d\x80\xce\xc8\xc9\x51\x42\x56\x6a\ \xbd\xa6\x90\x44\x41\xcf\x2b\x7b\x25\x04\xb9\xce\xed\xef\xc5\xaa\ \x4d\xd5\xaa\x7d\xa9\x14\xe4\xa6\x50\x6d\x70\xd0\x66\x2e\x11\x63\ \xb4\x45\x24\x98\x02\xed\x69\xc7\x7a\xb2\xf0\x6b\x72\x16\xc6\xb2\ \xf5\xef\xa5\x0b\x17\xce\xaa\x93\x41\x55\xa0\x81\x72\xe7\x15\xc7\ \x51\x55\x04\x95\xc7\x20\xcd\x53\x74\x75\xff\x5a\xd6\x7d\xb9\x7b\ \xaa\x27\x67\x7b\x0f\xbe\x07\x79\x26\x8e\x52\xec\x1c\x1c\x71\xeb\ \xfe\x21\xa3\x28\x23\xce\x0c\x93\xf1\x31\x42\x08\xba\xed\x36\xfd\ \x5e\x0f\xa5\x04\x8e\x30\x18\x2d\x09\x75\xc2\xeb\x37\xdf\xe5\x8d\ \xb7\x0e\x19\x25\x9a\x57\xef\xc4\xf4\xd6\xcf\x30\x38\x3c\xe6\xbf\ \xfa\xcf\x7b\x5c\xdd\xea\xf3\xc2\x1b\x77\x08\x82\x0e\x61\xff\x12\ \xbf\xfc\xfb\xbf\xce\x1b\xdf\xb8\xcb\xf7\x35\x1e\xe5\xae\xca\x39\ \x1c\x68\x1c\x77\x9d\x77\xdf\x98\xd1\x0c\x02\x06\x6c\x93\xe5\x31\ \xad\xbe\x60\x78\x3c\x43\x3a\x0e\xdd\x4e\x9b\x71\x32\xa3\xeb\x36\ \xd9\x60\x1d\x1d\xb8\x8c\x43\xc9\x50\x48\x82\xf5\x0d\xae\x5c\xbc\ \xc2\x6c\xf7\x88\xde\xd9\x75\x9e\xfd\xca\xef\xf3\xe6\xf0\x1e\xcd\ \x4e\x93\xa6\x8a\x71\x8c\x43\xd0\x70\xc8\x98\xf2\xe4\x93\x57\xb8\ \x7a\xa1\x87\x63\x0c\x9b\xe1\x26\x99\xce\x89\xe2\x1c\x27\x68\xe1\ \xb9\x2d\x66\xb3\x94\x2b\xe1\x2a\x57\x74\x86\x13\x38\xe4\x4a\x23\ \x5c\x49\x94\x65\x78\x41\x8b\xc9\x68\xc6\xdd\x3b\x77\xb8\xea\xfb\ \x98\x3c\xa3\xdd\xed\x90\xe4\x29\x5f\xff\xda\x73\xec\xdf\xb9\xc5\ \xde\xfe\x01\x5f\xf8\xc2\x97\x69\xb4\xdb\xcc\x8a\x39\xf2\xd6\x5a\ \x9f\xef\xfe\xd8\x33\x3c\x72\xed\x3a\x49\x14\x71\x6b\x77\x97\x17\ \x5f\x7b\x8d\xaf\xff\xf1\xb3\x64\x7b\x03\xb6\xfc\x3e\x9d\x3c\x23\ \x38\x4a\x08\xbd\x9c\xf5\xb0\x4f\xde\x76\x79\xf5\xde\x98\xfd\xfd\ \x88\xdf\xfc\xea\x17\x11\xfd\xaf\x62\xa4\x6b\xa5\xc7\x8d\x44\x2b\ \x49\x24\x73\xeb\x95\xcd\x03\x84\x89\x4a\x69\xad\x59\x95\x42\x49\ \xb7\xaa\x32\x4b\xd7\x3d\x8c\x0d\xb0\xb9\xd6\x56\x12\x3e\xb3\x15\ \xd8\xda\xda\x3a\x77\xef\xde\x67\x3a\x8d\xf0\x3d\xbf\x18\x85\x29\ \x6e\xbc\xef\x31\x8e\x07\x03\x0e\x8f\x8e\xf0\x02\x0f\x83\x2e\x96\ \xcb\xe0\x96\xac\xde\x62\x16\x2c\x0a\xd4\x9c\xf5\xca\x90\x27\x66\ \xc8\x16\xc2\x6a\x1f\x63\x84\x58\xb8\xb9\x4a\x59\x72\x63\x72\x7c\ \xdf\x23\x08\x7c\xd6\x56\xd6\x90\xbe\x22\x4a\xa6\xcc\xa6\x31\xad\ \x86\xc0\x75\x3c\xc6\xa3\x63\xeb\xe7\x6e\x0c\xfb\xfb\x7b\x1c\x1c\ \xec\xf1\xc4\x13\x37\x78\xe8\xa1\xab\xe8\x5c\x5b\x56\x3f\xd6\xd0\ \x4d\x48\x41\x9a\x66\xf8\x41\x50\x8c\x3a\x0a\x4b\x81\x62\x11\x2b\ \xab\x7d\x4e\x81\x24\xab\x71\x02\xf2\x5c\x17\x1f\xd1\xb3\x01\x4b\ \x6b\xb4\xb6\x23\x19\xcb\x92\xb6\x3a\x72\x59\xa6\xed\xa2\x5e\x18\ \x94\xb4\x10\x66\xb4\x25\xb6\x59\x1c\x91\x53\xc9\x8f\x5b\xd4\x91\ \x7a\xa0\xf7\x7b\xd9\xe9\xb9\x85\x21\x94\x94\x12\x81\xa8\x6c\xaa\ \x4b\x5a\xac\x14\x02\xa9\x8a\xae\x30\xcf\xc9\xb5\xa9\x14\xbb\x95\ \x12\x48\xe5\xd6\x92\x4f\x6d\x64\x63\xec\xf7\xb3\xb2\x20\x6e\x11\ \x60\xad\x7e\x95\xeb\x7b\x08\x93\xa3\x6a\x24\xbd\x72\x7c\x56\x16\ \x32\x79\x91\xa4\x7c\xd7\xb7\x24\x43\x29\x2d\x08\xc2\x66\x89\x5a\ \x41\x22\x40\x1b\xab\xd8\x5b\xc0\xc1\x31\x05\x02\x10\xac\xd6\x98\ \x10\x48\x04\x46\x6a\xdb\xcd\x88\xb9\x53\xa9\xc2\xf2\x91\x6c\x40\ \x07\x74\x8e\xce\x75\xd5\xb5\xcc\x27\x00\xc2\xba\xc9\x0a\x59\x05\ \x7f\x51\x20\x16\x8d\xd6\xe4\xba\x60\xc0\x5b\x27\x31\x0b\x2e\x31\ \x06\xcf\x0f\x70\x5c\x17\xd7\xf3\xd1\x26\xb7\x88\x45\xed\x2c\x40\ \x86\x8d\x31\xf3\xb1\xa6\x01\x6d\xac\xe6\x9f\xd5\x13\xe3\xcf\xbd\ \x1f\xfd\x36\x52\x0d\x16\xcc\xd2\x9c\xbb\x47\x11\xdb\x57\x1e\x61\ \x7f\x6f\xc0\x9b\xcf\x3e\x8f\xe3\xf8\x5c\xb9\xf8\x10\x9e\xef\xda\ \x8b\x25\x08\x18\x4f\x52\x66\x79\x40\xa2\x1c\x76\xee\x8f\x18\xa6\ \x82\x69\x2b\xc6\x1b\xde\xe7\xe2\xb9\x2d\xfa\xdb\x17\x68\x9c\x5b\ \xe3\xc6\xf7\xff\x10\x81\xdf\xe6\xc5\x6f\x1c\xf1\xa7\x6f\xef\x91\ \xd3\xe7\xb7\xbf\xfa\x0e\xdd\xb7\xf6\xb9\xfe\xe8\x45\x9a\x0d\xf0\ \x44\xc6\xee\x9b\x6f\x93\xa7\x39\x0f\x5f\xdc\x46\x0a\xcd\xd9\xcd\ \x73\x78\x26\xa3\x21\x05\xcd\x56\x83\x71\x9e\x31\x18\x1b\xde\xb9\ \xf3\x36\xdb\x4f\x3c\x8a\x9f\x4b\x72\x26\x0c\xc6\x23\x46\x83\x29\ \x9d\x0d\x9f\x27\x1e\x7e\x8a\xec\xde\x2b\xa8\x15\x97\x50\x49\x9a\ \xe3\x8c\xd6\xee\x80\xa3\x74\xc2\xde\xed\x17\x70\x8e\x6e\xd1\x12\ \x82\xe9\xf1\x90\x0c\x87\x51\xa2\xc9\x54\x13\xe5\xf6\x48\x33\x9f\ \x3c\x31\x34\x9a\x2e\x87\xd3\x43\x8c\x2f\xc9\x5c\x41\xee\xb8\x1c\ \x1c\x8d\x39\x3e\x1a\x92\x4e\xa7\x3c\x7c\x79\x9b\x47\xae\x9c\xe3\ \xe5\x37\x5f\xe2\x1f\xff\xd2\xaf\xb0\x77\x67\x87\x95\x8e\x47\x9a\ \xe5\xdc\xde\xd9\x27\x13\x10\xb6\x3a\x64\xf1\x14\xdf\x7b\x84\x20\ \x34\xdc\x7a\xf7\x55\xd6\xcf\x6c\xb1\x79\xa1\xcf\x77\x7d\xfc\xa7\ \x19\xff\xa5\x1f\x65\x7a\x14\x21\x6e\x1d\x32\xfb\xe3\x97\x38\xf8\ \xf2\xcb\xdc\xbf\x7d\x80\x8a\x52\x44\xb3\xcd\x85\x8b\x97\xf9\xe9\ \x4f\x7c\x92\xbd\xdf\xdc\xe2\x33\x5f\xfe\x12\x83\xbd\x01\xfd\x56\ \x93\xe9\xec\x98\x44\x64\x44\x2a\x25\x4e\xe3\x07\xba\x33\x41\x2a\ \x8c\x50\xe4\x08\x24\xb6\x0a\x4d\xcb\x0a\x0c\x41\x9e\xeb\x4a\x92\ \x3b\x4b\x6c\x20\x34\x26\xe7\xd2\xa5\xab\xb8\x6e\xc0\x74\x3a\x23\ \x89\x13\x6e\xbf\x7b\x9b\xc9\x78\x4a\x12\x25\x76\x6f\xd1\x08\x0a\ \x79\xf0\x11\x06\xfb\x9c\xd9\xcc\x9a\x08\x59\x22\x98\x83\x12\x0a\ \x93\xdb\x20\x9a\x9b\x32\x57\xd8\x24\xa3\x6b\x23\x58\x63\x0c\x46\ \xaa\xe2\x46\x15\xd5\x2c\x5a\x29\x3b\x92\xf0\x7d\x97\x5e\xaf\x4b\ \xbb\x6b\x11\x44\xdf\x78\xeb\x0d\x3c\xe5\x12\xcd\xac\xac\xbb\xd6\ \x29\xd3\x49\x54\x74\x3c\x76\x9e\xee\xf9\x9e\x05\x80\x94\x09\xca\ \x58\x7d\x1c\x71\x02\x41\x23\x2a\x33\xa9\x3a\x48\x40\x1b\x53\x05\ \x79\x21\x45\x6d\x06\xae\x16\xaa\x4e\x5b\x8c\x17\x0b\xdc\xd4\x7e\ \xab\x2c\x87\x3c\xce\xec\x7e\xa5\x08\xb2\xe5\xaf\x12\x42\x5d\x56\ \xc1\x79\xed\x58\x3c\xa0\xc6\xc4\x5a\xd2\x2a\xc7\xfe\x5e\xdb\xd7\ \x18\x20\xd3\xc6\xa2\xb8\x84\x4d\xe0\xb9\x86\x34\x4b\xe6\xa3\x97\ \x22\xf1\x9b\xdc\x54\x22\x89\xc6\x80\x92\x12\x6d\x2c\x7f\x43\x28\ \x5b\xd9\x23\x21\x37\xd6\x58\xaf\xec\x10\x72\x93\xe3\x0a\x31\xef\ \x68\x8a\x2e\x58\x95\xc6\x51\xc5\x58\xb1\x1c\x31\x49\xa1\xac\x7a\ \x45\xf1\x1c\xe5\x38\x54\x97\x4a\x91\x24\xec\x39\xb3\xe7\x40\xe8\ \x22\x71\x69\x0d\x05\x49\x39\x2f\xce\x45\x19\xac\x35\x35\xa3\x2a\ \x55\x40\xa2\x95\xc0\x59\xda\x5f\x98\x22\xd1\x68\x63\x97\xe1\xf3\ \x7e\x82\x2a\xa9\x18\x2c\x7b\x3d\x2b\x21\xc2\xe5\xf3\xa5\x2d\xca\ \x32\x9d\x17\x09\x62\x6e\xdd\x5b\xbe\x50\x95\xc4\xea\xaf\x67\x58\ \x00\x02\xbc\xe7\x3a\x13\xd7\x75\xb8\x7d\xfb\x5d\xfe\x8f\x7f\xf6\ \xcb\xfc\x8d\xbf\xf2\x69\x7e\xfc\x27\x7e\x92\x3f\xf9\xd3\xaf\x11\ \x36\x1a\x24\x3a\x43\x1a\xbb\xfc\x74\x03\x1f\xe2\x09\xc6\x77\x18\ \xa7\x09\xfe\x7a\x8b\xcb\x2b\x5b\x9c\xbf\x7c\x85\xe3\xf1\x98\x87\ \x9f\x7c\x94\xb3\x97\xce\x20\x55\xce\xc6\x43\x17\xd0\xb8\xfc\xcb\ \x7f\xfc\x8b\xa4\x81\xa6\xd9\xea\xa0\x95\xe1\xf5\x77\x5f\x27\x53\ \xc7\x9c\xdf\xee\x91\xce\x46\x9c\xd9\xd8\x62\x7b\x7d\x8b\xf8\x68\ \x40\x9e\x26\xb8\x12\x9a\x7e\x88\x2f\x61\x3a\x9b\x20\xa5\xa0\xe5\ \xfb\x78\x49\x4c\xbf\xd1\x24\x9b\xe4\xe4\x12\x12\xed\x70\x9c\x6b\ \x7e\xe3\xb3\x9f\xe5\xdc\x23\xe7\x58\x6b\x36\xe9\xf7\x1a\x44\xc7\ \x07\xac\x04\x0e\x8f\x3d\xf9\x28\xdf\xf3\x37\xfe\x3a\xee\xde\x21\ \x5f\xff\x83\x2f\x32\xdc\x3b\x22\x74\x43\x9a\xa1\xc7\x85\xcd\x4d\ \x94\xdf\x60\xf7\xf6\x0e\x5f\xfd\xd2\x9f\x20\x55\xc0\xdd\xa0\xc1\ \x30\x8b\x59\xbf\xb0\xc5\x44\xe6\xe4\xd2\x23\x4d\x25\xd9\x30\xa2\ \xe5\x05\xec\xbf\xf5\x0e\xad\x2c\xe2\x8d\x97\x5f\x63\xef\x9d\x1d\ \x42\x05\x2a\xd3\x74\x1b\x4d\xb6\x1e\xdf\x20\xd2\x70\x38\x18\x11\ \xac\xf6\xf9\xe1\x8f\x7d\x3f\xe7\x37\xb7\xd8\x3b\x3c\x22\x8b\x13\ \x06\xc9\x8c\x83\xf1\x80\x54\x19\x9a\xe7\xfa\x84\x5b\x2b\xb4\x2e\ \xae\x71\xf6\x87\x3e\xcc\xce\x2b\xdf\x60\xf8\xc6\x6d\x9c\xe3\x29\ \xdd\xab\x17\xb9\xa3\x24\xff\xc9\xdf\xff\x4f\x69\xff\xf3\x2d\xfe\ \x9f\x5f\xf9\xbf\xe9\x07\x21\x9d\x8d\xb3\x0c\x93\x31\xc3\x7c\x46\ \xc3\xf5\x1f\xa8\xeb\x5e\xdd\x70\x08\xb2\xaa\x5b\x11\x27\x60\x8b\ \x40\x8d\xdd\x1b\x04\x21\x6b\x6b\xeb\x15\x27\xe1\xee\xbd\xbb\x48\ \x29\x39\x38\xd8\xc7\xa0\x0b\x4f\x17\xcb\x33\xc9\xf3\x9c\xe9\x64\ \x52\x2d\x97\xa5\xa3\xd0\xc6\xa7\xe1\x87\x84\x8d\xc6\x89\x11\x58\ \x52\x70\x17\xea\xfe\xde\x5a\x9b\x2a\x00\xd5\xe1\xaa\xa5\x4c\x7e\ \x1c\xc7\xec\xed\xed\x71\x70\xb0\x8f\xeb\xb9\x6c\x6e\x6c\xf0\xda\ \x6b\xaf\x55\x5c\x8d\x72\x94\xb2\xb2\xba\xc2\xf6\xd9\x6d\x1a\x8d\ \x86\x15\xac\x14\xb2\xaa\x8c\x4b\x09\xa9\x45\x57\x00\x00\x20\x00\ \x49\x44\x41\x54\xb8\xee\xa9\xc9\xda\xcc\xf9\x08\x0b\x11\xa1\x0a\ \x3a\x66\x61\x14\x55\x5f\xae\x2e\x73\xba\x44\x89\xa8\x92\x0a\x63\ \xe4\x42\x95\x5a\x26\x9e\xf2\xb9\x79\xae\xab\x60\xfc\xff\xd7\xbe\ \x54\xd7\xed\x69\x4d\x41\xec\xad\x1d\x87\x05\x94\x93\x90\x0b\xa3\ \x48\x21\x24\x26\xd7\xc4\x59\x8e\x29\x98\xe3\xcb\xc8\xaf\x8a\x9f\ \xa2\x35\x46\x08\xab\x79\x67\x16\x8f\x59\x1d\x31\x55\x5e\x97\x75\ \x5b\xdb\x12\x39\x55\x1a\x70\x95\x9f\x6d\xce\xd3\x10\xa7\xee\x7c\ \xea\xaf\x5f\x16\x45\xba\xe2\x95\x88\x4a\x38\x52\x2c\x15\x2f\xa5\ \xef\xbd\x10\x12\x51\x3f\x87\x82\x05\xdf\x93\xaa\x8b\x5e\x3a\xef\ \x8b\xcb\x7c\xb3\xb0\x52\x28\x3f\x63\x7d\x8c\x5b\xbf\x5e\xea\x89\ \xeb\x3d\x97\x4c\x84\x94\x0c\x8f\x47\x7c\xea\x93\x9f\xe0\xe7\xfe\ \xd6\xdf\xe6\xec\xf6\x05\x7e\xe2\x2f\x3e\xcf\xbf\xfe\xcc\xef\x90\ \xe5\x86\x69\x92\x90\xe5\x19\x49\x9a\x10\x34\x42\x8e\xc7\x11\xe3\ \x28\x67\x75\x6b\x0b\xb7\xd5\xe1\x70\x12\x71\xfd\xf1\x27\xf9\xf4\ \x4f\xff\x34\xc2\x51\xc4\x1a\x1c\x13\xf0\x4f\x7f\xe1\x17\x78\xee\ \xb5\x57\x51\xad\x06\x47\xb3\x29\x71\x14\x23\xd0\xec\x1c\xec\xb1\ \x71\xa6\xc3\xa3\x8f\x3d\xce\x5a\x6f\x85\xe3\x83\x63\xb2\x34\xe5\ \xfc\xd9\x2d\x3a\x9e\x4b\x7c\x74\xc4\x78\x60\xad\x4d\x73\x09\x1b\ \xbd\x15\xae\xdd\x78\x82\xef\xfd\xe0\x77\xf1\x27\x7f\xf2\xa7\xbc\ \xfe\xd2\x4d\x5e\x3c\x7c\x87\x97\x5f\xbb\xc9\xf1\x64\xc8\xfd\x37\ \x5e\xa3\xd3\xca\xb9\x3d\xdd\xe7\xbb\x9f\x7e\x82\xf7\x5d\xbe\xc2\ \xe6\x5a\x9f\x83\x77\x5e\xa1\xbd\xda\xe7\x89\x4f\xff\x08\x52\x06\ \x38\x5e\x03\x8e\x06\x10\x78\xe0\x08\x56\xdf\xe9\xb2\xba\x3e\x45\ \xaa\x06\x3a\xdc\x26\x5f\xdf\xa2\xb7\xda\xe1\x8f\xff\xf0\x0f\xb8\ \xf9\xce\x3d\x2e\x9d\xbf\xc2\x2c\x32\x8c\x8f\x27\x74\x1b\x1e\x3b\ \xf7\xee\x62\x84\xe2\x2f\xfc\xf8\x8f\xb2\x7b\xf7\x16\x5b\xfd\x0e\ \x1b\xeb\x6b\x4c\x33\xcd\x70\x96\xf1\xf9\x2f\x7e\x89\x9d\x7b\x77\ \xb8\xfe\xc4\xe3\x4c\x93\x18\x33\x8d\x71\xbd\x90\x8b\x2b\xeb\xe8\ \xd1\x84\xaf\xbf\xfa\x0a\x8d\x4e\x87\x0f\x3d\xf5\x0c\xc9\x56\xc6\ \xa8\x21\xf1\xd7\xae\xb3\xf9\xa1\xf7\x91\xee\x1c\x91\x35\x1c\xf6\ \x6f\xbf\xc9\x9d\xd7\x5f\x66\xef\x70\x8f\x33\x5b\x5b\xe4\xc3\x29\ \x2b\x9d\x3e\x17\x57\x2e\x92\x39\xd0\x6e\xb6\x1f\x28\xcf\xa4\x94\ \x0a\x5f\xa8\x9c\x6a\x37\x42\x99\x6c\x74\x81\x76\x2a\x6f\xfa\xdd\ \xdd\x5d\x8b\x92\x29\x76\x17\xe5\xeb\x48\x29\x71\x7d\xa7\x80\x7d\ \x26\xcc\x4a\xbf\x87\x0a\x8c\x6f\x47\x03\xb3\x59\x44\x3c\x8b\x38\ \xae\x6a\xcc\x5a\x17\x80\x98\x1b\x33\x95\x37\xb7\x50\x27\x04\x2e\ \xa5\x58\xd4\x4e\x5a\x5b\x5b\xc3\xf7\x03\xf6\xf6\x77\x0b\x99\x8d\ \xd9\x5c\x93\x8d\xb9\x85\x6c\x9e\x59\x66\xf3\xea\xca\x1a\x8d\xb0\ \xb1\xe0\xcd\xfd\xcd\xaa\x42\x41\xd9\x2d\x98\xda\xe4\xc1\x14\x23\ \x21\xb3\x10\xc8\xea\x52\x34\x75\xb0\x80\x0d\x42\xc5\x98\x06\x69\ \x5d\x47\xb5\x58\x78\xcc\x22\x8b\xdf\x42\xa3\x85\x14\x0f\xf4\x7e\ \xaf\xa3\x93\xea\x23\xc5\x65\xe0\x83\xdd\x99\x38\x0b\x41\xb3\x4c\ \xe0\x65\x32\x29\x5f\x47\x6b\xbb\xcb\xa8\x2b\xe7\xd6\x89\x8e\xa5\ \xbc\xba\x52\xca\x76\x81\xcb\x5d\x40\xb1\x37\xa8\x3a\x12\x39\xef\ \x04\xcb\xe5\x7d\x79\xbd\xd6\x17\xd4\x65\xb0\xb6\xe0\x0c\xb1\x00\ \x4e\x11\x4b\x09\x71\xfe\xf8\xda\x77\x2c\xda\x03\x5d\x4b\xe6\xf3\ \xa2\xc0\x9e\xdd\x3a\xb1\xf0\xb4\x42\xa1\x54\x9d\x5e\x7e\xcc\xf2\ \xc8\xf6\xb4\xeb\x6c\x59\xdf\x4b\x08\x51\x58\xa2\xbf\x47\x17\xf0\ \x71\x1c\x73\xf9\xf2\x15\x9e\x79\xea\x43\x7c\xf0\x99\x8f\x12\xc5\ \x29\x8f\x5c\x7f\x8c\xdf\xfe\xdd\xcf\x11\x65\x31\x57\x2e\x3d\x44\ \x7f\xb5\x47\xa3\x70\xb5\xbb\xf9\xd6\x0e\xfd\xb5\xb3\xcc\x52\xcd\ \xcd\x37\xdf\xe6\x78\x12\xd3\x79\xe7\x18\xa5\x1a\xe4\xc0\x78\x2a\ \xf8\xdf\xfe\xd7\x9f\xe7\x77\x3e\xf7\x59\xee\x0e\x27\x18\xed\xd2\ \x69\xaf\x92\x25\x0e\x8d\xc0\xb7\x46\x55\xb4\x58\xe9\x9e\xe3\x37\ \x7e\xed\x5f\xd0\x0c\x9a\x3c\x73\xe3\x32\x06\xdb\x22\x4f\xa2\x19\ \xca\x71\x79\xe8\xfc\x39\x0e\x06\x43\xde\x3d\xd8\xa3\x17\x36\xe8\ \x75\x7b\x3c\xfd\xc8\x13\xac\x1c\x07\xfc\xef\x9f\xf9\x3f\x99\x4c\ \x86\x9c\x3f\xb7\xc1\xb6\xef\xf1\x68\xcb\xc3\xcc\x66\xbc\x7f\xaa\ \x71\x6f\xbe\x89\xbb\x31\xc0\xed\x77\x90\x8d\x26\xca\x8d\x88\x0e\ \xf7\x39\x3c\x38\x44\xc7\x11\xd9\xe0\x88\xa3\xa3\x3d\x46\x07\xfb\ \xac\x04\x1e\xd3\x38\xe7\xc0\x3d\xe0\x1b\x7f\xfc\x39\x3e\xf9\xa9\ \x9f\xe0\xfc\x23\x97\xf9\xc5\xcf\x7c\x86\xfc\xd5\x6f\xd0\x68\xac\ \x11\x47\x39\x9e\x92\x1c\x0f\x76\x71\x1c\x97\xd5\xfe\x0a\xd7\xce\ \x9e\xe7\xa1\x0b\x67\x98\x8c\x87\x34\x3c\xc9\x6a\xb7\xc1\xee\xa5\ \x8b\x1c\xee\xbc\xcb\xd9\xb5\x0d\x48\x73\x42\xcf\x65\x7b\x6b\x8b\ \xa3\xe1\x90\xdd\x9d\xbb\xf4\x71\x58\xef\xac\xe0\x39\x0a\xaf\xd3\ \x27\x6f\x76\x98\x8d\x26\xa0\x41\xae\x34\xc9\x85\xe1\xc2\xf9\x0e\ \x6a\x7f\x97\x0f\x9b\x94\xcb\x17\x2e\xf2\xc2\x1f\x3d\xcb\xee\xe1\ \x11\xeb\x57\x2f\xa2\x5d\x45\xfe\x40\x4c\x7b\x17\x2b\xd3\x7f\x53\ \x5b\x5d\xce\x9d\xf3\xa2\x62\x2c\xbd\x1a\x3c\xcf\x63\x3a\x9d\x12\ \xc7\x31\x41\x10\x90\x14\x58\xfd\xc9\x78\x42\x92\xa6\xc5\x64\x34\ \xc4\xea\x40\xe5\x80\xa8\x96\xbe\x65\x75\xa8\x84\xc0\x68\x6a\x70\ \xcc\x39\xd7\x82\x0a\xf9\x02\x14\xd0\xe0\xf9\x08\x42\x57\x63\x17\ \xad\x0d\xc3\xe1\x88\x38\x4e\x2a\xd6\xf6\xf1\x70\x88\xef\x85\x15\ \x4b\x5d\x48\x41\x18\x84\xf8\x81\x8f\x52\x0e\x49\x9c\x5a\x43\x2c\ \x95\x9c\x08\xf8\xa7\x76\x70\xc5\xa8\xc7\x60\x2a\x60\x42\xd5\x69\ \x29\x59\x4b\x80\xa6\x9a\x7f\x57\x8e\x7d\xb5\x20\x5e\x05\x18\x09\ \x49\xcd\x3a\x77\x61\x0f\x50\x3b\x37\x65\xf2\x7b\x70\x95\x63\x71\ \x5c\x8d\x3e\x11\xc8\xf2\x53\x3c\x34\xea\x84\xc9\x32\x49\x94\x1c\ \x91\x3a\xda\xc9\x71\x14\x9e\xef\xa1\xa4\x3a\xf1\x3d\xea\x5d\x67\ \x99\x90\xa9\x55\xe7\xf5\x04\x57\xbe\x5f\x5d\xde\xbd\x3c\xae\x75\ \x9d\x2b\x4e\x74\x12\xf2\xc4\xbf\x9d\x96\xd4\xeb\xc1\x7e\x79\xb1\ \x7e\x22\x61\x94\xd7\xdf\x52\xe7\x78\x5a\x22\xd4\xa7\x3c\xee\x44\ \x57\xb4\xd4\xd1\xe8\x53\xf8\x26\x25\xf0\xe2\x5b\x05\x5c\x7c\xdb\ \x24\x93\x2c\xcb\x38\x7f\xee\x3c\x9d\xa0\x45\x9a\x1b\x94\xe7\x11\ \x86\x4d\x36\x36\x37\xe9\xad\xf4\xf8\x2f\xfe\xcb\xff\x8c\xf7\xdd\ \xb8\xce\xee\xc1\x2e\xff\xf0\x7f\xfe\x47\x8c\x8e\x67\x24\xf1\x31\ \xcd\x76\x87\x50\x34\x31\x59\xc4\xdd\xb7\xee\xf0\xab\xbf\xf8\x9b\ \xfc\x47\xff\xe1\xbf\xc7\xff\xf2\x8f\x7e\x9e\xcf\xfc\xd6\x6f\xd1\ \xe9\x77\xf9\xd9\xbf\xfc\x93\x3c\xf2\xf0\x75\x92\x69\xc6\xdb\x6f\ \x7d\x83\xf1\xf0\x90\xc9\x60\x17\x95\xc0\xe4\x60\xc4\xc1\xce\x3e\ \x77\xc6\x77\xc8\x0e\xef\xf0\x5d\x1f\x78\x98\x91\xe3\xb0\xda\x6e\ \xf3\xd4\x77\x7c\x07\x81\xeb\x71\x3c\x1a\x73\xf0\x47\x5f\xe0\x68\ \xf7\x90\x64\xf7\x80\xfe\xc6\x39\x9e\x7c\xbc\xc5\xa5\x2b\x5f\xe4\ \x2f\xfe\xf0\xf7\xf1\x81\x0f\x7f\x07\x6f\x3c\xfb\x87\x88\xd7\x9e\ \xe3\xf1\xf7\x5d\xe1\x9d\xaf\x7d\x91\x70\xb5\x49\x1e\x49\xd6\x3b\ \x57\x70\xfa\x97\x78\xe7\x33\x9f\x61\xf8\xe2\x4b\xb8\xd1\x18\x91\ \x65\xa4\x52\x90\x49\x1f\x21\x5c\xf6\xd2\x94\x8b\x37\x9e\xe0\xd2\ \xf7\x7c\x88\xbd\xdf\xfe\x97\xa4\xae\xa2\xb9\xbe\xc6\xb3\x2f\xbc\ \xcc\x24\x0d\xc8\xf2\x90\x20\xec\x92\x24\x31\x8e\x63\xc8\x06\x47\ \x3c\xbc\xb9\xc1\x5f\xff\xf4\x8f\xb3\xd6\x68\x22\xa7\x53\x72\x21\ \x88\x31\xac\x36\x1b\x5c\xd9\x3e\xc7\x56\x7f\x85\xc1\xe1\x1e\x7b\ \xe3\x43\x56\x39\xc7\xbd\xe3\x7d\x3c\xcf\x25\x89\x23\x7a\x8e\x47\ \x7a\x6f\x0f\x29\x24\xb9\xeb\xe3\xcc\x22\xee\x0d\x07\xc4\x4d\x9f\ \xe6\xda\x0a\x5e\xd6\xa0\x99\xb4\xf9\xab\x3f\xf3\xd7\xf8\xb5\x7f\ \xf6\xcf\xf9\xdc\xef\xfd\x1e\x11\x39\x77\xc7\xc7\xf4\xd6\xd7\x90\ \xce\x83\xb3\xed\xad\x90\x44\x4b\x37\x68\xe5\x34\x57\xaa\x07\x17\ \x33\x69\x25\x20\x2d\x8a\x0f\x29\x25\xfd\x7e\x9f\x66\xb3\x59\xb9\ \x07\xae\xae\xae\x16\x89\xc2\x56\xec\x36\x61\x88\x4a\x92\xe3\xb4\ \xd6\xde\x94\x9e\x1e\x65\xc0\x29\x38\x0b\xb0\x7c\x03\xcb\x6a\xcc\ \x45\x0d\xc2\x59\xb2\xd0\x2d\xb3\xdc\x26\x2d\xa5\x04\x5b\x5b\x5b\ \x85\xc8\xa2\xb5\x6a\x2e\x17\xbc\xa5\x19\x96\xef\x7b\x95\x21\x51\ \xbd\x5a\x3c\x6d\xcc\x65\x8d\x9f\x64\x01\x44\x30\x16\x65\xa4\x6b\ \x01\x09\xb9\x90\x88\xea\xc0\x01\x0b\x19\xce\x2d\xaa\xad\x70\x32\ \xac\x2a\x54\x7d\xb2\x33\xa8\x07\x9d\xb2\xd0\xcb\x6a\x63\x9d\x07\ \x72\xce\x99\x8f\x85\x4e\xab\xe2\xeb\xdd\x51\xbd\x5b\xa9\xc6\x55\ \x45\x60\x2f\xff\x6e\x93\x8b\x3d\x6f\x99\xce\x4e\x74\x31\x75\x84\ \x97\x31\x06\x25\xec\x8e\xa4\x1e\xec\x97\x47\x59\x75\x12\x67\xbd\ \x8b\x3a\xed\xfa\xa9\x8f\xb9\xea\xa3\xd9\x52\x18\x74\xb1\x83\xb0\ \x7b\x72\x96\x12\xfc\xe9\x49\x60\x3e\xc2\x3c\x31\x0e\x5c\xfa\x4e\ \xa7\x25\x93\xba\xa7\xfc\x62\x67\x64\xbe\xc9\x78\xcb\xd4\xc6\x7d\ \xb2\x28\xa2\xde\x63\xc9\x24\xf0\x7d\x5e\x7e\xe5\x15\x7e\xff\x77\ \x3e\xc7\x7f\xff\x3f\xfc\x8f\x5c\xba\x76\x19\x04\x8c\xc7\x23\x1e\ \xbb\xf1\x3e\x9e\x7c\xff\x13\x04\x81\xcf\xaf\xfe\xda\x2f\xf1\x2f\ \x7e\xe3\x57\x69\x84\xeb\x9c\x3b\x73\x85\xe1\x3e\x1c\xec\xef\x93\ \x65\x39\x6b\xab\x2b\x7c\xe5\x0f\x7e\x8b\xff\xe6\xe6\x73\x7c\xfe\ \x73\xbf\xcf\x8f\xfc\xf0\xbf\xc3\xf7\xff\xe0\xf7\xf3\xfd\x3f\xfc\ \x71\x0a\xd8\x39\x98\x0f\xda\xb1\xbc\x4e\xd9\x79\xfb\x26\x5f\xf8\ \xfc\x1f\xf2\xe1\x27\x2f\xf3\xe6\xeb\xb7\xb8\x7f\xff\x5d\x66\xe9\ \x15\x0b\x11\x0d\x9a\x4c\x72\x48\x4c\x46\x2c\x25\x17\x1f\x7a\x84\ \xfb\x87\x87\x8c\x06\x23\x56\x1b\x2b\x8c\x3d\xc1\xfb\x7e\xe0\xbb\ \xf9\xc0\x27\x7e\x80\x8d\xc0\x25\xcf\x1f\x63\xa2\x06\x34\x9d\x94\ \x21\x31\x7b\x47\x87\x7c\xc7\x53\x57\x70\x6e\x3c\x0a\xe1\x36\x72\ \x63\x8d\xc1\x74\x9f\x0d\x07\xda\x6d\x0f\x1d\xb6\xb9\x35\x13\x84\ \x97\x6e\x70\xee\x03\x1f\x63\xfd\xdc\x65\xe8\x1a\x3e\xf6\xb1\x9c\ \xdf\xfd\xbd\x3f\xe0\xe2\x63\x37\x08\xdc\x1e\x51\xac\xc8\x74\x48\ \x3c\x73\x40\x3a\xe8\xdc\xe0\x34\x34\x53\x91\xb1\x33\xd8\x23\x68\ \xc1\xe1\xec\x18\xa3\x1c\xfe\xe4\xc5\x97\xd9\xd9\x3b\xe4\xc6\x87\ \xde\xcf\x40\x47\xec\x8c\x0f\xe9\x6d\xad\x70\x90\x8e\x39\xce\xa7\ \x98\x69\x86\x8e\x35\xdd\x95\x2e\xd3\xe9\x84\x9d\x3b\xf7\x10\x8e\ \xc3\xf6\xa5\x4b\x18\xa1\x79\xeb\x95\x97\xb9\x7e\xe3\x06\xeb\xfd\ \x15\xb6\x2f\x5c\x42\x18\xc1\x4b\xcf\x7e\x85\xa0\xc0\xd4\x0b\x23\ \x08\xfd\x86\x45\xfe\x3c\xc0\x2a\xd5\xf3\x3c\x8c\xb6\x1e\x17\x65\ \x65\x58\x72\x1f\xaa\x99\xaf\xce\x41\x2a\xb2\xcc\x22\xb3\x4a\x41\ \xc0\xf2\xa6\x28\x11\x39\x25\x6c\x39\xaf\x25\xa7\xfa\x8c\xb8\x7c\ \x4c\x7d\x26\xae\x8a\x04\x52\x0f\xe8\x25\x3c\xb3\x58\x63\x63\x72\ \x83\x90\x4e\x65\x6a\x54\x3e\xbf\x4c\x76\xf5\xca\xb7\x5c\x57\x3b\ \x8e\x24\xcb\xf2\x0a\x92\x59\x32\xe5\x6d\x62\x93\x0b\x3c\x97\x7a\ \xe2\x5c\x84\x2f\xcf\x3b\xa1\x45\x0b\xdb\xc5\x0a\x79\xb9\xf2\xad\ \xbf\x4e\x39\x82\xa9\x07\xc5\x52\x87\x4c\x09\x4e\x54\xcc\x25\x2f\ \xa1\x9e\x60\xac\xff\xfa\x03\x83\x72\x15\x06\x56\x59\x8d\x1c\xc7\ \x89\x64\x5f\x3f\x7f\xcb\x1d\xc4\x32\x7c\xbb\xda\xf3\x68\x4e\x8c\ \x6c\x96\xa1\xc2\x16\x80\x90\xe1\x39\x16\x4d\x56\x7e\xef\x12\x78\ \xb0\xcc\xb7\x58\x4e\x20\xe5\x63\xcb\xf7\x9c\x27\x5f\x75\xe2\x33\ \x9e\xd6\x71\x0a\x63\x30\x4b\xa3\xb0\xfa\x35\x5a\x05\x77\xec\x3d\ \x57\xee\x48\x16\x12\x47\xed\xb5\xe7\xc7\xea\xf4\x9d\xd7\x72\x57\ \xb2\xac\xbb\x55\xee\x05\x97\x8f\xdb\xb7\x5a\x2f\x7e\x5b\x99\x63\ \x69\xa3\xf1\x1a\x3e\x51\x1a\x33\x3e\x1e\xa1\x75\x86\xe7\x29\x3e\ \xf4\xf4\x93\x04\x81\x87\xd1\x29\x2f\x3d\xff\x2c\x0f\x5d\xd8\xe4\ \xe9\xa7\x9e\xe2\x27\x7e\xf4\xc7\xb8\x70\xe5\x0a\xaf\x7c\xed\x2b\ \xfc\xf6\x6f\x7f\x86\xc1\xc1\x1e\x86\xb7\x61\x76\xc0\xdf\xff\xbb\ \x3f\xc2\x5f\xfc\xa9\x9f\xc4\xf3\x1d\x66\x47\xcf\x11\x09\x9f\x4e\ \x6f\xdd\xf2\x08\xf2\x29\x42\xcc\x38\xbb\x39\xe2\x99\x0f\xae\xb2\ \xd6\xdd\x62\x7d\x25\xe2\xad\x77\x5c\x5e\x7b\xfb\x16\xd7\x1f\x79\ \x98\xf6\x99\x33\xa4\xcd\x26\x61\xa3\x89\x1c\x8f\xe9\x6e\x0a\x76\ \x86\x43\x22\x21\x88\xf3\x8c\xc1\x78\x40\xa7\xdf\x46\x29\x38\xc8\ \xa7\x08\x47\x12\x6b\xc3\x8c\x9c\x83\x38\xa2\xb3\xb5\xc2\xca\x07\ \x3f\x68\x25\x1f\x1a\xb0\x7e\x7e\x9b\xbd\x76\x1b\x33\x1d\x32\x9a\ \xce\x88\x52\xc9\xd9\x1b\xdf\xc5\xa5\x8f\xff\x14\x51\xf7\x02\x83\ \x5c\x10\xbf\xfc\x3c\x24\x02\x8f\x26\x6f\xbf\xf2\x2e\xfd\x60\x8d\ \xd0\x69\xa0\xbc\x15\xa4\x13\x16\xcc\xef\x19\xc3\xe1\x6d\x32\x3d\ \xe1\xf6\x9d\x77\xe9\xb7\x15\xeb\x9b\x2b\x1c\x4f\xa6\x8c\xc7\xc7\ \xbc\x75\xeb\x2d\x7e\xf6\xe7\xfe\x7d\xe2\x3c\xe3\x9d\x9d\x77\x39\ \xb3\xb1\x82\x3c\x1e\x13\xed\x1d\x90\x25\x19\xe7\xce\x9e\x43\x86\ \x01\xd3\xa3\x23\x52\x93\x11\x04\x21\x5e\x2b\x60\xfc\xe6\x11\x0f\ \xaf\x6e\xa1\xf6\x07\x7c\xe5\x4b\x5f\xe6\xcc\xf6\x39\xce\x9e\x3d\ \x8f\x19\x0e\x59\x09\x03\x62\xc7\x65\x2d\x68\xa2\x0f\x47\x48\xf3\ \x2d\xc1\xcf\xff\x5c\x5d\x69\x9c\xc4\x55\x85\x3f\xd7\xd3\x9a\x57\ \x95\xc6\xde\x51\x15\x33\xba\xbc\x39\x4b\x3b\xda\x72\x81\x5f\xa1\ \x9d\x92\x14\xad\x2d\x8b\xbc\xe2\xac\x14\x28\xac\xf2\xc6\x71\x1c\ \xd7\xfe\x3d\xb7\x83\x3b\x3b\x31\xb2\x50\x4d\x47\x29\x64\xc1\xd2\ \x36\x46\x93\x91\x59\xe4\xd1\x52\x45\x5a\xaf\x96\xcb\xb2\x5b\x6b\ \xbb\x5a\xc9\x73\x2a\x3f\x0a\xfb\x59\x4a\xd2\xa3\xac\x6e\x56\xa3\ \x0d\x5a\xe4\x0b\x7b\x80\xe5\xc5\x69\x19\xcc\xf3\x3c\xad\x76\x1e\ \xf3\x60\x71\x72\xc1\x2e\x44\xc9\x98\x4e\x17\xc6\x22\x36\x00\x2b\ \x3c\xcf\xa9\x16\xf1\xf2\x94\x44\x54\x4f\x42\xf3\x19\xba\x7c\x70\ \x12\x3a\x45\x72\x2d\x83\x77\xbd\x92\x3f\x9d\xdf\x73\x72\xb1\x5c\ \x26\xe0\xc5\x02\x80\x13\x9d\x4d\x5d\x86\x65\xa1\x5b\x71\x14\xae\ \x33\x67\xe1\x2f\xc2\x70\x39\x95\x94\x5b\x67\x88\x97\x9f\xa1\xae\ \xcb\x56\x26\xe9\xd3\x3e\xff\x89\xea\x7f\x39\x71\x9c\xb2\x50\x2f\ \xdb\x02\x83\x39\x39\xf2\x95\xf2\xc4\xd8\x4b\x9b\x93\x1d\x48\x29\ \x9a\x59\xbf\x5e\x97\x47\x5b\xa7\x8d\x36\x4f\x3b\xfe\xef\x9d\x05\ \xbc\x10\x44\x49\x8c\x1f\xfa\x28\x57\x72\xf3\x8d\xd7\xf8\xe2\x97\ \x3e\xcf\x23\x0f\x3f\xc4\x0f\x7e\xec\x7b\x38\xdc\x79\x9b\xe3\xe1\ \x01\x3f\xf3\x57\x3f\xc5\x7f\xfc\xf7\xfe\x16\xe7\xcf\x6f\x10\x8d\ \x07\xb8\x8e\xe4\xea\xe5\x67\xf8\xde\x0f\x5f\xe4\x1b\x6f\xbc\x4a\ \xa3\x19\xe2\xba\x0e\x9b\xdb\x67\x69\xf4\x63\xa6\xc3\xfb\x0c\x8f\ \xf6\x10\x5a\x91\x4d\x9a\x80\x21\x10\x19\x3a\x9f\x80\x48\x91\x62\ \xca\x23\x8f\x76\xf8\xc8\xc7\x7f\x8a\x3b\xbb\x0e\xaf\xbf\xb1\xcf\ \xd5\xab\x57\xb9\x74\xf1\x22\x8e\x17\xd8\x4a\x27\xb7\x16\xba\x6b\ \x0f\x3d\xc4\x78\x3a\xe5\xeb\xcf\x7f\x8d\xf3\x67\x2e\xb2\x1a\xfa\ \xb4\x32\x43\x9a\xc5\xb4\x9c\x90\x83\x4c\xf3\xe2\x9b\x37\xb9\x7b\ \x38\xe4\x03\x3f\xfe\x49\x0e\xdf\xdc\xe1\x0b\x5f\xfe\x57\x7c\xe0\ \xe3\x9f\x60\xfb\xdc\x19\x46\x7e\x83\xdd\xdd\x43\x56\xd6\x37\x38\ \xf7\x9d\x1f\x62\xe3\xfa\x77\x92\x77\xdb\x88\x40\xd2\x0a\x42\xc4\ \xf1\x3a\x79\xda\xe0\xcc\x43\x0f\xf3\xf9\x2f\x3f\xcb\xca\xd6\x19\ \x72\x3a\x24\x3a\x24\xc9\x05\xb3\x78\x46\x6a\x0c\x8d\x30\xa0\x99\ \xce\x88\xf7\x07\x78\xf1\x39\xda\x6d\x89\x11\x8a\x8b\x2b\x6b\xdc\ \x0e\x6e\x73\xfb\xd5\x9b\x3c\x7a\xfe\x02\xdb\xfd\x75\x9c\x38\xe3\ \xde\xed\x3b\xe8\x28\x22\xcb\x72\x94\xef\x82\x4e\x89\xd2\x19\x7b\ \xc3\x43\xbe\xf3\x91\xab\x4c\xa3\x29\x08\x4d\xbb\xd7\x26\x99\x4c\ \x38\xdc\xbd\xcb\xc3\xd7\xaf\x71\x34\x39\x64\x6f\xb8\x87\xd3\x72\ \x68\xb8\x5d\x72\x9d\xf2\xc2\xf3\x5f\xe7\x27\xff\xca\xa7\x1e\x1c\ \x03\xde\x2c\x5e\xe8\xe5\x8d\x1f\x14\xde\xe8\x75\xb4\x57\xae\x35\ \x88\x39\x63\xbd\xec\x5e\xca\xc5\x7b\x49\xb4\x52\x4a\xe2\xfb\xc1\ \xa9\x9c\x91\x85\x7d\x48\x79\x33\x15\x37\x66\x5a\x74\x44\x25\x6b\ \xba\xee\xf1\xad\x94\x42\x1a\x63\x77\x2b\x85\xbc\x47\xb9\x58\x97\ \x45\x92\x29\x61\x9c\xf5\x0a\xd1\x26\x08\xb7\x12\xda\x2b\xdf\xbf\ \xf2\x8e\xd0\xa5\x44\x8a\x5e\xe8\x42\xea\xd2\x1a\x25\x7a\xcd\xf3\ \x14\x56\x01\x39\xfb\x33\x83\xad\x31\xf9\xc2\x48\xa4\x4a\xc8\x05\ \xa0\x20\xcb\x6a\x5a\x4c\xb5\x3d\x4b\xf9\xde\x75\x66\xf5\xf2\x4c\ \xff\x41\x75\xa3\x5a\x6b\x2b\x3d\x52\xab\xa0\xeb\x41\xb2\xce\xcc\ \xae\x4b\xe0\x7c\xf3\xef\x6c\x0a\x72\xeb\x22\xa3\xfd\xb4\xe4\x54\ \x12\xfe\x32\x16\x0b\x97\xf2\x3c\xd7\x93\xd0\x69\x3b\xbd\xf2\xb3\ \x95\xe7\x61\xae\xb6\xeb\x54\xaa\xd3\xf5\x80\x7d\x5a\x81\xa0\x0d\ \xa7\xee\x5d\x16\xcf\x45\x89\x16\x39\xa9\x9f\x55\x7f\x5c\xf5\x7e\ \x98\x53\x47\x67\xcb\xa3\xad\xe5\xf7\xaa\x33\xea\x17\x47\xa5\xef\ \xe1\xce\xa4\xd1\x68\xf0\xdc\xd7\x9f\xe7\xef\xfc\xbd\xbf\xc3\xe5\ \x0b\x17\xf1\x3c\x87\x9f\xfb\x9b\x3f\xc7\x99\xf3\x67\x19\xed\xdd\ \xa5\x13\xb8\x5c\x38\x73\x19\x7c\x87\xf1\xd1\x00\xe1\x2a\xa4\x74\ \x88\x86\x03\xf2\x34\xe2\xdc\xb9\x2d\xba\xbd\x2e\x46\xda\xca\x23\ \x9b\x0e\xf1\x94\x64\x73\x73\x93\x74\x1c\x73\xe7\xed\x5b\x80\xe6\ \xd2\xa5\xb3\xd0\x6e\x23\x74\x8c\xdb\x69\x91\x13\xe2\x06\x2e\x17\ \x1f\xba\xc2\x85\x87\x3f\x88\xeb\x04\xf6\x86\xcc\x72\xb4\x00\x19\ \x58\x93\xa4\xad\xab\x8f\x70\x34\xd8\xa7\xbf\xbe\xc6\xea\xe6\x19\ \x26\xcf\x4f\x10\xf1\x0c\x92\x18\xd7\xf1\x38\x8e\x63\xde\x1d\x0e\ \x79\xdf\xf7\x7d\x2f\xeb\x67\xce\xf3\xcb\xbf\xf2\x7f\xb1\x93\x4d\ \xe9\xbf\xfb\x22\xdb\xd7\x7f\x02\xe7\xfa\xa3\x3c\xf7\xe6\x1d\x9e\ \x79\xe8\x09\xda\x4f\x7d\x17\xfb\xda\x40\xb4\x4b\xa3\xa1\x49\xa6\ \x9a\x61\x98\x33\x48\x62\xfc\xab\xe7\xc9\x6e\xbd\xc1\x2d\x3d\xb1\ \xdc\x06\x47\x30\xd3\x19\x89\x9b\xa0\xdd\x9c\x46\x33\x40\x0f\x1d\ \x8e\x7c\xc3\xa1\x9b\x91\x65\x23\xf2\x40\x72\x14\x64\x1c\x7a\x19\ \xbf\xf4\xfb\xff\x8a\x7d\x3f\xe3\xfb\x3e\xfa\x11\x0e\x42\xcd\x6b\ \xb3\x03\xdc\x20\x40\x75\x3c\x46\x7d\x97\x5d\x15\xf3\xb5\xfb\xb7\ \xf8\xa3\xe7\xfe\x98\x33\xef\xbb\x86\xc9\x35\x23\x27\x47\xea\x11\ \x61\x3f\x60\xed\xfd\xd7\x30\x67\x5a\xbc\xf8\xca\xcb\x98\x0b\x5d\ \x46\xc7\x53\xb6\xfa\x2b\xc8\x58\xe0\xf4\x1a\x4c\x66\xd3\x13\xb2\ \x22\xff\xf6\xb9\xc4\x54\x82\x79\xf5\x6a\x73\x8e\xd0\xd1\x55\x25\ \x67\xa5\x2a\xf4\x02\x72\xab\x4c\x26\xe5\x7c\xba\x0a\x42\x3a\xad\ \x02\xbb\x10\xb2\xd0\xb9\x5a\x94\x3a\xaf\xa3\x76\xca\x4a\xb3\x94\ \xa5\xcf\xab\x24\x95\xcd\x7d\xb9\x8d\x24\x2b\x12\xdb\x3c\x08\x59\ \x79\x78\x29\x6d\x95\xaa\xa4\xb4\xf6\xa8\xa6\xf4\x89\x28\x79\x21\ \x79\x01\x15\xb5\x72\x25\x9e\x67\xbd\x69\x74\x9e\x56\xd2\xf6\x65\ \x15\x69\xfd\x2d\xac\x97\x78\xd9\x75\x59\xe9\xf9\xbc\xe8\x50\xf2\ \x6a\xa7\xb4\xbc\x4b\x58\xe0\xa1\xd4\x92\x43\x39\x4e\x2b\xf7\x1f\ \x65\x90\xf3\x1c\xb7\x42\x12\x95\xc7\xba\x0c\xa2\x75\x14\x94\x92\ \x0f\x96\xb4\x58\xaf\xce\xeb\xa8\xab\x32\x71\x7c\x33\x78\x74\x19\ \xe8\x96\x47\x82\xd5\x58\x48\x70\x62\xbc\xb5\x3c\xaa\x12\x42\xa0\ \x0b\x33\xb1\x4a\x75\x77\x69\xbc\x58\x76\x4e\xe5\xf8\x71\x59\x9e\ \xbd\x24\x36\xd6\x7d\xd7\xf3\x3c\x3d\xf1\xd9\xeb\xc1\x79\xde\xbd\ \x18\xb4\x38\x89\xf4\x3a\x2d\xc0\xeb\x3c\x5b\xe8\x3e\xbf\xd9\xae\ \xb2\x84\x54\x2f\x5f\x13\xcb\xd0\xe0\x7a\x91\x50\xff\xf7\x72\x57\ \x54\xbf\x76\x74\xae\xbf\x25\x7c\xf0\xb7\x4d\x32\x49\xb3\x8c\xf5\ \xb5\x35\xae\x5f\xb9\x8a\x72\x14\x0f\x5d\xbe\x48\xa7\xdd\xe2\xf2\ \x95\x8b\x24\xd3\x21\x98\x8c\x56\xbb\x85\x74\x1c\x48\x32\xb2\xc8\ \x81\xcc\x43\x25\x86\xc3\xfb\x23\x56\x7b\x2b\xc8\x8e\xc3\x34\x99\ \xa1\x3c\x85\xc8\x15\x8d\x66\xab\x92\xc9\x88\xc6\x87\x9c\xbb\xf6\ \x14\xc7\xf7\x76\x78\xed\xe5\x77\x18\x4e\xf7\xe9\xae\xf6\x59\x3b\ \x7b\x0e\x3c\x17\x21\x02\x1c\xc7\xb5\xd6\xa9\x7a\x86\xef\x05\x44\ \x79\x82\xef\x05\x64\x68\xa4\xeb\x12\x67\x09\x8d\x56\x07\xd5\x69\ \xf1\xfc\x57\xbf\xc4\x64\x3c\xe3\x42\xe3\x2a\x08\x98\x89\x8c\xa3\ \x86\xc3\xea\xd3\x4f\xb0\xba\xbd\xc6\x8b\xc7\x87\xb0\xbd\x4d\x2f\ \x4c\x89\xd7\x1c\x6e\xee\xdc\x24\x7f\xe4\x0a\xab\xa9\x24\x7d\xf4\ \x09\xbe\x12\xcd\x30\xae\x26\xc8\x66\xa4\xef\xdc\x04\xe1\x70\x98\ \xb6\x98\x6a\x81\x51\x86\xfe\x53\xd7\xf8\xe8\x7a\x87\x54\x07\xa4\ \xb9\x83\x2e\xb0\xf1\x52\xe5\xe4\x6e\x4a\x62\xc6\xb4\xdc\x8c\x59\ \xbf\x01\x81\x24\xd3\x86\xed\x0f\x5e\xe0\x07\xfe\xca\xc7\xc9\x90\ \xcc\x42\x9f\x67\xbb\x29\xf7\x5b\x11\xc9\xa3\xeb\x18\x25\x11\x4a\ \x31\x51\x43\xbe\x7e\xeb\xab\xcc\xc2\x94\xed\x8f\xbe\x9f\x57\x47\ \xf7\x49\xc6\x53\xee\xec\xde\xc5\x9b\x04\x78\x9e\x4b\xd0\xf0\x79\ \xf3\xd6\x57\x79\x73\xff\x5d\xc4\xc3\x9b\x9c\xef\xae\xd2\x94\x4d\ \xd4\x44\x73\x75\xad\x41\x7b\xb5\x8b\x7e\x80\x92\xe4\xf5\xea\xb7\ \xfc\xf3\xf2\x5e\xc3\x71\x1c\x4c\xae\xab\x2a\xbd\xe4\x63\x78\x9e\ \x57\xdd\x04\x95\xe0\x9f\x31\x48\xe5\xa0\x35\xb5\xfd\x80\xac\x82\ \x75\x9a\xa5\xe8\x5c\x57\xff\x26\x6a\x70\xd2\x92\xbd\xa1\x73\xcb\ \xb8\x37\x7a\xfe\x38\x25\x54\x41\x08\x2b\xa1\xc2\xe5\x72\x54\x57\ \xd2\x2c\x65\x02\x53\x8e\x65\xb1\x97\x37\x6e\x09\x27\x4d\x92\xb4\ \xd0\x5c\xb2\xdf\x21\x89\x23\x6b\xc5\x5b\xa0\x93\xca\x9b\xdc\xaa\ \xbd\xe6\x95\xcf\x8a\xd5\x96\x72\x2a\x92\x5e\x89\x66\x8a\x63\xdb\ \x71\x9e\x56\x41\xd7\x17\xfb\xe5\x08\xb1\x3e\xaa\xc9\xb2\x8c\x34\ \x4e\x16\xab\xdb\x02\x24\x50\x7e\xde\xd2\x2b\xe5\x41\x42\xc1\xab\ \x32\x62\x69\x44\x57\x7e\xa6\x42\x2b\xa5\x1a\x4d\x9e\xc6\x9d\x29\ \x47\x62\xf5\x1d\x98\x36\x73\x03\xb3\x72\xfc\x79\xda\xfe\x04\xac\ \xc7\xfc\x72\xe0\x05\x43\x96\xcd\x05\x18\x9d\x53\xf6\x63\xf5\x9d\ \x92\x94\x8b\x7b\x1d\xab\x50\x3c\xe7\x7c\x94\xcb\xf6\x72\xb4\x57\ \x76\x63\xda\x18\x8c\x38\x39\x4a\x2b\x3b\xee\x85\x1f\x7d\x3a\xf2\ \xb1\x6e\x68\x55\x5e\xb3\xb9\xce\x17\xba\xc9\x05\xf1\x46\x33\x4f\ \x0c\xa6\x40\x22\xd6\x3b\xd0\x3a\x00\xa1\x5e\x5c\x09\xc1\x9f\x3b\ \xa1\x7c\xfb\xf8\x99\x68\xcd\x4a\xd0\xe2\x63\x57\x6e\xa0\x42\x17\ \x2d\x32\x9e\x79\xe6\x19\xd6\xd6\x7b\x60\x12\xf2\xa9\x61\x67\xe7\ \x1e\xd3\xc9\x98\x6e\xb3\xcd\xea\xe6\x79\x1c\xd7\xc7\x6d\x79\x9c\ \xef\xf7\x30\xe9\x8c\x64\x36\xc4\x73\x1b\x28\xd7\x47\x48\x17\x9d\ \x7a\x60\x52\x90\x19\x5e\x7b\x13\xb7\xd9\x66\xa3\xb3\x41\x63\xfd\ \x12\x49\x96\xe2\x85\x0d\x1a\x9d\x15\xa4\xdf\xc4\x64\x56\xe9\x20\ \x54\xa2\x90\x91\x4d\x08\x5c\x81\x14\x19\x52\xe7\x08\xa3\x10\x46\ \x17\x8c\x63\x49\xaf\xd9\x61\x36\x1d\xf3\xe6\x5b\x2f\xa3\x42\x85\ \xf0\xe1\xb5\xc3\x7b\x34\xda\x2e\xef\xde\xb1\x23\x97\xf0\xda\x75\ \x1a\x2d\xc1\x6d\x0f\xde\xb8\x7f\x9b\xdc\x73\x51\x1f\xb9\xc6\xd7\ \x92\x21\x49\x7c\x84\xd2\x92\x20\x53\x90\x26\x48\x03\x49\x7e\x4c\ \x6a\x34\xc6\x95\x38\x1b\x4d\xd6\xd7\xd7\x49\x8d\xc2\x08\x07\x84\ \x25\xf1\x09\x63\x98\x08\xc3\x44\xae\x21\xc9\x19\xa0\x19\x15\xe3\ \x55\xd7\xf3\x58\x33\x56\xb5\x54\x18\x8d\x11\xb0\x97\x27\x04\xab\ \x7e\x11\x20\x0d\xb1\x98\xe1\x3a\x1e\xf4\x14\x22\x97\xdc\x51\x43\ \x54\xdf\x41\x36\x5b\x88\x56\x4e\x14\xc7\x4c\xb3\x94\x24\x17\x34\ \x1e\x3a\x4b\x10\xc2\xfd\xe9\x14\xcf\x8b\xe8\x9c\xf1\x69\x5c\x3f\ \x87\xbf\xd2\x46\xa7\xfa\x41\x65\x12\x5c\xdf\xc3\xcf\x83\x85\x4a\ \xaa\x9c\x15\x2b\xd7\x99\x2f\xaa\x5d\x81\x74\x5c\xd2\x34\xa9\x64\ \x2f\xca\xc5\xfb\x72\xdb\x6f\x83\xa0\xc6\x18\xab\xf9\xa4\x0b\x4f\ \x13\x29\x25\x81\xdf\x28\x94\x76\xad\x6f\x89\x36\xba\xda\x09\xa4\ \x69\x06\x02\xb2\xe2\xff\xdc\xc0\xc7\x51\x4e\xb1\x03\xb1\x5a\x48\ \x52\x89\xca\x23\x05\x29\x8a\x51\x84\xb0\xb0\xf2\xda\xe8\xce\xf3\ \xdc\x9a\x4f\x87\x28\x1c\x02\x1b\x55\x37\xe5\xba\x0e\xbd\x5e\x97\ \xd1\x68\x44\x92\xc4\x04\x61\xa3\x90\x51\xcf\xe6\x64\x3c\x53\x8e\ \xaa\x24\xaa\x90\xa7\xaf\x07\x60\xc7\xf1\x0a\x88\xed\x9c\x13\x42\ \xb9\x80\x35\x73\x92\xa5\xa8\x90\x5d\x56\x13\x2c\x8e\x93\x62\x2c\ \x24\xab\xe4\xec\x79\x1e\xed\x76\xdb\x02\x62\x82\xa0\x3a\xa6\xb3\ \xd9\xac\xfa\x1c\x0f\x34\x9d\x08\x5d\x8d\x04\x4b\xa8\x76\x9e\x65\ \x28\x39\xdf\x1d\xe5\xda\x90\x67\xfa\xc4\xd8\x6a\xbe\x07\x9b\x77\ \x13\x52\x9d\x04\x2f\x9c\x56\xb8\x94\x23\xcb\xf9\x6b\x3a\x55\x12\ \x57\x6a\x0e\x3b\x2e\x11\x5a\x8e\xe3\x15\x1e\x31\x25\x3f\x64\xbe\ \x9b\xaa\xec\x09\x8c\xc1\xf1\xe5\x42\xc5\xaf\xca\x2e\xb1\x48\x20\ \xe4\xc5\xf9\xc9\x73\xb2\xc2\x09\xb4\x94\xdb\x3f\x6d\x84\x55\xbe\ \x47\x7d\x14\xbc\x8c\x7c\x9c\xcb\xa1\x18\x7b\x9d\xd6\xf6\xcf\xda\ \x18\x1c\xa9\xac\xb0\x64\x96\x57\xd7\x54\x96\x25\xf6\x1a\x93\x12\ \xa7\xd6\xcd\x5b\x1d\x04\xfb\x93\x67\x19\x51\x01\x93\xe7\xbd\x26\ \x41\x2f\x25\xcc\x66\x9a\x61\x14\x90\x44\x29\x3f\xf4\x89\x1f\xe0\ \xd2\x53\xef\xc7\x64\x09\x5a\xb8\x34\xcf\x5c\xa5\x79\xce\xc1\x64\ \x16\xd5\x23\x73\x07\x59\xc8\x12\x18\x52\x08\x7b\xa8\x70\x0b\x25\ \x24\x8a\xc2\x03\x40\x6b\x44\x96\xa1\x45\x8a\xdb\xb0\x37\x3c\x3e\ \xb4\xb6\x36\xc1\x28\x72\x03\x19\x12\x9d\xd9\xaa\xd2\x51\x06\x2d\ \xe6\x84\x30\x59\x22\x1a\x84\x44\x1b\x81\x90\xca\x0a\x85\x0a\xc3\ \xa5\x47\xbf\x83\xc6\xe6\x16\x3f\xff\x0b\x3f\xcf\xd6\xe5\xb3\x24\ \x4e\xc6\x28\x0c\x89\xfd\x80\x91\xb2\x17\x67\x20\x7d\x42\x15\x58\ \x2d\x20\x95\x32\x99\xcd\x48\x93\x19\xa9\xd6\x68\x25\x08\x5d\x9f\ \x4c\x7a\xb8\xaa\x85\x36\x19\x46\xcd\x48\xf3\x98\x54\x49\x12\x31\ \x63\x90\xcc\x48\x05\x18\xe5\x80\x06\x91\x19\x4c\x0e\x2e\x02\x4f\ \x2a\xb4\x80\x5c\x29\x52\x29\xd1\x4a\x10\xa5\x06\x2d\x05\x5a\xe4\ \x18\x69\xf0\x94\x22\x55\x10\xab\x62\x50\x9d\xd9\x8a\xd9\x77\x15\ \x26\x87\x34\xc9\x0a\x94\x5b\x46\x6c\x0c\x2a\x83\xd0\x6d\xa2\xa4\ \x83\x31\x2e\xd2\xf1\xe8\x6e\xbb\x44\xc3\x43\x8e\xc6\x47\xdc\x3e\ \xd8\x41\xb9\x82\x1f\xeb\x44\xa8\x40\x90\x3d\x88\x7c\x52\xec\x3e\ \x96\x4d\xa6\xea\x55\x5b\xb9\x04\x4f\x92\xd4\x5a\xd2\x16\x49\x64\ \x19\xc3\x7f\x12\xd1\xc4\x3c\x90\xaa\x32\x51\xe5\xc5\x62\xdc\x90\ \xe7\xa9\x45\x45\x15\xf2\xf3\xb3\xd9\x94\xd9\x74\x46\xd8\x68\x54\ \x3e\xf4\x3a\xcf\x89\xeb\xea\xbd\x8a\x05\x8f\x8d\xd3\x3c\xb3\xad\ \x40\x9f\x5a\x50\x79\xad\x23\xc9\xea\x8b\xf5\x2c\xb3\x02\x91\xa3\ \xd1\x88\xfb\xf7\xf7\x58\x59\xe9\xd3\x6e\xb7\xab\x63\x51\x76\x13\ \x5a\x0b\x8c\xce\x4f\x2c\x72\x97\x61\xaf\x5a\x5b\xde\x8c\xc0\xda\ \x3a\x98\x5c\x57\x76\xad\x69\x6a\x4d\xb8\x74\xa6\xab\x8e\x2e\xcf\ \xf3\x4a\x3a\x24\x8e\xe3\x05\x0e\x47\x79\x0e\x3c\xcf\xc3\x7d\x90\ \x70\xf0\x05\xba\x49\x5d\x22\x45\x00\xea\x04\x4a\xab\xec\x10\xea\ \x7b\x8c\x65\x04\xd8\x5c\x47\xcd\x9c\x48\x26\xf5\x65\x75\xd5\xd5\ \x08\x3b\x72\xcc\xb2\xb9\x35\x41\x7d\x4c\x5a\x57\x1b\x2e\x2d\x98\ \xa5\x54\xa7\x2c\xa8\xcb\xd2\xdd\xca\xbf\x94\x64\x3f\xad\x6d\xe1\ \x29\x85\x40\x17\x50\x75\x2d\xa5\x05\x78\xe4\x8a\xbc\x90\xdc\xaf\ \xb3\xf5\x4f\x1b\xcb\x95\x44\xf8\xfa\x12\xbe\x0e\x8f\x3e\x2d\xc9\ \xd4\x3f\x9f\x2e\xba\x6b\x2b\x84\x29\x2b\x03\x2d\xab\x2d\x69\xaa\ \x3d\x9a\x31\x8b\xe4\xd0\xd2\x94\xec\x3d\xb9\x33\xc9\xb3\x8c\xde\ \xfa\x3a\x8f\x7f\x74\x9d\xf5\xed\x35\xae\x3f\x7e\x8e\xe9\x54\xe3\ \xf8\x0e\xd2\xf1\x48\x35\x64\x69\x8e\xe7\xf9\x48\x20\xc9\x34\x8e\ \x27\x49\xb4\x46\xa8\x80\xb4\xc8\xb4\x36\x91\x58\xb2\x8f\x42\x82\ \xeb\x93\x0b\xfb\x9c\x4a\x61\xb5\xa4\x0c\x14\x85\x65\x29\x11\x57\ \xc6\xc6\x72\x91\x65\x05\xf0\x8a\xc7\x2f\x25\xe7\xcc\x40\x2a\x3d\ \xae\x3c\x72\x03\x11\x0a\xd6\x57\x9a\x84\xfd\x15\x8e\x27\x43\x90\ \x82\x24\x4d\x89\x13\x68\xe5\x0e\x61\x2a\x31\xa9\xc0\x8b\xb5\x95\ \x45\xd0\x39\xb9\x11\x38\x69\x8c\xa3\x0c\x0e\x29\xb9\x34\xc4\x12\ \x22\xc7\x45\x7b\x0e\xa9\x14\xc4\x69\x46\x8a\x41\xe0\x14\xb6\xbf\ \x36\x79\x6a\x13\x5b\x50\x80\x04\x63\x1c\x32\xa5\xc8\x8c\x00\xe3\ \x60\x94\x4b\x26\xec\x77\x71\x0c\x68\x47\x62\x1c\x07\x81\x20\x13\ \x56\xfd\x34\x57\x12\xe5\x28\x22\x6d\x88\xb0\x15\xd4\xd4\x28\xb2\ \x89\x46\x4f\x8e\x50\x19\xb4\x83\x26\xad\x5e\x87\x86\x6b\xf5\xcb\ \x36\x57\x7a\x6c\xac\x74\xb8\x7b\xef\x4e\x41\x60\x7b\xc0\x55\xea\ \xd2\x12\xbe\x4c\x2e\xa5\x8d\xac\x1d\xfb\x50\x79\x93\x2f\x07\xd1\ \xb2\x5a\x2d\x83\xc8\x69\xe4\xb7\xf2\xb5\xca\x11\x59\x19\x34\xb4\ \x11\x95\x5c\x4a\x56\x58\xb8\x96\xef\x5d\xde\x60\xe5\x7c\xbc\x1e\ \x64\xeb\x01\x6f\x61\xb9\x5b\x1b\x25\x9d\x26\x63\x51\x1f\x55\xd4\ \x67\xea\xc6\xe8\xca\xf0\xa9\x8e\x58\xb2\xec\x6b\x45\x1c\x65\x27\ \x66\xff\x27\x48\x6e\x42\x90\x66\x19\x98\xbc\xe0\xc1\x2c\x41\x6d\ \x05\x78\xfe\x3c\x11\x3b\x8e\xc3\xd1\xd1\x11\x93\xc9\x84\x56\xab\ \x45\x10\x04\x0b\xfb\x28\x63\x0c\x49\x9c\x54\x89\xe6\x41\xa5\x11\ \x83\xa9\x29\xd7\x9e\x44\x15\x2d\x27\xae\x3a\x12\x69\x19\x2e\x5d\ \xc1\x78\x6b\x64\xda\xba\x04\xca\xf2\xf2\xbb\xbc\x7f\x75\xb1\x7b\ \xab\x8f\xca\x96\x7d\x3d\x96\x11\x54\x8b\x0b\xf7\xda\xb9\xd3\x1a\ \x23\x45\x21\x79\x53\x04\xf7\xdc\x1a\x9a\x2d\xf0\x3a\xcc\x7c\x37\ \x37\x2d\x94\x19\xc2\x30\x3c\x45\x8f\xad\xf8\xde\xda\x9c\xba\x4f\ \xf9\x66\x3f\xcb\x06\x57\xe5\x39\xae\x4b\xd5\xd7\xf5\xb7\xac\x91\ \xdb\xa2\xd3\x62\x05\x82\x00\xde\x93\xaa\xc1\x69\x9a\x71\x66\x7b\ \x8d\xb3\x37\xb6\xa1\x29\x30\x51\x42\xc3\x97\x40\x0e\xda\xe0\x08\ \x01\x2e\x90\x65\xa0\x35\xd2\xb1\x08\x26\xa1\x52\x72\x93\xe1\x29\ \x55\xe8\x8c\x5a\xf9\x01\xcb\x97\x56\x80\x4b\xae\x05\x85\x06\xdb\ \xfc\x62\xd3\x20\x85\x46\x1a\x6b\x2a\x23\x01\x53\x28\xfd\xa9\x42\ \x52\xa3\xd8\x92\xd9\xbf\xd7\xb8\x15\x46\x6b\x04\x86\x68\x6f\x97\ \x15\x65\x17\xa5\xc9\x34\x42\x1e\x0d\x09\xd2\x08\x2f\xf0\x11\xca\ \xb3\x1d\x4d\x96\x30\x89\x23\x62\x9d\x91\xea\x98\x4c\x68\x84\x12\ \xf8\x8e\xf5\x6c\xb7\x66\xbd\x90\x21\x98\xa5\x92\xc4\xb1\x86\x45\ \xb6\xfa\x0e\xa9\x70\xa6\x14\x5d\x13\x86\x99\xaf\x19\x84\x85\xbe\ \x92\xb6\x55\xa8\x04\x94\xce\x11\x46\xa0\x72\x89\x27\x14\xbe\x74\ \x71\x35\x38\x5a\x59\x01\x45\x6d\x25\x39\x44\x5e\xa0\x85\xf2\xc4\ \x8e\x2f\x3c\x6b\x51\xab\x02\x90\xda\xe0\xc4\x11\x8e\x4c\x40\xcf\ \x10\x26\x61\xb5\xa7\x99\xa4\x33\xa2\x34\xe1\xcc\xb9\x26\x81\xeb\ \x55\x63\x95\x07\x53\x9f\x9e\xd4\x67\x2a\xf7\x1b\xd3\xe9\x94\xc9\ \x64\x82\xef\xfb\xb4\x5a\x6d\xa4\x54\x27\xd0\x45\x65\x50\xae\xff\ \x2c\xdb\xcc\x9e\x16\xec\x1d\xc7\xc1\xf5\x24\x8e\xe3\x55\x5e\x24\ \x40\xe5\xa4\x57\x26\xae\x72\x96\xbf\x8c\xdd\x5f\xae\x8c\xeb\x95\ \x9c\xb5\xfe\x75\x4e\xf0\x11\xea\xc9\xaf\xec\x2c\x4a\x33\x28\xd7\ \x75\x99\x4c\x26\x85\xfc\xf9\x9c\x98\x97\x24\x49\x41\xb0\x33\xa7\ \x42\x4e\x17\xe0\xaf\x42\x60\x0a\x87\xbe\xe5\x64\x13\x04\xc1\x92\ \xfc\x88\x5d\x08\x97\xd2\xeb\x75\xa3\xa9\x7a\xd2\x53\x4a\x2d\xf0\ \x31\x1e\x10\x3a\x78\x01\xa5\x74\x5a\x52\xae\x96\xe1\x52\x9d\xde\ \x85\x2c\xef\x43\xc4\x22\x92\xae\x3c\xd7\xf5\x05\x7a\x35\x1a\xab\ \x9d\xc7\xf2\x18\x97\x20\x8e\xf2\x9c\x95\x6a\x0a\xcb\x68\xb2\xd3\ \x76\x7c\xe5\x48\x4c\xd6\x00\x02\xdf\x7c\x0a\x33\xdf\x4b\x94\xe4\ \xdb\x3a\xf8\x60\x81\x34\x5a\x74\x0d\xf5\xf3\xb1\xc8\x05\x39\x89\ \xf2\x3a\x6d\x0f\xb3\xc0\x84\x2f\x55\x13\x6a\x56\xd5\x75\xc0\xc6\ \xc9\xeb\xf9\x3d\xa7\x1a\x2c\x89\x92\x18\xed\x09\xa4\x06\xed\x3a\ \x56\x96\x5b\x5a\x38\xa4\x44\x14\x4a\xa1\x11\x46\x38\xcc\x46\x53\ \x32\x9d\xd3\x5b\x59\xe1\x78\x7c\x80\x50\xd6\x31\xce\x93\x2e\x8e\ \x54\x20\x5c\x90\x0a\xb4\x41\xe9\x74\x7e\xb1\x89\x62\xa6\x26\xb4\ \xfd\x61\xfe\x23\x4a\x28\x9e\x72\xac\x76\x4f\x92\x82\xeb\xd9\xbf\ \xe7\x73\xad\x1c\x14\x18\x29\x89\x9c\x14\xdd\x30\xe8\xc0\x9e\x08\ \xb7\xe5\x12\xcf\x12\x22\x13\xd3\xf0\xdb\x20\xe1\xd8\xc9\xc8\x9a\ \x8a\x44\x1b\xa6\x8e\x20\x13\x0a\x1c\x70\x95\x15\x6f\x93\x42\xa3\ \x8a\x14\x26\x09\x71\x34\x08\xc7\xc5\x14\x36\xa0\xe8\xdc\xee\x4b\ \x84\xc0\x11\x02\x23\x0d\x26\xf3\x91\x33\x0f\x89\x46\xe4\x1a\x89\ \x2e\x84\x1c\x04\x3a\x8b\xad\x9a\xaa\xe7\xe1\x09\x87\x6e\x2a\x69\ \xe6\x56\x6a\x23\x4b\x8b\xb1\x41\xaa\xf1\x5c\x81\x98\x5a\x01\xbf\ \xa6\x11\xe8\xd8\x61\xec\xfb\x85\xe5\x6f\x8c\x88\xa7\xcc\xa2\x8c\ \xd4\x0d\x98\x19\x4d\x44\x48\xe6\x4a\x26\x89\x1d\xc3\x09\xe7\xdf\ \x42\x09\xee\x9b\xe4\x92\x7a\xb5\x5f\x5e\xcc\xe5\xd8\x25\xcf\xf3\ \xca\x1b\xbe\x3e\xb6\x58\x60\x33\xd7\xba\x94\xf2\x06\xaf\xbb\x25\ \x96\xcb\xd8\x72\xa9\x5c\xde\xe8\x16\x2d\xe5\x60\x98\x5b\xc8\x4a\ \x29\xe9\x76\xbb\x27\x10\x52\x73\xa3\x26\x79\x42\x56\xe3\x34\x34\ \xd5\x69\x37\xfb\x32\xdc\xb5\x0c\xe8\x65\x22\x68\x36\x9b\x0b\x3c\ \x8f\x85\x60\x29\x25\x46\x67\x27\x24\x42\xe6\x02\x99\x35\x48\xa8\ \xd6\x48\xb1\x08\x75\x2d\x8f\x67\x92\x58\xdb\x59\x21\x04\xad\x56\ \x0b\xcf\xf3\x88\xe3\x98\x4e\xa7\x43\xaf\xd7\xab\xec\x73\xeb\xcf\ \x2b\x2b\xe4\x07\xbe\x33\xe1\x64\xf7\x51\x47\x9a\xd5\xc7\x5b\xcb\ \xdf\xf1\x54\x18\x71\x7d\x6c\x56\x9f\x7a\xd4\xd0\x5a\xd5\x58\x49\ \xdb\xbd\x9a\x75\xef\x9c\x8f\x31\xeb\x01\xbd\x7e\x5e\xeb\x88\xc1\ \x65\x3f\x9f\x2a\xe9\x4a\x07\xc7\x75\x16\xce\x7d\x79\x8e\x4f\xd3\ \x4b\xf3\x7d\xbf\xb0\x79\x16\x0b\x41\xbf\x7a\xed\x52\x76\x46\x73\ \x2a\x07\x64\xf9\xcf\xa7\x71\x6c\x4a\xd9\xa1\x13\x9d\x6e\x11\x75\ \xea\xe3\xb2\xba\x3c\x4d\xf5\xfe\xdf\xc2\x29\xff\xb6\x49\x26\x7e\ \x10\xf0\xb5\xaf\x7c\x85\x2f\xfe\xde\x67\xf9\x6b\x3f\xfb\xd3\x28\ \xd7\x43\x99\xb2\x2a\xcf\x19\xee\x1f\xb2\x77\xef\x2e\x7b\xf7\xee\ \x61\x8c\xe1\xab\x37\x5f\xe6\xc5\xd7\x5e\xe1\xe7\xfe\x83\xbf\xcd\ \x93\x4f\xbc\x9f\x94\x14\x61\x0c\x69\x14\x61\xb4\x44\x12\xa1\x13\ \x8d\xd0\x06\xc7\xf3\x20\xb5\x4b\xdd\x5c\xb9\xa4\x48\x52\x63\x48\ \x0b\x6b\x54\xd7\x0b\x40\x18\x1c\x61\xc8\x93\x9c\xc1\xde\x80\xc9\ \x64\xcc\x78\x32\xe1\xf0\x70\xc0\xb5\x47\x1e\x65\x6d\x6d\xad\x92\ \x01\x37\xc0\x74\x1c\xe1\x38\x5d\x7c\xd5\xc7\x41\x21\x44\x46\x43\ \x29\x8c\x13\x30\x4b\x52\x5c\xdd\xc0\x75\x3c\x84\x32\x18\xe3\x62\ \xa4\x61\x2c\xa7\xa4\x79\x8e\x49\x0d\xca\x28\x8b\x3c\x31\xd6\xe3\ \x40\x62\xe8\x14\xde\xea\x71\x9c\xa3\x85\x61\x3d\x95\x68\x19\x56\ \x95\xb1\x30\xb6\xe3\x8a\x69\x11\x9b\x06\xe8\x8c\x56\xe0\x20\xf3\ \x08\x9d\x45\x28\x32\x84\xc9\x49\xe2\x99\x95\x46\x77\x22\x44\xe0\ \xe0\x05\x02\xcf\xf5\xc8\x71\xd0\x46\xe3\x20\xf1\x10\xf8\xca\x23\ \xd1\x29\x4e\x94\xb2\x9e\x0a\x56\x13\x87\xa6\x94\x34\x4c\x88\x23\ \x03\x12\x93\x71\x34\x4e\x68\x29\xc5\xc1\x78\x86\x16\x1e\x3d\xd9\ \xb1\x96\xa8\x0f\x88\x0f\x5d\xd7\x8c\x2a\x21\xc1\xe3\xf1\x98\x34\ \x4d\x69\x34\x1a\x74\x3a\x73\xa7\x38\x3b\x92\x70\x4e\x04\xdb\x65\ \xe2\x58\xbd\xca\x2a\x03\x44\xbd\x13\x50\x4a\x31\x1a\x8d\x10\x42\ \xd0\xe9\x76\xad\x4c\x77\x66\x16\x0c\x94\xea\x95\x9e\x52\x8a\x30\ \x0c\xab\x8a\x7e\x59\x08\xb0\x8e\xfe\xa9\x8f\xaf\x4a\x0d\xb1\x65\ \xff\xf2\xfa\xc8\xac\xbe\xb0\x6d\xb5\x5a\x55\x27\x54\xdf\xb1\x54\ \x37\xb7\x3c\x39\x12\x5a\x1c\x93\x99\x0a\x86\x5c\x42\x98\xeb\x0c\ \xfb\xb2\xea\x76\x1c\x87\xc9\x64\x82\x31\x86\xd5\xd5\x55\x6b\x37\ \x9b\x65\x1c\x1f\x1f\x2f\x70\x5c\x16\x3b\xb1\x07\x8f\xe6\x3a\x6d\ \xcc\x59\x26\xe3\xfa\x71\x5d\x16\x83\x3c\x6d\xbf\x60\x6d\x87\x45\ \x4d\x92\xfe\xa4\xc0\xe5\x72\xe2\x29\xe1\xb0\x65\x17\x5c\x1f\x5f\ \x96\xc7\xe9\xb4\x4e\xa4\x5e\xf5\xd7\xaf\xdd\x2c\xcf\x2a\x44\xd5\ \x32\x29\xf0\xb4\x8e\xb6\x24\x6d\x96\xe7\x39\x2d\xdc\x46\xab\xcf\ \x5f\x6a\x99\xd4\x10\x55\x27\x95\x8a\x4f\xea\xda\x9d\xa6\xdf\x55\ \x5e\xb7\x95\xec\x4c\x8d\x5f\x54\x57\x47\x5e\x80\x06\x6b\xc5\xb7\ \xa2\xa7\xf2\xed\xe3\xb4\x98\x67\xf4\x37\xcf\xf1\xce\xb1\xe1\x37\ \xbe\xf0\x02\xad\x76\x87\x4e\xaf\x47\x1c\xc7\x1c\x1f\x1d\x11\x4d\ \xa7\x98\x2c\xc5\x95\x2d\x04\x06\xff\xec\xa3\x3c\xba\x79\x99\xcf\ \xbf\xfa\x2e\x2f\x1f\xa4\xac\xac\xad\x5a\xcd\x21\xad\x09\x5c\x8f\ \x74\x36\xc5\x91\x8a\xad\x6e\x0b\x33\x1a\x73\x78\x38\x60\x66\x14\ \x5e\x7f\x9d\x44\xfa\xa4\x8e\x4f\x8a\x02\x25\x91\xca\x21\xcd\x53\ \x54\x92\xa2\xa3\x08\xd7\xf3\x18\x4f\x35\xc8\x26\x93\x18\x46\x7b\ \xe0\x0d\xc7\x4c\x67\x51\x61\x23\x2b\xc8\xd2\x84\xd9\x2c\xa3\xdf\ \xbf\x46\x92\x46\x48\x01\xba\xa5\x09\xba\x92\x46\x01\x37\xcd\xb4\ \xa1\x9d\x43\x9e\x64\x08\xa5\x68\x7b\x86\xa3\xc1\x10\x84\xc1\x17\ \x01\x52\x2a\x66\xb3\x31\x51\x12\xe1\x09\x85\x48\x13\xb2\x24\x26\ \x9a\x4e\xc0\x91\x48\x83\x85\xea\x06\x3e\xca\xb1\x4b\x68\x89\x20\ \x52\x4d\xa6\xda\x63\x3a\x3c\xc0\x1b\x44\xe8\x51\x8a\x1b\x6b\x9a\ \x22\xa7\x21\x0d\xab\xed\x35\x3c\x05\x89\x72\x78\x3d\x6d\xb3\x3f\ \xb4\x03\xbf\x34\xcd\x68\x34\x9b\x78\x7e\xc0\xa8\x30\x47\x2a\x89\ \x7a\x4a\x6b\x7a\xae\x4b\x68\x14\xc9\x74\xca\x38\x4e\x88\xd0\x0c\ \x33\xcd\x20\x89\x11\x7e\x0f\x47\x78\x20\x3d\x64\xd3\xb7\x0b\xa7\ \x07\x90\x4f\x4a\xf2\xa1\x10\x82\x28\x8a\x18\x0e\x87\x24\x49\x42\ \xa7\xd3\xa9\x98\xee\x76\x14\x50\x3a\xe6\x71\xea\xcd\x53\x0f\x1c\ \x75\x34\xd2\xdc\x95\x50\x2f\xb0\xea\xb5\xd6\x0c\x06\x03\xa2\x28\ \xc6\xf5\x7c\xc2\x30\x9c\x13\x09\x4f\x19\xb7\x54\xb0\x55\x16\x2d\ \x5e\xf3\x3c\x27\x8a\xa2\xaa\x4b\x28\x03\x44\x9d\x58\x58\xee\x7c\ \x84\x10\xd5\x48\xcb\xf3\x3c\x9a\xcd\x66\x15\xe8\x4e\x03\x1f\xd4\ \x03\x6c\x39\x6f\x5f\x86\xc9\x9e\xb6\x24\xf5\x5c\x17\x8c\x3e\xa1\ \xc1\x24\xa5\xa4\xdd\x6e\xd3\x6e\xb7\x19\x8f\xc7\x0b\xa8\xa8\x3a\ \x60\xa0\x9e\xe0\xf2\x62\x87\x64\x2b\xe8\x07\x97\x48\xca\xa4\x5d\ \x87\x2b\x97\x3b\xaa\xe5\x05\xbc\x38\x65\xf7\xb3\x5c\x99\x97\x2e\ \x95\xa7\xa9\xe9\x96\xbc\xa4\xf2\x5a\x70\x8a\xa2\xad\xde\xe1\xd4\ \xbb\x98\x7a\x42\x6b\x0e\xa4\x6f\x00\x00\x20\x00\x49\x44\x41\x54\ \xad\xef\x69\xea\xc9\x63\x39\x41\x58\xa7\x43\x63\xb9\x50\x4b\x92\ \xf6\xf5\x22\xa6\x5e\x40\xd4\x13\xd2\x72\xc2\x9c\xef\x62\x4c\xcd\ \xde\x57\xfc\xb9\xf6\x8e\xf5\xe3\xe2\x17\xda\x6f\x49\x92\x2c\x11\ \x28\xf5\x89\x7b\x69\x59\xae\xe5\x3d\x2b\xa7\xe2\x08\xcd\x6e\xea\ \xf3\x4a\xf8\x04\x7f\xf4\xd2\x1e\x51\x7c\x07\xe5\xee\xb3\xba\xba\ \x4e\xb3\xb1\x8a\x30\x3d\x74\x9e\x32\x3a\x3e\xe6\x68\x7f\x1f\x69\ \x04\x4f\x3f\xf5\x0c\xaf\xdc\xbc\xc9\xf8\x1b\x63\xce\x6c\xf7\xc9\ \x72\x6b\x87\xab\xe3\x21\xbe\xab\x58\x5d\x59\xe1\xa9\xeb\x9b\x9c\ \x5b\xed\xf3\xdc\xcd\x01\xcf\xbe\x74\x93\xc4\xbd\x4d\xaa\x9a\x04\ \xfd\x75\xc2\x76\x0f\xe9\xba\x4c\xa2\x88\xf1\x78\x4c\x3e\x19\xa1\ \xe3\x98\x4b\x97\x2f\xb3\x77\x78\x80\x72\x5c\xba\xbd\x15\xb2\xdd\ \x7d\xe2\x24\x23\xd5\x96\x2c\x16\xa5\x19\x93\x34\x66\x1a\x8d\x38\ \x77\xee\x0c\x47\xfb\x7b\x0c\x06\x47\xf8\xa1\x4f\xd0\x0c\x09\x5b\ \x6d\x90\x8a\xf1\x64\x86\x99\xc4\xc4\x83\x11\x41\xd8\xa4\xdf\xef\ \x73\x67\x67\x87\xa0\x11\xd2\x28\x02\x49\x34\x8b\xc8\xb2\x94\x20\ \x68\x21\x53\x8f\x38\xf6\x98\x4c\x12\xb4\xb1\x55\x84\xc1\x10\x04\ \x9a\x4e\xbb\x85\x72\x25\x4a\x4a\xa2\x64\x4c\x34\xbd\x43\x72\xbc\ \x8f\x9f\x4c\x38\xdb\x52\xac\x2a\xcd\xb5\xad\x75\xbe\xeb\x23\x1f\ \xa2\x1f\x7a\x78\x46\xf3\xd2\xdb\xf7\x78\xf5\xb5\x29\xaf\x0f\x0d\ \x3a\x4b\x18\x1c\x1f\xb3\xba\x16\x82\x90\xdc\xbf\xb7\x8f\xeb\xfb\ \xf8\x7e\x48\xb7\xb3\x82\x6a\x08\x32\xc6\xe4\x51\xc4\xd1\xfe\x98\ \x34\xce\x91\x61\x80\xdf\xe9\xf1\xce\xce\x1d\xd6\x56\x14\x0d\x01\ \x26\x4f\xf8\xc1\x35\x83\x6c\xf1\x40\x1c\x93\xca\x1b\x6b\x7f\x7f\ \x9f\x28\x8a\x68\x34\x1a\x9c\x39\x73\x86\x30\x0c\x17\xa4\xdd\xe7\ \xdd\xc2\xe9\x0c\xe3\xe5\x71\x53\x19\xa4\xca\x60\x5a\x2a\xf7\x66\ \x59\x56\x75\x25\x4e\xe1\xeb\xad\x1c\xb7\xaa\x44\xcb\x51\x46\x7d\ \x0f\x53\xee\x40\xca\xf7\x98\x4c\x26\x1c\x1f\x1f\x57\x95\x7e\xbd\ \x82\xf7\x7d\xbf\xea\x62\xca\x9d\x49\xdd\x57\x23\x49\x92\x05\xb4\ \x54\x9d\x0b\x51\x1f\x31\x94\x60\x81\x2a\x69\x14\xa6\x4c\x75\x2f\ \xf0\xd3\x96\xfc\xc5\xcc\x18\x55\x0b\x54\xa7\xe9\x53\xf9\xbe\x5f\ \x75\x4f\x27\x3b\x9b\x79\x70\xaf\x77\x53\x0f\x0a\x74\x21\x10\x64\ \x99\x1d\xbb\x95\x8c\xf5\x92\xa0\x59\x0f\xd6\xf3\xe0\x79\x72\xb4\ \xb3\x9c\x48\x2a\xd4\x9e\x94\x27\x96\xe5\x25\xe9\xb3\xdc\x8d\x38\ \x8e\x43\x2b\x6c\x2c\x69\x97\x89\x05\x89\x9e\x3a\xe0\xa0\xae\x24\ \xbc\x9c\x40\xea\xce\x8c\x42\xc9\x85\x24\x52\x16\x20\xa5\xac\x49\ \xbd\x93\xfd\xb3\xf6\x6f\xf5\xa0\x9f\x9b\xfc\x74\x3b\x82\x6f\x02\ \xfe\x38\xed\xf8\x28\xa5\xf0\x7d\x7f\x5e\x28\x18\x6b\x43\x57\x76\ \x9b\xcb\xbc\x94\x3f\x8f\x8a\xf7\xb7\x75\x32\x11\x08\x66\x71\xc6\ \x38\x51\x0c\x66\x1a\x21\x43\x66\xe3\x8c\x83\xc9\x1e\x9e\xef\xe3\ \xbb\x0a\xb4\x95\x35\x69\xf6\x36\x90\x52\xf3\xd6\x60\x82\xe9\x6d\ \xd0\xdb\x0c\x99\x22\x99\xcc\xa6\x1c\xcf\x66\xe4\xb9\x41\x66\x29\ \x3b\xbb\x7b\x1c\xe5\x09\xe7\xfb\x21\xa6\x7f\x95\xf6\xb5\x55\x0e\ \x67\x29\x99\x76\xd8\x8d\x35\xe2\xd8\x00\xb1\x65\x8e\x12\xd0\x5a\ \xe9\x59\xe7\xbd\xce\x1a\x79\xe4\x60\x1c\x87\x01\x56\x2b\x6c\x38\ \x9d\x30\x8b\x2c\xfb\x3c\x08\xda\x48\xa1\x09\x45\x0f\xc7\x59\x65\ \x7d\x75\x05\x47\x1c\x10\x27\x11\xe9\x44\x93\xcc\xec\x0d\x9d\xe6\ \x21\xbe\xdb\x21\x5c\x59\x23\x0c\x1b\x34\x57\x56\xf1\x46\x92\x6e\ \x7f\x95\x59\x14\x33\x9d\x4c\x89\x13\xeb\xda\x36\x9a\x68\xdc\x46\ \x46\xd0\xf6\x90\xed\x06\xd1\x74\x4c\xd0\x09\x91\xc0\x68\x32\xe1\ \x78\x76\x0f\x95\x14\x17\xe3\x0c\xba\xa2\x47\xbb\xd5\xc2\x31\x53\ \x1a\xeb\x2d\xf0\x34\x3b\xa1\xcb\xaf\xbe\xb5\xcf\x24\x9a\xb2\xb7\ \xbf\xc7\xad\x9d\x3d\x8e\x44\x87\x4c\x85\x74\xda\x2d\x3c\xe9\x63\ \x1a\xd0\xee\xb6\x99\x30\x25\xc9\x32\x46\xd1\x98\xd1\xf1\x18\x66\ \x8a\x4c\x0a\x74\x9a\xe3\xfa\x5d\xc2\x6e\x0b\x2d\x0c\xb1\x89\xe9\ \x34\x7c\xda\xd9\x84\x4e\x16\x91\x8d\x86\xc8\xb8\x0d\x22\xb4\xe0\ \x88\x07\xd0\x99\x1c\x1d\x1d\x21\xa5\x64\x7b\x7b\x9b\x30\x0c\xab\ \xdd\x46\x7d\xe4\x61\xab\xcb\xac\x0a\x68\xf5\x20\xb2\x2c\x8f\xa2\ \xb5\x15\x83\xac\x2f\x20\xa3\x28\x5a\x10\xb4\x6b\x36\x9b\x05\xd9\ \xd1\x42\xbe\xcb\x7d\x42\xf9\xfc\x72\xf4\x51\x57\x7f\xad\x57\xcf\ \x8d\x46\x03\xd7\x75\x2b\xc6\x7c\x7d\x4f\x53\x0f\x1c\xf5\xf9\x7f\ \xb3\xd9\xac\x54\x8d\xeb\x2c\xf6\x65\x2d\xa4\x32\x00\x96\xff\x7f\ \x02\x65\x53\x0b\x3a\xea\x34\x3b\xdd\xca\x58\x69\x71\x7e\x5e\x26\ \xb0\x72\x87\xb4\x0c\xc1\xae\xcb\x84\xd4\xc7\x3a\xbe\xef\xe3\xf9\ \xfe\x83\x5b\xc0\x17\x3c\x9e\xf2\x3b\x96\x89\xbc\xbe\x0b\x5b\x0c\ \x88\x27\x17\xf4\xf5\xc7\x54\xa3\x47\xe6\x10\xed\x7a\x02\x2d\xbf\ \xef\xc2\x58\xc9\x71\x2c\x94\xf7\x9b\xfc\x00\x0b\x5d\x53\xbd\x73\ \xa8\x5f\x67\x0b\x02\x89\x05\x24\xbb\x0e\x62\xa8\x8f\xca\x4e\x53\ \x64\xfe\x66\x42\x92\x73\xb1\xc7\x7f\x73\x31\xf6\x67\xbd\xc6\x32\ \x22\x4d\x6b\x7d\xa2\xd3\x79\x50\xe7\xf5\xdb\x48\x9b\xab\xf4\x4f\ \x16\xf4\xbb\xab\x48\xc7\x27\x33\x92\xe1\x78\xc2\x2c\xb2\x09\x22\ \xf4\x3d\x9a\xed\x80\x6e\x3b\x64\x3a\x3e\x26\xf4\x1b\x24\xe9\x8c\ \xc1\xe1\x88\xc9\x2c\x22\x33\x86\x66\xb3\x45\x10\xb8\x4c\x26\x43\ \x66\xf1\x94\x5b\x77\xf7\xb8\xbb\x63\xd8\x38\x7b\x8e\xa9\x71\xc9\ \x5c\x97\x7e\x7b\x85\x30\x8a\x99\x8c\x87\xe4\x71\x44\xa7\xe1\xd1\ \x6f\x77\x2c\x43\x7c\x96\x40\x36\x23\x9b\x8d\x49\x74\x6e\x09\x3f\ \x48\xfc\x46\x03\x15\x38\x44\xb3\x63\xe2\xe9\x31\x81\xf4\x41\xa7\ \x10\x35\x10\x79\x46\x5b\x09\x56\x7b\x3d\xc6\xb3\x19\xb3\x38\xb1\ \xfe\xd3\x81\x47\xd8\xf2\x70\x1c\x98\x4d\x63\x1c\x19\xa3\xb3\x31\ \xd3\x31\x8c\x27\x33\xb4\xb6\xbb\x0c\xa1\x6c\x85\x9c\x44\x09\x3a\ \x2f\xb0\xc8\xb9\x42\x65\x92\x6e\xbb\x45\x27\x68\xf1\xff\xb6\x77\ \x66\xb1\x76\x5d\xe7\x7d\xff\xad\xb5\xf6\x78\xa6\x3b\x0f\x9c\x24\ \x59\x94\x28\xc9\xa2\x6c\x19\x52\x24\x45\xb5\x1d\x59\x92\xe3\x2a\ \x6e\xea\xd4\xad\x9d\x34\x2d\x8c\xb4\x31\x0a\x14\x28\xfa\xd0\xb4\ \xaf\x05\x8a\x3c\x17\x30\x5a\xa4\x6e\xfb\xd0\x14\x88\x5c\x23\x76\ \x0c\x3b\x70\x12\x4f\x51\x64\x4b\x1e\x24\x51\xb6\xac\x79\x96\x28\ \x71\x10\xc9\xcb\x3b\x9c\x71\x8f\x6b\xaf\x3e\xec\xb3\xcf\xdd\xe7\ \xf0\x5e\x8a\xc3\xa5\x4c\x31\xfb\x0f\x08\x24\xef\x19\xb4\xef\x1a\ \xbe\x6f\xad\x6f\xf8\xff\xe3\x38\x62\x30\x18\xe4\x24\x79\x35\x9f\ \x7a\x6d\x11\x5b\x65\xc4\x83\x0d\xfa\xd2\xe2\xe8\xca\x29\x82\xc1\ \x2a\x09\x82\x7e\x92\x30\xbd\xb8\x8b\x68\x6a\x1a\xd3\xed\xe1\x1a\ \x89\x0e\x35\x36\x36\x26\x31\xe8\x50\xe3\x28\x9f\x99\x56\x9d\x28\ \x8e\x58\x6f\x77\x08\xa3\x00\xdb\x75\x98\x6a\x2d\xd0\xaa\x4f\x21\ \x32\xe8\xb5\xd7\x20\x0e\x69\x85\x1d\x3e\x38\xe7\x72\xfd\x9c\xcd\ \x75\x37\x5e\xc5\x9e\xa9\x1a\xb1\xde\xb9\x18\xfa\x54\xab\x85\x19\ \x1a\xea\x82\x11\xb8\x4c\xe2\x58\xe8\x8c\x14\x75\xfd\x65\xc3\xb8\ \x5d\x8c\xb8\xa8\xcc\x2a\x8c\x94\xeb\xba\xa3\xdb\x45\xad\x56\x1b\ \x3b\x6d\x1a\x03\x71\x89\x66\x44\x08\xc1\x60\x30\x40\x6b\x4d\xb7\ \xdb\x25\xcb\x32\x16\x16\x16\x68\x36\x9b\xa3\xa4\x76\x71\x8b\x29\ \x1b\x6b\xd7\x75\xc7\xfe\x5e\x0e\xad\x6d\x67\xb4\x9d\xa1\x06\x3a\ \x42\x6c\xd9\x11\x5d\x18\xc4\x34\x4d\x51\x92\x2d\x45\xa2\x26\x0d\ \xac\x20\xaf\xd8\x99\x7c\x6f\xb9\xba\xa9\x30\x76\x93\x9f\x2f\x1a\ \x3e\xcb\x55\x50\x23\x9a\x98\x1d\xac\xe4\xb2\xec\xbc\x0a\xb2\x18\ \xb3\x32\xd1\xe3\x64\x98\x4a\x6c\x21\xd8\xb5\xc9\x84\x5c\xca\x21\ \x94\x68\xe5\xcb\xce\xa7\x5c\x4a\x5e\x7c\x3e\x08\x82\x31\xbd\x5a\ \x43\x21\xfb\x6b\x46\x0c\xd6\x85\x03\x2a\xb3\x53\x17\x4c\x07\xe5\ \x7e\xa1\xa2\x6f\xa5\xec\xc2\xf3\x26\xca\xbc\x28\x68\x92\xf1\xb8\ \x7c\x00\x9a\xcc\xad\x9c\xa1\x33\xb2\x0d\x43\xf7\x56\x37\x93\x49\ \x47\x3c\x6a\x06\xcd\xcc\x48\xa7\xa7\xb8\xc1\x19\xc3\x96\xeb\x63\ \xab\x03\xcb\xfb\xce\x99\x18\x93\xff\x92\x83\xb0\x4f\x10\x0c\x40\ \x44\xcc\x2f\x2e\xb3\xab\xd5\x20\x89\xa3\x3c\xd9\x5c\xaf\x23\x84\ \xa4\xdd\x6e\xd3\x5e\xeb\x50\x77\x3c\xba\xed\x0e\xeb\xeb\x6d\xbc\ \x5a\x9d\xe5\x85\x85\x7c\x71\x02\x53\xf5\x3a\x51\x38\x60\xe5\xc4\ \x3b\x6c\xf4\xbb\x58\xed\x0e\x19\x16\x69\x6a\x50\x7e\x8d\x19\xdf\ \x62\xd6\x6b\x21\xb3\x1a\x0d\xc7\xc2\x18\xcd\xa9\xd5\x35\x4e\xaf\ \xae\xb2\x77\xcf\x1e\x92\xc1\x46\x1e\xbb\x9f\x9e\xc1\xf1\x6a\xb8\ \xae\x0f\x42\x10\xc6\x0e\x83\x28\xa4\x3f\xe8\x11\x0d\x06\xd8\xcc\ \xb2\xb1\xb1\x46\x9a\x44\xb4\xa6\xf6\xe0\xf8\x8d\x5c\x4b\x43\x4a\ \x6c\x65\x81\xcc\xe8\xf6\x3b\xf4\x37\x56\x69\xb8\x92\x74\xd0\x26\ \xd2\x31\x8d\x5a\x9d\x46\xa3\x89\x52\x36\x49\xaa\x49\x32\x97\xf6\ \xc0\xa3\xdb\xee\xe2\xe8\x90\xba\x34\x24\x4a\xd1\xd6\x82\xa5\x99\ \x16\xbb\x67\x2d\xba\x5e\x02\x18\xbc\x5a\x83\x54\x48\x56\x37\x4e\ \xd1\xee\x77\x50\xf6\x34\x51\x22\xd9\xe8\x83\xd5\x6c\x30\xbf\x77\ \x11\xc7\xb2\xf1\xa3\x18\x29\x9b\xf4\xc2\x80\x8d\x20\xc2\x08\x49\ \xc3\x69\x90\xb5\x33\xa2\x8d\x10\x5f\xd5\x69\xf8\xd3\x34\xe7\x67\ \x88\x93\x00\xe5\x82\xeb\x37\x49\xc2\x8c\x4e\xbb\x4d\xda\xe9\x53\ \x37\x01\x0d\x1d\xf2\xd1\xab\xf7\xb0\x4f\x74\x58\x66\x0d\x29\x77\ \x13\x0f\x4b\xb0\x77\x22\xcc\xe5\x38\x0e\xdd\x5e\x6f\xd8\x35\xee\ \x9c\x91\xc4\x2e\x9a\xa8\x6c\x3b\x67\x1f\x10\x62\x3c\x41\x9b\xf3\ \x23\x8d\x1a\xbe\x87\x06\x52\x8e\x19\xc4\xc2\xa9\x14\x9b\x3f\x49\ \x92\x61\xf2\x35\x2f\xe1\xa6\xde\x24\x4d\x63\x84\x90\xb8\x6e\xde\ \x03\x90\x53\xe1\xc7\xc4\x71\x42\xbd\x9e\x87\x29\x93\x24\x21\x08\ \x82\xd1\xa9\xba\x78\xc6\xa2\x74\xb8\x88\xb5\x6f\x6a\x6d\xa8\x91\ \x08\x54\x39\x16\x9d\xe7\x83\xf2\x22\x8c\x91\xf3\x1c\x3a\x9d\xa2\ \xb9\xac\x5c\x50\xb0\x1d\xc1\xe1\x64\xa3\x5a\xd1\x1f\xa5\xa4\x44\ \x97\x42\x62\x93\x2a\x86\xe5\x9b\x49\x99\x00\x73\x92\x87\x2a\x7f\ \xaf\x35\xd2\x9a\xdf\xb1\xea\x4d\x29\x47\x25\xbf\xa6\x74\x93\x9a\ \x0c\xdb\x6c\xdd\xea\x50\x9c\xee\xb3\x91\x60\x99\x1a\x96\x8c\x17\ \x4c\x03\xe5\xef\x29\x9c\x41\xc1\xa3\xa5\x94\x02\x91\x8d\xa8\x6f\ \x0a\x19\xe3\x0c\x88\x87\x37\x26\xd7\x75\xf1\x6b\x35\x5c\xd7\x21\ \x1d\xd1\xa4\x30\xea\xcb\x48\x92\x0c\x31\x14\x45\x03\x90\x96\x2c\ \xb5\x2f\x96\x88\x15\x87\xf3\x20\x4a\x61\x43\x21\xe4\x98\xf4\xee\ \x76\xf3\x3a\x32\xf6\x88\x6d\xf3\x23\x5b\x56\xc8\x99\xcd\x3b\x4d\ \xde\x09\xbf\xbd\xd0\x55\x79\xac\xb6\xa2\xff\x7f\x9f\xde\x4c\xc0\ \x90\x62\x04\xf4\xc3\x2e\x51\x2a\x10\xae\x62\xf7\xc2\x3c\xd3\x35\ \x99\x97\xb2\x89\x94\x8d\x5e\xc8\xe9\xb5\x75\x82\x7e\x87\x45\x33\ \x43\xaa\x43\x1c\x17\x76\x2d\xcf\xe0\xd5\x1c\x92\x34\x41\xa7\x19\ \x46\x2b\x1c\xdb\x66\x66\x6e\x1e\xa4\xc2\x76\x3c\xfa\xbd\x3e\xdd\ \x76\x07\xa1\x13\xe6\x67\x67\x69\xb6\x5a\xe8\x04\xa2\xd4\xd0\xed\ \x0e\x58\x59\xdb\xa0\x37\x08\x60\x58\x2e\xea\x79\x75\x9a\xcd\x69\ \x1c\xd7\x27\xd5\x19\x5a\x1b\x9a\xfe\x34\x9e\x1b\x83\x30\xa4\x61\ \x8c\x30\x12\x61\x04\xfd\x41\xcc\x89\xd3\xab\x34\x66\x9b\x34\xeb\ \x75\x54\x06\xc4\x29\x83\x41\xc8\xe9\x95\xf5\x5c\xf5\x2f\x91\x58\ \xc2\xa1\x59\x6b\xd2\x9a\x9a\xc6\x76\x1c\xe2\x38\x41\x28\x85\x6d\ \x5b\x18\xaf\x49\x86\xc6\xe9\xae\x61\x27\x7d\x56\x63\x8f\x38\xb3\ \x70\x64\x40\x2d\x31\x78\x8d\xc5\x3c\x04\x93\xc6\x74\xdb\x1d\x36\ \xda\x27\x08\xa2\x2e\x42\x34\x51\x28\xdc\x46\x0b\x7b\xd7\x3c\x89\ \xaf\x90\x51\x0f\xdf\x84\x78\xae\x43\xec\xd8\xe0\x49\xda\xeb\x1d\ \x66\x74\x82\x8c\x22\x74\xb8\x4e\xb7\x9f\x92\xc9\x69\xa6\x9c\x16\ \xae\xa3\xc0\x32\x0c\xa2\x01\x6b\x9d\x80\xb5\x8d\x36\x44\x03\xa4\ \x4a\x50\x61\x9f\x41\xd0\xc6\x99\x15\xac\x9c\x3c\x4a\x33\xfa\x00\ \x4e\xad\x89\xd9\x81\xa4\x89\x31\x86\x78\x58\x76\x59\x18\xcf\xc9\ \x98\x77\x6e\xd4\x36\xe3\xe2\xc3\x33\xde\x48\x8c\x28\x27\x71\x14\ \x43\xed\x10\xb0\x6d\x6b\xb8\xa5\xad\x51\xac\xbc\xac\xc9\x0d\x8c\ \x9c\x96\xc9\x40\x59\x16\xa9\xce\x50\xd2\x42\x2a\x89\x31\x0c\x3b\ \xc4\x6d\xa6\xa7\xa7\xd8\xd8\xd8\xa0\xd7\xeb\x50\xab\xd5\x46\x27\ \xdd\xe2\xbb\xca\xd5\x5a\x45\xac\x3d\x0f\x8b\xe4\x5d\xe6\x71\x3c\ \x60\x30\xe8\x8f\xfa\x58\x94\x52\x74\x3a\x1d\x16\x17\x17\x99\x9b\ \x9f\x07\xad\xb1\x64\xde\xa4\x99\xa5\x1a\x23\x32\x92\xc2\x79\x0c\ \x09\x18\xf3\x3e\x22\x31\x76\xa3\x28\x2a\x7f\x26\x9b\x37\xa5\x94\ \xa4\x26\x1b\x85\x70\xca\x65\xa1\xe5\x71\x48\x4a\x63\x3e\x19\x12\ \x3a\x23\x4c\x62\xcc\x0e\xb7\xa8\x8e\x37\x70\x6e\x55\xe5\x55\x2e\ \xb5\x2e\xd8\x0c\x60\xc8\x87\x06\x08\x69\x86\x4e\x26\x1b\x95\xb9\ \x95\xb9\xb2\x26\xab\xc1\xce\x28\xb9\x2e\xdd\x1a\x54\xa9\x50\x42\ \x66\x0a\x59\xd0\xe4\x28\x39\x94\x2b\xce\x46\xeb\x2d\xe7\x55\xd3\ \x67\xdc\x32\xb4\xce\xf5\x4c\xa4\x10\x39\x49\xe8\x30\xe1\x6d\x29\ \x45\x3c\x6c\x8c\xf4\x6c\x77\x68\xec\xf3\x44\xfd\x56\xfd\x52\x93\ \x37\x95\x4c\x1b\x32\x93\x9d\x55\xae\x77\xf4\xa7\x30\x63\x25\xd7\ \x79\xb7\x7d\x21\xf0\x32\xa1\xde\x78\x16\x35\xc6\xb3\x39\xab\xf7\ \x85\x33\x19\xae\x13\x1c\x5b\xe2\xda\x36\x51\x9a\xd2\xed\x74\x38\ \x91\x46\x4c\xb9\x36\xb6\x34\x84\x61\x4a\x37\xd0\x80\x45\xab\xd9\ \xc4\x71\x6c\x6a\x35\x1f\xdf\xf7\x50\x4a\xd2\x6d\xb7\x09\xc2\x80\ \x54\xe7\x8b\xa1\x5e\x6f\x20\x95\xc2\x76\x2c\x5c\xd7\x41\x60\x88\ \x82\x01\x51\xd0\x63\xf5\x74\xca\xa0\xd7\x45\x4a\x41\x14\x45\x84\ \x51\x84\xb2\x14\xd3\x33\x33\xb8\xae\x8b\x57\xf3\xf1\x9c\xbc\x22\ \xa8\xd3\xed\x10\xf6\x03\x62\xad\x69\xd4\x5b\x48\x4b\xa2\x94\x4d\ \xab\xd5\x02\x21\x71\x6c\x07\xdf\xf7\xe9\x0f\x06\x0c\xd2\x90\x9e\ \xdf\xc5\x15\x16\x26\x88\x08\xe3\x9c\x10\x6e\xaa\x35\x45\xa3\x5e\ \xa7\xe6\xd7\xf0\xfd\x1a\xc6\x40\xa7\xdd\x21\x08\x43\x84\x14\x68\ \x14\x34\xa6\xa9\xf9\x1e\x5e\xea\xa1\x75\x1f\xdf\xcf\x95\x18\x93\ \xa0\xc3\x6a\xe7\x34\x62\x4a\x63\x59\x2e\xab\xbd\x90\x20\x49\x48\ \x45\x82\xeb\x39\xd4\x6a\x7e\x2e\x7c\xa5\x0d\xa9\x10\xa4\x71\x88\ \xee\x6e\x60\xf5\x43\xb4\x16\x64\xb5\x3a\x75\xbf\x8e\xae\xd5\x50\ \x52\x60\x5b\x92\x7a\xcd\x23\xb3\x0c\xeb\xeb\x2b\xc4\x72\x40\xd3\ \x75\x88\x09\x69\x0f\x62\x02\x2d\xb1\x2d\x07\xc7\x99\xc2\x75\xea\ \x84\x71\x87\x67\x4e\xc5\xd4\x5a\x4b\x2c\xec\xbe\x9d\x86\xd3\x80\ \x1d\x2c\x15\x2d\xa8\x1b\xca\x44\x8d\x65\xbd\xed\x49\x52\xbb\xf2\ \x71\x75\xf3\x54\x3e\xce\xcb\x94\x13\xf6\x8d\xf7\x2a\x94\xcb\x63\ \xb5\xd6\xa4\xc3\xdc\x0c\x80\x6d\xd9\xb9\x81\x1a\x9e\x7a\xf3\xcf\ \x09\xa6\xa7\xa7\x46\x61\x9f\x3c\xd4\x36\x1e\x32\x29\x27\xd8\xcb\ \xcd\x6e\x71\x9c\x0c\x0d\x44\x9e\xf4\x95\x52\xd2\xeb\xf5\x08\x82\ \x00\x21\x04\xbd\x5e\x2f\xaf\x20\x53\x8a\xc1\x60\x30\x56\x6a\x3c\ \x2a\x05\x9f\xec\x8a\x2e\xc5\xdb\x8b\xf0\x58\xb9\x6f\x66\x74\x13\ \xcb\x34\xaa\xd4\xa7\x51\x4e\x08\x4f\x96\x12\x9f\xd1\xa3\xb2\xc5\ \xcf\x92\x34\x39\xa3\x09\xf4\xbd\x89\x56\x9c\x49\xad\xb3\x79\x63\ \x29\xf2\x10\xea\x5d\x63\xff\x93\x0a\x94\x5b\x9d\xc0\xcb\x63\x5a\ \x54\x3e\xc5\x51\x94\x37\x48\x9b\xad\xf5\xd7\xcf\xcc\xad\xc8\x91\ \x53\x2a\x9a\x20\x8b\x10\x5e\xd1\x00\x6b\x59\xd6\x48\x69\x71\xd2\ \x90\x9f\x51\x50\x31\x92\x37\xde\xfe\xd6\x32\x96\xc0\x97\xdb\xb3\ \x0f\x6f\x55\x01\x39\xd9\xe9\xbf\x5d\xe3\xe3\xfb\x2f\xcc\x25\x72\ \xea\x12\x91\x41\xdd\xf5\x69\x34\x7d\xd2\x34\x63\xd0\x59\x27\xeb\ \x65\x58\x26\x37\xa4\xb5\x5a\x13\xe5\x34\x90\x04\x38\x96\x9d\x37\ \x3b\x26\x11\x1b\xeb\x1b\x04\x61\x98\x9f\x78\x44\x2e\x6f\x1a\x47\ \x79\x28\x43\x22\xf2\x2e\xfa\x61\xe2\x54\x49\x49\x1c\x45\xf4\x7a\ \x5d\x2c\x65\xa1\xa4\x64\x76\x7a\x06\xc7\x77\x19\x0c\x37\xbb\x33\ \x4c\xdc\xae\xaf\xad\x0d\xe5\x51\x73\xd2\xb9\xc1\xa0\x4f\xa2\x53\ \xa4\xa7\xb0\x86\x82\x4d\xb6\x6d\x53\xaf\xd7\xf1\x2d\x41\x2f\xea\ \x33\x08\x02\x34\x12\x4b\x9b\xbc\xe1\xae\x51\x1f\xb1\xd7\x66\x26\ \x23\x08\x03\x92\x6e\x0f\x9d\xa6\xa4\xc3\xb8\x75\x94\x6a\xa2\x20\ \xc4\x73\x5c\xac\xa2\xa9\xce\xb1\xb0\x6d\x87\x29\xed\xe0\xf5\xe1\ \xd4\xda\x0a\xca\xf6\xd0\xb1\xa1\x3e\x3d\x85\xdb\xa8\x11\x04\x1d\ \xd2\x24\xc6\xe8\x14\x32\x08\xda\x6d\x82\xa4\x8b\xdd\xdf\x60\x56\ \xd9\xe8\x50\xd3\xeb\xf7\x48\x67\xe6\xf0\x94\x8f\x25\x0d\xb6\x25\ \xb1\x6d\x45\x84\x41\x48\x43\x18\xf5\x49\x7a\x1b\x20\x13\xa4\x74\ \x98\xae\x4d\x21\x9c\xda\xf0\x79\x53\xb2\xd6\x1e\xde\x08\x23\x8e\ \x3f\xbd\xc2\xd5\xbb\x97\xf9\xdc\x6e\x8f\x1a\x86\x74\xc7\x9c\x89\ \x1a\x39\x92\x71\xb2\x47\x46\xc6\x7a\xb2\xca\x67\xb2\xc3\x59\x4e\ \x48\xb0\x16\xca\x82\xe5\xea\x99\xc9\x8a\x15\x21\x25\x12\x35\x34\ \xb4\x29\x86\x6c\x78\xcb\x91\x58\x56\x71\x92\xcf\x7b\x4c\xf2\xea\ \x9e\x82\x1a\x3f\xdd\x32\xf4\x94\x65\x19\xbd\x5e\x8f\x4e\xa7\x03\ \xe4\xa5\xce\xb6\x6d\xd3\x68\x34\x46\xc6\xaa\xc8\xdd\x74\xbb\x5d\ \x1c\xc7\x61\xaa\xd5\x1a\x49\x06\x17\xdf\x99\xdf\x68\xe2\xb1\x53\ \x75\x5e\xd1\x35\xae\x86\x68\x6d\xc1\x97\x55\xb0\x19\xab\xd2\xc9\ \xbe\x08\xc3\x6d\xd5\x44\x37\x69\x3c\xca\x0e\xac\x28\x65\x75\x1c\ \x07\x75\x09\xb8\xb9\xde\xcd\x91\x9c\x99\x88\x17\xe3\x7d\x25\x5b\ \x24\x9f\x27\xa9\x6e\xca\xa5\xbd\x93\xa5\xde\x93\xe5\xe4\x93\x6b\ \x50\x16\x92\x08\x42\x62\x95\x0a\x21\xca\x1d\xf1\xc5\xfc\xa4\x69\ \x82\x6d\xbb\xa3\x02\x8c\x72\x53\x6a\xc1\x3d\x17\x86\xe1\xa8\x4a\ \xb1\xa0\xa0\x2f\x1b\xfa\x49\x3a\x19\x41\xce\xdc\x21\xce\x21\xe9\ \x3e\x19\x32\xdb\xae\x02\x6c\xab\x4a\xad\xb2\xb3\x9d\x8c\x08\xbc\ \x2f\x9b\x16\x05\x39\x4d\x49\x14\x04\x0c\xba\x01\xfe\x94\xc3\xcc\ \xd4\x0c\xb3\x8d\x1a\x69\xaf\x0d\x49\x42\xad\xd1\xc4\xf2\x5b\xf4\ \x82\x84\x4e\x77\x80\xef\xd9\x0c\xfa\x03\xda\xdd\x36\xb6\xed\xd1\ \x6a\x4d\xe1\xd5\x7c\xb2\xcc\x10\xc5\x31\x83\x20\xa4\xd3\xc9\x15\ \x1b\xa5\xcc\x85\x73\xd2\x2c\xa3\x51\xaf\x33\xd5\x6c\xe5\xe1\x15\ \x9d\x51\xf3\x7c\x5c\xcf\x65\x10\x06\x74\xbb\x5d\x6a\xf5\x3a\x41\ \x18\x10\x27\x29\x18\x45\xa3\xd9\xc2\xb2\x1d\xb2\x2c\xd7\x14\xef\ \xf4\xbb\xf4\xfa\x03\x64\x66\x98\x6f\x4d\x31\x08\x02\xe2\x34\x65\ \x6a\x61\x06\x1c\x49\x92\xc4\xf8\xc2\xa6\xe5\x7a\x58\x8e\x43\x2f\ \x8c\xe8\xf5\xbb\xb8\x4e\x8d\x30\x8a\x89\x52\x8d\x6d\x3b\xb9\x8a\ \xa3\x1a\x26\x5f\xa3\x98\x2c\x8a\x88\xa3\x3e\x2a\x0e\x11\x71\x42\ \xaf\xd3\xc6\x6d\x48\x1a\x3e\x5c\xb3\x6f\x17\xe9\x89\x80\xcc\xf6\ \x51\xc2\xc6\xae\xd7\xe9\xab\x98\xb8\x13\x31\x08\xfb\x44\xe1\x80\ \x76\x3f\x20\xa9\xd9\xd4\x7c\xc9\xf2\xfc\x1c\xb7\x2d\xef\xa1\xb3\ \xd6\xe6\xa9\x63\xc7\x38\xba\x7e\x1a\x23\x7d\xa6\xa6\x16\xf2\x4a\ \xb3\x34\x46\xd6\x5c\xe6\x17\xe7\xf0\x52\x9b\xa4\xd3\x03\x95\xe1\ \x7a\x35\x8c\xb2\xe9\x0c\x22\xfa\x61\x8c\xb6\x6c\x4e\x77\x12\x6a\ \x7e\x8d\x38\x12\xbc\xf2\x46\xc4\x7d\x07\x53\x96\x1a\xf6\xce\x10\ \x3d\x8e\x16\xf3\x78\x38\xa2\x4c\x31\x3f\x59\x39\x33\x59\x8f\x5f\ \x84\x7c\xac\x31\xe5\x3c\x39\x56\x2a\x5c\x48\xe6\x0a\x91\xcf\xcf\ \xa8\x77\x40\xda\x18\x24\x49\xa2\x31\x68\x2c\xab\x48\xae\xeb\xd1\ \xba\x29\x36\xda\x60\x30\x20\x08\x83\xbc\x0a\x2f\x8a\x46\x89\xfe\ \xa2\x70\x60\xb3\x9f\x20\x37\xbc\xc5\x7b\x0a\x1d\x91\x38\x8e\xf1\ \x3c\x6f\x64\xe0\xbb\xdd\x2e\xdd\x4e\x87\x4c\x6b\x66\x66\x66\x68\ \x34\x9a\x63\xfd\x10\xe3\x06\x61\x53\x96\xb5\x1c\x0e\x2c\x6e\x6e\ \xe5\x5c\x88\xc9\x34\xba\x44\x21\x5f\xbe\xe5\x6d\xc7\xe3\x34\x39\ \xae\x65\x03\x65\xdb\x9b\x8d\x7d\x3b\x7d\xeb\x98\x8c\xe5\x6f\x45\ \x97\x32\xe9\x0c\xca\xef\x9d\x54\x51\xdc\xce\x99\x8c\xfa\x3e\x65\ \x29\xdc\x39\xa2\x6b\x91\x63\x21\xc1\xf2\x33\xa6\xc3\xb1\x2c\x53\ \xf8\x6f\x52\xde\x0f\x75\x76\xb4\x1e\xf2\xaa\xa5\x63\x21\xba\x62\ \x2e\x8b\xf5\x37\x2a\x53\xd6\x1a\xcb\xb5\x51\x72\xbc\xe3\xbe\x4c\ \x63\x33\x56\x4e\x91\x99\x73\xba\x99\x64\x5b\x84\xbe\xb6\x0a\x61\ \x6d\x15\x5e\xdc\x5c\x17\x45\x1e\x29\x7b\x1f\x87\xb9\x86\xce\x44\ \x25\x09\xca\xa4\xc4\xbd\x0e\xda\xb1\x99\x6d\xd5\x11\xaa\x81\x85\ \xc1\x75\x7d\x06\x71\x46\xd8\x6b\x13\x76\xdb\xe8\xa6\x83\x42\xe3\ \x08\x98\x9f\x9d\x62\x7e\x7e\x61\x94\x12\xd6\xc6\x10\x04\x21\xeb\ \xeb\x6b\x74\xba\x6d\x1c\x0b\x74\x1c\x93\x85\x7d\x32\xd7\xc6\xf1\ \x1c\x1a\x7e\x0d\xad\x73\xa2\xb5\x6e\xb7\xcb\xc6\xea\x0a\xd1\xa0\ \x87\x23\x16\x51\x59\x8a\xab\x60\x6e\x76\x96\x5a\xa3\x81\xc9\x04\ \x49\x9a\x53\x9b\xf8\xae\xe4\x74\xd7\x10\x0f\x06\x78\x96\xa4\x9f\ \x84\xa4\x71\x44\x34\xb0\x70\xeb\x1e\x2d\xbf\x81\x6d\x24\xbe\xb4\ \x08\xa2\x90\xf6\xea\x0a\xdd\x5e\x97\x85\xe9\x29\x7c\x5b\x92\x61\ \x98\x9b\x6e\xd1\x6c\xe6\xc9\xfa\x24\x4d\xa9\x7b\x0e\xad\xd4\x61\ \xa3\xdd\xc6\xca\x40\x19\x8b\x7e\x9a\x90\x0d\x3a\x64\x66\xc0\xd2\ \xbe\x65\x3a\xa9\x4d\x5f\x5b\x58\x96\x47\xa8\x53\x7a\x1b\x2b\x24\ \x83\x1e\x76\xad\x41\x26\xa0\x66\x49\x54\xdd\x63\x7a\xda\x63\xb7\ \x23\xd9\x33\xdb\xa0\x96\xa5\x5c\x97\x2d\x20\xfa\x21\x27\x37\x06\ \xa8\x2c\x26\xd3\x19\x49\xd4\x47\xc5\x29\x32\xf3\x68\x7a\x1e\xa8\ \xe6\xb0\x4e\x5f\xd1\xeb\xf7\x49\xbb\xeb\xe8\x48\xe3\x4f\xcf\xe0\ \xd8\x92\x7e\x18\x31\x3b\xb7\x84\xd3\x98\x43\x5a\x9b\x44\x82\x3b\ \x93\x2f\x13\x64\x59\xbe\x21\x8b\x13\x77\xc1\x0a\x3c\x29\xea\x33\ \x69\x2c\x26\xfb\x22\x8a\xfe\x8c\xa2\x1f\xa5\x38\x71\x16\x04\x86\ \x45\xc2\xbb\xd0\x9c\x00\x05\x42\xe5\xb4\xfc\x32\x1b\x31\x02\xe7\ \x37\x43\x17\xdb\xb1\xf2\x66\x58\x21\x70\x1c\x97\x7a\xbd\x8e\x9e\ \x4e\xd1\xba\x10\x9e\xca\xe5\x81\x0b\xa7\x27\x44\x2e\x07\x6c\x59\ \x76\xc9\x58\xe7\xb7\xd2\xbc\xeb\x5d\x0e\x9d\x5f\x6e\xe4\xe2\x28\ \x62\xa3\x44\xb4\x38\xd2\x0f\x19\xe3\xca\x1a\x1a\x77\xce\xec\x7a\ \xde\x2c\x2f\xce\x89\x2a\xf3\xca\xa2\xcd\x9e\x14\x9d\x6d\x0a\x8c\ \x79\x9e\x37\x56\x94\x30\xd9\x4d\x5d\x2e\x61\xd5\x5a\x93\xea\x74\ \xd8\x28\xa9\xc1\xec\xac\x23\xb1\x6d\x9b\x9a\xef\xe3\xfb\xfe\x96\ \xce\x64\xab\x52\xd7\xc9\x7e\x8a\xad\xf4\xcc\x65\xf9\x3d\x25\x87\ \xb3\xd9\xab\x22\xc7\x1c\xd4\xe8\xc0\x51\x94\xf6\x4e\x88\x4a\x65\ \x5a\x60\x95\x4a\xd0\x8b\x72\xdf\x5c\xea\x39\x77\x4e\x6a\x28\xef\ \xac\xa4\x35\xa2\x73\x11\x42\x92\xc4\x31\xa9\x4e\x51\xca\x1a\xe9\ \xac\x60\x04\xfd\x7e\x6f\x44\xf8\x68\x0d\x4b\x94\xcd\xf0\xd9\xb3\ \x72\xd8\x0a\x86\x73\xca\x58\x81\x42\xfe\x67\x56\x52\xf5\x2c\xf6\ \x41\x5a\xd2\x81\xc9\x0b\x02\xd2\xe2\x26\x5a\xfa\xac\x1e\x4b\xee\ \x6f\x26\xee\x75\x11\x82\x11\xa0\x87\x39\xe7\xf7\xa5\x38\x56\x10\ \x6b\x6e\xdf\x3f\xc7\x87\x3f\x50\x52\x70\x11\x02\x29\xa2\xbc\x9a\ \x41\x08\xa0\xe8\x03\xa8\x01\x57\x0d\x17\x51\x0d\xc3\xdc\x30\x76\ \x3a\x38\xe3\x97\x37\x66\x1a\x63\xa6\x4a\x57\xbc\xe6\x90\xee\x3a\ \x05\xa1\x87\x83\x99\xe4\x49\xae\x6c\x06\x98\x41\xaa\x94\xec\xe0\ \x62\x9e\xa0\x93\x12\x41\xb0\x59\x20\x51\xc4\x31\x99\xc2\x98\x16\ \x52\x24\x64\x66\x7a\x42\x3b\x42\x03\x29\x98\xe1\xf3\x9a\x69\x30\ \x53\x28\x95\x92\xdd\xba\xb4\xb9\xe8\x45\x58\xea\x0b\x10\x18\x2c\ \x8c\x99\x05\x66\x46\x15\x6e\xb9\xfa\x79\x0b\x4b\x29\x3e\x7e\x95\ \x1a\x2e\x9c\x74\x58\xed\xb3\x08\x2c\x0c\x55\x00\xa7\x36\x43\x37\ \x52\xe4\xc4\x8f\x72\x80\x5e\x54\x7c\x82\xf9\xbc\xda\xb8\x94\xd8\ \x35\x66\x6e\x48\x0f\x23\x86\xe3\x3b\xa4\xc8\x1c\x8e\x91\x31\x8d\ \xd1\x66\x84\x19\x0c\x06\x29\x24\x42\xa6\xd8\x22\x23\xd2\x62\x47\ \x8c\x8a\x65\x59\xfc\xa7\xff\xf8\x47\x5b\xe8\x98\xef\x64\xca\xb7\ \x28\x87\x34\x6c\x2d\xcf\x20\xc6\x62\xd4\x25\xee\x8a\xcd\xcd\x36\ \x9c\xa3\x82\xdd\xa2\x88\xdb\x17\x8d\x5f\x9b\xa5\x9e\x05\xf5\x88\ \x28\xf5\x47\x30\xa2\xc3\x2f\xf4\xe0\xf3\xd7\xc4\x98\x23\x28\x34\ \xea\x0b\x03\x71\x6e\x43\x30\xde\xd8\x57\xfe\xdc\x45\x8d\xe9\x04\ \xed\xb9\x52\x6a\xd4\xbb\x73\xb1\xe8\xf7\xfb\xfc\xeb\x3f\xf8\x02\ \x5f\xf8\x17\xff\x7c\xc7\xf9\xbe\xce\x23\x0e\x72\xe6\xdc\x6f\x39\ \xa2\x5b\x1f\x99\xc6\x89\xc4\xc5\x98\x30\x5a\xf9\xfb\xb7\x20\x1c\ \x1f\x89\x66\x89\xa2\xf2\xe8\x5d\xe6\xe1\xec\x2f\x9e\x4d\xbd\x6a\ \xfb\xd7\xcc\xb9\xfc\x50\x80\xef\x79\x67\x25\xad\xbc\x3c\x73\x26\ \x80\xa5\x04\xb6\x12\x67\xf9\x1d\xcb\xa5\x72\xe2\xcc\x10\xc0\x36\ \xdb\xac\xc4\x15\x3c\xf6\xd3\xf2\x27\xca\xdf\x69\x00\xa1\xc4\xd8\ \xbb\xc4\x59\x27\x6b\xf2\x79\xca\x0b\x69\xab\x67\xdd\x6a\xf6\xcc\ \xc4\x33\x8a\xb1\xa5\x58\xb2\x65\xe5\x00\xd1\xd6\x1b\xa3\xf8\xcd\ \x8c\xc6\x52\xe5\x57\xd4\x16\xcf\xbb\xd5\xa8\x89\xed\x37\x1d\x19\ \xd9\x0e\x87\xce\x27\x4f\xa7\x15\x2e\x3f\x5c\x4c\x62\x76\xab\xef\ \x72\x1d\x07\xdf\x73\x79\x0f\xd3\x30\x15\x2e\x00\xd9\x79\x28\x6c\ \x5e\x5e\x61\xae\x73\xa4\x7b\x3a\xd7\xf5\x77\x3e\xeb\xd4\x9c\xe7\ \xbf\xb9\x04\xcf\xf0\xae\x9f\xdc\x72\x7c\xcc\x39\x7d\x8d\xd9\xd6\ \x79\x5d\x9a\xa7\xbf\x54\x0b\xb6\xc2\x95\xe3\x9c\xb4\xae\x3c\xc9\ \x95\x04\x59\x0d\x41\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\x15\ \x2a\x54\xa8\x9c\x49\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\x15\ \x2a\x54\xa8\x50\x39\x93\x0a\x15\x2a\x54\xa8\x50\x39\x93\x0a\x15\ \x2a\x54\xa8\x50\x39\x93\x0a\x15\x2a\x54\xa8\x50\x39\x93\x0a\x15\ \x2a\x54\xa8\x50\xa1\x72\x26\x15\x2a\x54\xa8\x50\xa1\x72\x26\x15\ \x2a\x54\xa8\x50\xa1\x72\x26\x15\x2a\x54\xa8\x50\xa1\x72\x26\x15\ \x2a\x54\xa8\x50\xa1\x02\x70\x99\x11\x3d\x56\xb8\x34\x30\x80\x12\ \xe0\xdb\xe6\xa2\x59\x5a\x85\x80\x20\x11\x68\x03\xa2\x1a\xda\xcb\ \x1e\x9e\x05\x52\x9a\x8b\xe2\xec\x14\x02\x12\x2d\x88\x74\x35\xe7\ \x97\xef\x1e\x37\x58\xd2\xc1\x92\x2e\x3b\x45\xd0\x6a\x80\x38\x1d\ \x9c\xf3\xf7\x5d\xbe\xce\x44\x59\x20\xd5\xf6\xbf\x66\x9a\xee\xa8\ \x0e\xf9\x15\x7d\x62\x90\x70\xba\x2f\x78\xe2\x88\xc2\xba\xc8\xbb\ \x68\x9a\xc1\x9d\x57\x65\xcc\xd5\x0c\x7a\xa7\x87\x5f\xca\x7c\xde\ \xb7\x33\x59\x99\x06\x3d\x14\x00\xaa\xb8\xcb\xdf\x7d\x38\x05\x3c\ \xfc\x86\xa2\x1b\x82\xba\x88\x79\x4f\x34\xec\x9b\x36\xdc\xba\x4b\ \x93\x64\x3b\xed\x4e\x04\x58\x56\x2e\x60\xbe\xe5\x56\x37\xa0\x93\ \xcd\xbf\x57\xd8\x66\x8f\x3b\x9c\xec\xbc\xc2\x91\xb5\xa7\xb0\xe4\ \xc5\xab\x62\x1a\x93\xcb\x69\x7f\x70\xf7\x6f\x22\x85\x7d\x4e\x0e\ \xe5\xb2\x74\x26\x46\x2a\xf4\xea\x09\xf4\xfa\xa9\x33\xc5\x63\x8c\ \x41\x58\x36\xf6\x9e\xfd\x58\x9e\x8f\x8e\xa3\x6a\x25\xbd\x0b\x6c\ \x09\xab\x03\xc1\xd7\x9e\xb1\xf1\x2f\x72\x9d\x05\x09\x5c\x3f\x1f\ \xb3\xdc\xd8\x61\x67\x22\x24\x3a\x0c\xd0\x27\x0e\x63\xb2\x49\x15\ \xc7\xa1\x62\xe2\xdc\x2e\xdc\xb9\x5d\x64\x69\xfc\x9e\xea\x91\xbf\ \x9f\x9d\xc9\x43\xaf\x29\x8e\xac\x4b\xec\x8b\xd8\xe9\x83\x18\x3e\ \xb1\x3f\xe5\x8e\xbd\x9a\x64\x87\x0f\x10\x46\x08\xd2\xe3\x6f\x92\ \xf5\xdb\x67\x3a\x14\x63\x90\x7e\x1d\x7b\xcf\xfe\x5c\x85\x30\x4d\ \xaa\x49\xdd\x76\x8f\xbb\x9c\x6c\xbf\xc4\x4f\x5f\xfb\x3f\xb8\x56\ \x63\x07\x9c\x89\xc1\x52\x0e\x37\x2c\xdf\x83\xb2\x9c\x73\xda\x6f\ \x97\x9f\x33\xb1\x1c\xd2\x23\xaf\xe0\x7c\xff\x7f\x33\xef\x28\x8c\ \xb4\x26\xcf\x31\xa4\xe1\x80\xb5\x6b\x6e\xe3\xe9\xd0\xe1\xc0\x9d\ \x1f\xa3\x31\xb7\x44\xa6\xd3\x6a\x45\x9d\xe5\xba\x2a\x05\xd4\x1d\ \x83\x67\x8d\x2f\x98\xcc\x08\xa4\x30\x18\x04\x96\x84\x24\x35\x08\ \x39\xd4\x9d\x96\x02\x5b\x32\x26\x86\x25\x45\xfe\xdf\x8e\x9a\x72\ \x21\xd0\x69\x4a\xf6\x83\xff\xcb\xcc\xca\xeb\xd8\xf5\xc6\x48\xf7\ \xba\x98\x73\x13\x87\x0c\x9a\x8b\xbc\x34\x73\x03\x6a\x7a\x81\xeb\ \x7e\xed\x1f\x90\xc6\x71\x35\xb9\xef\x02\xcf\x82\x9a\x63\xb0\x4b\ \x97\x7c\x9d\x99\xa1\x44\x2c\x58\x2a\x57\x87\xd4\x46\xa0\x84\x21\ \xcd\xc0\xb1\xc4\x98\x76\x8e\x00\x1c\x75\x09\xd4\x6d\x94\x4d\xf2\ \xdc\xa3\xd4\x7f\xf2\x75\xea\xad\xd6\x19\x17\x0f\x61\x32\x92\x24\ \xe5\xf8\xfe\xbb\x39\xdc\xcf\xb8\xe5\xde\x07\x50\x96\x5d\x1d\x24\ \xb6\xdc\xe3\x06\x25\x6d\x5c\xab\x81\x6b\xd5\x31\x46\x63\x50\x58\ \x52\x90\xea\x08\x23\x6c\x14\x19\x69\x96\x22\xa5\x8b\x14\xb9\x2c\ \xb1\x90\x92\x4c\x27\x08\xe9\xa0\xa4\x1c\x29\x87\x16\xce\xe4\x7c\ \x02\x9b\x97\x9f\x33\x51\x16\xe1\x1b\xcf\xb2\xe4\xd9\xcc\x2f\x2c\ \xe6\x4e\x42\xca\x7c\x25\x9b\x0c\x25\x25\x7a\xdf\x47\xf9\xfe\x5f\ \x7c\x93\x68\xe9\x3a\xbc\xfb\x7f\x7b\x34\x00\x15\xce\x1d\x5a\x67\ \xec\xd9\x3f\xcb\xbd\x8d\x80\x1f\x74\x7d\xfe\xfd\xaf\x79\x6c\x04\ \x19\xa7\x4f\xf6\xf9\xfa\xa1\x1e\x72\xa9\xce\xef\xde\xd6\x64\xd6\ \x82\xb5\x53\x3d\x1e\x3c\xd4\x23\xbc\x44\x11\x73\x21\x04\x49\x77\ \x03\xf7\xf8\xab\xec\x3e\x70\x03\x26\xec\xe5\xa1\x8f\x42\x06\x55\ \x6b\xac\xdd\x1f\xe6\xb1\x37\x4e\xf0\xcb\xef\x7c\x83\x7b\xfe\xdd\ \x7f\xc6\x54\x82\x5a\xe7\x6f\x70\x32\x43\x56\xf3\xf9\x97\x1f\x71\ \x79\xf4\xd5\x80\x4f\xde\x39\xcf\x12\x9a\x30\x4e\x78\xe8\x89\x75\ \x9e\xec\x58\x7c\xfa\xee\x69\x6e\x9f\x53\x98\x38\xe1\x5b\x8f\x6f\ \xf0\xdc\x9a\xe6\x92\x64\x4a\x84\xc0\x28\x8b\xf8\xa5\x43\x5c\xbb\ \xbc\x8c\xef\xd8\x18\x29\x37\xff\x5f\x99\xc6\xf2\x6b\xac\x4f\x5f\ \xcd\xa3\x7f\xf6\x20\x7b\xef\xfb\x2c\xb6\xeb\xa1\xd3\xea\xd0\xf8\ \xee\x7b\x3b\x66\x71\xdf\x1f\xf2\x4f\x3e\x7c\x0b\xed\x7e\x97\x41\ \xf7\x69\x7e\xfa\xf4\x9f\x13\x2d\x7d\x81\x7f\x74\x6d\x93\xef\xfc\ \xf8\x4b\xac\xba\x77\xf0\xc0\xc1\xdb\x78\xea\xe9\x3f\x25\x9a\xfb\ \x24\xf7\xde\x7c\x3f\x35\x25\x58\x3d\xf9\x3d\x7e\xf4\xdc\x43\x84\ \xe2\xfc\x5d\xc3\x65\x19\xe6\x4a\x32\x10\x43\xbd\x72\x93\xc4\xc4\ \xdd\x75\x10\x12\x5b\x08\xb2\x6b\x6e\xe6\x1b\x3f\x7c\x8c\x95\x20\ \xe3\x37\x3f\xff\xaf\xb0\x5d\xb7\x5a\x60\x17\x78\x5d\xb1\x5d\x8b\ \x85\xba\xa4\x85\xc5\xd1\x57\xd7\xf8\xe3\x27\x52\xfe\xe8\x77\x96\ \xf8\xc4\x0d\x19\x33\xfb\x5b\xac\xbc\x70\x9a\xff\xf5\x46\x4a\xd3\ \x17\xc4\x88\x4b\x98\x7c\x15\x68\x93\xa1\x85\x44\xa6\x31\xda\xb2\ \x49\x56\xdf\x21\x13\x02\xa9\x35\xfe\xd2\x5e\x9e\x3e\xd9\xe5\x3b\ \x0f\x3f\xc2\x1d\x9f\xff\x22\xcb\xd7\xdd\x48\x12\x06\xd5\x1c\x5e\ \xc8\xb4\x4b\xc1\x42\xc3\xc2\xf3\x2c\xea\x51\xc0\x97\xbf\xb7\x42\ \xf3\xe0\x32\x5f\xb8\xb5\x8e\xd5\xf6\xb8\xcd\x8e\xf8\xd2\x5f\x75\ \x48\x2d\x89\x30\x26\x3f\xd9\x66\x97\x62\xc6\x21\x33\x19\xb1\x91\ \x08\x9d\x80\x55\x23\xeb\x6e\x90\x84\x83\xfc\x46\xe5\xf9\x6c\xcc\ \xee\xe5\x2b\xdf\xfe\x2e\xfe\xde\xeb\xf9\xd0\xa7\x3e\x5b\xdd\x48\ \xce\x79\x6b\x0b\x1a\xb5\x79\x56\x8e\xff\x39\x5f\x7b\xe2\x10\xb7\ \xde\xf5\x5f\xb8\xff\x96\x15\xbe\xbf\xea\xb3\x77\xef\x03\xdc\x73\ \xf3\xcf\xf9\xcb\xd7\x22\x1a\x7e\x0b\xbb\x71\x33\x1f\xbd\xf5\xb7\ \x38\xf6\xfc\x7f\xe5\xd0\x3b\x2b\xb8\x8e\x47\x2a\x6d\xe4\x05\x0c\ \xf5\x65\x59\x1a\x9c\x1a\x83\xb1\x5d\x9e\x67\x96\x37\xbd\x25\x9c\ \x5a\x03\x91\x44\x64\xfb\x6e\xe4\x1b\xbf\x7c\x9d\xc3\x87\xdf\xe2\ \x8e\x03\x57\xe3\xd4\x9a\x64\xe7\x28\x76\x5f\x61\x8b\x45\x67\xf2\ \xb0\x46\xaa\x0d\x73\xf3\x3e\xf7\x7d\xb0\xce\x8c\x48\x89\x95\xc5\ \x5c\x16\xf3\xf0\x6b\x11\x99\x12\xf8\xae\xc2\x96\x97\x56\xc4\xd7\ \x18\xc8\xb4\x66\xad\xb1\xc4\x13\x61\x1d\xb1\x78\x15\x04\x7d\x9c\ \xb9\x65\x9e\x4e\x9b\x7c\xf3\xa1\x47\x38\xb8\x6f\x89\x5d\x4b\x0b\ \xa4\xba\xba\x95\x5c\xd4\xfe\xca\x0c\x26\x03\xe1\xd9\xdc\x76\xa0\ \xc9\xed\x4b\x92\xa3\x6d\xf8\xe0\x92\xe4\x67\x2f\xf4\x59\x4b\x05\ \x8e\xad\xa8\x59\x97\xde\x3c\x68\x9d\xa1\x6b\x53\x1c\x8a\x1a\xac\ \x4e\xef\x43\x49\x81\x12\x82\xce\xae\x03\x3c\xf8\xd0\xe3\x98\x38\ \xe4\xd6\xfd\xfb\x10\x96\x5d\xdd\x46\xcf\x6b\x3f\xa5\x64\x48\x94\ \xd9\xe0\xb9\x97\xfe\x16\x31\xfd\x21\xe6\xec\x84\x97\x5e\xfe\x2a\ \xed\xc6\x7d\xdc\xb1\xef\x1a\x82\x70\xc0\xd4\xdc\x4d\x78\xfd\xe7\ \x78\xfe\xd8\xab\x20\x6c\x3c\xa7\x81\x75\x81\x61\x6c\x79\x19\x8e\ \x02\x3a\xcb\x48\xa4\xcd\xa1\xe7\x5e\xe4\xc1\xbf\xf9\x3b\xde\xae\ \xef\xc6\xba\xe1\x76\xbe\xf5\xf4\x9b\x3c\xf3\xec\x0b\x7c\xee\x81\ \x7b\x69\x28\x4d\x5c\x25\xdf\x2f\xd8\x89\x44\x49\x46\x6a\x40\x09\ \x43\x86\x60\x7a\xca\xe5\xa6\x59\xc9\x0f\x9f\x58\xe3\xd1\xe3\x1a\ \xdf\x53\x34\x95\xa1\xa3\x2d\x7e\xf7\x37\x66\xb8\xc6\x85\x4b\x29\ \xd9\x9d\x65\x9a\x4c\xd9\xbc\xbd\xba\xc1\xd7\xff\xfa\x6f\x78\xf8\ \x58\x0f\xff\xe6\xbb\x78\x4e\x37\xf8\xea\xb7\xbf\xcb\x47\x6e\xbe\ \x89\x3b\xaf\xbf\x9a\x5e\xa7\x73\x66\x51\x46\x85\x73\xbb\xf1\x27\ \x19\x51\x6a\x90\x52\xe4\x21\x63\xd7\xe6\xba\xdd\x1e\x83\xe3\x1d\ \xfe\xec\xe7\x7d\x22\x29\x99\xf5\x24\x9d\x20\xe3\x96\x9b\xa7\xf9\ \xf4\x01\x97\x34\x31\x97\xec\x10\x61\x32\x83\x06\x7a\xa9\xe0\xe1\ \x9f\x3d\xce\x57\x1f\x79\x92\xfe\xee\x9b\x08\xaf\xbe\x85\x07\x1f\ \x7a\x9c\x76\xa7\xc3\x3f\xbb\xff\x63\x64\x41\x0f\x5d\x39\x92\x0b\ \x70\xd4\x11\x51\x12\xe1\xfa\x0b\xd8\x26\x20\x41\x61\x25\x6f\xf3\ \xe3\x67\xff\x96\x7d\x07\x7e\x8f\x6b\x6a\x8a\x20\x0e\x90\x6e\x0b\ \x47\x24\xc4\x72\x89\x7b\xee\xf8\x37\xec\xb2\x52\xd2\x0b\xb8\x05\ \x5e\x76\x61\x2e\x31\x0c\x73\x31\x68\x73\xd7\xc1\x9b\x79\xed\xf5\ \xd7\xf9\xda\x43\x3f\x65\x79\x69\x89\x17\x5e\x7a\x99\xdf\xf9\xd4\ \x27\xd9\x1f\x9f\xe2\xe1\xd5\x15\xa6\x2b\xa3\x72\xfe\x46\x5b\xc3\ \xc2\x9e\x1a\x37\x34\x24\xfb\xaf\xb3\x39\xf9\x52\x8a\xdd\x82\xc3\ \x6f\xb4\xf9\x93\x47\x06\x34\x6b\x12\x69\xc3\xd3\xed\x26\x9f\xfb\ \xf8\x1c\xf3\xc7\x61\xd1\x17\x97\xd4\x91\x00\x64\x40\x30\xe8\x73\ \x70\xae\xce\x0d\xd7\xee\xe7\xe1\x9f\x3c\xc6\xe9\xf6\x41\x5e\x7d\ \xed\x75\xae\xbd\xe6\x1a\xfe\xe1\x81\xdd\x1c\x7e\xec\xef\x48\xf7\ \xde\x91\x27\xe4\xab\xa9\x3c\x0f\xa3\x0d\xaa\x6e\x71\xe7\xf5\x0d\ \x66\xa6\x3d\xfc\x24\x61\x3d\x11\x88\x5e\xc0\xd7\x1f\x59\xe1\x70\ \x2c\xa9\x29\xc1\x4f\x5e\x8e\xf8\xc3\x8f\xcc\xf0\x59\xab\xcf\x0d\ \x8b\x16\xe1\x5b\xd9\x25\x1d\x67\x81\x21\x4c\x35\xf5\x34\xe4\xd7\ \x3f\xf2\x21\xbe\xfd\xbd\x1f\xf0\xd5\x47\x7f\x81\x14\x82\x13\xa7\ \x4e\xf1\x07\x9f\x79\x80\xd6\xc9\x57\xe8\xf5\x3d\x66\xab\x69\x3c\ \xbf\x6b\xbe\xf0\x58\x5e\xb8\x8d\x0f\xdd\x38\xcf\x4d\x07\x7e\x9d\ \x23\xaf\x7e\x89\x8e\xf5\x69\x7c\xb7\x49\xb8\xf6\x2d\x0e\xbd\xf9\ \x59\xbe\x78\x70\x17\xdd\xc7\xff\x82\xb7\xf6\xfc\x06\x9f\xb8\xfd\ \x8b\xbc\xb4\xee\x30\x6d\x2b\xf4\x05\x86\x13\x2f\xc3\x30\x97\x21\ \x31\x10\xae\x9e\xe0\xfa\xc1\x51\x3e\xff\xc0\xfd\xf4\x83\x88\xa7\ \x9e\x7d\x8e\x8f\xdf\x7d\x37\xb7\xd6\x13\x82\xb7\x5f\x21\x45\x92\ \x65\xa6\x3a\xa5\x5e\x80\xb7\xd6\x29\x2c\xcc\x39\x6c\xbc\xd5\xe6\ \x2f\xdf\x48\x38\x7d\xb4\xc7\xa3\xc7\x52\x66\x1b\x0a\xcf\x12\xd8\ \x3a\xe5\xaf\x7f\x7c\x9a\x9f\x6d\xc0\x8d\x0b\x92\x9f\xfc\xb2\xcb\ \xb1\x30\x6f\x7c\xbc\x24\x8f\x24\x20\xcb\x20\x4a\x12\xfc\xc3\xcf\ \xf0\x4f\xef\xb8\x99\x6b\xaf\xbd\x8e\xc7\x0e\x3d\x49\x6b\x7a\x86\ \xcf\xdc\x79\x0b\xe2\xf5\xa7\x48\x92\xf8\x82\x4e\x4c\xd5\x9c\x43\ \xa6\x0d\xae\x6f\x31\x27\x12\xbe\xf1\x64\x87\x95\x76\xc2\x43\x2f\ \x0e\x88\x2d\x8b\xa6\x2b\xb1\x2d\xc1\xdb\xaf\xae\xf3\xa7\x4f\x0d\ \xd8\xb3\xec\xd2\x39\xd1\xe7\xc7\x87\x63\x94\x75\xe9\x72\x65\xc6\ \x40\x62\x20\x39\xfe\x3a\x77\x35\x12\x7e\xeb\xbe\x7b\x39\xfc\xd6\ \x11\xde\x78\xeb\x08\xff\xf8\xbe\x7b\xd8\xd7\x3b\x42\x74\xfa\x1d\ \x52\x64\x95\x2f\x39\x1f\xa3\x2e\x25\x2b\x27\xbf\xcf\xcb\xa7\x53\ \xf6\x2d\x2c\xf3\xfa\xf3\xff\x9d\x1f\x1e\x7e\x9d\x60\xf5\xa7\x3c\ \xf9\xf6\xcb\xd8\x8e\xc7\x91\xd7\xfe\x84\x07\x1f\xfb\x0e\x71\xb2\ \xc2\x8f\x9f\xfc\x6f\xbc\xd6\xaf\xb1\xab\xe5\xf1\xdc\x8b\xdf\x64\ \x25\x95\x58\x17\x60\x57\x2f\xcf\x3e\x13\x21\xe9\xc7\x29\xfa\xd4\ \x11\x0e\x2e\x0a\xa6\x7e\xfb\x7e\x4e\x77\x07\x1c\x9c\xf3\xe1\xb5\ \x9f\x13\xe9\x8c\x30\xad\x72\x25\xe7\xef\xa6\xf3\xc2\xb8\xd5\x93\ \x03\xbe\x72\xb4\x0f\x02\x7c\x47\xd2\x3f\x15\x70\xca\x80\x67\x09\ \x0c\x20\xa4\x80\x24\xe5\x47\x3f\x5f\xe7\x21\x03\x52\x0a\x7c\x47\ \x20\x2f\xe5\x8d\x40\x08\xc2\x34\x23\xea\x77\x99\x3e\xf6\x2c\xbf\ \x7f\xd7\x87\x78\x61\xff\x5e\x3e\xb0\x34\xcf\xdc\x3b\x2f\xa0\xa3\ \x01\xbd\x58\x53\x05\x3b\x2e\xd0\x59\xc7\x9a\x87\x0f\xad\x91\x1a\ \x70\x6c\x89\x2b\x13\x9e\x78\x3d\xc1\xb1\xc4\xa8\xd4\xdb\x56\x70\ \xf8\xcd\x2e\x2f\xbd\x96\x7f\xce\x73\x64\x9e\x2b\xd3\x97\x6e\x45\ \xa6\x46\x30\x88\x12\x9a\x47\x5f\xe6\xe3\x57\xdd\xc4\xf2\x67\x3e\ \x85\x11\x92\x1b\xed\x90\xf4\xf0\x11\x82\x24\x23\x76\xaa\x59\x3f\ \x9f\x31\x95\xd2\xa2\xdf\x7e\x9c\x1f\x3c\xf9\x08\x20\x50\xca\xc3\ \xb1\x6a\x44\xed\x5f\xf0\xa2\x51\x38\xca\xc5\x24\xc7\x79\xfe\xcd\ \xb7\xb1\x2d\x1f\xa9\x8f\xf1\x8b\x67\xff\x27\xda\x18\xa4\x74\x71\ \x6c\x0f\x41\x76\xde\xbb\xfd\xf2\x73\x26\x3a\x65\xf6\xfa\x5b\x78\ \xfd\x85\x9f\x71\xf2\xf8\x71\xc4\x89\x17\xb1\xfc\x23\x48\xdb\xe1\ \x27\x2f\x75\x41\x27\x04\x99\xc0\xba\xe3\x5e\x3c\xcf\xab\x4e\x2c\ \xe7\x79\x0d\x15\x80\xa5\x04\xcd\xf2\x35\x43\x89\xd1\x42\x10\x23\ \x03\x24\xa8\xb9\xe2\x3d\xb9\xca\x9a\xcc\x50\x6f\x4d\xb1\x76\xe0\ \x4e\x7e\xf4\xfc\xa3\xb8\xaa\x8f\x38\xfa\x08\x56\xbd\xc5\x0b\x87\ \x5f\x44\x07\x7d\x32\x63\xe8\x2f\x1e\x60\xcf\xd5\xd7\x61\xaa\x9e\ \xa2\xf3\xbd\x98\x20\x05\xd4\x5c\x39\xf6\xd3\x72\x03\x6b\x31\xd3\ \x8e\x2d\x71\xec\xf7\x60\xce\x8d\x41\x92\x31\x7d\xcb\xdd\xfc\xe2\ \xbb\xaf\xd0\xe8\xf5\x10\x27\x7f\x8e\x55\x6f\x21\x84\xe4\x47\xfd\ \x0e\x64\x19\x5d\xe9\x32\x7d\xf7\xc7\x50\x98\x6a\xaf\x9f\xc7\x2e\ \x97\xd2\xa7\xe6\xfa\x13\x2f\xf9\x38\xa3\xfd\xed\xe0\xda\xc5\xbf\ \x1c\x5c\xc7\x99\x74\x49\xe7\x3d\xf3\x97\x9d\x33\x31\x99\x66\x66\ \xdf\xb5\x88\xdf\xfb\x0f\xf4\x3a\x1b\x20\x04\xa9\xc9\x86\x71\x40\ \x71\xa4\xf6\xde\x00\x00\x02\x98\x49\x44\x41\x54\x09\x42\xd0\x50\ \x16\x33\xcb\xbb\xb1\x55\x75\xfd\x3d\x17\xc4\x29\x5c\x3d\x9d\xf1\ \xc7\x9f\x8a\x2f\x3a\x64\x61\x80\xba\x6d\x88\xd3\x9d\x34\x2c\x19\ \xae\xef\xb3\xe7\x53\xbf\xcf\xc6\x47\xee\x41\x9b\xdc\x70\xc4\x26\ \xcb\x8f\xd5\x42\x22\x0d\xec\x99\x9d\xa3\x35\x33\x5b\x39\x93\x73\ \x44\x9a\xc1\xbf\xbd\x2b\xb9\x68\x1e\x35\x63\xc0\xb1\x0c\x41\xba\ \xb3\x01\x2f\x89\x61\xf1\xe0\xed\x58\x0b\xbb\x08\x83\x00\x84\x20\ \x29\x12\xed\x32\x37\x64\x73\xae\xc7\xcc\xf2\x6e\x24\xa6\xca\x93\ \x9d\x75\x8f\x0f\xb8\x6e\xe9\xe3\x5c\x35\x77\xfb\xce\x15\xf1\x0b\ \x81\xad\xbc\x73\xee\xe3\xbb\xfc\x6e\x26\xc6\x20\x80\xb9\xa5\x65\ \xe6\x96\x77\x6f\xff\x36\xad\xab\x66\xc5\xf3\x70\x00\x96\x84\x19\ \x7f\x67\xb6\x63\x96\x5d\x82\x70\x57\x96\x51\x6b\xd4\xa9\xb7\x6e\ \x3c\xdb\x49\xa3\x2a\x05\x3f\x4f\xb4\xdc\x9d\x61\xe4\x34\x66\x9c\ \x09\x61\xa7\x6e\x27\x96\x92\x2c\xed\xbd\xe6\x2c\xb9\x4f\x33\xdc\ \xeb\x95\x2b\x39\xfb\x1e\x37\xd8\xca\xc5\x51\x35\x76\x72\x77\x66\ \xe7\x11\xe3\xbc\x6c\x89\x1e\x73\xa3\x51\x19\x8e\x9d\x74\x28\x97\ \x7b\x7b\x86\xc9\xb2\xaa\x97\x60\x87\xa1\x0d\x97\x75\xe9\x9b\x31\ \xa6\xba\x69\xee\xe4\x58\xf2\xab\x1b\xcb\x4a\xcf\xa4\x42\x85\x0a\ \x15\x2a\x54\xce\xa4\x42\x85\x0a\x15\x2a\x54\xce\xa4\x42\x85\x0a\ \x15\x2a\x54\xce\xa4\x42\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\ \x15\x2a\x54\xd8\x01\xfc\x4a\xaa\xb9\x3c\xcf\xa3\x5e\xaf\x93\x55\ \x95\x3b\x57\x0c\x1c\xc7\xc5\xf7\xfd\x2d\x5f\x33\xc6\x60\xdb\x36\ \xb5\x5a\x1d\x29\xab\xf3\xcb\x95\x84\x5a\xad\x86\x94\x6a\x4b\x45\ \x5d\x21\x04\xbe\xef\xe3\x4c\x34\xc4\x55\x78\x7f\xa3\xd1\x68\xe0\ \xba\xee\x19\xe5\xda\xef\xa9\x33\x11\x42\x60\x8c\xe1\x2b\xff\xef\ \x41\xd6\x56\x57\x49\xe2\xa4\xe2\xd6\xba\x52\xae\xb8\x52\x30\xe8\ \x0f\xb0\x94\x3a\x63\x91\xb9\xae\xcb\xa1\x43\x87\x78\xf2\xc9\x43\ \x6c\x6c\xac\x23\x44\xe5\x50\xae\x14\x28\x25\x39\x7a\xf4\x2d\xec\ \xb2\x94\x23\xa0\x94\xa2\xdd\x6e\xf3\xe5\x2f\xff\x0f\x56\x4e\x9e\ \xcc\x0f\x8e\xd5\x5e\xbf\x32\x6e\x20\x4a\x71\xea\xd4\x49\x5c\x77\ \x9c\x81\xe4\x3d\xbf\x99\x18\x63\x78\xf1\xc5\x17\x39\x76\xe4\x08\ \x61\x18\x22\xaa\x05\x76\x05\x39\x14\x89\xef\xd7\x70\x5d\x77\x7c\ \xf1\x59\x16\xef\xbc\x73\x9c\x93\x27\x4f\x70\x7a\x65\xa5\xba\x9d\ \x5c\x49\x30\xe0\x7a\x0e\x8d\x46\x6b\x6c\x5e\xa5\x94\x04\x41\xc8\ \xb3\xcf\x3c\xc3\xb1\xa3\x47\x48\xd3\xb4\xda\xeb\x57\xca\x94\x1b\ \xb0\x6d\x8b\x46\xa3\x89\xed\x6c\xea\xc3\xff\x4a\x9c\x49\xbd\x56\ \x67\xff\xfe\xeb\xd1\x99\xa6\x5a\x5e\x57\x9c\x6d\xc1\xb6\xed\xb1\ \x10\xa6\x31\x06\xa5\x14\xbb\x77\xef\x61\x61\x61\xb1\x9a\xf3\x2b\ \x70\xce\x95\x52\x48\x39\x4e\x6f\x24\x04\x4c\x4d\x4d\x51\xaf\xd5\ \xc8\x86\xcc\x16\x15\xae\x20\x08\x81\x6d\xdb\xbf\x3a\x67\x32\x32\ \x2e\x96\x42\xa1\xaa\x09\xb9\x22\x4f\x2e\xdb\xb7\x5c\x57\xf1\xf3\ \xbf\x5f\xf3\x6e\x8c\xc1\xb2\xed\x6a\x70\xfe\x1e\xcc\xf9\xff\x07\ \xcb\x60\x83\x28\x86\x52\xcb\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x01\x06\xe3\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xe8\x00\x00\x01\xdc\x08\x02\x00\x00\x00\x53\x57\x71\x20\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x7d\x77\x78\x94\xd7\ \x95\xf7\xb9\xe5\x2d\xd3\x67\x34\xea\x12\x02\x84\x04\x12\x08\xd3\ \xbb\xc1\xa6\x1b\x13\x5c\x89\x8d\x7b\x4b\x9c\x6c\x7a\xb6\x64\xb3\ \xe5\xfb\xf2\x65\x9f\x6c\x76\x37\xc9\xa6\x39\xcd\x9b\x38\xae\xd8\ \xc6\xd8\xa6\x63\x9a\x0d\x06\x8c\x01\xd1\x41\x42\x42\xbd\xf7\x36\ \xa3\x99\x79\xcb\x2d\xdf\x1f\x12\x5d\xd8\xc2\x1b\xb9\xc4\x73\x9e\ \xd1\xf3\xe8\x79\xe7\x9d\xfb\xde\xf7\xde\xdf\x3d\xf7\x77\xce\x3d\ \xf7\x5c\xf4\xd0\x03\x77\x42\x5c\xe2\xf2\xa9\x17\x21\x84\xae\xeb\ \x79\x79\x05\x2b\xef\xb9\x7f\xc4\x88\x6c\x72\xc3\xf8\xfc\x78\xa3\ \xc4\xe5\xd3\x2f\x18\x63\xdb\x66\x35\x35\x55\xc7\x8e\x1e\x1e\x57\ \x30\x81\xda\x36\x8b\x37\x4a\x5c\x3e\x23\x82\x28\x55\xdb\xda\x5a\ \x5f\x7f\xed\x15\x2a\xa5\x8c\xb7\x47\x5c\x3e\x23\x22\xa5\x04\xaa\ \xa8\xa7\xcf\x9c\x88\x03\x37\x2e\x9f\x39\xf4\x42\x34\x12\xa5\x42\ \x88\x78\x53\xc4\xe5\x33\xa7\x78\x69\x5c\xe1\xc6\xe5\x33\x08\x5c\ \x88\x6b\xdc\xb8\x7c\x56\x35\x6e\x5c\xe5\xc6\xe5\x33\x08\xdc\xb8\ \xc6\x8d\x4b\x9c\xe3\xc6\x25\x2e\x71\x8e\x1b\x97\xb8\x7c\x10\x55\ \x88\xab\xdc\xb8\xc4\x39\x6e\x5c\xe2\x12\xe7\xb8\x71\x89\x4b\x9c\ \xe3\xc6\xe5\xaf\x4e\xe3\xc6\x81\x1b\x97\xcf\x20\x70\x7b\x7a\x42\ \xf1\x86\x88\xcb\x67\x0e\xb8\xe8\x4f\x7f\x7c\x3a\xde\x10\x71\xf9\ \xcc\x09\x92\x82\xc7\x5b\x21\x2e\x9f\x39\xa1\xe1\x70\x38\xde\x0a\ \x71\xf9\xec\x01\xf7\xa3\xff\x94\x50\xa4\x68\x80\x10\x00\x8a\xb7\ \xe3\xe7\x99\x70\x82\x94\x20\xb8\xe4\x0c\x38\xfb\x14\x03\x17\x13\ \x20\x0a\x48\x26\x1a\x2b\xf8\xb9\xa3\x32\x16\x96\x42\x40\xdc\x1b\ \xfc\xb9\x15\x4c\x90\xee\x42\xbe\x44\x3c\x2c\x8f\x24\x65\x02\x26\ \xc0\x19\x0c\x3d\xff\xbc\x4e\xe0\x12\x45\xda\x26\x3f\xb1\x9b\x1f\ \xde\x2c\xda\x1b\x48\x2c\x8c\x38\xc3\x10\x47\xed\xe7\x59\xdf\x82\ \x24\x54\x52\xcd\x76\x7a\xec\x60\x26\x9d\x7e\x2b\x19\x33\x0d\x69\ \x4e\x60\xd6\xd0\x1a\x67\xa1\x9e\xee\xc1\xde\xab\xea\xd0\xdd\x6a\ \x6d\xfa\xad\x3c\xbd\x8f\x2a\x2a\x22\x04\x30\x8e\xf3\x84\xb8\x00\ \x48\x90\x00\x52\x48\xce\x39\x48\x99\x3b\x4d\x59\xfc\x08\xce\x1c\ \x0d\xa6\x01\x43\xa6\xd4\x06\x0d\x5c\xd5\x21\xaa\x4f\x5b\xeb\x7e\ \x4d\x5a\xab\x88\xa6\xc7\xf1\x1a\x97\x6b\x60\x58\x4a\xdb\x64\xfe\ \x54\x72\xcb\x97\xe8\xf8\xb9\x60\x9b\x43\xc5\x50\x06\x75\x97\xa2\ \x42\x7b\xbd\xb9\xe6\xbf\x68\x4b\x25\xd5\x1c\x71\xd4\xc6\xe5\xda\ \x9a\x10\x61\x55\x57\x7a\x5a\xed\x75\xbf\x94\x6d\x75\xa0\x6a\x9f\ \x1c\x70\x31\x01\x33\x66\x6e\xfa\x1d\xed\x6e\x26\xba\x33\xce\x67\ \xe3\xf2\xa1\xac\x17\x14\x55\x35\xc3\xd6\xc6\xdf\x41\xac\x17\x08\ \xf9\x84\x80\xab\x68\xd6\x9e\x57\x71\xc9\xfb\x44\x73\xc4\x51\x1b\ \x97\xc1\x6a\x5e\xd5\x41\xca\x8f\x98\x1b\x7f\x0f\x08\x0f\x45\xf9\ \x1f\xe6\x55\xa0\x8a\x68\xaa\x14\xc7\xdf\x51\x15\xed\x93\x19\xbd\ \x12\x5d\x27\x31\x91\x43\xc6\x64\xe4\x27\xca\x91\x86\xf2\xe9\x52\ \x02\xfa\xcb\x17\x8e\x55\x8d\x97\xbc\xcf\xab\x4e\x93\x91\xe3\x81\ \xd9\x57\x7e\x8b\xb1\xae\xeb\xe8\xc3\x9e\x2b\xa5\x30\x0c\xf3\xea\ \x18\xc6\x0f\x01\x2e\xa2\x2a\xaf\x3c\x49\xba\x9b\xc1\xe1\xfa\x44\ \xc6\xed\x75\x77\x96\x04\x80\x21\xe9\x86\x0f\x47\x8e\x94\x20\x25\ \x60\xfc\xa9\xc6\x96\x14\xd2\xb2\x90\xa2\x01\x46\x97\x36\xd9\xd0\ \xf0\x50\x42\xa3\x61\x76\x6a\x2f\xc9\x9d\x72\x05\x70\x09\x21\xed\ \xed\xed\x3b\x76\xec\x8c\xc6\xa2\xf8\xda\x2d\x26\x38\xf7\x78\x3c\ \x4b\x96\x2c\x09\x04\x02\x9c\xf3\x41\x03\x17\x61\x19\xeb\x15\x55\ \xa7\xc9\xe0\x69\x8a\x1d\x93\x8c\xf7\x2f\xa7\x51\x15\x51\xfa\xd1\ \x61\x62\x73\x3c\x65\x95\xea\xab\x32\xf6\x1c\x04\xa2\x0c\xee\xe9\ \x0c\xe7\xdf\xaa\x24\x76\x99\x07\xde\x03\xac\x5e\xbc\xce\x0c\x69\ \x4b\xa4\x3b\x00\x49\xb0\x0d\xc9\x38\x20\x8c\x14\x1d\x08\x01\xc9\ \xa4\x65\x82\x94\x80\x28\x52\xb5\x8b\xd0\xbc\xf8\x22\x18\x28\x45\ \xc8\xad\xdc\x74\x2f\xaa\xdd\x6c\x55\xb5\x03\xb9\x46\x43\x23\x82\ \x54\x22\x6d\xfb\x2f\xdd\xff\x02\xb8\x46\x67\xde\x8b\xbb\xf7\x59\ \x67\xcb\x80\x9e\x7f\x2f\x61\x4b\xcb\x46\x9a\x13\x10\x80\xe4\xd2\ \x32\x41\x08\xc0\x7d\x6f\xd1\xf7\x1a\x42\x9a\x31\xa0\x0e\xd4\x57\ \x61\xc9\xa5\x11\x43\x8e\x14\x3a\x6e\x94\x6c\x2c\x16\xbd\x36\x60\ \x04\x82\x81\xbf\x40\x9b\x31\xd6\xde\xfb\x9a\x88\x91\x4b\xd0\xfc\ \x97\x9a\xd1\x89\x6c\xae\x94\xdd\xad\xc8\xe9\x03\x71\x71\x5d\x4d\ \x55\xd5\xf2\x8a\x8a\x9f\xff\xe2\x17\xbd\xbd\xbd\xf4\xda\x20\xb1\ \x19\x0b\xf8\xfd\x63\xf2\xf2\x92\x93\x93\xaf\x07\xb8\x18\xcb\x68\ \x48\x36\x96\x63\xaa\x0c\x4a\x27\x70\xa0\x93\x1f\xd7\x0a\x46\x80\ \x94\x32\xd6\xc6\x4e\x6f\xb3\xcf\x55\x01\x51\x01\x49\xb0\x4d\xc9\ \x19\x60\x15\xa9\x2a\x70\x4b\x72\x40\xaa\x06\xc2\x92\x4c\x20\x55\ \x07\x69\x4b\x9b\x21\xaa\x48\xdb\x00\x29\x01\x08\x52\x35\x29\x04\ \x4e\xce\x25\x81\x30\x08\x01\x58\x48\xdb\x00\x21\x80\x68\x48\x51\ \x00\x00\xac\x98\x14\x1c\x10\x45\xaa\x0e\x08\x40\x0a\x69\xc7\x64\ \xc4\xa2\x89\xf9\xca\xc8\x3a\xf3\x3d\x7e\x71\x00\x58\x26\x1e\x7d\ \x87\x3e\x35\xc1\x7c\xeb\x25\xd6\xeb\x55\xe7\x3c\xa8\xe4\x64\x81\ \xd1\x62\xed\x7d\x8d\x35\x77\x4a\x47\x9a\xb6\x60\x25\x4d\x09\x88\ \xe6\x42\x73\xff\x4e\x69\x63\x40\x52\xda\x88\x4e\x7b\x44\xcb\xcf\ \x06\x09\x32\xd6\xcc\x0e\xbf\x69\x55\x31\x9a\x3b\x1d\xda\x37\x89\ \x68\x18\xe9\xce\xfe\x3a\x48\x2e\x2d\x03\x24\x00\xd5\x91\xb4\x51\ \xee\x0a\xfd\x06\x47\xec\xb5\x17\x24\x76\x21\x55\x01\x66\x4a\x66\ \x9f\x1f\x0f\x18\x84\x2d\x2d\x13\x00\x80\xea\x88\x92\x8b\x23\x8a\ \x31\x00\x82\x54\x1d\x08\x06\x66\x4a\xdb\xea\x9b\x65\x91\xaa\x02\ \x20\x10\xb6\x34\x23\x92\x21\x32\x7c\x26\x56\x4e\x43\x91\x38\x3f\ \xaa\x2d\x94\x32\x4d\x9f\x31\x95\xed\x7f\xd6\xee\xb6\x91\x67\x84\ \xb6\x78\x05\x4d\x0a\xc8\xce\x22\x73\xef\x46\x1e\x11\x08\x18\x68\ \xc3\xf4\x5b\xee\x11\xc7\x9f\xb1\x1a\x43\x08\x23\x20\x49\xfa\xca\ \x3b\x44\xc9\x51\x32\x65\x31\x8f\x94\xf3\x90\x81\x04\x93\x46\x14\ \x05\x83\xca\xd8\x09\x6c\xff\xab\x52\x62\x64\x19\x52\xf0\x8b\x8d\ \x2c\x98\xb4\x4d\x90\x80\x14\x07\x10\x02\x92\x4b\x2b\x06\x52\x02\ \xd1\x90\xa2\x0e\x46\x55\x23\x42\x51\x5b\xbd\xe8\x6a\xa5\x9e\xa0\ \xbc\x04\xb8\x96\x65\x8d\xce\xcd\xfd\xd7\x7f\xfd\x97\x58\x34\xf6\ \x41\x1a\x57\x0a\x97\xcb\x35\x72\xc4\x08\xcb\xb2\xae\x8f\x2a\x48\ \x6e\x43\xb4\x67\xb0\xfc\x5a\x62\x32\xe6\x66\x8c\x0e\x19\x07\x0a\ \x71\xc6\x54\xed\xf6\x1f\xd2\xf7\x7f\x19\xdd\x7f\x14\x80\xe0\xcc\ \x69\xea\xb0\x34\xd9\x51\x6a\x97\x9d\x43\x49\xf9\x34\xc0\x59\x45\ \x39\x38\x33\x94\x54\x1f\xaf\x3e\x23\xd5\x4c\x65\x54\x0a\x6f\xaa\ \x25\x19\x05\xc4\xef\x01\xb3\x9d\x9d\x3b\xca\x4d\x09\x82\x01\x17\ \x20\x05\x48\x4a\xc7\x2c\x24\x41\x8f\xa8\x3f\xc2\xea\x9b\x81\x38\ \xf0\x98\x05\x34\xe8\x95\xe1\x1a\x56\x56\x2c\x99\x04\xd0\x68\xde\ \x1c\xec\xd1\x48\x7a\x22\x58\x95\x97\x8c\x59\x13\x65\xcc\xd7\x97\ \xaf\xa2\x89\xad\xd6\xdb\xcf\x23\x77\x16\x09\x50\x76\x72\x37\x1e\ \x7b\xaf\xe3\x36\xd2\xfb\x3f\xbf\x51\xe6\x7f\x4d\x4d\xac\x33\xf6\ \x6e\x55\x96\x7e\xcd\x81\xa2\xd1\xed\xbb\x41\x51\x40\xa8\x34\x6f\ \x26\x26\x47\x62\x7b\x4f\x91\x51\x0b\xf5\xfb\xfe\x55\x3e\xf3\x13\ \x69\x5a\x64\xf4\x42\xcd\xd1\x25\x9b\x4e\xb1\x86\x26\xc0\x00\xc8\ \x4b\x27\x2c\x20\x2e\xc4\xcb\x0f\xf3\xc6\x46\x70\xa5\x90\xbc\x89\ \xea\x8d\x11\x19\xaa\xb4\x8b\xce\xa2\xa4\xb1\xca\xa8\x1c\x88\xd4\ \xb3\xd2\x53\x92\x71\xd0\x83\xca\xf8\xa9\xd8\x81\x45\xdd\x11\xd6\ \xd4\x01\x18\x83\x00\x3c\x6c\x16\xcd\x48\x06\xb3\x95\x95\x9c\x10\ \x31\x86\x12\x73\x95\xac\x5c\xa4\x62\xd1\x56\xc2\xaa\x2b\x41\x4a\ \x50\x12\x95\x82\x45\x48\x51\x89\x57\x91\xb5\xe7\x47\x23\x17\x64\ \xf2\x03\xfa\x8d\xb7\x90\x20\x16\x87\x9f\x05\x26\x70\xca\x68\x8c\ \xbb\xec\x93\x45\xf4\xa6\x27\x1c\xb8\x37\xb2\x71\x33\x50\x45\x46\ \xbb\x20\x79\xac\x36\x6b\x86\xbd\x66\x2b\x10\x89\x46\x2c\x54\xf3\ \xc6\xc5\xde\x7b\xd5\x3e\x82\x64\x8f\x01\x02\x50\xc6\x24\x35\x33\ \x1d\x9c\xd9\x88\x99\x00\x02\x38\xc2\xa3\xe6\xd2\x94\x04\xd1\x74\ \x9a\xd5\xd6\x02\x42\xa0\x24\x28\xe3\xa7\x61\xcd\x62\x65\x87\x44\ \x67\x04\x54\x37\x2d\xb8\x89\xf8\x9c\xb2\xf9\x8c\x5d\x57\x0b\x68\ \x10\xf3\x30\xc2\x10\x0b\x49\x23\x72\x05\xcf\x61\x8c\x25\x26\x26\ \xde\x7f\xff\x03\x83\x81\x95\x11\x8d\x5a\xb6\x75\x05\x1b\xfe\xb0\ \xa9\x5c\x08\xb0\x2d\x44\xc9\xe0\x78\x10\x02\x11\x13\x4d\x67\x59\ \xd1\x3e\x59\xb4\x9f\xb5\x9b\xae\xbb\x1e\xa6\xc7\x8e\x89\xcc\xbb\ \x5c\xb7\x2e\x16\x75\x25\x68\xda\xed\x34\xf1\x37\x46\x57\x9e\xe3\ \xf6\x89\x91\x9f\x7d\x17\x46\xae\x74\xdd\x9d\x1d\xf9\xe9\x97\x79\ \xc6\x7c\x7d\x69\x46\x6c\x47\xb1\xe3\xee\xfb\x44\xd1\x7e\xc8\xb8\ \x4b\x19\xbd\x3d\xf2\xca\xf3\xfd\x21\x10\x0c\xe8\xfc\x6f\xe8\x13\ \xd2\x59\x7d\xbb\x3a\x6b\x99\xbd\xed\x3f\x8d\xe2\x56\x1c\xcc\x40\ \x6e\x95\x4e\x59\xa1\x04\xff\x1c\xdd\xf5\x1e\x5d\xfc\x1d\x7d\xda\ \x48\x5e\x7e\x0e\x67\x8d\x86\xaa\x03\xe7\x2b\x6f\x49\xf7\x18\x7d\ \xc9\x62\x76\xe0\x59\x98\x76\x33\x10\x4d\x76\x9f\x8c\x6d\x3e\x0a\ \x46\x0c\xdb\xb9\xca\xa2\x20\x60\x8a\x34\x5d\x74\x56\xb2\xaa\x93\ \xa8\xa1\x49\x01\x74\x51\x89\x70\x43\x34\x16\xda\x47\xdf\xb1\x2b\ \x3b\xe8\xb8\x5f\xd0\x64\x1f\x00\xc2\xa9\x39\x04\x13\x65\xc1\x72\ \xe3\xb5\x1f\x5a\xe5\x51\xed\xae\xbf\x53\x33\x11\xeb\x00\x75\xe6\ \x02\x63\xf5\x0f\xb8\x19\x03\xa9\xe1\x84\x14\x61\x56\xa1\xd4\x1b\ \x1d\xf7\x3c\x0e\x6d\x67\xc0\xbf\x42\xcd\xd9\x12\xd9\xb0\x5d\x5d\ \xf8\x1d\x35\x35\x6c\xd7\x77\xe2\xc8\x39\x68\x68\xeb\xa3\xc2\xc8\ \x9b\x8e\xdc\x6e\x5c\x70\x8b\x32\x22\x29\xb2\x76\x3d\x9d\xf3\xb8\ \x23\x97\x5a\x65\xed\xea\x4d\xf7\xd8\x6f\xfd\x9b\x71\xa2\x45\x5f\ \xf9\x3d\x35\xd9\xb2\x1b\x42\x38\x2d\x99\x9f\x3c\x0f\x5c\x4c\x65\ \x77\x89\xb1\xa9\x51\xbb\xe5\x0e\xc0\x18\xa8\x2a\xca\xb7\xc7\x4a\ \x99\x34\x6d\x48\xbf\x55\xf3\xba\x00\x24\x00\x45\xd0\x65\x1f\x3a\ \xa0\x2e\xbe\x99\x78\xb6\xb0\x1e\x55\x9d\x30\x49\x94\x6f\xb1\x43\ \x01\xf7\xe3\x8f\xdb\xaf\x7c\x47\x78\x16\x39\xef\xbb\x4f\xd6\x1e\ \x07\xef\x78\x84\x1a\xa5\x0d\x64\xf2\x03\x8e\xa9\x59\xac\xa6\x45\ \x9b\xb6\x00\xef\xfc\x89\x79\x8e\xe9\x77\xfe\x2b\xf5\x74\xf1\xa8\ \xd3\x39\x65\x8e\xf1\xf2\x8f\x65\xde\x97\x1d\xd3\x92\x58\x59\x85\ \x64\xad\x50\x57\x05\xf0\xe1\xc0\x45\x08\x01\xb7\x81\xdb\x57\x00\ \x57\x51\x94\x9a\x9a\xda\xd5\x2f\xaf\x8e\x44\x22\x04\x5f\xb3\x1c\ \xc6\xb9\xcf\xe7\x7d\xe8\xc1\x07\xd3\xd2\xd2\x18\x63\xd7\x03\x5c\ \x80\xeb\xb6\x09\x30\x01\xaa\x22\x0a\xa2\xf1\xb4\xb0\x17\x63\xdf\ \x08\x3a\x67\x89\x38\xfe\x9b\xc8\x5b\x07\x70\xc1\x23\xae\xbb\xee\ \xc7\xcf\xbe\xc0\xc2\xf3\x49\x52\x50\x64\x64\x82\xe2\x45\x89\xd9\ \x24\x63\x98\x2c\xdf\x27\x78\xaa\xec\x3e\x69\xbc\xf9\x13\x91\xba\ \xcc\xfd\xc4\xdd\x24\xb0\x16\x84\x04\x69\x83\xa7\x40\x9d\x32\xc6\ \xde\xf0\x0f\xb1\x53\x4d\xca\xb2\x1f\x39\xe6\xdd\x65\x15\xfd\x94\ \x57\x9f\x82\xd4\x74\x94\x18\x56\xb2\x73\x21\xd0\xae\x4e\x9a\x64\ \x6f\xf8\x5b\xe3\x44\x9d\xb2\x4c\xd7\x33\xd4\x7e\x6a\x28\x74\x75\ \xee\x3d\x50\xbe\xc6\x3c\xd1\x4b\x67\xce\x97\xb6\x0d\x88\x20\xc9\ \x20\xf3\x66\xc7\xfc\x89\xd6\xbb\xbf\x96\x66\xc4\x3a\xf2\xb6\xfa\ \xc8\x13\xae\xf4\x3b\x71\xc0\x88\x3d\xf3\x7e\x3f\xb1\x01\x00\x01\ \x38\x7b\x91\x7e\x6b\x1e\x19\x7d\x13\x16\xc7\x8c\xda\x0e\x75\x86\ \x60\xfb\xfe\x14\x2d\x6c\xd1\x1f\x7c\x4a\xcd\xce\xb1\x0d\x87\x3a\ \x26\x60\xfc\xcf\xb7\xad\x16\xa4\xaf\xfa\xa9\x3e\x6b\x56\xa4\x12\ \x64\xd7\x69\x63\xf3\x6f\x85\xed\xd5\x57\xfd\x14\x35\xad\xeb\x5d\ \xfd\x2a\xa4\xce\x77\x3f\xf9\x35\x25\xfd\x04\x72\x25\x42\xb4\xd4\ \x7e\x6f\x0d\xef\x31\x50\xbf\x5b\x9e\x89\xc6\xd3\x9c\x0c\x97\x8e\ \x16\x9a\x3f\x01\xeb\x5b\x40\x23\xec\xcc\xab\xd1\xd7\xf6\xab\xb7\ \xff\x58\x1f\x3b\xce\xea\x1e\xa5\x8c\x50\x63\x7f\xf8\x07\xab\xc3\ \xe9\xd0\x46\x60\xe5\x7c\x67\x21\x29\x2a\x0e\x48\xc7\x64\xad\xbf\ \xcb\x25\x10\x82\xb8\x20\x13\x1e\x52\x73\x62\xe6\x9b\x3b\x25\xd6\ \x11\x02\x50\x34\x5e\xb6\x83\x2f\x9e\x43\x73\x32\x59\xb1\x9b\x0e\ \xf3\xdb\xeb\xdf\x07\x9c\x2c\xcd\xa8\x04\x97\x32\xe3\x2e\x28\x7e\ \x29\xf2\xe6\x3a\x3c\x72\xa5\x6b\xe5\x4c\xe4\x48\x53\xe6\xae\x80\ \xd6\x2d\xa2\xad\x4e\xe4\x2e\x50\x26\xcc\x61\x31\xae\xa4\x87\x63\ \x4f\xff\x1f\xbb\xcb\xe9\x78\xe2\x37\xea\xb4\xd9\x16\xf3\x22\x08\ \xdb\x47\xd7\xb2\xd6\x4e\xa4\x38\x06\xbf\x24\x71\xb5\x55\xab\x28\ \x4a\x53\x53\xf3\xeb\xaf\xbf\x11\x0a\x85\x3e\x88\xe3\xda\x76\x30\ \x98\x78\xcb\xd2\x5b\xb2\x86\x0d\xbb\x4e\xe0\x62\x02\x9a\x43\x5a\ \xb1\xeb\x30\x96\xa5\x00\xce\x24\xe7\xc8\x9d\x82\xd4\xb0\x64\x1a\ \x56\xa9\x68\xac\x97\x04\x89\xf6\x5a\x29\x96\x21\x5e\xcd\x5b\xbb\ \xe9\x84\x25\xc2\xd9\x66\x1e\x6d\x23\x79\xf3\x20\x25\xc8\x0e\x96\ \x4a\x91\x06\x12\x81\xa2\x82\xd5\x23\x4c\x8c\xa8\x02\x52\x02\xb7\ \x41\x4f\xc4\x2c\x62\xb7\xb6\x23\x2a\x44\x53\x03\x14\x64\x92\xec\ \x5b\xb4\xe5\x77\x89\xb2\x03\x92\x12\x29\x39\xd2\xbd\x80\x4d\xd1\ \xd1\x05\x08\x5f\xb4\x00\xb8\x05\x9e\x1b\x94\x31\x37\xa0\x10\x76\ \x8e\x0e\x90\xa4\xe1\xfa\xbc\x5b\x22\x6f\xac\x83\xe4\xd9\xce\x7b\ \x1f\x13\x87\x7e\x6f\x1c\x39\x0d\x6a\xaa\x36\x65\x2e\xdf\xff\x07\ \xe3\x64\x8d\xba\xf0\x1b\xda\xec\x25\x6c\xd3\x06\x90\xfd\x84\x1e\ \xe9\x3e\xe4\x6a\xe7\x25\xeb\xcd\xb3\x07\x78\x48\x47\x18\x03\x51\ \x00\x09\x19\xee\x04\xac\x20\x6f\x00\xec\x26\x1e\x8a\x21\x21\x79\ \x6b\x1d\x64\x07\xfa\xf8\x14\x42\x04\x51\x27\x72\x79\x65\x65\xb5\ \x04\x04\xa1\x46\x11\x71\x60\x37\x33\x37\xfc\x50\xce\x7f\xc0\xf1\ \xc8\xcf\xf8\x89\x97\x8c\xf7\x0e\x03\x92\xe0\x9b\xe2\xb8\xf7\x71\ \x68\x38\xc4\x15\x0a\x92\x03\x42\xfd\xd6\x15\xc1\xb2\xb7\x4d\xa6\ \x29\xc8\xab\x81\xdd\xc2\xc3\x31\x84\x9c\xc0\x2f\xf7\x07\x29\xfa\ \x65\x86\xaf\x65\xe3\xbc\x95\x8e\x5b\xa6\x59\x1b\x7e\x62\xd5\x76\ \x23\xbd\x6f\x60\x10\x30\x6a\xad\x93\x55\x7a\xfe\x3c\x86\x35\x1c\ \x3b\x69\xd7\xb7\x23\x3d\x15\x00\x00\x6b\xc8\xad\x8b\xba\x26\x29\ \x10\x08\x06\x52\x82\xe2\x44\x2e\x22\x4d\x86\x3c\x01\x7e\xea\x15\ \xbb\xee\x38\x4a\xb8\x0d\xba\x1b\x45\xd8\x44\x42\x88\x96\x1e\x1a\ \x48\x66\x6b\x7f\x12\x93\x0f\xe9\xf7\xfe\xa7\xa8\xdc\x64\xec\xda\ \x26\x05\x81\x0f\x77\x66\x49\x50\x34\x50\x54\xb8\x7c\x6b\xa3\x69\ \x9a\x63\xc7\xe6\x3d\xfd\xf4\x1f\x6c\xcb\x42\xd7\x26\xa2\x52\x0a\ \x4d\xd3\x47\x8d\xca\x36\xaf\x8f\xe3\x4a\x89\x14\x0d\x79\x13\xa1\ \xad\x66\xb0\x8b\xc3\x88\x22\xdd\x83\xbc\x89\x38\xb9\x40\x5b\x7e\ \x1f\x94\xbe\xc6\x9a\xcb\x70\x67\xb7\x3a\x6d\x09\xa9\xdb\x42\x26\ \x2f\xc4\x76\x19\xef\xed\xe4\xa7\x4e\xa8\x0f\x3e\x49\x4e\xfc\x2e\ \x72\xa0\xdb\xf9\xe8\x37\x71\xf4\x44\xa4\xba\x1a\x46\x28\xfd\x51\ \x3b\xa8\x2f\x7c\x47\x00\x10\xe4\xcf\x40\x91\x9d\x9c\x79\x94\xa9\ \x37\xda\xef\x57\x28\x53\xa7\xc9\x96\x4d\x32\x69\x02\x56\x5a\x63\ \x3b\x9f\x83\x09\x3a\x9d\xe6\x84\x9e\x2a\xd1\x43\x95\x39\x0b\xd8\ \xb6\xf7\x90\xcb\xdb\x3f\xc6\xb0\x0a\x66\xb9\xb1\xfa\x7b\xa0\x50\ \xe4\xcf\x27\x29\xcb\xed\xe2\x23\x92\x0c\x73\xdc\xfe\xa4\x2c\x79\ \xde\x38\x5a\x8a\xdc\x3e\x29\x5c\x24\x7d\x14\xea\x08\x8b\xb6\x6a\ \xd1\x63\xe0\xac\x74\x84\xb8\xec\x03\x2e\x25\xbc\x6c\x4b\x6c\xf3\ \x7b\x48\xa1\x40\x08\x10\x37\x60\x02\x08\x00\x10\x60\x02\x84\xc8\ \xc6\x52\x41\x6e\x53\x0b\xc6\x99\xd5\xa0\x8e\x9f\x20\xce\xec\x90\ \xe1\x5c\xe4\x1a\x49\x52\x33\x20\xcc\x45\x7d\xb9\x3a\x71\x29\x3d\ \x53\x03\xc3\x17\x12\x57\xb3\xdd\xd9\x0b\x84\x58\xbb\x7e\xc1\xc3\ \xff\xe8\x9c\x7d\x97\x75\xe8\x7d\x6e\x09\xec\xcf\x27\x3e\x14\x7b\ \xe9\x39\x96\xf0\x05\x3a\x72\x06\x20\x00\x4c\x00\x21\x40\x08\x30\ \x45\x0a\x95\x8d\x67\x05\x5d\xa1\x4d\x9e\x6a\x14\x77\x23\xa7\xf3\ \x2a\x94\x20\xe8\xd3\xb8\xd2\x82\xa4\x59\xfa\xf2\xa5\x6c\xfb\xbf\ \xdb\x75\x61\xec\x71\x5f\xf0\x6c\x20\x2c\xec\x93\x5b\xd5\xc7\xbe\ \xeb\x18\x69\xb3\x5d\x3f\x96\x06\x80\x03\x01\x26\xc0\x43\xa2\xaa\ \x5a\x9d\xba\x4c\x29\xaf\x95\x9e\x00\x52\x54\x88\xb5\x8b\xe6\x4e\ \x22\xdb\xed\x43\x6f\x83\xe6\x81\x68\xab\xb4\x8a\x20\x69\x95\x92\ \x97\x67\xb5\xf9\x94\xfc\x14\x7e\xf8\x2c\x68\x3a\x3f\xf0\x4c\xac\ \xe5\x6e\xf7\x03\x77\xd9\x47\xf6\xb0\x76\xf3\xc3\x57\xc5\x04\x07\ \xdd\x83\x74\xd7\x15\xb9\x15\x39\xe7\x5e\xaf\x77\xce\xec\xd9\x1f\ \x9a\x73\x11\x21\x64\x9a\xa6\x6d\xdb\xd7\xc3\x71\xa5\x40\x9a\x03\ \x32\x46\xcb\x96\x2a\x44\x06\xe3\x00\xe7\xb2\xa3\x05\x4f\xfc\x82\ \x33\x6d\x3e\x60\x21\x2a\x5e\x8e\xec\xdd\x05\x84\x5b\x3b\xff\x88\ \x97\x7f\xc9\xf5\xf8\x4c\x69\x77\x1a\x1b\x9f\x16\x96\x82\x6a\xdf\ \xe7\xdd\x2b\xa0\xb6\x4c\xd4\xd5\xf3\xf6\x4e\xd9\x74\x90\x87\x00\ \x4b\x53\x46\x7a\x01\x10\x48\x5b\x46\x42\x80\x81\x95\x1c\x14\xe3\ \x6e\xa5\xc3\x36\xc5\xd6\xbd\xe8\x5c\xf1\x90\x2b\x1f\xa0\xa7\xc8\ \xd8\xf5\x36\x63\x95\xf6\xe8\xaf\x38\x9f\xfc\xb9\x54\x13\x45\xed\ \x7a\xc9\x9a\xcd\x2d\xbf\xd3\x97\x3f\xe8\x7c\x62\x31\x72\xf9\x79\ \xe1\x76\x00\x0c\x08\x83\x88\x89\xce\x08\x70\x1b\x62\x3a\xef\x68\ \xe4\x6d\x0d\x28\xb0\x98\xf8\x3c\x30\xf2\x56\xe7\x13\xb7\x23\xd1\ \x60\xac\x7b\xc6\x78\xeb\x39\xc7\x92\x47\xdc\x63\xee\x03\xdc\x6b\ \x6c\xdf\x20\x85\x0e\x14\x00\x81\x8c\x85\xa4\x0d\x48\x75\x20\x55\ \x01\xc9\x24\x17\x32\xda\x03\xb6\x00\x04\x60\x86\x25\x45\xd0\x79\ \xdc\x7c\x6b\xa3\x36\xff\x3b\xae\x79\x20\x1b\xb7\xc6\x8e\x14\x09\ \xd6\x61\xd7\xcc\xd4\xef\xfd\x81\xa8\x7e\x3b\xb6\xfd\x4f\xa6\xf7\ \x5b\x8e\x47\x7e\x04\xdc\xb2\x37\x3f\x65\xb7\x49\x75\xd1\x93\x6a\ \x76\x02\x52\x54\xfb\xc0\xab\x82\x11\x44\x55\xd9\xb0\xd3\x2a\x1d\ \xad\x3d\xf2\xdf\x9a\x70\xa3\xce\x43\x92\x01\xc4\x42\xd2\xb4\x01\ \x21\xb0\xa3\xd2\x12\xb2\xe3\xa8\xb1\xf9\x0d\xc7\x82\xaf\xb9\xa6\ \x5a\xd8\x1d\x31\x0f\x75\x5c\x62\x0f\x21\x90\x4c\x46\x7a\xa4\x00\ \xb0\x19\x1e\x5e\x40\x1c\x1a\x9a\xf1\x24\x9d\xa3\x40\xe7\xa1\xe8\ \xd6\xf5\xd2\xc2\x80\x10\x50\x15\xb5\x9d\xb4\xcb\x1a\xf5\x9c\x5e\ \xbb\xa8\x54\x2a\x1a\x92\x4c\x46\xc3\x80\xb8\xfd\xfe\x1f\x48\xd2\ \xd7\x1c\x0f\xfe\x48\x82\x5b\x34\xbf\x27\x8d\x2e\x73\xf3\x6f\x1d\ \xb7\x3f\xe4\xfa\xd2\x22\x19\x6b\x33\xb7\x3d\x65\x37\xec\x8b\xed\ \x1a\xa1\x2f\xfe\x27\x85\x80\x38\xf7\x9a\x71\xf0\x34\x99\xfe\x75\ \x7d\xd2\x48\xc0\x9a\x7d\xe0\x0d\xde\x63\x02\xfe\x70\x8e\x2b\x39\ \x93\xc1\x4c\xec\x4f\x82\xcb\x9d\x59\x9a\xa6\x9d\x3d\x7b\xf6\xa9\ \xdf\xfc\x36\x12\x89\x7c\x80\xb3\x95\x73\xee\xf3\x79\xbf\xfd\xed\ \x6f\x65\x8f\xcc\xb6\x2f\xf7\x33\x7e\x48\x74\x18\xd2\x9d\xe6\xc1\ \x2d\x68\xfd\x2f\x89\xa2\x0e\x8e\xec\x22\xa0\x2a\x22\x04\x98\x21\ \x8d\x18\x10\x05\x08\x01\x66\x01\x56\x91\xae\x4b\x2b\x02\xb6\x00\ \x4a\x41\x4a\x40\x18\xa4\x00\x38\xff\x0f\xc2\xfd\xcb\x0d\x7d\x43\ \x10\x61\x00\x01\x9c\x03\xd5\x00\x71\x30\x4d\x50\x5c\x48\xa5\xd2\ \x08\x83\xc0\x80\x04\x20\x05\xe9\x4e\x90\x7d\x3e\x26\x04\xcc\x02\ \xea\x40\x9a\x06\xc2\x92\x96\x3d\x80\x72\x42\xa8\xff\x29\x08\x23\ \x45\x05\x04\x00\x52\x9a\x31\xb0\x6d\x50\x5d\x48\xa5\xd2\x8c\x00\ \xe3\x40\xe8\x45\x73\xb8\x2f\xb6\xff\x52\x03\x19\x04\xc8\x0b\x5f\ \x09\x60\x0c\x34\x37\xa2\x20\xa3\xbd\x80\x28\x20\x01\x40\x90\xe6\ \x00\xc9\xa4\x19\x05\x49\x91\xc3\x05\x3c\x26\x4d\x0b\x88\x0a\x54\ \x41\x94\x82\xb0\xfa\x9b\x05\x00\x24\x07\x89\x91\xc3\x05\xc0\xa5\ \x69\x5e\xf6\xd0\xbe\xfa\x4b\x01\x36\x03\xcd\x85\x14\x22\x99\x01\ \x4c\x5c\xf9\x5e\xfd\x6d\x08\x80\x31\x20\xd2\xef\xa2\x12\x4c\x5e\ \x36\xb1\x0a\x90\xb8\xbf\x61\xfb\x7e\xde\xdf\xb6\x0c\x24\x06\x87\ \x1b\x01\x97\x96\x01\x80\x80\xdb\x80\x35\xa4\xeb\x20\x99\xb4\x2d\ \x10\x02\x38\x07\xdd\x83\xb0\x90\xb1\x5e\x40\x0a\x28\x2a\xa2\x0a\ \x48\x26\x63\xd1\xfe\xc9\xe1\x43\x5d\xd0\x46\x84\xcf\xbc\x43\xbf\ \xeb\x3b\xd2\x88\x5c\x7a\x5d\xd7\xf5\xc2\xc2\xc2\xef\x7f\xff\x9f\ \xc2\xbd\xbd\x94\x92\x6b\x73\x5c\x96\x10\x08\xfc\xf4\x67\x3f\x1d\ \x5f\x50\x60\x9a\xe6\x75\x00\x17\x08\x15\x3d\xed\xd6\xcb\x3f\x52\ \x9b\xcb\x2f\xba\xbe\x3f\x64\x91\x76\x40\xab\xee\xfc\xf5\x0b\x17\ \x2f\x76\x8f\xfc\xa0\x8b\x97\xfe\x73\x59\x99\x57\x15\x38\xc0\x95\ \x81\x56\x9e\x2e\xc3\xe2\xe5\x57\xae\xa8\xf0\x15\x33\xcc\xc5\x7a\ \x5e\xf2\xd5\x07\xd5\xea\x8a\xfa\x0c\x58\xbd\x0b\xcd\xd5\xb7\x46\ \x78\xa1\xe4\x4b\xd6\xba\x07\xae\xde\x55\x55\x92\x1f\x60\x4f\x4b\ \x90\x03\xb5\xfc\x60\xda\xf0\xb2\x17\xfc\xc0\x16\x1e\x88\x27\x30\ \xaa\x91\x87\x7e\x48\x86\x8f\xbd\x62\xe5\x0c\x21\x64\xdb\x76\x63\ \x63\xe3\xd5\x1c\xe0\x0a\x8a\xac\xaa\x6a\x7a\x7a\x3a\xa5\x57\x26\ \x72\xfe\x30\xe3\x8c\x33\x9c\x90\x46\x26\x2e\xe4\xbb\x6a\xa9\x14\ \xf2\xc3\x1d\xba\xd7\x5a\xa4\xbd\xea\xfa\x85\xea\x5e\x5a\xef\xab\ \x2f\x0e\x78\xdb\xc0\x0f\xfa\xc0\xf5\xe1\x6b\x96\x73\xad\x6e\xf8\ \x80\xdb\xd0\xb5\x7f\x7b\x69\x1d\xae\xa8\xcf\x80\xd5\xbb\xea\x9e\ \xab\xaf\x7f\x00\x4a\x10\x1a\xdc\xda\xf8\xe5\xdf\x7e\xd0\xaf\xae\ \xdd\x4d\xd7\xbf\x02\x2f\x6c\x0b\x6e\x58\x70\x35\x6a\xfb\x10\xa9\ \x28\x4a\x6e\x6e\xee\x20\x62\x15\xa4\x65\x59\x57\x53\xe1\x41\xb8\ \xc3\x98\x49\xa7\x2c\xb2\x1a\xcb\x44\xd1\x3e\x34\x34\xd1\x18\x71\ \xf9\xeb\x13\xc9\x6c\x96\x3a\x4a\xbd\x79\xd5\xb5\x4c\x23\x29\xe5\ \x15\xb3\xff\xf5\x39\x5d\x07\x31\x70\x04\xd2\x5c\xea\xc2\x87\xcc\ \xc4\x2c\x61\x46\x51\x3c\x65\x53\x5c\x3e\x1c\xb5\x96\x85\x14\xba\ \xfc\x2b\x24\x31\x63\x88\x36\x9f\x0d\x76\xeb\x0e\x52\x54\xd1\xd5\ \x62\xbd\xbb\x16\x1f\xdd\x46\x28\x05\x21\x86\x2a\x0c\x2a\x2e\x9f\ \x6d\xcc\x4a\x69\x1b\x76\x70\x18\x5d\xfa\x04\x2d\xb8\x11\xac\xd8\ \x10\x3d\xe7\x7a\x36\x4b\x52\x05\xa8\x6a\xef\x5d\x2b\x0e\xac\xa7\ \x66\x14\x59\x51\x40\x08\x10\x8e\x93\x87\x38\x5a\x41\x4a\x10\x42\ \x0a\xce\x00\xa1\xfc\xd9\x74\xd1\x43\x38\x6d\x14\x98\xd1\xa1\x7b\ \xe4\xf5\x00\xf7\x3c\x55\xe7\xf5\x65\xec\xc4\x6e\x59\x57\x4c\x08\ \x85\x50\x3b\x84\x3b\xc1\x36\xe3\xf0\xfd\x9c\x0a\x42\x80\x29\x28\ \x1a\x77\xfa\x50\x72\x16\x99\xbe\x9c\xe4\x4e\x46\x8a\x7a\xb5\x41\ \xf6\x89\x02\xb7\xaf\xa2\x44\x01\x00\x11\xee\x14\x0d\x65\xa2\xb3\ \x59\x46\x43\x43\x5d\xcb\xb8\x7c\x7a\x85\x10\xa4\xbb\xb0\x37\x11\ \x0f\x1b\x83\x83\xe9\x00\xf0\xf1\x24\x04\xb9\x7e\xe0\x5e\xb4\xeb\ \x30\xea\x5b\x5f\x40\xf1\xec\x0a\x71\x9e\xc0\x25\xb3\xe1\x63\x4c\ \xa0\xf8\xbf\xc8\x1d\x26\x84\x14\x26\xc4\x55\x6d\x5c\x3e\x09\x89\ \x7b\x06\xe2\xf2\x99\x14\xaa\xaa\xea\xc7\xf9\x3c\x29\xa5\x6d\x5b\ \x52\x02\xc6\xb8\x6f\xd5\x44\x9e\x97\x2b\xc3\x7f\x28\x45\x08\xc5\ \x4f\x6c\xfd\x2b\x33\xe5\x00\xe4\xa5\x91\xb5\xe8\xa3\xda\xf4\x74\ \xf7\xdb\x3b\x3f\x46\x36\x04\x04\xe3\xf4\x8c\x0c\x4a\xa9\x61\x18\ \xb1\x68\x44\x4a\x50\x55\xd5\xe1\x74\x22\x84\x4d\x33\x96\x91\x99\ \xe5\x72\xb9\x85\x10\x8a\xa2\x3c\xf5\xeb\x5f\x35\x34\x34\x28\x8a\ \x12\xef\xed\xbf\x1a\x61\x8c\x27\x24\x04\xbe\xfb\xb7\x7f\x27\xa5\ \xc4\x18\x1b\x86\x51\x5e\x5e\xfe\xd1\xb0\x4b\x9f\x7b\xfe\x85\x8f\ \xad\xde\x42\x08\xb7\xdb\xfd\x8b\x5f\xfe\xba\xab\xab\x3d\x1c\x0a\ \xfb\x7c\x09\x8a\xa2\xd8\xb6\x45\x30\xce\xc8\x1a\xde\xd2\xdc\x64\ \x5b\x36\xb8\xfa\x07\x62\x4b\x4b\x4b\x5d\x5d\xdd\xc7\x3c\x21\xc4\ \x65\x88\x81\xcb\x2c\xd3\xb8\x74\xfa\x8d\xc5\x62\x1f\x11\xb8\x1f\ \x27\x32\x84\x10\x0e\x87\xa3\xb5\xa5\xb9\xab\xb3\x3d\x77\x4c\xbe\ \xdb\xed\x41\x08\x31\xc6\xda\xdb\x5a\x9a\x1b\x1b\x24\x00\xba\x64\ \x7b\x34\xa5\x54\x51\x94\xb8\xc6\xfd\xab\x22\x0a\x08\xd1\xcb\x3b\ \xf4\x02\x63\xfc\xb4\x1b\x67\xb6\x65\xb5\x34\x37\x66\xe7\x8c\xf6\ \x78\x7c\x9c\x73\xc6\x18\x42\x28\x25\x35\x43\x51\xd5\x50\xa8\x07\ \x5f\x23\xfa\x4c\x0a\x81\x30\xa1\x0a\x45\x92\xdb\xb6\x2d\x00\xa4\ \x90\x08\x13\x4a\x29\x48\x6e\xdb\x4c\x02\x02\xc9\x2d\xcb\x12\x80\ \x29\x25\x20\xb8\x65\xd9\xf2\xf2\x12\x64\xdf\x18\x07\x44\xfb\x85\ \x20\x04\x92\x33\xcb\xb6\x01\x13\x4a\x48\x5f\x70\x30\xa5\x94\x12\ \x2c\x25\x10\x4a\x29\xa5\x08\x40\x4a\x89\x49\xff\x6f\x30\x46\x52\ \x8a\xbe\x42\x08\x46\xdc\xb6\x6c\x26\x2e\x79\x0a\xb7\x6d\x86\xfa\ \x4b\x03\x84\x71\xdf\x6d\xe7\x4b\x23\x08\xa4\x6d\x59\x4c\x00\xa1\ \x14\x23\x69\x5b\x56\xdf\x96\x1c\xd1\xf7\x82\x94\x82\x60\x96\xcd\ \xe4\xc5\xf2\xb8\xe0\xbc\xaf\xee\x00\x20\x38\xb3\x6c\x86\x30\x21\ \x84\xf4\x47\x1c\x4a\x79\xa1\xaa\x94\xd2\x4b\xe2\x13\xe5\x25\xe6\ \x41\xff\xff\x9c\xd9\x5c\x22\x42\x29\x3e\x1f\xcf\x29\x01\x08\x55\ \xfa\x5b\xe3\xb3\x65\x9c\x7d\xcc\x03\xce\xb2\x2c\x82\x89\xcf\x1f\ \x60\x9c\x21\x84\x30\xc6\x9c\x73\x21\x84\xd7\x1f\x68\xa8\xaf\x1b\ \x68\xf0\x49\x9b\x91\x9b\xbf\xf4\x8f\xcb\x46\xaa\x5d\xbd\x8c\x42\ \xb4\x70\xe7\xfa\xed\x85\xf5\x4b\xbf\xf1\xcf\x37\xa7\x89\x50\x54\ \x12\xd1\xbd\x6f\xcb\xba\xf7\x4e\xd5\xd8\xd4\x35\x71\xc9\x9d\xb7\ \xce\xc9\x53\x24\x20\xbb\x63\xff\xd6\x37\x76\x1f\xaf\x23\xaa\x22\ \x39\x13\xde\xe1\x8f\x7e\xf3\x81\xa2\xe7\xfe\xfb\x5c\x70\xc1\xb7\ \x1f\x59\xc0\xda\xbb\x05\x42\xd0\x5b\xf2\xe2\x73\x6f\x54\x47\xfc\ \x0b\xef\x5a\x75\xf3\xc4\x4c\xce\x64\xac\xed\xcc\x9e\x03\x0d\xb3\ \x6f\xbd\xd9\xa7\x3a\x03\x7e\x3d\xd4\xd9\x65\xc5\xea\x5f\x5d\x53\ \xb8\xf0\xfe\xc7\xb3\xb4\xae\xa8\x2d\x31\x8a\xec\x7c\xf9\xc5\x06\ \xcf\xd4\xaf\x3d\x32\x3f\xda\x11\x42\x18\x75\x54\x9f\xda\xb6\x65\ \x5b\x55\x37\x53\x08\x96\x82\x4b\xc5\xbf\xe0\x9e\xfb\x6f\x2a\x48\ \xe5\x4c\x34\x9f\xd9\xf5\x76\xa5\x7a\xdb\xb2\x59\x6e\xcd\x13\x70\ \x2b\xdd\x9d\x9d\x66\x67\xdd\xab\xcf\xfc\x39\x56\xb0\xf0\x8b\x5f\ \xb8\x39\x49\x97\x08\xcb\xb2\xf7\xb7\xac\xdb\x79\xb0\x5b\xa4\xad\ \xfa\xca\xd7\xa7\xa5\x41\x8f\x09\xd8\x6c\xdf\xbf\xf5\x8d\xfd\xc5\ \x2d\x88\x12\xdb\xb4\xc6\xdc\xfa\xad\x6f\xcc\x75\xfc\xfa\xe7\x3f\ \x3f\xd7\x29\x15\x24\xb0\x33\xe5\x96\x3b\xef\x99\x3d\x3a\x85\x0b\ \xc4\xbb\x4b\x5e\x79\x6e\x75\xbd\x77\xee\xf7\xff\xe6\x76\xdc\xdb\ \x61\x01\x42\xbc\xe5\x8d\x67\x5e\x3e\xd7\x16\x43\xc2\x4a\x9b\x73\ \xff\xbd\x53\xc8\x9f\x7f\xf3\x52\x0f\xc2\x7a\xd2\x94\x6f\x3e\x7c\ \xe3\x96\x3f\xfe\xb2\x31\x65\xc1\xa3\x5f\x5c\xe4\x25\x36\x58\xdd\ \xdb\x5f\x7e\xfa\x34\xcc\xfa\xe7\x6f\x7d\xc1\xea\xea\xb4\x24\x92\ \x46\xeb\xfa\x3f\x3f\x5b\x1a\x12\x14\xa3\x4f\x54\x25\x63\xaa\x28\ \xf8\x92\xa0\x69\x84\x90\xe0\xcc\x66\xfc\x6a\xe0\x0e\x89\xd9\x2e\ \x25\x20\x84\xae\x76\x0b\x48\x29\x31\xc1\x04\x13\xc1\x79\x67\x57\ \x57\x67\x67\x67\xf6\xc8\x91\x18\x03\x25\xe4\x5a\x0e\x04\x89\x94\ \xe4\x8c\x40\xed\xd1\x97\x9f\x7f\xab\x3c\x63\xd2\xb2\xbf\x79\xf8\ \x91\x8e\xd6\x5f\x07\x92\x3d\x65\xfb\xff\xb4\x66\x6f\x63\xee\x8d\ \x5f\xfc\xd2\xa3\x0f\x35\xfd\xe0\x47\x6c\xda\x23\x5f\x59\x9a\xfa\ \xfa\xea\xe7\x8a\x9a\x62\xe9\xe3\x17\x3f\xfe\xc4\x37\xf1\x6f\x7f\ \xbc\xbd\x34\xac\x22\x09\x48\xf1\x27\x25\x3a\x28\x28\x9e\x04\x35\ \x56\xf1\xf4\x2f\x9f\xe9\x41\x1a\x05\x16\x8e\xea\x0b\x1f\xf8\xce\ \xdd\xb9\x9d\x2f\xbc\xf8\x3f\x75\xbd\x28\x31\xc9\xd5\x5a\x53\x5f\ \xf6\xd4\x49\xdf\xe8\x9b\xbe\xf1\xd8\xd4\xcd\x2f\xfe\xbe\xbc\xad\ \x37\xe6\xcc\x4f\x0c\xe2\x77\xfe\xf0\xdb\xf7\x1a\x62\x1a\xc5\x91\ \x50\x34\xff\x96\x0c\x57\xb8\xf8\xf7\x7f\x78\x93\xb9\x33\xe6\xde\ \xf9\xf0\xd7\xbe\x99\xfa\x8b\xff\x7a\xba\x99\x21\xc9\x58\xda\xa4\ \x65\xf7\xcd\x49\xf9\xe3\x4f\x7f\x5e\x66\x78\x93\xbd\xbc\xb9\xb1\ \xeb\xb9\x8a\xc3\x09\x13\xef\x7e\x72\x79\xe6\xda\xff\x79\xaa\x29\ \x66\xe1\xe1\x8b\xbf\xf3\xd5\xbb\xcb\x37\xff\x79\xdd\xc9\x7a\x47\ \x4a\xfe\xaa\x87\x9e\x7c\x54\xf4\xfe\x72\x47\x67\x6a\x62\xb0\x62\ \xd7\x53\xab\x8f\xb5\xe5\xcf\x5f\xf5\xd0\x97\x1f\xaf\xff\xc1\x7f\ \x55\xf6\x98\xd2\x33\x6a\xde\xb4\xe1\x86\x43\xbd\x79\xc6\xd8\x73\ \x1b\x8e\x59\x7a\x70\xc5\x63\x7f\x3f\xdf\x5b\xf6\xe2\x73\xbf\x6b\ \xb3\xf4\xe4\x44\xbd\xc7\x64\x9a\x3b\xa0\xa3\xae\xe7\x9f\xfa\x69\ \x2d\x53\x28\x01\x66\x5a\x94\x62\x6e\x4a\xea\xf0\x25\x24\x10\x0c\ \x12\x40\x02\xd5\x13\x82\x7e\x55\x0f\x2e\x7b\xf8\x3e\x72\xfa\xf9\ \x5f\x6d\x2d\x4e\x48\x4d\x8b\x75\x9a\xfa\xf0\x44\x57\xa4\xe5\xc5\ \xdf\xfc\x77\xa5\xa5\xab\x04\x71\x53\x92\x4f\x16\xb5\x18\xdb\x91\ \xce\x33\x45\xa5\x21\x76\xc9\x82\x96\x94\xde\xcc\x9c\xfc\xac\x14\ \x0c\xfc\x52\x80\xd0\x6f\x7e\xeb\x3b\x43\x51\x09\x55\x55\xcb\x4a\ \x4b\x5f\x79\xf5\x15\xb7\xdb\x7d\x35\x22\x11\x02\xce\x79\x73\x73\ \x73\x4f\x28\xe4\xf7\xf9\x92\x93\x93\x3f\xa4\x38\x6e\x75\xb7\x37\ \xd7\xd7\xd7\x1a\xee\x4a\x1b\x4f\xf5\xb9\x54\x61\xc7\xba\x5a\x1b\ \xeb\x6a\x2b\x79\x71\x39\xff\x42\x96\x37\x31\xb3\x60\x71\xc1\xc1\ \x8d\x3f\xd9\xf2\xde\x39\xa7\x4b\xad\xa9\x7a\x2e\x61\xf4\x7f\xdc\ \xb8\x68\xce\xbb\x67\x36\x31\x15\x03\x48\xce\x98\x90\x20\x19\xc3\ \xaa\x2f\x77\xec\xf8\x18\xa2\xa1\xc6\x0a\xcb\x95\x36\x6f\x4e\x70\ \xfd\xcf\x7e\xb6\xaf\xa8\xcb\xa1\xd3\xa6\x3a\x49\x14\xca\x8d\x18\ \xeb\xee\x31\x8c\x68\x77\x47\x7b\x47\xa7\x41\x35\xce\x05\x4d\x1b\ \x95\x5f\xe0\x37\xb1\x11\x2a\x3a\x5d\xcc\x85\x34\xa3\xe1\xae\x8e\ \x8e\x70\x4b\xeb\xea\xdf\xdb\x39\x3f\xfa\xee\xfc\x09\x29\xcf\x1f\ \x6c\x57\x11\x8a\xf5\xb4\x76\xb1\x89\x23\x46\x65\x95\xbf\x7f\xea\ \x54\xad\xe9\x74\x39\x22\x3d\x11\xd9\x1d\x8e\xc5\x22\x9d\x6d\x2d\ \x4d\x31\xe7\xed\xf7\xcf\xa5\xe7\xd6\xbf\xb0\x61\xbf\x74\x38\xec\ \xaa\xaa\x17\xdc\x99\xdf\xbf\xf3\xe6\xb4\xf7\xd7\xdb\xb6\xd9\xd9\ \xdc\x50\x57\x5d\x8f\xce\x55\x98\xb7\x8e\x72\x2b\xd8\xb2\x64\xde\ \xfc\x9b\x82\xcd\xef\xfc\x6a\x9d\xf8\xca\xca\x9b\x33\x77\x1e\xed\ \x4a\x9f\xb8\xa8\x80\xad\xf9\xb7\x3f\x1f\xac\x32\x5c\x1a\xae\x2c\ \x8d\x11\x85\x26\x82\x40\xc4\x91\x9d\x5f\xe0\xe1\x54\x74\x37\x96\ \x54\x37\x48\x49\xfa\x49\xc6\xc5\x6c\x3e\x92\x73\x2e\xb8\xd9\xd2\ \xd2\x99\x97\x36\x22\xcd\x57\x72\xf6\xcc\x31\x13\x91\xcc\x2c\x06\ \xba\x33\x3b\x7f\xbc\x83\xa9\xa2\xa7\xb6\xb8\x32\x8a\xd0\x27\xe9\ \xd7\x27\x04\x77\xb6\x54\xec\x3f\x7c\x3a\x39\x2b\x43\x05\x21\x01\ \x10\xc6\x66\x57\x53\x51\x0b\x1f\x31\x2c\xcd\x8d\xf8\xa5\x30\xa2\ \x7e\xbf\x7f\x28\x2a\xe1\x70\x38\x2a\x28\xa9\xaa\xaa\x1c\x95\x3d\ \xca\xe9\x72\x0d\xa0\x77\x31\x2e\x18\x37\x0e\x21\xd4\x47\x15\x3e\ \x50\x7b\x0b\x53\x38\xa6\x2f\x7a\xf0\x7b\x79\xd1\xb4\x9c\xec\xe6\ \x83\xdb\x0f\x95\x75\x2d\xa3\xfe\xe9\xcb\x1f\x4b\x9c\xce\xb3\x46\ \xa6\x9f\xd8\xb6\xb6\xb8\x5d\x5b\xe2\xe9\x3d\xdc\xd1\x45\x35\x9d\ \x52\x45\x57\x22\x0d\xcd\xdd\x4a\x6e\xb2\x03\x8b\x90\xc4\xe8\xfc\ \xd4\x23\xa5\x50\x3c\x29\x05\x13\x27\x5b\x08\x37\xa0\x9e\x8e\x56\ \xaf\x17\xb5\x34\x76\x1b\x9a\xa6\x51\x8a\xfb\x79\x13\x21\x04\x63\ \x84\xfa\x98\x24\x41\x20\x01\xe9\xd9\xf9\x37\xe8\x11\x2e\x3b\x6b\ \xab\x8b\x8b\xfa\x5a\x94\x10\xa2\x2a\x2a\x8b\xb6\x75\xf4\x86\xfc\ \xc9\x5e\x24\xda\x88\xa6\xf4\x54\xec\xf9\xf5\x9f\xcc\x45\x0b\x96\ \x7c\x7b\xde\x6d\x67\xf7\x6f\x5c\xff\xce\x09\x79\xbe\x34\x82\x09\ \x56\x5c\x89\x6e\x67\x77\x65\x03\xa7\xba\x4e\x29\xd6\x94\x50\x7b\ \x43\xaf\x73\x96\x5b\x23\x0c\x94\xe9\x77\x7d\x39\x61\x11\x1e\x9e\ \x95\x5c\xba\xe9\xa5\x92\x0e\x03\x39\x93\x67\x4e\xcf\xad\x3d\xb0\ \xa7\xb6\xc4\x6c\x80\x05\xb3\x6f\x48\xdb\xde\x9b\xa0\x87\x5b\x5b\ \xc3\xa6\xa6\x29\x82\x78\xe6\xdd\x76\xb7\x38\xb7\xa3\xd8\xb4\x14\ \xdd\x9f\x37\x61\x72\x86\x24\xd1\x4a\x59\x51\x5d\x67\x01\xe9\x9b\ \x61\x65\x1f\x87\x45\x20\x85\x40\x08\x2b\xb2\x77\xd7\x33\xbf\x82\ \xa5\x4b\x6f\x7f\xec\xdb\x2b\xba\xca\xde\x7c\xe9\xa5\x36\x9b\x51\ \x4f\xc2\xe8\x1b\xa6\xa4\x0a\x12\xad\x33\x4a\x2a\x5a\xc4\x27\xcd\ \x73\x6d\xd3\x08\xe4\x4c\xbc\xfd\xf6\xf9\x0e\x6e\x08\x09\x54\x55\ \x43\x15\x85\xeb\xde\x6f\xb6\xf9\x95\xac\x96\x5e\x91\x4b\xec\x2f\ \x25\x7d\x86\x57\x2c\x1a\x35\x4d\xd3\x35\x90\xd2\xa5\x94\xf6\x25\ \x8d\x42\x08\x7d\x08\x70\x11\x22\xc0\xda\xea\x4a\x0e\xbe\x57\x1e\ \xde\xb2\xa6\xb1\xa9\x25\x02\x01\x15\x5b\x8d\x25\x27\x8e\xb7\xa6\ \x8d\x9f\x94\x55\x51\x7c\xa6\x3d\xec\x6c\xea\xf1\xe6\x66\x65\x6e\ \x2d\x3c\x66\x63\x66\x08\xd7\x98\x91\xc9\xb1\xf6\x43\xdd\x06\xe3\ \xaa\xc4\x4c\x50\x02\x20\x25\x26\xb4\xb7\xe1\xf8\xb3\xbf\xfd\x7d\ \x0f\x56\x11\x17\x7a\xe6\x94\x2e\x3e\x2c\x27\xd5\x73\xbc\xa1\x05\ \x23\x45\x70\x49\x54\xe5\xea\x09\x0c\x44\xc7\xb6\xd5\x4f\xef\xad\ \x8b\x2a\x94\x48\x41\x52\x30\x48\x29\x18\xb3\x0d\xdb\x54\x53\x27\ \x64\xf8\xbd\x27\x6b\x3a\x80\x20\x40\x18\x83\x59\x5e\xb8\xad\xf2\ \xf8\xee\xa4\xfc\x25\xff\xfa\xf5\x87\xba\xeb\xca\x37\x9d\xe9\xba\ \x48\xdf\x78\xa4\xbe\xad\x7b\x62\x4e\x9e\x53\x1e\x8d\xd9\x60\x9b\ \x3c\x77\x78\x9e\xbb\xbb\xb1\x2b\x62\x13\x90\xcd\x65\xc7\x4f\x46\ \x72\x26\x8c\xcd\x28\x3d\x55\x1a\x32\x59\x52\xde\x0d\x37\x8c\x4a\ \xea\xc5\xab\xbe\x37\x4b\xba\x5d\x9e\xb4\x99\xb3\xde\x59\x5b\xd5\ \xed\xb9\x71\x58\xa2\xab\xa8\xb5\x0b\x1c\x81\x71\x33\x97\xa2\xe8\ \xa1\xa2\x36\x14\xe9\xac\x7c\xe5\x0f\xbf\xaa\x66\xaa\x82\xb1\xaa\ \x69\x04\x01\x47\x60\x99\x5c\xa7\x5e\x2a\x2d\xd3\x44\xaa\xe6\x51\ \x11\xe6\x02\x8c\x8e\xaa\x4d\xab\x9f\xde\xe5\x4e\xba\xed\xdb\xff\ \xb2\xea\xbe\xa5\xcf\xec\x92\xbd\xf5\xe7\xd6\x3c\xfd\x8b\x72\x53\ \xd7\x28\xd5\x34\xf5\x93\x5d\x47\x95\x00\x0e\xa7\xd3\x0e\x75\x46\ \x0d\x5b\x45\x8c\x09\x89\x30\x0e\xf7\x74\x30\xd5\xa1\x2a\xe8\x0a\ \x4a\x3b\xb4\xc6\xd9\x80\xce\x8e\x3e\xbc\x9e\x2b\x2d\x69\x6f\x6f\ \x93\x42\xe8\xba\x9e\x9d\x93\xeb\x76\xbb\x3f\xa0\x18\x5d\x27\x1d\ \xb5\x45\x85\x47\xce\x6a\x4e\x8d\x60\x42\x09\xd1\x35\xd4\x51\x5f\ \xb2\x7b\xf3\x36\xd3\x99\xf8\xe4\x13\x4f\x56\xfe\xe8\x97\xdb\xde\ \xdc\xfd\xbd\x87\xbe\xf4\x38\x5e\x7f\xa2\x36\x3c\x62\xf2\xa2\x25\ \xa9\x9d\x7f\x7a\xf5\xec\x94\x5b\xbe\xa0\x47\xdb\xd5\x11\x73\x73\ \x78\xc7\xa6\x8e\x30\x1a\xa9\x78\x12\x33\xc6\x4f\x9c\x14\x46\x2a\ \x06\xab\xb6\xa2\x6a\xd7\x3b\x15\x0f\x3d\xfa\x2d\x19\xdc\x5a\xdd\ \xc5\x13\x93\xdd\x95\xc7\x8e\xd4\xb4\xc6\x10\x26\x9a\xae\xe1\xfe\ \xdd\x8b\x58\xd5\x03\x39\xe3\x6e\x08\x25\x9a\x0a\xc1\x9d\x35\xd5\ \x80\x90\x37\x69\x58\xfe\xb8\xf1\xc2\x3f\xfc\xc6\x5b\xbf\xc0\x2b\ \xdf\x7e\xa7\xa8\x43\xa5\xaa\xe0\xcc\x97\x31\x69\x51\x7e\xa0\xb1\ \xbe\x49\x49\x4b\x55\x88\xe4\x42\x82\x94\x88\x28\x9a\xa6\x22\x40\ \x8a\xca\x0e\xef\xd8\x36\xe3\x6f\xbf\xfc\x8d\x27\xd9\x3b\x47\x2a\ \x9d\xc3\x26\xde\xb6\x74\xdc\xfe\x97\x7f\xdc\x1a\xc3\x0e\x5d\x69\ \xaf\x28\xda\xb5\xff\x1d\xe6\xfc\xc7\x87\xbf\xf2\x48\xf9\x0f\xff\ \x38\x76\xd1\xfc\xde\xc2\x35\x3f\x7b\x76\x1f\x28\x48\x4b\x99\xfa\ \x8f\x7f\x7f\x7b\xae\xf3\x3f\x37\xed\xef\xf9\xe2\x93\xdf\x56\xd7\ \xbf\x55\x1d\xf5\xa5\x26\x28\xf5\x36\x97\x08\xbb\xfd\x29\x63\x27\ \x4c\xf2\x33\xaa\x60\xe8\x6c\xa8\x6e\x09\x99\x84\xd2\xf6\x92\xa3\ \xdd\x77\x7e\xf5\xfe\x07\x6e\x7b\xfb\x74\xcf\xf4\x15\xb7\x98\x4d\ \xfb\xca\x42\x8e\x99\xcb\x96\xf9\x22\xcd\x2d\x61\x9c\xec\x51\xa1\ \xd7\x96\xa0\xb9\x83\xa9\xf9\x13\x26\x79\x6c\x5d\x45\xac\xa3\xa9\ \xb6\xb5\xc7\xc2\x9f\x1c\xcd\x15\x1c\xfc\x29\xc3\x03\xd6\xf1\xbd\ \x87\x8a\x97\x4c\x1f\xa5\x20\xe8\x6d\x29\xdb\x73\xb0\x3c\x65\xf2\ \x2d\x1e\x2a\xae\xd8\x48\x41\xbe\xf1\xf5\xaf\x0f\x45\x25\x14\x45\ \x69\x68\xa8\x7f\x77\xcf\xee\x84\x84\xa0\xc3\xe1\xb8\xa0\x71\x31\ \xc1\x13\x6e\x18\x5f\x5b\x5b\x1b\x8b\x45\xb2\x47\xe5\xa4\xa6\xa6\ \x99\xa6\x79\xb6\xb8\x08\x00\xd9\x96\x19\x08\x24\xa8\x9a\x26\xa5\ \x24\x84\xec\xd9\xbd\xbb\xbb\xbb\x9b\x10\x22\x01\x07\x52\x92\xa3\ \x75\xe7\xaa\x5b\x23\x54\xa1\x18\x90\x44\x24\x21\x25\xa9\xa7\xaa\ \xa4\xb1\x33\xd2\x52\x53\xad\x67\x17\x78\x63\x75\x47\x0f\xbf\x7f\ \xb6\xc5\x1e\x3b\x65\xfa\xd8\x31\x39\x3e\x56\xb7\xf6\xc5\x17\x8f\ \xd6\xb1\xdc\x09\xd3\x67\x4f\x9f\x38\xcc\x67\xef\x58\xbb\xe6\x78\ \x55\x8f\xea\x0b\x66\xa4\x67\x8e\x1a\x35\x3a\x27\x37\x37\x37\x77\ \x78\x4f\x55\xd1\xc1\xf7\xf7\xb7\xc8\xe0\xe4\xa9\x93\x73\x47\x65\ \x07\x1d\x76\x45\xc9\xb9\xae\x18\xa3\x4e\x5f\x92\x17\xce\x9d\x3c\ \x1b\xb6\x00\x29\x8e\x94\xe4\x8c\xac\xec\x11\xb9\xb9\xa3\x73\x72\ \x72\x3d\xbd\x8d\xe5\xad\xbd\xc9\xc3\x73\x46\x65\x8f\x1e\x9e\xee\ \xaf\x3d\xb4\x75\xcd\x9b\x6f\xf7\x48\x85\x60\x24\xa5\x50\x7d\x19\ \x93\x66\xcc\xbc\x61\x5c\x5e\x76\x9a\x76\x60\xf3\x9a\x3d\x67\x5a\ \x08\xc1\xd4\x99\x90\xa0\xc7\x4a\x4e\x97\x9a\x58\xe1\xdd\xf5\xa7\ \x8b\xaa\x92\xc6\x4c\x99\x3c\x3e\x2f\x23\x01\xbd\xb7\xfe\xb9\x2d\ \x85\x55\xa0\xba\x93\x93\x03\x9d\xd5\xc5\x0d\xa1\x48\x53\x55\xad\ \x7f\x58\xbe\xc3\x0c\xb9\x02\xbe\xf2\x03\xbb\x4a\xdb\x62\x92\xb3\ \xde\xde\x1e\xe4\xcf\xf6\x85\xcb\x77\x6e\x7f\xa7\x47\xcb\x98\x3a\ \x75\xf2\x98\x51\xc3\xac\x96\x33\xfb\x0f\x1e\xeb\xb0\x1d\xc3\x87\ \x65\x0c\xcf\xc9\xcd\xcd\xcd\xcd\xc9\xc9\x15\x0d\xc5\x15\xed\x11\ \x42\x28\xeb\x6d\x2a\xad\x6a\x1f\x31\x71\xd6\xf8\xbc\x51\xd0\x78\ \xf8\xa5\x57\xb7\xb6\xda\xda\xc8\xb1\x53\x66\x4c\x9d\x38\x7a\x74\ \x8e\xac\x3b\xf4\xda\xeb\x3b\x7a\x90\x77\x78\x4e\x66\xc6\xc8\x31\ \xa3\x73\x73\x73\x72\x87\x5b\x4d\x6b\xf2\x4d\xd9\x00\x00\x20\x00\ \x49\x44\x41\x54\x25\x95\xad\x06\x19\x4a\xb7\x98\x10\xc2\xe5\x72\ \x2d\x5c\xb8\xa8\x6f\xa6\x65\x8c\xb5\xb5\xb5\x5d\x54\x6d\x52\x20\ \xcd\x93\x96\xa0\x14\x1d\xde\xf7\xfe\xe1\xe3\xa7\x4e\x9e\x38\x72\ \xaa\xcc\x35\x72\xda\xc2\x99\x79\x8a\x60\x57\x4c\xd9\xe8\x6c\x71\ \xd1\x10\x71\xdc\x43\x87\x0e\xfe\xf0\x07\xff\x37\x27\x27\x37\x90\ \x90\xd0\x47\x06\xa4\x94\x9a\xa6\xde\x3c\x6f\x6e\xc1\x84\xc9\x13\ \x26\x4e\xb2\x4c\x93\xd9\x16\x00\x84\xc2\xe1\xc2\xc3\x87\x7c\x5e\ \x77\xfe\xd8\xf1\x2e\xb7\x5b\x08\xa1\xaa\xea\x0f\xfe\xef\xff\xa9\ \xae\xae\xee\x5b\x1f\xb1\x8d\x98\xa4\x9a\xaa\x5c\x38\x52\x4d\x5a\ \x86\x81\xa8\xa6\x2a\x44\x0a\x66\x1a\x16\x56\x75\x85\x00\xb7\x6d\ \x9b\x71\x09\x00\x08\x51\x45\x55\x08\xb2\x2d\x8b\x71\x01\x00\x84\ \xaa\xaa\x4a\xa5\x6d\x19\x96\x7d\x7e\x81\x1c\x29\x9a\x46\x90\xb4\ \x6d\x9b\x71\x81\x00\x00\x61\x55\xd3\x08\x46\x82\xdb\xa6\xc9\x54\ \x5d\xc7\x08\x81\x64\xa6\x61\x5e\xc8\x68\x80\x15\x8d\x22\x6e\x9a\ \x76\xbf\xd3\x04\x13\x45\x39\xef\x16\x05\x90\x82\x59\x96\xdd\xe7\ \x75\xc5\x54\x51\x15\x8a\x00\x49\x6e\x99\xb6\xd0\x74\x0d\x9d\xf7\ \xc5\xda\x76\xdf\x3d\x88\x50\xaa\x28\x14\x83\x34\x0c\x03\x29\xba\ \x46\xb1\x14\xcc\x30\x2d\xa2\xa8\x92\xd9\x40\x54\x95\xe2\x0b\xef\ \x0b\x54\x53\x09\xd8\x96\xc5\x84\x44\x00\x12\x90\xa2\x69\x14\x78\ \xcc\xb0\x2e\x2c\xf9\x13\x55\x57\xce\x23\x8f\x33\xdb\xee\x73\x09\ \x23\xac\xaa\x2a\xc1\xc0\x2c\xcb\x3e\xff\xa6\x8a\xaa\x61\xb0\x0d\ \xe3\x62\x6b\x10\x55\x53\x86\xd8\x99\xcb\x18\x4b\x4a\x4a\xfa\xf7\ \x1f\xff\x47\x9f\x91\x13\x8b\xc5\x8a\x8b\x8b\xaf\x98\x93\x15\xcd\ \x01\x46\x57\x6d\x7d\x4b\x8c\x49\xdd\x1d\x48\x4f\x0d\x62\xc1\xc5\ \x47\xd9\xe5\xfb\x97\x65\xdf\xb6\xed\xf5\xf9\xf3\xf2\xf2\x19\xb3\ \x39\xe7\x52\x4a\xcb\xb6\x74\x4d\xcb\xca\xca\xaa\xad\xae\xba\x74\ \xe5\xec\x42\xf0\x0d\x00\x50\x4d\x07\x00\x29\xe4\x25\xaf\xa7\xf7\ \x8d\x60\x00\xac\xea\x7a\x9f\x03\x0e\x53\x45\xbb\x24\x95\xaf\x94\ \x40\x15\xf5\xc2\x05\x29\x04\x10\xaa\x3b\xe8\xe5\xbc\x0a\x5d\x7a\ \x4f\xff\x4a\x05\x22\x9a\x4e\xce\xfb\xed\xb1\xaa\x5f\x91\xe0\xed\ \xaa\x42\x2e\xa6\x3e\x20\xaa\x46\x2e\xff\x42\x02\xa6\x9a\x76\xf1\ \x26\x84\xaf\xbc\x47\x00\xa8\x97\xbc\x8e\xa6\xe9\x00\xd0\x77\x5e\ \xcd\x85\x92\xfb\xde\x57\x02\x50\x55\xa3\x97\xd5\x9f\xe8\x0e\xc7\ \x80\x95\xc1\x84\x6a\x84\x5e\xda\x1a\x44\x51\x2f\xc9\x90\x2d\x3f\ \xe8\x45\x86\x88\xc5\x5e\xb6\x2c\x32\x10\x29\x24\xc4\xe8\x6e\x2c\ \xab\xa8\x8d\xd8\xe0\x49\x48\x4d\x49\x09\x52\xc9\xd9\x40\x3f\xf9\ \xb8\x81\xcb\x39\x77\x7b\xbc\xba\xc3\x61\x18\x31\x09\x52\x48\x29\ \x85\x64\x9c\x25\x04\x82\xe5\x65\xa5\x97\x0e\x3e\x4a\x29\x46\x08\ \xc7\x77\x04\xfd\x15\x09\xc6\xe8\x03\x72\x33\x22\x4c\x65\xb4\x65\ \xcf\xe6\xcd\xf5\x16\x35\x7a\xa3\x9a\xa2\x9c\x1a\x31\x69\xc5\x82\ \xc9\x3a\x12\xf2\x13\xd7\xb8\x20\xfb\xa7\x26\xd4\x1f\xd2\x86\xfa\ \xb2\x7a\xa2\xcb\xf3\xd3\xdb\xb6\x7d\xe7\x9d\x77\xa8\xaa\xfa\xc9\ \x7a\x16\xe3\xf2\x97\xee\x7c\x69\xc4\x62\x42\x88\x01\xe3\x13\x08\ \x81\xa6\x9a\x92\x16\x2d\x77\xd5\x8a\xd1\xef\xee\x2e\x9e\x32\x33\ \xbf\xf0\x9d\x3d\xd5\xed\x79\xe3\x52\x1c\x8c\x7f\xe2\xc0\xbd\x04\ \xc0\x00\x80\x40\x4a\x34\xc0\x0c\x22\x84\xf0\x78\x3c\x63\xf2\x0b\ \xe2\x9d\xfd\x57\x26\xe7\x4a\x8a\x85\x10\xd7\x48\x74\x27\x6d\xcb\ \xd2\x5c\x41\x8d\x02\x67\x46\x47\x7b\x5b\xd8\x40\x0a\xc5\xf0\x69\ \xa0\x0a\x97\xa7\x2f\x42\x08\x61\x29\xaf\x48\x7c\x75\x11\xbb\xf1\ \x6e\xfe\xeb\x93\x0f\xe8\x56\xc1\x65\x20\x2d\x27\x1b\x4b\x2e\x14\ \x8d\xd5\xef\xde\xd7\x91\x3f\x75\xce\x88\x04\x9d\x4b\xfe\x29\x00\ \xee\x25\xa8\x8d\x46\x63\x66\x2c\x86\x31\x46\xf1\xcd\x96\x71\xe9\ \x73\x3a\x79\x93\xb2\x15\x8e\x55\xd7\xcc\x9b\x97\x65\xb4\xc5\xd2\ \x47\x0e\x57\xe1\x2a\x4f\x58\x1f\x5d\xfe\xf8\x29\xc2\x05\x9e\xde\ \xda\xdc\x5c\x53\x53\x63\xd9\x36\x42\x38\xbe\x41\x27\x2e\x84\x92\ \xf6\xaa\xe3\xef\x1c\x2e\x45\x3a\xad\x39\x53\x78\x60\xdf\x3b\xeb\ \x37\xef\x6e\x33\xd1\x80\xa1\x3f\x1f\x3b\x70\xd1\x85\x79\x81\x67\ \x0e\x1b\x36\x26\x2f\x4f\xd7\xf5\x38\x2b\x88\x4b\x3f\xc7\x35\x0d\ \xaa\xea\xb1\xa6\x92\x63\x35\xf2\x96\x95\x77\xa6\xc9\xb6\xc6\xae\ \xde\x01\x2d\xb9\x4f\x8c\x2a\x60\x8c\x1b\xea\xeb\xba\xbb\xbb\xd3\ \x33\x32\xb5\xf8\xfe\x9c\xb8\x00\x48\x89\x82\x29\xe9\x91\xa3\xfb\ \x5f\x38\xcb\x33\xa6\x2c\x1b\x11\x74\x54\x7a\xfc\x6e\x85\x0e\xe8\ \xf9\xfd\xc4\x80\xcb\x85\x48\xcf\xc8\x4c\x4a\x4e\xe1\x9c\xf3\xcb\ \x0f\x54\xb9\x36\xb1\xb7\xc2\x31\xe1\x76\xe9\xd2\x8c\xb4\x77\x74\ \xc6\x18\x78\x93\xd2\x02\x97\xb8\xd0\x99\x11\x35\x41\x75\xe9\x17\ \xaf\x18\x3d\xed\x6d\x21\x43\x77\xfb\x82\x01\x8f\xd5\xdb\xdd\xd9\ \x15\x92\xaa\x3b\x35\x25\xe1\xbc\x4d\x2b\x6b\x8f\x6d\x7f\x65\xe3\ \xe1\xe1\x37\xdd\xb1\x72\xfe\x0d\x1f\xa1\x2d\x44\xb8\x6e\xdd\xcb\ \xab\x8b\xcc\x91\x8f\x3c\xf4\xc5\xe1\x01\x2c\xb9\xd1\xde\xd6\x11\ \x35\x85\xdb\x9f\x18\xf4\x39\x00\xc0\x8e\x74\xb5\x85\x65\x52\x72\ \x82\x72\x7e\x6e\x63\xd1\xee\x96\x8e\x30\x71\x78\x82\x09\x7e\xc2\ \x63\x1d\xed\x9d\x06\x47\xfe\xa4\x34\x8f\xf6\x79\xe7\xf9\x9c\x71\ \x67\xf2\xe8\x65\xcb\x9c\x1d\x96\x36\x72\xe4\x70\x42\xed\x59\x0b\ \x16\x69\x4e\x07\x30\x8b\x7f\x7a\x80\x4b\x08\xa9\xae\xaf\xef\xee\ \xee\xca\xc8\xc8\xd4\xb4\xc1\x9c\x70\x6d\x6e\xfb\xcd\xbf\x6c\xe2\ \xb3\x7e\xf1\xdd\xbb\xeb\xde\x7a\xf6\x0f\x47\x3a\x86\xa5\x25\x4f\ \xb8\xf5\xfe\x9b\x46\xfa\xce\x63\xa8\xf6\x57\xff\xef\xdf\x60\xde\ \xf7\xff\xee\xf6\x9c\x3e\x50\x56\x1d\x78\xf3\xc5\xb7\x4e\x80\xa6\ \x39\x03\xa3\x1f\xfb\xea\xad\xdb\x9e\xfa\x8f\x93\x76\x20\x20\x23\ \xfa\xa8\x9b\x9f\xb8\x77\xa1\x57\x01\x30\x6a\x37\x6f\x2f\x9c\x74\ \xc7\x97\x6f\x1c\x9b\xf8\xd1\x1a\xe2\xcc\xde\x1d\x95\x4a\xc1\xd7\ \xee\x5f\xe4\x77\x22\x00\x68\x3e\xb3\xe5\x67\xcf\x1d\xcb\x1c\x99\ \x55\x30\x6b\xe9\xe2\x69\x23\x9a\x4b\xf7\x6f\xd9\x71\xc8\x0c\x4e\ \x5c\x75\xd7\xc2\x04\x1d\x00\xa0\xad\x74\xcf\x9f\x5f\x7e\xdb\xa6\ \x8a\x74\x65\xde\xf7\xe8\xa3\xe2\xc4\xf3\xbf\xd9\x50\x33\x3c\xcb\ \xdd\x63\x05\x57\x3d\xf9\xe8\xd8\xa0\xfe\x39\xd7\xb9\x80\xb1\xa2\ \x52\xab\xbd\xf5\x64\x61\x03\x07\xa4\x2a\xd4\x36\x59\x30\x2b\x7b\ \x78\xaa\xff\x8a\x73\x87\x3e\x39\x8d\xcb\x58\xce\xe8\x31\x20\x65\ \x28\xd4\x63\x0d\x22\xc1\x6f\xc3\xb1\x1d\xc7\x9a\xb5\xcc\x51\x54\ \x00\xb4\x87\xd8\xc4\xdb\x9f\x78\x60\x5a\xe6\xa5\xb0\x3e\xf8\xf6\ \xae\x30\xf5\xa7\x3b\xfa\x35\x9b\xd9\x76\xfa\xc5\x0d\xc7\xe6\x7c\ \xf9\x7b\x0b\x73\x7c\xb6\x61\x52\x1c\x8e\x92\xa4\x07\xff\xe1\xef\ \x6f\xe0\x67\xff\xdf\xbf\xae\x29\x5b\x78\xf3\x94\x34\x02\x16\xb3\ \x43\x0d\x3b\xdf\x5c\x83\x62\x73\x58\xf5\xb1\x43\xe7\xba\x66\x7d\ \xf1\x4b\xb3\x5d\x95\x2f\xad\xdd\xd1\xad\x0c\xbf\xe7\xf1\x07\xb3\ \x49\xc3\x1b\x2f\xad\x2d\x6a\x93\x73\xef\x7c\x68\xc1\xd8\x24\x00\ \x00\x19\x3b\xb8\x71\xf5\xce\x13\x8d\xe9\x13\x17\x3d\xbc\x62\xb6\ \x65\x9b\xd5\x47\xde\x79\x81\xc8\xfb\xbe\xb8\x22\xcd\x09\xe1\x9e\ \xd0\x88\x99\xf7\x7c\xf3\xde\x09\x00\xc0\x3a\xca\x5e\x5b\xb3\x23\ \x65\xde\x17\xef\x9d\x37\xde\xdd\x57\xa9\x68\xfd\x6b\x2f\x6d\x1d\ \xbe\xec\x6b\xab\x66\x8f\x60\xb6\x09\x04\x1d\xe9\x66\x33\xee\xf8\ \xca\x03\xf3\x47\x6c\xf9\xf9\x3f\xbe\x7d\xbc\x71\xec\xa2\xec\xcf\ \x33\x6c\x31\xa5\xbd\x8d\xc5\x1b\x36\xed\xc7\xc1\x64\xb7\x4a\x11\ \xeb\xad\xaa\x69\xf6\x26\x0f\x2f\x08\xa4\x0d\x4f\x4d\x40\x20\xe4\ \xd5\xc0\x95\x52\x62\x84\x30\xc1\x08\x90\x10\xa2\x2f\x06\xa2\x2f\ \x8c\xe4\x52\xb3\x4a\x5e\xe1\x1d\x90\x20\x01\xa4\x94\x9c\xf3\xc1\ \x66\x6b\xbc\x78\xa0\x01\xb2\x2c\x93\x59\x96\xe0\xfc\x43\xf7\x79\ \xf2\x50\xe5\xee\xd3\xe1\xa5\xb7\x2d\x39\x7c\xae\x07\x00\x5c\xc9\ \x49\x75\xbb\x5e\xfc\x7d\x49\xc1\x1d\x77\x2f\x4f\x73\x62\x00\xe8\ \x3e\xf7\x5e\xb1\x35\xea\xce\xc5\xf4\xe8\xf9\xcd\x49\x1d\xd5\xa7\ \x44\xca\xf8\x9b\x72\x7c\x00\x60\xd9\xa6\x50\x31\x8a\x75\x6c\x7b\ \x61\xcd\x69\xa3\x5a\xa4\x8e\x19\x99\x48\xfa\x46\x0f\xf6\xe7\xdd\ \xff\xe0\x57\x0b\xfc\xd5\x3f\x7f\xab\x73\xd9\x57\xbf\x3a\xd1\xdd\ \xf9\xe7\xdf\xec\x18\xb9\xe2\x91\xa4\x73\xaf\xaf\xdf\xfa\xfe\x34\ \x7e\xa8\x29\x79\xee\x13\xb3\xdb\x9f\x79\x63\x6d\xde\xe8\xaf\xa5\ \x53\x68\x3a\xb2\x61\x4b\x11\x7d\xf4\xb1\x07\xf6\xad\x59\xbd\xfd\ \x64\x66\x0a\x71\x4c\xba\xe5\xde\x07\x97\x4e\xee\x63\xe9\x2e\xb7\ \x37\x74\xee\xad\xdf\xfc\xb1\x64\xd9\xdd\x77\x7b\x1a\x4e\x57\xb6\ \x1a\xa4\xe4\xed\x5f\x1c\x3b\xf6\xc8\x97\xee\xcf\xf2\x2a\xb1\xc6\ \x8a\x36\x32\xe2\xee\xe9\x23\x00\x80\xdb\xa6\x90\x54\xd5\xc4\xc9\ \x77\x37\xaa\xad\xbe\x63\x6d\x9e\xdb\xf2\xd3\x3e\xe7\x54\x01\x23\ \xd9\xdd\x5a\x0f\x69\xe3\x57\xde\x79\x93\x2e\x05\x31\x6a\xdf\xdc\ \xf0\xfe\xb8\x85\xcb\x73\x02\xd4\xe6\x57\xfa\xc4\xfa\xf5\x93\xee\ \x74\x52\x5d\xef\xec\x09\xd7\x35\x37\xf7\x44\xa3\xa0\x28\x51\x9b\ \xb5\x76\x75\xd7\xb7\xb6\x36\xb4\xb6\x36\xb4\xb6\xd5\xb5\xb4\xd6\ \x34\xb5\xd4\x35\xb7\xd6\xb5\xb4\xd5\xb7\xb4\xd7\xb7\x76\xd6\xb6\ \x74\xd4\xb7\x77\x35\x75\x74\x75\xf7\x46\x11\x1d\xf4\x26\xf2\x0b\ \x21\x6c\x7d\x2b\x67\x7d\xc9\x6c\xfa\xb6\x46\x5d\x5b\x8a\xf6\xed\ \x68\xb4\x7d\x8a\xd5\xd9\xd6\xda\xdc\x1c\x65\x05\x4b\xef\xfb\xda\ \x97\x1f\xc9\xe8\x3a\xb6\x76\x47\x31\x00\x00\x44\x76\x6c\xd9\xa7\ \x24\x26\x84\x9a\x9a\x5a\xdb\x5a\xa3\x76\x9f\x6f\x45\x39\xbf\x7b\ \x25\xb6\xf3\x95\x97\x0a\x1b\x63\x9a\xa2\x78\x02\xc1\xcc\xec\x1c\ \xb7\xd9\x54\x56\xdf\x7d\x7e\x6e\xa2\x4e\xa7\xae\x50\xa2\x39\xdc\ \x29\xe9\x01\x2d\x16\x6a\x6b\xa8\x29\xdc\xb1\x6e\x57\x71\x97\x12\ \x6b\x29\x6d\xec\xa8\x3d\xfe\xf6\xda\xad\x85\xa6\x2a\x23\x0c\x00\ \xa0\xa9\xac\x2e\x75\xfc\xdc\x51\x59\xa3\xa6\x8d\x1f\x56\x5f\x5f\ \x6b\x4a\x42\x75\x87\xae\x29\x7d\x1e\x9b\x8c\xc9\x77\x7e\xf7\x9b\ \x8f\x8f\xf7\x36\xad\xdb\xbc\xaf\x35\x1c\x1d\x3e\x7d\xc5\xd7\xbf\ \xfa\x9d\xf1\xb4\xfe\x40\x71\x13\x00\x20\x42\x41\xb2\xbe\x1e\x38\ \xbe\xe3\xe5\xb7\x4f\x34\x2a\xaa\xe2\x74\x7b\xd2\x32\x87\x8d\x4e\ \xa3\xa5\xa7\x2a\x3e\xe7\x3e\x41\x21\xa4\x2f\x35\x67\xdc\xa8\x34\ \x05\x23\x4a\x30\xd6\x12\xc6\x4d\x28\xf0\xeb\x84\x28\x03\x44\xad\ \x51\xb7\xdf\xab\xa8\x6a\x4d\x53\xcb\xdb\x47\x8e\x95\x57\x57\xa5\ \xa6\xa6\x8f\xce\xcb\x6f\x2d\xab\x3e\x79\xea\x64\x49\x49\x69\x7b\ \x57\x37\x80\xe4\x5c\x30\x4e\x05\x28\x2a\x46\x04\x23\xa2\x3a\xa9\ \xee\xd6\xbd\x01\xaf\xcb\xe5\xd3\xe8\xb4\xb1\xa3\x1e\xbe\xe7\x4e\ \xa3\xb5\x0a\x49\x7e\x1d\x2b\x09\xb2\x7f\x07\xb5\xbc\x02\xd1\x03\ \x89\x3b\x98\xe6\xad\x6f\xd8\xfb\x5e\x4d\x75\xbd\x5d\xdb\x11\x49\ \xf0\x81\xee\x4b\x08\xb8\x49\x89\xc5\xc3\x0d\x65\x0d\x26\x4a\xca\ \xc9\x29\x3d\xf7\xfe\xfe\xf2\xf2\x1a\x5f\x5a\x47\x6c\xb6\x53\x41\ \x09\xa3\x26\xbb\xd7\x3c\xbd\xee\xc0\xcc\x3b\xa6\xf8\x5a\x5b\x9a\ \x35\x93\x49\xea\x28\x98\xb3\x68\xae\xa7\xf1\xd4\xbe\xf7\xaa\x5a\ \xc3\x33\x46\xfa\x41\x4a\xce\x78\x5f\xc4\x25\x63\x36\x63\x00\x6e\ \xaf\x2f\x39\x73\xf4\xc2\xbb\xe7\xe5\xfa\x15\x97\xfa\xce\x1f\x8a\ \x8d\x9c\x9b\x1f\x5e\x54\xa0\x12\xc5\xa1\x03\x00\x24\x66\x25\xb7\ \x1c\x3c\xde\x31\xcf\x5f\x54\xda\x90\x34\x73\x2e\x6d\x2e\xe1\x17\ \xb9\x97\x08\x77\x85\x54\x4f\x20\xc1\xe7\xb2\xaa\x63\xbe\xa4\xf4\ \xd0\xbb\xa5\xed\x3d\xe3\x7a\x62\x22\xc9\xa5\x03\x80\x9e\x3e\x3a\ \x8b\xae\xdf\xb0\xa5\xf0\x91\x5b\x0a\x3a\x5a\x9a\x7b\xbc\x16\xb7\ \x21\x63\xf4\xa4\x1b\xe7\x4c\x70\x34\x1e\x5c\x5b\x5a\x23\x96\x15\ \x90\xcf\x31\x70\xa5\x04\xd5\xe5\x51\x1a\x6a\x8e\x1c\x68\x47\x08\ \x40\x4a\xea\x4a\x4a\x32\x3b\x8e\x1f\x6a\x4a\xcd\xcb\x0f\xea\xf8\ \x52\xae\x40\x6b\x1a\x9b\x8f\x1c\x3d\x5a\xdb\xd8\x94\x98\x35\xe2\ \xc6\x39\xf3\xc2\xe1\xde\x5d\x3b\x76\x9e\x3b\x57\xde\xdd\xdd\xc5\ \x38\x57\xb0\xca\x98\x0d\x02\x34\x4d\x57\x55\xb7\x53\x53\x3d\x6e\ \xa7\xc7\x1b\x70\xfa\x82\xee\x40\x92\x42\x15\x17\x91\xa9\x29\xc9\ \x5d\x5d\x9d\x8a\x6d\xab\x83\x3b\xab\xba\x3f\x2c\x01\x49\x8c\x40\ \xa0\xfe\xb0\xd6\x0f\xc6\x7b\xf6\xcc\xdb\xbf\x3a\x13\x44\xfd\x89\ \x57\x8e\x85\xe6\x0c\x73\xec\x7d\xed\xe9\xdd\x67\xda\x1d\x89\x79\ \x0f\xac\x1a\xd7\xb4\x6f\xf5\x7e\x63\xd2\x97\x6e\x7f\x60\x3e\x40\ \xd3\xfb\x09\x07\xc4\xcc\x61\x5e\x04\x00\x8a\x37\xf7\xf1\x47\x57\ \xac\x7e\xf3\xa5\xff\xdc\x21\xa4\x9e\x7e\x53\x52\x50\x7a\xe5\x96\ \xa7\x7e\xb8\x57\xc5\x81\x82\x65\x4b\x27\x66\x00\x00\x10\x2d\x98\ \x14\xd4\x28\x00\x52\x13\x93\x12\x15\x0e\xe0\x1a\xb9\xf2\xb6\x19\ \x2f\x6f\x7e\xfa\x10\x0e\x2e\x79\xf8\x2b\x0b\xee\x59\xd9\xf0\xdc\ \xeb\xff\xfd\xd3\x5d\xe3\x6f\xba\xeb\x8b\x0b\xf2\x01\x60\xd8\xcc\ \x3b\xe6\x56\x3f\xf7\xab\x9f\xfd\x32\x71\xcc\x8d\x4f\x4c\x1e\x55\ \xb1\xfb\x48\xc0\x71\xc1\xa2\x12\x25\xfb\xd7\xbf\x75\xb8\x02\xfb\ \x32\x57\xdc\x3f\x7f\x58\xaa\x9c\x37\xea\xec\x2f\x7f\xf6\xcb\xf4\ \x1b\x16\xae\xcc\x4f\x06\x00\xd0\x92\xee\xfd\xf2\xc3\x2f\xaf\xde\ \xf8\xdf\xff\xb9\xc9\x44\xde\x3b\x97\x24\x25\xb4\x27\x54\xbe\xb6\ \xe6\xdf\x8b\xb6\x62\x2d\xe5\xbe\x55\xf3\xc9\xe7\x5b\xe3\x22\x84\ \x98\xd9\xdb\x50\x5b\x1b\x45\x04\x01\x80\xe4\xc4\x83\x32\x13\x12\ \x9b\x1b\x9b\x7c\x39\xf9\x08\xa1\x4b\x83\x16\xd0\x37\xfe\xf9\x9f\ \x27\x4e\x9c\xe4\x4f\x4c\x3e\x57\x5d\x5b\x78\xec\x58\xd9\xb9\xb2\ \xbe\x28\x67\x2e\x25\xc1\x18\x10\xc6\x84\xba\x3d\x6e\x97\x27\xe8\ \x72\xfb\x03\x5e\xaf\xdf\xe7\x75\x79\xbc\x8a\xee\xb1\x24\x61\xb6\ \xed\x40\x3c\x3f\x2b\xd9\xaf\xe3\x34\x2f\xf1\x38\x1d\x17\x02\x7e\ \xaf\x15\x48\x8e\x00\x56\xad\x5a\xb5\x78\xe9\xad\x12\x04\xe3\x8c\ \x59\xcc\x36\x4d\x09\xb2\xa5\xa5\xa5\xac\xf4\xec\x8d\xf3\x6e\x76\ \x38\x9d\x7d\x24\xbb\xa1\xbe\x36\x7f\xdc\x0d\xd7\xc2\xbe\x90\x12\ \x0f\xee\x10\x0a\xce\x05\xb9\x10\x7a\x26\x38\x07\x42\x3e\xfc\x77\ \x92\xf3\x3e\x96\xdf\x57\x02\xc7\x98\x5c\xca\xc3\xa5\x10\x68\xe0\ \xa7\x4b\xc1\x25\xbe\xe4\x01\x52\xc8\xab\x47\xa5\xe0\x1c\x5f\x8c\ \x32\x91\x9c\xcb\xc1\xd4\xe9\xaf\x43\x4a\x8a\xcf\xa4\xa6\xa5\x13\ \x42\x06\x0c\x24\x47\x08\x2b\x8a\xd2\x8f\x50\x84\x10\x08\xdb\x62\ \x80\xb1\xe4\x57\x86\x87\xd1\x89\x33\x66\x9f\x29\x2e\x2e\xda\xf8\ \x56\x5b\x7b\xb7\x61\x98\x52\x4a\x55\xd5\x24\xc2\x36\x67\x2e\x97\ \x3b\x10\x48\x48\x4c\x4e\x4e\x48\x08\x2a\x9a\x5b\x77\xba\x5d\x9a\ \x4a\x09\x11\x80\x39\x56\x90\x20\xc0\x25\xc5\xe0\x72\x3a\x43\x5d\ \xad\x29\x2e\x2f\x5c\x3e\x26\x06\x14\x45\x55\xbb\xbb\x3a\x6a\x6b\ \xaa\x46\xe5\x8e\xe6\x51\x86\x00\x14\x55\xb1\x2d\xbb\xbe\xb6\xc6\ \xe3\xf5\x0e\x76\x09\xed\x7a\xe2\x74\x2f\xc3\x04\x26\x83\xd3\x6a\ \xe8\xd2\x1d\x2c\x57\x87\x32\xa1\x6b\x8e\x19\x84\x2f\xa7\x63\x03\ \xce\x25\x97\xd7\x02\x11\x12\x8f\xd4\xe8\x6f\x96\x48\x5b\xe5\x9e\ \x3d\x85\x11\xa0\x18\x81\x14\x36\xf6\x64\x2f\x9a\x3f\xd5\xa7\x89\ \xab\x51\x45\x9f\x5d\xfd\x6a\x77\x28\xc4\x39\x22\x12\xab\x8a\xd3\ \xe1\x70\xf8\xfc\x7e\x8f\x2f\x00\x18\x92\x12\x93\x83\xc1\x44\x97\ \xdb\xa5\xeb\x4e\x5b\x12\x01\x94\x20\x26\x39\x93\x88\x50\xac\x0a\ \x4b\x68\xaa\xa6\x63\xa2\xab\x6a\x5b\x38\xcc\xb9\x6b\x70\x3c\x46\ \x26\x04\x13\x2a\x2b\xca\xa3\xd1\xe8\xf0\x91\x23\x28\x55\xda\xda\ \x5a\xcb\xcf\x95\x7a\x7d\x3e\x84\x64\x3c\xa9\xe8\xe7\xda\x8b\x2b\ \x25\x75\xf8\x72\xf2\xc6\x5a\x08\x21\x44\x14\xde\x59\x78\xac\xbc\ \x25\x3c\x3e\xa0\xeb\xe2\x2a\xdb\x9d\x76\x87\x63\x16\x27\xaa\xaa\ \x27\xf9\x93\x86\x67\x66\x25\x25\x27\xbb\x3c\x2e\x87\xc3\xdd\xd3\ \xd3\x9d\x9c\x92\x42\x88\x22\x24\x10\x4a\x11\xa2\xbc\xff\xb8\x57\ \x2e\x25\x70\xac\xa8\x1a\x36\x45\x44\x48\x50\xa8\x16\x8b\xc6\x06\ \x99\xbb\x4c\x0a\xa1\xeb\x8e\xcc\x61\x59\x8d\x0d\x8d\xcd\x4d\x8d\ \x42\x0a\x85\x2a\x49\x29\xc9\xc1\x40\xb0\xa6\xa6\x32\xde\x79\x9f\ \x6b\xe0\x72\xae\xb9\x93\x26\xcd\xcc\xc2\x52\x02\x51\x48\xb4\xa6\ \xa2\xb8\xda\xe6\x03\x4f\xc2\x94\x2a\xce\xcc\xac\x8c\x8c\x8c\xac\ \x9c\xe1\x23\xbd\x5e\x3f\x42\x48\x80\xc4\x98\x5a\xb6\x70\xb8\xfd\ \x18\x11\xcb\x66\x08\x61\x42\x28\x07\x44\x30\x92\x98\x73\x01\x42\ \x80\x2d\x24\x22\x94\x20\xc1\x84\x88\x19\x26\x0c\x7a\xab\x82\x10\ \x42\x51\xd5\xac\xe1\xc3\xfb\xf2\x34\x51\x4a\x09\x21\x6c\x90\xab\ \xbe\x7f\x71\x3b\x36\xbe\x35\xe8\xd3\x44\x15\x62\xdd\xf5\xef\xef\ \x29\x31\x80\x10\x8c\x22\x6d\x75\x4d\x3c\x38\xc3\xef\x94\x03\x11\ \x48\x3a\x6f\xce\xfc\xf4\xf4\xcc\xa4\xe4\x64\x21\x11\x21\x0a\xe3\ \x0c\x01\x96\x18\x21\xd5\x09\x44\x45\x44\x41\xd2\x92\x12\x04\xa6\ \x8c\x0b\x26\x41\x0a\xc9\xb8\xb0\x98\x64\x02\x69\x54\x21\x18\x38\ \x08\x01\x40\x06\xe7\x52\xb8\x30\x29\x08\x21\xfa\xd6\x38\xfa\xfe\ \xff\xe0\xfb\x4f\x1c\x39\xc8\xda\xce\xa1\xcb\xb9\x26\x92\xd2\x22\ \x34\xac\x69\x68\x10\x04\x43\x22\xf0\x84\x91\x62\x23\x79\x7e\xaf\ \x2d\x49\x48\x24\x09\x41\x88\x07\xa6\x0d\xbd\xd8\xb6\x1d\x08\x04\ \xb2\xb3\xb3\x07\x01\x0c\xc1\x6c\xce\x09\x30\x8b\x39\xd2\xf2\x97\ \x8f\x1b\x1b\xd4\xe4\x80\x3a\x97\xce\x9a\x31\xbb\xef\x28\x7b\x1b\ \x08\x60\x04\x8c\x31\xc6\xbb\x43\x21\x89\x88\x00\xc2\xb9\x14\x88\ \x0a\x10\x96\x90\x31\xc6\x90\x90\x92\x33\xc6\x05\x93\x48\x00\x22\ \x80\x80\x60\x8e\x10\xa6\xfd\x89\x2f\x87\xea\xcd\x9b\x8b\xbc\x5b\ \xbf\x84\x2e\x8f\x68\x50\x18\x54\x07\x3c\x3b\x72\xf3\xd4\x41\x24\ \xe3\xb1\x15\x58\xb6\x45\xf1\x35\x63\x46\xfb\x3c\xae\xe1\xc0\x63\ \x5f\x0d\x3e\xf9\x75\x11\x0e\xc7\x81\x35\xd4\x4e\xae\x68\x34\xda\ \xd1\xd1\x31\x98\xa9\xd8\x19\x18\x36\xf7\xe6\x40\x47\xc8\x4e\x48\ \x4a\x54\x90\x00\x09\xec\x1a\x27\x91\x51\xa7\xea\xb2\x4d\x93\x4b\ \x29\x40\x0a\x81\x24\xa6\x40\xb0\xc5\x81\x68\xba\x25\xc0\x34\x0d\ \x8c\xa9\x69\x59\x06\x08\x43\x70\x2c\x18\x30\x5b\x4a\x29\x80\x0a\ \x29\x15\x8c\x89\xa2\x08\xc1\xa3\x66\xdf\xc9\x97\x68\x88\xb0\x8b\ \x09\x45\x2a\x20\xc5\x71\xb9\xc1\xce\xb1\xe2\x54\x88\xae\xc0\x20\ \xb2\x48\x11\xc0\xaa\x82\x34\x8c\x28\x00\x00\xb2\x6d\x44\x29\xc4\ \x4d\xc1\x8f\x11\xbe\x83\xe9\x65\xd6\x5d\xbb\xed\xad\x9d\x0d\x21\ \xc8\x18\x37\x7b\xd9\xcc\xac\x8a\xd2\xea\xe0\xf0\xdc\xa0\x93\x0c\ \x90\x57\x81\x62\x61\x03\x13\x42\x4a\xa2\x70\x90\x12\x11\x86\x31\ \x27\xaa\xa0\x6a\x47\xc4\x32\x4c\x5b\x4a\x66\x33\xc6\x85\x90\x52\ \x00\x80\x42\x9c\x8c\x0b\x8c\x90\x82\x01\x2c\x4b\x82\x2d\x3c\xa4\ \xb9\xae\xd6\xb2\x26\xb9\x1d\xfa\x10\xcd\xbb\x12\x80\x0b\x40\x97\ \x97\x8e\x05\x48\x01\x42\x48\x21\xe4\x60\x8a\xe0\x52\x72\x29\xfb\ \xfc\x81\xe2\xd2\x35\xbb\xb8\x7c\x4a\x38\x2e\x86\xb6\xfa\x8a\x88\ \x6f\xfc\xc3\xcb\x93\xb7\xed\x28\x0d\x99\xa9\xf5\xa5\xa7\xcd\xc0\ \xb0\x24\xb7\x5b\x5c\xbd\xcb\x37\x26\xc0\x10\x98\x83\x94\x98\x4a\ \xc0\x96\x44\x51\x9b\xf5\x98\x82\x45\x63\x36\x93\x86\x69\x0b\x00\ \x42\x55\x90\x5c\x21\xc0\x24\xea\x8c\xc6\x04\x17\xc0\x2c\x23\xd4\ \x1e\x6a\xae\xce\x1f\x99\x9c\xe8\xc9\x89\x58\x51\xc6\xd8\x90\x02\ \x41\x5c\xb5\x28\x2c\x10\x70\x09\x52\xc0\x60\xce\x73\x17\x1c\xa4\ \x04\x21\xfb\x93\x8a\x70\x29\xa5\x8c\x6f\x74\xfb\xd4\xf9\x15\x04\ \x20\x05\x09\xd3\xb2\x31\x98\xf5\x55\x55\xad\xbd\x22\xf3\x1a\x67\ \x29\xd0\x5e\xe4\x34\x89\xc2\x38\xc7\x12\x10\x55\x63\x26\xeb\xb5\ \x20\x6a\xcb\xf6\xb6\x76\x95\x2a\x82\x73\xac\x28\xbd\xd1\xa8\xc0\ \xbc\x37\xd6\x29\x05\xd8\xa6\x65\x44\x7b\x35\x8a\xa9\x30\x82\x99\ \xde\x11\xe3\x86\x4b\xaf\xe2\xce\x4a\x06\xfc\xe1\xab\x0f\x7f\x71\ \x8d\xcb\x85\x1c\xa4\xc6\x15\xbc\x0f\xb5\x48\xf4\x6b\x5c\x88\x1b\ \x65\x9f\x3a\xd8\x4a\xf0\x24\x24\xdb\x85\x07\xb7\xee\xd4\x6c\xd3\ \x3e\x7e\x3c\x9c\x36\x76\xf6\xe8\x34\x2f\x62\x03\x44\xbd\xd2\x2e\ \x8b\xf4\xc6\x98\x69\x58\x3a\x32\x75\x97\xbb\x33\x62\x77\x85\xa3\ \x6d\x9d\x21\x55\x51\xac\x58\xd8\x36\x63\x42\xa2\x88\x61\x7b\xdd\ \x5a\x02\x48\x24\x79\x30\xe8\x49\xcb\xcb\x72\xaa\x90\x91\x1a\xcc\ \x1a\x96\xaa\xab\x50\x59\x71\x8e\x98\x46\x5f\xac\xd7\xd0\xbd\x93\ \x90\x70\x85\xf7\xa0\x4f\x7d\x4a\x39\xa8\xf1\x22\x25\xf0\x7e\xb6\ \x70\x41\xe3\xc6\xa9\xc2\xa7\x4b\x38\x13\xde\xd4\xdc\x65\xcb\xdd\ \x0d\xad\x21\x81\x00\x61\xea\x76\x93\xea\xd2\x52\x57\x42\x52\xd0\ \xef\xbc\x3c\x1c\x17\x68\xcc\xb2\x23\xa6\xd1\x1b\x0a\x25\x68\x42\ \x77\xb8\x2c\x8b\xc5\x0c\xcb\x88\x46\x47\x8f\xce\xaa\x3e\x5b\xef\ \xd5\x88\xa6\x3b\x34\x77\x62\x8a\x2f\x90\x9b\x96\x9c\xe0\xa2\x66\ \xa8\x27\x29\xe0\x4c\x0d\x7a\x52\x92\xfc\x31\x23\xd2\xde\xd5\xde\ \x56\x56\x52\x5f\x74\x86\x2e\x5b\x3e\x84\x63\x11\x80\x4b\x40\x97\ \x23\x0d\xf7\x4d\xfd\x83\xd4\xb8\x7d\x6c\x58\x82\x88\x73\xdc\x4f\ \x2d\xc7\x25\xc4\xe8\xac\x7d\xfb\xad\xb7\xbb\xb1\xc3\xa1\x50\xe0\ \xb1\x96\x96\x0e\xcd\x93\x3c\x7e\xf6\x4d\xb3\x12\x3c\xe8\xf2\x6d\ \xea\xb4\xbe\xec\x8c\x69\x59\xdc\x8a\x31\x69\xd8\x46\x24\xca\x35\ \x22\xb1\xdf\xa5\x8d\x4a\xf5\x64\xe0\xac\xdc\x11\xe9\xfe\x84\xa0\ \x29\x48\x57\x67\x77\x53\x75\x45\x9b\x11\x3e\x7d\xe4\x60\x77\x4b\ \xed\x3f\xfd\xc3\xb7\xd3\x52\xc6\xf6\x74\x54\xc7\x8c\x68\x20\xa0\ \xad\xba\xff\xae\x40\xc0\xc7\xac\x21\x5c\x44\x18\x10\xb8\xbc\x2f\ \xfd\xd8\x20\x80\x2b\x05\x70\x90\x1c\x50\x9f\x03\x82\x43\x1c\xb6\ \x9f\x42\xe3\x4c\xb6\xd7\x97\x85\x3d\xb9\x5f\xbc\x7d\x9e\x13\x01\ \x89\xd5\x6d\xd8\x72\x28\xff\xe6\x5b\x73\x82\x9a\xbc\xca\x82\xa2\ \x5e\x19\x42\x0a\x28\x3a\x56\xb1\xd3\x60\x86\x82\xa8\x25\xb8\x4f\ \x27\x0e\x1e\x55\x79\xa8\xe2\xd0\xe9\xea\xba\xfa\xb2\xda\xe6\x9a\ \xb6\xae\xe6\xf6\x0e\x2b\xd2\x03\x66\x6f\x6a\xc0\x65\xa2\x48\x4d\ \xdd\xd9\xaa\xba\x2a\x87\xc7\x3d\x66\x42\x6e\x52\x6a\x72\xb8\x36\ \x3a\x74\x69\x3d\x64\xdf\x9f\xbc\x72\xf6\x97\xb2\xff\xf0\xee\xc1\ \x50\x05\x29\x2f\x9e\xa1\x14\x67\x0a\x9f\x4e\xd3\xcc\x15\xc8\xc8\ \x1e\x4e\x5d\x0e\x87\x0e\x02\x91\x84\x51\xb9\xa3\xfc\x2e\x5d\xd3\ \x15\xcb\xb4\xae\xd0\x4e\x34\x51\x35\x63\xd1\x48\x6f\x57\xb8\xa2\ \xa1\x25\x29\xfb\x06\x12\xf4\xd8\xb6\x99\xec\x77\x54\x97\x9e\x5e\ \xff\x87\x1f\x51\xb3\x83\x83\xe8\xb1\xb0\xd4\x7d\xc4\x14\xc9\x4e\ \xfd\x96\x5b\x6f\xbf\xf5\x96\x85\xc9\x1e\xcf\xd9\x13\x27\x05\x30\ \xc5\x32\xc3\xa1\x2e\xa3\xa5\xde\xed\xca\x56\x14\x7d\xa8\xe0\x20\ \x38\x58\x00\x60\x5c\xe6\x1a\x14\x20\xed\x5e\x8b\x47\xe5\x20\x16\ \x20\x18\x02\x69\x28\x10\x43\xfd\x9b\x95\xa2\x11\xcc\x39\x45\x00\ \x84\xc4\x11\x33\xa4\x82\x10\x22\x83\x6b\x64\x21\x84\x3b\x98\x91\ \x69\xb6\x56\x95\x14\x63\x04\x52\x4a\x57\x62\x86\x1b\x7a\x2b\xcb\ \xba\x7d\xa9\xe9\x6e\xf5\x32\x1b\x87\x6e\x7c\xed\xc5\xde\x70\xa8\ \xa7\x3b\xc4\x88\x7b\x79\xe6\x58\x0d\x2b\x12\x0b\x2e\x21\xd6\x1b\ \xf2\x3a\xb0\x47\xd7\xdc\x3e\x5f\x8f\x8d\xdb\xda\x22\x9a\x43\xd3\ \x55\x6d\x5e\xc1\x84\x82\x8c\x51\xa1\xe6\x76\xd9\x65\xba\x9d\x14\ \x19\x3d\x8d\x75\x95\x99\x99\xa9\x64\xdc\x08\x39\x64\x0b\x10\xe0\ \x1d\x66\xce\xfd\x3e\x26\x97\x6d\xed\xb4\xa5\x74\x2a\xea\x4c\xb7\ \x07\x0f\x62\xb4\x08\x04\xce\x65\xd8\x36\x40\x60\x00\x00\x69\xdb\ \x1d\xe9\x59\xb1\xb3\x67\x85\x6d\xc7\xb1\x35\xd4\xc0\x35\x4d\xf3\ \x03\x8f\x4a\x38\x7f\x27\xc6\x66\x6f\xdb\xc9\x43\x87\xc2\x88\x10\ \x84\x24\xb7\xb1\x6f\xd4\x82\x29\x29\xc7\x0f\x9d\x1a\xbf\x34\xd5\ \xa7\xd1\x4b\x13\xe5\xd2\xb3\x67\x4e\x62\x42\xa4\x24\x9a\xdf\xdb\ \x6b\x09\x21\x54\x77\x30\x09\xa1\x50\xd4\xb2\xdc\x6e\xd7\xd2\x19\ \x53\xfc\xc1\xe0\xb9\xfa\xf6\xce\x8e\x68\x7b\x5d\x73\x77\x4f\x6f\ \x61\xe1\xe1\xc9\x33\x66\x8d\xba\x61\xaa\x43\x77\x36\xd6\x9e\x6b\ \xad\xaf\x97\xd1\x70\x50\x4d\x3f\x9f\x2f\x74\x48\x64\xca\x9c\xc5\ \x72\xde\x92\xab\xf9\x03\x06\xa0\x83\x76\x6b\x31\x0c\x57\x9c\x35\ \x29\x4c\x33\x1e\x64\xf3\xf1\xc8\x60\x8e\xb6\x15\x9c\x3b\x12\x46\ \xac\xb8\x6f\x14\x06\x6e\x5a\x42\xd5\x54\x10\x4c\x48\xb8\xe5\xce\ \x61\x98\x10\x76\x85\x57\x01\x10\x65\x42\xd8\x9c\x3b\xb0\xc2\x4d\ \xc6\x8c\x48\x45\x59\x99\x07\xf5\x66\x40\x24\x31\x31\x25\x25\x7d\ \x58\x77\xa8\x27\x1c\x89\x48\x05\xd9\xba\x5c\xbc\x64\xf9\x7d\x0f\ \x3d\x9a\x98\x92\x6e\x84\xc2\xe0\x77\xf8\x51\xe6\xb9\x86\x73\x4a\ \x62\x82\x4c\x49\x96\x08\xd0\x90\x19\x3c\x1f\x74\x5e\xe7\xa0\xb7\ \x0e\xd0\xab\x6c\x01\x70\x38\xe2\x90\xfa\x54\x69\x67\xaa\xe0\x8e\ \xaa\xd3\xef\x1d\x29\xe9\xb5\x85\xe6\x49\x99\x3a\x7b\xd6\x88\xa0\ \xc6\x39\x1e\x20\xb1\xb3\xae\x7b\x24\xb0\xfc\xac\xec\x95\x77\x3f\ \xdc\x63\x58\x73\x66\xa4\xff\xfc\xd0\xda\xea\xca\xb3\xbd\x3a\x8c\ \x4c\x74\xbd\xb5\xfb\x10\xa1\x52\x50\x6c\x9b\x82\x59\xcc\xb0\x42\ \x31\xb3\xb5\xb5\xb1\x43\x9a\x16\x0b\xf7\x5a\x31\x4b\x4f\xce\x2c\ \x6a\x6c\x28\x3a\x53\x7f\xc7\xcc\x3c\x8f\x8a\x44\xdc\xe4\x89\xcb\ \x47\x15\x42\x49\xac\xa5\x64\xc7\x3b\x47\x82\xe3\x66\xdc\x90\xea\ \x6c\x39\x77\x6c\xd7\x8e\xbd\xb7\xdd\xbe\x38\x49\x87\xab\x56\x7c\ \x81\xce\x9c\x3a\xc1\xb2\x62\x4b\x6e\xb9\xd5\xe1\x77\x4f\x19\x33\ \x7a\xd2\xc4\xac\x87\xef\xbb\xf5\x8d\x57\x3a\x4b\x8f\x1f\x95\xbd\ \x9a\x53\x41\xc1\xa0\x27\x6a\x46\x7b\x43\x51\x4a\x75\x9f\xdf\x9f\ \x9c\x9c\xe4\xd4\x49\x53\x65\xd5\xb9\x92\x92\xc2\x63\x67\xaa\xbb\ \x22\x85\x35\x75\x5a\x6a\xea\xf2\xe9\x0b\x30\x42\xf1\xe5\xa8\xb8\ \xfc\x2f\xd8\xb0\x6c\x6f\xaa\x45\x99\x93\x96\x2d\x98\x41\x18\x2f\ \xc8\x0e\x76\xbe\xb4\xa1\xa9\x2b\x92\x9c\xee\xba\xda\x76\xa2\x39\ \x59\xc9\x35\x35\x95\xe1\x50\xcb\x94\x25\xf3\x53\xd3\x52\xff\xb8\ \xe6\xd5\xb5\x6b\x5e\x4d\xf3\xfb\x6e\xfb\xe2\x1d\xd4\x34\x75\x0c\ \x5d\x9d\x6d\x91\x48\x6f\xc4\x6d\x68\x4e\x47\xc1\x0d\x53\x00\xa9\ \x91\x68\x4c\x48\x85\x49\x5c\xd7\xd0\xb2\xef\xe8\x49\x14\x4c\x0e\ \xd7\x37\x9b\x86\x81\xbc\xbe\x78\xeb\xc7\xe5\xa3\xbb\xc3\x00\x79\ \x03\x49\xe6\x89\xd2\xe3\xc5\x99\x23\x13\xb4\xce\xea\xe3\xcd\xcc\ \x3d\xde\x33\xb0\xab\x8a\x3a\x35\xe9\xf7\xa8\x73\x67\x4f\x0e\xf8\ \xd5\x3f\x3f\xff\x3f\x9b\xde\x7c\xd3\xa1\x28\x0d\x35\xad\x63\xb3\ \x87\xdd\xb1\x72\xe5\xae\xb7\xde\x6a\xef\xac\x4a\x4c\x08\xba\x7d\ \xd8\x9f\x18\x38\x57\x5e\xd9\x13\xe9\x99\x39\x6d\x4a\x4f\xc4\x50\ \x9d\x9e\xd1\x63\xc7\x17\x9e\xab\x6d\xed\x89\x20\x1d\x40\x0c\x61\ \xd0\x0a\xe7\x82\x5c\x4e\x66\x05\x00\x20\x31\xc8\x8d\xbe\x1f\x8f\ \x08\x21\xd8\x55\xf5\xc1\x42\xd0\x4f\xb4\x92\x36\x97\xe2\x92\x1d\ \xca\x12\x00\x09\x50\x40\x20\xfc\xa9\xdb\x57\xcc\x99\xf0\x65\x8e\ \xbb\x71\x5c\xdb\xbb\x3b\xd6\x1f\xc6\x58\x10\xd7\xa4\x79\x8b\x33\ \x3c\x03\x1f\x7e\x4a\x67\xde\x38\xeb\xf8\xf1\x23\xb1\x58\xef\x3b\ \x9b\xde\x7c\xe7\xf5\x57\x52\x75\x67\x5a\x52\x30\x1c\x52\x4e\x1f\ \x29\x9c\x36\x69\xb2\xc3\xe7\x6f\xec\xe8\x69\xeb\x8c\x34\xb7\x35\ \xcf\x9d\x3f\x67\xf9\x9d\xb7\x27\x27\xf9\x1d\x0e\x47\x62\x4a\x86\ \xc3\x19\x38\x5a\x5c\x05\x88\xba\x35\xa5\xb5\x23\x24\xb8\x40\x43\ \x86\xdc\x03\x87\xf6\xd4\x75\x1c\x25\x98\x9e\x47\xad\x20\xc2\x79\ \xd3\xb4\x95\x29\xa9\x49\xff\x8b\x52\x59\xd9\xc9\x13\x74\xe4\xe4\ \x91\xde\xbf\x4c\x17\x36\x34\x37\x57\x6c\xde\xa0\x5b\xa6\x3c\x8f\ \x09\xc1\x98\x36\x79\xda\xd4\x1b\xe7\x5e\x6f\x51\xed\xd5\xc5\x2d\ \x90\x34\x6e\x44\xdf\xdb\x99\x25\xc7\x8b\xbc\xa3\x6f\x48\x77\x5d\ \x77\xa2\x37\x29\xe5\xd1\x77\x37\xa3\xfa\xf7\xd1\x05\x4f\xa2\x60\ \x86\x9a\x98\xbf\xe8\xf1\xa4\xe0\xf5\x9e\xe1\x6c\x57\x9c\x3a\x45\ \x47\x4c\x1a\xee\x1d\x32\xc4\x4b\x21\xb0\x9a\x3f\x7b\x79\xce\xe4\ \x48\xcc\x12\xaa\xc3\xe9\x50\x90\x61\x0c\x9c\x57\x8e\xce\x5f\xbc\ \xb4\xba\xbe\xee\x48\x61\xa1\x15\xea\x1e\xe3\x71\xfb\x75\xb7\x47\ \x51\xc3\x2e\x77\x37\xb3\xc3\xa1\x1e\x50\xd5\x71\x53\xa7\x1f\x2f\ \x3c\x51\xdd\xd8\x1c\xdb\xb5\x6b\xfc\xf8\x71\x37\xcd\x9b\x5d\x5b\ \x53\x6b\x18\x56\x4b\x6b\xc7\xbb\x07\x0f\x36\xb5\xb6\xb9\x3c\x09\ \x2a\x22\x83\x59\x77\xfd\xc8\x12\xb5\xda\x4e\xb4\x3d\xa3\x90\x7e\ \x27\x00\x97\xa6\x9f\xe4\xdd\x0c\xab\xce\x23\xb0\xed\xf5\x67\x5f\ \xf6\x2f\x7a\x72\x41\x52\xf3\xda\x97\x37\x94\xb6\xf1\x19\xcb\xee\ \x59\x3a\x79\x58\x47\xf9\xc1\xd7\xd7\xed\x0e\xb9\x47\xde\xbd\xea\ \xae\xec\x80\x0a\x00\x15\x87\x36\xbf\xbe\xfd\xa8\x74\xb8\xd3\x72\ \x67\xde\xfd\x85\x09\x87\xb7\x6f\x49\x79\x6c\xea\xc8\x81\x9e\x78\ \x7a\xe7\xba\xee\x31\x4b\xe7\x66\x39\xaf\xa3\xd9\x09\x75\xed\xd9\ \xe9\x6a\xa8\x96\x4a\xff\x56\x0d\x61\x1a\x56\x76\x7f\xea\xc8\x58\ \x67\xd5\xe6\xad\xfb\xb3\x17\x3d\x30\x25\x55\x9c\xda\xb3\x7e\xdb\ \xfe\x12\xc7\xf0\xe9\x0f\xdc\xbb\x24\x41\x45\x10\xae\x78\xe5\xcd\ \xc2\xd9\x77\xdf\x3b\xdc\x8d\x20\x54\xb6\x76\xf3\xe9\xb4\x61\x3e\ \xe1\x71\x02\xf4\x01\x97\xbf\xbb\x65\xdb\xd8\xe4\xfc\x8f\x02\x5c\ \x84\x48\x77\x59\xf0\xe0\x7f\xc8\xf3\x09\x88\x31\x83\xae\xb4\xe9\ \xe2\x96\x6f\x02\xc4\xb6\xaf\xdd\x98\x3c\xf7\xb6\x49\xa9\x8e\xba\ \x23\x3b\x0a\x63\xe9\x77\xcd\xfd\xe0\xa3\x62\xd0\xd1\xed\x9b\x9c\ \x2b\xc7\x0f\xf7\x0e\x55\x32\x63\x4c\x48\xb4\xa3\xfa\xed\xf7\x4e\ \x44\x51\xdf\xf6\x74\x46\xbd\x23\x6e\x9c\x35\xde\xa3\xc2\xd5\xe1\ \x28\x38\x62\xb0\x59\x73\x6f\xee\x09\x85\x78\x47\x57\xae\xcf\x9b\ \x8a\xd1\x8c\x11\x23\xc7\xa7\x67\x64\xa7\xa4\xd4\xd7\xd5\x36\xb5\ \xb7\xa6\x66\x65\xcd\x5d\xb8\xc4\x96\x20\x25\x27\x00\x2d\x8d\xad\ \xb6\x25\x6c\x01\x5b\x77\xbf\x73\xf2\x5c\x69\x84\x99\xbd\xbd\xbd\ \x14\x00\xe3\x21\xf4\xe3\x22\x84\x15\xec\xbc\xf4\x43\xf1\x85\x7d\ \x3c\xfc\xc4\xdb\x1b\xb7\xee\x3c\xda\x12\xb3\xec\x68\x2c\x63\xd2\ \xe2\x7b\xe6\x8f\xd8\xbd\xe1\x8d\xfa\xde\xd0\xce\x8d\xbb\x46\x2c\ \x7f\x7c\x61\x62\xf3\xeb\x3b\x0a\xfb\xea\xd6\x50\x56\x4a\xc6\x2c\ \xf8\xea\x13\xf7\xaa\x95\xdb\x5e\xdd\x5e\xea\x72\x88\xc3\x9b\xd6\ \x6e\xd9\x7d\xa4\xdb\x06\x00\x68\x2d\x3f\xb2\x7e\xdd\x86\xe3\xd5\ \x5d\x00\xd0\x5e\x59\xbc\xe5\x95\xe7\x36\xbe\x5b\xcc\x04\x2b\x2b\ \xdc\xf5\xe6\xc6\x9d\x35\xdd\x16\x00\x74\x56\x9f\xda\xf4\xfa\xeb\ \x7b\x4f\xd7\x0d\xf8\xb2\x52\xd3\xa4\xc3\x29\x1d\x8e\xf3\x1f\x27\ \x60\x0c\x00\x3c\xdc\xb4\xed\xd5\x97\x77\xee\x3d\xda\x16\x03\x10\ \x51\xee\xca\xbc\x6d\xd5\xbd\x8e\xaa\x9d\xeb\x8f\x35\x00\x00\xb8\ \x83\xb1\x9a\xe3\x07\x4a\xdb\x00\xa0\xe1\xf4\x91\xa2\x36\x3b\x63\ \xe4\xa8\xf4\x24\x1f\x80\x2c\x3b\xf2\xce\xfa\x8d\x1b\x1b\x23\x42\ \xd7\x14\x90\xbd\xc7\xf6\x6c\xdd\xb8\xf3\x60\xa7\x05\x00\xd0\x50\ \xb4\x7f\xdd\xba\xcd\x45\x0d\x21\x00\x88\xb6\x56\xec\x58\xff\xfa\ \xf6\x83\x25\xd6\xd5\xd5\xc2\x54\xa8\x20\x54\xc7\xf9\x0f\x48\xda\ \x37\xfe\xed\xca\xb3\x67\x5b\x22\x0c\x00\x42\x4d\x95\xe7\x1a\xba\ \x85\xd5\x7d\x68\xe7\x86\x37\xdf\x3a\xd0\x69\x02\xc4\x5a\xf7\x6d\ \x5d\xbf\xfd\xc0\x59\x53\x02\x80\xa8\x38\xbe\x77\xdd\xba\x75\x95\ \x21\xa9\x2b\x43\xb8\xd0\x28\xa5\xc4\x8a\x9e\x98\x92\x92\x92\x9c\ \x94\x9c\x92\x9a\x91\xe4\x6c\xae\x28\x6a\x09\x5b\x03\xa6\x39\xa2\ \x96\x65\xfa\xfd\x3e\x29\x45\x57\x7b\x4b\x72\x72\x8a\x4b\xa3\x46\ \x47\x5b\x82\xdf\xdf\xc6\x0d\x44\x51\xa4\x37\x56\x7d\xea\xb4\xdf\ \x91\x30\x67\xe6\xac\x69\x53\x46\xaf\x5c\x79\x0f\x02\xc1\x38\xdb\ \xb1\x6f\xcf\xd1\xa2\x33\x61\x6e\x51\x87\x2e\xb9\x70\x3b\x75\x3a\ \x94\x7b\xce\x3e\x40\x7a\xab\x0f\x15\x36\xfb\x96\x2f\x99\x2e\xed\ \x98\x96\x3c\xf6\xc6\x64\xe8\x2d\x6b\x74\xb9\xfc\x4e\xc5\xe1\xf7\ \x2a\x0d\xe5\x25\x76\x4c\x1d\x31\x32\xb9\xdf\xe1\xa2\x68\x44\xf2\ \x48\xcc\xb4\x6c\x81\x31\x48\xce\x29\x25\xcd\xc7\xb6\xbc\x16\x55\ \x57\x4e\xb0\x9f\x7b\x79\x47\x66\x5e\xd6\x96\x17\xfe\x4c\xfe\xe6\ \x2b\x9a\xc3\xe1\x41\x09\x41\x9f\xf3\xec\xbb\xaf\xad\x3f\xdc\x39\ \x3a\x1d\x3d\xff\x6c\xd7\xdf\x3c\x38\xe9\xd5\x97\xd6\x05\x6e\x98\ \x9b\xa6\xe2\xeb\xda\x20\x8c\x54\xff\xfc\xfb\x9e\x24\xfc\x79\xc1\ \x2d\xc0\xbe\x49\xd3\x66\x01\x44\x8e\xb9\x7c\x4e\xa7\x02\x00\x80\ \xfc\x73\xa7\x8f\x58\x73\xf4\x0c\x4c\x59\x50\x7c\xae\xae\x60\xe6\ \x3d\x1d\x27\xde\x3e\x81\x27\x92\x96\xa6\xd5\x6f\x95\x8d\x2f\x08\ \x46\x62\x26\x55\xe4\xc9\x0d\xab\xf7\x76\x27\x0f\x93\x87\x5e\xdf\ \x4a\x96\x17\xf4\x3e\xf7\x7a\x61\x4e\x5e\xd2\xeb\xcf\xad\x76\x3c\ \xb6\xe2\xc8\x9b\xab\xdb\x03\x53\xa7\xb8\x14\x21\x07\x1f\x30\x82\ \x54\x4d\xa3\x18\x01\x00\xa6\xba\xd7\x05\x07\xb7\xbf\xb1\xa7\x92\ \xcc\x9d\x95\x4b\x8d\xb6\xcd\xaf\xaf\x6e\xf7\xe7\xc8\x92\x0d\x5b\ \x9c\xde\xd9\xf2\xf8\x0b\x9b\x4a\xc6\x8f\x4d\xeb\x89\x9a\x68\x28\ \x83\xef\x25\xe7\xba\x37\x6d\xf6\xfc\x6c\x0c\x12\x88\x42\x8d\xba\ \xd6\xba\x4d\x86\xcd\x07\xdc\x12\x86\xcf\x9c\x38\xf2\xbb\xa7\x7e\ \x91\x92\x14\x60\x3a\xd4\x77\xb7\x84\x8c\xde\x96\xf6\xa6\x9a\xda\ \x72\x4d\xa7\x49\x29\x89\x4d\x8d\x4d\x67\x4e\x9d\xd9\xb9\x79\x5b\ \x73\x7d\xc3\x92\x45\xf3\xb9\x15\xb5\x7a\xc3\x55\x55\x95\x27\xcf\ \x9c\xe9\xb5\x0c\x67\xc0\xab\xb8\x1d\x1c\x84\x94\x7d\x71\x61\x43\ \x18\x64\x73\x3e\x4a\xe6\xe2\x07\x10\x01\x88\xec\x79\xfb\xd4\xf8\ \x25\xcb\x46\xb8\x40\x20\x02\x00\x66\xfb\xd9\xe7\xd6\x16\xce\x5c\ \xb1\x22\x41\x93\x49\xc9\x89\xcd\xa7\xf7\xbf\x57\xda\xe2\xf4\x78\ \xfa\x6a\x46\x31\x94\xbe\xbb\x79\xf5\x9a\x8d\x72\xcc\xd2\x95\x8b\ \xf3\x18\x72\xcf\x5a\x71\xd7\xc3\xb7\xcd\xe9\xad\x2f\x3e\x7a\xac\ \xd0\x3d\xfe\x0b\xf7\xdf\xf3\xe0\xad\xd9\x70\xe0\x54\xb5\xc0\xda\ \xe8\x59\x4b\xe7\x4c\xcc\x28\x3e\x56\x36\x71\xf9\x57\xee\x7d\xe8\ \xc9\xe1\x76\xc5\x89\x16\x3b\x3d\xa8\xf7\xf4\x5a\x49\x29\x49\x03\ \xaa\x01\x79\xd5\xa7\xbf\x95\x35\xa7\x3f\x10\x00\x71\x21\x29\xa0\ \x75\x70\xed\xb3\x8d\xc1\xd9\x8b\x0b\x52\xfa\x6e\x18\x39\x6d\x96\ \xd2\x72\xb2\xa4\xa9\xa6\xb2\x05\x4f\x1c\x3f\x42\xc3\xc4\x89\xc2\ \x27\x4f\x14\x15\x2c\x7d\xf8\xee\x3b\xef\x1d\x9b\x99\x28\x22\xf5\ \xfb\x0e\x95\x30\x42\x30\x37\x4a\x8a\x0f\xef\xdb\x73\x32\xe3\xc6\ \x87\xee\xbd\xf7\xb1\x99\xc9\x91\x43\xe5\x6d\x49\x49\x81\x68\x38\ \xe2\x4d\x4c\xd6\x07\xe2\x9f\xe2\x1a\xb5\x92\x00\x7d\xd9\xa2\x30\ \x06\x2e\x90\x3f\x18\x04\xa3\x97\x7a\x02\x6a\xac\xe9\xd0\xb1\x4a\ \xa1\x12\x6a\x75\x9c\x3e\x76\xea\xd0\x91\xd2\xbc\xc5\xab\x56\xae\ \xbc\x7f\xea\x30\x1f\x1b\x44\x58\xc8\x47\x9f\x57\x09\x31\x42\xcd\ \x07\xf7\xee\xde\xb3\x77\xdf\xde\x77\x77\x6f\xda\xb8\xa3\x2e\xe6\ \x4d\xf6\x39\x06\xf4\x2a\xe0\xf5\xaf\xbd\xdc\x54\x55\x6e\x44\x43\ \x38\xe0\x54\x53\xfd\xc8\xa7\xa4\x66\x0f\x53\xbd\xce\x84\x94\x24\ \xd3\x36\x93\x92\x13\x67\x4f\x9f\x9e\x33\x6c\x78\xa2\xcf\xbf\x77\ \xcf\x9e\x7d\xef\xee\x69\x6c\x68\x30\xa2\xb1\xd6\xf6\x76\xa4\x10\ \x77\xc0\x0f\x0a\xa6\x2a\x45\x18\x49\x39\x94\x3e\x5c\x79\xf1\x68\ \x5f\x29\xa5\x14\x52\x82\xc4\x94\x42\xa4\xb9\xa2\xbe\x7c\xc7\x0b\ \xbf\x7f\xe5\x9d\xc3\x85\xfb\xf7\xb6\x45\x7a\xb6\xbd\xfe\xd6\xc8\ \x2f\x7c\x75\x71\x7e\x10\x7a\xaa\xf6\x9c\x6c\x7f\xe0\x5f\xfe\xe5\ \x47\xf7\xe4\xbf\xff\xce\x01\xb3\xdf\xc4\x86\x49\x77\x3e\xf6\xbd\ \xbf\xfd\xee\xa3\x77\xcc\xf3\x52\x21\x84\xb4\x4c\x10\x40\x55\x4a\ \x10\x26\xb6\x61\x00\x40\xcc\xb4\xa9\xa2\x20\x61\x45\xa3\x06\x00\ \xa6\x18\x0c\xc3\x04\x30\x4d\xcb\x02\xd7\x88\xbb\xbf\xfc\x8d\x1b\ \x13\xea\x9f\x7e\xea\xc5\x26\x63\xe0\x6a\x0a\x79\xd9\xe7\x92\x26\ \xbf\x10\x98\x27\xff\x3f\x7b\xdf\x1d\x67\x45\x79\xee\xff\xbc\x65\ \x66\x4e\xef\xdb\x7b\x81\xdd\x85\xa5\x57\x11\xa4\xa9\xa0\x48\x54\ \xc4\x0a\x62\xc1\xd8\x62\x34\x89\xc9\xf5\xa6\xde\xf6\xbb\x69\x37\ \x37\x51\x73\x93\x18\x63\x4c\xec\xdd\xa8\x58\x10\x45\xb1\x02\xca\ \xd2\x59\x60\x61\x59\xb6\xf7\x76\xea\x94\xb7\xfc\xfe\x38\xcb\xba\ \xc0\x82\x25\xac\x20\xee\xf3\x81\x0f\xec\x39\xb3\xe7\xcc\xcc\xfb\ \x9d\xe7\xfd\x3e\xbd\xe6\xfd\x17\x37\x44\x0a\xee\xb8\x76\xbe\xf3\ \x10\xce\x68\xb0\x74\x4c\xb6\xfc\xc7\xdf\x1e\x8e\x65\x4d\x29\x72\ \x80\x69\x09\x40\x54\xa5\x38\x1e\x8b\x01\x10\x24\xa5\x04\xac\x28\ \x8a\xd3\xed\x2b\x98\xbc\xe0\xe6\x15\x97\xa4\xa9\x66\x3c\x9e\x00\ \x80\x84\xa1\x0b\x1a\x98\x7b\xf9\x2d\x97\x4c\xa0\x8f\xfd\xfe\xbe\ \xc6\x0e\xf3\xa8\xfd\x17\xc4\xe1\x7f\x64\x52\x0d\x80\xe6\x40\xf1\ \xa6\xf6\x18\x00\xb4\xb6\xb5\x73\x69\x1f\x35\xe3\xa2\x9b\xaf\x9a\ \xb1\xe1\x99\xfb\x57\x6d\xae\x77\x78\xdc\x2e\x4f\xea\x98\xf3\x57\ \x5c\xb3\x68\x9a\x0d\x59\xd1\x68\x1c\x00\x21\x18\x52\x43\x06\x10\ \x42\xdc\x4a\xb4\x34\x34\x36\x34\x36\xd6\xd7\xd5\x45\x68\xda\x39\ \xe7\xcf\x4d\xb5\x23\x3e\xd8\xb7\xd2\x69\x33\xe6\x50\x82\xaa\xf6\ \x57\xd5\x34\x74\xb7\x20\x9c\xeb\x0f\x30\x5b\x54\x50\xd8\xbe\x65\ \xbd\xe2\x0b\x8d\x28\x9d\xa0\x92\x20\x4e\xa0\x7d\xbb\xb6\x36\xed\ \x3e\xb8\xa0\x7c\x9a\x3d\xc2\xed\x1e\x4f\xac\xa3\x4b\x26\x4c\x64\ \x4a\x11\x49\xd8\x35\xa7\x49\x30\x1f\x6a\x9a\x20\x06\x44\x77\x25\ \x80\x04\x61\x19\x10\x28\xbc\xfd\xa7\xbf\x34\x4d\xf6\xd6\x03\xbf\ \x69\x9f\x76\x96\xbd\x76\xf5\x4b\x15\x75\x67\x05\xdf\x7c\xbc\x3a\ \x65\xde\xac\xb1\x65\x19\xf0\xf4\x1f\xff\xea\x08\x37\x15\x8e\xbf\ \x28\x19\x29\xe7\x96\x69\x5a\xfd\x49\xc3\xd2\x32\x0d\x26\x41\x72\ \x1e\x33\x44\xd9\xe4\xb9\x55\x0f\x3e\xfa\xbb\xdf\x7f\xd0\x1b\xf1\ \x2e\xbf\xb4\xc8\x49\xd2\x5e\xfa\xc7\x1f\x1f\x6d\x3b\x6f\xc2\x8c\ \x89\x2f\xbe\x7a\xcf\xbd\xef\xa0\x78\xea\x94\x4b\x53\xa2\x6b\x5f\ \x7b\xbb\xa9\xb9\x61\x3d\x22\xaa\x00\x00\x20\x00\x49\x44\x41\x54\ \x97\x68\x29\xf4\xb8\x1a\xb7\xff\xc7\xc3\xbc\x18\xa6\x81\x41\x01\ \xd9\xb6\xea\xb5\x37\xda\x43\x67\x3c\xff\xe4\x53\xa9\x25\xb3\xe7\ \x4e\x48\x07\x00\x00\xdb\xd4\x89\x45\x4f\xfc\xe8\x91\xa5\x77\x7f\ \x1f\x01\x98\xcc\x88\x51\xe7\xb9\x67\xce\xbc\xff\x91\xbf\xff\x69\ \x9f\x6f\x7f\x73\x78\x8a\x3b\xeb\xec\xd9\x63\x9e\xac\xd8\xb6\x3d\ \x9e\x59\x3e\xad\x60\xd2\xdc\x39\x9b\x1e\x7c\xf8\xde\x03\xae\x1e\ \x96\x7b\x5d\xa9\xaf\x62\xed\x0b\xbb\xeb\xdb\x90\x4d\x1d\x34\x0d\ \x4b\x0e\x38\x27\x29\x92\x59\xa0\x02\xc0\x36\x67\xee\x84\x3f\x3c\ \x7d\xef\x3d\xef\xba\x5a\x7a\x94\xab\x6f\x1a\x51\xbb\x7d\xed\x87\ \x3b\x1a\x62\x1c\xfb\xb2\x47\xce\x9a\x5c\xb7\x7e\x5b\x85\x95\x9a\ \x3e\xa3\x60\xd4\xf4\x39\xb3\x36\x3f\xfc\xc4\x1f\xf6\x07\xea\x1a\ \x13\x8b\x6c\x43\xc8\x71\x05\xe7\x76\x7f\xce\x82\x8b\xf2\xfa\x0d\ \x1b\x90\xe2\x58\x3a\x9e\x16\x96\x4d\xdc\xbb\x67\x77\x46\xce\xa8\ \x51\x31\xb4\x75\xeb\xa6\x75\x07\xf7\xda\xb5\x5d\x4e\x07\xf8\x02\ \x2e\x2f\xb2\xb0\x35\x42\xb5\x05\xb6\xee\xde\x91\xe8\xee\x2d\x3f\ \x7b\xce\xf8\xf2\x69\x6d\x55\x55\x95\x75\x7b\x0e\xec\xd9\x27\x22\ \xba\x43\xc3\x36\x5d\x72\xe0\xc2\x6d\x43\x18\x0f\x29\xc7\xed\x2f\ \x5e\x00\x00\x2e\x41\xf6\x37\x86\x46\x54\xb3\xd1\x33\x2f\xbb\xde\ \x72\x07\xec\x7c\xf6\x77\xbf\x3d\x32\x91\xd0\x19\xf5\xd9\xdd\xc1\ \xf3\x57\xdc\x98\xbb\xa3\xca\xb4\xcf\x2f\x2f\xcb\x4f\x62\x7e\xc2\ \x79\x57\x96\x10\xcf\xa1\x8f\x74\x2e\xbc\xfa\x06\x25\x08\xaa\x6f\ \xf2\xf2\x25\x56\x66\x7a\xe8\xba\x1b\xaf\xdd\x55\xd3\x99\x56\x34\ \x3a\xc7\x43\x61\xc6\xc5\x37\xfb\x4a\xba\x51\xa8\x74\xd4\x8c\xb4\ \xb4\xc2\x03\x9d\x72\xe4\x98\x72\x9f\xaa\x17\x16\x8d\x70\xa4\x8d\ \x9c\x37\x72\x54\x8a\x36\xe8\x49\x4a\x31\x20\xd5\xf7\xf0\x00\xb8\ \x36\x77\xf9\x4a\x14\x20\x00\xbe\x4b\x6e\xb8\xa3\xb9\x23\x6e\x71\ \xe9\x0f\x7d\x92\x2c\x11\x1a\x75\xf6\x2f\xfe\x30\x31\x94\x6b\x07\ \x80\x31\x73\x97\x14\x82\x2b\x14\x70\xde\x7a\x53\x4a\x55\x6d\xe7\ \xec\xf9\xd9\xc5\x2e\xaa\xce\xbf\xf2\x9a\xec\x5d\x0d\x3d\x3c\xc5\ \xab\x78\x42\x53\x6f\xbe\x29\xb0\xa7\x3e\x92\x53\x3a\x26\xdd\x8d\ \x69\xde\x48\xd3\x99\x37\xe3\xfc\xd2\x74\xbf\x7a\xf4\xb3\x24\x0e\ \x7f\x98\xe4\xa1\x67\x2a\x73\xca\x92\xef\xa4\x8e\xaa\x69\x8d\x67\ \x14\x97\xe5\x04\xec\x61\x52\x50\x1c\x77\x94\x4f\x3b\x77\x54\x71\ \x06\x19\x9d\x99\xb6\x6b\x77\x97\xa9\xb9\xb1\xf4\x16\x9f\xf9\xad\ \x5b\x33\xf6\x1e\x6c\x9b\x7d\x6e\x76\x51\xea\x10\x7b\x7f\x93\xdd\ \xed\x0f\xad\xf3\x71\x0e\xa4\xfb\xab\xf6\x95\x96\x94\x34\x35\x35\ \x8f\x1d\x37\x29\x2f\x2f\xf7\x40\xf5\x76\x0c\xd1\xf4\x54\xc7\xee\ \xca\xad\x48\x9a\x14\xcb\xc9\x13\xc6\xaf\x0a\xbd\x4b\x33\x52\xc7\ \xcf\x3b\xb3\xb1\xad\xa1\xb2\x76\x5f\x63\xb4\x3b\xca\xac\x9e\x68\ \x18\x4c\xe9\x52\x6d\x31\x93\x19\xd1\xb8\x94\x62\x68\xe7\x43\x0e\ \x28\x2e\x3b\xba\xee\xc6\x93\x9a\x09\x00\x00\xe9\xe5\x63\xd3\x07\ \xbc\xec\x2f\x9f\x34\xed\xb0\xc3\x42\x19\x9e\x4f\x7e\x22\xa1\xcc\ \xe4\x14\x09\x6f\x96\x1d\x00\xc0\x1e\xca\x9f\x1c\xca\x3f\xb4\x6f\ \xd9\x0b\x46\x4f\x4a\x7a\xca\x42\xf9\xa3\x0f\xbd\x6c\x2b\x18\x35\ \xb1\xe0\x53\xe9\xf8\x40\x6f\xff\x00\x56\x16\xc8\x48\x7e\x9d\x96\ \x55\x30\x3a\xeb\xe8\x4f\x51\x9c\xd9\xf9\x7d\x8d\x03\x5d\x81\xb4\ \x64\x16\xa0\x2f\xa3\x78\x6a\x46\x71\xff\x62\x65\x97\x8c\xeb\x9f\ \x7b\xe1\x4e\x2f\x9e\x72\xe8\x5a\x33\x8a\xc7\x7e\x72\xd4\x60\xa7\ \x74\x04\xdf\xed\x97\x94\xbc\xd2\x94\xbc\x43\x37\x27\xad\x70\x4a\ \xda\xa1\x66\x33\xc4\x39\x62\xec\xe4\x4f\xee\x5b\x7a\xe1\x94\xf4\ \x53\x6b\x3e\x05\x6d\x6a\x6a\x72\xb9\x1c\x29\xa1\x94\x40\x8a\x6d\ \xef\xee\xd8\xc8\x91\x45\x3e\x2f\xb7\xcc\x0e\x09\x05\xab\x57\xbf\ \xed\x74\xa7\xcf\x9a\x79\xe1\x8c\x29\xd3\xa4\x13\xf7\x12\x96\x97\ \xea\xcf\x1e\x35\xa2\x72\xfd\x7b\x76\xbf\x4f\x8d\x86\xa5\x05\x4e\ \xcd\x2e\xb9\xae\xc7\x12\x52\xc8\xa1\x83\xad\x84\xc3\x8b\x22\x93\ \xb8\x3d\xd5\x12\x12\xd1\x27\x44\xbc\xff\x01\x43\x27\x3d\xe9\x28\ \xb9\x53\x1d\x3a\x25\x24\xe1\xf4\xa8\xfd\xa0\x86\x6e\xd4\xd6\xd4\ \x24\xe2\x66\x28\xad\x50\x51\xed\x0c\x90\xc9\x22\xba\xde\xa5\xaa\ \xe0\x76\x39\xf6\x56\x56\xee\xdc\xb6\x2d\x25\x18\xb0\xa7\xba\xd3\ \x33\xd2\x24\xc8\xb8\xae\x6f\xde\xba\x0d\x30\xf6\xfb\x43\x2e\x4e\ \x50\x94\x49\xce\xdc\x36\x1b\xc1\x43\x39\xd6\xf4\xf0\x6a\xde\xcf\ \x58\xd9\xfb\xa5\xe3\x16\xa4\xec\x27\x91\x87\xce\xf3\xe4\xe3\xf6\ \x30\x8e\x0b\xa7\xd8\xad\x13\x42\xa0\x2f\x94\x12\x4d\xbb\x3a\x3a\ \x63\x91\x1e\xce\x80\x28\x3e\x3d\x11\x6b\x6f\xab\xf5\xf9\xe3\x58\ \x46\xa4\x14\x85\x05\x85\x4d\x8d\xec\xc3\x0f\xd7\xa7\xa5\x8f\xf0\ \x59\x5e\x33\xd3\x53\xd7\xda\xd3\x54\xdb\xd8\x72\xb0\x81\x29\xc2\ \x48\x24\x12\x61\x43\xb1\x40\xb3\xd9\x19\x92\x43\xeb\x55\x80\xc3\ \xb8\xe3\x40\xad\xd6\x53\xf9\xf2\xdd\x4f\x6e\x24\x76\xef\xd8\x39\ \x57\x5e\x78\x46\x16\x00\xf4\x56\x7f\xf8\xd8\x3f\xd6\xb6\x99\xae\ \x59\x8b\x97\xcd\x1f\x13\xdc\xfd\xce\x73\x2f\xbc\xbb\x9b\xa6\x8f\ \xbd\xea\xca\xc5\x59\x2e\x0a\x00\x20\x8d\xed\x6f\x3e\xff\xf2\x86\ \x2a\x83\x6b\x53\x2f\xb8\x62\x66\x76\xe4\x81\x3f\x3c\x16\xb5\x7b\ \x35\x67\xd6\x85\x57\x5e\x5a\x96\xfa\xc5\x93\x74\x05\x80\x18\x00\ \x57\x01\xf2\x50\xf2\xba\xe8\x6d\xdc\xf1\xf4\x0b\xef\x95\x5f\x78\ \xd3\x19\xd9\x0a\x00\x80\x34\x77\xac\x7b\xf1\x95\x77\x2b\x95\xcc\ \x71\xcb\xaf\x59\xec\x6a\xae\xf8\xfb\x53\xaf\x77\xa1\xc0\xb9\x4b\ \xaf\x9e\x56\xd0\x47\x67\xe2\x0d\x5b\x9f\x7c\xf6\xb5\x83\xdd\xa6\ \x3f\x7b\xdc\x35\x2b\x17\x6e\x7a\xe8\x8f\xef\xd4\x84\xed\x9a\xbd\ \x6c\xe6\xe2\x6f\x9c\x35\x4a\xf9\xcc\xcb\x3d\x90\xe3\x22\x09\x32\ \x69\xf7\x80\xdc\xfa\xc6\x33\xaf\x7d\xb0\x8b\xa6\x94\x5c\x72\xf5\ \xa5\x85\x1e\x05\x00\xda\x76\xbe\xf5\xd8\xaa\xf7\xba\xa5\xff\x82\ \x65\x2b\xc7\x39\xeb\xfe\x7a\xff\x3f\x22\x0a\xee\x69\xed\x18\x7f\ \xd5\x77\x2f\x9f\x98\x05\x00\x20\x12\x9b\x5e\x7b\x66\x75\xc5\x01\ \x26\x9d\xb3\x96\x2e\x9b\xe0\x6a\xb8\xff\x2f\xff\x30\x1c\x6e\xbb\ \xaf\xe0\x92\x2b\x97\x16\xf9\x95\xcf\x05\x59\x55\x55\x47\x8d\x1a\ \xf5\x05\xc3\x6c\x91\x48\xb8\xa9\xb1\x21\x1e\x8d\xf4\x74\xb4\xbb\ \xdd\xb6\xec\xcc\x50\x2c\xdc\x05\x08\x04\x93\xa6\x21\x8b\x8a\x4a\ \x82\x81\x54\x29\xa5\x87\xaa\x46\x7d\x9b\xdb\x00\x37\x27\x7e\xcd\ \xd9\xd9\xd2\x6e\x99\x9c\x71\xc1\x40\x18\x92\x99\x98\x0d\xf5\x63\ \x2c\x0f\x35\xad\x39\xa2\x75\x4d\x57\x63\x63\x60\xe2\x65\x3f\xfd\ \xe1\xf7\x2f\x9c\x9e\x95\x7c\xc5\x9e\x5e\x7a\xe9\x0d\xb7\x2f\x18\ \x21\xd7\x7f\xb0\xd5\x8c\x1c\x78\xe5\xdd\x83\x97\x7d\xef\xae\xb1\ \x7c\xf7\x9a\x8d\xfb\x93\x07\xd4\x7d\xf8\xec\xc3\xef\xb4\x9e\xbf\ \xfc\xe6\xdb\x6e\x5c\x36\x31\xdf\x1f\x6d\xad\x8f\x07\xc7\x7f\xef\ \x5f\xbf\x3f\x27\x50\xf7\xd8\x73\x1b\xe5\x3f\xa7\xdf\x8e\xf0\x3d\ \xf5\x59\x19\xe1\xe6\xb7\x5e\x7a\x6d\x7b\x65\x4d\xef\xa1\xd0\x96\ \x68\xd9\xfe\xf2\xfb\x4d\x57\x7c\xff\xae\x31\xe6\x8e\x35\x9b\x77\ \xaf\x7e\x7e\x4d\xda\xd9\x37\x7d\xfb\xc2\x11\x6f\x3d\xb7\xaa\x27\ \x59\x40\x1f\x6f\x78\xf0\xfe\x47\x45\xe9\xf9\xb7\x7f\xe7\xb6\x25\ \xf3\x27\x3a\x21\x76\xb0\x29\x36\xef\x9b\x3f\xfc\xce\xf2\x19\x15\ \xab\x9e\xd9\xd9\xc2\x3f\xbb\xc6\x3d\xe2\x94\x44\x9f\xa3\x01\xe5\ \x4f\x98\x7f\xeb\x1d\x2b\x03\x1d\x5b\x3f\xdc\xdb\xd3\x77\x56\x6a\ \xf0\xbc\xe5\xb7\x5c\x3c\x96\xac\x7a\xee\x35\x19\x2a\xbd\xe1\xce\ \xef\xdf\x7e\xf5\x79\x7e\x77\xa0\x20\xad\x2f\xb1\x61\xdf\xda\x47\ \x9f\xfc\x38\xb6\xe4\xba\xdb\x6e\x5d\x79\x79\x79\xa6\xbb\xbb\xb1\ \x4e\xe4\xcc\xb8\xeb\x5f\xbf\x37\x89\xee\x79\xfc\xc5\x2d\x5f\xc0\ \xff\xe5\xfc\xa2\x82\x4d\xd3\x64\x96\xc5\x99\xd5\xdb\xd3\x6e\x26\ \x7a\x91\x34\xe3\xd1\xf0\xf6\xad\x3b\x9a\x9b\xba\xa2\x61\xd9\xd4\ \xdc\x5d\x54\x52\x22\x88\x64\x7a\xdc\xc5\x20\x5c\xdf\x72\x70\xd7\ \x5e\x69\x30\xa6\x33\x66\x31\x81\x40\x12\xcc\x90\xb0\xe4\x90\x77\ \xb7\xed\x53\xb9\x03\x5c\xb9\x87\x9e\x5c\xd2\xb1\xfb\xed\x55\x6f\ \x6f\x89\x1c\x5a\x4a\xd5\xe9\x6b\xde\xf2\xdc\x13\xeb\xea\xcb\x26\ \x8f\x55\x6d\xde\x74\xa7\xf1\xfe\xea\x35\xb5\x96\xa7\x24\x3f\x69\ \xcb\xc4\x37\x6e\xda\x3b\x71\xd1\xd2\xf1\x05\x69\x29\x99\x39\x19\ \x21\x2f\x41\x88\x45\xbb\x0e\xec\xa9\x6a\x89\xe0\xac\x9c\x94\x7f\ \x86\x39\x8b\xa3\xbc\xfd\x7d\xea\xc1\x1e\x5a\x70\xed\x2d\x0b\xca\ \xd2\xfb\x1b\xaa\x22\x6f\x46\xba\x3d\xf6\xde\x9b\x6b\x6a\xac\xe0\ \x98\xfc\x14\x97\x4b\x69\xde\xb7\xa3\xb6\x3d\x11\x8b\xb6\xb4\x99\ \x00\x00\x5d\x07\x3e\x6a\xb5\x8d\xbe\x62\xe1\xb8\x90\x3f\x98\x57\ \x98\xab\x61\x4c\x90\x68\xa9\xd9\x57\x53\xdb\x6e\x0f\xa6\xfb\x9d\ \x9f\xc9\x2d\x85\x06\x0b\x8b\xf4\xff\xf5\x79\xe4\xda\x87\x1f\xd8\ \x6a\x64\x4d\x19\xd1\x87\xcb\xf4\x91\xe3\x4a\x73\x52\x05\x93\xa1\ \xcc\x6c\x15\x90\xaa\xa9\xfb\x37\x6f\xd0\x4a\xe6\x4f\xc9\x4a\x5a\ \x8d\xbd\xeb\x37\xd7\x9e\x79\xf1\xd2\x51\x39\xa1\xd4\xec\xdc\x34\ \xbf\x9b\x60\x6c\xf6\xb6\xed\xdf\x53\xdd\x1e\x57\xb2\x72\x42\x5f\ \x8c\x2a\x7c\x31\xc1\x48\x4a\xaf\xcb\xc3\x0c\x5d\x18\x91\x96\xfa\ \xea\x9a\xea\x3d\x1a\xa5\xdd\xed\xbd\x7b\x77\xd7\x9b\xa6\xe6\xf5\ \x66\x85\xc3\x89\xa8\x1e\x8d\xeb\x91\x9e\xde\x9e\xde\x70\xaf\x6e\ \x1a\xba\x69\x09\x84\x4d\x01\x88\x52\x4c\x89\x24\x08\x11\xfc\x25\ \x78\x14\x8e\x8c\x9c\x01\x00\x40\xee\xcc\xa5\x2b\x2e\x98\xda\xfe\ \xf1\x33\x7f\x5f\xd5\xff\xc4\xe3\xb1\x73\xaf\xbf\x6b\xe5\xdc\xca\ \xb7\x5f\x6b\x4b\x68\x29\x41\x5f\xb8\xf9\x60\x73\x77\x54\xf4\x91\ \x70\xcb\xb0\xb8\xdb\xa9\x02\x40\xb4\x7e\xeb\x73\xaf\xbe\x1b\xa1\ \x8e\x78\x73\xf5\x7b\x1f\xae\xaf\x6c\x49\x68\x90\x30\xfe\x29\x85\ \x3b\x78\x00\x02\x29\x9a\xc3\x6e\x13\x03\x5c\x92\x08\xab\x01\x9f\ \xab\xb7\xe9\x60\x53\x6f\x2c\x61\xda\xcf\xb9\xfc\x8a\x62\xd2\xfc\ \xf1\xc7\x1f\x77\x9a\xc4\xad\x00\x00\x30\x3d\x4e\x6c\x0e\x1b\x00\ \x80\xb1\xee\xf9\xa7\xb7\xb4\x19\x2a\x8f\x57\x6e\x7c\xfb\xbd\x8f\ \xf7\x70\x84\x2d\x33\xf1\xd9\x6f\x9d\x38\xc6\x3e\x00\x6a\x68\xc9\ \x6d\x77\x5d\x32\xca\x58\xfd\xc6\xce\xfe\xe3\x6b\x37\x3c\xb3\xba\ \xda\x75\xc9\xe2\xe9\x18\x00\x78\xeb\x47\x3b\xba\x27\xcf\x99\x7c\ \x68\x6d\x4d\x83\xcb\xe4\xad\xeb\xde\xbf\xf1\xf9\xb5\x1b\x75\xc5\ \xd1\x5b\xbf\xf7\xdd\xf5\x1f\xec\xeb\x30\x55\x19\xff\x32\x7b\x73\ \xe3\xd6\x96\x96\xfa\xba\xfa\xae\xce\x8e\xde\xae\x66\x23\xde\x1d\ \x8b\x74\x25\xe2\x71\x60\xd4\xa6\xf8\x1c\xf6\x14\xa7\x2b\xa5\xbd\ \x2b\xcc\x41\xe8\x98\x75\x59\xd1\x86\x9e\x8e\xb0\x65\xb4\xc7\xc2\ \x42\xa3\x16\x06\x89\x71\x92\x2e\x29\x98\x9c\x2c\x23\x1f\x39\x7d\ \xc5\x63\xa6\x7f\x63\xce\xc8\xf6\x9a\x3a\xc3\x8a\x87\x23\x09\xce\ \x38\x00\xa4\xa5\xa7\x21\x33\x52\xdf\x50\xb9\xb5\xd9\xf9\xed\xdb\ \x6e\xbf\xaa\x5c\x7d\xff\xe3\xdd\x49\x3f\xd2\x88\x1c\xff\xa6\xf5\ \x15\x09\x00\x94\xe8\xda\xb3\xaf\x36\x66\xca\xcc\x49\xf3\x6f\xbb\ \xe1\x86\xbb\x56\xce\xac\x5c\xb7\xb6\x6d\xa8\x6e\x7f\x12\x30\x08\ \x80\x45\xc2\x91\xf6\xbd\x1f\x6f\xed\xf1\x7f\xeb\x96\xdb\x97\x8f\ \x91\x6f\xbd\xb3\x0f\x7b\xf2\xce\x5b\xba\xbc\xd4\xef\xcc\x1b\x39\ \x31\x0d\x03\x00\xf8\x72\xca\x64\x6b\xe5\x47\x0d\x09\x00\xd2\xb8\ \x7f\x4f\x63\xaf\x4e\x9c\xa9\x17\xdf\xf2\xed\x5b\xef\xfc\x5e\x9e\ \xb5\xf7\xc3\xca\x96\xcf\x65\x9f\x0d\x7a\x3e\x16\x07\x20\xce\xcc\ \x14\x5b\xa4\x3b\xcc\x8d\x68\x24\x66\x84\xeb\x3e\xfa\xc7\x07\xbd\ \xcb\x6f\xbb\x36\xdb\x09\x00\x60\xd4\x6d\x6b\x55\xf2\xc6\xa4\xf7\ \x6b\xf7\xc0\x88\x4c\xc7\x86\x0f\xb6\x98\x00\x22\xda\xb6\xa7\xba\ \x21\x61\x89\x82\x33\x16\xdd\xba\xf2\xc6\xef\x5e\x35\x7e\xcb\x9b\ \x6b\xbb\xbf\x44\xb3\x8f\x02\x08\xd5\x66\x43\x48\x44\xa3\x5d\xd1\ \xd6\x46\x8f\x8f\xeb\x71\x4b\x55\x5c\xf1\x38\xb1\xdb\xbd\x54\xb1\ \x59\x5c\xb4\x75\x74\x10\xe4\x54\x2c\xab\xbd\xb7\x3d\xce\x8d\x08\ \x37\x0c\x6e\x4a\x24\x99\x04\x2e\x80\x20\x4c\x0e\x9f\xa6\xf4\x65\ \x61\x96\x00\xb0\x8d\xaf\x3c\xf9\x61\x65\x53\xa4\x57\x9f\x71\xe5\ \x05\xdd\x5b\x5e\x7a\x6a\x8f\xff\xdc\x62\x6b\xcd\x07\xbb\x7a\x23\ \xd1\xdc\x99\x57\x8c\xce\x4f\xad\xb2\xaf\xfd\xd5\x3d\xf7\x98\x61\ \x36\x63\xe9\x88\xe4\xb3\x3a\x65\xe1\xd2\x3d\xf7\x3f\xf8\x8b\x9f\ \xef\xb4\x27\x3a\x44\xf1\x3c\xaf\x43\x69\xa9\x58\xfd\xbf\x7a\x9d\ \xd9\xde\x34\x72\xe6\x05\x69\x43\x36\xde\x58\x70\x2e\x31\x05\xab\ \xfe\x89\xfb\x5f\x98\xb4\xf8\xfc\x52\xdb\xb6\xff\xf9\xed\x3d\x56\ \x54\x9e\xb9\xbc\xa0\x6b\xe7\xbb\x8f\xbd\xfc\x56\xaf\x63\xc4\xd5\ \xd7\xcd\x4c\xba\xf8\x6d\x69\xe3\x2f\x9b\xbf\xfd\xf1\x3f\xfe\x62\ \x7d\xc8\xd5\xdc\x2e\x2f\xf5\xba\xa3\x46\xeb\x33\xf7\xfc\x6e\x83\ \x96\x68\x57\x47\x5e\x35\x2a\xfd\x9f\xd3\x57\x0a\x40\xef\x9a\xa7\ \x9e\xdc\xd5\x10\x8e\xc6\xc8\x05\x2b\x27\xd5\x7f\xf8\xcc\xab\x1d\ \x23\x27\xcb\x77\x2a\xeb\x2d\xef\x23\xf7\xe1\x8c\xf2\x4b\x16\xcd\ \xec\x3d\x50\x8f\x03\x45\xee\x01\x9e\xef\x99\x8b\x2f\xad\xba\xff\ \xa1\x5f\xfc\xb2\x82\x86\x5b\x94\x09\xdf\xf0\xd8\xf5\xda\xf5\x2f\ \xfc\xae\xa7\x32\xde\xda\x32\x76\xce\x12\xff\x97\x88\x01\xca\xb1\ \xe9\xf2\x07\x39\x96\x84\x60\x9b\xc3\xe5\x70\xaa\x07\xf6\xed\x35\ \x4c\xd2\x1b\x8d\xa7\xf1\xb8\xc3\x89\x75\x29\x6c\xaa\xd2\x1b\xd5\ \x2d\x9d\xef\x6f\xaa\xa3\x94\x98\x60\x38\x84\xa5\x08\xa1\xa8\xc0\ \x91\x94\x48\xa3\x54\x1d\xd2\xb3\x94\x52\x98\x3c\xde\x5f\x00\x6f\ \x09\x83\x09\x03\xa4\x00\x20\xe5\xd3\xe7\x85\x8a\x23\x0e\x7f\x46\ \x76\xaa\xc7\x8a\x2d\x5c\x36\x92\x38\x89\xb9\x38\x34\x02\x39\x03\ \xb9\x59\x29\x04\xe0\xb2\x9b\xbe\x75\xb0\xb6\x55\x09\x64\xe5\xa6\ \xf4\x2d\x01\xf6\xe6\x5f\xf3\xdd\xbb\xea\xea\x1a\x0d\xa9\x85\x32\ \x32\xbc\x9a\xfc\xde\x5d\x19\xbd\x09\xa6\xba\x03\x39\x99\xa1\x7f\ \x2a\xa6\x69\x18\x90\x88\x43\x3f\x25\x30\xf4\x01\xad\xfa\x6d\xe7\ \x5e\x7f\x2b\x72\x12\xa0\x99\x97\xac\x58\xe6\x4c\x49\x99\x90\x7b\ \x73\x4d\x5d\xab\x1a\xc8\xca\x49\x71\x1b\xdd\x23\x17\x5d\x51\x98\ \x99\x97\x6d\x1b\x30\xa5\x6a\xf4\xb9\xd7\xfd\xcb\xb8\xba\x96\x1e\ \xdd\xe9\x4b\x49\x4f\xf5\x97\xdf\x74\xe7\x94\x8e\x1e\x8e\x6d\x69\ \xd9\x39\x5e\xdb\x67\x8e\x60\x09\x86\x4c\x40\x87\x7a\xa9\x20\x0b\ \x10\x4b\x80\xe4\x00\x9e\x19\xf3\x17\x15\xf7\x18\xde\xd4\xec\x74\ \xbf\xdd\xf0\x5f\x78\xb9\xd0\x1c\x50\xf2\xe3\xc9\x3d\xba\x69\x11\ \x57\x40\x03\x48\x9d\xbe\xf4\xe6\x69\xda\x40\x34\xd2\xe0\xc8\x1b\ \xef\xbc\xab\xb6\xbe\xc5\x44\xb6\xd4\xcc\x4c\x37\x65\xdf\xff\x7e\ \x61\x58\xe7\x76\x6f\x4a\x4e\xfa\x97\x89\x5b\xa0\x5c\xf0\x68\x22\ \x61\x77\x3a\x12\xa6\x11\x8f\xea\x26\x33\x9a\xdb\xc2\xaa\xe2\xf0\ \xfa\x33\x74\x43\xd7\xf5\x18\xb5\x3b\xda\xdb\xda\x82\x01\x7f\x46\ \x5e\x51\x73\x4b\x4b\x73\x53\xb3\xc1\x2c\xc4\x05\x01\x29\x39\x47\ \x54\x31\xb9\xb0\x13\x0d\xe3\x21\x8c\x62\xdb\xa8\x6f\x6c\xfa\x65\ \x94\xa8\x87\x36\x5d\xa6\x80\x97\x0b\x13\x00\x79\x82\x99\x9e\x60\ \x7f\xec\xc9\x97\x34\x10\x0a\xdd\xc1\x4f\xd6\xdf\xe6\x2f\x2a\xf1\ \x1f\x75\xdd\xce\xdc\xc2\x91\xfd\x3f\xa5\xe5\x16\xa6\xfd\xf3\x67\ \xc9\x18\x9b\x3e\x13\x8d\x9d\x08\x87\x26\xab\x71\xcb\xd2\x5c\xee\ \x01\xa4\x26\x79\x1a\x6a\x30\x35\x05\x00\xc0\xfe\xc9\x89\x69\xfe\ \xf4\x42\xff\x20\x1f\xe9\x4d\xcb\xf5\x1e\x3a\x33\x1a\x48\x2b\x0a\ \xa4\x7d\xde\x27\x9e\xbb\x73\xad\x49\x37\x0e\xac\x80\x30\xec\x19\ \xc0\x12\x00\x3e\x7f\x5a\xae\xff\xd0\xe7\x69\xee\x80\x06\x00\xe0\ \xcc\xf3\x0e\xb0\xb1\x9c\xde\x41\xca\x24\x54\x4f\x5e\x51\x7f\xfc\ \x91\x66\xe4\x15\x9d\x94\xe1\xd9\xd4\xef\x4f\x4d\x18\x46\x6f\x4f\ \x4c\xc3\xac\xbd\xad\x4b\x51\x65\x30\x94\xde\xd8\xd0\x4a\x88\x91\ \x9b\x13\x90\x12\xc7\xa2\xb1\xf6\xd6\x76\x97\x66\xd7\x10\x56\x88\ \xd2\xde\xde\x6e\x82\x94\x0a\x41\x18\x0b\xc0\x58\x2a\xdc\x30\x43\ \x9e\x90\xaa\xa8\x43\x17\x92\x99\x39\x7d\xfe\x6c\xb4\xf0\x70\xc2\ \x28\x30\x3d\xb5\x6a\x8a\x33\x52\x53\x83\x77\x7c\x1f\x1d\x3e\x23\ \x12\x9b\x27\xb3\x53\x0e\x42\x68\xca\xbc\x8b\xc4\x39\x4b\x3f\xa9\ \x39\x43\x00\x1c\x34\xcc\xe0\x94\x14\x84\x89\xa6\xa9\x47\x76\xf0\ \x66\x96\x61\x1d\x79\xc2\x54\x55\x6c\xb1\x98\x69\x1a\xdc\xb2\x74\ \xcb\x92\xe1\x48\xef\xc8\xe2\xe2\xbc\x5c\x57\x3c\x01\x42\x12\x3d\ \x61\x50\x4d\xf3\x38\x5d\x88\x0b\xae\x33\x87\x66\x4f\x18\xba\x85\ \xc0\x02\x69\x53\x34\x3d\x6e\xda\x29\x5e\xbe\xec\xba\xb9\xb3\xe6\ \x78\x5c\x6e\xce\x87\xea\x76\xa8\xda\x91\x9e\x6d\x02\xf8\x73\xf4\ \x02\xf9\x72\x74\x00\xa5\x83\xd0\x63\x55\x39\xb9\x67\x65\x53\x8f\ \x3a\x29\x0c\x47\x77\x47\x39\x15\x04\x13\x12\xeb\x3c\xb8\xe6\xdd\ \x8a\x98\x24\x8a\xa2\x20\xc9\x18\x97\x52\xc8\x94\xd2\x49\xd3\x47\ \xe5\x11\xc9\x0e\xeb\x1d\x36\x66\xcc\xd8\x4d\x1f\x6f\x05\xc1\x19\ \x13\x14\x6b\x18\xd4\xa6\xe6\x0e\x7f\x20\x35\x18\x0a\x9a\x96\x54\ \x0c\xd6\xd9\xd9\xc5\x74\x03\x31\xa6\xf7\x46\xf3\x32\x73\xec\x4e\ \x77\x67\x67\x82\x3a\x9d\x06\x20\x26\xc9\x35\x2b\x6e\xb8\x62\xc9\ \x15\x0a\x28\x18\xf7\x4a\x69\xc1\x70\x7b\xfa\x61\xf9\x27\xf6\x07\ \x6e\x44\x1b\x6b\x6b\xa3\x94\x34\x55\xed\x89\xb9\x73\xca\xb2\x7c\ \x91\xa6\xea\xf7\x0e\xb2\xd1\xa5\x45\x01\xcc\x06\xa6\xce\xd2\x54\ \x5f\xa0\xb3\xa9\x89\x0b\x29\x58\xc2\xb0\xe2\xa9\x69\x21\xd3\x32\ \x10\xd6\x00\xa8\x10\x12\x63\x62\xd3\x6c\x92\x33\x22\x05\x16\x0c\ \x01\xd6\x28\x65\x16\x93\x16\x8f\xc6\x62\xd7\x2c\xbb\xfe\x9a\x6b\ \xaf\x6f\xad\x6d\x43\x16\xa4\xa5\x02\xc2\x68\xb8\x91\xcd\xb0\x7c\ \x61\xe1\x8c\xb9\xd3\xcb\x6f\xfa\x97\xa9\xaa\x22\x5e\xf9\xe3\x2f\ \x6a\x4b\x2e\xbb\x75\x7e\x49\xd7\xf6\xd7\x7e\xf3\x6c\xb5\x61\x09\ \xd0\x0e\x2b\xe0\xc1\xe3\x4b\x4b\xcb\x8b\x0a\x5d\x84\xf8\x3c\xfe\ \xec\xec\x5c\x8f\x2f\xe8\xf5\x86\x6c\x9a\xd3\xe9\xf1\x4a\x00\x23\ \xa1\x97\x8c\x2c\x9c\x34\x61\x0c\x37\x75\x24\x79\x63\x5d\x5d\x77\ \x7b\x7b\xc8\xeb\xa5\x42\x16\xe7\x15\x2e\xbf\xfc\xaa\x70\x4f\xb4\ \xab\xb3\xdb\x30\xb9\xc5\xf8\xf0\xad\x1f\x96\x7f\x9a\x2e\x60\xc4\ \xc2\x15\xaf\x3e\xfa\xfc\xda\x0f\xeb\x1a\xda\x01\xa0\xb9\xee\x80\ \x61\x77\x39\x34\x72\x44\x72\x10\xad\xad\xdc\x39\xb1\x74\x84\xc2\ \x2d\x47\x4a\x7a\x4f\x3c\x1c\x4d\x44\x08\x55\x99\x90\x8c\x71\xbb\ \xcd\xc1\x99\xd9\xd5\xd9\x56\x90\x97\x1d\xed\x68\xed\x09\x77\xb5\ \xb6\x34\x52\x29\xf5\x78\x42\x11\xd8\xaf\x39\x14\x40\x46\xc2\x20\ \x54\x31\xb9\x40\xe8\x04\x7b\x15\xd0\x70\x1f\xc5\xd3\x94\x0f\x1c\ \x9b\xe3\x52\xbd\xab\xfa\xd1\xbf\x3d\xf0\x71\x47\x70\xd1\xf2\x65\ \x9b\xd6\x3e\xf1\xb3\x83\x6f\x74\x34\xb6\x4c\xb9\xfc\x0e\xbf\xc2\ \x8e\x98\x60\x42\xd3\xbd\x0e\xcd\x8a\xe3\x92\x22\xcb\x1d\x5c\xfb\ \xc1\x7b\x80\x99\x40\x40\x28\x8e\xeb\x3a\x02\xc2\x0c\xbd\xb7\x9b\ \xbb\x9d\x52\x08\xb3\xa7\xb7\x93\x5b\x89\xd2\xc2\xbc\xda\x86\x96\ \x70\xdc\xb4\x7a\xc2\x7a\x77\x24\x2d\x33\x3f\xd2\x93\x88\x25\x74\ \x40\xae\x13\x58\x01\x91\x6c\xaa\xda\xde\xd6\x3a\x0c\xdf\xd3\x4b\ \xa4\xae\x27\x8e\xb5\xa6\x18\x43\xb4\xb7\x53\xa6\x9d\xf1\xc3\x5b\ \x17\x17\x87\x6c\xd3\x4b\x8b\xdf\xfd\x68\x6f\xe0\xdc\xcb\xa7\x8f\ \xcd\xe7\xa6\x75\x64\x2b\xfd\x8a\x0d\x1f\xa4\xfa\x03\x6e\xbb\xb3\ \xd9\xd0\x31\xc1\x86\xc5\x35\xa7\x1d\x21\x1a\x8d\xc5\x40\x20\x8f\ \xd3\x96\x48\xc4\xa3\x11\xea\xf1\x39\x13\x51\xc3\xe7\xf7\x24\xe2\ \x7a\x7e\x7a\xda\xde\xfd\x75\xe1\xb6\x76\xae\x27\xf4\x58\x14\x10\ \x20\x85\x9e\xd8\xd4\x53\x84\x50\x28\x94\x12\x09\xf7\x0c\x5b\x7b\ \xa7\x99\x04\x82\xa1\x63\x35\xce\x62\xa6\x15\x2c\x98\x7a\x53\x19\ \xed\x6c\xaa\xab\xdc\x65\xf9\x52\x4b\x2f\xbb\x7a\x0a\x33\x75\xd3\ \xb4\x8e\x76\x7c\xd2\xb6\x86\x96\x48\x7d\x0b\x21\x0a\xf2\xa4\xa7\ \xdb\x1d\xd5\x46\x0f\xc2\x8a\x22\xb1\x47\xb5\xf1\x84\xe9\x08\xf8\ \x52\xb3\xd2\x82\x41\x87\xe4\xa9\x3d\xdd\x61\x66\xf0\x8e\x96\x0e\ \x90\x6d\x39\x59\xe9\x1d\x5d\xd1\xae\xb6\x96\xac\x9c\x3c\x6e\xc6\ \x54\xaa\x9c\x58\x7c\x49\x29\xfd\x81\xe0\xd0\xcd\x58\x1d\x96\x93\ \x69\x84\x1d\xab\xc6\x1d\x13\x2a\xa2\x6f\x3c\xf4\xc0\xf3\xeb\xf7\ \x27\x12\x96\xe2\x08\xcd\x5a\xb2\xe2\x92\xb3\x4a\x06\x85\x16\xed\ \xea\x8e\xab\x86\x51\x10\x4a\x67\x35\xcd\xaa\x17\xab\x2e\xd5\x50\ \xc1\x89\x6d\xb2\xdd\xd0\x90\xaa\x69\x76\x67\x20\xe0\x0a\xb9\x98\ \x19\xd7\xdc\x6e\x66\x70\xd5\x66\x4f\x30\xc6\x10\x91\x98\x36\x34\ \xd4\x14\x14\x15\x18\xf1\x0e\xaf\x3f\x08\x60\x3f\xb1\xda\x91\xf3\ \x61\x6b\xef\xeb\x25\x54\xa5\xad\xdb\xde\x7d\x6d\x27\x5f\x71\xc3\ \xf2\x0f\xd7\x6e\x1b\x3f\x31\x7f\xdd\x3b\xab\x2a\x4b\x72\xc7\xa6\ \xaa\xec\xa8\x09\xea\xd4\x70\x3b\xb1\x5d\xed\x40\xc2\xe1\x50\x23\ \x56\x5c\xd7\x4d\x6c\xb3\x61\xaa\x32\x55\xea\xa0\xf4\x82\x08\x48\ \x70\xd8\x5c\x82\x60\xc3\x30\x14\x2c\xb8\x97\xa7\x67\x64\xb8\x1c\ \x9e\xf4\xf4\x8c\xa6\xe6\xba\xfb\xee\xff\xbf\x98\x6e\x8e\x2a\x2f\ \xbf\xe4\xa2\xc5\xaa\x62\x3b\x81\x75\x10\x76\xbb\x1d\x63\x3c\x3c\ \x1c\xe7\x34\xb3\xcc\x84\x10\x89\xc4\xe0\x39\x99\x18\x44\x47\x6b\ \xb3\xbf\x64\xd2\xa4\xd2\x8c\x8f\xde\xad\x1e\x31\xba\x7c\xe7\x7b\ \x1b\x7a\x62\x3a\x42\x83\x54\x54\xd3\x8f\xea\x6b\x52\x9d\xae\x2c\ \x2f\x71\x02\x84\x29\xb6\x39\xbd\x98\xda\x2c\x4b\x36\x86\x23\x3d\ \xcc\x72\xa0\x38\x73\xa0\xbc\x60\xd0\x6d\xb3\x29\x0e\x0d\x49\xe9\ \x50\x1c\x2e\xa7\x3b\x1e\x4b\xc4\x12\x7a\x6b\x7b\x67\xc2\xd2\x05\ \x62\xdb\xb7\x7f\x7c\xfe\x82\x79\x2e\xa7\x5d\x9c\x20\xdc\x52\x4a\ \x1f\x7d\xf4\x91\xf6\xb6\xb6\x41\xa3\x51\xc3\xf2\x95\x25\x09\xc2\ \xe3\xf5\x5c\x75\xd5\xb2\x41\xf5\x91\x94\xc8\xe3\xcf\xb0\x37\x99\ \x31\x1d\xb1\xf6\x8f\x7e\xf5\xdf\xdb\x3c\xf9\x53\x2e\xc9\xf4\x09\ \x31\x58\x9b\xd1\x16\x8b\xb7\xb4\xb6\xed\x6d\x6e\x73\x60\x8a\x9d\ \xaa\xcd\xef\x12\x96\xd4\xe3\x22\xcc\x90\xee\xb6\xdb\x6c\x32\xd4\ \xdb\xdb\xd9\xde\xa3\x78\x1c\xf6\xa0\x4b\x0a\xa1\x6a\x58\xd5\x34\ \x87\xd3\xe9\x65\xcc\xe5\x75\x79\x03\xee\x9e\x48\xb8\xad\xad\x0d\ \xa1\x13\x19\x7d\xc0\x18\x6f\xdd\xb2\xe5\xc0\x81\x03\x9a\xa6\x0d\ \xaf\xf7\x69\x23\x96\x65\xa5\xa5\xa5\x5d\x75\xd5\xb2\xc1\xdf\x35\ \xad\x8c\x71\x0b\xbe\x3d\x59\x55\x65\xec\x9c\xc5\x17\xb7\x88\xf4\ \xa9\x53\x46\x3b\xa4\x61\x0d\xd6\x6c\x86\x4a\xbb\x8b\x61\x2a\x84\ \x08\xeb\x71\x11\x35\x34\x53\x47\x96\x74\xd8\x7c\x5a\x4a\x0a\xf3\ \xbb\xb8\x43\x41\x4e\x97\xdf\x9f\xe2\x73\x28\x02\x23\x8e\xb8\x48\ \xb6\x53\xc6\x08\x33\xe2\x57\x89\x62\xa3\xce\x88\xdd\xe1\x50\x29\ \x25\x27\x76\x57\xb7\xd9\x6c\x0e\x87\x43\x55\xd5\xe1\xf5\x3e\x6d\ \x44\x51\x14\x9b\xcd\x76\xac\x77\x09\xa5\xe1\xa6\xca\x17\x5f\x58\ \xdb\x0b\x8a\x4d\x53\x11\xaf\xdc\x57\xd3\xb2\x64\xf1\x4c\xdf\x60\ \xb3\x45\xa8\xc4\x14\x88\x22\x09\x08\x24\x00\x83\x66\xb3\xc7\x3a\ \xc2\xd4\xe9\xe6\x0e\x47\x54\x70\x05\xab\x1d\xb1\x58\x4f\x34\xea\ \x23\x2e\x4c\x08\x60\x90\x02\x74\xcb\x14\x92\x03\x46\x54\xa1\x6e\ \xc5\x65\xb3\x6b\x81\x80\x5f\x55\x94\xa1\x2b\x7c\x66\x46\xc2\x14\ \x80\x11\x00\x20\x42\x55\x85\x22\x53\xd7\x11\xd5\x54\x05\x83\x04\ \x66\x19\x96\x24\x36\x55\x01\x29\x98\x65\x32\x2e\x92\x85\xac\x8a\ \xaa\x12\x24\x0d\xc3\x90\x12\x84\x94\x08\x21\x84\x90\xa2\x6a\x04\ \x49\xcb\xb2\x92\x7c\x1f\x61\xa2\x28\x0a\xc1\x48\x0a\x66\x9a\x96\ \x90\x00\x80\x14\x55\x3b\xde\x9c\x9f\x61\x19\x1a\x91\x52\x62\xc5\ \x9e\x9a\x91\xe1\x02\x8a\x30\x55\xac\x96\x77\x36\xac\xab\x39\x73\ \xca\xe4\x2c\x9b\x38\xaa\x18\x97\x12\x00\x21\xa4\x00\xc9\x25\x60\ \x8a\xa5\x4a\xc1\x4e\xa5\x42\x14\xbb\x5d\x70\xc3\x12\x32\x9c\x88\ \xdb\xbd\x5e\x97\xd7\x2d\x89\xe0\x92\xc5\x8d\x04\x42\x88\x2a\x2a\ \x20\xe0\x8c\x49\x0e\x04\x51\x4c\x09\x1a\xaa\x39\x67\x92\x71\x3c\ \x71\xe9\xad\xf3\x8b\x7d\x16\x97\x2c\xd2\xf2\xde\x9a\x57\x37\xd7\ \x1a\xe7\x5e\x7f\x2d\xdb\xbc\xea\xed\xed\x6d\x80\x48\xe9\xcc\x2b\ \xce\x70\xd5\x3c\xb9\x7a\x7d\x1c\xb9\x46\xcf\x3c\x7f\xde\xf4\x32\ \x1b\x41\x91\xc6\x9d\xaf\xbc\xf8\x5a\x3b\x2d\x58\xf9\x9d\x8b\xfd\ \x80\x14\x85\x72\x66\x09\x99\x78\xfb\xe9\xc7\x36\xd5\xea\x53\x17\ \x2c\x9d\x35\x2e\x9f\x62\xd9\x51\xf5\xf1\xab\x6b\xde\x6d\x89\x32\ \x67\xa8\x68\xf1\x85\x17\x14\x07\x35\x61\x85\x37\xbc\xfa\xec\x87\ \xfb\xba\x29\xc5\xc3\x60\xfa\x52\x19\x30\x63\xce\x94\xe2\x8b\x97\ \x1d\xea\x2f\x2d\x6a\x9b\xf6\xfd\x5f\x54\x37\x01\x06\x69\x18\x40\ \x91\xe0\x18\xb8\xe4\x52\x05\x82\x88\xc2\x29\x36\x29\xd2\x81\xdb\ \xa5\x44\x9c\x23\x4e\xe3\x86\xce\x6d\x8a\xe2\x76\x5a\x89\x28\x33\ \x19\x25\x94\x50\x85\x81\x00\x04\x98\x10\x04\x54\x48\x2e\x04\x1f\ \x3a\xeb\x5f\x80\x52\x3c\xbe\x1c\x1d\x5c\xf5\xe2\xdb\xf5\xf9\x53\ \x16\x5c\xf3\xad\x1b\x8d\xdf\xdc\x9f\x5e\x52\x2e\x6b\x56\x9b\x86\ \x09\x98\x7a\xd2\x47\x96\x87\x62\xcc\x10\x13\x96\x5e\xff\xcd\x79\ \xa9\x6b\x5e\x5a\x7d\xb0\x07\x8f\x9b\x7b\xde\x9d\x3f\xc8\xbc\xe7\ \x9e\x27\xd7\xbe\xf8\x92\x27\x58\x74\xf5\x8d\x17\x6c\x7d\xe2\xaf\ \x15\xb5\x3d\xad\x9d\x62\xee\xb5\x3f\xf8\xc6\x48\x7d\xcd\xab\x6f\ \xb4\x59\xee\xe9\xe7\x2e\xf9\x4e\x4e\xea\x2f\xee\x79\x66\xfa\xb2\ \x9b\xa6\xdb\x2a\x9f\x78\xf9\x23\x5b\x4a\x46\x22\xc1\xd1\x30\x68\ \xbf\x74\x21\x84\xc6\xbb\x0e\xbe\xf7\xfa\xae\x04\x22\x94\xa0\xde\ \x83\x5b\x77\x87\x03\x67\x87\xdc\x83\xba\xaa\xa8\x04\x86\x91\xc4\ \x20\x90\xc9\xa4\x8d\x58\x92\x33\x95\x60\xbb\xca\x2d\x4b\x11\x80\ \x41\x72\xc6\x6a\xda\x1a\x73\x5d\x76\x48\x24\x2c\x66\x51\xbb\x0d\ \x08\x12\xa6\x21\x00\x11\x44\x09\xa1\x8c\x5b\x87\xdc\x6c\x43\x04\ \x5e\x24\xcd\x58\xfd\xfe\x5d\x9b\x3e\xde\xb9\xa7\x15\x9f\x33\x7b\ \x65\x6e\x9a\x2d\x1e\xb3\x82\xfe\xcc\xfc\x7c\x09\x98\x06\x5d\x34\ \x11\x8f\xe1\xd0\xa8\xf3\x67\x97\xbf\xf5\xb7\x9f\x3e\xfd\x71\xab\ \xa6\xc8\x4d\x3b\x6a\xee\xf8\xef\x7f\x3f\x67\xdc\xba\x3f\xbd\xb2\ \x45\xc9\x94\x9d\x3d\xdd\xb5\xfb\x2b\xb7\xed\xea\x0e\x95\xce\x5f\ \x3c\xc3\xfd\x8f\xff\xfe\xd5\xda\xfd\x71\x8d\xb0\xcd\x7b\xda\xff\ \xfd\x3f\x6f\x98\x33\xe1\x9d\xa8\x94\x86\xde\xdb\x74\xb0\xaa\xa1\ \x62\x13\xb2\xb9\x9c\x1a\x19\x76\xc4\x7d\xc9\x82\x09\xb2\xe2\xdd\ \x55\xbb\x76\x45\x88\x22\x99\xa5\x7a\xb2\xae\xbe\xf1\xdc\x7c\x0f\ \x19\x34\xcf\x9b\x4a\x10\x88\x00\x01\xa4\x30\x85\x61\x1c\x07\x29\ \x08\x46\x2a\x55\x54\x35\xa8\x38\x75\xc4\x40\x9a\xd5\x0d\xf5\x63\ \xd2\xd3\x02\x12\xb9\x5c\x2e\x13\x84\xc1\x38\x46\x8a\x14\xc2\xb4\ \x2c\x66\x58\x96\x6e\x72\x66\x49\x29\x11\x42\x43\xe3\x76\x15\xa6\ \xd4\x46\x4f\x5d\xb8\xc2\x77\x66\xd1\xa4\xe9\x7c\xff\xd6\x2d\xfb\ \x7b\x66\x2a\xee\xd1\x67\x2e\xf2\x8e\x4c\x48\x04\xc1\xcc\x6c\xf6\ \xa1\x65\x4f\x49\xd1\x6c\xd1\x3d\xb5\x3d\x76\x87\x8d\x22\xc9\xcc\ \xae\xfd\xfb\x62\x67\xa5\xa7\x68\x0a\x4e\x32\x19\x42\x28\x21\xc4\ \x17\xca\x71\x75\xd7\xd6\x75\xc4\x35\x9b\xa6\x12\x55\xef\xa9\xad\ \xee\xe5\x19\xd9\xfe\x07\x1f\xfc\x53\x68\xd9\xd2\x5b\xff\xe5\x47\ \xcd\xfb\x2a\x5e\x7b\xf9\x8d\xfa\xa8\xa0\x78\x98\xe6\x7e\xa9\xc2\ \x2c\xe6\xc9\x1a\x77\xe3\x1d\x23\xbb\xa2\x96\x3f\xe0\xc3\x12\x28\ \x45\x46\x42\x1f\xd4\xc5\x4a\xb1\xa2\x58\x26\x07\x8c\x34\x42\x14\ \x49\x55\x89\xe2\x00\x3a\x08\xbb\x4a\x63\x3d\x31\x84\x89\x8e\x45\ \x43\x6f\xa2\x29\x1a\x8f\xc7\x23\x1e\xaf\x17\x51\xc2\x18\x27\x84\ \x10\x4c\x08\x46\xa0\x12\x55\x73\x46\x7a\x7b\x87\x34\x52\x80\x00\ \x10\x26\xdc\x08\x57\xbc\xf2\xf7\x3d\x95\xbb\x9b\x0d\xb7\x8b\x84\ \x37\xbe\xfc\xe0\x63\x6f\xd7\x02\xa6\xd3\x97\x7e\x7f\xb1\x4b\x31\ \xc2\xed\x82\x39\xb3\x82\xda\xe6\x8e\xa8\x8d\x4a\x86\xdc\xe9\x59\ \xce\x8e\x8f\xc3\x5c\x7e\xb2\xed\x23\x84\xe2\x91\x0e\xcb\x3b\xca\ \xef\x24\xfb\x7a\x4d\x4c\x39\x57\x33\x33\x5d\x4a\x73\x38\x12\x69\ \xad\x7a\xe8\xf7\xbf\x08\x65\x14\x2d\xba\xfe\x96\x6b\xaf\x55\xff\ \xf7\xee\xe7\x75\x55\x1d\xe6\x0b\x5f\xae\xc6\x55\x78\x6f\xcd\x43\ \x0f\xfe\xb5\xa2\x9e\x4f\x58\x78\xf9\xf2\xb3\x8b\xb7\x6d\xda\x9f\ \x36\xa2\x2c\xe4\x24\x83\x0c\x2f\xc9\x08\xa6\x28\x08\x59\xba\x69\ \x5a\x16\x48\x84\xa5\xa4\x98\x58\xc0\x12\x82\x39\x9c\x2e\x4d\xb5\ \x09\xc0\x11\x4b\x84\x2d\xcb\x1d\xf0\x2b\x9a\x8a\x10\xa2\x94\x20\ \x04\x98\x80\x42\xb1\xa2\x10\x84\xa5\xd3\xe3\xc4\x84\x0c\x19\x76\ \xb1\x46\x79\xcd\x96\xb5\xcf\x3f\xf7\xe2\xba\xf5\xdb\x3a\x63\x5c\ \x21\x98\x50\x02\x52\x70\xce\x39\xe7\x12\x90\xa2\xda\xac\xa6\x5d\ \x1f\x6c\x6b\x59\x7c\xdd\xb5\x67\x94\xe5\xa6\x64\xe4\x9f\x77\xe5\ \xb5\xd3\x83\x07\xd7\x6e\xda\x27\x88\x82\x00\x11\x4a\x31\x02\x4c\ \x48\x57\x6d\xc5\x3b\x35\x9e\xcb\xaf\xb9\x7a\x42\x71\x66\x6a\x76\ \xc9\x92\xeb\xbf\x99\x13\xde\xf7\xee\xa6\xe6\xa2\x29\xd3\x27\x94\ \xe4\x2b\x56\xb8\xbd\x5b\xf7\xa7\xa4\x0e\x4f\x77\xfd\xf2\x85\x52\ \xa8\xab\xdc\x50\x8d\xca\xbf\x7b\xeb\x05\x4d\x5b\x36\xb5\x47\xa2\ \x9b\xdf\x79\x6d\x6f\x5b\x8c\x0c\x96\x94\x43\xbf\xbb\x72\x65\xa4\ \xb7\xab\xa1\xa1\x71\xdf\xfe\xba\x0d\xdb\xb6\x48\x81\x55\x95\x18\ \x7a\xdc\x17\xc0\x40\x31\xd3\x4d\x9b\xdb\x16\x37\xa3\x71\x3d\x66\ \x4b\x09\xf4\x74\x75\x3a\x5d\x2e\x4a\x69\x55\x55\x95\x61\x18\x81\ \x40\x20\x35\x35\x35\x49\x12\xf0\x90\xe5\x1f\x22\x90\x91\xae\x4e\ \x61\x82\xcd\x6e\x57\x6c\x14\x49\xc1\x80\x87\x3b\x3b\x2d\x43\x10\ \x42\x00\x63\x33\xde\xd3\xa9\xe8\x0a\x35\xd6\x3e\x71\x9f\x5c\x7c\ \xc9\x05\x2b\x6e\x92\x1c\xc9\x78\xdd\x5f\x7f\xf7\x70\x65\x9b\xa1\ \x2a\x04\x84\xd5\xdd\xde\x91\xb0\x24\x26\x84\xb2\x9e\x97\xef\xfb\ \x8d\xb9\xf4\xd2\xcb\x57\xde\xca\x01\x9b\x6d\x7b\xff\x74\xff\x73\ \xd5\x51\xe5\xac\xb2\x69\x67\x8f\xcd\x11\x02\x14\xd6\xf6\xec\x23\ \xcf\xf7\x22\x65\xd8\x21\xf6\xe5\x3b\xc4\x4c\x93\xfb\x03\xa9\x29\ \x29\x41\x8f\x66\x35\x1e\x3c\xd8\xda\xad\x8f\xa0\x83\xe7\x79\x53\ \x25\x11\xcf\xf1\x79\xc7\xe4\xe7\x9d\x75\xe6\x6c\xcf\x2b\x9e\x55\ \x6f\xbf\xce\x2c\x50\x3d\x6a\x3c\x16\xd6\x6c\x1e\xaf\xdf\x65\x9a\ \xb1\x70\xa4\x93\x73\x9d\x31\xb3\xab\xab\x2b\x12\x8d\x86\x42\xa1\ \x60\x30\xa8\xeb\xba\xa2\x28\x18\x63\x84\x90\x69\x9a\x43\xa6\x6e\ \x91\x42\xcc\xd7\xff\xf4\x1b\x00\xa4\xda\x28\x00\x00\xc2\x54\xc6\ \x5e\xbc\xfb\x57\x00\x58\xb3\x29\x00\xb0\xeb\x8d\xbf\xec\x02\x40\ \x9a\x8b\x9a\x1d\x6b\x9f\xf9\xf3\x7b\x2f\x69\x14\x83\x65\x18\x96\ \x00\x45\xa1\x08\x00\x22\x07\xff\xf2\xdf\xbf\x05\x8c\x54\x85\x00\ \x00\x8b\x34\xac\x7a\xf0\xee\xd7\x6d\x1a\x01\x69\x1a\x3a\x03\xe2\ \xd0\xc8\xc7\x2f\xfd\x6d\xf3\xab\x14\x23\x60\xa6\x69\x71\x50\x86\ \x72\x2e\xd2\xb0\x1c\xc3\x8f\x8b\x03\xe9\x59\x9d\x2f\xbd\xf4\xcb\ \x03\xce\x70\x77\xe4\x60\x63\x4d\xfa\xf8\x85\xe5\x99\x9e\xc1\x43\ \xbe\xd8\x4a\xb4\xd5\x35\x1d\xac\xd2\x6d\xfe\xd4\x33\xc6\x96\x33\ \x2b\xb2\x7e\xe7\xae\x28\x20\xc4\x04\x06\x19\x8f\xf5\x62\xe0\x21\ \xb7\x83\x4a\x89\x11\x2e\x2a\x2e\x66\x8c\x09\x21\x52\x52\x52\x10\ \x42\xc9\x9d\x9a\x52\x3a\xd4\xa9\x30\x47\xa7\x1e\xa3\x01\xfe\xaa\ \xfe\x77\x11\xa1\x2a\x01\x10\x9c\x89\x43\xff\xef\x3f\x66\x80\xa5\ \x85\xa9\x82\x01\x24\xe7\x0c\x00\xd3\xbe\xd0\x1c\x42\x48\x70\x2e\ \x92\x54\x6b\x98\xdb\x9e\x14\xe3\x8c\x31\x6f\xd6\x98\xcb\x97\x39\ \xa2\x1c\x51\x8c\x80\xd8\x32\xf3\x0a\x5c\x84\x0f\x3e\xbc\x04\x23\ \x6e\x77\x68\xba\x9e\xe8\x6a\x6a\x74\xba\x5c\x8b\x67\xce\x9d\x34\ \x76\xd2\x43\x2f\xbc\xdc\xd0\x1b\x49\xc4\x4c\x20\xe8\x9c\x39\x33\ \xe6\x9f\x39\xc5\xcf\x19\x18\x4c\xf0\xbe\x36\xbc\x8c\x31\x29\xa5\ \xa2\x28\x00\xc0\x39\x1f\x0a\x8d\xcb\x18\x33\x4d\x73\x78\x39\x4f\ \x33\x68\x32\xc6\x8e\xed\xc7\x25\x3d\x9d\x35\xab\x5f\x78\xa1\x1b\ \x29\x04\x61\xb0\xc2\xdd\x68\xc4\xf7\x7e\x70\x43\x81\x17\xb1\xa3\ \xd2\x15\x68\x6b\x57\xa7\xa6\x69\x4e\x9f\xc7\xed\xc2\x1e\xb7\xdb\ \x49\x14\x57\x28\x2b\x48\x6c\x2d\x46\x54\xb3\xdb\xa4\xe4\x8a\xc9\ \xd2\xec\x4e\x14\x09\x13\x8c\x93\xea\x16\x21\x44\x08\x49\x9e\x87\ \xcd\x66\x13\x42\xc4\xe3\x71\x29\xe5\x09\xcc\xfb\xe6\x9c\x9d\xb7\ \x70\x61\x3c\x1e\xc3\x64\x78\xcb\x3e\x9d\xc8\x80\x54\x14\xe5\x58\ \x3a\x8e\x31\xe6\x4e\x1f\x75\xfd\x1d\x79\x02\x10\x60\xd5\x21\xea\ \xff\xfa\xe7\x67\x1b\xba\xa3\x85\x3e\xef\xd1\x83\x4c\x68\x47\x77\ \x8f\xdd\xe9\x54\x15\xc5\xab\x39\x2c\xdd\xe0\x48\x69\xeb\xee\x90\ \xba\x45\x81\x08\x26\xfc\x01\xaf\xd4\x8d\x58\x5b\x87\x4f\xa5\x96\ \x65\x25\xbf\x9b\x73\xce\x18\x4b\x62\x37\x99\xee\x4d\x29\x3d\xb1\ \xc5\x61\x42\x88\x8c\xcc\xcc\x40\x4a\xda\xb0\x81\x74\x3a\x09\xc2\ \xb8\xa3\xb5\x29\x69\xcd\x0f\x8a\x6b\x84\x31\x55\x54\x09\x80\x31\ \x8e\x34\xb6\x77\xc5\x88\xfd\x18\x1d\x55\xa8\xc5\x11\x24\x78\x42\ \xe7\x82\x49\x93\x1a\x91\x48\xbc\xae\xb1\x55\x08\xe4\xf6\xfa\xda\ \x4c\xb3\xb3\xa7\x37\x11\x0f\x4a\x8b\x49\x04\x18\xe3\x64\x66\x77\ \x12\xb8\x52\x4a\x4a\xa9\xae\xeb\x9c\x73\x55\x55\xf1\x89\x1e\x17\ \xc5\x18\xb3\x4c\x73\xb8\x58\xf2\xb4\x02\x2e\x42\xc7\xa1\x0a\x54\ \xa1\x1d\x07\xb6\xfc\xed\x81\x17\x7a\x15\x85\x22\x6c\xf6\x34\x47\ \xd3\x66\xe6\x85\xdc\x42\x0c\xc2\x18\xa9\x19\x37\x0d\x24\x90\x42\ \x23\x46\xd4\xad\x6a\x1e\xea\x88\x59\x56\x57\x24\xaa\xbb\xdc\x29\ \x39\xd9\x80\x98\xc3\xeb\xd5\x1c\x0e\x23\x16\x51\x15\x2a\xa4\x48\ \x82\x33\x59\xef\x26\xa4\x10\x42\x30\xc6\x38\xe7\x27\x96\x2a\x0c\ \xcb\xd7\x91\x01\x5b\xcc\x93\x39\xfa\x9b\x77\x16\x09\x40\x40\x35\ \xaf\x6c\x7a\xe0\x81\x97\x6a\xdb\x23\x29\xd9\x76\x38\xaa\x42\x01\ \x3b\xed\x76\x95\x10\xc9\x2c\x4a\x15\xdd\x34\x13\xcc\x52\x6c\xaa\ \xa2\x80\xde\xd3\xd1\x71\xa0\xca\x23\x2d\x2b\xdc\x5b\x57\x7d\x00\ \x00\xa4\x90\x82\xf7\x35\xd9\x4e\x46\x77\x8d\x84\x2e\x85\x40\x00\ \x89\x78\x5c\x08\x31\xac\x1c\x87\xe5\x9f\x54\xc8\x70\x68\xc0\x12\ \x92\xac\xab\xbd\xb9\xb9\xbd\x87\x09\x39\xe8\xe4\x6b\xaa\x28\x04\ \x63\x50\x38\x49\xc4\x2d\x21\x84\x85\x99\xa2\xc0\xc4\x92\xbc\xcc\ \xf6\x8e\xda\xba\xda\xee\x4d\x0d\x19\xa5\x65\x2d\x14\x70\x3c\x5a\ \x50\x90\x87\x31\x31\x2d\x4b\x4a\x29\x84\x90\x52\x12\x42\x92\xf1\ \x25\x97\xc3\x39\x5c\x1f\x36\x4c\x03\x28\xed\x33\x84\xbe\x98\x50\ \x4a\x3b\xeb\x2a\xee\xfb\xd3\x93\xdd\x48\xa3\x48\x1a\x86\x99\x33\ \x75\x49\x79\xa6\x6b\xf0\x24\x1b\x42\xb0\xa2\x50\xce\x98\x44\x28\ \x39\x16\x82\x10\x92\x9a\x12\x0c\xf8\xbc\x23\xf2\x73\x76\xed\xaa\ \xac\xa9\xda\x8b\x38\x63\x96\x69\x18\x7a\x59\x59\x99\x94\x32\x19\ \x74\x20\x84\x90\x43\x61\x5e\x42\xc8\x50\x93\x51\x42\x08\x21\x18\ \x00\x84\x90\xc7\xe1\x49\xc3\xf2\xe5\x4b\xd2\x91\x9f\x48\x24\xda\ \xdb\xdb\x83\xc1\x60\xb2\x4c\xf0\x0b\x14\x69\x73\xc6\x5c\xe9\x65\ \xdf\xbc\xf3\x87\x84\x80\x69\x71\xbb\xdb\xe7\x73\xdb\x04\x63\x83\ \x4e\xbe\xa6\x84\x10\x45\x51\x12\x9c\x3b\xec\x76\x2e\x44\xd2\xe1\ \x45\x08\x55\x14\x55\xe5\xda\x19\x33\x66\x34\x34\x34\x54\x57\x57\ \x6f\xdb\xb6\x2d\x3b\x3b\xab\xa0\xa0\x40\xd3\x34\x4a\x29\x63\x2c\ \x89\x54\x8c\xb1\x65\x59\xba\xae\x0b\x2e\x90\x3a\x44\xd9\x61\x40\ \x08\x6e\x6e\x69\x6b\x68\x6c\x96\x00\x41\xbf\x6f\x44\x71\xfe\xc0\ \x12\x37\x04\x20\xa5\x64\x7d\x3c\xfb\x78\x82\x09\x25\x58\x5a\x16\ \x3f\x42\x57\xe0\x23\xe7\xee\x0e\xcb\xe7\xf0\x70\xed\xdf\xbf\xbf\ \xb0\xb0\xb0\xbe\xbe\xfe\xbe\xfb\xee\xfb\xd5\xaf\x7e\xd5\xd5\xd5\ \x15\x8f\xc7\xb3\xb2\xb2\xc4\xe7\x2c\x9d\x95\x52\xda\x9c\x9e\x78\ \x4b\xd5\xaa\x37\x36\x74\xc6\xb9\x2b\x94\x3f\x6f\xe1\xb9\xc5\x21\ \x55\xb0\xc1\xf2\x71\x3d\x1e\x8f\xa6\x69\x98\x10\xdd\x30\x11\xc6\ \x84\x90\xa4\xe1\x95\xf4\xb7\x59\x96\x35\x61\xc2\x84\xf2\xf2\xf2\ \xfa\xfa\x3a\x84\x20\x16\x8b\x25\x43\x65\xc9\xa7\x2a\xa9\x9e\x11\ \x42\x08\x25\x07\x82\x0e\xd5\x03\xdd\xd4\xdc\xba\xb1\x62\x6b\x61\ \x5e\x0e\xc6\x78\xef\xbe\x03\xfb\x0f\xd4\x96\x96\x14\xf5\xef\x4a\ \x52\x82\xa6\xa9\x59\x19\x47\x74\xeb\x96\x88\x28\x36\x4d\xc3\x08\ \x40\x4a\x66\x99\x16\xe7\xb1\xae\xa6\xce\x84\x92\x99\x11\xc0\x03\ \xcf\x55\x4a\x26\x04\xc2\xc3\x59\x8c\x5f\x84\x1e\x70\xce\x1f\x7b\ \xec\xb1\xec\xec\x6c\x29\x65\x47\x47\xc7\x2b\xaf\xbc\xb2\x63\xc7\ \x8e\xfc\xfc\xfc\xeb\xaf\xbf\x5e\xd7\xf5\xcf\xf5\x69\x58\x51\xe3\ \x8d\x5b\xff\xf2\xe7\x27\x6d\x05\x85\x1d\x2d\x2d\xd2\x88\xfd\xed\ \xa1\xc8\xb7\x6e\xb9\x2a\xdd\x86\x8e\x0e\x9e\x51\x00\x30\x0c\x03\ \x84\x74\x38\x1c\x86\x61\x30\xc6\x30\xc6\xc9\x28\x43\x7f\x1e\x82\ \xaa\x6a\x25\x25\x25\x42\xb0\x24\xaf\xe5\x9c\x13\x42\x34\x4d\x33\ \x4d\x93\x73\x9e\x9c\xf4\x98\xe4\xd6\x43\x81\x5d\x8c\x50\x6f\x38\ \xe2\x71\xb9\xa6\x4d\x99\x60\x9a\x66\x7a\x6a\xca\xc6\x8a\x6d\x07\ \x6a\xea\x06\x7e\x95\x61\x18\x1d\x1d\x5d\x93\x26\x8c\xe9\x67\x11\ \x98\xaa\x7a\x4b\xd5\x6b\xef\xac\xef\xd0\x81\x28\xf6\x82\xf2\x29\ \x67\x4e\x1e\xd1\x5a\xf9\xc1\xea\x03\x81\xeb\xaf\x3e\x5b\x03\x4e\ \x15\x85\x60\x84\x40\x36\xec\x7c\xeb\xed\x83\xda\x92\x6f\xcc\xb7\ \x5b\x51\x53\x20\x8a\xc1\xb4\x2c\x40\x54\x55\xb0\x65\x5a\x88\x28\ \x0a\x25\x08\xa4\x65\x99\x5c\x00\x55\x54\x4a\x50\xb2\xb4\x0d\x10\ \x4e\xd6\xab\x71\x66\x7d\x3d\x9b\x55\x72\xce\x35\x4d\x2b\x29\x29\ \x79\xee\xb9\xe7\x42\xa1\x50\x41\x41\xc1\x0b\x2f\xbc\x20\xa5\x3c\ \xff\xfc\xf3\x93\x8e\xa6\xcf\x45\x20\x29\x96\xfb\xab\xb6\xea\x85\ \xf3\xef\xbc\x66\xf4\x5f\x1f\x7c\x7f\xc9\xb2\x73\x5f\xba\xef\x8f\ \xc7\x07\x4c\xf9\x00\x00\x20\x00\x49\x44\x41\x54\x55\xcd\x3d\x99\ \x45\x3e\x7e\x54\xba\x02\x9d\x7e\xe6\x1c\x21\x05\x46\x18\x10\x92\ \x49\x6f\x17\x42\x00\x12\x63\x2c\x84\x4c\xaa\x21\x21\x44\x12\xc4\ \x49\x82\x2b\x25\x20\x00\x40\x7d\x49\x02\x49\x5b\x4d\x51\x54\x21\ \x86\xaa\xb7\xbd\xaa\x28\xfb\xab\x0f\xbe\xba\xe6\x6d\x66\x31\x42\ \xb0\xc7\xed\x1c\x98\xa0\x89\x10\xc4\x18\xab\xaa\xae\x99\x36\x65\ \x7c\x3f\x70\x11\xa5\xf1\x86\x3d\xeb\x3f\x3a\x78\xd6\x25\xe7\xbb\ \xf4\xa6\xf5\xcf\x3e\xd0\x10\xb9\x6e\xf1\xa8\x19\xf3\x33\xb0\x02\ \x92\x60\xd6\x54\x5d\xd5\xd2\x9d\x08\xe6\x16\x59\xbd\xcd\x5b\x3e\ \xee\xc8\x4e\x73\xa6\xa7\xa4\xa5\x3a\x65\x57\x02\x67\xa6\xa7\x20\ \xbd\xf3\x40\x43\x22\x35\x2b\x13\x7a\x9a\xab\x1a\x5b\x62\x4c\xc9\ \x29\x2c\x4e\xf7\xd2\xd6\xda\xca\xba\x0e\x3d\x94\x55\x90\x97\xe6\ \x91\xdc\x68\xd8\xb7\xb7\xa5\x47\xf7\xa6\x65\xe7\x66\x04\x89\x14\ \x5f\x2b\xb6\xa1\x28\xca\xcb\x2f\xbf\xfc\xd6\x5b\x6f\x31\xc6\x26\ \x4f\x9e\xbc\x62\xc5\x0a\xbf\xdf\x5f\x55\x55\xf5\xf0\xc3\x0f\x3f\ \xf9\xe4\x93\xcf\x3c\xf3\xcc\x8a\x15\x2b\x46\x8f\x1e\xfd\x39\x0d\ \x12\x42\x91\xb4\x18\x37\x23\x0d\x6b\x5f\x7d\xa5\x3a\xe2\x3c\xc3\ \xeb\x1c\x94\x01\x52\x87\xd3\xf9\x79\x89\xc8\xa0\x9b\xc6\x90\xce\ \xf2\x65\x9c\x67\x65\xa6\x4f\x9e\x30\x46\xd7\x8d\xe4\x23\x73\xc4\ \x86\x15\x89\x45\x37\x6f\xdd\x75\xd4\xb9\x21\x77\x6a\xf1\xac\xb9\ \x67\xe7\x38\x0c\x5b\xb8\xf6\x85\x1d\x75\xe3\xcd\xd6\x7f\xec\xf4\ \xdd\xf5\xbd\xac\xed\xab\x9e\x7c\x71\x63\x63\x20\xc5\x5f\xc0\xec\ \x25\x9a\x03\x62\x9d\x7b\xb7\x6f\x67\x13\xa6\xe9\xd5\x1f\x3e\xbb\ \xc7\xf7\xfd\x5b\x97\x91\xda\x35\x7f\x7f\x72\xcf\xf5\xdf\xfb\x56\ \xe3\xcb\x7f\x5b\x75\x80\xe4\xe5\x15\x38\x53\x73\xf5\x7d\x6b\x9e\ \x7f\xaf\x2e\x18\xd0\x1a\xd6\xbe\xb7\xf0\xea\x6f\x86\xaa\x5f\x7a\ \xf4\x9d\xfa\x8c\xac\x50\x30\x0a\x99\x59\x69\x94\x9b\xf2\x6b\xa6\ \x6e\x27\x4f\x9e\x5c\x53\x53\x53\x51\x51\xb1\x72\xe5\xca\x82\x82\ \x82\x44\x22\x31\x75\xea\xd4\xdd\xbb\x77\xbf\xf6\xda\x6b\x17\x5d\ \x74\x51\x5e\x5e\xde\xe7\xd2\x65\xcc\x12\x99\xa3\x66\x9d\x17\x12\ \x08\xec\xe9\xee\xd8\xa6\xaa\x9e\x05\x97\x5f\x3e\x32\xa8\x0e\xee\ \x55\x38\x41\x6a\x72\x68\x97\x4c\x4a\xe9\x72\x39\x53\x53\x42\x89\ \x84\x3e\x28\xd3\x52\x35\x75\x90\x0c\x32\x4c\x58\xb8\x61\xc3\xbb\ \x6b\x2b\x7a\x6a\xde\xad\x68\x1e\x77\xf1\xc5\x5a\xb4\x9d\xaa\x36\ \xab\x6d\xfb\xea\x8d\x35\xb3\xaf\xf9\xfe\xbc\x02\x87\x40\xa8\xfa\ \xc3\xad\x9e\xa2\x89\x57\xde\x70\x65\x88\xe8\x5b\xd7\xac\x57\x15\ \x0a\x20\x01\x53\x4d\x55\xb1\x64\xbd\xbd\x7c\xfc\xd9\x57\x2e\x3f\ \xbb\xc4\xec\x3c\xf0\xe7\x3f\x7f\xa0\x96\x2f\x9c\x32\xc6\xa7\x3f\ \xfd\xd8\x3b\xef\xed\x3c\x8b\x34\xeb\x5a\xf6\x82\x4b\x2e\xca\xf6\ \xda\x2c\xc3\x14\xf0\xf5\x12\x29\xa5\xdb\xed\xf6\xf9\x7c\x18\x63\ \x4a\x69\x5f\x52\xbf\x94\x94\x52\x42\x48\x28\x14\xd2\x34\xed\x73\ \x19\xeb\x42\x70\x7b\x28\x6f\x4a\x3a\x32\x0c\xfd\x82\xeb\xfe\xf5\ \x1b\x8a\x66\x53\xb0\x75\x54\x83\xd1\x3e\x2a\xf8\x55\xb9\x4d\x42\ \xf4\xd5\x3b\x1c\x4b\x06\xb5\x1d\x98\xde\xb9\xbf\xaa\xaa\x39\xa6\ \xce\xbd\xec\xa6\x25\xd3\x0a\x24\xb3\x10\xc1\x7a\x57\x9b\x45\xfd\ \xc5\x79\x7e\x00\x44\x08\x01\x29\x24\x80\x10\x5c\x08\x09\x52\x70\ \x84\xfa\x2d\x54\x80\x64\x25\xb3\x14\x02\x2c\x23\xdc\x19\x95\x32\ \xd1\xb9\x77\x77\xb5\xbf\xfc\xac\x33\x4a\xd3\xc7\x9c\x77\xc5\xec\ \x82\xc4\xa3\xbf\xbf\xf7\x89\xd5\x15\x09\x20\x5f\x37\xe3\x8e\x52\ \xfa\xc6\x1b\x6f\xac\x5b\xb7\x8e\x10\xb2\x6e\xdd\xba\xde\xde\x5e\ \x55\x55\xab\xab\xab\x37\x6f\xde\x4c\x29\x7d\xfc\xf1\xc7\xf7\xec\ \xd9\xf3\x79\x3b\x68\x49\x6e\xe9\x86\x29\x01\x2b\xaa\x4a\x91\x30\ \x8f\x81\x5a\x38\x35\xa7\xaf\x9c\x30\x95\x20\x98\x1a\x1c\x7d\xe9\ \xf2\x6b\x52\x55\x09\x42\x08\xe0\x5c\x48\xc1\x98\x23\x2d\xc7\xc1\ \xdf\xda\xb8\xb9\x3a\x54\x1e\x12\x98\x12\xd5\x11\xef\x68\xef\xee\ \x09\x6b\x0e\xe4\xf0\x04\x12\x75\x35\x8d\x6d\xbd\x69\xa6\xc9\x38\ \x97\x00\x90\x1c\xc9\x2b\xb9\x62\x0f\x64\x05\x54\x94\x39\xfa\x1b\ \x0b\x46\x59\xb1\x28\x28\x1a\xd7\x8d\x39\x4b\x56\x8c\xda\xfe\xea\ \xaf\x1f\x7a\xbd\x6c\xdc\xd8\xf1\x69\xd8\xb0\xbe\x46\x6a\xd7\xb2\ \xac\xb9\x73\xe7\xce\x9d\x3b\xf7\x95\x57\x5e\x79\xe1\x85\x17\x0e\ \x1e\x3c\x98\x91\x91\x51\x55\x55\x15\x8f\xc7\x6f\xb9\xe5\x96\xd1\ \xa3\x47\x13\x42\xbe\x70\x3c\x42\x8a\x4f\x31\x18\xbe\x1a\xc0\x4d\ \xda\xa7\xfd\x31\x88\xa3\xa9\x02\x19\xb4\xe2\x0d\x11\x4a\x80\x31\ \xcb\x10\x96\x90\x48\xb1\x29\x18\x13\x82\x38\xf6\x8f\x5a\xb2\xf0\ \x8c\xa7\x5f\x79\xf0\xb7\x6f\xda\xd2\xc6\xcd\x5b\x32\x7d\xda\x18\ \xfb\x03\x0f\xfc\xee\xd7\x79\x53\x16\x5c\x31\x7b\xd6\xec\x9c\xbf\ \x3e\xfa\xfb\x5f\xda\x71\x42\x09\x96\x3b\x29\x00\xa1\x04\x21\x29\ \x04\xb2\xa7\x9d\x7f\xd9\xb9\x8f\x3f\xf7\xec\x2f\x2a\x54\x9b\x3b\ \x6d\xd1\xf2\x2b\x70\xc5\xab\x2f\x57\xd4\x4a\xc1\x46\x4c\x99\x9a\ \xe5\x25\x5f\xc3\xb0\x88\xcb\xe5\x12\x42\x54\x55\x55\x4d\x9e\x3c\ \x19\x21\x54\x51\x51\x31\x7b\xf6\xec\x7d\xfb\xf6\x55\x57\x57\x9f\ \x75\xd6\x59\x89\x44\x62\xe8\x82\xa9\x5f\x0d\xe0\x52\x4a\xa2\xb1\ \x58\x57\x77\x8f\x69\x5a\x47\xd3\x69\x8c\x51\x47\x67\xf7\x11\x1c\ \x97\x1b\xba\x77\xf4\x9c\x5b\x47\x4a\x0d\x25\x1b\x2b\x49\xcb\x30\ \x73\x66\x5c\x78\xf3\x34\x04\x09\x3d\x6f\xda\xf9\xb7\x95\xcd\x88\ \xc4\x2d\x6a\x77\xba\x5c\x8e\x4b\x6f\xf9\x6e\x77\x6f\x9c\x68\x4e\ \xd5\xe6\x38\x67\xc5\x6d\x53\xba\x7b\x19\x50\xa7\xcb\xa9\x01\x99\ \xb5\xfc\x56\x49\x54\x53\x37\x01\x50\xca\x88\x59\xb7\xdc\x3e\xae\ \x37\x92\x40\x8a\xcd\x65\x27\x30\xf5\xdc\xe5\xa3\x12\x92\xa8\x5e\ \x9f\x57\xc1\x9c\x7f\xdd\x48\x2e\x40\x32\xd4\x7a\xc1\x05\x17\x94\ \x95\x95\x1d\x38\x70\x60\xff\xfe\xfd\xcb\x97\x2f\x6f\x6b\x6b\x8b\ \xc5\x62\x86\x61\x0c\x69\x0a\xc0\x57\x00\xb8\x16\x63\x39\x59\x19\ \x1d\x1d\x5d\x6f\xbd\xb3\x9e\x0c\xde\x85\x5d\x02\x42\x53\x27\x8d\ \x3d\x4c\xe7\x49\x89\xa8\xea\x50\xd0\x27\xd6\xa7\x04\xa2\x68\x0e\ \x15\x84\x90\xcc\x12\x9a\xd3\x6b\x73\x21\x29\x84\x10\x1c\x29\x8e\ \x50\x8a\x53\x4a\x21\x04\x97\x48\xf1\x85\x52\x10\x48\x29\xa5\x10\ \x52\xb5\x3b\x40\x26\xc3\x6a\x92\x31\x46\x6c\xae\x90\xdd\x9d\x7c\ \x0f\x6c\xae\xa0\xc3\x8d\xa4\x14\xf2\x53\x77\xb6\xd3\x56\x30\xc6\ \x93\x27\x4f\x96\x52\xe6\xe6\xe6\x7e\xe7\x3b\xdf\xa1\x94\xe6\xe7\ \xe7\x4b\x39\xe4\x61\xf9\xaf\x00\x70\xa5\x94\xaa\xaa\x4e\x9d\x3c\ \x3e\xe9\x0b\x1b\x24\x55\x48\x02\xa1\xc4\xa6\xaa\xec\x08\x13\x4d\ \xca\x23\x02\xb9\x52\xf6\x6b\x81\xc3\xa0\x26\x07\xd4\xe3\x49\x29\ \x24\x3f\x8c\x6c\x1d\xc1\xbd\xf8\x80\x1f\xe4\x70\xd7\x74\x80\x24\ \x91\x75\xb9\x5c\xa3\x47\x8f\x36\x0c\xe3\x9f\xc9\xb3\x39\xdd\xa8\ \x82\x10\x02\x01\xd8\x6c\xc7\xeb\x95\xcb\x86\x5b\xef\x9f\xec\x35\ \x32\x0c\xe3\xcb\x63\x8f\x5f\x19\x17\x01\x00\x0c\xe7\xc1\x0c\x4b\ \x3f\x45\x19\xbe\x05\xc3\x32\x0c\xdc\x13\xcf\x6e\x87\x57\x68\x58\ \xbe\x7a\x54\xe1\x4b\xc8\x4f\x1f\x96\x2f\x53\xfa\xf2\x5f\x4f\x63\ \xe0\x0a\x21\x15\x85\x66\x66\x66\x0e\x2f\xf6\x69\x26\xbd\xdd\x9d\ \xc9\x34\xee\x63\x61\x1b\x63\xf8\x2c\xbe\x45\x7a\x84\x01\x44\x31\ \x68\x5f\xa8\x05\x47\x82\x9d\x78\xdb\x69\x58\xdd\x7e\xed\x54\x32\ \x48\xd3\xb0\x30\x55\x3e\x35\xf1\xe3\x30\xe0\x2a\x18\x5a\x22\x68\ \x6f\x07\xfe\xdc\xd3\x0f\x24\x8c\xcf\xe4\x76\x05\xc4\x30\x29\x1d\ \x96\x2f\xcc\x0c\x15\xa5\x67\xff\x87\x4f\xbe\xdd\x74\xf1\xb2\xa5\ \x69\x1a\xe3\xc7\x05\xd3\x61\xc0\x55\x09\x1c\xe8\xc2\x0f\x7c\x44\ \x9d\x9f\x73\x46\x93\x90\x50\x1c\x12\x4e\xf5\x44\xa6\x52\x4b\x29\ \x2d\x6b\xb8\x77\xd8\x57\x50\x24\x24\x6b\xc0\x10\x42\xa6\x69\x58\ \xa6\x85\x10\x52\x54\xf5\x38\xcd\x97\xfa\x80\x8b\xa1\xb9\x66\x57\ \xbb\xc8\xf0\x7b\x6d\xd8\x88\xc9\x7e\xad\x7b\x54\x20\x69\x70\xaa\ \xe0\x54\xc1\x71\xa8\xed\x8d\xe0\x92\x03\x22\x20\x4d\x09\x04\x40\ \x22\x50\x08\x12\x5c\x72\x09\x08\x01\x42\x28\xa9\x9b\x85\x84\x13\ \xbb\xab\x63\x8c\x19\x63\xcd\x8d\x0d\xa7\x32\x59\x90\x12\x30\xc6\ \x08\x63\x90\x32\x59\xb7\xc4\x39\x3f\x9c\xde\x7c\x1d\x37\x20\x21\ \xa4\xcd\x66\x73\xb9\x3d\x0d\xf5\x75\x91\x70\xd8\x66\xb3\x21\x8c\ \x25\x17\x1e\xbf\x37\x14\x4a\xe3\x9c\x1d\x8b\x01\x4a\x40\x76\x87\ \x33\xdc\x58\x7b\xb0\xb1\x3d\xd7\xf9\x49\x9d\x19\x22\x8a\x7a\x54\ \xb7\xe2\xe3\x19\x67\x8c\xcb\x91\x25\xfe\x52\x11\xdb\x81\x5d\xd7\ \x8d\x56\x63\xa6\xd8\x57\x1d\x7e\xa9\x52\x0f\x64\xba\x2e\x19\xef\ \xf2\x2b\x50\x77\x30\xfc\xec\xf6\xb8\x18\x82\x0e\xc8\x52\x4a\x8c\ \x90\xd3\xe9\x3e\x95\xd7\x1e\x63\xa2\xc7\x63\x55\xdb\xb6\xc5\x23\ \x61\x84\x70\x61\x79\x79\x56\x5e\xc1\x80\x74\x7d\x04\x20\x99\x65\ \x1d\x47\xcd\x60\xaa\xda\x35\x92\x88\x27\x0e\xdb\xa9\x10\x26\x18\ \x0d\xe9\x20\xa3\xa1\x66\xaa\x94\xd2\x83\x35\x07\x4c\x43\x1f\x51\ \x52\xe6\x70\x38\x25\xc8\x44\x2c\xd6\xdc\xd4\xd0\x8d\xda\x31\x3e\ \x26\x0d\x65\x4c\xe4\x8d\x9d\x3d\x71\xfd\x9f\xff\xfc\xeb\x9f\xbb\ \x1c\x6a\x72\xe9\x85\x65\x04\x26\x2d\xba\xf1\xa2\xd9\x0e\x30\x07\ \xde\x25\x7a\x7c\x8d\xe2\x72\xab\x59\x22\xd1\xa8\xd0\xba\xbd\x9d\ \x7f\xa8\x26\x3f\x3e\xcf\x37\xdd\x08\x8f\x1b\xe3\xae\xd9\xda\xf1\ \x70\x8b\xf0\xa8\x20\x87\x32\x7d\x7a\xd0\x8e\xbe\x5f\xba\x5a\x95\ \x94\xd2\x01\xb7\x5b\x5a\x16\xeb\xe7\x64\x07\xf7\xee\x75\x7a\xbd\ \x63\x67\x9c\xd9\xdb\xd9\xb9\x63\xe3\xfa\xae\x96\x16\x71\xa8\x84\ \x49\x0a\x61\x77\xb8\xb3\x0a\x0b\x92\x0d\x27\xa5\x94\x08\x13\x4d\ \x53\xa5\xe0\x52\x26\x6b\x8a\x45\x57\xed\xd6\x97\xb7\xf7\xce\x98\ \x37\xdd\x3b\x60\x17\x95\x42\xef\x89\x1a\x36\x97\x5b\xc3\x5f\x49\ \x8d\x8d\x10\xea\xed\xe9\x8e\x46\xc2\x63\xc6\x4d\xa4\x8a\x92\x7c\ \x92\xed\x0e\x47\x76\x6e\x5e\x43\x43\x9d\x69\x1a\xc7\xd4\xb8\x9c\ \x81\x23\x63\xf9\x9d\x3f\x3d\xaf\xb5\xb5\x37\x61\x01\x48\xce\x38\ \x17\x42\x75\x87\x34\x79\x64\x46\x39\xfd\x54\xb5\x6f\x09\x60\x02\ \x5c\x6e\x75\x54\x26\x25\x8c\x7b\xbc\xaa\x2d\x96\x78\xfb\x80\xa1\ \xab\x54\xa3\x88\x20\xe0\x43\xa3\x15\x25\xc0\xd0\x55\x5f\x7e\xae\ \x65\x68\x6e\x6e\xd6\x0d\x03\x64\x5f\x77\xe8\xb4\xd4\xd4\x24\x5d\ \x93\x42\x08\x29\xc2\x5d\x9d\x2d\x75\xb5\x9c\xb1\x60\x5a\x7a\x2c\ \x1a\xe9\x5f\x15\x4c\x48\xc3\xce\xed\x4e\x9f\x27\x98\x96\xce\x19\ \xc3\x8a\xca\x5a\x2a\xff\x70\xf7\xff\xed\x35\x9d\x36\x8a\x43\xf9\ \xe3\xae\x5a\x7e\x99\x3b\xd6\xbe\x6b\x4f\xe3\x84\xb3\xa6\x7b\x29\ \x52\x34\x9b\xa6\x10\x29\x64\xeb\x8e\x37\x7e\xfd\xcc\x81\x6f\xff\ \xec\xc7\xa5\x34\xdc\x93\xe0\x36\x8d\x24\xe2\x09\x8e\xa8\xd3\xae\ \x99\x7a\x5c\x60\xcd\x61\x57\x31\x02\x33\x11\x4f\x58\x42\xb3\xd9\ \x6d\x2a\x15\xcc\x88\x27\x0c\x2e\xb1\xcd\x6e\xd7\x14\xc2\x99\x91\ \x88\x1b\x27\xeb\xde\x11\x4a\x7b\x7b\x7b\x7c\xfe\x80\xa2\xaa\x9c\ \xb1\xe4\xbd\x62\x8c\xa9\xaa\x66\xb7\x3b\xc2\x3d\xdd\xc7\x77\x16\ \x31\x66\x45\xc3\x3d\xad\x5d\x89\x60\x76\x61\x71\x51\x2a\x16\x8c\ \xf3\x64\x75\xca\x67\x03\xae\x10\xd2\x64\x92\x03\x60\x24\x39\xa0\ \xfc\x1c\xd7\x1c\xd5\x7c\x7d\x7d\x57\x9b\xc3\x35\x31\x83\x50\x29\ \x99\xa6\x5d\x37\xcf\xf9\xf4\x6b\x1d\x4d\x72\xa8\xa6\xd9\x49\x21\ \xe0\x24\x73\x5c\xa4\x50\xba\xea\xe5\x97\xd7\xac\x79\x23\x3d\x23\ \x3d\x12\x89\x38\x5d\xae\x9f\xff\xd7\x7f\x2a\x0a\x95\x52\x08\x29\ \x01\x64\xb8\xab\x4b\xd1\x34\xc1\x39\x21\xc4\xe6\x70\xf4\x3b\x05\ \x89\xa2\x00\x92\xdc\x62\xc9\xb4\x47\x00\xb0\xc2\x2d\x95\x7b\x63\ \x0b\xee\xba\x63\x52\x4a\x7c\xf5\x43\x7f\xfa\xf7\xdf\xa1\x9f\xdf\ \x34\x7d\xe2\x58\x87\x0d\x03\x41\x89\x8a\x35\x2f\x6d\xdc\xd3\x9c\ \x52\x36\x63\x6a\x3a\xab\xdd\xf6\xc1\x5f\xef\xfe\x75\xc9\xc8\xd1\ \x33\xca\x03\x3b\xf6\x74\x4c\x99\x35\x2b\x68\xd6\xaf\x5e\xbb\x33\ \x7f\xda\xbc\x50\x78\xeb\x8b\xef\x57\x34\x87\xd1\xd8\x59\x0b\x66\ \x8f\x09\x55\xbe\xf7\xc2\x3b\xdb\x1b\xfc\x85\x93\x16\xce\x99\xe8\ \xc1\xb1\x4d\x6b\x5e\xde\xb8\xbb\x29\x58\x34\xee\x9c\x79\xd3\xdc\ \xc0\xc4\xc9\xd9\xa3\x04\xe7\x4c\x51\x5c\x18\x21\x89\xf1\xf6\x1d\ \x3b\x34\x55\x1d\x31\x62\x04\x00\xa2\x87\x7a\x76\x0d\x7e\xaf\x31\ \xc1\x66\xe7\xaa\x07\xff\xf8\x66\xb5\x99\x99\xe2\x68\x6f\xee\x28\ \x3e\x67\xf9\xca\x45\x93\x89\x64\x9f\xe2\x55\x18\x80\x5a\x48\xcf\ \x74\xa4\x53\x18\x97\x45\xda\xb7\x73\x47\x36\x6c\xdd\xd9\xf9\xbf\ \x15\xa6\xd7\x86\x15\x97\xde\x42\x83\x4b\xa7\x78\x36\x44\x94\x80\ \x86\xa4\x1c\x1a\x7d\x9b\xb4\x75\x04\x3f\xe9\xae\x5c\x8b\xc1\x92\ \x8b\x2f\x3a\x50\x73\xd0\xed\x76\x51\x42\x97\x2e\xbd\xc4\xe7\xf3\ \x25\x5b\x5d\x08\xc1\x85\x10\xf9\x65\x65\x79\x23\x4b\xd8\x51\xb9\ \x7c\x8a\x66\x33\xe2\x89\xe4\x31\x42\x08\x24\x84\x94\x52\x71\xa5\ \x8c\x1c\x35\x6a\x7c\xbe\x1a\xab\x7a\xfb\xd5\x17\xda\x9a\xf7\x6e\ \x7a\xf8\xd1\x3d\x23\x67\x4c\xda\xfb\xd4\xbd\xf7\xaf\xeb\x9c\x3a\ \x65\x34\x58\x3a\x07\xa4\xda\x9d\xc1\x94\xd4\xd4\x80\x37\xd1\xf8\ \xf1\xc3\xcf\x56\x15\xcc\x38\x27\x5d\xaf\x7b\xfe\xe9\xa7\x17\x8f\ \x9a\xdd\xb5\xe6\xd1\xa7\xd7\xa3\x73\xe7\x4f\xd6\x08\xda\xf5\xe6\ \x43\x7f\x7a\xad\x75\xee\xdc\xf2\x1d\xab\x1f\x68\xe0\xb7\x2f\x51\ \xd6\xff\xf1\xc9\xbd\xf3\x17\xcd\xd0\x84\xc1\x84\x90\x70\x72\x36\ \x2c\xc4\x45\x12\x13\x18\x93\xe6\xe6\xe6\x77\xde\x79\x47\xd3\xb4\ \x50\x28\x14\x0c\x86\x3e\xc5\x35\xab\x90\xda\x8a\x77\x3e\xee\x49\ \xff\xee\xbf\xad\x2c\xf4\xd2\x70\xcd\x7b\x77\x3f\xf0\xea\x8e\x89\ \xa5\x93\x33\x6d\xd6\x51\xcf\x20\x3d\x16\xb1\x53\x14\x32\xa9\x50\ \x0b\xd7\x85\x57\xd7\xb1\x54\x14\x13\x3a\x04\x1c\x44\x21\x20\xe2\ \xc6\x63\xeb\x3a\xcf\x1d\xeb\x9e\xe5\x87\x8f\x2b\xa3\x3d\x02\x9d\ \xe8\xc6\xb8\x7d\x76\x0d\x00\x08\x29\x4f\x7a\x2e\x85\x65\x59\xc1\ \x60\xf0\x9c\xf9\xf3\xfe\x78\xdf\x9f\xa7\x4f\x9f\x36\x75\xca\x64\ \x5d\xd7\x85\x90\x08\x81\x14\x12\xa4\x34\x4d\xd3\x34\x8c\xa3\x81\ \x2b\x0e\x0d\x1c\xf8\x44\x80\xe2\x78\xf5\x63\x7f\xbe\x67\x2d\xea\ \xd8\xb2\xad\xfa\x9c\xab\x7f\x90\xe6\x3a\x60\x77\xb9\x50\xd7\x9e\ \x97\xd7\xed\x3c\xfb\xa6\xdf\x5e\x3b\x25\xcd\x60\xd0\xb1\xfd\x19\ \x12\xc8\x3e\xfb\xa2\x4b\xc7\xba\x58\xf5\xfa\x2d\x36\xbb\x0d\x4b\ \xc1\x25\xb2\x3b\x1c\x14\xf1\x84\x2e\x8b\x26\x9d\xb3\x72\xe5\x05\ \x24\xda\xf0\x3f\xbf\x5f\xd7\xa3\x96\xc7\x23\x31\x6c\x46\x36\xad\ \xfd\x68\xc1\x22\x62\x25\x74\x1a\x28\x9c\x3f\x63\xb4\x5d\x9a\x06\ \x13\x27\xe5\xb1\x97\x7d\x1d\x3d\x81\x73\x1e\x0c\x06\x6f\xb9\xf9\ \x66\xe8\xab\x95\xe0\x9f\xb6\xe8\x52\x8f\xc7\x89\x27\x2d\x3b\xcd\ \x63\x43\x60\xcb\xca\xf1\x10\x2b\x61\x5a\x83\xcf\xf2\x1d\x9c\xa6\ \x10\x54\x57\x13\xbe\x77\x9f\xc4\x18\x3b\x54\x54\x5b\x13\x39\x80\ \xb0\x8d\x80\x04\xc0\x04\x99\x11\xe3\x99\x75\x3a\x97\x92\x10\x6c\ \x57\x10\x06\x18\x8a\x27\x5b\x26\xf9\xca\x29\xe0\x0f\x33\x74\x7d\ \xda\xb4\xa9\x9b\x2a\x2a\xce\x5b\xb0\x00\x01\x08\xce\x93\x96\xab\ \x14\x42\x26\x07\xb3\x0b\x21\x8f\xd6\x6e\x42\x48\x29\xa4\x10\x92\ \x8b\xe4\x01\x52\x4a\x89\xd4\x40\x28\xad\x38\xb3\x74\xd6\x05\xd7\ \x8d\x2e\xc9\xed\xd8\x58\x29\x25\xe2\x7a\xcc\x64\x4a\xc8\x6f\xe7\ \x96\x29\xa4\x02\x20\xa4\x14\x9c\x59\x9c\x0b\x84\x80\x71\x99\x1c\ \x8a\x99\x6c\xbe\x82\x10\x12\xdc\xd2\x13\xba\x6a\xc6\xc3\x3a\x49\ \x2d\xc8\xcd\x0c\x05\x82\x17\x5e\xbf\x20\x25\xaf\x78\x74\xe6\x8f\ \x1c\xa9\xcf\xff\xe3\xaf\x77\xbd\x9a\x7f\xf3\xf7\x6e\x2c\xf3\x81\ \x79\x32\xc8\x82\x44\xbc\xbf\xc9\x06\xa5\x34\xe9\x2e\xfc\x2c\x8f\ \x10\xe3\x90\x5f\x3e\x3d\x65\xdd\x7d\xff\xef\xff\xb5\x8c\xce\x71\ \xd7\xed\xde\x1a\xc9\x98\x39\x2a\xd3\x27\xb8\xf5\xe9\xc0\x15\x12\ \x2c\x0e\x16\x06\x40\xd8\xa6\xf4\x7d\x1c\x20\x8c\x01\x4c\x3e\x90\ \xf9\x21\xe5\xd0\x97\x25\x7f\x6b\x08\xf8\x82\x94\x20\x00\x4e\x3e\ \x70\x19\x17\x18\xe3\x5b\x6f\xb9\x89\x10\x6a\x98\x46\xff\x12\x48\ \x10\x5c\x70\x84\x00\x13\x8c\xc4\x91\x7b\x03\x26\x7d\xbd\xaf\x25\ \x24\xff\x48\xc1\x0d\x1d\x07\x67\x9d\xbb\xe8\x8c\x2c\xc5\xb0\x2c\ \x24\x2d\xce\x99\x91\x48\xe0\x40\x41\x49\x16\x7e\xf1\xf1\x7f\x64\ \x2d\x9d\x46\x88\xe6\xb6\x85\xa0\xbd\x61\x4b\xc5\x36\x25\xcf\xe3\ \xf4\xe7\xbb\x5b\x57\xbf\xf5\xf6\x7a\x2d\xa3\xa9\x27\xaa\x0b\x90\ \x8c\x59\x96\x60\x52\x32\x41\x03\x93\xca\x03\x4f\x37\xb4\x07\x2f\ \x99\xe9\x32\xa2\x4a\x6a\x30\xd2\xd4\x08\xa1\xd1\x2b\x56\x90\x1f\ \xfd\xf4\x91\xcd\xfb\xc3\x63\xa6\x7b\x8c\x93\x02\x5c\x48\x76\x3c\ \x22\x00\xd0\xd6\xda\x12\x8d\x46\x08\x26\x1e\xaf\x37\x10\x0c\x1d\ \x1f\xbe\xc2\xb2\xd4\x94\xb2\x1b\x6f\xbf\xfd\xad\xb7\x3f\x68\xec\ \x35\x0b\xcf\xb8\x64\xfe\xbc\x19\x41\x4d\x58\x8c\x60\x29\x8e\x30\ \xcf\x0e\x03\xae\xce\xa0\x3c\x9d\xff\xfb\x39\xe2\x0b\xf8\xb8\x7c\ \x36\x79\x82\xab\x05\x25\x08\x01\xa7\x48\x00\x82\x73\x81\x10\xe6\ \x87\x74\x6d\xff\x8b\x9a\xdd\xd1\xdb\xdd\xdd\x54\x5b\x2b\x8e\xaa\ \xbf\xc0\x84\xe8\x09\x9d\x28\x6a\x9f\x3a\xe6\x1c\x14\x57\x5e\x7e\ \x16\xe5\x46\x3c\xce\x2c\x2e\xa9\x86\xb0\xcd\x97\x97\x1b\x17\xc8\ \x77\xe9\x0d\xdf\x36\xfe\xf6\xc4\x1f\xee\xd9\xe8\x2f\x99\xf1\xcd\ \x15\x8b\xaf\x5e\x50\xf1\xe4\x23\xff\xb7\xbd\x7c\xf6\x2d\xd7\x5e\ \x74\xf3\x8a\x39\x0f\xae\xba\x7f\x07\xc1\x9e\x82\xf1\x39\x2e\xda\ \x1b\xca\xca\x92\x6e\xce\x98\xb0\xc8\xec\x65\x37\x77\x3e\xf6\xd8\ \x9f\xff\xf7\x37\xc4\xe6\x5f\xf4\xcd\x9b\x46\x76\xec\x7a\xf8\xd9\ \xb7\x7a\x39\x29\x3d\xf7\x92\xb9\xa3\x3c\x09\x9d\x9f\x14\x92\x8b\ \x10\x00\x20\x5d\x4f\xec\xde\xb5\xcd\x30\x0c\xbb\xdd\x21\x30\x6f\ \x6d\x69\x8a\x45\xa3\x84\xd2\xe3\xac\x27\x51\x69\x6f\xdd\xe6\xc7\ \x1f\x7d\x29\xa2\x79\x34\x02\xbd\x3b\xde\xbd\x77\xe3\x5a\x42\x91\ \xc9\xf1\x84\x73\x97\x5f\x3c\x2d\xd3\x1c\xd0\x66\x13\xed\xae\xdc\ \x75\xd8\xed\x46\x40\xf0\x17\x53\x4b\x87\x29\x5d\xbb\xdd\xbe\x71\ \xe3\x86\xff\xf8\xb7\x9f\x15\x17\x8f\xf0\x07\x02\x49\xc7\x96\x94\ \x92\x12\x72\xf5\xd5\xcb\x0a\x8b\x47\x08\xde\xd7\x8f\x2c\x39\x5a\ \x42\x08\x51\x5f\x77\xb0\xa8\xb8\xc4\xe5\x76\x27\x5b\xee\x1d\xd8\ \x5f\xe5\xf6\x78\x4f\xf1\x3c\x1b\x29\x65\x53\x4d\x4d\x2c\xdc\x8b\ \x8e\xf2\xac\x08\x29\x82\x69\xe9\x29\x99\x99\x49\xc6\x97\xf4\xe3\ \x2a\x0a\xe1\xa6\xc5\xfb\x02\x6d\x12\x61\xaa\x52\x64\x5a\x16\x26\ \x0a\x25\x88\x73\x2e\x25\x08\x21\x15\x55\x91\x82\x27\xf9\x05\x55\ \x14\x24\x39\x97\x88\x12\xc4\x4c\x0b\xa8\x42\x80\x27\x97\x10\x13\ \x45\xa1\x98\x73\x06\x80\xa4\xe0\x02\x30\xc1\x20\x01\x51\x82\x99\ \x65\xf1\x93\xf4\xd8\x13\x42\x3a\xda\xdb\x5a\x5b\x9a\x33\xb3\x72\ \x3c\x5e\x6f\x7f\xf7\xc4\x44\x3c\x1e\x89\x84\x85\xe0\x25\x65\xe5\ \x83\xfe\xa2\xaa\xa9\x55\xef\x3c\xfa\xc0\xda\x8e\xf3\x16\xcd\xb4\ \x09\x21\x7a\x0e\xbc\xf0\xda\x96\x09\x0b\x16\xe5\xf9\xa8\x3f\xb3\ \x64\x64\x8e\x57\x0c\x50\x8d\x83\x50\x05\xc1\x4f\x15\x4c\x58\xd6\ \xa9\x3f\xbc\x04\x65\x16\x14\xa0\x63\x44\x83\x04\xe7\xa6\x69\x1c\ \x66\xe9\x99\x47\xd9\x7e\x66\xdf\xbf\x87\x1f\x67\x1c\xfd\xff\xbe\ \x7f\x06\x7e\x04\xb3\xcc\xc3\xab\xbc\xac\x81\x47\x9e\x24\x11\x82\ \x30\xc6\x34\x9b\xcd\xed\xf1\x7c\xf2\xd0\x22\xe4\x70\xba\x12\x89\ \x84\x61\x1c\xa7\xfa\x57\x32\x66\x79\xb3\x4a\xe7\x9d\x35\x4b\x05\ \x00\x2b\x7f\x67\x45\x55\x7e\xf9\xe4\xb9\xc5\x1e\x5d\xd7\x8f\x70\ \x2c\xd0\x53\x56\x93\x11\x4a\x53\x52\xd3\x4e\x05\x8e\x7b\x42\x84\ \xd2\xbe\xb6\x4e\xc9\x68\x10\x9c\xbe\x82\x10\x32\x0c\x53\x48\x3e\ \xb0\xed\xac\x94\x92\x10\xa4\xd9\x6c\xba\x1e\x3f\x26\x1f\x13\x28\ \xa7\x68\x94\xf1\xca\x93\xf7\x3f\x69\x9b\x52\xe0\x6d\xd8\xb6\xb6\ \x32\xe1\x3b\xdb\xad\x24\x12\x89\x41\x06\xf4\x9d\xca\xc0\xf5\x07\ \x42\xa7\xcd\x72\xf6\xf4\x86\x5b\x5a\x3a\x11\x42\x39\x39\x59\xda\ \x31\x66\x77\x9d\x36\x12\x8b\x46\xc2\xbd\xdd\x83\x62\xfa\x78\x86\ \x84\x65\x39\x73\x26\xdd\xb0\xac\xfb\xa9\x55\x6f\x3e\xf5\x91\x50\ \xbc\x39\x57\x5e\x77\x59\x81\x0f\x33\x8b\x7f\x56\x77\xd8\x29\x02\ \xde\xd3\x66\x21\x3b\xbb\x7a\xde\x5f\xff\x91\xdb\xe5\x94\x12\x76\ \xed\xa9\x5a\x78\xf6\xec\x81\x57\xa9\x28\x94\x9c\x5e\x03\x34\xbf\ \x68\xac\x5e\x32\x06\xd9\x13\x16\xfe\xcb\xa4\x85\x9c\x0b\x42\x88\ \xe0\xcc\xb2\x06\x67\xae\x14\x86\xe5\xcb\x00\x6e\x97\xd7\xe3\x99\ \x33\x6b\x3a\x00\x6c\xf8\x78\xcb\xeb\x6f\xbe\x3b\x10\xa9\xba\x61\ \x4c\x9d\x34\x2e\x27\xfb\x93\x3a\x25\xbd\xbb\x71\xd7\xde\x5a\x6e\ \x0b\x94\x95\x97\xba\x29\x00\x40\xa2\xa3\x66\x7b\x55\xb3\x37\x77\ \x54\x69\xb6\xaf\x9f\xd0\xd6\x55\xd7\xba\xb2\x8b\x02\x1a\x02\x90\ \xed\xd5\x95\x07\x5a\x7b\x2c\x26\xdc\xd9\x45\xe5\x85\x99\x5f\xd9\ \xe7\x40\x32\xcb\x4c\xb2\xe0\xe3\xf7\xc2\x19\x06\xee\x09\x93\x0f\ \x3e\xf8\x60\xdd\xba\x75\x0e\x87\x03\x00\x12\x89\xc4\xb2\x65\xcb\ \xf2\xf2\xf2\xfa\xec\x65\x55\x79\xef\xfd\xf7\x1b\xeb\x6b\x18\x17\ \x0a\xa5\x03\xbd\xde\x84\xe0\xba\xfa\xe6\xac\x8c\xd4\x7e\xe0\xf2\ \x68\xc3\xc3\x77\xff\x76\x2f\x73\xea\x8d\x35\xca\xa8\x4b\xfe\xfb\ \x5f\x2e\xc6\x4d\xeb\xff\xf3\x3f\xef\x4f\xb8\x83\x91\xae\xc7\x2f\ \xfa\xee\xcf\x16\x97\xa7\xc6\x5b\xf6\xbc\xf0\xd8\x5f\xfe\xbe\xae\ \xfe\x8e\xfb\x9e\x5a\x94\x05\x00\xe1\x67\xee\xfe\xef\x4d\xf6\xf2\ \xb1\x21\x1c\x9c\xec\x2c\xfb\x0a\x03\x17\x00\x10\x55\x55\xda\xe7\ \x91\x95\x96\x69\x0e\x3e\x3d\xdd\xe5\x72\x0d\xc5\x97\xdb\xed\x0e\ \x9b\xdd\xfe\xb5\xaa\x2f\x0f\x04\x02\x15\x15\x15\x19\x19\x19\xd1\ \x68\x54\xd3\x34\x8f\xc7\xd3\xff\x96\xa2\xa8\xbb\x76\x6e\xdb\xf6\ \xf1\xfb\x47\xcf\xd4\x16\x5c\x08\x20\x67\xcf\x9f\xdf\xff\x0a\xb6\ \x85\x2e\xb9\xed\x27\xbe\x94\x00\xdb\xfd\xd2\xcd\x3f\x79\xa5\x89\ \x5d\x58\xf7\xe4\x53\x89\xa2\x4b\x7f\xf7\x83\xf3\xb7\x3d\xfe\x5f\ \xbf\x7f\xf8\xb5\x85\xbf\xbe\x66\xdf\xc6\x0d\xdd\x9e\xbc\x82\x2c\ \x93\x48\x01\x40\x80\x45\x7a\x6d\x99\x57\xfd\xe0\x47\x67\xa7\x7c\ \xd5\xef\x22\x56\x55\xd4\xd1\x50\x55\x7d\xb0\x29\x66\x81\x27\x94\ \x39\x72\x64\x91\x9b\x72\xeb\x68\xe3\xec\xee\xdf\xfd\x76\x48\x8c\ \x68\x42\xda\xda\xdb\x54\x55\xfd\xfa\x60\xb7\xac\xac\xec\xb2\xcb\ \x2e\x7b\xe5\x95\x57\x30\xc6\x37\xdf\x7c\xb3\xdf\xef\x1f\xf8\xae\ \x4a\x15\x6a\x53\x93\xf1\xa4\xc3\xb6\x46\x21\x2c\x41\x06\x1a\x2d\ \x88\xda\x82\x29\x36\x00\xd8\xb0\x61\x93\x67\xe2\xbc\x6c\x6a\xbe\ \x52\x6f\x16\x9c\x3b\x16\x01\x8c\x18\x55\x66\x7b\x6b\x53\xa3\x05\ \xe3\x2e\xbc\x76\x9c\xd8\xff\xc3\x9d\x77\xf7\x69\x23\xc9\x58\xbc\ \xe3\xe9\x5f\xfe\x64\x5b\xe9\xf8\x4b\x2f\x5f\x92\xeb\x39\x55\xda\ \x65\xe0\x43\x73\x9c\x3e\x13\x0c\x10\x56\x28\xdf\xbe\xe6\xa9\x07\ \x9f\x7d\x4f\xf8\xd2\x82\x0e\xd4\xde\xd4\xea\x19\x39\xeb\xc6\x1b\ \xae\xc8\xf3\x20\x8b\x1d\x1e\x39\x7b\x63\xcd\xeb\x43\xe4\x16\xa0\ \x94\x3a\x1c\xce\x4f\xad\x34\x3a\x9d\xe4\xc2\x0b\x2f\x5c\xb5\x6a\ \x55\x69\x69\xe9\xc4\x89\x13\x0f\x5b\x91\x4f\x5a\x0a\x1c\x69\x56\ \x4b\x40\xa8\x6f\xe0\xd6\x40\x31\x37\x3e\x75\xf7\xa3\x7b\x7c\xdf\ \xf9\xd1\x65\x76\x88\x30\x00\x05\xf7\x7d\x10\x82\x43\x79\x00\xc6\ \x80\x8a\x00\x25\xf7\xce\x5f\xde\xdd\xdb\x56\xfb\xf2\xa3\x7f\xfa\ \xaf\x7b\xcd\xff\xfd\xe1\x55\x9e\x93\xcd\x15\x92\x71\x87\x70\x6f\ \x38\x1a\x8b\x26\x43\xbe\x7e\xbf\xff\xf8\x11\x11\x4a\x95\x70\xcd\ \xc6\xc7\x5f\xdc\x3a\xef\xa6\x9f\x2d\x18\x9b\x8e\xa4\xe4\xf1\xd6\ \x67\xff\x74\xcf\xc3\x2f\x66\xff\xe0\x9a\xf9\x0a\xd2\x0f\xab\x80\ \x28\x2b\x1b\x35\xa4\xa7\xff\x79\x07\x01\x7c\xa5\xc5\x6e\xb7\xdf\ \x75\xd7\x5d\xa1\x50\xe8\x28\x74\x82\x38\xc6\x70\x17\x04\x20\x40\ \x1c\x7e\x8b\x64\xe5\xeb\x0f\x3c\xb2\xd5\xf6\xa3\xff\xb8\x3d\xc7\ \x06\x00\xce\x11\x41\xfc\xc1\xbe\x6a\x58\x90\xdd\x58\x53\x1b\x73\ \x15\xa4\x0c\xe2\x4c\xc3\x0e\xb7\xcf\xe1\xf6\x5d\x7a\xd1\xbc\xd5\ \xbf\xdc\xd5\x69\x80\xc7\x71\x92\x61\x2b\x85\xa8\xae\xae\x06\x40\ \xc1\x60\x88\x73\x5e\x57\x57\xdf\xd5\xd9\x19\x4a\x49\x39\x8e\x63\ \x1e\x63\x51\xbf\xbf\x52\x1d\x35\xf7\xdc\x69\xc5\xaa\x11\xe3\x12\ \x69\xa1\xc2\x0b\x2f\x5e\xf8\xcb\x47\x76\xb7\x85\xe7\xe4\x38\xd0\ \xc0\x5c\x5e\xaa\xd9\x6c\x43\xec\xd4\xfa\x7a\x15\x0c\x8e\x1d\x3b\ \x76\xd0\x9b\x20\x05\x48\xc1\x79\x72\xc6\x7c\xdf\xc0\xad\x24\x55\ \x90\x42\xe2\x81\xfe\x23\x19\xab\xf9\xeb\x1f\x9e\x67\x13\x2e\x59\ \xff\xc2\x23\x6f\x58\xca\xf4\xc5\x97\xce\xb9\x6c\xf1\x1b\xbf\x7a\ \xf8\xbf\x7e\xf5\x61\xf3\xde\xea\x79\xdf\xfc\x99\xbb\xef\x38\x1e\ \x8f\xc7\x93\xbd\xfb\x7b\x2a\xdf\x7b\xfc\xf5\x8d\x52\xa1\x07\xb6\ \x6f\x1e\x77\xde\xca\x4c\xfb\xc9\x67\x08\xb5\xb5\x75\xa5\xa3\xcb\ \x47\x96\x94\x52\x42\x18\x63\xf1\x58\x6c\xef\xde\x3d\x35\x07\x0e\ \x04\x83\x81\xe3\x01\x9e\x60\x85\x48\xce\xb9\x10\x42\x48\x60\x9c\ \x0b\x0e\x83\xc6\x25\xe9\x70\x7f\xae\x2f\x41\x42\x01\xff\xec\x39\ \x73\xab\xaa\xf6\x62\x82\x41\x22\x29\x05\x20\x04\x7d\x49\xab\x2c\ \x23\x33\x33\x3f\x3f\xe7\x93\xa3\x95\xc0\xe5\x77\xfc\xa0\x35\x6e\ \x30\x8b\xf9\x9c\x36\x2a\xa5\x77\xe4\x82\xff\xf8\x71\xe8\xfd\xad\ \xb5\x73\x17\x5d\x3d\xb3\x3c\xbb\xef\x30\x2d\x77\xe5\xcd\xb7\xa6\ \xa4\x10\x00\x70\x64\x14\x8c\x2b\xef\x69\x0e\xf3\xd1\xd3\xcf\x3b\ \x63\x72\x89\x76\xb2\xaf\xd7\x32\x2d\x97\xc7\x3b\xba\x7c\x2c\x63\ \x96\x69\x98\xc9\x01\xba\x45\xc5\xc5\x9b\x3e\xfa\xc8\xd0\xf5\x64\ \x6a\xca\xd1\xbf\x25\x24\xa4\x66\x8d\x0c\xd6\x76\x31\xa9\x68\x36\ \x9b\x04\x29\x25\xef\x89\x1b\x79\x63\x4b\xfd\x4e\x7c\x44\x76\x18\ \x5a\x7e\xd5\x15\x43\xa4\x68\x8f\xa6\x6e\x9f\x3d\xc9\x46\x4a\xd9\ \xd8\x50\x57\x36\x7a\xec\xe9\x04\x5f\xc3\xb4\x06\x09\x1d\x49\x49\ \x15\x8a\x4f\xaf\x9e\x3d\x55\x7b\x76\x9b\xa6\x39\x7a\xcc\x58\xc3\ \xd0\x39\x63\x9c\x31\xd3\x34\x31\xc6\x55\x55\x55\xd1\x70\xcf\x19\ \x33\xcf\x3a\x56\x84\x82\x10\x1a\xef\xac\xdb\xbc\x79\x5b\x43\x97\ \x1e\xca\x2d\x9d\x36\x79\xb4\x0b\x33\x26\x31\xc1\x47\xc6\xa3\xa8\ \xa6\x0d\xd5\xf3\x99\x1c\xf0\x34\xac\xd1\xfb\xe5\xb4\x8f\xf4\x0e\ \xd4\x50\x8a\xaa\x22\x84\x24\x48\x40\x28\x59\xff\x81\x30\x52\x14\ \x2a\x8e\x9d\xb9\x8d\x08\xe5\x91\xda\xa7\xef\xff\xc3\x5e\x91\x35\ \x2a\xd7\xb3\xe1\xa5\xbf\x6d\xdc\x7b\xde\x77\x56\x2c\x74\xe2\x41\ \x5c\xb9\xf4\xf6\x3b\xbe\x33\x24\x8b\xa4\x69\xbb\x2b\x2b\x1f\x7a\ \xe8\xef\x9e\x43\x29\x42\xc3\xf2\xf5\x11\x09\x70\x68\xb8\x3d\x4a\ \x8e\x01\x4d\x96\x8a\x1c\xbf\xdc\x40\xa1\xb8\x6a\xfb\x07\x07\x1d\ \x93\x7f\xf4\xbd\x6b\x52\x54\xe0\xed\x5b\x7e\xf9\x3f\x4f\x6e\x6f\ \x98\x7e\x66\x9e\x73\x10\xe0\x0e\x91\xc6\xb5\xdb\xed\x9c\xf3\x9a\ \x9a\x03\x45\x45\xc5\x2e\x97\x6b\x18\xbb\x9f\x51\x51\xed\xd9\xbb\ \x7f\xe7\xee\x2a\x29\x45\x5e\x6e\xf6\xb4\xc9\x13\xbe\xa2\x17\x82\ \x0e\x5d\x0f\x02\x48\x8e\x87\x06\x00\x01\x52\x1e\x37\xd9\x4f\x02\ \x10\x4a\xb9\x91\x48\xe8\x26\x27\x38\x11\x8f\x9b\x02\xd3\x63\xa4\ \x87\x0f\x95\x71\x26\xa5\xe4\x82\x9b\x86\x61\x99\x66\x72\x7a\xf5\ \x30\x2e\x3f\x55\x62\xb1\xf8\xae\xdd\x55\x17\x2c\x9c\x0f\x00\x6f\ \xbc\xfd\xde\x7b\x1f\x6e\x74\xd8\xed\xfd\xf7\x13\x63\x32\xa2\x28\ \xdf\xed\x76\x7d\x65\x9e\xc3\x24\x6d\xa5\x54\x32\x2e\xa5\x44\x80\ \x8e\x5f\x55\xcb\x98\xc8\x1b\x73\xd6\x98\x8d\xbf\xff\xf9\x4f\x7f\ \x9c\x93\xea\x6c\x6b\x6c\xce\x98\x71\xd9\x98\x4c\x37\xe7\x83\xb4\ \x90\x1b\xda\x5c\x85\xc1\x5c\xeb\xc3\x72\xbc\x95\xd6\x0d\x43\x37\ \x0c\xce\xf9\xe8\xd2\x11\xb5\xf5\x8d\xbd\x56\xa4\xdf\xc1\xd4\xd5\ \xdd\xd3\xde\xd9\xb9\x60\x7e\x7f\x66\x19\x3f\xb0\xfe\x95\xa7\x56\ \xaf\xef\xd6\xd5\x09\x0b\xaf\xb8\x6c\x4e\x19\x41\xb0\xef\xbd\x67\ \x1e\x7e\x79\x23\x49\x1f\x73\xf5\xf5\xcb\x8b\xbc\x04\x00\xcc\xde\ \x9a\x27\xfe\xfe\x54\x60\xc1\x8d\x8b\x4b\x03\x00\xb0\x73\xd5\x83\ \x8f\xbd\xbb\x9b\x50\xe2\x1e\x31\xe5\xba\x6b\x2e\x49\x25\x20\xad\ \xde\x35\x8f\xfd\xa5\x3e\xf7\xbc\x1b\xe6\x8d\x06\x61\xee\x78\xfb\ \xb9\x7f\xac\xdd\x1e\x95\x8e\xb3\x2e\x5e\x71\xc1\xd4\x3c\x00\x00\ \x16\x7b\xeb\xa9\xbf\x1d\x74\x4f\xbe\xee\x1b\xd3\x91\xd5\xf8\xf7\ \x7b\xff\x5e\xd5\xa5\x6b\x2a\x89\x46\x22\xa5\xe7\xdd\xb6\x72\x7e\ \xc1\x71\x56\x9f\x31\xb6\x7d\xeb\x16\x82\x71\x7e\x41\xc1\x40\x5d\ \x3c\xf8\xe5\x73\x06\x8e\xf4\xcb\x6e\xfd\xd1\xe4\xbd\x7b\x9a\x7a\ \x8c\x40\x66\x61\x49\x61\x26\xe1\x26\x1f\x0c\xed\xc3\x49\x36\xa7\ \x92\xf5\xa6\x69\x15\x15\x9b\xde\x7d\xeb\x75\x42\x09\x21\x84\x52\ \x3a\xd0\x96\x8e\xc6\xe2\x0b\xce\x5b\x3c\xe0\xf0\x78\xcd\xc1\xae\ \x91\x33\x17\xa5\xc6\x77\xfd\xdf\x6f\xff\x27\xbb\xe4\xfe\x29\xfa\ \x9b\xbf\xf9\xcb\x1b\xf3\x56\xac\xe0\x15\xcf\xfc\xfa\x1e\xed\xee\ \x9f\x5d\xa1\xef\x7c\xf3\x0f\x8f\x3c\xfb\xee\xe6\x9a\x0b\xa6\x5e\ \x93\x34\x98\xf7\x6c\xdf\x86\x47\x5d\x78\xc3\xec\x5c\xa1\xba\x7d\ \x04\xf4\x96\xca\x87\x1e\x7c\xe0\xb5\x77\x36\xe7\x5e\x35\x15\x00\ \x40\xef\xa9\x6b\x8a\x4e\x38\xf7\x62\x47\xc3\x9b\x7f\xb9\xf7\x37\ \x39\x7f\xfe\xfd\x68\x76\xe0\xa1\xdf\xff\xf1\xf5\x0d\x5b\x33\xe7\ \x67\x4b\x00\x44\x83\xf3\x2e\x5a\x3a\xd5\xc2\xb2\xbd\xe2\xe7\x77\ \xbf\x38\x25\xe8\x3a\xfe\xb6\x4b\x29\x9d\x34\x65\x2a\xe7\x3c\x1a\ \x0e\xcb\xcf\xa4\xe9\x40\x8f\x76\x37\x36\x36\x36\x76\xe9\x51\xa6\ \xa5\xa5\x85\x42\x0e\x0c\x83\x15\x33\x0e\x03\xf7\x54\xa2\x86\x08\ \x09\x66\xf5\x76\xb5\x2b\x8a\x72\x34\xf5\xd2\x4d\x53\xa1\x03\x23\ \xb9\xee\xf9\x57\x5e\x0b\x00\x10\xf5\xbf\xf4\xd4\x87\x18\x5b\x3b\ \xde\xdd\xa0\x94\x2c\xbe\xfc\xec\x99\x50\x86\x3f\xfc\xc1\x13\x7b\ \xba\x96\x16\xfb\xf2\x97\xde\xfc\x6d\xf7\x83\x7f\x44\x7d\x29\x82\ \x7a\x47\x34\x01\x04\x3b\xfc\x19\xa9\x7e\x27\x00\x98\xaa\xef\xac\ \x25\xb7\xa4\x87\xfe\xfe\x7e\x12\x1c\x8e\xd4\x45\x57\x7f\x13\x00\ \xa0\xb9\xe7\x89\x75\x2f\x59\x16\x20\xea\x9a\x7e\xe1\x4d\xc5\x05\ \x7f\x5b\xd5\x91\x3c\x45\x5b\x6e\x51\x09\x00\xac\x79\xe3\xfe\x9c\ \xf9\x37\x2c\x1d\x9f\x72\xfc\xeb\xe1\x8c\x6d\xdf\xba\x05\x21\x94\ \x5f\x58\xf4\xa9\x50\xc3\x44\x11\xbd\x07\x1e\xb9\xf7\xf7\x35\xb6\ \x91\x13\x0b\xbd\xbb\xde\x7e\xe2\xbd\xed\xf5\x77\xde\x7c\x71\x80\ \xca\xa3\x8d\xb3\xe1\xa9\x3b\xa7\x96\xe0\xe4\xec\xf6\xa3\xfe\x10\ \x42\x8e\x4e\xd0\x01\x00\x30\xdb\x1f\xfb\xbf\xbf\x68\x73\xaf\x9d\ \x96\x6e\x6f\xec\x8c\xd9\x92\xd1\x66\xbb\xdb\xab\xf4\x76\xf6\xea\ \xee\xec\xe2\xd2\x82\x7c\x22\xfa\xf3\x53\xf0\xf8\x59\xb3\xdd\xb5\ \x6f\xfd\xfb\x0f\x6e\xff\x9f\xa7\xde\x8f\x03\xa8\x81\xcc\xb2\xd2\ \x11\x6e\x7c\x98\x4e\x93\xd1\xda\x7b\xee\x7e\xb1\x6c\xc1\xf5\x13\ \x7d\x40\x5c\xa9\xa3\xc7\x8c\xf0\xd0\xc3\x3a\xd4\xb2\xa6\x77\x5e\ \xdc\x66\x5c\x74\xe9\x5c\xfc\x69\x86\x0e\xa1\x64\xe2\x94\xa9\xe3\ \x26\x4c\x44\x08\x7d\xaa\x99\x43\x28\xd4\xed\xda\x50\xef\x9a\xfa\ \xa3\x1f\xdf\xb9\xe2\x9a\x1b\x7e\xf2\xc3\x5b\x42\x1d\x9b\xf7\xb6\ \x44\x15\x45\x39\xda\xcf\x3d\xac\x71\xbf\x7a\xc6\xfa\x00\x73\xa6\ \xfd\xf1\xdf\xfd\x7c\x97\xe7\xec\x1f\xdf\x30\x97\x02\x38\x35\x6a\ \x45\x62\x00\x00\xcc\x88\x5b\x76\xa7\x2d\xd9\x9e\xdb\x1c\x00\x18\ \xdb\xf4\xf3\x97\x4d\x3f\x1f\xcc\xda\x37\x56\xde\xf5\xc4\xe6\x33\ \xa7\xcf\xcc\xa6\x00\x30\x90\x44\x8a\x58\xcd\x9f\x7e\xf5\xbb\x78\ \xf9\x15\x3f\xb8\x74\x62\x3f\x2e\x8f\xd8\xab\xb7\xbc\xb9\x0e\xe7\ \xcf\x99\x92\xf2\x69\x5a\x0f\x21\xce\xf8\xb6\xad\x9b\x10\x42\x85\ \x85\x45\x9f\x6a\xec\x20\x00\xc3\x30\x35\x9b\x3b\xde\xdb\xde\xc2\ \x38\x44\x7a\x04\x56\xad\x58\xb8\xb3\xd3\xc2\x9a\xc3\xa1\x62\x29\ \x87\x81\x7b\xaa\x0a\x4f\xf6\xbf\x39\x5a\x3b\x49\x99\xec\x41\x36\ \xe0\x25\xf1\xc1\x23\xf7\xbe\xd9\x59\xfa\xf3\x3b\x16\x90\x44\xd4\ \xd0\x5c\x13\xa6\x8c\x7a\xec\x8f\xaf\x55\xd4\x8c\x32\x3f\x5c\xdd\ \x9e\x3a\x76\x44\xb0\xaf\xaf\x3c\xe7\x2c\xd9\x2a\x5e\xc4\x7b\xea\ \x5b\x7a\x1c\x3e\x4f\xd7\xc1\x46\x46\x54\x4d\xe9\x83\x92\xe0\x8c\ \x25\xbb\x11\xc9\xf8\x4b\x7f\xfa\x6d\x95\xeb\xac\xff\xba\x62\xba\ \x19\x8f\x09\xd5\xa1\x52\x04\x00\x52\x30\xd6\x0f\x5e\xd9\xf9\xe1\ \x8e\xea\x82\x05\xd7\x7c\x7a\xfe\x99\x94\x84\x92\x09\x93\xa6\x08\ \xc1\x63\x91\xf0\xa7\x6a\x5c\x21\x21\x94\x55\x18\x7f\xee\x89\x5f\ \xff\x57\x85\x86\x25\x33\x12\xe1\x98\x68\xfd\xfb\xbd\x2f\x0a\x3c\ \xe5\x1b\xdf\xbc\x6a\x76\xfe\xa1\xda\x88\x61\xe0\x9e\x7a\x1a\xd5\ \xeb\xf3\xb7\x35\xd7\x71\x21\xa5\x44\x87\x32\x94\x24\x42\x48\x0a\ \x49\x55\xcd\xe9\x72\x0e\xf4\x9e\xed\xde\xdb\xc9\x7b\xc2\xf7\xfe\ \xc7\x4f\xe2\xba\x35\x75\xf9\x0f\xae\x9a\xb6\xf4\x9a\xea\xd6\xbf\ \xfc\xe2\xdf\x88\x27\xf7\xa6\xdb\x97\x87\xfa\x70\x8b\x7d\x81\x54\ \x69\xa7\x00\x20\x22\x2d\xab\x1f\xbd\x7f\x7b\x3b\x03\xa9\x5e\x74\ \xf3\x2d\x13\xd2\xfa\xb0\xe7\xf0\x86\x42\xd8\x0e\x00\x90\xe8\x6a\ \x38\xd8\x1a\xc1\x1f\xff\xe2\x27\x1b\xa3\xd2\xb3\x68\xd9\xed\x0b\ \xc7\xf9\x00\x40\x73\x85\x42\xbe\x43\x5f\x1d\xef\xe1\x28\x30\xae\ \x30\xf0\x19\x2f\x4a\x08\x66\x1a\xa6\xfc\x0c\x93\x68\x98\xc5\x7c\ \x79\x93\xee\xfc\xd9\x48\x81\x10\xe7\x92\x50\x22\x2c\xc3\xb0\xb8\ \x94\x60\xf7\x04\x8f\x28\x99\x3c\xb2\x21\xc8\x89\x92\x7f\xb2\x21\ \xc8\x69\x99\xab\xf0\x59\xa4\xae\xbe\x71\xfb\xae\xdd\x7d\x94\x2e\ \xe9\xaf\x97\x49\x6d\x24\x9c\x2e\xe7\x19\x53\x26\x1d\x31\xd0\x58\ \xf0\x3e\x5d\x88\x29\xa5\x18\x03\x80\x60\x16\x50\xe5\x58\xbb\xb8\ \x14\x9c\x31\x8e\x55\xf5\x38\xfa\x52\x30\x8b\x09\x09\x00\x84\x2a\ \xe4\x0b\x35\xee\xde\xbb\xbb\x12\x00\x46\x96\x8d\x32\x12\x09\x21\ \xb8\x65\x9a\xba\xae\x2b\x94\xd6\xd4\xd4\x74\x76\xb5\x9f\x39\x73\ \xf6\xe0\xb9\x0a\x12\xa8\xa6\xc6\x5b\xab\xde\x7e\xf7\xa3\xf6\x08\ \xf3\xa4\x15\x9d\x35\x77\x66\xa6\x1b\x33\x2e\x05\xb7\x8e\xa8\x50\ \x1f\xd6\xb8\xa7\x96\xe4\xe6\x64\xe5\xe6\x64\x7d\x0e\x63\x8e\xd0\ \x23\x30\x88\xe9\xf1\x32\x22\x10\x26\x8a\xfa\x29\x9b\x3c\xa6\x8a\ \x7a\x22\xae\x05\x49\x29\x93\xbd\x1b\x25\x20\x84\x24\x82\xe3\x47\ \xce\xb0\xa2\x98\xed\x7b\xfe\x7a\xef\xfd\x61\x77\x6a\x77\x4b\x87\ \xdb\xb9\x6f\x7b\x75\xdb\x6d\xdf\xbc\x38\xa8\xf0\x61\xaf\xc2\xb0\ \x9c\x0c\x8b\x32\x09\x59\xf4\x29\xda\x9b\x12\xa8\xab\xfc\xa8\x23\ \x7d\xf6\xf7\x6f\xbb\x62\xe4\x88\xf1\x37\x7f\xf7\x5b\x59\xb1\x9d\ \x95\x8d\x3d\x83\x8e\x8d\x18\xd6\xb8\xa7\x96\x18\x86\xd9\xda\xde\ \x01\x52\x06\x83\x7e\xa7\xc3\xf1\x55\x05\x2b\xc2\xba\x9e\x10\x20\ \x11\x42\x80\x10\x00\xc2\x08\x49\xc1\x4d\xd3\xc4\xc7\x6d\x5f\xcf\ \xb9\xd0\x34\x05\xa4\xb0\xe2\xed\x5b\x36\x6e\xa8\x8f\xa8\xd3\x9c\ \xb6\x41\x03\xc5\xc3\xc0\x3d\x85\xc4\x34\xad\x75\xef\x7e\xc8\xa5\ \x94\x52\x26\xe2\x89\x45\xe7\xcd\xb7\x0d\x28\x7c\x3a\xce\xbc\x9a\ \x53\x4d\x34\x9b\xba\x67\xf7\xae\xb2\x51\xa3\x09\x21\x82\x73\x8c\ \x10\xa5\x8a\xa1\x27\x3a\x3b\xda\x83\xa1\xe0\x31\x51\xcb\x44\xc6\ \xc8\xe9\xb3\x9c\x42\x4a\xcd\x87\x1b\x5f\x79\x3b\x7a\xf6\x92\xcb\ \x47\xa5\xda\x06\x6d\xb0\x30\x0c\xdc\x53\x48\x12\xba\x1e\x4b\xe8\ \x4b\xbe\xb1\x10\x00\x76\xec\xda\xfb\xfa\x1b\xef\x28\xaa\xd2\xa7\ \x6e\x10\x58\xa6\x55\x32\xb2\xa8\xac\xa4\x78\x80\x1d\x1e\xab\xad\ \xa9\x8b\x09\x2d\xa7\xa0\xc0\xad\x22\x00\x00\x33\x5c\x5d\x5d\x87\ \xbc\x59\x85\x99\x9f\xd4\x18\x47\x3a\x9a\x2d\x47\x28\xe0\x50\x00\ \x20\xd1\xd5\xda\xd0\xda\xae\x5b\x42\x71\x07\x0a\xf2\xb3\x35\x04\ \x00\x60\x45\xda\xbb\xb8\x23\xcd\xe7\x04\x00\x61\xf4\x1e\xac\x69\ \x30\x88\x2b\xb7\x30\xcf\x79\x88\x0c\xf3\x58\x67\x87\xae\xa4\x06\ \x3d\xc9\xbd\xbe\xa3\x6e\x5f\x73\x98\xa5\xe7\x8f\x48\x71\x0d\x8e\ \x1f\x4a\xa9\x65\xea\x5b\xb7\x6e\x2e\x2d\x2b\xb3\xdb\xec\x18\xe1\ \x9e\xde\x9e\xaa\xaa\xbd\x4e\x97\x53\x55\xd5\x63\x65\x91\x73\xce\ \x5d\x19\x25\x73\x73\x90\xa1\x27\xbe\x71\xfd\x8f\x2e\xd4\x9c\x1e\ \x87\x6a\x99\xa6\x1c\x8c\x18\x0f\x03\xf7\x14\x12\x45\x51\xaa\x0f\ \x54\xff\xe3\xc5\x55\x42\x08\x42\xb0\xe0\x42\x67\x89\x3e\x75\x8b\ \x70\x47\x67\x17\xe3\x6c\x00\x70\x63\xaf\xfd\xe5\x7f\xff\x3f\x7b\ \xd7\x1d\x1f\x55\x95\xfd\xcf\xbd\xaf\x4d\x9f\x4c\x7a\x2f\xa4\x87\ \x84\x84\xd0\x91\x8e\xa0\x74\x10\x0b\xa8\x28\x88\x8b\xbd\x62\x59\ \xcb\xda\xd6\xb2\xee\x5a\x76\x5d\x7b\x77\xd5\x55\x11\x05\x41\x3a\ \x08\x48\xef\x09\x04\x08\x90\x84\xf4\x9e\xc9\x4c\xa6\xbd\x7a\xef\ \xef\x8f\x97\x44\x9a\x5b\x7e\xc4\xb5\x30\x87\x7c\xf8\x84\xa9\xbc\ \xfb\xbe\xef\xbc\x73\xce\xfd\x9e\xef\x59\x7e\xc4\x89\xfd\x4e\x29\ \x6a\xc4\x93\x8f\xdc\x18\x2b\x34\xbe\xf7\xfc\xb3\xdb\xea\x34\xac\ \xa8\x23\xe6\x3e\x78\xdd\xf0\x5e\x20\x39\xb7\xaf\xf9\xf2\xaf\x6f\ \x7e\x3d\xec\xb1\x0f\xef\x1c\x1c\x03\x00\x5b\x3e\xf8\xd3\xbb\x25\ \x5a\x5e\x52\x88\x29\xa5\xdf\x75\x89\xf1\x11\x58\x2a\xdd\xb5\xe6\ \xd5\x17\x5e\x61\xa6\x3d\xfe\xb7\x39\xc3\x21\xd0\xfa\xe5\x6b\x7f\ \xde\x5c\xad\x69\xae\x06\x5b\xef\xa9\x0f\xdf\x3f\xcb\x81\x95\xf2\ \x3d\xeb\x5f\x7b\xe9\x75\x3a\x68\xfe\x0b\x77\x4f\x67\x80\x1c\x5c\ \xfe\xd6\xbb\x6b\x4e\x84\xd8\x68\x8b\x14\x71\xd3\x83\xf7\x14\x44\ \x1a\xcf\x55\x02\x23\x09\x89\x89\x92\x18\xd8\xb5\x63\xbb\xc5\x62\ \x25\x94\x7a\x3d\x1d\x61\xa1\x61\xf6\x90\x10\x67\x5b\xcb\xbf\xaa\ \x9d\x69\x8a\xa8\x01\x20\xd6\x62\x0b\x01\x20\x8a\xac\xd0\x1f\x49\ \xe7\x82\xc0\xfd\x65\x01\xb7\xea\x64\xc5\x8e\x4d\x6b\xb9\xb3\x7a\ \x25\x28\xa1\xa2\xac\xcc\x9b\x7f\xd3\x29\x8f\xf1\x7d\x27\xcd\x1d\ \x3a\x2f\xce\xee\x3f\x72\xf7\x0d\x4f\x14\xb5\x5c\xad\x5e\x2b\x1c\ \x00\x00\x20\x00\x49\x44\x41\x54\x43\xcb\xbf\xda\xda\x10\xff\x97\ \x57\x16\x4a\x3b\x3f\xfa\xfd\x87\xff\x1c\x3b\xf8\x51\xbc\x6f\xf3\ \xce\x0a\x77\x64\x7c\x2c\xd7\xd9\x63\xac\xb4\x88\xec\xd8\x5b\xfe\ \x70\xd3\xc0\xce\x2a\xac\xb7\xa2\x68\xd3\x8e\xa3\xb6\xc4\xe4\x4e\ \x75\x63\xce\x3c\xfc\xca\xdb\x27\xc5\x24\x18\x1b\xd6\xcc\x7f\xe8\ \xd3\x83\xae\x59\x43\xd5\xd2\xb5\x1b\x0e\x86\xa5\x44\x76\xe8\xb3\ \x1d\xb5\x96\x25\x5f\x6f\xcb\xbf\xe5\xed\xf9\x03\x8d\xaf\xde\x7b\ \xed\xb7\x7b\xeb\x0a\x26\xa6\x9d\xab\xb0\x45\x29\xa5\x49\x89\x49\ \x3e\xbf\x3f\x10\xf0\x63\xcc\x44\x47\x45\x5a\x2c\x56\x97\xcb\xf5\ \x9f\xad\x04\x3d\x65\xce\xe1\x8f\x64\x72\x2c\xc7\x02\x00\x83\x19\ \x4a\xa9\x1e\x45\xe9\xba\xca\x08\x61\x84\x3a\xd5\xcb\xf4\xda\x31\ \xa5\x9d\xed\x97\x7a\xfd\x95\x52\x82\x50\xe7\x2f\xd0\x39\xa8\x23\ \x88\xbd\xf3\x35\x96\x61\x04\x9e\x63\xcf\x22\xd9\xe8\x50\x38\xbd\ \x88\xcf\x45\x27\x26\x02\x40\x6b\xc9\xe1\x40\x74\x5e\xef\x48\xee\ \xf0\xf2\x9a\x90\xac\x89\xe1\x3c\x03\x39\x85\xb1\xd2\xd6\xf2\xc6\ \xc0\x88\xa1\x33\xee\x1d\xea\x7b\xe3\xb1\x85\x5d\xe2\xb2\x92\x28\ \x7b\xb7\xfc\xe3\x05\xa5\xa4\xef\xf8\x29\xd3\x32\x22\x78\x4b\xaf\ \x41\x37\xdf\x33\x68\xd3\x07\x8f\x2c\xd7\xdb\x85\x59\x63\x6c\x62\ \x22\x00\x94\x97\x1e\xe7\x63\xfb\xa5\x9b\x80\x33\xe4\xdd\xf2\xfb\ \xbc\x83\x5f\x3e\xfa\x61\x9d\x0a\x00\xc0\x38\x46\x0e\xcb\xf8\x72\ \xf1\xeb\xb6\xea\xf0\x7a\x63\xde\x15\x03\xfe\x55\xe5\x4e\x23\x9a\ \xc1\x60\x30\x99\x4c\x9d\xfa\xaa\x5a\x4f\x0a\x2f\xb3\x35\x55\xd5\ \x1c\xcf\xfb\x7d\x3e\x84\xb1\x2c\xcb\x9a\xa6\x99\xcd\x66\x45\x91\ \x25\x49\x46\x08\xf1\x3c\x8f\x10\x28\x8a\x8a\x10\x60\xcc\xd8\xed\ \x76\xbb\xdd\xee\xf1\x78\x24\x49\x32\x9b\xcd\x5e\xaf\x4f\x55\x55\ \x8e\x63\x09\xa1\x91\x91\x91\x2c\xcb\x04\x09\xe3\xe7\x9d\x8f\xeb\ \xde\xe0\x6c\xdd\x10\xd0\x9f\x38\xe3\xf1\xe6\xa2\xa5\xcf\x7d\xb4\ \x67\xca\x6d\x8f\x24\x99\xd8\x03\x32\xc1\x46\x3d\x2c\x45\x0c\x26\ \x6a\x67\x28\x29\x9f\x52\xba\x37\x5d\x79\xd7\x13\x23\x9b\xea\x76\ \xae\xfc\xf4\xe9\x3f\x55\x3f\xf9\xc7\x7b\x53\x4c\x08\x00\x14\x55\ \x83\x1f\x6a\xbb\xb4\xec\xfb\x4f\x5e\x5c\xda\x32\xf7\x81\x87\x62\ \xbb\x94\x0b\x64\xb5\x0b\x73\x14\x1b\xed\x66\x06\xcb\x4d\x95\xe5\ \x95\x0d\x8a\xf4\xef\xa6\x00\xea\x53\x0c\x01\xa0\xc7\x69\xd9\x6c\ \xe9\x91\xd2\x92\x43\x87\x4a\x0e\x1f\x66\x05\xb6\xb8\xb8\x58\x51\ \x94\xc2\xc2\x42\xb7\xdb\x5d\x56\x56\x16\x08\x04\x32\x33\x33\x59\ \x96\x6d\x6a\x6a\x52\x55\x25\x34\xd4\x31\x74\xe8\xb0\xb4\xb4\xd4\ \xe3\xc7\xca\x5a\x5b\x9d\x71\x71\xb1\x08\x31\x5e\xaf\x37\x2e\x2e\ \xce\x68\xb4\xcc\xb8\x6c\x32\xc7\x05\x9b\xdd\xcf\xd7\x28\x3d\x77\ \x63\x96\xbe\x83\x76\xc6\xf2\xba\xca\x37\x3c\xff\xde\x96\x09\x77\ \x3c\x31\x3e\xc3\x0a\x00\x89\x51\x56\x4f\x49\x39\xc0\x45\xb2\xb3\ \xa1\x51\x8d\x88\xb2\x9f\x1d\x7d\x62\x6b\x68\x94\x35\x34\x2a\x2d\ \x99\xfd\x6e\xce\xab\x65\x0d\x6a\x4a\xea\x99\xae\xbd\x76\xdf\xd7\ \xaf\x2e\x2e\xbb\xf1\xb1\xc7\xfb\x45\x9f\x2b\x8c\xf4\x1c\xfa\x78\ \x55\xd9\xe5\x7f\x7e\x63\x54\x18\xa4\xfc\xe5\x8e\x8f\xbf\xd8\x33\ \x78\xe1\xa8\x9f\xe7\xd6\xd4\xbb\x77\xef\x9a\xea\x9a\xb8\xb8\x38\ \xc4\xa0\xa3\xfc\x51\x96\x65\x7d\x3e\x9f\xcd\x66\xb3\xd9\x6c\xaa\ \xaa\x86\x84\x84\xd8\xed\x76\x59\x96\x3b\x3a\xdc\x18\xe3\x13\x27\ \x4e\x54\x57\x57\xa9\x2a\x51\x15\xe2\x76\xbb\x46\x8c\x18\x15\x1d\ \x1d\x4d\x29\x58\x2c\x66\x86\xc1\x17\xe6\xb0\xf0\x9e\x35\xa2\x0f\ \xd6\x23\x9d\x31\x27\x3d\xa5\x7f\x8b\x68\x9a\x7a\xda\xdd\x36\xf0\ \xd5\xdf\xdf\xa9\xd6\xfa\x6a\x27\xbf\x5f\x7c\x50\x4c\x1e\x7c\x69\ \xe1\xf8\x89\x11\xdb\x5e\x7d\xea\x6f\x7e\x38\xb9\x27\x6e\xdc\x9c\ \x8c\x10\xbd\x7c\x46\x45\xbf\x8f\xaa\x04\x00\xd4\xe6\xb2\xa5\xdf\ \xae\xf7\xf2\x96\xe6\xc3\x5b\xb8\xec\xc2\x9c\xf8\x4e\x68\x2a\x92\ \xdf\xcf\x28\x00\x00\x72\xe3\x67\xaf\xbc\xd9\x91\x74\x59\xcb\x81\ \x95\x8b\x44\x36\x77\xe0\xe8\x9c\x38\x23\x00\xa8\xb2\xdf\x2f\xca\ \x00\x00\xe6\xd8\x9c\x48\xb4\xec\xad\xb7\x5c\xe9\xc2\xa6\x13\xfe\ \xfc\xd9\x89\x3f\x5b\x4c\xe5\x08\x71\x84\x86\x86\x8a\x92\xe8\xf6\ \xba\x6d\x36\x5b\x5b\x5b\x9b\x28\x8a\x06\x83\x41\x92\x24\x96\x65\ \x4d\x26\x93\xdd\x6e\x67\x18\x56\x5f\xd3\x9a\x9a\x1a\x93\xc9\xc4\ \xb2\x5c\x5e\x6e\x1f\x8e\xe3\x14\x45\x1e\x3f\x7e\x7c\x72\x72\xd2\ \xc9\x93\xd5\x2c\xcb\xfd\xa6\x05\xe2\xff\x17\xc6\x60\x3c\x78\xf0\ \x90\x1d\x3b\xa8\x3e\x1a\x4c\x77\x04\x94\x02\x42\x40\x08\x8d\x31\ \x9b\x72\xb2\x33\x4f\xf5\xc2\x79\x13\xae\x31\x34\xb7\xb7\x34\xb6\ \x2a\x9a\xe6\x17\x45\x1c\xdf\xef\xf7\x0f\xdf\xb5\xe2\xbb\xbd\xcc\ \x84\x9b\x26\x8c\x1b\xd8\xe5\x4b\xcd\xe3\xae\x98\x07\x49\xa1\x00\ \x80\xcd\xf6\x98\x28\xc7\xb1\x46\x5f\xe2\xe0\xab\xe6\x8c\x1d\x1d\ \x23\x74\x5e\x14\xb9\xa3\xae\xb4\xa0\x64\x00\x00\x30\x8e\x98\x79\ \x43\x74\x07\x69\x6a\x6a\x93\x91\x49\x94\x3b\xcf\x68\xca\xe0\x2b\ \xaf\xf6\x47\x21\x00\x60\xa2\x6e\x7a\xe8\xa1\xf5\x6b\x37\xd7\x76\ \x68\x13\x7f\xf7\xf0\xc5\x03\x7a\xfd\x6c\xc0\x6d\x69\x6e\xf2\x76\ \x74\x54\x9e\xac\xf0\xfa\x7d\xaa\xaa\x4a\x92\xc4\x30\x8c\xce\xa0\ \xd3\x9d\xae\xdb\xed\x46\x08\x4c\x26\x93\xd1\x68\x54\x14\x2d\x35\ \x35\x15\x00\xb5\xb4\xb4\x44\x44\x44\x54\x56\x56\xed\xdf\xbf\x3f\ \x24\x24\x24\x24\xc4\x81\x10\x0a\x7a\xdc\xf3\x34\x8c\xd1\xec\xab\ \x2e\x9b\x3c\xe9\x12\x3d\x26\xd4\x21\x4b\xa1\x13\xc0\x2c\xcb\x9a\ \x8c\xa7\xea\x65\x19\x06\x5e\x32\x65\xe0\xe9\x9f\x60\x4d\x28\x98\ \x75\x7d\xc1\xe9\x8f\x09\x05\x43\x3b\x35\x4c\xb1\x39\xe2\xa2\x49\ \x57\x5d\x74\xd6\xf7\x26\xe6\x0e\xeb\xf4\x9c\xbc\x7d\xd0\xd4\xd9\ \x83\xce\x7a\x41\x54\xe6\x45\x51\xdd\x57\x97\x2d\xe1\x92\xcb\xaf\ \xfd\xf9\xb3\xd8\x25\x4b\xbe\xce\xc9\xc9\x51\xf6\x4b\x6e\xb7\xbb\ \xc3\xe3\x61\x18\x86\x61\x18\xbd\x80\x10\x12\x12\x62\x36\x9b\x65\ \x59\xd6\x05\x1d\x44\x51\x0c\x0b\x0b\x6f\x6d\x6d\xe5\x38\x9e\x63\ \x79\x51\x14\x33\x32\xb2\x06\x0e\x1c\x58\x5e\x5e\x4e\x29\x4a\x4b\ \x4f\x36\x1a\x0d\xc1\x18\xf7\xfc\x93\x33\xdb\xaf\xa7\x8f\xf7\xe7\ \xbc\xc8\x9d\x2d\xad\x27\xcb\xca\x73\xb2\x7b\x9b\xcc\x26\x8e\x65\ \x01\xc0\x62\xb1\x78\xbd\x5e\x4a\xa9\xa2\x28\x08\x21\xb3\xd9\xcc\ \x30\x4c\x20\x10\x30\x1a\x8d\x2c\xcb\x38\x1c\x0e\x49\x94\x6c\x36\ \xdb\xe0\xc1\x83\x6f\xbc\x71\x7e\x42\x42\x42\x6d\x6d\x6d\x49\x49\ \x89\x5e\x44\x0b\x2e\x68\xd0\xfe\x47\x1e\xd7\x62\x35\x53\x4a\x5c\ \x2e\x57\x44\x44\x44\x73\x4b\x4b\x7b\x7b\x3b\xc6\xd8\x64\x32\x49\ \x92\x24\x08\x82\xaa\xaa\x89\x89\x89\xc7\x8f\x1f\x47\x08\x0d\x1f\ \x3e\xdc\xe9\x74\xa5\xa4\xa4\x34\x37\xb5\xb4\xb4\xb4\x22\x84\x1a\ \x1a\x1a\x6a\x6a\x6a\x19\x86\x29\x28\xe8\x6b\x32\x19\x49\x30\xc8\ \x3d\x6f\x2b\xaf\xa8\x3c\x74\xf8\x18\xa5\x24\x25\x39\xb1\xa0\x4f\ \xef\xe0\x82\xfc\x28\x70\xfd\x7e\x5f\x6d\x4d\xb5\xd5\x6e\xc7\x0c\ \x17\x11\x11\x51\x5d\x5d\xdd\xde\xde\x2e\x08\x02\xc3\x30\xa1\xa1\ \xa1\x59\x59\x59\x11\x11\x11\x36\x9b\xad\xbd\xdd\xe9\x76\xbb\x59\ \x96\xb5\xdb\xed\x36\x9b\x9d\x52\xe4\xf3\xf9\xbe\xfb\x6e\x23\xc7\ \x71\x2e\x97\xbb\xae\xae\x31\x2d\x3d\xf1\x5f\x6c\x43\x07\xed\x3f\ \x31\xaf\xcf\x7f\xa0\xf8\xf0\xe8\x91\x43\x01\x60\xf3\xd6\x9d\x8a\ \xa2\x98\x4c\xc6\xae\xe0\x8b\x32\x98\x49\x4a\x4a\x38\x3d\xcc\xfd\ \x6d\x06\x4b\xe7\xaa\x11\x9e\x05\xdc\x86\xda\xba\x8c\xcc\xcc\xe8\ \xe8\xe8\x4d\x3b\xb6\x37\x37\x37\x6b\x9a\xc6\x30\x4c\x6b\x6b\xab\ \xc9\x64\xd2\xb3\xb4\x63\xc7\x8e\xc9\xb2\xcc\xb2\x6c\x52\x52\x92\ \xcf\x17\x70\x38\x1c\x5e\xaf\xcf\x6e\xb7\xdb\x6c\xb6\xc6\xc6\x66\ \x4a\xa9\xd7\xeb\x73\x3a\xdb\x45\x51\xfa\xe9\xf4\xf3\x2e\x9c\x5a\ \x98\xaa\xaa\x16\x8b\x59\x55\xb5\xc2\x82\xbc\xf2\x8a\xca\x0e\xbd\ \xf9\x11\x00\x63\xd4\xee\x72\xd7\x37\x36\x8d\x1d\x35\xec\xd4\xb7\ \x68\x9e\xba\x75\x2b\x56\xec\x3d\x5a\x17\x9a\x3d\x7c\xd6\xe5\x17\ \x87\xb2\x00\x52\xe3\xf2\xcf\x16\xed\xa9\xf0\x0d\x9c\x34\x7b\xf2\ \x20\xbd\x56\x00\x0d\x07\xd7\x7d\x73\x40\x9b\x75\xf5\xa5\x21\x1c\ \x80\x5c\xbf\xe8\xa3\x8f\x0f\xd7\x2b\x98\x33\x0c\x9a\x34\xef\xd2\ \xfc\x30\x00\xf0\xd7\x15\x7d\xbe\xf2\xf0\xb0\xe9\x57\x65\x44\xb0\ \x92\xb3\x6c\xc5\x37\xab\x0e\x57\xb7\xc7\xf6\xbd\x64\xf6\x94\x41\ \x26\x90\x0f\x7d\xbf\x72\xdd\xf6\x62\xbf\x21\x61\xfa\xac\x59\xb9\ \x31\x26\xb5\xbd\x6a\xd5\xb7\x2b\x8a\xca\x9a\xa3\xf2\xc7\xce\x9a\ \x3e\xbc\x27\x85\xfb\x11\xa2\x9d\xf3\xa6\xf5\xf4\x94\x02\xa0\x73\ \x68\x35\x02\xb0\x56\x9b\x4d\x92\xc4\xaa\xea\x2a\x00\x60\x59\x96\ \xe3\x38\xa3\xd1\xd8\xd6\xd6\xc6\x71\x5c\x54\x54\x14\xcb\xb2\x84\ \x10\x45\x91\x39\x8e\x53\x14\x95\xe7\x79\xb3\xc9\xec\xf7\x8b\x16\ \x8b\xf9\xf8\xf1\x63\x0c\xc3\x47\x44\x44\x98\x4c\xe6\xd1\xa3\xc7\ \x5a\x2d\x96\xa0\xbb\x3d\x4f\x13\x04\x61\xef\xbe\xbd\x3b\xb6\x6e\ \xc4\x0c\xc3\x32\x8c\xbe\x1b\xdf\x6d\x1e\x8f\x6f\xe4\xe8\x8b\xcf\ \x78\x4b\x6b\x79\x69\x7d\xc0\x32\x6c\xf4\xe0\x6f\xdf\xfd\xe8\x73\ \x47\xfa\xad\x17\x87\xbc\xfb\xe4\x93\x47\x6c\x43\xc7\x66\xfa\x3f\ \x7e\xef\xf5\x94\x3e\x7f\xce\x92\xab\xbe\xfa\xc7\x47\xcb\xd7\x6d\ \x10\xfb\x2d\xb8\x9e\x05\x00\x68\x3b\xb8\x6d\x43\x91\x6f\xd6\xdc\ \x99\x76\x16\x22\x93\xac\x20\x77\x6c\x5e\xfc\xe1\x97\x2b\xd7\x1e\ \x65\xf3\x87\xcd\x66\x00\xa0\xe9\xc4\xc1\x16\x36\x7e\xe4\xb0\xc8\ \xcf\xde\x7a\x31\x24\xf9\xcd\x99\x59\x1d\x07\xcb\xdb\x33\x07\x8e\ \x6c\xdc\xfe\xe9\x8b\x1f\x1a\x5e\x7f\xe8\x6a\x57\xd9\xe1\x66\x12\ \x36\x7c\x64\xdc\x57\x6f\xbf\xc3\x87\xa7\xcc\x1d\x11\xdf\x33\xd5\ \x40\x8e\x73\x57\xed\x7f\xff\xdd\x45\xad\x20\xb0\x40\x08\xa5\x18\ \x31\x9a\x24\x46\x0e\x9e\xfa\xbb\x69\xc3\x0d\x54\x3a\x4d\x4a\x3f\ \x3c\x2a\xbc\xb1\xa9\x51\x51\xd4\x50\x47\x58\x87\xd7\x4f\x09\xb4\ \xb4\xb4\xf9\x7d\x01\x86\x61\x12\x13\x92\x78\x41\x30\x99\xfc\x08\ \xb1\x44\x83\xad\x5b\x77\x44\x46\x44\xd8\x6d\xa1\x1d\x1d\x9e\xf6\ \x76\xa7\xd1\x68\x36\x99\xcc\xe1\xe1\xe1\x36\x9b\x2d\x34\xd4\xae\ \x69\x1a\xc3\x32\x41\xf0\x9d\x5f\x39\x0c\x2b\x92\xd8\x50\x5b\x75\ \x4e\xae\x82\x28\x9d\x21\x08\x02\x00\x10\x55\x30\xf6\x86\x02\x00\ \x70\xed\x5b\xb4\xd8\x64\x36\xd4\xef\xfc\x64\x8b\x3f\xed\xa5\x67\ \xe6\x84\xc9\x07\x57\x6c\x7e\xbb\xa9\x03\xb2\x78\x94\x90\x3f\x6c\ \x48\x4b\x83\x2f\x2f\xdb\x88\x00\x40\xd9\xfe\xfd\x66\x53\xe6\xc4\ \xe1\x03\xf2\xf5\xcb\x82\x8a\x3e\x4b\x7c\xdf\x31\x43\x1b\x04\x4f\ \x9f\x14\x0b\x02\x80\xc4\x41\x97\xdd\x34\x08\x40\x3a\xb1\xfa\x93\ \x15\x2c\xa2\xc0\x27\x5f\x73\xc3\x3c\x00\xd8\x55\xbb\x7a\x77\x23\ \x0b\x00\x31\x03\x26\xce\x1f\x00\x00\x0d\x5b\xfe\xb9\xec\x1c\xff\ \xd5\xff\x37\x70\x31\xb4\x37\x54\xb4\xb2\xb1\x93\xa6\x8f\x63\x5b\ \xf6\x2f\x5d\x57\x3e\x7a\xd6\x4c\xe3\xc9\x1d\x2b\x8f\x97\x75\xc8\ \xc3\x8d\x3c\x3a\xd5\xef\x62\x85\x28\x92\x24\x22\x16\xb7\xb6\xb5\ \x52\x02\x1c\x27\xd4\xd7\xd5\xfb\xfd\x62\x52\x52\x32\xc3\xb0\x9a\ \xaa\xf5\x2d\xe8\x1b\x17\x1b\x27\x49\xca\xf8\x71\x13\xa2\xa2\x62\ \xb7\x6c\xd9\x7a\xf4\xe8\x51\xa3\xd1\x94\x9c\x9c\x92\x94\x94\x34\ \x78\xf0\xa0\x21\x43\x06\x5b\x2c\x16\xed\x17\x32\xbb\xfa\xd7\x8e\ \x5d\x84\xd8\x1f\x31\x86\x3d\x37\x95\x4f\x73\x55\x7e\xf0\xec\x53\ \xcd\xbd\x26\xcc\xbc\x28\x6c\xd3\x8a\x43\x7d\xc7\x4e\x09\x43\x20\ \xd7\x57\x53\xde\x1a\x6d\x05\xc6\x91\x38\x64\x44\x9e\xab\x95\x49\ \x4f\xcb\x00\x00\xa0\x9a\x23\x3a\xdd\x58\xb7\xf6\xee\xfb\xff\x74\ \xa0\xce\x0b\x00\xc8\xe0\xe8\x37\x62\xb8\xd6\x16\x88\x4c\xcd\xef\ \xc6\xa0\xbf\xf1\xf0\x2b\x4f\xbe\xc2\x5f\x34\x67\x5c\xae\xce\xfb\ \x0e\xec\x5c\xfc\xb7\x8f\x0e\x18\x6e\x98\x3d\x45\xdf\x47\x96\x5b\ \x4f\xbc\xf1\xf8\x73\x52\xc1\xf4\xa9\x83\xa3\x7a\x36\x58\x0a\x49\ \x48\x1f\x3a\xb8\xdf\x45\xfd\xb2\xc2\xc3\xa3\x0b\x87\x0e\x18\x5a\ \x98\x65\x66\xe8\xd9\xaa\xba\x18\x23\x1c\x19\x19\x29\x89\x52\x7b\ \x7b\xfb\xc9\x93\x15\xaa\xaa\xf0\x3c\xef\x0f\xf8\x74\x22\x58\x72\ \x72\x72\x52\x52\x12\xc7\x71\x00\x54\x96\xa5\xd8\xd8\x58\x55\x55\ \x45\x51\x74\xb9\x5c\x84\x90\xf4\xf4\x74\x8c\x19\x00\x14\x13\x13\ \x13\x94\x64\xfc\x1f\xe4\x2d\x67\x3f\xe4\x2c\xdd\xf8\xf4\xd3\x2f\ \xbb\x52\xa6\x3d\xba\xf0\x72\xab\x56\x57\xd2\xc6\xa5\xa4\xf7\x02\ \x80\x83\xdf\xef\x66\xa2\xfa\xa6\x9b\x00\x00\x02\xe5\x3b\xab\x99\ \x90\xcc\x74\x0b\x00\x00\x32\x0c\xbb\xfa\xae\x67\x9f\xff\xeb\x68\ \x7b\xe9\x87\x2b\x76\x77\x9e\x30\xb1\xb4\xb8\x59\xcc\x2e\xec\x1c\ \x27\x58\xbb\xe7\x9b\x27\x9f\x7d\xc7\x32\x7c\xfe\x43\x37\x8e\x33\ \x21\x80\x40\xcd\xc7\x7f\xf9\xe3\x57\xc7\x4c\xf7\x3e\xfa\xf0\xa0\ \x44\x23\x00\x34\x16\xaf\xfe\xe3\x33\xaf\x41\xc1\x35\x8f\xdc\x3e\ \xc5\xd6\x73\x25\x50\x42\x71\x88\xdd\xe1\x3a\x79\xac\xa2\x45\x6a\ \xae\x38\x7e\xf8\xd8\x81\xf5\x6b\x77\xaf\xd9\xf8\x7d\xc0\x1e\x19\ \x62\x3c\x93\xbf\xc5\x76\x74\x78\x8d\x46\x83\xc5\x62\x6d\x6d\xeb\ \xd0\xc5\xa3\xfd\x7e\xbf\xc5\x6c\xc9\xca\xce\x8a\x8c\x8c\x0c\x0d\ \x0d\xf5\xfb\xfd\x2e\x97\x8b\x61\xd8\x23\x47\x8e\x0e\x1f\x3e\x2c\ \x31\x31\x91\x52\xaa\xa7\x6b\x66\xb3\x59\xdf\x51\x2b\x2f\x2f\xb7\ \x87\x58\x2f\xa8\xc9\x50\x3f\x55\x7e\x46\x3b\x0d\x9d\x9d\x59\x53\ \x7a\xc6\xf2\x7a\x2b\x37\x3f\xf3\xf2\xe7\x85\xd7\x3f\x72\xcd\xd0\ \x44\x00\x00\x8a\x34\xd1\xe7\x6a\x77\x36\x94\xee\x7d\xf7\xbb\xba\ \xc9\x0f\x2f\xd4\x3d\x68\xe5\xfe\x43\x5c\x68\x66\xaa\x11\x80\x88\ \xcd\xad\x1d\x06\xb3\x55\x76\x96\x95\x36\xaa\x71\x7d\x22\xf4\x6f\ \xf1\x1c\x3b\xec\x54\xa3\x0b\x12\x8c\x00\xd0\x7c\x60\xe9\xb3\xef\ \x7c\x3f\xe5\x8e\x47\x27\xe4\x85\x03\x00\x15\x5b\xde\x7f\xf6\x4f\ \x95\x31\x93\x9e\xb8\x6f\xa2\x19\x01\x00\xb4\x97\xae\x7a\xf6\xb5\ \xe5\xa3\x6e\x7a\xec\xb2\x7e\xd1\x9d\x9b\x7b\x3d\x64\x9a\xaa\x85\ \xa7\x16\xf4\x8b\xda\xf4\xc2\xef\x6f\xe7\x05\xcb\xf0\x09\x63\xab\ \xd7\x7c\xdc\xc8\xc5\x5c\x71\xdd\x45\x16\x90\xe5\xb3\xa5\xf4\x15\ \x45\x15\x25\xc9\x6a\xb5\x9a\x8c\xae\x0e\x45\xe1\x79\xde\xe1\x70\ \x08\xbc\x70\xf0\xe0\xc1\xe2\xe2\xe2\x89\x13\x27\x86\x84\x84\x04\ \x02\x01\x9e\xe7\x08\x21\x2c\xcb\x4a\x92\x14\x1e\x1e\x6e\x36\x9b\ \x8f\x1e\x3d\x2a\x8a\x62\x7d\x7d\xfd\x90\x21\x83\xd3\x33\x7a\xb9\ \xdd\xee\xe0\x1e\xc4\x79\x7a\x54\xa3\xc9\x4c\x00\x54\x4d\xa3\x14\ \x75\x95\x81\x28\xd2\x3b\xbd\x31\xe6\x4f\xaf\xdb\xec\x5f\xf1\x75\ \x49\xb3\x4f\x58\xfd\xde\xfd\x5f\xfb\x0b\x66\xde\x71\xcd\x90\xb8\ \x99\x13\x72\xde\x7c\xf3\x81\xdd\x8e\xa8\x11\x37\x3c\x3c\x29\xd3\ \x0e\x00\x00\xca\x91\x2a\x4f\x42\x7e\x21\x0f\x00\x81\xa6\x15\x1f\ \xbe\xb6\xab\x2a\xc0\x10\x35\xba\x60\xf6\x8d\xe3\x72\xf5\xcf\xa9\ \x38\x59\x6b\x4c\xeb\x17\xcb\x01\x50\xdf\xc6\x35\xcb\x2a\xda\xb9\ \x1d\x8b\x5e\x5e\xfb\x89\x61\xe2\x75\x77\x0f\x64\xb7\xac\xde\x59\ \x15\x5d\xb8\xe3\x8f\x0f\x6e\x0c\xed\x35\xea\xde\x9b\x27\xed\xf9\ \x76\xc9\xf1\x76\xd9\xfa\xcd\xeb\xdb\xbf\x90\x07\xcf\xba\xfb\xf2\ \xc2\xe8\x9e\x3a\x7c\x4a\x54\x55\x88\xbc\x62\xc1\xef\x73\x8f\x1e\ \xd7\xac\xf1\xd9\xa9\x31\x74\xca\x44\x91\x70\x66\x01\xcb\x67\x8d\ \xa2\x66\x6d\x36\x5b\x6b\x6b\xab\xc5\x6c\xc1\x88\xe3\x38\x5e\x55\ \x55\xb3\xd9\x1c\x1a\x1a\x5a\x53\x53\x93\x91\x91\xe1\xf7\xfb\xb7\ \x6f\xdf\xee\x74\x3a\x8d\x46\x63\x6b\x6b\x8b\xdf\xef\x8f\x88\x88\ \x38\x76\xec\x58\x44\x44\x84\xd7\xeb\x6d\x6d\x6d\x6d\x69\x69\x49\ \x4a\x4a\xca\xc9\xe9\xad\x28\x4a\x10\x79\xe7\x5b\x54\x67\x99\x79\ \x73\xe7\xec\x2f\x3a\x88\x11\xd2\x43\xaf\xee\x00\x8c\x10\x6a\xb1\ \x9a\x47\x0e\x1f\x72\xea\xeb\x87\xcc\x7f\x7e\xe9\x5c\x55\x92\x15\ \x42\x41\x30\x5b\x01\x98\x81\xb3\xee\xcb\x9d\xe4\xd6\x58\xb3\xd5\ \xd8\x1d\x10\xb3\x53\xee\x7c\x92\xd1\x95\x12\x4c\x09\x57\xdf\xf1\ \xd8\x0c\x49\xc1\x9c\xd1\x66\xfe\xa1\x1e\xdc\x7b\xd2\x2d\x7f\x62\ \x38\x16\x00\x90\x71\xc6\x3d\xaf\x4d\x51\x55\x49\x56\x28\x30\x46\ \xb3\x59\x60\x26\xff\x63\xd9\xa5\x8a\x2c\xab\x1a\x61\x38\x23\x03\ \x30\xfa\xf6\x57\x86\xdd\xa2\xc8\xb2\x4a\x00\x0c\x66\x5b\x8f\x5e\ \xb8\x18\xcb\x9e\x03\xdb\xd6\xed\xae\x52\x86\x8e\x4b\x45\x5a\xc0\ \xed\x53\x4c\x16\x5e\x55\xcf\x25\x33\x5a\x55\x55\xed\x72\xb9\xa2\ \xa2\x63\x14\x55\x53\x55\x45\x9f\x61\xa9\x17\x71\x8d\x46\x23\xc7\ \x71\x09\x09\x09\x25\x25\x25\x81\x40\x20\x21\x21\x31\x3f\x3f\xdf\ \xed\x76\x37\x35\x35\x15\x15\x15\x19\x0c\x86\xc2\xc2\xc2\xed\xdb\ \xb7\x8f\x1a\x35\x92\xe7\xf9\x80\x18\x04\x6e\x0f\x58\x66\x7a\x6a\ \x66\x7a\xea\x7f\xf8\x62\xce\x60\xe0\x00\x8c\xe6\xd3\x1e\x34\x59\ \xed\x67\xc0\x81\xe7\xf9\x6e\x64\x08\x46\x8b\x70\x16\x4d\xf7\x14\ \x01\x10\xcc\x0b\x46\x5e\x00\xd3\x0f\x9f\xc9\x1b\x8d\xbc\xd1\x68\ \x3a\xfd\x4b\x0d\x26\xf3\x4f\x70\xdd\x72\x6c\x73\xe9\xd6\xcf\xd7\ \x95\x64\xa6\x86\x7e\xf1\xd9\xaa\xbb\x6f\x1e\xb3\xe1\xeb\x65\x69\ \xe3\x67\xf5\x8d\x37\x9d\x8d\x5d\x6c\xb3\x86\x0c\x1e\x34\x54\x10\ \x0c\x84\x68\x94\x52\x8e\xe3\x34\x4d\x6b\x6f\x6f\xd7\xe9\x35\x2d\ \x2d\x2d\x6d\x6d\x6d\x61\x61\x61\x1c\xc7\x05\x02\x01\x4a\x69\x4c\ \x4c\x4c\x62\x62\x62\x6a\x6a\xea\x82\x05\x0b\x2a\x2b\x2b\xb3\xb3\ \xb3\x93\x93\x53\xbc\x3e\x9f\xcf\xe7\x0b\xc6\x09\x41\x3b\xbf\x8a\ \x0a\x69\x69\x6c\x8c\xed\x7b\xe9\x2d\xb7\x5e\x15\x2f\x04\xbc\x7e\ \xb5\xa3\xb9\xa6\x3d\x20\xa3\x73\x76\xf9\x5e\x7d\xf5\xd5\x94\xd2\ \xf2\x8a\xf2\xef\xb7\x6e\xd7\x34\x4d\xef\xc9\x89\x8c\x8c\x54\x14\ \xa5\xb5\xb5\x35\x23\x23\x43\x10\x04\x59\x96\x55\x55\xad\xac\xac\ \x5c\xb1\x62\x45\x56\x56\x56\x74\x74\x34\x42\xa8\xa9\xa9\x89\x52\ \x5a\x58\x58\x78\xe4\xc8\x91\x97\x5e\x7c\xe9\xde\xfb\xee\x4a\x4a\ \x4a\x0a\x06\x0c\xe7\x9b\xa0\x68\x9a\xb3\xdd\x0d\x40\xed\x36\x1b\ \x7f\xc1\x8c\x97\xea\x86\xae\xd9\x66\xab\x59\xb3\xe2\x75\x4f\xd8\ \x91\x13\x95\xad\xef\x54\xb5\x28\xb1\x63\x22\xed\xf4\x5c\xd3\x64\ \x59\x4a\x69\x53\x53\x13\xc7\xf1\x71\x71\xb1\x36\x9b\xcd\xe3\xf5\ \x98\x4c\xa6\xf4\x8c\xf4\xa3\x47\x8e\x66\x67\x67\xf7\xea\xd5\x8b\ \xe3\xb8\xb5\xeb\xd6\x59\xad\xd6\x8e\x8e\x8e\x8a\x8a\x8a\xb8\xb8\ \xb8\xdc\xdc\xdc\x03\x07\x8a\x3e\xfd\xf4\xd3\xea\xea\xea\xc3\x87\ \x8f\x34\x35\x35\xd6\x37\xd4\x73\x6c\xb0\xa4\x70\xbe\xa6\x28\xea\ \xf7\x5b\x77\x7a\xbc\x3e\x7d\xf4\xe4\xd4\x89\xe3\x18\xe6\x02\xda\ \xd3\x51\x55\x2d\xb2\x57\xbf\xb1\x83\x15\x17\xe5\x46\x8d\x49\x20\ \xd8\x74\x59\xff\xc1\xc9\x36\x7c\xce\x2e\x4b\xd6\xd9\xe6\xf4\x7b\ \x7d\x92\x24\x49\x92\x0c\x80\x18\xc4\x50\x4a\xad\x16\xab\xd7\xeb\ \x0d\x0f\x0f\x37\x18\x0c\x94\xd2\xf0\xb0\xd0\xe2\xa2\xa2\xd4\xd4\ \x5e\x0b\x17\x2e\xdc\xb0\x61\xc3\xae\x5d\x3b\x6b\x6b\xab\xad\x56\ \x6b\x43\x43\xfd\x91\x23\x87\x59\x96\x45\x08\x13\x1a\xa4\x35\x9e\ \xaf\xf9\x03\x81\x0e\x8f\x77\xc6\xd4\x4b\x01\x60\x7f\x51\xc9\xf2\ \x55\xeb\x85\xae\xf0\x94\x02\x68\xaa\x96\x93\x9d\x9e\x9a\x92\x74\ \xc6\xbb\x44\x4f\x5b\x8b\xd3\x6f\x09\x8f\x72\x98\x3b\x5f\x2c\x75\ \xb4\x34\x75\x68\x91\xd1\xd1\x86\x1f\xb6\x2c\x34\x57\xbb\xcf\x12\ \x62\x63\x11\x00\x10\x8f\xab\xc5\xe9\x0a\x50\xc4\x58\xc3\xa2\xc3\ \x2c\x9d\x7e\xdd\xeb\x72\xb3\x66\x9b\x81\x43\x00\xe0\x6f\x6f\x6e\ \xf5\xc8\xf6\xc8\x58\xbb\x01\x03\x00\x55\x7c\x8d\x4d\x6d\x54\x08\ \x89\x8d\x38\x2d\x1b\xf3\xbb\xdb\x54\xce\x62\x33\xf5\x0c\x47\x85\ \xa8\xaa\x21\x2c\x79\xea\xac\xe4\x86\xaa\xf2\x7a\xa7\x14\x1e\x9b\ \x14\x1b\x6e\x51\x65\xe9\x9c\xee\x90\xa5\xaa\x1a\x1f\x1b\xdb\xda\ \xe6\x14\x38\x03\xcf\x08\x54\x03\x03\x67\xb0\x1a\xad\xb1\xd1\x31\ \xe9\xa9\xbd\x5a\x5a\x5a\x45\xd1\xdf\xd4\x50\x8f\xa8\xc6\x20\x9a\ \x9c\x18\x37\x63\xda\xe4\x67\x9f\x7d\xee\xd8\xb1\xd2\xa8\xa8\x68\ \xb7\xcb\x05\x44\xe3\x59\x0e\xe3\x73\xd0\x20\x82\xf6\xdf\x57\x15\ \xd8\xaa\x9a\x9a\xf5\xdf\x6d\x24\x1a\x41\x18\xb1\x98\xaa\x8a\xd8\ \x79\x13\xc5\xd8\xd9\xe6\x2c\x3e\x28\x9f\x01\x5c\xd7\xd1\x8d\xaf\ \x7f\xbc\xbc\xc5\xe3\x73\x2a\x51\x0b\x7e\xff\xc0\x45\xc9\x96\xca\ \x1d\x8b\x5f\xf9\x78\xa3\xc7\xeb\xb2\xf7\x9d\xf6\xe8\x5d\x57\x86\ \x60\xda\x52\x71\xf0\xdb\x4f\xdf\x5a\xeb\xee\xf3\xea\x73\x37\x87\ \x71\x40\x9a\xf6\x3c\xf1\xc8\xdf\x64\x47\x2f\xb3\x20\x5c\x34\xf3\ \xd6\x29\x7d\xc3\xfc\xad\x15\x1b\x97\x7c\xf2\xe1\x36\xcf\x83\xcf\ \x3d\xd7\x3f\x86\x6d\xd8\xbf\xe4\xd5\x7f\x6e\xf1\x8b\x1d\x1e\x26\ \x75\xe1\xe3\xf7\x67\x5b\x5b\xfe\xf1\xf7\xb7\x8a\x6b\xdb\xdb\xdb\ \x3c\x03\x66\xdf\xb3\xe0\xd2\x3c\x16\x00\x40\x3d\xb1\xe3\x9b\xe7\ \x9f\xf9\x38\xff\xe6\xe7\xee\x98\x9c\xdd\x33\x45\x05\x86\xc5\x72\ \xdb\x92\xb7\x5e\x5d\x59\xea\x8f\x0e\x33\x3a\x5b\x3b\x72\x27\xcd\ \xbd\x6e\x5c\x1f\xa4\xc9\x67\x83\x8b\x8d\x89\x89\x39\x71\xe2\x44\ \x88\x23\xb4\x7f\xbf\xfe\xf5\xf5\x8d\x75\x75\x75\x1c\xc7\xf5\x29\ \xc8\x3d\x5a\x7a\x58\x55\xd5\xd4\xd4\x5e\x5e\xaf\x87\xe3\x38\x8c\ \x31\xa5\x74\xc9\x92\x25\x15\x15\x15\x2d\x2d\xcd\x08\x21\x9f\xcf\ \x4b\x88\xc6\xb2\xac\xc9\x64\xd4\xb4\xa0\xbb\xed\x01\xe3\x79\xbe\ \xec\x78\xe9\xd6\x0d\x2b\xcf\xc9\x55\x08\x48\xf2\xf5\xf3\x16\x9c\ \x79\xfe\x42\xd3\xae\xba\xf9\xc1\xd4\x44\xfb\xdb\x77\x2c\xd8\xba\ \xbf\x61\x90\xc5\xf5\xe2\x6b\xab\x46\xdd\xf3\xdc\xa4\xd8\xc3\xb7\ \x3c\xb2\xa8\xc4\x7d\xe5\xa0\x40\xd1\xe7\x1f\x2f\x3a\x52\xd1\x10\ \x33\xe2\xb2\x50\x0e\x00\xe0\xc8\xae\xdd\x42\xfe\x9c\x17\xef\x98\ \xd0\xf9\xc1\xbe\x86\x6f\x3e\xf8\xc7\xbe\xca\xe3\x42\xcc\xd0\x94\ \x68\x16\x00\xcc\xb1\x7d\x6e\xb8\x77\x74\x6a\xb4\xff\xe9\xf9\xb7\ \xed\x38\xd6\x92\x3d\xd0\x34\x64\xea\xdc\xcb\x93\x93\xab\x96\x3f\ \xf1\xc4\xa6\x2d\xd7\x5e\x9a\x67\x03\x6d\xdf\xea\xc5\x07\x6a\x9a\ \x69\x64\x62\x46\x4e\x5a\xcf\x55\x15\x98\xba\xa2\xcd\x9b\xeb\xac\ \xb7\x3f\xf2\x40\x56\x04\xef\x2c\xfd\xee\xaf\x1f\x7d\x53\x92\x97\ \xd6\x37\x9a\x57\xce\xaa\x2a\xb0\x5e\xaf\xd7\x60\x30\x78\x3d\xde\ \xf8\xa4\x14\x8c\x91\x5e\x5b\x90\x24\xc9\x62\x35\x37\x35\x35\xee\ \xdc\xb9\xa3\xbc\xbc\xac\xa5\xa5\x89\x61\x98\xda\xda\xda\xcf\x3e\ \xfb\x4c\x96\x65\x41\x10\x04\x41\x30\x9b\xcd\x66\xb3\x99\x65\x59\ \x9b\xcd\xe6\x74\x3a\x83\xfe\xb6\x67\x4e\x1e\xc3\x70\x2c\xc3\x9e\ \x4d\x57\xa2\x54\xd5\x18\x7c\x96\x50\xa7\x25\x2a\xc1\x02\xe0\x2c\ \x5d\x75\x28\x10\x71\xcd\xc0\xc4\x7d\xcb\xde\x66\x07\x5e\x3e\xb3\ \x5f\x24\xb8\x2b\x4d\x82\x01\x34\xe0\xa2\xfb\xdc\xfa\x48\xca\x47\ \x7f\x78\x84\x24\xa7\x21\x00\x00\xff\xa1\x7d\xbb\x4f\xb6\xb7\xaf\ \xda\x99\x3a\x7e\x70\x06\x03\x00\xc6\xa8\x2b\xee\x7d\x3c\xee\x9d\ \x47\xd7\x91\x9c\x30\x04\x00\x60\x8b\x4e\xb5\x01\xd4\x6c\xfd\xb6\ \x9a\xcf\x99\x96\xe6\x00\xc6\x90\x91\x66\x07\x7f\xed\x86\x9d\x75\ \x03\x07\xcf\xb0\x01\x1c\x5d\xf7\xc9\xb6\xb6\x5e\xb3\x86\x1b\x0f\ \x97\x89\x79\xc9\x3d\x96\x41\x22\xa0\xae\xf6\xf6\x90\xc4\xac\xb4\ \xb8\x10\xa4\x28\x71\xe9\xd9\x31\xa6\xcd\x4e\x4f\x00\x45\x0b\xe7\ \xac\xe3\x56\x45\x46\x46\x89\x92\x58\x5b\x57\x5b\x5b\x5b\xa3\x11\ \xcd\xe7\xf3\x6c\xd9\xb2\xa5\xb4\xf4\x48\x55\x55\x65\x73\x73\xb3\ \xc5\x62\xa4\x94\xb2\x2c\xa3\x69\x1a\xc6\xd8\x68\x34\xb2\x2c\xab\ \xff\xe2\xf7\xfb\x45\x51\x74\x38\x1c\x2c\xcb\x06\x3d\x6e\xcf\x9c\ \xbc\x1f\x17\x04\xc1\xe7\x12\x04\x01\x90\xf7\x7f\xfb\xd1\x47\xab\ \x8f\x5f\x7c\xf3\xbd\x83\xe3\xc5\x97\x0e\xf8\xfa\xce\xea\x0f\x00\ \xad\xa5\x87\x55\x21\x3a\x3d\x14\x00\x33\xa8\xe3\xe4\x21\x27\x3f\ \x3d\x4b\x6f\x88\x14\xc6\xdf\xf8\x78\x46\xf9\xc1\x7f\xbe\xf3\x4c\ \x8d\xff\xe1\x05\x63\x32\x11\xc6\x2c\x38\xf7\x95\x39\x13\xa6\x77\ \x35\x5c\x68\xbe\x8d\x5f\xbc\xb5\x64\xaf\xfb\xaa\x85\xf7\xe5\x45\ \x18\x00\xa0\xed\xd8\xe6\xd7\xdf\xfe\x52\x28\xb8\xfa\xd6\xa9\xf9\ \x75\xbb\xbf\x78\xe9\xcb\x92\x6b\xee\x1e\x71\x74\xd3\x6a\x2f\x4e\ \x37\xc9\x04\x0c\x3d\x43\xc8\xd5\x34\x12\x9d\xd6\x7f\x90\x99\x65\ \x10\x16\x78\x0e\xc0\x3e\xf4\x92\x19\x89\x49\xe1\x82\x81\x05\x31\ \x20\x9f\xee\x74\xd9\xa6\xa6\x26\x59\x96\x63\x62\x63\x5b\x9a\x5b\ \x09\x21\x3c\xcf\x29\xaa\x72\xe0\xc0\x3e\x4d\xd3\x54\xb5\x23\x2c\ \x2c\x84\x52\x70\xbb\x3b\xf4\x0e\x75\xa3\xd1\xc8\x30\x0c\xc7\x71\ \x7a\x97\x84\xda\x65\x5e\xaf\x37\x48\xc6\xed\x11\xfb\xaf\x04\x41\ \x80\x78\xd7\xbe\xf7\xd2\xda\xc6\xe8\xdb\x9e\xfa\x73\x46\x28\x02\ \xe9\x44\x8d\x1f\x65\xc6\x46\x00\xf8\x96\x2d\xdd\x1a\x3b\xf0\xf6\ \x28\x0c\x00\xe0\x2c\xdd\x17\xb0\xc6\x64\xc7\xea\xf0\x62\xc2\x12\ \xd2\xc2\x12\xd2\x5a\x0f\xac\x5a\x76\xbc\x86\x8e\xc9\x44\x00\xb4\ \xe9\x48\x8d\x8f\x9f\x95\x13\x01\x00\x20\x36\x7f\xf9\xc6\x5f\xf7\ \x6b\xb9\xbf\x7f\xee\xde\x58\x01\x00\xa0\x6a\xd7\xa2\xbf\x7f\x56\ \x3c\xfa\xfa\x87\x26\xf5\x8d\x03\x80\xca\xb6\x8e\xa8\x18\xdb\xee\ \x25\xef\xee\xdb\xb9\x93\xc9\x89\xac\x6d\x57\x43\x62\xf8\x9e\x3a\ \x76\xc1\x16\xca\x96\x1e\x5c\xfd\x4d\x2d\xcf\x31\x44\xd3\x00\xa1\ \xc6\x8d\x2b\x14\x0d\x27\xf6\x1e\x90\x97\x68\xd7\x4e\x99\xfe\xc3\ \xf6\xef\xdf\x5f\xd3\xb4\xa6\xe6\xe6\xe2\xa2\x03\xad\x6d\x2d\x18\ \x83\x20\xf0\x00\x20\xcb\xa2\xd5\x6a\xe5\x38\x9e\xe5\x18\xd6\xc5\ \x20\xd4\x39\xe1\x92\xe7\x79\xbb\xdd\xee\xf7\xfb\x03\x81\x80\xcd\ \x66\x73\x38\x1c\xed\xed\xed\x2e\x97\x8b\x06\x81\xdb\x43\x75\x5c\ \x4a\xbb\x04\x41\xba\x1b\xfe\x11\x00\xa5\xda\x99\x82\x20\x70\x78\ \xd9\x5f\x9f\x5f\x7a\x6c\xde\x9d\xe3\x5a\x0e\x6d\x92\x53\xfb\xe5\ \xc6\x85\xa7\x5a\x02\x1b\x17\x7d\xd0\x6c\x3c\xbe\x93\xe6\x3f\x32\ \x43\xef\x53\x27\xfb\xb7\x1f\x16\xa2\x2f\x8d\x44\x00\x62\xe3\xda\ \x35\x1b\xdd\xd4\x22\x37\x1e\x5a\x53\x6c\xbc\xfa\xfe\xbe\xba\x03\ \xaf\x3c\x70\xc0\xc9\xa4\x66\x86\x62\x00\x75\xd3\xc7\xcf\xbf\xb9\ \x45\xb9\xeb\xce\x5e\xc7\x77\x6c\x93\xf2\x06\xc5\x88\xbb\x1e\x7f\ \xe4\x9d\x84\x99\xb7\x85\x8b\x15\x3b\xf7\xfb\x0b\x0b\xd3\x73\x27\ \xfc\xee\xe9\x09\x00\xfe\xa3\x0f\xdd\xd9\x38\xf6\xd6\x9b\x72\x7b\ \x08\xb5\x00\x80\x10\x56\x7c\xce\xb2\xe3\x65\x3e\xd5\xb5\x67\xe7\ \x91\x98\x3e\x83\x92\x1d\xac\xa4\x68\x2a\xc1\x38\xa2\x77\x7e\x72\ \xc8\xa9\x47\xcf\x16\x15\x15\x11\x42\xea\xea\xeb\x2b\x2b\x2b\x15\ \x45\x02\x20\xa2\x18\xf0\xfb\x79\x84\x80\x65\x59\x49\x96\x28\x70\ \x94\x12\x0a\x44\x57\xc5\x63\x59\x96\x52\xaa\x77\xf5\xe8\x77\x2e\ \x96\x65\x0d\x06\x03\x04\x43\x85\xf3\x36\x06\xa3\x82\x82\xbe\xbb\ \x24\x11\x63\x04\x14\x51\xe8\xfc\x83\x10\x22\x1a\x71\x44\x19\xd3\ \x52\x4f\x1b\x9c\x8b\x4c\xa9\xd3\x27\x38\xbc\xe5\xfb\x77\xcb\x4a\ \x76\x68\x76\x6e\x7c\xf4\x75\xf7\xde\xfa\xe5\xb2\x4d\x72\xd8\x88\ \x27\xe7\x4f\x88\xe9\xdc\xda\x25\x8e\xbc\xd1\x97\x25\x0e\x00\x00\ \x00\x4e\xa0\x52\xed\xc9\x46\xc1\x9a\x78\xd7\x63\x37\xf7\xeb\x9a\ \x9c\x83\x22\x73\x2e\x9b\x9d\x60\x07\x00\xaa\x18\xe2\x72\xa7\x8e\ \x91\xea\x0e\xef\x3e\xa1\x99\x0c\x09\x05\x91\x46\x6e\xc8\xd4\x69\ \x14\x35\xec\xdc\x59\xe9\x48\xea\x5f\x50\x98\xde\xe9\x1d\x25\xe3\ \xb0\x49\xb3\x0b\xa2\x7b\xb2\x01\x4e\x53\x55\x5b\x7c\xfe\x6d\x77\ \xa7\x7e\xf3\xfe\x5b\x15\x91\xe1\x26\x7b\xcc\xd4\xb9\x57\xa5\xd8\ \xb0\xac\x12\xa2\x69\xca\xe9\x3c\x9b\x4e\xbd\x30\xc1\x60\xe0\x05\ \xde\x68\x32\x52\xaa\xa9\xaa\x8a\x10\x58\x2c\x16\xa3\xc9\xe8\xf1\ \x76\xc8\x32\x25\x44\xd3\x69\x75\x7a\xea\xe6\xf5\x7a\x15\x45\x21\ \x84\x74\x74\x74\x88\xa2\x68\x36\x9b\x79\x9e\xc7\x41\xe0\x9e\xb7\ \x61\x8c\xaf\xbb\x76\xd6\xa4\x49\x97\xa2\x2e\x79\x95\x1f\x44\x56\ \x28\xe5\x38\x2e\xd4\x71\x1a\x0f\x21\x67\xfc\xec\x9c\xf1\xa7\x7d\ \x82\x2d\xa9\xff\xfc\x3b\xfa\x9f\x91\xc6\x0c\x18\x37\xb5\xf3\x57\ \x43\xd8\xc8\xe9\x73\x47\x9e\xf5\xbd\xc9\x85\x63\x93\x3b\x21\x6c\ \x1c\x3c\x71\xde\xe0\xd3\x9e\x1c\x78\xd3\x9d\x03\xcf\xe1\x1d\x1d\ \xc9\x93\x66\x24\xf7\xf0\xe1\x33\xac\xe2\x3a\xf9\xc6\x9b\x6f\x1d\ \x81\xec\xfb\x9e\xbb\xa9\x71\xc3\x47\xaf\xff\xfd\xd3\xdb\x6e\x9f\ \x1d\x6b\x3c\x6d\xae\x65\x57\x09\x82\xe3\xc2\xc3\xc3\xfd\x81\x00\ \x2b\xfa\x65\x49\x52\x14\xc5\x6c\x36\xda\x6c\x36\x45\x55\x54\x55\ \xd1\x54\x0d\x73\x9d\x19\x03\x83\xb1\xa6\x51\x84\x90\x28\x8a\x00\ \xe0\xf7\xfb\x15\x45\x51\x14\xc5\x6e\xb7\x47\x46\x46\xf6\x60\x0b\ \xc7\x85\x6c\x1c\xc7\x46\x47\x86\x5f\xa8\xd7\x2d\xb8\x5a\x1b\x69\ \xec\xb0\xfb\x67\x4d\x8a\x36\xe2\xa4\x69\x73\x85\x98\xc3\x54\x96\ \x88\xf1\x1c\xd1\x08\x6b\x30\x18\xfc\x7e\x3f\xc3\xb2\x3c\xc7\xf3\ \x3c\x4f\x88\xa6\xaa\x9a\x28\x8a\x2e\x77\x3b\x00\xd1\x34\x95\xe7\ \x4d\x84\x10\x55\x51\x55\xac\x76\xfa\x00\x4a\x4d\x26\x53\x20\x10\ \x10\x04\xc1\x68\x34\x0a\x82\xe0\x08\x71\x08\x82\x10\xcc\xcf\x82\ \x76\x3e\xa6\x2a\x6a\x68\x52\xbf\xb9\x69\x3c\x10\x45\x92\x28\x80\ \x90\x37\x68\x80\xa6\x2a\x84\x9c\x6b\x78\x09\x05\x12\x10\xfd\x7e\ \x7f\xc0\x27\x89\xaa\xaa\x6a\x9a\xc6\xf3\xbc\xdf\x1f\x40\xc0\x50\ \x8a\x78\xde\x08\xc0\x68\x2a\x05\x84\x54\xaa\x32\x08\x13\xd0\x00\ \x88\x20\x70\x02\xcf\xc9\xb2\xa8\x2a\x52\x98\x23\xa4\xad\xad\x45\ \x51\xe4\x60\x98\x7b\xfe\x56\x53\x5b\x7f\xe8\xc8\x31\x4a\x49\x6a\ \x72\x52\x56\x66\xda\x85\x76\xf8\x08\x21\x42\x54\x06\xb3\xfa\x28\ \x56\x00\x60\x39\x5e\x1f\xcf\x77\x26\x70\x5b\x5a\x9b\x09\x21\x98\ \x65\x65\x59\x91\x15\x45\x96\x15\x8b\xc5\x8a\x10\xb6\x58\xac\x0c\ \xe6\x18\xcc\xaa\x8a\x06\x14\x23\xc4\x50\x04\x80\x91\xaa\x69\x36\ \xbb\xd5\x64\x34\xf9\xbc\x1e\x45\x02\xa3\xd1\xc8\xb3\x4c\x4b\x6b\ \xab\xaa\xa8\xc1\x52\xee\x79\x9a\xcf\xef\xdf\xbd\xb7\x68\x60\xff\ \x02\x00\xd8\xb9\x67\xbf\xa2\x2a\x26\x93\x49\xdf\x4b\xa7\x14\x18\ \x96\x89\x8b\x89\xfa\x81\x5c\xfb\xdb\x44\x2e\xe6\x30\x6d\x6f\xad\ \x6f\xf7\x88\x9d\xd3\x1f\x28\xe1\x2c\xa1\x51\xa1\x56\x04\x67\x4e\ \x96\x44\x00\x48\x55\x55\x45\x55\x30\x42\xba\xa8\x87\xde\xa2\x83\ \x75\x8d\x72\x42\x28\x00\xc3\x30\x2c\xcb\x4a\x92\xec\x72\xba\x14\ \xb3\x09\x01\xe6\x79\x41\x96\x15\x41\x30\x50\x0a\x02\x2f\x30\x0c\ \x13\xa4\x2b\x9c\x77\x2d\x8c\x68\x84\x24\xc4\xc7\x12\x42\x07\xf6\ \xef\x7b\xec\x78\x79\xf7\x4c\x3b\x8c\xb0\xdb\xdd\x51\x5d\x53\x37\ \x72\xd8\x69\xb9\x13\x0d\xb4\x6e\xdb\xb0\x6e\x6f\x69\x5d\x78\xce\ \xb0\x69\x13\x06\x5b\x11\x00\x71\x6d\x5a\xba\x74\x4f\x85\x6f\xc0\ \xa5\x33\x47\xe5\x76\xf6\xd5\xb8\x2a\x76\xad\x3a\x20\x4e\x9c\x36\ \xd2\xce\x02\xa8\x2d\x2b\xbf\x5a\x7c\xa4\x56\x04\xc6\x50\x38\x6e\ \xd6\x98\xde\x0e\x00\xd0\xda\xcb\x96\xae\x3d\xd2\xf7\xe2\x49\xbd\ \xc2\x18\xc5\x53\xb7\x69\xf5\xda\x92\x6a\x57\x7c\xe1\xb8\x69\xa3\ \x73\x79\xd0\xca\xf6\x6e\xfc\x6e\xc7\x41\xd1\x94\x38\x69\xfa\xd4\ \xd4\x30\x1e\x00\x4e\xee\x59\xb5\x72\xeb\x61\x14\x91\x33\x63\xda\ \x84\x18\x6b\x0f\x39\x2c\xcc\x70\xd4\xbf\xfd\x9b\x4f\x17\x6d\x28\ \xa1\x9c\xc0\x60\x04\x14\x34\x59\x8a\x1e\x3a\xe3\xf6\x2b\xc6\x1a\ \xe1\x74\x5d\x05\x59\x53\x11\x42\xb2\x2c\x13\x42\x04\x41\xd0\x7b\ \x45\xf4\x5a\x81\x2e\xac\x42\x29\x45\x80\x4c\x26\x93\x42\x55\x16\ \x58\xce\xc0\xfb\x03\x81\xa8\xc8\x48\x4a\x69\x6b\x6b\x6b\xab\xd6\ \xe6\x08\x0d\x85\x73\xcb\xe4\x04\xed\xbf\x33\x41\x10\xf6\xed\xdf\ \x77\x60\xcf\x76\x84\x31\xcb\xb2\xdc\x69\x82\x20\xa8\xa3\xc3\x33\ \x70\xf0\x99\x1a\xa1\xcd\x47\xf7\x15\x57\x7a\x52\xd2\xe2\xd7\x7f\ \xf2\x86\x68\x88\xbf\x71\xb4\xe3\xb3\xe7\x9e\xdc\x26\x65\x0c\x8d\ \x6d\x7a\xeb\xf5\x57\x63\x5e\x7a\x3a\x5d\x6d\x58\xb9\xe8\xd3\x25\ \xcb\x57\xb4\xe7\xce\x9d\x3a\x63\x24\x00\xb8\x0e\x6f\x5d\xba\xa1\ \x7c\xe2\x15\x53\xed\x02\x4e\x88\x30\x82\xea\xdb\xb5\xe2\xf3\x45\ \x4b\x97\x1d\x50\xb3\x5e\x9b\x30\x05\x00\xea\x4b\xb6\x95\xb4\x32\ \x69\x29\xd6\x65\x6f\x3e\x67\x88\x7e\x6d\x4a\x6a\xfb\x96\x3d\xc7\ \x6c\xf1\xa9\x81\x3d\x4b\x9f\xff\x10\x5e\x5d\x78\x79\xcb\x96\x7f\ \x3c\xff\xe9\xc1\xb1\xd3\x2e\xae\xde\xf0\xf9\xdf\x15\xe3\x33\xf3\ \x46\xf7\x08\x72\x59\x96\x6d\x3e\xb4\xf5\xcb\x4d\x4d\xd3\x6f\x7d\ \xa8\x4f\xb4\x81\x74\x0e\x91\xa7\x0c\x6f\xe4\xa9\x7c\x46\xfe\xc4\ \x4a\xa2\xcc\xf3\x3c\x00\xf2\xf9\x7c\xba\xa2\xa8\xae\xc2\xe4\x70\ \x38\x74\x2f\x0b\x94\x62\x06\x23\x86\xe1\x00\x33\x3c\xc3\x0b\x82\ \x22\xab\x04\x61\x45\x51\x29\x20\x00\x4c\x09\x65\x39\xbe\x6b\x86\ \x60\xd0\xce\xab\x1c\x16\xf0\x7a\x1a\xaa\x4e\xb0\x67\x4f\xdd\xa1\ \x54\x94\x94\x8b\x86\x8d\x38\xe3\xf1\xa8\xc2\x4b\x6e\x2b\x04\x80\ \x40\xf5\xfa\xb5\x04\x70\xf3\xbe\xcf\x57\xd5\x86\xff\xe9\xef\xb7\ \xc4\x6a\x07\xb7\xdc\xfe\x56\x5d\x07\xa4\x61\xbf\x21\x32\xbd\x4f\ \x4e\x7a\x20\x3f\xc7\x8c\x01\x40\xdd\xf1\xfd\x16\x7b\xdf\x49\xd3\ \xc7\x8d\xe8\xf2\xd9\x6d\x0a\x1b\xdd\xaf\x20\x53\xf3\xf7\xe9\x65\ \x43\x00\x90\x34\xe4\xca\x7b\x86\x00\xd0\xea\x3d\xcb\x37\x8a\xa2\ \x02\x7c\xca\xbc\x5b\x6e\x03\x80\x22\x69\x4f\xf1\x09\x19\x03\x1c\ \xda\x77\xc8\x3e\xf0\xaa\x2b\x26\x0c\xd8\xd6\xbc\x7d\x1d\x65\xfe\ \xf5\x84\xde\xff\xe2\xf0\x11\x69\xaa\xad\x0c\xc9\x1d\x3c\xb2\x30\ \x8d\x93\x03\x5a\x57\xa7\x33\xd5\x54\xf9\xac\x18\x17\x03\xc2\x98\ \x61\x25\x49\xd6\x55\x9d\x45\x51\x94\x24\x89\xe3\x38\x93\xc9\x64\ \x36\x9b\xed\x76\xbb\xc1\x64\x22\x94\x8a\xa2\x48\x08\xd5\x28\x45\ \x80\xad\x36\x9b\x46\x69\x40\x94\x14\x45\x35\x18\x8c\xa2\x24\x87\ \x38\x42\x39\x9e\x0f\x6e\x9e\x9d\xbf\x31\x18\x73\x3c\xcf\x71\x67\ \xfe\xf0\x1c\xcf\xfd\x58\xc1\xd1\xdf\xbc\xf8\x6f\x4f\x55\x44\x8d\ \xbc\x7c\x44\xd4\xe6\xe5\x7b\xf3\xc6\xcf\x88\x65\x41\x69\xaa\x03\ \xc1\x1a\x6e\x02\x26\x3c\xf5\xe2\xc9\x23\x24\x37\x97\xd6\x4b\x17\ \x04\x51\x78\x53\x98\x52\xba\x64\xe1\xe3\xaf\x96\xb6\x04\x00\x00\ \x19\xc3\x86\x4d\x9a\x64\xf2\x29\x51\x29\xf9\xdd\x64\x16\xd5\x55\ \xf9\xc1\xd3\x2f\xcb\x05\x57\x5c\xd2\x27\x42\x7f\xa0\x64\xcd\xfb\ \xef\x6e\x55\xe7\xcc\x9a\xcc\x02\x24\xa5\x25\xb1\xce\xe3\xdf\x2d\ \xfb\x78\xab\xa7\xf7\xad\xb3\x86\xf5\x94\x74\x18\x05\x14\x16\x15\ \xe3\x3e\xb1\x7f\xdf\xf1\xba\x0e\x8f\xaf\xa3\xcb\xbc\xba\x8a\xff\ \x19\x1e\xb7\xcd\xd9\x16\x15\x15\x25\x2b\x8a\x3e\x78\x92\x65\x59\ \x4d\xd3\x04\x41\x88\x8d\x8d\xd5\x2b\x5c\x4e\xa7\x53\x55\x55\x0d\ \xa8\x2a\x89\x84\x12\x9b\xcd\x16\x62\xb7\x63\x84\x0c\x26\x23\xcb\ \x71\x21\x8e\x10\x95\x12\xb7\xa7\xe3\xac\x61\x46\x41\xeb\xf9\xcc\ \xe5\x1c\xf9\x5c\xd5\x9e\xd7\xde\xf8\x44\x4e\x19\xf7\xc8\xad\x93\ \x43\x51\x4d\x71\x23\xdb\x2f\x33\x0d\x00\x8e\x6e\xdb\x8b\x42\x73\ \x33\x2d\x00\x00\x52\xd5\xce\x0a\x6a\x9f\xa8\x77\xab\x23\xe3\xd8\ \xf9\x8f\x8c\x05\xe9\x93\xc7\x6e\x7c\x7b\x59\xee\x8b\xf3\x47\x21\ \x00\x90\x4f\xec\x6f\x08\x14\x5c\xde\xa9\x8b\xdf\x7a\x64\xc3\x2b\ \xef\x2c\x0d\x1b\x7c\xe5\xa3\x57\x0d\xb7\x00\x80\xda\xb2\xf4\xed\ \xd7\x37\xd6\x59\x6f\x7c\xf0\xd1\x82\x04\x4b\xe3\xe1\x35\xcb\x4f\ \x98\x6f\x5e\x30\x13\x97\xfc\xf3\x9b\x3d\x6e\x8d\xe9\x31\xc9\x3b\ \x55\xd1\x62\x72\x46\x4d\xc8\x39\xf2\xce\x73\x8f\x3b\xc2\x1c\x2c\ \xa2\x14\x80\xc8\x62\x58\xff\xc9\x0b\xa6\x8f\x34\x81\x7c\x5a\x8c\ \xcb\xb0\x3c\x66\x79\xc1\x68\xc6\xb8\x5d\x1f\x60\xa6\xa7\x65\x1d\ \x1d\x1d\x08\x21\xb7\xdb\x2d\x49\x12\x50\xca\xf3\x3c\xc3\x71\xa2\ \x24\x49\x92\xec\xf1\xfa\x4c\x46\x23\xcf\x09\x1a\x01\x77\x87\x87\ \x6a\xa4\xb9\xb9\x25\x10\x08\x04\x81\xdb\x13\x5e\x07\xe8\x8f\x4c\ \x24\x38\x5b\x10\x44\x6c\xd8\xf3\xfc\x8b\xef\xa7\xcc\x58\x38\x6f\ \x74\x1a\x00\x80\xa2\x49\x62\x40\x14\x45\x57\xcd\xce\xf7\xd6\x96\ \x8f\xb9\xe7\x56\xdd\x83\x56\x1f\x38\xc4\x85\xa5\xa7\x99\x01\xa8\ \xec\xf6\x88\x46\x93\x59\x76\xd7\xb7\xf8\x20\x34\xc4\xae\x9f\x30\ \x7f\xd9\x11\xa7\x1a\xd9\x37\xc9\x04\x00\xae\xa3\xeb\xfe\xf4\xda\ \xaa\x61\x37\x3c\x3c\xbd\x5f\x0c\x00\x50\xd9\xb5\xe8\xe5\xe7\x0f\ \x0a\x17\x3d\xfd\xf4\x0c\x3d\x07\x3b\xf4\xdd\x37\x0d\xdc\x8c\x04\ \x9b\xa1\x8e\xa8\xce\xe6\x46\x9f\x06\xd0\x23\x5b\x4f\x88\xe1\x05\ \x81\x35\x99\x26\x2f\xf8\xc3\x90\xa9\xf5\x6d\x6e\x9f\x06\x08\x88\ \x2a\x06\x02\x8c\x2d\x8a\xa7\x67\x12\x72\x59\x0a\x10\x1a\x16\x66\ \xb5\x58\x5a\x9b\x1b\x69\xd7\x14\x38\x42\x48\x7b\x7b\xbb\xde\xd9\ \xab\x17\x77\x89\xaa\x02\xcb\xfa\x03\x01\x51\x92\x30\x80\xd9\x64\ \x36\x9b\x4c\x84\x52\x4a\x91\xd1\x6c\xd6\x68\x53\xcf\x8e\x5f\xbb\ \x60\x3d\x2a\xcb\x71\x1a\xa1\xa0\x28\xfa\xf0\x12\x1d\xa9\x7a\xc6\ \x4c\x01\xce\x90\x0f\xdb\xf5\xd5\x87\x9b\xcb\x9c\x74\xeb\x17\x8f\ \xac\xf5\xe6\x4d\xbf\x75\xd6\xa0\xb8\xc9\x23\x13\xdf\x7b\xf9\xae\ \xad\x21\xf6\x3e\x97\x2f\x9c\xd1\x47\x97\xfd\x52\x8a\x4a\x1b\x23\ \xb2\x2f\x31\x00\x80\xbf\x7e\xf1\x9b\xaf\xef\xaf\x95\x91\xec\x35\ \xa7\x4d\xbe\xe7\x92\x7c\xfd\x73\x4e\x1c\x2d\x83\xf8\x3e\xf1\x02\ \x00\xf5\xaf\xfe\xfa\x1f\xfb\x6a\x05\xdb\xca\xb7\xb7\x7f\xcd\x5f\ \x72\xed\x1d\xfd\xd1\x86\x4f\xbf\x2d\x4a\x1c\x66\x7d\xe1\x0f\x7b\ \xec\x49\xc3\x6f\xff\xdd\x84\xbc\x8b\xc6\x2c\x7b\xe3\x8b\xfb\x7e\ \xbf\xde\xe7\xa1\xd3\xae\xbb\x35\xcd\xd0\x23\xa0\x65\x54\x77\xc3\ \xaa\xc5\xeb\xea\x64\x4e\x60\x10\x05\xc0\x08\x51\xaa\x0a\xe1\xbd\ \x27\x8c\xed\x6f\x61\xce\x11\xe3\xb2\xa2\x28\x9a\x4d\xa6\x3a\x57\ \xbb\xaa\xaa\xfa\x02\x31\xb8\x93\x40\xc3\x71\x9c\xcd\x66\x53\x64\ \xc5\xe7\xf7\x11\x00\x8d\x10\xc0\x58\x55\x55\x20\x04\x28\x74\x78\ \x3c\x3c\xcb\xfa\xfc\x3e\xb3\xc5\x72\x1a\xd7\xa6\x00\x00\x20\x00\ \x49\x44\x41\x54\x6c\x32\x9b\x83\xb0\xeb\x89\xb4\x9a\x99\x73\xcd\ \xd5\xbb\xf7\xed\xc7\x08\x75\xf1\x14\x3a\xd9\x0a\x84\x10\x8b\xd5\ \x3a\xe2\xa2\xd3\x6a\x61\x03\xe7\x3c\xbd\xf8\x4a\x49\x92\x14\x42\ \xa9\x39\x34\x0a\x80\x1b\x79\xc3\x43\xbd\x27\x36\xa9\xbc\x23\x3a\ \xb4\xfb\x8c\xb0\x13\x6f\x7b\x62\x92\xc1\x02\x00\x60\x8c\xbf\xf2\ \xc6\xfb\x2e\xf1\x49\x8c\x60\x89\x8a\x74\x74\xdf\xe3\xb3\x26\x2c\ \x78\x6e\x92\x81\x03\x00\x24\x4c\xbe\xe3\xaf\x63\x02\xb2\x24\x29\ \x04\x31\x21\x61\x46\x0b\x7b\xc9\xfb\x5f\x8f\x90\x65\x51\x55\x29\ \x67\xb4\xb1\x00\xd1\x85\x97\xff\xf9\x2f\x23\x5b\x3a\x44\xb3\x23\ \x32\xcc\x2a\xf4\xd4\x15\x0b\x00\x98\x65\xfd\xb5\xe5\xdb\x8e\x77\ \xf4\x1b\xda\xd7\xca\x02\x96\x5b\xbf\x5f\xb5\xbc\x57\x5e\x66\x61\ \xcc\x39\x2e\x0e\x16\x80\xf2\x3c\xdf\xd2\xdc\xe2\xf7\x07\x78\x9e\ \x43\x08\x58\x0e\x63\x8c\xec\x76\x1b\x00\xa8\xaa\x2a\xc9\xb2\x2c\ \xc9\x58\xe0\x31\xa5\x2c\xc6\x0a\xa5\x1a\x50\x8a\x3a\xdd\x83\xcb\ \xed\xb6\x5a\xad\x7a\x1d\x2d\x88\xbc\xf3\xb7\xfc\x3e\xbd\xf3\xff\ \x63\x05\x7d\xa3\xdd\x71\x96\xb8\x07\x17\x1e\x7d\x86\x5a\x2d\x32\ \x5b\xbb\x3a\x1c\x31\x6b\x0d\x8d\xb4\x86\x9e\x55\x86\x33\x75\x03\ \x90\xb1\xd8\xc2\x2c\xa7\x35\x44\x5a\xc2\x23\xce\x1c\xa6\x62\x0c\ \x89\x48\x0c\xe9\xc9\xa3\x26\x9a\xc6\x58\xa3\x27\xcf\x99\x9f\xb6\ \xfe\x43\x7f\x58\xf8\xed\xb7\x4c\xe3\x01\x40\xad\xf2\x3e\xf5\xaa\ \xdb\x2f\x23\x38\xc7\x9c\x6b\x4c\x81\xec\x3f\xb0\x4f\x94\xfc\x04\ \x30\x41\x48\x21\x0a\xe6\x11\x6f\xc2\xa2\xea\x71\x79\xdb\x80\x05\ \xc4\x20\x8a\x30\xd5\x28\x06\x6a\x35\x9b\x58\x06\x0b\x2c\x2b\x89\ \x01\x59\x16\x29\xd5\x08\x55\x25\x45\x34\x59\x8c\x17\x54\x23\x75\ \xd0\x7e\x82\xe8\x9e\x48\xa2\x2c\x98\xcc\x2d\xc7\xf7\xed\x38\x74\ \xb2\xb9\xa9\x7e\xdf\x9a\x35\x27\x3c\xf6\xf8\x30\xeb\xb9\x75\x15\ \x08\xd1\x3a\x3a\xda\x29\x05\x41\x10\x10\x22\x04\x80\xe7\x78\x8c\ \x71\x4d\x4d\x35\xc6\x5c\xc0\x2f\x05\x02\x12\xc3\xb0\x00\x44\x96\ \xa4\xac\xcc\x4c\x2d\x2e\xae\xac\xec\x04\x21\x24\x10\x08\xe8\x9a\ \x8d\x54\x4f\xdd\x98\xe0\x20\xdf\x9e\x31\xaf\xd7\x07\x00\x26\x93\ \x51\x9f\xdd\x7c\xe1\x98\xa2\x68\x31\xbd\x47\x4f\x2d\x38\xf9\xd9\ \x2b\xcf\x32\x1c\x96\xc1\x3a\xfe\x9a\x1b\x53\x1d\xac\x7a\x2e\x95\ \x19\x16\x80\xea\x11\x2d\xcb\x22\x49\xd6\x64\x59\xc1\x88\x01\xc0\ \x3c\x6f\xf4\x74\x78\x15\x99\x60\xcc\x69\x9a\xc6\x72\x2c\xa1\x5a\ \x4b\x6b\x2b\x21\x44\x51\x54\x8e\xe3\x3c\x1e\x8f\x28\x8a\x82\x20\ \xb4\xb4\xb4\xb8\x5c\x2e\x4d\xd3\x82\xd1\xc2\xf9\xd6\x83\x54\x6d\ \xfb\xce\x3d\x4d\x2d\x6d\x94\x12\x93\xd1\x38\x79\xc2\xc5\x17\x98\ \xd3\xd5\x34\xc6\x3c\xfc\xca\xdb\xf2\x2f\x76\x7a\x25\x62\xb4\x85\ \x84\x98\x05\x4d\x51\xce\xad\xab\x10\x12\x62\x77\xbb\xdd\x81\x80\ \x88\x11\xcb\xb2\x2c\x42\x06\x96\xe3\x44\x29\xc0\x60\x2c\x08\x46\ \x87\x23\xd4\xed\xf6\xf8\x7c\x6e\x93\xd9\xa4\xaa\x72\x73\x73\xb3\ \xa2\x28\x46\xa3\x51\xd3\x34\x8e\xe3\xf4\xc2\x99\x24\x49\x5e\xaf\ \x37\x08\xdc\xf3\x37\xbf\xdf\xdf\xda\xd6\x7e\xc5\x8c\x49\x00\xb0\ \x73\xf7\xfe\x65\x2b\xd6\xea\x82\x2c\x9d\x81\x20\xa1\xbd\x73\x32\ \x12\xe3\x63\xcf\x0c\x10\x65\xbf\xdb\x2b\x19\x6d\x21\x86\x2e\x46\ \x15\x95\x7d\x2e\x3f\xb5\x87\x58\x4e\xf5\xd8\xb2\x28\xb1\x82\xa0\ \x73\x1f\x14\xc9\xeb\xf1\x4a\x14\x90\xc1\x62\x37\x0b\x9d\x31\x9e\ \x2a\x49\xc0\xf2\x2c\x83\x00\x40\x15\xbd\x1d\x01\xd5\x12\x12\xc2\ \x23\x00\x00\x4d\x0e\x78\xbc\x01\xc6\x68\x3b\x45\x04\x12\xbc\xee\ \x76\x30\xd8\x2c\x42\x4f\x86\x88\x94\x68\x0a\x45\xe6\x90\x70\x0b\ \x02\x4a\xa9\xa6\xaa\x3f\x76\x13\x67\xb3\xb3\xb3\x76\xec\xd8\xe5\ \xf3\xf9\x79\x5e\xe0\x38\x1e\x21\x14\x1d\x1d\x1d\x19\x19\x49\x29\ \x28\x8a\xe2\x76\xbb\xbd\x5e\x3f\xc7\x33\xaa\x2a\x87\x87\x87\xe7\ \xe4\xe4\x10\x42\x74\x8d\x05\x4d\xd3\xf4\xdd\x0a\x84\xb1\x22\xcb\ \xc1\x59\x51\xe7\x6f\x0c\xcb\x36\x34\x35\xee\xdc\xbd\x47\xd3\x08\ \x50\x2a\xf0\x0c\xd1\x3a\xef\x92\x18\xe3\x76\x67\xdb\xbe\x03\xe2\ \x19\xc0\xed\x38\xb1\xed\xed\x8f\x97\x56\xb7\xb8\x02\x86\xd4\x9b\ \xef\xbf\xab\x5f\xac\xb1\xe9\xe0\xea\x57\xde\x5f\xd1\xe8\x74\xc5\ \x5d\x74\xd5\x03\x0b\x26\x5b\x10\x74\x34\x96\xad\x5b\xf4\xee\xb7\ \x0d\xa9\x2f\x3c\xf5\xbb\x30\x0e\x68\xeb\xfe\xc7\x1f\xfb\xab\x4b\ \x88\x36\x0a\xc6\xe1\x57\xdc\x31\xbd\x5f\xb8\xe2\x69\xdc\xb9\xf2\ \xf3\x77\xbf\x6b\xb9\xf3\x89\x27\xfb\xc5\xb0\xcd\x25\x2b\xdf\xf8\ \x78\x43\x5b\x87\x4b\x0d\x29\xb8\xef\xf7\x37\xf7\xb2\xab\xeb\xff\ \xf9\xe6\xba\xa2\x72\x97\x8f\x99\x30\xff\xde\x99\x83\x93\x40\x6e\ \x59\xf2\xde\x6b\x6b\x8a\xea\x44\x08\xbb\xe1\xbe\x87\x46\xa4\xdb\ \x7b\xd4\xef\x52\x42\xff\x7d\x69\x95\x3d\x71\xa2\x4c\x9f\xa7\x85\ \x31\x2b\xcb\xb2\xa2\x28\x2d\x2d\x6d\x06\x83\xc9\xe7\x0d\xd4\xd4\ \x56\xbb\xdd\x6e\x9d\x23\x06\x00\x8a\xa2\x78\x7d\x3e\x04\xa0\x28\ \x0a\xc7\x71\x08\x21\xbf\xdf\xaf\xaa\xaa\x8e\x63\x38\xe7\x84\xaa\ \xa0\xfd\x37\xc6\xf3\x7c\xe9\x91\xc3\x9b\xd6\x7e\xcb\x72\x1c\x02\ \x74\xea\x78\x64\x4a\x21\x20\x4a\xd7\x5e\x7f\xc3\x59\x95\x85\xc8\ \xf1\xb3\x6f\xcd\x48\x0b\x7b\xef\xee\xdb\xd6\xef\xac\xed\x3b\x46\ \xfa\xf3\x5f\x3e\xeb\x73\xe3\x13\xf7\x27\x1e\xbb\xf3\xa9\x6f\x0e\ \xce\x9a\x3c\xd0\x57\xf4\xe1\x9b\x9f\x14\x9d\x38\x6a\x19\x39\xca\ \xc1\x01\x00\x1c\xdf\xb3\x4b\xed\x35\xe3\xef\xf7\xcd\x60\x28\x01\ \x84\xa9\xbf\x71\xf1\x1b\xaf\x6d\x3f\x5e\x2a\x3a\x86\x26\x44\xb1\ \x00\xc0\x59\x13\xa7\xff\xee\xbe\x9c\x38\xf1\x99\x9b\xef\xd9\x74\ \xf8\xb2\x5e\x43\xa3\x07\x4c\x9e\x7f\xc9\x5c\xcb\xba\xbf\xdd\xba\ \x68\xd3\xde\x99\x83\x93\xb6\x7c\xfc\xf2\xf2\xca\xc4\x27\x9e\xb9\ \x6b\xff\x7b\x0b\xbf\xd9\xb0\x6b\x78\xfa\xf8\xff\xfd\x89\x67\x2b\ \x2a\x4e\x72\x1c\x27\x08\x82\xa2\x28\x08\x01\xc7\x72\x3e\x6f\xa0\ \xb9\xa9\xcd\xe9\x74\xb6\xb6\x3a\x39\x8e\x65\x59\x96\xe7\x39\x9e\ \xe3\x11\x40\x6b\x73\x33\xc3\x74\x0a\x2c\x74\xd2\x44\x29\xa5\x84\ \xaa\x9a\x4a\x08\x09\xe6\x66\x3d\xe0\x74\x31\x66\x11\xb0\x18\x3a\ \x37\xd1\x4e\x71\x44\x0c\x06\xe6\xac\x74\xcd\x16\x9f\xde\x07\xc0\ \x5f\xb3\xb5\x5c\x72\x4c\x2d\x88\x2b\xfa\xf6\x8f\x72\xfe\x65\xd7\ \x8d\x4c\x41\x9e\x36\xab\x41\x50\x65\x60\x22\xb3\x6f\x7c\xe0\x81\ \x2f\xfe\xf4\xa4\x92\x9a\x8e\x01\x00\x02\xfb\x77\x6e\xaf\xf7\xe5\ \xef\x3a\x5c\x3b\xb4\x77\x3c\x00\x80\x10\x3e\xed\xd6\x87\xe3\xfe\ \xf9\xcc\x1a\xb9\x77\x24\x06\x00\x70\x24\xe5\x3a\x00\xda\x8a\x96\ \x34\x72\x69\x53\x52\x42\x01\x18\xe8\x38\xb6\x68\xe5\xee\x92\xb6\ \xa4\xab\xaf\x1a\xa5\x3a\x8b\x97\x7e\xdf\x76\xfd\x33\x4f\x26\x86\ \x73\x55\xe1\x76\x46\xfd\x79\xce\x3a\xdb\xaf\xdf\x40\x4d\x53\x29\ \xa1\x98\x01\x55\xd5\x64\x59\x35\x19\x2d\x1c\xc7\x1b\x0c\xe6\x88\ \x88\x28\x86\x41\x08\x53\x4a\x35\x96\x61\x11\x45\x08\x21\xbd\xec\ \x45\x69\x67\x4a\xa7\xff\xa2\x2a\x0a\x0e\x4e\x4f\xef\x09\x43\x08\ \x21\x06\x23\x74\x26\x40\x29\xd0\x1f\x11\x04\xa1\xc7\x36\x7d\xf1\ \xf6\x97\x3b\xfa\xcd\xb9\x73\x54\x2f\xf2\xca\x5f\x5d\xfd\x2e\x1f\ \x8c\x00\x5c\x27\x8e\xaa\x5c\x44\x6a\x28\x20\x46\x30\xd1\xe6\xc3\ \x2d\xdc\xc4\x8c\x64\xbd\xd0\x3b\x72\xf6\xbd\x91\xc7\x8b\x3e\x7b\ \xe1\xf1\xf2\x1b\x1f\x99\x73\x51\x2f\xc4\xb0\x26\x8b\xbf\xb8\xcc\ \x19\x37\x21\xaf\x3b\xbf\xdf\xb3\xfc\x83\x4f\xd6\x96\x4f\xb8\xfd\ \xbe\x7e\x31\x46\x00\x10\x3d\xae\xf2\x92\x03\xd5\x34\x2f\xaf\x77\ \x58\xf3\x96\x25\xce\xa8\x82\xbc\x38\x0e\x20\x70\xec\x98\x3f\x69\ \x74\xda\xcf\x72\x9f\x65\xb3\x32\x7b\x6b\x44\x23\x9a\x8a\x30\x21\ \x84\x28\x0a\x41\xc0\x00\xc5\xaa\xa6\x05\x02\x01\x00\x95\x61\x91\ \x24\xf9\x35\x4d\xc3\x14\xeb\xbc\x47\xbd\x4c\xc3\x71\x9c\xa2\x28\ \x7a\x4e\xc6\x72\x7a\x47\x65\x30\x54\x38\xff\x00\xef\xbf\x11\x04\ \xa1\xe2\xd6\xcf\xfe\xbe\xb8\x04\x5f\xfb\xe0\x73\xfd\x13\x4d\x20\ \x9d\xa8\xf2\xb3\x63\xe2\xa3\x00\xe4\xd5\xcb\xb6\x46\xf4\x9d\x17\ \xc7\x00\x00\x38\x8f\xed\xf5\x5a\xa2\xb2\x13\xf5\x2c\x8a\x8d\xcd\ \xea\x1b\x9b\xd5\x97\x9c\xdc\xb1\xe4\x60\xf9\xb5\x17\xf5\x42\x00\ \xb4\xf5\x70\x95\x97\xb9\x2c\x2f\x12\x00\x40\x71\xad\x78\xef\x6f\ \xdf\x35\x45\xdd\xf6\xd4\x73\x19\x5d\x9b\x6b\xb1\xf9\xe3\x1e\xca\ \xcf\x58\x38\xff\xa9\x1d\x95\x5a\x46\x7b\x0d\x17\x91\x17\x8a\x20\ \x70\x7c\xdd\xce\x56\xdb\xed\x83\x52\x7f\x1e\x8f\xab\x69\x04\x21\ \x86\xe7\x19\x45\xf5\x33\x18\xb3\x06\x23\xc6\x0c\x46\x1c\xa5\xc4\ \x6c\x36\x03\x68\x0c\xa6\x04\xec\x44\x23\x98\x22\x4a\x81\x12\xa2\ \x2f\x2d\x25\x54\x23\x9a\xa6\x6a\x80\x80\x52\xca\x32\x4c\x30\x56\ \x38\x7f\xfb\x41\x10\xa4\xcb\xd3\x76\xc1\x96\x6a\x9a\x7a\x86\x20\ \xc8\x89\x35\xaf\x3d\xf3\xf9\xc1\xb9\x0b\xef\x37\x38\x4b\xcb\x0d\ \x99\xa9\xe1\x8e\x58\xbe\x63\xc7\xca\xaf\x45\xd3\xa1\x35\xae\xe4\ \x87\x16\xea\x5a\x0a\xb4\x78\xfb\x21\x2e\x72\x4c\x34\x02\x90\x5a\ \xb6\x6c\xd9\x15\xc0\x56\xa9\xe1\xe0\xd7\x7b\xd1\xd4\x7b\xfb\xe8\ \x9e\xa6\xe6\x40\x51\x2b\xf4\xca\x0e\x63\x00\xb4\x1d\x9f\xbf\xf0\ \xf7\xf5\xde\xbb\x1f\x98\xe9\xab\x2c\x69\x40\x59\x96\x40\xe9\xfa\ \x9d\xb5\xe1\xe1\x86\xb2\x1d\xab\x5d\xb6\xec\xc2\x58\x86\xd6\xc6\ \xb5\x97\xec\x5e\xb6\x92\xd9\xfd\xcd\xd2\xfc\x19\xf7\x15\x84\xfe\ \x3c\x0b\xc5\x52\x40\x94\x50\x8d\x10\x84\x39\x4a\x80\x52\xaa\xaa\ \x2a\x50\x55\x8f\x0a\x28\x30\xb2\xaa\x20\xbd\x83\x04\x01\xc6\x58\ \x8f\x0f\x10\xc6\x94\x50\x16\xf1\x54\xa0\x44\x23\x9a\xde\x4e\x19\ \xc4\xdd\xf9\x06\xb8\x28\x2b\x2b\x7b\xaf\xb7\x03\x23\xa4\x93\x6c\ \x74\x27\xab\xd3\x9e\x22\x42\x0c\x49\x89\xa7\x6d\xe7\xfa\x25\xeb\ \x90\x41\xbd\x6b\xf7\xac\x39\x21\xca\xb9\x93\xa2\x53\x23\x63\xaf\ \xbf\x73\xde\xc7\x5f\x7d\x57\xc1\xf6\x7e\xf4\xb1\x2b\x52\xad\xba\ \xbf\x54\xd9\xc4\xc2\x09\x29\x03\x10\x00\x10\xea\x6b\xae\xdc\x5d\ \xd6\x2e\x58\xc2\xae\x7f\xe0\xf1\x51\x79\x9d\xb3\xf5\x64\x4b\xfc\ \xb8\x19\xc9\x0e\x04\x40\x25\xc9\x10\x3e\xa4\xd0\x7e\x78\xd3\xb7\ \xbb\x34\xd3\xe8\x19\x29\x03\xec\x72\x53\x45\xf1\xe1\x23\xd4\x12\ \x35\xf0\x91\xdf\x4d\x8b\xe3\x01\x06\x5d\xb1\xa0\xf2\xe3\xed\xfb\ \x8e\xf7\xbd\xf6\xa1\xcb\x86\x67\xfd\x6c\x31\xd5\xfc\x1b\x6e\xd6\ \x49\x61\x5d\xc5\x81\xce\xdb\x91\xa6\x69\x5d\xf3\x5e\x88\xaa\xaa\ \x40\x35\x00\xad\x9b\x3e\x86\x31\xd6\xa7\x9a\x75\xbe\x46\x23\x77\ \xde\x7d\x47\x78\x78\xb8\x4e\xea\x05\x00\xa3\xd1\xb8\x6b\xd7\xce\ \x27\x1f\x7f\x2c\x2d\x2d\xdd\x11\x1a\xaa\x57\xca\x74\xc7\x3c\x67\ \xce\x35\xbd\xd2\xd2\x89\x46\x74\x16\x25\xc6\x18\x63\x4c\x08\xa9\ \xa9\xae\x4c\x4d\xcb\xb4\x58\xad\x84\x10\x4a\x69\x5d\x6d\x75\x76\ \xef\x3e\x17\x1a\x76\x03\x01\xb1\xa1\xb9\x05\x75\x8e\x60\x06\xd4\ \x35\x06\x94\x52\x2a\x08\x7c\x5c\x4c\xd4\xaf\xe2\x28\x6a\xaa\x4e\ \xd6\xd7\xd5\x44\x45\xc7\xe8\x57\x5d\x37\x5d\xd6\xe3\xf1\xb8\xda\ \xdb\x7a\xe4\xb4\xb2\x94\x12\x1d\x28\xba\x4a\x0d\x9c\x1e\x48\xe9\ \xbf\xeb\xdf\x8b\x11\x43\xa9\xa6\x11\x0a\x00\x18\x21\xfd\x5d\xfa\ \x0b\x82\xf3\x50\x7b\xca\x8c\x46\x43\xaf\xa4\x84\xe0\x3a\xfc\x27\ \x31\xae\x46\x29\x25\x84\x32\x0c\xee\x9a\xaa\x85\x00\x28\x42\xb8\ \x2b\xc2\xa2\x18\x63\x84\xf4\x0e\xa0\xce\xb6\x53\x74\x7a\x2a\x76\ \xa1\xed\xaa\x07\xed\xe7\x07\xae\xaa\x29\xfa\xe0\x42\x59\x51\xf4\ \x94\x4b\x57\x5a\xd3\xef\x52\x9d\x9b\x61\x08\x01\x68\xa0\x69\xb4\ \x0b\xb2\xdd\xa8\xed\xf4\xb8\x41\x16\xf9\xbf\xb3\xf2\x8a\xaa\xaa\ \x9a\x5a\x84\x70\xef\xec\x8c\xc8\x88\xb0\xe0\x82\x9c\x2f\x70\x09\ \xd1\xba\xc2\x29\x04\xa8\x13\x97\x94\x82\x28\x8a\xba\xb2\x9d\x1e\ \xfe\x22\x00\x20\x9a\xfe\xb4\x1e\xb2\x74\xab\x35\xea\xc0\x3d\xa7\ \x4e\x4e\xd0\x74\xab\x6f\x68\x3a\x5c\x7a\x22\x23\x2d\x99\x10\xba\ \x69\xcb\xf6\x8b\x06\x0f\x38\x35\x18\x33\x18\x84\xb0\x50\x47\xb0\ \x98\xf8\xdf\x01\xb7\x6b\x43\x41\x0f\x09\x3a\x75\x70\x29\xa5\x06\ \x83\x81\xe3\x78\x4d\x53\x75\x80\xe2\xce\xca\xc2\x69\x11\xb0\xaa\ \xaa\xfa\x46\x1a\x21\x24\xb8\xec\xff\xc2\x7c\x7e\xbf\xd9\x64\xcc\ \xca\x48\x03\x00\x42\x68\x71\xc9\xd1\xee\x3d\x30\x84\x71\x9b\xb3\ \xbd\x30\xbf\xf7\x19\x03\x25\x55\x4f\xc3\xb6\xcd\x5b\xca\x1a\x03\ \x69\x83\xc7\x8c\xc8\x4d\x40\x00\x20\x35\x6d\x58\xb1\xae\xd2\x6f\ \x1d\x75\xc9\xa5\xa9\x11\x9d\xcc\xef\xe6\xd2\xed\x45\xad\x61\xe3\ \x86\x65\x76\x2e\xbf\xda\x71\x70\xe7\xb6\x03\x27\x7d\xfd\x46\x4e\ \xc8\x4d\xfc\x2d\xb7\xa5\xb0\x84\xa8\xd0\x49\x33\x40\x9a\x26\xeb\ \x79\x1a\x00\x22\x44\x43\x08\xb3\x2c\x83\x10\x43\x29\x00\x25\x9d\ \xa3\x90\x01\xe0\x2c\x5a\x02\xc3\x30\x41\x87\xb1\x66\xcd\x9a\xcf\ \x3f\xff\x3c\x24\x24\x84\x52\xea\xf3\xf9\x1e\x78\xe0\x81\xf4\xf4\ \x4e\x35\x59\x9e\xe7\x57\xac\x5c\xb1\x6b\xc7\x16\x42\x29\xcf\x71\ \xa7\x92\xee\x31\x46\x4d\xcd\xce\x5e\x49\x67\xb4\x2d\xc0\xf1\x2d\ \x6b\x77\x95\x07\x62\x0c\xee\xb7\x9f\x79\x91\x7d\xfe\x2f\x17\xc5\ \x34\xbf\xfa\xf8\xb3\x95\xd6\xac\x18\xef\xc6\xe7\x6b\x3c\x2f\x3c\ \x74\xad\xe0\xac\x58\xbe\x78\xf1\xe2\xaf\x97\x87\xcf\x7c\x6e\xdc\ \xb0\x4c\x00\xf0\xd6\xec\x5f\xb4\x64\x93\x64\x0e\x77\x84\x46\x19\ \x05\xf6\x37\xee\x71\xe1\x94\xf6\xd1\xee\xc0\x80\x61\x18\x4d\x03\ \x4d\xd3\x3a\xc5\xcb\xf5\x2d\x48\x4a\x69\xd7\x6b\xba\x61\xaa\x87\ \x16\xaa\xaa\xc2\x05\xcf\x0c\x2b\x28\x28\x58\xb4\x68\x11\xc3\x30\ \x1d\x1d\x1d\x31\x31\x31\x09\x09\x3f\x14\x07\x58\x96\x6d\xac\xab\ \xad\x29\xef\xc0\xf8\x4c\x12\x20\x25\x44\x03\x96\xe7\xaf\x3c\xe3\ \xf1\xec\x4b\xaf\xcf\x99\x08\xa0\x94\x17\x6f\x7a\x46\xd4\xd4\xa2\ \xa5\xef\x16\x73\x03\x5e\x79\x64\xae\x56\xba\x78\xfe\xdf\x8e\xb8\ \x34\xb0\x34\x36\x32\xd6\x88\xc4\xe4\x5e\xf9\x7d\x53\x11\x80\xec\ \x2a\xfd\xf3\x53\x7f\x6e\x8d\xe8\x3b\x74\x60\xd2\xc4\xe9\x23\x6d\ \xbf\xf5\xd5\xc6\x92\x24\xe9\xf7\x7a\x45\x51\xf4\x81\x0e\xb2\x2c\ \x4b\x92\xa4\x43\x59\x96\x65\x51\x14\x25\x51\x54\x14\x55\x23\x44\ \xd3\x34\x4d\xd3\x54\x55\x55\x14\x45\x87\xb8\x8e\x72\x96\x65\xe1\ \x82\x0f\x15\xa2\xa2\xa2\x66\xcf\x9e\x5d\x55\x55\x25\xcb\xf2\xbc\ \x79\xf3\x0c\x86\xd3\x5a\xfc\x38\x96\x15\x7e\xc4\xce\xa9\xf4\x81\ \x30\x68\xde\xea\xf7\x9f\x7f\x95\xbb\xe8\xb2\xe1\xb1\x9e\xf5\x9b\ \xaa\xc7\x5f\x36\xc5\x08\xe0\x76\xb6\x59\xec\x76\x23\x86\xd0\x9c\ \xa1\x33\x2e\x2d\x54\x95\x88\xac\x84\x48\x00\x28\x5a\xf1\x45\x9d\ \xa5\x70\xf2\xc8\xde\xd5\x9b\x3e\xfe\xf3\x5b\x5b\x7e\xf3\x6e\x84\ \x95\x24\x89\x52\x42\x29\x10\x42\x18\x86\x61\x18\x06\x61\xac\x03\ \x94\x76\xaa\x90\x13\x4a\xa9\xaa\x28\x94\x74\xfe\x53\x67\x87\xe9\ \x8a\x63\x2c\xcb\xb2\x2c\xcb\x71\x1c\x0d\x32\x6c\x00\x46\x8f\x1e\ \xbd\x64\xc9\x92\xbc\xbc\xbc\x94\x94\xd3\x35\xef\x7f\xfc\x2d\xf4\ \xac\xda\xa2\x6e\x2d\x47\x37\xbf\xf6\xce\x62\x6b\xbf\xcb\x1e\xbd\ \x66\x34\xae\xdb\x72\x22\x10\x35\x3e\x39\x0c\x00\x8a\xb7\x1f\x89\ \x4e\xb9\x2c\x1c\x01\x00\xd4\x1c\xde\xe5\x8a\x48\x4e\x8e\x60\x00\ \xdc\x7b\x0e\xb4\x8d\x9e\xfd\xcc\xc4\x81\xd6\xbe\xa4\xec\xa9\x8d\ \x65\x2a\x0c\xe7\x7f\xdb\xc0\xb5\x58\xac\x7a\x2c\x40\x34\x85\x12\ \x0a\xa7\xac\x23\x66\xb0\xaa\xa8\x1d\x9e\x0e\x42\x08\xc7\x72\x14\ \xa8\x4e\xcc\x35\x99\x4c\xfa\xb6\x99\xd1\x68\xec\x46\x76\x10\xb7\ \x7a\xac\xff\xd8\x63\x8f\x99\xcf\x6a\xd6\xa7\x00\xe4\x47\x16\x08\ \x01\x10\x4a\xce\x60\xcf\x38\x8f\xae\x79\xe1\xcd\x75\x43\xe7\xfe\ \x61\x5a\xdf\x48\x00\xf0\x29\xb2\x2f\x20\x51\x4c\x5c\x25\xdf\x2c\ \x39\x42\xaf\x7f\x6a\xa8\x0e\xf3\xf2\xe2\xe3\xb1\xbd\x26\x86\x62\ \x00\x50\xfd\x3e\x3f\x17\x10\x81\xb2\xeb\x77\x1e\x8f\xc8\x9b\xc7\ \xff\xd6\x97\x9a\x55\x55\x82\x10\x20\x44\x31\xc2\x14\x34\x42\x08\ \x50\x8a\xba\xc8\xe3\x40\x81\xc1\x8c\x41\x30\x20\x84\xf4\x62\xad\ \x3e\x6f\x87\x10\xa2\x73\xc9\x75\x4a\x03\xc6\x18\x05\xb7\x20\xba\ \x02\x86\x73\xa2\x13\x23\x46\x52\x55\x84\x74\x26\x52\x37\x77\x06\ \x28\x21\x94\xe1\x4e\xf3\xc9\x9a\x67\xc9\xdb\xaf\xec\x6e\x48\x0c\ \xdd\xf0\x51\xd1\x1a\x3c\xf6\x9a\xdb\x87\x45\xf7\x19\x91\xf4\xd9\ \x2b\x0f\xde\xc9\x33\xec\xc8\x79\xf7\x0c\x8b\xe7\x00\x00\x48\xeb\ \xee\xa3\x9e\x94\x59\x3a\x51\x26\x74\xdc\xd8\xac\x57\x3e\x7c\xac\ \x6a\x95\x59\x32\xe5\xdf\x39\xbd\xf0\xb7\x5f\x0e\xeb\x64\xd2\x51\ \xaa\xcf\x2c\xe9\xf6\xb8\x3a\x75\x01\x33\x98\xe5\x58\x1d\x9d\xa2\ \x28\x76\x74\x74\xe8\xa3\xf9\xf4\x56\x33\x42\x29\xd1\x34\x3d\xf9\ \x08\xd6\x71\xff\x85\x45\x46\x86\x5f\x35\x6b\xd6\xb1\xe3\x27\x18\ \xa6\x2b\xcb\xed\x62\x21\x68\xaa\x16\x1b\x1b\x7b\x5a\x2d\x0c\x1b\ \xa7\x2f\x7c\x6d\x64\x40\x96\x65\x85\x60\x36\x2a\x8c\x05\x43\xc4\ \x0d\x8f\x3f\x3f\xba\xb2\x49\x08\x4f\x4a\x8c\xe8\x72\xe7\xc8\x36\ \xf7\xd1\xa7\x4c\xe1\xfa\xc0\x08\x54\x70\xf9\xdd\xcf\xf4\x2b\x77\ \x4a\x7c\x52\x5a\x8a\x85\xfd\xed\x2f\x29\xdb\x9d\x19\x90\x2e\xd4\ \xea\xbb\x65\xdd\xf3\x7b\x75\x09\x26\x9d\x89\x6b\xb1\x58\x74\xc1\ \x1b\xdd\xdd\xea\x85\x88\x6e\xa2\x4c\x10\xa0\x3f\xba\xca\x0c\x33\ \xf1\xd2\x8b\x27\x5e\xfa\x9f\x75\xed\x22\x36\x2c\x3e\xf9\x8c\xbd\ \x35\xd6\x18\x96\x9e\x7d\xfa\x63\x88\x8f\x8c\x3e\xd5\xbb\xb3\x31\ \x29\x99\x31\x17\xce\x92\x76\x71\x15\x08\xa2\x44\xbf\xe9\xeb\x45\ \x59\x5d\x72\xd4\xef\xf7\x4b\x92\x64\x34\x1a\x4d\x26\x93\xde\xd9\ \xeb\x70\x38\x8c\x46\xa3\xee\x7a\x75\x56\xd7\x0f\x61\x6e\xd0\x82\ \xf6\x3f\x03\x6e\x37\xe0\xf4\x72\x98\x8e\x5a\xbd\x68\xc0\x30\x0c\ \xcf\xf3\x81\x40\xc0\xe3\xf1\xb0\x2c\xab\x63\x57\x17\xd0\xd5\x5d\ \xb2\xae\x57\xde\x59\x06\x0e\xe2\xb6\x87\x4c\x51\x55\xbd\x7c\x16\ \x5c\x8a\x7f\x7d\x13\x63\xf4\x74\xd8\xc0\x73\xa7\x3a\x4e\x4a\xa9\ \x20\x08\x36\x9b\xcd\x6c\x36\xcb\xb2\xcc\xf3\xbc\x0e\x68\x96\x65\ \x4f\xf5\xb2\x94\x52\x45\x51\x44\x51\x24\x34\xd8\x9b\x7e\xbe\xa6\ \x69\x64\xf7\xde\x03\xd5\xb5\x75\x84\xd0\x50\x47\xc8\x25\x17\x8f\ \x0c\xae\xc9\x8f\x02\xb7\x5b\x0c\x01\x33\x3f\xc4\xa9\x18\xe3\xae\ \x56\x5e\xaa\x07\xbb\xdd\x55\x85\x53\x39\xbb\x5d\x7b\x6c\x9a\xa6\ \x69\x41\x97\x7b\xfe\xe6\xf3\xf9\xeb\x1b\x9a\xaf\x9a\x39\x15\x00\ \x36\x6f\xdd\xb5\x62\xf5\x06\x83\xc1\xa0\x97\x20\x74\x7f\xd2\x3b\ \x3b\x23\x26\x3a\xf2\xac\xf7\x11\x59\x52\x79\x81\x3f\xed\x11\x85\ \xf2\xdc\xe9\xbb\x74\x67\x49\x6f\x2b\xb2\x0c\x98\xe5\x58\x0c\x00\ \x40\x54\x85\x32\x1c\x83\x7e\xf4\x2d\x54\x55\x34\xdc\xf9\xe2\x1f\ \x5e\x40\x68\xf7\x7c\x95\xff\x31\x70\xd9\xae\x5b\x12\xea\x72\x99\ \x7a\x55\x81\x65\xd9\xee\x81\xbd\x3a\x82\xbb\xfb\x7b\xbb\xa9\x8c\ \xfa\x71\x31\x0c\x63\x34\x1a\x83\xf5\xb0\xf3\x37\xcc\xe0\x36\x67\ \x5b\xc9\xe1\xa3\x9a\xa6\x59\xcc\x82\x22\x8b\x3a\x93\x04\x00\x30\ \x46\xad\xad\xce\x3d\xfb\xfc\x53\x27\x9d\x36\x04\xd5\x57\xb5\xf7\ \x83\x4f\xbe\x3a\x5e\xdb\x46\x43\xf3\x6e\xbe\xe7\xa6\xde\xe1\xbc\ \xab\x7c\xeb\xeb\xef\x7c\x55\xd1\xd8\x91\x36\xf6\x9a\xbb\xae\x1d\ \x63\x44\x20\xba\x1a\xb6\x2c\xfd\x60\xe9\xc9\x98\xa7\x1e\x9d\x17\ \xc6\x01\x00\xd4\x1f\xdd\xba\x66\xfd\xf6\x23\xd5\xed\x7d\x27\xdc\ \x7c\xf5\x98\xa4\xea\x5d\x4b\xde\x59\xb4\xbe\xd6\x45\x86\x5e\x79\ \xe7\x8d\x97\x64\x23\x00\x4f\x63\xd9\xb2\x8f\xdf\x3f\x66\x1e\xf4\ \xf0\xad\xd3\x0c\x00\x75\x07\x56\xbe\xf3\x8f\x95\xb5\x1e\xa5\x60\ \xda\x4d\x37\x4d\x29\xe4\x00\xbc\xcd\x95\xab\x17\xbd\xb7\xc7\x97\ \xff\xe4\x83\x97\x1b\x7e\x16\xe0\xfe\xb0\xdf\xd8\xd5\x01\x01\xa7\ \x70\x68\xba\x1b\x78\xf4\x70\xe2\x87\x88\x16\x80\x61\x18\x3d\xc6\ \xc5\x18\x33\x4c\x30\x20\xeb\x01\x13\x04\xe1\xd0\xc1\xe2\xef\xd6\ \x2c\xd7\x4b\x90\xa7\xfa\x02\x0a\x34\x10\x90\x66\x5d\x7d\xdd\x19\ \x6f\x91\x35\xa1\x70\xfc\x35\xd7\x64\x84\x7f\xf8\xc0\x7d\xdf\x7e\ \x7f\x69\xef\xf1\xf0\xe7\x3f\xbe\x1d\x7b\xf9\x03\x4f\xa5\x9c\x78\ \xe0\x85\xc5\xc5\xd3\xc6\xf4\xf7\x1f\x7c\xe7\xb5\x0f\x77\x1f\x39\ \x6c\x1a\x75\x47\x08\x07\x00\x70\x62\xeb\xa2\x4f\xd7\x9f\xec\x3b\ \x62\xec\x03\xd7\x65\x87\x58\xcc\x1d\x65\xab\xfe\xf8\xfa\xb7\x13\ \xef\x79\x78\x4e\xc3\xea\xa7\xbf\xf8\x6a\xc6\x25\x8f\xe2\x63\xab\ \xff\xfa\xde\xea\xa3\x87\x2a\xfa\x5d\x3f\xdb\x00\x10\xa8\xfc\xfe\ \x2f\x2f\x2f\x1a\x7c\xdb\x43\x73\xe4\xed\x0f\xbe\xbd\x6c\xd2\xf8\ \xc2\xc8\x9a\x4d\xaf\x7c\xf4\xcd\xfe\xa2\xd2\xd4\xcb\x67\x18\x7e\ \xae\x8b\x5c\xeb\xb2\xee\x92\x16\x21\xa4\x3b\x7e\xd5\x1d\x6a\xe7\ \x16\xc3\xe9\x65\x2f\xbd\x31\x5d\x7f\x96\x65\x19\x14\x24\x2b\xf4\ \x84\x31\x18\x21\xa2\x22\xa2\x81\xa6\x12\x55\xee\xfe\xa1\x8a\x4c\ \x89\xc2\x9c\x35\x70\xc1\xd1\x2b\x6f\xe8\x80\x5c\x9b\xda\xd0\xa4\ \xd9\x0b\x72\xa2\x0f\xad\xfa\xb8\x3d\x63\xf2\x2d\x93\x73\x63\x93\ \x92\x42\x0c\xbc\x24\x02\xe3\x48\xbd\xfa\xce\xbb\xc7\xe4\xa4\x15\ \xa4\xa7\x33\x00\x6a\xf3\xbe\x37\xde\xf8\xbc\xde\xe7\xd9\xf6\xed\ \x17\x2b\xf7\x35\x70\x8c\xb6\xea\xb3\x6f\x23\xc7\xdc\x32\xa3\x20\ \x35\x29\x36\xda\xce\x6b\x92\x06\xd6\xf8\x41\x77\x2e\xbc\x31\x37\ \x33\x29\x3d\x3f\x1d\x40\x59\xfb\xf5\x62\x6e\xd8\x0d\xb3\x06\x65\ \xc6\xc5\x26\x39\x18\xaa\xc8\x60\x88\xed\x7b\xd3\x1d\x37\x0e\xcc\ \x4c\x28\x28\xf8\xd9\xba\x8c\xb0\x2e\xbb\xa4\xaa\x8a\xce\x1c\x57\ \x14\x45\x96\x65\x9d\x46\xa3\x53\x6d\x74\x56\x8d\xfe\xf7\xa9\xd6\ \xe9\xa6\x09\xe9\xea\x92\x08\xa2\xae\x07\xac\x53\x10\x04\x9f\xf9\ \x03\x18\x63\x74\x6e\xee\x68\xcd\xde\x6f\x1f\x7d\xfc\x9d\x94\x19\ \x37\x8d\xcf\x62\xbe\xdf\xd6\xdc\x7f\xc8\x30\x06\xc0\x53\x71\x4c\ \x61\x43\x53\x42\x01\x09\xe6\x30\x4b\xa0\xb4\x99\x49\xcd\x48\x05\ \x80\x92\xf5\x2b\xb5\xec\x59\xcf\x3d\xfe\xc8\x1d\x53\xb3\x37\x7e\ \xbe\xb4\xc5\x79\xbc\xb8\x49\x1b\x3e\x3a\x1f\x00\x4e\x56\x56\x2b\ \xe1\x69\x61\x0c\x70\x66\x87\xc3\x57\xd5\xa6\x58\xf3\xd3\x0d\xe0\ \xaf\x3a\x78\xcc\x3b\x62\x78\x3e\x00\x34\xd6\x1e\x53\xa3\xa3\xc3\ \xcd\xc0\x98\xec\x21\x92\xab\xce\x19\x92\x97\xf0\xb3\xb5\x72\x74\ \x26\x67\x7a\x1d\x57\x57\x5f\xec\xd6\xa7\xe9\x8e\xce\xbb\x49\x8f\ \xd0\xa5\x61\xd3\xed\x8f\x75\x64\xeb\xdb\x13\x41\xd8\x9d\xbf\xfd\ \x77\x82\x20\xa0\xec\xff\xe6\xed\x7f\x6c\x75\x4e\xbd\xf5\xa9\x31\ \x39\xe1\x20\x95\x9d\xf4\x71\xa3\x12\x63\x01\xc8\x77\x2b\xb7\x39\ \x7a\x5f\x99\xc8\x02\x00\xb8\x8e\xed\x71\x9b\xa3\x72\x92\x58\x00\ \x7a\xbc\xdc\x19\x9d\xd3\x2f\xcc\x62\x34\x38\x6c\x26\xb3\x28\xb5\ \x34\x04\x24\x43\xaf\x18\x0e\xc0\xb9\x7a\x73\x71\xf6\x84\x47\xf4\ \x5b\x7f\xe9\x81\xa3\x5a\x78\x7e\x0a\x0b\x5a\x63\x5b\xab\xc7\x9e\ \x10\x61\x07\x10\xbf\x5b\xb3\x2f\x6b\xc0\x9d\xa1\x18\x00\xe0\xe4\ \xf1\x83\xde\x98\xcc\x04\xc7\xcf\x96\xd8\xb0\x7a\x79\x0b\x00\x30\ \x20\x7d\xfb\x41\x2f\x29\x9c\x1a\xce\xea\xe1\x41\xf7\x3f\x4f\xdd\ \x33\xeb\xa6\x90\x07\x89\xe4\x3d\x54\x11\x3b\x5d\x10\xe4\x94\x20\ \x57\xd3\xb4\x33\x04\x41\xaa\x36\xbf\xf7\xd4\x47\xbb\xaf\xbd\xff\ \xd1\x34\x83\xbb\xa1\xdd\x12\x63\xb7\x85\x82\xbb\x78\xcb\x06\x61\ \xff\xfe\xaf\xaa\x1c\xf7\xdf\x34\x54\x7f\x67\xc9\x8e\x83\x5c\xf8\ \x45\xb1\x0c\x00\x40\x74\x98\xb0\x76\xc7\xea\xe2\x8c\x01\x6b\x3f\ \x5a\x93\x34\xe2\xee\xe8\x18\x95\x2a\x8d\x9b\xbe\xdb\x76\xe8\xe8\ \xb2\x12\x76\xd0\x33\xc3\xd3\x01\x00\xa8\x7f\xef\xa1\x23\x91\x7d\ \x2e\x66\x00\x88\xc9\x66\x81\xba\x6d\xdb\xb6\x56\x37\xad\xfb\x5e\ \xcc\xfd\xe3\x04\xbd\xb3\x5c\x3b\xb2\xb7\x38\x26\xed\x1a\xdb\xcf\ \x77\xce\xb1\x9e\x5d\xe9\x6c\x2f\x45\x55\xf5\xb1\x92\xa7\xba\x5e\ \xdd\xc5\x92\x53\xc8\xb8\x5a\x17\x3f\xa1\x73\xd8\x09\xc3\x04\x67\ \x40\xf4\xcc\xc9\x40\x28\x25\xa5\x17\x67\xb4\xb2\xbc\x89\xe1\xcc\ \x98\x33\x61\xce\x88\x59\x23\xe6\x4c\x88\x35\xda\x43\x23\x62\x4e\ \xd7\x55\x68\x69\xf0\xa7\xa6\xc7\x1f\xfb\xee\xf3\xb7\xdf\xff\x60\ \x6b\x59\x2b\xe0\xc8\xb9\xb7\x5c\xa9\x95\xae\xdc\x56\xe5\xb8\xef\ \x0f\x8f\xe4\x39\xf4\x8c\x59\x95\x42\xd2\x46\x8e\xed\x8f\x01\x00\ \xd0\xf0\x6b\x17\x8c\x8c\x6b\xfb\xec\xb3\x95\x61\x23\xe6\xdd\x31\ \xa3\x37\x6b\xeb\x33\xff\xda\x29\x95\x6b\xbf\x29\xe3\x0b\x1f\x7f\ \xe2\xe6\x28\xdd\xdf\x6a\x7e\x6b\x6c\xc1\xb8\x7e\xbd\x00\x00\x87\ \x66\x5d\x7f\xf3\x65\x0d\xdb\x97\x1d\x0c\x64\x3c\xf6\xd8\x1d\x09\ \x26\xfd\x9b\x45\x26\x34\x7f\xf4\x80\xbc\x9f\xf1\x94\xa3\x59\xb3\ \xae\xee\x74\xab\x40\x3b\x85\xc0\x58\x56\x87\xaf\x5e\xbb\xd5\x3d\ \xab\xce\x61\xd0\x7d\xb3\x9e\xa5\x01\x80\xaa\xaa\xdd\xf5\xb2\x7b\ \x17\xde\xd3\x23\x82\x20\x36\xbb\x9d\x10\x4a\x88\x56\x5b\x53\x75\ \x01\x0a\x82\x74\x78\xbc\x55\x35\x75\xf8\x2c\x2f\x40\x28\x35\x1a\ \x84\xd4\x94\xa4\x5f\x85\x83\xf8\x5f\x08\x82\xfc\xfe\xc1\xfb\xf4\ \xfa\xb6\xae\xb6\xd8\x1d\x61\xfd\x27\x0b\x74\x6a\xc8\x25\x08\x42\ \x37\x6a\xff\xdf\x46\x08\x71\xb5\x3b\x35\x4d\x13\x0c\x86\x0b\xd3\ \x85\xdb\xac\x96\xbc\x9c\xcc\xe0\xcd\xe7\xdf\x03\xd7\x68\x34\xf6\ \xc8\x07\xf5\x88\x1c\x39\xc2\x48\x10\x4c\x84\x68\x0c\xc3\x04\x77\ \xe2\x82\xf6\xef\xab\x0a\xbf\x94\x9c\x9a\x50\x59\x16\x89\xa6\x71\ \xbc\x70\x61\xd6\xd7\x9c\x4e\xd7\x89\xf2\x93\x94\xd2\xc4\x84\xb8\ \xd8\x5f\x89\x52\xd8\xcf\x03\xdc\x5f\xd4\xff\x06\x61\x24\x08\x46\ \x42\x34\x8c\xf1\x05\xe8\x71\x03\x01\x71\xcb\xf6\xdd\x89\x09\xb1\ \x94\xc2\x96\xed\xbb\x86\x0d\x19\xa0\x37\x47\xe9\xcf\x32\x0c\x63\ \xb7\x59\x83\x49\xf0\x2f\x11\xb8\x94\x50\x51\xf4\x13\x4d\xe3\x85\ \x0b\xd1\xe3\xca\x8a\xa2\xaa\x5a\xdf\xfc\x5c\x00\x08\x09\xb1\x1f\ \x28\x3e\xc2\x30\x4c\x67\x9f\x0f\x42\x3e\x9f\x3f\x31\x21\x76\x60\ \xbf\x82\xd3\x43\xb4\xc0\xf1\xa2\x3d\x25\xe5\xcd\xe1\xe9\x7d\x87\ \x14\xa4\x72\x00\x00\xca\xb1\xdd\xdf\x1f\xac\x11\xf3\x06\x8f\xcc\ \x8a\xeb\x1c\x0a\x49\xdc\x55\x3b\x8e\x78\x0a\x06\xe6\x9a\xbb\x88\ \x37\x8d\x27\x0e\xec\x3b\x5a\x13\x91\x3e\x74\x60\x76\x38\x10\xef\ \xfe\xef\x37\x9d\xf4\x18\x06\x8e\x1c\x99\x60\xeb\xa4\x00\x78\x6a\ \x0e\x1f\x76\x72\x85\xf9\x19\x9d\xe4\x1d\xea\x39\xb0\xbb\x24\x34\ \x73\x60\x52\x08\x43\x44\x67\xd1\x9e\x3d\xe5\x0d\xfe\xa4\xfc\x41\ \x03\x32\x63\xcf\x75\xa2\xd0\x39\xcb\xd1\x3d\x58\xec\xff\x85\x79\ \x5c\x84\x78\xde\x40\x89\x86\x2f\xc8\x18\x57\x10\x84\x83\x25\x07\ \xab\x2b\x4f\x00\x02\x96\x61\x59\x96\x39\x75\x65\xda\xdb\xdd\x94\ \x6a\x67\x00\xb7\xf9\xc0\xc6\xaf\x57\xee\xb7\x86\x08\xdf\x2e\x59\ \xdb\x70\xd7\x1f\xaf\x1a\x14\xbe\xe1\xdd\x3f\x7d\x71\x50\x4d\xb5\ \xb7\x2e\xdf\x71\xf8\x8f\xcf\x3d\x90\x48\xdd\xbb\xd7\x2d\x5b\xf4\ \xf9\x67\x65\xd1\xd3\x3f\x1e\x98\x0b\x00\x20\x35\xad\x5c\xb4\xb8\ \xd4\x09\x66\x8b\x35\x24\x0d\x03\x69\xfd\xf4\xf9\x3f\xee\xf6\x47\ \x38\xbc\x95\x1b\x8a\xda\x5f\xfa\xc3\x15\xac\xaf\x7e\xfd\xd2\xaf\ \xbe\xf8\x62\x85\x6d\xe4\x6d\xfd\xf2\x33\x80\x2a\x15\x7b\xbf\x5b\ \xbc\xf8\x8b\x8d\x27\xf0\x63\xef\x0e\x4a\x02\x90\x5b\xcb\x8b\x8e\ \x96\x2b\x92\x6b\xd9\xd3\xdf\xcf\xfd\xc3\x33\x63\x33\x4c\x67\x9f\ \x47\xbf\xcf\x77\x2a\x4a\xf5\xca\xa9\x2c\x49\x3d\x75\xc7\xf8\xc5\ \x01\xd7\x64\x32\x12\x42\x34\x8d\x5c\x80\x3c\x49\x86\x61\x9c\x2d\ \xcd\x87\xf6\x1c\x67\xf9\xb3\xba\x74\x09\x15\x65\x39\x2b\x3b\xe7\ \x8c\x87\xc3\xf2\x2e\xbe\xbf\x70\x22\x83\xe8\x3b\x65\xf3\x1a\xda\ \x02\x1d\xa5\x4b\xff\xb1\xb5\xe3\xfe\x97\xff\x92\x6b\x38\xb0\xe0\ \xf6\xb7\x2b\x5c\x10\xa7\xd6\x54\x34\xf8\xec\x11\x11\x85\x85\xb9\ \x36\x06\x80\x78\x3f\x7f\xe9\x99\xd5\x0d\x8e\x71\xa3\x86\x8d\x9b\ \x34\x2e\x52\x80\x92\x25\x7f\x5a\xdd\xdc\xeb\xc5\x97\xef\x0a\x2b\ \xf9\xea\xb6\x17\xf7\xb6\x92\x2b\x4c\x75\x47\xaa\x25\x63\x68\x78\ \x7c\x66\x61\x7f\x0e\x00\xa8\xfb\xe0\xb1\x66\xab\x25\x24\x29\x2d\ \x33\x3f\x14\x03\x80\x21\x6e\xc0\x0d\x0b\x06\xd0\xf6\xa2\xe3\xfb\ \xde\xf0\xab\xe4\x9c\xe7\xd1\xef\xf3\xfb\x7c\x5e\xab\xd5\x06\x5d\ \x7c\xc3\x80\xdf\x2f\xcb\x3d\x06\xdc\x5f\x1c\x17\xb1\x4b\xd2\xe1\ \x02\xa5\xa5\x33\x0c\x63\x30\x18\x0c\x82\x70\xe6\x8f\x41\x38\xe7\ \x2e\x0f\xc3\xf3\x0c\x92\xb7\x2f\x7a\x71\x3f\x93\x37\x63\x64\xc2\ \xd6\x6f\x36\xa6\x8e\xbf\x2a\xd7\x01\xc4\xdd\xce\x0a\x66\x2b\x0f\ \x6c\x4c\xee\xec\x1b\xaf\x0d\x21\xe6\xf4\x94\x74\x00\x68\x3d\xf0\ \xcd\xda\x63\x74\xe4\xb0\xbc\xe6\x7d\x4b\x9f\x7a\x61\xa9\x4c\xda\ \xd7\x6c\xa9\x18\x7e\xf9\xac\x48\x80\x76\xb7\x1f\x59\x22\x0d\x00\ \xa1\x19\x17\x2f\xb8\x76\x30\x6b\x36\x65\xe6\x44\x01\x00\xe0\xf0\ \xe9\xd7\xce\xc9\x8a\x30\xd8\xd3\xf3\x3a\x5d\x2b\x6d\xfd\xfc\xe5\ \x27\xae\x5d\xf0\x62\xf2\xcc\x5b\x2e\xc9\xb1\x9c\xf3\x24\x26\xa7\ \xa4\x2a\x8a\xd2\xda\xd2\x1c\xf0\xfb\xfd\x7e\x5f\xbb\xb3\x8d\x02\ \x84\x47\x44\xf6\x94\xb0\x67\x90\x44\xfb\xcb\x32\x5d\x33\xf3\x1c\ \xd1\x21\x40\xd7\xe4\xb3\xd3\x1d\xb1\xbb\xf2\xa3\xe7\xff\xf0\x55\ \xa9\xf5\xee\x47\xef\x49\x32\xb7\xec\x39\x49\xb3\x73\xb2\x01\xe0\ \xe4\xde\x22\x62\x4d\xcf\xb2\x03\x00\x28\xf5\x7b\x4a\x25\x4b\x66\ \x56\x04\x00\xec\xdb\x5c\x9c\x34\xe6\xc6\x79\x57\x5e\x7e\xcf\xdc\ \xc9\xa4\xea\x68\x43\xf5\xd1\x86\x80\xd0\x2f\x37\x0a\x00\x8a\x0f\ \x1d\x32\x64\xf5\x09\xc3\x00\x00\xad\x7b\xf6\x7a\x70\x72\x5e\x54\ \x17\x3c\xb4\xc6\xe2\xb2\xc6\xde\x05\x5d\x2a\x27\xd8\x71\xf1\xe5\ \xb3\xa7\x0c\x08\xaf\x3a\x56\x79\x4e\xff\x49\x29\x31\x99\xcd\xbd\ \x73\xf3\xc3\x23\xa2\x34\x42\x28\x85\xb0\xf0\xc8\xc4\xa4\x14\x8e\ \xe3\x7b\xea\x36\x1a\xe4\xd1\xfe\xb2\xec\xbf\x22\xd9\x90\x8e\xf2\ \xd7\xfe\xf2\x8a\x9a\x7f\xf5\x9f\xaf\x18\xc4\x00\x80\xec\x73\x07\ \x14\xd6\x60\xd0\xbc\xa5\x1f\x2d\x3b\x50\x78\xed\xb3\xba\x33\x6c\ \x2c\x39\x88\x1d\x29\x19\x21\x00\x40\xdc\x9e\x80\x1c\xa2\x01\xc0\ \x81\xfd\x45\x24\x21\xd3\x86\xe4\x80\x5f\xe1\x79\xf0\x9f\xdc\xb8\ \x78\x9b\x6b\xc6\x63\x03\x74\x20\x96\x1c\x2d\x37\xa4\x8d\xea\x9e\ \x4b\xa2\x34\x56\x56\x3a\x43\x47\x26\x45\x01\x80\xa6\x28\x0c\xc7\ \x85\x27\x64\xf6\x4e\x0c\xd9\xb0\xb7\x41\x02\xe0\xce\x75\x20\x84\ \x10\x8c\xd9\xd8\xb8\xf8\x53\x99\x2d\x3d\x78\x23\x0d\x02\xf7\x17\ \x06\x5c\x7d\x2e\x81\x0a\x9d\xc3\x4b\x7e\x98\xba\x03\x9a\xa6\x9d\ \x31\xd7\x68\xc7\x3f\x5f\xfa\x74\x67\xd3\x8c\xe8\xe2\xbf\xbf\xb8\ \x25\x75\xec\x35\x53\x0a\x62\x47\xf4\xb6\x2c\x79\xf1\xde\xed\x16\ \xc5\x32\xe8\xfa\x6b\x47\xe8\x64\x59\x75\xf7\xee\x13\xe6\x94\x39\ \x56\x00\x00\x3c\x64\x54\xbf\xf5\xef\xbd\xfe\x54\x7d\x42\x4b\xb3\ \x34\xfb\xee\x71\x8e\x04\x7f\x56\xbc\xfc\xf2\x83\x0f\xda\xe4\x8e\ \x3e\xb3\x6e\x1b\x97\x6e\x03\x00\xd0\x5a\x8a\x0e\x57\x64\xcc\x98\ \xdf\xfd\x45\xd5\xa5\xbb\x5b\x43\x93\x93\x22\x30\x80\xb2\xe5\x9f\ \x7f\x5b\x53\xe6\x33\x12\x4f\x65\x9b\x36\xe3\xd6\x5b\x2c\xff\xf2\ \x68\x10\x42\x2c\xc3\xd0\x1e\xad\x27\x04\x81\xfb\xcb\xab\x4d\x32\ \x78\xda\xd4\xa9\xdb\x77\xee\xc4\x08\x01\xe8\x72\xdb\xfa\x5f\xa0\ \x11\x62\xb1\x5a\x06\x0d\x38\x4d\xa2\x26\xeb\xd2\x3b\xde\x18\xe0\ \x95\x15\x45\xd5\x68\x44\x8c\x15\xc0\x38\xf5\xce\x47\x52\x4b\x8e\ \xab\x96\xf8\x3e\x59\x09\x5d\x25\x09\x3c\x74\xce\x3d\x43\x42\x3a\ \x65\x4c\x13\x46\xce\x79\x3c\xb6\xb0\xb2\x45\x4a\xc8\xca\x4d\x0c\ \x35\x02\x58\x17\xdc\xf7\xf4\xe1\xd2\x2a\x43\x4c\x5a\x4e\x72\x44\ \x97\x7b\xb7\xce\xbc\xfd\x49\x6b\xec\x0f\x24\xf1\xe8\xfc\xe9\x4f\ \x65\x9b\x1d\x08\x00\x98\xbc\xb1\xd3\x2d\x99\xcd\x2a\x36\xc6\xa5\ \x66\x27\x84\xfd\xab\x06\x08\x86\x65\xbe\x5d\xbe\xfc\x50\x49\x09\ \x00\x0c\x1a\x38\x70\xcc\x98\xb1\x41\xe0\xfe\x66\x03\xdc\x31\xa3\ \x86\x8d\x19\x35\xec\x3f\x7c\x7d\x58\x72\x56\x58\xf2\xe9\x29\x8b\ \x21\x2c\xaf\xff\x90\x33\xd2\x98\x98\xa4\x53\x25\xa3\x99\xb8\xf4\ \x3e\x71\xe9\xa7\xd4\xe0\x1c\xb1\x85\x43\x62\xcf\xf8\x94\x84\xd4\ \xb4\x53\x1f\x30\x87\x27\xf6\xea\x7a\x2e\x2c\x3e\x2d\x2c\x3e\xed\ \xdf\x1f\x0b\x20\xa0\xd0\xb7\x6f\xdf\xa2\xe2\x62\xa3\xd1\xd8\xa7\ \x4f\x9f\x9e\xdd\xa3\x0d\x02\x37\x68\x3f\xc9\x15\xa8\xa8\x8a\xa6\ \xa9\xd1\xd1\xd1\x0b\x7e\xf7\x3b\x86\x61\xec\x76\xbb\xa6\xa9\x9a\ \xa6\xe1\xdf\x64\x1d\x37\x68\xbf\x0d\xb3\x58\x6d\xf5\x75\xb5\x8a\ \xa2\x30\x0c\x13\x16\x16\x46\x29\x25\x94\xaa\x8a\x12\x10\xfd\xbc\ \x20\xf4\x3c\x70\x29\x00\x87\x41\x60\xff\x3f\x91\x74\x40\x45\xc1\ \xe6\x9d\xf3\x34\x42\xc8\x81\xe2\x92\x13\xe5\x95\x94\xd2\xe8\xa8\ \x88\xd1\x23\x86\xfe\x4a\x0f\xc4\x1e\xe2\x30\x9a\x4c\x27\x8e\x97\ \xf6\x4a\xcd\x10\x0c\x02\x00\x28\x92\xd4\x50\x5f\x6b\x34\x98\x88\ \xa6\x11\x42\xce\x5f\x69\xee\x34\xe0\x72\x18\x6a\xdd\xa8\xa8\x9e\ \xe1\x98\xff\xb6\x88\x03\x17\xa5\x68\x66\x0e\x7a\x50\xb2\xf1\x02\ \x6c\x62\xf3\xf9\xfc\x27\xca\x4e\x5e\x75\xf9\x54\x00\x58\xb5\x76\ \xe3\xb7\xab\xd6\x1b\x8d\x86\xee\xd5\x40\x08\xe5\xe6\x64\x45\x45\ \x86\xff\x1a\x8a\x23\x34\xa5\x57\x5a\x4d\x55\x65\xe9\xd1\x43\x66\ \xb3\x19\x21\xac\x2a\xb2\xc5\x6a\x0d\x8f\x88\xec\xe8\x70\xf7\xbc\ \xc7\xe5\x19\xa8\x76\xe1\x2f\x0e\x72\xe6\xff\x52\x17\x98\x50\xe8\ \x1b\x47\xac\x3c\xed\x29\xe0\xea\x12\x24\x47\x4a\x8a\x7f\xdb\x64\ \xa8\x33\x8e\x4e\x23\x24\x25\x3e\xbc\xf4\xc8\x21\x00\x88\x8d\xb0\ \x35\xb7\xb4\x6a\x92\xb7\xdb\x35\x00\xd0\x9a\xaa\x72\x67\x4b\xfd\ \xaf\x02\xb8\x84\x52\xcc\x60\x84\xc0\xed\x6a\x47\x08\x09\x82\x21\ \xe0\xf7\x9f\xac\x28\xd3\x5b\xc5\x7a\x3e\x54\x60\x31\x98\x79\x6a\ \xe2\x7e\x70\x7b\x04\x10\xa2\x14\x30\x62\x11\xc8\x2a\xc5\x18\x11\ \x42\x11\x46\x1c\xfe\xc1\xbf\x92\x9e\x1e\x41\x4d\x29\x4d\x4a\xee\ \xf5\x8b\xe2\x0a\xf7\xb8\x61\x84\x44\x49\xc4\x98\xd1\x95\xb4\x09\ \x21\x18\x21\x43\x2f\xa3\xa2\x28\x00\xc0\x60\x9c\x99\x95\x7d\xc6\ \x5b\xf4\x4e\xaa\x5f\xd1\x05\xd9\x8d\xd1\x53\x3b\x6d\x7b\xe4\x5e\ \xfa\xaf\x92\x33\x55\xa3\xd9\xbd\xc3\x72\x35\xcf\x01\xc6\xf6\xbb\ \x1c\xce\x29\x92\xda\x6a\xcf\xe2\x62\x7f\x58\x92\x6d\x66\x1f\x93\ \x19\x41\x6d\x55\xc7\x17\xc5\x7e\xc2\xa0\x9f\xe6\xa2\xa5\xbf\x71\ \x77\x8b\xb1\x2c\x49\x2c\xc7\x53\x42\x30\xc3\x68\xaa\x8a\x31\x16\ \x0c\xc6\xce\xad\x26\x4a\xc9\xb9\x5a\xa1\x7e\x5d\x6b\x72\xf6\x65\ \xd6\x53\x11\x20\xfb\xaf\x23\x57\xa3\x91\x0d\x25\xd8\xce\xa1\xc3\ \xc5\x2d\x7f\x2d\xc3\x4f\x4f\x0b\x1d\xea\x47\x7d\x7a\x9b\x0e\xee\ \x6a\xd9\xd8\x48\xac\x06\x44\xb1\xde\xab\xd6\xf3\xc6\x71\x3c\xc6\ \xbf\x65\xe0\x62\x8c\x05\x41\xf8\x01\xb8\x0c\xa3\x3f\xa2\x69\xcc\ \x6f\xf8\xa8\x29\xed\x9c\x24\xf2\x13\x02\x17\x00\x08\xa1\x1a\x01\ \x95\xa0\xe8\x68\xd3\xc5\x2c\xc3\xc9\x2a\x67\xe6\x18\x8f\xb8\xa3\ \x46\x41\x06\xce\x24\x20\x45\xd6\xd4\x9f\xc2\x1b\x21\x54\x5d\x55\ \x29\xc9\xf2\x6f\xd8\xe9\x22\xdd\x21\x75\x5e\xf8\x9d\x63\x69\x31\ \xfe\x2d\x17\x67\x28\xa5\x1c\xc7\xc6\xc5\xc5\xff\x84\xc0\x25\x84\ \x8a\x0a\xd1\x00\x18\x44\x09\xa0\x88\x30\x21\x5d\x94\x97\x6e\x75\ \xbb\x6c\xd6\x41\xf1\xac\x01\x88\x9b\xe3\xe7\x8c\xb4\x7c\xb6\xa2\ \xa5\x8e\xf4\xbc\x50\x23\xc7\x71\x6f\xbe\xf9\x46\x45\x45\x85\xd0\ \x43\x65\xbf\x5f\xd1\xc9\xfd\x0d\xab\x59\xa9\x8a\x12\x19\x19\xf9\ \x97\x17\x5f\x3a\xff\x80\x81\xfd\x11\xd4\x42\x5c\x82\xb9\x97\x11\ \xe7\x24\x30\xd5\xfb\x34\x63\x12\x1c\x29\x6d\x7f\x7d\x9f\x1c\x62\ \xc0\x8c\x14\xa8\xa4\xe1\xb3\x87\x85\xee\xf3\xb2\x21\x1c\x68\x3f\ \x99\x7b\xe0\x79\xde\x60\x30\xf0\x3c\x0f\x41\xfb\xad\x18\xc3\x30\ \x3f\xc9\x06\xc4\xa9\x57\x3d\x21\x10\x13\xc6\x55\x95\xba\xd6\xd7\ \xaa\xe1\xd4\xe3\x93\x68\x98\x99\x61\x31\x10\x51\xfe\x62\x63\xeb\ \xb0\x6c\x73\x9a\x8d\x6e\x38\xe0\x71\x11\xc4\x60\xf8\x29\xef\x6e\ \x88\x68\xb2\xa2\x01\xcf\x73\xba\x23\x22\x9a\xa2\x68\x88\x63\x40\ \xd1\x28\xcf\x73\x44\x91\x15\x4d\x97\x29\xc1\x2c\xc7\x31\x18\x01\ \x80\xa6\xca\x4a\x17\x33\x1f\x61\x96\xe7\x39\x04\x44\x55\x14\x55\ \x23\x00\x88\xe5\x38\x56\x9f\x7e\x43\x34\x45\x51\x08\x05\x84\x18\ \x8e\xe7\x70\xb0\x0d\xf1\xd7\x63\xec\x39\x51\xcb\x60\xa8\xab\xf1\ \x7e\x70\xd2\x8b\x31\x32\xf2\xa8\xbe\xd6\x5f\x83\x90\xc0\x00\x05\ \xc0\x0c\x52\x03\xf2\xea\x9d\x92\x06\xc0\x60\x64\xe4\x11\x82\x9f\ \x70\x8e\x2f\x25\xaa\x39\x32\x21\xd2\x02\x35\x27\xeb\x09\xc6\x94\ \x10\xc1\x16\x9d\x1e\xc1\x36\x39\xd5\x70\x3b\x53\x53\xdd\x64\x8a\ \x4d\x4d\x88\x0e\x15\x58\x2c\x7a\x5a\x2b\xcb\x2b\xdd\x0a\xb0\x0c\ \x13\x12\xd5\x2b\x21\x26\x94\xe7\x58\x00\x10\x5d\x4d\xe5\xe5\x95\ \x5e\x8d\x89\x88\xcf\x48\x8e\x71\x80\xec\xad\x2a\x2b\x6b\xf5\xab\ \x2c\x03\x94\xb3\xa6\x67\xa7\x3a\x4c\x8c\xd8\xd1\x5a\x55\x55\xe7\ \x57\x68\xb0\x85\xf6\x57\x0c\x5c\x0c\x80\x00\x38\x16\x73\x5d\x4f\ \x32\x2c\xe2\xba\xf2\x09\x00\x60\x30\x32\x1b\xd0\x19\x6f\xf9\xa9\ \x80\xab\x4a\x42\xfc\xd0\xbb\xae\xcd\x7d\xf3\xf1\x47\x0f\x79\x78\ \x50\xb4\xbe\x97\xdc\x78\x65\xf4\xe1\x8f\x76\xe3\xdf\x4d\x09\x79\ \xec\xe1\xf7\x87\xce\xbc\x71\x4a\x4a\x60\xcf\xb1\xf6\xd0\xc8\x68\ \x93\xd6\xf0\xf5\x87\xef\xef\xac\x54\x47\x8e\x9b\x3f\xa7\x1f\xec\ \x3a\x52\x03\x2c\xdb\x5e\xbe\xff\xc4\xb1\xaa\xc2\xc9\x37\xcc\x1a\ \x95\xea\xac\x6f\xc2\xd6\xc8\x10\xae\x65\xd1\x5b\x6f\xef\xac\xc5\ \x97\xcd\xbf\x75\x64\x8a\xa1\xba\xde\x6b\xe1\x5a\x17\xff\x63\x51\ \x59\x9b\xc8\x32\xc1\x96\x90\x5f\x21\x70\x45\x15\xf2\xa2\xb5\x67\ \x2e\x21\xff\x0f\xc7\x63\xe6\xa9\xfa\x13\x38\x5e\xcc\x09\x4d\xc5\ \x5b\x8f\xcf\x1c\xdc\xbf\x5f\xea\xc1\xb5\x27\x18\x73\xe2\xc0\x82\ \xd0\x1d\x5f\x6e\x6b\xa5\xc3\x64\x49\xa1\x80\x39\x2c\x1d\xf9\xfe\ \xab\xd7\xbe\x38\x47\x8f\x8f\x30\x00\x00\x20\x00\x49\x44\x41\x54\ \x68\xb2\x85\x8d\x9d\xfb\xc0\x9c\xeb\xae\xac\x78\xf6\x23\x95\x6a\ \xc7\x37\x7f\xf3\xd2\x07\xeb\x40\x30\x61\xc4\xc6\xf7\x9f\x39\x7f\ \x62\xea\x57\x7f\xfb\xcb\xc6\xd2\x56\xc4\x59\xc7\xce\xbd\x77\xf6\ \xf5\x53\x4e\xbe\x79\x74\x78\x5e\xc2\xf7\xaf\x2c\xfc\x67\x51\x47\ \x58\x98\x0d\x11\x2d\x88\xda\x5f\x2b\x70\x29\x05\x9e\x05\x03\xf7\ \xff\x89\x58\xb5\x9f\x28\x5c\x40\x0c\x48\x75\x9b\x77\x37\x5c\x57\ \x38\xc0\xbe\xb6\x08\x67\x0c\x4c\x24\x0d\xcb\x8a\xab\x71\xff\xce\ \x90\x57\x2f\x22\xb1\x2c\x4b\xa4\xb6\xcd\xcb\x56\x4d\x7c\x68\x7c\ \x6a\x8c\x41\x0c\x48\x89\x43\xa6\x2d\x8c\x1a\x08\x98\x14\xaf\x5f\ \xe4\xcf\x2f\x74\x96\xee\xde\x5e\x52\x87\x4d\x16\xa4\x38\x37\xae\ \xfe\xfe\xe2\xbb\x26\x65\xf3\xab\x56\xed\x3e\x39\x61\xce\xdd\x7c\ \xca\xe6\x2d\xdb\x76\x37\x89\x84\x67\x99\x20\x20\x7e\xad\xa1\x02\ \xa5\x3f\x61\xa1\xe0\xff\xf9\x5f\xc4\xe4\xd8\xee\x8d\xde\xe1\x33\ \xd2\x63\x62\x43\x06\xe6\xb6\x96\xac\x2d\xef\x40\x19\xa7\x3a\x47\ \xd4\x39\xc5\x95\x12\x95\x22\x8a\x31\xc2\x0c\xee\xa8\x2f\xdb\xbd\ \xa3\x18\x58\xa6\xbe\x39\x10\xcf\x23\xa2\x11\x00\x5d\x1c\x12\x11\ \x42\x08\x65\x78\xd4\xb1\xfa\xa3\x57\xca\x73\xf2\x87\x0c\x1f\x75\ \xdf\xb0\x91\x5f\xff\x1f\x7b\xd7\x1d\x1f\x55\x95\xfd\xcf\xbd\xaf\ \x4e\x9f\xc9\xa4\x37\xd2\x21\x74\x42\x09\x4d\x30\xf4\x22\xa0\x82\ \x08\xba\xf6\xde\x5d\xbb\xbb\xae\xbb\xba\xeb\xea\x5a\x56\xd7\x82\ \x8a\x80\x0d\x41\x41\x54\x04\x14\x51\x69\xd2\x7b\x09\x90\x04\x02\ \x09\xe9\x3d\x99\x4c\x79\xf5\xde\xdf\x1f\x2f\x19\x42\x40\x77\x7f\ \x12\x04\x61\xce\x67\x3e\x30\x79\x65\x26\xb9\xef\xfb\xce\x3b\xf5\ \x7b\xe6\xce\xda\x52\xdc\xcc\x85\xb0\xfb\x3b\x91\xdf\xc1\xc3\x91\ \xe1\x58\x5f\xc9\xfe\x2d\x87\x02\x63\x66\x5c\x9d\xdd\x09\x6f\xd8\ \xb0\x9f\x9e\xc4\x94\x01\x44\xd7\x14\x59\xd6\xa8\xd8\x6f\xcc\x68\ \x54\x5b\x7e\xac\x22\xc0\xf1\x6c\x63\x49\xde\xa6\x8d\x1b\x36\x6d\ \xde\x56\x54\xe5\x29\xd9\x7b\x30\x2a\xb3\x4f\x8f\x24\xbb\x1c\x08\ \x48\xaa\xd8\xf7\x92\x6c\xb3\x7a\x38\xaf\x8e\x5a\x38\xad\x68\xef\ \xda\xd9\xaf\xbd\xba\xdb\x97\x30\x71\x58\x67\xda\x41\x9d\xd3\x21\ \x39\x37\xce\xd9\x79\x08\x5d\x01\x7b\x7f\x5a\xbd\x65\xea\x3f\x6f\ \xaf\x5f\x3b\x6f\x77\x49\x13\xc3\x30\x98\xe5\xcd\x26\x1e\x01\xd5\ \x91\x98\x39\x68\xd2\x8d\xd6\x01\xe1\xb1\xc9\xb1\x0e\xe9\xb3\xf7\ \x3f\x2d\x97\xd9\xbe\x0c\x97\x36\x68\xdc\x2d\x42\x3a\x70\x3c\x34\ \x16\x7d\xbb\x7a\xf9\x82\x8d\x71\x33\x1f\x78\xb2\x7f\x7e\x11\x76\ \xc5\xa7\xc4\xa0\x2f\xdf\x7d\xb7\x9c\x4b\xbd\xfe\xc6\x89\x56\xbd\ \x31\xc0\xba\xbb\x86\x7b\x37\xac\x2c\x45\xa1\x71\xc4\x21\xe0\x76\ \xb4\x8b\x26\x06\x8a\x37\xff\xe7\x55\x4f\xe0\x78\x9e\x8c\x44\x81\ \x87\xda\x82\x8d\xf3\x9a\xb1\xc2\xa0\xed\xcb\x3f\xf5\x74\x8a\xe4\ \x59\xa6\xbc\x70\xdf\xa2\xdc\xdc\xca\x66\xcd\x6a\xe6\x0e\xac\xfb\ \xf4\xe3\x92\xe8\x96\x09\x75\x01\x2f\xd2\xfd\x6b\x3f\x7d\xf3\xf8\ \xbe\x5e\x19\x09\x6e\x74\x34\x7f\x45\xee\xde\xa2\x1a\x2f\x6f\x42\ \x5b\x36\x6f\x4d\x8a\x76\x62\x28\xdd\xb5\x6a\xfe\xc1\xa2\x5a\x96\ \x0b\xf5\x83\x84\x80\xdb\xe1\x3e\x1a\x0a\xec\xfd\x69\x23\xe6\x05\ \x9e\xc3\x00\xe0\xab\x39\xba\xa5\x9c\x8a\x22\x5f\x79\x78\xd7\xf1\ \x83\x3a\x00\x20\xcc\x70\xbc\x20\xf0\x2c\x02\x5a\x55\xb4\xa7\xa4\ \xa0\xf5\xb9\x8f\x59\x51\x14\x4c\x9c\x7e\x3c\x77\x4b\xe1\x1e\x1d\ \x10\xe6\x78\x81\xe7\x05\xd0\xbc\x87\xf7\x6c\x38\xa4\x11\x68\xd9\ \xc4\x86\x62\xb8\x21\xe0\x76\x80\xb4\xcc\xab\x6a\x0b\x5e\x96\xa1\ \x44\x93\xe5\x56\x40\x62\x50\x14\x05\x00\x33\x5c\x70\xf4\x9a\xda\ \x6a\xa6\x9e\xd8\x08\x00\xaa\xaa\x40\x0b\xb4\x8d\x41\x6e\x9a\xac\ \x68\xc6\xed\xd0\xda\xec\x41\x3a\xa4\x64\x29\x24\xbf\x2c\x9a\xaa\ \x76\xd4\x3a\xb3\x16\x8b\xe5\x6c\xfc\x8a\x66\xb3\x59\x14\xc5\x5f\ \x5d\x4b\x41\x29\x4d\x4e\x4e\x16\x78\x9e\x0b\x3d\xbe\x2f\x20\xd1\ \x75\xdd\x15\x16\xd6\x31\xc0\xfd\xfb\xb3\xcf\x9c\x15\x7f\x8a\xc1\ \x0d\x0d\x0d\x3c\xcf\xff\x3a\xec\x6a\x9a\x3a\x62\xc4\x08\x8b\xd5\ \x1a\xe2\x31\xbe\xb0\x04\x79\x9b\x1b\x0d\x3a\xa6\x33\x05\xee\x8e\ \xed\xdb\xce\xca\x6f\x48\x81\x61\x19\xab\xd5\x76\x06\xd8\xd5\x58\ \x2e\x34\x85\xea\xc2\x82\x2d\x42\x5a\x07\xe5\x57\xd9\x2e\xa7\x34\ \x36\x75\xec\x6f\x6a\x4c\x50\xfb\x75\x67\x77\xc8\xad\x19\x92\xf3\ \x0a\xb8\x1d\xd5\x2e\xc3\x72\x67\xb9\xe0\x35\x34\x2a\x35\x24\x67\ \x25\xaa\x10\x02\x56\x48\x7e\x97\xc0\xd5\xcf\x5a\x9e\x33\x38\x80\ \xb2\xa3\x3e\xcd\x30\x1b\x82\x8d\xce\x21\x39\x7f\x0c\x00\x83\x2d\ \x81\xe7\x79\x49\x92\x82\x97\xe9\xec\x02\xd7\xe9\x74\x9e\x35\x33\ \x5c\x0b\x04\x02\x1d\xf2\x07\x18\x73\xb1\x7d\x7e\x3f\xa5\x20\x8a\ \x82\x28\x08\x1d\x76\xbf\x21\xcc\x32\x98\xe8\x1a\x09\xdd\x0b\x67\ \x60\x0d\x8a\xa2\x78\xfc\xf8\xf1\x35\x6b\xd6\x4c\x9f\x3e\x9d\x65\ \xd9\x33\x9f\x31\xfa\xdf\x81\x7b\xff\x03\x0f\x9e\x8d\xcf\x15\x04\ \x21\x77\xff\xfe\xd9\xb3\xdf\x3d\xf3\x1b\x03\x63\x1c\x90\xa4\xed\ \xbb\xf6\xf9\xbc\x3e\x63\xf2\x6f\x56\xef\xee\x31\x51\x11\x9a\x76\ \x02\xbb\xc8\x20\x22\x38\xa9\x8b\x1f\x31\x2c\x43\x4f\x90\x21\x23\ \x86\xc1\x94\x52\x86\x65\x89\xa6\xea\xa4\x95\x31\x59\xf3\x95\x57\ \x7a\x6c\xe1\x51\xe6\xd0\x28\xcb\x5f\xa5\x9e\x54\x55\x5d\xb0\x60\ \x41\x76\x76\x76\x6d\x6d\xed\xb7\xdf\x7e\x3b\x74\xe8\xd0\xdc\xdc\ \x5c\x4a\xe9\xa4\x49\x93\x0c\x66\x93\xdf\x99\x8d\x8b\x10\x0a\x48\ \x81\xe2\xa2\x63\x6c\x6a\x9a\xdd\xe1\x38\x13\xfe\x15\x96\x61\x4a\ \xcb\x2a\x65\x49\x9e\x34\x61\x14\x21\xf4\x60\xde\xe1\xa5\xcb\xbf\ \x4f\x4c\x88\x0d\x2a\x5d\x4a\x29\xcf\x73\xbd\xba\x67\x86\xbb\xc3\ \x4e\x7c\x11\x51\x1b\xaa\xeb\x45\xbb\x53\xe0\x10\xa5\x80\x10\xf1\ \x34\x7a\x31\x6d\x58\xb5\x7c\x4d\xec\x25\xd3\x86\x24\x9b\x15\x8d\ \x22\x86\xd3\xeb\xf2\x3e\xff\x7c\xfb\x98\x1b\xef\xea\x6a\xd3\x15\ \x12\x82\xe2\xff\xf3\xd2\xb0\xac\xd9\x6c\xf6\xfb\xfd\xaf\xbf\xfe\ \x3a\xcb\xb2\x3c\xcf\xbf\xf2\xca\x2b\x3e\x9f\x6f\xe6\xcc\x99\x56\ \xab\xd5\xe3\xf1\x9c\x3d\x43\xf4\x2c\xd6\x43\x51\x4a\x55\x55\xed\ \x90\xa7\x06\x42\xa8\xb1\xa9\xf9\xc8\xd1\xe2\x43\xf9\x47\x00\xa0\ \x4f\xaf\xae\x2e\xa7\x23\xc2\x1d\x66\xbc\xa2\x22\xc2\x09\xa1\x1b\ \xb7\xec\xe4\x38\xae\xf5\xf9\xcf\x70\xe0\xfd\xee\xfd\x97\x3e\xdb\ \x5a\xc4\xf2\x3c\x30\x3c\xe3\x3b\x3a\xf7\xcd\xff\x6c\x2c\x67\xba\ \x76\xeb\x1a\x6d\x63\x09\xc5\x1c\xcf\xf3\x1c\xcf\x61\xdd\x17\x08\ \xe8\xd4\x28\x75\xe0\x39\x8e\xe3\x79\xde\xe8\xb8\x64\x58\x63\x03\ \xc7\x73\x1c\x6e\x69\xba\xe4\x39\x96\x0d\x35\x4a\x04\x9f\x84\xb9\ \xb9\xb9\xcb\x96\x2d\x23\x84\x10\x42\x86\x0e\x1d\x7a\xcb\x2d\xb7\ \xa4\xa7\xa7\x03\x40\x4d\x4d\xcd\x17\x5f\x7c\x51\x51\x51\x81\xcf\ \x5a\xc1\xdd\xd9\x4d\xa8\x06\x3d\xaa\x33\x5d\x23\x84\x24\x49\x6a\ \x6c\xf2\xa8\x8a\x0a\xad\x34\x44\xc1\x27\x05\x05\x2a\xf0\x5c\x53\ \x93\x27\xf8\x4d\x94\x10\x6c\x0e\xef\xd5\xb7\xf3\x82\x6d\x7b\x1a\ \x2f\xe9\xe2\x12\x50\xf1\x81\xbd\x1e\x2e\x39\x3b\xc3\xb6\x69\x69\ \x51\x54\x6c\xef\x0c\xea\x5d\xff\xf5\xd2\x4d\xf9\x75\x02\x6e\x6e\ \x54\x2c\x3c\xcf\x12\x5f\xc9\x77\xcb\x57\xec\x2f\xf5\x98\x63\x32\ \xa7\x4c\x1e\x93\x60\xe7\xab\x0a\xb6\x2c\x5f\xb9\xa1\x56\xc6\xa9\ \x7d\x47\x4c\xc8\xc9\x82\x9a\xbc\xaf\x96\xad\x3a\x56\x27\x27\xf4\ \x18\x32\x71\x74\xb6\x99\xaa\x17\xb9\x59\xcc\x30\x4c\x55\x55\xd5\ \xe2\xc5\x8b\x25\x49\xba\xe6\x9a\x6b\xae\xb8\xe2\x0a\x4a\xe9\xe0\ \xc1\x83\xdf\x78\xe3\x8d\x65\xcb\x96\xc5\xc6\xc6\x26\x27\x27\x63\ \x8c\xcf\x12\xd9\xd9\xef\xa3\x12\x40\xd3\xf5\xc4\x84\xb8\xc1\xd9\ \x59\x01\xbf\x74\x3a\xff\x0a\x79\x3c\xde\x1f\xd6\x6e\x6c\x33\xb0\ \x86\x2a\x1a\x93\xd1\xb3\xaf\x7d\xfd\x97\xfb\xca\xfd\xe3\x3b\xe9\ \x7b\xf7\x1c\x8a\xc9\x9a\x19\x25\x28\x85\x87\x0f\xf3\x03\x50\xd1\ \xa6\xaf\x96\xef\xf4\x5c\x79\xdd\x55\xe6\xb2\x75\x0b\xd6\x94\x63\ \x50\x36\x2f\x5b\xb4\x5f\xea\x7a\xed\x8d\xdd\x37\x2d\x98\xbd\xf8\ \xbb\xb8\x07\x26\xd8\x3e\x5d\xb8\x2c\x6c\xc8\xf4\x19\x09\xfe\xc5\ \xf3\x97\xac\x74\x45\xa7\x14\x2c\xdf\xd7\x10\x7f\xc7\x4d\x39\xac\ \x46\x38\xaa\x87\x9c\x39\x55\x55\x27\x4c\x98\xa0\xaa\xea\x92\x25\ \x4b\xd2\xd3\xd3\x75\x5d\xf7\xfb\xfd\x36\x9b\x2d\x39\x39\x39\x37\ \x37\xf7\x9e\x7b\xee\xc9\xc8\xc8\x08\x04\x02\xbf\x3f\x53\xa1\xc3\ \x0d\x0f\x5d\x27\x3a\x39\xdd\x4b\x27\xfa\xa9\xe4\x6a\x9a\x22\xc4\ \x74\xed\xd3\xc9\xb4\x6f\x47\x5e\x63\xfd\xb1\x83\xd5\x96\x81\xbd\ \x52\x31\xd1\x39\x8e\x63\x91\x5c\xb8\xbf\x24\x6d\xc0\xc8\xc1\x3d\ \x3b\x67\x66\xa6\xda\xcc\x9c\xae\xd4\x1f\xca\xab\x6c\xac\xcc\x5f\ \xfe\xe5\xf2\x22\x0f\xc2\x92\xbf\xe2\xc8\xbe\x46\x53\xf2\xb8\x51\ \xfd\xd3\x7b\x0d\x1b\xdd\x2b\xfa\xc8\xae\x83\x51\x7d\xfa\x39\xa4\ \xc2\x95\x3f\x6e\xf7\x61\x13\x17\x4a\xe7\x01\xb0\x2c\xfb\xc3\x0f\ \x3f\x2c\x5d\xba\xd4\xef\xf7\x17\x15\x15\xb1\x2c\x6b\xb1\x58\x14\ \x45\x29\x29\x29\x69\x6e\x6e\x9e\x33\x67\x4e\x41\x41\x01\xcb\x9e\ \x2d\xcd\x78\x01\xd7\x5e\x51\x8d\x98\xfb\x0f\xcd\xda\xba\x74\xeb\ \x4a\x05\xb8\xe4\x3e\x5d\xe2\x2c\x5a\x40\x37\x54\x34\x2f\xd0\x66\ \xaf\x47\x03\x06\x21\xa0\x84\x02\x60\x86\xe1\x3b\xf7\x1f\x3b\x6d\ \x48\xbc\xa6\x51\x4e\xb0\xfa\xf2\xbf\xd2\xd4\x40\x40\x05\xd6\xa4\ \x79\xfd\x12\x05\x26\xa6\xd7\x98\x3f\xc6\x75\xde\xb8\xf2\xab\xd9\ \x6f\x7e\x78\xc3\xfd\x77\x76\x75\x23\x45\xbb\xa8\xb5\x2e\xa5\xd4\ \x62\xb1\x8c\x1a\x35\xea\xd8\xb1\x63\x4b\x96\x2c\xf1\xfb\xfd\xf1\ \xf1\xf1\xbb\x77\xef\xde\xbd\x7b\xf7\x98\x31\x63\x1c\x0e\x07\xcb\ \x9e\xc5\xf4\xd6\x85\x5c\x34\xa8\x6b\xaa\x3b\x2d\xbb\xab\xf0\xc3\ \x82\x6f\xe9\x9d\x4f\x5f\x6b\x21\x8a\x4e\x89\x2c\x49\xb2\xc6\x65\ \x5f\x3a\x74\xf5\x07\x2b\x3f\xf8\xa4\x39\x5a\x3f\xdc\xe0\xd7\x19\ \x31\x62\xf0\xd0\xd4\x0f\x7e\x5a\xfe\x1d\xe9\x6d\x22\x7a\xa7\xac\ \xa1\x99\x9d\x07\x77\x5d\x33\x7b\xd1\x87\x0b\x7a\x44\x4a\x5b\x8e\ \x28\x23\x6e\xea\x55\xb1\x6d\xcd\xbe\x2a\x59\x34\x59\x58\x24\xa9\ \x1a\x41\x88\x81\x8b\x3b\x80\xa6\xeb\x7a\x56\x56\xd6\xa0\x41\x83\ \x5e\x7b\xed\x35\x45\x51\xbe\xf9\xe6\x1b\x4d\xd3\x78\x9e\xd7\x75\ \x3d\x39\x39\x79\xd2\xa4\x49\x67\x35\xaa\xc0\xfe\x5e\x6e\x6e\x4a\ \x29\xc3\x30\x0c\xc3\x9c\xd6\x05\xc4\x18\xeb\xa7\x36\xc8\x53\x5d\ \xe7\xec\x43\x27\xce\x30\x77\x25\x7d\x3b\x59\x64\x55\x43\xc8\x3e\ \x38\x67\x84\xcb\x4e\xed\x91\xc3\x6f\xbb\xc9\xb1\x75\x57\x41\x9d\ \x1e\x39\x6e\x7c\xe7\x48\x96\x3a\x2e\x9d\x71\xa3\x7d\xd3\xee\x23\ \x55\xaa\xe8\x62\x31\xa5\x42\xd4\xe5\x37\xdc\xb4\xe5\xa7\x2d\x15\ \x7e\xcb\xc4\x1b\x6e\xe9\x97\xea\x28\x3b\xc0\x78\x6b\xca\xeb\x18\ \xdb\x95\xd7\x8d\xcc\x8c\x64\x15\x35\xd4\x59\x09\xc1\x1c\xd3\xdd\ \x77\xdf\xdd\xd8\xd8\x38\x6f\xde\xbc\x27\x9e\x78\x62\xdf\xbe\x7d\ \x0d\x0d\x0d\x3e\x9f\x4f\x3f\x9b\xcd\xa7\xbf\x03\xe0\x12\x42\xc2\ \x5c\xce\x82\x23\x47\xd7\x6d\xd8\x6a\xa0\xf8\x54\xe0\x7a\x9a\xbd\ \x31\x31\x11\xa7\x3a\xb0\xaa\xa2\x47\xa4\xf7\x9f\x9c\x09\x81\x80\ \x4c\x01\x28\xb2\x0f\xba\x34\x87\x28\x52\x40\xd2\xc2\x93\xb3\xae\ \xec\x92\x8d\x00\x88\xa6\x4a\xb2\xac\xe8\x6c\xfa\x80\xd1\xdd\x06\ \x33\x40\x89\x2c\x49\x8a\x2c\x33\xd6\xd8\x11\x57\xcc\x64\x10\x55\ \x65\x59\x0e\x28\x51\x5d\xb2\xa7\xf7\x1c\x82\x80\x6a\x8a\x2c\xab\ \x7a\x28\x5b\x61\x28\x14\x96\x65\x6f\xbe\xf9\x66\x8b\xc5\x52\x54\ \x54\x94\x93\x93\xd3\xa9\x53\xa7\x94\x94\x14\xb5\xe3\x3a\x1d\x7e\ \xc7\xc0\xd5\x74\x3d\x32\xc2\x3d\x64\x60\xbf\xb2\xf2\xaa\xd3\x86\ \xd7\x08\xa5\x89\x4e\x47\x6a\x52\x82\xaa\x6a\xa7\x60\x1a\x74\x55\ \xf6\x9f\xc8\xe0\x10\x59\x92\x5a\xb6\x6b\x8a\x5f\x0b\x2e\x2e\x02\ \xa0\xaa\x2c\xa9\xf2\x89\x9b\x81\x12\x4d\xf2\x6b\xc1\x9f\x75\x55\ \xf6\x07\x77\x87\xa4\x8d\x70\x1c\x27\x49\x52\x6c\x6c\xec\xed\xb7\ \xdf\xae\x28\x0a\xa5\x94\xe3\xb8\xb3\x4d\xf9\xff\xfb\x30\x15\x74\ \x5d\x77\xbb\x9c\x91\x11\xee\x5f\xb8\xf5\x4f\x45\x6d\x48\x7e\xb3\ \x47\xa2\xf1\xaf\xa1\x65\x7f\x9b\x2a\xa8\xdf\x8d\x73\xa6\x13\x12\ \xca\xc9\x86\x24\x28\xa1\xec\x65\x48\x42\xc0\x0d\x49\x48\x7e\x2b\ \x39\xaf\x4d\x85\x50\xcf\xd9\x05\x26\x1d\x78\x35\xcf\x53\xe0\x52\ \x4a\x19\x06\xbb\xdd\xee\xd0\xc5\xbe\xc0\x80\xdb\xdc\x54\xdf\x21\ \x13\xec\xce\x5b\xe0\x02\xc6\xd8\x6a\xb5\x86\x2e\xf6\x85\x66\x9b\ \x62\xa6\x63\x26\x4b\xb2\x0c\x83\x19\xcc\x30\x2c\xb4\xa4\xa0\x10\ \x21\xc6\xe8\x4a\x23\x96\x49\x09\xa5\x08\x21\x8c\x10\x35\xa6\x3d\ \xb6\x85\x17\x50\x4a\xa8\x41\xb0\x2f\x49\x72\xa8\x15\x2c\x24\xbf\ \x9d\x8d\x5b\x5d\xd7\xe0\xf1\x78\x9a\x9a\x1a\x29\x21\xba\xae\xcb\ \x92\x24\x9a\x44\x00\xa4\x6b\x9a\xaa\xaa\x1c\xcf\xf1\xbc\xa0\x6b\ \x9a\x24\xcb\x0c\xc3\xb6\x94\x4d\x20\xa0\x94\x6a\x9a\xce\xf3\x3c\ \xc7\xf3\xaa\xa2\x52\xa0\x3d\xbb\x65\x8a\xa2\x40\x42\xd5\x7e\x21\ \xf9\x6d\x80\xfb\xfd\xda\x8d\x15\x15\x95\xdb\xb7\x6d\x65\xa8\x5e\ \x51\x51\x56\x5a\x52\xec\x74\xb9\x39\x9e\xf7\x36\x37\x07\xfc\x5e\ \xbb\xc3\x15\x11\x11\xe1\xf3\xf9\xaa\x6b\x6a\x11\xcb\xb2\x0c\x4b\ \x88\x0e\x08\x39\x9c\x61\xa2\xc9\xc2\xf3\x5c\x62\xa7\x64\x77\x44\ \xb8\xa2\x28\x9d\x12\xe2\xcd\x66\x33\x21\x1d\x93\x05\x30\x7a\x2d\ \xab\x2a\xca\xe0\xbc\x77\xce\x58\x96\x43\x18\x01\x80\xa6\x6a\x94\ \x86\x22\xcd\x46\x27\x15\x6f\xb3\x3b\xfc\xfe\x40\x4d\x75\xa5\x22\ \xcb\x0c\x83\xcd\x66\x6b\x98\xdb\xcd\xf1\x02\x21\x7a\x87\xb8\x68\ \xac\x45\x34\xa5\x26\x27\xef\xd9\xb9\x43\xe0\x78\x8b\xd9\x6c\xb5\ \x39\x58\x96\x35\x9b\x4c\xc6\x67\x3b\x9d\x4e\x51\x14\x11\x42\x9a\ \xae\x23\x86\x95\x65\x99\x52\xea\x74\xb9\x18\x96\x33\x5b\x6c\x08\ \x21\x42\xb4\xc4\xf8\x04\xd1\x6c\x62\x59\xee\xac\x98\x0a\xe7\xb7\ \x06\x47\x08\x55\x14\x17\xfb\x3c\x4d\x2c\xc7\x45\x27\x76\xe2\x05\ \xe1\xe4\x45\xf8\xef\x4b\x62\x90\xbb\xb4\x1e\x46\x01\x30\xc7\x73\ \x54\x53\xb4\xdf\xed\x2d\x60\x74\xa7\xd4\x56\x57\x1f\x3b\x7a\x24\ \x22\x32\x2a\x2a\x3a\x16\x80\x36\x35\x34\x1c\x2b\x3c\x1c\x17\x9f\ \xd8\x61\xfa\x62\xd7\xee\x9d\xc6\x14\xce\xb2\xb2\x52\x9f\xb7\x99\ \x61\x18\x23\xd7\x2c\x49\x12\xcb\xb2\x0c\xc3\x68\x9a\xa6\x69\x9a\ \xa2\xa8\xbc\x89\x35\x9b\xcd\x3c\xcf\xd9\x1c\x8e\x86\xfa\x06\x8e\ \x17\x03\x81\x80\xcd\xe1\xa8\xa8\xac\x8c\x8e\x89\x16\x04\xbe\x63\ \xe7\xf4\x21\x00\xc3\xf2\x3e\x6f\x85\xe1\xb8\xd2\x23\x47\x6a\x2a\ \xca\x1d\x2e\x97\xaf\xb9\xb9\x60\xdf\x9e\x2e\xbd\xfa\x68\x9a\x1a\ \xbc\xe5\x38\x5e\x60\x79\x2e\xe8\x6e\xf2\x26\x13\xd6\x15\x49\xd1\ \x00\x01\x50\xc4\x8b\x26\x86\xca\x9e\x66\x3f\x30\x3c\xcf\xe2\x16\ \xd7\x85\x78\xf6\x6e\xcd\xb5\xa7\x67\xa5\x38\xf9\xdf\x6f\x21\x8f\ \xae\xeb\xc5\x45\x47\x93\x53\xd2\x23\x22\xa3\x74\x5d\x03\x00\xbb\ \xdd\x59\x57\x57\x5d\x53\x53\xd9\x21\x21\x05\x00\x60\x8b\x8e\x1e\ \x75\x87\xbb\xc3\xdd\x61\x3e\x4f\x93\x24\x05\x54\x55\x65\x18\xc6\ \x68\x15\x42\x08\x19\xcd\x83\xb2\x2c\x73\x1c\xab\x28\x0a\xe2\x79\ \x8c\xc5\xda\x9a\x1a\x86\x61\x45\x51\x74\xbb\xdd\x53\x26\x4f\xa9\ \xa9\xab\xdb\xb7\x77\xaf\x7c\xd9\x68\xbb\xd5\xd2\xb1\xaa\xf6\x6c\ \x17\x6a\xfc\x8f\x0f\x3e\x51\x14\x83\x0c\x68\x94\xd2\x20\x59\x04\ \x0b\xd0\x54\x5f\x17\x16\x19\x99\xd6\xa3\xa7\xdf\xeb\x3d\xb8\x63\ \xdb\xbe\xad\x9b\x50\x9b\xc1\xc6\x4a\x40\xee\x3e\x30\xdb\x6a\x77\ \x10\x42\x30\xd2\xf3\x37\x6f\x53\x23\xd2\x3a\x27\xba\x89\x46\x18\ \x56\x2f\xdc\xbb\xdd\x2f\x98\xb6\x7f\x3e\xa7\xb9\xd7\xad\x0f\x4c\ \x48\x97\x55\x9d\x61\x79\x5e\x2a\x5d\x3c\xff\xfd\x3e\x77\x75\x4d\ \x77\xf1\x1a\x31\xae\x31\x0d\x7a\x0e\x08\x63\xd4\xa6\x18\x00\x21\ \x6c\x74\xdf\x9d\x57\xae\x05\xc3\x30\xb5\x35\xd5\x66\x8b\x35\x3c\ \x32\x52\xd3\x54\x03\xa6\xba\xae\xb9\x5c\x6e\x9f\xcf\xeb\x69\xf2\ \x74\x0c\x70\x03\x7e\xbf\xe4\x37\x87\x87\xbb\x05\x81\x37\x99\x44\ \x9f\x8f\x37\x99\x4c\x18\x63\x4d\xd3\x0c\x7a\x12\x51\x14\x55\x55\ \x6d\x68\x6c\x72\xb9\xdd\x02\xcf\x6b\x9a\x16\x15\x19\x59\x5b\xdf\ \xc0\x30\xcc\xa0\x41\x83\x6c\x36\xdb\xb6\xed\xdb\x5b\x1e\x8a\x1d\ \x6d\x8e\x9e\x73\xe0\x22\x84\x18\x86\xf9\xf4\xd3\xcf\xf2\xf2\xf3\ \x4d\x26\x93\x4e\x74\x06\x33\xb7\xdc\x7c\x93\xcd\x66\x23\x84\x10\ \x42\x11\xc6\xf9\x7b\x77\xd7\x54\x94\x11\x42\x58\x96\x63\x79\x3e\ \x68\xdb\x30\x1c\x5b\x5d\x5e\xe6\xf7\x7a\x2d\x76\x07\x21\x94\x17\ \x70\xfe\xea\x39\x9f\xf8\x73\xde\xfd\xeb\x8d\x16\x46\x63\xfd\x47\ \xe7\xbd\xfc\xac\x7d\xfa\xb3\x57\x5f\x7e\xad\xd7\x12\xae\xea\xc0\ \x80\xd6\x58\x57\x83\x03\xcd\x1a\x35\xc2\x81\x0c\x52\xbc\xb5\xf5\ \xcd\x8c\xd9\x11\x66\x13\x34\x55\x67\x79\x56\x6e\x6e\x6c\xf4\xab\ \x36\x97\xdb\xcc\x22\x1d\x90\x2e\x7b\x1b\x1a\x7d\x58\x30\xdb\xac\ \x66\x06\xce\x97\x98\x0e\xc2\x58\x96\x25\xab\xd5\x8e\x00\x61\x8c\ \x55\x55\xc5\x18\x33\x0c\x83\x10\x12\x78\xc1\x50\xc0\x1d\xe1\x5a\ \xb0\x8c\xae\x6b\xc5\xc5\xc5\x9a\xa6\x3a\x9d\xae\xfa\xfa\x06\x5d\ \xd7\x39\x8e\x33\xae\x19\x42\x48\x10\x04\x4d\x53\x31\x83\x5d\x4e\ \xa7\xdd\x6e\x57\x14\x25\x32\x32\x92\xe3\x45\xc4\xb0\x07\x0f\x1e\ \x2c\x2d\x2b\xaf\xab\xab\x37\x99\xc4\x8e\xb7\x94\x28\xed\x28\x43\ \xfe\x0c\xd4\x2d\x30\x0c\x8e\x89\x8d\x59\xfe\xcd\x37\x29\x29\xc9\ \x65\xa5\x65\x3d\x7a\xf6\xb0\x5a\x2d\x84\xe8\x94\x52\x42\x75\x4a\ \x49\xa7\x8c\x8c\xf8\x94\xb4\x53\xbb\xf0\x79\x9e\x57\x24\x99\x10\ \x42\x29\xa1\x54\x57\xa9\x98\x3d\x7e\xf2\x82\x67\xbe\x3f\x50\x76\ \xc5\x25\x49\xd6\xa2\x6d\x9b\x8f\x92\xae\xcf\x0d\x4b\x58\x3f\xeb\ \xf9\xfa\xac\x5b\x7b\xc5\xd2\x05\xb3\xfe\xb3\x7c\x6f\x6d\x98\x45\ \x3d\x5c\x16\x18\x2a\x70\x5a\x43\xfe\x9c\x59\x73\xf7\x55\x49\x8a\ \x6e\x9a\x78\xd3\xdd\x97\x0f\x48\x2a\xda\xf4\xe5\xac\x0f\xbe\x69\ \x22\x20\x44\x76\xbb\xfd\x81\x3b\xd3\xe5\x03\xaf\xbf\xf9\xe1\x51\ \x0f\x8d\x4c\xc9\xba\xf9\x8e\x6b\xe3\x38\xfd\x3c\xe9\x24\xa2\x84\ \x50\x4a\x11\x46\x18\xe3\xa6\xa6\xc6\x05\x0b\x17\x9a\x4d\xa6\xab\ \xae\xba\xca\x6c\xb6\x20\x84\x3a\xea\x77\x64\x65\xc9\xaf\xa9\x8a\ \xd5\x66\xa5\x14\x82\xc4\x4f\x81\x40\x20\x10\x08\xb8\xdd\x6e\x97\ \xcb\x15\x15\x15\x55\x5b\x83\xa5\x40\xc0\xe3\x69\x16\x45\x51\x10\ \x04\x93\xc9\x8c\x31\xb6\xda\xec\xba\xae\x17\x17\x17\x63\x86\x29\ \x2d\x2d\x51\x14\x05\x21\x0c\xa0\x77\x90\xaa\x6b\xd1\xb8\xe7\x3c\ \xe5\x2b\x2b\xca\xa0\x81\xd9\xfb\xf7\xe7\xee\xd9\xbb\xd7\xe9\x74\ \x4e\x9b\x7a\x25\xc6\xd8\xa8\xdf\x23\x84\x50\x42\x58\x8e\xe7\x45\ \x11\x9f\xc2\xda\xc2\x09\x02\xcb\xb2\x94\xb4\x88\x2a\xab\x11\x69\ \x7d\xfb\xc5\x7d\xfa\xc3\x96\x23\x39\xc9\xdd\x76\xfe\xb4\x39\x72\ \xc0\xe4\x64\x17\xb3\xa2\xb1\xc1\xaf\xa3\xa2\xf5\x8b\xbe\xda\xad\ \x3c\xf8\xdc\xbf\x3a\xcb\x3b\x9e\x7a\xee\x43\x8a\xd4\x0d\x9f\x7d\ \xb0\xa9\x2e\xe1\xc9\x47\xa7\x14\x7e\xf9\x9f\xf7\xe7\xae\x18\x96\ \x3a\x7a\xde\x07\x9f\x47\x8e\x7b\xe4\x99\x91\x51\x8b\x5f\xfe\xfb\ \x9c\x85\xeb\xef\x48\x3e\xb4\xad\xd8\xf2\xf4\xab\x4f\xa6\x98\x29\ \x62\x54\xe5\xbc\xb1\x88\x11\x22\xad\x66\x15\x50\x4a\x07\x0f\x1a\ \x84\x30\xd6\x75\xbd\x63\x1d\x6d\x4c\x29\xe5\x38\x36\x36\x3a\x9a\ \xe7\x39\x49\x92\x0c\xac\xe8\xba\x6e\xf4\xc9\x68\x9a\x56\x55\x55\ \x55\x57\x5f\x2f\x88\x62\x54\x54\x64\x42\x42\x42\x54\x54\x54\x98\ \x3b\xcc\xe1\x70\x58\x2c\x66\x4d\xd3\x0c\x56\xaf\xf0\xf0\xf0\x0e\ \xa4\x3e\x0d\xda\xb8\xf4\x7c\x10\x42\x28\x21\x97\x4d\x18\xef\xf3\ \x7a\x87\x0e\x1d\x12\x1d\x15\x25\x4b\x52\xeb\x2e\x4a\x01\x08\x09\ \x82\xf3\x54\x69\x3d\x8c\x52\xa2\x29\x8a\x10\x33\x6a\x58\xef\xc2\ \x0d\xeb\x8a\x2a\xf3\x36\xe4\x6b\xc3\x87\x0d\x10\x75\x89\x02\x66\ \x58\x5a\x7c\xa0\x28\x3c\x7d\x60\xdf\xe4\x08\x57\x78\xb8\xc3\x2a\ \x22\xad\x29\xef\x48\x4d\x73\x6d\xe1\x67\x73\xe6\x6c\x2c\x63\x32\ \xd3\x62\xbd\xc7\x0f\x54\xc9\xce\x51\xc3\x7b\xd8\x5c\x89\x23\x87\ \xf6\xf1\xe6\xee\xb6\xf4\x1b\x37\xb6\x07\xcc\x7a\xee\x9f\x9f\xaf\ \xdb\x1f\x20\x08\xd1\xf3\x47\x82\xc0\x25\x0e\x87\xa3\x6f\xbf\x7e\ \x59\x7d\xfa\x58\x2c\x96\x8e\x0d\x3a\xb1\x82\x20\x68\x9a\x56\x5a\ \x56\xd6\xba\xcc\xd4\x30\x6d\x29\xa5\x56\xab\x35\x3e\x3e\xbe\xa9\ \xa9\x49\x55\x55\x04\xa8\xba\xa6\x86\x50\xea\x0e\x0b\x33\x9b\xcd\ \xb2\x2c\x7b\xfd\x12\xc6\x48\x34\x89\x16\x8b\x55\x55\xd5\x33\x99\ \xf8\xf0\xf3\x7e\x11\x01\x38\xf7\x71\x5c\x59\x91\x23\xa3\x22\x1e\ \x7a\xe8\x81\xe4\x4e\xc9\x81\x80\x9f\x02\x85\xd6\x0b\x43\x29\x01\ \x4a\x5a\xde\x9c\xf2\xc8\x34\xfe\x04\x4a\x75\x63\xaf\x12\x50\x32\ \x86\x8d\x8e\x5d\x33\x77\xd6\x7f\xca\x95\xf8\xbe\x43\x3a\xdb\x25\ \xa9\x9a\x02\x50\x1d\xdc\xb1\xce\xba\x03\x07\x8f\x37\xa9\xe9\x40\ \x35\x4d\xd3\x28\xef\xb6\x09\xd1\xae\x61\x8f\x3e\x31\x99\x57\x64\ \x05\x71\xa8\x7a\x33\x47\x9b\xf2\x8a\xea\xb2\x23\x5c\x87\x8f\x16\ \x6b\xb6\x64\x6b\x58\xda\x2d\x8f\x3d\x3d\x66\xef\xca\xa7\x9f\x7b\ \x9b\x38\x5e\xb8\x71\xa0\xcb\x27\x9f\x17\x6d\x70\x94\x1a\x2a\x0c\ \x31\x0c\x13\x08\xc8\x7e\xbf\x1f\x21\xe0\x38\x9e\xef\x50\x26\x66\ \xd6\x6e\xb7\x07\x02\x01\xbf\xdf\xcf\x72\x9c\xcd\x6a\x6d\x6a\x6a\ \x92\x24\x49\xd7\x75\x8c\x51\x78\x78\x38\x25\x14\x01\xb2\x59\x6d\ \xd5\xd5\xb5\x88\x52\x4d\x51\xcb\xca\xcb\x3c\xcd\xcd\x94\x22\x9b\ \xcd\x46\x29\x05\x84\x93\x92\x92\x00\x28\xc7\x71\xb4\xa3\x7d\xdb\ \xf3\x27\x87\xac\xaa\x6a\xb7\xae\x5d\x35\x4d\xd7\x09\x39\xc1\x97\ \x43\x09\x21\x44\x27\x04\x61\x7c\xea\x70\x3f\x8a\x90\xa6\x69\x41\ \x65\x00\x00\x40\x15\xc6\xd5\x75\xc2\x00\xdb\xed\x2f\x6c\x79\x64\ \xee\x9d\x2e\x50\x35\x4a\x14\xc9\xef\xf5\x05\xd2\x47\x4d\xed\xb3\ \xe5\xd5\x7f\x3c\xfe\x64\xaa\x5b\xca\xaf\x21\x43\x59\xeb\xe0\xab\ \x26\xad\x7b\x65\xc1\x93\x4f\xe5\xba\x05\x9c\x39\x7a\xda\xe5\x03\ \x07\x4c\x1b\xb1\xf9\x83\xd7\x9f\xcd\x4b\xb4\x1e\x3f\xee\xbb\xe2\ \xc1\x71\xfe\xbd\xdf\xcd\xf9\x6e\x17\x2b\x68\xd8\x1d\x13\xe5\xe4\ \x35\x5d\x3f\x4f\x96\x2b\xa8\xfb\xaa\xaa\xca\x2b\xca\x4a\x35\x55\ \x63\x58\xc6\x64\x32\x47\xc5\xc4\xb6\x0d\xb9\x9c\xb9\x73\xc6\x1a\ \x5f\xe6\x0f\x04\x9a\xbd\x5e\x59\x55\x11\x82\x80\x2c\xf3\x82\xa8\ \xea\x04\x31\x5c\x6c\x7c\x62\x64\x4c\x5c\x51\x51\x49\xb8\xd3\x9d\ \x96\x91\xbe\x75\xfb\xb6\x66\x8f\xcf\x66\xb7\x89\x66\x93\xd9\x6a\ \xe9\xd5\xa7\xb7\xd5\x6e\x57\x55\xad\x03\xed\xee\xa0\xad\x40\x08\ \x3d\x7f\x12\x67\xb2\xac\xb4\x4b\x89\xa8\x8a\x16\x15\x9f\x58\x94\ \x77\xa8\xa6\xac\xec\x54\x5b\x9c\x50\x6a\x32\x5b\x6c\x4e\x97\xae\ \x93\x60\xb8\x4a\x92\xd4\xcc\xd1\xb7\xcf\x49\x9e\x96\xd2\xc5\x15\ \x90\x64\x84\xc4\x09\xd7\xdd\xa3\x39\xc3\x25\xd6\x7e\xdb\x63\x8f\ \xe7\xee\xcb\xab\x0b\xd0\xa1\xe3\xe2\xd2\xc3\xa8\x60\xba\xe4\x4f\ \x7f\x8a\xdd\x5f\x50\x22\x81\x90\x14\xeb\x90\xfc\xfa\x80\x2b\x6f\ \x8f\xe8\xbc\xef\x58\xb5\x34\xf9\x9a\x1e\x5d\x12\x5d\xde\xaa\xa4\ \xfe\xfd\xf5\x66\x95\xbd\x74\x52\x66\x7a\x82\xc9\x2f\x9f\x2f\x5d\ \xc7\x08\x51\x8c\x99\xf2\xd2\xe3\x2c\xc7\xd9\x1d\x4e\xb3\xd9\x8c\ \x10\x92\x65\xb9\xb2\xbc\x0c\x61\xc4\x74\x10\x9b\x18\xab\xaa\xaa\ \xd9\x64\x52\x35\xcd\x17\x08\xf8\x02\x7e\x4d\xd7\x18\x86\x25\x14\ \x58\x56\x70\x38\x5c\x11\x91\x91\x61\x61\xe1\xfb\xf7\xef\x47\x08\ \x37\x36\x34\x06\x7c\xfe\xe8\xc8\xa8\xfa\xc6\x46\x42\x08\x62\x70\ \x42\x62\x82\xa2\xa9\x3a\xd5\xd3\x32\xd2\x18\x96\xe9\xd8\x3b\x9e\ \x9e\xf7\xf5\xb8\x84\x10\x93\xcd\x96\xd1\xa7\x8f\xae\x9d\x1e\x34\ \x1c\xc7\x21\x8c\xdb\x06\x1c\x88\xae\x33\x96\xf0\xac\xfe\xd1\xb2\ \x24\x69\x3a\xa5\x14\x25\xa4\x77\x45\xba\x22\x49\x01\xcc\x87\xf5\ \x19\x3c\x1c\x23\x44\x89\x26\xcb\x8a\x24\xc9\xa6\xc8\x94\xa1\x71\ \x19\x08\xa8\x2a\xcb\x8a\x22\x6b\x98\x49\xea\x91\x9d\x86\x91\xae\ \x2a\xb2\x3f\xc0\xbb\xe2\x06\x0e\x4f\xc6\x08\x74\x4d\x51\x14\x85\ \x02\x3a\x6f\x80\x8b\x28\xa5\x4d\x9e\xa6\xf4\x8c\x2e\x2c\xcb\x12\ \x42\x30\xc6\x26\x93\x89\xe7\x85\xea\xea\xca\x8e\xba\xa0\x6c\x20\ \x10\x10\x78\x9e\xe7\x38\x8c\x11\x83\x31\xc3\x30\x94\x12\x86\x65\ \xad\x56\xab\xdd\x6e\xaf\xad\xad\x8d\x8c\x8c\x06\x40\xaa\xa6\xfa\ \x7c\x5e\xaf\xd7\xeb\x74\xba\xbc\x7e\x3f\xc5\xa0\x28\x8a\x24\x49\ \x4e\x97\x4b\xe0\x84\x2d\x5b\xb6\x24\x4d\x18\x67\x72\xb9\x3a\xb0\ \x95\x1e\x01\x60\x8c\xce\xfb\x5a\x05\xca\xb2\x1c\xcb\x72\x3f\x7f\ \xfb\xb5\x4b\x14\x21\xa0\xba\x24\xeb\x41\x3e\x40\x4d\x53\x00\x00\ \x33\x18\xa8\x2e\x07\xb5\x26\x42\x18\x01\xd1\x55\x49\x6f\x09\x56\ \x60\x06\x03\x50\x55\x91\x8c\x9f\x51\xcb\xf1\xad\xcc\x5c\x18\x9f\ \x3f\xcb\x64\x3c\x7b\x9d\x2e\xa7\xa1\xcb\x8c\x3f\x9f\x10\xc2\xb2\ \x8c\xc5\x6c\x69\x6e\xf6\x74\x0c\x70\x01\x80\x17\x04\xbf\x24\x99\ \x4d\x96\x80\x2c\x1b\x1d\xf1\xa2\x20\x9a\x4c\xa6\xf2\xf2\x72\x59\ \x96\x55\x55\xe7\x78\x4e\x34\x99\x08\x50\xbb\xd3\xe1\xf3\xfb\x58\ \x8e\x13\x4c\x62\x44\x78\xb8\xc7\xe3\x29\x3c\x7a\x94\x10\x12\x1d\ \x1d\x1d\xa4\xf8\xec\x28\x65\xc6\xf1\x7c\x72\x6a\x06\x84\xe4\x77\ \x28\x08\xa1\xf2\xb2\x92\x76\x61\x26\x84\x10\xc3\xb2\x1d\x36\x75\ \x87\xe7\x79\x84\x31\xc3\x30\x0c\xcb\x60\x86\x31\x40\x63\xb1\x58\ \x34\x4d\xd3\x75\xdd\x6e\xb7\x7b\xbd\xde\xa6\x26\x4f\x73\x73\xb3\ \xc5\x2c\x4a\xb2\x2c\x88\x66\xa7\x93\x14\x97\x1c\xe7\x04\xde\x1d\ \x11\x2e\xcb\x92\xc9\x64\xee\xd9\xb3\x27\xcf\x71\x94\x84\x6a\xa3\ \x4e\x2f\x9a\xa6\x6f\xde\xb6\xb3\xb4\xac\x02\x21\x94\xd9\x25\xbd\ \x57\xf7\xcc\xd0\x9a\x74\x80\x8d\x5b\x53\x5d\x6d\xb5\xd9\x08\x50\ \x55\x55\x09\x21\x86\xbb\x86\x10\x58\x2c\x16\x42\xa8\xc3\xe1\x70\ \x38\x1c\x05\xf9\x87\x6c\x76\x47\x8f\x9e\x3d\x65\x45\xa9\xa8\xac\ \x28\xaf\x28\x37\x99\x4c\x11\xe1\x11\xb2\x24\x47\x46\x46\x46\x45\ \x44\xea\x21\xd4\xfe\xbc\x14\x97\x94\x06\x02\xf2\xcc\xab\xa6\xe8\ \x84\x7c\xf9\xf5\xca\x66\x4f\x73\x90\xf1\x98\x10\x22\x8a\x62\xb7\ \xcc\x8c\xb3\x90\x7d\xbc\xa0\x81\x1b\x1d\x1d\x9d\x99\x99\xd9\xd0\ \xd8\x58\x5a\x56\x86\x11\x32\x0a\x6b\x24\x49\xe2\x38\x9e\x52\xaa\ \x69\xaa\xdf\xef\x47\x08\x71\x3c\x2f\x29\x4a\xde\xa1\x43\x36\xa7\ \xc3\xe1\x70\x44\x44\x46\x8e\x19\x33\xe6\x68\xe1\x51\x9e\x65\x13\ \xe3\xe3\xab\x2a\x2b\xd5\xce\xa9\x20\x8a\x70\x11\x37\x41\x34\x34\ \x34\x34\x35\x35\x05\x67\xce\x44\x46\x46\x9a\xcd\xe6\xe0\xde\xc6\ \xa6\xc6\x8a\xca\x4a\x55\xd5\x32\xd2\x92\x6a\x6a\xeb\x82\x81\x21\ \x96\x61\x0e\xe6\x15\x60\x8c\xb2\x7a\xf7\x68\xfb\x69\x75\x79\x1b\ \x3e\xf9\xe2\xbb\xa2\x4a\x4f\x74\xbf\x49\x77\xcc\x1c\xe5\xe0\xa0\ \x26\x6f\xed\xdc\x8f\x57\x94\x7a\xb9\x31\xd7\xdd\x35\xa9\x5f\x02\ \x02\x50\xbc\x75\x6b\x3f\x9f\xbb\x1b\x06\x3d\x7a\xe3\x25\x18\x40\ \x2d\x59\xf7\xcc\x7f\x96\x28\x58\x20\x96\xf8\xe9\x37\xdd\x35\x20\ \x91\xbf\x90\x81\x9b\x9e\x9e\x1e\x1d\x1d\x5d\x55\x55\x85\x30\xae\ \x6f\x6c\x50\x14\x85\xe3\x38\xb7\xdb\xcd\xb1\xbc\xae\xeb\x0e\x87\ \x23\x35\x35\x3d\x3f\xbf\x00\x33\x8c\x24\x4b\xbb\xf7\xed\x4d\x4f\ \x4f\xef\xde\xbd\xbb\xd5\x62\x29\x3e\x7a\xac\xa6\xaa\x2a\x2a\x22\ \xb2\xb1\xbe\x61\xe3\xc6\x8d\x83\xfa\xf4\x0c\x73\xb9\xc8\x45\xac\ \x77\x37\x6f\xde\xfc\xf2\xcb\x2f\xc7\xc6\xc6\x2a\x8a\xe2\xf5\x7a\ \x5f\x7f\xfd\xf5\xb4\xb4\x34\x63\x97\x20\xf0\xcb\x97\x7f\xbd\x72\ \xf9\x17\x08\x61\xa3\xf8\xae\xad\xff\xe6\x0b\xa8\x99\x9d\xd3\xdb\ \x7d\x5a\x53\xbd\x2f\x6d\xc8\x94\xcb\xc2\x9a\xfe\xf5\xf4\x07\x1b\ \x06\x0c\x1d\xe9\xdc\xfd\xf7\xe7\x3e\xee\x73\xdd\x9d\x83\x6b\x97\ \xbf\xb9\x60\xd1\xa0\x7e\x0f\xb3\x79\xeb\x66\x7f\xf8\xf9\x86\x1d\ \xfb\x7a\xdf\x3d\xce\xf8\xb8\x5d\xab\xd7\x2b\x09\x63\x1e\xfd\xc3\ \x40\x5d\x47\xce\x30\xfe\x02\xd7\xb8\x6e\xb7\xbb\xa2\xa2\xa2\xbc\ \xbc\xdc\x66\xb3\xf1\x3c\x8f\x31\x46\x08\x45\x46\x46\x7a\x9a\x9a\ \x29\xa5\xc9\xc9\x29\x46\x5e\x97\x52\xca\xf0\xac\xcd\xe9\x28\xad\ \x28\xcf\x1e\x34\x50\x10\xc5\xad\x5b\xb7\xd6\xd6\xd6\x1a\xe5\x3f\ \xb2\x2c\xa3\x8b\xbe\x91\x7c\xcc\x98\x31\x3b\x76\xec\xf0\x78\x3c\ \x3e\x9f\x6f\xca\x94\x29\x41\xd4\x1a\x41\x02\xaa\x69\x92\xe2\xc5\ \xb8\x3d\xdb\x24\x25\x44\xa3\x98\x65\xdb\x6f\x4f\x19\x3c\x36\x05\ \x20\x70\x6c\x35\xe3\x88\x4e\x70\x93\x35\x9f\x7c\x62\x1d\x71\xd3\ \x4d\x63\xfa\x37\x1d\x3a\xce\x6f\xce\x0f\xe8\x10\x11\x9e\x36\xfd\ \xda\x19\x72\xb3\x9a\xd5\x39\x01\x00\x40\x2e\x5d\xbd\x79\x9f\x6d\ \x78\x0e\x6b\x09\x8f\xb8\x08\x8c\x0e\x5c\x52\x52\xc2\xb2\x8c\xd3\ \xe5\xd2\x09\x61\x59\xd6\x64\x32\x11\x42\x78\x81\x07\x84\x6c\x36\ \x7b\x78\xb8\x9b\x61\x58\x00\xaa\x13\xdd\x1f\x08\x8c\x1d\x37\x6e\ \xdc\xf8\xf1\xdb\x77\xec\x38\x70\xe8\x90\x2c\x2b\x66\x8b\xa5\xba\ \xba\xba\xb1\xa1\x41\x96\x64\x86\xc1\x17\x79\xbb\x19\xcb\xb2\x33\ \x67\xce\xcc\xcf\xcf\xa7\x94\x5e\x7e\xf9\xe5\xed\x43\x7b\xc6\xa4\ \xab\xd3\x0a\x62\x4e\x7b\xd7\x17\x6d\x5f\xfa\xf4\x4b\x5f\x0c\xbc\ \xf9\xb6\x9e\xd6\x8a\x8d\xfb\xf4\x91\xc3\xfa\x03\x40\x4d\xf1\x51\ \x8b\x2b\xd2\xc5\x80\x29\x3c\x2e\xde\xae\x96\x2b\x91\xe9\xf1\x2e\ \x00\xa0\xba\x38\x64\xec\x44\xd3\xe1\xaf\x9e\x78\xf2\x85\x83\x75\ \xd2\x85\xbf\xda\x91\x11\x91\x4d\x1e\x4f\x64\x44\x84\xd7\xe7\x65\ \x59\x56\x55\x14\xa2\x93\xc4\xf8\x78\x44\x21\x2a\x2a\xc2\xe7\xf3\ \x11\xa2\xd6\xd5\xd5\x50\x42\x2c\x26\xb1\xb1\xae\x36\x35\x25\x75\ \xaf\x2c\x57\x55\x94\xb3\x0c\xcb\xb1\x2c\x06\xc0\x08\xfd\xea\x11\ \xe9\x17\x98\xa4\xa7\xa7\x8f\x1d\x3b\xb6\x73\xe7\xce\x16\xcb\x49\ \x35\xf5\x34\xf8\xcf\xe9\xa3\x47\xa7\xb0\xc4\x51\x65\xe3\xe2\xb7\ \x17\x6d\x6f\xbe\xf2\x81\x67\x86\x77\x76\xfb\x8f\xfd\x58\x86\x23\ \x62\xa3\x05\x80\xc0\x9a\xd5\x05\xe9\x83\x1f\xb6\x01\x00\x40\x61\ \xee\x36\x94\x98\x12\x6f\x07\x00\x40\xe6\xf0\x61\x57\xdc\x38\xec\ \x0a\xef\xab\xf7\xdd\xb8\x62\x4f\x45\xd7\x91\xc9\x17\x38\x70\x13\ \x13\x93\xf6\xec\xd9\x5b\x53\x55\x17\x1f\x97\x80\x11\x2e\x2f\x29\ \x65\x90\x96\x92\x94\xe4\x69\x6c\x30\x09\x9c\xd5\x2c\x0a\x1c\xc3\ \x20\x0a\xba\xca\x62\x31\x77\xcf\x9e\x83\xfb\xf6\x95\x97\x97\xb3\ \x08\x30\x10\x4d\x96\x58\x8c\x05\x81\xa7\x94\x20\x08\x51\xce\x00\ \x00\xdc\x73\xcf\x3d\xa7\xaa\x4f\x4a\xa9\x46\x74\xa0\x84\x1a\x95\ \x0e\x2d\x55\x28\xc6\x2e\xa2\xe9\xed\x46\x0b\x92\xbd\x4b\xff\xfd\ \xc6\xf7\x9e\x07\xff\xfc\x58\x57\x37\x23\x69\xc0\x0a\x66\xdc\x50\ \x7e\x24\xbf\xa0\xe6\xe0\x82\x0d\x6a\xc6\xdf\xc7\x76\x31\x82\x6c\ \xfb\xb7\x1e\x8b\xcb\x18\x65\x01\x20\xfe\xaa\x83\xc7\xea\x1c\x0e\ \x6b\xe5\xc1\x1f\xf7\xd4\xbb\xaf\x4d\x0a\xbf\xf0\x35\xee\xee\xdd\ \xbb\x45\x51\x54\x14\x85\xe7\x78\x45\x51\x34\x4d\x13\x45\xb1\xb2\ \xb2\x52\x92\xe4\xf2\xf2\xf2\x03\x07\x0e\x78\x3c\x9e\x9a\x9a\x1a\ \x96\x65\xe4\x40\xe0\x68\x61\xa1\x51\x44\xc6\x71\x1c\xcb\xb2\xbc\ \x99\x97\x65\xd9\xa8\x2f\xa3\xa1\xc1\x8c\x2d\xe6\xec\x69\x6e\x60\ \x51\x10\xc2\xc3\xa3\x6a\xab\x4a\x09\x42\x40\x91\x51\xf5\x66\xd4\ \x76\xe8\x04\xd9\x1d\x76\x6b\xdb\xae\x27\xdd\x7b\x68\x7f\x91\x49\ \xb0\xad\x78\xef\x5f\x9f\x23\xd3\x84\x5b\x1f\x1b\x91\xd8\xf7\x86\ \x2b\x37\x2c\x7a\xef\x3f\xb6\xc4\x5e\x8f\x3d\x71\x63\xa2\xc9\x80\ \x77\x43\xa3\x39\xb1\x6f\xdf\x2e\x00\xa0\x37\x95\xfd\xb0\x64\xe1\ \xb1\x3a\x95\x33\xbb\xaf\xbc\xef\xc9\x51\xa9\xb6\x0b\x1f\xb8\x4d\ \x4d\x4d\xa2\x68\x8a\x88\x88\xa8\xa8\xa8\xa8\xa8\xa8\x50\x55\x95\ \x65\xd9\xcd\x9b\x37\xd7\xd7\xd7\x73\x1c\xe7\xf7\xfb\x01\x40\xd3\ \x34\x84\x10\xcb\xb6\x54\xe4\x30\x0c\x63\x68\x08\xdc\x9a\x88\x27\ \x94\x42\xc8\x54\xf8\x79\x09\x77\xbb\x1e\xb8\xff\xde\xe3\xa5\x65\ \x46\x89\x09\x6d\xd5\xb9\x00\x40\x74\x3d\x3c\xdc\xdd\x39\x3d\xf5\ \xc4\xd1\x8c\x7d\xc6\x5f\xde\x99\x71\xf2\x27\x0c\xbb\xf6\xd1\x61\ \xd7\xb6\x73\x4f\x22\x6e\x7b\xfc\x49\xe3\x2d\x17\x93\xf5\xe0\xd3\ \x59\x17\x97\x47\x41\x29\x2d\x2d\x2d\x31\x5b\x2c\x8a\xa6\x78\xbd\ \x5e\x96\x65\x11\x42\xb5\xb5\xb5\x94\x52\x42\x08\x63\xb0\x80\xb0\ \xac\xa2\x28\x46\x69\xb4\xf1\xa3\x91\xaa\x50\x14\xc5\xe8\x0a\xd6\ \x54\x35\x04\xdb\x5f\x96\x94\xe4\xc4\x94\xe4\xc4\xd0\x3a\x74\x18\ \x70\xbb\x74\xe9\x02\x00\x75\x75\xf5\x7b\xf6\xed\xae\xaa\xaa\x32\ \xa2\x8c\x0c\xc3\xa8\xaa\x8a\x10\x32\x9b\xcd\x8a\xa2\xe8\xba\x6e\ \xd4\xf8\x18\x95\x21\x0c\xc3\xe8\xba\x6e\xd4\xd3\x18\x33\xa6\x9b\ \x3c\x1e\x4a\x69\x88\x58\x31\x24\xbf\x1d\x70\xb7\x6d\xdb\x26\xcb\ \xb2\x2c\xcb\xd5\xb5\x35\x06\x16\x8d\xf8\x39\xcf\xf3\x26\x93\xc9\ \xd0\xac\x06\x94\x0d\x9b\xc1\xe8\x5c\x0f\x22\xdb\x68\x53\x33\x10\ \x1d\x32\x16\xce\x5c\x7c\x3e\x7f\x49\x59\x05\x00\x8d\x8e\x8c\x70\ \x3a\x1d\xa1\x05\xf9\x59\xe0\x96\x94\x94\x18\xb3\x96\x0c\x7d\x6a\ \x80\x52\x10\x04\x83\x0d\x24\x38\xb9\xdd\x88\xd7\x04\x29\x17\x74\ \x5d\x37\xaa\x70\x30\xc6\x3c\xcf\x1b\xfd\xc0\xa1\xd5\x3c\x43\x91\ \x65\x65\xed\x4f\x9b\xcd\x66\x13\xa5\x74\xef\xfe\x43\xe3\x46\x0f\ \x17\x05\xd1\x30\x86\x29\x05\x86\x61\x38\x8e\x0d\xad\x52\x0b\x70\ \x0d\x3d\x6a\x36\x5b\x64\x15\x05\x53\x91\x06\x3a\x0d\xd4\x52\x4a\ \x75\x5d\x37\x0a\x2b\x0d\x31\x80\x6b\xd4\x0b\x1b\x56\xaf\xd1\xce\ \x1e\x5a\xcd\x33\x14\x49\x96\x65\x59\x9d\x38\x6e\x24\x00\xe4\x15\ \x14\xae\x59\xbf\x99\x6b\x53\xe9\x2b\xc9\x72\x7a\x6a\x52\xcf\xf6\ \x95\x65\x7a\x55\x51\x41\x61\x69\x43\x58\x62\x7a\xe7\xc4\x08\xe3\ \x1a\x54\x1d\xdd\x7f\xa4\x4a\x49\xe9\xda\x33\xc6\xd1\x7a\xba\xda\ \x50\x70\xac\x39\x31\x2d\x51\xc4\x00\x20\x15\xe5\x1f\x2c\xad\xf6\ \x53\xcc\xc6\xa6\xf5\x4c\x8d\x32\x0a\x2a\x94\x63\x05\x25\xae\xf8\ \x64\xa7\x19\x03\x55\xca\x0e\xe7\x15\xd7\xfa\x23\x52\xba\xa6\x47\ \xdb\x01\x20\x50\x5f\x76\xe8\x70\x91\x66\x8a\xee\xde\x2d\xd5\xcc\ \x00\x00\x50\x7f\xed\x9e\xfd\x05\xe0\xea\xd4\x3d\x23\x8e\x3b\x27\ \xc0\xe5\x79\x9e\xe3\x78\xa3\xcf\xcc\x88\xe6\x10\x42\x34\x4d\x33\ \xc2\x5e\x46\xb2\xd7\x88\x21\x18\x6f\x82\xc6\xae\xd1\x03\x6c\x1c\ \xc6\x30\x4c\x08\xb6\x67\x2e\x3c\xcf\xe7\x15\xe4\x7d\x34\xbf\x9e\ \x52\xc2\xb2\x6c\xdb\x7a\x56\x8c\x50\x5d\x7d\x23\x25\x7a\x3b\xe0\ \xd6\xec\x59\x35\x7b\xd1\x3a\xc2\xd2\x23\xc7\x02\x57\x3f\xf6\xb7\ \xcb\x7a\x84\xed\xfc\xf2\x8d\xd9\xdf\x1d\xb3\x33\xf5\x8d\xee\xec\ \xbf\x3f\x7d\x57\x34\x96\xf2\xb7\xae\x59\x3c\x7f\xde\x76\x61\xc4\ \x07\x2f\xde\x25\x62\x50\x8a\x37\xff\xeb\xb9\xb9\x11\x5d\xfb\xda\ \x45\xbe\x6f\x58\x97\xd4\x48\xb1\xb2\x60\xeb\xd2\x85\x1f\x7f\x91\ \xc7\x3f\xff\xfa\x2b\x59\x66\x38\xbe\xe5\xf3\xb7\x97\x1e\x30\x71\ \xfe\x23\x25\xf8\x9e\x7f\x3e\x97\x1d\x5e\xf5\xe1\xec\xb9\xe5\x32\ \xae\x2b\x2a\x88\x1a\x7d\xd7\x93\xd7\x5c\xc2\xd4\xee\x7f\xe9\xc5\ \x59\x15\xd4\xd6\x58\x56\x33\xee\xde\x67\x67\x0c\x4e\x38\x07\xc0\ \xd5\x34\x5d\xd3\xfc\x7e\xbf\x5f\xd5\x55\x83\x74\x04\x00\x0c\x10\ \x1b\xc0\x35\x3c\x33\xc3\x54\x30\xde\x18\xa8\x35\xce\x37\xb4\xef\ \x6f\x32\x20\xe8\x22\x78\xfc\xb1\x6c\x79\x69\xc9\x8e\x0d\xab\x83\ \x8c\x63\x41\xa1\x84\x4a\x8a\x72\xf3\xad\x77\xb5\xdb\x6e\x4f\x1d\ \x7c\xdf\x9f\x46\x38\xad\xfc\xdc\x07\x6f\xca\x3b\xda\x30\xd2\xbe\ \xe3\xed\x25\xf9\x37\xfe\xf3\x95\xa1\xce\xbd\xb7\x3e\x38\x2f\xbf\ \x09\xc2\xe5\xfc\x9f\x36\xed\xf5\x50\xb6\x7b\x9f\x6e\x2e\x16\x00\ \xc8\x9e\xcd\x5b\xdd\x43\x6f\x7b\xf6\xf6\xe1\x2d\x9f\xec\xab\xf8\ \x69\xd5\xa6\x6a\x59\x4d\xe8\xdc\x27\x2d\x92\x01\x80\xa8\xee\xe3\ \x9e\xe8\x7d\xb5\xc3\x54\xff\xcf\x5b\xee\x3c\x54\xdc\x90\x1d\x1d\ \x75\xd5\x1d\x8f\xba\x5d\xb6\xc3\xcb\xfe\xfe\x97\xcd\xf9\x14\x06\ \x2e\x79\xf7\xad\x9a\xc4\x2b\x5f\xba\x77\xcc\xc6\x77\xee\xfe\x62\ \xd7\xbe\xab\x07\x27\xfc\xf6\x6a\x0b\xab\xaa\xec\xf5\x7a\x28\x10\ \x4d\x53\x55\x4d\x0b\x2a\x54\x83\x35\xcc\x58\x4d\x03\xc1\x86\xf6\ \x35\x60\x6a\x18\xb5\x0c\xc3\x98\x4c\xa6\xb3\x3a\x6b\xf8\xa2\xc3\ \x2e\xc3\x88\x22\x2f\x0a\xed\x5f\x26\x91\x17\x05\xe1\x54\x7b\x4c\ \xb0\x39\x9c\x56\x21\x6f\xf5\xbc\x6d\x72\xd2\xc4\x4b\x3a\x6d\xfe\ \x6a\x79\xd4\x88\x19\x43\x13\x05\x50\x14\x5e\x34\x0b\x08\xd8\xd8\ \x5e\xb7\x3e\x7c\x5f\x8a\xd9\xd5\x39\x29\x0d\x00\x80\x4a\xc5\x47\ \x0a\x0b\x77\x2c\x9d\xfd\xf9\xba\x66\x0d\x00\x00\x59\x62\xae\xba\ \xef\xe1\xa1\x31\x61\x71\xf1\xdd\xec\x2d\x9f\x19\xe6\x30\xe1\xed\ \x8b\x3e\x2a\xb2\x0f\x1a\xde\x3d\x02\xb0\xe8\x76\xd9\x02\x25\x3b\ \xe6\xaf\x2a\x19\x37\x71\x3c\x2e\xdf\xb6\xe6\xb0\xe5\xfa\x3f\x8c\ \xe1\x00\x74\x9d\xb3\x9b\xcd\xe7\xe4\x61\x8b\x55\x4d\x06\x04\x06\ \xa7\x10\xcb\x30\x86\xa7\x65\x58\x05\x94\x52\x55\x55\x83\x06\xae\ \x71\x82\xa6\x69\x46\x82\x2d\x38\xd1\x3d\x64\xdd\x76\xa0\x20\x64\ \xb4\xd9\xb5\x7f\xd1\x16\x8a\xf8\x53\x96\x5a\xae\x5b\xf1\xde\x73\ \xb3\xbe\xad\xbe\xe9\x89\x47\x33\xc3\x1a\xb7\xe4\xeb\x3d\x7a\xf4\ \x00\x80\xd2\x7d\xfb\x88\x39\xa9\x73\x18\x00\x80\x56\xbd\x37\xd7\ \x6b\xce\xc8\x8c\x05\x00\x40\xa6\xc9\x0f\xbe\xf2\xda\xe3\x33\x2b\ \x7f\x7c\x77\xd6\xf2\xdd\xad\xfa\xbc\x62\xcb\xb1\xa6\x94\xac\x16\ \x23\x84\x34\x97\x2d\xf8\xf7\x53\x0b\x0f\x0a\xf7\xff\xf9\xc1\x64\ \x1b\x0b\x40\x0a\xd6\x7f\xfa\xd4\x8b\xf3\x53\x26\x3f\x70\xc3\x90\ \xb8\x63\xb9\x3b\xa4\x4e\xdd\x93\x9d\x00\x50\xb7\x27\x2f\x90\x96\ \xd1\xf5\xdc\xdc\xe1\xba\xde\x42\x5d\x63\xf8\x5b\x86\xe5\xaa\xeb\ \x3a\xcf\xf3\x86\x45\x1b\xf4\xc9\x0c\xf3\x20\x58\x28\x6d\x44\x73\ \x53\xbb\x5b\xe3\x00\x00\x20\x00\x49\x44\x41\x54\x0d\x04\xa3\x50\ \x51\x63\x07\x09\xa5\xa7\xcf\x9d\xa3\x56\x6a\x9f\x93\xbd\xb9\xca\ \xf9\xaf\xbd\x52\xe8\xca\xf9\xfb\x4b\x13\x1c\x00\x20\x57\xd4\xf8\ \x49\x8f\x30\x07\xe8\x15\x0b\xbf\xdc\x9c\x31\xee\x2f\x2e\xc3\x0e\ \x3e\xb8\x87\x38\x12\x3a\xb7\xd4\x2f\x20\xc1\x6a\x8f\xb2\xf6\xef\ \xde\x49\xfc\xa9\xae\xa5\x6f\x51\x2f\x3d\x54\x25\x59\x26\x66\x38\ \x01\x80\x36\x1c\x7e\xfb\xb5\x77\x02\x19\x97\xbf\xf0\xd0\x25\x3c\ \x00\x80\xbe\x7b\xd9\x3b\x1f\x6f\x94\x6e\x7c\xea\x5f\x3d\xa3\x04\ \x00\xf0\x34\x56\x53\x21\xc6\x06\x50\xfc\xc3\xc2\xfd\x24\xe9\x99\ \x7e\x51\xe7\x06\xb8\x84\x10\xa3\xcf\x51\x53\x55\x23\x3d\x66\xf0\ \x2f\x89\xa2\x68\x40\xd3\x88\x30\x18\x36\x43\x10\xb8\xc1\xa0\x98\ \x81\x69\x96\x65\x21\x54\x64\xd3\x11\x62\x90\xe4\x11\x5d\xa3\x06\ \x56\xe9\x09\xd8\xea\xba\xae\x93\x93\x9a\xa8\xb7\x7f\xf6\xf2\xac\ \x1f\x8f\x5f\x7b\xa3\xf4\xcd\xc7\x1f\xc5\xf6\x9f\x30\xbc\x4b\x74\ \x56\x02\x2c\x9b\xf5\xf7\x7d\xe6\xea\xba\x4e\x93\x9e\x1a\x6f\xb4\ \x9a\xea\xdb\x37\x1f\x34\x25\x4c\x77\x01\x80\xbf\x74\xf1\xc2\xc5\ \x25\x7e\x41\xab\x3d\x72\xa0\x3a\xf1\xde\x6b\xfa\x19\x9f\x73\x78\ \xe7\xee\x46\x53\x97\x54\x1b\x02\x50\x96\xcf\x7b\x61\xe1\x4e\xee\ \xd6\xae\xd5\x9f\x7e\xbc\xb8\xd7\xa5\x93\xd3\xd4\x35\xcf\xfe\xf3\ \xb3\xb4\xa9\x37\x15\xac\xfd\xbc\xd0\x91\x31\x69\x5c\xff\xf8\xce\ \x7d\xc9\x97\xdf\xbc\xf0\x52\x61\xc9\x91\x8a\xa9\x77\xff\xb9\xd3\ \x39\xaa\xfd\x65\x35\x4d\x33\x94\xab\xa6\xeb\xc1\x00\xad\x11\xca\ \x35\x9b\xcd\x06\x2f\xac\xdf\xef\xd7\x34\xcd\x88\x8e\x31\x0c\xc3\ \x71\x1c\xc7\x71\x41\x7e\x31\x8c\x43\x53\xfe\x3a\xca\xc0\xc5\x39\ \x39\x39\x9b\x36\x8b\x18\x21\xa3\xd8\x11\x90\x31\x2d\x1e\x11\x42\ \x2c\x36\x4b\xaf\x9e\xdd\xdb\x1e\x1f\xdd\x73\xca\x53\x0f\x36\x69\ \x9a\xa6\x68\x16\xb3\x80\x01\xac\x57\x3f\xfc\x78\xcc\x4f\x3b\x55\ \xc7\xe4\xe1\x43\x7b\x99\x5b\x2f\x4b\xe6\x84\x1b\xd2\x23\xbb\x02\ \x00\xb0\x8e\xcc\x6e\x3d\x98\xf2\x26\xbe\x73\xf7\x6b\x06\x0c\x8c\ \x77\xb6\x74\x49\xb8\x7a\x8e\xbe\xb7\x6b\xa4\x05\x00\x80\x76\xce\ \xb9\xf6\x89\xce\x01\xa2\xc9\x32\x6f\xe1\x19\xca\x58\x52\xef\xfa\ \xcb\x13\x8a\xae\xc9\xb2\x6a\xb5\x98\x28\x40\x54\xaf\x49\x4f\x3f\ \xe2\xda\x7b\xdc\x7f\xd9\xcc\x7b\xbb\xc7\x9f\xb3\x6a\x1e\xd6\x30\ \x0c\x82\x71\x03\xe3\xb9\xcf\x30\x8c\xc1\xab\x10\x08\x04\x8c\x82\ \x04\xe3\x18\x00\x30\x50\x1b\xac\xb6\x31\x3c\xb6\x40\x20\x40\x42\ \xcd\x92\x1d\x61\xe0\x5e\x31\x65\xe2\xc4\x09\x63\x4f\x6b\x44\x60\ \xcc\xb0\xcc\x49\x3a\x22\xa1\xcf\x25\x09\x7d\x4e\x0e\xa8\x39\x93\ \x46\x4d\x4a\x3a\xf9\x44\x26\xbd\x57\xff\xd6\xdd\xb6\xee\x03\x47\ \x75\x3f\xe5\xa3\xa3\x52\x7a\xb6\x3e\xef\x85\x8c\xac\x11\x19\x27\ \x95\xeb\xa4\x8f\x99\xd0\xae\xad\x88\x4b\xed\x9b\x93\xda\xf7\x5c\ \xdf\xe4\x86\xe2\x34\x99\x4c\x01\x49\x32\x4a\xbd\x8c\x04\xaf\xa1\ \x65\x25\x49\xd2\x34\x2d\x10\x08\x70\x1c\x17\xa4\x29\x37\x40\xdc\ \x52\x5e\xa3\x69\x18\xe3\xe6\xe6\xe6\xd0\x14\xc8\x0e\x8b\xe6\x86\ \xd2\x63\xff\xa3\xc6\x35\x9b\xcd\x84\x10\x4f\x73\xb3\x61\x2a\x18\ \x2e\x82\x41\x01\x1b\xf4\xd8\x8c\x40\x98\x61\x48\x18\xba\xd9\x28\ \xc3\x35\xe2\x62\x1c\xc7\x85\x4c\xdc\x90\xfc\xa6\xc0\xe5\x38\xce\ \xb0\x04\x8c\x2a\x30\x5d\xd7\x83\xd6\x82\x11\xa0\x45\x6d\xc4\x00\ \xae\xf1\xde\xeb\xf5\x06\x4b\x14\x78\x9e\xc7\x08\x87\xa2\xb9\x67\ \x1e\x52\xc8\xcb\x3f\x92\x7b\xa8\x80\x52\xd2\x29\x31\x3e\xbb\x5f\ \x9f\xd0\x9a\xfc\x12\x70\x25\x49\x92\x65\x59\x51\x14\xc3\x60\x35\ \x72\x0d\x3c\xcf\x0b\xad\xc3\x8f\x0c\x93\x20\xd8\x03\x8c\xd0\x89\ \xc6\x3f\x5d\xd7\x55\x55\x0d\x41\xb6\x43\xc4\xe7\xf3\x1f\x38\x54\ \x70\xd9\xb8\x91\x00\xf0\xfd\x9a\x9f\x7e\xda\xb4\xd5\x6c\x32\x05\ \x31\x8d\x31\x93\x9e\x9a\x64\xb3\x85\xc6\xc4\x02\x00\xb0\xaa\xaa\ \x34\x34\x34\x18\x16\xaa\x61\xc5\x1a\x88\x94\x65\xd9\xb0\x65\x59\ \x96\x35\x00\x4a\x29\xe5\x05\x81\x61\x18\x59\x96\x83\x06\x83\xf1\ \x6f\xa8\xc8\xa6\x63\x34\x2e\x80\x24\xcb\x92\x2c\xeb\xba\xde\xad\ \x4b\x7a\x71\x49\x59\x93\xda\x6c\xec\xc2\x18\xd7\x37\x34\xd6\xd4\ \xd5\x8d\x1d\x39\xbc\xed\x29\x6a\xfd\xd1\xaf\xbf\x58\xba\xb3\xa0\ \xdc\x91\x3e\xf4\x86\xeb\x26\x47\x8b\x88\x78\x8e\x7d\xfa\xe1\xa7\ \xbb\x8a\x9a\xfb\x5e\x76\xdd\xd5\x39\x99\x18\x00\xa8\x7a\x64\xd3\ \xd2\x2f\xf6\xb2\xb7\xde\x76\x79\x18\x07\x10\x28\x9e\xf7\xf6\x7b\ \x79\x35\xc0\x70\xa6\xc1\x57\xdc\x31\xa9\x4f\x38\x00\xad\xcb\xdf\ \xf0\xd1\x8a\x43\x63\xff\x70\x73\xd7\x48\xd6\x5f\x99\xfb\xf9\xe2\ \xe5\x87\x4a\x1b\xa2\x7a\x8e\xbd\x79\xc6\x08\x3b\x0e\x6c\xfd\x76\ \xc9\xaa\xcd\xb9\x7e\x2e\xe6\xf2\xeb\x6e\xcc\x4e\x76\x54\x6e\x5b\ \x36\xf7\xeb\x9f\x64\xce\x86\x95\xa6\x26\xb6\xcb\x23\x8f\xdf\x1c\ \x67\xfe\xad\x23\x4b\x2c\xc6\x48\x96\x03\x08\x21\x51\x10\x24\x49\ \x22\xba\xce\x60\xcc\xb1\xac\xaa\x28\x01\xbf\xdf\x28\x01\xd3\x35\ \x8d\x65\x59\x9d\x52\x91\xe7\x2c\x36\x6b\x43\x43\x83\xaa\xaa\xba\ \xa6\xc9\x9a\x8a\x31\x56\x89\x8e\x80\x09\xd9\xb8\x67\x2e\x82\x20\ \xec\xdc\xb9\x63\xfd\xea\xef\x18\x96\x31\x4c\xb5\xb6\x0d\x51\x5e\ \x9f\x7f\xec\xf8\x49\xed\x4e\x69\x28\x2b\x55\xed\x69\xd3\x66\x66\ \x7f\xf1\xea\x5b\x9f\xc5\xf6\x7c\x60\x8c\xed\xcd\xbf\xfe\xa3\x22\ \x65\xf2\xe5\x39\xc7\xdf\x9c\x3f\xbb\x6b\xf6\xab\xdd\xa5\x23\xf3\ \xe7\xcc\xfb\x6e\xfd\x46\x3a\xf8\x6e\x0b\x0b\x00\x50\xb5\x77\xe3\ \xf6\x12\xdb\xed\x77\x4d\xb7\x31\xd4\x19\xed\x04\xb9\x61\xe5\xc7\ \xb3\xbf\xfc\x71\xdd\x31\x4b\xff\x29\x36\x16\x00\xea\xcb\x8a\x70\ \x7c\xbf\x19\x83\xd4\xb9\x2f\xbd\xf5\x4d\xd7\x9e\x33\xba\xf9\x4b\ \x3c\xdc\xf0\x29\x57\x57\xae\x7d\xef\x8d\x8f\xbf\xec\xf6\xf4\x8d\ \xce\xf4\x7e\xd3\xae\x4d\xe3\xf4\xea\x79\xff\x99\x25\x0e\xb8\x2c\ \xcc\x74\x0e\xe2\xa1\x6c\x1b\xee\x7c\x30\x4c\x85\x60\x15\x98\x91\ \x59\x30\x4a\xc0\x10\xc6\x3a\x21\x81\x40\x40\x55\xd5\x60\x91\xae\ \x01\x6b\xb5\x35\x73\x11\x82\xee\x99\x87\xc3\x88\xa6\x36\xd5\xd7\ \x9c\x4a\x7d\x49\x29\x95\x14\x85\x3b\x85\x37\x24\xb2\xc7\xb0\x19\ \x3d\x00\x68\xe5\x77\x66\x73\x64\xb8\xad\xf8\xa7\x8f\xf6\x70\x7d\ \x5f\xbb\x6f\x8a\x3d\xb0\x77\xe1\xb2\xc3\xf5\xcd\x80\x4c\xd6\xac\ \x51\x97\x2b\xbe\x46\x6f\xb7\x2e\x02\x02\x00\x65\xd3\xba\xf5\x4c\ \xfc\x98\xd4\xe4\x64\x3b\x07\x00\x40\x65\xa6\x53\xd6\xd8\xc9\x7a\ \xf3\x5a\x4f\x0f\xa3\x0d\x33\xbe\xef\x65\x7f\xe8\x0b\xd0\xb4\x5f\ \x30\x3b\x1c\x22\x03\x7c\xe2\xb4\x19\x89\x00\xb0\x6e\x97\xd9\xc5\ \x38\x39\x00\xc1\x15\xd3\xd9\x15\xf9\xdd\xdb\xf3\xd5\x1e\xd7\x3f\ \x73\xdb\xa5\xe7\x24\x05\x81\x1d\x0e\x07\xc3\x30\x52\x20\x10\x08\ \x04\x0c\x37\x4b\x10\x78\x8e\xe3\x04\x41\x30\x99\x4c\x82\x20\x20\ \x84\x68\x6b\xb4\xc1\xb0\x68\x8d\xbc\x9a\x20\x08\xc6\xbf\xc1\xd4\ \x1a\x84\xac\x85\x33\xbf\x1e\x08\x31\x0c\x83\x4f\x79\x31\x0c\x73\ \x2a\x0b\x8e\x21\x52\xe5\x81\xd7\xff\xf2\x0f\xa9\xd7\x95\x97\x67\ \x3b\xd6\x7e\x97\x9f\x95\x33\xce\x0e\x20\x97\x1d\xd3\x39\x5b\xac\ \x03\xb0\x3d\xba\x47\x56\x42\x45\x35\x4e\x4b\xcb\x00\x00\xa0\x24\ \xbe\xcb\x80\x38\xef\x96\x47\x1f\xfa\xcb\xa6\xa3\x8d\x00\x80\x04\ \x7b\x66\x56\xef\xa6\x72\x4f\x54\x7a\xaf\x60\x1c\xae\xe1\xe8\xd6\ \xe7\x9f\x79\x3b\x7c\xcc\xad\x23\x32\x5d\x00\x00\xa4\xf1\xfb\xf7\ \x9f\xfb\xec\x70\xe4\xed\x33\x27\x08\x00\x00\x50\xbc\xe6\xfd\xc5\ \x87\x6c\xf7\xde\x36\xf1\x5c\x91\xe6\xb0\xae\xb0\x30\xbf\xdf\xef\ \x0f\x04\x82\x9d\x64\x4e\xa7\x33\x2a\x2a\x8a\x61\x58\x9f\xcf\x6b\ \xc4\x71\x65\x59\x56\x34\xcd\x64\xb5\x44\x45\x46\x8a\xa2\x28\xcb\ \x0a\x21\x7a\x90\x83\x3f\x98\x6c\x0b\xb9\x68\x67\x5b\x23\x9f\xba\ \xa9\x7c\xe7\xb2\x37\xe7\xaf\x49\x19\x75\xf3\x1d\x13\xb3\x04\xf5\ \xd8\xa1\x46\x61\x70\x4a\x27\x00\xd8\xb1\x7a\xab\x10\x3f\x30\x4d\ \x04\x00\xf0\x15\x6c\x29\xe3\xc2\x66\xa6\x99\x00\x00\x90\xd8\x7f\ \xca\xcd\xfd\xa7\xc0\xb2\x17\x6f\x59\xf8\xfd\x8e\x41\x77\x8c\x42\ \x00\xe0\xcf\xcd\xad\x53\x2f\xe9\x63\xf4\x72\xd2\xc3\x6b\x17\xbc\ \xfd\xc5\x9e\x41\xd3\x1f\x9a\x3a\x34\x0d\x03\xe8\x4d\x05\xef\xfd\ \xe7\xbd\x32\x47\xdf\xa7\xfe\x3a\x3d\xd6\x8a\x01\x00\x3c\xf9\xf3\ \x16\x6f\x1f\x7b\xc7\x0b\x09\xa6\x73\xe7\x9c\x55\x54\x54\xf9\x03\ \x32\xcb\x0a\x08\x21\x42\x91\xaa\xaa\x5e\x5f\x40\xf4\x78\x35\x4d\ \xab\xa9\xa9\x91\x65\x99\x65\x59\x4a\x01\x10\x06\x40\x92\xa4\x48\ \x92\xd2\x0a\x50\x99\x10\x4a\x81\xa2\xd6\x3a\xdd\x10\xb2\xce\x5c\ \xf4\x96\x81\x7e\xf4\xd4\x50\x99\x61\xbf\x9d\x64\xe0\xe6\xad\x78\ \xf6\x8d\xa5\x23\xee\xfe\xdb\xd4\xbe\x31\x54\x23\x80\x38\x2c\x79\ \x2a\xcb\x4a\x8e\x78\xb7\xcd\xdd\xd8\x70\xed\x33\xa3\x0c\x15\x5d\ \xb8\x7d\x1f\xef\xce\x4c\x16\x00\x74\x5f\x49\x59\x0d\x6f\xb6\xcb\ \x35\x79\x5b\x8e\x48\x69\x57\xc6\x1b\xb7\x42\xe3\xc1\xdc\x3a\x2d\ \xb6\x67\x9c\x00\x00\x25\x1b\x3f\xf9\xe7\x47\xbb\xff\xf0\xe8\x9f\ \x86\xa7\x3b\x81\x02\xf1\x97\xbd\xf1\xd7\x17\x1a\xba\xce\x7c\xe2\ \xe6\x11\x22\xe8\x14\x30\x02\x7d\xc3\xe2\x0f\xab\xa3\x73\xa6\xf4\ \x72\x9d\xcb\xa8\x82\xc7\xe3\x01\x00\x9e\xe7\x8c\x02\x71\x8e\xe5\ \x10\xc2\x7e\x9f\x9f\x02\xf0\xbc\xc0\xb2\x2c\xcb\x72\x18\x23\x00\ \x04\x0c\x56\x64\x95\x52\x82\x31\x83\x31\x22\x06\x6c\x29\x6d\x2d\ \xd2\x0d\xa1\xae\x03\x34\xaa\xc3\xe9\xaa\xae\x38\xae\x13\x6a\x0c\ \x5d\x32\x22\x37\x08\x21\x4a\x28\xcb\x0b\x96\x93\xa7\x25\xe7\xae\ \x5b\x57\xad\xd0\x3d\x5f\xbf\xb3\xf5\xb3\x40\x9f\x69\x0f\xfc\x61\ \x50\xfc\x8c\x69\xd9\x6f\x7f\xf2\x6c\x6e\x58\xe2\x15\xf7\x3d\x3d\ \x32\xc9\x38\x58\x3d\x5a\x47\xd3\xfb\xf5\x65\x01\x40\xaa\x5b\xb3\ \xf8\xdd\xcd\x47\xbd\x2c\x83\x53\x2f\xbd\xfd\x96\x11\x06\x23\x0e\ \x1c\xaf\xa8\x8f\xe8\x39\x20\x9a\x05\xa0\xbe\xad\x5b\x36\x36\xa9\ \xcc\x9a\xf9\x2f\x7d\xad\x9a\x27\xde\xf0\xc7\x6c\x6e\xc7\xce\x22\ \x6f\xb8\xb8\xee\x99\x27\x56\xba\xd3\x72\xee\xbb\xf3\x32\xb3\x5c\ \xb1\xbb\xd0\x37\x6a\xc6\xe8\x73\x4b\x07\x89\x06\x0f\x1d\x46\x28\ \x05\x0a\x84\x80\x51\xb7\x80\x00\x30\xc3\x10\x5d\xd7\x5a\xeb\x13\ \xa0\x55\x09\xb4\xce\x3e\x46\x06\x58\xa1\xb5\x9f\x47\xd3\xb4\xf9\ \x1f\xbc\x17\x1f\x1f\x17\xf4\xdb\x4c\x26\xd3\xd6\xad\x5b\x9e\xf9\ \xeb\xd3\x69\x69\xe9\xae\xb0\xb0\x60\xf3\x0f\xcb\x30\xd7\x5d\x77\ \x6d\x4a\x5a\x3a\xd1\x5b\x2a\xd6\x8d\xe8\x1b\x21\xa4\xe4\x78\x51\ \x6a\x5a\x67\xab\xcd\x66\xe8\xef\xb2\xd2\xe3\x99\xdd\x7a\x5e\x6c\ \xd8\x3d\x5e\x52\xb6\xef\xc0\x21\x63\xb6\x74\x5b\xe2\x10\x42\x89\ \xc5\x6a\x19\xd4\xbf\xaf\x28\x0a\x6d\xb4\x30\x20\x20\xaa\xaa\x12\ \x40\x0c\xcb\xb1\x18\x01\x00\xd5\x35\x82\xd9\xb6\xad\x54\xb4\x8d\ \x91\x41\x89\xae\xe9\x3a\x62\x5a\xc7\xb5\xb7\x3f\x80\x52\x00\x44\ \x89\xa2\x6a\x14\x10\xcb\x72\x18\x01\x42\x48\x53\x15\x9d\x50\x8c\ \x59\x8e\x63\x8c\xaf\xfd\x65\x6f\xa6\xa4\xf8\x58\x79\x59\x49\x54\ \x74\x0c\xa5\x60\x5c\x62\xc3\xd1\x6f\x6e\x6e\x6e\x6c\xa8\xeb\x90\ \xcb\xca\xda\x1c\xce\x96\x02\x1a\x8a\x5a\xa7\x20\x52\xa0\xa0\xeb\ \x9a\xaa\xaa\xc6\x9c\x23\x42\xf4\xe0\x73\xaa\x55\xd1\x92\xd6\x7e\ \x74\xa3\x23\x2d\x44\x1d\xd6\x31\x92\x98\x10\x97\x98\x10\xf7\x3f\ \x47\x21\x00\x00\x73\xbc\x70\xd2\x46\xa6\x7d\xe8\xe1\xa4\xd9\x29\ \x98\xe1\x4e\x71\xf2\x50\xbb\x8f\x44\x0c\xcf\x9f\x74\x0c\xcb\xf1\ \x6c\xbb\x63\xce\xb5\xb0\x46\x66\x01\x23\xa4\x13\x00\x8a\x91\x51\ \xaf\x0c\x94\x61\x38\x8c\xd9\xb6\x6d\xbd\x70\xa2\x5f\xb2\xe5\xff\ \xe0\x16\x5d\xd7\x31\xc2\x10\xa2\x0f\x0b\xc9\x6f\x06\x5c\x63\x6e\ \x11\x50\xc4\xf2\x8c\xae\xeb\x94\x10\x4a\x28\xb4\xe9\x89\x00\x00\ \x4d\xd3\x28\x21\x18\x50\xdb\xf9\xba\x41\xd4\xb6\x19\x9d\x18\xd2\ \xba\x3f\x2b\xcd\x5e\x5f\x43\x43\x23\x42\x28\x2a\x2a\x82\xe7\xb8\ \xd0\x82\x9c\x29\x70\x8d\x67\x3c\xa1\x94\xea\x1a\x25\x94\x12\x02\ \x94\x1a\x8d\x4f\x18\x19\xbe\x2c\x05\x4a\x80\x52\xd2\x66\x28\x74\ \xeb\x13\x86\x22\xd4\x32\xd7\x36\xb4\x94\xbf\x20\x8d\x4d\x9e\xf5\ \x1b\xb6\x32\x0c\x06\x00\x74\x20\x6f\xfc\x98\x9c\xb6\x71\x83\x50\ \x25\xfe\xaf\x01\x6e\xcb\x00\xde\x56\xdd\x89\x5a\x27\x86\x43\xab\ \x5b\x8b\x80\x32\x18\x53\x44\x8d\x5c\x1a\x21\x34\x08\x53\xe3\x58\ \xa3\x1b\x2a\xb4\x94\xbf\x20\xd5\x35\xb5\x0e\x87\x7d\xf8\xd0\x6c\ \x00\xf8\x69\xd3\xf6\x65\xdf\xfc\x10\xec\xef\x07\xa0\xaa\xa6\x67\ \xf7\xeb\x15\x13\xdd\xae\x79\x4b\xab\x2e\x29\xae\xf6\xa8\x51\x9d\ \x52\x22\xac\x86\x07\x4f\xaa\x8a\x8e\xd4\xa9\x62\x72\x72\xa2\x29\ \x68\x72\x4a\x0d\xe5\x8d\x28\x26\xda\x19\x7c\xd8\x35\xd7\x94\x94\ \xd4\x4a\x91\x71\x49\xe1\x76\xee\x82\x06\x6e\xab\x06\xd5\x5b\xa7\ \x18\x07\xa9\x40\x5a\xa1\x79\xa2\x98\xa6\xf5\xdf\x13\x91\x86\xa0\ \xc7\x16\x42\xe7\x8e\x1d\x3b\xb6\x6e\xdd\x2a\x8a\x22\x00\x28\x8a\ \x32\x69\xd2\xa4\xf8\xf8\x78\x63\x17\xc7\x71\x5b\xb7\x6f\x6f\x6a\ \xa8\xd1\x34\x1d\x33\x8c\xae\x6b\x6a\xeb\x59\x0c\xc3\x14\x15\x97\ \x45\x47\x86\xb7\x03\xee\xe1\x55\x9f\xcc\xf9\x3e\x97\x2a\x4d\x55\ \x34\xe3\x4f\x7f\x7d\xa8\xb3\x5b\xf9\xf1\x83\xd7\x3e\xdb\x52\x86\ \xfc\xb5\x31\xa3\x6e\x7f\xf2\xfa\x1c\x81\xf8\x73\x37\xaf\x5b\x30\ \xf7\x9d\xfa\x9e\xf7\xce\x7a\x70\x34\x02\x00\xa5\x7a\xd5\x92\x2f\ \x77\x1d\xad\xf2\x12\xe7\x65\x33\x6e\xbe\xc0\x81\x1b\xc4\x6b\xd0\ \x0c\x30\x50\xa8\x28\x4a\x90\x45\xa1\x8d\x7e\x3d\x71\x80\x11\x14\ \x0b\x3a\x67\x21\x7e\x5c\x96\x65\x57\xae\x5c\x19\x17\x17\xe7\xf5\ \x7a\x31\xc6\xd3\xa6\x4d\x0b\xee\xe2\x79\x7e\xd7\x8e\x6d\xdb\x37\ \xfc\x88\x99\xf6\x1e\x3d\xd1\x89\x0e\xcc\xb0\x4b\x86\xb4\xdb\x1e\ \xd5\x6b\xf4\x23\x03\x67\x44\x88\x15\x8f\x5f\xf7\x97\xc3\xb5\xb2\ \xa5\x60\xe1\xc7\x9b\x02\x4f\xbc\xf8\xb2\xfb\xc8\xc2\xbb\xe7\x6d\ \xa8\xbd\x2e\x87\xdf\xb3\x6e\xd5\xda\x4d\x95\x12\xdb\xbf\x6f\x3a\ \x06\xa0\x5a\xed\x27\xaf\xbe\xbc\x5f\x4b\x1a\x33\x76\xe6\xa5\xfd\ \xd2\x99\x0b\x7d\xb5\x71\x10\xb5\x4c\xab\x18\x74\x77\x46\x30\xe1\ \xd4\x13\x42\x19\xb2\x9f\x93\xde\xbd\x7b\x4f\x9d\x3a\xd5\xc8\x35\ \xde\x75\xd7\x5d\x11\x11\x11\x6d\xf7\xf2\x2c\xcb\xf3\x1c\xcf\xb5\ \x7f\x09\x3c\xc7\x73\xec\xa9\x45\xa1\xf6\xa8\xd8\x08\xbb\xb0\xfd\ \xeb\x25\x0d\x09\xd9\xd9\x09\xea\xca\xaf\x7e\x1a\x30\xe3\xa6\x2e\ \x4e\x01\x71\x9c\x59\x14\x80\x40\x44\xd6\xf8\x87\xee\xbd\x36\xd6\ \x1a\xd7\x3d\x31\x06\x00\x8e\xac\x5d\xb4\x7c\x77\xbd\xdb\xec\xff\ \xea\xdd\x97\xe7\x7e\x77\xe4\x82\x5f\x6d\x1c\xc4\x2b\x39\x59\x8c\ \x26\x88\x20\xb1\xb3\x81\x66\x8c\xb1\xf1\xc6\x78\x6f\xc4\x96\x8d\ \x1f\x43\x11\x05\x00\x98\x3a\x75\xaa\xcf\xe7\xeb\xd4\xa9\xd3\xa0\ \x41\x83\xda\x6e\x47\x00\xe8\x67\x04\x50\x0b\x4d\x6b\xbb\x8f\xd2\ \x7d\x15\x8b\x5e\xff\xcb\x82\xbd\xdc\x83\x7f\xba\x2d\x22\x70\x64\ \x7f\xb5\xbb\x5f\x97\x44\x00\x38\xba\xe7\x50\x58\x8c\x41\x95\x04\ \xd5\x47\xf7\x96\x9b\x12\x92\x63\x04\x80\xc0\xe6\xf5\x79\x43\xaf\ \x7f\xea\xb1\x3f\x3e\xf2\xc0\xf8\x94\x5d\x3f\x6e\x50\x2e\xf8\xe7\ \xdb\xa9\xc6\x40\x30\xd7\x10\x9c\x7b\x1d\xb4\x77\x83\x65\xe6\xc6\ \x59\xc1\x50\x2e\xa5\x14\xd1\x10\x72\xc1\x66\xb3\x3d\xf4\xd0\x43\ \xd1\xd1\xd1\xed\x1f\x53\x00\x84\x9e\xde\x0d\x30\xd8\x13\xda\x3d\ \xc7\xf4\x86\x23\xef\xbc\x3a\xcb\x9b\x3e\xf9\xf9\xfb\x2f\x15\x01\ \xbc\x85\x35\xb5\x44\x74\x86\x63\xf0\x1c\x5c\xb2\xae\x7c\xe0\xbd\ \x0f\x1b\xd6\xeb\xf1\xdc\x7d\xae\xe4\xfe\xd1\x3c\x00\x34\x97\xd6\ \xa8\xc9\x31\x31\x00\x50\x51\xd3\x24\x46\xf7\xbe\xe0\xe3\x6d\xac\ \x81\x3f\x84\x50\xbb\xa6\x86\x20\x6a\x8d\xd6\x5f\xc3\x0b\x36\x10\ \x1c\x24\x0d\x69\x61\x12\xd1\x34\x4d\xd7\x43\xc3\x4b\x0c\x19\x38\ \x70\xe0\x69\xed\x2b\x42\x68\x8b\x0f\xdb\x3a\x3b\x0a\xb5\xec\x6a\ \x49\x4b\xb6\x39\x5a\xfa\xea\xad\xbf\x7c\x51\x18\x77\xcf\x60\x6d\ \xd5\x8a\x6f\xbb\x0c\x1a\x9d\x16\x9e\x92\x0c\x1f\x2d\x98\xf5\x0e\ \x5f\xbe\x9b\x1f\x3c\xf3\x8a\x2c\x17\x00\x00\xf5\x6c\xde\x56\x1e\ \x3f\xb6\x37\x0b\x00\xe0\xea\x95\x22\x7c\xbd\xf0\x4d\xb4\x5f\x5c\ \xbf\x47\x9f\xf1\xf8\xe0\x0b\x5e\x8b\xb0\x86\x13\x66\xe0\xef\x54\ \x5b\xd6\x00\xae\xd1\x26\xd9\x76\x4b\x70\x56\x75\x50\x6d\x84\x4c\ \x85\x5f\x90\x30\xa7\x23\x3b\x7b\xe0\xe1\x82\x02\xcc\x60\xa3\x32\ \x29\x68\x1a\xe8\x9a\x1e\x15\x13\x93\x10\x1f\xdb\x66\xe9\x49\x52\ \xdf\x2b\x6e\x4c\xd6\x7c\x55\xa5\x2a\x16\x24\x95\xe0\xb0\xf4\xfb\ \xff\x7c\xcf\xaa\x0d\x87\x6c\x7d\xee\x1b\x3f\xbc\x7b\xb0\xba\x25\ \xeb\x8a\xeb\xa3\xfa\x18\x14\x9f\xdc\xf8\xbb\x1f\x63\xbf\xf9\xa1\ \x4c\xb2\xdc\xf5\xd4\xf5\x3d\xe2\x2e\x82\xa9\x3b\x86\xa9\xda\xce\ \x5a\x08\x2a\x57\x4d\xd3\x82\x24\xb8\x86\x62\x36\xdc\x38\x41\x10\ \x0c\x04\x07\x53\xc1\x21\x9f\xed\x17\xc4\x6c\x36\xdd\x7d\xe7\x6d\ \xbe\x40\xc0\xe0\x58\x6b\x29\x9e\x69\x51\xbd\x54\xe4\x05\x41\x68\ \xf3\x6c\xc7\xe6\xbe\xe3\xa7\xb7\x23\xdc\x88\xcc\x18\xfc\x87\x8c\ \xc1\x27\x1b\x19\xf6\x21\x23\x72\x4e\x9c\x64\x89\x1d\x7b\xd5\xf5\ \x17\x51\x0c\xc7\x68\xd7\x09\x92\x27\x04\x53\xb8\x86\x02\x0e\xb2\ \x83\x19\x87\x19\x54\x8d\x41\x02\x1b\xc3\x69\x33\xb6\x87\x14\xee\ \x7f\x0b\x96\x31\x8e\x50\x83\x6e\x07\xae\x67\x10\xa9\x46\xfc\x2b\ \xa8\x71\x83\x81\x85\x13\x1e\x83\xae\x1b\xb3\x4c\x82\x04\x0b\x2d\ \xf7\x7a\x28\x63\x19\x92\xdf\x1e\xb8\x6d\x71\xd9\xf2\x08\x6a\xe5\ \x63\x84\xd6\x94\x58\x30\xd7\x80\x31\x36\xb8\x98\x8c\x37\x41\x3a\ \x72\x62\x94\x3f\x86\xe4\x8c\xa5\xf0\x68\xd1\xfe\x03\xf9\x94\x92\ \xe4\xa4\xc4\xde\x3d\xbb\x85\x16\xe4\xbf\x03\x37\x18\x4a\x0c\x06\ \xbf\x0c\x15\x6b\x30\x8d\x1a\x7b\x0d\x92\x9b\xb6\xde\xdb\x89\x28\ \x44\x68\x2d\xcf\x58\xbc\x3e\xff\xee\xbd\x07\x72\x86\x0f\x06\x80\ \x75\x1b\xb6\xa8\xaa\x6a\x36\x9b\x82\xcb\xcc\x60\xa6\x53\xa7\x04\ \xb3\x49\x0c\x2d\x54\x7b\x8d\xdb\xce\x4b\x6b\x4b\xbb\x64\x30\x35\ \x9d\x1c\xdf\x69\x99\x8a\x1a\xa2\xbb\xeb\x28\x31\xfc\x5d\xab\xd5\ \xa2\x69\x7a\x56\xef\x1e\x85\x47\x8b\x3c\xcd\xbe\x56\x6d\x82\x1a\ \x1a\x9b\xca\x2b\xab\x46\x5e\x3a\xb4\xed\x29\x7a\x73\xd9\xf7\x2b\ \x56\xec\x38\x54\x16\x96\x79\xc9\x8c\x69\xa3\xc2\x58\x00\xb9\x72\ \xd9\xc2\x45\xdb\x8f\xfa\x06\x4c\x9c\x79\x59\x76\x92\x71\x58\xc5\ \xbe\xef\x97\xee\xd6\x67\x5c\x33\xce\xc9\x01\x00\x90\x40\xcd\xd6\ \xb5\x6b\x37\xed\x2f\x4e\x1b\x72\xf5\x94\x21\x09\x6a\x6d\xc1\xe2\ \xcf\xbe\xc8\x6b\x14\xc6\x5c\x7d\xc3\xd0\xb4\x30\x00\x69\xc3\xd2\ \xb9\xab\x76\x37\x72\x0c\x49\xcc\x9e\x7e\xc3\x98\xce\x7a\xe3\xb1\ \xcf\x17\x7c\x7e\xa8\x0e\x5f\x3a\xf5\xda\x4b\xbb\x46\x03\x90\x03\ \x6b\x3e\x5f\xbe\xf1\x20\x84\x65\x4e\x9f\x31\x35\x39\x8c\x3d\x97\ \xc0\x35\x70\x19\x2c\x48\x30\x0c\x5c\xc3\x2a\x08\x5a\x0b\x6d\x9b\ \x22\x83\x24\x0c\x06\xef\x58\x28\xac\x70\xe6\x22\x08\xc2\x8e\x9d\ \x3b\x36\x6f\x58\x83\x19\x86\x65\x18\xf6\x64\xda\xc6\xe6\x66\xdf\ \xf0\x9c\x51\xed\x4e\xa9\x2d\xcc\x2b\x0f\x58\x87\xe6\x0c\x5c\x3e\ \xe7\xc3\x4f\x5d\xe9\x77\x8f\x72\xce\x79\xe6\x99\x83\xf6\xc1\x23\ \x3b\xfb\x3f\x9e\x3b\x2b\xb9\xe7\x8b\x5d\x94\xe2\x25\x1f\x7d\xb8\ \xec\xfb\x1f\xa5\xbe\xb7\xdf\xc0\x02\x00\x78\xca\xf6\x2c\x5a\xfc\ \x03\x8e\x4a\xeb\x37\x74\x58\xa7\xb4\x08\xbd\xe9\xe0\x0b\xcf\xfc\ \x0b\xf7\x9d\xd4\x5d\xdd\xf1\xde\xeb\x9f\xf6\x7c\xfd\x6e\x6b\x6d\ \xfe\xb2\x6f\x72\x7b\x4e\xbf\xb5\xbb\x1b\x99\x23\x63\xa9\xf7\xd8\ \x6b\x7f\x7b\xb6\xb9\xcb\xd8\x9e\x51\x07\xde\x7a\x6b\x61\xd7\x37\ \xfe\x18\x58\x3d\xe7\xb5\x25\xc5\xd3\xae\xbb\xec\xd8\xf2\xd9\x6f\ \x2d\x76\xbd\x78\xc7\x98\xdf\xde\xcb\x61\xdb\xc5\xbf\x28\x3d\xa9\ \xe8\xd6\x60\x62\x0c\x66\xd4\xda\xa9\x64\x38\xb9\xae\x3c\x24\x67\ \x28\x18\x63\x55\x96\x2a\x4a\x8b\xd9\x53\x2b\xcd\x29\x95\xe4\xd3\ \x10\x82\x44\xf5\x1e\x79\x73\x6f\x00\x68\xdc\xb9\xe8\x73\xb3\x45\ \x2c\xdf\x32\xff\x27\x7f\xda\xbf\x9f\xbb\xce\xad\xec\x5b\xb1\x6e\ \x76\x95\x07\xba\xf0\x28\xa1\xd7\xd0\x41\x35\x15\xbe\x1e\x99\x26\ \x04\x20\x95\xcd\x7e\xfe\x5f\xbb\x68\x52\x1f\x6a\xeb\x39\x74\x74\ \x52\xa4\xb8\xee\x9d\x0f\xcb\x62\xa7\xbc\x79\xe3\x95\xf8\x20\xbb\ \xfe\xdf\xdb\x7d\x00\xd5\xdb\xbe\xaf\x30\x65\x3c\x9c\xd3\x37\x12\ \x03\x00\x6c\xf9\xf8\xe5\x7c\xe7\xa8\x37\xef\x9c\xc1\x14\xaf\xfd\ \x66\xfd\x8f\x01\x1d\x8e\x14\x1c\x73\xf7\xbf\x7c\xec\xe0\xec\xb5\ \xf9\xdf\x35\x88\xf6\x73\xb3\x56\xc1\xa4\xf9\xa9\x10\xa4\x27\x8b\ \xb1\xb2\x41\x7b\x37\x78\x00\xc6\xf8\xe7\xb8\x2a\x42\xf2\x2b\xae\ \x07\xfb\x33\xc2\xb0\xa7\x7f\x22\xeb\x8d\x45\xef\xff\xf3\xd9\xea\ \x94\xf1\x53\x87\xb8\xd7\xae\xd8\xdf\x67\xe4\x24\x37\x02\xa5\xfc\ \x38\xe5\x6d\xd1\x36\x60\x5c\x89\x83\x86\xf5\x68\xac\x65\xd2\xd3\ \x32\x00\xe0\xd8\xfa\x25\x79\xb8\xd7\x7d\xb7\x5f\xd3\xcd\x5c\xfe\ \xe6\xbf\x17\x36\x4b\x65\xeb\x0e\xd6\xe7\x4c\x1e\xc3\x02\x94\x95\ \xd7\x68\x8e\x4e\x4e\x00\x10\x62\x53\xac\xe5\xcf\xdc\xff\xd8\x8a\ \x3d\xd5\x40\xaa\x36\xec\x28\xbe\x64\xe2\x68\x1e\xa0\xa6\xa6\x5c\ \x8b\x70\xdb\x38\x88\xef\x94\x20\x34\x1f\x5d\xf5\xf9\xec\x8d\xbe\ \x1e\x77\x5f\x35\x10\x9f\x2b\xe0\xb6\x85\x63\xf0\xdf\x76\x66\xeb\ \xcf\xd5\x88\x04\x4b\x6d\x42\xde\xd9\xd9\x97\xd3\x2c\x71\x7d\xde\ \x9a\x7f\xfc\xe3\xd5\xc6\xe4\x29\x4f\x3d\x3c\xcd\xa6\x97\xe5\xd6\ \x71\xc9\xe9\x29\x00\xb0\x6f\xfd\x36\x26\xaa\x4f\xba\x19\x00\x20\ \x50\xb8\xe5\x38\xe3\xec\x9c\x6e\x05\xa0\x7b\x77\x1d\x4f\xbd\xe4\ \xca\x41\xbd\x7a\x8c\x1f\x31\xd0\xaa\x34\xd6\x95\x1c\x69\x52\x2c\ \xdd\x53\xac\x00\xfa\xe6\xed\xbb\xc2\xb3\x7a\x9b\x00\xd2\x46\x5e\ \xf3\xb7\x7f\xbc\x74\x4f\x8e\x79\xe1\xa2\xaf\xea\x6b\x1b\x6a\x1b\ \x1d\x99\x09\x91\x00\xb0\x77\xc3\xd6\xb8\x9e\x59\xd2\xa1\x55\x5f\ \x15\xd8\xee\xbd\x63\x7a\x56\x8a\xb9\xaa\xbc\xb8\xe9\x1c\x55\x62\ \x9f\x30\x0f\x82\xe9\xb1\x60\x9d\x4d\x5b\x75\xdb\xb6\x9e\xa6\xed\ \x9b\x56\x58\x87\xe2\x0a\x1d\xe4\x9f\x05\x9f\x6f\xa7\xbc\x4e\x35\ \xc9\xbc\x45\xeb\x9e\x7b\xf5\xd3\xb4\x2b\x1f\xfe\xe3\xcc\xe1\x36\ \x04\x40\x91\x2e\xf9\x1a\x1b\xea\x2b\xf2\xbe\x99\xb3\xba\x6c\xdc\ \xf4\xb1\x86\xc1\x51\xb4\x6b\x3f\x17\xd6\x39\xd5\x04\x00\x80\x89\ \x52\x5d\x52\x24\xc9\x9e\xaf\x97\xfd\xc0\x77\xed\x17\x69\xe3\x02\ \xfe\xa6\xda\xfa\xc6\xc3\x3f\xbe\xbf\x3c\xdf\x31\x63\x4c\x9f\xa6\ \xfa\xca\x7a\x8f\xbf\xb9\xf6\xf8\xde\x82\x6a\x57\x74\x3c\xcf\x11\ \x35\xd0\x58\xdb\xd8\x50\xb4\x75\xc1\x82\x3d\xec\xf4\x09\x83\x0a\ \xd7\x7e\x55\x8a\xdc\x6e\x91\xd6\xd7\xd4\x35\x34\x78\xf4\x73\x64\ \x24\xb2\x9a\xa6\x05\xa1\x08\xf4\x44\xa5\xd2\x09\x80\x12\x4a\x28\ \x6d\xa1\xa5\x68\xd3\xf2\xd0\xb6\x2e\x24\xd4\x76\xd6\x51\x1a\xd5\ \x64\xb6\x10\x00\x4d\xd7\x29\x45\xad\x11\x47\x8a\x8c\x41\x26\x18\ \xf3\xc2\x49\x9d\xe8\xbb\x56\x7c\x91\x5b\xed\x13\x56\xce\x7d\xf4\ \x0b\x7f\xef\xa9\xf7\x5d\x3b\x28\x6e\xea\xf8\xae\xef\xbc\xf3\xd8\ \x36\x57\xd4\xb0\x9b\xff\x34\xb1\xb3\x31\x7c\x5d\x3d\x58\xdc\x9c\ \xd0\x2b\x8b\x07\x00\x40\x39\xd3\xa6\x6c\x7d\x6d\xe1\xa3\x8f\x7d\ \x6b\x8b\xca\xbc\xe7\x96\xa1\x66\x87\x34\x66\x60\xcc\xdc\x3f\x3d\ \xe6\x74\xc7\xdc\xf8\xe4\xc3\xdd\x23\xe8\x8f\x1f\xcd\xf9\x7c\x6b\ \x35\x07\x0a\x1f\xdb\xef\xfe\x6b\x47\x5b\x5d\xda\xb8\x51\x09\x9f\ \xbc\xf8\x98\xd9\x16\x3d\xfd\x81\x87\x7b\x45\x71\x35\xc3\x26\x99\ \x66\x7d\xf9\xd0\x23\xab\x55\xdd\x72\xcd\xed\x77\x26\x0b\xe7\x68\ \xad\xfa\x66\x0f\x81\x20\xef\x04\xa5\xad\xc6\x6e\x6b\x67\x8e\x71\ \xaf\x43\xb0\xa6\x89\xd2\x56\x4d\x1c\x2c\x75\xa2\x84\x68\xba\xfe\ \xfe\x7b\xb3\xe2\xe3\x42\x84\x20\x67\x2a\xf9\x87\x0b\x77\xed\xd9\ \x87\x5b\xbd\x8e\xa0\x37\x4c\x08\xb5\xda\x2c\x39\xc3\x86\x58\x2d\ \x27\xc8\x6c\x54\x49\xd2\x74\x4d\x56\x54\x42\x41\xb0\xd8\x2c\x02\ \x0b\x00\xfe\xe6\x26\x9d\xb5\xd8\x4e\x74\xa5\x51\x45\x51\x19\x8e\ \x0f\x52\x84\x10\xc5\xdf\xe4\x53\x6d\x2e\x47\xeb\x11\xc4\xdb\xe4\ \x61\xcc\x4e\x13\x07\x00\x54\x95\x25\xbf\x24\x53\xc4\x39\xec\x96\ \x20\x4b\x88\xcf\xe3\x01\xd1\x66\xe1\x5b\xac\x59\x22\xfb\x9a\x7c\ \x8a\x68\x73\x9a\xb8\xd3\x3f\x66\x83\x84\x20\x86\x8d\x19\x1c\xfe\ \xdc\x91\x84\x20\x08\x1b\xa6\x2e\x36\xc6\x90\x20\xd4\xc2\xac\x60\ \x34\xf5\x22\x04\x60\x34\xf2\x1a\xf7\x7f\xcb\x33\x8c\x00\x42\x98\ \x31\xcc\x0c\x42\x11\x66\x80\x86\x18\x41\x3a\x44\x3a\xa7\xa7\x76\ \x4e\x4f\xfd\x1f\x0f\xe6\x44\x91\x03\x30\x9d\x44\xcb\x04\x66\x9b\ \xa3\x9d\x6e\x32\x46\xdb\x9e\xb0\x0e\x79\xb3\xeb\xe4\x0d\x56\x87\ \x33\x78\x30\x27\x98\x1c\x42\x3b\x2e\x3b\x64\xb1\x9f\xf4\x99\x58\ \xb0\xb8\x04\xcb\x7f\xfd\xf5\x0c\x0e\x70\x45\x56\x30\xc3\x98\x4c\ \xa6\x76\xbf\xc6\x19\xc7\x71\x5b\x55\x69\xbb\x20\x57\x30\x76\x0b\ \xad\xc9\x08\x38\x91\x2d\x43\xc1\x6e\x4a\x00\x6c\x58\x11\x21\xcc\ \x85\xa4\x5d\x68\xaf\xa2\xa2\xa2\xa9\xa9\x89\xe7\x05\x4a\xa9\xaa\ \xa8\xd1\x31\xd1\x66\xb3\xb9\xc3\x80\xdb\x8e\x90\xe6\xe7\x62\x61\ \xed\xa2\xb6\x6d\xb9\xc3\x5a\x7a\x2a\x43\x36\x6e\x47\x88\xae\xeb\ \xf5\x0d\x4d\x00\xd4\x61\xb7\xf3\xfc\xef\xb5\x8f\x01\x33\x4c\x79\ \x59\xb9\x3b\x22\x32\xab\xdf\x00\x87\xdd\xa1\xa9\x6a\x4d\x4d\xf5\ \xe1\x82\x02\x8e\x63\xcd\xe6\x8e\xa1\x26\x65\x55\x55\x33\xf0\xa7\ \x13\x9d\x12\x62\x94\x8a\x22\x23\x2b\xd6\x26\xc0\x10\x74\xce\x5a\ \x8a\xf9\xe1\x24\x34\xb7\xed\xff\x09\xc9\xaf\x16\x55\xd5\xd6\x6f\ \xd8\xd2\xec\xf5\x51\x4a\x00\xa1\xc9\x13\x46\x33\xcc\xef\x32\x40\ \xae\x69\x9a\x46\x68\xbf\xec\x81\x2c\xc3\x28\xb2\xac\x6b\x9a\xc3\ \xe9\xec\xd2\x35\x73\xfb\xb6\xad\x1c\x17\xd9\x36\x8d\xf5\xeb\x81\ \xeb\x72\x39\xa1\x8d\x5b\x16\x9c\x62\x12\x2c\x6e\x24\x84\x18\xfd\ \x52\x2d\xc0\x6d\x09\x32\x00\x6a\x99\x35\x4b\x29\x05\xa2\xeb\xbf\ \xd3\x25\x3e\xaf\xc4\x1f\x08\x78\x9a\xbd\x57\x4c\x1e\x07\x00\xbb\ \xf6\xe4\x2e\xfb\xf6\x07\xa1\xd5\x2e\xa4\x00\xba\xa6\x77\xcd\x4c\ \x4f\x4d\xee\xd4\xee\x2c\xa9\xb9\xae\xa6\xde\x6f\x0d\x8f\x72\x59\ \x5a\x0e\x96\x3d\x35\x55\x1e\x3d\x32\x3a\x5a\x6c\x53\x8a\xd2\xd8\ \xe0\xb3\x3a\xed\x6c\xd0\xe1\x92\x9a\x2b\x6a\x9b\x78\x5b\x78\xb8\ \xa3\xa5\x6a\xc7\xdb\xd8\xc4\x5a\xec\x22\x87\x00\xc0\xdf\x50\x5d\ \xdb\xac\x38\x22\x63\x1d\x22\x06\xa0\xb2\xb7\xb1\xb6\xde\x83\x2d\ \xee\x18\x77\xb0\xa4\x58\xa9\x2a\xab\x02\x4b\x78\x94\xf3\x34\x1a\ \x54\x91\x94\x94\xd4\x54\x9e\x13\x14\x45\x32\xf4\x9b\xa2\xc8\x02\ \x2f\x84\x87\x47\xf8\x7d\xbe\x8e\x01\xee\xbb\x6f\xbe\xd6\x71\x0a\ \x43\x0d\x81\xef\x8c\x2e\x06\xcb\x16\x97\x94\xfc\xb0\x7a\x0d\xd1\ \x09\xc2\x88\xc5\x54\x53\xa5\xa0\xc9\x58\x5f\x57\xbf\x77\x9f\xd2\ \x0e\xb8\x8d\x87\xd6\xcc\xfa\x78\x59\x4d\xb3\xaf\x5e\x8d\xba\xfd\ \x89\xc7\x86\x24\x59\x8b\x36\x7f\xfe\xfa\xc7\x6b\x9a\xbd\x8d\x8e\ \x3e\x53\x9e\x7a\x60\xba\x13\xd3\x9a\xa3\xfb\x96\x7f\xf2\xee\xaa\ \xa6\x9e\x6f\x3e\x7f\xa7\x9b\x03\x00\xed\xe0\x4f\xcb\x56\x6d\x3c\ \x50\xd1\x28\xf7\x1d\x7f\xdb\xf4\xe1\x89\xfe\xda\xa3\x6b\xbe\x9c\ \xff\xc1\xc6\xe6\xc7\x9f\x7f\xbe\x5f\x0c\x5b\xb1\xeb\xcb\x37\x17\ \xfc\xe4\x97\x3c\xcd\x4c\xea\xc3\x4f\x3f\x94\xe9\x26\x3f\x2e\x7a\ \x7f\xed\xc1\xe3\x75\x75\x81\x4b\xaf\x7f\xf8\xba\x9c\x0c\xf0\x97\ \x7e\xf4\xd6\xeb\x1b\x0b\x9b\xfc\x92\xf8\x87\x47\x9e\x1e\xdb\xdd\ \xdd\xee\x0f\x21\x94\x98\xcd\x16\x8c\x11\x05\x83\x9d\x96\x50\x0a\ \x0c\x8b\x05\x41\xf4\xf9\x9a\x3b\x66\xad\x3a\xca\xaf\x0a\x99\x0a\ \x67\x2e\x3c\xcf\x1f\x29\xc8\xdb\xf0\xe3\x37\xa7\xad\x55\x08\xc8\ \xca\x0d\x37\xdd\xde\xfe\xfa\x85\xa5\x5d\x7d\xe7\xe3\xa9\x89\x8e\ \xd9\xf7\xdd\xbe\x61\x57\x45\xb6\xb5\xf1\x95\xb7\xbe\xbd\xf4\x8f\ \xcf\x4f\x8c\x3d\x70\xd7\x9f\x17\xe5\x36\x4d\xcf\x0e\xec\xf9\xf4\ \xe3\x45\x07\x8f\x56\xc4\x0c\xbb\x32\x8c\x03\x00\xb2\xed\x8b\xb7\ \x3f\xdb\xee\xcb\x19\x37\xf1\x96\x21\x7d\x6c\x2c\x50\x5f\xc5\xd2\ \xf7\x3f\xda\x59\x54\x20\xc4\x0c\x4e\x8e\x66\x01\xc0\x12\xdb\xf3\ \xe6\x87\x72\x52\xa3\xfd\xff\xb8\xe5\x9e\xcd\xf9\xb5\x99\x83\x63\ \x86\x4d\xbf\x77\x82\x95\xff\xf1\x8d\xbb\x3e\xdb\x7e\xe0\xba\x9c\ \xf4\xef\xdf\x7f\x6d\xa3\xbf\xf7\x73\x2f\x4f\xdd\xfe\xde\xfd\x2b\ \xd7\x6f\x1f\xd3\x7d\x5c\x3b\x0c\x51\x00\xd4\xea\xc7\x63\x84\x35\ \x30\xa8\xe7\x70\x07\xba\xf0\x98\x76\x90\x84\x60\xd7\x31\x8a\x84\ \x61\x38\xf6\x67\x5f\xf8\x94\x4b\x6f\x8d\x4a\x48\x4d\x8c\xaa\xcf\ \x5b\xb3\x3f\x10\x31\x7c\x40\xe2\xce\xaf\x17\xb1\x03\xa6\x4d\xed\ \x1b\x29\x9a\x2d\x66\x41\x04\x1d\xb8\xe8\x9e\x77\xff\xf9\xf1\xfe\ \xb1\xb1\x5d\x93\xd2\x10\x80\x54\xbc\x76\xde\x67\x3f\x61\x33\x5d\ \xb7\xe8\xdd\xb7\x17\x6f\xd5\x00\x90\x29\xea\xaa\x87\xfe\x3a\xb9\ \x47\x72\x72\x42\x57\x37\x02\x00\xb0\x47\xa7\xa6\xc6\x3a\x4b\x36\ \xad\x3e\xce\x77\xed\x9f\x1e\x0e\x80\x7d\xc7\x37\xbe\xfb\xda\x3f\ \xbe\xaf\x49\xbd\x75\xda\x48\xb5\x7a\xe7\xf2\xad\xfe\x1b\xef\x9c\ \x19\x6e\x35\x99\xad\x56\x81\x3d\x8d\x89\x18\xac\x65\x31\xf8\xa9\ \x11\xb4\x0c\x83\x37\x06\x2f\x74\x0c\x70\x43\x58\x39\xaf\xa4\x95\ \x1e\xe4\x34\xbc\x21\xf8\x74\xbc\x21\x00\xca\xae\xe5\xef\x3d\xf3\ \xe6\xea\x51\x77\x3e\x34\x30\x5e\xda\xb8\xdb\xd7\xa7\x6f\x3f\x00\ \xa8\xcd\x3b\xa0\x09\xd1\xe9\x61\x00\x98\x41\xde\x63\xfb\xeb\xf9\ \xf4\x2e\x89\x00\xb0\xfb\xfb\x35\xf6\x41\xb7\x3e\xf7\xd4\x93\x4f\ \xdf\x32\xb2\xe0\xfb\x6f\xcb\x25\x00\x8c\x59\xa6\x61\xe7\x91\xfa\ \x84\x60\xc3\x85\xee\x5b\xb3\xe0\xdf\x2f\x7d\x71\xf8\xea\x87\x1f\ \xe9\x11\x21\x00\x00\xc2\x82\xe6\xab\xad\xf2\x42\x42\xb2\xbd\xea\ \xd0\x4e\x4f\x5c\xef\x2e\x51\x0c\x80\xf7\x50\x9e\x3f\x29\x39\xe3\ \xe7\xb0\x48\x83\x74\x88\x94\x50\x4a\x3a\xb6\x28\x20\x04\xdc\xf3\ \x4b\x8c\xc4\xfb\x69\x75\x18\x3d\xd5\x1e\x23\xde\x55\xef\xbd\xb0\ \x60\x37\xbd\xe7\xd9\x17\xa7\xf4\x8b\x03\xb9\xba\xc4\x8f\xdc\xb1\ \x11\x00\xbe\xaf\xbf\xda\x10\x3b\x60\x4c\x14\x06\x00\xa8\xcf\xdb\ \x19\xb0\xc5\x64\xc6\x62\x00\x52\x54\xea\x71\xc4\x25\xf3\x08\x24\ \xc9\x8f\x6c\x2e\x33\x0b\x00\x40\xab\x0e\x96\xf8\xf8\xde\x5d\x23\ \x00\x00\xa4\xea\xc5\xaf\x3f\xb7\xaa\x3c\xfa\x89\xe7\x9f\x19\x99\ \xd1\x32\x9e\x24\xb2\xcb\xe0\x7b\xfe\xfc\xa0\xb3\xf1\xd0\x8e\x62\ \xdd\xdb\x58\xc6\xb8\xc2\x5c\x00\x4d\x7b\x97\x6f\x6b\x72\x0f\xcb\ \xee\xf4\x4b\x37\x21\x9c\xa8\x07\xe8\x58\x06\xe5\xd0\x84\xf9\xf3\ \x4b\x74\x5d\x37\x42\xea\x6d\x07\x40\x18\xcd\xec\xba\xae\x6b\x6d\ \x02\xed\x00\x70\xe0\xeb\xd7\xfe\xf5\x55\xfe\x4d\xf7\x8f\xae\xd9\ \xbf\x56\x49\xed\xdb\x3d\x2e\x3c\xd5\x1a\x58\xb3\xe8\xfd\x6a\x53\ \xc1\x16\xda\xeb\xcf\x57\xf4\x36\xd0\xbd\x6b\xd3\x01\x21\x7a\x5c\ \x24\x02\x00\xdc\x39\x2d\x62\xd5\xea\x05\x2b\x2c\x3d\x37\xad\xd8\ \x34\xe0\x8a\x87\xdc\x2c\x00\x40\xd1\xee\xdd\xf5\x4c\x6a\xe7\x30\ \x0c\xa0\xad\xfd\xf8\x5f\xef\xfc\xa4\x3e\x70\x7f\x4a\xc1\xe6\x8d\ \x72\xf7\x7e\x6e\x69\xdf\xd2\x1f\x0b\xc3\xc2\xc5\x23\xdb\xd6\x04\ \xa2\xfa\x0e\x8c\x67\xb4\xca\x94\xe6\xc5\x3f\xcd\x5f\xe8\xdb\xbb\ \x7a\xfd\x90\x99\x4f\x74\xb5\xff\xd2\x5d\x68\xcc\x8b\x20\x6d\x10\ \x1c\x02\xee\x05\x28\x0c\x46\xbd\x7b\xf7\xd9\x2a\x4b\x18\x23\xa0\ \xa8\xa5\xe8\x09\x28\x42\x88\xe8\xc4\x15\x65\x4a\x4b\x4d\x3e\x49\ \xa5\x99\x53\x2f\x1f\xef\xf2\x16\xee\xda\xa6\xa8\x99\x61\x99\xdd\ \xe3\xa3\xaf\x7f\xe8\xee\xc5\x5f\xaf\x55\xdc\xc3\x9e\xb9\x65\x7c\ \x4c\x4b\x9c\x8a\xb8\x7a\xe4\x5c\x99\xd8\xdf\xf8\x21\x6b\xc6\x5d\ \xd7\x0a\x5f\xee\xcb\xaf\x18\x7a\xfd\xa3\xe3\xb2\xd3\x0c\x05\x88\ \x22\xbb\x5e\x39\x33\xc1\x01\x00\x54\x15\xe3\xba\x4f\x1e\x21\x97\ \x1d\xd8\x76\x58\x37\x8b\xf1\xbd\x62\xec\x02\x92\x6b\x0f\x1f\x21\ \xf6\x6e\x13\xff\x7a\xd9\xe8\x08\x16\xa0\xff\xb4\x07\xa7\xa3\x2d\ \x47\x7d\xa3\xef\xfe\xdb\x98\x16\x3a\x92\x5f\x32\x7d\xa0\x95\x2f\ \xa6\x63\xd3\xab\xe8\xd0\xc1\x03\x67\xe3\x1a\x84\x8a\x6c\x7e\x6d\ \x48\x51\xab\x6b\x68\x3c\x89\x37\xa4\x55\x7b\x71\x1c\x17\xe6\x72\ \xfc\x2e\xfe\x8a\xfc\x43\x07\x01\xa0\x73\x97\x4c\x49\x96\x74\x5d\ \x57\x15\x45\x96\x64\x8e\x65\x8e\x1e\x3b\xda\x50\x5f\x3b\x78\xe8\ \xf0\x33\x27\x54\x0e\x69\xdc\xf3\x4b\x38\x8e\x8d\x8e\x0c\xbf\x90\ \x6c\xf6\xb6\xbe\x5a\xc8\x39\x0b\xc9\xc5\x2e\x21\x8d\xfb\x1b\xc9\ \xc1\xbc\x82\x63\xc5\x25\x18\xe1\x1e\xdd\x33\xe3\x63\xa3\x43\x0b\ \x12\x02\xee\xef\x40\x4a\x4a\x2b\x0a\x8f\x95\xf4\xea\xde\x85\x50\ \xba\x61\xd3\xb6\x7e\x7d\x7a\x06\x1d\x15\x42\xa9\x49\x14\x63\xa2\ \xa3\x8c\x99\x3c\x21\x09\x01\xf7\xb7\x37\xe7\x4e\xaa\x4b\x6e\xfb\ \xa3\x24\x4b\x02\xcf\x25\x26\xc4\x11\x42\xfd\x7e\xa9\xf0\x58\x31\ \x6e\x85\x29\x46\xb8\xaa\xa6\xb6\x77\x8f\xcc\xae\x5d\x32\x5a\x4f\ \xd5\x8f\xee\xf8\xe1\xbb\x8d\x07\x14\x21\x6a\xe4\x94\xcb\xbb\xc7\ \x58\x00\xe0\xf0\xa6\xa5\x2b\x36\x1f\x89\xec\x9e\x33\x75\x6c\x56\ \x4b\xb3\x8c\xa7\xe8\xeb\xef\x77\x64\x8c\x9a\xda\xc5\x81\x4a\x77\ \xfe\xf8\xf5\xda\x5d\x0a\x2b\xf2\x2c\xd5\x84\xa4\xe9\x33\x2f\x8b\ \xb6\xe0\x10\x70\x43\xf2\x3f\xc9\xb7\xdf\x7e\xfb\xe1\x87\x1f\xba\ \x5c\x2e\x42\x88\xcf\xe7\xfb\xdb\xdf\xfe\x96\x9e\x9e\x6e\xec\x12\ \x04\xfe\xeb\x65\x5f\xaf\x5b\xb3\x8a\x52\xe0\x38\x8e\x6d\x93\x26\ \x45\x08\x6a\xeb\x3d\xa9\x49\x89\xc1\x2d\x7a\x73\xd9\xfa\xb5\xbb\ \xf9\x84\x74\xc8\x5b\xf7\xfc\xb3\x95\xaf\xcd\x7a\x98\xee\xf8\xe4\ \xf9\xd9\x9b\x87\x8e\x1e\xb8\x7f\xc9\x7f\xaa\xd5\xc7\x1e\xbc\xac\ \x5b\xe9\xf6\x15\x73\xe6\x7f\xba\xf6\x88\xfc\xe8\xc0\xa9\x5d\x1c\ \x60\x89\x88\xcd\xec\xa1\x21\x93\x78\x68\xe5\xbc\xef\xaa\xd4\xab\ \xfe\x70\xe1\xd7\xf5\x87\x80\xdb\x61\x32\x68\xd0\xa0\x15\x2b\x56\ \x58\x2c\x16\x8f\xc7\xd3\xa3\x47\x8f\xa4\xa4\xa4\xe0\x2e\x86\x61\ \x1b\x6a\x6b\xaa\x4b\x3d\xcc\xe9\xa7\xee\xb0\x6d\x6b\xc6\x19\x5b\ \xe2\x8d\x8f\x3c\x01\x00\x70\x44\xdc\xf5\x97\x95\x5e\xa2\xed\x58\ \xb6\x31\xe1\xd2\x5b\x6f\xbe\x36\xab\x2c\xca\xfb\xf4\x17\xdf\x37\ \x4f\xec\x26\xeb\xe6\x91\x33\xaf\xf1\x2d\x5c\x89\x74\x1d\x80\x75\ \x25\x66\xe6\x24\x66\x42\x20\x7f\xf5\x22\xeb\x5d\x8f\xde\x16\x23\ \x5e\x44\xc0\xa5\x18\x71\x1c\x23\xfe\xda\xa8\x05\x52\x74\xdf\x45\ \x5e\x6a\xe3\x72\xb9\xae\xb9\xe6\x9a\x57\x5e\x79\xc5\xe9\x74\x5e\ \x77\xdd\x75\xdc\xc9\x15\x5e\x2c\xc3\x20\x9e\x3f\x95\x39\x85\x32\ \x44\x23\xa7\x7b\xac\x4b\x95\x73\xe7\x7f\x9b\x34\xe9\xfa\x4e\x8c\ \xb2\xc4\x03\xe1\xb1\x51\x00\xe0\x8a\x8c\x30\x2b\x5b\xaa\x55\x48\ \x1d\x98\x93\x4a\x0e\xaf\x58\xd0\xb6\x39\x9c\x6c\x59\xfc\x49\x7d\ \xec\x88\xb1\x9d\xed\x17\xc3\x6a\xb7\x00\x97\xc1\x42\x8d\xe7\x70\ \x5e\xe5\x6a\x96\xf9\x55\x1d\x6d\x94\xf6\x4a\xbc\xdc\xc4\x39\x08\ \xd5\x2f\x66\xec\x0e\x1e\x3c\xf8\xcb\x2f\xbf\xec\xde\xbd\x7b\x5c\ \x5c\xdc\xff\xe7\xae\x3f\x65\x8b\x5c\xfe\xc1\x4b\x2f\x1c\x8b\xba\ \xec\x4f\xd7\x0c\xc0\xd0\xcc\x21\xaa\x29\x3a\x00\x50\x4d\xd7\x28\ \xcf\x19\x38\x97\xd5\x93\xf4\x44\xa0\xe4\xc7\xcd\xc7\x2f\xb9\xf3\ \xc1\x8b\x64\x4c\x70\x10\xb8\x5c\x63\xa0\x6c\xf7\xf1\x25\x02\x6b\ \x35\x80\xd8\x62\x7f\xb5\x02\x33\x38\x6b\xe3\xc4\x1b\x7a\x62\xf6\ \x03\xa5\x7a\x66\xdc\x58\x33\xef\x82\x8b\x1b\xb8\x08\xa1\xa7\x9e\ \x7a\xca\x18\x2e\xd9\xde\x24\xf8\xf9\xc1\xb1\xa4\x5d\x61\x0d\x91\ \xbf\x9d\xf3\x7a\xae\x65\xd4\x73\x77\x8d\x13\x00\x00\x6c\xfd\x3a\ \xdb\x3f\xda\xba\xde\x33\xf2\xca\x1d\x5b\x76\x92\xc4\xfe\x51\xec\ \x09\xff\x2f\x78\x52\x43\xe1\xde\x42\x25\xe5\x9a\xf4\xb0\x8b\x2d\ \xaa\x40\x31\x62\x05\xd6\x2a\xb0\x16\x00\x60\x18\x13\xc7\x60\x45\ \xf1\x28\x04\x58\xcc\x52\xaa\x12\x8a\x19\x8c\x11\x20\x00\xa2\xe9\ \x1a\xc3\x59\x45\x96\xd3\x75\x49\xd5\x8d\x96\x35\x3d\xd4\x9e\x6e\ \x88\xd3\xe9\x3c\x75\x23\x46\x88\x65\xf9\x80\xbf\x19\xb0\x0a\x14\ \x51\x4a\x00\x41\xcb\xf8\x6f\x42\x30\x27\xe0\x36\xb1\x30\xe2\x2b\ \xfa\xfe\xfb\x7d\x0d\x89\xf8\xf9\xbf\x6c\x09\x60\xcb\xa4\x3b\x1f\ \x1b\x38\xf3\x96\xad\xcf\xff\xfb\xe1\x07\xd7\x83\x10\x7d\xf3\x63\ \x63\x83\x14\x1c\x6d\xb9\xe0\x2b\x4b\xf2\x48\x42\x82\xdb\x0c\x17\ \x1b\x70\x83\xbe\x42\xc0\x11\x73\xd3\xcc\xec\x81\xf5\x4d\x75\xba\ \x5a\xb6\x63\xf7\xdc\x4a\xeb\xf8\x19\xbd\xfb\xac\x5e\xff\xf4\x11\ \x92\x31\x31\x6b\x62\xc1\xfe\x37\xea\x4c\xa3\x46\xf5\x18\x6d\x46\ \xba\xa7\x61\xf3\x9a\xbd\xcb\xfc\x94\x0b\x61\xf6\x97\x25\x2a\x32\ \xfc\x86\x1b\x6e\x38\x7c\xb8\x90\x61\x71\x6b\x95\x5f\x4b\x19\x82\ \xa6\xe9\xb1\xb1\x31\x5d\x3a\xa7\x9d\x40\xb9\x25\xe5\xaf\xf3\x3e\ \xf2\x4b\x92\xa6\x11\x8a\x19\xa7\x9b\x65\xf9\x8c\x87\xfe\xfe\x72\ \x79\x55\xa3\xd9\x1d\xe3\x34\xb5\x5a\xc9\x62\xc6\x9f\xff\xf1\x1c\ \x6f\x6e\xb9\x82\x69\x39\x77\xbd\x3e\x9c\xb3\xc3\xc5\x0a\x5c\x0a\ \xc8\x24\xda\x6b\xcb\x97\xcc\x5f\xbf\x3c\xb5\xd7\x9f\x47\xf4\x9e\ \xb2\xe2\x98\x6e\xb6\xf7\x1a\xd6\x6b\x72\xd5\xee\xfd\x2c\x2b\x32\ \xe6\xb4\xe1\x3d\x27\x56\xe5\xbd\xf8\xd3\xf1\x12\x81\xb7\x02\x70\ \x18\x85\xe6\xf8\xfe\x17\xc1\x18\x5f\x3a\x6c\xf0\xa5\xc3\x06\xff\ \x6f\x47\x73\x8e\xb0\xf0\xf6\xd5\x34\x9c\x35\x36\xfe\xe4\xd9\x27\ \x88\xb5\xd9\x4e\x00\x95\x13\x6d\xdc\x45\xb5\xa4\xa7\x73\xb4\x08\ \x20\x4e\xe4\xc8\xb1\x63\xab\x03\x62\x6a\xb8\x49\x2c\x39\xba\xf0\ \x88\xd6\x65\x48\x46\x5f\x4d\xf1\x59\x6c\x29\x16\xb5\xa8\xa0\xfc\ \x08\x66\x1d\x61\x8e\x78\x33\x13\xe2\x53\x08\xc9\x16\xc3\x93\xc2\ \x00\x00\x06\x4a\x49\x44\x41\x54\xf9\x01\x5c\x04\xa0\xeb\x52\x40\ \xf6\x9b\x6c\x89\x26\xf0\x49\x3a\xe5\xc1\xb3\x73\xff\x62\x31\xee\ \xf2\xee\x61\x36\xbf\xdc\x0c\x7c\x98\x85\x47\x7e\xcd\x34\xa0\xcf\ \x2d\x09\x02\x68\xa1\xc1\x25\x1d\x2a\x5e\xaf\xcf\xeb\xf5\x9d\x79\ \xe1\xdf\x79\x22\x1c\xc7\xb1\x6c\xc7\xa7\x0b\x4e\xfd\x44\xaa\x03\ \x17\x13\x3d\x74\x70\x2f\x77\x62\xe2\xc0\xd2\xc2\x77\xea\xb4\x81\ \xa2\x60\xa7\xfe\xfd\x9b\x0f\x6d\xed\x37\xb8\xb3\xd2\xb8\xe7\x60\ \x4d\xce\xd0\x01\x8f\x44\x54\xfb\x22\x05\x5c\xa0\x93\x10\xc1\x68\ \x47\x89\xa6\xe9\x9b\xb6\x6c\xaf\xaa\xa9\xa3\x94\x98\x4d\xa6\xcb\ \xc6\x8f\xfa\xbd\xff\x45\x84\x90\xa2\xa2\x63\x44\x27\x6e\x77\xf8\ \xd9\x05\x2e\xc6\x7c\x63\xf5\x37\x1b\x8f\xf4\x30\xf1\xf8\x50\xee\ \x9b\x87\xab\x0a\x19\x2b\x6c\x90\x34\xc4\xd9\x1b\xcb\xe6\xcf\x5b\ \x9b\xe4\x51\xfc\xc5\xfb\x5f\xf7\x25\x0e\x8b\x36\x8b\x3b\xf6\xcd\ \x2f\x55\x80\xc5\x28\x64\x2e\x74\x88\xf8\xfd\xfe\xda\xba\x86\xab\ \xae\x98\x08\x00\x5b\xb6\xed\xfa\x7a\xc5\x2a\x51\x14\x83\x31\x2f\ \x42\x68\xb7\xae\x19\x89\x6d\x87\xa7\x1a\xdb\x15\x7f\x93\x57\x36\ \xd9\x9d\x62\x2b\xdb\x07\x55\x7c\x8d\x7e\xea\x70\x5a\xdb\x3e\x4f\ \x15\x49\x66\x05\x01\x23\x2a\xfb\x3c\x5e\x49\x47\x08\x71\x3c\xcf\ \x32\x8c\x68\x12\x11\x80\xea\xf7\xf8\x74\xd6\x69\x6b\x89\x4a\x68\ \x92\xd7\x13\xd0\xac\x4e\x27\xdf\x46\x29\xe9\xaa\x4c\x30\xcf\x31\ \x48\x97\x7d\x1e\x9f\x44\x00\xb1\x9c\xc0\x62\x2c\x98\x4c\xec\xcf\ \x57\x46\x98\xcd\x96\xb3\xa1\xd8\xd8\x93\x8c\x5b\x4a\x00\x90\x1a\ \xc8\xdf\x96\xbb\x8f\x02\x62\x18\x9e\x63\x4c\x9a\xef\xf0\xd1\x66\ \xc4\x32\x3c\x22\x4d\x45\x65\x3b\x58\x56\x64\xc1\x73\xf8\xc8\xe2\ \x3c\x4a\x11\xe2\x78\x4e\xc4\x60\xf4\x70\x86\xe4\x4c\x85\x61\xd9\ \x8a\xaa\xca\x2d\xdb\xb6\xeb\x3a\x01\x4a\x05\x9e\x21\xba\x1a\x74\ \xef\x1a\xea\xeb\x76\xee\x96\xda\x01\xd7\x73\x78\xe3\xec\x8f\xbf\ \x3a\x5e\xd3\x18\x10\x53\xef\x7c\xf4\x81\xbe\xb1\xa6\xaa\x7d\x2b\ \x5f\x9f\xb7\xa2\xb2\xbe\x31\x6e\xc8\xd5\x8f\xdd\x7e\x99\x15\x81\ \xa7\xf2\xc8\xf7\x8b\xe6\x2c\xaf\x48\x7d\xf9\xef\xb7\xb9\x59\x6d\ \xd7\x37\xb3\x17\x6e\xac\xb6\x5b\x20\x7f\xd7\x9e\xb8\xd1\xf7\xbe\ \xf4\xd0\x94\xe2\x1f\x3f\x7a\x77\xe9\xa6\xea\x46\xa5\xf7\xe5\xf7\ \xff\xf1\xca\xde\x35\xfb\xbf\x99\x35\xff\xc7\x3a\x4f\xa3\xe6\xec\ \xfd\xc8\x13\x77\xa4\x38\x78\xe2\xab\xde\xf2\xc3\x97\x1f\x7d\x73\ \x68\xc6\x5f\x5f\xb9\x34\x96\xa9\xdc\xb9\xf2\xed\x25\xeb\x34\xd1\ \xee\x29\xde\x5b\xcc\x0e\x79\x77\xd6\x63\xf1\xe6\x9f\x45\xae\xa2\ \x28\x94\x10\x9e\x17\xce\x12\x70\x8d\x38\xae\x85\x67\x2d\x00\x16\ \xe1\x24\x07\xd5\x1c\xfc\x4e\x9e\x0d\xbe\xb1\x9f\xec\xcf\x85\xe2\ \xb8\x1d\x20\x3c\xcf\xe7\x1d\x3c\xb0\x76\xd5\x72\x96\xe3\x10\x04\ \xfb\x77\x8c\x15\x86\x80\x24\xff\xe1\x86\x9b\xdb\x9f\x63\x8a\x1c\ \x33\xf3\xee\x8c\x34\xf7\xdc\x07\xef\xf9\x61\x4b\x69\x9f\x11\xf2\ \x8b\x2f\x2d\xec\x79\xeb\xdf\x1e\x4d\xcc\xbf\xff\xd9\xa5\xfb\x66\ \x5c\x36\xc0\xb7\xe7\x83\x77\xe6\xef\x39\x7c\xc8\x3a\xfc\x52\x17\ \x0b\x00\xdc\x80\x2b\x1e\xcc\x9e\xc6\x1d\x5d\x3b\xef\xd5\x40\xd8\ \x2d\xd7\x8e\xf5\x1d\xfc\xea\xb9\x8f\xb7\x5c\xf3\xd4\x5f\x33\x4b\ \x57\x3c\xf5\xe1\xd2\xca\xc9\xbd\x05\x47\xe2\xe5\xb7\x3d\xd2\x35\ \x4e\x7a\xee\xce\x3f\xae\x3d\x38\x2d\x65\x90\xe9\xd3\x39\x73\xb6\ \xe7\xee\x6b\xc2\x3d\x32\x63\x18\x00\x88\xc9\xbe\xfc\x6f\xd9\x57\ \xa8\x15\x9b\xff\xf1\x92\x37\xe7\xda\xeb\xe2\xcc\xbf\x54\x89\x26\ \x08\xc2\xd9\xc0\x46\x0b\x12\x15\x2d\x90\x10\xd6\xe7\x9a\x41\xef\ \xfe\xea\x6f\x60\x30\xa7\x93\x10\x05\xd3\x19\x2b\x5d\x8c\x59\x04\ \x2c\x06\x68\x9f\x69\xa3\x0c\x06\xe6\x94\xe9\xb3\xf6\xf8\xf4\x9e\ \x00\xfe\x92\x0d\x85\xb2\x6b\x72\xef\xb8\x3d\xcb\xff\xae\xf4\xba\ \xf2\xfa\xe1\xc9\xa8\xb9\xce\x26\x0a\x9a\x02\x4c\x64\xe6\xad\x8f\ \x3d\xf6\xd9\x0b\xcf\xa8\xa9\xe9\xb8\x45\xaf\x73\x72\xf1\xfa\x59\ \x0b\xf7\x4e\x7b\xec\xb9\x1e\x51\xcc\x47\x6f\xad\x4c\x1a\x77\xcf\ \xe8\xb4\x98\x80\xd7\x69\x15\x2a\x74\x00\x57\x62\x77\x17\x40\xdd\ \x9e\x2f\x2b\xb9\xb4\x49\x49\x2e\x00\x6e\xf2\xad\x7f\x4c\xfa\xfc\ \x95\xcf\x6b\xb2\xa2\x10\x00\x00\x66\x18\xac\x56\xbd\xfd\xfa\xfc\ \xc8\xd1\xf7\x5f\x35\xe0\xbf\x24\xb7\x25\x29\x40\x08\x71\x3a\x5c\ \x67\xcb\x54\x40\x88\xe1\xf0\xaf\xf7\xfe\x42\xd6\x42\x87\x08\x42\ \x08\x31\x18\xa1\xf6\x00\xa5\x40\x7f\x86\x10\x84\xe6\xaf\xfd\x6c\ \xf6\xe2\xcd\x7d\xaf\xbb\xff\xd2\x14\xf2\xfa\x6b\x8d\x7d\xa7\x0d\ \x44\x00\x8d\x87\x0f\x69\x5c\x44\x6a\x18\x20\x46\x30\xd3\xea\x03\ \x35\xdc\x84\x8c\xa4\x56\x5b\xb5\x7a\xce\xdb\xf3\xe3\xa7\xfc\x31\ \x27\xcd\x0a\xcd\xbb\x73\x6b\x61\xcc\xd0\x4c\x00\x28\x3c\x7a\x4c\ \x8b\xce\x88\x60\x01\x40\xdd\xbe\xec\xfd\xf9\xab\x0a\xc7\xdf\xfb\ \x48\xdf\x18\x11\x00\xac\x16\x92\x57\x74\x3c\x61\xf0\x8c\xe0\xb7\ \x6e\xfa\xe4\xad\x02\x57\xce\x8b\x97\x65\xfe\xf7\xa8\x02\xcb\x9d\ \x0d\xfa\xe4\x76\x36\x6e\xc8\xc9\x3a\xc7\xf2\xff\x23\x04\xa1\xd2\ \x86\x85\x6f\x7c\x9e\x8b\xff\xf0\xf8\xf3\xfd\x12\xcd\x20\x1f\x2e\ \xf6\xb3\x23\xe2\xa3\x00\x94\x95\x5f\x6f\x88\xe8\x73\x53\x1c\x03\ \x00\x50\x9f\xbf\xc3\x6b\x8d\xca\x4c\x6c\x49\xb9\xe5\xad\x9c\xbf\ \x9b\x64\xbd\x3c\x21\x13\x00\xb4\x9a\xaa\x80\x24\x74\x8a\x66\x81\ \x54\x2e\x5f\x9d\xdb\xfb\xea\x99\x3c\x69\x5a\x31\xfb\xb5\xd5\x55\ \x51\xf7\x3c\xfb\x7c\x86\xab\xe5\xfe\xa1\x8d\x45\x85\x25\xcc\xe8\ \xf4\x16\xe5\x2a\x1d\xfb\x71\xc1\x86\xe6\xeb\xfe\x39\xed\xbf\x52\ \xdd\x62\x8c\x63\x13\x12\x54\x59\xf6\x36\x7b\x3b\x76\xa1\x42\xed\ \x22\xe7\x97\x04\x09\x41\x5a\x5e\xba\x4e\xf4\x96\xf7\xba\xae\xb5\ \x23\x04\x39\xfc\xdd\x5b\xcf\x7d\xba\x6f\xd0\xd8\xd1\x62\x7d\x5e\ \x61\xb5\x0f\x38\x57\x2c\xef\xd9\xfc\xcd\x17\x4b\xe6\x3d\xff\x5d\ \x63\xd2\xf5\xd3\x0c\x2e\x05\xba\x77\xd3\x7e\x2e\xb2\x67\x34\x02\ \x00\x20\x9e\x82\x0f\x16\xed\x1a\x7e\xd5\x95\x4e\x04\x00\xc0\x38\ \x23\x05\x54\xb5\xfc\xcb\x6f\x3e\x78\xfe\x5f\x25\xe1\x23\xaf\x1d\ \x14\xbf\xed\xd3\x97\xdf\xf8\xa1\x61\xf4\xf8\xa1\xbe\xa2\xdc\xd2\ \xba\x80\xf1\x45\x55\x05\xbb\x8e\xa1\xf8\x54\x83\xa9\x81\xf8\xbe\ \xf8\x70\x81\xd8\xef\xf2\xec\xc8\xff\x09\x3c\xaa\xa2\x9c\x0d\x1a\ \xcf\x50\x21\xf9\x79\x65\xe0\xa2\x2e\x5d\x32\x77\x78\x3d\x18\x21\ \x4a\x4f\x28\x59\x84\x10\x21\x24\xc2\x29\x76\x4a\x8c\x3f\x29\x7c\ \x26\xdb\x06\x65\x77\x2b\xdd\xfe\xdd\x61\x49\xe9\x3e\x31\x3a\x35\ \x32\xf6\x86\xfb\x6f\xfa\x78\xc9\xea\xa3\x6c\xb7\xa7\x9e\xbe\x2a\ \xd5\x66\x00\x4b\x63\x13\xb3\xc6\x27\xf7\x37\x9e\xd6\x8a\xb7\x21\ \x65\xe4\x95\x63\xfa\x44\xb6\x28\xf2\xb0\xac\x3b\x6f\x9d\xb9\x78\ \xe5\x76\x5f\xda\xe8\x67\xae\x99\x60\x63\xfc\x7e\xce\x3d\x28\xcb\ \xfe\x7f\xbb\x7a\x60\xcb\xc9\xbf\x5c\x76\x7e\xb2\x32\xc2\x9c\x0c\ \x0c\x0c\x7f\xd9\x84\xbc\x82\xd4\x24\x20\x9d\xf4\xdf\x9f\x39\xe4\ \xcc\xa2\x3c\xcd\x07\xb8\x4d\x35\x7a\x20\xc8\xa0\x02\xdf\xbf\xff\ \x78\xfe\xea\x35\xe4\xd8\x97\xff\xff\xa1\x17\xc7\x40\x82\x8e\x9d\ \x9d\x4d\x5a\x52\x7c\x48\xf8\x02\x71\x20\xc8\x8f\xef\x7f\xff\xfd\ \x83\x1c\x08\xc2\xc2\xc2\x7c\x7f\xf4\x40\x90\xe1\x0a\x38\x39\x39\ \x94\xe4\x65\x47\xc3\x61\xb4\x8d\x3b\x0a\x86\x27\x00\x00\x7b\x8f\ \xae\x0d\x10\x15\xfa\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x02\x6b\x1e\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x6d\x00\x00\x02\x58\x08\x06\x00\x00\x00\xa9\x5e\xb7\xa1\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x98\x1c\xd5\ \x95\xbf\xff\xde\xba\x55\xd5\xd5\xdd\x93\x83\x34\xa3\x9c\xb3\x84\ \x22\x08\x01\x02\x99\x20\x92\x8d\x09\xb6\xc1\x06\x8c\x03\xc6\x69\ \xc1\x61\x1d\x77\xfd\xb5\x77\xbd\xf6\x6f\xd7\xf6\x2e\x6b\x63\xbc\ \x4e\xd8\x80\xc9\x59\x42\x44\x61\x05\x92\x50\x42\x01\xe5\x38\x9a\ \xa8\xc9\xb1\xa7\xbb\x2b\xdc\xfb\xfb\xa3\x5a\x42\x82\x91\x90\x00\ \xdb\x08\xea\x7d\x9e\x79\x34\xea\xa9\xae\x70\xaa\xea\x73\xcf\x3d\ \xf7\xdc\x73\xc5\x35\x9f\xba\xb4\x9b\x88\x88\x88\x88\x88\xf7\x1c\ \x5a\x6b\x62\x31\x87\x71\xe3\x26\x72\xf9\xc7\xae\x92\xc3\x87\x8f\ \xec\x32\xb5\x26\x2f\x32\x4d\x44\x44\x44\xc4\x7b\x11\x41\x36\x9b\ \x65\xe5\xca\x97\xd8\xb9\x6b\x3b\xdf\xfb\xfe\xbf\x05\xa6\xe7\xf9\ \x91\x5d\x22\x22\x22\x22\xde\xc3\xc2\x6d\x9a\x36\x2d\x4d\x4d\x3c\ \x78\xff\xdd\x98\x5a\xeb\xc8\x26\x11\x11\x11\x11\xef\x59\x34\x5a\ \x83\x69\xd9\x6c\xda\xb4\x21\x12\xed\x88\x88\x88\x88\x13\x85\x9e\ \x9e\x14\xa6\x52\x2a\xb2\x44\x44\x44\x44\xc4\x09\x82\x19\x39\xda\ \x11\x11\x11\x11\x27\x06\x5a\x13\x79\xda\x11\x11\x11\x11\x27\x8e\ \x68\xeb\x28\xa6\x1d\x11\x11\x11\x71\x42\x89\x76\xe4\x69\x47\x44\ \x44\x44\x9c\x50\x9e\x76\x64\x88\x88\x88\x88\x88\x13\x43\xb4\xa3\ \x98\x76\x44\x44\x44\xc4\x89\xe5\x69\xab\xc8\xd5\x8e\x88\x88\x88\ \x38\x81\x44\x3b\xf2\xb4\x23\x22\x22\x22\x4e\x1c\xd1\x8e\x1c\xed\ \x88\x88\x88\x88\x13\x45\xb4\xa3\x98\x76\x44\x44\x44\xc4\x89\xe5\ \x69\x47\xa2\x1d\x11\x11\x11\x71\x02\x89\x76\x57\x57\x57\x64\x89\ \x88\x88\x88\x88\x13\x44\xb4\xc5\x1f\xff\xf0\xbb\x28\xaa\x1d\x11\ \x11\x11\x71\x62\x88\x76\x8f\xd0\x2a\x88\x44\x3b\x22\x22\x22\xe2\ \xc4\xa0\xc7\xec\xee\x8e\x96\x88\x8c\x88\x88\x88\x38\x51\x30\x23\ \x13\x44\xfc\x4d\x91\x26\xc2\x8a\x81\x10\x80\x88\xec\x11\x71\x02\ \xa0\xc3\xdc\x3a\xa5\xd0\x81\x07\xc1\x7b\x6b\x49\xc6\x48\xb4\x23\ \xfe\x06\x42\x2d\x41\x5a\x10\xf8\xa8\xda\xed\x04\xbb\xd6\xa3\xd3\ \x3d\x68\xad\xc2\x97\x21\x22\xe2\x3d\x8c\x30\x24\xc4\x93\x18\x05\ \xe5\x18\x83\xc7\x61\xf4\x1b\x04\xc2\x08\xc5\x5b\x05\x91\x68\x47\ \xbc\xdf\x04\xdb\x82\x6c\x2f\xde\xc6\x67\x08\x56\x3f\x05\x6d\x0d\ \x18\xe9\x6e\x84\x0a\x30\x88\x04\x3b\xe2\x04\xf0\xb3\x85\x00\x43\ \xa2\xcc\x18\x41\x22\x1f\x5d\x3a\x08\xf3\xe4\x8b\x30\xc7\xce\x84\ \x58\x02\x7c\xf7\x1f\xdb\xa8\x74\x75\x76\x44\x6f\x52\xc4\xbb\x83\ \x1d\x87\x96\x5a\xb2\x0b\x6e\x81\x6d\xab\x30\x6d\x1b\x21\x25\x18\ \x06\x51\x68\x24\xe2\xc4\x53\xef\xb0\x67\xa8\x83\x00\x5f\x03\x63\ \x67\x61\x9e\xf3\x69\xcc\x41\xa3\xd1\xd9\xf4\x3f\xea\xac\x7a\x22\ \xd1\x8e\x78\x97\x04\xdb\x41\xed\x58\x83\xbb\xe0\x56\x64\x6b\x2d\ \xa6\x13\x8f\xfc\xea\x88\xf7\x0d\x42\x6b\x94\x97\xc5\x2b\xaa\xc0\ \xbc\xe0\x7a\xcc\x49\xa7\x81\xf7\x0f\xf1\xb8\x7b\x8c\xe8\x76\x44\ \xbc\x63\x2c\x07\x5d\xbf\x9b\xec\xfd\x3f\xc3\x6c\xaf\x43\x46\x82\ \x1d\xf1\x7e\x73\xba\x85\x40\xd8\x0e\x56\x67\x13\xee\x23\x37\xa3\ \x9a\xeb\xc0\x8a\xfd\x43\xce\x25\x12\xed\x88\x77\xf8\x04\x49\xe8\ \x6d\xc7\x5d\xf8\x6b\xac\xde\x0e\xa4\xed\x44\x36\x89\x78\xff\x3e\ \xee\x96\x4d\x2c\xd3\x8d\xbb\xf0\x56\xc8\xa4\xc2\xe7\x3f\x12\xed\ \x88\x13\x0a\xd3\xc6\x5d\xfc\x17\x8c\xbd\x1b\x31\x62\x4e\xe4\x61\ \x47\xbc\xbf\x3d\x6e\x40\xc4\xe2\x98\xbb\xd6\x90\x7d\xfc\xff\x72\ \xe3\x35\x7f\xe7\x57\x2e\xba\x0d\x11\x6f\xff\xe9\xb1\x08\x6a\xb6\ \xa2\x5f\x7b\x01\xd3\x8e\xbd\x87\xdf\x34\x0d\x88\x13\x73\x2c\x54\ \xeb\x5c\x8e\xfb\x09\x21\x67\x1f\x18\x1b\x19\xb6\x43\xb0\x75\x05\ \x41\xd5\x26\xe4\xb0\x49\xe0\x7b\x7d\x6f\x67\x18\x38\x8e\x83\x38\ \x8e\xf3\xd3\x5a\x91\xc9\x64\x39\x52\x31\xbf\x48\xb4\x23\xde\x36\ \xc2\xb4\x09\xb6\xaf\xc1\xe8\x69\x85\x78\xde\x7b\xf8\x44\x73\x82\ \xfd\x4e\xba\x01\x5a\xe5\x84\xff\x3d\x2c\xa0\x5a\x85\xd7\xf8\x0f\ \xf0\xfe\xfe\xf6\xc2\xa9\x20\x9b\x05\xcb\x01\x43\xbc\xa1\xb1\xf8\ \x07\x60\x18\x98\xe9\x4e\xfc\x8d\x2f\x20\x47\x4d\xef\x53\xb4\xa5\ \x94\xb4\xb4\xb4\xf0\xec\xb3\x8b\xe9\x4d\xf7\x62\x1c\xc3\x7d\x09\ \x82\x80\x82\xfc\x02\xce\x9b\x7f\x1e\xc5\x45\x45\x04\x41\x10\x89\ \x76\xc4\xbb\xf5\xd0\x4a\x54\x4f\x07\xba\x7a\x0b\x52\xbe\xcd\xc7\ \xc8\xed\x45\x07\x2a\x27\xaa\x02\xcc\x58\x98\x22\xf8\x6e\x7a\x7f\ \x9e\x42\xce\xbe\x06\xcb\x7e\x8d\xf4\x0b\xaf\x22\x4c\xeb\xed\xed\ \x63\xca\x25\x98\xc9\x1a\xb2\x2b\x57\x83\xb4\x0f\xdf\xc4\xcf\xa0\ \x7d\x8d\x88\xc5\x41\x28\xb4\x9b\xcd\x4d\xc2\x90\x08\xdb\x01\x69\ \x80\x0a\xd0\x6e\x06\x94\x02\x69\x23\xec\x43\xf6\x21\x40\xbb\xbd\ \xe0\xe7\x6c\x81\x81\xb0\x4c\x10\x85\xd8\xf3\xae\x40\xef\x7a\x0c\ \xb7\xba\x03\x21\xdf\xe2\xa5\x17\x16\xc2\x36\xd0\x9e\xf7\x77\x6d\ \x28\xb4\x72\xb0\xe6\x5c\x89\xd1\xb2\x04\x77\xfb\x5e\x38\x68\x63\ \x0d\x81\x1f\x9e\x4f\x2c\x91\xd3\x74\x0d\xd9\xd4\xc1\x36\x10\x33\ \x86\x30\x0f\xd8\x22\x08\x53\xe9\xcc\xf8\x21\xd7\x1a\xa0\x33\x69\ \x44\xa2\x02\x73\xe2\x08\x54\xdd\x16\x54\xca\x0b\x85\x5b\xf9\x88\ \xe2\xc9\xc4\x66\x8d\xc5\x7d\xfe\x21\x54\x46\xbe\x41\xd0\xff\xc6\ \x48\x13\xbd\x7f\x0f\xba\xa3\x19\x91\x2c\x78\xd3\xcc\x49\xdb\xb6\ \xd9\xb9\x6b\x17\xff\x7d\xf3\xcd\xa4\x7a\x7a\x30\xcd\xb7\x7e\x4f\ \x7c\xdf\xa7\xb8\xb8\x98\x71\xe3\xc7\xd1\xbf\xbc\x9c\x74\x24\xda\ \x11\xef\xa6\xa7\xa1\x53\x9d\xb0\x7f\xef\xdb\x13\x42\x25\x91\xb3\ \xbf\x4c\x6c\xe2\x20\xf0\x3d\x74\xcf\x7e\xbc\x0d\x4f\xe3\xed\xae\ \x45\x58\x56\x4e\x2c\x33\x68\x3f\xc8\x89\x5c\x0c\x82\x0c\x3a\x10\ \xe1\xef\x2a\x8b\xf6\x34\x22\xe6\x80\x72\xd1\x7e\x80\x30\x2d\xb4\ \x97\x13\x46\x61\x22\xec\x18\x5a\x81\x51\x39\x12\x69\xd4\x20\x94\ \x0e\x45\xe6\x80\x78\x5a\x0e\xc2\x34\xc3\x63\xb9\x69\x74\x10\x80\ \x61\x85\x42\x2b\x04\x68\x1f\xdc\x34\xaa\x37\xc0\x2c\x1f\x87\x59\ \xea\x91\x7d\x25\x38\xec\x3a\x74\xd6\x45\x4e\xfc\x18\xce\x49\x31\ \x32\x4f\xdc\x87\x72\xfb\x13\x3b\xfb\xa3\x98\x43\x07\x43\xe7\x76\ \xb2\xcf\x3f\x42\xd0\xda\x03\x56\x29\xb1\xf9\x9f\xc4\x1a\x5a\x86\ \xbf\x79\x11\xd9\x95\xab\xc0\xb0\x41\x28\x70\x25\xd6\xa9\x9f\xc7\ \x1e\x3f\x0a\x7c\x1f\x9d\xaa\xc5\x5b\xf9\x08\x5e\xb5\x44\x8e\x98\ \x8e\xae\x79\x08\xdd\xdb\x03\x4e\x3c\x67\x1b\x40\xfb\xb9\xc6\x81\ \xf0\x3a\xb4\x87\x18\x7f\x19\xce\x58\x45\xfa\x81\x7b\xd0\x56\x3e\ \x22\x66\x81\x97\x0d\x45\xd3\x30\x73\xd7\x05\xa8\xdc\x77\x35\x60\ \xc5\x11\xe6\x21\x8d\x81\x9f\x46\x7b\x7e\x68\xbf\x98\x13\x7a\xed\ \x5e\xe6\xf5\x86\x40\x5a\xaf\x97\x25\x50\x1e\x3a\x9b\x42\x2b\x13\ \x39\x78\x36\x52\xad\x25\xab\x54\x2e\x48\xa2\xc1\x77\x11\x95\xb3\ \x71\x66\x9e\x84\xff\xfc\xed\x78\xdd\x0a\x41\x1c\xeb\xc2\x9b\xb0\ \x2a\xf2\x41\x18\xa8\xcd\x4f\x90\x59\xbb\x02\x30\xc0\x19\x86\x73\ \xfe\x65\x04\xaf\xde\x86\xbf\xbf\x07\x84\x06\xab\x02\xe7\x8a\x8b\ \x09\xb6\xae\xc3\x9a\x79\x36\x7e\xf7\x4e\x82\xee\x2c\x22\x70\xd1\ \xd9\x5e\x28\x2b\xc7\x1c\x3b\x01\xef\x45\x85\xd6\xe1\xb9\xe2\x07\ \x61\x63\x70\xc0\x56\x07\xae\x97\x03\xd7\x2b\x73\x9f\x65\x40\xe9\ \xdc\xb6\xf6\x71\x7b\xed\x42\x9a\x88\xa6\x6a\x54\x47\x13\x32\xbf\ \xf8\x4d\xa2\xed\xba\x2e\x63\xc7\x8c\xe1\x07\xff\xf2\x7d\xd2\xe9\ \xcc\x31\x79\xda\x4a\x29\xf2\xf2\x92\x0c\x1b\x3a\x14\xf7\x08\x8d\ \x6f\x24\xda\x11\x6f\x37\xe6\x80\xf6\xb3\xe8\x74\x57\x38\x6d\xfd\ \x38\xbb\xd2\x1a\x1b\x39\x76\x1e\xa2\xe7\x19\xb2\xeb\x36\x63\x0c\ \x39\x05\xe7\x8a\x1f\x63\x2e\xf9\x2f\x32\xab\xb7\x80\x30\x31\x86\ \xcd\xc1\x1c\x58\x81\x6a\xdc\x88\xbf\x6b\x0f\xa2\x72\x12\x66\x5e\ \x2f\xfe\xee\x2a\x44\xc1\x30\xcc\x32\x07\xbf\x6a\x2b\xc4\x87\x61\ \x0d\x2c\x26\xa8\xaf\xc3\x1c\x32\x19\xa3\xa8\x00\x52\xf5\x78\x3b\ \xd6\xa1\xb3\x41\x28\x6c\x00\x3a\x00\x12\x98\x13\xe7\x22\x8b\x1d\ \x54\xd5\x6a\xfc\x86\x66\x30\x93\x18\x13\xce\xc0\x2c\x2d\x40\xb7\ \xee\xc4\xdf\xbd\x1d\x1d\x68\x34\x71\xcc\x49\x73\xb1\xe2\x16\xb2\ \xb2\x0c\x7a\xdf\xe0\xf5\xb8\x59\x8c\x61\xe7\x13\xbf\xf0\x0a\x64\ \xc1\x2e\x8c\xc5\x10\xb8\x12\x9d\xaa\xc6\x5d\xb9\x01\x73\xe6\xa7\ \x89\x9f\xe7\xd1\x73\xe7\xed\x98\xe7\x7c\x19\x7b\x8c\x47\x76\xc5\ \x5a\xec\x79\x37\x20\xb2\x6d\xa4\xd7\xee\x42\x58\x12\xad\x2c\xe4\ \xf8\x69\x18\xde\x2b\xa4\x57\xec\x44\x8e\x3e\x97\xf8\x55\xdf\x85\ \x3f\xfe\x12\x14\xc8\xf1\xf3\x89\x15\x75\xa1\x6b\xd7\xe3\x37\x34\ \x86\xc2\x2b\x8b\x30\xa7\xcd\x42\xc6\x03\x82\x9d\xab\x08\x1a\x1a\ \x11\x79\x15\xc8\x09\x13\x88\xcd\x0b\x50\x6d\xdb\xf1\xb6\xec\x40\ \xf4\x9f\x84\x35\x72\x2c\x74\xed\xc6\xdf\xf9\x1a\xda\x17\x10\x2f\ \xc7\x9a\x32\x03\x23\x0e\xc1\xbe\xd5\x04\xfb\xdb\x43\x71\xd6\x60\ \x0c\x3d\x0d\x73\x50\x25\xf4\xd4\xe2\x6d\xdf\x80\xce\x06\x88\xf2\ \x71\x58\x83\x47\x22\x1c\x89\xda\xbf\x19\x7f\x5f\x15\x04\x1a\x62\ \xfd\xb0\x26\x9f\x8b\x30\x6d\x8c\x42\x13\x1d\x04\x87\x08\xb6\x46\ \xce\xb8\x96\xd8\x69\xf3\xb1\x92\x19\xd4\x8a\x3f\x87\xe1\x1b\xab\ \x10\x6b\xd4\x50\xd4\xda\x3b\x71\x1b\x7d\x48\x35\x80\xb0\x00\x85\ \xee\x6d\x87\x8a\x51\xc4\x66\xcf\xc0\x7f\xf0\x39\x90\x0a\x31\xe2\ \x1c\xec\xe1\x63\xe8\x7d\xe1\x7e\xdc\x35\x1a\xdd\x1d\x0a\xad\x18\ \x34\x13\x6b\x70\x05\x22\x3e\x0a\xa1\x54\x78\x6f\x03\x1b\x73\xd4\ \x5c\x64\x65\x29\xaa\x66\x1d\x7e\x75\x5d\x98\x6a\x61\x97\x60\x4d\ \x39\x19\xc3\xce\x10\xec\x78\x85\xa0\x3d\x0d\x76\x3e\xe6\xe4\xb3\ \x90\xc5\x79\xa8\xba\x0d\xf8\x35\x35\x20\x8e\xef\x39\x16\x86\x01\ \xe9\x2e\x74\x26\x85\x10\x6f\x9e\xef\xeb\xfb\x3e\xe5\xe5\xe5\x7c\ \xf2\x53\x57\x1f\xf7\xdb\x95\x49\xf7\xe2\xba\x6e\x9f\xb1\xf0\x48\ \xb4\x23\xde\xae\x66\x43\xa0\xc0\xf7\x10\x52\x1e\x7f\x64\x51\x83\ \x10\xbd\xa8\x86\xd7\xf0\x37\xbd\x80\xde\xf4\x02\x7e\xe7\x37\x48\ \x9e\xfb\x49\xdc\x0d\xdf\x87\xf1\x57\x93\x38\x7b\x36\x41\xf5\x5e\ \xac\x59\x17\x63\xbe\xf0\x73\xdc\xe0\x64\x9c\x73\x06\x90\xfa\xc5\ \xbf\x22\x46\x5e\x49\xf2\xec\x18\xdd\xbf\xfc\x36\x7a\xe4\x05\xc4\ \xe6\xd8\x64\x96\xef\xc7\xb9\xf4\xc3\x04\x5b\x56\x63\x0c\xba\x0c\ \x6b\xc4\x43\xa4\x1e\x7c\x38\x37\x10\xa9\xd1\x81\x89\x35\xef\xeb\ \xc4\xc7\x15\xe1\x35\x76\x61\x9f\x32\x1f\x77\xd1\x4f\xc9\xee\xee\ \xc1\x28\x1d\x88\xc8\x8b\x63\x4d\xbf\x10\xb3\xe8\x37\xf4\x3e\xbf\ \x1e\xeb\xa2\x9b\x70\xa6\xf4\xc3\xdf\xb5\x17\x39\x68\x14\x62\xcb\ \x53\x87\x04\x1f\xb3\x50\x34\x19\xe7\xec\xd3\xf1\x5e\xb8\x13\x7d\ \xf2\xec\xf0\xa5\xcf\xd6\xe1\xae\xde\x8f\xc8\xeb\x8f\x31\xaa\x09\ \x45\x2b\x38\x43\xb1\x46\x8e\xc1\x5f\xf2\x2d\xb2\x6b\xf7\xa0\xf3\ \xa6\xe1\x8c\x9d\x8d\xb1\x7e\x2b\x1a\x79\xd0\x96\xc1\xde\x55\x78\ \x6b\x5e\xc6\xab\xea\xc4\x1a\xf5\x63\x64\x59\x1e\x1a\x89\x51\x31\ \x1a\xe9\xc4\xb1\xe6\x9d\x4f\xe6\x9e\x1f\xe1\xee\x53\xc4\x2e\xfd\ \x16\x76\x7f\x8f\xa0\xc3\xc4\x3e\xe5\x4c\x32\x77\xfe\x1b\x41\x36\ \x03\x38\x18\xc5\xfd\xd1\x3d\x3b\x61\xd0\x3c\x12\x57\x5c\x8d\x6e\ \xdc\x0e\x25\x17\x60\x8f\x7c\x84\xd4\xe3\xcb\xb1\xcf\xfb\x06\x76\ \x49\x2b\xfe\xfe\x0e\xe8\xdc\x4a\xd0\xd0\x96\xf3\x32\x25\xa2\x60\ \x20\x46\x5e\x21\x62\xe2\xb9\x98\x43\x17\xd0\xfb\xf0\x93\x58\x73\ \x3f\x4f\x6c\x68\x80\x57\xd5\x8d\x3d\xf7\x72\xbc\xc7\x7f\x44\x66\ \x53\x07\xce\xa5\xdf\xc1\x2e\x4e\xe1\xed\xef\xc5\xac\x2c\xc3\x5f\ \x13\xe4\x86\x23\x05\x48\x89\x6e\xdf\x4c\xf6\xf1\x7a\xc4\xf9\x17\ \xe5\xe2\xec\x3e\xc8\x7c\x30\x25\xba\xbb\x15\x55\x5b\x8d\x76\x3d\ \x84\xe5\x84\x21\x21\xdd\x82\xb7\x72\x3d\xf6\x59\x1f\x42\x26\x9f\ \xc1\xef\x76\xb0\xa7\x4e\x41\xed\x7d\x8a\x20\x55\x46\xe2\xf3\x9f\ \xc2\xbb\x6b\x23\xba\x70\x3e\x89\x2b\x3f\x8e\xae\x5e\x8f\x2e\x98\ \x82\x10\x55\x68\x4f\x20\x67\x5e\x8d\x33\x6d\x10\x41\x7d\x0b\xd6\ \x47\xe6\x62\x2c\xfe\x19\xd9\x9d\x1a\xe7\xb2\x1f\x60\x25\x5a\xf0\ \xd3\xf9\xd8\xd3\x4f\x25\x7d\xcf\x7f\xc1\xc4\x2f\xe0\x4c\x2f\x21\ \xd8\x53\x85\x48\x97\xe3\xd7\x54\x81\x96\xc7\x39\x96\x2a\x42\xef\ \x3a\xf0\xfb\xfc\x9e\x6d\x5b\x54\x55\x55\x71\xf7\xdd\xf7\x90\x4a\ \xa5\x90\xc7\xe0\xdc\x04\x41\x40\x41\x61\x21\xd7\x5c\x7d\x35\x95\ \x95\x15\xf8\xbe\x1f\x89\x76\xc4\xbb\x2c\xdc\x42\xbc\xb3\xa1\x20\ \xc3\xcc\xc5\xb2\x15\xaa\x76\x33\xca\x9f\x89\x51\x38\x12\x73\xce\ \x1c\x82\x97\x7e\x46\x6a\xe9\x06\xcc\x99\x5f\x26\x71\xfe\x27\x71\ \xef\x7c\x0c\x95\x9e\x81\x59\x5a\x84\x1e\x3c\x04\x0a\x0c\x8c\x92\ \x61\x88\x81\x03\xd0\x3b\x1e\x43\x19\x53\xd0\x2d\xab\x49\xdf\xf7\ \x63\x18\xf9\x31\xf2\xae\x39\x13\x59\xb0\x28\xec\x02\x1b\x1e\xa2\ \x78\x1a\xb1\x69\x03\xc8\xde\xf7\x2d\x32\xdb\xdb\xb1\x2f\xf9\x19\ \xce\xdc\x8f\xe0\x6d\xfb\x0d\x6a\xef\x46\xe8\x57\x81\xd1\x6f\x32\ \xe6\x88\xa1\x88\xcd\x01\xb1\xf1\x63\xf1\x1e\xfc\x27\xd2\x5b\x5b\ \x89\x5d\x5a\x80\x9d\x7f\x20\x43\x46\x01\x79\xd8\x67\x5e\x8e\xde\ \x74\x27\xd9\xcd\x36\xd6\xa9\xa7\xa2\x7d\x0f\x94\xc6\x28\x1d\x47\ \xec\x92\x1b\xb1\x07\x24\x70\x1f\xdb\x82\x8e\x15\x21\xf2\x14\x41\ \x8f\x1b\x86\x70\xba\xeb\xa0\x28\x0f\x4c\x03\x82\x5c\x0b\xa6\x0d\ \xe4\xb8\x8b\x70\xf4\x0c\xe4\xd8\x33\x11\x6a\x2d\x5e\x5d\x27\x31\ \x3c\xbc\xe5\xbf\xa5\x77\x7d\x37\xf1\x6b\x7f\x8d\x35\x64\x28\xbe\ \x18\x84\x3d\xc2\x21\xfd\x7f\xdf\xc3\x6b\x8f\xe1\x7c\xf2\xbf\x89\ \xcd\x9e\x45\xba\x01\x74\xf3\x2a\xd2\x8f\xfd\x0a\xa5\x4b\x71\xae\ \xfe\x32\xec\xbb\x8f\xd4\x7d\x8f\x22\x06\x9f\x4f\xf2\x73\x9f\xc1\ \x5a\xbd\x05\x91\x2c\x81\x9e\xf5\xb8\xcf\x3f\x4c\xd0\x95\x0d\xc3\ \x4d\x00\xca\x45\xd5\x6f\xc4\x17\x43\x90\x89\xa1\xd8\x63\x26\x22\ \x62\xcf\x81\x0d\xc1\xc6\x7b\xe8\x7d\x64\x35\xf6\xe5\x3f\xc1\x19\ \x3f\x16\xb7\xd7\xc6\x1a\xac\xe9\xbd\xf5\x5f\xf0\x3a\x0b\x89\xc7\ \x87\x61\x58\xe6\xeb\xda\x25\x14\x6a\xe7\xcb\xe8\xbc\x93\x0f\xc9\ \x65\x16\xa0\xba\xf0\x77\xee\xc0\x3c\xf9\x4b\xe4\x9d\x23\x71\x9f\ \xb9\x05\x77\x5b\x55\x18\x07\x37\x6d\xd4\x8e\x67\x09\xce\xf9\x01\ \xe6\x88\x01\xf8\xbb\x4b\x31\x07\xe4\xe3\x3d\xfc\x0a\x5a\x0e\x86\ \x6c\x80\x16\x79\x58\xb3\x2e\x85\x0d\x77\x90\x5a\xb0\x00\x63\xd4\ \x95\xc8\x4b\xa7\x23\x92\x03\xb1\xcf\xb8\x18\x1a\x1e\x27\x68\xa8\ \x43\x8c\x3a\x1b\x73\xfc\x1c\x7c\xcf\xc0\xae\x68\xa5\xf7\xff\xfe\ \x1f\x5e\x57\x1e\xf1\xeb\x7f\x8d\x3d\x73\x36\x9e\x2e\xc0\x50\x5d\ \x64\x56\xdd\x8b\xdf\xd4\x81\xb0\xe3\x6f\x3f\xf9\xe5\x08\x03\xb0\ \xa6\x69\xd1\xd0\xd0\xc0\x83\x0f\x3d\x44\x77\x77\xf7\x31\xc5\xb4\ \x3d\xcf\xa3\xac\xac\x8c\x0b\xce\x9f\xcf\xe0\xc1\x83\x22\xd1\x8e\ \x78\x77\xc7\xf8\x84\xb4\xc2\x7a\x23\x3a\x78\x9b\x99\x03\x61\x8c\ \x19\xe5\xa3\x7d\x0f\xa3\xa0\x02\x61\x77\xa2\x75\x12\x03\x89\x5f\ \xdf\x80\x30\x05\xaa\xa9\x06\xad\x66\x23\xd2\x3b\xf0\x3b\xd3\x98\ \xd3\xe6\xa3\xad\x7d\x64\xd7\x1b\x98\x13\xcf\x42\x54\x26\xf1\xff\ \xba\x0b\xf2\xa6\x84\x7e\x9e\x65\xa1\xdd\x2e\xb4\x1b\x83\x03\x83\ \xa4\x81\x07\x4e\x3f\x44\x6f\x8a\xa0\xa5\x1d\x21\x7d\x54\x43\x03\ \x0c\x29\xc0\x18\xf3\x11\x9c\x0b\x2f\x20\xd8\xbe\x22\xf4\x02\x7d\ \x20\x5e\x08\x32\x45\xd0\xda\x71\x70\xd0\xeb\x75\x77\xc8\x85\xa2\ \x59\x58\xa3\x27\x42\xf9\x55\x24\x4f\x2a\x43\x56\x0c\x25\x76\xc6\ \xb9\x04\x8b\x9e\x41\xb5\x6d\x25\xf3\xa7\xaf\xe0\x4e\xb8\x9c\xc4\ \x45\xd7\x63\xfe\xe5\x1e\x74\x1a\xb0\x08\x4b\x7d\xda\xf9\x90\xee\ \x08\x43\x0c\xe2\x10\x7b\xc6\x8b\x10\x89\x36\x82\xcd\x0f\xe2\x6e\ \x7b\x99\x20\x55\x18\x1e\x5b\x9a\x60\x04\xa8\xde\x36\xa4\x69\x23\ \x0a\xf3\xd1\xd9\x1a\x54\x4f\x16\xe1\x7b\xa8\x96\x6a\x44\xff\x42\ \x68\x14\x20\x0c\x84\x21\x11\x22\x81\x11\x2b\x44\xed\xa9\x01\x61\ \xa0\x3b\xeb\x50\x3d\x49\x8c\x78\x86\xec\x63\x3f\x46\x9f\x75\x15\ \xf1\xeb\x7e\x41\xb0\xf6\x0e\x32\xaf\xbc\x1a\xc6\x8f\x4b\x66\x13\ \xff\xc4\xb5\xe8\xea\x15\x28\xd3\x06\x25\xc3\xdb\xaa\x74\x18\x13\ \x37\x41\xa7\xda\xd1\x25\x71\x44\x41\x1c\x9d\xad\x47\xf5\x64\x10\ \xa2\x30\xec\x75\xbd\xf1\x11\xb0\x9d\xc3\xc7\x3b\x84\x09\x5e\x1d\ \xd9\x47\x7e\x42\x46\x5b\x58\xf3\xbe\x45\x62\xfe\x25\xf8\x7b\x6f\ \x46\x79\x1a\x0c\x89\x4e\xef\xc3\xdd\x58\x83\x33\x61\x2e\x7e\xbc\ \x00\x23\xb5\x16\xaf\xbe\x0d\x91\x1c\x02\x68\x84\xe1\x20\xf2\x62\ \x04\x55\x0d\xa0\x72\xe3\x0e\x5a\x87\xcf\x61\x42\xa1\xdc\x00\x51\ \x50\x4c\xb0\xf1\x2e\xd4\xde\x57\x11\xa5\x97\x41\xcb\x7e\x54\x2a\ \x8b\x50\x9a\x60\x7f\x17\x66\x41\x19\xfe\x63\xff\x45\x46\x5d\x43\ \xec\xca\x9f\x61\xef\x5a\x48\x66\xc9\xd3\x68\x65\x1e\xd7\x73\xac\ \xb5\xce\x8d\x8b\xd8\x7d\x56\xaf\xcc\x66\xb3\x4c\x98\x30\x81\xdf\ \xff\xfe\x77\x78\xae\x77\x4c\x69\x7f\x4a\x6b\x9c\x58\x8c\x11\x23\ \x46\xe0\xba\x6e\x14\xd3\x8e\x78\x37\x45\x5b\x85\x2f\x65\x7e\x09\ \x74\xec\x7f\x5d\x1c\x8f\xc7\x4b\xc7\x42\xc4\xf2\x11\xf9\x65\x18\ \x95\xd3\x71\xce\xbf\x04\x36\xff\x91\xa0\x71\x27\x41\x4f\x16\xeb\ \x94\x73\xf0\x5a\x96\x61\xce\x3c\x0b\x91\xdd\x8a\x4a\xb5\xa1\x37\ \x6c\x21\xf6\x89\x1b\x51\xab\x7e\x4a\xef\x3a\x93\xc4\x67\x6e\xc0\ \x68\x7e\x89\x6c\x6d\x3d\x4c\xb4\xc3\x12\x9a\x84\xe2\x15\xfe\xae\ \x41\x68\x44\x71\x25\x74\xaf\x25\x90\x9f\xc0\x9e\x7e\x0a\xc1\xab\ \xfb\xb1\x66\x9c\x84\x6a\xbc\x17\x2a\x4f\x47\xe8\x6a\xdc\xa7\xef\ \x40\x9c\x5a\x4c\x7c\x7c\x02\xda\x5e\x41\xa5\x93\x58\xa7\xcd\xc3\ \x5f\xf2\x2a\xc2\x49\x22\x44\xee\xc5\x34\x6c\xe8\xdd\x42\xfa\xce\ \xef\x80\x65\x40\xd9\x54\x12\xe5\x67\xe1\x6d\x59\x0f\xf1\xfe\xc8\ \x7c\x07\xdd\xd5\x8e\xb0\x1d\x84\x6d\xa1\x53\x75\x04\x8d\x6d\x58\ \x33\xe7\xe2\xb5\xac\xc5\x3a\x69\x32\x6a\xf7\xef\xd1\x9e\x01\x76\ \xce\x18\xa6\xc6\xdf\xfc\x30\xe9\xa7\xd6\x22\x2c\x33\xcc\xa2\x91\ \xf2\xd0\x2e\x0d\x08\x89\x30\x25\xaa\x66\x27\xd8\xe7\x62\x8f\x1f\ \x47\xb6\x21\x8e\x35\x61\x32\xc1\xea\xc7\xd0\x3d\xc5\x88\xbc\x31\ \xc8\x7e\x03\x20\xad\xf1\xf7\xef\xc1\x99\x31\x1f\xb9\xad\x0e\x31\ \xfa\x1c\x64\xb2\x16\xb7\x33\x8d\x10\x1e\xee\x33\xff\x83\x3a\xfd\ \x07\x38\x33\x2f\xc5\x58\xb5\x8a\x20\xd0\x18\xc5\x13\x90\x96\x47\ \x7a\xc9\x9f\x08\xfa\x7f\x0c\x6b\xe0\xc4\x30\x26\x6c\x88\xf0\x47\ \xe7\x6c\x6a\x09\x54\xed\x4e\xb0\x2e\xc0\x9e\x3a\x8d\xec\x8e\x5e\ \x84\x13\x07\x2d\xfa\xc8\xd6\x16\x70\x20\x04\xa4\x02\x44\xe1\x40\ \x8c\x32\x50\x3d\x69\x8c\xbc\x3c\xf0\xbb\x0e\x19\xff\x13\x08\xc3\ \xc3\x5f\xff\x24\xea\x33\x37\x92\x18\xe5\xe2\x3d\xf3\x1f\xa8\xac\ \x40\xe4\x89\x30\xc4\xe2\x77\x12\x54\xef\xc3\x99\x75\x01\x72\x77\ \x2d\x24\x8b\xc2\xf0\x5c\xaa\x15\xd5\xd0\x83\xf4\x9b\xf1\x5e\x59\ \x02\x76\x3e\xba\xb7\x09\x11\x6c\x42\x0f\xf8\x18\xd6\xd8\x31\x78\ \xad\x65\xd8\xe3\x4b\x09\x5e\xde\x01\x8e\x8d\xff\xf2\x6d\x04\x4d\ \x97\x92\xbc\xea\x22\xe4\x9a\xe5\xf8\x6d\x2e\x48\x71\x7c\xef\x40\ \x3c\x1f\x9c\x44\x28\xe0\x7d\x85\x3a\x0a\x0a\x38\x6d\xce\x9c\x3e\ \xff\x7e\x64\xc7\x5d\x90\xcd\x66\xf1\x3c\x2f\x8a\x69\x47\xbc\xbb\ \xa2\x2d\x12\xf9\x50\x39\x12\xdd\x56\x7f\x7c\x63\x38\x22\xf4\x5c\ \x55\x5b\x33\xf6\x8c\x2b\x49\x8c\xba\x18\x84\x8f\xda\x74\x1b\xa9\ \x97\x9e\x07\xe9\x91\x7d\xea\x0f\x88\x0f\x7f\x86\xc4\xf5\xe7\x43\ \x6f\x2d\x99\x85\x77\xa3\xb4\x85\xd8\xf7\x32\x41\xcf\x05\x04\x55\ \x7b\x50\xd5\xdd\xa8\xb6\x36\xd4\xce\x15\xa8\x94\xc0\x08\xd2\xd0\ \x4b\x28\x2c\xca\x43\xa7\xba\x11\x46\x80\xbf\xf9\x55\xec\x0f\x9f\ \x86\x55\xfe\x2c\x99\xc7\xee\x25\x7e\xe1\x17\x48\x4e\x17\xe8\xe6\ \xd5\x64\x96\x3e\x8f\x32\x5b\xf0\x47\x7e\x9e\xc4\x57\x7e\x05\x4e\ \x31\x6a\xfb\xbd\xe0\xd6\x90\x79\xe2\x36\x9c\x0b\x3e\x46\xf2\xfa\ \x8f\x22\x12\x79\x04\x2f\x37\x00\x39\xe1\x0a\x7a\x51\x6d\x3d\xa1\ \xd7\xed\x16\xa1\xda\xea\x51\xcd\x0d\x50\x78\x26\xb1\x0b\xae\xc0\ \x48\x98\xa0\xd2\xb8\x8b\xfe\x8c\xea\x6e\xc7\x5d\xf6\x67\x8c\x4b\ \x3e\x4b\xf2\xfa\x0b\xd0\x75\x4b\x48\xbf\xb2\x3a\xac\x5d\x21\x72\ \xa3\xa4\xbd\x3d\x10\x18\x88\x58\x22\x4c\xf7\xd3\x7e\x58\x84\x3f\ \xd3\x93\x4b\x05\x04\xdc\x6e\xb4\x12\xe8\xa6\x57\xc8\x3c\x3b\x0a\ \xe7\x9c\x7f\xc6\x14\xa0\xf7\x3d\x46\x7a\xfd\x0e\x14\x69\xbc\x86\ \x99\x38\xd7\xfd\x27\xc1\xb6\x05\xa4\x9f\xfb\x1d\x5e\xfe\x4d\xc4\ \x3f\xfb\x0b\xf0\x3a\x71\x17\xfe\x9a\xa0\xdd\xc0\x3e\xef\x4b\x58\ \x23\xcb\x41\x80\xb7\xe6\x2e\x94\x32\x11\xd2\x40\xd7\x3e\x8d\x5b\ \x3b\x02\xe7\xba\x5b\xd0\x46\x1e\xb4\x3d\x1f\x3a\xb2\xe9\x1e\x74\ \x26\x97\x66\xe7\xa5\xd1\x2e\xd0\xbc\x92\xf4\xd3\x0b\x89\xcf\xbb\ \x11\x73\x4e\x80\x48\x74\xe3\xb6\xb6\x85\x83\x73\x87\x0a\xb6\xf6\ \xd0\xe9\xce\x30\xc5\x2f\xf0\xa1\x7c\x32\xce\xbc\x0b\x11\x31\x03\ \xbc\x16\x32\x4f\x3c\x84\x72\x25\x98\x39\x71\x32\x63\xe8\xe6\x75\ \x78\xbb\x1b\x91\x43\x5a\x71\xb7\xee\x0a\xed\xa4\x03\x74\x2a\x05\ \x78\x78\x2f\xfd\x16\xa3\xf4\xcb\xc4\xaf\xf9\x4f\x84\x19\x47\x35\ \x3c\x8f\xce\xb4\x92\x7d\xe2\x56\xe2\x97\x7c\x8a\xc4\x17\x2f\x86\ \xee\x1a\xb2\x4f\xdd\x82\x57\xb3\x9c\xf4\x5f\x87\xe1\xcc\xff\x57\ \x2c\xa1\x51\x5b\xee\x23\xbb\x6a\x33\x72\xf6\x57\x89\x4f\x1b\x83\ \x16\xe0\xbf\xb4\x88\xa0\x2b\x73\xdc\x53\xd2\xb5\xef\xa3\x07\x0c\ \xc2\x28\x2c\x3f\xbc\x27\x96\x23\x16\x8b\xb1\x65\xeb\x56\x7e\x7d\ \xcb\xaf\x49\xf5\xf6\x1e\x53\x4c\xdb\xf7\x7d\x8a\x8a\x0a\xb9\xe9\ \xa6\x9b\x18\x79\x04\x6f\x3b\xaa\xf2\x17\xf1\xf6\x43\xda\x4e\x92\ \xcc\xd2\xfb\x30\x9e\xfe\x23\x32\x66\x73\xfc\x41\xc1\x5c\xfa\x9e\ \x30\xd0\x7e\x1a\x32\x99\x30\x07\x5a\x1a\xe0\xbb\x68\xe9\x60\xc4\ \x62\xe0\x76\xa3\x3c\xc2\x54\x2d\xad\x42\xe1\x3c\xe0\x9e\x89\x03\ \xb3\x66\x0e\x99\xf8\x72\xc0\xab\x11\x46\xb8\x7d\x10\x80\x15\x43\ \x10\x84\xa9\x5f\x76\x1e\xc2\x32\xd0\x99\x6e\xb4\x36\x11\x04\x60\ \xd8\xa1\xb7\x18\xb8\x68\xcf\x0d\xf7\xe7\xbb\x61\xce\x70\x2c\x06\ \x41\x36\x97\x0a\x77\x84\x6b\x3c\x70\x2c\x44\x78\x2c\x69\x80\xdb\ \x8b\x72\xbd\x30\x44\x10\x78\x20\x1d\x44\xcc\x42\xa7\x7b\x42\xef\ \xf3\xd0\x9c\x62\x61\x84\xb1\x72\xdd\xc7\x7e\x0f\x7c\x7e\xa0\xe7\ \xa0\x15\x78\x3e\xc4\xf3\x11\x52\xa3\x7a\xbb\x11\x86\x95\x8b\xb5\ \x9b\xb9\xeb\xf0\xd0\xd9\x5e\xb4\x30\x31\xe2\x49\xf0\x7b\x51\x59\ \x2f\xec\xca\x4b\x3b\x6c\x18\xfc\x0c\x3a\x93\x85\x03\xb1\x56\xed\ \xa3\x75\x6e\x7b\x0e\x49\x0b\x3c\xcc\xae\x07\x26\x2a\x29\xb4\xe7\ \x23\x62\xc9\xdc\xbe\xd2\x61\xce\xfd\x9b\x9e\x81\xdc\x7d\xd1\xea\ \xf5\xfb\x65\x3a\x08\x29\xd0\xd9\x1e\xb4\x17\xf4\x91\x32\xaa\x72\ \x5e\x3d\x87\x4f\xda\x39\x70\xfd\x81\x17\x0e\x1a\xc6\x93\x88\x03\ \xe7\x89\x40\xfb\x2e\x42\x3a\x08\xc7\x09\xaf\xc5\x73\x73\xab\xcf\ \x04\x08\x27\x1f\x61\x04\xe8\x74\x0a\x2d\x2c\x84\x65\x87\x69\x7e\ \xca\x43\xa7\x7b\xc3\xb1\x95\xe3\x7c\x7c\x55\x26\x45\x70\xea\x65\ \x38\x97\xde\x14\x36\xae\x6f\xc0\x71\x1c\x56\xad\x5a\xc5\x77\xbf\ \xf7\x7d\x52\xa9\x9e\x63\x16\xed\xe2\xe2\x12\x7e\xf1\xf3\x9f\x31\ \x69\xd2\x24\xb2\xd9\xec\x1b\x37\x89\x4a\xb3\x46\xbc\x03\xa4\x89\ \x6a\xa9\xc7\xbb\xe7\xc7\x58\x6d\x75\xc7\x1f\x22\x41\x1f\x2e\x52\ \x6f\x12\xc4\x43\xfe\x2e\xde\x38\x0b\xae\x0f\x21\x39\xb0\xfd\x41\ \x91\xe1\x08\x9f\xeb\xbe\xf7\x79\xa4\x63\xe9\xa3\x0f\x38\x1d\xdc\ \xe7\x81\x06\xe4\x88\xd7\xf4\x86\xf3\xe8\xf3\xfb\xc7\xf8\xf9\xa1\ \xd7\x71\xd8\x71\xde\x78\xbe\x7d\x9c\x7f\x9f\xdf\x3b\xca\xf5\x1e\ \xad\x0c\xc0\x51\xf7\xd5\xd7\x35\xbc\xd5\x3d\xe7\xc8\xf7\xe8\x58\ \xf6\x73\xa4\xf3\x79\xd3\xfe\x8e\xf1\xbe\x1e\x51\xb1\x03\x3c\xd3\ \xc1\xbc\xf6\xdf\x91\x83\xc7\x85\x0d\x49\x1f\x61\x0e\xd7\x73\x69\ \xa8\x6f\x38\x62\xa8\xa3\xaf\x38\xb9\x6d\xdb\x0c\x18\x30\x00\xd3\ \x34\xfb\x0a\xab\xf4\x44\xe1\x91\x88\xb7\x4f\xe0\x63\xf4\x1f\x82\ \x98\x72\x16\xc1\xf2\x7b\x91\x5a\xe5\xbc\xa1\xe3\x08\x6c\x8b\xb7\ \xf3\x77\x71\x84\x97\xfe\x0d\xdb\x8b\x23\x7d\x2e\x8e\xef\x58\xc7\ \xf2\x4e\x1f\xdc\xe7\xd1\xb6\x3f\xca\xdf\x8e\xe8\xc1\x8b\x63\x38\ \xe6\xd1\x8e\xd1\xc7\x31\x8f\x2a\x1e\xc7\xb9\xfd\xb1\x08\xde\xd1\ \xee\xd1\xf1\xec\xf7\x58\xf6\x73\xcc\x76\x7c\x67\xb5\x68\x94\xe7\ \xc2\x94\x73\x90\x43\xc6\x1f\x71\x25\x1b\xad\x35\xb6\x65\x33\x7a\ \xf4\xe8\xe3\xac\x3d\xa2\x71\x5d\xf7\x88\x71\xf0\x48\xb4\x23\xde\ \x19\xbe\x87\x75\xf2\x85\xb8\x0d\xbb\x31\x76\xac\xc4\x10\x1a\x1d\ \xad\x52\x13\xf1\x3e\x46\xfb\x2e\x41\xc5\x48\xac\xb3\x3e\xc1\x5b\ \xcd\xa2\xd4\x5a\xf7\x15\xe2\x78\x47\x44\xa5\x59\x23\xde\x19\x2a\ \x40\x24\x0b\xb1\xce\xb9\x96\x6c\x61\x25\x41\x36\xfd\x7a\xfc\x32\ \x22\xe2\x7d\x28\xd8\xae\x61\x21\x2f\xba\x01\xa3\x6c\xc0\x11\xab\ \xfb\xfd\x2d\x89\x62\xda\x11\xef\xc6\xa3\x8c\xb0\x62\x04\x2d\x75\ \x78\x4b\xef\xc5\xd8\xb8\x14\xd3\xb4\xd0\x2a\xf8\x87\x14\x89\x8f\ \x88\x78\xd7\x85\x52\x6b\x94\x97\xc1\x2b\x1d\x82\x39\xff\x73\x58\ \x93\xe6\x84\xb5\x4b\xfe\xfe\x44\x03\x91\x11\xef\x22\x96\x0d\x42\ \xe2\x2e\xb9\x1b\xbd\xea\x49\x4c\x2f\x8d\x70\xd3\xb9\x2a\x7e\xc6\ \x09\x52\x17\x3a\x22\x22\x74\x44\x38\x50\x60\x4c\x05\x04\xc2\x40\ \x8f\x3b\x15\xf3\x9c\x6b\x31\x2b\x47\x84\xc5\xaa\xfe\x31\x44\xa2\ \x1d\xf1\x6e\xbb\x24\x02\xb4\xc6\xaf\xde\x46\xb0\x7e\x09\xba\x7e\ \x27\xd2\x90\xd0\xd5\x02\xdd\x6d\x61\x5e\x73\x14\xf3\x8e\x78\x6f\ \x3f\xc4\xe1\xc4\x26\x3b\x4e\x90\x28\x40\x94\x0f\x45\x9e\x7c\x11\ \xe6\xe8\x69\x61\xce\xb8\xef\xfe\x23\x4f\x2e\x12\xed\x88\xbf\x01\ \x86\x11\xe6\xbd\x02\xaa\xb3\x19\x55\xb7\x0b\xd5\xbe\x1f\xdd\xdb\ \x9d\x4b\x8d\x8a\x44\x3b\xe2\x3d\x2c\xd9\x46\x98\x03\x6e\x14\x96\ \x61\x0c\x1a\x87\x51\x5a\x19\x7a\xde\x41\x90\xab\x93\xfe\x0f\x25\ \x12\xed\x88\xbf\xbd\x80\x0b\x69\x85\x9e\xcb\x81\x29\xe6\x11\x11\ \xef\x69\x74\x98\xd7\xad\x82\x5c\x11\xb0\xe0\xbd\x74\x72\x51\x9e\ \x76\xc4\xdf\x18\xa5\xd0\x2a\x0b\x5e\x64\x8a\x88\x88\x77\xc5\x0f\ \x8a\x4c\x10\x11\x11\x11\x71\xe2\x60\xda\xb6\x1d\x59\xe1\x0d\x78\ \x9e\x87\x52\x0a\x21\xc4\xc1\x25\x82\x34\xa0\x95\xca\xcd\x52\x12\ \x18\x86\x38\x6c\xc6\x92\x61\x18\xc7\xb4\x9c\x50\x44\x44\xc4\xfb\ \x9f\xbe\xea\x60\xbf\x6b\xa2\xbd\xf4\xaf\x8b\x23\x0b\x1f\xd6\x9b\ \x57\x54\x54\x56\x92\x48\x24\xf0\x3d\x8f\x54\xaa\x87\x20\x08\x90\ \xd2\x24\x91\x4c\x62\x9a\x26\xd9\x6c\x96\xa2\xa2\x62\xfa\xf5\xaf\ \x20\x08\x02\xe2\xf1\x38\x8f\x3d\xf6\x28\xcb\x96\x2e\x25\x1e\x8f\ \x47\x46\x8c\x88\xf8\x80\x12\xf8\x3e\x25\x65\x65\x7c\xfd\xeb\xdf\ \x40\xa9\xbf\xcd\x24\x33\xf3\xf6\x3b\xee\x8c\x2c\x7d\x08\xe9\x74\ \x9a\x1f\xff\xc7\x4f\xa8\xa8\x18\xc0\xae\x5d\xdb\x89\x27\xf2\x88\ \x3b\x71\x82\x20\x20\x08\x3c\xca\xfb\x55\x10\xf8\x3e\x9d\x9d\xed\ \x07\xf3\x8e\x0d\xc3\xa0\xb3\xa3\x93\xea\xea\x6a\x92\xc9\x64\x64\ \xc4\x88\x88\x0f\xb0\x87\x7d\xa4\x05\x79\xdf\x35\xd1\x8e\xc2\x23\ \x87\xa3\xb5\xa6\x37\x95\x62\xf7\xae\x1d\x0c\x18\x30\x98\xb2\xf2\ \x7e\x18\x86\x41\xa0\x14\xdd\x9d\x1d\x34\x37\xed\x27\x91\x48\x62\ \x18\xf2\xb0\xb2\x03\x86\x34\xb0\x2c\x0b\xcb\xb2\x22\x23\x46\x44\ \x7c\x40\x11\x42\x60\x9a\x7f\x5b\x0d\x88\x82\xb0\x7d\x18\xbd\xbe\ \xae\x9a\x7e\x15\x95\xf4\xaf\xa8\x44\x6b\x1d\xc6\xa7\xb4\xa2\xb0\ \xb8\x84\x92\x92\x32\x3a\x3a\xda\x8e\x49\xfc\x35\x02\xd3\xb2\x90\ \x86\xc6\x77\x5d\x02\x9d\x5b\xa2\x08\x03\xd3\x32\x31\xd0\x78\xae\ \x8b\xd2\x00\x1a\xdf\xcd\xe2\x2b\x90\x66\xf8\x37\xd7\x75\x51\x6f\ \xa8\xf4\xa5\xb5\x3a\x58\x65\x52\x69\x8d\x21\x4d\x4c\xd3\xc4\x34\ \x25\x86\x11\xd6\x2d\xf6\x5c\x97\x40\x8b\xf0\xb3\x70\xae\x0b\x32\ \xb7\x8d\xd0\x1a\x61\x98\xe1\xf1\x85\x40\x2b\x85\x30\x64\x6e\x1f\ \x26\x52\x1a\xa0\x35\xea\xe0\x77\x0c\x74\xe0\xe1\xba\xde\x9b\x4a\ \xe3\x68\xa5\x40\xc8\xd7\xaf\xc5\xf3\x78\xbd\x43\xa8\x73\xbd\x93\ \xe0\xb0\x6b\x50\x81\x87\xeb\xf9\xe1\x31\x73\xc7\x3a\x78\x5d\xe1\ \x16\xf8\x9e\x87\x30\x72\xe7\xae\xf4\xe1\xd5\xce\xb4\x3e\xb8\x3f\ \xad\x14\x42\x4a\x2c\xd3\x44\xe8\x00\xd7\xf3\x0f\x39\x47\x8d\xef\ \x79\x28\x2d\x30\x4d\x33\x9c\xf3\x83\x78\x83\x1d\x72\xe7\x6e\x88\ \xd7\xcf\x4b\x86\x36\x08\x3c\x17\xcf\x0f\x0e\x5c\x68\xce\x86\x16\ \xa6\x14\x04\xbe\x8b\x1f\xe8\xc3\xee\x49\x78\xad\xea\x0d\xc7\x77\ \xf1\x95\x46\x4a\x13\x79\xe0\x46\xe4\xee\xdb\x61\x36\x37\xc4\x9b\ \xec\xaa\xdf\xf4\x2c\x01\x4a\xe1\x79\x3e\x18\x12\x53\xca\xd7\x57\ \x2a\xcb\xd9\xe1\x48\xfb\x8b\x78\x7f\x11\xa5\xfc\xf5\x41\x26\x9d\ \xa1\x5f\xbf\x0a\x3c\xcf\x47\x08\x90\x52\xa2\x94\x22\xf0\x7d\x0a\ \x0a\x8b\xa8\xad\xad\x3e\xea\xf2\x41\x7e\x36\xcb\xd0\x73\xaf\xe5\ \x8b\x17\xcf\xa0\xa7\xb5\x1d\x21\x14\xfb\x36\x2e\xe7\x91\xc7\x96\ \x52\x71\xe1\x0d\x7c\xe1\xbc\x09\x74\xb6\x74\x21\xa5\xc7\xf6\x55\ \xcf\xb2\x68\xf1\x5a\x52\x3e\x0c\x98\x7c\x36\x97\x5e\x34\x97\xfe\ \xf9\x16\xda\xcf\xb2\x73\xd5\x53\x3c\xfa\xec\x5a\x32\x3a\x14\x30\ \xcf\x33\x38\xeb\x0b\xdf\x64\x50\xd5\x02\xee\x59\xe9\x71\xfd\x77\ \xff\x99\x61\xee\x7e\xba\x7c\x03\x47\xb7\xb1\xf8\xe1\x3b\x58\xf2\ \x5a\x0f\x93\xce\xbc\x9c\x4b\xcf\x99\x41\xd2\x04\x95\x6d\xe4\xb9\ \x45\x2f\x32\x64\xee\xd9\x8c\x2a\x2e\x20\x59\x5c\x48\xd0\xd3\x89\ \xab\x52\x2c\x7e\xe8\x51\xe4\x84\x2b\xb8\x6c\x46\x92\xc6\x8e\x34\ \xb1\x98\xc1\xb6\x97\x17\xb0\xf0\xa5\x6e\xae\xff\xde\x57\xe9\xe7\ \xb5\xd3\xeb\x43\xa6\xb3\x9e\x17\x9f\x5c\xc0\x9a\xdd\x2d\x60\x9a\ \x08\x34\x9e\x0b\xb3\xaf\xfe\x1a\x97\x4d\x2d\xa3\xa3\x23\x83\x6d\ \x07\x6c\x5c\xb6\x90\x27\x97\xbf\x86\x2f\x25\xae\x67\x30\xef\xba\ \x1f\x71\x59\xbf\x2d\xfc\xdb\xff\xde\x4d\x47\x60\x63\x68\x1f\x91\ \x1c\xc0\x45\x97\x7e\x82\xd9\x63\xca\xd0\x4a\xd3\x55\xbb\x9a\xdb\ \xef\x7b\x95\x8b\xae\xfb\x34\xad\xcf\xfc\x9a\x07\x37\xb4\x33\xe3\ \xc3\xd7\xf1\xd1\x29\x92\x3b\x7f\x73\x17\xa3\xaf\xfe\x2a\xc3\x9b\ \x9f\xe6\x4f\x8f\x6d\x43\x48\xc5\x88\x33\x3e\xcf\x15\xa3\x1a\xf9\ \xd5\x9d\xcb\x39\xe7\x0b\xdf\xe5\xac\xa1\x8a\xf6\x94\x8f\xce\x76\ \xf0\xca\x93\x0f\xf3\xfc\x96\x3a\xb4\x21\x51\x01\x0c\x99\x3a\x9f\ \x8f\x7f\x74\x2e\xf9\xa6\xc0\xef\xdc\xcb\x82\xc7\x96\x32\xf6\xfc\ \xcb\x18\x57\x92\x4f\xb2\xb8\x10\x95\xea\x24\xab\xd2\x3c\xff\xd0\ \x5f\x58\xbe\xdd\xe3\x92\x4f\x5e\xc9\xb4\x61\xe5\x48\xa1\xe9\xaa\ \xdf\xca\xe3\x0f\x3d\xc2\x96\xfd\xdd\x94\x8d\x3d\x8f\xaf\x7d\xe9\ \x23\xe8\x8e\x16\x02\x69\xd2\xbe\x73\x35\x8f\x2e\x7c\x86\x86\x5e\ \x10\xca\xc5\x2a\x9b\xc4\x8d\x3f\xf8\x1a\xfb\x1f\xf8\x29\xb7\xbf\ \xb0\x97\x98\x6d\xe1\xbb\x3e\x15\x13\xe7\x72\xe9\x87\xcf\xa1\x32\ \x29\x41\x04\xec\x58\xb9\x90\xbb\x17\x6d\xe6\xbc\xaf\xff\x90\x73\ \x2b\x02\x5a\xba\xb2\xc4\x2c\xd8\xfe\xd2\x7d\xdc\xfb\xec\x2e\x4c\ \x53\xa0\x13\x83\xb8\xee\x9f\xae\x64\xd7\xa3\xbf\x63\xc9\xe6\x4e\ \x90\x49\xce\xbf\xfa\xeb\x0c\xaa\x7d\x98\xdb\x96\xee\xe3\xcc\xcb\ \x3e\xcd\x79\x33\x86\x10\x68\x45\xdb\xe6\x65\xdc\xf1\xf8\x1a\xe6\ \x5e\xf3\x1d\xe6\x0d\xf5\x68\xee\xf6\x88\xc5\x02\xd6\x3d\xf7\x08\ \x8b\x96\x6d\x45\xc4\xac\x28\x2b\xfe\xbd\xec\x20\x1a\x12\x3b\x66\ \xf7\xe9\x39\x2b\xdf\x23\xeb\xf5\x3d\x98\x69\x1e\xcf\xda\x65\xef\ \x27\x6f\x5a\x08\xd1\xa7\xf0\x6a\x1d\x2e\xb6\x6a\x9a\x26\xbe\xef\ \x93\xcd\x66\xa9\xda\xb7\x8f\x21\x83\x07\x13\x8f\xc7\x31\x0c\xe3\ \x2d\x5e\x04\x8d\x56\x9a\xc2\xfe\xfd\xc8\x36\xbd\xc2\x6f\x7f\xb5\ \x08\xa3\x62\x12\xd7\x7f\xf1\x6a\x2e\x6f\xda\xc3\x86\xb2\x12\xba\ \x6b\x5e\xe0\x37\xbf\x7d\x8e\xc4\xf0\x53\xf8\xd2\xe7\x3e\x8d\x5f\ \xbf\x8b\x45\x1d\x53\xb9\xf1\xfa\x8f\xb1\xed\xe9\x3f\xf3\x7f\xaf\ \xee\xc3\xa9\x98\xc4\x35\xd7\x7e\x8e\xcf\xc8\x2c\xb7\x2e\xdc\x88\ \x61\x5b\x68\x0d\xf1\xa2\x22\xf2\x93\xe1\x64\x95\xd2\x82\x2e\x1e\ \xbf\xf9\x16\xd6\xd4\x64\x89\xd9\x06\x99\xde\x14\x23\x4e\xbd\x8a\ \x1b\xaf\x9c\xc1\x73\xf7\xfd\x89\x57\x76\x77\x50\x58\x5e\x42\xb6\ \x6d\x3f\xaf\xdd\xf9\x07\x64\xbc\x82\x6b\xbe\x7d\x3d\x4d\x4b\xef\ \xe2\x89\xd5\x0d\xa4\x5d\x93\x8b\xcf\xeb\xc7\x96\x65\x77\x72\xc7\ \x33\x1b\xb0\xe2\x71\x02\x37\x83\x2c\x9f\xc1\xa0\xbc\x0e\x16\xdc\ \xf2\x1b\x36\xb6\x3b\x4c\x3a\xfd\x62\xae\xfc\xc6\xb7\x30\x7f\xfe\ \x13\x5e\xdc\xdb\x85\x6d\x49\xb4\x30\xe9\x3f\xb4\x94\xbd\x2b\xef\ \xe7\x0f\x0f\x6f\x61\xd0\x29\x57\xf0\xcd\x2b\x3e\x4d\xe3\xb6\xef\ \xb0\xbc\x2e\x4b\xde\xe0\x39\x9c\x3c\x36\x0f\xec\x93\x98\x33\xfe\ \xaf\x2c\x58\xd7\x80\x61\x97\x70\xe9\xa7\xbf\xc1\xdc\xfc\xad\xfc\ \xf9\x4f\x0f\xd2\xe2\xda\x94\x95\x18\xf4\x62\x53\x52\x58\x42\x67\ \xa0\x99\x38\xff\x5a\xae\x3d\x7b\x10\x8f\xfe\xe6\x57\xec\xe9\xd0\ \xcc\x28\x29\x22\x3f\x6d\xa3\xb4\x46\x6a\x8d\xe9\x14\x51\x92\x9f\ \x42\x18\x16\xe5\x15\xa5\xbc\xfa\xc4\x2f\x59\xb8\xae\x81\x51\xa7\ \x5d\xca\xe7\x6e\xb8\x96\xfd\xff\xfe\x0b\x36\x37\xa6\xa1\x60\x14\ \x97\x7c\xec\x4a\x52\x2f\xdd\xc2\xef\x5f\xae\xa6\xbc\x5f\x29\x3d\ \xad\xfb\xd9\xf3\x97\x3f\xb2\xd8\x29\xe3\xea\x6f\xdf\x40\xdb\xf2\ \x7b\x78\x7c\x45\x1d\x6e\x60\x73\xf9\x4d\xdf\x61\x8a\xda\xc8\xdd\ \x7f\xbc\x9f\xf6\x20\x8f\xd9\x1f\xbd\x96\xeb\xff\xe9\x3a\x7e\xf1\ \xef\xbf\x44\xe5\x55\x50\xdc\x53\xc7\xef\x7e\x77\x2b\x75\x72\x30\ \x1f\xfb\xd2\x57\xb8\xea\x92\x4e\x6e\xbe\xe3\x79\x5c\x0c\x4e\x9a\ \x73\x16\xe5\xb8\x14\x9e\x3e\x8f\x81\xab\x76\xd3\xe0\x66\x49\x0e\ \x9f\xcb\x0d\x37\x5c\x4d\xfd\x73\xb7\xf3\xbb\x35\x55\x58\xf9\x65\ \x24\x8d\x76\xb4\x8c\x51\x56\x66\xb2\x61\xc9\xed\xdc\xfb\x5c\x15\ \xb1\x44\xb8\x7a\x8a\x65\x99\x68\x1d\x80\x30\x29\x2c\x2f\xc2\xb1\ \x65\xd8\xcb\x90\x06\xf1\xfc\x52\x92\x52\x53\x3a\x79\x1e\x17\x9d\ \x3b\x9c\x85\xbf\xf8\x39\xdb\x7a\x13\x94\x3b\x8a\xb4\xb2\x29\xed\ \x5f\xc0\xaa\xc7\x6f\xe6\x91\x55\xfb\xb0\x9d\x18\x3a\xf0\x31\xec\ \xc8\x1f\x7b\x2f\x63\x48\x49\xa6\xa3\x9e\x17\x5e\x5c\x45\x8b\xab\ \x0f\x59\xc4\x48\xa3\x15\x94\x8f\x9b\xc9\xec\x09\x43\x91\xca\x7f\ \x53\x0f\xd7\xbc\xf1\xa6\xaf\x7d\xa0\x8c\xe5\x38\x0e\xf7\xdf\x7f\ \x1f\xdb\xb7\x6f\x23\x11\x4f\xbc\xe5\x82\x9b\x8d\x8d\x8d\xb4\xb6\ \xb6\x12\xb3\x6d\x86\x0d\x1b\x76\xec\x0d\x83\x86\x6c\x57\x2b\xb5\ \xb5\x35\xa8\x94\x43\x73\x77\x96\x92\x92\x04\x04\x9a\x4c\x47\x33\ \xb5\x35\xfb\x20\x5d\x40\x7b\xcf\x45\x14\xe4\xe5\x31\x75\xe6\x59\ \xa4\x76\x3d\xc1\x9d\x8f\x3c\x8f\x1f\x8f\x13\xec\x5d\xc4\x6d\x85\ \x83\xb9\xe9\x92\xf3\x19\xb8\xf8\x35\xea\x73\x8d\xae\x0e\xf4\xc1\ \x90\x81\x52\x09\x86\x8e\x1a\x4f\xb6\x38\x40\x67\xda\xd8\xbc\xa5\ \x81\x53\x2f\x3a\x85\x6d\x4b\xff\xcc\x83\x8b\xd7\x60\x25\x13\x34\ \xd4\xd7\x62\x98\x12\x03\x85\xd7\x6b\x93\x4e\x7b\xa4\x3a\xdb\x68\ \x6e\x6e\xc3\x88\x17\xa3\x02\x45\xd9\xc0\xe1\x4c\x9a\x14\xae\x3a\ \x55\xb3\x6d\x1d\xed\x5a\xe0\x67\x5d\xba\x3a\xda\x68\x69\xc8\xf2\ \xdc\xfd\xb7\x51\x5a\xf9\x53\xce\x3f\x73\x0a\xaf\xec\x59\x0e\xc8\ \x5c\xf7\xdf\xa0\xa4\xdf\x70\x26\x4c\x12\x0c\x1c\x3d\x80\xf6\xa6\ \x2d\xd4\x74\xb8\xa8\xc0\x66\xc6\xbc\x33\x49\xaf\xb8\x9d\x5f\xf5\ \xcc\xe0\x9a\x79\x67\xf0\xd7\x55\x77\x60\x8c\x9d\xc6\xcc\x49\x9a\ \xbb\xfe\xdf\xed\xac\xa9\xf7\x70\x2c\x83\xba\x2a\x17\x95\x1c\x83\ \xa7\x34\x93\x2e\xba\x8e\xb1\x09\xcd\xfd\xbf\xbc\x99\xb5\x75\xbd\ \x58\xb6\x83\x0a\x72\x85\x7b\x0e\x3e\xd3\x01\x0a\x85\xd6\x02\xc8\ \xd2\xd6\xdc\x40\xcd\xbe\x2a\x44\xff\x3d\x64\x12\xa3\x89\x3b\x16\ \x90\x01\xaf\x97\x96\xf6\x4e\x46\x0f\x1d\x46\xbf\xf5\x7b\xd8\xbe\ \x69\x03\xda\x4e\x60\x1b\x3d\xb8\x3d\x06\xbd\x69\x8f\xde\x8e\x36\ \x1a\x1b\xf7\xd3\xef\xa4\x4f\x70\x46\x79\x2f\xb7\xfd\xf4\x76\x5e\ \x6d\x14\xc4\x0d\x8f\x07\xfe\xf8\x67\xc6\xfd\xf0\x9b\xcc\x9b\xdc\ \x8f\xa7\xfc\x80\x4c\x6f\x27\x0d\x35\x35\xec\xf5\x7a\xd8\xd9\xd4\ \xcb\x69\x45\xc5\x98\x41\x16\xbf\x6c\x2a\x67\x4c\x29\xe4\x81\x9f\ \xff\x94\xd1\x9f\xfa\x32\x67\x4e\x1f\xc4\x6d\x7f\x6d\xe0\xac\x79\ \x67\x90\xa8\x79\x9c\xdb\x1e\x5a\x82\xe7\x24\x10\xb5\x55\xa4\x5d\ \x88\x15\xf4\x27\xf0\x4d\xfa\x0f\x18\xc5\xa4\xc9\xf9\x58\x56\x40\ \xd5\xd6\x2d\xa4\x73\x55\xc8\x35\x1a\xed\xeb\x83\xab\xb4\x08\x34\ \x5a\x07\x68\x21\xc8\x74\x34\x93\xca\xda\x8c\x18\x31\x84\x9d\x2b\ \x36\xb2\x7e\x77\x07\x66\xf1\x28\x50\x9a\x8a\xa1\xa3\x98\x94\x2e\ \xc2\xc2\xa5\x6a\xc7\x66\x9a\x11\x44\xf5\x15\xdf\xc3\x21\x0e\x53\ \xd2\x56\xb5\x96\x87\x16\x2d\x63\xf0\xc4\xb1\x38\x3a\x14\x67\x43\ \x4a\x52\xfb\x77\xf3\x62\x55\xc0\xa4\x71\x23\x29\x36\x7c\x82\x37\ \x24\xa1\x98\x45\x45\x45\x1f\x28\x63\x25\x93\x49\x3a\xda\xdb\xa8\ \xab\xa9\x61\xc4\xc8\x51\x48\x29\x8f\x28\xdc\x5a\x6b\x86\x0e\x1d\ \xca\xf0\xe1\xc3\x51\x4a\x1d\xcc\xdd\x3e\x16\x5c\x4f\x51\x39\xf1\ \x02\xbe\xf1\xdd\x31\xe4\x57\x0e\xa1\xd0\xdd\xcd\x6d\xcb\x76\x92\ \xb8\x44\x32\x74\xda\xc5\x7c\xe3\xfb\x53\x29\x1b\x3c\x04\x55\xf7\ \x32\x8f\xaf\x6a\xe3\xcc\xb9\x06\xdd\xfb\x6a\xc8\xca\x38\x09\xcb\ \x42\x39\x26\x1d\x4d\x8d\x64\xf4\x78\x8a\x6c\x49\xad\x9f\x6b\x85\ \xc3\x26\x01\xb4\x42\x99\xf9\x8c\x1c\x7f\x12\xc9\x5e\x41\xa6\x75\ \x27\x7b\x77\x75\xd1\x3f\x3f\x4d\x53\x53\x13\x58\x09\x2c\xd3\x7c\ \x3d\x00\xa6\x05\x52\xca\x5c\xee\xb9\xcc\xfd\x0e\x2a\x10\xf4\x1f\ \x32\x9a\x93\x82\x12\x2c\x9d\x25\x5b\xf3\x1a\xad\x07\x72\xd1\xa5\ \x81\x69\xc5\x30\xb2\x1e\x4d\x4d\x35\x24\xc7\x14\x62\x0a\x08\x72\ \xb1\xe5\x40\x4b\xca\x06\x8e\xe1\xa4\x69\xc5\x94\x0c\x2a\x45\x06\ \x5d\x38\x09\x89\x61\x8d\xe2\xe4\x0b\x05\x52\xef\x00\x00\x20\x00\ \x49\x44\x41\x54\xf1\x05\xac\xbf\x7d\x2f\xd5\x1d\x02\x7f\xfe\xa5\ \x9c\x34\x34\x8f\xed\xf1\x7c\xf2\xfc\x5a\x1a\x7b\x14\x4e\xcc\xc6\ \x34\x04\xa6\xa1\xc9\xa0\x50\x32\xc1\xa4\x53\x4e\xa5\x6a\xd5\xc3\ \xec\x6b\xec\x44\xc8\x18\x42\x1d\xa8\x3f\x75\x60\xdd\x30\x8d\x52\ \x1a\x81\x40\x10\xe0\x7b\x71\xce\xfe\xf8\xf5\x0c\x3d\xdb\x67\xd0\ \xd0\xc1\xd4\x3c\xf5\x30\xdb\x1a\x52\x98\x76\x0c\xe1\x35\xf1\xe8\ \x9f\x6e\xe6\xac\xf3\xce\xe3\x8a\x2f\xfc\x33\x6e\xc3\x46\x1e\x79\ \x70\x01\x7b\xdb\x3d\xa4\x94\x18\xb9\x1c\x7c\x69\x08\x12\x45\xfd\ \x09\x3a\x3b\x68\xed\x51\x38\x4e\x02\xcb\x90\xb8\xe9\x36\xda\xd2\ \x9d\x14\xf5\x2f\x40\xed\xce\x90\x1c\x36\x97\x4f\x7f\xfd\xfb\xe8\ \xa2\x21\xf4\x93\xb5\x3c\x7c\xe7\x72\x52\xca\x64\xec\xcc\xd3\x29\ \x49\xed\x66\x5b\x6d\x2d\xd9\x4d\xfb\xf9\xc4\x29\xa7\x52\xf4\xc2\ \x63\x14\x27\x0a\xe8\xac\xad\xc5\x35\x1d\x1c\x43\x63\x0d\x3a\x99\ \x8b\xa7\x96\xf2\xe2\x92\x95\xb8\xca\xa2\x72\xd8\x78\xa6\x8a\x41\ \x98\x46\x37\x9d\x55\x3b\x68\x4e\x07\x48\x08\xaf\x4d\xbc\x1e\xc7\ \xd7\x3a\xf4\xbc\xcc\x98\x43\x6a\xd7\xcb\xfc\xf1\xb7\x92\xf9\x1f\ \xfa\x10\x5f\x3a\xfd\x62\x76\xbf\xb4\x80\x07\x9e\xaf\xc1\xf3\x25\ \x03\x47\x4e\x60\x6a\x22\x85\xcc\x76\xd0\x55\xbd\x95\xc6\xb4\x42\ \x46\x55\x15\xdf\xc3\x68\x32\xbd\xbd\xf4\x9b\x7e\x2e\x5f\xff\xda\ \x27\xc8\xf7\xb3\x04\x1a\x4c\x3b\x46\xcb\xfa\x27\xb8\xf9\xb1\x2a\ \xb2\xbe\x06\xfb\xc0\x1a\xa8\x87\x88\x76\x10\x04\x1f\x28\x53\x05\ \x41\x80\x9b\x75\x49\xa7\xd3\xb9\xfc\xeb\x23\xfb\x23\x52\xca\x83\ \x7f\x37\x0c\x83\x20\x08\x38\xd6\x70\x92\x34\x04\xa9\xd6\x2a\xd6\ \xae\x7c\x89\xce\x9e\x45\x34\xd4\xd6\xd1\xd2\x19\x70\xaa\x25\xe8\ \x6c\xdc\xc5\xca\xd5\x7b\xb8\x68\xd2\x14\xda\x5e\x7e\x8d\x9a\xf6\ \x76\x6a\xf7\x07\x4c\x1f\x34\x9e\x02\xb1\x92\xee\xac\x26\xc8\xc2\ \x88\x61\xc3\xc8\xf3\xf7\xd1\xd0\x9d\xc6\x57\x26\xca\x33\x09\xe7\ \xef\x28\x30\x4c\x64\xa6\x86\x85\x77\xfd\x1f\xaf\xec\xcb\x60\x5b\ \x26\xda\x2a\xa4\xbe\x3d\xc9\xc8\xc1\x43\x90\xfe\x6e\x5c\x2f\x01\ \x5a\x85\x83\x95\x7d\x0e\x39\x0b\xac\x58\xc0\xda\xe7\x1e\xe2\x77\ \x0b\x5f\xc5\x8c\x3b\x08\xc3\xa0\x68\x58\xf8\xa0\x04\xbe\x1f\x0e\ \x94\x5a\xa5\x0c\x1f\x31\x86\xd6\xdd\xaf\xe0\xe9\xd0\xcf\x46\x18\ \xc4\x8c\x2c\xaf\xbd\xf0\x10\xbf\xb9\x7f\x03\x32\x5e\xc6\x67\x7f\ \xf6\x13\x4e\x3b\x79\x1c\xbd\xfb\x27\x31\xbc\xa2\x84\xf8\x65\x5f\ \x64\x86\x36\x29\x2e\xaa\x60\xe6\xac\xc9\x6c\x5c\x5b\x4f\xa7\x3c\ \x87\xe1\xa5\x36\x7b\xf6\xa4\x71\x6c\x49\xe0\xbb\x68\xd3\xc0\x52\ \x5d\x3c\x72\xf3\xaf\x71\x67\x7f\x82\x6f\x7f\xf7\xf3\xfc\xea\xe6\ \x3b\xa8\xea\xf4\xc8\x28\x89\x15\x4b\xa2\xdd\x0c\x59\x03\x62\x85\ \x71\x3c\xe5\xe1\x2b\x81\x21\x7d\x6a\xb6\xbf\xc6\x2b\x9b\xaa\xe9\ \x6c\x6b\xa4\x6e\x7f\x3b\xca\xb0\xc2\xae\xa6\x94\xa4\x1a\xb7\xf3\ \xc8\xed\x3b\x79\xaa\x70\x00\x97\xdf\xf8\x43\xae\xb9\xa8\x95\xff\ \xba\xe3\x29\xd2\x87\x85\xca\x24\xa9\x96\xbd\xa8\xf2\xb3\x19\x5c\ \x96\x60\x47\x55\x06\x6d\x78\x58\x65\x93\xa8\xc8\x2f\x62\xc3\xbe\ \x56\x84\x6d\xe1\x77\x35\xb1\x7e\xe5\x2a\x06\x9e\x33\x9e\xca\x54\ \x2d\x5b\x76\x35\xa2\xf3\x07\x31\x6b\xda\x04\x4a\x2b\x53\x7c\xf1\ \x5b\xdf\x45\xc4\x4a\xe8\x5f\x59\xce\xf8\xca\x27\xa9\x6d\x6d\x66\ \xce\x88\xd1\xe4\xa9\x57\xe8\xce\x6a\xac\x82\xd1\x9c\x7e\xca\x38\ \x36\x2d\x5f\x89\x29\x52\xac\x7c\xfa\x2e\xfe\xfc\xcc\x1e\x62\x71\ \x1b\xcb\x8e\x61\x99\x06\x5a\x85\x03\xb5\x19\x11\x27\x66\x9a\xf8\ \xd9\x0c\x38\x49\x9c\xa2\x18\x99\xbd\x3e\x42\x04\x54\xad\x7b\x8e\ \xdf\x6e\x7c\x91\x7e\x63\x4f\xe7\x1b\xdf\xf9\x2c\xa7\x35\xfe\x0e\ \xe8\xe1\x85\x05\x7f\xe1\xde\x97\xf6\x12\x73\x62\xc8\x58\x0c\x5b\ \x46\x39\x06\xef\x6d\xc9\x36\xc8\xcf\x2b\xc0\x6d\xd9\x4f\x47\x8f\ \x8f\x23\x5d\xbc\x40\x83\x34\x68\x6d\xae\xc7\x75\xf2\x48\xd8\x46\ \x9f\x7a\xf3\xc1\x0c\x7c\xe5\x62\xda\xe2\x28\x31\x6f\x69\x9a\xd4\ \xec\xdd\x43\x6d\x4d\x35\x81\x1f\x60\x4a\xc9\x80\xc1\x83\x18\x32\ \x64\x58\xce\xdb\x3e\x9a\x78\x0b\xcc\x98\x41\xaa\x73\x2f\xab\x5f\ \x59\x45\x10\x77\x90\x86\x81\x25\x0d\xac\x98\xa0\xbb\xa3\x8a\xd5\ \x4b\x17\xb2\xbb\xc7\xe6\x87\x5f\xbd\x9e\x8b\x77\xfe\x88\x65\x8b\ \x1e\x63\xde\xb7\x6e\xe0\xab\x5f\xc8\xb2\x78\xcd\x6e\x92\x83\x4e\ \xe2\xd2\x0b\xc7\xb3\xe2\xee\x5f\x91\x3f\x61\x2e\xd3\xca\x35\xad\ \x5e\x7f\xce\x1c\x94\x64\xd5\xb3\xf5\x68\x39\x18\x91\x57\xc8\xc8\ \x09\x53\x49\x97\x84\x31\xed\xd6\xda\x2a\x5e\x5e\xb0\x98\xd3\x6e\ \xb8\x96\x2f\x64\x92\xac\xda\xd9\x42\x7e\x79\x29\xdd\x35\xdb\xd8\ \xbc\xab\x0e\x2c\x90\x31\x81\x90\x02\x71\x30\x03\x25\x41\xe5\xd0\ \x71\x4c\x9d\x0e\x66\xdc\xc1\xed\x68\xa2\x95\x00\x2b\xbf\x80\x11\ \x63\x27\xe1\x0d\x48\x32\xe5\xf4\xf9\x9c\xdc\xbf\x96\xdb\xee\x78\ \x0d\x65\x58\xa1\x68\x6b\x8d\xb2\x2c\xca\x87\x8d\x65\xea\x74\x8b\ \xb2\x11\x53\x99\x96\x0f\xcb\x9b\x02\x4e\x9b\x3f\x93\xf5\x0f\xfd\ \x9a\xbf\x2c\xde\x83\x61\x28\xfa\x4f\xbb\x98\x6f\x5e\x79\x36\xe5\ \xcb\x7e\xcf\xf2\x55\x9d\x7c\xfc\x8b\x37\xe1\x2c\xfa\x2b\x8d\xbd\ \x92\xd2\x12\x58\xbf\xbe\x0d\xd3\x48\x60\xa4\xaa\xb9\xfb\x97\xff\ \x83\xfd\xad\xef\x72\xd3\x3f\x5d\xc5\xcf\xff\xfb\x2f\x6c\x5e\xb9\ \x8d\x8b\x3f\xf5\x51\x2e\xdf\xe7\xb3\xcf\xaf\xe0\xb2\x33\x07\xb3\ \xeb\xb1\xfb\xe8\x11\x0e\x96\x25\xd9\xb7\x65\x03\xab\x5f\xad\x0e\ \xc5\xea\x60\xc6\x49\x00\xf1\x32\x66\x9f\x7e\x2e\x76\x4f\x3d\xcd\ \x19\x87\x7e\x05\x26\x7e\x7d\x40\x6e\xc8\x02\x23\x26\x40\x1a\x08\ \xc3\xa2\xbb\x6a\x05\x4f\x6e\x3a\x8d\xcb\xbf\x7a\x23\xf1\x05\x7f\ \xa5\xd9\x2f\xe4\xd4\x8b\x2f\xc5\x6a\x58\xc6\xd2\x2d\xad\x24\x66\ \xc4\x31\xba\x3a\xd8\xbe\x76\x19\x4f\x6f\xed\xe0\xdb\x3f\xfc\x26\ \x57\x5f\xb4\x95\x87\xf6\x0e\x66\xc6\x80\x26\x7e\xff\xf3\x5f\xb1\ \xad\x13\x02\x15\xe7\xa3\x5f\xf8\x0e\x1f\x3e\x77\x02\x3f\x5f\xbc\ \x98\x0f\xfd\xeb\x57\xf8\xea\x17\x3d\x16\xaf\xd8\x42\x6c\xf4\x60\ \x6c\xd3\x47\x69\x8d\x8e\xd9\x54\x8e\x9a\xc8\xd4\xe6\x42\x62\x71\ \x1b\xb7\xbb\x95\x9a\xda\x46\x7c\x61\x10\xa4\x9a\xd9\xb4\xb1\x93\ \x4b\x2f\xff\x14\x6d\x2c\x45\x0e\x3d\x95\xb9\x03\x7b\xb8\xeb\xee\ \xdd\x24\x87\x4e\xe1\xec\xc9\x83\x69\xab\xab\x45\x94\x0f\x24\x29\ \x7c\x94\xd2\x68\xf2\x19\x3c\x6a\x22\x53\x33\x45\xd8\xb1\x18\x5e\ \x67\x33\xd5\x0d\xcd\xf8\x18\xd1\x40\xe4\x7b\x14\xdf\x57\x54\x8c\ \x9c\x40\x45\x66\x31\xf7\x2f\x7c\x91\xcf\x7d\x78\x06\x31\x01\xed\ \x7b\x56\x73\xdf\x82\xb5\x0c\x9f\x7f\x03\x45\x76\x80\xdf\xc7\x3a\ \x0b\xf2\xab\x5f\xf9\xca\x8f\x3e\x48\xc6\xb2\x6d\x9b\xe7\x97\x2f\ \xa7\xbe\xbe\x8e\xb2\xb2\xf2\x37\x79\xda\x4a\x29\xc6\x8d\x1d\x43\ \xe0\xfb\xec\xab\xde\xcb\xb0\x61\xc3\x19\x34\x78\x30\x52\x9a\xec\ \xda\xb5\x83\xae\xae\x2e\x84\x80\x98\xe3\x90\x5f\x50\x88\xd6\x0a\ \xdb\xb6\xd9\xb0\x61\x3d\x3b\x76\xec\xc0\xb6\x6d\xd0\x9a\x44\xc9\ \x00\x12\xe9\x46\xb6\xed\xda\x8f\x61\x59\x07\x53\xef\x92\x65\x03\ \x88\x75\xd7\xb1\x6b\x5f\x2b\x3d\xcd\x55\xb4\xc7\x06\x31\xb2\x1c\ \x36\xad\x5a\xc1\xda\xad\xd5\x94\x8f\x99\xca\xcc\x69\x93\x19\x54\ \xa8\x78\x61\xc1\x9d\x3c\xbe\xa2\x8a\x92\x61\x93\x98\x73\xfa\x1c\ \x26\x8d\x28\x67\xdb\xf2\xc7\x78\xfc\xa5\x1d\x88\x78\x1e\xfd\x2a\ \xc6\x30\x66\xd8\x10\x46\x8e\x1e\xcb\xb8\x89\x63\x90\xa9\x46\xd6\ \xbd\xbc\x9c\xd7\xea\x7a\x19\x3b\x75\x16\x53\x26\x8e\x65\x60\x59\ \x82\xc6\xbd\x3b\xa9\x6b\xe9\x42\x9b\x31\xfa\xf5\x2f\xa7\x75\xe7\ \x26\x6a\x5a\xb3\x08\x29\x29\x2c\x19\xc0\x98\xd1\x43\x18\x3e\x7a\ \x0c\x63\xc6\x4f\x64\x50\x22\x60\xd7\xf6\xdd\x58\x95\xe3\x18\x3d\ \x72\x14\x23\x47\x0c\xc6\x6f\xd8\xc8\xfd\x77\xdc\xc3\xae\x56\x17\ \xcb\x0c\xed\xa5\x95\xc6\xce\xaf\x60\xcc\xf0\xb1\x8c\x19\x33\x9a\ \xc1\x65\x92\x55\x8b\xee\x61\xd9\x2e\x83\xa9\xc3\x1c\x56\xff\x75\ \x29\x75\xa9\x00\x02\x97\x8e\xce\x14\x05\x95\x63\xa1\x6e\x3d\x4b\ \x5e\x5a\x41\x97\x33\x88\x59\x33\xa7\x32\x66\xd4\x30\xf2\x44\x0f\ \x3b\x77\xd4\x10\x2f\x2d\xa4\xa5\x6a\x2b\x75\x6d\x2d\x6c\x7d\x6d\ \x0f\x03\x26\xcc\x20\x3f\xb3\x8f\x35\xab\x5f\xa5\xbe\x37\x8f\x19\ \x73\x4e\x61\xdc\x90\x52\xb6\x2f\x7f\x88\x47\x97\x6c\x26\xb0\x13\ \x54\x54\x96\xd2\x5e\xb5\x89\x86\x8e\xec\xc1\xb4\xbe\x5c\x4c\x01\ \x4c\x87\x61\x13\x66\x72\xf2\xcc\xa9\x4c\x1c\x3b\x8c\x9e\x9d\xcb\ \x78\xe0\x89\x17\xe8\x0a\x24\x86\x34\x29\xef\x5f\x4e\xdb\xce\x2d\ \xd4\xb4\x66\xb1\xa4\xc7\xee\x0d\xeb\x69\x37\x2b\x98\x39\x6b\x16\ \xe3\x46\x0d\xa0\x7d\xcb\x12\xee\xb9\xef\x29\x5a\x3c\x81\x93\x5f\ \x46\x49\x22\xcd\xb6\x1d\x7b\xe9\x49\xb5\x52\xd3\x64\x30\x69\x74\ \x39\x19\x12\xf8\x0d\xdb\x78\x61\xf5\x0e\x5c\x2d\x50\x99\x6e\x3a\ \xb4\x4d\xe5\xc0\x42\xb6\xbd\xb8\x84\x35\x9b\xeb\xe8\x3f\x6e\x06\ \xd3\xa7\x4c\x64\x58\x99\x60\xdb\xba\x97\x58\xbf\xa3\x96\x78\xbf\ \x31\x8c\x1d\x32\x8c\x91\xa3\x47\x33\x6e\xc2\x38\x4a\xe3\x1e\x3b\ \x36\xed\xc2\x35\x4c\x4c\xe1\x51\xbd\x7d\x2b\x6e\xe1\x48\x4e\x99\ \x3d\x83\x41\xf9\x2e\xcf\x3d\x70\x27\x2f\x6d\x6b\x26\x51\x3a\x80\ \xa9\xb3\x66\x33\xfd\xa4\xc9\x8c\xac\x4c\xb0\x76\xd1\xbd\x2c\x7d\ \xad\x9e\xe2\xfe\x43\x18\x3b\x66\x28\x23\x46\x8d\x61\xec\x84\x89\ \xf4\x13\x3d\xec\xd8\xb9\x87\x2c\x26\x51\xf6\xdf\xdf\x17\xa5\x14\ \xc9\x64\x1e\x67\x9f\x7d\xf6\xd1\x7b\xe5\x5a\x61\x24\x4a\x19\x31\ \x20\xc6\x8b\x8f\x3f\xc8\x63\x4f\x2c\x66\xd9\xd2\xe7\x78\x6a\xe9\ \x1a\x8a\xa7\x5d\xc4\x35\x1f\x3e\x85\x58\x70\x68\x0a\xed\xeb\x91\ \x57\xb1\x75\xcb\xe6\x0f\x54\xfa\x48\x32\x99\xe4\xc7\xff\xfe\x6f\ \xac\x59\xbd\x8a\x71\xe3\xc6\x63\xd9\xf6\x61\xc6\xf5\x7d\x9f\xd3\ \x4f\x3b\x95\x09\x13\x27\x73\xda\xe9\x73\x11\x82\x30\x5f\x3a\x97\ \x73\xbc\x6a\xd5\x4a\x02\xdf\x63\xcc\xd8\x71\x54\x54\x0e\x24\x08\ \x7c\x92\xc9\x24\x77\xdc\x71\x3b\x8b\x1e\x7f\x3c\x9c\x11\x29\x20\ \x70\xb3\x78\xca\xc0\x71\xac\xd7\x9d\x72\x01\x7e\x36\x83\xaf\x4d\ \x1c\xc7\x42\x68\x85\x9b\xcd\xa2\x0c\x93\x98\x6d\xa2\x7c\x3f\xcc\ \x75\xd6\xe1\xc6\xd2\xb4\xb0\x2c\x99\xcb\x93\x0e\x07\x2a\x84\x61\ \x12\x8b\xd9\x08\xed\x93\xc9\x64\x50\x18\x61\xca\x90\x06\x69\xdb\ \x58\x66\x18\x72\xf0\xbc\xe0\x60\xfc\xdb\xb2\xed\x30\x27\x1a\x4d\ \x36\x93\xc1\xb0\x1c\x6c\x53\x80\x06\x2f\x9b\xc6\x0d\x38\xf8\x72\ \x0b\x69\x62\x59\x12\x2f\x9d\x21\xc8\xf5\x46\x0e\xe6\x14\xbf\xa1\ \xcb\xed\xbb\x19\x5c\x5f\x85\xf9\xde\x80\x34\x6d\x2c\x13\xdc\xac\ \x8b\xb4\x1d\x2c\x23\xfc\x1c\x1d\x90\xc9\xb8\x98\xb1\x38\xa6\x50\ \xb8\xae\x4b\x90\x1b\x5c\x14\x86\x49\xcc\x96\x78\xd9\x2c\x22\x77\ \x5e\x2a\x08\xc8\x66\x3d\xa4\x1d\xc3\x96\xa1\xfd\xfd\xdc\x68\x8c\ \x90\x26\x31\xdb\xc2\xc8\x5d\x8b\xb0\x1c\x2c\x29\xfa\x1a\x90\xc0\ \xf7\x5c\xbc\x03\xdf\x33\x0c\x2c\xdb\xce\xc5\x79\x35\x6e\xee\xbb\ \xb6\x29\xc2\xf4\x69\xa5\xf0\x3c\x0f\x5f\x1d\xd8\x5e\x62\x59\x16\ \x52\x1a\x68\xdf\x25\xe3\xa9\xd0\x9b\x17\xe0\x7b\x59\xdc\xc0\xc0\ \x32\x14\xbe\x12\xe1\xfd\xc8\xdd\xdf\xc0\xcd\xe2\x05\x82\x58\xdc\ \x46\xfb\x1e\x9e\xe7\x1f\x1c\x47\x3d\x70\xee\x7e\xa6\x17\x4f\x81\ \x91\x6b\x65\x84\x61\x62\x1f\x92\x9e\xa7\x75\x68\x23\x95\xfb\xa2\ \xb4\xac\x30\xfc\x15\x04\xb9\xdc\xfd\x03\x19\x08\x16\x31\x4b\xe2\ \x65\xd3\x78\x4a\x84\xf7\x50\x83\x30\x2d\x6c\xdb\x42\x10\x55\x5d\ \xfe\xfb\x7b\xd0\x3e\xfd\xfa\xf5\xe7\x27\x3f\xfd\xe9\x5b\x4e\x63\ \xd7\x1a\x62\x89\x3c\x44\xaa\x91\x2d\xdb\xf7\xd0\xed\x09\xf2\x8a\ \x2b\x18\x39\xa2\x12\x33\xf0\xde\x34\x00\x99\x23\x2a\xcd\xda\xd7\ \xe0\x23\x08\x26\x4f\x99\x8a\x21\x25\xd9\x6c\x06\xad\x34\x9e\xef\ \xa3\x95\x66\xd4\xa8\xd1\x6c\x58\xb7\x16\xfd\xc6\xc5\x6b\x73\x13\ \x67\xb4\xd6\xa0\xc1\x30\x6d\x62\x39\x8f\xf4\xd0\x6d\xa4\x15\x0b\ \x73\x2f\x72\x13\x28\x4c\x3b\x76\xd0\x73\x0d\xf3\x36\xe5\x9b\xee\ \xac\x30\x4c\x62\x8e\x79\x58\x2b\xad\x31\x88\x39\x89\x3e\xcf\xdf\ \x90\x16\x31\x69\xf5\x71\x5d\x60\xc7\x9c\x9c\x47\x90\x13\x04\xdb\ \xa1\xaf\x6a\x29\x76\x1f\x35\x54\xde\xe8\x39\x48\x2b\x46\xbc\x8f\ \xc9\x5f\x07\x8f\x71\x70\x7b\x83\x98\xe3\xe4\x06\x52\x45\x18\xc3\ \x7d\xc3\x77\xac\x43\xcf\x4b\x18\xc4\x9c\x58\x6e\x1f\x60\x5a\x36\ \x87\x4d\x32\xd3\x1a\x75\xc8\x77\x8e\xe4\xd1\x48\xcb\xe6\x0d\x66\ \x38\xb8\xad\xf5\x06\x3b\x20\x04\xa6\x6d\xbf\x29\x5e\xa8\x55\x38\ \x7e\xe0\xc4\x38\x38\xe9\xc8\x90\x36\x4e\xee\x36\x1d\x08\x15\xe5\ \xe6\x47\x85\xf7\xdd\x0c\x4f\x3c\x14\x63\xf3\x4d\xf7\xd3\x8c\xc5\ \xdf\x1c\x97\x3c\xb0\x8f\x5c\x43\x6b\xe7\x9e\x8b\xd7\xcf\x23\xb4\ \xcb\x01\xdb\x1e\xf2\x48\x1d\x61\x7f\x2a\x92\xec\x7f\x90\x7e\xe8\ \x63\xb4\xbc\xb4\x4c\x52\x4d\xbb\x79\x75\xdd\x26\x3a\x32\x50\x52\ \x39\x9c\x61\xc3\x06\x60\x2b\x0f\xef\x28\x7a\x1f\x89\x76\x1f\x46\ \x97\xa6\x45\x49\x49\x09\xae\xe7\xe6\x84\x23\xac\xee\xe7\x7a\x2e\ \x85\x85\x85\xd0\x47\x8e\xb7\xcc\xcd\x48\x3b\xda\xc0\x66\x44\x44\ \xc4\xfb\x5f\x3f\x4c\xf9\xd6\xb2\x6a\x48\x0b\xd5\x55\xc5\xbd\xb7\ \xde\xca\x8e\x8c\x4d\x4f\x7b\x27\x4e\xcc\x61\xd9\xfa\x73\xf9\xca\ \x35\xf3\xc9\x13\xfe\x9b\x66\x43\x47\xa2\x7d\x14\xc2\x75\x68\x8d\ \x83\xbf\x23\x72\x03\x77\x5a\x23\x0e\x2c\x50\x7b\x88\x3d\xb3\xd9\ \x2c\x33\x67\x4e\x67\xe4\xc8\xe1\x58\x56\x54\xcb\x25\x22\xe2\x03\ \xdd\x53\xd7\xea\x2d\x43\x23\xa6\x29\xd8\xb5\xe9\x65\xf6\x24\x66\ \xf2\xfd\x7f\x9a\xc5\x7d\x77\xbf\xc4\x05\x97\xcc\x61\xe1\x9d\xf7\ \xb2\xa9\x6e\x36\xa7\x0d\xcd\x43\xf9\x91\x68\xbf\x5d\x09\x0f\x33\ \x84\x45\xae\x0b\xab\x15\x07\x53\x10\x0e\x89\x4d\x49\x29\x19\x38\ \x78\x18\x4e\x3c\xce\x07\x71\x96\x69\x44\x44\x44\x98\x79\xd6\xbc\ \xbf\x1e\xad\xf5\x5b\xcc\xe9\xd0\x64\xd2\x19\x92\x85\x03\x89\x5b\ \x02\x3f\x9b\xa2\xbe\xa6\x9a\xf6\x1e\x88\x59\x47\x97\xe5\x48\xb4\ \x8f\xdc\x64\x1e\x76\x23\x04\xf0\x56\xd5\x71\x83\xc0\x27\xf0\xfd\ \x48\xb4\x23\x22\x3e\xc0\xdd\xf4\x37\x8d\x77\xf5\xa9\x15\x9a\xca\ \x51\x33\x98\x6a\x69\x7c\x65\x93\xf0\xb6\x73\xe7\x03\xf5\x9c\x76\ \xc1\xe5\x4c\xaa\x4c\x12\x04\x5e\x24\xda\xc7\x27\xd8\x1c\xcc\xe5\ \xf6\x5c\x8f\xde\x54\xcf\x81\xfb\x91\xf3\xbb\xa3\x3c\xaa\x88\x88\ \x88\xb7\x8f\x0a\x02\x12\x65\x43\x99\x1a\xf3\x90\x4e\x11\x1f\xfe\ \xe4\x0d\x8c\xaa\xee\x66\xcc\x49\x13\x71\x08\xf0\x8e\xe2\xf7\x45\ \xd3\xa6\xfa\x6c\x2d\xc3\x7f\xa4\x61\xd0\xd5\xd5\x41\x55\xd5\x5e\ \x7a\x7a\x7a\x72\xa9\x6d\x3a\xd2\xec\x88\x88\x88\x77\x84\x65\x9b\ \xd4\x6c\x78\x96\xbf\x2c\x5a\x85\x91\xb4\xd9\xfa\xc2\x22\x1e\x7d\ \xf0\x4e\xfe\xf7\x37\x77\x53\x93\x02\xf3\x28\x09\xf6\x91\x68\x1f\ \xc5\xdb\xf6\x83\x80\xe2\x92\x52\xc6\x4f\x98\x48\x71\x49\x09\x81\ \x52\xa1\xa2\x47\xd1\x8f\x88\x88\x88\x77\x28\x30\xd9\xde\x1e\xec\ \x78\x92\x9e\xdd\x2b\x78\x66\x93\xe2\x0b\xdf\xf9\x26\x23\x82\x6a\ \xf6\xec\xef\x3c\xea\x7a\xb3\x51\x78\xe4\x28\x48\x29\x69\x6e\x6a\ \xa2\xb6\xb6\x86\xd2\xd2\x32\x0a\xf2\xf3\x8f\xcf\x61\x17\xe2\x98\ \x53\x00\x8f\xa7\xae\xc9\x81\xee\x80\x61\x1c\x92\x67\xfc\x2e\x75\ \x31\x84\x01\x28\xfd\xf6\xda\x25\x61\x60\x08\xfd\x2e\x9f\x53\x44\ \xc4\xfb\x0f\xa5\x0d\x06\x0c\x1f\x43\xc7\x53\x0f\xf2\x2f\x2b\x7c\ \x46\xcf\xbf\x81\xc9\x03\xf2\x59\x57\x5a\x41\x81\x63\x1d\x31\xdd\ \x2f\x12\xed\x63\x10\xd2\xa2\xe2\x62\x92\xc9\x64\x58\x68\xca\x75\ \x39\xd6\x85\x84\x0e\xd4\xec\x6e\x68\x68\xa0\xbb\xbb\xfb\x88\x23\ \xc9\x5a\x6b\xf2\xf3\xf3\xe9\xdf\xbf\xff\xc1\xff\x1f\x5b\x43\x1d\ \xe0\x79\x1a\xe3\x90\x15\x4c\x8e\x86\x21\x8d\xdc\x6a\xf2\x47\x7d\ \x94\x08\xbc\x70\x25\x9b\xb7\x53\x20\x4e\x79\x59\x5c\x25\xb0\xa2\ \xd9\x78\x11\x11\x47\xc5\xf7\x3c\x8a\x86\xcd\xe2\x0b\x5f\x2a\xa0\ \x3e\x9d\x60\xca\x49\x93\x90\x56\x96\xcb\xae\xb9\x96\x78\x7e\x3e\ \xf8\x19\x7c\x5f\xd3\xd7\x8b\x18\x89\xf6\x5b\x7a\xda\x8d\xd4\xd6\ \x54\x53\x5a\x56\x4e\x41\x7e\xc1\x71\x7d\xf7\x99\x67\x9e\xe1\xe1\ \x87\x1f\x3e\x6a\x49\x57\xad\x35\x86\x61\x70\xd9\x65\x97\x71\xfe\ \xf9\xe7\x87\x4b\x9b\xbd\xd5\xbe\x2d\x8b\xb6\x1d\xcf\xf3\xc0\xca\ \x4e\x3e\xf6\xf1\x4b\x28\x35\xb3\x47\x9a\xf2\x9a\xf3\x9f\x35\xbd\ \x3d\x3d\x08\x2b\x8e\x63\x89\x3e\x85\xdb\x90\x26\x99\xc6\x8d\xdc\ \xfd\xf4\x36\xce\xfd\xd8\xc7\x19\x1e\x0f\xf0\x8e\xc3\x63\xb6\x6d\ \x93\x2d\x2f\xde\xc5\x73\x8d\x43\xf9\xfc\x55\xe7\x62\x7b\x19\x22\ \x87\x3b\x22\xe2\x88\xd1\x11\x90\x12\xc7\xb1\xc9\xd4\x54\xb1\xe4\ \x89\xed\xf8\xda\x20\xee\x58\x64\x7a\x5d\x06\x4e\x98\xce\xe4\xe1\ \xfd\x21\x78\xf3\x22\x08\x51\x4c\xfb\x68\xad\xa1\xef\xd3\xaf\x7f\ \x05\xb3\x4e\x99\x43\xff\xfe\x15\x1c\x6b\x19\x5b\x21\x04\x9e\xe7\ \xb1\x64\xc9\x12\x3c\xcf\x3b\x6a\xbe\xe6\xa1\xdb\xba\xae\xfb\xe6\ \x6d\x85\x41\x2c\x9e\x20\x2f\x2f\x8f\xbc\xbc\x24\xb6\x19\xd6\x82\ \x4e\x77\x34\xb0\xad\xaa\x09\x2b\xbf\x90\x82\x64\x02\xeb\x40\xe1\ \x09\x04\x56\x2c\x4e\x5e\x5e\x1e\x09\xc7\xc6\x10\x12\x32\xf5\xdc\ \xfb\xc7\xbb\xd8\xde\xe5\x50\x56\x98\x44\x0a\x40\x48\x62\x89\x24\ \x79\x79\x79\x38\x96\x89\x10\x06\x5e\xaa\x99\x2d\x3b\xaa\xd1\x4e\ \x21\x85\xf9\x49\x62\xa6\x91\x9b\x50\x24\x89\x27\xf2\xc8\xcb\xcb\ \x23\x7e\x48\x8d\x0c\x61\x98\xc4\x13\x79\xe4\xe7\xe5\xe1\x58\x92\ \x74\x47\x23\x4d\x1d\xa9\x70\xdf\x4e\x82\x98\x65\x60\x58\xb1\x70\ \x61\x02\xad\x11\xd2\x24\x11\x8f\x21\x00\xd3\x76\x48\xe6\xbd\x79\ \x9f\x11\x11\x1f\x04\x4c\xcb\xa2\x7d\xcf\x4a\x7e\xf9\x8b\xdf\xb2\ \x64\xcd\x26\x76\xee\xae\xa2\x6a\xdb\x1a\xee\xbf\xeb\x6e\x5e\x5a\ \xb7\x9d\xfd\x6d\xdd\xe8\x23\x0c\x46\xfe\xdd\x97\x1b\x3b\x74\xa9\ \x2f\x91\xf3\x48\x85\x10\x28\x15\x4e\x15\x17\x46\xf8\x77\x43\x18\ \x47\x6c\xa2\xf4\xeb\x6e\xea\x21\x21\x05\x91\x8b\x15\xe9\x83\x93\ \x5f\xde\x51\x6c\x55\x84\x05\x7d\x02\x3f\x20\x9b\xc9\x84\xe2\x7b\ \x9c\x25\xd3\x3c\xcf\x0b\x97\x27\x7b\x8b\x58\x83\x61\x18\x78\x9e\ \xd7\x87\xad\x0c\xb4\x97\x62\xd3\xea\x65\x6c\xad\x6d\x45\x99\x79\ \x4c\x9c\x75\x1a\x27\x8d\x2c\xc3\xb0\x1d\x82\x96\xd7\x78\xfc\x9e\ \xdb\x29\x48\x14\x32\xe3\xb4\x39\x0c\xcc\xb7\x10\x78\xec\x59\xfb\ \x1c\xab\xb7\x37\x51\x32\x6c\x32\x67\x9c\x32\x89\x98\x50\xb4\xec\ \xdd\xcc\xd3\x0f\xdd\x41\xf5\xc8\x41\xcc\x9a\x73\x16\x43\xe2\x5d\ \xac\x7e\x66\x11\x3b\x5b\x7c\x46\x4e\x3d\x8d\x93\x27\x0c\xc6\x30\ \x6d\x64\xa6\x8d\xe7\x17\xde\xc3\x06\x43\x33\x66\xc6\x19\x4c\x1a\ \x5a\x4c\xba\xb3\x81\xbf\x3e\xfd\x12\xf5\x29\xc5\xc0\xf1\xb3\x38\ \x65\xc2\x10\x2c\x69\x10\xf4\xd4\xb3\xe4\x99\x95\xd4\x75\x0b\x4e\ \x3a\xf5\x0c\x0c\xdb\x46\x9a\x16\x8e\xe5\xb3\x61\xe9\xd3\xf4\x94\ \x4f\x63\x8c\x6c\x60\x6b\x5b\x9c\x59\xb3\xc6\xe0\x35\xed\x61\xc5\ \xd6\x0e\xa6\x9e\x32\x89\xee\xed\x6b\x58\xb7\x79\x27\xdd\xae\x64\ \xd0\xb8\xe9\x9c\x3c\x65\x38\x32\xf0\x22\xef\x3c\xe2\x03\x81\x61\ \x68\xf6\x57\x6d\x83\x51\x67\xf2\xed\xaf\x7f\x92\xa4\x0e\xb0\xba\ \x37\xf1\xf3\x5b\x16\x32\xf7\xda\xaf\x30\xbd\xd2\x24\xeb\x79\x7d\ \x06\x19\x0d\xdb\xb6\x79\x77\x7e\x62\xd8\xb6\x8d\x65\x85\x3f\x07\ \x3f\xb7\x2c\x6c\xdb\x26\x16\xb3\x49\x24\x12\x58\x96\x45\x26\x9b\ \x01\x43\x10\x8b\x3b\x74\x74\x75\x52\x55\x5b\x4b\x6b\x57\x37\x1e\ \x82\x9e\x8c\xcb\xfe\x96\x56\xf6\xd5\xd5\xb3\xaf\xae\x9e\xaa\xba\ \x7a\xf6\xd5\x35\x50\x55\x5b\x4f\x55\x6d\x3d\xfb\x6a\x1b\xa9\xae\ \x6d\xa4\xba\xae\x91\xea\xfd\x2d\xd4\x36\xb6\xb1\xbf\xb5\x8b\xa6\ \xb6\x2e\x9a\xda\x3a\xe9\x4a\xf5\x92\x71\x7d\x52\xe9\xec\x31\xaf\ \x32\xd3\x67\xd7\x25\xf7\x8f\x86\xc3\x6a\x6f\x87\x29\x7f\xc7\xa6\ \x2c\xc7\x73\xfc\xbe\xb6\x15\x52\x12\x74\xed\xe3\x81\x3b\x1f\xa2\ \xaa\x4b\xe0\x35\x6f\xe2\xf7\xb7\xfc\x8a\x97\xf7\xf6\x12\xb3\x24\ \x7e\x3a\x83\xa7\x35\xb5\x6b\x17\xf1\xbb\x3f\x2d\x24\x6d\xd9\xec\ \x5c\x76\x0f\xb7\xde\xbb\x8c\x2c\x3e\xab\x16\xdc\xc6\x6d\x0b\xd6\ \x82\x15\x16\xda\x77\x12\x49\xf2\x92\x49\x1c\x23\xc5\xb3\x77\xde\ \xc2\x03\x2f\x57\x81\xd7\xc2\x43\x7f\xf8\x25\x4f\x6e\x68\x24\xe6\ \x58\xb8\x9d\x1d\xb4\xb4\xf7\xd0\xdb\xb8\x99\x3f\xde\x72\x2b\x6b\ \xea\xb3\x98\x42\x83\x95\xa4\x24\x91\xe5\xd9\x3b\x7e\xc7\xf3\xbb\ \x3a\x88\xa9\x26\xee\xf9\xcd\xad\x3c\xfb\xda\x7e\xb4\xf2\x48\x67\ \x5c\x10\x06\x8e\x2d\xd8\xb2\xf4\x7e\xee\x78\xe2\x35\x9c\xa2\x62\ \x5a\x36\xfc\x95\x85\xcf\xac\x47\xc4\x13\xb8\x0d\x5b\x79\xf8\x81\ \xa5\xa4\xb4\xc7\xf2\x85\xf7\xf1\xdc\x96\x76\x6c\xd5\xc1\xd3\x7f\ \xfe\x25\x77\x2f\xd9\x0a\x96\x1d\x79\xdc\x11\x1f\x08\x82\x40\xd1\ \x6f\xc4\x74\x4e\x9f\x36\x8a\x98\x14\x58\xa6\x81\x48\x0e\x60\xee\ \x87\xe6\xd2\x3f\x69\x60\xc6\x62\x1c\x69\x1d\x0b\x73\xc4\xc8\x51\ \xc7\xa7\x67\x61\x11\x0e\x84\x36\x5e\x77\x49\x05\x61\x55\x33\x04\ \x41\x10\x7a\xbd\x52\x02\x2a\xac\xa7\x4c\xcc\x41\xab\x80\xa6\xe6\ \x46\xf6\x37\x77\x92\xd5\x01\x1d\xdd\x1d\xac\x5e\xb6\x86\xd5\x6b\ \xd7\x40\x2c\x9f\xe1\x63\xa7\x10\x68\xcd\xba\x75\xeb\xd8\xb5\x63\ \x27\x1d\xed\x9d\x28\xa5\x71\x3d\x0f\x69\x48\x94\x1f\x20\x0d\x13\ \xc7\x2c\xc0\x76\x92\xc4\xf3\xf3\xc9\x2f\x2a\xa1\xa0\xb8\x98\x64\ \x22\x81\x65\x28\x0c\x9d\x65\xc2\xe8\xa1\x8c\x18\x36\x98\xae\xa6\ \x3a\x3e\x7a\xce\x19\xb8\x9e\x7f\xfc\x16\x3d\xb4\x2e\xb3\x7e\x7d\ \xe9\xa7\x83\x29\xda\xfa\xef\x27\x2d\xda\x77\x51\x89\xc1\x9c\xf7\ \x91\x4f\x70\xfa\x30\x45\xe9\x7f\x7e\x97\xa5\x4b\x56\x31\x60\x3a\ \xe4\x0f\x9d\xc0\x47\xae\xfc\x2c\xe5\xf5\x25\x7c\xe7\xe6\x25\xec\ \xda\x5f\xc7\x8a\xc5\xaf\x31\xed\x23\xdf\xe4\x86\x0b\xc7\xd2\xb0\ \xe2\x4e\x7e\xf8\x97\xa7\xd8\x7e\xea\x27\x31\xe3\xc5\xcc\xf8\xd0\ \x25\x5c\x34\x3e\x49\xd3\xf6\x67\x78\x72\xb3\xcb\x55\xdf\xbd\x91\ \xb3\x47\x3a\x3c\xff\xc7\x1f\xf2\xe0\xb3\x4b\x99\xf1\xf1\x0a\x12\ \x03\x46\xf1\x91\x4f\x7e\x86\x59\x25\x5d\xdc\xf6\xff\x7e\xc0\xb2\ \xe5\xdb\x38\xe5\xaa\x51\x94\x16\xd8\x54\x37\xdb\x98\xba\x85\x9d\ \x4d\x9d\x34\xa6\x5e\x65\x53\x5b\x29\x5f\xfb\xc9\x8d\x0c\xb3\x7d\ \x10\xb0\x76\x0f\xec\x7e\xf9\x51\xfe\xb4\x63\x02\x9f\xf9\xda\x8d\ \xcc\x1a\x96\x64\xfd\x4b\x16\xf1\xb8\x9d\x9b\xeb\x6f\x11\x4f\x38\ \x18\x04\xb8\xca\x64\xe2\xbc\x4b\xf8\xcc\x05\x23\x39\x79\xf0\xef\ \xf9\xf9\x82\x25\xcc\x9f\x33\x9e\x0a\x4b\x10\x44\x33\x4a\x23\xde\ \xef\x21\x6d\x0d\xf1\xa2\x72\x62\x3b\x36\xf2\xe4\xa3\xb5\xb9\xb2\ \xba\x1a\xbb\x70\x08\x83\xd3\xf5\x2c\x5e\xb8\x8b\x11\xb3\x4f\x63\ \x60\x9e\x3c\x58\xc6\xf8\xed\x87\x47\x72\xb5\x9e\x35\x3a\xe7\x70\ \xea\x5c\xfc\x57\x61\x5a\x12\x61\x80\xd0\x1a\xe5\x2b\x0c\x11\x40\ \x2c\x46\x77\x67\x3b\xbb\xf7\xee\x25\xeb\xf9\xf4\x66\xb3\xac\xdf\ \xb4\x91\xd5\x6b\x5e\xc5\x49\x26\x39\xe9\xa4\x19\xf4\x7a\x82\xb5\ \x1b\x36\xf2\xda\x6b\x9b\xe9\xe9\xee\xc6\x90\x12\xcf\x0f\x57\x19\ \xb1\x0d\x8b\x44\x3c\x41\x2c\xe6\x10\x4f\x24\x29\xca\x2f\x25\xaf\ \xb0\x98\xfc\xc2\x62\x62\x89\x3c\x64\xcc\x01\xad\x08\xdc\x34\xc2\ \x37\x89\xc5\x12\x74\x77\xa7\x48\xa5\x7a\xdf\xbe\xa7\x0d\xaf\xcf\ \x8a\x34\x40\x28\x91\x9b\x0e\x99\xfb\xe1\xd8\x3d\x6d\xdf\xf7\x71\ \x5d\xf7\x2d\xc3\x23\x47\x3b\x57\xc3\x30\xc2\x05\x6d\x45\x9c\xfe\ \xfd\xf2\xc9\x76\x75\xe1\x63\x80\x56\x78\xd9\x0c\xda\xcc\xc3\xb1\ \x4d\x32\xd9\x5e\x52\x2a\xc6\xa0\xe2\x42\xb4\xe7\x93\x28\x29\xc5\ \x34\x5c\x7a\x3c\x85\x40\xa3\x02\x9f\x40\x83\x9f\xe9\x26\x70\x92\ \x14\xe5\xc7\xf0\x7d\x83\xd2\xf2\x42\xd4\xde\x6e\x5c\x55\x19\x86\ \x80\x54\x80\x92\x0e\x25\xf9\x0e\xfb\xfc\x14\xaf\x3c\xf4\x27\x1e\ \xd9\x24\x38\x7b\xee\x28\x92\xf1\x38\xc2\x80\xde\xae\x14\x32\x5e\ \x42\x91\x23\xf1\x3d\x37\xbc\xf7\x68\x50\x01\xae\xdb\x41\x73\x7b\ \x0a\x35\xb4\x20\xec\x9b\x28\x85\xb4\x2c\x4c\x79\x60\x25\x15\x81\ \x61\x84\x6b\x21\x06\xca\xa0\xa8\xb4\x9c\xb8\x5b\x4b\xc6\x57\x60\ \x13\xe5\xc1\x47\xbc\xef\x11\x42\xe0\xa6\xda\xd8\xb9\x75\x0b\x9d\ \xe4\x16\x49\x51\x3e\x66\xa9\xc1\xd8\x01\x03\xd9\xb3\x73\x0f\xfd\ \x66\xcc\xe9\xb3\xe7\x79\xdc\xd9\x23\x42\x8b\x43\x1c\x4d\x7d\x88\ \xb0\x1c\x58\x84\x54\x81\x61\x60\xd8\x92\x74\x3a\x4d\x43\xed\x3e\ \xea\xea\xeb\xc9\x64\x7d\x76\xef\xdb\xc7\xcb\x2b\x57\xe1\x05\x01\ \x23\xc7\x4e\xc0\x90\x26\xcb\x5f\x5c\xc9\xb6\x9d\x55\x74\xa7\xc3\ \x42\xff\x86\x21\x50\x7e\x40\x32\x96\x87\x69\x9a\x14\x17\x15\x53\ \x52\x52\x4a\x41\x41\x01\x89\x44\x1e\x8e\x93\x20\x16\x4f\x22\x63\ \x0e\xbe\x36\xf0\x55\xb8\x3a\x39\x81\x8f\x69\x80\x13\x4b\xd2\xd1\ \xde\x81\x97\xce\xbc\x6d\xd1\x0e\xfc\x80\xee\x9e\x2e\xe2\xf1\x78\ \x18\x6b\xcf\x5d\xaa\x29\x25\xa9\x9e\x9e\x83\x0d\xd7\x5b\xe1\xba\ \x2e\x13\x26\x4c\x60\xea\xd4\xa9\x47\x1c\xc4\x94\x52\xb2\x7e\xfd\ \x7a\x6a\x6b\x6b\x8f\xa0\xd8\x12\x9d\x6a\x66\xe7\xae\x5d\xf4\xeb\ \xed\xe6\x99\x35\xfb\x19\xfa\xe1\x89\x38\xc1\x1a\xb2\x5e\x80\x46\ \xa0\x75\x80\xe7\xba\x18\xf1\x0a\xa6\x0e\x37\x78\x6e\xf1\xd3\x4c\ \xe9\x77\x3a\x5b\x9f\x58\x0a\x45\x63\x19\xdb\xaf\x80\xd5\x6e\x1b\ \x3b\xb6\x6c\x61\x6c\x72\x10\x89\xa2\xf1\x8c\xd0\xcf\xf1\xec\xe2\ \x97\x29\x3a\x39\x9f\x45\xcb\xb6\x53\x39\xed\xf3\x14\x19\x1d\xf4\ \x76\x75\xd2\xd4\xb4\x9f\x6d\xbb\x57\xb3\x78\x7b\x37\xa7\x7f\x71\ \x38\xfb\x9f\x7c\x04\xbb\xf2\x22\xe6\xce\x9d\x4a\xdb\xfa\xa5\xd4\ \xa6\x5c\x2a\xa6\x8e\xc7\x7c\xf4\x1e\x16\x2c\x59\xcb\x59\x23\x0a\ \x88\xe5\x15\x90\xcd\xb8\x0c\x3e\xf5\x0a\xae\x1c\xdf\xc9\x2d\xbf\ \xf9\x1f\xf2\xbe\xf7\x23\xc6\x8c\xa8\xa4\x7d\xe9\xab\xac\xd8\x70\ \x3a\x15\xcd\x2d\xf4\x64\x55\x58\x08\x40\x05\xd4\xef\xd8\xc6\xde\ \x51\x1e\x2f\x3d\xf7\x3c\x7a\xd8\xc9\xf4\x4f\x9a\x68\x95\x8d\xde\ \xe8\x88\xf7\x7f\x78\xc4\xf7\x29\x18\x30\x99\x1b\xbe\x35\xfd\x10\ \x25\x09\x17\xac\xce\x66\x5d\xae\xfb\xca\x44\x02\x3f\xc0\x57\xef\ \xd2\x1a\x91\x42\x8b\xc3\x45\x5b\x80\x26\xac\x7e\x27\x2d\x8b\x6c\ \x36\xc5\x9e\x1d\xbb\x69\xe9\xec\xa0\xb1\xa9\x85\x86\xa6\x66\xb6\ \xef\xd8\x49\x2a\xed\x52\x31\x68\x08\xae\xaf\x78\xe1\x95\x35\x6c\ \xdf\xbe\x13\xad\x05\x01\x06\x28\x83\x82\x64\x01\x79\xf9\xf9\xc4\ \x62\x71\xa4\x34\xa9\xac\x1c\x40\x49\x49\x09\xf1\x44\xe8\x69\x4b\ \x43\x12\xa0\x11\x86\x11\x7a\x9a\xca\xc0\x94\x32\x2c\x3e\x8f\xc6\ \x54\x12\x61\x48\xda\xdb\x3a\xb1\xb5\xff\xb6\xa6\x9b\x1b\x86\x81\ \x52\x3e\xdb\xb7\x6c\x61\xe6\xc9\x27\x87\x2b\xd6\xe8\xd7\xeb\x65\ \xef\xd8\xbe\x0d\xcb\xb6\x8e\x3a\x63\xe9\xf5\xb8\x55\xc0\xc0\x81\ \x03\x39\xeb\xac\xb3\xfa\x9c\x3c\x73\x60\xf2\x4d\x4b\x4b\x0b\xfb\ \xf6\xed\x3b\x42\x8b\x2c\x91\xaa\x8b\x55\xcf\x3e\xc0\xfa\x20\x43\ \xff\x99\x97\x71\xd9\x19\x23\xe9\xdd\xb2\x85\x01\xfd\x4b\x30\x09\ \x40\xc6\xa9\xa8\xec\x87\x25\xe3\xcc\xbb\xea\x33\x34\xdd\xf3\x20\ \xbf\xfd\xe5\x3a\x9c\x92\x51\x7c\xe6\xda\x8f\x50\x12\x8f\x73\xce\ \x47\x4e\xe7\x2f\x8f\xdf\xc3\x6f\x36\x8f\xe3\x93\x9f\xbe\x9a\xcf\ \x5c\xff\x71\xee\xb8\x7f\x01\xff\xbb\x4a\xd3\x6f\xdc\x05\x7c\xea\ \xa2\x93\x88\xa5\xb6\x33\xb1\x02\x9e\xbe\xfd\x57\x18\x4a\x72\xd2\ \x25\xd7\x70\xde\x94\xc1\x74\xdb\x1f\x65\xcf\xfd\xcf\xf0\xff\xfd\ \xe4\x05\xb2\x69\x87\x53\xe6\x25\x71\x06\x8d\xe3\xba\x4f\x35\xf2\ \xe0\x13\xf7\x72\xab\xb2\x99\x71\xc1\xe5\x8c\x29\x19\x40\xa9\x97\ \x60\xcc\x59\x17\xf2\x89\x5d\xbf\xe0\x85\xa7\x97\x33\xf5\xd3\x17\ \x72\xd9\x69\xfb\x79\xe2\x0f\xbf\xc4\x94\x8a\x81\x93\xcf\xa6\x20\ \x16\xae\x94\x53\xb3\x71\x29\xbf\xdf\xf3\x1c\xaa\x68\x14\xd7\x7d\ \xea\x6c\x92\xc2\x3b\x6a\xcd\x85\x88\x88\xf7\x0b\xd2\x32\x69\xdf\ \xb7\x9e\x7b\xef\x79\x82\x0e\x2c\xa4\x00\x1d\x64\x31\x4a\xa7\xf1\ \xd9\xab\x2f\xa0\x2c\x7e\xe4\x45\x2c\x44\x10\x06\xa1\x8f\x4b\xb0\ \x0f\x88\x76\xf8\x8f\x0e\x05\x5b\x84\xb5\xa6\xf7\x55\xef\xa5\xba\ \xa6\x1a\xdf\x0f\xa8\x69\x6e\x66\xe5\xda\x75\x08\x61\x50\x52\xd6\ \x8f\xc6\xa6\x56\xb6\x6d\xdf\xc5\x9e\x7d\xd5\x64\x3d\x85\x61\x98\ \xa8\x00\x92\xc9\x7c\xca\xfb\x55\x50\x52\x52\x42\x69\x49\x09\x79\ \xf9\x85\x74\xf7\xf4\x50\x54\x5c\x4a\x32\x2f\x89\xe7\xfb\x18\xc2\ \x44\x4a\x03\x85\x8f\x12\xe0\xfa\x02\x37\x00\x21\x4c\x02\x3f\x40\ \xbb\x19\x62\xa6\x60\xd4\xa0\x01\xec\xde\xb1\x95\x42\x47\xf3\xc5\ \x6b\x3e\x42\x26\x7b\x78\x68\xe2\xad\x96\x1b\xf3\x3c\x8f\x0b\xe6\ \x9f\xcb\x90\xa1\xc3\x71\xe2\x71\x46\x8f\x19\x4b\x32\x99\xa4\xb3\ \xb3\x93\x5d\x3b\x77\xe0\x65\x5d\x12\xc9\x38\xa5\x65\x65\x54\x0e\ \x18\x4c\x10\xf8\x48\x69\x52\x53\xbd\x17\xd3\x76\x70\x9c\xb0\x34\ \xab\x94\x92\xdb\x6f\xbf\x9d\xa5\x4b\x97\x92\x97\x97\x77\x54\xaf\ \xbf\xbb\xbb\x9b\x79\xf3\xe6\x71\xdd\x75\xd7\x1d\xe6\x91\x1b\xa6\ \x8d\x5b\xbf\x9a\xff\xf8\xd9\x93\x5c\xfe\x9d\xef\x31\x6b\xa0\x49\ \xa0\x05\xca\xf7\x08\x30\x30\xa5\x08\xab\x0a\x0a\x03\x29\x25\xca\ \xf7\x41\x9a\x58\x06\x78\x9e\x8f\x61\x5a\x18\x3a\xc0\x0b\x34\xd2\ \x32\x11\x41\x70\x70\x39\x2d\x69\xd9\x08\xe5\xe3\x07\x1a\xcb\x32\ \x73\xa1\x13\x81\x69\x1a\x04\x9e\x0f\x86\xc4\x94\x06\x81\xe7\x81\ \x69\x61\x10\xe0\xfb\xe1\xca\xee\x42\x07\x04\x0a\x2c\xcb\x44\xe7\ \xf6\x21\xc2\x13\x46\x0a\x85\xaf\xc0\x34\x25\xca\x77\xf9\xff\xd9\ \x7b\xef\x30\x39\xcf\xfa\xde\xfb\x73\x3f\x75\x7a\xd9\xd9\x5d\xad\ \xb6\x68\xd5\x57\xc5\x96\x65\xb9\x62\x5b\xee\x15\x03\xb6\x29\x36\ \x06\x07\x08\x25\x7e\x43\x31\x25\x81\x70\xd2\x2e\xde\x37\x27\xf5\ \x3d\x39\x24\xe4\x9c\x84\x00\x01\x42\x72\x02\x89\x21\x18\x1b\xb0\ \x71\xc7\x45\xd8\x96\xad\x66\xf5\xbe\x2b\x69\xfb\xee\xf4\x79\xfa\ \x7d\x9f\x3f\x66\x57\x96\x8c\x5c\x38\x70\x90\x6c\xcf\x47\xd7\x5c\ \x97\x66\x76\x9e\xe9\xcf\xf7\xf9\x3d\xdf\xfb\x57\x24\x3a\xa6\xa1\ \x1f\x7d\xcd\xa6\x61\x62\x8a\x29\xfe\xe1\xbf\xfe\x39\xe1\xda\x8f\ \xf3\xf1\x4b\xfa\xf0\x95\x86\x26\xc3\xa3\xa3\xc1\x5a\xb4\x78\x0d\ \xfb\x1e\x4c\x4f\x8c\x32\x7f\xc1\xa2\x57\xb4\x3c\x9d\xf2\x28\xcf\ \x6f\xd9\x85\x27\xf4\xe6\x94\xa3\x60\x98\x1f\xdd\xbf\x8d\xb7\x7e\ \xf4\x77\x38\xaf\x2f\x41\x10\x9e\x70\x7f\x78\x75\xe3\xc6\x66\x1b\ \x7a\x1f\x4d\xd7\x9b\x89\xae\xc3\x30\x44\x37\x74\x24\x1a\x4a\x49\ \x9c\x46\x8d\x62\xb5\xce\xde\x03\x43\xec\xdd\xbf\x9f\x8a\x1f\x90\ \x6b\x9f\xc3\xd8\xf8\x04\x0f\x3e\xfa\x04\x83\x43\x87\x89\xa4\x86\ \x61\xc5\x30\x2c\x0d\x5d\xb7\xe9\xed\x9b\xc7\x82\xfe\x05\xe4\xb2\ \x79\xd2\xe9\x34\x08\x41\x04\x44\xca\x20\x97\x6f\x47\x09\x81\xd4\ \x42\x34\x4d\x47\x29\x85\x54\x02\x29\x14\xc2\x10\xcd\x1c\x64\x04\ \xa1\x17\xa0\xa1\xcd\x4c\x9d\x31\x08\x82\x10\x11\x37\xff\x8f\x3e\ \xf3\x66\xda\xa1\xc6\x82\x85\x0b\x18\x39\x32\xcc\xc6\x0d\xeb\x89\ \x22\x89\xa6\xeb\x64\x33\x19\x16\x2c\x58\xc8\xf0\x91\x43\xaf\x58\ \xb9\xa8\x94\xe2\xe6\x9b\x6f\x66\xe9\xd2\xa5\x4c\x4f\x4f\xbf\x64\ \x64\x2e\xa5\xa4\xad\xad\x8d\xd5\xab\x57\xff\xfc\x63\x2a\x89\x30\ \xe3\x74\xf7\x76\x11\xd3\x9b\xf7\x7d\xe1\x8b\x94\x34\xeb\x70\x9a\ \x13\x83\xa3\xd9\xa2\x9c\x28\xc4\x8f\x66\xff\x1b\x30\x7b\x08\x88\ \x5e\x94\x52\x18\x05\xfe\x71\x07\xaa\xd9\x33\xa7\x70\x76\xce\x91\ \x8c\x08\xe4\xcc\xd6\xe1\x0b\x03\x46\x65\x14\x9e\x60\xbb\x99\x73\ \x2e\x19\x32\xfb\xd7\xe6\xe3\x34\x1b\xda\x06\xc1\x0b\xaf\x39\x08\ \x43\x34\x43\xa7\xbd\xab\x87\x20\x61\x20\x95\x22\x0a\x7c\xa2\xd6\ \xee\xde\xe2\x8d\x64\x8f\x44\x11\x89\x7c\x2f\x97\x5d\xb7\xe4\x85\ \x1b\xbd\x7d\x6c\x78\x72\x2b\x5e\x10\x21\x5e\xc6\x26\x30\x5e\x49\ \xac\x35\x4d\xc3\x30\x8e\xbf\x5b\x18\x36\x07\xa3\xc6\x12\x31\xc2\ \x48\x51\x73\x1c\xca\x95\x2a\x1b\x36\x6e\xe0\xd9\x8d\xcf\x35\x45\ \x53\x37\x28\x37\x1a\xac\x7b\xf6\xa7\x0c\x0f\x8f\x22\x34\x1d\x84\ \x8d\x61\x99\xa4\xd3\x79\x72\xf9\x76\xe6\xcd\x9b\x4f\x6f\xdf\x3c\ \xe2\xf1\x04\xa0\x61\x99\x66\x33\xdb\x23\x92\xe8\x56\x73\xd0\xab\ \x10\x02\x5d\x8b\x50\x68\x84\x61\x80\xa4\x39\x88\x20\x94\x10\x2a\ \x90\x51\x33\xfa\x53\x32\x6a\xe6\x78\x6b\xa2\xb9\x28\xf6\xcb\x24\ \x78\xcc\x88\x67\x57\x77\xf7\x71\xde\xb3\xae\x1b\x68\x9a\x78\x55\ \xa5\xe6\x52\x4a\xe2\xf1\x38\x6b\xd7\xae\x7d\x55\x4f\x19\x86\xe1\ \xcf\x4d\xbb\x90\x51\x88\xde\xb6\x8c\x8f\x7d\x76\x45\x73\x41\x33\ \x7c\x1d\x44\xa2\x2a\xc2\x0b\xe2\xdc\xf0\xc1\x4f\x82\x0c\xf1\x82\ \x96\x5c\xb7\x78\xe3\x61\x18\x06\xd5\xb1\x5d\xdc\xf5\xe0\x53\xd4\ \x84\x81\xa1\x41\xf9\xd0\x0e\xf6\x45\x7d\xbc\x6d\x4e\xe6\x65\x27\ \xdf\xbc\xac\x68\xeb\xfa\x4c\x74\x3b\x53\x86\xad\x94\x6a\xf6\xdf\ \xb0\x6c\x30\x0d\x1a\x5e\xc0\xf8\xc4\x14\x5b\xb7\xef\x64\xdb\xae\ \x5d\x0c\x8f\x8e\x10\x84\x92\xb1\xb1\x71\xf6\x0f\x0e\x32\x51\xac\ \x22\x74\x93\x78\x22\x8f\x8c\x14\xbd\x7d\x7d\xf4\xf5\x2f\xa0\xd0\ \x3e\x87\xb6\x5c\x1b\x56\x3c\x4e\x14\x29\xa2\x08\x0c\xcb\x42\x08\ \x1d\x19\xba\x84\x04\x78\x52\xe0\x04\x12\xcd\x30\x08\x95\x86\x12\ \x82\x10\x8d\x30\x04\x29\x05\xa1\x94\x04\x91\x24\x92\x0a\x63\x26\ \xa6\xb3\x62\xe6\x4c\x46\x42\x40\xf4\x2b\xa8\xd0\x6f\xbe\x6f\xed\ \xa8\x50\x4b\x19\x21\x84\xfe\x0b\x6d\xff\x4a\x99\x23\xaf\x2c\x72\ \xc7\x46\xaa\xaf\x1f\xc2\x30\x68\xed\xb9\x2d\xde\xd0\x36\x8a\x92\ \x11\xbe\x1f\x10\xea\xcd\xc1\xe1\x99\x45\x17\xf1\xb1\xb5\x17\xd2\ \x93\x50\x84\xd1\xff\x61\xc3\xa8\xd9\x4a\xc5\x59\x0f\x46\x08\x81\ \x61\xdb\x94\x1b\x0d\xaa\xf5\x3a\x5b\xb7\x6d\x67\xe3\xc6\x2d\x4c\ \x4c\x95\x28\x55\xeb\x8c\x8e\x4d\x32\x74\xe8\x08\xae\xef\x23\x11\ \xc4\x93\x6d\x98\x86\x45\x32\x95\x64\xc5\xf2\x95\xcc\xef\x5f\x40\ \x32\x93\x26\x95\x4a\xe3\xfb\x01\xd5\x6a\x0d\xdb\xb4\x91\xa6\x89\ \x1b\x45\x68\x08\x42\xd9\x5c\x98\x94\xba\x8e\xd4\x0c\x02\x05\xae\ \x17\x10\x2a\x49\xe0\xfb\xa8\x50\x82\x12\x84\x28\xa4\x04\x29\x43\ \xa4\x50\x58\x28\x94\x8c\x30\x2d\x8d\x86\x53\x25\x6d\xc7\x7f\xb9\ \x94\xbf\x16\x2d\x5a\xb4\xf8\xbf\x65\x8f\x84\x21\x99\xb9\x2b\xb8\ \xf9\xd6\x6e\x8e\x4c\xbb\x74\xf7\xf5\x60\x37\x7d\x84\x57\x0c\xf4\ \x8c\x17\x8b\xf4\xb1\xa7\xfe\xb3\x82\x3d\x1b\x71\x87\x61\xc4\xc8\ \xc4\x18\x7b\x06\x0f\x32\x32\x32\xca\x03\x0f\x3d\x4a\x10\xc2\xd8\ \xc4\x34\x63\x13\xd3\x14\xcb\x55\x2c\x3b\x8e\x69\x27\x89\x27\x52\ \xe4\xf3\x1d\xf4\xf5\xcd\xa3\x50\x28\xd0\xd1\xd1\x41\x22\x91\x44\ \x49\x85\x8e\x81\x61\x80\x65\x59\x84\x41\x40\x24\x14\xe8\x36\x11\ \x4d\xc1\x56\xc2\x40\xa1\x51\x73\x5c\xbc\x28\xa2\xe1\x38\x84\x52\ \xa2\x94\x44\x0b\x41\xa0\xa1\xb4\xe6\x80\x5d\x81\x40\xb7\x0c\x42\ \xcf\x65\xff\xfe\x41\x96\xf6\xcf\x61\x6a\x6a\x02\x4b\xa5\x5a\xa2\ \xdd\xa2\x45\x8b\x53\x12\xcd\x30\xf1\xc6\xb6\xf1\xb5\xaf\x7c\x9d\ \xdd\x93\x82\x25\x6b\x6f\xe2\xf6\x1b\x56\xb0\xf1\xa9\xad\xf4\x9e\ \x7e\x36\x73\x33\xc6\x4b\xb6\xe1\x30\xa4\x54\x08\xd1\x9c\xd2\xe2\ \x07\xde\x4c\xd1\xc3\xb1\x05\x1f\x3a\x12\xa8\xf9\x01\xeb\x9f\x7d\ \x8e\x1d\x3b\xf7\xb2\x7d\xd7\x6e\x72\xed\xed\x0c\x8f\x97\x39\x70\ \x60\x08\xa5\xe9\xa4\xd2\x59\x56\xad\x1e\x20\xdf\x56\x40\x37\x2d\ \x92\x89\x14\xb9\x4c\x9e\x42\x5b\x01\xc3\x34\x31\x0d\xe3\xa8\x3f\ \x1e\x46\x21\x81\xe7\x20\x94\xc2\xd0\x34\x22\x15\xa0\xd9\x36\x15\ \xcf\x20\x30\xd2\xd4\x2b\x25\x6a\x75\x87\xb2\xe7\x51\xc3\xc0\xf5\ \x21\x6d\xc7\xb1\x22\x0f\x4f\x0b\x09\x85\x8f\xef\xf9\x68\x0a\xbc\ \x6a\x99\x7a\x69\x0a\xbf\x3a\x45\xda\xd6\x70\xbd\x55\x84\xa1\x8b\ \xae\xa5\xf8\x75\x8f\x98\x51\x33\xd5\x93\xad\x19\x91\x2d\x5a\xbc\ \x41\x99\xed\x7d\xf1\x0a\x18\x3a\xec\xdd\xb5\x81\x52\xc7\xa5\xfc\ \xd7\xdf\xee\xe7\x2b\x5f\x7f\x8a\xa9\xc6\x22\x76\x3c\xf3\x28\x6e\ \xf7\x0a\xfa\x72\x39\x7c\x79\xe2\xf5\x1e\x43\x08\x81\xa6\x14\x84\ \x11\xa6\xa6\x83\xd6\x2c\x43\x0f\x23\x49\x28\x7d\xfc\x50\xb1\x75\ \xe7\x5e\x9e\xde\xb0\x89\xe1\x91\x71\x06\x87\x46\x39\x38\x38\xcc\ \xe9\x67\xd8\x44\xc2\x26\xdf\xd1\x4d\xd7\xdc\x1e\x96\xaf\x58\x49\ \x32\x9d\x21\x93\xcd\xe1\x07\x01\xf5\x5a\x9d\x4c\x22\x89\x6d\xda\ \xd4\x1b\x0d\x02\xc3\x24\x9d\x4a\x11\xa2\xe1\x2b\x8d\x48\x58\x04\ \x84\x04\x32\x44\x69\x11\x52\x79\x34\x42\x93\x6a\x03\x54\xa8\x51\ \xaf\xd6\xf1\x0d\x45\xcd\x4e\xe3\x45\x26\xb2\xe2\x90\x0a\xea\xd4\ \xc2\x0a\xa5\x46\x11\x4b\xd3\x30\x94\x42\x79\x0e\x29\x1d\xba\x16\ \xf4\xd2\xd3\x99\x23\x97\x30\x19\x58\xd8\x47\xd2\x32\x5e\x71\x8c\ \xfd\xaf\x9a\x66\x8f\x15\xbb\x25\xda\x2d\x5a\xbc\x41\x11\x42\xbc\ \xea\xc6\x72\x52\x09\x62\x5a\x48\xc3\xf1\xd1\x45\x83\x5d\x9b\x37\ \x73\x68\x5a\xb2\xc2\xb6\x78\xb9\x31\x24\x86\x26\x23\x84\x61\x42\ \x24\x11\x51\x84\xe7\xb8\x8c\x4c\x4f\xf2\xe8\xba\xc7\xa9\xb9\x2e\ \xc3\xa3\x13\x0c\x8f\x4e\x32\x35\x59\x65\x6c\x7c\x8a\xba\x1b\xa2\ \x5b\x31\x52\xd9\x36\xe6\xf6\x2a\xe2\xa5\x2a\x73\x7b\xfb\x48\xa4\ \xb2\x28\xa1\xe1\xfb\x11\x42\x33\x89\xc7\x53\x68\x9a\x0e\x9a\x86\ \xd4\x74\xaa\x0d\x8f\x78\xbe\x03\x2f\x54\x78\xd2\xc0\x51\x26\xb5\ \xd0\xa5\xe1\x80\x90\x75\x6c\x2f\x40\x33\xb3\x38\x4e\x03\xd5\xa8\ \x53\x2b\x4d\x61\x65\x6c\x02\xcf\x43\x0a\x9b\x5a\xb9\x86\xf0\xab\ \xe4\x12\x16\xf3\x32\x6d\x08\x01\x6d\xf9\x2c\x4b\x17\xcd\xc7\x32\ \x14\x03\x4b\xfa\x31\x2d\xc5\xd0\xe0\x1e\x46\x46\x06\xe9\xeb\xea\ \xfc\xf5\xda\x23\x0a\xda\x0b\xed\x24\x92\xc9\xd6\x2f\xb7\x45\x8b\ \x37\x30\x53\x13\xa3\xcd\xd4\xe1\x97\xd1\x1f\xa9\xa0\xd0\xdd\x8f\ \xfb\xe3\xbb\xf9\x51\x91\x03\xd2\x00\x00\x20\x00\x49\x44\x41\x54\ \xf2\x37\x92\x78\x0d\x87\x07\x1e\x28\xb2\xf8\xe2\x9b\x38\x67\x41\ \x01\x2d\x74\x5e\x5a\xb4\xa3\xe9\x22\x63\x47\x86\x39\x30\x74\x98\ \x78\x26\x4d\x68\x08\x02\xdb\xe4\xf0\xc4\x34\x3f\x7a\xe0\x41\x4a\ \xd5\x1a\xf5\x9a\x87\xa1\x2c\x52\xf1\x34\x6d\x9d\x5d\x98\x89\x24\ \x4a\x37\x88\x25\x33\xe4\x74\x1b\xd3\x8e\x13\x8b\x27\xd1\x4d\x9b\ \x30\x0c\x09\xfd\x10\xdb\x8a\x21\x51\x84\x42\xc7\x4e\x66\x90\x96\ \xa4\x1e\x28\x8a\x75\x8f\x40\xea\xb8\x11\xd4\x7c\x0d\x27\xd0\xd1\ \x5d\x49\x6f\x22\xc5\x78\xb1\x4c\xa5\x5c\x27\xac\x8c\x33\xaf\xbb\ \x13\xcd\x0c\xa9\x8f\x8c\x93\x4a\xa4\xe9\x5f\xd8\x46\x5f\xaa\x8b\ \x8e\x78\x9a\xfe\x9e\x7e\x02\x19\x50\xae\x94\x68\x6f\x4b\xb1\xe6\ \xac\x15\x48\x2d\x64\xf7\xfe\x1d\xf8\xaa\xc6\xa1\xf1\xfd\x2c\x5f\ \x31\xbf\xd5\xc3\xa2\x45\x8b\x16\xa7\x24\xa1\x1f\x52\x58\x74\x2e\ \xb7\x7f\xb4\x8d\xdd\x43\x93\xcd\x3a\x08\xcd\xa6\xad\xcd\x64\xcb\ \xfa\xa7\xc9\xce\xed\xa7\xaf\x23\xd3\x6c\x0b\xf2\x62\xd1\xde\xf0\ \xe0\x83\x3c\xf0\xe0\xc3\x68\xb1\x14\x37\xbf\xef\x7d\xa4\x7a\xe6\ \x50\x24\x22\xd7\x35\x17\x57\x68\x48\x2b\x81\x6e\x9b\x58\x58\xcc\ \x99\xd3\x43\xb6\xbd\x1d\x3d\x91\xc0\x75\x1d\x1c\xc7\x25\x91\x48\ \xe2\x38\x0e\x7b\xf7\xed\xa7\x50\x98\x33\x53\x6e\xae\x81\xa5\x13\ \x69\x12\x85\x46\x10\x29\x94\xd0\x29\x57\x6a\x94\xca\x35\x02\x34\ \x7c\x25\xa8\xd6\x1c\x4a\xe5\x2a\xa2\x31\x89\xe1\xe7\x70\xb5\x36\ \x4c\xcb\x04\x53\x63\x6e\x7b\x8a\x84\x15\x70\xfa\xca\xc5\xe4\xdb\ \x3b\x48\x12\xa0\x55\x26\x19\x1b\x99\xe4\xb1\x27\xef\xe5\xd0\xe1\ \xc3\xec\x3d\xb0\x87\xab\xae\xb9\x9c\x8b\xaf\x58\xcd\xee\x83\x83\ \x54\x9c\x49\x9c\xa8\xca\x8d\xb7\x5c\xcf\xd5\x6b\xaf\xc0\xf3\xfc\ \xd6\xaf\xa3\x45\x8b\x16\xa7\x1c\xba\x69\x50\x3f\xb2\x99\x6f\x7d\ \xf9\x5b\x8c\xe9\x69\xd2\x71\x13\x11\x54\xd9\x7f\x60\x98\x64\x61\ \x3e\x97\xbc\xe3\xdd\xf4\xce\x6d\x43\xf8\xfe\xcf\xc5\x9e\x46\x69\ \x6a\x92\x5a\xa9\x44\xbe\x2b\x8b\xef\x07\xd4\x6a\x0e\x55\x42\x8a\ \x95\x06\x91\x66\xa2\x1b\x06\x42\x53\xe4\x33\x05\x72\xe9\x2c\xa6\ \xa6\x91\x49\x27\xa8\x56\x4a\x94\x8a\x25\xac\xce\xb9\x34\x1c\x9f\ \x6c\xae\x80\x4e\x44\x2a\x1e\x43\x08\x0d\x50\xd4\xbd\x00\x49\x48\ \xa5\x5c\xc1\xf5\x5c\xea\xb5\x1a\xbe\x1f\x10\x84\x21\x9e\xe7\x81\ \xd0\x68\xb3\x6d\x52\xf9\x38\x84\x11\xc2\x82\x48\x85\xc4\x63\x1a\ \x85\xb4\x85\x19\xba\x54\x8f\xec\x67\xef\xc6\x9f\x71\x64\xef\x36\ \x46\xf7\x6e\xe5\xf0\x74\x95\x40\x19\x54\x4b\x45\x40\x72\xc9\xe5\ \x67\xb3\x77\xef\x36\x36\x6d\x78\x1a\xc3\x94\x64\x92\x26\xa7\x9d\ \xbe\x82\xda\xc4\x18\xd9\x6c\xae\x15\x6d\xb7\x68\xd1\xe2\xd4\x13\ \x6d\x0d\x0e\xed\x7c\x96\xe9\xf6\xb3\xf9\xfc\x27\x6f\x25\x2b\x14\ \x7a\x6d\x3b\x5f\xfc\xfb\x1f\x72\xd1\x7b\x7e\x9b\xb3\x7a\xe3\xc8\ \x13\x08\x36\x80\xf1\xf8\x93\x3f\xa3\x58\xad\xd1\xd0\x26\xf8\xce\ \x9d\xdf\xa3\x2c\x24\x93\x81\xc7\xfe\xf1\x09\xaa\xa5\x3a\x51\x28\ \x89\x69\x16\xd9\x64\x92\x54\x22\xc6\xd4\xd4\x18\x07\xf6\x6c\xa5\ \x58\x2e\x13\x84\x11\xfb\xcc\x38\xa6\x69\xd3\xbf\x70\x31\x5e\xad\ \x82\xea\xf1\xf1\xc3\x10\x25\x74\x8a\x8e\x8f\xe7\xfb\x04\x41\xb3\ \x91\x7e\x2a\x66\x91\x4b\x0a\x4c\x4d\x47\xfa\x3a\x52\x06\x04\x5e\ \x8d\xb1\xe1\x32\x9e\x9e\xc3\xea\xc9\x21\x84\x02\x15\x40\xe4\xf2\ \x6f\x5f\xff\x32\x23\xa3\xe3\xf8\xa1\x4f\x4c\xf7\xd0\xbc\x32\xca\ \x48\x10\x49\x9d\xab\x2f\xbf\x88\x9b\xde\x76\x03\xcb\x97\x2c\x66\ \xff\xfa\x67\x68\x1c\x1e\xa4\x90\x4b\x22\x27\x23\x0e\x1e\xdc\x4f\ \xaa\xad\x8b\xbe\x8b\x56\x20\x5b\x15\x77\x2d\x5a\xb4\x38\xc5\x90\ \x52\x91\xeb\x5a\xca\xea\x15\x16\xb9\x74\x82\x24\x0a\x8c\xb9\xac\ \x39\x7b\x0d\x5d\xb9\x24\xf1\x84\x8d\xd3\x70\x4e\x38\xc9\xc9\x38\ \x30\x39\x45\xbe\xd0\xce\x64\xad\xc1\x96\x67\x9f\xa5\x81\xa2\x2e\ \x25\xbe\xae\x63\x6a\x06\x31\x4d\x27\x1b\x8f\x63\x6b\x82\xa1\x7d\ \xbb\x29\x4e\x1c\xa6\x34\x35\x4a\x18\x45\xc4\xe2\x69\x42\xca\xb8\ \x4a\xb0\x79\xec\x10\x6d\x9d\x3d\x44\xab\x57\x93\xcd\xe4\xf0\xa2\ \x08\x23\x96\x26\x9d\x8e\x61\x9b\x31\x42\xdf\x21\xa8\x57\x69\x14\ \xa7\x69\x94\xa7\xa9\x4c\x4f\x50\xab\x14\x29\x4f\x4d\x32\x5e\x0e\ \xe9\x3d\xed\x52\x16\x2e\x38\x9d\x6a\xa3\x4e\x14\x79\xa8\x40\x47\ \xd6\xab\xf4\xe5\x33\x28\x4d\x10\xb3\x7c\xfc\x1a\xd4\x5d\x9d\x20\ \x34\xb0\x1b\x2e\x5d\x86\x45\xce\x0b\x29\x35\x02\x5c\x27\x62\x4e\ \x42\xe3\xc0\xae\xed\xc4\x0c\x41\xc7\x79\xbd\xa8\x56\x9e\x76\x8b\ \x16\x2d\x4e\x41\xa2\x48\x92\xeb\x1d\x60\xc0\x19\x62\xf3\xcf\xd6\ \x1d\x1d\x82\x90\xef\x5b\x42\x56\x4d\xb3\x79\xfd\x18\x1d\x8b\x97\ \x90\xb7\xf5\xe6\x08\xc5\x63\x45\xbb\xa6\x5b\x0c\x0f\x8f\xe0\x85\ \x12\x37\x94\x68\xa6\x4d\x26\x95\xc6\xb0\x63\x64\xb3\x79\x6c\xcb\ \xa4\x51\x29\xe1\x96\x26\x39\xbc\x7f\x1f\x7e\x69\x14\x4b\x3a\xc4\ \x2c\x8b\xb0\xec\x10\x4a\xb0\xd3\x19\x22\xcd\x60\x7a\x64\x3f\xfb\ \x6d\x58\x7b\xc9\xa5\xe4\xad\x04\xae\xd7\x60\x7a\xf8\x10\xbb\x87\ \x8f\x30\x35\x3e\x46\xad\x52\xc4\xa9\xd7\xa8\x96\x4b\x78\x8d\x3a\ \x86\xa6\xd0\x84\xa2\xe2\x08\xe6\xad\xf4\x29\x4d\x8f\x51\xe8\xed\ \x41\xaf\x37\x90\x51\x83\x84\xa9\xd3\x33\xa7\x8b\xd3\xcf\x3c\x83\ \xb1\xd1\xfd\xb8\xb5\x02\xa3\xa3\x55\x3c\x47\xe1\x14\xa7\x91\xbe\ \xc7\xaa\xd5\x67\x32\x37\x9b\x61\xab\xa1\xe1\xd5\x2a\xd4\xcb\x35\ \x3a\xe7\x75\x61\x19\x66\x2b\xf5\xee\x18\x42\xb7\x46\xcd\x87\x74\ \x3a\xd5\x1c\xec\xfb\x2b\x40\xc9\x90\x5a\xa5\x86\x1e\x4f\x91\xb0\ \x8d\xd6\x87\xdc\xa2\xc5\xab\xb5\x47\x74\x1d\xa7\x38\xc4\x43\xf7\ \xdc\xc5\xb4\x30\x31\x35\x90\xa1\x8f\xd1\x79\x16\xb7\x5d\xdd\xcf\ \x4f\xee\x79\x94\xcb\x3e\xb2\x88\x42\xdc\x40\xbe\xa8\xa4\xdd\x18\ \xf7\x7c\x62\x99\x2c\x29\xdb\xc2\x0e\x15\xa9\x78\x1a\xdb\xb0\x51\ \xa1\x44\x06\x11\xdd\x1d\x1d\xec\x1e\x39\xc2\xf0\x91\x21\x2a\xa5\ \x71\x0a\x7a\xc4\x8a\xfe\x1e\x7a\xfb\xfb\x49\xe4\xda\x18\x9d\x9c\ \x62\xfd\xe6\x2d\x54\x1a\x21\xa1\x14\x0c\xed\xdb\xc6\x7a\x5b\x50\ \x29\x96\x28\x4d\x0e\xe3\x3b\x0d\x82\x30\x42\x2a\x85\xeb\x87\x08\ \xa1\x13\x2a\x05\xa6\x45\x38\x33\xbc\x57\xb3\x14\x2a\x72\x89\x22\ \x97\xc3\x87\x07\x99\xd8\xbb\x81\x79\xe7\x2c\xc1\x32\x4c\xe6\x75\ \x77\x93\x4d\xa6\x39\xe4\x05\x98\x96\x85\x91\x8c\x41\xdc\xe4\xb7\ \x3e\xf2\x11\xae\xbc\xe6\x5a\xc6\x2b\x45\x86\x1b\x65\x8c\xae\x3c\ \x23\x43\x45\x46\x35\x9f\x79\x5d\x79\x44\x7b\x96\x53\x62\x4a\xac\ \xf4\x38\xb0\xf7\x20\xe9\xbe\xa5\xb4\xc7\x05\xca\x19\xe3\xa9\x75\ \x9b\xd0\xe6\x9e\xce\x79\x2b\xba\xf1\xa6\x0f\xf1\xec\xc6\xad\xd4\ \xad\x4e\xd6\x9c\x7d\x16\xed\xf1\x19\x41\xf4\x2b\x3c\xff\xec\xb3\ \x1c\xa9\x6a\x2c\x5b\x73\x36\x0b\x3a\x52\xc7\x3d\x6c\xf5\xc8\x2e\ \xd6\x6f\xdd\x47\x60\xe5\x59\xb5\x66\x0d\x6d\x8c\xb3\x7e\xfd\x36\ \x2a\xa1\x46\xf7\x92\x33\x59\xb5\xa8\x83\xd9\xbe\x82\x8d\x83\x4f\ \xf0\xd7\xff\x70\x27\x6e\xe1\x2c\x3e\xfa\xf1\xdb\xe8\x49\x68\xbf\ \x82\x37\xd6\xe0\xfe\xaf\xff\x2d\x3f\xda\x56\x62\xed\x7b\x3e\xce\ \xbb\xce\xe9\x43\xf9\x55\xb6\x6f\x78\x96\x43\x35\x9b\x33\xce\x3d\ \x9b\xb9\x19\x0b\x80\xc9\xc1\x0d\x3c\xbd\x6d\x8c\x44\x32\x41\xe8\ \xd4\x89\xb5\x2f\x60\x59\x4f\x8c\x9d\x5b\x77\x50\x89\x6c\x16\xac\ \x5c\xcd\x8a\xbe\x42\x6b\x4f\x6e\xf1\xc6\x09\xa2\x82\x80\x74\xf7\ \x2a\x3e\xfe\x47\x6b\x30\x08\x69\x78\x01\xb1\x44\x1c\x82\x10\x89\ \xe2\xf6\xdf\x59\x81\xae\x1b\x84\x27\x68\x57\x6c\x2c\x58\xba\x0c\ \x0c\x83\xe9\x4a\x85\xf1\x83\x07\xc9\xcc\xcb\x34\x47\xdf\x00\xb9\ \x4c\x96\xee\x39\x5d\x6c\x5c\xbf\x8e\xd1\x23\x07\x48\x27\x2c\x2e\ \x39\x6f\x0d\x17\x9e\x36\x80\x1d\x4b\x52\xaa\xd5\x59\xdc\xd7\xc3\ \xc0\xc2\x05\x7c\xfb\x07\xf7\xe0\x95\x2b\x48\x24\xd3\xe3\x23\xe4\ \x73\x59\x54\xb5\x99\x9f\xad\x29\x09\x9a\x81\x15\xb7\xa9\xb9\x01\ \x41\x10\x62\xc4\x52\xf8\x0a\x22\x29\xb8\xe4\xca\xcb\xe9\xe8\x59\ \x4c\x7a\x5e\x37\x91\x21\xd8\x74\xef\x16\xee\x1f\xdd\x4c\x0e\x9f\ \xca\xd4\x28\x3f\x1b\xda\x4f\x3a\x6b\x52\xaa\x8f\x51\x72\x22\x2a\ \x8d\x88\x43\xe3\x87\xd8\xb3\x7f\x1b\xa5\x52\x11\xc7\x6d\x50\x69\ \x94\x69\xc4\x04\xe7\x5d\x7f\x25\xcb\x06\x16\x22\x55\xec\x84\xe9\ \x32\xbf\x4e\x54\x63\x82\x7b\xbf\xf5\xb7\x7c\xe5\xd1\x71\xee\xf8\ \xeb\xaf\x70\x79\x8f\xc3\x0f\xbf\xf9\x15\xd6\x17\x6d\x54\xf1\x71\ \xca\xb7\xff\x3e\x6b\xcd\x11\x86\xa7\x2a\x0c\xef\x78\x80\xa7\x76\ \x14\xf9\xa3\xdf\xba\x12\x01\x84\x6e\x99\xc3\x47\x26\x98\x18\xdd\ \xcb\xbd\x4f\x6c\xe5\xb3\x7f\xf8\x71\xfa\xec\xe6\xe3\x16\xb7\xdf\ \xcf\x5f\xfd\xe3\x8f\x69\x5b\xba\x0c\x2b\x1a\x22\x33\x77\x09\xc5\ \x43\xff\xc9\x3f\xdf\x35\xc5\xa5\x17\xf5\xf1\xc8\xdf\xfe\x84\xc1\ \x8f\x7c\x9e\x1b\x4e\xef\x00\x60\xf3\x03\x0f\x10\x2c\x7b\x1b\x9f\ \xbf\x65\x2d\xc9\x98\xa2\x5e\x2e\xe2\x0b\x8b\x6c\x26\x89\x0a\xea\ \x54\xeb\x11\xa9\x5c\xa6\xd9\xd3\x40\x85\x54\x2b\x35\x34\x2b\x49\ \xf2\xb8\xf6\xb6\x92\x7a\xa5\x42\x64\xc4\xc8\x24\x62\x30\xb9\x81\ \x87\x76\xf8\xbc\xef\x33\x9f\xe7\xf4\xae\x4c\x53\x9c\x0f\x6e\xe4\ \xe1\x75\xcf\x13\xd5\x0f\xf3\xe0\xc6\x43\xfc\xe1\xef\xde\x42\x4e\ \x80\xef\x94\x99\x3c\xb2\x8f\x9f\x3d\xf8\x08\xc9\x33\xaf\xe5\x9a\ \x4b\xbb\x79\xfe\x9e\xff\xe0\x3f\xf6\x27\xb8\x78\xa9\xcd\x57\xef\ \x7b\x84\x1b\x3f\xf6\x39\x2e\x59\x92\x69\xed\xcd\x2d\xde\x20\x08\ \x4c\x4b\x67\x78\xcb\xa3\x7c\xef\xde\xa7\x28\xba\x21\xf1\xc2\x42\ \xde\xfc\xf6\x1b\x39\xbd\x3b\x49\x18\x45\x2f\x5d\xc6\x3e\xb2\x7f\ \x94\xf9\x8b\x96\x52\x2c\x4d\x51\xad\x78\x10\x45\x64\xd3\x16\x7e\ \xa8\xa8\x46\x21\x63\x8d\x3a\xa3\xe5\x29\x02\xaf\x48\x4f\x6f\x17\ \xba\x72\xb8\xff\xa1\x9f\x72\xd6\x8a\xd3\x18\xdc\xbb\x07\xcf\xf3\ \xb8\xf8\x9a\x6b\xb8\xf9\xba\xab\xf9\xc7\x6f\xdf\x49\xb9\xd6\xc0\ \xad\x78\xf4\x2e\x5b\x48\xc9\x30\x39\xe0\x07\x08\xdf\x67\xc9\xa2\ \xc5\xe4\xf2\x79\x0e\x0c\x0d\x61\xc4\x92\xf8\x91\xa0\xe2\x06\xb4\ \x77\xcc\xe1\xb2\x1b\x6e\xe6\xb0\x03\x37\x5e\x7b\x09\xcf\xdd\xff\ \x3d\x7a\x83\x31\x2a\xbb\x86\x38\x7d\xf5\x00\xd7\x5d\xba\x92\xa5\ \x4b\x17\x20\x94\xcb\xc4\xd4\x38\xbb\xc6\x1c\xc6\xa6\x4a\xac\xec\ \x4e\x73\xd6\xc2\x0e\x86\x0e\x54\xd9\x7f\xb0\x4a\xe8\x78\xb4\xc7\ \xf2\x64\x63\x31\xa6\x9e\xde\xc6\xf6\xc1\xc3\xbc\xf5\x8e\x55\x04\ \xae\x73\xd2\xbe\x96\xc0\x71\x68\x5b\x78\x1e\x17\x1d\x5e\x8f\x66\ \x00\x93\x1b\xf9\xd9\x01\x8b\xdb\xff\xf4\x73\x04\x0f\x7c\x91\x6f\ \xde\xb7\x8e\xab\x3f\x7e\x25\x97\x44\x92\x3b\xf7\x6c\x22\xdf\x51\ \x38\x5a\x78\x6f\x66\xfa\xb8\xf4\x92\xf3\xb8\xff\xae\x41\xb2\xf9\ \x76\x92\xd6\xec\xa3\x96\xf8\xfe\x9d\xf7\xd0\x7b\xdd\xc7\xf8\xd8\ \xb5\xcb\x8e\x3e\xd7\x73\xbb\x35\xce\xb8\xf0\x5a\xde\x7b\xeb\x05\ \x14\xc6\x3f\xcb\x73\x7b\x86\x8f\x8a\x76\x18\x29\x86\x36\xdc\xcd\ \x37\x44\xc0\xaa\xdc\x1e\xbe\xfd\xc3\x5d\x0c\x5c\xf2\x16\xde\x73\ \xcd\x42\xee\xfe\xea\x3f\xb3\x6b\xda\x65\xfe\xf9\xef\xe4\x13\xef\ \x7a\x13\xeb\xef\xfa\x2a\xdf\x7b\x72\x2f\x41\x72\x1e\xbf\xf9\xdb\ \xff\x0f\xa7\x75\xd9\x80\x62\xfb\x83\xff\xc2\xb7\x7e\xb4\x11\x57\ \xcb\x70\xf5\x07\x7f\x97\x37\x77\x2b\xdc\xea\x41\xee\xfc\xda\x3f\ \x52\x7a\xef\x87\xb8\x72\x69\x07\x85\x45\x17\xf0\xf1\xcf\x5c\x8c\ \xbf\xef\x71\xfe\xe0\x1f\x9e\x64\xaa\x0e\xb9\x14\x74\x2f\xbb\x8c\ \xf7\x2f\x3e\x07\x6d\x74\x9c\xce\x77\x7d\x88\xab\x17\x69\x3c\xf9\ \xfc\x0f\x59\x71\xe5\x7b\x78\xcf\x95\x9d\x88\x3f\xff\x1c\x3b\xf7\ \x8d\xb6\x44\xbb\xc5\x1b\xc7\x1e\x31\x4d\xaa\x07\x7f\xc6\xd7\xff\ \xe5\x5e\xba\x2f\x7a\x2b\x97\x2d\xcc\xb0\xef\x99\x9f\xf0\x8d\xaf\ \x7f\x87\x4f\x7d\xf2\x83\xf4\x26\xe0\xa5\x42\x4e\xa3\xb3\xbd\x93\ \xb1\xe1\x31\x72\xa9\x34\x3d\xab\xcf\x60\xa0\xaf\x8b\x7d\xbb\xb7\ \xf3\xc4\x53\xcf\x92\xc8\x75\x50\xae\x2d\xa5\x58\x2c\x22\x25\xf4\ \x76\x75\xe0\xbb\x0d\x84\x0c\xe8\x99\xd3\x4e\x9b\x65\x30\x38\x38\ \x48\x77\x47\x3b\x03\x67\xae\xe1\x47\x8f\x3c\xce\xe4\xde\x41\x26\ \x26\x27\xd9\xb4\x71\x33\xa6\x11\xa1\x84\x41\xd7\xdc\x76\x7a\x7b\ \xfb\xd0\x75\x8d\x55\xa7\x9d\xc6\x59\xe7\x9e\xcf\xb3\x9b\x9e\xe7\ \xc0\xd0\x30\x66\x3c\xc9\xb6\x1d\x3b\x50\x1d\xfd\x3c\xf9\xc8\x83\ \x6c\x7e\xf0\xc7\xcc\x6f\x4b\xb2\x6a\xcd\xa5\xac\x3d\x77\x0d\x89\ \x84\xc5\x9e\x9d\xcf\x53\x2d\x4d\xa0\x1b\x3a\x85\x8e\x85\xcc\xed\ \xec\x60\x7e\x57\x3b\xa5\xe1\x41\x34\xdf\x45\xf8\x3e\xa5\xf1\x09\ \x64\x22\xc7\xd4\xe0\x61\xca\x47\x86\x48\x66\xdb\x4e\xfa\x17\x63\ \x15\xe6\x71\xfe\xa5\x29\x76\x3e\xb3\xbe\x39\xe5\x67\xb2\x84\x8a\ \xe5\xc9\x98\x10\x75\xe5\x89\x36\x8f\x11\x01\xa1\x5b\xc7\xf1\x25\ \xc2\xad\x12\x00\xb3\xf1\x6d\xe8\xbb\x38\x9e\x8b\xef\xf9\x78\x1e\ \x10\x03\xaa\xe3\x8c\x54\xd3\x5c\xb9\x7c\x61\xd3\x26\x99\x1c\x64\ \x3a\x48\x63\xc5\x15\x4f\x7d\xf7\xdf\xa8\x1d\xfc\x11\x5b\xf7\x84\ \x7c\xf0\xad\x8b\x8e\xbe\x8e\x08\x93\x73\x6f\xfb\x1c\x1f\xbd\x70\ \x2e\xf7\x7e\xed\x29\xce\x7e\xc7\x1d\x7c\xe4\xba\xa5\x3c\xf6\x8f\ \x7f\xc8\xfe\xb6\x4b\xf8\xfc\xcd\x71\xfe\xdb\xdf\xfd\x80\x47\x16\ \x0a\x1e\x79\x6c\x88\x1b\x7f\xf7\xbf\x30\xfa\xed\xbf\xe0\x3f\x1f\ \x79\x8e\xd3\x6e\xbd\x00\x26\xb7\xf3\xdd\xfb\x77\xf0\xd6\xdf\xfb\ \x1b\x56\x8d\x7f\x9b\x2f\x7c\xf7\x2e\xce\xfe\x50\x3f\x1d\xfd\x17\ \xf2\xf1\x3f\xf8\x30\xf9\x99\xe7\xd1\x74\x03\xa8\xf1\xe3\xfb\x1e\ \xa1\xef\x4d\x6f\x66\xd1\x71\x8e\x4e\x40\x18\x85\x44\x32\x04\x2c\ \x2c\xe1\xf3\xec\x7f\xfc\x35\x7f\xfa\xb8\xc6\xbe\xb1\x18\x1f\xfd\ \xcd\x45\xad\x3d\xb9\xc5\x1b\x47\xb4\x35\xc5\xd0\xde\xed\xb0\xf4\ \x2a\x3e\xf4\xee\x6b\x89\x29\x38\xe7\x8c\x6e\x46\xbe\xf0\x77\xec\ \x1b\x2b\x33\x6f\x51\x16\x5e\xa2\xf7\x88\x66\xa7\x12\x24\x12\x16\ \x23\x07\xf6\xa0\x1a\x55\x9c\x72\x91\xb0\xd1\xa0\xa7\xb3\x9d\xae\ \x7c\x16\x5b\x45\x98\x28\x64\x04\x85\xf6\x6e\xae\xba\xea\x0a\x2e\ \x3c\xff\x1c\x16\x2f\xe8\xe3\x9c\xb3\x57\x73\xe1\x85\xe7\xd3\xd6\ \x96\xc5\x36\x75\xb2\xd9\x34\x09\xbb\x39\xc6\xaa\x38\x39\x86\x94\ \x01\x99\x4c\x86\x55\xab\xce\xc0\x34\x0d\xa2\x48\xd2\x5e\x28\x90\ \x4d\x67\x28\xe4\xf3\xe8\x02\x6c\x43\x30\x7f\xee\x1c\xb6\xad\xff\ \x19\x5f\xfc\x8b\x3f\xe3\x99\x27\x9f\x80\x28\x62\xe5\x8a\xd3\x98\ \x9c\x2e\xb1\x61\xd3\x56\x9e\x5e\xbf\x99\x2d\xdb\xf7\xb1\x63\xcf\ \x20\x87\x87\x86\x18\x1e\x1a\xe2\xb1\x87\x1f\x61\xe7\xd6\xed\xb8\ \x5e\x88\x17\x4a\x22\xcd\xc0\x57\x82\x91\xe9\x12\x1b\xb6\xed\xa4\ \xe2\xb8\x68\xda\xa9\x90\x3d\x22\x9b\xd6\xba\x02\x12\x36\x84\x3e\ \xa1\xa4\x39\x78\xd8\x4c\x22\x80\xee\x15\x57\x70\xc7\x47\x6f\x66\ \x62\xc3\xc3\xec\x6a\xbc\xb0\x65\xa6\x77\x19\xb7\x7e\xe2\x76\x16\ \x7a\x9b\x78\x66\xc7\x54\xf3\xc6\x58\x82\xb8\x5e\x67\xbc\x56\x03\ \x60\x78\xcb\x83\x7c\xf7\xde\xa7\xf1\xb4\x38\x03\x67\x5f\xc6\x07\ \x3e\xf6\x3b\x7c\xe4\x8a\x4e\x1e\xbe\xfb\xd1\xa3\xd3\x60\x14\x0a\ \x19\xf8\x80\x40\xe8\x66\xb3\xc7\x0c\x34\x5b\x13\xec\x7e\x92\xef\ \xdc\xb3\x8e\xb6\xe5\x67\x91\xf4\x26\x18\x9d\x1c\xe7\x91\xef\x7d\ \x87\x3d\x7e\x8e\xc5\xf3\x9b\x91\x7a\xa3\x32\x8d\x67\x77\xd2\x35\ \x07\xd2\x0b\xe6\x91\xf0\xa7\xa9\x04\x11\xc8\xe6\xd8\xb1\x63\x9c\ \x3a\xd6\x7d\xfb\x2b\xec\x30\xd6\xf0\xa1\x77\x9c\xfd\xf2\x9e\x9e\ \x32\x58\xba\xf6\x06\x3e\xf6\xc9\x4f\xf1\xb6\x55\x71\xee\x7b\xf0\ \x71\x5a\xc3\xc6\x5a\xbc\x51\x90\x4a\xd0\xd9\xd5\x83\x73\xe0\x19\ \x1e\x59\xbf\x93\xc3\x87\x07\x59\xff\xd0\x03\x1c\x08\x72\x74\xe5\ \x93\x3f\x97\x31\x72\x5c\xa4\x3d\x36\x3e\x82\xad\xeb\xb8\xa5\x31\ \x64\x7b\x82\x23\x07\xcb\x4c\x8f\x8f\xa1\x05\x21\x31\x4d\x12\x43\ \x82\xef\x11\x37\x04\x93\x13\xd3\xb8\xae\xc7\xf4\xd4\x08\x8f\xfd\ \x74\x9c\x8c\x9d\x60\x74\x7c\x82\xca\xba\x27\x39\xeb\xf2\x2b\x98\ \x33\xa7\x1d\xb1\x75\x07\xcb\x16\x2f\x24\xdf\xd6\x49\xbe\x3d\x43\ \xa3\x51\x25\x1e\x4f\x20\xa3\x90\x6a\x75\x9c\x78\x22\x41\x3e\x9b\ \x65\x41\x5f\x1f\xa5\x62\x89\x62\xb9\x4c\x7d\x7a\x0c\xdd\xa9\x11\ \x97\x3e\x09\x1d\xae\xbd\xf2\x0a\xc6\x46\x47\x98\x18\x19\x66\xaa\ \x54\x22\x92\x21\x89\x98\x85\xd0\x05\xb5\x52\x85\xd0\x71\x31\xd2\ \x49\x36\x6f\xde\x42\xe6\xd0\x28\x3b\xf6\x0f\xf3\xe4\xfa\x2d\x24\ \x13\x19\x12\xba\x01\x7e\x80\x95\xce\x1e\x9d\x40\x73\x72\x8d\x6d\ \x89\xef\x3a\xcd\x48\x79\xde\x72\x7a\xcc\x07\xb8\xf7\xfe\xc7\x89\ \x9e\xdd\xcf\xc2\xb5\xd7\x51\x3b\xb0\x8d\x7d\x35\x45\x71\xdb\xe3\ \x44\xb9\x7e\x0a\xfe\x30\x3f\x7e\x60\x2b\xcb\xcf\x19\xa0\x38\x56\ \xc5\xac\xed\x64\x77\x25\xcd\x59\x73\xb2\x33\xbe\x49\x2f\x97\x9d\ \x37\x8f\xaf\x7d\xf3\xab\x74\x7c\xe0\x26\xc6\xf6\x1c\xc2\xd3\xbb\ \x21\x0a\x70\x1c\x17\xcf\x6d\x50\x2a\x97\xf1\x8e\x59\x71\x0e\x3d\ \x17\x6f\x66\xea\x4d\xe0\x3b\xb8\x41\x73\x28\xd8\xc0\xe9\x0b\x99\ \xbb\xaf\x8b\xeb\x6f\x5e\x4b\x26\x9e\x26\xaf\x8f\xf0\xd3\xbe\x4e\ \x06\x2e\xb8\x8e\x73\xba\xd3\xe4\xda\xda\x01\x48\x74\x2f\xa4\x57\ \xdc\xc5\xa3\xf7\x3d\xc7\xd0\xd4\x4f\x09\xbb\xcf\xa5\x3b\xa6\xa8\ \x39\xde\x71\xc9\xff\xd3\xdb\x7e\xc2\xbf\x3d\x31\xc9\x7b\x3e\xf3\ \x5e\xea\x23\x13\x18\x1d\xed\xc4\x0c\x71\xf4\xe0\xe5\x39\x2e\xb3\ \x69\xf3\x32\x70\x69\xe0\xe2\x3a\x0d\xca\xa5\x32\x41\xea\xd7\xdd\ \x93\xb1\x45\x8b\x93\x47\x18\x84\x74\x2e\xbf\x98\x77\x5e\x74\x98\ \xef\x7c\xfd\xbf\xf3\x43\x4d\x47\x1a\x39\xae\x7e\xf7\x07\x58\xda\ \x66\xbe\x30\x3e\xf0\x44\x51\x7a\x4f\xdf\xc2\x2f\xb4\xe7\x33\xb4\ \x25\x34\xd2\x31\x8b\xbd\xbb\x77\xa1\x29\x48\xc5\x13\xa4\xe3\x71\ \xb2\xc9\x38\x2b\x07\x16\x71\xe4\xd0\x10\x61\x18\x10\x3a\x55\xa6\ \x86\x87\xa8\x95\xcb\xe4\x32\x59\xcc\x58\x9c\x46\x10\x20\x2d\x8b\ \xc7\x9e\x7e\x86\x9e\xbe\xf9\x5c\x79\xd5\x55\xac\xbd\xe8\x22\x56\ \xaf\x59\x4d\x4f\x4f\x2f\x95\x4a\x85\xb1\xd1\x31\x0e\x1f\x3e\xc2\ \xe5\x97\x5d\xce\x95\x57\x5e\x49\xff\xbc\x5e\x4e\x3b\x6d\x05\x13\ \xa3\xc3\x54\xaa\x2e\x03\x03\xcb\xb1\xbc\x0a\x49\x59\xe7\x8c\xc5\ \xf3\xa8\x4d\x4f\x72\xf0\xe0\x41\x1c\xcf\x23\x08\x9b\x93\x1c\x62\ \xb1\x04\xb6\xa1\xe3\xd5\xea\xc4\x2c\x93\xa1\x43\x87\x79\xf0\xb1\ \x27\xd8\x7b\x68\x94\x23\xe3\x45\x76\xee\x3d\xc8\xd4\xd4\x14\x9a\ \x06\x7d\x8b\x17\xb3\xea\x4d\x17\x11\xbe\x68\x36\xa2\x65\x59\x3c\ \xf6\xd3\x9f\x32\x3c\x7c\x84\xf6\xf6\x0e\x74\xfd\xf8\x49\x34\x51\ \x14\xb1\x74\xc9\x62\xfa\xe7\x2f\x38\xda\xf4\xe5\xd8\x8b\xa6\x69\ \x54\x2a\x65\xe2\xf1\x38\xe9\x4c\xb6\xd9\xe3\x5b\xd3\xa8\x94\x4b\ \x64\x73\x79\x4c\xcb\xfa\xb9\x48\xbb\xd1\xf0\xe8\x5a\xbc\x9c\xce\ \x44\x86\xe5\xfd\x29\x9e\x7e\xe0\x7e\xa2\x45\xd7\xf0\x81\xb7\x9c\ \xc1\xd4\xae\x67\xb8\xfb\xc7\xf7\x73\x58\xce\xe5\xdd\xef\x7f\x1f\ \x0b\xb4\x51\xd6\x6f\x1b\xa3\x6b\x6e\x8c\xa7\xee\xbb\x87\x67\xf6\ \xbb\x5c\xf6\xae\xdf\x60\xed\x92\xdc\xd1\x47\x9c\xbb\x7c\x0d\x9d\ \xe1\x11\x1e\x7e\xf8\x31\x46\xbc\x36\x2e\xbd\xea\x0a\x16\x77\x9a\ \xec\xda\xf4\x1c\x1b\x37\x6d\xa5\x91\x3f\x93\xf7\xff\xc6\x5b\xc8\ \xdb\xcd\x2c\x11\xbf\x5e\x25\xd1\xbb\x84\x85\xed\x09\x7c\xa7\x46\ \x7a\xce\x22\xfa\xe7\xa4\xe8\x58\xba\x12\x7d\xe8\x19\x7e\x70\xdf\ \xe3\x4c\x89\x36\xce\x38\xed\x74\x06\x7a\x2d\x1e\xff\xe1\xdd\x3c\ \xb5\x63\x92\xbe\x65\xcb\x29\x24\x0d\x30\x32\x0c\x2c\xee\xe4\xf9\ \x87\x7e\xc8\x9e\x68\x11\x1f\x78\xff\x0d\x74\x58\x2e\x55\x3f\xc9\ \xc0\xb2\x05\xd8\x33\x6a\x5b\x99\x3e\xcc\xfe\xc1\x51\x0e\xed\xdd\ \xcc\x86\xad\xe3\x2c\x38\x6d\x05\xb9\xd8\xcc\xe7\xab\x14\x8d\xba\ \x43\xd7\x92\x15\x74\xa5\x34\xf4\xa8\xce\xae\x2d\xeb\x79\x76\xd3\ \x2e\xac\x85\x6b\x79\xff\xdb\xaf\x20\x65\xb6\x64\xbb\xc5\x6b\x9f\ \xc9\x89\x71\xd2\xe9\xcc\xcb\x37\xac\x53\x12\xa5\xc7\x59\x78\xc6\ \xf9\x5c\x7e\xc9\xc5\x5c\x78\xd1\x25\x5c\xff\xe6\x6b\x59\x35\xbf\ \x0d\xdf\xf3\x5e\xae\x90\xdb\x17\x97\x5e\x7d\xa3\x32\x55\x40\x6f\ \x2e\x41\xad\x5c\x66\x7a\xba\x4c\x3c\x96\x60\xf0\xe0\x20\x09\xdb\ \xe2\xfc\xf3\xcf\xa1\x67\xee\x5c\x7e\x7c\xdf\x8f\x98\x2e\x4e\xb2\ \xbc\xbf\x83\xde\x7c\x82\xb4\x19\xa3\xb7\xb3\x9b\xb9\x3d\xbd\x0c\ \x4d\x4c\xf1\xd8\xc6\x4d\x6c\xda\xb3\x9f\x74\x5b\x07\xfd\xf3\x17\ \x73\xe9\x65\x57\x32\xa7\xa7\x07\xcd\x30\xd9\xb0\xe1\x59\x7e\xb6\ \xee\x49\xa6\x26\x26\xb9\xe8\xa2\x8b\xb8\xe5\xe6\x77\xa2\xeb\x82\ \xb1\xe1\x11\xea\xb5\x2a\x8e\x9e\x84\x78\x1b\xdf\xf8\xd2\x5f\x30\ \x2f\x23\x38\x73\x49\x37\x43\xfb\x77\x53\xaa\xd4\x71\x83\x88\x40\ \x2a\x34\x4d\xa7\x90\xcb\x92\xb2\x0d\xf2\x99\x04\xd9\x6c\x86\x7a\ \x10\xf0\xd4\xe6\xed\x14\x7d\x8d\x89\xaa\x4f\xad\xee\xd2\x9e\x49\ \xa1\xfb\x0d\x2e\xbb\xea\x6a\xee\xf8\xc2\x9f\xe1\xd4\xeb\xc7\xbd\ \xe3\x57\x9a\xc6\xee\xfb\x3e\xd7\x5f\x77\x0d\x17\x5f\x7a\x19\x51\ \xf4\xc2\xb8\xb1\x59\xc1\xd6\x75\x9d\xc3\x87\x86\xc8\xb7\xb5\xd1\ \xdd\x33\xef\x85\x69\xec\x83\x07\xe8\xeb\x5f\xd0\xea\xf2\xd7\xa2\ \xc5\x1b\x9c\x9d\xdb\x9f\x67\x6e\x77\xef\x4b\x0e\xf3\x06\xd0\x0d\ \x83\xf2\x91\xad\x7c\xff\x3f\x1f\xa4\x2a\x4c\x34\x21\x50\xa1\x87\ \xd1\x71\x06\xb7\xdc\x74\x29\x79\x5b\x11\x9d\x38\x7b\xa4\x66\xd4\ \x2b\x45\x86\xf6\xee\xa6\xdc\x91\xa3\x73\xce\x1c\x9c\x20\xa2\xad\ \x23\x47\x5b\xa1\x41\xbd\x38\x01\xbe\xcb\xe1\xa1\x7d\xd4\x6b\x75\ \xa6\x4b\x55\x36\xd4\xcb\x18\xa7\x2d\xa4\x63\xa0\x0f\x15\x4f\x51\ \xf1\x15\x9b\x76\xec\x66\xe7\xfe\x83\x24\xb3\x79\x74\xcb\xa2\xee\ \xd4\x29\x17\xa7\x31\xe3\x71\xbc\x20\x64\xf1\xe2\xa5\x98\x86\xc9\ \x3d\x3f\xf8\x01\x4f\x3f\xf5\x14\xfd\xbd\xdd\x58\x86\x60\x7a\x62\ \x0c\xaf\xd1\xe0\x6d\xef\x7e\x3f\xcf\x3c\xbf\x0b\x2d\xa8\xd3\xdf\ \xd5\x8f\xef\x54\xc9\xa6\x93\x04\x51\x48\x54\xf7\x09\xfd\x10\x25\ \x15\x9e\xe3\x13\x53\x0a\x91\x36\xb0\xac\x04\x8e\xf4\xd0\xcd\x38\ \x8d\x9a\xc3\x74\xa5\x46\x32\x95\xa6\x30\x67\x0e\x5e\x79\x12\x37\ \xf0\x5a\xa7\xdb\x2d\x5a\xb4\x38\x25\x51\x4a\xa1\xdb\x29\x7a\xe7\ \x2f\xa0\x21\x74\x34\x61\x60\x06\x23\x3c\xfc\xe4\xe3\x1c\xb8\xe4\ \x3c\x0a\x3d\xf1\x97\x12\x6d\x8c\x7a\xb9\x48\x3e\x93\x61\x6c\x62\ \x9c\x74\xa1\x83\x05\xcb\x57\xa2\x0b\x83\x68\x64\x84\x05\x0b\xfa\ \xc9\xa5\x12\x54\xeb\x55\x0c\x5d\x23\x96\x48\xe3\x45\x0d\x1e\xdb\ \xb8\x8b\xb1\x69\x97\xf6\x74\x8e\xc9\xc9\x29\x2a\x8e\x4b\x2c\x9d\ \xa3\x6d\x6e\x0f\x5e\x10\x32\x3e\x36\xce\xb6\xad\x5b\x99\xef\x87\ \x8c\x4e\x4c\x50\x28\x14\x30\x0c\x93\xf6\xf6\x4e\xf6\xef\xdb\xc3\ \xc8\x91\x23\x64\x93\x31\x0e\x1f\xdc\x47\x7f\x6f\x2f\xd3\xa3\x47\ \xf0\x2a\xd3\x74\x15\xb2\xf4\x76\xb7\x93\x36\x43\x26\xc6\x23\x4a\ \x95\x12\x42\x93\x28\x19\xa0\x22\x85\x8c\x0c\x84\x16\xa7\x5e\x73\ \x08\xa3\x49\x86\x26\x26\x28\xd7\x3d\x6a\x8e\x07\x86\x49\xb6\xd0\ \x4e\xc3\x77\xc9\x65\x53\xcc\xe9\xea\x7c\xc9\x3c\xc7\x16\x2d\x5a\ \xb4\x38\x99\x44\x61\x48\xaa\x7d\x21\x6f\xbb\x65\xe5\x0b\x37\x06\ \x07\x19\xdc\xfe\x3f\xa9\x7b\x01\x82\xc4\x4b\x6e\x6b\xac\x5c\xba\ \x84\x03\x7b\xf7\x30\x31\xe6\xb2\x79\xc7\x6e\x86\x26\x6a\xe8\xc2\ \xa0\x90\x34\x59\x3a\xb0\x14\x5d\xba\x54\xcb\xd3\x84\x61\x48\x24\ \x74\xa4\x15\xa7\xe6\xb8\x3c\xb7\xfb\x20\x85\x44\x8a\x98\x1d\x27\ \x9d\xcf\x23\x4d\x9d\x46\x10\x62\xe8\x3a\x02\xc1\xbe\xbd\xfb\xa8\ \x7b\x01\xa9\x6c\x1b\xbb\x76\xee\x45\xd7\x35\x24\xe0\xb9\x1e\x42\ \x29\x2a\xa5\x69\xf6\xec\xd8\x8e\x5b\x9e\xe2\x4d\x6b\x2f\xa5\x38\ \x35\x46\x6f\x77\x3b\xf9\x5c\x12\xa7\x38\x42\xb5\x32\x4d\x22\x6e\ \x52\x75\x5d\x84\x8a\xd0\x00\xcb\xd0\xf1\xbd\x10\x43\x58\x64\xdb\ \x33\x88\xa9\x32\x95\x9a\x43\xc3\x0d\x08\x24\xf8\x32\x22\x6e\x08\ \x14\x11\x91\x0a\x5b\xbf\x8c\x16\x2d\x5a\x9c\x92\xe8\x86\x41\x7d\ \xea\x20\x8f\xfc\xf8\x79\x1a\x42\xc3\xd0\x35\xca\x07\x36\xb1\xb3\ \xde\xce\x35\xed\x19\xa4\x7a\xe9\x5c\x2a\xe3\xe2\x0b\xde\xc4\xd0\ \xbe\x7d\x04\x42\xc3\xb2\x63\x8c\x4c\x97\x68\xcb\xb6\x71\xe1\xca\ \x55\x84\x91\xcf\xd8\xe1\x03\x8c\x8d\x8d\x35\xe7\x48\x1a\x26\xf5\ \x50\xd1\x3f\xb0\x02\xa7\x5c\xa7\x31\x59\xc2\x32\x13\xd4\x7d\x85\ \xae\x0b\xb4\x40\x12\x43\x80\x52\x38\x6e\x9d\x52\xa9\x44\x22\x9d\ \xc5\x75\x1b\x14\x8b\x25\x1a\xf5\x3a\xe7\x9c\x7b\x2e\xe7\xbf\xe9\ \x7c\x86\x07\xf7\x11\xd3\x2e\xa4\x3c\x35\xc9\xd8\xc8\x30\x07\xf7\ \xed\x21\xa5\xbb\x54\xcb\x71\xa6\x46\x8f\xe0\xbb\x0d\x40\xc7\xd0\ \xc0\x32\x35\x90\x20\x90\x74\x76\xcc\xc1\xb6\x12\x14\xda\xbb\x18\ \x2d\x57\x99\x2e\x6e\xa3\x1a\x09\xf4\x44\x1a\x80\x44\x2a\x81\x21\ \x1b\x24\x62\xb1\x93\x9e\x3c\xe2\x05\x21\x52\x6f\xf5\xe4\x68\xd1\ \xe2\xb5\x80\x21\x21\xf0\x1a\x2f\x3b\xea\xeb\x84\xdb\x19\x06\xb6\ \x6d\xff\x42\xdb\x08\x21\x08\x9c\x32\xfb\x77\xef\xa4\x8c\x89\x86\ \x24\x96\x5d\xc0\x07\x6e\xbf\x8a\xfe\xb4\x38\x61\xf9\xfa\xd1\xe7\ \xab\x2a\x9f\x79\xcb\x96\xf0\xfc\xa1\x43\x44\x7e\x40\x2c\x9e\x26\ \x99\x8e\x91\xca\x67\xd8\xb3\x63\x33\x47\xf6\x1f\x22\x8c\x02\x22\ \xcd\x40\x68\x12\xdb\xd4\xe8\x9f\xd7\x07\x81\x64\xd3\xfa\xe7\xa8\ \xba\x75\xda\x12\x31\x22\x19\xd1\x5c\x2c\x15\x68\xa6\x09\x52\x31\ \x5a\x9a\xc6\x15\xb0\xb0\xbf\x9f\xf1\xd1\x43\xb8\xb5\x22\x37\x5e\ \x7f\x3b\xf9\x4c\x9c\x51\x25\x09\xbc\x00\xdd\xb0\x70\xca\x93\xe4\ \x0c\x17\x53\x8b\x90\x68\x94\x3d\xc1\xe1\xc9\x06\x11\x3a\x52\x09\ \x30\x6c\x08\x43\x74\xcb\x24\x95\xcb\x30\x39\x55\xa2\x7a\xf8\x30\ \x3b\xf6\x0e\x51\x71\x02\xac\x74\x9e\x20\x82\xf1\xb1\x29\xe6\x16\ \xf2\xc4\x73\x49\x7c\x61\x22\x4e\x62\x33\x6d\x05\x3c\xf7\xe8\xdd\ \x68\x83\x0f\x21\x74\xab\xb5\x47\xb4\x68\x71\x2a\x47\xbe\x52\x32\ \x92\xc9\xd2\x3d\x70\x23\x31\x3d\x86\x52\xaf\xbe\x6a\xa0\x5e\xaf\ \x73\xce\x39\xe7\xbc\xec\xc2\xe3\x89\xec\x91\xcc\xdc\x15\x7c\xf8\ \x53\xa7\x1f\xbd\x4d\xd3\xb4\x66\x8a\x70\xf0\xf2\x2e\x81\xb1\x7e\ \xfb\x16\x46\xa6\xa6\xc0\x8c\x61\x18\x16\x82\x90\x46\xad\xc8\xe6\ \xe7\x37\x53\xaf\x94\x18\xad\xfb\x98\x1a\xc4\x63\x1a\x9a\x16\x21\ \x1a\x0e\xed\xc9\x04\xd9\x4c\x96\x9d\x5b\x37\x63\x9a\x16\x52\x04\ \xe8\xc2\xc0\x77\x5c\x42\x43\xc7\x93\x8a\x8a\x1f\x10\x08\x0d\x59\ \xab\x30\xd7\x6f\x60\xd9\x30\xa7\x3d\x4d\xe8\x94\xd9\xbf\x6b\x04\ \xa7\x56\x26\x9b\xcb\xa3\x64\x1b\xe5\xa9\x31\xba\x92\x0a\xcd\x4c\ \x50\xac\x7a\x0c\x97\x25\x93\x7e\x82\xe9\x62\x09\x5d\x83\x54\xcc\ \xc4\x12\x8a\x84\xd0\x19\x99\x1c\x47\x09\x93\xc0\x97\x8c\x95\xeb\ \x18\xf1\x34\x4a\x33\x31\x44\xf3\x0d\xef\xdd\x3f\x44\x3a\x19\xa3\ \xd0\x35\xff\xa4\x16\xd7\x28\xc0\xaa\x0e\xd1\xb6\xf1\xef\x51\x2d\ \xcd\x6e\xd1\xe2\x94\xc6\x0e\x61\xc7\x82\x79\xac\xb9\xe6\xa3\x74\ \xd8\x85\x99\xca\xdd\x57\x46\xd3\x34\x76\xef\xde\x8d\x94\xf2\x17\ \x12\x6d\x68\x2e\x46\x86\xe1\x2f\x6e\xe3\x1a\x5e\xd5\xa1\x51\xad\ \xa3\x6b\x06\x42\x08\xe2\x76\x9c\x7c\x26\x83\xeb\xb8\xf8\x7e\x88\ \x52\x1a\x9e\x17\x60\x9b\x62\x46\xd4\x1d\x02\x3f\x20\x91\x88\x93\ \x48\x26\xc8\x64\xb2\x8c\x8c\x8e\xa2\x1b\x16\x5a\x28\xf1\x83\x80\ \x20\xf0\x91\x42\xc3\x4c\xa6\xb0\xac\x18\xa3\x63\xe3\xc4\x13\x29\ \xba\xda\xb2\xd4\x1b\x0d\x26\x46\x87\xa9\x96\xca\x64\xb2\x59\x84\ \xa6\x33\x55\x9c\x26\x93\x48\x22\x8c\x18\x23\xc5\x32\xc5\x4a\x9d\ \x62\xcd\xa5\xd8\xf0\x08\x3d\x8f\x84\x6d\x12\xb7\x34\x1a\x41\x44\ \x29\x15\x90\xcd\x75\x50\xf5\x1a\x74\xf4\xf4\x33\x3d\x78\x18\x6f\ \x26\x35\x4f\x68\xcd\xa3\x9e\xe7\xd6\x51\x92\x5f\xef\x60\xdf\x13\ \x7d\x29\x9a\x46\x68\x02\x66\xbc\xb5\x57\xb4\x68\x71\x0a\x13\x8a\ \x10\x4d\x4f\x10\x45\x92\x20\x0c\x91\xbf\x80\x68\xbf\xd2\x10\xdf\ \x5f\xb9\x8d\x63\x86\x82\x65\x0b\x97\x12\x45\x26\x7e\x18\x92\x4e\ \x26\xe8\xee\xe8\x64\x7a\x6a\x02\x0d\x8d\x7c\xbe\x0d\xa7\x56\xc5\ \x71\x3c\x84\x02\x29\x61\x74\x74\x8c\x6c\x2e\x47\x36\x9b\xc3\x8e\ \x35\x53\x53\x54\x18\xa2\xe9\xcd\x92\xe9\x58\x3c\x8e\x1d\x4b\x11\ \xcb\xe6\x40\x29\xca\xa5\x49\xe6\x16\x72\x64\xf3\x05\xc6\xa7\xa6\ \xd9\xbd\x6f\x1f\xc9\x58\x0c\xcd\xd4\x31\x0d\x83\x5c\x7b\x3b\xd9\ \xa4\xcd\x54\xa9\xc2\x91\xf1\x69\xc6\x8a\x55\x2a\x8e\x8f\x32\x13\ \x08\x3d\x4e\x23\xf4\x69\x34\x7c\x9c\x28\xa0\xd2\x28\xa3\x4f\xbb\ \x38\x91\x62\xde\xe2\x65\x64\xf2\xed\x14\xab\x15\x82\xa0\xf9\xfa\ \x4c\xd3\xc4\x10\x0a\x4d\x13\x27\xdd\xd3\x56\x33\x9f\x57\xab\x3e\ \xbb\x45\x8b\x53\x1b\x29\x99\xc9\x36\x3b\xf5\x33\xce\x8c\xc1\xbd\ \x83\xac\x3a\xeb\x6c\xe6\xf5\xf6\xe1\xf9\x3e\xa6\xa6\xd3\xd6\x56\ \xe0\xf0\xd0\x20\x4e\xc3\x21\x97\x4e\x12\x33\x2c\x5c\xa7\x81\xef\ \xb9\x18\x86\x60\x6c\x7c\x9c\xfe\x05\xfd\xac\x3a\x63\x35\x3b\x76\ \xee\x42\x29\x10\x9a\x86\x10\x1a\xf1\x78\x0c\x3b\x16\xc3\xb4\x62\ \xf8\x7e\x84\xeb\x38\x78\x6e\x48\xb5\xee\x32\x39\x55\xa2\xb3\xbd\ \xc0\x8a\x95\xab\x28\x17\x27\xb1\x63\x26\xa9\x44\x12\xcb\x32\x08\ \x34\x8d\x43\x13\x25\x8e\x4c\x14\x99\xae\x3a\x54\xdd\x00\xc3\x4e\ \x60\xda\x71\x34\x33\x8e\x10\x0a\xa9\x69\x54\xdd\x00\x4b\x37\x10\ \xb6\xc5\xc1\xe1\x51\x34\xd3\x26\x9e\x4c\x21\x1a\x80\x0a\xb1\x0c\ \x13\xcb\x10\x33\x25\xec\x27\xf7\x0b\x50\x40\x6b\xd8\x59\x8b\x16\ \xa7\x3e\x91\xa0\xd9\xef\xe3\x35\x90\x25\x6c\xd4\x9c\x3a\x75\xa7\ \x41\x5b\x2e\x8f\x10\xe0\x7b\x1e\x1a\x8a\x72\xb1\x44\xbd\x5a\xc1\ \x10\x90\x8c\x27\xc8\xe7\xda\x08\xa3\x00\xd7\xad\xe3\x7a\x55\x2c\ \x2b\xc6\xca\xd3\x4e\x67\xf3\x96\xad\x34\x7b\xc3\xda\x08\xa5\xa1\ \xe9\x26\x91\x82\xc8\xf5\x28\x55\x5d\x3c\xcf\x21\x19\x8f\xe1\xb8\ \x01\xd3\xe5\x0a\xbb\xf6\x1e\x60\xd5\x8a\x01\xe6\x2f\x5a\x4c\xbd\ \x5a\x24\x1e\x8f\xa3\x80\xe7\x77\xec\x62\xc7\x9e\x83\x14\x6b\x1e\ \xbe\x12\x28\xc3\xa6\x11\x46\x68\x04\xa4\x52\x29\x92\x89\x04\x61\ \xe0\x23\x84\xc2\x97\x92\x5c\xae\x9d\xa9\x62\x91\x74\xd2\x42\x0b\ \x03\x2c\xcb\x44\x46\x0a\xcf\x73\x09\x7d\x89\xeb\x38\x27\xdd\x1e\ \xa1\x15\x69\xb7\x68\xf1\xda\x88\xb4\xa3\x99\x7d\x95\x53\xbf\x07\ \x8e\xf1\xa6\x4b\x2e\x44\x33\x2c\x6c\xc3\xc4\x32\x2d\xf6\xed\x1d\ \x61\xe4\x48\x95\x20\xf0\xb0\x4c\x13\xc3\x30\xa8\xd5\x6a\xb8\x9a\ \x46\x2a\x99\x22\x9e\x48\x22\x4c\xc1\xa1\x23\xc3\x18\x96\x4d\xa9\ \x52\x26\x93\xcb\xa3\xeb\x26\xa1\x8c\x70\x5d\x8f\xb0\x21\xb1\xed\ \x38\x86\x2e\xf0\x67\x72\x38\xea\xae\x4b\x3a\x4a\x50\xac\xd4\x79\ \x76\xd3\xf3\x14\xb2\x29\x32\x49\x9b\xe5\xcb\x07\x18\x9d\x98\xe2\ \x99\xcd\xdb\x19\x3a\x3c\x8c\x11\x4b\xd0\xf0\x23\x92\x99\x1c\x51\ \x28\x09\x42\x89\xe3\xfb\x18\x96\x8d\x61\xda\xa0\x49\x42\x3f\x20\ \x54\x82\x4c\x3e\x4f\x14\x05\x58\xa6\x81\xef\x48\x0c\x43\x47\x48\ \x83\x4a\xb9\x88\x1f\x46\x27\xfd\xe3\x57\xd0\xec\x82\xd7\x2a\xf2\ \x69\xd1\xe2\xd4\x8e\xb4\xa5\x7a\xcd\xec\xa6\xc6\x75\xd7\x5f\xcb\ \xb6\x6d\x3b\x19\x1f\x19\x27\x1e\x4b\x32\x3d\x35\x81\xe7\xb9\xe8\ \x42\x11\xa8\xe6\xa2\xa2\xef\x7b\x54\x3c\x97\x72\xb9\x84\x14\x21\ \xc9\x54\x82\xc1\xc1\x21\xc6\xc6\xc6\x09\xbc\x10\xcd\x10\xd4\x9d\ \x2a\x52\x42\x18\x85\xd8\x76\x8c\x44\x22\x86\xef\x07\x38\x4e\x1d\ \x2f\xf0\x50\x91\xc4\xf1\x42\x84\x10\xc4\x6c\x1b\x74\x0b\xc7\x97\ \xec\xd9\x7b\x80\xed\xfb\x0e\x30\x5a\x2c\x23\x67\xa2\x74\x4d\xd7\ \x68\x38\x0e\x86\x69\x13\x8f\x5b\x44\x51\x48\xbd\x5e\x25\x97\xcd\ \xa3\x5b\x26\x86\x65\x22\x74\x30\x0d\x03\xa7\xe6\xe0\x3a\x0d\x34\ \x01\x86\xae\xa3\x99\x06\xba\x61\x22\x15\x27\x35\xe5\x4f\xb4\xec\ \x91\x16\x2d\x5e\x5b\xf6\xc8\x6b\x44\xb5\x8d\x54\x3c\x46\x21\x9b\ \xa1\x3c\x31\x41\x21\x9f\x66\xce\x9c\x36\x06\x0f\x1e\x44\x11\x12\ \x45\x01\xd5\x6a\x05\xcb\x32\x49\x67\x52\x44\x41\x48\xad\xe1\x53\ \xa9\x56\xb0\xed\x38\xb5\x46\x83\x28\x52\x68\x7a\x88\x54\x33\x0b\ \x90\x5a\x1c\xa5\x14\x75\xc7\xc1\xd0\x05\x42\x93\xe8\x9a\x4e\xa4\ \x04\x61\x18\x11\x29\x9b\xaa\xe3\x11\x8c\x4e\xa0\xab\x88\xb8\x6d\ \x70\xf0\xd0\x30\x5e\x04\x7a\x2c\x49\x14\x85\xd8\x96\xd1\x5c\xc1\ \x0d\x3c\x74\x41\x73\x10\x6d\x14\xe1\xd4\x4b\x08\xcd\xc0\xb4\x62\ \x08\x19\x62\x65\xd2\x58\x96\x41\xb5\xec\x83\x8a\x40\x99\x68\x9a\ \x0e\x42\x23\x0c\x25\xb4\xec\x91\x16\x2d\x5a\xbc\x1a\x7b\x44\xce\ \xec\xab\xaf\x05\x4f\x3b\x13\xb3\x58\xd8\xdb\x4d\x3e\x9d\x44\x29\ \x85\xa5\x0b\xea\xd5\x0a\x81\xef\xa2\x09\x88\x22\x0f\x5d\xb7\x89\ \xc7\x63\xf8\xba\x4f\xd6\xca\xe1\x7a\x0e\x85\x42\x01\x4d\xd3\x29\ \x57\x2a\x44\x0a\x6c\xdd\x9c\x11\x49\x85\xa6\x69\x08\x43\x23\x08\ \xea\x04\x7e\x03\xec\x38\x52\x0a\x9c\x20\xc0\xf0\xc3\xe6\x74\x61\ \x43\x47\x57\x01\x91\x1f\xe2\x38\x3e\x4a\x33\x51\x08\x22\x29\x31\ \x74\x85\x2e\x14\x8a\x10\x4d\x42\x2c\x1e\x43\xd7\x75\x82\xc0\xc1\ \x0d\xc1\xf7\x1c\x02\xc3\xc0\xb6\x34\x12\xb1\x38\xc9\xb8\x85\xe7\ \xba\xe8\xba\x86\x10\x06\x96\x65\xcf\xf8\xd9\x27\x7f\x21\x52\xd2\ \xea\x13\xdd\xa2\xc5\xa9\xce\x6b\xc9\xc0\x34\x94\xeb\x93\x89\xc7\ \x49\x24\xe3\x4c\x4c\x4e\x32\x35\x3d\x89\x42\x61\x59\x26\xbe\xe7\ \x13\x8b\xc5\xb0\x6d\x03\xdf\x77\x01\x30\x4d\x83\x20\x6c\xf6\x48\ \x76\x1a\x0e\xba\x6e\x22\xc3\x90\x30\x8a\x50\x4a\x61\xda\x36\x96\ \x6d\x61\x99\x26\x1e\x1e\x42\x49\x64\x18\x11\x29\x81\x94\x12\xc3\ \x68\x56\x2a\x06\x91\x02\x04\x96\x6e\xa2\xeb\x16\x52\x06\x20\x14\ \xa6\x66\x20\xa4\x04\xa1\x10\x28\x34\x22\xd4\xec\xdf\x0c\x0d\xa1\ \x69\x78\x41\x40\x28\x25\x5e\xa3\x4e\x3e\x9d\x24\x1e\x6b\x66\xb7\ \x28\x29\x51\x02\x84\x98\xa9\xa4\x3c\xd9\x47\xef\x28\x04\x1f\x84\ \xf0\x5a\x7b\x45\x8b\x16\xa7\xb2\x3d\x12\x29\x82\xd0\x23\x92\x12\ \x39\x73\x79\xf5\xdb\xfe\x7a\x4d\x50\x43\x69\x0a\x43\x37\x08\x3d\ \x9f\xcd\xcf\x6d\x64\x6a\x62\x0a\x53\xb7\x08\x43\x81\x14\x8a\x20\ \x10\x54\x2b\x2e\xa9\x44\x1c\x50\x48\x25\xd1\x35\x13\xdf\x0b\xb1\ \x2c\x9b\xba\xd3\x68\x16\xb6\xa8\xe6\xfd\x55\xa4\x50\x12\x54\xa8\ \xc8\x58\x49\x32\x7d\x0b\xd9\x7b\xe0\x00\x9a\x61\x12\xf9\x2e\x91\ \xf2\xd0\x0d\x13\x4d\xd3\x70\x1a\x1e\x41\x10\xe0\x78\x1e\x1a\x20\ \x94\x86\x00\x22\x19\xa1\x09\x13\x85\xc2\x0f\x14\xba\x69\x22\x85\ \x8e\xae\x1b\x24\x13\x71\xac\x20\x40\x46\x92\x98\x9d\x40\xd3\x2c\ \x10\x06\x42\x33\x70\xdc\x00\xa5\x14\xf9\x7c\x9e\xde\xde\x5e\x64\ \x74\x72\x7d\x89\xd4\xc2\x0b\x09\xdf\xfb\x3d\x84\xa6\xb7\xf6\x8a\ \x16\x2d\x4e\x61\x04\x8a\x35\x86\x49\x65\x64\x9a\x9a\x28\xbf\xea\ \xd8\x5b\x29\x85\xae\xeb\xbf\x70\x35\xe4\x2f\x25\xda\x95\x4a\x85\ \xce\xce\x39\x98\x91\xa2\x34\x5d\x42\x28\x8d\x30\x0a\x91\x12\x52\ \xe9\x2c\xba\x10\x08\xa9\x90\xa1\x02\x21\x41\x82\x94\x11\x1d\x1d\ \x1d\xc4\x62\x31\x76\xed\xd9\x8b\x65\xc7\x66\x04\x52\x35\x05\x5c\ \x68\xe8\x9a\x46\xc2\x4e\x12\xb3\x2d\xe2\xd6\x30\xd3\xd5\x0a\x89\ \x54\xa2\xb9\x68\x18\x8b\x91\x6d\x2b\xd0\xd9\xde\x46\xb9\x58\x42\ \x8e\x80\x6d\x58\x28\xa9\x66\xba\x5b\xe9\x20\x04\x96\x69\xa1\x69\ \x02\xd3\x34\x09\xc3\x10\x25\xc0\x46\x90\x88\x27\xd0\x75\x9d\x44\ \x22\xd9\xf4\xc9\x23\x49\x18\x46\x58\x96\x85\x94\x92\x30\x8a\x48\ \xa5\x92\xbf\x70\xe3\x97\x5f\xed\x8f\x00\x56\x9f\x7d\x5e\x6b\x6f\ \x68\xd1\xa2\xc5\xaf\x56\xb4\x3d\xcf\xa3\x54\x2a\x32\x39\x51\x64\ \x70\x70\xb0\x39\x52\x2c\x6c\x66\x79\x04\x41\xc0\xd2\x65\xcb\x09\ \x5c\x97\x23\x87\x0e\x81\x6a\xfa\xd5\xf1\x78\x9c\x89\x89\x09\x74\ \x4d\x23\x16\xb3\x91\xb3\x63\xb9\x98\xb5\xb5\x15\x41\x14\xa2\x19\ \x31\x2e\xb8\xf0\x02\xda\xbb\x3a\x79\xe0\x91\x87\x90\x51\xd4\x6c\ \xdd\x2a\x04\x96\x65\x51\x68\x6f\xc7\xf5\x5c\x84\x10\xf8\xbe\x0f\ \x34\xcb\x42\x67\x27\xc4\x18\x86\x4e\x3c\x1e\x27\x8a\x22\x82\x20\ \x68\x66\x64\xcc\x3c\x97\x61\x18\x28\xa5\x68\x34\x1a\x54\xab\x55\ \x62\xb1\x18\x4a\x29\xa2\x28\xa2\x33\x97\xc3\xd0\x8d\x53\x62\x44\ \x64\x8b\x16\x2d\x5a\x9c\x30\xb0\xd3\x0c\x6c\xdb\x3c\xe1\x9a\x97\ \x0c\x03\xbc\x97\x68\x1c\x65\x24\x93\x49\x94\x82\x62\xb1\x48\xb9\ \x52\x26\x92\x12\x5d\xd7\x40\x0a\xa6\x8b\x45\x0a\x85\x36\x02\xd7\ \xa3\x5a\x2e\x23\x90\xf8\x61\x40\xa8\x24\xd9\x6c\x96\x5c\x2e\xc7\ \x91\x91\x11\x4a\xe5\x2a\xf6\xcc\xe2\x9f\xa6\x69\x08\x21\x90\x91\ \x44\x37\x74\xe6\xcd\x9f\xcf\xbc\x45\x0b\x28\xd6\x2a\x3c\xb1\x6e\ \x1d\x56\xac\xd9\xc2\x70\x72\x7a\x0a\xc3\x30\x98\x9c\x2e\x82\xd0\ \xb0\x6d\x9b\x68\xc6\x17\x17\xa2\xe9\x7f\xcf\x5e\x0f\xc3\x10\xa5\ \xd4\x71\x0d\x56\xc2\x30\x7c\x41\xcc\x85\x38\xea\x2b\x69\x9a\x86\ \x94\x12\xd3\x34\x5b\xbf\x8a\x16\x2d\x5a\x9c\x92\x68\xba\x4e\x7d\ \x72\x3f\xf7\x3f\xb6\x81\x3a\x3a\xa6\x65\x22\x64\x48\x18\x4a\x14\ \xd0\xb1\xec\x2c\xce\x5f\xde\x8f\x2e\xc3\x9f\xf3\x0b\x8c\x44\x22\ \x8e\x10\x1a\x3d\x3d\x3d\x14\x0a\x05\x6a\x75\x17\xa1\x0b\x82\x50\ \xd1\xd6\xd6\xc6\xf0\xf0\x08\xbe\xeb\xa2\xeb\x3a\xbe\x1f\x60\x9a\ \x26\xbe\xeb\xe0\xba\x2e\xce\x4c\xd5\x61\x22\x91\x40\x49\x85\xd0\ \x35\x74\xdd\x40\xd7\x75\x74\xc3\xa0\xe1\xfa\x0c\x8f\x8c\xb2\x64\ \xf9\x00\xf1\x58\x12\x19\x41\xb5\x5c\x43\xa6\x14\xa0\x21\x74\x83\ \x48\x35\x1b\x82\x0b\xc4\x51\x51\x8e\xa2\x08\xc3\x30\x88\xc5\x62\ \x47\x1b\xb2\x18\x86\x81\xa6\x69\xf8\xbe\x3f\xb3\xa0\x69\x60\x18\ \x06\x52\x4a\x84\x10\x84\x61\x88\x3e\x13\xc5\x97\xcb\x15\x2a\x95\ \xca\xc9\xaf\x88\x6c\xd1\xa2\x45\x8b\x13\x45\xd9\x42\x10\x7a\x35\ \x8e\x0c\x0d\x52\x37\x74\x0e\xef\xda\x41\x23\x33\x8f\xe5\x3d\x39\ \xaa\xc3\xfb\x78\xe2\x60\xc8\x69\x03\x8b\xc8\x8b\x90\xe8\x45\xaa\ \x86\x74\xd1\xca\x00\x00\x20\x00\x49\x44\x41\x54\x6d\xd8\x76\xec\ \x68\x54\x1b\x06\x21\xbe\xef\xa1\x34\x13\x5d\x37\x49\x65\x32\x80\ \x42\x46\x11\x9a\xa6\x61\x5b\x16\x7e\x18\x90\x48\x24\x90\x4a\x51\ \x29\x97\x49\x26\x93\xa4\xd2\x06\x32\x92\x04\x51\x38\x63\x49\x68\ \x20\x23\xea\x8d\x06\xa5\x5a\x95\x62\xb1\x44\xb9\x5c\xa6\x2d\x9f\ \x43\x37\x0c\x4c\xdb\x22\x9b\xcd\xe0\xf9\x3e\xbe\xef\x13\xca\xe8\ \xa8\x95\x71\x6c\x84\x3c\xbb\x8a\xab\x94\x22\x08\x02\x0c\xc3\x98\ \xb1\x4d\x0c\x2c\xcb\x3a\x6a\xfe\xeb\xba\x7e\xd4\xcf\x96\x52\x92\ \xcb\x65\x71\x5d\xb7\x95\x6a\xd7\xa2\x45\x8b\x53\x92\x66\x3f\xed\ \xd3\xb9\xfd\xf7\xce\xc3\x32\x24\x3f\xfc\xfb\x3f\x67\x68\xd9\xcd\ \x7c\xf4\xf2\x01\xa6\x36\xff\x88\xbf\xfe\xde\x41\xbc\x50\x81\x35\ \xdb\x47\xe9\x18\xd1\x36\x4d\x13\x29\x25\x1d\x1d\xed\xb4\xb7\xb7\ \x33\x3c\x36\x8e\x1d\x4f\x51\x2c\x55\x18\x1f\x1f\x27\x3e\x63\x7b\ \x84\xbe\x8f\x61\x34\xad\x07\x19\xc8\x66\x73\x15\x9a\x15\x7f\x76\ \x2c\x81\x65\x5a\xe8\xa6\x81\x61\x98\x28\x25\x08\x02\x0f\x19\xe9\ \x0c\x8f\x8c\x30\xb7\xbb\x9b\x4a\xb9\x82\x65\x58\x98\x31\x1b\xc3\ \x34\x30\x0d\x0b\xd7\x75\xa9\xd6\xeb\x44\x52\x22\x10\x47\x05\x79\ \x36\xaa\x56\x4a\x51\x2a\x95\x9a\x2d\x63\xe3\x71\xa4\x94\x58\x96\ \x75\x54\xb0\xc3\x30\xc4\xf7\x7d\x74\x5d\x3f\xda\xcf\x56\xd7\xf5\ \x17\x22\xf4\x93\xfa\xb5\x28\xca\xa5\x2a\x1a\x2f\x6e\xa6\x2d\x88\ \xa4\x4f\x22\x65\x63\x59\xaf\xdd\x46\xdb\x8e\xe3\x50\x0b\x9a\xbe\ \xdc\x71\xef\x5a\x29\x6c\x7c\x32\xe9\x54\x6b\xcf\x6c\xd1\xe2\x65\ \x3d\x12\x0d\x2d\xa8\xf0\xdc\xfd\x77\xf1\xfd\x87\xd6\xd1\x99\xbc\ \x0c\x18\x60\x64\xe8\x20\x5e\x3c\x45\xc2\x6a\x6a\xe0\x8b\x31\x8a\ \xc5\x22\xae\xe3\x62\x9a\x31\xe6\x76\xcf\x65\xf3\xf3\xdb\x98\x18\ \x1f\x47\x37\x6d\x94\x94\xd4\x6a\x35\xd2\xc9\x24\x91\x94\x84\xae\ \x8f\xd0\x04\x51\x14\x12\xcd\xf8\xc6\xb3\x8b\x81\xbe\xee\x13\x4f\ \x26\x9a\x3d\x47\x0c\x03\xcb\x32\x40\x28\xa6\x4a\x65\x22\x45\x73\ \x7c\x8e\xd0\xb0\x0c\x0b\xcd\x30\x08\x82\x08\x5d\xd3\xa8\x39\xcd\ \xfc\x6f\x43\x88\xa3\x11\xf5\x6c\x1a\x8d\xef\xfb\xc7\x2d\x30\x1a\ \x86\x71\x9c\x7f\x3d\xbb\xa0\x79\xac\xb7\x9d\x4a\xa5\xf0\x3c\xff\ \xa8\x75\x73\x12\x4f\x80\x78\x62\xfd\xbd\xec\x9e\xfc\x09\x86\xf6\ \xc2\x28\x22\xa9\x02\x12\xa2\x9b\x9b\x2e\xff\x34\xed\x1d\x2f\x88\ \xb6\x92\xcd\xcf\x47\xa8\x08\xc7\x71\x90\xc2\x24\x99\xb0\x8f\x1e\ \x00\x5c\xc7\x45\x18\x16\xb6\x79\x4c\xfa\xa0\x92\x78\x4e\x03\x5f\ \x0a\xe2\xc9\x24\x86\xaa\xf2\xd0\x5d\xf7\xd2\x7e\xe9\xbb\x38\xa3\ \xed\xa5\xdf\xbb\x92\x21\x21\x3a\xe6\x2f\x31\x24\x62\x78\x6c\x92\ \xe1\xbb\x7e\x8f\x78\x30\x85\x3a\x46\xb8\xa3\x30\x40\xbf\xe0\x77\ \x39\x67\xed\xd5\x33\xeb\x10\xcc\x0c\xa3\x50\x48\xa9\x9a\xdd\x20\ \x5f\xe5\x73\x4c\x6d\x7d\x94\x47\x27\x72\xdc\x70\xd9\x6a\x5a\x43\ \xdb\x5a\xbc\xae\xf4\x5a\x37\x70\xa7\xf6\xf1\xaf\xdf\xf8\x1a\xeb\ \xa7\xda\xb8\xfe\xb6\xf7\xb2\xfe\xc1\x6f\xf3\xc7\x07\xef\x67\xe2\ \xc8\x18\xe7\xbe\xfb\x93\xe4\xcc\x90\xf0\x04\x25\x1e\x86\x6d\xdb\ \x18\x86\xc1\x8e\xed\xbb\x59\xb7\x6e\x1d\xb5\x5a\x15\x89\x86\x5b\ \xaf\x23\x74\x1d\x29\xa3\xa3\xe1\xb9\x6a\x86\x52\x4d\xdf\x79\xc6\ \x52\x89\x14\xf8\x7e\x40\x14\x49\xec\x78\x8c\x44\x22\x49\x32\x99\ \x22\x1e\x8f\x21\x34\x81\xeb\x3a\xfc\x6c\xdd\x3a\xea\xb5\x1a\xbe\ \xeb\x91\x4c\x26\x89\xc5\x62\x24\x33\x69\x26\x8b\xd3\x48\x25\x31\ \x0d\x13\xa1\x9a\xc2\x25\xa5\x3c\xba\xd8\x38\x7b\x94\x99\x15\xeb\ \x59\xcb\x64\xf6\x6f\xb3\x91\x39\x34\x17\x26\x5d\xd7\x25\x9d\x4e\ \x53\xab\xd5\x4e\x09\x4f\x3b\xa4\xc6\xa8\xb3\x0e\x53\x7f\x61\xb2\ \x72\x28\x1d\x3a\xec\x35\xe8\xda\x0b\x36\x90\x37\xfc\x2c\x5f\xf8\ \x93\x2f\x73\xf6\xef\xfe\x3d\x6f\xcf\x6c\xe5\xab\x5f\xf9\x3e\x07\ \xa7\x5c\x06\x2e\x79\x37\xb7\xdf\x70\x16\xfb\x1f\xff\x77\xbe\x7a\ \xe7\xe3\x78\x6d\x2b\xf9\xad\x4f\x7c\x98\x65\x85\xa6\xd8\x3f\xf9\ \x9d\xbf\xe1\x9b\x8f\xec\xa7\xa3\x23\x43\xa2\xf3\x74\xde\xff\xde\ \x4b\xd9\xbb\x65\x13\xc1\x05\x37\x73\xc6\x4b\x9f\x98\xf1\xe0\xd7\ \xbf\x44\xe5\xc2\xdf\xe4\x1d\xcb\xf3\xbf\xc4\x8f\xce\x24\x3b\xfe\ \x24\xa9\xda\x10\xea\x98\xe3\x48\x14\x40\x43\x7d\x02\x80\xfd\x4f\ \x7e\x97\xef\xee\x4c\xf0\xe9\x0f\x5f\x8f\xd5\x18\xe4\xef\xbf\x74\ \x27\x6f\xfa\xed\xcf\x72\x56\xf6\xd5\x3d\x47\xed\xf0\x7e\x36\x1d\ \xec\xe0\xad\x97\xad\x6e\xed\xe5\x2d\x5e\x6f\x41\x36\xb5\xf2\x14\ \xaa\xeb\x4d\xfc\xfe\xc7\xde\xca\xa2\xf6\x18\xe7\x2d\x5b\xc4\x63\ \xeb\x77\x73\xd1\x35\xef\xe6\xfc\xd3\xfb\x89\xfc\xe0\x84\x6e\x81\ \x61\x9a\x26\xba\x6e\xb0\x65\xcb\x16\xf6\xed\xdb\x87\x61\xda\x28\ \x61\x20\x34\xbd\x99\x34\xae\xeb\x47\xa3\x58\x43\xd7\x09\xa2\x10\ \xcb\xb4\x90\x34\xa3\xe2\x28\x08\x80\xa6\x17\xed\xfb\x3e\xf5\xba\ \xc3\xd4\xd4\x34\xb1\x58\x8c\x8e\x39\xed\x00\x3c\xb7\x61\x23\x7e\ \xc3\xc1\x34\x4c\x3c\xcf\x27\x5f\xb0\x59\x30\x7f\x01\xc3\x63\x63\ \x48\x05\xa1\x8c\x30\x24\x58\x96\x75\x54\x8c\x4d\xd3\x24\x08\x9a\ \x6d\x59\x1d\xc7\x21\x0c\x43\xf2\xf9\x3c\x52\x4a\x7c\xdf\x3f\xba\ \x68\x39\x2b\xcc\xc9\x64\x12\x29\x25\xae\xeb\x51\x2e\x97\x71\x3d\ \xef\xa4\xb7\x1e\x11\x42\xc3\xd0\xe2\x18\x5a\xfc\xb8\x08\x5c\x13\ \xc7\xd8\x22\x51\x99\x7b\xef\xbe\x8f\xf1\xaa\x86\x8c\x3c\x44\xc7\ \x69\x7c\xe0\x8e\x25\xec\x79\xf4\x5f\xf8\xf7\xed\xbb\xa8\x5d\xd5\ \xc5\x5d\x3f\xde\xc4\x9b\x3f\xfb\xdf\x88\x3f\xfa\x45\xbe\x77\xef\ \x7a\xfe\xe0\xb6\x0b\x01\x45\x69\xaa\xc6\x99\xb7\x7e\x8a\x8f\x5e\ \xb6\x90\x7f\xff\xcb\x4f\x71\xe7\x83\x3d\xb4\x8b\x12\x77\x7d\xe9\ \x4f\xd8\x3e\x6f\x29\x37\xdd\x7a\x0b\x0b\xb2\x0e\x4f\xdd\xf3\x6d\ \xee\xdb\x30\xc2\x69\x57\xdc\xc2\x3b\x2f\x5a\x8c\x5f\x1a\xe1\x9e\ \xff\xf1\x27\x0c\x5f\xfc\x6e\x3e\xf2\xe6\xf9\xdc\x7f\xe7\xb7\xd8\ \x38\x6a\x72\xe5\xcd\xef\xe3\xc2\xc5\x79\x9e\x7f\xf8\x4e\xee\x79\ \x6c\x07\x0b\x2e\xbd\x85\x5b\x2f\x1d\x78\x49\xfb\x47\x19\x36\xd2\ \xd4\x50\xfa\x31\x67\x12\xc2\x67\xb6\x70\x3f\xf4\x1d\xaa\xf5\x19\ \x9b\x4a\x86\xd4\x6a\x35\xa4\x8a\xd8\x71\xff\xb7\xf9\xee\x53\x43\ \x9c\x7e\xe5\x6d\xdc\x78\xc1\x1c\x1e\xff\x8f\x6f\xf2\xf0\xae\x2a\ \x17\xdc\x70\x1b\x57\xad\xea\x62\x6c\xdb\xc3\x7c\xe7\xde\xf5\x8c\ \x1f\xd8\x4d\x74\xf6\x7b\x5a\x51\x76\x8b\xd7\x1d\xa1\x1f\x50\x58\ \x78\x2e\xb7\xaf\x30\x98\x1a\x19\x62\xfb\x36\x9f\x5c\xe7\x0a\x6e\ \xb9\xed\x5c\x42\xcf\xc5\x0f\xc2\x97\x6c\x59\x64\xcc\x8a\x60\xa9\ \x54\xc4\x34\x8d\x99\x76\xa2\x11\x89\x64\x02\x4d\xd3\x89\x59\x36\ \x61\x18\x22\xa3\x10\x4d\x08\x82\x30\x04\x4d\x43\x37\x9a\x51\xae\ \x12\xa2\x79\x5a\x8f\x40\x2a\x45\x60\x06\x08\xd1\xfc\x5b\xa3\xd1\ \x40\x49\x85\xeb\x79\x04\xe1\x4c\xe9\x79\xc9\x27\x95\xc9\xa0\x0b\ \x81\xa6\x24\x9a\x94\xcc\xcc\x03\x06\xa1\x50\x4a\xa2\x94\x40\xd3\ \x04\x86\xa1\xd3\x68\x34\xb0\x6d\x1b\xdb\xb6\xa9\xd5\x6a\x24\xd2\ \x29\x62\xc9\x24\xae\xe3\x36\x7d\x6d\x19\x11\x05\x01\xa6\x65\x80\ \x10\x94\xcb\x25\xa6\xa7\xa7\x50\xf2\xe4\xb7\x66\x7d\x35\xec\x7f\ \xe2\x47\x8c\x16\x2e\xe0\xc6\x8b\x6c\x9c\x20\x02\x2c\x46\xb7\xde\ \xc3\x37\xff\xf3\x19\x16\xbf\xe3\xb3\x88\xe9\x43\x4c\x9b\x9d\xf4\ \xf7\xc5\x69\x1f\xe8\xe7\xce\x07\x87\xf1\x68\x16\x19\x19\x06\x1c\ \x5c\xff\x18\x0f\x39\x1b\xd8\x32\x66\x71\xee\xc5\x05\x8a\x7b\x52\ \x5c\xf0\xe6\x9b\xc8\x6d\xb9\x93\xef\xde\xf7\x38\x37\x2d\x18\xe5\ \xae\x67\x1b\xbc\xeb\x1d\x97\xf0\xe3\x6f\x7d\x8d\x47\xfb\x7f\x0f\ \x33\x96\xe6\xec\xeb\xdf\xc2\x07\x2f\x5e\xc8\x63\xff\xfe\x3f\xd8\ \xe4\x9f\xc1\x0d\x17\xd5\xf9\xd7\x6f\x7c\x9b\xde\xdb\x57\xf3\xbf\ \xee\x7a\x9a\x2b\x3e\xf4\x09\x56\xf7\xb7\xff\x92\x07\x2d\x81\x3e\ \x6b\x87\x08\x81\x61\xc4\x68\x0c\x3f\xcd\xf7\x7e\xb0\x85\x37\x7f\ \xfa\x33\x9c\x39\xb7\x83\x5d\xf7\x7e\x99\x9f\x8c\x74\xf1\xfe\xb7\ \xcc\xe7\x7f\x7d\xf7\x5f\xe9\x6d\x7f\x07\xf7\x7e\xeb\x1e\x7a\xde\ \xf6\x21\x96\x26\xaa\x3c\x1a\x46\xb4\xd2\xed\x5b\xbc\xfe\x42\x6d\ \x03\x5d\x56\x79\xe0\x9f\xff\x89\xef\xaf\xdb\x4b\xdd\xf5\xb1\x12\ \x1d\xac\x7d\xc7\xfb\x79\xe7\xda\xa5\x2f\xb4\x09\x3d\xd1\xa6\xb3\ \x8b\x7b\xbd\xfd\x3d\x20\x9a\xd3\x5e\x62\xb6\x4d\xe8\xf9\xc4\xac\ \x18\x0a\x1d\x34\x8d\x40\x29\x7c\x15\xa1\x74\x0d\x3f\x8a\xf0\xc3\ \x88\x48\x68\x28\x44\x33\x3f\x5b\xd7\x30\x0c\x1d\xdb\xb2\x48\x27\ \x13\x24\x62\x36\x2a\x8a\x28\x97\x8a\xf8\xbe\x87\x30\x74\x02\x24\ \x9a\x69\x30\x36\x3e\xc2\xd8\xd8\x08\x9d\xf9\x1c\x66\x14\x60\x12\ \x22\x84\x22\x0a\x7d\x02\xdf\xc5\xf7\x5d\xa4\x8c\xc8\x64\xd2\x47\ \xa3\xee\x99\x97\x0b\x42\x27\x99\xcd\x61\x27\x92\x48\xa1\x31\x36\ \x39\x49\xa9\x56\x65\x7c\x72\x8a\x5a\xa3\x8e\x52\x11\x52\x46\x44\ \x51\x78\xf2\x25\x5b\x35\x9d\xa5\x17\x5f\x50\x20\x34\x0b\xa2\x21\ \xee\x7e\x70\x2f\x2b\xce\x1a\xc0\xaf\x94\xa8\xd5\x6b\x00\x2c\x7d\ \xd3\x3b\xf8\xe2\x9f\x7c\x94\xf2\xba\xbb\xd9\x78\x38\xc0\x34\xb5\ \xa3\x22\x78\xec\x17\x29\x04\x54\xc6\x87\x39\x5c\x82\x6b\x3f\xf0\ \x09\x6e\x38\xbf\x8b\x40\xc4\xe9\x3f\xfd\x34\x2e\xbe\x60\x0d\x6a\ \x7a\x90\x0d\xdb\xf6\xb1\xf8\xdc\xab\x38\x6b\xd5\x45\x5c\xb1\x38\ \xc5\xe6\xed\x43\x28\xdd\xa4\xad\x77\x01\x89\x44\xc8\xde\x03\x0d\ \x2e\xbc\xec\x2d\xac\xbe\xf8\xad\x2c\x34\x87\xd9\x56\xef\xe1\xea\ \x73\xe6\xf2\xc8\xf7\xbf\xcb\xce\xf1\xc6\xcb\xbe\x3d\xa9\x4e\x7c\ \x99\x7d\x89\x4a\x29\x94\x98\x29\xef\x35\x34\xa4\xf4\x89\xb7\xaf\ \xe4\xb2\xd5\x59\x7e\x72\xe7\xf7\x39\x58\xab\xb0\xf7\xf9\x7d\x1c\ \x3e\xb0\x85\xfb\x1f\x7a\x8a\xe1\x62\x8d\x3d\x5b\x36\x53\xcd\x2d\ \xe7\x2d\x17\x9e\xc6\x99\x03\x4b\x49\xeb\x51\xab\xbd\x6d\x8b\xd7\ \x1d\x86\xa9\x33\xb6\xfd\x31\xee\xdd\x16\xf1\x1b\x1f\xbe\x8d\xd3\ \x57\x9c\xc5\xad\x6f\xbf\x98\x3d\x8f\xde\xcd\xf6\x71\x07\xe3\x65\ \xca\xe2\x35\xc7\x71\xf0\x03\x9f\xc5\x8b\x17\x35\x17\xfd\x66\x6c\ \x0f\x5d\xd3\xb1\x2c\xbb\x39\x6b\x71\x46\xfe\xa4\x52\x84\xc7\x34\ \x52\x11\x33\x42\x22\x66\x16\x11\x67\x2b\x15\x2d\xdb\x22\x9e\x88\ \xe3\xfb\x7e\x33\xf5\x4e\x08\x2c\xd3\x24\x93\x4a\x35\x6d\x8d\x20\ \xa4\xab\xa3\x83\x9e\x9e\xb9\xc0\x4c\xc1\x8c\x00\x34\x81\x61\x1a\ \xc4\x13\xf1\xa3\x95\x90\x42\x40\xa3\xd1\x68\x36\xa7\x32\x74\xa0\ \x59\x26\x9f\x48\x26\x89\xc2\x00\xcb\xb2\x8e\x2e\x5a\x46\x52\x52\ \x6f\x34\xe8\xec\xec\xa4\xb7\x6f\x1e\x91\x3c\xf9\x3d\x51\x67\x8b\ \x82\x8e\xbb\xa0\x10\x9a\x80\xaa\x43\x3c\x13\xf1\xd8\x77\xbe\xc9\ \x7d\xcf\x3c\xcf\xa6\x67\x9f\x61\xa2\xe1\x13\x02\x42\x13\x04\xbe\ \x4f\xaa\xad\x8b\x8c\x37\xc1\x91\xd1\x90\xdd\x7b\x0e\x91\xea\x9b\ \x83\x3d\x73\x44\x08\x22\xc1\xaa\xeb\x6e\xe1\xfd\xef\xb9\x99\xb5\ \xab\xfa\x21\x8c\x88\xa2\x08\x19\x81\x26\x41\xe8\x16\xf9\x5c\x8a\ \x91\xc3\x87\x80\x80\x7d\x63\x65\x0a\x9d\x6d\x98\x91\x43\x69\xaa\ \x0c\x5a\x8c\x74\x22\xe0\xe0\xf0\x08\x78\x87\x18\xab\x28\xf2\xb9\ \x2e\x2e\xff\x8d\xdf\xe1\x63\x57\x17\xf8\xd7\x2f\x7d\x9d\xe1\xe0\ \x65\x8f\x49\x27\xbc\xcc\x52\x68\xcb\x52\x3a\xb8\x83\x43\x0d\x98\ \xde\xb3\x99\xe1\xba\x4d\x67\x5b\x96\x6b\x3e\xf2\x07\xbc\xef\x6c\ \x9d\x7f\xfa\xbb\x7f\xc1\x6d\x6b\xa7\x77\xe0\x1c\x6e\xfe\xd0\x1d\ \xfc\xd5\x9f\x7d\x9e\xcb\x56\x76\xe1\x8d\x0f\x71\xc0\x03\x29\x42\ \x82\xa8\xd5\xd7\xb6\xc5\xeb\x30\xd0\x16\x92\xc9\xb1\x51\xf2\x4b\ \xcf\xe6\xac\x65\x73\xb1\xcc\x14\x8b\x57\xae\xa4\x5d\xd4\x29\xd5\ \xdc\x97\x5d\x8f\x33\x2c\xcb\xc2\x30\x0c\x06\x06\x96\x31\x77\xee\ \x5c\x36\x6e\x7a\x9e\xb6\x42\x27\xa9\x74\x8a\x30\x0c\x30\x2c\xeb\ \x68\x96\x46\xd3\xbe\x50\x47\x0b\x5a\x66\xb3\x3a\x66\xaf\xbf\x60\ \xb2\xbf\x50\x8a\x0e\xcd\x3c\x6a\x5d\xd3\x30\x74\x0d\x27\xf0\xb9\ \xe0\x82\xf3\x98\x3f\xbf\x9f\x2d\x5b\x36\x93\x88\x27\xa8\xb9\xce\ \x8c\x40\x37\x33\x43\x4c\x53\x12\x8f\xc7\xc9\xe7\xf3\x14\x8b\x25\ \x26\x26\x26\x71\x3d\x17\x3b\x1e\x47\x08\x70\xea\x75\x94\x0c\x11\ \x02\x92\xf1\x38\xc5\x62\x91\x30\xf0\x49\xc4\x63\x08\xc3\xa0\xb7\ \xb7\x87\xde\x9e\xb9\xbf\x50\xa7\xae\xff\x4b\x81\x76\xb3\x79\xd6\ \x31\x9f\xbf\x92\xcd\x8b\x0c\x3d\x28\x0c\x70\xfb\x67\xff\x5f\x00\ \xee\xff\xc7\xbf\xc6\xbd\xe6\x2d\x18\xbb\x7e\xc8\xff\xf7\x1f\xeb\ \xa8\x7a\x82\xe5\x97\xdd\xca\xea\xa5\x4b\x88\x5f\x3e\xc0\x3f\xfd\ \xe9\x1d\x78\xd9\xa5\x7c\xf8\x8e\xf3\x8e\x1e\x32\x4d\xd3\xc6\x3c\ \xce\xf9\x12\x58\xb1\x18\x86\x68\x9e\x7e\xa1\x0b\xce\xb9\xf2\x1d\ \x0c\xfd\xcf\xbf\xe5\x53\x9f\xfe\x21\xf9\x45\x17\xf3\xa9\x33\xfb\ \xf0\xc2\x55\xdc\xfd\x4f\x7f\xca\x5f\x1c\x78\x27\xb7\xdc\xf4\x36\ \xfe\xfd\x5f\xfe\x7f\x3e\x7d\xb7\x60\xe0\x8a\x0f\x70\x7e\x76\x8c\ \x6f\x7d\xe9\x5b\xec\x1c\x2e\xb1\x60\xcd\xd5\xe4\xcd\x97\x7f\x7f\ \x52\x1d\x9f\x46\x7a\x6c\x1f\xf9\xf6\x55\x97\x71\xdd\xb2\x6d\xfc\ \xed\xe7\x3e\x09\x9a\xc5\xda\x5b\x3f\xc9\xfc\x60\x0f\x5f\xfe\xef\ \xff\xc6\xe0\xb4\xc3\x82\xd5\x6f\xe3\x9a\x6b\x0a\x8c\x7d\xe9\x1b\ \xfc\xd5\x5f\xfe\x8c\x81\xf3\xde\xcc\x87\x6e\xba\x90\x77\x5e\xb2\ \x81\x7f\xfe\xfd\xcf\x11\xd4\x8a\xcc\xbd\xf6\x76\xac\xd6\x3e\xde\ \xe2\x75\x86\x52\x82\x4c\x5b\x17\xf1\x11\x8f\xba\x2f\x08\x27\x9f\ \xe6\x2f\xff\x74\x13\xd9\x05\xe7\xf1\xce\x9e\x1c\x91\x7c\xe9\xf3\ \x4b\xa3\xd1\x68\x34\x8b\x56\x4c\x83\xdb\x6e\xbb\x0d\xd3\xfa\x1e\ \xfb\xf6\x0f\x12\x86\x21\x89\x64\x1c\x39\x53\x4a\xae\xcd\xf8\xd8\ \x91\x0c\x21\x7c\x21\x8a\x9c\x15\xec\xd9\xdc\xea\x59\xf1\x6e\x56\ \x31\x9a\xc4\x62\xb1\x99\xeb\x12\xdf\x6d\xd0\xdd\xd5\xc1\x59\x67\ \x9e\x09\x48\x86\x8f\x0c\x13\x8b\xc5\x69\xf8\x3e\x6a\x26\x6a\x2f\ \x14\x0a\x14\xda\xda\x89\xc5\xe2\x4c\x4d\x4d\xe1\x38\xcd\xca\x4b\ \x35\xa3\x06\xb6\x6d\x21\x95\xa2\x56\xaf\x13\x85\x21\xae\xeb\x30\ \xa7\xb3\x03\xdb\xb2\x18\x1a\x3c\x48\x3a\x9d\xa2\x7f\xde\x3c\x72\ \xd9\xec\x49\x17\x6d\x4e\x10\x7d\xbe\x94\x3f\x7b\xc5\x07\xef\x40\ \x19\x26\x5a\xef\xf5\x7c\xa6\xff\x62\x94\x1e\x27\x9b\x4d\x02\x30\ \x70\xf9\x7b\xf9\xe3\xb3\xde\x86\xb0\x12\x24\xe3\x2f\x48\xd8\x15\ \xbf\xf9\x69\xa4\x38\x66\x99\xce\x6c\xe7\x7d\x9f\xf9\x1c\xc2\x00\ \x3d\x7b\x0d\x9f\x3a\xad\x39\xdd\xe7\x37\x3f\xfd\xc7\x94\xea\x3e\ \xa9\x4c\xb6\x29\x80\xe7\xbc\x93\x3f\x1f\xb8\x02\x17\x9b\x5c\x26\ \xc1\x67\xfe\xe0\x0c\x6a\x81\x46\x36\x9b\x42\x10\xf2\xf6\xf7\xfd\ \x36\x4e\x64\x90\xcf\x65\x5e\x76\x11\xf0\x38\xcb\xe7\x98\xdb\x5e\ \x38\x7a\x67\xb8\xee\x43\x9f\xe5\xa2\x52\x15\x69\xa6\xc8\xa4\x2c\ \x50\x01\xef\xfd\xc8\xc7\xf0\x95\x49\x36\x9f\xc5\x10\xf0\x5b\xff\ \xe5\x8f\x28\x57\x1c\xcc\x78\x1a\x80\x35\x37\xde\xce\xd2\xcb\xca\ \xf8\xca\x24\x93\x49\xb7\xf6\xf0\x16\xaf\x3b\x02\x3f\xa0\xfb\x8c\ \x6b\xf9\xc4\xd9\x16\x96\xaa\x73\xe5\x5b\xde\xce\x69\xaa\x8b\xf3\ \xce\x5e\x41\x5c\xf9\x33\xad\xab\x5f\x42\xb4\xe3\xf1\x66\x66\x43\ \x10\x05\xac\x5c\xb9\x92\x3b\xee\xe8\xe1\x8b\x7f\xf3\x77\x8c\x0c\ \x8f\xcf\x74\xdd\x8b\x9a\xd9\x1d\x86\x86\x90\x10\x85\xd1\x71\x29\ \x79\xb3\x45\x2d\xc7\x5e\x9f\x2d\x78\x31\x6d\x8b\x54\x3a\x4d\xe4\ \xfb\xc4\x4c\x83\x30\x74\x58\x73\xc6\xe9\x04\x8e\x43\xa9\x38\x4d\ \xbd\x5e\xa7\x5a\xaf\x11\x8b\xc5\xa8\xb9\x0d\x42\xd7\xa5\x50\x28\ \xd0\x70\x1a\x0c\x0e\x0e\xcd\x44\xed\xcd\xd2\x74\xdd\x9c\xb1\x40\ \xc2\x80\x44\x32\x49\xa5\xac\x90\x32\xc4\x71\x1c\x96\x2d\x5d\xc2\ \x99\xab\x57\xf3\xf0\xc3\x0f\x31\x36\x3a\x82\xeb\x3a\x58\xb6\xcd\ \xa9\xa0\xd8\x52\x2a\x94\x50\xc7\x44\xda\xea\x84\x8d\xac\xf4\x59\ \xdf\xde\xb0\xc9\xb5\xbd\xf8\xb5\xeb\xa4\xb2\xb9\x9f\xdf\xc6\x30\ \x39\xbe\xe9\xab\xc0\x30\x67\x44\x5d\x18\xcc\x58\xe1\x68\x76\x82\ \x36\x3b\x71\xdc\x3d\xe3\x99\x3c\xb3\x39\x2d\x56\x32\x43\xdb\x0b\ \x3f\x09\x52\xb9\x02\xaf\xa6\x34\xe6\xa8\x87\x7d\x6c\xa4\xfd\xe2\ \xe3\xa4\x30\x49\xe7\xdb\x5e\x74\xbd\xfd\x45\xa7\x7b\x49\x0a\xed\ \xc9\x17\xbd\xdf\xb6\xd6\x9e\xdd\xe2\x75\x8b\x6e\x18\x94\x87\xb7\ \x73\xf7\x5d\x0f\x51\xc1\xc4\xb6\x2d\x44\xb4\x9d\xbd\xfb\x47\x79\ \xfb\x5b\xd7\x92\xb5\x5f\x7a\xfc\x99\xb1\x7b\xf7\x6e\xa2\x28\xa2\ \xd0\xd1\x8e\x65\xc6\x29\x95\x4a\x84\x61\x88\x65\x9a\x08\x4d\x50\ \x6f\x34\x30\x4c\x13\x21\x34\x3c\xcf\x47\x29\x79\x5c\xce\xf4\x6c\ \x73\xa7\x30\x0c\xb1\x6d\xfb\xa8\x68\xa7\x33\x19\xc2\x19\xf1\xce\ \xb5\x17\x38\x6f\xcd\x6a\xda\x72\x29\x3a\x3b\x3a\x28\x95\xcb\x74\ \x75\xb6\x23\x84\xc2\xd0\x4d\xfc\xb0\xd9\xfd\xcf\xf5\x7d\x86\x86\ \x86\xb0\x2c\x9b\x28\x94\x33\x39\xd8\x1a\x96\x65\x63\x59\x66\xb3\ \xd4\x3e\x6c\x66\xb1\xa0\x24\xbe\x1f\x90\xb0\x2d\x76\xef\xda\xc5\ \xa2\x85\x0b\x58\xba\x64\x31\xd5\x52\x91\xdd\xbb\x76\x70\xee\x39\ \x67\xfd\x5a\x7b\xdc\xbe\x21\x4f\xf1\x8e\xf9\x77\xfc\x6d\x2d\x5a\ \xb4\x78\x79\x7b\x44\xf1\xbf\xd9\x3b\xef\x30\xa9\xaa\xec\x6b\xbf\ \x37\x56\xec\xea\x9c\xbb\xe9\x40\x68\x32\x48\xce\x20\x08\xa2\x98\ \x40\x11\x73\x44\xc7\x38\x63\xce\x63\x1a\x3f\x47\x7f\x3a\xc6\x01\ \x45\x51\xc6\xac\xa3\x33\x66\x30\xa0\x22\x06\x54\x72\xce\xa9\xa1\ \x73\xee\xca\x37\x7e\x7f\x54\xd1\x34\x0a\x38\xa3\x8e\xa2\xd6\x7a\ \x9e\x7e\xa0\xab\xeb\xde\xba\x75\xeb\xd4\x3a\xfb\xec\xb3\xf7\x5a\ \x92\xe2\x22\x33\x37\x0f\x8f\x20\x21\x0a\x32\x8a\x5e\xcd\x82\xaf\ \x3e\x65\xdb\x88\x81\x0c\xc8\x73\x1e\x98\xb4\xa3\xd1\x28\x5e\xaf\ \x17\x45\x89\x35\xb0\xd4\xd4\xd4\x10\x08\x04\xda\x22\xd5\xd8\xf2\ \x77\x4f\x74\x68\xb7\xbd\x60\xfb\x1c\xf6\x1e\xd2\xde\x23\xe0\x64\ \xdb\x36\x96\x69\xa1\x3a\x9c\x68\x9a\x86\x43\x91\xe9\xdc\xa9\x14\ \x9f\xc7\x45\x34\x1a\x41\x95\x25\x1a\xea\xeb\x31\x0d\x83\x68\x34\ \x8a\x66\x1a\x08\x8a\x88\xa2\xc8\x98\x46\xac\x99\x47\x10\xc4\x78\ \xcd\xb6\x80\x65\x99\x44\x22\xb1\x12\x3e\x2b\xbe\x39\xe9\x70\x38\ \xb0\x0d\x03\x49\x76\xa3\x47\xa3\xd4\xd7\xd5\xe2\x72\x38\xc8\xc9\ \xcd\xa6\xaa\xba\x9a\xea\xea\xea\x43\x82\xb4\x6d\x73\x7f\x91\x76\ \xbb\xdf\x8d\x58\x5d\x7b\x48\x03\x6f\x6a\x16\x69\xde\x58\xc4\x6d\ \x46\x83\xd4\x37\x34\x83\x23\x89\xcc\x74\x1f\x22\x60\x6b\x21\x6a\ \xea\x9b\x71\x24\x67\x90\xea\x51\xbf\xf5\x3a\x51\x1a\xea\x1a\xd0\ \x50\x48\x4e\x4b\xc3\xad\xd8\xb4\x34\x34\x10\x88\x98\x78\x52\xbf\ \xfb\xfc\x9f\x66\xe0\xed\x3f\xa7\x2d\x7c\x8b\xda\xf5\x48\x04\x14\ \x17\xfb\x34\x73\xea\x41\x6a\x6a\x9b\x71\xa4\x66\x92\xea\x56\x01\ \x9b\xe6\xba\x2a\xc2\x82\x97\xdc\x0c\x5f\xdb\xf3\x82\x8d\xb5\x34\ \x85\x4d\x5c\x2e\x15\x2d\x1c\x46\x74\xa7\x91\xe6\xb1\x69\x6c\x68\ \xc6\x40\x25\x3d\x2b\x03\xa7\x94\x50\x99\x49\xe0\xd7\x05\xd3\x30\ \xf0\x66\x76\x64\xca\xe9\x3d\xdb\xe5\x4c\x76\x50\xb9\x79\x06\xc1\ \xb0\x86\x80\xeb\xc0\xe9\x91\xc2\xc2\xc2\x98\x56\x87\x2c\x51\x5f\ \x5f\xcf\xf6\xed\xdb\x91\x25\x19\x49\x92\x09\x04\xc3\x60\xc7\x6a\ \xa7\xdb\x47\xd5\x7b\x36\x21\xbf\x3d\x73\xb4\xef\x56\x34\x0c\x03\ \xdb\x02\x10\x31\x4d\x13\x49\x00\xc1\x36\xc1\xd4\x10\x05\x9b\x24\ \xaf\x87\xbc\xfc\x3c\x36\x6d\xdd\x81\xea\x74\x60\xd8\x31\x95\x3e\ \x6c\xda\xf4\xb9\x01\x24\x49\x8e\xbf\x6e\x4c\xe9\x4f\xd3\xa2\x84\ \x82\x41\x0c\x4d\x43\x10\x20\xc9\xeb\x45\x57\x15\xea\xeb\xeb\xc8\ \xc9\xce\xa2\xb8\xb8\x18\x8f\xcb\x85\xd7\xe3\xde\x6f\xdf\xfe\xcf\ \x9c\x1d\xf9\xde\x9c\xf6\xce\x85\xb3\xb9\xf3\xb5\x9d\x94\x16\xe5\ \xd3\x6f\xdc\xe9\x1c\x3d\x20\x0b\x80\xfa\x0d\x0b\x79\xe6\xed\xaf\ \xa8\x69\x0c\x71\xd8\xb1\x17\x71\xc6\xe1\x59\xbc\xf3\xcc\x0c\x16\ \xed\x68\x45\x57\x72\x38\xe7\x92\x3f\xd0\x23\x2b\x9e\x46\x09\xef\ \xe6\xc5\x99\x8f\xf3\x4d\xb5\x86\x6a\xab\x0c\x9f\x76\x1e\x83\x5c\ \x1b\xf9\xcb\x7d\xaf\x91\x56\x9a\x4f\xd0\x2f\x71\xec\x05\x7f\x62\ \x5c\x59\xca\x4f\x4e\xda\xfb\xcb\x69\xb7\x51\xa8\x15\x61\xfd\xa7\ \xaf\xf1\xc8\xab\x4b\x38\xe9\xfa\xbf\x31\xae\x28\xce\xda\x46\x3d\ \x6f\xce\x79\x9a\xa5\x3b\x9a\xd1\x94\x1c\xce\xbd\xe6\x32\x1c\xcb\ \x5e\xe2\x89\xb9\xab\x41\x56\x19\x78\xdc\x05\x4c\x19\x5c\x08\xd8\ \x6c\xf8\xf4\x1d\xde\xfa\x7a\x39\x1b\xb6\xd4\x92\xdb\xb9\x8c\x3e\ \x43\x27\x92\x5e\x3d\x8f\x77\x56\x45\xc8\x4e\xb2\x20\x6b\x00\x97\ \x5c\x7a\x2a\xb9\x89\xdd\xca\x04\x7e\x65\xe9\x91\x60\xe3\x4e\x16\ \xbe\xbf\x96\x88\x20\x21\x49\x22\xcd\x3b\x96\xb1\xde\x9f\xc6\x11\ \x19\x49\x71\x33\x98\xfd\x43\x8c\x44\x22\x54\xd7\xd4\xa0\xc5\x15\ \xf7\xaa\xab\xab\x31\x2d\x0b\xb7\xdb\x8d\x61\x98\x58\x76\x4c\x33\ \xc2\xb6\xad\x78\xdd\xf1\x77\x4b\xd8\x04\x41\x68\xab\x14\xd9\x13\ \x79\x6b\xba\x8e\x20\xc6\x72\xd1\xc1\x60\x80\xda\x9a\x6a\x5c\x4e\ \x27\x2e\xa7\x4a\x76\x46\x1a\x39\xd9\xd9\x0c\x19\x3c\x84\xee\x3d\ \x7a\x12\x0a\x47\x30\x74\x83\x70\x24\x8c\x20\x80\x1c\x6f\x4f\xdf\ \xb3\xb1\x19\x53\xf1\x53\x62\xed\xec\x36\xe8\xd1\x08\xd8\xb1\x0a\ \x93\x24\xaf\x9b\x4e\x9d\x4a\xd9\x33\xf9\x48\xd8\x38\x1d\x31\x17\ \x9c\x5f\x7c\x99\x6e\xef\xad\x16\xf9\xf6\xcf\x1e\x62\x6b\xaa\x0f\ \xd1\x77\xd2\x1f\xb8\xe5\xfa\x2b\xdb\x08\x1b\x20\xab\xe7\xe1\x5c\ \x7c\xf9\x45\x8c\xec\xec\xa1\xba\xb6\x91\x48\xe5\x3a\xbe\xda\x26\ \x72\xc5\xff\xbb\x9b\xe1\xc9\xb5\x7c\xbd\xb6\xbc\xed\xb9\x5f\xfe\ \xf3\x69\x96\x98\xbd\xb9\xeb\xde\xff\xe3\xbe\x7b\xfe\xcc\xf1\x03\ \x4b\x09\x35\x36\x91\x37\xe2\x78\xfe\x72\xdb\x9d\x9c\xd9\xd7\x62\ \xee\xdc\x65\x3f\xf9\xdb\x3b\x50\x9d\x76\x5b\xe0\xd0\x58\xc9\xa6\ \x6d\x4d\xf8\x14\x65\x1f\x79\x49\x63\xc7\x0a\x16\x6d\x57\xf8\xd3\ \xdd\xb1\xf7\xf2\xd5\xaa\xe5\xbc\xff\xc1\x0a\x86\x5d\x70\x27\xb7\ \x5f\x30\x92\xa5\xf3\xde\xa1\x16\x00\x81\xfe\x93\xcf\xe3\x8e\xdb\ \x2e\xa2\x6f\x59\x2f\x2e\xbe\xf5\x4e\xce\x3d\xae\x17\xfe\x56\x91\ \xe3\xa7\x5f\xcd\x5f\xfe\x7a\x13\xa9\xbb\x16\xf2\xc9\xc6\x40\x82\ \x05\x12\xf8\x55\x41\x10\x04\xf4\x60\x13\x1b\xd7\xad\x65\xed\xfa\ \x0d\xac\x5c\xb1\x82\x2a\xab\x80\xb3\x2e\x3c\x83\x12\x9f\x88\x71\ \xb0\x8d\xc8\x94\x94\x14\x6a\x6a\x6b\xd8\xb8\x71\x13\xd1\x88\x46\ \x4d\x4d\x35\x4e\xa7\x4a\x30\x18\x44\xd3\xa2\x48\x8a\x1a\xeb\x52\ \xb4\x6c\xd8\x8f\xc0\xd0\x1e\xe2\xde\x43\xd6\x10\xd3\x01\x11\xa2\ \x51\x5c\xde\x24\x6c\x4b\x42\x8b\x68\xec\x2c\xdf\x89\xcf\xeb\x24\ \xd5\x97\x84\x2d\x98\x84\x22\x41\xd2\xd2\x52\x99\x74\xcc\xd1\x08\ \xb2\xc4\xda\xf5\x6b\xb0\x74\x1d\x51\x94\x11\x10\xdb\x6a\xc0\x0d\ \x5d\x27\xe6\xf0\xbe\x47\xcf\xdb\x03\x71\x0d\xef\x64\x9f\x17\xa7\ \xd3\x85\xc7\xed\x26\x25\x25\x19\xd3\x34\x89\x86\x82\xa4\xa7\xa7\ \x13\x33\x77\xb0\x7f\x71\xd6\x6e\x7f\x7f\xda\xee\x57\xac\x56\x06\ \x00\x8f\x27\x8d\xaa\x45\xcf\xf2\x60\x45\x6f\xa6\x9c\x7a\x12\x45\ \x49\xb1\xc7\x05\x49\x60\xe3\xa2\xd7\x99\xb7\xa4\x96\xd1\xd3\x73\ \x71\xe6\x79\x29\xf3\xfc\x93\x87\x6e\xbd\x0d\x53\x48\xe3\x9c\x3e\ \x1d\xe3\x67\xac\x63\xf9\xe6\x06\x46\x4d\x1b\x4d\x92\x08\x96\x69\ \xa3\x19\x26\xa2\xa2\x50\xb5\x7c\x11\x2f\xbf\x1e\x61\xc3\x37\x4d\ \xf4\x9d\x56\xf6\xb3\xaf\x24\x94\x8c\x52\x8e\x3f\xfb\x3c\x22\xf7\ \xdd\x1b\xaf\xef\x8f\x4d\xec\x72\xc7\x3e\x74\x75\xbf\xc7\x03\x77\ \xde\x8e\xae\x67\x71\x69\xbf\x5e\x6c\xdf\xf4\x21\x1f\xfc\x73\x16\ \x4d\x69\x41\xea\x82\x16\x7e\x1d\xb2\x94\xbd\xe1\xbb\x6d\xdb\xf1\ \x95\x9b\x84\x2c\x05\xf9\xec\xbd\xb7\x09\xae\x0c\xb0\x43\x2a\xe5\ \xe8\xd2\x84\xa2\x60\x02\xbf\xbe\xf4\x48\x72\x61\x1f\xfe\xf0\xc7\ \x2e\x34\x06\x74\x52\xd2\x52\x91\xb0\x91\x25\x81\x48\x5c\x44\xef\ \x80\x91\x76\x53\x8b\x1f\x8f\x27\x89\x64\x5f\x0a\x2d\x2d\xad\x84\ \x42\x41\x24\x49\x24\xaa\x05\x01\x1d\xdb\x8e\x62\x59\x1a\x82\x04\ \xa6\xa9\xb7\xa5\x4a\x2c\x2b\x26\xcf\xba\xe7\x4b\x6b\xd9\x36\x08\ \x02\x86\x69\x82\x20\x10\x8e\x44\x10\x62\xa6\xea\xc8\xb2\x83\xea\ \xfa\x16\x2a\x6a\x1a\xd9\x5a\x5e\x45\x44\xb7\x71\xb9\xdd\xe8\x91\ \x20\x79\xe9\x49\x8c\x1f\x35\x9c\x54\x8f\x0f\x87\xe4\x44\x12\x55\ \x24\x59\xc1\xb0\xc1\x12\x04\x04\x59\xc0\xb0\x34\x4c\x2b\x84\x28\ \xe9\x98\xb6\x88\x6e\x48\x18\xa6\x88\x6e\x0a\xa8\x0e\x07\x6e\x8f\ \x07\x59\x92\x70\x2a\x0a\x29\x29\xc9\xa8\x8a\x8a\xaa\xa8\xfc\xe2\ \x7e\x63\x07\xe9\x88\xdc\x43\x6f\x5d\x8e\x3a\x97\x9b\xaf\xbe\x94\ \x52\x6d\x29\xcf\xbe\xfa\x65\xbb\x83\x1d\x0c\x98\x78\x09\xf7\x5e\ \x7d\x2c\x2b\xde\x7f\x9d\x6d\x35\x2d\x58\xbe\x22\x86\x8f\x1c\x4a\ \xb6\xd8\xcc\xa6\x5d\x35\x7b\x3e\x42\x44\x91\xb6\x26\x94\x86\xf5\ \x0b\x79\xe2\xe5\x79\x04\x44\x27\x8a\xc3\x89\xc7\x9b\x4e\x49\xc7\ \x2c\xaa\x36\xac\x22\xf2\x3f\x20\x6d\x73\x7f\x1d\x91\xed\x6f\xbb\ \x60\xa0\x7f\x6b\x43\xc5\x6c\xa8\x21\xea\x2b\x66\xf8\xb0\x21\xe4\ \x28\x0d\xac\xd8\xd8\xca\xe1\xe7\x5c\xca\x39\xc7\x8e\x24\x59\x0c\ \x60\x89\x3e\xd2\x94\x6f\xdd\x47\x68\xb7\xaf\x22\xe0\x74\xbb\x48\ \xc9\xec\x40\xae\x3b\xc8\xfa\x35\x95\x09\x16\x48\xe0\x57\x05\x51\ \x52\x30\x9b\xb6\xf3\x8f\x87\xff\x1f\xb7\xdf\xfe\x57\x9e\x79\x77\ \x19\x9a\xd6\xca\xd2\xaf\x96\x52\x1f\xb2\x62\xc5\x16\x07\x3a\xd6\ \x16\x05\x6c\x51\x24\x23\x23\x8b\x40\x20\x88\x80\x88\xae\xeb\xe8\ \xba\x86\x2d\xd8\xd8\x58\xd8\x6d\x0d\x1c\xf6\x77\xa2\xab\xf6\x75\ \xd9\xb6\x6d\xb7\xe9\x6c\x5b\xa6\x81\xa1\xeb\xc8\x92\x8c\x28\xca\ \x84\x42\x1a\x48\x0e\x82\x51\x9d\x9d\xbb\x2b\x68\x6e\x6e\xc1\xed\ \x52\x11\x4c\x0d\x9f\xdb\x49\x66\x7a\x66\x1b\xab\xd9\x76\xbc\x74\ \x4d\x94\x40\x14\x10\x45\x10\x45\x3b\xd6\xea\x6e\xda\xd8\xc8\x68\ \x86\x4d\x4b\x6b\x80\x70\x24\x8a\xdf\xdf\x4a\x55\x75\x15\x55\x55\ \x95\x34\x36\x34\x20\x20\xe0\x72\xba\x0e\xed\x2a\x86\x98\x99\x26\ \xcd\xfe\x30\x9e\xd4\x1c\x72\x33\x3c\x84\x43\x61\x02\x2d\xbb\xd8\ \xb8\xad\x9a\x40\x53\x23\x21\xdd\xa4\xb9\xb1\x11\x5b\x54\x69\xad\ \xdc\xc0\xfa\x1a\x89\x31\xe3\x27\x32\x20\x53\x67\xf5\x96\x8a\xf8\ \x89\xd2\x19\xd4\x23\x97\x05\xaf\xbf\x43\x4d\x14\x42\xcd\x35\x54\ \xd6\x36\x13\xd5\x0c\xd2\x3a\xf6\xe6\xa8\xf1\xe3\x98\x30\x30\x8f\ \xad\x2b\x57\xd3\xf2\x4b\x45\x15\xa6\x81\x8d\x08\xf8\xd9\xba\x65\ \x3b\xdb\xd6\xac\x61\x4b\xb3\xc2\xa8\x23\x26\x32\x30\x47\x63\xe5\ \x9a\xdd\x20\x24\xd1\xb9\x34\x8d\xdd\x3b\x9a\xe9\x3d\x62\x2c\xa9\ \xdf\x9a\x1e\xcc\x36\x0d\x12\x0b\x5d\x57\xe8\x3d\x6c\x0c\x13\x8e\ \x3e\x81\xce\x9e\x7a\x56\xae\xaf\x48\xb0\x40\x02\xbf\x2a\xc8\x32\ \x94\xaf\xfb\x8a\x6d\x42\x4f\xae\xbc\xe4\x18\x2a\x97\x7f\x43\xbd\ \xdf\xcf\xd2\x05\x73\xd9\x58\x17\x8a\x59\x3e\x1e\xe8\x58\x01\x3b\ \xee\x3a\x63\x52\xbe\x73\x17\x08\x22\x96\x65\xa3\x69\xf1\x8d\x44\ \x49\x88\x2f\x6b\x05\x88\xd5\x30\xb4\xe5\xb1\xdb\xe7\xb5\xf7\x74\ \x34\x5a\x71\xad\x6b\x1b\x88\xe8\x51\x92\x9d\x49\x44\xc3\x16\xe1\ \x70\x08\x49\x92\xc8\xce\xcc\x41\x8b\x86\x91\x14\x09\xbf\x3f\x80\ \x28\xd8\x78\xbd\x1e\x32\xb3\xd2\xd9\xba\x73\x1b\x60\xa3\xe9\x1a\ \x52\xbc\xcc\x50\x51\x15\xb0\x0d\xf4\x48\x08\x51\x92\xb0\xed\x98\ \xb5\x98\x28\xc6\xd4\x00\x6d\x3b\xa6\xf9\xad\xc8\x22\x59\xe9\x19\ \xc8\x92\x84\x22\xab\x71\x9d\x8e\x43\x99\xb6\x45\x20\xc2\x57\x6f\ \x3f\xcd\xfc\xa5\x3b\x50\x52\x4b\x39\xf3\xf2\x23\xa8\x5b\xf2\x14\ \x1f\xd4\x94\x30\x2a\xab\x8a\x57\xe6\x2d\x46\x73\x66\x70\xd4\x19\ \x97\xd0\xb7\xab\xc8\xae\xa5\xcb\xb8\xfd\xba\x6b\x51\x52\x3a\x73\ \xe6\xd4\x5e\x6d\x67\xea\x7f\xe2\x05\x54\xf9\x9f\xe4\xde\x9b\xaf\ \x81\xa8\x46\xc9\xc4\xb3\xc8\xcd\x0e\x11\x5c\xf3\x1c\xb7\xdc\xb4\ \x14\x01\x07\xc7\x9f\x73\x2e\xd9\xbf\xd0\xfb\x4c\x4e\xcb\xc0\xeb\ \x94\x20\x54\xc5\xdc\xd7\xde\x61\xec\x59\xa7\x30\x6e\xdb\xf3\xdc\ \x79\xcd\x75\x38\x52\x4b\x39\xeb\x8f\x7d\xa9\xfc\xfc\x55\x1e\x7b\ \x7b\x09\x85\x43\x4f\xe5\xdc\x63\xbb\x7f\xeb\x14\x2a\x69\x19\x69\ \xa8\x62\x6c\x05\x92\x9b\xeb\xe1\xb5\x39\x7f\xe3\x9b\x7f\x39\x70\ \x65\x0e\xe2\xcc\x13\xfa\x25\x58\x20\x81\x5f\x19\x62\x1c\x9b\x92\ \x96\x4d\x66\x66\x3a\x3e\xa7\xce\xee\x1d\x3b\xa9\x6d\xd6\xe8\x22\ \x49\x08\x07\x09\x39\x65\x59\x14\xb0\x2d\x9b\x9a\x9a\x1a\x9a\x9a\ \x5a\x10\x88\x11\x63\x2c\xdb\x21\xc6\xc9\x45\x88\xf5\x62\xdb\x7b\ \x89\xd0\xfe\xd6\xbf\x7b\xfe\x6f\x59\x56\x9b\x57\xa3\xa1\xc5\x0c\ \x0d\x0c\xdb\x22\xa2\x6b\xe8\xba\x4e\x5a\x5a\x1a\x86\x1e\xc5\xe5\ \x54\xd1\xa3\x61\x6a\xea\x6a\x40\x0a\xe2\x49\x72\x22\xc9\x31\xe1\ \x29\x45\x12\xb1\x11\xb1\x05\x01\x97\xcb\x83\xa1\xeb\xf8\x5b\x83\ \xb8\x5d\x72\xbc\x5e\x3c\x8a\xc3\x21\x91\xe4\x4b\xc5\xe9\x74\xa0\ \xe9\x11\x6c\x53\x20\x3d\x23\x0d\x45\x56\x62\x39\x21\xe1\x97\x27\ \x6c\xd3\x32\xd1\x8c\x30\xed\x8b\xe0\x74\x33\x8c\x6e\x44\xb1\x6d\ \x13\xf0\x32\xe1\xb4\xcb\x18\x7b\xb2\x89\xac\x28\xb1\x2d\x83\x71\ \xe7\x73\x39\xb1\x0e\xd2\xee\xa3\xa6\x22\xc8\x0a\x72\x7c\x2f\xe1\ \xd8\xe9\xd7\x33\x51\x33\x10\x65\x95\x7d\x26\x62\x39\x9d\x63\xa6\ \x5f\xcf\x51\xba\x81\x25\x88\x28\x72\x2c\x77\x7c\xef\x8c\x61\xe8\ \xa6\x85\xd8\xee\x1c\x3f\xd9\x90\xb3\xc1\xd2\xa2\xa0\xd9\xd8\xd2\ \xde\xc4\x8b\xad\xc7\x0d\x1d\xf6\x40\x4a\xe2\x84\xcb\xae\x8e\xff\ \xd2\x85\xcb\x6f\xb8\x0a\x80\x1e\xe7\x5d\xc3\x38\xcd\x88\x35\x08\ \x89\x60\x0d\x99\xcc\xad\x43\xa6\xb4\x5d\xfb\x3e\x70\x95\x71\xd9\ \x75\x7b\x72\xf2\x2a\xe3\xce\xbc\x99\xd1\xa7\x68\x58\x88\x28\xb2\ \x4c\xc2\x0a\x34\x81\x5f\x1d\x65\xdb\x22\x69\x39\x05\x34\xbe\xf5\ \x16\xf7\x6c\xf3\xd0\xda\xe4\x67\x7b\xc5\x0e\x72\x0f\x9b\x48\xcf\ \xbc\xa4\x58\x9a\xf9\x40\xa4\x6d\xc7\xab\x43\x36\x6e\xdc\x82\x69\ \xc6\x72\xd5\x58\x16\x96\x61\x23\xca\x12\x02\x62\x3c\x17\x22\xb6\ \x91\x4f\x7b\xc2\x6e\x4f\xd4\xb4\x4b\x99\x88\xa2\x88\x6e\xe8\x71\ \x67\x74\x19\xd3\xd0\xa9\xae\xa9\xa6\xac\xac\x23\xb2\xaa\xe0\x0f\ \xc6\xa2\xec\xb4\xb4\x34\x02\xe1\x08\x6e\xb7\x1b\xa7\xd3\x49\x38\ \x6a\x80\x2c\x61\xd9\x36\xb2\xa4\x62\x18\x16\xb2\xac\x22\x89\x2a\ \x86\x6e\x21\x4a\x46\x6c\x53\x52\x37\xd0\xa2\x11\x82\x21\x0b\xc1\ \xd2\x69\x0d\x05\x63\x64\xae\xaa\x48\x92\x88\xaa\xfe\xf2\x6e\xec\ \x79\xe9\x5d\x99\xd4\xeb\x4e\x44\x51\x6a\xf7\x61\x59\x88\x38\x41\ \x88\x75\x95\x8a\xa2\x84\xaa\x4a\xfb\xc9\x9e\x88\x28\xdf\xb1\x23\ \xdb\xdf\x63\x6d\x47\x20\x29\xfb\x76\x48\x0a\x92\xcc\x7e\x4e\xfd\ \x93\x40\x95\x6c\xa4\xb1\x77\x61\xa3\x83\x20\xb6\xcf\x85\xe0\x48\ \x2b\xf8\x8f\x22\xf0\xf6\x76\x6b\xa2\x2c\xf3\xdf\x54\xd5\xb7\x75\ \x7e\x26\x90\xc0\xaf\x10\x86\x61\x90\x5c\xd0\x8b\x69\x67\x78\x08\ \x9a\x42\x2c\x08\x93\x9c\xe4\x15\x95\xe0\x11\xf7\xda\x39\xee\x77\ \xec\x8b\x02\xc8\xaa\x42\x63\x63\x3d\xba\x6e\xc4\x9a\x63\xac\x58\ \x4d\x9a\x65\xc5\xca\xfc\x1c\x71\xfd\x10\x01\x01\xd3\x32\xdb\x08\ \x7a\x8f\x03\xba\x24\x49\x6d\xe9\x11\x51\x14\xdb\x6a\xb9\x75\xdd\ \xc0\xc6\x46\x94\x24\xc0\xa2\xa9\xb9\x99\xda\xba\x3a\xbc\x1e\x27\ \x49\x1e\x37\x91\x48\x10\xc1\xb6\x71\x38\x9d\x74\x28\x2e\x22\xc9\ \xe7\x23\x5c\xdf\x88\x24\xa9\x58\xa6\x89\xac\x2a\xb1\x48\x4c\x12\ \x71\xb9\x5c\x44\xa3\x51\x2c\xd3\x6a\x73\xb2\xf1\x07\xfc\x18\xba\ \x88\x80\x89\x16\x89\xa0\x45\x23\xa8\xe9\xe9\x44\x23\x51\x5c\x2e\ \xd7\x2f\x5e\x3d\x32\x74\xf0\xc8\xdf\xec\xa0\x2b\xc8\xcf\xa3\x20\ \xff\xac\xc4\xb7\x2f\x81\x04\x7e\x00\x24\x49\xa2\xb9\x61\x1b\xef\ \xbd\xf1\x3a\x4d\x82\x82\x24\x0a\xd8\x9a\x9f\x16\xa1\x33\x57\x5e\ \x3b\x9d\x92\x64\xe1\x80\x65\x7f\xb2\xa1\xeb\x78\x93\x5c\xe4\x17\ \xe4\xb1\x6a\xe5\x2a\x9c\x1e\x17\xfe\x40\x10\x51\x8a\x55\x66\x44\ \xa2\x3a\x92\x2c\xa2\x69\x91\x58\xea\x42\x56\x62\xad\xca\x7b\x8c\ \x7d\xe3\x64\xbd\x27\xe2\x8e\xfd\x6b\xc6\x3b\x1a\x69\x9b\x31\x04\ \x51\x24\x18\x0e\x11\x0c\x05\xb1\x4d\x9d\x70\x30\x40\x4a\xb2\x17\ \x44\x08\x04\x82\x48\x52\x4c\x6d\x50\x94\x64\x6c\x04\x2c\x4b\x40\ \x37\x4c\x92\xbc\x0e\x04\xdb\x42\x90\xe2\x91\xbe\x60\x13\x0e\x87\ \x71\x38\x24\x20\x66\xb4\x10\x68\x6d\xa2\x6f\xef\xde\x24\xa7\xf8\ \x88\x46\x22\x6d\x9d\x99\x09\x24\x90\x40\x02\x87\x6a\xa4\x9d\x94\ \xd3\x83\xf3\xfe\x54\x8c\x85\x00\x92\x8a\xdb\xdc\xc5\xec\x59\xaf\ \x51\xd1\x1c\xa4\x34\xc5\x07\x07\x50\x92\x17\x35\x4d\xa3\xb5\xa5\ \x85\x8e\x1d\x8b\xc9\x2f\xc8\x21\x14\xf4\x63\x59\x06\xa6\xa9\x11\ \xd5\xc2\x68\x7a\x04\xb0\x50\x54\x11\x30\x11\x45\x01\x4d\xd3\x62\ \x4b\xe4\xb8\x2b\x7a\xfb\x46\x98\x98\x2c\x6b\xcc\xa6\xcc\xb2\x2d\ \xa2\x5a\x34\xb6\x61\x68\xd9\x04\x43\x21\x76\x57\x54\x60\x62\x13\ \xd6\xa2\xb4\x06\x02\x98\x96\x45\x56\x4e\x2e\xc1\x50\x14\x4d\xb7\ \x11\x04\x09\xdd\x30\x90\x14\x05\x59\x92\x08\x47\x22\xb4\x04\x5a\ \x09\x45\xc3\xd8\x42\x4c\x2f\x5a\x92\x44\x4c\xcb\x20\x18\xf4\x63\ \x63\xd1\xa9\x53\x47\x7a\xf5\xee\x49\x52\x92\x2f\xae\x8d\x62\x11\ \x0e\x07\x7f\x71\x8f\xc8\x04\x12\x48\x20\x81\xfd\xc2\x8e\x99\x5c\ \x2b\x8a\x8a\xa2\x28\x38\x14\x09\x7f\x7d\x1d\x4d\x41\x09\x97\x2a\ \xc3\xc1\x36\x22\x77\xee\xd8\x8a\x28\xa9\x64\xe7\xe4\x33\x60\x50\ \x3f\x74\x33\x66\x07\xa6\xeb\x3a\x3b\x76\x94\x13\xd5\x23\x44\xa2\ \xa1\xb8\x07\xa3\x01\x71\x6d\x6d\x51\x8c\x95\x06\x6a\x9a\xd6\xf6\ \x7b\xfb\xee\x48\x2b\x1e\x71\x6b\xba\x81\xc3\xe9\x8c\x55\x81\x08\ \x56\xac\xa6\xdb\xda\xab\xc1\x1d\x0c\x86\xd0\x2d\x85\xca\xca\x3a\ \xfc\x81\x30\x08\x72\xdc\xbd\x5b\x40\x94\x25\x34\x2d\x42\x38\x1c\ \xc4\xd4\x35\x54\x59\x46\x10\x6c\x9a\x5a\x9a\xc8\x48\x4f\x61\xe0\ \xc0\x7e\x74\x2c\x2d\xc4\xe7\x75\x83\x65\x10\x0e\x87\x50\x14\x85\ \x70\x28\xb4\x4f\x1e\x39\x81\x04\x12\x48\xe0\x50\x82\xac\x28\xd4\ \x6f\x5d\xce\x9c\xa7\xde\xa0\x45\x51\x90\x45\x11\xad\xa9\x92\x60\ \xce\x48\x3a\xa4\xfb\xb0\x2c\xed\xc0\xc7\x4a\x92\x8c\xc7\xeb\x46\ \x96\x05\xba\x76\xed\x4c\x56\x56\x16\xaa\xcb\x81\xdb\xe5\x61\xfd\ \x86\x0d\x54\xd7\xd5\xb2\x61\xc3\x26\xfc\xfe\x56\x64\x45\x44\x10\ \xc0\xb2\x62\x15\x1c\xb6\x6d\xe3\x74\xba\x30\x0c\x1d\x49\x92\xdb\ \x14\x00\x05\x41\xc0\xde\x93\xd7\x36\x74\x42\xc1\x20\xaa\x22\x62\ \x5b\x26\xa1\x48\x18\xb7\x37\x89\x48\x30\x40\x63\x53\x13\xbe\x24\ \x0f\xab\x57\xaf\x61\xe5\xca\xad\xd8\x96\x80\x2c\x2b\x08\x82\x80\ \xa6\xeb\xd8\x08\xe8\x86\x86\xae\x47\x11\x25\x90\x55\x11\x87\xea\ \xa4\xa4\xb4\x84\xee\xdd\xcb\x28\x2e\x2e\xc0\xe3\x52\xd0\xa3\x61\ \x64\x49\xc1\xd4\xa2\x68\x11\x2d\x9e\xf3\x26\xa1\x36\x97\x40\x02\ \x09\x1c\xa2\xe9\x11\x9d\xe4\xfc\x9e\x5c\x70\x75\x47\x2c\x04\x04\ \xd9\x89\xcf\xae\xe0\xc9\x27\xdf\xa2\xbc\xde\x4f\x56\x9e\x93\x03\ \xb9\xa3\xca\x9d\x3a\x75\xc6\x34\x2d\x4c\x3b\x66\xb0\xab\x28\x22\ \xb6\xa1\x11\x0e\x9a\x94\x96\x14\x51\x52\x52\x8c\xbf\xa5\x95\xb5\ \x2d\xf1\xd6\x8c\x38\x21\xcb\x92\x48\xcf\x1e\x5d\xe9\xd8\xa9\x13\ \x95\x95\x55\x2c\x5e\xbc\x0c\x4b\x14\x90\x15\x05\x2c\x0b\x49\x96\ \xc8\xca\x4a\xc1\xe1\x74\xd0\x50\x5f\x87\xa8\xa8\x24\xa7\x24\x51\ \xdc\x21\x1f\xc1\x36\xd0\xb4\x28\x5b\xb6\x6e\x47\xd3\x34\xca\x2b\ \xea\x69\xf2\xc7\xa2\xf8\x50\x28\x84\xa4\xca\xb8\x1c\x0e\x8c\x68\ \x08\x09\x28\x29\x2c\xa0\xb8\x43\x01\xa5\xc5\x45\xf8\x52\x32\x63\ \x52\xad\x8a\x08\x18\x44\x42\x21\xc0\x22\x12\x8c\x60\xe8\x1a\xb2\ \x28\x11\xd5\xb4\x58\x24\x9f\x18\x1b\x09\x24\x90\xc0\x21\x09\x21\ \xde\xa4\x18\x27\x66\xdb\xa0\xb1\xb6\x8a\xea\xfa\x96\x98\xe4\xc3\ \x41\xc8\x4b\xb6\x6c\x31\x2e\x16\x15\x01\xdb\xc6\x2d\x2b\x84\x23\ \x21\x5c\x6e\x07\x81\x50\x90\xea\x9a\x7a\x02\xad\x7e\x1c\x8a\x13\ \x41\x52\xb1\x0c\x01\xcd\x08\x23\x89\x06\xf9\x79\xa9\xe4\xe5\xf8\ \xc8\x48\x4d\x62\xc3\x9a\xf5\x34\x36\xb7\xe2\x76\x7b\xd1\x8c\x28\ \x8a\x2c\x92\x97\x9b\x45\x71\x87\x42\x36\x6d\x58\x8d\xc7\xad\x32\ \x78\x40\x7f\xdc\x1e\x17\xd1\xa8\x86\xae\x45\xd9\xb6\xad\x9c\x70\ \x54\x43\xb3\x55\x2c\x49\xc2\x32\x4d\x54\x55\x41\x12\x2c\x54\x2c\ \x5a\x9b\x1a\xe8\xde\xb5\x8c\x49\x47\x1d\x89\xc7\xa9\x62\x5a\x26\ \xb6\x28\x62\x98\x11\xd0\x63\xb6\x66\xc4\xed\xce\x64\x49\x41\x91\ \x55\x24\x49\x46\x94\x22\xc8\xaa\xe3\xd0\xee\xad\x49\x20\x81\x04\ \x7e\xbf\xe9\x11\x59\xa6\x7e\xe7\x12\x66\x3d\xf6\x0a\x8d\x92\x03\ \x05\x9b\x68\x44\xa7\xc3\x90\xc9\xf4\xcc\xf5\x62\x9a\xc6\x41\x48\ \xdb\xb2\x90\x64\x19\x51\x17\x71\x38\x1d\xc8\x92\x48\x34\x12\x22\ \x14\xf4\x13\x0a\x45\x69\x6a\x6c\xc2\x34\x4c\x3c\x1e\x2f\x11\xcd\ \x44\x33\x75\x6c\xcb\x26\x23\x2b\x1d\x25\xae\xe0\xe7\xf5\xa4\xe2\ \xf3\xf9\xa8\x6b\x68\xc6\xb4\x2c\x9c\x2e\x27\x36\x06\xc1\x50\x90\ \xec\xcc\x0c\x3a\xe4\x8f\x43\x8b\xf8\x31\x0c\x1d\x41\x70\x61\x98\ \x26\x6e\x57\x4c\xe4\xa9\x79\x67\x05\xa8\x2a\xba\xa1\x23\x08\x20\ \x09\x36\xaa\xaa\x60\xdb\x16\x39\xd9\x59\x14\x16\xe4\x22\x58\x26\ \xd1\x48\x24\x56\x70\x2e\x82\x1d\xdf\xf0\x94\x44\x25\x66\x00\x6c\ \x18\x31\x29\xd8\xb8\x8c\x2c\x02\xf1\xde\xfd\x04\x6b\x27\x90\x40\ \x02\x87\x1e\x4c\xc3\x20\x29\xb7\x3b\x17\x5c\x73\x23\x92\x04\x9a\ \x6e\xe2\x4a\x4a\x21\x25\xc9\x89\x65\x18\x58\x07\xa1\x2e\x59\xd7\ \x75\x14\x45\x69\x73\x34\x17\x1d\x2a\x0e\xa7\x93\x60\x30\x48\x72\ \x72\x32\x69\xe9\x61\x84\xad\xdb\x08\x87\xc3\x08\x92\x8a\xc3\xa1\ \x12\x31\x74\xf2\xf2\xf2\xc8\xcd\xcd\xdd\xdb\x2e\x1e\x0f\xe7\xb5\ \x68\x14\x49\x71\xe1\x72\x3b\x31\x4d\x93\xc6\xc6\x46\x32\xd2\x7d\ \x28\xaa\x4a\x28\x18\x20\x18\x0c\xc5\x04\x9d\x52\xdd\x74\xee\xdc\ \x99\xe6\x96\x20\xf5\x2d\x61\x64\xd9\x81\xae\x6b\x18\x86\x46\x5e\ \x76\x16\x65\x9d\x4a\x28\x29\x2a\xc2\x97\xe4\x06\x61\xf9\x7c\x57\ \x00\x00\x20\x00\x49\x44\x41\x54\x53\xc7\x32\x74\xdc\x4e\x07\x06\ \xa0\x5b\x06\x86\x6e\xc4\x5c\xe3\x25\xa9\xad\xbc\x6f\x4f\xfd\x76\ \x02\x09\x24\x90\xc0\xa1\x0c\xdb\x06\xa7\xc7\x47\xa8\x66\x33\x6f\ \x7f\xb0\x88\x86\x90\x41\x52\x46\x09\x63\x27\x4e\xa0\x63\x86\x8a\ \x65\x1c\xb8\x64\x59\x8e\x95\xd0\x49\xd8\xb6\x4d\x38\x12\x41\xd7\ \xa2\x48\xa2\x10\x73\x95\xd1\x03\xa4\x24\xa7\xe0\x74\xba\xd0\xb4\ \x7a\x24\x45\x44\x20\xd6\x48\xe3\x72\x3a\x71\xb9\xdc\x58\x96\x41\ \x6b\x73\x80\x50\x30\x26\x72\xa2\x69\x1a\x42\x04\x54\x47\xac\x21\ \x46\x10\x45\xc2\xe1\x08\x1e\xb7\x82\x2c\x4b\x34\x36\x36\xe0\xf1\ \x24\xe1\x70\x7a\x29\x2a\x2a\x62\x77\x45\x0d\x75\xcd\x5b\xb0\x2c\ \x13\xb0\x10\x01\x5f\x52\x12\xdd\xba\x75\xc7\xd4\xc2\xe8\x5a\x14\ \xc1\xb6\xb0\x74\x83\xb0\x6d\x22\xc8\x6a\xac\x5c\x3b\x6e\xc8\x60\ \xdb\xd6\x3e\xee\xef\x31\x4b\x32\x33\x5e\x1f\xfe\x33\x11\xb8\x00\ \x96\x6d\xd1\xdc\xd2\x88\xa6\x47\x0f\x01\x49\xd8\x04\x12\x48\xe0\ \x97\x80\x20\x08\x68\x5a\xf4\x7b\x99\x47\x52\x14\x42\x15\xcb\x79\ \x72\xd6\x4b\x38\x8b\x4b\xa9\xaf\xae\x87\x68\x90\x39\xcf\x04\xb8\ \xf4\xe2\x53\xc9\x76\x0a\x98\x07\xb2\x1b\x0b\x06\x83\x31\x31\x27\ \x41\x40\x55\x94\x78\xd5\x87\x8d\x37\xc9\x4b\x28\xac\xe1\xf5\xa5\ \xe2\x70\xa8\x80\x80\x20\x0a\x68\x11\x2d\x56\xce\x67\x5b\x6d\x25\ \x76\x86\x19\x8b\x7a\xb1\x63\xcf\x31\x4d\x8b\xe6\xe6\x16\xd2\x92\ \x53\xf1\xb8\x3d\x84\x43\x2d\x18\x5a\x08\x87\x2a\xa3\xaa\x2a\xe1\ \x70\x98\xa8\x66\x92\x9c\x9a\x19\xab\x36\x11\x85\x18\x39\x63\x23\ \x0a\x50\x5b\x5b\x4b\x75\x55\x25\x2e\x87\x02\xb6\x4e\x66\x5a\x3a\ \x82\x08\xba\x61\x10\x09\x87\x11\x65\x69\x1f\x27\x78\x49\xda\x63\ \x79\xa6\x63\x18\x26\xb6\x6d\x21\x4b\xd2\xcf\x96\x1e\xb1\x2c\x8b\ \xd4\xd4\x74\xfc\xfe\x16\x42\x81\x84\x20\x7f\x02\x09\xfc\x7e\x23\ \x68\x9b\xe4\xe4\x54\x04\xf1\xe0\xfc\x23\x89\x36\xe5\x1b\x57\x10\ \x29\x1e\xc7\xd5\xe7\xf4\xe0\xa9\xa7\x3e\xe7\xa4\x33\xc6\xf3\xfa\ \x63\x8f\xb1\xb1\xaa\x99\xbc\x8e\x29\x98\xd6\xfe\x9b\x6b\xe4\x51\ \xe3\x27\x02\x02\xa2\x20\x20\xb4\x79\x2a\xda\x88\x82\x88\x69\xc5\ \xba\x1d\xbb\xf7\x1b\x80\x6e\x18\xf1\x16\xf5\xd8\x9e\xa7\xaa\xaa\ \xc8\xb2\x84\x24\x08\x58\x36\x8c\x3b\xf2\x98\x38\x89\xc6\x42\x4f\ \xdb\xb6\x91\x65\x09\x87\xea\xc0\xb2\xcd\x98\x46\x60\xbc\x01\x27\ \x16\x21\x83\x28\x49\x0c\x1f\x3d\x06\xdd\x30\xb1\x2c\x9b\xf8\xa1\ \x08\x08\x31\xa7\x9a\xf8\x0a\x60\x4f\xdb\xbc\xcd\x1e\x7f\xca\xfd\ \x84\xba\xf1\x35\x87\x4d\x4c\xf5\x54\x96\x95\x36\xd7\xf8\xff\xf9\ \x07\x65\x59\x24\xf9\x7c\xf8\x92\x53\x12\xa3\x36\x81\x04\x12\x38\ \xe8\x46\xe2\xde\xa8\x5c\x42\x16\x6d\x0c\xc3\x44\x0f\xec\x66\xfe\ \xbb\x73\xd9\x16\xf0\x30\x3c\xf9\xe0\x06\x2e\xb2\xc7\x9b\xb4\x97\ \x7c\xbe\xf5\xc7\x3d\x92\x3c\x6e\x8f\x37\xc6\x8b\x36\x6d\x84\x19\ \xb3\x20\xdb\x7b\x54\x52\xb2\x0f\x81\x76\x9b\x7f\x76\xac\x9c\xa5\ \xbd\xd1\x6b\xdb\x75\xb4\x7b\x20\x29\xc9\x1b\xcf\x43\x0b\xdf\x89\ \x5e\xdb\x4b\xc0\xfe\x90\x19\xef\xe7\x4c\x53\xc4\xf2\xea\x89\xd6\ \xf9\x04\x12\x48\xe0\xfb\x61\x18\x26\x79\xdd\x47\x31\x31\xc3\x04\ \xdb\x45\x76\x52\x90\x25\x9b\x9b\x99\x38\xed\x14\x3a\x67\xa8\x07\ \x0d\x38\xe5\x83\x69\x74\xd8\xfb\x10\xd2\x7f\x42\x5a\x3f\x84\xec\ \x7e\x1b\x4b\x22\x87\xc3\x81\xaa\xaa\x89\x7c\x76\x02\x09\x24\x52\ \x24\x84\x42\xa1\x83\xf3\x9e\x69\xe1\xca\x28\x62\x50\x8e\x40\x34\ \x1a\xe5\x98\x73\xaf\xe7\x38\xc5\x85\x4b\x11\xd0\x34\xfd\xa0\x89\ \x5d\x39\x71\x8b\x7f\x3c\x9c\x4e\x27\x5f\x7e\xf9\x05\xab\x56\xad\ \x44\x55\x1d\x89\x1b\x92\x40\x02\xbf\xdb\xb4\x88\x89\xcf\xe7\x63\ \xf2\xe4\x29\xdf\x1b\xc0\xd9\xa6\x4e\xc4\x8c\xa5\x1e\x14\xd5\x81\ \x80\x49\x54\xfb\xfe\xa0\x2f\x41\xda\x3f\x01\x14\x45\x61\xd3\xc6\ \x4d\xcc\x9b\x3b\x0f\x8f\xc7\x93\xb8\x21\x09\x24\xf0\x3b\x85\x61\ \x18\xe4\xe4\xe4\x30\x65\xca\x89\xff\xd5\xaa\xdb\xb6\xac\xff\xb8\ \x6c\x22\x41\xda\x3f\xd1\x72\x48\x51\x15\xdc\x6e\x37\x6e\xb7\x3b\ \x71\x43\x12\x48\xe0\x77\x4c\xda\x4e\xa7\xeb\x7f\xfa\x1a\x09\xd2\ \xfe\x5f\x40\x00\x4b\x8f\x12\x89\x1a\xec\x29\x89\x91\x64\x15\x55\ \x95\xdb\xb6\x5b\x2d\x3d\x42\x58\xb7\x71\xba\x5c\x31\x1b\xce\x3d\ \xcb\x2b\x43\x8b\xe5\xb4\x6c\x40\x94\x71\x3a\x55\x4c\x2d\x82\x29\ \xaa\x38\x55\x39\xb6\xa4\x8a\x68\xc8\x4e\x17\x92\xa9\x11\x35\x45\ \x5c\x4e\x05\x10\xb0\x4d\x8d\x88\x66\xe2\x70\xb9\xb0\xb5\x10\x61\ \xdd\x8a\x59\x98\x21\xa2\xa8\x0e\x14\x59\xfc\xd6\xec\x6e\xa2\x69\ \x51\x4c\xd3\x06\x41\x44\x56\x54\x54\x45\x42\x10\xc0\x88\x46\x88\ \x68\x06\x82\x28\x80\x10\x3b\x5e\xc2\x20\x12\xd5\xe3\xc7\xda\xf1\ \xbf\xc9\x38\x54\x09\x3d\xaa\xa3\x38\x5d\xc8\x52\xcc\xd4\x59\x8b\ \x6a\xb1\x3a\x53\x41\x44\x56\x55\x54\x59\x42\x00\xa2\x91\x30\xa6\ \x20\xe3\x74\x28\xb1\x7b\x61\x19\x84\xa3\x06\xaa\xd3\x85\x64\xe9\ \x44\xa2\xd1\x58\x37\x98\x28\xa1\x3a\x1c\x3f\xb9\x4d\x5a\x02\x09\ \xfc\xda\x91\x20\xed\xff\x01\x2c\x4d\x27\xa3\xf7\x38\x8e\x1f\x3b\ \x00\x17\x06\xb6\x1e\x64\xfd\xe2\x4f\x58\xb8\x74\x2b\xa6\x28\x61\ \xe9\x51\xd2\x7b\x1d\xc3\xa9\x03\x93\xf9\xf7\x3f\x5f\x61\x77\x48\ \x42\x91\x40\xd3\x4c\xf2\x7a\x8c\xe4\xc8\x31\x03\x48\x75\x4a\x84\ \xea\xb7\xf0\xee\xdb\x0b\xc9\xea\x77\x12\xf9\xcd\x5f\xf3\xe6\xa2\ \xf5\x38\x73\x7b\x73\xd6\x49\x63\x58\xff\xf6\x4b\xd4\xe6\x1e\xce\ \x88\xfc\x26\x5e\x7f\x67\x29\x16\x16\x6a\xee\x60\xa6\x0e\xcf\xe3\ \xa3\xd7\xdf\xc4\x33\x6c\x1a\x27\x0c\x2f\xc1\xd4\x0d\xf4\x60\x3d\ \x8b\x17\xbc\xcf\xb2\xad\xf5\x48\x72\xec\x23\xb7\x0c\x0d\x29\xa9\ \x03\x47\x9d\x74\x24\x5d\xf3\x52\xb0\xa3\x4d\xac\xf8\xec\x03\xbe\ \x58\xb9\x13\x5d\x74\xd2\x6d\xd8\x14\x26\x8e\xe8\x0c\xba\x81\x16\ \xa8\xe7\xeb\x8f\xde\x65\xa7\xdd\x83\x53\x26\x0f\x46\x32\x4d\x04\ \x51\xc0\x42\x42\x0c\x6c\xe2\xcd\x8f\xd7\xd3\x7b\xd8\x61\xac\x7d\ \xef\x2d\x36\xd7\x84\xf0\x64\x75\x64\xc2\x84\xf1\x74\xc9\x4d\xc2\ \x08\x37\xb1\x6c\xc1\x3c\x16\xad\xab\xc0\xc4\xcd\x90\xe3\x4e\xa7\ \x48\x5b\xcf\xbf\xdf\x5f\x81\xa5\xc8\x38\x52\xba\x70\xc6\x84\xee\ \x2c\x7a\xeb\xdf\x54\xbb\xcb\x38\xf9\x98\x23\x29\x4e\x57\x09\x35\ \x55\xb0\x70\xde\xdb\xac\xab\x8e\x22\x4b\x09\xe2\x4e\x20\x81\x3d\ \x10\x13\xb7\xe0\x27\x4f\x96\x60\x1a\x16\xd9\x3d\x0f\xa3\x24\x2b\ \xc0\xa7\xef\xbd\xcf\xe2\x2d\x41\xc6\x9f\xf5\x27\x26\x76\x4d\x45\ \xd3\xa2\xe8\x42\x3a\x23\x8f\x9c\xc0\xd0\xb1\x13\x18\xd5\xbf\x23\ \xb6\xa6\xa1\x6b\x06\x45\x83\xa6\x72\xed\x85\x27\x22\xd7\x6e\xe0\ \xab\xaf\x97\x52\xe5\x8f\x82\xac\xd2\xa1\xd3\x40\xba\x65\xba\x11\ \x53\x3a\x73\xf6\xa5\xd3\xc9\x6c\xdd\xc4\xc6\x5d\xcd\xa4\x95\x76\ \xa1\x67\x9f\x02\x04\xd3\xc2\xb6\x0d\x24\x6f\x07\xfa\xf6\xec\x8b\ \x47\xb4\xc9\xeb\x31\x8c\x34\xbd\x8e\x85\xf3\xe7\xb3\xa9\x29\x89\ \xd3\x2e\xb9\x9c\xc1\xc5\x1e\xa2\xba\x85\x65\x68\x88\xc9\x9d\x38\ \xef\xba\xab\x19\x9c\x6b\xb0\xfc\xab\xcf\x59\x57\x69\x71\xd4\x85\ \xd7\x72\xe2\xa8\x52\xa2\x51\x8b\xe2\xae\x43\x28\xd6\xab\x58\x30\ \xff\x23\x36\x36\x79\x38\xe3\x4f\x57\xd0\x2b\xb9\x81\x8f\x3f\x9c\ \xcf\xaa\x1d\x21\xfa\x96\xa5\xb2\x7d\xe9\x02\x3e\xfe\x7c\x15\x01\ \x21\x99\x5e\x23\xfa\x90\xa2\x9a\x08\x69\xdd\x98\x7e\xd5\xd5\x1c\ \x96\x16\x60\xc9\xa2\x2f\xd9\x58\x2b\x31\xf9\xc2\x1b\x98\x3c\xb0\ \x10\x2d\x6c\x90\x53\xd6\x87\x29\xd3\xff\xc8\xf1\x43\x3a\xa0\x85\ \xc3\x08\xce\x4c\x06\xf6\x2a\xc3\xe7\x4d\xe5\xe8\xf3\x2e\xa5\x97\ \xa7\x9e\xcf\x3f\xfd\x82\x2d\x15\xcd\xd8\x16\x24\xa4\x1a\x13\x48\ \x20\x11\x69\xff\x2c\xc4\x8d\x05\x91\x86\x1a\x76\xec\xd8\x8a\x62\ \x65\xd2\xea\x0f\x63\x58\x36\x86\x66\x90\xd3\x7f\x18\x5d\xed\x95\ \xdc\xff\x64\x90\x13\x46\x8e\x26\xf3\x8b\xf5\xd4\xca\xf9\x8c\x3f\ \x71\x1c\x1b\xe6\x3d\xc4\xcc\x37\x96\xa3\xb8\x1c\xd8\xa6\x89\x2e\ \x24\x73\x98\x1d\x46\xcc\xec\xca\x59\x17\x75\x47\x58\xf9\x2f\x1e\ \x7b\xfd\x73\xc2\x96\x04\x06\xd8\x11\xab\x2d\x05\x63\xdb\x06\xa6\ \x15\xc5\xb2\x05\x24\x31\x42\xe5\xf6\x95\x7c\xb6\xe0\x13\x84\xd5\ \x95\x94\x8d\xbe\x95\xa2\xe2\x2c\xbe\xd8\xb4\x15\x4d\x94\xe8\x3f\ \xf2\x18\x7a\x18\xcb\xb9\xed\xe1\x59\xd4\x99\x0e\x4c\xed\x53\xb6\ \xb5\x5e\xc9\xd5\x13\x8e\x67\xc1\x57\x8f\xa2\xd9\x06\x15\x9b\x57\ \xf2\xf9\x82\x8f\x61\x4d\x15\xa5\x83\xff\x46\xbe\x33\xc2\xbc\xf9\ \xdf\x90\x1b\xcd\xe2\x98\x61\x4e\x56\x2f\x5d\xc4\xc6\x46\x1b\x5f\ \xc7\x34\x88\x98\x68\x51\x81\xfe\x47\x1e\x43\x61\x78\x11\x77\x3c\ \xf2\x34\x2d\xa2\x03\x23\xf2\x29\xbb\x43\x57\x71\xf9\x09\x13\xf8\ \x68\xc9\xb3\x18\x41\x3f\x1b\x96\x54\xd3\xed\x98\xf3\x18\x55\x75\ \x0f\x5f\x47\x34\x22\xb6\x8d\x85\x84\x2b\xd9\x49\xe3\xd6\x6d\xac\ \x58\xfc\x05\x2d\x61\x1d\xd5\x9d\x84\x53\x16\x12\xb2\x5f\x09\x24\ \x90\x88\xb4\xff\xf7\x30\x74\x8b\xec\xae\xe3\xb8\xf0\xb2\x3f\x71\ \xd1\x79\x53\xc9\x32\xaa\xd8\xd9\x18\xc4\x52\x7c\x0c\x1c\xd2\x87\ \xdd\x4b\x3f\xe6\xc3\xb9\x73\xd9\x6e\x16\x33\xbc\x6b\x06\x82\x33\ \x9d\xe2\xd4\x7a\xd6\x6d\xd9\x85\xe8\x70\xa3\x2a\x31\x71\x2e\x49\ \x04\xc3\x80\x3e\xc7\x9c\xc2\x90\xa4\x7a\xde\x7a\xe7\x53\x82\x82\ \x03\x49\x10\xe2\x64\x6d\xef\x25\xb5\xb6\xdd\x6a\x1b\x43\x17\x28\ \xee\x31\x94\x29\xa7\x9e\xc9\x65\x57\xff\x89\xce\x2d\x3b\x59\xb3\ \xae\x02\x41\x91\xb0\x25\x95\xac\x9c\x12\x6a\xd7\x6e\xa2\xd9\x90\ \x71\x38\x54\x5c\x6e\x95\xea\xf5\x2b\x30\x52\xbd\x64\xa5\x39\xd1\ \xa3\x06\xb9\xbd\x47\x30\xe5\x94\xb3\xb8\xfc\x4f\x97\xd2\xd3\x5e\ \xc9\x8a\x9d\x35\x28\x4e\x17\x8a\x2c\x22\x08\x22\xb2\xa2\xa0\xc4\ \x73\xe0\xd8\x16\xa6\xe4\xa1\x28\x23\x8d\xc6\x0d\xab\x69\xc5\x81\ \x4b\x55\x71\x39\x24\x2a\xb6\xac\xa6\x39\xa3\x90\x74\xaf\x03\x49\ \x92\xa8\x59\x35\x97\xe7\x3e\xdc\xc9\xa4\x73\xcf\xa2\xd8\x6b\xa3\ \x99\x02\x62\xb4\x8e\xb7\x9f\x9c\x83\x5e\x72\x14\x37\xde\x72\x23\ \x67\x9e\x30\x86\x34\xd5\xc4\x48\x30\x76\x02\x09\x24\x22\xed\x9f\ \x03\x8a\x22\x52\xb9\xfa\x5d\x1e\x78\xe0\x2d\x0c\x35\x99\x89\x97\ \x5e\xc7\x94\x29\x23\xd8\xf8\x6c\x39\x03\xfa\x97\xe2\xcd\x9d\xc6\ \xcd\x3d\x74\x8a\x8a\xf2\x08\x0c\x1b\xc0\xbc\x67\x36\xd0\x68\xa4\ \x90\x9a\xe4\xc2\x88\x36\x61\xca\x0e\x2c\x43\xc7\xc4\x85\xac\x08\ \xac\x7a\xe7\x45\xca\x53\x7b\x73\xe9\x95\xe7\x31\xe3\xd1\x17\xd8\ \xd5\x6a\x62\xd9\x60\x4b\x32\xb6\xa6\x61\x88\x16\x96\x28\x80\x18\ \x93\x15\xb0\x6d\x70\x7a\x93\x49\xf5\xb9\xa8\x5d\xf3\x21\x0f\xad\ \x58\x49\x79\xbd\x8e\xaa\x88\x44\x34\x83\x90\xbf\x95\x94\xac\x74\ \x24\x4b\x43\x37\x62\x9b\x9d\xbe\xb4\x3c\x94\x90\x49\x30\xa4\x91\ \x22\x08\x38\xbc\x3e\xd2\x52\xdc\xd4\xae\xfb\x98\x87\x5e\x5c\x4e\ \x79\x43\x04\x45\x39\x80\x8d\x9b\x20\x20\x98\x1a\x2d\xd1\x20\x49\ \xd9\x19\x08\x7a\x14\x5d\x91\xd0\x35\x1d\x4f\x4a\x16\xc9\x5a\x13\ \xa1\xa8\x01\x82\x88\xea\x54\x59\xff\xe6\x4b\x7c\xda\xe5\x1a\xce\ \x3c\x79\x1c\x6e\x74\x44\x49\xa4\x66\xed\x27\x3c\xb4\xe5\x1b\x0a\ \x3b\xf5\x65\xea\x05\x67\x71\x7a\xb2\xc0\xac\x97\x17\x61\x3b\xd4\ \x44\x96\x24\x81\x04\x12\x91\xf6\xff\xfe\xce\x8a\xaa\x03\x97\xcb\ \x4d\x52\x6a\x3a\xe9\x49\x4e\xf4\x50\x84\x4e\xc3\xc7\xa2\x94\x7f\ \xc1\x33\xcf\xfd\x8b\xf9\xf3\xdf\xe5\xd9\x39\x6f\x92\x54\x36\x84\ \x2e\xbe\x06\x3e\x5f\x58\xc3\x91\x27\x9e\xca\x90\xee\x05\xf8\x7c\ \xa9\x74\xe8\xd4\x91\xf4\x24\x27\xa2\x20\x13\xa9\x5d\xcf\x53\x0f\ \x3d\xc8\x1a\x7a\xf1\xc7\xcb\xa7\x91\xe5\x34\x29\xdf\xb4\x0b\x57\ \xee\x10\x46\x1d\x56\x82\x2f\xa3\x84\x71\xe3\x07\x82\x7f\x33\xd5\ \x21\x70\x3a\x45\xb6\x2c\xfd\x84\x17\x9f\x7d\x8e\x37\xe7\x2e\x60\ \x47\x5d\x10\x59\x96\x00\x01\x05\x8d\xd5\x8b\x3f\x24\xdc\x73\x02\ \x53\x27\x0e\x21\x3d\x39\x89\xbc\xce\x43\x39\xed\x8c\xb1\x6c\x5f\ \xf5\x05\x5b\x1b\x2c\x5c\x4e\x95\xdd\x8b\x3f\xe6\x85\xe7\x9e\xe3\ \xad\x79\x9f\xb0\xbd\x3e\x14\xd3\x80\xb1\x63\xa9\x18\xb1\xdd\xc8\ \x89\x15\xa8\x48\xa8\x72\x98\xaf\x3f\x5b\x8c\xd0\x6d\x32\xa7\x8c\ \x3f\x8c\x34\x9f\x8f\xc2\x1e\x23\x38\x65\xf2\x11\xec\x58\xb0\x88\ \x8a\x56\x03\x59\x8e\x69\xa1\x3b\x04\x3f\x1f\xbc\xf2\x0a\x0d\xd9\ \x7d\x28\x4c\xf1\x60\x89\x0e\x4a\x7a\xf5\xa5\x34\x3b\x89\xe6\x8a\ \x2d\xec\x68\x30\x48\x2f\xcc\x47\xb1\xcc\x44\x7a\x24\x81\x04\x12\ \x91\xf6\xff\x16\x82\x20\xe0\xaf\x6b\x20\x69\xe8\xe1\x5c\x71\x7d\ \x2f\x44\x87\x83\xc8\xee\xa5\xbc\xf0\xd6\x16\x86\x9d\x35\x9e\xad\ \x9f\xcd\x66\xd5\xe6\x72\x1c\x0a\x68\x52\x1d\xcb\xc6\x0c\x67\x40\ \xb7\x02\xe6\xbc\xf6\x30\x29\xca\xf9\x4c\xbd\xf0\x4a\x74\x4d\x07\ \xa3\x8e\x7f\xff\xe3\x5f\x84\x82\x2d\x44\x91\x71\x98\x35\xbc\x3c\ \x63\x26\xc9\x57\x5d\xc6\xb4\x49\xeb\x98\xf1\xc6\x5c\x5e\xfd\x20\ \x8d\xe3\xcf\xbe\x82\xd1\x3a\xd0\xb2\x8d\x57\x9e\x9f\x4b\x40\x94\ \x31\x23\x41\x34\x0b\x1c\x4e\x17\x82\xcb\xb9\x4f\xa4\x2a\xa9\x2a\ \x2d\x5b\xbf\x64\xd6\x2c\x07\x53\x8f\x9b\xc6\x9f\x46\x59\x88\x8a\ \x48\xc5\xaa\xd7\x99\xf3\xfa\x42\x74\xc5\x85\x19\x0d\x10\x31\x6d\ \x1c\x4e\x17\x62\xfb\x2e\x4f\x01\x6c\x53\x23\x10\x88\x60\xd9\x02\ \x02\x02\xb6\x65\x12\x0e\x84\xb0\x25\x95\xe6\xb5\x1f\x32\xfb\x19\ \x85\x29\x47\x9f\xc9\x15\xe3\x4d\x04\x59\x62\xf7\xd2\x97\x78\xe5\ \xdd\xc5\x98\xb2\x0b\x3d\x1c\x26\x1c\x35\x91\x54\x27\x42\xeb\x26\ \xfe\xf9\xfc\x6b\x14\x1c\x57\x82\x29\xb8\xe8\x39\xf2\x58\x46\x95\ \xf8\xb0\x04\x19\x29\xbc\x95\xb7\x5e\xfa\x88\x88\xe2\x48\x0c\xd2\ \x04\x12\x68\xcf\x2f\xeb\xd7\xad\xfd\x5d\x05\x32\x1e\x8f\x87\xbf\ \xdc\x79\x07\x4b\x16\x7f\x43\xd7\xae\xdd\x50\xbe\xa5\x17\xa2\x69\ \x1a\x93\x8e\x3a\x92\x51\x63\x0e\xc7\x34\x2d\x04\x41\x44\x14\x63\ \x66\xc5\x7b\x34\xbb\x77\xef\x2a\x27\x35\x2d\x8d\xbc\xfc\x0e\x98\ \xa6\x81\xc7\xe3\xe1\x99\x67\xfe\xc1\x3b\x6f\xbf\xdd\xae\x23\x52\ \x40\x56\x1d\xa8\x8a\x04\xa6\x4e\x30\x18\x44\x47\xc1\xe3\x90\x63\ \x32\xb6\xc2\x5e\x65\x42\x44\x05\x45\xb2\xd1\xa2\x11\x74\x5b\xc4\ \xe3\xf1\xa2\xca\x02\x86\xae\xa3\xe9\x3a\x08\x52\x4c\x53\xdc\xb6\ \xb1\x2c\x03\x44\x27\x2e\x87\x40\x34\x12\x41\x33\xc0\xe5\xf1\xe0\ \x90\x05\x22\x21\x3f\x51\x43\x40\x91\x25\x04\x71\xef\x31\xfb\x87\ \x8d\xae\xe9\x48\x0e\x37\x1e\x97\x03\xdb\x8c\x12\x0c\x84\xb0\x25\ \x05\x59\x14\x62\xc7\x63\xc5\x55\x1d\xbf\x9b\x0a\x91\x44\x01\xcb\ \x8c\x77\x71\xc5\xef\x8d\x6d\x99\xd8\x96\x8d\xae\xeb\xc8\x4e\x0f\ \x6e\xa7\x82\x6d\x44\x09\x04\xc3\xd0\x76\x5e\x11\x01\xbb\x4d\x2d\ \xd2\x34\x6d\x64\x45\x8e\x89\xd0\x88\xb1\xfc\xba\x24\xd8\x44\xc2\ \x41\xa2\xba\x1d\x5f\x1d\x24\x90\xc0\xaf\x03\x86\x61\x90\x95\x95\ \xcd\xff\xbb\xfb\xee\xef\xd7\x63\x12\x62\xea\xaa\xff\xa5\x6e\x53\ \xe0\x90\x0b\x62\x1c\x32\xfc\xd8\x7e\x0a\x01\x30\x6c\x68\xeb\x6d\ \xf9\x25\x60\x5b\xe8\xd1\x30\x7a\x74\x4f\x78\xab\xa0\x42\x9c\x84\ \x85\xbd\xd7\x25\x08\x60\xeb\x68\x86\x80\x20\x29\xa8\xd8\x68\x91\ \x10\x5a\xbb\xa8\x1d\xdb\x88\x39\x36\x03\xa2\x28\x63\xdb\x3a\x91\ \x88\x80\x20\x48\xa8\x0a\x18\xd1\x30\x46\x14\x10\x64\x94\xf8\x27\ \x6a\x9b\x06\xf6\x41\x5d\x7c\x84\xd8\x84\x65\xe9\x84\x82\x7a\xfc\ \x12\xd5\x76\x97\xbf\xf7\x35\xbf\xfb\xde\x6c\x0c\xc3\xda\xeb\x12\ \x64\xdb\x98\x86\x11\xfb\x5d\x88\x9f\xd7\xd4\x08\x05\xb5\xb6\xf3\ \xb6\x35\x15\x99\x26\x20\xb4\x49\xf8\x4a\x52\xec\x31\x41\x10\xc0\ \xd4\x09\x87\xf4\xbd\x93\x9e\x9c\xc8\xde\x25\xf0\x1b\x8e\x98\x6d\ \x3b\xe6\x16\x26\x2b\xff\x15\xe7\x1d\x52\xa4\x2d\x89\xb0\xac\x52\ \xa4\x25\x22\xf0\x63\xfa\x29\x4c\x0b\xd2\xdd\x36\x3d\xb2\x2d\x8c\ \x9f\x49\x45\xd0\x34\x4d\x22\x91\x48\x9b\xf6\x77\x02\x09\x24\xf0\ \xfb\x8c\xb4\x75\x5d\xfb\x7e\xae\x53\x14\x9a\x37\x7f\xc9\x2b\x0b\ \x2a\x39\xe1\xf4\x93\xc8\x76\x18\x07\x74\xaa\x39\xa4\x49\x5b\x11\ \xe1\xbd\x8d\x32\x1b\x6a\x45\x1c\x3f\xe2\xca\x22\x06\xf4\xcb\xb3\ \xe8\x9b\xa7\xfd\x2c\xa4\xad\x69\x3a\x7d\x7a\xf5\x22\xd9\xe7\x45\ \x55\xd5\xc4\xc8\x4d\x20\x81\xdf\x29\x2c\xcb\x42\x55\x1d\xdf\x2b\ \x16\x25\x89\x50\xb5\x63\x2d\xb5\x56\x2e\x69\xc9\x4e\x84\x68\x10\ \xb1\x7d\xb8\x6d\xdb\x07\x4c\x6d\x1e\x52\xa4\x6d\x03\x4e\xd9\xc6\ \xad\xd8\xfb\x90\xb6\x6e\x58\x88\xa2\x80\x65\xda\xd8\xa2\x10\x33\ \x63\x10\x05\x14\xd1\x46\x37\x62\xc7\x09\x80\x28\xc5\x22\x74\x51\ \x00\x87\xfc\x73\x1a\x20\x98\xa4\xa4\xa6\x72\x4c\xef\x3e\xb8\xdc\ \x09\x95\xbf\x04\x12\xf8\x3d\x63\xf3\xc6\xf5\x98\xa6\x89\x28\x1e\ \x2c\xbd\x27\xe0\x74\xb9\xf1\x57\xec\x64\x7b\x65\x1d\x1d\xdc\xfb\ \x7a\x42\x0a\x92\x82\xe3\x00\xe5\xb5\x87\xf4\xc6\xbc\x6d\xdb\x18\ \xaa\xca\x09\x03\xdc\xac\xdd\x16\xa2\x77\x9f\x74\xfa\x26\x59\x34\ \x07\x0d\x3e\x5a\xda\xcc\x92\x7a\x9b\xe1\xfd\x52\x38\xbc\xc8\x81\ \xac\xe9\xcc\x5b\xd2\xc4\xd2\x5a\x93\x9f\x3f\x93\x2d\x60\x99\x26\ \x09\xff\x83\x04\x12\x48\xe0\x3f\xb1\x1a\xd3\x0d\x8b\xa2\x3e\xa3\ \x39\xec\xeb\x27\x98\x75\xcf\xdd\x78\x3d\xca\xde\x20\x50\x8b\x92\ \x3e\xe0\x18\x2e\x3c\x61\x14\x2e\x34\xbe\x9d\x35\x39\xb4\xab\xa9\ \x6c\xb0\x04\x91\x82\x34\x85\xf2\x1a\x89\x1c\xd5\xe0\xc5\x0f\x6b\ \x09\xe4\x67\x32\xbd\x9f\x07\xad\x42\xe6\xe8\x3c\x81\xa7\x3e\xac\ \xc1\x2f\x8a\x60\xd8\xc8\xa2\x80\x69\x26\x06\x4e\x02\x09\x24\x70\ \x08\x53\x9b\x69\x20\xb8\xf3\x38\xe3\xaa\x3f\x33\xb1\xb6\x96\xd6\ \x90\x16\x2b\xa0\x30\x0c\x4c\xd3\x44\xf5\x65\xa2\xd8\xc6\x7e\x7b\ \x14\x0e\xf9\x12\x58\x01\x30\xcc\x58\x45\x98\x29\x88\x14\x66\x3a\ \x31\xd2\x45\x1a\x43\x02\xbd\xf3\x15\x96\xaf\x6d\x64\xab\xdf\x22\ \xd9\x2d\xa0\x08\x09\x7d\xa1\x04\x12\x48\xe0\xd7\x03\xc3\xd0\x09\ \xb6\x34\x52\xdd\x14\x21\x33\xbf\x23\x1d\x3b\x66\x22\x5a\x06\xa6\ \x69\x61\x1e\xc0\x18\xe1\xd0\x24\xed\x38\xf3\x1a\xa6\x4d\xd4\xb4\ \x41\x8c\x95\xc7\x88\x4e\x95\xa1\xdd\x7c\x6c\xae\x0d\xf3\xcc\xf2\ \x20\x63\xc6\xb9\xf0\x28\x02\xa1\x88\xcd\x80\xbe\xc9\x0c\x76\x45\ \x99\xfd\x65\x00\x5b\x4c\x94\x8a\x25\x90\x40\x02\x87\x70\x30\x2a\ \xca\x88\x5a\x3d\x6f\xcf\x99\xc1\xfc\x2d\x3a\xb9\x99\x6e\xea\xaa\ \xea\xe9\x32\xfe\x4c\xce\x9f\xd4\x1f\xc9\x3e\x88\xb1\xef\x21\xf9\ \x8e\x2c\x10\x9c\x12\x3d\x3a\xb8\x49\xf2\xaa\x64\x48\x16\x4d\x51\ \x50\x22\x11\x9e\x9b\x5f\xc3\xaa\x80\x80\x47\x16\x58\xbc\x35\xca\ \x85\xbd\x52\x99\x18\x69\x25\x3f\x43\x45\x09\x45\x49\xf4\x3c\x27\ \x90\x40\x02\x87\x3a\x64\x45\x64\xe7\x92\x4f\x59\xdc\x94\xcb\x55\ \xb7\x4d\xa7\x24\x45\xa2\x75\xdb\x67\x3c\xf8\xd4\x5c\x56\xf7\xeb\ \x4a\xff\x5c\x07\x96\xb9\xff\xd2\xb7\x43\x32\x24\xb5\x89\x35\x0a\ \x66\x64\x38\x19\x98\x2d\x32\x7f\x69\x0b\xe5\xcd\x26\x8b\xb7\x84\ \x09\x89\x12\x3e\xa7\x88\xaa\x08\x54\x6c\x69\xe6\x99\x55\x61\x7a\ \x74\xf1\x92\x69\x6a\x7c\xbe\x35\x0a\xb2\x90\x48\x91\x7c\xef\xa4\ \x18\x65\xe7\xe6\x2d\xd4\xfb\x7f\x1b\xc9\x7f\x23\x50\xc7\xe6\x2d\ \xe5\xe8\x87\xf8\x75\x6a\xfe\x1a\x36\x6e\xaf\x44\xb3\x7f\xd8\xb7\ \xa2\xb1\x72\x2b\xe5\x75\xad\x3f\xdd\x30\x88\x34\xb0\x75\xeb\x0e\ \xc2\x3f\x30\xd0\x69\xdc\xb1\x96\x55\x1b\x2b\xff\xcb\xa3\x4c\xaa\ \xb6\x6f\xa5\xaa\x31\xfa\xfb\x8e\xb4\xb1\x09\x87\x82\x48\x49\xd9\ \xe4\x67\x27\xe1\x74\xb8\xc9\xca\x2b\xc4\x27\x6a\x84\xb5\x76\x1d\ \xd3\xbf\x16\xd2\x16\x44\xc0\x30\xf9\x78\x51\x1d\xff\x37\xaf\x9e\ \x2f\xab\x4d\x24\xc3\xe0\xf3\xf5\x7e\xea\x34\xda\x1a\x6f\x14\x19\ \xb6\x6f\x6d\x61\xc6\x7b\x35\x3c\x38\xbf\x81\x15\xf5\x26\xd2\x21\ \xe6\x72\x12\x6a\xa8\xa2\xa2\xba\x61\xef\x02\xc0\xd2\xa9\x2c\xdf\ \x4d\x73\xf8\x17\x24\xcc\x48\x35\x2f\x3c\xf2\x38\x8b\xcb\x7f\x1b\ \x5f\x9c\xd6\xb5\x1f\xf0\xf8\x93\x6f\xf0\x1f\xd1\x99\x19\x60\xcd\ \x37\x8b\xa8\xf4\xff\xfc\x14\x5f\xb9\xea\x03\xfe\xf6\xd4\x3c\x02\ \x07\x7d\x96\xce\xc7\x73\xfe\xc2\x23\x6f\x2d\xff\x36\xe5\xf3\xd9\ \x6b\x7f\xe7\xc5\x2f\xb6\xfe\x64\xd7\x13\xde\xb9\x80\x47\x9f\x78\ \x81\xda\x1f\x38\x14\x37\x7c\xf0\x02\x2f\xbd\xb7\xf2\xbf\x3c\x2a\ \xc0\x5b\x8f\xcd\xe0\x83\x95\xcd\x3f\x7e\xb2\x6e\xda\xc5\xe2\xaf\ \xd7\x12\xb6\x7e\x7d\x63\xd6\x30\xa1\xa4\xe7\x10\x32\x1b\x17\x72\ \xd7\x5d\x0f\xf0\x8f\x67\x9e\xe0\x2f\x77\xcf\xa0\x29\xb7\x3f\x3d\ \xf2\x92\x0f\xda\xda\x7e\x48\x91\xf6\x9e\x4d\x47\xdd\x00\xdd\x04\ \x49\x96\x70\x29\x22\x22\xa0\x5b\x20\x8a\x22\xa6\x15\xfb\xdb\x9e\ \x1f\x5b\x10\x71\x28\x12\x4e\x45\x44\xb0\xf7\x3e\x6e\x1c\x22\x1f\ \x64\xf3\xfa\x0f\xb8\xea\xca\x3b\x59\x51\x1f\xfb\xbd\x7e\xe9\xcb\ \x5c\x7b\xf3\x23\x94\x87\x7f\xc9\xce\x49\x93\x70\x38\x26\xf8\xf4\ \x5b\x80\xa9\x47\xdb\xbc\x2b\xbf\x7f\xc2\xda\xc1\x8b\x4f\x3e\xc6\ \xea\xba\x9f\x7f\xc2\x32\x4d\x9d\x70\x58\xe7\xe0\xb7\x5d\xa2\xb4\ \xff\x58\x86\x76\xcb\xfd\x2e\x9d\x6b\x21\xa2\xfa\x4f\x37\xd9\x5b\ \x46\x94\x50\x54\xc7\xfe\x81\x2c\xf0\xdf\x38\x88\xef\x33\xfd\x84\ \xc3\xe8\xd6\x8f\xcf\x63\xfa\x37\x7c\xca\xec\xa7\xde\xa2\xe5\x57\ \x98\x12\xb5\x0c\x1d\x35\xab\x1b\x17\xfe\xf1\x8f\x0c\x2b\x49\x22\ \x18\xd4\x29\x1d\x7e\x12\x57\x4d\x9f\x4c\x86\x2b\xe6\xad\x2a\x1e\ \xa0\xb7\xfd\x90\xca\x69\x47\x4d\x38\xb3\xbf\x81\x66\x1c\x74\x75\ \xf0\xfd\x83\xc9\x8e\x69\x98\x44\x8c\x5f\xfe\x3d\xe5\x8d\x38\x85\ \x13\x3f\x59\xc4\x73\xff\xfc\x84\xc3\x2e\xe9\xcf\x8b\x2f\x7f\xca\ \xe0\xd3\x6e\xa0\x77\x72\x35\x2f\x3f\x3c\x93\xcf\x37\xd7\xe3\xcc\ \xee\xce\x19\x17\x4c\xa7\x6f\x8e\xc4\x6b\x0f\xdd\x47\x78\xc0\xb9\ \x9c\x39\x22\x97\x25\x6f\x3c\xc6\x87\xc1\x3e\xdc\x78\xfa\xb0\xbd\ \x5f\xdc\xfa\xf5\xcc\x79\x72\x0e\x2b\x77\x07\xc9\x1d\x34\x85\xab\ \x4e\x19\xc4\xc2\x17\x1e\x62\xee\xf2\x5a\x04\x5f\x09\x67\x5f\x76\ \x19\xfd\x72\x5b\x98\x73\xcf\x83\x2c\xad\x0c\x80\x01\x65\x63\x4e\ \xe5\xa2\x93\x87\xd2\x56\x09\x2a\x39\x70\x69\x55\xbc\xfc\xe8\x4d\ \xcc\x77\xe8\xe4\xf5\x3f\x8e\xcb\xce\x9e\x80\x33\x54\xce\xec\x07\ \x1e\x63\x75\x4d\x0b\x49\x45\xc3\xb9\xfc\xdc\xb1\x7c\x30\xf3\x61\ \xd2\x26\x5f\xc5\x31\x3d\xb3\xd8\xfe\xc9\x2c\x9e\xdb\x9c\xc7\xd5\ \xe7\x0e\x63\xde\xac\xbf\xb3\x70\x73\x03\x6a\x46\x37\xce\xbb\xe4\ \x7c\xba\xa7\xc7\x3a\x41\xa3\x3b\xe6\x73\xd7\xb3\xcb\x39\xe3\xba\ \x6b\x29\x73\xfa\x79\xe9\xe1\xfb\xd0\x87\x5e\xca\x59\xdd\xc3\xcc\ \xf9\xfb\x13\x2c\x2d\x6f\x26\xb9\xa8\x1f\xe7\x5e\x3c\x9d\x4e\xca\ \x06\x1e\xbc\xef\x65\x46\x5f\x7c\x0b\xfd\x32\xa3\xfc\xfb\xc1\xff\ \x43\x18\x75\x31\x93\xf2\xaa\x79\xf0\xc1\xa7\xd8\x11\xb4\xe9\x3c\ \xea\x4c\xae\x98\x36\x18\x11\x30\xaa\x96\xf3\xe8\x8c\x39\x6c\x69\ \x01\x51\x76\x33\xf4\xb8\x73\x39\xed\xf0\x32\x1c\x0e\x07\xfe\x1d\ \x0b\xb9\xe3\xea\x0a\x4c\xc3\xc1\x11\x67\x5e\xcc\xe4\x01\x1d\xa0\ \x75\x27\xcf\x3f\x31\x9b\xaf\xb6\x35\x90\x94\xdf\x8b\xb3\x2e\xb9\ \x98\x6e\x1e\x07\xaa\xdc\xcc\x33\xf7\xde\xcc\xa7\x39\x5d\xf8\xc3\ \x0d\x97\x92\x56\xbd\x88\x99\x4f\xbe\x4a\x79\xb3\x41\x61\xbf\x09\ \x5c\x74\xde\x31\xa4\xf8\xb7\x31\xe7\x89\xa7\x59\x56\xee\x27\xa7\ \xeb\x58\x2e\xbf\xe4\x78\x7c\xf1\x31\xe9\xdf\xf9\x19\x0f\x3f\xf6\ \x3a\xd5\x7e\x83\x0e\x83\x4f\xe0\xb2\xb3\xc6\xa2\xee\xfa\x9a\x07\ \x66\xbc\xc0\xae\x20\x98\xa2\x9b\x23\xce\xb8\x98\x29\x03\x8b\xb0\ \x1a\x37\x33\x7b\xe6\x6c\xd6\xd6\x5b\xd8\xc1\x5d\x68\x39\x13\xd9\ \x33\x5d\x5b\xd5\xcb\xf9\xbf\x87\xdf\x60\xe2\x35\x7f\xa6\x6f\xba\ \xc4\xc2\xe7\xef\x66\x43\xfa\x78\x7a\x99\x2b\x59\xef\x48\x66\x60\ \xe7\x1c\x2a\x56\xcc\xe3\xb1\x67\xe7\x12\x95\x9d\x54\x6f\xab\xa4\ \x47\xd7\x98\xe2\xe2\x9a\xf9\xcf\xf1\xdc\xdc\xc5\x04\x6d\x0f\x23\ \x4f\x9a\xce\xb4\xe1\x1d\x31\xea\x37\xf2\xf4\x13\xcf\xb0\x72\x57\ \x2b\x69\xa5\x03\x39\xff\x0f\x67\x53\xec\x0b\xf3\xe5\xbf\x9e\xe6\ \xdf\x9f\x6e\xc2\xf6\xe6\x73\xda\xe5\x97\xd2\x3f\x37\xd6\x00\x26\ \x3b\x1c\x84\xaa\x57\xf2\xc0\xf5\xd7\x43\x28\x4a\xcf\x23\xcf\x60\ \xfa\x71\x03\x10\xb5\x2a\x9e\x79\x70\x26\x4b\x77\x37\xe0\xca\x39\ \x8c\x3f\x5c\x72\x3e\xa5\xa9\x22\x5b\x16\xbd\xc6\xec\x57\x16\xd0\ \x4a\x0a\xc7\x9e\xf3\x27\x32\x9c\x0a\x0a\x2a\x98\x3b\x79\xf4\x8e\ \xc7\x28\x98\x72\x0d\x93\x7b\xd8\xfc\x73\xd6\xe3\x7c\xb1\xbe\x1a\ \x67\x4e\x0f\xce\xb9\xe8\x42\xba\x65\x4a\x6c\xf8\xe8\x39\x9e\x7a\ \xe3\x2b\x70\x3b\xd9\xbe\x23\xcc\xf1\xca\x5e\xea\x31\x76\x2f\xe6\ \x6f\xb3\x3e\xe3\xc4\x6b\xaf\xa2\x53\x52\x23\x4f\xdf\x39\x93\x0e\ \xa7\x5c\xcb\xb8\xd4\x0d\xdc\x7f\xff\x6c\x76\x44\x44\x24\xc9\xcd\ \x88\xa9\xe7\x33\x75\x58\xa7\xb6\xf4\xa7\xa4\xba\xd0\x6b\xbe\xe4\ \x8e\xab\xaf\xa6\xb0\xc7\x71\xdc\x78\xc1\x50\xbe\x7c\x75\x16\xaf\ \x7e\xba\x1e\xcb\x9d\xc5\x91\xa7\x5d\xc0\xa4\xbe\xf9\x87\x24\x69\ \x4b\x8a\x42\xcb\xce\xe5\xbc\xf8\xc2\xdb\xf8\x9d\x49\xa8\x22\xb4\ \xac\x5c\xc8\xa3\x5f\xcf\x47\x94\x04\x34\x43\xa4\xdf\xc4\x33\x38\ \x7e\x50\x1e\xfa\xb7\x26\xea\x43\x2a\xd2\xb6\x6d\xc8\xf2\xd8\x14\ \xa6\xd8\x14\x24\xff\xf0\x9f\xc2\x14\x9b\x4c\x8f\x7d\x88\x34\xbb\ \x38\x98\x3c\xfd\x5c\xa4\x15\x2f\x71\xc7\x5f\xee\x61\x8b\x67\x18\ \x17\x1c\xd5\x89\xf7\x67\xde\xcf\x87\xb5\x1d\xb8\xf6\xd6\xdb\x18\ \x9b\xbe\x8b\x47\xfe\xf6\x2c\x11\x04\x1a\x2b\x77\x53\xdb\x12\xd3\ \x2e\x08\x34\x54\xb1\xab\xa6\xfd\xa2\x3f\xc4\x8b\x8f\x3c\xc4\x1a\ \x65\x10\xd7\xdd\x74\x03\x67\x1e\xd9\x07\x87\xea\x66\xd8\xe4\x0b\ \xb9\xe5\xd6\x1b\x19\xac\x6e\xe6\x1f\x2f\x7d\x09\x5a\x3d\xdf\xac\ \xaf\x65\xd4\xf9\xb7\xf0\xe7\x0b\xc7\xb1\xf2\x5f\x33\x99\xbf\x35\ \xd0\x7e\x9a\x47\x97\x53\x19\x33\xf5\x32\x6e\xb9\x62\x2a\x3b\x3f\ \xfc\x07\xaf\x2d\x6f\x42\x70\x17\x32\x79\xfa\x15\xdc\x76\xe3\xa5\ \xa4\x94\xbf\xc7\xeb\xcb\xaa\x48\x4e\x09\xf3\xd1\xa2\xcd\x00\x2c\ \x5e\xb8\x0a\x47\x4a\x3e\xcb\x5f\x78\x88\x4f\x1a\x3a\x72\xc3\x1d\ \xb7\x30\x48\x58\xc1\x23\xb3\xde\x6b\x8b\xb8\x1c\xb9\x25\x18\xdb\ \xd7\xb1\x6c\x43\x04\x22\xbb\x59\xb9\xaa\x9a\x92\x1c\x91\x7f\x3f\ \xf6\x7f\x2c\xa5\x37\x37\xdd\x7e\x13\x7d\x58\xc5\xfd\x8f\xbe\x85\ \xae\x1b\x54\xef\x2a\x27\x60\xd8\x80\x45\x43\xc5\x4e\x9a\x22\x06\ \x4d\xdb\x57\xb3\xa6\x21\x97\xcb\x6e\xf8\x33\xa7\x8f\xef\xd1\xf6\ \x25\x0d\x55\x6d\x64\xdd\x2e\x99\x73\xaf\xfb\x33\x97\x4f\xe9\xcb\ \x07\xb3\xfe\xca\x7b\x3b\x0c\x24\x51\xc0\x95\xd9\x93\xe9\xd7\xdc\ \xcc\xb9\x63\x32\x78\xf1\xf1\xe7\xa9\xd6\x6d\xde\x7d\xfa\x7e\x3e\ \x0f\x75\xe2\xfa\xdb\x6f\x61\x88\x77\x2b\xf7\x3f\xf0\x32\x11\x5d\ \x42\x94\xd2\x99\x7a\xf1\x35\xdc\x72\xc3\x45\x14\x59\xdb\x78\xf4\ \xde\x19\xd8\x7d\x4e\xe4\xf6\x9b\x2f\x44\x5c\xfd\x4f\x1e\x7f\x77\ \x25\xab\x3e\x7f\x97\xb7\xd7\x7b\xb9\xf2\xce\xbb\xb9\x68\xda\x18\ \xda\xf7\xb9\xba\xf3\x0e\xe3\x82\x2b\x6f\xe4\xa6\x4b\x8e\x63\xe7\ \x7b\xcf\xf1\xd9\x36\x9d\x68\xed\x26\x36\xd6\x7a\xf9\xc3\x2d\x77\ \x70\xde\xe8\x4c\x5e\x7c\xec\x79\xaa\x34\x93\xb7\x9f\x7e\x80\x65\ \x76\x4f\xae\xbd\xe5\x3a\x26\x0d\xe9\x08\xfa\xde\xda\x5b\x31\x27\ \x17\x3b\xb8\x95\x05\xab\x6a\x81\x06\xbe\xfc\x62\x3b\x99\xd9\xf9\ \x04\x2b\xd6\xb3\xbd\x3e\x02\xda\x56\xfe\xfe\xf0\xf3\x64\x8e\x39\ \x87\x1b\xae\x38\x87\x3e\x05\x6e\x90\x55\x42\x5b\x3e\xe0\xef\x2f\ \x2d\x67\xc2\x05\x37\xf2\xa7\x13\xba\xf2\xe6\xcc\x99\xac\xab\x6b\ \xe5\xdf\x8f\xfd\x8d\x0d\xae\x01\xdc\x72\xc7\xf5\x94\x69\x5f\x73\ \xdf\x53\xef\xe0\xaf\xde\xc8\xf3\xcf\x7c\xca\xb0\x73\xae\xe7\xf6\ \x6b\xcf\xa7\x6b\xfa\x5e\x99\x5d\xdb\x34\x10\xdd\x39\x4c\x3a\xf7\ \x0a\xae\xbb\xf0\x08\x96\xbe\xfc\x30\xaf\xad\x6e\x02\x35\x97\x63\ \xce\xb9\x8c\xdb\x6e\xbe\x82\xc2\xa6\xcf\x78\x79\xc1\x5a\x8c\xea\ \x45\x3c\x38\x63\x2e\xbd\x26\x5f\xc2\x4d\x57\x5f\xc8\xe0\xb2\x74\ \x4c\x4b\xc4\x6e\xdd\xc1\x9c\x87\x66\xd2\x5c\x7a\x14\x93\xfb\x66\ \xf0\xf1\x9c\xfb\x59\xd8\xdc\x81\xeb\xee\xbc\x8d\xfe\xf2\x2a\x66\ \x3c\x37\x8f\xc6\x8a\xaf\x79\x68\xf6\xc7\xf4\x9b\x76\x15\xd7\x5e\ \x34\x8d\xe2\x64\x09\xb3\xdd\x26\x9b\x1d\xf5\xb3\x6b\x47\x05\x11\ \x13\xc0\xa0\xba\xbc\x9c\x96\x28\x04\x2b\x37\xb2\xba\x3a\x8d\x0b\ \xaf\xb9\x95\x3f\x1c\xdb\x95\x77\x1f\xbd\x97\x4f\xb6\x86\xf6\x0e\ \x63\x53\xc7\x95\x3b\x88\x2b\x6e\xbe\x83\xab\xcf\x1f\xc5\x96\x0f\ \x9f\xe2\xb1\xf7\xab\x38\xf5\xaa\xdb\x98\x3e\x36\x8f\x97\xff\x76\ \x3f\x2b\x6a\x0f\xcd\x7d\x1b\x49\x84\x9a\x1d\xab\xd9\x19\x4d\x62\ \xf0\x88\x11\x0c\x1d\x32\x8c\x21\xbd\x0b\xf1\x37\xf8\xe9\xd8\x6f\ \x24\x47\x8e\x1f\x43\x97\x6c\xf7\x7e\xf5\x48\x0e\xb9\x9c\xb6\xf1\ \xad\xf4\xc7\x0f\xfd\x31\x0e\xa1\x3c\x97\x92\x3b\x98\xf3\x8e\x2e\ \xe4\xa3\xaf\xcb\x39\xee\xbc\x73\x70\xb1\x9b\x2f\x37\xd7\x31\xec\ \xa4\x93\x29\xca\xca\xe6\xe8\xc9\x93\x48\x6e\x58\xca\xfa\x96\x10\ \xaa\xaa\xa2\xc4\xd5\xed\x44\x49\x6e\xfb\x3f\x00\x2d\xeb\x58\x52\ \x2b\x30\xf1\x94\x93\x28\xca\x2f\xa4\x28\x27\x03\x3b\x50\xc9\xdc\ \x17\x9e\xe2\xc1\x47\x66\xf1\xd5\x96\x06\xb4\xd6\x20\x36\x02\x4e\ \xaf\x8f\xac\xbc\x2c\xb2\xfb\x8e\xa0\x57\x47\x07\xdb\xaa\x5b\xda\ \xaf\x6b\xb1\x15\x2f\xf9\x79\x1d\x48\x2f\x1d\x41\xff\x4e\x59\x54\ \xed\x6e\xc6\x6e\x58\xc3\x6b\x73\xfe\xce\x43\x8f\xbf\xc4\xfa\x9a\ \x16\xea\x34\x07\x23\x86\x8f\x20\xb4\x76\x29\x0d\x2d\x6b\x59\x59\ \xef\x62\xe4\xa8\x42\x96\x7d\xb3\x8d\x86\x5d\x2b\x98\xfd\xc8\x4c\ \x16\x57\x83\xd7\x8e\x10\x69\x9b\xa3\x3a\x32\x7e\x60\x3a\x6b\x96\ \x2d\xa6\x66\xc7\x4e\x82\x19\x87\xd1\xdd\xdd\xcc\xf2\x4d\xad\x4c\ \x3a\x65\x12\x79\x59\x05\x1c\x7b\xdc\x71\x88\x9b\x17\x53\xde\xa4\ \xa1\xaa\x6a\xcc\x3a\x2d\x1e\x7d\x48\x62\x4c\x29\xd0\x9b\x9a\x4b\ \x71\x61\x36\xd9\x69\xde\x76\x1b\xcb\x22\xae\xe4\x0c\xf2\x0b\x32\ \xe9\x32\xf2\x78\x8e\xec\x2d\xf2\xe5\x9a\x6d\x98\x88\x38\x7c\x99\ \x14\xe5\xa6\x33\x60\xc8\x38\x4a\xac\x16\x6a\x77\x6e\x60\xe5\xa6\ \x46\x8e\x9c\x76\x2c\x85\x59\x79\x1c\x7d\xec\x14\xdc\x3b\x96\xb2\ \xbd\x2e\x88\x28\x2a\xf8\x52\xd3\x70\xbb\x24\x02\x5b\xd7\x50\x1e\ \xcc\xe7\xe4\x63\x87\x93\x99\xdf\x93\xe3\x8e\x1d\xc2\xc6\xcf\x57\ \x92\xd1\x73\x14\xfd\xd2\xcb\x79\x7c\xc6\x33\x6c\xaa\x8b\xec\x23\ \x60\x56\xbd\xe6\x0b\x9e\xfe\xfb\x83\xcc\x7a\xf9\x7d\x1a\x5a\x5a\ \x89\x44\x43\xd8\x82\x8c\x27\x25\x83\x82\xec\x54\x06\x0c\x1b\x4f\ \x47\xbb\x85\x9a\x9d\x9b\x58\xbf\xad\x95\x09\x27\x4f\xa2\x20\x23\ \x93\xce\xdd\xbb\xe2\xde\xc7\xd4\x21\x87\x09\x03\x3b\xb3\xe3\xeb\ \xa5\x34\xef\x5c\xcc\x2e\xb5\x84\xa1\xfd\xf2\xc1\x14\x70\xba\x54\ \x5a\x37\xae\xa5\x49\xe8\xcc\xc9\x47\xf7\x27\x3d\xaf\x33\x9d\x4a\ \xb2\x90\xd1\xd8\xbc\x7e\x0b\x95\xd5\xb5\x7c\xf2\xca\x13\x3c\xf7\ \xfe\x6a\x5c\x5e\x1f\x81\x9d\x6b\x58\xbd\x45\xe0\x84\xc9\x47\x91\ \x9b\x55\xc8\xd1\x53\x8f\xa6\x75\xcd\x72\xea\xd4\x12\x8e\x3c\xa2\ \x0b\xf3\x9f\x7b\x82\xb9\x8b\x77\x42\xbb\x08\xd7\x34\x2d\xbc\xa9\ \x79\x74\xeb\x9e\x4b\x41\x9f\xa3\x18\xd5\x23\x9d\x95\xcb\x77\x43\ \xeb\x26\xde\x78\x76\x26\x0f\xce\x78\x96\x55\x95\x2d\x84\xad\x20\ \xeb\x96\xaf\x22\x92\x3f\x96\xa9\xa3\xbb\x53\x50\xd8\x81\x34\x97\ \x88\x43\x31\xf9\xf2\x8d\xc7\x78\xbb\xa2\x90\x8b\xce\x19\x0d\x66\ \x0d\x6b\x36\xac\xa7\x76\xf7\x6a\x66\xff\x7d\x26\x4b\x2a\x75\x5c\ \x1e\x83\x0d\xab\x16\x13\x2d\x1b\xc5\x51\x23\x3a\x91\x55\xd2\x83\ \x8e\x99\x6e\x2c\xdb\xda\x67\x13\x4b\x51\xf7\x28\xdd\x09\x28\xaa\ \x12\xbf\xdf\x02\xae\x94\x2c\x0a\xf3\xd3\xe9\x31\x76\x2a\x13\x4a\ \x22\x2c\x5b\xb3\x79\x9f\x28\x4f\x94\xdd\xa4\x65\x7a\x71\x88\x3a\ \x2b\x56\xac\x20\x77\xec\x89\x0c\x2e\xcd\xa6\xf7\xf8\xe3\x19\x90\ \x52\xc5\xd2\xcd\x15\x87\x70\x8a\xc4\x20\x39\xbf\x2b\x63\x46\x8d\ \x64\xcc\x98\xd1\x8c\x3d\x7a\x2c\x9d\xb2\x3c\x14\xf7\x1c\xc8\xd8\ \x31\x23\xe9\xd6\x21\x79\xbf\x15\x24\x09\x7d\xf9\x9f\x09\x45\xdd\ \xcb\xe8\xdc\xc9\xa0\x43\x81\x08\xa8\xb8\x45\x81\xd6\xba\x26\xc0\ \x47\xa8\xb9\x95\x90\xee\xc0\xe3\x70\xa2\xd8\x1a\xfe\x46\x7f\x6c\ \x2c\xcb\xe2\xbe\xc2\x33\xaa\x07\xc5\xd0\x68\x69\xf0\x43\x41\x12\ \x00\x6b\x3f\x7c\x82\xd7\x36\xa5\xf2\xf7\x47\x6e\xa2\xf1\xe5\xbb\ \x79\x7c\x7d\x34\x6e\x37\x66\xc7\xdc\xcc\x11\x11\x91\xbe\x5b\x51\ \x63\x5b\x98\xb6\x05\x88\xc8\x88\x38\x14\x9d\x0f\x9e\x9a\xc5\x2a\ \xfb\x48\x66\xde\x39\x91\x37\x1f\xbe\x96\x6f\x5a\xc3\xa4\x4f\x1a\ \x49\xe9\x2b\xf7\xf0\xc4\x2c\x3f\x66\x6e\x3f\x86\xe6\x24\xb3\x44\ \x50\xe8\x36\x6a\x1a\xb7\x9e\x35\x00\xc3\x30\x11\x10\x68\x9f\xa1\ \xef\x7f\xf8\x18\xde\x78\xfc\x23\xde\x0a\x40\x56\xcf\x89\xa4\x67\ \x78\x91\x25\x9d\xda\x86\x08\x14\x27\xe1\xf7\xd7\x13\x14\x3c\x78\ \x3c\x2e\x2c\x3b\x4c\x5d\xd0\x00\x24\x24\x81\x98\x48\x8e\x00\xb6\ \x6d\xb1\xdf\x18\x69\x8f\xd0\x0c\x51\x5a\x5a\x23\xb8\x5d\x0e\x04\ \x6c\x6c\xcb\x22\xf6\x76\x2d\x24\xd1\x42\x50\x9c\x38\x54\x8b\xda\ \xfa\x30\x94\x41\x20\x58\x87\x1f\x0f\x6e\xa7\x8a\x69\x69\x44\xe3\ \x5f\x06\xd5\xe3\x41\x34\x5b\xa8\x0f\x59\x94\xba\x45\xfc\xf5\x75\ \x98\x4a\x0a\x69\x45\x7d\xb8\xe5\xbe\xfb\x59\xf1\xde\xf3\xdc\x73\ \xe7\xcd\xb4\xde\x33\x83\x23\x8b\x1c\x40\x35\xb3\x67\x3e\x8b\x72\ \xdc\x6d\xdc\x71\x94\x9b\x07\xae\xb9\x99\xa8\x6e\xc7\x39\xc4\x8e\ \x5d\xb3\x68\x22\x49\xf1\x6b\x70\x98\x54\x55\x07\xa0\x2c\x0d\xe2\ \xfa\xe6\xed\x63\xa7\x3e\x63\xc7\xf0\xd2\x7d\x73\x79\xf2\x39\x99\ \xbc\x7e\x47\x93\x03\x2c\x35\x6d\x6c\xcb\xc6\xe9\xf5\x62\x47\xeb\ \xa9\x0e\x42\x6e\x32\x60\x99\x98\xb6\x80\x53\x11\xf0\xe6\xf4\xe6\ \x92\x1b\xae\x25\x5b\x32\x40\x51\x90\x5a\x36\xf1\xb6\xe9\xa7\xb6\ \x35\x04\xb8\x88\x34\xd6\x12\x95\x24\x64\x77\x32\xc7\xff\xf1\x2e\ \x86\x6d\x59\xc4\x43\x77\xdd\xcb\xfa\xba\x1b\xb9\xfd\xf4\xbe\x6d\ \xa4\x67\x59\x7b\xae\xa7\x95\x86\xe6\x16\x52\x06\xba\xf9\xec\x99\ \x99\x2c\x6a\x19\xc4\xe3\x77\x4d\xe5\x93\x27\x6f\x62\x41\xd4\xc4\ \x95\xee\x44\x6f\xa9\xc1\x6f\x43\x7a\x7c\x30\x69\x9a\x40\xaf\x51\ \x27\x92\xa9\xad\x64\xf6\x2b\x8b\xb9\x71\x5a\x0f\x54\x49\xa5\xec\ \xf0\x93\xf9\xf3\xb4\x41\x98\xba\x8e\xa2\x28\xec\x58\xf8\x38\x81\ \xea\x5a\x42\x3a\xa4\x28\x31\x51\xa5\xf6\x01\xa4\xa4\x28\x58\xd1\ \x66\x02\xba\x09\x82\x8c\x60\x13\xfb\xbb\x10\x5f\x7e\xc7\x3f\xef\ \xa6\x56\x13\x97\xd3\xb9\xcf\x26\x98\xa1\x47\x30\x6d\x40\x50\xf0\ \x38\x5d\x04\x6b\x1b\xe2\x7b\x17\x41\x1a\x5b\x21\xd7\xe5\x38\x34\ \xf7\x61\x2c\x81\xc2\x8e\xdd\x88\xce\x7d\x85\x27\x5f\x76\x32\xb8\ \x34\x99\x5d\x2b\x3e\x62\x5d\x38\x85\x23\x92\x14\xc2\xe1\x30\x86\ \xf9\x2b\x10\x8c\xfa\x2d\x43\x8f\x46\x69\x0d\x04\xd0\x0d\x40\xce\ \xe2\xc4\x49\xc3\xf8\xeb\x2b\xf7\xf3\x44\x4d\x7f\x76\x2d\x5e\x48\ \xce\xd8\xb3\xe9\xe2\x54\x11\x47\x94\x31\xf7\xa5\x47\x99\xcd\x28\ \xca\xbf\x58\x87\xdd\x67\xc4\xde\x93\xb8\xba\x31\x75\x4c\x29\x8f\ \xcd\xb8\x95\xd6\x61\x7d\x48\xc9\xea\x46\x59\x4a\x47\x7c\xa1\xe5\ \xbc\xf7\xe6\x7b\x84\x57\x6c\x43\x73\xf6\x44\xc4\x24\x14\x0c\x11\ \xe3\x12\x8b\x70\x28\x88\xd2\x7e\xe9\x61\x5b\x84\x82\x21\xb4\x38\ \x2b\x46\x43\x41\x42\x51\x28\x28\x2e\x20\xba\x60\x09\x6f\xce\x35\ \x59\xb6\xb1\x1a\x21\xdb\x02\x72\x38\xba\xbf\x97\x53\xef\xf8\x84\ \x1b\xe7\x9c\x8b\x80\xca\x31\x27\x0d\xe7\xce\x7f\xcc\xe6\x61\x63\ \x23\xa9\x82\x45\xd9\xd8\xe3\x18\x5c\x94\xd2\x76\xfa\xe4\x6e\x23\ \x18\xe0\x7b\x95\x7f\xbc\xab\x73\xed\xa3\x37\x01\x2a\xc7\x4e\x18\ \xc4\x8c\x59\xff\x87\x35\xa2\x2b\x1b\xbe\xf8\x8c\x5e\xc7\x5e\x49\ \x4e\x46\x57\x06\x74\xca\xe2\x5f\x0f\xde\x43\x68\x68\x1e\x8b\x36\ \x37\x33\xda\xa1\x60\x05\xa3\x04\x42\x91\xef\x6c\x72\x49\xb2\x42\ \xa0\x62\x09\x4f\x3d\xfe\x2c\x19\x2d\xeb\xf8\xbc\xb1\x8c\x9b\x87\ \x14\x61\xad\xfc\x80\x60\x28\x1c\x23\x6d\x4b\x27\xd0\xda\x42\xd4\ \x5d\xc4\x71\x93\x46\x71\xef\x9c\xfb\x91\xb6\xf6\x66\xfb\x57\x0b\ \xe9\x7c\xf4\xc5\x14\xe5\x14\x53\x92\xe3\xe4\x5f\x8f\xcf\xa4\xbe\ \x6f\x17\x46\x1f\x33\x8a\x89\x83\x3f\x60\xf6\x3d\xf7\xb2\xb1\x9b\ \x87\x2f\x3e\xaf\xe2\xa4\x2b\xff\x80\x7f\xeb\x37\xbc\xfa\xf9\x76\ \x92\x5d\x06\x1e\xaf\xd2\xee\x5a\xbc\x94\x74\xc8\xe0\xab\x25\x1f\ \xf2\x9e\xe5\x65\x53\x55\x98\x22\x59\xc4\x8e\x44\x09\x06\xc3\xb1\ \xe7\x59\x06\xc1\xf8\x35\x1c\x7f\xcc\x58\xee\x9e\x73\x0f\x8f\x97\ \x8f\x22\xbc\xe1\x73\x22\xea\xb0\x7d\xbe\x74\x72\xfe\x08\x46\x64\ \x3f\xc1\x2d\x6f\x49\x3c\xf9\xc6\x10\xc0\x44\x8b\x04\x09\xf8\x83\ \xa8\x25\x23\x39\xbc\xf7\x3b\xfc\xfd\xb6\xbf\x30\x7e\x48\x21\x8b\ \x96\x55\x91\xdb\x55\xa1\x6c\xf4\x78\x7a\xcc\xbb\x8b\xfb\xff\x36\ \x83\x7e\x05\x5e\x5c\x1d\xfa\x30\xf9\xf0\xc3\x38\xee\xb8\x3e\x3c\ \xf6\xd8\xdf\xf0\x0f\xed\xc8\x9a\xcf\xbe\x64\xd4\x09\x57\x91\x6f\ \xd5\xf0\xce\x73\x73\x31\xd2\x52\x90\x3d\x5e\xa4\x76\x0b\x37\xd9\ \xe1\x24\x50\xbd\x81\x7f\x3f\xfb\x0a\xce\x5d\x4b\x58\x1a\xea\xcc\ \xad\x63\x3a\xa2\xf9\x73\xb1\x57\xaf\xe0\xad\x77\x5d\x6c\x58\xbb\ \x9b\x68\x3f\x81\xce\xc3\xc7\xd3\xfb\x9d\x5b\xb8\xe3\x8e\x87\xe8\ \x57\x9c\x41\xa7\xfe\x87\x63\x69\x61\x1c\xf9\xa3\xb8\xe9\xec\x89\ \x5c\x7d\xc1\x3d\xcc\xc9\xbb\x97\xa3\xa6\x4c\xe6\xae\xc7\x9e\xe2\ \x51\xff\x06\x92\x64\x99\xde\x23\x4f\x60\xc0\xd0\x63\x19\xf9\xce\ \x2d\xdc\x7d\xd7\x03\x8c\xe8\xe2\x66\xf1\x2e\x3f\xe3\xd4\xbd\x77\ \x41\x2c\x28\xa3\x4f\x67\x93\x59\xf7\xdd\xcf\xd6\x9e\x1e\x56\xd6\ \x44\xe8\xa6\x4a\x08\x86\x4a\x70\xb0\x6d\x64\xf8\x00\x00\x20\x00\ \x49\x44\x41\x54\xdb\x42\x66\x3f\xe9\xc3\xdd\xb0\x92\xaf\xc5\x9e\ \xdc\x3c\xa8\xac\xed\xb8\x94\x92\x2e\x24\x59\x6f\xf1\xc8\x03\xb3\ \xe8\xdf\xfd\x30\x46\x4c\x9c\xcc\x27\xf7\x3d\xcb\x3d\x8f\x57\xe2\ \xac\x5e\x46\x75\xf1\x11\x5c\xda\x33\xfb\x10\xdd\x3c\xd7\xf1\x74\ \x18\xc0\xf4\xd3\x9b\x79\xf9\xed\xf9\xbc\xfc\x8d\x85\x9a\x5c\xc8\ \xa9\xe7\x9e\x4c\x89\x4f\xc0\x38\x48\xaa\x40\xba\xec\xd2\x4b\x6f\ \xff\x3d\x91\xa7\xaa\xaa\x2c\xfc\xf4\x53\x2a\x2b\x2b\xc8\xc8\xc8\ \xfc\x8e\xfe\xb5\x69\x9a\x74\xe9\xdc\x89\xa2\xe2\x12\x6c\xdb\x46\ \x10\x84\x7d\x7e\x44\x51\xa4\xb5\xb5\x05\x97\xcb\x45\x92\x2f\x19\ \xdb\xb6\x62\x8f\xb5\x34\x93\x9c\x92\x8a\x72\x00\x69\x56\x51\x71\ \x91\x91\x5d\x42\x59\x49\x21\x2e\x11\xd2\x3a\xf6\xa3\x77\xbe\x83\ \xca\xca\x26\x4a\x86\x4d\xe1\xac\x63\x07\xa3\x8a\x90\xd6\xa9\x1f\ \x65\x19\x12\xd5\xb5\xad\x64\x75\x19\xc8\x51\x47\x0c\x21\xdb\xb7\ \x37\xba\x28\xec\x39\x84\xb2\x54\x9b\xda\x06\x3f\x4a\x4a\x3e\xc3\ \x46\x1d\x41\xdf\x3c\x89\x5d\xe5\x95\x28\x79\xdd\x39\xe2\x88\x91\ \x14\x66\xf9\xf0\xa5\x66\x53\xd6\xb1\x18\x9f\x22\xe2\xf5\x65\x50\ \xda\xb1\x13\xd9\x49\xf1\x6b\x13\x64\x92\xd2\x32\xe9\xdc\xa5\x84\ \x14\xb7\x88\x3b\x29\x99\x0e\xa5\x9d\xe8\x33\x62\x20\x39\x4a\x88\ \xf2\xca\x66\x32\x3b\x0d\x62\xfc\xe8\x01\x64\x25\x39\x49\x2d\x28\ \xa6\xb8\x4b\x3f\x0e\x1f\xd2\x13\xb7\x02\xa9\x25\x7d\xe9\x5f\x9a\ \x4c\x5d\x6d\x03\x96\x9a\x4c\x69\x59\x19\x99\xed\x04\x6f\xc0\x89\ \xbb\x69\x33\x6b\xc3\x85\x9c\x7b\xfa\x08\x5c\x40\x6e\xb7\x81\x74\ \x49\x87\x8a\x9a\x20\x3d\xc7\x9f\xc2\xc9\x13\x7a\xa2\x20\xd0\xad\ \x6f\x1f\xd2\xc4\x00\x75\x7e\x9b\xb2\xa1\x47\x32\x66\x60\x57\x92\ \x3d\x6e\x32\x0b\x3a\xd0\xb1\x28\x6b\x9f\x08\x5e\xab\x5e\xc7\x27\ \xcb\xeb\x28\xeb\x59\x8a\xc3\x57\xc2\x69\xe7\x9c\x46\xd7\x74\x07\ \xb6\xe4\x22\xa3\xa0\x84\x8e\x45\xb9\xc8\x92\x4a\x72\x66\x1e\x25\ \xa5\x45\x74\xe8\xda\x9f\xae\x39\x32\x95\x95\x2d\x74\x19\x73\x12\ \xa7\x1e\xdd\x0f\x55\x90\xe9\xda\xad\x1b\x4a\xb8\x9e\xb0\xec\xa3\ \xa4\x4b\x6f\x06\x8d\x18\x48\xba\xd5\x42\x4d\x40\xe5\x88\x53\xce\ \xe6\x88\x9e\x79\xe8\xc1\x46\xca\x77\xee\xa4\x49\xf7\x72\xc4\xe4\ \xb3\x19\xdb\x25\x75\xcf\x08\xa2\xc7\x61\xdd\x51\x83\xb5\x54\x36\ \x5b\x74\x1e\x38\x8e\x51\x03\xca\x48\x72\xb9\x49\xcb\x2f\xa6\xb4\ \x28\x17\x59\x54\xf0\xc5\xaf\xa1\xb0\xeb\x00\x7a\x76\xf0\x50\x5b\ \x5d\x8b\x33\xbb\x3b\x93\x8e\x1a\x43\x49\x86\xaf\x5d\x5e\x52\x24\ \xab\xa8\x94\x2e\xbd\x87\x33\xb2\x57\x2e\x92\x00\x2e\x6f\x0a\x05\ \xc5\x9d\x28\xc8\x48\xa6\xe7\x90\x81\x64\x89\x21\x6a\x9a\x22\x94\ \xf4\x3d\x9c\x09\xc3\x7a\x92\x9a\x9c\xc3\x90\x01\x3d\xb1\xfd\xf5\ \xb4\x46\x6c\xb2\x8b\x3a\xd1\x21\x2f\x8d\xc2\x1e\xfd\x29\x4d\xb5\ \xa8\xa8\x09\xd3\xff\xa8\x53\x98\x7a\x78\x37\x24\x23\x42\xf5\xee\ \x72\x2a\xea\x82\x94\x0c\x9e\xc4\x69\xc7\xf4\xc3\x11\x7f\x71\xc5\ \x93\x41\x6e\x5a\x32\xe1\x96\x16\x9c\xb9\x7d\x38\xfb\xfc\x53\x28\ \xf5\x2a\x64\x76\xeb\x4d\x81\x57\x67\x57\x45\x23\x29\xc5\xfd\x98\ \x30\x7a\x00\x39\xa9\x59\x0c\x1a\xd8\x1b\x29\xd8\x48\x73\x44\x24\ \xbf\xb4\x33\xa5\xc5\x79\x64\x17\x14\xd3\xa1\xa8\x2b\xdd\xbb\x65\ \x13\x0c\x39\x18\x38\x62\x2c\x7d\x4a\x53\x68\xa8\xad\xc3\x72\xa4\ \xd2\xb1\x73\x29\x19\xc9\xe9\x0c\x18\x34\x08\x77\xb4\x81\x3a\x3f\ \xf4\x1e\x3d\x81\xd1\x03\x3b\x93\xb4\xe7\x42\x04\x37\xbd\xfa\xf6\ \xc1\xad\x37\xd1\x18\x92\x39\x6c\xdc\x91\x8c\x19\xd8\x01\x6d\xd7\ \x1a\x3e\x59\xd5\x42\x8f\x9e\x45\x38\xd3\x3b\x73\xfa\x99\xa7\x53\ \x96\xd9\x6e\x9c\x79\xf2\xe8\xd1\x29\x9f\x40\x7d\x3d\x8e\xb4\x5c\ \x7a\x0d\x1c\xc6\xb0\x9e\x45\x34\x56\x55\xe0\x2a\x1e\xc6\xb9\xa7\ \x4f\x21\xc7\xfd\xf3\x57\x48\xd5\xd7\xd5\x92\x94\xe4\xdb\x6b\x12\ \x72\xa0\xf4\x88\x05\x29\xf9\x65\x8c\x3c\x7c\x2c\x87\x1f\x3e\x96\ \x71\xa3\x06\x91\x9f\xac\x62\x18\x07\xcd\xc3\x6b\x09\xbb\xb1\x9f\ \xc0\x6e\x4c\x92\x64\x76\xed\xdc\x4e\x61\x51\x09\x6e\xcf\xef\x5b\ \x9a\x35\xb4\x7b\x2d\x1f\x2f\xfa\x8a\xaf\xbe\xd9\x44\xbf\xd3\xae\ \x62\xca\x61\x3f\x5d\xa4\xd3\xb2\xf8\x79\xae\x9e\xb5\x99\xbb\x66\ \xdf\x41\x4e\x62\xf1\xf6\x9b\x47\xd5\x67\xff\xe0\xba\x67\x9a\x78\ \xf4\xf1\x2b\x49\xf9\x15\xe5\x04\x36\xac\x5b\x4d\x6e\x5e\xc1\xf7\ \x48\xb3\xee\x0b\x81\xff\xb8\x99\x3b\x90\x48\x8f\x24\xf0\x93\xc2\ \xb6\x0c\x42\x9a\xc2\x98\xd3\x2f\xe5\xf0\xbe\x3f\xed\xd2\xd4\x55\ \x32\x94\x73\xce\xee\x4e\x52\x2c\x15\x9f\xc0\x6f\x1c\xc9\x9d\x87\ \x33\xfd\x9c\x68\xdb\xca\xe0\xb7\x09\x01\x59\x51\x91\x25\x31\x4e\ \xdb\x16\xba\xa6\x1f\xd4\xc5\x46\xf6\x7a\xbd\xbf\xab\x81\xe0\xf5\ \x7a\x91\x65\xe9\x7b\x9d\x25\x0e\x01\xfa\xc3\xdf\x58\x8b\xe1\x48\ \x21\xd5\xf3\xdf\x6e\xa6\x98\x34\xd5\x35\x20\x79\xd3\xf1\xb9\x0e\ \xde\xc4\x63\x46\x5a\xa9\x6f\xb5\xc8\xcc\x4c\xf9\xd1\xde\x9c\x00\ \x9e\x0e\x7d\x38\xf9\xf4\x3e\xff\x9b\xd4\x56\x46\x47\x46\x8c\xfc\ \x11\x79\xc4\x68\x10\x7f\xc4\x26\x39\xd9\x7b\x88\x49\x1d\x58\x04\ \x5a\x5a\x10\xdd\x3e\xdc\xca\x4f\xd7\x74\x65\x46\x5a\x69\xf0\x5b\ \xa4\x67\xa6\xf0\x43\xcf\x6a\xeb\x61\x5a\x02\x26\x49\x29\xde\xff\ \xc0\x02\xd0\x22\xd0\xd2\x8a\xe4\x4a\xc2\xa5\xfe\xf8\xf7\xe1\xce\ \xe9\xcc\xe8\xdf\xf4\x92\x4a\x44\x55\x05\xea\x77\x6f\x62\xeb\x8e\ \x4a\x82\x9a\x40\x72\x56\x1e\x9d\x3b\x97\xe2\x93\x4d\xb4\x03\x6d\ \x44\x3e\xf4\xe0\x03\xbf\x2b\xd2\x96\x65\x99\xad\x5b\xb6\xa2\xaa\ \xea\x21\xae\x2d\x15\x64\xde\x9c\x7b\x68\x1d\x70\x19\xd3\x47\x17\ \x51\xb9\xab\x9a\xd4\xfc\x02\x5c\x22\x18\xb5\x2b\x79\xfe\xdd\xb5\ \x8c\x9e\x76\x1a\x25\xee\xfd\x7d\x5b\x1b\x78\xf1\xa1\x87\xc9\x3f\ \xe9\x7a\x4e\x38\xcc\x77\xd0\x57\xa9\x59\x31\x8f\x07\xe7\x69\xdc\ \x72\xdb\x99\x24\xff\x18\x26\xb3\x22\x54\x55\xd5\xe3\xce\x2a\x20\ \x59\x01\xdb\xbf\x85\x17\x5e\x5d\x44\xdf\x63\x4f\xa3\x67\xe6\x2f\ \xd3\xfd\xa9\xfb\x1b\xa8\x69\x85\xbc\xfc\x74\x44\xa0\xfa\xab\xd7\ \x78\x7a\xb1\x93\x6b\xae\x99\x86\xeb\x50\xfa\xa8\x8d\x4a\x9e\x9b\ \x31\x93\xa2\xa9\x37\x70\x74\x67\xdf\x4f\x76\xda\x86\x65\x6f\xf3\ \xd0\x07\x11\x6e\xb8\xfd\x7c\x7e\xe8\x59\x9b\xd6\xce\xe7\x81\xd7\ \x9b\xb8\xfa\xcf\x67\x91\xfa\x7d\xeb\x72\xad\x86\x97\x1f\x7a\x94\ \x0e\x27\x5f\xcd\x84\x6e\xe9\x89\xa5\xc2\x41\x03\x6c\x11\x55\x36\ \x59\xf5\xc1\x2b\x3c\xfd\xda\x42\xac\x94\x1c\xd2\xdd\x50\x57\x59\ \x8b\xaf\x6c\x24\x17\x4e\x3f\x95\x22\x2f\xe8\xfb\x21\x6e\xf9\xc3\ \x0f\xde\xff\x7d\x2d\xdf\x6d\x1b\x87\xc3\x81\x37\x29\xe9\xbf\xca\ \x39\xfd\xfc\x30\xf1\xb7\x34\x12\xb6\x54\xa8\xfb\x82\x87\x1f\x9a\ \xcf\x45\xf7\xfd\x85\x12\x00\x51\xc2\xa1\xaa\x07\x8e\x9e\x6c\x83\ \xe6\xc6\x26\xd2\xcd\xef\x9f\x96\xf4\x90\x9f\xa6\xd6\x9f\xc0\xb6\ \xbe\x65\x2d\x8f\x3c\xfc\x1a\xc7\xde\xf4\x57\x86\xa5\x00\x82\x84\ \xea\x50\x91\x7f\x41\x2d\x98\xf2\x4f\x5e\x60\xf6\xaa\x7c\xfe\x7a\ \xcb\x89\x00\x44\x9a\xeb\xa8\x6d\x4a\x3d\xf4\x4a\xa6\x84\x28\xf5\ \xb5\x95\xa4\x44\x7f\xda\x46\x10\x23\xd4\x42\x73\xab\xf9\xa3\x82\ \x13\x23\x14\xa4\xaa\xaa\x81\xff\xe8\xca\x2c\x8b\xc6\xea\xdd\xa4\ \x46\x2d\x12\x38\x38\x24\x45\xa6\x79\xeb\x57\xbc\xf8\xe6\x0a\xc6\ \xfe\xe1\x56\x8e\xec\x95\x8b\x80\x8d\x19\xaa\xe6\xd5\x99\x8f\xf0\ \xec\x1b\x05\x5c\x7b\xf6\x38\x14\x2b\xf2\x5d\xe7\x9a\x6e\xdd\xba\ \xff\xfe\xee\x98\x6d\x23\xc9\x32\xb2\x2c\xff\x0c\x69\x92\x28\x8b\ \xdf\x7a\x99\xf9\xab\x77\xa2\x0b\x5e\x7a\xf7\xef\x45\x74\xd7\x7a\ \xd6\xef\x0a\xd0\x67\xc2\x54\x26\x0f\xef\xcc\xfa\x4f\x5f\x65\x95\ \xd0\x93\x69\xa3\xba\xd1\xbc\x65\x01\x6f\xac\xb4\x38\xeb\xc4\x61\ \x28\x8a\x8c\x28\x08\x20\xd8\x34\x54\xae\xe2\xe1\x5b\xff\x42\xa7\ \xd2\x01\x9c\x71\x62\x67\x9c\x4e\x05\xa7\x03\xaa\x57\xbc\xc7\x4b\ \xef\x2d\xc5\xaf\x5b\x64\x74\x1c\xc2\xc9\x53\xc7\x93\x21\xc5\x36\ \x4c\xc5\x38\x13\x87\x76\xaf\xe4\xe5\x7f\xbd\xcb\xce\x80\x93\x11\ \x93\x4e\x66\x7c\xdf\x82\x76\x13\xbe\x84\x24\xed\xa9\x85\xb5\x58\ \xbb\xe0\x35\xde\x5c\xb8\x0e\x29\xb3\x3b\x27\x9f\x7a\x02\x25\x29\ \x2a\x98\xad\x7c\xfa\xfa\x4b\x2c\x58\x5d\x49\x5a\xcf\x71\x9c\x77\ \xfc\x20\xd6\xcc\xfb\x07\xef\x2d\xaf\xc6\x9d\xd3\x83\x69\x67\x4e\ \xa5\x83\x2a\xe1\xaf\xd8\xcc\xb3\x7f\xbd\x83\x6f\x3a\x77\xe7\xa4\ \xa9\xa3\x70\x39\x14\x44\x45\x04\xa2\xac\x9c\xff\x3a\xef\x7c\xb6\ \x01\x57\x7e\x2f\xa6\x9e\x36\x85\x42\xaf\x40\xc5\x9a\x0f\xf9\xd7\ \xbb\x8b\x69\x8e\x18\xa4\x14\x0f\xe0\xd4\xd3\x8e\x26\x53\xd1\x59\ \xfe\xfe\x2b\xcc\xfb\x6a\x33\x52\xee\x61\x9c\x71\xca\xf1\xe4\xef\ \xe9\x1f\x37\x6a\x79\xf7\xa5\x57\xf8\x66\x53\x03\x99\x5d\x86\x70\ \xca\xa9\x13\xc9\x10\x03\x7c\xf1\xc6\x4b\x7c\xbc\x7a\x37\xde\x92\ \x11\x9c\x33\x6d\x3c\xa9\xf1\x6c\x92\x84\xc1\xd6\x65\xff\xe6\xcf\ \x77\x6d\xa6\xeb\xd0\x69\x8c\xf1\x79\x68\xda\xb2\x90\x7b\xef\xad\ \x41\x72\x17\x30\xe5\x94\xa9\x94\x65\xba\x40\xab\x63\xde\x2b\xaf\ \xf0\xf5\x96\x46\x4a\x06\x1f\xcd\xa9\x13\x7a\xf0\xe9\xf3\xcf\xe2\ \x1e\x31\x95\xe1\x9d\xd2\xa8\x5b\xfd\x2e\xef\x6e\x76\x73\xca\x94\ \xc3\x71\x02\xd8\x61\xbe\x79\xfb\x39\xe6\x2d\xab\xc4\x99\xd9\x95\ \x93\xcf\x38\x89\x92\x64\x8b\xaf\xde\x79\x95\x4f\x96\x6e\x84\xf4\ \x2e\x9c\x3a\xfd\x0c\x32\xab\xbf\xe6\x99\x7f\x7e\x48\xdd\xff\x67\ \xef\xbc\xe3\xa4\xaa\xee\x36\xfe\xbd\x75\xea\xce\x6c\xdf\x65\x0b\ \xdb\x58\x7a\x87\xa5\xf7\x62\x57\xec\xa8\x11\xa3\x26\x31\x9a\xa2\ \x46\x8d\x2d\x31\xa6\xab\xb1\x44\xb1\x06\x25\x76\x11\x0b\x36\x40\ \x41\x51\x40\x7a\xef\x4b\x87\xed\xbd\xcd\x4e\xbf\xed\xfd\x63\x76\ \x61\x11\xcc\x9b\x37\x6f\x62\x30\x99\xe7\xf3\x99\xcf\xee\xdc\x99\ \xb9\xf7\xdc\x7b\xce\x7d\xce\xef\x3e\xe7\x57\x8c\x44\xa6\x5c\x32\ \x93\xf1\x3d\xd3\x4e\x18\x19\xd5\x3b\x3e\x63\xde\xa2\x0d\x20\x6b\ \xec\x6f\x34\x18\xd0\x51\x18\x75\xff\xea\xf7\x78\xf7\xf3\xed\x90\ \xd4\x93\xcb\xbf\x7b\x25\xf9\xfe\xed\xbc\xbe\x68\x2f\x67\x5f\x77\ \x05\x69\xa1\x72\xde\x7c\x7b\x3d\x23\x2f\xbe\x8c\x02\x4f\x35\x6f\ \xbf\xb1\x8c\x9e\x93\xa6\xd0\xb4\x7a\x21\x6b\xf7\xd6\x62\x48\x09\ \x8c\x3a\x6f\x26\x67\x0c\xca\x46\x14\x25\x64\xc9\x8a\x75\xad\xe1\ \x67\xf5\xc2\x37\xf9\x6c\x6b\x15\xc9\x3d\x46\x71\xd5\xcc\x33\x49\ \x51\xe0\xe0\xaa\xf9\xcc\x5f\xb6\x07\xcb\x95\xc3\x39\x33\x67\x32\ \x34\xd7\x03\x56\x3b\x2b\xdf\x79\x83\x2f\x0f\xb5\x22\xb4\x96\x13\ \x92\x07\xc6\x62\x72\xc2\x35\x7c\xf0\xc6\x7c\xb6\x96\xfb\x29\x1e\ \x73\x1e\x97\x9c\x31\x18\x3b\x50\xb3\x73\x19\x6f\x2e\x5a\x8b\x2e\ \x5a\x94\x36\x42\x3f\xe5\xd4\x13\xb5\x11\xac\x61\xf1\xfc\x37\xd9\ \x5c\xee\xa7\x68\xd4\x79\x5c\x71\xe6\x10\x94\x13\x2c\x08\x1f\x2b\ \x3e\x9c\xcf\xca\x5d\xd5\x08\x8e\x24\x46\x9f\x71\x19\x53\x07\x77\ \xfb\xcf\x24\x6d\xc1\xa2\xf2\xd0\x1e\xd4\x7e\x93\x98\x3e\xb2\x18\ \x35\x12\xc0\xb0\x04\x6c\xa9\x45\x5c\x78\xf1\x99\x3c\xf8\x6a\x29\ \xf5\xbe\x49\xe4\x3a\x85\x93\x0a\xfc\x8a\x36\xbb\x9d\xff\xba\x97\ \xc3\x81\xac\x28\xdf\x8c\xae\x1d\x6d\xe4\xe3\x77\x97\x60\xe6\x8c\ \x63\x72\x6f\x85\x79\xb3\x1f\xa3\xcc\xdd\x9b\x89\x03\x3d\xbc\xf5\ \xcc\x33\x6c\x6b\xd4\xa9\xdb\xbf\x96\x95\xbb\x2b\x00\xf0\xd7\xec\ \xe0\xb3\xd5\xdb\x08\xa1\x1c\xd7\x10\x4d\x0b\x9b\x2b\x83\xf1\x67\ \x9f\xcb\xd4\x09\xc3\xb1\xfb\x0e\xb0\x78\xf1\xa7\x34\xea\xb0\x7b\ \xe9\xfb\xec\xf1\x25\x31\x6d\xfa\x38\x7c\x1b\x5f\xe7\xf7\xb3\x17\ \x62\x89\x2a\xa2\x00\x82\xa2\x82\x76\x90\xd9\x8f\x3f\x4f\xb8\xfb\ \x24\x66\x8c\x4a\xe7\x9d\x67\xfe\xcc\xaa\xca\x93\x93\xb2\xc8\x40\ \xf9\xf2\xb9\xfc\xe9\xe5\xb5\xf4\x1a\x3b\x95\xec\xf6\xf5\xfc\xfe\ \xc1\x97\x68\x07\xbe\x7c\xf1\x4f\xfc\xf5\xcb\x06\x4a\x26\x4c\x64\ \x60\x51\x1a\xa2\x28\x93\xdd\x77\x14\x17\x5d\x7a\x21\xde\xca\xcf\ \x98\xfd\xf2\x1a\x10\x65\x64\x57\x12\x25\xd3\xce\xe5\xac\x89\x23\ \x49\x32\xab\x59\xbc\x68\x09\x55\x11\xa8\x5c\x36\x97\x47\xe7\x6d\ \xa1\xef\xc4\xa9\x24\x36\xac\xe0\x0f\x0f\xbf\x4c\x04\xd8\xbb\x6a\ \x01\x9b\x5b\x13\x98\x76\xd6\x78\x9a\x56\xcf\xe3\xd9\xf9\xdb\xf0\ \x1f\x59\xc4\x23\xaf\xad\xa1\xff\x99\x17\x33\x75\x78\x11\xf6\xae\ \x66\xb1\xe0\xa0\xc7\xe0\x09\x5c\x76\xe9\x59\x04\x37\xbd\xc3\x2b\ \x1f\xed\xa1\x7a\xcb\x9b\x3c\xf1\xd1\x01\xc6\x9e\x7f\x09\x63\x07\ \xe4\x22\x0b\x5d\x0d\x3f\x8b\xc4\xac\xfe\x9c\x73\xfe\xb9\x8c\x1e\ \x90\x85\xa9\xe9\x48\xae\x74\x46\x4e\x98\x4c\x6a\xeb\x5a\x1e\x78\ \xfa\x7d\x74\x60\xd1\x73\x8f\xb1\xa2\x31\x8d\xcb\x2e\x99\x42\xd9\ \xe2\xbf\xf0\xd6\x9a\x43\xf8\x1a\x36\xf3\xee\x8a\x3d\x00\x6c\x5f\ \xb2\x84\xed\x47\x35\x8e\x3b\x5e\x4a\x64\xf5\x19\xc1\x45\x97\x5d\ \x4c\x7a\xe3\x4a\x1e\x7f\x71\x25\xd0\xc4\x7b\x0b\x16\x13\xc9\x1b\ \xcd\xd4\x31\x83\x71\x34\x6d\xe5\xd1\xc7\xdf\xc0\x3d\xec\x1c\xce\ \xe9\x2f\xf3\xe2\xa3\x4f\x51\xda\x72\x7c\xbc\x45\xca\xbf\xe0\x0f\ \x0f\xbf\x8a\x5c\x34\x92\x91\x7d\xb3\x11\xa3\x51\x44\xd5\x46\xf3\ \xc6\xd7\x78\x60\xce\x32\x0a\x47\x4d\xa1\x50\xdf\xce\x1f\x7e\xf7\ \x3c\x4d\xa2\xc9\xe6\x55\x8b\xd8\x54\x03\xd1\x9a\xf5\x3c\xf5\xf8\ \x4b\xec\xac\x09\x43\xe5\x76\x3e\x5d\xbe\x17\x35\x7a\x84\xf7\x16\ \x2f\x27\x75\xd8\x34\x46\x75\xd7\x99\xfb\xd0\x13\xec\x6c\x07\xb5\ \x43\x1f\xb7\x01\x1b\xdf\x7c\x8c\x39\x4b\xab\x19\x35\x65\x22\xc6\ \xce\x77\xf8\xc3\x53\x1f\x61\x02\x29\x79\xfd\x38\xf7\x92\xcb\x19\ \xec\xae\x60\xf6\xec\xb7\xf0\x03\x9b\xdf\x78\x82\xe7\x3f\xab\x60\ \xd8\xb8\xf1\xe4\x25\xa9\x44\x75\x11\x1b\x1a\xef\x3c\xf9\x18\x9b\ \x42\xf9\x5c\x3e\x63\x34\xbb\xdf\x79\x92\x05\x9b\x1a\xa0\x76\x0d\ \x0f\x3c\xfa\x12\x42\xfe\x08\x46\xf4\xc9\xc6\x8c\x6a\x9c\xfa\xb1\ \x2d\xc4\xfb\x4f\x3f\xca\xda\x40\x01\x33\x2f\x1a\xcf\xde\x05\x4f\ \xf2\xea\x9a\xca\x13\xf4\xf0\x2f\x5e\x7a\x80\xb9\x2b\xea\x19\x7d\ \xd6\x39\x24\xd7\x6e\xe5\xc3\xa5\x3b\xff\xc3\x15\x12\x09\x59\x8c\ \xb9\x19\x1b\xa6\x89\x69\x9a\xe8\x86\x81\xa1\x83\x28\xc6\xf2\x2f\ \x9d\xb2\x72\x8d\x15\xaf\x46\xfb\xaf\x85\x69\x20\x38\xd2\x18\x38\ \x74\x22\xe3\x07\x14\xb1\x62\xd5\x4e\x8a\x86\x8e\x67\x72\x71\x09\ \xdb\x3f\xfd\x39\x47\x2b\x1b\x48\x75\xb8\x70\x45\x63\x36\x87\x28\ \xd9\x70\x3a\x24\x44\xba\xe4\x4e\x31\x4d\x64\x5b\x12\x03\x4b\x86\ \x52\xac\x82\x59\x25\xe1\x70\x3a\x90\x00\x03\x3b\x3d\x06\x96\x30\ \x66\x54\x09\x23\x33\x02\xfc\xf0\x81\x4f\xd9\xda\x38\x12\x9b\x24\ \xa0\x28\x22\x6d\x7b\x77\xb0\x79\x47\x2d\x7d\xd2\xd6\xb3\x52\xf4\ \xd1\x56\x5d\x43\xd9\x91\x5a\xc6\xe5\xe4\x74\x9d\xf7\x51\x80\xcf\ \x96\x6c\xa1\xd7\x19\x3f\xe1\x92\xa9\xfd\x60\xa4\x97\xed\x3f\x7f\ \x8a\xe5\xbb\x46\xb0\x79\x7b\x2d\x67\xfd\xf0\x49\xce\xe9\xdf\xa1\ \x04\x9b\x21\xea\x8f\xee\x63\xe5\xee\x1a\x1a\x1b\x83\x34\x1b\xb5\ \xe8\xa6\x0b\xc9\xee\xa1\xd7\xd0\xe1\xf4\x4e\x01\x7c\x2d\xd8\x9c\ \x2e\x14\x23\xc0\x97\x1f\x6f\x64\xd8\xc5\x77\x72\xd1\x94\x3e\x30\ \xdc\xcd\xe6\x5b\xe6\xb2\xb1\xf2\x0a\x14\xd9\x4e\x7e\xff\x61\x8c\ \x19\x39\x86\xac\x86\xf5\x3c\xba\x61\x33\xda\xb9\x25\xe4\x39\x03\ \x6c\xdf\x79\x98\xfe\x17\x9e\x4d\x4a\x57\x3f\x5b\xd3\xa0\xfe\xf0\ \x36\x36\x1e\x6a\xa4\xbe\xad\x15\x7b\x6d\x05\xb6\xe1\x3d\xc8\x14\ \x56\xb1\x6d\x6f\x2d\x57\x9c\x3b\x85\x04\xb5\xeb\xd7\x2d\x5c\xc9\ \xf9\x8c\x18\x34\x00\x09\x38\x12\xd5\x49\xca\xe9\xcb\x94\xd1\xa3\ \xd1\xbd\xed\x6c\x7d\x74\x13\xd5\x95\xbb\x58\xb5\x6d\x07\xcd\x99\ \x1e\x3e\xff\xa2\x92\xa6\xf6\x3a\x5a\x2a\xdb\xb8\x6d\xc2\x34\x3e\ \x79\x6d\x0b\x7e\xfa\xb3\xb3\xce\x64\xc8\xcc\xe1\x5d\xee\x36\x8b\ \xa6\x8a\x83\x2c\xdf\x59\x49\x53\x7d\x80\x96\xb6\x5a\x4c\xab\x27\ \x92\x2b\x99\xc1\x13\xce\x60\x44\xa1\x44\xc5\xe2\xd9\xec\x3c\x5c\ \x83\xb8\x7d\x15\xcd\xd1\x3a\x02\xd5\x07\x38\xdc\xd0\x46\x9f\xa4\ \x58\x10\xd2\xbe\xe5\x2b\x20\x6f\x2a\x3f\xbe\x7c\x2a\xb2\x71\x84\ \x95\x5f\x6c\x42\x30\x7d\x7c\xfe\xc9\x06\x72\x27\x5c\xcb\xcc\xe9\ \xc3\x61\x42\x06\x3b\x6e\xfd\x23\x2b\xdb\x2f\x66\x42\x8f\x24\x4a\ \xb7\x1e\xa5\xb7\x5a\x4e\x52\xb6\x87\x8a\x8a\x03\xec\x8a\x1c\xc2\ \xd9\x6b\x3c\x3d\x13\x65\xe4\x84\x6e\x94\x4c\x1a\xcb\x50\x5b\x3e\ \xdb\xd7\xde\xc9\xfe\x2a\x3f\x39\xa2\x04\x48\x98\x34\xf1\xc9\xf2\ \x0a\xa6\x5f\xfb\x00\x67\x8e\x4d\x65\x5a\xae\x9f\x1f\x3c\xf0\x19\ \xdb\x03\xe7\x93\xd5\x5c\xc3\x9a\x15\xbb\xf1\xd5\x36\xd3\x5e\xeb\ \x26\x1c\xac\x67\xd9\x96\x43\x8c\x98\xf5\x10\x67\x8d\x4b\xa7\x41\ \xae\x60\x55\x75\x3b\xe1\xda\x9d\x7c\xb9\x63\x0f\x7a\x41\x1a\xcb\ \x56\x08\xb4\x04\xea\x28\xad\xae\x60\x6b\xf9\x46\x82\xdd\xce\xe5\ \xe6\x2b\xce\x40\x8c\x54\xb3\x69\xe9\x6a\xa2\xa7\x0a\x0c\x69\xdb\ \xc3\xa7\x9b\x0e\x21\x16\xa7\xb3\x6c\xb9\x48\x93\xbf\x95\xf0\xae\ \x6a\x18\xd3\x31\x0e\x43\x87\xf9\x64\x55\x23\x17\xdd\x7a\x0f\xd3\ \x86\x78\x48\xde\x9e\xc7\xd1\xb6\xff\xdc\x62\xaf\xa6\x09\xe9\xd9\ \xc5\xa4\x96\xb7\x62\x58\x32\x0e\xbb\x1d\x13\xb0\x2c\x83\xb6\x50\ \x94\xbc\x81\x7d\x48\x74\x8a\x58\xa7\xf0\x22\xf9\xaf\x24\x6d\x41\ \xf8\x26\x75\x56\x01\x01\x13\xdd\x32\x00\x15\x59\x84\x50\x38\x02\ \x02\x28\xb6\x58\x98\xba\x28\x8a\x04\xc3\xb1\x81\x2e\xc9\x9d\xd3\ \xab\x15\xfb\x4c\x96\x40\xb0\x30\x31\x30\x4f\x7d\x32\xc7\xce\x47\ \x52\x55\x44\x11\x0c\xd3\xc2\x44\x40\x12\x44\x2c\x5d\x43\xf0\xe4\ \x31\xed\xdc\x19\x64\xdb\x0c\x66\xcc\x74\x93\x9a\x9a\x72\x82\xc6\ \x8f\x20\x21\x61\x61\x58\x1c\xd7\xf9\x25\x09\x51\x04\xd3\x88\x85\ \x4e\x8b\x5d\x42\xe9\x8e\xae\xfa\x2b\x0f\xcf\x2f\xe7\x86\xdb\x6f\ \x02\x67\x33\x6f\x1f\xd5\x30\x2d\x30\x4d\x83\x93\x64\x74\x2b\x16\ \x9a\x7e\x6c\xbf\x62\x4c\xb4\x31\xcd\x98\x41\x66\x75\x54\x61\x96\ \x9c\x36\x4c\x23\x82\x2d\x69\x20\xbf\x7f\xe4\x8f\x2c\x7d\xef\x75\ \x7e\x7d\xe7\xa7\x5c\x79\xc7\xef\x38\xbb\x5f\xac\xbd\x1b\xde\x7d\ \x96\x39\x6b\x65\x7e\xf6\xe3\x4b\x38\x6c\x1e\x65\x63\x38\x44\x4a\ \xee\x99\x3c\xfc\x70\x2e\x0b\xdf\x7e\x95\x3b\xef\x58\xca\x4f\xef\ \xff\x1d\x23\x73\x1c\x1d\x87\xb6\xb0\xcc\x13\x6f\x7c\xcb\x8c\x85\ \xc7\xcb\x8a\x88\x5d\x31\xd1\x75\x1d\x53\xb0\x33\x78\xd2\xd9\x9c\ \x53\xe4\xc6\x38\xff\x12\x12\x32\x72\x49\x97\x8f\xd0\x7d\xfe\xd3\ \x2c\x5e\xb4\x8c\x06\x33\x8d\xf3\xfa\x26\x1f\x97\x35\xd6\xbf\xca\ \x43\xaf\x95\x72\xfd\xed\x3f\xc5\xe6\xf5\xf1\xda\x2e\x1d\xc3\x8a\ \x25\xb6\x37\x4d\x23\x26\xcc\x44\xa3\x38\x93\x0b\x39\xe3\x82\x19\ \x24\x5b\x51\x2e\xba\xca\x4d\x6a\x66\xc2\x09\xd7\xc5\xa2\x33\xb5\ \xa9\x85\x65\x99\x80\x85\x69\x81\xd0\x19\xf0\x25\x4a\x88\xa2\x49\ \xd4\xf0\x30\x69\x74\x2f\x56\xad\x98\xcf\x07\x5e\x1b\xd7\xfe\xf0\ \x3c\xf6\xaf\x5f\xc2\x27\xd1\x6a\xfa\x4f\xbf\x04\x49\x3a\x1a\x0b\ \x49\x37\x00\x59\x44\x76\x28\x98\x86\x19\xeb\x5b\x51\x44\xc2\xc2\ \xb4\x84\x63\x7d\x20\xc8\x12\xa2\xac\x12\x38\xb4\x8c\x3f\x3e\xf9\ \x16\x23\xaf\xbf\x9d\x09\xbe\x55\x1c\x7c\xbb\x3e\xd6\x7f\x16\x5d\ \xc8\x22\x16\xe6\x6e\x19\x06\x96\xe8\x62\xf8\xd4\x73\x99\x94\xad\ \x72\xee\x8c\x99\xa4\x15\xe4\xb0\xef\xcd\xa5\x60\x19\x5d\xce\xe3\ \xeb\x58\x4a\xc3\x50\x13\x28\x99\x72\x1e\xd3\xf3\x14\xce\xbe\xe0\ \x72\xbc\x89\xe9\x27\x4c\xc8\x9a\x29\xa3\x2a\xca\xb1\x7b\x54\xf8\ \x0f\xae\x66\xa2\x6b\x1a\xc9\xbd\xc6\x31\x2b\xa5\x9c\x2d\x9f\xcc\ \xa7\xb2\x39\x44\x6a\xf7\xbe\x8c\x1c\xde\x8f\xec\x41\x53\x99\x35\ \x50\x40\x32\x23\x9c\xca\xf3\x4f\xb4\xd9\x6c\xfc\xb7\xbd\xbe\x1a\ \x05\xf9\x2f\x9e\x53\x09\x85\x42\xc4\xb2\x2b\x9a\x84\x43\xc1\x8e\ \x5c\xc2\x16\xe1\x60\x90\x90\xa1\xd2\xa3\xb8\x17\x6d\x5f\xbe\xc7\ \xfb\x5f\x6e\x65\xe3\xd6\x83\x04\x34\x13\x50\x70\xa8\x06\x3b\x37\ \x6f\x23\xe2\xea\x86\x2d\x5c\xc3\x47\xef\x2d\x63\xd3\xb6\x7d\xb4\ \x68\x06\x91\x70\x18\x03\xb0\x89\x21\xf6\x6c\xfa\x92\x35\x5b\x36\ \x32\xe7\xb9\x05\x08\xdd\x46\x31\x38\xdd\x8d\x1c\x6e\x60\xcb\x96\ \xdd\x24\xf6\x1c\x46\xbf\x94\x1a\x96\xad\xd9\x45\x9b\xaf\x95\xfa\ \xa6\x66\x04\xc7\x71\x73\xd4\xe1\x70\x10\x28\xdb\xc2\xb6\x7a\x98\ \x3e\x7d\x00\xbb\x97\xcc\xe5\xe3\x75\x5b\x78\xf7\xf9\x57\xa9\xb3\ \x0f\x60\xe2\xa0\x61\x8c\xeb\xe9\x65\xd1\xf3\x4f\xb0\x7c\xed\x3a\ \x36\xee\x3c\x44\x4b\x40\xc3\x12\x04\x64\x49\x46\xb0\x0c\xa2\x5a\ \x14\xd9\x9d\x45\x62\xa4\x99\xe5\xef\x2f\x62\xe3\xb6\x5d\xd4\x05\ \x0d\xb4\x70\x10\x5d\x76\x31\x66\xfa\x20\x36\x2c\x78\x85\x25\xeb\ \xb7\xf0\xc6\xb3\x2f\x13\xee\x36\x80\x92\xee\x76\x02\xfe\x00\xa1\ \xa8\xde\x71\x4f\x87\x89\x44\x0d\x82\xc1\x5a\x36\xee\xae\xa5\x78\ \xf8\x38\xba\x1b\xd5\x1c\xaa\x6e\x3c\xae\x89\xea\x31\x72\x94\x24\ \x11\x4c\x0d\xdd\x82\xb6\xf6\x32\xb6\x1c\x0a\x30\x68\xd4\x68\x92\ \xda\x0e\x71\xa4\xb1\xfd\xd8\xf7\x53\x72\xd3\x69\xae\x58\xcd\x7b\ \xcb\xd7\xb1\xf3\x40\x1d\x51\x53\x27\x1c\x8a\xc6\x48\xc8\xd4\x08\ \xb4\xfb\x10\xd2\x7b\x33\xba\x4f\x16\x5b\x96\xad\xa0\xba\xb5\x8d\ \x9a\xda\x66\x4c\xcd\x02\x5b\x0f\xce\x1b\x9d\xc1\x8b\x7f\x7a\x1e\ \xab\xf7\x58\x7a\x74\xf1\xd2\xb1\x8c\xd8\xb1\x25\x49\x42\xb4\x4c\ \x34\x5d\x3f\xd6\xcf\x7a\xc7\x5d\x96\x37\x66\x3c\xa9\x56\x15\x5f\ \xac\xdb\x47\xc0\xd7\x44\xb5\x2f\x84\xdc\xc5\x9d\xaf\xd7\x94\xc9\ \x48\x65\x9f\xf3\xd4\xfc\xe5\xec\xda\xb8\x8d\xa3\xb5\x6d\x68\x96\ \x87\x49\xd3\x06\x73\x64\xf9\x4b\x7c\xb4\x66\x33\x1f\xce\x7d\x99\ \x32\x69\x00\x13\x8b\x54\xb2\x4a\xa6\x22\xed\x78\x8b\x8f\xcb\x93\ \xb9\x60\xc6\x59\xa8\x87\x3f\x67\xe1\x7e\x91\xb1\x83\xbb\x81\x1e\ \x26\x18\x0a\x75\x4c\x98\x26\x91\x50\x10\x4d\xb7\xb0\x27\xd8\x69\ \xa9\xd8\x49\x69\xa3\x9b\x33\x27\x66\xb2\xf4\xcd\x39\x7c\xb9\x79\ \x23\x73\xe6\xbc\x8f\xab\x68\x22\x03\x53\x2c\x02\x51\x23\x76\x1e\ \x82\x85\x16\x0d\x12\xb5\xa5\x33\x7d\x64\x4f\xd6\xbd\xf6\x38\x9f\ \x6e\xdc\xc1\xe6\x9d\x7b\x68\x0e\x44\xb1\x67\x0f\x64\x44\x51\x12\ \xeb\x3f\xfb\x92\x7a\x9f\x8f\xea\x9a\x66\xb4\xb0\xc8\x90\x71\x63\ \x71\xd5\x2c\xe1\x89\xf9\xcb\xd8\xbe\x69\x23\x87\x6b\x03\xa8\x0e\ \x95\xda\x4d\x8b\x79\xee\x95\x2f\x8f\x2f\x60\x26\x0d\x64\x52\x0f\ \x27\xeb\xbf\x58\x41\x8d\x2f\x40\x5d\x65\x1d\x92\xdb\x4e\xdb\xae\ \x4f\x78\xe4\xc9\x97\x69\x74\x14\x33\x75\xa0\xc8\x3b\xaf\xcf\x65\ \xc3\xce\xad\xac\x2e\x2d\xc3\x90\x5c\x44\x1a\xd7\xf1\xa7\xc7\x9e\ \xe7\x40\xdb\x7f\x16\x69\x8b\x92\x82\xd1\x76\x94\xb7\xe6\x3c\xc5\ \xa2\x0d\x87\xd1\xa2\x01\xd6\x7d\xf8\x57\x9e\x7c\xe3\x33\x42\x82\ \x03\x45\x12\xbf\x76\x02\x94\x6f\xbe\xe5\xd6\xff\x2a\x2b\xdb\x6e\ \xb7\xf3\xda\xab\xaf\xb0\x67\xcf\x6e\x5c\x2e\xf7\xbf\x5e\xd7\x96\ \x5c\x0c\x1d\x3b\x86\xdc\x64\x11\x70\x32\x78\xe4\x78\x52\x92\x6d\ \x80\x49\xbf\x31\xe3\x71\x7b\x15\xd2\x8b\x2f\xe5\xc7\x33\x83\x2c\ \xfe\xf8\x1d\x2c\xc5\xc3\x79\x67\x8c\x45\x05\x26\xcf\xb8\x8e\xaa\ \x25\xfb\xa9\x56\xce\xe6\xc7\xd7\x5f\xcc\xcb\x1f\x2d\x61\x99\x6f\ \x1c\x57\x9f\x5f\xc8\xd8\x31\x23\x49\x51\xa0\x4e\x54\x30\x7c\xd5\ \x2c\xff\x64\x31\x42\xfa\x24\xee\xb9\xe6\x32\x14\x24\x2e\xb8\xf6\ \x22\xde\xdc\x7c\x84\x56\xc7\x85\xdc\x71\xdf\x1d\xbc\x3a\x6f\x21\ \xef\xbc\xbb\x9e\xec\x41\x93\xe8\x35\xb8\xdf\xb1\xe6\xa5\x0f\x99\ \xc2\x45\xd3\x6b\x39\xb4\xb7\x92\x61\x53\x6f\xe2\x36\xed\x55\x3e\ \x58\xf8\x2e\x52\x4a\x1f\xee\xbe\x7b\x26\x89\xc0\x99\x37\xdd\x8d\ \x35\xef\x35\x96\x2d\xfc\x00\x57\xfe\x38\xbe\x7f\xf9\xf7\xf8\xb1\ \xff\x55\x3e\x7b\x6d\x0e\x96\x68\x63\xc2\xe4\xc1\x88\xa4\xf1\xfd\ \x1b\xaf\xe0\xa5\x05\xcb\xf9\x24\x34\x84\xef\x5c\x36\x86\xb1\xe3\ \x46\x93\x22\x43\xc1\x59\x37\xf2\x53\xed\x4d\x16\x7d\xf0\x2e\xf6\ \xcc\x61\xdc\x73\xe7\x15\x38\x80\xcc\xde\xa3\x19\x6e\x8f\x39\xe2\ \xba\xb2\x07\x30\x76\x84\x0b\x39\xd8\xc0\xe6\x15\x1f\x51\xed\x37\ \xe9\x76\xf6\x8f\xb9\x62\xc2\xf1\x5c\x13\xa3\x2f\xfe\x3e\x0d\xd1\ \x79\xbc\xf3\xd2\x5c\x10\xf3\x98\x76\xde\x20\xcc\x96\x4a\x56\x2f\ \xf9\x84\x36\x5d\x66\xf0\x77\xee\xe4\xfc\x81\xc7\xad\xb7\xe4\x11\ \x97\x70\xed\xe1\x76\x96\x2c\xfe\x10\xff\xa4\x4b\x39\x23\x7f\x10\ \x63\x82\x32\x12\x20\x78\x72\x18\x3d\x7e\x28\x76\xd1\xce\x85\x3f\ \xf9\x05\xd2\xeb\x6f\xf0\xf1\x82\x77\x90\x53\xfa\x90\x51\xdc\x9f\ \x4c\x60\xc0\xb4\x69\x64\xce\xdd\x4c\xc9\xa8\x21\x27\xa8\xb4\xd9\ \x23\x67\xf1\xd3\xaa\x57\x59\x36\xef\x79\x4c\x41\x62\xfc\xd4\x12\ \x14\xd1\x45\xc9\x98\x31\xe4\x79\x62\xc4\x2c\xa6\x8f\xe4\x9e\x5f\ \xe8\xbc\xfe\xf6\x52\xde\x2e\x35\xc9\x19\x71\x2e\x83\xfb\x17\x1e\ \xdb\x87\x2d\x77\x22\xf7\xdd\x0b\xf3\x16\x7c\xc1\x9b\xbb\x4c\x7a\ \x8c\xbe\x80\xc1\x69\x0a\xe9\x85\xd7\x71\x67\xe8\x4d\xde\xfd\x78\ \x01\x24\x16\x71\xe7\x3d\x33\xc9\x96\x01\x4f\x21\x17\x5e\x75\x15\ \xbd\x53\x47\xa2\x90\xc2\x59\x17\x5e\x84\x3b\xda\x93\xe2\x04\xc0\ \x97\xce\xe8\xb1\xa3\x88\x45\x78\x3b\xe9\x3f\x6a\x22\xc9\x1e\x11\ \x67\xc1\x99\x5c\x30\xb1\x81\x23\xfb\x6b\xb8\x70\xd6\xdd\x84\xd4\ \x17\x59\xb2\xe0\x03\x12\xf3\xcf\xe1\xee\xab\xcf\xc5\xe3\xb0\xb8\ \xf5\x9a\x06\xde\x5b\xfc\x0a\x7b\x04\x81\x21\xd3\x27\x93\x24\x40\ \xee\xcc\x5b\xf8\xa9\x63\x1e\x4b\x17\xbe\x8d\x81\xcc\x59\x33\x46\ \xa3\x62\xe3\xea\xdb\x7e\x89\xe3\xb5\x79\x2c\x7c\xf7\x5d\x6c\x19\ \x03\xc9\xed\x33\x80\xe4\x9c\xf1\xfc\xe2\x1e\x8b\x37\x16\x7c\xce\ \xbb\xbb\x0d\x72\x27\xcc\x60\x58\x41\x02\x07\x5f\x5a\xc5\xc6\xaa\ \x11\xdc\x78\xec\x8c\x9d\x5c\x71\xfb\x2f\x71\xcc\x9b\xc7\x47\xef\ \xbe\x83\x23\xb9\x27\xdd\x87\x97\xc4\xdc\x4c\x2d\x8b\xa8\x25\x72\ \xee\x4f\x7e\x85\xf9\xe6\x3c\x96\x2e\xf9\x82\xb6\xe6\x30\x42\x81\ \x12\x8b\xa1\xfa\x0f\x14\x03\x64\x19\xf6\xef\x58\xcd\x51\xc7\x70\ \xee\xbd\xe3\xbb\xa4\x29\xa0\x37\x6c\xe1\xa1\x87\xe7\xb3\xb3\x6a\ \x14\x63\xba\xbb\xbe\x36\xc0\x46\xd8\x5b\xba\xe7\xbf\x2e\x8c\xfd\ \x8f\x7f\xf8\x1d\x5b\x36\x6f\xa1\xa8\x47\xf1\x49\x81\x36\xdf\xae\ \x30\x76\x8b\xf7\x7e\x7b\x23\xbb\x0a\xae\xe3\xbe\x59\xa3\xe2\xeb\ \x07\xff\x2c\x18\x61\x2a\x0e\x1c\x60\xe7\xc6\x4f\x59\x55\x9d\xc6\ \xed\x77\xce\x3a\x96\xd9\x2e\x8e\xbf\x07\x01\xde\x79\xf2\x31\x22\ \xc3\xae\xe1\x3b\x63\xf2\xfe\xee\xb1\x5c\x73\x60\x23\x87\xda\x5c\ \x64\xd8\x9b\x79\xe3\xb9\x97\x48\xbb\xf0\x3e\x7e\x34\x2d\xff\x5b\ \x77\xf6\x7f\x4f\x18\xbb\x6a\x53\x39\xb4\x6a\x1e\x73\x57\x86\xf9\ \xe9\xcf\xae\x27\xdb\x29\x12\xaa\x5c\xcf\xc3\x4f\x2d\x64\xfa\x8d\ \xb7\x33\x22\xc7\x81\x76\xea\xa4\x51\xfe\xff\x3a\x4d\xdb\xb2\x2c\ \x74\x4d\x27\x12\x09\x1f\xd3\x1f\xbf\xcd\xc8\x1f\x3a\x16\x31\x29\ \x2d\xce\x13\xff\x4c\x68\x3e\xd6\x2f\x79\x9f\x7d\x42\x1e\xd7\xde\ \x70\x55\x9c\xb0\xff\xcf\x70\x32\xe3\xc6\xbb\x91\x24\xe5\xff\xb4\ \xf6\x13\x68\x28\x63\xc5\xa7\xbb\xd1\x04\x85\xc2\x73\x6f\xe2\xf2\ \x6f\x21\x61\xff\xdd\x43\x4c\x37\xc9\x1b\x38\x91\x81\x1b\x9e\xe4\ \x81\xfb\x7e\x41\x4e\x9a\x8b\xfa\xaa\x1a\xb2\xc6\x5d\x4e\xff\xac\ \x04\x0c\x23\xfa\xf5\x56\xfa\x7f\xe5\x98\xea\xcc\xda\xf7\xed\x3f\ \x11\x86\x9c\x77\x0d\x43\xfe\xee\x19\xcb\x44\x37\x2c\x24\xb9\x6b\ \x7e\x6d\x0b\xd3\xe4\x6b\xeb\xd1\xfd\x5f\xac\x7e\xcb\xfa\xdb\x8b\ \xbc\x56\xec\x40\xa7\xff\x75\xb7\xa7\x73\xe9\x2d\xf7\xc5\xb9\xf7\ \xff\x31\x2e\x15\x45\xf9\x3f\xff\xaa\xc7\x98\xcb\xf8\xc5\x98\xcb\ \xfe\x3b\x8c\x47\x43\x07\x47\x26\x97\xfd\xe8\x5e\x86\xed\xdf\x4b\ \x75\x73\x84\xe4\xec\x42\x7a\x17\x66\x21\x18\x51\xfe\x56\x09\xcd\ \x78\xda\x9d\xd3\xaa\x23\xa3\x04\x83\x91\x7f\x99\x84\xd7\x7e\xe0\ \x13\x1e\x7b\xf6\x35\x9a\xba\x6c\x6b\xd9\xb3\x9c\xa7\x9f\x5f\x44\ \xfb\xff\x33\x88\xad\x6c\xd5\x02\xfe\xf2\xfa\xba\xaf\xfd\x3c\x52\ \xbd\x8e\x67\x5f\x78\x9d\xea\xaf\xba\x88\x6b\xad\x6c\x58\xb9\x9a\ \xf2\x96\x68\x7c\x00\xc4\xf1\xdf\x35\xb5\x89\x10\xf1\xb7\x50\x55\ \x59\x45\x65\x65\x25\x15\xe5\x55\xb4\x06\xa2\xff\xab\x01\x15\x27\ \xed\xd3\x08\x87\x57\xbe\xcd\x9f\x5f\x5d\xcd\xbf\x2a\x08\x38\xea\ \xab\x60\xdf\xe1\x2a\xba\xf2\x66\xa0\xfe\x08\xdb\x76\x55\xfd\xbf\ \xad\xdf\xd6\xb2\x03\x6c\x2f\xad\xfe\xfa\x01\x1a\x28\x63\xf3\x8e\ \x52\x82\xe6\xc9\xa4\xbd\xe9\xcb\xd5\x54\xb4\xea\xf1\x01\x10\xc7\ \x7f\x0d\x44\x59\xc1\x6c\x3d\xc2\x2b\xb3\x1f\xe3\x93\x6d\x55\xc8\ \xb2\xc9\xae\x2f\xe6\xf1\xe8\x5f\x17\xd1\xac\xc9\xb1\xb2\x7b\x71\ \x79\xe4\xdf\x88\x68\x3b\x5b\x56\x7d\x4e\x69\xbd\x4e\x9f\xd1\xd3\ \x18\x9a\xe7\x60\xeb\xaa\x55\x08\xb9\x23\x19\x9c\xe7\xe0\xf0\xa6\ \x95\x04\xb2\x87\x22\x05\x5b\xd9\xbe\x62\x13\xaf\x79\x1a\xc8\xea\ \x3d\x9a\xe9\x43\xba\x53\xb5\x67\x1d\x6b\xb6\x1e\xc2\x53\x30\x88\ \x09\x63\xfa\xe3\x40\xa3\x72\xcf\x66\x36\xed\x3a\x42\xd4\x99\xc3\ \xa4\x71\x03\x69\xda\xbb\x81\x9d\x65\x8d\x60\x4b\x61\xd8\xb8\x49\ \x14\xa5\xaa\x84\x5a\xca\x59\xf9\xf9\x1a\x9a\x74\x1b\xbd\x47\x4c\ \x64\x68\x41\x32\x82\x28\x23\xcb\x27\x96\x1e\x93\x14\x3b\x56\xcb\ \x0e\xde\x7b\xfb\x1d\xdc\xde\x0c\x46\x8d\x1f\x4f\x37\x17\xb4\x56\ \x95\xb2\x72\xd5\x56\x82\xb2\x97\xc1\xe3\x26\xd3\x3b\xc3\x49\xb0\ \xfe\x10\x6b\x37\x6c\xa3\xb6\x5d\xa0\xdf\xa8\x29\x0c\x2e\x70\xb3\ \xfb\xcb\x4f\x29\x6d\xd1\x68\xdc\x5f\x83\x64\xeb\xff\x95\x13\x37\ \xa8\xda\xbb\x81\xb5\x3b\xea\xc0\xbf\x0f\x43\xb2\xa1\x48\x10\xa8\ \xd8\xc9\x8a\x8d\x7b\x68\x35\x3d\x8c\x1a\x3d\x94\x71\xd3\xa6\x90\ \xe8\xf4\xb3\x7e\xc5\x0e\xba\x0f\x19\x49\x37\x8f\x40\xcb\xc1\xcd\ \xec\x6d\x4f\x64\xf4\x90\x22\x8e\x6c\x5e\xc6\xfa\x7d\xf5\x64\xf4\ \x1b\xcd\xb8\x41\xf9\x28\x18\x1c\xdd\xb1\x96\xf5\x3b\x8e\xe2\xca\ \xee\xcd\x84\x09\xc3\xf1\x48\xf1\x61\x16\xc7\xb7\x07\xb2\x24\x70\ \x60\xd7\x5a\x2a\xdc\x23\xb8\xe7\xae\xef\x91\xae\x82\xd5\x54\xc2\ \x1f\x1f\x78\x99\x7d\x75\xd3\x98\x90\x9f\x40\x24\xaa\x9d\x14\xc2\ \x1e\xb7\xb4\xbf\x11\x44\xf8\xf8\xaf\x8f\xf2\xd6\xfa\x1a\xec\x46\ \x0d\x7f\x7d\xf8\x41\xd6\xd7\x9b\x58\x95\xab\x79\xfc\xe9\x97\x38\ \xb0\x77\x25\xb3\xff\xb2\x80\x16\xcb\x8e\x4d\x51\x50\x65\x09\x0b\ \x01\xd5\xa1\x52\xb9\xe9\x7d\x66\xff\x75\x11\x11\x55\x61\xc3\x3b\ \xcf\xf2\xc2\x87\x3b\xc1\x6c\x64\xde\xe3\x0f\xf3\xc5\x9e\x1a\x42\ \x11\x83\xf6\x8a\x6d\x3c\xfd\xe8\x5c\xf6\x37\x84\xa9\xd8\xb0\x80\ \x3f\x3e\xf4\x14\xd5\x80\xa0\x47\x88\x18\x12\x62\xfb\x7e\x9e\x7b\ \xe0\x21\xb6\xb5\x80\x22\x89\xa7\x7c\x46\x8b\x06\x5a\x68\xf6\xb5\ \xb3\xf3\xe3\xb9\x3c\xf0\xf4\x9b\x04\x01\x23\x1c\x46\x17\x54\xc2\ \x15\x6b\x78\xe2\xa1\x67\xa8\x03\x4a\x3f\x9a\xc3\x9c\x77\x56\xe3\ \x0b\x87\xd1\x74\x8d\x8d\xf3\x1f\xe6\xa1\x97\x97\xd2\xd8\x54\xcf\ \xe1\xb2\x6a\xc2\xd6\x89\x36\x40\xf5\xa6\x77\xb9\xff\xf7\x73\x39\ \xd8\xd8\xcc\xd1\x03\x47\x08\x44\x2d\x6c\x22\x2c\x7b\xf1\x31\xde\ \x5a\x51\x4a\x20\x1c\x25\xd2\x5e\xcd\xfc\xbf\xbc\xc8\xee\xca\x36\ \x56\xbd\xfe\x04\x8b\xb6\xc7\x0a\xb1\x2e\x7b\xfd\x05\x3e\xda\xda\ \xc0\xc1\xe5\x2f\xf2\xe4\xdb\xeb\x91\x6d\x3a\x4b\xe6\xfc\x89\x77\ \xb6\xd4\xe3\xdf\xb5\x98\x47\x1e\x9f\x8f\x4f\x50\x08\x36\x37\x12\ \x8d\x07\xf5\xc6\xf1\xad\x83\x45\x34\x1a\xc5\xe6\x50\x09\xb6\x35\ \x50\x53\x53\x4b\x5d\x63\x2b\xba\xa8\x12\xf5\xfb\x68\x6c\x6a\x26\ \x18\x35\x4e\x19\x60\x14\xb7\xb4\xff\xc5\x30\xea\x37\xf1\xd6\xd2\ \x9d\xe4\x9d\xd1\x0f\x97\x57\x23\x52\xf3\x09\x1f\x7d\x5e\xc6\xef\ \xaf\xb8\x93\xb3\x0e\xff\x9c\x9b\x7f\xf2\x39\x97\xdd\xf7\x08\x13\ \xb2\x54\x76\x6f\x08\xe1\x2d\x1e\xc3\xac\x2b\x2f\x46\xc2\xcf\xcb\ \xf7\xcf\xa7\x92\xa1\x8c\x75\xb9\xf1\xda\x7d\x7c\xba\xe2\x0b\xbe\ \x33\xe5\x52\x74\x31\x95\xf3\x66\x7d\x9f\xe9\x45\x1e\x02\x07\x3e\ \x43\x4f\xe8\xc3\x95\xd7\x5c\x47\x91\x7d\x34\xb7\xdd\xf4\x67\x36\ \xee\xd7\x98\x51\x9c\x4e\x76\x66\x22\xd5\x62\x0a\x96\x7f\x13\xdb\ \x2a\x02\xf4\x3a\x45\xc6\x3d\x53\x8f\xe2\xce\x1b\xc3\xf7\x7e\x70\ \x1d\x4a\x45\x77\x7e\x78\xdf\xc7\xec\x6d\xb9\x82\xa1\x59\xdd\xc8\ \x38\x52\x87\x10\x49\xc1\xb7\x71\x27\xa5\x8d\x60\x0b\x9b\xf4\x1a\ \x7b\x3e\x37\x5d\x37\x19\x42\xa5\xdc\xfe\xd0\x41\xce\xbd\x79\x36\ \x33\x07\xba\xd8\x66\x6f\x64\xee\xbe\xf0\x09\x93\xd5\x8a\x77\x3e\ \xa6\xfb\xd9\x3f\xe2\xee\xef\x94\x10\xde\x97\xc0\x81\xe7\x76\x63\ \x18\x3a\xfe\xb0\xca\xe8\xf3\xbf\xc3\x0f\xa6\x15\x43\xe0\x10\x92\ \xac\xe0\x4c\xce\x65\xe2\xe4\x42\x5e\xdc\xba\x0f\xc6\x18\x6c\x6f\ \x54\x99\x76\x75\x1a\xef\xff\xf9\x71\xfc\x69\x93\x71\x3b\x3d\x38\ \xcd\x7a\x16\x2d\xdd\xc6\xd4\x33\x34\xda\x03\x06\x69\xc5\x25\x9c\ \x37\xbc\x10\x39\x6e\x7a\xc4\xf1\x2d\x83\x69\x09\xa4\x64\x17\x12\ \x7c\xf7\x4d\xfe\xf4\xbb\x4d\xd8\x44\xd0\x23\x21\x7c\x01\x93\x86\ \x97\x66\xf3\xa1\x29\x52\x32\xe3\x06\xae\x9a\x90\x47\x34\xaa\xc7\ \x49\xfb\x9b\x84\x16\x6c\x21\xa8\xb8\x48\x4b\x49\x00\x41\xe3\xe2\ \x1b\xef\x20\xaf\x77\x36\xa0\x92\x98\xac\xd0\x1a\x08\x20\xd8\x62\ \x61\xd7\x66\x47\xe8\x7a\x6c\x22\x8e\xe2\xf7\x87\x49\xca\x48\xc5\ \x26\x89\x14\x8d\xb9\x8a\x92\xe2\x7e\x78\xcc\x08\x26\x60\x76\xf4\ \xa3\x20\x88\x88\x82\x85\x6e\x01\x8a\x87\x64\xa7\x1d\x21\xd2\xca\ \xa7\x4f\x3e\xcc\xc2\x86\xee\x9c\x31\x22\x19\x55\x55\x62\x21\xdd\ \x56\xec\xfb\xc2\x49\x73\x7e\x2c\xb4\xdb\x69\x4f\x22\xd1\xae\x62\ \xb4\xd5\xf2\xca\x63\xbf\x65\xaf\x77\x24\x63\xf2\x9d\x28\x8a\xdc\ \x11\x8a\x2e\x70\x2c\x4e\x3d\xec\x23\x2c\x2b\x24\xa6\xba\x3a\x1e\ \xd9\xbe\xba\x5f\x8d\x76\x3f\xa4\x26\xc7\x6a\x2b\x5a\xa2\x40\xa7\ \xbf\x8e\x28\x0a\x58\xba\x75\x42\x0b\x22\x96\x9d\x09\xa3\xc6\xf3\ \xda\xec\x0d\xac\xfc\xac\x06\xbf\x67\x20\xa3\xb3\x05\x96\x44\x2c\ \x52\xd2\x52\x10\x2d\x89\xe1\x33\x7e\xc0\x59\x79\x03\x49\xef\x93\ \xc9\xaf\xef\x4a\xe0\xad\xb7\x67\xb3\xfc\xbd\x02\x6e\xb8\xf3\x66\ \xfa\x26\xc5\xfd\xf2\xe2\xf8\xf6\x40\xd7\x34\x92\xf2\x87\x73\xfb\ \xfd\xbd\x30\x11\xd0\x0d\x0b\x59\x95\x30\xa3\x11\x22\x9a\x81\x65\ \x81\x23\x21\x05\x4d\x33\xe2\xf2\xc8\x37\x0d\x7b\x46\x3f\x7a\x25\ \x18\x04\x84\x54\x26\x4c\x9d\x42\xc9\xc0\xfe\xf4\xc9\x75\x53\xbe\ \xe2\x45\x3e\x3a\xd4\x9d\xd9\x8f\xdc\xc0\x86\x17\x1e\x61\x47\x3b\ \xa4\x27\x25\x10\x38\xba\x93\xd2\xaa\x26\xda\xda\x25\x8a\x7b\x16\ \x11\x68\x89\xd0\x7b\xc4\x04\xc6\x8c\x2e\xa1\x6f\x6e\x77\x64\x51\ \x27\xaa\xe9\xc7\xb4\x2e\xcb\x32\xd1\x34\xad\x23\xe4\xd5\x44\xd7\ \x0c\x4c\x3d\xc0\xfe\xd2\x2a\xb2\x86\x4c\xe3\xdc\xf3\xa7\x53\x90\ \x62\x47\x8b\x18\x48\x92\x48\x5b\x4b\x1d\xf5\xbe\xae\x7c\x69\xa0\ \x69\x46\x47\x68\xb7\x81\x61\x98\xe8\x81\x26\x4a\x0f\xb4\xd2\x6f\ \xfc\x79\x9c\x77\xfe\x04\xd2\x1d\x22\xba\x6e\x62\x9a\x06\x7a\x27\ \x69\x27\xf5\x61\x80\x37\xca\xe2\xb7\x3e\xa0\x29\x14\xa0\xb1\xb9\ \x85\xb0\xd6\x95\x88\xdd\x0c\x18\x9e\xc5\xea\xc5\x0b\xd8\x5d\x17\ \xa4\xbe\xbe\x89\x40\x24\x16\x42\x6e\x1a\x7a\x97\x68\x2f\x0b\x5d\ \xd3\x88\x86\x35\x84\x82\x71\x0c\x49\xd8\xcf\x6f\x9f\x5a\x44\xef\ \x89\x13\x70\xd8\x0b\x19\x90\x9d\x84\xaf\x1d\x86\x4d\x98\xcc\xa8\ \xa1\x43\x19\x50\x94\x46\xd4\xd7\x42\x42\xfe\x68\x6e\xbd\xfd\x5a\ \x8c\x43\x6b\x59\xb1\xbd\x9a\xb2\x4d\x9f\xb1\x6a\x67\x45\x7c\xc0\ \xc5\xf1\x2d\x51\x47\x2c\x14\x87\x1b\x87\xe0\x67\xc3\xca\xcf\x58\ \xb2\x64\x09\x5f\x6e\xd8\x8f\x94\x9c\x43\x8f\xa2\x42\x0a\x0a\xf2\ \x49\x4f\xb2\x9f\x32\x62\x3b\x6e\x69\xff\xab\xe1\x28\xe0\xe6\xdb\ \xae\xe3\xd9\x17\x5f\xe2\x8e\xe5\x02\xde\xec\xe1\xdc\x76\xf3\x99\ \x2c\x5b\x73\x90\x09\x97\xdf\x42\x49\x49\x3a\xcd\xbb\xb6\xb1\x70\ \xd1\x26\xee\xbd\xf4\x02\xa6\xac\x7e\x90\x47\xef\xff\x25\xfd\xa7\ \x5c\xcf\x2d\xd7\xdc\x45\xcb\xb3\x4f\xf0\xd0\xbd\xb7\x23\x38\xd3\ \x39\xff\x9a\x5b\x39\xab\xaf\x83\xb4\x6e\x99\xb8\xd4\xd8\x7c\x2b\ \xaa\x2e\xba\x75\x4b\x27\x56\xdd\x49\x21\x35\x23\x1d\x77\x42\x26\ \x97\x7d\xff\x62\x1e\x7d\xe9\x29\x6e\x5b\xad\x10\x08\xa7\x72\x59\ \xba\x8a\x2d\x6b\x32\xa3\x53\x37\xb1\x6a\xdd\x4e\xfa\x9f\x31\x20\ \x36\x00\x9c\x89\x74\xcb\x50\x11\x01\x41\xb6\x93\x96\x96\x82\x27\ \xb3\x37\xdf\xbd\x6e\x32\x7f\x79\xe5\x37\x6c\x7e\xd3\x22\x9c\x90\ \x47\x8e\x57\x22\x92\x98\x46\x9a\xd0\x99\x84\xc3\xc3\xb5\xb7\xde\ \xc2\xf3\x73\x5e\xe6\xfe\xbb\xbf\xc0\x08\x85\xe9\x3f\xbd\xe8\x84\ \x53\x1f\x7d\xe5\xad\xd4\x04\xff\xc2\x73\xbf\xbd\x1b\xd3\x08\x93\ \xd7\x77\x1a\x49\xb2\x80\x3b\x35\x13\xcb\xdd\x91\xff\x44\x54\x49\ \xef\x96\x89\x5b\x35\x01\x37\x53\xa7\x8c\x60\x49\x53\x2d\x93\x4a\ \x8a\x01\x98\xf9\xe3\x9b\xf1\x3f\x37\x97\xfb\xee\x5e\x8e\xec\xc8\ \xe1\xfa\x3b\x6e\x21\xbf\x65\x3b\xcf\xbc\xb0\x80\xc6\xa8\x40\xe2\ \xa8\x0b\xb8\x78\x4c\x2a\xab\x1f\x5e\xc8\xde\x7c\x07\xe3\x06\xe4\ \xc6\xc7\x5c\x1c\xa7\x3d\x44\x59\x21\x5a\x5f\xca\xdc\xd9\xcf\xe3\ \x4b\x48\xa7\xa5\xb6\x11\x8f\xfb\x00\x3b\x0e\xd7\xf3\xd3\xef\x5f\ \x48\xb2\x62\x7c\x7d\x18\x7b\xbc\x1a\xfb\x37\x55\x8d\xdd\xc2\x34\ \x62\xc1\x25\x62\x47\x22\xbf\xae\xe1\x3d\x96\x65\x1d\x0b\x4c\x31\ \x0d\x23\x96\xe1\xad\xe3\x63\xcb\x34\x30\x11\xff\xa6\x1b\xd0\xa9\ \x0f\x69\x62\x18\x16\xa2\x24\x75\x59\xd0\xf8\xdf\x83\x60\x8e\x0b\ \x6f\xc7\x33\xfc\xfd\x8d\x90\x99\x13\xae\xd3\xa9\x9b\xf1\x0f\xb6\ \xbf\x6b\x53\x4c\x23\x26\xc2\x88\xc7\xaf\x91\x89\xd0\x51\x10\x35\ \x8e\x38\x4e\x1f\xfc\x7d\x61\xec\x0a\xfb\xbe\x78\x85\xd7\x76\x24\ \x72\xef\xf5\x83\x6c\xa8\x33\xc6\x00\x00\x20\x00\x49\x44\x41\x54\ \x78\xf9\xa5\x55\x5c\x78\xc5\x64\x3e\x98\xf3\x02\xbd\x67\xfe\x94\ \x89\x05\x5e\xa2\xfa\x29\x53\xd3\xc6\xab\xb1\x7f\x73\x10\x10\xbb\ \x64\x17\xfc\x2a\x7d\x75\x25\x51\xf1\x2b\x59\x08\x05\x51\xfa\xc7\ \x82\xed\x05\x11\x49\x3e\xb9\x1d\x7f\x77\xca\xcb\xbf\xeb\xb8\xc2\ \xff\x9a\x35\xf1\x1f\x6e\x7f\xd7\xa6\x88\xd2\x57\x9a\x26\xc5\xb5\ \xbd\x38\xbe\xd5\x30\x0c\x0b\x9b\x5d\x89\x49\x94\xa1\x46\xb6\xac\ \x5b\x47\x85\xdf\xc6\x28\xa7\xfd\x6f\x26\xb2\x8b\x93\x76\x1c\x71\ \xc4\x11\xc7\x37\x0c\x5d\x37\xe9\xd6\x6b\x14\xe3\xdc\x26\x96\x65\ \x27\x51\xac\x64\xd1\xf2\x76\xa6\x5f\x3c\x93\x3e\xe9\x0e\x74\x43\ \x8b\x93\x76\x1c\x71\xc4\x11\xc7\xe9\x02\xd3\x30\x48\xc8\xea\xc5\ \xd4\xee\x22\xe1\x50\x90\x0b\xae\xbf\x97\x0b\x54\x17\x5e\x97\x8a\ \x16\xd5\xfe\x66\x2a\x8b\x38\x69\xc7\x11\x47\x1c\x71\xfc\x3b\x88\ \x5b\xd7\x08\xe9\x80\x20\xe3\xf6\x24\x02\x26\xd1\xa8\xf6\xbf\xfe\ \x2e\x4e\xda\x71\xc4\x11\x47\x1c\xff\x56\x58\x18\xc6\xdf\x9f\x7b\ \x47\x56\x6d\x36\x20\x56\x11\xd8\x32\x4d\x14\x45\x41\xd7\x75\x0c\ \xc3\x40\x96\xe5\x8e\x45\xa6\xe3\x2b\x57\x5f\xbb\x88\xd5\x69\xcf\ \xff\x83\x0e\x02\x9d\xba\xbb\x69\xc6\x7c\x86\x05\x41\x00\xa1\xc3\ \xc3\xc2\x02\x04\xeb\x98\xb7\x85\x69\xc6\xea\xdf\x49\x92\x84\x28\ \x8a\x58\x9d\xed\xb7\xac\x4e\xb7\x8c\x58\x1a\x52\xdd\x88\x8f\x87\ \x38\xe2\x88\xe3\x3f\x0a\xf2\xe1\x03\xfb\x31\x0c\x93\xa4\xa4\x44\ \x6c\x36\x3b\x47\xeb\xea\x48\x4c\x4c\xc4\xeb\x4d\xa4\xae\xb6\x96\ \x76\x9f\x8f\x98\x8f\x9a\x19\x8b\xd8\xfb\x3a\xdf\x41\xa1\x6b\x86\ \x66\xeb\x44\x22\x3f\x81\xdb\x63\xe4\xdb\xf9\x9d\x4e\x22\x96\x3a\ \x22\xf5\x1c\x0e\x17\x92\x28\x62\x18\x06\xba\xa1\xa1\x9b\x31\x97\ \x3a\xcb\x02\xdd\x30\xc1\x12\xb0\xdb\xed\xa8\xaa\x4c\x30\x18\xa0\ \xdd\xe7\x43\x10\x2c\x3c\x5e\x2f\x8a\xac\x62\xb3\xd9\x11\x04\x01\ \xc3\xb4\x48\x4a\x4e\x22\x5e\x6d\x3e\x8e\x38\xe2\xf8\x8f\x22\xed\ \xdf\xdc\x73\x27\x01\x7f\x80\x2b\x2f\x9f\x49\xaf\x7e\xfd\xf8\xc3\ \xef\xfe\xc0\xc5\x97\x5c\xc6\xcc\x2b\xae\xe0\x83\xb7\xe6\xf3\xe1\ \xc2\x0f\x41\x02\x4b\xd0\xd1\x2d\x0d\x2d\xaa\x63\x59\x5d\xdc\xd3\ \x44\xb1\xc3\x87\x59\xe8\xb0\x98\x8f\x87\x62\xc7\xfe\xef\xa0\xea\ \x63\xdb\x3a\xd9\xbc\x83\xac\x25\x09\xc1\xd0\x71\x4a\x2a\x0e\xd5\ \xcd\xb8\x31\x93\x90\x04\x89\xda\x9a\x0a\x1a\x5b\x6b\x08\x46\x82\ \x64\xe5\xe6\xd1\xd6\x1e\xa2\xa9\x39\x84\x20\x2a\x0c\x19\x36\x04\ \x09\x8d\xd5\xab\x3e\xa7\xb1\xae\x96\x8c\x8c\x14\x46\x94\x94\xa0\ \x1b\x02\x4d\xcd\xed\xb4\xb7\x87\x18\x5a\x32\x82\x9f\xfc\xec\x66\ \x42\xa1\xd0\x69\x71\xa1\xb5\x50\x80\xa6\xa5\x6f\xa0\xb5\x34\xc0\ \x57\xfc\x37\x2d\xc3\x40\x4d\xce\x20\xfd\xec\xab\x89\x44\x35\xec\ \x2e\xf7\x37\x5c\x31\x3e\x8e\x38\xe2\xf8\xd6\x90\xb6\x65\xc6\x88\ \x57\xd7\x75\x2c\xd3\x42\x52\x14\xa2\xd1\x28\x82\x28\xa2\xaa\x36\ \x40\xc0\xd0\x75\x44\x59\xc0\x26\xdb\x50\x65\xfb\x09\xe9\x02\x3b\ \x49\xfb\xb8\xcc\x71\x9c\xa0\x4d\xd3\x3c\x61\xfb\x57\x2d\xf2\xce\ \x80\x15\xbb\x2c\x23\x23\xe0\x76\x24\xe2\x49\x4c\x44\x14\x44\x5a\ \x7d\xcd\x24\x0a\x29\x78\x49\x24\xab\x5b\x16\x2d\x2d\x07\x09\x87\ \x42\x48\x8a\x81\xcb\x69\xc3\xd7\x12\xc4\x93\x90\x4c\x4a\x52\x0a\ \x5e\xaf\x17\xd3\x52\xd9\xbc\x65\x2b\xbe\x40\x08\xc3\x12\x18\x39\ \x6e\xfc\x69\x75\xa1\x6b\xde\x9b\x83\xb4\xed\x53\x92\xba\x75\xc7\ \xb2\x4e\x4c\x2a\x2d\x58\x26\xd1\xa6\xa3\x7c\xba\x71\x2d\xbe\xa4\ \x5c\x2e\xbb\xfd\xd7\xff\xd4\x63\xd7\x6f\x5f\xc2\xd2\x03\x76\x66\ \x5e\x3a\x11\xe5\x5f\x7c\x9e\xfe\x23\x1b\xf9\xa2\x54\x63\xfa\x39\ \x63\xb0\xff\x3d\x3f\xb0\x0c\x0c\xeb\xff\x17\x78\xf3\x8f\x20\x52\ \xb7\x97\x8f\x57\xd7\x33\xf9\xfc\x09\x78\xff\xc6\x45\x69\x6f\xac\ \xa4\x59\x77\xd3\x3d\x33\xb1\x8b\xf2\xa7\xb1\x63\xe5\x62\x5a\xd3\ \x46\x32\xa1\x4f\xe6\x37\xd2\xde\xea\xad\xcb\xd8\xee\xcb\xe4\xac\ \x89\xfd\xfe\xb9\x95\x7f\x82\xd5\x2c\x59\xba\x89\xde\x53\xce\x21\ \xcf\xf3\xcf\x5b\xe2\xaa\xdc\xbc\x94\x55\xb5\x19\xcc\x3c\x77\xd0\ \x3f\xdc\xde\xfa\x7d\xeb\x58\x55\xe5\xe0\x82\x29\x83\x68\xaa\x3c\ \x0a\x9e\x2c\x32\x3c\xea\x7f\x3d\x69\x8b\x9a\xa1\xa1\x9b\x26\xc1\ \x70\x18\x51\x14\x11\x05\x81\x40\x30\x10\xd3\xb3\x65\xe9\x98\x1c\ \x22\x08\x1c\xb3\xa8\x8f\x5b\xd7\xe2\x49\xa4\x7d\xca\xfb\xb2\x0b\ \x61\x77\x46\x15\xca\xb2\x8c\xa2\x28\x28\x8a\x82\x25\x40\x44\xd7\ \x70\x7b\x3d\x20\x4b\x38\x9c\x2e\x12\x3c\x1e\x72\x72\x72\x49\x4c\ \x4c\xc6\xae\xba\x48\xf2\xa6\x90\xe0\xf6\x60\x77\xc8\xa4\x24\x7b\ \xd0\xb4\x28\x7a\x14\x6a\xaa\x5b\xa8\xab\xf5\x61\x77\xa6\x10\x31\ \x24\x6c\x2e\x2f\xee\xa4\x14\x9c\x5e\xcf\x69\x25\x8d\x04\xea\x2a\ \x48\x4c\x4d\xc7\x1e\x6c\xc6\x16\x6e\x43\x89\xb4\xa3\x44\xda\xb1\ \x05\x9a\x71\x7b\x3d\x1c\x75\x66\xb1\x71\xd7\x3e\x46\x9c\x75\xd1\ \x49\xbf\x0d\x55\x97\xf2\xf6\x5f\x9f\xe5\xa9\xa7\x9f\xe1\x99\x39\ \x2f\xf2\xe9\xc6\x43\xfc\x5f\x4a\x06\xf8\x2b\xf7\xb1\x73\x6f\xe5\ \xbf\xac\xb8\x42\x57\xf8\xca\xb6\xf3\xe5\xfa\x3d\x7f\xe7\xb1\x7c\ \x2c\x9e\xff\x32\x5f\x56\x7e\xf3\x4f\x43\xe1\x86\x23\x7c\xfe\xf9\ \x66\x02\xff\xcb\xb2\xc7\xbe\x55\xef\x31\x6f\xe9\xce\xaf\x28\x7d\ \x51\xf6\x6d\x5a\xc6\xe6\xb2\x96\x6f\x6e\xd2\xdf\xb5\x86\xf5\xbb\ \x2b\xfe\xf9\xa5\xda\x02\x0d\xac\x5d\xb6\x9c\xba\xe0\x3f\x77\x74\ \x34\x1e\xda\xc5\x96\xd2\xaa\xff\x9f\xb1\x51\xb6\x9d\x65\x1b\x8e\ \x20\x12\x64\xe9\x5b\xaf\xf0\xc5\xde\xe6\x6f\x2f\xd1\x76\x70\xe5\ \x3f\xe3\x25\x23\x08\x58\x96\x45\x30\x1c\x42\x94\x25\x24\x49\x22\ \x10\x08\x60\x59\x16\xaa\x62\x43\x14\x62\xd9\xd9\x24\x04\xc4\xd8\ \x0a\x21\x26\xd6\x09\x56\xf5\xd7\x91\x76\xe7\xf6\xae\xe1\x9c\x92\ \x24\xc5\xea\x33\x76\x21\x7d\xd5\x26\x63\x19\xa0\x59\x16\x07\x0e\ \x1d\x24\x3b\x23\x9b\xba\x86\x06\x4c\x33\x4a\x54\x0b\x93\x99\x9d\ \x4f\x4a\x6a\x3a\x08\x36\xec\x09\x22\x29\x69\x49\xb8\x2a\x9c\xf4\ \xee\xdd\x17\x5f\x7b\x98\xa8\x66\xe0\x0f\x5a\x88\x8a\x9b\xb6\xa0\ \x8f\x40\x6b\x2b\xee\xc4\xc4\xe3\xab\x9b\xff\x66\x58\x80\x6e\xc5\ \x74\xfc\x48\x76\x6f\xe4\xb6\x5a\x8c\xe6\x3a\xb0\xc0\x96\x99\xcb\ \xd6\x90\x8d\xf7\xde\x7f\x87\x09\xe7\x5c\x44\x5e\xbf\x41\x27\xfd\ \xbe\xb5\x74\x1d\x9f\xad\x2a\xe3\xe2\xeb\x2f\x44\x6e\x39\xc8\x27\ \x2f\x3c\x40\xb5\x7e\x3f\xdf\x1d\x9d\x4b\xd5\xc1\xdd\x54\x36\x06\ \xf0\x64\x76\xa7\x47\x7e\x66\x87\x25\x1d\xa1\xe2\xe0\x01\xaa\x9b\ \xa3\x64\xf7\x1c\x80\xa8\x28\x28\x4a\x2c\x2a\xb1\xbd\xea\x00\x75\ \xa4\xd0\x23\x3b\x39\xb6\x73\xdd\x4f\x79\x45\x03\xc9\xb9\x05\xb8\ \x65\x9d\xfa\xf2\x72\x84\xe4\x1c\xd2\x5c\x16\x35\x65\x47\xa9\x6e\ \x68\x43\x74\xa5\x50\x54\x54\x88\xc7\xd6\xa5\x9f\xad\x28\x75\x95\ \xe5\x54\xd7\x35\x63\xaa\x89\x14\xf5\x28\x24\xd1\x29\x23\xc9\x0a\ \x66\xb0\x86\xad\xdb\xb6\xe3\xb1\x27\x52\xd4\x23\x0f\x67\x87\x01\ \x17\x6e\xaa\xa0\xf4\x48\x0d\xb6\x94\xee\x14\x17\x64\xa2\x10\x62\ \xff\x8e\x0d\x04\x8c\x1c\x12\xfb\x75\x23\xbb\x57\x3f\xd2\x1c\x06\ \x95\xfb\xf7\x51\xe3\xb3\xe8\x5e\x5c\x4c\x86\x37\x66\xaf\xfb\xea\ \xca\x38\x70\xb4\x16\xd9\x9b\x41\xcf\x9e\xf9\x38\x3a\x86\x94\x11\ \xf1\x71\x70\xef\x01\xda\xa2\x22\x99\x85\xc5\x74\x4f\x71\x63\x45\ \xfd\x54\x94\x97\x53\xd7\xec\x47\xf5\x64\x50\x5c\x94\x87\xb3\xc3\ \x9a\xf6\xd7\x95\x71\xb8\xde\x47\xf0\x68\x2d\xa8\xb6\x63\xa9\x02\ \xd0\xfc\x94\x55\xd4\x91\x94\x5b\x88\x47\x11\x08\xb6\xd4\x52\x1f\ \x56\x29\x28\x39\x87\x0b\x34\x4f\x2c\xfa\xd2\x0c\x70\x78\xdf\x61\ \xc2\x7a\x88\x86\x00\xd8\x94\x58\x23\x8c\x70\x33\xfb\xf6\x1e\x22\ \xac\xa4\xd0\xb3\xb8\x90\xce\xb4\x2a\xed\x75\x65\x1c\x28\xaf\xc7\ \xdd\x2d\x9f\x1e\x39\x69\x88\x40\xa8\xb5\x96\x03\x07\xcb\xd1\x14\ \x0f\x3d\x7a\xf7\xc4\x6b\x13\x01\x8b\xc6\xca\x72\x42\x6a\x1a\xb9\ \xe9\x4e\x02\x2d\xb5\x34\x69\x76\xba\xa7\x27\x12\xf5\xd5\x50\x1f\ \xb6\x21\xd8\xec\x84\x8e\x56\xb0\x65\xd7\x0e\x1c\xce\x0c\x7a\x14\ \x64\xa0\x08\x00\x26\xcd\x15\x07\x38\x54\xd3\x4e\x4a\x5e\x31\x05\ \x19\x5e\x04\x2d\x10\x3b\xff\xa6\x76\xe4\x84\x34\x8a\x7b\x14\xe0\ \xfa\xca\xd3\x44\xd4\x57\xcb\xfe\xb2\x06\xcc\xb6\xa3\x44\x05\xf5\ \x58\x7a\xdb\x88\xbf\x8e\xfd\xfb\xcb\x31\x5d\xdd\xe8\xd3\x33\x07\ \xcb\x57\x47\x65\x8b\x48\x41\x7e\x1a\x44\xdb\xa9\xa8\x6d\x27\xb3\ \x7b\x16\x36\xbd\x9d\xb2\x8a\x26\x52\x73\xb2\x09\xd5\x57\x50\x59\ \xd3\x88\x2e\x27\x50\xd0\xa3\x98\x14\xb7\x8c\x28\xc9\x28\xb2\x74\ \xec\x0e\x68\x6f\x28\xe3\xc0\xd1\x46\x9c\x19\x05\xf4\xec\x9e\x82\ \x08\xf8\xea\x0e\xb3\xbf\xac\x01\xc9\x95\x4a\xcf\xe2\x42\x5c\xaa\ \x00\x58\x34\x94\x1f\xa0\xce\x17\xe1\x68\x8d\x0f\x45\xed\x86\x81\ \x93\xf1\xe7\x5e\x8c\x98\x9e\x0c\x46\x80\xb2\xc3\x65\x34\xb6\xf8\ \x91\x13\xd2\xe9\x55\x9c\x87\x5d\x8e\xfd\xae\xbd\xf6\x08\x07\x2a\ \x1a\x11\xed\x1e\xb2\xf2\x0b\x48\x4f\xb0\x9d\x16\xf7\xbf\x69\x9a\ \x04\x02\x81\x7f\x9e\x3c\x12\x89\x44\x08\x85\x43\x31\x49\x84\x18\ \x91\x86\x82\x41\xa2\x9a\x86\x22\xcb\x18\xba\x81\xa6\x85\x91\x75\ \x01\x9b\x5d\x41\x54\xc4\x53\xca\x1e\x5f\x37\xbb\x74\x92\x77\x57\ \x02\xef\x7c\x2f\x49\x12\x92\x24\x02\x02\x96\x68\x75\xe4\x01\x11\ \x10\x65\x85\x23\x47\xcb\x39\x78\x68\x2f\x69\x69\xa9\x0c\x2f\x19\ \x4b\x4d\xcd\x21\x9a\x5b\xda\xc8\xb2\x25\x61\x1a\x1a\x0e\xa7\x1d\ \xc1\xb4\x71\xe8\x48\x0d\x1e\x6f\x0a\xe1\xa8\x45\x45\x55\x2d\x82\ \x2a\x62\x73\x3b\x88\x1a\xa7\x97\xe7\x88\x61\x9a\x04\xed\x5e\x96\ \x6c\x3b\x4c\xbf\xdc\x74\x06\x7a\x22\x08\x92\xc2\x36\xcd\xc5\xdb\ \x1f\x2f\x65\xcc\xd0\xc1\xe4\x26\xb9\xbe\x86\xf4\x05\xbc\xdd\x8a\ \x19\x33\x6e\x14\x09\xfe\x0c\x76\xaf\x5d\x85\x3f\x6c\x00\x51\xf6\ \x6f\xdb\xc2\xbe\xba\x26\xca\x0e\xce\x67\xc8\x65\xb7\x70\xf9\x98\ \x1c\x56\xcd\x7f\x8a\xb7\xd6\x37\x92\x91\x96\x42\x5f\x23\x83\x61\ \x92\x84\x6c\x73\x10\xa8\xd9\xc0\x63\x8f\xbe\xc9\xa0\xab\x7f\x4e\ \x8f\xec\x4e\x63\xb7\x94\xbf\x3c\xf6\x0a\x17\xde\x3f\x9b\x92\x54\ \x3f\x1f\x3e\xf7\x27\xec\x17\xfe\x86\xab\xf3\x8e\xf2\xc4\x1f\x9f\ \x43\x29\xe8\x87\xd4\x5a\x41\x30\x75\x14\x77\xfc\xf4\x4a\xd2\x3b\ \x35\x8f\xd6\x9d\x3c\xf9\xf0\xd3\xe8\x19\x7d\x48\x08\xd4\xd2\xa4\ \xf6\xe6\xf6\x5f\xfe\x00\xb7\x2a\xd3\x5e\xb7\x9f\x2f\xbf\x50\x69\ \x39\x7a\x80\xa4\x31\xb3\xb8\x73\xe6\x18\xa2\x47\x57\xf3\xc8\xb3\ \x6f\xa1\x7b\x33\x09\x37\xd5\x53\x70\xc6\x0f\xf9\xe1\x99\xdd\xb0\ \xab\x32\x87\xf6\x6e\x63\x43\xa4\x89\xa9\x3d\x7a\x70\x74\xc1\x5c\ \x5e\x5f\x55\x4d\x66\xa2\x44\x5d\xc0\xcb\xf7\xee\xba\x9d\xbe\xe1\ \x8d\x3c\xfd\xf8\xdb\x48\x59\x79\x78\x13\xbb\x91\x5e\x98\x8f\xa3\ \x83\x18\xb5\x40\x03\xdb\x36\x6c\xa4\xc9\xdf\xc4\xc1\xb7\x04\xae\ \xff\xc5\xbd\x14\x54\x7c\xc6\xc3\x8f\x2f\x22\xab\x4f\x2f\x5a\xca\ \x0f\x92\x34\x76\x16\x77\xce\x1c\x4b\x68\xff\x17\x3c\xf4\xcc\xdb\ \x88\xdd\x8a\x50\x9a\x0e\xd0\x10\x1d\x86\x7c\x6c\x1e\x6a\xe4\xd5\ \x27\x1f\x24\xf7\xea\x3f\xf1\xdd\x61\x49\xac\x7b\x77\x36\xab\x5c\ \x67\x31\xcd\xbe\x95\xf7\x1a\x06\xf2\xf0\x0d\x93\xf8\xe4\xc5\xd9\ \x7c\xb8\xcb\x4f\x71\x8e\x8b\xdd\xa5\x75\x94\x4c\xb6\x83\x55\xcf\ \x9b\x7f\x79\x8e\x32\x2b\x05\xb9\xad\x92\x25\xf9\xd3\xb8\xed\xbb\ \x53\x09\x95\x7e\xc6\x9f\xe7\x2c\x42\x4a\x4b\xc5\xdf\xd0\xcc\x90\ \xcb\x6f\xe1\xca\xc1\x02\xaf\xfc\xf9\x09\xea\x13\xf2\x48\x76\x79\ \x70\xe5\x16\xe0\xb5\xc5\x24\xc8\x7d\x8b\xe7\xf2\x61\xfb\x28\x1e\ \xba\xfd\x1c\xb6\x7e\xf0\x08\xcf\x95\x8d\xe2\xd5\xfb\x2f\x65\xef\ \xc2\xb9\xcc\x6f\x1a\xc6\x95\x85\x0a\x0d\x47\x76\xb0\xfc\xb3\x16\ \x8e\xee\x2f\x63\xf0\xcc\x9f\x71\xfd\xc4\x1e\x54\xac\x7b\x8f\xb9\ \x8b\xf7\x90\x9e\xe1\xa2\xec\xdd\x45\x9c\x77\xf3\x3d\x8c\xf0\xaf\ \xe4\xd1\x3f\xbd\x4b\x6a\xef\x3e\xf8\x2b\x0f\xe0\x1c\x3e\x93\xbb\ \x66\x4d\xa6\x93\xc2\xac\xe6\xdd\x3c\xf9\xd8\x73\xd4\x29\xb9\xa4\ \x51\x4f\x79\xb3\x80\xaa\xaa\xe0\x2b\xe5\x99\x87\x9f\xa7\x41\x4d\ \x43\xf4\x35\x90\x32\xf2\x2a\xae\xec\x51\xc3\xe3\x73\x76\x72\xef\ \xd3\xf7\xe2\xda\xf7\x01\xb7\xff\x79\x0f\xbf\x7b\xfa\x8f\xf4\x2e\ \x5f\xc1\xe3\xcf\x95\x72\xfb\x2f\xce\xe3\xd5\x3f\x3f\x4a\x8b\xb7\ \x17\x9e\x60\x25\x0d\xf6\xe1\xdc\x7f\xff\x2c\x94\x8e\xdc\xed\x02\ \xd0\xbc\xf7\x53\x1e\x9d\xb3\x18\x35\x3d\x93\xf6\xda\x46\x06\xcd\ \xb8\x91\x59\x93\x7b\xd0\x74\x74\x07\x1b\xb7\xd4\xd0\x5c\x71\x90\ \x85\x3d\xcf\xe7\xde\x6b\x27\x51\xbe\x72\x1e\xb3\xdf\x5c\x4f\x46\ \x51\x1e\x2d\x87\xb6\x11\xed\x3b\x10\x85\x08\x8b\xdf\x98\x8b\xed\ \x82\xdf\x70\xb5\xe7\x33\xfe\xf8\xd0\x27\xe4\xf7\xed\x45\xeb\xe1\ \x83\x24\x8d\xbc\x86\xbb\x67\x8d\xa6\x6e\xcb\x87\xfc\xf9\xd5\xcf\ \xf1\xe4\xe6\xd1\x72\x60\x17\xae\xb1\x37\xf0\xeb\xab\x47\x9d\x16\ \x16\x76\x38\x1c\xa6\xb4\xb4\xf4\x9f\xb6\x4e\x25\x9b\x58\x20\x0a\ \x18\x96\x89\x28\x89\xb8\xdc\x6e\x22\x91\x28\x0e\x35\x66\x65\x87\ \x43\x21\x6c\x36\x39\x16\x1f\x1f\x89\x22\x4b\x02\xa2\x28\x1d\x6b\ \xc0\x57\x1b\xd2\x95\xa0\xbb\xea\xda\x5f\x95\x53\x3a\x65\x12\x51\ \x14\x41\xb0\x50\x14\x05\x87\xcb\xc1\xe8\x11\xe3\x30\x23\x26\x39\ \xb9\xdd\xb1\x3b\x54\xb2\x72\xb2\x10\x55\x1b\x6e\x4f\x12\x81\x88\ \x89\xc3\xe1\xc2\x6e\xb7\x93\x90\xe0\x21\xc1\x21\x53\x58\x18\x25\ \x25\x35\x93\x66\x9f\x8f\xbc\xfc\x3c\x74\xc1\x20\x2b\x2f\x1b\xbb\ \xdd\x71\xda\xc8\x23\x16\x10\x35\x63\x89\x95\xea\xeb\xeb\xd8\xb3\ \x7b\x17\xca\x79\x67\x60\x02\xf3\x17\x7e\xc2\x90\x01\xfd\x19\x5f\ \x90\xc6\xbe\xe6\xe6\x2e\x4b\xb4\xc7\x21\x29\x2a\x6d\x47\x3e\xe6\ \xc1\xdf\xd6\x22\xfa\xaa\x28\x0b\x26\x73\x63\x51\x06\xa0\x32\x74\ \xfc\x44\x32\xea\x9b\xd8\x1e\x7d\x9d\x4d\x3b\x76\x31\x2d\xaf\x9e\ \xf7\x3e\x6f\x60\xd6\xfd\xbf\xa5\x24\x2b\xc6\x6c\xe5\x9f\x09\xf8\ \x8e\xae\xe2\xb1\xe7\x3d\x0c\xbd\xf2\x36\x66\x0c\xed\xd6\xa5\xc3\ \x24\x6c\x76\x07\xb1\xbc\x4b\x02\x8a\xcd\x81\x2a\x4b\x18\xc1\x76\ \xf0\xf6\xe6\xc6\xbb\xee\x20\x5b\xab\xe4\x89\xfb\x7e\xcd\xfb\xeb\ \x47\x72\xc3\xc4\xc2\xd8\x39\x45\xda\xd1\x9d\xd9\xcc\xba\xed\xe7\ \xf4\x73\x34\xf1\xc2\xaf\x7f\xc5\xbc\xcf\x8e\x70\x7d\x92\x40\x72\ \xd1\x58\x6e\xf9\xd9\xf7\x30\x76\x2f\xe6\xee\xa7\xbf\xa4\xee\xa2\ \x11\xac\x7b\xff\x03\xb4\x7e\x57\xf2\x9b\x6b\x46\xd1\x5e\xba\x98\ \xfb\x9e\x7c\x83\x43\x23\x7f\x84\xa0\x38\x18\x73\xe9\x0f\xb9\xb2\ \xbf\x17\xbd\x62\x15\x73\x3e\x3d\xc4\x65\xbf\x7c\x88\xb1\xd9\x22\ \x8b\x9f\xf9\x25\xf3\x16\xae\xe7\xb6\x41\x0d\x94\x37\x49\x5c\x73\ \xd3\x2c\x46\x17\x78\x4f\xb8\x36\xf6\xc4\x3c\x26\x4c\x9b\x42\x53\ \x4b\x15\x4d\x2f\xbf\xca\xba\x03\xf5\xe4\x58\x01\x5c\xb9\x23\xb9\ \xf5\x8e\xef\x63\xec\x59\xcc\x5d\x4f\x7e\x49\xed\x85\x23\xd8\xb0\ \x70\x31\xd2\xf0\xeb\xf8\xf5\xd5\x25\xb4\x6c\xfd\x80\x5f\xbf\x5c\ \x81\xd6\x69\x7f\x28\xf9\x4c\xe8\x9b\xc3\xb2\xcd\x3b\x60\xd8\x00\ \xf6\x1c\x8c\x32\xe6\xfb\x83\x70\xee\xd9\x82\xea\x70\x10\x3c\xba\ \x92\x4f\x37\xb7\x71\xc3\xef\x1f\x64\x70\xb2\x9f\x79\x0f\xff\x92\ \x76\xc1\xa2\xfc\xcb\x8f\x59\xbe\x47\xe3\xca\x1b\x26\xe2\xa8\x5e\ \xc3\x53\xaf\x2f\xe6\xe0\x99\x83\xd8\xf1\xc1\x7b\x78\xa7\xdc\xc8\ \x6d\xe7\x0f\xa0\x76\xc3\xdb\xfc\x6e\xde\x7b\x0c\x4f\x1e\xcb\x91\ \x8a\x00\x23\x6e\xba\x90\x0b\x4b\x72\x4f\xc8\x9d\xd2\x7f\xec\x20\ \xde\x9d\xb7\x8f\xda\xe8\x74\xea\x2b\x6b\x69\xab\xae\xa2\xd9\x08\ \xb2\xab\x2c\x44\xaf\x29\x25\x28\x95\x3b\xc9\x1b\x7e\x1e\xb7\xfd\ \xe8\x4c\x0e\x7f\xf2\x2c\x7f\x5e\xb2\x1e\x7d\x62\x2a\x0b\x16\x2c\ \xc5\xec\x71\x01\x93\xc7\x65\xf0\xe9\x4b\xcf\xb0\x60\xf1\x36\xfa\ \x97\x04\xb1\x67\x0d\xe5\xe6\x9f\xff\x08\xf5\xe0\x32\x7e\xfe\xa7\ \x15\x1c\x3e\x77\x32\x7d\x3a\x1e\xae\x36\x2e\xfe\x90\x4a\xe7\x44\ \xfe\x74\xef\xa5\x28\xf5\x1b\xb9\xff\xf7\xef\x60\x89\x06\x1b\xde\ \x7b\x97\x6a\xcf\x44\x1e\xfc\xf9\x0c\xa4\xfa\xf5\xdc\xfd\x87\x79\ \xec\xeb\xff\x5d\x0a\x93\x96\xb3\xbb\xc6\x20\xff\xc0\x51\xda\xdb\ \x9a\x68\xa8\x6e\x85\xc3\x15\xb8\x7b\x8f\x22\xc7\x16\x21\x28\xa7\ \x32\xf3\x96\x9f\x33\x4c\x39\xc2\x83\x3f\x7f\x88\x8d\x87\x2f\x24\ \x5f\x96\x3b\x46\xb2\xce\xa2\x79\x8b\x49\x1e\x73\x3d\xb7\x5f\x3a\ \x90\xc6\xcd\x6f\x70\xff\xeb\xf3\x18\x33\xf6\x3e\x8a\x06\x8e\x65\ \xaa\xb7\x9e\xda\x5d\x26\xaf\x7e\xb1\x95\x86\x19\xc5\x7c\xf4\xf1\ \x0a\x06\xce\xba\x8f\xeb\x46\xe7\xb0\x63\xd1\xd3\xcc\xdd\x1b\x05\ \x04\x64\x59\x41\x16\x05\xc2\xfe\x36\x9c\xf9\xc3\xf9\xf1\x6d\x37\ \xa0\x96\x7e\xc8\x3d\xcf\x7c\x46\xd5\x65\xbd\xf8\xe0\xdd\x65\x64\ \x9d\x79\x2b\x37\x9f\x55\xc8\xc6\xb7\x1f\x63\x41\x7d\xfb\x29\xef\ \xa5\x7f\x07\x3a\x0d\xd4\x7f\x1a\x69\x0b\x82\x80\xaa\xa8\xe8\xba\ \x7e\x4c\x63\xd6\x34\x0d\x51\x14\xb1\x29\x0a\x92\x10\xd3\xb9\x41\ \x40\x12\x04\x44\x41\x3c\xe6\xfd\xd0\x95\xb8\x4f\x45\x90\x5d\xad\ \xea\xae\xff\x77\x25\x70\x51\x14\x31\x31\x10\x2c\x0b\xbb\x6a\x47\ \x10\x24\x5c\x09\x2e\xce\x38\xf3\x6c\x74\x23\x82\x66\xe9\x84\xa3\ \x16\xbd\x07\x0c\xa4\xd8\x14\xf0\x7a\x45\x24\xc9\x86\x20\x08\x24\ \xa5\x78\x49\xcb\x48\xc7\xe5\xf6\x10\xd1\x75\x06\x0e\xee\x8d\xec\ \xb0\x11\x8a\x6a\x24\x7b\x93\x4e\x78\x22\xf8\x77\x23\xac\x1b\x38\ \x82\x35\x5c\x30\xb6\x84\x79\x4b\x97\x33\x6f\xe1\x12\x4c\xd3\x22\ \x2f\x3f\x9f\xb3\xfb\x15\xa0\xed\x59\x43\x24\x63\xf0\xa9\xad\x74\ \x5d\xc3\x9b\x37\x81\xdb\xee\xfd\x01\x49\x42\x88\x55\xaf\x3c\xc2\ \x82\xd7\x16\x52\x78\x59\x36\x7f\x9d\xfb\x11\x09\x3d\x7a\x11\x69\ \x0e\x22\xe4\x41\x73\x43\x1d\xa1\x84\x02\x0a\xd2\xd4\x2e\x92\x94\ \x40\x73\xd5\x5e\x6a\x42\x83\x38\x37\x2b\xe3\xa4\x29\xc5\xc4\x24\ \x96\xd1\xa9\xb3\xaf\x63\x32\x98\x2c\x29\x31\x62\xb1\x65\x52\xdc\ \x23\x91\x75\x75\xcd\x40\x61\x97\xcf\xe5\x0e\xe2\x49\xa1\xb8\x30\ \x97\x25\xe5\xf5\xe8\xc9\xb1\x42\x0b\x16\xe0\x4e\x4c\x27\x55\xd5\ \x08\xfb\x1b\xa9\xf3\x05\xc9\x19\xd7\x03\x80\x84\xdc\x7c\xd2\xec\ \x9f\x50\xdb\x16\x3a\xe1\xa6\x6a\xaf\xab\x47\x53\xb2\xe9\x95\x11\ \x6b\x7b\x7e\x51\x21\x8b\xd7\x56\xe0\xbd\xe6\x52\x6e\xfa\x4e\x84\ \xf7\x9f\x7f\x80\x95\xd9\x43\xf9\xce\x75\x97\x93\xd3\x91\x21\x76\ \xc7\xc2\xb9\xbc\xb1\xae\x91\x5e\xbd\x33\x68\x8b\x5a\x64\x58\x16\ \x74\x8c\x59\x13\x70\x7b\x33\x48\xb3\xe9\x84\xfd\xcd\xd4\x07\x42\ \x64\xf5\xca\x8f\x5d\x13\x9b\x1d\x45\xb4\x4e\xd0\xaa\x07\x8f\x1f\ \xc2\x87\xaf\x6e\x67\xc7\x4e\x8d\x5a\x5b\x2e\x57\xf4\xf0\x52\xbe\ \x5d\x47\x94\x04\x7c\x75\x8d\x08\xf6\x1c\x0a\x92\x63\xd7\xc9\x66\ \x57\x09\xa2\x51\xd7\xe0\x43\xb3\x04\xaa\xf6\xed\xc0\xd2\xed\x9c\ \x37\xf3\x42\xba\x89\x2d\x2c\x6d\xd4\xe8\xd5\x3b\x0b\x80\xcc\x9c\ \x5e\x24\x07\x36\x10\x4c\xee\xcf\x4f\x6f\xbd\x84\x79\xef\xff\x85\ \xdf\x7c\x9a\xcb\x65\xdf\xff\x2e\xfd\x3b\x1e\x5d\xbc\x45\xc3\xe9\ \xa6\x6d\x65\xdd\xea\xb5\x34\x79\x87\x31\xd1\x61\xb1\x76\xd5\x6a\ \x2a\x02\x36\xce\x1b\x90\x8a\x7e\xf4\xb8\x0c\x99\x9a\x92\x8e\x5b\ \x68\x25\xe8\xaf\xa7\x21\x14\x45\x08\x37\xb0\x75\x73\x13\x49\x03\ \xa7\xd2\x77\x60\x01\x96\x76\x14\x51\x10\x31\x01\xbb\x27\x9d\x74\ \xbb\x46\x28\xa2\x13\x8b\xa5\x33\xa9\x6e\x0c\x90\x9c\x5b\x1c\x93\ \xd2\x44\x3b\xaa\x22\x21\x12\xa6\xbc\x3e\x48\x5a\x41\x9f\xd8\x50\ \x48\xcf\x27\xd3\x1b\xa1\xc2\xe8\xc6\xa0\x9c\x44\x76\xaf\xfd\x12\ \x5f\xb3\x9b\xb3\x27\xf6\x64\xff\xd6\x75\x94\x57\xd4\xd2\x7b\xcc\ \x25\x20\x57\xc7\x38\xc1\x04\x1c\x5e\x32\xd2\x14\x42\xa1\x70\x8c\ \x30\x45\x05\x68\xa5\xc2\xa7\xd0\xab\x28\x96\xb6\x37\xb5\xb8\x27\ \x4e\x79\x07\x35\xd5\x65\xac\x79\x6b\x0e\x47\xd5\x7c\xb2\x69\xc4\ \x92\x92\xd1\xda\x9b\x68\x0f\xc9\x0c\x2b\x4a\x8d\x91\x93\xcd\x1e\ \x93\x64\xbb\x3e\x73\x0a\x22\x92\x10\x3b\x9c\x3d\x2d\x0d\x8f\xd3\ \xc4\xdf\x52\x4d\x83\x2e\x51\xd2\xbf\xa0\xc3\x0e\x91\x91\xc4\xff\ \xdc\x74\x62\xb1\x6b\x22\x0a\x04\x83\x01\x44\x51\x42\x55\x55\x42\ \xa1\x20\xba\xae\x63\xb7\xdb\xb1\xa9\x0a\xa2\x05\x92\x69\x21\x0b\ \x02\xb2\x20\x21\x0a\xc7\x2d\xe6\x4e\x6b\x59\x96\xe5\x63\xc1\x38\ \x9d\xaf\xce\xcf\x3b\x3f\xeb\xfa\x52\x14\xe5\xd8\xf7\x9d\x76\x07\ \x12\x22\xb2\x28\xe3\xb0\xd9\x08\xf8\x83\x34\x35\xb7\xd0\xd4\xd6\ \x46\x75\x5d\x3d\x65\x55\x55\x1c\xaa\xac\x60\xf7\x81\x03\xb4\xb6\ \xfa\x09\xfa\x23\x94\x95\x1d\xa5\x3d\xd0\x84\xa6\xb5\xf0\xec\xb3\ \x0f\xf1\xd8\x23\xf7\x33\xfb\xf1\x07\x78\xe4\xc1\x3f\xf0\xdb\xfb\ \x7e\xc9\xeb\xaf\xbc\x82\xdd\x6e\x3f\x6d\x2c\x6d\xcd\x02\xad\xb1\ \x9a\xdc\x96\x03\xcc\x9c\x3e\x81\xa4\x94\x54\xba\x65\x65\x73\xc1\ \x88\x81\xc8\x87\xb7\xa0\x45\xc2\x44\x0d\xeb\x94\x39\x07\x2c\xcb\ \x8c\xa5\x21\x95\x3b\xaa\xbe\x98\x26\x16\x06\x47\xb6\xad\xa7\x5a\ \xec\xc3\x4d\xdf\xbf\x96\x4b\xa6\x0e\xc4\x0a\x6b\xa4\x74\xcb\xc7\ \xdb\xbe\x9b\x0d\xa5\x75\x98\xa6\x4e\xd4\x84\x68\x44\x23\x6f\xe4\ \x55\xdc\x7e\x49\x3e\xaf\x3d\xf2\x30\x7b\x5b\xba\x48\x47\xee\x24\ \x54\x2b\xc0\xf6\xdd\x55\x60\x44\x88\x44\xa2\x98\x1d\xeb\x14\x5a\ \xb8\x95\x86\x16\x1d\xb3\xf9\x10\xdb\xf7\xf8\x28\xca\xcd\x38\xc1\ \x7a\xd0\x22\x01\x9a\x9a\x23\x10\xaa\x60\xfb\x9e\xa3\x64\xf5\xcc\ \x46\xb1\xac\xe3\xde\x31\x96\x89\x69\x99\x98\xb6\x54\x8a\x33\x93\ \xd9\xb7\x7a\x1d\x11\xa0\x7c\xdb\x16\x6a\x8c\x2c\x0a\x33\x53\x90\ \x74\x8d\xfa\xca\xba\x98\xd5\x9c\xd5\x9d\x04\xe3\x28\x6b\x4a\x1b\ \xc0\x6a\x66\xcb\x96\xdd\xa4\xf7\xec\x8e\x84\x40\xff\x49\x97\x72\ \xdf\x3d\xd7\x13\xd8\xbe\x84\x85\xeb\x6a\x3a\x5d\x1f\xd8\xbc\x6a\ \x2b\x49\x43\x2e\xe1\xba\x6b\xae\x65\x74\xaf\x74\xb4\xa8\x06\x56\ \x57\xd9\xce\xc4\xb4\x0c\x4c\x5b\x0a\x3d\xbb\xa5\x50\xba\x62\x25\ \x7e\x40\x0b\x87\x08\x6b\x27\x4e\xea\x9e\xe2\x71\xf4\x77\x57\x31\ \xe7\xa9\xf7\xc8\x1c\x3e\x95\x54\x40\x33\x2c\x74\xcd\x24\xa5\xb0\ \x10\x25\x58\xca\x8a\x5d\x0d\x80\x4e\x28\x14\x22\x62\x28\x74\xcf\ \x49\xc7\x69\x77\x32\xfa\xfc\x2b\xb8\xe6\x9a\xab\xb9\xec\x82\xb1\ \x24\xa7\x67\x93\x93\xe9\x60\xe3\xea\x5d\x98\xc0\x9e\x1d\x6b\x68\ \xf0\xe4\x93\xea\xb4\x93\xdd\x7f\x1a\x77\xfc\xf2\x67\x64\xf9\x36\ \x33\x6f\xd1\xee\x2e\x8f\x0c\xb9\x8c\xe8\xe7\x62\xd1\x6b\x2f\x12\ \x2a\x3a\x97\x2b\xc6\x24\xf3\xd1\xf3\x6f\x12\xca\x1e\x4a\x1f\x27\ \xe8\x1d\x01\x65\x9d\xe3\xc1\x32\x0d\x44\x77\x16\x79\xde\x04\xdc\ \x59\x83\xb9\x6a\xd6\x35\x5c\x35\xf3\x72\xa6\x0d\x4c\x83\xce\x40\ \xb3\x8e\xf3\xb7\xe8\x6a\x72\x8a\xf4\xee\x91\x4e\xcd\xf6\xe5\x94\ \x87\xc1\xd2\x42\x84\x23\x51\x74\xcb\x49\x9f\xa2\x14\x2a\xb7\xaf\ \xa2\xd9\x02\x5f\xe9\x16\x8e\x34\xd9\x29\xce\x4c\x63\xd8\xb8\xfe\ \x1c\x5e\x38\x87\x75\x5a\x31\x57\x9f\x37\x86\xf2\x95\x1f\xb2\xb6\ \xca\xc5\xb0\xbe\xe9\xa0\x6b\xb1\xf6\x74\xb8\xf2\x1a\x9d\x4f\xdb\ \x96\x49\xd8\xd7\x02\xa4\xd2\xa7\x9b\xc5\x8e\x4d\x1b\xd0\x81\x03\ \x6b\xd7\x13\x54\xf2\xc9\xd2\xf6\xb0\xe6\x68\x84\x19\x37\xfc\x80\ \xeb\x2f\x39\x83\x4c\x29\x88\xe5\xcd\x26\x2b\xc5\xe4\xcb\x2f\xb6\ \xc7\x74\xf7\x70\x08\xad\xc3\xf0\xb2\xac\xe3\xf7\xc6\xf1\xea\x4e\ \x26\xa6\xa5\x23\x25\x64\x93\xad\xea\xec\x5a\xb7\x03\xb0\xf0\xb7\ \xf9\x30\x4e\x48\x7c\x7c\xfa\xa2\xab\x21\xdb\xf5\xf5\xb7\x2d\x6d\ \x49\xc2\x32\x4d\x34\x5d\x47\x56\x64\x1c\x0e\x07\xc1\x40\x08\x41\ \x10\x62\x04\x2b\x4a\x1d\x37\x81\x80\x60\xc6\x6e\x66\xb1\x63\x81\ \x41\xe8\x62\x6d\x9f\x6a\x51\xb2\xd3\xa2\x96\x65\xf9\x98\xbe\xdd\ \x95\xcc\x3b\x2d\x6d\x45\x14\x91\x0c\xf0\xba\x3d\x48\x82\x4c\x34\ \x1c\x21\x10\x08\xb2\xe7\xc0\x1e\xaa\xea\x6b\x11\x64\x1b\x0d\xad\ \x41\x02\x7e\x8d\x5e\x3d\xae\xa4\xaa\xba\x1e\x5f\xbb\x0f\x8b\x08\ \x19\x19\xa9\xe8\x46\x80\x23\x65\x35\x38\x54\x88\x68\x02\x51\xcb\ \x22\xec\x6f\x47\x10\x4f\x8f\x6e\x13\x00\xd1\xe5\xa5\xca\x17\x24\ \x87\x4a\x32\x23\x1a\x57\x96\xf4\x42\x10\x44\x5c\x15\x3b\x08\xb5\ \xb5\x50\xd3\x16\x44\xea\xe5\x3d\xe5\xef\xed\x9e\x44\xa2\xd5\x1f\ \xf2\xe0\xaf\x2a\x91\xa2\x01\x22\xb6\x34\x2e\xf9\xde\x0c\x46\xda\ \xf6\xb3\x7e\xfb\x2b\xdc\x77\xff\xef\x30\x5b\xab\x71\x97\xf4\x22\ \x31\xa3\x1f\xdf\xbd\x62\x38\x2f\xbc\xf8\x20\x5f\xa8\x2e\xfa\x4e\ \x9c\xc9\x04\xbb\x8a\x28\x28\x0c\x3f\xe3\xfb\xb4\x1c\xfa\x15\x7f\ \x7d\xe9\x63\x7e\xfb\xb3\xf3\x62\x2e\x79\x4a\x21\x17\x9f\x33\x8e\ \xe7\x5e\x7f\x88\x5f\x2c\x76\xd2\xdc\xec\xe4\xca\x64\x17\x82\x20\ \xa1\xb5\x1c\xe0\xa5\xc7\x7e\x8b\x18\x68\x23\xb1\xcf\x45\x5c\x58\ \xd2\xa5\xc0\x80\x24\xa3\x07\x2a\x99\x3f\xfb\x0f\x2c\xd2\xda\x50\ \xbb\x4f\xe1\x96\x49\x39\x18\x6b\x4c\xe4\xce\x54\xad\x82\x80\x24\ \x09\x44\x35\x99\xa9\x33\x67\x71\xe8\xe9\x17\xf8\xc5\x5d\x2b\x31\ \xb1\x31\xed\x9a\x9b\xe8\x66\xf3\x30\x69\x42\x09\xb3\xe7\xff\x99\ \x3b\xd7\x15\x32\xe3\x7b\x3f\xe2\xfa\xab\x27\xf2\xec\x8b\x0f\xb2\ \x46\x12\x50\xd2\x87\xf3\xa3\x4b\x47\x12\x38\xb8\x9a\x39\xaf\x2e\ \xa6\x0d\x01\x2d\x77\x28\x63\xfa\xa7\x76\x34\xc2\xc9\xe4\xf3\x27\ \xf1\x97\x05\xcf\xf3\xdb\x7d\x1e\xea\x2a\x03\x4c\x3a\xc3\x0d\x81\ \x2e\xe9\x62\x85\x58\xce\x6d\x4d\x93\x99\x3c\xf3\x1a\x0e\x3f\xf3\ \x3c\xf7\xdf\xbd\x15\x35\xda\x8c\xda\x6d\x2a\xee\xae\x0b\x74\x52\ \x32\xe3\x46\x15\xf1\xc9\xd6\xdd\x8c\x19\xd7\x51\x59\x5e\x94\x90\ \xcc\x28\x4a\xda\x68\xae\x99\x39\x8e\x97\x5e\x78\x80\x8d\x09\x76\ \x1a\xeb\x05\xa6\x9f\x61\x27\x63\xf0\x05\xcc\xd8\xf7\x14\xb3\xef\ \xbb\x0b\xb7\x43\x21\x7f\xec\x05\x5c\x7b\xde\x28\x66\x7c\xe7\x7a\ \x6a\x9e\x7b\x8d\xbb\xee\x5c\x84\x25\xba\xb9\xe2\xc6\x9b\xc9\x88\ \x1e\xe4\xf9\xc7\x5f\xa2\x52\x93\x09\x89\xf9\x9c\x35\xba\xb0\xab\ \xfd\xc4\xe0\x11\xc3\x79\x73\xf1\x5e\x7a\x0f\x28\x22\x27\x31\x84\ \x4d\x5b\x46\xef\x61\x43\x62\x4f\x33\xa2\x74\x3c\x77\xb8\x28\x22\ \x49\x60\xe0\xe6\x8a\x6b\x2f\xe3\xa9\xb9\x2f\xf1\xf3\xcd\x2e\x54\ \x5b\x06\x57\xdd\xf2\x13\xba\x2b\xca\x09\xe7\x2f\xc9\xf2\x09\x52\ \x4c\xef\xb3\xae\x62\x7a\xf5\x1c\x1e\xfb\xe5\x3d\x24\xc8\x21\x5a\ \x1c\xb9\x78\x24\x81\x82\x0b\xae\x62\x4c\xe5\x73\xfc\xfe\xae\xbb\ \x11\x0c\x18\x36\xe3\x7b\x8c\x4c\x01\x3c\xa3\xc9\x96\xe6\x61\x75\ \x2f\x20\xb5\xb0\x07\xb9\xae\x97\x89\xe6\x0c\xa6\x57\x02\xd0\x02\ \xb2\x2c\x1f\x8b\x94\x96\x24\x09\xd3\x10\x28\x18\x38\x10\x79\xe9\ \x47\x7c\xba\xe7\x4c\x2e\xfc\xc1\x35\x94\xcf\x7e\x95\x7b\xee\x5e\ \x82\x6e\xba\xb8\xe8\x9a\x1f\x53\x58\x2c\x30\xa5\xef\x06\x5e\xfa\ \xdd\xaf\x48\x14\xdb\x69\x75\xf4\xc5\xe6\x4a\xe1\xf2\x59\xd7\xf2\ \xcc\x9c\xf9\xdc\xb5\xf3\x23\xb4\xe6\x46\x32\x27\x94\x00\x26\xa2\ \x24\x23\x09\x02\x08\xd2\xf1\xf1\x85\x88\x24\x82\x2e\x25\x71\xc5\ \xac\x4b\x78\x62\xee\x4b\xfc\x6a\x5f\x0a\xed\x65\xfb\x51\x4a\x26\ \x7e\x1b\x28\x3b\x66\x90\x99\x16\x08\x02\xa2\x40\xec\x7f\x04\x44\ \x49\xe0\xeb\xb2\x46\x09\xc3\x07\xf5\xb1\xc2\xe1\x30\xc5\x85\x45\ \xdc\x72\xf3\xad\xbc\xfa\xf2\xab\xd4\x54\xd7\xf0\xfc\x73\xcf\xf3\ \xe9\xd2\x4f\x78\xf4\xd1\x47\x62\xbe\xb4\x7a\x04\x51\xb0\x90\xbd\ \x6e\x70\xd8\xe8\xc8\xa4\x7f\x6c\x36\xeb\x24\xec\xae\xde\x21\x9d\ \xa1\xe6\x9d\xa4\x6d\x59\xd6\x09\xb2\x48\x27\x71\x2b\xa2\x80\x68\ \x40\xff\xbe\xc3\xc8\xef\xde\x93\xe6\x96\x36\xea\x9b\x1b\x79\x7f\ \xd1\x87\x84\x0c\x8d\x8c\xec\xee\x04\x22\xd0\xda\x16\xe0\x9e\x9f\ \xfe\x98\xf2\x83\xbb\xa9\xa9\x3d\xc8\xc0\xfe\x79\x0c\x1b\xd6\x97\ \x35\xab\x57\xf0\xd4\x53\xf3\x50\x64\x11\xbf\xdf\xc2\xaf\x5b\x4c\ \x1d\x3f\x8d\x97\xe7\xfd\x95\x76\x5f\xfb\x09\x27\xfc\xef\x2a\x82\ \x50\x5f\x76\x98\xad\xf3\x9e\x26\xdc\xd2\x10\xf3\xc6\x91\x25\xb0\ \x04\x0c\x43\xc7\x02\x1c\x29\x19\x0c\xb9\xf2\x47\xa4\xe5\xe6\x9f\ \x6c\x69\x1b\x1a\x01\x7f\x3b\xc1\xb0\x86\x20\xa9\x24\x78\x3d\xd8\ \x95\xd8\xc0\xd5\xc3\x7e\x5a\xda\xfc\x20\xd9\x3b\xb6\xc7\x6e\xcf\ \x50\x7b\x0b\xbe\xa0\x86\xdd\x9d\x88\xdb\x66\x11\xd1\x04\x9c\x0e\ \x15\x4b\x8f\xe2\x0b\x44\x71\x7b\xdc\x48\x5d\x0a\x23\x04\x7d\x2d\ \xb4\x87\x74\xec\x2e\x0f\x5e\xb7\x9d\xd0\xde\x8f\xf9\xed\x0b\x5b\ \xb9\xfa\x8e\x9b\xe8\xa6\x8a\x24\x24\x79\x3b\xbc\x15\x3a\x7e\x51\ \xb7\x92\x7b\x1f\x5b\xc2\x8c\x9f\xdc\x4e\x6f\x97\x88\xd3\x9b\x88\ \x2a\x81\xa9\x47\x08\x6b\xe0\x70\xd8\x10\x4c\x9d\x60\x28\x8a\xcd\ \xe9\x44\x12\xc0\xd0\x83\xb4\x34\xfb\x51\x5c\x1e\xbc\x2e\xfb\xb1\ \x63\x07\xda\x9a\xf1\x47\x05\xbc\x89\x49\xd8\x15\x81\x70\x7b\x33\ \x6d\x61\xf0\x26\x25\x63\x97\x63\xfb\x6c\x6b\x6d\x23\x62\x08\x24\ \x24\x26\xe3\xb2\x49\x27\x3c\xc7\x84\x7c\xad\xf8\x82\x51\x14\xbb\ \x0b\x8f\xc7\x8d\x64\x46\x08\x7d\x4d\x1b\x4c\x23\x42\x6b\x73\x1b\ \xba\x20\x93\xe0\xf5\xe2\x50\xbe\x92\xe9\xdb\xd0\x08\x45\x4c\xec\ \x4e\x5b\x4c\x91\x8d\x86\x88\x9a\x32\x4e\xbb\x02\x58\x44\xfc\xad\ \xb4\x06\x34\x54\x87\x1b\x4f\x42\x6c\x9f\x58\x06\xbe\xd6\x16\x42\ \x9a\x85\x23\xc1\x4b\x82\x43\x45\x00\x8c\x48\x80\xe6\xd6\x00\xb6\ \x84\x44\x3c\x4e\x15\x4c\x1d\x5f\x6b\x2b\xc1\xa8\x89\xc3\x93\x88\ \xd7\xf9\x15\x9f\x63\x4b\x27\x1c\xd2\xb0\x39\x1c\x08\x58\x44\xc2\ \x11\x44\x9b\x1d\x45\x8c\xb5\x43\x33\x65\x1c\x76\x05\x4b\x8f\x10\ \x8a\x5a\xd8\x9d\x76\x44\x40\x8f\x04\x68\x6d\xf3\x63\x49\x76\x12\ \x93\xbc\xc8\x56\x94\x50\xc4\xc2\xe1\x8c\x9d\x7f\x28\x14\x45\x71\ \x38\x4f\x2c\x80\x6c\xea\xb4\xb5\xb6\x10\xd6\x45\x5c\x1e\x0f\x2e\ \xbb\x12\xcb\xfe\x60\x44\x69\x6d\x6e\xc5\xb2\xb9\x49\xf4\x38\x3b\ \xc8\xde\x22\x1a\x0e\x21\xc8\x76\x14\x59\x44\x0f\x87\xd1\x25\x1b\ \x76\x45\x00\x53\x27\x18\x8e\xa2\x3a\x9c\xc8\x82\x45\x24\x14\x44\ \x50\x1c\xa8\xb2\x48\x28\xd0\x8e\x29\x39\x70\xd9\x65\x8c\x48\x90\ \x96\x36\x3f\x8a\xfb\xf8\x79\x5b\x46\x94\xd6\x96\x16\x22\xa6\x84\ \x3b\xc1\x8b\xcb\x11\x6b\x83\x1e\x09\xd0\xd2\xe6\x47\x90\xed\x78\ \xbc\x1e\x54\x09\x22\xa1\x10\x28\x0e\x54\xa2\x04\x35\x70\x76\xf4\ \x6d\x28\x1c\x45\x75\x3a\x21\x12\xa4\x3d\x18\xc6\x88\x36\xf3\xc1\ \x5f\x9e\xa2\xb6\xcf\x2c\xee\xbd\x6c\xd8\xbf\x85\x8a\xbb\x16\x41\ \x10\x45\x91\x50\x28\xc4\x9e\x3d\x7b\xbe\x92\x33\x5f\x26\x50\x7f\ \x90\x4f\x97\xac\xc2\x87\x8c\x24\x58\xb1\x3a\xac\x82\x88\xa1\x45\ \x49\xec\x3d\x8a\x33\x47\xf5\x43\xb5\xb4\xaf\x3a\xc1\xf9\x65\xd3\ \x34\x51\x14\x99\x50\x28\x00\x96\x11\x2b\xe2\x6a\x9a\x34\x36\x35\ \x60\x62\x61\x98\x26\xa2\x24\x60\x4a\x02\x9a\x6e\xa0\x88\x62\x6c\ \xa6\x13\x84\x58\x89\xaa\x98\x03\xf7\x29\x7d\xb7\x0d\xcb\x8c\x11\ \x5d\xc7\x36\x00\xa1\xcb\x7b\xa1\x93\xc0\x05\x09\xdd\x8c\x1d\xdb\ \x66\x17\xf0\x78\x54\x9a\xda\x4d\x22\xa6\x81\xa5\xba\x68\x8f\xca\ \x84\x35\x19\x90\xf1\xba\xd3\x10\x2d\x99\x04\xbb\x8b\x50\x30\x48\ \xa0\xbd\x85\xc1\x83\xfb\x30\x68\x70\x77\xb6\x6c\x29\xc7\x12\x24\ \x04\x24\x90\x94\xd3\xc6\xe5\x0f\x20\x2d\xaf\x90\x29\x77\x3e\xda\ \x25\x30\xe9\xc4\x64\x2d\xa2\x28\x74\xf1\x64\xf8\xca\xcc\x2a\x29\ \xb8\xbd\xc9\xb8\x4f\x61\x88\xcb\x76\x37\x69\x76\xf7\x49\xdb\x1d\ \x09\x49\x38\x12\x8e\xbf\xef\x74\xbb\x13\x64\x15\xaf\x57\x3d\x69\ \xc6\x77\x7a\x92\x71\x7a\xba\x6e\x12\x51\x6d\x0e\x12\x53\x93\x48\ \x96\x4f\xf9\x5c\x87\x6a\x73\xe0\x49\x4e\x26\xb1\xcb\x3c\x25\xca\ \xb6\x63\xc7\x42\x94\x71\xba\xe4\x2e\xc6\xb9\x93\xd4\x74\xe7\x49\ \xc7\x76\x79\x53\xe8\x3a\xd5\xd9\x13\x92\xb1\x27\x9c\xb8\xcf\xa4\ \xd4\xf4\xaf\xb5\x56\x1c\x9e\x24\x1c\x5d\xdb\x2e\x7e\x7d\x1b\x44\ \xc9\x46\x72\x5a\xfa\xd7\x77\x94\xa4\xe0\xe8\xd2\x44\x59\x75\x74\ \xc9\xaa\x26\x60\x73\x27\x91\xe1\x3e\xa9\x83\xf0\x24\xa5\xe2\xf9\ \xea\xae\x6c\x2e\xd2\x32\x4e\xb8\x38\x78\x92\x4f\xfe\xde\xf1\xfd\ \xc8\xd8\x8f\x35\x5c\xc0\xe6\xb0\x9f\xb2\x1d\x42\xd7\x6b\x0c\xc8\ \x36\x17\xa9\xe9\x5d\xaf\xa0\x8a\xd3\x79\xfc\x98\x0e\xd7\x29\x3a\ \x50\x94\xf1\x26\xa7\xe1\x3d\xe9\x54\x54\x92\x4e\xba\x3e\x02\xaa\ \xdd\xd9\x65\xcc\xd9\x8f\x5f\x13\x51\xc6\x79\x42\x9b\x8f\xb7\xc3\ \xe1\x4a\xe8\x72\x2d\x4e\xee\x7b\x41\x52\x49\x4a\xcd\x38\x79\x4c\ \xdb\x5c\xa4\xa5\x9f\x68\xfc\xd8\x8e\x75\x8a\x0d\x57\x97\xbe\x75\ \x74\x1c\x7b\xef\xf2\x77\x78\x63\xf5\x01\x24\xcb\xc4\x70\xf7\x67\ \xd6\xd4\x81\xa7\xb9\xdf\x36\xf8\x5b\x6a\xf1\x49\xc9\x94\x8c\x1e\ \x8c\xd4\x76\x88\xb5\xdb\x6a\x19\x34\x61\x0c\x6a\x4d\x29\x1b\xab\ \x6a\x08\xeb\xfd\xb0\x49\x27\x1b\xdc\xb2\xdd\x6e\x47\xd3\xa2\x18\ \x86\x86\x24\x88\x38\x9d\x0e\x10\x2c\x0c\x5d\x27\x21\xc1\x8d\x20\ \x82\xdf\xef\xc7\x12\x0d\x9c\x4e\x07\x2e\x97\x0b\xb1\x63\x56\x16\ \x3a\x17\x26\x85\x8e\x2a\xdf\x42\xa7\x9b\x5f\x87\x2e\x23\x75\x6a\ \x34\x5d\x3f\x97\x4e\x22\x78\x90\xb0\x00\xc9\xa6\x62\x9a\x3a\x9a\ \x1e\x21\x6a\x18\x44\x4d\x01\x41\x75\xd1\x1e\x11\xd1\x34\x09\x87\ \xcd\x8d\x24\xd9\xa9\xab\xa9\xc7\xed\x56\x08\xfb\x23\xf8\x7d\x21\ \xb2\xb2\x93\x29\x2a\xe8\xcd\xf2\x55\xe5\x38\xed\x02\x96\x16\x45\ \x38\xcd\xca\x50\x09\x80\x22\x76\x15\x17\x4f\x6f\xc5\xcd\x51\x3c\ \x95\x7b\xee\x9b\x84\xfa\x35\x41\x72\x42\xda\x68\xee\xbe\xb7\x04\ \xd5\x46\x1c\x71\xfc\xdb\xd1\x63\xe2\x25\xdc\x3a\x2c\x88\x41\xec\ \x09\xaa\xf3\x89\xf3\x74\x86\x69\x5a\xb8\xd2\xb2\xe8\xd3\x6f\x00\ \x72\x43\x84\xdd\x87\x23\x14\xf5\x1f\x88\xcb\xd5\xce\xce\xba\x5a\ \xbe\x26\xcd\x13\xb2\xd3\x95\x10\x8b\x2e\xd4\x75\x34\x5d\xc3\xe5\ \x72\xa1\x2a\x2a\x09\x9e\x04\xec\x76\x07\x0e\xbb\x83\x48\x24\x84\ \x20\x0a\xd8\x55\x15\xbb\xc3\x8e\xe2\xb0\x9d\xe4\xde\xf7\xd5\x40\ \x9a\x18\x69\x8b\x27\x89\xeb\xa7\xf2\x26\x41\x90\xe8\xe0\x6e\x74\ \xd3\x24\x1c\xb1\x08\x04\x4c\x74\x4b\xc1\xa1\xba\x08\xeb\x20\x28\ \x12\xc9\xa9\x49\x98\xa2\x41\x30\x12\x44\xb6\xc9\xc8\x9a\x45\x38\ \x64\x81\xe9\xc0\xa6\x28\x78\x6d\x20\x2b\xe0\x0f\x83\x5d\x31\x4f\ \x7b\x62\x3c\xbd\x4d\x01\x19\xbb\xfd\x6f\x84\x35\x0b\x32\x0e\x7b\ \x3c\xb3\x6f\x1c\xa7\x07\x64\xbb\x8b\x64\xbb\xeb\x5b\xd3\x5e\x0b\ \x01\xb7\xcb\x45\xa0\xae\x82\xda\xe6\x76\x5c\xb5\x55\x94\x57\x1e\ \x62\xdb\xa6\xed\x38\xab\x76\x13\x75\xc5\x82\x8d\xac\x53\x38\xc0\ \xc9\x2e\xa7\x0b\xd3\x74\xa0\x05\xdb\xf1\xfb\x03\xa8\xaa\x8a\xa2\ \x2a\x44\x34\x0d\x49\x96\xb0\xdb\x6d\xd8\x23\x2a\x92\x04\x0e\xbb\ \x8a\xcb\x6e\xc3\x96\x90\x80\x69\x9a\x27\x2d\x3a\x76\xfd\x0b\x60\ \x89\x22\xc7\x3d\xc8\x84\xaf\x3c\x1e\x1c\x27\x77\xd3\x02\x49\x11\ \x30\x2d\x13\xc3\x14\xd1\x0c\x19\xcd\x54\x51\xec\x49\x38\x5c\xc9\ \x18\x51\x1d\x5d\xb3\xc8\xcc\x4e\xc7\x14\x4d\x1a\x5b\x9b\x49\x4c\ \xe9\x4e\x73\x53\x33\x0d\x8d\x41\x92\x92\x74\xb6\x6d\xde\x4b\x5a\ \x8a\x8b\xd6\xd6\x10\x79\xa9\x76\x9c\xaa\xf1\xb5\x33\x55\x1c\x71\ \xc4\x11\xc7\xbf\x13\x86\x61\xe2\xcd\x2c\xa2\x47\xe2\x2e\xde\x7d\ \xf1\x19\x64\xd5\x49\xbf\xe1\x83\xa8\xdf\xfc\x39\x2d\x72\x0a\xe3\ \xa7\xf4\xc5\x2e\xe8\xe8\xa7\xe0\x30\xd9\xe3\x4e\x20\x39\x39\x91\ \x9a\xca\x72\x02\x81\x00\x4e\xa7\x13\xaf\xd7\x8b\x66\x68\xd8\x6c\ \x2a\x36\xbb\x8a\xe2\x97\x50\x15\x91\x44\x97\x8b\x04\xb7\x13\xd9\ \xe5\xc4\x32\x4d\xe0\x78\xe6\xbe\x4e\x19\xa4\xf3\x3d\x80\x79\x0a\ \xd7\x95\xae\x8b\x7e\xc7\xac\xf0\x0e\xed\x1b\xc0\x30\x45\xa2\x9a\ \x40\x44\x93\xd0\x4c\x85\xf6\x60\x84\x40\x24\x4c\x38\x14\xc2\xe3\ \x75\xe0\x4e\x50\x71\x7b\xec\x58\x08\x6c\xd9\xb2\x8b\xc3\x07\x8f\ \xd0\x2d\x7d\x2b\x95\x95\xcd\x9c\x7b\xd6\x19\xac\x5b\xb7\x86\x6e\ \x59\x49\xf4\x2c\xca\xc1\x30\xe2\xf9\xb4\xe3\x88\x23\x8e\xd3\x51\ \x1b\x31\x30\xd4\x44\xc6\x9d\x75\x29\x79\x15\xd5\x98\x8e\x54\x72\ \xbb\x25\x63\x8d\x18\x8e\x66\xca\xd8\x54\x01\x5d\x3f\x75\x9c\x89\ \x2c\x9a\x16\xed\x2d\x6d\xe8\x51\x0d\x9f\xcf\x87\xae\xeb\xd8\x6c\ \x36\xa2\x51\x0d\x51\x14\xf0\x7a\xdc\x58\x7a\x18\xbb\x22\xe2\xb2\ \xab\x38\x6c\x0a\x92\x4d\xe9\xf0\xac\x38\xd9\xa7\xf0\x84\x2c\x7f\ \x82\x78\xc2\xfb\xaf\x92\x76\xd7\x6d\xb2\x22\xc7\x56\x4e\x0d\x93\ \xa8\x66\x60\x09\x31\xf9\x44\xd7\x35\x2c\x43\x43\x16\x4c\x32\xd3\ \x12\x51\x25\x83\x9e\xc5\x85\xb4\x36\xb5\xd1\xd6\xda\x4e\x7b\x6b\ \x3b\x75\x35\xf5\xf8\xfd\x01\xbc\xde\x24\x66\x5c\x70\x0e\x55\x95\ \x07\x31\xf4\x70\x5c\x1e\x89\x23\x8e\x38\x4e\x4f\x08\x22\x82\x1e\ \xe0\xd0\x9e\xad\xec\xaf\x33\xe9\x33\xb4\x1b\x82\x19\x21\x18\x36\ \xb0\x39\x14\x0c\xe3\x6f\x54\x63\x3f\xbc\xaf\x34\x16\x71\x97\x94\ \x82\x16\xd5\x08\x86\x42\xd8\x1d\x0e\x64\x55\x42\xb6\xc9\x38\xdd\ \x4e\x4c\xcd\x8d\x43\x11\x10\x4c\x1d\xa7\xc3\x81\xa9\xa8\x48\x52\ \x6c\x16\x90\x24\x29\xe6\x0f\x6d\x59\x98\xa6\x19\xab\x2a\x03\x60\ \x09\x58\xa2\x78\x7c\x5b\x97\x1c\xdb\x9d\x56\x76\x27\xa1\x9b\x86\ \x81\x2a\xdb\x50\x65\x15\x5d\xd3\xb1\x2c\x83\x90\xbf\x15\x91\x08\ \x86\x66\xa2\x0a\x06\x1e\xaf\x93\x0c\xaf\x93\xf6\xc6\x5a\xb4\x76\ \x1f\x5e\x97\x93\xe4\xa4\x24\x2a\x2b\x2b\x49\x70\xbb\xd1\x35\xf8\ \x70\xe1\x27\xe4\xe4\xa4\x10\xf0\x37\x31\x3c\x29\x93\x78\x4a\xea\ \x38\xe2\x88\xe3\x74\x84\x24\x89\xb4\x96\xef\x61\xe5\x96\x32\xb2\ \xb3\x12\x58\xb9\x7c\x23\x17\x9d\x33\x88\xad\x6b\xd6\x93\x3d\x74\ \x02\x85\x29\x36\x8c\xaf\xd1\x77\x65\xc5\xd2\x68\x6d\x6a\x40\x51\ \x55\x54\xd5\x86\xc3\xe1\x44\xd7\x0d\x42\xa1\x00\x82\x00\x6e\xa7\ \x13\x22\x21\x04\x2d\x8c\x28\x88\x38\x54\x15\xd3\x69\x3b\x29\x3f\ \x76\xac\xdc\x57\x97\x64\x52\x96\x80\x81\x78\x8c\xb0\x4f\x2c\x8c\ \x41\x8a\x07\x58\x00\x00\x20\x00\x49\x44\x41\x54\x60\x1d\x23\x6d\ \xb3\x23\x9a\xca\x32\x24\x04\x43\x24\x1a\x0d\x62\x57\x2c\xc2\xe1\ \x26\x92\xbd\x0a\x4e\x8f\x87\x9a\xaa\x2a\xac\x40\x80\x1e\x19\xc9\ \xb4\x55\x1d\xa4\xbd\xa1\x8e\xcc\x6e\x39\x88\x46\x14\x6f\x62\x02\ \x35\x0d\xb5\x28\x82\x48\x79\x4d\x3d\x15\xb5\x35\xf4\x2a\xce\x67\ \xf4\xd8\xa9\xe8\xba\x1e\x1f\x1d\x71\xc4\x11\xc7\x69\x07\x51\xb0\ \x68\x6b\x6d\x25\xb9\x68\x18\x33\xa6\x64\xb2\x60\xc1\x7a\x42\x51\ \x83\x60\x6b\x23\xfe\xa8\x8e\x20\xd8\xf9\xba\xe8\x1a\x39\x41\x95\ \xa9\x0b\x07\xd0\xb5\x28\x2e\xa7\x0b\x0b\x88\x68\x51\x22\x9a\x86\ \xdb\x6e\xa3\xa8\xa8\x90\x23\xfb\x23\x44\xdb\x74\x5c\x76\x15\x45\ \x91\xc1\x66\x3b\x21\x11\x54\x67\xd0\x8c\x65\x59\x27\xea\xc8\x66\ \x4c\xe2\x38\x95\xa5\x7d\x8c\xc0\x0d\x0b\x59\xb4\xa3\x60\xc7\xae\ \xda\x09\x06\x02\xb4\xb5\xd5\xe3\x76\xe8\x14\xe6\x26\x22\xaa\x2a\ \x42\xc8\x81\x03\x99\x74\xa7\x83\xe6\xd6\x56\x52\x1c\x36\x5a\x6a\ \xaa\xe9\x53\x9c\x8f\x68\x77\xb0\x6a\xc3\x06\xaa\x1a\xea\xb1\x5b\ \x0a\xb2\x64\x67\xff\xd1\x7a\x36\x6c\xdb\xcb\xc8\x89\x67\xa2\x45\ \xff\xb3\x3a\x3b\xda\xde\x8a\xe6\x6f\x3b\x59\xfa\xb1\x2c\x44\xd5\ \x86\x3d\x25\x1d\x41\x10\xe3\x77\x45\x1c\x71\x9c\xc6\xb0\x10\xb0\ \x3b\x9d\x34\x6e\xde\xc4\x07\xa1\x04\xca\xab\xea\x68\xfb\xb8\x81\ \x36\x33\x85\xc1\x5e\xe7\xdf\x4c\x76\x27\x17\xe4\xe6\xd0\x2d\x3d\ \x15\xbf\xe8\x88\x85\xbb\x4a\x52\x8c\x00\x04\x10\xa5\x98\xf7\x87\ \x24\x80\x2c\x89\xa8\x52\x2c\x24\x18\x59\x39\x96\x5f\xc2\x34\x4d\ \x4c\xcb\x42\x91\x44\x2c\xd3\x42\x94\x24\x84\xce\xd4\x00\xba\x75\ \xcc\xbd\xef\x84\xe4\x4d\x56\xac\x56\x64\xe7\x36\xcb\x90\x50\x45\ \x27\x2d\x4d\xad\x54\x94\x1d\x64\xdf\xe1\x52\x42\x56\x98\xff\x61\ \xef\xbc\xa3\x2c\x2b\xab\xb4\xff\x3b\xf1\xe6\x58\x39\x57\x77\xe5\ \xea\x9c\xe9\x40\xd3\xd0\x40\x83\x04\x01\x41\x40\xb2\x20\x51\xc4\ \x99\x11\x75\x74\xcc\x88\xa3\x8e\x8a\x89\x20\x92\xb4\x91\x9c\x73\ \x13\x1b\x1a\x3a\xd3\x39\x55\x75\xe5\xaa\x5b\xf9\xd6\xcd\xe9\xa4\ \xef\x8f\x2a\x3a\x90\xbe\x61\xd4\xef\x73\xb0\xf7\x5a\xb5\x56\xd5\ \x5d\x75\xce\x79\xd3\x7d\xce\x7e\xf7\xde\xef\xf3\x98\xb2\x40\x41\ \x7e\x09\x05\x1e\x99\x42\x57\x3e\x55\x01\x1f\x6f\x75\x76\x12\x6a\ \xdb\x8f\xc3\xe7\x47\x12\x05\x74\xdd\x42\x96\xc7\x21\x2c\x6b\x8a\ \x08\xa2\x83\x78\x32\xc9\xfa\x4d\x3b\xf9\x17\x59\xfa\x54\x4d\x74\ \xbc\x73\x2f\xc3\xf7\xfe\x10\x45\x4b\x83\x24\x7f\x00\xb4\x4d\x5d\ \xc7\xbe\xfc\x0b\x74\xe6\x14\xa6\x2f\x5d\x8e\xc3\xed\xfd\xd4\x2e\ \xfa\xd8\x60\x0f\x51\xfc\x54\x14\xd9\xe9\xeb\xe8\xc5\x55\x5c\x81\ \xdf\x21\xff\xb7\xbf\x32\xb1\x91\x41\x72\x8a\x8f\x7c\x9f\xe3\xff\ \x49\x7b\xf5\x54\x84\xe1\x98\x49\x61\x71\x90\x4f\xbe\x2a\x75\xfa\ \x3a\xda\x11\xf2\x26\x51\xea\xfd\xdb\x6a\x0f\xa5\x63\x43\x44\x35\ \x3b\x45\x79\xde\x23\x19\xa0\xff\x87\xf6\x5e\xf5\xc8\xcc\x26\x9d\ \x84\x25\x31\x6d\x46\x3e\x96\x68\x63\x51\x5d\x23\x85\x4e\x11\xe3\ \x63\xc8\xee\xc4\x53\x97\x2d\x60\xfa\xe4\x32\x0a\xec\x36\x8c\x64\ \x1c\xaf\xdb\x8d\xcb\xeb\x43\x47\x42\x90\x44\x42\xa1\x1e\xb4\x5c\ \x0a\x59\x04\x4d\x33\x90\x15\x15\x51\x96\x90\x25\x05\x45\x10\x51\ \x2c\x11\xbb\x20\xe1\x90\x54\x54\x49\x46\x55\x64\x24\x9b\x8c\xa0\ \x8e\x93\xa0\x2b\x92\x82\x24\x29\x28\xaa\x6d\xfc\x5a\x45\x46\x54\ \x45\x44\x59\x40\x94\xc4\xf1\x17\x85\x20\x21\x09\x16\xbb\x77\xec\ \x60\xfd\xfa\xb5\x84\xfa\x7a\x10\x74\x1d\x87\x68\x12\x1b\x0a\x91\ \x1c\x1b\xc5\xa1\x2a\x38\x5d\x2e\xfa\xfb\xfb\xc9\x65\xb3\x98\x46\ \x0e\xaf\xcb\x86\xdf\x65\xc7\xa9\x4a\x98\x80\x68\x99\x13\x92\x69\ \x1e\x1c\x2e\xef\xa7\x4e\xd4\x77\x64\xdd\x2a\xdc\x96\x46\x69\x59\ \x05\xa5\xc5\x45\x94\x94\x14\x53\x52\x5c\x4c\x49\x51\x21\x65\x65\ \x25\x14\xcf\x5b\xc6\x33\x7f\xfc\x2d\x6d\x5b\xd6\x63\x77\xba\x3f\ \x1c\xae\xb4\x1c\xb1\x68\xf2\xff\x5a\x0e\x69\x24\x86\xd9\xb7\xb7\ \x93\xec\xdf\x63\x08\xcd\x14\xed\x7b\xf7\x10\x4e\x4f\xec\xca\x92\ \x1d\xdc\xf7\xfb\xdf\xb0\x3e\x94\xf9\x6f\xdf\x62\xfb\xb3\x7f\xe2\ \xf1\x37\xdb\xc0\x18\xe4\xb1\x3b\xfe\xc8\x8e\x81\xec\x27\xd9\xaf\ \xb0\xe6\x81\xdb\x79\x7e\x53\xcf\x47\x82\xfa\x50\xe7\x3e\xba\x87\ \x62\x9f\xd8\x7f\x1a\xea\xda\x47\xdb\x50\xfc\x83\x73\xb7\xe5\x79\ \xee\xba\x7f\x15\xd9\xff\xd1\x80\xc5\x78\x6a\xe5\xdd\xbc\xd6\x9e\ \xf8\x9b\x4f\xc5\x9e\x37\x56\x72\xef\x4b\xef\x7e\x22\x55\xa3\x5d\ \xcf\xdd\xcb\x5d\x4f\xac\xe3\x48\x45\xed\x5f\xe1\x69\x9b\x26\xaa\ \xb7\x88\x05\x4b\x97\x32\xab\xb1\x86\xd2\xd2\x72\x9a\xa6\x4c\xa5\ \x2a\xdf\x35\x51\x99\xf7\x31\xa1\x95\x4c\xe7\xbb\xc8\xc3\x2d\xcc\ \x2d\x76\x92\x6f\x65\x09\xba\x3c\x18\x82\x42\xda\xb0\x90\xed\x2a\ \x99\x4c\x92\xe1\xe1\x41\x4c\x49\x41\x74\xf9\x31\x14\x27\xa2\xcd\ \x81\x2a\xdb\x11\x33\x16\x66\x38\x41\x3e\x2a\x7e\x4b\xc2\x2b\xc9\ \xa8\x8a\x88\x26\xe9\xe4\x14\x1d\x41\x00\x9b\xa4\x22\x8b\x76\x4c\ \x54\x04\x9b\x0d\x53\x81\xac\x94\xc3\xb2\x59\x08\xaa\x84\x6e\x4a\ \x88\x96\x81\x96\x18\x64\x60\xa0\x03\xd3\x82\xa0\x37\x1f\xaf\xec\ \x82\x48\x96\xcc\xe0\x28\xa9\x91\x08\x82\x22\x33\xa2\xeb\x8c\xe8\ \x59\x52\x98\x8c\x44\x46\x08\x75\xb7\x93\x1e\x09\x31\xb7\xb6\x92\ \x13\x66\x35\x51\x53\x1c\x40\x35\x33\xf8\x1d\x32\x2e\xbb\xfc\xa9\ \x03\xed\x9c\x61\x22\x01\x82\x96\xc6\x88\x8d\x91\x1d\xea\x25\x3b\ \xdc\x87\x39\x3a\x80\xee\xf0\xf1\xc4\x9a\x8d\xc4\x54\x0f\xa7\x5e\ \xfd\x35\x84\x8f\xa0\xa6\xdc\xf3\xf2\xad\x5c\x70\xfe\x0d\xac\x09\ \x7d\x7c\xdc\x28\xbe\xf7\x4d\xee\xbe\xf7\x79\x92\x7f\x8f\x8e\x24\ \xdb\x79\xe0\x8f\x77\xb0\x2f\xa6\xbd\x17\xa4\xa3\xae\x69\x2a\x85\ \xce\xff\xfe\x61\x1d\x3d\x93\x46\x33\x2c\x30\x0d\xb2\x99\xcc\x27\ \xac\xc9\x17\xc9\x25\x63\xa4\x72\x1f\x95\xf3\x48\xf3\xe6\x23\xb7\ \xb2\x6a\x67\xe8\x13\x76\x2c\xcb\xea\x27\xee\xe2\xe9\x6d\x83\x1f\ \xd2\xde\x04\xc9\x54\x96\xff\x59\xe0\xca\x42\xcb\xe9\x7f\x97\x73\ \x07\x46\x36\x41\x2c\xa5\x7d\x22\x2f\x3b\x50\x59\x4f\x43\x75\xe1\ \x11\xe4\xfd\x6b\x4c\x90\x10\xb5\x38\x6b\x9f\xf9\x0b\x2b\x1f\x7b\ \x81\x77\xd6\xbe\xc5\xa3\xf7\xaf\xe4\xa5\xcd\x9d\x58\x92\xfc\xb1\ \xf3\x21\xef\x6f\xdb\x47\x63\x53\x13\xae\xfc\x7c\x54\x8f\x8a\xa9\ \x80\x4d\xb7\x50\xb3\xe0\xb0\x9c\xf8\xfd\x25\x68\x86\x42\x56\xb6\ \xd3\x97\xc8\x52\xa1\x39\x28\xc0\x8f\xd3\x26\x52\x5c\x52\x48\x28\ \xbe\x97\x81\xb6\x0e\xdc\x1e\x3b\x82\x43\x46\x75\x48\xf8\xed\x12\ \x82\x6c\x43\x50\x25\xb4\xac\x85\x5d\x55\xd1\x30\xc9\x5a\x59\x54\ \x45\x40\xd7\x45\x0c\x5d\x47\x12\x65\x64\x59\x22\xe0\x77\x12\xed\ \x8f\xe1\xb1\x89\x4c\x5f\xba\x10\x45\x56\xd0\x52\x09\xda\xf6\xed\ \xc4\x69\x59\xe4\x15\x97\x31\xb5\xa9\x9e\x68\x64\x04\x41\x04\x45\ \x15\xd1\xb2\x19\xa2\x91\x51\x82\x5e\x17\x05\x81\x00\x81\x40\x3e\ \x96\x09\xc3\xc3\xa3\xa8\x92\x85\xc7\xe9\xe4\x53\x86\xd9\xe8\xa6\ \x85\x69\xb3\xb3\xcf\x56\x8a\xcf\x9e\x23\x6f\xb8\x15\x23\x9b\x81\ \x9a\x99\x3c\xb9\xa3\x8b\xd6\x96\x56\x8e\x5b\xb4\x00\x4f\x5e\xfe\ \x47\x60\x51\x27\xaf\x6e\x1e\x65\xee\xdc\x42\xd6\xbc\xb8\x9a\xa5\ \x97\x9f\x00\x89\x7d\xdc\xfb\xe7\x57\x59\x78\xc1\x35\x34\x78\x93\ \xbc\x78\xcf\x3d\xd8\x97\x5e\xc6\x51\x2e\x17\x99\xd0\x5a\x7e\xf6\ \xfd\x11\xca\x1b\x4e\xe0\xba\x2f\x2c\x60\xe7\x2b\x0f\xf2\xe4\x9b\ \xbb\x30\xdd\x65\x9c\x78\xf6\xf9\x2c\x9c\x1c\x60\xff\xba\x67\x79\ \xe4\xc5\x8d\xa4\x2d\x81\xfc\xf2\x06\xca\x9c\x31\x76\xed\xed\xc1\ \x56\x31\x87\x4b\x2f\x39\x93\x22\x9b\xce\x86\xc7\xee\xe2\xf9\x6d\ \x3d\x08\x9e\x4a\xce\xbc\xe4\x8b\x4c\xf7\xd9\x10\xac\x61\x56\xfe\ \xf2\x66\xde\x2a\x69\xe2\xd2\x4b\x17\x33\x18\xea\xc4\x3d\x7d\x09\ \x30\xae\xcb\xf8\xf8\xcb\x9b\x49\x29\x25\x9c\x7b\xf9\x17\x70\xf4\ \xbc\xc1\x83\xcf\x6d\x21\x2b\x79\x59\xf6\xb9\x8b\x39\x6e\x4a\x21\ \xc2\x7b\xda\xa4\x82\x80\x28\x29\xd8\x55\x9d\x75\x4f\xff\x81\x3d\ \xae\xe3\xb8\x6c\x79\x2d\xb1\xce\xf5\xdc\xfd\x5c\x37\x5f\xb8\xe2\ \x1c\x0a\x27\x8e\xda\x0f\xed\x7d\x83\xfb\x1f\x7b\x9d\x84\xa0\x32\ \xdc\x1a\x61\xce\xbc\x71\x0e\x96\xd6\xb7\x9f\xe4\x89\x57\x37\x93\ \x94\x82\x2c\x3f\xfb\x62\x96\x36\x78\xb1\x3b\x0c\xde\x7c\xf4\x8f\ \x84\xde\xae\xe0\x33\x17\x5d\xc2\xac\xc0\x08\x0f\xac\x7c\x94\x3d\ \x03\x69\xaa\x66\x9f\xc8\x85\x67\x2e\xc6\x09\x74\x6d\x7c\x9e\x47\ \x5e\x58\x4b\x54\x08\x72\xc6\x17\xcf\xc3\xe5\x54\xd9\xf2\xd8\xed\ \xfc\x68\x7d\x11\x8b\xcf\xfb\x22\xc7\xd5\xe6\x01\xa0\xd8\x54\x22\ \x9d\x6b\xf9\xc5\x7f\xf6\x92\xcd\xda\x38\xfa\x8c\x0b\x38\x61\x46\ \x09\xa9\xce\xb5\xdc\xf5\xf0\x4b\x0c\xc6\x05\xea\x17\x9f\xc6\x79\ \x27\xcd\x46\x25\xc3\xe6\xe7\x1f\xe1\xf9\xb5\x7b\x10\xf2\x1a\xb8\ \xe8\x8a\x93\x51\x65\x09\x45\xb1\xa1\x75\xad\xe1\x37\x8f\xb5\xf0\ \xf9\xab\x2e\x64\xf8\xcd\x95\xec\x76\x2d\xe1\xc2\xa5\xf5\xf4\x6f\ \x7b\x9a\x27\xf6\xba\xb8\xfc\xf3\x4b\x58\xff\xd0\x1d\xbc\xb2\x3b\ \x0c\xa2\xc8\xa4\xb9\x27\x71\xee\xa9\xf3\x39\x94\xf5\x23\xd5\xbf\ \x93\xbf\xfc\xe5\x49\x42\x19\x91\x64\x7f\x3b\x8e\xa3\x8e\x41\x04\ \x46\xf6\xbd\xc9\x5f\x9e\x7c\x9d\xa1\xb4\xc2\x9c\x93\xce\xe7\x8c\ \xd9\x76\xee\xfd\xdd\x13\x4c\x3f\xfb\x8b\xcc\xa9\xb4\xb3\xff\xe5\ \xfb\x59\x93\xaa\x63\x49\xd1\x30\x7d\x11\x27\x02\x10\xed\x5c\xcf\ \x03\x8f\xbc\x48\x4f\x4c\x60\xe6\x29\x97\x70\xce\x51\xe5\x6c\x7a\ \xfe\x7e\x5e\x5c\xbf\x0f\x7c\xd5\x7c\xf6\x0b\x17\x33\xad\x58\x67\ \xcd\xe3\x7f\xe1\xd5\xad\x3d\xa8\xf9\x53\xb8\xe8\x8b\x67\x53\xee\ \x96\xfe\xa9\x31\x5b\x96\x05\x46\xda\x77\xb0\x7d\xc4\xc5\x69\xe7\ \x9d\x4d\xb9\x57\x21\xde\xbb\x8d\x27\x5f\x5d\x47\xd7\xa4\x12\x6a\ \x7c\x32\xfa\x47\xbc\xa5\xc5\x91\x54\x9a\xac\x24\x31\x9c\x1c\x21\ \x95\x8b\xe0\x92\x4c\xf4\xa1\x21\xe2\x5d\xfd\xe4\xc2\x69\xf2\x03\ \x55\x38\xf2\x6a\xe8\xcc\xaa\xec\xcb\xa9\xb4\x86\x0d\xa2\x11\x91\ \x4c\x5a\x26\x1e\xcf\xe0\x54\x54\xf2\xdc\x76\x5c\x66\x0e\x29\x1a\ \x26\xbc\x6b\x17\x43\x9b\xb7\x12\xd9\xb5\x0b\x21\x32\x42\x81\x4d\ \x40\xcd\x44\xf1\x98\x59\x02\xe8\x38\xb2\x69\xbc\xe8\xb8\x4d\x03\ \xa7\x6e\xe0\x15\x05\xc6\x42\xbd\x0c\x76\x77\x50\x57\x59\x41\x49\ \xd0\x8f\xa8\x67\xb0\xb2\x09\x82\x2e\x1b\x79\x1e\x07\x5a\x32\x8a\ \x6c\xe4\xc8\x44\x46\xf1\xda\x55\x02\x6e\x0f\xc5\x79\x79\x78\x5d\ \x2e\x24\xcb\x62\x28\xd4\x4b\x74\x74\x98\x6c\x32\x49\x46\x37\x08\ \xb8\x6c\x54\x97\x15\xff\x43\x89\x20\xfc\x4d\xbc\x22\xcb\x22\x2b\ \xa8\xbc\xb6\xfe\x5d\x1e\x78\x63\x23\xb1\xa2\x3a\xe4\x9a\x19\x3c\ \xb9\xa3\x93\x2d\xdb\x77\x72\xce\xc9\xc7\xe3\x96\x2c\x34\xe3\xc3\ \xfb\xdd\xb5\xf6\x55\xc6\x02\x0b\xb8\xf1\x9b\x17\xa0\xb5\xbc\xcd\ \x96\x30\x40\x82\xd6\x3d\x7b\x89\xe5\x26\x62\xa7\xfb\xf7\xd0\x1f\ \x49\x03\x26\xb6\x82\xa9\x5c\x70\xf9\xd5\x5c\x78\xc6\x5c\x7a\xde\ \x79\x88\xdb\x9f\xd9\xc7\x31\x9f\xbf\x9c\x15\x0d\xf0\xa7\x5f\xdf\ \x4e\x4f\xd6\xa0\x7d\xdb\x3a\x46\xf2\xe7\x72\xd5\x17\x3f\x47\x6a\ \xf3\x8b\x6c\x1a\x2d\xe6\xd2\x2f\x9d\x8b\xd0\xf2\x3c\xf7\xbf\xde\ \x0a\xc8\x34\x2e\x3a\x85\xab\xaf\xbb\x86\x79\xbe\x3e\xee\x7d\xf8\ \x15\x0c\x53\x46\x94\x82\xac\x38\xf7\x52\xbe\x78\xf1\x67\x29\x54\ \x12\xec\xd8\xfa\x2e\x23\x39\x89\xe4\x9e\xa7\xf9\xdd\xfd\x6b\x99\ \xfa\x99\xf3\xb9\xe8\xec\x15\x94\x7a\x1d\x14\x37\x2e\xe1\xd2\xab\ \xaf\xe3\xb3\x33\x6c\x3c\x7e\xdf\xc3\xc4\x60\x9c\xa6\xf3\xe0\x5e\ \x13\x53\x72\x51\x20\x65\xd8\xf2\xc6\xdb\x58\x40\x68\xcf\xdb\xb4\ \x27\x74\x5c\xef\x71\xa3\x84\x77\x73\xfb\xad\x0f\x60\x9f\x76\x32\ \x17\x9f\x73\x22\xa5\x6e\x19\x41\x91\x49\x76\xbe\xce\x9d\x4f\x6c\ \x63\xe1\xb9\xd7\x72\xce\x3c\x0f\x0f\xfe\xe1\x2e\x42\x39\x01\xc1\ \x94\x99\xb9\xec\x74\xae\xfe\xf2\x65\xcc\x28\xcc\xb2\xf2\xf7\x77\ \x30\x5a\xb8\x8c\x1b\xae\x3e\x87\xf0\x5b\xf7\xf3\xc8\x3b\x23\xe8\ \xa1\xd5\xfc\xe6\xee\x17\xa9\x5a\x76\x0e\x17\x9f\x7b\x1a\xf5\x79\ \x76\xb2\x39\x83\xfa\x65\x9f\xe5\xaa\xab\x2e\x63\x6e\xc5\x41\x3a\ \x26\xcb\x30\x90\x9c\x85\x2c\x3b\xf3\x42\xce\x9c\x1f\xe4\xd1\xdb\ \x7f\xc7\x96\x11\x13\x67\x59\x13\x67\x5e\x70\x25\x5f\x3a\x7b\x11\ \xdb\x9f\x7e\x80\x8d\x7d\x26\xa1\xb5\x0f\x70\xf7\xaa\x0e\x8e\xfe\ \xdc\xa5\x7c\xfe\xe4\xa5\x14\xdb\x05\x90\x64\x52\x7d\x1b\xb8\xe3\ \xae\xe7\x28\x9d\x7f\x2c\x15\x2e\x95\xfe\xce\x7d\xb4\x0d\x8e\x87\ \x70\xd2\xe1\x6e\xf6\x76\x0c\x62\x66\x23\x6c\x7a\x7b\x07\x35\x4b\ \xcf\xe4\x8b\x9f\x3f\x8e\x9e\x57\xee\xe6\xde\x17\x76\x1f\xb2\x88\ \x86\xb8\xff\xd6\xdb\x08\xf9\x66\x73\xc9\x85\x67\xd1\x58\xec\xc4\ \x12\x15\xf4\x58\x2b\x77\xfc\xf1\x19\xca\x96\x5e\xc0\x95\x67\xcc\ \xe4\xcd\x3f\xdf\xce\xa6\x01\x1b\x9e\xf4\x4e\xde\xda\xdd\x05\x58\ \xac\x5d\xbb\x99\x94\xbb\x98\x4c\xd7\x4e\x76\xb5\x8f\x80\xde\xcb\ \xed\xbf\xbe\x97\xdc\xe4\xe5\x5c\x76\xf1\xb9\x2c\x9c\x52\x4c\xc7\ \xea\x95\xfc\x65\x6d\x84\xb3\xae\xbc\x81\xa3\x0b\x47\xb9\xfb\xbe\ \xc7\xd9\xbf\x7b\x3d\x7f\x7a\xb6\x8d\xe3\x2f\xbe\x96\x4b\xce\x3a\ \x86\xa0\xed\x48\xf4\x5c\xc0\x22\x11\x4f\xe0\x2e\x2c\xa3\x24\xcf\ \x05\x82\x44\x5e\x69\x39\x01\x9b\x46\x3c\x9d\xe3\xe3\xea\x95\xe5\ \xda\x86\x26\x7a\x07\x06\xe8\x1f\x0b\x53\xaf\x89\x14\x16\x54\x33\ \x16\xea\xa6\xd8\x5f\x88\x43\x50\x09\x8f\xa6\xd8\xb0\x6d\x0f\x61\ \x9b\x8d\x31\x51\xc2\xec\x1a\xc0\x3e\x96\xc6\x57\x5f\x4e\x68\xa8\ \x8d\xf5\x2f\x3f\x4b\x85\x47\xa2\x38\xa0\x22\x61\x21\x20\x20\xe8\ \xd0\xb9\xab\x05\xbd\x3e\x8c\xa3\xb6\x8e\xd1\xd0\x08\x76\xa7\x8b\ \xfc\xe2\x7c\x04\x2d\x85\x6a\x57\xd0\x4c\x83\x4c\x3a\x0e\x86\x8e\ \xc3\xb2\xa8\x28\x2e\xc6\x9f\x5f\xc8\xc8\xc8\x28\xd1\xb1\x51\xb2\ \xc9\x28\x7a\x26\x83\x2c\xcb\xb8\x9c\x6e\x26\x95\x57\x10\x8f\x8c\ \xa1\x67\x33\xa0\x6b\xd8\xed\x2a\x95\xe5\x65\x78\x3d\x6e\x24\x59\ \xc1\x13\x28\xc0\xe5\xf6\x11\x4f\x66\xc8\xa4\x13\x0c\xf4\x76\x7d\ \x64\x88\xe0\x7f\x6d\x78\x44\x37\x90\x73\x49\x66\x36\xd5\xf1\xf8\ \x73\x2f\xf2\xc8\x9a\xad\x04\x82\x01\x36\x6f\xd9\xc6\x99\x27\x9d\ \xc0\x64\x6d\x98\xf5\xa3\xb1\x8f\x88\x35\x46\x78\x7d\xcd\x76\x9c\ \xcd\x5f\x20\x13\xb3\x51\xa2\x0e\xf2\xfa\xba\xfd\xcc\x3a\xce\x81\ \xcd\x66\x9f\xa0\xed\x14\x90\x55\x1b\xf2\x84\xd0\x82\xa4\x7a\x29\ \xad\x2c\xc4\x8f\xc6\x9b\xef\x6e\xa6\xf0\xe8\x8b\x58\x3a\x75\x32\ \x34\x7e\x8e\x2d\x6b\xbf\xc7\x96\xfd\xfd\x38\x55\x3b\x79\x45\x93\ \x28\xab\x9a\xca\x92\xb9\x95\x6c\xf4\x16\x53\x59\x39\x8d\xa3\xa6\ \xd4\xf0\x4a\xf7\x30\x50\xc9\xce\x8d\xaf\xf2\xf6\xbe\x21\x52\xc3\ \xc3\x24\xfc\x29\x72\x9a\x81\x20\xa8\x14\x96\x96\x92\x1f\xb4\x43\ \x5a\x44\x51\xed\xa8\x8a\xc5\x9e\x35\x9b\xc9\x9f\xb1\x82\xd3\x16\ \x4c\x39\x90\x84\xdb\xbd\xfa\x2d\x5e\xdc\xd0\x4e\x2e\xd1\x87\x96\ \xf0\x93\xe2\xfd\xb5\x33\x16\x5a\x0e\x6a\x96\x2c\xc6\xf3\xfa\x63\ \x6c\x1d\x33\x18\x6d\x1d\xa5\x79\xda\x29\x07\xd8\x03\x43\xed\xbb\ \x19\x50\x66\x72\xdd\xc9\x47\x91\xa7\xe8\x4c\xa9\xf2\x13\x31\x73\ \xb4\xb5\x6c\xa3\x6b\x64\x94\xb5\xcf\x3d\x88\x90\x19\x41\x33\xdc\ \x8c\x85\xd3\x80\x84\x2f\xbf\x90\xc2\x80\x97\xdc\x70\x1b\x5b\x77\ \xf4\xa3\x1a\x6f\x71\x7f\x2f\x8c\x64\x44\xf2\x46\x87\xd9\x17\x5e\ \x87\xd2\xb4\x94\x33\x96\x4e\x9f\x10\x54\x4e\x63\x98\x16\x9e\xbc\ \x62\x0a\x0b\x0e\xdf\xed\x18\x26\xf8\x4b\xea\x99\xd3\x50\x85\xbd\ \xe1\x74\x66\x6d\xfc\x2e\x9b\xda\x87\xa8\x2f\xea\xe3\x85\x27\x5e\ \x23\x92\xc9\x30\x16\xcb\x91\x19\xed\x67\xdb\xa6\xed\xd4\x9f\x78\ \x29\xcb\x66\xd6\x1f\x98\x3b\x49\x8b\xf2\xe8\x2d\xbf\xe5\xb8\x8b\ \x6f\xe4\xfc\x25\x93\x00\x1d\x51\x56\x50\x27\xa8\x65\x05\x49\xc1\ \xa6\x8e\x2b\xd3\x48\x0e\x3f\x93\x6a\x6b\xa8\xae\x76\x73\xe1\x29\ \x1b\xf9\xaf\xcd\x9b\x89\x9d\xdc\x8c\x17\xd0\xfa\xda\x68\x1f\xf2\ \x70\xe1\xbf\x9c\x44\x55\x50\x64\x46\x73\x39\x7d\x39\x83\xbe\x8e\ \x56\xda\xba\x46\x31\xd7\x3c\x4d\xa7\x95\x22\x9b\x33\x89\xa7\x45\ \xe6\x2d\x9d\xc3\xda\xb5\x7b\xc9\xcc\xc9\xd1\x96\x70\x73\xf6\xc2\ \x4a\xac\xa7\x44\x1c\x76\x95\xa1\xfd\xeb\xe8\x74\x36\xf3\xed\x33\ \x96\x50\x2e\x8d\x87\x87\x9e\xde\xb5\x83\xc1\x11\x99\x17\x1f\x5e\ \x49\x36\x3a\x42\xda\x28\x40\x72\x57\x33\x67\xb2\xc1\xaa\x67\x9e\ \xe7\x94\x53\x4e\xa5\x54\x39\x52\xdd\x64\x98\x16\xc1\xb2\x3a\xea\ \x1d\xe3\xa2\x32\xaa\x02\xe0\x62\xca\x9c\x85\x14\x14\x78\x51\x14\ \x09\xc8\xa2\x7f\xc8\x21\x1b\xd9\xeb\x0d\x90\xd3\x74\xc6\x46\x93\ \xc4\xc6\xe2\x60\x1a\xf4\xf7\x75\x51\x56\x51\x8d\x28\x83\xcb\xed\ \xc0\x26\x5a\x4c\xaf\x2e\x47\x09\x04\x49\x85\x86\x31\x07\xfa\xd9\ \xb3\xbe\x95\x86\x62\x07\x4b\x67\x55\xe2\x15\xb3\xc8\x46\x8e\xe8\ \x58\x94\xe1\xe1\x38\x2e\x6f\x21\xb5\xa5\xe5\xe4\xf9\xdd\xe4\xdb\ \x44\xca\x1a\x6b\xc8\xe9\x06\x9a\xa9\x61\x65\xe2\x48\x86\x4c\x2e\ \x99\x43\xcc\x8a\x14\x17\xe6\xa1\x3b\x5d\x74\x0f\x86\x70\x7b\xfd\ \x0c\x8f\x25\xe8\xea\xea\x25\xe8\x77\x63\x77\xba\xc9\x64\xd2\x64\ \xe2\x49\x54\xbb\x8b\x2c\x39\x0a\x83\x01\x3c\xb6\xbc\x71\x45\x1d\ \x2c\x32\x99\x0c\x0e\x8f\x87\x74\x36\x43\x71\x61\x1e\xc7\x1f\xb3\ \x98\x1d\xbb\xf6\x60\xe6\xd2\x7c\xda\x4e\x44\xe6\x2c\x81\xdc\x60\ \x17\xf3\x9b\x82\x64\x8f\x3f\x8e\x67\x5f\x79\x1d\xad\x75\x3f\x27\ \x1c\xbb\x8c\xd9\x6e\x83\x4c\x7b\x0b\xba\x52\x7a\x08\xfd\xeb\x41\ \x4b\xec\xdf\xca\x8e\x50\x0a\x8f\xba\x86\xbb\x3a\x05\x74\x53\xa6\ \x73\xdd\x3b\xc4\x17\xcd\x03\xb2\xc4\x72\x26\x30\x2e\xe5\x64\x4d\ \x88\xeb\x99\x86\x7e\x20\x06\xac\xc8\x32\xd9\x44\x6a\xfc\x4f\x4d\ \x23\x9d\xb6\x50\x15\x79\xc2\xd1\x35\x26\x80\x43\x20\x97\x1d\x8f\ \x95\xcb\x02\x28\xaa\x8d\x91\x8d\x0f\xf3\xe7\x57\xba\xf8\xca\xf7\ \xbe\x86\xf0\xee\x83\xdc\xb1\x5e\xc3\x04\x4c\x4b\x47\xb3\x3e\xe8\ \x7f\xc8\xb2\x40\x36\x99\x1a\x4f\x2c\x03\xe9\xee\xb7\xf9\xdd\xca\ \x35\x9c\xf9\xb5\xef\x33\xdf\x5c\xcd\xcd\x7f\xdc\x8c\x6e\x8d\x3f\ \x53\x14\xc7\x55\xb8\x4d\xd3\x42\x42\x03\xdf\x6c\xe6\x95\x3d\xc9\ \x9a\xe7\x9f\x42\x8b\x3a\x39\x6a\x56\xdd\x81\x3b\xab\x8a\x02\x99\ \x18\x29\x1d\xf2\x14\x30\x27\x94\x50\x44\x04\xdc\xe5\xb3\xb8\xe8\ \x8a\xf3\x71\xa3\x21\xaa\x76\x5c\x76\x8d\xbd\x9a\x86\x36\xb1\x3d\ \x15\x05\x01\x41\x0d\xb0\xf4\xf4\x8b\x58\x5e\xef\x46\x33\x45\xdc\ \x2e\x27\xbb\x9f\x7a\x92\x74\x46\x43\x83\x09\xd0\x16\xb0\x4c\x63\ \x3c\xd6\xfe\xc1\xcc\xd3\xc1\x1c\x8b\x96\x21\x9d\x12\x29\x13\xfa\ \xb9\xef\x8f\x77\x92\x9b\x7f\x35\xd7\x2d\xf6\x71\xe7\x4f\x6e\x45\ \xb7\xc6\xc7\x20\x99\x3a\x34\xde\x6e\x62\x48\x4e\xe6\x2c\x5f\xcc\ \xe0\xa6\x55\xbc\x73\xd4\x74\x16\x4d\x72\x22\x09\x02\x89\xf8\xc4\ \x78\x8f\x13\x7b\x1f\x3a\x94\xe3\x51\xf6\xac\x86\x20\x4a\x07\x2a\ \x56\x24\x45\x41\x30\x53\xc4\xb2\x3a\xa0\x8e\x93\xf0\x5b\xe3\x15\ \x62\x8a\xaf\x9a\xb3\x2e\xbe\x92\x6a\xa7\x89\x25\x2a\xd8\x5d\x0e\ \xe4\x82\x79\x14\xbc\xf4\x28\xf7\x3f\xdd\x85\x58\x39\x9f\xa9\x4e\ \xd8\x32\xf1\x18\x49\x56\x31\x32\x19\x74\x8d\x03\x72\x75\x82\x25\ \x50\xd8\x74\x0c\x57\x5c\x71\x2c\xe8\x1a\x92\x62\xc3\x61\x57\xb9\ \xea\x5b\x3f\x60\xcf\xdb\xcf\x73\xdb\x7f\x7d\x9f\xce\x6b\xbe\xcf\ \xe7\x67\xfd\x73\xc7\xc4\x2d\x0b\x14\xa7\x1b\xb9\xb7\x93\xcd\x6b\ \x47\x90\x65\x69\xfc\x7b\x24\x08\x8c\x6d\xdb\x88\x6e\x09\x14\x56\ \xd6\x53\x55\xe0\x9c\x10\x46\x38\x04\xb4\x37\x6f\xda\x09\x08\x48\ \xf8\xc9\xa4\x25\x32\x39\x83\x78\x36\x4e\x46\xcc\x80\xd3\x20\xe0\ \x97\x98\x53\x5f\x4a\x79\x79\x90\x58\x64\x8c\x88\x35\x8a\xab\x58\ \x24\xdf\x13\xa0\xb6\xd8\x85\x03\x1b\xe9\xb1\x7e\xb4\x74\x16\x2d\ \x93\x66\xe6\xec\x99\xec\x6e\x09\x91\x89\xa5\x88\xef\xeb\x27\xdc\ \xdf\x83\xdd\xe1\x43\x94\x14\x2c\x4c\xa2\xf1\x28\x55\xb5\x55\xf8\ \x65\x1b\xa3\xb1\x14\x23\xbd\x9d\xe8\x92\x83\x70\x34\xc9\xfe\x9e\ \x75\x68\x96\x80\xdb\x9f\x4f\x2c\x11\x45\x93\x41\x55\x1d\xc8\x92\ \x8a\x27\x50\xc0\xde\xad\xdb\x08\x0d\x0c\x50\xe0\x1d\x17\x61\x10\ \x10\xd0\x4d\x1d\x67\x26\x47\x3a\x9b\x23\x9a\x48\x22\xc8\x36\xea\ \x27\x57\xd3\x30\x6d\x0a\xba\xf1\xe9\x3a\x5c\x63\x58\x16\x99\xac\ \x86\xd9\xbb\x8f\xa5\xe5\x0d\x04\x4f\x3f\x89\x44\x26\xcb\x9c\x42\ \x37\x42\xdb\x26\x74\xc3\x24\x63\xe9\x1f\xc2\x23\x6e\xf0\xf6\xaa\ \xe7\x50\xe7\x9c\xcf\xf7\xbe\x74\xdc\xf8\xf7\x39\xbd\x9f\x1f\x7c\ \xe3\xa7\x3c\xd7\xb6\x88\xe9\xe5\x2e\x9e\xb8\xf3\x2e\x8c\x05\xf9\ \xec\xec\x89\x33\x17\x70\x94\x95\xa3\x64\x9e\xe1\xfe\xfb\x9f\x62\ \x7a\x4d\x1d\x33\x97\x9e\xc0\xea\x3f\x3c\xc2\x3d\x4f\x46\x50\x7b\ \xd7\xd3\x15\x9c\xcf\xe5\xf5\xc5\xbc\xf5\x52\x8c\xb4\xd3\x98\xc0\ \xa2\x14\x19\x75\xe2\xf7\x6c\x9a\x94\xa5\x61\xf3\x06\xb0\xb3\x9d\ \x7d\xbb\x77\x20\x75\x85\x48\xeb\x93\x91\x3c\xc5\x14\xfb\x2c\x9e\ \x7d\xf0\x61\x52\xd3\xea\x98\x3d\xdd\x89\x96\x49\x92\xc9\x5a\x2c\ \x3c\xf1\x78\x1e\xbc\xf9\x21\x7e\xb7\xd2\xa0\xb1\xc0\x4b\x41\xa1\ \x49\xc0\x09\x9d\x2d\x3b\x70\x5a\x5d\xc4\xb3\x06\x82\x00\xbe\xa0\ \xc2\xde\xcd\xeb\x18\x59\x71\x1a\x1e\x35\xcc\xda\xf5\x3b\x58\x5c\ \x35\x9f\xa3\x4f\x5c\xcc\x7f\xfc\xf0\x16\x84\x39\x57\x73\x5d\xc9\ \x41\x8f\x2e\xbf\x69\x3e\x73\x8a\x5f\xe7\xf7\xbf\xbb\x9b\x13\x67\ \x17\xf2\x6e\xdb\x28\x93\xe6\xdb\x98\x32\xf7\x38\x2a\x9e\xbd\x95\ \xbf\x3c\xee\x63\x6a\x91\x03\x67\x41\x0d\x47\xcf\xad\xa7\xa2\xb2\ \x84\x97\x5e\x7e\x86\xa7\xb2\x7d\x34\x4e\x6f\xe0\x84\xc5\x01\x5e\ \x7c\xf4\x21\x58\x3a\x05\xd1\x14\x99\x75\xdc\x71\x34\x2e\x3c\x89\ \xe0\xab\x7f\xe0\xd6\xbb\x55\xa6\x96\x38\x29\x9b\xbd\x90\x9a\xca\ \x0a\x5e\x7d\xf9\x71\x9e\x34\x67\x50\xde\xbc\x80\xb9\xd5\xc1\x09\ \x80\x93\x18\xed\xde\xc1\xaa\xd7\x5e\x27\xba\xfd\x35\xda\xd5\x59\ \x5c\x3c\xad\x8a\xe7\x5e\xb3\xd3\xda\xd3\xc2\xce\x3d\x1e\x06\xa3\ \x69\x6a\x25\x2f\x4b\x8e\x5d\xce\x0b\xbf\xf9\x33\x7f\xb4\xfa\x29\ \xf3\xb9\x98\x3a\xbf\x9e\x4c\x3a\x43\xc3\xd9\x57\xb2\x24\x74\x1f\ \x37\xdd\x72\x0b\xf9\x37\x7f\x8b\x99\x33\x66\xf0\xec\x1f\x1f\xe6\ \x81\x60\x02\x6d\xcf\x3e\x72\xe2\x42\x04\x41\x46\xca\xf5\xf3\xca\ \x33\xcf\x90\xae\x82\x57\x5f\xec\x63\xd1\xf9\xe7\x1d\xd8\x71\x88\ \x25\x53\x38\x7a\x4e\x80\x07\x7f\xff\x7b\xe2\xc7\x4d\x63\xef\xbb\ \x5d\x68\x4d\x22\xe5\x53\xe6\x31\xb3\xf8\x79\x1e\x7c\xe0\x09\x8e\ \x6e\xca\x47\x70\x15\xb0\x60\xf1\x5c\xbc\xc1\xe9\x2c\x2c\xbf\x97\ \xef\x3c\xda\xce\xd7\x7f\x7a\xfe\xf8\xde\x27\x9b\x26\x91\xcc\x90\ \x57\xbb\x94\x05\xee\x97\xb9\xf3\xd6\x7b\x58\xd2\x5c\x8c\xa7\x62\ \x36\x0b\x97\x2e\xe7\x8d\x3b\x5e\xe0\xc1\xe7\x4c\x2a\x9d\x22\x45\ \xf5\x33\xa9\x2f\xc8\xb1\x66\xcd\x5e\xfc\x79\x5e\x82\x6e\x9d\x68\ \x26\xc7\x3f\xbb\x09\x82\x80\x9e\x49\x10\xea\x0b\x91\x31\x92\xb4\ \xee\xed\x21\x38\xa9\x91\x42\xb7\x88\xa6\x19\x18\x96\x88\xe8\xab\ \x62\x52\xa1\xeb\x3d\xc1\xb8\x03\x26\x4d\x29\xce\xff\xbe\x81\x03\ \x43\x08\x90\xd1\x44\xba\x07\x07\x48\xea\x39\xaa\x1b\x26\x51\x31\ \xa9\x82\xb6\xfd\x7b\xd0\x46\x07\x48\x77\xb5\x60\xf5\xb6\x31\x39\ \x4f\xa5\x24\x4f\xc6\x4a\xf6\xe3\x96\x52\x94\x17\xb8\x31\xb4\x14\ \x08\x20\xa9\x4e\x44\xbb\x87\xbe\xd1\x28\x0e\x8f\x9b\xda\xea\x22\ \x1c\x76\x85\x48\x38\x42\x7c\x2c\x86\x68\x1a\xe4\xb2\x19\xf2\xfc\ \x6e\xec\x76\x3b\xe9\x64\x9a\x91\xe1\x30\xa1\x91\x30\x6d\x03\xc3\ \xf4\x0d\x0c\x91\xd5\xc7\x3d\xb6\x64\x32\x8e\x69\x1a\x18\xa6\x89\ \xea\xf0\x70\xcc\x09\x2b\x58\xf3\xce\x3a\x62\xe1\x10\x96\x91\x43\ \x33\x0c\xa2\x89\x18\x82\x28\x13\x4d\x24\x08\x16\x16\xe0\x76\x7b\ \x71\x38\x1d\xd4\xd6\x4e\x66\xee\x51\x0b\xb1\x05\x0b\x3e\x50\x3e\ \xa3\xaa\x2a\x6f\xae\x5e\x4d\x28\xd4\x47\x7e\x7e\xc1\x41\x59\xa6\ \xf7\xe0\xcd\x30\xa8\xaf\xab\xa5\xaa\x7a\xd2\x81\x93\x9b\xef\x17\ \x24\x8e\xc5\xa2\x38\x1c\x0e\x3c\x5e\x1f\xd6\x04\xd9\x55\x2c\x1a\ \xc1\xe7\x0f\xa0\xa8\xea\xdf\x6d\xa2\x35\xc3\xa4\x65\xf3\x5a\x46\ \x46\xc3\x84\x06\x42\x58\xe9\x18\x72\x3a\x46\x68\xff\x1e\x42\xd1\ \x04\xed\x09\x9d\xbc\x63\xcf\xa2\x7c\xc6\x02\x0e\x53\x5a\xb3\x32\ \x8c\x0e\xeb\xcc\x3c\x6a\x11\xc5\xfe\x09\x62\x7d\xc5\x4f\xd0\xa9\ \x62\xa9\x95\x7c\x66\xc5\x5c\x8c\x91\x4e\x3a\x06\xe2\x94\x4d\x3b\ \x9a\xa3\x67\xd7\xe3\xf5\x97\x33\xb9\xd8\x45\x77\x6b\x3b\xba\x23\ \x8f\xd9\x8b\x96\x32\xab\xca\x43\xfb\xde\xbd\xe8\x79\x53\xb9\xe0\ \x0b\x9f\xa3\xc8\x21\x62\x22\x50\x50\x5e\xc3\xa4\x42\x37\x08\x02\ \xc1\xf2\x1a\xaa\x8a\xfd\x08\x82\x88\xbf\xb8\x82\xc6\x19\xf3\x99\ \xe4\x33\xd8\xb7\x6b\x2f\x71\x31\xc0\x82\x25\x4b\xa8\x2f\x2f\xa2\ \x61\x72\x05\xb1\xde\xfd\x8c\x68\x36\x26\x37\xd4\xe1\x77\x7b\xa9\ \x9c\x54\x43\x5e\x41\x35\xb3\x9a\x8b\x18\xd8\xdf\x4a\x7f\x34\xc7\ \xa4\xd9\xc7\x72\xfc\xcc\x42\x3a\x76\xed\xa0\x2f\x6e\x63\xc6\x51\ \xc7\x30\xbd\xa6\x94\xe2\xca\x2a\xcc\x78\x82\xe0\xe4\xa9\x4c\xad\ \x2f\x26\x11\x33\xa9\x6e\xa8\xc4\x1b\x74\xd2\xb6\x69\x2d\x25\xc7\ \x5d\xc8\xc2\xea\x43\x28\xfe\x25\x0f\x33\x67\x4f\x83\xb1\x1e\xf6\ \xf7\x8c\x50\xd8\xb4\x90\xa5\xf3\xa6\x10\xcc\x2f\x67\x66\x73\x25\ \x23\x5d\x2d\xf4\x0d\x27\x09\x94\x56\x33\xb9\x2c\x8f\xb2\xea\x7a\ \x1c\xc9\x10\x1d\x83\x09\x0a\x6a\x67\x72\xcc\xd2\x45\xf8\xb4\x01\ \x5a\xdb\xfa\xd0\x6d\x7e\x6a\xea\x6a\xf0\xfa\x4a\x98\x39\xbd\x9a\ \x70\x67\x2b\xbd\xe1\x34\x79\x95\x4d\xcc\x9f\x37\x15\x67\xa6\x9f\ \xf6\xfe\x38\x45\xd5\x8d\x54\x04\xc7\xeb\xc0\x6d\x1e\x3f\x36\x29\ \x4b\x6f\x77\x3f\x62\xf1\x74\x2e\xba\xe0\x0c\x8a\x3d\x6e\x1a\xea\ \x6b\x48\xf5\xb5\xd2\xda\x3b\x46\xf1\xb4\xa3\x58\x38\xa3\x8e\xc2\ \x8a\x46\x9a\xab\x5c\xf4\xb4\xee\x27\x9c\x95\xa9\xaa\x6f\xa0\xc0\ \xe5\xa0\xa4\xb2\x86\xa6\xe9\x33\x29\xc8\x0d\x92\x74\x94\xd1\x34\ \x6d\x16\x55\x41\x83\xb6\x96\x76\x0c\xef\x24\x8e\x5d\x7e\x0c\x93\ \xbc\x1a\xeb\xde\x58\x0b\xc1\x22\x8c\x8c\xc1\xcc\x15\x67\x73\xfa\ \xc2\xc9\x87\x54\xad\x28\xd4\xcd\x9a\x45\x40\x1f\x65\x5f\x5b\x2f\ \xb6\x92\xe9\x2c\x3f\x7a\x2e\xc5\xc1\x02\x66\xce\x6c\x22\x33\xd4\ \x41\x67\xdf\x28\x4a\xb0\x8c\xba\x49\xa5\xa8\x40\x71\x49\x10\x6f\ \x79\x13\x4b\x17\x4e\xc3\x29\x01\x82\x80\xb7\xa4\x8a\x49\x65\xa5\ \x4c\x9f\x35\x0d\x73\xa4\x83\xf6\xd0\x18\x8e\xbc\x4a\x66\xcc\x9e\ \xc7\xb4\x2a\x2f\x3d\x6d\xad\x0c\x47\x75\x4a\x26\xd7\x53\xe2\xd6\ \xd8\xbd\x65\x0b\xad\x7d\x11\x6a\x17\x9d\xc9\x59\x8b\xeb\x0f\x53\ \x41\xfa\xb4\xd9\xc8\xf0\x10\x1e\x8f\xf7\x00\x66\xe8\xba\xce\xf0\ \xf0\xf0\xe1\x0c\xa8\x96\x85\xea\xca\xa7\xb9\xa9\x8a\x58\x6f\x27\ \xe1\xa4\x86\x3d\xaf\x92\x65\x27\x9c\xc0\xfc\x19\x4d\x34\x36\xd4\ \x53\x12\xf8\xd0\xa3\xec\x39\xe1\xe2\xe5\xc7\x59\x93\xab\x6b\xc9\ \xe4\x14\xec\xaa\x40\x67\xe7\x6e\xf6\xb5\x6c\xe5\xc4\x93\x57\x70\ \xd1\xa5\x97\xf0\xf0\xfd\xf7\xd3\xbb\x6b\x17\xd5\x3e\x27\x65\x4e\ \x99\xb2\xc9\xa5\x28\x1e\x1b\xb1\xf0\x10\x46\x26\x81\x96\x49\x60\ \x99\x16\x82\x64\x67\x34\x96\xa1\x6f\x34\x4d\xcf\x48\x1c\x55\x55\ \xc9\x73\x98\x18\xb9\x1c\x18\xe3\x25\x2c\xe1\x70\x14\x87\x4b\xa2\ \xb0\x34\x40\x49\x45\x35\xf1\x94\x41\x7b\x7b\x1f\x8a\xaf\x88\xac\ \xcd\x4d\x32\x6b\xd2\xdd\xdb\xcf\xc0\x60\x3f\xb9\x54\x1c\xbf\xdb\ \x8e\xaa\x4a\x14\x95\x4e\xe2\xc6\xef\xde\xc4\x5d\xf7\xdc\x87\xa2\ \x45\x10\x8c\x0c\xaa\xcd\x86\xac\xaa\x08\x08\x84\xc7\x22\x88\x92\ \x4c\x2e\x97\xc3\xe3\xf5\x32\xd8\xdf\x4f\xcd\xd4\x19\x5c\xfe\x8d\ \xef\x91\x49\xa5\x0e\xeb\xf1\xff\x2f\xb9\xb1\xbf\x55\x1c\xac\xb7\ \x65\x17\x91\x91\xa1\xf1\x78\xfd\x44\x58\x82\x09\xf5\x73\xbb\xdd\ \x41\x65\xd3\x74\x1c\x4e\xe7\x3f\xe1\x7e\x33\x43\xe7\xde\x6d\x6c\ \xdf\xbc\x99\x2d\x83\x1e\xae\xba\xf6\x22\x8a\x1d\xff\x84\x2e\x5c\ \xbc\x95\x9b\xbe\xf9\x6b\x96\x7c\xed\x27\x2c\x9b\xe4\x39\x52\x5a\ \xf7\xff\xc1\xfe\x3b\x72\x63\x82\x28\x61\xa4\x86\x58\xfd\xdc\x0b\ \x74\x0b\x15\x7c\xf6\xb4\x45\x84\xb7\xbe\xca\x3b\xbd\x4e\x4e\x3b\ \xf5\x18\x02\x2a\x1f\x1a\xe6\x04\x12\xb2\x58\x31\x95\xc9\xc7\x2c\ \x47\x94\x1d\x78\x44\x1d\xd7\x46\x37\x7a\x26\x45\x65\x5e\x09\x4a\ \xda\xc2\xa7\x78\x78\x6d\x5f\x1b\x11\xa7\x84\x6f\x6e\x03\x1d\x3d\ \x9d\x78\x82\x3e\x8a\xf2\x83\x28\x1e\x1f\x89\x48\x84\xc1\xc1\x21\ \x46\xc3\xc3\x24\x34\x0b\xcd\x14\x50\x15\x48\xa6\x63\x14\x07\x0a\ \x48\xa7\x74\xfa\x7a\x86\x48\x25\x33\xe8\x3a\x94\x94\x39\x28\xb5\ \x15\xa2\x99\x1a\xde\xa0\x9f\x32\x43\x20\xa9\x89\xd8\x14\x91\x44\ \x22\x8e\x43\x31\x71\xa9\x16\x66\x2a\x47\x32\x9a\x25\x96\x83\xc9\ \x55\xd5\xa8\xa4\x09\xf5\xb6\x11\x1f\x1b\xc4\xa1\x88\xd8\x1d\x4e\ \xca\xab\x2a\xb1\x4c\x70\xf9\x03\x64\x73\x59\x92\xf1\x18\x5a\xd4\ \x42\x33\x0d\x02\x79\x79\x58\x9f\x32\x42\x6d\x49\x14\xa8\x6a\x9c\ \x4a\xd5\x91\xef\xc5\x87\x98\xc9\x48\x5f\x07\x03\x66\x19\x17\x5d\ \xbc\xe2\x9f\x13\xb0\x01\x6c\xf9\x1c\x77\xfa\x69\x94\xf8\x8e\x48\ \x0a\xfd\x23\x9b\x28\x40\x34\x3a\x86\x99\x3f\x85\xcf\x1d\x3d\x8f\ \xa0\x4d\xa0\xf0\xa8\xe3\x51\x5b\xba\xb1\x74\x8d\x89\xcc\xe4\x87\ \x9a\x5c\xbb\x64\x05\x11\xa7\x0f\x8f\xcb\x89\x28\xeb\x14\x95\x57\ \x52\x57\x59\x43\x75\xb0\x04\x5b\x56\xc2\x29\x7b\xb0\x44\x3b\x69\ \xd1\xe4\xdd\x8e\x6e\xca\x8b\x0b\x59\x50\xdf\x88\xa4\x3a\x30\x73\ \x1a\x36\xa7\x8a\xcb\x2d\x82\xe4\x45\x4a\x24\x48\x0e\x8f\x10\x1e\ \x1e\xa1\xb0\xb4\x90\x86\xe6\x66\x4c\xcd\x20\x10\xec\xa2\xbf\x6f\ \x18\x59\x06\xd5\x69\x62\x49\x32\xf1\x64\x02\x9b\x20\xd3\xd6\xdd\ \x43\x47\x57\x88\x40\x9e\x0f\x41\x71\x62\x66\xb3\x14\xf8\x6c\xcc\ \x6a\x98\x86\x68\x6a\xc4\x63\x09\xa6\x37\x4d\xa2\x28\xe0\x62\x5a\ \xe3\x64\x7a\x43\x2a\xb1\x58\x14\x0b\x81\xa1\xd1\x31\x44\x49\x26\ \x32\xd6\x4b\x30\x3f\x88\x6e\x81\xc3\xa6\x32\x1a\x8a\x30\x3a\x16\ \x9e\x48\x54\x1d\xb1\x7f\x8e\x20\xa1\x93\xb9\xc7\x9f\xc7\xdc\x7f\ \xf6\x71\x50\x03\x2c\x5a\xb1\xe2\xc8\x7a\xf8\x47\xcf\x4f\x19\x06\ \x9e\xa2\x5a\x4e\x28\x95\x11\x4c\x9d\x9c\x36\x1e\xba\xaa\x6e\xa8\ \xc3\x34\x8c\x8f\xf2\xb2\xc7\x41\x3b\x98\x5f\x80\x80\x40\x2e\x67\ \x30\x98\xcb\xe1\xab\xac\x41\xd8\xdf\xc6\xde\x9e\x21\xaa\xa7\x5b\ \xa4\xf4\x14\x3e\x45\x66\xe1\x94\x26\x04\x29\x43\x69\x49\x1e\x42\ \xc6\xa2\xbf\x3f\x84\xdf\xed\x25\xcf\x17\xc0\xf0\x8b\x08\x62\x14\ \x03\x19\x35\x12\x27\x36\xa6\x93\x17\xc8\xd2\xb3\x77\x37\x68\x26\ \xb9\x44\x0a\xaf\x0b\x12\xe9\x24\x6e\x67\x3e\xa5\xa5\x15\xd8\x5d\ \x0e\xda\x3a\xbb\xc9\x66\xa2\x78\x1c\x39\xfc\x0e\x0b\xa7\xd7\x4e\ \xb5\xe2\xc4\x4a\x8f\xe1\xb7\xc7\x11\x6d\x4e\x6c\x75\x53\x88\x18\ \x59\x1e\x7f\xfa\x11\x0a\xf3\x14\x22\x19\x3f\xd1\x2c\xe8\x19\x03\ \x9b\xe5\x62\xfa\x94\x69\x44\xa3\x23\x38\x7d\x4e\x64\xbb\x83\xad\ \x3b\x5a\xe8\x8b\xab\x58\xae\x12\x3e\x75\xa7\x6b\x8e\xd8\x11\x3b\ \x62\x9f\x1e\x3f\x83\xf1\xd2\x5a\x41\x94\x90\xdf\xa7\xd4\x2e\x58\ \x26\xc6\x47\x9c\xb7\x90\x55\x0c\x44\x53\x04\x4b\x24\x67\x53\x49\ \xca\x22\xae\xca\x5a\x06\xbb\x5a\x88\x48\x06\x69\x21\x83\xd7\x2e\ \x62\x4b\x26\x71\xe5\xb9\x99\x3f\x7d\x16\xd1\xe1\x61\x12\x83\xc3\ \xf4\x77\x77\xb3\x2f\xb2\x83\x4c\x4e\x23\xad\x69\x24\xd2\x29\x52\ \xba\x86\x2c\x43\x61\x30\x48\x63\x45\x25\x82\x69\x90\xd2\x35\x24\ \x87\x93\x74\xce\xa0\x3f\x3c\x4a\x5b\x7b\x37\x4e\x97\x83\xa2\xa2\ \x7c\xdc\x2e\x3b\xdb\xde\x7d\x97\x9a\xaa\x12\xaa\x26\x37\x60\x17\ \x4d\x72\xc3\x1d\xf4\xed\xdf\x83\x6c\x2f\xa1\x2d\xd4\xc7\xba\x96\ \x10\x22\x26\x97\x9c\xbd\x02\x3d\x39\x4c\x64\x70\x08\xc5\x70\x12\ \xcc\x77\xb0\x7f\xcb\x0e\x12\xe9\x31\x4a\x6a\x2b\x90\x7d\x41\x92\ \x82\x1d\x29\xaf\x96\xf6\xa1\x2c\x47\x1c\xed\x23\x76\xc4\x8e\xd8\ \x3f\x2e\x6a\x0b\x48\xa2\x45\x22\x3a\x46\x22\x93\xe3\x40\x9d\xa6\ \x65\x21\xd9\xdd\xf8\x3d\x4e\x84\x0f\x39\x75\x21\x4b\x8a\x1d\xc1\ \x04\x4c\xb0\x04\x0d\xdd\xd0\x71\x39\x9d\xe4\x14\x3b\x82\x25\xe2\ \xf1\x78\x51\x1c\x36\x54\xb7\x8b\x84\xae\xf1\xce\xa6\x4d\x4c\x2a\ \x29\xa2\xb4\xbc\x84\xee\xb6\x76\x6c\x36\x11\xd5\x66\xc3\x96\x15\ \x29\x2a\x2e\xa0\xad\xaf\x0f\x87\x53\xa5\xb3\x67\x18\xb7\x60\x52\ \x52\x90\x8f\xd3\xe7\xc7\x10\x64\x92\xd9\x28\xe9\xac\x4e\x61\x51\ \x09\x15\x55\xe5\x58\x82\x49\xb2\x2b\x49\xd0\x9f\x47\x7f\xef\x20\ \xc3\x63\x39\x6c\x92\x40\xa9\x47\x26\x58\x52\xcb\x68\xc6\xa2\xb8\ \x64\x12\x72\xcb\x08\x7e\xa7\x88\x0b\x8b\xf9\x55\x5e\x6c\xa3\xbd\ \x74\xb5\x0f\x90\xcb\x0e\x91\xb2\xa0\xac\xb6\x92\x6c\x64\x10\xc5\ \xe5\xe2\xf8\x65\xc7\x10\x5b\xb5\x11\xaf\xd7\xf3\xa9\xe3\x1e\x39\ \x62\x47\xec\x88\x7d\x5a\x00\x5b\x44\x26\xcb\x9e\x75\x6f\xf0\xd6\ \xd6\x2e\x2c\x59\x46\x9c\xf0\xb6\x4d\x5d\x23\xd0\xb8\x98\xd3\x8e\ \x9e\x8e\x8a\xf6\x81\x80\x81\x6c\x08\x22\x82\x60\x21\xca\xe3\x09\ \x3c\x15\x18\x1b\x0a\x33\x3a\x1c\x46\xb0\xc6\x6b\x06\x73\xa6\x45\ \xd2\xd0\xb1\x5c\x32\xb6\x80\x87\xe1\xd8\x18\x36\x4c\x1a\x9a\x26\ \xa1\x67\xd3\xa4\xe2\x71\xe2\xe9\x1c\xa3\x89\x0c\xb2\x2c\x91\x33\ \x65\x42\x5d\xa3\xa8\x7a\x86\x44\x32\x87\xea\x8a\x91\xd1\x75\x52\ \x9a\x46\xd6\xd4\x31\x65\x07\xed\x3d\x9b\xe9\xe9\x6e\xa3\xa4\xa4\ \x80\x05\x73\xe6\x30\x10\x1a\xc6\x5f\x32\x99\xbc\xbc\x02\xbc\xb2\ \x89\x95\x4d\x90\x2f\x3a\xd8\xdc\x35\x8a\xa6\x09\x38\x55\x07\x72\ \x2e\x47\x99\xd7\x41\xae\xcc\x8b\x11\x1e\xa1\x20\xcf\x83\xcb\xe3\ \xc5\x93\xef\xc7\x96\x1f\x60\x34\x93\x25\xd1\xb5\x83\x22\xc2\x54\ \xfa\xc4\x23\xc2\xbe\x47\xec\x88\x1d\xb1\x7f\x48\x93\x24\x91\xb1\ \xce\x5d\xbc\xb5\x63\x8c\x85\xa7\x9c\x43\x75\xe0\xd0\x2a\x36\x0b\ \x41\x56\x91\x2d\xfd\x43\x4f\x37\xcb\x86\x61\xa2\xeb\x3a\x82\xa0\ \xa3\x09\x1a\x48\x02\xb2\x2c\x63\xe8\x06\x99\x4c\x0e\x49\x56\xc9\ \x1a\x26\x9d\xfd\x7d\x0c\x75\x47\x30\xa5\x66\x4e\x5d\x76\x0c\xa2\ \x96\x41\xca\x25\x31\xa5\x1c\x03\xbd\x83\xb4\xec\xef\x62\x30\x92\ \x42\xf6\xe6\x23\x4a\x22\x4e\xaf\x0d\x5f\x5e\x21\x96\x6c\x67\x60\ \x78\x8c\xfe\x91\x51\x50\x44\x5c\x1e\x37\xeb\x77\x6e\x60\x30\x6a\ \xb2\x78\xaa\x97\x74\x36\xcb\xba\x0d\x1b\x31\x0c\x17\x27\xcd\x5b\ \x4e\x3a\x67\xd1\x1b\x0d\x33\xd0\xd3\x47\x24\x6b\x31\x98\x11\xd1\ \x74\x11\xcb\x18\x8f\xa3\xdb\x6c\x22\x5d\x43\x51\xf2\x8a\x4b\x70\ \xda\x1d\x48\x62\x0e\x21\x1b\xc1\x95\x13\xd1\x52\x29\x6c\xe6\x08\ \xa7\x35\x17\x33\xb9\x31\x48\xce\x30\x8f\xac\x8e\x23\x76\xc4\x8e\ \xd8\x3f\x9c\x89\x82\x45\x64\x64\x08\x77\x55\x23\xd3\xea\xcb\x91\ \xb2\x99\xc3\xe8\x71\x2d\xd3\x40\xff\x08\xfc\x12\x4d\xc3\xc0\x34\ \x35\x72\x5a\x16\xdd\xcc\x91\xca\xa4\x71\xfb\xfc\xc8\x8a\x9d\x9c\ \x6e\x20\x2a\x2a\x81\xfc\x7c\x86\xc7\xc6\x50\x1d\x76\x16\x2e\x59\ \x42\xe3\xd4\x66\x02\x41\x2f\xb1\x44\x84\x9c\x91\xa1\xac\xa2\x8c\ \xd9\x73\x66\x52\xd7\x58\x8b\x20\x0a\xb8\x9d\x36\xec\x8a\x42\x22\ \x95\x46\xb7\x2c\x54\xa7\x9b\x82\xa2\x22\x4a\xcb\x2b\xf1\xf8\x03\ \x34\x4c\x2e\xe2\x9c\x93\xe7\x70\xcc\xb1\xc7\x31\xef\xa8\xa3\x38\ \xe9\xd4\xd3\x10\x1d\x12\x9b\x76\xef\xc6\x70\x38\x49\x0a\x12\x83\ \xa9\x2c\x1d\x43\x63\xac\xdf\xbe\x87\x84\xae\xe3\x0d\x78\xa8\xac\ \xaa\x64\x30\x9a\x25\xaa\x29\x94\xd5\x35\x92\x11\x60\x2c\x11\xc7\ \xb4\x72\xa4\xa3\x61\xc4\x54\x04\x31\x1a\x22\xdd\xbe\x99\xf0\xfe\ \xcd\x08\x92\x7c\x64\x75\xfc\x9d\x2d\x36\xd8\x4d\x5b\xf7\x30\x16\ \x60\x69\x09\x5a\xb6\x6e\xe0\xed\x0d\xdb\x18\x4e\x18\x1f\x7f\xa1\ \x69\x1c\x72\x70\x20\xc3\xea\xa7\x1e\xe0\xb5\xd6\xe8\x27\x7e\xbe\ \x16\xe9\x67\xcb\xfa\xb7\xd9\xb4\x63\x3f\xe9\x0f\xdd\x59\x69\xbc\ \xf5\xf8\x5d\x3c\xb6\xe5\x83\x34\xab\xfb\xd7\x3c\xcb\x13\xaf\xb6\ \x7e\xe2\x67\x46\xfa\xda\xe9\xe8\x0b\xff\xd5\x63\x37\xb8\x7b\x35\ \x7f\x7e\x6e\x1d\x87\xb3\x88\x5b\x8c\xf6\xee\xa7\xf3\x23\xb8\xbc\ \xbb\xd6\x3e\xcb\x93\xaf\x6c\xff\xc8\x7b\xb6\xac\x7e\x92\xe7\xdf\ \x6e\xf9\x1f\xb5\xc7\x8c\xb6\x70\xc7\x6d\x77\xb3\x27\xfe\xbf\x67\ \xfd\x8d\xab\x65\xfd\xed\x9d\xb3\x4c\xff\x0e\x1e\xb8\x7f\x15\x63\ \x7f\xa7\xc3\x9b\x26\x02\xde\x40\x80\x54\x68\x3f\xad\xdd\xc3\xa4\ \x32\x69\x52\xa9\xd4\x81\x9f\x4c\x4e\xff\x18\xc0\x37\x75\x54\x51\ \x04\x53\xc7\xd0\x72\x64\x32\x19\x2c\x51\xc4\x13\x08\x62\x88\x32\ \x76\xa7\x07\xd5\xe6\x60\x4a\xd3\x14\x96\x2e\x3a\x9a\x79\xf3\xe7\ \x93\xd5\x72\x74\xf7\xf4\x60\x22\x60\x08\x22\x09\x2d\x47\x4a\xcb\ \x51\xdf\xd8\xc0\xd4\xa9\xcd\xc4\x22\x11\x44\xcb\xa2\xb0\x20\x80\ \xc3\x61\xc3\xe3\x76\x50\x56\x51\x8a\x2f\xe0\xa3\xb3\x3b\xc4\xe0\ \x70\x84\x65\xcb\x97\x50\xdf\xdc\x44\x56\x37\xe8\x1b\x1a\x60\x28\ \x3a\xc4\xd3\x2f\xbc\xc8\xdb\xeb\xd7\xb0\x76\xd3\x7a\xda\xbb\xbb\ \x68\xeb\xea\x22\xa5\xa5\x31\x45\x93\xdd\x7b\xf7\xf1\xe8\xe3\x4f\ \xd3\xd3\xd1\x83\x6c\x1a\xb8\x1c\x32\xf3\x16\xcc\x40\x76\x3a\x68\ \xe9\x0a\x93\xd4\x24\x72\x38\x18\x1c\x4b\xb3\x63\x6f\x3b\x63\xb1\ \x24\xe2\x11\xd9\xad\xc3\x17\x78\xbc\x87\xa7\xef\xbb\x95\xff\xfc\ \xc9\x4f\xf8\xe5\x6d\x7f\x61\x77\xe8\xaf\xff\x76\xb6\xbd\xfd\x04\ \xf7\x3e\xbe\x09\x01\x78\xfd\xbe\x5f\x70\xcb\xbd\x4f\xb1\xfe\xdd\ \x1d\x0c\x47\x3f\x0e\xb4\xa3\x3c\x79\xdf\xad\xbc\xdc\xf1\x1e\xa9\ \x7f\x9a\x0d\xab\x5f\x65\xe7\xb0\xf6\xc9\x1e\x9e\xee\xe0\xf6\x5f\ \xde\xcc\xca\xe7\x57\xb3\x75\xfb\xbe\x8f\x04\xed\x3d\x5b\xd6\xb1\ \x2b\xf4\x41\x01\x81\xae\x4d\x6f\xf1\xd6\x96\xbe\x14\x32\x8a\xd2\ \x00\x00\x20\x00\x49\x44\x41\x54\x4f\xdc\xe7\x5d\x2f\xfd\x85\x07\ \x5f\xde\xf6\x57\x8f\xdd\x50\xdb\x46\x5e\xde\xd4\xce\xe1\x23\xa5\ \xb3\xf9\xd9\x7b\x79\xe4\xad\x7d\x1f\x7a\x4d\xef\x96\x37\x79\x67\ \x67\xef\x47\xcf\xc7\xfa\xd7\x58\xbf\x6f\xf0\x7f\xd4\x1e\x23\x3d\ \xc4\x86\xcd\x3b\x88\x6a\xff\x7b\xd6\xf4\x8e\xa7\xee\xe5\xa1\x97\ \xf6\xfd\xed\x41\x7b\xb0\x9d\x55\xab\x36\x92\x34\xfe\x3e\xed\x36\ \x74\x93\x60\xe5\x34\xe6\x54\xc2\x4b\x8f\xac\xe4\x2f\x0f\x3d\xca\ \x23\x8f\x3e\xc6\x23\x8f\x3e\xc6\x43\x0f\x3e\xc8\xf3\x1b\x5b\xd0\ \x04\xf9\x43\xc9\xfe\x64\x23\x15\x41\x91\x15\x44\x2d\x87\x20\x1b\ \x08\x22\xa0\x2a\x88\x2e\x3b\x69\xd3\x44\x71\xb9\x70\xa8\x4e\xcc\ \x74\x82\xd4\xf0\x18\xfb\xb7\x6e\x27\xcf\x6d\xa7\xa6\x69\x0a\x03\ \x1d\xfb\xe9\xe9\xee\x24\x16\x89\x92\x4c\x65\xe8\xde\xd5\x8a\xc3\ \xe1\xe5\xa8\xd9\x8d\x58\x16\x54\x96\x94\x30\x3c\x32\x42\x22\x9b\ \x25\x9d\x8a\x31\x18\x8e\x10\x4f\xa4\x40\x31\x58\xbd\x66\x0d\x1e\ \x9f\x9b\x44\x3c\x86\x2a\x19\xcc\x98\x56\x8f\xe0\x1a\xa2\x75\xcf\ \x16\x66\x34\xd4\x33\xad\x66\x2a\xdd\x03\x61\xb6\x77\x0e\xd3\x3f\ \xd8\x4f\x73\x73\x2d\xd3\x0a\x65\x5c\xa6\x8e\x4d\x16\xd0\xa3\xdd\ \xec\xea\x1c\x25\x16\x4f\x91\xc1\xc6\x40\x4a\xa4\xa8\xb4\x86\xca\ \x8a\x99\x88\x3d\x9d\xa4\x1c\x45\x08\x96\x71\x04\xa9\x0f\x58\x82\ \x95\xbf\xf9\x4f\x5e\x8f\x4c\xe6\xec\xe5\xd3\x19\x1b\x4e\xa2\x6b\ \x26\x96\x16\xa3\x65\xf7\x5e\x86\xa2\x39\x3c\x85\x95\x34\x35\x56\ \xf2\xde\xb1\x8c\xf8\x60\x07\x3b\xf7\xf5\xe0\x2c\x9e\xcc\x94\xfa\ \x72\x64\x00\x2d\x49\xfb\xde\xdd\xf4\x46\x75\x2a\x1a\x67\x50\xb3\ \xe0\x33\x9c\x3d\xc5\x0f\x66\x37\x2f\xad\x69\xa5\xe2\xc4\xcb\x38\ \x61\x56\x31\x72\xa6\x97\x8e\xbe\x3c\x26\x95\xf9\x20\x17\xa7\xad\ \xad\x9f\x82\x9a\x3a\xbc\xaa\x00\x64\xd8\xb7\x75\x1d\xe1\x6c\x05\ \x81\xd1\x6a\x1a\x67\x56\xe0\xb0\xc9\xf4\xef\xd9\xc0\x26\x29\x1f\ \x7f\x55\x3d\xb5\xc5\xfe\x71\x8f\x24\x1b\x66\xd7\xf6\x3d\xc4\x04\ \x3f\xcd\x53\xa6\x10\x38\xe4\xd0\x4c\x7c\xdf\x3a\x36\x77\xe4\x38\ \xed\xf2\xe5\xd4\x17\x95\x10\x10\x21\x17\xee\x61\xdb\x9e\x4e\xc4\ \x40\x05\x53\x9a\xaa\xb1\x0b\x02\xb2\xa2\x20\xbf\x57\x4a\x64\x64\ \xe9\xde\xb7\x8b\xfe\x8c\x49\x77\x38\x83\x9a\x3f\x7e\x88\xc1\xca\ \x26\xd8\xbb\x73\x3b\xa3\x9a\x8b\xc6\xe9\xcd\xe4\x3b\x15\x32\x91\ \x01\x5a\xdb\x3a\x08\xa7\x25\x26\x35\xcd\xa0\x32\x6f\x7c\x64\x1a\ \x96\x9d\x81\x9f\x42\xc0\x60\xa0\x7d\x2f\x1d\xfd\x61\x4c\xc5\x43\ \x6d\xf3\x54\x8a\xdc\x07\x77\x77\x91\xfe\x56\x46\xcc\x20\xb5\x65\ \x79\x68\x91\x10\x3d\x51\x99\xc9\x55\x85\x68\x89\x11\xfa\xc6\x0c\ \x74\xd9\x85\x19\xee\x62\xfd\xba\xcd\xf8\x3d\x7e\x9a\x9a\x6b\x70\ \x08\x32\xd3\x8e\x3f\x87\x0a\x5b\xc5\x04\x86\xc7\xd8\xb7\x73\x0f\ \x83\x09\x91\xfa\x19\xb3\xb0\x39\x55\x12\x3d\x6d\xac\xdd\xb4\x01\ \xa7\xb7\x8c\xe6\xda\x32\x0e\x25\xcd\x53\x6d\x0a\xc9\xc1\x4e\x36\ \x6d\xb1\x23\xdb\x8b\x99\xda\x50\x81\x2c\x42\xac\xbf\x95\x9d\xfb\ \x43\x08\xce\x02\x9a\x9b\x1b\xf1\x39\xc6\x2f\x0a\xf7\xb4\xb0\xb7\ \xa3\x1f\x47\x71\x1d\x75\x3e\x19\x9b\xaa\x20\xcb\x40\xa2\x9f\xed\ \x5d\x19\x1a\x6a\x0b\x08\x75\xf7\x93\x57\x5d\x87\x57\xd1\x09\xb5\ \xb5\x23\x15\x54\x53\xe4\x36\xe9\x6e\x6b\xa1\x67\x20\x82\xe4\x2a\ \xa0\xb1\xa9\x11\xbf\x43\x18\x57\x25\xda\xbd\x8b\x9e\xd1\x2c\x45\ \x93\xa6\xd0\x58\x19\x38\x08\x84\x91\x5e\xb6\xef\xea\x20\x27\xb9\ \xa9\x6d\x6e\xa2\xd8\x6b\x47\x4b\x8c\xd2\xd6\xd6\xc6\x60\x54\xa7\ \xb4\x6e\x3a\x75\x25\x6e\x06\xdb\x77\xd2\xd2\x1b\xa5\xa8\xa6\x99\ \xfa\xb2\xc0\xe1\xaf\xfb\x81\x76\x76\xb7\x74\x23\x78\x4a\x98\x33\ \xab\x81\xf0\xfe\xcd\xbc\x3a\x98\xa4\x32\x3f\x41\x71\x59\x13\xb5\ \x65\x6e\xc2\xdd\xbb\xd9\xd3\x35\x46\xb0\xaa\x91\x86\xca\x3c\x44\ \x20\x31\xd2\x43\x4b\x5b\x37\x09\xd3\x49\xe3\xd4\x19\x14\xba\x75\ \xda\x76\x6c\x21\x14\x97\xa9\x9d\x36\x85\x12\xef\x38\xbd\x43\xb4\ \xaf\x95\x96\xfe\x08\xc9\xf6\x5e\x04\xd5\xf6\xf7\xa9\x40\x13\x44\ \x14\x45\x41\x92\x02\x2c\x38\xe9\x3c\x9a\x16\x84\x89\x25\xb3\xe3\ \xf1\x6b\xcb\x20\x9b\xcd\x21\x39\xfd\xc8\x96\xf1\xe1\x31\x6d\x41\ \x4b\x60\xea\x32\xa2\x31\x2e\x81\xa3\x09\x90\xc3\x40\x93\x65\x74\ \x59\x21\x6b\x9a\xe8\x39\x83\xaa\x82\x62\x0a\x0b\x83\x0c\xb6\x75\ \xd2\x95\x0a\xd3\x3c\x75\x2a\xc1\x82\x32\x9c\xfe\x02\xd6\xaf\x5f\ \x4f\x78\x34\xc1\xdc\xa3\x16\xa3\xca\x0a\xb9\x64\x92\x64\x34\x82\ \xc7\x25\x33\xd0\x1b\xa5\xbf\xaf\x9f\x78\x4e\x23\x9e\xd5\x29\x29\ \xcd\x23\xa5\x25\x69\x9e\xd6\x44\x6d\x7d\x1d\x9b\x36\x6f\xc2\xa3\ \xe8\x14\x78\x5c\xa4\x33\x06\xa9\x40\x8e\xa9\x95\x79\xa4\x23\x61\ \x1a\x4b\x7c\x44\xa2\x49\xc6\xfa\x35\x26\x57\x94\xd1\x54\xe9\xc4\ \x91\x18\xc5\xd4\x52\x78\x0a\x83\xec\x0f\x09\x74\x0f\xb6\x30\x12\ \xcd\x30\x94\x1a\x60\x5b\x47\x82\x8c\xae\x13\x89\x87\x99\x2b\xf9\ \xf8\x8c\x24\x71\x84\x9a\xe6\x3d\x4b\x11\x1a\x1c\x21\x7f\xce\x25\ \x7c\xe6\xa4\xf9\x07\x3d\x95\x17\x7e\xcf\xf7\xee\xde\xc4\xf4\x99\ \x35\x0c\xb5\xb6\x50\x71\xfc\xe5\xdc\x78\xe1\x31\x64\xf6\xbf\xc9\ \x2f\x6f\x7f\x1a\x7b\x69\x29\x23\x6d\x0f\xd3\x7c\xe6\x0d\x5c\x76\ \x7c\x35\xcf\xdf\xf1\x23\x1e\xdb\x9d\xa5\xb4\x28\xc8\x1c\x5f\x35\ \x93\x76\x3d\xc6\xed\x7b\xa7\x72\xdb\xf7\x67\x60\x5a\x26\xa1\x7d\ \x5b\xd8\x68\xab\xc3\x15\xda\xc2\x6b\x3d\xe5\xdc\xf6\xb3\x2b\x48\ \xb5\xbe\xc1\x8f\x6e\x7e\x9b\x7f\xbf\xed\x3f\xf1\xaa\x00\x22\x36\ \x9b\xcc\x60\xcb\x36\x36\x58\x31\xf2\x1a\x4b\x91\x2d\x83\xd6\x0d\ \x6f\xf2\x72\x67\x96\x5d\x3d\x22\xd7\xfe\xf0\x66\x16\x55\xc6\xb8\ \xff\xb7\xbf\x64\x77\x26\x0f\x4f\xba\x97\x27\xdf\x5a\xc4\xb7\x6e\ \xf8\x3c\x81\x09\x90\x32\x34\x0b\x21\x9b\x60\xf7\xe6\x75\xa4\xea\ \x96\x50\xed\x1f\xe5\x57\x3f\xf9\x1d\x11\x4f\x19\x66\xb8\x8f\xe0\ \xa2\xcb\xf8\xee\x45\x0b\x91\x26\x38\x20\x00\xd6\x3d\xf8\x5f\xdc\ \xfa\x4a\x2f\x75\x0d\x65\xec\xdf\xde\x49\xe1\x09\x76\x20\xcd\x13\ \xb7\xff\x8c\xf5\x63\x1e\xf2\xad\x01\x1e\x5f\x35\x8d\x1f\x7c\xf7\ \x52\x36\xfd\xf9\x16\x6e\x5d\x17\x67\xfa\xf4\x5a\x8c\x60\xfd\x01\ \xd0\xde\xf5\xdc\xdd\xbc\x28\x9e\xca\xcd\x5f\xac\xe4\x96\x6f\x7f\ \x8f\xe4\xe4\x59\x78\x63\xad\x8c\x7a\xe7\xf3\xdd\x1f\x5c\x4b\xe9\ \x04\x6e\x77\xaf\xfd\x0b\x37\xaf\x2f\xe1\xde\x9f\x5e\x49\xeb\x53\ \xb7\x72\xd3\x1b\x36\xee\xb9\xe7\x3b\xf4\xad\xf9\x13\x3f\x7d\xc7\ \xcf\x15\xcb\x3c\xc4\x3b\xd7\xf2\xd6\xeb\x16\x03\xbb\x77\x33\xe9\ \x33\xd7\xf3\xf5\xf3\x17\xb0\xf9\x99\xdb\x58\x57\x70\x19\x37\x5d\ \x38\x83\x87\x7f\xf3\x43\x5e\x68\xb5\x28\x2f\x2e\x24\xed\xa9\xa1\ \x4c\x15\xe8\xdf\xbf\x95\xd7\x5f\x19\xa5\x75\x57\x1b\xf3\x2f\xfd\ \x2e\xd7\x2c\x3f\xc8\x66\xa8\x88\x39\xf6\xbd\xfb\x3a\x2f\x58\xed\ \xf4\xec\xe9\xa0\xfe\xf4\xeb\xf9\xda\x39\x73\x08\x77\x6d\x67\xe3\ \xbb\x3d\x8c\x76\xed\xe5\xb1\xaa\x53\xf8\xf1\x0d\xa7\x31\xba\xee\ \x61\x7e\x72\xc7\x4b\x38\x4a\xcb\x28\x6f\x4c\x51\x72\x42\xc1\xb8\ \x24\x60\x6e\x94\xbb\x6f\xf9\x01\x3d\xb5\x97\xf0\x9d\xb2\x11\x6e\ \xf9\xf1\xad\x9c\xfb\xf3\xbb\x59\x54\x10\xe3\xb1\x5b\x7e\x80\xf3\ \xbc\x5f\x72\x79\xf5\x3e\x7e\xfa\x9d\x5f\xe3\x68\x98\x85\x14\xee\ \x20\x1a\x5c\xc2\xcd\xdf\xbd\x8c\x8e\xa7\x6e\xe3\x0f\x6f\x0c\x53\ \x57\x9d\x4f\x71\x36\x78\x18\x68\xc7\x87\xda\xd8\xb8\x69\x2b\xf1\ \xe1\x0e\x56\x3e\xd5\xcc\x8f\x7f\x72\x25\xa1\xe7\xee\xe6\x47\x8f\ \xb5\xd0\x34\xa3\x8e\x79\xde\x1a\x6c\xed\xcf\xf2\xdb\xc7\xb6\x53\ \x5a\xe6\xa6\xfd\xa1\xa7\x39\xf3\xfa\x6f\x70\x5c\xe3\x38\xe9\x56\ \xae\x67\x3d\xbf\xfa\xc9\xdd\x58\x95\xf5\x04\x3d\x45\x54\xcd\x6c\ \xc0\x61\x57\x49\x0e\xef\x67\xdd\x3a\x85\xf9\xc7\xd7\xe1\xea\x7b\ \x90\x1f\xfd\xe1\x55\xf2\xca\x8b\xe8\xef\x5d\xc9\x71\x5f\xfc\x36\ \x5f\x58\x54\xca\x33\xbf\xf9\x31\x4f\xf5\x39\x99\x36\xb5\x09\x7f\ \x55\x2d\x2d\x4f\xdd\xc6\x93\xbb\x75\xca\xdc\x71\x1e\x7e\xfa\x2d\ \x6e\xfc\xe1\x57\x09\xb6\xbf\xc8\xf7\x7e\x76\x3f\x6a\x75\x23\xca\ \xe0\x6e\x06\x73\xf3\x27\x28\x8b\xff\x96\x78\x2d\x62\x24\xc3\x6c\ \x7c\x77\x2b\x61\x5d\x42\x91\xc6\xd7\xa5\x80\x80\x65\x19\x28\xde\ \x4a\xe6\xce\xac\xc3\x2e\x7e\x74\x4c\x5b\x96\x8d\x0c\x98\x22\xa2\ \xa9\x8e\xab\xa6\xcb\x02\x3a\x22\xa6\xaa\x10\xcf\x66\x10\x15\x15\ \x8f\xcb\x4b\x53\x75\x1d\x1e\xb7\x84\xec\xd4\x18\x53\x2c\xba\x3b\ \x7a\xb0\xfb\x83\xd4\x4f\x9f\x4e\xdd\x3c\x05\x7f\x4f\x37\xd3\x9a\ \xeb\x71\xf8\xdc\x30\x32\xc8\xf6\x75\x6b\x18\x18\xe8\xa3\xa2\x24\ \x40\x71\x69\x01\x59\x41\x66\x7f\x6f\x1f\x96\xcd\x41\xc6\x34\xe9\ \xea\xee\x20\x1c\x0b\xb3\x7d\xe7\x0e\x32\x03\x03\xd4\xe4\x3b\x29\ \xac\xa8\xa1\x34\xe8\x46\x8d\x0d\x22\x67\xe3\x68\x7a\x0e\x5b\x2a\ \x8a\x5f\x04\x87\x65\x12\x0e\x0d\x22\x65\xe2\xc8\x8a\xc5\x60\xa6\ \x07\xd1\xe3\x66\xca\x8c\xa9\xc4\x36\x77\x61\x4a\x2e\xbc\xbe\x12\ \x7a\x7a\xbb\xb0\x32\x11\xd0\x12\x1f\x4b\x24\xfe\xcf\x67\x85\x5c\ \x7e\xcd\x35\xdc\xfa\x87\x3f\xf1\xd5\x5d\xcf\x31\x77\xf9\x67\xb9\ \x60\xc5\x6c\xb2\x89\x08\xf9\x0b\xce\xe4\xbb\x5f\x3b\x9d\x4c\xfb\ \xab\x5c\xff\xef\x8f\xb2\xe5\xd8\xd9\x8c\x3c\xf7\x67\xf6\xcb\xd3\ \xb8\x76\xd9\x52\x3a\xb4\xbd\x3c\xf2\xfc\xf3\x2c\x2c\x6b\xe6\x91\ \xcd\x06\x5f\xf9\xf9\xaf\x98\x35\x41\x17\xbd\x65\x07\xe3\xdc\xbf\ \x86\x8e\xe0\x2d\xe4\x94\x2f\x7d\x8d\x93\xca\x41\xeb\xb6\xf3\xfa\ \x8f\x5f\x62\x57\x0a\xd4\x8e\x3d\xb8\xa6\xcf\xa1\xca\x7b\x30\x6e\ \x6b\x88\x76\x8e\xbe\xf0\x7a\x2e\x9f\x1d\x04\x22\x3c\x63\xc9\x1c\ \x73\xf1\xbf\x72\xdd\xe2\x20\x0f\xde\x74\x15\xab\x36\xef\xa1\x2a\ \xb4\x9b\xe7\xd6\x45\x38\xf7\xcb\x67\x51\x10\x7b\x97\x5f\xfc\xee\ \x49\x36\x9e\x72\x2a\x27\xd6\x3b\x27\xc2\xe2\x06\x9e\xf2\xd9\x5c\ \xfb\x6f\x37\x90\x87\xc9\x33\xb7\xfc\x2b\x03\x55\x9f\xe3\xd6\x7f\ \xfb\x0c\x5a\xd7\x6a\x6e\xf8\xf7\x3f\xb1\x79\x45\x33\xb2\x2c\x81\ \xa8\x40\x6a\x3b\x7f\x7a\xa9\x83\xb3\xbe\xf5\x5b\xce\x68\x74\xb0\ \xea\x97\xdf\xe0\x75\x2c\x52\xad\xcf\xf0\xd0\x3b\x5d\x9c\xfa\xa5\ \xeb\x69\x16\x76\xf3\xf3\xdf\x3c\xc6\x8b\xed\x67\xe2\x88\xe7\x98\ \x7e\xd2\x35\x7c\xe7\xa2\xa9\x87\xc7\x14\x65\x15\x45\x92\x30\x33\ \x09\x52\xb6\x1a\x2e\xbf\xe1\xdb\xcc\x0c\xb6\x70\xe3\x95\x3f\x65\ \xf5\xee\x04\xe7\x4f\x1f\xd7\xe7\xac\x9b\x75\x0c\xc1\x67\x5f\xa6\ \x3f\x11\x67\x77\xef\x28\xd1\xb0\xc9\xbe\x08\x8c\xec\xe9\x66\xea\ \xfc\x13\xc8\x93\xd7\x52\x30\x67\x05\xdf\xf8\xf7\x0b\x48\x6e\xbc\ \x8b\xaf\xde\xfb\x02\x43\xe7\x2f\xc0\x66\x53\x71\xba\x6c\x0c\x6d\ \x7d\x8e\xe7\xb7\x3b\xf9\x8f\xdf\xfe\x90\xda\x09\x1a\x91\x75\x1b\ \x0c\x1a\x96\x9c\xcd\xb7\x6e\x38\x99\x7d\x4f\xfc\x9c\x9f\x3c\xfd\ \x06\x17\x2f\xaf\x3b\xc0\xe2\x97\xd5\x65\x66\x9e\x70\x31\xdf\xb9\ \x72\x19\xb1\xed\x0f\xf2\xe5\x5f\xaf\x64\xc7\x29\x73\x98\x36\x63\ \x09\x27\x38\x43\xf4\xef\xb4\xf8\xc3\x73\x9b\x19\x0c\xcf\xe5\xb1\ \x87\x9f\x62\xf2\x79\xdf\xe3\x5f\x56\x8c\xf3\x76\xeb\x23\x1b\x31\ \x13\x21\xee\xbd\xf9\x27\x54\xcc\x38\x87\x6f\x5e\xb2\x10\x71\x6c\ \x3d\x36\x87\x1d\x59\x18\x87\x16\xd5\xee\x40\x55\x44\xf4\x54\x0c\ \x21\x30\x8d\xaf\x7e\xff\x3f\x28\xcf\xf5\xf2\xd3\x7f\xbd\x91\x47\ \xd6\xcc\xa3\xb4\xb7\x1d\x3d\xff\x28\x2e\xbe\xe6\x02\x0a\x1d\x87\ \x23\x5e\xb0\x7a\x16\x27\x2e\x0f\x30\xda\x17\xe0\x0f\x77\xbe\xca\ \x9e\xc1\x8b\x91\xa2\x71\x2a\x8f\xba\x80\x1f\xfc\xeb\x32\xd0\xba\ \xf9\xf1\x57\x1f\xc6\x6a\xfc\x02\xc7\x2e\x2e\x21\xdb\xfe\x33\xee\ \x5f\xb5\x8e\x63\x1b\x3f\x83\x00\x64\xc2\x21\xda\x07\x4c\xce\xbf\ \xf6\x22\x4e\x9a\x5a\x88\x00\xec\xc9\x49\x34\x2f\x3e\x9b\xaf\x7d\ \x69\x11\x58\x21\x6e\xba\xfe\x45\xea\x3f\xff\x03\xbe\x7a\x62\x15\ \x1d\x2f\xdc\xc2\x0f\x57\xde\xcf\x29\x8b\x6e\x20\x12\x97\x38\xf6\ \xdc\x1b\xb9\xea\xc4\x12\xf4\x9e\x55\x5c\xf9\xdc\x66\xe6\x9c\xff\ \x15\x16\xe7\x0d\xb1\xeb\x17\x77\xf2\xfc\xd6\xcf\x10\x78\xf5\x19\ \xd4\xa3\xaf\xe3\x67\x5f\x3c\x8a\xf0\xa6\x47\xb8\xf1\xb6\x0e\xb4\ \xbf\x53\x2d\x83\x28\x89\x64\x47\xfa\xd9\x15\x4a\x51\xd7\x54\x83\ \x53\xb2\x10\xb4\x28\x3b\x36\x6f\xa0\xb8\xba\x9c\xda\xe0\x47\x13\ \xcf\xc9\x3b\x36\xaf\xa5\x20\xbf\x14\xb7\xaf\x08\xc3\x26\x83\xdd\ \x86\x89\x80\x25\x48\x98\x08\xf8\xdc\x5e\x32\xa9\x04\xa3\x03\x21\ \xe4\x3c\x37\x65\xc1\x3c\x9c\xce\x42\xc2\x89\x0c\x49\x04\x54\xb7\ \x87\xa9\xb3\x2b\x30\xa6\x4e\x65\x20\xd4\x85\x3e\xd4\x4f\x50\xb0\ \x98\x34\xb9\x8a\xe6\x29\x8d\x74\x74\xf7\xb0\xb7\xad\x83\xc2\xe2\ \x7c\xdc\x79\x01\x0c\xd9\x86\x29\xcb\xb4\xf7\x74\xb3\x6e\xfd\xbb\ \x6c\xdf\x39\x40\x53\xa1\x0d\x9f\x5d\xc1\x8c\xc7\xf0\xd8\x6d\x78\ \x25\x09\xd9\xe5\x42\x53\x3c\x24\x47\x76\xe2\x96\x25\xdc\xaa\x82\ \x22\x2a\x44\xb2\x22\xaa\x64\x43\x51\x65\x34\x4b\xc0\x1f\xf4\xe2\ \x70\x0c\x32\x32\x1a\xc1\x63\x73\x91\x89\x0c\x23\x67\x34\xec\xe8\ \x47\x84\x47\xdf\x67\xf9\x4d\xcb\xf8\xee\x2f\x16\x13\xda\xbb\x8e\ \x3b\x6f\xff\x25\x37\x25\xaf\xe7\x44\xc5\x89\xaa\xc8\x58\x80\xb3\ \x74\x1a\xf5\xce\xfb\x19\xec\xeb\x67\x2c\x1c\x45\x16\x32\xb4\xec\ \xd8\x82\x16\x98\xcf\xa5\x47\xcf\x27\x17\x7a\x0b\xad\xa4\x8a\xf2\ \x0f\x53\x33\x13\xc6\x77\x6a\xe3\xac\x8a\x22\x4a\xe5\x62\x66\xfb\ \x9f\x64\xc3\xdb\xbb\x29\x68\x19\xa6\x69\xea\x19\xd8\x0f\x49\xb6\ \x8d\x97\x37\x1d\xce\xff\x3c\xfe\x8e\x95\x29\x28\x2d\x64\x57\x2e\ \xc1\xc0\x50\x84\x1c\x12\xc3\x9d\xbb\x19\xd5\x45\x4e\xbb\xe4\x02\ \xea\x83\xef\x93\x3f\x30\xcd\x89\xac\x7b\x82\xd0\x68\x98\x92\x25\ \x0d\xe3\x1e\x67\x49\x15\x15\xbe\x04\x7d\xa3\xb1\x71\x49\x32\x59\ \x81\x48\x88\xa4\xcb\x4f\x65\xc5\x04\xf3\x9e\x4d\x41\x94\x04\xe2\ \x83\x21\x72\x82\x40\xac\x77\x17\x5b\x35\x8d\x93\xce\xbd\x90\x19\ \x85\x36\xf6\x0a\x22\x1f\xab\xa3\x21\x08\x48\x92\x30\x5e\x5a\x2a\ \x17\x52\xec\x73\x92\x89\x67\x80\x71\xd0\x76\x54\x37\xd2\x50\xf4\ \x08\x6f\xbe\xb6\x9a\x98\x5c\xcd\x71\xb3\x92\x6c\x7d\x63\x15\xc3\ \x03\x0a\xf3\x3e\x3f\x0d\x65\xef\x6a\x10\x5c\x58\x80\xa7\xb0\x14\ \xa7\xdc\x49\xd2\x18\xe7\xa5\x90\x44\x83\xa1\x81\x21\x28\x6e\xa4\ \xd2\x73\x68\x9a\x52\x38\xc0\x12\x5f\x98\x5f\x84\xc7\x0a\x93\x85\ \x03\xa0\x6d\x21\x62\xb3\x8d\x87\x7c\xbc\xd5\x93\xf0\xd8\xde\x62\ \xb0\xbf\x83\xf5\x2b\x7f\x4d\xab\x52\xc3\x64\x79\x08\x4b\x74\xa1\ \x47\x87\x08\xc7\x45\x96\x4e\x29\x3d\xd8\x1d\x49\xc6\x88\x0d\xb2\ \xab\x27\x46\xc3\x09\xc5\xe3\x61\x32\x73\x7c\xae\xac\x09\xbe\xec\ \xf7\x6a\x89\x11\x26\x44\xb9\x2d\xc0\x56\x4c\x43\xbd\x8f\x35\x7d\ \x69\xae\xbc\xe2\x7b\x64\xef\xfb\x03\x3f\xf8\xfa\x57\x99\xb1\xe2\ \x32\xae\x38\x75\xd6\x04\xc3\x60\x9c\xc7\x7f\xfb\x9f\xbc\x35\xea\ \x63\x46\xb9\x89\x66\x99\xe3\xad\x95\x24\xc4\xf7\x88\x36\xe3\x61\ \x22\xf1\x0c\x42\x76\x84\x2d\x5b\x22\x14\xcc\x3a\x9d\x19\x73\x1b\ \x99\xa0\x77\xc7\x3b\xe3\x14\x6e\xfc\x8a\xc1\x43\x77\xdd\xc4\xea\ \xe0\x34\xae\xf9\xfa\x97\x90\x85\xf1\x31\x19\x5f\x02\x03\x0c\x1b\ \x32\xd3\x9b\x2a\x01\xa8\x6e\x98\x84\xe3\xb1\xd7\x18\xce\x5a\xa8\ \x8a\x84\x3e\x31\x97\xe9\xe1\x10\x29\x03\x32\x43\xfb\xd9\x3c\xa4\ \xb1\xf8\xcc\x4b\x99\x57\x2e\xb0\x2a\x92\xa0\x6c\xd9\x64\x00\x24\ \xd5\x8e\x22\x5a\xfc\xad\x41\xc4\x32\x4d\x44\x67\x90\xf9\xc7\xad\ \xa0\x67\xcb\xcb\x64\xbc\x3e\x4e\x3d\xfd\x68\x54\xdd\x40\xd5\xfb\ \xc9\x3c\xf0\x2c\xa9\xac\x06\x7c\x34\x68\x8b\x7a\x62\x84\x9e\x8e\ \x1d\xb4\x75\xee\x24\xd2\xdf\x8d\x15\x49\x20\x9b\x32\x36\xc9\x81\ \x33\x27\x63\xcf\x58\x14\xe6\xf9\x49\x99\x11\x52\xa9\x3e\xb4\x5c\ \x04\xd5\x21\xa3\xc8\x26\x55\x45\x79\xd8\x24\x13\x73\xa4\x8f\xcc\ \x50\x1f\x4a\x76\x5c\xb0\xa0\x6b\x60\x90\x84\x21\xd1\x15\x4e\xb3\ \xbf\x7f\x8c\x8c\x21\x91\xd3\x74\x6c\xa2\x40\x7c\x64\x88\xf5\x6f\ \xae\xa5\xad\xa5\x97\x50\xef\x28\x0e\x8f\x93\x82\xd2\x52\x04\xd5\ \x87\x64\x19\x28\xa2\x89\x3d\x98\x8f\xaf\x61\x0e\x8e\xda\x99\x8c\ \x58\x32\x76\xbf\x1b\xd5\x2e\x62\xc9\x22\xb2\x28\x93\xe7\x2b\x44\ \x15\xbc\x18\x29\x1b\x3d\x1d\xc3\x8c\x8e\x24\xd0\x11\x18\x88\x27\ \x08\xa5\x0c\x3a\xe3\x10\xd5\x3d\x88\x47\x60\xfb\x90\xd5\x92\x21\ \xd4\xdb\xc5\x70\xc2\xa4\xb4\x79\x09\x0b\x1b\x02\xec\xd9\xb6\x9f\ \xac\x25\x91\x1c\x1e\x24\xa2\x43\xff\xae\xd5\xec\xca\xfa\xa9\xae\ \x9d\x4c\x45\x59\x09\xb2\xab\x9c\xb3\x2e\xbe\x8c\x2b\x2e\xbf\x84\ \x53\x16\x4e\xa7\x66\x52\x03\x72\xfb\x36\x36\xec\x1a\xc1\x34\x72\ \xe4\x26\x60\xf7\x3d\x00\xb6\x2c\xf3\x90\x83\x00\x6e\x8e\x5f\x31\ \x8b\x0d\x8f\xfe\x96\xe7\x3b\x9d\x2c\x58\x50\x7f\x48\x63\xec\xa8\ \x96\x4e\xa8\x33\x84\x65\x68\x80\x01\x96\x75\x80\xec\xdd\x34\x4c\ \x74\x43\xa6\xb2\xaa\x14\x8f\x5d\x65\xf6\x49\xe7\x71\xc5\x15\x57\ \x70\xe1\xd9\xcb\xa9\xca\x77\x1c\x5a\x3a\x30\x0e\x28\xe3\x10\x45\ \x53\x75\x25\xed\xab\xdf\x60\xcc\x84\xfe\xad\xeb\xd9\x17\x2b\xa2\ \xa1\x2c\x1f\x33\x97\x23\x3e\x3c\x0a\x45\xcd\x94\xe7\x86\x78\xf3\ \x8d\x3d\xe3\x01\xa3\x74\x86\x5c\xce\x20\x58\xdd\x80\x57\x51\x69\ \x5c\x7a\x0e\x97\x7f\xe9\x72\xce\x3d\xeb\x6c\xea\xdd\x36\x72\xba\ \xf1\xe1\xb5\xfe\x87\xf4\xd3\x34\xad\x89\xdf\xcd\x71\xbe\x88\x43\ \xdf\x29\x42\x31\xc7\xcc\x2e\xe7\x89\xbb\x1e\x20\x55\x3c\x87\xd3\ \x4f\x9b\xcf\x86\x87\x7e\xc5\x5e\xa5\x99\x85\x65\x90\xcd\xe9\xe3\ \xd7\x1f\x72\x1f\x41\x18\x1f\xcf\x9c\x21\x52\x39\x69\x12\x42\xf7\ \x3b\xac\x6d\x1b\x43\xcb\x66\xd0\xad\x43\x5f\x78\x60\x61\x7e\xb0\ \x7d\x86\x46\x3a\x35\x5e\x8f\xb2\xfd\x95\xd7\x89\x49\x93\x99\x64\ \xed\x61\x75\x4b\x82\x33\xae\xbd\x9e\xab\x2e\xfc\x2c\xe5\x6a\x1a\ \xd3\x5b\x46\x45\x21\xbc\xbe\x6a\x13\x69\x4d\x27\x9d\xd5\xc8\x64\ \xd3\x88\xc5\xd3\xf9\xf6\x8f\xbf\x42\xfb\xc3\x3f\xe7\xbe\xf5\x23\ \x90\x57\x8a\x8d\x38\x9b\xb6\x75\x81\x9e\x21\x9d\xc9\x1e\xa0\x2c\ \xd6\x52\x63\x0c\x8c\xe6\x30\x86\xf7\xb0\x61\x5b\x84\x86\x8a\x7c\ \x70\x16\xf2\xb9\x6b\xfe\x83\x1b\x3f\x3b\x99\x55\x2b\xef\xa2\xf5\ \x3d\xf9\xf9\x74\x2f\x6f\x6c\xea\x64\xee\x79\x5f\xe1\xf2\x6b\xce\ \xa7\xa1\x58\x25\xab\x8d\x0b\x43\x1c\x20\xf9\x0f\x96\x52\x5a\xe0\ \xc7\x59\x36\x9b\xcb\x2e\xbf\x82\x4b\x2e\xb9\x98\xe5\x53\x0f\xd2\ \xca\x1a\x59\x68\x5c\x72\x36\x37\xdd\xfc\x55\xa4\x96\x97\x79\xe8\ \xd5\x1e\x7c\x41\x89\xc1\xc1\x2e\x12\x16\xa0\x96\x52\xe7\x86\x8d\ \xaf\xaf\x07\x2c\xd6\xae\xde\x44\xce\xdf\x4c\x85\x4d\x42\x33\x0e\ \x8a\x50\xb8\xcb\xeb\xc9\x73\xa8\x94\xcf\x39\x85\xcb\xaf\xb8\x82\ \x2f\x7c\xfe\x6c\xa6\x96\xd5\x52\x5f\x1c\x64\xfb\xaa\x55\xc4\x80\ \x5c\x3a\x49\xe6\xef\xe5\x66\x5b\x26\x9a\xa6\xa1\xda\xec\xc4\x7a\ \x5b\xd9\xdb\xd6\xcb\x58\x64\x98\x5d\x5b\xde\xa5\x2f\xed\x22\xcf\ \xe3\xfc\xd8\x83\x81\x32\x8a\x0b\x55\x16\x49\x26\x22\x74\x74\x74\ \x51\x54\x12\xa1\xb6\xa6\x19\xaf\xd3\x8d\x0d\x19\x05\x09\x97\xdb\ \x85\x60\xe9\x8c\x25\xc3\x24\x77\xef\x02\x9b\x8a\xc3\xe5\x66\x2c\ \x12\xa1\xaf\xbb\x03\xbb\xcb\x83\x2e\x80\xdb\xe5\x00\x4d\x27\x16\ \x89\x33\x36\x16\xc1\x5b\x54\x4c\xb0\xb0\x08\x49\x56\x29\x2e\x2e\ \x23\x99\x4e\x92\x1f\x10\xf1\xba\x46\x18\xec\xee\xa7\xbc\xa8\x80\ \x8c\x09\x53\xa6\x34\x91\xee\xd9\x8b\xd7\xef\x21\x9d\x4a\xd0\xd6\ \xd5\x43\xb6\x3f\x89\x66\xcf\x23\x9e\xd5\xf0\x7a\x5d\x88\xa2\x82\ \x2c\x39\xf1\xf8\x65\xfa\x42\x03\x8c\x46\xa3\xc4\xd2\x59\xd2\xa6\ \x45\x2e\xad\x91\xb6\xe2\x18\x69\x0d\x2d\x97\x43\x14\x04\x52\x59\ \xe3\xd3\x26\x5c\xf3\x57\xd6\x18\x25\x58\xfb\xcc\x3d\xbc\xb2\x7d\ \x18\x55\x32\xc9\xe0\xe7\xaa\x7f\x3b\x09\xff\xde\x07\x19\xdc\xfa\ \x12\x3f\xfa\xfa\x56\xe2\x91\x34\x47\x5f\xf2\x65\xa6\x06\x65\x8c\ \xb3\xaf\x63\xf7\x2f\x7e\xc3\xbf\x5e\xfd\x16\xaa\x33\xc8\x89\xe7\ \x5d\xcf\x67\x17\x1c\xcf\x0d\xe7\xed\xe6\x8e\x5b\xbe\xc9\xb3\x36\ \x37\xb3\x4e\xbb\x9a\xa3\xec\x4e\x6c\x8a\x04\x96\x88\xa2\xaa\x88\ \xe2\xc1\xc5\x36\x79\xf1\x29\x94\xfd\xe9\x61\x76\xe5\x2f\x67\xce\ \x61\xde\xb9\x8f\x93\x57\x2c\xe3\xa7\xf7\xfc\x94\x6b\xdf\xa9\xe3\ \xfc\xab\x2f\xc5\xe9\xb0\x63\x4d\xc4\xf7\x24\x59\x41\xd0\x75\x0a\ \x66\x9c\xce\xa5\x27\xef\xe3\xb6\x6f\x5f\x8f\xd3\x6e\xa3\x72\xe1\ \xe9\x5c\x73\xe1\x09\x13\x7e\x2c\x20\x4a\x28\x8a\x82\x30\xe1\x8a\ \x2d\x3d\xf7\x4b\xec\xff\xf5\x2d\x7c\xe3\xba\x6b\x10\x50\x58\xf6\ \xa5\xaf\xd0\xe0\x75\xa3\xcf\x9c\xc2\x6b\xab\x1e\x67\xef\x29\xdf\ \xe3\xdf\xae\x3f\x8b\x9f\xdc\xf9\x0b\xbe\xfc\xb2\x87\xc4\x70\x98\ \x99\x9f\xf3\xa1\x94\xcf\xe7\xda\x53\xf7\x71\xef\x8f\xbf\xc2\x13\ \x2e\x3b\xf9\x8d\xa7\xf2\x9d\x6b\x4f\x42\x51\xd5\x03\x31\xc7\x0f\ \x86\x47\x44\x40\x44\x55\x95\x89\x64\x95\x80\xac\xa8\x48\xef\xcb\ \x5c\xcd\x58\xb2\x10\xef\x03\xdb\x28\x6f\x9e\x47\xe3\xb4\x11\xfc\ \xb2\x89\x73\xfe\xd1\xd8\x01\x43\x54\x50\x54\x69\x7c\x99\x8a\x12\ \xea\x44\x5f\x24\x59\x41\xd4\x75\xbc\x0d\x27\x71\xc5\x19\xbb\xb8\ \xe7\xe6\xaf\xf3\xa0\xdd\xc7\xd2\xb3\xaf\xa4\xd6\xe9\x44\xcd\x4a\ \x07\xfa\xaf\xbe\x8f\x0d\xae\xa8\xaa\x8c\xae\x27\x57\xf2\x2f\x2d\ \x4f\x12\xcb\xb9\x39\xff\xca\xaf\x51\x53\xab\x70\xda\xbc\x35\xdc\ \xf3\xed\x7f\xe1\x49\x39\xc1\x88\xa3\x19\xbb\x3b\x9f\x0b\x2e\xbf\ \x9a\xff\xfa\xd5\xbd\xdc\xb0\xe1\x21\xf2\xea\x17\x71\xd9\x59\x4d\ \xd8\x15\x99\xc2\xa9\x4b\xf9\xf6\xd5\xfb\xb9\xf1\xae\x5f\x32\x6f\ \xea\xcd\x5c\x7a\xf6\x09\xfc\xf4\x9e\xef\xf3\x95\x27\x9c\x8c\x85\ \xbd\x5c\x5a\xe0\x46\x40\x42\x1b\xdd\xc3\x6d\x37\x7d\x13\x31\x11\ \x25\x7f\xd6\x45\x5c\xb4\xa4\x82\xb5\x8f\xff\x8a\x87\xde\xec\x45\ \xd0\x93\xcc\x3d\xf1\x2c\x2a\xdf\xcb\x6a\x3b\xea\x38\xf7\x94\xd9\ \xac\xfc\xdd\x8d\xec\xf6\x0b\xf4\xc4\x7d\x9c\xe6\x51\xc9\x4a\x0a\ \xaa\x2c\x1d\x08\xe1\x5d\xf2\xa5\x2b\xf9\xf5\x6f\xef\xe0\x9a\x35\ \xf7\x22\x7b\x6b\xb8\xec\xea\x6b\x98\x5d\x35\x1e\x0e\x4b\x74\x6f\ \xe2\xb6\x3b\x1f\x62\x48\x17\xc9\x15\xcf\xe2\xcc\xd9\x65\x34\x6a\ \x27\xe3\xfc\xe1\x9d\x5c\x7f\xf5\x06\x4e\x3c\xef\x2a\x2e\xbd\xe1\ \x0a\x7e\xf1\x5f\x77\x71\xed\x86\xfb\x30\xd4\x22\x2e\xfe\xf2\x85\ \xd8\x30\x90\x14\x15\xe1\xbd\xf8\x71\xe1\x22\xae\xfb\xc2\x3e\x6e\ \xfb\xdd\xd7\x79\xcb\xe5\xc4\x55\x7e\x34\x37\x7e\xf5\x5c\x4e\xbd\ \xfc\x1a\xba\x7e\xf5\x5b\xbe\xf6\xe5\x8d\xd8\x32\x61\x6c\x15\x9f\ \xc1\xfd\x77\xa2\xc7\x37\x74\x93\x60\xd5\x34\x16\x84\x86\x58\xfd\ \xe4\x83\x48\x8a\x88\x86\x93\xd9\xc7\xae\xa0\xc4\x2d\x62\x1a\x1f\ \x5d\x44\x21\x5c\x72\xd9\x75\x96\x64\xe9\x98\xe9\x31\x0c\x43\x40\ \xb6\x79\xd1\x75\x81\xa0\x37\x8f\x65\x0b\xe7\xe2\xb1\x52\xb4\x6e\ \x78\x8d\x99\xd5\xf9\x38\xcc\x14\xa3\x43\x3d\xa8\x4e\x95\x4c\x4e\ \x23\x95\xca\xe0\x0b\xe6\x83\x20\xa2\xe5\x72\x60\xe8\x68\xb9\x0c\ \x8a\x2c\xe2\x74\xbb\x48\x5b\xd0\xd9\xdb\x8b\x24\x49\x4c\x9a\x3c\ \x19\xa7\xdb\x43\x3c\x95\x62\xfb\xce\x5d\xe4\x15\x14\x10\x89\x27\ \x88\x27\x92\x4c\x2a\x2d\xc4\x61\x65\x88\x0d\x85\x88\x8e\x8d\x62\ \x29\x0e\xd2\x4a\x90\xb0\x6e\x67\xd3\xf6\x7d\xd8\x24\x8b\xe9\x93\ \x8a\xb0\x69\x09\x02\x6e\x17\x9a\xa6\x63\x77\xb9\xf1\x06\x03\xa8\ \x2e\x37\xdd\x03\x43\x44\x12\x39\x7a\x43\x61\xba\xfa\x06\x49\x24\ \x32\x4c\x5d\x78\x34\x3f\xbe\x77\x25\xc9\xf8\xe1\x65\x6d\xff\x9b\ \xf9\xb4\xff\x5a\xd3\xb3\x29\xe2\xf1\x24\x9a\x29\xe0\xf4\x06\x70\ \xdb\x25\x36\x3c\x7c\x33\x77\xb6\x4f\xe6\xc7\xd7\x9c\x8a\x2a\x4a\ \xf8\x3d\x07\x3d\x59\x4b\xcf\x10\x89\xc4\xd0\x50\xf0\xfa\x7c\xd8\ \x15\x11\xb0\x48\xc5\x22\x24\x32\x3a\x0e\x8f\x1f\xa7\x6c\x92\x33\ \x24\x1c\x76\x91\x4c\x3a\x8b\x6c\x73\x20\x8b\x8c\xcb\x85\xa5\x3b\ \xf8\xf9\xf7\x7f\x4d\xf9\x39\xdf\xe2\xfc\xb9\x1f\x94\x97\x4a\xc5\ \xc2\x24\x72\xe0\xf3\xfb\x10\xf4\x1c\xc8\x76\x54\x59\x40\xcf\xa5\ \xd1\x50\x70\xa8\x32\x30\xce\xcd\x90\xcc\x1a\x38\x5c\x5e\x3c\x2e\ \xdb\x81\x77\xb1\xa5\xe7\xc8\x68\x16\x76\xc7\x21\x9f\x19\x59\xc6\ \xc2\x51\x04\xbb\x87\xc0\x81\xbe\xe8\x24\x12\x29\x14\x87\x17\x9b\ \x04\xb9\x74\x9c\x48\x3c\x85\x6c\x73\xe1\xf5\xb8\x27\x92\x4d\x26\ \xa9\x58\x94\x44\x5a\xc3\xe6\xf2\xe2\x73\xdb\xd1\xb2\x69\x0c\x41\ \xc5\xae\x4a\xef\x1b\xc7\x0c\xba\x20\x63\x57\x04\xd2\x69\x0d\xd5\ \x61\x47\x12\x2c\xb2\xe9\x0c\x82\x32\xde\x87\x43\x2d\x9b\xc9\x20\ \xd9\xec\xc8\x82\x45\x36\x9b\x41\x54\xec\x28\xa2\x80\xa1\x65\xc9\ \x19\x02\x76\xbb\x8a\x60\x6a\xa4\xb3\x3a\x36\x87\x03\x23\x97\xc6\ \xe0\xbd\xe7\x5a\x24\xa3\x63\x24\xb2\x26\x6e\x9f\x1f\x9b\xa8\xa3\ \x9b\x12\x76\x9b\xf2\xe1\xfd\x37\x75\x12\xf1\x18\xa9\x8c\x81\xd3\ \xe7\xc7\x63\x9f\xa8\x8e\x31\x35\xa2\xe1\x31\xb2\x96\x88\xd3\xe3\ \xc3\x6d\x57\x10\x00\x23\x97\x64\x2c\x92\x40\x50\x5d\xf8\xbc\x0e\ \xf4\xac\x86\x62\xb7\x23\x09\x06\xc9\x78\x02\xc9\xe1\xc1\x2e\x8b\ \xa4\x63\x63\xc4\x33\x3a\x36\xa7\x07\x9f\xdb\x4e\x72\xc7\x13\x7c\ \xf3\xf7\xef\x72\xd5\xf7\xff\x8d\x32\x9b\x80\xdb\xef\x43\x11\x20\ \x97\x8a\x11\x8d\xa7\x41\x71\x10\xf0\x7b\x0f\x4f\xe4\x59\x06\xf1\ \xc8\x18\xc9\x9c\x85\xd3\xe5\xc5\xe3\xb6\x61\xe4\x32\x68\x96\x8c\ \xc3\x26\x1f\x32\xbe\x49\x22\xd1\x04\xc8\x0e\x7c\x3e\xcf\x81\x17\ \xa7\x65\xe4\x88\x45\xa2\xa4\x75\x70\xfb\x03\xb8\x27\xae\xc9\xa5\ \x62\x44\x13\x59\x1c\x5e\x3f\x6e\xbb\x82\x9e\x49\x30\x16\x4b\xe3\ \xf4\x06\x70\xd9\xc7\xd7\x50\x36\x9d\x01\xc5\x8e\xed\xc0\xdc\x58\ \x64\x12\x51\x62\xc9\x1c\x8a\xc3\x8d\xcf\xeb\x44\x04\x4c\x3d\x47\ \x34\x12\x41\x13\x14\xbc\x5e\x2f\x76\xe5\x93\xab\xc6\xff\x77\xf8\ \xb4\x0f\x84\x98\x04\x8b\x74\x32\x4e\x3a\x67\x62\x73\x7a\x70\xd9\ \x65\x4c\xc3\xf8\xb8\x18\x41\x42\x36\x34\x8b\x5c\x3a\x8e\x3b\x17\ \x47\x32\x4c\x8c\x54\x8a\x6c\x46\x23\x1c\x19\x22\xdb\x50\x8a\x44\ \x16\xb7\xcb\x86\x2f\xe8\x47\xcc\x49\xe4\x4b\xc5\x58\x82\x81\x94\ \xce\x8e\x27\x2c\x01\xb7\xcb\x89\xe5\x70\x90\x88\x46\x10\x10\x90\ \x25\x19\x45\x94\xd0\x31\x28\x2e\x2c\x40\xb7\xc0\xe9\xf6\x80\x24\ \x53\x54\x5c\x42\x63\x36\xc3\x60\x7f\x1f\x6e\x21\x8b\x65\xc4\xc8\ \x46\x40\x75\x8d\x6b\xc9\xf9\x2b\xca\xd8\xdb\xd6\x43\x42\x90\x18\ \x49\xc4\xb0\x0c\x50\x6c\x36\xe2\xb1\x34\xba\x99\xc5\xef\x0d\x50\ \xd7\x54\x87\xc7\xeb\xc3\xe3\xf3\x92\x33\x0c\x82\x79\xf9\x78\x7d\ \x79\x0c\x8f\x8e\x31\x3c\x1a\x21\x32\x1a\x41\x2d\xac\x40\xd3\x8f\ \x94\xfc\x1d\xb6\xad\xb2\x39\x09\xd8\x9c\x1f\xf0\x1a\x9d\x2e\x2f\ \x41\x9f\x9b\xf7\x1f\x45\x12\x64\x3b\x81\x7c\xfb\x07\x82\xd7\x4e\ \x6f\x00\xa7\xf7\xe0\x27\x8e\x09\x67\xcf\xee\x78\x0f\x24\xb3\xbc\ \xfd\xe8\xdd\x3c\xfa\xf2\x0e\x2a\x8f\x39\x97\xb3\xe6\x7e\xb8\x1e\ \xa0\xd3\x1b\xe4\x40\x6b\xe4\x83\x2f\x0b\x59\x75\x1c\xd2\x16\x01\ \xb7\x2f\x78\xd0\xbb\x3e\xac\x7d\x2a\x8e\xf7\x35\x5a\x90\x6c\x04\ \x0b\x0a\x3f\xb0\xa1\x74\xbb\x0f\x36\x58\x75\x78\x28\x74\xbc\x5f\ \x20\x40\xfc\x40\xbf\x14\x9b\x03\xe5\x43\xc7\xd1\x7e\xa0\x7d\x0e\ \xa7\x74\xa0\x9d\x36\xc7\x87\x93\x78\xdb\xec\xf6\x83\xff\x63\x3b\ \xf8\x3f\x92\x62\x3b\x30\x76\x88\x0a\x8e\x89\x3f\x44\xf5\xd0\xe7\ \x0a\xb8\x7c\x41\x5c\x87\xf4\x45\xfe\xb8\xfe\x8b\x32\x1e\x5f\x10\ \x8f\xef\xfd\x9f\x2b\xf8\xf3\x3f\x38\x0f\x92\xea\x22\xbf\xf0\x90\ \xbb\x3b\x0e\xa8\x49\xe2\x3a\xe4\x26\x0e\x6f\x00\x87\xf7\xb0\x4c\ \x1a\x36\xa7\x13\x7f\x9e\x9f\xc0\x21\x83\xa4\x3a\xbd\x14\x1c\x3a\ \x88\x87\x4f\x0e\x9e\x40\x3e\x87\x8e\xbc\xac\xda\x3f\xb0\xee\x64\ \xdb\xe1\x6d\x3a\x78\xb9\x8a\x2f\xaf\x80\xf7\x75\x6d\xe2\x99\x87\ \x5c\x6f\x77\x53\x60\x77\x1f\xb6\x66\x3f\x38\x37\x02\x76\xb7\x1f\ \xbb\xfb\x83\xbb\xa8\x40\xfe\xff\x23\xfd\x4a\xcb\xc4\x44\xc0\xe6\ \xf2\x62\x77\x4d\x24\xe8\x8d\xff\x3b\x66\xc9\xe5\x76\x93\x9a\xda\ \x3a\x4a\x9d\x3a\x92\x20\xa0\x9b\x12\xc9\xb4\x46\x78\x24\x4c\x50\ \x4c\x10\x1e\xe8\x23\x1d\xe9\xc7\xed\x9c\x8c\x21\x29\xe8\x86\x8d\ \x68\x32\x46\x6b\x77\x17\x05\x85\x45\x34\xcd\x9c\x8e\x69\x80\x9e\ \xcb\xf1\x7f\xd8\x7b\xef\x30\x39\xaa\x33\xed\xfb\x57\xa9\x73\x98\ \xee\xc9\x51\xa3\x49\x1a\x69\x14\x51\xce\x88\x1c\x8d\xc8\xc9\x18\ \xc7\x75\x5c\x30\xf6\x2e\x5e\xaf\x23\x38\x9b\x1c\x4c\xb4\x01\x1b\ \x0c\xc6\x18\x04\x22\x08\x24\x91\x84\x84\x22\xca\x93\x73\xee\x09\ \x3d\x9d\x73\x85\xef\x8f\x11\x0a\x0e\xef\x6b\xb3\xf8\xfd\x30\xdb\ \xf7\x75\xd5\x35\x33\x35\x55\xd5\xd5\xe7\x9c\xba\xeb\x39\xf7\x79\ \x82\x5e\x5c\x88\x59\x96\xd0\xd5\x0c\xf1\x68\x14\x21\x1e\xc5\x62\ \x77\x32\x36\x11\x62\x68\xc8\x87\xcd\xe9\x22\x10\x0c\x62\xb7\x5a\ \x29\xf0\xb8\xf0\x38\x4c\x04\xc6\x24\x3a\xba\x7b\xe9\x68\x0b\x52\ \xe2\x75\x62\x33\xc9\x4c\xab\xad\x61\x28\x02\xe3\xc9\x00\x12\x02\ \x45\x05\xc5\x58\x48\x11\x18\xf2\x91\x97\x97\x87\x66\x48\xf8\x03\ \x01\x86\x46\x7c\x98\x14\x05\x4d\xd3\x49\x86\x82\x08\x92\x44\xa9\ \xc7\x4a\xb9\x5b\x41\xc8\x2b\xfc\x9b\x2e\x33\x59\x1c\xc3\x49\xe7\ \x5f\xc7\x2c\x43\xe4\xc3\x8d\x1d\x35\xb1\xf0\xcc\x2b\x99\x71\xea\ \xd5\xb8\x72\x5c\x28\xd9\x66\xfe\xd8\xc1\x36\xfd\x1c\x7e\xf2\xb3\ \xb3\x50\xb2\x9d\xfb\x3f\xe3\x6d\xc3\x98\x5c\x9b\xf9\x47\x8c\xaf\ \x4f\xae\x9e\x45\x81\xc7\x41\x3a\x3a\x86\xcb\xe1\x24\x99\x4c\x13\ \x8b\x27\xd1\xa7\x78\x48\xa7\x12\x58\x1c\x1a\xe6\x04\xf4\xb7\x1f\ \xa6\xa0\xc0\x43\x4e\x9e\x07\xc5\xe3\x60\x3c\x16\xc1\xe2\x74\x32\ \xe4\x1f\x23\xa3\xea\xe4\xe5\xe6\x62\xb1\x3b\x48\x24\x62\xa8\x86\ \x4a\x12\x95\xdc\xfc\x02\x92\xe9\x0c\xef\xbc\xbb\x0b\xab\xc3\x89\ \xcb\x93\x20\x1e\x8b\x62\x96\x0d\x5c\x56\x99\x98\x91\xc2\x24\x4b\ \xb8\x5d\x6e\xd2\xba\x84\xc9\x2c\xe0\x72\x4c\x6a\xa4\x26\x51\x23\ \x16\x0a\x80\x96\x46\x01\x4a\x8b\x0a\xb1\xaa\x11\x22\xa1\x20\x7d\ \xbd\xdd\x4c\x99\x32\x05\xb3\xdd\x8e\xa6\x65\x50\x04\x09\x45\x30\ \x30\xd4\x34\x89\x58\x18\x41\x4f\xe3\xca\x2d\xca\xba\xfc\xfd\x1d\ \x10\x15\x13\xff\x50\x8d\x13\x23\xc6\x7b\xdb\xf7\xe2\x9a\xbe\x94\ \x5a\xcf\xdf\xa2\x7a\x01\x8b\x33\x07\xcb\xdf\xba\x46\x72\x8c\x5d\ \xbb\xda\xa9\x5c\xb8\x98\x02\xeb\xdf\x39\xfd\xd4\x55\xe2\x89\x34\ \x26\xab\xed\x43\xf7\x9d\xcd\xe2\x1f\x87\x20\xca\x98\xb3\xc5\x71\ \xfe\xff\x99\x31\x47\x5a\xb6\x62\xce\xf5\xa2\x89\x02\xaa\x62\xc2\ \x62\x36\x63\x47\x20\x18\x0c\x91\x8a\x45\x29\x76\xd8\xb1\x6b\x76\ \x62\x89\x10\xbe\x81\x30\xfe\x8e\x04\xae\x92\x12\xdc\xde\x5c\x66\ \xcf\x3d\x89\x40\x38\xc2\xdb\x5b\xde\x41\xe9\xe9\xa6\xa4\xa4\x18\ \xb3\x2c\xa0\xc8\x12\x3e\x9f\x8f\xc0\x48\x23\x39\x6e\x0f\x2e\x77\ \x0e\x23\xa3\xa3\x44\xa3\x11\xf2\xf3\xf3\x50\x64\x91\x21\xdf\x28\ \x7e\x49\xa4\xb6\xa6\x9a\x99\x0b\xea\x88\xc6\x12\xa4\xc3\xa3\xa4\ \x42\x7e\x26\xfc\x7e\xdc\x39\x25\xcc\x9d\x59\xcf\xf0\xeb\xdb\x28\ \x2e\x70\x53\x5a\xe8\xa1\xc4\x51\xcd\x78\x70\x9c\x61\xdf\x30\xe9\ \x44\x94\xdc\xdc\x5c\xf2\x73\xf3\x48\x24\x12\xb8\xec\x56\xdc\xae\ \x1c\xd2\xe9\x04\x89\xd0\x04\x89\x68\xe4\x38\xe7\xa8\x2c\x3e\xf8\ \x8a\xc9\x04\xaf\xbf\xba\x85\xc2\x25\xe7\x33\x33\x57\x02\x7d\x94\ \x67\x9f\x7c\x92\xb9\xff\xbe\xe8\xff\x40\xda\xff\x17\x4c\x74\xf0\ \xc7\xc7\x7e\xcf\xe5\xd3\x17\x51\xf0\x77\x96\x05\x4b\x8f\x1d\xe0\ \xe6\x1f\x3d\xc7\x45\xdf\xfe\x21\x8b\x4a\xb3\xe6\x5d\x16\xff\x5a\ \xd6\xb4\xa6\x69\x7f\xa9\x69\x7f\x50\xd2\x96\x12\x7e\x0a\x9c\x85\ \xc8\x79\x45\x88\x92\x84\xd9\x30\x88\xf8\xc7\x09\x8d\xf4\x62\x51\ \x4c\x48\x26\x01\x93\xa0\x91\x16\x05\x64\x93\x85\x02\x87\x8b\x68\ \x2a\x43\x3a\x93\x40\x30\x04\x2a\xab\x6a\x70\xe7\xe6\xd1\xd7\xdd\ \x4d\x77\x77\x27\x19\x35\x4d\x24\x14\x40\x91\x64\xec\x39\x79\x04\ \xc3\x51\xcc\x66\x0b\x17\x9c\x7b\x36\xb2\x2c\x31\x3a\x3a\xc2\xa8\ \xdf\x8f\x3f\x9c\x40\x47\x22\xd0\xdc\x47\x3a\xd3\x49\xae\xc7\x41\ \x69\x8e\x05\x41\x10\x51\x14\x19\x8f\xdb\xc6\xe1\xce\x3e\x14\xd1\ \xc0\x65\x15\x11\xf5\x18\xd3\xa6\x55\xd0\x3b\x28\x61\x31\x49\x8c\ \x8f\xfb\xe9\xed\xee\x22\x15\x4b\x60\xb3\x5a\xe9\x8b\x45\xf1\x7a\ \x3d\x78\x72\x9c\x18\xa2\x80\xd3\xed\xca\xe6\xd3\xfe\x6b\x1c\x9c\ \x49\x10\x08\x44\x50\xec\x6e\xdc\x76\xf3\x11\x23\x36\x45\x38\x14\ \x22\xa5\x4b\xb8\xdc\x1e\xac\xa6\xe3\x4c\x59\x75\x94\x57\x5f\x58\ \xc7\x74\xef\x5c\x2a\xea\x73\x71\x3a\x04\x24\x01\xa2\x81\x31\xa2\ \x41\x07\x8a\xc3\x7d\x74\x71\xc7\xd0\x55\x82\x7e\x3f\xba\xc9\x81\ \xc7\x6d\xe7\xcf\x0d\x62\x5d\x4b\x13\x8e\xa6\xd0\x42\x11\x74\x51\ \x3c\xfa\x7f\x35\x1d\x65\x22\x10\xc3\xe2\xf4\xe2\xb2\x29\xa4\x92\ \x31\x34\xd1\x8c\xcd\x24\x03\x3a\xa9\x78\x0a\xec\x55\x7c\xf2\xf3\ \x57\x51\x9a\x2b\x1f\xb9\xe7\x04\x81\x89\x30\x86\x62\x25\x27\xc7\ \x85\x2c\x18\x24\xc2\x13\x84\x53\x02\x39\x1e\x2f\xe6\x6c\xae\xb0\ \x2c\x3e\x02\xd0\x75\x1d\x93\xc9\x44\x6d\x6d\xed\x87\x67\x69\x7b\ \x0b\x8b\xb0\x17\x14\x91\xc0\x44\xda\x6a\x63\xb0\xa7\x8b\xd8\x40\ \x2f\x5e\x8f\x17\xaf\xc7\x8b\xdd\xe1\x00\xc5\x44\x52\x17\x40\x92\ \x40\x56\x40\x14\x10\x24\x05\x35\x91\x66\xa4\xab\x87\xa4\xa6\xe1\ \x71\xe6\x50\xb2\x74\x39\x86\xae\x92\x4c\x44\x49\x67\x54\x7a\xbb\ \x47\xe9\xe8\xec\xc3\x2a\x1b\xf4\x74\x76\x32\xa5\xa2\x18\xb7\xc3\ \x86\x26\x88\x94\x66\x04\x26\xe2\x1a\x96\x9c\x7c\xec\xe8\x28\x99\ \x20\x19\x23\x8d\x8c\x88\xd5\x6a\xc1\xac\xc8\xcc\x9e\x59\x49\x5e\ \x81\x0b\xc9\x88\xa1\x25\x74\x06\xba\xfd\xe4\xe7\x15\x61\xa8\x4e\ \xd0\xd2\x58\x64\x85\x70\x28\x44\x60\x22\x40\x49\x59\x29\xa1\x68\ \x9c\x70\x2c\x4a\x2a\x11\xc5\x2c\xe4\x50\x2a\x8a\x64\x55\xed\xe3\ \x08\x7b\xfc\x30\xf7\xdc\x79\x3f\xcd\x7e\x0d\x43\x72\x71\xce\xe7\ \xfe\x83\xb5\xf3\x3c\x3c\x7b\xd7\x0f\x78\xfe\x70\x10\xaf\x39\x43\ \xc6\x35\x8b\x6f\xfe\xd7\xd7\xa8\xf5\x1e\x61\x3d\x49\xc1\x42\x82\ \x4d\x8f\xde\x49\x6f\x75\x3d\xd7\x7e\xf9\x3c\xcc\xa9\x20\x1b\x7e\ \xfd\x4b\x0e\x4a\x11\x8c\x92\x55\x7c\xfb\x5b\x9f\xa1\xc8\x32\xc1\ \x0b\x0f\xde\xcb\x1b\x6d\x01\xd4\xb4\xc6\xbc\xb5\x5f\xe4\xf3\xa7\ \x37\x1c\x9b\xeb\x24\xfa\x78\xe4\xf6\x5b\xd9\x36\x00\x39\x42\x88\ \xae\x09\x17\x56\x8b\x8c\x31\x72\x80\x7b\xee\x7e\x8c\xbe\xb8\x46\ \x4a\xc8\xe5\xb3\x37\xfe\x07\xd2\xbb\xf7\xf2\x60\x73\x2d\xbf\xfa\ \xce\x45\x18\xa3\xef\xf1\xdf\x3f\x7c\x81\x8b\xbf\x78\x09\x6f\x3e\ \xb1\x9e\xb3\x6f\x6c\xc0\x93\x6a\xe7\xbe\x5f\xde\xcd\xfe\xd1\x34\ \x79\x55\x27\xf1\xd5\xff\xfc\x22\xda\xbb\x7f\xe0\xbe\x3f\x6d\x27\ \x63\xa8\x98\x2b\x56\xf0\xcd\xeb\xaf\x22\xdf\x94\xed\xf3\x2c\x3e\ \x02\x12\xa4\x28\xe2\xf5\x7a\x3f\x3c\xd2\x0e\x44\x55\x46\xf7\x1c\ \x42\xca\x2b\x42\x12\x44\x72\xac\x32\x95\xb3\xe7\xe1\x30\x2b\x44\ \x47\xc6\x18\xf1\x07\x89\x27\xd3\x68\x92\x19\x41\x31\x61\xb7\x98\ \xb1\x88\x22\x2a\x20\x59\x6d\x58\xac\x36\x7a\xbb\xbb\xe9\x1b\x1a\ \x44\x34\x4d\xfa\xad\x8e\x8d\x0e\x61\x08\x32\xba\xe0\x60\x64\x3c\ \x40\x71\x8e\x95\x74\x2a\xc1\xe8\xf0\x00\xb2\xd9\xca\xb0\x3f\x4c\ \x28\x66\x60\xf6\x96\xe1\x2d\xaf\x25\xc7\x2a\x93\x19\x6d\xc7\xaa\ \x86\x90\x4d\x20\xea\x19\x72\x73\x5d\x98\x5c\x12\x39\xb9\x6e\xe2\ \xa1\x09\x3c\x8a\x8a\x16\xf5\xa3\xa6\x22\xe4\x79\x5c\xa0\xeb\xc8\ \x62\x14\x59\xc9\x10\x8d\x26\xe8\x1b\x18\xc6\x6a\x9f\x5c\xcd\x4e\ \xab\x3a\x6e\xbb\x13\x23\x1b\x5c\x73\x1c\x54\x9e\x7f\xe4\x21\xda\ \x5c\xa7\x73\xd7\x8f\xd7\xd2\xf7\xea\xbd\xfc\xe4\x57\x0f\xb2\xec\ \x81\xeb\xe8\x1f\x9e\x60\xe1\xb5\x3f\xe0\xeb\x2b\x25\xee\xfe\xcf\ \x1b\xf8\xe3\x5b\xab\xf9\xce\x45\xf3\x8e\x30\xbd\x86\x61\xcd\xe5\ \xf2\xeb\x7f\xce\xda\x2a\x0b\x68\x3d\x24\x14\x37\x9f\xf8\xc2\x8f\ \xb8\xa6\x6e\x94\x1f\x7e\xfd\xbb\xbc\xd2\x78\x0e\x67\x04\xd7\xf1\ \xec\x7b\x1a\x37\x7c\xff\xdb\x88\xfb\x9f\xe2\x87\x0f\xfe\x86\x15\ \x0b\x6f\x67\xfa\x64\xde\x27\xf6\x3e\xf7\x18\x5b\xc6\x6a\xb8\xe5\ \x9e\xeb\xb0\xb5\xbd\xcc\xb7\x7e\xbe\x11\x81\x38\xcf\x3d\xf2\x30\ \xed\xce\x55\x7c\xef\xeb\xcb\x78\xf3\x81\x9b\xb8\xe7\xd1\x37\xb9\ \xf3\xe2\xf9\x08\x2f\x6d\xa4\x47\xbd\x08\x4b\xe3\x0e\x62\xb9\x95\ \xd4\x95\x59\x58\x17\x88\x21\x09\x69\x36\x3e\x71\x0f\xcd\xee\x55\ \xdc\xfa\xfd\x8b\x30\xeb\x3a\xe6\xc8\x5e\x6e\xfc\xed\xcb\xd4\x5e\ \xf1\xdf\x5c\x58\x1d\xe0\xa7\xdf\xf9\x39\x4f\x6d\x5f\xce\x75\xab\ \xb3\x75\xeb\xb3\xf8\x88\x18\x4c\xda\x87\xe7\xc9\x26\xcf\x39\xf7\ \x3c\x82\xe1\x10\x82\xcd\x44\x6e\x41\x01\x86\x7f\x9c\x70\x6b\x33\ \x81\xa1\x30\x99\xb4\x4a\x24\x12\x27\x23\x9a\x90\xac\x36\xec\x56\ \x37\x19\x2d\x05\x82\x86\xd3\xee\x22\x9d\x4e\x11\x8f\xc7\x98\xe2\ \xb5\x63\xd5\xdd\xa4\x0d\x95\x48\x3c\x81\xe2\xf5\x72\xa8\xb1\x8d\ \x89\x91\x0c\xba\x0a\x52\x41\x1e\x81\x90\x48\x70\x34\x82\xa4\xc4\ \x09\x61\xa0\x14\x14\x60\xf5\xe6\x60\x64\x54\xc6\xc6\x07\x90\xa3\ \xc3\x38\x5d\x0a\x39\x76\x2b\xb1\x60\x9c\x91\xbe\x3e\x52\x82\x09\ \x4d\x32\x23\x6a\x1a\x19\x51\xc3\x62\x77\x92\xd6\x04\x62\x89\x08\ \xb2\x49\xa0\xb8\x34\x0f\x55\x13\xf0\x8d\x8c\x21\x9b\x14\x2c\x56\ \x2b\xb1\x78\x94\x44\x2a\x48\x3c\xe2\x47\xc8\xa6\x66\x3d\x4e\x58\ \xf3\xd1\x3c\x14\x60\xf6\x35\xab\xb0\x00\x75\x4b\x96\x52\xf4\xcc\ \xbd\xb4\x8f\xc5\x30\x99\x14\x24\xab\x05\xa4\x5c\x66\xcc\x28\xe3\ \xd5\x60\xe8\x78\x41\x6e\xd2\x9f\xf4\xfd\x58\x63\x63\x32\xdc\xd9\ \x6a\x77\x80\xcd\xc2\xb4\xea\x7c\x86\x43\xe3\xb4\x77\xf9\x08\x05\ \x47\xd8\xf0\xc4\xc3\x68\x99\x14\xbf\x57\x73\x6f\x00\x00\x20\x00\ \x49\x44\x41\x54\x0d\x73\x66\x60\x45\x05\x64\x40\xa5\xa9\xc3\x4f\ \xc5\xdc\xb5\x14\xca\x80\x37\x1f\x97\xdd\x84\x11\xf7\xd1\xee\x1b\ \x25\xa8\x1f\xe4\xb1\x07\x5b\x49\xa6\xf2\x98\x5e\x99\x8b\xa7\x6e\ \x1a\x35\x39\x7f\x62\xdb\xfe\x41\xbc\xbb\xbb\xa8\x59\xf8\x55\xf2\ \x94\x04\xba\x20\x41\x7c\x8c\xf6\xf6\x31\x96\x5c\xb3\x84\x1c\xb3\ \x04\x48\x24\xba\x3a\x18\x0a\x86\x10\xde\x7d\x9e\x87\xb6\xab\xd8\ \xab\x66\x51\x94\x93\x35\xb3\xb3\xf8\x78\x42\x96\x0b\x1d\xe4\x15\ \xda\xd1\x53\x31\x62\xbe\x76\xd4\xbe\x01\x42\xfd\xbd\xc4\x26\xc6\ \xc9\x2f\x2e\xc6\x95\x63\x43\x72\xe5\x63\xce\x29\xc6\xee\x29\x26\ \xa3\x27\x48\xc5\x83\xa4\xc2\x31\xdc\x4e\x3b\xa9\x48\x80\x89\xd1\ \x3e\xd4\xe0\x08\x9e\xfc\x3c\x86\x7a\x07\x18\x9a\x88\xa1\xa7\x75\ \x14\x41\xa1\xb0\x76\x1a\xaa\xd5\x46\x4c\x30\x93\x6b\xb7\x62\x52\ \x04\x7c\xe1\x21\x14\xab\x8b\x80\x7f\x82\x89\x9e\x56\x72\xc5\x38\ \xb3\xaa\x1d\x88\x7a\x86\x54\x2c\x45\x2c\x14\x41\x31\x59\x49\x66\ \x12\x58\xdd\x5e\x44\x93\x09\x93\xc5\x86\x24\x83\x59\x04\xab\x24\ \x92\xc9\xa8\x24\xe2\x09\xc6\x7c\x43\xd8\x5d\x32\xa2\x60\x80\x11\ \xa5\xbc\xc4\x03\x05\x76\xb4\x7c\x0f\xba\x9e\x15\x47\x8e\x42\xf0\ \x50\xe4\xb0\xd0\xd9\xd8\x01\xf3\x17\x11\xee\xed\x66\x3c\xed\xa5\ \xd8\x65\xe1\x3d\xc3\x40\x3c\xd2\x56\xba\x2e\x1e\xcb\x05\x01\x20\ \x2b\xe8\xa9\x24\x91\x48\x12\x8e\x3a\xef\x4d\x86\xac\x03\xe8\x86\ \x80\x8e\x99\x7c\x8f\x1d\x4f\xc9\x6c\xbe\xfa\xdf\x5f\x21\xe7\x2f\ \x87\x19\x15\x85\x36\xde\x6a\xdb\x4f\x8a\xd9\x98\x0d\x1d\x35\x93\ \xc6\x30\xbb\xf1\xda\x1c\x54\x4e\x5f\xcb\xb7\x3f\xb5\xe0\x84\x33\ \x4e\x5b\x5e\xc7\x6f\x1e\xbf\x05\x41\xf1\xf0\xd9\x2f\xd6\x40\x6a\ \x1f\x86\x61\x20\x9a\x9d\xe4\xe5\x99\x38\xd0\xd4\x07\xf3\x27\xd3\ \x97\x9a\x72\xf2\x70\x38\xbc\x9c\x72\xcd\x0d\x9c\x5d\x75\x6c\x65\ \x33\x15\x8f\x90\x32\x4c\xb8\xec\x59\x37\x87\x2c\x3e\x46\xa4\x7d\ \xe0\xad\x97\x68\x98\xbf\x18\x45\x37\x61\x8a\xaa\x24\x02\x71\xe2\ \xa1\x18\x19\x4d\x27\x98\xca\xa0\x78\x6d\x58\xca\x0a\xb1\x57\x56\ \x63\xb2\x7b\x30\x19\x3a\x36\xbf\x9f\x78\x6f\x1f\x5a\x34\x8a\x96\ \x4a\xa2\xa5\xd3\x60\x18\xa4\x55\x1d\xc9\xe2\x64\x70\x7c\x14\x93\ \xbb\x08\x6b\x4d\x05\x62\xe9\x14\x24\xc1\x82\x22\xbb\x30\xdb\xdc\ \x24\xa2\x11\x86\x9b\xc2\xc4\x06\x63\x24\xe2\x1a\x5d\xad\x63\xa8\ \xe3\xed\x24\xd3\x65\x9c\xb6\x78\x1e\x0e\x8b\x82\x3f\x18\x25\x99\ \xd2\xb0\x38\x5d\x38\x5c\x6e\x72\x72\x3d\x60\xa4\xb1\x9a\x65\xe2\ \xe9\x14\x9a\x61\x20\x2b\x06\x19\x15\x62\x49\x75\xd2\xf2\x96\xcd\ \xb8\xdc\x2e\xf4\xb8\x4e\x26\x9d\x21\xaf\xcc\x09\xd9\x85\xc8\xe3\ \x60\xe7\xd2\xab\x2e\xe1\xe6\xbb\x1e\xe0\xdb\x5d\x2f\x13\x19\x1a\ \x64\xe6\xa5\x37\x50\x65\x37\x11\x8b\x27\xb0\x6a\x93\x6d\xa5\xa6\ \x93\x24\x8d\xe3\xaa\x66\xc8\x15\x2c\xab\x2f\xe0\x89\x5b\xbe\x45\ \xc7\xdc\x79\x5c\x78\xe9\x2a\x8c\x4c\xea\x48\xf6\x33\x83\x4c\x32\ \x4e\x34\xa2\x32\xf3\x13\x97\x32\x67\xcf\x4f\xb9\xf1\x86\xef\x50\ \xe1\x36\x53\xbe\xfc\x7c\xae\x3a\x7d\xde\x51\x9a\x5f\x79\xd9\xd5\ \x6c\xfb\xc9\x5d\x7c\xe3\xc6\x6e\x4a\xa4\x11\xfa\x12\x0e\x4c\xe6\ \x5c\x2e\xbf\xf2\x22\xbe\x7f\xd7\x5d\xfc\x67\x67\x1d\x0e\xd1\xca\ \x69\x57\x5e\xc3\xf2\xba\x42\x66\x9f\x76\x26\x99\x7b\xae\x20\xb1\ \xf6\x76\xe6\xb8\x41\xf3\xa9\x24\x63\x31\x62\x82\x8b\xf3\xaf\xb8\ \x86\xdd\x3f\x7d\x88\x6f\x34\xbd\x8a\xb7\xb0\x82\x4b\x3e\xf7\x19\ \x3e\x73\xda\x0e\x1e\xfa\xd1\x37\xd8\x5d\x5d\x8c\xe0\x9a\xc5\xf5\ \x5f\xfb\x04\x6f\x3f\xf0\xdf\xac\x8f\x9c\xc2\x43\x3f\xb8\x30\xeb\ \x47\x94\xc5\xc7\x87\xb4\x7d\x7d\x43\xcc\x58\x62\x05\xc9\x46\x32\ \x35\xc0\xf8\x44\x98\x78\x46\xc3\x93\x5b\x44\xda\x62\x46\x34\x5b\ \x70\x14\x17\x21\x5a\x2d\xa4\x2d\x32\xa6\x8c\x8e\x20\x49\x48\xb2\ \x82\xcf\x37\x8c\x1a\x99\xc0\x50\x33\x48\xa2\x84\xc9\xea\xa2\xb4\ \xa6\x14\x9b\x0f\x26\x34\x85\xdc\xb2\x0a\x4c\x05\xa5\x98\x04\x17\ \x08\x36\x3a\xfc\x41\xf6\x1e\x6c\x21\x16\x55\x51\x24\x13\x5e\x6f\ \x29\x9e\xba\x7c\x1a\x03\xe3\xec\xed\x99\x40\x13\x5a\x58\xdc\x50\ \x4d\x51\x55\x03\x6e\xa7\x03\x41\x94\x70\xb9\x5d\x58\x2d\x0a\xa3\ \x83\x3d\x04\x02\x7e\x92\x1a\x58\xec\x4e\x12\xa9\x14\xe1\x84\x46\ \x42\x53\x88\xa9\x2a\xf1\x78\x86\xb0\xa1\xe1\xf1\x5a\x08\x4c\x44\ \x89\x8d\x44\x99\x26\x0a\x64\x63\x22\x8f\xc1\x3d\xe3\x4c\x6e\xbe\ \xa9\x86\x43\x1d\x43\x58\x0b\xab\x99\x51\x5b\x02\xa8\x5c\x73\xfd\ \x7f\x23\xe6\x4d\xe6\x3d\x5e\x7a\xf1\xf5\xd4\x0b\xb9\x27\x58\xc9\ \xe7\x7c\xe9\x46\x2a\x0f\x35\x13\xc2\x4d\x59\x6e\x39\x5f\xfc\xcf\ \xff\xc2\x5a\x2c\x03\x12\xe7\x7c\xf6\xdb\x24\xed\x25\x60\xb2\xf1\ \xef\xdf\xfb\x31\xcd\xcd\x9d\x84\x53\x02\x45\x55\x53\x4f\x08\xd8\ \x11\xbc\x33\xf9\xe6\xcd\x3f\xa6\xb9\xb1\x93\x88\x2a\x71\x51\xf1\ \x14\x2a\x2d\xa0\xcc\x3e\x8f\x1f\xff\x78\x3a\x4d\xdd\xc3\x68\x92\ \x93\xda\x92\xc9\xfb\x10\xdc\xd3\xf8\xc1\x6f\x9e\x46\xcb\xab\x04\ \x40\xf4\x4e\xe7\x9b\x37\x7d\x9d\x82\x1c\xb0\x15\x9e\xc6\xf7\x7f\ \x56\x43\x4b\x47\x1f\x9a\x2d\x8f\x22\x8b\x4c\xfd\x27\x6f\xa4\x6c\ \xe1\x61\x7a\xc7\xa3\x58\x3d\xe5\x58\x05\x89\xe5\x97\xdf\x40\xbd\ \xee\xce\x12\x76\x16\x1f\x2f\xd2\xf6\x4e\x99\x87\x68\xc9\x07\x52\ \x84\xd5\x24\xfe\x4c\x8a\x44\x32\x4d\x70\x78\x84\xc2\xaa\x2a\x0a\ \x73\xf2\x30\x3b\xbd\xa0\xd8\x40\x13\x21\x99\x40\x8f\x25\x18\xea\ \xed\x63\x64\x60\x00\xbb\x90\xc1\x6c\x32\xb0\x58\x6c\xa4\x35\x81\ \x94\x68\x61\xee\x8a\x33\x30\x5c\x45\x84\x0c\x8d\x90\x2f\x4c\x7f\ \x6f\x1f\xba\xc9\xc1\x40\x2a\x4e\xcf\x78\x02\xd2\x1a\x53\x0b\x8b\ \x50\x4c\x2e\x0c\xa7\x48\x4e\xed\x2c\x86\x7c\x8d\x44\x5a\x06\x18\ \x0d\xc5\x28\xc9\xb1\x51\x37\xb5\x82\x8a\xb2\x32\x86\x43\x43\xe8\ \xa9\x28\xa2\x1a\xc7\xa2\x08\x98\x9c\x1e\x22\x49\x0d\x55\x93\x99\ \x3e\x77\x31\xe3\x09\x91\x9e\xa6\x56\x24\xab\x8b\x68\x5c\x60\x20\ \x3a\x41\xff\xa0\x8f\x2a\xb9\x88\xb3\xa5\xac\xa6\xfd\x17\xf6\x76\ \x51\x35\x4b\x8a\xaa\x4f\x20\xe5\xb2\xaa\x63\xee\x48\x9e\xe2\x2a\ \x3c\x7f\x76\x8e\x68\xf6\x30\x73\xc1\xb2\x63\xc7\x54\xd5\xbc\x4f\ \xc5\x14\x54\xd4\x1c\xdd\xaf\xd8\x0b\x98\xbd\xe0\x6f\x87\x00\x9b\ \xec\x85\xcc\x59\x54\xf8\x17\xfb\x9d\xc5\xd5\x2c\x2e\xae\xfe\x0b\ \x49\xa5\xa8\x7a\xc6\x31\xd2\x37\x39\xa8\x9e\x76\x2c\xe6\xd8\x55\ \x58\xc9\xa2\xc2\xca\x13\x8e\x2f\xaf\x9f\x4b\xf9\x71\x7b\xbc\xa5\ \x55\x78\xb3\x5d\x9e\xc5\xc7\x8d\xb4\x6b\x16\x9e\x4e\x4a\x17\x49\ \xa5\x26\x30\x9c\x36\x72\x2b\xca\x09\x19\x12\x81\xd1\x11\xfc\xa3\ \x01\x72\x0b\xe2\x24\xdb\xfa\x90\x9c\x1e\x52\xa9\x0c\x3d\x2d\x4d\ \x98\x15\x11\x54\x95\x1c\xb7\x0b\x97\x62\x60\x36\x41\x54\x53\x39\ \xdc\x3b\xc0\x84\x9c\xc2\x51\x51\xc0\xc8\xd0\x04\xfe\xb1\x10\xe9\ \x91\x38\x13\x03\x61\x72\xca\x2a\xf1\x16\xe6\x91\xe3\xf4\x93\x08\ \x8c\x43\x2c\x41\x28\x33\x8c\x2a\x81\x6c\xb3\x33\x92\x31\xd3\x3f\ \xe6\xa3\xa3\xc7\x47\xa1\xd3\xcc\xec\xd1\x20\x33\xa3\x69\x0a\x3d\ \x2e\x1c\x66\x01\x8f\xd5\x06\x92\x80\xbb\xa0\x0c\xb7\x62\x45\x47\ \x62\x6f\x63\x0b\x07\x3b\xfa\x49\xcb\x2e\x24\xc5\x49\x28\x93\x62\ \xd4\x1f\x62\x3c\x21\x52\x84\x15\x21\xeb\x3d\x92\x45\x16\x59\x7c\ \xdc\x48\xbb\xa7\xa3\x95\xa9\x55\xe5\x98\x32\x69\xcc\x9a\x80\xd9\ \xe6\xc6\x5d\x24\x61\x35\x4c\xf8\x43\x21\xda\x1b\x5b\xb1\xf5\x0f\ \x63\xb1\xda\xb1\x5a\xed\x88\x82\x8a\x20\x99\xf0\xe6\x7a\x08\x27\ \x23\xa0\xa5\x18\x1e\x1f\xa1\x6f\x6c\x84\xf6\xb1\x08\x9e\xda\x3c\ \x5a\xdb\xdb\x48\x88\x1e\x22\x69\x11\xff\x58\x00\x5f\xdf\x08\x8b\ \x6a\x66\x90\x54\x35\xec\x36\x0b\x5a\x40\x45\x48\x06\x71\x48\x76\ \x52\x5a\x9a\xfe\xe0\x18\x86\xd5\x89\x60\xf7\x90\x50\xd3\xf4\x4c\ \x24\x18\xda\xd1\xce\x6b\x3b\xdb\x69\xa8\xf2\xb2\x74\xfe\x4c\xaa\ \x8a\xbd\xb8\x2d\x0a\xed\x13\xcd\x24\x34\x81\x60\x24\xc6\x44\x28\ \x02\x0e\x0f\x99\x84\x4e\x20\x96\xc1\x1f\x49\x12\x4a\x19\x44\x34\ \x19\x4d\x36\x67\xa7\xc5\x59\x64\x91\xc5\xc7\x8f\xb4\x63\xbd\xfb\ \x91\x3d\x60\x37\x9b\x91\x13\x1a\xe9\x84\x8e\xa4\xd8\xb1\x14\x94\ \x92\x93\x5b\x40\x5a\x11\xc1\x24\x83\x2c\x21\xc9\x32\x4e\xc5\x44\ \x9e\x37\x87\xb8\x7f\x82\x68\x3c\x8e\xaf\xaf\x87\xde\xbe\x76\xc6\ \x62\x11\x3c\x53\xea\xa8\xac\x28\xa6\xc2\x51\xc6\x50\x5c\xe0\x5d\ \xdf\x38\xd1\xa4\x0d\x4d\x28\x20\x51\x68\xa5\xa7\xbf\x9b\x44\x3c\ \x84\xa2\xe8\x44\x82\x01\x8c\x64\x10\x43\xcf\x60\x4a\x24\xc9\xf1\ \xe4\x31\x1a\xf1\x63\xc8\x93\x29\x29\xf5\x4c\x0a\x03\x81\xa6\x81\ \x09\x26\xe2\xef\x51\x57\x5e\x44\x7d\x55\x19\xb2\xcd\x89\xcf\x3f\ \x81\xc3\x99\x43\x58\x13\x09\x45\x63\xc4\x92\x2a\x91\xa4\x4a\x52\ \xd3\x49\x0b\x02\xba\xac\xa0\x0b\x93\x29\x19\xb3\xc8\x22\x8b\x2c\ \x3e\x56\xa4\x6d\x37\x42\xb4\xbd\xf7\x36\xa5\xae\x22\x9c\xb2\x15\ \xb3\x30\x59\x3e\xc9\x66\xb7\x23\x8a\x02\x09\x49\x27\x92\x49\x90\ \x56\x13\x58\xed\x4e\x3c\x39\x76\xd0\x92\x0c\x0c\xf4\xd2\xdc\xda\ \x4a\x67\x6b\x33\x4e\x97\x95\xd9\x27\xcd\xa7\xa8\xba\x96\xf6\x81\ \x0e\xca\xa7\xb9\x58\xd8\x30\x8b\x31\x97\x4c\xc8\x48\xa3\xdb\x14\ \x0e\x0f\xb4\x10\x09\x85\x89\xf9\x47\x70\x48\x1a\x0e\x8b\xc2\xe0\ \xd8\x18\x4a\xc6\xc0\xe5\x74\x13\x53\x44\xcc\x66\x33\x49\x41\xc0\ \x30\xc9\xa8\x18\x38\x5d\x4e\x44\x41\x62\x28\x1c\x61\xec\x70\x0f\ \xfe\x58\x06\x4d\x80\x11\xbf\x1f\x8b\xcd\x8e\x28\x99\x70\xba\x73\ \x30\x24\x85\x94\xaa\xa1\x23\x20\xc9\x22\x26\x45\x42\x9a\xac\x43\ \x94\x45\x16\x59\x64\xf1\xf1\x22\x6d\xc9\x66\xa7\x6f\x70\x88\x48\ \x32\x8d\x9c\x36\xb0\x63\x21\xc7\x96\x83\xd5\x62\x47\x30\x29\x18\ \x06\x18\xc9\x24\x7a\x32\x86\x62\x92\x49\x93\x62\xdf\x81\x7d\x34\ \x1e\x6c\x43\x91\xcc\x4c\x9f\x3d\x8f\x9a\xba\xa9\xb8\xf3\x5d\x04\ \xe2\x51\x42\xe3\x03\x14\xe4\xe5\x23\x7a\x3d\xac\x28\xc8\x63\xb0\ \xb1\x8d\xc1\x54\x8a\x68\x20\x89\x23\x21\x20\x64\x24\x32\xba\x86\ \xea\x75\x21\xa2\x60\x4a\x18\x28\x8a\x4c\x2c\x13\x45\x44\xc5\x66\ \xb3\x60\xb3\x99\xd0\x10\x50\x91\x50\x05\x19\x67\x51\x0e\x52\x3a\ \xc9\x40\x28\x85\x2a\x64\x30\xdb\x73\x88\xa9\x2a\x8a\x24\x62\x93\ \x4d\xa4\x32\x2a\x82\x30\x99\x1e\xca\x40\x03\xd2\x88\x64\x8e\xd5\ \x8e\xcb\x22\x8b\x2c\xb2\xf8\xb8\x90\xb6\x98\x5b\xc1\x40\x7b\x1f\ \x65\x79\x66\xca\xf3\x0a\x49\xfb\x63\x34\xf5\x0c\x62\x12\x4c\x48\ \x82\x88\x9a\x49\xa3\xa5\x93\x08\xa9\x04\x83\xc9\x04\x29\x39\x83\ \xad\xd0\xc3\x19\xe7\x9c\x85\xc3\x9e\x8b\xdb\xe5\x26\x1a\x0b\xd1\ \xd3\xdf\x49\x7b\x77\x1b\x26\x51\x60\xb8\xa7\x0d\xb3\x0e\x55\xe5\ \x73\x58\x61\xb5\xf3\x6c\x77\x1b\x6e\xd5\x4e\x3a\x64\x20\x18\x20\ \x14\x78\x88\x4b\x22\x01\x2d\x8e\xd5\x99\x83\x49\xd4\xd1\xfc\x3e\ \x26\x46\x87\xb1\x99\x45\x24\xc9\x02\xa2\x8c\x68\xb2\xa2\x6a\x02\ \xaa\x21\x80\x62\xc3\xe5\xf6\xa0\x1b\x69\x34\x43\xc5\x22\x4c\x7a\ \xac\x88\x26\x33\xa2\xae\x23\x30\x99\x9c\x45\x12\x40\x91\x05\xe4\ \xac\xe7\x48\x16\x59\x64\xf1\x71\x24\xed\x1c\x93\x8d\x98\x2f\x40\ \xeb\x78\x98\xfa\x0b\x66\x31\x7d\x49\x25\x89\xf9\x3a\x9a\xae\x23\ \x0a\x22\xf1\x44\x0c\xd4\x0c\xa8\x3a\x8a\x2c\xe2\x70\xd9\xb0\x79\ \x5c\x90\xd1\x09\xfb\xc6\x19\x1b\x19\xa1\xaf\xbb\x9f\xce\xf6\x6e\ \x5c\x76\x37\x9a\xaa\x22\x6b\x22\x66\x35\x4d\x64\xb8\x09\x5b\x3c\ \x46\x01\x09\x5a\xc7\x02\x24\x75\x07\x49\x5d\x67\xf8\x50\x2b\x63\ \x31\x1f\x3a\x29\x86\x15\x09\xd9\x80\x44\x3c\x41\x3a\x95\xc2\x6d\ \xcd\xc1\x64\x56\x48\xeb\x1a\xa2\x98\xc1\xa6\x28\x64\x92\x49\x64\ \x59\x44\xcd\xa8\x98\xec\x56\x64\x51\x41\xcd\xa8\xe8\x82\x40\x2a\ \x93\x41\x94\x64\x74\x5d\x47\x10\x27\x2b\x51\xab\xda\x64\xe8\x75\ \x56\x1f\xc9\x22\x8b\x2c\x3e\x76\xa4\x9d\x88\xc4\xb1\x22\x73\x60\ \xdf\x21\x36\x49\x16\x4e\x39\xe3\x0c\x0a\xca\x4a\xb0\xe7\xe6\x22\ \x29\x32\x1e\x5b\x39\x68\x93\x45\x72\x33\xf1\x38\xa1\x09\x3f\x03\ \x9d\xbd\x8c\x0c\x0c\x12\xf0\xf9\x18\xe8\xee\x21\x30\xe4\x23\xd7\ \xe5\x26\x98\x8c\xe0\x1b\x1e\x62\xf1\xe2\x45\x38\x1d\x0e\x02\x13\ \x23\x44\x22\x71\xdc\x0e\x19\xa7\xcb\x82\x24\x5a\x19\xe8\xee\xc6\ \xe7\xeb\x42\x16\xd3\x98\x6d\x06\x8a\x24\xa2\x08\x26\xcc\x36\x33\ \x69\xb3\x84\x7f\x3c\x48\x4a\xd3\x28\x29\x2f\x45\x17\xc0\xa2\xc8\ \xa4\x74\x15\x59\x10\xd1\x55\x8d\x74\x2a\x0d\xa2\x80\x24\x88\x98\ \x8e\x94\xcd\xc8\x24\x53\xd8\x1d\x0e\x4c\x8a\xc2\xe8\xc8\x08\x91\ \x48\x04\x49\xca\xe6\xe6\xcc\x22\x8b\x2c\x3e\x86\xa4\xdd\x3f\x38\ \x4a\x46\x33\xf0\x3a\x1d\x34\xee\xdd\x85\x45\x81\xaa\xda\x1a\x04\ \x93\x09\x04\x48\x66\x32\x08\x40\x24\x14\x42\xcd\xa8\x28\x16\x33\ \xe1\x70\x18\x3d\x95\x41\xd2\x0d\x5c\x56\x0b\xf9\x35\xd5\x84\x02\ \x01\xfc\xbe\x11\xd2\x5a\x86\x9e\x81\x3e\x0c\xc1\x20\x12\x0a\xa2\ \x5b\x3c\x24\xf4\x38\xde\x42\x0f\xfe\xe1\x00\xe1\xd8\x38\x66\x93\ \x84\xd9\x62\x41\x27\x83\x60\x48\x48\xb2\x19\x0c\xb0\x5b\x6d\x58\ \xdd\x39\xc4\x53\x71\xfa\xfa\xfa\x29\x2d\x2f\x47\x55\x75\x74\x1d\ \x24\xb3\x82\x49\x31\x83\x24\x91\x4a\xa5\x50\x14\x05\xb7\xc3\x89\ \xa6\x69\xe8\x26\x0b\xf1\x68\x94\xc1\xb1\x3e\xd2\xc9\x14\xb2\x22\ \x63\xa8\xd9\xbc\x23\x59\x64\x91\xc5\xc7\x90\xb4\x9b\x9a\x9a\xb0\ \x9a\x2d\x94\x17\x17\x11\x08\x2a\x8c\x0f\x0d\x51\x5a\x54\x40\x69\ \x45\x29\x89\x74\x12\x8b\xac\x10\x09\x45\x50\x0c\x8d\x92\xa2\x7c\ \xf2\x0a\x0a\xd0\x0c\x1d\x45\x10\x49\xc7\x93\x74\x36\xb7\x33\x32\ \x34\x4c\x26\x93\x21\x99\x49\xa3\x19\x06\x86\x20\x92\x31\x04\x42\ \xa9\x34\x9a\x90\xc0\x5b\x94\x87\xcf\x17\xc6\x17\xe8\xc7\x90\x93\ \xc8\x66\x1d\x04\x03\xb3\x6c\x06\x51\x42\x14\x4d\x48\x16\x11\x8b\ \xd5\x4a\x6e\x7e\x3e\x9a\x00\xa3\x63\xa3\xf8\x47\xc7\x27\x2b\x22\ \x5b\x2c\xd8\xec\x0e\x44\x04\x74\x5d\x47\x57\x35\xcc\xb2\x82\x64\ \x08\x68\x9a\x4e\x70\xdc\x8f\x7f\x7c\x1c\xc3\x30\x70\xda\xed\x24\ \xe2\x09\xc2\xc1\x20\x82\x98\xd5\xb5\xb3\xc8\x22\x8b\x8f\x19\x69\ \x87\xc7\x47\xf1\x38\x1d\x84\xc2\x11\xa6\x54\x56\x61\xb6\x5a\xc0\ \x30\x18\x1f\x1b\x47\x56\x24\x72\xdc\x39\x38\x0b\x0a\xb1\xda\x1c\ \xe4\x7a\x3d\x24\x53\x71\xe2\xf1\x08\xfe\xf1\x51\x3a\x5b\xda\x19\ \x1b\x1e\x23\x1e\x8d\x21\x4b\x0a\x2e\x4f\x0e\xc1\x40\x90\xbc\xa2\ \x62\x0c\x49\xc1\xea\xf6\x10\x48\x19\x38\x3c\x6e\x1a\xb7\xec\xc0\ \x1f\x0a\x61\x71\x58\x50\xd3\x1a\x26\x51\x41\x14\x64\x0c\x43\x40\ \x96\x2d\x48\x8a\x8c\x21\x88\x04\x82\x61\x2c\x56\x0b\x45\xf9\x45\ \xe4\x79\xf3\xf1\xfb\xfd\x84\x26\x42\xd8\xcd\x36\x5c\x4e\x27\xd1\ \x68\x04\xd1\x30\xb0\x9a\xcc\xa8\xe9\x34\x63\x3e\x1f\xb1\x68\x0c\ \xb3\x2c\x63\x36\x99\x11\x05\x91\x8c\x20\x62\x31\x99\xb3\x09\xa3\ \xb2\xc8\x22\x8b\x8f\x1f\x69\x17\x7a\x1c\x74\x77\xf6\x30\x3c\x1a\ \x40\xc3\xc4\xec\x39\x33\x29\x29\x9b\x8a\x24\x41\x34\x1e\x61\x78\ \x64\x9c\x74\x2a\x43\x3c\x91\x9c\xac\x75\xa6\x26\x19\x1f\x1b\x22\ \x19\x4f\xe2\xb4\x3a\x90\x64\x79\x72\xd1\x4f\x10\xb0\x58\xac\x78\ \x64\x13\x88\x12\xba\x28\x50\x5c\x51\x81\x12\xcb\x70\xa0\x7f\x8c\ \xfe\xa1\x01\x04\x9b\x1d\xc3\xd0\x51\x64\x19\xb3\x62\xc2\x62\xb2\ \x93\xce\x00\xa2\x88\xa4\x88\x08\xa2\x80\xa6\xa9\x44\x82\x41\xc2\ \x80\xc5\x6c\x26\xd7\xed\xc6\xaf\xaa\xf8\x86\x86\x50\x73\x73\x71\ \x38\xec\x18\xba\x4e\x2c\x12\x21\x93\xc9\x90\x4e\xa5\x50\x24\x09\ \x59\x92\x51\x64\x05\x59\x94\x50\xe5\x0c\x82\x91\x5d\x86\xcc\x22\ \x8b\x2c\x3e\x86\xa4\x6d\xb7\xc8\x84\x42\x61\x02\x91\x0c\xd6\xb1\ \x30\x4a\x7b\x37\x91\x78\x82\xfc\x7c\x0f\x66\xab\x82\x24\x9b\x90\ \x34\x11\x45\x11\x88\x27\x53\x64\x34\x81\xe2\xf2\x4a\xdc\x76\x27\ \xfe\xd1\x31\x82\xfe\x10\x55\xb5\x75\xe4\xe5\xe6\xd2\xd5\xd5\x4b\ \x68\x6c\x8c\x58\x2a\x49\x6d\x65\x05\x91\x68\x0c\x04\x81\xc1\xa1\ \x21\x14\xd9\x8c\x6a\xc8\x88\xa2\x09\xbb\x59\x41\xcf\x64\xc8\x64\ \x32\x88\x82\x09\x49\x91\x11\x65\x50\x64\x19\x43\x13\xd1\x44\x11\ \x0c\x10\x11\x30\xd2\x69\x72\xec\x0e\x52\xa6\x34\xf1\x58\x14\x4d\ \x53\x51\xd5\xc9\x4d\x91\x64\x6c\x56\xdb\x64\x01\xdf\xe3\xac\x6a\ \x49\x14\x3f\xb4\x22\x9a\x59\x7c\x58\x30\x88\x85\xc3\x08\x16\x27\ \x36\x53\x56\xb6\xfa\xa0\xc8\xc4\x82\x84\xd3\x12\x5e\x8f\xf3\x84\ \x28\x84\x78\x24\x84\x2e\xdb\x71\x58\xff\x1f\x2c\xc0\x1b\x1a\x91\ \x70\x0c\x93\xdd\x79\xb4\x3e\xe8\xff\x09\x6a\x2a\x4a\x3c\x2d\xe2\ \x74\xda\xb2\x91\x13\x1f\x02\x44\x93\xc5\x8c\x21\x09\x64\x74\x95\ \x70\x34\x46\x32\x91\x22\x16\x89\x90\x88\x45\x51\x04\x89\x3c\x77\ \x0e\x75\x35\xd5\x9c\x34\x77\x1e\xf3\x66\xcf\xa5\x61\xd6\x1c\xdc\ \x79\x05\x84\xe3\x49\xdc\xb9\x05\xac\x5c\xb3\x86\xd5\x6b\x4e\x21\ \xc7\x9b\x4f\x28\x16\xc3\xe6\x72\x61\x75\xd8\x18\x1f\x1f\x47\xcb\ \xa4\x48\xc4\xa2\x94\x15\x95\x31\x67\xd6\x49\x08\x58\x10\x05\x2b\ \xaa\x2a\x61\x52\x6c\x48\x92\x8c\xac\x48\x08\xe8\x88\x18\xc8\xa2\ \x88\x49\x56\x30\x8b\x12\x26\xc3\xc0\x26\x4a\x98\x10\xb0\x48\x12\ \x4e\x8b\x85\x1c\xbb\x03\x59\x96\xb1\xda\x6c\x78\xbd\x5e\x5c\x39\ \x6e\x14\x93\x09\xc5\xa4\x60\xb6\x5a\x30\x99\x26\x5f\x00\x48\x22\ \x86\x98\x1d\x1e\xff\xd0\x73\xa8\xff\xed\x79\x49\xc4\x3f\xc2\x48\ \x20\xf1\x8f\x5d\x50\x8b\xe3\x1b\x1e\x26\xf1\xfe\x7a\x70\xa4\x85\ \x7b\xee\xbc\x9f\xc3\x81\xff\x1d\xfd\x32\x78\xf8\x2d\xee\xbb\xe5\ \x27\xdc\xf6\xf0\x7a\x46\xe2\x7f\xe7\x9c\x2f\xe9\xe7\xf5\x67\x1e\ \xe4\xc7\x3f\xfe\x25\x2f\xec\xee\xfe\xab\x87\x6c\x7d\xe2\x57\x3c\ \xba\xa1\xed\x44\xf2\xd3\x06\x78\xe4\x9e\x3b\xd9\x3a\x98\xf9\x10\ \xbf\x41\x8a\xad\x2f\x3c\xc9\x86\x3d\x3e\x30\x62\x0c\x0f\x8f\x90\ \x3e\xf2\x9f\xc4\xd0\x0e\x6e\xbd\xfb\x31\xfa\x53\x7f\xbd\x2f\x93\ \xa1\x51\x46\xc6\x8f\x55\x3f\xda\xf5\x87\xfb\x78\x7c\x63\xd3\x09\ \xf7\x1c\xee\xd8\xc6\x13\x4f\xbf\x42\xf0\x23\x30\x1d\x56\xfd\x8d\ \xfc\xfe\xf7\x7f\xa2\x27\xfe\x2f\x42\xda\x66\x6f\x01\x19\x49\xc1\ \x2c\x99\xc9\x77\xbb\x98\xf0\x0d\x32\x31\x3c\x48\x60\x78\x90\xf1\ \xc1\x6e\x62\x7e\x1f\xf1\x89\x31\x86\x7b\x3b\x68\x3b\x7c\x80\xc3\ \x07\x0f\x93\xd2\x24\x66\xce\x5b\xcc\xaa\x53\xcf\xa2\x7e\xe6\x5c\ \xe2\x69\x95\xf6\xae\x6e\x52\xe9\x34\x86\xa1\x33\xe1\x9f\xc0\xe7\ \x1b\x62\x64\x68\x90\x74\x3c\x8e\xdd\x64\xe3\xe2\x0b\x2e\x67\xe5\ \x92\xd3\x30\x09\x2e\x0c\xd5\x8c\x28\x5a\xd0\x75\x1d\xc5\x24\x22\ \x4a\x3a\x82\xae\x62\xe8\x19\x14\x34\x14\x8e\xfc\x9d\x49\x63\x11\ \x05\x64\x5d\x43\xc8\xa4\xb0\xc8\x12\x92\x24\xa2\x0b\xa0\x61\x80\ \x20\x20\x2a\x32\x86\x20\xa0\xea\x3a\x3a\x06\x86\x00\x88\x02\x59\ \xce\xfe\x1b\xf0\x1f\xe4\xbb\x5f\xba\x82\x87\xdf\x19\x7c\xff\x11\ \xe3\x0f\xb7\x7c\x8f\xfb\x36\xf5\xfc\x8d\x13\x46\x79\xf4\xae\x3b\ \x79\x67\xe8\x1f\xfb\x18\xdf\xf6\xa7\xb9\xfb\x37\xaf\xf2\x7e\xc9\ \xf5\x89\xd6\x5d\xf4\x45\x24\xa6\x16\x7e\xfc\x3b\x26\xda\xb3\x95\ \x07\x1f\xdb\x48\xe1\x49\x6b\x58\x7e\x52\x2d\x36\xf9\xef\xf9\xce\ \x1a\x6f\xfc\xe1\x7e\xde\x1e\x70\xb0\xe6\xb4\xd5\x4c\x2b\x76\xff\ \x95\x63\x46\xd8\xd1\xd4\x43\x4e\xf5\x89\xb5\x2f\xf5\x9e\x03\x34\ \xf7\x46\xa9\x28\xb1\x7e\x98\xd4\x80\xa6\xa9\x88\x16\x33\x9d\xaf\ \x3c\xcc\x83\x7f\xda\xc9\xfb\x05\xdc\x06\x0e\x6c\x67\x42\x70\x51\ \x6a\xff\x6b\xe7\xa5\x79\xfe\x57\x77\xb2\x61\x7f\xe4\xc8\xdf\xe3\ \xec\xd8\xdf\x4f\x4e\xd9\x89\xd5\xc8\x25\x43\x43\x55\x0d\x3e\x0a\ \x13\x62\x49\xd4\xc8\xa8\x2a\xff\x2a\x93\x73\x39\x82\x80\xcd\x9b\ \x87\x11\x17\x08\x8f\x0f\x33\x63\x5a\x15\x25\x85\x1e\xca\x4b\x0b\ \x10\x45\x1d\x45\x4d\x10\xf7\xfb\x48\x67\x0c\x8a\x73\x5d\xcc\xa9\ \x5d\x44\x61\x6d\x3d\xa9\x44\x8a\xa1\xc1\x41\x7a\x3b\x3b\x39\xb4\ \x7f\x3f\xd1\x60\x10\x55\xcd\x10\x4b\x26\x30\x27\x12\x94\x14\x15\ \x50\xe0\x76\xd2\x39\x18\x40\x71\xe4\x62\x96\xec\x9c\x75\xda\x79\ \xe4\x38\x0b\xd9\xbf\x7f\x17\x19\x35\x8c\x2c\x2b\xc8\x8a\x48\x3a\ \x9e\xc6\x6c\x36\x21\x1a\x1a\x92\x28\x20\x4b\xc2\x64\x03\xaa\x29\ \xc8\x88\x18\xba\x06\x86\x86\x68\xa8\x98\xcc\x56\x74\x4d\x23\x73\ \x44\x26\x41\x37\x26\xcb\x50\xc1\x51\x49\x44\x37\xf4\x6c\x15\xf6\ \xbf\x81\x91\xae\x36\x5a\xda\x06\x69\x7b\x76\x1d\xe7\xad\xfc\x1a\ \xc5\xa9\x6e\x0e\x76\x0e\xb2\xf8\xc2\x62\x48\x0d\xb1\xfe\xa9\x67\ \x39\x38\x10\xa5\x7e\xd5\x5a\x2e\x5c\x35\x1d\x69\xac\x9d\xa6\xb6\ \x03\x1c\x7a\xfc\x16\xa2\x2b\x2e\xe4\xd3\xe7\xcd\xa2\x63\xc7\xcb\ \xbc\xf8\xd6\x5e\x28\x98\xc5\x95\x57\xaf\xc5\x36\xf0\x26\xbf\x7d\ \x3d\xc8\x15\xd7\x5e\x48\xfe\x91\xca\x5e\x6d\x8d\x1d\x1c\xda\x3d\ \xc4\x9d\xb7\xa6\xb9\xf0\x4b\x5f\x20\xd3\xda\xcf\x48\x67\x37\x0f\ \xff\xe2\x97\x54\x2f\x38\x8b\x8b\x4e\x9d\x8d\x02\x0c\x37\xbd\xc3\ \xf3\x1b\xb6\x10\x32\x55\x70\xc1\x15\x97\x33\xfd\xb8\x12\xea\x03\ \x87\x36\xf3\xc2\x6b\x7b\x08\x64\x4c\x2c\x3a\xeb\x32\xce\x98\x57\ \x46\xc2\x77\x80\x67\x9e\xdb\x44\x4f\x50\x66\xe5\x27\x3e\xc5\x9a\ \xaa\x28\xcf\x3d\xf5\x1c\xcd\x23\x1a\x27\x9d\x7d\x29\x67\xcf\xab\ \xa0\x63\xfb\x7a\x5e\x78\xeb\x00\xaa\x63\x2a\x97\x5d\x7b\x25\x53\ \x5d\x31\xde\x79\xfe\x39\xde\x39\xd4\x4f\xd9\xfc\x33\xb9\xe2\x9c\ \x45\x64\x7c\x87\x59\xb7\x6e\x13\xbd\xfe\x38\x45\x33\x4e\xe6\xca\ \x8b\x96\x63\x03\x82\x7d\xfb\x78\xe1\x85\x4d\xf4\x84\x4d\x9c\x7a\ \xf9\xb5\xac\xa8\x31\xb3\xed\xc5\x3f\xf1\xf6\xbe\x3e\x4a\xe6\x9c\ \xc6\x15\x17\x2c\xc1\x72\x5c\x7b\x0e\x35\xbe\xc5\xba\x57\xb6\x11\ \x56\x4a\xf8\xc4\x55\x57\xd2\x50\x60\xa1\x63\xd7\xab\xec\xe9\x1e\ \xc6\xd5\x3f\xc0\xac\xf9\xcb\x70\xbe\xff\x95\x32\x51\x76\x6d\x7e\ \x91\xad\x07\x7b\xc8\x58\x0a\x38\xe7\xaa\xab\x99\x95\x7f\xe4\x6a\ \x89\x7e\x5e\x7f\x6d\x0f\x23\x65\x32\xfe\xf8\x6c\x96\x97\xd9\x79\ \x77\xdd\x23\xbc\x75\x78\x90\xfc\x86\x53\xb8\xea\xa2\xe5\xd8\x87\ \x5b\x18\x4d\x3b\x38\xab\x3e\x0f\x30\xe8\xdd\xf7\x06\xaf\x6e\x3b\ \x48\x7f\xf3\x5e\xd2\x25\x17\x50\x6f\x83\xd8\xc0\x7e\x9e\x59\xb7\ \x91\xa1\x84\x93\x53\x2f\xbe\x92\xc5\xd5\x4e\x9a\xb7\xbe\xc0\x86\ \xad\x8d\xa4\xdd\xb3\xf8\xcc\xb5\x6b\x29\xb4\x41\xef\x7b\x2f\xb1\ \x23\x58\xc6\xa5\xa7\xce\x25\xda\xf2\x26\x2f\x1f\x56\xb9\xf0\x92\ \xd3\x31\x8d\xb6\xf0\xc7\x4d\xed\x2c\x5f\x5e\x43\x50\x2b\xe6\xcc\ \x99\x1e\x36\xac\x6b\x63\xef\xa1\x36\xee\x10\x43\x5c\xfe\xa5\x6b\ \xe8\x6b\xea\x67\xb8\xb1\x87\xbb\x6f\x9d\xa0\x61\xd5\x5a\xce\x5d\ \x54\x75\xcc\x8a\xce\xf4\xb1\xaf\xb5\x99\x41\xdf\x83\xe8\x81\xf3\ \xf8\xe4\xe9\x22\xed\xa3\xfd\xb4\xbf\xf4\x2b\x46\x0f\xd4\xb0\xf6\ \xb2\x4b\x99\x9a\xa3\x72\xa8\x73\x84\xca\xa5\x67\xe3\x0a\x74\xf2\ \xd4\x1f\x9f\xa7\x6d\x54\x63\xce\x9a\x8b\x59\xbb\xa2\xfa\xa8\xa5\ \xbf\xfb\x95\xe7\x78\xfb\x60\x37\x19\x25\x8f\x33\x2f\xbb\x82\x93\ \xca\x5d\x80\x46\xfb\x8e\xd7\xd8\xb8\xed\x10\x21\xd5\xcc\xd2\x0b\ \xaf\x61\x4d\x9d\xc2\x96\x17\x9e\x63\x7b\xe3\x00\xd6\xa2\x7a\x66\ \x4d\x31\x71\x68\xd7\x21\x28\x9d\xcf\xd5\x97\x9f\x45\xae\x19\xd2\ \x81\x4e\x5e\xf8\xd3\x7a\x5a\xc7\x0d\x16\x9e\x7d\x09\x67\xce\xad\ \x38\xda\x87\xad\x87\xfa\xc9\x9f\xb6\x92\x29\xf2\x28\x2f\x3d\xfe\ \x0c\x7b\xbb\x83\x54\x2d\x38\x9d\xcb\xcf\x59\x74\xb4\xf2\xd2\x47\ \xca\xd2\xd6\x11\xd1\x35\x8d\x42\xaf\x13\xbb\x2c\xd3\xde\xdc\x8c\ \x6f\xb0\x8f\xf1\xf1\x11\x34\x4d\xc5\xa4\x98\xb1\x59\xed\x78\x3c\ \xb9\x4c\x9d\x52\x83\x55\xb1\xb0\x6f\xfb\x4e\x9e\x7c\xec\x51\x7e\ \xf7\xd8\xa3\x6c\x7a\xf5\x65\xda\x9b\x0f\x12\x0d\x8e\xe2\x34\x0b\ \xcc\xa8\x99\xca\xbc\x86\x06\xbc\x6e\x0f\x4d\x2d\xad\x44\x62\x31\ \x04\x44\x26\x26\x22\x88\xa2\x83\x85\x8b\x4f\xe5\x0b\x5f\xfe\x26\ \x97\x5e\xf6\x29\x14\xd9\x42\x26\x1e\xc7\x6e\x92\xd1\xd3\x2a\x7a\ \x5a\x45\x53\x35\x74\x40\x50\x14\x30\x9b\x49\x1a\x3a\xaa\x28\x20\ \x28\x26\xd2\x9a\x8e\x60\x80\x22\x88\xc8\x82\x88\x78\x64\xa8\x08\ \xa2\x08\x92\x88\x06\xa8\x86\x81\x0a\x68\x46\x36\xf3\xc8\x5f\x43\ \x5b\xf3\x3e\x2a\x2f\xf8\x37\xd6\xe4\xf6\xb3\x71\xe7\x28\x99\xfe\ \x5e\xc2\x62\x2d\x8b\x0a\xc3\xfc\xfa\xa6\x1f\xb1\xcd\xef\x61\xc5\ \xbc\x62\x36\x3c\xf0\x2b\xb6\x0f\x19\xf8\xdb\x3a\xd0\x73\x57\x70\ \xcd\xc5\xe7\xb3\x62\x41\x39\x4d\xaf\xfd\x8a\x9f\x3f\xf6\x36\xd5\ \x4b\x56\x93\x79\x6f\x1d\xbf\x7f\xa9\x91\x4c\x3a\xc4\xb0\x3f\xc2\ \xb1\x06\x1f\xe7\x60\xef\x28\x4b\x2e\xb9\x8c\xb3\x4e\x5b\x4d\xa5\ \x35\xcc\xee\xf6\x21\x6a\x4e\x39\x97\x95\x0d\xb9\xac\xff\xf5\x83\ \x6c\xef\x87\xf0\xe1\x3f\x71\xd3\x6d\x4f\xe2\x98\xb9\x9a\xbc\x91\ \x77\xf8\xcd\xef\x5e\x3f\x4e\xbc\x1d\xe1\xd9\x87\x1e\x27\xe8\x9d\ \xc7\xb2\x1a\x81\x27\xee\xba\x9d\xc3\x09\xd8\xfb\xec\xe3\xbc\xdb\ \x6f\xe3\xe4\xd3\x56\x33\x45\xe9\xe7\x8e\xef\xfd\x88\x03\x99\x0a\ \x16\xd7\x48\x3c\xf9\xe0\xd3\xec\xd9\xf5\x3a\x77\x3c\xfa\x26\xd5\ \xcb\xcf\x62\xd9\xdc\x19\xe4\xca\x11\x5e\xb8\xed\x26\x9e\xda\x13\ \x61\xf9\xf2\x06\xb6\xfd\xfe\x51\xb6\x74\xc4\x39\xf0\xca\x23\x6c\ \xf5\xd9\x38\x65\xd5\x0c\x76\xad\xbb\x97\x67\x0f\x45\xd1\x7a\xde\ \xe4\xa6\x1f\xdc\xcb\x44\x4e\x1d\x2b\x96\x2d\x64\x6a\x8e\xca\x8b\ \x77\xdf\xcc\x13\xdb\xc3\xac\x58\xdd\xc0\x8e\xe7\x1f\xe0\xc5\xd6\ \x63\x73\xe8\xb1\xbd\xcf\xf1\xa3\x5b\x9f\xc1\x35\x6b\x05\x65\x89\ \x03\xdc\x73\xef\xf3\x18\x68\x1c\x3a\x1c\x66\xe5\x85\x9f\xe2\xac\ \x85\x33\xc9\x7f\xdf\xf8\xd5\xc6\x78\xfc\xb6\xef\xf0\xbb\xdd\x41\ \x1a\xea\x0b\x68\x7c\x73\x33\xbe\xe8\xb1\xba\x4a\xc1\xae\x3d\x84\ \xf3\xe7\x72\xf5\x95\xe7\x31\xb7\xce\xc3\xcb\xf7\xff\x80\x27\x76\ \x87\x58\xb6\x62\x2e\x6d\xeb\xef\xe7\x85\xf7\x46\xf1\x75\xf5\x92\ \xb0\xcf\x60\xba\x1b\xf6\xbf\x70\x0f\x37\x3d\xb8\x99\x82\xba\x7a\ \xac\x4a\x86\xd2\x79\x33\x61\x74\x2f\x3f\xbc\xe9\x57\x84\x0b\xe7\ \x31\xdd\xd9\xc7\xbd\x8f\x3f\x4f\x60\xa2\x8f\xa7\x1e\x79\x01\x6b\ \xf5\x62\x56\x2c\x98\x86\xed\x08\x0b\x8d\xb6\xef\x64\xc3\x8e\x56\ \x44\x60\xe3\x93\x8f\xf0\xd4\xba\x77\x31\x80\xc3\xaf\xff\x81\x37\ \xbb\xa3\x04\xbb\x77\xb3\x6e\x5b\x17\x5a\x72\x80\x46\x7f\x86\x33\ \x3e\x79\x05\xa7\xac\x5c\x4a\x81\x31\xc4\x9e\x81\x18\xf3\xcf\x5b\ \xcb\xfc\x52\x9d\xdf\xde\xf3\x6b\x0e\x8d\x1d\xeb\xb6\x44\xdb\x41\ \x22\xe6\x1a\xae\xb9\x6a\x2d\x4b\x17\x4f\x63\xfc\xe0\x41\x32\xf6\ \x06\x2e\x39\x67\x25\x5a\xd3\x7a\x1e\x7a\x76\x0b\x30\xc1\xe6\xe7\ \x5f\x22\x10\x19\xe6\xc9\x07\xee\xe0\x90\x51\xcd\x39\xa7\x2d\xa5\ \x2c\xdf\x79\xcc\x5e\x1f\x7a\x97\x87\xff\xf0\x3a\x45\x8b\x4e\xa1\ \x22\x7d\x88\x3b\xef\x7b\x89\x0c\xf0\xce\xe3\x3f\xe5\x17\x4f\xef\ \xa6\x7c\x7a\x1d\xfe\x7d\x6f\xd2\x3e\x96\x21\xd5\xf2\x36\x8f\x3f\ \xbb\x8f\x86\xe5\xcb\x09\x6f\xfb\x03\x8f\xbe\xd8\xca\xec\xe5\x73\ \xe8\x7b\xfd\x61\x7e\xbf\xbd\x0f\x52\x3d\xdc\xf1\x83\x9f\xd2\x2c\ \x4c\x65\x51\xa5\xc1\xa3\x77\x3f\x41\x77\xec\xa8\xf8\xc7\x9b\x1b\ \x9e\xa3\x25\x1a\xe1\xcd\x47\xef\x65\x43\xaf\x9d\xb3\xce\x5a\x43\ \x4d\x71\x1e\xd2\x47\xd5\xd2\x16\x53\x19\x8c\x44\x12\x49\x34\x93\ \xe3\xf1\x62\x77\x15\x61\xcd\xb1\x80\xd9\xc2\x68\x28\xca\xfe\xd6\ \x5e\x42\xd1\x14\x26\xb3\x8b\x64\x7a\x3b\x76\x9b\x99\x70\x74\x02\ \xdf\xd8\x18\x39\xb9\x1e\x3c\x2e\x2b\xd5\x25\x95\x54\x14\x78\xc9\ \xf7\xe6\x11\x8d\xa9\x0c\xf8\x46\xf0\x8d\x87\xe9\x1d\x1a\x43\xb0\ \x41\xbe\x47\xc3\x6e\xb5\x93\x53\x50\x4a\x34\x65\xe0\x1f\xf7\x91\ \xd1\xcd\x98\x65\x1b\x7a\x3c\x02\x6a\x1a\xc3\x10\x30\x24\x81\x94\ \x68\x20\x9b\x64\x04\x8b\x79\x52\xe9\x36\x40\xd0\xc1\xc0\x40\xd7\ \x0d\x24\x4d\x47\x32\x0c\x0c\x7d\x92\x9c\x11\x04\x0c\x11\x34\xc0\ \x10\xc4\x49\xe2\x50\x14\x44\x45\xc1\xc8\xba\xfc\xfd\xb9\x3a\x4d\ \xcb\xc1\x11\x66\x5c\xf0\x25\xce\x36\xc3\x5d\x6f\x6d\x64\x7b\x5d\ \x10\x53\xdd\x2c\x82\xef\xbd\xca\x8e\x44\x3d\x3f\xff\xe6\x27\xc9\ \x53\xc7\x39\xf0\xca\x36\x26\xfc\x3e\x1a\x3b\x3b\xf1\x2c\x38\x83\ \x55\x0b\xe7\x41\xb4\x83\xef\x3d\xf9\x0e\xcb\x3e\xff\x0b\x4e\xab\ \x0d\xb2\x57\x97\x28\x72\xd9\xc8\x9d\xbe\x96\x9f\x4e\x3f\xde\x9c\ \xef\xa5\x6f\xd4\xc6\xc5\xd7\x9d\xca\xbc\x22\x13\x04\x0f\xd1\x3d\ \x02\xe7\x7c\xe1\x5c\x56\x96\x84\x79\xe7\xa5\x03\x44\xc6\xfa\x58\ \xf7\xc7\x17\x29\x3b\xf3\x7a\x2e\x5b\x96\xc7\x43\x9b\x75\x9c\xf9\ \xc7\xca\x9c\xa5\x46\x3b\x69\x4b\x97\xf0\x85\xb5\x67\x32\xd7\x5b\ \xc9\xa6\x77\xee\x60\xc0\x37\x40\x47\x4f\x82\x85\x17\x5e\xc1\xaa\ \x45\x5e\xde\x7b\xfa\x27\xec\xd7\xe7\x71\xdb\x67\xce\xa6\xf9\x99\ \xdb\x31\x7b\xf3\x70\xd8\x4d\x90\x08\x10\x54\x1d\xac\x3d\x65\x3a\ \x81\xc3\xcf\xf3\xcc\x1e\x8d\xeb\x6f\xfb\x2c\x05\x7d\x2f\xa1\x5b\ \x6d\xb8\x4c\x51\xf6\x1d\x4e\xb2\xf2\x92\x4b\x58\xba\xcc\xce\x7b\ \x1b\x5f\x27\x1e\x19\x61\xfd\x8b\xeb\x70\xae\xf9\x02\x37\x5c\xb3\ \x64\xb2\xb5\x5a\xd7\xf1\xf4\xee\x18\x5f\xfb\xc5\xe7\xa8\x18\x7a\ \x09\x43\x70\x52\xe0\x7c\xdf\xf6\x8a\xf2\xec\x1f\x5e\xa3\xea\xc2\ \xaf\x73\xcd\x59\xd3\x09\xb9\x7a\xd9\xf1\xf4\x28\x81\x70\x0b\xad\ \x11\x3b\x17\x9c\xb7\x86\x99\xc7\x55\x38\xee\x7c\xed\xf7\xbc\x3d\ \x5a\xcd\x2f\x6f\xff\x32\xa6\xa6\x97\x59\x57\x32\x87\x69\x45\xc7\ \xf4\x85\xce\xbd\xcd\xb8\xeb\x4f\x66\xcd\x49\x33\x49\xb6\x6f\xe4\ \xa5\x3d\x69\xfe\xed\xd6\x1b\x98\xe7\x49\x13\xdc\xfb\x12\xdd\xbe\ \x5e\x9a\xfc\x5d\xe4\xcc\x3e\x07\x4b\x60\x2f\xbf\x7d\xb1\x85\xab\ \xbf\x7b\x17\xa7\x56\x4c\xd0\xf3\xca\x8b\x4c\xaf\x75\xb3\xf1\x99\ \xfb\x89\xd5\x9f\xcf\x17\x3e\xb1\x80\x97\xee\xdd\x40\xbe\xc7\x43\ \x68\xa8\x89\x61\xfb\x4c\xbe\x74\xc1\x19\x94\x1c\x57\xa0\xde\xe6\ \xca\xc3\x66\x35\x33\xd6\xbf\x8f\x77\xfb\xa3\xe4\x14\xe6\x13\x4e\ \x0c\xf0\xfc\xdb\x43\x5c\xf8\x8d\xeb\x88\xec\xbc\x85\xd2\x05\x6b\ \x91\x46\x3a\x19\x4d\x16\x71\xd5\x19\xab\xa8\xb2\x80\xde\xfb\x3a\ \xbe\x94\x97\x2f\x5e\x72\x1a\xf5\xb1\x62\x5e\x7d\xed\xd7\x84\x13\ \x1a\x1c\xa1\xb8\xd6\xc3\x1d\xc8\x95\xcb\x39\x63\xc9\x7c\x04\x60\ \xd3\xcb\x9d\xe4\x2e\x38\x97\x53\x97\x2e\x27\x7f\x68\x13\x8f\x0e\ \x45\x08\x0f\xf5\x31\xae\x57\x32\xaf\xaa\x88\x1d\x86\x46\x68\x34\ \x48\xd1\x8c\x73\x29\x77\x1f\xb3\x6b\x87\x0f\xee\x47\x29\x5b\xc0\ \x65\xa7\x2c\x21\x64\xe9\x62\xeb\xf3\x49\x86\x1b\x37\xf3\xd4\xdb\ \x61\xbe\xf2\x8b\x5b\x38\xc9\xd4\xc2\xb6\xe7\x6b\x98\x37\xad\x88\ \xd6\xb7\x0e\x63\x6a\x38\x8d\xf3\x56\xaf\xc1\xf1\xde\x2b\x68\xee\ \x55\x9c\xbc\x6a\x31\xa3\xbb\x36\xd0\x9d\x8a\xb0\x6f\xfd\x8b\x34\ \x9b\x16\x73\xfb\xa7\xce\xe0\xe0\x93\xb7\x62\xc9\xcd\xe5\x68\xad\ \xe7\x50\x1f\x43\x01\x33\x67\xcd\x2a\x47\xef\xd5\x89\xfa\xc7\xb0\ \x55\x5c\xc2\xcc\x22\xc7\x47\x57\xd3\x56\x4c\x16\x4c\x56\x2b\xee\ \xa2\x3c\xe6\x2d\x5f\xc4\xc9\x67\x9d\xc1\xe9\x9f\xf8\x04\x73\x97\ \x2d\x21\xaf\x72\x0a\x11\x5d\x67\x28\x18\xa1\x63\x78\x8c\x37\x76\ \xed\xa7\xb1\xb3\x0b\xbb\xdb\x45\xc3\xdc\x39\xd4\xcd\x98\x4e\xed\ \x8c\x7a\xca\xab\x2b\x41\x96\x69\xef\xec\xa4\x7f\x68\x18\xab\xd3\ \x8d\xdd\x5b\x40\x59\xd5\x5c\x74\xd9\x4d\x69\x65\x1d\xde\xfc\x22\ \x9a\x5a\x9a\xe8\xea\xe9\x20\xa5\x26\xf0\xfb\xc7\x49\xc4\xe3\x88\ \x88\x93\x21\xe9\xb2\x82\x24\xcb\x48\x92\x84\x21\x88\x68\x86\x81\ \xaa\x69\x68\xba\x8e\x2e\x80\x21\x08\x88\x92\x88\x2c\x4b\xc8\x8a\ \x8c\xac\x4c\xba\xf7\xc9\x82\x88\xa8\x83\xa8\x1b\x48\xe8\xc8\x80\ \x6c\x80\x68\x18\x90\xb5\xb5\x4f\x5c\x6c\x0c\x74\xd2\x18\xb4\x53\ \x59\x59\x4e\xf1\xc2\xe5\xe4\x8f\x6e\xe5\xd1\xf5\xbb\x68\x98\x55\ \xce\x60\x4f\x0b\xf9\x0b\x16\x92\x07\xa4\x7d\x8d\xb4\xa6\x3c\x4c\ \xcd\x95\xe8\x68\x1f\x65\xd6\x8c\x49\x0d\x35\x3c\xda\x47\xef\x78\ \x86\x96\xd7\x7f\xcf\xed\xbf\xd9\xc0\xb4\xb5\x5f\xe3\xd3\xa7\x4f\ \xfd\x8b\xcf\x19\xea\x6d\x23\xe0\xa9\x63\xea\x11\xa9\xc3\xdf\xd3\ \xc9\xa8\x58\x49\x6d\x81\x19\x7d\xa4\x91\x41\xc5\x45\x51\x7e\x92\ \xa6\xee\x18\xbe\x7d\x2f\x73\xdb\xdd\x8f\x63\x5d\x7c\x0d\xd7\x5f\ \xb5\xe8\x98\x92\xde\x75\x00\xb1\xb8\x8a\x5a\x2f\x84\x0f\x1c\x60\ \x3c\x5d\x4a\xb5\xd0\x47\x6f\xc2\xc4\xac\x19\x5e\x20\x4e\x4b\x77\ \x1f\xb1\x50\x27\x0f\xde\x72\x2b\x3b\xc2\x53\xb8\xe1\xba\x6b\xa8\ \x6f\x58\xc9\x4f\x6e\xfe\x12\xfd\xcf\xfd\x92\x5b\x9e\xd9\x41\xaf\ \xaf\x87\x70\x3a\xcc\x86\xc7\xee\xe2\x89\x2d\xa3\x5c\xf5\x8d\x6f\ \xb3\xc0\xd9\xc5\xa1\x84\x9d\xda\x19\xb9\x10\x6f\x67\x38\x24\x31\ \xb3\x30\x41\xb3\x3f\x49\xc3\x92\x99\xc7\x74\xf9\xf6\x26\xc2\xc9\ \x30\x1b\x1f\xbb\x93\x47\x37\x0f\x73\xd9\xd7\xbf\xc5\xea\x92\x23\ \xc4\x12\x69\xa3\x3d\xae\x30\x6f\xc9\xe4\xdb\xea\x40\x53\x2b\x4a\ \xf5\x6c\xf4\x8e\x43\xc4\xac\x53\xa9\x3f\xa1\x24\xbd\xce\x9e\x03\ \x7d\x14\x2f\x3a\x15\x2f\xd0\xde\xba\x0f\xb9\x7a\x1a\x45\xd6\x63\ \x2f\xd3\x7d\x1d\xe3\x54\xcc\xa9\x9b\x24\xf0\xd6\x56\xd4\xd2\x45\ \xcc\xf0\x00\xa9\x21\x0e\x75\x18\xd4\xe6\x3b\xe8\x6d\x1f\x65\xde\ \xdc\x1a\xc6\x1b\x0f\x90\xb0\xcf\x65\x75\xa5\x42\x62\xb8\x83\xce\ \x64\x21\xb5\x5e\x89\xae\x9e\x01\xa2\x7d\xbb\xb8\xed\x97\xf7\xe1\ \xcb\x5b\xcd\xb7\xbf\x7c\x01\xc1\xa6\x5d\xd8\xab\x6a\x38\x4e\x75\ \x02\xc0\xee\xf4\xa0\x44\xfa\x59\xbf\x6e\x13\x55\xa7\x5e\xce\xf4\ \xfc\x04\xeb\x1f\x7b\x94\x48\xd5\x69\x9c\x59\x67\xa5\xf1\xc0\x04\ \xb3\xeb\x2b\x19\xea\x6c\x46\x2b\x9b\x4d\xe9\x11\x15\xa7\xa7\xa5\ \x9d\xa4\x7b\x3a\x53\xcd\xe0\x1f\x3c\x4c\xc0\x53\x48\x79\xf1\xfb\ \x36\x69\x82\xa6\xee\x3e\xca\xe7\xd6\x1f\x79\xf2\xc6\x68\xed\x19\ \x61\xda\xac\xc9\xf1\xd3\xda\x14\xa0\xaa\xb2\x86\x60\xdf\x41\x62\ \x85\x15\x78\x9c\x4e\xae\xf8\xd6\xcf\xb9\xb0\xbc\x9f\xff\xfe\xcf\ \x9f\xd2\x1a\x3c\x26\x6a\x1e\x3a\x34\x84\xa7\x7a\x3e\x26\xa0\xbd\ \xab\x95\x9c\xfa\x0a\x46\xba\xda\xd0\xab\x96\x33\x37\x17\x02\xdd\ \xbb\xf1\xe7\x94\x51\x9b\xa7\xd3\xd4\xd2\x4d\xf5\xec\x3a\x20\x45\ \xa3\x2f\x49\x41\x75\x15\x30\x4c\xdf\x80\xca\xec\x12\x0b\x6d\xbd\ \x7d\xc4\x02\x6d\x3c\xf0\xcb\xdb\xd8\x93\xa8\xe1\x5b\xff\xf1\x19\ \x0a\x8e\x38\xd9\x04\x7a\x3b\x19\x11\xca\x29\x77\xd9\x59\xf9\xb9\ \xef\x71\xfd\x29\x76\x6e\xbd\xf1\xdb\xbc\xd5\x1b\xfb\x08\x6b\xda\ \xf1\x04\xb3\xe7\xcf\xa7\xbe\x76\x2a\x25\xc5\x05\x08\x82\x4a\x3a\ \x1d\xa7\x77\xa8\x9f\xa6\xde\x3e\x06\x02\x41\x6c\x05\x85\x8c\x8c\ \xc7\x28\x9d\x36\x03\x6f\xae\x93\x60\x3a\x45\x6a\x64\x1c\x5b\x2c\ \x86\x23\x62\xc2\x6b\x53\x70\x99\x25\x2a\xa6\xcd\x40\x90\x9c\x8c\ \x86\x32\xf8\x7a\xbb\x48\x68\x16\x6a\x67\xae\xc0\xea\x2e\xa2\xab\ \x6f\x80\x98\x2a\x52\x56\x55\x8d\x9e\x4e\x30\x31\x31\x82\x61\x68\ \xc8\x26\x13\x6a\x26\x09\x82\x30\x99\x5e\x55\x10\x26\x35\x69\x4d\ \x40\xd5\x74\x04\x41\xc4\x10\x0c\x24\x41\x98\x3c\x46\x14\x31\x04\ \x01\x59\x10\x11\x0c\x15\x4d\x37\x90\x8f\x58\xd8\x93\x56\xb9\x8e\ \x96\xd1\x10\x55\x2d\xcb\xd9\x7f\xae\x67\x37\xbe\x8b\xdf\x92\xc7\ \xb4\x72\x80\x2a\x96\xd7\xc8\x3c\xfc\x68\x8c\xcf\xd7\xd6\x63\x9b\ \xb0\x30\xb0\x73\x2f\xfb\xe7\x9a\x79\xe3\xb1\xc7\xc9\x59\x71\x2d\ \xb3\x4a\x24\x36\xf9\xfc\xa4\x5a\x0f\xb3\x3f\xc7\xa0\x54\xb1\x93\ \x9b\xe7\x66\xc6\xb2\xb3\x59\x5e\x21\x63\x78\x6b\xd1\x3a\xb6\x72\ \xef\x6b\x1d\x9c\xff\xb9\x4f\x33\xe5\xc8\x83\x9d\x4c\x44\x18\x1f\ \x1b\x60\xdf\xae\xfd\xcc\xac\xad\xa0\xbf\x65\x1f\x54\xcc\xa2\x48\ \x81\xde\x3d\x3b\x48\xdb\xca\x99\x5e\xec\xc2\xe5\xb6\x93\x37\xf7\ \x64\x2e\x9a\xe7\x21\xa1\x14\xe0\x3a\xce\x5b\xad\xfb\x40\x37\x30\ \x93\xb6\xed\x2f\xf0\xbb\x87\x36\x30\xef\x93\x3f\xc0\xde\xbb\x99\ \x09\xa6\x32\x2d\x07\xc0\x8c\xc7\xe1\x22\xaf\xa2\x8e\xf3\x2f\x3d\ \x19\x51\x33\x28\x73\xa7\xd8\xbb\xfd\x20\x8e\xc2\x3c\xaa\xcb\xac\ \x1c\x98\x08\x61\x2d\xcb\xc3\x9b\x57\xcc\xca\xf3\x2e\xa5\x48\x48\ \xe0\xa9\xcd\x63\x78\xcb\x13\x24\xac\x25\x34\xe4\x40\x60\xe7\x21\ \x86\x12\xc5\xd4\x57\x4e\xa5\xd9\x0a\x3b\x5f\x7e\x95\xfa\xf8\x54\ \x64\x47\x19\x0e\x6f\x01\x9e\x9c\x30\x2b\xcf\xbb\x98\x02\x23\x4d\ \xde\x94\xe3\x2a\x4e\x9a\x5d\x58\x33\x11\xf6\x6f\xdd\x49\xae\xa3\ \x89\xc7\xb6\x45\xf8\xec\x2f\x96\xd0\xf1\xea\x2f\xb1\x56\xad\xc1\ \xf9\x67\x8b\x7a\x1e\x87\xc2\xe0\xbe\xad\x34\xcd\x8e\xb0\xee\xf9\ \xdd\x14\x9c\x76\xf2\xd1\x85\x3d\x02\x9d\xf4\xf8\x45\xce\xab\xce\ \x07\xc0\xe9\x72\x91\xec\xdd\xcf\xce\x03\xb3\x18\xd8\xf8\x1b\x06\ \x0b\x57\xf3\x8d\xb9\x25\x3c\xfa\xe8\x38\x13\xbd\x63\x48\xe5\x2e\ \x52\x63\x6f\xf0\xc6\xbe\x16\xe2\x5b\x9e\xa1\xdf\x52\x4e\x6e\x41\ \x0e\x0e\x9b\x9b\xd2\x29\xf3\xb9\xf8\xcc\x06\xb4\x8c\x42\xbe\x29\ \xc9\x0b\x3b\x07\xa8\x58\x79\xf5\x5f\x68\xb3\xde\xdc\x42\xc6\xdf\ \xbe\x8f\xb7\x96\x7c\x95\xbb\xbe\x78\x1a\x0f\x7c\xf6\x12\x7e\xab\ \x2d\xe6\xee\x7b\x2e\x43\xf0\xef\x66\xef\x98\x89\xcf\xd5\x14\x12\ \x7f\x6b\x82\xd1\x91\x08\xbb\x76\x1f\xa4\x7e\x5a\x09\x87\x9a\x9b\ \x70\xd5\x5f\x8e\x19\xd8\xb7\x73\x0f\xd6\x82\xc5\x94\x2b\xc7\x3c\ \x4e\x62\xb1\x71\x7c\x5d\x87\xd9\x7b\xd8\x4c\x99\x32\x40\xdb\x90\ \x95\xab\x2b\xcb\x40\xeb\x60\x67\x4f\x92\x35\x57\x56\xd0\xf9\xd2\ \x3d\x14\x4d\xbd\x8c\xcc\x70\x23\x3b\x46\x4d\x94\x57\x57\x61\x7a\ \x7d\x07\xd1\xb4\x0e\x88\xa0\xf7\xf1\x5e\xcf\x08\xd5\xa7\x56\x03\ \x11\x0e\xec\xed\x66\xea\xda\xcf\x51\x24\x0d\x12\x6e\xdb\xc3\x8e\ \xc6\x3a\x1a\xff\xb0\x11\xc9\x7a\x06\xf6\x74\x3f\x07\x5a\x35\x4e\ \xbe\xb2\x16\xc2\x3b\x69\xf2\xa7\xb9\x72\x4e\x3e\x5a\xf7\xeb\x34\ \x8d\xbb\xb9\x60\x9f\x8b\xaa\x69\x00\x00\x20\x00\x49\x44\x41\x54\ \x6a\x25\xdd\x36\x3b\xf9\x53\xa6\x73\xfe\x65\x2b\x10\x54\x9d\xe2\ \x3c\xdb\xd1\x76\xe8\x68\x7a\x0f\x61\xca\x0c\xe4\x68\x3f\x3b\x0e\ \x85\x28\xac\xac\xc5\x25\xee\x60\x22\x96\x06\xec\x1f\xc9\xe7\x58\ \x3a\x79\x4e\xd5\x0f\x4b\xcb\x4b\x29\x28\xcd\x43\x17\x34\x46\xc7\ \x46\xe8\xea\xed\xa6\xb9\xb5\x95\x81\x91\x31\x14\xbb\x1b\x97\xb7\ \x84\x40\x4c\xc3\x90\xac\x98\x6d\x76\x4a\xca\xca\x29\x99\x5a\xc3\ \x94\xaa\x5a\x2a\x2a\xa7\xe2\xf5\xe6\x61\xe8\x22\x26\x8b\x9b\x7e\ \x5f\x84\xd6\x9e\x71\x52\x38\x99\x3e\xef\x54\x04\x6b\x1e\xbe\x40\ \x82\x14\x22\xb2\xcd\x82\xc3\x65\x25\x93\x0e\xd3\xd9\x72\x98\xd0\ \xf8\x30\xa2\xae\x62\x18\x93\x5e\x1f\xa2\x24\x82\x20\xa1\x0b\x02\ \x06\xc6\x91\xe0\x98\x49\x22\x17\x05\x01\x41\x3c\xe2\x25\x62\x18\ \x93\x0b\x90\x9a\x81\xa1\x69\x48\xba\x81\x62\x80\x59\x10\x31\x8b\ \x12\x92\xa6\x53\x51\x51\xc1\x92\x35\xab\x51\x33\x27\xba\x41\x99\ \x4c\x26\xb6\xbc\xfd\x36\x43\x43\x83\xe4\xe5\xe5\x23\x49\x27\x2a\ \x57\x9a\xa6\x51\x57\x5b\xc3\x94\xca\xa9\x18\x86\x71\xf4\x45\xf2\ \xfe\x26\x8a\x22\xe1\x70\x08\xab\xd5\x8a\xd3\xe5\xc6\x30\xf4\xc9\ \x7d\xa1\x20\xee\x1c\x0f\x8a\xc9\xf4\xd1\x25\xed\xb6\x76\x28\x98\ \xcf\xea\x86\xf2\x23\x0f\xae\x99\xb4\xad\x98\x15\x27\xcf\x67\xda\ \xd4\xa9\x24\x3b\xb7\xb3\xe9\xdd\x46\x0a\x17\x5e\xc4\x57\xaf\x5c\ \x85\x49\xb0\x92\xe3\xca\xb0\x67\xeb\x36\xfa\xe2\x4e\x96\xac\x3e\ \x99\xd9\x25\x2a\x5b\x37\x6d\x66\x4f\x73\x2f\xce\x29\xb3\x28\x53\ \x7b\x79\xb7\x79\x82\xd9\x4b\xe7\xe3\x3e\xd2\x94\x2e\x4f\x1e\x5a\ \xff\x01\xb6\xed\xed\x24\xb7\xaa\x0e\x73\x6c\x82\x82\xfa\xa5\xcc\ \xa8\xf0\xd2\xdf\xda\x85\x69\xca\x12\x16\xd6\x57\x51\x37\xd5\xc1\ \x81\xb7\x36\xb3\x7d\x7f\x2b\x86\xb7\x8a\x99\x53\xf3\x8f\xbc\x67\ \x43\xbc\xf2\xcc\x8b\x74\x04\x83\xf8\x27\xd2\x2c\xbb\xf4\x8b\x5c\ \xbd\xaa\x8a\x81\xce\x56\xf4\x29\x0b\x58\x36\xad\x08\x10\xa9\xae\ \xab\x25\xdc\xbe\x83\xcd\x6f\xef\x62\x34\x6d\x63\x7a\x6d\x1e\xfb\ \x37\xaf\xe7\x95\x37\xb6\x93\x2a\x58\xcc\xa7\xaf\x5a\x4b\x4d\xf5\ \x54\xdc\xd1\x4e\x36\xbd\xbe\x85\xb6\x81\x28\x53\xe7\xcc\x85\x81\ \x1e\x28\x59\xc4\xa2\xfa\x22\x46\x06\x3b\x89\xe6\xd6\xb3\x62\x56\ \x0d\x0d\x75\xa5\x74\xef\x79\x93\xad\xfb\xba\xb0\x14\x56\xb3\x74\ \xe5\xc9\xe4\x26\x3a\xd8\xb4\xf9\x6d\x9a\xfb\xa3\x4c\x69\x68\xa0\ \xd0\x79\x64\x5e\x2d\x79\xa9\x2b\x56\xd8\xfd\xfa\x06\x0e\x8d\x99\ \xb9\xf8\x0b\xd7\xb3\x72\x4a\x86\xf5\x4f\xad\xa3\x68\xc5\x05\xcc\ \x2d\x77\x9d\xd0\xf6\x53\x6a\xca\xf0\x37\xbf\xc3\xd6\x96\x09\xa6\ \xce\x9a\xcf\xf4\xfa\x7a\x6a\xca\x26\xe5\xa0\x91\x43\x6f\xf1\x4a\ \x93\xc2\xc5\x6b\x97\x61\x17\xc1\x5d\x56\x89\x33\xd6\xce\xab\x9b\ \xb7\xa3\x97\x2c\xe3\xab\x5f\xbe\x8c\x5c\x8b\x85\x5c\xaf\x41\x5b\ \x67\x9c\x65\xe7\x9e\x4e\x6e\xa6\x87\x57\xdf\xd8\x83\x52\x38\x9d\ \xf9\x0d\xd3\xa8\xad\xaf\x61\xce\xb4\x0a\xba\x77\xbf\xc1\x5b\x3b\ \x0e\x12\x93\x0b\x98\x35\x23\x87\x8e\xee\x10\xb3\x56\x9f\x42\xb9\ \xfb\xc4\x71\x6e\x96\x05\x26\xc6\xe3\x9c\x7c\xcd\xe7\x69\x28\x30\ \x13\xe8\x1d\x61\xce\x27\xae\xe5\x8c\x19\x5e\xe2\x63\x1d\x0c\x6a\ \x79\xac\x5a\xd6\x40\x99\xc7\x4b\xa0\x65\x27\x3b\x9a\x7c\x54\xd4\ \xd5\xa0\x05\x82\xd4\x2c\x58\x49\x55\xbe\x9d\xee\xe6\x1e\x0a\x66\ \x9d\x4c\xc3\x94\xf7\x3d\x5d\x2c\xe4\xbb\x2d\x34\x6f\x7f\x87\x8e\ \x09\x85\x29\xa5\x76\x62\xa6\x62\x56\xad\xac\xc7\x16\xec\xa1\x33\ \x64\x66\xf5\xc9\x73\x18\x6b\x1d\xa2\x7a\xf1\xa9\x38\x46\x77\xf0\ \xc7\xe7\x36\xb0\xbf\x27\xc9\xa9\xd7\x7c\x9e\x35\x75\x47\xe4\xb1\ \x90\x8f\x6e\x9f\xce\xca\x53\x56\xe0\x15\x82\xb4\x75\xc4\x99\xb3\ \x7c\x0d\xf5\x33\x2a\x50\xc6\x0e\xb2\xe9\xdd\x66\xbc\x75\x73\x98\ \x35\x63\x26\x65\x5e\x83\xbe\x88\x8d\x55\xa7\xcc\xc6\xea\xeb\x61\ \x28\x59\xc0\xe9\x2b\x1a\x88\x8f\x74\xe2\x33\x95\xb1\x62\x51\x3d\ \x0d\xb5\xd5\x4c\xb4\x6c\x67\xf3\x96\xdd\x8c\xa7\xad\x4c\x9f\x35\ \x0d\x87\x04\x60\x30\xd8\xde\x46\x51\xc3\x0a\x2a\xe5\x6e\x9e\x7d\ \xe6\x05\x76\x1e\x1e\x66\xce\xb9\x9f\xe1\xe2\xa5\x53\x3f\xb0\xa6\ \x3d\x3e\x36\x8a\xd3\xe9\xfa\x67\xc5\x8a\xa4\x85\x9b\x3e\x75\x9a\ \xa1\x28\x02\x79\x05\x4e\x24\x43\x23\x9d\x4a\x12\x8b\x84\x99\x08\ \x06\x31\x59\x9d\xb8\xbc\x25\x74\xf7\x4d\xa0\x4b\x0e\xc6\x03\x31\ \xbc\x39\x4e\x0a\x73\x5d\x8c\x07\x27\x28\x2d\x29\xa6\x76\x6a\x29\ \x91\xb1\x41\x9c\x8a\x42\x32\x91\x21\xad\x9b\x89\xa9\x66\x4c\xf6\ \x62\x62\x69\x07\xb1\xb4\x4e\x1c\x95\x70\x2a\x41\x24\x11\x41\x31\ \x4b\xe8\x99\x18\xfd\x6d\x4d\x64\xa2\x13\x28\x7a\x06\x01\x1d\x5d\ \x30\x90\x4d\x0a\x82\x62\x42\x17\x05\x34\xc3\x20\xad\x6a\x80\x80\ \x28\x88\x08\x86\x01\x47\xf6\x4b\xd2\x11\x59\x44\x33\x40\x55\x91\ \x8e\x58\xdb\xa2\x30\x69\x5c\x27\xa2\x31\x66\x2d\x5a\xc8\xd7\x6e\ \xfa\x3e\x89\xd8\x89\xce\x97\x76\xbb\x9d\x1f\xdd\x7c\x13\x7b\x76\ \xef\xa2\xbe\x7e\x3a\x8a\xc9\x74\x82\xf6\x9d\x4e\xa7\x39\xf7\xec\ \x33\x59\x75\xf2\x1a\xb4\x23\x96\xbe\x28\x1e\x23\x6c\x49\x92\x18\ \xe8\xef\xc3\xe3\xf5\x52\x56\x3e\x05\x4d\xd3\x90\x24\x89\x9e\xee\ \x2e\x2a\xa6\x4c\xc5\x66\xb7\x67\x4d\xfa\xff\x29\x7c\xef\x70\xdd\ \xf7\xfe\xc8\xb5\xb7\xde\xcd\x7c\xf7\xbf\xce\x74\x69\xfc\xc0\x3a\ \x7e\xf8\x9b\x46\xbe\xfe\x93\xef\x52\xe3\xfc\x7b\xcf\x8a\xf3\xc7\ \x9f\x7f\x97\xae\xea\xab\xf9\xaf\x4b\xe7\x67\xfb\xfe\x63\x80\x96\ \xa6\x43\x14\x97\x94\x21\xfe\x73\x72\x1f\x45\xe5\xb5\x37\xfc\x1c\ \x43\x9f\xd4\x92\x26\x15\x88\xf7\x1f\x92\xf7\xad\x5b\x91\x8c\xaa\ \x21\x8a\xd2\xa4\x6b\x9d\x38\xe9\xb3\x91\x4a\xa7\x11\x04\x01\x59\ \x9e\x7c\x1f\x29\x92\x84\xaa\xaa\x88\x92\x8c\x20\x8a\x68\x9a\x7e\ \x2c\x48\x51\x10\xd0\x75\x0d\x4d\xd3\xd1\x74\x0d\x8c\x49\xff\x4c\ \x59\x92\x26\x3f\xcf\xe0\xa8\x5d\x7d\xbc\xb3\xe4\xfb\x64\x7a\xfc\ \x63\x6b\x1c\x3d\x44\x78\xff\xa0\xbf\x38\x46\x37\x0c\x24\x49\x26\ \x19\x4f\xfc\x13\xbb\x46\x20\x1c\x0e\x91\x4e\xa5\x30\x5b\x2c\x64\ \x03\x30\x3f\x3c\xc4\x63\x12\xb3\x16\x9d\x4a\xb5\xf3\x5f\xab\x51\ \x13\x42\x11\x9f\xfa\xca\x92\x7f\x80\xb0\x41\x4f\x44\x29\x5b\x76\ \x09\x27\x2f\xcc\x12\x76\x16\x7f\xa7\xa6\x6d\xb6\xd8\x39\x52\xa7\ \xeb\x78\x3e\x3a\x81\x25\x65\xd3\x89\xa4\x89\x01\x8a\xd9\x7c\xe4\ \xf7\xc9\x20\x17\x0c\x03\x45\x36\x1d\xbd\x90\xf8\x67\xb2\x83\x20\ \xc8\x7f\xe5\xe2\xff\xc4\x45\x37\xc3\xf8\x27\x7b\x8f\x18\x98\xcd\ \x56\x24\x49\x46\x51\x94\xff\x95\x83\x47\xd7\x74\x04\x49\xfc\x70\ \x7a\x54\xd7\xd0\x05\x09\x51\x00\x5b\xf5\x32\xbe\x50\xfd\xaf\xd7\ \x1e\xe5\xb3\x97\x52\xfe\xb7\x46\x8b\xae\x1f\x5d\xb7\x39\x41\xed\ \xb6\x16\xb0\x6c\x55\xc1\xff\x7d\xb4\x69\x3a\x7c\x58\x6d\xfd\x11\ \x81\xa1\x6b\x20\x4a\xd9\xa5\xa7\x7f\x10\xa2\x61\xe8\x18\xba\x8e\ \x61\x1c\xb7\xe9\xc7\x6d\x86\x3e\x99\x0e\xf5\xc8\x76\xfc\xbe\xc9\ \xdf\x8d\x63\x3f\x0d\xfd\x28\x59\xfe\xf9\xa6\xeb\xef\x6f\xfa\xff\ \x93\xed\x9f\xef\xee\x27\xa0\x66\xd2\xa4\x53\x49\xd4\x4c\xfa\x7f\ \xdd\xc0\x19\xdc\xf9\x22\x0f\x3f\xb5\x15\xed\xb8\x7d\x6a\x3a\x49\ \x32\xa5\xfd\xe3\x0f\xef\x78\x13\x8f\xdc\xf7\x18\xbd\xd1\xbf\xde\ \x67\x5a\x26\x49\x22\xfd\x21\x86\x68\x1b\x49\x5a\xf6\xec\xa4\xc3\ \xf7\xc1\x3c\x04\x26\xba\x0f\xb2\xfb\x70\x37\x3a\x60\xc4\xc6\xd8\ \xf9\xfa\x8b\x3c\xb7\x7e\x33\xfd\xc1\xe4\xfb\x6f\x20\x92\x89\xc4\ \x64\x05\x25\x40\x1d\x6b\xe6\x91\xfb\x9e\xa4\x3f\xfa\xc1\x6e\x77\ \xa2\xf9\x4d\xee\x7f\xe4\x55\xa2\x7f\xef\x90\x4e\x8d\xb3\x67\xd7\ \x6e\x86\xe3\xff\xe0\x33\x60\x24\x68\xde\xbd\x93\xae\xd1\x7f\x7e\ \x3c\x77\xf0\xd0\x6b\x3c\xf4\xd8\x2b\x9c\xf0\x49\x46\x8a\x9e\xfd\ \xef\xf0\xdc\xb3\xeb\xd8\xd1\x36\x9c\x65\xe7\xbf\x45\xda\xd9\x26\ \xf8\xe0\x96\xb6\x62\x32\x61\xb6\x58\x91\x15\xf3\xff\xb2\xef\xae\ \xb1\x7b\xfb\x66\xba\x54\x85\xa3\x0e\x1f\x9a\x8f\xc7\xee\xbd\x9f\ \x5d\xbe\x0f\xf0\x02\x68\xd9\xcd\xd6\xd6\x28\x4e\xdb\x5f\xb1\xb9\ \x8c\x30\x2f\x3c\x74\x07\x5b\x3a\x26\x3e\xc4\xfb\x4f\xb1\x67\xf3\ \x46\x1a\x87\x3e\x18\x69\x8f\x1e\xde\xca\x9b\x7b\xba\x10\x49\xf0\ \xdc\xaf\xef\x66\xe3\xfe\x7e\x82\xa1\x10\xc9\xcc\xa4\xcc\x18\x6c\ \x7f\x9b\xdb\x1f\x5c\x4f\xc0\x98\xfc\x3e\x03\xcd\xdb\xd8\x31\x98\ \xc4\xf9\x01\xe5\x9e\xc6\x3d\xaf\x73\x38\xa2\x63\xfb\x7b\x4f\x4f\ \x0e\xf0\xc6\xa6\xd7\x19\xfc\x47\xb9\x57\x4f\xb2\x6b\xf3\x46\x9a\ \x86\xfe\xf9\xa4\x7d\xe0\xdd\x2d\x34\x07\x4c\x27\xf8\x67\xb4\xbc\ \xf1\x7b\x1e\xf8\xd3\x3b\xf8\x43\x61\x22\xf1\x64\x96\x62\xfe\x96\ \x3c\x92\x6d\x82\x0f\x6e\x69\xa7\x53\x29\xd2\xe9\x14\x66\xb3\xe5\ \x5f\xe6\xae\x47\x3a\xf6\x30\xa0\x97\x30\xbf\xae\x84\x60\xf7\x41\ \x3a\xa2\x1e\x16\xcc\x2a\xa5\x6d\xf7\x5b\x1c\xe8\x1a\xc7\x5b\x35\ \x87\x95\x0b\xa7\x21\x86\x87\xd9\xbe\x75\x07\xe3\x78\x59\xba\x7a\ \x19\x45\x76\x05\xb4\x24\x2d\x7b\x77\xd1\x3d\xd0\xc5\xe6\x83\x11\ \x4e\xb9\xee\x98\x86\x61\xf8\x0e\xb1\x65\xfb\x16\x86\xdc\x15\x28\ \x8b\x96\xb1\x74\x56\x31\x23\x6d\x7b\xd8\x7e\xb0\x0b\x47\xc5\x6c\ \x96\x2f\xaa\xe7\xcf\x33\x63\x8c\x75\xec\xe3\x40\x7b\x2f\xef\xbd\ \xb1\x8d\xa2\x79\x57\x92\x27\x41\x62\xb4\x8b\x6d\x3b\xf6\x92\x70\ \x54\xb0\xf2\xe4\x45\xe4\x44\x87\xd9\xba\x69\x3b\x96\x64\x19\x8e\ \xf4\x12\x96\xcc\xad\x25\xee\x6b\x61\xeb\xf6\x46\x0c\x6f\x35\xab\ \x97\xcf\xc5\x2e\xc7\x69\x7d\x6f\x37\x87\xbb\x46\xf0\x56\x2f\x66\ \x69\x8d\x99\xbd\x3b\x77\x33\x18\x15\xa9\x9b\x3e\x03\xc1\xdf\x4e\ \xfb\xa8\x4a\xc3\xd2\x15\xd4\x17\xb9\x50\x43\x7e\xaa\x4f\xf9\x04\ \xf3\x4e\x2a\x20\xd4\x77\x98\x1d\x07\xda\x88\xe8\x36\x66\x2f\x5b\ \x41\x5d\xfe\x64\x50\x45\xb0\xf7\x20\xef\xbc\xd7\x86\xa9\xa8\x81\ \x55\x8b\xa7\x63\x3d\xaa\xf6\xc5\x49\x15\xce\xe3\x8a\x53\x96\x12\ \x6b\x7f\x91\x67\xb6\x74\xb1\xfc\xf2\x53\x58\xb3\x6a\x29\x53\x8f\ \x84\xa4\x0f\x35\x6f\xe1\x9d\x1d\x3e\x4a\xaa\x0a\x39\x7d\xd5\x4a\ \x46\xba\x9a\x88\x45\x1c\xbc\xb1\x61\x33\xf5\xb3\x17\xd0\x50\x3a\ \xe9\xc4\x1d\x1d\x6a\xe6\x9d\x5d\x8d\x18\x9e\x5a\x56\x2e\x9b\x83\ \xf3\x04\x95\x4d\xa5\xeb\xc0\x2e\xda\x7a\x7b\x79\x63\xeb\x00\x27\ \x5d\x31\x1d\x09\x18\xeb\x3a\xc0\x8e\xbd\xad\xd8\x2a\xe6\xb0\x7a\ \x51\x05\x4d\x7b\x0e\xe2\xaa\x5b\x40\xa5\x4b\x62\xb4\xf3\x20\x7d\ \x6a\x01\x55\x16\x13\xab\xcf\xbd\x8a\x05\x79\x02\xa9\xb1\x2e\xb6\ \xee\xdc\x4f\x40\xcf\x61\xf1\xaa\x93\x29\xcf\xc9\xd0\xb2\x63\x0b\ \x87\x06\x13\xd4\x2e\x58\xc1\xdc\xe3\xdc\x18\x33\x21\x3f\x75\xa7\ \x5e\xc0\x49\x73\xf3\x18\x6d\xd9\xc9\xb6\x43\x3d\x48\xb9\xd5\xac\ \x5c\xbe\x00\x8f\x79\x72\x06\xd1\xdf\xbc\x9b\x09\x6b\x35\x73\x2a\ \xf3\x18\x6b\xdb\xcb\x80\x5e\xca\xbc\x7a\x0f\x8d\xef\xbe\x49\x63\ \x7f\x84\xc2\xfa\x93\x58\x3e\xa7\x0a\x29\x36\xc6\xce\xed\xdb\x19\ \x48\xd8\x59\xb8\x6a\x25\x53\xdc\x26\xd0\xd3\x74\x1d\xdc\x4d\x6b\ \x7f\x1f\x9b\x77\x0d\xd2\xf0\xb9\x86\xe3\x5e\x18\xe3\xbc\xf4\xf4\ \x46\x62\x15\x67\x31\x6f\xd1\x1a\x16\xcc\xac\x60\xf0\xf0\x76\x76\ \x36\x0f\xe0\xad\x9d\xcf\xb2\xb9\x55\x98\x48\xd1\xdb\xb4\x97\x7d\ \x4d\x7d\x28\x05\x33\x39\x6d\x55\x03\xe6\x2c\x69\x67\xf1\x8f\x5a\ \xda\x82\xc8\xbf\x90\xa6\x9d\x64\xe3\x6f\xee\xa6\x6f\xee\x0d\xcc\ \xaf\x2b\x61\xcb\x1f\x7e\xcd\x8e\x82\x6b\xc8\x1d\xdd\xc0\xbd\x2f\ \x0e\x32\x6f\xee\x14\x74\x7f\x98\xe4\x44\x0b\xf7\xdf\x7c\x3b\xf1\ \xf2\xb9\x98\x87\x5f\x65\x6b\xa7\xc1\x6d\xff\x3e\x97\x27\x6e\xf9\ \x19\xbb\x43\x6e\xaa\x73\x42\xf4\xc4\x0a\xa9\xaf\x38\xa6\xc5\xf6\ \x1f\x6e\x47\x74\xd7\x51\x61\x49\x93\x91\x64\x7a\xb7\x3d\xc1\xad\ \x8f\xef\xa2\x76\x4e\x0d\xed\x2f\x6e\x60\x20\xf6\x5d\x3e\xbd\xa6\ \xfa\xa8\xa5\xfe\xde\xba\xfb\x78\x74\x73\x0f\x75\x33\xca\x69\x69\ \x09\x70\xe6\xa5\x0d\x64\x46\x76\xf0\xe3\x1f\x3e\x82\x75\xc6\x02\ \x12\x4d\x2f\xd3\x3a\x6e\xe5\x0b\x0b\xba\x09\xba\x4b\x59\x90\x6f\ \x42\xd5\x45\xc6\x9a\x37\xf2\x8b\x3b\x9e\xa7\x6c\xde\x2c\x86\x36\ \xbc\x40\x87\xf0\x53\xbe\x98\xbf\x8f\x3b\xee\x7e\x89\xba\xa5\x8b\ \xb0\x96\x46\x79\xe3\xe9\x5f\xf3\xa7\x16\x2b\x0b\x0b\x83\x3c\xf1\ \xe4\x53\x9c\xb4\x7c\x15\xce\xb1\x03\x3c\xf7\x66\x0f\x77\xdf\xfd\ \x15\xa2\xef\x3c\xc3\x23\x5b\x3c\xfc\x6a\x51\x15\xbf\xbb\xed\x76\ \xfa\x8a\x17\x53\x1a\x3b\xc8\x8b\x6f\x76\x71\xe7\x9d\x5f\x21\xb9\ \xf3\x8f\xfc\xf8\xd1\xb7\x99\x36\xb7\x81\xae\x97\xd6\x33\x62\xdc\ \xcc\xa7\x96\x57\x4e\xde\xba\xff\x00\xbf\x7e\xe0\x37\x5c\x71\xeb\ \x52\xe2\x8d\x87\x71\x96\x35\x90\x2b\x86\x09\xa5\xd4\xa3\xd2\x48\ \xdb\xe1\x31\x2a\xab\xea\xb1\xa8\x31\xd2\xe9\x20\xcd\xcd\x41\x72\ \x0b\xaa\x19\xdd\xf7\x0a\xcf\xae\xdb\xcd\xcf\xee\xf9\x36\x9e\xce\ \x0d\xfc\xe0\x9e\x17\x28\x9d\x39\x97\xb1\x57\xd6\xd3\x15\xbb\x91\ \xaf\x9d\x73\x24\xb0\xc7\x08\xb1\xfe\xbe\xdb\x79\xad\x13\xa6\x57\ \x88\xb4\x8c\x39\xb9\x74\x46\x15\x23\xbb\x9e\xe4\xe6\x5f\xef\x60\ \xda\xfc\x69\xb4\xbe\x7c\x37\x13\xea\xe7\x69\x7e\xea\x21\xca\x3f\ \x3f\x8b\xcf\xcc\xd1\x78\xfe\xe1\xbb\x48\x9d\x72\x3d\x23\xad\xbf\ \xe3\x2d\xe7\xe5\xcc\xf6\x0e\x70\xd3\x2f\x1f\x43\x2e\x9d\x4e\x69\ \x91\x4a\x5a\x8f\xb1\xe9\x81\x9f\xb3\xae\xd3\xc6\xac\xe2\x34\xaf\ \x6c\x3c\xc0\x77\x6e\xf9\x1e\x35\x47\xbc\x13\xbb\xde\x7c\x9a\xdf\ \xee\x2d\x67\x8a\x67\x98\xdb\x7f\xf5\x2a\x35\x27\xcd\xc1\xa4\x8f\ \x90\xd0\xc1\x73\xe4\xbe\x5e\xb8\xff\x2e\x8c\x73\x6f\x66\x4e\x65\ \x1e\x1b\x1e\x7b\x90\xc1\x93\xae\xc7\xd2\xf6\x24\x0f\x6e\x89\x33\ \xbf\xa1\x08\xff\x44\x14\x35\x31\xc0\xfd\x37\xff\x88\x01\xcf\x6c\ \xf2\xc2\x8d\xbc\x73\x30\xc0\x1d\xdf\x39\x8f\x97\xee\xfd\x11\x9b\ \x06\xcc\x4c\x2f\xd4\xe8\x1b\x33\x73\x65\x55\xe1\xb1\xb9\xcf\xf0\ \x41\xfa\xf5\x5c\xa6\x4f\xb1\x12\x4b\xa6\x38\xb8\xf1\x61\x1e\x5c\ \xd7\xc2\x8c\x59\xa5\x6c\x5c\xff\x1a\x81\x1b\x6f\xe5\xc2\xc2\x36\ \xee\xb9\xe5\x41\xbc\xf3\x16\x53\x61\x8a\xff\xaf\xcd\x97\x9f\x25\ \xed\xff\x01\x2c\x16\x0b\x9a\xa6\x4c\x46\x71\xfe\x2b\x84\xcc\xc7\ \x06\x68\xf1\xbb\x59\x3e\x77\x0e\x30\x4c\xe3\x58\x8a\xb9\x17\xd7\ \x33\xfa\xfa\xd3\x4c\x28\x75\x9c\x7f\xf5\x67\xc9\x53\xe0\xc5\x5b\ \xbe\xce\x58\xd5\x25\xdc\x7a\xdd\x19\x6c\xba\xe7\x3f\x78\x31\x13\ \x66\xdb\x1f\x1f\xe2\x9d\x48\x2d\xb7\xfe\xec\xf3\x44\xde\x7d\x88\ \xa6\x88\x4e\xd1\x51\x23\x4d\x67\x5f\x53\x17\xe5\x27\x5f\xc9\xa7\ \xaf\x9e\x0f\xe1\x36\xbe\x77\xc7\x46\x96\xfc\xdb\x2d\x5c\xbd\xb0\ \x90\xad\xe6\xaf\xf3\x6c\x63\x0b\xc6\x9a\x6a\x04\x20\xd4\xfc\x1a\ \x0f\xae\xef\xe0\xda\x1f\xdf\xc6\x72\x6f\x1b\x37\x36\x0f\x53\x53\ \x6a\xe1\xb9\xfb\x1f\xc6\x76\xea\xf5\x7c\xe7\x92\x99\x3c\xf9\xfd\ \x5d\x34\xc7\xe2\xf4\xec\x3d\x48\xde\x9c\xb3\xf8\xca\xa7\x2e\x00\ \x46\xb8\xf5\x86\xa7\x99\x7a\xc9\x77\xb9\xee\x0c\x37\xf7\x7c\x63\ \x3b\x89\x64\x84\x43\xfb\x1b\x31\x35\x5c\xc0\x37\xbe\x74\x0e\x64\ \x06\xf8\xc5\x53\x7d\x9c\xfe\xf9\xbb\xb8\xb2\xbe\x8f\xc3\xd7\x3f\ \xc8\xaa\x6b\xff\x8d\x35\xb1\x77\xf9\xf7\x6f\x3d\x8b\x3f\xa6\xd3\ \xd6\x3e\x4e\xe9\xbc\xf3\x31\x8d\xee\xe1\x60\x2a\x9f\xeb\xbe\xf1\ \x45\x66\x8d\xbc\xcd\xf5\x3f\x7c\x99\x91\xe1\x76\x9e\xfd\xdd\xab\ \x2c\xba\xf6\x17\x5c\xbb\x28\xc9\xcf\x0e\x6e\x25\x14\x3b\xb6\x66\ \x31\xd6\xd2\x8e\xee\x9c\xcd\x5c\xaf\xc6\x73\xfb\xc7\x58\x72\xf1\ \x7f\x71\xd5\xf1\x0b\x89\xe9\x1e\xf6\x0e\x8b\x9c\xf5\xb5\x2f\x71\ \xc1\x34\x33\x4c\xec\xe2\xae\x48\x0e\x57\x7e\xfb\xab\x2c\xe3\x20\ \xbd\xdf\x7c\x88\x91\xe1\x6e\x5e\x7a\xf4\x4f\x54\x7e\xe2\x3b\x5c\ \x7f\xb6\x87\xfb\x6e\x7c\x97\x89\xc8\x31\x39\xa0\xf5\xb5\xdf\xb1\ \xae\xc5\xce\xcd\xb7\xdf\x88\xb7\xeb\x4f\x34\x0d\xf5\x52\x64\x19\ \xe2\xa1\x07\x37\xb1\xea\xdf\x6f\xe7\xf2\xd9\x31\x6e\x7e\x6f\x0f\ \xa1\x8c\x99\x92\x1c\x17\x24\xd2\xa4\xdb\xdf\x66\x5f\xac\x86\xef\ \x2f\x2e\xe6\xb9\xd7\xa3\x2c\xbb\xcc\xc6\xd3\xbf\xb9\x13\xe7\xea\ \x2f\xf3\x9d\x4b\x4f\x9a\x94\x75\xb6\x3d\xca\x53\x07\x15\x7e\x70\ \xcf\x77\xc8\xd9\xff\x07\xb6\xef\xdd\x43\x52\x3d\xd6\x87\x07\xdb\ \xfc\x94\xcf\xbf\x1c\x79\xf8\x55\xfa\x43\x16\x3e\x75\xc1\xd5\xcc\ \xf6\x1e\x33\x48\xb4\xf1\x1e\xba\x62\x85\x5c\x3c\xb3\x06\x68\xa7\ \x2d\x22\xb1\x72\x69\x15\x03\x4f\xb4\x11\x75\xac\xe2\xc2\x4f\x5f\ \x89\x4b\x80\xad\x0f\x7f\x8b\xa6\x9c\xd3\xb9\xf7\xbf\x2e\x61\xff\ \x6f\xbf\xc7\xc3\x5d\x49\xf6\xbf\xf2\x08\xeb\xbb\x73\xf9\xc9\x1d\ \xdf\x40\x39\xbc\x8e\x03\x83\xbd\x94\xe6\x1e\xbb\x76\xff\xde\xfd\ \x98\x6a\x4f\xe3\x2b\xd7\x5c\x08\xa3\xfb\xf9\x8f\xfb\xb6\x73\xd6\ \x8d\x77\x71\x7e\xbd\x9d\x97\xd2\x5f\x62\x7f\x47\x27\x73\x02\x4d\ \x84\xf2\x57\x71\xf3\x75\x9f\xc5\x96\xd5\xb4\xb3\xf8\x40\xca\xae\ \xa6\xa3\x69\xff\x1f\x7b\xe7\x1d\x1e\x55\x99\xfd\xf1\xcf\xf4\xc9\ \x24\x93\xc9\x4c\x66\xd2\x7b\xef\x8d\x26\x88\x80\x34\x69\x02\x82\ \x22\x28\x0a\x22\x16\xec\x05\xb1\xa0\x82\x58\xb1\x77\x14\x45\x45\ \x11\x90\xde\x15\xa4\x4a\xef\x09\x09\xe9\xbd\x67\xd2\xeb\xf4\x99\ \xdf\x1f\x81\x84\xb6\xfb\xdb\x75\xdd\x5d\x5d\x38\xcf\x73\x1f\xc8\ \xbd\x77\xee\xdb\xcf\x7b\xce\x79\xcf\xf7\x9c\x4e\x57\x46\xc1\x5f\ \xe0\x0c\xbc\xad\x22\x9d\x06\x67\x0f\xa2\x22\x85\x50\x5e\x40\x7d\ \x87\x2b\x31\x5e\x4a\xfa\x4c\x7f\x8a\x09\xa1\x95\xbc\x38\xfb\x75\ \xd2\xca\xb2\x49\x2b\xaa\x41\x9f\x7f\x80\xd7\xe7\xbd\xc0\x6f\x86\ \x28\x1e\xbd\x3d\x9e\xb4\x93\x79\x0c\x98\x30\x02\x25\x90\x73\x22\ \x0f\xaf\xa0\x18\xba\x78\xb6\xb5\x92\xbc\x8a\x16\x12\x12\x3a\x23\ \xa7\xe9\xf3\xce\x50\x29\x4b\x62\x48\xa2\x27\x60\xa1\xb4\xc4\x80\ \xb7\x97\x5f\x57\x0f\x65\x9c\x38\x84\xa2\xd7\x28\xfa\xf9\x8a\x69\ \xce\x3a\x4a\x9b\x8b\x37\x3e\x2e\x75\x1c\x3f\x53\x47\xd5\xc9\x0d\ \x2c\x98\x37\x97\x7c\xcd\x10\x1e\x9a\x1c\xc7\x99\xf4\x3a\x02\x62\ \x92\x3b\x05\xd0\xb2\x74\xb2\xaa\x6b\xc9\x3f\xb0\x9c\xf9\xcf\xbf\ \x43\x7b\xe4\x04\x66\x0d\xf2\x26\x33\xbf\x98\xe0\xe4\xb0\x4e\x89\ \xad\xb2\x98\xf2\x76\x2f\xe2\x83\xdc\xb0\x57\x16\x83\x54\x43\x88\ \x1a\x9a\x6a\x2b\x30\xea\x82\xf1\x10\xd5\x91\x53\xd5\x44\x74\x4a\ \x30\xd5\x69\xe9\xc8\xb5\x61\x44\x49\xa1\xb6\xb2\x12\xab\x36\x1c\ \x59\x55\x11\x25\xe5\x7a\x32\x76\x2c\x66\xee\x4b\x9f\x23\xe9\x39\ \x95\x29\x03\x23\xba\xed\xae\x79\x85\x48\x22\x12\x71\x36\xe7\x93\ \xd3\x2c\x22\x3a\x46\x77\xb1\x2e\x53\x92\x4e\x93\x48\x43\x7c\x68\ \xa7\xe2\x5e\x97\x9d\x8e\x45\xe1\x4f\xac\x1b\x74\x54\x57\xd1\xee\ \x12\x8c\xb2\xa5\x9a\x82\xc2\x4a\x0a\x0f\x2d\xe7\xa5\xb9\x6f\xd3\ \x1c\x34\x96\x7b\xc6\xf4\xec\x32\xbf\x9c\x38\x9a\x4e\xf2\x98\x51\ \xf8\x4b\xa0\xe0\x58\x26\x2a\xdf\x58\x9c\x1b\x4f\x93\x56\xd3\xc6\ \xe9\x8d\x5f\x30\xef\xc5\x4f\x71\xb9\x61\x0a\x77\x0e\x8c\x41\x2d\ \x11\x61\xd0\x17\xb1\x71\xfd\x3e\x62\xc7\x4e\xc6\xdb\x56\x46\x61\ \xb3\x8e\x00\x61\x1b\xb9\xe5\xae\x8c\xe9\x9f\xd4\x55\xb7\xd4\x53\ \xb9\x34\xd6\x56\xf1\xe3\x5b\xf3\x79\x73\x6d\x2e\xe3\x67\x3d\x44\ \xdc\xf9\x41\xb4\x95\x92\xa7\x6f\x21\x2c\x52\x87\xc7\x80\x19\x3c\ \x32\x2e\x80\xcf\x9f\x7f\x8a\xd5\xc7\xbb\x0f\x29\xea\xcb\xd2\x69\ \xd7\xfa\x13\xe6\x0b\x8e\xec\x5c\xda\x1c\x3a\xa2\x3c\xe5\x0c\x9b\ \x35\x87\x21\x6e\x67\x78\xee\x99\x77\xc8\x6d\x69\x24\x2d\xad\x82\ \xd6\xd2\x13\xbc\xfd\xea\x8b\xac\x2d\xf5\xe2\x91\xfb\x06\x91\x7e\ \x2a\x83\x98\x31\x13\xf0\x04\x8a\xd2\x4f\xe2\x1c\x14\x82\x87\xa4\ \xfb\x8c\x24\x35\xb3\x0a\x8f\x98\x18\x00\x8a\x33\x4f\xd1\xe4\xde\ \x8f\x41\x51\x4a\xa0\x8d\xf2\x72\x3b\x41\x5a\x25\x25\x05\xd9\x78\ \xc4\x47\x5c\xd5\x0c\xfb\x9a\xa4\x7d\x95\x91\xd5\xd0\x44\x5b\x47\ \x07\xe6\x56\x13\x47\xf7\xfc\x4a\x09\x41\xb8\xdb\xda\xa8\xb5\xb8\ \x32\x61\xfa\x34\x4e\x3e\xf2\x32\x47\x73\xeb\x91\x4a\x64\xc4\x5e\ \x3f\x9c\x3b\xfb\x06\x20\x54\xa8\xf0\x51\x5b\xd8\x6a\x68\xa6\xba\ \xb2\x11\x53\x48\x0b\xbf\x9c\xaa\x26\x70\x6a\x37\x23\xa3\xa5\x89\ \xba\xea\x0e\x42\xcc\xed\xb4\x1a\x5c\x31\x59\x1d\x18\x5b\xea\xa9\ \x6d\x36\xd2\x92\xf1\x03\xbf\x94\xb9\xf3\xd4\xa3\x89\xdd\x86\x25\ \x87\x95\xa6\x9a\x1a\x9a\xcc\x1d\xec\xfe\xf9\x18\x22\xd5\x18\xbc\ \x64\x56\x6c\x4e\xae\x24\xde\x78\x0b\x63\x62\x5d\xb1\x3b\xf9\xe0\ \xed\x54\x47\x9e\xbe\x19\x77\xb1\x99\xb6\xe6\x36\x84\x56\x3b\x52\ \x89\x96\xfe\x37\x4d\xa0\xaf\xbf\x33\x0a\x37\x2f\x94\x86\x7c\xb2\ \x8b\xec\x0c\xbd\xc3\x17\x80\xf2\x82\x34\x5a\x3d\x43\x08\x52\x41\ \xee\xf6\xb3\x08\xd4\xb1\x04\x02\x87\xd3\x4f\xa1\x88\x1c\x8c\xac\ \xa9\x84\xd2\x7a\x35\x63\x83\x64\x1c\xdf\x54\x8c\x6b\x68\x27\xc4\ \x3b\x33\x23\x15\x59\xe8\x28\xdc\x9d\x2d\xd8\x15\xfe\x0c\x1c\x35\ \x89\x04\x2f\x39\x72\x67\x0f\xb4\x5d\x86\xd3\x26\xb2\x72\x4b\x89\ \x1c\x1d\x4e\x47\xce\x61\x5a\xc4\x81\x44\x6b\x2f\xde\xac\x9b\xcb\ \xab\x68\x37\x08\xb1\x36\x35\xd1\xa6\x54\x90\x91\x56\x88\xdc\x7f\ \x08\x2a\x20\x2d\xeb\x24\x66\xdf\x28\x7c\x34\x52\xcc\x52\x2f\xfa\ \x0f\x9b\x40\xff\x10\x25\x62\x99\x96\xee\xd8\x51\x0e\x1c\xd6\x0e\ \x6a\xaa\x1a\x31\x19\x2a\xd8\x76\x38\x17\xd7\x61\xd3\x50\x58\x4f\ \x20\x53\x7b\x32\x68\xfc\x64\x12\x34\x42\x24\x1a\x4f\x9c\x80\x80\ \x10\x05\x2b\xbf\x79\x1d\xff\xeb\xc6\xf0\xea\xb0\x60\xca\xf7\xff\ \x4a\x83\xc6\x9f\x40\x7f\x77\x30\xeb\xc9\x2c\x29\x27\xc4\xc9\x09\ \x9b\xc2\x15\xb0\xa3\x09\xef\xc1\xc4\xa9\x23\x71\x12\x89\xd1\x78\ \x7a\x77\x2b\x08\x45\xf9\x54\xb6\x68\x19\xeb\x2e\xa0\x56\x6f\xa0\ \xff\xc4\x69\x14\x1e\x9d\xc5\xa1\xa3\x85\xdc\xd6\xcb\xab\xd3\xe6\ \xdd\xd1\x44\x5b\x87\x01\x93\xc1\xc8\xae\x5d\xbb\xa9\x95\x27\xe3\ \xda\xd1\x8a\xde\xea\xc5\x94\x7b\xee\xe4\xd8\x23\x6f\x71\xba\xb8\ \x05\xb1\x4c\x42\x50\xcc\x30\xee\x1a\x11\x8e\x5d\xa2\x26\xc0\x03\ \x0e\x1b\xdb\xa9\xaf\xaa\xc6\xdc\x0a\xdb\x77\x17\xe3\x37\x6a\x4a\ \x37\xe2\xd0\x54\x4c\x4e\xb5\x81\x1e\x13\x7d\x3a\x65\x7e\xbb\x9d\ \x8e\x26\x3d\x75\x2d\x26\xf2\xf7\x2c\xe1\x60\x7b\x18\x6f\xc4\x69\ \xd8\xb4\xa6\x8e\xd8\xc9\xa1\x57\xfd\x3a\x16\x3d\xf2\xf0\xc3\xf3\ \xaf\xa6\x06\x5f\xcd\x30\x76\xb9\x9b\x07\x0d\x19\xfb\x58\xbd\xfe\ \x37\x1a\xac\x22\xbc\xc2\x62\x08\x56\xd4\xf2\xed\x27\x9f\xb2\xee\ \xd7\xa3\x38\xc7\x0c\x65\xfa\xa4\x91\x84\x29\x4d\xec\xde\xb6\x85\ \xfd\x87\x4f\x52\xe3\x70\x23\x25\x36\x1a\x1f\x57\x23\x5b\x57\xac\ \xe6\x60\x46\x15\x4e\x6a\x35\x11\x49\x7d\x88\xf2\x51\x9c\xb7\x13\ \x61\xac\x3e\xc3\xfa\x0d\xbf\x90\xd3\xe2\xca\xe0\x21\xfd\x91\x55\ \x1e\x60\xc5\x9a\x2d\xa4\x96\x0a\x98\x3c\xeb\x61\xfa\x06\x75\xfb\ \x09\xe8\x74\xee\xe4\xee\x5e\xcf\xa6\xdd\x27\x31\xc8\x9c\xf1\x09\ \x89\xe3\xba\xe4\x64\xbc\xa4\x7a\xb6\x6f\xde\xc6\xa1\xe3\xa7\x69\ \x51\x04\x90\x12\x1a\x82\xb8\x31\x8f\xad\xeb\xd6\x91\x51\x69\xa6\ \xf7\xc8\x31\x78\x5b\x4a\xd8\xb2\xe5\x67\x8e\x9c\xc8\x44\xe8\x11\ \x8a\x8f\xa4\x8a\xbd\x39\x0e\x6e\x1a\x73\x03\x6e\x12\xc8\x39\xb0\ \x1d\x83\x57\x5f\x6e\x8c\xf7\xe7\xe8\xbe\x5d\x38\x62\x86\xd2\x37\ \x42\xc3\x89\xed\xbb\xd1\xf5\x18\x41\xa0\x2d\x97\x23\x75\x1e\x8c\ \x1f\x18\xc0\x81\x7d\x87\x08\xbe\xf1\x66\x62\x3d\xe1\xf8\xaf\x7b\ \x70\x4f\x1a\x46\x9f\x1e\xb1\xc8\x5b\x33\xd9\xb2\x65\x07\x47\x53\ \x73\x90\xe8\xa2\x88\x3a\x0f\x49\x6f\xad\x60\xf7\x9e\x42\xfa\x8f\ \x1b\x45\xed\xd1\x0d\x64\xcb\x92\x18\xdb\x3b\xe4\xa2\x3e\x56\x28\ \x25\xe4\x1c\xdb\xc9\x86\x5f\x4f\x20\xd2\x78\xd2\x52\x9e\x85\xa6\ \xd7\x70\x92\xfd\x55\x9c\xd9\xf3\x0b\xa2\x90\x81\x0c\xe8\x95\x84\ \xca\x56\xc4\xcf\x5b\xb7\x73\xe8\x44\x06\x56\xd7\x50\xe2\x43\xce\ \x8b\xbc\x52\x74\xee\x62\xf6\xad\x5b\xc5\xee\x13\xc5\x48\x5c\x94\ \x04\xc7\xf5\x22\x25\x39\x1e\x79\x6d\x3a\x5b\xb6\xed\xe4\xe8\xc9\ \x2c\x64\x81\xb1\x44\x78\x2a\x11\x9a\x0b\xd8\x7c\xa2\x83\x99\x4f\ \x3d\x41\xa8\x4a\x42\xee\xe1\x1d\x34\xbb\x25\x73\x53\xbf\x14\x3c\ \x15\x75\x6c\x58\xf1\x13\x3b\x0f\x9d\x06\xdf\x1e\x8c\xee\x1f\x4a\ \xc1\xe1\xed\xfc\xb2\xe7\x00\x67\xcb\x5a\x09\x8d\x4b\xc6\xdd\xa9\ \x73\xd3\xa9\xc8\x3a\x4a\x9a\x21\x80\xa1\x71\xce\xac\xfc\xec\x5d\ \x7e\xdc\xb8\x8b\x06\x55\x3c\xd3\xa6\xdd\x8c\x67\x27\xe6\x1b\xa5\ \x9b\x3b\x15\xc7\x7f\x65\xed\xd6\xa3\xb4\x21\xc5\x27\x22\x0e\x5f\ \x0a\xf9\xea\x93\x45\x6c\xda\x7b\x1a\xcf\x9e\x63\xb9\x73\x54\x6f\ \x42\xb5\x02\x0e\xfe\xbc\x99\xdf\x0e\x1f\xa3\xa4\x43\x41\x4a\x62\ \x34\xc1\x6a\x11\x7b\xd7\xac\x60\x6f\x6a\x21\x02\x37\x77\xc2\xe3\ \x7a\x10\x1b\xa8\xee\xb4\xda\xe5\x9f\x60\xfd\xc1\x46\x46\x4f\x18\ \x8e\x46\x0a\x6a\x0f\x1d\x6d\x39\x7b\x59\xb1\x6e\x1b\xd9\xf5\xae\ \xcc\x78\xfc\x11\x62\x9c\x4a\xd9\x7c\xb8\x86\x1b\xc6\x8c\xc6\xfb\ \x4f\x0e\x3a\xfe\xb7\xc3\xd8\xb3\x32\xcf\x5e\x55\xf6\xfc\x3f\x12\ \xc6\xee\xe3\x1b\x80\xcd\x66\x45\x24\x12\x53\x56\x52\x84\xff\x5f\ \x01\xc6\xee\xb0\x63\xb1\x58\x11\x4a\xa4\x88\x04\x80\xc3\x81\xd5\ \x6a\xc1\xe6\x10\x20\x91\x48\xba\x32\xfe\xd8\xed\x16\x2c\x16\x07\ \x62\x89\x04\xd1\xb9\x9b\x76\xab\x05\x2b\x02\x24\x62\xf1\x15\x8d\ \x41\x56\x8b\x19\x84\x62\xc4\x22\x21\xe0\xc0\x62\xb6\x20\x14\x49\ \x10\x89\xae\xf0\xb6\xdd\x8a\xd9\xda\xf9\xfd\x0b\xb3\x0c\xd9\xac\ \x66\xac\x76\xce\xd5\xa5\xf3\x81\xcd\x62\xc6\x2e\x10\x23\x11\x0b\ \xbb\xfe\xb6\x3a\x04\x48\x25\x12\x3a\xa3\xd4\x08\xba\x10\xa9\xe7\ \x37\x5a\x70\x9c\xc3\x7d\x09\x2e\xba\xef\x38\x07\x06\x13\x9c\xc3\ \xe0\x9e\x37\x6b\x75\xff\xee\x5c\x5b\xcc\x66\xec\x74\xf6\x49\xf7\ \xed\x73\x91\x23\x0d\x45\xbc\xfe\xec\x1b\x84\x4d\x7f\x9d\xdb\x53\ \x2e\x07\xc6\x38\x1c\x76\xac\x16\x2b\x22\xb1\x84\x4e\x24\xf3\x95\ \xcb\x38\xdf\x0e\xc9\x25\x7d\x00\xe0\xb0\x59\xb1\xd8\x41\x22\xb9\ \xb0\xaf\x1d\x58\x2c\x66\xec\x0e\x21\x12\xa9\xe4\x8a\xb6\xcd\x4b\ \xcb\xb0\x5b\xcd\x58\xec\x02\xa4\x52\x49\x27\x86\xce\x61\xc7\x62\ \x36\x23\x10\x4b\x90\x5c\x20\xb0\x5c\xd8\x2f\x36\xab\x15\x8b\xcd\ \x81\x54\x22\x41\x78\x59\xc5\x3a\xe7\x8f\x48\x2a\x45\x78\xbe\xad\ \x56\x0b\x76\x87\x08\xa9\x44\xdc\xd5\x57\x76\x9b\x15\x8b\xd5\x86\ \x48\x22\x45\x7c\xee\x1b\x0e\x9b\x05\x8b\x5d\x88\x44\x72\x31\xa0\ \x66\xcf\xe2\x17\xd9\x62\xec\xc7\xc2\xc7\x46\x5d\xa0\xfa\xdb\x31\ \x9b\xac\x88\xce\xcf\x3f\xc7\xc5\xe3\xfc\x67\xa6\x7f\x3b\x8c\xfd\ \x9a\xd1\xe0\x2a\x23\x81\xf0\x62\x6d\x40\x20\x40\x2c\x91\x5e\x66\ \x27\x13\x0a\x25\xc8\x2e\xf1\xa7\x12\x8a\x25\xfc\x3d\x3d\x42\x2c\ \xb9\xf0\xa9\xe0\xef\x6b\x1d\x42\x31\x57\x7a\x2c\x12\x4b\x2f\x0b\ \xd4\x23\x92\x5c\x7c\xef\xe2\xbf\x2f\x3e\x4d\xb8\x30\x0c\xc3\x85\ \x0b\xfc\xfc\xfd\x8b\x9e\x5f\xf1\x77\xe7\xda\x72\xc5\xba\x77\xbe\ \xd3\x54\x55\x43\xc8\xc0\x29\x8c\x4c\xba\x32\x92\x51\x70\x69\x1f\ \xff\x8d\x32\x2e\x6d\xd7\x45\xef\x8a\xc4\x48\x45\x97\x97\x2f\xf9\ \x7f\x30\x01\x97\x21\x2e\xc5\xd2\x8b\xdc\xe2\x04\x02\x21\xd2\x2b\ \xb8\xa8\x5e\xd8\x2f\x22\xb1\x04\x91\xf8\x1f\x9b\x3f\x02\x81\xf0\ \x8a\x75\x12\x8a\xc4\xc8\x2e\xf9\x88\x40\x24\xb9\xbc\x4d\x66\x3d\ \x1d\xaa\x38\xee\x19\x37\xe4\x92\x39\x28\x44\x2a\xbb\x78\x9e\x5e\ \x43\x4e\x5e\xb3\x69\x5f\xa3\x6b\xf4\xbb\xc8\x2d\xb8\x0f\x53\x42\ \xae\xb1\x90\x3f\xc6\x5e\xa9\x63\xd4\xed\x93\xaf\x31\xe4\x7f\x82\ \xae\x79\x8f\x5c\x75\xd4\xc6\xb1\xdd\x5b\x48\xad\xfa\x3d\xa8\x37\ \x2b\x27\x7f\x59\xc6\xe6\x53\xa5\xff\xb3\xbd\xd3\x50\x74\x82\x4d\ \xbb\x52\x31\xfd\x7d\x71\x16\xe8\xe0\xe0\x8e\x2d\x9c\x28\xfd\xc7\ \xfb\xb1\xa3\x51\x4f\x5d\xf3\x9f\x35\xe5\xb7\x83\xd6\x06\x3d\x75\ \xcd\x57\x40\x22\xda\xda\x38\xb4\x75\x2b\x99\x7f\x07\x62\xd9\x19\ \xae\xe2\x77\xa9\x7e\xbf\x8f\x61\x3b\x6c\xd4\x96\x15\x92\x9d\x53\ \x48\x43\xbb\xf5\x1a\xd3\xbe\x46\xff\xc3\xa4\xcf\x64\xf5\x8a\xad\ \x74\x08\x7f\x87\x92\x65\xae\x61\xe7\xa6\xed\xb4\x5a\xff\x7d\x60\ \x22\x87\xa5\x91\x9d\x3f\x7d\xcf\xe2\xaf\xbf\xe6\xeb\xaf\x16\xb3\ \xe4\x87\xb5\x14\xb5\xfd\xe7\xd2\x34\x9f\xfe\xf5\x27\x0e\x14\x36\ \xfd\xff\x48\xbb\xa6\x0c\xd6\xac\xdd\x42\xeb\x3f\x1c\xc2\xc0\xc1\ \x81\x65\xef\xb3\xe4\xe7\xb4\x3f\xe9\xc4\x30\xf3\xcb\x37\xef\xb3\ \x74\x57\xc1\x65\x4f\x2c\x75\x19\x2c\xdf\xb0\x97\x0e\xc9\x95\x9d\ \xed\x2a\x4f\x6e\x61\xd5\x2f\xc7\xb0\xff\xc7\xc4\x65\x07\xc7\x37\ \x2e\xe6\xcd\x0f\x16\xf1\xc3\x8a\x35\x64\x54\x5d\x5d\x90\xf7\x3f\ \x95\x79\xc4\x01\x38\x89\x1d\x97\x1d\xca\xfc\xf3\x7b\x37\x58\x1d\ \x60\xb4\x5e\xb3\x83\x5d\x4a\xd5\x85\x85\xd4\xdb\x74\x50\x5b\x46\ \x85\xd0\x13\x5f\xdd\xf9\x5c\x78\x36\x1a\xab\xcb\xa9\x6e\x32\xe2\ \xe2\xa6\xc5\xdb\xd3\x1d\xb1\xc0\x41\x73\x75\x19\x15\xf5\x6d\xa8\ \x7c\x42\xd0\xb4\x97\x50\x6e\x09\x60\x4c\xb8\x37\xa6\x96\x4a\xf4\ \x46\x25\xbe\x6e\x02\x6a\x1b\x0c\xb8\x7b\xe9\x10\x59\x3a\xa8\xa9\ \x6b\x47\xe3\xa9\x43\x64\x69\xa3\xbc\xac\x8c\x76\xbb\x1c\xdf\x80\ \x40\x54\x72\x21\x0e\x8b\x81\xf2\x92\x62\x9a\x2d\x62\xbc\xfc\x03\ \xd0\xba\x5c\xce\xf0\x5a\xf2\x77\xf2\xd5\x9a\x5f\x19\x32\xe5\x0e\ \xbc\x45\x46\x6c\x32\x0d\x2e\x72\x21\xed\xf5\x15\x94\x54\xb7\xa2\ \xf1\x09\xc4\x4b\xdd\x09\x88\x37\x34\xd7\x50\x5e\x59\x87\xdd\xc9\ \x9d\xe0\x00\x2f\xa4\xe7\x45\x10\x9b\x91\xca\xd2\x12\x9a\xed\x0a\ \x82\x82\xfd\x70\x12\x0a\x00\x3b\xad\x75\x55\x54\xd4\xb5\x21\x57\ \xaa\xf1\xf1\xf2\x40\x2a\x02\x73\xab\x9e\xe2\xf2\x5a\x70\xd6\x11\ \xe1\x2b\xa3\x30\x47\x8f\x3a\xc1\x42\x49\x75\x2d\x5e\x5a\x1d\xb2\ \x4b\x56\x88\xcd\xd4\x41\xb5\xbe\x8e\xca\xa3\x07\x31\x2a\xa2\x49\ \xf4\x16\x81\xdd\x42\x75\x69\x11\x4d\x16\x39\x01\x41\x01\x88\x4d\ \xb5\x34\x9a\xe5\x78\x68\x94\x08\x30\x52\x5d\xdd\x84\xab\x56\x4d\ \xf8\xd0\xa9\xc4\x78\x77\xba\x4a\xb6\x37\x55\x51\x5e\xd1\x80\x58\ \xe5\x49\xb0\x9f\x16\x0c\x4d\x14\x95\x54\x22\x54\x7a\x12\xe4\xeb\ \xde\x35\x6f\x8d\x4d\x75\xb4\xd8\xe5\x78\x68\x5c\xc0\xdc\x46\x4d\ \x5d\x07\x1a\x6f\x0f\x24\xf6\x76\x4a\x0a\x4b\x31\x88\x55\x04\x05\ \xfa\x20\x17\xda\x69\xa9\xd7\x63\x91\xaa\x71\x57\xca\xe8\x68\xa8\ \xa1\x5d\xa8\x44\xe7\xd6\xc9\x68\x4d\x6d\xf5\x34\x9a\x24\x78\xba\ \xbb\x82\xb9\x05\x7d\x93\x15\xad\x87\x06\x91\xcd\x48\xad\xbe\x05\ \x57\x8d\x82\x94\x91\x53\x19\x10\x10\x89\xdd\xd0\x44\x51\x71\x05\ \x66\xb1\x33\x81\xe1\x41\xb4\x15\xa6\xd1\x2a\x16\x63\x6c\x2a\xa5\ \x5e\xa6\xc5\x5d\x75\x31\xf3\x3e\xb1\x75\x33\xbb\x2d\xfd\xe8\x11\ \xe7\x87\xaf\xaf\x2f\x4e\x98\xa8\x28\x2e\xa6\xc5\xa6\x20\x20\xc8\ \x1f\xe7\x0b\xf6\x78\xbb\xa1\x99\xda\x66\x0b\x5a\x2f\x2d\x42\x73\ \x3b\x35\xf5\x06\xdc\xbd\xb5\xd8\x5b\xea\x28\x29\xaf\xc6\x2e\x53\ \x11\x18\xe4\x8f\x93\x08\xda\x6a\xcb\x29\xab\x6d\x47\xeb\x1b\x88\ \x4e\x75\x81\x1d\xbe\xe6\x08\xcb\xd7\x1f\x23\x69\xea\x63\x8c\xee\ \x1b\x83\xd6\x45\x42\x7d\x65\x11\x55\xcd\x56\xbc\x03\x83\x70\x57\ \x48\x3a\x35\x87\xda\x0a\xca\xf5\xcd\xc8\xd4\x5e\x04\xfa\xb8\xff\ \x69\x13\xf5\xfe\xa5\x99\xb6\x44\x08\x07\x8a\x45\x34\x74\x08\x10\ \xfd\x0b\x3a\x80\xd5\x0e\x9e\x2e\x0e\x7a\xfa\xd9\xb1\xda\xaf\x31\ \xea\x0b\xa9\xb8\xe4\x2c\x95\xcd\x95\xec\x58\xb9\x88\xbc\x4a\x0b\ \xd3\xe6\xbe\xc1\xf0\x50\x11\xbb\x96\x7e\xc2\x96\x34\x3d\xc2\xd6\ \x72\x8a\x2d\x71\x7c\xf9\xdd\x5c\x4a\x36\x2e\x62\xc9\xd6\x74\x64\ \x4a\x15\x29\x37\xdd\x49\x3f\xd7\x2c\x84\xc1\x91\x38\xd7\x1f\x60\ \xee\xdb\x4b\xe9\x71\xff\xeb\xdc\x70\x66\x2d\xaf\x6e\x83\x8f\xdf\ \x9f\x45\x43\xda\x46\x9e\x5d\x5a\xc5\x07\x1f\x3d\xc6\xc1\x25\x0b\ \xd8\x94\x65\x43\x69\x6b\xc0\xe2\x3f\x88\x05\x73\xa6\x70\xe4\xeb\ \x85\xfc\x92\x6f\xc4\x59\xee\xc2\x8d\x93\x66\x30\x2c\xd1\xe7\xb2\ \xfa\x15\x9e\xc8\xc0\xb7\xe7\x78\xee\x9b\x30\xb2\x8b\x71\x95\x1c\ \x59\xc9\x1b\xcb\x0e\x22\x96\xd8\xa9\xb5\x6a\x79\xfc\x95\x57\x48\ \x96\x16\xf1\xe9\x4b\xaf\x52\x2c\xd4\xe0\x1d\xd7\x9f\x07\xef\x1e\ \x8f\x56\x0a\x98\x1b\x58\xfd\xe9\x3b\xec\x2b\xb7\xe1\x68\xa9\xc5\ \x77\xc0\x7d\xbc\x70\x77\x3f\x4e\xac\xff\x92\x15\xfb\xf2\x10\x59\ \x9b\xc8\xae\x72\xe3\x9d\x1f\xde\x47\x57\xb8\x83\xf7\xbe\x58\x4b\ \xab\xc4\x05\xaf\xa8\xfe\xdc\x33\x31\x96\x82\xca\x36\xda\xc5\xbf\ \xf1\xe6\xae\xef\xf0\x1d\xf1\x38\x2f\x5d\x90\xb7\xd2\x54\x79\x8a\ \x4f\x3e\xfb\x81\x1a\xbb\x0c\x7d\xfe\x69\x5c\x86\xce\x43\x83\x91\ \x8d\x5f\x2e\x64\x7b\x66\x2b\x52\x4b\x03\xda\x1b\xee\x66\x88\xe2\ \x00\x3f\xe6\x86\xf2\xc1\xb3\x53\x30\xa5\x6e\xe0\xa5\x6f\x4a\x78\ \xe6\x89\xde\x7c\xbe\x68\x07\x0f\xbe\xfb\x26\x95\x07\x97\xf3\xf6\ \xf2\xdf\x10\x48\x9d\xf1\xed\x73\x0b\xf7\x0e\xd2\xb0\xe4\x83\x45\ \x54\x3a\x64\x34\xd5\x1a\x18\xfe\xd0\x3c\x26\xf7\xea\x3c\xe4\xcc\ \xdc\xf0\x01\x4b\xcb\xe2\xf9\xe8\xa5\xc9\x94\xed\x5f\xc6\xfc\x2d\ \x0e\x3e\x78\xe3\x56\x56\x7e\xbc\x90\xc3\xd5\x02\x1c\xcd\x7a\x82\ \x46\x3e\xcc\xb3\xb7\x45\xf0\xdd\x6b\xcf\xe0\x72\xeb\x1b\xcc\xb8\ \xde\x8f\x55\x6f\xcf\xa7\xbe\xf7\x13\x3c\x3d\x21\x12\x80\x9c\x5d\ \x5f\xf0\x71\x7a\x20\x8b\x5e\x9c\x4a\xde\xfa\x8f\x79\x6b\x87\x85\ \x4f\x96\xbc\x82\x23\x7d\x13\x2f\x7c\x5d\xc8\x23\x77\x27\xf1\xed\ \xb2\x33\x3c\x35\xd7\x95\x6f\x17\x7f\x4c\x76\xbb\x0c\x99\x93\x8e\ \x29\x4f\x3f\x81\xf1\x6c\x31\x6d\x2d\x0d\x6c\xff\xfa\x0d\x16\x35\ \xf9\xf2\xdc\x6b\xcf\x13\x7f\x3e\xc9\x22\x15\x9c\xd5\x1b\xb0\x49\ \x73\xd9\xb8\x51\xca\xdd\xf7\x8d\x62\xe7\x92\xf7\xd8\x96\xd5\x81\ \xc4\x58\x87\xa2\xc7\xed\xcc\x7b\x70\x64\x57\xdc\x99\xfc\x9f\x17\ \xf3\xc1\x51\x77\x3e\x5b\x38\x83\xca\xe3\xab\x78\x69\xa3\x91\x57\ \x1e\x1f\xca\x9a\xcf\x3f\xa3\xca\xe1\x8c\xdc\x25\x84\x07\x66\xcf\ \xc0\x78\x68\x05\x9f\x2c\x3f\x88\xd4\xc9\x41\x83\x20\x9c\x39\xf3\ \x9e\x24\xe2\x9c\xe7\x65\x71\x46\x16\x4d\x08\x28\x38\xb2\x9b\xb3\ \x81\x3a\xdc\xf2\x36\xb3\xf8\x97\x1c\x64\xb4\xd3\xe1\x9a\xc0\xcb\ \xaf\x3d\x8a\x7b\xe5\x51\xe6\xcf\xfb\x02\x8b\xca\x87\xc8\xbe\x37\ \x31\xe3\xd6\x81\x97\xc5\xbe\xb9\xc6\xb4\xff\x88\xca\x08\x61\x5f\ \x91\x98\x6c\xbd\xf0\x32\x09\xe7\x9f\x21\xa3\x15\x52\x7c\xec\xf4\ \x0d\x34\x5f\x63\xda\x17\x51\x2b\x59\xa7\xab\x19\x71\xf7\xd3\x3c\ \x31\x2e\x86\x75\xaf\x3d\xca\xfe\x03\x79\x04\x65\xef\x61\xc5\x69\ \x07\x2f\xbe\xf5\x0e\xa6\xdd\x9f\xf2\xe9\x69\x6f\x0c\x69\x5b\x59\ \xbc\x21\x8f\xbb\xe6\xbf\x4d\xff\xc0\xce\xa8\xfe\xfb\x17\xfd\x40\ \x4b\xa1\x91\xc5\xdf\xe5\xd1\x6f\xe6\x2b\x4c\xe8\xe9\xc1\x96\x8f\ \x0a\xd0\xc4\xdf\x8a\x0c\x28\xca\x3e\x8b\x2e\x7a\x20\x1a\x53\x09\ \x47\x4e\xb7\x70\xc7\x8b\x9f\x70\xa3\x2e\x8f\x27\x1e\xfd\x9c\x83\ \xa9\xf1\xec\x3b\x9c\x47\xaf\x27\x3e\x65\x6a\x8a\x1a\xae\x38\x2e\ \x26\xce\xe6\x56\x51\x98\x57\xc5\x0b\x73\x0e\x62\x73\x4f\x66\xc6\ \xb8\x18\xbe\x5b\xb2\x9b\xbe\x0f\xbc\xc6\xa4\x9e\xae\x2c\x7a\xfa\ \x31\xf6\x1d\xad\x24\x32\xe4\x24\x19\xf6\x30\x5e\x7d\xf7\x05\x02\ \x2e\x70\x32\x38\xb9\xfe\x33\x76\x36\x87\xf3\xde\xfb\x33\x28\x59\ \x39\x9f\x0f\xd3\xf3\xc9\x3e\x50\xc0\x57\xdb\xcb\x98\xf5\xfa\xdb\ \x78\x17\xae\xe5\xa5\x9f\x1a\x71\x37\x14\xf2\xd9\x67\xcb\xf0\x9f\ \x30\x97\x07\x87\x75\x32\xb6\xda\xe3\xdf\xd2\xe0\x7b\x1d\x6f\x2e\ \x7c\x06\xcb\xee\xc5\x3c\xbb\xea\x18\x4d\x53\x7a\xe3\x26\x00\x6c\ \x95\x7c\xf1\xc1\x22\x3a\x12\xef\xe5\x9d\xa9\x31\x2c\x9d\xff\x2c\ \xf6\x44\x3f\x72\xb6\x2f\x61\x6b\x91\x07\xef\x7c\x32\x8f\x9a\x6d\ \xef\xf2\xea\x6f\x67\x19\x38\xd8\x03\x81\xdd\x8e\x10\xd8\xfe\xf3\ \x21\x22\x86\x3e\x8a\x6b\xf1\x4e\xec\xaa\x18\x7c\x5a\x8e\x33\xef\ \x9b\xdd\xf4\x7b\xe8\x35\x26\xf5\xf0\x02\x5a\x58\x3a\x77\x0e\x96\ \xe4\xfb\x78\x7f\x72\x12\xdf\xcc\xb9\x8f\x33\x99\x95\x5d\x4c\xdb\ \xcd\x4b\x85\xb5\xa8\x0d\x07\x70\xe4\x68\x3a\xf1\xc3\xee\xe3\xec\ \x86\xcf\xd9\x6f\x48\xe0\xbd\x0f\xee\xc6\x78\x62\x19\x4f\x2e\xdb\ \x4b\x41\x6f\x05\xe5\xad\x9e\x4c\x0a\xf3\x07\x6b\x36\xd9\xad\x62\ \x06\xa6\x74\x03\x51\xa4\x4e\x2e\x08\x85\x22\xec\xb6\x26\xb6\xfd\ \x76\x8c\x66\x5b\x67\xc6\xf9\x5d\x5b\xf7\x12\x31\xf4\x01\x24\x2d\ \x07\xb0\x07\x45\x23\xab\xcd\x64\x6f\xba\x91\xc7\x3e\x7a\x8b\x5e\ \xde\x62\xa0\x81\x8f\x72\x9b\x18\x3a\xeb\x15\x66\xf5\x17\xf1\xde\ \x83\x4f\x73\x32\xbb\x92\x78\x8f\x4e\xf4\xab\xb5\x30\x9d\x2a\xbb\ \x37\x4f\xbf\xf6\x3a\xd1\x0a\x48\xdf\xf4\x1e\xeb\x72\x35\xbc\xf9\ \xe1\x02\x54\x45\xdb\x79\x68\xfe\x1e\x0a\x27\x8d\x24\x56\xd3\x79\ \x26\x92\x96\x5f\x81\x2e\x71\x28\x42\xa0\x20\x3b\x1b\xbf\xb8\x31\ \x58\xca\x8f\x71\xb0\xc2\x85\x37\x3e\x7d\x8d\x08\x17\x30\x95\x1c\ \xe0\xf9\xef\x0e\x32\xf6\xc5\xf7\x19\xec\x92\xc6\xfd\x8f\x7e\x4d\ \x71\xad\x95\x08\x57\x31\x60\x21\x23\x2b\x97\xb8\x5b\x1e\xe3\xe9\ \xf1\x49\xb4\x65\x6f\xe0\xb1\xb5\x39\xcc\x78\xe5\x7d\xfa\xfb\x96\ \xf2\xdc\xac\x57\x38\x58\x60\xa3\x4f\xfe\x5e\x5a\x7d\x07\xf0\xfe\ \x2b\x33\x70\xf9\x1f\x5b\xc5\x7f\x2a\x9b\xb6\x03\x90\x8b\x1d\x28\ \x24\x17\x5f\x32\x91\x03\x27\xb1\x03\x99\xc8\x8e\xb3\xd4\x81\x42\ \x6c\x47\x2a\x74\xe0\x24\xb6\x23\x11\xda\x51\x48\x1d\xb8\x48\x2f\ \xf9\x8d\xd8\x71\x8d\x47\x5f\x4a\xcd\x25\x9c\x6d\x54\x92\x94\x14\ \x03\x98\x69\xb1\x89\x50\xbb\x34\xf0\xf3\x81\x7c\xae\x9f\xfa\x00\ \x41\x72\x0b\x59\x59\x39\x84\x24\x05\x90\x7d\xf2\x30\xae\x03\x6e\ \xeb\x62\xd8\xd0\x4a\x56\x71\x2d\x65\xc5\xd9\x18\x75\xd7\x33\xa1\ \xff\xed\xe2\x0d\x00\x00\x20\x00\x49\x44\x41\x54\xb7\x0f\x58\x2b\ \xc9\x2d\x6d\x22\x21\x31\x04\xb0\x93\x7d\xb6\x89\xc8\xe8\x58\x3a\ \xca\xb3\xa8\x57\x44\x10\xed\x23\x01\x5b\x07\x36\x89\x08\xb5\x5f\ \x12\x33\xef\x1c\xc4\xd1\x2f\x5f\xe6\x9b\xad\xa9\xd8\xaf\x34\xf3\ \xda\x72\xc9\xac\xb3\x71\xe7\x73\x2f\xf3\xfc\xb3\xcf\x33\xf7\xd1\ \x29\x38\x0a\x77\xd3\xe4\xd3\x8b\x51\x3d\x3d\x80\x0e\x0c\x88\x70\ \x73\x57\x50\x96\x9e\x81\x7b\x70\x34\xbe\x17\x79\xd6\x35\xf1\xdb\ \xce\x0c\xac\xed\xb5\xac\xfc\xfc\x6d\xbe\x3e\x6e\xe7\xf6\xc9\xd7\ \x71\x78\xf7\x11\xc2\xc6\xdf\x47\x92\xbb\x98\x82\xcc\xd3\xe8\x12\ \xa2\xe9\x28\x3c\x45\x89\xac\x0f\x93\x07\x47\x76\xfd\x3a\xff\x74\ \x01\x6a\xbf\x24\xdc\x81\x86\x76\x03\x0a\x1f\x77\x64\xe7\xc4\xfd\ \xc6\x93\x7b\xc9\x6a\x0f\xe1\xc1\xa9\xd7\x41\x63\x05\x39\x95\xce\ \x24\x7a\xcb\x38\x7a\xf8\x37\x9a\xad\x8d\xac\xfa\xec\x3d\xbe\xfa\ \x55\xcf\xad\x93\x6e\x21\x4c\xa7\xc2\x6a\x32\x51\x90\xb9\x8b\xdf\ \xaa\xb4\x4c\x19\x13\x4e\x6a\x46\x09\xea\xd8\x64\x6a\x0f\xec\xc3\ \xe6\x33\x98\xdb\x7a\x74\xa2\x0c\xed\xfa\x33\xec\xca\xa8\xa5\xad\ \xe2\x14\x9f\x2e\x9c\x47\x86\x53\x3c\x53\x46\x77\x47\xbf\x53\x79\ \xfb\x62\x36\xb6\x91\x57\x72\x8c\x43\xa5\x4a\x86\xc4\xba\x73\xe4\ \x50\x05\xa3\x26\x8c\x46\x09\x58\x4c\x6d\x38\x2b\x55\x34\x57\x65\ \xd0\xe6\x19\x4c\xb0\x27\x58\xb2\xd3\x69\x17\x7b\x10\x17\xd0\x2d\ \xf9\xc8\x15\x2a\x24\x0e\x13\xa7\xf7\xfc\x42\x83\x3a\x9e\x88\x60\ \x0d\xb9\xc7\x37\xb1\xb7\x5c\xc3\xad\xc3\x13\x29\x4d\xcb\xc2\x27\ \xd0\x1f\xcf\xb8\x41\xdc\x31\xc2\x8b\x6f\x5e\x9f\xcb\xcf\x99\x4d\ \xd0\x5c\x4c\x45\xab\x98\x94\x68\x2f\x30\x19\x31\x0a\x5c\xd1\xb9\ \x77\xa7\x9a\x2f\xcc\xcc\xc3\xa1\x4d\x20\x54\x01\xd0\xc0\xfe\x43\ \x19\xf4\x99\x38\x1e\x2f\x11\x18\x2c\x46\x04\x2e\xce\x38\x9d\xb7\ \x6c\x98\xcb\x29\xa8\x6c\x23\x29\x31\x08\x30\x92\x9d\xd5\x46\x70\ \x50\x38\x21\xbd\x6f\x62\x52\xa2\x8d\x0f\x5f\x7c\x8d\xd3\x15\xad\ \xe4\x67\x1e\x25\xab\xde\x46\xf6\xaf\x4b\x79\xe5\xbd\xe5\x04\x8d\ \x98\x40\xdf\xd0\x73\x6d\x31\xd5\x91\x57\x6c\x20\x22\xb4\x13\xd4\ \x74\x72\xe7\x41\x3c\x53\x46\xd3\xdf\x5f\x08\x86\x66\x10\xcb\xd1\ \x2a\x6d\x64\xa5\x56\x13\x1c\x99\xfc\x3f\xc7\xb0\xff\x74\x4c\xfb\ \x32\x26\xee\x70\x60\x91\x48\x99\x74\xbd\x1b\x61\x3a\x09\x53\x46\ \xf8\x30\x7f\xac\x27\x4f\x8d\xd0\xd2\xd7\x53\x88\x09\x11\x83\xaf\ \xd3\xf2\xec\xcd\x5e\xcc\x19\xe1\x4e\xa2\xbb\x10\x8b\xed\x1a\xb3\ \xfe\x5b\x54\x9f\x7f\x92\x56\xa5\x27\x51\x81\x50\xb0\x73\x29\xfb\ \xcb\x5c\x18\xd9\xcf\x8b\x86\x96\x0e\x9c\x15\x62\x68\x2b\xe2\xe4\ \x59\x23\xd1\x41\xfe\x60\xe9\xc0\x66\xee\x8c\xa4\x66\xb6\x80\xa3\ \x36\x9d\x1c\x83\x96\x97\x3f\x7e\x0b\x65\xf6\x5a\x96\x9f\x6c\x00\ \x6b\x3b\x8d\x0d\x36\xd4\xae\x4a\x68\x3c\xcd\x71\xbd\x99\xe0\x08\ \x1f\x4a\xb3\xd2\x71\x0d\x8f\x42\x2b\xb1\xb0\xe1\x8b\x1f\x70\xf8\ \xf4\x24\x4a\x2b\x24\xf2\xa6\xfb\x98\x7d\x47\x24\xbf\xac\x5d\x45\ \x6e\x63\x1b\xd5\x55\x35\x5c\x98\x3e\xa2\x29\x37\x97\x46\x6b\x20\ \xd7\xc5\xf8\xe1\xea\xae\x43\xa5\x10\x63\x6e\x6e\x02\x81\x0c\x27\ \xa0\x74\xcf\x6a\xce\x76\x78\x72\x63\x8a\x0b\x27\x53\xeb\x09\x08\ \x8f\xbf\xd8\x4e\xe9\xe8\xa0\xd9\x2e\xc1\x3f\x26\x89\xeb\x06\x8e\ \xe2\xd1\x39\xcf\x32\x34\xde\x8d\xfa\xa6\x16\x9c\x9c\x24\x40\x3d\ \x47\x4f\xd4\x12\x16\x14\x8e\xd4\x6e\xc0\x64\x31\x62\x70\x80\xc3\ \x6a\x05\x9a\x48\x2d\x6e\xc0\x2f\x31\x06\xb0\x91\x95\x9d\x83\x5f\ \x4c\x44\x97\x4a\xdd\xde\xdc\x8a\xc9\x26\x45\x0a\x94\x67\x1d\xa1\ \xc4\xc9\x13\x5f\x9d\x9c\x96\x66\x08\x0f\x8f\xa1\xf7\xc0\x51\xcc\ \x7a\xea\x69\xc6\xa5\xf8\xe0\xaa\xf4\x42\x51\x79\x8a\x2f\xbf\xd8\ \x46\xf2\x6d\x33\xf0\x13\xd6\x91\x59\x5a\x47\x54\xa2\x3f\x56\xa3\ \x11\xa3\xd5\x8a\x19\xb0\xdb\xa1\xb5\xb9\x11\x81\x8b\x1b\xd1\x49\ \x49\x0c\xb9\x79\x2a\x73\x9e\x7a\x80\x78\x6d\xb7\x11\xd8\xd5\x3b\ \x0a\x55\x73\x11\xdf\x7e\xfc\x23\x9a\x7e\x63\x88\xf7\xb6\x53\x57\ \x6f\x41\x2c\x51\x00\x7a\x56\xaf\x3e\x46\x4c\x9f\x41\x28\x5b\x8b\ \xb0\x48\x5d\x70\x05\x4e\x1c\x4e\xc5\xac\x8a\xc1\xf7\x82\xd5\xed\ \xaa\xf2\x40\x50\xb8\x9f\xef\xb7\x16\x30\xe6\xee\xe9\x04\x98\x4e\ \xf3\xde\xa2\xad\x24\xde\x32\x8d\x60\x45\x2d\xa7\x0b\x1c\x84\x07\ \x07\x02\x12\x46\xce\x78\x91\x49\x71\x36\x7e\xda\xb0\x9b\xa2\x9c\ \x12\xda\x64\x11\x44\xba\x43\x47\x79\x3a\x45\x42\x77\x42\x83\xba\ \x93\x16\x17\x94\x95\x83\x97\x77\xa7\xff\xbe\xb1\x8d\xb6\x56\x23\ \x72\xb1\x0c\x30\xf0\xf3\xaa\x6d\x78\xf6\xb8\x9e\xe0\xf3\x26\xf0\ \x96\x66\x1a\x9b\x40\xa3\x74\xc1\x5e\x73\x92\x53\x0d\x0e\xfc\x82\ \xb4\x60\x57\x33\xe9\xc9\xf9\xdc\xa8\x2b\xe6\xc7\x2d\xfb\x69\xec\ \x30\xe3\x1e\x10\x48\x42\xaf\xeb\xb9\xfd\xde\xc7\x79\x74\xea\x4d\ \x5d\xd9\xed\x0d\xfa\x5c\x8a\xad\x6a\xc2\x42\x3a\xeb\xd0\xd2\xd0\ \x01\xe2\x4e\x40\xdb\xe1\x35\xeb\x69\x50\xf6\xa4\xaf\x47\x13\xc7\ \xab\x2c\x84\xc4\x87\x5f\x3b\x88\xfc\x6f\x88\xde\x76\x81\x00\x77\ \xa5\x18\x85\x93\x08\x57\x87\x99\xc5\x9b\x6a\x68\x0b\xf0\xe0\xb1\ \x64\x25\x86\x4a\x11\x03\x54\x56\x3e\xdd\x52\x4f\x9b\x40\x80\x48\ \xe0\x40\x2c\x14\x60\xb3\x5d\x63\xd0\x57\xa2\xa6\x8a\x3a\xea\xf3\ \x4e\xf0\xee\x73\xcf\x60\x36\x39\x71\xfb\x53\x4f\x12\xed\xed\xce\ \xf5\x89\x81\x7c\xb7\x70\x0e\x39\xc1\x2e\x14\xdb\x5c\x18\x2c\x73\ \xa5\xf7\xb0\x9b\xd9\xf6\xda\x52\x1e\xc9\xde\x41\x50\xec\x8d\x8c\ \x09\xad\xc6\x20\xf0\xa5\x47\x4c\x0a\x7e\x63\x63\x78\xf1\x9b\xef\ \x18\xfe\xe1\xc3\xf4\x49\x52\xb1\x6c\xe1\x73\x1c\xd4\x4a\x68\x97\ \x38\xe3\x2c\xb1\x51\x7e\x36\x87\x9c\x8c\x22\x5e\x2c\xd9\x81\xcd\ \x35\x96\x67\x9f\xb8\x99\x53\xcb\xdf\x65\x7b\x7a\x23\x02\x73\x33\ \xd7\x8f\xb9\x1b\xe3\xae\x8f\x79\x6a\x8f\x80\xf7\x3e\x7b\x9e\xf3\ \x11\x30\xb2\xb2\xd2\x31\x07\xc6\xe3\x75\x81\xf4\x1c\xd6\xff\x26\ \x94\x7b\x97\xf0\xf4\xec\x33\x98\xcd\x42\xc6\x3f\xf4\x02\x81\x8e\ \x7c\x3e\xad\xb7\x72\x63\x42\xe0\x25\x27\xd0\x3e\x8c\x1e\x91\xc2\ \x57\xbf\x6e\x65\x75\x89\x1b\x9a\xd8\x61\x3c\x34\xe9\x06\x6e\xbc\ \x3e\x85\x0f\x16\xbf\x42\xdd\x5e\x0f\x4a\x5b\xa4\x8c\x90\x4a\xf0\ \x4a\x19\x44\x9f\xb5\x0b\x78\xe9\xb1\x27\xf1\xf2\x8d\x60\xd2\x84\ \x78\xca\x9a\x60\x44\xb4\x37\x98\xcb\xc9\xcc\xb5\x10\x37\xac\x1b\ \xa2\xee\x9b\x72\x3d\x11\x1b\xdf\xe2\x99\xa7\x5e\xc4\x8b\x7a\x5c\ \x34\x89\x88\x14\x2a\x06\x0f\x1f\xc8\x27\x9b\x76\xb2\xaa\x2a\x15\ \xcf\xa0\x5e\xdc\x3b\x63\x34\xce\x9e\x7e\x38\xd5\x1f\xa3\x24\xe5\ \x59\xee\xbc\xc1\x0f\x47\xd9\x41\x4a\x6a\x5d\x18\xec\xa9\x22\x72\ \xe8\x28\x7c\x0e\x7e\xcc\x63\x8f\x9e\xc6\x33\x24\x91\xe9\x77\x8f\ \x65\x74\xf2\x7e\x76\x6f\x59\x4b\xbe\xd2\x99\xb8\xd1\x53\xb8\xb5\ \x4f\x58\xf7\x39\x8f\x2e\x8a\x28\x71\x06\x9f\xe7\xf5\xe0\xc7\x05\ \xfd\x41\x6a\x66\xd0\x00\x6f\x96\x7f\x30\x87\xbd\x72\x3b\x4e\x61\ \xa3\x98\x3d\x26\x12\x71\x61\x2f\x64\xcb\xbe\x65\xce\xf3\xc5\x08\ \x9b\x4a\x71\x8e\x1a\x74\xd1\x21\xbc\x9b\xd6\x1b\x4a\xd3\x51\x4f\ \x7f\x84\x7e\x11\x7e\x1c\x2f\x2d\x42\x10\x34\x9d\xa9\xc3\xc3\xb1\ \x94\xed\xa0\x08\x15\xa3\xfd\x6d\xac\x78\xeb\x65\xd2\x5a\xc1\xd0\ \x6a\x67\xcc\x5d\x09\x94\x65\xff\x80\x34\xac\x1f\x6e\x40\x76\xda\ \x49\xa4\xda\x60\x02\x2f\x00\xfd\x06\x87\x85\xd1\xb0\x78\x09\x8f\ \x17\x1f\x65\xda\xe3\xf7\x31\x74\x44\x2f\x3e\xfe\x6a\x01\x67\x57\ \x8b\x70\xe8\xfa\xf0\xf8\x9d\x83\xbb\xeb\xe1\x1e\x48\x72\xb4\x8c\ \x25\xaf\xcf\x61\x97\x1b\x98\x9d\xdd\x90\x77\xe4\xf0\xc5\x9b\x3f\ \x52\x6a\x70\xd0\xd6\xe6\xce\xc8\xf1\xbd\xe9\xe1\xa6\x25\x68\xef\ \x12\xd6\xaf\x5e\x85\x9b\x4a\xc7\x98\x19\xf7\x93\xac\xeb\x9c\x14\ \xd5\x59\xa7\xb1\xbb\x05\x72\x3e\x2a\x42\xaf\x11\x03\xd8\xf6\xf9\ \x62\x66\xe7\xaf\xc5\xe4\x50\x33\x73\xce\x0c\xe4\x65\xdb\xa9\x32\ \x3b\x33\x21\xd4\xe5\x7f\x72\x1d\xff\xa9\x60\xec\x32\x31\xbc\xbf\ \x5f\x42\x6e\x6d\xa7\x4d\xdb\x61\x77\x60\x91\xcb\x99\x75\x83\x92\ \x23\xd9\xad\x5c\x97\xe8\x86\xbe\xa0\x05\x8b\x4e\x89\x9f\xc1\x40\ \x93\xca\x89\xf6\xdc\x06\xd6\x16\x59\xd0\x28\xc5\x38\x09\x1c\x34\ \x76\xd8\x31\xda\x20\xd1\xdb\xce\x23\xfd\x2c\x18\x2e\xc9\x52\x75\ \x35\xc3\xd8\xad\x86\x16\x6a\x6a\xf4\xb4\x59\x44\x78\xf8\xf8\xa1\ \x3e\x7f\xac\x6f\xeb\xa0\xbc\xa4\x1c\x8b\xd4\x0d\x77\x95\x0c\xb1\ \xd4\x05\x85\x4c\x44\x6b\x7d\x25\x15\xfa\x16\x9c\xdd\xbd\xd1\x29\ \x1c\xb4\x9a\xc4\xe8\xdc\x5d\x70\x58\x4d\x54\xd7\x34\xa1\xf6\xf2\ \x44\x66\x6d\xa3\xa4\xac\x02\x81\x8b\x0e\x8d\x42\x8e\x5c\x58\xc3\ \xc2\xb9\xef\xe1\x37\xe1\x61\x86\x85\xa9\x71\xf7\xf4\x42\x2e\xb6\ \xd3\x52\x5b\x45\x75\x5d\x0b\x42\x85\x9a\x80\x40\x2f\x68\x6d\xa0\ \xc9\x2c\x42\xeb\xae\xea\x52\xf7\xda\x9b\xf4\x74\x88\x94\xe8\x94\ \x17\x1f\x19\x75\xd4\x57\x50\x56\xdb\x86\xca\xcb\x1f\x2f\x37\x05\ \xd8\x3a\xd0\x37\xb4\xa3\xd2\xea\xba\xcc\x17\x5d\x64\xb7\xa2\xaf\ \x28\xa1\xbe\xdd\x86\x4a\xe7\x8d\xb7\xbb\x12\x81\xc3\x44\x75\x59\ \x29\x6d\x0e\x17\x74\x1a\x05\x62\x89\x02\x67\xb9\x04\x4b\x7b\x23\ \x65\x15\x35\x38\x64\x6e\xf8\x78\xb8\xd2\xde\xda\x81\x9b\x4e\x8b\ \xd8\x6e\xa6\xb6\xb6\x05\x17\xad\x16\xa7\x0b\xc4\x1a\x63\x73\x2d\ \x65\xd5\x8d\xb8\x68\xbd\x70\x96\x08\x51\x28\x5d\x10\x0b\x2c\xd4\ \x56\x94\x53\xd7\x62\xc6\xd5\xdd\x0b\x6f\x0f\x15\x42\x6c\x34\xd6\ \xe9\x11\xba\xea\x50\x49\xc5\xd8\xcd\xed\xd4\x35\x9a\xd1\x78\xa8\ \x11\x0b\xc0\xdc\xac\xa7\xa4\xaa\x1e\xb1\x52\x8b\x9f\xaf\x0e\x91\ \xb9\x95\xb2\xd2\x0a\x0c\x76\x19\x1e\xbe\x3e\x68\x9c\xbb\xbd\x6a\ \xcc\xfa\x74\xde\x79\xfd\x43\x3c\x26\xcc\xe3\xbe\x81\x9d\x76\x64\ \x2c\x06\x2a\xca\xca\x68\x17\xb8\x10\x14\xe0\x8d\xb4\x33\x1e\x01\ \xad\x35\xe5\x54\x36\xdb\xd0\x79\x68\x10\x8b\xc4\x28\x95\x8a\x6e\ \x86\x69\xb7\xd0\x50\xdb\x80\x93\xbb\x0e\x27\xb1\x80\x16\x7d\x2d\ \x02\x67\x35\x4a\x67\x09\x36\x53\x0b\xf5\xad\x36\xdc\xdd\x95\x34\ \x54\x96\x53\xdf\x62\xc0\x49\xed\x45\x80\x97\x9a\xf6\x26\x3d\x66\ \x89\x0a\x8d\xb3\x0c\x43\x53\x1d\x1d\x28\x70\x77\xbb\xc0\x7b\xc4\ \x6e\x42\x5f\x51\x4e\xa3\x49\x82\x6f\x80\x3f\x2e\x12\x33\xd5\xa5\ \xa5\x34\x5b\x64\xf8\x05\xf9\xe1\x2c\xbe\x58\x99\xb7\x19\x5a\x28\ \x2d\xaf\x42\xe4\xaa\x43\xed\x24\x41\x22\x15\xd1\x5c\x5b\x4d\x43\ \x9b\x19\x57\x9d\x0f\x3e\x5a\x57\x04\x40\x7b\x63\x35\x15\x35\x8d\ \x88\x14\x6e\xf8\xfa\x7a\x21\x17\x09\x00\x03\xcb\xe6\xcd\xa6\x32\ \xe1\x61\xe6\x4c\x8c\xe9\x92\xec\x9a\xaa\x4b\xa9\x6e\xb6\xe2\xe9\ \xeb\x8f\xda\x45\x8a\xdd\x78\xae\x3d\x3a\xf5\x7f\xc5\x94\x70\x55\ \xc3\xd8\xad\x36\x3b\x46\xab\x03\x84\x20\x70\x80\x40\x22\x22\xcc\ \x47\x4e\x4e\x75\x1b\x4b\x33\x3a\x18\x3c\xcc\x19\x77\x27\x21\xed\ \x46\x1b\x3d\x92\xdc\xb9\xde\xd9\xc4\x97\xfb\x5b\x71\x88\xae\xb9\ \x9f\x5f\x51\xad\x72\x72\xc5\xf7\x02\xd5\xb6\x8b\x44\x0a\xfc\x42\ \x22\x2e\xbb\xad\x74\xf7\x21\xca\xbd\xdb\xc3\x43\x7e\x4e\x70\x11\ \x88\x65\x78\xfb\x9e\x0b\x60\x2f\x72\x21\x28\xac\xdb\x2e\x6c\xc8\ \x4d\xa3\xd2\xae\x61\xf2\xf5\xd1\xf8\x8a\xbb\xad\x70\xae\x3a\x5f\ \x5c\x75\xbe\x17\x7c\x5c\xc3\xa5\x20\x70\x67\x37\x0f\xae\xb4\xe5\ \x29\xdc\x7d\x89\x74\xbf\xb8\xbe\x1e\xba\xbf\x11\xa0\x53\x28\xc6\ \xc3\x3f\xf4\xe2\x6f\x0b\x64\x78\x05\x5c\xae\x2a\x4b\x9c\xd5\x84\ \x44\xa8\xbb\xfe\x76\x72\x3a\xf7\x4d\x91\x14\x9d\x97\xf6\xb2\xf7\ \xe5\x2a\x1d\xe1\x2a\xdd\xa5\x5f\x41\xe7\x1b\xcc\x85\x4d\x03\x11\ \x6a\x6d\x77\x04\x3d\xa1\xd4\x19\x0f\xcf\xee\x96\x49\x55\x1e\x84\ \xab\x2e\xa8\xa1\x54\x49\x60\x58\xd4\xc5\x47\xb2\xb5\xa9\x7c\xf6\ \xd1\x4a\x4a\xdb\xcc\x44\x0f\x7f\x84\x7b\xce\x33\x6c\x00\x89\x13\ \xbe\x97\x8d\x97\x00\xa5\xa7\x3f\x91\x9e\x7f\xcb\x10\x2a\x41\xe3\ \xd9\xfd\xd0\xd5\xa3\xbb\x7c\x91\xcc\x15\x8f\x73\xfb\x84\xce\x37\ \xe8\xa2\xb6\xb8\xb8\x75\xbf\xe7\xe4\xa6\xbd\xdc\x03\x43\x28\xbb\ \xa4\xbf\x65\x78\x05\x86\xe3\xf5\x37\xaa\x21\x72\x72\x25\x38\xfc\ \xe2\x39\x28\xf7\x0f\xe1\xd2\x6a\x3b\xab\xbd\x88\x50\x5f\xfc\x15\ \x53\xf9\x19\xea\xd5\xc9\x4c\x1c\x11\x73\x51\xbb\xdd\xbc\x02\x71\ \xbb\xe0\x55\xa1\xdc\x15\x9d\xfc\x7f\x78\x1d\xff\x39\x6d\xd9\x20\ \x90\x88\xe9\x11\xee\x82\xbb\x8b\x14\xad\xc0\x46\x9d\x01\xa4\x26\ \x33\x6b\x7e\xab\xe3\x4c\x9b\x00\x67\x31\x1c\xcb\xe9\xe0\xc1\x1e\ \x6e\x4c\xb2\x8b\xf1\xf4\x96\x22\x68\x34\x72\xcd\xa2\xfd\xdf\x25\ \x69\xe0\x10\x16\xbc\x72\x23\xee\xd7\x02\x24\xfc\x4b\x24\x51\x85\ \x32\xf1\x9e\x99\x08\x5d\xb4\xf8\x79\xba\x5d\xc3\x1b\x00\x62\xcf\ \x24\x1e\x78\x38\x05\xb9\xe4\xea\xee\x87\x3f\xa5\x48\x2a\x00\x1c\ \x76\x3b\x62\xa9\x18\x6f\x99\x8d\x4d\xc7\x9a\xa9\x68\xb6\xf2\x5b\ \x66\x1b\xad\x02\x11\x2a\xb9\x10\xa9\x44\x88\xbe\xa4\x85\xaf\x8f\ \xb5\xa1\xd6\xc9\xb1\x37\x75\xb0\x2b\xdf\x88\x50\x22\xbc\x36\xc1\ \xff\x2e\x59\x28\xc9\x4e\xa3\xa8\xe1\xf7\xa0\xc8\x1c\x14\x9f\xd9\ \xcf\xd1\xfc\x9a\x2b\x6c\xb4\x8e\x73\x52\x9b\x12\xad\x46\x75\x6d\ \x0c\x7e\x47\xdf\x5a\x2c\x66\x2c\x16\x2b\x0e\x40\x28\x55\x12\x18\ \x1a\x86\xff\x39\x86\x6d\x6d\xaf\xe2\xe0\x91\x93\x34\x5c\x62\xee\ \x6b\xad\xc8\xe6\x4c\x56\x09\xf6\xdf\x51\xde\x1f\xff\xe6\x95\x7f\ \x7d\xc5\xac\x4e\xd6\x26\xd2\xd3\xd2\xa8\x35\xfd\xe3\x5f\x12\x49\ \x64\xc8\xff\xc0\xd4\x7e\x0e\xbb\x0d\xb3\xd9\x8c\xd5\xf6\xd7\xf2\ \x0b\xfe\x53\x31\x6d\xc1\xb9\x09\xe2\x10\x82\xc3\x66\xe7\xd0\xa9\ \x06\xbe\xd8\xdb\x48\x6a\xbd\x1d\x91\xcd\xc6\x89\x02\x03\xf5\x96\ \xce\xd0\x0f\x0e\x40\x2c\x86\xca\xf2\x36\x96\xee\xad\xe3\xeb\x03\ \x4d\x64\x35\xd8\x11\x08\xcf\x7d\xe3\x1a\x17\xb8\x32\x35\x67\xf3\ \xcd\x67\x5f\x52\xd0\xfa\x3b\x7a\xc8\x5e\xcb\xe6\xa5\x4b\x2e\x81\ \x0d\x1b\x58\xfd\xce\x8b\x7c\xbd\x23\xff\x3f\xd7\x06\x7b\x33\x47\ \x7f\xdb\x4d\x5e\xe3\x7f\xef\xc4\xb9\xbe\x30\x95\x3d\x47\xf2\xf9\ \x43\x96\xbb\xb9\x81\xcd\x5f\xbd\xc5\xec\x27\x9e\xe0\xb5\x45\x5b\ \x68\xbe\x42\x28\x8d\xea\x93\xeb\xf8\x7e\xe3\x41\xec\x97\xf0\xac\ \x7d\x3f\x7e\xcd\xe6\xe3\xfa\x7f\x6a\x21\x9b\xcb\xf7\x30\xf7\xc5\ \xb7\xc8\x68\xf9\x7f\x5e\x34\x96\xf3\xe9\xdc\x17\xd8\x91\xd5\x48\ \x53\xc9\x09\xf6\xa6\x15\xff\xd3\xeb\x6a\xdf\xf7\x0b\x79\xe3\x87\ \xe3\x38\x8c\x95\xfc\xb6\xf7\x20\xe7\x87\xac\x25\xf3\x17\x16\x2f\ \xdd\x8a\xf1\xbf\xa4\x91\x35\xe7\x1f\xe4\xed\xb9\x4f\xf1\xc4\xec\ \x97\xd9\x78\xb4\xf0\x1a\xd3\xfe\xfd\x7b\x72\x27\xe3\x16\x38\x3a\ \xff\x95\xcb\x84\xb8\xca\x85\xc8\x44\x9d\x0f\xe4\x12\x01\x22\xc1\ \xb9\x77\xce\x5d\x12\xb1\x10\xa5\xbc\xfb\xbd\x0b\x9f\x5d\xa3\xcb\ \xa9\xb1\x30\x9f\x6a\x93\x37\x41\xaa\xcb\x43\x87\x3a\x6c\x16\x8c\ \x66\x33\x76\xc7\x85\xd2\x88\x15\xa3\xc1\x80\x15\xb0\xd6\x96\x51\ \xd4\xa8\x21\x3e\xd4\x1f\xb0\x63\xb6\xd8\x00\x29\x49\xc3\xc6\x31\ \x28\xa1\xd3\xf6\x6d\xb5\x18\x31\x9a\xcc\x97\x31\x33\x9b\xc5\x8c\ \xc9\x6c\xbd\xe2\xa8\xdb\xbb\xdc\x34\x1d\xd8\xec\xf6\xf3\x05\x63\ \x32\x18\x30\x5f\x01\x1d\x65\xaf\x38\xca\xb7\xdf\xae\xa1\xd6\x64\ \xe9\xf4\x9b\x03\x1c\x0e\x1b\x46\x83\x11\xeb\xff\x1b\xb5\xc8\x81\ \xd5\x7c\xae\x8e\x8e\x73\x12\xae\xc9\x88\xc1\x68\xea\xfe\xdb\x6c\ \xc4\x62\xb9\xb8\x5c\xbb\xcd\x82\xc9\x64\x39\xd7\x2e\x1b\x07\x37\ \x7d\xc3\x86\xd3\x45\x58\x1c\x74\xf5\x97\xcd\x62\xc6\x78\x4e\x52\ \xbe\x52\xb9\x66\x93\x09\xcb\x15\xa4\xba\xec\xdd\xcb\xd9\x96\x2f\ \xe5\xfe\xb9\xaf\xf1\xf4\xbd\xa3\x71\x13\x83\xc5\x6c\x3c\xd7\xbf\ \x9d\x94\x73\xaa\x18\x77\xff\x04\xb4\x5d\x63\xe5\xc0\x61\x28\xe4\ \x54\x59\x3b\x41\x09\x11\xdd\x63\x65\x32\x71\xe1\x56\x66\xb7\x98\ \x31\x18\x8c\x58\x2f\x18\x54\xb1\x2a\x9c\xf1\xe3\x46\x13\xe0\x0c\ \x60\xc7\x64\xbc\x72\x3f\x23\x76\x63\xe0\xf8\x89\xf4\x09\x94\xf0\ \xeb\x0f\x8b\xd8\x9b\x5e\x81\x0d\x2e\x08\x0c\x75\x71\x90\xa8\x0b\ \xff\x6f\xb7\x3b\x00\x3b\xa1\x7d\x6e\x62\xfc\xb0\x78\x2a\xf6\xaf\ \x63\xe9\xea\x23\x98\xcf\x55\xae\x20\xad\x00\x81\x5b\x38\x1e\x7f\ \x07\x5b\x6e\x33\x1b\x31\x9a\xac\x97\xcd\x23\x83\xf1\xe2\x39\x0a\ \x60\x31\x9b\x30\x5b\xae\x1c\x38\xca\x61\xb3\x62\xec\x1a\x5f\x80\ \x26\x56\x2c\xf9\x01\x52\xee\xe0\xd5\x05\x2f\x30\xba\x67\xc8\x5f\ \xcb\x4c\xf4\x67\xaa\x8c\xd9\x0a\xf7\xf4\xb4\x62\xb5\xff\x6b\x4c\ \xd7\x41\x27\x24\xde\x68\xb9\xc6\xa4\x2f\xa5\xe2\xd2\x1c\x4a\xaa\ \x73\xf9\xf2\xd5\x27\x69\x15\xf9\x31\x6b\xce\x53\x24\x6a\xc5\xe4\ \x1f\x58\xcf\x8a\x6d\x87\xa9\xd1\x57\x63\x76\xeb\xc5\x1b\xef\x3e\ \x8a\x39\x6d\x3b\x5f\xff\xb0\x95\xaa\x76\xe8\x31\x66\x06\xc3\x7d\ \x72\x31\xfa\x45\xe1\xaf\xa8\xe0\xa3\x17\xde\x41\x31\xec\x19\xa6\ \x87\x64\xb3\x7c\x73\x36\x8f\xbe\xd4\x8b\x13\x2b\xde\xe7\xbb\x03\ \x45\x38\x2c\x06\x34\xc9\x13\x79\x76\xd6\x48\x5c\x30\x70\x78\xd3\ \x72\x36\xfd\x96\x4e\x43\x63\x1d\xce\x49\x53\x78\xfd\xd1\xd1\xe7\ \x0e\xb4\x1c\x6c\xfb\xe4\x15\x32\xbd\x6e\x65\xf6\x6d\x71\x1c\x5c\ \xf1\x26\xbb\x05\x43\x79\xe9\xd6\x00\xbe\x79\xe7\x3d\x4e\x55\x74\ \x60\xb6\xc9\x18\x39\xfd\x49\x6e\xe9\xe3\xdf\xd5\x86\xf2\xec\x62\ \x9a\x1b\x6b\x58\xf1\xf6\x4b\x14\x4f\x79\x9c\xdb\x42\x3a\xf8\xe2\ \xb3\x25\xe4\x54\x35\x20\xd0\x24\xf0\xf0\xd3\x0f\x13\xa5\xb9\x82\ \x3c\x62\xa8\x66\xfd\xf7\x5f\xb3\x2b\xb5\x1c\xb1\x2e\x86\x07\x1f\ \xb9\x17\xfd\x96\x0f\x58\x79\xb4\x1c\xa7\xc0\x14\x1e\x7a\x70\x32\ \x65\xdb\x97\xb0\xf1\x60\x3e\xed\x76\x05\x37\x3f\x30\x9b\x9b\x13\ \x3d\xc9\x3e\xb0\x86\x95\x9b\x0f\x53\xd7\x50\x83\xc1\x77\x30\xef\ \x3c\x33\x91\x9a\xaa\x6a\x2a\x6b\xd6\x31\xaf\xbd\x8e\x27\x1e\xb8\ \x8d\x86\x43\xcb\xf8\x7e\xfb\x29\xea\x5b\xad\xf4\xbc\x65\x16\x0f\ \x8c\x8a\xef\x66\x28\x4d\x05\xac\xfe\x61\x25\xa7\x0a\xab\xa9\xd4\ \xb7\x30\x64\xd6\xeb\xdc\xdb\xdf\xef\xfc\xac\xe7\x6c\xea\x69\x6a\ \x2a\xa5\xac\x59\xff\x0b\xf7\x4c\x1b\xc7\x89\x65\x1f\xb2\xf1\x48\ \x31\x06\xab\x9c\x9b\xee\x7b\x86\x89\x3d\x9c\x48\x2d\x6f\x27\x78\ \x62\x67\xb6\xf6\xb3\x3b\x57\xb0\x6a\xe7\x29\x1a\xea\x2a\xa8\x68\ \xf7\x63\x6a\xbc\x8a\xf6\xfc\x43\x2c\xfa\x76\x0d\x45\x0d\xed\x28\ \x42\x06\xf1\xc2\x33\x53\x68\xfc\x6d\x25\x9f\xae\xda\x8f\x59\xa0\ \x64\xd4\x43\xb3\x19\x15\xdd\xc9\xf2\x77\xaf\x5a\xc6\x59\xf7\x89\ \xf4\x4a\x2c\xe0\xa3\x05\x9f\x91\xdf\x64\xc1\x60\x10\x31\xfa\xc1\ \xd9\xdc\x92\xe2\xd7\xdd\xcf\x87\x56\xb2\x3e\x55\xcd\xf3\x3d\x83\ \x28\x2e\xac\x25\xb7\x68\x05\xaf\xb7\x95\x71\xff\x8c\xc9\x78\x4b\ \xa1\xfa\xe4\x0a\xde\xd9\xde\xce\xdc\x17\xee\x43\x96\xbe\x89\xf9\ \x5f\x9d\xe0\xd1\x8f\x16\x10\xd0\x70\x86\x57\xdf\x5a\xcf\xc8\xbb\ \xc6\x71\x70\xcd\xaf\x8c\x9d\x13\x4f\x7e\x71\x35\x0d\x35\x65\xbc\ \xf3\xf2\x5b\xdc\xfd\xe4\x34\x72\x2b\xab\x28\xc9\x2e\xe5\xe9\xfb\ \x7e\x41\xd7\x67\x22\xb3\x67\x8e\xba\xe0\x10\xda\xcc\xe9\xad\x4b\ \x59\xb6\x23\x8d\xd6\x0e\x1b\xc9\x63\xef\x63\xd6\xcd\x29\xe4\x1d\ \x58\xc6\xa2\x9f\x8e\x62\xb6\x18\x10\xfb\xf5\xe1\x99\x39\xf7\xe1\ \x2b\x35\x71\x60\xf5\x12\x36\xec\x3f\x4b\x8b\x49\xcc\xc0\xbb\x9e\ \xe0\xce\xfe\xc1\xdd\x1a\x51\xd6\x5e\x16\x7f\xb7\x8e\xb2\x16\x23\ \x2e\x41\x83\x78\x66\xf6\x1d\xe8\x1a\xcf\x70\xaa\xa8\x11\xa1\x69\ \x23\xeb\xe5\x4a\x66\xde\x1c\x73\x4d\xd2\xfe\x57\x98\xad\x8b\xcc\ \x81\xda\xc9\x81\xdb\xbf\x70\xa9\x9d\x1c\x38\x4b\x1d\xd7\x4c\x24\ \x97\xeb\xbb\xe4\xa6\xe5\xd3\x73\xec\x3d\xbc\xf6\xf6\xab\xf4\x10\ \xe4\xb2\x6e\x47\x1e\xf5\x27\x96\xb3\xf0\x9b\xbd\x5c\x77\xf7\x93\ \xdc\x7f\x73\x4f\xec\x42\x57\xec\xc5\x47\x79\xf7\xbd\x9f\x08\x1c\ \xfd\x20\x6f\xbe\xf9\x1a\x77\xdf\x94\x48\x75\x46\x16\x22\xa3\x9e\ \x1f\x3e\xfa\x08\x4b\xfc\x14\xee\xbb\xd1\x9f\xc2\x93\x69\xd4\x58\ \x3c\xd1\x50\xcd\xa6\x3d\x99\xf4\xba\xe7\x15\xde\x7f\x6e\x0a\xfa\ \x7d\x1b\xc8\xaa\x35\x91\xba\xee\x33\xbe\xda\x59\xcb\x9d\x4f\xbd\ \xc4\x94\x01\xfe\x18\xcd\xa6\x6e\x40\x8c\xa3\x9c\xd3\xf9\xa5\x68\ \x43\x7d\x80\x36\xb2\x4e\x15\xe0\xe3\x1f\x40\x5b\xd6\x41\x0e\x15\ \xa9\x98\xfd\xe6\xc7\x3c\x34\xd4\x9d\xb5\x3f\xad\x42\xdf\x2d\x6b\ \x71\x26\x3b\x87\xa0\xf1\x8f\xf3\xe1\xfb\xef\x70\x47\xa2\x84\xaf\ \x5e\x7b\x93\xc6\x80\x91\xbc\xf3\xe1\x42\xe2\x8c\xa9\xac\xdf\x7e\ \xa5\x48\x7a\x66\xb6\x7c\xb5\x90\xad\x95\x9e\x3c\x35\xff\x4d\x16\ \xcc\x99\x49\xa0\x28\x9f\xb5\x07\x2a\x18\xf5\xc4\x42\xde\x7b\xe1\ \x6e\x2a\xb7\x7e\xca\x8a\x54\x19\x2f\x7c\xf0\x3e\xe3\x23\x0d\x6c\ \x3d\x98\x4a\xe1\x91\x9f\x58\xf8\xdd\x31\x6e\x98\x36\x87\x99\xa3\ \x63\x10\xd9\xed\x58\x3b\x4a\xc9\x6a\x08\xe2\xe9\x57\x3f\xe4\xad\ \xd9\x53\xb0\xa6\x2f\xe3\xbd\x0d\xb9\xdc\xfe\xc2\x07\x3c\x7b\x73\ \x10\x07\x36\xee\xa0\xb9\xcb\x76\x5b\xc5\x17\x6f\xbe\x4d\xba\xa8\ \x07\xcf\x3f\xf7\x20\x91\x2a\x1b\x32\xc5\x05\x5a\x4e\x5b\x09\xe9\ \xd5\x6a\x1e\x5a\xf0\x21\xf3\x1e\xbe\x83\x8a\x0d\x1f\xf2\xfd\x09\ \x09\x4f\x2f\x7c\x9f\x59\x43\xb4\x6c\x5c\xb5\x9b\x76\x7d\x3e\xd5\ \xed\x62\x7a\xc4\x69\x29\xdf\xb5\x98\xf7\x56\x9e\x62\xc8\xfd\xcf\ \xf2\xc0\xcd\x7d\xf0\x0c\x4d\xc1\xcf\x54\xc8\xfb\x1f\x2f\x41\x39\ \xe4\x61\x3e\x78\x79\x26\x1d\xc7\x76\x90\x55\x54\xc9\xc1\x7d\xbb\ \x71\xbf\x71\x06\xef\xbe\x3d\x9f\x21\xe1\xe7\xbd\x64\x6a\x38\x93\ \x95\x83\x32\x50\x47\xd3\xf1\x5d\x9c\xa9\xd7\x32\xf7\xbd\x0f\x99\ \xd6\x57\xc1\xda\xcd\x7b\xb9\x30\xf8\x6a\xe6\x89\x1c\x8c\x72\x3f\ \x1c\xd5\xa7\xc8\x57\x24\xf2\xdc\xbb\x9f\x30\xef\xfe\xdb\xf0\x96\ \x76\x89\xf1\xd4\xd5\xb7\x20\x00\xf6\xef\xdc\xc2\xf1\xac\x5a\x1c\ \x02\xc8\xdc\xb5\x81\x1a\x55\x24\x3a\x61\x39\x67\x5b\xc4\xa8\x44\ \xad\x64\xe4\x57\x31\xee\xa9\x57\x78\xf7\xad\xe7\x48\x70\x6a\x26\ \xab\xc4\xc0\xf4\x39\x0b\x78\xe3\xf9\x29\x14\xed\xdf\xcc\xb1\xca\ \xee\x72\x2b\x0e\xaf\xe0\xfd\xf5\x79\x4c\x7c\xf2\x4d\x5e\x79\xe0\ \x06\x0e\x6c\x5a\x45\x61\x87\x85\x93\xbf\xec\xc2\x6b\xe0\xbd\x7c\ \xfc\xc1\xf3\xc8\x4a\xf6\xb1\x23\xbb\x8d\xb2\xed\x8b\x59\xfa\x5b\ \x33\x0f\x2d\xfc\x88\x19\xd7\x29\xf9\x79\xd3\x61\xba\x64\xb5\xe6\ \x0c\x3e\xfc\xe8\x1b\xdc\x86\x3e\xcc\x47\x6f\x3c\x89\x3c\x6f\x13\ \x3b\xb3\x9a\xa9\x4c\xcb\x44\x19\x7f\x2b\xef\xbf\xfb\x06\xd3\x47\ \x45\xff\xe5\x56\xf1\x9f\xee\x20\xd2\x6e\x07\xdb\x1f\x70\xd9\xaf\ \x71\xec\xcb\xa9\xbd\x9c\xf4\x0a\x05\xfd\xfb\xf7\x47\x26\x52\xa1\ \x51\xbb\xe3\x44\x0d\xeb\x36\x1f\x22\x61\xca\xd3\x0c\x8b\xf2\xa6\ \xb2\xa2\x94\xe0\xde\x11\x64\x1f\xfc\x15\x5b\xca\x6d\x4c\xbb\x31\ \x06\x37\x37\x57\xa4\x62\x33\x79\xd9\xe5\x9c\xda\xbf\x9d\x1a\xed\ \x30\x66\x4f\xe9\x0b\x98\x49\xcb\x2f\xc1\xbb\x47\x12\x94\xa7\x51\ \x2f\xf3\xa4\x5f\x0f\x0d\x32\x85\x0a\xb5\x5a\x8b\xb4\x3e\x8b\x8d\ \x3b\x0b\x98\xf4\xd8\xa3\xc4\xf9\xa8\xd1\x97\xb6\x11\x1b\x15\xd3\ \x95\xfd\xc6\x5a\x9c\x47\x9d\x41\x4b\xef\x70\x0d\x34\x17\x93\xd3\ \xe4\x46\x62\xa4\x17\x79\x59\x59\xb8\x26\xf6\x26\x48\x29\xc2\xd7\ \xbf\x33\xd2\x5e\xd7\x70\x5a\xf4\xe4\x15\x36\x93\x94\x10\x81\x08\ \xa8\xcd\xdc\xc7\x31\x53\x38\xd3\x27\x0f\xc2\x49\xa6\x41\xe7\xea\ \x7c\x59\xde\xcf\x4e\xa3\x70\x2a\x7b\x4e\x99\xb8\xe7\x81\x69\x84\ \x78\xaa\x71\x75\x51\xd0\x51\x78\x0a\x93\x26\x84\x9e\xd1\x2a\xb0\ \x94\xb3\x63\xff\x31\xdc\x42\x7c\xc9\xd8\xba\x82\xdd\xf9\x52\x46\ \x27\xeb\xd8\xb1\x7e\x37\xfd\xa6\x3e\xc2\x90\x18\x4f\x2a\x73\x1b\ \x08\x8e\xec\x85\xa3\xf4\x38\xed\x9e\xc1\x84\xfb\xcb\x00\x13\xbb\ \xd6\xef\x41\xa8\x0d\xa6\x2d\x63\x33\x3f\xee\x29\x26\x79\xd8\x60\ \x54\xe7\x8a\xad\x3a\xb0\x89\x0c\x53\x04\xcf\x3c\x34\x02\xb7\x8e\ \x7a\x1a\x4c\xfe\xa4\x04\x77\x3b\xc8\x35\x17\x9f\xa6\x49\xee\x4b\ \x42\xb0\x0c\x2c\xf9\x6c\x3f\x52\xc8\xc8\x99\xf7\x12\xe0\x2c\xc3\ \xd5\x5d\x87\x52\x21\xa4\x3c\x3b\x8f\x0e\x45\x1c\xd1\xca\x26\x56\ \x6e\x39\x41\xdf\xe9\xcf\x30\x20\xc4\x9d\x92\xb2\x52\x7c\x7a\xc6\ \x50\x79\x78\x17\x67\xaa\x14\xf8\x8a\xca\xf8\xf1\xc7\xf5\x48\x12\ \x87\x10\x2a\x6f\xa1\xb0\x42\xcc\xf5\x3d\xa2\x91\x3b\xc9\x91\x89\ \x3b\xfb\xc4\x51\x55\x42\x55\x93\x9a\xde\xe1\x2a\x52\xcf\x94\xa0\ \x8b\xbe\x01\x2f\xb1\x08\x17\xb5\x12\x95\xb3\xe2\x02\xd5\x5b\x4f\ \x7a\x55\x0b\x11\xbd\x62\xa8\x3e\x95\x8a\xdc\x2b\x92\x28\xb5\x00\ \x84\xdd\x7d\x2b\x75\x71\x43\x2e\x16\x52\x9e\x7b\x92\x13\x55\x42\ \x42\x63\x83\x69\x29\xcb\x64\xdd\xde\x0a\xc6\x4c\x1a\x8f\x31\xf7\ \x24\x6e\xa1\x91\x38\xb7\x97\x52\xdc\xa0\x21\x39\xbc\x13\x0c\xd5\ \x54\x56\x40\x95\x23\x94\x1e\x51\x9e\xb8\x6a\x14\xb8\x2a\x95\xb8\ \x74\xf9\x12\x76\xb0\x67\xdb\x01\x12\x6f\xbe\x8b\x7e\x41\x4a\xd4\ \x1e\x1a\x5c\x9c\xe4\x18\x9a\xcb\xc8\xae\x55\xd1\x2b\x25\x09\xa1\ \x93\x1c\xa5\x4a\x8d\x46\x52\xc3\x86\x6d\xc7\x90\xfb\x87\x50\xf1\ \xdb\x6a\x36\x9c\x6e\x60\xe0\x4d\x3d\x38\x6f\xf6\xcf\xda\xb3\x9d\ \x3a\xcd\x60\x66\x0c\x8b\x44\xa2\x52\xe1\xae\x72\x46\x2e\x6c\x25\ \x35\xab\x0c\xef\xc4\x58\x14\x42\x10\x8b\x04\xd7\x98\xf6\x35\xfa\ \xf3\x52\x6b\x69\x2a\xf5\xce\x9e\xc4\x44\x49\x31\x17\xec\x60\x67\ \x56\x07\xfd\x92\x95\x94\x37\x1a\xf1\x0f\xf3\x06\x47\x0d\x99\x59\ \x2d\xc4\x85\xfa\xd0\xda\xa4\xc7\xd9\xe3\x02\xe7\xe8\xb6\x6c\x32\ \xda\x5d\x79\xe4\xe5\x27\xb0\xa5\x6f\x67\x5f\xa9\x1d\x6c\x7a\x8a\ \x4a\x0d\x24\xc5\xf9\x51\x9c\x96\x83\xd0\x2d\x9a\x70\x01\x54\x14\ \x66\xd0\xa0\x09\x45\x65\x6b\xa1\xa6\x43\x47\x94\xa7\x33\x98\x4b\ \x38\x5b\x2d\x20\x38\xbc\xdb\x7e\x58\x5b\x51\x41\x9b\xc4\x0f\x3f\ \x25\xd4\x17\x9e\xa6\x51\xa9\x23\x48\x6b\x25\x27\xaf\x86\xf8\xc4\ \x28\xa0\x8d\x75\x6b\x8e\xe1\x1b\xdd\xaf\xcb\x8f\xd7\x5a\x57\x4e\ \x49\xa3\x1b\xe1\x5e\x9d\x8e\xb9\x0d\xd5\xc5\xe0\xee\x89\x9b\x1c\ \x1c\x95\x07\xd8\x5d\x6a\x21\xa9\x67\x14\x60\xbd\xc8\x8e\x6b\x68\ \x6e\xa2\xd5\xe2\x82\xd6\xb9\x5b\xca\xcd\x4b\x2d\xc2\xc5\x2b\xae\ \xd3\xa7\xb8\xae\x86\xa6\x76\x31\xae\xb4\xd3\x22\xf4\xe6\xee\xd9\ \x73\xb9\x39\xd1\x95\x92\x0a\x08\xf1\xf1\x03\xaa\x38\x59\xd1\x46\ \x48\x4a\x38\x95\xa9\x39\x68\xbc\x43\xe8\xec\x9d\x66\xca\x9a\x6c\ \x28\x9c\x05\x34\xb6\x88\x18\x3a\xfd\x19\x1e\x9d\x90\xdc\x55\x46\ \x55\x51\x15\x12\x55\x28\x1a\x20\x3f\x37\x8d\x56\xef\x70\x7c\xbb\ \x5d\xc3\x29\x48\xcd\x41\xee\x13\xdf\xe9\xe7\x5c\x57\x4d\x63\xbb\ \x98\x50\x3f\x67\xa0\x85\xbd\x3b\x0f\x13\xda\x33\x8a\xba\xca\x42\ \x04\x21\xd1\x38\x99\x6b\xa8\x32\x38\xf0\x0f\xf5\x00\x5b\x25\x99\ \x39\x4d\x24\x45\x79\x53\x53\xa3\x47\xa8\x72\xa5\xad\xbe\x19\xef\ \x9e\xb7\x30\xef\xd9\xa9\xc8\x1a\x72\x28\x13\xfa\x13\xec\x79\xb1\ \x3f\x7b\x65\x49\x2e\xf5\x6e\x11\x04\x3b\xb7\x93\x51\xa6\x27\x38\ \x39\x14\xb0\x91\x9b\x56\x4a\x58\x58\x78\x77\x3a\xb9\xea\x02\xaa\ \x5b\x9c\x48\x0e\x57\x70\x36\xa3\x1a\x77\xbf\xd8\xcb\x52\xcd\xc9\ \x9d\xb5\x28\x8d\xe5\xfc\xf4\xfd\x66\x82\x47\x4c\xa7\x9f\x77\x33\ \xdf\x7e\xf6\x25\x1d\xe1\x23\x19\x15\x21\xe7\x74\x6a\x1d\xc1\xe1\ \x71\x74\x54\x66\x52\xab\x0a\xc0\xeb\x5c\xe6\xfa\xb2\xc2\x0c\x44\ \x81\xc1\x78\xc9\x41\x9f\x9a\x86\x4d\xe1\x4f\x97\x22\x60\x6d\xa3\ \xb2\xd2\x8e\xaf\x47\xa7\x99\xe6\xd0\x96\x5d\xc8\xfd\x7b\xe2\xd1\ \x7e\x86\x2a\x27\x2d\xa1\x21\x40\x71\x26\x75\x1d\x1a\xe2\xb5\x26\ \x2a\xda\xcc\x28\x65\x46\x1a\x4c\xae\x4c\x9c\x35\x97\xe9\x43\xba\ \x31\x03\xa5\x15\x75\x48\xbc\x02\x91\x01\xb5\xa9\x07\x38\xdd\xec\ \x4f\xb2\xbb\x95\xdc\xd2\x56\x62\xc3\x7d\xfe\xb2\xeb\xf8\x9a\x37\ \xed\x55\x44\x35\x39\x79\xd4\x14\xe5\xb0\xee\xb3\x0f\x28\x49\xcf\ \x23\x79\xca\xa3\x0c\x88\x0e\xa1\xd4\xc3\x89\x4d\x1f\xbf\x4d\x7d\ \xb0\x95\xfd\xa5\x0e\x12\x95\x3a\x62\x7a\xf5\x63\xed\xa7\xdf\xb2\ \xb0\xee\x38\x1e\xde\xf1\x0c\xf0\x2a\xa4\xd6\xe0\xce\x88\x91\x13\ \x09\xd3\x9f\xe2\xe3\xcf\xbf\x25\x78\x46\x18\xf9\x2d\x5a\x6e\xf3\ \x91\x72\x64\xc5\x59\x5c\xa3\x1f\x3c\xa7\x56\x1f\xc7\xc5\xff\x56\ \x82\xc2\x82\xf1\x93\xe6\xb3\x68\xd1\x97\x04\x98\x33\xc8\xb6\x69\ \x98\x1e\xda\xbd\xf4\xdd\xbc\x03\x70\x69\xfe\x85\x8f\x3e\x5a\x84\ \x35\xf7\x20\x36\x97\xbe\x08\x8d\x0d\xe4\x9e\xad\xa2\xc5\xbe\x9e\ \x37\xb7\x15\x50\xa3\xbc\x9e\x39\x77\xf6\xed\xfa\x8d\x48\xae\x44\ \x61\x2b\x63\xd9\xa2\xb7\xc9\x19\x3c\x94\x81\xe1\x7d\x51\xae\xf8\ \x96\xcf\x3e\x31\xd1\x9a\x77\x86\x80\xe1\xf7\x33\xdc\x23\x9d\x67\ \x9e\x58\xc9\xf8\xe7\xdf\xe6\xfa\x73\xdc\xde\x29\x30\x86\x44\xff\ \x95\x7c\xbc\x70\x21\x31\x7e\x6a\x92\x86\x0f\xe6\x54\x6e\x39\xde\ \xc3\xce\xa9\xc7\x1e\xa1\x24\x45\x79\x91\xa9\xaf\xa5\x49\x6e\xa5\ \xa2\xb4\x9a\x84\xc0\x10\x12\x82\x6d\xac\x5c\xf2\x0e\x05\xbe\x26\ \xd2\x2b\xdb\xe8\xad\x56\xe0\xe2\xea\x42\xe1\xee\xf5\xbc\x2b\xd6\ \x33\x6c\xf4\x78\x06\x5c\x17\xca\x8a\x2c\x3d\x2d\x2d\x62\xda\x2a\ \xaa\x89\x8f\x0d\x46\x72\x4e\x1c\x0a\x8a\x8f\xc5\xbc\x73\x3d\xef\ \x7e\x59\x47\xd3\xc9\x7d\x88\xa3\x26\x5f\xc0\xfc\xda\x38\x95\xa7\ \xc7\x6f\xd0\x39\xa0\x8c\x2e\x84\x70\x5f\x2b\xdf\x7d\xf0\x01\xfb\ \x85\x15\x14\x48\x7b\x33\x7f\x54\x12\x8d\x3b\x0e\x52\xf7\xeb\xaf\ \x64\x1b\x9e\x20\xc1\x5b\xc2\xea\xf7\xdf\xa2\x32\xd0\xc4\xe1\x52\ \x11\xbd\x64\x4a\xa2\xe3\xe3\xf1\xdc\xb7\x93\xda\xc6\x66\x4c\x46\ \x0b\x0d\x1d\xbd\x68\x49\x3b\x82\xd0\x37\x11\xef\x4b\xd0\x30\xb9\ \xa9\x27\x70\x0d\x1d\x8b\xac\x21\x97\x9c\x52\x21\x77\x85\xfa\x80\ \x21\x97\xa3\xf9\x16\x06\xdd\xd6\x0d\x40\x2a\x39\x7b\x86\x6a\x61\ \x30\x21\x2e\x22\x9a\x55\x72\x32\xf7\x7c\xcf\x27\x96\x33\x0c\xb8\ \xe5\x0e\x12\xcf\xc5\x46\x51\xa8\xbd\x91\xe4\xee\xe2\x6c\xc2\x33\ \xbc\x32\xf8\x3a\x56\xac\x7f\x83\x43\xe5\x51\x7c\xfb\xfc\x78\x30\ \x67\x71\xac\xdc\xc0\xf0\xd8\x40\x9c\x3a\xd2\xb0\x16\x6f\xe5\xb3\ \xb7\x45\x0c\xbd\x69\x00\x65\xa7\x8a\xf0\x8f\x1a\x89\x14\x38\x7a\ \x24\x0b\xa9\xdf\x44\xba\x42\x50\x89\x35\x24\x26\xa8\x58\xf5\xd3\ \xc7\x34\x1e\x86\xf4\x62\x17\x1e\x5c\x30\x86\xb2\xf5\xcf\x21\xd6\ \xf4\x20\x00\xc8\x3c\x95\x4a\x83\x73\x08\x81\xba\x48\x7a\x44\x07\ \xb1\xaf\xae\x96\x16\x35\xd8\xaa\xab\x88\x89\xf6\xed\x92\xb4\x63\ \x12\x62\x58\xfd\xd5\x2a\x3e\xfc\xfc\x0c\x25\x67\x72\x19\x72\xcf\ \x73\x78\x99\x8b\x29\x6c\xd7\x32\xda\xdb\xed\x2f\xbb\x8e\x45\x8f\ \x3c\xfc\xf0\xfc\xab\x89\x71\x49\xa5\x52\x7e\xdb\xb7\x8f\xca\xca\ \x0a\xb4\x5a\xdd\x65\xaa\xb4\xcd\x66\x23\x22\x3c\x8c\xc0\xa0\xe0\ \xae\xcc\xd6\x17\x5e\x42\xa1\x90\x96\x96\x66\x9c\x9c\x9c\x50\xba\ \xaa\x70\x38\xec\x9d\xf7\x9a\x9b\x50\xb9\xa9\xff\x7e\x32\xdb\xff\ \x32\xc9\xdc\x7c\xf0\xf7\xf3\x44\xae\xf4\x62\xd8\xad\x77\x32\xb2\ \x67\x20\x20\x26\x26\x21\x0e\xb5\xc4\x8a\x32\xa8\x07\xe3\xc7\x0d\ \x24\xd0\x53\x8b\x77\x68\x2c\x71\x21\x6a\x2c\x56\x11\x01\xe1\x11\ \xf8\xfb\xfa\x13\x1e\x9b\x42\x88\x97\x1b\x9e\xe1\x71\xf8\xaa\x5c\ \x50\x7b\x7a\x13\x9e\x98\x48\xa4\x9f\x1a\x67\x95\x27\x29\xc9\x71\ \x68\x14\x12\x24\x0a\x0f\x12\x13\xe3\xd0\x6a\x3c\x48\xec\x99\x84\ \x52\x62\xa5\xe8\xd4\x31\x6c\xfe\xc3\xb9\x63\x40\xb7\x24\x24\xd1\ \xf8\x13\x1b\xe9\x83\xcd\x26\xa5\xe7\x4d\xe3\x19\x7a\x7d\x0f\x24\ \x0d\xa9\x6c\x3d\x5e\x4d\xca\x80\xbe\x24\xf4\x1c\xc2\x5d\xb7\x0d\ \x43\x23\xed\x56\x61\x05\x4e\x1a\x62\x63\x03\x91\x88\xa4\x78\x07\ \x86\x13\x1b\x19\x4f\x8f\x68\x0f\x4c\x26\x88\x1b\x7c\x1b\x77\x0e\ \x8d\xe6\xec\xa6\xef\x39\xd4\x1c\xca\x5d\x63\x92\xba\x19\xa4\xd8\ \x95\x84\xe4\x64\x5c\x85\x66\xa4\x6a\x7f\xa2\x42\x03\xf0\x0f\x0a\ \x25\x39\x3e\x02\x95\x4c\x04\x42\x17\x12\x12\x13\x70\xc6\x80\x55\ \xec\x4a\x50\x68\x18\x9e\x1a\x37\xc2\x93\x93\x70\x15\x58\x50\x85\ \xf6\xe2\xe6\x11\x43\x09\xf5\xd2\x10\x10\x13\x8b\x9f\x5a\x81\x4c\ \xe9\x49\x78\x44\x18\xf1\xbd\x7a\xe0\x25\xb7\xd2\x61\x95\xe2\x1b\ \x1c\x46\x90\x97\x1b\xe7\xb5\x6e\x27\x9f\x48\xa2\x43\x74\x58\xec\ \x0a\xae\xbb\x69\x02\x83\x12\xc3\xd1\xaa\x95\x9d\x2a\xae\x3e\x95\ \xe5\x9b\xd2\x19\x7c\xeb\x04\xfc\x95\x22\x10\x2a\x49\x88\x4f\x40\ \x61\x37\xa2\x0a\xbb\x8e\x3b\x26\x8f\x47\x27\x01\x77\xff\x08\xc2\ \x7d\x5c\x70\xf1\x8c\x64\x40\xaf\x38\x94\x42\x0b\xaa\xa0\x1e\x8c\ \x1b\x7f\x23\x81\x3a\x0d\x9a\x80\x68\x62\x43\x34\x18\xda\x8c\xa8\ \x3c\x03\x09\x0b\xf6\xc1\xc5\x59\x43\x5c\x62\x12\xde\x6a\xe7\x8b\ \x4e\x8d\x24\x72\x2d\x49\x49\x09\xb8\x3b\xcb\xf1\x08\x49\x20\x2e\ \xcc\x03\x89\xc3\x8e\x26\x28\x9a\xa4\x58\x3f\x9c\xce\x2d\x07\xbb\ \xc4\x99\xf0\xa4\x24\x82\x75\xae\xf8\x47\x46\xe1\xed\x26\x45\xae\ \xf6\x23\x32\x2c\x00\x17\xc9\xb9\xc6\x49\x9c\xf0\x8f\x48\x64\xf8\ \x98\x41\x68\x15\x52\x34\xbe\xa1\x0c\x1d\x35\x82\x38\x1f\x17\x30\ \xdb\xd0\x05\x45\x93\x18\xe1\x8d\xd2\x3d\x90\xb8\x20\x77\x44\x52\ \x25\x41\xe1\xa1\xf8\x05\x44\x90\x98\x18\x8b\xda\x19\x44\xae\x1e\ \x24\xf5\x4a\x40\xa7\x94\x76\x29\xff\x41\x09\x3d\xf0\x94\x59\x11\ \xb8\x85\x73\xeb\xb4\xc9\x44\xb9\x49\xb0\x4b\xdd\x89\xeb\x91\x82\ \x87\xda\x09\xbb\x4c\x49\x4c\x4a\x12\xbe\xee\x4a\xa2\x93\x13\x50\ \x0b\xcd\x98\x1c\x0a\x02\x42\xc3\xf1\xd3\xba\x76\x99\x0f\x54\x81\ \xd1\x44\x05\xba\x61\xb0\x3a\x31\x70\xec\x14\x46\x24\xfb\x72\x76\ \xd7\x72\x4e\x98\x43\xb9\x75\x68\x3c\xff\x2e\x8c\x4e\x5d\xad\x1e\ \xa5\xd2\xf5\xb2\x24\xcb\x7f\x94\xbf\xc6\x9f\x2a\xf6\xc8\x7f\x82\ \xae\xe6\xd8\x23\xff\x59\xb2\x71\x62\xe3\xd7\xec\x2b\x17\xa3\x93\ \x34\x71\x3a\xab\x81\x71\x8f\xbf\xc0\xa0\xa0\xbf\xdf\x3f\xa9\xcb\ \x5e\xe4\xeb\xe2\x58\x3e\x79\x71\xca\xef\xf4\x20\x6a\x63\xf7\xda\ \xcd\x38\x27\x8f\xa2\x4f\x88\xea\x4f\xdd\x43\x69\x1b\x3f\x63\x63\ \x65\x08\xcf\xcd\x1a\x89\xf4\xda\x84\xf9\xf7\x93\xa9\x9c\x2f\x16\ \x7e\x89\xcf\xd8\xc7\x19\x9b\xa4\xfd\xb7\x15\x73\x55\xc7\x1e\xb9\ \x46\x7f\x65\x12\xe2\x17\xdd\x8b\x58\x71\x05\x36\x51\x28\x0f\x8f\ \xef\x41\x98\xc7\xff\xbf\xa1\xf9\xf4\x9e\xc4\x43\xfd\xfc\xfe\x05\ \x97\x4f\x17\x06\x4f\x9c\xf2\x97\xd8\xd4\xfc\xfb\xdc\xc2\xe3\xae\ \x9e\xd7\x18\xf6\x7f\x88\xec\x28\x19\x77\xdf\xe3\x78\x7a\x6b\xff\ \xd2\xed\x10\x3b\x5f\x65\x92\xa1\x8b\x8b\x0b\x62\x91\xe8\x77\x66\ \x8e\xfe\x1f\x24\x87\x99\xba\x9a\x3a\xe4\xee\x5e\xb8\x48\xfe\x48\ \xc9\x40\x80\x57\x44\x0a\x23\x22\x52\xfe\x9e\xa6\x47\x75\x59\x05\ \x52\xad\x3f\x9a\x73\xe1\xf4\x3c\x22\x12\xf0\x30\xb7\x51\x5d\x51\ \x8b\xbb\x8f\x0e\xc9\xff\x2c\x4a\x4a\x84\xc6\xeb\x1f\x3b\x0c\xb3\ \xb4\x37\x51\xdb\x06\x5e\x9e\x6e\xdd\x9e\x03\x0e\x2b\x75\x55\x7a\ \x64\x1a\x4f\x94\xf2\x7f\x25\xfb\xa1\x83\xd6\x86\x5a\xcc\x32\x35\ \xee\xce\xff\xac\xc1\xc0\x46\x63\xb5\x1e\x91\x4a\x87\xab\xd3\xef\ \x93\xff\x1c\x96\x66\xca\x2a\x5b\xd0\xf9\xfb\xe3\x74\xc1\xf4\x33\ \xb7\xd4\x51\x6f\x94\xe2\xed\xe1\xfa\xc7\x89\x11\x32\x15\xde\xe7\ \xe2\x78\xb5\xd7\xd7\x60\x10\xb9\xa2\x75\xfb\xeb\x25\x21\x13\xbf\ \xba\xe0\x95\xab\x8a\x47\x89\x44\x22\x72\x73\xb2\x91\xc9\xa4\x57\ \xa7\x1f\xb7\xa5\x95\xc2\x82\x6a\x74\x21\x61\x28\xa5\x02\xac\xa5\ \x47\xf9\xe4\xb3\xfd\x4c\x7d\xe9\x05\xc2\xff\x60\x23\x5f\xe5\x99\ \x1d\xfc\xb0\x66\x0f\x6d\x2e\xa1\xdc\x71\xcf\x3d\x44\xeb\x2e\x61\ \x2e\x35\x67\x58\xf4\xee\x2a\x6e\x9e\xfb\x3a\x9a\x0b\xd6\x4e\xf1\ \xe1\xf5\x7c\x7e\x40\xc2\xbc\xb9\x93\xf9\x6b\xc5\x06\x72\x60\xee\ \x68\xa1\xa9\xd5\x80\x43\x28\x45\xa5\x56\x23\x17\xff\xeb\xbb\xce\ \xc9\xad\x5f\xf2\x73\x47\x1f\xe6\x4f\x1f\xd4\x3d\x8c\xb5\xe9\x7c\ \xf4\xfe\x36\xee\x78\xe1\x69\x5a\xb6\x7d\x41\x9e\x76\x04\x53\x07\ \x84\xfe\x8e\xf9\x50\xce\xd2\x8f\x3e\x22\xe8\x8e\x17\x19\x13\xf9\ \xf7\x0f\xe7\xec\xe6\x66\xf2\x4a\xeb\xf0\x09\x0a\x45\x29\x06\x7b\ \x43\x36\x9f\xbc\xbb\x86\x11\x4f\xce\xa5\xb7\xef\x95\xf6\xe4\x26\ \x76\xae\x59\xca\xce\xb4\x1a\x82\x6f\x18\xc7\xf4\x31\x7d\x2e\xcb\ \x72\xaf\x3f\xb6\x8e\x4f\x7e\x31\xf2\xc2\xab\xb3\x2e\x8a\x20\xb8\ \xe7\xc7\x45\xa4\xa9\x6f\x66\xce\xe4\xa4\x3f\x44\xc6\xae\x2e\x2a\ \xc4\xaa\xf4\xc3\x4f\x2b\x07\x9a\x59\xf9\xe9\xc7\x38\x0f\x7f\x9c\ \xc9\x7d\xff\x82\x4c\xfb\xc4\xf1\x63\x57\x97\x60\xe9\x70\x20\x93\ \x4a\x71\x56\x2a\xaf\xec\xcf\xfb\x3f\x4e\xb5\xa9\xbf\xf0\xfe\x8a\ \x6a\x5e\x59\xf8\x28\x00\x85\x99\xe9\xe8\x65\x81\xf8\x2b\xff\x60\ \xe5\xbf\xe6\x28\x8b\xbe\xdd\x45\x8f\x49\x77\x11\xab\x73\xc6\xd3\ \xed\xf2\xbe\xae\xc8\xcb\xa4\xcc\xe6\x43\xa0\xbb\xe4\xa2\x05\x96\ \x93\x71\x12\x81\xcf\x04\xfe\x6a\x3a\xa0\xb5\x26\x9d\x97\x66\x2f\ \xa0\xd9\x23\x12\x57\x7b\x23\x06\xe7\x18\x1e\x7a\xf2\x21\xa2\xdd\ \xff\x15\x0d\xa6\x95\xac\x53\x39\x78\xdc\x78\xcb\x45\x26\xa3\xfa\ \xc2\xe3\x94\xa3\xc0\x5b\x23\x47\xa0\xf3\xc5\x47\xad\xf8\x5d\x5f\ \x37\x95\xe6\x92\x53\x2e\xe5\xa6\x7f\xc0\x9b\xa2\xfa\xf8\x4f\x7c\ \xba\xc3\xce\x82\x57\x3a\x37\x87\xda\xa2\x93\x94\x0a\x54\xf8\xfb\ \x5e\x59\xca\x3e\xb9\x71\x31\x3f\x17\x79\x72\xcf\xbd\x23\x51\x2a\ \xdd\xaf\xb8\x01\xa7\x9f\xca\xc1\xae\xbb\x09\xf5\x45\x77\xcb\x39\ \x9d\x5b\x84\xd7\x54\xdf\x3f\x66\x60\x4c\x85\x2c\xfa\xf8\x73\xfa\ \x3c\xf6\x0e\x7e\x5a\xa0\x3e\x93\x74\xbd\x89\xc9\x51\x1e\x7f\x4d\ \xf3\x48\x54\x54\x34\x57\x23\x9d\x3f\x54\x74\x5c\x65\x76\x92\x92\ \xb2\x1c\xf2\x73\x33\x78\xf3\x55\x3b\x53\x67\xdc\x41\xb3\xbe\x80\ \x92\xbc\x66\xe6\xbd\x90\x43\x78\xdf\x71\xdc\x73\xd2\x58\xb1\x9a\ \x00\x00\x20\x00\x49\x44\x41\x54\x73\x0f\x44\xd8\xc8\xd8\xb3\x86\ \xf5\xbf\x9e\xc2\xe8\x1c\xc4\x9d\x0f\xcc\x24\x46\x52\xc6\x0f\x4b\ \x57\x70\xa6\xac\x95\xd0\xbe\x13\x78\x70\x42\x6f\xf4\x99\xfb\xf8\ \x71\xcd\x0e\xaa\x8d\xce\x0c\xb9\x7d\x3a\xc3\x2f\xc8\xae\x5e\x7c\ \x74\x3f\x99\x25\x25\xb0\x7b\x37\x81\x0f\x3e\x80\x47\xc9\x01\x3e\ \x58\xf9\x0b\xe5\xad\x12\x06\x4e\xbc\x87\xb1\xbd\x03\x28\xc8\xcf\ \xc2\x2d\x66\x20\x5a\x11\x58\x1b\x8b\xd8\xb0\x66\x3d\x67\x4b\x2b\ \x48\xcf\x68\xe4\x8e\x97\x62\xc1\xd1\xc0\x96\xa5\xdf\x73\x20\xbd\ \x02\xcf\xc4\xa1\xdc\x77\xf7\x4d\xc8\x1b\xb3\x59\xfa\xed\x2a\xb2\ \xab\xcd\x24\x0f\xbd\x8d\x29\xc3\x13\x11\x00\x1d\xfa\x74\x96\x7d\ \xbf\x81\xa2\xda\x36\x9c\x7c\x92\xb8\xf7\xbe\xc9\xf8\x2a\x04\x98\ \xea\xf2\xd9\xb4\x6e\x23\x67\x8a\x6a\x70\xb8\x84\xf3\xe0\xd3\x33\ \x11\x64\xee\x60\xd9\xe6\xfd\x34\x1a\x44\x84\x25\x25\x21\xd1\x67\ \x72\xa6\xdc\xc8\xf5\x13\x67\x32\xa1\x4f\x20\xd0\xce\xe1\x4d\x2b\ \xd8\x76\x28\x17\x91\x67\x12\x33\xef\xbf\x03\xf7\x96\x54\x96\xfe\ \xb0\x8e\x82\x3a\x1b\x09\x23\xef\xe6\xae\x1b\x23\xaf\xb0\x09\x1d\ \xa1\xd6\x77\x28\x6f\xbf\xf5\x20\x5a\x53\x1e\x4f\x4d\x5b\xc0\xfe\ \xa3\xbd\x38\x5d\x9d\x4e\xd4\xb8\x99\xa4\xb8\xb7\xb3\x75\xe9\x57\ \x18\xe3\x6f\x67\x62\x8a\x77\x97\x74\x5e\x74\x72\x07\x1b\xb7\x1f\ \xa2\xb2\xb1\x83\xc0\x1b\xa6\xf0\xd0\xd8\x14\xda\xca\xd2\x58\xb3\ \x76\x1b\x45\x95\xe5\xa4\x97\x29\x99\x1d\x1d\x0e\xb4\x73\x68\xe3\ \x6a\x76\xa7\x16\x50\x9c\x93\x8d\xff\xe0\x27\x51\x76\x14\xb2\x36\ \xd3\xc2\xcd\xf7\x78\x53\x76\x7a\x2b\x3f\x6e\x3a\x42\x7d\xab\x99\ \x88\x1b\x26\x30\x7d\x5c\x1f\x24\x80\x3e\xfb\x00\x6b\x36\xed\xa6\ \x44\xdf\x86\x5f\xf2\x50\xee\xbd\x73\x38\xe7\x59\x7c\x79\x59\x01\ \xc5\xb5\xe5\x2c\x7d\xe7\x25\x64\xba\x18\xee\xb9\x6f\x0a\x7e\x4e\ \x50\x79\x66\x27\xcb\xd7\xed\xa2\xc6\xec\xcc\xe0\x49\xf7\x32\x32\ \xc9\x9b\xd2\xf4\x5c\x8a\xd2\x2a\x79\xf7\xcd\x76\xc6\xdf\xf7\x34\ \xca\xbc\x5c\xf4\x05\x85\x7c\xf4\xe2\x5c\x7c\x13\x46\x30\xe3\xb6\ \x1b\x70\xee\xda\x59\x1a\xf9\x6d\x4f\x2a\x15\x16\x5f\x0e\x1e\xf7\ \xe3\xde\x3b\x03\x39\xb2\x66\x31\x5b\x8f\xe5\x20\xf1\x4e\x66\xfa\ \xcc\xa9\x04\x29\xeb\xc8\xac\xac\x27\x7c\x4c\xa7\xab\x61\x6d\xee\ \x61\xd6\x6d\xde\x43\x59\x55\x31\x67\xf5\x5e\xbc\x1d\xa5\xc3\x54\ \x75\x86\xef\x97\x6d\x20\x4f\x6f\x21\x65\xd4\x1d\x4c\xbe\x31\x9a\ \xfc\x83\x3f\xb1\xf2\xe7\x93\xb4\xca\xc3\x99\x76\xd7\x28\x2a\x0f\ \xae\x61\x57\x5a\x05\xae\xe1\x37\x30\xf3\xae\x9b\xd1\x5d\x22\xce\ \x5b\xcb\xb3\x29\x2a\xcb\xa5\xea\xb3\x97\xd1\x8f\xbc\x9f\x5b\xd4\ \x45\xd4\x94\xe7\xb2\xea\xed\xe7\xd8\xe9\x97\xc2\x3d\xf7\x4c\xc2\ \x57\x01\xf5\xf9\x87\x58\xb1\xfa\x17\x8a\x9b\xc5\x0c\xb8\x65\x1a\ \x63\xfb\x04\xfe\x39\x79\x97\x44\x2a\xe5\x6a\xbc\x44\x62\xf1\x55\ \xc7\xb0\xa1\x9d\xec\xd4\x32\x06\xde\x76\x3f\x8f\xcf\x9a\x42\x94\ \xc6\x4a\x46\x6a\x13\xc3\x6e\x7d\x80\xe9\x23\xc3\x39\xb8\x62\x11\ \xc7\x9b\x20\x7f\xdb\x17\xbc\xbb\x32\x83\x21\x53\xa7\x13\x62\x3e\ \xc9\xb2\xed\xbf\xb1\xf1\x87\xcf\x39\x61\x8d\xe2\xa1\x87\x67\x32\ \xa8\x77\x24\xcd\x39\xbf\xb2\xe0\x9d\x95\x78\x0d\xbc\x9d\x11\xd1\ \x26\x96\xfc\xb8\x8e\xfa\xae\x72\x8c\x1c\x3b\x5b\x45\xef\xc9\xb3\ \x98\x75\xef\x1d\xf8\xd4\x1f\xe0\xa5\xb7\xbe\x43\xd9\xf3\x16\x6e\ \xef\xaf\xe6\xa7\x6f\x16\x53\xd4\x61\xa4\x34\xb7\x81\x98\x98\x38\ \x04\xa6\x42\x16\xbe\xf8\x1a\x67\x6d\x21\x8c\x1c\x9c\x82\xb3\xda\ \x87\x08\x3f\x19\xab\xde\x98\xc7\x6e\xbd\x17\x33\x66\x8e\x26\x6f\ \xf7\x0f\x6c\x2f\xb2\x53\xb6\x7f\x35\x07\xca\x9d\x98\x72\xef\x74\ \x6e\x88\x0f\xec\x92\x3e\x33\xb7\xaf\xe0\x58\xbd\x3b\xd3\xef\xbf\ \x1d\x7b\xd6\x06\xbe\xdb\x57\x04\xcd\x99\x2c\x9c\xf7\x06\xf9\xb2\ \x18\x46\x5c\x17\x42\x7e\x7a\x11\x0e\x7b\x33\x9b\xd7\xfc\x44\x7b\ \xc8\x50\x26\x0f\xd2\xb1\x6e\xe5\x2a\x1c\x09\xe3\x18\x1f\xef\xc4\ \xea\x2f\x7e\xa2\x1e\x38\xf8\xfd\xbb\x2c\xfe\xad\x89\x5b\xa7\xdd\ \x81\x73\xe1\x66\x36\xee\xd9\xcf\xaa\xc5\x8b\xa8\xf1\x18\xc8\xc3\ \x0f\xde\x45\xef\x48\xdd\x15\x7b\xb7\x34\xf5\x0c\x6d\x8d\x65\xec\ \xdb\xb2\x89\x2f\x3f\x5a\x86\xcb\x75\x63\x18\xd7\x4f\x4b\xea\xc1\ \x63\x94\x34\x02\x4d\x39\xec\xd8\x99\x8e\x4a\xdd\xed\xd5\x92\xf1\ \xf3\x22\x16\x7c\xb9\x8b\xf0\x1b\x46\x12\xae\xa8\x21\xaf\xb6\x95\ \xd6\xaa\xe3\xbc\x3c\xff\x53\x5a\x7d\xfa\x31\xec\xba\x00\x5c\xbc\ \x7c\x09\xf7\x17\xb0\xf9\xbd\x97\xf9\xe1\x48\x2b\xc3\xc6\x8d\xc0\ \xc3\xc5\x95\xe0\xf8\x38\x5a\xb3\x76\xb3\x27\xab\x0c\x99\xa8\x9d\ \x9f\x97\xaf\xc0\x1e\x3e\x94\x19\x13\x53\xd8\xbf\xf6\x6b\xf6\xd7\ \x40\xcb\xe9\x55\xcc\x7b\x67\x39\xae\x3d\xc6\x30\x20\xc0\x41\xea\ \xa9\xd2\x0b\x10\x75\x0e\x0a\x32\xce\xe0\x9d\x3c\x90\x3b\xef\xbe\ \x15\x71\xee\x56\x96\x6c\xc9\xc5\x52\xb8\x83\xd7\xdf\x5b\x8d\xef\ \xe0\x29\x8c\x4f\x92\xf3\xe3\x67\xcb\x68\xb0\xb7\x70\xaa\xb8\x83\ \x01\xd3\x9e\x64\xd6\x5d\x93\x49\xd4\x76\x70\xf8\x4c\x03\x49\x63\ \x1f\xe0\xde\x71\xbd\x38\xb3\x7a\x09\xfb\xb2\x9a\xba\xf5\xa5\xca\ \xd3\x54\x48\x82\x79\x78\xf6\xa3\xdc\x3a\x22\x91\xfd\xdf\xbd\xc6\ \x77\x47\x5b\xb8\x65\xda\x74\x3c\xaa\x76\xf2\xdd\xc6\x63\xd0\x5a\ \x43\x45\xad\x13\x3d\xa3\xfc\x68\x4e\xdf\xcc\xbc\x37\x96\x22\x8f\ \xbb\x91\xeb\x63\xfd\x70\x0b\x8e\x47\xd7\x91\xc7\xeb\xf3\x3f\xa2\ \x3d\x78\x08\x53\x86\xf9\xb2\x7e\xe5\x32\xf2\x9b\x1a\xf9\x79\xf9\ \x36\x5c\xe2\xc7\xf2\xc0\xf4\x9b\x69\x3a\xb0\x84\xe5\x27\xac\xdc\ \xf5\xd0\x2c\xc6\x0d\x8c\xe5\x4a\x66\xf9\x9c\xd4\x6c\x14\x61\xe3\ \x98\xfd\xc8\x2c\xc6\xf6\xf7\x26\xed\x64\x0e\x6e\x29\xb7\x32\x6b\ \xfa\x44\x2c\xa7\x36\xb1\x7e\x5f\x01\xb6\xba\xa3\x2c\x78\xf3\x1b\ \xe4\xc9\x13\xb8\xad\x87\x88\x35\xdf\x7f\x4f\xf5\x9f\x55\xe0\x74\ \x38\x3a\xe3\xdd\x5e\x8d\xd7\x55\x47\xad\xe5\x64\xea\x9d\xe8\x79\ \xfd\x0d\xf8\x7b\x7b\x20\xea\x28\x22\xcb\xa0\x63\xc0\xd0\x5e\x44\ \xf7\x4e\xc0\x47\xe7\x82\xad\x31\x8b\x95\x5b\x0e\x10\x37\xe6\x56\ \x82\xa8\xa1\x48\x2f\x20\x3a\xd8\x1f\x6f\x6f\x4f\xda\x0a\xce\x50\ \x62\xd4\x10\xe5\xa7\xe0\x97\xf5\x2b\xb1\xc5\x0d\x67\x50\x98\x8c\ \xbc\xfc\x7a\x42\x82\x42\xba\x92\xaf\xd2\x56\x42\x81\xde\x41\xdf\ \x3e\xbd\xf0\xf1\xd2\x72\x7a\xdb\x26\x14\xbd\xee\x62\xe6\x88\x1e\ \xf4\xec\xdf\x13\x95\xc8\x8a\xbe\xa6\x98\xdc\x66\x17\xe2\xa2\x7d\ \x38\xb9\xf6\x5b\x6a\x02\x47\xf3\xf2\x83\xe3\x09\x94\xb5\xe1\xea\ \x1f\x82\xac\x6e\x27\x1b\x73\x60\xdc\x2d\x83\x68\x2f\xca\xc1\x26\ \x0f\x20\x52\x67\xe5\xd4\xe9\x3a\x62\xfa\x8e\x26\x25\x32\x0c\xff\ \x2e\x95\xde\xc0\x99\x8c\x16\x92\xfa\x8f\x21\x32\x34\x99\xa8\x30\ \x1f\x24\x82\x0e\xf6\xfc\xb4\x9c\xa6\xa8\x49\x3c\x3f\x6d\x24\x5a\ \xb9\x11\x75\x52\x0a\x5a\x63\x35\x65\xf5\x72\x46\xde\x34\x88\xa4\ \xe4\x58\x02\x03\x43\xe8\x3d\x28\x8e\x7e\xc9\x89\x68\x15\x42\x3a\ \x4a\x4e\xb1\xee\xd7\x6c\x06\xdf\x32\x1e\x65\x6b\x09\x15\x26\x0d\ \xa1\x81\x01\x78\x7b\xbb\x53\x7e\x36\x8d\x7a\xa9\x0f\x91\x3e\x9a\ \x2b\x74\x6e\x23\xa7\x8b\x8c\x04\x45\x45\x23\x31\xb7\x51\x53\x56\ \x8a\xc1\x26\xc7\xd3\xcd\x0b\x3f\x17\x09\xe6\xc6\x26\x8a\x8e\xec\ \xc6\x1c\x36\x98\xbe\xe7\x33\xdd\x36\x67\xb0\x62\xdd\x29\xc6\x3d\ \xf6\x22\xa3\x6f\x88\xc7\xde\xee\x42\xdf\x48\x2f\xf6\xae\x58\x86\ \xfa\xc6\xfb\x79\x6c\xd2\x40\x5c\x3b\x4c\xf8\x05\x26\x20\xcc\x5b\ \xcf\xa6\x7c\x17\x9e\x99\xff\x28\x7d\x42\x24\xd8\xa4\x4a\xe2\x62\ \x5c\xc9\x4f\x2d\x20\x30\x3a\x05\x65\x47\x31\x39\x75\x1e\x0c\xbf\ \x71\x20\xd1\x7d\x7b\xe0\xe3\xe6\x8c\xad\xa3\x92\xe5\x2b\x76\x93\ \x78\xf7\x0b\x4c\x1d\x92\x82\x40\x20\xc6\x2f\x29\x89\xae\xa4\x2e\ \x36\x3d\x67\xb2\xed\x0c\x19\x75\x0b\xd1\xe1\x89\xf4\x0c\x0b\xc2\ \xd1\x52\xc9\xe6\xf5\xdb\xd1\x0d\x9b\xc9\x94\x01\x09\x5c\x97\x94\ \x84\x4e\x6c\xa4\xb1\x24\x8b\xb2\x36\x09\x03\x6f\x48\xc1\xcf\xcf\ \x17\x69\x6b\x2e\x39\xad\x42\x06\x8d\x1c\x48\x78\x62\x1f\x22\x74\ \x52\x2c\x17\x44\x0a\x2c\x49\xcb\x02\xcf\x64\xfa\x47\x06\xa0\xb1\ \x96\xb0\x79\x5f\x1d\x53\x1e\x7b\x84\x9e\xb1\xf1\xf4\x49\xf4\xc4\ \x68\x68\xa2\xbc\xb8\x80\x46\xd7\x28\x22\xdc\xda\x58\xb1\x7c\x23\ \x91\x93\x9e\x62\xda\x4d\x7d\x91\x99\x5b\x09\x8f\xf7\x27\x7b\xff\ \x4a\xf2\x5d\x53\x18\xdb\x2f\x90\xa2\xec\x12\x3c\x7d\x23\x71\x6a\ \xcb\x21\xc7\xee\xcb\x8d\xc3\xfb\x13\xe2\xe7\x85\x7f\x50\x20\xd4\ \x17\x93\x5e\x6e\x21\x32\x3c\x04\xc5\x65\x96\x28\x23\xe9\xf9\x25\ \x04\x5c\xd7\x97\x88\x20\x3f\x34\xb2\x56\x32\x8a\x2b\x49\x1a\x3a\ \x98\xf0\xc8\x5e\x24\x07\x69\x10\x58\xda\x38\xb0\x6e\x25\x86\x80\ \x41\xdc\x94\xe8\x46\x4e\xbe\x1e\x6d\x50\xcc\x25\x26\x9b\x3f\x11\ \xd3\xb6\xd9\x6c\x5c\x6d\x97\xe3\x2a\x75\x1d\x69\x29\x3f\x43\x83\ \xb3\x8e\xb0\x50\xc9\x39\x75\x34\x15\x9b\xda\x97\x08\x37\x68\xcf\ \xca\xa7\x45\x10\x4c\x80\xb5\x86\xca\x66\x23\xb5\x67\x7e\xe5\xa7\ \xed\x99\x5c\x77\xd7\xd3\x4c\xea\x17\x41\xef\x89\xcf\x30\xf7\x8e\ \x48\xbe\x5d\xf0\x22\x07\x33\x72\xd1\xd7\xb5\x60\xa9\x39\xcb\xca\ \x9f\xb6\xe3\xdc\xf3\x76\x9e\x99\x39\xaa\xcb\x75\xad\xa9\x24\x9f\ \x1a\x81\x2f\xc1\x5e\x0a\xa0\x99\xdc\x3c\x03\xb1\x91\x9d\x91\xd4\ \xf2\x0e\x1e\xc1\xa6\x0a\x47\xd7\x9e\x4e\x9d\xb3\x27\xe1\x9e\x0e\ \x32\xd3\xcb\x89\xeb\x11\x87\x00\xc8\x3e\x59\x8c\x36\x28\x09\x51\ \x59\x16\xed\x66\x03\xc7\xb6\xae\xe4\x60\xa9\x33\x0f\xcc\x7d\x91\ \x38\x45\x39\xa7\xeb\xcc\x84\x25\x06\x5f\xa2\x40\xe4\x93\xd5\x26\ \x20\x22\x29\x00\x6c\x65\x14\x97\x19\x48\xf4\x17\x92\x59\x5a\x43\ \xd4\x75\x89\x9d\xe5\xa6\xe5\x13\x1a\x1d\x85\xa1\x2a\x07\xbd\x34\ \x9c\x70\x0f\xa8\xce\xca\x44\xe8\xe4\x43\x18\x90\x53\x94\x83\x23\ \x24\x12\x71\x7d\x35\x8d\xad\x36\x0a\x0e\x6e\x62\xc3\x51\x3d\xe3\ \x1e\x9a\xc3\xf0\xf8\x40\x86\xdf\x3f\x9f\x87\x07\x4a\x79\xf7\xf9\ \xf9\x9c\xaa\xbe\x7c\xfe\x38\xfe\x8f\xbd\xf7\x0e\x8f\xa3\x3c\xd7\ \xff\x3f\x33\xdb\xbb\xda\xaa\x77\x59\x92\x2d\x59\x72\x37\xd8\x06\ \xdc\x4b\x4c\xef\x84\x9e\x40\x80\x10\x7a\x42\xca\x09\x84\x10\x48\ \x03\x02\xa1\x85\x1e\x7a\xb5\x01\x37\x6c\xdc\x7b\x93\x9b\x64\xf5\ \xb6\xea\xbd\x6e\xaf\x33\xfb\xfb\x43\xb2\x6c\x87\xef\x39\x3f\x72\ \x72\x02\x01\xf6\xbe\x2e\x95\x6b\x76\xa7\xbd\x33\x73\xbf\xcf\x3c\ \xe5\x7e\xba\x8f\x63\x0b\x46\x73\xc5\xcd\xd7\x72\xc1\x25\x57\x73\ \xc7\x55\x67\xd1\x73\x7c\x37\xdd\x18\xc8\x49\x54\xd0\x51\xb5\x95\ \x15\x5b\x9b\x39\x7b\xf9\xe2\x31\x5f\xbd\xa3\xb9\x91\x3e\x29\x9b\ \xd9\xb9\x66\xb0\xd7\x51\xe5\xb6\x90\x9d\xac\xa3\xa6\x36\xc0\xf4\ \xa2\x22\x20\xc4\xe1\xba\x01\x52\x8a\x26\x31\x50\x56\x8a\x39\xb3\ \x80\x6c\x0d\x0c\x1c\xaf\xc5\xad\x1e\x47\xa1\x29\xc0\xe1\x3a\x27\ \x99\x05\x45\x38\x9b\x8e\x32\x14\x9b\x4e\x7a\x12\x84\x6a\x8e\xe3\ \x12\x13\xc8\x56\x36\x51\xeb\x35\x32\xf3\x8c\x91\x32\xfc\xba\xb6\ \x01\xf2\x0b\x4f\xaa\x25\x06\xbb\xab\x68\x16\xa2\x19\x3f\x29\x06\ \xbc\xf5\xec\xae\xee\xa1\xa0\x40\x4f\x43\xb7\x93\xdc\x69\x23\xed\ \xcf\x2a\x8f\x97\xe0\x4b\x2b\x40\xd1\xdd\x86\x4b\x95\xc7\xf8\x98\ \x91\xd8\x84\xbd\xb6\x16\x67\x38\x8d\xe2\x04\xf0\x77\xd7\x63\x0b\ \xc6\x91\x95\x7a\x62\x32\x0b\x51\x56\xdb\x82\xb5\x20\x0f\x01\xe8\ \x6d\xb7\xd1\xaf\x1b\x47\x5e\xa2\x16\xe8\x67\xcf\xe1\x01\xf2\x73\ \xf3\xe9\xab\x3f\x8a\x79\xc2\x04\xcc\xbe\x36\x9a\x7a\x45\xce\x9c\ \x9e\x09\x38\xa8\xae\xf1\x30\x3e\x33\x8d\xfe\xa6\x26\x64\x77\x3b\ \xab\x3f\xfa\x84\x41\xeb\xd9\xfc\xea\x17\xd7\x13\xae\x3b\x88\x14\ \x9b\x46\xd6\x28\xa3\xa6\xcd\xb9\x81\xbf\x3c\x74\x25\x87\x5e\xf9\ \x2d\x2f\x6e\x6c\xf9\xe2\x4d\xef\xed\xa2\xa9\xcd\xcf\xe4\x09\xa3\ \xfe\xf1\xde\x56\x5a\x7b\x74\x14\x67\x26\x01\x9d\x1c\xef\x81\xf4\ \xac\x44\x3a\x6a\xba\x09\x0c\x35\xf2\xf1\x8a\xd5\xc8\x79\x17\xf2\ \xcb\x3b\x2f\xf9\x42\xd0\xf4\x3f\xc6\xa7\x1d\x15\x15\xf5\x9d\x22\ \x2e\x41\x10\xf0\x7a\xbd\x04\x83\xdf\x41\xdd\x56\xd9\x8f\xbd\xb7\ \x91\x1d\x6b\xb6\xe0\x2c\x28\xa0\xfd\x50\x3d\xc6\xe4\x8b\x31\x01\ \x7b\x4b\x8f\xe2\x4d\x9c\x4d\x5a\x5a\x3a\xf1\x31\xd1\x98\xb2\x8a\ \x98\x95\x69\xc4\x60\x35\xe3\x6c\x39\xc8\xe7\x95\x6e\x12\x54\x22\ \x26\x9d\x12\x51\x67\x21\x29\x31\x91\xe6\x70\x3a\x67\x9e\x9d\x0f\ \x61\x3d\xa7\x0a\xd7\xb5\xd4\x57\xa0\x4e\xcb\x25\x41\x03\xa0\x23\ \x25\x41\x60\xc7\xee\x75\xa4\xf9\x34\x7c\xfc\x49\x2d\x4b\xee\x7e\ \x9c\x14\xf5\x7a\x86\x3a\x9b\xb0\x75\xb9\x48\x4a\x37\xf2\xee\x96\ \x8d\x8c\x57\xd4\xf1\xd1\xbe\x1a\xd2\xae\x4e\x22\x2e\x29\x9d\x18\ \x53\x3f\x79\xd3\x66\x13\x27\x07\x49\x88\xd1\xe1\xad\x39\x4a\x97\ \xd7\x42\x71\xc6\xe9\x11\xff\xc1\x8a\x43\x0c\x84\xe2\x98\x9c\x02\ \xde\xda\x4a\x6a\x06\xa2\xb9\x2a\x33\x1b\xb7\x45\xcb\xe7\xeb\x3e\ \x63\xfc\xb0\x81\x95\x7b\xfb\x58\x38\x2b\x8a\xc6\xe3\x07\x50\x65\ \xcf\x21\x0e\x58\xbb\xbf\x06\x7d\xc6\xf7\x51\x23\x73\xec\x50\x19\ \x09\x53\x96\x90\x94\xee\x27\x3a\xc6\x42\x6a\xfe\x34\x0a\xe3\x94\ \x58\xa2\xa2\xe8\x39\xbe\x93\x23\x3d\x60\x96\xb4\x98\xf4\x66\xdc\ \x2d\x3b\x78\xe4\x85\x32\x2e\xbb\xeb\xae\xb1\x20\x63\x5b\x69\x19\ \x1d\x1d\x4e\xba\x4b\x0f\xb0\x79\xa8\x91\xcd\xeb\x76\x32\x61\xc9\ \x8f\x49\x04\x32\xa7\x64\xf2\xdc\xef\xff\x42\xca\xb2\xbb\xb8\x7d\ \xc6\xc9\xe0\x97\x3e\x26\x1e\x83\xf7\x23\x56\x7e\xb6\x0d\x6b\xdb\ \x7a\x5a\x83\x2a\xe2\x92\x13\x48\x36\xbb\xd8\xb2\x79\x15\xc6\xae\ \x00\xdb\x2a\x5a\x58\x7e\x4d\x1c\x71\xba\x04\x3a\x3e\xdb\xc7\xda\ \x9d\xc9\x34\xad\xfb\x9c\x21\xcb\xd5\xe8\x1c\x95\x54\xf4\x05\xf9\ \x7e\x61\x2c\x95\x1f\x1c\xc6\x92\xb2\x8c\x78\xe0\xc8\x81\x32\x02\ \x96\x29\x64\xc7\xc7\x22\x7a\x7a\xd8\xbe\x7a\x1b\x76\x4a\x39\xd0\ \x11\xcd\x83\xe9\x27\x5d\x3b\x3d\x55\xa5\xf4\x0d\x0c\xd1\xb4\xfb\ \x33\x36\x7c\xbe\x9a\x50\xe1\x85\x5c\x36\x6b\x22\xaf\x6f\x10\x39\ \xb4\x6e\x0d\xc9\xf5\x5e\x3e\xfc\xbc\x8b\x4b\x7e\x7d\x0f\xc6\xbe\ \xd5\x0c\x75\xd6\xb0\x61\xdd\xe7\x14\xce\x98\xce\x70\x45\x25\xa1\ \xd4\xe9\xc4\x01\xb5\xc7\xf7\xe0\x8e\x4e\x21\xe3\x04\x67\xfb\xbb\ \xa8\x6f\x71\x51\xb0\x68\x44\x3f\xc4\x18\x93\x80\x71\x68\x3d\x9f\ \x6f\xd8\x86\xb6\x71\x23\xd5\xba\xe9\xfc\x71\x5e\x06\xcd\x1f\xf9\ \xe8\xa8\xa9\xa4\x5f\xca\x21\xd6\xe8\x60\xcd\x27\xeb\x71\xc7\xb5\ \xb1\xa5\xd5\xcf\xdd\xf1\x09\x18\x92\x52\xb0\xf4\xc7\x32\x6d\xce\ \x6c\x44\xbf\x48\x8c\x26\xcc\xe7\xfb\xea\xb0\xa4\x5e\x83\x19\xf0\ \x77\xd5\xb0\xfd\x48\x23\xe6\x58\x1d\x7a\x5d\x34\x3a\xa9\x83\xb7\ \x5f\x58\x49\xf2\xb2\xdb\x59\x98\x35\x7a\x8f\x48\x61\x24\xf7\x00\ \x87\xb7\x6f\xc4\xe0\x9e\x86\xd5\x51\x46\x87\x3a\x95\xac\x14\x05\ \xc1\xfa\xfd\xd8\x7c\x1a\xae\x19\x9f\x40\x63\x4a\x3c\x46\x67\x2a\ \x67\xce\x2e\x24\x10\xb4\x60\xfc\x0f\x16\x92\x52\xde\x75\xf7\x3d\ \xdf\x29\xde\xd2\xe9\x74\xbc\xfa\xea\xcb\x54\x94\x97\x63\x32\x99\ \xbf\x53\x56\xb7\x39\xff\x7c\x6e\x3a\xcf\xc5\xfe\xca\x4a\x32\xd2\ \x33\xb0\x14\x9c\xc5\xb9\xd9\x93\x00\x19\x43\x5a\x11\x97\x4e\x2e\ \x02\x6d\x3a\x77\xde\x71\x13\x2b\x3e\xdb\xcd\x8e\x0e\x13\x67\x2e\ \xcb\x20\x89\x10\x1d\x35\x25\x54\x87\xf4\x9c\xfb\xe3\x7b\x38\x33\ \x27\x15\xe9\x07\x77\x23\x7f\xbc\x86\xed\x5b\x7a\xc9\x9e\x3c\x97\ \x93\xd9\xd8\x7e\x2a\x8e\xb6\x92\x3e\xe3\xe2\x51\xcb\x5b\xcd\xb9\ \xb7\xdf\x87\xf7\x83\x35\x1c\x28\xd7\x73\xc9\x7d\xbf\x65\xfe\x44\ \x33\xc8\xe7\x72\xf3\xf9\x7e\xdc\x83\x1e\xe6\x5d\xf7\x73\xfa\xde\ \xfc\x80\x43\x55\xc3\x2c\xbf\xe6\x26\xe2\x72\x75\x98\xf3\xaf\xe2\ \xae\xcb\x05\x36\xef\xdd\x4a\xa3\x25\x93\xe4\x29\x67\x10\x50\x24\ \xb1\xf4\xbc\x8b\x49\xff\x07\x13\x28\xa8\xce\xe0\x7b\xe7\x4f\x26\ \x1e\x18\x54\x46\xb3\xf0\xb2\xe5\xc4\x1b\xb4\x9c\x7f\xfd\xed\xb8\ \x3e\x5c\xc3\xb1\x26\x2d\x97\xde\x7a\x03\x59\xa9\x6a\xc2\xc1\xa9\ \x5c\x5e\x38\x0d\x08\x61\x29\x9c\xc3\x79\x05\x13\x01\x1f\xc9\x13\ \x97\x31\x7e\x72\x26\xc4\x19\xb9\xeb\x8e\xcb\x59\xbd\x65\x1f\xbb\ \x9a\xad\xcc\x4f\x9a\x80\x29\xe8\xa3\xf1\xd8\x11\x7c\xaa\x18\x6e\ \xfc\xe9\x1d\x4c\x36\xb7\x52\x95\x9a\x82\x59\x73\xf2\x5d\x5c\x99\ \x3c\x89\x79\xb3\xfd\x54\xef\xdf\x8d\x4a\x67\x66\xfe\x0f\x1f\x64\ \xd1\x99\x23\x01\xb6\x98\x84\x64\x94\x9a\x2c\xae\xbe\xfe\x62\x8c\ \xa7\x3e\x7c\x69\x33\xb9\xed\x8e\xcb\x58\xbd\xfb\x08\xc6\x71\x73\ \xb9\x79\x42\x14\x66\xb5\x86\x8b\xef\xba\x07\xd7\x47\x9b\x29\xeb\ \xce\xe1\xea\x1f\xde\x4a\xa6\x45\x22\x36\xff\x06\x6e\xeb\x78\x87\ \x03\x87\xca\xc9\x3f\xeb\x2a\x0a\x13\xc7\xe3\xf5\x78\x99\xb7\xec\ \x42\x26\xc5\x40\x6d\xda\x59\x5c\x90\x3e\x13\x00\x45\xda\x24\xce\ \x9f\x38\x0d\x41\x93\xc6\xcf\xee\xbc\x81\x75\x7b\x2b\xd9\xd5\x70\ \x0c\xd2\xe7\x91\x16\x77\xf2\x98\x0d\x69\x67\xb2\x68\x66\x90\xda\ \xb2\x46\xf2\xcf\xbf\x93\x65\x73\x8b\x10\x81\xab\x6f\xfd\x09\x1f\ \x7e\xbc\x9e\x83\xb6\x68\xae\xfb\xe9\x03\xcc\xc9\xd2\x43\xd2\x42\ \xae\x3d\xbf\x9f\xc3\x55\x35\xa4\x8c\x9f\x88\x39\x6b\x32\x97\x4c\ \x9d\x36\x72\x1e\x96\x09\x5c\x7e\xde\xf8\x31\x65\x43\x57\x7b\x2d\ \x36\x4f\x1c\x17\xa4\x8f\xb0\xb8\x21\x6b\x0e\xf7\xdc\x39\xc0\xea\ \x9d\x07\xd1\x25\x9f\xc5\x83\xb7\x2c\x27\x1a\x30\x2c\xbe\x85\x8b\ \x9c\x7b\x18\x0c\x27\x73\xf3\x1d\x77\xf2\xde\x27\xbb\x68\xd0\xe7\ \xf1\xa3\x9b\xc6\x93\x66\x56\x93\x73\xd9\x5d\x0c\x84\x3f\x62\xef\ \x96\xad\x58\xb3\x67\x32\x15\x3f\xd1\x45\x73\x59\x5e\x30\xa2\x2b\ \x2e\x11\x66\xa0\xa5\x9a\xa3\x15\x30\xf1\xca\x3b\x38\xdb\x52\xce\ \x03\xab\x06\xf8\xf9\xf5\xa7\x4c\xea\xc6\x4c\xae\xbc\xf5\x3a\x56\ \x6d\xab\xc4\xd6\x99\x4d\x62\x4a\x0a\x17\x5e\x56\x8c\x15\x70\x4b\ \x71\x9c\x7b\xde\xf9\xa4\xab\x20\xe3\x47\xf7\xe1\x5e\xb1\x8a\xed\ \x5b\x76\x91\x54\x30\x97\x69\xff\xc1\x89\x65\xdf\xc9\x32\xf6\xdf\ \x3f\xfa\x08\x47\x8f\x1c\x26\x37\x2f\x1f\xe5\x3f\x04\x24\x23\x65\ \xec\xff\x1a\x5c\x0d\x9b\x78\xf8\x6f\xfb\xb9\xee\xc1\x87\x28\x8e\ \xfe\x4e\x0f\x05\x9d\x55\x07\x38\x6e\x6b\xa1\x64\xf7\x21\xd2\x97\ \xdd\xc6\x8d\xf3\xc7\x7d\x85\x7b\x0f\x51\x75\x60\x07\x0d\x43\x0a\ \x12\x8d\x6e\xd6\x7d\xb2\x85\x9c\x8b\xee\xe2\x86\xb9\xff\xee\x2e\ \x2d\x32\x5b\x5f\x79\x98\x5d\xc2\x5c\x1e\xba\x79\xc1\x57\x28\x23\ \x1a\x64\xe7\x7b\x2f\xd1\x16\xbf\x84\x6b\x17\xe5\x7d\xad\xd7\x3d\ \x52\xc6\xfe\xef\xb8\xad\x24\x89\x60\x30\x88\x2c\xcb\x44\xf0\x7f\ \x8b\x80\x32\x95\xeb\x6f\xff\x09\x45\xd1\xdf\xf5\x91\x90\x19\x68\ \xad\xe7\x58\xcd\x30\xb3\xaf\xf8\x09\x8b\xa6\x65\x7d\xd5\xf6\x18\ \x2a\x31\x40\x4b\x65\x25\xb5\x0a\x3d\xb3\xaf\xfa\x09\x4b\xce\xf8\ \x0a\xda\x6a\xc9\x5e\x92\x66\x5e\xcc\x8f\x73\x27\x7f\xc5\xba\xcf\ \x4a\xce\xf9\xfe\xed\x20\x7c\xfb\xd5\xa6\xbf\x9b\xda\x23\x27\x54\ \xfb\x22\x1c\xfb\x7f\x8e\x98\xcc\x02\xfe\x31\xb7\x22\xe8\xf7\x11\ \x56\x68\x50\x2b\xbf\x19\x23\x2e\x05\x03\x48\x82\x12\xb5\xf2\x5f\ \x21\x00\x91\xa2\x65\xd7\x51\xb4\xec\x9f\x21\xbc\x10\xbe\x80\x8c\ \x5a\xa3\x46\xfc\x5f\x0e\x55\x28\xe0\x27\xac\x50\xa3\x52\x28\xc8\ \x9d\xb9\x9c\xdc\x99\xcb\xbf\xfc\xba\x3e\x0f\x3e\x59\x85\x51\xff\ \x2f\xd4\xa1\x8a\x06\x0a\x26\x9d\xa8\x62\x0c\x13\xf4\x07\x11\x55\ \x6a\x14\xff\xec\x50\x86\x25\xfc\xfe\x10\x2a\xad\xe6\x4b\x92\xbf\ \x80\x20\x40\xc0\xe7\x43\xd4\x68\x51\x7e\x8b\x1f\xee\x48\x13\x84\ \x08\xfe\xbd\x70\xd7\xf3\xc2\xb3\x2f\x72\x7c\xf0\xcb\xae\xe0\xa7\ \x6c\xdb\x3a\x4a\x1a\xfa\xbf\x9e\xe3\x0d\xb6\xf1\xf6\x0b\x4f\x73\ \xb0\xdb\xff\x95\xef\xba\x71\xdf\x47\x3c\xfd\xe1\x4e\x02\xa7\x10\ \x8e\xd7\x39\x8c\xdd\x1b\xfa\x72\x1b\xb0\x57\xf0\xd2\xdf\x5e\xa2\ \xd6\xf5\xbf\x61\x2c\x1f\xab\x5e\x79\x8c\x77\x0e\xb4\xff\x9f\x9d\ \xcf\x70\xe3\x4e\x9e\x7c\xf9\x63\xfa\xa5\x2f\xc1\xd1\x21\x2f\xc3\ \x43\x8e\xb1\x86\xd0\x5d\xfb\x57\xf2\xb7\xb7\x36\x12\xf8\x67\xde\ \xf2\x9a\xf7\xf2\xb7\xe7\xde\xa6\xe7\x4b\xe4\x18\x48\x01\x37\xc3\ \x0e\x17\xdf\xc4\x77\xed\x08\x69\x47\xf0\x6f\x85\xab\xee\x00\x15\ \xcd\x0e\x12\xac\x5f\x96\x48\x64\x7a\x9a\xea\xe8\x1a\xf6\x7d\x2d\ \xc7\xeb\xb3\x95\x73\xa4\xd2\x41\x5a\xdc\x57\xad\x49\x11\xa2\x6a\ \xdf\x6e\x7c\x2a\xd3\xc9\x3c\xea\x40\x13\xaf\x3c\xf3\x57\x8e\x0d\ \x7f\x39\x6a\xe9\x2b\x3f\x44\x55\x8b\x4c\xda\xff\x46\x91\xd6\xdd\ \x44\x59\x65\x1b\xa9\xe9\xff\x77\x0a\x78\xb6\xc3\xdb\xe9\x0c\xaa\ \x88\xf9\x12\x86\x7b\xe9\x27\xaf\xf0\xda\xea\xaa\x31\x42\x3a\xba\ \xef\x30\x4e\x4d\xfa\xc9\xb1\xf8\x12\x68\x38\x56\x82\xcd\x13\x4d\ \xf2\x97\x90\x4d\xdc\xfb\xde\xd3\x7c\xb8\xab\xe1\x1b\x49\x80\x91\ \x26\x08\xdf\xa1\x26\x08\x00\xce\xae\x0a\x56\xaf\xf8\x84\xed\x25\ \xd5\x68\xe2\x33\x48\xb4\x68\xe9\xae\x2b\x61\xed\x9a\xcf\xd8\x77\ \xb4\x96\xb0\x29\x8d\x94\x58\x05\xe5\x3b\x3e\x63\xcd\x86\x6d\x54\ \x77\x38\x91\x1c\x6d\x6c\xdd\xf0\x19\xe5\x9d\x41\x32\xc7\xa5\xa1\ \x11\xc0\x3f\xd0\xc2\xc6\xd5\x1f\xb3\xb9\xa4\x0e\x7d\x52\x16\xf1\ \xa6\x53\xcf\x5b\xa2\xbd\x72\x1f\xeb\x3e\xdf\xca\x86\xf5\xdb\x91\ \xb2\x97\x73\xc5\xac\x1c\xdc\x9d\x95\xac\x5e\xf9\x29\x7b\x2b\x3a\ \x49\xce\xca\x60\xa0\x6a\x1b\xc7\x07\x34\x64\xc4\x9b\x09\x0c\x54\ \xb1\x61\x4f\x1d\x51\xd1\x4a\x7a\xfc\x66\x66\xcd\x29\x44\x17\x18\ \xe2\xc0\x96\xb5\xac\xde\xb0\x83\xee\x60\x0c\xf9\xe9\x31\x34\x1e\ \xd9\xca\x27\xab\xd6\xd3\x38\x2c\x92\x95\x93\x7c\x9a\x9e\x85\xb7\ \xcf\xc6\xc6\xb5\x9f\xb2\x71\x77\x29\x82\x35\x9b\x94\x28\x2d\x9d\ \x55\xfb\x59\xbd\x66\x03\x07\x4a\xeb\x50\xc5\xa5\x91\xa0\xf7\xb3\ \x77\xc3\x6a\x36\x6c\xde\x45\x6d\xb7\x8f\x8c\x71\x19\x68\x4f\x79\ \x72\x1b\x8e\x6c\x66\xf5\x81\x4e\xc2\xce\x2e\x5a\x87\x21\x3b\x3b\ \x09\x25\xe0\xea\xad\xe5\xb3\x95\x1f\xb3\xb3\xac\x85\xe8\xf4\xec\ \x31\x55\x42\x90\x38\xbe\x6d\x33\xcd\xc1\x38\x52\x63\xb5\xd4\x1c\ \xdc\x44\xa5\xcb\x42\xa6\xc9\xcb\xb6\xb5\x1f\xb3\x6e\xeb\x7e\x06\ \xe5\x18\x72\x53\xa3\xf1\xf4\x54\xb3\x66\xe5\x27\xec\x2e\x6d\x23\ \x26\x2d\x8b\x68\xbd\x12\x02\x03\xec\xdb\xbc\x9e\x2d\x9b\x37\xb2\ \xe5\x70\x3f\x73\x2f\xba\x9a\xfc\xc4\x11\xaa\x0a\x36\x1d\xe6\xef\ \xaf\xad\xa4\xcb\xee\xc0\xaf\x4d\x20\x2f\x39\x8a\x86\xc3\x9b\xf9\ \xf8\xd3\xf5\xd4\x0f\xc8\x64\xe4\xa6\x9d\x96\x4b\x7c\x74\xdb\x1a\ \xb6\xd5\x39\x09\xf4\xb5\xd0\xed\x37\x90\x93\x16\x8b\x00\xf8\x07\ \x5b\xd9\xf2\xd9\x1a\xb6\xec\x2a\xa1\xc7\xa3\x26\x3b\x23\x01\xd1\ \x37\xcc\xbe\x4d\xab\x58\xb3\x71\x17\x03\x9a\x64\xe2\xdd\xf5\xac\ \x2f\x09\x70\xf5\x15\xf3\xa8\xdf\xb9\x9a\x63\xbd\x1a\x72\x53\x47\ \x03\x13\xc1\x61\x76\x6e\xd8\x81\x14\x9b\x4d\x8c\xde\xcb\xde\x2d\ \x5b\xb0\x9b\xb2\x48\xa0\x83\xcf\xd7\xac\x66\xd3\x8e\x7d\x74\xfa\ \x0c\x64\x65\x58\x4f\xf1\xb7\x4a\xec\xfa\xe0\x03\xaa\xfb\x24\x86\ \x7b\x9b\xf1\x68\x13\x48\x8f\x1b\xc9\x9d\xb1\x1d\xda\xcc\xca\xd5\ \xeb\xa9\xed\x0b\x93\x9e\x93\x8a\x56\x70\xb3\xfe\x83\xd7\xd8\x5a\ \xdd\x85\xc7\x23\x92\x9f\xab\x61\xe3\xea\x95\xd4\xda\x7d\x0c\x74\ \x75\xa3\x4f\xcc\x26\xce\x70\x8a\x27\xd7\x3f\x4c\xc9\xb6\xb5\xac\ \xd9\xb0\x83\xfa\x1e\x3f\xa9\xb9\x19\xe8\x84\x20\xfb\x36\xbe\xc7\ \x9e\x16\x3b\x43\x3d\xdd\x04\x0c\x49\xa4\xc5\xea\x01\x99\xb6\xf2\ \x1d\xac\xfc\x78\x3d\x15\xed\x7e\x32\xc7\x65\xa0\x55\x38\xf9\xf4\ \xf9\x97\x39\xd0\x34\x4c\x50\x96\xc9\xc8\xcf\x42\xee\x3a\xce\xc7\ \x1f\x7d\xc2\xde\xf2\x0e\x62\xd3\xb3\x88\xd6\x29\xe9\xa9\x3b\xc0\ \x27\x2b\x57\xb3\xbf\xb2\x0d\x4b\x46\x2e\xb1\xba\x2f\x97\x52\xf2\ \xef\x6e\x82\x10\xb1\xb4\xbf\x4b\xf0\x36\xf3\xdc\x9f\x9f\xa7\x59\ \x4c\x24\x23\x21\x06\x9d\x5a\xa0\x62\xc3\x4b\x3c\xfc\xd4\x4a\x7c\ \x3a\x2d\x47\x36\x7e\xcc\x8e\x06\x37\xe1\xae\xdd\x3c\xfd\xfa\x3a\ \xc4\x38\x2b\x35\x9f\x3f\xc7\x1f\xde\xdd\x87\x3e\xda\xc4\xde\xf7\ \x5e\xe4\x83\xed\x9d\xe0\xaa\xe4\xb1\x87\x1e\xe6\x88\xdd\x84\xbe\ \xaf\x84\xe7\x9f\x5d\x71\x5a\x17\xef\x92\x95\xcf\xf2\xf0\xf3\xeb\ \x91\xb5\x0a\xba\xed\x4e\xd2\xa7\x15\x21\xb7\xef\xe5\x37\xbf\x7d\ \x86\x0e\x31\x16\x7f\xfd\x7a\x9e\x59\xb1\x95\xb2\xfd\x1b\x58\xbd\ \xb7\x76\x84\x70\xd6\xbc\xcb\xe7\xc7\x06\x70\x56\xaf\xe7\xfd\x75\ \x07\x10\xc2\x1e\xde\x7d\xfc\x41\xde\xd9\xdd\x46\x6c\x82\x95\xa8\ \x68\x35\xa5\xab\x9f\xe5\xcf\xaf\x6e\xc1\x98\x14\xcb\x9e\x77\x5f\ \x62\xc5\xde\x93\x2e\x14\x6f\xc7\x41\xfe\xf0\x9b\x47\x39\xdc\x03\ \x09\x71\xd1\x98\xf5\x61\x4a\x57\x3d\xcd\xa3\x7f\x5b\x45\x50\xab\ \xe1\xe8\x9a\x15\x1c\xb6\xb9\x69\x3f\xf2\x31\x2f\xac\x39\x46\x4c\ \x9a\x95\xc3\x9f\xbc\xc8\x4b\x6b\xeb\x4e\xb3\x76\x1b\xeb\x2a\xd0\ \x25\xa7\x90\x6c\x55\xb2\xe9\xcd\xbf\xf2\xfe\xc1\x41\xe8\x39\xc0\ \xef\x1f\x78\x1c\x5b\x38\x86\xb0\x6d\x3b\x4f\xbe\xbc\x85\xb1\x37\ \x7e\xa9\x9d\x0f\xde\x7b\x9f\x1a\xb7\x1a\xe8\x67\xfd\x7b\x6f\x63\ \x1b\xec\x67\xe3\x5b\x4f\xb1\xae\xc6\x47\x76\x66\x22\x6a\x8d\x0e\ \x7f\xc7\x41\x7e\xf7\x9b\xa7\x68\x92\x63\x90\x5b\x37\xf3\x97\xf7\ \xb6\xe1\xf7\xf5\xf2\xfc\xc3\xbf\xe5\x93\xc3\x7d\x68\xc4\x61\x06\ \xb4\xd1\xe4\x8c\x3b\x69\x26\x37\xd4\xd5\x21\x67\xcf\x66\x56\x71\ \x01\x19\x89\x46\x2a\x3e\x7b\x81\xc7\xff\xbe\x1d\x43\xa2\x95\x23\ \x2b\x5f\xe1\xef\x6b\x6a\x4e\x75\x46\x50\x6b\x6b\x20\x26\x2d\x15\ \xab\xd1\xc7\x87\x2f\x3c\xc5\xc6\x86\x20\xa1\xb6\xdd\x3c\xf2\xe0\ \xa3\x1c\x1b\x52\xe0\xa9\xdb\xc3\x8a\xcf\x8e\xa3\xc4\xce\x1b\x7f\ \xfe\x35\x1f\x1c\xe8\x20\x26\xce\x4a\xb4\x4e\xa6\xa9\xa9\x01\x75\ \x66\x2a\xe5\xeb\x5e\xe4\x85\xd5\x15\xc4\x26\x9f\xcc\xe7\xf6\x75\ \x1d\xe6\xef\x1f\xae\x67\x48\x21\x82\xa3\x82\x0f\xde\xf9\x18\xbb\ \x42\x49\xe5\xea\xd7\x58\xb1\xab\x93\xb4\x24\x0d\x1b\x5f\xfc\x03\ \x1f\x97\x74\x9c\xe2\x66\x6a\xe2\x78\x87\x9b\xa4\x9c\x1c\x4c\xde\ \x66\x9e\xfb\xe3\xdf\x68\x70\x43\xfd\xe6\x17\x78\xec\xf5\xcd\xe8\ \xe3\xad\x94\x7f\xfa\x3c\x6f\x6f\xaa\x87\x60\x17\xad\x7d\x02\xf3\ \xe7\xcd\x24\x33\x2b\x85\x50\x67\x33\x9d\x83\x3a\x66\x14\xe5\xe1\ \xae\xda\xc0\x33\x7f\x7b\x0f\xe7\x29\x67\xda\x51\xb2\x8e\x17\x3f\ \x38\x48\x74\x4a\x12\x15\x6b\x5e\xe5\xc5\x0f\x8e\x02\x76\x6c\x8d\ \x4e\x8a\x8a\x26\x61\x76\x57\xf0\xd2\x5f\x9e\xa1\x35\x0c\x2d\x3b\ \xde\xe4\x91\x67\x3f\x43\x15\x1f\x4f\xdd\xe6\x57\x78\x76\x75\x35\ \x38\x6b\x69\x26\x8a\x73\x16\xcd\x24\x2d\x39\x19\x7f\xd3\x3e\x1e\ \x7e\xf8\x6f\x74\x29\xe2\x90\x9a\xb7\xf0\xd8\xab\x1b\x18\x6a\x2f\ \xe5\xb9\xa7\xde\x26\x10\x93\x49\x92\x49\xfb\xcf\xfb\xe4\xff\x8d\ \x88\x34\x41\xf8\x2e\x41\xf2\x33\x34\x34\x4c\xbc\x25\x83\xf3\x2f\ \x9a\x42\xa8\x63\x27\x77\x7d\x54\xc6\xe5\x8f\x3c\xcf\x82\xe4\x3a\ \x9a\xf6\x1d\x60\xca\x94\x14\x9a\x4b\xde\x44\x93\x73\x16\x37\x5d\ \x7e\x19\x5b\x87\x0f\xe2\x51\x9e\xc5\x25\x97\x9e\x85\xb6\xfa\x08\ \xc7\xbb\x3b\xd9\xf3\xc1\x47\x74\xa7\x5f\xc8\x33\xb7\x5d\xc8\xce\ \x17\x0e\x71\xc0\xa3\x42\x31\xe6\x5e\xd8\xc0\xdf\xd7\x37\xf1\x83\ \x3f\x3e\xcd\x6c\x73\x1d\xb6\x5d\x87\x39\x33\x47\xe4\xc3\xd7\xdf\ \x46\x33\xfb\x46\xee\xb9\xa1\x88\xf7\x1e\xdd\x46\xb7\xa8\x26\x26\ \x3e\x89\xf0\xa0\x00\xbe\x26\xd6\x1d\xb2\x73\xd1\xaf\x97\xd1\xbd\ \xea\x21\x32\x26\x5e\x8a\x6b\xef\x9b\x6c\xe9\xcd\xe2\x4f\x7f\xf9\ \x29\x09\x4a\x90\x06\x8f\x71\xdf\xef\x8f\x71\xd1\x43\xcf\xb2\x2c\ \xb6\x8e\x23\x6b\x37\xa1\x50\x2b\xc6\xac\xba\x4d\x6f\xbf\x85\xaf\ \xf8\x7a\x1e\xff\xf1\xbc\x11\xb7\x8c\x6d\x2b\x3f\xfd\xb4\x81\xeb\ \xfe\xf0\x2c\x67\x59\xab\xa9\x3e\x50\x46\x7e\x5e\x02\xf5\x2b\x8e\ \x92\x3b\xf7\x1a\x2e\xbf\x60\x16\x31\xb6\xa3\x6c\x6c\xef\x05\x46\ \x53\xc4\x02\xbd\x54\x54\xc9\x5c\xfc\xa3\x9b\xb9\x60\x6a\x0c\x52\ \x45\x19\x55\x0d\x0d\xac\xdd\xf5\x3e\xe1\xa9\xd7\xf3\xd3\x1b\x67\ \xf2\xf1\x9f\x77\x21\x28\xc5\xb1\x20\x76\xb0\xa9\x1c\xa7\x26\x91\ \x59\xc5\x7a\xe8\xae\xa2\xc3\x95\xcc\xb2\xbc\x24\x2a\x77\xf5\xe1\ \x0b\x17\x72\xc6\xa2\x8b\x88\xd3\xfa\x79\xff\xf7\x0f\x23\x4d\xbb\ \x86\x9f\xfd\x70\x26\x1f\x3f\xbe\x1b\xbd\x18\x62\xcf\xca\x97\xa8\ \xd6\x9f\xc5\x93\xbf\xbe\x92\xfe\x2d\xcf\x72\xb0\x5d\x47\xd6\x58\ \xc6\x68\x90\xda\x9a\x6a\xb2\xcf\xbe\x91\x0b\x96\x4e\x07\x7b\x25\ \xf7\xaf\x38\xca\xb9\xbf\x78\x82\x0b\x26\x58\xc8\xee\x39\xc6\x27\ \x0d\x4d\xc0\x48\xe5\x22\x03\x6d\xd4\xb7\x47\x71\xfd\x6f\x6f\x62\ \x4e\xba\x48\x57\xc9\x3d\xb4\xd4\xd5\xf0\x7e\xc9\x7b\xe8\x17\xde\ \xc3\xaf\x2e\x29\xe0\x93\x27\x8f\xe2\xcd\x99\x4e\xeb\xa6\xb7\xd8\ \x6d\x1f\xcf\x9f\xfe\x72\x27\x23\x5e\xab\x30\x1b\x3e\x2b\xe3\xf8\ \x8e\x4e\x7c\xfe\x4b\xf9\xf5\xa3\xb7\x91\x6e\x3e\x69\x55\x76\x55\ \x97\x61\xc8\x9c\xc8\xc4\x28\x18\xd8\x5b\x87\x64\x99\xc2\xd4\x98\ \x20\xef\x1c\xef\x67\xea\x05\x0f\x70\xfe\xa2\x78\x02\x4d\x87\x38\ \x62\xeb\xe0\x84\x46\xab\xb7\xae\x0c\xbb\x71\x1c\xf7\xdf\x79\x25\ \x19\xce\x7a\xaa\x8e\x3e\x49\x53\xc5\x7e\xf6\x7e\x72\x94\x25\x3f\ \x79\x82\x4b\x26\x5a\x28\xf1\x1e\x62\x45\x6b\x0b\x03\x4d\xd0\xa7\ \x98\xc0\x2d\x97\x5c\x48\x8a\x0e\x9a\x77\xec\xc6\x61\x9d\xcd\x0d\ \x57\x5d\x40\xb8\x60\x80\x7b\x5e\xef\xc4\x01\x63\x32\x09\xd5\x35\ \xe5\xc4\xcd\xb9\x80\xab\x2e\x3e\x87\x69\xe1\xe3\x3c\x5b\x55\x8d\ \xbd\x4f\xa2\x31\x90\xc9\x8f\xaf\xb9\x9c\x42\x21\x99\x43\xbf\x5c\ \x49\x6f\x97\x8d\x8d\x2b\xf7\x72\xf6\xcd\x7f\xe4\xba\x99\x56\x8e\ \x78\xeb\x79\xc3\xd6\x41\x57\x79\x1b\x52\xcc\x24\xbe\x7f\xf1\x52\ \x4c\xf8\x78\xff\xf7\x4f\xa3\x3c\xf3\x7a\xee\xbd\x71\x36\x43\xa5\ \x1a\x8e\xbd\x6a\xa3\x7f\x28\x96\x01\xbb\x9b\x09\x29\x13\x38\x7f\ \x76\xf6\x7f\x94\x1b\x25\x62\x69\x7f\x97\x60\xcc\xe7\xc1\x47\xee\ \x47\x79\xf0\x65\x7e\xf9\xec\x5a\x8e\x97\x1d\x43\x9b\x3d\x9d\x79\ \xa9\x02\xee\xb2\x1a\x86\xa4\x74\xa6\x24\x42\x69\x79\x1f\xc9\x79\ \xd3\x01\x2f\x6d\xed\xc3\x64\xa7\x26\x02\x6e\x6a\xed\x61\x52\xb3\ \x8d\x94\x97\xf7\x60\x6f\xde\xcf\x1f\x1e\x7e\x80\x7d\xfe\x22\xee\ \xb9\xe3\xd2\xb1\xd7\xf4\xfa\x03\xc7\xd0\xa4\xcf\x65\x76\x02\x0c\ \x36\xd6\xd1\x25\xe6\x90\xa5\x72\x50\xdb\xd6\x49\x77\xf9\x06\x7e\ \xfb\xeb\x3f\xd3\x19\xbf\x90\x7b\xae\x5f\x4c\xa2\xc5\x0c\x8e\x3e\ \x36\xad\x5c\x89\x54\x70\x3e\x8b\x52\x02\x94\xb4\xd8\xc9\x9c\x9a\ \x4d\x63\x49\x23\x59\x13\xe7\x92\x30\x6a\x56\xf4\x35\x97\xd3\xec\ \x74\xb3\xe7\x83\x27\x79\xf8\x99\x35\x14\x5f\x71\x07\x57\xcc\x18\ \x7d\x7d\x97\xbb\x29\x6d\x13\x99\x3e\xe7\xcc\xb1\x53\x6d\x3c\x7e\ \x10\x71\xe2\xd9\xcc\x48\x01\x77\x45\x09\x6e\x4d\x22\xf9\xf1\x6e\ \x4a\xeb\x65\xf2\xf3\x27\x02\x2e\x6a\xfb\x86\x48\x3b\xa5\xac\xdb\ \xd7\x53\x43\xb3\x18\x47\x5e\x7e\x0c\xc8\xad\x54\xf6\x78\xc9\x4a\ \x0f\x51\xd6\xdc\x4b\x4f\xf5\x26\x1e\xf9\xcd\xa3\xd4\x9b\xcf\xe2\ \xa7\x37\x2f\x1e\x7b\x70\x5a\x6b\x9a\x10\xa2\x8b\xc8\x53\x40\x57\ \x47\x0d\xf6\x98\x14\xe2\xe2\x2c\x5c\x7e\xf7\x23\x2c\x8d\xaa\xe1\ \xfe\x5f\xfc\x85\xa6\xb6\x26\x9a\xbb\xba\xe9\xad\xde\xc2\x6f\x1f\ \xf8\x23\x36\xd3\xd9\xdc\xfb\xfd\x33\xa8\x3e\xd4\xc5\x59\xf3\x16\ \xa3\x06\x0e\x97\xb6\x13\x3d\x6e\xca\x98\xfa\x1e\xfe\x3e\x1a\x9a\ \xc2\x14\x8d\x1b\x95\x41\x6d\x3c\xca\x80\x75\x3c\xd3\x26\x58\x00\ \x27\xe5\x6d\x0e\xe2\x73\x4e\xe6\x7d\xf7\xb6\x56\xd2\x1f\x95\x45\ \x56\x9a\x1a\x86\xcb\xa9\x77\x2b\x49\xb1\x74\x51\xe1\x30\xb2\x78\ \x69\x01\x04\x9b\xa8\x6b\x71\x30\x7d\x72\x1c\x65\x15\xed\xa4\x4c\ \x9b\xcf\x58\x98\x21\xd8\x43\x55\x8b\xc8\xb8\xcc\x4c\x54\x32\x18\ \x4d\xa7\xbb\x01\xea\x2a\x7b\x48\xc8\x9c\x8a\x16\xa8\x6e\xb6\xa1\ \x9b\x50\x84\xde\x6f\xa3\xd9\xa7\x66\xd2\x94\x44\x90\xba\xa9\x6f\ \xf4\x90\x97\x9e\x74\x72\x9d\xf2\x46\x94\x89\x53\xc8\x00\x86\x5b\ \x2a\xe9\x14\x93\xd0\x78\xba\xe9\xd6\x16\x32\x2b\xcf\x02\xf8\xa8\ \xae\x71\x91\x95\x91\x4a\x77\x53\x39\xea\xdc\x7c\x4e\x84\x11\x1a\ \xeb\x6a\x88\xcb\xcf\xc1\x00\x34\x55\x76\x60\xb6\xe6\x93\x38\x16\ \xf2\x18\xa4\xb1\xd1\xc1\xa4\x82\x91\x73\x2f\xad\xea\xc5\x9a\x59\ \x80\xb3\xe1\x30\x52\x42\x1a\x19\x66\x70\xd6\xb6\x20\xe9\x72\x89\ \x1b\xae\xa4\x57\x48\x62\xee\x4c\x2b\xe0\xa3\xa1\xa5\x93\xd4\x82\ \x38\xea\xaa\xdb\x30\xe7\x4e\x1d\x99\x04\xdc\x4d\xd4\xb4\xfb\x99\ \xbb\xa0\x68\xc4\x8a\xb7\x55\x21\x58\xe3\x49\x2f\x3a\x9b\x87\x7f\ \x73\x1d\xb5\xef\x3c\xc2\x1f\xde\xdd\xfb\x1f\x15\xb0\x8c\x90\xf6\ \x77\x06\x7e\x9a\x6a\xab\x19\xd2\x64\xb3\x60\x76\x16\x5d\xb6\x3a\ \xbc\x0a\x35\x43\x5d\x2d\xd4\x76\x77\xb3\x61\xd3\x06\xfa\x63\xf2\ \x88\x95\xda\x39\xd2\xee\x20\x6f\x6a\x0e\x38\x6c\x54\x34\x29\x28\ \xcc\x1b\x07\x83\x47\xa9\x1f\x0a\x53\x58\x90\x82\x4a\xa5\x20\x6d\ \xd2\x3c\x6e\xfc\xc1\x4d\x5c\x75\xc9\x52\xb2\xe3\x4e\x86\x8b\x34\ \x5a\x25\x43\x9d\xd5\xd4\xf7\x74\xb1\xed\xb3\x75\x0c\xc7\x27\x12\ \x13\x6d\x44\xa9\x30\x32\xf1\xcc\xa5\xfc\xe0\x96\x9b\xb8\x7c\xd9\ \x1c\xac\x0a\x88\x8f\x4b\x66\x70\xfb\xeb\xbc\xbe\xc7\xc7\x75\xd7\ \x2f\x85\xfe\x32\x9a\x06\x04\x8a\xc6\xc5\x60\xb2\xa8\x68\xac\x3d\ \x40\x5d\x6b\x0b\x0d\xad\x9d\x78\x65\x2d\x51\x31\x89\xcc\xbd\xf8\ \x5a\x6e\xbe\xf1\x1a\x16\xce\x2e\x38\xd9\xa6\x4b\x34\x12\xab\x72\ \x51\x71\x68\x1f\x6d\xad\x0d\xb4\xf5\x0e\x22\x6a\xb4\x0c\x36\x37\ \x61\xeb\xee\x62\xf5\xea\x3d\xf8\x74\x13\x30\x0e\x96\x52\xed\xd3\ \x31\xbe\xd0\x04\x83\x55\xd4\x77\x4a\x4c\xca\x1b\xa3\x03\x3a\x8f\ \x1f\xc2\x2d\xe8\x10\xfb\x6b\x79\xe3\x91\x3f\xd3\x1d\x37\x9b\x8b\ \x67\x67\xa1\x10\x34\xe4\x9e\xb9\x84\x1b\x6f\xba\x89\x2b\x2f\x98\ \x4b\x8a\xe5\xa4\x27\x3d\x18\x08\xe0\x1c\xec\xa6\xb1\xa3\x99\xcf\ \x56\x7c\x8e\x32\xd6\x4a\x78\xa8\x9d\xba\x5e\x81\x39\x0b\x66\xa3\ \xee\xad\xa5\xdb\x2d\xa3\x51\x9b\x29\x98\xb9\x68\xe4\xfc\x97\x9f\ \x43\x72\x8c\x1e\x85\x64\xa7\xb6\xa1\x86\xde\xe6\x7d\x6c\x3a\x5a\ \x4b\x6c\x7e\xda\x29\x97\xcb\x49\x77\xbf\x93\xc1\xde\x36\x3a\x7a\ \xfb\xf1\x2b\x75\x04\x7a\x3b\x68\xb2\xf5\x70\xf0\xa3\xbf\xb1\xdb\ \x99\xcc\xf9\x8b\x4f\x76\x4f\x6f\x2a\x3d\x82\x60\x30\xe2\x6a\x2e\ \xe3\xaf\xbf\x7b\x16\x55\xf1\x72\x96\x15\x5b\x71\x0d\xf4\xd3\x50\ \xdd\x4a\xcd\xf6\x4d\x94\x34\x1b\xc8\x8a\x8b\x25\xc6\xac\xa2\xa3\ \x7c\x2f\x75\xad\xad\xd4\xdb\xda\xe9\x6b\x39\x46\x8d\x2f\x9a\xbb\ \x9f\x78\x82\xc9\x81\x3d\x3c\xf9\xd6\xfe\xd3\x9d\xa8\x3e\x2f\x83\ \x7d\xed\x74\xb7\x1c\x66\xfd\xfa\x12\x92\x72\x52\xf0\xda\xea\x18\ \xf2\x9a\x31\x0e\xd5\xf2\xce\x63\x4f\x50\x63\x98\xc3\xf2\x19\x27\ \x8e\xdf\x43\x69\x4d\x35\x8a\x78\x03\x8d\xa5\xdb\xf8\xd3\xb3\x1f\ \x33\xfe\xc2\x2b\x28\x4a\x31\xe0\xed\x69\xa2\xbe\xb9\x8b\x83\x9f\ \x3c\xc7\xd6\x81\x54\xce\x9b\x37\x1e\x7b\xa7\x0d\x87\x63\x80\xa6\ \xe6\x4e\xec\x03\xed\x54\x56\x0c\x92\x9b\x5b\x00\x84\x38\x70\xbc\ \x95\xd8\xf1\x45\x63\x6f\x72\xf2\x70\x07\xf5\xbd\x4a\x4c\x2a\x1f\ \x3b\xdf\xfb\x3d\xab\xda\x62\xb9\xec\xe2\x29\x54\xee\xaa\x22\x2e\ \xbd\x18\x23\x70\xec\x58\x05\x72\x6a\x21\xc9\x66\x3d\x1e\x67\x0f\ \xb5\xb5\x9d\x1c\x5b\xfb\x2a\x1b\x5a\x4c\x5c\xba\x20\x9f\x9e\xfe\ \x1e\x86\xdd\x7d\x34\x35\x77\xe0\xf6\x81\x02\x37\xb5\x55\x36\x5a\ \x4b\x37\xf0\xca\xba\x3a\x16\x2d\x9b\x4d\x5f\x43\x3d\x24\x4f\x65\ \x76\xb1\x95\xfa\xfa\x66\xfc\xff\x41\x4f\x72\x24\x10\xf9\x9d\x09\ \x44\x7a\x28\xf9\xfc\x43\xde\xfd\x68\x2d\x15\xbd\x5a\x2e\xb9\xfe\ \x87\xcc\x3b\x63\x02\xce\xda\xfd\xac\xd9\x74\x0c\x65\x74\x12\xb9\ \x13\x26\x31\x21\xc6\x43\x75\x4b\x80\x45\xdf\x9b\x83\xa6\xaf\x96\ \xa3\xfd\x5a\x96\x2c\x9f\x8a\xa2\xb1\x92\xda\xe1\x58\x96\x2d\x98\ \xce\xf8\x4c\x0b\xe5\x3b\x36\xb0\x75\xdf\x21\xba\xa4\x68\x26\x17\ \x66\x71\xa2\xa2\x3b\x36\x23\x0d\x7b\xfd\x5e\x56\x6d\x39\x86\x32\ \x2a\x9d\xfc\xbc\x5c\x26\x15\x16\x92\x9b\xa4\x66\xdf\xa6\x75\xec\ \xd8\x5f\x86\x47\x93\x44\xf1\xf8\x54\x74\xea\x10\xb5\x75\x75\x4c\ \xb9\xe2\x6e\x16\xe5\x9a\xb1\xdb\x6a\xa8\x1b\x8a\x65\xf1\xfc\x62\ \xb2\xf2\xc6\x61\xaf\xda\xc1\xaa\x0d\xbb\x68\xf3\x99\x38\x67\xf1\ \x72\xd2\xa4\x46\xd6\xae\xdb\xc8\xe1\xf2\x66\xa2\xc6\x15\x93\x15\ \x7b\xc2\x2e\xd5\x92\x9b\x1d\xc5\xb1\xcd\xab\xd8\xbc\xb7\x9c\x50\ \x5c\x2e\x73\xe7\xcc\xc4\x57\xb5\x8d\x75\xdb\x4b\x51\x27\xa4\x90\ \x53\x58\x4c\x86\xaa\x97\x0e\x6f\x02\xcb\xe7\x4c\xc4\xdf\x5a\x47\ \x45\xaf\x85\x25\x8b\xa6\x61\x18\xbd\x05\x1c\x9d\xad\x54\x56\x54\ \x70\xac\xac\x16\xfd\xf8\x25\xdc\x7e\xcb\xc5\x44\xa9\x4d\x8c\x4b\ \xd6\x50\xb2\xf9\x33\x76\xec\x3f\x86\x5d\x15\x4f\xd1\xf8\xf4\xb1\ \x00\x68\x5c\xb2\x95\xbe\xea\x1d\xac\xdb\x5d\x81\x36\x29\x97\xf1\ \x13\x0a\x89\x72\xd5\xf0\xd6\x9b\xef\xb2\xe3\x68\x3b\x93\x2f\xbc\ \x81\xf3\x66\x17\x93\x9d\xa4\xa5\x64\xf3\x3a\xb6\xed\x2b\xc5\x29\ \x5a\x99\x5a\x30\x8e\xf4\x64\x35\x7b\x36\xac\xa6\xa4\xc9\x43\x7a\ \x7a\x0e\x13\x8a\x27\x93\x73\xc2\xdc\xd4\x98\xd0\xfa\x9a\xd9\xf4\ \xf9\x16\xda\x42\x66\xce\x5a\xb0\x8c\x04\x47\x39\x9f\xae\x5a\x4f\ \xa3\x3f\x85\x9b\x6e\xbf\x8d\xa2\xb8\x93\xf7\xda\x60\x73\x03\xe5\ \xe5\xe5\x94\x55\x36\x93\x3c\xfb\x32\x6e\xbb\x66\x3e\x7a\x6d\x22\ \xf1\x74\xb3\x7e\xd5\x3a\xba\x42\x3a\xd2\xf3\xc6\x31\xb1\x68\x12\ \xc5\x45\x59\x0c\x1c\xdf\xc6\xaa\x0d\xbb\xe9\x27\x86\x14\xbd\x07\ \xbb\x94\xc8\xd2\xd9\xc5\x8c\x4b\xc4\x25\x41\x5e\x00\x00\x20\x00\ \x49\x44\x41\x54\xd1\x51\xb2\xbb\x92\x71\x67\xce\xc4\x3c\x7a\x92\ \x49\x49\x06\xca\x77\xad\x63\x77\x6d\x3f\xd6\xf4\x09\x14\x4d\x29\ \xc0\xd7\x78\x98\x8d\x7b\x4a\x69\x6d\x6d\x86\xb4\xd9\xdc\x73\xfb\ \x55\x24\x8e\xf5\x0b\xf3\xd3\x6d\xab\xa2\xb2\xb4\x9c\x0a\xdb\x00\ \x33\x2e\xbe\x85\xeb\x16\x4e\xc0\x10\x13\x8f\xc9\x53\xc7\xa7\xab\ \x36\x60\x73\xc7\xf3\xc3\x3b\x6f\x63\x42\xac\x06\xbd\x41\x47\xd5\ \xae\x4d\xec\x39\xde\x4b\x72\x7a\x1c\xdd\x03\x01\xa6\x2f\x5e\x48\ \x92\xbe\x93\x23\x65\x4d\x4c\x5a\xb4\x94\xac\xa8\x91\x73\x1d\xb6\ \xed\xe4\xfd\xf5\x25\xf4\x76\x37\xd1\x4b\x06\x3f\xfa\xc9\x1d\x14\ \xc6\xfa\x28\x39\x5c\x4b\xc6\xd9\xe7\x32\x3e\x21\x4c\x45\xe9\x61\ \x62\x27\x9f\xc3\xd4\xc2\x49\x58\xfc\x4d\xac\x5e\xb1\x86\x3a\x97\ \x85\xab\x6f\xbf\x83\x49\xf1\x26\xa2\xb5\x32\x65\xdb\x36\x70\xa0\ \xb6\x9f\x09\x67\x2f\x66\x5a\xaa\x92\xad\x9f\x7e\xca\xbe\xea\x7e\ \xe6\x5c\x7d\x17\x97\xcf\x32\xb3\xfe\xcd\xd7\xf8\x70\xf5\x26\xda\ \xc3\x19\xdc\xf8\x83\x2b\xc9\xb0\x7c\x79\xf9\xa8\x48\x37\xf6\xff\ \x63\x44\xba\xb1\x47\x10\xc1\xbf\x0a\x27\x7f\x7f\xf0\x3e\xdc\x67\ \xff\x8c\x3b\x97\xe4\x7f\xa5\x7b\xde\xff\xf2\x2f\xf9\xc4\x3d\x9f\ \xc7\xef\x5d\xfa\x1f\x3b\x3a\xff\xee\x32\xf6\x88\x7b\x24\x82\x08\ \x22\xf8\x27\x3d\x6d\x6e\x94\xe6\x3c\xa6\x8e\x4b\xf9\x8a\x77\x1c\ \xc4\xae\x48\x64\xca\xf4\xc2\xef\xf4\xf0\x47\xb2\x47\x22\x88\x20\ \x82\x7f\x0e\x9a\x44\xae\xbf\xff\xfe\xaf\x61\xc7\x2a\x96\xdd\x74\ \xcf\x77\x7e\xf8\x23\x96\x76\x04\x5f\xce\xc6\xe9\x2a\xe5\x83\x77\ \x56\xd1\xff\x3f\x56\x54\x87\xe8\x6a\xae\xa5\x75\xc0\x7b\xda\xd2\ \x40\x4f\x15\xef\xbe\xb9\x86\x5e\x6f\x64\x1c\x23\x88\x20\x42\xda\ \x11\x7c\x25\xb0\x1d\xde\xc9\xd6\xe3\x43\xe8\xff\xc7\x77\x33\x17\ \xdb\x56\xbc\xc2\xc6\xca\xde\xd3\x96\xb6\x54\x6c\x63\x53\x55\x17\ \x2a\x5d\x64\x1c\x23\x88\xe0\x5f\x45\xc4\x3d\xf2\x1d\x44\xc0\xde\ \x43\x65\x75\x03\x6e\xb4\x64\xe4\x4c\x20\xcd\xaa\xa6\xa3\xbe\x1a\ \x5b\xe7\x00\x9a\x98\x4c\x8a\x27\x64\xa2\x55\x02\x84\x19\xee\x68\ \xa0\xa9\xb3\x93\x6d\x7b\xaa\xc8\x98\x79\xcb\x68\x1e\x71\x98\xbe\ \xb6\x06\x1c\xea\x44\x72\x12\x4c\x84\x3c\x83\xd4\xb7\x3b\x49\x4f\ \x36\x53\xb4\xe8\x46\xd2\x0b\x46\xba\x58\x0f\x75\x34\xd0\xd4\xde\ \xc9\xde\xed\xe5\xe4\x16\xdf\x48\x34\xe0\xe8\x69\xa4\xa2\xa6\x1d\ \x43\x72\x3e\xc5\xb9\x89\x08\x80\xbb\xaf\x89\xb2\xea\x16\x54\x71\ \x39\x4c\x9a\x90\x86\x5a\x00\x57\x6f\x0b\xe5\xd5\x36\x24\x7d\x2c\ \x05\xc5\x45\xc4\x68\x22\x9a\x8c\x11\x44\x00\xa0\xfc\x67\x35\xa5\ \xc7\x52\xe4\xc2\x61\xc2\x30\x9a\x55\x21\x10\x0c\x85\x20\x3c\xf2\ \xb9\x52\xa9\x04\x41\x18\xc9\xca\x08\x87\x51\x28\x14\x08\xa2\x80\ \x24\xc9\x88\x82\x80\x24\x8d\x14\x01\x0b\xa2\x80\x28\x88\x88\xa2\ \x48\x38\x0c\x4a\xa5\x02\x49\x92\xc7\xd2\xe8\x44\x51\x44\x96\x65\ \x64\x59\x3e\x2d\x12\x2b\xcb\x32\xa1\x50\x08\x59\x96\x51\xa9\x54\ \x84\xc3\x61\xe4\xb0\x8c\x52\xa1\x40\x96\xc3\x08\x02\x48\xd2\xc8\ \x77\x22\x38\x1d\x7d\x95\x1b\xf9\xeb\xcb\xeb\x50\xc4\x5b\x69\x38\ \x78\x88\xf1\xd7\xff\x95\x5f\xcd\xac\xe6\x77\x7f\xf8\x98\xb4\x09\ \x79\x34\x97\xbd\xc4\xa4\x1f\x3c\xcc\x9d\x8b\xf2\x38\xba\xfa\x45\ \xde\xd8\x54\x4b\x62\xa2\x81\x23\xc7\x86\xf8\xc1\x75\x99\x63\xdb\ \xd9\xfd\xe1\xb3\xec\x8c\xba\x82\xa7\x6f\x3e\x8b\xfa\x2d\xaf\xf0\ \xd4\x91\x44\xee\x3e\x57\xcf\x93\xef\xb6\xf3\xe4\xd3\x13\xa9\x58\ \xff\x12\x2f\xad\xab\x26\x21\xc5\xc8\xa1\x52\x2f\x3f\xbc\xb2\x88\ \xe1\x8a\x55\x3c\xf4\xdc\x56\xac\xe9\xb1\xd8\x1a\x3f\xe4\xb2\x07\ \x9e\x66\x41\x68\x17\xbf\x7b\x7a\x05\x9a\x84\x64\x7a\x6d\x6f\x70\ \xc6\x2d\x8f\xf2\x83\xbc\x21\x9e\xf9\xd3\x2b\x84\x12\xd2\xd1\x6b\ \x62\x88\xcf\x9f\x18\x21\xed\x08\x22\x38\x41\xda\x7a\xbd\x01\xa5\ \x52\x41\x58\x0e\x23\x85\x47\x08\x5c\x14\x44\x10\x40\x18\xf9\x85\ \x2c\xcb\x08\x80\x1c\x0e\xe3\x74\x38\x61\x34\xfd\x4d\xa9\x54\x12\ \xf0\xfb\xf1\xf9\x7c\xc4\x5b\xad\x88\x0a\x11\xa7\xc3\x49\x67\x47\ \x07\xa1\x50\x08\xad\x4e\x87\x80\xc0\xf0\xf0\x10\xc1\x60\x10\xb3\ \xd9\x82\xdf\xef\xc3\x64\x32\x21\xc9\x32\x7e\x9f\x1f\x49\x96\xf0\ \x78\x3c\x28\x14\x8a\xd1\xfc\x67\x3d\x1a\x8d\x06\x8f\xc7\x83\xd7\ \xeb\x45\xa7\xd3\xa2\x56\x6b\x08\x06\x83\xa3\x64\x1f\xc6\x68\x34\ \x11\x1f\x1f\x8f\xc1\x60\xa0\xb1\xd1\x86\x5a\xad\x42\xa7\xd5\xd1\ \xdd\xdd\x8d\xde\x60\x40\x0a\x49\x98\xcc\x26\x12\x13\x13\x22\x8d\ \x0e\x4e\x85\xb3\x86\x67\x9e\xfe\x90\x8c\xef\x3f\xc4\x2d\xf3\x35\ \x3c\xf6\xb3\x4e\x32\x8b\x12\xa9\xdd\xf1\x26\xfa\xf1\x17\xf1\xc0\ \xcf\x2f\x64\xef\x5b\x0f\xf2\x6e\x4d\x2b\x7d\x49\x36\x5e\x5a\x5b\ \xcf\x8d\x8f\x3c\xc1\x74\xf1\x08\x3f\xeb\x5c\x4b\x7a\x52\xec\xe8\ \x86\x04\x62\x63\x62\x51\x7a\x42\xc0\x00\x9f\x6d\x6f\x61\xe9\x8d\ \xb7\x10\xac\xfe\x0b\x29\x45\xf3\x91\x6d\x5b\x78\xe6\xa3\x6a\xae\ \x7d\xf8\x31\xce\x89\x3a\xc2\xbd\x7d\x9f\x91\x1e\xdb\xcb\xf3\x8f\ \xae\x67\xd6\xad\x7f\xe6\xaa\x29\x1e\x7e\x73\xeb\xaf\xe8\xe9\x2c\ \xe7\x8d\xb5\xef\x13\xb7\xf4\xa7\xdc\x7f\xfe\x04\xf6\xbf\xf3\x1b\ \xde\x3c\x52\xc5\xf7\x54\x4e\x2a\xba\x14\xdc\xff\xf3\xbb\x98\x92\ \xa8\x8e\x5c\xb7\x08\x22\x38\x95\xb4\x75\x2a\x0d\x16\x8b\x05\xb5\ \x4e\x8b\x3f\x18\x40\x54\x28\x50\xab\x54\x08\xa3\x96\xb2\x30\x6a\ \x19\x0b\x82\x40\x30\x18\xa4\xab\xab\x94\x8e\xce\x6e\xf4\x7a\x03\ \x02\x12\x5a\x9d\x96\xaa\xca\x4a\x7e\x70\xc3\x0d\x78\x5c\x2e\xca\ \x6d\x65\x94\x94\x1c\x24\x14\x0a\xa1\x52\x69\x08\xcb\x61\x4a\xcb\ \x4a\xb1\x0f\xdb\xc9\xcb\xcb\x23\x24\x85\x28\x2a\x2a\x22\x3b\x3b\ \x9b\xfa\xfa\x7a\x76\xed\xda\xc5\xd0\xf0\x10\x1e\xbf\x87\x23\x47\ \x4a\xc9\xcb\xcd\xc1\x6a\xb5\xd2\xdd\xdd\x4d\xa3\xad\x99\xa8\x28\ \x33\x99\x19\x19\x38\x1c\x0e\x86\x87\x87\x09\x87\x25\x0a\x0a\x0a\ \x99\x34\x69\x32\xd1\xd1\xd1\x1c\x3c\x70\x08\xa3\xd1\x88\xd5\x6a\ \xc5\xef\x0f\xa2\x52\x29\x31\x9b\xa3\x29\x2a\x2a\x24\x25\x25\x39\ \x42\xda\xa7\xa0\xe3\xe8\x56\xfa\x63\x26\x71\xff\xfc\x0c\xb0\xed\ \xa4\xcb\x19\xc3\x15\x99\x02\xdb\xdf\x19\x24\x6d\xf6\x14\x40\xa6\ \x7f\xd0\x41\x76\x96\x81\x23\xfb\xd7\x11\x3b\xf7\x4a\x66\x25\x29\ \x69\xdb\x71\x10\xbf\x35\x9d\x8c\xd8\x93\xdb\x4a\x88\x32\xa3\x18\ \xf4\x50\xbd\x79\x05\xad\x51\x67\x70\xd7\x24\x33\xef\xbd\x3f\xcc\ \xb8\xa5\xb9\xd4\xef\x7a\x9e\x84\x73\x2e\xe0\x9c\x0c\x35\x3d\x5b\ \x4b\x09\x5b\xf2\xb0\x0e\x94\x50\xda\x33\x80\x7f\xcb\x1b\xfc\xee\ \xc3\x4e\x0c\xb3\xae\x65\xb1\xb9\x97\xc7\x07\x93\xb9\x67\xe1\x04\ \x40\x66\x78\xd0\x4e\x4c\x94\x91\xc4\xe9\xf3\xb9\xed\xe2\x56\x5e\ \x7e\xe8\x7e\x16\xde\xfc\x33\x2e\x9b\x91\x16\xb9\x78\x11\x44\x70\ \x82\xb4\x11\x40\xad\xd1\x10\x08\x06\x46\x5c\x1d\xa3\x55\x3c\xe1\ \x70\xf8\x0b\x6e\x09\x49\x92\x50\x2a\x55\xf4\xf5\xf5\x23\xd2\x4f\ \xce\xb8\x6c\xa4\x60\x90\xf2\xb2\x32\x8e\x1d\x3b\x86\x4a\x21\xa0\ \xd7\xeb\xc8\xcc\xcc\x44\x10\x04\x36\x6f\xde\x82\x4a\xa5\x66\xda\ \xb4\x69\x34\xda\x1a\x09\x84\x82\x98\x8c\x06\x82\xa1\x11\x95\xf2\ \xa2\xe2\x22\x8e\x1c\x3e\x42\x72\x4a\x32\xf5\x8d\xf5\xe8\xb4\xea\ \x31\x97\xc8\x09\xe2\xd6\x6a\x34\x64\x64\x64\x30\x34\x34\x34\x4a\ \xc0\x32\x43\x43\x43\x54\x56\x56\xe2\xf3\xf9\x50\x29\xd5\x63\xdd\ \xd5\x17\x2c\x58\x84\xc3\xe1\x40\xa5\xd2\x60\x30\x18\xbe\x53\x4d\ \x7b\xbf\x0c\x82\x1e\x0f\x3e\x9f\x80\x0c\x1c\x2d\xd9\x4d\x7f\x54\ \x21\x89\x81\x76\x1a\x06\x43\xcc\x2f\x4a\x81\x60\x17\x35\xb5\x7e\ \x26\x2d\xce\x40\x6e\x77\xe0\x95\x3c\x40\x90\xdd\xdb\x2b\x89\x49\ \xfc\x3e\xa7\xca\x34\x27\x65\x24\xe1\x5c\xfd\x11\xcf\xb4\x58\xb9\ \xfc\xde\x47\x51\xfb\x6b\x29\xb7\x8b\x5c\x54\x90\x8a\xbf\xcc\x8e\ \x47\x15\x02\x24\xb6\xef\x39\x8e\x32\xe5\x47\x98\x42\x65\xa8\x8d\ \xe9\xcc\x5b\x72\x1e\x59\x26\x0d\xf1\x99\xe9\x50\xb9\x06\xb7\xdb\ \x87\x2f\x08\x83\x95\x9f\xb3\xe6\x50\x80\xcb\x1e\x2c\x20\xe0\x0d\ \x71\xce\x15\xf7\xe2\x68\xfb\x09\x9f\x6e\xde\xcf\xd4\x28\x17\x61\ \x4b\x2a\x39\xf1\xa6\xc8\x45\x8c\x20\x42\xda\x5a\x8d\x16\xa7\xd3\ \x81\xd6\x60\x40\xa1\x54\x20\x08\xc2\x69\xfe\x62\x60\xd4\xe7\x1c\ \x26\x14\x0a\x11\x1b\x1b\xcd\xd4\xc9\xc5\xb8\xdc\x2e\x12\x93\x92\ \x38\x72\xf8\x10\x3a\x9d\x96\x66\x5b\x23\xb9\xb9\xe3\x88\x8a\xb2\ \x10\x1f\x1f\x87\x46\xad\x65\x62\x61\x11\x4d\x4d\x4d\xd8\x87\x86\ \x71\x0c\x8d\x94\x7e\x0b\x26\x13\x75\xd5\xb5\x98\x8d\x66\x66\xcd\ \x9a\x45\x94\x25\x0a\x9d\x5e\x87\x4e\xa7\x43\xaf\xd7\xe3\xf1\x78\ \x88\x8a\x8a\xc2\xeb\xf5\x22\x49\x12\x1a\x8d\x06\xbd\x5e\x8f\xd7\ \xeb\x1d\x2d\x25\x17\xf1\xfb\xfd\xb4\xb5\xb5\xa1\xd3\xe9\x88\xb7\ \x26\x90\x9e\x9e\x81\x52\xa9\x22\x14\x0a\x71\xcd\x35\xd7\xe0\xf1\ \xf8\xf0\xf9\x3c\x63\xbe\xf3\x08\x46\x90\x3e\xfb\x5c\xf2\xb6\xfc\ \x85\x9f\xdf\xf5\x5f\x24\xeb\x5c\xa4\x65\xce\x64\xc8\xd6\x88\x4f\ \x95\xc3\xc4\x64\x05\x81\x2e\x1b\x1d\xca\x04\xce\xcb\x4c\x26\x6d\ \xc1\x72\x3e\x7f\xec\x0d\xee\x6d\xda\x8a\x2a\xa0\x23\xad\xe8\x74\ \xc2\xb4\x64\xa5\x13\xf4\xf6\x93\x71\xee\xdd\x2c\xc8\xd6\xe0\x2a\ \xaf\x40\x36\xa6\x90\x9f\x20\xa2\x5e\x7a\x3e\x2b\x1f\x7b\x87\x7b\ \x7e\xb1\x1f\x5d\x50\x41\xd2\x44\x35\x96\x29\xe7\xb2\x64\x42\x05\ \x2b\x5e\x7d\x0e\x83\x3e\x9e\x73\x6f\xbc\x85\xf9\x45\x67\xb3\xb0\ \x78\x07\x4f\xdc\x7f\x07\x06\x8d\x96\xb9\xb7\xfd\x8c\x79\x19\x4e\ \x5e\x7e\xf4\x11\xea\xdc\x61\x24\x45\x22\xd7\x5d\x33\x9e\x35\x4f\ \xfd\x0e\xf9\xa2\x87\xb9\x6f\x49\x84\xb4\x23\x88\x40\xa8\xad\xac\ \x0a\x27\x27\x27\x23\x0b\x02\x2a\xb5\x6a\x8c\xa0\x05\x41\x18\x09\ \x20\x8e\xfe\x0d\x87\xc3\x04\x02\x01\x7c\x3e\x3f\x55\x55\xd5\x28\ \x95\x4a\x14\x0a\x91\xc6\x86\x06\x6a\xab\xab\x08\x05\xfd\xc4\xc7\ \x27\xa0\xd3\x69\xf0\xb8\xdd\x44\x47\x47\x13\x1b\x63\xa5\xae\xae\ \x9e\xae\xce\x6e\x2a\x2a\xcb\x11\x05\x11\xad\x4e\x8b\xd5\x1a\x4f\ \x7a\x7a\x1a\xd9\xd9\xd9\x6c\xde\xbc\x99\xc6\x26\x1b\xbe\x80\x8f\ \x8a\xaa\x4a\xb4\x1a\x2d\x79\x79\x79\xf4\xf7\xf7\xd3\xde\xde\x4e\ \x56\x56\x16\x49\x49\x49\x63\x44\xad\x56\x2b\x51\x28\x94\x04\x02\ \x41\x66\xce\x9c\x49\x7d\x5d\x03\xe9\xe9\x19\xb8\xdd\x1e\x52\x52\ \x52\x59\xb8\x70\x21\x05\x05\x23\x15\x53\xca\xff\x47\xc7\x8c\xef\ \x7a\x19\xfb\x48\x9b\x25\x1f\x7a\x93\x05\xb5\x02\xc2\x61\x99\xa0\ \x24\xa0\xd3\xaa\x08\x4b\x01\xbc\xc1\x30\x3a\xad\x66\x44\x3c\xdf\ \x6d\xc7\xe9\x0b\x63\xb6\x18\x11\x10\x50\x29\x4f\xd5\x69\x91\xf1\ \xfb\x03\x28\xd4\x23\xfd\xf8\xe4\xa0\x9f\x80\x24\xa2\xd5\x8e\x0c\ \xba\xdf\xed\x18\x5d\xd7\x80\x88\x80\x52\xa9\x40\x96\xfc\xd8\x87\ \x1d\x48\x82\x1a\xb3\xd9\x3c\xd2\x33\x52\xf2\x33\x34\xe4\x40\xd0\ \x9a\x89\x32\x6a\x20\x2c\xe1\x72\x3a\xf0\xfa\x42\x68\x4d\x16\x4c\ \x3a\x15\x7e\xaf\x17\x51\xad\x43\xa5\x88\x04\x23\x23\xf8\xcf\xc7\ \xbf\xbd\x1b\x7b\x5f\x5f\x1f\x59\x59\xd9\xa0\x10\x11\x44\x61\x2c\ \x5b\x43\xa1\x50\x20\x8a\xe2\x98\x3f\x3b\x1c\x0e\xa3\x52\xa9\xf0\ \x7a\x7d\x0c\xf4\xf7\xb3\x6f\xef\x5e\xd2\xd2\x52\x71\xd8\x87\x69\ \x69\xb2\xe1\xf5\xf9\x70\xbb\x9c\xc4\xc6\xc6\x62\x34\x1a\x39\x76\ \xec\x18\x59\x99\x39\x84\x65\x89\xa1\xe1\x7e\xac\xd6\x58\x52\x53\ \xd3\xa8\xaf\xaf\xa7\xad\xad\x85\xc1\xc1\x7e\x24\x29\x44\x6c\x6c\ \x0c\x8d\x8d\x0d\x0c\x0c\x0c\x20\x4b\x32\x4a\xa5\x92\x70\x38\x8c\ \x28\x8a\x84\x42\x21\xe2\xe3\xe3\xc7\x5c\x35\x00\xa1\x50\x88\x70\ \x18\x62\x62\x62\x68\x68\x68\x20\x1c\x0e\x13\x0c\x06\xb1\x58\x2c\ \x2c\x58\xb0\x80\xc4\xc4\x04\x8e\x1d\x2b\xc5\x68\xd4\x53\x54\x3c\ \x81\x50\x28\x62\x6d\x9f\x0a\x85\xda\x40\x6c\xdc\xe9\x13\xcb\x89\ \xc9\x4d\x50\xa8\xd1\x9f\xc2\xcb\x1a\x83\x05\xcd\x7f\x3b\x07\x89\ \x68\x34\x27\xd5\xfd\x44\x95\x06\xad\xea\xd4\x75\xcd\x5f\x58\x57\ \x54\x68\x88\x8e\xb5\xfe\xc3\x01\x69\x88\x8e\x3b\x65\x99\xa0\xc0\ \x68\x8e\xc6\x68\x3e\x65\x5b\x3a\x7d\xe4\xc2\x45\x10\xc1\x89\xe7\ \x55\x21\x8a\xc8\xb2\x84\x1c\x96\x91\xe4\x11\x82\x53\x2a\x95\x88\ \xa2\x78\x9a\x4a\x55\x20\x10\x60\x70\x70\x90\x60\x20\x48\x42\xbc\ \x15\x83\x41\x4f\xc0\xe7\x85\xb0\x8c\x4a\xad\xa2\xbd\xbd\x05\x8f\ \xc7\x85\xd3\xe1\x40\xaf\xd5\xd0\xd2\xd2\xc6\x60\xef\x00\x31\x31\ \xb1\x68\x94\x6a\xdc\x0e\x17\x6d\xcd\x2d\xa4\xa7\xa4\x52\x5f\x5f\ \x4f\xc0\xeb\xa3\xa6\xb2\x8a\x9c\x9c\x71\xa4\xa4\xa6\x32\xe4\xb4\ \x23\x08\x02\x4a\xa5\x12\xad\x56\xcb\xf0\xf0\x30\x0a\x85\x02\x8f\ \xc7\x43\x52\x52\xd2\x58\x40\x54\x14\x15\x98\x4c\x26\x0c\xa3\x16\ \xad\xc3\xee\xc2\x6a\xb5\xb2\x6c\xd9\x32\x16\x2d\x5a\xc2\xc1\x83\ \x07\xa9\xaf\xaf\x23\x3b\x3b\x1b\x41\x10\x81\x08\x69\x47\x10\x41\ \x04\xdf\x22\xd2\x96\x24\x89\xce\xce\x4e\x54\x5a\x0d\x3a\xbd\x1e\ \xbd\x5e\x8f\x52\xa9\x44\x92\xa4\xd1\x0c\x90\x11\x5f\xb1\xd3\xe9\ \xa4\xb5\xb5\x95\x8a\xf2\x72\x5a\x9a\x9a\x39\x74\xa8\x04\xbd\x4e\ \x47\x5c\x6c\x0c\xbd\x7d\x3d\xc8\x72\x18\x93\xc1\x40\xd0\xef\x47\ \xd4\xeb\x50\x2a\x44\x86\x86\x07\x51\x6b\xd4\x58\xad\x56\xda\xda\ \x5b\x51\x28\x14\x98\x7d\x46\x04\x11\xec\x8e\x61\x32\x33\xd3\xe9\ \xef\xef\xc1\xe7\xf3\x92\x91\x91\x49\xa3\xcd\x46\x20\x10\xc0\x60\ \x30\x8c\xf9\xb3\x43\xa1\x10\x3a\x9d\x0e\x95\x4a\x85\xc7\xe3\x21\ \x3f\x3f\x8f\xa9\x53\xa7\xe2\x74\xba\xc8\xca\xca\xa2\xfc\x78\x25\ \xb2\x2c\x33\x38\x38\xc8\x91\x23\x47\x38\x7e\xfc\x38\x59\x59\xd9\ \xe4\xe4\xe4\x44\x7c\xda\x11\x44\x10\xc1\xb7\x8f\xb4\xc3\x08\x18\ \x0c\x06\x44\x95\x12\x95\x7a\xd4\x1f\xe9\xf7\x13\x08\x04\x50\x8f\ \x6a\x43\xbb\xdd\x6e\x14\x0a\x05\x6a\xb5\x1a\x87\xdd\x4e\x73\x93\ \x0d\xbf\xcf\x4b\x5f\x4f\x37\x6d\xad\xcd\xc8\xb2\x84\x41\xaf\x47\ \x0a\x04\x08\xca\x32\xb2\x14\x42\x96\x43\xf8\x7d\x7e\x7c\x3e\x2f\ \xed\x6d\xad\x48\x52\x10\x85\x42\xa4\xa3\xb3\x83\x40\xc0\x8f\x5a\ \xad\xa2\xa5\xa5\x79\x64\x3f\x3a\x1d\x4a\x95\x9a\xe8\xe8\x68\xec\ \x76\x3b\x43\x43\x43\x88\xa2\x88\x46\xa3\x21\x2b\x2b\x8b\xc2\xc2\ \xc2\x91\x89\x65\x94\xb8\x9d\x4e\x27\x06\x83\x91\xe8\xe8\x68\x32\ \x33\x33\xf0\x7a\x7d\x74\x77\x77\xd3\xd6\xd6\x81\x46\xa3\x66\xf7\ \xee\x5d\xc8\xb2\x44\x4a\xea\x59\x04\x02\x91\x94\xbf\x08\x22\x88\ \xe0\xdb\x03\xb1\xa7\xbb\x1b\x51\x10\xd1\xeb\xf5\x08\x08\x63\xfe\ \x6c\xa3\xd1\x88\x4a\xa5\x42\xad\x56\x13\x13\x13\x83\x20\x08\xd4\ \xd7\xd7\xd3\xdb\xdb\x8b\xd5\x1a\xc7\x92\x25\x4b\x98\x38\xb1\x00\ \x85\x42\xc4\xe9\x74\x22\x02\xc1\x50\x10\x59\x96\xe8\xe8\x6c\xc7\ \xe9\x74\x12\x0a\x06\xe9\xee\xec\xc6\x61\x77\x20\x05\x25\x1c\x43\ \xc3\xb8\x9d\x2e\x44\x41\x24\xe4\x0f\xe0\x72\xba\x98\x39\x63\x26\ \xd1\xd1\xd1\x34\x35\x35\xe1\xf1\x7a\x51\xa9\x54\x04\x02\x81\xb1\ \x49\x43\xa9\x54\x62\xb3\xd9\x68\x69\x69\x41\x14\x45\x4c\x26\x23\ \x13\x27\x4e\x44\xad\x56\x93\x94\x94\x84\x42\xa1\x20\x31\x31\x91\ \x40\x20\x80\xd3\xe9\x64\x70\x70\x08\xaf\xd7\x4b\x6f\x6f\xef\xa8\ \x7b\x24\x82\x08\x22\x88\xe0\x5b\x64\x69\xeb\xf5\x7a\x8c\x16\x33\ \x61\x01\xe4\x90\x04\x48\x28\x15\x0a\x14\x0a\x05\xb2\x2c\x13\x0e\ \x87\x71\xbb\xdc\xd4\xd6\xd4\x62\xb3\xd9\x50\xa9\x94\x98\x0c\x31\ \x4c\x9c\x58\x88\xdd\x3e\x44\x7b\x6b\x1b\x0e\x86\x30\x99\x4c\x08\ \x8c\xf8\xbe\x35\x6a\x2d\x5a\xad\x06\x49\x0a\x23\x85\x24\xbc\x1e\ \x0f\x46\xb3\x09\x49\xa3\x26\x14\x0a\x11\x0a\x06\xd0\x68\x35\xa8\ \xd5\x6a\x5a\x5a\x9a\xe9\xee\xef\x47\xa3\xd5\x8c\xb8\x43\x82\x41\ \x54\x2a\x15\x7e\xbf\x9f\xf4\xf4\x74\xa2\xa2\xa3\xd0\x68\x34\x74\ \x76\x76\x22\x08\x02\x81\x40\x00\x8f\xc7\x83\x4a\xa5\x42\xa3\xd1\ \x8e\x95\xab\xd7\xd4\xd4\x50\x58\x58\x84\x24\x49\x4c\x9b\x36\x9d\ \x39\x73\x66\x13\x0c\x06\x23\x57\x38\x82\xaf\x0d\x76\xfb\x10\xdd\ \x9d\x9d\x48\x52\x44\x4e\xe1\xdb\x82\x70\x38\x8c\x46\xa3\x25\x35\ \x2d\x03\xad\xee\xeb\x51\x40\x53\xaa\x94\x4a\x54\x0a\x25\x76\x8f\ \x1b\xb5\x46\x8b\x2c\x49\x04\x43\x32\x2a\x35\x10\x1e\xf9\x69\x6b\ \x69\x61\xb0\xaf\x17\x85\x2c\x23\x86\x65\x44\x59\xe2\xf8\xd1\x23\ \xf4\x74\x74\x10\x65\x36\xd1\xd5\x25\xd2\xd9\xdd\x4d\x5c\x9c\x15\ \x8d\x46\x8d\xa0\x54\xe3\x0d\x48\xc8\x72\x88\xe8\x28\x0b\x6e\xb7\ \x9b\xb0\x28\xe3\xf6\xb9\xc7\x52\x07\xe3\x13\x12\xd0\x6a\x34\xd8\ \x9a\x6d\x98\xa2\xa2\x31\x19\xcd\x28\x04\x05\x4e\x8f\x93\x9e\x9e\ \x3e\x82\x81\x10\x26\xa3\x99\x84\xf8\x24\xec\xc3\x76\x74\x5a\x03\ \x82\xa0\x60\x68\xc8\xc9\xee\xdd\xfb\x48\x4a\x4c\xa6\xa2\xbc\x1a\ \xaf\xd7\x8f\xcb\xe5\x21\x3f\x7f\x3c\x92\x24\x91\x9d\x9d\x8d\xd1\ \x68\x22\x1c\x8e\xb8\x45\x22\xf8\xfa\x30\x3c\x38\x40\x75\x55\x25\ \xd1\xd1\xd1\xa8\xd5\x9a\xc8\x80\x7c\x8b\xe0\x76\xbb\xa9\xaa\x3c\ \x4e\xf1\xe4\x69\x23\x3a\x4b\x5f\x35\x69\xf7\xf5\xf6\x32\x3c\x34\ \x84\xca\x68\x46\xa3\xd3\x22\x05\x43\x84\xe5\x91\xfc\xe4\x50\x28\ \x88\x14\xf4\xe0\x73\xbb\xf1\xb9\xdc\x24\x27\x24\x50\x5b\xdd\x4f\ \x67\x6f\x17\x2e\x97\x8b\x50\x48\x46\xab\xd5\x62\x34\xea\x71\x7b\ \x7d\x84\x05\x11\xa7\xdb\x8b\x5e\x6f\x00\xc2\x18\x8c\x46\x10\x05\ \xb4\x7a\x2d\x0a\xa5\x12\x41\x21\x12\x65\xb1\xd0\xd3\xd3\x43\x9c\ \x35\x8e\xb6\xb6\x36\x14\x6a\x25\x2e\x8f\x1b\x87\xc3\x8b\x4a\xa5\ \x26\x18\x94\x68\x6f\x6b\xc7\x62\x89\xc2\x6a\x8d\x87\x30\x58\x2c\ \x16\xe6\xce\x9d\xcb\xa1\x43\x87\x48\x4c\x48\xe2\xdc\xe5\xe7\xb3\ \x6b\xd7\x2e\x3e\xff\xfc\x73\x12\x13\x13\xc9\xce\xce\x26\x31\x31\ \x89\xc4\xc4\x44\x8a\x8b\x8b\xf1\xf9\x7c\xb8\x3d\xae\x48\x45\x64\ \x04\x5f\x1b\x5a\x9a\x9b\x88\x4f\x48\x20\x27\x37\x3f\x32\x18\xdf\ \x42\x54\x55\x1c\xa7\xaf\xb7\x87\xa4\xe4\x94\xaf\x7c\xdf\xa2\xdb\ \xed\xa6\xa5\xb9\x19\xb7\xdb\x4d\x28\x24\xa1\x54\x2a\x50\xa9\x54\ \xc8\x72\x08\x95\x42\xa4\xbf\xb7\x8f\xe1\xa1\x41\x0a\x0b\x0a\x70\ \xbb\x5c\xd8\x1d\x76\xc2\xe1\x30\x92\x24\x21\xc9\x32\x08\x02\x5a\ \xad\x0e\x9f\xcf\x87\xc7\xe3\xc6\xef\xf7\xe3\xf7\xfb\x00\x01\x87\ \xc3\x4e\x6f\x6f\x2f\x7d\x7d\xfd\xf8\x7d\xfe\x31\x35\xbf\x50\x28\ \x44\x4b\x4b\x0b\xf1\xf1\xf1\xe8\x74\x7a\x7c\x5e\x1f\x3d\x3d\x3d\ \xb4\xb7\xb7\xa3\xd1\x8c\x94\xb2\x3b\x9c\x0e\x94\x4a\x25\x2a\x95\ \x8a\xc2\xc2\x42\x94\x4a\x25\x82\x20\xe0\xf5\xfa\x08\x87\xc3\xc4\ \xc7\xc7\x8f\xa5\x04\xca\xb2\x8c\x4e\xa7\x23\x37\x37\x97\xbe\xbe\ \x3e\x12\x13\x13\x23\x65\xec\x11\x7c\xad\x08\x86\x82\xe8\xf4\x91\ \xfc\xf2\x6f\x2b\x34\x1a\x0d\xc1\x60\xe0\x6b\xd9\xb7\x58\x5e\x76\ \x1c\x9f\xdf\x8f\xc7\xeb\xc2\xef\xf5\x8e\xb8\x44\x64\x99\x50\x20\ \x44\x73\x53\x23\xe5\xe5\xc7\x29\x2d\x2b\xa3\xbc\xa2\x8c\x60\x28\ \x80\x2c\x87\x09\x87\xc3\xe8\xf5\x7a\x42\xa1\x20\x6e\xb7\x1b\xbd\ \x4e\x47\x54\x54\x14\x76\xbb\x03\xb5\x5a\x8d\xd7\xeb\x23\x10\x08\ \x90\x94\x94\x4c\x28\x24\x13\x15\x15\x83\xd3\xe9\x46\x96\xc1\xe3\ \xf1\xa2\xd3\x19\x08\x87\x05\x1c\x0e\x17\x3a\x9d\x1e\xa5\x62\x84\ \x90\x47\x8a\x77\xbc\x84\x42\x21\x52\x92\x53\x28\x28\x28\x40\xa5\ \x52\x61\x30\x18\x46\xc5\xa2\xc2\xb8\x5c\x2e\x1a\x1a\x1a\x48\x4b\ \x4b\xc3\x6a\xb5\x62\xb5\x5a\xe9\xeb\xeb\x23\x3a\x3a\x9a\x60\x30\ \x48\x62\x62\x22\x9d\x9d\x9d\xf4\xf5\xf6\xfd\xbb\x2a\x92\xbe\x75\ \xb0\xf7\xb4\xd1\xd1\xeb\xfe\x5a\x8f\xc1\xd5\xdb\x42\x5d\x73\x0f\ \xff\x38\xcd\x7a\x86\xba\x69\xef\x1a\xe4\x9b\x36\xfd\x0a\x08\x10\ \xb1\x19\xbe\xbd\x10\x84\x91\x6b\xfc\x75\x90\xb6\x42\x84\xd4\xe4\ \x64\x0c\x3a\x3d\x61\x59\xc6\xef\xf3\x21\xc9\x21\x94\xaa\x91\xd2\ \x38\xa5\x28\x80\x1c\xc2\xd6\xd0\xc8\xf0\xf0\x10\x4e\x87\x03\x9f\ \xcf\x8f\x2c\xcb\x04\x02\xc1\x11\x9d\x92\x70\x18\x83\xc1\x80\xdb\ \xed\xc6\xed\x76\xe3\xf1\xb8\xb1\xdb\xed\x38\x1c\x0e\xb2\xb2\xb2\ \x46\x24\x53\xf5\x7a\xa2\xa2\xa2\xc6\x88\x57\x10\x84\x31\xad\x11\ \x41\x14\x88\x8a\x8e\x1a\xd3\xd0\x36\x9b\xcd\x44\x47\x47\x33\x30\ \x30\xc0\xde\xbd\x7b\xd9\xb9\x73\x27\xb1\xb1\xb1\x63\x16\xbe\x5e\ \xaf\x47\xa1\x50\x8c\x55\x42\x5a\xad\x56\xc2\xe1\x30\xdb\xb7\x6f\ \x67\xdd\xba\x75\xbc\xff\xfe\xfb\xe4\xe5\xe5\x22\x47\xfc\xda\xa7\ \x21\xe4\x75\xd2\xd5\xde\x42\x63\x63\x23\xad\x5d\xfd\x04\x46\xd3\ \xd8\xf7\xbe\xff\x32\xef\x6c\xb1\x7d\xa9\x6d\x84\x7d\xfd\x54\x94\ \x95\xe3\xfc\x27\x52\xe0\x2b\x36\xbf\xcd\xcf\xef\xb9\x8b\x07\x9f\ \x7a\x8b\x16\xdf\xff\xfb\x3b\x8d\x9b\xdf\xe1\xef\x2b\x0f\x7e\x61\ \x79\xfd\xc6\xbf\xf3\xf2\x8a\xbd\xdf\x6c\xfe\x93\x43\x0c\xf7\x75\ \xd2\xd4\x64\xc3\xd6\xdc\xc6\xb0\x7b\xc4\x42\x1b\xa8\xde\xcc\xa3\ \x7f\x7c\x83\x1e\xff\x17\x57\x91\x3c\xbd\x94\x55\x54\xe1\x88\x94\ \x1a\x44\xf0\x0f\x50\x8e\x1b\x37\x0e\x04\x19\x8f\xdb\x85\x4a\xad\ \x24\x18\x94\x51\xab\xf4\x84\x25\x09\x29\x38\x92\xc2\xe7\xf3\x7a\ \x71\x3b\x5d\x0c\x0e\x0e\x12\x1d\x6d\x01\x01\x1c\x8e\x11\xf7\x85\ \x80\x80\x6b\x34\x8f\x5b\x10\x84\x31\xc1\xa7\xb8\xb8\x38\xf2\xf2\ \xf2\x89\x8b\x8b\xa5\xa3\xa3\x13\x85\x52\x49\x4c\x4c\x2c\x20\xd0\ \xdd\xdd\x4d\x20\x10\xc0\x68\x34\xd2\xdd\xd3\x43\x4c\x4c\x2c\x5e\ \xbf\x34\x56\x42\x6f\xb1\x58\x90\x24\x89\xfe\xfe\x7e\x92\x92\x92\ \xe8\xe9\xe9\xa1\xb7\xb7\x17\xa5\x52\x89\xcf\xe7\x63\x70\x70\x10\ \xa3\xd1\x48\x5a\x5a\x1a\xdd\xdd\xdd\xe4\xe4\xe4\xd0\xd4\xd4\x44\ \x77\x77\x37\x5e\xaf\x97\xc5\x8b\x17\xa3\xd7\x1b\x70\x8c\x56\x59\ \x46\x30\x82\xea\x95\x4f\xf1\xc0\x8a\x2a\xc6\x17\x65\xe1\x1f\x1e\ \x42\x9f\x3e\x9b\x7b\x7f\x71\x3d\x21\x8f\x1b\xdf\x97\x4c\xb4\x09\ \x75\xee\xe3\xc5\x17\x76\x73\xcf\xb3\x8f\x63\x52\xfc\xff\x7f\x5f\ \xea\xd9\xcb\x4b\xef\xef\x63\xfe\xed\xf7\x33\x27\xdd\x84\xe5\xbf\ \x91\xc7\x96\x82\x7e\x82\x21\xe9\x0b\xb6\x8b\xe4\xf7\xe0\xf2\x06\ \xf8\x26\x5f\xc5\x50\x57\x29\xbf\xbb\xe3\x01\x86\xd3\x27\x61\x55\ \xf9\x70\xfa\x74\x5c\x74\xfb\x7d\x9c\x93\x98\xc3\x19\x33\x2c\xa7\ \x49\x07\x8c\xbd\x79\xb4\xee\xe1\x99\x57\xca\xf9\xe5\x13\x0f\x61\ \x56\x44\xee\xdd\x08\x4e\x21\xed\xc1\x81\x01\x6a\xaa\x6a\x48\xca\ \xce\x22\x36\x36\x06\xb5\x5a\x8d\x28\x82\x7d\x70\x18\xa5\x6a\x84\ \x88\x93\x53\x52\xe8\xeb\xee\xc1\xed\x76\x61\x32\x1b\xb0\x3b\x1c\ \xd8\xed\x76\x10\x14\xf8\xfc\xbe\x91\x7c\x6e\xad\x76\xd4\x17\x3e\ \xa2\x1f\xe2\x76\xbb\x47\x35\xb0\xed\x28\x14\x4a\xba\xbb\x7a\xd0\ \xeb\xf4\xe8\xf5\x06\xb4\x5a\x3d\x4a\xa5\x9a\x8a\x8a\x2a\xc2\x61\ \x09\x9d\xce\x88\xcf\xe7\x1b\x55\xf1\x13\x46\xd3\xf9\x34\x63\xca\ \x7f\xb1\xb1\xb1\xa8\xd5\x6a\x24\x49\x42\xa1\x50\x32\x63\xc6\x0c\ \x2c\x16\x0b\x81\x40\x80\xd7\x5f\x7f\x1d\xa5\x52\xc9\xbc\x79\xf3\ \x30\x99\x4c\x78\x3c\x1e\x26\x4d\x9e\x34\xd6\x30\x01\x22\xa4\x7d\ \x02\x6e\xa7\x8f\x9c\x33\xae\xe2\xcf\xbf\xbe\x08\x7c\xcd\x3c\xf4\ \x93\x07\x78\x6b\xc3\x2c\xa6\x1b\x95\x1c\x5f\xff\x1c\xbf\xaa\xd4\ \xa1\xb0\x4e\xe6\xe6\x5b\xaf\x23\xd3\xac\x60\xa0\x76\x37\xaf\xbe\ \xb5\x9a\x4e\x97\x48\xc1\xbc\x4b\xb8\xf1\xe2\x33\xd1\x68\x34\x78\ \xed\x35\x3c\xf6\xb3\xfb\xc9\xc9\x9e\xc9\x1d\x77\x5f\x4e\xeb\xb6\ \x77\x79\xf3\xb3\x12\x7c\xaa\x38\x16\x5d\xf6\x03\xce\x9b\x9e\x7a\ \x92\xb0\xdc\xbd\x0c\xba\x7a\xd8\xf1\xd1\x6b\xb4\xe6\xcd\xe4\xa6\ \x9b\x2f\xa0\x62\xf5\xcb\x7c\xb0\xa3\x0a\xd9\x90\xc2\x05\xd7\xde\ \xcc\xbc\xf1\x31\x63\xc2\x5c\x00\xde\xae\x63\xbc\xf2\xca\x7b\x34\ \x79\x34\x04\xda\xaa\x31\xce\x98\x85\x00\xf4\x55\x6c\xe5\xef\x1f\ \xac\xa7\xd3\xa3\x60\xca\xb2\x6b\xb9\x71\x49\x31\x43\x0d\x5b\x79\ \xfe\xd5\x75\xf4\x78\x55\x4c\x3f\xef\x1a\xae\x5f\x3c\x09\x01\xb0\ \xb7\x1e\xe6\xc5\x17\xde\xa7\x27\x10\x46\x56\xc4\x70\xfe\x0d\xb7\ \xb1\xb0\x30\x8e\xf6\xd2\x35\xbc\xf4\xce\x76\x1c\x92\x96\x19\xe7\ \xdf\xc0\xb5\x0b\xc6\xd3\xb8\xe3\x43\x5e\x5d\xb3\x1f\x5f\x58\x24\ \x2e\x3d\x97\x14\x83\x8f\xea\xca\x46\x14\x69\x33\xb9\xed\xf6\xeb\ \x49\xd7\x43\x5f\xd5\x76\xde\x78\xff\x33\xda\x5d\x02\xc5\x8b\xaf\ \xe6\xa6\xe5\x53\xa8\xfc\xe4\x49\xde\x6d\xcf\xe0\xbf\xee\xba\x14\ \xe3\xff\x64\x68\x07\xbc\x84\xb4\x79\xdc\xf9\xc0\x9f\x98\x62\x15\ \x38\xf8\xde\xef\x78\xe2\x85\x4f\xc9\xbd\x73\x3a\xb5\x35\x6d\x4c\ \x9b\x3f\x13\x1c\x4d\xbc\xf3\xca\x1b\x94\x34\x0d\x91\x31\xeb\x42\ \xae\x9c\x1d\x45\xa8\xf5\x18\x7f\xb9\xff\x7e\xf2\xa6\x2f\xe0\xa2\ \x33\x8c\xac\xfc\xbc\x89\xeb\xef\xbc\x9e\x44\x6f\x1d\xcf\xff\x6d\ \x0d\xb3\x6f\xfa\x19\xa9\x8d\xab\x78\xe6\xbd\xed\xd8\xc3\x26\x16\ \x5e\xf9\x63\x2e\x3c\x43\xcb\xea\x97\x5f\x66\x47\x75\x0f\xfa\xe4\ \xc9\xdc\x74\xdb\x8d\x64\x2b\xdb\x78\xff\x95\x37\x38\xd8\x30\x48\ \x4a\xf1\x3c\x6e\xbe\xe9\x42\xa2\x23\x8f\xc5\x37\x16\xa2\x48\x98\ \x40\xc0\x47\x8c\x25\x8a\x60\x28\x40\x38\x2c\x21\x4b\x12\x16\x8b\ \x19\x8b\xc9\x44\x82\xd5\x8a\x4a\xa1\xa0\xa0\x60\x02\x79\x79\xe3\ \x70\xb9\x5c\x28\x14\x8a\x91\x40\xa0\x28\x12\x0c\x06\xd1\xeb\xf5\ \xa8\xd5\x6a\xa2\xa3\xa3\x08\x04\x83\x04\x43\x23\xb9\xd6\xf6\x61\ \x27\x4a\x85\x0a\x6b\x5c\x3c\x0a\x51\x49\x74\x54\x2c\x4e\x87\x8b\ \xb0\x0c\x2a\x85\x9a\x89\x05\x45\x4c\x9b\x3a\x13\x41\x10\xc7\xca\ \xd6\x45\x71\xa4\x58\x27\x18\x0c\xa2\x54\x2a\x71\x38\x1c\x34\x37\ \x37\xe3\xf3\xf9\xb0\x58\x2c\x08\x82\x48\x47\x47\xc7\x98\xfe\x48\ \x76\x76\x36\x4b\x97\x2e\x65\xfa\xf4\xe9\x74\x74\x74\x70\xc6\x19\ \x67\xa0\xd3\xea\xb0\x35\xd9\x10\xc5\x88\x89\x72\xba\x1f\x4e\x1c\ \x1b\x93\xa0\xcb\x8e\x27\x14\x40\xa1\x56\x10\x94\x20\x75\xca\x52\ \xee\xba\xfb\x56\xe2\xba\x36\xf3\xc2\xa7\x47\xc0\x6f\xe3\xe9\xc7\ \x5f\x46\x39\xf5\x52\xee\xbb\xe5\x5c\x1a\xd7\x3e\xcb\x6b\xbb\xba\ \x40\x14\xd1\x99\xb3\xb8\xe1\x9e\xfb\xf9\xf1\x4d\x17\xe2\x3d\xb6\ \x92\x27\x5e\xdf\xcb\x9c\xab\xef\xe4\xa6\x45\xa9\x7c\xf4\xd7\x3f\ \xb2\xbb\xed\x64\xdb\x75\x29\x14\xc2\x60\x1d\xc7\x35\x77\xdc\xc7\ \xcd\x57\x2f\xa3\x77\xcb\x4b\x3c\xb3\xaa\x91\x0b\x6e\xb9\x97\x2b\ \xa7\x28\x79\xe5\xb1\x27\xa8\xf3\x83\x4a\x21\x20\x08\x0a\xc0\xcd\ \x9b\x7f\x79\x92\xb6\xe8\xb3\xb8\xe7\x8e\x1f\x32\x2d\x23\x8a\x30\ \x02\x21\x6f\x3d\x7f\x7d\xf6\x03\x92\x16\xdf\xc6\x2f\x6e\x9a\xcf\ \xfe\xb7\x9e\x66\x73\x7b\x98\xa1\xba\x3d\x54\xf9\x12\xb9\xf9\x9e\ \xbb\x59\x36\x25\x73\x6c\x8a\x1e\x6c\x2e\xa5\xa4\xdf\xc4\xb5\x77\ \xfd\x82\xf3\xf3\x3d\xbc\xf1\xc2\xab\xf4\x00\x49\x79\xb3\xb9\xf5\ \xa7\xbf\xe2\xf6\x0b\xc7\xb3\xf9\xf5\xd7\xa8\xf7\x43\xe3\xe1\x83\ \x38\x62\xce\xe1\x57\x3f\xbd\x11\x2a\xd6\x72\xd0\x91\xcc\xed\x3f\ \xbb\x03\x63\xe3\x26\xde\x5a\x57\x0b\xbe\x7a\x9e\x79\xe6\x5d\x62\ \xe6\xdd\xcc\xaf\x6e\x5d\xca\xe1\xf7\x9e\x61\x6d\x83\x8f\xf8\xf4\ \x5c\x0a\x72\x92\xbf\x54\xa3\x55\x41\x54\xa0\x54\x08\x80\x1f\xbb\ \xc3\x81\xa8\xd7\x10\xb2\x77\x72\xac\xac\x89\x30\x21\x3e\x7a\xfe\ \x31\xf6\xfb\x72\xb8\xf5\xee\x3b\xb9\x64\x6e\x31\xda\x90\x07\x55\ \xd2\x78\xae\xbf\xf7\x57\xdc\x7a\xe9\x42\x0c\x9e\x76\xca\xeb\x9a\ \xf1\x01\xc8\x4e\x1a\xea\x6a\xb1\x07\xa1\xe9\xe0\x4e\x7a\x75\xc5\ \xdc\x79\xdf\x8f\x99\x37\x31\x96\x9d\xaf\x3e\xc5\xa6\xee\x54\xee\ \xfb\xf5\xcf\x29\xf0\xec\xe3\xf9\x77\x77\x51\xb3\xf1\x43\xd6\x96\ \x0a\xdc\xfe\xc0\x83\x5c\xbb\x7c\x26\x86\x08\x61\x7f\xb3\x2d\x6d\ \x97\xdb\x8d\x40\x98\x81\x81\x3e\xf4\x3e\x03\x96\x0c\x13\x4a\x51\ \xc0\xe3\x72\xd1\xde\xde\xce\x91\x23\x87\xf1\x7a\x7c\x0c\x0e\xf4\ \xd1\xd4\x68\xc3\xeb\xf3\xa2\x37\xea\xc7\x94\xf7\xb4\x5a\x2d\x4e\ \xa7\x13\x85\x4a\x85\x20\x88\xb8\x9c\x4e\xe2\x62\x63\x49\x4c\x4c\ \x24\x3e\xce\x4a\x56\x56\x16\xbb\x77\xef\xc6\x6a\xb5\x32\x30\x30\ \x80\xd1\x68\x44\x96\x65\x66\xcc\x9c\xc1\x59\x67\x9d\x45\x6b\x6b\ \x2b\x7a\xa3\x81\x8e\xae\x6e\x3c\x9e\x11\x0d\xec\x84\x84\x04\x2c\ \x16\x0b\xc3\xc3\xc3\xc4\xc6\xc6\x32\x7e\xfc\x78\x1c\x0e\x07\xc1\ \x60\x10\x9f\xcf\x47\x49\x49\x09\x43\x43\x43\x4c\x9d\x3a\x95\x8c\ \x8c\x0c\xd4\x6a\x35\xe5\xe5\xe5\xe4\xe5\xe5\xa1\xd5\x6a\x79\xf1\ \xc5\x97\x68\x68\xac\xe3\xf7\xbf\x7f\x04\x8f\xc7\x13\xb9\xca\xa3\ \xd0\xaa\x05\x1a\xf6\xbf\xc3\xcf\xff\x6b\x2f\x7e\xbb\x83\xe8\x33\ \xaf\xe6\xe6\x85\xd9\x6c\x3f\x14\xc6\x9a\x9c\x47\x52\xca\x04\x16\ \xcc\x9f\xc9\x8b\x95\x3d\xb4\x1f\x6d\xa6\x57\x18\xcf\x1d\x97\xcc\ \x22\x5e\x80\x8b\x16\xef\xe2\x8d\x3d\xc7\xf1\x67\x8b\x28\x94\x3a\ \x12\x52\xe2\x31\xab\x61\xcb\x81\x63\x18\x26\x5e\xc4\xf9\xd3\xc6\ \x01\x56\xce\xde\xb9\x83\x9d\x15\x6d\x9c\x9d\x96\x37\xe2\x03\x0f\ \x87\x51\xaa\x0d\xc4\xa7\xc4\x62\x54\x48\xac\xd9\x57\x45\xc6\x59\ \x37\x72\xce\x84\x4c\x98\x70\x05\x85\x7b\xfe\x8b\x5d\x75\x4e\xce\ \x56\x88\x08\xa2\x82\x80\xa3\x81\xd2\x9e\x78\x7e\x78\xef\x85\x64\ \xa4\xc0\xb4\x82\x54\x1a\x06\x05\xfa\x5b\x4b\xa9\xe8\x18\x24\xb8\ \xed\x43\x9a\x71\xe3\x55\xaa\xb1\xf7\xba\x40\xa9\x26\x36\x29\x9d\ \xfc\xac\x14\xb4\xa7\xb1\xa4\x80\x29\x3e\x99\xcc\x8c\x04\xa6\x9e\ \xbf\x88\x4f\x8e\x7d\x46\xa7\x0b\x42\x95\x7b\x79\x6b\xfd\x11\x02\ \x81\x61\xbc\x2e\x37\x9e\x40\x10\x51\xa9\x21\x36\x31\x93\xf8\xd4\ \x62\x66\xcd\x2a\x64\x8b\x26\x95\x8c\xb4\xf1\x2c\x2c\x4e\x67\x4d\ \x6f\x07\x43\x1d\xc3\x94\xb7\x0f\xe2\xdd\xb9\x82\x4e\xd1\x8b\x47\ \xa9\x66\xa0\xd3\x8e\xf5\x9c\xf3\xb9\xf6\x4b\x11\xb6\x1a\xd1\x59\ \xc1\x53\x0f\xff\x82\x38\xa5\x17\xb7\x60\xe5\x9e\x7b\xaf\x22\x7e\ \x70\x13\x6a\x9d\x0e\xa9\xb7\x9a\xa3\x36\x0f\x17\xff\xf6\x72\x0a\ \x53\x46\x0a\x36\xec\xb5\x41\x44\x8d\x81\xf8\xe4\x18\x0c\x2a\xf0\ \x0a\x02\x1a\x8d\x8a\x91\xd0\xba\x88\x5a\xad\x41\x14\xc2\x84\x45\ \x0d\x09\x69\x59\xe4\xa6\xa6\x00\x83\x1c\x3c\x68\x63\x50\xf0\xf3\ \xe6\x8b\x4d\x0c\x77\x4b\xc8\xca\x01\xe2\x96\xcf\x21\x67\xcb\x3b\ \xbc\xfd\xd6\x2a\x2e\xbd\xfc\x22\x92\x22\x8f\xc2\x37\x9b\xb4\xfb\ \x07\xfa\x69\x69\x6e\xc1\x19\x08\x22\x88\x02\x3e\xaf\x87\xbc\x71\ \x39\x08\xa3\xe9\x74\xa1\x50\x88\xb0\x1c\xc2\xd6\xd2\x44\x58\x0e\ \x93\x93\x93\x4d\x5b\x47\x3b\xbd\xbd\xbd\x58\xa2\x62\xb0\x6a\x34\ \x34\xb7\xb6\x22\x28\x95\xe8\x19\x09\x22\x9e\x28\xa0\x89\x89\x89\ \xa1\xb1\xb1\x11\xb5\x5a\x4d\x56\x56\x16\x55\xd5\xd5\xf8\xfc\x7e\ \xac\x56\x2b\x46\x93\x89\xe1\x61\x3b\x5d\x5d\x5d\x44\x47\xc7\x60\ \xb5\x5a\x47\x32\x4f\x7c\x5e\x12\x93\x12\x11\x05\x11\x9f\xcf\x47\ \x76\x76\x36\x19\x19\x19\xd4\xd7\xd7\x23\x49\x12\x6a\xb5\x1a\xa7\ \xd3\x49\x7d\x7d\x3d\x8b\x17\x2f\xa6\xaf\xaf\x8f\x92\x92\x12\x6c\ \xb6\x46\x34\x1a\x1d\x2b\x57\xae\xa4\xbd\xbd\x83\x82\xc2\x09\x11\ \xcf\xc8\x3f\x20\x10\x0c\x93\x52\xb4\x8c\x7b\xee\xbf\x18\x8b\xd6\ \x80\x61\x54\x4b\x55\x0a\x87\x91\xc2\xa3\x0a\x8f\x61\x11\x05\x61\ \x94\x5a\x35\x72\xc8\x89\x2b\x04\xf1\x2a\xf0\x38\x9d\x88\x5a\x2d\ \x0a\x31\x48\x48\x0e\x11\x1a\x8d\x0c\xea\x34\x4a\xfc\xae\xe1\x51\ \x47\x54\x00\x97\x3b\x80\x4e\x7d\xba\x90\x79\x38\x2c\x33\x92\x7d\ \xa9\x40\xa7\x16\xf1\xba\xec\x23\x1f\xf8\xbc\x78\xbc\x21\xf4\x6a\ \x25\x52\x48\x02\x01\x54\x1a\x0d\xaa\xa0\x13\xbb\xc7\x03\xe8\x09\ \x8f\x66\x2b\x89\x82\x88\x32\x2a\x8b\xcb\x6f\xfd\x29\x93\xa2\x65\ \x42\x28\xd0\xeb\xb4\x54\xae\x95\x08\xff\x77\x2d\xe5\xc6\x02\xd1\ \x2a\x14\x0a\x0d\xc1\x81\x6a\x9e\x7a\xfe\x63\x0a\x6f\x7f\x8c\xeb\ \x32\x6d\xfc\xea\x81\x37\x09\x84\xe4\xb1\x63\x3c\xf1\x36\x12\xf2\ \x8f\x44\x06\x05\xa5\x00\x52\x18\x41\x50\xa0\xb4\x64\x70\xe9\x8f\ \xee\x63\x5a\x1c\x84\x50\xa0\x52\xfd\x13\xbd\x2b\xe5\x20\xb2\x3e\ \x9b\xab\x6e\xbe\x8b\x33\xb2\xa2\x31\x19\xf5\x88\xc0\x40\xcf\x88\ \xcc\xb0\xa8\x54\x23\x12\xc2\x7e\x4a\x74\x57\x10\x46\x9a\x65\x9f\ \x18\x67\xa5\x4a\x83\xcf\xe9\xc3\xeb\x07\x14\x02\x0a\xe1\x44\x68\ \x36\x8c\x2c\x9f\xf8\x5f\x44\x21\xaa\x28\x38\xfb\x0a\x7e\x7e\x55\ \x11\x41\xbf\x8c\x52\xa9\x42\xa3\x51\xf1\xdb\x27\xc7\xb3\x7f\xcd\ \xdb\x3c\xfe\xcb\x87\xf8\xd1\x1f\x9f\x64\x5e\xa6\x2a\xf2\x40\x7c\ \x53\x49\x5b\x92\x42\x78\xbd\x1e\xec\x83\x03\xf4\xf6\xf5\x41\x28\ \x84\x28\x4b\xc8\xa1\x10\x83\xfd\xfd\xc4\x44\x47\x61\x34\x18\xe8\ \xed\xed\x41\x0a\x04\xd1\x6a\x75\x84\x42\x12\x66\x93\x05\xbd\x5e\ \x3f\xa6\xca\xa7\x50\xa9\x50\xaa\xd4\xf4\xf4\xf4\xe0\x74\x39\x31\ \xe8\x75\xf8\xfc\x1e\x64\x29\x88\x28\x84\x09\x06\xfd\x38\xed\xc3\ \x48\x92\x4c\x7c\x7c\x3c\x41\xbf\x1f\xb7\xcb\x45\x28\x10\x20\x24\ \x49\x04\x03\x41\x14\x0a\x25\x0a\x51\x81\x28\x88\x18\x0d\x46\x06\ \x06\x07\xc8\x48\x1f\x69\x34\x60\x34\x1a\x50\xab\x54\xd8\xed\x76\ \x96\x2c\x59\xcc\xe4\xc9\x93\xd9\xb4\x69\x23\x61\x59\xa6\xa9\xa9\ \x09\xad\x4e\x47\x65\x65\x39\x7e\xff\x68\x3e\xb8\x24\x7d\x6d\x29\ \x39\xff\xb1\xa4\xed\xf5\x20\x2b\xcc\x24\x47\x45\x7d\x61\xb9\xd7\ \x3f\x42\x18\x21\xbf\x17\xfb\x90\x0b\xeb\x94\x73\x99\x9e\xb2\x89\ \x67\x1e\x7b\x89\x73\x32\x82\x6c\xd8\xeb\xe4\xa2\x5f\x4e\x45\x19\ \xdf\x43\x54\xb8\x87\x37\xfe\xf6\x3a\x73\x0a\xf3\x99\xba\xe0\x7b\ \xc4\xfc\xe9\x65\x1e\x7b\x0d\x92\x9c\xc7\x29\xf5\x17\xf3\xeb\xe9\ \x99\x27\x79\x53\x0a\xe0\xf6\x78\x39\xc1\x2b\x0b\x2e\x58\xc8\xe6\ \x27\xde\xe3\xb9\xf7\x86\x50\x37\xef\xa1\xdb\x72\x0e\xf7\xe6\xeb\ \x70\xd9\x8c\x34\x6f\xde\x45\x83\xf7\x1c\x2e\x5d\x6c\xe5\xf5\x67\ \xfe\xcc\xd0\x92\x19\xd8\x4a\xea\x09\x8e\x9b\x45\x7c\xde\x02\x16\ \x26\xae\xe5\xed\x57\x5e\xa3\x6d\x52\x0a\x82\x32\x8e\xf3\xce\x3b\ \x1b\x39\xe0\xc5\xed\xf5\x7f\x21\xbb\x44\x0e\xf9\x71\x79\x82\x23\ \xcb\xe5\xc0\x48\x55\xae\xda\x44\x42\x94\x8a\xe6\xb2\x83\xec\xeb\ \xef\xa1\xd7\x15\x42\x54\x88\x04\x7d\x1e\x3c\xca\x91\x52\xf3\xa0\ \xcf\x83\x57\x18\xf9\x3f\xe4\xf3\xe0\xf2\x78\x89\xca\x9e\xcf\x92\ \xd4\xd5\xbc\xf3\xca\xab\x74\x4d\x4b\x07\x21\x86\xe5\x17\xcc\xa5\ \x76\xc5\x9f\x79\xa3\x2d\x8b\x87\xee\xbb\x82\xff\xa9\xa7\x4e\x58\ \x0e\xe2\xf6\x42\x5c\x62\x12\x16\xe3\xc9\x34\xd4\x70\x28\x80\xd3\ \x6e\x27\x1c\x97\xcf\xf7\xe6\x8c\xe3\xb5\xa7\x7e\x8f\x67\xc1\x54\ \x4c\x71\x69\xcc\x2e\x9e\x40\xa2\x73\x25\xef\xbf\xf8\x06\xd3\x8b\ \x0b\x98\x33\x69\x3a\x93\xc4\x95\xbc\xf6\xcc\x9b\x9c\x9d\x3a\x40\ \xf3\x40\x00\x95\x52\x20\xe4\xf7\xe0\x95\x4e\x44\x91\xa3\x38\xf7\ \xa2\x69\x3c\xfa\xe1\x5b\xbc\xad\x5e\x48\x54\x38\xc8\xb8\xf9\xcb\ \x49\x1b\x3c\xca\x8e\xca\x5e\x2c\x5a\x33\x1a\x55\x18\x8f\x3f\x04\ \x44\x48\xfb\x9b\x0a\x45\x7a\x4a\xc2\x6f\x63\x62\xa2\x41\x96\xf0\ \xba\x9c\x84\x02\x7e\xea\x6b\x6b\x08\xfa\x7c\xf8\xfd\x7e\x42\xfe\ \x00\x83\xfd\x03\xb4\xb7\xb6\x21\x85\x42\x0c\x0f\x3b\x18\xb6\xbb\ \xd0\x6a\xb5\x28\x55\xaa\x31\xed\x8f\x21\xfb\x30\x21\x29\x88\xd3\ \xe9\x44\x0a\x85\xc8\xca\xcc\xc4\x62\x34\x22\x87\x02\x78\xdc\x6e\ \xcc\x26\x13\x4e\xbb\x1d\x8b\xd9\x44\x46\x7a\x3a\x05\xe3\x0b\xf1\ \xba\x5c\xa4\xa7\xa5\xd3\xd5\xdd\x8b\xdb\xed\xa3\xa5\xa9\x95\x80\ \xd7\xcf\xa4\xe2\x49\x98\x4d\x26\x12\xe2\xe3\x28\x28\x28\xa0\xa7\ \xbb\x8b\x8e\xf6\x56\x8e\x1d\x3d\x4a\x28\x18\x60\xe6\x8c\x19\x2c\ \x5a\xb8\x00\xbf\xcf\xc3\x9b\x6f\xbe\x81\xd7\xe3\xc2\x3e\x3c\x84\ \xdf\xe7\x81\xb0\x84\x4e\xab\x21\x29\x29\x89\x79\x0b\xe6\x7f\x41\ \x7f\x44\xad\x56\xb3\x6b\xe7\x4e\x3a\x3b\x3b\x88\x8b\xb3\xa2\x50\ \x9c\xee\xf7\x96\x24\x89\xbc\xdc\x71\x64\x64\x66\x8d\x75\xf0\x39\ \xf5\x47\x14\xc5\xd1\xae\xf1\x3a\x4c\x66\x0b\xe1\xf0\x48\x1f\x4d\ \x87\x7d\x18\x4b\x54\x34\x2a\xf5\x7f\x6e\xf7\x70\x51\xa9\x24\x36\ \x3d\x87\x71\x19\x71\xa7\xdf\x04\x4a\x15\x89\xd9\xb9\x64\x26\x1a\ \x11\x15\x4a\xa2\x12\x53\xc9\xcd\x4a\x67\xda\xcc\x22\xe4\x9e\x26\ \x5a\xec\x6a\xbe\x77\xdd\x4d\x2c\x9a\x10\x07\x62\x0c\x45\xd9\xf1\ \xf4\xb5\xd8\xf0\x69\x62\x29\x9a\x75\x0e\xf3\x8b\x53\x69\xab\xab\ \xc5\x65\xcc\xe5\x07\x3f\xba\x96\xbc\x58\xf5\x29\x16\xa3\x02\xad\ \x25\x85\xfc\xdc\x4c\x74\x02\x68\xad\xf9\xcc\xc8\x8d\xa6\xb1\xa6\ \x8e\x70\xe2\x34\x7e\x74\xd3\x65\x24\x6a\x15\x44\xa5\x65\xa3\x97\ \x02\x68\xac\x39\xcc\x9a\x3f\x8f\x54\xe5\x30\xf5\x8d\xed\xe8\x33\ \xa6\xb0\x74\xd1\x1c\x92\x63\xe3\x98\x3c\x63\x3a\xe2\x70\x33\x4d\ \x1d\x43\xe8\xe3\xd2\x18\x9f\x9b\x8a\x5a\xa1\xc2\x92\x98\x4d\x5e\ \x46\x02\xe2\x3f\xf8\x90\x2d\x71\x69\x4c\xc8\x4e\x46\x25\x28\x50\ \xe9\x63\x98\x50\x34\x85\xb3\x27\xa5\xd1\xdb\x58\x45\xf3\x20\x14\ \x9e\xb9\x90\x59\x93\x72\xd0\x2b\x55\xc4\x67\x8d\x23\x2b\xc9\x84\ \x42\xa9\xc2\x9a\x9a\x4b\x4e\x52\x34\x82\x52\x45\x4c\x6a\x0e\x39\ \x69\xc9\x4c\x9a\x39\x1d\xb5\xb3\x15\x5b\xfb\x20\xba\x98\x54\x26\ \xe4\xa7\x81\xd7\x85\x6c\x4a\x66\x42\x4e\xca\x17\xfc\xda\x5d\x1d\ \xed\x98\x4c\x66\x4c\x66\x0b\x08\x22\x1a\x73\x1c\x79\x13\xc6\x61\ \x54\x0b\xa7\x1d\xa3\x3e\x26\x91\x71\xe3\xd2\xc8\x9d\x7a\x06\x29\ \x6a\x17\x8d\xcd\x1d\xc8\x86\x78\x8a\xa7\x4c\x63\x7a\x5e\x34\x1d\ \x4d\x2d\xf8\x75\x09\x14\x4d\x2a\x62\xe6\xb4\x5c\xec\x2d\x8d\x74\ \xba\xd5\xcc\x38\x67\x09\x67\x4e\x4c\x47\xab\x54\x11\x9b\x9e\x4b\ \x56\x4a\x34\x00\x71\xb9\x53\x99\x98\x00\xb6\xc6\x16\x9c\x92\x86\ \x9c\x09\x85\x44\xc9\x83\x94\x1f\x2f\xa7\x75\x48\x64\xc1\xa5\x57\ \xb3\xb8\x38\x3e\x62\xce\xfc\x8b\x18\x1a\x1c\x40\xa1\x50\x60\xf9\ \x07\x03\x08\xa0\xbf\xaf\x17\x93\xc9\xfc\xef\xca\x5c\x0b\x08\x57\ \x5f\x7c\x5e\x38\x3a\x3a\x1a\x51\x29\x8e\xa4\xd4\x79\x7c\x68\xd5\ \x6a\x72\x73\xf3\x40\x10\xe8\x6c\x6b\x63\xa0\xaf\x7f\x4c\x81\x2f\ \x24\x8f\xbc\x4e\xba\x62\xf0\xa4\x00\x00\x20\x00\x49\x44\x41\x54\ \xab\xd5\x6a\x14\x2a\x25\x01\x7f\x00\x97\xc7\x45\x5b\x47\x07\x16\ \x8b\x85\xc1\xa1\x21\x9c\x4e\x27\xd9\x59\x99\x08\xb2\x8c\x41\xaf\ \x65\xda\xb4\x19\x98\x4d\x16\x0e\x1e\x3c\x48\x63\xa3\x8d\xc9\x93\ \xa7\x70\xf9\xe5\x57\x8c\x28\xfb\x79\x3c\x18\xcd\x51\xd8\x5d\x5e\ \x9e\x7d\xee\x39\x3a\xdb\xdb\xb8\xf3\xae\x3b\xb0\x58\xcc\xf4\x0f\ \xf4\xb3\x7c\xf9\x32\x94\x4a\x15\x07\x0e\x1c\xe0\x85\x17\x5e\x00\ \x64\x96\x2e\x5d\x86\xd1\x68\xa4\xaa\xaa\x8a\xe6\xe6\x66\x44\x71\ \xe4\xd8\x43\xa1\x10\x5a\xad\x16\xad\x46\xc3\xf8\x82\x02\x1e\x7c\ \xe8\xa1\x2f\xf8\xb4\xbf\xeb\xed\xc6\x22\xf8\x6a\x70\xa4\xe4\x00\ \x49\xc9\x29\x24\xa7\x46\x3a\xc9\x7f\x1b\xd1\xd8\x50\x87\x5a\xa5\ \x26\x2d\x23\xf3\x0b\x9f\xfd\xdb\xdb\x8d\x39\x9d\x2e\x0c\x46\x13\ \x2a\x54\xa8\x55\x4a\x8c\x26\x33\xa9\x29\xa9\xa8\xd4\x1a\x4a\x4b\ \xff\x3f\xf6\xce\x3b\x5e\x8e\xba\xfc\xfe\xef\xe9\xdb\xf7\xf6\xdc\ \x92\xde\x43\x12\x48\x20\xf4\x0e\x52\x04\x15\x2b\x52\xa4\xe9\x17\ \x0b\x7c\x41\x51\x8a\x34\x11\x11\x11\xa4\x85\x26\x20\x4d\x29\x2a\ \x82\x82\x8a\x80\xa0\xf4\x90\x80\xd4\xf4\x5e\x6e\xc9\xed\x77\xfb\ \xee\xd4\xcf\xef\x8f\xd9\xdd\x6c\x42\x2c\x3f\x5b\xfc\xc6\x39\xbc\ \xee\x2b\x97\x6d\x33\x77\x76\xf7\xcc\x33\xe7\x73\x9e\xf3\xbc\x4b\ \x21\x9f\xc7\x32\x4d\x0a\xb9\x3c\x6d\xed\xed\xe8\x92\x42\xbe\x58\ \xc0\xb2\x2c\x3c\xcb\x44\x55\x55\x3c\xd7\xd7\x03\xa3\xb1\x18\xb6\ \xe3\xd0\xd3\xd3\x43\x2a\x9d\x66\x6c\x7b\x3b\xae\x63\x53\x2a\x16\ \x31\x4b\x16\x8e\xe3\x20\xcb\x32\x9d\x9d\x9d\x2c\x5e\xbc\x84\xc6\ \xc6\x06\xb2\xd9\x2c\x9e\xe7\xa1\xeb\x1a\xae\x63\xe3\x7a\x1e\x96\ \x65\x61\x5a\x25\x22\x91\x30\x2f\xbe\xf8\x12\x9b\x37\xf7\xb0\x7c\ \xf9\x32\x34\x4d\xa1\x50\xb0\x58\xb0\x60\x01\xb6\x6d\x57\x33\xb7\ \x85\x10\xd4\xd7\xd7\x57\xbd\xdf\xae\xeb\x06\x2d\xec\x01\x76\x28\ \x04\x02\x82\x1e\x81\x9d\xf7\xfd\x15\x62\x87\x71\x8c\x3a\x3c\x92\ \xa2\xae\xa1\x11\x55\xd7\x69\x6b\xef\x28\x4b\x02\x32\x9b\x36\x75\ \x91\x49\x67\xb0\x2c\xbf\xb1\x41\x08\x18\x1c\x1c\xc2\x72\x1c\x04\ \x7e\xef\xbd\xa4\xc8\x58\x96\x85\xeb\xba\x24\x93\x49\x8a\xc5\x22\ \xf1\x78\x9c\xc6\xc6\x46\x5c\xc7\x45\xd3\x34\xea\xeb\xfc\xee\xc6\ \xe6\xa6\x51\xf4\xf5\xf5\xd1\xdd\xdd\x4d\x28\x14\xa2\xaf\xaf\x17\ \x21\x3c\x62\xb1\x28\x9e\xe7\xb2\x6e\xdd\x3a\xf2\xf9\x1c\xaa\xa6\ \xb0\x74\xd9\x12\xc2\xe1\x10\x03\x03\x7d\x78\x9e\x47\xa1\x90\x2f\ \x67\x89\x78\xa8\xaa\x52\xb5\x07\x2a\x8a\x9f\x93\x22\x49\x12\x86\ \x61\x90\x4a\xa5\x08\x95\xfd\xe2\x3b\x22\x7d\x2b\x40\x80\x0a\x62\ \xd1\x18\xa9\xe1\x21\xda\x3b\x46\x07\x07\x63\x27\x83\xe7\x79\xe4\ \xb2\x59\x46\x8f\x19\xbb\x63\x48\x5b\x92\x24\x9a\x9b\x9a\x08\x45\ \x23\x94\x6c\x93\xe1\xc1\x21\x12\xd1\x38\xa9\xd4\x08\x92\x2c\xa3\ \x1b\x06\xb2\x24\xa1\x68\xaa\xff\xaf\xa3\x61\x3b\x4e\x75\xe7\x2d\ \xcb\x22\x14\x0e\x61\x3a\x36\xa6\x69\x52\x2c\x16\xfd\xc9\x37\x66\ \x89\x54\x2a\x85\xa6\x2a\xac\x5f\xbf\x9e\x4c\xda\x4f\xdd\x73\x1c\ \x97\x70\x38\x84\xae\xeb\x6c\xd8\xb0\x81\x09\x13\xc6\x23\x29\x2a\ \x23\x23\x23\x00\x44\xc2\x21\x7a\x7a\x7a\x08\x87\xfd\x38\x4b\x59\ \x86\xe6\xe6\x26\xb2\xd9\x1c\x72\x59\x57\x36\x42\x21\x14\x59\x26\ \x1a\x8d\x52\x2a\x95\xc8\xe5\x72\x44\xa3\x51\xbf\xa5\xde\xf3\x28\ \x14\x0a\xd5\x56\xf9\x00\x01\x76\x04\x26\x4c\x9a\xcc\xca\x15\xcb\ \x78\xfb\x4f\x8b\x82\x02\x62\x27\x83\x6d\xdb\x24\x13\x75\x34\x35\ \xb7\xec\x18\xd2\x8e\x25\x93\x48\xaa\x4a\x5f\x5f\x1f\xe1\x70\x98\ \x4c\x36\x4b\x3a\x9d\xa5\x94\x2f\xa0\x6a\x0a\x91\x50\x18\xab\x64\ \x11\x0e\x45\xfc\xae\x45\xcd\x23\x14\x0e\xfb\xc3\x0d\xac\x52\x39\ \x7d\xcf\x1f\x02\xac\x6b\x9a\xdf\x38\x20\xcb\x98\xa5\x22\x43\x43\ \x43\xb4\x34\x37\xd1\xd8\xd4\x84\xeb\x78\x8c\x94\xf5\xee\xb6\xb6\ \x76\xa6\x4f\x9f\x8e\xa2\x28\x64\xb3\x59\x96\x2c\x5b\xc6\xb2\xe5\ \x4b\xb0\x6c\x93\x50\xc8\x40\xd3\x14\x6c\xdb\x42\x55\x55\x74\x3d\ \x8c\xae\xeb\x44\x63\x11\x06\x87\x06\xfd\x09\xf1\x8e\x83\xa4\xaa\ \xe8\xba\x8e\x61\x18\x14\x0a\x05\x4a\xa5\x12\xe3\xc7\x8f\x47\xd7\ \x75\x56\xad\x5a\x45\x73\x4b\x4b\x70\x79\x1a\x60\x87\xc1\x08\x85\ \x99\xb5\xeb\x5c\xb2\xd9\x0c\x9e\x17\x64\xe0\xec\x44\xba\x08\x9a\ \xa6\x11\x8b\x27\x76\xd8\x2e\xa8\x85\x5c\x91\x74\x3a\xc3\xf0\x48\ \x1a\xa7\xdf\x6f\x7e\x89\x37\x24\x48\xa5\xd2\x24\x8d\x10\x96\xe9\ \xe0\x94\x35\xe2\x7c\xa1\x88\xe3\xd8\xe8\xe5\xf8\xd4\xca\x87\x31\ \x9f\xcf\x51\x2a\x95\x70\xca\x83\x74\xa3\xd1\x28\x85\x42\x1e\x4d\ \xd3\x10\x42\xd0\xdf\xdf\xcf\x98\xd1\x63\xcb\xc3\x82\x6d\x0c\xc3\ \x60\xc5\x8a\x15\xf4\xf6\xf6\xe2\x79\x1e\x6b\xd6\xad\x63\x78\x78\ \x18\x45\x91\x70\xcb\x0e\x14\xc3\xd0\x08\x85\x0c\x24\x49\x50\x28\ \x16\x7c\xaf\x2f\x2e\xa2\xec\x11\xa8\x44\xb5\x0a\x21\xca\x91\xaf\ \x7e\x98\x54\x25\xa6\x55\xd7\x75\x08\x74\xed\x00\x3b\x10\xb2\x2c\ \x93\x4c\xd6\x05\x07\x22\xc0\x3f\x97\xb4\x33\xb9\x1c\x9b\x36\x76\ \x92\x2f\x16\xfc\xa6\x18\xdb\xc6\x75\x3c\x86\x86\x86\xb1\x4a\x16\ \x9e\xe3\xa0\x69\x3a\xba\xae\x61\xd9\x36\x92\x44\xd5\x46\xe7\x96\ \xed\x6e\xa6\x69\xf9\xc4\x59\x9e\xde\x6e\x18\x06\xe9\x74\x0a\x45\ \xf6\x2b\xe6\x42\xa1\x40\x4b\xcb\x28\x76\xdd\x75\x57\xfa\xfb\x07\ \x78\xfe\xf9\xe7\x31\x8c\x50\x55\x93\x56\x14\x15\xc3\x30\x88\x44\ \xc2\x14\x8b\x05\x24\xc9\x3f\x9b\x25\x12\x09\x1c\xd7\xc1\x34\x4b\ \xb8\xae\xe3\xcf\xb0\x2c\x77\x62\x7a\x9e\x6f\x35\x2c\x95\x4a\xb8\ \xae\x5b\x95\x65\x62\xb1\x98\x9f\xc3\x1d\x5c\x92\x06\x08\x10\x60\ \x67\x24\x6d\x24\x18\x4e\x8d\x90\x4c\xfa\x63\xc1\x2c\xcb\x62\xf5\ \xba\x35\xb4\x36\xb7\x90\x2b\xe4\x71\x6c\x9b\x78\x24\x4a\x2c\x16\ \x25\x14\x0e\x13\x8f\x45\x71\x5d\x87\x4c\x26\x83\x69\x5b\xd8\xb6\ \x8d\xf0\x3c\x64\xc5\x8f\x55\x2d\x95\x4a\xc8\xe5\x4c\x92\x54\x3a\ \xc5\x84\x09\xe3\xd0\x34\x8d\xd7\x5e\x7b\x8d\x5c\x2e\x8b\xe3\xd8\ \xc8\xb2\x8a\x10\x82\x64\x32\xe9\x2f\x20\x66\xd2\x80\x87\x69\x9a\ \xd5\xe8\x55\xc3\x30\x28\x99\x05\x84\x00\xcf\xf3\xc3\x9f\x24\x49\ \x42\x29\xdb\xef\x60\x8b\xa6\x0e\x50\x28\x14\x50\x14\x85\x70\x38\ \x4c\x22\x91\xa0\xb9\xa5\x25\xb8\x2c\x0d\x10\x20\xc0\xce\x47\xda\ \x86\x61\xf8\x13\xd0\x5d\x87\x48\x24\x42\x26\x93\xa1\xa9\xb1\x91\ \xfa\xfa\x7a\x7a\x7b\x37\x63\x18\x06\x48\x12\x7a\x39\x75\xaf\x2e\ \x99\x20\x9f\xcb\x62\x85\x43\xa8\xba\xc6\xc8\xc8\x08\xb2\xa2\xa0\ \x68\x2a\x9a\xae\x93\xcb\xe5\xaa\xc3\x2f\x0b\x85\x02\x9b\x37\x6f\ \x46\x53\x35\x52\x29\xdf\x89\x52\xf1\x53\xd7\xd5\xd5\xa3\x6b\x1a\ \xf9\x5c\x9e\x50\x28\x5c\xcd\xd7\xce\x66\x6d\x6c\xdb\xc6\xb6\x2d\ \xb2\x39\x88\x46\x23\xd5\x85\x1c\xcf\x73\xb1\x2d\x0f\x55\xb5\xaa\ \x53\x70\x64\x59\x29\xef\x77\xb6\x1a\x5c\x15\x8d\x46\x19\x35\x6a\ \x54\x40\xda\x01\x02\x04\xd8\xf9\x48\x5b\xc2\xa3\xa5\xa5\x11\x59\ \x40\x4f\x77\x37\x78\x1e\x96\x69\x51\x34\x4b\xb8\x42\x20\xe1\xe1\ \xb8\x26\x02\x1b\x59\x52\xc9\xe7\x53\x58\x8e\x43\xa9\x54\xf0\x2b\ \x5f\x05\x42\x8a\x46\xc9\xb4\x90\x15\x95\x70\x38\x4c\x2e\x97\xc3\ \x75\x1c\x1c\xcb\xa4\x67\x73\x2f\xb1\x68\x94\x70\x38\x82\x87\x87\ \x59\xf2\x2b\x63\x59\x81\x7c\x31\x4f\x36\x9f\xc5\x1a\xf1\x65\x0e\ \xcb\xb2\x90\x65\x05\xcf\xf3\xf5\xe9\x50\x28\x84\x22\x6b\xe8\x9a\ \x41\xb1\x54\xc4\x75\x40\x51\x15\x6c\xd7\x22\xaa\x86\xf1\x3c\x1b\ \x4d\x93\xcb\x63\xc7\x24\x72\xd9\x14\xba\x2a\x53\xd2\x55\x06\xfa\ \x7b\x83\xc9\x35\x01\x76\x20\x04\x9b\xbb\xbb\xe9\xee\xea\x0c\xa6\ \xb1\xef\x4c\xef\xaa\x10\x18\x86\xc1\xc4\x49\x53\x48\xd6\x37\xec\ \x18\xd2\x76\x5d\x9b\xfe\xde\xcd\xc4\xc3\x11\x84\xeb\x61\xe8\x3a\ \x91\x48\x04\xd7\xf5\x88\xc6\xa2\xc8\x12\x68\x92\x00\xcf\x41\xb8\ \x16\x45\xd3\xc5\xb4\x6d\xf2\x85\x2c\xe1\x50\x98\x68\x34\x82\xa2\ \x6a\x58\x83\x83\xb8\xae\x83\xaa\xfa\x6d\xe1\x96\x6d\xa3\x20\xa3\ \xaa\x3a\xaa\x66\xe0\x09\x81\x2c\x2b\xa8\x9a\x5f\x69\x67\x73\x59\ \x4a\xa5\x12\xa1\x70\x18\x0f\x0f\xdb\xb2\xcb\xa4\x2d\x23\x49\x0a\ \xba\xae\x12\x89\x44\x51\x14\x15\x21\x24\x5c\x47\x00\x0a\x9e\xf0\ \x90\x65\x70\x5c\x17\x59\x91\x88\x27\x12\xb8\x8e\x8b\xa1\x69\x84\ \x34\x8d\x64\x3c\x8e\x63\x5a\xe4\x32\xd9\xc0\xf2\x17\x60\x87\xa1\ \x77\x73\x0f\x1b\xd6\xaf\x65\xdc\x84\x49\xe8\xdb\x74\xdd\x06\xf8\ \xbf\x0b\x09\x89\x6c\x36\xc3\xaa\x95\xcb\x98\x3d\x67\x0f\x42\xa1\ \xf0\xbf\x9f\xb4\x43\xe1\x18\xc5\x42\x9e\x51\x4d\x71\x86\x86\xd3\ \x0c\x0d\x0d\xd2\x36\x7a\x34\x4d\xcd\xa3\xc8\xe7\x32\xa4\x53\x23\ \xe8\x86\x0e\x92\x84\x90\x24\x3f\x09\xb0\x54\xa2\x54\x2c\xe2\x38\ \x2e\xb2\xa2\xf8\x3b\x2e\x29\x48\x92\x8b\xe7\x7a\xd5\x76\x6f\x49\ \x6c\x71\x79\xf8\xd5\xb3\x87\xeb\x56\xc6\x94\xb9\x7e\x55\xed\x7a\ \x98\xb6\x8d\x27\x3c\x5f\x8a\x29\xcb\x20\xb2\xac\xa2\xaa\x6a\xd5\ \x71\x62\xdb\x7e\x37\xa5\xac\x29\xc8\xb2\xec\x07\x00\xb9\x1e\xa6\ \x69\x53\x97\x48\x20\x2b\x0a\x9e\xe7\xa1\x28\x7e\x87\xa6\x61\x18\ \xc1\x88\xbe\x00\x3b\x0c\x3d\x5d\x5d\x74\x8c\x1e\x1b\x34\xd7\xec\ \x84\x68\x6a\x69\xc1\xb6\x2d\x86\x06\x06\xe8\xd8\x01\x0d\x36\xb2\ \x69\x39\x18\xe1\x18\x9e\x2c\x13\x8a\xc5\x88\x44\xe3\x18\xe1\x08\ \xd9\x5c\x0e\xcd\x08\xa1\x19\x06\x42\xc2\x27\x5b\xd3\x01\xfc\xc9\ \x32\xb2\xaa\xe1\xb8\x2e\x85\x92\x49\xae\x50\xa4\x50\xc8\xe3\x7a\ \xa2\x4c\xe2\x21\x54\x55\xc5\xb4\x4c\x4a\xb6\x05\x8a\x84\x16\xd2\ \xf1\x24\xb0\x3d\x97\x92\x6d\x51\xb4\x4a\xd8\x9e\xeb\xff\x94\xa7\ \x1a\x57\xba\x19\x4d\xd3\xac\x2e\x30\xfa\xa4\xed\x22\x21\x50\x55\ \x5f\xbf\x76\x3d\x97\x48\x34\x8a\x27\x81\xe7\xba\x84\x23\x11\x14\ \x55\x25\x95\x4a\x91\x2d\xe4\xd1\x74\x1d\xc7\x09\x86\xeb\x05\xd8\ \x71\xf0\x84\x87\xaa\x05\x0e\xa6\x9d\x15\x8a\xa2\xe0\x7a\x3b\x86\ \x63\xd4\xbe\xc1\x61\x92\xc9\x04\xe1\x42\x1e\xdb\xf3\xc8\x97\x4c\ \x36\xf7\x0f\x10\x09\x85\xc9\xe7\xf3\xb8\xb6\x85\x2c\x1c\x34\x19\ \x9a\x1b\x1b\x51\x54\x99\x7c\xd1\x1f\x56\x40\xb9\xa9\xc6\x13\x82\ \x92\x69\x21\x49\xb2\x2f\x5b\xa8\x2a\x9a\x6e\xa0\x99\x36\xf9\x5c\ \x01\x49\x52\xa8\xab\xab\x43\x91\x55\x14\x59\xc5\xb2\x1c\x4a\x45\ \x0b\xdd\x30\x50\x15\x09\xc7\x76\xc9\x66\xb3\xc8\xb2\xdf\x16\x2f\ \x84\x20\x91\x48\x54\x83\xa0\xaa\x7d\xfe\xb2\x54\xb6\x07\x86\x09\ \x85\x23\x98\x25\x13\x51\xde\xa6\x65\xd9\x48\xb2\x82\x10\x12\x02\ \xbf\x93\x33\xf0\x69\xff\xad\x42\x9d\x8b\x69\xb9\x68\xba\x8e\x5c\ \xa3\x28\x15\x06\x57\xf3\x7e\xa7\xcd\x9c\xb9\xbb\x6c\x3d\x60\xe0\ \xff\x0b\x2e\x85\x6c\x0e\x1b\x8d\x58\x2c\x82\xf2\x01\xc5\x4a\xb0\ \xe1\x9d\x97\xe8\x0d\x4f\x65\x9f\xe9\xed\x5b\xdd\x33\xb4\x71\x09\ \xab\x73\x49\xf6\x9a\x39\x86\xff\x6b\xab\x13\x7f\xdb\x34\x76\x81\ \x6d\x59\x20\x6b\x68\x6a\xcd\x5f\x28\x72\x2c\x7e\x6b\x31\x89\x29\ \xf3\x18\x97\x0c\x22\x54\xff\x33\xdf\xe0\x1d\x38\x8d\x7d\xfa\x8c\ \x59\x8c\x1d\x37\x91\x64\x7d\x23\x89\xba\x7a\x24\x55\x25\x95\xce\ \x51\x30\x6d\x54\xcd\x20\x1a\x8f\x23\x84\x84\x65\xd9\x78\x9e\xc0\ \x43\xc6\x71\x05\xae\x27\x70\x5c\x8f\x52\xa9\x84\x5d\xd6\xa2\x3d\ \xc0\x71\x3d\x0a\xa6\x85\x90\x64\x8c\x70\x98\xa1\xa1\x61\xba\xbb\ \x7b\xc8\xe5\xf2\x48\x92\xec\xbf\x4e\x59\x26\x91\x65\x05\x81\x84\ \x69\xfa\xd3\xdd\x4d\xd3\xac\xfe\x1e\x89\x44\x88\x46\xa3\xc4\xe3\ \x71\xea\xeb\xeb\x7d\xd7\x89\xed\x50\x28\x96\x10\x02\x4c\xcb\x1f\ \x73\x16\x89\x46\xb1\x6c\x97\x92\x69\xa1\xaa\x1a\x9a\xaa\xe1\x78\ \x1e\x0d\x8d\x4d\x81\x8e\x58\x03\x27\x33\xc8\x3b\x0b\xdf\x26\xe3\ \x6c\x39\x26\xc2\x1a\xe1\x9d\xb7\x97\xb3\x7e\xe9\xf3\x5c\xf6\xad\ \x1b\x58\x91\xd9\xfa\x39\x43\xcb\x9e\xe1\x47\xbf\xf8\x03\xf9\xbf\ \x7b\xab\x79\x9e\x7f\xe0\x5a\xce\xbf\xe0\x42\xbe\x77\xeb\x63\xf4\ \x16\xb6\xf7\x7e\x38\xbc\xfb\xc2\x23\x3c\xfb\xce\xa6\x0f\xdc\xb3\ \xfc\xd5\x27\xf9\xf1\xef\xde\xfb\x3f\x7f\xec\x37\xbc\xfb\x06\x6b\ \xba\x53\x5b\x91\x75\xe7\xaa\x65\xac\xda\xb8\x9e\x9f\xde\x74\x39\ \x3f\x7a\x61\xe3\xd6\x4f\xb0\xba\xf8\xc5\x4f\xee\xe5\xed\xed\x8d\ \x69\x0f\xf0\x5f\x0f\xf5\xb4\x2f\xfc\x0f\xb2\x2c\xe1\xda\x05\x4c\ \xcb\x26\x5f\x28\x12\x8f\x27\x48\x0d\xa7\x18\x33\x66\x34\xef\xbe\ \xf5\x16\x6f\xbc\xfa\x0a\x99\x54\x11\xd3\xb4\x08\x29\x2a\x8e\x27\ \xb0\x1d\x17\xc7\x71\xca\x33\x21\x5d\x32\xd9\x2c\xcd\xa3\xda\x10\ \xd8\x68\xaa\x4a\x49\x56\xf0\x84\x05\x8a\x8c\xaa\xa9\x78\xc2\x43\ \x52\x64\x84\x24\xa1\x87\x0c\x86\x46\x86\x41\x91\x89\xc9\x51\x4a\ \x65\xa2\x06\xca\xcd\x36\x0a\xf1\x78\x9c\xf6\xf6\xf6\x6a\xb4\xea\ \xd0\xd0\x10\x42\xf8\x0d\x35\x8e\xe7\xe2\x21\x68\x6e\x6a\xc2\xd0\ \x75\x24\x49\x22\x14\x0e\xe3\x58\x16\x91\x58\x94\xc1\xa1\x21\xb2\ \xb9\x60\x21\x72\xab\x37\xda\xee\xe1\xde\x1b\xaf\x60\x8f\x8b\x7e\ \xcc\x19\x7b\xf8\xab\xde\x03\x7f\x7a\x94\xab\xee\x5c\xc7\x95\x3f\ \xf8\x26\x9f\x3f\x65\x2c\x1d\x91\xf2\xa5\xbd\x55\xa0\x60\x49\x64\ \x8b\x16\x92\x1c\xaa\xd6\x13\x56\x21\x4b\xd6\xf4\x48\x24\x13\x68\ \xd5\x92\xdc\x25\x97\xc9\xe0\x48\x21\x92\xf1\xf0\x56\xb5\x87\xb9\ \xee\x4d\x1e\xff\xfd\x26\x3e\x72\xfe\xc5\xcc\x1b\x53\x4f\x63\x58\ \x02\x1c\xb2\xa9\x2c\x42\x8b\x90\x88\xfa\x6b\x18\x92\xac\xa0\xd4\ \x94\xf8\x76\xa9\x80\x2b\x79\x14\x4d\xa7\xe6\x3d\x14\x94\x72\x19\ \x0a\x8e\x4c\x22\x19\x47\x95\xfc\xdb\xac\x62\x8e\x6c\xc1\x46\x8f\ \xc4\x89\x87\xb5\xea\x63\xad\x52\x81\x5c\xbe\x84\x1a\x8a\x55\xb7\ \xe3\x5a\x25\xb2\xb9\x3c\x42\x0d\x91\x8c\xfb\x8b\xec\x08\x8f\x62\ \x2e\x4b\xc1\xf6\x88\x25\x92\xa8\xa2\x44\x3a\x6b\x12\x8e\x25\x08\ \xeb\x4a\xf5\xf5\xcc\x5c\x86\x7c\xcd\xb6\x1d\xdb\xc4\x45\xc5\xd0\ \xfe\xfa\x1c\xd2\x15\xcf\xdd\xc9\x83\xc5\x23\xb9\xef\x5b\x27\x60\ \x00\x58\x9d\xdc\xf3\xfd\xcb\xa8\x3b\xf1\x5a\x4e\xf8\xf4\x69\xe4\ \x63\x2d\xd5\x2b\x9e\x7c\xde\x42\x2e\xe4\x71\x6a\x42\x02\x85\x63\ \x91\xce\xe6\x50\x43\x31\x62\x61\xbd\xe6\x38\xe5\xc8\x16\x5d\xa2\ \xf1\x04\x86\x5a\xee\x5d\xb0\x8b\xa4\xd3\x05\xa4\x50\x98\x44\x79\ \x42\x4e\x80\x9d\xec\xbb\x7c\xcb\xad\xb7\xa1\x19\x2a\xb1\x68\x88\ \x48\x24\x42\x7d\x7d\x23\x9a\xa6\x31\x6b\x97\xd9\xf4\xf7\x0f\xb2\ \x7c\xf9\x0a\x34\x3d\x44\x22\xd1\x50\xee\x94\x1c\x44\xd6\x7c\xc9\ \xa2\x58\x32\x51\xca\xb6\x3a\x4f\x92\xd1\xf5\x10\xb9\x7c\x81\xd6\ \xd6\x51\x14\x0a\x9b\x10\x9a\x41\x38\x12\xc3\x30\x0c\x1a\x9a\x5a\ \xd0\x75\x8d\x4c\xae\x80\x0e\x28\x45\x13\xdd\x08\xa3\xea\x21\x22\ \xd1\x18\xc5\x62\xb1\xfa\x05\xd5\x34\x0d\xdb\xb6\x19\x18\x18\x20\ \x9d\x4e\x53\x2c\x16\x29\xe4\x0b\x48\x92\x4c\x28\x14\xc6\x76\x5d\ \x84\x80\x6c\xbe\x80\x69\x5a\x24\xe3\x09\x14\x59\x25\x67\x15\x48\ \xa5\x32\x6c\xee\xe9\x65\xcd\xea\xb5\x1f\x18\x70\xf0\x5f\x8d\xc6\ \x5d\x39\x6a\xaf\x49\x3c\xf3\xcc\xcb\x9c\xb1\xc7\xc7\x01\x97\x17\ \xff\xf0\x2e\xd3\x0e\x3a\x8d\x5d\xf4\xd5\x5c\xf4\xc8\x8b\x7c\xe9\ \xca\x19\x84\xba\x16\xf2\xbd\xeb\xef\x67\xb3\x1b\x45\x1a\x59\x8d\ \x3d\xf1\xa3\xe8\x40\xef\xdb\x4f\x70\xeb\x23\x2f\x90\x29\x59\x84\ \xc7\xed\xc7\xd7\xbe\x76\x0a\xed\x5a\x9e\xe7\xee\xb9\x99\x5f\xbd\ \xd1\x89\x0b\xcc\x3a\xea\x54\xbe\xfc\xa9\xfd\xaa\x33\x51\x4c\xd3\ \xc6\xce\xf6\xf0\xcc\x23\x3f\xe4\xed\x69\x47\xf2\xb5\x13\x77\xe7\ \xf9\x7b\x6f\xe0\xd9\xa5\x03\x08\x59\x63\xbf\xcf\x7c\x85\xd3\x0e\ \x9f\x89\x2c\x49\x54\x66\xc3\xf5\xbe\xfd\x5b\x6e\xb8\xf3\x57\x58\ \xb1\x3a\x46\xba\x56\x10\x3e\xe4\x00\x64\x60\xc9\x73\x3f\xe1\xfe\ \xdf\xbc\x8d\xe5\xd8\x34\xcd\x39\x8e\x0b\xbe\x78\x14\xb9\x37\x7e\ \xc5\x55\x77\x3c\x81\x19\x49\x32\xf7\xc3\x5f\xe2\x2b\x1f\x9d\x05\ \x40\x76\xe9\xef\xb8\xe2\xc6\x9f\x61\x46\xea\x28\x14\x6c\x0e\x38\ \xf9\x6b\x7c\xe1\xb0\xe9\xf4\xbf\xf5\x0c\x3f\xfc\xe5\x8b\xf4\xa7\ \xf3\x8c\xdd\xff\x04\x2e\x3e\xed\x70\x96\x3c\x7d\x13\xd7\xff\x7c\ \x39\x75\x71\x8d\x92\x56\xc7\xe8\x3a\x8d\xa1\xfe\x1e\xd2\xd2\x18\ \xce\xb9\xe4\x22\x76\x6f\x0f\xb1\xfc\x8f\x0f\x73\xef\x93\x6f\x62\ \xda\x36\x0d\xb3\x3f\xca\xa5\x5f\x39\x92\xa7\x6e\x3e\x9b\x3f\x86\ \x4e\xe2\xd6\x73\x0e\xfb\xab\x87\x7e\x9f\x8f\x7e\x92\x87\x2e\x7b\ \x96\xe5\x83\xc7\x33\xa7\x49\xa6\x7f\xc9\x02\xd6\x79\xb3\xb9\xee\ \xb0\xb1\xbc\x34\xff\x3b\x8c\xec\x79\x36\x93\x47\xc1\x13\x77\x5c\ \xc7\xaf\xdf\x1d\xa4\x21\x6a\xb1\xaa\xbb\xc0\xc1\xe1\x10\x94\x36\ \xf2\xc0\xfc\x1f\xf2\xce\xe6\x22\x96\x17\xe1\x63\x67\x9e\xc7\x31\ \xb3\x5b\xe8\x7d\xe7\x77\xdc\x72\xcf\x13\xa4\x5c\x30\x5a\x67\x73\ \xd6\xf9\xe7\x30\xc5\x5a\xca\x2d\x37\xfc\x88\xd5\x69\xc1\xa8\xc9\ \xf3\xf8\xe2\x39\xa7\xd0\x1a\x7c\x05\x76\x3a\xc8\xb2\x26\x93\xce\ \xa6\xc9\x15\x0b\xac\xdb\xb0\x81\xe7\x5f\x78\x81\x07\x7e\xf2\x10\ \x3f\xfb\xc5\x63\xe4\x4b\x25\xc2\xe1\x08\xaa\xaa\xd1\xd0\xd0\x40\ \x7d\x7d\x23\x02\x09\x59\xd5\xd0\xcb\xd1\xa8\xaa\x6e\x20\x29\x2a\ \x92\x10\xf4\xf5\xf7\x62\x96\x4a\x0c\x0f\x8f\x60\xd9\x0e\x89\x44\ \xa2\xea\x1e\x69\x6b\x6b\x23\x91\x48\x96\xb3\xae\x7d\xbf\xa3\xa6\ \x69\xb4\x8c\x1a\x45\x22\x91\x40\x29\x3b\x4e\x7c\xcb\x9f\x2f\x99\ \xa4\xd3\xe9\x6a\xf4\xab\x10\x1e\xb6\x63\x63\xbb\x2e\x96\xeb\x92\ \x4a\xa7\xe9\xea\xea\x62\xdd\xfa\xf5\x6c\xea\xec\x24\x9b\xcb\xf9\ \x7f\x90\xaa\x12\x4b\x24\xaa\x39\x28\x01\xb6\xe0\x90\xa3\xf6\x25\ \xbb\xe6\x15\xde\xcf\x03\xa9\xf7\x59\xb4\xde\xe2\xd0\x23\xf7\x82\ \x42\x8e\xe1\x74\x0e\x6c\x9b\x27\xee\xba\x93\xd2\xf4\x4f\x33\xff\ \xd6\x1b\x39\xf3\xb8\x79\xa8\x80\x53\xe8\xe1\xee\x3b\x1e\x63\xd4\ \x01\xa7\x71\xc5\xc5\x5f\x41\x7b\xff\x49\x7e\xf6\x5c\x27\x43\x6f\ \x3f\xca\x03\x0b\xb3\x7c\xf1\xbb\xb7\x72\xc3\xa5\x27\xb3\xea\x57\ \xf7\xf1\x9b\xf7\xb7\x68\x2c\xc2\xb3\x51\x5a\xf7\xe6\x6b\x57\x5c\ \xcb\xe5\x67\x1e\xce\xba\xe7\x7f\xc8\xe3\xeb\x93\x5c\x74\xc3\x0f\ \xf9\xce\x57\x3e\xc4\x4b\xf7\xdd\xcd\x5b\xbd\x05\x42\xba\x8c\xa4\ \xe8\xc0\x00\xf7\xde\xfb\x08\x2d\xc7\x7e\x95\xf9\x37\x7e\x97\x4f\ \x1d\x30\x1d\xd9\x53\xb0\xfb\xde\xe4\x47\x0f\xbe\xc4\x9e\x27\x9d\ \xc3\xa5\x67\x7f\x82\xee\x67\x7e\xc4\x73\xab\xb2\xa4\x37\x6f\xa4\ \xd4\x72\x04\x3f\x98\x7f\x13\xa7\x1f\x39\xbd\xba\xdd\xdc\xe6\x8d\ \xe4\xa3\xbb\x72\xe5\xad\xb7\x72\xd9\x89\x73\xf8\xfd\x4f\x1e\x65\ \x43\x01\xda\xf6\x3c\x92\x73\x2f\xb8\x84\x6f\x7c\xfe\x08\x56\xbc\ \xf0\x04\xef\x8c\x08\x46\xba\x37\xd0\xb2\xff\x89\xcc\xbf\xed\x06\ \xe6\x2a\x3d\xf4\xc7\x0f\xe1\xe6\xdb\x6f\xe4\xd0\x86\xf5\xfc\xe2\ \xe5\x65\x30\xf2\x2e\x77\xff\xf8\x79\xe6\x7c\xe6\x6c\x2e\x3b\xf7\ \x78\x06\xfe\x70\x0f\x8f\xbf\xd9\xcb\x41\x27\x9c\xc7\xff\x1c\x33\ \xfb\x6f\x3a\xee\x75\xd3\xf6\x66\xcf\xd1\x83\x3c\xbb\x70\x2d\x00\ \x6f\xbd\xf8\x1a\xa3\xf6\x3d\x8c\x36\x45\x27\x3d\x32\x4c\xc1\x53\ \x18\x5e\xf0\x30\x8f\xbf\x65\x73\xde\xb5\xb7\x70\xcd\x45\xa7\x33\ \xa9\xc1\x40\x48\x2e\x6f\x3e\x72\x37\x2f\x0f\x8e\xe3\xeb\x97\x5d\ \xce\xa7\xa7\x3b\x3c\x70\xd7\x13\x14\xcd\x2e\x7e\x74\xcf\xc3\xb4\ \x7c\xe4\x3c\xee\xb8\xfd\x3a\xf6\x56\x57\x70\xd7\x83\x2f\xb3\xee\ \xcd\x97\x78\x7d\x43\x8c\xf3\xae\xb9\x91\xcb\xcf\x39\x31\x20\xec\ \x9d\xb5\xd2\x8e\x44\xc3\xa8\x86\x8a\xa1\xe9\xac\x5d\xbb\x81\xa1\ \x81\x01\xda\xda\xc7\xf0\xc6\xa2\x37\x98\x36\x69\x32\x63\xc6\x8e\ \x63\xd9\xc8\x30\xa5\xa2\x8d\x1a\xd1\xd1\x8d\x10\x92\x2c\xa3\xaa\ \x1a\xaa\xaa\x60\x3b\x36\xae\x27\xd0\x8d\x10\xa6\x65\x13\x0a\x87\ \x51\x14\x95\x68\x24\x86\x65\x59\xb4\xb7\xb7\x93\x4a\xa5\xe8\xee\ \xee\xc6\x34\x2d\x4a\x25\x93\x70\x38\x54\xb5\xf3\x55\x72\xb0\x2b\ \xd7\xd5\x7e\xc3\x8e\x82\xeb\x7a\x28\x8a\x82\xae\xfb\x9d\x98\x9e\ \xe7\xa1\x96\x8a\x78\x9e\x87\x54\x7e\x9c\xe3\x38\x48\x02\x86\x47\ \x46\xfc\xc9\xf0\x86\x3f\x19\xbe\x32\x0a\x2d\xd0\xb4\xb7\x46\x7c\ \xf6\x91\xec\x99\x78\x9a\xd7\xde\x5c\x47\xd4\x5b\x40\xb6\xf5\x00\ \x0e\x1c\x2b\x63\x6f\x12\x28\x8a\x82\x93\x1d\x60\x5d\xa7\xcc\x41\ \xc7\xef\x45\x08\x68\xeb\x68\x42\x5f\x26\x93\x19\xee\x61\x7d\x77\ \x8e\xba\x3f\x3d\xc5\x0f\xdf\x77\xb1\x47\xcd\x60\x52\xc2\x61\xe5\ \x7b\x4b\x69\xdb\xed\x00\xe6\xb4\x68\xc0\x81\x1c\xd0\xfe\x20\xab\ \x96\xae\x83\x5d\xe7\x54\x54\x05\x24\x49\xc6\x5f\x63\x73\x59\xb3\ \x78\x35\xd3\xf6\x3b\x93\x09\x71\x19\x66\x1f\xce\xee\xb1\x27\x59\ \xb5\xba\x87\x26\x55\x45\x56\x35\x18\x5e\x47\x7f\x21\xca\xa9\x87\ \xcd\x06\x24\x9a\x46\xb5\x60\x0c\xc1\xd0\xba\xf5\x0c\x0e\x0d\xf1\ \xde\xb3\x3f\x63\xa5\xb0\xa9\x9b\x30\x83\x86\x90\x87\x8b\x4c\x28\ \x1a\x23\xa1\xa9\x5b\x2f\x09\xc9\x0a\x46\x38\x42\x18\x68\x9a\xba\ \x3b\x63\x78\x8c\x7c\x3e\xcf\xa2\x67\xef\xe3\xd1\x57\xbb\x88\xea\ \x25\x52\xa6\xc0\x2a\x3a\xc8\x8a\x46\x58\x0b\x01\x11\x76\x1d\x37\ \x86\x2e\x49\x07\x12\x4c\x9c\x36\x86\x3f\x15\xf3\x0c\xac\x1d\x62\ \x70\x70\x98\xc5\x7f\x78\x94\xb5\xc2\x26\x36\x76\x3a\xf5\x21\x89\ \xc6\x31\x33\x69\xfc\x9b\x17\xad\x9a\x39\xfa\xd0\x3d\xb8\xee\xc5\ \x3f\x90\x3e\x4c\xf0\xf2\x0a\x97\x0f\x5d\xb0\x3f\x50\x02\x49\x41\ \xd5\x04\x1b\x16\x6f\x60\xd4\xd4\xfd\x99\xdd\xa0\x80\xdd\x44\x5d\ \x22\x8c\xec\xa5\x59\xb6\xaa\x9f\xec\x40\x91\x87\xef\xbc\x03\xb3\ \xa8\x30\x6b\xea\x68\xf2\x9b\x16\xd3\x57\xaa\xe7\x93\x87\xcd\x00\ \x05\x0e\xdf\x6f\x4f\x5e\xf8\xc5\x9b\xc4\x4f\x3e\x81\x63\xdf\xbb\ \x93\x9b\x2f\xfb\x16\x07\x1c\xfb\x69\x8e\x3b\x72\x2e\xe1\xe0\x63\ \xbf\xf3\x91\x76\x3a\x95\x42\x0b\x19\x0c\xf6\x0f\x90\xcd\xe5\x31\ \x0b\x26\x3d\xdd\x3d\xa8\x8a\xca\xc2\x45\x0b\x39\xfe\x93\x9f\x00\ \x45\x66\xa0\xbf\x97\x74\x5a\xc2\x72\x4c\x7f\x4a\x35\x12\xa2\xfc\ \x5f\x34\x16\xa5\xb9\x79\x14\x85\x42\x91\xe1\x91\x34\xa1\x68\x94\ \xc1\xe1\x61\x54\x09\x22\xb2\xcc\xf0\xf0\x30\xc5\x62\x91\xca\xe4\ \xe8\x48\x24\x42\x38\x12\x2e\xe7\x6b\xfb\x32\x48\x25\x53\x44\x51\ \x65\x54\x55\x26\x14\xd2\xa9\xab\x4f\x92\x1a\x19\x41\x55\x15\x2c\ \xcb\x9f\x7c\x23\x69\x5e\x55\x46\x71\x5d\xb7\x9a\x36\xa8\xaa\xbe\ \x6e\x9e\x4a\xa5\x68\x68\x6c\xc0\x30\xf4\xe0\xdd\xfd\x00\xea\x39\ \xfa\xd8\x3d\xb9\xfe\x57\x3f\x66\xb3\x34\xc8\xde\x9f\xb8\x90\x30\ \x50\x10\x80\x10\xa8\xe1\x04\x8d\x89\x22\x4b\xd7\x6d\xe2\x98\xd9\ \xb3\xf1\x5c\x17\xc7\x75\x09\x85\xe3\x24\x63\x49\x0e\x3b\xf1\x5c\ \x3e\x3a\x33\x59\x7d\xb5\xa5\x43\x49\xfa\x96\x6d\x62\x18\x68\x70\ \xba\x58\x39\x64\xd3\x3a\xaa\xb9\x86\xac\x7c\xe6\xf6\x4f\x9d\x0a\ \x4d\x6d\x75\x74\xae\xed\xc4\x02\xf4\xf4\x3a\xd6\xe4\x54\xa6\x35\ \xd7\xe3\x2d\x36\x31\x1d\x17\xea\x9a\x09\x2b\x59\x96\xac\x1c\x64\ \x8f\x79\xcd\x08\xd7\xc1\x76\x3c\xa2\x0d\x09\xc2\x89\x76\x3e\x79\ \xd6\x25\xec\xd9\xbc\x45\xa5\x5d\xbc\xc8\x46\x08\x0f\x17\x3e\x30\ \xa3\x51\x78\xe5\xed\x4a\x0e\x72\xc8\xc0\xe9\x5b\xc2\xcf\x7f\xf1\ \x2a\x87\x5c\x7e\x2f\x1f\x9b\xdc\xcf\x25\xe7\xde\x8a\x53\x5e\x47\ \xa9\x4e\x73\x97\xdc\x2d\xdd\x8b\xae\x04\x1e\xfe\xb6\xe3\xad\x1c\ \xf7\xa5\x6f\xb2\x5f\xab\x5a\xa3\x99\xe7\xb1\x31\x88\x86\xfe\x36\ \x5b\xdf\xb4\x0f\x1d\x4b\xfb\x1f\x7e\xc8\x2d\x3f\xd8\x84\x35\x76\ \x6f\x0e\x9c\xa2\x02\xa6\x7f\x7c\x3c\x89\xe6\x8e\x7a\x06\x96\x2c\ \x67\x80\x63\x69\x06\x7f\x8a\x13\x61\x9a\x12\x21\xda\x1b\x3f\xc4\ \x25\x17\x1c\xb3\xe5\xc4\x34\xfc\x26\xaa\xc8\xb0\x7a\x7d\x8e\x99\ \xd3\x63\xac\xdd\xb4\x1e\x27\x31\x99\x78\xa2\x83\x53\x2f\xbc\x8a\ \x63\x97\x3f\xcb\x85\x97\xdd\x80\x53\x7f\x1b\x9f\xdb\x33\x48\x19\ \xdc\xe9\x48\x3b\x3b\x34\x8c\xed\xba\x74\x6f\xde\x8c\x59\xf2\xd3\ \xfb\x3c\xc7\x46\x92\xa1\xab\x73\x23\x43\x23\x03\xc4\x12\x61\x36\ \xf7\x9a\xa8\xba\x8e\xe3\x9a\x18\xa8\x68\x9a\x81\xa2\x18\x4c\xec\ \x18\x4d\x7d\x43\x23\x83\x23\x69\xf2\xc5\x12\xa1\x68\x94\x92\xed\ \x10\x4d\x24\x90\x5d\x1b\x49\x16\x84\x23\x06\x96\x55\x42\xd7\x75\ \x24\x49\x90\x4a\x0d\xa1\xa8\x0a\xbd\x7d\x69\x2c\xbb\x88\xa2\xa9\ \xb8\x8e\x87\x2c\x0b\x10\x0e\x6a\x48\x06\xd5\x66\x70\xa4\x97\x42\ \xa1\x44\x4b\x73\x2b\x8e\xf0\x90\x24\x15\xe1\xba\x84\x23\x21\x0c\ \x25\x4e\x26\xeb\x2f\x36\x56\x86\x20\x48\x92\x8a\x23\x5c\x3c\xe1\ \x12\x4b\xc4\x82\x4a\x7b\x3b\x98\x72\xd0\x31\x34\xdd\xf3\x39\x5e\ \xd6\x8f\xe6\xe1\x03\xc6\x95\x49\xcb\x21\x9f\xcf\x63\x87\x63\x7c\ \xf2\x8c\x4f\x73\xf9\xfc\xf9\x5c\xbe\x64\x3a\x76\xd7\x9f\x10\xed\ \xc7\x90\x6c\x9c\xc6\x49\x9f\x9e\xc6\x6d\x37\x5e\xca\xbb\x93\x47\ \x13\x8e\xb7\xf1\xa9\x33\x4f\x63\xe6\x11\xa7\xb0\xe7\x6b\xd7\x70\ \xe5\x37\xbf\x43\xd2\xea\x22\x33\xe1\x20\xbe\x74\x70\xc7\x16\xe2\ \x74\x6d\x0a\x05\x13\x57\x54\xb4\xdd\xd3\x79\xe5\xaa\x5b\xb8\xe4\ \xf2\xd5\xa8\x23\xeb\x88\xec\xfb\x71\x0e\x99\xde\xc8\xb2\xe5\x1d\ \x2c\xfd\xcd\xcf\x59\xf5\x91\xab\x39\xfd\x93\x07\x73\xfd\x6d\x97\ \xd2\x35\x6b\x0a\x9b\xdf\x7f\x07\xe5\xc0\x83\x88\x4f\x3b\x88\x63\ \xf7\x7d\x99\xdb\x2e\x39\x9f\x19\x93\x1a\xd1\xda\xe7\x72\xe6\xa9\ \xc7\x20\xbb\x16\xc5\x92\xfd\x81\xbf\xd1\x73\x4c\x8a\xa5\xca\x24\ \x76\x87\x42\x26\x87\x54\x37\x86\xb9\xb3\x9a\x78\xe6\xc7\xf3\xe9\ \x6c\xb6\x58\x93\x71\x31\x74\x85\x9c\x55\xa4\xa8\x94\xa7\xaf\x9b\ \x25\x4a\xe5\xc9\xe6\x8e\x5d\x24\x97\xc9\x11\x99\xf8\x61\x3e\x7a\ \xe0\x0b\xdc\x75\xd9\x05\xbc\x3c\xb9\x09\xb5\x75\x0e\x5f\x3a\xf5\ \x28\x9e\x9f\xff\xbf\x3c\x17\x3a\x85\x3b\xbe\x7a\xd8\xdf\x76\xe0\ \xa3\x33\x38\x6e\x9f\x08\xa7\x7e\xe7\x35\x2e\xfb\xf9\x37\x88\x56\ \x16\x38\x4b\x45\x72\x79\x93\x31\xc7\x9c\xc4\xbc\xd7\xae\xe6\xf2\ \xaf\x7f\x9b\x29\x8d\x45\x96\xf5\xb9\x1c\xaa\xc5\x39\xf0\x73\x9f\ \xe2\x85\xab\xef\xe7\x1b\x57\xbc\x4b\x8b\x2e\x33\xeb\xd8\xcf\xf1\ \x91\x39\x7b\x72\xd2\x87\xe7\xf0\xa3\xeb\x2f\x61\xd9\xf8\x38\xeb\ \x36\xe4\xf8\xec\xc5\x1f\xa7\xb8\xec\x25\xee\xfa\xcd\x22\x14\xc3\ \x46\x6e\xea\xa0\xbd\xc1\x08\x3e\xf0\x3b\x21\xa4\xe6\xe6\x76\x81\ \xe4\x5f\x52\xba\xae\x87\x28\x37\xc8\x28\x12\x34\x35\x37\x72\xc8\ \x21\x07\x61\x5b\x05\xba\xba\xd6\x63\xe8\x2a\x9e\x55\xc2\x2d\x99\ \xd4\xd5\x37\xe0\x78\x02\x0f\x89\x54\x36\xcf\xd0\x70\x0a\xcd\x08\ \x21\x29\x2a\x42\xc8\x78\xc2\x45\x72\x2c\x3c\xd7\x61\x70\x70\x80\ \x50\x28\x4c\x5d\x5d\x1d\xc3\xc3\x43\x98\xa6\x3f\x5b\x32\x93\xc9\ \x10\x8d\xc6\x28\xe4\x4b\x7e\xb7\xa4\x67\xa1\x69\x0a\x2d\xa3\x1a\ \x71\x5d\xbf\x0b\x52\xd3\x0c\x0c\x3d\x4c\x3a\x9d\x03\x21\xe3\x7a\ \x0e\xc9\xba\x24\x53\xa7\x4c\xa1\xb3\xab\x8b\xcd\x9b\x37\x57\x6d\ \x82\xd1\x68\x14\x55\x55\x49\x26\x93\xec\xbb\xef\xbe\x5c\x74\xe1\ \x45\xc1\x60\xdf\xed\x60\xf3\xda\x95\x64\x68\x60\xda\x24\xbf\x2a\ \x76\x4b\xc3\xac\xdc\x30\xcc\xd8\x29\x93\x89\x29\x30\xdc\xb5\x8a\ \xa5\xab\x3b\x71\xb5\x38\xe3\x26\x4f\x65\x7c\x6b\x1d\x92\x28\xb1\ \x71\xc5\x52\xd6\x76\x8f\x10\x69\x1c\xc3\xac\xd9\xd3\x88\xa9\x60\ \x67\x07\x59\xfc\xde\x12\x72\x6a\x3d\xb3\x76\x9f\x4d\x83\xbe\xa5\ \x12\x76\x72\x83\xac\xda\x94\x65\xc2\xb4\x09\x84\xcb\xfa\x6a\x71\ \xa8\x9b\xf7\x97\xac\xc4\x89\xb7\xb1\xeb\x9c\x19\xc4\x65\xf0\x8a\ \x69\x96\x2f\x5f\x4b\xd3\xf4\xdd\x18\x15\x51\xd8\xbc\xe6\x3d\x56\ \x6e\x1a\x44\x09\xd7\x31\x7e\xfa\x0c\xc6\xd4\x47\xc0\xcb\xb1\xf2\ \xbd\x25\x74\x0f\x17\x88\xb7\x4d\x66\xce\x2e\x63\xb1\xfa\x37\xd2\ \x99\x0d\x33\x6d\xd2\xd6\xd3\xc5\xcd\xe1\x2e\xd6\x0f\x0a\xa6\x4c\ \x1d\x83\x52\x4a\xb1\x6a\x6d\x3f\xed\xd3\xa6\x12\x2e\xf6\xf3\xde\ \xfb\xcb\x18\x31\x05\xc9\xd6\xf1\xcc\x9a\x36\x81\x62\xef\x4a\x86\ \xa4\x16\x26\xb7\xd7\x93\xda\xb4\x9a\x01\xd1\xc4\x94\x71\xf5\x8c\ \x6c\x5e\x43\xaf\x53\xc7\x8c\x31\x4d\xe0\xe5\x59\xbd\x78\x09\x9d\ \x83\x79\x62\xad\x93\x98\xbb\xcb\x58\x52\x9b\x96\x33\x24\xb5\x32\ \x7d\xec\xf6\xf3\x27\xb6\x37\xd8\xd7\xca\x0d\xb0\x7c\xd5\x30\x53\ \x76\x9d\x46\x44\xf5\x25\xa3\xae\xb5\xab\x70\xea\xc6\x33\xbe\x31\ \x8c\x53\x1c\x62\xe9\x7b\xcb\x18\x2c\x7a\x34\x8c\x1a\xcb\xb4\x69\ \x13\x88\x28\x90\x1f\x58\xcf\xfb\xcb\x37\x50\x14\x21\x26\xcd\xda\ \x8d\x71\x8d\x11\x10\x2e\x9b\x96\xbd\xc3\x9a\xbe\x22\xa3\x77\x99\ \xcd\xd4\xd6\x3a\xcc\x91\x6e\xde\x5b\xb2\x8a\x8c\xad\x32\x66\xca\ \x4c\xa6\x8d\x69\x08\x18\xee\x5f\x84\x1d\x39\xd8\x57\xba\xe0\xc2\ \x4b\x84\xa2\xaa\x78\x9e\x87\xeb\xf9\x9d\x8f\xb8\x1e\xc2\x73\xb1\ \xcc\x22\x02\x0f\xd7\x29\x92\xcb\x65\xc8\x64\x86\x29\x66\x33\xd8\ \xa5\x02\xcd\x4d\x2d\x38\x9e\xc0\x05\x8a\x25\x8b\xa2\x69\x51\xb2\ \x1c\x6c\xd7\xc5\x71\x3d\x84\xeb\xa2\xa9\x32\xa5\x62\x9e\x6c\x36\ \x47\x43\x43\x03\xcd\xcd\xcd\x64\xb3\x59\x46\x46\x52\x38\x8e\x8d\ \x69\x5a\x18\x86\x8e\xeb\x0a\x6c\xcb\xa5\x50\xcc\x11\x0a\x19\xb4\ \x77\x8c\x2a\x77\x49\x4a\x64\x33\x39\xa2\xd1\x38\xae\x23\xb0\x2c\ \x07\xdd\xd0\x10\x08\x1a\x1b\x1b\x19\x19\x19\xa9\x76\x4f\xe6\xf3\ \x79\x12\x89\x04\x02\xb0\x4c\x93\xc3\x0e\x3b\x8c\x9b\x6e\xbc\x89\ \x5c\x79\x81\x32\x20\xed\x00\xff\x4e\xbc\xf5\xc6\x42\xda\x3a\x3a\ \x68\xef\x08\xa6\xb1\x07\xa4\xfd\xcf\x25\x6d\x75\xe3\xc6\x8d\x48\ \x12\x65\xe2\x92\x90\x84\x8c\xf0\xc0\xf3\x1c\x64\x59\x02\xcf\xc1\ \x73\x2d\x74\x5d\x21\x16\x8d\x13\xd5\x35\x9c\x52\x14\x55\x53\xb1\ \x0a\x45\x74\xc3\xc0\x48\xc4\x09\xd9\x2e\xb6\xe3\x77\x43\x7a\x9e\ \xa0\x54\x2c\xe0\x79\x1e\x9a\xaa\x20\xca\x9e\xd3\x7c\x3e\x4f\x28\ \x14\xa2\xb1\xb1\x01\xc7\x71\x28\x14\x0a\x0c\x0d\x0d\x61\xdb\x2e\ \x9a\x6a\x60\x18\x21\x42\x21\x03\x55\xd1\x29\x16\x4b\x68\xaa\x4e\ \x63\x63\x13\xe1\x70\x94\xae\xae\x6e\x6c\xcb\x97\x3e\x64\x45\xa6\ \xbf\xbf\x1f\x51\x9e\x52\xe3\x79\x1e\xe1\x72\x06\xb7\xe3\x38\x14\ \x1c\xbb\xac\xa1\x07\x08\xb0\x83\x2e\x61\xa5\xa0\x21\x77\x67\xc6\ \x0e\x9d\xc6\x3e\x34\x34\xe4\xb7\x8a\x7b\x0e\x08\x09\x84\xe4\x4b\ \x24\xf8\x31\xa8\x7d\x9b\x37\xd3\xd3\xb3\x89\x79\x7b\xee\xc1\x1e\ \xbb\xef\x86\xa1\xf9\x9a\xa1\xe7\x09\x04\x92\xef\x97\xce\xe5\x71\ \x5c\x0f\xcb\xf1\x28\x59\x26\x9e\x07\xba\xa6\xa1\x1a\x1a\x9e\xe7\ \x77\x4d\x56\x2c\x7e\xb6\x6d\xfb\x8b\x86\x9e\xc7\x8a\x15\x2b\xe8\ \xec\xec\xaa\x9e\x30\x84\x80\x44\x22\xce\xe4\xc9\x53\x08\x87\xc3\ \xd8\xb6\x85\x69\x5a\x74\x75\x75\xa3\xeb\x3a\x8e\x53\x40\x92\x60\ \xea\x94\x29\x74\x74\x74\xf8\xf9\xdc\x8a\x82\xeb\x79\x08\xe1\x3b\ \x20\x6c\xdb\xc6\x75\x5d\xa6\x4c\x99\x12\xe4\x8f\x04\xd8\x61\xa8\ \xab\x6f\xa0\xaf\xb7\x87\xb6\xf6\x8e\x20\x22\x78\x27\x43\xb1\x50\ \x20\x35\x3c\xcc\x94\x69\x33\x76\x0c\x69\x37\x37\x37\xe3\xb9\x2e\ \x8a\x02\x8e\xed\x20\x09\x05\x59\x56\x90\x84\x1f\xd0\x84\x27\xc8\ \x64\x46\xc8\x65\x73\x74\x77\x75\x63\x9b\x79\x5c\xd7\x46\x96\x64\ \x34\x4d\x07\x49\xa6\x50\x2c\x52\x28\x14\x7c\xe2\xb6\x6d\x90\x24\ \x54\x4d\x43\x52\x95\x6a\xa7\xa3\x3f\x22\xcc\x45\x92\xfc\xa9\x36\ \x99\x4c\x9a\x81\x81\x81\xf2\x1c\x48\x19\xcf\xf3\xa7\xcf\x64\xb3\ \x59\x7a\x7b\xfb\x88\x44\x62\xf4\xf6\xf6\xd2\xdb\xdb\xe3\xbb\x46\ \xca\xcf\x13\x40\x36\x9b\x65\x78\x78\x18\xd3\x34\x41\x02\x55\xf1\ \x25\x13\xc7\xb6\xf1\x3c\x0f\xdb\xb6\xe9\xe8\xe8\x08\x3a\x22\x03\ \xec\x30\x8c\x1b\x3f\x11\xb1\x7e\x2d\x7f\x7a\xe3\xf5\x1d\x96\x51\ \x11\xe0\x5f\x03\x59\x86\xf6\x31\x63\x49\xd6\xed\x18\x67\x8e\xea\ \x07\x33\x81\x10\x4e\x59\xcf\x96\xf0\x3c\x10\xae\x87\xa2\xaa\x4c\ \x9a\x5c\x4f\x7b\x47\x2b\x03\x03\x9b\xd9\xd4\xd9\x05\x38\x58\xe5\ \x8c\x10\xe1\xf9\x21\x4e\x08\xfc\xa6\x9b\x72\x45\xe1\x7a\xbe\x55\ \x4c\x52\x64\x5c\x6f\xcb\x25\x84\xeb\x3a\x94\x4a\x16\xb9\x5c\x96\ \x4c\x26\x53\x1d\xc2\xeb\x47\xb7\x3a\x7e\x23\x0e\x32\xe9\x74\x8e\ \x5c\xd6\x64\x70\x60\x18\xdb\xf2\x73\x48\x24\x45\x22\xa9\x25\xfc\ \xb9\x93\x96\xc5\xc8\xd0\xf0\x96\x4b\x14\x49\xa2\xbc\x13\x78\xc2\ \x23\x9f\xcf\x93\xcf\xe5\x91\xe4\xe0\xcb\x12\x60\xc7\x40\x51\x55\ \x26\x4d\x99\xc6\x84\x89\x93\xab\xa6\xc7\x00\x3b\x07\xfc\x75\xae\ \x1d\x77\xf5\xa4\x3e\xfa\xe8\xa3\xc8\x32\x84\x23\x3a\xe3\x27\x4c\ \x20\x1e\xaf\xc3\x31\x5d\x14\x59\x41\x78\x02\xc7\xb6\x50\x24\x30\ \x42\x1a\x0d\x4d\x2d\x84\x42\xba\x9f\x39\x62\x96\xfc\x46\x17\x59\ \x06\xcf\xf7\x6b\xcb\x8a\x84\x2c\x2b\x15\xfe\xc4\x72\x5c\xdc\x8a\ \x17\x56\x08\x1c\xa7\xec\x81\x15\xe0\x38\x4e\x59\xca\x70\x40\x12\ \x48\x12\x94\x4a\x16\x08\x99\x48\x24\x86\x10\x10\x8f\x27\x71\x5d\ \xdf\x51\xe2\x7a\x8e\x3f\xf0\x57\x52\x11\x50\x5d\x18\x04\xdf\x67\ \x2b\xfc\x8d\xf8\xf7\x79\x02\x23\x98\xc6\x1e\xe0\x3f\xa1\x2a\x0b\ \xa2\x14\x02\xfc\xb3\x49\xdb\x75\x5d\x6c\xc7\x21\x53\x48\x31\x34\ \x32\x42\x6b\x6b\x3b\x4d\x0d\x2d\xd8\x96\x8d\x6b\xfb\x93\x68\x6c\ \xdb\x66\x74\x47\x2b\xb1\x44\xd2\xaf\x6e\x25\x87\xb0\x6e\x20\x23\ \xe1\x09\x0f\xe1\x79\x7e\x72\x9f\x63\xfb\x03\x0c\x14\x05\x5d\xd3\ \x50\x34\x7f\xf8\x41\x6d\x33\x8c\x24\xf9\x79\xdc\xba\xae\x21\x49\ \x92\x6f\x33\xc4\xf5\x1b\x1b\x1c\x0f\xcf\x95\x7c\x3f\xb6\xe7\x3b\ \x39\x4a\x66\x11\x55\x05\x24\x8f\x62\x31\x87\x82\x3f\xf9\xa6\xd2\ \x58\x03\x20\x95\x07\x20\xd8\xb6\x8d\x10\xbe\x65\x51\x0d\xa6\xb1\ \x07\x08\x10\x60\x67\x24\xed\xe6\xe6\x66\x1c\xcf\x46\x31\x60\x70\ \x70\x90\x0d\x1b\x37\xd0\x3f\x30\x4c\x53\x7d\x13\xae\xe7\xe2\x3a\ \x0e\xf1\x58\x14\xdb\x73\xc9\x64\x33\xc4\xe3\x09\xf4\x70\x14\xcf\ \xf1\x27\xc9\x48\xb2\x2f\x49\xb8\xb6\x8b\x6c\xdb\xd8\xb6\x1f\x27\ \xe9\x0a\x09\x45\xd1\x51\x55\xc9\xcf\x15\x29\x2f\x3e\x56\xaa\x6e\ \xdf\x4e\x27\xca\xf1\xac\x7e\x54\xab\xaa\xa8\xc8\x9a\x0e\x28\x28\ \xb2\x3f\x4c\x21\x4e\x0c\x84\x87\xa4\x78\x78\x5e\x02\xc9\xf3\x15\ \x42\x21\x84\xff\x7a\xfe\x1a\xa6\xaf\x99\xbb\x5e\x79\x42\xbb\x49\ \x7d\xb2\x2e\x18\xec\x1b\x20\x40\x80\x9d\x8f\xb4\x9b\x9a\x1a\x09\ \x47\xc2\xe4\x8a\x19\x72\xd9\x02\x91\x96\x18\x86\x6e\x90\xcb\xa6\ \xfd\x31\x63\xc0\xd0\xd0\x00\x03\x83\x7d\xec\xb6\xeb\x2c\x92\x75\ \x75\xb8\xae\x53\x5e\x54\x94\xd0\x54\x1d\x59\x96\x70\x14\x07\x0c\ \x03\x21\xa2\x80\x87\x40\xc2\xb5\x45\x59\x03\x92\x28\x07\x86\xe0\ \x3a\x2e\x02\x90\xa5\x8a\xfe\x2d\x00\x19\x49\x32\x00\x09\xc7\x15\ \x08\xcf\xc6\x91\x6c\xa0\x9c\x43\x22\xc0\xb3\x7c\xcf\xb4\x84\x40\ \x91\x24\x5f\xc7\x96\x28\xeb\xd6\x12\x8a\x2c\x50\x54\x5f\x11\x71\ \x85\x40\x0a\x2e\x4b\x03\x04\x08\xb0\x33\x92\x76\x22\x11\x23\x11\ \x8f\x53\x28\x64\x09\x6b\x21\x32\x99\x34\x8a\x24\x21\x84\x43\x21\ \x57\x2a\xeb\xd4\x2a\x8d\x0d\xf5\x84\x23\x11\x8a\xa5\x22\x08\xb9\ \xbc\xf6\xe7\x21\xf0\x67\x42\x7e\xd0\xb3\x28\x10\x92\x84\x5c\x9e\ \x6e\x53\xb1\xf5\xc9\x8a\xe2\x93\xad\xe4\x2f\x60\xfa\xd5\xb0\x52\ \xcd\x0e\x96\x85\x00\xb9\x52\x8d\xbb\x78\x65\x1d\xdc\x71\xc1\x75\ \x1c\x24\x3c\x60\x4b\x52\xa0\x24\x49\xa8\xaa\xba\xd5\x3e\xf8\x9d\ \x9a\x01\x02\x04\x08\xb0\x13\x92\x76\x5f\x6f\x3f\x83\x43\x43\xc8\ \x32\x34\x37\x37\x31\x34\x34\x48\x36\x9b\xc1\xb6\x6d\x24\x49\xc6\ \x50\x74\x92\xc9\x38\xad\xad\xad\x65\xef\xb4\x83\x2c\xf9\x9d\x81\ \x02\xca\x76\x3c\x69\xfb\xf6\x3a\x21\xe3\x49\x35\x93\x52\x2a\xc4\ \x2e\xb6\x98\xd3\x6b\x25\x0c\xff\xfe\x2d\xa6\x75\xa9\x5c\x8d\x0b\ \x21\xfc\xc0\x7a\x45\x46\x91\x15\x40\xf6\x7d\xe2\x35\x27\x8a\x5a\ \xe9\x45\x08\xe1\x3b\x5b\x02\x04\x08\x10\x60\x67\x23\x6d\x24\x08\ \x19\x21\x06\x87\x07\xc8\xe7\xb2\x94\x8a\x45\x5c\xd7\xad\x6a\xd0\ \x96\x65\x61\xdb\x0e\x8e\xe3\x62\x59\x26\x4d\x8d\x2d\xc4\x22\x31\ \xd0\xa9\x66\x5f\xff\xb9\xee\x20\x09\x09\xcf\xf3\xca\x26\x8e\xed\ \x93\x68\x85\x6c\xb7\xbc\x56\xcd\xf3\xab\x15\xfa\x16\xb7\x88\x24\ \x0b\x10\x52\xb5\x32\xaf\x3d\x61\xd4\x3e\x36\xb0\xfb\xfd\x67\xc1\ \x1a\x5c\xce\x93\xbf\x5f\xcc\xe4\x7d\x8e\x64\xee\xc4\x20\x79\x2e\ \x40\x80\xbf\x9b\xb4\xbb\xba\xba\x91\x65\x09\x55\x55\xc8\xe6\xb3\ \x18\xa1\x30\xae\xe3\xa2\x6a\xfe\xf0\x82\x70\x38\x4c\xc8\x08\x11\ \x32\x42\x7e\x46\x88\x6d\x63\xd9\xd6\x96\xc0\xcd\xb2\x76\xbc\x3d\ \xd2\x76\x1c\xd3\xbf\x5d\x08\x24\x59\x2e\xc7\xa8\x0a\x24\xfc\x05\ \x48\x2a\xed\xf3\x02\x1c\xc7\xaf\xb2\x3d\x21\xaa\x24\x2f\x21\xe1\ \x7a\xae\x2f\x83\x20\xf9\x8b\x9e\xae\x53\xb5\xf2\x55\x08\xbb\xb6\ \xca\x17\x42\x60\x5b\x36\x8e\xed\x04\xef\xee\x36\xe8\x7c\xeb\x05\ \x5e\x7a\x6f\x2d\xa6\x27\xfc\x2e\x52\x25\xca\x01\x1f\x3f\x9e\x99\ \x8d\xff\xfa\x18\xdb\xfc\xfa\xd7\xb8\xe7\x81\xa7\x39\x6d\xf4\x7e\ \x01\x69\x07\x08\xf0\x8f\x90\xf6\x84\x09\x93\x10\xc2\x45\x96\x7d\ \x39\x42\x29\xdb\xe7\x34\x4d\x2b\x0f\x22\xf0\x6f\xf3\x6d\x7a\x3a\ \x86\xae\xa3\x6b\x5a\xd5\x7f\x5a\xd1\x95\x6b\xab\xee\xca\xed\xaa\ \xa6\xe0\xb9\x9e\x9f\x79\xec\xfa\xb9\x21\x54\x15\x12\xb1\x15\xd9\ \x4a\xb2\xe4\x9b\xd6\x6b\x2a\xf0\x42\xc1\xcf\x2f\xa9\x58\x05\x65\ \x59\x06\xcf\xf3\x09\xbd\x66\x9b\x95\xc7\x57\x7e\xb7\x6c\x0b\xc7\ \x75\x82\x8e\xc8\x6d\xb0\x71\xd1\xb3\xdc\xf3\xd0\x6b\xb4\x4c\x9c\ \x42\xc2\x10\x38\x5a\x33\xd3\x3f\x74\x2c\xfd\xb9\x4e\x8a\x46\x92\ \xb1\xad\x4d\x14\x52\xdd\x74\xf5\xbb\x8c\x19\xd7\x42\x61\xa8\x8f\ \xe1\x9c\x89\x1a\x4e\xd0\xda\xd6\x4a\x44\x15\xe4\x53\x83\x0c\x0c\ \x67\xb0\x5d\x89\x78\x7d\x03\xba\x97\x65\x28\x6d\x12\x6b\x6e\xa7\ \xb5\x2e\x82\xe4\x94\x18\xe8\xef\x27\x9d\x37\x41\x31\x68\x6e\x6f\ \x23\x19\xd2\x90\x64\x05\xc3\xd0\xb7\xcc\x82\x14\x25\x7a\xbb\x7a\ \xc8\x94\x24\x9a\x5b\xdb\xa9\x8f\x1b\x14\xd2\x7d\xf4\xa7\xa1\x63\ \x0a\x04\x2c\x4c\x00\x00\x20\x00\x49\x44\x41\x54\xcc\x28\xb4\xe0\ \xad\x0b\x10\x60\xfb\xa4\xdd\xde\xde\x5e\x96\x2e\x04\x8a\x22\x97\ \xdb\xcd\xfd\xa9\x31\x15\xbd\x5a\x51\x94\x6a\x45\x2b\x97\x9d\x1b\ \x7e\x17\xa3\x57\x25\xed\x6d\x89\x5b\x08\xe1\xff\xbf\x22\xa1\x69\ \x21\x1c\xc7\xd9\x8a\x58\xb7\xae\xcc\xcb\x61\x55\x92\xbc\x95\xec\ \x11\x89\x44\x7d\xb2\xaf\x54\xdb\xb2\x5c\x1e\xe8\xca\x56\x27\x07\ \x59\x96\xcb\x23\xc9\x44\x75\x54\x99\x1c\x10\xf6\x07\xdf\x6c\x55\ \xc6\x68\x9f\xc3\xd7\xbe\x7b\x0b\xfb\x8d\xaf\x1c\x9f\x02\x4f\x5e\ \x7f\x3d\xb7\x2e\x34\xb8\xe6\x9a\xaf\xf0\xea\xcd\x17\xf3\x76\xc3\ \xa7\xb9\xfd\xfc\x79\xdc\x7d\xed\x15\xbc\xb2\x32\x85\xa4\x46\x39\ \xe4\xd4\xaf\x73\xc1\xf1\x73\x79\xf6\xde\xcb\xb8\xe3\xa9\xd5\xd8\ \x42\xa1\x7d\xc2\x24\x62\x66\x1f\x6b\x3a\x87\x69\x9c\x76\x28\x97\ \x7d\xff\xdb\xec\x9a\x7b\x8d\x6f\x5f\x7c\x3d\xcb\x36\x17\x41\x89\ \x30\x75\xde\x87\x39\xff\xf2\x73\x68\x53\xca\xa7\x63\x59\x05\x2c\ \x5e\x78\x64\x3e\x77\x3f\xfe\x2a\xa9\x22\xb4\xcd\x3e\x82\xcb\x2f\ \x3a\x83\x55\x0f\x5d\xca\x55\xcf\xc0\x75\x3f\xbe\x8b\xfd\x5a\x02\ \xf7\x4f\x80\x00\xdb\x83\xec\x2f\x06\xd6\xfe\x80\x10\x7e\x2b\xbb\ \x2c\x2b\x48\x92\x52\x26\x53\x85\x4a\xa8\x53\x85\xd8\x6b\x89\xda\ \x6f\x94\x71\xab\x81\x4d\xe0\xb7\xad\xbb\xae\x8d\xe3\x58\xb8\xae\ \x83\x10\x2e\x9e\xe7\xe0\x38\x36\x9e\xe7\x94\xef\x77\xca\xaf\xe7\ \xe0\x38\x26\xa6\x59\xc2\x34\x8b\xd8\xb6\x89\x6d\x97\x90\x24\x0f\ \x4d\x53\xd0\x75\x15\x45\xde\xbe\x24\x52\x21\xef\x0a\x91\xcb\x65\ \x29\x26\x68\x1f\xde\x1a\x92\x1a\x42\xcf\xac\xe4\xc6\x8b\x4e\xe6\ \xa4\xcf\x7e\x8a\x2f\x5c\xfa\x08\x19\x11\xe1\xb8\xb3\x2f\xe4\xd8\ \xd1\x43\x7c\xf7\x82\xf3\x59\xe4\xed\xce\x05\x5f\x3b\x9e\x44\x72\ \x34\x9f\x38\xed\x2c\xce\x3d\xfb\x4c\x0e\x1c\x2b\xf8\xc3\x73\x2f\ \xd2\x39\x54\x24\x93\x1e\x24\x39\xfb\x73\x3c\x70\xe7\x37\x89\x0e\ \xaf\x23\xb6\xc7\x49\xdc\x7a\xe3\x85\xe8\x6b\xfe\xc8\xd3\xef\x76\ \xe2\x59\x69\x7a\x73\x21\x3e\x73\xde\x2d\xfc\xf8\x86\xb3\x28\xbe\ \xfb\x38\xf7\xfc\xe2\x5d\x84\xa6\x21\x01\x9a\xae\x92\x5f\xf7\x0a\ \xf7\x3f\xf8\x0c\xad\x07\x9f\xc6\x37\xff\xf7\x93\x64\x17\xfd\x92\ \x07\x5f\x5a\xc2\x94\x43\x3e\xcb\xe9\x27\x1d\xc7\xc4\x44\x40\xd8\ \x01\x02\xfc\xd9\xe2\x0b\x21\x21\x84\x2f\x39\x78\x9e\xa8\x12\x5e\ \xa5\x7a\xf5\x17\x0a\xa5\x1a\xed\x7a\x8b\xdc\x51\x5b\x6d\x57\x06\ \xf8\x56\xda\xd5\x5d\xd7\x45\x55\x7d\x2b\x9f\xef\x44\xa9\x91\x42\ \xa4\xad\xff\xf5\xb7\xbd\xe5\x44\x50\xa9\xec\x2b\x64\x6c\xdb\x76\ \x95\x8c\x3d\xff\xc6\xed\x3a\x4f\xa4\x9a\x2b\x00\x7f\x96\x64\x50\ \x6d\x6f\x75\x62\xf3\x1c\x5c\xa3\x89\x83\x3e\x72\x32\xb3\x5a\x65\ \xe4\xe4\x54\x62\x12\x10\x9e\xc0\xbe\x7b\x4f\xe4\xe7\x2f\xfe\x9e\ \x7d\x0f\x9e\xc3\xec\x46\x95\xae\x45\x4f\x70\xe3\xf5\x8f\x10\x9b\ \xbd\x0f\x71\x21\x23\x79\x12\xae\xed\xdb\x3b\x35\x3d\xc6\xf8\x69\ \xd3\x69\x4f\x24\x28\x46\xe3\x8c\x9d\x34\x85\xd1\x75\x32\xb9\x4c\ \x09\x21\xc9\x48\xb2\x4e\x32\x39\x8a\xb1\xbb\x35\x31\x7b\x6a\x9c\ \xa5\x6b\xd7\x91\x9b\x07\x20\x11\xd2\x04\x83\x03\x7d\x8c\x14\x64\ \x94\x0d\x6f\xf1\xc2\x88\xc1\x8c\xfd\xf7\xa1\x35\x11\x61\xfc\x6e\ \xfb\xf2\x3f\xbb\x05\xef\x53\x80\x00\x7f\x91\xb4\x5d\xd7\x27\x65\ \x4f\xb8\x58\x96\x5d\x25\xd3\x4a\x9b\x78\x25\xf2\x54\xd3\x74\x3c\ \xcf\xad\xb6\xaa\x57\xda\xd1\xc1\xb7\xfd\xa9\xaa\x8a\x51\x9e\xd0\ \x5e\xa9\xb8\xc1\xab\x56\xe0\xb5\xa4\x5e\x3b\x50\xa0\xb2\x8d\xda\ \x9f\xda\xfb\x6d\xdb\xc6\x71\x9c\xaa\x0c\xa2\xa9\x7e\xc5\x56\x21\ \xe6\xca\x7c\xc8\x8a\xa4\x22\xcb\x32\xaa\xaa\xfa\x96\xc4\x20\x7b\ \x64\x1b\xd6\x76\x71\xe5\x10\x1d\x13\x67\x30\x6b\x92\x4e\xbe\x60\ \x32\x94\x83\x48\xef\xf3\xfc\xf8\xc9\x55\x1c\x74\xcc\x3e\xac\x7f\ \xed\x97\x3c\x75\xc4\x5c\xea\xd6\xbe\xcf\xfa\x54\x9c\x0b\x3f\x7b\ \x12\xca\x33\x1b\x58\xf0\xb6\x9f\xb0\x28\x04\x78\xae\x87\x53\x39\ \x71\xba\x2e\xc2\xf5\x7d\xf3\x94\xa5\x33\x15\x93\xee\x4d\x2b\x58\ \xf6\xfa\x08\xcb\xd7\xe5\x68\xf9\xcc\x44\x92\xfa\x2a\x84\x99\x66\ \xc5\xaa\xf5\xec\xb1\x5b\x1b\x4d\x11\x17\xa3\x65\x16\x1f\xff\xd8\ \x6c\x4a\x59\x97\x09\xd3\xa6\xb0\xf2\xc5\x07\x79\xf2\x5d\x38\xf1\ \x8b\x9f\x63\x5c\x24\x38\xe1\x06\x08\xb0\x5d\xd2\x0e\x85\x0c\x90\ \x40\x51\xc2\x5b\x79\xae\x2b\x44\x59\xa9\x72\x85\xf0\xa7\xda\x58\ \x96\x8d\x63\x5b\xc8\x8a\x8c\xae\xeb\xd5\xc1\xba\x95\xe7\xd6\xa6\ \x5f\x69\x9a\x8e\xa2\xf8\x91\xaa\xba\xae\xa3\x28\x4a\x75\x34\x98\ \xeb\xba\xd5\x6d\x54\x2a\xe6\x5a\xb2\xad\x3c\xa6\x42\xe2\x95\x6c\ \x11\xc7\xb2\xab\xb7\x57\x1e\xa7\xaa\x6a\x4d\x75\xaf\x96\xf7\xc7\ \x0d\x16\x22\xb7\x95\x47\x94\x10\x46\x7e\x3d\x3f\xbc\xe2\x4c\x6e\ \xf7\x3c\x4a\x22\xc6\xf1\x67\x5f\x4c\xfd\xe2\x07\x49\x8f\x3e\x98\ \xef\x5d\x79\x06\xbf\xbf\xe6\x4c\xee\xbd\xfd\x21\x2e\xf9\xd2\x51\ \x1c\x30\xe9\x36\xe6\x5f\x70\x2e\x21\x2c\xda\x76\x99\x4b\x44\x97\ \xb6\xb9\x42\xda\x12\xb0\x28\x49\xe5\xeb\x1a\x49\xc1\x50\x4b\xbc\ \xf4\xf0\xb5\x3c\xe7\x38\x8c\x9e\xfb\x31\xce\x38\x6e\x0e\x91\x48\ \x03\x47\xef\xf9\x3b\x7e\xf3\xd8\x93\x7c\xfc\xa8\x8b\x39\xe7\x9c\ \x13\xb9\xf5\xfe\x47\x38\xff\xb9\x2c\x34\xce\xe3\x7b\xd7\x5e\x4a\ \x61\xd5\x9b\xfc\xf1\x65\x8f\xc3\x3f\x77\x12\xe3\x22\x81\x44\x12\ \x20\xc0\x76\xbf\xc7\x9f\xfc\xd4\x67\xab\xe5\x68\x45\x96\xd8\x92\ \x0d\x42\xb5\x12\xae\x84\x31\xe9\xba\x4e\x21\x9f\xa7\x50\x2c\x90\ \x4c\x26\x09\x85\x42\x65\x59\x43\xae\x92\xab\xff\x5a\x72\xd5\x29\ \xb0\x6d\xc5\x5b\x21\xdb\xaa\x3e\x8d\xaf\x7f\x0b\x4f\x94\x13\xff\ \x24\xdf\xe2\x57\x3e\x09\xe4\xf3\x79\xf2\x85\x3c\x8a\xac\x54\x2b\ \xf9\xca\x9c\xc9\x48\x24\xb2\x25\xed\xaf\x4c\xe4\xa5\x52\x89\xdd\ \x76\xdb\x8d\xb3\xce\xfe\xca\x07\x26\xd8\xfc\x37\x8f\x1b\xb3\x0a\ \x59\x72\x45\xab\xca\xba\x02\x09\xc3\xd0\xb1\x4b\x45\x54\x23\x41\ \x3c\xa6\x63\x99\x79\xd2\xe9\x22\xb1\xa6\x26\x94\x52\x96\x4c\xbe\ \x88\x90\x54\x42\x91\x28\xb1\xb0\x46\x31\x97\xc6\xf4\x42\xd4\x27\ \x75\xb2\xa9\x34\x42\x8b\x10\x0b\x6b\xe4\x52\x29\xe4\x64\x23\xf2\ \xca\x47\x39\xf5\xe2\x9f\x73\xd8\xe9\xdf\xe2\xd4\xa3\x26\x21\xab\ \x21\x22\xba\x7f\x25\xe4\x98\x79\xb2\x45\x41\x22\x19\x43\x91\x3c\ \x0a\xd9\x2c\x45\xd3\x41\xd6\x74\xe2\x89\x18\xd8\x45\x72\x25\x41\ \x32\x11\x0d\x84\xad\x00\xff\x67\xf1\x2f\x1f\x37\x56\x2b\x29\x54\ \x34\x6c\xbf\xba\xa5\x2a\x5f\x54\xaa\xd9\x4a\x05\xde\xd8\xd4\x44\ \xa4\x58\xa4\xa7\xa7\x87\x64\x32\x49\x32\x99\xac\x6a\xde\xb5\x3a\ \x78\x25\x8a\xb5\xd6\xe9\x51\x5b\x49\x57\x5b\xdb\x65\x90\x84\x40\ \x08\x3f\xf4\xa9\x72\xe2\xb0\x2c\xab\xba\xfd\x90\x11\x2a\x4f\xaf\ \xf1\x83\xaa\x6c\xdb\xc6\xb2\xac\x6a\x1b\x7b\x65\xff\x00\x14\x59\ \x41\x55\x03\x79\x64\x5b\xe8\x91\x38\x0d\x91\xed\xdc\x51\x73\xa2\ \xd1\x8d\x28\xcd\x2d\xe5\xff\x8f\xc4\x69\x8a\xc4\xb7\x7a\x68\x24\ \x5e\x4f\xe5\x25\xe2\x75\x5b\x06\xc7\x26\x1a\x1a\x01\xc8\x03\xb2\ \xac\x12\x49\x24\xfd\x26\xac\xda\xcb\x3a\x23\x4a\x7d\x75\x40\xb8\ \x4c\x24\x9e\x64\xab\x97\xd7\x23\xd4\xe9\xc1\xfb\x14\x20\xc0\x5f\ \x94\x47\x80\xad\x62\x4d\x2b\x72\x44\x85\x58\x2b\xe4\x5a\xdb\xb9\ \x58\xeb\x9d\xae\x0c\xd6\xad\x75\x92\x28\xe5\x68\x54\xdb\xda\x22\ \x6f\xf8\x97\xd2\x5b\x77\x4f\x56\x3d\xd6\x65\x5d\x94\x1a\x67\x48\ \x85\x8c\x6b\xb5\x73\x80\x50\x28\x44\x3a\x9d\x26\x9f\xcf\x13\x89\ \x44\x88\x44\x22\xd8\xb6\xed\x0f\x65\x28\xef\xa7\x6d\xf9\xff\x1f\ \xc8\x23\xff\x7e\x44\xa6\x1e\xc7\x8f\xee\x3f\x0a\x7d\x1b\xc2\x0e\ \x10\x20\xc0\x3f\x89\xb4\xab\x21\x4b\x8e\x83\xa6\x69\x68\x9a\x56\ \x0d\x6b\xda\xd6\x46\x57\xf1\x6f\x9b\xa6\x89\xa2\x28\xbe\x54\x52\ \x28\x50\x5f\x5f\x5f\xad\xb4\x1d\xc7\xc1\xb2\x2c\xbf\x4a\x97\xb6\ \x26\xe7\xda\xaa\xbb\xd6\x21\x82\x90\x11\x35\xa9\x7c\x15\xf2\xd5\ \x34\xad\x2a\xb9\x54\xf6\xa7\xb2\xed\x58\x2c\x56\xbd\x12\xd0\x75\ \xbd\xba\xdf\xfe\x55\x81\x86\xae\x1b\x81\xe5\x6f\x47\xe8\x6d\xaa\ \x41\xb2\xce\x08\x0e\x44\x80\x00\xff\x2a\xd2\xae\x6d\x9c\xa9\x54\ \xdd\x15\x92\xae\x90\x77\xa5\xea\x75\x5d\xd7\xcf\x25\x29\x3f\x27\ \x1a\x8d\x12\x0a\x85\xb6\xea\x4c\xac\x54\xdc\xb2\x2c\x83\xd8\x32\ \x58\x77\xdb\x05\xce\x0a\x3c\x21\x10\xae\x8b\x8c\x40\xa9\x91\x39\ \x2a\x03\x81\x6d\xdb\x26\x9b\xcd\xe2\x79\x1e\xf1\x78\x9c\x70\x38\ \x8c\x65\x59\xc4\x62\x31\x92\xc9\x24\xae\xeb\x92\xcf\xe7\xab\xfb\ \x54\x71\xae\x78\x9e\x1b\x58\xfe\x02\x04\x08\xb0\xf3\x91\x76\xc5\ \x8f\x5d\xf9\xb7\x22\x75\x54\xed\x78\x9e\x87\x5b\x5e\x88\xac\x8d\ \x40\xad\xcc\x77\xac\xb8\x35\x2a\xa4\xac\xd7\x2e\xec\x89\x2d\x95\ \x73\x6d\xd7\x64\x6d\x45\x2d\x49\x92\x3f\x94\xd7\xf5\x47\x93\x55\ \x34\xeb\x4a\x35\x0e\x10\x0e\x87\xc9\xe5\x72\x14\x0a\x05\x0c\xc3\ \x20\x14\xf2\x3b\x2c\xd3\xe9\xb4\xff\x47\x94\x2d\x7f\x95\x13\x82\ \x10\x7e\x86\x49\x80\x00\x01\x02\xec\x74\xa4\x5d\xa9\x9c\x2b\x8b\ \x86\xb2\x2c\xe3\x38\x4e\x55\x13\x2e\x16\x8b\x48\x92\x84\x61\x18\ \x68\x9a\x56\x25\xed\x0a\x59\x7b\x9e\xf7\x81\xf6\xf5\xaa\xbe\xcd\ \x96\x46\x97\x0a\x49\x6f\x6f\x45\x55\x52\x14\x24\xc4\x76\xd3\x02\ \xc3\xe1\x30\x89\x44\x82\x68\x79\xb1\xac\x42\xd0\x86\x61\x54\xaf\ \x04\x6a\x4f\x00\x95\x0a\xbd\x50\x28\x10\x48\xda\x01\x02\x04\xd8\ \xd9\x20\x17\xcb\x51\xac\x15\x9f\x75\x25\x18\x4a\xd3\xb4\xad\xba\ \x14\x35\x4d\xab\xba\x34\x2a\x15\x77\x6d\x40\x54\x6d\x3b\x7b\x45\ \x2a\xa9\x3c\xb6\x56\x82\xa9\x5d\xe0\xac\x5d\xe8\x94\xca\x12\x4a\ \x65\x11\xb3\xb2\x8d\x8a\x64\x53\xd9\xaf\x0a\x41\xd7\xea\xdc\x15\ \xc7\x8a\x52\x3b\x1b\xb2\xec\x4c\x09\xf0\x0f\xa2\xd4\xc7\x5b\x8b\ \xfe\xc4\x88\xf5\x8f\xbf\x94\x93\xee\x62\xc1\x6b\xef\x93\xb3\xc1\ \xb1\x4a\x58\xce\x5f\x1b\x55\x91\x67\xf1\x5b\x0b\xd9\x90\xae\x49\ \x6c\x34\x87\x79\xf3\xd5\x37\xe9\xcb\xfe\x9b\xc7\x5c\x98\xfd\xbc\ \xbd\xe8\x4d\x86\xcc\xed\x5f\xc1\x75\x2f\x7f\x93\x37\x56\xf7\xff\ \x53\x37\x39\xbc\x71\x31\x0b\x96\x6c\xfc\x3b\x07\x7a\x14\x79\xfb\ \x85\xdf\xf0\xd6\xc6\xd4\x3f\xfe\xbe\xe5\xba\x58\xf8\xe6\x7b\x64\ \xfe\xcc\x8e\x38\x96\x89\x69\x05\xa9\x9a\xff\x36\xd2\x0e\x87\xc3\ \x68\x9a\x46\xe5\xdf\x4a\xa2\x5f\x38\x1c\xa6\xae\xae\x8e\xf6\xf6\ \x76\xda\xda\xda\xaa\x7e\x68\x45\x51\xb6\x0e\x90\x2a\x13\xab\xe3\ \x38\xd5\xc5\xc9\x2d\xdd\x88\x5b\xbb\x41\xb6\x25\xe5\x2a\x39\xfb\ \xa1\x22\x1f\xd0\xc5\x2b\xfb\x53\x2b\x95\xd4\xee\x43\xe5\xa7\xb2\ \x0f\x95\xaa\xdb\x30\x0c\x0c\x23\x14\x58\xfe\xfe\x09\xd8\xb4\xe0\ \xd7\xfc\xe8\xd1\x45\x08\xed\x1f\x7f\xad\xfc\xc6\xb7\xb9\xff\xbe\ \x67\x29\xba\x59\x1e\xba\xfe\x32\xee\x7b\xb9\xf3\x2f\x3e\xde\x5a\ \xbb\x80\xbb\xef\xfe\x15\x59\xb1\x65\x48\xb3\x97\xd9\xc8\xc3\x77\ \xfd\x94\xf5\x23\xff\xde\xf7\xb6\x6b\xe1\x6f\xb9\xfb\x67\xaf\x23\ \xb6\x1b\x3f\x28\x78\xf3\xd9\x9f\xf1\xf8\xa2\x8d\x7f\xdb\x71\xe8\ \x59\xca\x93\xbf\x7b\x9d\x9c\xfb\x97\x1f\xb7\xea\xf5\x27\xf9\xc9\ \xef\xdf\xfb\x3b\x49\x3b\xcb\x2b\x4f\x3f\xca\x9b\x9b\xd2\xff\xf0\ \xdf\xbe\xfa\xb9\x87\x79\xf8\xe9\xc5\xe4\xfb\xd6\xf2\xe2\xb3\x4f\ \xf1\x9b\xdf\xfc\x96\xe7\x5f\x79\x8b\xfe\xa2\x4f\xd4\xaf\x3f\x70\ \x0d\xd7\xfd\xe4\xa5\xed\x3e\xb7\xf3\xdd\x17\x79\x7a\xc1\xda\xe0\ \x8b\xf4\xcf\x94\x47\x2a\x76\x3a\x3f\x8a\xd5\xfd\xc0\x42\x64\xa5\ \x82\x95\xa4\x9a\x45\x4a\xc5\x97\x3e\x2a\x31\xae\x15\xd2\xac\xad\ \x8c\x5d\xd7\xc5\x53\xb6\x1e\x62\xb0\x6d\x9c\x6a\xed\x87\x5e\xda\ \x26\x4b\xa4\xb6\x32\xaf\xe8\xdc\xb5\x7e\xf1\x5a\x39\xa4\xd6\x86\ \x58\x91\x60\xfe\x45\xc6\xf6\xff\x32\x14\x79\x7d\xe1\x3b\x8c\xde\ \xf7\x8b\x34\x48\x50\xc8\x8c\x90\x37\x3d\xa2\x75\xf5\xe8\xa2\x44\ \x2a\x53\x24\x1c\x4b\x10\x0d\x95\x19\x5d\x78\xe4\xd3\x23\x94\x84\ \x4e\x5d\x7d\x9c\x8a\x1f\xc8\x73\x8a\xe4\x4d\x97\x54\xb6\x08\x92\ \xc0\x21\xce\x61\x9f\x3a\x05\xbb\xa1\x19\xf0\xc8\xa5\x52\x14\x6d\ \x41\x24\x51\x47\xd4\xd8\xe2\x22\x7a\x67\xe1\x02\xc4\xc4\x7d\x98\ \x51\x07\x08\x8b\x6c\xb6\x84\x99\xca\xe1\x21\x97\x87\x5c\xb8\x64\ \x46\x46\x30\x1d\x85\x58\x7d\x92\xb0\x2a\x03\x02\xab\x90\x25\x93\ \x37\xd1\xa3\x49\x62\x21\x89\xf4\x48\x1a\xc9\x88\x92\x8c\x85\xab\ \xd7\x5e\x8e\x95\x27\x9d\x2e\x11\xaa\xd9\xa6\x6b\x9b\x64\xb3\x19\ \x1c\x74\x12\x75\x49\xf4\xea\x47\xc8\x64\xe1\xeb\x6f\xd1\xb6\xf7\ \xe7\x69\x92\xa1\x98\x4d\x91\x2b\x39\x84\x63\x75\xc4\xc2\xe5\x08\ \x05\x59\xc6\x29\x64\x48\x67\x73\x28\x5a\x88\x58\x68\xcb\x89\xc6\ \xcc\xa5\xc9\x9a\x82\x44\x7d\x12\x5d\x96\x48\x6d\x78\x97\x47\x1f\ \x5b\xcb\xa4\x39\xbb\x30\x26\xa1\x13\x8f\x85\x91\xf1\xc8\xa5\x46\ \xb0\xa4\x10\xf5\xc9\x72\x73\x91\x24\x23\x1c\x93\x91\x6c\x01\x43\ \x92\x49\xc4\x42\xe5\x7d\x2f\x92\xc9\xe4\xf0\x94\x10\xf5\xc9\x38\ \x4a\x35\xcf\xd8\x26\x93\x4a\x63\xc9\x11\x9a\x12\x02\x55\xd5\x50\ \xcb\x0d\x6e\xf9\x4c\x06\x25\x12\x43\x75\x2d\x3c\x45\x47\x57\x65\ \x5c\xcb\xc4\x16\x0a\x21\x43\xc5\xb5\x0a\x64\x32\x79\x3c\x35\x4c\ \x32\x11\x43\xad\xfe\xed\x69\x5e\x58\xb8\x9e\x99\x1f\x3b\x85\x4d\ \xbf\xb8\x96\x1b\x17\xc0\xb1\x1f\x9a\xc1\xe0\x82\x67\xf9\xe5\x13\ \x63\xf8\xea\x95\x17\xb2\xdb\x91\xc7\xd3\xe8\x35\x55\xbf\xcb\xc5\ \x5c\x9a\x7c\x49\xd0\xd0\x54\xcf\x9a\x85\xcf\xf1\xab\xfe\xdd\xd8\ \x73\x66\x13\xba\x16\x21\xaa\x79\xd8\x42\x25\xa4\x2b\x78\x8e\x8d\ \xe9\x08\x42\x21\x1d\x5c\x9b\x6c\x26\x83\x29\x14\x92\x75\x75\xe8\ \x32\xe4\xd3\xc3\x14\x5d\x95\xfa\x86\x44\xf9\xb3\x24\x28\xe4\x52\ \xe4\x8a\x2e\x91\x78\xdd\x56\xc7\xf8\xbf\x8a\xb4\x2b\xb2\x88\xe3\ \xb8\x28\x8a\x8c\x2c\x2b\x5b\xcb\x16\xe5\xc0\xa7\x50\x28\xec\x93\ \xb4\xeb\xa2\xa9\xaa\xdf\x25\xe9\x38\x68\x65\xf9\x03\x24\x3c\xcf\ \xc5\x71\xb7\xf6\x66\x57\x69\x79\x9b\x6c\x91\xad\xca\x7d\x49\xaa\ \x76\x1d\x6e\x4b\xbc\xb5\x8b\xa2\xb5\x84\x5e\x8b\xda\x76\xf7\x8a\ \xd3\xc5\xdf\xa7\xa0\xd2\xfe\x47\xe0\x0d\xae\xe0\x8d\xb5\x2a\x27\ \xfc\xcf\x6c\x56\x3c\x77\x37\xd7\xfc\x64\x21\x75\xf5\x21\x4a\x4e\ \x8c\x31\xad\x06\x43\xfd\x7d\x0c\xb9\x4d\x7c\xf9\xd2\xcb\xd8\x6f\ \x74\x88\xd7\x1e\xbf\x9d\x47\x5f\x5e\x83\x67\x3b\x8c\x39\xe0\x44\ \xbe\x76\xf2\x01\x68\x43\x4b\x99\xff\x83\x5b\x59\x96\x33\x88\x94\ \xfa\xe8\x75\x0e\x20\x6a\x98\x3c\xf1\xc4\x4f\x29\x1e\x78\x1e\x93\ \x1a\xb3\xfc\xe2\xce\xdb\x78\xbf\x67\x90\xa2\xd2\xc1\x17\xcf\xff\ \x06\xbb\x77\x84\xc1\xe9\xe7\xf5\x37\x36\xb1\xd7\x89\x5f\x46\x65\ \x88\x87\xae\xbb\x9a\x3f\xae\x2d\x51\xaf\x15\x58\x99\x1d\x85\xa1\ \xcb\x30\xf2\x1e\x0f\xdc\xfe\x30\xab\x7b\xd2\xd0\xb4\x1b\x17\x5c\ \x7a\x16\xf5\x5d\x7f\xe4\xe2\x2b\x1f\x80\xfa\x7a\xcc\xa2\x44\x47\ \x5b\x1d\x85\xdc\x30\xbd\x43\x26\x47\x9c\x79\x11\xa7\xec\x3f\x89\ \xdc\xba\x05\xcc\xbf\xf5\x41\x3a\x8b\x1e\x4a\xb4\x83\xcf\x9d\x77\ \x21\xfb\x8e\x4e\x71\xcf\x35\xdf\x66\x41\xa7\x42\x44\x14\x08\x4d\ \x3e\x8a\x8b\xcf\x3b\x81\x16\x03\xc4\xf0\x4a\x16\xad\x91\xf9\xd4\ \xe9\xbb\xb1\xe6\x85\xfb\xb8\xea\x9e\x97\x88\x37\xc4\xb0\xec\x30\ \x1f\xfd\xd2\xd7\xf9\xe8\xdc\x76\x74\x4d\x63\xd9\xd3\x0f\x72\xe5\ \x92\xc7\x48\xdb\x8d\x9c\xfe\x8d\x8b\x38\x70\x72\x9c\xd5\x2f\x3f\ \xc8\xad\x3f\x7d\x15\xd3\x13\x24\x26\x1c\xc8\x85\x17\x9e\x42\x38\ \x12\x43\xf4\xbe\xcd\x9d\x3f\xf8\x0e\x63\xf7\xfe\x24\xdf\xf8\xec\ \x9e\xfc\xf1\x27\xd7\xf3\xf3\x05\x7e\xa5\x3e\xf9\xd0\xcf\x71\xc1\ \x09\x07\x62\x84\x42\x6c\x7a\xf9\x97\x5c\xbd\xf9\x15\xb2\x69\x93\ \xfd\x4f\x3a\x97\xcf\x7f\x68\x26\x3d\xef\xbf\xc0\xbd\x3f\x7d\x8e\ \x81\x6c\x86\xf6\x3d\x8f\xe7\xc2\x33\x8f\x42\xb7\xfa\x78\x78\xfe\ \x7c\x5e\x5c\x39\x44\xa8\x71\x06\x5f\x3d\xef\xe3\xbe\xa4\x18\xd6\ \xe9\x5e\xf4\x20\x57\xff\xac\x9b\xaf\x5f\x71\x0e\xef\xcd\xbf\x94\ \xc1\xbd\xbf\xca\x97\x8e\x9e\xc0\x3b\x0f\x5f\xcf\x63\x23\xfb\xf3\ \xfd\xaf\x4f\xe6\xda\xf3\xaf\x60\x8d\x1d\x21\xe4\x14\x69\x9a\x7d\ \x14\xe7\x9e\xfd\x19\x9a\x14\xb0\xd7\xbd\xc9\xf2\xe1\x04\xe7\xec\ \xd5\x4e\xf7\x02\x95\x39\x07\x1e\xc7\x97\xfe\xe7\x20\x60\x33\x97\ \x7d\xfe\x42\x7e\xf7\x5a\x37\x47\xa4\x9e\xe4\xb7\x85\x03\xd8\x65\ \x62\x0b\x4b\x9e\xbe\x8b\x3b\x9f\xfc\x13\xb6\x12\xe7\xd0\x33\xbe\ \xc6\xa4\x44\x92\x81\x67\x7e\xcd\xf7\xae\x7e\x97\xbd\x3f\xf3\x25\ \xda\x16\x3f\xc4\xef\xdd\x43\xf8\xee\x99\xfb\xd3\xb5\xe8\xe7\x7c\ \xef\x19\x97\x1b\xbe\xf3\x69\x7e\x7b\xcb\xa5\xfc\xf6\xfd\x3c\x8d\ \x6d\x33\x38\xfb\x9b\x5f\xa6\xf0\xea\x83\x3c\xf0\xec\x32\x6c\xdb\ \xa2\x6d\xef\x4f\x72\xc1\x69\x47\xb0\xe9\xc5\x07\xb9\xfd\x17\x0b\ \x11\x7a\x84\xd9\x1f\xfd\x3c\x5f\x38\x6c\x97\xff\x4e\x79\xc4\xb2\ \x2c\x4c\xd3\xa4\x50\x28\x60\x9a\x16\xe9\x74\x9a\xcd\x9b\x37\xd3\ \xdd\xdd\xcd\xc0\xc0\x20\x43\x43\xc3\xac\x5f\xbf\x91\xc1\xc1\xa1\ \x2a\x59\xca\x92\xec\xf3\xa1\xeb\xe1\x3a\x2e\xc5\x42\x91\x52\xb1\ \x88\x65\x5a\xb8\xb6\x83\x24\x40\x66\x0b\x01\x57\xb2\x49\x2a\xe1\ \x4f\x95\x6e\x46\x7f\x94\x99\x8d\x69\x99\x94\x8a\x45\x6c\xdb\xae\ \xfe\x54\x5a\xd5\x2d\xcb\xaa\x36\xff\x54\xb4\xf7\xda\xd7\xa9\xe4\ \x74\xd7\x6a\xdd\x5e\x79\x50\x42\xa0\x69\xff\x63\xd8\xf0\xd6\x8b\ \x64\x5b\x67\x33\xa7\x45\xa1\x6b\xcd\x5a\xe2\xfb\x9e\xc4\xfc\x5b\ \x6e\x66\xff\x58\x1f\x03\x91\xbd\xb8\xe9\xb6\xdb\x38\xba\x7d\x88\ \xc7\x7e\xbf\x9c\xd2\xea\xa7\x79\xe0\xd7\xcb\xf8\xf0\x97\x2e\xe4\ \x82\x33\x0e\xe6\xdd\x47\xef\xe2\xcd\xde\x1c\xcf\x3d\x72\x3f\x2b\ \x62\x87\x72\xd3\x6d\xf3\x39\xef\xe4\x23\xa9\x93\x4c\x5c\x21\x28\ \xe4\xd2\xe4\x4b\x16\xc8\xa3\xf8\xf4\x99\xe7\x72\xc9\x45\x5f\x63\ \xb6\xb6\x92\x27\x5e\x7c\x17\x80\xdc\xba\x85\x2c\xb3\xc6\x70\xd0\ \x5e\xa3\x58\xfe\xc4\xbd\x3c\xd3\x3d\x86\x2b\x6f\xbe\x83\xcb\xcf\ \x39\x89\x31\x21\x07\xdb\x12\x50\x3f\x93\x53\xbe\x7c\x3e\x97\x5c\ \xf0\x15\x1a\xbb\x17\xf2\xf4\x6b\x7d\x58\x99\x1e\x86\x1b\xe6\x72\ \xe9\xfc\x5b\x38\xfb\xc0\x7a\x56\xf7\x18\x5c\x78\xc3\xad\x9c\xff\ \xf1\xc9\x3c\xf5\xf8\xf3\x14\x28\xf2\xc8\x3d\x77\x51\x9c\x73\x32\ \x77\xdc\x79\x1b\xc7\xcf\x74\xb8\xfb\xb6\xc7\xb1\x0a\x39\x3a\xfb\ \x4b\x1c\x77\xde\xd5\xfc\xf0\x07\x17\x10\x59\xf6\x1b\x9e\xfd\x53\ \x37\x00\x1b\xdf\x7e\x91\x74\xf3\x4c\xe6\xb6\xaa\x74\xad\x59\x4d\ \x74\xaf\x13\xb8\xf9\xd6\xdb\xf9\xdf\x8f\x8c\xe3\xe1\xf9\xf7\xd0\ \xed\x81\x24\x1c\x66\x1c\x7d\x1a\x37\xde\x72\x3b\x9f\x9e\x9e\xe6\ \x67\xbf\x7e\x91\x52\x7a\x05\x77\xdd\xfd\x3c\xfb\x9d\x7e\x39\x77\ \xdd\x72\x15\x93\x46\xfe\xc0\x0f\x1f\x7f\x1b\x4b\x82\xd8\xd4\x43\ \xb9\xec\xda\x1b\xb8\xf0\x84\xfd\xe9\x59\xf0\x53\xee\x79\x31\xc7\ \x59\x57\xdd\xca\x4d\x97\x9f\x41\xef\x53\x3f\xe2\xa9\x15\x23\x28\ \xb2\xc7\xa8\x39\x47\x71\xf9\x0f\x6e\xe1\xca\x2f\x1e\xc2\x1f\xef\ \xbb\x97\xb7\x06\x60\xec\xee\x87\x73\xce\x45\x97\xf0\x8d\x2f\x1c\ \xc1\x86\x57\x7e\xc9\xbb\x19\x58\xf1\xeb\xbb\xf9\x7d\x77\x13\x97\ \xde\x74\x2b\x3f\xb8\xe2\x2c\x26\x37\x85\x11\x92\x60\xfd\xab\x8f\ \x72\xdb\x63\x6b\x39\xfe\xec\xff\x65\x72\x9d\x4e\xa1\x50\xc2\x76\ \xbd\xf2\x95\x85\xe5\xaf\x2b\xe4\x07\xd9\x98\x8f\xf2\xb9\xcb\x6f\ \xe1\x8e\xeb\x2f\x40\x5d\xfc\x6b\xee\xfd\xf5\x4a\x00\xde\x7b\x63\ \x01\x62\xf2\x7e\x4c\xd5\x40\x48\x82\x5c\x66\x80\x81\x54\x3f\x6f\ \x3f\xfb\x3b\x36\x14\x65\x26\x4d\x6c\xa0\x94\x49\x53\xb0\x3c\xcc\ \x81\x85\xdc\xf2\xf0\xdb\x1c\x75\xf6\xf7\xb8\xfd\xa6\xef\xf1\xe9\ \x79\x63\x29\x16\x8a\x4c\x38\xf4\x74\x6e\xbc\xee\x7b\x7c\x76\xcf\ \x71\x98\x85\x02\x96\xed\x95\xaf\xc8\x6d\x4c\xdb\x43\x76\xb2\xac\ \xdd\x30\xc8\xe1\x5f\xbe\x82\x9b\xbf\xf7\x75\x46\xf5\xbe\xca\xed\ \x0f\xbd\xc5\x41\x27\x7f\x95\x8b\xbe\xf8\x11\x56\x3f\xf1\x63\x5e\ \x5c\xba\x99\xb7\xfe\xf0\x14\xd2\xcc\x4f\x70\xdd\x4d\xd7\x73\xc6\ \xa1\x33\xfe\x7b\x35\xed\x48\x24\xb2\x95\x6d\xaf\x42\x7e\x9a\xa6\ \x61\x59\x26\xc3\xc3\xc3\x38\x8e\x4d\xb1\x58\x20\x9b\xcb\xe1\xba\ \x2e\xc5\x42\x81\x52\xa9\x84\x28\x6b\xcd\x15\x99\x64\xdb\xc5\xc5\ \xca\x70\xdd\x8a\x3e\x1d\x0a\x85\xaa\x0e\x94\x8a\x8c\x62\xdb\x36\ \xb6\x65\x6d\x95\xe4\x57\x2b\x77\xd4\xb6\xd6\xd7\x86\x44\x6d\xdb\ \xad\x59\x21\xee\xca\x09\xa2\xe2\x86\x09\xf0\x77\xaf\x40\xf2\xd2\ \x2b\xab\x99\xb2\xe7\x21\x68\x80\x2b\xc9\x84\xc2\x61\x40\x67\xc6\ \x2e\xed\xc4\x42\x32\xa0\x33\x65\xc2\x78\xe4\x6c\x86\x9e\x95\x6b\ \x49\xa5\x86\x79\xfd\x89\x07\x78\xe0\xe9\xa5\x8c\x9f\x39\x9b\x3a\ \xb7\x8f\x15\x3d\x83\x4c\x3f\xf4\x20\x62\x40\x43\x73\x2b\x31\x4d\ \xe0\x89\xf2\x94\x24\x4d\xc3\x5a\xff\x0a\xb7\x5c\x77\x0d\xf3\x7f\ \xf4\x08\xef\x77\x65\x28\x95\xbd\xfd\xef\xbd\xf0\x3a\x89\xe9\xfb\ \x30\x5e\x86\xe5\x6b\xd6\xd0\xb6\xdf\x81\x8c\x89\x40\xb2\xb1\x95\ \xba\x90\x8c\xac\x41\xef\x3b\x4f\xf1\x83\x6b\xbe\xcf\xed\x3f\x7e\ \x9c\xb5\x43\x26\x9e\x65\xe2\x29\x0a\x46\x38\x84\x0e\x4c\x99\x31\ \x9e\xa6\xa4\x86\x01\x8c\x9d\x34\x8d\x84\x69\x92\xdd\xbc\x8e\x0d\ \x7d\x1e\x87\x1e\xb1\x3b\x32\x1a\xfb\xee\x7b\x08\x91\x9e\xa5\x74\ \x67\x2c\x74\x2d\x44\x38\x12\x86\xfa\x89\xcc\x9e\x6c\x30\x9c\xf2\ \xf5\xe0\x97\x5f\x5e\xc9\xa4\x79\x87\x62\x00\xae\xa4\x10\x8a\xc5\ \x50\x81\x5d\xf7\x3f\x86\x49\xe6\x46\xd6\x77\x67\x90\x14\x19\x23\ \x9e\x00\x64\xa6\xcf\x99\x86\x5b\x1a\x61\xfd\xfa\x35\xf4\x47\x66\ \x71\xd0\x9c\xd1\x60\x8c\xe2\xa0\x83\xa7\xb2\x61\xed\x0a\xd2\xb6\ \x8c\xa2\xa8\x55\x09\x62\xfd\x9a\xc5\xc4\x76\x3f\x80\x99\x2d\x3a\ \x91\xd1\x73\x39\x60\x9a\xcc\xf2\xd5\xeb\xb0\x51\x88\x8d\x1a\x45\ \xbd\x0a\xa3\x77\x3b\x94\x99\xea\x08\xdd\x9d\xdd\xbc\xf5\xeb\xbb\ \xb9\xe6\xda\x1b\x78\xf0\x37\x0b\x19\x76\x5c\x4a\xb6\xc3\x9a\x77\ \xbb\x98\x3e\xef\x50\xc6\xc7\x75\x42\x11\x1d\x54\x05\x85\x0c\xbf\ \x79\xe8\x51\x8a\xe3\x0e\xe6\xa0\xc9\x31\xc0\x01\x24\x94\xda\xb5\ \xa3\xf2\xef\x5a\x28\x44\x38\x24\x41\x72\x1a\xc7\xec\x3e\x8e\xcd\ \x4b\x96\x03\x59\x5e\x5f\xb8\x89\x79\xfb\xcf\x03\x40\x57\x3c\xd6\ \x2c\xfa\x15\x37\xfc\x60\x3e\x8f\xbd\xd6\xcb\xc7\xcf\xba\x84\x8f\ \x4d\x09\x53\x72\xfc\xac\xa1\xbe\xf5\xef\x92\x1f\x3d\x9b\xbd\x67\ \xb7\xa0\xea\x61\x54\x7c\x19\xd3\x1f\xc6\x5d\xbe\xe2\x96\x7c\x29\ \xa9\xac\x29\x21\x49\x7e\x79\xa5\x6a\x21\x62\x31\xbf\x8b\xb6\xbf\ \xbb\x9b\xbe\xe1\x0c\x6f\x3d\xfb\x53\xee\x7b\x72\x11\x2d\xd3\x76\ \x25\x19\x0a\x73\xf8\xc9\x67\x92\x5c\xfd\x6b\xbe\x75\xd5\xcd\x2c\ \x5c\x3b\xfc\xdf\xab\x69\x8f\x8c\x8c\x94\xfd\xce\x12\xf9\x7c\x1e\ \x5d\xd7\x09\x87\xc3\xd5\x9c\x10\x55\x55\xab\x0d\x2e\xaa\xaa\xd2\ \x50\x5f\x8f\x84\xef\x0c\xa9\x38\x37\x2a\xbf\x6f\xdb\xfa\x2e\x95\ \x33\x45\x2a\x1f\x10\x45\xd9\x3a\xb9\xad\xea\x34\x11\x32\x8a\xcc\ \x07\x72\xbc\x6b\x9d\x21\xb5\x1a\x77\xed\x02\x63\xed\x62\x68\xe5\ \xf9\x86\x61\xf8\x41\x50\x81\x3c\xf2\xf7\xa3\xe7\x4f\xbc\xd7\xaf\ \x73\xe2\x81\x53\xca\x07\x1a\x44\xe5\xc4\x28\x81\x53\xae\xd6\x24\ \xcf\xc3\x13\x12\xb1\xe6\x3a\xa2\x0d\xe3\x39\xf9\xbc\x4b\x99\x1a\ \xd9\xa2\x05\xbf\x13\x0e\xf1\xa7\xf7\x56\xc2\xfe\x6d\x20\x5c\x9c\ \xaa\x63\x44\x46\xd3\x5d\x5e\x79\xec\xe7\x74\x26\x3e\xcc\x9d\x97\ \x1e\xcb\x2b\xf7\x5f\xc2\xaf\x2d\x01\x0c\xf0\xd2\xb2\x61\xe6\x9e\ \xbe\x2f\x00\xcd\x4d\x2d\xf4\x2d\x5e\x4e\xe1\x84\x79\x44\x24\x0f\ \xc7\x93\x30\xdc\x61\x7e\xfb\xf8\x23\x48\xf3\x2e\xe0\xbb\x27\xce\ \xe3\xf1\x6f\x9f\x4b\x8f\xe3\x20\x41\xb5\x58\xf0\x24\x70\x3d\x17\ \x17\x90\x5c\xff\xea\x4b\x89\x35\x92\x8c\x39\xac\x58\xd9\xc7\xe1\ \xed\x13\xe8\xec\x5c\x41\x3a\xd2\x46\x7d\x44\x2b\x7f\xb6\xca\x55\ \xa8\x24\xa3\x68\x21\xc8\xbc\xc3\x3b\xbd\x0a\x9f\x39\x67\x6a\x59\ \x55\x05\xa7\x54\xf2\xaf\x06\x06\x56\xd3\xed\x25\x68\x48\x46\xc9\ \x7b\x02\x21\x2a\xc3\x3f\x24\x40\x22\x59\xdf\x42\x38\xfb\x3b\x36\ \x0c\xd8\xb4\x8f\xd6\x58\xb7\xb2\x8b\xba\xc6\xbd\x49\x18\x45\xcc\ \x4c\x06\xd3\x05\x54\x68\x6a\xea\x20\xfb\xf6\x1a\x46\x04\x34\xdb\ \x03\xac\xda\x64\xd1\xf1\xa1\x66\xe4\x3e\x1b\xc7\x76\x91\x80\xc2\ \xe6\xa5\xac\x75\x92\xec\x27\x7a\xf8\xe9\x4f\xdf\xe0\x80\xcb\xef\ \xe5\x13\xb3\x36\x72\xe9\xb9\xf3\xb1\x1c\x99\xe6\xb6\x30\x9d\x1b\ \x56\x61\x31\x17\xdf\x63\xe5\x61\x7b\x09\x4e\x3e\xf7\x6c\x86\x5e\ \x7f\x80\xdb\x9e\x6e\xe7\xdc\x0f\x4f\x23\x12\xb2\x59\xdd\xdf\x07\ \x4c\xf4\x67\xb0\xba\x02\x24\x09\xcf\x71\x70\x5c\x00\x8b\x55\x3d\ \x03\x84\xc7\x8d\xc1\xee\x7a\x8d\x25\x56\x2b\x5f\x9d\x33\xda\x3f\ \x8d\xdb\x32\x33\x0f\x3d\x83\x6b\xbe\x7a\xf8\x36\x2b\x52\x7e\xa1\ \x17\x6f\xec\xc0\xeb\x79\x99\xcd\xc3\xd0\x52\x8e\xa5\x51\x65\x41\ \x31\x93\xad\x3e\x36\x11\x52\x18\xd9\xd8\x55\xfe\xbe\x52\xcd\x29\ \xf2\x33\xf5\xfd\xe3\x57\x97\x8c\x11\x4f\x76\xf0\xd9\xb3\x2f\x65\ \x76\x03\x35\x57\xcd\x1f\xe2\x8a\x9b\x0e\xe0\xd5\xfb\xaf\xe6\xe6\ \xab\xef\x64\xe2\x3d\x97\xd2\xfa\x5f\x18\x06\xa9\xa6\xd3\x69\x74\ \x5d\xc7\xf3\x44\x4d\x37\xa1\x1f\xc1\x5a\x2a\x15\xab\xd5\xb1\xe3\ \x38\x7e\xda\x5e\x2e\x87\x6d\x59\xd4\xd5\xd5\x93\x4c\x26\xab\x5a\ \xb4\xef\x18\xa9\x0c\x49\x10\x55\x1b\xdf\x96\x76\xf8\x4a\xbc\xeb\ \x96\x2a\xb8\x42\xb8\x42\x94\x63\x57\x1d\xb7\x1a\xf7\x5a\x1b\x32\ \xb5\x6d\xee\xc9\xb6\xbe\xef\x8a\xf6\x5d\x71\x8f\xc8\x92\xec\x9f\ \xdd\x03\xce\xfe\xbb\xf1\xfe\xc2\xd7\x30\xdb\xf6\x66\xae\x9f\x03\ \x85\x6d\x96\x28\x79\xfe\xfb\xe6\x9a\x45\x4a\xa6\xff\xbb\x63\x97\ \xc8\xa7\x73\xb4\xec\xfd\x09\x0e\x7d\xfe\x5d\xbe\x7f\xfe\x05\x4c\ \xed\x88\x13\x9e\x72\x30\x67\x1e\x7f\x30\x9f\x3a\xf9\x04\x16\x5f\ \x7f\x3f\xe7\x5f\xf9\x3a\xb1\xd4\x6a\x52\xfa\x5e\x84\x15\x30\x4b\ \x79\x2c\x53\x66\xe6\xde\x7b\xf0\xe8\xfd\x4f\x71\xe3\x6d\x6b\xe9\ \x7c\x6b\x35\x89\x8f\x7d\x96\xd4\xd2\x45\x74\xda\x63\x39\x75\x56\ \x12\x80\xfd\x3f\x72\x12\xaf\x7f\xff\x06\xce\xbf\x68\x2d\xa3\xb5\ \x21\xd6\x5b\x49\x8c\x70\x1d\xbb\xef\x31\x8f\xd7\x9e\x7d\x84\xf9\ \x43\xaf\xb0\x6c\xf9\x20\xf3\x0e\x34\xf0\x1c\x8b\x42\xc9\xf4\x1d\ \x17\xae\x45\xb1\x60\x56\x2f\xc5\xf3\xb9\x2c\x76\xb4\x95\x13\x3f\ \x73\x2c\xdf\xbf\xf7\xfb\x7c\xfb\x95\x56\x7a\x37\xf6\x72\xf4\x99\ \x57\x52\x17\x4d\x93\x2f\xe4\xcb\xc4\x05\x76\xa9\x04\xb2\xc5\xea\ \x45\x0b\x28\x8e\xda\x8b\xdd\x9b\xcb\x15\xa9\x6e\xb0\xea\xb7\x8f\ \x70\x55\x7a\x21\x7d\x6b\x56\x31\xf9\xa3\x5f\x66\x97\x84\xc2\xca\ \x7c\x9e\x52\xc8\x2d\x2f\xbc\x9a\x64\xb3\x79\xea\xc6\xed\xc5\x89\ \x47\x3d\xc5\x3d\x57\x7f\x93\xe7\x9b\x25\x36\x0e\xb5\xf0\x95\xcb\ \x0f\xa3\x2d\xb6\x9a\xc9\xf2\xc3\x5c\x75\xf1\x25\x4c\x9b\x7b\x34\ \x5f\xfc\xd8\x67\x39\x74\xd1\x55\x5c\x71\xe1\xe5\xd4\x7b\x03\xa4\ \xc7\x1e\xc1\x97\xf7\x19\x4b\xcf\x33\x61\xfa\x16\xfe\x8a\xef\x7d\ \x7f\x09\xbd\xab\x96\x33\xe9\xd8\x2f\x72\xe0\x1e\xd3\xe9\x9a\x11\ \xe7\xf9\x1f\xff\x80\xee\x36\x93\x35\xc3\x36\x47\x2a\x32\x7b\x1f\ \x7f\x0a\xbf\xfd\xd6\xed\x9c\x7f\xd1\x32\x5a\xea\x5a\xf8\xf8\xc9\ \x1f\xc2\x31\x8b\x44\xa7\x1d\xce\x57\xf6\xa9\xe7\xac\x8b\xaf\xe6\ \xe9\x49\x77\x70\xd0\xa7\x8e\xe2\xb7\xd7\xdd\xc1\xa5\x3d\x2f\x93\ \x5e\xba\x94\xe8\xfe\xc7\x80\xa6\xe3\x0e\x6c\xe0\xc1\xeb\xbf\xc3\ \x4b\x4a\x3f\x6b\x52\xa3\xf8\xc6\x45\x7b\xf0\xf6\xcf\x2f\x23\x36\ \x69\x1f\x76\x89\x6d\xf9\x0c\x58\xca\x07\xbd\x2c\x8e\x59\x24\x67\ \x96\xa8\x9f\x74\x34\x27\xcc\x79\x81\x9b\x2f\xfd\x3a\xe3\x3b\x1a\ \x99\xb8\xdf\x89\x7c\x6c\xdf\xbd\xf1\xbe\xfb\x10\x5f\xbf\xec\x3d\ \xe6\x1e\x7c\x12\x27\x7c\xf8\x68\x7e\xf9\xad\xdb\xf8\xfa\x15\x6b\ \x08\x0d\xac\xc0\x6b\xfb\x18\xba\xe4\x52\x2a\x16\x71\x5c\xff\x0b\ \xdb\x34\xe7\x43\x1c\xb7\xcf\x42\xae\xbf\xe4\x1b\x4c\xe9\xa8\x23\ \x39\x71\x1e\xa7\x9f\x74\x34\xcb\x1e\xbb\x95\x3f\x74\x82\xd4\x9f\ \xa2\x63\xf2\x7e\x44\xff\x4b\xd3\x7b\xa5\xd3\x4e\xfb\x82\x50\x14\ \x05\x55\xd3\x91\x25\x09\xaf\x1c\x6c\x0f\x7e\x95\x22\x49\x92\x3f\ \x79\x06\x09\x4f\x78\x38\xb6\x4d\x26\x9d\xc6\x75\x5d\x46\x8d\x1a\ \x85\xae\xeb\xb8\xae\x57\x26\x50\xa9\x26\xca\x54\x46\xe0\x6e\x95\ \x63\xa2\xaa\x95\x91\x65\x5e\xf5\x39\x42\x08\xff\x12\xad\x3c\x0d\ \xa7\xb6\x8d\xbd\xe2\x68\xa9\x90\xb1\x24\x55\xce\xc8\xe2\x03\xfe\ \x70\x21\xfc\x0c\x6d\x21\x3c\x1c\xdb\x65\xe6\xac\x99\x9c\x7a\xda\ \x29\x94\xca\x55\x51\x05\xff\xcd\xd1\xac\x7f\x3b\xd2\xdc\x75\xd1\ \xd7\x71\x8f\xbc\x84\xb3\x0e\x9f\x04\xc0\x70\xcf\x5a\x86\xa4\x46\ \xa6\xb4\xd5\x91\xe9\x5d\xcb\x80\x9d\x64\xd2\x98\x26\x32\xbd\x1b\ \xe8\x33\xe3\x4c\x19\xd7\x88\x67\xa5\x59\xb9\x78\x19\x7d\x39\x9b\ \x86\xd1\x53\x99\x39\xa9\x15\x05\x28\x0e\x6c\xe4\xfd\x95\x1b\x31\ \x25\x9d\xd6\x71\xd3\x98\x3a\x3a\x49\xf7\xba\x35\x78\x0d\xe3\x18\ \x53\xa7\xd2\xb9\x62\x31\xeb\x36\xa7\x50\x23\xf5\xcc\x9c\x33\x99\ \x37\xef\xfb\x36\xcf\x6b\x1f\xe5\xda\xff\x39\x68\xcb\x62\x73\xa6\ \x8f\xf7\x97\xad\x26\x63\x49\x34\x76\x4c\x64\xea\x84\x36\x74\x0a\ \xac\x5b\xba\x84\x8d\x83\x79\x42\xc9\x16\xa6\x4d\x9b\x4e\xdc\x1b\ \x60\x75\xbf\xc3\x94\x49\xa3\x91\xb3\x9b\x59\xdb\x6b\x31\x71\xca\ \x38\xc8\x0d\xb0\xa6\xbb\xc8\x84\x29\x63\x31\x64\xe8\x5f\xb7\x94\ \x15\x9b\x86\x68\x9c\x30\x9d\x19\xe3\x5a\x90\xdd\x3c\xeb\xd6\x76\ \x92\x1c\x3b\x95\xc6\x90\xa0\x6f\xe3\x3a\xb4\x78\x8c\x27\x6e\xbc\ \x82\xfc\x41\x17\x70\xce\x91\xfe\x15\xc7\x1f\xef\xfb\x16\x3f\xdb\ \x3c\x91\x2f\x1c\x31\x1d\x39\xda\xc2\xac\x5d\x26\x12\x96\x60\xb0\ \x6b\x0d\x69\xad\x85\x49\xa3\x12\x14\x47\xba\xd8\x98\x92\x99\x3c\ \xa1\x1d\x55\x14\x58\xbb\x64\x09\x9d\x29\xc1\xc4\x19\xb3\x19\xdb\ \xe4\x5f\x86\xa4\xfb\xd6\xb1\x74\xc5\x26\xb4\xa6\x89\xcc\x99\x39\ \x16\x35\x3f\xc0\xfb\x8b\x97\x93\x55\xea\xd9\x65\xf6\x6c\x1a\x42\ \x60\xe5\x87\x59\xb3\x72\x15\xfd\x19\x93\xc4\xa8\xf1\xcc\x9c\x31\ \x0e\x03\xb0\x72\x83\x2c\x5b\xb2\x82\x91\x92\xa0\x7e\x54\x07\x53\ \xa7\x4e\x24\xa2\x40\x31\xd5\xcd\xd2\xa5\x6b\xc8\x4b\x71\x66\xee\ \x3a\x0d\x6b\xa0\x0b\x1a\xc6\xd1\x9e\x0c\xd1\xb5\x7c\x09\xa5\xe4\ \x58\x26\xb7\xc7\xe9\x5f\xbf\x84\x95\x1b\x87\x50\xa2\xf5\x4c\x98\ \x3a\x9b\x56\xef\x1d\xce\xb9\xe8\x3e\xf6\x3e\xe1\x0c\xa6\x45\x5c\ \x5a\x67\xcc\x63\x6c\xa2\x87\x6b\xbe\xf6\x1d\x3a\x4e\xbd\x96\x53\ \xf7\xf0\xcb\xe6\xe1\x4d\x6b\x18\x91\x1a\x99\x34\xa6\x7e\xab\x4f\ \x4b\xaa\x7b\x2d\xc3\xa2\x9e\x89\xa3\x1b\xc0\xca\xb1\x7a\xf9\x52\ \xba\x46\x2c\x5a\x27\xce\x66\xc6\xd8\x24\x3d\x6b\x16\xb3\xaa\x2b\ \xc5\xa8\x89\xb3\x99\x31\xb6\x9e\x4c\xcf\x1a\x96\xae\xe9\xc2\x55\ \xa3\x74\x4c\x9e\xce\x84\x16\x9d\x8d\x6b\xd6\x13\x6e\x9b\x44\x4b\ \xb4\xec\x44\xb2\x33\xac\x5c\xb6\x9c\xcd\x23\x25\xea\x3a\x26\x33\ \x6b\x4a\x07\xa9\xf5\x8b\x59\xbe\x71\x10\x29\xdc\xc0\x8c\x5d\x67\ \xd2\x18\xfe\xcf\x74\x8f\xfc\xab\xa3\x59\xa5\x15\xcb\x97\x89\x3f\ \xe7\x67\xde\x92\x47\x22\xb6\x1a\xb8\x5b\xd1\x8e\xb7\x17\x04\xf5\ \xe7\x92\xf5\x84\x60\xbb\x1d\x8a\xb5\xcf\xdb\x76\x3f\xfe\x7f\x53\ \xfa\xfe\x96\xe7\x07\xa4\xfd\xd7\x51\xe8\xed\xe4\xac\x6f\xde\xce\ \x79\x37\x7c\x9f\xdd\x1a\xff\xcd\x1b\xcf\xae\xe0\xa2\xff\xbd\x96\ \xfd\x2f\xbc\x99\x8f\xcd\x4c\xee\xd0\xe3\x50\x5c\xf7\x2c\x67\x7d\ \xfb\x59\xce\xbd\xf1\x46\xe6\x96\x1d\x6d\xcf\xdc\x71\x3e\x4f\x4a\ \x1f\xe1\x87\x5f\x39\x64\xa7\xa9\xdc\xdc\x81\x05\x9c\xf9\xcd\x9f\ \xf3\xf9\xeb\xe6\x73\x40\xf9\xfd\xee\x5f\xf8\x10\x17\xde\xb3\x96\ \xab\xee\xb8\x82\x31\x41\x5c\xee\x7f\x14\x69\xab\x7f\xa9\x01\x65\ \x4b\x35\xcb\x07\x72\x44\xe4\xf2\x8d\x95\xa7\xff\x35\x82\xfd\x73\ \x77\xcb\x95\x41\x09\x65\x59\x43\x20\xaa\x93\x50\xaa\xfb\x26\x55\ \x54\x2f\xca\xf7\x51\xd5\xc1\xb6\x6c\xdf\x5f\xdc\xaa\x55\xda\x82\ \xde\x9a\xbf\x0f\x5a\x7d\x0b\x17\x7f\xfb\xab\x4c\x6c\xfc\xf7\x6f\ \xdb\xd3\x5b\xf9\xc2\xa5\x57\xd0\x31\x31\xb9\xc3\x8f\x83\xd2\xb4\ \x2b\xdf\xbc\x72\x26\x13\x9b\xb6\xdc\xb6\xcf\x27\xcf\x61\x2a\xc9\ \x9d\xea\xfd\x96\xeb\x66\x73\xc9\xc5\xad\xb4\x24\xb6\xdc\x16\x99\ \x7c\x08\x97\x5c\x7e\x34\x1d\x01\x61\xff\xe7\x69\xda\x7f\x5b\x05\ \xfb\x97\x2b\xda\x7f\x04\xb5\x2f\x55\xbb\x70\x28\xb6\xbe\x63\x2b\ \x79\x5a\x54\xd8\xfb\xaf\xdc\x16\xe0\xef\x24\x6d\xc3\x60\xda\xf8\ \xb6\x1d\x43\x20\x46\x1d\x53\xa7\xd6\xfd\x47\x1c\x07\x3d\xd1\xc6\ \xb4\xc4\xd6\xb7\xd5\xb5\x8e\xa3\x6e\x27\x7b\xbf\x25\x2d\xce\xe4\ \xc9\x5b\x0f\xbb\x88\x35\x8d\x66\x6a\x53\xf0\x5d\xf8\x8f\x3c\xc9\ \x06\x87\x20\x40\x80\x00\x01\x02\xd2\x0e\x10\x20\x40\x80\x00\x01\ \x69\x07\x08\x10\x20\x40\x40\xda\x01\x02\x04\x08\x10\x20\x20\xed\ \x00\x01\x02\xfc\x3f\xf6\xde\x23\xc8\xb1\x2c\xcd\xd2\xfb\x9e\x84\ \xd6\x70\xb8\x03\xae\x55\x78\x68\x9d\x11\x29\xaa\x32\x2b\xab\xb2\ \xaa\xa6\x7b\xa6\x17\xdc\x70\xb6\xa4\x19\x57\xec\xd9\x0e\x8d\x4b\ \x9a\x71\xc7\xc5\x2c\x68\x34\xb6\x19\xd7\xb4\x59\x34\x8d\x6c\x1a\ \x7b\xa6\xa6\xaa\xb2\xaa\x2b\x45\x64\x68\x1d\x1e\xae\xb5\x00\xe0\ \x0e\xb8\x43\xab\xa7\x2e\x17\x80\x7b\x78\x64\x44\x96\x4a\x11\x99\ \x11\x38\x69\xcf\xc2\xf1\xf2\xe1\xe1\xc9\x73\xff\xfb\xdf\xff\x9e\ \xd3\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\x92\x76\x17\x5d\x74\ \xd1\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\xa2\x4b\xda\x5d\x74\ \xd1\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\xa2\x4b\xda\x5d\xfc\ \xd0\xe1\x60\x1a\x06\xf6\x5f\xa1\x10\x20\x1c\x0b\xc3\x30\x5f\x10\ \x17\xb0\x8d\xe6\x9b\xe7\xde\x2d\x6c\x4c\xc3\xc0\xf9\x41\x2b\x2d\ \x08\x2c\xa3\x85\xe5\x38\xaf\xf6\x28\x1c\x8b\x56\xcb\x7c\x63\x45\ \x2b\xba\xa4\xfd\x03\x44\xa3\x98\xe6\xc1\xcd\x6b\x5c\xbf\x3b\x43\ \xb9\xf5\x2d\xbf\x40\xc6\x1e\x77\x6f\xdf\x62\xb7\xe5\x50\x58\x9d\ \x61\x7e\x3d\xf7\x67\x7f\xb5\x92\x5d\xe0\x8b\x87\x8b\x18\x5f\x7a\ \xf1\xb7\x66\x6f\x72\x7f\x69\xe7\x9b\x6d\x5a\xcc\x16\xd5\x5a\x83\ \x6f\xe7\x6a\x38\x34\xaa\x55\x5a\x07\x06\x0e\x76\x9d\xa5\xc7\x8f\ \xc8\x96\x8d\x3f\x7b\x0f\x76\x75\x8b\x9b\xb7\xef\x53\xb4\xbf\xf2\ \x04\xa8\x56\x6b\x58\x7f\x21\x13\x09\xcb\xa0\x5a\xab\x73\xb0\xdb\ \x66\x61\x93\x47\x4f\x57\x68\x7e\x1b\x17\x42\x34\x99\xbb\x7d\x83\ \xd5\xdd\xfa\x77\x1b\x36\x58\x2d\xaa\xd5\xe6\xe1\xbd\xad\x65\x96\ \xb8\x79\x77\x09\xb3\x4b\xda\xdf\x87\x76\x1c\xdc\x2a\x78\xb5\xaf\ \xb7\xf8\x34\x70\xa9\xaf\x97\x7c\xd4\xd2\x8d\x3f\x70\x77\x2e\x0f\ \xa2\xc2\xc3\x9b\xf7\x69\xf9\xfa\x18\x19\x48\xa0\x2b\xdf\xb2\x0f\ \xa6\x30\xa8\x94\xcb\x98\x8e\x84\x70\xec\x43\xa1\xfa\x3f\x07\x56\ \xb3\x46\xa9\x66\xbc\x70\x1f\xcc\x56\x8d\xa6\xf9\xcd\x46\xda\xe5\ \xcc\x0c\xd7\x1f\x2d\x61\x7c\x1b\xd7\xc0\xac\xf0\xe8\x8b\x1b\x64\ \x8a\xd6\xe1\x93\x6a\x5b\x36\xce\x5f\x20\x9c\x26\x3b\x0d\x4a\xe5\ \x2a\x5f\xc5\xd9\x66\x79\x93\x1b\xb7\x1f\x52\xfa\x0b\xc9\xb6\xb6\ \xbb\xc0\x17\xf7\xe7\x38\x50\x8d\x17\x1d\x5d\xfa\x6f\x29\xc4\xa5\ \x5a\x2e\x63\x7c\xc7\x81\x76\x79\x6b\x96\x1b\x0f\x57\x0e\xaf\x9d\ \xd5\xac\x51\xa9\xb6\xde\xd8\x88\xf3\x7b\xa5\x22\xae\xc9\xf0\xdb\ \x45\x85\xdd\xaa\x74\xe8\x9f\xf7\x57\xbd\x63\x0e\x0c\x04\x05\xef\ \x8f\xd9\x98\xf6\xeb\x71\xa3\x8c\x7a\x8d\x86\xdf\x86\x66\x9d\x52\ \xa9\x86\xee\xcb\x91\x46\x26\x12\x6f\x4b\xb1\xed\x6f\xce\x90\xb1\ \xe3\x9c\x1c\x49\x20\x99\x45\x66\xe6\xd3\xa4\x8e\x9f\xc4\x5f\xcf\ \xf0\x64\x66\x85\x06\x1e\x46\x8e\x9f\x20\x15\xf6\xd0\x2a\xac\xb1\ \xbc\x0b\xc7\xa6\x46\x50\x9b\xfb\xcc\x2d\xed\xd0\x3f\x75\x82\x80\ \xf6\xec\xf7\x4a\xe9\x25\xe6\xd6\x72\xc8\x72\x8b\x9a\x09\xb2\x24\ \xa1\xb9\x3d\x78\xd0\x01\x9b\xcc\xe2\x53\x56\x77\xca\x68\xa1\x7e\ \xce\x9e\x1e\x45\x2a\x6c\x33\xbd\xb0\x42\xdd\xd1\xe9\x1f\x3f\xc9\ \x68\x6f\x00\x49\xd1\xb0\x8a\x19\x1e\xde\x6a\x21\x24\x9d\xd1\xe3\ \xa7\xe9\x0b\x6a\x48\x92\xfc\x4c\xca\xb7\x55\x64\x6e\x76\x81\x7c\ \xd5\xa1\x6f\x6c\x8a\xf1\x54\xe4\x88\x1d\xb3\x4d\x7a\x69\x96\xb5\ \x74\x01\xc5\x1f\x63\xea\xd4\x49\xc2\x6a\x9d\xa5\x99\x55\x22\x63\ \xc7\x89\xf9\x64\xd2\xf3\xb3\x38\xf1\x09\xc2\x2a\x14\x36\x17\xb9\ \x75\xad\x4a\xb4\x7f\x84\xd3\xa3\x49\xea\xf9\x0d\x66\x17\x36\x30\ \xb5\x00\xe3\x27\x4e\x91\xf0\xab\xd4\x0b\x5b\xcc\x2d\x6e\xd2\x30\ \x1c\xfc\xf1\x24\x61\xa5\x41\x66\x67\x1f\x2d\x32\xc0\xa9\xe3\xa3\ \xb8\x15\xc1\xce\xea\x2c\xcb\x5b\x7b\xc8\xde\x08\xc7\x4e\x9d\x26\ \xaa\xc9\x38\xcd\x3c\xd3\x0f\x6e\x90\x8e\x24\x38\x35\x35\x8c\x2f\ \xe0\x45\x57\xda\x0f\x69\x29\xb3\xcc\xfc\x4a\x1a\xdb\x15\xe6\xd8\ \xc9\x53\xc4\xbc\xf2\xe1\xf1\xe7\xd6\xe6\x59\xdc\x2e\xa3\x88\x32\ \x26\x6a\x47\xe6\xb8\xc5\xe6\xfc\x0c\xeb\xf9\x1a\x81\xc4\x28\xa7\ \x8f\xf5\x23\xcb\x50\xcd\xa7\xb9\x7f\xed\x0b\x62\xf1\x5e\x4e\x9d\ \x9a\xc0\xc9\xaf\x33\xbd\xb0\x89\xa5\x85\x98\x3c\x75\x82\xb8\x57\ \x05\x61\xb6\xaf\x49\xb6\x84\x27\x31\xca\xa0\x1f\x2a\xe9\x55\xee\ \x5c\x6b\x12\x4b\x8d\x30\xd6\xe3\xc3\xeb\x95\x68\xab\x14\xdb\x64\ \x96\xe7\x58\x4d\xef\xe3\x89\x0d\x30\x35\x35\x8a\x57\xb1\xd8\x59\ \x5f\x62\x7d\x7b\x0f\xc3\x91\x89\x0d\x8e\x33\x35\x9c\xf8\x4a\x02\ \x2c\xa6\x17\x99\x5f\xcd\xe2\xb8\xe3\x9c\x3e\x3e\x84\x4b\xb3\x58\ \x9f\xb9\x4f\x79\x5d\x27\x94\x1c\xe3\xc4\x48\x02\x09\x68\x16\x33\ \xcc\xcd\xad\x50\xc7\xcd\xc8\xf1\xd3\xa4\xc2\x2e\x40\x50\x4c\x2f\ \x33\xbf\x9a\x05\x4f\x94\xa9\x53\xc7\x09\xbb\x64\x63\x8a\xf6\x9d\ \x00\x00\x20\x00\x49\x44\x41\x54\xcc\x7a\x9e\xf9\xa7\x8b\x14\x5b\ \x12\xa9\x89\xe3\x8c\xf5\x85\xb1\x6b\x79\x66\xe7\x16\x29\xb4\x14\ \x86\x26\x4e\x32\x9c\xf0\x3f\x6b\x2b\x04\x94\xb6\xe6\xb9\x7e\xad\ \x48\x6c\xf8\x38\x83\x9a\x0b\xab\xbc\xca\xad\xeb\x75\x14\x3d\xc0\ \xe4\x89\x93\xc4\x7c\x0a\x38\x4d\x36\x16\xe7\xd8\xd8\xa9\x11\x4a\ \x8e\x70\x62\xb2\x1f\xf5\x35\x24\xed\xef\x55\x63\xa5\xca\x70\x67\ \x4b\xe6\x37\x0b\x0a\xbf\x5b\x3a\xb2\x2c\xb6\xff\xfd\x78\x49\xe1\ \xe3\xc5\x67\x9f\x0f\x96\x8f\x17\x3b\xeb\x3b\x9f\x7f\xb3\xa0\xf0\ \x20\x2d\x7f\x2d\xe2\xff\xbe\x41\x92\xe5\x8e\x09\xab\x83\xa4\xf9\ \xe8\x49\x0e\x90\xea\x8d\x3c\x3b\x47\xa3\xcc\xcc\xf4\x22\x0d\xc0\ \xdc\x5b\x67\x69\x2d\x87\x68\xee\x72\xed\xb3\xdb\xd4\xdd\x71\xe2\ \x9e\x26\x77\x3e\xbb\x46\xa6\x01\x56\x39\xc3\xe2\xea\x76\x3b\x72\ \x69\x15\x59\x59\x5c\xa6\x76\xa4\x5f\xde\xcc\xcd\xf3\xd9\xcd\x19\ \x94\x70\x82\x88\x47\xc5\xb1\x6c\x64\x05\x0a\x1b\x8b\xac\x65\x4a\ \x54\x76\x9e\x72\x63\x26\x4b\x62\x78\x94\x44\xc4\x07\x02\x64\xdd\ \x4b\xdf\xe0\x18\x83\x31\x85\xe9\xbb\xb7\xc8\x59\xa0\x29\x60\x9b\ \x36\xde\x48\x0f\x01\xb1\xcf\xcd\xcf\x6f\x50\xb2\x40\x91\x25\x24\ \x49\x01\x0c\x1e\xde\xbc\x4d\x5e\x84\x19\x1b\x08\xb2\x74\xef\x16\ \x2b\xf9\xd6\xd1\xb3\xc6\x13\x88\x31\x32\x31\x8a\xab\xba\xc6\xdd\ \x07\x0b\x38\x8e\xc9\xc6\xc2\x22\x85\x46\xdb\xf3\x31\xbb\xb6\xc4\ \x56\xbe\x81\x2c\x49\xe8\xfe\x30\x03\xc3\x23\xa4\xe2\x11\x5a\x85\ \x35\x3e\xff\xe2\x01\x22\xd8\x4b\x88\x7d\x6e\x7e\x7e\x93\x92\x0d\ \x85\xad\xa7\xac\x15\x1c\xfa\x07\x7a\xd8\x99\xbb\xcb\xc3\xd5\x2a\ \x7d\xa9\x1e\x0a\x8b\xf7\x78\xb4\xbc\x0b\x48\xb8\xfd\x51\x46\xc6\ \xc7\xf0\x35\xb7\xb8\x73\x77\x06\x5b\x52\x90\x65\x37\xf1\xde\x01\ \x46\x86\xfa\xf0\xaa\x06\xab\x33\x33\xe4\x1b\x02\x23\xb7\xc0\xe7\ \xb7\x67\x50\x42\x09\x7a\xa2\x01\x94\x23\x3d\x9f\xe2\xda\x23\xae\ \xdd\x5f\xc3\xdf\xd3\x4b\x40\x93\x70\x6c\x07\x45\x82\xed\x27\xb7\ \x98\xdd\x85\xb1\xf1\x21\x2a\x2b\xf7\xb9\xb7\x5c\x42\x96\x25\x54\ \xb7\x97\xe4\xd0\x08\x03\xc9\x04\xd6\xfe\x1a\xd7\xef\x2c\x10\xe8\ \x1f\xa7\x47\xd9\xe7\xd6\x8d\xc7\x18\x40\xfa\xc9\x0d\x6e\x2f\xe4\ \x89\xf4\xf6\x11\x09\xb8\x91\x84\x40\xf3\x05\x49\x0d\x8d\x90\xea\ \x89\x60\x95\xd3\x4c\x2f\x6c\x60\x03\xb9\xf9\x5b\xdc\x99\xcd\x12\ \x4b\x26\x69\xa5\xa7\xf9\xe2\xde\x0a\x60\xb0\x32\xff\x84\xb2\x1a\ \xa6\x3f\xee\x66\xf1\xce\x2d\xe6\x33\x2f\x4f\x77\x54\xb7\x9f\xf0\ \xd9\xed\x05\xf4\x70\x2f\x3d\x91\x00\xaa\x0c\xc2\x01\x97\x3f\x4a\ \x32\xee\x61\xf9\xc1\x0d\x66\xb2\x06\x34\xb3\x7c\xf1\xd9\xcd\xf6\ \x73\xe6\x6e\x72\xf7\xf3\x6b\x64\x1b\xd0\xc8\xce\xf0\xd9\xed\x79\ \xdc\xf1\x24\xee\xc6\x16\xd7\x3e\xbf\x47\x13\x58\xbc\x79\x9d\xb4\ \x19\x60\x74\xa4\x1f\xbf\x5b\x07\xab\xc4\x9d\x9b\x77\xa9\xb9\xfa\ \x18\x4d\xe8\x3c\xbd\x73\x93\xad\xca\x51\x69\x66\x81\xe6\x8b\x30\ \x38\x3c\x4c\x5f\xc4\x87\xe4\x38\xa0\x68\x44\xfb\x92\x68\xb5\x0d\ \xae\xdf\x7e\x8c\x09\x6c\x3c\xbe\xcd\xc2\xae\x60\x6c\x62\x90\xe2\ \xf2\x03\x1e\x2c\xee\x75\x23\xed\xef\x32\x3d\xe2\x3a\x72\x64\x92\ \x74\xe0\x7c\x23\xe1\xd6\x25\x84\xe5\x50\x35\x44\xdb\x18\x14\x09\ \xbf\x5b\x46\x16\xd0\x32\x1d\x6c\x01\xb2\xf4\xfc\xf7\x5f\x2b\x08\ \x81\x50\x7d\xf4\xa5\x06\xe9\xf1\x3e\x5b\x1d\x4d\x8d\x12\x99\xbe\ \x4d\xae\xe6\xe0\xda\x2d\xe3\x4f\x8e\xe2\x6c\x2d\x51\x77\x0f\xf0\ \x8b\xf3\x53\xa8\x98\xd4\xf6\x7f\xc3\xc2\x5a\x81\x2b\x21\x0d\x5d\ \x6b\x1b\xc6\x22\xc9\x68\x9a\x86\x7c\x24\xcb\x92\x5d\x5a\xc5\x93\ \x3a\xc1\xe5\x93\xe3\xd0\xf2\xb0\x96\xa9\x60\x3b\x20\xab\x1a\xaa\ \x22\xa3\xb9\xfd\xb8\x44\x9d\x42\xd5\xe2\xd4\x78\x3f\x2e\x19\x0c\ \x2c\x8a\xb9\x2c\xd5\x46\x8d\x56\xa3\x4e\xb9\x0a\x1e\xe1\xe0\xe9\ \x1d\x60\xea\xd8\x18\x2e\x92\x94\xff\xf9\x63\x36\xb3\x65\x02\x8a\ \x8c\xa4\xc8\xd8\xe5\x2c\xdb\x99\x1c\x6e\x35\x44\xc6\xb4\x31\x6a\ \xfb\xe4\x0b\x45\xc6\xe3\xbd\x47\x72\xb6\x35\x32\xe9\x02\x0d\xc3\ \xa4\x62\x95\x69\xda\x7d\xe8\xba\x8e\x22\xb7\xcd\x73\x55\x55\xc3\ \x91\x25\x84\xe3\xa0\xf9\xc3\xf4\x0f\x26\x71\x03\xeb\xf7\xe6\x10\ \xbd\x53\x5c\x3e\x3d\x89\xc4\x20\x95\xff\xfc\x5b\xd6\xb6\x4a\xc4\ \x65\x95\x70\x22\xc5\xc8\xc8\x28\x72\x6e\x8b\x45\xa7\x8f\x91\xb1\ \x61\xd4\x5a\x9a\x87\xfb\x45\x20\x81\xb0\xea\x64\xb7\xf7\x68\xb4\ \x4c\x6a\x56\x89\x86\x05\x42\xd6\xdb\x0d\x65\x8f\x0b\xac\x12\x8a\ \xa6\xa3\xcb\x06\x6b\xcb\x2b\xb8\x86\x2f\x70\xe9\xf4\xc0\x97\xb3\ \xd8\x6c\x2d\x6d\x91\x98\x7a\x8b\xb3\xc7\x92\x38\x25\x93\xb5\xe2\ \x36\xb6\x51\x63\x65\x39\x43\xcb\x2f\x93\x49\xdb\x34\x9a\x4d\x2a\ \xe9\x1c\x56\xaf\x82\xe2\xf2\xd1\x37\xd4\x4f\x5c\x81\xcc\xfd\x5b\ \xe4\xab\x0d\xfc\xb9\x34\xd4\x9b\xd4\xf7\x6b\x94\xea\xfb\x2c\x6e\ \x17\x19\xbd\xf8\x4b\x4e\x24\x5d\xed\x71\x83\xed\x2d\x64\x6f\x90\ \xfe\xa1\x14\x3e\xa0\x5a\x95\xd1\x74\x1d\xd9\x6e\xb2\xb2\x9a\x66\ \xe0\xdc\x2f\x98\x1a\x0c\x62\xc5\x55\x7e\xf3\x2f\x8b\xec\x9d\x8a\ \x21\x2b\x2e\x92\x23\x63\x8c\x26\x3c\x98\xb9\x6d\x76\x72\xfb\x90\ \xf4\xbe\x90\xc7\x5f\x5d\xd8\x24\x38\x7c\x81\x0b\xa7\x52\x9d\x55\ \x35\x2c\xa1\x93\x1c\x1a\x61\x24\xe5\xc7\xc8\x64\xd8\xdd\x2d\xb0\ \x5f\x5d\xa0\x1e\x18\xe6\xc7\xe7\xa7\xd0\x99\xa4\x91\xff\x15\xab\ \x6b\x59\x7a\xf6\x37\x08\x8d\x9e\xe5\xdc\xd4\x20\x4c\x44\xc8\xfd\ \xea\x0b\xd6\x72\x4d\x02\x21\x1f\x8d\x9d\x02\xe6\xf8\x00\xfd\x61\ \x2f\xb5\xf4\x0c\x5b\x99\x32\x3d\xde\x3c\xd9\x5a\x8b\x46\xa9\xc8\ \xfe\x7e\x85\x81\x40\xf0\x30\xe5\xa3\xf9\xa3\x0c\x0e\xf6\xa3\x01\ \xa5\x9c\x85\x1e\xe8\x63\x72\x6c\x14\xe2\x12\xe9\x4f\x57\x29\x94\ \xcb\x6c\xaf\x6f\xd2\xf4\x0f\x93\xc9\xd8\x34\x9b\x35\x6a\xb9\x1d\ \xec\xc9\x18\x4a\x97\xb4\xbf\x43\x7e\x72\x04\xa6\xcb\xc5\x7f\xf3\ \xb6\x9f\xbb\xf3\x55\xae\x5c\x8e\x33\xa9\x5a\x94\x4d\xc1\x9d\x87\ \xfb\x7c\x9c\x81\xbf\x7b\x2f\xca\xc5\x98\x02\x86\xc9\xaf\xef\x16\ \xb8\xb3\x63\x03\x12\xaf\x37\xc4\x8b\x03\x6e\x9e\x1e\x06\x13\x6e\ \x36\x97\x97\xf1\x16\x1b\xf4\x1c\x4f\xc0\xee\x3a\xc8\x6a\xa7\x3b\ \xa5\xb4\xcd\x97\xad\xb6\x4d\x9c\x2d\xec\xce\x3e\xe4\x17\xae\x96\ \xe3\x74\xba\x3d\x47\xba\xa7\x07\xdb\x38\xb6\x85\x3b\x34\xc6\x2f\ \x3e\x0a\x30\xff\xf4\x09\x1f\xff\x6e\x95\xb7\xdf\x39\xcb\xc6\xdd\ \x2f\x68\xf4\x9c\xe2\xf8\x70\x88\xfd\x5c\xf5\x99\xa1\x85\x78\x16\ \x35\xcb\x12\xe0\x74\x9c\x89\x64\x19\x61\x3b\x20\x79\x49\x0d\x8d\ \x10\xd7\x25\x86\xc6\x8e\xe3\x0f\x3c\x73\x1d\xa8\xa7\xe7\xb8\x7e\ \x67\x83\xc9\x4b\x17\x88\xb8\x1a\xec\xe7\x3b\xb6\x45\xc2\xee\xb8\ \xa6\xab\x87\x69\x16\xc1\x97\x0c\x35\x1c\x07\x55\x51\x3a\xc7\xad\ \xa0\x48\xed\x48\x17\xa4\x43\xb7\x76\x4d\x96\x10\x9d\x2a\x16\x49\ \x56\x91\x55\x85\x5a\x7e\x8d\xeb\x37\xe7\x18\xbd\x70\x91\x98\xd7\ \x20\x9f\xee\xec\xf8\x85\xfc\xb5\x84\x24\x04\x8e\xed\x20\x2b\x2f\ \xa7\x05\x47\x1c\x71\x53\x3a\xf8\xba\xb0\xb1\x85\x4e\x4f\x72\x88\ \x91\x3e\x77\xc7\xa2\x2e\x84\x68\xad\xe1\x88\x67\x6e\x4b\xb6\x25\ \xf0\x04\x7a\x18\x1e\x1d\x46\xb6\x86\x38\x76\xce\x47\x58\x6b\x60\ \x39\x02\xe5\x68\x17\xb2\x73\x68\xe2\x25\xf9\x67\x21\x40\xed\x6c\ \x2b\x4b\x2a\xb2\x68\xfb\xab\xb6\xaf\x41\xfb\xee\x2b\x2e\x05\xf1\ \xd2\x4c\xbb\xc0\x76\x40\x79\xe1\xdc\x0e\xf6\x01\x9a\xa6\x80\xb0\ \x71\x1c\x81\xa2\x28\x9d\xe7\x4c\x46\x95\x64\x84\x6d\x63\x3b\x02\ \x45\xee\x50\x8c\xa2\xa2\x48\x12\xa6\x29\x31\x78\xe9\x43\x3c\x9b\ \x8b\x3c\xbd\xf7\x39\x6b\x7d\xa7\x39\x9b\x90\x90\xf5\x10\x83\xc3\ \x23\xf8\x55\x87\x91\xc9\xd3\xf8\xfd\xbe\x17\xb8\xe0\xe8\xb5\x17\ \xc2\xc1\x01\x14\x49\x45\x97\x25\x84\x65\xe3\xd8\x2a\x3d\xa9\x21\ \x86\xe3\x1e\x06\x87\xda\xd6\x7f\xaf\x63\xde\xfb\xfb\x7f\x4e\x92\ \x84\xcf\x2d\xa3\xbb\x64\x5c\xad\x26\xff\xeb\xff\xb3\xc5\xff\xf6\ \xd8\xe2\xfd\x33\x01\xde\x39\x17\xe6\x82\xd6\xe2\x3f\xfc\x53\x9a\ \xff\xf9\x57\x7b\x3c\xde\x77\xd0\x94\xd7\x93\xb0\x1d\xcb\xec\x0c\ \x02\xb6\xcd\x95\x5f\x1c\x03\x93\x19\x3d\x36\x42\x69\xf6\x36\xab\ \x55\x0f\x83\x11\x37\xd1\xa1\x41\xa4\xd2\x1a\x8f\x97\x33\x64\x57\ \x9e\xb0\xb6\x67\x33\x34\x14\xc1\x1d\x8c\x43\x69\x87\xd9\xe5\x2c\ \xbb\xf9\x3c\x75\xe3\xf9\x86\xae\x6f\x6c\x80\xda\xd6\x0c\x4f\x56\ \x77\xc8\xef\xe6\xa9\x35\xcd\x0e\xdf\x58\xd8\x42\x60\x9a\x65\xf6\ \xea\x0a\x43\x63\x63\xb8\xeb\x39\xf2\xe5\x1a\x86\x69\xa3\xe9\x1e\ \xbc\x5e\x0f\xb2\x70\x0e\x07\xe9\x9a\xe5\x02\xbb\xb9\x7d\x96\x1f\ \xde\x26\xe3\x04\xe8\x4f\x86\x50\x24\x87\xbd\x6c\x16\x27\x10\x23\ \x16\x94\x48\x67\xf6\x41\x96\xb0\x1c\x81\xa4\x3e\x8b\x23\x6c\xd3\ \xc0\x72\x64\xbc\x5e\x1f\x6e\x97\x8a\x6d\xd9\x28\x2e\x1f\xa1\xa0\ \xcd\xfc\xec\x1c\xb9\x7c\x86\xfd\x4a\x13\x1b\x09\xb7\xd7\x8f\x99\ \xcf\xb0\xbe\x9e\x26\x5f\xae\x11\x1d\x1c\xa5\xb1\x3d\xcf\xec\xc6\ \x0e\x9b\xb3\xf7\xd8\x32\x3d\x0c\xf4\x47\x10\x46\x0b\xab\x33\x50\ \xe7\x38\xd6\x61\xf9\x9a\xb0\x2d\x6c\xdb\xc1\xb1\x0c\x2c\x47\xc2\ \xed\xf3\xe1\x76\x69\x38\xb6\x8d\xa4\xb9\xf0\xb8\x5b\xac\xaf\xad\ \x92\xdd\xd9\xa3\xd9\xb4\xb0\x6d\x13\x03\x9d\x81\x81\x14\xe5\xa5\ \x47\xcc\xad\x67\xc8\x66\x77\x28\x35\x0e\x06\x2b\x15\xfa\x47\x7b\ \xc9\xce\x3f\x64\x71\x3b\xcf\xce\xee\x1e\xcd\x96\x85\xac\x07\x19\ \x4a\x79\xd8\xc9\x66\x68\x09\x19\x61\x1a\xa0\xaa\xe8\x6e\x3f\x4a\ \xad\xc8\xfa\xf2\x26\xb9\x42\x11\xff\xc0\x10\x52\x2d\x4f\xae\x6c\ \xa2\x48\x16\xa6\x90\x90\xb4\x18\x43\x31\x37\x4b\x0f\xee\xb2\x99\ \xc9\xb2\x93\x2f\x22\x74\x3f\xa2\xb0\xcb\xfa\x6a\x9a\xbd\x52\x05\ \xd3\x76\xb0\x4d\x13\xa1\x7a\x19\xe8\x8f\xb2\xf6\xf8\x31\xe9\xdc\ \x0e\xd3\x8f\x9f\x60\xc7\x07\x88\xfb\x35\x2c\xc3\xc0\x3e\x28\x84\ \xb1\x4c\x1c\x64\xac\x7a\x9e\x07\xf7\x17\x68\x1c\xf2\xb7\xc2\xd0\ \x50\x8c\xfc\xca\x43\x16\x37\x33\xec\x64\x73\x34\x1b\x16\x8e\x6d\ \x1f\x96\x7f\xda\x96\x89\x61\x39\x44\x06\x46\x61\x6f\x95\xe9\xe5\ \x34\x99\x95\x07\x2c\x97\xa1\x7f\xa8\x9f\xd4\x50\x2f\xb9\xe5\x27\ \x2c\x67\xf2\xac\x3c\x7c\x40\x49\x0e\x31\x98\x70\x51\xd9\xdd\x41\ \x0a\x26\x19\x1d\x0c\xb1\x9b\xce\xa1\x87\x7b\x89\x7a\x6a\x6c\xe7\ \x4a\xc8\x92\x84\x6d\xd9\xc8\xfa\xb3\xc6\xc2\xe3\xf5\x62\x17\xb7\ \x58\xd9\x48\x93\x2b\x35\xb0\x6d\x1b\xcb\xb2\x0f\x1b\x27\xc3\x34\ \x90\x3c\x41\xfa\x52\x21\x76\xb7\xb3\x18\xc8\x38\xb6\x85\x50\x5c\ \xaf\x65\xf8\xa6\xfc\xbb\xbf\xff\xfb\xff\xe9\xfb\x94\xd3\xbe\xb1\ \xa1\xb0\x57\xef\x0c\x44\x0a\xb0\x55\x95\x4b\x43\x2e\xb6\x76\x5b\ \x0c\x0e\xf9\x19\xf2\x29\x8c\xf7\xbb\xa9\xe7\x9b\x04\xe3\x2e\x36\ \x16\xca\xdc\xdf\x77\x88\x87\x34\x22\x2e\x89\x4a\x53\x60\x0b\xe8\ \x0b\x08\xae\x0c\x3a\x58\x5f\x0a\x49\x75\x5d\xe7\xb3\x4f\x3f\x25\ \x9d\xde\x26\x1e\xef\x79\x21\x92\xb0\x6d\x9b\x63\x93\x13\x0c\x8f\ \x8c\x1e\xfa\x61\x1e\x5d\x64\x59\xa6\x5c\x2e\xe1\xf1\x78\x08\x04\ \x43\x08\xe1\xb4\xd7\x95\x8a\x84\xc2\x11\x34\xfd\xdb\x31\xd5\x6b\ \x55\x2b\xa8\xe1\x04\x3d\x41\x85\x4a\xcd\xa6\xa7\xbf\x8f\x2f\x9b\ \x51\x2b\xde\x30\xf5\x8d\x39\x8c\xf8\x14\xa7\x87\xa2\x48\xae\x30\ \xbd\x11\x95\xcd\xa5\x45\x32\x45\x9b\xc9\xf3\x57\x18\xef\xf1\x80\ \x1e\x26\xea\x75\xd8\x5c\x5d\x21\x5b\x6c\x12\x4e\x8e\x30\xd2\x1f\ \x47\xed\x3c\xe1\x5a\x20\x41\x8f\xdf\x61\x73\x65\x99\xf4\x5e\x9d\ \x50\x62\x88\xb1\xc1\x04\x34\x2a\xe0\xeb\x21\xa2\x57\x79\xfa\xf8\ \x29\x9b\xd9\x22\x91\xd1\x33\x9c\x9a\x1c\x22\x1e\x72\x91\x5d\x5b\ \x66\x63\x3b\x8f\x1a\xea\x65\x64\x38\x85\x5f\x97\x68\x14\x72\x64\ \x32\x19\x2a\xb6\x97\xb3\x6f\x5d\x26\xe1\x53\x71\x7b\x3c\x54\x72\ \x39\xf4\xde\x71\xa6\x86\xe3\x94\xd2\xab\xac\x6d\xa6\xa9\x98\x0a\ \x89\x44\x0f\x07\xef\xab\x2b\x14\xc1\x2d\xca\x2c\x2f\xad\x90\x2f\ \x59\xf4\x0c\x0c\x93\xea\x89\xd0\x13\x8f\x50\xc9\xae\xb3\xbe\xb9\ \x03\x81\x1e\xc6\x46\x86\x08\x47\x22\x78\xec\x22\xab\xab\x9b\xd4\ \x25\x1f\xa3\xa3\x13\x24\xbc\x16\x6b\x8b\x4b\xe4\xea\x1a\xa7\x2f\ \xbf\x45\x2a\xa8\xd1\xa8\x57\x10\x9e\x38\x7d\x51\x3f\x56\xa3\x86\ \xed\x8e\xd0\xd7\x13\xc0\x6c\x56\x31\xd4\x20\x63\x23\xc3\x78\xa5\ \x32\x2b\x4b\x2b\xec\x16\x0d\xe2\xa9\x61\x06\x7b\x63\x44\x82\x1e\ \x76\x37\x56\x49\xef\x37\x89\x26\xe2\xc8\x96\x89\x2f\xde\x47\xbc\ \x37\x45\x44\xab\xb3\xba\xb2\xc2\x6e\xa1\x49\x20\x96\x24\xe8\x69\ \x9f\x80\x37\xda\x47\x58\x6d\xb0\xba\xbc\xc2\x4e\xc9\xa2\x67\x60\ \x94\xc1\xbe\x28\x3d\x7d\x7d\x48\xe5\x2c\x2b\xab\x9b\xec\x95\x5b\ \x04\x13\x7d\xf8\xbd\x41\x42\x6e\x83\xcd\x95\x55\xf6\x9b\x32\x83\ \x13\x27\x18\x08\x39\xac\x2f\x2d\xb3\xbd\xbb\x87\xf0\x44\xe9\x8d\ \x78\x89\xf5\x25\x91\x2b\x59\x56\xd6\xb7\x28\x34\x64\x06\x46\x26\ \x88\x69\x15\x56\x57\x36\xa8\xe2\xa3\x27\xec\xc5\x70\x54\x7a\x93\ \x71\x62\x89\x24\x6a\x7d\x97\xa5\xa5\x75\x6c\x7f\x3f\x6f\x5d\x3e\ \x8d\x5b\xb5\xa9\x56\xea\x04\x7b\xfa\x09\x7b\x54\x8c\x7a\x05\x35\ \xd4\x87\xa7\xb1\xcd\xdd\xb9\x02\xe3\x53\x43\xe8\x9d\xe7\xc0\x13\ \x4b\x12\x92\xab\xac\xac\xac\xb1\x5b\x68\x12\xe9\x89\xa3\xda\x06\ \xde\x58\x1f\x61\xaf\x86\x51\xaf\x80\x37\x46\x5f\x6f\x92\xde\xb0\ \xc2\xd6\xd2\x12\xe9\xa2\xcd\xe4\x85\xb7\x18\x8b\xbb\x71\x85\x7b\ \x09\xab\x35\x56\x16\x57\x28\xda\x01\xce\xbf\x75\x89\x1e\xaf\xc4\ \xee\xda\x3c\x33\xf3\x2b\x14\x0c\x37\xa7\xce\x9f\xa2\x37\x12\xa6\ \x2f\x11\x60\x6f\x73\x85\xf5\xcd\x2c\x0d\xe1\x22\xd1\x1b\x43\x3b\ \x78\x1e\xfd\x41\x5c\x76\x89\xd5\x95\x4d\x9a\x4a\x90\x44\x58\xc7\ \xc0\x4d\x2a\x19\x45\xb6\x4d\xaa\x75\x9b\x78\x2a\x45\xaa\x3f\x89\ \x28\x67\x58\x59\xdd\x60\xaf\x6a\x10\xee\xe9\xc3\xaf\x7f\xf7\x71\ \x69\x3e\xb7\x4b\x20\x10\xfc\x8b\x8d\xc9\xff\xdc\x9a\x04\x69\x76\ \xe6\xe9\xf7\xa6\x32\xce\xa5\xc2\x7f\xf8\x5c\x63\x21\x27\xe3\x52\ \xc1\x34\x6d\x6a\xba\x87\x7f\xff\xf3\x20\xd7\xa7\x2b\xbc\x73\x39\ \x8a\x9c\xab\x33\x93\x6d\x72\x6d\xb1\xc5\x47\x3f\xef\x65\x30\x5b\ \xe4\x7f\xb9\x59\xe3\xc7\xef\x26\x78\xdf\xdf\xe2\x1f\x3e\xab\x60\ \x28\x32\xe7\x93\x0e\xff\xee\x5d\x93\xc6\x97\x8a\x39\x5f\x57\x37\ \xf6\x56\xb5\x48\xa9\x98\x63\x76\x6e\x8b\x91\xcb\xef\x33\x1c\x56\ \xe8\xa2\x8b\x3f\x17\xdb\xb3\x37\x59\xb3\x92\xbc\x77\x66\xb8\x7b\ \x31\xbe\x26\xbe\x75\x37\xf6\xef\xe9\x58\x1b\x92\xae\xf2\xde\xe9\ \x20\xa9\xa0\x4e\xc4\xb6\xd8\xa9\x83\x6e\x98\xfc\xf3\x9d\x7d\x9e\ \x54\x24\xfc\x9a\xc4\xcd\x99\x1a\x17\xde\x0e\xf3\xdf\xa9\x2e\xe2\ \x03\x3a\xf6\x4e\x03\x21\xbd\x99\x0f\x4a\x71\x7b\x89\x27\xdb\x75\ \x86\x4e\x5c\xec\x12\x76\x17\x7f\x31\xfa\x8e\x5d\xa6\x4f\xea\x3e\ \x37\x3f\x04\x7c\x2f\x49\x5b\x92\x40\x58\x0e\x95\xa6\x83\x29\x37\ \xf9\xc7\xc7\x35\xb2\x75\x89\x5f\x3f\x2c\x53\x10\x0a\x41\x77\xbb\ \x42\xa4\xb8\x5d\xe1\xff\xf8\xdc\xe2\xad\x41\x17\xcd\x8d\x0a\xd3\ \x6b\x2d\x64\x55\x46\x72\xde\xbc\x1b\xd9\x3b\x75\x99\xde\xa9\xef\ \x43\x83\xdb\x1e\xe8\xfa\xa6\x7a\x86\x82\xd7\x7f\x58\xf9\x7b\x91\ \x27\x55\xd4\xee\x45\xe8\x92\xf6\x5f\x41\xd6\xb4\x47\xdc\x1d\xc0\ \xb1\x1d\x1e\x3c\x2d\x73\x4b\x80\xae\xc9\xe8\xb2\x60\x66\xb3\x85\ \xaa\xb4\xab\x10\x1c\x01\xb2\x22\x91\xdb\x69\xf0\x4f\xe9\x76\x9d\ \xa9\xae\xc9\x68\x72\xa7\x40\x41\x74\x6f\xee\x1f\x67\x43\x1b\xcb\ \x91\x50\x95\xe7\xbb\x70\x4e\x25\xcb\x93\x85\x3c\xe3\xe7\x4f\xe3\ \xff\x8b\x03\x2f\xc1\xda\xf4\x2d\x0a\xfe\x63\x5c\x1c\x8d\x7e\xcd\ \x03\xb4\x59\x7b\x72\x9b\x7a\x78\x8a\x93\x83\x5f\x6f\x5f\xed\x59\ \x82\xcf\x2a\x29\x5a\xa5\x3c\xfb\x4d\x85\xde\xde\x48\x57\xc7\xa1\ \x8b\x2e\x69\x7f\xdd\xa8\xca\xad\xb6\xa7\xa1\xeb\x0a\x78\xb5\xe7\ \x5f\x29\xaf\xf6\x92\x98\x4b\x93\x5e\x88\xc5\x94\x4e\x9d\x76\x97\ \xb8\xbf\x1a\xbb\xcb\x0f\x59\xb1\xfa\xb8\x7a\xbc\xff\xb9\xab\x67\ \x37\x8a\x6c\x6f\xef\x32\x72\xfe\xaf\xbb\x83\xd5\xe2\x3e\x25\xe5\ \x9b\x50\x85\x70\x28\xef\xef\x52\xd5\xc7\xbe\xf6\x9e\x4a\x6b\xd3\ \xcc\xef\xfb\xb9\x7a\xa9\xbd\xaf\x7a\x7e\x93\xe5\x3d\x37\x3d\x5d\ \xd2\xee\xa2\x4b\xda\x5f\x0f\x2d\x0b\xfe\xdb\xcb\xe6\x37\x42\xb6\ \x92\x04\xcd\xd7\x4a\x48\xce\xa1\x98\xdd\x20\x5b\x6c\x12\xe8\x19\ \xa4\x3f\xe6\xa3\xb8\xb3\x49\x5d\x8d\x91\x8a\x79\x69\x14\x32\xec\ \x5b\x3e\xfa\x7b\x7c\xe4\xb7\xd6\xc8\x55\x4c\x3c\xa1\x04\x43\xc9\ \x28\xb2\x04\xc2\x6a\x91\xdd\xda\xa0\xd8\x14\xf4\x0e\x0e\xd1\x6a\ \x56\xd9\x5c\x5f\x20\x28\xd5\x09\x25\x92\xf4\x47\xda\xd3\x86\x25\ \x59\x41\x16\x4d\x36\x97\x97\xd8\x91\x14\x12\xa9\x01\xc2\x3e\x0d\ \x61\xd6\xd8\xde\xdc\xa6\xd2\x82\x70\x4f\x8a\x64\xbc\xbd\xbd\xd5\ \xac\xb0\xbd\x95\xa6\xe1\xe8\x0c\x8e\xf5\xb7\xeb\x75\xdb\x05\xd9\ \x64\x36\xb7\x70\xc5\x52\xf8\x9c\x22\x7b\x0d\x8d\x64\x4f\x08\xd1\ \x2a\x93\xdd\x6f\xd2\x93\x4c\x60\x97\x76\x49\xef\x16\x31\x6c\x08\ \xf5\xa4\x48\xc6\xfc\xcf\xdf\x43\xf9\xc8\x74\x77\xa7\x49\x66\x63\ \x8b\x52\x4b\x22\xd1\x3f\x40\xd4\xef\xea\x74\x18\x1a\x64\x36\xb7\ \x28\x35\x20\xde\x3f\x48\xcc\xe3\xb0\xb5\xbe\x49\xcd\x92\x88\xf6\ \x0d\xd2\x1b\xf6\xe0\xd4\x4b\x6c\x6f\x64\x79\xea\xb7\x09\x46\x52\ \xf4\x26\x06\x19\xf3\x29\xed\x49\x17\x8e\x49\x3e\xbd\x49\xbe\x6a\ \x11\xe9\x1b\xa2\x37\xec\x06\x6c\xca\xbb\x59\x76\x0b\x15\x2c\x49\ \x23\x9e\x1c\x24\x1e\xd0\x41\x18\xec\x6c\x6d\xb1\x5f\x35\x08\xf6\ \xa4\x48\xc5\x83\xdd\xd4\x4d\x17\xdf\x39\xbe\x77\x81\x86\xa6\x80\ \xae\x7e\xfd\x45\x7b\xcd\xc6\x54\x76\x17\xee\x71\x7b\x7a\x13\xc3\ \xa8\xf2\xf4\xe6\xe7\x2c\xee\x35\x90\x9a\xbb\xdc\xbe\x71\x9b\x7c\ \x65\x8f\x7b\xb7\xee\xd2\x16\x5f\xb3\xa8\x37\xea\x98\x46\x9d\x85\ \x7b\xd7\x78\xb0\x5a\x02\x4c\x66\x6e\x7e\xc2\xfd\xb9\x2d\x4a\xc5\ \x22\xe5\x7a\x13\x59\x51\x91\x1c\x8b\x66\xa3\x81\x79\xa4\x2e\x52\ \x42\xc2\x6e\x16\xc9\xee\xee\x91\xdf\x5a\xe0\x93\x4f\x6e\x92\x6b\ \x82\x24\x0c\xea\x8d\x26\x46\x7d\x8f\x7b\x37\xbe\x60\xa5\xe0\x80\ \x59\xe0\xf6\x27\x7f\x60\x7e\x33\x47\xa9\x50\xa0\x6e\x58\x48\x92\ \x8c\xaa\xc2\xce\xdc\x6d\xee\xce\x6c\xa2\xe8\x2a\xc5\xcd\x19\xee\ \xcc\xac\x63\x03\x76\x79\x83\xdb\xf7\x9e\x50\x77\x60\xed\xc1\x75\ \x1e\x2f\xa5\xa9\x94\x76\xb9\xf3\xf9\x1f\x78\xb4\x56\x7c\x49\xeb\ \x2b\x03\x36\x33\xb7\xae\x71\x6f\x7e\x8b\x52\x6e\x9d\x6b\x9f\x5c\ \x63\xbb\x6c\x03\x4d\x9e\x5c\xff\x8c\xfb\x73\x5b\x14\x4b\x45\xaa\ \xf5\x16\x8e\x63\x52\xaf\x37\x31\xaa\xbb\xdc\xf9\xfc\x0b\x32\x4d\ \x50\x34\x0d\x19\xbb\x7d\xae\x0e\x54\xd3\xf3\x3c\x98\x5e\x05\x60\ \xfd\xe1\x35\x6e\x3c\x59\xa5\x58\xc8\x70\xfb\xda\x27\x2c\xe5\x0d\ \xb0\xab\x3c\xb8\x7e\x9d\xe5\x6c\x89\x52\x66\x81\x6b\x9f\x7e\x41\ \xde\x82\x9d\xa7\xb7\xb9\x33\xbd\x41\xb3\xd5\xa4\x5a\xad\xe1\x74\ \xf9\xa3\x8b\x37\x3d\xd2\x86\x6e\x4a\xe3\xe5\x41\x76\x91\xa7\x73\ \x6b\x88\xd8\x14\xa1\xa0\x87\x7d\x67\x99\x99\xb9\x0c\x93\xef\x5d\ \xe2\xdc\xfe\xa7\xfc\xfe\xff\xfd\x2d\xa9\xf3\xef\x72\x61\x38\x08\ \x38\x44\x63\x3d\xd8\x6a\x8d\xba\xbe\xc9\x6e\x66\x1f\x23\xbc\xcd\ \x72\x41\xe6\xdd\x5f\x7e\x48\xbc\x53\x46\xbe\x99\x31\x09\xa4\xc6\ \xb8\x70\x7e\xfc\xb9\x68\x51\x08\x07\xc5\xdf\xc7\xa5\x77\xae\x12\ \x51\x5a\xdc\xff\xfd\x7f\x66\x66\x6d\x97\x0f\x8e\xf7\x10\x8b\x55\ \x29\xd5\x74\x3c\x1b\x19\x72\xbb\x25\x22\xfb\xd3\xe4\xb5\x14\xbf\ \xfc\xf0\x32\xae\x4e\x6f\x20\x2f\x41\x66\xfa\x36\xb5\x40\x8c\x77\ \x3f\x7c\x8f\x90\x0a\x4d\x49\x41\x53\xdb\xb3\x13\x85\xac\xb4\xa7\ \xcd\x63\x63\x5a\x0a\xc3\xc7\xcf\x71\x61\x34\x42\x61\xe9\x3a\x9f\ \xcc\x4d\x33\x3e\xf2\x23\x8e\xc6\xdb\xb2\xa2\x60\xef\xaf\xb0\xbc\ \x63\x73\xf5\x6f\x3e\x22\xe1\x72\x98\xbb\xf1\x6b\xa6\x97\x33\xc4\ \x92\x25\xd6\x0b\x1a\x3f\xfa\xdb\x0f\x89\x74\x9e\x64\xe1\x98\xc4\ \xe3\x11\x2a\x75\x19\x65\x33\x4d\xa6\xd0\x60\x4c\x80\x37\x3a\xc4\ \xa5\xf3\xa7\x00\xd8\x2f\xca\xa8\x9a\x86\xd9\x4c\xf3\x64\xa3\xce\ \xe9\x0f\xff\x86\xd1\x90\xcc\xd6\xfd\xdf\xf3\x78\x7a\x9e\xd1\x1f\ \x0d\xe1\xc8\x41\xa6\xce\x5c\x65\x24\xda\xe0\x8b\xff\xf2\x31\xeb\ \xd9\x1a\xc9\x56\x13\x0b\x3f\x43\x93\x27\x89\xf9\xf4\xee\x73\xd9\ \x45\x37\xd2\xee\xe2\x2b\x60\x35\x69\x3a\xa0\xbb\x14\x9a\x0d\x93\ \xde\xc9\xf3\x5c\x9a\x4c\x00\x10\x08\xba\xa8\xd7\x6a\xc8\xba\x07\ \x80\xf2\xd6\x34\x9f\x5e\x7f\x44\xa1\x23\x89\x2a\x4b\x12\xad\x5a\ \x0d\x59\xf7\xe2\x7f\x8e\x67\xc4\x4b\xb5\x6b\xdb\xd5\x1a\x07\x53\ \xdb\x35\xfc\x7e\x17\x96\xd9\x60\x7b\xee\x16\x37\x1f\xad\x50\x6f\ \x99\x08\x49\x42\xc2\xa1\x51\x6d\xe0\xf6\xfb\x3b\x84\x7d\x10\xa9\ \x0b\x8c\x7a\x95\xba\x21\x90\x0e\x67\xb2\x0b\x1c\x21\xb5\xf7\xdd\ \x19\x82\x68\x17\x99\xc8\x87\x55\x26\xbe\x68\x08\x9c\xd6\x91\x94\ \x96\xe8\x90\xb6\x8c\x51\x6f\x20\xab\x7e\x82\xae\xf6\x23\x1b\x08\ \x04\xb0\xeb\x4d\x1a\xd5\x06\x8a\x16\xc0\xaf\x3e\xfb\xce\xda\x83\ \x6b\xdc\x79\xba\x41\xc3\x74\x3a\x53\xc8\x9f\x8d\x4a\x3f\x3f\x11\ \x5a\xc2\x6e\xd5\xb0\x75\x37\x3e\x5f\xfb\x35\x08\x85\xbd\x38\x66\ \x1d\x53\x48\xc8\x92\xe8\x88\x05\xe8\x78\x5d\x3a\x56\xd3\x22\x75\ \xe9\xc7\x9c\x1b\xd2\xb8\xff\xc9\xc7\x7c\xf1\x70\xf9\xdb\x91\x81\ \xed\xa2\x8b\x2e\x69\xbf\x06\xd0\xc3\xf4\xf8\x74\x6c\xc9\xcb\xd8\ \xd4\x71\xc6\x47\x86\x49\x25\xfc\x58\xc5\x35\xee\x2f\x34\xf8\xe0\ \x6f\x3f\xa4\xb1\x70\x87\xf5\x92\x49\xbd\xb4\x43\xc3\x15\xe7\xf4\ \xe9\x13\x4c\x24\x23\x60\x19\x78\xe3\x49\xe4\xfa\x2e\x4b\x1b\x05\ \xcc\x56\x03\xd3\xb1\x51\x75\x17\xb5\xfd\x3d\xca\x8d\x16\x8d\xa3\ \x2e\x20\x42\x60\x99\x2d\x9a\x4d\x93\xc6\xde\x06\x2b\xe9\x16\x03\ \x71\x3f\x7b\xbb\x19\xb4\x9e\x11\x4e\x9f\x3c\x43\x7f\xd8\x85\x65\ \x43\xa4\xaf\x97\x6a\x66\x8d\xcd\xfd\x3a\x46\xb3\x81\x8d\x85\x65\ \x0b\x06\x2f\xbd\xcf\xf9\xde\x06\x9f\x7d\x76\x87\x06\x10\x08\x04\ \x31\x76\xb7\xc9\x55\x2c\x9a\xcd\x16\x96\xe5\x80\x24\x21\x63\x52\ \x2a\x95\x31\xec\x16\x6b\x0b\x9b\x28\x9e\x38\x21\xf5\x39\x5a\xa5\ \x52\xae\xe2\x8e\x27\xd0\xac\x1c\x8b\x5b\x25\xac\x7a\x9e\x95\xf5\ \x1c\xe1\x44\x8c\x70\x6f\x0f\xa2\x9e\x66\x61\xbb\x48\xab\xd9\xc4\ \x6c\x55\xd9\xcd\x14\xf0\x25\x8f\x71\xf2\xc4\x49\x7a\x82\x2e\x2c\ \xd3\x41\x77\x2b\x34\x6a\x7b\x14\x1a\x06\x86\xe9\xb4\x1b\x11\xc7\ \xc6\x15\xec\x25\x6c\x95\x59\x5d\xcd\x61\x9b\x55\x16\x57\x76\xf1\ \xc6\x92\xb8\x65\x07\xdb\x11\xcf\xe4\x42\x1c\x81\x10\x0e\xc2\x84\ \xc1\x13\x17\xb9\x7a\xb6\x9f\xcd\xf9\x25\xf6\xca\x4d\xb2\xeb\x6b\ \x14\x1b\x56\xf7\x19\xed\xe2\x3b\xc3\xf7\x6a\x1a\xfb\x77\xc2\x7f\ \x3f\xc8\x69\xec\x2a\x3d\xb1\x00\xb9\xd5\x69\x66\xe6\x97\x58\xdf\ \x2e\x12\xeb\x8b\x91\x5d\x98\xc6\xea\x39\xce\xd9\x89\x21\x3c\x76\ \x9e\xd9\xed\x16\x93\x53\xe3\x34\xd2\x0b\xcc\x2c\xac\xb2\xbd\x57\ \x25\xd4\x37\xcc\xf0\xc0\x00\x51\xb7\xc9\xe2\xd3\x69\x16\x56\x36\ \xa8\xaa\x61\xc6\x87\x7a\xa9\x6c\xcc\x31\x33\xbf\x4a\x43\x0b\x93\ \x8a\xf9\x91\x00\x49\x58\xec\x65\x37\x59\x5e\x59\x63\x6d\x2b\x4f\ \x6c\xe2\x22\x67\xc6\xfa\x08\x78\x34\x32\x4b\xb3\x2c\x2c\xaf\x92\ \xab\x43\x72\x68\x94\x54\x7f\x3f\x3e\x63\x8f\xa7\xd3\x33\xac\xac\ \x67\x50\x22\xbd\x28\xb5\x3c\x4d\x4f\x8a\x33\xa7\xc6\xa8\xaf\x4f\ \x93\xb1\x22\x8c\x8e\x0c\xa2\x54\x36\x99\x7e\x3a\xc7\x46\xb6\x88\ \x37\xd6\xcf\xf8\x60\x82\xc2\xda\x2c\x6b\xd9\x7d\xb2\x1b\x2b\xe4\ \xad\x30\x97\xdf\xba\x40\xc8\x75\x10\x47\x28\xa8\xb4\xd8\x58\xd9\ \x26\x3c\x7e\x9a\xe1\x90\xc3\xfc\xe3\xc7\x2c\xad\xa4\xd1\xfb\xa6\ \xb8\x7c\x72\x00\xcd\x1d\x26\xec\x36\x58\x78\xf2\x84\xe5\xd5\x0d\ \x0c\x57\x8c\xf1\xc1\x20\x9b\xf3\xd3\x2c\xad\xae\x53\xac\x43\xff\ \xd8\x38\xc9\xde\x30\x95\xcc\x32\x4f\x67\x97\xa9\x4b\x3e\xa2\x6e\ \x83\xfd\xba\xc6\xc8\xd0\x20\x89\xb0\xc6\xda\xec\x63\x66\x17\xd7\ \xb1\x43\x23\x5c\xbe\x74\x0c\x97\xdd\x20\xbd\x9d\x27\x32\x30\x42\ \xc8\x0d\xf9\xf4\x36\x6a\x2c\x85\x92\x9f\xe3\xc6\x9d\x47\x6c\xee\ \xd6\x48\x4e\x9e\x62\x2c\x0e\xf7\xbf\xb8\x83\x92\x18\x25\xe6\xd3\ \xba\x6c\xd2\x05\xf0\x86\x4d\x63\xff\x2e\xf0\x83\x9e\xc6\x2e\x04\ \xb6\x6d\x23\x24\x19\x55\xe9\xa8\xd5\xc9\x07\xa9\x8c\xb6\xfa\x9a\ \x24\xcb\x48\xc2\x69\x8b\x22\x49\xca\x73\x75\xd8\xc2\x69\x2b\xaf\ \x49\xb2\xd2\x96\x36\x15\x0e\x96\xed\x20\x29\x6d\x15\xbc\xa3\x49\ \x12\xdb\xb2\x41\x96\x51\xe4\x2f\x7d\xdf\x76\x90\x14\xb5\x23\x8d\ \xda\x86\x63\xb7\x5d\x5c\x64\x45\x7d\x4e\xe2\x15\x21\xda\xeb\xdb\ \xca\xff\xed\xed\x90\x3b\xc7\xd4\xe2\xc1\x6f\x7f\x83\x3d\xf6\x2e\ \x97\x27\xe2\x87\x0d\xe4\x0b\xa7\xec\x38\x87\x69\x94\xf6\xf1\x83\ \xa2\x2a\xcf\xe7\xe1\x3b\xe7\x25\x2b\x0a\xb2\x24\xe1\x38\x76\x47\ \x7d\x4f\xed\x54\xb2\x3c\xbb\x76\x1c\x9c\xfb\x0b\xdf\x6f\x2b\xda\ \xfd\xb1\xf7\x4c\x08\x07\xdb\x6a\x1f\x8f\xaa\x76\x3b\xa9\x5d\xbc\ \x1c\x6f\xe4\x34\xf6\x2e\xbe\x02\x92\x84\x72\x44\x05\x4f\x7a\x8e\ \x7c\xa4\x67\x04\xf5\x15\xa4\x22\xc9\xca\xf3\xc6\x10\x5f\x49\x3e\ \xcf\xff\xce\xf3\xdf\x7f\xb1\x2c\x47\x3e\x94\xe5\x7c\xf1\x78\xe5\ \x43\x16\x94\xda\x24\x7a\xe4\x37\x74\x8f\x17\x47\x57\x3b\x9b\xbe\ \x9c\x2d\xa5\x23\x0f\xfe\x0b\xc7\xff\x15\xeb\x65\x59\x41\xfe\xf2\ \x71\x4a\x2f\x3f\xa7\x3f\xb6\xdf\x17\x4f\x47\x46\xd5\xba\x64\xdd\ \xc5\xab\x85\xea\xf1\x78\xde\xa8\x13\xf6\x7a\xbd\x28\x8a\x0c\xdd\ \x2a\x95\x57\x9d\xa8\xe2\xd4\x8f\x3f\xea\x5e\x86\x2e\xba\xf8\x4b\ \x49\xfb\x7f\xfc\x1f\xfe\xfd\x1b\x75\xc2\xb2\xac\xb0\xb5\xb5\x8e\ \xcb\xa5\x77\x79\xbb\x8b\x2e\xba\xf8\xe1\x91\xf6\xf2\xf2\xf2\x1b\ \x75\xc2\x42\xb4\x1d\x37\xfc\x81\xe0\x4b\x5c\x39\xba\xe8\xa2\x8b\ \x2e\xbe\xe7\xa4\x3d\x79\xec\xd8\x1b\x79\xe2\xb2\x2c\x23\xcb\xf2\ \x73\x83\x90\x5d\x74\xd1\x45\x17\xdf\x7b\xd2\x56\xd5\x37\x77\x2c\ \xb2\x4b\xd8\x5d\x7c\xdb\xcf\x57\xad\x5a\xc1\x32\xcd\xee\xc5\x78\ \x8d\xe0\x72\xbb\xf1\x78\x7d\xaf\xec\xf7\xd5\x2e\x71\x75\xd1\xc5\ \xb7\x40\xd8\xc0\x7e\x7e\x17\x49\x92\xd1\x5d\xae\xee\x05\xf9\x81\ \x42\xe2\xf9\x9a\x05\x21\xa0\x5a\xa9\x60\xb4\x5a\x84\x22\xd1\x57\ \x72\x4c\xaa\xf9\x06\x46\x01\x6d\x25\xba\x6e\xe9\x56\x17\xdf\x1e\ \x2a\xe5\x12\x02\x08\x04\xfc\x1d\xc5\x80\xe7\x5f\x7f\x49\x02\x59\ \x6a\xa7\xe7\x9c\x6e\xe0\xf4\x3d\x22\xe9\x67\xf7\xe9\x40\x76\x41\ \x88\x23\xec\x2d\x40\xd3\x43\x94\x8a\x45\xdc\xcd\x26\x2e\xb7\xfb\ \xbb\x27\xed\x54\xaa\xff\xcd\xba\x29\x92\x44\xa9\x54\xa2\xd9\x6c\ \x22\x75\x75\x35\xbb\xf8\x96\x60\xb6\x5a\xb8\x5d\x6e\x1c\xe7\x80\ \x00\x9e\xd7\x7a\x91\x65\x99\x7a\xb3\x89\xae\x6b\x48\x92\xf4\x67\ \xa5\xea\xda\x63\x30\x4e\x57\x54\xed\x5b\x84\x73\x30\xc9\xeb\x40\ \xaf\x46\x3a\x92\x46\xed\xac\x97\x65\x15\x4d\x53\x31\x4c\xe3\xd5\ \x90\xf6\x7f\xff\xf7\x7f\xff\x46\xdd\x14\x8f\xc7\xc3\x3f\xfc\xc3\ \xff\xce\x93\xc7\x8f\x09\x85\x42\x3f\xf0\xbc\xb6\x43\x65\x7f\x1f\ \xe1\x0e\x13\xf4\x7e\xf3\x63\x13\x56\xb3\x4c\xb1\x01\xd1\x48\xf0\ \xaf\x10\xa9\x11\x94\x77\x33\xb4\xf4\x30\x3d\x61\xef\xd7\x3d\x12\ \xf2\x3b\x39\xd4\x50\x2f\x61\xb7\xfc\x83\x79\xf9\x1d\x3a\x2f\xfc\ \x81\x70\x55\x87\x00\x74\x4d\x67\x67\x77\x87\xdf\xff\xfe\xf7\x8c\ \x8d\x8d\x71\xf5\xca\x55\xec\xce\xac\xd2\xaf\xbe\x9c\x16\xa5\x42\ \x0d\xdd\x1f\xc4\xad\x49\x5d\xe2\xfe\xd6\x82\x3a\x0e\xef\x83\x24\ \xb5\x23\x6f\x21\x75\x02\x6d\x71\x90\x30\xe9\xdc\xd7\x57\x74\x13\ \xde\xb8\xf4\x88\xae\xeb\xe4\x76\x76\xd8\xde\xda\xc4\xe7\xf5\xa2\ \x6a\xda\x0f\x82\xb8\xcd\x7a\x99\x62\xb5\x8e\x65\x83\xe6\xf1\x11\ \x09\x05\x50\x24\x93\x85\xfb\xf7\x50\x26\xde\xe3\xfc\x88\xff\x4f\ \x53\x5f\x7d\x8f\x6c\xc1\xa2\xaf\xbf\xf7\xcf\xd2\xe4\xad\xed\xcc\ \x71\x77\x4d\xe5\xc3\x0f\x2e\xf2\x97\x67\x65\x05\xdb\x73\x0f\x29\ \xc4\x2f\x7e\x7d\xd2\x16\x75\x66\x1e\xde\x27\x72\xf1\xe7\x84\xdd\ \x5f\x4f\xdb\xa5\x92\xdf\xa6\x26\x05\xe9\x8b\x05\x00\xc1\xfa\xa3\ \xcf\x49\xeb\xe3\xbc\x73\xe2\x9b\xee\x71\x76\xfa\xd2\x92\x84\x10\ \x4e\x3b\x9a\x76\x04\x9a\xa6\x92\xc9\x66\xf8\xe2\x8b\x2f\xb8\x7a\ \xf5\x0a\x2b\x2b\xab\xdc\xb8\x79\x83\x77\xde\x79\x07\x6c\xbb\x2d\ \x4d\xf0\x65\x22\x91\x65\x44\xab\xca\xf2\xf4\x0c\xc9\xb3\x57\xe9\ \x8f\xa8\xd8\x8e\x78\xf6\x33\xcf\xfa\xf6\xcf\xaf\xfb\xf2\xe7\xa3\ \xdb\xbd\xec\x7b\x2f\xdb\xf6\x4d\xc3\x51\x45\x48\x01\xb2\xdc\xd6\ \xbc\x74\x1c\x87\x43\x65\x4c\xa1\x20\x84\x78\x65\x97\xea\x8d\x2c\ \x1d\x71\x1c\x07\xcb\xb2\x7e\x50\xb9\xc4\xb5\xdb\x9f\x70\x2f\xaf\ \xd0\xdf\xeb\xa7\x5e\x2e\xa3\xc7\xc6\x79\xf7\xed\x49\x84\x6d\xe3\ \x88\xaf\x7e\x00\xc5\x11\x93\xdd\x66\x7e\x89\x07\xb3\x16\x3f\xeb\ \xef\x45\x3d\x62\x99\xdb\x8e\x06\xa5\x17\x5c\x58\x84\x63\x63\x39\ \xf2\x57\xec\xfa\x2b\x0c\x7c\x0f\x7f\xb3\x6d\xf6\x79\xb8\x57\x21\ \x3a\x92\xae\x7f\x9c\xe8\x04\x2f\xdb\xa6\xad\xb2\xf7\xb2\x63\x78\ \x71\xfa\xfb\xf3\x56\xc0\xcf\x6f\x23\xc8\x2e\xdd\x67\xcb\x75\xa6\ \x43\xda\x10\x4d\x8d\xa3\x2b\xa1\x17\xde\xdb\x97\x9d\xd7\x5f\x92\ \x4f\x6b\x47\x62\xcf\xc8\x5b\x38\x0e\xaa\xaa\x93\xc9\x66\xb9\xf6\ \xf9\xe7\x5c\xbd\x7a\x95\xd1\xd1\x51\x06\x07\x06\xf9\xdd\xef\x7f\ \xcf\xcd\x9b\x37\x79\xfb\xea\x55\x4c\xc7\x7a\xae\x3b\x7e\xa0\xa5\ \x22\x6c\xa7\xa3\xf1\xe2\x20\x84\x83\x63\x3b\xb4\xa5\x01\xe4\xce\ \xb5\x91\x91\x84\xc0\x71\x9c\xb6\xfb\x90\x24\xda\x3a\x31\x07\x7f\ \x3b\x47\x34\x60\x1c\x07\x59\x56\x41\x38\x6d\x6d\x18\xe9\x80\x94\ \xda\xfa\x3a\x38\xce\x1b\x6b\xf0\x20\x1d\xf9\x57\x91\x65\xf6\xf2\ \x39\x1c\x21\x88\xc7\x13\x38\xb6\xd5\xd9\x40\xb4\xb9\xfd\x55\x45\ \xda\x6f\x6a\x1f\x48\xfa\x93\x04\xf2\xfd\x82\xe5\x28\x0c\x1c\xbb\ \xc8\x8f\xce\x26\xc1\xd8\xe1\x57\xff\xdf\x4d\x96\xd2\x03\xb8\x15\ \x93\xd9\x87\x9f\x91\x9f\x17\x68\xa1\x21\xde\x7a\xeb\x0c\x7e\x15\ \x76\x57\x1e\xf3\x68\x7e\x13\x4b\x68\xf4\x4d\x9c\xe1\xc2\xb1\x24\ \xaa\xa6\xd1\x28\xae\xf2\xc9\xaf\x3f\x26\x91\x9a\xe0\xd2\xd9\x41\ \x96\x1f\xde\x64\x21\x5d\x42\x52\x03\x1c\x3b\x77\x89\xf1\xde\x67\ \xa5\x4c\xb2\xaa\x50\xcb\xad\xf2\xe9\x6f\x0b\x58\xa6\x60\xe8\xd4\ \x25\x4e\x8f\xc4\x68\xee\xaf\x72\xeb\xde\x3c\x75\x43\x10\x1a\x38\ \xc1\x5b\xe7\x46\xd0\xb0\xd9\x9a\xbb\xcf\xf4\xf2\x0e\x42\x0f\x73\ \xee\xd2\x45\x14\x55\x46\xd1\x14\x9c\xfa\x36\x9f\x5f\x5f\x64\xf2\ \xed\x77\x31\x16\xef\xb2\xeb\x39\xc6\x95\xe3\x71\xf6\xd7\x1e\xf3\ \x68\xd7\xcb\x07\x6f\x0d\x30\x7b\xfb\x1a\x6b\x39\x03\x59\x92\x08\ \x24\x27\xb9\x7c\x6e\x02\xb7\xf2\xec\x55\x6a\xdf\xaf\xf6\x1d\x2b\ \xa5\xe7\xb8\x3f\xbd\x42\xdd\x92\x88\x0d\x9d\xe0\xe2\xe9\x11\x74\ \x6c\xd2\x73\x0f\x98\x5e\xd9\xc1\x56\x7c\x9c\x7a\xe7\x3d\x7a\xea\ \x1b\xdc\x79\xb2\x40\xd5\x10\xc4\xc7\xce\x72\xe5\xc4\x00\xba\xae\ \x90\x59\x7a\xc8\x6f\x73\x6b\x1c\x3b\x77\x0e\xbd\xbc\x4d\x46\xc8\ \x24\xa3\x7e\xea\xf9\x35\xee\x3d\x98\xa5\x62\x40\xb0\x6f\x8c\xcb\ \x17\xa7\x70\x37\x76\xb9\x75\xf3\x1e\x7b\x4d\x10\x42\xa2\xff\xc4\ \x25\xce\x8f\xc5\x59\xb8\xfd\x5b\xb6\xd4\x13\xfc\xf4\xe2\xd0\x57\ \x07\x6c\xa2\x4d\xd6\x88\xf6\xe0\x77\x7a\x7b\x9b\x9b\xb7\x6f\x71\ \xe5\xca\x15\x06\x07\x06\xa8\xd7\xeb\xc8\xb2\xcc\xcf\x7e\xfa\x53\ \xfe\xf1\x1f\xff\x2f\x5a\xad\x26\xef\x5c\x7d\xfb\xb0\xe9\x91\x85\ \x49\x7a\x65\x96\x8d\x5c\x15\x55\x16\x94\x5a\x0a\x03\x12\x18\x85\ \x2c\xb3\x0b\xcb\x54\x5b\x0e\xde\xf8\x20\xc7\x8f\x8d\xe0\x14\x56\ \x98\x9e\xdf\xc2\x41\x42\xd2\x3c\xf8\xdd\x0a\xf5\x5a\x05\x03\x0f\ \x63\xc7\x4f\xd1\x17\xf6\x60\x94\x32\x2c\xcc\xaf\x50\x69\xb5\x65\ \x69\x8f\x1d\x9f\xc4\x27\xca\x2c\xcc\x4c\xb3\x57\x07\x84\x43\x30\ \x39\xce\xb1\x91\x3e\x14\xe1\xbc\x91\x41\xb7\xe8\x34\xcc\x12\x12\ \x3b\xbb\x19\xe6\xe7\x66\x10\x42\x70\xec\xf8\x49\x12\x89\x5e\xda\ \xed\xa3\xe8\x04\x27\xaf\x06\xdd\x12\x8a\x1f\x4c\x3b\x23\xb5\x09\ \x00\x41\x29\x97\xa7\x05\xb8\x74\x19\x1b\x95\xfe\xa9\x4b\x7c\xf8\ \xc1\x15\xe4\xfc\x3c\x8f\x37\x4a\x38\xc5\x65\x6e\x3f\x5a\x67\xf8\ \xe2\xfb\xbc\x7f\x65\x82\xcc\xd3\x9b\x3c\xcd\x9b\x20\x04\xbe\xf0\ \x00\xef\xfd\xec\x67\x5c\x3a\x3b\x4a\x6e\xf6\x26\xd3\xdb\x82\xb7\ \x3e\xf8\x19\x97\x46\xdd\x3c\xbe\x79\x83\x5c\xeb\x68\xa4\xed\xa0\ \xfa\xe2\x9c\x7d\xe7\x7d\xde\x39\xd3\xcb\xd2\x83\x9b\xac\x57\x05\ \xee\x68\x3f\x97\xdf\xfb\x80\x1f\xbd\x75\x8c\xc2\xd2\x23\xb6\x4b\ \x0e\xcd\xf4\x53\xee\xcd\x15\x38\x71\xe5\xc7\xfc\xf8\xed\xf3\x24\ \x82\x3a\x02\x09\xb3\xb8\xcd\xad\x5b\x4f\x09\x8c\x9d\x21\xe5\xd7\ \x69\x54\xcb\xd4\x5a\x6d\xfd\x69\xcb\xa8\x53\xa9\x1b\xe0\x34\xd8\ \xc9\x97\x19\x3c\xff\x2e\x1f\xfe\xe8\x3c\x76\xe6\x11\x77\x16\x32\ \x2f\x4d\x13\xd0\xc8\x70\xe3\xd6\x1c\x91\x63\x57\xf9\xe9\x7b\xe7\ \x69\xac\xdc\x67\x7a\xb5\x4c\x33\x37\xc7\xed\xb9\x5d\x26\x2e\xbf\ \xcf\x8f\xdf\xbd\x44\xc2\xab\xe0\x89\x0d\x70\xe9\xdd\xf7\x79\xf7\ \xc2\x28\xd9\x85\xc7\xa4\xeb\x02\x84\x44\x72\xec\x0c\x3f\xf9\xe8\ \x03\x46\x7a\x43\xd4\x8b\x79\x4a\x4d\x0b\x44\x99\xbb\x37\xef\xa3\ \x0d\x9e\xe3\xa7\x1f\xbc\x85\x9c\x9b\xe1\xf6\x42\x0e\xbb\x59\x21\ \x5f\x96\x38\xf7\xa3\x0f\x79\xe7\x74\x1f\xcb\x0f\x1f\xb0\x5b\x17\ \xf4\x0e\x4e\x30\x92\x0c\xfd\xd1\x6e\xb6\x40\x1c\x56\x87\x98\x96\ \xcd\xdc\xc2\x3c\x13\xe3\x13\x24\xfb\xfa\x30\xcd\xb6\x17\xaa\x6d\ \xdb\xb8\x5d\x2e\xfc\x7e\x3f\xf9\x5c\x9e\xcc\x4e\xb6\x6d\x05\xa7\ \xc8\x94\xb3\x2b\x2c\xa6\x9b\x0c\x9f\x3c\xcf\xb1\xf1\x41\x5c\x4a\ \x3b\x7a\x56\xfd\x51\xc6\x4e\x9c\xe3\xcc\xc9\x51\x9a\x3b\x2b\x64\ \x8a\x06\x46\x6d\x8f\xa6\x12\xe2\xd4\xc5\x8b\xc4\x94\x2a\x3b\x15\ \x95\xe3\xe7\x2e\x92\xf2\xd4\x59\x59\x4f\x63\xd9\x0d\x96\x9e\x3e\ \xc5\x08\x0c\x70\xee\xc2\x59\x7c\x46\x9a\x99\xa5\x6d\x2c\xab\x45\ \xb1\x68\x30\x30\x75\x96\xd3\xc7\xfa\xd9\x5f\x5f\x20\x5b\x32\x91\ \x15\xe9\x20\xc1\xf3\x66\x2d\xa2\x1d\x45\xdb\x4e\xbb\x17\x32\x32\ \x3a\xce\xf0\xd8\x38\x48\x12\x76\xe7\x5e\x3a\x9d\x7b\xdb\x8d\xb4\ \xbb\xf8\xe3\x37\x4a\xb6\xd8\x5e\xb8\xc3\xef\xf2\x3e\x2c\x0b\x46\ \xcf\x5f\x65\x22\xee\xe2\xae\x23\xe3\xf5\x06\xd0\x3c\x5e\xfa\x7b\ \xa3\x6c\x54\xea\xec\x37\x33\xa8\xa1\x61\x26\x7b\x03\x48\x04\x18\ \x49\x2c\x92\xd9\x2a\x30\xde\xdb\x56\xda\x73\x69\x32\x12\x16\xdb\ \xe9\x32\xb1\xe1\x2b\xf4\xf8\xdc\x30\x71\x8c\xe8\xd2\x1f\xd8\x2e\ \x34\xe9\xe9\x73\x77\x48\x1b\xbc\xfe\x10\xd1\x80\x0b\x3d\x30\x45\ \x62\x66\x8b\x5c\xbe\x4a\xac\x9a\xe1\xfe\xd3\x4d\x1c\xc9\xa6\xd9\ \x32\x11\xa2\x49\x36\x9d\xc7\xd3\x77\x8c\xe1\x9e\xd0\x61\x2a\x42\ \x91\x4c\xe6\x1f\xdd\x21\x71\xe2\x47\xfc\xcd\x58\xac\x93\x24\x54\ \x0e\xd5\x08\x0f\x64\x6f\x01\x64\x45\xc7\x17\x08\xe0\x0e\x85\x39\ \x3e\xd9\xcf\xcd\x8d\x5d\xac\x13\xc9\xe7\x1e\x50\x49\x92\xa8\xef\ \x6d\x53\xf7\x25\x99\x18\x89\xe1\x01\x8e\x0f\x05\x98\xde\xd9\x22\ \x5b\xce\xe2\x4f\x8d\x33\x96\x08\x1c\x24\xc1\xc8\xad\x2f\xf2\x74\ \x69\x07\x07\x83\x86\xe9\x60\x98\x36\x12\x12\xaa\xae\xa1\x1f\x39\ \x06\x45\x51\x30\xf6\x76\xa9\x5a\x21\xde\x9b\x48\xe1\x56\x61\x72\ \xa2\x9f\x1b\x1b\xbb\xb4\x62\x1e\x34\xcd\x8d\x3f\xe0\x26\xe4\x1e\ \xa5\x47\xd9\xa2\x5c\xb3\x98\x48\x8e\x13\xfa\x13\x89\x9e\x83\xb1\ \xaa\xf6\x62\xf3\xa3\xf7\xde\xe3\xd3\x4f\x3f\x23\x16\x8b\x92\x48\ \x24\xda\x69\x0d\x21\xb0\x6c\x1b\x49\x96\x78\xef\xed\xf7\xf0\xfb\ \xfd\x58\x96\x89\x22\x0b\x4a\xa5\x7d\x5c\x89\x61\xfa\x62\x61\x44\ \xdd\xc4\xa3\xa5\x01\x41\xad\x90\x61\x71\x35\x8b\x8d\xa0\xde\x39\ \x2f\x24\x19\x4d\x77\xe1\xf2\x87\x89\x47\x23\xe4\x73\x3a\x1e\x5f\ \x90\x68\x4f\x94\xcd\x4c\x8b\x46\xa5\x4c\xa5\xa9\x31\x3a\x94\xc2\ \xef\xd7\x19\x18\x4c\xb1\xb3\xb4\x4f\x3d\x99\x40\xd6\x74\x5c\x1e\ \x0f\x41\x4f\x8a\x98\x6b\x93\x46\xa3\x85\x13\x51\xdf\xd0\xc9\x67\ \x12\x48\xed\x41\xe3\x44\x6f\x5f\xa7\x62\xa7\x4d\xe6\xb6\x6d\x1d\ \x09\x68\x5e\xdd\xb5\xe9\x92\xf6\x0f\x28\x3d\xd2\x37\x7e\x8e\x1f\ \x5f\x1c\x44\x96\x0e\x34\xb4\x9b\x07\x19\xd3\xc3\x6e\x93\x04\xe8\ \x2e\x1d\xb3\x55\xa3\x09\x78\x68\x51\x6f\x36\xd1\x62\x3a\x32\x60\ \x39\x76\x27\x5f\xa9\xe2\xd6\x24\xf6\xea\x55\x20\x0e\xad\x06\x4d\ \x13\x7a\x75\xe5\x39\xea\x71\x0e\xba\x81\x56\x8d\xba\xe9\x10\xd2\ \xea\x3c\xb8\x3b\x8d\x7e\xf2\x23\xde\x1e\x11\x5c\xff\xcd\x27\x58\ \xb6\x84\x5f\x57\x31\xca\x55\x9c\xc3\xee\x9b\xc0\x72\x54\x46\xa7\ \xce\x40\x69\x81\x87\x2b\x09\x2e\x8d\x45\xd1\x64\x07\xa3\xd6\x38\ \x4c\x53\x1d\x8d\x56\x0e\xfe\x34\x1a\x35\x24\x3d\x74\xa4\x1b\x28\ \x68\x67\x19\x64\x34\xdd\x8d\x68\xe6\x31\x4c\x40\x83\x6a\xad\x85\ \xea\xf1\xe0\x72\xa9\xd4\x0b\x0d\x3a\xab\xa1\x99\xe7\xe1\xdd\x19\ \x7a\xdf\xfe\x5b\xce\xf6\x59\xfc\xe1\xd7\x37\x70\x1c\x50\x71\x30\ \xed\x17\x33\xb6\xaa\xae\x23\x39\x4d\x6a\x06\x6d\x5f\xcb\x5a\x15\ \xf4\x08\x8a\x24\x1d\x12\x30\x92\xa0\x5d\xde\xff\xa7\x5f\xd8\x76\ \xc4\xd6\x19\xd4\xea\x0c\x44\xba\x5c\x2e\x9a\xad\x26\x8e\x6d\x23\ \x1c\x07\xa9\xb3\xcd\xc1\x22\x49\x12\xaa\xaa\x76\xf2\xd2\x12\xaa\ \xaa\x61\x56\xea\x18\xb6\x40\xeb\x44\x80\x58\x75\xd6\x16\x16\x90\ \x93\xe7\x39\x33\xec\x63\xe6\xce\xbd\xf6\xfe\x84\xe8\xe8\x7d\x77\ \xfe\x76\x2c\x2c\xab\xad\x13\x0e\xb4\x35\xd0\xb1\x68\x34\x4d\xf0\ \xab\x34\x1b\x75\x84\xaa\xb5\xf5\xcf\x45\x5b\xeb\xdc\xb6\xed\xc3\ \x32\x89\xa3\xc7\xff\x26\x41\xee\x93\xc6\x45\xdb\x00\x00\x20\x00\ \x49\x44\x41\x54\x0c\xd2\x0a\x04\x96\xe9\x70\xf4\x6e\x1f\x96\x02\ \x8a\xce\x5b\xd7\x8d\xb4\xbb\xf8\x63\x71\x9b\x6d\x9a\x08\x49\x45\ \x91\x9e\xcf\x68\xd9\x86\x01\x76\xfb\xe1\xb1\x6d\x93\x56\xcb\x24\ \x78\xf6\x38\xf1\xa5\x4f\xb9\xf6\xf9\x1d\xa2\x72\x99\x4c\x2b\xc2\ \x3b\x63\x61\x74\x2b\x81\x5a\xbf\xcd\xad\x2f\xee\xd0\xd7\x97\xa2\ \xff\xd4\x71\x36\xaf\x3f\xe6\xfa\xdd\x7d\x44\x21\x03\xb1\x29\xc6\ \xa2\xda\x73\x39\xed\xfa\xde\x36\x4f\x1e\x6b\x34\xb3\x1b\x98\xc1\ \x21\x26\xfb\xa3\xcc\x2d\x7a\xd8\x5e\x9f\x63\xa1\xa1\xb0\x57\x31\ \x88\x0b\x99\xe4\xb1\x49\xbc\x9b\xb7\xf8\x97\xcf\xeb\x44\x7d\x6e\ \xfa\x47\x46\x70\x6c\x0b\x77\x72\x8c\xb7\xce\xf6\xf0\xab\xdf\x7c\ \x8a\x3f\xf0\xaf\x19\x19\x1d\x60\xf6\xc6\x43\x6e\xde\x2f\x62\xe5\ \xb6\xb1\xfd\x27\xdb\x93\x4c\xec\x0a\x73\x0f\xee\x50\xf1\xd9\x6c\ \x6e\x37\x98\x7a\x77\xe8\x19\x69\x4b\x6e\xfc\x8a\xcd\xfa\xc2\x12\ \x27\xae\x4c\x72\x2c\xb4\xce\xad\x6b\xd7\xe9\xf5\x59\x6c\x15\x5d\ \x5c\x38\x33\x42\x52\xf3\x12\x5c\xba\xce\x67\x9f\x19\x44\x83\x2e\ \xe2\xa9\x24\xb1\xa8\x87\x9d\xd5\x39\x66\xf7\x05\xa5\xa6\x8d\x24\ \x2b\x84\x7b\x12\x14\xee\x3d\xe5\x96\x59\xa0\x7f\x74\x18\x47\x38\ \x18\x2d\x13\x39\x38\xcc\x58\x6a\x81\xfb\x9f\x7f\xc6\x4e\x4c\x65\ \x7b\xbb\xc5\xc9\x1f\x8f\xa2\x89\x15\x4c\xd3\xea\x8c\x29\x0a\x4c\ \xd3\x42\x96\x2c\x96\xef\x7e\xc2\x2a\xc7\xf9\xe8\xf2\x30\x5f\x9d\ \xd4\x7e\x16\xbd\x09\x47\x74\x06\xfb\x40\x73\xb9\x70\xb9\x5c\xd8\ \x9d\xcf\x6e\x97\x1b\x59\x92\xb0\x1d\xfb\x90\x2c\x6d\x5b\x26\xda\ \x3b\x44\x26\x37\xcb\xa3\x87\x2d\x42\x6a\x8b\xb2\x21\x18\x50\x54\ \x7c\x7e\x0f\x99\xfc\x36\x6b\x8e\x9b\x72\xdd\xa4\x47\x92\x70\x6c\ \x1b\xcb\xb2\xdb\x0d\x8c\x6d\x61\x59\x4a\xbb\xb1\xb3\x2d\x4c\x43\ \x02\x77\x88\x64\x5f\x80\x95\x99\x47\xd4\x23\x1e\x8a\xf9\x22\xc9\ \x89\xf3\xb8\xe4\x5a\x27\x55\x23\x40\x38\xd8\xa6\x89\xe4\x38\x6f\ \x2c\x69\x3b\x47\xee\x9f\x2c\x2b\x87\x7a\xee\x82\xb6\x01\x86\x24\ \x75\xd2\x46\xaf\xf0\xd2\x74\xed\xc6\x7e\x10\x76\x63\x6d\xc3\x80\ \x70\x2c\x46\xc0\xab\x3d\xb7\xde\xe5\xf1\x13\x89\x45\xf0\xba\x64\ \x34\x97\x97\x70\x34\x4c\xd0\x17\x20\x39\xd8\x8b\xdc\x6a\x20\xdc\ \x71\x4e\x5f\x38\x4d\xcc\xad\x80\x16\x24\x19\xf3\x61\x19\x26\xba\ \x3f\x4c\x6f\x5f\x3f\x83\xbd\x41\x9a\xf5\x26\x9e\xc4\x18\xe7\x4f\ \x8d\xe1\x3a\x62\xac\xa0\x79\x82\x04\xbd\x3a\xb6\x65\xe3\x4f\x8c\ \x70\xfe\xec\x04\x6e\x59\xa5\x27\x99\x40\xb3\x9b\xd4\x2d\x85\xde\ \xa1\x71\x06\x7b\x23\x68\xae\x20\x03\xa9\x38\x98\x4d\x84\xec\x22\ \x14\x8b\x11\x0e\x05\x09\x84\xc2\x04\xc3\x09\x62\x11\x37\x42\x72\ \x11\xeb\x1b\xa0\x37\xe2\xa1\xd5\x34\xf0\x44\x92\x4c\x8e\x8f\xe0\ \xd7\x1a\xac\xaf\xa6\xf1\xf5\xa4\xf0\xbb\x3c\x8c\x9e\x3a\xcb\x48\ \xc2\x7f\x64\xa0\x58\x25\x1e\x0b\xa3\xaa\x32\xfe\x70\x94\x54\x7f\ \x3f\x6e\xa7\x85\x21\xfb\x39\x7e\xe6\x02\xa9\x90\x0a\x9a\x9f\x54\ \xaa\x17\xc9\x6a\x60\x4b\x1a\xe1\x9e\x7e\xc6\x86\x52\x48\x66\x9d\ \x96\xad\x92\x1a\x19\x23\xd9\x13\xc4\x1f\xee\x21\xe6\x91\x68\xd9\ \x12\x81\x48\x9c\x48\x38\x4c\x38\x1c\x26\xe0\x75\x11\xef\x4f\xe1\ \x93\x4d\x5a\xb6\x8b\x89\x33\xe7\x18\x8e\xba\x41\x56\xf1\x06\xc3\ \xed\x12\x4b\x59\xc6\xed\x0b\x12\x8d\x45\xda\x79\xe8\x50\x84\x90\ \xff\xe5\xc5\x90\x95\x72\x09\x55\xd5\x3a\xe9\x9f\x76\xcd\xb6\x2a\ \xcb\xac\xae\xae\x32\x3f\x3b\xcb\xda\xc6\x06\x0b\x8b\x8b\x2c\x2e\ \x2c\x32\x3f\x3f\x4f\x26\x9b\xe5\xf4\xa9\x53\xe8\xba\x76\x48\xa0\ \xb2\xcb\x4f\x3c\x16\x46\xb2\x5a\xd8\xb2\x8b\x9e\x54\x8a\x48\xc8\ \x4f\x28\x12\x45\x15\x06\x86\x29\x08\xf6\xf4\x91\x88\x06\xd0\x35\ \x1d\x8f\x2f\x80\xd7\xad\x21\x2b\x2a\x1e\x7f\x00\xaf\xa7\xfd\xb7\ \xd7\xe7\xc7\xe7\xf5\x10\x8a\xc4\xf0\xe9\x0e\x86\x25\x11\x1f\x1c\ \xa3\x3f\x1e\x40\x08\xd0\xbd\x7e\xfc\x7e\x1f\x8a\x24\xa1\xba\x3c\ \xf8\x02\x01\x74\x55\xe2\xcd\xac\xff\x3b\xa8\xa7\x77\xc8\x6c\x6f\ \x91\xc9\x6c\x93\xcf\xed\xd0\x6c\x36\x09\x04\x03\x48\xb4\xcb\x00\ \x5b\xcd\x06\xaa\xaa\xe1\xf1\xbc\x58\xce\xda\xb5\x1b\xfb\x86\xf1\ \x83\xb6\x1b\x7b\x5d\x61\xee\xf0\xf1\xaf\xaf\x33\xf2\xfe\xdf\x31\ \x19\x7a\x3d\x3a\x7f\xdb\x9b\x1b\x78\xbc\x5e\x34\x4d\xc5\x71\x9e\ \x45\xad\x86\x61\x50\xa9\x54\x5e\x48\xa5\xb8\x3a\x83\x91\x2f\x34\ \xd7\x9d\x9c\xbb\x24\x01\x4e\xdb\x46\x4e\x48\x32\xea\x81\xe5\x9a\ \x10\x58\xb6\x05\x92\x82\x22\x1d\xe4\xc7\x55\x14\x19\x2c\xcb\xee\ \x58\xcb\x81\x65\x59\x80\x8c\xa2\xb6\x2d\xd9\x0e\xac\xe3\x84\x24\ \xa1\x2a\x0a\xb6\xd5\xee\x4d\x28\x8a\x0a\x8e\x8d\xfd\x86\xcf\xde\ \x91\x24\xa8\x54\x2a\x2c\x2f\xcc\x03\x70\xfc\xe4\x69\x3c\x3e\x1f\ \xc2\x71\xd0\x34\x9d\x52\xb1\x80\xdb\xe3\x21\x1a\x8b\xbf\xf0\xdd\ \xae\xdd\x58\x17\xaf\x3f\x94\x10\xa7\x2f\x5c\xc6\xe7\x79\x8d\x8a\ \x99\x24\xb0\x4c\x13\x4d\xd3\x40\xd8\x20\x24\x04\x0e\xba\xae\x13\ \xef\x89\x23\x89\x17\xe7\xc0\x38\x2f\xc9\xb5\x23\x9c\xc3\x34\xca\ \xe1\xae\x85\x83\x6d\x7c\x79\x5b\x1b\x9b\x4e\x5d\xbc\x6d\x73\x90\ \x9e\x7e\xf6\x77\x27\xe2\x37\xad\xe7\x6a\xb0\x25\x21\xb0\x1d\xeb\ \xf0\x38\x1c\xcb\x7a\xee\x98\xde\x3c\xb6\x7e\x96\xb6\x0e\x06\x83\ \x1c\x3b\x71\x12\x45\x51\xf0\x7a\x7d\xed\x9c\xff\x41\xbe\xdb\xb6\ \xbe\xad\x48\xba\x9b\xd3\xee\xe2\x07\x00\xd9\x4d\x72\x60\xf0\xb5\ \x3a\xa5\x70\x38\x42\x66\x7b\x1b\x4d\xd7\xd1\x5d\xae\x67\xd3\xa0\ \xa5\x17\x27\x20\x1e\x7e\xee\x1a\xba\x7f\xaf\xd8\x5b\x08\x41\x34\ \xea\x46\x00\x8e\x63\xa3\xa8\x0a\x8e\x23\xa8\x57\x2b\x18\x46\x8b\ \x40\x20\xd8\x25\xed\x2e\xba\x78\x5d\xe0\xf3\x07\x88\xf5\xf4\xb0\ \x9f\xdf\x7d\x93\xe3\xd6\x1f\x76\xc8\xfd\xb2\xf9\xff\x42\x20\x2b\ \x32\xc9\xd4\x00\xaa\xf6\x6a\x5a\xd9\x2e\x69\x77\xd1\xc5\xb7\x84\ \x48\x34\x46\x30\x14\xc2\xb2\xec\xee\xc5\xf8\xc1\x41\xbc\xa4\xb1\ \x6d\x8b\x2c\xa8\x9a\xf6\x4a\xa5\x9d\xbb\xa4\xdd\x45\x17\xdf\x22\ \x14\x45\x6d\x0f\xee\x75\xd1\xc5\x37\x84\xee\x34\xf6\x2e\xba\xe8\ \xa2\x8b\x2e\x69\x77\xd1\x45\x17\x5d\x74\xd1\x25\xed\x2e\xba\xe8\ \xa2\x8b\x37\x1c\xaa\x10\xce\xa1\x25\x12\x70\x58\x7b\x78\x30\x1b\ \x50\x08\x81\x24\x4b\xe0\x08\x64\x45\x41\x51\x94\x76\xbd\x62\x47\ \x8f\x41\xd3\xd4\xb6\xf2\x98\xaa\xa2\xaa\x0a\xb6\xed\x1c\xce\x32\ \x3c\x98\x90\x62\x3b\x6d\x61\x1c\x09\x8e\x14\xed\x8b\x8e\x7e\x90\ \xd2\xd6\x5b\xb0\x1d\x1c\xc7\x3e\x9c\xc0\x22\x3a\xda\xc0\x42\x88\ \xc3\xcf\xd0\xd6\xc2\x3e\x58\x14\x45\xc1\x11\x4e\x47\x6b\x5e\x3a\ \xdc\x1e\xda\x93\x09\xba\xa6\xc5\x5d\xbc\x4a\x58\x96\x45\xb5\x5c\ \xea\x4c\x6c\xe9\xe2\x75\x81\xae\xbb\x08\x04\x83\x87\x53\xdc\xbf\ \x73\xd2\x76\xe9\x1e\x5c\x6e\x57\x47\x4c\xbd\x23\xa2\x0e\x87\x64\ \x2b\x4b\x32\xa6\x69\xe0\x76\xbb\x29\x14\x8a\xec\xe6\xf6\x88\x46\ \x22\xe8\xba\x1b\x70\xd8\xde\x4e\x13\x0a\x85\xc8\x66\xd7\xc9\xe7\ \xf2\x44\xc2\x61\xf6\xf6\xf3\x48\x92\x84\x65\x5a\x34\x1a\x0d\x02\ \x01\x3f\x8a\xa2\x62\x5a\x26\x81\x40\xe0\xd0\xc5\x43\x51\x14\x0a\ \x85\x7d\xf6\xf6\xf6\x08\x84\x82\x04\x02\x41\x4a\xa5\x12\x95\x4a\ \x19\x4d\xd3\x70\xbb\xdd\xb8\xdd\x1e\xf6\xf6\xf6\xd0\x75\x1d\x49\ \x92\xf0\xf9\x7c\xb8\x74\x17\x81\x40\x80\xbd\xfd\x7d\x02\x81\x00\ \xb2\x24\xd3\x32\x0c\x82\x81\x20\x1e\xaf\x07\xd3\xb4\xe8\xeb\xed\ \x45\x77\xa9\x5d\xe2\xee\xe2\x95\xc0\xb6\x6d\xf6\x72\xbb\xb8\xdd\ \x6e\xfc\x87\xf5\xbc\x47\x2a\x12\xbe\xca\x55\xa6\x8b\x57\x8f\x23\ \xf7\x46\x3a\x10\xd0\x3a\x28\xb0\x77\x04\xb5\x7a\x95\xfd\xbd\x3c\ \xb1\x9e\xc4\xab\x21\xed\x64\xaa\x1f\xb7\xdb\x8d\xc0\xe9\xc8\x10\ \xb6\xa7\xdc\x1e\x94\xb4\x08\x21\xb0\x2c\x8b\x62\xb1\x40\xb1\x54\ \xa2\x5c\xa9\x91\xce\xe4\x88\xc7\xe3\x0c\xa4\x92\x78\xbd\x41\xc2\ \xa1\x38\xcb\x4b\x2b\x2c\xcd\x2f\xd1\x6c\x35\x48\xa7\xb7\xc9\xe5\ \x72\x54\xcb\x25\x14\x59\x6e\x4f\x8f\x95\x15\x3c\x5e\x0f\xa3\xa3\ \xa3\xa8\x8a\xc2\x6e\x3e\x8f\xdb\xe5\xa2\x54\x2a\xf1\x7f\xff\xf3\ \x3f\x33\x32\x32\xc4\xd8\xe8\x28\x4b\x4b\x4b\x6c\x6c\x6e\xe3\xf3\ \x7a\x18\x1d\x1d\xc1\xeb\xf5\xf2\xf8\xf1\x63\xc2\xe1\x30\x63\x63\ \xa3\x1c\x9b\x3c\xce\xd4\xd4\x71\x36\x36\x36\xa8\xd5\x6a\x24\x93\ \x29\xb2\xd9\x1d\xf6\xf7\x0b\xf4\xf7\x0f\xd0\x68\x34\x19\xe8\x1f\ \xe0\xdd\x77\xdf\xe6\xd8\xf1\xd1\x6e\xb9\x55\x17\xaf\x04\x95\x4a\ \x09\xdd\xa5\xe3\xf6\x7a\x0f\x75\xd0\x9f\x83\x00\x55\x51\x0f\x7b\ \x8d\x5d\x7c\x8f\x08\xfb\xf9\x64\x40\xe7\x4f\xd1\x99\xc5\x2a\xf0\ \x07\x82\x94\x4b\x25\x1a\xf5\x3a\x1e\xaf\xf7\x3b\x3f\x44\x59\x42\ \xc2\x30\x5a\xd4\x6a\x6d\xb5\xaf\x83\xf4\x88\x69\x9a\xd8\xb6\x8d\ \x61\x18\xa8\xaa\xca\xfe\x7e\x81\x62\xb1\x78\x48\xe4\xa1\x40\x90\ \xcf\x3e\xbb\x06\x40\x34\x1a\xe1\xe4\xc9\x93\x84\xa3\x21\xea\xb5\ \x2a\x03\x03\x03\x7c\xf4\xd1\x47\x1c\x9b\x9a\x42\x92\x65\xa2\xd1\ \x28\xc3\x23\xc3\x8c\x8e\x8e\x72\xe1\xc2\x05\x02\xc1\x20\x8a\x2c\ \xb3\xb1\xb1\x81\xaa\xaa\x04\x3c\x6e\x54\x45\xc1\xb2\x2c\xbc\x5e\ \x2f\x5e\x8f\x8b\x70\x38\x84\xdb\xed\xc6\x34\x4d\xa2\xd1\x28\x6e\ \xb7\x9b\xfe\xfe\x01\x52\xfd\xfd\x78\xbd\x5e\xd2\xe9\x34\xc9\x64\ \x92\x4a\xa5\x4a\xa3\xd1\xa0\xb7\xb7\x17\x55\x55\x39\x71\xe2\x38\ \x53\x53\x53\xa4\x52\xc9\x17\xa6\xff\x76\xd1\xc5\x77\x96\x1a\x31\ \x4d\x54\x4d\x3f\x24\x64\x81\x84\x10\x6d\x43\x5e\x01\xc8\xb2\xc2\ \xce\xee\x2e\x2d\xa3\x85\xac\xca\x6d\xd7\xef\x3f\xb1\x48\x8a\x0c\ \x32\x7f\xd6\xb6\xdd\xe5\xaf\x5c\x04\x87\xf7\xe9\xb0\x7d\x15\xe2\ \x59\xb4\xdd\x61\x76\x45\x91\xb1\xac\x57\xe3\xaf\xab\x42\x3b\x8d\ \xe1\x76\xbb\x51\xd5\x67\xf5\xa4\xaa\xaa\x1e\xe6\x93\x6d\xdb\xc6\ \xe3\x71\x53\x2e\x97\x59\x5b\xdb\x24\x91\xe8\x63\x6f\x2f\xcf\x6e\ \x6e\x97\xbb\x77\xef\xa0\xc8\x12\x85\xbd\x3d\x02\x81\x00\x13\x13\ \x93\x6c\x6d\x6e\xf2\xe0\xde\x5d\xfa\xfa\xfa\x18\x1c\x1c\x3c\x8c\ \xda\xa3\xd1\x28\x43\x43\x43\x0c\x0f\x0f\xb3\xb1\xb1\x81\xcb\xe5\ \x22\x9b\xcd\xb6\xc9\xd9\x30\x30\x4d\x13\x97\xcb\x75\xd8\xbd\xf4\ \x78\x3c\x18\x86\xd1\xce\x5d\x3b\x0e\x8b\x8b\x8b\x38\xb6\x60\xfa\ \xc9\x34\xfb\xfb\xfb\x7c\xf2\xc9\x27\x0c\x0c\x0c\x31\x36\x36\x46\ \xb5\x5a\x45\xd7\x75\xa2\xd1\x08\x89\xde\x04\x6e\x8f\x07\x21\x5e\ \xff\x5c\xa2\x63\x9b\xb4\x2c\x81\xdb\xa5\x3f\x37\x15\xa0\xb6\xb7\ \x45\xde\xf0\x30\x94\x8c\xfd\x55\xf3\xf1\x8c\xf2\x2e\xdb\x05\x18\ \x1e\x4e\xfc\x15\xa3\xd5\x2d\x36\x16\x16\x51\x7b\x27\x49\x85\x5c\ \x5f\xef\x04\x45\x8b\xcd\xc5\x35\x5c\x7d\xa3\x24\x82\xfa\x37\x4c\ \xac\x2d\x6c\x54\x5c\x9a\xf2\x8d\xdf\x97\x03\xe1\xfc\xb6\x37\xa6\ \x7c\x44\xcb\x53\xa0\x69\x3a\x0b\x0b\x0b\xdc\xba\x75\x8b\xbe\xbe\ \x3e\xde\x7f\xff\x03\x34\x55\xed\x8c\x15\xbd\x2c\xfa\x93\xc0\x6e\ \x91\xdd\xca\xe3\x8d\xf7\x11\x74\x2b\x3f\x28\x7f\xd3\x1f\x5a\xa4\ \xfd\xe5\x94\x6a\xc7\x0d\xb5\xd3\x63\xe2\x50\x6f\xfc\x55\x41\xae\ \x56\x2b\xb8\x5c\xfa\xe1\xa0\xa3\x6d\xdb\x87\xd1\xc1\x41\xd4\x2d\ \xcb\x32\x92\x24\x33\x36\x36\x46\x22\xd1\x43\x5f\x6f\x2f\xad\x66\ \x93\x4a\xb9\xc4\xfc\xec\x2c\x7b\xb9\x5d\x42\xa1\x00\x89\x78\xfb\ \xff\xf5\xf5\x26\xa8\xd5\x6a\xb4\x5a\x2d\x24\x49\xa2\x54\x6a\x0f\ \xc6\xec\xed\xed\xf1\xbb\xdf\xfd\x8e\x54\x2a\x45\x20\x10\x60\x72\ \x72\x92\x68\x2c\x8a\x10\x0e\xad\x56\x0b\xa3\x13\xe9\xb7\x8d\x47\ \x65\xe2\xf1\x38\x1e\x8f\xe7\xf0\x78\x0a\x85\x02\xf7\xee\xdd\x63\ \x6e\x6e\x0e\x21\x04\x91\x48\x18\xbf\xdf\x87\x10\x82\x8f\x3e\xfa\ \x88\x53\xa7\x4e\x31\x32\x32\xca\x99\xd3\x67\xb0\x2d\xfb\xb5\xc9\ \x17\x1a\xe5\x3c\x6b\x6b\xdb\x1c\x6d\xd7\xad\x46\x81\xb5\x8d\x1d\ \xf2\x9b\x33\x7c\x7a\x7d\x9a\xfa\x97\xce\xb5\x98\x9e\x63\x66\x3d\ \xf7\x57\x5f\x82\xda\xce\x3a\x4f\x17\xd2\x7f\x9d\xc1\xab\x68\xb1\ \xb9\xb2\x40\xae\xfa\x0d\x44\x22\x76\x8b\x8d\x85\x39\xf6\x6a\x5f\ \xbf\x01\xce\xad\xcf\xb3\xb0\x55\x3a\xfc\xbc\xf6\xf0\x06\xb7\xa6\ \xd3\xdf\xd2\x5d\x7b\xde\x8d\xfd\x40\x34\x5f\xd3\x34\x66\x67\x67\ \x79\xf2\xe4\x31\x7f\xf7\x6f\xfe\x0d\xc1\x40\x80\x7f\xf9\xfd\xef\ \xdb\x6e\x35\x8a\xcc\x0b\x06\x58\x9d\xc1\x7c\xc9\xa9\xb3\xb1\xb8\ \x4c\xa5\xe9\x20\xcb\x20\xc9\x52\x7b\x91\x0e\x92\xaf\x5f\x5a\x27\ \x49\x87\x9f\x9f\xed\xeb\x25\xdf\x43\x3c\x5b\xf7\xa5\xf5\x6f\xe4\ \x72\x60\x70\xd0\xf9\xef\x40\x92\xb9\x7d\xfd\xc4\x21\x85\xbf\x52\ \x37\x76\x97\xcb\x45\xb5\x5a\x43\x56\x25\x34\x4d\xeb\xc8\x40\x4a\ \x87\xb9\xec\x83\x28\xd7\xeb\xf5\x32\x38\x38\x48\xa1\x50\xe4\xd8\ \xc4\x71\xd6\xd6\xd6\x70\xbb\x74\x84\x6d\xb1\xbc\xb4\x88\xc7\xeb\ \xc1\x32\x0c\x34\x4d\x65\x78\x64\x18\x4d\xd7\x28\x14\x0a\x64\xb3\ \x59\xca\xe5\x32\xb6\x6d\x13\x8d\x46\x69\x36\x9b\xd4\x6a\x35\x84\ \x10\x2c\x2f\x2f\x53\xaf\xd7\xd1\x34\x9d\x46\xab\x45\xab\xd5\x3a\ \x6c\xcd\x5c\x2e\x17\xf5\x7a\x1d\xd3\x34\xd1\x3b\xf2\xa9\x6e\xb7\ \x0b\xdb\x86\xc9\xc9\x49\x4c\xd3\xc4\xeb\xf5\x61\x9a\xed\x94\x4a\ \x32\x99\x22\x91\xe8\xeb\x90\x79\x84\x7c\x7e\x17\x45\x7b\x3d\x2a\ \x1a\x15\xab\xc8\x83\x3b\x8f\xb1\x22\xff\x15\x13\xa1\x76\x43\x9a\ \x5b\xb8\xc7\xbd\x9d\x30\xbf\x7c\xff\x24\x97\xfc\x06\xee\x4e\x38\ \x6d\x34\x6a\x98\xb6\xa0\x61\x8a\x23\x53\x6d\x1d\x1a\xd5\x2a\x2d\ \x47\xc6\x1f\xf0\xa3\x1e\x84\xde\xb6\x41\xb5\x5a\x47\x68\x1e\x02\ \xde\xe7\x23\x62\x49\x96\x41\x98\x54\x2a\x55\x54\x49\xc1\xe7\xf7\ \x20\x03\xc2\x32\xa8\xd6\xea\xd8\x28\x78\xfd\x7e\x74\xe5\xc0\x6d\ \xdd\xa2\x5e\xad\x61\xa2\x11\xf4\x88\xb6\xcf\x61\xe7\x7f\xd5\x6b\ \x35\x34\x8f\x17\xd9\x6e\x61\xa3\xa1\x6b\x0a\x8e\x65\x60\xd8\x12\ \x6e\x97\x86\x6d\x36\xa9\x37\x5a\x38\x28\x78\x7d\x3e\x34\xe5\xf9\ \xbe\x81\x2c\x2b\x47\x8c\xd0\x05\xcd\x5a\x95\x96\x2d\xe3\xf5\xfb\ \x38\xbc\xc5\xc2\x6e\xff\xbe\x23\xe1\xf5\xfb\x51\x85\x41\xb5\xda\ \xc0\x91\x35\x7c\x7e\x1f\xaa\x0c\xfb\x5b\x6b\xac\x08\x87\xbe\x90\ \x8c\xe6\xf6\x92\x9a\x3c\x4d\x58\xea\x48\xe9\x0a\xa7\xbd\x5f\x47\ \xc1\xe7\xf7\xa2\x76\xc8\xce\x6c\x36\x68\xb4\x0c\x50\x74\xfc\x3e\ \x2f\xb2\x04\x96\xd1\x6c\x47\xe8\xba\xfa\x47\x22\xed\xb6\x1b\xfd\ \xb3\xae\xb5\x40\x55\x75\x66\x66\x66\x99\x9d\x9d\xe5\xa7\x1f\x7e\ \x48\x30\x18\xe4\xad\xb7\xde\xe2\xe6\xad\x5b\xfc\xcb\x1f\x3e\xe1\ \x27\x3f\xf9\xe0\xf0\x7d\x3b\x88\xb0\x25\xdb\xa0\x5a\x6d\xe2\x18\ \x8d\x43\xd3\x59\xbb\x73\x0f\x1c\x14\x5c\x1e\x0f\xba\x22\xe3\xd8\ \x26\x46\xb3\x85\x69\x3b\x28\xba\x1b\x5d\x76\x68\x36\x5b\xc8\x9a\ \x1b\x8f\xbb\xfd\xfe\xc8\x52\xfb\xf9\x68\x18\x36\x2e\x8f\x17\x97\ \xd6\xfe\x2d\xbb\xd9\xa4\xd5\x32\x11\x52\x7b\xdc\x49\x91\x5f\xad\ \xc8\xff\xab\x4e\x69\x1f\xfc\x2b\x4b\x32\x5b\x1b\xeb\x38\xc2\x61\ \x70\x70\x04\x84\xd3\xe1\x74\xe7\xd5\xba\xb1\xeb\xba\x86\x24\xbb\ \x40\x12\xcf\x95\xcc\xd9\xb6\x8d\x24\x49\x47\xd2\x23\x1e\xf6\xf7\ \xf7\xf9\xf4\x93\x4f\x59\x5e\x5c\xa6\x54\x2a\x61\xb6\x5a\xcc\x3c\ \x9d\xa6\x51\xaf\xe2\xd6\x75\x86\x47\x86\x99\x9f\x7b\x4a\x38\x18\ \xe4\xd8\xd4\x14\x73\x73\x73\x78\x3c\x1e\x52\xa9\x14\x92\x24\xb1\ \xb4\xb4\x44\x28\x14\xe2\x9f\xfe\xe9\x9f\x88\xc5\x62\x3c\x79\xf2\ \x84\x42\xa1\x40\xb3\xd1\x40\xd6\x54\x5c\x2e\x17\x46\xab\x85\x2c\ \xcb\xf4\xf4\xf4\x1c\xe6\xd8\x1d\xc7\xe9\xa4\x6b\x20\xe0\x0f\xd0\ \x6c\x36\xa9\x54\x2a\x68\x9a\xc6\xde\xde\x3e\x67\xcf\x9e\x61\x79\ \x79\x99\x44\xa2\x8f\x56\xab\xc9\xec\xec\x2c\x1e\xaf\x1b\x78\x3d\ \xd2\x23\x4a\x74\x84\x91\xf0\x0c\x9b\x2b\x5b\x4c\x5c\x18\x04\x6a\ \xac\x6c\x55\x19\x3b\xf3\x0e\x4a\x69\x95\x5b\x33\x0d\x7e\xfe\xe1\ \x65\x2a\x9b\x4f\xf8\xe2\xde\x0a\xaa\xd7\x4b\xb3\xb0\x8b\x67\x72\ \x0c\x19\xd8\x9e\xbd\xc3\xf4\x46\x09\xc9\x31\x51\x63\x63\xbc\x7b\ \xe5\x04\x6e\xa3\xc4\xfd\xeb\xd7\xc9\xd4\xda\x8e\xe1\xa9\xe3\x97\ \xb9\x30\xd9\xf7\xec\xa1\x95\x15\x5a\xb9\x45\x6e\xdd\x28\x60\x36\ \x1a\x84\x46\xce\xf1\xde\xb9\x11\xec\x42\x86\xe9\xe9\x45\xca\x8d\ \x06\x52\x70\x80\xf7\xde\xbb\x80\x4f\x34\x98\xbd\xf5\x05\x4b\xf9\ \x26\x9a\x27\xc4\x99\x4b\x53\x28\x8a\x8c\xaa\x49\xe4\x96\x6e\x71\ \x6b\x45\xf0\x93\x9f\x5d\x65\xf7\xc1\xbf\xb0\xed\x39\xc3\x8f\xcf\ \x0c\x52\x5e\xb9\xcb\xad\xb4\x97\x8f\x7e\x72\x92\x47\x7f\xf8\x0d\ \x1b\x86\x0b\x8f\x64\x60\x7b\xfb\xb8\xfa\xce\x15\x62\xee\x97\xbf\ \x4e\xdb\xb3\x77\x79\xb0\xb8\x83\x2a\x0b\x94\xe0\x20\x6f\xbf\x7b\ \x9e\x80\xda\x64\xf6\xce\x75\x16\xb3\x75\x74\x4f\x90\x93\x17\xdf\ \xa6\x87\x2d\x1e\x3c\x5c\xa3\xd9\x6c\x20\x47\x27\xf8\xc9\x3b\xc7\ \xd1\x35\x95\xca\xfa\x22\x77\xcd\x5d\x86\x4e\x5f\x46\xdf\x78\xca\ \xaa\x34\xc1\x07\x17\xfb\xd9\x9c\xbe\xc9\xe3\xb5\x7d\x64\xc9\x41\ \x8b\x8e\xf0\xee\x3b\x67\xf1\x34\xb2\x7c\xf2\xdb\x1b\x18\x1e\x3f\ \xa2\x51\x23\x30\x70\x96\x0f\x2e\x8f\xb3\x78\xfd\xb7\xac\xeb\x53\ \xfc\xab\x77\xa7\xfe\x68\x7a\xa4\x1d\xb9\x39\xe0\x80\xa2\x2a\xcc\ \xcc\xcc\xb0\xb0\xb8\xc0\x87\x1f\xfe\x84\x60\x30\x88\x61\xb4\xdd\ \xe7\xdf\x7d\xfb\x6d\xfe\xcf\xff\xf8\x1f\xf9\x2f\xbf\xfa\x15\x3f\ \xff\xf9\x47\x68\xaa\xd6\x56\xb9\xb0\x2a\x2c\x3d\x7d\xcc\x4e\x4d\ \xe0\x52\x6c\x0a\x4d\x95\x21\x49\x60\x96\xf3\xac\x2d\xad\x51\x6f\ \xb5\xb0\x5d\x71\x4e\x9f\x3b\x85\x94\x5f\xe4\xde\x6c\x1a\xb7\xc7\ \x85\x61\x3a\xb8\x5c\x2e\x64\x61\x52\x6b\xd8\x0c\x1e\x3f\xcf\x68\ \x32\x48\x25\xbb\xcc\xec\xc2\x16\xb6\x2c\x81\xec\x63\xf2\xf4\x59\ \xe2\x5a\x85\x27\xf7\xee\x53\xc1\x83\x62\x37\x51\xc2\x43\x9c\x39\ \x39\x8e\x5b\x72\x70\xde\x40\xe2\x16\x47\xe4\x56\xb7\xb6\xd6\x58\ \x59\x5e\x44\x08\x09\xc7\xb2\x19\x1a\x1e\x39\x6c\x80\x5f\xa5\x1b\ \xbb\x6a\x5a\x16\x6d\x2f\x40\xe7\x90\xa4\x0f\xca\xeb\x00\x5a\x9d\ \x08\xb8\x56\xab\xd1\x6c\x36\x19\x1d\x1d\x21\xbd\xb1\x8d\xaa\x29\ \x98\x66\x8b\x56\xb3\xc1\xf2\xe2\x02\x6e\xb7\x1b\xdb\x6a\xb1\xbb\ \xb3\x43\x36\x9d\x21\x93\xc9\x22\xcb\xed\x48\xc4\xb2\x2c\x12\x89\ \x04\xf5\x7a\x9d\x42\xa1\x80\x10\x82\xfe\xfe\x7e\x86\x87\x87\xdb\ \x29\x94\x4e\x44\xa8\xa9\x2a\xb5\x6a\x0d\xc7\x11\x48\x12\x68\x9a\ \x76\xd8\x90\xb4\x5a\x2d\x74\x5d\xc7\xe7\xf3\x51\xad\x56\xb1\x2c\ \x8b\x48\x24\xc2\x4f\x7e\xf2\x53\xfe\xed\xbf\xfd\xaf\x79\xf0\xe0\ \x11\x9f\x7c\xf2\x07\x42\xe1\x10\xcd\x66\x8b\x50\x30\xc0\xe8\xf8\ \x00\xb6\xfd\x3a\x0c\x46\xaa\x8c\x4f\xf6\xf1\xbb\xa7\xeb\x54\x2f\ \x0c\xe2\xd9\x5d\xa7\x20\x02\x9c\x1a\xf2\x61\x6f\x59\x38\x42\x46\ \x18\x15\x9e\x3c\x58\x20\x79\xfe\xa7\x5c\x1c\x89\xb0\x72\xf7\x37\ \x2c\x23\xd1\x2a\x6f\xf1\xf0\x69\x96\x91\xb7\xde\xa3\xdf\x55\xe4\ \xb3\x4f\x1e\xb0\x36\x3c\x4a\x78\xef\x3e\x5b\xa2\x97\x5f\xfc\xeb\ \x8b\x88\xdc\x02\x1f\x7f\xfe\x90\x9e\xde\x5f\x30\x18\xec\x54\x0d\ \x39\x36\x7a\x74\x8c\x1f\x7f\x74\x05\x57\x65\x83\x8f\x7f\x77\x9f\ \xd5\xfe\x14\x13\x3d\x83\x9c\xbb\x1c\xa5\x55\xdf\xe5\xc6\x8d\x69\ \x36\x0b\xe7\xe9\xaf\x3c\x66\xae\xa0\xf3\xc1\x2f\x3e\x22\xaa\x03\ \xa2\xcc\x36\x0e\x3b\x0b\x0f\x49\x37\x25\xde\x7a\xef\x6d\xfc\x8a\ \x44\xe6\x65\x4f\xb9\xd3\xa2\xd2\x54\x39\xf9\xf6\xcf\x38\x96\x70\ \x78\xf4\xfb\xdf\xf0\xe0\xf1\x0a\x1f\x5d\x19\x7b\x9e\xb2\x15\x15\ \x2a\x6b\x3c\x9a\xdb\xe1\xd4\x4f\x7e\xc9\x68\xa8\xc5\xad\xdf\xfd\ \x8e\x87\x2b\x03\x9c\x73\x6d\xb2\xb0\xa3\xf2\xfe\x2f\xff\x96\xb0\ \x2a\x70\x24\x05\x99\x21\x2e\x5d\x49\xd0\x2a\x6d\xf2\xc5\xcd\x05\ \x76\x6a\xe3\x08\x24\x12\x93\x97\xf9\xc9\xf9\x14\x00\x2b\xcb\x16\ \x8e\x4b\xc1\x2e\x2d\xf2\x60\xa5\xc0\xb9\x0f\xff\x96\xe1\x40\x8d\ \x1b\xbf\xfe\x17\x1e\x2d\x0c\x72\x35\xd5\xa4\xae\x86\x79\xf7\x67\ \x3f\x25\x5e\x5b\xe6\x57\x7f\x78\xca\xfa\x89\x51\x26\x2e\xfd\x98\ \x24\xee\x3f\x99\xd4\x3e\x70\x63\x17\x80\x6d\x5a\x54\xaa\x15\x26\ \xc6\xc7\xd1\x34\x0d\xd3\xb2\xdb\xae\xdf\xc2\x41\xd0\x0e\x46\x3c\ \x5e\x0f\x7b\x7b\xfb\xa4\x52\x29\x04\x0e\xfb\x1b\x2b\xa4\x1b\x7e\ \x2e\x5e\x3d\x8b\xab\xb9\xc3\xfd\x7b\xcb\xd8\xb6\x83\x16\x8a\x31\ \x32\xe9\xc5\x32\x4a\xcc\x3d\x5d\x24\x5b\x9c\xa0\xc7\xa8\xa3\x04\ \x53\x5c\xb8\x7c\x82\xdc\xd3\x1b\x2c\x55\xc2\xbc\x73\xe5\x18\xfb\ \x8b\xb7\x59\x4c\xef\xd0\x1f\x95\x59\x59\x58\x25\x30\x72\x91\xe3\ \xfd\x01\xb6\x66\xef\x30\xbf\xbc\x81\x7f\x22\x80\x61\xbb\x98\xbc\ \x70\x85\x98\xbc\xcf\xbd\xdb\x33\xec\x14\x06\x18\x89\xeb\x08\xfb\ \x4d\x64\x6d\x71\x90\xd8\x26\x14\x8e\x72\xfe\xd2\x95\x67\x63\x7b\ \x9d\x51\x64\xb9\x53\x45\xf2\xca\x22\xed\xfd\xfd\x7d\x24\x24\x02\ \x21\x7f\x5b\xb0\x9d\x67\x13\x6b\x0e\x22\xdc\xa7\x4f\x9f\x92\xcd\ \x66\x59\x5a\x5e\x62\x6d\x69\x95\xc7\x0f\x1f\x32\x79\x6c\x12\xcb\ \xb2\xa8\x55\xab\x84\x43\x01\xcc\x4e\x05\x4a\xad\x5a\xa5\x5a\xa9\ \xd2\x6c\x36\x19\x1a\x19\xa5\x52\xa9\x1c\x46\xc5\x8a\xa2\x50\xad\ \x56\x89\x46\xa3\x18\x86\x81\xc7\xe3\x21\x1e\x8f\xb3\x93\xdb\xa5\ \x52\x6b\x0f\x24\x1a\x46\x0b\xc7\xb1\x69\xb5\x0c\x02\x81\x40\x3b\ \xfa\x36\x0c\x06\x07\x07\x39\x71\xe2\x38\xc5\x42\x99\x44\xa2\x97\ \xd5\xd5\x55\x74\x5d\xe7\xfc\xf9\xf3\xec\xef\x17\x98\x9f\x9f\x27\ \x1a\x8d\x72\xfe\xfc\x79\x4c\xc3\xc2\xe5\x76\xbf\x56\x5d\xbc\x60\ \x6a\x92\xe8\xe3\x4f\xd9\xce\x57\xd1\x36\xd2\x78\x92\xc7\x08\x03\ \x65\xd1\xce\x53\x9a\xf5\x2a\x75\xd3\xcb\x54\x22\x02\x80\xdb\xa3\ \x23\xb5\x04\xb5\x6a\x85\x7a\xcb\x22\xbf\xb9\x40\x11\x9b\x50\x6a\ \x98\x88\xd6\x22\x9f\x2b\xd1\xd3\x7f\xbc\x4d\x3d\xd1\x41\x12\xca\ \x0c\xc5\x52\x9d\xc1\xa0\xff\xf0\x19\x50\x74\x0f\x6e\x19\x94\x50\ \x0f\x89\xa0\x43\xa5\x5a\x22\x5b\x58\xe7\xd1\x4a\x11\xaf\x47\xa6\ \x6e\x0a\x84\x6d\x52\xce\xef\x13\x4c\x4c\x10\x75\x1d\x1d\xcd\x69\ \xb2\x3c\xbb\xc8\xf0\xf9\x0f\xe9\xf5\xc9\xcf\xf2\x85\xd2\x91\xc1\ \xb5\xc3\xa8\x5e\x45\x95\x65\x40\x63\x74\x28\xca\xe6\x5a\x8e\x16\ \x63\x1c\x4d\xd8\xc8\x8a\x44\x7d\x7f\x1f\x47\x8f\xd3\x1f\xd1\x00\ \x8d\xfe\xbe\x38\x4f\xf3\x7b\xec\xba\xca\xb8\xe2\xc3\x44\x5c\xed\ \x06\x47\xc1\x66\xed\xe1\x5d\xe6\x77\xea\xf8\xdc\x0e\x86\xe5\x20\ \xe8\x74\x69\xbf\x24\x5c\x2f\x49\x12\xf5\xfd\x1c\x8a\x2f\x46\x32\ \x28\x03\x01\x86\x62\x7e\x66\xf2\x7b\xd8\xfd\x1a\x8a\xd2\x36\x51\ \x96\x42\x51\xfc\x1e\x85\x7a\xd3\x46\x8b\x45\x08\xff\xc9\x8c\xf6\ \xf3\x6e\xec\x20\x78\xfb\xea\x55\xfe\xd3\x7f\xfe\x4f\x84\x42\x41\ \xfa\x7a\xfb\x70\x3a\xd7\xa4\x1d\x98\x38\x9c\x3f\x77\x8e\x40\x20\ \x80\x69\x5a\xa8\x8a\x43\xad\x56\xc1\x15\x1b\xc5\xef\xd6\x10\xb6\ \xab\x93\x36\x72\xc8\x6f\x2d\xb1\xb4\x5d\x46\x77\xa9\x34\x2c\xa7\ \x6d\x9e\x20\x49\x28\xb2\x84\x90\x35\xfc\x5e\x1f\x7a\xb5\xdd\x5b\ \x72\xfb\x7d\x88\x8a\x4d\xab\x5e\xa3\x69\xba\xe8\x8f\x87\x91\x55\ \x95\x68\x4f\x82\xd5\xf9\x2a\x2d\xc3\xd7\x19\xb3\x02\xd5\x1d\x24\ \xe8\x92\x30\x0c\x03\x07\xfd\x8d\x77\x63\xf7\xfb\xfd\x47\x3c\x21\ \x45\x67\x6c\xa2\x33\xf9\xf0\x55\xba\xb1\x37\xea\x0d\x92\xa9\x3e\ \x04\xed\xd6\xc4\x34\xcd\xc3\xc1\xc7\x4a\xa5\xf2\xff\xb7\xf7\xe6\ \x51\x72\x5c\xd7\x9d\xe6\xf7\x5e\xec\x91\x4b\x65\xed\x05\x14\x50\ \x00\x0a\x20\x09\x12\x04\xf7\x5d\x24\xc5\x55\xa4\x68\x6a\x97\x47\ \x96\x2d\x7b\xce\x71\xdb\xe3\xf6\x71\x5b\xf6\xf4\x8c\xdb\xdd\x3d\ \xd3\x23\x9f\x33\xdd\x33\xee\x76\xdb\xee\xee\xb1\xdd\xb6\xdc\x6e\ \x59\x96\x6d\x49\xb6\xd4\xa4\x28\x51\x22\x29\x52\xa6\xc4\xc5\x5c\ \x01\x10\x24\xb1\xef\xa8\x42\x15\x6a\xcb\xca\x2d\x32\x63\x7b\x6f\ \xfe\x88\xac\x02\x40\x82\x8b\x48\x91\x90\xc0\xf8\xce\xc1\x01\x50\ \x59\x19\x19\x19\x99\xf1\x8b\x1b\xf7\xdd\x7b\x7f\x48\x29\xa9\x54\ \x7a\xd9\xbf\x7f\x3f\xdb\x5f\xd8\xce\xee\x9d\xbb\x98\x9b\x99\x61\ \xa1\xba\x40\x1c\x45\x38\xb6\x85\xef\x39\xf8\x9e\xcb\x62\xb5\x8a\ \xeb\xba\xd9\x22\x65\xa3\x4e\xbd\x56\x47\x6b\x8d\x69\x9a\xd4\x6a\ \xb5\xee\x97\x43\x90\x24\x09\x87\x0f\x1f\xee\x36\xde\x94\xe8\xeb\ \xed\x65\x61\xb1\xba\x9c\x4b\x2f\x97\xcb\xf4\xf6\xf6\x32\x30\x30\ \x40\x92\x9c\x70\x88\xb0\x2c\x9b\xd5\xab\xb3\xea\x13\xd7\x75\x91\ \x52\xf2\xe0\x83\x0f\x50\xa9\xf4\xd2\x6a\xb5\x70\x1c\x8f\xb9\xf9\ \x39\xfa\x7a\xfb\xe9\xef\xeb\xeb\x1e\xe4\xb3\x04\xbb\x97\x73\xd6\ \xf5\xb3\xed\xb9\xa7\x31\x55\xca\x79\xd7\xad\x38\x21\x10\x4a\x63\ \x7a\x05\x5c\xa3\xc5\xe4\x5c\x8d\xa1\xb1\x1e\x54\x9a\xa2\x34\x78\ \x9e\x87\x63\x7b\x6c\xb8\xe4\x1a\x46\x8b\x27\x72\xfc\x41\xd1\xe3\ \xe0\xcc\x02\xe9\xb9\x2b\xd0\xcd\x19\xe6\x62\x8b\x91\xa2\x7b\x6a\ \xa4\xa8\xb2\x6a\x86\xb4\x3e\xcf\x5c\xc3\xe0\x1c\x3b\x65\xef\x8b\ \x07\x18\xbc\xf8\x2e\x2e\x1b\xb3\xf9\xc7\x87\x1e\x41\x29\x41\xa1\ \x52\xa4\xbe\x6f\x9e\xa6\x3a\x87\xa2\xcc\x9e\xab\xf0\xb9\xf4\xfa\ \x8b\x68\x1e\xd8\xca\xd3\x7b\x0b\x5c\x7d\xce\x00\xb6\x63\x52\xab\ \x35\x59\x2a\x82\xd3\x4b\x65\x54\x2a\x21\x4a\x52\xc0\x60\x66\xb6\ \x8e\xe9\x8f\x73\x72\x9d\x48\xe6\x2c\xae\xf0\x7b\xca\x10\xed\x61\ \xb6\xa5\x19\x2d\xc4\xcc\xce\x2f\xe0\x0c\x6f\xa0\xcf\xaa\xd1\xd9\ \x3b\x45\x53\xad\xcd\x5e\x3f\x9a\x67\xc7\xbe\x29\xc6\xde\xff\x61\ \x2e\x1c\x6c\xf0\xd8\x77\x1e\x23\x4e\x05\x86\x50\x44\xed\xf6\xab\ \x72\xcf\x5e\x4f\x2f\x71\x70\x84\x85\x0e\x8c\xb8\x21\xd3\x8b\x2d\ \xdc\x95\x3d\x18\xb4\x4e\x08\xd7\xd2\x35\x47\x68\x74\x18\xd0\xd1\ \x16\x9e\x6b\xbd\x6e\x4e\xfb\x14\x37\xf6\xee\xdf\x59\x2e\x54\x9c\ \xc8\x75\xeb\x93\xa2\xf1\x6e\xf5\x88\xd6\x0a\x85\xc4\xf5\x0a\x74\ \x8e\xcf\xd3\x68\xaf\xc4\xd7\x69\xd6\xb9\x1c\x07\x4c\x1d\x99\xa4\ \x30\x76\x15\x9b\xd7\x14\x78\xe9\xa9\xa7\x4f\x72\x63\xcf\x5c\xd5\ \x95\x52\xa0\x33\x3b\x31\xa5\xba\x7e\x93\xb6\x8b\x6d\x84\x2c\x2c\ \x36\xe8\xf7\x8a\xd4\xaa\xf3\x08\xbf\x82\x69\x64\xfb\xaa\x74\xd6\ \x91\xac\xb5\xe8\xbe\xd7\xf7\xa6\xb1\xaf\x58\xae\xd3\xd6\xcb\x4e\ \xf6\xba\x2b\xe6\x42\x2c\x7d\x86\x67\xd8\x8d\x7d\x74\x74\x14\xa5\ \x15\x49\x12\xe3\xfb\x3e\x69\x9a\x62\xdb\x76\x96\x26\xb1\x2c\x84\ \x90\xcc\xcc\xcc\x70\xf4\xe8\x11\x2a\x95\x1e\x2e\xba\x68\x33\x49\ \x18\xb3\x6b\xf7\x2e\x26\x8f\x1e\xc1\xd0\x3e\xed\x56\x40\x7f\x5f\ \x2f\x8d\x7a\x9d\x46\xbd\x81\x52\x29\x8e\xeb\x72\xf0\xd0\x01\x4c\ \xcb\x22\x0c\x3b\x74\x3a\xd9\xc9\x62\x5a\x26\x53\x53\x53\x8c\x8e\ \x8e\xb2\x6a\xf5\x2a\xb6\x6c\xd9\x42\x2b\x08\x88\x93\x84\x66\xb3\ \x41\xb3\xd9\x40\x1a\x06\x3d\x3d\x3d\xd8\xb6\x4d\xa7\xd3\xc9\x52\ \x2f\x2a\x65\x68\x68\x88\x7a\xad\x49\xa5\xd2\xcb\xd1\xa3\x13\xf4\ \xf4\xf4\x60\x9a\x36\x87\x0f\x1f\xc6\xb2\x1d\xf6\xee\xdd\x42\xa3\ \xd9\xe0\xe7\x3e\xfd\x99\xb3\xf2\x0b\x35\xba\x61\x03\x5b\xb6\x7c\ \x8b\x60\xdd\xfb\x58\x55\x59\xba\x2b\x4a\x49\x92\x18\xe1\x94\xb9\ \xe8\x92\x73\x79\x72\xcb\x0f\xa8\xee\x2f\x10\x2c\x2c\x50\x3c\xe7\ \x5c\xbc\xde\xd5\x5c\xb8\xe1\x20\xcf\x7e\xef\x01\x76\x17\x1c\xdc\ \xde\x95\x5c\x7a\xd9\xf9\xac\xbd\xe0\x32\x8e\xfd\xe0\x69\xbe\xfb\ \xd0\x14\x84\x2d\x7a\xcf\xbb\x84\xd5\xbd\x27\x16\xd6\x2c\xd7\x27\ \xa9\xee\xe2\xd1\x7f\xa8\x12\x36\x6b\x14\xc6\x2f\x66\xdd\xca\x61\ \xc4\xf1\x01\x5e\x7a\xf1\x49\xda\x47\x2c\x8e\x37\x12\x7a\x0d\x49\ \x65\xdd\xc5\x8c\x1d\xfe\x01\x8f\x3e\xf0\x20\xbe\x5f\x60\xdd\xf9\ \xe3\xa0\x12\xac\xbe\x75\x5c\x3f\x64\x71\xff\x23\x4f\xb0\xbf\xff\ \x2e\xd6\x6e\xd8\xc4\x9e\x47\x9e\xe5\xc1\x87\xa7\xa1\x39\x8f\x39\ \x74\x21\x86\x94\x18\x49\x83\x9d\xcf\x7f\x9f\x29\x27\xa1\x16\xb9\ \x5c\xfe\xbe\x0d\x27\xca\x14\x4d\x8f\xbe\x5e\x93\xbd\x2f\xee\x60\ \xc3\xad\x17\xb3\x69\xed\x14\x5b\xbe\xf7\x20\xbb\x6c\x45\x47\x0e\ \x72\xed\xfa\x11\xfa\xac\x02\x63\xc7\x1e\xe3\x91\xef\x3c\x48\xd1\ \x2b\x30\x7e\xfe\x46\xd6\x8f\xf5\xb2\xe7\xb9\xef\x53\x2f\x6a\x8e\ \x37\x05\xeb\x0c\x93\xc1\x35\xab\x78\xf9\xf1\xad\x7c\xe7\xbb\x47\ \x58\xbb\xf1\x12\x1c\xa1\x49\xe3\x04\xb3\x6f\x23\x9b\x56\x4c\xf3\ \xdc\xc3\x0f\xe0\x59\x09\x91\x35\xc2\xb5\xe7\x0f\xa2\x1a\x8b\x99\ \x8f\x62\xf7\xd4\x4d\x53\x85\x90\xb0\xef\xa9\x87\xd9\x6f\x9d\xc7\ \x1d\xd7\x9d\xf7\xda\xe5\x94\xaf\x74\x63\xef\x0a\xf6\xd2\x08\x88\ \x13\x8f\x64\x5b\xc8\xc4\x56\xa3\xbb\x7f\x92\x58\x53\x19\x59\xc7\ \x70\xf5\x45\xb6\x3f\xf7\x14\x9e\x91\xd0\x50\x16\xa6\xe5\xd0\x37\ \xd8\xc7\x81\xc3\x2f\xb3\x75\xde\xa6\xd6\x8c\x19\x35\x24\x2a\xcc\ \x22\x6e\xad\x40\x2b\x45\x9a\x6a\x50\xd9\x7a\x85\x4a\x14\xda\x2a\ \x33\xb6\x76\x25\xbb\xf7\x6e\xa3\x76\xd8\x24\x8c\x05\xeb\x2e\x18\ \xc3\x66\x21\x73\x71\x4f\x75\xd7\x31\x3e\x13\xfd\xa5\xfd\x78\xcf\ \x21\x4f\x5c\x74\x45\x77\x11\x7c\xe9\x42\x9a\x05\xda\xe2\xd5\x1f\ \xef\xbb\x2d\xda\x96\x6d\x13\xc5\x11\x86\x65\xd2\x6e\xb7\xf1\x3d\ \x3f\x9b\x1d\xa2\x52\xa4\x61\x30\x37\x35\xcd\xb3\x4f\x3c\xce\xf4\ \xa1\x43\x28\x15\xb3\xf1\x9c\x0d\x18\xd2\xa4\xba\x30\xc7\xe4\xd1\ \x23\x84\x71\x44\x6f\x7f\x3f\x8d\x66\x40\xbd\x19\xe0\x17\x8b\x48\ \x21\x50\x5a\xd3\x0e\xdb\x48\x53\xe0\xfb\x2e\xad\x56\x0b\xcb\xb2\ \x48\xb5\xc2\x71\x4d\x34\x29\xed\x76\x13\x81\x26\x8c\x42\x1c\xd7\ \xc3\x71\x7c\x50\x92\x9e\x52\x99\x82\x5b\xa0\xd3\xec\x30\x33\x3d\ \x4b\x14\x25\xd8\xb6\xcb\xd0\xc8\x0a\xb4\x9e\x65\xa0\x7f\x18\xd3\ \xdc\x83\xef\x97\xd9\xb9\x73\x27\xc5\x42\x09\xc7\x72\xb8\x78\xf3\ \x25\x5c\x73\xf5\xd5\xd4\xeb\x75\xd6\xaf\x5f\x47\x33\xa8\x72\x56\ \xb9\x86\x78\x23\xdc\xf2\xd1\xff\x09\x61\x17\x96\x07\xa1\x17\x47\ \xce\xe7\xd6\x5e\x85\x0d\xb8\x6b\x2f\xe2\xd6\xfe\xd5\x2c\x36\x3b\ \x48\xcb\xa5\x54\x2e\x03\x82\xf1\x4b\x6f\x60\x70\x6d\x95\x66\x3b\ \xc5\x29\x94\x70\x00\xe1\x0d\x72\xcd\x4d\x37\xb3\x50\xad\x23\x9c\ \x22\xbd\xbd\x25\x4e\xae\x56\x2e\xac\x3c\x97\x5b\x6e\x1f\xa6\xd9\ \x89\x31\xdd\x22\xbd\x95\xcc\x89\x7a\xdd\xc5\xd7\xd3\x3b\xb6\x48\ \x3b\x4a\xd9\xb8\xa9\x40\xb9\xc7\x00\x59\xe6\xb2\x1b\x6f\x67\xb1\ \xba\x48\x98\x4a\xca\x95\x1e\x86\xaf\xb9\x19\xe1\x5a\x18\xd6\x7a\ \x6e\xbd\xbd\x0f\x65\x83\xe1\xaf\xe2\xfd\x77\x94\xa9\xd6\x5a\x60\ \xd8\x94\xca\x15\x44\xdc\x20\xb1\x4a\x8c\x9f\xb7\x99\x55\x15\x03\ \xbb\xd0\x4b\xc9\x3b\xb9\x2a\xc3\xe2\x9c\x2b\x6f\x65\xb8\x19\x21\ \x11\xac\xbb\xe4\x3a\xfa\xc6\xe6\x09\x12\x49\x6f\x5f\x2f\x59\xb0\ \x5b\xe2\xd2\xeb\x6f\x61\xed\x7c\x8d\x50\x09\x7a\xfa\x7a\xf1\x47\ \xde\xc7\xd0\x5c\x95\x4e\xa2\x39\x6f\x73\x81\x8a\x2f\x31\x0a\xe7\ \x71\xd3\xed\x43\xd4\x5b\x31\xc5\x4a\x01\xa7\xff\x6a\x06\x71\x01\ \xc1\x39\x97\xdf\xc0\xd0\xc2\x3c\xed\xd4\xa0\xd2\xdf\x87\x6b\x80\ \x2e\x8e\x71\xf3\xfb\x47\x28\x18\x80\xe8\xe1\xea\x1b\x6e\xc4\x2a\ \x58\x70\xc5\x4d\x8c\xe0\xbc\xee\x37\x6b\x39\x82\xee\x96\xfb\x29\ \x20\x55\x29\x95\x9e\x1e\xbe\xff\xd8\x63\x78\xae\x7b\xca\x42\x56\ \xbb\xdd\xc6\x75\x9d\xec\x37\x85\x06\x52\xb0\x0a\xac\xdf\x74\x19\ \x43\x8d\x06\xb1\x82\xb5\x8e\x8f\xef\x9b\x18\x6b\x36\xe1\xf5\xd7\ \xe9\xc4\x29\xa3\xab\x3d\xfc\x82\x44\x16\xce\xe1\x82\x3e\x89\x4c\ \x3a\xb8\x23\xe3\x5c\xd0\x2f\x20\x8d\xf0\xfa\xd7\xb0\xb9\x0c\x86\ \x8a\x29\xaf\x58\xcf\xe6\xf2\x20\xad\x4e\x82\x53\x2c\x53\x74\x4d\ \x54\xd2\xc3\xc6\x8b\x37\x63\x39\x90\x62\x32\x76\xe1\xc5\x08\xcb\ \x41\xa9\xf4\x3d\x69\xb8\xb3\x94\x1a\x46\x2b\x8e\x1c\x39\x42\xb5\ \x3a\x0f\x1a\xfa\x06\x06\x59\x3d\xb6\xa6\x1b\x61\xab\x93\x22\xee\ \x33\x20\xda\x4a\x6b\x5a\x41\x40\xb9\xa7\x48\x1c\x45\xa4\x2a\x45\ \xa4\x60\x18\x92\xa0\xd1\xe4\xc8\xc1\x03\x24\x61\x07\xc7\x32\xf1\ \x0c\x9b\x4e\xb3\xc5\xf4\xcc\x1c\x61\x94\xe5\x9c\xdb\xed\x36\xb3\ \x73\x73\x58\x96\x45\xa5\xb7\x37\x73\x9a\x16\x02\xcf\x75\xbb\x0b\ \x9a\x12\xa5\x35\xa9\x52\xa4\x61\x07\x29\x25\x63\xeb\xd6\x31\x39\ \x39\xc9\xc2\x82\xa4\x54\x2e\xe2\xd4\x16\x49\x6a\x75\xa6\x8f\x1f\ \xa7\xdd\x6e\xb3\x72\x64\x84\xb5\x63\x6b\x70\x6c\x9b\xe3\xc7\xa7\ \x91\x42\x32\x7d\xfc\x38\x0f\x3e\xf4\x5d\xfa\xca\xfd\xac\x1a\x5d\ \xc3\x62\x75\x91\x7a\xbd\x41\xc1\x2f\x32\x38\x34\x48\x4f\xb9\x4c\ \xa5\x52\x61\x60\x60\x80\xb9\xb9\x39\xfc\x82\x43\xb9\x52\x38\xcb\ \xa2\x05\x41\xa1\xa7\xe7\xd4\xca\x12\xdb\xa3\xe7\xa4\x5c\x82\x5b\ \xea\x65\xa4\xf4\xea\x85\xcc\x52\xef\x20\xa5\xde\x57\x54\xa5\x38\ \x05\x06\x47\x4e\xef\x1e\x2f\x0c\x8b\x52\xef\x00\xaf\xda\x94\xb4\ \xa9\xf4\x0f\xbd\x2a\xa7\x2b\x4c\x87\xde\xc1\xe1\x13\x3f\x70\x4e\ \xec\x54\xa1\x72\xe2\x85\x6d\xaf\xcc\xb0\x77\x92\xb7\x5e\xa4\x48\ \x15\x14\x7b\x06\xe8\x1f\x38\x7d\x09\x9d\x61\x7b\xf4\xf6\x79\x4b\ \x3b\x46\x4f\xff\x10\x3d\xaf\xda\x5f\x97\xbe\xa1\x93\x17\x07\x8d\ \x53\xf7\x67\xe9\xf8\x95\xfb\x28\x94\x4f\x5c\x10\x96\xf7\x52\x9a\ \xf4\x0c\x0c\x9f\xb2\x5d\x61\x3a\xf4\x94\x9d\xe5\xed\x15\xcb\xdd\ \x47\x0b\x65\x9c\x37\x71\xf2\x2f\xdd\x5a\x2f\x95\xff\x85\x9d\x90\ \xab\xae\xba\x8a\xcb\x2f\xbf\xe2\xd4\xfc\x3e\x64\xe3\x1e\xb4\x3e\ \x65\x78\x9b\xd6\x0a\x21\x2d\xca\x95\x01\x96\x4c\x26\x95\x52\x28\ \x61\x50\xec\xe9\xa7\xbb\xfa\x90\xe5\xb4\x2d\x9f\xa2\x9d\x9d\x67\ \xc2\xf2\x29\xd8\xd9\xb6\xa4\xe9\x51\xb2\x44\x76\xfe\x69\x81\x53\ \xa8\xe0\x16\xc9\x0c\x83\xd3\x14\x84\x85\x5f\x72\xd0\x69\x8a\xd2\ \x02\xb7\x50\x02\xad\x78\x2f\x37\x13\x2f\x09\xf7\xf0\xca\xd1\xec\ \xce\x5f\x4a\x46\x57\xad\x46\x20\xb2\x8b\x19\xe2\x44\xf3\xd4\x99\ \x10\xed\xf9\xf9\x39\x7a\xfb\x7a\xb3\xb4\x88\x95\xa5\x45\x34\x90\ \x46\x11\x8d\x6a\x95\xa3\x13\x13\xf8\x85\x02\xbe\x57\x60\xea\xf8\ \x31\x76\xef\xde\x4b\xa2\xb3\x4a\x8f\x9e\x9e\x1e\x66\x67\xb3\x39\ \x24\x86\x61\x30\x33\x33\x43\xa9\x54\x22\x0c\x43\x7a\x7a\x7a\x68\ \x05\x0d\x84\x10\xc4\x71\x4c\xb1\x58\xa4\xd3\xe9\xd0\xdf\xdf\x4f\ \xab\x15\xa0\x94\xc6\x34\x45\x96\x36\xd1\x59\xdb\xfc\xfc\xfc\x3c\ \x86\x61\xe0\x79\x3e\xa6\x69\xb2\x58\xab\xb1\x7e\xc3\x06\xf6\x1e\ \x38\x40\xb1\x5c\x62\xd3\xa6\x0b\xd8\xbb\x6b\x3f\x0f\x3c\xf0\x6d\ \x06\x07\x07\x59\xb7\x6e\x2d\x52\x4a\xfa\xfb\xfb\xb9\xf2\xca\x2b\ \xe9\x74\x3a\x04\x41\x8b\xe3\x33\xc7\x19\x1e\x19\x40\x50\x44\xe7\ \x13\x79\x7e\xbc\xb1\x7a\xb8\xfa\x96\x1b\xb1\x7c\xe3\xac\x7a\x5b\ \x52\x1a\x44\xdd\x8a\xa7\x44\x9f\xe8\x74\x54\x2a\x45\x08\x96\x17\ \xb8\xba\x4b\x5f\xcb\x02\x20\x4e\x93\x66\x51\xfa\xd4\x4e\x49\xd1\ \xcd\x5d\x9f\xfa\x7b\x59\x89\x9e\xe8\xfe\x7b\xf9\x9a\xa0\x35\x4a\ \x2f\x35\x60\x67\xeb\x14\xa7\xba\xc0\x6b\x74\x77\x5b\x02\x96\xfb\ \x24\xde\xcb\xae\x96\x4b\x25\xd8\xb6\x65\x71\xce\x79\x1b\x91\xd2\ \x40\x4a\x99\x7d\x0e\xdd\xbc\x76\x1c\x47\x14\x8a\xc5\x33\x23\xda\ \xd3\xd3\xd3\x54\x7a\x7b\x29\x14\x0a\xe8\x54\x2d\x2f\x06\x46\x51\ \xc4\xf1\xd9\x19\x7a\x7a\x7a\xa8\x94\x4b\x6c\xdf\xf6\x02\xed\x76\ \x3b\xcb\x33\x37\x03\x84\xcc\x26\xee\xf9\xbe\xcf\xdc\xdc\x1c\xe5\ \x72\xf9\x94\x91\xac\xd3\xd3\xd3\x24\x69\xb4\x5c\x8f\xea\xfb\x3e\ \x71\x1c\xb3\xb0\xb0\xc0\xe8\xe8\x28\x9e\xe7\x51\xab\xd5\x98\x9d\ \x9d\xe5\xd0\x91\x09\x2c\xcf\x23\x49\x12\x54\x9c\x60\x59\x26\x42\ \x08\x36\x6d\xda\x44\xa1\x54\xe4\xde\xfb\xee\xc3\x72\x6c\x56\x8e\ \xae\x64\x7e\x66\x81\xed\x2f\xbc\x88\x69\x9a\x1c\x3b\x76\x8c\x0b\ \x2f\xbc\x90\x2b\xae\xb8\x02\xad\x35\xc3\xc3\x43\x6c\xdf\xfe\x22\ \xe7\x9d\x77\x2e\x1b\x36\x9c\x43\x75\x71\xf6\x8c\xd9\xdc\xe7\xbc\ \xd9\x9b\x07\x83\x42\xa9\x74\xd6\xbd\xad\xbe\x81\x01\x8e\x1c\x3c\ \x80\x90\x02\xbf\x50\x64\xb9\xd1\x30\xff\x3a\xfe\xc4\xdc\xd5\x66\ \x23\x07\x4e\x54\xd4\x21\x0c\x54\xaa\x59\xac\x2e\xa0\x94\xa2\xdc\ \x53\x39\x23\x7b\x66\xa6\x49\xcc\xe4\xe4\x51\x46\x57\x8d\x62\x88\ \x6c\x96\x75\x10\x04\x1c\xdc\xbb\x87\x27\x1e\x7f\x02\xa1\x15\x05\ \xcf\x25\x49\x92\x6e\xde\xcd\xc7\x76\x12\xaa\xd5\xac\xda\x63\x70\ \x70\x90\xc9\xc9\x49\x8a\xdd\xab\x4e\xbb\xdd\xa6\x52\xa9\x10\x45\ \x11\x69\x9a\x60\x1a\x36\xb5\x76\x03\xcb\x74\x10\x18\x24\x71\xc2\ \x62\xb5\x46\xa9\x58\xa6\xdd\x0e\x11\x48\x0a\x7e\x81\x20\x8a\xd0\ \x5a\xe1\x5a\x16\x1b\x36\x6c\xc0\xf7\x7d\x4a\xa5\x12\xb3\xf3\x73\ \x28\xa5\x48\x92\x84\x6d\x5b\xb7\xb1\x61\xdd\x06\xda\x41\xbb\x5b\ \x55\xa2\xe9\xeb\xab\x10\x04\x2d\x56\xad\x5a\x45\x1c\x47\x0c\x0e\ \x0d\x70\xde\xb9\xe7\x2e\x57\xc1\xe4\xe4\x9c\x09\x1c\xc7\x65\xd5\ \xd8\x5a\x66\xa6\x8f\x51\xaf\xd5\xba\xeb\x57\xa7\x9b\xc7\x9a\xab\ \xf8\x8f\x5f\x9c\x7d\x42\xb4\x4f\xfd\x8c\x34\x68\x81\xe7\x7b\xac\ \x1e\x5b\x7b\xc6\x02\x42\x73\xfd\xf8\x38\xcd\x20\x2b\x6d\x4a\x75\ \x8a\x65\x59\x74\x3a\x1d\xe2\x38\xc6\x75\x1c\x0e\x1d\x3c\x40\xb1\ \xe0\x67\xb3\x41\xc2\x08\xad\x25\x71\x94\x09\x62\x1c\xc7\x18\x86\ \x41\xb1\x58\xa4\xd9\x6c\x22\xa5\xa4\xd5\x6a\x65\x39\xa0\xd1\x51\ \xe6\xe7\xe7\x69\xb5\x5a\x14\x8b\xc5\xe5\x12\x42\xdb\xb6\x31\x4d\ \x8b\x66\xb3\x85\x6b\x3b\x14\x0a\x45\x9c\x66\x93\x7a\x3b\xc0\xb1\ \x1d\x46\x47\x47\x01\xc1\xd6\xad\x5b\x99\x9e\x9e\x66\xe3\xf9\xe7\ \xd3\xdb\xdb\xcb\xec\xfc\x1c\xa6\x69\x92\x24\x09\x71\x1c\xd1\xdf\ \xdf\x8f\xef\xfb\x68\xad\x39\x70\x60\x3f\xbb\x77\xef\x62\x72\xf2\ \x18\xbf\xf9\x9b\x9f\xc5\x71\x1c\xea\x8d\xc6\x89\x45\x85\x9c\x9c\ \x33\x80\xe7\xfb\xac\x19\xdf\x90\x1f\x88\x9c\x1f\x6d\xea\x6d\xb1\ \xba\xd0\x75\x9c\x49\x09\x82\x00\xc3\x30\x4f\xe9\x88\xec\x74\x3a\ \x4c\x4e\x4e\xd2\x68\x34\x32\x03\x03\x99\x75\x4d\x2e\xb9\xc9\x84\ \xdd\xb6\xf3\x76\xbb\x8d\xe3\x64\xe6\x04\xe5\x72\x99\xb5\x6b\xd7\ \x32\x30\x30\x48\x10\x04\x8c\x8c\xac\x60\x70\x70\x08\xa5\x34\xf5\ \x7a\x83\x72\xb9\x57\xe3\x63\xb1\x00\x00\x20\x00\x49\x44\x41\x54\ \x07\xcb\xb2\x31\x4c\x8b\x52\xa9\xbc\x34\xcb\x06\xd0\x94\x4a\x65\ \xe6\xe7\xe7\x70\x1c\x87\x76\xbb\xcd\xd3\xcf\x3c\x43\xa3\x91\xe5\ \xc6\x3b\x61\x87\x62\xa1\xc8\xc0\xc0\x40\xb7\x1a\xc5\xe4\xd8\xb1\ \x49\x1e\x7d\xf4\x51\x9e\x7d\xf6\x59\x2e\xbf\xfc\x32\x4c\xd3\x64\ \x7a\x7a\x9a\xea\xc2\xc2\x19\xb5\xb9\xcf\xc9\xc9\xc9\x79\x47\x44\ \x7b\xd7\xae\x1d\xb4\xdb\x01\x69\x92\x60\x5b\x59\x47\x62\xb3\xd1\ \xa0\xd9\x6c\x82\x10\xac\x58\xb1\x02\xcb\xcc\x84\xbc\xbf\xbf\x9f\ \x30\x0c\xa9\xd7\xeb\x59\xfe\x59\x65\x33\x0e\x7c\xdf\x5f\x9e\xe8\ \x57\x28\x14\x32\xfb\x30\x95\x75\x84\xb5\xdb\x21\x0b\x0b\x55\x94\ \xd2\x94\xcb\x3d\x94\xcb\x3d\x1c\x3e\x7c\x84\x5a\xad\x4e\x1c\x27\ \x44\x51\x4c\xaa\x14\x8e\xe3\x52\xf0\x0b\xdd\xce\x49\x73\x79\x71\ \x73\x64\x64\x18\xc3\x30\x08\xc3\x90\xf1\xf1\x71\xfa\xfa\x2a\x6c\ \xde\xbc\x89\xf9\xf9\x59\x0e\x1e\x3c\x80\x61\x48\x2e\xba\xe8\xc2\ \xcc\x44\x61\x7c\x0d\x69\x9a\xd2\x6c\x36\x70\x5d\x3b\x77\xad\xc9\ \xc9\xc9\x39\xfb\x44\x5b\x22\x29\xfa\x05\xb4\x06\xd7\xf3\x10\x42\ \x50\x2e\x97\x19\x1f\x1f\x67\xdd\xda\xb5\x0c\x0d\x0d\x71\xd1\xc5\ \x17\x67\xb3\x43\xda\x01\xc5\x62\x91\x62\xb1\xb0\x3c\x89\xcc\x30\ \x0c\x4a\xa5\x12\x85\x42\x81\x76\xbb\x4d\xb3\xd9\x24\x0c\x43\x76\ \xed\xda\x89\xe3\x38\xf4\xf5\xf5\x75\x27\xf2\xf9\x34\x1a\x0d\x0c\ \xc3\xa0\xbf\xbf\x9f\xb1\xb1\xb1\x6e\xdb\x7a\x84\x14\x12\xa5\x14\ \x71\x1c\x53\xab\xd5\x30\x0c\x83\x4e\xa7\x43\xbd\x5e\xa7\x58\x2c\ \x52\x2a\x95\xb2\x39\x24\xa9\x62\x70\x68\x88\x91\x91\x11\x56\xad\ \x5a\xc5\x55\x57\x5d\xc5\xb5\xd7\x5e\xcb\xe2\xe2\x22\x17\x5c\x70\ \x01\x43\x43\xc3\xbc\xfc\xf2\x4b\x3c\xf0\xc0\x03\x7c\xfe\xcf\xff\ \x1c\xd7\x75\xf3\x4f\x38\x27\x27\xe7\xac\xc2\x94\x12\x26\x27\x27\ \x18\x18\x5e\x41\xc1\xf7\x31\x6c\x9b\x30\x8a\xd8\xb5\x6b\x17\x4f\ \x3d\xf9\x8f\x78\xae\x83\x29\x45\x36\xeb\xc3\xb1\x71\x1d\x87\xb6\ \x1d\x61\x9a\x16\x71\x9c\x2c\x1b\xe8\x6a\xad\xe9\x74\x42\x06\x06\ \x1c\x56\xaf\x5e\xcd\x86\xf5\x1b\x98\xe8\xfa\x47\xd6\xeb\xf5\xee\ \x68\x55\x97\x72\xb9\xcc\xcf\xfe\xec\xcf\x92\x24\x09\xbb\x77\xed\ \x26\x55\x8a\x83\x47\x0f\xa3\xd1\xf8\xbe\x4f\x5f\x5f\x1f\xad\x56\ \x0b\x80\xb5\x6b\xd7\x2e\x57\xac\x44\x51\xc4\xe3\x8f\x3f\x8e\x8a\ \x12\xd6\xae\x5d\xcb\xf8\xf8\x38\x3d\x3d\x3d\x2c\x2c\x64\x03\x76\ \x36\x6e\xdc\xc8\xdf\xfc\xcd\xdf\xf2\xe5\x2f\x7f\x99\x85\x85\xf9\ \xe5\x31\x97\x39\x39\x39\x39\x67\x95\x68\xef\xdf\xbf\x97\xa9\xd9\ \xe3\x54\x26\x27\xb8\xf4\x92\x4b\x18\x1b\x1b\x23\x68\xd6\x59\x98\ \x9b\xc1\x32\x25\xed\xa0\xc5\x81\x7d\xfb\xe8\xed\xed\xa5\xd2\x53\ \x66\xd7\x9e\xbd\xc4\x4a\x31\x3c\x3c\x48\xbd\x5e\x67\x61\xa1\x8a\ \x10\x50\xee\x29\x33\x35\x35\x85\xef\xbb\x58\x96\x45\x18\x87\x1c\ \x3b\x36\xc1\xca\x91\x21\x2a\x3d\x25\xe6\x66\xa6\xb1\x0c\xc1\xe8\ \x8a\x11\x82\x66\x93\xb9\xb9\x79\x5c\xc7\x66\x64\x70\x10\xcf\xf5\ \xa8\x35\x1a\xf4\xf7\xf5\xb1\x7e\x7c\x9c\x63\x13\x93\x94\x8a\x45\ \xce\x3d\xf7\x5c\x9a\xad\x26\x71\x14\x21\x10\x34\x1b\x0d\xb6\x6c\ \xdb\xca\x25\x97\x5d\x4a\xaa\x52\x76\xee\xdc\xc1\xb7\xbf\xf5\x4d\ \xca\xa5\x22\x4f\x3d\xf9\x38\x87\x0e\x1d\xa2\xdd\xaa\x13\xb6\x5b\ \xcc\xce\x1e\xcf\x73\xda\x39\x39\x39\x67\x9f\x68\x87\x49\x44\x63\ \x6a\x92\x83\xfb\xf6\x10\x35\xeb\x04\x9b\x2f\xa4\x51\x6f\x10\x77\ \xda\xac\x5a\x39\x42\x1c\x46\x4c\x1e\x39\xc4\xf0\x50\x96\xcf\xb6\ \x1d\x0b\x9d\x24\x48\x53\x60\x5a\x12\xbf\xe0\xd2\xd3\xd3\x03\x42\ \x33\x35\x35\x49\xaa\x12\x84\xd4\xb4\xdb\x2d\x4a\x05\x87\x76\xab\ \x46\x14\x46\xcc\xcd\x4c\x23\xa4\xc4\x90\x9a\x38\xec\x10\x34\xeb\ \x99\xe1\x82\x56\xb8\x96\x89\xeb\xba\x34\x1b\x4d\x4a\xc5\x12\x93\ \x13\x13\x7c\xe8\x83\x77\x61\x9b\x26\x52\x88\x6c\x96\xb6\x52\x6c\ \xde\x7c\x11\x77\xde\xf5\x41\xbe\xff\x83\x1f\x60\x00\x47\x0f\x1d\ \x62\xa0\x52\xe1\xc5\x6d\x5b\x09\xdb\x01\xae\xef\x92\x84\x01\x51\ \x58\xc7\x90\xb9\xa1\x6f\x4e\x4e\xce\x59\x28\xda\x0b\xf3\x8b\xa8\ \x34\x25\xec\xb4\x98\x98\x9c\xe0\xe8\xd1\xc3\x8c\xad\x5e\x4d\x27\ \xea\x60\x48\xc9\xd4\xf4\x31\xc2\xb0\xc3\xdc\xdc\x1c\x9d\xb0\x83\ \x56\x8a\x42\x21\x6b\x7d\x5e\x1a\xa6\xb2\x94\x87\x16\x5d\x81\x4d\ \xd3\x14\x29\x04\xed\x56\x8b\xbe\xfe\x3e\x84\x14\xf4\xf4\xf4\x20\ \xa5\x64\xdd\xda\x75\x68\xad\x58\xb5\x6a\xd5\xb2\xaf\xa3\x69\x58\ \x24\x71\x82\xe3\x3a\x0c\x0d\x0d\xb1\x7e\xfd\x7a\x86\x86\x87\xa9\ \xd7\xeb\x1c\x9f\x3e\x4e\x6d\x71\x91\x34\x4d\x29\x14\x7c\x2e\xb9\ \xe4\x12\x82\x20\xe0\x0f\xff\xe3\x7f\x44\x6a\x4d\xb5\x50\x20\x6c\ \xb7\x51\x4a\x63\x3b\x16\xa9\x76\x71\x3a\x36\x9e\xe7\x91\xaf\x43\ \xe6\xe4\xe4\x9c\x75\xa2\xbd\x6b\xe7\x4e\xca\xe5\x32\xa6\x14\x6c\ \x9b\x79\x81\xde\x4a\x2f\x51\x94\x66\x8e\x27\x13\x13\x54\x17\xaa\ \x44\x61\xc8\xd1\x23\x13\x98\xb6\x45\x9c\x2a\x3a\x49\x82\xdf\xad\ \x12\xe9\x74\x3a\xcb\x23\x56\x7d\xdf\x67\x6a\x6a\x8a\x30\x0c\xb1\ \x2c\x8b\xb5\xa3\xa3\x5c\x70\xc1\xf9\xec\xdf\x7f\x90\x7d\x7b\x0f\ \x2c\x97\x04\xae\x58\xb1\x82\x5d\xbb\xf6\x60\x59\x26\x57\x5c\x71\ \x05\xfb\x0f\x1f\x66\xe7\x81\xfd\x0c\xf4\x0f\x64\xd5\x2a\x96\x9d\ \xa5\x63\x2a\x15\x2c\xc7\x5e\x1e\x42\x3e\x3f\x37\xcf\x5f\x7e\xe1\ \xbf\x73\xf4\xc8\x11\xa2\x30\xc4\x14\x82\x46\x33\x9b\xd5\x2d\x84\ \xc0\x71\x3c\xc2\x38\xc1\x75\x7d\x5c\xd7\xcf\xab\x47\x72\x72\x72\ \xce\x3e\xd1\xb6\x1d\x07\xd3\x34\x30\xa4\xc4\x71\x5c\x2e\xdc\xbc\ \x99\x6a\xb5\xca\xc1\xfd\xfb\x59\x9c\xaf\x12\x04\x41\xe6\x72\xde\ \xdf\x4f\xbb\xdd\x26\xd5\x31\xa9\xd6\x84\xdd\x06\x1c\xd3\xcc\x6c\ \xc2\xa4\x94\x94\x4a\x25\x66\x66\x66\x18\x1e\x1e\xc6\xb6\x2d\x82\ \x76\x9b\xe3\xc7\x67\x68\xb7\xdb\x28\xa5\x68\xb5\x5a\xec\xd8\xb1\ \x83\xa5\xaa\xec\x66\xb3\xc9\x40\x7f\x3f\x05\xdf\xc7\xb2\x2c\x34\ \x9a\x20\x68\xb1\x72\xe5\x0a\x9e\x7f\xfe\x39\xa6\xa7\x8f\xf3\xf2\ \xae\x1d\xcb\x73\xeb\xb7\xbd\xb0\x8d\x97\x5e\xde\x4e\xbb\x1d\x50\ \xf4\x0b\x98\x48\xfa\x7a\xca\xb4\x9a\x4d\xca\xe5\x32\x96\x63\xb3\ \x58\xaf\x63\x5a\x76\xee\x56\x9d\x93\x93\x73\x76\x8a\xb6\x42\xa0\ \xa5\xc1\x8a\xd1\x15\xa4\x69\xca\xcc\xec\x0c\x47\x8f\x1c\xe5\xd8\ \xf1\xe3\x90\x64\xb3\x7f\x17\x16\x16\x10\x42\xd0\x6c\x36\x31\x6d\ \x1b\x0c\x49\x9a\xa6\xcb\xc6\xbf\x52\x4a\x8a\xc5\x22\x51\x14\x31\ \x37\x37\x97\xcd\x31\xd1\x8a\x95\x2b\x57\xb0\x66\xcd\x1a\x3c\xcf\ \xe7\xc0\xbe\x83\x74\xc2\x2c\x2a\x3f\x7a\xf4\x28\xe7\x9d\xb7\x91\ \x5a\xad\xc6\xfe\x03\x07\x98\x98\x9c\xc0\xb4\x24\xd5\xc5\x79\x9e\ \x78\xe2\x31\x0e\xec\xdd\x87\xeb\xb8\x34\x1a\x75\xa4\x65\x01\x1a\ \x29\x35\xa2\x3b\xf0\xa6\xe0\x7b\xb8\xb6\x4d\x1a\x67\xee\x37\xf3\ \x73\xf3\x14\x4b\x1a\xc3\x34\x31\x4c\x0b\xcf\xca\x3c\xf6\x72\x72\ \x72\x72\xce\x3a\xd1\x2e\x16\x8b\x0c\x0e\x0e\xb3\x30\x57\x25\x4d\ \x13\x0c\xcb\xa2\x5e\x6f\x60\x20\x30\x3d\x0f\x94\xc6\xf3\x32\x73\ \x04\xcb\x76\xd0\x68\xd2\x34\x25\x8a\x22\x6c\xdb\xc6\x71\x1c\x5a\ \xad\x16\x73\x73\x73\x04\x41\x80\x94\x92\x7d\xfb\xf6\xb1\x66\xcd\ \x18\x13\x13\x93\x48\x43\x60\x19\x16\xd2\x90\x38\x8e\xb3\xec\x8e\ \xf3\xf4\xd3\x4f\x33\x3e\x3e\x8e\x56\x3a\xab\xdf\x96\x92\xa0\x15\ \x70\xf4\xe8\x04\x9d\x4e\x88\x69\x98\xf4\xf4\x54\x88\xd2\x84\x56\ \x3b\xc0\x71\x5c\xa4\x21\xb1\x0c\x49\xb1\x58\xc0\x14\x92\x5a\xa7\ \x4d\xbb\xdd\xce\x26\x6f\xa1\x89\x92\x98\x46\xab\x45\xb5\xb6\xc8\ \xca\x55\xab\x91\x32\x17\xee\x9c\x9c\x9c\xb3\x4c\xb4\x1d\xd7\x63\ \xef\xbe\xbd\xd8\xdd\xfc\xb4\x6d\xdb\x74\xc2\x08\xbf\x50\xc2\x34\ \x8c\x6c\x54\xa3\x86\x38\x8a\x40\x4b\xb4\x01\x96\x80\x28\x8a\x00\ \x96\xbb\x22\x85\x10\xd4\xeb\x75\x5c\xd7\xed\x76\x4c\xa6\x0c\x0e\ \x0e\xd0\x0e\xda\x04\xba\xcd\xfc\xfc\x3c\x85\x42\x81\xcd\x9b\x37\ \xd3\xdf\x3f\x40\x10\xb4\x39\x72\xe4\x08\x5b\xb6\x6e\xa1\x5e\xaf\ \x61\x5a\x06\xa0\xa9\x37\x6a\x40\x8a\xed\x58\xd8\xb6\x85\x8e\x35\ \x42\x68\x52\x15\xd3\x09\xdb\x18\xae\x8b\x6b\x9b\x18\x18\x18\x42\ \xd2\x0e\x02\x56\x8d\x8e\x52\xea\xa9\x30\x71\xec\x18\x8d\x56\x40\ \x18\xc5\x58\xb6\x93\x7f\xba\x39\x39\x39\x67\x9f\x68\x2f\x54\xab\ \x2c\x2c\x2c\xe2\x58\x06\xc5\x52\x09\x21\x24\x9d\x30\xc2\x30\x2d\ \xc2\x30\x5a\x1e\xce\x9e\x44\x31\x69\x92\x80\x02\x61\x64\xa6\xbf\ \x4a\x65\x83\xd4\xe3\x38\xce\x3a\x1b\xa5\x5c\xae\x22\x91\x52\xb0\ \x58\x5d\x64\x74\xd5\x4a\x0c\x99\x75\x38\x8e\x8f\x8f\x33\x3b\x3b\ \xc3\x8e\x1d\x3b\x51\x0a\x1a\x8d\x3a\xd3\x53\xd3\xd9\xc2\xa5\x63\ \x10\x45\x21\x6d\x01\x05\xcf\x47\x1a\x82\x38\x0e\xb3\x59\xc0\x42\ \x60\x18\x12\xcb\x34\x11\x64\x7e\x7b\x59\x04\x6f\x2c\x0f\x86\x6f\ \xb4\x9a\xd9\x2c\x93\x62\x19\x84\x41\xb9\x5c\x79\x6f\xda\x25\xe5\ \xe4\xe4\x9c\xdd\xa2\x3d\x35\x35\xc5\x62\xad\x86\x29\x20\x8c\x63\ \x04\xd0\x68\x34\xb2\x86\x16\x21\x70\x6c\x07\x74\x96\x12\x91\x88\ \x6c\xf8\x7a\xca\x72\xdb\xf9\x52\x6e\x5b\x75\x4b\x01\x33\x31\xcf\ \xfc\xe5\xaa\x8b\x8b\xac\xdf\x30\xce\x9a\xb1\x35\x6c\xdc\xb8\x91\ \x9d\x3b\x77\x32\x31\x31\x49\xa5\xd2\x4b\x1c\x67\xcf\xb1\x6d\x9b\ \x42\xa1\xc0\x62\xbb\x81\xd0\x82\x62\xff\x00\xe5\x62\x11\xcf\xf5\ \xb2\x4e\x4a\xb1\x64\x82\x0a\x68\x8d\x69\x48\x92\x24\x26\xec\x84\ \x84\x71\x1b\x9d\x64\xd6\x66\x86\x6d\x63\x3a\x2e\xd2\x30\x11\xa6\ \x89\x30\xb2\xc8\x3d\x27\x27\x27\xe7\xac\x12\xed\x46\xb3\x89\x00\ \x52\xa5\x58\x58\x58\xc0\xb1\x6d\x6c\xdb\xa6\xd9\x6a\x61\x08\x89\ \x69\x98\x78\x8e\x83\x5d\x2c\xe2\x7b\x3e\xed\x4e\x8b\x76\x3b\xc8\ \x52\x23\xdd\x28\xdb\xf7\x7d\x82\x20\x58\x9e\xf4\xb7\x58\x5d\xa4\ \xdd\xe9\xd0\x3f\x32\xcc\x9e\x3d\x7b\xd8\xb3\x7b\x0f\x51\x18\x2d\ \x8f\x52\x4d\xd3\x04\xd7\x75\x31\x4d\x93\x6a\xb5\xba\xbc\x33\x96\ \x65\xe2\x79\x2e\x9d\x76\x1b\x53\x1a\x99\x3b\xb4\xcc\x2c\xed\x35\ \xba\x3b\xef\x44\x64\xa3\x61\x95\xc6\x10\x26\xcd\x4e\x0b\x84\xa0\ \xe8\x38\x14\x8b\x45\xca\xbd\xbd\x28\x21\x18\x19\x1e\x26\x7d\x2f\ \x7b\x26\xe5\xe4\xe4\x9c\x9d\xa2\x6d\x21\xd0\x52\x62\x9a\x0e\xb5\ \xc5\x45\x86\x07\x87\x11\x42\x50\x8d\x16\x48\x50\x48\x43\xe0\xfa\ \x2e\xa5\x42\x91\x82\xeb\x61\x90\xa2\x55\x4c\xa7\xdd\xc9\xba\x19\ \x6d\x13\x69\x08\x6c\x53\xd2\xa8\xb7\x31\x2c\x13\x2d\x14\xb5\x5a\ \x15\xcf\x36\x40\x69\x6a\xf5\x06\x61\x18\x62\x48\x89\xe7\x3b\xf8\ \xbe\x87\x61\x18\x99\xeb\xb3\x4e\x40\x68\x04\x12\xa5\x45\x16\xe5\ \x87\x1d\xd0\x29\x42\x08\x44\x77\x86\x36\x48\xe2\x38\x25\x8e\x15\ \x85\x82\x4d\xd8\x6e\x63\x38\x2e\x56\x92\x22\x2d\x0b\xd3\x34\x29\ \xf8\x1e\x7e\xa9\x88\x61\x59\xf8\x4e\x3e\xe5\x2f\x27\x27\xe7\x2c\ \x14\xed\x95\x23\xc3\x04\xad\x80\xe9\xe9\x19\x0c\xc3\x24\x68\x75\ \x30\x6d\x83\x54\x2b\x6c\xcb\x22\x8c\x63\xa4\x14\x68\x95\x12\x47\ \x1d\x92\x38\x24\xea\x74\x90\x68\x1c\xdb\x44\xe9\xcc\x4d\xdd\x34\ \x0d\x2c\xdb\xa4\xdd\xe9\xd0\x0e\xdb\xcc\x2f\xcc\x21\x54\x8a\xeb\ \xb8\xdd\xf9\xdb\x92\x28\x8a\x48\x92\x84\x54\xc5\xd4\xea\xd5\xcc\ \x6c\x21\x8a\x40\x83\x94\x16\x52\x08\x92\x24\x13\x6b\x04\x38\xae\ \x43\x9c\x2a\x92\x38\x45\x2b\x50\x02\xb4\xd2\x98\xd2\x44\x78\x05\ \x4c\xc3\x20\x8a\x22\x3a\x51\x88\xd9\x6e\xd1\x69\x07\xb4\x9a\x0d\ \xda\x9d\x0e\xbe\x65\x23\xf3\x81\x51\x39\x39\x39\x67\x9b\x68\x2f\ \xd6\xb2\xd9\x20\x61\x18\x52\xae\xf4\x60\x9a\x12\xcf\xf5\xb2\x94\ \x84\xd6\x59\x05\x89\xd6\xc4\x71\x8c\x8a\x63\x1a\xcd\x26\xed\x76\ \x1b\xcf\xf3\x71\xfd\x02\x5a\xa7\xc4\x69\x4a\x9c\xa4\xd9\x34\xbe\ \x38\x42\x0a\x81\x61\x9c\x68\xba\x91\x52\x62\xdb\x36\x69\x9a\x12\ \x86\x21\xb5\x5a\x8d\xa8\x6b\x07\x96\xa6\x8a\x4e\xd8\x21\x49\x34\ \xda\xce\x6a\xbe\xb3\x8e\xc6\xec\xb9\x3a\xc9\x66\x88\x48\x29\x91\ \x86\x41\xaa\x52\xc2\xb0\x4d\xa1\x50\xec\x56\xaa\xd4\xf0\x3d\x87\ \x52\xb1\x08\x5a\xb3\xb0\x30\x47\xab\x15\xd0\x09\xdb\x88\xbc\x56\ \x3b\x27\x27\xe7\x6c\x13\xed\x20\x08\xf0\x3d\x1f\x80\x4e\xbb\xcd\ \xea\xb1\x31\x84\x21\xb1\x5d\x8b\xda\xe2\x22\x9e\x9f\x19\xee\x7a\ \xb6\x83\xd0\x9a\x4e\x27\x22\x4d\x21\xe8\x74\xb0\x12\x0b\x85\x26\ \x8c\x12\x4c\xd3\x04\x69\x80\x90\x98\xa6\xdd\x75\xa6\xe9\x2e\x62\ \x2a\x88\x13\x45\x9c\x28\x10\x9a\x28\x4e\x59\x4a\x37\xa7\x1a\x2c\ \xc7\xc1\xf4\x2c\x4c\x23\x5b\xe0\x34\x0c\x23\x13\xf3\x4e\x48\xaa\ \x41\x48\x99\x55\x8a\x08\x49\x12\x85\xb4\x1a\x75\x74\x9a\xe0\xda\ \x03\x58\xa6\x24\x89\x63\x6c\xcb\xc0\x73\x6d\x2c\xc3\xc0\x94\x3a\ \x9b\x39\xfb\x16\xc9\xd6\x3c\x4f\x9f\x5a\xc9\x33\x2e\x39\x39\x39\ \x67\x54\xb4\x95\x10\xb8\x5e\x36\x4e\xd5\x34\x4d\x4c\x33\x4b\x71\ \x20\x75\x16\x29\x0b\x49\x92\xa4\xdd\x34\x86\xee\x0a\x97\x26\xea\ \x84\xc4\x66\x82\xd2\x9a\x76\xbb\x8d\x5f\x2c\x64\x39\x68\xc3\x44\ \x48\x49\xab\xdd\x26\x8a\x23\x8a\xdd\x0b\x42\x1c\xc7\x28\xa5\x96\ \x4b\x03\xb3\x28\x3b\xa5\xd3\xe9\x64\x42\x6d\x8a\xcc\x8c\x37\x4d\ \xf0\x1d\x9b\x54\x64\x0a\x99\x24\x69\x56\x35\x62\x99\x48\xc3\xc4\ \x54\x1a\xcf\xb1\x49\xc2\x10\xdb\x34\xf0\x1d\x87\xc9\xf9\x39\x4c\ \x43\x52\xf2\x3d\x0c\x09\x3a\x4d\x49\xe2\xf0\x2d\x79\xa6\x0a\x21\ \x48\xd3\x84\x4e\xa7\x7d\xd2\xfc\x12\xb1\xfc\x58\x14\x85\xa4\x69\ \x4a\x6e\xc8\x9a\x93\x93\x73\x46\x44\x3b\x4d\x13\x92\x6e\x74\x1b\ \x04\x01\xb3\xb3\xb3\x28\xad\x49\x54\x4c\xd8\xe9\x30\xaf\x15\xbe\ \xeb\xa2\xcb\x3d\xd8\x86\x01\x02\xc2\x38\x9b\x6f\x2d\xb5\x06\x21\ \x30\x4c\x93\x28\x8a\x51\x5a\xe3\x79\x1e\x41\xd0\xa6\xd1\x6c\x70\ \xfc\xf8\x0c\x7a\x60\x00\xaf\xe0\x13\x45\x11\x51\x9c\x59\x8b\x99\ \x96\x45\xa1\x50\xa0\xd9\x6c\xd2\x09\x43\x5a\x41\x40\xdc\x08\x50\ \x69\x44\xd1\xf3\x18\xec\xef\xc3\x71\x1d\xc2\x30\xc2\x44\x92\x24\ \x09\xa6\x4d\x26\xdc\xdd\xd6\xf9\x30\x8a\x48\xd2\x94\x56\xab\x49\ \x14\x86\x59\x0a\x27\x4d\xf1\x7d\x1f\x43\x4a\x2a\x95\xde\xb7\x5c\ \xa7\xad\x95\x66\x71\x71\x91\x81\x01\x7b\x79\x18\x95\x94\x99\xbb\ \x4e\xd0\x6a\xa2\xb5\x22\xf7\x0b\xce\xc9\xc9\x39\x23\xa2\x1d\x45\ \x11\x71\x12\x23\xa4\x5c\x2e\xdb\xf3\x0b\x05\xe2\x34\xc2\x30\x4c\ \x54\x12\x93\x74\x5d\xd7\xc3\x30\xcc\xca\xed\xa4\x24\x49\x15\x69\ \xd0\x41\x69\x8d\xd2\x1a\xcb\x96\x44\x49\x4a\xd0\x0a\xb0\x1d\x1b\ \x19\x18\xcc\xce\xcf\x23\xa4\x64\xc4\x71\x10\x96\x85\x30\x4c\x92\ \xb8\x43\x27\x8a\xf1\x8b\x82\x30\x8e\x69\x87\x21\x5a\xb1\x6c\x24\ \x6c\x9a\x26\x85\x42\x81\x72\xb1\x40\xe2\xa7\xc4\xa9\xe2\xf8\xec\ \x1c\x71\x92\x40\x18\x61\xa2\x41\x9a\xf4\xf6\x0f\xa2\x85\x81\x12\ \x06\x6e\xa1\x84\xe7\x17\x11\xd2\x64\x68\x64\x80\x34\x49\xe8\xed\ \xeb\x47\xe9\x1f\xbe\xe4\x4f\x6b\x8d\xe7\xfb\xac\x5e\xbd\x96\x23\ \x87\x0f\x52\x28\x16\x71\x6c\x07\xad\x53\xa2\x28\x66\x70\x68\x05\ \x61\x18\xa2\xf2\xc6\x9d\x9c\x9c\x9c\x33\x21\xda\x41\xbb\x4d\x10\ \x04\x24\x49\x4c\xa1\x50\x58\x4e\x93\x38\xc2\x41\x99\x29\xed\x20\ \x21\x0c\x43\xda\xed\x36\x42\x29\x94\xd6\x44\x61\x4c\x92\xa4\x24\ \xea\xc4\xd0\x28\xc7\xf7\xb1\x35\x68\x5f\x10\x04\x01\x96\xe5\x60\ \x59\x0e\x2a\x05\x81\xc4\x32\x6c\x24\x1d\xd2\x44\xd1\x6c\xb4\x28\ \xf8\x45\xb4\x12\x68\x95\x75\x57\x6a\x91\x2d\x56\x7a\x9e\x47\x7f\ \x7f\x3f\xc5\x82\x8f\x56\x8a\x85\x5a\x7d\xd9\x36\xac\x1d\x76\x90\ \x3a\xa5\x58\x2a\xe1\x16\x4a\x04\x61\x84\xe5\xfa\x88\x76\x88\xb4\ \x1c\x66\x66\x17\x68\xb6\x3b\x24\x71\x42\xef\xd0\x08\x52\xfc\xf0\ \x79\xed\x25\xeb\xb4\x95\xa3\xab\xf0\xfd\x02\xb3\xb3\x33\x24\x49\ \x84\xeb\xb8\x8c\xac\x58\x45\xb1\xd4\xc3\xd4\xb1\x09\xf2\xc6\x9d\ \x9c\x9c\x9c\x33\x26\xda\x51\x14\x11\xc7\x31\x41\xbb\x8d\xdf\x6a\ \x11\x25\x31\xad\xa0\x89\xd6\x9a\x82\xeb\x2e\xa7\x4e\x74\x92\xa0\ \x65\x96\x9a\x48\xd3\x14\x69\x18\x68\x01\x5a\x0a\xa2\x28\x42\x03\ \xbd\xbd\xbd\x34\x5b\x2d\x0a\x85\x02\x71\x27\xa4\xb7\xaf\x97\xc1\ \xc1\x21\xaa\x8b\x55\x44\x53\x62\xbb\x0e\x9d\x4e\x07\xc7\x73\x51\ \x68\xaa\xb5\x45\x4c\xd3\xea\x2e\x62\xa6\xb4\xdb\x6d\xe6\xe6\xe6\ \xa8\x2d\x1a\xd4\x6a\x35\x12\x95\x8d\x81\x2d\x57\x7c\x4c\x69\x90\ \xc4\x31\x5a\x9a\x2c\x2c\xd6\x31\x4d\x13\xcb\x71\x09\xc2\x98\x30\ \x51\xd4\x5a\x01\x07\x8f\x4c\xd0\x6c\x35\x29\xf7\xf5\x61\x18\x6f\ \x7d\x31\x52\x29\x85\x5f\x28\x30\x5e\xde\xb0\xfc\xb3\x34\x4d\x51\ \x2a\xed\x0a\x76\x9e\x1f\xc9\xc9\xc9\x39\x03\xa2\x6d\x48\x41\xb1\ \x54\x42\xc7\x99\x31\xaf\xe7\x79\xc4\x69\x16\x3d\xa7\x49\x42\x4f\ \xa5\x07\xdf\x71\x21\x4d\xa9\x2d\x2c\x60\x5a\x16\x8e\xeb\x12\x45\ \xd9\x5c\x92\x44\xa5\xb4\xbb\x8b\x89\x71\x12\x67\x8d\x30\x42\xe3\ \x17\x7c\x6a\x8b\x55\x3c\xcf\xa3\xa7\xd2\x43\xab\x1d\xa0\xc9\xa2\ \x58\xa5\x14\xe5\x72\x19\xdf\xf7\x99\x9e\x9e\x26\xee\xb6\xc2\x9b\ \x96\xc0\x30\xb3\x39\x25\x56\xa1\x90\x95\x0a\x9a\x59\x19\x60\x9c\ \x64\x36\x66\x41\xd0\x66\x22\x9c\x26\x8e\x62\x7a\x7a\xca\xdd\xaa\ \x15\x93\x24\xd5\xf4\xf6\x0d\x30\x5f\xad\xa1\xb4\x40\xa5\x6f\x5f\ \x54\x75\x77\xee\x89\xec\xce\x5f\xc9\x16\x20\x73\x72\x72\x72\xce\ \xa0\x68\x5b\x86\x43\x4f\xa9\x42\x6d\xae\x8a\x65\x59\x54\x2a\x15\ \x82\x4e\xc0\xd0\xf0\x20\x9d\x76\x1b\xcb\x32\x88\xa3\x10\x4b\x1a\ \xd8\xb6\x8d\x34\x2d\x84\x0c\xb3\x26\x19\x29\x89\xe3\x84\x34\xd5\ \xa4\x08\x52\x2d\xe8\xe9\x1f\x60\xa6\xba\x48\xaf\x65\xd3\xd3\x53\ \xa1\x56\xab\x71\xf8\xf0\x61\x1a\x8d\x06\xed\x76\x9b\x4a\xa5\xd2\ \xcd\xa1\x67\xd5\x22\x71\x92\x20\x0d\x89\x8a\x3b\x48\x6c\x0c\x43\ \x12\x27\x31\x18\xe0\x7a\x1e\x4a\x77\x5b\xd8\xd3\x04\xcb\x34\x31\ \x4c\x83\x20\xe8\x60\x9a\x26\xcd\x56\x40\x1c\xc7\x14\x8b\x45\x8e\ \xcf\xcc\xb2\x6a\xd5\x2a\x3c\xcf\x43\x29\x8d\x69\x59\x6f\xeb\xc0\ \x18\x86\x41\xb5\x5a\xe5\x8b\x7f\xf5\x57\xcb\x62\xfd\xf3\x3f\xff\ \xf3\x0c\x0f\x0d\xe5\xdf\x9a\x9c\x9c\x9c\x33\x27\xda\x51\x10\x71\ \xf4\xe0\x11\x16\xe6\xe7\xd1\x5a\x31\x71\xf4\x30\x61\x1a\xe3\xb9\ \x2e\xd2\x10\x98\x86\x41\xa7\xd9\xc4\x31\x0d\xd2\x28\x01\x61\x61\ \xba\x3e\x5a\x0b\x6c\xcb\xa1\xd2\x37\x80\xe3\xb8\x34\xda\x6d\x16\ \x9b\x0d\xda\x89\x02\xd3\x21\x08\x15\x06\x92\x7a\x75\x81\x66\xbd\ \x81\xe3\xba\xa8\x24\xa5\x54\x2c\x32\x31\x39\x89\x34\x4d\x16\x1b\ \x75\x1a\xad\x26\xbe\xe7\xe1\xd9\x16\x8e\x6d\xe1\x38\x16\x03\x43\ \x7d\x58\xb6\x49\x94\x84\xa8\x54\x21\xa5\xc6\x10\x1a\xa1\x53\x84\ \xd6\x58\xa6\x04\x14\x86\x34\xc0\x94\xa0\x53\x94\xd2\xb4\x83\x26\ \x05\xdf\x23\x0a\x3b\xf8\xbe\xfb\xd6\xdb\xd8\x35\xcb\x77\x03\x97\ \x5f\x7e\x39\xf7\xdd\x77\x1f\x77\xde\x71\x07\x7d\xbd\xbd\x79\xb4\ \x9d\x93\x93\x73\x66\x45\xbb\x54\x2e\x70\xe0\xc0\x7e\x62\x15\x31\ \x38\x30\x80\xe9\xd8\x14\xdc\x12\xd2\xc8\x6a\xab\x0d\x24\xae\xeb\ \x41\x9a\x95\xf4\x39\x8e\x09\x68\x7a\xca\x25\x56\xaf\x19\xc3\xb4\ \x1d\x16\x6b\x75\xc2\x34\xa6\xe8\xfb\x48\xa1\xe9\xe9\x29\xe1\xda\ \x36\x49\xa7\x6b\x63\xe6\x66\x29\x97\x38\x8e\x99\x9a\x9a\xc2\x30\ \x0c\x76\xef\xde\x4d\x10\x04\x38\x8e\x43\x9a\xa6\xa4\x2a\x9b\xa1\ \xad\x75\x36\x65\x30\x49\x63\x2c\xcb\x42\x0a\x03\x10\xc4\x49\x8c\ \x61\x5a\x0c\x0c\x0c\xd0\x6c\xb5\xa8\xd5\x6a\xcb\x35\xde\x4b\x75\ \xdf\x52\x4a\x2a\x95\x0a\xb6\x6d\x53\x2a\x95\xde\x92\x68\x2f\xb5\ \xd0\x47\xdd\x29\x87\xd7\x5d\x7b\x2d\xe3\xe3\xe3\xcb\x11\x76\x9c\ \x24\xf9\x12\x64\x4e\x4e\xce\x99\x13\x6d\x29\x35\x61\xd4\xc1\x72\ \x2c\xfc\x52\x91\x55\xab\x57\x13\x45\x21\xd2\x10\x44\x71\xd6\x50\ \xe3\x3b\x2e\x06\x9a\xb9\x99\x19\xca\xc5\x12\x9e\x57\xa4\x15\xb4\ \x68\xd5\x6b\xcc\xcc\xce\xb2\x58\x6f\xe0\xf8\x3e\xa9\x4e\x49\x33\ \xcf\x04\xe2\x34\xc9\xec\xc1\x80\x4a\xa5\x07\x05\x54\xab\x55\xd2\ \x54\xe1\xba\x2e\x8b\x8b\x8b\x78\x9e\x87\xe3\x38\xc4\x51\x44\x12\ \xc7\x98\xa6\x85\x10\x50\xaf\x37\x69\x36\x33\x43\x05\x29\x4d\x94\ \x4a\x31\xa4\x49\xbb\x13\xb2\x7a\xcd\x00\xa5\x72\x19\xad\x35\x41\ \x10\xd0\x6a\xb5\xb2\xa6\x1e\x21\xb2\x5c\x78\xb7\xae\xfa\xed\x2c\ \x14\xba\xae\xc7\xcc\xf1\x29\x46\x57\x8d\x91\x24\x09\xa3\x2b\x57\ \x66\x0b\xaf\x52\x52\x5d\x98\xc7\xb4\xcc\xe5\x12\xc5\x9c\x9c\x9c\ \x9c\x77\x55\xb4\x35\x29\xc5\xa2\xc7\xc0\xc8\x08\x2b\x47\x47\x69\ \x06\x2d\xbc\x42\x66\x42\xa0\xe2\x08\xd0\x2c\xd4\xaa\x18\x40\xab\ \x1d\x10\x85\x21\xa5\x42\x87\xa4\xdb\x87\xae\x92\x88\x9e\xa2\x4f\ \x94\x24\x99\xbd\x97\x4e\x51\x1a\xb4\x56\xb4\x5b\xad\x4c\x90\x93\ \x14\xd7\xf7\x70\x1d\x97\xa0\x93\x75\x4a\x2e\x2d\xec\x09\x01\xa6\ \x69\x11\x06\x1d\x6c\xd3\x06\x9d\xe5\xba\xb5\x82\x38\x4e\x88\xe3\ \x0e\x49\xac\xb0\x2d\x49\x1a\x27\x1c\x3c\xb0\x1f\x84\xa0\xd9\x6a\ \x65\xaf\xdf\xb5\x3e\x4b\xe2\x84\x30\xec\x30\x33\x73\x9c\x76\xbb\ \xcd\xe8\xe8\xca\xe5\x08\xfc\x87\xca\x8c\x68\xcd\xe8\xea\x31\xe6\ \x66\x67\x90\xc2\x60\x70\x78\x64\xb9\x0c\x70\x61\x7e\x9e\xea\xc2\ \x3c\x95\x9e\xde\xac\x7b\x33\x27\x27\x27\xe7\xdd\x16\xed\x42\xc1\ \x63\xc5\xe8\x08\x5a\x1a\x59\xde\x59\x68\x8e\xcf\xce\x30\x5f\x9d\ \xc3\xb1\x6c\xd6\x8e\x8d\x91\xa6\x29\x26\x9a\x81\x81\x41\x84\x4a\ \x11\x5d\xc1\x76\x5c\x17\x50\x48\xd3\x22\x8a\x63\x84\x90\x44\x71\ \x42\xbb\xd3\x41\x20\xd0\x8e\x83\x59\x31\x48\x92\x2c\x35\xe2\x17\ \x7c\x6c\xd7\x26\x55\x29\x73\xd5\x2a\xc7\xa6\x8e\x23\x05\x58\x66\ \x77\x66\x89\x65\xa1\xc9\xa2\xea\x52\xb9\x84\x6d\xdb\xd4\x6a\x0d\ \x6a\x8b\x4d\x92\x38\xc5\xb2\x1c\x52\x3b\xc1\xb4\x4c\x1c\xdb\xc4\ \xb6\xb3\x79\x25\x8e\xe3\x92\xa6\x29\x86\x91\x55\x9e\x24\x71\x84\ \x4a\x93\x65\xb1\x3d\x55\x94\x21\x8e\xb3\x01\x59\x51\x1c\xc3\x92\ \xc9\x42\x97\x30\x0c\x71\x5d\x8f\xb5\x6b\xd6\xb0\x77\xcf\x2e\xe6\ \xe6\x67\x70\x1d\x37\xab\x25\x57\x8a\x91\x95\xa3\xc4\x49\x4c\x18\ \x76\x4e\x04\xf3\x02\x94\x56\xdd\xfb\x8a\x9c\x9c\x9c\xf7\x32\x99\ \x9e\xbc\x73\x5a\x20\x1e\xb8\xff\x1b\x5a\x6b\xe8\x84\x21\xb6\x9d\ \xb5\x6d\xc7\x49\x42\x9a\x26\xd9\xc4\x3d\xc7\x5d\xde\x01\x29\x44\ \xe6\x19\xd9\x55\x2a\xad\x15\x69\xaa\x30\x8c\xac\xc5\x9b\x6e\x33\ \xcb\x52\xa9\x9c\x4a\x15\x74\xa5\x6c\x29\x85\xb1\x54\xe1\x1c\x27\ \x31\x9d\x4e\x98\x95\xd4\x75\x1f\xb3\x1d\x1b\x81\x40\xc8\x6c\x3e\ \x9f\xd6\x9a\x54\xa9\xac\x36\x1b\x90\x42\x62\xd9\x36\x52\x0a\x54\ \xaa\x11\x02\x94\xd6\xd9\x7e\x75\x5f\x43\x6b\x45\x9a\xa4\x78\x9e\ \xc7\xe0\xe0\x60\xd7\x38\xe1\x04\x52\x4a\xe6\xe6\xe6\x68\xb7\xdb\ \xd9\xeb\xbd\x22\xcd\xa1\xb5\xa6\xbf\x7f\x00\xcf\xcb\x06\x65\x05\ \x41\x0b\x9d\xa6\x18\xa6\x89\xeb\xf9\x18\x46\x66\x8b\x56\xa9\xf4\ \x31\x38\x34\xbc\x7c\xb1\x98\x9e\x3a\x46\xab\xd5\xcc\x4a\x10\x73\ \x72\x72\xde\xb3\x82\xad\x95\x62\x6c\xed\xf8\x3b\xf5\x12\x4d\x11\ \x76\xda\x9a\x65\xc1\xd3\xcb\x82\x2b\xba\x19\xe9\xd7\x5e\xcc\x13\ \x99\x98\x0b\x01\xdd\xe7\x2c\xcd\x56\x7a\x33\xd9\xde\x25\x11\x3f\ \xe5\xcd\x9e\xe6\xb5\xb2\x85\x41\x71\xca\xb0\xaa\x37\xb1\x71\x54\ \xb7\xf6\xfb\xb4\xb7\x17\xa6\xb9\x5c\x7b\x7d\x3a\xe2\x38\x3e\x71\ \x1c\x4e\xb3\x8f\x4b\x3f\x3b\xf9\xf9\xe2\x15\x11\x7b\x4e\x4e\xce\ \x7b\x93\x77\x58\x0b\x9a\x66\x18\x86\xef\xb9\x83\xfa\x66\xf3\xd1\ \xaf\x75\x21\x79\xb3\x3f\xcb\xc9\xc9\x79\xaf\xa6\x47\xde\x39\x64\ \x7e\x88\x73\x72\x72\x72\x7e\x72\xc8\x45\x3b\x27\x27\x27\x27\x17\ \xed\x9c\x9c\x9c\x9c\x9c\x5c\xb4\x73\x72\x72\x72\x72\xd1\xce\xc9\ \xc9\xc9\xc9\xc9\x45\x3b\x27\x27\x27\x27\x27\x17\xed\x9c\x9c\x9c\ \x9c\xf7\x32\x79\xfb\x5e\x4e\xce\x7b\x9c\x37\x1a\x7e\xf6\xe3\xdc\ \x83\xf0\x93\xbc\xef\x3f\xc1\xa2\x2d\x10\x42\x93\xf7\xa6\xe4\xbc\ \x37\x05\x53\x82\x56\x3f\xc2\x49\x15\xa2\xdb\x40\xac\xb3\x71\x0f\ \x6f\x60\x40\x2d\x84\x20\x8e\x22\x82\xa0\x75\xfa\x5b\x71\x29\x29\ \x16\x8b\x08\x69\xbc\xb1\x00\x0a\x81\xd0\xef\xde\x04\x1e\x21\x04\ \x61\x18\xd2\x69\x07\xa7\x7d\xdc\x30\x0c\x0a\xc5\x22\x6f\x75\xe2\ \xe7\x8f\x6b\x97\xf3\x9b\x16\x6d\x29\xe4\x5b\x72\x37\x7f\xc3\xed\ \x9a\x26\x22\x4d\xc0\xb6\x31\x54\x4c\x14\xab\xdc\x7e\x31\xe7\xec\ \x11\x65\x29\xbb\x73\x74\xd4\x69\x02\x13\x81\x56\xe9\xf2\xdc\x9c\ \x37\x14\x44\x4e\x1f\xdc\x48\x21\xb3\xed\x67\xb1\x25\x4a\x29\x84\ \x90\xa4\xa9\xea\x3e\x8f\xd7\x14\xe4\xa0\xd5\x64\xfb\x0b\x5b\x89\ \xa2\xf8\xb4\x53\x31\xa3\x28\x64\x74\xd5\x2a\x36\x9e\x7f\xe1\x2b\ \x0c\x40\x44\x36\xd5\x93\xa5\xce\xe1\x4c\x24\x55\x9a\xbc\xee\xac\ \xa4\x1f\xd5\x45\x4a\x4a\x49\x6d\xb1\xca\x4b\xdb\xb7\xa1\xf4\xe9\ \x8f\x5f\x14\x86\xac\xdf\x70\x0e\x6b\xd7\x6f\x20\x5d\x1e\x69\x21\ \x90\xdd\x99\x45\x27\x5f\xe4\x0c\xd3\x42\xea\x94\x28\x4e\x33\xfd\ \x11\x12\xd3\x90\x24\x3f\x86\xf3\xf3\xdf\x94\x68\x0b\x01\x49\x92\ \x20\x0d\x83\x1f\xe5\xf4\x2a\xc3\x34\x38\xf8\xf4\x77\x38\x60\x6c\ \x66\x7d\xfa\x12\x07\xac\x0b\xb9\xed\xf2\x15\xc4\xb1\xca\xcf\xf6\ \x9c\x9f\x78\xa4\x61\x92\x76\x1a\xd4\x83\x08\xcb\xf1\xf1\x5d\xeb\ \x64\x35\xc7\x36\x02\x1e\xb9\xe7\x41\x2a\x57\xde\xca\xa5\xa3\x65\ \x92\xf4\xb5\xbf\xf7\x2a\x89\x48\xb5\x81\x6d\xca\x53\xce\x40\x21\ \xc4\xf2\xb9\x69\x9a\x06\xc7\xf7\x3c\xcd\x53\x87\x04\x37\x5e\xdc\ \xcb\xa3\xcf\x1c\xe2\xfa\x3b\xef\x64\x40\x86\xa4\xa7\x13\x7b\x69\ \x30\x39\x39\x81\x5f\x28\x72\xeb\x07\x6e\x3c\xed\xeb\xa6\x69\xc2\ \x23\x0f\x3d\x40\x38\x1e\x9e\x32\x0c\x4d\xeb\x84\x56\xbd\x45\x98\ \x82\x5f\xaa\x50\x76\x63\x1e\xff\xd6\x37\xe0\xa2\x3b\xb8\x6e\xd4\ \x25\x4a\x4f\xaf\x13\x49\xd8\x41\x9b\x26\xa6\x7c\x7b\xcb\x69\x86\ \x61\x70\xe8\xe0\x7e\x46\x46\x57\x73\xd1\xc5\x97\x9e\xf6\x77\x82\ \xa0\xc5\x63\xdf\xff\x1e\x6b\xc6\xd7\x9f\xd8\x6f\x95\x10\xa6\x60\ \x5b\x26\x1a\x8d\x10\x1a\xd2\x98\x97\x9f\x7e\x88\x19\xef\x02\x6e\ \xba\x7c\x0d\x2a\x01\x33\x9e\xe6\x3b\xf7\x3f\xcf\xb9\xd7\xdf\xca\ \xba\x8a\x45\xaa\x7e\x7c\xa4\x5b\x9a\xa6\xf9\xba\xb7\x00\xa6\xe5\ \xd0\x3a\xfc\x04\xff\xea\x37\x3e\xc7\xb3\x53\x1d\x6c\xd3\x40\x48\ \x13\xcf\xf7\xf1\x3d\x07\x29\x40\x18\x56\xf6\x7f\xd7\x41\x02\x86\ \x65\xe3\xfb\x3e\x9e\x63\x23\x00\xd3\x76\x29\x14\x7c\x7c\xcf\xc5\ \x94\xd9\x44\x3e\xd3\x76\xf1\xfd\x22\xad\xe3\xfb\xd9\x33\xd9\xa0\ \x6f\x74\x8c\x95\x03\x3e\xc2\xb0\xf1\xfd\x02\xbe\xef\x61\x9b\x12\ \x34\x48\x33\xdb\x7e\xc1\xf7\x71\x4c\xf9\x86\xb7\x34\x8e\xe3\x9c\ \x72\xe5\xb5\x2c\x0b\xeb\x6d\x7a\x46\xe6\xe4\xfc\x70\x01\x89\x45\ \xfd\xc8\x73\x7c\xfe\x3f\xff\x21\xff\xf5\xcf\xfe\x8c\x2f\x7d\xe7\ \x59\x9a\xca\xc2\x71\x5c\x7c\xbf\x80\x6b\xdb\x98\x22\x66\xe2\xd0\ \x21\xaa\x41\x8c\x94\x06\x8e\xe7\xe1\xfb\x1e\x96\x21\x40\x0b\x4c\ \xcb\xc1\x2f\x14\x28\x15\x5d\x5e\xfe\xf6\xdf\x70\xdf\xb6\x2a\xc5\ \xb2\xb7\x5c\x3d\x60\x98\x36\xd1\xf1\xe7\xf9\xbf\x7e\xe3\x5f\xf3\ \x83\x43\x4d\x5c\xd7\xa2\x5d\x3b\xce\xa1\xc9\x79\xa2\x76\x8d\x83\ \x87\x27\x89\x85\x8d\xd7\x3d\x4f\x4f\x87\x56\x8a\x52\xa9\xfc\x3a\ \xe2\x68\x62\xdb\xce\x49\x77\xd9\x02\xc7\x33\xd9\xf3\x83\xaf\xf3\ \x6f\xff\x9f\x3f\xe0\x0b\x5f\xfc\x4b\xfe\xf8\xf3\x7f\xcb\xcb\xd3\ \x4d\xa6\x0e\xec\x61\x3e\x75\x70\x0a\x1e\x96\xcc\x8c\x48\x2c\xc7\ \xed\x6a\x81\x8b\x6f\x07\x3c\xf8\xd5\xbf\x66\xeb\xb1\x0e\xa5\x82\ \x8b\x10\x99\xab\x95\xef\xfb\xd8\x96\xb1\xfc\xfb\x85\x82\x8f\x63\ \xbe\x71\x80\xa8\x35\x94\xcb\xaf\xbd\xef\xbe\x5f\xc0\x34\x4e\xe8\ \x9b\x34\x6d\x58\xd8\xcd\xe7\xff\xcb\x9f\xb3\x67\x51\xe3\x7a\x2e\ \xc1\xc1\xa7\xf9\xa3\x3f\xfd\x7b\xa2\xbe\xf5\xac\x1e\x28\xa1\xb5\ \xc4\xf1\x0b\xb8\x4e\xcc\xc1\xbd\x7b\xa8\x75\x14\xa6\x69\xe3\xf9\ \x3e\x9e\xeb\x60\x74\xa3\x70\xbb\xbb\xdf\xce\xc9\xfb\xbd\xf4\xff\ \x77\x58\xdf\xcd\xad\x5b\xb7\x72\xe9\xa5\x97\xbe\xe6\x44\x3c\x43\ \x44\xec\xd8\xf6\x12\xa9\x88\xd8\xb6\x75\x17\xd7\xaf\xbf\x96\xe0\ \xc8\x8b\x7c\xed\x9b\x0f\x31\x2d\x57\xf0\xa1\x4f\x7e\x82\x91\x60\ \x3b\x7f\xfd\xf5\xef\x52\x2f\x6f\xe0\x13\x3f\xfd\x61\xc4\xce\x87\ \xf9\x1f\x0f\x6f\xa3\xb0\xfe\x6a\x3e\x79\xd7\x35\x1c\x79\xe4\x6f\ \x79\x70\xcb\x04\xb2\xb4\x8a\x3b\x3f\xf2\x21\x2e\x1c\xb5\x79\xf1\ \xd1\x7b\x78\xf8\xb9\x43\x54\x67\x27\x58\xf9\x7e\x87\xe6\xc2\x21\ \x16\xcc\x21\x8e\x6f\x7f\x88\xbf\xff\xee\x0b\x74\x44\x89\xab\x3f\ \xf0\x61\x6e\xd8\xbc\x82\xf9\xdd\xcf\x70\xdf\x03\x8f\x33\x13\x59\ \x5c\x72\xf3\x47\xb9\xed\xe2\x15\xa4\x49\x7a\xda\xab\xef\xc2\xc2\ \x02\x5b\xb7\x6e\xe5\xc6\x1b\x6f\xc4\x34\x4d\x2c\xcb\xe2\xe5\x97\ \x5f\x66\x71\x71\x91\xab\xaf\xbe\x3a\xf7\x78\xcc\x79\x77\x6e\x61\ \xa5\x62\xf7\xb3\x8f\xb0\x30\x70\x23\x9f\xfb\xf5\x3b\x68\x2f\xd4\ \xb0\xcc\x90\x97\x1f\x7b\x88\x87\x9e\xdc\xcb\xe0\x25\xb7\xf1\xe9\ \x0f\xac\xc5\xb6\x2d\x0c\xd3\x82\xf6\x14\xf7\x7d\xfd\x3e\x76\x2d\ \x98\xdc\x70\xf7\xc7\x79\xdf\x39\x15\xf6\x3d\xf3\x1d\xee\xfd\x87\ \x97\x19\xbe\xf4\xfd\xac\x89\x9a\x3c\x75\xef\x9f\xd2\x3c\x78\x1d\ \x1f\xfb\xc4\xad\x54\x0c\x85\x61\x68\xf6\x6c\x7b\x81\x50\x28\x5e\ \xda\xfa\x22\xb7\x5e\x78\x1b\xd2\x30\xb3\xc0\xaa\x2b\x88\xe9\xc2\ \x3e\xbe\xf2\xb5\xe7\xb8\xec\xce\x9f\x62\xac\x2c\x48\x4e\x89\x18\ \x35\x52\x4a\x0c\xc3\x78\xfd\xf7\x62\x1a\x9c\x9c\x64\x11\x42\xd3\ \xaa\xb7\xd8\x70\xfb\xcf\xf1\xd9\x8f\x5c\xc1\x23\xff\xed\xdf\xf0\ \xad\x87\x5f\xe2\x7c\x3b\xe1\x1f\xbe\xf4\x9f\x38\x38\xb4\x92\x9b\ \x3f\xf4\x31\x2e\x59\x29\x79\xfe\xe1\x7b\x79\x78\xcb\x11\x56\x5c\ \x7c\x2b\x3f\x73\xc7\x39\xa8\xce\x2c\xf7\xfc\xf9\x7f\x62\xef\x2d\ \x77\xf3\x89\x6b\xd7\xf3\x83\x7b\xfe\x82\xe7\x8f\xc6\x5c\x7a\xdb\ \x47\xb9\x6d\x73\x1f\xcf\x3d\xf8\x75\xbe\xff\xc2\x14\xe7\xbe\xff\ \x6e\xee\xbc\x62\x03\x22\x89\x4f\xab\x81\x5a\x6b\x0c\x29\xdf\xd0\ \xe8\xc4\x34\xcd\xa5\x79\xa4\xa8\x54\xe1\x8f\x8c\x31\xe2\x54\x79\ \x61\xff\x14\x97\xad\x5e\xc7\xfe\xbd\x2f\x63\x0c\x6f\xa4\x98\xce\ \x32\x5b\xef\x61\x7d\x7b\x9a\xfb\xfe\xfa\x5e\xf6\xcf\xce\x71\x68\ \xde\xe1\x16\xdf\x66\x61\xdf\x53\x7c\xfd\xdb\x8f\x11\xf6\x5e\xc0\ \x27\x3e\x71\x27\x23\xc6\x22\xff\xf0\xd5\x7b\x78\xf6\x50\xc0\xe6\ \xf7\xdf\xcd\x1d\x57\xae\x64\xfb\x23\x5f\xe1\xe1\x2d\xc7\xd8\x70\ \xf5\xed\xdc\x79\xfd\x05\xc8\x38\x7e\xc7\xb4\x5b\xbe\x6e\x3e\x4d\ \x58\xc4\x8b\x7b\x79\xee\xa0\xc1\x2f\x7c\xf6\x13\x04\x3b\x9e\xe6\ \x48\x90\xb0\xf7\xc9\x6f\xb2\x47\x9f\xc7\xa7\x7f\xfa\x0e\x46\x8c\ \x19\xee\xfd\xf2\x7d\x18\x1b\x6f\xe6\xc3\xb7\x5e\x8d\xbd\xb0\x8d\ \xbf\xff\xf6\x8b\x5c\xf3\xd1\x8f\x51\x38\xf6\x34\x8f\x3e\xf5\x32\ \xbb\x76\x1f\x62\xd5\xd5\x77\x73\x45\xcf\x0c\xf7\x7f\x7f\x1b\x33\ \x7b\x9f\xe5\x9e\x1f\x1c\xe0\x8a\x3b\x3e\xc8\x05\x2b\x7b\x00\xcd\ \xec\xfe\x97\xd8\x3d\x59\x63\x72\xd7\x76\xa2\x91\x6b\xb9\xeb\xb2\ \x0a\x8f\x7e\xe7\x21\x8e\x1d\x9f\xe0\xde\xaf\x7f\x9b\xe2\x65\x77\ \xf1\xfe\x95\x29\x2f\xec\x38\x8c\x12\xc6\x6b\x5e\x7a\x0b\xc5\x22\ \x0f\x3f\xf2\x08\x7f\xf9\x97\x5f\xa4\x50\x2c\x32\x39\x39\xc9\xef\ \xfe\xfb\xff\x40\x27\x0c\xdf\xf0\xcb\x99\x93\xf3\xa3\x22\xd5\x92\ \x75\x9b\xae\xc4\x99\x7a\x82\x2f\x7c\xe5\xbb\xd4\x84\x4b\x73\xff\ \xd3\x7c\xf3\xa9\x69\x6e\xfb\xe4\x4f\xd1\xdc\xfa\x20\x4f\xec\x9b\ \xc7\x32\x4c\x2c\x2b\xe1\x1f\xbf\xf1\x75\x8e\x14\x2f\xe6\x43\x57\ \x0f\xf0\xe8\x37\x1f\x64\xff\xe1\x17\xf8\x1f\xdf\x7e\x81\xcd\xb7\ \x7f\x88\x9b\x2e\x5a\x83\x10\x16\xe7\x5d\x77\x37\x9f\xfc\xa9\x6b\ \x28\x4a\x85\x12\x16\xba\x79\x90\xa7\x76\x85\x7c\xfa\xb3\x3f\x83\ \xda\xf7\x3c\x7b\x16\x62\x2c\x71\xaa\xb0\x49\xd3\xa1\x6f\xa0\x17\ \xfb\x35\x02\x40\x21\x04\xe2\x0d\x84\x4f\x1a\xc6\x2b\xd6\x99\x04\ \x86\x65\x30\xf9\xc2\x13\xdc\xf7\x8d\xbf\xe3\xa9\x83\x31\xe3\xe3\ \x23\x68\x6d\x73\xd1\x4d\x3f\xc5\x15\xc3\x2d\x1e\x7c\xe8\x71\xf6\ \xee\x7c\x92\x6f\x3f\x33\xc7\x6d\x1f\xfe\x00\xc1\xb6\x6f\xf3\xe0\ \xb6\x23\x18\x76\x0f\xd7\xdd\xf5\x09\x3e\x79\xc3\xf9\xec\xfc\xde\ \x57\x79\xb6\x3a\xca\x47\x6e\xdf\xc4\x96\xef\xdc\xc7\xb3\xcf\x3e\ \xc5\x77\x9f\x38\xc8\xb5\x1f\xfe\x19\xae\x3f\x77\x08\x9d\xbe\x7e\ \x3e\x59\x1a\x32\xcb\x91\xbf\x41\x1a\xe5\xc4\x01\x49\x88\xcd\x01\ \xae\xba\x68\x8c\x43\x2f\xee\xa6\x13\xd6\xd9\xbb\xb7\xc6\x05\x97\ \x5f\x4c\xfd\xc0\x56\xf6\x4f\xcc\xb0\xe5\x7b\xf7\xf0\x72\xb8\x86\ \x9f\xfa\xc0\xb5\xf4\x79\x16\xba\xb6\x8f\xaf\x7d\xe3\x71\xd6\xbd\ \xff\xe3\x9c\xa3\x5e\xe6\x1b\x8f\xed\x65\xcf\x63\xf7\xf2\xc4\x4c\ \x2f\x1f\xb9\xf3\x62\x76\x7c\xef\x1e\x1e\x7b\x66\x2b\x0f\x3d\xba\ \x9b\x4b\xef\xfe\x19\xde\x7f\xe1\x28\xbc\xc3\x79\x70\x79\xcd\xd5\ \x57\xbf\xe6\xa8\x52\xd3\x31\x39\xf6\xc2\xf3\x4c\x47\x25\x46\x87\ \x56\xe1\x05\x13\x3c\xb5\x7d\x8e\x8d\xd7\xdc\xc2\x60\x7d\x2b\xf7\ \x3d\xfc\x02\xd5\x85\x23\x4c\xa5\xc3\xdc\x76\xfb\x75\x9c\xb7\x6e\ \x0d\xe6\xe2\x1e\xf6\x4d\x4f\xf1\xdc\xa3\x8f\xb0\xe7\xe8\x02\xad\ \x66\x15\xed\xf4\xb0\x62\xec\x5c\xae\xb9\xfc\x02\x9c\xce\x02\xfb\ \xf7\x1c\xc6\xdd\x70\x05\x37\x5c\x7e\x31\xe7\xad\x1d\x40\x6a\x85\ \xb4\xec\x2c\x1d\x62\x38\xf4\x8f\xac\xe1\xd2\xcb\x2e\x67\xc4\xee\ \x70\x78\xdf\x01\xaa\xde\x3a\x6e\xbe\xf9\x12\xd6\x8d\x0c\xe0\x99\ \xaf\x7d\xf7\x91\x2a\x85\xe7\xba\x7c\xf6\xd7\x3f\xcb\x63\x8f\x3f\ \xce\xef\xff\xfe\x1f\xf0\xb9\xcf\xfd\x0e\xef\xbb\xee\x5a\x6e\xbf\ \xed\x36\xa2\x28\xca\xd5\x24\xe7\x5d\x21\x89\x13\x86\x37\xdd\xce\ \xaf\xff\xea\xcf\xb1\xa2\xb3\x83\x2f\x7c\xfe\x4b\x3c\xb5\xe7\x20\ \xc7\x26\x8f\xf2\xd8\xa3\x8f\x33\xb9\x58\x65\x36\x88\x90\xd2\xc4\ \x52\x35\xf6\x1c\x99\x66\x62\xd7\xb3\x7c\xef\xa9\x9d\xd4\x93\x26\ \x07\xf6\xee\xc4\x58\x7d\x05\xb7\x5f\xb3\x99\x35\x2b\x87\x30\x95\ \xa6\x50\x19\x62\x64\xa0\x07\x03\x30\x6c\x93\x99\x1d\x5b\x38\xd2\ \xf4\x58\x39\xb4\x9a\x72\x32\xc3\x33\xdb\x26\x31\x1c\x73\xd9\x9c\ \x5a\xab\x14\xa3\x67\x8c\x3b\x3e\x74\x3b\xc3\x05\x5e\x95\x97\xd5\ \x64\x0b\x7a\x52\x8a\x37\x10\x3e\xc9\x2b\x97\x33\x05\x10\xb5\x9b\ \x34\x63\x93\xf7\x7d\xe4\xe7\xf9\xc8\xb5\x6b\x48\x94\x64\x68\xcd\ \x39\x5c\x7e\xe9\x45\xb8\xd1\x3c\xbb\xf6\x1d\xa0\xff\xfc\xeb\xb8\ \xfa\xe2\xab\xb8\x69\xd3\x08\x07\x0f\x4c\x90\x60\xd2\x3b\x38\x42\ \xbf\x2f\x99\x38\x58\x65\xd3\xb5\x37\x73\xd1\x55\x37\xb2\xb1\xd2\ \xe1\x48\x3a\xc0\xfb\x36\xf7\xf3\x83\x6f\x7d\x93\xdd\x33\x1d\x0c\ \xf9\x46\xa9\xd0\x37\xde\x77\x69\x9c\xba\x8d\x24\x4a\x19\xbb\xf4\ \x72\xdc\x85\x7d\x3c\xbb\x7d\x0b\xc7\xd4\x08\x97\x9e\xd3\x8b\xd6\ \x26\xa6\x6a\x73\xe4\x68\xc0\x25\xd7\xdf\xce\xa6\x8b\xce\x61\xc5\ \x50\x91\xe6\xb1\x49\xa6\x26\x27\xd8\xf6\xf8\xf7\xd8\x76\xb8\x46\ \xb4\x70\x8c\x1d\xfb\xab\x9c\x77\xe3\x2d\x5c\x74\xe5\x75\x6c\x5e\ \xa9\x39\xde\xb4\x79\xdf\x95\xa3\x3c\xf5\xad\x6f\xf0\xd2\x54\x80\ \xec\x2e\x3e\xbf\x63\xa2\xdd\xe9\x74\x5e\xe3\x88\x18\x58\xe9\x02\ \xcf\x6d\xdf\x4f\x50\x3f\xc4\xd7\xbe\xfa\x4d\x66\xda\x01\x3b\x9e\ \x7f\x06\x56\x5d\xc5\x3f\xfd\xec\x3f\xa1\x70\xf8\x11\x1e\x78\x76\ \x9e\x82\x5c\x64\xcf\xc1\xd9\x4c\x14\xdd\x3e\x06\x7b\x57\x70\xed\ \x07\x3e\xce\x3f\xfb\xad\xdf\xe2\x63\xd7\x6f\x24\x09\x02\x92\x24\ \x45\x29\x4d\xaa\x24\x7d\x03\x15\x5a\x47\xf7\x72\x74\xb1\x43\x12\ \x27\x28\xa5\xbb\xab\xeb\xba\xeb\x86\x93\xa2\x54\x8a\xd6\xe0\x16\ \x8a\x18\xad\x19\x26\xa7\x3b\x74\xa2\x88\x37\x2a\x2e\x89\xe3\x98\ \xb5\x6b\xd7\xf0\x2f\x7f\xfb\xb7\xb9\xff\xdb\xf7\x33\x3e\x3e\xce\ \x2f\xff\xf2\x2f\xf3\x5e\x9c\x1b\x9e\x73\xe6\x10\x42\x53\x9f\x9f\ \x26\x2a\xaf\xe7\xc3\x1f\xfd\x00\xf6\xfc\x1e\x66\x5a\x92\xe1\x95\ \x6b\xb9\xf9\xae\x4f\xf2\x9b\xbf\xf5\x2f\xf9\xc8\xa6\x41\x5a\xed\ \x16\x41\xea\x30\x50\x2e\x32\xb6\xe9\x1a\x3e\xf5\x0b\xbf\xc2\xbf\ \xf8\x95\x5f\xe0\x82\xe1\x12\x8b\x93\xfb\x39\x3c\x1f\x64\xa6\x1c\ \x32\xa5\xbe\xb0\x48\x10\x86\xa4\x48\x6c\xd5\x60\xeb\xf6\x3d\xb4\ \x1a\x93\xdc\xfb\xd5\x7b\x98\x0c\xda\xec\xdb\xfe\x3c\x0b\x89\x41\ \x14\x65\x1e\xac\x71\x94\x90\x04\x55\xf6\xee\xdc\x43\x33\xca\x0a\ \x0a\x5e\x79\x67\x9a\x39\x47\xbd\xfe\x1d\xa8\x21\x5f\xf9\xb8\x26\ \x89\x53\xc6\x2e\xbf\x89\x4f\x7d\xf2\xe3\x5c\x7f\xc9\x06\x2c\x9d\ \xa0\x94\x22\x4d\x12\x54\x9a\x02\x82\x72\xa5\x97\xc5\x89\x83\x2c\ \x74\x16\xd9\x7b\x74\x96\xca\xc0\x00\xa6\x8e\x98\xab\xd6\x89\x95\ \xa0\xd4\x63\x72\xf4\xe0\x21\xc2\xda\x24\x47\xe7\x3a\xf4\xf6\xad\ \xe0\xe6\x9f\xfe\x65\x3e\x75\xa5\xc7\xd7\xbf\x7c\x3f\xb3\xa1\x81\ \xf1\x1a\xa2\xac\x35\x18\xf2\x8d\x23\x6d\xd3\x78\x45\xad\x85\x8a\ \xb1\xfb\x36\x72\xd9\xda\x88\x2f\xfd\xd7\xfb\xe8\xbd\xf8\x4a\x56\ \x3a\x8a\x58\x29\x30\x1c\x7a\x7b\x24\x07\xf6\xec\x21\x09\x15\x51\ \x27\xc2\x2a\x15\x29\xf4\x8e\x70\xf9\x4d\x1f\xe4\x97\x7e\xed\x9f\ \xf3\x8b\x9f\xb8\x8e\x01\x5f\x33\xb1\x67\x3f\x9d\xea\x34\x87\x8f\ \xb7\x29\xf4\xaf\xe4\xfa\x8f\xfe\x22\x3f\xf7\xbe\x3e\xee\xfb\xbb\ \xaf\x73\xb4\x63\x65\xeb\x12\xef\x54\xea\xed\x95\x76\x5c\x27\x5f\ \xa1\x82\x99\x59\x26\xc3\x7e\x7e\xe9\x7f\xff\x55\x2e\x1d\xf5\xa8\ \xed\x7f\x82\x3f\xfd\xea\x56\x9e\x7a\xf0\x6b\xbc\xf8\xc2\x1e\xda\ \xc6\x30\xb7\x5f\x71\x2d\xfd\xab\x43\xfe\xe6\x0b\xbf\xcf\x3f\x0e\ \x9f\xc7\x27\x7e\xfa\x6e\xee\xba\xec\x28\xf7\x7d\xe1\x4f\xf1\x86\ \xcf\xe3\xa7\x3f\x74\x23\xa5\x52\x01\xcb\x00\xb4\x85\x6d\x24\x0c\ \x5f\x74\x23\x37\x1e\xf8\x12\x7f\xf1\x7b\xff\x37\xed\x76\xc2\xd5\ \x1f\x2b\x63\xce\x7a\xb8\x96\x81\xe5\xf8\x78\x96\x44\x61\x60\xdb\ \x2f\x9a\x43\xf5\x00\x00\x0a\x01\x49\x44\x41\x54\x16\xc5\xd1\xf3\ \xb9\xfd\xaa\xdd\x3c\xf8\x85\xff\x4c\x73\x62\x17\xd6\x35\x17\x62\ \x08\x48\x5e\xe7\x4d\x05\x41\xc0\x85\x17\x6e\xe2\xf3\x7f\xf6\xa7\ \xf4\xf5\xf6\xa1\x94\xe2\xb5\xde\x67\x4e\xce\x3b\x81\x61\x98\xcc\ \xed\x7d\x92\xbf\x7b\x64\x27\x69\x1a\x53\x3c\xf7\x26\xee\xbe\xeb\ \x52\x9e\xff\xd6\xdf\xf1\xf7\x7f\xfe\xc7\x94\x56\x5e\xcc\x67\x3e\ \xf3\x01\x36\xae\xed\xe1\xe9\x67\x0f\xf2\xa9\xbb\xef\xe0\xf0\x97\ \x1f\xe4\x4f\x5e\xfe\x01\x9b\xae\xfb\x10\x1f\xbb\xf1\x16\xde\xff\ \xd2\x5f\xf2\xf9\x7f\xff\xef\x18\xbd\xe8\x06\x3e\x70\xc9\xd5\xb4\ \xff\xe6\xab\xfc\xfe\xdc\xe5\x7c\xe6\x17\x3e\x8e\x5d\x3d\xc6\xe1\ \x45\x97\x9f\xff\x5f\xff\x39\xef\x1b\x2f\xd1\x3c\xfa\x3c\x7f\xf2\ \x57\x8f\xd3\x32\xae\xc3\x5e\x7c\x9c\xa9\x68\x03\x2b\x8c\x2a\x2f\ \x6c\x7b\x9a\x63\x2f\x1c\xe0\xa6\x4f\x7f\x86\x73\xfb\x04\xf1\x2b\ \xaa\x3a\xde\x9c\xf9\xf5\xa9\x76\x54\x5a\x83\xe9\x7a\xd8\x42\xd3\ \xee\x74\xd0\x51\x8c\x65\x08\x1c\xaf\x80\x6d\x08\xd0\x16\x96\xe5\ \xb0\xe1\xd2\x5b\x58\x3c\xf0\x05\xfe\xc3\xef\xfc\x2e\x85\x95\x17\ \xf1\xf3\x57\x5e\x4c\xe2\x1c\xe1\x2f\xee\xf9\x6f\xfc\x7f\x93\x77\ \xf3\xf1\x5b\xef\x62\xe2\x6b\xf7\xf0\x3b\xff\xaf\x62\xf5\x15\x77\ \x71\x79\x5f\x93\xbf\xfd\xe3\x2f\xb2\x7f\x21\x64\xe3\x25\xb7\x51\ \xb6\xf5\x49\xa5\x79\xaf\x92\xed\x6c\xdf\x5f\xa7\x88\x42\x2f\x59\ \x69\xbd\xf2\x8e\x5c\x38\x6c\xba\xe8\x7c\xee\x7d\xac\xc6\x25\x17\ \x8e\x43\x9a\x62\xd9\x2e\xa6\x53\xe2\xda\x0f\x7c\x80\x7d\x5f\xbc\ \x87\xdf\x79\x21\xa6\x6d\x8c\x31\xb8\xfe\x12\x3e\xf8\xbe\x23\xdc\ \x7b\xcf\x17\x78\xaa\x38\xc4\x6d\x9f\xfa\x05\xae\xf9\xe0\xdd\xec\ \xf9\xd2\x3d\xfc\xce\xef\x26\x8c\x6e\xbe\x99\x6b\xd6\xa4\x7c\xe5\ \x8f\xfe\x80\xbd\x0b\x11\x1b\x36\x5f\x4b\xbf\x93\xbe\xa3\xd5\x26\ \xa2\x5e\x5b\x7c\xcd\xad\x6b\xa5\x51\x64\xc6\xbb\xcb\xbe\x8f\x49\ \x4c\x92\x24\x74\xa2\x08\xd3\x29\x50\x70\x2d\x84\x80\x4e\xb3\x4e\ \x27\x95\xf8\x85\x02\xb6\xa1\x69\xd6\x1b\x24\x98\xf8\xbe\x8b\xd0\ \x99\x7f\xa4\x20\xfb\x10\xa4\x69\x61\x8a\x94\x66\xbd\x89\x32\x1c\ \x7c\xd7\xce\xea\x55\x97\x8a\xf3\xbb\xbe\x91\x4a\x83\x45\xc8\xcb\ \xcf\x3c\xca\x96\x7d\xc7\x99\x9e\x58\xe0\xe2\x8f\xfc\x1c\x77\x6e\ \x5e\x41\x1c\x27\x6f\xf8\xe6\x2c\xcb\xea\x46\xed\xb9\x60\xe7\xbc\ \xfb\x68\x95\xd0\xe9\x74\x48\xc9\x9a\x3c\x4c\x21\x40\xc7\x34\x1b\ \x2d\x94\xb4\xf0\x3c\x17\x53\x28\xc2\x30\xc1\x29\xf8\xa4\xed\x26\ \xcd\x76\x8c\xed\x7a\xb8\x8e\x8d\x41\x4a\xa3\xd1\x44\x19\x36\x85\ \x82\x87\x6a\x37\x69\x27\x12\xcf\x77\x90\x5a\x91\x2a\x81\x65\x9d\ \x74\x6e\xc6\x11\x5a\x5a\xe8\x34\x42\x1b\x16\x86\x4e\xba\x77\xa6\ \x02\x69\x18\xaf\xaa\x20\x91\x52\x52\xaf\x2d\x32\x75\x6c\x92\xde\ \xbe\x7e\xe4\x2b\x22\x6a\x21\x04\x9d\x76\x40\x14\x45\xac\x5d\xbf\ \xe1\x24\x7f\xd8\xa5\xba\x73\x71\x4a\x7a\x62\xc9\x27\x56\x76\xcf\ \xf3\xac\xf6\x39\xa2\xd1\xe8\xe0\x14\xcb\xd8\x86\x06\xad\xe9\x04\ \x2d\x22\x6d\x52\x2a\xfa\xa8\xa8\x45\xb3\xa3\x28\x96\x4b\xc8\x34\ \x22\x68\x05\xc4\x98\x94\x4a\x3e\xe2\xb4\xb5\xed\xdd\x7d\x17\x82\ \xf9\x85\x39\xe6\x67\x67\xe9\xed\x1b\x78\xd5\xba\x9c\x10\x82\x56\ \xb3\x8e\x10\x92\xb1\xb5\xe3\xa4\x69\xf2\xaa\xc7\x95\xca\x1a\x90\ \x96\x7c\x1d\xb5\x10\x99\xb9\x78\x14\xd0\x08\x62\x1c\xcf\xc3\x32\ \x4d\x4c\x03\x82\x46\x83\x50\x09\x3c\xcf\xc7\xb6\x4d\x74\x14\xd0\ \x6c\xa7\x14\xca\x25\xa4\x8a\x08\x5a\x6d\x12\x2d\x29\x16\x0b\x48\ \x14\xef\xa0\x66\x37\x5f\x57\xb4\x97\xde\xdc\x29\x25\x81\x02\xd0\ \x62\xf9\x56\x6b\xe9\xb1\x57\xfa\x26\x9e\xf2\xff\x93\x3c\x1e\x97\ \xff\x79\x4a\xd1\xbf\x46\x2f\xbb\x52\x9e\x68\x22\x10\x52\x22\xd2\ \x90\x89\x7d\x3b\x38\x34\x1b\x50\x1a\x19\x67\xd3\xfa\x95\x18\xa4\ \x79\x07\x65\xce\x4f\x42\x92\xe4\x35\xcf\x13\x96\x1a\x65\xc4\x09\ \x13\xeb\x57\x3d\xf6\x8a\xf3\xe8\x55\xde\xa4\x27\x9d\x57\xa7\x9c\ \xab\x4b\xbe\xad\xcb\x3e\xae\xaf\x1d\x90\x4a\x29\xe9\x74\x3a\x34\ \x1b\xf5\xd7\x7c\xbc\xd2\xdb\x8b\x10\xaf\xf6\x54\x5d\xaa\xca\x38\ \xf9\xf5\xd1\xfa\x24\x93\x6d\xfd\xaa\x9f\x9f\x38\x26\xdd\x73\xfc\ \xf5\x74\xe3\x8d\x72\xbb\x52\x12\x04\x01\xad\x56\x83\xd3\xb5\x10\ \x19\xa6\x49\xa5\xd2\xdb\x7d\xef\xa7\xf3\x9f\x3d\xf9\xb8\x9c\x78\ \x37\xaf\xfe\x1c\x4e\x7c\x8e\xcb\xef\x63\x59\xbf\x4e\x7d\x1f\xf0\ \x8e\x77\x77\xbf\xb1\x68\xff\x38\x7c\xf1\x4d\xdb\xc1\x36\x05\x2a\ \x4d\x08\xc3\x98\x5c\xaf\x73\x72\x7e\x74\xc8\xd7\x29\x9d\xcb\x4a\ \xe5\xd2\x1f\xdb\x19\x1e\x86\x61\xbc\x66\xf5\x9b\x06\xd4\x8f\x61\ \x47\xe3\xdb\x15\xed\x9f\x80\x81\x51\x9a\x24\xea\x90\xe4\x85\x1f\ \x39\x39\xef\x08\x3f\xc9\x6b\x3e\xef\xc5\xbe\x8b\x7c\x34\x6b\x4e\ \x4e\x4e\x4e\x2e\xda\x39\x39\x39\x39\x39\xb9\x68\xe7\xe4\xe4\xe4\ \xe4\xa2\x9d\x93\x93\x93\x93\x93\x8b\x76\x4e\x4e\x4e\x4e\xce\x8f\ \x1c\xb3\x5e\xab\xe5\x47\x21\x27\x27\x27\xe7\x27\x04\xd1\x0e\x82\ \xbc\xec\x39\x27\xe7\xac\x3f\xd3\x97\x5c\x63\xf2\xd3\xfd\x4c\x1c\ \x7b\xc8\x3a\xcc\x7f\x04\x34\xcd\x28\xca\x07\x29\xe5\xe4\x9c\xcd\ \x48\x99\xd9\x66\xd5\xaa\xf3\xd4\x16\x6b\x44\x71\x74\x4a\x4b\x7a\ \xce\x3b\x87\x65\x59\x14\x4b\x25\x7a\xfb\x07\x70\x1c\xf7\x47\x52\ \x0f\xff\x13\xd0\x11\x99\x93\x93\xf3\x96\x4f\x70\x21\x89\xa2\x0e\ \x13\x47\x0f\xa3\x15\x14\x8b\x25\x0c\x33\x9f\x2b\xff\x6e\xa1\xb5\ \xa2\xdd\x0e\xe8\xb4\xdb\x8c\xac\x18\xa5\xa7\xd2\xfb\x76\x85\xfb\ \x27\xa1\x23\x32\x27\x27\xe7\xad\x09\xb6\x20\x55\x09\xc7\x26\x27\ \x70\x1d\x8f\x52\x4f\x4f\x26\x18\x79\x8a\xe4\x5d\xc5\xf5\x7c\xa2\ \x30\x64\x76\x76\x06\xd3\xb2\x28\x14\x8a\x6f\x4b\xb8\x5f\x43\xb4\ \x45\x76\x35\x56\x6f\x6f\xc4\xa0\x61\x9a\x6f\x7b\x1b\x39\x39\x39\ \x6f\x9d\x46\xbd\x81\x30\x6d\x8a\x95\xde\xee\x99\xad\x4e\x33\x58\ \x3b\xe7\x1d\x8d\xb6\x95\xc2\xb6\x1d\x4a\xa5\x32\x8b\xd5\x2a\x9e\ \xe7\xbf\xad\xed\xbd\xba\xe4\x4f\x48\x6c\x19\xf0\x8f\xf7\x7f\x85\ \x27\xf6\xcd\x63\xbe\xa5\x5b\x29\x81\x29\x12\xb6\xff\xc3\xfd\x3c\ \xb3\x67\x06\xc3\xca\x03\xfa\x9c\x9c\x77\x1d\xc3\x24\x98\x3d\x86\ \xf8\xda\xef\x51\xff\xa3\xdf\x20\x3c\xf0\x22\xc2\x72\xf2\xe3\x72\ \x26\x84\x5b\x2b\x5c\xd7\x05\xad\x89\xa3\xe8\xb5\x2d\x1e\xdf\x8c\ \x68\x4b\x69\xe0\x38\x2e\xae\xeb\xe2\xd8\x16\x52\x48\x4c\xdd\x61\ \xf7\xf6\xa7\x39\x34\xdf\xce\xac\x73\xa4\x81\xed\xb8\xb8\xae\x83\ \x69\x48\xba\x46\x45\xd8\x8e\x83\xeb\xba\xd8\x96\xb1\x3c\x18\x51\ \x48\x89\xe3\xba\x78\xae\x60\xef\x33\xdf\xe7\xa5\x89\x1a\x86\x69\ \x90\x5f\xdb\x73\x72\xde\x65\xa4\x41\x67\x76\x92\x9e\xfa\x14\x2b\ \x5c\x41\x7b\xff\x76\x84\x65\xe7\xc7\xe5\x0c\x91\xd9\xc0\x89\xd7\ \x31\x76\x78\x93\xe9\x91\x76\x6b\x91\x83\x47\x8f\xb2\xd8\x4e\x28\ \x0e\x8c\xb2\x6e\xcd\x28\x22\x05\xc3\xb4\x31\x24\x08\x69\x22\x55\ \x95\x7d\x2f\xed\x67\x31\x76\x58\x7b\xce\x06\xfa\x3c\x8b\x24\xac\ \xb1\xe7\xc5\xc3\x54\x03\xc5\xc0\xaa\x35\x8c\x0d\x57\x10\x1a\x64\ \x12\xb0\x77\xcf\xcb\x04\x71\x4c\x35\x12\xb8\x5d\x8f\xb6\x3c\x41\ \x92\x93\xf3\x2e\x8b\x04\x20\x0c\x0b\x25\x04\x28\x85\x96\xf9\x1d\ \xef\x19\xbf\x8e\x4a\xf9\xb6\xb3\x53\xe6\x8e\x27\xef\xe3\xbf\xdf\ \xbf\x9b\x73\xc7\xfb\x98\x38\x38\xcb\x75\x9f\xfa\x35\x3e\x73\x43\ \xb9\xbb\x61\x03\x93\x1a\xdf\xfc\xd2\x9f\xf1\xfd\xfd\x1d\xfa\xdd\ \x88\xba\x35\xce\xff\xf2\x6b\xff\x33\x63\xa2\xca\xf6\x2d\xcf\x71\ \xbc\xba\xc0\xe1\x69\xc5\x87\x7f\xe9\x9f\x71\xcb\x78\xca\xbd\x7f\ \xf5\x47\x3c\xb4\x3b\x62\x6c\xd8\x63\xcf\xfe\x45\x6e\xbc\x29\x6f\ \xba\xcc\xc9\x39\x63\x19\x12\xc3\xcc\x66\x4a\xc7\x21\x2a\xbf\xdf\ \xfd\x31\xf8\x3c\xde\xd8\xd7\xf2\x0d\x85\x3f\x69\x2d\x32\x7c\xf5\ \xdd\xfc\x8b\x7f\xfd\x39\x7e\xe9\xce\x51\x9e\x7c\xf2\x49\x16\x95\ \x85\x21\x40\xda\x36\xf3\xdb\xbf\xc7\xa3\x3b\x22\x7e\xf1\xb7\xff\ \x0d\x9f\xfb\x3f\x7e\x83\xf5\xea\x45\xbe\xfe\xe8\x0e\xec\xca\x1a\ \xde\x77\xc3\x0d\xdc\x78\xe3\x0d\xac\x12\xc7\x78\x69\xcf\x21\x66\ \xf7\x6f\xe1\xe1\xad\x8a\x5f\xfc\xdf\xfe\x4f\xfe\xd5\x6f\xfe\x0a\ \x37\x9c\xd7\x4b\x94\xe4\xf5\xa0\x39\x39\x67\x2c\xda\x36\x4c\xd2\ \x24\x26\x8d\x23\x14\xe4\xb2\x7d\xc6\x23\x6d\xe3\x2d\xe7\xb3\x97\ \x9e\x27\x0d\x95\x22\x05\xa4\x1a\x2a\x23\x2b\x30\x54\x48\x27\xc9\ \x92\x19\xa6\x2d\xa9\x4e\xce\x60\xf5\x8e\x33\x3e\xe0\x42\x61\x88\ \x73\xc7\x56\x52\x9f\x59\x60\xc7\x63\xf7\xf1\x27\x7f\xf1\xf7\x3c\ \xfd\xc2\x2e\xe6\x83\x08\x4b\x24\x2c\x2c\x2e\x90\x56\xd6\xb0\x66\ \xa8\x0c\x86\x8d\xe7\x18\x79\x75\x51\x4e\xce\x99\x14\x09\xd3\x24\ \x4d\x52\xd2\x28\x42\xe7\x92\x7d\x46\xd1\x5a\xbf\x65\xd1\xd6\x5a\ \x13\x04\x01\x42\x08\x64\x1c\xab\xae\xb1\xa5\x46\xa9\x13\xfe\x6e\ \xa8\x88\xc5\xc5\x0e\x03\xeb\xd7\x90\xce\xef\x64\xcb\xc1\x05\xda\ \x33\xfb\xd8\xb2\xe7\x18\xeb\xce\xeb\xe7\xa5\x67\x9e\x41\x9f\x7b\ \x2b\xbf\xf6\x4f\x7f\x99\x5b\x2e\x1a\x26\x08\x15\x43\x2b\x57\xe3\ \x2e\xbc\xc8\xd3\x2f\x1f\x26\x0c\x43\x3a\x9d\xf8\x84\xf7\x5b\xfe\ \x99\xe5\xe4\xbc\xfb\xa2\x6d\x18\x24\x69\x42\x9a\x64\x91\x76\xce\ \x8f\x43\x7a\x44\xfc\x50\xf6\x6d\x42\x08\x84\x10\x14\x8a\x45\xb4\ \xd6\x98\x5a\x48\x8c\xae\xa3\xb2\x10\x02\x43\x40\x6a\xf4\x70\xc1\ \xc6\xf5\xfc\xed\xf7\xee\x67\xe1\xb7\xff\x09\x9f\xbc\xe9\x10\x5f\ \xff\x2f\xff\x8e\xfb\x0d\x4d\x61\xcd\x4d\x7c\xe6\x9a\x4d\x74\xfc\ \x1b\xd9\xfe\x77\xdf\xe0\xdf\x7c\xee\x51\xaa\x53\x35\x2e\xf9\x88\ \x4b\x79\xed\x46\x3e\xfd\x91\x9d\x7c\xe5\x8b\x7f\xc8\x93\xbe\xc5\ \xfc\xbc\xc9\x9d\x7d\xc5\x6c\x11\x24\xff\xbc\x72\x72\xde\xdd\xd4\ \x88\xc8\x3c\x14\xa3\x38\x42\x49\x13\xa5\xf2\xac\xf6\x19\x0e\xb5\ \x31\x4c\xf3\x87\x8a\xb4\xb5\x52\x84\x71\x8c\xe7\x79\xb4\x1a\x0d\ \xfc\x42\x01\x31\x3f\x73\x4c\xc7\x58\xf8\xae\x8d\x8a\x3b\x04\x91\ \xc2\x2f\x14\x30\x54\x4c\xbd\xde\xc0\x29\xf7\x51\xb4\x14\x0b\xb3\ \xb3\xb4\x12\x8b\xfe\xa1\x01\x1c\xa1\x40\x40\xab\x36\xcf\x62\x23\ \xc4\x70\x0a\x54\x7a\x0a\x58\xa6\x85\x65\x68\xea\x0b\x73\xd4\x82\ \x18\xc7\x2f\x51\x2e\x79\x18\x79\x31\x7f\x4e\xce\xbb\x1f\x65\xdb\ \x0e\xd5\xfd\x3b\x38\xfc\x7b\xbf\x8a\xab\x62\x8c\x0f\xfd\x2a\x2b\ \x6e\xf9\x38\x69\xbb\x95\x1f\x9c\x33\x71\x11\x45\xe0\x7a\x2e\xe6\ \x9b\x2d\xbb\x14\x02\xad\x14\x96\x6d\x67\x99\x10\xad\xd0\x4a\x35\ \x45\xa3\x5e\xd7\x52\xe8\xac\x6b\x51\xc8\x2c\xd2\x56\x2a\xfb\xb7\ \x14\x99\x13\xb3\x10\x18\x5d\xb7\x66\xad\x54\x56\x67\x28\x44\x56\ \xbe\x72\xd2\x15\xe1\xd5\x3f\xd7\xdd\x9f\xe7\x1f\x58\x4e\xce\x19\ \x09\xb5\xd3\x84\xa9\x2d\x4f\xd0\x5c\x9c\x63\x70\xf3\x35\x98\x85\ \x52\x3e\x2c\xea\x8c\x04\xd9\x7a\xb9\x85\xfd\xcd\xa4\x46\xb4\xd6\ \x44\x51\x84\xe7\xf9\xb4\x83\x00\xcf\xf7\x68\x35\x9b\xf8\x85\x42\ \x33\x1f\x18\x95\x93\x73\x56\xeb\xb6\xc0\xf0\x0a\x84\x9d\x0e\x41\ \x6d\x01\xad\xd2\xb7\x5d\x72\x96\xf3\x43\x65\x44\x00\x85\x65\xd9\ \xf8\xc5\x12\x68\xfd\x26\x44\x5b\xa0\x75\xd6\xfa\x9e\xaa\x14\x29\ \x25\x5a\x65\xcf\x53\x2a\xcd\x45\x3b\x27\xe7\x3d\x21\xdc\xa6\x49\ \x9a\x24\x74\x3a\x1d\x92\x38\xca\x0f\xca\xbb\x84\x94\x06\xae\xe7\ \x61\xdb\x36\x69\xaa\x50\x2a\x7d\x13\x11\x76\x88\xe7\x15\x68\x07\ \x2d\x3c\x7f\x29\xd2\xf6\x69\x35\x1b\xf8\x85\x62\x2e\xda\x39\x39\ \xef\x15\x4c\xd3\xc4\x30\x0c\xc8\x23\xed\x77\x33\xd6\x46\xa5\x29\ \x49\x92\xbc\xe9\x8a\x11\xd3\xb2\xd0\x4a\x21\x84\x44\xeb\xa5\xbf\ \x35\x4a\x29\xb4\x56\x4d\x13\x68\xe6\x07\x36\x27\xe7\xec\x27\x49\ \x12\x92\x24\xce\x7b\x27\xce\xc0\x9d\xce\x0f\xf5\x39\xc5\x71\xf7\ \x5f\xe9\x2b\xfe\xc6\x00\x5a\xff\x3f\x92\xe0\xd5\x42\xef\xd6\x3a\ \x54\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x8c\x34\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x33\x00\x00\x00\xe1\x08\x02\x00\x00\x00\x2b\xbb\xc5\x99\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x90\xe5\xd9\ \x55\xe7\x79\xce\x35\xbf\xfb\x33\xcf\xbf\x97\xb6\x32\x2b\x2b\xcb\ \xaa\xbd\xef\x96\x84\xd4\x92\x68\x19\x04\x83\x18\x56\x1a\xd0\x4e\ \x20\x34\x1a\x66\x36\x62\x86\xc0\x04\xec\xb0\xcb\x46\x4c\xec\xce\ \xc4\xb2\x1b\x0c\x01\xbb\x4b\x88\x19\x40\x98\x01\xe1\x04\xb2\x0d\ \x42\x8b\x68\x39\xa4\x6e\xb5\x51\x4b\x6d\xca\x67\x55\xa5\xa9\x74\ \x2f\xf3\xf9\x9f\xff\x5d\xb7\x7f\xbc\x56\xd3\x68\x05\xaa\x6e\x54\ \x3d\xa5\xae\xf7\x89\xac\xa8\x7c\x55\xf9\x7b\xf9\xe2\xfe\x7e\xdf\ \x7b\xcf\x39\xf7\xdc\x73\x70\x34\x1c\xc0\x4b\x82\x73\x7e\xe6\xd4\ \xb3\x3f\xfe\xe3\x3f\x5e\x14\x05\x21\x04\xae\x01\xb4\x82\xea\x34\ \x79\xdd\x8f\x08\xad\x60\xc2\x0b\x51\x36\x3b\xe0\xbc\xfa\x2d\xb7\ \xff\x84\x1b\x70\x00\x20\x84\x20\x22\x21\x48\x29\xef\xf5\xba\x79\ \x96\x9e\xb8\xe1\x26\x63\x0c\xa1\xb4\xc8\xd2\x5f\xfb\xb5\xf7\x3f\ \xfb\xec\x49\x21\x04\x00\xe4\x79\x76\xcb\x2d\xb7\xfd\xc8\x7b\xde\ \x93\x65\xd9\x64\x18\xaf\x12\xa5\x52\xe9\x03\xbf\xf9\x1b\x1f\xfd\ \xc8\x87\x6f\xb8\xf1\x26\xcf\xf3\xac\xb5\xd6\x5a\x32\x19\x97\x09\ \x13\xae\x41\x26\xca\x9c\x30\x61\xa2\xcc\x09\x13\x26\x4c\x94\x39\ \x61\xc2\x44\x99\x13\x26\x4c\x98\x28\x73\xc2\x84\x57\x3a\x6c\x32\ \x04\x13\x26\xbc\x04\x2c\x80\xa0\xc0\x29\x58\xfb\x62\x2e\x43\xb0\ \x16\x52\x39\x51\xe6\x84\xab\x0a\x22\x30\x07\x10\xbf\xf1\xdf\x8d\ \x01\x55\x20\xa2\x7d\x71\x8f\xed\x77\x12\x0e\xb5\x4f\x6c\xd2\xd5\ \x1e\xe1\xf4\x45\x5c\xa5\x2d\x54\x84\xfd\xee\x23\xda\xd8\x89\x32\ \x27\x5c\x35\x5d\x1a\xad\xd5\xda\xd3\x36\x4f\x00\x5e\x20\x4e\x6b\ \x48\xa5\xe9\x2c\x1e\x07\xa3\xe0\x15\xac\x4c\x02\xcf\xee\x92\xcf\ \x5e\x60\xbe\xf3\xfc\x22\xfa\x82\xf5\x14\xc6\x43\x82\x00\xf6\x85\ \x2f\xa5\x81\x03\x65\xf3\xe6\xa3\xd7\xa5\x32\x11\xbf\xc9\x24\x7e\ \xbd\x98\x58\x2f\xa3\x10\x0c\xa5\xea\x91\x4f\x54\x4f\x7f\xde\xaf\ \x37\xad\x31\xcf\x5b\x6b\xa0\x54\x0e\x74\x65\xe6\xd6\x8e\xe1\xb7\ \xbf\xf5\x1d\x46\xeb\x57\xaa\x35\xeb\x50\x08\x1c\xeb\xf1\x17\x0c\ \x3e\x02\x00\x38\x0c\xd1\xd8\x44\x5a\x4a\xac\x32\xe0\x0a\xc2\x00\ \xa4\xb6\xc6\x5a\x69\xc0\xe5\xd7\xa5\x9f\x69\x2d\xc8\xc2\x18\x7d\ \x9d\xca\x92\x32\xf2\x32\xcd\x4a\x88\xd6\x80\xbe\xf8\xf4\xec\xd2\ \x32\x55\x39\x30\x66\x2d\x02\x00\x68\xc9\x1b\xd3\x97\x6c\xf9\xe1\ \x0f\xfd\xe9\xdd\x3f\xfa\x53\x48\x28\xe8\xeb\xe0\x66\x58\xc8\x91\ \x7e\xff\x6b\x6a\x83\x8d\x61\xe9\x68\xeb\xfe\x9a\x09\x95\x3d\x75\ \x66\xf8\xe0\x8a\x7c\xcd\xdd\xf5\x07\x16\xb9\xb5\xe6\x89\xa7\xfb\ \x0f\xad\x4a\x20\x57\x7a\x7b\x5e\x81\x6b\xa6\x31\x70\x9d\x2a\x13\ \x80\xda\xbf\x63\x57\x5e\x45\x61\x02\x58\x6b\x24\x12\xa2\x0a\xf0\ \xca\xba\xdf\x56\x32\x07\x6b\xbc\x6a\x73\xc3\x78\x7f\xf2\x89\x3f\ \x5f\xbe\xef\x8d\x47\xee\xbb\xdf\xc8\xe2\xfa\x19\xfc\xc0\x63\x52\ \x90\x0a\xd1\x1f\x7f\x68\xe7\x4b\xb4\xfe\x4b\x6f\x28\xef\x70\xfd\ \x3d\x73\xf0\xdb\x9f\xda\xdd\x94\xe8\x32\xa0\x0c\x95\x81\xeb\x54\ \x99\x88\x20\x5c\x72\xdd\x66\xb4\xbf\x9c\xd6\xac\x05\x50\x5a\xa7\ \xa5\xd6\x93\x3d\x79\x4b\x6b\x29\xd8\x3c\xcd\x82\xca\xe5\xd2\xe2\ \x1f\x7c\xf2\x33\x0b\xf5\xca\xb1\x85\x59\x33\x0e\x44\x5e\x37\x18\ \x63\x8d\xb1\x9a\xd2\xdb\x8e\x57\x1b\x42\xec\xf7\x8a\x03\x2d\x67\ \x6d\x3d\x5c\x8b\x6d\xa5\xc2\x1a\x02\xda\x43\x65\xaf\x78\xe2\x24\ \xaf\xc8\xa7\xf3\xba\xfd\x7a\x59\xc7\xd9\x18\x03\x64\x98\xab\x87\ \xbe\xf0\xc5\x0f\x3f\x7a\x4a\x1e\xbe\x63\xb7\xbe\xfc\xfb\x7f\xf1\ \xd7\xad\x7a\xfd\xed\xf7\xde\x9a\x8c\x06\xd6\x02\x5e\x1f\x1e\xbf\ \xd6\x36\x93\x16\x08\x10\x00\x20\xa4\x51\x73\xe8\x30\xf9\xbd\x87\ \x47\xdb\x39\x36\x4b\xcc\x14\xba\x3c\x55\xfa\xef\xef\x29\x11\xf9\ \x22\x62\xd5\x93\xd8\xec\x84\x97\x4e\x92\x17\x2d\x92\xbf\xf6\xae\ \xdb\x1f\xfa\xc2\x17\xff\xc0\xc2\x68\x34\xe2\x0e\x7f\xe7\x6b\xef\ \xb0\xe7\x1f\xcd\x6a\x37\x5f\x0f\xa2\xb4\x00\x06\xf1\x96\x1b\xcb\ \xf3\x1e\x3b\xee\x9b\x8f\xf6\xed\x5d\xa8\x1e\xf9\x5a\xef\xcf\xb7\ \x6d\xcd\x81\x93\x17\xa2\xd7\xdf\x5f\xfd\x17\xaf\xc3\xbc\xea\x52\ \x93\xbc\xa8\x99\x73\x92\x03\x34\xe1\xa5\x46\x80\xac\x95\x16\xf4\ \xda\xe9\x37\xce\xba\x0f\xdc\xff\xfa\x0b\x97\x2e\x25\x59\xfe\xdf\ \xbd\xf1\x75\xe5\xad\x93\x45\x38\x92\x16\x2d\xbc\xf2\x4d\x59\x1c\ \x87\x7f\x0a\xeb\x53\xf3\x57\x8f\xf7\xcf\x0d\xf5\xe3\x27\x47\xab\ \x19\x36\x7d\xe2\x70\x92\x77\x93\xdf\xfa\x42\xbf\x47\xa8\x1e\x25\ \x7f\xfe\x74\xa2\x19\xb9\xe2\x00\xd0\x64\xcd\x9c\xf0\x8f\xa0\xb0\ \x10\x67\x79\xed\xf2\xe9\xb7\x1e\xba\xe5\xd0\x3b\xde\x56\x0a\xfc\ \x85\x68\x5b\x85\xdd\xa8\xb8\xf2\x48\xc7\x77\xf6\x82\x69\x2d\xa0\ \xb5\xa7\xcf\x8f\x9e\x32\xc0\x28\xba\x0c\xcf\xad\xa7\x84\x22\x23\ \x60\x2d\x10\x86\x61\x2f\xfb\xf8\x5e\x6a\x01\x38\x43\xc1\xd0\xea\ \x2b\x75\x3a\x26\xca\x9c\xf0\x12\x9d\x4c\x4e\x49\xf9\x8e\x37\x3d\ \xf2\xb9\x0f\xf9\xa3\x14\xda\x4f\x70\xbf\xdc\x36\xe6\x6c\x1a\x81\ \xb5\x89\x3f\x35\x7d\xeb\x6b\x50\x4b\xfb\x8a\x8e\x00\x31\x02\x0e\ \x03\x87\x82\x43\xff\xd6\xf6\x74\xe8\xdf\x5d\x16\x1d\xf4\x1c\x7c\ \xe1\x1a\x7b\x85\x39\x43\x13\x65\x4e\x78\x89\x50\x84\xd9\xbb\xdf\ \xe0\x1e\x7a\x95\x94\x72\x2c\x56\x04\x14\x88\x60\xa1\xe6\xfb\xd5\ \xe6\x14\x1a\xf3\x0a\xd6\x65\x2a\xf1\x1d\x37\xa8\xef\x3d\xa1\x5e\ \x6c\x90\x0b\x01\xae\xc4\xa2\x98\x28\x73\xc2\x4b\x5d\x36\xad\xe5\ \x8c\x4e\xcf\x2f\x7e\xf3\x35\x55\xeb\x57\xb6\x97\x69\x01\x1c\x06\ \xe2\x25\x5d\x7b\x25\x33\xd6\x44\x99\x13\xfe\x51\xe2\xb4\xd7\x71\ \x35\x34\x7b\x35\x63\x5c\x93\xd8\xec\x84\x09\xd7\x22\x13\x65\x4e\ \x98\x30\x51\xe6\x84\x09\x13\x26\xca\x9c\x30\x61\xa2\xcc\x09\x13\ \x26\x7c\x3b\x99\xc4\x66\x27\x7c\xab\xc9\x9b\x10\xcf\xf3\xae\x91\ \x06\x19\xaf\x48\x82\x20\xe0\x9c\x7f\x43\x56\xc6\x44\x99\x13\xfe\ \x21\x38\x77\x2e\x5f\xbe\xfc\x4b\xbf\xf4\x8b\x7b\xed\xf6\x64\x34\ \xae\xd6\xf2\x48\xe9\xd6\xd6\x96\xeb\xba\xcf\x8b\x13\x11\xaf\x41\ \x65\x9a\xa2\x50\x8c\x3b\x04\x8c\x36\x40\x19\xd1\x52\x1a\x20\x60\ \x94\xb1\x88\x88\x94\x51\xab\xa5\x36\x48\x10\x2c\x12\xce\xd8\x75\ \x5b\x5b\xe4\xe5\x59\x30\xa3\x28\xdc\xdc\xbc\xbc\xbb\xb3\x6d\xaf\ \xa7\xc3\x96\x2f\x2b\x16\x18\x67\xe5\x4a\x85\x73\x7e\x8d\xae\x99\ \xd6\x48\xe5\x1d\x7e\xd7\xbb\xee\xfa\xea\x5f\x3d\xb8\x11\x89\x7a\ \x95\x76\xf6\xc2\x57\xbd\xfe\x7b\x16\x59\x57\xcf\x7f\xd7\xeb\x8e\ \x78\x99\x4c\x1f\x7e\xf0\x13\xc5\xc1\xef\x7e\xfb\x7d\x33\xa3\xe1\ \xf0\xc2\x93\x9f\x7d\xe8\x91\x33\x9a\xf1\x89\x36\xaf\x1e\x88\xd8\ \x68\x34\x2a\x95\x0a\x4c\x94\x79\x15\xb5\x09\x84\x10\x4a\xe9\xf3\ \xd3\xdf\xb5\xa5\x4c\x04\x50\x49\x52\x3b\x78\x6c\xa1\x44\xc2\xe3\ \x3f\xfc\xef\xdf\x51\xfb\x8f\xff\xcb\xaf\xcc\x1d\x3a\x51\xee\x3e\ \xce\xaa\xe4\x4b\x1f\x7e\xff\xe7\x56\x52\x43\x6a\xff\xec\xf5\xad\ \xa7\xfe\xfa\x83\x7f\x7d\xd6\x79\xf7\xbf\x7e\xcf\x3f\x51\x1f\xf8\ \xb3\x47\x77\x84\x43\x27\x77\xf7\x2a\x3e\x37\xd6\x32\x36\x71\x7c\ \x5e\x8e\x71\xbe\x56\xfd\x4c\xc2\x68\xb6\x7f\x61\x2f\x9b\x9b\x3a\ \x90\x1f\xad\xe6\x85\x7f\xe2\xb6\x43\x25\x6e\x76\x56\x57\xa7\x6f\ \xfc\xa1\xb7\xff\xf3\x9f\xb8\x75\xfb\xc2\x47\x3f\xfe\x37\x59\x96\ \xca\xa2\x18\x6c\x9d\xff\xdc\xc3\x17\xdf\x79\xdb\xad\xee\xc3\x1b\ \x1a\xe8\x24\x40\xf1\xb2\x3d\x34\x13\x5e\x0e\xe7\xf3\x5a\x33\x9d\ \x18\xc9\x2e\x9d\xdb\xbd\xed\xbb\xde\xec\xb6\x57\x1f\x7c\xcc\xde\ \x78\xef\x5b\x18\x1b\x7e\x6d\xa7\x98\x4f\x37\x1e\x7c\xf0\xd7\xbf\ \x70\x3e\xd6\xb4\x79\x17\x23\xa9\x92\x4a\x5b\xd7\xf7\x40\x17\x06\ \x26\xc6\xec\xd5\xd5\xa4\xd6\x7a\x32\x0e\x57\xdb\x9f\xff\x86\xe8\ \xf7\x35\x67\xa2\x20\x63\x7b\xe7\xce\x1d\xf8\xa9\xff\xc9\xfc\xde\ \x2f\x7c\xf1\x6f\xa2\x37\xfc\xc2\x7f\x70\xcf\xfd\xe6\x46\x04\x6f\ \xaa\x34\x0f\x1e\x3e\x76\x9c\xe4\x51\x3f\xa1\xbc\xb4\x74\xf8\xc4\ \x5d\xe4\xf6\xef\xb9\xb7\xf5\xb5\x0f\xff\x99\xe4\x8e\x33\xb9\xb7\ \x57\x4d\x96\x8e\x23\x2a\x95\xf2\x64\xcd\xbc\xaa\x9e\x7c\x92\x24\ \x69\x9a\x5e\xdb\xca\x24\x4c\x86\x17\x3e\xf1\xfb\x1f\x1c\x3d\x7b\ \x41\x0d\x8a\xbf\xfc\xc4\x1f\x7b\xdb\xa7\x2c\xa6\x27\xbf\x76\xfa\ \xde\xe5\xd7\x7c\xf7\x11\x58\x7f\xfc\x73\xcf\x3e\xf9\xc4\xfd\xf7\ \xde\xf6\xda\xca\xe0\x4b\x1f\xfa\xc0\x93\x17\xfa\x8e\xc3\x27\x77\ \xf7\x2a\x51\x14\xf9\xab\x5e\x75\xc3\x8f\xbe\xf7\xbd\x93\x6e\xf0\ \x57\x0f\xdf\xf7\x3f\xf2\xe1\x0f\x3f\xf4\xd0\xa7\xeb\xf5\xc6\x78\ \x06\xb4\xd6\x5e\x83\x6e\x3d\x52\x1b\x7d\xe9\xe3\x1f\x25\xc2\x0b\ \x02\xfc\xea\x43\x9f\xb0\x54\xf8\x1c\xbf\xf6\xa9\xff\xfa\xa8\x32\ \x08\xc0\x84\x47\xe1\xf4\x33\x0f\x2b\x24\xc4\x11\xde\x44\x96\x2f\ \x8f\x35\x3b\x31\x68\xaf\xea\x08\xf7\x7a\xdd\x8d\xf5\x75\xdf\x0f\ \x84\x10\x63\x71\x5e\x9b\x01\x37\x22\x7c\x1f\x00\xac\x05\xc7\xf5\ \x60\x7c\x4a\xd5\x0b\x5e\x60\xb2\x32\xfe\xe2\xec\x57\x63\x8c\x45\ \x44\x63\x14\x12\xe7\xf9\x2a\x49\xd6\x2a\xa5\x35\xa5\x0e\x41\xd0\ \x46\x13\xc2\xf0\xef\x1f\x3c\x40\x30\x46\x59\xa0\x74\xec\x0f\x58\ \xad\x8c\xa1\x84\x68\x63\x28\xe5\xf8\xdc\xbb\x19\x4a\xf9\xb8\x4c\ \xba\x35\xd2\x00\xa5\x04\xb5\x96\x48\x38\x5a\xa5\x2c\x32\xca\x10\ \xc0\x98\x42\x5b\xc2\xe9\x24\xda\x39\xe1\x6f\xc5\xa9\x94\x32\xc6\ \x5c\xbb\xd6\xec\x55\x40\x5b\x32\x7d\xdf\x5d\xff\xf2\x86\xe6\x42\ \xd8\x79\xe8\xd3\x5f\xfb\x68\xbf\x90\x48\x04\x27\xc6\x88\x57\xbd\ \xf3\xfe\x7f\xbd\x75\xf2\x17\xbf\xb8\xc5\xbe\xff\xfe\x9f\x99\x13\ \x3a\x4d\x9f\xf9\xf4\x63\x7f\x32\xd4\xf8\x82\x26\x04\x56\x1b\x5c\ \x3a\xf6\x9e\xd7\x1d\xba\x99\xca\xad\x47\xbe\xf6\x81\xf3\xfd\xbe\ \xb1\x96\x3a\xb3\xf7\xdc\xf1\xe3\xb7\xcf\x4d\xad\xaf\xfc\xde\xe7\ \xcf\x3f\x21\xad\xe1\xa5\x7b\xdf\x75\xff\x8f\x9e\x79\xf4\x7f\x7b\ \xa6\x37\x44\xab\x16\x6f\xfc\xe9\xb7\x1f\x39\x92\x14\x32\xe9\x3f\ \xfe\x99\xa7\x3e\x36\x75\xf4\x67\x6e\x77\x9f\xfa\xd8\xd7\x3e\xad\ \x0c\xce\x1e\x7e\xdf\x03\x8b\xe9\xc7\x1e\xf9\xd3\x1c\x9c\x49\xf0\ \x6a\xc2\xf3\xde\xe6\xdf\x59\x9d\xae\xdd\x59\xc4\x28\xa9\x94\x31\ \x46\x16\xb9\x54\x7a\x5c\xb0\x7f\xfc\xbd\x56\x45\x5e\xa8\x2b\x8d\ \x48\x58\x20\x84\x75\xb7\x3f\xf9\x91\x2f\xfd\x1a\xcc\x7c\xef\x4d\ \xd3\xad\x85\xe5\x77\xdd\x32\x3b\x97\x16\xec\xe6\x1b\xfe\xf9\x89\ \xfa\xbc\xc7\x09\xb0\xe9\x1a\xdd\xfe\xf4\x97\x7e\xfe\x43\x0f\xff\ \x71\x68\x08\x41\x04\xab\xa4\xca\xa4\x96\x16\x90\x22\x76\x76\xfe\ \xea\xc1\x47\xde\xbf\x4b\x4e\x9c\x98\x99\x2e\x37\xde\xf8\xea\xc3\ \xf7\x2c\xce\xbf\xed\xa6\x5a\xf7\xc1\x2f\x7d\x70\xea\xf0\x0f\x1d\ \xad\x05\x85\x2d\xdf\x76\xc3\x0f\x1f\xaf\xd7\x39\x75\x2c\x58\x6b\ \xa1\x52\x5d\xe8\xad\xff\xde\xef\x7c\xfa\x7f\x1f\x96\xde\xf4\xfa\ \x63\xaf\x29\xb9\x87\xef\xbe\xed\x5d\x0b\x1e\x2f\xe8\xd4\xad\x27\ \xde\x73\xd3\xd4\x2c\x05\x98\x04\x55\x26\xfc\xbd\x76\xe3\xb5\xf9\ \xb1\x8c\xca\x4b\xcb\x6f\xfc\x5f\xff\xef\xdf\xf9\xdd\xdf\xff\xe3\ \xdf\x7d\xff\x7f\xb8\x67\xb1\x2c\x8b\xa2\x28\xf4\xf1\x37\xff\xab\ \xff\xf2\x47\x1f\xf9\x93\x0f\xfe\x97\x7f\xf6\xda\x83\x32\x97\x57\ \x36\x17\x51\xab\xb6\xcf\xae\x3f\x1a\x19\x8e\xc5\x5e\x27\x4a\x3d\ \x6f\x4a\x10\x6c\x1d\x78\xeb\x12\xbd\xf4\xe5\x95\xa7\x2c\x52\x44\ \x6b\xf9\xd2\x6b\x6e\xfb\x91\x63\x8d\xa6\x31\xca\x5a\x4d\xdd\xf9\ \xc3\x8b\xaf\x3d\x36\x75\xd8\x01\x6d\x40\xc6\xb9\xbc\xe9\xb6\x9f\ \xbc\xa9\x32\x3a\xbf\x7d\x99\x8b\x7a\xe0\xd7\x9a\xd5\xc3\xa3\xee\ \x57\x56\x77\x9e\xdc\x4a\x70\x26\x68\xce\x2d\xfd\xc0\x94\x7c\xe2\ \xb1\xf5\x33\x40\xc7\xd9\x82\xa8\x8c\xf6\xcb\x47\x8e\xcc\xdf\xd5\ \x74\x31\x2c\x94\x80\xcd\x93\x7b\xd9\x4d\x4b\x37\xb7\x5a\xaf\xae\ \x9b\xb3\xe7\xba\xc6\xe7\xce\x44\x9a\x13\xbe\xc3\x94\x09\x48\xd0\ \x64\xcf\x7e\xe6\x43\xbf\xf4\x8b\xbf\xfc\x2c\xde\xfd\x3f\xff\xf8\ \x0f\x78\x3a\xf2\x0e\xbe\xe9\xdf\xff\xec\xbb\x2f\x7c\xe4\x57\x7e\ \xfd\xa1\xee\x8f\xfd\xbb\x9f\xbf\xab\x45\xe5\x95\x55\x35\xb5\x46\ \x53\xef\xc4\x5b\xee\xfb\x17\xc3\xd5\x3f\x5a\x19\x46\x17\x4f\xbf\ \xff\xd1\xdd\xfc\xee\xe3\xaf\xd9\xdc\x78\x68\x68\x1c\xc6\x7c\x5a\ \x9c\xfe\xf4\x63\xff\xf9\x7c\xd4\x78\xe0\xd5\xff\xf6\x80\xcb\x94\ \x96\xcc\x3f\x78\xe3\xd1\xef\xbd\x79\xfe\x06\x07\x95\x45\x8a\xb2\ \xfb\xe5\x47\x7e\xfe\xaf\x57\x87\xf7\xdc\xf4\x3d\xa3\xcd\x3f\xfe\ \xcb\xa7\x3f\xa3\x58\x00\x56\x01\x58\xa3\x0b\x12\xdc\x7c\xcf\xd2\ \xc2\xb9\x4b\x0f\x4b\x74\x19\x8e\xbd\x50\x63\x2c\x69\x4e\xbd\xf6\ \x8e\xa5\x9b\x77\x56\x3e\xf0\xf0\xfa\x79\xcf\x77\x56\xce\x7f\xdc\ \xb6\xde\xf9\xb6\x9b\xef\x58\x3f\xff\xe1\x0e\xa9\xb9\x94\xda\x89\ \x34\x27\xfc\x3d\x5c\xa3\x7e\x26\xa1\x4e\xb8\xf6\xf0\x1f\x9d\x4c\ \xe2\x8c\xd7\xef\x3b\xff\x86\x3b\x3c\x34\xe6\xc8\xfd\xdf\x57\xba\ \xfc\xc5\xff\xfa\x87\x1f\x5d\xe1\xeb\xdf\xf3\xe6\x5f\x7d\xcb\x6b\ \x0f\x3e\xfa\x89\x75\xee\x7e\xcb\xbc\x3c\xab\xa1\x74\xe7\xad\xef\ \x63\x3b\xbf\xff\xd1\x67\xbf\x48\xdd\x56\x25\x98\xa2\x6c\xba\x12\ \x54\x67\x6f\xfa\xb7\xb5\xc6\x4d\x64\x78\xf9\x2b\x6b\x97\xfa\xfd\ \x27\xb7\x07\xc9\x8d\x87\x7e\xbe\xe5\xf9\x1b\x99\xcd\x7b\x8f\x7d\ \xf2\xf3\x8f\x00\x12\x4a\x04\x05\xc2\x38\x8b\xd3\xe1\x20\x09\x9d\ \x6a\xcd\x13\x2d\xc1\x68\x14\xef\x94\xa6\x96\x03\x6f\xb3\x26\xd8\ \x9e\x56\x81\xb7\x78\xef\xdd\x3f\x39\x3b\x7d\x63\xcf\xbe\xee\xe4\ \xce\x07\x43\x20\x0c\xd5\xea\xca\x07\x3f\xf4\xd4\xa3\x94\x3a\xcc\ \x3b\xe2\x3a\x6e\xbb\xf7\xd5\xa8\xfa\xee\x1f\x6c\x9e\xfe\xd4\xe6\ \x85\x07\x8e\x3d\x20\x08\x99\xe8\x72\xc2\x77\x98\x32\x01\xac\x56\ \x64\xe9\xae\xb7\xbd\xef\x5f\xbe\xf7\x4d\xb7\x4c\xfd\xe6\xcf\xfd\ \x9f\xfb\x99\xf3\x5d\x47\x1b\x7b\x83\xb3\x31\x94\x03\x33\xd8\x8e\ \xe2\xb9\xa5\x19\xa2\x2f\x59\xa0\xdf\x22\x88\x62\x25\xf3\xee\xb8\ \xfb\xc8\xed\xf9\x4e\xfc\xae\x07\xde\x70\xfe\xe2\x83\xc1\xc2\x7b\ \xa7\xc2\x3f\xfd\xb3\x3f\xff\x31\x4d\x5b\xaf\xbf\xf7\xe7\xdc\xce\ \x67\x64\x70\xcf\x3f\xbd\xff\x1d\x65\xa7\x6e\x3b\x9f\xbb\x38\x1a\ \x31\xc2\x60\x1c\x83\x45\x40\xd0\xca\x96\xef\xbe\xf5\xc7\x0e\x57\ \x9a\xbe\x4b\x9f\x78\xe2\x0f\x4a\x0b\xef\x79\x60\xae\xf7\xb1\xa7\ \x3e\xb6\x77\xe0\xe7\xfe\xd5\xf7\xbd\x39\xee\xfe\xf5\xe7\x2e\x7d\ \xea\xe1\xf3\x7f\xa1\x6d\xeb\x7b\xbf\xfb\xdf\x0d\x56\x3e\x1f\x23\ \x27\x68\x10\x09\x25\x8e\xc3\x4b\x9c\x12\x4b\x28\x65\x9c\x99\xf4\ \xcc\xd9\x5f\xfe\xe0\x5a\x14\x1a\x40\x74\x3c\xc6\xac\x2d\x26\xf9\ \x4b\x13\xbe\xb3\x94\x09\x48\x49\x36\xd8\x7b\xea\xb1\x47\xaa\x95\ \xef\x7f\xe0\x1d\x6f\xfd\xcb\xaf\xfc\x8e\x05\x00\x6b\x00\x00\x11\ \xb4\x05\xc0\x2b\x6b\x12\x81\x1c\x8a\xb3\x1f\xf9\xab\x9f\x71\xb9\ \x4f\xd1\x84\xd1\x7e\x71\xfa\x3f\xaf\xd8\x48\x88\x2a\xa0\x3e\x79\ \xea\xd7\x50\x87\x12\xc2\x47\x9f\x1e\x72\xc8\x7a\x83\x8d\xcc\xd0\ \xf1\xfb\x7e\x3d\x56\x46\x29\xc6\xa7\xcf\xff\xd9\xa6\xf0\xf2\x74\ \xbb\x13\x0d\x1d\xf7\xe3\x9f\xea\xea\x3c\xef\x7d\xf6\xcb\xbf\x30\ \x55\x2a\x0d\x86\x6b\x29\xb8\x82\xa3\x85\xfc\xd1\x27\x7e\xd5\xa8\ \x88\x11\x06\x68\x2f\x3d\xf3\x2b\x97\x6d\xc2\x19\x43\x40\x54\xed\ \x2f\x3c\xf2\x9f\x54\x41\xb4\xba\xb0\x1a\x23\xa3\xee\x67\x1e\xf9\ \x65\x5d\x64\x8c\x4c\x74\x39\xe1\x3b\x4e\x99\x60\x7a\x9b\x67\x3e\ \xfa\x81\x2f\x7f\xea\xc9\x9d\x3f\xfc\xed\x9f\xbe\xe7\xd7\xff\x68\ \x6f\x2b\xaa\xdd\x56\x77\x6c\x92\x1a\x77\xca\x73\xe3\xbd\xae\xbe\ \xa2\x0e\x2e\x08\x36\xed\x0d\x56\x2d\x58\x00\x24\x84\x21\x84\x16\ \x28\x41\x04\xb0\x79\xde\xb3\x40\x08\x86\x7b\x9d\xbe\x05\x24\xe4\ \x9b\x34\x6d\x46\x30\x51\xb8\x3e\x1a\x19\x44\x4a\x29\x57\x45\xb7\ \x9f\x23\x25\x5c\x17\xed\xad\xce\xee\xf3\x97\x20\xd8\x24\xed\x21\ \x12\x44\x04\xc4\x22\xef\xe4\xcf\xfd\x16\x00\x2b\xe3\xa4\x83\x84\ \x11\xe2\x10\x00\x00\x35\x7e\x39\xd1\xe5\x84\xef\x30\x65\x5a\x63\ \x2b\x07\x96\xeb\x4c\xf6\x7a\xd1\xab\x5e\xfd\x9a\x5a\xd1\xee\xe5\ \x6a\xfd\xe1\x2f\x7a\xef\x7c\xf7\x03\xf7\x1e\x7f\xac\xf4\x4f\x6e\ \x6d\xa8\x5f\x7b\x74\x9d\x5d\x61\x8f\x08\x40\x4a\x5f\x98\x2a\xf4\ \xb7\x92\x40\x1c\x1b\xc3\x48\xe9\x3f\x94\xbb\x40\x08\x23\x2f\xb8\ \xe4\xb9\x6b\x90\x31\xfa\x0d\x3f\xf6\xb7\xaf\x11\x5f\x28\x3c\x24\ \x84\xc1\xdf\xfb\x72\xc2\x84\xef\x0c\x65\x5a\x55\xa8\x83\xaf\xfd\ \xc1\x9f\x7b\xf7\x9b\xac\xd4\x25\x9a\x7e\xfc\x97\xff\xe3\xe9\x11\ \x51\x67\x1e\xfc\xbf\x3e\x7a\xe7\x4f\xfd\xa7\x3f\xfc\x1f\x20\xfb\ \xfc\xef\xfd\x1f\x9f\x5d\x4b\x84\x10\x93\x5b\x38\x61\xa2\xcc\x97\ \xcf\x92\xe5\x82\x9f\xfb\x8b\xdf\xfa\xd9\x47\x3e\xe2\x32\x4c\x87\ \x7b\xbb\xbd\x98\x3b\x42\x98\xe2\xf3\xbf\xf5\xef\x4f\x7e\x6a\xde\ \x35\xd1\xce\x76\x17\x9c\x89\x2c\x27\x4c\x94\xf9\xb2\x7b\x99\x2a\ \x8f\xdb\x5b\xa3\x71\x19\x06\xee\x38\x08\x00\x84\x52\x34\x9d\xad\ \x75\x00\xa4\x8c\x4f\xa2\x27\x13\x26\xca\xfc\x6f\xa1\x4d\x42\xd8\ \xff\xaf\x92\x22\x22\x61\x6c\x52\xbd\x60\xc2\x2b\x9f\xc9\x53\x3e\ \x61\xc2\x44\x99\x13\x26\x4c\xf8\x4e\xb7\x66\x27\x5c\xcb\x38\x9c\ \x8d\x4b\x30\x5a\x6b\xc1\x3e\x97\xf4\x31\x7e\x89\x88\x88\x38\x4e\ \x3c\x24\x88\x5f\xff\x19\x6b\xc1\x22\x22\x00\x22\x22\xa1\x94\x20\ \xb1\x60\xf3\x2c\xb7\xd6\x20\x00\x21\x08\x80\x80\x48\x29\x45\x42\ \x08\x52\x6b\x8d\x36\x1a\xac\x45\x44\xad\xb5\x35\xc6\x5a\x4b\x08\ \x01\x78\xae\x2e\x11\x21\xd4\x18\x83\x08\x88\x68\x8c\xb5\xd6\x02\ \x58\x0b\x80\x80\x80\x00\x16\x10\x01\x90\x38\x42\x20\x92\xf1\x67\ \x18\x1f\x57\x22\x84\x58\x40\x00\x4b\x29\x03\x04\x4a\x19\x22\xb1\ \x00\x04\x40\x1b\xad\x95\x46\x1c\x57\x24\x43\x42\xd0\x18\xa3\xb5\ \x1e\x17\xe9\xd1\x5a\x03\x58\x00\x04\x00\x4a\xa9\xe3\x38\x00\x90\ \x65\x19\x22\x0a\x21\x10\xb1\x28\x8a\xf1\xb9\xe7\xf1\x7f\x29\xa5\ \xbe\x7e\xd5\xd8\x17\x43\x44\xb0\x16\x0a\xa9\x26\xca\x9c\xf0\xed\ \x87\x12\x72\x61\x6d\x6b\x18\x46\x94\x10\x47\x08\x4a\x69\x51\x14\ \xd6\x82\x23\x1c\x4a\xa9\x94\x2a\xcf\x52\x46\x11\x91\x14\x52\x21\ \xa5\x8e\x23\x08\x61\x9c\xb3\xa2\xc8\xb5\x56\x5a\xca\x70\x34\x90\ \x32\xa7\x88\xc7\x4e\xdc\x40\x99\xa3\x81\x64\xb9\xd4\x5a\x9b\x22\ \x0f\x87\x3d\x55\x64\x51\x32\x74\xb8\xa8\xd4\x9a\x84\xf0\x5c\xca\ \x6a\xbd\xe6\x79\x1e\x65\x2c\x4b\x0b\x6b\xa0\x5a\xab\x21\xc2\x70\ \x34\xf2\x83\x40\x6b\xa3\xb5\x72\x5d\x21\x84\x03\xd6\x12\x44\x6b\ \x8c\x52\x96\x10\x62\x8c\x52\x32\xbf\xf4\xf4\x29\x95\x27\x9e\x10\ \x40\x98\x21\xfc\xc0\xd2\xe1\x38\x0e\x29\x58\x4a\x69\xb7\xd3\xb5\ \x46\x46\xc3\x81\xcc\x13\x4a\x30\x97\x32\x28\xd7\xea\xcd\x96\x56\ \xda\x75\x5d\x63\x4d\x1c\x27\x9e\xe7\xb5\x5a\x53\x51\x1c\x5b\x0b\ \x8d\x46\xc3\x22\x31\x5a\x81\x35\xbd\xde\xee\xda\xda\x1a\x67\xec\ \xa6\x9b\x6e\x4e\x92\x64\xe5\xfc\x8a\x31\xfa\xf0\xe1\x23\x94\x52\ \x44\x5c\x5f\x5b\xcd\xf3\x62\xfe\xc0\x01\xad\x75\xbd\xd1\x18\x4f\ \x5b\xc6\x5a\x29\x25\xa3\x74\x69\xbe\xf5\x2d\xeb\x2a\x4d\x94\x39\ \xe1\xc5\x2f\x98\x0e\xfb\xab\xcf\x3f\x7a\x7a\x65\xcd\xf5\x85\xef\ \xf9\x5c\xb8\xfd\xfe\x60\x38\x1c\x35\xa7\xa6\x5c\x21\xf6\x3a\x5d\ \x4e\xa1\xe2\x10\x6d\x61\xb7\x3b\x98\x9d\x5f\x2c\x55\xea\x5c\xb8\ \xc6\x28\x4e\xb0\xc8\x92\x51\xaf\x77\xfa\xe4\x57\x36\xd6\x56\x38\ \x25\x3f\xf9\xd3\xff\xe3\xf1\x9b\xef\x1a\xa4\xb0\xb2\xb6\x9d\xc4\ \x91\x4d\xc3\x8b\xcf\x3c\xb1\x79\xe9\xd9\xb5\xad\xb3\xd3\xd3\x8b\ \x47\x8e\xdf\x2e\xad\x93\x6b\x7b\xfc\xe6\x1b\x6f\xbf\xe3\xb6\x6a\ \xa3\x79\xe6\xd4\x85\x4a\x30\x75\xe7\x5d\x07\x33\x99\x6e\x6c\xa6\ \xf3\x0b\x53\x9d\x5e\xaf\xdf\xeb\xb7\x5a\xcd\xe9\x96\xdf\xac\x55\ \x19\xa0\x31\x32\x55\x16\x29\x19\xf4\x3a\x2a\x4d\x7f\xe3\x77\xff\ \x70\xe3\xdc\xd3\x47\x96\x16\x83\xfa\x74\x04\xe5\xf7\xfc\x9b\x9f\ \xed\x77\xe5\x70\xf7\x72\x6f\x30\xb8\xb8\x72\xbe\x24\xc8\x43\x7f\ \xf1\x91\xb4\xbf\x23\x38\xc6\x79\x71\xc3\x1d\xaf\xb9\xf3\x35\x6f\ \x48\xa2\x84\x20\x6e\x6c\x6c\x20\xb2\xf9\x83\x8b\x87\x96\x0f\xf7\ \xfa\x43\x42\x58\xb9\x52\xf5\x82\x20\xf0\x9d\xa9\x56\x79\x6b\x73\ \xeb\xc1\x4f\x3c\x78\xfe\xec\xd9\x9f\xf8\xc9\x9f\x2c\x07\xe5\xdf\ \xfe\xc0\xef\xac\x9f\x5f\xf9\xa1\x1f\xf9\x91\xd6\xd4\x34\xa5\xf0\ \x1b\xbf\xfe\xeb\x87\x0f\x1f\xb9\xef\xd5\xaf\xde\xef\x74\xee\xba\ \xfb\x6e\x20\x54\x2b\xb3\xdb\x6e\xc7\x49\x3a\x3f\x3b\xf5\x6f\xde\ \xfd\x66\xad\x27\xca\x9c\xf0\xed\xc6\x58\xa8\x56\xca\x73\xb3\x33\ \x8c\x53\x29\xa5\x10\x4e\xb3\xd9\x70\x85\xe3\x08\x51\x14\x45\xb3\ \x51\x3b\xb2\x7c\x28\x1f\x76\xcf\x9c\x3b\xc7\x09\xa2\xd5\xb5\x8a\ \xef\x7a\xc1\x68\x38\xb4\x46\xcd\x4e\x4f\x99\x3c\x9d\x9a\x6a\x25\ \xa3\x6e\x91\xe7\x67\xcf\x9c\xbe\xf5\xce\xfb\x5c\x0d\xe5\x40\xa8\ \x3c\xa6\x1e\x5f\x5c\x3c\xd0\xd9\x59\x99\x99\x9a\x65\x8c\x83\xb5\ \xb5\x4a\xc5\x32\xc7\x48\xa9\x0b\x15\xf6\xfa\x49\x38\x3a\xba\x74\ \x3c\xf0\x1c\x03\x69\xbd\x52\x02\x99\x95\x5c\xce\x1a\x35\x46\x71\ \x6f\x7b\xab\x88\x47\x5a\x16\x14\xa0\x37\x8a\x1d\x47\x10\xd4\x82\ \xea\x4a\xb9\x54\xad\x54\x11\x31\x4d\x92\xc5\xa3\xc7\x5d\x46\xaa\ \x81\x9b\x3b\xac\xbf\xd7\x3e\xb4\xb4\x48\x4c\x56\xab\x96\x31\x1f\ \x72\x6a\x82\x4a\xcd\xf7\xdd\x7e\xaf\x2b\x1c\x31\x3f\xb7\x20\x84\ \x3b\x3f\x3f\xdf\xee\x74\x4e\x9d\x7c\xb6\xd7\x1b\x1c\x5a\x3e\x7c\ \x60\x7e\xc6\xf3\xdc\xdd\xf6\xd6\xea\x85\x93\x68\xf1\xd0\xc1\xc5\ \xd5\x0b\x2b\xa3\x7e\xef\x35\xf7\xde\x73\xd7\x9d\xb7\xef\xee\xee\ \x20\x5a\x04\xbd\x79\xf9\x72\xb3\x5e\xfd\xfe\xef\xff\x3e\xad\xcd\ \x70\x38\xc8\x92\xc4\x0f\xfc\x24\x4f\x04\xa3\x95\x99\xe9\x99\xe9\ \xe6\x95\x1c\xfe\x9b\x28\x73\xc2\x8b\xc6\x1a\xd3\x6c\xb5\xc2\x4c\ \x1b\xab\xf3\x3c\x07\xa4\x9c\x3b\xad\x66\x53\x2a\x2d\xa5\x3c\xb0\ \xb8\x58\xf2\xbd\x3e\xaa\xb9\xf9\xf9\xf3\x2b\x97\x3c\xd7\xcd\xf3\ \x94\x3b\x4e\xb9\x5c\x4a\xa2\x70\x75\x75\xd5\x73\xc5\x0d\x37\xdd\ \xd2\xde\xdd\x52\x52\x5d\x5e\xdf\xd8\xdd\xd9\x46\xb7\xea\x0a\x5e\ \xad\x56\xd2\x41\x0e\x68\x8b\x42\x39\xdc\x43\x2a\x0e\x1f\x3e\x7e\ \xf4\xf8\xad\xbb\xbd\x5e\x92\x25\x49\x92\x98\x28\x2e\xf9\x81\x35\ \x66\x77\x6b\x93\x0a\x42\xc0\x28\x55\x10\x00\x4e\x49\xa3\x56\xe5\ \xad\x66\x9e\xc5\xed\xce\xde\xe6\xc6\xe5\x51\x98\x58\x80\xb9\xb9\ \x29\x99\x8d\xb6\xb7\xb7\x01\x80\x20\xe9\x75\xbb\xaf\xba\xdd\xcb\ \xd2\x24\x8e\xc2\x34\x8e\xcf\x9c\x39\xf5\xda\xef\x7a\xad\xe7\x78\ \x8c\x20\xa3\x48\x09\x51\x5a\x17\x85\xd4\xc6\x9c\x38\x71\x62\x61\ \x7e\x61\xd0\x1f\x3a\xae\x70\x5d\x8f\x73\xee\xfb\xde\xf4\xd4\x14\ \x67\x8c\x33\x7a\xfc\xe8\x31\xad\x17\x19\x25\x69\x96\xef\xed\xb5\ \x1f\x7b\xec\xb1\xb7\xbd\xe5\xad\x53\x53\x2d\x4a\x20\x4b\x92\x6a\ \xb9\xb4\x9e\xcb\x23\x47\x8f\x70\x46\x01\xc0\x68\xa5\x94\x8c\xa3\ \x78\x18\x8e\xe6\xe6\xe6\x8c\x01\x84\x2b\x3a\x55\x3c\x89\xcd\x4e\ \x78\xd1\x20\x62\x18\x86\xbd\x5e\xcf\x18\xe3\xfb\x3e\x00\xb8\xae\ \xeb\xfb\x7e\xa9\x54\x3a\xb8\xb8\xe8\x0a\xd7\x68\xe3\x70\x87\x51\ \x66\xac\x16\x0e\x9f\x6e\x4d\x39\x94\xa4\xd1\x68\x38\xe8\x8f\x03\ \x42\x8c\xb0\x66\xbd\x05\x80\xed\x76\xfb\xd9\xa7\x9f\xca\xd3\xd8\ \x61\x64\x7a\xaa\xe9\x7b\x7e\x96\xe7\x4a\x6b\x63\x08\xa1\x22\x0e\ \xb3\x28\x4a\x17\x0f\x2c\x9d\x38\x7e\x83\x27\xdc\x7e\xaf\x0b\xc6\ \xb8\x8c\xc9\x2c\xed\xb6\x77\x3a\xbb\xbb\x69\x1c\x15\x79\x86\x68\ \x95\x94\xd6\x68\x99\x17\xd6\x5a\xad\xe5\xf2\xd2\xe2\x7d\x77\xdf\ \xf9\xea\x7b\xee\xa9\x94\x4b\xc3\xe1\xd0\x5a\x9b\xc4\xb1\x92\xc5\ \xf1\x63\x47\x1d\x8a\x0e\xc5\xc5\x85\x39\xdf\x17\x9b\x1b\xeb\x9b\ \x97\x37\xa2\x38\x46\x8b\x5a\xeb\x34\x4d\x67\x66\x67\x5e\x7d\xdf\ \xab\xa7\xa6\xa6\xc3\x30\x54\x46\x0b\x21\x18\x63\xd3\xad\xd6\xd1\ \xc3\x87\xad\x91\x45\x91\x11\x62\xf7\xf7\xdb\x9e\xeb\x71\xc6\xcb\ \x41\x70\xc7\xed\x77\x6c\x6e\x6c\x9c\x3a\x7d\x32\x08\x7c\xe1\xf0\ \x6a\x25\xa8\x55\xcb\x51\x34\xa0\x04\x3a\xfb\xbb\x79\x96\x2a\x99\ \x77\xbb\xfb\x61\x38\xac\x94\x02\x4a\x88\xd6\x8a\x5f\x59\x1f\x8a\ \x89\x32\x27\xbc\xa4\x20\x10\xa5\xda\xe8\x2c\xcb\x92\x24\x36\xc6\ \x78\x9e\x57\xaf\xd7\xab\xd5\x2a\x77\x1c\x21\x44\x7b\x6f\xef\xf4\ \x99\x33\xdb\xdb\xdb\x46\xeb\x28\x1c\xee\x6e\x6d\x6c\xae\xaf\x69\ \xad\x8e\x1d\x3b\x7a\xf0\xe0\x41\x63\x8c\x01\x3c\x7e\xfc\x55\xe5\ \x4a\x2d\x8e\xc2\x8d\xb5\x35\x4e\xa0\x48\x93\x4e\xbb\xbd\xb5\xb5\ \xb1\xbf\xbf\x67\xac\x95\x52\x37\xea\xad\x85\x85\xa5\x6a\xa5\xe6\ \x3a\xa2\xd1\xa8\xa3\x35\x69\x1c\xd5\x2a\xe5\x3c\x4f\x76\xb6\x2f\ \x0f\xfb\x1d\x34\x6a\xa6\xd5\x68\xd4\x2a\xcd\x46\xbd\x54\xf2\xb5\ \x52\xd3\xd3\x53\xcb\x87\x97\xef\xbd\xf7\xde\x7a\xb5\x3c\xdd\x6a\ \x50\x02\x00\xd6\xe1\x4e\x29\x08\xc6\x92\x48\xe3\xe8\xc9\xc7\xbf\ \xdc\xdb\xdf\xa5\xd6\xcc\x4e\x4f\xb5\x9a\x8d\x8d\xf5\x35\xad\x24\ \x12\xa0\x94\x52\xc6\x83\xa0\x4c\x18\xbf\xb4\xba\x1e\x25\xa9\x52\ \xca\xf3\xbc\x56\xab\x39\x33\x3d\x43\x01\x1b\x95\x6a\xad\x5c\xf2\ \x1c\xde\x6c\xd4\x8b\x22\x97\xb2\xa0\x84\x1c\x5e\x5a\x72\x38\x7b\ \xe2\xf1\xc7\x66\xa6\xa7\x84\x43\xb5\x29\xe2\x24\xda\xda\xda\xac\ \x54\x4a\x8e\xc3\xb4\xca\x9b\xcd\xc6\xd6\xe5\x0d\x44\x0b\x60\xc2\ \xe1\x80\x12\xcc\xb2\xf4\x4a\x6a\x59\x4c\xac\xd9\x09\x2f\xde\xcf\ \x34\xb6\x5a\xa9\xcc\xce\xcc\x02\xb1\x4a\xaa\xc1\x30\xac\x56\xab\ \x84\x20\x63\x8c\x31\x56\x14\x05\x00\x58\x24\x94\x10\x0a\xd0\xdb\ \xdf\x73\x18\x75\x3d\xff\xe0\xc2\xbc\xe7\xf9\xc6\x98\xa0\x5c\xd6\ \x45\x31\x7f\x60\xa1\xd5\x6c\xf6\xf6\x76\xb7\x2e\xaf\x0b\x4e\x2b\ \x25\x87\xb1\x6c\x66\x66\x6a\xb8\x57\xcd\xf3\xdc\x1a\xbb\xb4\x74\ \x68\x79\x79\xd9\xf1\xaa\xb9\x2c\xd2\x38\x1a\x0e\xfa\xbe\xe7\x4e\ \x35\x6b\x9e\x2b\xb6\x2f\x0f\x94\xce\xea\x0d\xa0\xd6\x1c\x38\x70\ \xb0\x3f\x0a\x87\xa3\xa1\x31\x26\x0c\xb5\x2a\x8a\x20\xf0\xb7\x56\ \x2f\x7e\x65\x73\xa3\x35\xd3\xf2\x3d\x6f\x61\x7e\x3e\xea\x6c\x73\ \xce\x75\xae\xa2\x41\xff\xd6\x9b\xee\x7c\xea\xa9\xa7\xa2\xde\xee\ \xd6\xc6\x06\xa7\x64\xaa\x59\xbf\x44\x09\x6a\xe2\x70\x26\xc1\xe4\ \x85\x4c\xd2\xb4\x3f\xe8\x27\x51\x14\x45\x51\x92\x24\xa5\x52\x29\ \x4d\xd3\x68\x14\x3a\xc2\x89\xe2\x61\xa3\xd1\x6c\x34\x9a\xdb\x97\ \xb7\xb5\x95\xd3\xad\x29\xdf\xf7\x0f\x2d\x2f\x9f\x7c\xe6\xe9\xe5\ \x43\x07\x8d\xd1\x81\xef\x6b\x95\x0d\x07\xbd\x72\xa9\x94\xc4\xb1\ \xb1\xb6\xd7\xed\xe4\x79\x3a\x1a\x0e\xc2\xd1\xd0\x0f\x4a\x69\x9e\ \x72\x52\x7f\x6e\x57\x67\xa2\xcc\x09\xdf\x66\x6b\x96\x60\x18\x86\ \x8c\xb1\xe1\x68\x90\xe7\xf9\x58\x6f\x94\x32\xc6\xa9\xb5\xd6\x73\ \xc4\xdc\xfc\x1c\x03\xbd\xbb\x75\xb9\xdf\xeb\xea\x22\xaf\x94\xfc\ \x4a\xb5\xea\x39\x5c\x29\xe9\xfb\xfe\xc2\xc2\xa2\x91\xd2\xa1\x70\ \x60\x6e\xee\xc2\xd9\x33\x32\x4b\x2f\xaf\xad\x7a\xd5\x16\x75\x9c\ \x5a\xb5\x9a\x15\x29\x12\xd0\xc6\xce\xcc\xcc\x2e\x2e\x1e\x74\x83\ \x5a\xa7\xdf\xd9\xd8\xbc\xb4\xdf\x69\x23\x9a\x93\x27\x9f\x2a\x52\ \x65\x8d\x6e\x4d\xd5\xf6\xdb\x3b\xfb\xd3\x33\xf5\x66\x53\xe6\xe9\ \x68\x38\x70\x1c\x67\xbf\x3d\x88\xc3\x70\x76\xa6\x95\x46\xe1\xf6\ \xe5\x35\xca\xe0\xc4\xf1\x23\x9e\xe7\x75\x8b\xc2\x12\x93\x17\xf9\ \xee\xce\xe5\xe6\xdc\x52\x9e\xc6\x5b\x97\xb6\x3a\x7b\xbb\xf7\xdd\ \x73\xd7\x46\xd8\x37\x4a\x09\x4a\x94\x52\x45\xa1\x8c\xd2\xfd\x5e\ \xaf\x56\x6f\x78\x8e\xe3\x38\xce\x68\x34\xec\xf7\x7a\x8d\x46\xa3\ \xd9\xaa\x1b\xa5\xe2\x24\x42\xa3\x04\xa3\xc2\x71\xb4\x26\x4a\xea\ \x41\x36\xa8\x55\x2a\xcf\x3c\xb5\x77\x61\xe5\xfc\x60\xd0\xcb\xf3\ \x64\x7b\xeb\x72\xa5\x54\x9a\x99\x9e\xda\xde\xd9\x19\x0c\xfa\x94\ \x39\x84\xc0\xee\xce\xd6\xfc\xc2\x82\xb5\x2a\x8e\x8a\x90\x53\xb8\ \x82\x96\xaf\x13\x65\x4e\x78\x89\xd6\x6c\xaf\xdf\xeb\x76\x3b\x41\ \x10\x34\x4b\xa5\x71\x1d\x77\x8a\x84\x12\x62\xad\x55\x52\x09\x21\ \x82\x52\x50\x2a\xf9\xdd\x6e\xf7\xe2\xca\xf9\x83\x07\x97\x6a\xd5\ \x9a\xf0\x4a\xbe\xe7\x67\x85\x14\xc2\xe9\x6c\x6f\x49\x69\x18\x21\ \xe1\x70\x70\xe9\xe2\xca\x2d\x77\x35\x46\xa3\x81\xeb\xf0\x9d\x9d\ \x1d\x2f\xf0\x86\xbd\x51\xa1\x72\x42\x51\x6b\xc9\x38\xdd\xef\xec\ \x5e\xde\xb8\x48\x11\x9b\xf5\x56\xa7\xdd\x2d\x07\x7e\x12\x77\xa7\ \xa6\x66\xc2\xd1\xe0\xe2\xca\xb9\xe6\xcc\x5c\xab\xde\x30\x60\x1a\ \xb5\x5a\x96\xa5\xd1\x68\x30\x3f\x37\x8b\x56\x73\x87\xe7\x79\x71\ \xec\xd8\xb1\xfd\xcd\x4b\x2e\xb3\x8e\x70\x92\x38\x1a\x0d\xba\x0e\ \xd2\x8d\xd5\xd5\xd9\x99\xd6\xec\xec\x54\x77\x77\x93\x02\x20\xd8\ \x71\x62\x83\x94\xea\xc0\xc2\x42\xb9\x54\x4e\xe3\x84\x33\xa6\x94\ \x0a\xc3\x11\xe7\x14\xad\x19\xf4\xbb\x00\x40\xac\x21\x60\x1c\xce\ \x13\xa5\xd2\x24\xe1\x8c\xde\x79\xe7\xed\x5f\xfd\xea\x13\x17\x2f\ \x5e\x24\x60\xf6\xda\x3b\x5a\xe9\xc0\xf7\x46\xa3\xe1\xee\xce\x76\ \x92\x26\x73\x73\x07\xea\xb5\x5a\x9e\xe7\x04\xa1\xdf\xef\x09\xd7\ \xab\xd7\x2a\x57\x72\x16\x63\xa2\xcc\xeb\xca\x0a\xd5\x00\x2f\x3c\ \x41\x8e\xd6\x8e\x9d\xbe\x17\xb9\x66\x02\x14\x45\xb1\xb3\xb3\xe3\ \x79\xee\xd4\xd4\x54\xa3\xd1\xf0\x83\x40\x4a\x39\x0a\x23\x4a\x59\ \xa9\x5c\x42\xc4\xa2\x90\x8e\x23\x96\x97\x0f\x5b\xab\x7d\xc7\xd9\ \xdf\xdf\xd3\xda\x34\xa7\x67\x6b\x53\xd3\x41\xb9\xe6\x79\x41\xaf\ \x3f\x48\x92\x74\xaa\xd5\x6a\xef\xb5\xb7\x2e\x6f\x1c\x3e\x71\x03\ \x73\x5c\x6b\x75\x10\xf8\x59\xc4\xf3\x22\xb7\x16\x46\xa3\x61\x2e\ \xfb\x4f\x3d\xfb\x94\x25\xf9\xf2\xa1\x85\xbd\x9d\xed\xe9\x56\xd9\ \x77\x58\xbd\x5a\x6f\xb7\x77\xcf\x9f\x3b\x47\x98\xeb\x05\xa5\x56\ \xbd\x6e\x09\x63\xdc\xf1\x7d\xa1\x95\x3a\x7f\xe6\x74\xa7\xbb\x6b\ \x54\xb1\xbd\xd5\x6d\xb7\x77\xca\xe5\x12\x20\x82\xb5\xbe\xeb\x59\ \x6b\xb4\xcc\x8d\x2e\x06\xfd\xde\x9b\xee\x7c\xb3\xe0\x5c\x29\x59\ \xc8\x82\x50\x8d\x88\x9c\xf3\x6a\xa3\x76\xe3\x0d\x37\xa6\x69\xb6\ \x11\xad\x25\x69\x3a\xd5\x6a\x19\xa3\xf2\x2c\xd3\x14\xf7\xda\xed\ \x52\xe0\xf7\x39\x47\x42\x33\x69\x8c\x31\x68\x91\x3a\xac\x5e\x6f\ \x1c\x5a\x5a\x7a\xfc\x91\x2f\x01\xc3\x5e\xaf\x3b\x18\x0e\xca\xa5\ \xca\xee\xee\x76\x18\x0e\x95\xd6\x83\x41\xaf\xd5\x9a\xb2\xd6\x0e\ \xfb\xfd\xd9\x85\x85\x46\xa3\xe1\x08\xc7\xd8\x89\x9f\x39\xe1\x05\ \x82\x1a\xf4\xfb\x41\x65\xce\x5a\x7c\x3e\xc4\xaa\x95\xca\xb3\xf4\ \xc5\x76\xad\x25\x04\xf7\xf6\xf7\x84\xc3\x8f\x1f\x3b\x56\xae\x54\ \x5d\xcf\x43\x82\xc2\x11\x69\x96\x27\x49\x4c\x28\x61\x94\x32\xc6\ \x8c\x36\x83\xe1\x40\x30\x7e\xf4\xe8\x91\x38\xcb\xc3\x28\x09\xe3\ \xc8\x32\x27\x28\x55\xc1\x58\x0a\xa4\x51\xaf\x99\xbc\xb9\xbd\xb3\ \xd5\xeb\xee\x7b\x42\xdc\x74\xdb\xed\x4f\x3c\xfe\xe8\xc2\x81\x03\ \xc9\xa8\x4f\x18\xd6\x6b\x15\xdf\x17\x7f\xf1\xe1\x4f\xd4\x9a\xd5\ \xd7\xdf\x7f\xdf\x93\x4f\x3e\xdc\xba\xe9\x86\xdd\xed\x76\xa5\x5c\ \x9b\x99\x9d\x99\x9f\x9f\xdb\x6d\xef\x4d\xcd\xcd\xcf\xce\xcc\x12\ \x82\x84\x91\x7e\xaf\x5b\x64\x2e\x63\xac\x56\xad\xee\xaf\xa9\x95\ \x0b\x2b\x5e\xa9\x5c\xa8\x3c\x8b\xfb\x84\x10\x4a\x89\xe3\x38\xd5\ \xa0\xd4\x6c\x36\x46\xc3\x91\x27\x9c\xe5\xa5\xa5\x46\xa3\x91\x66\ \x99\x94\xca\x21\x40\x00\x5c\xd7\x3d\x76\xec\x98\x31\xa6\xdd\x6e\ \x1f\x5a\x5e\x9e\x9e\x9e\x8e\xc3\xd1\x60\xd0\x8b\xe2\x48\x70\xaa\ \x94\x94\xb2\xe8\x74\xf7\x35\x00\xe7\x41\x9a\x67\x4a\xe5\xd5\x72\ \x89\x12\x98\x9b\x9d\x71\x3d\x57\x6b\xd5\xde\xdd\x4d\xb3\x54\x08\ \xb1\xb9\xb9\xa1\x95\x2e\x0a\x35\x04\xac\x56\xab\x4a\xe6\xe8\x0a\ \xdf\x75\xa2\x70\x98\xc5\xa3\x2b\x19\xe4\x89\x32\xaf\xa3\xad\x0e\ \xc6\x78\xb7\xdb\xad\xd7\xeb\x84\x38\x00\x50\x14\x45\x96\xa6\x8c\ \x33\x6b\x5e\x5c\x79\x4d\x6b\x11\xad\xae\xd5\xca\x41\x20\x10\x2d\ \x58\x45\x2c\x12\x4a\x1b\xf5\x4a\xc4\x59\x92\x24\x86\xb1\x2c\xcd\ \x95\xd2\xcd\x66\x2b\x89\xe3\x5a\x6b\x3a\xde\xda\x72\x3c\x71\xf0\ \xf0\xa1\x4a\xad\x39\x1a\x85\xed\xad\xd5\x64\xb4\x67\x8d\x34\x48\ \xa9\xe3\xc6\x71\x7c\xfe\xcc\xa9\x23\xcb\x4b\x1b\x17\x57\x0e\x2f\ \x1d\x3a\xfd\xcc\x33\xae\xe3\x8d\x46\x83\xf3\xe7\x4f\x51\xa2\x6f\ \x3c\x71\x42\x38\x41\x10\xcc\xc4\x69\xb2\x78\xf8\xa6\x20\x28\xf9\ \xbe\x37\xdd\x6c\x95\x1b\x53\x4a\x83\x43\x31\x4f\xc2\x2c\xcf\x3b\ \x9d\x8e\xd6\x3a\xcf\xf3\x4e\xa7\xe3\x70\x5a\xaa\x37\xb5\x2a\xde\ \xfe\xd6\x37\x5f\xbe\x74\x7e\xeb\xc2\xb9\x28\x89\x81\x8a\x38\xcd\ \x2b\xa5\x00\xb4\x72\x38\xb5\xd6\x08\x21\x80\xa0\x65\xc4\x52\xb4\ \x00\x8c\x7b\x41\x50\xd9\xdd\xd9\x9b\x9e\x9a\x22\x60\xd6\x57\x2f\ \x11\x02\x9e\x60\x23\x23\xd3\xac\xf0\x7d\x5f\x5b\x8d\x40\x92\x28\ \x2c\xf2\x4e\x14\x46\xbe\xef\x95\x05\x73\x5c\x51\x2b\x97\x0f\x2e\ \x2e\x5d\x5e\xdf\x18\x74\x07\x84\x52\x6a\x49\x5e\xe4\x45\x91\x23\ \x12\x0a\x76\xd8\xeb\x70\x2e\x64\x9e\x76\x77\x77\xb2\x3c\x6f\xd6\ \x6b\x38\xf1\x33\x27\xfc\xad\x29\x6b\xcd\xd1\x63\x27\x7a\x83\xdd\ \x6e\xa7\x4b\x08\x52\x4a\x19\xe3\x33\x73\x07\xa2\x70\xd8\xeb\x76\ \x5e\xa4\x32\x6d\xb5\x5a\x31\x51\xa6\x8d\x66\x56\x69\x45\xb4\xd6\ \x8e\xe3\x14\xca\x18\x23\x85\xe0\x71\x1c\x23\x21\x95\x6a\x2d\x0a\ \x87\xa3\x30\x5a\x5d\x5d\x15\xae\xbb\x78\x70\x69\x66\x66\x1a\x99\ \x48\x8b\xdc\x98\x42\x16\x49\x21\xf3\x5a\xa3\x8e\x04\x93\x24\x09\ \x47\xc3\xb5\x8b\x17\xf2\x24\xf6\x3d\x3f\x8a\x12\x46\x70\x6b\x6b\ \x13\x90\xbe\xe5\x81\x37\x8d\xe2\x14\x0c\x11\x6e\xb9\x3f\x4c\xee\ \xbd\xef\x75\x83\x41\xdf\xf7\x5c\x87\x20\x4f\xb2\x2c\x0b\x2f\x5f\ \xde\x20\x84\x94\x82\x20\x4b\x92\xf5\x8d\x8d\x52\x10\x1c\x3f\x7a\ \x94\x0a\xd7\x0f\x82\xf6\xf6\x86\x2e\xb2\x34\x8e\xcb\xe5\x8a\x56\ \xda\x00\x59\xdf\xd8\xb8\x74\xe1\xc2\xde\xee\x36\x5a\xeb\x38\x0e\ \x52\x4c\xf3\xcc\x18\x83\xc4\xa1\x84\xfa\x41\x59\x08\x9f\x31\x81\ \x00\x45\x96\xc6\xd1\xa8\xdb\xed\xd4\xab\x95\x20\x08\x86\xc3\x81\ \x36\x4a\x2b\x4d\x09\x19\x0c\xba\x56\xa9\x34\x8a\x6b\x95\x20\x1a\ \x0d\xc2\x81\xc9\x92\xb4\x1c\x94\xac\xb5\x69\x92\xd7\x6a\x35\xcf\ \xf3\xf3\x22\xf7\x3d\xdf\x18\x8d\x08\x4a\x4a\xb0\x16\xc1\x84\x43\ \xc2\x39\x27\x93\x4c\x83\x09\xdf\x20\x27\x42\xc8\xe1\xa3\xc7\x8f\ \x1d\x7f\xd5\xc2\xe2\xd2\x81\xc5\xa5\x43\x87\x8f\x36\x1a\x4d\x63\ \x5e\x7c\x3d\x6a\x04\x63\xcc\x70\x30\x18\x0d\x47\xea\xeb\x07\x29\ \x8c\x31\x51\x14\x0d\x06\xc3\x42\x16\xae\x70\x5d\xd7\xcd\x8b\x82\ \x71\x5e\xab\xd5\x7a\xbd\xde\xf2\xf2\xf2\xe2\xe2\x82\x2b\x44\xa9\ \x14\x38\x9c\x97\xcb\xd5\x9b\x6f\xb9\xb5\x90\xd2\x71\x9c\x5a\xad\ \x56\xe4\x45\x14\x86\x4f\x3e\xf9\xe4\xe2\xe2\x82\xe3\xf0\x34\x8d\ \x6b\xf5\x7a\x10\x04\xd5\x6a\xf5\xd0\xa1\x25\xe1\x38\x5a\x4b\x4a\ \xe0\xae\xbb\xee\x08\x7c\xef\xc0\x81\x39\xb0\x1a\xac\x69\x36\xeb\ \x9e\x27\xba\xfb\xfb\xfb\x7b\xed\xbd\xf6\x6e\xb7\xb3\x2f\x8b\x9c\ \x52\x22\x8b\xdc\xe5\x74\xf9\xe0\x81\x46\xb5\xf2\xc4\xe3\x8f\xad\ \x5e\xbc\xd0\x6a\x34\xac\x91\x9c\x80\x35\x4a\x15\x49\x96\xc6\xc2\ \x11\x84\xe0\xe9\x53\xa7\x56\x2f\x5d\x62\x8c\x31\x46\x39\x63\xe5\ \x20\xf0\x3d\xd7\xf3\xdd\x46\xa3\x66\x8c\x2e\x8a\x5c\x2b\xd5\xe9\ \xec\x23\xe2\xc2\xc2\x42\xad\x56\x2b\xf2\x5c\x2b\x25\x1c\x87\x12\ \xda\xe9\x76\x8a\xa2\x28\x8a\x22\xcb\x73\xd7\x75\x5b\xad\x16\xa5\ \x54\x29\xc5\x39\x2b\x05\x7e\xbd\x5e\x2f\x95\x4a\x00\xc8\x39\x67\ \x8c\xb9\xae\x6b\xad\xed\xf5\x7a\x59\x96\x49\xa5\x26\x11\xa0\x09\ \xdf\x28\x4e\x63\x4c\xa5\x5a\x25\xa4\x6e\x2d\x28\x25\x5f\xd8\x16\ \xee\x45\xba\x9a\x24\xcd\xb2\xc1\x60\x00\x00\xdc\x49\x38\x77\x38\ \x77\x84\x10\x4a\xa9\xc1\x60\xd0\x6a\xb4\x38\xe7\x84\x52\x40\x4b\ \x08\x09\x02\x7f\xdc\x16\x52\x49\x6d\x20\x23\x16\x17\x0f\x2c\xd6\ \x7d\xf7\xec\x99\xf3\x8d\x7a\x7d\xf5\xd2\xfa\xfe\x5e\xe7\xf2\xfa\ \xa5\xa4\xd9\xfa\xbe\xb7\xbf\xed\xdc\xb9\x73\x32\xcf\x4a\xa5\x72\ \xe0\x07\xb7\xdf\x7e\x3b\xe3\x8c\x10\x32\x1c\x0e\x8d\x52\xa5\xc0\ \x03\xa3\xbb\xfd\x3e\x05\x90\x79\x3e\x1c\x0c\x19\x92\x6a\xb9\x94\ \x66\x19\x18\x2b\xf3\xdc\xe5\x4e\x9e\xa4\x32\xcb\x87\xdd\xbd\x28\ \x1c\x0d\xba\xfb\xd1\xa0\xe7\x79\x42\x51\x48\x93\xc4\x68\x5d\x2a\ \x97\xa3\x41\x4f\xe5\xa9\x23\xf8\xb9\xb3\x67\xba\xa3\x61\x96\xa5\ \x42\x70\x8a\x80\xc4\x52\x46\xb4\x92\x82\xf1\x70\x38\xcc\xf3\x02\ \xc6\x6d\xaf\xa4\xea\x76\x3b\x79\x96\xa6\x71\x22\x04\x37\x46\xf7\ \x06\x7d\xb4\x86\x52\xb2\xb7\xb7\x9b\xe7\x79\xab\xd5\x9a\x9e\x9e\ \xf6\x3c\xc1\x18\x71\x1c\xe6\xfb\x9e\x94\x32\xf0\xfd\xf1\xe0\xcc\ \xcc\xcc\x24\x49\xc2\x18\xcb\xb2\x2c\x8e\x63\xcf\xf3\xae\x30\xdc\ \xf6\x8f\x52\xa6\x05\x48\xd3\x34\xcf\x0b\x42\xae\x89\xb5\x57\x2b\ \xcb\x13\x96\xa7\x4c\xab\xeb\x53\x78\xe0\x08\x42\x19\xfe\x03\x91\ \x3f\x44\xdc\xdc\xdc\xb4\x00\x46\xeb\x20\x08\x1a\x8d\xe6\x4b\xbb\ \xf1\x42\x08\x00\x1b\xc7\x71\x51\x14\x80\xc4\x75\xbd\x4a\xb5\x5a\ \x6f\xb4\x3c\xcf\x13\x42\x04\x41\x20\xa5\x5e\xa8\x2c\x30\x82\x97\ \x56\x2f\x78\x9e\x57\xab\xd5\xa2\x38\x76\xbd\xc0\xe1\x8e\xc3\x39\ \x22\xb6\xf7\xf7\x83\x72\xf9\xe8\x89\xe3\x4f\x9f\x7c\x76\x75\x6d\ \x75\x7f\xbf\x73\xdb\xed\x77\x1c\x5e\x3e\xfc\xb9\xcf\x7e\x16\xac\ \xa9\xd6\xaa\xda\x98\x72\xb9\x92\xa6\x29\x20\x6c\x5d\xde\x4c\x8b\ \x2c\x8b\xe3\x1d\x99\xef\xec\xee\x1c\x3a\xb8\x98\x27\xd1\xce\xf6\ \x66\xa3\x51\xbf\xfd\xb6\x5b\x08\xa5\xbd\x6e\x6f\x65\xe5\xfc\xca\ \xca\x0a\xe3\xbc\x5e\x2b\x77\x57\x77\x39\x25\x49\x38\x4c\xd3\xf8\ \xe6\x1b\xef\x6a\xef\x6e\xfb\x9e\x48\x93\x44\x3b\xfc\xe4\xd3\x5f\ \xcd\x32\xd9\x9c\x99\x9f\x99\x99\xb7\x43\xf5\x58\x00\x00\x20\x00\ \x49\x44\x41\x54\x59\x58\x5e\x7a\xfc\xf1\x2f\x1b\x63\x00\x88\xd1\ \x46\x49\x99\x65\x69\xa9\x1c\x6c\x5d\x5e\xdd\xdb\xdd\xaa\x94\xfc\ \x2c\x76\x5d\x61\xb2\x3c\xef\xf7\xfb\x68\x2d\x27\x6c\x14\x0e\xf3\ \x2c\x35\xda\x14\x45\x11\x45\x91\x31\x76\x67\x67\x07\x00\xf2\x3c\ \x1f\x1f\x58\xd5\xda\x28\xa5\x84\x27\x28\xa5\x84\x90\xf1\xe1\xd2\ \x2c\xcb\x92\x24\x29\x8a\x62\x34\x0a\xc3\x30\xbc\xea\xfb\x99\x08\ \xe0\x79\xde\xf8\x13\x5c\x1b\xca\x04\xdf\x27\xc2\xa3\xd7\xa7\x32\ \x9f\xd7\xe7\x3f\x74\xbf\x39\xff\xc2\x17\xbe\xf0\x37\x5f\xfc\xa2\ \x10\xe2\x7d\xef\x7b\xdf\xd4\xf4\xf4\x4b\xfa\x15\xc6\xf7\xfd\xd9\ \x99\xd9\x5c\x49\x4a\x08\xe3\x0e\x63\xbc\x52\xa9\x10\x42\x28\xa5\ \x9e\xe7\x21\xa2\x54\x19\x77\x9c\x72\xe0\xcd\xcd\xcd\x0d\xfb\x7d\ \x63\x4c\xb9\x5c\x66\x94\xb4\x77\x77\x01\x89\xf0\x9c\xde\x60\xa0\ \xad\xe5\xc2\x5d\x5a\x5e\x7e\xf4\xd1\x2f\x5b\xa3\x0e\x1f\x3a\x14\ \xf8\xde\xa0\xd7\xa5\x84\xb8\xae\xe7\xba\xfe\x70\x30\xb4\x80\xbe\ \x2b\xe6\x66\x67\xce\x9c\x3b\x1b\x8e\x86\x9c\xb3\xc3\x4b\x8b\x5a\ \x16\x56\xeb\x7a\xad\x4c\x08\x64\x69\x52\x2a\x95\x02\xdf\xa5\x04\ \x8f\x1d\x3b\xb2\xb8\xb8\x78\xf6\xec\x99\xbd\x9d\xed\xc0\x13\x04\ \xc0\xf7\xfc\xcd\xcd\xcb\x9c\xd1\x23\xcb\x87\x4f\x9d\x7c\x26\x89\ \x86\x88\x68\x34\x26\x51\xdc\xd9\x6b\x1f\x3e\x7e\x9c\x00\xa0\xb5\ \xd6\x1a\x55\x28\xdf\x75\x2b\xa5\x52\x9e\x65\xd6\xea\xd5\x4b\x97\ \x5c\xd7\x65\x8c\x29\x25\x29\x21\x9c\x91\x22\xcb\xd6\x37\xd6\xf2\ \x3c\x73\x5d\xb7\xc8\x33\x00\x9b\xa6\x89\xe3\x38\xbe\x5f\xde\xdf\ \xdf\x93\x52\x02\x58\xa5\x64\x1c\x85\x5a\x4f\x45\x61\x38\x4e\xc4\ \x5d\x59\x59\x31\xc6\x8c\x45\x6b\x8c\xe9\x76\x3b\xad\x66\x7d\x12\ \x01\x9a\xf0\x0d\x4b\x9d\xd5\x4a\xbd\xf3\x9d\xef\x44\x42\x0e\x2d\ \x2d\xdd\x7e\xdb\x6d\x4a\xaa\x97\xd0\xc5\x13\x11\x93\x24\x41\x42\ \x7c\xdf\x27\x88\x42\x78\xdc\x71\x7c\xcf\xe3\xc2\xe3\x9c\x53\x4a\ \x01\xd0\x11\x56\x5b\x03\x88\xd3\x33\x33\x97\x2e\x5c\xd8\xda\xdc\ \x34\x08\xb5\x7a\xd3\xf7\xcb\x59\x5e\x74\x3a\xdd\x76\x7b\xdf\x0f\ \x4a\xae\xe7\x2d\x2d\x1d\xf2\x7d\x7f\x34\x1a\xa4\x69\x22\x65\xbe\ \xbf\xdf\x66\x94\x6c\x6d\x6d\xdf\x79\xd7\xbd\x95\x6a\x65\x73\x73\ \xbb\x52\xae\x49\x99\x37\xea\xb5\xa3\x47\x96\x5b\xcd\x86\x31\xaa\ \xdb\xed\x38\x84\xf4\x7b\xdd\xed\xed\xad\xd1\x60\x70\xe4\xc8\x11\ \x21\x04\xa3\xe4\xc0\x81\xb9\x43\x87\x0e\x25\xe1\x68\x6f\x73\xa3\ \xbb\xbf\xef\x08\xa7\x28\xe4\xd6\xf6\xce\xf2\xa1\x25\x2f\x28\x15\ \xb2\xd0\x12\xaa\x95\x72\x66\x15\x77\x58\x1c\x87\xfd\x7e\xcf\x28\ \x45\x09\x6a\x25\x8d\x31\x95\x5a\xb5\x51\xaf\x0f\xfa\xbd\xfd\xdd\ \x76\xad\x56\x0d\xc3\x28\x8e\xc2\x4a\xa9\x54\x64\xa9\x26\x58\xab\ \x94\x4b\x65\xdf\x11\xdc\x18\xcd\x0d\x43\x04\x42\x48\xa3\x51\x5f\ \x5a\x3a\xb4\xbf\xbf\xdf\x6e\xef\xfa\xbe\x17\x45\x21\x12\x60\x8c\ \xe5\x32\xf7\x3c\x2f\x4d\x53\x6b\x2d\x63\x4c\x4a\x59\x14\xc5\xf8\ \x50\xf5\x15\xee\x51\x4d\x94\x79\xbd\xc0\x18\x4d\x92\xa4\xda\x28\ \x33\xc6\x7e\xf8\x87\x7e\x08\x11\x95\xd6\xd6\x58\xa5\x14\x79\xd1\ \x05\x42\x11\x00\xb4\x56\xd5\x7a\x8d\x12\x42\x29\x77\x3d\x8f\x10\ \x02\xe3\xb2\x20\xd6\x22\x41\x40\x00\x44\x83\x50\x2e\x97\x29\x21\ \x8c\xf3\x30\x0c\x2f\x76\x2e\x54\xaa\x0d\xe1\xf9\x04\x0c\x10\x52\ \xae\x54\x08\x21\xe5\x72\xd9\x71\x1c\xa3\xf5\xda\xda\xda\x5e\x7b\ \xb7\xbd\xb3\x4b\x09\xd9\xd9\xdd\x15\xbe\x27\x5c\xd1\x68\x34\x1a\ \xf5\x56\xbf\xdf\x9f\x9d\x9e\x9a\x9b\x99\x8e\xa2\xe1\xd9\x73\x67\ \x3b\xed\xbd\x92\xef\x67\x71\xd2\xef\x74\x8a\x34\x9d\x6e\x35\x3b\ \x79\xae\x65\x11\x0d\x87\x97\x56\xce\x53\x02\xcd\x66\x7d\x2b\x8d\ \xba\xfd\x41\x92\x24\x42\x88\x3c\x57\xb9\x54\x4a\x1b\x24\x28\x65\ \xc1\xb9\xa8\x57\xab\x59\x96\x9d\x39\x7d\x2a\xcb\x12\x6a\x01\x01\ \x10\xc0\x61\xd4\x5a\x3b\x1a\x8e\xa2\x28\x44\xb0\xc2\xe1\xfd\xa2\ \x48\xd2\x24\xf0\xbc\x3c\x4f\x93\x34\x15\x9c\xfb\xae\x3b\x18\x0c\ \xb2\x2c\x63\x8c\x69\xad\xb5\x36\x8c\xb1\x66\xb3\x59\x14\x45\xb5\ \xda\xdb\xd9\xd9\x29\x95\x4a\xb3\x73\xb3\xdb\xdb\xdb\x52\xca\x24\ \x49\x2a\x95\x8a\x10\x82\x73\x3e\x1c\x0e\x01\x80\x32\x46\x29\xb3\ \x57\x90\x69\x30\x89\xcd\x5e\x17\x68\xad\x9b\xad\xe9\xce\xfe\x5e\ \x9a\xa6\x63\xcf\x47\x6b\x4d\x09\x19\x0e\x7a\x60\x8d\x23\x5c\xfb\ \x62\x16\x4e\x63\x4d\xb5\x5a\x1d\x9f\x6c\xe6\x9c\xe1\xb8\xd8\x0f\ \x3c\x57\x08\x08\x11\x11\x09\x17\xc2\x2f\x95\x8c\x31\xcd\x56\xcb\ \x11\x02\xac\x3d\x74\x68\xb9\x51\xaf\x87\x61\xb8\xbf\xb7\x37\x18\ \x8e\x0c\xe0\x81\x85\xc5\x66\xab\xb5\xb8\xb8\x38\x3b\x3b\x0b\x00\ \xbb\xdb\xdb\xcf\x3c\xf5\x34\x80\x41\x84\x1b\x6e\xb8\xe1\xd0\xd2\ \x12\x25\x74\x7e\x6e\x5e\x38\x4e\xaf\xdb\x51\x32\xef\xec\xed\xf5\ \x7a\xdd\x3c\x4b\xb3\x34\x5a\xbd\x74\xf1\xf2\xe5\x35\xb0\x3a\xcb\ \x92\x73\x67\x4f\x47\xd1\x68\x7e\x7e\x96\x12\xe8\x74\xf6\x36\xd6\ \xd7\x19\xa5\x07\x97\x96\x84\x70\x19\x17\x5e\x50\x41\xee\x34\x5a\ \xd3\x06\x59\x94\x24\xd6\x5a\x04\x64\x8c\x1d\x3d\x72\xe4\xb9\xa3\ \x9b\x14\xad\xd5\x52\xe6\xbe\xe7\x96\xcb\x25\x82\x58\x14\xf9\x60\ \x30\x4c\x92\xc4\x73\x9d\x22\xcd\x08\x41\xc6\x59\x9e\x26\x69\x9a\ \x66\x59\x66\x8c\xf1\x7c\x37\x2f\xb2\x24\x8d\xf7\xf6\xda\xa7\x4e\ \x9d\x8c\xe2\xd0\x11\xdc\x0f\x3c\x29\x73\x6d\x34\xa5\x34\xcb\xf3\ \x24\x49\x82\x20\xa8\x54\x2a\xf5\x7a\x7d\x79\x79\x79\x76\x76\x36\ \x49\x92\x5e\xaf\x97\x66\xe9\xcb\x61\xcd\x8e\x03\xc7\xd7\x8e\x9f\ \x59\x48\xa2\x2d\x6a\x33\x11\xe3\xdf\xbd\x4d\x2a\x2b\x55\xca\xb3\ \xb3\x73\x67\x4e\x3d\x7b\x68\xf9\x70\xa5\x5a\x53\x4a\x75\xf6\xda\ \xc3\xd1\x70\x66\x76\xae\xbd\xbb\xf3\x62\x6d\x5a\x4a\x28\x21\x44\ \x4a\xe9\x38\x0e\x65\x04\xf0\xb9\x62\x5c\xe3\x59\x80\x52\x62\x01\ \x8c\xb5\x9c\xb1\x22\x49\xb8\x70\x86\xc3\xe1\xd2\xa1\x43\x47\x8f\ \x1d\x23\x84\x3b\xc2\x7b\xf2\xab\x5f\x89\x93\xa4\xd1\x6c\x39\xc2\ \xb5\x76\xd8\x6a\x4d\x39\x0e\x8f\xa3\xe8\xcc\xd9\xd3\xc2\x71\xb4\ \x31\xb7\xdd\x76\xdb\x89\x13\x27\xfa\xfd\x61\xb7\xdb\xcd\xb3\x7c\ \x7b\x7b\x4b\xa9\xe2\xec\x19\xdb\x68\xd6\xc1\x68\x46\x29\x58\x93\ \x44\xf1\xf4\xf4\x34\xe7\xbc\xd7\xeb\x95\x83\x92\xe7\x08\x46\x88\ \xe0\xce\x54\xa3\xb1\xb5\xb3\x65\x8c\xa9\x35\x9a\x96\x8a\xa9\x99\ \xe9\x4a\xb5\x32\xe8\xb4\x85\xeb\x71\x82\xa3\x30\xf6\x3c\xd8\xd9\ \xd9\xbe\xf1\x96\xdb\x05\xe7\x5a\x29\x46\x0d\xa3\x04\x00\x86\xc3\ \xe1\xc5\x0b\x17\xce\xaf\x6e\x0d\xba\x7b\xb5\x6a\x10\x47\x51\x29\ \x28\xc7\x7a\x98\x24\x89\xd1\x6a\xd0\xef\x77\x3a\x9d\x99\xe9\xe9\ \x66\xa3\x31\x0c\x87\x83\xc1\xc0\x18\x63\xc1\x86\x51\x18\xad\x44\ \xd6\xda\xc1\x60\x80\x88\x59\x96\x6e\x6d\x6d\xe5\x59\x46\x29\xad\ \x54\x2a\x59\x96\x05\xbe\xef\x79\xde\x78\x63\xc9\x73\x5d\xc1\x1d\ \x7b\xb5\xb3\xf3\xac\xb5\x07\x0f\x2e\x2a\xa5\x08\x5e\x1b\xca\xd4\ \x50\x6a\x90\x0a\xe3\x66\x52\xbe\xfd\xef\x22\x30\x81\x9c\xbb\xbe\ \x57\x2e\x97\xcf\x9f\x3b\x0d\xd6\x12\x4a\x5d\xd7\x6b\xb5\xa6\xf2\ \x3c\x93\xb2\x18\x67\x96\xbe\x88\x65\x13\xc0\x0f\x02\x4a\xa9\xb5\ \xc0\x28\x23\x40\x8c\x31\xb2\x48\x8d\xd6\x8c\x31\x47\x3b\x79\x9e\ \x85\x56\x15\x69\xfa\xec\x53\x4f\x67\x71\x52\x14\x85\xe7\xfb\x08\ \x44\x4a\x5b\x2e\x97\x7d\xcf\xcf\xb3\xc2\x6a\xa3\xa5\x6c\xd4\xeb\ \x47\x8e\x1e\xf9\x9b\xcf\x7d\x26\x8a\x46\xeb\x6b\x6b\x85\xcc\x7c\ \xcf\xbb\xf7\xde\x7b\x18\xa3\x71\x14\xed\xed\xed\x46\xa3\xb0\x5c\ \xf2\xbf\xfb\x0d\xf7\x47\x51\xb8\xb6\x71\x69\xf3\xf2\x86\xd5\xca\ \x68\x59\xe4\x89\x92\x39\x58\xed\x70\xee\x0a\xc1\x19\x2b\x05\x41\ \x7b\xb7\x6d\xad\x35\x4a\xa7\x79\xd6\xa8\xd7\xf3\x42\xaa\x22\x73\ \x78\x3d\x4d\xb2\x66\x6b\x6a\x76\xba\xf9\xf8\x97\x1f\x71\x2c\x8c\ \x86\x83\xb3\x67\x4e\xaa\x22\x45\xa3\x99\xc3\xad\xb1\x8c\x8b\x30\ \x8a\xce\x9e\x3e\xb9\xdd\xee\x96\xcb\xc1\xfe\x5e\x1b\x00\x3c\xcf\ \xd3\x46\x15\x45\xd1\xed\x76\xf2\x2c\xab\x54\xab\x48\x48\xa7\xdb\ \x8d\xe3\x08\xac\xa5\x94\x2a\xa9\x64\x51\x58\x6b\xb3\x3c\x0b\xc3\ \x90\x31\x9a\x24\xf1\x6e\x7b\xd7\x0f\x4a\x9c\xb1\x4a\xad\x96\x65\ \xa9\x57\x2a\x6f\x6d\xef\x0e\x47\x51\xa3\x35\x55\x0a\x4a\xd9\x95\ \xf9\xf6\x2f\x5d\x99\x4a\xe9\xd9\xb9\xf9\xff\xe7\x57\xdf\x7f\x8d\ \x2c\x98\xcf\x4f\x16\x5a\x4d\xba\xc5\x7e\x13\xcf\x50\x1b\xd9\xed\ \xed\x08\x57\xcc\xcd\x2f\x7c\xfd\xc9\x40\xa9\x64\x5e\xe4\xf5\x46\ \xe3\x45\xc9\x72\x1c\x01\x36\x06\xc1\x68\xb0\x28\x89\xa4\xd4\x08\ \xc7\x29\xd2\x24\x0c\xc3\x72\xb9\x5c\x24\xa3\x33\xcf\x3e\xb9\xb1\ \xb9\xe6\xb9\xa5\xcd\xcb\xdb\xae\xef\xcf\xcc\x4c\x1b\xad\x8d\xd5\ \x16\x99\xd6\x52\x4b\x25\x98\xe3\x3a\x42\x4b\xc5\x19\xad\x96\x4a\ \xbe\xef\x66\x79\xb6\xba\x76\xa9\x14\xb8\xe5\x6a\x30\x33\x3d\x65\ \xb4\x12\x0e\x8d\xe3\xc1\xee\xce\x96\xc3\xf9\xec\x6c\x6b\x38\x64\ \x3b\x5b\x4c\x65\x45\xa7\xd3\xe6\x1c\xb5\xce\x92\x38\x0c\xc3\x70\ \x7a\x7a\x26\x89\xc3\xe1\x60\xb0\x70\x60\x71\x38\x08\xd7\xd6\x2f\ \x59\x23\x91\x12\xc7\x71\x66\x6a\x65\xd7\xf3\xba\x3b\xdb\x9b\x1b\ \x6b\x82\x3b\x27\x4e\xdc\xf4\xd8\x63\x4f\x0e\xa3\xa4\x1c\xe8\x53\ \xcf\x7c\x35\x8c\xa2\x40\x38\xd6\x82\xd4\x08\x44\xb8\x9e\xd7\xdf\ \xdf\xd6\x69\xc6\x2a\x2e\x75\x85\xb5\x36\x1a\x0d\x00\xa0\xdb\xed\ \x4a\xa9\xfc\x52\x39\x8e\xa2\x6e\xaf\x8f\x00\x68\xb4\x51\xda\x18\ \x89\xe3\xce\x70\xd6\x52\xb0\x04\x0c\x82\x46\xab\xe3\x24\x9e\x9a\ \x9b\x77\x85\xe7\x05\x25\xa5\xa1\xd1\x9c\xea\x74\xbb\x8e\x1b\x20\ \x41\xd7\x0f\x92\x34\xbe\xba\x75\x80\xac\x35\xd5\x5a\x9d\x10\x62\ \x27\x3d\xcd\xbf\xb3\x35\x0b\x60\xed\xf3\x35\x51\xaf\x30\x36\x1b\ \x87\x61\xbf\xb3\xc7\x18\x15\x8e\x33\xd2\xc6\x5a\x5b\xa9\x54\x84\ \x70\x5c\xce\xd2\x28\x8c\x46\x83\x33\xa7\x4e\xee\xed\xb7\x1d\xc7\ \xd5\x06\xb4\x31\xab\x6b\x97\x46\xa3\x91\x10\x1e\xe5\xd8\xed\x75\ \x2f\x5c\x38\x7f\xd7\x1d\x77\x12\x44\xad\xf5\xf6\xe6\xe5\x5a\xad\ \x5a\xad\x56\xf3\x34\x2a\xf2\xac\x18\x1f\x98\xea\xf5\xaa\xf5\x86\ \xe7\x0a\x46\x48\xb7\xdf\xbb\xe3\xd6\xdb\x08\x25\x9c\x73\xb0\x36\ \x49\x92\x5e\xaf\xcb\x39\x66\x59\x9e\x66\xb9\xc3\x45\x96\xe5\xfb\ \xfb\xfb\x00\xa4\x52\xa9\xb8\x2e\x07\x0b\x52\xc9\x34\x8c\x1b\xcd\ \xc6\xcc\xec\x4c\xad\x5a\xdb\xdc\xdc\xe8\x74\xda\xae\xeb\x6d\x6d\ \x6f\x12\x8a\x49\x9a\x0a\x07\x99\xb5\x5a\x16\x9c\xb3\x2c\x2f\x18\ \x65\x16\x09\xa5\x4c\xc9\xa2\x5c\xf2\x11\x40\x4a\x9d\xc4\x11\x63\ \x2c\xcf\xf3\x6a\xb9\xd2\x68\x34\xd2\x34\x1d\xf6\xfa\x14\x89\x31\ \x5a\x6b\x6d\x8c\x31\xc6\xe0\xf3\x10\x24\xe4\xb9\x72\xba\xd6\x5a\ \x00\xe3\xf9\x22\x8a\x22\x03\x66\x18\x0e\xb3\x2c\xe3\x8e\x13\xc5\ \x71\x14\xa7\xd5\x92\x7f\xd5\xf7\x33\xc7\x1f\x6e\xf2\x6c\x5f\x6f\ \x50\x4a\x2f\x5d\x58\xb9\xb8\xb6\x51\xab\x56\x95\xd6\x59\x9a\x69\ \xad\x5c\xcf\x9b\x9b\x9b\x6b\xb5\x5a\xe1\x68\xb4\x7a\xe9\xc2\x28\ \x1c\x51\xc6\x11\xa9\xc3\x69\x1c\xc7\x83\xfe\xa0\xdf\xeb\x4e\x4d\ \xcf\x0a\xd7\xdd\xde\x6a\x03\xc0\xf4\x74\x6b\x6f\x7f\xb7\xc8\xf3\ \x22\x4b\x10\x11\x01\xb4\xd6\xd6\x1a\xad\x2c\x25\x74\x30\xec\x5f\ \x58\x39\xef\x09\x81\x08\x83\x5e\xb7\xd3\xed\x9c\x3a\xf9\x4c\xb5\ \x5c\x41\x04\x4a\x10\xc0\x5a\x40\x42\xa8\x70\x9c\xe9\xe9\x59\xa3\ \x4c\x1c\x47\x33\x33\xb3\xcf\x3c\xf3\xb4\x94\xb2\x52\x2d\x6f\x6c\ \x74\x2c\x18\x6b\x6d\xb7\xdb\xcd\xb2\x2c\xcb\x52\x6b\x6d\x9a\x26\ \xab\x6b\x6b\x8c\x31\x4a\xa8\xd1\xda\xf1\x02\x24\x68\x8c\xb1\xd6\ \x4a\x29\x81\x90\xfe\x60\x50\x2a\x95\xaa\x95\x6a\x2e\x25\x82\x65\ \x8c\x02\xd8\x52\x29\x98\x99\x99\x49\xd3\x34\x8a\x42\xc6\xa8\x94\ \x05\x41\x54\xc6\x8c\xc7\x61\xbc\x66\x8e\x33\x1f\x09\x21\x48\x08\ \x20\x08\x47\xec\xb7\xf7\xea\xb5\xba\xc3\x59\x96\x15\x60\x2c\xa3\ \x2c\xd5\x99\x2a\x8a\xd1\x28\x9c\x6e\xd6\x27\xbb\x26\x13\xae\x0a\ \x04\xc9\xfe\xde\x4e\x7b\xe7\xb2\x96\xa9\x2c\x0a\xad\x35\x00\x26\ \xd1\x00\x4c\x81\x56\x46\x61\x74\x79\x7d\x55\x2a\xa5\xb5\x35\x3a\ \xe7\xdc\x21\x84\x0c\xfa\xfd\xbd\xbd\xbd\x03\x07\x0e\x84\xc3\xc1\ \x68\xd0\x73\x05\xcd\x8b\xd4\x73\xbd\xdd\xdd\x6d\xc1\x28\x45\x64\ \x94\xc8\x42\x52\x82\x80\xa0\x95\x3a\x73\xe6\x4c\xb5\x5a\x0b\x7c\ \xef\xfc\xb9\xf3\x79\x96\x1d\x3d\x72\xd8\xf7\xbc\xed\xed\xad\xd3\ \x67\x4e\x25\x49\xe4\xbb\x9e\xb6\x4a\x13\x93\x67\xc5\x7e\xbb\x2d\ \x95\xae\x56\x2b\x71\x14\x32\xc6\x36\x37\x37\x4b\xe5\x32\xe3\x94\ \x20\x29\x8a\x7c\xaf\xdd\x36\xc6\x58\x63\xca\xa5\xd2\x60\x30\xc8\ \xd2\xc4\xf7\x7d\xc1\x69\x6f\xbf\xed\x08\x8f\x10\x92\xa7\x39\x12\ \x4a\x09\xb1\x48\x10\x20\x08\x4a\xd6\x5a\xcf\xf7\x7d\x42\xac\x2d\ \x75\xf6\xf7\x29\xc5\x28\x0a\x57\x56\xce\x4b\x29\x1d\xce\x8c\x71\ \x8c\xd6\xcf\xcb\x92\x10\x42\x08\x28\xa5\x10\x60\x2c\x4e\x00\x60\ \x94\x5a\x6b\xa3\x30\xb4\xd6\x94\xcb\xd5\x46\xbd\x11\xf1\x84\x33\ \x2a\x8b\x62\x7f\x7f\x9f\x00\x4c\x32\x0d\x26\x5c\x25\x03\x18\x95\ \x2a\x06\xfd\x2e\x58\xcd\x39\x17\x62\x9c\x89\x86\xe1\x68\xb0\xa9\ \xa4\x31\x26\x8e\xc3\x22\x97\x88\x48\x08\x95\x52\x22\xa3\xb2\xc8\ \xcf\x9c\x3a\x79\xe2\xd8\x31\x6d\xcc\xea\xa5\x8b\x52\xa9\x3c\xcf\ \x08\x40\xad\x54\x52\x45\xc6\x03\xbf\xd1\xa8\x77\x3b\x7b\x16\x2c\ \x5a\xd0\xda\xee\xb5\xdb\x79\x96\xd7\x6b\xb5\xce\x5e\x27\x08\x02\ \x46\x69\xbd\x56\xcd\xd2\x74\x34\x18\xe6\x79\x91\xe7\x79\x96\xa5\ \x42\x88\x34\x49\xa2\x30\x04\x40\x57\x88\x3c\xcf\x46\xa3\x3c\xcb\ \x12\x4a\x09\xa5\xb0\xb5\xbb\x33\x36\xeb\xb2\x2c\x73\x85\x50\xb2\ \x30\x5a\xb9\x4e\x50\x64\x59\xa3\xd5\x4a\x46\x83\x24\x49\x28\xa5\ \x16\xec\x58\x57\x88\x38\x37\x37\x57\xab\x55\x47\x83\x88\x0b\x01\ \xd6\x32\x4a\x93\x38\x1e\x0d\x87\x52\xca\x68\x14\xba\xae\x1b\xf8\ \x7e\xb5\x52\xd9\xdd\xdd\x1d\xf7\x56\x00\x78\xce\x2c\x45\x40\x24\ \x04\xc9\xd8\xae\x05\xad\xa5\x10\x4e\xa7\xd3\x69\xb5\x5a\x84\xe0\ \xc6\xc6\x5a\xbd\xde\x98\x9f\x3f\x40\x08\x8d\xe3\xb0\x56\xaf\x5e\ \x81\x30\x27\xca\x9c\xf0\x52\x84\x89\x79\x9a\xf4\x3b\xfb\x56\xc9\ \xf1\xde\x40\xb9\x5c\x96\x5a\xbb\xae\x3b\xe8\x75\xe2\x38\x2e\x8a\ \x4c\x1b\x83\x94\x3c\xd7\xdf\x44\x69\x46\xe9\xa5\x8b\x2b\xab\x97\ \x2e\x1c\x3d\x7a\x34\xec\x77\x8f\x9e\xb8\x21\x8d\xc3\x64\x34\x28\ \x97\x7d\x6d\xe4\xf6\xda\x86\x51\x1a\xad\x65\x84\xa5\x49\x5c\x29\ \x95\x2b\x41\xa0\x64\xd1\xef\xf7\xd2\x3c\x99\x9d\x9a\xbe\x78\xf1\ \x02\xa7\x6c\x65\xe5\x3c\x58\x23\x1c\x27\x67\x8c\x71\x36\xee\x26\ \x32\xb6\x45\x3b\x9d\x7d\xdf\xf7\x28\x25\xfd\x7e\xb7\x28\x32\xcf\ \xf7\xb4\xd6\x45\x51\x70\xce\x39\xe7\xda\x18\x29\x65\x9e\xe7\x83\ \xc1\xa0\xd9\x6c\x82\xd5\x94\x52\x25\xa5\x52\x8a\x10\x62\xb5\xb6\ \xd6\x7a\x9e\xe7\xfb\x7e\xa5\x5c\xc9\x53\xb9\xbf\xd7\x36\x60\x29\ \xa1\x59\x96\x29\xa5\x8a\x22\x27\x84\xe4\x79\x3e\x1c\x0e\xc6\x6a\ \xe4\x9c\x03\x58\xa5\x94\x31\xda\xda\xb1\xb7\x69\x65\x51\x8c\xd3\ \x7d\x08\x12\xc1\xb8\x52\x2a\x1a\x8d\x38\xa1\x8e\x10\x79\x1a\x6f\ \x45\x71\x21\x0b\x34\x36\x1c\x8c\xec\xa4\xa6\xc1\x84\xab\x25\x4e\ \x82\xca\xe8\x24\x4b\x8d\x31\x16\x80\x72\x46\x29\x35\x60\x2d\x82\ \x54\xd2\x18\x43\x08\xb1\x88\xd6\x58\x44\xb0\x00\x5a\x69\x55\x14\ \x6b\x97\x2e\x1a\x25\xd1\x9a\xd9\xe9\xc6\x60\xd0\x25\x88\xd1\xa8\ \x1f\x8d\x42\x25\x0b\x24\x48\x29\xa5\x84\x70\xe6\x04\x9e\x8f\x08\ \x69\x9a\x68\xa9\xd3\x38\x1e\x89\x61\xaf\xb3\xbf\xee\x38\x83\x5e\ \x37\x0c\x47\x59\x9e\x71\xca\x2a\x41\xa5\x52\xa9\x6a\x5d\x44\x51\ \x9c\xd8\x38\xcd\xd2\x6e\xa7\x9d\x65\xa9\xd6\xaa\xc8\x89\x51\x85\ \x35\x9a\x92\x71\xeb\x20\x4d\x08\x75\x05\x4f\x93\xd8\x1a\xed\xb9\ \xa2\xc8\x53\x63\xc7\x41\x12\x3b\xfe\x03\x00\x88\x24\x49\x92\xed\ \xed\x6d\xad\x6d\x18\x0e\x7d\x3f\xc8\x65\x91\xa6\x91\x2b\xdc\x3c\ \x4b\x8d\x31\x9e\xef\x81\x35\xd6\x5a\x4a\x89\x94\x12\x11\x84\x10\ \x88\x90\xe7\xa9\x31\xc6\x5a\xad\xb5\x19\xa7\xb0\x53\x8a\x60\x0d\ \x25\x68\xb5\x1e\x8d\x86\x04\x69\x10\xf8\x60\xd1\x5a\x30\xc6\x50\ \x3a\xce\x38\xba\x8e\x95\xf9\xbc\x35\x6f\x27\xe1\xe3\x6f\x2f\xd6\ \x12\x4a\x09\x63\x84\x32\x0b\x3a\x97\x32\x4a\x12\xd7\x75\x31\xcf\ \x11\x50\x8f\x87\x9b\x20\x7e\xbd\xcd\xce\xb8\x9c\x82\xd5\x7a\x6b\ \x63\x23\x1a\xf4\x7d\x3f\xa0\x00\x71\x14\x21\xa2\x35\x5a\xa9\x22\ \x4b\x13\xa3\x34\x23\x04\x01\x8c\x36\x59\x96\xee\x6c\x6f\xa7\x79\ \x46\x08\x65\x04\x95\x92\x79\x9e\x9d\x3a\xf5\xcc\xce\xf6\xae\xeb\ \xba\x82\x73\x4a\x18\x25\x14\x01\x3c\xd7\x13\x8e\x53\xad\x94\xf6\ \xf6\xf7\x2a\xe5\xc0\xe1\x24\x8e\x13\xce\x88\xb5\x76\xdc\x5b\x0c\ \xac\x21\x88\x08\x16\xac\xc9\xb3\xf4\xf0\xf2\xa1\x03\xf3\x73\xdb\ \xdb\x5b\x9c\xf3\x38\xc9\x8c\xd6\x06\x80\x50\x0a\xd6\xba\x42\x04\ \x41\x30\x0a\x47\x79\x26\x83\x20\x98\x9d\x9d\x1d\x0c\xfa\x7b\xd6\ \x58\x6b\xac\x35\x42\x38\xae\x10\x79\x9e\x03\x58\x4a\xa8\xeb\xba\ \x00\x96\x52\xaa\x94\xa4\x94\x09\xc1\xa4\xcc\xc7\x65\xca\x08\x21\ \xae\xeb\x0a\xe1\x68\xad\x7d\xdf\x27\x84\x86\x61\x68\xb4\xe6\x9c\ \x6b\x6d\xa2\x70\x94\x67\xd9\xf5\x1b\x01\x22\x84\x18\x63\xc6\x11\ \x39\x44\xe2\xba\x02\x91\x4c\xc2\xc8\xdf\xc6\x39\x4f\x2a\xa3\x94\ \x05\x42\xd1\x42\x21\x55\x18\x25\x52\x1a\x29\xb5\xe3\x38\x16\x29\ \xa5\x8e\xd6\xca\x5a\x8b\xd6\x52\x42\x10\xd1\x5a\x23\x65\x11\x45\ \x61\x91\x27\x37\xdd\x74\x73\x9c\x44\x9c\xb3\x24\x8e\x95\x2a\x18\ \x62\x67\x7f\x4f\x49\xc9\x18\x43\x0b\x60\x4d\x96\xe5\x81\x52\x04\ \x50\xe6\x39\x20\x16\x59\xb6\xbb\xbb\xeb\xb9\x5e\xa5\x5c\xae\x55\ \xaa\x9c\x73\x6b\x21\x49\xb2\x28\x0c\x01\x2d\x63\xa4\xd1\x6a\xcc\ \xd1\x19\x24\x50\xad\x96\x57\x57\x57\xcb\xe5\x52\xa9\x54\x4e\xd3\ \x2c\x0c\xc3\xa2\x28\x8c\x31\x9c\x73\xd7\xf5\x1c\xc7\x69\xb5\x5a\ \xbe\xef\x8f\xcb\xc9\x0f\x86\xa1\x05\x20\x84\x3a\xc2\x55\x4a\x19\ \x63\x8a\xa2\xc8\xb3\x3c\x49\x32\x24\x7e\x1c\xc7\x52\x2a\x21\xdc\ \xf1\xd1\x67\xc6\x9e\x33\x9e\xc7\xe9\xb2\x85\xd4\x8c\x51\x63\x8c\ \x52\xb2\x5a\xad\x72\xce\xf3\x22\x1b\x8c\x06\x71\x1c\x33\xc6\x38\ \xe7\xe3\xa2\x7b\x49\x92\x38\x8e\x9b\xe7\x85\x10\x7a\x5c\x9c\x5e\ \x29\x25\x95\xba\x4e\x95\x49\x08\x89\xe3\x68\x7d\x6d\x4d\x15\x85\ \x01\x8b\x80\xae\x2b\x96\x0e\x2d\x0b\xd7\x9b\x2c\x9e\xdf\xae\x35\ \x93\x3b\x0e\x75\x18\x10\x34\x1a\x2c\xd8\x2c\xcf\x95\xd1\x85\x2a\ \x4a\xa5\x12\x22\x52\x87\xd9\x44\x7e\xbd\x65\x25\x10\x42\xd0\x02\ \x25\x50\x14\x69\x9a\xe8\x3c\x4b\x77\xb6\xb7\x46\x49\xa4\x72\x99\ \xa7\xa9\x2b\x84\x54\x32\x2f\x8a\x71\xa3\x4d\x46\x28\xa7\x94\x3b\ \x8e\x29\x8a\x78\x30\x40\x40\xed\x70\x4a\x59\xb5\x5c\x39\xb8\xb0\ \x98\x67\xd9\xfa\xfa\xba\x70\x84\x2b\xbc\x6a\xb5\x1a\x27\x91\x31\ \xba\x14\x04\x5a\x16\x83\x7e\xbf\x56\xaf\x72\xce\x8c\x56\x08\xd6\ \x75\x98\xf6\x04\x82\x91\x85\x2c\xb2\x94\x33\x82\xd6\x6c\xac\xad\ \x12\xb0\x25\xff\xb9\x27\x81\x52\xaa\x8d\x95\x52\x6a\xad\xb9\xc3\ \xb5\xd6\x52\xca\xa2\xc8\x31\x81\xd1\x68\xe8\xba\xee\xd8\x8f\x1d\ \x1f\xe0\x42\xc4\x6a\xb5\xca\x19\xdb\xef\x74\xf3\x3c\x47\x74\x5d\ \x57\x8c\xeb\x5f\x17\x45\x81\x04\xc1\x5a\x29\x65\xa5\x52\xf1\x3c\ \x37\x2f\x0a\xa5\x64\x96\xe5\x42\x68\x4a\x29\xe7\x9c\x50\xc2\x19\ \xf7\x7d\x97\x33\x72\x5d\x2a\x13\x31\xcf\xf3\x73\xa7\x4f\x1f\x38\ \x78\xf0\xd0\xf2\x61\x42\xa8\xd2\xea\xe2\xca\xb9\x73\x67\x4e\xdf\ \x74\xcb\x6d\x94\xb1\xeb\x53\x9c\x5f\xdf\xfe\xfe\xb6\xbd\x9d\x51\ \x0a\x2d\xa0\xb5\x74\xdc\x13\x96\x10\x02\xa8\xa5\x8a\xc3\xc8\x11\ \x42\x2a\x09\xc6\x5a\xa3\x09\xa2\xd1\x9a\x32\x4e\x29\x45\x20\xaa\ \xd0\x80\xd8\xef\x0f\xb5\xd6\x69\x96\x02\x40\x6f\xd0\xa3\x8c\x12\ \x00\x4b\xb4\xd2\x92\x5a\xc3\x89\xf5\x7c\x91\xd9\x42\x33\x88\x8b\ \xac\x5a\xae\xb8\x9e\xe7\x96\x4a\x05\x40\x8e\x08\x25\xdf\x96\xcb\ \xa3\x2c\x4e\x8b\xdc\x6d\xce\x29\x69\xc2\x51\xd4\x89\xfa\x79\x91\ \xb6\x07\xdd\x54\xe7\x44\x38\xa3\x34\xe1\x84\x19\xa5\xac\x31\x32\ \x4e\x7c\xdf\x4f\x95\x72\xb8\xe3\x10\x12\x0f\x06\xdc\x02\x5a\x30\ \xd2\x70\x42\xad\x05\x40\x6d\xad\x46\xb0\x95\xc0\x9b\x99\x6e\x65\ \x59\xde\xe9\x74\x94\x51\xc6\x42\x5e\x64\x8e\x10\xc3\xc1\x80\x71\ \xe6\xba\x5e\x18\xc5\x95\x4a\xb5\x5a\xab\x53\x2e\xfa\x83\x01\xa2\ \x15\x82\xe7\x79\x0a\x00\x5a\xeb\x2c\x4e\xb3\xb4\x00\x8b\x0e\x17\ \x83\xfe\xc0\x02\x18\x63\xb5\xd6\x49\x12\x4f\x4d\xb5\x6a\xb5\xea\ \x38\x52\x9d\x66\x7e\x9a\x25\xd7\xe3\x59\x13\x4a\xc8\xf6\xe6\xe5\ \x66\xb3\x79\xf8\xc8\x31\x6b\xac\x92\x12\x2d\x9c\x78\xd5\x4d\x7e\ \x50\x6a\xef\xee\x10\x42\xaf\x33\x3d\x8e\x7b\x2f\x13\x4a\xbe\xcd\ \x09\x8b\x4a\xc9\x22\xcb\x64\x5e\x8c\x43\x1d\x94\x20\x02\x18\xad\ \xb5\x94\xe4\xeb\x99\x7b\x04\x01\x11\xb4\x52\x5a\x49\xa5\x8a\x3c\ \xcf\x8b\x42\x22\x60\x92\x26\x71\x14\x67\x71\x92\xc4\x71\x9e\xe7\ \x59\x9e\x85\x69\xac\xb4\x04\x62\x29\xa3\x84\x11\x4a\x80\x80\x1d\ \x76\x3a\xc4\x98\x8a\xf0\x5c\xc2\x49\x61\x88\xb2\x3a\x2f\x1c\x26\ \xa6\xa7\x66\x4a\x41\xc0\x09\x04\x9e\x33\x55\xab\x06\x2e\x27\xda\ \x1c\x98\x9d\x9b\x69\xb6\x38\x52\x07\x48\x49\x78\x0c\xd1\xe3\x0e\ \x68\xed\x09\x51\x29\x95\xea\xd5\x5a\xc9\x0f\x5c\xce\x1d\xca\x02\ \xcf\x4b\xa3\x38\x4b\x32\xb4\x00\xc6\x12\x0b\x9c\x52\x82\x10\x78\ \x5e\x39\xf0\x5d\xc1\x39\x27\x59\x9a\x08\xd7\x91\xaa\xf0\x7d\x7f\ \x7c\x68\x2b\xcb\x0b\x44\x12\x27\xe9\x7e\xa7\x1b\xc7\x11\xe7\x2c\ \x4d\x13\xc6\x58\xa9\x14\x48\x29\xc7\xfd\x7c\xad\x05\xd7\xf5\x94\ \xd4\x79\x2e\x8d\xb1\x94\x32\x21\x04\xe7\x4c\x4a\x19\xc7\x91\x52\ \x05\x21\xb0\x78\xf0\x40\xa9\x14\xbc\x7c\xb1\xd9\x2b\xd9\x39\x7d\ \xb9\x4c\x59\x3a\x1a\x0e\x0f\x1d\x3e\xaa\x95\x1a\x9f\x48\x1a\xfb\ \xe5\xb5\x7a\x63\x7f\xaf\x7d\x90\x10\xf3\x4a\xc9\x76\xff\x16\x77\ \x17\xa9\xc3\x49\x96\xa4\xc8\x3d\x12\x9e\xf9\xd8\xe7\x2e\xbf\xfe\ \xed\x0f\xd4\xb9\xf9\xb6\x2c\x9c\xd6\xda\xc0\xf7\x3d\xcf\xe5\x9c\ \x72\xce\xbf\xde\x23\xdd\x5a\xab\x91\x10\x0b\x06\xac\x91\xaa\xe0\ \x94\x21\x22\xe3\x14\x11\xac\xd5\x00\x68\xac\x02\xe4\x52\x16\x61\ \x6c\xd3\x24\x25\x94\x68\x63\xa5\x54\x69\x96\x69\x40\xca\x39\x12\ \xa2\xa5\xcc\xb2\xdc\x27\x1c\x47\x49\x53\x78\x7a\x10\x56\xab\x0d\ \x41\x88\x49\xa5\xea\x8c\xa2\x51\x62\x95\x2e\x6b\x20\x44\x94\x35\ \x29\x55\x5b\x65\xcb\x7c\xcf\x6b\x94\xea\x50\x09\xbb\xbd\x5e\x5e\ \xe4\x33\x33\x53\x51\x91\x00\xa5\x58\xe4\x60\x4c\xb7\xdf\xaf\xd7\ \xeb\x41\x10\x34\xa7\xa6\xd2\x34\x1d\x84\xa3\xf6\xde\x7e\x51\x14\ \x8c\xb1\x42\x49\xa3\x2d\x27\x54\xa1\x1e\x9f\x20\x1d\x86\x23\xca\ \x98\xe7\x07\x16\x10\x91\xba\xc2\xa7\x84\x15\x46\x73\x4e\xc7\x11\ \xdc\x5e\xaf\xcf\x18\x1d\x1b\xc0\x52\x4a\xd7\xf5\x28\x65\xe5\x72\ \x79\x30\x18\x44\x51\xe4\x38\x0e\x20\xd4\x6a\x55\x40\x94\x52\x66\ \x59\x36\x3e\x38\x96\x65\x19\x00\x08\x21\x66\x66\x66\xea\xb5\x97\ \xad\xaa\x25\x21\x86\x3a\xf6\xda\x78\xe0\x09\x77\x0c\xa2\x05\xab\ \x8d\xe9\xec\xef\x29\x25\x1d\xc7\x69\x4d\xcf\x18\x6b\xc6\x5b\x4f\ \xf6\x15\x13\x07\xfa\xfb\xef\x2e\x22\xb1\x2a\xfa\xda\x67\x3e\xf6\ \xa7\x5f\x89\xde\xfb\x13\x3f\x7b\x83\xec\xad\x5c\xdc\xba\xdf\x0d\ \x7c\x9e\xa7\x59\x61\xbe\x1d\xe2\x64\x9c\xf9\x81\x5f\x0a\x02\xc6\ \x58\x9a\xa6\xe3\x6d\x12\xc6\xd8\xb8\x75\x02\x22\x7a\x9e\x87\x16\ \xc6\xb1\x4a\x44\x04\xc0\xf1\x5f\xe3\x02\x73\x79\x5e\xe4\x52\xfa\ \x81\x4f\x38\x2f\xf2\x2c\xcd\x33\x0b\x88\x94\x03\x41\xe2\xba\xc0\ \xb9\x35\x96\x11\x52\xa9\x94\x8b\xac\xc8\x64\x6a\xc0\x7a\x7e\xe0\ \x38\xac\x1f\x8e\xd2\x34\x25\x68\x94\x4c\xca\xe5\x72\xa5\x54\x61\ \x94\x66\x59\xae\xb5\x8e\xd3\x34\x4d\x53\x63\xb4\x10\xa2\x3d\xec\ \x16\x52\x96\x4a\xa5\x2c\xcb\xc2\x28\x9a\x99\x9d\xa5\x8c\x39\x42\ \x0c\x86\xc3\x5e\xbf\xb7\xb7\xbf\x0f\x08\x84\x31\xd0\x0a\x00\xa4\ \x56\x46\x9b\x52\xa5\xec\xfa\x9e\xb6\x46\x69\x4d\x99\xb3\xb7\xd7\ \x59\x38\xb0\x30\x35\x35\xbd\xb1\xb1\x59\x2e\x57\xe6\xe7\xe7\x37\ \xd6\xb7\x1c\xee\xee\x6c\xb7\xa7\x67\x5a\xa5\x52\x29\x8e\x63\x3d\ \x3e\x58\xe3\x38\xe3\xbd\xd3\x71\x0e\x90\x52\x2a\x4e\x92\x4a\xb5\ \xea\x79\x5e\x1c\xc7\xe3\x09\xb4\xdb\xed\xfa\xbe\x6f\x8c\xd9\xd8\ \xd8\xa8\x54\xca\x2f\x4b\xed\x3c\x42\xf2\xfd\xed\xfe\x27\x7f\xd7\ \xc6\x03\xb8\x06\xce\x82\x51\x6b\x42\x6f\x16\x4f\xdc\x60\xc7\x79\ \xc7\x4a\x6b\xa2\xad\x36\x04\x71\xaf\xbd\x7b\xe6\xd4\xb3\xe6\xc5\ \xa4\x6e\x5f\xa3\xab\x25\x00\xe7\x6c\x61\xf1\x90\xeb\x7d\xf3\x98\ \x16\x61\x34\xdc\x5c\x5d\x59\xeb\x33\x4b\x94\xb5\x94\x0b\xd9\x3b\ \xf3\x1b\xbf\xf4\x0b\xb3\xcb\x77\xfc\xc0\x3b\xde\xd8\xa0\xdf\xb2\ \x13\xf9\xb7\x9a\x13\x00\xf2\x3c\x53\xb2\xb0\xd6\x53\xaa\x00\xb0\ \x84\xa0\x10\x8e\xe3\x38\x79\x9e\x15\x85\xf4\x5c\x4f\x78\x6e\x9a\ \xc4\xa3\x61\x88\x40\x90\x12\x24\x84\x12\x24\x94\x70\x4e\x8d\xd1\ \x85\xd2\x06\x09\x10\x6a\x94\xb2\x16\xac\x06\xa3\x0d\x52\x46\x28\ \x05\x65\x72\x63\x0b\x2c\x42\xa2\xa9\xcd\x79\xc0\xc3\x2c\x29\xbb\ \x14\x1c\x53\x2a\xb3\x3c\x31\xeb\xbd\x5d\x87\x13\x6d\x72\x32\x0a\ \xdc\xa9\x5a\x46\x54\x56\xa4\x58\xb8\x97\xc3\x2e\x71\x90\x11\x67\ \x68\xf3\x51\x12\x6b\xa9\x82\x52\x40\x28\xad\x37\xea\xd5\x5a\x8d\ \x32\xea\x08\xc7\x02\x10\x4a\xf5\x78\x9b\xd5\x18\x40\x64\x0e\x37\ \xd6\x10\xce\x86\xa3\xd1\xfa\xfa\xba\x1f\x04\x8d\x46\x73\x7a\xe6\ \x40\x18\xa6\xe5\x72\x75\xbc\xc9\x39\x3b\x33\xb7\x70\x60\x31\x89\ \xb3\x8d\x8d\xcd\xc1\x60\x24\x5c\x51\xad\x06\x69\x9a\x8e\x2b\xfd\ \x20\x22\xa5\x34\xcf\xf3\x71\x48\x69\x71\x61\xc1\x2f\x97\x94\xd6\ \x94\xd2\xb9\xb9\xb9\x6e\xb7\xdb\xef\xf7\xb5\xd6\xe3\x9e\x7f\xda\ \x98\x2c\xcd\xae\x7e\xc7\x21\x44\xcb\x44\xef\xc1\xdf\xac\xaf\x7e\ \xa5\x54\x6f\x18\xf3\xdf\x3e\xb8\xc2\xac\xde\xa2\x65\x69\xac\xd1\ \x7a\x1c\x18\xb4\x60\x8d\x56\x5a\x29\x3f\x28\xcd\xcc\xce\x29\xf5\ \x1d\x5f\xbd\x0b\x01\xb2\x3c\x0b\xc3\x91\xe7\xfb\xdf\x54\x99\x5a\ \x4a\x7f\xe1\xe6\x1f\x7c\x57\x35\xfe\xc3\x4f\x1a\x0b\xc6\x68\x5e\ \x59\x78\xe0\x9f\xbe\xed\xdc\x27\xff\xf4\xff\x7d\xec\xd8\x7b\xdf\ \x74\x40\x67\xff\xd8\xe9\x89\x51\x8a\x08\x4a\x49\x6b\x2d\x80\xa5\ \x94\x11\x82\x8e\xc3\xb5\x56\x48\xb0\x52\x29\x5b\x84\x22\xa3\x00\ \x96\x10\xe2\xf9\x1e\x22\x52\x42\x10\x90\x10\xc2\x39\x33\x48\x09\ \xa0\x31\xa6\x28\x72\xb0\xd6\xe3\xa2\x00\x60\x88\x84\x92\xdc\x9a\ \xc1\x70\xa0\xa8\x45\x46\xbb\x49\xa8\xb5\xe2\x9c\x5b\xcd\xa2\x51\ \x91\xda\x22\xcb\x52\x05\xd2\x00\x84\xe9\x48\xee\x6e\x46\x3a\xf7\ \x3c\xcf\x17\x2e\x2f\xe2\x82\x18\x00\x9b\x67\x71\x6f\x75\x88\xd2\ \xa8\xbc\x50\xbb\xca\x5a\x10\x42\xec\x77\x3b\x42\x38\x40\x10\x29\ \x09\xe3\x28\x49\x13\x00\x8a\x48\x70\xec\x7e\x5b\x60\x9c\x25\x69\ \xaa\x8d\x29\xa4\x44\x42\xb5\x06\x25\xe5\xe6\xe6\x96\x10\xae\x31\ \x5a\xca\x62\x75\x75\x35\x0c\xc3\x8d\x8d\x0d\x44\xec\x76\x3a\xc6\ \x14\x94\x92\x28\x8a\x06\x83\x41\x10\x04\xe3\x1a\x11\xff\x1f\x7b\ \xdf\x1d\x68\x45\x75\xed\xbd\x76\x9b\x7a\xce\xbd\xe7\xdc\xde\xe1\ \xde\x4b\xef\x82\x48\x11\x44\x29\x22\x88\x41\x8d\xa0\x31\xb6\xc4\ \x12\x4b\x9a\x89\x2f\xe5\x69\xf2\x92\x98\x57\xf2\xbe\xbc\x97\x18\ \x9f\x89\x29\xc6\xae\xd8\x40\xaa\x74\x44\x7a\xef\x97\x72\xa9\xb7\ \xf7\x72\xfa\xcc\xec\xf2\xfd\x31\x17\x44\x01\xe3\x4b\x2c\xc8\x63\ \xff\x43\x99\x39\x33\x7b\x66\xf6\xda\xab\xfd\xd6\x6f\x19\x86\xa1\ \x69\x1a\x65\xac\xa5\xa5\x95\x50\x82\x10\x8a\xc5\x62\xbe\x17\x9a\ \x4c\x26\x3d\xcf\x63\x8c\xe5\xe7\xe7\xdb\xf6\x67\xe4\x67\x2a\xcc\ \x74\x37\x11\x8d\xbb\x89\xf3\x21\xe8\x49\xa5\xe0\xac\x88\x73\xcf\ \x71\x93\x42\x0a\xa9\xa4\x10\x22\xe5\xa4\x5c\xcf\xa5\x94\xea\xba\ \x41\xe9\x85\xc0\xab\x67\x58\x16\xa5\xf4\x23\x32\xb4\x08\x63\xa4\ \x38\x97\x5d\x1c\x20\x9a\x19\x2a\xed\x39\xc0\x1a\xb0\x7a\x75\x73\ \x9b\x44\xc5\x08\xfe\x21\xad\xa9\x94\xf2\xb9\x6d\x34\x8d\x51\xca\ \x7c\x3b\x96\x31\xe6\x7b\xf5\x94\x50\xa6\x31\x42\xa9\x65\x98\xb6\ \x6d\xa7\x52\x29\x46\x88\x4f\xe2\xee\xd7\x25\x6a\x9a\xc6\x2c\x2a\ \x31\x26\x0a\x05\x2c\x83\x11\xaa\x84\x68\x6a\x6c\x88\x47\xa3\x88\ \x12\xa6\x94\x45\x29\x35\x74\x21\x04\x63\xac\x33\xd9\xe1\xc4\x13\ \x09\xc7\x4b\x0f\xa6\x0b\x15\xd5\x01\x72\x6d\x5b\x22\x65\x62\x64\ \x18\x46\xa2\xb5\x2d\x2e\x25\x92\xaa\x1a\x50\xd0\xb6\x15\x80\x1b\ \x8f\xb7\xb7\xb7\x17\x16\x14\x31\x4d\x73\x39\xf7\x38\xe7\x52\xa8\ \xd6\x16\x29\x65\x22\x95\x52\x08\x22\xf1\xb8\x4f\x88\x42\x35\x0a\ \x1c\x39\xae\xa3\x10\xc2\x18\xc7\xe3\x71\xd7\x73\x63\x89\x78\xd2\ \x75\x6a\x6a\xeb\x30\x10\x8f\xbb\xc9\x64\x02\x21\x94\x72\x92\xae\ \xe7\xc4\x13\x31\xa6\x91\x58\x34\x16\x0a\x07\x82\xc1\xa0\xea\x42\ \x11\x49\x3f\x90\xa1\xeb\x7a\x32\x99\x04\x80\x58\x2c\xc6\x05\x6f\ \xef\x68\xd7\x34\xcd\xb2\x2c\x9f\x8f\xcb\xc7\xbe\x7b\x9e\xd7\xde\ \xde\x1e\x08\xd8\x9f\xbe\x35\xab\x14\xf2\xdc\xcc\xeb\xef\xef\xb4\ \x6c\x27\xd2\x8e\xce\x83\x12\x6a\x82\x54\x52\xa6\x79\xa9\x64\x0a\ \xa3\x60\x30\x88\x31\xf1\xd9\x3e\x1d\xc7\x35\x4c\x33\x33\x3b\xfb\ \xc2\xc0\x1b\x48\xa5\xb8\xeb\x71\xee\x7e\x04\xce\xcb\xcf\xc2\x29\ \x00\x00\x25\x04\x17\xbc\x2b\xd9\xfd\x49\x78\xb8\x38\x16\x8f\xc6\ \xe2\x11\x4c\xc0\xe7\x6b\xb4\x6d\x9b\x50\x24\xb8\x50\x20\xa4\x92\ \xa9\x64\x82\xe9\x1a\xc1\x58\xd3\xa9\x10\x24\x11\x8b\x71\xce\x41\ \x49\x82\x31\x80\x8c\xc7\xa3\x82\x62\x09\x88\x21\xa2\x11\xc2\x85\ \x04\xcf\x83\x64\xd2\x6d\xef\xb0\xc3\xe9\x8c\x30\x9b\x43\x9a\xd2\ \x75\x83\x59\x41\x2b\x65\x04\xb9\xe7\x09\xc1\x4d\xc2\x2c\xa2\xeb\ \x98\x4a\x6c\x30\x53\x8f\x79\x0e\xa1\x04\x49\xe5\x3a\xae\x10\x42\ \x63\x9a\xae\x31\xce\x45\x52\xb0\xf4\x34\x22\x24\x28\x46\x30\x25\ \x0a\x81\x66\xe8\x88\x60\x29\x85\xff\x4f\x2e\xb8\x54\x92\x62\x2a\ \x85\xf4\xf1\x49\x52\x4a\xc7\x75\x01\x80\x69\xcc\x6f\xd8\x47\x08\ \x56\x4a\x12\x8c\xa4\x50\x8c\x61\x4d\xa3\xba\x6e\x60\x8c\x6a\x6b\ \x91\x90\x9e\x6d\x5b\xc1\x60\xc0\xc7\xeb\xfa\xc0\xda\x2e\x5e\x32\ \x9f\x0f\x49\x4a\x04\x40\x29\xf5\x8b\x51\x2c\xcb\x22\x84\xb8\xae\ \xab\x69\x9a\x6d\xdb\x8e\xe3\x70\x8f\x7f\x26\xfd\x33\x95\x64\x69\ \x19\xb9\xb7\xff\x33\xe0\xf3\x22\x04\x44\x10\x34\xef\xd8\x5e\x55\ \x79\x40\xef\xd5\x3b\x91\x50\x4a\x2a\x3f\x05\x5c\x5f\x57\x5b\x54\ \x54\xec\xa4\x1c\xce\xbd\x0b\x28\x36\xfb\x91\xef\x1c\x51\xcb\xb6\ \x29\x06\xa5\x59\x76\x66\x06\xb2\x0d\x9c\x95\x6b\x9a\x99\x8a\x59\ \x8a\x9d\xaa\xaa\x57\x20\x25\x48\x89\x84\x80\x8f\x6d\xe7\x2b\x50\ \x04\x13\xca\x18\x21\xc4\xaf\x21\xf6\x3c\x8e\x50\x8a\x73\xce\xb9\ \x40\x08\xe2\x2a\xce\xb8\x27\x38\x3f\x55\x2a\x05\x00\x52\x4a\x82\ \xb0\x52\x2a\x95\x4a\x49\x0d\x6b\x86\x81\x41\x7a\x49\x87\x70\x81\ \x3d\x9e\x1b\x4c\xeb\x53\x50\x84\x94\x90\x52\x06\xac\x80\x46\x0d\ \xc6\x98\x66\x68\x32\x20\xbb\x9a\x8b\x01\x60\x21\x08\x02\xe0\xd2\ \x48\x0b\x3a\x48\x72\xc1\x41\x28\x29\xa5\xa6\x69\x4a\x08\x8d\x69\ \x52\x4a\x27\x99\x6c\xea\x68\xaf\x4e\xc5\xda\xe3\x71\xbf\x82\x84\ \x27\x12\x5d\x41\x07\x21\x5d\xcf\x73\x3c\x4f\x01\x70\x29\x40\x0a\ \xa5\x94\x90\x92\x0b\x81\x31\xe6\x52\x08\x21\x05\x28\x19\x8f\x21\ \x00\x50\x12\x00\x71\x2e\x5c\xd7\x6d\x68\xac\x45\x08\x0b\x21\x23\ \x91\x4e\xcf\x4b\xa5\x52\x89\xa6\xa6\x26\x3f\xd8\xe3\x4b\x26\xe7\ \xdc\x71\x1c\x7f\x2b\x4c\x24\x93\x9e\xe0\x29\xd7\xf5\x4e\x22\xe6\ \x7d\x74\x11\xa5\x14\x63\xec\xba\xde\xc7\xdc\x1c\x3f\x81\xd8\xac\ \x92\x82\x7f\xbc\xc6\x63\x9f\xc1\xe0\x00\xbd\xca\xcb\x77\x45\x3b\ \xf7\xef\xdb\x57\x5a\x56\x86\x30\x16\x42\x1c\x3d\x72\x38\x37\x2f\ \xaf\xb4\xbc\x87\xe7\xb9\xff\x27\x12\x99\x18\x2b\x04\x90\x5b\x3e\ \xe3\x9b\xbd\x90\xf0\xbc\xc6\xfc\x7b\x87\x62\xbc\x64\x61\x56\xbb\ \xec\x13\x5b\x05\xbf\x5b\xc2\x84\x00\x04\x40\x99\x32\x4d\x48\x0b\ \xaa\x70\x86\xca\xce\x56\x05\xf9\x90\x9d\xad\x30\x12\x94\x4a\x84\ \x3e\x5a\xee\x31\x41\x04\x23\xa5\xa4\xbf\xd3\x49\xc9\x39\xf7\xb5\ \x34\x07\x00\x42\x30\x20\xd0\x0d\x8d\x51\xc6\xb9\xe0\xe0\xe8\xba\ \x66\x18\x9a\xa6\xe9\xa6\x61\x00\x02\x49\x11\xd5\x99\x72\x3c\x9e\ \x14\x0c\x41\x38\x3d\x3d\x6c\xda\x44\xc9\x80\x69\x21\xa9\xb8\x82\ \x98\x70\x12\xd2\x53\x6e\x1c\x51\xac\xeb\x1a\x15\x88\x28\x45\x94\ \x22\x52\xa5\xa2\x31\x94\x8a\x24\x40\x82\x52\x01\x3b\xc0\x3d\xce\ \x1c\xc2\x39\x47\x0a\x0c\xd3\xb0\x2c\x8b\x79\x86\x97\x8c\x00\x46\ \xc9\x64\x2a\x99\x4c\x18\x86\x69\x18\xba\x27\x84\x94\xd2\xf1\xdc\ \x94\x93\x52\x08\x51\xc6\xa4\x10\x08\x21\x8a\x31\x20\xbf\x42\x13\ \x03\x46\xa0\x90\x54\x52\x0a\x0f\x94\xa4\x4c\x03\x24\x2d\xcb\x90\ \x52\x39\x4e\x22\x1a\x8d\x29\xf0\x74\x9d\x44\xa3\x51\x5d\xd7\x7d\ \x65\xeb\x47\x7d\xfc\x1d\xea\x94\x70\x02\x00\xa3\x14\x21\xe4\xb7\ \x30\xf1\xc1\x7d\xbe\xed\xe6\x6f\x11\x9f\x91\x64\x9e\x7f\xd9\x04\ \x34\x64\xc8\xb0\x9d\xdb\xb7\x1c\xae\x3c\x54\x50\x58\x54\x5d\x5d\ \x95\x9f\x5f\xd0\x7f\xc0\xe0\xff\x13\xe8\x1f\x4a\x95\xa6\x21\xd7\ \x45\x2d\x2d\x78\xc7\x4e\x7d\xd3\x26\xb2\x79\x13\xaa\x3c\x82\x5c\ \x07\x5c\x17\x71\x0e\x9c\x9f\xa2\xfc\xf1\x81\x73\x88\x52\xc5\x28\ \x30\x4d\xa5\x05\xd5\xe0\x21\x78\xd8\xd0\xfc\x13\x55\x87\x95\xe2\ \x84\x28\x04\xca\x45\x67\x0d\x41\x71\x2e\x3c\x8f\x33\x26\xa4\x10\ \x84\x52\x1f\xf6\x4d\x08\x11\x02\x03\x00\xc6\x84\xa7\x5c\x89\x90\ \x87\x1c\x25\x95\x92\x12\x21\xc4\x3d\x17\x94\x02\x25\x11\x80\x32\ \xb4\xb8\xeb\xe2\x78\x32\x08\x38\x6c\x98\x69\x04\x23\xcf\xa1\x9a\ \xc6\x15\x24\x1d\xaf\xef\x90\xc1\x55\x91\x4e\x45\xb1\xae\x69\xa6\ \x69\x9a\x96\x41\x10\xe8\x04\x31\x05\xa9\xce\x48\xcd\x91\xa3\xc2\ \xd0\x85\x90\xf1\x44\x2c\xaf\xb0\x20\x18\xb4\x05\xe7\xcd\x4d\xcd\ \x18\xa1\xf4\xf4\x70\xc0\xb6\x92\x94\x64\x4a\x37\xd5\xd0\x80\x94\ \xcc\x08\x87\x14\x00\x20\x44\x19\xe1\x42\x01\x02\x4c\x30\x41\x84\ \x20\x24\x00\x29\x40\x08\x23\xe9\xb3\x93\x49\x45\x11\xa6\x18\x10\ \xc2\x0a\x23\x29\x15\xc1\x44\x61\x45\x08\xc1\x58\xb9\x1e\x76\xb9\ \x17\x4c\x0f\x12\xc2\x3c\x8f\x53\x46\x40\x21\xdf\x7c\x45\x18\x11\ \x4c\x92\xc9\xa4\xdf\x6e\xc8\xb6\x2d\x05\x48\x28\x09\x4a\xb9\x9e\ \x27\xa5\x24\x98\xe8\xba\xee\xbb\xa5\xbe\x7f\xfe\x7f\x54\x32\x7d\ \xea\x87\x21\xc3\x86\xef\xd8\xb6\x65\xd7\xce\x1d\xfd\x07\x0c\x1c\ \x30\xf8\x12\x25\xe5\x85\x2c\x99\x08\xf9\x32\x89\x1b\x1b\xe9\xba\ \xf5\x74\xde\x3c\xf2\xde\x6a\x5c\x55\xad\x72\x73\x65\x69\x29\x9f\ \x3a\x45\xf6\xed\xa3\x8a\x8b\x65\x7e\xbe\xca\xca\x82\x60\x50\x19\ \x06\x48\x89\x12\x09\xe8\xe8\xc0\xcd\xcd\xa8\xb6\x16\x9f\xa8\xc2\ \xbb\x76\xe2\x8a\x0a\xe3\x9d\x77\xee\x8d\xc6\x26\x65\x65\xee\xcd\ \xcf\xdb\x5a\x5c\x54\x61\x59\x2e\x63\x40\xc8\x87\x44\x53\x49\x2c\ \x25\xc1\x88\x05\x2d\x13\x90\x42\x80\x18\xa2\xa0\xb0\xc6\x28\x21\ \x94\x51\x46\x3d\xc0\x08\x61\x02\x18\x63\x44\x30\x80\x02\xa4\x14\ \x28\x25\x15\x26\x2c\x05\x1a\x57\x32\x44\x64\x16\xa0\x2c\x09\x2c\ \x95\xc4\xb6\x95\x22\xa8\x3e\x99\x4a\xcb\x2f\xc6\xdd\x7a\xe0\xda\ \x13\x08\x50\x56\x66\x16\x45\x84\x50\xc2\x34\xc2\x90\xd0\xb9\x87\ \x13\x29\xe2\xb8\x66\x38\x53\xea\x76\x8c\xd7\xa3\x40\x3a\xd8\x36\ \x08\x61\x4a\xc2\x53\x09\x23\x14\x26\x98\xc6\x13\xa9\x82\xf4\x0c\ \x53\x40\x5d\x4b\xb3\x1d\x0a\x82\x46\x31\x65\x52\x8a\x64\x2a\xd5\ \xd6\xda\x9c\x4c\xb8\x18\x31\x40\xd8\x47\xe7\x09\x29\x7d\x9e\xdc\ \x80\xce\x8a\x73\x73\x39\xf7\xa4\x00\x0e\x54\x28\xa4\xa4\x90\x52\ \x08\xc9\xa9\xc6\x88\x96\x20\xba\x65\x06\xac\x58\x2c\x11\xed\xec\ \xb0\x2c\x93\x31\xa6\x4e\xf2\x27\x11\x42\x12\xc9\x18\xd3\x88\x52\ \x32\x10\xb4\x31\x22\x52\x76\xa1\x6d\xfd\x73\x02\x96\xe5\xeb\x0c\ \xce\x79\xd0\xb2\x3f\x5d\xee\xbc\xf3\x3a\x40\x22\x25\xc2\x78\xc0\ \xc0\xc1\x59\xd9\x39\x05\x05\x45\x17\xb8\x58\x6a\x1a\x60\x84\x8e\ \x1e\xd3\x66\xcf\x61\x2f\xbe\x88\x8f\x1d\x53\xd9\xd9\x7c\xd2\x24\ \x67\xe2\x04\x79\xc9\x25\x32\x3b\x5b\x65\x64\x00\x00\xe2\x1c\xa4\ \x00\x21\xc1\x07\x9a\x63\xac\xd2\xd3\x21\x1c\x16\xe5\xe5\x8a\x10\ \xa0\x14\x5c\x97\xb4\xb7\x7b\x47\x0e\x6f\xf9\xf5\xff\x0b\x6d\xdc\ \x7c\xf5\xa1\xca\xab\x0f\x1c\xdc\x1b\x4a\xaf\xb1\x6c\x19\x89\x28\ \xdb\x06\xcf\x43\x42\x00\x80\x94\x2a\x14\xce\xc8\xcd\xc9\xb3\x2c\ \x83\x20\x3f\xce\xa4\x30\x46\x42\x29\x04\x58\xd3\x75\x53\x37\x99\ \xa2\x08\x63\x5f\x3d\x61\x0c\x18\x13\x4c\x90\x02\xa5\x94\x22\x8c\ \x3a\x88\x12\x85\x42\x9e\x67\x45\xa3\xe0\x24\x15\x06\x47\x88\xa4\ \x90\x46\x7a\x48\xb3\x83\x09\x2e\x5d\x04\x69\xb6\x65\xda\xb6\x14\ \x0a\x40\x51\x4d\x27\x58\x20\xac\x10\xf5\x03\x4e\x01\x96\x91\x1d\ \x75\x92\x29\xc9\x75\x04\x9a\xa1\xa7\x69\xb4\xbd\x91\x7b\x52\x2a\ \xe9\xc6\x12\x09\x3b\x23\x33\x98\x9e\x71\x49\x71\xf7\x9a\xa6\xfa\ \x48\x32\xc1\x28\xa6\x94\x59\x06\xd5\x98\x45\x20\x81\x10\x06\xac\ \x00\x29\x00\xe5\x33\x13\x28\x50\x54\xd7\x88\xc6\x04\x52\x84\x61\ \xac\x34\xa5\x90\x94\x52\x4a\x2e\x41\x2a\xa5\x4c\xc3\xd6\x74\x53\ \x02\x04\x6c\x64\xe9\x3a\x26\xe4\x14\x43\xd7\xa9\xe8\xab\xa6\x69\ \x7e\xe0\x47\x0a\x5f\x4f\x23\x42\x08\x00\xf8\x00\x0c\x5f\x44\x39\ \xe7\xea\xe3\x55\x25\xd2\xcf\x6a\x4f\x47\xa7\xec\xf2\xb3\x1e\x85\ \x73\xc3\xcd\xfe\xbe\xa3\x4a\x4a\xa6\x69\xa5\x65\xe5\x9c\xf3\x8f\ \x78\x13\xbe\x83\x23\xe9\x3c\x87\x00\x00\x20\x00\x49\x44\x41\x54\ \xfe\x77\x1c\xfd\x34\xe6\xfc\x71\x8e\x7e\xc8\x76\x05\x4d\x43\xc7\ \x4f\x68\xcf\x3f\x47\x9f\x7f\x01\xd7\xd7\x8b\xd1\xa3\x53\xff\xf4\ \x08\x1f\x37\x4e\x15\x17\xfb\xb1\x42\xe0\x1c\xc5\xe3\x67\x27\xad\ \x54\x0a\x7c\xc8\xd9\x29\xc5\x9b\x91\x21\x83\x43\xd6\x5e\x76\xd9\ \x3e\xa6\xf5\x48\xa5\x86\x57\xd7\x5c\x7e\xec\xf8\xb0\x97\x5e\x4e\ \xec\xd9\xd3\x7e\xc7\x1d\xd1\x89\x13\xa5\x6d\x63\xc7\x01\x00\xa4\ \x14\x02\xe5\xa3\x72\x15\x80\x54\x40\x08\x61\x18\x21\x84\x08\x43\ \x0a\x49\x0e\x12\x40\x81\x04\x04\x0a\x84\x42\x80\x10\x06\xa9\xa4\ \x90\x1c\x23\x4c\x11\x0d\x12\x86\xb8\xe2\xae\x83\x95\xa4\x96\x05\ \xba\x49\x74\x33\x90\x1e\x36\xcd\x80\x4c\xb9\x82\x7b\x80\xa4\xe3\ \xa4\xa4\x10\x94\x50\xc7\x95\x1c\x4b\xce\x93\x29\xee\x71\x04\x09\ \x27\xe9\xa6\xe2\x4c\x23\xa9\x64\x42\xd7\x35\xa5\x31\x8a\x51\x7b\ \x47\xab\xf4\x9c\x5e\x65\xe5\x97\x8d\xb8\xac\xbe\xa6\xb1\xb9\xb5\ \x93\x05\x43\xba\x66\xbb\xed\xb1\x96\x96\x66\x43\xd7\x08\xc2\x22\ \xa5\x18\x32\x28\x01\xa5\x38\x28\x21\x95\xbf\xa9\x00\x66\x4c\x22\ \xdc\x99\x48\x24\x92\x09\x29\x11\x96\x04\x01\x92\x52\x4a\x25\xd4\ \x49\x26\x3a\x21\xa5\x27\x85\x02\x85\x94\x4a\x4a\x71\x4a\x25\xfa\ \xb2\x97\x4a\xa5\xfc\x58\x57\x24\x12\x51\x12\xc0\xff\xf9\x49\x0a\ \x3b\xff\x34\x3f\x14\x14\xfe\x8c\x7b\x4e\xfb\x3b\xc4\xb9\xf2\xf8\ \x7e\xfc\xca\xef\xef\x79\xe6\x0f\x3d\xcf\xf3\x4d\xf0\xb3\x1e\x75\ \x5d\xd7\x4f\x82\x9d\xf5\xa8\xe3\x38\x18\x63\xdf\xb4\x38\xf3\xbe\ \xb1\x58\xcc\xdf\xc6\xce\x65\xf7\x26\x12\x09\xf3\x1c\x48\x1a\x29\ \xa5\xe3\x38\xe7\x9a\xb3\x1f\x2b\x3f\xd7\x9c\x3d\xcf\x53\x4a\x9d\ \x6b\xce\xae\xe3\xa0\x73\xcc\x19\x21\xe4\xf7\xcc\xa0\xe7\x28\x8b\ \xf1\x63\x09\x4a\x29\xd0\x75\x48\x24\xd8\xb3\xcf\x6a\xbf\xf9\x2d\ \xae\xaa\xe2\xd3\xa6\x39\xf7\xde\x23\x46\x8e\x94\xe9\xe9\x28\x99\ \x84\x54\xea\x7f\x1d\x2b\x57\x0a\x3c\x0f\xa5\x52\xcc\xf3\x88\x52\ \x27\x42\xa1\xe3\xe1\xf0\xe2\xf2\xb2\x29\x29\xe7\xfa\xba\xfa\x82\ \x1f\xfc\x30\x31\x72\x64\xcb\xfd\xdf\x48\x8c\x18\x01\x8c\x79\x4e\ \xca\x49\x26\x29\xc2\x40\xb1\x52\x42\x2a\x25\x11\x30\x8a\x15\x48\ \xd7\x4d\x00\x60\x25\x48\x97\x4b\x0a\x0a\x81\x72\x3d\x07\x13\x42\ \x09\x06\x8c\x28\xa0\x6c\x23\x60\x61\x01\xae\xa7\x84\x47\x4c\x26\ \x28\x71\x90\xa4\xba\x8e\x11\x58\x94\x12\xcf\x03\xd7\xf1\xa2\xd1\ \x68\xd2\x21\x08\x51\xc6\x9c\x84\x04\x25\x28\xf7\x44\x2c\x22\xa4\ \xe0\x9c\x73\x27\x29\x9d\x54\x6b\x7b\x8b\x81\x40\x0b\xd8\x29\xd7\ \x8b\x34\x36\xa5\x15\xd2\x96\xba\xba\xe5\x4b\x96\xe6\xe6\x14\x82\ \xc2\xed\x0d\xcd\x44\xa3\x19\x56\xc0\xed\x8c\x79\x91\x38\x66\x5a\ \x10\x6b\xa6\x89\x14\xf2\x3c\x21\x14\x28\x2e\x10\x47\x4a\x22\x0a\ \x84\xa6\x12\xc9\x36\xd5\xee\x09\xa9\xa4\xc2\xe0\x53\xce\x83\x54\ \x5d\xce\x51\x17\xbf\x1e\x02\x25\xa4\x54\x12\x93\x2e\x35\xe3\xa3\ \x67\x7d\x11\xf5\x1d\xc8\x58\x2c\x06\x0a\xf9\xb5\x13\xbe\x04\xfa\ \x6a\xc9\x47\x23\x78\x9e\xe7\x79\x9f\x61\x7d\xa6\x2f\x21\x4d\x8d\ \x8d\xdd\xba\x77\x3f\x33\xf4\x44\x08\x69\x6a\x6c\x3c\x7a\xf4\xe8\ \xb8\x2b\xaf\xf4\x41\x4c\x1f\x5a\x6a\xc7\x8f\x1f\x6f\x6f\x6f\x1f\ \x31\x62\xc4\x99\x47\x19\x63\x15\x15\x15\x18\xe3\x81\x03\x07\xfa\ \x22\xfa\x41\x3b\x4e\xdb\xb6\x6d\x5b\x76\x76\x76\x69\x59\x19\xf7\ \xbc\x33\x8f\xae\x5b\xb7\xae\x67\xcf\x9e\x79\x79\x79\x67\xce\x0a\ \x21\x94\x4c\x24\x36\x6d\xde\x3c\x69\xd2\x24\xef\x8c\xdf\x62\x8c\ \xdb\xda\xda\xf6\x57\x54\x8c\x9f\x30\xe1\xcc\x59\x11\x42\x6a\x6a\ \x6a\xea\xeb\xeb\x2f\xbf\xfc\xf2\xb3\x3c\x11\x63\x95\x87\x0e\xa5\ \x1c\x67\xe8\xb0\x61\xee\x19\x47\x35\x4d\xdb\xbd\x6b\x97\x65\xdb\ \x7d\xfa\xf4\xf1\xce\x36\xe7\x8d\x1b\x37\x96\x94\x94\x14\x17\x17\ \x9f\xb9\xcd\x11\x42\x4e\x1c\x3f\x9e\x99\x97\x67\x64\x64\xe0\x35\ \x6b\xf4\xc7\x7f\x49\x97\x2d\x13\x57\x8c\x4d\xfc\xf6\x37\xe2\xca\ \x2b\xc1\x30\xc0\x75\x51\x2c\xf6\x0f\x7e\x4d\x9f\x32\xc7\x00\x50\ \x08\xd5\x73\x6f\xeb\xa8\x91\xc3\x6f\xb8\x91\xcd\x9a\x95\xf9\xd7\ \x67\x8b\xef\xbc\xab\xfd\xae\x3b\x9d\xef\x7e\x37\x8e\x21\x12\x8b\ \x70\x29\x10\x26\x42\x09\x40\xa0\x31\x02\x8a\x73\x37\xa5\x84\x87\ \x11\xc1\x8a\x11\x4c\x08\xc1\x94\x52\x8c\x14\x45\x58\x37\xb0\xa1\ \x51\xc6\x98\xc1\x58\xc0\xe1\x28\x16\x03\x29\x10\xc3\x9c\x81\x9b\ \x54\x28\x18\x34\x75\xe2\xc4\xa3\x2c\x90\x41\x12\x09\x2d\x91\xc0\ \xdc\xc3\x98\x50\x42\xa4\x92\x40\x41\x29\x2e\x1c\x57\x46\x62\x10\ \x4b\x90\x78\xdc\xd0\x34\x82\x31\x8f\xa7\xac\x54\xca\x44\x58\x0a\ \x11\x52\x2a\x0c\x90\xc5\x68\xbe\x6d\xe7\xd8\x46\x75\x75\x75\x67\ \x47\x53\x5e\x5e\x5e\xa2\xa3\x33\xa4\x5c\xa1\x44\xc8\x60\x39\xf9\ \x59\xdc\xe5\x49\x37\xe6\x78\xc4\xe1\xc2\x71\x3d\x87\x0b\x0e\x18\ \x30\x75\x63\x09\x27\x99\x22\x4c\x57\x0a\xb9\xd2\x43\x04\x49\x85\ \x14\xf8\xb5\x6e\x08\x00\x23\x90\x4a\x4a\x90\x1c\x00\x92\x8e\x70\ \x3d\xd7\xd7\x46\x7e\x3a\x94\x12\xc2\x85\xf0\xb1\x9f\x18\xd1\xf7\ \x3d\x72\xd4\x65\x92\x48\xa5\xa4\x90\x8e\x93\xf2\x97\xf1\x87\x76\ \x5d\xcf\xf3\x92\xc9\xa4\xdf\x84\xd3\x97\xf3\x4f\x4c\x32\x5d\xd7\ \xad\xad\xad\x2d\x2b\x2f\x3f\x6b\x50\x98\x52\x7a\x2e\x50\x92\xbf\ \xd9\x9c\x4b\x71\x29\xa5\x0c\xc3\x38\x57\x79\xa1\x4f\xac\x74\x2e\ \x85\xe9\x67\xc0\x3f\xa2\x29\x1a\x42\x28\x10\x08\x9c\xcb\x6e\x24\ \x84\xfc\xdd\x73\xd6\x75\x1d\xce\x3d\xe7\x53\x25\xb9\x67\x3d\xea\ \x03\x47\xce\xae\x30\x09\xa9\x6d\x6d\x0d\x5a\x56\xfa\xcb\x2f\xb3\ \xc7\x7e\x02\x69\x69\xce\x93\xbf\x73\xbf\xf2\x15\x48\x4f\x87\x64\ \x12\x12\x89\x7f\xfc\x53\x7a\x9c\x8f\x1d\x3b\xe6\xb2\xe1\xc3\x7d\ \xdc\x88\x92\xd2\x34\xad\x36\xee\x8a\x9b\x67\xb4\x8c\x1e\x99\xff\ \xc2\x4b\x99\x2f\xbe\x94\xda\xb0\xe1\x5b\xb7\xcc\xbc\xf9\x86\xe9\ \x44\x4a\x10\x52\x01\x20\xe4\xb7\x5f\x50\x4a\x4a\x00\x85\x7c\x3d\ \x01\x27\x59\x92\x01\x30\x21\x18\x9d\x32\xe2\x10\x16\x02\x84\xf4\ \x71\xee\x7e\x8e\x07\x33\x86\x29\x95\x42\x69\x4c\xc3\x08\xf5\x17\ \x7d\x10\x42\xf8\x54\x65\x69\xd7\xea\x96\x7e\xc3\x05\xcc\x18\x50\ \x82\x10\xe2\x1e\xd7\x18\x43\x08\x10\xa0\x81\x23\x47\xf9\x1f\xa5\ \xf7\xc8\x91\x9c\x8b\x8e\x8e\x0e\x1f\x31\x27\xa5\x54\x52\x48\xa9\ \x08\x21\xa0\x40\xfa\x16\x29\x02\xa9\xba\xe2\x30\x0a\x90\x9f\xd8\ \x54\x5d\x5a\x0e\x49\x25\x4f\xfa\x9f\xbe\xe5\xae\x40\x75\x3d\x20\ \x80\x42\x08\x49\x3f\x3b\x82\x10\x46\x08\x10\xf2\x83\xcf\xd2\x77\ \xe0\x11\x42\x3e\xbb\xf6\x69\x21\xf0\xae\xdc\xb3\xea\x5a\x1b\xb1\ \x48\xc7\xe9\xdf\xd7\x73\x93\x13\x26\x8c\x1f\x3a\x74\x88\x69\x98\ \x18\xe3\x2e\xfe\xfc\x48\x67\xc7\x27\x68\xd0\x7e\xf6\x7e\xd7\xdf\ \x3c\xfa\xd1\x0e\xdb\x47\xfb\x99\xe7\xdb\x13\x29\xcb\x22\xf5\xf5\ \xfa\x8f\x7e\x4c\x5f\x79\x85\x4f\x9b\xe6\xfc\xf2\x71\xd9\xbf\x3f\ \x78\x1e\x78\x9f\x24\x7c\xc2\xcf\x89\x9f\x6e\xd5\x73\xce\x01\x21\ \xa5\x69\x48\x08\xba\x78\xb1\xf1\xc3\x1f\xa1\xce\x4e\xf8\x97\x9f\ \x7a\x0f\xdc\x0f\x98\x80\x6f\xcb\x9c\x2d\x01\xaa\x4e\xd3\x0e\xa7\ \x2f\x54\xe8\x22\xd5\xfb\xe0\x79\x4a\x21\x00\xd9\xb5\xfa\xf1\xd9\ \x5e\x01\x02\x04\xc8\x4f\x72\xa8\xae\x28\xcb\xa9\xc2\x36\xff\x63\ \x49\xa5\x30\x42\x00\x80\x09\xf1\xaf\xf6\x3e\xf9\xa4\x7f\xe6\xd9\ \x9c\xbc\x0f\x9f\x73\x46\xe4\xfb\xb4\x07\x44\xff\x98\x8c\x80\x94\ \xea\xac\x96\xe3\x87\xe0\x96\x9f\xa4\x64\x5e\x1c\x9f\x6e\x5e\xc4\ \x30\xf0\xee\xdd\xc6\xfd\x0f\x90\xfd\xfb\x9d\x1f\xff\xd8\x7d\xf0\ \x01\xb0\x6d\xf8\x78\x74\x4f\x9f\xe0\x34\x94\x65\x91\x03\x07\xb5\ \x5f\xfc\x82\xbd\xf5\x96\x77\xdf\xbd\xce\xcf\x7f\xae\x02\x81\x4f\ \x76\x6b\xb8\x38\xe0\x22\xab\xe5\x17\x63\x60\x0c\x9a\x46\x56\xad\ \x32\xef\xfb\x86\xf2\xbc\xc4\x2b\xaf\x88\xc9\x93\x41\xf0\xcf\x5a\ \x2c\x01\x40\x29\x14\x8f\xcb\x9e\x3d\x9c\xa7\x9f\x96\xbd\x7b\xeb\ \x8f\x3f\x8e\x6a\xeb\x52\xff\xfd\x5f\xaa\xb8\xf8\x73\x98\xcc\x85\ \xfd\xcd\x2f\xbe\x82\xf3\x7a\x28\x05\x08\x29\xc6\xe8\xfc\xf9\xe6\ \x9d\x77\xc9\x70\x38\x39\xfb\x2d\x7e\xed\x54\x70\x1d\xf8\x1c\xcb\ \xd9\x92\x49\xa5\x31\xe7\xb1\x47\x93\x7f\x7c\x9a\xac\x5a\x65\xde\ \xff\x00\x3a\x72\x44\x69\xda\xc5\xcf\xf5\x49\x5a\x27\x17\xad\xd9\ \xf3\x4f\x18\xd5\xfb\x7f\xc3\x18\x18\xa3\xf3\xe7\x5b\xdf\xfc\x96\ \xe8\xd5\x2b\xf1\xf4\x1f\x64\xef\xde\x5d\xf9\xc9\xcf\x97\xe1\x45\ \x29\x45\x08\x18\x06\x9b\x3d\xc7\xfa\xf6\xb7\x65\xef\xde\xf1\xa7\ \xff\x20\xcb\xcb\x51\x32\x79\x9a\x67\x76\x4e\x2f\xfa\xcc\xbf\x5f\ \x1c\x17\x25\xf3\x7c\x17\xcb\xd3\x73\xd3\x60\x18\x6c\xd9\x32\xfb\ \xbe\x6f\x88\x7e\xfd\xe2\x4f\xfd\x8f\xec\xde\xfd\xfc\x32\x1a\x11\ \x52\x86\xa1\x2d\x5c\x64\x3f\xf8\x20\x1f\x34\x28\xfe\x87\xdf\xab\ \xbc\xbc\x8f\xe3\x73\xfa\x32\xe9\xc7\x99\x2e\xca\xe7\x45\xc9\xfc\ \x02\x88\xa5\x8f\xe1\xea\xe2\x38\x35\x4d\xb6\x75\x6b\xfa\xed\x77\ \xc8\xec\xec\xc8\xb3\xcf\x8a\xf2\xb2\x2e\x8d\x74\x1e\xcd\x18\x00\ \x63\x65\x1a\xfa\xec\x39\xc1\x07\x1e\x70\xc7\x8f\x8f\x3e\xf5\x94\ \x4a\x0b\x22\xc7\xfd\x1b\x05\x6a\x7e\xcb\x49\xbf\xb3\xdd\x45\xc9\ \xbc\x28\x99\x5f\x08\xb1\xe4\x9c\x2b\x29\x85\xae\x93\xe3\xc7\x33\ \x6f\xbb\x0d\x25\x53\xad\x2f\xbe\xe0\xf5\xeb\x77\xde\x89\xe5\x07\ \x35\xa7\xf5\xe2\x8b\xe1\xef\x7d\x3f\x7e\xd7\x5d\x1d\xff\xfa\xaf\ \xa0\x24\x3a\x4b\x2e\xaa\x2b\x37\x71\xaa\x19\xac\x5f\x3f\x75\x51\ \x73\x9e\x75\x5c\x8c\xcd\x9e\x5f\x62\xd9\x55\x26\x8f\x10\x6a\x6d\ \xcd\x7b\xe4\x11\x55\x5d\x53\xfb\xcc\x5f\x12\xdd\xba\xe1\xa6\xa6\ \xf3\xfa\x01\x62\xb1\xc8\xf4\xe9\xde\xb1\x63\x39\x4f\xfc\x2e\x99\ \x9f\xdf\x7a\xf7\xd7\x95\xeb\xa2\xb3\xe7\x06\xbb\xb4\x25\x63\x4c\ \xd3\x34\x38\x0d\xc2\x76\x71\x19\x5c\x94\xcc\xf3\x57\x2c\x01\x00\ \x51\x2a\x5d\x27\xfd\xb7\x4f\x58\x9b\x36\x37\x3f\xfe\x78\x62\xf8\ \x65\x28\x16\x57\x70\x7e\xd7\xca\x70\x01\xe0\xb6\xdf\xf7\x0d\xbb\ \xbe\x21\xf3\xb7\xbf\x8d\x74\x2b\x49\x4e\x9a\x44\x12\xc9\x0f\xda\ \xb4\x1f\x48\xd8\xc7\x62\x31\xc3\x30\x6d\x1b\x01\x74\x51\x96\x5c\ \x14\xce\x4f\x5d\x32\x11\x7c\x8a\xeb\xa8\xab\x5c\xf5\x24\x56\xea\ \x02\x10\x4b\xbf\x22\xc1\x67\xac\x88\x46\xa3\xdc\x34\x73\x97\x2d\ \xcb\x79\xfe\xf9\xfa\x19\x37\x35\x4f\xbe\x1a\x27\x13\xf0\x85\xe0\ \x2e\x72\x05\xd7\xb4\x63\xf7\xde\xdb\x7d\xf3\xe6\xd2\x5f\xff\xd7\ \x91\xbe\x7d\x93\x39\x39\xc8\x3d\x3b\x89\x84\x72\x55\x73\x53\x53\ \x28\x14\xc2\x18\x99\xa6\x79\x4a\x6d\xe2\x4f\x88\x4a\xca\x87\x09\ \x5d\xf4\x33\x01\x4e\xc3\x94\x61\x42\x11\xf8\xed\xcf\x3e\x51\x79\ \x3c\x05\xc7\x52\x3e\x36\x51\x49\x05\xe7\xd9\x1e\x8b\x4e\x02\xbc\ \xd4\x47\x6f\x2b\xa7\x8b\x25\x00\xf8\x55\x08\xae\xeb\x45\xa3\x91\ \xa6\x48\xa4\x8f\x94\x69\x33\x66\x90\x6e\xdd\x23\xaf\xbc\xec\x06\ \x02\xe7\x5a\xdc\xe7\xe9\xb0\x6d\x6b\xdd\xfa\xc0\x8c\x19\xf1\x49\ \x93\xe2\xff\xf3\x24\x30\x06\x67\xe0\xa8\x29\xa5\x47\x8e\x1c\x39\ \x78\xf0\x60\x61\x61\x61\x7e\x7e\x7e\x30\x98\xa6\xeb\x3a\xa5\xc4\ \x8f\x06\xf9\x85\x1d\xff\xc8\x14\x30\xa1\x58\x09\x49\x18\x43\xd2\ \x71\xbf\xa8\x54\x89\x9f\x88\xce\x44\x84\x10\xe1\x26\x92\xae\xd4\ \x03\x76\x5b\xc5\xfa\x6d\xd1\xd0\x84\xcb\xfa\x63\xe9\x7d\x52\x0b\ \x1e\x03\x28\xc0\x18\x11\x88\x1f\x5e\xb0\xea\xc4\x98\x09\x83\x77\ \x2c\x5b\xdf\xed\xca\xab\xcb\x83\x54\x9c\x1f\x7b\x23\xc2\x04\x03\ \x4f\xc4\x53\x8a\x50\x9d\xb1\xb3\xdb\x65\x4a\x09\x29\x10\x26\xe8\ \x83\x3a\xf3\xa4\xe6\x14\x5c\x29\xc2\x45\xe6\x93\xbf\xc3\xd1\x58\ \xe2\x97\x8f\x6b\xf9\xf9\x9a\xe3\xc0\xdf\x24\xa7\x40\x08\x9d\x3f\ \x3d\x42\x11\x82\xf1\x57\xb9\xff\xf4\x48\xe0\x67\x3f\x63\xd7\x4d\ \xf3\xee\xbc\x13\xe2\xf1\x33\x25\x53\xd3\xf5\x68\x2c\x96\x4c\x26\ \xc5\xc9\xb6\xcd\x4a\x61\xa5\x14\xc6\x04\x01\x20\x84\xa5\xfa\x3b\ \x77\x76\x4c\x59\xeb\x81\xb5\xdb\xda\x0b\x2e\x49\xaf\xdd\xd5\x91\ \x37\x71\x74\xb9\xe2\xe2\x8b\xa8\x3e\x3f\x01\xe3\x81\x32\xdc\x78\ \xe0\xbd\xa7\xfe\xfb\xd7\xbf\x79\xe2\xc9\xb7\xd6\x56\x76\xd4\x1f\ \x3f\x50\xd3\x61\x05\x2c\x43\xa3\xa0\x14\x22\xcc\xb2\x6d\xdb\x34\ \x08\x42\x54\x37\x34\x82\x10\xa6\x86\xae\x21\x00\xa6\xeb\x9a\xa6\ \x19\xba\x86\x3e\xca\xf8\xc5\xba\xc6\x97\xfc\xe9\xdf\xff\xf3\xf9\ \xd5\xd2\x34\xa9\xdb\x7a\xb0\xf2\x84\xe3\xa5\x8e\x1c\xac\xec\x74\ \xe5\x47\xf3\xf5\x69\x8c\x9d\xaa\xcc\x44\x08\xe9\x9a\xf6\x69\x79\ \x32\x08\x23\xaf\x79\xe1\x0b\xbf\xff\xf5\x6f\x7e\xfb\xd4\x73\x73\ \x8e\xb4\x4b\x5d\xd7\x2c\xdb\xb6\x2d\x83\x20\x00\x4c\x4c\xcb\x0e\ \xa6\x05\xe3\xb5\x5b\x5e\x7e\x6d\x25\x4e\x4b\x37\x19\xd3\x0d\xfd\ \xd4\xe4\x4f\x09\x27\xa7\x2c\xbc\xf8\x1d\x3c\xeb\x75\xe7\x91\xef\ \xf3\x31\x63\x20\x95\xf2\xd9\x18\x4e\x9d\x70\xd6\x81\x10\xc1\xa0\ \x30\xd5\x34\x8a\x95\x42\x9a\x61\x9a\xa6\x4e\x29\xd3\x28\x51\x4a\ \x9e\xfd\x37\x27\x2f\xd7\xf5\x2b\x29\xd5\x47\x8e\x0f\x3d\xac\xa6\ \x6b\x18\xce\x71\x69\x29\x95\x10\xde\xfd\xf7\x8b\xb1\x63\xd9\xe3\ \xbf\x44\x07\x0e\x28\x4d\x3b\xeb\x89\xae\xeb\x72\xce\x45\x17\x63\ \xab\x02\x00\x44\xa8\x8a\x1e\xfa\xcf\x1f\x3c\xb6\xb8\xa2\x45\xd7\ \x19\x20\x62\x98\x76\xc0\xb6\x18\x06\x40\xc4\xb0\x6c\xdb\x32\x29\ \x02\x7f\x45\x59\xa6\x8e\x01\x08\xd3\x6d\x3b\x60\xdb\x26\x23\x48\ \x29\x20\x4c\xb3\x2d\x4b\xb4\x1e\xd9\x53\xd9\x60\x84\xb2\x32\x43\ \x16\x22\xcc\xb4\xed\x80\x6d\xeb\x8c\x80\x52\x08\x53\xc3\xb2\x03\ \x01\xdb\xd0\xe8\xb9\x76\x39\x5d\xd3\x4e\x19\xd5\x84\x10\xed\x73\ \xc2\x36\x91\x1f\xff\xf8\x47\xff\xe0\xa2\x34\x50\x62\xe9\x1b\x2f\ \xc4\x7a\xde\xfc\xa3\x07\x6e\x28\xcd\x0b\x25\xeb\x0f\xbd\xb7\x66\ \xfd\xee\x3d\x07\xdb\x20\xdc\xab\x34\x2f\x5e\xbb\x6b\xd6\xcb\xaf\ \xae\xad\x68\xcc\x2f\xeb\x5e\xb3\x7e\xc9\x71\x28\xcc\xf6\x8e\x2f\ \xdb\x7c\xa4\xa8\x3c\x6f\xcf\xea\x55\x47\x6b\xab\xb6\xec\xaa\x2e\ \x28\x2d\x35\xf0\xd9\xf7\x7c\xcc\x0c\x5e\xb7\xe3\xed\x65\xdb\x5a\ \xda\x63\x45\x83\x47\x17\xd2\xba\x4d\x7b\xdb\x06\x0c\x29\x3b\xba\ \xfb\x50\xfe\xe0\xa1\xf9\x16\x39\x17\x2f\x3c\x42\x68\xf3\x96\x2d\ \x00\x90\x99\x99\x09\x00\xae\xeb\xae\x5b\xb7\x2e\x33\x33\xf3\xd3\ \x78\xd1\x88\x1a\xd1\xca\xc5\x2f\xaf\x89\x3f\xf8\xe8\x0f\x26\x0e\ \x2a\x09\xda\x66\xb2\x6e\xef\x6b\x2f\xbe\xfa\x5e\x45\x53\x41\x79\ \x4f\x3b\x5e\x35\xef\xd5\x17\x17\x6e\xae\x4e\x0b\xc2\xfa\x65\x2b\ \x76\x57\x35\x00\x15\x3b\xd7\x6f\x4f\xeb\x56\x1e\xa4\x20\x4f\xb6\ \x67\x74\x11\x92\xc7\x8f\x75\x7b\xec\x27\xb4\x7f\xff\xd4\xaf\xfe\ \x03\x31\x06\x12\x30\x52\x12\x80\x60\xac\xa4\x3c\x2b\xb0\x06\x53\ \xd6\xb0\x67\xd5\x86\x2a\x66\x36\x6f\xdb\x58\x4d\x7b\x16\xc0\xf2\ \xd7\x5f\x5c\xba\xa5\x0a\x9c\xc6\xbd\x35\x4e\xb7\xa2\x1c\x74\x16\ \xe5\x83\xa4\xf0\x24\x80\xc6\xf0\xd1\x6d\xcb\xb7\xd7\xa2\xd2\x6e\ \x59\x70\x6e\xef\x03\x81\x4c\x25\x13\x29\x4f\x82\xe4\x29\xd7\xe3\ \xb1\x86\x95\x2b\x37\xe9\x85\xe5\x61\x1d\xce\xfe\xf2\xa5\x84\x60\ \x50\x76\xeb\xa6\xfd\xf9\x2f\x28\x16\xe7\xd7\x4c\xf6\xb7\x9f\xf7\ \xe7\x8c\x71\x4b\x6b\xeb\xd1\xa3\x47\xd2\xd3\x42\xa1\x50\xba\x61\ \xe8\x7e\x75\x8b\xa6\x1b\x55\x5b\x17\xaf\xd8\x72\x3c\xa9\xa5\x0f\ \x1b\xdc\x07\x27\xea\x96\xcd\x7e\x6d\xde\xbb\xbb\xf4\xc2\xbe\x05\ \xb4\x61\xee\x2b\x2f\xbf\xb3\xe9\x50\xa8\x6c\x80\xd5\xba\xfb\xe5\ \x97\x67\x6d\x3e\x1a\x2d\xed\xd3\xa3\x7d\xf7\xd2\x17\x5f\x9f\xbb\ \x76\xdb\x61\x23\xa7\x7b\x49\x8e\x55\xbf\x67\xed\x2b\xaf\xcd\xdb\ \xbc\xe7\x10\xe4\x5c\x72\x49\x9e\x53\x93\x08\x64\x79\x47\x66\xcd\ \x7a\x7d\xd9\x7b\xdb\xe2\x7a\x4e\x8f\x92\x6c\xa7\xe5\xf0\xbc\xd7\ \x5e\x5d\xb8\x6a\x63\x8b\xca\x28\x2f\xcc\xfc\xd0\xcb\xc1\x18\x27\ \x93\xc9\xf5\x1b\x36\xe4\xe6\xe4\x68\x9a\xc6\x18\x6b\x68\x68\xd8\ \xbd\x67\x4f\x51\x61\xe1\x17\x50\x67\x2a\xc5\xb1\xd9\xbb\x7f\xff\ \xf6\x3d\x4b\xe7\xbe\x5b\x41\x4c\x8b\x82\x0c\x16\xf7\x1f\x3f\xba\ \x6c\xfb\x92\xf9\xfb\xeb\x4f\x2c\x78\x6d\x01\x29\x1f\xd9\x93\x56\ \xbd\x35\x77\x75\x53\x47\xd5\xee\x7d\xd5\x6d\xf5\x9b\x5f\x99\xbb\ \xb9\xb3\xb9\x6e\xe7\xee\xfd\x2e\xb2\x0c\x83\x22\x9f\x91\xe5\x6c\ \xab\x42\x23\xee\xde\x6d\x3b\xb2\x2e\x9b\x3a\xa1\x2f\xd9\xba\xe3\ \x90\xa4\x1f\x57\xae\x34\x4d\x6b\x6c\x68\xf8\xf7\xff\xf8\x8f\xf6\ \xf6\x76\xcb\xb2\x9e\x79\xe6\xaf\xcb\x57\xac\x38\x15\x6c\xf8\x84\ \x87\xe4\x81\xbc\x7e\x3d\x82\x1d\xb3\x5f\x5f\x70\x3c\x42\x82\xb8\ \x75\xde\xac\xb9\xa8\xe7\xe8\x3e\xec\xf8\x9b\x8b\xd6\xd5\x1c\xa9\ \xd8\xdd\xca\xc6\x8e\x1b\x95\x61\xa0\x50\x61\xef\x29\x53\x27\xf7\ \xce\x32\x10\x65\x18\xc1\xa9\x88\xab\x42\x48\x29\x95\xfd\xe2\x8b\ \x56\x5b\x5b\xea\xa7\x3f\x25\xf9\x05\xf5\xef\xbe\xfa\x9f\xbf\x9b\ \xd5\x81\x74\x8d\x19\x9d\x07\x97\xfd\xea\xd7\x7f\xac\xf2\x98\xc6\ \x98\x69\xd9\xb6\x65\x50\xec\xab\x08\xdd\xb6\x2c\xa7\xa9\x72\xdf\ \xd1\x96\x40\x76\x4e\x7e\x4e\xfa\x89\xcd\x8b\x36\x37\x65\x4c\x9d\ \x76\x45\x41\x66\x66\x76\xd8\x46\x0a\x98\x6e\xd8\xb6\xad\x53\x42\ \xa8\x66\xdb\xb6\x65\x9a\x96\x9e\x5a\xf9\xc6\xcb\x5b\xaa\xe3\xa6\ \x65\x05\xc2\x39\xd9\x21\x1b\x14\x30\xc3\xb2\x6d\x4b\x67\x04\x14\ \x50\xcd\xb0\x6d\xdb\xb6\x4c\x46\x10\x60\x46\x79\xcb\x8a\xf9\x2f\ \x3e\xf1\xab\x7f\xfd\xe7\x9f\xfe\xf2\x77\xff\xf3\xcc\x86\x63\x9d\ \x05\x25\x85\x26\x45\xfe\x69\x96\x69\x18\x86\x69\xdb\x96\x4e\xb1\ \x3f\x25\xcb\xb6\x4d\x25\xe4\x95\x57\x3a\x0f\x3c\xc0\x5e\x78\x81\ \xae\x5a\x05\x86\x71\x96\x85\x23\x95\x52\x12\x4e\x7d\x78\x4c\x09\ \x6f\x58\xb7\xbd\xf9\xba\xfb\xbf\x6a\xd5\xed\x3a\xd0\xe6\x36\xec\ \x5c\xf4\xee\x31\xed\xda\xe9\x57\x97\x85\xbd\xe5\xaf\xcf\x3a\x4a\ \xcb\x26\x8c\x1d\x9e\x09\xd5\x6f\xbd\xbe\x3c\x77\xf8\xa4\x82\xf8\ \x9e\x45\x2b\x77\x1f\xae\xd8\xcd\xf3\x86\x5f\x56\x90\x5c\xf8\xce\ \xea\xa6\xfa\x23\x6f\xcd\x5d\x9d\x35\x70\x74\xff\xe2\x30\x42\xa8\ \xe3\xf8\xee\xed\x95\x2d\xcd\x95\xdb\x8f\x39\xc5\x13\x87\x17\x6c\ \x58\x34\xef\x70\x4b\xc7\xaa\xd9\xaf\x35\x85\x87\x8c\xed\xae\xef\ \xd8\x5e\x91\x54\x67\x61\xba\x30\x2d\x73\xfd\xfa\xf5\x4f\x3f\xfd\ \x47\x5d\xd7\x13\x89\xc4\xbf\xff\xfb\x7f\x9c\x38\x71\xe2\x73\x51\ \x9b\xff\xb0\xce\x04\x10\x02\xe7\xf7\x18\xd8\x3b\x9f\x55\xac\x5f\ \xbc\xfa\x40\x3c\xcf\x72\x9a\x58\xc9\x0d\x53\x46\x37\xec\xde\x99\ \x60\xce\xf1\x3a\x3c\xe3\xf6\x19\xfd\x32\xe9\xa6\x8d\x7b\x8a\xfb\ \xf6\x69\x3a\x51\x8d\x51\xb4\xa6\x9d\x66\xd1\x64\x63\x42\x1f\x77\ \xdd\xf4\x91\x7d\x0b\x91\xe7\xc8\xb3\x45\x73\x10\xc2\xc4\x6b\x7d\ \xe7\xed\xe5\x99\x43\xaf\xe9\x6f\x36\xae\xd8\xda\x76\xe9\xa0\x8c\ \x5d\x7b\x9a\x06\x0c\xee\x5e\xb9\xe3\x40\xfe\xe0\x4b\xf2\xcd\x73\ \xea\x4c\xa5\x54\xef\xde\xbd\x77\xed\xda\xbd\x74\xe9\xb2\x43\x87\ \x0e\x6e\xdc\xb4\xf9\x27\x8f\x3d\x9a\x96\x96\x26\x3e\x8d\x8e\x43\ \x4a\xe0\x40\xc1\xd0\xc1\x3d\xbd\x86\xfd\xef\x2c\x59\x17\x57\xa9\ \xe3\x8d\xf8\xc6\xaf\xdd\x34\x34\x53\xae\x59\x5f\x99\x99\xa6\xb5\ \x90\x9c\x29\x13\x47\xa2\xb6\x43\xfb\xaa\xe1\xaa\xc9\xa3\xd3\xad\ \x8c\xfe\x03\x7a\xeb\xd2\xe3\x27\x19\xd6\x38\x63\x64\xeb\xd6\xec\ \x9f\xfe\x4b\xdb\xb4\x6b\xd1\x77\x1f\xa6\x58\xd6\x6d\x7f\x6f\xde\ \xfa\xad\xc1\x1e\x63\x07\x97\x88\x25\xaf\xbc\xba\xf1\x58\x62\xd8\ \xc4\x49\xe9\xad\xbb\x5f\x79\xfe\xe5\x95\xbb\xea\xb2\xba\x95\xe5\ \x87\xd8\xf1\x6d\xcb\x5f\x7e\x6d\xfe\xb6\xfd\xc7\xf4\x92\xe1\xfd\ \xd2\x3a\xea\x9c\x90\xd6\xb0\x75\xd5\x9e\x1a\xd7\x91\x69\x36\xee\ \xe4\x66\x59\x81\xbd\x7d\xd9\xec\x97\xdf\x5c\x1a\x0d\x16\xd0\xc6\ \x9d\x2f\xbc\xf0\xc6\xae\x7a\xde\xab\x67\xe1\xd1\xad\xab\x96\xae\ \xd8\x50\xeb\xd2\x74\xcd\x8d\xf2\xb4\x6e\x59\xb0\xe6\xed\x97\xde\ \x58\xb4\x3e\x61\xe5\xf7\x2a\x49\xdf\xbf\x76\xd1\xac\xd7\xe7\xae\ \xdd\x75\x24\x50\x58\x9e\x1b\xc0\x1c\xd9\x7d\x86\x8d\x1d\x98\x96\ \x3c\x1c\xcf\xb9\xff\x3b\xf7\xf5\x49\xe3\x07\x0f\x55\x67\x16\x15\ \x1c\x5d\xfd\xc6\x4b\x73\x96\xed\x3d\x52\x5b\x75\x60\xdb\x82\xc5\ \x6b\x93\x69\xc5\xbd\x8a\xc2\x35\x3b\x57\xbc\xf8\xf2\xec\x03\xcd\ \x50\xde\xab\x3b\xed\x51\x4a\xde\x9e\x4b\x0e\x1c\xf0\xa6\x4f\x07\ \xc6\x4e\xa9\x4d\x5f\x67\x56\x1e\xaa\x0c\x85\x43\xe1\x50\xd8\x34\ \x74\x4a\x35\x66\x5a\x89\x23\x1b\x16\x6c\x6e\x9f\x70\xed\x84\xe8\ \xae\xd5\x87\x78\xb7\x71\x43\xf2\x4e\xec\xd9\x7a\xb8\x9d\x95\x97\ \x90\xb5\x6b\x0e\x8f\xbf\xed\xb6\x61\xa5\x05\xa4\x79\xf3\x6b\xcb\ \xb6\x79\xdc\xab\x3f\x51\xe5\x99\x19\xe9\x34\x69\x96\x8f\x9f\x3a\ \xd0\xda\xb9\xe7\x84\x45\xdd\xc3\xb1\xf4\x9b\x6f\x9d\x9a\x19\x3b\ \x72\x30\x9a\xd9\x2b\xd8\x76\xdc\xcd\x2b\x37\x1b\x6b\x69\xbf\x9b\ \xae\x1e\x54\xbd\x6b\x07\xb7\xd3\x8f\x54\x36\x8c\xbf\xfd\xf6\xbe\ \xa2\x6e\x57\xbd\x1c\x3c\xb8\xb7\x06\xe2\x43\x6b\x86\x12\x3a\xa0\ \xff\x80\x57\x5e\x7d\xf5\xf8\x89\xe3\x0b\x16\x2c\xb4\x4c\xf3\xa1\ \x87\x1e\x92\x52\x7c\xf6\x6e\xfc\x27\xe0\x67\x22\xe0\xed\x6d\x6d\ \xa1\x5e\x57\xdc\x71\xf3\x55\x91\x83\xdb\x6a\xa2\x2e\x48\xee\x71\ \x81\x94\x24\x76\xa6\x9e\x6a\xad\x6a\x8c\xb6\x34\x54\xc5\x50\xa0\ \x67\xaf\x5e\xa4\x7d\xc7\xaa\x7d\xa1\x5b\xc6\xa4\x2f\x79\x6f\xbd\ \x55\xd0\x3f\xcc\x1b\x2b\x8f\xd4\xba\xe7\x20\x78\x47\x98\x76\xd6\ \xed\xdf\x5f\xd5\xbe\x6f\xf5\x1b\xf3\x37\x1f\x6d\x3f\xb1\xf7\x40\ \x63\x0c\x84\x23\x10\x70\xee\x7a\xe2\xa3\xd4\x9f\x8f\x3e\x7d\xe4\ \x91\xef\x2b\x50\x8b\xde\x59\xfc\xd8\xa3\x8f\xe6\xe7\xe7\xbb\x9f\ \x52\x9c\x13\x61\x1e\x6b\xe9\x84\xf0\xa4\x19\xb7\x0e\xcd\xea\xdc\ \x7f\xb4\x9d\xc9\x68\x4d\x43\xb2\xb1\xae\xd6\x65\x96\xa9\x13\x1f\ \xd8\x83\x31\x49\xc6\x63\xb1\x94\xf0\x12\x6d\x47\x0e\x9f\x48\x8a\ \xf7\xa9\xb1\x90\xe7\x85\xfe\xfc\x17\x41\x69\xf5\x8c\x99\x88\x51\ \x2c\x9d\x0e\x61\x0c\x19\xd6\xbf\x76\xf7\xe6\xa3\xfb\xf7\x57\x8b\ \xdc\xa1\x3d\xf3\x63\xad\xb5\x0b\xdf\x98\xa7\x7a\x8d\xb9\x24\xbd\ \xe9\xad\xf9\x6b\x1a\xab\xf6\xbe\xf5\xce\xb6\xd2\x91\x57\xf5\x2b\ \x4c\x47\x00\x2d\x47\x77\xef\x3c\xdc\x02\x54\xeb\x3e\xf0\x8a\xeb\ \xa6\x5e\x2e\x6a\x0f\xec\xad\x6e\x3a\xb6\x65\xe9\xe2\xdd\x9d\x63\ \xae\x9e\xd4\x2b\x37\x98\x51\x32\x68\xc6\xcc\x6b\x55\xe5\x9a\xb5\ \x15\x35\x58\x0b\x0e\x1d\x3f\xf5\xba\xd1\x03\x63\xc7\x77\x54\x1c\ \x6b\xaa\x58\x37\x6f\x5d\x6d\xfa\xc4\x2b\x7a\x6d\x9e\xff\x56\x45\ \x43\xeb\xbe\x6d\x7b\xec\x7e\x63\x87\x66\xb4\xcf\x9b\xbb\x26\x45\ \x18\xee\xca\x67\x10\x4c\x08\xc6\x14\x52\xed\x3b\x77\xec\xea\x88\ \x47\x76\xef\x3a\x52\x36\xfc\xaa\x40\xcb\xce\x3d\xd1\xcc\x2b\x87\ \xa4\xad\x7e\xe7\xbd\xba\xaa\xed\x6f\x2e\xae\xb8\x74\xf2\x14\x72\ \xec\xdd\xc5\x1b\xaa\x59\xaf\x9e\xee\xf7\xbf\x47\x56\xad\xa2\x6f\ \xcf\x3d\xb3\x12\xe5\x43\x4e\xac\x06\xa9\x8a\xbd\xfb\xdb\xda\x6a\ \xdf\x7e\xe1\xc5\x8a\x96\xe8\xd1\x1d\x1b\x3b\xc3\x83\xef\xfd\xf6\ \x03\xdd\x63\x9b\x67\x2d\x3a\x10\x30\xbd\x63\xc7\x1b\x5d\xee\x0a\ \x96\x16\x0a\x64\x0f\x1c\x35\xe1\xae\x07\xbf\x7b\xf7\x0d\x97\x93\ \x54\xd2\xe3\x5c\x48\x05\x80\xed\xb4\x74\xd9\x56\x5b\xd3\xec\x09\ \x21\x84\x50\x5d\xfe\xbb\x52\x92\x0b\xc1\x39\x20\x44\x35\x4b\x17\ \xb1\x86\xc6\x78\x8a\xbb\x9e\x54\x67\x5d\x3d\x9c\x7b\xd9\xd9\x59\ \x8f\x3d\xfa\xcf\xcb\x57\xac\x48\xc4\xe3\x3f\xfa\xd1\x8f\x30\x46\ \x9f\x4b\xc7\x8d\x7f\x38\x36\x8b\x10\x45\xf2\xc8\xe6\x05\x8b\xb7\ \x37\x28\xcf\x29\xbc\xec\x9a\xf2\x60\x75\x55\x1b\x01\x00\x42\x40\ \xcb\xec\x37\x79\xf4\x89\x57\x7f\xff\x6f\x8a\xd9\x23\xaf\xbd\xb5\ \xb8\x20\xa7\x34\xcb\xaa\xe1\xc5\x43\x86\xe8\xf3\x96\x55\xf4\xb8\ \xa4\x4f\xfc\xf0\xaa\x59\x2b\xdb\xee\xbc\x67\x66\x16\xf5\xc4\x19\ \xea\x0f\x53\x5a\xb9\xfd\x60\xf1\xf8\xdb\xbe\x79\xcb\x48\xaa\x52\ \x4b\x9f\xfd\xfd\xee\x4a\x2f\xcf\x8a\x6c\xa9\x48\x94\xe5\xd1\x3d\ \x5b\x2a\x86\x7e\xe9\x52\xe4\xba\xea\x9c\xca\x5c\x68\x9a\xf6\xe8\ \xa3\x8f\x46\x23\x91\x6e\xdd\xba\xf9\xec\x66\x9f\xca\xf6\x46\xa8\ \xd3\x76\xf8\xf5\xd9\x2b\xdb\x13\x9c\xb3\x9c\xeb\x6f\xbd\x4e\x3f\ \xb2\xe4\xf5\xdf\xfd\x42\xb0\xc0\x15\x33\x6e\xcf\x89\x6c\x26\x84\ \x82\x10\xe9\xf9\xbd\x4b\xe8\xea\x27\x7f\xfd\x87\x89\x23\x4b\x0f\ \xec\x3a\x31\xf9\xae\x3b\x4b\x0c\x24\x85\x52\xa6\xa9\xaf\x58\x69\ \x2d\x5c\x58\x73\xfb\xed\xf1\xb2\x32\xe4\x72\xac\xf1\xce\xb8\xe8\ \x3d\xe4\xb2\xc4\xfe\xad\xaf\xcd\x49\x96\x5c\x72\x75\x5a\xed\x86\ \x96\xea\x83\xb5\x5e\xf6\x4d\x93\xc7\x94\x36\xd1\x6d\xcf\x6f\xdd\ \xbb\x3b\x2a\x0b\x07\x8f\x1f\x3b\xac\x3a\xb2\xa9\x36\x22\x31\xd3\ \x74\xc0\x52\x21\x3b\x94\x93\x9b\x95\x59\xcf\x34\x5b\x79\x07\x2b\ \x6b\xba\x0f\x9f\x78\xf9\x65\x03\x45\x32\x52\xb9\x7d\xcd\xda\x1d\ \x87\x8e\x36\x76\x64\xa4\x1c\x4d\x91\xcc\xfc\xc2\xdc\xac\xd0\x51\ \xc6\x98\xe7\x1e\xaf\x6c\xea\x3b\xfa\xbe\xe1\xa3\x03\x55\x5b\x77\ \x1d\xa8\x6a\xa6\xba\x5d\x58\xda\x6b\x44\x1a\xdf\xf2\xf2\x81\x98\ \x40\x59\xa8\x4b\x8a\x7c\x36\x11\x85\xb0\xae\xeb\x18\x14\xd1\xd3\ \x4a\x7a\x0e\x0c\xa4\x76\xb7\xbb\x05\x43\x47\xf6\x58\xbf\x67\x6d\ \xcd\xa1\xca\x86\xfa\x9a\xed\xeb\xd7\x35\x35\x44\x0a\x9a\x5a\x84\ \x28\xe4\x33\x67\xca\x67\x9f\xd3\x9e\x7c\x52\x5c\x37\x4d\xd9\x16\ \x70\x71\x8e\x9d\x0d\x7b\xb1\xc8\x81\xe3\xc9\xe9\x0f\xfe\x60\xea\ \xa0\xec\x54\xf3\xfe\xa7\xff\xb4\x70\xd3\xf2\x05\x35\x07\x0f\xb4\ \xc5\xc9\xa0\x49\x43\x87\x6a\xfa\x73\x6f\xfe\x7e\xcf\xf2\xa2\x6b\ \xbe\x3c\xf3\x4b\x63\x0f\xcd\x9e\xf3\xd2\xd6\xf4\x82\x6b\xae\xbf\ \xde\x34\x34\x4a\x10\x20\x8c\x11\xa4\x97\x5d\x32\x71\x60\xc5\x1b\ \x4f\xfc\xc2\x4b\x44\x8a\xae\x18\x4d\x09\x65\x14\x23\xc2\x18\xc5\ \x7e\xfa\x40\x0f\x17\x4f\xb8\xa2\xef\x5b\xaf\x3e\xb9\xa9\xfd\x78\ \x7b\xd1\x24\x8a\x01\xce\x32\x1d\x94\x4a\xa5\xca\xca\xca\x9e\x7c\ \xe2\x09\xdb\xb6\x2d\xcb\xfc\xbc\x9a\xc7\xfd\xe3\x7d\x4d\x94\xa7\ \x68\xdf\x31\x37\x14\x5f\x92\x54\x58\x0b\x85\x43\x98\x0f\x2c\x91\ \x48\xa4\xf0\xe4\xdb\xbf\x86\xa8\xae\x17\xdd\xf8\xed\x01\x6d\x1e\ \xb1\x33\xd2\xad\x78\x4c\x5c\x3e\xf3\xbb\x23\x11\x01\x82\x7e\xfc\ \x58\x1f\xaa\x4b\x15\x1a\xf5\x8d\x3b\x94\x81\xcf\x22\x96\x00\xc0\ \xdd\x64\x9f\xab\xbf\xda\x57\xd3\xa5\xeb\x3a\x40\xc7\xdd\x72\xdf\ \x08\x8e\x19\x1e\xe6\x08\x62\x0e\xbd\x27\xe9\x48\xe9\x79\x1f\x2d\ \x6a\x9c\xf3\xf4\xb4\xb4\x8c\x70\xd8\xfd\x34\xb3\x82\x92\x7b\x7a\ \xee\x80\xaf\xdc\x51\x9a\x74\xa5\x95\x96\x1e\x34\x35\xc8\xbf\xe1\ \x5b\xfd\xda\x3c\x6a\x67\xa4\x5b\xc2\xb9\xea\xee\xbe\x48\xe3\x71\ \x69\xe4\xdc\x74\xff\xc3\x1d\x51\xc7\xb0\xac\x4b\x2f\x19\xc9\x74\ \xc5\xa5\x52\x18\x23\xc7\xb1\xfe\xf8\x47\x91\x11\x6e\x9f\x31\x03\ \xa4\x00\xa5\x40\x7a\xc9\x64\xc2\x0e\x75\xbf\xac\xfc\xe0\xda\x45\ \x9d\xd7\x5f\xd6\xeb\xc8\x1b\xef\x4a\x65\x9b\xb2\xfd\x44\x6d\xd4\ \x6e\xae\x89\x63\x2b\x3f\x3f\xcb\xdd\x53\x51\xd3\xe6\x09\xce\x85\ \xf0\xc5\x06\x40\x29\x29\x24\x80\x54\x4a\x71\x60\x19\x69\xfa\xde\ \x63\xc7\x23\x6e\x7f\xd2\x74\x78\xee\xdb\xef\x0d\xbb\xf3\xfe\x7c\ \x36\x3b\x26\x15\x56\xbc\xad\x23\x26\xb8\x27\xa4\x02\xcc\xd2\xd2\ \xd9\x9e\xea\x2a\x27\x9e\x51\xdb\xea\xf6\x4d\xb7\x5b\xa4\x14\x9c\ \x73\x89\x3e\xc0\xac\x71\x9a\x7e\x3b\x19\xdc\x95\x5c\x70\x25\x04\ \xe7\x9e\x27\xa4\x94\xa0\x87\x82\x76\x46\xd1\xa8\x89\xd3\x0a\x2c\ \xa2\x59\x36\x4f\x24\x55\x56\x96\xfb\xed\x6f\x19\x5f\xbf\x9b\xbe\ \xfd\xb6\x77\xf7\xdd\x70\x0e\xf6\x30\x25\x25\xa7\x81\x1b\xee\x79\ \xd0\xb4\x2c\xc7\x71\x50\x5a\xf9\x3d\xdf\xba\x8f\x73\x9e\x1c\x34\ \x04\x34\x3b\x94\x66\x53\x9c\xff\xad\xa2\x61\x51\x47\x06\xd2\xad\ \x40\xf1\x8c\x82\xc1\xed\x29\x49\x82\x69\x26\xfd\xd2\x5d\x12\xd1\ \x14\xee\x75\xc7\x1d\xe5\x54\xa7\x05\x53\x6f\x2b\x1f\xd9\xe6\x80\ \x96\x16\x0c\x10\x95\x7f\x9b\x22\x04\x95\xdd\xa1\x48\x52\xa2\x6b\ \xef\xf8\x1a\x65\xa8\xae\x2d\x3d\x3f\x37\xad\x3e\x95\xd5\xbf\x4f\ \x89\x8e\x15\x9c\xc3\xb3\x71\x5d\xb7\xa4\xa4\xa4\x8b\x66\xe5\x8b\ \x9c\xcf\x04\xa6\x5b\x19\x86\xed\xc7\x83\x14\x61\x3a\x01\xa5\x14\ \xd3\x74\x50\x8a\x73\x14\x08\x65\x02\x28\xc9\xb9\x02\xc0\x94\x61\ \xbf\x6f\x9c\xae\x29\x29\x81\x6a\x36\x85\x73\xf6\x28\x57\x4a\x33\ \x74\x00\x90\x52\x01\x08\x44\x34\x83\x00\x00\xb5\x18\x00\x80\x6d\ \xc1\xc7\x69\x6e\xee\xe7\xf1\x3f\x7d\xb7\x80\x05\xd2\xc3\x01\xff\ \x15\x70\x0e\x80\x02\xe1\x4c\x00\x25\x38\x07\xca\x74\xe8\x62\xaf\ \xc2\xcc\xce\xcc\xb4\xdf\xcf\x61\x2a\x00\x4d\xa3\xef\xbd\xa7\x2f\ \x5b\xd6\xfe\xd0\x43\x6e\xf7\x6e\xa8\xb5\x15\x01\x80\xe0\x8a\x10\ \xaa\xa0\x78\xd4\x75\x0f\x97\x7b\xdd\x2c\x79\x84\x12\x6a\x96\x4c\ \xbe\xb2\xd7\x8b\x4f\xff\xdb\x12\x16\x18\x39\xed\x96\xbe\x43\xc2\ \xe3\x8e\x1e\x7a\xe9\xbf\x7f\xe1\xc4\xe3\x7d\xaf\xb9\x1a\x73\xc6\ \x00\x63\xac\x69\x0a\x2b\x05\x98\x52\xf0\xd8\x90\x71\x13\x0f\x3d\ \xfb\xca\x7f\xfc\x6c\x7b\xff\x91\xe3\xfa\xf7\xcb\x59\x3f\xe7\x95\ \x64\x47\x7c\xd4\xf0\x9c\xc1\x43\x7a\xfc\xe9\xb5\x67\x9f\x6c\x98\ \xd4\xcf\x32\x99\x66\x0d\xbb\x7c\xd2\x81\x67\xdf\xf8\xf9\x2f\x21\ \xa7\xdf\xf8\x11\x3d\xb2\x17\xad\x64\x94\x20\x40\x44\xd7\x35\xf4\ \x7e\xce\x9a\xe9\x1a\x47\xa0\xba\xb2\x26\x08\x31\x4d\x23\x08\x30\ \xd5\x74\x49\x00\x30\xc3\x10\xea\x75\xf9\x55\x7d\x4f\xcc\x7b\xf1\ \x2f\x76\x6e\xf9\xb5\x37\x7d\xb9\x97\x0e\x9e\xeb\x7a\x53\xa7\xb2\ \xc1\x83\xb5\xa7\xff\xe8\x5d\x7f\x3d\xd8\xf6\x39\x0b\xbe\x11\x32\ \x4c\x0d\x29\x21\x25\x06\x50\x54\xd7\xa9\xa6\x9b\x76\x00\xfc\xc6\ \x39\x12\x19\xc1\x90\x11\x04\x25\xa5\xc7\x51\x30\x9c\x19\x04\x50\ \x52\x02\xd2\x08\x28\xa5\xb0\xa6\x13\xa5\x04\x97\x28\x18\xce\x0a\ \x02\x28\x25\x15\x68\x1a\x80\x02\x42\x7c\x46\x35\x5d\xc7\x20\xa8\ \x11\xcc\xcc\x2e\x28\xea\x3b\xea\x92\x01\x3d\x30\x77\x3f\x62\x59\ \xb8\x9f\x37\xc0\xe3\x62\xad\xc9\xe7\x39\xa4\x52\x8a\x10\xf3\xbe\ \xfb\xd8\xb2\xe5\xb5\x73\xe7\x34\x05\xd3\x53\x91\xce\xc1\x83\x06\ \x29\x25\x05\x17\x08\x13\x42\x19\x25\xc0\x3d\xce\x05\x07\x44\x75\ \x0d\xc7\x3a\x3a\x3c\x62\x86\x02\x86\x54\x8a\x80\x8c\x74\x74\x78\ \x58\x0f\xda\x26\x92\x5c\x00\x21\x20\x04\x10\x46\x91\xe4\x42\x00\ \xd2\x74\x4d\xb9\x89\x8e\x48\x82\x59\xc1\x80\x06\x9d\x1d\x11\xc5\ \x0c\x3f\x43\x98\x88\x46\x1c\x60\xb6\xc1\x14\x60\x5d\x67\x3c\x19\ \x8d\x24\x45\x5a\x28\x44\x81\xbb\x2e\x07\x42\x09\x48\x2e\x14\xa1\ \x5d\xb8\x08\x25\x85\x90\x40\x7d\x12\x65\x21\x08\x21\x52\x08\x44\ \x28\x52\x42\x28\x44\x09\xe2\x5c\x10\xa6\x33\xe4\x75\x76\x44\x38\ \x62\x76\xc0\x66\x08\x14\x80\xb2\x2c\xed\xaf\x7f\x35\x1e\x78\x30\ \xf9\xc2\xf3\xde\xcd\x37\xa3\x44\x82\x52\x7a\xe0\xe0\xc1\xc5\xef\ \x2c\x2e\x2b\x2f\x2b\x2f\x2b\xcf\xc8\x08\x99\xa6\xcd\x18\x23\xc4\ \x2f\x0b\xfb\x14\x79\x36\xa8\x66\xe8\x8c\x28\xc1\x53\x8e\x23\xcf\ \x6f\xfc\xc1\x45\x44\xfb\xe7\x3a\x74\x1d\xef\xda\xa5\xbf\xb3\x38\ \x3e\x63\x06\xef\xd6\x1d\xbd\x5f\x50\x82\x28\x63\xa0\x94\x92\xdc\ \x93\x3e\x6e\x86\x01\x28\xce\x95\x99\x16\xb2\xa0\xab\x9d\x06\x47\ \x28\x10\xca\xf0\x0d\x4b\x85\xfd\xe8\xa7\xff\x33\x40\x94\x32\x00\ \xc9\x39\x22\x7a\x38\xc3\xf0\x2d\xd1\xf4\x8c\x4c\xdf\x74\x14\x12\ \x99\xc1\xf4\x93\x9c\x9c\x4a\x70\x8e\x35\x3b\xac\x83\x52\x5c\x28\ \xe8\xba\x35\x90\xae\x3f\x4f\x46\xe3\x18\xf1\x2f\x8d\x7c\x1a\x51\ \xea\x93\x89\x62\xea\x9f\xc5\x18\x53\x4a\x70\x20\xc1\x50\x06\x80\ \x92\x27\xed\x19\xe4\x38\x7c\xca\x14\xd9\xb3\xa7\xf6\xc2\x0b\x7c\ \xda\x34\x38\x07\x2b\xf7\x67\x33\xb8\x9b\xe2\x5f\x10\xb0\xe3\x45\ \x1e\xa0\xcf\xf1\xdd\x63\x00\xd0\x66\xcf\x01\xd7\x4d\xcd\x98\xe1\ \x13\x1e\x7e\xc0\xad\x83\x33\xbd\x3c\x1f\xff\xfe\x3e\x1d\xc9\xc9\ \xb6\xc7\x70\xca\xcf\xec\xfa\xd9\x69\x50\x1f\x79\x12\xe2\xd3\x75\ \x72\x97\x67\x77\x0a\xf8\xf3\xfe\x95\x4e\xfe\xfd\x83\x7f\x9e\x31\ \xa3\x53\x57\xfe\xd0\xd9\xa7\x4d\x49\x9d\xee\x4e\xa8\x82\x02\xef\ \x2b\x5f\x21\xab\xde\x25\x5b\xb7\xc2\xc7\xeb\x84\x75\x71\x5c\x94\ \xcc\xcf\x53\x32\x51\x6b\xab\xf6\xf6\xdb\xee\xb8\x71\x7c\xc8\xe0\ \x2f\x18\x72\xfd\x7f\x35\x84\xe0\xd3\xbf\xa4\x6c\x9b\xcd\x9e\xad\ \xe8\x45\x33\xed\xa2\x64\x9e\xe7\x43\xd3\xd8\xca\x55\xf8\xd0\x21\ \xe7\xe6\x99\x4a\xd7\xe1\x02\xee\x56\xe6\xba\xa2\x77\x6f\x31\x69\ \x12\x99\x3d\x07\x1f\x3d\x0a\x17\x59\xf6\x2e\x4a\xe6\xf9\x3b\x10\ \x02\xce\xd9\xbc\xb9\xb2\xb4\x94\x5f\x7e\xf9\xdf\xa6\xa8\xfc\x58\ \xa9\xd8\xbf\x5d\xdf\xf8\xf9\x54\x27\x4b\x89\x18\xf3\x66\xdc\x84\ \xdb\xda\xe8\xba\x75\x40\x2f\x1a\xb4\x1f\x23\x02\x74\xb1\x90\xfc\ \x73\x19\x4a\xd7\xf1\xa1\x43\x74\xd5\xbb\xce\xcc\x19\x32\x2f\x0f\ \x27\x12\x27\x3b\x80\x7c\x40\xce\x08\xc6\xbe\x4f\x08\x00\x42\xfe\ \x2d\x22\x4b\xc5\x93\x49\xa9\x69\xec\x5c\xa7\x21\x84\x4f\xab\x6b\ \x45\x98\x10\x8c\x7c\xc7\x50\x61\x84\xc4\x87\x91\x2e\x08\x13\xac\ \xc4\x27\x54\x42\x95\x4a\x89\x31\x63\x64\xb7\x6e\x74\xf6\x1c\xef\ \x2b\x5f\x81\x93\x3b\x08\x3a\xdb\xb8\xb8\x3c\x00\x80\x76\x76\x5c\ \xcc\x9a\x7c\x1e\x92\x69\x99\xf6\xf2\xe5\x76\x34\xda\x79\xc5\x15\ \xf1\x68\x44\x44\xa2\xc9\x54\x2a\x1a\xe9\x44\x84\x22\x84\x94\x92\ \x98\x68\x88\xc7\xea\x6a\x9b\x5d\x65\x64\x85\xf0\xda\xc5\xcb\x73\ \xae\x9c\x39\x3c\x1b\x39\xe7\x90\x14\xcc\xf4\xd4\xf1\xf5\x6f\xac\ \xed\x98\x7e\xd3\xe4\x74\xca\xcf\x4c\x09\x10\x4a\x5b\x8e\x6c\x59\ \xbe\x2b\x3a\xed\xc6\x49\xb6\x70\x11\x46\x89\x8e\xc6\xa6\x8e\xa4\ \x11\xcc\x08\xdb\x24\xe9\x0a\xdb\xb6\xf1\xe9\x75\x05\x8a\x47\x3a\ \x13\x9a\x15\xd4\xf1\x27\xc1\x50\x21\xa5\xca\xce\xe6\x53\xa7\xb2\ \x17\x5f\x14\x55\xd5\x40\x88\xe3\xa4\x92\xf1\x78\x2c\x1a\x21\x04\ \x79\xae\xcb\x98\x46\x08\xf6\xf9\xf4\x2e\x2e\x0f\x00\xa0\x19\x59\ \x59\x17\xdf\xc2\x67\xee\x43\x60\x50\xa0\xad\x5e\x2d\xcb\x4a\xad\ \x89\x13\x75\xdd\xe0\x4c\x37\x92\x49\x05\x28\x16\x8f\x29\xa5\x00\ \x33\x14\xaf\x7e\xeb\xa5\x57\x2a\xda\x41\x23\xf6\x88\x71\x23\x9a\ \x1b\x1b\x02\xc0\x34\x03\x8b\x94\xcb\x05\xb0\xae\xe2\x6c\xe5\xb9\ \x1e\xa6\x8c\x60\x84\x98\x96\x4a\x45\x9a\x5a\x3a\x14\x61\x1a\x03\ \xc7\x13\x84\x32\x8c\x00\x40\x71\xd7\x43\x94\x19\xba\xa6\x9c\x48\ \x4d\x6d\x8b\x40\x98\x51\xda\x74\x78\xcd\xf3\xaf\xae\xe0\x86\x1d\ \xee\x79\xf9\x55\x25\xce\xd2\xdd\x91\xdb\xbe\x7e\x73\xba\x17\x13\ \x88\x10\x82\x31\x20\xb7\xad\xf2\xcd\x17\x16\x8f\xbe\xfb\x3b\x43\ \x02\x4e\x4a\x76\xe5\x35\xa5\xe0\xfc\xef\x65\xab\x50\x4a\xf1\x29\ \xd7\x68\x4f\x3d\x45\xde\x5b\x0d\x63\xc6\x98\x96\x1d\x48\x4b\x4f\ \x0f\x85\xc3\xe1\xb0\x65\xdb\x1a\x63\xf8\xd3\xcf\x67\x7e\x91\x24\ \xd3\xbb\x80\x43\x82\xe7\xad\x8f\xc9\x18\x34\x34\x18\x1b\x36\xba\ \x37\xdd\xe4\xda\xb6\x8c\xc7\x85\xe7\x71\xcf\xe5\x9e\xab\x94\x02\ \x84\x75\x4d\xae\x9f\x3d\xfb\x20\x1d\xf8\xbd\x1f\x5c\x6b\x8a\x24\ \x77\x3b\xde\x58\xd1\xf0\xf6\x1f\x7f\xb5\x39\x23\x7f\xf2\x97\x67\ \x5c\x92\xaf\xd6\xbd\xf3\xfa\xaa\x6d\xc7\xb3\x07\x4d\xb8\x75\xfa\ \xa8\x8e\x3d\x2b\x5e\x5f\xb4\x0e\xf2\x47\xdc\x70\x09\xb5\xec\x80\ \x57\xbf\xf3\xb9\x77\x0f\x5e\x75\xe3\x94\xb6\x0d\x6f\xbd\xb3\xf9\ \x70\x46\xdf\x71\x5f\xfd\xf2\xb8\x8e\x5d\x4b\xdf\x58\xba\xa5\x23\ \x12\x45\xf9\xc3\x09\x02\x82\xd5\xf1\x3d\x1b\x23\xd9\x63\x1e\x7f\ \xf8\x4b\xc8\x4d\xd4\xed\x5e\x55\xb7\x6d\xd9\x6f\x22\xd1\xeb\xaf\ \x9d\xec\xee\x9d\xbf\x64\x77\x53\xf9\x88\xa9\x5f\x1e\x9b\xe5\x35\ \x54\x3e\xff\xbb\xff\x3a\x36\x71\xc6\x95\x85\x8d\xaf\xbe\xb9\xac\ \x05\xb2\xa6\xde\x74\xf3\xe0\x7c\xdd\xfb\xbb\x2c\x5c\xc4\xb9\xec\ \xd7\x4f\x96\x95\x93\x15\x2b\xd4\xe8\xd1\x52\x88\x2e\x60\x9f\x70\ \x3d\x97\x81\x52\xe4\xa2\x64\x5e\xf4\x33\x3f\xe7\xc1\x18\xdd\xb8\ \x11\x35\x35\x8b\x89\x13\xfc\x3e\x93\x5d\x0d\x28\xbb\x88\xaa\x30\ \x76\x9b\x0e\x9e\xe8\x18\x36\xf5\xb2\x0c\x03\x52\x8e\x6e\x22\xac\ \xf4\xf0\xc4\x69\x77\x85\xf7\xbd\xb5\x6a\xed\xb6\x50\x3f\x77\xc5\ \x7e\xef\x2b\xf7\xde\xba\xf4\xb9\x37\xd6\x15\x41\xe5\xf2\xad\xbd\ \x26\xde\x7a\x69\x59\x2e\x6d\xdc\xe2\xb4\x55\xbe\xf5\xf6\xf1\xd2\ \x2b\x6f\x0a\x54\xaf\x7b\x61\x77\xe2\xe6\xbb\xef\x58\xff\xe2\x4b\ \x2b\xb6\x98\x8d\x2b\x36\xf5\x9e\x7a\x5b\x7e\xd3\x9a\x45\x07\x84\ \x52\xc0\x05\x2a\x1f\x32\x36\xe3\xd5\x65\xbf\xfd\x43\xec\xda\x2f\ \x4d\x09\x81\xca\x1a\x30\x76\xe6\x6d\x37\xe5\x68\xd2\xcb\x9e\x51\ \x3e\xf8\xc0\xb3\xaf\x2c\xdf\xd3\xfb\x86\x40\x5e\xf9\x8c\xaf\x3c\ \x30\x2a\xdc\xfc\xd7\x27\x17\x67\x8f\xbd\x65\x44\xfb\xca\x85\xf3\ \xde\xeb\xfd\xcd\x6b\x99\x70\xfe\x1e\xbd\xc9\xb9\xcc\xcd\x15\x97\ \x8f\x62\xcb\x57\xe2\xaa\xaa\xae\x08\x2d\x42\x67\x3a\x9b\x17\x17\ \x08\x5c\x8c\xcd\x7e\x3e\x4e\x26\x21\x64\xdd\x3a\x55\x54\x24\xfa\ \xf7\x07\x21\xce\x52\x35\x8e\x08\x21\xc8\x75\x05\xea\x6a\x19\x0b\ \x88\xe9\xa1\x9c\x82\x3e\x3d\x7b\x50\xaf\xb3\xba\xb1\xb1\xbe\xfa\ \xf0\xc2\xb9\x8b\x9b\x84\x6c\xad\xae\x4e\x99\xdd\x47\x0e\xee\x9b\ \x97\x93\x61\x6a\xb4\xf5\xf0\x96\xdd\xcd\xc6\x88\x61\x65\x1d\x75\ \x8d\xcd\xb5\x87\x17\xcd\x59\x70\xdc\xd1\x9c\x9a\x23\x51\xbb\x78\ \xf4\xd0\x3e\x85\x85\x85\x3e\x77\x84\xe0\x5e\xb8\xec\xf2\x6f\x7e\ \xe7\x1b\x23\xf3\xa2\xaf\xfc\xe5\xb9\x8a\xa6\x94\x6e\x9a\x76\x20\ \xc0\x78\xcb\x7b\x8b\x5e\x7f\xe1\x8d\xe5\x4d\x09\xc7\x73\x25\xa2\ \xd4\x0a\xa6\x51\xb7\xb5\xb6\xad\x61\xcf\x9a\x45\xcb\xb7\xd5\x69\ \x7e\x08\x45\x05\x00\x00\x20\x00\x49\x44\x41\x54\xd4\x4d\xf1\xbf\ \x57\x76\x94\x02\x42\xf8\xf8\xf1\x10\xe9\xc4\x07\x0e\x5c\xcc\x9d\ \xfc\x0d\x9d\xf9\xc9\xcb\x3a\xa1\x94\x60\x25\x05\xff\xa4\x99\x91\ \x10\xa6\x3e\x88\xf4\x23\x2e\xfb\xe9\xb1\x5d\x22\x42\x29\x56\x9e\ \x77\x76\x14\x34\xa1\x14\x49\x71\x7a\xe0\x85\x50\x86\xd4\xd9\xde\ \x01\x21\xa8\xad\x8d\xbe\xb7\x46\x0c\xe8\x2f\xf3\xf2\xce\xcc\x97\ \x28\x25\xb8\x96\x39\xa4\x77\xde\x2b\x4b\xde\xe9\x9f\x7f\x43\x18\ \x52\x52\x44\x84\x94\x42\x48\x29\x38\x97\x28\x3d\x2d\x23\xaf\xa8\ \xf4\x9a\x1b\x67\x66\x1b\x9a\x99\xd8\xff\xdb\x5d\x8b\x77\x55\x56\ \x8f\x28\x0d\xa7\x9c\x54\xf6\xa0\x6b\x2e\x0b\x44\x5e\x7e\x69\xf9\ \x8d\xbd\x32\x32\x0a\xcb\xaf\xb9\xf1\xa6\x5c\x93\x59\xa8\xfa\xa9\ \xdf\xbe\xb1\x75\x5f\x75\x8f\x44\xdc\xe1\x12\x00\x30\x82\x8e\x86\ \xa3\x31\x9a\x3d\x6c\xe4\xf0\xf7\xd6\xbf\xdc\x1c\xcb\x4d\xb6\xb7\ \xb7\x74\x26\x13\x15\xcb\xdf\x3d\x4a\x1f\x7e\xe0\xae\x65\xcf\xbd\ \x22\x10\x55\x89\xce\x86\xfa\xe6\x64\x4e\x20\x3b\x2d\x27\x73\xf4\ \xe4\x09\xfd\xb3\x01\x1b\x96\x48\xfd\xdd\xdf\x15\x39\x8e\x18\x3a\ \x14\x10\xb2\xb7\x6c\xc1\xc3\x2f\x3b\x55\xcb\x42\x28\xa3\x04\xff\ \xaf\xae\x8a\x29\xc3\x4a\x70\x21\x2f\x54\xc9\x3c\x9d\xd3\x00\x69\ \x86\xa5\x53\xe5\x71\x79\x72\x2d\x6a\xb6\xa5\x4b\xe1\x49\xa9\x30\ \x61\xa6\x65\x19\x1a\x55\x52\x7c\x44\x85\x07\x26\x84\xc7\xdb\x8e\ \x1d\x3d\xd1\x9a\x94\x81\x80\x7d\x1a\x4b\x1c\xd6\x4d\x4b\x43\xf2\ \xe4\xda\x45\x4c\x33\x4c\x53\x47\x42\xf8\xe4\x77\x08\x33\xd3\xd0\ \x95\xe0\xf2\x1c\x4d\x7d\x31\xa1\xf1\xda\x9d\xab\x77\x54\xe5\x76\ \x2b\x31\xd0\x47\xb0\xff\x28\x09\x9f\x3c\xdb\x25\xa6\xb4\xe3\xc8\ \xf6\xb5\x7b\xda\x4b\xba\xe7\x9e\xc9\x58\x84\x90\xec\x6c\x6d\x8a\ \x71\x6a\xe9\xfe\x4e\x87\x28\x15\x7b\xd7\xaf\x3e\x9a\x4a\xef\x96\ \x65\x7d\xf8\x75\xe9\x3a\xde\xbf\x5f\xfb\xd3\x1f\xf9\x57\x6e\xe1\ \x57\x5e\x09\xa9\x54\x17\xad\x01\xe7\xc9\x64\x92\x73\x9e\x97\x9b\ \x2b\x04\xe4\x97\x96\x93\xe6\xbd\x0b\x97\xae\xdc\xba\xeb\x30\xcb\ \xcc\xa3\x6e\x32\xab\xf7\xa0\x8c\x54\xfd\xf1\x08\x1b\x3d\x6e\x14\ \x6b\xdc\xb3\x68\xd1\xb2\x8a\x1a\xa7\xcf\x88\x51\x65\x76\xc7\xb2\ \x85\xf3\xb7\x1e\xee\x2c\x2e\x0e\xb5\xc5\xec\x69\x37\x8c\x3b\xb1\ \x69\x35\xe9\x77\x55\x4f\x71\x64\xfe\xa2\xa5\x15\xd5\x91\xf2\x61\ \x63\xfb\x84\x93\xcb\x17\xcc\xdf\xb4\xaf\xb6\xa0\xdf\xb0\x21\xbd\ \x0b\x35\x0c\x4d\x07\xd7\xbf\xf6\xc6\xdc\xd5\x1b\x2b\x32\x06\x4d\ \xfc\xd2\xf8\x4b\xe2\x95\x6b\x17\xae\xda\x93\xdd\x7b\x68\x5a\xac\ \x72\xf9\xbb\x1b\x3b\xf5\xdc\x51\x63\xc6\x64\xf3\xa3\xf3\xe7\x2e\ \x89\x04\x06\x4c\xba\x34\x6b\xc3\x92\x45\xab\xb7\x1c\x20\x99\x3d\ \x7a\xe6\xdb\xe2\xef\x06\x83\x2b\x05\xe1\xb0\xb6\x6a\x15\xaf\xae\ \xd9\xdd\xa7\x4f\x5a\x38\x9c\x91\x91\x11\x0c\x18\x47\xb7\xaf\xac\ \xe8\xd0\x4b\x8b\xb2\xd1\xc7\xe3\x83\x26\x04\x55\xed\x78\x6f\x6f\ \xa3\x2a\x2e\xca\x44\xf2\xc2\x14\xce\x93\xb5\x26\x88\xe8\x94\xef\ \x59\xb7\xb2\x0a\xf5\x9c\x34\xb2\x54\x09\x41\x35\x3d\xd1\xb0\x6f\ \xc5\xba\xea\xa1\xe3\xaf\x28\x0a\x99\x6e\xa4\x66\xf5\xf2\xd5\xf5\ \x5e\xfa\xe8\xf1\x57\xf6\xc8\x32\xbd\x93\x25\xb0\x08\x61\xca\x28\ \x02\x10\xdc\x93\x40\x54\xec\xc4\x8b\x7f\x7a\xee\xb8\x63\x97\xf4\ \xbf\xf4\xfa\xa9\x57\x65\x52\xce\xa5\x42\x98\x32\x15\xdf\xf4\xee\ \xd2\x44\xe1\xa8\xb1\xbd\x73\x95\x42\x0c\xa5\x0e\xed\xdc\xbc\xfd\ \x40\x43\xf9\x98\xab\x87\x16\xa5\x23\xc2\xbc\x96\xca\xf7\x76\x54\ \xf5\x19\x39\xb6\xd0\x90\x5d\x3a\x11\x61\x4a\x29\x46\x5d\x75\x55\ \x88\xea\x75\x1b\xfe\xfc\xc4\xbb\xf0\xe8\x4f\xbe\x99\x2d\x13\x29\ \x97\x4b\xa5\x7c\x4d\x46\x30\x52\x52\x70\x01\x90\xaa\x59\xb0\x78\ \x73\x9f\xab\x6f\x1a\x1c\x82\x84\xe3\xc9\x93\x57\x38\x19\x51\x44\ \x84\x52\x42\x90\x12\xef\xeb\x73\x84\x09\xa5\x04\x9d\x8a\x3a\x22\ \xcc\x28\xf5\xc3\x9e\xdc\x3b\x79\x0b\xc6\x4c\xd3\xdc\x37\xfb\x89\ \x3f\x6f\xcb\xf8\xd9\xa3\x37\x31\xee\x2a\x44\x18\x45\xdc\xe3\x12\ \x80\x32\xc3\xc4\x9d\xb3\x7e\xff\xbb\xe6\xd2\x1b\xef\x9b\xdc\x9b\ \x73\x49\x35\xdd\xd0\x62\x7f\xf9\xf9\x2f\xdb\x86\xdc\xf5\xf0\x35\ \xe5\x0e\x57\x8c\x92\x53\x17\x54\xc1\xa0\xf6\xca\xab\xc6\xbd\xf7\ \x7a\xf3\xde\x4e\x8c\x19\xab\x92\x49\x05\x08\x94\x4c\x26\xe2\x4d\ \x4d\x4d\xf1\x64\x6a\xf0\xa0\x41\x4a\x29\x84\x09\x25\x88\x7b\x9e\ \x54\x08\x61\x44\x30\x56\x42\x48\x84\x09\x02\xa9\x80\x10\xc4\x3d\ \x4f\x01\x42\x08\x53\x4a\xa5\x70\xb9\x04\x8c\x09\xc1\x20\x15\x22\ \x48\x71\x09\x8c\x60\xcf\xf3\xd4\xc9\x6f\x24\xb9\x27\x14\xa2\x04\ \xfb\x68\x78\x3f\x37\xa3\x14\x66\x1a\x51\x42\x22\x84\x38\xf7\x80\ \x30\x8a\x94\xeb\x71\xc2\x18\x92\x12\x11\x22\xb9\x27\x15\xa2\x8c\ \x82\xe0\x9e\x50\x18\xff\xc3\x9b\x9e\x61\x18\x8f\x3e\xc6\x9f\x7e\ \xfa\x2f\xdf\xff\x7e\xfe\xe0\xc1\x65\x25\xc5\x79\xd9\x81\x77\x5f\ \x7d\xe2\x70\xde\x8d\xdf\x9d\x31\x1a\x3c\xce\x34\xed\xf4\x4f\x46\ \x19\x25\x18\x49\x29\xbb\x6c\x25\x84\x29\xa5\xa6\x8e\x96\x3e\xf5\ \xd3\x8d\xc6\x84\x47\xee\x1a\x27\x93\xce\x05\x09\x9e\xea\xda\xe3\ \x75\x1d\x57\xae\x5d\xf0\x87\xa7\x5e\x25\x97\xde\x37\xe9\xf2\x1e\ \x18\x88\xe8\x38\xfa\xfa\x33\x4f\x2f\xd8\x4d\xf2\x2f\x1b\x53\x16\ \xea\x78\xe3\x99\xa7\xf7\x41\x79\x4f\x6b\xdf\xd3\x7f\x68\xf8\xce\ \xf7\xee\x2a\x32\x11\x97\x0a\x61\x82\xc1\xad\x3d\x72\xb8\xd3\x63\ \x05\xdd\xba\x65\xda\xac\xe6\xc8\x86\x1d\x8d\x6c\xc6\x1d\xd3\xbb\ \x65\xa4\x07\x88\xf0\x69\x20\x74\xca\xb7\x2e\x9c\xf5\xe4\xb3\x0b\ \xcb\x6f\x2d\xbb\x6a\x60\x89\x88\x35\x2c\x9d\xf3\xe6\x61\x27\x5c\ \x5e\x52\x10\x32\x18\xc1\xea\xe8\xe6\x85\x6f\xbc\xbd\x60\x7b\x5b\ \xf0\x7b\x43\xaf\xea\x6e\x79\x5c\x28\x00\x04\x22\xd5\x58\xdf\xd4\ \x1e\x49\x60\x2b\x54\x52\x9c\x6f\x61\x84\x09\x55\x6e\x5b\xe5\xbe\ \xbd\xad\xba\x51\x58\x94\xcb\x10\x60\x42\x62\x2d\xd5\xd5\x4d\xd1\ \x60\x4e\x71\x51\x4e\x86\x8a\x77\x6c\xdb\xb8\x21\x96\xdd\x93\x15\ \xa6\x65\x15\x77\x0b\x69\xa2\xa1\xea\x50\x4b\x1c\x72\x8b\xbb\x65\ \x5a\x54\x81\xec\x68\x38\x51\xd7\x12\x35\x43\x39\x85\x79\x19\x14\ \x14\x20\xe4\xc6\xdb\x8e\xd5\x34\xba\x58\xcf\x2d\x2a\xc9\xb0\x08\ \x77\x93\xf5\x75\x4d\xed\xd1\x24\xb5\xc2\x25\xc5\xfe\x2d\x70\x67\ \xfd\x89\x23\x49\x5e\xd7\x96\xa4\x8c\xfa\xd2\x2c\x53\xed\x35\x9d\ \x6e\x46\x4e\x8e\x8e\x65\xa4\xb9\xb6\x89\x18\x97\x4e\xbc\x3e\x65\ \xe7\x49\x09\x18\xdc\x9a\xc3\xc7\x5c\xe4\x44\x39\x30\x8a\x31\xa1\ \x28\xd9\x76\xb8\xb2\xd6\x63\x69\xdd\xba\xe5\x6b\x18\x81\xf0\xd0\ \xba\xd5\x71\xaa\x35\x17\x95\x67\x2b\x29\x08\x49\x75\x34\x1f\xab\ \xaa\x8d\x4b\xaa\xeb\xfa\x29\x85\xa1\x7c\x7e\xbb\x93\x64\xb2\x5d\ \x25\xa6\x4a\xfa\x3b\x0a\xe7\x00\xc8\x97\x12\xc5\xb9\xd7\xf5\x0f\ \x25\xfd\xb3\x7c\xfb\xd8\xe3\xf2\x14\x37\x35\xf7\xfb\x32\x9c\x2c\ \x52\x81\x2e\x00\x3a\x42\x48\x71\x8f\x9f\xf2\x16\x40\x0a\x0e\x80\ \xf1\x49\x80\x01\xe7\xfe\x04\x04\xe7\x00\xf0\x09\x88\x25\x80\xc2\ \x98\x0f\x1f\x6e\xfe\xfa\xd7\xe4\xc0\x81\xea\xc2\x6e\x25\x25\xdd\ \x11\x00\x26\x8c\x12\x0c\x08\x33\x22\x9a\xaa\x2a\x5b\x62\x2a\xb7\ \xa4\x24\xd3\xd6\x84\x97\xac\x3f\x71\xac\x35\xe2\x06\xb3\xf2\x8b\ \x72\x43\x48\x2a\x82\x44\x53\xd5\xb1\x4e\x57\xb5\x26\x24\x0b\x10\ \xb8\x70\x07\x05\x00\xaa\xe9\x2d\x15\xcb\xe6\x6c\xee\x98\x3c\x75\ \xc2\x9e\x88\x94\x88\x9a\xaa\xf9\xcd\x59\xb3\xb5\xde\x57\x8d\xe5\ \xfb\x04\xb0\xe8\x89\xb5\x1b\x1a\xd9\xd7\x7f\xf2\xe0\xa5\xf6\xe1\ \x5f\xfd\xe4\x57\xef\x1e\x68\xba\xeb\xd2\x3c\xae\x04\x85\xe4\xbb\ \xb3\xfe\xb4\x78\x6f\x87\xad\xb9\x32\x34\xe0\xde\x87\xee\xa2\xca\ \x73\x12\xcd\x9b\x56\x2e\x6b\xec\x37\x7c\x4a\x41\x1e\x93\x1e\xd3\ \xd9\x91\xb5\xaf\xaf\xaa\xb5\xa6\x4c\xbe\xa2\x4e\x71\x42\xf0\xa1\ \x0d\x6f\xbf\xb5\xf6\xe8\xa5\xa3\x2e\x95\x5a\xb8\x20\x33\xa0\x44\ \x22\x96\x64\x23\xae\xbe\x3a\xba\xaa\x02\xab\x2e\x55\x86\xa9\x16\ \x3f\xba\xe2\xbf\x9e\x98\x17\x28\xe8\xe6\xb5\x35\x07\x7b\x4f\x7c\ \xe8\x9e\xe9\x4c\x23\x9d\xb5\x07\x96\xce\xe3\xd1\xba\xfa\xa2\xb1\ \x5f\x7d\x70\xe6\xc8\xa6\xed\xf3\xff\x38\x6b\x25\xd8\x81\x68\x5c\ \x8d\xbf\xf5\xa1\xeb\x7a\x18\x1a\x38\x7b\xd6\x2c\x8f\x97\x74\x9f\ \x76\x73\xb7\xaa\x45\xcf\xbf\xbc\xfa\x58\x20\x80\x13\xa4\xe0\x8e\ \x87\xbe\x91\x5b\xb3\xea\xf7\xaf\xbe\xa7\x85\x33\xb2\x4a\x06\x5c\ \x7f\xe3\xa4\x10\x70\x4c\x49\x4b\xc3\xd1\x77\x97\x6d\x68\x8f\x36\ \xc7\xcd\xbe\x0f\x7d\xfb\x2e\x76\x74\xfe\xaf\xfe\xb0\x22\xab\xb8\ \x38\x52\xd7\x58\x32\xee\xab\x0f\xcd\x1c\x59\xbb\xfe\x8d\x3f\xcc\ \x5a\x6d\xe6\x15\xc4\xab\x2a\x93\x45\xbd\x08\x02\x84\x19\x74\xee\ \x7b\xe2\x37\x4b\x6e\x78\xe4\x5f\xc7\x17\x46\x5f\x79\xf6\x37\xce\ \x88\xdb\xb2\xf6\xcf\x3d\x5e\x3a\xf3\x87\xd7\x5a\x8b\x9f\xfd\xc3\ \x82\x5d\xed\x79\xb9\xd6\xc1\xe3\x0d\xc3\xc7\xe9\x90\xaa\x9f\xfd\ \xec\xf3\x07\x63\x0c\x45\x5b\xd3\x06\x4e\xbb\xff\xd6\x31\xb5\xef\ \xbd\xce\xe6\x2f\xc0\x79\xe1\xdf\x3c\xfb\xca\xf4\x3b\xef\x1d\x9d\ \xd9\xf4\xec\x5f\x9e\xab\xe1\x01\xd3\x0e\xf6\x1f\x75\x65\xa9\x79\ \xa1\x47\x26\xa5\x94\xbd\x7b\x41\x4e\x8e\xdc\xbe\x65\x7e\x67\xac\ \x33\x65\x7d\xe3\xa6\x61\x3e\x26\x49\x63\x62\xdb\x82\x57\x5f\x7f\ \xef\x48\xc0\xc6\x09\x94\x7f\xc7\x03\x77\x0f\x0c\xc7\x76\x6c\x58\ \x7d\xa8\xb6\xb5\xa1\xc9\xb9\xf2\xd6\x07\xa6\x0f\x0b\x6f\x9a\xff\ \xdc\x8b\x2b\x8e\x66\xe7\x66\xd4\xef\xaf\xe9\x31\xe5\x42\x96\x4c\ \x8c\x30\x55\x91\x13\x0b\x97\xec\x19\x7b\xcb\xd7\x46\x94\x04\x14\ \x62\xb6\x4e\xf6\xae\x5e\x54\x9b\x31\xfa\xce\x1b\x46\x31\x00\xc3\ \x32\x12\x4d\x4d\x86\x91\x91\x63\x71\xa0\x69\xd9\xe1\xf4\x96\x86\ \x4e\xc0\x80\x89\xd6\x76\x70\xc5\xbc\x9d\x91\x9b\xbf\xf7\xd3\x5f\ \xfc\xf4\x7b\x45\x9d\xbb\xde\x5e\x7e\x10\x10\xca\x2e\x1f\xf6\x8d\ \x47\x1e\xb9\xe5\xea\x4b\x75\xe1\x02\xa6\x89\xfa\x5d\x8b\x36\xb6\ \xde\x78\xe7\x9d\xbd\xc3\x04\x31\x83\xe2\x54\xc5\xe6\x83\x99\xe5\ \x43\xfa\x95\x86\xf7\x2f\x7b\xe1\x4f\x73\xb6\x09\x6a\x0f\x9a\x30\ \x6d\xdc\xc0\x42\x90\xa7\xf3\xad\x23\x37\xda\x8e\xb2\xfb\xde\xf7\ \xc3\x9f\xfe\xe2\x07\x77\xb8\x07\x17\xbf\xb3\xab\x11\x4b\x99\x51\ \x36\xfc\xfe\x1f\xff\xe4\x47\x77\x8e\x3d\xb1\x7e\x65\x5d\x67\xdd\ \xbc\xb7\x57\x64\x8c\xfd\xda\x2f\x7e\xfe\xb3\xbb\xc7\xe6\xac\x7c\ \x73\x5e\x43\x4a\xd2\x40\xf6\x75\xf7\x3d\xfc\x9d\x7b\x6e\xcd\x6e\ \xdd\xf0\xea\xbb\x95\x13\xbf\xf1\xe3\x9f\xff\xfc\xc7\x23\xec\xba\ \x39\x8b\xb6\x35\x1c\x3f\xd4\xc8\xf3\x67\xdc\xfb\xe0\xdd\x33\x27\ \xa6\x83\x27\x94\xe2\x42\x66\x75\xef\x7f\xcd\xf4\x2f\x5d\x37\x79\ \xb4\x57\xbd\x6d\x67\x5d\x8c\xc7\x3b\xb4\xc2\x4b\x1e\x7a\xec\x67\ \x3f\xbe\xe3\xf2\x13\xeb\x56\xd6\x76\xd4\xcc\x5f\xb0\xb6\xe8\x9a\ \x07\x7f\xfe\xd8\x0f\x6f\x9d\x30\xc8\x90\x8e\x54\xa0\x84\x67\xe6\ \x0f\x1a\x18\x52\x07\xf6\x57\x3b\xad\xb5\x55\x6d\x81\x11\xfd\x4b\ \x40\x49\x4c\xf5\xe8\xd1\x35\x0b\x77\xb5\xcf\xfc\xfe\xbf\x3c\xf6\ \xc3\x07\x46\x97\xe5\x82\x82\x13\xeb\xe6\xbf\x57\xe9\x5e\x79\xed\ \x75\x53\x47\x77\xdf\xbb\x7c\xc1\xc1\xea\xfd\xcb\xe7\x2e\x65\xcd\ \xa9\xee\x37\x5e\x7f\xfd\x40\x7d\xee\x9c\xb5\x6d\xad\xb5\x95\x55\ \x91\x61\x53\x6e\xb9\xf7\x8e\x5b\xfa\x84\xb1\x27\xd5\x85\x2d\x98\ \x48\x08\x95\x91\x01\x79\x79\x57\x84\xb3\x6f\xb8\xaa\xec\xc0\xae\ \x2d\x75\x49\x4c\x31\x20\xa6\x3b\x35\x3b\xe7\x2e\xab\x98\x74\xef\ \x3f\x3d\xfe\xb3\x1f\x8e\xcc\xac\x99\xb5\x70\xa3\x67\xe4\x5f\x3e\ \x7e\xf2\xb4\x69\xd3\x86\x64\xc7\xb7\x6d\xdd\x1b\x69\x3d\x32\xf7\ \x9d\xca\xc9\x5f\xfb\xc1\xcf\xfe\xf9\xe1\x6b\x2f\x2d\xfa\x1c\xa9\ \x40\x3e\x0b\x9d\x49\x29\x39\xba\x73\xf1\xca\x8a\x2a\x67\xd5\x1b\ \x9b\x0e\xec\x3c\xd6\x5e\xbf\x76\x53\xda\xda\xa5\x1b\x5b\xb3\x9d\ \x17\x9f\xdb\x5c\x71\xe2\x84\x5c\xb1\x26\xbd\x54\x53\x20\x25\x22\ \x80\x94\x90\x1e\xa6\x04\x00\x10\x46\x1d\x35\x55\x5a\x66\xf7\x3e\ \xc5\x41\x82\xec\x21\xa5\xe1\xc5\x35\xd5\x6e\x3e\x06\x29\x38\xe7\ \xbe\xd5\x44\x29\xec\x5c\x31\x7f\xc7\xb1\x64\xda\x9c\x17\x8e\x6f\ \x3f\x54\x6d\xb0\x1d\x43\xb3\x23\x49\xd6\xeb\xb2\x71\xe3\x27\xf6\ \xe8\x09\x0d\xbf\x7e\x67\x53\xdb\x8d\xc3\xb3\x44\xd2\x39\x33\xe6\ \x89\x30\xa5\x0c\x23\x6c\x15\xf7\xed\x93\x97\x56\x7b\xa2\x05\x8a\ \x31\x21\x04\x01\xca\xc8\xcf\x0d\x1a\x15\xd1\xf6\xfa\x46\x07\x8f\ \x1c\xd4\x93\x62\xbd\xd7\xc0\x3e\xda\xea\x35\xcd\x09\x81\xc1\xcf\ \x41\xa0\x78\x43\x35\xd7\x73\x07\xf6\xc8\x22\x1a\x1e\xdc\xab\x68\ \xd3\x8e\x23\xc5\xdf\x9f\x39\xb5\xe3\xcd\xbf\xfe\xbf\x5f\xf5\x1c\ \x39\x69\xfa\xd5\x23\x83\x58\x62\x95\x5a\x3b\xfb\xd9\xa5\x95\xa9\ \xc2\x1c\x1a\x11\x82\x4b\x85\x10\x26\x04\x94\x84\xac\xc2\xbc\xa0\ \x79\x30\xd6\xde\xd0\x2a\xc8\xa8\xfe\xe5\x04\x53\xcb\xb4\x68\x57\ \xdf\x39\xa9\x68\xf8\xd2\x4b\x8b\x66\x1d\xd8\xb9\x5b\x4b\x3a\xb9\ \x7d\x7b\xe5\x07\x2b\x85\x44\x18\x45\x1b\x6a\x49\x5a\x41\x9f\x6e\ \x69\x08\x71\x53\xd7\x05\x96\x6d\x27\x9a\xb9\x97\x3c\xb8\x79\xb5\ \xf0\xe4\xe8\xab\x2e\x37\xe3\x8d\xb2\x2e\x9e\xed\x74\xc0\xb0\xcb\ \xfb\xf7\xd2\xe7\x6e\xd8\x9b\xca\xbb\xef\xab\x5f\x6e\x9a\x3f\xfb\ \x8f\xbb\xb3\x7b\x8e\x1a\x7d\x59\x8e\x7e\xa1\xeb\x4c\x21\x54\x56\ \x96\x2a\x29\xc9\xda\xb6\x33\x33\x90\xa6\x91\x78\xc2\x55\x08\x21\ \xca\x48\xb4\xb1\xc6\x61\x85\x03\x4b\xb3\xb1\x81\xfa\xf7\xed\xb9\ \x66\x73\x6b\xd5\xde\x75\xaf\xcd\x5a\xa2\xe5\xe4\x27\x9a\x62\x34\ \x93\x47\x3b\x9a\x3b\x59\x41\x9f\xd2\x3c\x44\x79\xc0\xd2\x2f\xf0\ \x7c\xa6\xe0\x5e\x66\xef\xab\xbe\x79\xf7\xcd\x83\xca\xbb\x17\x66\ \xa7\xdb\x69\xe1\x8c\x8c\xa2\x2f\xdd\x79\xef\xf4\x31\xfd\xbb\x97\ \x14\xa4\xd9\x66\x76\x76\x66\x4e\xf7\x1e\x34\x5e\xbb\xe7\x48\x5b\ \xb2\xbe\xf2\x70\xbd\xd7\xbb\x2c\x5b\x09\xa5\xa4\x0a\x17\x77\x77\ \x5b\x8f\xed\x3b\xde\xe9\x45\x4e\x6c\x3b\xd2\x96\x59\x52\xa2\x29\ \xa9\xe0\xfd\x7a\x5c\xee\xf1\xee\xa3\xbe\xfc\x8d\xdb\xa6\xf5\x2e\ \xeb\x96\x13\x0a\x04\x33\xb2\x33\x43\xe1\xa2\x5c\x54\xb9\x7f\x57\ \x4c\xf0\xda\xfa\x46\x9c\x96\x6d\xe2\xb3\xd7\x3f\x21\x04\x6e\x2a\ \x1e\x4b\x38\xc9\xfa\x43\x95\x0d\x91\x82\x92\x2c\x9f\xe4\x5f\x4a\ \x9f\xb1\x52\x92\x40\x5e\xa1\xa9\xf6\x6d\x3f\xe0\x8a\xe4\xfe\x9d\ \xfb\x1c\xa3\x38\x2f\xcd\xe2\xa9\x64\x5b\x5b\x34\x95\x4a\x68\x79\ \xdd\x74\xa7\x61\xe7\x81\x46\x2f\xd5\xb8\x6d\x7f\x95\x55\x58\x62\ \x68\x59\x53\x6e\x7f\xe0\x7b\x77\x5c\xbe\x75\xde\x5b\x9b\x8e\x25\ \x74\x9d\xca\x64\xd3\x9a\x35\x07\x07\x4c\xb9\xe7\x3b\xdf\xb9\xbd\ \x6f\x6e\xc0\xf3\xe9\x03\x94\x52\x12\x84\x94\xa0\x24\x0e\xe6\x17\ \x68\x72\xd7\xa6\x5d\x29\x21\x39\xf7\x4e\xa5\x40\xb8\x84\x1e\x43\ \x46\xdb\xb5\x1b\x5e\x5b\xb0\xa7\xdf\x88\x51\xe9\x94\x0b\x09\x4a\ \x8a\xf4\xc2\xee\xaa\xf3\xc4\xd6\x8a\x46\x29\xb9\xc7\x5d\xce\x51\ \x46\x71\xb6\x1e\xc8\x99\x78\xcb\xdd\x0f\xde\xfb\xf5\x5b\x66\x4c\ \xe9\x56\x54\xdc\x17\x3a\x30\x33\xbc\x6e\x39\xbb\xf6\xec\x97\x39\ \x25\x36\xa6\xbd\xc7\x4e\x7f\xf8\xe1\x7b\x02\x27\xd6\x2f\x59\x77\ \x08\x6b\x0c\x9d\x33\x21\x84\xf1\x05\x90\x85\x97\x12\x4c\x33\xd9\ \xbb\x97\x19\x8f\x19\xed\x1d\x0a\x13\x84\x40\x49\x2f\x16\x4b\x05\ \x72\x0b\x4c\x5e\xb3\xf3\x70\x03\x4f\xb4\xec\xde\x57\x99\xd3\x23\ \xb7\x6a\xd7\xfa\x9a\xc0\xe0\x6f\x7f\xff\xbb\x37\x5d\xd5\x8b\xbb\ \x5e\x30\xb3\x20\x8b\x57\x6d\xdb\x77\x54\x08\xe9\xba\x9e\xbc\xa0\ \xed\x0b\x2a\xa5\xb4\x33\xcb\x2e\xcd\xed\xc9\x0c\xbd\xa2\x79\xd7\ \x5e\x59\x52\xd6\xad\x88\x88\x3c\xcc\x74\xd2\xb6\x67\xfd\xbb\x7b\ \x4a\x7b\x94\x64\xe4\x1b\x37\x8e\xdb\x3e\xeb\xe9\x9f\xaf\xc2\x90\ \x35\x74\xfa\xd8\xf2\x90\x27\x3c\x09\x32\xdc\x7b\xc2\x0d\xc3\x8e\ \xbf\xf5\xdb\xc7\x17\x30\x8f\xe4\x5c\x7a\xdf\xc4\xde\xde\x96\x55\ \x42\xa2\xd3\xbe\x82\x0a\x95\xf4\x1a\x5e\x4a\x75\x43\xc5\xf7\xaf\ \x6b\x0b\x96\x17\x64\xa6\x19\xd3\xa6\x6f\xf9\xf3\xec\x5f\xfc\x64\ \x9b\xe3\xb1\x6b\x6e\x9b\x10\x54\xdc\x83\xae\x8a\x8a\xd3\xdf\x34\ \x61\x34\xd6\xb0\xef\xd9\xff\xfe\x57\x14\x69\xb1\x7a\x4e\x98\x32\ \x38\x27\xba\x49\x9c\x64\xfe\x54\x52\xb8\x9c\xe6\x5c\xff\xe5\xc9\ \x4f\xbd\xfc\xfc\x4f\x76\x5a\xc9\x14\x9d\x7c\xeb\xcc\xdc\x50\x78\ \x54\xbf\xec\xd9\x7f\x78\x7c\x4f\x8f\xfe\x5f\xbe\xfd\xb6\x5b\x27\ \x55\xbe\xf4\xcc\x7f\x6e\xb4\x90\x67\x74\xff\xda\x97\x47\xd4\x6d\ \x5a\xf0\xda\xaa\xbd\x12\xbc\x50\xaf\x81\x65\x39\xba\xc7\x39\xb6\ \x73\xc7\x8e\xed\x31\xff\xad\xdf\x55\xaf\x26\xc7\x5b\x64\x7f\x9b\ \xa9\x4e\x79\xea\x16\x42\xb8\x9c\xe4\xde\x30\x73\xca\xef\x5f\x7a\ \xf9\xa7\xfb\x17\x7b\xcd\x35\x66\xdf\x99\xd4\xe7\xb6\xe1\xdc\x2a\ \xec\x7b\x49\x91\x7a\x61\x4f\xe0\xde\x4b\x4b\xc1\x6b\x97\x52\x0a\ \xcf\xb5\x4b\xc7\xcc\x1c\x77\xe8\xcd\x3f\xfd\xdb\xa6\x8c\x40\x5d\ \x6d\x7c\xcc\x44\xad\xdb\xe0\xe9\x63\xf6\xfe\xf9\xc9\x9f\xfd\x34\ \x14\x60\x79\xc3\xa6\xdd\x7e\xe3\xa8\x31\xdd\xca\x23\x74\xfd\xb3\ \xcf\xbd\x50\x15\x2a\x9b\x71\xd7\x64\xb3\x65\xdf\xb3\xb3\xe6\xb7\ \xa4\x50\x3b\xc9\xef\xd7\x23\xff\x54\x6d\x07\xa1\x8c\x51\xd2\xf5\ \xa8\xae\xab\x10\xf6\x52\x31\x07\x34\x5b\xff\xc2\x57\x1e\x23\x29\ \x13\xf9\x05\x3a\x17\x66\xa4\x93\x23\x9d\x23\xbd\xb4\x47\xaf\x77\ \xde\x59\x72\xf0\xaa\x87\x6f\xba\x76\xc8\x4b\xcf\xfe\xd7\x46\x1d\ \x79\x46\xf7\xaf\xdd\x71\x59\x66\xb3\x7c\x6f\xe7\x82\x7f\xfb\xc5\ \xd1\x54\xc3\xb1\xf0\xd0\xc1\x7a\x56\xcf\x99\x33\x46\xfe\xf5\xcd\ \xa7\xf6\x2d\x0b\xb6\xd7\xb5\x0f\xb8\x36\x1d\x5d\xb8\x45\xad\xef\ \x33\x74\x21\x84\xdc\x44\x24\xee\xd1\x50\xba\x05\x7e\x23\x3c\xe1\ \x76\x76\xc6\xf5\x60\xba\xc1\x08\xc6\xa2\xa5\xae\x36\x2a\x8c\xc2\ \xc2\x5c\x0d\x49\x3f\xa3\x85\x10\x21\xc8\x6b\xaa\xab\x8b\x72\x9a\ \x5b\x50\x18\x64\x2a\x99\x88\x44\x53\x90\x1e\x0a\x92\x0f\xa6\xfb\ \x11\x82\x64\xb4\xd3\xc1\x66\xba\xad\x13\x4c\xdc\x68\x73\x6d\x53\ \xc4\xcc\xc8\xcf\xcf\x30\x39\x17\x00\x08\xa4\xd3\x1e\x49\xda\x69\ \xe9\x7e\x65\x03\xa6\x46\xfb\x9e\x59\xbf\x9e\x53\x7d\xf3\x9d\x37\ \x67\x22\x94\x59\x90\x67\x11\xe5\x24\x22\x91\x14\xa4\x87\xd2\x08\ \x4f\xb6\x47\x92\x76\x7a\xc8\xd4\x59\xa2\xad\xa1\xbe\x2d\x6e\x67\ \xe4\xe5\x85\x4d\x21\x14\x88\x64\x63\x7d\x63\x0a\x99\x39\xb9\x39\ \x41\x03\x5a\xeb\x6a\xdb\x93\x2a\x33\xbf\x28\x6c\xe2\x44\xa4\xad\ \xa9\xa5\xdd\x05\x2d\x3b\x37\x2f\xdd\xa2\x42\x48\x84\x30\x02\xb7\ \xa9\xae\x3e\x9a\x92\x66\x30\x3d\x33\x33\x4c\xbc\x68\x67\xf2\xc3\ \xb7\x48\x75\x34\xd5\xb7\x74\x02\x33\xc3\x19\x99\x41\x93\x75\xb5\ \xc7\xc1\xd8\x8b\x47\xe3\x2e\x0a\x85\x03\x48\x89\x68\x67\xa7\x60\ \x76\xba\x6d\x10\x2c\xdb\x1a\xea\xda\x62\xae\x61\xa7\x65\x64\x84\ \x0c\x8d\x21\x91\x68\xa8\x6b\x8c\x7b\x10\x0c\x67\x67\x14\xe5\x06\ \xee\xb9\x87\x6f\x58\x7f\xf4\xb9\x17\xac\xb2\x5e\x59\x06\x76\x13\ \x91\xc6\xc6\xc6\x8e\xb8\x4b\x8d\x00\x56\x6e\x22\x1e\x1f\x3c\x68\ \x10\x42\x2a\xd2\xdc\x50\x5d\xdb\x98\xe4\x2a\x90\x91\x19\x3f\xb2\ \xbd\x29\x67\x68\x61\xed\x9a\x83\xd9\x63\x6f\x19\x59\xea\x79\x5f\ \x6c\xff\x0a\x9b\x66\xeb\xeb\xaf\x67\xdf\xf5\xb5\xed\x3f\x7a\x24\ \x36\xe5\xba\xd2\xdc\xdc\x74\x43\x8b\x76\x46\xf4\xcc\xbc\xac\x00\ \x69\x6b\x6c\x68\x8b\xcb\xac\x82\xc2\x90\x49\x94\x92\xf1\xf6\xe6\ \xc6\xb6\x28\x62\x56\x46\x66\x46\xc0\x34\x18\x81\xce\x96\xfa\xe6\ \x8e\x04\x35\xd3\x32\x33\x42\xa6\x46\xd4\x05\x2a\x9c\x1f\xe0\xce\ \x43\x98\x10\xa4\x4e\xc3\x55\x20\x42\x89\xf2\x91\x2d\x08\x53\x42\ \x10\x52\x82\x7f\x10\x69\x70\xf2\xff\xa5\x10\x42\x2a\x84\x09\x41\ \xc0\xcf\xc6\x22\x89\x09\x41\xaa\x4b\xa4\x31\xe9\x4a\x42\x8a\x53\ \x49\x6b\x84\x28\xc1\x82\x9f\x8a\xcd\x1a\xed\xbb\x5e\xf9\xf5\xc2\ \xb6\x87\x1f\x7d\xb8\x08\x25\x53\x9e\x90\x4a\x21\x44\x08\x06\x2e\ \x04\x20\x4c\x09\x16\x9c\x2b\x40\x98\x90\xd3\x2f\x85\x30\x26\x84\ \x20\xa5\x38\xe7\x0a\x21\x42\xba\xf2\x99\x5d\x73\x23\x18\x01\x48\ \x21\x4e\xd5\x22\x22\x3f\x6f\x08\x5d\x59\x53\x85\x08\xfd\xf0\x2d\ \xba\x66\x0b\xd0\x75\x9d\x0f\xbc\x2e\x0c\x9c\x0b\xff\x89\x90\x12\ \x42\x2a\x38\x79\x53\x50\x4a\x08\x2e\xd5\xc9\x29\x01\x48\x29\x85\ \xae\x99\x57\x8e\xc7\xba\xe6\x2c\x5e\x0c\xdc\x73\x1d\x9f\xc6\x1a\ \x49\xc1\x13\xf1\x78\x73\x73\x73\x22\x95\x1a\x3c\x78\x88\x6e\x88\ \x25\x7f\xfa\xed\x3b\xc7\x60\x60\x59\x4e\x20\xab\x74\xc4\xf0\xde\ \x56\x30\x78\x68\xce\x33\x15\xc5\x93\xef\xbd\xaa\x2f\x77\x93\x29\ \x47\xea\x86\x0e\x52\x28\x50\x9e\xe3\x22\xcd\xd0\x08\x08\xce\x39\ \xe7\x0a\x33\x43\xa3\x52\x4a\x50\xc2\xf1\xa4\xae\x6b\xc2\x75\x14\ \xd1\x34\x8a\xa4\x42\x58\xf1\x94\xeb\xff\x96\x7f\x5e\xc6\x20\xd1\ \xf5\xea\x35\x6b\xcb\x27\x4d\xaa\xf8\xe6\xb7\x92\x0f\xde\x9f\xad\ \x31\xd3\x0a\x9a\x86\x8e\x40\x02\x26\x8c\xf9\xf9\x4c\xff\x1b\xf9\ \x95\x2f\xa7\xbf\x7c\x44\x28\xc1\x08\x01\x28\x21\xc4\x05\x6c\xd0\ \x7e\xc0\x34\x52\x52\x7c\x70\x37\x56\xe2\x54\xf8\x4b\x49\xce\xcf\ \x06\xb6\xf8\xe0\xff\x9f\x71\x85\xd3\xfc\x8b\xd3\xc4\x55\x0a\x2e\ \xc5\x87\xd1\x21\xfc\x34\x02\x6f\xc9\x9d\x60\xaf\x29\x8f\x14\x8b\ \x80\x17\x4b\xc2\x29\xd2\x29\xd1\x75\xca\xfb\x37\x55\x1f\xba\x94\ \x92\x92\x9f\x02\x85\x28\x25\xf8\xfb\x91\x25\x75\x96\xbb\xc2\xfb\ \xec\x74\xa7\x9e\xf8\xc3\xb7\x38\xdb\x6c\xdf\xbf\xe0\xfb\x4f\x74\ \xd6\x9b\x7e\x60\x4a\x84\x40\x7b\x07\x6e\x6e\x16\x63\xc7\x78\x4c\ \x43\xc9\x64\xd7\xf9\xbe\x48\x9d\x5e\xa3\xac\x94\x24\xfa\x65\x37\ \xdc\x72\xe7\xe8\xee\x00\x72\xf3\x9b\xcf\x6c\x29\xb8\xbc\x98\x31\ \x42\x18\xc4\x6b\xde\x7e\xe9\xf5\x3d\x75\x91\x92\xa1\x53\x6f\xbd\ \xa6\xc7\x92\x3f\xfd\x7e\x6b\x0b\x67\x56\xde\xf4\xaf\xde\x3e\xd0\ \xac\x9b\xf3\xfa\x5b\x7b\x6b\xf9\xa5\x5f\xba\xfd\x9a\xa2\xce\x67\ \x9e\x7b\xab\xd9\xa5\x46\x7a\xba\x29\x93\x2d\x71\x6d\xca\x57\xef\ \x1e\x91\xd5\xf2\xe6\x2b\x6f\xee\xab\x4f\x95\x8f\x98\x72\xd3\xd5\ \x43\x35\xf9\xf9\x44\x82\x91\x94\xa9\xcc\x8c\x44\x20\x60\x35\x36\ \x24\x1c\x57\x69\x1a\x28\xc9\x39\x27\x04\xe3\x0f\xbf\x3d\x25\xc4\ \x87\xf6\x79\x25\x38\x17\x70\xe1\x8f\xf3\x16\xd1\xae\xb0\x66\x67\ \x84\xd3\xe9\x85\x44\x8f\x43\x08\xea\xe8\x04\xcf\x93\x05\x05\xf0\ \xd1\x9d\x5b\x11\x62\x58\x6e\x79\xeb\x99\xff\xfe\xcd\x13\x6f\xaf\ \x3b\xe4\x26\x22\x1d\x71\x07\x21\x4c\x35\x7c\x60\xe5\x82\x0a\xd5\ \xfb\xc1\xbb\xaf\x6f\xdf\xb6\x78\xf3\xe1\x96\x36\x47\xbf\xe1\x5b\ \x3f\x9a\xd2\xcd\x79\x77\xdd\x76\x99\xd9\xf3\xfa\xaf\x7d\xfb\xeb\ \x13\xbb\xef\xdc\xb8\xab\xb9\xa9\x3e\x62\x0f\xfe\xce\x77\xef\x30\ \x3b\x9a\x7a\x5f\x77\xcf\x4d\x43\xd8\xd6\x0d\xbb\x76\xae\x5b\x72\ \x94\x5c\xf2\xcd\xaf\x4f\x3a\xb1\x61\x59\x45\x9d\x43\xe9\xe7\xf6\ \xf5\x25\xc6\x91\x50\x48\xef\xec\x40\x82\xc3\xc5\xe2\x92\xbf\xa9\ \x33\xcf\x33\xd9\x94\xe2\x02\xdb\x1b\x31\x46\x91\x4e\xe4\x3a\x2a\ \x3b\x07\x3e\x1a\xed\xa9\x40\x2a\x94\xdf\x7b\xd0\x98\x4b\x4a\xd3\ \xf3\xc3\x4d\x47\x00\x63\xa4\x00\x28\x11\x2d\xcd\x91\xd6\x13\x3b\ \x66\xcf\xad\xf4\xc2\x85\x01\x25\xb0\xc6\xa8\x11\xc8\x2f\x2a\x64\ \xb5\x6e\xdd\xa1\x2d\x8b\x17\xad\x89\x46\x1b\x13\xe6\x18\x8c\x80\ \x51\xa2\x07\xb2\x0b\xb3\x42\x44\x33\x73\x0a\xf3\x58\x47\xac\xbd\ \xb1\xb5\xf1\x58\xe7\x9c\x85\x3a\x49\xcf\xb3\x89\x27\xd5\xe7\xf6\ \xf5\x15\x42\xb1\x40\x20\xb3\x33\x82\x84\xb8\x28\x84\x5f\x34\xc9\ \xbc\x00\x0d\x14\x8c\x62\x31\x70\x3d\x95\x95\xf5\x37\x24\x13\x94\ \xeb\x7a\xa1\x1e\xbd\x86\x0d\xed\x0f\xc8\xab\x73\x1c\x4f\x00\x05\ \xaf\xb9\x3e\x72\x69\xb7\xdc\x9c\x54\xe0\xda\x1b\xaf\xb0\x19\x0b\ \xe0\x96\x0d\xb1\x94\x90\x3e\xf8\xce\xdd\xbf\x6d\x43\x67\xe6\xa5\ \x77\x5d\x93\x7a\x66\x69\xc2\xf3\x84\xeb\x7a\x52\x0a\x2f\x95\x72\ \xb9\xe4\x9e\xe7\x7a\x2a\xab\xbc\x7b\x5e\x22\x70\xed\x8c\xcb\x75\ \xca\x82\xb6\x79\x76\xf7\xe4\xb3\x92\xcc\x44\x20\x90\x17\x8d\xe2\ \x8b\x92\x79\x2e\xc9\x0c\x04\xd3\x2e\xbe\x85\xcf\xca\xc1\x42\x20\ \x15\xe2\xdc\x28\x2c\x34\x28\x83\x20\xf3\xd9\x98\x85\x10\x9e\xe7\ \x61\x42\x53\x8e\xe7\xb8\x2e\x28\x25\x25\x64\x17\x97\xe3\x90\xee\ \x3a\x0e\x10\x15\x2a\x2c\x2d\x4c\x0f\x94\x17\x0c\xdb\xbd\xe9\x44\ \xe0\xaa\x2f\x8d\x6d\x7b\xf3\xa5\xbf\xfc\x39\x7f\xc0\x15\x37\x8e\ \xef\x51\xda\xa3\x3c\x88\xb9\x9e\x91\x57\x84\x42\xc3\xca\x4b\x9a\ \xdf\x5e\xfc\xcc\x1c\x27\xbb\xdf\x35\x69\x61\xf1\xff\xdb\x3b\xf7\ \xf0\xaa\xaa\x3b\xef\x7f\xd7\x65\xef\x7d\xf6\xb9\xe4\xe4\x02\x24\ \x01\x42\x80\x84\xd0\x70\x97\xbb\xa0\x72\x55\xa8\xf0\x22\x2a\x8a\ \x14\x95\x17\x9f\xfa\x32\x9d\xb1\xd3\xb1\xed\x74\x46\x7d\x6d\xd1\ \xce\x74\x9e\xa7\x7d\x5e\x75\xda\x3a\x42\xb5\x4a\x9d\x29\x5e\x46\ \xea\x20\x77\x85\x8a\x08\x86\x8b\x5c\x02\x84\x40\x48\xb8\x08\x26\ \x40\xee\x24\x39\xe7\xec\xcb\x5a\xeb\xfd\xe3\x04\x86\xb1\x80\xd1\ \x52\x73\x68\xd7\x37\xe7\x49\x9e\x73\xb2\x9f\x7d\xf6\xb3\xd6\xfa\ \xec\xdf\x6f\xfd\xf6\x6f\xfd\x56\x61\x6f\x87\x28\x92\xdb\xb7\x30\ \x68\x13\x2b\x9a\x9b\xd7\x23\x54\x3c\xee\xc6\xfa\x9a\xd7\x7f\xf3\ \xab\x97\x72\x6f\x98\x74\xf7\xd4\x51\x41\xd2\x79\x01\x14\x42\x9c\ \x48\xc4\xaa\xab\x0b\x06\xec\x60\x38\x12\xb6\x6d\xd3\x34\x29\xd5\ \x35\x0d\x2e\x69\x21\xa5\x94\x6e\x85\xaf\x4e\x6b\xd7\xe2\xbe\xfb\ \xb0\x6d\x1b\x06\x0f\x06\x70\x29\x99\xf1\x78\xbc\xbe\xbe\xa1\xa1\ \xa1\x6e\xf0\xa0\x41\x52\x2a\xc3\xb2\xa8\xf4\x5c\x5f\x42\x81\x99\ \x26\x53\xbe\xa7\x98\xc9\xe1\xb9\x82\x99\x06\x23\x44\x0a\xdf\xf3\ \x85\x61\x9a\xc2\x49\x48\x66\x1a\x54\xf9\x12\x86\xc1\x49\x32\x80\ \xe6\xc3\xe4\xc4\x71\x3d\xc3\xb2\x94\xe7\x08\x62\x18\x4c\x79\x9e\ \xbc\xb0\x92\xc3\xf3\x3c\xd1\x59\x1d\xcf\x39\x2f\x3b\x7e\xbc\xf5\ \x07\xff\x30\xfe\xe3\x8f\xab\xd6\xae\x4d\xcf\xcf\x0f\x07\x02\x9a\ \x4c\xed\xcd\x76\xaa\x12\x09\x08\x81\xb4\xb4\xcf\x35\xae\xbe\xeb\ \x5c\x78\x03\xe1\x25\x77\xad\x92\x4e\xfb\x1f\xc7\xbb\x70\xa4\xeb\ \x38\x97\x1e\xe1\x5c\x12\x1a\x77\x5c\x00\xf0\x9c\xe4\x79\xda\x0f\ \x70\x9d\x44\x4a\xc4\x10\x08\x49\xd8\x36\x8f\xc7\x89\x36\x0c\x9a\ \xcc\x94\x90\xe3\x40\x4a\x04\x83\x57\x86\x92\x22\x10\xc2\x9f\xf7\ \x78\x35\x38\xb8\xe1\x1b\x06\x49\xb6\x86\x96\x26\xb3\xf3\xe5\x79\ \xc9\xc4\xd1\x2b\x85\x88\x90\x68\x13\xbb\xdf\x55\x48\xe9\x07\x09\ \x84\xfc\x51\xb7\x0e\x42\x94\x94\xb6\x67\x07\xe1\x79\xda\x66\x6a\ \x32\x53\x43\x52\xb6\x6f\xa5\x77\x59\x31\x8e\x96\x3a\xb2\xe2\x19\ \xb0\x14\xde\x5f\x40\x29\x46\x29\x21\xf8\xd2\x39\x44\xc4\x8b\x63\ \xdc\x03\xc2\x0e\x41\x29\x68\x32\x35\x99\x29\x32\xac\x01\x5c\x79\ \x0f\x49\x45\x08\xe3\x69\x99\xea\x1a\x92\x99\xac\x8b\x74\x8d\x9e\ \xe6\x33\x42\xaa\x5b\x12\xbf\xde\x7d\xfc\x7b\xe3\xfb\x85\x4d\xfe\ \xe5\x72\x88\xb8\x9f\x20\x86\xa5\x74\x82\x81\x26\x33\xb5\x1c\xc1\ \x8b\x7c\x5e\x96\xa3\x64\xc0\x96\x4a\x78\x09\xe5\xfb\x00\x08\xe1\ \xb0\x02\x97\x1c\xe1\xc3\x97\x30\x3a\x5a\x12\x92\x58\x41\x48\x47\ \x79\xd7\xe6\xb1\x21\xa7\xc4\x71\xdd\xe7\x76\x7f\x1a\xf3\xe4\x8f\ \x26\x14\x5a\x86\xf1\x25\x2c\xa7\x94\x12\x4a\x69\x3f\xf6\xea\xd2\ \x11\xea\xce\x20\xd3\xf3\x3e\xc7\xca\x79\x92\xf6\xbc\xc1\x1c\x3f\ \xc7\x9c\x30\xd7\x18\x39\x9e\x28\x17\x42\x42\x49\x08\x0f\x66\x57\ \x56\x38\x00\xbe\x03\x99\xfc\xc4\x87\x10\x50\x0a\x52\x40\xf8\x10\ \x3e\xa4\x82\x52\x10\x3e\x84\x07\xd7\xa7\xc3\xe6\x18\xfd\xbb\x2b\ \xd7\xbb\xf0\x5f\x09\xa5\x20\xfd\xf6\xb7\x49\x7f\xb2\xc3\x2f\xa5\ \x54\x5b\xcb\xf9\x7b\xef\xb9\x37\x32\x7d\xc1\x13\xeb\xf6\x3a\x9e\ \xcf\x09\xbe\xe8\x49\xa0\x14\xa0\xda\x73\x0c\xb4\xe5\xd4\x64\xa6\ \x86\x8f\xc2\x41\x29\x12\x89\xab\xf9\xbb\x4a\x48\x57\xb1\x11\x77\ \x1b\x85\x79\xc9\xd5\x24\xca\x0a\xc3\x80\xf2\x05\xac\x00\xc2\x45\ \xe6\xa4\xd9\x2c\x2b\x9b\x70\x28\x01\x92\x9e\x4d\x82\x96\xf2\x3d\ \xc5\x2c\x92\x9e\x43\xa2\x51\xa5\x5c\x25\x7c\x15\x88\x92\xac\xee\ \x08\x1a\xe2\xe0\x3a\xaf\xaa\x06\x10\xb0\x33\x49\x46\x26\x94\xa7\ \xa4\x80\x11\x22\x19\x39\x24\x12\x52\xc2\x53\x4a\x7e\xa1\x97\x10\ \xc2\xe4\x6c\xf1\x0f\x9f\xf4\xc7\xde\xf9\x4f\xef\x95\xfa\xc2\xa7\ \x50\x5f\xf4\x24\x50\x8a\xfb\x3e\x38\xd7\x3e\xad\xf6\x66\x53\x43\ \xa6\x09\xc6\x10\x8b\x21\x33\xf3\xb2\x26\xf5\xbf\x7d\x5d\x2f\xe6\ \xed\x79\x3b\xb1\x6d\x2f\x4c\x9b\x8d\x7a\x38\xd0\xdf\x73\x76\xd5\ \x59\x63\x7a\x26\x36\x97\xab\x50\xbe\x31\xf1\x3e\x6f\xdb\x6b\xa4\ \xe7\x0c\x73\x40\x1f\x42\xda\xdc\x55\xcf\xab\x21\x8b\x02\x45\x51\ \xa9\x6c\xb9\x77\x99\x53\xe6\x58\x77\x2e\xa4\x6e\xad\xb7\xfb\x75\ \xd5\x7d\x36\x8f\xad\x74\x3e\x19\x12\x98\x75\x27\x61\x52\x56\xae\ \x89\xbf\xbf\xc7\x98\xfa\xf7\x46\x37\x01\xc3\xf2\x37\xff\x9b\x5b\ \xfe\x09\x3a\xbe\x0f\xb4\x02\x00\xc7\x71\x28\xf0\xf3\x5f\x3e\xff\ \xad\xff\xe3\xfd\xcb\xc6\x75\x8f\x4d\x19\xc2\x28\xf1\xa5\xea\x28\ \x64\x4a\x41\x29\xc3\x75\x95\x69\x6a\x9b\xa9\x6d\x66\x6a\x28\x10\ \x00\xa5\x68\x6d\xbd\xea\xb8\x55\x4a\x4a\x29\xa9\x39\xe9\x6f\x43\ \x7f\xfd\x5c\x60\xf2\x18\xb1\xef\x2d\x2f\x36\x34\xf8\x8d\x19\xde\ \xf6\x77\xa4\x6f\xaa\xb3\xbb\xe2\xcb\xfe\xd1\x6d\xcd\x33\x47\x16\ \x79\x9b\x97\xb8\x35\x61\x63\xec\x18\x6a\x9b\xde\xc6\x67\x63\x2b\ \xd7\xb2\xfe\xb7\xd0\xcc\x5c\x16\x76\xdc\x8d\x4b\xdc\xc3\x9f\x20\ \x10\x04\x0d\xf1\xb1\xd3\xe5\x9e\x5f\xb4\xbe\xbc\x04\xbd\xa6\xf0\ \x9e\x3d\x88\x11\x77\xd7\xfc\x73\x6c\xf3\x11\x36\x64\x04\x20\xd4\ \x17\x54\xb2\xec\x83\xc5\xd9\xcf\x7f\xf9\xcb\xd3\xfd\xa7\x3c\xbb\ \xa5\x0c\x52\x52\xa0\xe3\x67\x20\x4a\x99\x09\x47\xd8\xb6\xd2\x19\ \x3f\x9a\xcc\x94\x90\x6d\x83\x73\x5c\x61\xcf\x52\x02\xe0\x62\x19\ \x25\x22\xfc\xd2\x95\xf1\xd5\x4b\xdd\xfd\x47\x95\x68\x93\xe7\x5b\ \x69\x88\xaa\x96\xf3\x0a\x0a\x94\x29\xc2\x60\x07\x89\x9d\xce\x87\ \xce\x60\x46\xb5\x77\xf2\xac\x82\x02\x88\x6a\x3d\x23\x7d\x53\x9d\ \xd9\x14\x7b\x7f\x8f\x71\xc7\x13\x81\x91\xc3\x94\x97\x00\x2c\x62\ \x43\xd4\x7c\x22\x9a\xcf\xc8\x36\x45\xec\x10\x84\xaf\x88\x92\xf5\ \xe7\x00\x4b\xe1\x8b\x61\x89\xf6\x5a\xb5\x10\x42\x84\x83\xf6\x92\ \x97\x5e\xae\xea\x3b\xf1\x85\x92\xa3\x14\x92\x74\xf8\x54\x50\x2a\ \x90\x88\xfb\xb6\x0d\x4d\xa6\x26\x33\x25\x14\x0e\xc3\x30\xd0\xd8\ \x78\xd5\xd8\xa5\x82\x52\x30\x6c\x12\xce\xa0\x91\x0c\x1a\xcd\x66\ \xc5\x33\xcd\x9e\x0d\x6d\xab\x4a\xcd\x69\xdf\xa0\x7e\x1d\xec\x7c\ \x73\xe4\x44\x2a\xeb\xc5\xa7\xd5\xf2\xe4\x0e\x77\xe7\x1a\xb7\xb4\ \x0c\x76\x84\x30\x0a\x6a\x10\xc3\x24\x76\x57\xd2\xbc\xdf\xab\xaa\ \x67\xfd\x87\x53\x6e\x80\x9c\xf7\x4f\xd6\x1b\xe3\xe6\x5a\xe3\xff\ \x17\x0b\x35\x8a\x33\x67\x48\x20\x0c\x4a\xc0\x2c\x62\x70\x28\xf9\ \x05\xe3\x37\x90\x52\x26\x97\x33\x2b\xa5\x9a\x1b\xea\xbe\xf3\x8f\ \x4f\xac\xf0\xba\x3f\xbf\xbd\x2a\x19\x74\xed\xc8\x8b\x48\x19\x88\ \xc5\xfc\x70\x58\x31\xa6\x1f\x69\xea\x79\x66\xca\x90\x59\x57\xf7\ \x39\xde\x2c\x95\xa2\xa2\x84\xf5\x2f\x32\x46\x17\xa0\xf5\xac\x68\ \x6e\xf4\x4a\x56\x3a\xc7\xce\xc3\x98\x46\x70\x3c\xb1\x6d\x87\xf5\ \xb5\x29\xb4\x79\x59\x7c\xfd\xef\x02\xb7\x4c\x35\xf3\x1b\xdd\x4d\ \xaf\x8b\xc3\x5b\x64\x43\x4c\x39\xe7\xdc\x83\x25\x82\x64\x99\xa3\ \x66\x52\x52\x9f\x78\x7f\xa5\x4a\x1f\xa5\x9c\x46\xef\xc4\xaf\xe9\ \xa4\x79\x46\x01\x71\x36\x2c\xf3\x1a\x5c\x52\xb1\x4d\xb5\x08\x25\ \x2b\xdc\x43\xa6\x02\xed\xf8\xaa\x86\x64\x80\x56\x0a\x09\xa0\xbe\ \xa1\x51\x4a\x31\x7b\xd6\x4c\x72\xe6\xb8\x65\x9a\x1f\x32\x39\xbd\ \x5f\x3c\x3f\xc3\xfe\xdc\x7c\xbb\xa4\xcd\x0c\xb6\xb6\x7a\x91\x88\ \xba\x26\x85\xdf\x35\x99\x5a\x7f\xac\xa2\x51\x58\x16\xce\x9d\xbb\ \xea\xe0\x07\x0c\xe5\xed\x7d\xcb\xdd\xe9\x83\x00\x84\x81\x52\x42\ \x0d\x70\xea\x6c\x5a\x0e\xd3\xc6\xde\x7f\xf7\x76\x0a\x62\x85\x40\ \x6a\xdb\x5e\xdb\x06\x50\x12\x08\x62\xf7\x0a\xd0\x00\x68\x93\xf3\ \xd1\x31\x70\x16\x7b\x7d\x0f\x40\x89\x69\xe3\xf4\x2a\x9f\x98\xe0\ \x70\xd6\xff\xbf\x84\x00\xb1\x82\x60\xc4\x2d\x59\x01\x6e\x83\xec\ \x8e\x97\x28\x62\x5a\x9f\x53\x60\xe1\x7f\x5c\x1c\x01\xa4\x15\xb0\ \x4a\xf7\xef\xff\xdf\x0f\x3c\xf0\xc2\xd2\xa5\x0f\x2e\x7c\xf8\xf0\ \xd2\x1f\x3e\x7a\x53\x3f\x09\x58\x9c\x8a\x0e\x6c\xce\x25\x95\x24\ \x52\x86\x5a\x5a\xbc\xee\xd9\x92\x73\x6d\x33\xb5\x37\x9b\x02\x4a\ \x4f\x87\x69\xa2\xa6\xe6\xaa\xc3\x1f\x90\x00\xb7\x89\x1d\x21\x81\ \x08\xb1\x82\xc4\x08\x80\x31\x28\x02\xd3\x06\x00\x1e\x24\x76\x04\ \x94\x82\x18\x24\x10\x21\x81\x10\x40\xc0\x6d\x50\x02\x30\x18\x16\ \x08\x6f\xff\x9c\x52\xf0\x00\x18\x85\xa2\x30\xc3\xc4\x0e\x83\x52\ \x28\x02\xc3\x06\x01\x60\x10\xc3\x4c\x3a\xa8\x1d\x7f\x59\x96\x55\ \x7a\xf0\xd0\xff\x7d\x64\xd1\x90\xb6\x63\xaf\x3e\xff\xaf\x77\xcd\ \x9d\x5b\x1d\xed\xdd\xd2\x16\xcb\x09\x99\x61\x83\x75\xf0\x24\x44\ \xa9\x70\x73\xb3\x93\x91\x71\xe5\x74\x28\x6d\x33\xb5\xbe\x4a\x45\ \x22\x08\x87\x51\x59\x79\x45\x2a\xa5\x54\x6d\x4d\x8a\xa5\xe8\xae\ \xaf\x92\x12\xe6\x3b\xb5\xa5\x65\x0b\xc6\x74\x9b\x3b\xa5\xf0\xf1\ \x6d\x1b\xb7\x6e\xdd\x1a\xc8\xee\xb5\xbd\x72\x4b\xbe\x8d\x0e\xa6\ \x03\x49\xe1\x18\x8d\x0d\x91\xa6\xe6\xfa\x2e\x5d\x24\xd7\x23\x50\ \x93\x99\x22\x2a\x2a\xc2\xb1\x63\x70\xdd\xcb\x6c\xba\x2c\x05\x82\ \x69\x74\xea\x02\x45\x52\xd4\x97\x51\x20\x99\xae\xf7\xeb\x1b\x9a\ \x87\xe4\x44\xd3\x83\xd6\x5f\x0d\x6b\xf8\xe1\xf3\xbf\xb0\x39\x2d\ \x9a\xfd\x10\xc9\xef\xc6\x14\x3a\xc2\x26\x65\x24\x78\x3a\x26\x3d\ \xa7\x2d\x27\x87\xfe\x91\xeb\x56\x34\x99\x5a\xd7\x4c\x7d\xfb\xe2\ \xe3\x8f\xd1\xd0\x80\x9c\x9c\xcf\x8e\x7b\x21\x48\x5a\xa6\x31\xf9\ \x7b\x29\x5b\x68\x42\x29\xa4\x43\xdd\xa4\xa4\x22\x54\x10\x3a\x58\ \xc9\x7f\x9b\x7e\xcc\x17\x22\xbb\x67\x3e\xb3\x2c\xd5\xb1\x3d\x85\ \x09\xa7\xe1\xa5\xbf\xf2\x20\xe3\x91\x48\x58\xaf\xcf\xd4\x64\xa6\ \x8a\x0a\x0b\x51\x5b\x8b\xc6\xc6\x3f\x24\x13\x00\xa4\x54\xb1\x96\ \xcf\x90\x99\x2c\x33\xad\x08\x6b\x2f\x36\xdd\xe9\x7c\x92\xf6\x22\ \x35\x02\xe8\xde\xbd\x3b\x00\x21\x3c\x15\x73\x81\x0e\xd9\x4c\x95\ \x96\x66\x9f\x3e\xe5\x9b\x66\x3c\x1a\x8d\x68\x32\x35\x99\xa9\xa2\ \xfe\xfd\xd1\xd4\x84\xe3\xc7\x51\x5c\x7c\xa5\x35\xc8\x4a\xc1\xb0\ \x02\x01\xcb\x80\x02\x94\x57\xfb\xe9\xe9\xb8\x91\x66\xb4\x9e\x69\ \x32\xba\xe4\x67\x85\x2e\xad\x91\xaf\x14\x8c\x80\x1d\x30\x38\x92\ \x99\x06\xc2\x89\xc5\xdd\x3f\x35\xbb\x97\xde\x38\xbe\xf0\x56\x79\ \x84\xc0\xf7\x83\x55\x55\x0d\x96\x15\x8f\x46\xa9\x26\x53\x93\x99\ \x42\xf3\xcc\x68\x14\xfb\xf6\xe1\xf6\xdb\xaf\x34\x78\x0d\x13\x27\ \xf6\x6d\x29\xd9\x7b\xd4\x51\x24\xa3\x47\x41\x37\xd4\x9d\xcf\x1e\ \x9a\x5e\xbe\xbe\x2c\xf7\xd6\x6f\x4e\xe8\x27\x14\xe1\x8c\x08\xdf\ \xf3\x05\x0c\x13\xc7\x3e\x5a\xbf\xed\xf0\x69\x6e\x05\x84\x1b\x0f\ \xf4\x1c\x3d\x7b\xca\x20\xe2\xb9\x84\x71\x02\x99\xdc\x6a\x40\x49\ \xe1\xfb\xbe\x54\xa0\x8c\x73\x4e\xa5\xef\xfb\xa2\xf3\x78\x60\x0c\ \x0d\x0d\xbc\xaa\xaa\x31\x27\x27\x11\x0e\xeb\x7a\xb3\x57\x9c\x8d\ \xeb\x26\xf8\xaa\x15\x8d\x62\xe0\x40\x1c\x38\x70\x15\xb3\x62\x18\ \xaa\x62\xd7\xb6\x2a\x27\x34\x70\xd0\x80\xfc\xee\xd9\x05\x43\x46\ \x8f\xe8\x97\x0d\x05\x4a\x09\xe3\xbc\xb5\xf6\x93\xd2\xd2\xf2\xba\ \x36\xc1\x28\xa4\x54\x91\xec\x5e\xc5\x7d\xa3\x65\x3b\x3f\x26\xdd\ \xfa\xe4\x67\xe2\xec\xd9\x46\x70\x1a\x6b\xaa\xab\x6b\x6a\x3d\x5f\ \x77\x7a\x7f\xe9\xbe\xf2\xe3\x67\x05\x61\x8c\x73\xa7\xf9\xcc\xc1\ \xd2\x83\x35\x4d\x0e\x67\xb4\x13\xc9\xa4\xf5\xf5\xa8\xa9\xae\xcd\ \xcb\x23\x3a\x9d\x5d\xdb\xcc\x54\x6a\x72\x8e\xe2\x62\x7c\xf0\xc1\ \xe5\xc3\xb3\x17\xdc\x45\x6a\x06\xf2\xfb\x0e\x1f\x3f\xbe\x98\x30\ \xb1\xf5\xe5\x7f\x3d\xd8\xeb\xd6\x21\x9c\x53\x66\xc4\x4f\xef\x59\ \xfe\xda\xef\x05\x57\x6e\xb0\xe0\xfe\x07\xef\xe8\x42\xbc\xac\xbe\ \x83\x7a\xe5\x07\xf7\xed\x3a\x39\xfc\xc6\x49\x7d\xcf\x6f\x79\x66\ \x59\xc9\x5f\x3d\xf6\xf0\x81\x0d\x6f\xd6\xa4\x0f\x61\xc7\x36\x97\ \xc7\x33\xcd\x58\x63\xaf\x89\xf3\xe7\xdd\x80\xb7\x96\xbf\x73\x1e\ \x88\xc9\xac\x7b\x17\xce\xcb\x0f\xc0\xef\x8c\x19\xab\x62\x8c\x9c\ \x3a\x85\x9a\x9a\xfa\x5b\x6f\xd3\xae\xac\xb6\x99\x29\xa6\xb1\x63\ \x71\xea\x14\x0e\x1f\xbe\xb2\xd5\xa4\x06\x95\xbb\x56\xbc\xf4\xa3\ \xa7\xfe\x79\xf9\xc6\x0a\x6e\x99\x8c\x10\x80\x70\x53\x95\x7d\xf8\ \xc1\xa7\x3c\x6f\xf2\x2d\xa3\x5a\x2b\x76\xec\x3b\x19\x37\x0d\x2a\ \x7d\xcf\x75\x3d\x21\xa5\xeb\xc4\x22\xdd\x8a\xf2\x82\xad\x87\xf7\ \x57\xd6\x27\x58\x9f\x5e\xb9\x2e\xc9\x9c\xf5\xe0\xa3\x3f\x58\x38\ \xee\xd4\xde\xad\x25\x5b\xb6\x56\xb4\x84\x27\x4c\x9e\x60\x9d\x29\ \xfd\xa8\xbc\xd1\x34\x3a\xa7\xeb\x89\x52\x7c\xd7\xc7\x2e\x48\x6d\ \x8f\x1e\x44\x93\xa9\x6d\x66\x6a\x69\xe8\x50\xd8\x36\xf6\xed\xc3\ \x90\x21\x57\xb0\x2c\xd2\x93\x74\xe8\xd7\xef\xfb\xc6\x4d\x45\xdc\ \x36\xf6\xbd\xe9\x2b\x40\x2a\x45\x19\x71\x1c\xcf\x69\x39\x57\x71\ \x82\x0d\x9c\x70\x5b\xbf\x28\xdc\x4b\x37\x10\x93\x92\xa6\x65\x0f\ \x2d\xcc\xda\xb4\x79\x83\x15\xc8\xb9\x25\x3f\xed\xa8\x50\x52\x91\ \x60\x56\x66\x40\x55\x35\xc7\x88\x17\x6b\x3a\x72\xe4\x93\x9e\x63\ \xa6\x16\xe7\x5a\x6e\x67\x15\x82\x96\x92\xef\xdd\xd3\xd4\xa7\x4f\ \x2c\x3d\x5d\x93\xa9\x6d\x66\x8a\xa9\xb0\x10\x99\x99\xd8\xb2\x05\ \xb8\x7c\xb9\x0d\x42\xe0\xb9\x09\xc9\xad\x70\x24\xd0\x2a\x44\x81\ \x00\x00\x0b\xcb\x49\x44\x41\x54\x6c\x5b\xdc\x77\x13\x09\x0f\x11\ \x9b\x9c\x3c\x78\x2c\x67\xf0\xa0\xec\x50\x20\x3d\x3b\xaf\xa8\x6f\ \x7e\x6e\x56\x20\xb9\xb5\x1f\x81\x74\x12\x09\x21\x95\xe3\xf3\xc1\ \x63\x47\xb6\x9c\x38\xe0\x65\x0f\xee\x61\xc3\x6b\xa9\xde\xfe\xfe\ \xaa\xe5\xcb\x37\xca\x9c\xc1\x63\x47\x0d\xee\x9e\x11\x4c\xeb\x92\ \x53\xd0\xa7\x77\x7e\x6e\x48\x74\x0a\x99\x8c\x91\xda\x5a\xba\x73\ \x57\x4b\x51\x91\x0c\x04\xf4\x40\xd0\x36\x33\xc5\x94\x91\x81\xd1\ \xa3\xb1\x7d\x3b\x9a\x9b\x11\x8d\xfe\xa1\xc5\xf4\x5c\x52\x3c\x66\ \x72\x5e\x5a\x17\xcf\xf3\x88\xaf\xf2\x47\x4e\x0c\x05\xbb\xf4\x0d\ \xdf\x3a\xae\xec\x4c\x64\xc0\x84\xbb\xe5\x87\x25\x65\x47\xe2\x7d\ \x86\xf6\x91\x60\x00\x94\xf0\x68\xe6\x2d\xb7\x4d\xcd\x8d\x18\x7e\ \xa2\x2d\xe6\x8a\xac\x9c\x81\xe3\xc6\xf6\x96\xce\x59\x01\xe2\x9c\ \x6f\x64\x79\x63\xe6\xdd\x3c\x22\x2b\x8d\xdf\x33\x1d\xdb\xf6\x56\ \x24\xb2\x8b\x7a\xf7\x57\x01\x82\xaf\x1e\x4d\x65\x18\xac\xb4\x14\ \x0d\xf5\xad\x23\x47\x0a\xce\x75\x91\x2e\x4d\x66\xea\x69\xd2\x24\ \xac\x5c\x89\xaa\x2a\x0c\x1f\x7e\x19\x32\x3d\xf4\x19\x32\x86\x4a\ \xd7\xf1\x05\x14\xba\x0f\x18\x99\x27\x3d\x57\x65\x4e\x9e\x5c\xe8\ \xc4\x13\x99\x23\xa6\xf6\xbf\x91\x49\xcf\x8d\x27\x1c\x05\x92\x4c\ \x1d\x1a\x31\xee\x46\x29\x64\x43\xe5\xfb\xcb\xfe\x6b\x77\xd1\x84\ \xbb\x86\x65\x5b\x6e\x0b\xcb\x29\x1c\x3e\xe9\xb6\xb9\x03\x73\x49\ \xbc\x35\x9e\x48\xf8\xb9\x03\xc6\xdd\x3f\x6c\x82\x12\x6e\x3c\xee\ \x74\x8e\x1f\xc9\x18\xdf\xb6\x0d\xe1\x88\x3f\x78\x10\xce\x9e\xd5\ \xa3\x40\x93\x99\x92\x64\x02\xe4\xbd\xf7\xd4\x65\xc8\x6c\xf7\x66\ \x2f\xbc\x81\xef\x3a\x3e\x00\xc8\x78\xdc\x03\x20\x9d\xb8\xe7\x5c\ \xf8\xdf\x85\xd9\x9b\x93\x48\x00\x48\xeb\x7d\xf3\x77\xbf\x3f\x09\ \x4a\xf8\x8e\xa3\xcc\xae\x33\xe7\xce\x91\x5e\xbc\xe5\x7c\xfb\x39\ \x7d\x37\xd1\xea\x76\xde\xbe\x26\x9c\xd3\xc6\x46\xbe\x71\x13\x06\ \x14\xcb\xc2\x42\xf2\xc9\x29\x3d\x0a\xf4\x3c\x33\xf5\xd4\xb7\x2f\ \x46\x8f\xc6\xfa\xf5\x10\xe2\x1a\x56\xdc\x50\x4a\x7a\x9e\xeb\xf9\ \xc9\x49\xa4\xf2\xdc\x4e\x0b\xf4\x5c\x96\x4c\x72\xfc\x38\x39\x7c\ \x58\x4c\x9b\x06\xdb\xd6\x89\xec\x9a\xcc\x94\x14\x63\x98\x3e\x9d\ \xec\xdc\x89\xb2\x32\xfc\x65\xac\x84\x52\x94\xf2\x4d\xbf\x27\x89\ \x84\x98\x38\xf1\x73\x2a\xee\x6a\x69\x32\x3b\x53\xd3\xa7\x83\x31\ \xb2\x61\x43\xbb\xaf\xf9\xe7\x2d\x42\x48\x2c\xc6\xd7\xac\x11\x23\ \x46\xc8\x01\xc5\xd0\x49\x79\x9a\xcc\xd4\xd5\x80\x01\x18\x36\x8c\ \xac\x58\x41\x5a\x5b\xff\x18\xb3\xc9\x0d\xd3\x60\x29\xdf\x8f\x96\ \xc5\xf6\xee\x65\x1f\x7f\xec\xcf\x9c\xa1\xc2\x69\x9a\x4c\x4d\x66\ \x0a\xcb\x34\xd5\x9c\x39\x64\xef\x5e\xb2\x6f\xdf\x67\x76\x07\x53\ \x0a\xdc\x0c\x84\xc2\xa1\x50\x30\x18\x30\x8d\x2b\x17\xb1\x22\x94\ \xaa\x9a\xaa\xf2\xe3\xb5\x6d\x29\x5d\xe9\x8a\x10\x45\x08\x5f\xb5\ \x4a\x19\x86\xb8\xed\x36\x40\x27\x18\x74\xe0\x86\xab\x9b\xa0\x33\ \x75\xc7\x1d\x78\xfa\x69\xfa\xfa\xeb\x18\x3f\xfe\xd2\x81\x6c\x58\ \x38\x5a\xb2\xe6\xdd\x92\x72\x69\x85\x7a\x7d\x6d\xe4\x94\x5b\x86\ \x87\x88\xa7\xa8\x61\x59\x86\x12\x9e\xe3\x0a\xc3\xe4\xbe\xeb\x2a\ \xc2\x6d\x5b\x9d\xad\x2c\x6f\xca\x4b\xef\xd3\x2d\xc2\x4d\x83\x53\ \xb8\x89\xb8\x20\x46\x20\x79\xa4\xe3\xa5\x44\x98\xc5\x30\x68\x4d\ \x8d\xf1\xbb\xb7\xc5\x2d\x37\x8b\x41\x83\xb8\xe3\xe8\x9e\xd7\x36\ \x33\xb5\x83\x22\xf9\xf9\x6a\xe6\x4c\xf2\xf6\xdb\xa4\xb2\xf2\x12\ \xb3\x49\x38\x57\xc7\xcb\x0e\xb8\xdd\x87\xdd\x31\x6d\x5c\xcb\xc1\ \x75\x2f\xbd\xb9\xc5\x35\x43\xe2\x7c\xf5\xd6\x8d\x1b\x76\x94\xd7\ \xc0\x6f\x39\x52\x7e\xb4\xcd\xa7\x22\x7e\xae\xec\xd0\xc9\xae\xfd\ \x07\xf7\xcd\x8e\x50\xb8\x95\x7b\xb7\xae\x7b\xf7\x83\x53\x2d\x40\ \x6b\xcd\xd6\x8d\x1b\xb6\x1f\xfc\x44\x31\x96\x12\x96\x94\x73\xbe\ \x71\x23\x39\x7e\xc2\x9b\x37\x0f\x86\x01\xa9\xa3\xb2\x9a\xcc\x94\ \x97\x7c\xe0\x01\x52\x5f\xcf\xde\x79\x07\x9c\xff\xf7\xe3\x49\xa5\ \xa8\x61\x65\x75\xcf\xeb\x37\x68\xf4\xfd\xf3\x66\x24\x2a\x77\x1f\ \x3b\x71\x6c\xdd\xdb\x6f\x97\xd7\xd4\x95\xac\x7e\x6b\x7b\xe5\xb1\ \x4d\x6f\xaf\x28\x6b\x90\xe7\x8f\x6c\x5e\xf9\xc1\xa1\x03\x9b\xdf\ \xd9\x7a\xe2\xfc\xc9\x8f\x56\x2e\x5f\xb3\xe3\x5c\x7d\x73\x5b\x6b\ \xf5\x9a\xb7\x56\x94\x55\xd7\xed\x58\xfb\xe6\xef\xcb\x1b\x4d\xde\ \xd9\x5d\x4c\x08\x62\x31\xfe\xdb\xd7\xe4\xc0\x62\x31\x69\x12\x5c\ \x57\x77\xba\x26\x33\xf5\x8d\xa6\xc2\x8d\x37\xaa\xb1\x63\x8d\x57\ \x5e\x21\x75\x75\x9f\x9d\x6d\x4a\xe1\x79\xc2\x0c\x45\x33\x43\xe2\ \xd4\xe1\xd2\x3d\x15\x75\x99\x3d\x7a\x47\x12\xa7\xb6\x57\x91\x11\ \x05\x69\x55\x27\x4e\x56\x1d\xad\xef\x33\x7c\x60\x9a\x61\x99\xa8\ \xdf\xba\xf3\xf8\xe8\x7b\x16\x3e\xf4\xc0\x9c\xde\xb1\xa3\x3b\x0f\ \xd5\x76\xcd\xcd\x0b\xab\xda\xdd\xbb\x8e\x4a\x93\x77\xb2\xd9\x0c\ \x04\xd8\xd6\xad\xfc\xc3\x2d\xde\xfc\xf9\xb2\x6b\x57\x1d\xfb\xd1\ \x64\x5e\x1f\x64\xaa\x60\x50\x3e\xfc\x30\x3d\x74\xc8\x58\xbf\xfe\ \xd2\xe5\x9a\xc9\x20\x90\x65\xb0\x9a\xaa\x23\x35\x4e\xb4\x5b\x7a\ \x88\x00\xd2\x13\xfd\x26\xdd\x39\x73\x64\xff\xc2\xa1\xfd\x1a\x4a\ \x56\x95\x34\x84\x86\xf5\xed\x26\xa5\x4a\x16\x76\x4f\x12\x48\x14\ \x08\xa3\xd2\x17\x05\xe3\xee\xbc\x6b\x62\x81\xef\xf8\x9d\xe9\x3b\ \x32\xa6\x1c\xc7\x7c\xf1\x25\xd5\xa5\x8b\x77\xd7\x5d\x24\xb9\xbd\ \x82\x96\x26\xf3\xfa\x70\x68\x67\xcd\x52\xc3\x86\x05\x7f\xf5\x2b\ \xda\xd4\xd4\x5e\x19\x99\x50\xa6\x9c\x83\x9b\x57\xff\xc7\xb2\xa5\ \x2f\xbe\xbd\x67\xc8\x94\x69\x23\x86\x0d\x18\xd4\x27\xad\xb6\xba\ \xa6\xb9\xc5\x4d\x8b\x1a\x5d\x0b\x86\xdb\xd5\x7b\x3e\xb5\x7a\x16\ \x64\x47\x9c\x58\x4b\x5c\x65\x8d\x1b\x91\x5f\xf2\xc6\xcb\xbf\xfe\ \xf7\xff\xac\x20\xf9\x23\xfb\x67\x9c\x3d\x73\xa6\xa5\x2d\x61\x65\ \xa6\xb3\xce\x5d\x69\x65\x9a\x7c\xe7\x4e\xbe\x76\xad\xbb\x60\x81\ \xec\x57\x08\x1d\xfb\xe9\xf8\x3d\x6d\xf1\xe2\xc5\xba\x15\x3a\xd1\ \x64\x42\x29\x19\x08\x48\xce\x8d\xa5\x4b\x13\xbd\xfb\x34\xf5\x2f\ \xca\xce\x48\x97\x12\xd1\x2e\x39\x59\x41\x83\x87\xba\x8c\x99\x32\ \x7d\xfc\xc0\x5c\x49\xec\x82\xc2\xde\x24\xd1\x22\xcc\x48\x6e\x6e\ \xb7\xa0\x69\xf7\xe8\x3f\xf0\x86\x01\xfd\xd3\x03\x3c\x9c\x95\xd3\ \x33\xbb\x5b\x9f\xe2\x01\x3d\xa2\xdc\x53\x46\x4e\xef\xe2\x51\x43\ \xfb\xaa\x78\xab\x34\xd3\x72\x73\xb2\x43\x06\xe9\x34\x23\x45\x08\ \x80\xc0\x13\x4f\x90\x73\xb5\xce\xb3\xcf\x20\x2d\x02\x21\x01\x50\ \x4a\xeb\xea\xeb\x4f\x9c\x38\x91\x95\x95\x95\x99\x99\x69\xdb\xb6\ \x69\x9a\x8c\x31\x72\x41\x7a\x60\x00\x20\x4a\x7b\x17\x9d\x4a\xa6\ \x52\x4a\x00\x5e\x53\x93\x35\x6d\x9a\xdb\xd4\x54\xb6\xe4\x85\xfe\ \xe3\xc6\xc1\xf5\x98\x69\x5a\x06\x07\x94\xf0\x3c\xd7\xf3\x15\x40\ \x99\x61\x59\x06\x51\xd2\x49\x24\x7c\x05\xc3\xb4\xa8\xf4\x1c\x4f\ \x1a\xa6\x49\xa4\xe7\x09\x62\x06\x2c\x4e\xe1\x39\x09\x1f\x2c\x60\ \x99\xc9\x23\x3b\x33\x6f\xd6\xb6\xd9\x86\x0d\xc1\xd9\x77\x3a\x3f\ \xf8\x81\xf3\xd4\x62\x92\x48\x24\x5d\x59\xce\xf9\xe1\x23\x47\xb6\ \x7c\xf8\x61\xbf\xc2\x7e\x05\x05\x05\x19\x19\x19\xa1\x50\xc8\x34\ \x4d\x4a\x29\xa5\x54\x93\xa9\xbd\xd9\x94\x91\x10\x2a\x33\x33\xfe\ \xed\x6f\x07\x2a\x2b\xbb\xad\x5b\xaf\x0c\x03\x04\xc2\x73\x63\xb1\ \x58\x2c\x16\x77\xbc\xf6\x89\xa2\x14\x5e\x3c\x16\x8b\xc5\x13\x42\ \x81\x00\xbe\xeb\xb8\xbe\x24\x04\xbe\xe7\x7a\x42\x01\xd2\x4d\xc4\ \x63\xb1\xb8\x27\x94\x12\xfe\xc5\x23\x3b\x4d\x9c\x93\xe6\x66\xf3\ \xd9\x67\x55\xaf\x5e\xde\xc2\x85\x44\x88\xcf\xcc\x30\x29\xa1\x97\ \x1a\x49\x6d\x21\x3e\xdb\x7e\xba\x09\x52\xc2\x75\x71\xdd\xc4\xed\ \xb7\xb3\xa9\x53\xbb\x2f\x5f\xee\x3c\xb4\x10\xfd\xfa\x5d\xf7\x53\ \xb2\x60\x88\xfd\xf6\xb7\xfc\xf7\xef\x7b\xbf\xf8\x05\x29\x2c\x20\ \x6d\x6d\x17\x97\xd4\x30\xc6\x92\x3e\xad\xb6\x90\x9a\xcc\xd4\xc6\ \x92\x10\x2a\x04\x09\x06\x9b\x1f\x79\x24\x67\xfe\xfc\x96\x1f\x2d\ \x3e\xb5\xf8\x47\x8c\x52\x22\xe5\x75\x9a\xe9\xae\x38\xa7\xa7\x4f\ \x17\xfd\xe4\x5f\x9c\x31\xa3\x8f\xdf\x38\x56\x1e\xad\x80\x2f\x2e\ \x7a\xf0\x84\x10\xcf\xf3\x82\xc1\x20\xe7\x9c\x31\x96\xe4\x53\x23\ \xaa\xc9\x4c\xd5\x9e\xf0\xfd\xd6\x9b\x6e\x6a\x58\xb0\x20\x73\xc9\ \xd2\xe6\x29\x93\xab\x6f\x1c\x47\xda\x5a\xa5\x52\x48\xfe\x5c\x47\ \x58\x52\x4a\x19\x2f\x7e\xe5\x15\x79\xfa\xf4\xa1\x47\x1f\x6d\x05\ \xc8\xb9\x5a\x00\x24\xf9\x43\x08\xa5\xd4\xe0\x3c\x1c\x0e\x5b\x96\ \xc5\x18\x4b\xc6\x7e\x92\x77\x28\x3d\x0c\x34\x99\xa9\x62\x2d\x93\ \xbf\x93\x03\x34\x20\x44\xfd\xfd\xf7\x5b\xef\xbd\x17\x7a\xea\xe9\ \x53\x8f\x3f\xde\x1c\x89\xc8\x44\x42\x5d\x5f\x64\x2a\x25\xad\x40\ \xaf\x5d\x3b\xc3\xff\xf1\xdb\x8a\x19\x33\xb6\x87\x42\x6a\xe7\x2e\ \x92\xdc\xda\x01\x84\x10\x30\xc6\xb8\x61\x04\x2c\xab\x4b\x97\x2e\ \xd1\x68\xd4\xb2\xac\x8b\x96\x53\xc3\xf9\x3f\xc6\x86\x9e\x79\x77\ \xba\xa4\x94\x4a\x29\xdf\xf7\x3d\xcf\x6b\x15\x42\xac\x5c\xd9\x7d\ \xd1\xa2\xda\x59\xb3\x4e\x3c\xf6\x98\xf2\xfd\xeb\x29\x69\x46\x29\ \x69\x59\xd6\x99\x33\xc5\xdf\xfe\xb6\x32\xcd\x43\xcf\x3d\xe7\x65\ \x65\x51\xcf\xbb\xd4\x27\x4f\x4e\x2f\x39\xe7\x96\x65\xa5\xa5\xa5\ \x45\x22\x91\xe4\x23\x13\xed\xd3\x6a\x9b\x99\x72\xa2\x94\x2a\xa5\ \x38\xe7\x00\x42\x40\x7c\xd6\xac\x58\x69\x69\xb7\xe7\x9e\x63\xe3\ \xc7\xb7\xce\x9b\x47\xe2\xf1\xeb\xe6\xee\xc9\x39\xf1\xbc\xac\x1f\ \xff\xd8\xae\xae\x3e\xbb\x6c\x59\x97\x21\x43\xc8\x25\x71\xac\x8b\ \x0e\x42\xd2\xa1\xe5\x9c\x07\x02\x01\xd3\x34\x39\xe7\xc9\x4f\xf4\ \x48\xd0\x36\x33\x05\x8d\x8d\x4a\x1a\x4f\xe1\xfb\x2e\x21\xaa\xb9\ \x39\x38\x7f\x3e\x3d\x70\xa0\xf5\x8d\x37\xc4\xe8\xd1\x2a\x1e\xbf\ \x2e\x5c\x73\x65\x59\x81\x9f\xff\x3c\xf8\xd8\x63\xb1\x9f\xfc\x24\ \xf1\xe8\xa3\x24\x1e\xbf\xf4\x49\xc9\x45\x7b\x78\x11\x4e\xc3\x30\ \x38\xe7\xda\x8f\xd5\x64\x5e\x27\x70\x0a\x21\x39\x27\xfb\xf7\x9b\ \x77\xde\xa9\x72\x72\x9c\x15\x2b\x90\x93\x83\x44\x22\xc5\xe3\xb4\ \xca\xb6\xd9\x9a\x35\xd6\x7d\xf7\x89\x99\x33\xdd\x17\x5e\x40\x30\ \x78\x25\x3f\xfc\xe2\x63\xcc\x8b\x0f\x4e\x34\x96\x9a\xcc\xeb\x80\ \x4f\x29\x84\x02\x14\xe7\x64\xc3\x06\x3e\x7b\xb6\xba\xfd\x76\xf1\ \xea\xab\x2a\x14\x4a\xe9\xaa\x56\x86\x41\x4a\x4b\xf9\xb4\x69\x2a\ \x2f\xcf\x5f\xb5\x0a\x39\x39\x57\xbf\xda\x8b\x64\x6a\x6b\xa9\xc9\ \xbc\x6e\xc8\x6c\xef\x11\x42\x40\x08\x79\xe5\x15\xb2\x68\x91\x5a\ \xb4\x48\x3e\xf3\x0c\x0c\x23\x45\xa3\x41\x8c\xa1\xb2\x92\xdd\x73\ \x0f\x5a\x5b\xc5\x3b\xef\xa0\xf8\xf2\x05\xb8\xfe\x90\x40\x6d\x2d\ \xaf\x36\x67\xd7\x4d\x90\x62\x93\xb5\x0b\x83\x55\x29\x00\x6a\xe1\ \x42\x55\x5b\x4b\x1e\x7f\x9c\xa5\xa5\xa9\xa7\x9f\x06\x63\x29\xb7\ \x8a\x8a\x10\x7c\xfa\x29\x59\xb8\x10\xb5\xb5\xea\xcd\x37\x69\x71\ \x31\x94\xba\x4a\x05\x5d\x8d\xa2\x26\xf3\xba\x67\x14\xc9\x1a\xec\ \xdf\xfb\x1e\xda\xda\xf0\xb3\x9f\x11\x42\xf0\xd4\x53\xed\xcb\xc4\ \x52\x47\x27\x4e\xe0\x9b\xdf\x44\x65\x25\x7e\xf3\x1b\x32\x6e\xdc\ \xc5\x2b\xd7\xd2\x64\xfe\xb9\x8b\x31\x3c\xf9\x24\x08\xc1\x8f\x7f\ \x8c\xe6\x66\xfc\xf4\xa7\xb0\xed\x54\xb9\xb6\x23\x47\x30\x7f\x3e\ \xaa\xab\xb1\x6c\x19\x6e\xbb\x4d\xf7\x95\x26\xf3\x2f\xad\x97\x38\ \x9e\x7c\x12\xe1\x30\x9e\x78\x02\x67\xcf\xe2\xf9\xe7\xd1\xb5\x6b\ \xe7\x5f\xd5\x96\x2d\x58\xb0\x00\x00\x96\x2f\xc7\xc4\x89\xba\x97\ \xae\xad\xf4\xe3\xdd\xeb\xc7\x72\x7e\xff\xfb\x78\xf1\x45\xac\x5e\ \x8d\xaf\x7f\x1d\x3b\x76\x74\xe6\xc5\x28\x85\x17\x5f\xc4\xcc\x99\ \x88\x46\xb1\x7a\xb5\xc6\x52\x93\xf9\x17\xaf\x07\x1f\xc4\xea\xd5\ \x68\x6b\xc3\x8c\x19\x58\xb2\xa4\x73\xea\xd0\x9d\x3b\x87\x45\x8b\ \xf0\xc8\x23\x98\x3e\x1d\xeb\xd6\x61\xe0\x40\xdd\x2d\x9a\x4c\x2d\ \x60\xf2\x64\xac\x5e\x8d\x09\x13\xf0\xad\x6f\xe1\xfe\xfb\x51\x5e\ \xfe\x95\x7e\xfb\xca\x95\x98\x34\x09\xcb\x96\x61\xf1\x62\x2c\x5b\ \x86\xdc\x5c\xdd\x21\x9a\x4c\xad\x0b\x2a\x28\xc0\x1b\x6f\xe0\xb9\ \xe7\xb0\x79\x33\x6e\xbe\x19\x3f\xfd\x29\x1a\x1b\xff\xe4\x5f\x5a\ \x56\x86\x87\x1e\xc2\xdd\x77\x23\x12\xc1\x86\x0d\x78\xec\x31\x04\ \x83\xba\x2b\xfe\x74\xd2\x99\x06\xd7\xb3\x0e\x1e\xc4\xe2\xc5\x58\ \xb1\x02\x03\x07\xe2\xbb\xdf\xc5\x9c\x39\x48\x4b\xbb\xf6\xdf\x52\ \x51\x81\x97\x5f\xc6\x4b\x2f\x41\x4a\xfc\xdd\xdf\xe1\x6f\xfe\x06\ \x59\x59\xba\xed\x35\x99\x5a\x57\x95\x94\x58\xbd\x1a\x3f\xfb\x19\ \x76\xee\x44\x71\x31\x16\x2c\xc0\x9c\x39\xc8\xcb\xbb\x06\x67\x76\ \x5d\x1c\x38\x80\x57\x5f\xc5\x6b\xaf\x21\x91\xc0\xdc\xb9\xf8\xce\ \x77\x30\x68\x90\x6e\x72\x4d\xa6\x56\x87\xd5\xd6\x86\x75\xeb\xb0\ \x64\x09\x36\x6d\x42\x4e\x0e\x6e\xbd\x15\xb3\x67\x63\xfc\x78\x64\ \x67\x7f\x99\xb3\x95\x97\xe3\xfd\xf7\xf1\xbb\xdf\x61\xdb\x36\x98\ \x26\xe6\xce\xc5\xc3\x0f\x63\xd4\x28\xdd\xcc\x9a\x4c\xad\x2f\x25\ \xdf\x47\x49\x09\xde\x78\x03\x6b\xd7\xe2\xcc\x19\x44\x22\x18\x3f\ \x1e\x63\xc6\x60\xec\x58\xf4\xe8\x81\xf4\x74\xa4\xa5\x5d\x5a\x06\ \xbe\x5d\xb1\x18\x9a\x9b\xd1\xd0\x80\x8a\x0a\x6c\xdf\x8e\x8f\x3e\ \xc2\xde\xbd\x60\x0c\xfd\xfa\xe1\xde\x7b\x71\xf7\xdd\x28\x28\xd0\ \x4d\xab\xc9\xd4\xba\x16\x3a\x7b\x16\x7b\xf6\xe0\xdd\x77\xb1\x63\ \x07\xf6\xef\x47\x5b\x1b\xba\x75\x43\x97\x2e\xc8\xc8\x40\x24\x02\ \xdb\x86\x69\x42\x4a\x38\x4e\x3b\x96\x8d\x8d\x38\x77\x0e\xe7\xcf\ \x23\x37\x17\x37\xdc\x80\x9b\x6f\xc6\xe4\xc9\x18\x3c\x38\x85\x92\ \x8d\x34\x99\x5a\x7f\x56\xf2\x3c\xd4\xd6\xe2\xd0\x21\x54\x54\xe0\ \xc4\x09\x54\x57\xa3\xbe\x1e\xad\xad\x48\x56\x00\xb1\x2c\x44\xa3\ \xe8\xda\x15\x79\x79\xe8\xd3\x07\x5f\xfb\x1a\x8a\x8a\x10\x8d\xea\ \xc4\x57\x4d\xa6\x96\x96\xd6\xe5\xa5\x9f\x67\x6a\x69\x69\x32\xb5\ \xb4\xb4\x34\x99\x5a\x5a\x9a\x4c\x2d\x2d\xad\x6b\xa9\xff\x0f\x0b\ \xd9\xce\x5b\x7c\xd5\x3b\xef\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x02\xef\x72\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x02\x6d\x00\x00\x01\xcb\x08\x02\x00\x00\x00\x15\xc4\x38\x87\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x02\xee\xf8\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x98\x1c\ \x47\xb5\xb7\xcf\xa9\xaa\x0e\x93\x67\x67\x67\x73\x5e\x49\xab\x1c\ \x2d\xcb\xc6\x39\x67\x6c\x1c\xc0\x18\x63\x03\xc6\xe4\x9c\x2f\xe9\ \x02\x97\x70\x49\xf7\x92\x2e\x19\x03\x0e\x60\x63\x30\x0e\x38\x07\ \x70\xb6\x65\x5b\xb2\x72\x5a\x69\xb5\x39\xc7\x89\x1d\xaa\xea\x7c\ \x7f\xcc\x4a\x96\x64\xc9\x96\x23\xe2\xa3\xdf\xc7\xcf\xe3\xd5\x4c\ \x4f\x4f\x77\x75\x4d\xfd\xea\x84\x3a\x85\xdd\xdd\xdd\x6b\xd7\xae\ \xb9\xe3\x8e\xbf\x75\xec\xd8\xe1\xfb\x3e\x22\x42\x40\x40\x40\x40\ \x40\x40\xc0\x01\x20\x22\xd3\x34\x9b\x9a\x5b\x4e\x3c\xf1\xa4\xc6\ \xc6\x26\xfc\xdb\x6d\xb7\xfd\xec\x67\x3f\xce\x66\x73\xa6\x65\x20\ \x22\x50\xd0\x44\x01\x01\x01\x01\x01\x01\x07\x06\x01\x88\x7c\x5f\ \x86\xc3\xe1\x33\xce\x3c\x47\xdc\x71\xe7\xdf\x32\x99\xac\x61\x9a\ \x5a\x11\x04\x2a\x1a\x10\x10\x10\x10\x10\x70\x10\x30\xce\xf3\x85\ \xc2\x93\x4f\x3c\xc6\xcb\x92\x89\x92\xb6\x3e\xdf\x6e\x25\x22\xad\ \x09\x00\x5e\xc0\xd9\xab\xb5\xd6\x7a\x5a\x80\x0f\x74\xd8\x1e\xa7\ \xa2\xc0\x6f\x1c\x10\x10\x10\x10\xf0\xff\x89\x94\x22\x2b\x16\x8b\ \xcc\x75\xdd\xe7\x89\x28\x29\xa9\x08\xc8\x30\x84\x69\x0a\xce\x99\ \x94\xbe\xd6\xfa\xf9\x0a\x2a\xa5\xe4\x9c\x99\xa6\x30\x0c\x41\x44\ \x4a\xc9\xe7\x9f\x4a\x4a\x45\x44\x42\x4c\x9f\x4a\x29\xa9\xb5\x7a\ \x0d\x6e\x87\x88\x88\xf6\xba\x3c\x92\x52\xbe\xb0\x68\x6b\x4d\x52\ \xc9\x43\xd3\x97\xad\x89\x7c\xdf\x47\xd2\x2f\xc9\xd3\xa0\x34\x29\ \x25\x83\xa9\x4a\x40\x40\x40\xc0\xeb\x00\x22\x48\xe9\x0b\x44\xd8\ \x53\xfc\x08\x40\x49\x15\x8b\x45\x63\xf1\x88\x69\x18\x00\x4c\x29\ \xe5\x38\xc5\x89\x89\x29\xad\x14\xe3\xac\x74\x98\x52\x9a\x73\x56\ \x5e\x5e\x6e\xdb\x36\xe7\x1c\x80\x3c\xcf\xcb\x66\x73\xb9\x6c\x8e\ \x0b\xb1\xfb\x6c\x52\xca\x48\x34\x9a\x88\x47\x0d\xc3\x40\x64\x5a\ \x2b\xc7\x71\x26\x26\xa6\xa4\x2f\xb9\xe0\x07\xba\x32\xe9\xfb\x8a\ \x08\x00\x19\xa2\x10\xfc\x60\x4c\x58\xa9\x39\x92\x6f\xa1\x96\x4c\ \x00\x80\xd4\x02\xcd\x70\x2a\xac\xbc\xa9\x29\x17\x45\xe9\xf6\x7c\ \xdf\xd7\x44\x08\x88\x88\xc2\xe0\x5a\x0b\x30\xc2\xa9\x30\xe8\xec\ \x58\x8e\x0c\x38\xc0\xb7\xf8\x52\x03\x69\xd3\xe0\x04\x2f\x74\x19\ \xa4\xb5\x2f\x25\x01\x20\x20\x63\x4c\x1c\xf8\xee\x0e\x4a\x44\x35\ \x23\x23\x52\x59\x6e\xd3\xc4\xc0\xa4\xe6\x80\xec\x60\x3e\xe5\x6b\ \xd3\x08\x85\x63\x86\xe3\x64\x72\x1e\x13\x41\x17\x0f\x08\x08\x08\ \x78\x4d\x29\x59\x6f\xbc\xa9\xb1\x01\xf6\x50\x08\xa9\x64\x59\x59\ \x32\x5d\x9e\x12\x42\x94\xfc\xbd\x9c\x33\xcb\xb2\x42\x21\x3b\x97\ \x2f\x10\x11\x00\x6a\xd2\x8c\xb3\x9a\xea\xca\x70\x38\xc4\xd8\xb4\ \x4f\x58\x08\x11\x89\x44\x88\x28\x9f\x77\x18\x63\x25\x11\x4d\x24\ \xe3\x95\x15\x29\xc3\x30\x4b\x5a\xc8\x39\x2f\x9d\xaa\x50\x2c\x2a\ \xa5\xf7\x27\x90\x24\x89\x47\xcb\xd2\xa9\x44\x22\x11\x8b\xd9\x02\ \xfc\x62\x91\x80\x11\x00\x51\xe9\x3f\xdc\x65\x7d\xee\x7a\x05\xc0\ \x95\x46\x24\xdd\x70\xd4\x8a\x39\x7a\xa4\x67\xca\xd1\x00\x90\xf3\ \xed\xda\xc6\x99\x4b\xda\xca\x86\x3a\xfa\x7c\xc6\x08\x50\x92\x15\ \x4b\xa5\xca\xe3\x89\x78\x2c\x16\x12\xe8\x17\xf3\x8e\x67\x56\x36\ \xb7\x2e\x9a\x51\x99\xed\xee\xc8\x90\xc0\xe7\xb4\x6a\xfa\xe4\x00\ \xe8\x2b\x33\x92\x4c\x57\x25\x0c\x95\x99\x72\xd1\xc0\xe7\x4c\x5f\ \xd8\x53\x56\x89\x98\x16\x91\x54\x2a\x95\x8c\xc7\x63\xb1\x88\x81\ \xca\x2f\x14\x01\x19\x01\x7b\xee\x52\x4b\xc7\x13\x4d\xdf\xc2\xf3\ \xfe\x28\x19\xd4\xa5\x3b\xf2\xa5\x88\x55\x54\x2f\x5b\xd8\x5c\xec\ \xe9\x98\x94\x8c\x90\xd3\x3e\x5f\x4a\x7b\x9f\x16\x80\x48\x67\xfd\ \xe8\xec\x79\x6d\xad\x95\xe6\x50\xd7\xa0\xe4\x62\xd7\x09\xf7\xfd\ \x08\x40\x60\xaf\x06\x04\x04\x04\xbc\x6a\x52\x2a\xf6\x34\x46\xb5\ \xd6\xb6\x65\x95\x25\x13\x04\xe0\x7b\x2e\xe7\x82\x0b\xe1\x3a\x8e\ \x10\xc2\xb2\xac\xb2\xb2\xe4\xe8\xe8\x18\x63\x48\x9a\xca\x52\x09\ \xcb\x32\xf7\x89\x9e\x12\x51\x32\x99\x2c\x14\x1c\x29\x7d\x22\x30\ \x4d\x23\x95\x4c\x6a\x4d\x23\x23\x43\xa5\x63\xb4\xd6\xb6\x6d\xa7\ \x52\x65\x65\x65\x65\xc3\xc3\x23\xfb\x09\xca\x6a\xad\x85\x35\x67\ \xf1\x92\x2a\xc3\x77\x7c\x0d\x88\xb9\xa1\x9d\x1b\x37\x77\x64\x29\ \xc4\x10\x18\x12\x28\x0f\x11\x25\xb3\x88\x14\x67\x08\x5a\xa3\xf4\ \x18\x72\xcf\x75\x46\x47\xc7\x0b\x12\x94\x66\x0a\xb8\xc5\x7c\x43\ \x20\x91\x06\x20\x00\xd2\x1a\x15\x37\xdb\x16\x2f\xae\x11\xb2\xe0\ \x2b\x86\x98\x1b\xda\xb9\x6a\xed\x4e\x22\xcd\x18\x93\x22\xac\x3d\ \x64\xca\x47\x6e\x28\x4d\x9e\x66\x26\x07\x24\x09\x5a\x79\x7e\xb8\ \xad\xa5\xa9\xd9\x2e\x3c\x35\x3a\xce\x48\x0b\x84\x82\x62\x88\x5c\ \xa0\x46\xe5\x01\x72\x28\xcd\x18\x7c\x65\x97\xa7\x97\x1d\xd6\x26\ \xbc\xa2\xa7\x88\x21\x4d\x0c\x76\x75\x6c\xdb\x91\x23\xb3\xa8\x99\ \x40\xc6\x51\xa1\x72\x35\x5a\x9a\x19\x86\x2e\x12\x18\x92\x84\x81\ \x1e\x91\x21\x01\x42\xcc\x73\xb5\xa9\x89\x38\x03\x20\x8d\xca\x03\ \x12\xbb\x84\x0f\x10\xc0\x95\xc0\x18\x17\xa8\x51\x7a\xc8\xb8\x66\ \x86\x02\xe4\x48\x40\x8a\x49\x17\x84\xe5\x29\x04\x64\xb6\xf0\x05\ \x67\x44\x84\x40\xbe\x22\x0d\xdc\xe0\x84\xca\x03\x64\x1a\x4d\xa5\ \x35\x67\x80\x40\x40\x14\x28\x69\x40\x40\x40\xc0\xab\xa5\xa4\x7b\ \x79\xff\xb4\xa6\x68\x34\xc2\x18\x23\x22\xd7\xf5\x7d\x3f\x6f\x59\ \x56\xd1\x29\x96\x25\xcb\x88\x28\x1a\x0d\x4f\x4c\x4c\x68\xad\x39\ \x67\x91\x48\x84\x68\xdf\xc4\x22\x22\xe2\x9c\xc5\x62\x91\xd1\xd1\ \x31\x44\x88\x44\xe2\x5c\x70\xcf\xf3\x01\xa0\xa2\x22\x4d\x44\xbe\ \xef\x67\x32\x19\x00\x88\x44\x42\x86\x21\x94\x52\xcf\x37\x49\x11\ \x80\x31\x18\xde\xb6\xea\xbe\xb5\x23\xb3\x0e\x3f\xf6\x0d\x6d\x8d\ \xdb\xb7\x75\xe7\xa2\xb5\x47\x2f\x6e\x8d\x18\xe0\x64\x47\x36\xae\ \xd9\x30\xce\x12\xcb\x97\xcf\x4d\xd9\x26\x6a\x77\xa0\xb3\x7d\xf3\ \xb6\x3e\x2e\x44\xba\xa2\x3c\xb3\x95\x20\x52\x71\xd8\xe2\xd9\x55\ \x31\x83\x34\xb8\xc5\xd1\x3d\x4f\x0b\x44\x63\x1d\xcf\xde\xb7\x6e\ \xb8\x6e\xee\x91\xc7\xcd\x6f\x2e\x6b\xef\xf3\x95\xc4\x50\x7c\xe9\ \x09\xa7\x28\x2f\xdf\xb9\x79\x7d\xd7\xc0\x44\xd1\xaa\x98\x33\x7b\ \xe6\x8c\xda\x32\x72\x33\x3b\xb7\x6c\xdc\xdc\x55\xf0\x5d\x57\x54\ \x56\x1c\x75\xca\xc9\x03\x3b\x37\xac\xd9\x30\x10\xa9\x9d\xb1\x78\ \x6e\x73\x79\x98\x4d\x0e\xf7\x6e\xd9\xb4\x75\xca\xd7\xc0\x19\x00\ \x20\x02\xf9\x85\x6d\xab\x1e\xde\x38\x8c\xb5\x6d\xf3\x8f\x98\x3b\ \xd3\xc9\x4d\xad\xdf\x99\x29\x6f\x9a\xb1\xa8\xad\x3e\x6e\xd2\x70\ \xcf\x8e\x35\x1b\xbb\x2b\xe6\xac\x58\x92\x18\xbd\xf7\x91\xf6\x96\ \xa5\x4b\xab\x70\xe8\xb1\x55\x83\x4b\x4f\x3e\xc6\xea\x59\xbf\x6e\ \x18\x97\x1c\x36\x2f\x69\x1b\xa8\xdd\xbe\x1d\x5b\xb6\xb4\x0f\x95\ \xe6\x18\x08\xe0\x2a\x16\xaf\x6e\x5c\x3c\xa7\xa9\xcc\xc6\xf1\x81\ \xae\x2d\x9b\xb7\x0d\xca\xc8\x82\xc3\x96\xb6\x26\x0d\xad\xbc\xbe\ \x1d\x1b\x37\xed\x18\xb3\xab\x67\x2c\x9d\xdf\x9c\xb4\x11\x00\xa7\ \x46\x75\x51\x31\xb3\xbc\x76\xf1\xbc\x96\x54\x98\xe7\x27\x86\xb6\ \x6e\xdc\x34\x50\xe4\x73\x96\x2e\x6a\x4e\x27\x6c\xe1\x3f\xbd\x6a\ \xf5\xd0\x68\x4e\x70\x16\x74\xff\x80\x80\x80\x80\x57\x8e\xa0\xbd\ \x84\x50\x1b\x86\x81\x88\x44\x14\x8f\xc7\xc7\xc6\xc6\x26\x26\x26\ \xaa\xab\xaa\x84\x10\xa5\x5c\x21\x44\xa6\x49\x73\x64\xa5\xc4\xa2\ \x6c\x36\x97\xcf\xe7\x77\x6b\x61\x3a\x5d\xce\x18\x33\x0c\xa3\xe4\ \x9c\x34\x0c\xc1\x18\x22\x02\xe7\x8c\x73\x4e\x44\x4a\xe9\x92\xfb\ \x54\x08\xce\x18\xf3\xa5\x64\xfb\x28\x31\x00\x00\x28\xa5\xcb\x1a\ \x66\x9f\x98\x6c\xb1\x22\xf6\xd4\xe0\xa0\xa7\xa5\xcc\x8c\x6c\xdc\ \x50\x0c\x87\x62\xad\x73\x9a\x1b\x2a\x07\x73\x13\x2c\x16\x16\xdd\ \xcf\x3e\x3d\xc0\xab\x56\x2c\x9c\x97\x9f\xcc\xf4\x2a\xc5\x19\x7a\ \x60\x37\xcf\x9e\x59\xce\x32\x2b\x1f\xdf\x59\xd6\x34\xa7\xb9\x9c\ \x95\x32\x89\x77\xff\x87\xc2\x8a\x46\xa3\xf1\x88\x09\x5a\x29\xad\ \x11\x19\xb9\xb9\xb5\xab\x37\x58\x2d\x4b\xe6\xcc\x6a\xdc\xd9\x3f\ \x55\xdb\xdc\x3a\x23\xcd\xd7\xaf\x7c\x12\x2b\x67\x2e\x9a\x3f\x7f\ \x74\xf8\x69\x62\xdc\x9b\x1a\x5d\xb7\x6e\x4b\xc6\x57\x3a\x5c\xb5\ \x68\xd1\x0c\x1c\xdc\xf6\xd0\x5a\x67\xfe\xd2\x05\xb3\x67\x16\xd7\ \x6f\xd8\x9e\x67\x21\xda\x75\xf1\x8c\x91\x6d\x50\x6f\xd7\xd0\x8c\ \x86\x74\x32\x12\x0b\xc5\xcd\x25\xf3\x1b\xb3\xed\xeb\x9e\x9d\xb2\ \x0e\x5b\x36\x6b\x6e\x26\xbb\x7d\x70\x50\xd5\x56\x24\x13\x89\x68\ \x3c\x19\x97\xf9\x44\xb2\xac\xcc\xf0\x3b\xc6\xb3\x60\x54\xc4\x42\ \xd8\xb1\x6a\xe5\x54\xaa\x6d\x79\x6b\x4b\x7f\xdf\x60\x51\x69\x00\ \x92\x9a\xa1\x55\xbe\x64\x61\xab\xdf\xbd\xe9\xa1\x21\x5a\xb4\x6c\ \x6e\x5b\x4b\x3e\xb3\xb9\xaf\x7b\xeb\xe6\x4c\xc4\xaa\xa8\x6f\xaa\ \x6d\x6a\xe9\xea\x71\x66\xcc\x6d\x31\xb3\xbd\x8f\xae\x1a\x6d\x99\ \x3f\x3f\xc9\xc0\x65\xd1\xa5\x0b\x67\xda\xd9\xbe\x67\xda\xf3\xb3\ \xe7\xcd\x9d\x39\x63\x72\x70\xcd\x78\x59\x79\x22\xdf\xdb\xfe\x54\ \xcf\xb0\xe3\x4b\xce\x59\xb0\xc2\x29\x20\x20\x20\xe0\x55\xb0\x46\ \x01\xc4\xde\xbe\x55\xd4\x34\xed\xaa\xcd\xe7\xf3\x04\x14\x8f\xc7\ \x33\xd9\x5c\x59\x59\x12\x11\xa7\xd7\xb7\x10\x01\x10\x69\x22\xa0\ \x48\x24\x1c\x0e\x87\x76\xeb\xe8\x6e\xe7\x6d\xe9\xdc\xa4\xf5\xee\ \x50\x5c\xe9\x2d\x44\x2c\x45\x65\xb5\x2e\x85\x0d\x9f\x9f\xde\x3b\ \xfd\x8a\xef\x7a\x3c\x9c\x28\x0f\xab\x35\x6b\xdb\x47\x9c\x50\x5d\ \x6b\xd3\xbc\xe6\x78\x6e\xaa\x00\x1a\x0c\xc6\x10\x40\x6b\xed\x67\ \xc6\x87\x26\x8b\x23\xb3\x1b\xca\xa3\x91\x81\x0c\x11\x10\x98\xe1\ \x64\xc8\x9c\x1a\xdf\x31\xd0\x3f\xc5\xd2\x3e\xa6\xf7\x3a\xa7\x56\ \x2a\xd1\xb8\xe0\xac\x26\xf0\xdd\xe2\xce\x2d\x5b\x27\x8a\xaa\x9c\ \x73\x92\x7e\x76\x6c\x6c\x32\x9a\x9f\x97\x32\xd0\x88\x94\x47\x23\ \xf9\x4c\xef\x70\xcf\xb0\xf6\x23\x33\x9b\xe7\x97\x47\x2d\x0f\xc1\ \xf7\x1c\x7f\x62\x38\xc3\x93\x46\x32\x5d\x66\xf9\x9b\xfa\x86\xc6\ \x7b\x8b\xbd\xcd\x2d\xf3\xa2\x49\x8b\xab\x9c\x26\xa0\xe7\x82\x94\ \x52\x02\x5a\xc8\x39\x53\x9a\xac\x70\x59\x98\x15\x36\xf7\x0c\x8d\ \x65\xc4\xc0\xec\xd6\xda\x78\xd4\x19\x1e\x9d\x70\x1a\x67\x34\x55\ \x72\xee\x48\xb0\x1a\x66\xd6\x41\x3e\x97\xcf\x64\xb0\xac\x4a\x6b\ \x5d\x9c\x9c\x18\xf4\x32\xaa\xa9\x82\x71\x93\xa0\xe4\x9e\x05\x1e\ \x4d\xc5\x4d\x77\x5d\xdf\xd0\xd8\xa0\xec\x9b\xd1\x3c\x33\x1a\xb7\ \x63\x4e\xdb\xfc\x36\xd3\xcd\x2b\x81\xa0\xc0\x8c\xc4\xe3\x26\x0c\ \x77\x0c\x0c\x0d\xba\x15\xad\x32\x69\x6b\x61\xc7\x93\x06\x83\x70\ \xb2\xb9\x3e\xac\xdc\x4c\xc1\x63\x82\x81\x26\xf2\x73\x53\xc5\xc9\ \x51\x69\xc5\x59\xe0\xd7\x0d\x08\x08\x08\x78\x95\x84\x74\xaf\xf8\ \x28\x63\x98\xcf\xe7\x13\x89\x18\x29\xe2\x9c\x25\x13\x09\xd3\x34\ \xf3\xf9\x3c\x00\x70\xce\xf3\xf9\x82\x94\x8a\x31\x94\x4a\x15\x5d\ \x27\x12\x0e\x3f\x7f\x31\x0c\x00\xe4\xf3\x05\xc6\x10\x10\xf2\xc5\ \x62\x19\x94\x71\xce\x7d\x5f\x0e\x0e\x0e\x01\x80\x52\xca\xb2\xcc\ \xd2\xa9\x7c\xdf\xdf\x27\x55\x78\xb7\xe8\x31\xc6\xf2\x83\x3b\x9e\ \x18\xb0\x4e\x38\x76\x59\x53\x63\x5d\x57\x76\xbc\xb6\xae\x46\x14\ \x77\xae\xdf\x30\x30\xfb\xa8\x74\xac\x24\xc9\x80\x3c\x14\x89\xf0\ \xb2\x84\x89\x23\x45\x57\x93\x85\x80\x20\x8b\x19\x57\xce\x28\xab\ \x4c\x97\x4f\xd8\x26\x03\xd4\x7b\x08\x29\x31\xc6\xb2\xfd\xdb\x56\ \x6f\x1f\x25\xf2\x3c\xa7\xe8\x61\xac\xa4\xed\x5c\x08\x02\x20\x40\ \x54\x5e\xc6\x29\x36\x54\xa4\xe2\xe9\x18\xa6\xd3\x61\x74\xa7\x0a\ \xae\xa1\xc1\x0a\x85\x45\xbc\x2c\xe4\x32\xe5\x4c\x64\x65\x7d\x65\ \xba\xac\xaf\x60\x57\xc5\xc3\x4e\x76\xc4\x53\x88\xcf\xb9\xc6\x91\ \x1b\x11\x23\xc4\xdb\xe6\x36\xa5\x2d\x7f\xf3\xe8\x68\xce\x05\x0f\ \x1b\x2a\x2b\x13\xe3\xa6\x5d\x11\x16\xf9\x21\x47\xe6\x8a\xe3\x93\ \xc5\xb9\xcd\x8d\x83\x5b\x37\xef\xb0\x6a\xe6\x37\x25\x46\xba\xb7\ \x66\x8a\xc2\x2c\x67\x00\xc0\x04\xe7\x88\xa5\x5c\x20\x02\x64\xc2\ \x0a\x45\x4d\xe9\x4c\x16\x54\x43\x65\x3a\x39\xe8\xeb\xca\x58\x28\ \x3f\x94\xb7\x92\xf5\xf5\x09\x5a\xf9\xc8\x56\x59\x35\x73\x69\x7d\ \x98\xbc\x5c\xd6\x87\xca\x8a\x8a\xe4\xd0\x90\x65\x70\x04\xa6\xbd\ \x42\x81\x58\xb8\x38\xd5\xbe\xa5\xcb\x67\x96\xe1\xe7\x34\x0f\x23\ \x00\x32\x66\x08\xae\xf6\xd3\xec\x01\x01\x01\x01\x01\x2f\x53\x48\ \xf7\x8a\x8f\x32\xc6\xf2\xd9\x5c\xa1\x50\x8c\x46\x22\xa1\x50\x08\ \x88\xb4\xd6\xe1\x70\x18\x11\x01\x61\x7c\x7c\x12\x80\x10\x19\x69\ \x3d\x3e\x3e\x11\x89\x84\x19\x63\x7b\x4a\xa9\x10\x22\x97\xcb\xe7\ \x72\x79\xce\x19\x00\x14\xf2\x85\x6c\x2e\x97\x4c\xc4\x6b\x6b\x6b\ \x76\xaf\xed\xe4\x9c\x13\xd0\xf8\xf8\xa4\xd6\xc4\x0f\x10\xa2\xe3\ \x5c\x70\x4b\xc8\xa9\xe1\xcd\x5d\x13\xc7\xcc\x99\xd5\xda\xb7\xb2\ \xb7\xb7\xbf\x62\x76\xf3\xf1\xc7\xd6\x71\x0b\x87\x7c\x8f\xc0\xd4\ \xc0\x9b\x96\x1e\xd5\x6a\xb2\xfc\x70\x4f\xf7\xd0\x14\x94\xa7\x98\ \x30\x6c\x28\x74\x6c\x6d\x2f\x5b\x34\xe7\xd8\x93\x8f\x03\x82\xfc\ \x44\x9f\x7e\x4e\x30\x50\x08\x83\xdc\x6c\x6e\x6a\x94\xd9\x11\x2e\ \x2c\xd0\x84\x8c\x71\xce\x11\x00\x91\x71\x8e\x16\x53\x3d\x1d\x9d\ \xe5\xd1\xd9\x47\x9c\x74\x12\xf8\x4e\xdf\xb6\x8d\x63\x45\x0f\xfb\ \x46\x9a\xd3\x33\x8e\x3c\xf9\x94\x91\x9d\x9b\x9e\x5e\xd3\xb5\x7e\ \x53\xd9\xd2\x39\x0b\xce\x68\xc3\xc2\xe4\xc8\x96\x1d\x5d\x05\xb4\ \x10\x01\x10\x94\x26\xe2\xf6\xac\x65\xc7\xce\x20\xed\x16\x32\xdb\ \x37\x6c\x18\x1c\xcb\x7a\x88\x1b\xb6\x8d\x2c\x9c\xbf\xa2\x49\x40\ \x66\xb8\xa7\xa3\x6f\x18\x18\xf6\x8f\xe5\xe6\x36\x84\x47\xc6\x86\ \x87\xd1\x9e\xd7\x92\xcc\x0d\x0e\x38\x8c\x9b\x38\x7d\x25\x80\x4c\ \x70\x21\x38\xe6\x32\x99\xb1\x22\x6b\x69\x9b\x35\xf0\xe4\xc6\xb5\ \x9b\xca\x97\xce\x5e\x7a\xe6\x3c\xcc\x8d\x0f\x6c\xec\xec\x1b\x03\ \x39\x98\x4b\x2d\x5e\xb1\x42\x73\xa1\x73\x63\xe0\x4d\x6d\xdd\xdc\ \x79\xd8\xfc\xe6\x53\x4f\x99\x01\x08\xa3\xbd\x3e\x93\x93\x9b\xb6\ \x74\x2e\x6d\xab\x3b\xea\xb8\x06\x90\xfe\xce\x35\x8f\x8d\x0f\x6b\ \xce\x39\x04\x45\x30\x02\x02\x02\x02\x5e\x6d\xf0\x98\xa3\x8f\xdc\ \x33\xd9\x87\x88\x18\xc3\xea\xea\xaa\x68\x34\xca\x58\xc9\x72\x21\ \xe9\xcb\xc1\xa1\xe1\x6c\x36\xc7\xd9\xf4\xb2\x48\xad\x75\x34\x16\ \xa9\xae\xaa\x14\x42\xec\x76\xe7\xe6\x72\xf9\x81\xc1\x41\xad\x89\ \x21\x2b\x9d\x0a\x11\xaa\xaa\x2a\xe3\xf1\x58\x69\x25\x0c\x10\xf9\ \x52\x0d\x0f\x8f\x4c\x4d\x65\x38\xdf\xef\x0a\x4b\x22\x60\x86\x1d\ \x32\x64\xb6\xe0\x73\x1f\xc3\xf1\x10\x08\x2f\x3b\xee\x5b\xa1\x90\ \x69\x72\x24\x25\x65\xd1\xe1\x89\xba\x23\x8f\x6c\x1b\x78\xf6\x99\ \x9d\x59\x1f\xbc\x82\x94\x5c\x1b\xe1\xb0\xa9\xb9\x9b\x9d\xf4\x05\ \x98\x76\xc4\xe4\x00\x04\xd2\x51\x52\x4a\xe0\x00\xa0\xc9\x30\x6d\ \xc3\x94\xb9\xa2\x04\x2a\x5d\x1e\x70\x14\x56\x84\xfb\xca\x2d\xe6\ \x78\x2a\x66\x38\xca\x71\x1c\xc5\x14\xb7\xa2\xb6\x40\xed\x7a\xc5\ \x22\x71\xc3\x53\xc2\xb4\x0c\xcb\x40\xf4\x1d\x25\xfd\x9c\x34\xcd\ \x90\x69\x73\x50\x6e\x5e\x4a\x0d\x42\x94\x1c\xe1\x0a\x4d\xdb\xe4\ \x1c\x01\x48\x2b\xbf\x28\x3d\x1f\x84\xa1\x09\x7d\x2d\x42\x21\xd3\ \x60\x5a\x39\x39\xa9\x91\x18\x77\x21\x12\xb7\xa4\x76\x0b\x0e\x84\ \xc2\x36\xe3\xc5\x5c\x01\x0d\x62\x76\xd8\x24\xe6\x66\x27\xa1\x2c\ \x6a\x29\xf0\x0a\x05\x29\xd0\x30\xe3\xcc\xf5\x5d\x37\x43\xb6\x1d\ \xb2\x6c\x46\xd2\xcd\x4b\x49\x3e\x1a\x68\x58\x11\x93\x01\x10\xf8\ \x0e\x49\x3f\x2b\x85\x61\xd9\x21\x13\x49\x6b\xf2\x8b\x5a\x53\x41\ \x09\xc3\xb2\x42\x06\x82\x56\xe4\xe7\x0b\x2a\x6c\x87\x0c\xdb\xcf\ \x16\x24\x29\xe4\x41\xbf\x0f\x08\x08\x08\x78\x75\xac\x51\x22\x3c\ \xe6\xe8\x23\x9e\x9f\x76\x4b\xa4\xc3\xe1\x68\x28\x1c\x62\x88\x9e\ \xef\xe5\x32\x39\xa9\xd4\x3e\xe6\xa3\xd2\x5a\x70\x11\x8b\x45\x0d\ \xc3\xd0\x44\xc5\x42\xa1\xe4\xd1\xdd\x47\x95\xb5\xd6\xe1\x70\x24\ \x1c\x0e\x33\x86\xbe\xef\xe7\x72\x39\xdf\xf7\x0f\x20\xa2\xbb\xce\ \xac\x14\x22\x63\x0c\x81\xb4\xd2\x54\xfa\x53\xa9\x69\x27\xad\xd4\ \x76\x34\x5d\x77\xcc\x91\x33\x7b\x1f\xbe\x67\x5b\x46\x6a\x61\x73\ \x9c\xfe\x22\x36\x2d\x64\x7a\x77\x94\x77\x5a\xbf\x01\x60\xd7\xb9\ \xf8\x1e\xb1\xc1\xd2\x91\x9c\x73\x22\xad\x35\x94\xde\xdb\xf5\xf1\ \xdd\x87\x4e\xbf\x30\x7d\x49\xa5\xf3\xc0\xee\x7f\x3e\x77\xab\x6a\ \x97\x69\xbe\xd7\x5b\xbb\x5e\x47\xc6\xa6\x93\xaa\x48\x2b\x4d\x8c\ \x73\x04\x52\x6a\xfa\x9a\x4b\x87\x31\xce\xb1\xf4\x2e\xe3\x88\x50\ \xaa\xb8\xf8\x5c\x43\xec\x71\xe6\xdd\xf7\xb8\xfb\x25\xad\xd5\xde\ \x2f\x80\xd6\xba\xe4\x06\x98\x3e\x9b\x52\xb0\xfb\x1a\x02\x02\x02\ \x02\x02\x5e\x3b\x1d\xdd\x6d\x71\xee\xae\x88\xcb\x4a\x79\xb7\xfb\ \xfb\xfc\xae\xc1\x1a\x19\xdb\x53\xb4\x5e\xf2\xa9\x5e\xca\x45\x23\ \x13\x46\x24\x6c\xfa\xf9\x9c\xab\x29\xa8\x2a\x10\x10\x10\x10\x10\ \xf0\x4f\xd4\xd1\x03\x56\x8f\x63\xec\x40\xb2\xf8\x1c\x88\xf8\xc2\ \x96\xe5\xc1\x9f\xea\xe0\x41\x24\x2d\xdd\xa9\xc9\x22\x32\x8e\x41\ \xd9\xfb\x80\x80\x80\x80\x80\x7f\x2a\x22\x93\xc9\x04\x62\x14\x10\ \x10\x10\x10\x10\xf0\xf2\xec\x51\xfc\xe5\x2f\x7e\x1a\xb8\x46\x03\ \x02\x02\x02\x02\x02\x5e\x9e\x92\x22\xbd\x26\xbb\x98\x05\x04\x04\ \x04\x04\x04\xfc\x5b\x20\xb2\xd9\x6c\xd0\x0a\x01\x01\x01\x01\x01\ \x01\x2f\x53\x47\x83\x26\x08\x08\x08\xf8\x97\x87\x0b\x34\x2c\x28\ \x55\x45\x09\xf8\xf7\x85\x80\x08\xb4\x22\xe5\x83\x7a\xfd\x5c\xad\ \x81\x8e\x06\x04\x04\xfc\xcb\xc2\x38\x70\x03\x48\xe9\x81\x0e\xd5\ \xbe\x8a\x0a\x59\xd2\x3a\x28\x7b\xf9\x6f\xab\xa1\xc0\x39\xda\x11\ \x8c\xa7\x79\xc3\x6c\x56\x51\x0f\xc8\x40\x49\x78\xed\x63\x97\x81\ \x8e\x06\x04\x04\xfc\xab\xda\xa0\x20\x7d\xb9\xee\x61\xb5\xf2\x76\ \x3d\xd2\xcb\x8b\x53\xa8\x24\x0b\x44\xf4\xdf\x5b\x49\x89\x0b\x12\ \x96\x17\x89\x43\xaa\x5e\xac\x38\x8b\xcf\x5e\x8e\x56\x18\xa4\xf7\ \x9a\x7e\x2f\x66\xa6\x26\x5f\xe8\x6d\xdc\x7f\x75\x85\x52\x05\x86\ \xe0\xb1\x05\x04\x04\xfc\x73\x30\x6d\xc8\x8c\x7a\x7f\xfb\xb9\x5e\ \xfb\x0f\xc3\x30\x90\x0b\x60\x2c\x70\xea\x06\xec\x72\xed\x6a\xd2\ \x4a\x12\xc2\xec\x15\xc6\x29\xef\x60\xf5\x33\xc1\x2d\xfe\x73\x74\ \x54\x08\xc1\x18\xcb\xe5\x72\xcf\x97\x4c\xc3\x30\x22\x91\x88\xeb\ \xba\xbb\x0b\xd0\x07\x04\x04\x04\xbc\x6e\x22\x4a\xdd\x9b\xdd\x9b\ \x7f\xcc\x07\xb7\x73\xcb\x0e\xe4\x33\xe0\x00\x92\x4a\xe4\xbb\xb2\ \xac\x86\x9f\xf9\x1e\x31\xff\x68\xf0\xdd\xd7\x5b\x47\x39\xe7\x83\ \x83\x83\x7f\xfe\xcb\x5f\x86\x87\x86\xd5\xde\x3a\x8a\x00\x5c\x88\ \x05\x0b\x16\x9c\xf7\xc6\x73\x0c\xd3\x0c\xa4\x34\x20\x20\xe0\xf5\ \x43\x98\x30\x31\x54\xbc\xea\x3f\xc4\x58\x9f\x08\x85\x83\xd1\x27\ \xe0\x85\x14\x0e\x40\xfb\x9e\x67\x86\xed\x0f\xfc\x10\x2b\x1a\x5e\ \x23\x29\x3d\x60\x7c\xd4\x30\x8c\x3b\xef\xbc\xeb\x81\x07\xfe\x1e\ \x0a\x85\x9e\xff\xae\x52\x6a\xeb\xd6\x6d\xcd\xcd\x4d\x47\x1f\x75\ \x94\xe3\x38\xc1\xd3\x0a\x08\x08\x78\x3d\x60\x0c\xbc\xa2\x7b\xc7\ \xcf\xc5\x44\x3f\x0f\x44\x34\xe0\x45\x2d\x52\x00\x34\x4c\xd3\xcd\ \x7a\x7f\xfb\xb9\xf5\xb6\x2f\x82\x69\xbd\x16\x79\xbc\x07\xd4\x51\ \xad\xf5\xe4\xd4\xe4\xc7\x3e\xf6\xd1\xba\xba\x3a\xfd\xbc\x2f\x16\ \x86\xf1\xe8\xa3\x8f\x0e\x0e\x0c\x1e\x4c\x7d\xdd\x80\x80\x80\x80\ \x57\x07\xc3\xf6\xfe\x7e\x3d\xdb\xf8\x18\x0f\x45\x82\xc6\x08\x38\ \x58\xab\xd4\x0c\xf1\xf6\xa7\xdd\xbf\xfd\xdc\xba\xe8\x93\x00\xaf\ \xa3\x8e\x02\x00\x22\xb6\xb5\xb5\xb5\xb6\xb4\xa8\xe7\xe9\xa8\x69\ \x9a\x1d\x1d\x3b\xb3\xd9\xcc\x8b\xcd\x05\xd0\x0e\x85\x0c\xd4\xc5\ \xa2\xa3\x76\x4f\x1d\x89\x50\x98\xa1\x90\xa5\xbd\xa2\xe3\xaa\x7f\ \x52\x68\x03\xad\x70\xd8\xd8\x73\x0f\x35\xe9\x15\x1c\x57\x03\xb3\ \x43\x61\x83\x93\x53\x28\x4a\xbd\xeb\x8a\x91\xd9\xa1\x90\x40\x5d\ \x2c\x16\xa5\x7e\xa9\xd7\x4b\x80\xc2\x0e\x87\xb8\xf2\x0a\x8e\xb7\ \x47\x1b\x80\x30\xcc\x90\x6d\x7a\xc5\xbc\xab\xe8\x9f\x1d\xde\x41\ \xc3\xb2\x6d\x83\xb9\xc5\x82\x2b\x29\x28\xb7\x1c\x70\x88\x22\x0c\ \x3d\xd4\xa9\x9f\xbd\xcf\x34\x8c\x7f\x96\x6d\x73\x48\x19\x5a\xff\ \xae\xdf\xfe\xb2\x1c\x19\xa6\xad\x36\x3f\xa1\x3a\x37\xf2\xe6\xf9\ \x20\xfd\xe7\xb9\x39\x98\x6d\xdb\x2f\x5a\x6a\x5e\x6b\xed\xba\xee\ \xf3\x13\x86\x5e\x64\xdd\x8b\xe7\x79\xae\xeb\x3e\x5f\x47\x89\x48\ \x4a\xf9\x22\xdf\x8a\xcc\xc2\xfc\x03\x7f\xba\x6e\x73\xbe\xfc\xc2\ \xb7\xbc\xb1\xda\x94\x9e\x22\x00\x60\x86\xe5\xf5\xad\xbd\xee\xd6\ \x07\x53\x8b\xcf\x3e\xfb\xd8\x56\xf2\xe4\xeb\xed\x9c\x41\x26\x20\ \x7b\xcf\x35\xd7\xae\xeb\x1b\x53\x5a\x13\x20\xf9\x6e\x6c\xee\x71\ \x6f\x3f\xe7\x84\x04\x8c\xde\xfd\xfb\x5f\xae\x9d\x4c\xbf\xf9\xb2\ \x0b\x5a\xe2\xe8\x49\x42\x66\x98\x7a\xec\xce\xab\x7f\xb5\x76\x2a\ \x75\xe1\x9b\xdf\x34\xa3\x9c\xfb\x2f\xe5\x7a\x91\x1b\x90\xe9\xfb\ \xeb\x35\x7f\x1e\xaf\x3c\xee\x6d\x6f\x3c\xdc\x90\x6e\x69\x1f\x55\ \xc3\xe4\x7d\x9b\x1e\xfe\xeb\xdd\x6b\x96\x5d\x78\xf9\xb1\x0d\x51\ \x4f\xfd\xf3\x92\x9f\x91\x87\x0c\xb5\xfa\xbe\x1b\xee\x5b\x3f\xfe\ \x86\x37\xbe\xf5\xe8\xd6\x88\x27\x83\x4c\xec\x80\x43\xd2\xaa\x10\ \xa6\xda\xb1\x96\x8f\x0f\xc0\x3f\xc5\x18\x7d\x19\xda\x41\x1a\x00\ \xe1\xb5\x98\x99\x12\x01\xe0\x0b\x5d\x0f\x11\x10\xc1\xab\xb8\xd3\ \xd6\x4b\xfa\xf6\x83\x6e\x1f\xf2\x3d\x14\x16\x3c\x67\xd2\x10\xe8\ \xd7\xe6\xb2\x19\x13\x85\x8c\x5c\xfb\x10\x9f\xb9\x74\x1f\x1d\xe5\ \x9c\x8f\x8d\x8d\x3d\xf0\xc0\x03\x85\x42\x81\x1d\xd8\xc3\xaa\x94\ \x8a\x45\x63\x27\x9f\x72\x72\x59\x32\xb9\x8f\x26\xbe\xa6\xeb\x47\ \x99\x60\xee\xd6\x67\x1f\xbf\xf1\x91\xbe\x11\xdf\xfa\xf4\xbb\xcf\ \x0c\x69\x47\x11\x20\x17\x6a\xb2\xf7\x1f\x77\xdf\xd9\x64\xaf\x38\ \xe7\xc4\x99\xe4\xed\xb6\x7e\x01\x11\x89\x08\x76\x67\x2e\x21\x32\ \x44\x22\x4d\xcf\x59\x86\xac\xb4\xcf\x38\x20\x32\x84\x3d\xde\x01\ \x44\x56\xda\x83\x7c\xf7\xe9\x10\x11\x60\xaf\xf3\x3d\xd7\xa2\x94\ \x7b\xf2\xfe\xfb\x56\x17\x23\x73\x67\xd4\x22\x29\xe5\xb9\x58\xf4\ \x09\x80\xdb\xc9\xda\x0a\xf1\x93\xdf\x5f\x35\x66\x57\x7c\xf5\x3d\ \xa7\x9a\xe8\x08\x13\x37\xdd\xf5\xd7\x9f\x5f\x75\xf3\xbc\xb7\x7e\ \xae\xba\xcc\x52\xca\xdf\xaf\xe5\xce\x00\xf4\xfe\xf2\xad\x90\x71\ \x72\xa7\xd6\x3d\x7c\xd7\x7d\x63\x6b\xa4\xf5\x1f\x57\x9e\x31\x9f\ \x39\xae\x06\xe0\x82\x4d\xf6\x6f\xbd\xf3\x6f\x77\x45\x4e\xbc\xf8\ \xc4\xa6\x98\xa7\x0e\xbe\x11\x4a\x77\x7e\x80\x46\x60\x0c\xf6\x3c\ \x12\x01\x11\x4b\xa7\x3a\x40\x3a\x18\x5a\x16\xdf\xfa\xf0\x9f\xfe\ \xe7\x07\xbf\xdd\x89\x55\x55\x47\x9e\x7f\xfc\xac\xa8\x27\x83\x11\ \x3b\xe0\x10\x54\x51\x46\x4e\x9e\x3a\xd7\xb3\x83\x8f\x25\xf9\x05\ \x2a\x4d\x0a\x91\xa1\xb0\x40\xbc\xec\x20\x14\x81\x2f\xd9\xb2\x8b\ \xcd\x64\xb7\xf3\xe0\x13\xc0\x0f\xce\x1a\xf6\x25\x9b\x73\xa6\x91\ \x9e\x74\x9f\x78\x0c\x98\xf9\xdc\xeb\xd2\x21\x5f\xa3\x1d\xde\xa5\ \x43\x44\x6e\x01\xd0\x40\xd3\x02\x20\x20\x0d\xd2\x25\xa5\xd1\x08\ \x01\x67\x00\x00\x08\xe0\x15\x49\xaa\xe9\x1b\x31\x0c\x80\xa8\x71\ \xdc\x9b\xb1\xe7\x4e\x6f\xe7\xe8\xf4\x31\xfb\x9b\x1f\xa3\xc1\x48\ \xbe\xea\x3f\x66\x4d\xca\x34\x8e\x78\x0b\x9b\x7a\xcc\xdb\xdc\x0e\ \x62\xd7\x7d\x69\x9f\x3c\x1f\xad\xd2\x4d\x11\xb8\x05\x2a\xf9\xf3\ \x84\x85\x46\xe9\x18\x45\x6e\x11\x44\x08\x4b\x17\x4c\x9a\x9c\x02\ \x86\x2a\xc5\x9c\x56\x1a\xd8\xa2\xf3\x3e\x30\x04\x2d\x21\x31\xdf\ \x5a\x31\xcf\x7f\xf4\xcf\xba\xc8\xf7\x10\xd7\x57\xcb\x9f\xc1\x69\ \xb0\x83\x26\x47\x30\x1c\x07\xfd\x5c\xcb\x98\xa6\xd9\xbe\x7d\xfb\ \x77\xbf\xf7\xfd\x5c\x2e\x27\xc4\x01\x35\x51\x4a\x99\x4c\x26\x67\ \xce\x9a\x59\x59\x51\xf1\x7a\xea\x28\x10\xa0\x15\x8a\xc6\x63\xec\ \x89\x9b\x7f\xff\xfb\xaa\xea\x0f\xbe\x69\x29\x73\x1c\x00\x02\x26\ \xc2\x91\x88\x6d\xf2\xd2\x9a\x69\x64\xc2\x10\xe8\x16\x8b\xbe\xd2\ \xc8\x8d\x90\x6d\x81\xf2\xa5\x26\xe9\x39\xbe\x66\xa1\xb0\xcd\xb4\ \x52\x04\x42\x70\xbf\x58\x70\x35\xda\x96\x05\xca\x77\x14\x09\xb1\ \xcb\x35\x4b\xda\xf7\x7d\x60\x5c\x70\x06\x80\x86\x29\xa4\xeb\xba\ \x52\x12\x20\xe7\x82\xef\xf3\x3c\x10\xb5\x5b\x70\x94\xf9\x86\x73\ \xde\xf9\xa5\x77\x9f\xca\x94\xd4\x00\x24\xbd\xa2\xeb\x38\x9e\xb1\ \xf8\xb4\xb7\x7f\x60\x7b\xfb\x4f\x6e\xfd\xdd\xdf\x16\xcf\xb9\xf4\ \xb8\x19\xd9\x8e\x47\x7e\x7b\xed\x6d\xd1\x23\x2e\xfa\xf0\x65\xa7\ \x44\xc0\xf7\xf7\x27\x46\xa4\x7c\x47\x81\x21\xc4\xfe\xe7\x9d\xc8\ \xec\x68\x22\x3e\x36\x71\xeb\x6f\x7f\x5c\x5d\xf5\xb5\xf3\x97\x56\ \x15\x1d\x0f\x08\x98\x30\x23\xd1\x88\xc9\x91\xa6\xbb\xbd\x30\x38\ \xb8\x45\xc7\x57\x9a\x71\xc3\xb6\x2d\x52\xbe\xd2\x24\xdd\xa2\x4f\ \x3c\x12\xb6\x40\x6b\x22\xe4\x1c\x3d\xa7\xe8\x6b\xb4\x2c\x0b\xa4\ \xef\x6a\xe2\x7b\x36\x82\xeb\x01\x33\x04\x47\x60\xdc\xe4\xcc\x73\ \x8b\xae\xd4\x88\x8c\x0b\xce\xf6\x77\x71\x86\x65\x4f\x6c\xbd\xef\ \xa7\xbf\xbd\x33\xd6\xba\xa8\x71\x7c\x82\x31\x0c\x12\x37\x02\x0e\ \x55\x1d\x45\x2a\xe6\x75\xdf\x76\x21\x0e\x46\xc6\x88\x14\x88\x25\ \xef\xb4\x16\xb4\x00\x10\x15\x47\xe4\xfa\x7b\xfc\xf6\x4e\xe0\x26\ \x20\x81\xef\x92\x52\xc0\x0c\x34\x4d\x50\x1e\x29\x40\xd3\x02\xed\ \x93\x54\x68\xda\x40\x3e\xf9\x12\x85\x41\xbe\x0b\x44\x00\x0c\x4d\ \x8b\x34\xb1\xaa\x36\x5e\x5e\x04\xad\x81\x69\xf2\x1d\xd0\x04\xdc\ \xc4\x92\x87\xd9\x2f\x92\xd2\x80\x1c\x4d\x1b\xb0\x64\x66\x15\x29\ \xef\x8b\xf4\x5c\x73\x46\x9f\xfb\xf8\xc3\x7b\xb8\xf8\x1c\x36\xf3\ \x8d\xd6\xf2\x72\xef\xde\x3f\xc9\x29\x8d\x4c\x91\x0e\x99\x67\x7c\ \x90\x17\x9e\x75\x1f\x7f\x98\x88\x20\x54\x6d\x1c\x71\x86\x68\x2c\ \x93\x4f\xdd\xe0\x75\x8c\xa0\x60\xe4\xa1\x58\xfe\x76\x6b\xce\x4c\ \x00\xa2\xe2\xa0\xff\xd4\xcd\x7e\xa7\x12\x6d\x47\xc0\xf8\x5d\xba\ \x90\x45\x3b\x3c\x7d\x0d\xa4\xc8\x73\x81\x08\x84\x8d\xe4\xe3\xcc\ \xb3\xed\x45\x91\xe2\x9f\xaf\x21\x16\x41\xd3\x00\xe9\x92\x94\x80\ \x1c\x4d\x0b\x10\x41\x4b\xf2\x5d\x20\x00\x61\xe3\xee\xe9\x85\x74\ \x48\x2a\x00\x86\xa6\x0d\x9c\x81\x74\xc9\xf7\x01\x00\x98\x81\x86\ \x09\x08\xa0\x25\x79\x05\x92\x51\xde\x7c\x14\xef\xdf\xe4\x6d\xd4\ \xbb\x26\x19\x1e\x56\x1e\x66\xaf\x58\x2e\x1f\xbf\xc6\x9f\x92\x00\ \xa6\x79\xfa\xa7\x8c\xaa\x38\x11\xd1\xf6\x7f\xb8\xcf\x3c\x46\xc4\ \xc0\x6e\xb0\x4f\xbf\x50\xaf\xb9\xda\xeb\xcf\x20\x03\xe0\x69\xfb\ \x82\x73\xf5\xd6\x67\xf9\x8a\xd3\xd4\xc3\x1d\x2a\xe3\xa0\x96\xe4\ \x14\xb0\x3c\x6d\x2c\x58\x22\x1f\xff\x13\x11\x43\xdf\x21\xa5\x9f\ \x6b\xe4\xe9\x6b\x46\x34\x6c\xe0\x1c\x48\x91\xe7\x00\x11\x70\x0b\ \x8d\x83\x12\x32\xe4\x02\x47\x7b\xf4\xc4\x90\x88\xa5\x68\x0f\x1d\ \xf5\x3c\x6f\xd6\xcc\x99\x9f\xff\xfc\x7f\x14\x8b\xc5\x17\xd8\x2b\ \x5b\x6b\x1d\x8d\x44\x9a\x9b\x9a\x3c\xcf\x7b\x69\x7e\xdd\x57\x8e\ \xf2\xbc\xf8\xac\x25\x2b\xea\xd9\x7d\xbf\xfb\x49\x5d\xed\xd7\x2f\ \x3a\xbc\xc6\xa3\x7d\x9d\xac\xa8\xa6\x1e\xbf\xf3\x96\x9b\xee\x7c\ \x70\xfb\x40\x26\x5a\xd1\x7c\xdc\x59\x17\xbe\xf9\xac\x37\xa4\xc3\ \x7c\xc7\xaa\x9b\xbf\xfe\xc3\xbf\xce\xbf\xf8\xb3\x1f\xbf\xe8\x70\ \x93\x60\x62\xf3\xdd\x5f\xf9\xe6\x35\x75\xe7\x7c\xe8\xd3\x97\x9d\ \xd0\xf9\xe7\xef\x7e\xe9\x2f\x5d\xef\xfe\xcc\x97\x4f\x5f\x92\xf0\ \x94\xa0\xc1\xa7\xff\xfb\x1b\x3f\x14\x8b\xae\xf8\xfc\x07\x4e\xb6\ \x94\xb3\x63\xd5\x7d\xd7\xdf\x70\xf3\xb3\x1d\x43\x0a\x44\x79\xeb\ \xd2\xf7\x7c\xe2\xe3\x47\x56\x09\xf7\xb9\x08\x2d\x23\x67\x2a\x0f\ \x58\x1b\x8a\x12\x68\xc7\x29\x4a\x5d\x32\x64\x11\x48\xba\x10\x3b\ \xe3\xd2\xf7\xae\xdb\xf8\xe5\x3f\xfe\xfe\x8f\xcb\x5a\xdf\xb9\xf6\ \x9a\xdf\x6f\x70\x5a\x3e\x73\xc5\xc5\x8d\x11\x2a\x3a\xb4\x3f\x29\ \xb2\xb6\xde\xfe\xa3\xaf\xdd\x8f\x5f\xf9\xfc\xc7\xe6\x56\xa0\xeb\ \xeb\xfd\xcc\x65\x15\x35\x2c\x3a\x63\x36\x3c\x73\xf5\x8f\x7e\x5a\ \xff\xcd\xcf\x2f\xaf\xb1\x68\x5f\xa9\x35\xb8\x37\xf6\xd0\x5d\x37\ \xdf\x72\xd7\xc3\x1d\xc3\xf9\x58\x55\xcb\x49\x6f\x7c\xcb\x85\xa7\ \x1e\x9e\x0c\x63\xd7\x13\xd7\x7f\xe3\x27\x77\x1f\xf1\xae\xcf\x7f\ \xe0\xdc\x25\xa0\x69\x78\xcd\x6d\x5f\xf9\xfe\x8d\xb3\x2f\xf8\xf8\ \xc7\xdf\x7a\xf8\xaa\xeb\x7e\xfe\xa3\xbb\x3a\xde\xf1\xa5\x6f\x9d\ \xd6\x62\xfa\x68\x16\x3b\x9f\xfe\xce\xd7\xbe\xcd\x4f\xfa\xc2\x57\ \xdf\x79\x98\x2e\x4c\xad\x7a\xe0\xd6\xeb\x6f\xbe\x7f\xc7\x50\x06\ \x0d\xbb\x79\xf1\x59\x9f\xfe\xf8\xc5\x55\x26\xa8\x3d\xac\x52\xe4\ \x26\x64\x77\x5c\xf5\x7f\xbf\xf5\x17\xbe\xf9\x43\x4b\xfd\xef\xfd\ \xfc\x66\x1d\xa8\x68\xc0\xa1\xac\xa3\xca\x87\xfc\x24\xe0\xc1\x39\ \xfd\x88\xf1\x39\x27\x73\xe3\x99\xe2\x63\x4f\xb3\xba\x65\xe6\x79\ \x5f\x13\x4f\xfe\xa8\xf0\xe8\x2a\x20\xce\x6a\x97\x19\x0d\x35\x34\ \xde\x2e\xb7\xb7\x63\xf9\x6c\x91\x52\x72\xc7\x4e\x08\x55\x1b\x55\ \x09\xd5\xbd\x99\xcc\x1a\xd1\x5a\xad\x07\xba\x79\xed\x3c\x96\x8c\ \x81\x3b\x2a\xdb\xd7\x90\x4b\xa0\x25\x28\x0d\xa4\x81\xb8\x98\x75\ \x02\x2b\x8f\xe9\xbe\xd5\xaa\x6f\x08\x78\x88\xcd\x3a\x9e\xa7\xe2\ \x90\xed\x96\x3b\xb6\x90\x04\x00\x43\xb4\x1d\xc9\xa2\x36\xaf\x29\ \x27\xb7\x73\x0f\x0b\xd5\xc1\xda\xe3\xed\x73\x2e\x15\x95\xa3\xf2\ \x91\x1b\x61\x5c\x81\xe6\xc6\xb1\x57\xd8\xc7\x9e\x41\x5b\xc7\xdd\ \x87\x0b\x14\x9d\x6f\x9f\x7d\x29\xcb\x6c\xf4\x9f\x79\x46\x8d\x66\ \x91\x33\x00\x02\x2d\xc4\x9c\xa3\xb9\xf5\x6c\xe1\xe1\xb5\xbc\xf5\ \xa4\xd0\xdb\xbe\x08\xbf\xf9\x3e\xb9\x3e\x9f\x79\x82\x65\x2e\xa4\ \xc1\x0d\x72\x60\x10\x10\x01\xa3\x62\xe1\x09\x2c\x82\xba\xe3\x19\ \xd5\xdf\x0f\xd1\x6a\x3e\x67\xa9\x79\x54\x96\xb2\x1d\xfe\xa6\x2d\ \x58\x3e\xc7\x98\x31\x0b\xf2\xbd\xb2\x7d\x03\x49\x00\x2b\x65\xcc\ \x5b\xc6\xc2\x4c\xf7\xae\x96\x83\xe3\xc0\x18\x10\xb0\xfa\x15\xbc\ \xb6\x12\xdc\x11\xb9\x6d\x1d\x39\x12\x53\x33\x8c\xfa\x99\x68\x31\ \x3d\xba\x55\x76\x75\x82\x06\x10\x29\x63\xde\x89\x68\x98\x2c\x26\ \x40\xee\x32\xc8\x94\xe6\x4b\x2e\xb1\x8f\x3d\x8b\xa7\x85\x7e\xe6\ \x1a\x20\x42\x9e\x10\xb3\x16\xd2\xba\xdf\x7a\x03\x2e\xe4\x07\x09\ \x05\x20\x51\x61\x12\xaa\x16\x9a\x47\xad\xf0\x6f\xb8\x0b\xb8\xc6\ \xa6\x93\xcc\x79\x8b\x8a\x4f\xde\xe8\x3f\x05\x34\xe9\x00\x01\x56\ \x2f\x36\xea\x6b\x30\x3c\x03\xa5\x07\xa0\x41\x21\x6b\x39\x9a\x57\ \x95\xd1\xe0\x06\xd9\xd3\x07\x08\x60\x24\x8d\xf9\x87\xa3\xe5\xa9\ \xed\x4f\xe9\xc9\x02\x88\x88\x98\x77\x0c\x4b\x84\x69\x68\x93\xec\ \xed\x01\x3c\x08\x67\x03\x32\x28\x64\xc9\xc9\xef\xe3\x69\x97\x52\ \x56\x54\x54\x5c\x76\xd9\xe5\x07\xd3\xad\x9c\x42\xc1\xf3\xbd\x7d\ \x62\x9a\xaf\xb9\x8e\x92\x96\x52\x94\x9d\x7b\xc5\x65\x91\xd1\x4f\ \xfe\xee\x67\x3f\x6b\xfe\xd6\x97\x56\x34\x44\x0b\x7b\xb8\x58\x4d\ \x51\x7c\xe0\xda\x9f\xfc\xe0\x2f\xeb\x8f\x3c\xef\x92\x0b\x16\x55\ \x75\x3d\x7d\xdf\x1f\x7f\xf9\xbd\x09\xf9\x9f\x9f\xb9\x64\x45\xeb\ \xe1\x67\x9c\x77\xe4\x93\xbf\xba\xee\xaa\xc5\x8b\xe6\x9c\xdd\x9c\ \xf9\xc3\xaf\x7e\x3f\x92\x5a\xf1\xf1\x33\x8e\x08\x81\x94\x5e\x31\ \x9b\xcb\xfb\x72\x57\x86\x0e\xc9\x42\x3e\x27\x1c\x9f\x19\x66\xb1\ \xe3\xb1\x9f\xff\xe0\x67\xa3\x35\x27\xbc\xe7\xa3\x97\x86\x75\x71\ \x78\x3c\x9f\xb0\x70\x2f\xfd\x60\x4c\xe6\x27\xa6\xdc\x4c\xd7\xd6\ \xb5\x0f\x3e\x42\xb5\x75\x8d\xf5\x55\x29\x03\xb5\x2f\x15\x00\x90\ \x74\x79\xf9\xbc\xcb\xdf\x7d\x49\xe7\xff\x5c\xfb\xdf\x5f\xe9\x2b\ \x8e\x8e\x9e\x7e\xd9\xe7\x8f\x9f\x9d\x72\x0f\xbc\xbc\x47\xf9\xc5\ \x5c\x1e\xd5\x81\x45\x48\x4b\x5f\x94\xcd\xba\xe2\xf2\xa3\x86\x3e\ \xf5\xb5\x1f\xfd\xf4\x86\xef\x7c\xe9\x8a\xa6\x18\xed\x39\x4d\x32\ \x71\xea\xce\x6b\x7e\xf4\xd3\xdb\xb7\x1f\x77\xe1\x5b\xdf\xdc\x96\ \xda\xbe\xf2\xce\x3f\xfd\xfc\xdb\x19\xfc\xda\x47\xcf\x5d\x36\xeb\ \xa8\x37\x9e\xf9\xf8\xca\xab\xaf\xf9\xed\xc2\x45\xdf\x3d\xa9\xa2\ \xff\x9a\x5f\x5d\x9b\xab\x3d\xe9\xa2\xd3\x97\x9b\xda\xf7\x5c\x27\ \x97\xcf\xfb\xbb\x53\x9f\xb4\x2c\xe4\xb2\xdc\x93\xa6\xc1\xdb\xd7\ \xdc\xf5\x3f\x3f\xb9\xa1\xfe\xd4\xb7\x7e\xec\xed\xad\x54\x1c\x1b\ \xca\x97\x59\x08\xb4\x57\xc9\x34\x66\x19\xfe\x3f\xae\xbe\xea\xc9\ \x4c\xf3\x57\xaf\x3c\xbf\x62\xdd\x1f\x55\xb0\x0e\x38\xe0\x10\x47\ \x6b\x90\x1e\x72\x76\x70\x3d\x15\x41\x17\x55\xff\x06\xb9\xfe\x41\ \x5a\xff\x90\x1c\x2e\x46\x2e\xb8\x5c\x3c\xbb\x4a\xd7\x9c\x17\x39\ \xe7\x4c\xdd\xb7\x15\x8f\xbc\xc0\x78\xea\x27\xce\xc4\x9c\xd0\x9b\ \x96\xe6\xff\xe7\x13\xd0\x7c\x61\xe4\xa2\xb6\xfc\xf7\xae\x54\x75\ \x27\x85\xce\x68\x28\xde\xbb\x21\x74\xe1\xdb\xf4\xd6\x27\xa0\xfa\ \x2d\xe6\xec\xbb\xf3\xd7\x5f\x3d\xfd\xeb\x51\xc4\x8f\xfb\x60\xf8\ \xb0\x66\xbf\x6f\xc4\x3a\xea\x1c\xff\x9e\x6f\x3b\x9b\x86\x59\x45\ \x13\x8b\xd9\xe2\xf0\x37\x19\xe9\xdf\x16\x1e\x78\x54\x9c\xfc\x61\ \xfb\xc8\x36\xb5\x63\x1b\x6b\x9e\x03\x9d\x4f\xee\xba\x78\x8f\x22\ \xb3\xec\xd3\x4e\x97\x4f\xfe\x9e\x96\x9f\x00\x00\x20\x5d\xb6\xf8\ \x72\xb3\xd1\x73\xee\xb9\xc7\xac\xd3\xe4\xa3\x58\xf1\x16\x6b\x4e\ \x93\xdc\xe6\x88\x66\x4f\xf5\x6d\x05\xda\x15\x83\x54\x8e\xec\x5a\ \xe9\x3f\xfd\x80\xdf\x3e\x2c\xe6\xfe\x50\x54\x27\x00\x90\xd5\xce\ \xe6\x06\x33\x4e\x39\xd7\xb9\xf1\x6b\x5e\x7b\xde\x3a\xff\x93\x66\ \x93\x29\xc7\xb4\x75\xd4\x49\xce\x75\x5f\x53\x4e\x11\xd0\x66\x15\ \xf5\x5a\xf6\x60\xd5\x51\xa1\x37\x5f\x89\x13\x5b\x28\x71\x9e\x39\ \xeb\xf6\xfc\xad\xf7\x18\x27\x7d\xdc\xaa\x2d\xfa\x7d\x63\xcc\xd9\ \x01\xfd\xa3\x25\x1d\xc5\x44\x23\x4f\xc6\x59\xe3\xd9\x66\xeb\x5d\ \xf9\x3f\xdf\x22\x8e\xbe\x22\x34\xdb\xf6\xb6\x8f\x9a\x27\xbe\xd5\ \xbf\xfb\xeb\xce\xea\x41\xeb\xfc\xcf\x58\xb5\x5a\xf6\x67\x78\x6d\ \x95\x5a\xa7\x76\x87\xef\x28\xbb\xdd\xb9\xe3\x77\xd6\xe9\xe7\x01\ \x63\x00\x1a\x78\x04\x0d\xd2\x93\x83\xaa\xbb\x87\x7c\x1f\x0d\x1b\ \x80\x10\xc6\xfd\x95\x8f\x9b\xa7\x9e\xc0\x63\x77\xc8\x29\xd3\x5c\ \xb2\x54\xef\xb8\xd3\x9f\x2a\x8b\xbe\xeb\x0a\xff\xfa\x4f\xe8\xe8\ \x49\xe1\xb7\xbd\x9d\x7a\xd7\x40\x6c\x01\x62\x3f\xf9\xc4\x97\xbc\ \x35\xb4\x62\x86\xec\x19\x12\x47\x9c\xc2\xee\xfd\x9e\xbb\xcd\xb3\ \xcf\xfb\xb2\x48\x66\x54\x21\x6c\x2d\x3f\xba\xf8\xc7\x6f\xc3\x9c\ \x2b\xed\x15\xd5\x6a\x47\x07\xd1\xb8\xec\xed\x04\x78\x71\x1d\x45\ \x44\x50\x1e\x28\x7f\x1f\x1d\x35\x0c\xa3\xbb\xbb\xfb\xfa\xeb\x6f\ \xc8\x17\xf2\x8c\xbd\x50\x7c\x34\x91\x88\xbf\xed\x92\xb7\xd5\xd4\ \x54\xcb\xbd\x1d\xe6\xaf\x47\x7d\x5d\x52\x9e\x8e\x35\xbd\xe3\x43\ \x1f\xdc\xfc\xb9\x6f\xff\xf4\x17\x7f\x6e\xfa\xca\x95\x61\x3e\x7d\ \x1b\x5c\x58\xb9\xad\xf7\xfe\xe9\xae\xd5\x4b\x2e\xfa\xcc\x7f\x7e\ \xe0\x14\x0e\x00\xc7\x2f\x56\x53\x9f\xb8\xf5\xde\x3b\x3b\xce\x59\ \xd6\x16\x4a\x9e\xf3\xce\xf7\x6d\xd8\xf6\xe5\x6b\x7f\xfb\xfb\x89\ \xe6\xf1\x07\x7a\xe3\x1f\xf8\xaf\xcb\xdb\x92\xe8\x2a\x42\x64\x9c\ \xed\xe9\xaa\x44\xc6\x18\x63\xc8\x10\xa7\xfa\x7a\xfa\x27\xfc\x25\ \x6f\x3e\xfb\xdc\xd3\x17\x01\x68\xe9\x3a\xae\xe7\xef\x99\x3a\x83\ \xa8\x7d\x19\x9e\x33\xbb\x65\x60\xe0\x99\xab\x7e\x7c\xf7\xd8\x94\ \x9a\x77\xc2\x9b\xde\x73\xf9\xf9\xad\x29\xa3\x74\x9c\xe7\xfa\x2d\ \x47\x9e\x79\xce\x91\x2b\x7f\x7a\xcb\xca\xe8\xa2\x0b\xdf\x72\xc6\ \x32\xee\xb9\xde\xbe\x46\x26\x18\xa6\x6d\x9b\x02\x19\x0f\x5b\x06\ \xe3\x18\x0e\x47\xcc\x10\x13\x86\xef\x16\x8b\x3e\xed\x1b\x83\x57\ \x9e\x13\x6f\x3a\xea\x83\x1f\xbc\xf8\x33\xdf\xba\xee\x97\x7f\x99\ \xf5\xd5\x2b\x4f\xde\x3d\xa9\xe6\x96\x18\x7c\xe6\xc9\x9b\xee\x7e\ \xf6\x88\xb7\x7f\xe3\xcb\xef\x78\x03\x00\x9c\x78\xdc\x12\x3d\xfe\ \xbe\xdb\xee\x78\xf0\xe2\x93\x17\x54\x87\xd2\x17\xbc\xfb\x7d\x1b\ \x3f\xff\xb5\x6b\xaf\xfa\x5d\x4f\x45\xef\xe3\xe3\xd5\x1f\xff\xe4\ \x25\xcd\x11\x92\x1a\x10\x19\x63\x7b\xfa\xac\x91\x31\xce\x90\x21\ \xe8\xe1\xc1\x1d\x23\x5e\xe2\xed\x67\xbf\xe9\xf4\x05\x15\x40\xd2\ \x2b\xb5\xc1\x1e\xc3\x8f\xb0\xcc\x91\x0d\x77\x5e\x77\xef\xf6\x53\ \xde\xfb\x8d\x65\x15\xd6\x76\x2f\xd8\x86\x36\xe0\x5f\xc3\x2a\x7d\ \x69\xc7\x33\x01\xc2\x44\x01\x7a\x60\x9d\xf6\x4f\x67\xf1\x26\x71\ \xf4\xe9\x7a\xed\xcf\xf3\x77\x3e\xc2\xe6\xbf\x23\x72\xc1\xa5\xec\ \xf7\xd7\xa8\xcc\x89\x22\x9d\x52\x75\x0d\x60\x25\xb0\xa2\x95\xd7\ \x35\xd2\x8e\xc7\xb4\xaa\xa0\xcc\x7a\xe7\xcf\xff\xad\xab\xcf\x8a\ \xbe\xfb\x42\x9e\xfa\x33\x28\x0d\xe4\x43\x64\xae\xb5\x62\xbe\x77\ \xfb\x67\x9d\x35\xfd\xe2\x8c\xff\x0a\x1d\x7f\x81\xb7\xf1\x7b\x6a\ \xc7\xb3\x50\x5d\x83\xc9\xb9\xc6\xcc\x36\x5c\x35\x6c\x2e\x3b\xdc\ \xbf\xed\x53\xce\xea\x6e\xe3\x4c\xc3\xae\xb7\xa6\x07\x0c\x6d\x19\ \xc7\xbe\x05\x3b\xfe\xec\xae\x9e\x8c\x1c\x71\x22\x39\x79\x48\x2c\ \x32\x57\xcc\xf2\x6e\xf9\x8a\x6a\xf8\xa8\x59\xeb\x12\x26\x45\xd3\ \x6c\xb5\xe9\x2e\x77\x75\x87\x71\xd2\xfb\xc2\x61\xc8\xdf\x7a\x1b\ \xa0\x09\x00\xa0\x81\x37\x9f\x68\x9f\x3e\x83\xb5\x9d\xc8\x60\x8d\ \xdb\x3d\x66\x1c\xae\xe5\x23\xbf\x29\xac\xec\xb7\x2f\xfb\x3f\x73\ \xc6\x4c\xbf\x68\x99\xf3\xd2\xee\xaf\x3f\xee\x0d\x92\x75\xf1\xf7\ \xad\xa3\xde\x50\xd8\x0e\x34\xbe\xde\xf9\xdb\x4f\xb4\x17\xb3\xdf\ \xfa\x5d\x1c\xfe\x5b\xfe\x0f\x7f\x84\xea\x13\x23\xef\x79\xbf\xf1\ \xcc\x5a\x16\xab\x84\xfc\x23\xfe\x23\x7f\x52\x19\x17\xcd\xd2\x15\ \x4a\xdd\xb7\x46\x62\x03\x33\xea\xad\x05\x4b\x98\x7d\x07\x58\x42\ \x6e\xb8\xbe\xf0\xa7\x47\xcd\x37\x7d\xd3\x9e\xb7\xc0\x1b\x6f\x31\ \x67\x86\x8b\xbf\xf8\x98\x3f\x6a\xdb\x97\x37\xf1\xdd\xae\x54\x24\ \xbd\xfd\x51\xb2\x97\x59\x25\x05\x22\x04\xca\xcb\x1d\x5b\xc4\x61\ \x57\x46\x4f\x0e\x79\xf7\xfd\x9f\xb7\x79\x27\x08\x03\x84\xa5\xdb\ \xef\x53\xa7\x1e\x25\x66\xd4\xcb\xcd\x11\xd1\x50\xe6\xdf\xfa\x38\ \xb0\x0a\x72\x8b\x04\x11\xe3\x88\x0b\x61\xf3\x1f\xf2\x37\xdd\xc4\ \x5a\xdf\x1c\xb9\xf0\x48\x0c\xd5\x18\xc7\x9d\x07\xc3\x77\xe8\x81\ \x2e\xdd\x7a\x82\xb1\xf4\x68\x59\xf0\x8d\x86\x42\xf1\x97\x5f\x96\ \x13\x61\xfb\xca\x9f\x58\x2b\xde\xe0\xa9\x32\x46\x93\xce\xca\xeb\ \xe5\xe8\x24\x1a\xa1\x97\xd2\x7f\xf6\xed\x42\x86\x61\xf4\xf7\x0f\ \xdc\xf0\xa7\x3f\x65\x32\x99\x17\x88\x8f\xfa\xbe\x5f\x9e\x4e\x9f\ \x7a\xca\x29\x8d\x0d\xf5\xff\x04\x1d\x05\x00\xe9\x7a\xd1\x19\x47\ \x7d\xf0\x7d\x17\x7c\xee\xbb\x7f\xfe\xdd\x1d\x87\x7d\x70\xae\x85\ \x00\x00\x28\x50\x75\x6d\xeb\x9c\x2a\x12\xdb\xf2\xf0\xf7\xbe\xf5\ \xa4\x54\x24\x04\x75\xee\xcc\x66\x72\x3d\x5d\xe3\x72\x4e\x2d\xf0\ \xf2\xf9\xef\x7e\xef\x65\x5f\xfb\xe6\x2f\x7e\xbd\x26\x76\xd6\x7b\ \xff\xe3\xd4\x79\x69\xd7\x71\x59\xe8\x05\xa6\x0c\x3a\x3d\x67\xe1\ \x61\x73\x2a\x1f\xfe\xc3\x77\xbe\x39\x7a\xe6\xe9\x27\x1f\x3b\xbb\ \xa1\xc2\xe4\x6c\xcf\x1c\x54\xed\xbb\x46\xdd\xf2\x8f\x7c\x7a\xb1\ \xeb\x16\x27\xc7\x47\xb7\x3e\x75\xf7\xef\x6e\xb8\xf6\xfb\xca\xfe\ \xd6\x47\x2f\x88\x33\x5f\x11\x71\x43\x64\x7a\xd6\xaf\x6f\xef\x31\ \x62\x49\x6f\x70\xed\x43\xcf\x76\xbe\xed\xa8\x06\x74\xf6\x88\x8d\ \x22\xda\x42\xad\xba\xff\xea\x9b\xee\xdf\x22\x42\x56\x61\xa4\x53\ \x4c\xc1\xcf\xbe\xfd\x85\x30\x53\x14\xab\x3e\xff\x5d\xef\x59\x5a\ \x86\xde\xf3\x9c\xa4\x8e\xe7\xb7\x1e\x75\xc1\x07\x2e\xdc\xf4\xfd\ \x1b\x7f\x73\xfb\xb2\xd9\x73\x6c\x03\xa7\x1f\xac\xec\xea\xda\x3e\ \xea\x0a\x7b\xe3\x3d\xdf\xfe\xd6\xfd\xbe\x02\x83\xe9\xce\x81\x62\ \x61\xa2\xbd\x2f\xe7\xd7\x18\xca\xac\x5e\xfa\xde\xf7\x5e\xf2\x9f\ \xff\x7d\xf5\xef\x55\xe2\x4d\x1f\xfa\xd2\x71\xb3\x92\xae\xe3\x19\ \x21\x76\xc0\x79\x0b\xf1\x96\xd9\x47\x2e\xac\x79\xea\xb7\xdf\xfe\ \x5a\xdf\x19\x67\x9c\x7a\xec\xe1\x8d\x55\x71\xce\x70\xb7\x90\x22\ \x72\xe6\x8e\xdc\x71\xe3\x4d\xc6\xe2\x8b\xde\x79\xd6\x02\x00\xb0\ \x2d\x03\x01\x0c\x3b\x2c\x2c\x01\x6e\xa0\xa9\x01\x87\x20\x04\x4c\ \x80\x15\x22\xb7\xf0\x12\xf2\x39\x49\x83\x92\xa4\x14\x86\x2b\xd0\ \xcc\x91\x0e\xa1\x6d\xea\xde\x6e\x62\xa8\x47\xba\x48\x9f\x85\xaa\ \x4b\x8e\x4c\x8a\x45\xa7\x61\x74\xdc\x5b\x3d\xc1\xe7\x1c\x0b\x95\ \xe5\xf2\xa9\x2d\xa4\x2b\x4a\x93\x65\xf0\x26\xb4\x8b\x68\x18\x40\ \x04\xca\x87\x50\x25\x53\x05\x6f\x60\x04\xb8\x52\x7d\x3d\xb0\xa0\ \x85\x37\x9f\x66\x9d\xf3\x66\xbd\x73\x25\x58\x06\x69\x09\xa1\x24\ \x08\x47\x0f\x8f\x02\x22\xec\x4e\x4b\x54\x2e\xc4\x0e\x33\xe7\x2e\ \xc1\x29\x1e\x9e\x99\xe4\x15\x2d\xe6\x1b\x4e\xa7\xe1\x26\x51\xd7\ \xc0\xce\xfc\x02\x56\x2e\xe4\x91\xa2\x35\x6f\x1b\x02\x53\x3b\x9f\ \xf6\xd7\x3d\x4b\xd6\x82\xc8\x29\x73\x99\x75\xdb\xee\x28\x1e\x46\ \xca\x59\x72\x4a\xef\xb8\xb3\x78\xfb\x23\x72\xd2\x32\x19\x02\xe3\ \x80\x9a\xa6\x46\x01\x0d\x4c\xa4\xc0\xef\x97\x93\x79\x50\xa4\x86\ \xbb\xcd\xd6\x54\xc9\xcd\x89\x8c\xa1\x11\xc6\x48\x82\x3a\x3b\x34\ \x01\x4c\xf5\xea\x5c\x98\xc5\x94\xfb\xb7\xaf\xd3\x09\x6f\x0b\xbd\ \xf3\xfb\x6a\xf5\x35\xce\x13\xab\x00\x09\xe2\x4b\x43\x17\x5f\x09\ \x43\xab\x14\xb7\x41\x17\x81\x21\x68\x0d\x8c\x23\x47\xca\x0e\x53\ \xb5\x81\x89\x24\x78\x83\x2a\x93\x07\xb4\x9f\x73\xea\x4e\x0b\x91\ \xfd\x5c\x84\x12\x05\xc8\x41\xf7\xaf\x5f\x77\xb5\x29\x8e\xff\x54\ \xf8\x8c\xb7\xa8\x9d\xff\xad\x3c\x02\xc6\xc9\xe9\xf6\xd6\x76\xd9\ \xf3\x8f\x95\xcc\x62\xce\x3a\xbf\x77\x04\xad\xaa\x92\x6b\x0c\x63\ \x21\xbd\xb9\x8f\x14\x82\xf2\x80\x08\x8c\x30\x46\x0d\xea\x07\x4c\ \x55\xab\x4d\x37\xfa\xdd\xab\xb1\xfc\x6c\x98\xe8\xd3\xd9\x02\x28\ \x5f\x0d\x4c\x88\xb2\x2a\xf9\x97\xef\x39\x70\xb9\xfd\xb6\xef\xe8\ \xf6\xdb\x9c\xbf\xdf\x4b\x9a\xbf\xe8\x1c\x8b\x88\xc0\xb0\xc0\x30\ \x81\xf6\x8a\xbe\xb9\xae\x3b\x77\xee\x9c\x9f\xff\xec\xa7\x9e\xe7\ \xe3\x81\x93\x9b\x48\x6b\xcb\xb6\x5b\x5b\x5b\xdd\xd7\x3f\x3e\xba\ \xfb\x1a\x7c\x47\xcd\x3e\xfe\x2d\xef\xde\xb8\xe1\xe7\xd7\xfd\x7a\ \xe6\x25\x47\x1b\x06\x03\x00\x04\x95\x77\x7d\x09\x82\x73\xed\x79\ \xbe\xd4\xe4\xf9\x50\x33\x6b\x69\x43\x59\x75\xa5\xa1\x95\x46\x22\ \x0c\x27\xca\x42\x16\xb9\xd9\x52\xc2\x29\xee\xd5\x2c\xfb\xb9\x55\ \x0f\x53\x73\xde\xff\xf9\x2f\x35\xdf\x76\xdb\x43\x4f\xde\xf6\xc5\ \xdb\xfe\x34\xff\xc4\xf3\xdf\x73\xf9\x05\xcd\x71\xb6\xa7\x39\x86\ \x5c\x58\x86\x19\x8a\xc4\xca\x2b\x6b\xe7\xce\x9d\xa9\x06\xb7\xff\ \xf8\xd1\x87\xda\x2f\x39\xe5\xf0\xda\xb0\x52\xcc\xd4\xe3\x37\x5d\ \xfb\xeb\x87\x86\xcb\x3e\xf2\xb9\x8f\xec\xf8\xcb\x0f\x6f\xf8\xd5\ \x6f\xe6\xb6\x7c\x71\x59\x95\x70\xf6\x30\xda\x88\x40\x18\x56\xc8\ \xb6\x99\x65\xfa\x82\x01\x90\x69\x5a\x96\x50\x60\x87\x8c\x03\x3d\ \x09\x52\x8e\xb2\x4e\x7c\xeb\xfb\x37\x6e\xfa\xfc\x35\xbf\xba\xfa\ \xd2\x93\x2a\x44\xe9\x48\x52\x9e\x97\xd3\x5c\x18\x4c\x79\xae\x56\ \x04\x3e\x40\xcd\xac\x37\x34\xc7\x6a\xe2\x02\x34\x00\x10\xc6\x12\ \xa9\x30\x97\x25\x73\x19\xf7\xd8\x17\x6a\xbf\x0e\x2e\xe9\x7b\xe5\ \xb3\x8f\xfb\xc2\x57\xe2\xb7\xdd\xf2\xb7\x27\x6e\xfd\xd5\xdf\x6e\ \xbc\xf6\xc4\xf3\x2e\x7f\xc7\x45\xc7\x27\x98\x2e\x39\x6f\x99\x10\ \x03\x6b\xee\xbf\xe3\xa9\xd1\x85\x17\xc0\x53\xf7\xdd\xa3\x00\xc6\ \x37\x76\xf8\x40\xdb\x9f\xbe\xff\x89\xf0\xe1\x0b\x5a\x2b\x21\xd8\ \x84\x20\xe0\xd0\x93\x51\x14\x26\xc6\xd3\x30\xdc\x09\x70\x70\x3a\ \x8a\x1c\xad\x08\x46\x53\xac\x72\x9e\x75\xd6\xa5\xd0\x7e\x8b\xec\ \x6f\x67\x63\x53\xe6\xf2\x53\x78\xf7\xed\x6c\xc9\x09\x4c\x75\xe8\ \xec\x98\x5a\xbb\xc6\x7c\xfb\x7b\xd8\xba\x5f\xe5\x1f\x9f\x08\x5f\ \xf6\x41\xe6\x6c\xc8\x77\x76\x42\xe3\xc9\xd3\x85\xef\x91\x03\x43\ \x20\x02\xe4\x18\xaf\x81\xfc\x7d\xca\x8f\x98\x87\xbd\x41\x3e\xbe\ \xdd\x5c\x7e\x38\x0d\xdf\x4b\x95\x4b\x98\x39\x5c\xb8\xeb\xd7\xb8\ \x90\x87\x8f\x88\x40\xa6\x53\x4f\x0a\xe3\xa8\x13\xe5\x3d\x8f\x61\ \x28\x0e\x6c\xa0\x14\xbf\x02\xaf\xa3\xf8\x87\xcf\xa3\x29\x30\x39\ \x9b\x57\x45\xd5\xce\x2d\xaa\xf3\xd9\x42\xff\x23\x80\xc4\x17\xc6\ \xac\x86\x31\xbf\x6b\xb3\x98\x37\x6a\x2d\x3d\x81\x6f\x18\xe2\x6d\ \x0b\xf4\xf8\x2a\xf2\x76\x79\x2b\x05\x53\xdb\x6e\x2f\xdc\xf6\x08\ \x0a\x03\x38\x07\x1e\x01\xc6\x00\x11\x10\x81\x71\xe0\x82\xfa\xb7\ \x69\x76\x9e\x35\x7f\x9e\xb3\x93\xcc\xf9\x8b\xf4\xe6\xfb\x29\xdf\ \x8a\x91\x26\x5e\x51\x43\x39\xad\xfa\x77\x98\x8b\x4e\x35\xd6\x76\ \x50\xd3\x49\x3c\x3a\xe2\x8f\xe7\x80\xc0\xbb\xf7\xfb\xea\x88\xcf\ \x85\x8f\x7e\xb3\xf7\xf4\x53\xca\xd7\x2c\x39\x8f\x27\xa1\xf0\x87\ \x5f\xa9\xe4\x39\xa2\xe9\x0d\x80\x00\xc8\x00\x19\x20\x02\x13\x68\ \x70\xea\xdf\x42\xe2\x5c\x73\xc9\x52\x77\xd3\x24\x86\x42\xcf\x13\ \x2d\x9c\x9e\xdc\x68\x05\x89\x2a\x9e\xaa\xa1\x5c\x1e\x6d\x7b\xcf\ \x3d\xcb\x90\x29\x7f\xed\x9d\xe6\x3b\x3f\x16\x6a\xf2\xe5\xdf\xbf\ \x4d\x45\x00\x1b\x81\x71\x50\x59\xdd\xd9\x6d\x2e\x3b\xdd\xd8\xb6\ \x93\x22\x49\x14\x06\x14\xc7\xf5\xe0\x38\xf7\x07\xfd\xc7\xee\x07\ \x33\x46\xc5\x51\xa8\xda\x04\x15\x17\x1b\x6d\x6d\xde\x70\xc2\x98\ \x53\xad\x9e\xd9\x0a\x06\x97\x0f\xff\x52\x0d\x5c\x14\xbd\xf4\x22\ \x7f\xf5\xc3\xfe\xa8\x8b\x2f\x9a\xc8\xad\x35\xd8\x31\xb4\x23\xfb\ \x48\x87\x52\x2a\x91\x48\x9c\x70\xfc\xf1\xf4\x82\x45\x6e\x11\x01\ \x00\x1d\xc7\xf1\x7d\xff\xf5\x8e\x8f\xee\x21\x3c\xda\xa1\xc8\xa9\ \x97\xbc\x77\xed\x96\x6f\xfe\xe1\x86\x5b\xc1\x37\x1a\x18\x68\x10\ \xe5\x31\x1b\x00\x16\x9d\xfa\xae\x0f\x9f\x39\x03\xb4\x22\x00\x64\ \x1c\xb4\x2c\xe6\xf3\x1e\x18\x66\x7e\xe7\xb5\xbf\xb8\x6a\xac\xfe\ \xb4\x77\xad\x18\xb9\xe9\x8f\xbf\x68\x6b\xfb\xc6\xb9\x0b\xd2\xbe\ \x46\x23\x6a\xa1\x9f\x2f\x7a\x45\x26\xd2\xa0\x60\xcf\xbb\xd2\x4a\ \x85\x2a\x66\x5d\xfc\xde\x4f\x9d\xfe\xa6\xde\x55\x7f\xbf\xe9\x67\ \xd7\xfc\xf1\xea\x58\xd5\xe7\xaf\x3c\x59\x78\xee\x6e\x7b\x4c\x08\ \x03\x49\x4a\xe9\x4b\xa5\x8c\x48\xb8\xa2\xb6\x0c\xdc\x11\xd7\x97\ \x88\xcc\xb4\x70\xf3\x3d\x7f\xba\xf1\xef\x5d\xc7\xbf\xe3\x4b\xe7\ \x9c\x7c\xc2\x70\x64\xe8\xd9\x2f\xff\xf2\xaa\x3f\xde\x3d\xe3\x63\ \xe7\x87\x50\x4d\x9f\x81\xc8\x95\x6c\xc1\xf1\x6f\x5d\x7e\xaa\x40\ \xc6\xb7\xdc\xfc\x9f\x1f\xbf\x0d\xaf\xfc\xe4\x57\xe6\x54\xa0\x96\ \xbe\x5b\x2c\xba\x07\x2a\xd7\xa0\x3c\x1d\x69\xb8\xe4\x3d\x97\x6f\ \xfb\xda\x4f\xff\x78\x4b\x95\x6f\x1a\x08\x04\xcc\x88\x45\xca\x99\ \xa2\xc5\x6f\xfc\xe0\xfb\x8e\xae\x01\x2d\x09\x10\x19\x07\x92\x85\ \x5c\x5e\xa1\x29\x32\xed\x57\xfd\xe2\x77\xee\xdc\xb3\x2e\x4d\x74\ \xdf\xfe\xbb\x9f\xce\x69\xfd\xfa\xa9\xb3\xcb\x14\x50\xc8\x12\xe4\ \xba\xc5\xac\x27\xcc\x90\xe7\xef\xd5\x08\x4a\x41\xc5\xcc\x15\xef\ \xfd\xf4\xb2\x0b\x7a\xdb\xef\xbd\xf9\x0f\xd7\x5c\xf7\x8b\x48\xed\ \x8c\xf7\x9f\xd4\xa0\x5c\x59\xea\x10\xc5\xc9\x7c\xaa\x3e\xd5\xf1\ \xf8\xed\x5b\x1e\x52\x88\xa8\xa4\xef\x6a\xf5\xec\xdd\xd7\xfb\xa2\ \x7c\xe1\xac\x5a\xd2\x5e\x30\x6e\x07\x1c\x62\x3a\xaa\xd1\x0a\x41\ \x5d\x1b\x0d\x76\xe0\x41\x2d\x60\x51\x34\x31\xca\x96\x9c\x1b\xae\ \x3e\x09\x05\xa8\x9d\x7f\x29\x3c\x78\x0f\x30\xe5\xdf\xff\x6b\x76\ \xce\x7b\x22\xef\x7e\x03\xa9\x29\xe7\xb6\x5f\x28\xcf\xc0\x9e\x27\ \x54\xe6\x4d\xd0\xbb\x5d\x77\x76\xa9\x89\x2c\x0d\xac\x54\x53\x9a\ \x91\x47\xc5\x42\x29\xf7\x90\x0a\x79\x60\x24\xb7\x3d\x45\x0b\xcf\ \x31\x1b\x6f\x2f\xde\x72\x5d\xf8\x8d\xef\x8c\xcc\x23\xc8\x6d\x75\ \xfe\x76\xaf\xf4\xb6\xf9\x73\x3e\x10\x79\xdf\x0f\xc8\xac\xa4\xde\ \x5b\xc8\x1f\x70\xef\xfc\xa5\x7d\xce\xdb\xc2\x57\x9e\x8e\xd1\x94\ \x7a\xe6\x7e\x00\x06\xc8\x40\x15\x68\x2c\x4b\x52\x42\x4e\xa8\xc9\ \x41\x3d\x36\x4c\x79\xa9\x9d\x09\x92\x1e\x56\xf6\xeb\xf0\x28\x39\ \x53\xfe\x23\xbf\xe3\xe7\x5d\x19\x7e\xf7\x62\xf0\xfa\xdd\xdb\xef\ \x24\xb4\xa6\xc7\x11\x27\x4f\x12\xd0\x0c\xa1\x69\x02\x49\x92\x9a\ \x9c\x1c\x94\x8a\xc2\x78\x79\x32\x19\x8c\x3f\xeb\xde\x7d\xbb\x75\ \xe2\x27\x23\xc7\x03\x0d\xde\x57\x7c\x7a\xbd\x56\x23\x7e\xcf\x31\ \xf6\x25\x5f\xd3\x5d\x7f\x2f\xde\xfd\x1b\x37\xf1\xb1\xd0\xbb\xbe\ \x45\x5a\xfa\x77\xfd\xd8\x1f\xd6\xe6\x29\x1f\x34\x5b\x53\x60\xd8\ \xfe\x93\x37\x68\xc9\x91\x1b\xd4\xff\x80\xd7\x3e\xc7\x7e\xc7\x0f\ \x40\x47\x71\xf2\x19\x92\x00\x5e\x9e\x3c\x09\x88\x20\x8b\x24\x81\ \xc6\x56\x15\xef\xbc\x39\x74\xd2\x47\xc5\x0a\x87\xc5\x5c\xef\xe9\ \xf1\xbd\x13\xbe\x24\x15\x73\x40\x00\x5a\x62\x7a\x81\x75\xd2\xb9\ \x4c\x00\x60\xd6\xb9\xe3\x97\xca\x65\x50\x0a\xe4\x09\x13\x47\xd6\ \xf8\x3b\x86\xec\x59\x79\x7f\xc3\x16\x32\x2c\x24\x45\x4e\x1e\x50\ \xfa\x4f\xfc\x82\x57\x7e\x28\x74\xf9\x7f\x13\xc4\x68\xf8\x09\x72\ \xc6\xdd\x3b\x7e\x16\x7e\xd3\x65\x91\xf7\x9c\x4a\xce\xa8\x7b\xf7\ \x8f\xfd\xde\x47\x8a\x7f\x6f\xb5\xcf\xf8\xb2\x81\xa0\x77\xfc\xc5\ \x7d\x72\x1d\x5f\xf1\x21\x7b\x71\x33\x70\x4b\x3e\x79\x8b\x9a\x72\ \xf1\x20\xb2\xcf\x48\x4b\x2a\xaf\x63\x89\x0a\xda\x7b\xd5\x8a\x65\ \x59\x5b\xb6\x6c\xf9\xe9\xcf\x7f\x5e\xc8\xe5\x5f\xa0\x42\x9f\x54\ \x2a\x91\x88\x7f\xe4\xc3\x1f\x6e\x69\x69\xf1\x7d\xff\x25\xe8\x28\ \xe7\x5c\x08\xf1\xfc\x7a\x0b\xa5\xad\x60\x5e\x72\x96\x80\xef\x9a\ \xe9\xb9\x97\xbf\xe3\xdc\x2d\xdf\xfc\x75\x9f\x5b\x86\x48\x92\xa0\ \x71\xd1\xd2\xd9\x95\xb7\xdd\xf7\xe7\xab\x16\x34\x7c\xe0\xc8\xb6\ \x6a\x93\xa9\xc9\xe1\xfe\x22\x0b\xc5\x43\xb6\x2d\xbc\x87\xfe\x78\ \xd5\xbd\x3b\xec\x0f\x7f\xe7\xbd\x67\xd7\x8d\x8c\x6c\xfd\xec\xd5\ \x3f\xbf\x76\xce\xb7\x3e\xde\x96\x84\xf4\xac\xd9\x29\x76\xef\xc3\ \x8f\x3e\x7a\xcc\xa2\x8b\x1b\xcb\x42\x1e\x2f\xad\xb0\x24\x64\x4c\ \x17\xb2\xe3\x1e\x56\x54\x56\xa6\x6a\x67\x9c\x7c\xea\x31\xb7\xde\ \xf2\xc0\xe8\x50\x7f\x51\xf3\x04\xc0\xf4\x52\x32\xf0\x07\x7b\x7a\ \x20\x52\x55\x57\x99\x40\xe5\xf6\x6c\x7c\xe4\x9e\x7f\x6c\x0e\xb7\ \x1c\x5d\x5b\x16\x43\x61\x14\x7a\x9e\xfe\xed\x75\xb7\x8b\x85\x67\ \x5c\x76\xde\x91\x58\xc8\xd5\x2e\x3b\xeb\x1d\x17\xac\xfa\xf6\x8d\ \x7f\xfc\xeb\xf2\xc5\xef\x3c\xbe\xc9\x75\xfc\x5d\xb3\x2f\x90\x9e\ \x93\xf3\xc0\xb0\xac\x82\xeb\x2b\x89\x85\x42\xce\x2b\x4e\xe7\xeb\ \xbe\x80\x7f\xc1\x77\xbd\xf4\xdc\x13\x2f\x3b\x7f\xdd\x37\xae\xba\ \x5f\x46\x53\x08\xa0\x25\x9b\x31\x77\xd1\xec\xd4\x6d\xf7\xfc\xfe\ \xd7\x0b\x2b\xae\x5c\xde\x52\x29\xc0\x1b\x1f\x1a\x95\x3c\x14\x09\ \xdb\x16\x2f\xdc\x7b\xfd\xaf\x1f\xec\x4f\x7d\xf6\x7f\x3e\x70\x7c\ \xa2\xa3\x7f\xdb\x17\x7e\xfd\xeb\xeb\x67\x7d\xed\x83\x4d\x51\xd1\ \x38\xa3\x31\xa6\x1f\x78\xfc\xe1\x07\x8f\x9d\x7f\x7e\x5d\xdc\x52\ \xbb\x1b\x01\xa1\x98\x9b\x98\xa0\x70\x75\x55\x59\x55\xeb\xe2\x53\ \x8e\xda\x76\xc7\x5d\x2b\xfb\xfa\x33\xc0\xb0\x64\xcb\x4a\xcf\xad\ \x3f\xea\xd2\xff\x3d\xf2\x92\x69\xaf\x4c\xc8\xee\x79\xe0\x0f\x5f\ \xf9\xe5\x9d\xa7\x7c\xfc\x7f\xdf\x71\x54\xfa\xf9\x5e\x8b\x80\x80\ \x43\x40\x47\x09\xed\x30\xd6\xcf\xd1\xcf\xdc\xc5\x89\x5e\xcc\x89\ \x87\x28\xc0\x7f\xf0\x1b\xf2\x31\x0b\x38\x03\xe9\x50\x21\x0f\xcc\ \x00\xd3\xa6\xa9\x4d\xce\x0d\x5f\xc0\x50\x08\xbc\x2c\xb9\x0a\x4d\ \x1b\xfc\x81\xe2\x8f\xaf\x00\x52\x18\xd2\xce\xef\x3e\x0c\xa4\x31\ \x92\xa2\xae\x3b\x0a\xd7\x20\x60\x18\x72\xed\xc5\xab\xbe\x06\x1a\ \x40\x3d\x98\xff\xc5\x93\x08\x12\xdc\x7f\x14\x7e\xf7\x0c\x5a\x82\ \x8a\x53\xa0\x18\xe2\x76\xe7\x86\x2f\x60\x28\x0c\x24\xc9\x2d\x82\ \x88\xd1\xc0\xe3\xc5\xdf\xad\xc1\x50\x08\x94\x4b\x9e\x0b\xdc\xda\ \x65\xb1\x09\x30\x05\xe4\x77\x14\x7f\xff\x1d\xd0\x80\xa6\x28\xf9\ \xc6\xd4\x86\xdf\x15\x36\x12\xd8\x49\x98\xda\xe4\xfc\xe1\x0b\x18\ \x0a\x91\x93\x01\x49\xc0\x39\x00\xa0\xa5\xdc\xdb\xbf\x05\xa0\xd1\ \x34\xa7\xa3\x61\x46\xce\xf9\xf3\x57\x80\x34\x0b\x1b\xfe\x63\x3f\ \xf0\x81\x20\x14\x52\x1b\xfe\x52\xd8\x7e\x2f\x0a\xa0\x42\x06\x40\ \x20\x0e\xbb\x37\x7d\xd1\x0b\x45\x40\x7b\xe4\xe7\xbd\xdb\xfe\xcb\ \x0f\x47\x41\x15\xa8\xe8\x22\x37\xfd\x47\x7f\x2e\x57\x1a\xa0\x5d\ \x2a\xe4\xa7\x97\xc3\xaa\x11\xf7\xd6\x6f\x78\xa1\x28\x80\x22\xaf\ \x08\x28\xfc\xbb\xbf\xe7\x83\xc6\x58\x44\xad\xfb\x63\x7e\x3d\x80\ \x61\xe9\x8d\x37\xe7\xb7\xdf\x8f\xa6\x00\xbf\x48\x52\x82\xb1\x6b\ \xf1\x28\x9a\xe0\x6e\x2f\x5e\xfb\x55\x20\x85\x96\x45\x3d\x8f\x39\ \xd7\xaf\x02\x86\xe0\x66\xc9\x93\xf0\xdc\x3a\x25\x06\xa6\xf6\xef\ \xf8\x82\x8f\x00\xca\x44\x81\xe0\x76\x17\x7f\xfb\x75\xd0\x0a\xe5\ \x80\x7b\xd3\x57\xbd\x48\x6c\x7a\x99\x29\x85\x61\xf4\x99\xc2\xef\ \x36\x62\xc8\x06\x2d\xc9\xf3\xd1\x20\xf5\xf4\x55\xf9\x0d\x37\x21\ \x57\x94\xcf\x02\x9a\xea\xd9\x6b\x0a\x1b\x2d\x20\x9f\x0a\xb9\x69\ \x9f\xc1\x8b\xf6\x20\x25\xb1\xba\x95\x25\x2b\xc8\xc9\xef\x15\x43\ \x67\x2c\x97\xcb\x6d\xda\xb8\x29\x9b\xcd\x8a\x03\x2f\x32\xf6\x7d\ \x99\x2a\x2b\xcb\x17\x0a\xcf\xd7\x3e\xf1\x82\x46\x30\x8d\x8f\x8d\ \x45\x23\x11\xa5\x34\x00\x79\x9e\xc7\x18\x33\x0c\x83\x88\x4c\xd3\ \xcc\x66\x32\xdc\x78\x91\x69\x21\x02\xb9\xc5\x42\xbe\xe8\xec\x36\ \xcf\x3c\xc7\x6b\x38\xec\xcc\x4b\x4e\x7b\xfa\x5b\x7f\x58\x5b\xf4\ \x94\x56\x1e\xaf\x5c\xf4\xae\x2b\x2e\xfd\x9f\x9f\xfc\xf1\x07\x5f\ \xfd\x8f\xba\x9a\xb4\xc9\x29\x37\x95\x59\xfa\xb6\x4f\xbe\xff\xa4\ \x79\xdd\x2b\xff\xfc\x8b\x1b\x9e\x58\xfa\xf6\xaf\x9d\x34\x3b\xee\ \xe9\xe8\x65\xef\xbe\x78\xf5\x97\x7e\xf9\x8b\xeb\xe7\x7f\xf5\x3d\ \x67\x26\x9b\x8f\x7e\xf3\x19\x8f\xff\xe2\xf6\x3f\x7d\x7e\xc7\x13\ \x15\x89\xb0\x2e\x4c\x6c\x1b\x85\xa5\x26\x17\xdc\x18\xd8\xf2\xd8\ \x8f\x7e\x7b\x9b\x1b\x2f\x0f\x09\x2c\x4e\x0e\xf6\xa8\xf4\xf9\x47\ \x1d\x99\xc0\x52\x31\x25\x40\x26\x84\x3b\x7c\xef\x1f\x7f\xf0\x8f\ \x0e\xac\x2c\x0b\x83\xf2\x46\xfb\xbb\x33\xa2\xfe\xb2\xf7\x5c\xd4\ \x9c\x34\xc1\x19\xbf\xeb\x0f\xbf\x79\xa2\x3f\xf9\xf1\x4f\x5c\xd4\ \x1c\x51\x45\x57\x31\xb4\x8e\x39\xf7\x92\x37\x3c\xf6\xb9\x1b\x7e\ \x73\xd5\xe2\x99\x5f\x5c\x5a\x25\xdc\x7d\xca\xfd\x10\x09\x2b\x52\ \x96\x40\x81\x07\xd8\x41\x98\xb4\x53\xc8\x15\x76\x09\x30\x90\x76\ \x5c\x63\xf9\xd9\x17\x9f\xf1\xcc\xda\x3f\xae\x9a\xf0\x14\x69\xe9\ \x85\x1a\x97\xbe\xf3\xca\x8b\xff\xe7\x67\x7f\xfd\xce\x17\xb7\xd5\ \xd7\xa4\x0d\x94\x99\x09\xef\xa4\x2b\x3e\x7c\xf1\x71\xf3\x3a\x1f\ \xb9\xf1\x97\x37\xad\x3d\xe6\x7d\xdf\x3c\xa6\xd9\xd6\x34\xe7\x9d\ \xef\x3c\xff\x53\x5f\xbf\xf6\x57\x37\xcc\xff\xfc\xbb\x4e\xaa\x58\ \x78\xc2\x79\x27\x3e\xf9\xdb\x07\xae\xfd\xdc\xb6\x87\x2b\x12\xb6\ \x9f\x9b\xd8\x5e\x30\x17\x1b\xcc\x14\xb8\xfd\x89\xeb\x7f\x7a\xf3\ \xd6\x54\x2a\xce\x51\x4f\x0e\xf7\x39\x15\x4b\x4e\x3a\xb2\x51\xfb\ \x6a\xcf\xac\x65\x21\xd8\xee\x30\x3b\x23\x99\xcf\xe7\x25\x70\xc1\ \x98\x0b\x81\x53\x37\xe0\x90\x54\x52\xdf\x13\x33\x97\x78\xb5\xb3\ \xf8\xe0\xf6\xe7\x2a\x00\xbc\xd0\x10\x26\xc9\xf5\xa7\x87\x22\xc3\ \x9a\x8e\xc7\x70\x13\x48\x52\x21\x03\x80\x50\x4a\x2a\x41\x04\x2d\ \x01\x11\x90\x81\xd6\xd3\x95\x7a\x48\x81\x2e\xf9\xf2\x08\xa4\x04\ \x44\x60\x0c\xa4\x4b\x88\x20\x4c\x50\x0e\x15\x08\x80\x03\x47\x00\ \x06\x24\xa9\x30\x35\xfd\x45\xa5\x03\xc8\xa7\x82\x77\x80\x62\x46\ \xbb\x4e\xf8\xdc\x0b\x72\xfa\xbb\xb8\xf1\xdc\xb5\xed\x59\x60\x41\ \xc9\x7d\xeb\x07\xa9\x5d\x67\x50\x72\xda\x3a\x10\x0c\xfc\x02\xf9\ \x00\x68\x00\x02\x00\x07\xd2\x54\xcc\x00\x20\x30\x03\x80\xa6\xff\ \x16\x06\x00\x81\x5f\x24\xbf\x00\x80\xcf\xd5\x94\xc0\xd2\xf1\x7b\ \xdc\xc5\xee\x2f\x9d\x6e\x0a\x06\x82\x81\x2c\x92\xa4\xfd\xdd\x17\ \x3d\x77\x49\x24\xc9\xc9\x4d\xd7\x7f\xda\x67\xb1\x2f\x32\x20\x0d\ \x04\xbb\x64\x6f\x57\x53\xf0\xdd\x57\xb8\xeb\xdb\xb9\xb1\x57\x1b\ \x22\x03\x81\xe0\xe5\x08\x60\xfa\x9a\xa5\x4b\xd2\x99\x9e\x9d\x1c\ \x94\x19\xa7\x75\x28\x2e\x16\x1d\x4f\xcf\xdb\xd3\xdb\x75\xdd\xb9\ \x73\xe7\xfe\xec\xa7\xff\xe7\xf9\x3e\x3b\xf0\xfc\xac\x24\x7c\xf5\ \xf5\xf5\xcf\x5f\x3f\xca\x3f\xff\xf9\xff\xd8\xef\x67\x4c\xd3\xbc\ \xe7\x9e\x7b\xff\x74\xe3\x8d\xf7\xde\x77\xdf\x5d\x77\xdd\x75\xf7\ \x3d\xf7\x6c\xdb\xd6\xfe\xf7\x7f\xfc\xe3\xcf\x37\xfd\xe5\x9e\x7b\ \xee\xbd\xe3\x8e\x3b\x57\xad\x5a\x75\xc4\xe1\x2b\xe6\xcd\x9b\xbb\ \x8f\x85\xbb\xa7\x8a\x22\xe8\x42\xc1\x4d\xd6\xcf\x5c\x32\x77\x66\ \x84\x6b\x4d\x00\x40\x9a\x85\x9a\x1a\x6a\x0d\xc3\x68\x9e\xb3\x78\ \x56\x7d\x52\xfa\xba\xa2\x75\xfe\x51\x47\x2e\x8a\x0b\x2d\x35\x86\ \xc2\xf1\x86\xd9\x4b\x8e\x58\x3c\xbf\x2a\xc6\xbb\x36\xad\xce\x95\ \x2d\x7f\xfb\x45\x27\x25\xb9\xf6\x7c\x9d\xac\x6d\xa9\xb6\xfd\xa9\ \xa2\x35\xb3\xad\x25\x62\x85\x66\x2e\x3a\x6c\x4e\x7d\xdc\xf7\xa4\ \xb0\xec\x58\x45\xc3\x11\xc7\x9d\x7c\xd2\x31\x4b\xd3\x31\x13\x38\ \x07\x2d\x3d\x45\xa6\x1d\xaa\x68\x5a\x78\xe1\xa5\xef\x3c\x7d\x79\ \x33\x3d\x57\xcd\x8f\x08\xcd\xb2\xf2\x74\x48\x80\x06\x16\x8e\x95\ \xcd\x39\xfc\x94\x77\xbe\xfb\x9d\xc7\xcd\xa9\xd2\x52\xf9\xb9\xbe\ \x75\x5b\x46\xda\x4e\x7c\xd3\x9b\x8e\x99\x8b\xca\x27\x00\xd2\xda\ \x88\x57\x36\x96\x47\x3c\xc7\x2f\xaf\x6f\xae\xaf\x8c\xef\x13\x3b\ \xd4\x4a\x25\x5b\x0e\x3f\xe7\xa4\xc3\xcb\x42\xa8\x9f\xbf\x00\x13\ \x11\x94\x5f\xf0\x54\xcd\xac\x25\x0b\x66\x55\x61\xe9\xb3\xa4\x59\ \xa8\xac\xa1\xbe\x92\xb1\xc8\xbc\xa5\xcb\x1a\x62\x86\x2f\xb1\x66\ \xc6\xa2\xa3\x0e\x9f\x17\xe5\x5a\x12\xda\x91\x44\xcb\xbc\x25\x87\ \x2d\x59\x50\x19\xc5\x1d\xab\xd7\xf8\x8d\x6f\x78\xdb\x1b\x8f\x8b\ \x73\xe9\x4b\x2a\xaf\x6f\x2e\xe3\x2a\xa3\xed\x59\x33\x9a\xc3\x76\ \x74\xf6\xe2\xc3\xda\xaa\x23\xbe\xaf\x0d\xcb\x4a\x54\x36\x1d\x79\ \xc2\xa9\x27\x1d\x39\xbf\x3c\x6a\x32\x60\xa4\x7c\x05\xdc\xb2\x23\ \xcd\x0b\x8e\xba\xec\x8a\xb7\x2f\x6f\x8a\xfb\x52\x1d\xe8\x49\x49\ \xa7\xe8\x1b\xf1\xb9\x8b\x96\xd4\x25\x0d\x15\x2c\x23\x0d\x38\x64\ \x5d\xbb\xd1\x32\xf2\x1c\xea\x5c\xcf\x48\xbf\x78\xee\x6e\x29\x82\ \x88\xcf\x1b\xf4\x9f\xff\xe2\xee\xbf\x71\xb7\x5c\xe1\x5e\x2f\xee\ \xe7\x30\xdc\xcf\x3f\x0f\x74\xc0\xfe\x42\x6d\x7b\x8f\x95\x2f\xf8\ \x41\x7c\x5e\x11\xbe\x7d\x8e\xdf\xeb\xb3\xfb\xbd\xcd\x83\xb8\xbc\ \x7d\xee\xe2\x40\x4d\x71\xa0\xfb\x7a\xee\x45\x7c\x91\xc3\xf6\xdb\ \xf2\xf0\xa2\x6d\xf8\x52\x5a\xf8\xf9\x32\xea\x39\xb4\xf0\x04\xe3\ \xa8\xf3\x60\x7f\x35\xe9\x84\x10\x55\x55\x55\xd5\xd5\xd5\x55\x2f\ \x48\x79\x79\x39\xec\xaf\x36\xdc\x01\xf7\x1f\x0d\x85\xec\xaf\x7f\ \xfd\x9b\x8f\x3f\xf1\x84\x6d\xdb\x52\xca\x74\x3a\xfd\xc3\x1f\xfc\ \xef\xe6\xcd\x5b\xbe\xfe\x8d\x6f\x98\xa6\x49\x44\xae\xe7\x7d\xe8\ \x03\x1f\x78\xe3\x1b\xcf\x29\x14\x0a\x2f\x90\x19\x60\x87\xc2\x06\ \xaa\x42\xa1\xa8\x9e\xbb\x63\x42\x6e\x86\x43\x96\xf2\x1c\xc7\x95\ \xa5\x47\xc5\xb8\x61\x59\x66\xa9\xf0\x10\x69\xe5\xb9\x8e\x27\xc9\ \xb0\x43\x21\x03\x0b\x85\xe2\xae\x91\x1d\xad\x50\xd8\x60\xaa\x50\ \x70\x34\x01\x20\x33\x4d\xcb\x30\x38\x96\xa2\xaf\x5a\xf9\xbe\xe7\ \xfb\x0a\xb9\xb0\x2c\x4b\x70\x56\x7a\x59\x7a\xae\xe7\xef\xbb\xb6\ \x93\x1b\xa6\x69\x18\xa5\xaf\xd3\x4a\x7a\x9e\x27\x4b\x15\x6e\x91\ \x87\xc2\x21\xa6\xfd\x42\xd1\xa5\x3d\x6e\x43\xd8\xa1\x90\xc9\xdd\ \x62\xc1\xf3\xf7\x1b\xf9\xdc\x5d\x7d\x6f\xbf\x6d\x20\x42\xe1\x10\ \x2a\xb7\x50\xf4\x76\xb7\x01\x11\x08\xd3\x0a\x59\xc6\x9e\x75\xea\ \x99\x30\x2c\x73\xba\x11\xb4\x96\x9e\xe3\xfa\x8a\xcc\x50\xd8\xe2\ \xb4\x47\x89\x7c\x66\x87\x43\x02\x54\xa1\xe8\x28\x02\x44\x66\x5a\ \x96\x59\xf2\x45\x94\x1a\xc1\xf3\x3c\xa9\xb9\xd8\xa7\x3d\x5d\xff\ \x05\x4a\xf8\x12\x31\xc3\x0a\xd9\xa6\xef\xe4\x5d\x3f\xa8\x53\x1f\ \x70\x08\x83\x8c\x7c\xd7\xfb\xdb\xcf\xc4\xc6\x47\x11\x01\x82\xce\ \x1a\x70\x30\x13\x30\xe9\xfb\xe5\x0d\xe6\xa5\x5f\x66\xe9\x3a\x90\ \xaf\x7e\xdc\xea\x05\xf6\x4d\xa3\x79\xf3\xe7\x3d\xfa\xd8\x63\xae\ \xeb\x12\xd1\xe4\xe4\xe4\xed\xb7\xdf\xd1\x3f\xd0\x5f\xb2\x3e\x7d\ \x29\x53\xa9\x54\x4b\x6b\xb3\x7c\xc1\xfa\x8d\x08\xe4\x16\xf3\xee\ \xbe\x13\x30\x24\xe5\xe7\x73\x7e\xe9\x88\x5d\x56\x9d\x5f\x2c\xf8\ \xfb\xcc\x5a\xa4\x5b\xcc\xee\xb5\xeb\xea\xee\xb3\x4d\x4f\x4e\x3d\ \xb7\xe8\xb9\xfb\x2a\x1a\x69\xe5\x14\x0b\x2f\x7c\xdb\xca\xf7\x8a\ \xbe\xb7\x5f\x0f\x7a\x31\x9f\xdb\x8f\xb9\xb6\xfb\x4a\xf0\x40\x16\ \xff\x0b\xb4\xc1\xae\x73\xee\xb9\xdc\x15\x41\xf9\x6e\xce\x77\xf7\ \x3c\xa5\x96\x7e\x51\xee\xdb\x08\xbe\x53\xf0\xf7\xfa\x66\xed\x14\ \xf2\xb0\xfb\x15\xd2\x9e\x53\xf4\x9e\x37\xe1\x7b\x7e\x7b\xbe\xf0\ \xb4\x5d\x4b\x2f\x9f\xf3\x20\x18\x97\x02\x0e\x7d\x93\xd4\x8e\x98\ \x27\x5f\x56\x1c\xea\x32\xfb\xb7\x72\x2b\x1c\xcc\xfb\x02\x5e\x54\ \x44\x3d\x60\xc6\x59\xef\xe1\x95\x0d\xe4\xbd\x26\xbb\x65\x1f\xd0\ \x1e\x45\x44\xdf\xf7\xd7\xae\x5d\xd7\xd7\xd7\x27\xa5\x24\x22\xd7\ \x75\x19\x63\xa6\x69\x22\xa2\x65\x59\xb3\xe7\xb4\xcd\x9a\x39\x53\ \x07\x3e\xc0\x80\x80\x80\xd7\xd9\x28\x35\x4c\x35\x36\xe0\x3f\xfc\ \x67\xb6\xfa\x1e\x2e\x0c\xd0\xfa\xb5\xda\xd8\x24\xe0\x5f\x5b\x42\ \x89\x7c\xc7\x2f\xab\xe3\xa7\xbf\xcb\x58\x74\x02\x78\xc5\xd7\xaa\ \x43\x1e\x48\x47\x01\x60\x77\x56\xd1\x7e\xdc\xc1\x88\x08\xe0\xf9\ \x3e\x05\xc5\xe4\x02\x02\x02\x5e\x7f\x29\x15\x26\x71\xe1\x3f\xfc\ \x67\xfd\xf8\x2d\xc2\x2b\xa0\x57\xdc\x15\x30\x0b\x04\xf5\xdf\x5d\ \x3c\x81\x08\x48\x93\x52\x0a\x90\xda\x56\x88\x53\x2f\xe7\xf5\x6d\ \xe0\x14\x0f\xb0\xde\xfe\x35\xd6\xd1\x80\x80\x80\x80\x43\x58\x4b\ \x11\x08\x54\xcf\x16\xb9\xf6\x41\xea\xde\xc8\x85\x09\xd9\x51\xcc\ \x4d\x80\xe7\x06\xf1\x89\x7f\x53\x09\x2d\x15\xa6\x30\x2c\x65\xc7\ \x20\xdd\x20\x8e\x38\x9b\xcf\x5e\x8e\x66\xe8\xb5\x88\x89\x06\x3a\ \x1a\x10\x10\xf0\xff\x87\x94\x32\xe0\x02\x88\x74\x76\x4c\xf5\x6e\ \xa3\xb1\x01\xca\x67\x40\x7a\x10\xc8\xe8\xbf\xa5\x21\x0a\x9c\x63\ \x28\x8a\xf1\x34\x6b\x9c\xc3\xd3\x75\x80\x0c\x94\xdc\xb3\xa6\x52\ \xa0\xa3\x01\x01\x01\x01\x07\x80\x31\xe4\x06\x70\x0e\xc8\x20\x50\ \xd1\x7f\x67\x2d\x25\x02\xad\x48\xfa\xaf\x83\x7c\xee\x46\x04\x0d\ \x1f\x10\x10\xf0\x2f\x8f\xd6\xa4\x5d\xf0\x83\x86\x08\xf8\x67\xcc\ \xe2\x82\x26\x08\x08\x08\x08\x08\x08\xf8\x27\xdb\xa3\x9c\x73\xce\ \x79\xd0\x9a\x01\x01\x01\xaf\x27\x44\x54\x5a\xd1\x8e\x38\x5d\xd0\ \xad\x54\x83\x0c\x00\x10\x71\xcf\xd5\x04\x86\x61\x06\xb9\x47\x01\ \x07\xea\x3f\xff\x7c\x1d\x45\xc4\xcd\x9b\x36\x8c\x8d\x8e\xb2\x60\ \x09\x57\x40\x40\xc0\xeb\x38\x08\x0a\xc3\xa8\xaa\xaa\x42\x64\xae\ \x53\x74\x1c\xa7\xb4\x7d\xa1\x1d\x0a\x01\x80\xef\x79\x0d\x4d\x2d\ \xa6\x69\x02\x80\xd6\xfa\x7b\xdf\xfb\x4e\x36\x93\xe5\x3c\x18\xa3\ \x02\xa6\x91\x4a\xa5\xca\xca\x3e\xf2\xd1\x8f\xbd\xf2\xd5\x9b\xaf\ \x82\x8e\x1a\x86\xe8\xe9\xea\xba\xfa\xda\xeb\x2c\xcb\x0a\x9e\x4d\ \x40\x40\xc0\xeb\x83\xef\xfb\xf5\x0d\x0d\xdf\xfd\xee\xf7\xba\xbb\ \xbb\xb2\xd9\x4c\x2c\x96\x10\x42\x48\xdf\x37\x84\x51\x5b\xdf\xd8\ \xdb\xdd\x29\xa5\x2c\xe9\x28\x00\xf4\x74\x77\x4f\x4c\x4c\x04\x6e\ \xb3\x80\xe7\x74\x54\xca\x7c\x65\xe5\xab\x72\xaa\x57\xc7\xaf\xcb\ \x38\x37\x4d\x73\x77\x97\x0d\x08\x08\x08\x78\xad\x29\x15\x56\xeb\ \xef\xeb\x9d\x1a\x1f\x9b\x3d\x7b\x5e\x38\x12\x41\x44\xcf\xf3\x86\ \x06\xfb\x87\x87\xfa\xf7\xd9\x1f\xc5\x30\x0c\xd3\x34\x03\x1d\x0d\ \x78\x4e\xb6\x18\x33\x0c\xe3\xd5\x39\x55\xd0\x9a\x01\x01\x01\xff\ \xa2\xe3\xa0\x5b\x2c\x8e\x8e\x0c\xcf\x98\x3d\x37\x1c\x8d\x2a\xa5\ \xa4\x94\x9c\xf3\xda\xba\x06\x02\xca\xe7\x73\xf8\x82\x91\x26\xd2\ \x4a\x69\x0d\x80\xa4\xa5\xe7\xf9\x9a\x4a\x55\xaf\x7d\x5f\x2a\x00\ \x24\xad\x95\xd2\xc8\x18\x02\x49\xdf\x93\x7b\x16\x40\x25\xed\x7b\ \x9e\x54\x84\x38\xbd\xe3\xef\xf4\x2b\x9a\x10\x51\x2b\xe9\x79\x3e\ \x01\x00\x94\x2a\xea\x20\x22\x28\xe9\x7b\xd3\x5b\x4e\x91\x52\x8a\ \x00\x19\x96\x00\xad\xa4\x2f\x4b\xbb\x78\x50\x50\x1e\xee\x5f\x94\ \x17\xb0\x47\x51\x18\x06\x47\xf2\x7c\x3f\x78\xb8\x01\x01\x01\x87\ \x20\x45\xa7\x68\x5b\x76\x34\x1a\x53\x52\x32\xc6\x10\x51\x29\xc5\ \x18\x8b\xc5\x92\x83\xfd\xfd\x2f\xb0\x95\xa4\xeb\xc1\xf2\xb3\xdf\ \x7f\x9c\xbd\xe6\x67\x37\x3d\x28\x43\xb5\x27\x9e\x77\xfe\xd1\x8b\ \x1a\x11\xc0\x1f\xdb\x7e\xfb\x4d\x37\x6f\xe8\x1c\x2d\x5f\x76\xc6\ \x7b\xde\x7e\xba\xc8\x64\xb8\x69\x8c\xed\x5c\x75\xf3\xcd\xf7\x0c\ \xe6\x15\x67\x0c\x88\xa4\xc6\x96\x15\xe7\x9c\x7f\xda\x11\x51\xae\ \x51\x4d\xfd\xe3\x96\x1b\x1e\x5c\x37\x34\xe7\xd8\xf3\xdf\x78\xd2\ \x92\x30\x43\xf4\x27\x9e\xb8\xe7\xe6\x07\x9e\xe9\xe0\xc9\x59\xef\ \xfd\xc4\xfb\x6b\x28\xe3\x6a\x74\x27\x07\x1e\xbd\xe7\x6f\x4f\xb7\ \xf7\xa9\x70\xdb\x7b\x3f\x71\x65\x63\xc8\xc9\x4b\xcd\x40\xaf\xbc\ \xe9\xb7\x8f\x8f\xc5\xdf\xfc\xf6\x8b\x67\xc4\x39\x50\xe1\xf1\xbb\ \xfe\x7c\xff\x53\x9d\x68\x8a\x20\x23\xea\x90\x70\x78\x30\x6e\x59\ \xe6\x3e\xcf\x42\x4b\xdf\xf5\xe5\xc1\xe9\x28\xe3\x06\xb8\x1d\xeb\ \x9f\x1d\x94\xf1\xf9\x73\x66\xc4\x2c\x24\xa2\x97\x54\x92\x5e\xc1\ \x6b\x57\xcb\x30\x00\xa0\xb4\xe9\xef\xde\x19\x89\x00\xa0\x01\x82\ \x49\xcf\x6b\x0d\x67\xd3\xb6\xc3\x73\xa3\x32\x40\xb0\x5f\xc3\x6b\ \x6e\x7d\x22\xb2\xe7\xed\x4e\x48\x44\x4c\x70\x86\x4c\x23\x8e\x8c\ \x8c\xe4\x0b\x85\xc6\x86\x06\x44\xe4\x9c\x13\xd1\x0b\x14\x64\x20\ \x82\x70\xa2\xa2\x32\x14\xf2\x7d\xf3\xa4\x2b\xde\x7f\xde\x8c\xc9\ \x6b\xae\xfb\x6d\x7f\x9e\x2f\x3e\xe5\xa2\x0f\x7c\xea\xca\xef\x7f\ \xe9\xbb\xc5\x54\x5d\x19\x75\xfd\xe4\xc7\x57\xe5\x13\x6d\xef\xfc\ \xf8\xa7\x2e\x19\xd9\xf9\xfd\x3b\xd6\x73\xd3\x94\xd2\xaf\x5a\x72\ \xd1\xc7\x2f\x3f\xf6\xf1\xbf\x5e\xfd\xf8\xb6\xb1\x78\x45\x3a\x3b\ \x9a\x6f\x7e\xc3\x25\x1f\x79\xcb\xe2\x7b\x6f\xbc\x7a\xf5\xce\xc9\ \xca\xf9\x27\xbe\xf3\x8a\x8f\x1a\xee\xd7\xef\xea\x8f\x35\x96\xab\ \x87\x7e\x73\xd5\x53\x43\xe6\xbc\x23\x4f\xbf\xf8\x93\x9f\xb5\xbf\ \xff\x95\xfb\xfa\x8c\x8a\x64\x64\xed\x9f\x7e\x7c\x7b\x47\xd1\xe6\ \x90\xcb\xea\x33\xde\xfb\xc9\xc5\xf8\xd4\xff\xfc\xf4\x1f\x76\x79\ \x15\x14\x32\xc8\x59\x20\xa2\x87\x44\x7f\xe3\xdc\x9d\x1a\x7c\xfc\ \xc9\x55\xe3\x1e\xe1\x1e\xdd\x26\xdd\xb6\xf8\xf0\xd9\x8d\x9c\xe4\ \x9e\x3d\x51\xec\x57\x85\x4d\x9d\xbd\xeb\xba\x5f\xdd\xf3\x4c\xa7\ \x53\x3e\xff\x3f\x3e\x55\xff\xec\xed\x37\x78\x6d\x67\x9c\xb6\xa4\ \xce\xf7\x5e\x3c\x45\x98\x00\x04\xc2\xe7\x2a\x27\xc3\x18\x0c\xe9\ \xaf\x15\x06\x42\x8f\xc7\x7f\x38\x14\x09\x19\x62\xf7\xc8\x52\xd0\ \xf8\xe6\x64\xfe\xd8\xa8\xeb\xe8\xa0\x85\x5e\x2b\x4c\x84\x1f\x0f\ \x47\xba\x7c\xd3\xe2\x58\x9a\xb3\xf8\x84\x0d\x86\xfc\x48\x45\xc6\ \x0f\xba\xfb\x6b\x86\xcd\xe0\xb1\x9c\x71\xfd\x78\x38\x66\xf0\xfd\ \x6e\x9b\xe1\x79\x5e\x5f\x7f\x7f\xb1\x58\x4c\x26\x12\xa9\x54\xea\ \x60\xce\xa9\x95\xef\x3b\x8e\x55\xb7\xf8\xb8\x45\x95\xb7\xfe\xe8\ \xfb\x8f\xb6\x17\x6c\xae\x3a\xae\xfe\x4d\xdd\x7f\x7d\xeb\xd4\x65\ \x33\x6e\x75\x0b\x24\xaa\x1a\x5a\x5a\x9d\x78\x63\xd8\x1d\x5c\xdf\ \x3b\x0a\xc8\x4a\x3b\x89\x1f\x73\xce\xb1\x3d\x8f\x5d\xff\x87\x3b\ \x1e\xe7\x91\x30\xf4\x74\x48\x5e\x7e\xc5\x47\xde\xb0\xf9\xbe\x9f\ \xff\xe5\xfe\x55\x56\xd8\xda\xd1\xf1\xfb\x50\xd3\xcc\x33\x4e\x3f\ \xfe\xe1\xab\xb6\x79\x4e\x61\x62\x6c\x64\xb0\xd7\xe9\xfb\xd3\x6f\ \x42\x95\xdf\x3a\xf3\xe4\xe5\x0f\x5f\xd3\xe5\x2b\x9d\xa8\x69\x9a\ \x01\x9e\xa9\xa6\x36\x6d\xe9\x1d\x1b\x1d\xc1\xf9\x15\x95\x09\xb1\ \x61\xf3\x9a\x82\x36\xa3\x61\x33\xf0\xee\x1e\x12\xd3\x65\xc1\xc7\ \x3a\x57\xfd\xe9\xaf\xf7\xd4\xce\x99\x69\x93\x22\x00\xe4\xac\x30\ \xd4\x39\xba\xbd\x38\x77\x56\x6b\x19\x93\xea\x85\x75\x94\x73\x3e\ \xd5\xb5\xe9\xc9\x2e\xe3\xfd\xff\xf1\xd9\x95\xb7\xdc\xa5\xcc\x08\ \x3a\x13\x1d\x03\xe3\xb4\xb4\xfe\xe0\x2f\xa2\x52\xa8\x28\x0b\xdc\ \xfd\xaf\x15\x96\x60\x19\xd7\xdf\xd9\x39\xdc\x50\x55\x15\x4f\x24\ \xb4\xd6\xa5\x19\x4c\x9c\x51\xad\xa1\xf2\x0a\x30\xf0\x06\xbc\x06\ \x10\x62\x88\xe3\xd8\x60\xdf\xa0\x67\x37\xd6\x56\x33\x36\xdd\xc5\ \x0d\xa4\x1a\x43\xba\x84\xc1\xd4\xf1\x35\x69\x76\xc0\x88\xc1\xd8\ \x48\xb6\xb3\x73\x78\x56\x43\x9d\x6d\xdb\xcf\xb7\x4a\x0d\xc3\x58\ \xb2\x78\x71\xc9\xaf\x5b\xfa\x39\xbc\xf8\x69\x89\xb4\x26\xbb\x2c\ \x89\x3c\xd7\x3d\xe2\x86\x6c\x53\xa0\xf6\xbc\x7c\x7f\x8f\x73\x58\ \x59\x1c\x86\x95\x11\xaf\x5d\x76\xe4\xd1\xd2\x4e\x25\x0d\xcd\x42\ \x16\x2f\x5d\x0b\x8f\x55\x27\xbc\xfe\xc1\x7e\x32\x42\x86\x10\xc8\ \x91\x99\xc9\xaa\x68\xa1\x7d\x78\x18\x8d\x90\x61\x08\x54\xf9\xfe\ \xfe\x51\x51\x57\x1d\x65\x5b\x35\x20\xe3\x5c\x08\x93\x6b\x39\xdc\ \xd7\x19\x3e\x3c\x69\x62\x27\x71\xbb\x65\xd1\x11\xac\x59\xf1\x42\ \xe7\x70\x4f\xe7\x63\xb7\x5e\x05\xc5\x33\x4f\x79\xdb\x87\xce\xce\ \xf7\xdd\xf5\xd7\x3f\xaf\xe9\x9a\xe2\x22\x48\x5b\xf9\xe7\x83\x40\ \x6e\x3e\x5f\x79\xd8\x69\x9f\xfc\xd8\x5b\xe3\xd2\x51\x04\xc2\xb2\ \xc6\xd6\xdc\xf9\x83\xbf\x76\x3a\xbe\x06\x0b\xf7\xf4\xb8\x8a\xfd\ \x1b\x94\xa6\x6d\x73\x7f\x74\x74\xc2\x07\xc8\xf4\xef\xd8\xdc\x39\ \x9e\x9e\x93\x64\x2f\x65\x68\x96\x1a\xa4\x61\x0c\x9d\xf3\x29\x32\ \x42\x81\xab\xf1\xd5\x1c\x53\xb8\x10\x93\x03\x75\xf7\xfc\xc4\xd7\ \x54\xc8\x17\x1c\xc7\x89\x27\x12\xbb\xdf\x55\x00\xca\x2d\x4c\xac\ \xb8\x38\x3f\xe7\x68\xf6\xda\xec\x58\xfb\xef\xdb\xf2\x86\x95\xba\ \xf7\xe7\xd6\x58\x87\xe3\xb8\xf9\xa2\xa2\x3d\xf6\xbc\x24\x00\xe9\ \x4b\xa7\xa2\x65\xec\xf4\x0f\xa2\xef\x05\x6d\xf5\x2a\xa2\x0d\x3b\ \xbc\x7d\x65\xe4\xa9\x1b\x5c\x5f\xe7\xf3\x79\xcf\xf3\x42\xa1\xd0\ \xf3\x27\xe8\x42\x08\xc6\x38\x00\x30\xc6\x5e\x50\x47\x51\x4b\xcf\ \x57\xda\xf7\x51\xa3\xe0\x9c\xe5\x47\x46\xa4\x8a\xb5\xd5\xc7\xd6\ \x6f\x98\xb4\xb8\x02\xbb\xba\x65\x86\xdd\xfd\xec\x38\xf2\xb9\xf9\ \xbe\x67\x7f\xf7\xd3\x9f\x8f\x7a\x6c\xd1\x5b\x3e\xfd\x81\xf3\xcf\ \x7a\xf4\x99\x9f\x4d\x02\x27\x95\xe9\x1b\x37\x67\xd7\x35\x72\xb9\ \xcd\x97\x88\x4a\x7a\x72\xac\x77\x22\xd4\xda\xd0\xc0\x64\xb7\xe7\ \x5b\xae\x6f\xce\x68\xaa\xf6\x27\x1e\xcb\x28\xc6\x80\x94\x92\xbe\ \xef\x6a\x8c\x36\xcd\x6c\xcb\x74\xad\x77\x89\x31\x2f\xf3\xd0\xf5\ \x3f\xbf\x79\x7b\xd1\x16\xcc\x30\x0d\xee\x0f\x3d\x70\xe3\x55\x8f\ \xde\x59\x76\xd4\x05\x1f\xbd\xf2\xf2\xf3\xbf\xf6\xdd\x5f\x0f\xfb\ \xa6\x08\x9c\xbb\xff\xfc\xd9\x1b\x8b\xc6\x62\xfe\xd8\x70\x26\xaf\ \x42\xcc\xf3\x15\xa1\xe0\xe3\x63\x83\x5e\x28\x1c\xb6\x38\xd0\x5e\ \x3f\x73\xb1\x3f\x77\x87\x8c\x54\xcf\x3f\x63\xf9\x9a\x3f\xfc\xf6\ \xaa\x8c\xaf\xd6\x75\x6c\xab\x98\x77\xea\x5b\x16\xd6\xeb\x97\x5c\ \xf7\x01\x65\x34\x4d\x56\x18\x28\xf0\x33\xbe\x8a\x3a\x6a\xa0\xef\ \x94\xa6\x42\xa5\xc4\x8a\xe7\x4f\xb3\x75\x28\x2a\x13\x95\xcc\x2d\ \x04\xcd\xf5\xaa\xea\xa8\x4d\xc2\x00\x22\x44\xdc\x5f\xc9\x11\x22\ \x2e\x64\xbc\x02\x7d\x37\x68\xab\x57\x53\x47\xcd\xb0\x0e\x45\x77\ \x37\xfb\xf3\x3b\x3c\xe7\x5c\x93\xde\xba\x65\xd3\xe4\xc4\xb8\xd6\ \x10\x8d\x46\x66\xcc\x6c\x13\x62\xff\x99\x1f\x5a\x7a\xe5\xb3\x0f\ \x9f\x5f\xc1\x07\x32\xc6\xf1\x2b\xea\x7a\xef\x9d\x28\x0c\x6c\xbc\ \xef\xc9\x9d\x97\xbe\xe7\x43\xde\x5f\xee\xea\xce\xf2\x65\xa7\x9c\ \x37\xcb\x7b\xe6\xbb\xab\x3b\xe0\xa8\x93\x22\x65\xb5\x6d\x73\xe7\ \xd7\x87\xaa\x8e\x5f\xda\x56\xe8\xbe\x27\xaf\x01\x19\x32\x9d\x7b\ \xe2\x8e\x07\x8f\x7b\xdf\x25\xef\xce\x8a\x27\xb7\x0e\x47\xd3\xe9\ \x6c\xcf\xe6\x07\xff\x7a\xdf\x67\xde\x7d\xf9\xbb\x9c\xd0\x53\x3b\ \x26\xea\x16\x9e\x70\xc1\x3c\x76\xe3\x0f\x1f\x2a\xf2\x59\x76\x34\ \xd9\xd0\xd2\x36\x37\x6a\x2d\x38\xea\xd4\x93\x66\xe6\xfe\xf0\x9d\ \xa7\x3d\x68\x35\xc3\xb1\x86\x59\x73\xe7\x99\x45\x5b\x60\x6e\x72\ \x32\x56\xd3\x56\x15\xca\xf5\x0e\xe5\xcb\x13\x36\x30\xc6\x00\x88\ \x02\x11\xfd\xe7\x23\xa5\xae\x6a\x99\x97\x2e\xdc\x77\xd3\x5d\x4f\ \x5c\x71\xf6\x52\x93\x53\xb6\x7b\xcd\x9f\x6f\x7b\xba\xe1\xc4\x2b\ \xcb\x4c\x25\xf7\x36\x52\xc4\x7e\xfd\x1d\x9e\x36\x0e\x7f\xe3\x15\ \x35\x6d\x87\x6d\xda\x39\x22\x62\xe5\x4d\x4d\x0d\x21\xf4\xa5\x66\ \x2f\x35\x77\x08\xb5\x04\x25\x03\x1d\x7d\x75\xfd\x0d\xf8\xa2\xfb\ \x18\x68\x8d\x4a\xa2\x92\x41\x63\xbd\x9a\x30\xf9\x22\x9e\x15\xa2\ \xa0\xd9\x5f\xfd\xee\xae\x24\x1c\xd8\xbe\x44\xc4\x42\x3e\xf7\xd8\ \x23\x0f\x19\x86\x68\x6e\x9e\xc1\x38\xeb\xef\xed\x7d\xfc\xd1\x47\ \x66\xce\x9c\x75\x80\xa5\xa2\x1a\xb9\x3d\x77\xc5\x71\x2b\x4c\x36\ \xf9\xcc\x5f\x6e\x7a\x74\x8b\x19\x66\x4f\xdc\xf4\x2b\x67\xec\xec\ \xe3\x4f\x38\x6b\x29\x40\x6e\x60\xf5\x0f\xaf\xbe\xab\xb7\xc8\x53\ \x43\x3b\x3a\x46\x9a\x4f\xbb\xf0\xad\x88\x30\xb1\xfd\x9e\x5f\xdd\ \xfd\x80\xcb\x0c\x01\x60\x98\xe6\xd0\xfa\xdb\xfe\xe7\x57\x99\x73\ \x4e\x3e\xea\x8d\x73\x09\x55\xee\xc9\xcc\xce\xcd\xcf\xde\xf2\x3f\ \x57\x65\xcf\x39\xe5\x98\xf3\x16\x72\x5d\x18\xbc\xfa\x27\x3f\x5c\ \xd9\x9e\x33\x13\xe3\xeb\xdb\x27\xda\x8e\x39\x6f\x86\xd6\x99\xc1\ \x1d\xbf\xfc\xef\x7b\xb6\xf4\x17\xcd\x70\x61\xc7\xce\xae\xe6\x15\ \x67\xbd\x65\x39\x21\x40\xdf\xb3\xf7\xad\xcd\xa5\x96\x1e\x7b\xdc\ \x11\x48\x2a\xd7\xf5\xcb\xdf\xde\x3a\xe4\x1a\x46\xb0\x7b\xc8\xa1\ \x30\x6f\x56\x3e\x24\x5a\x2e\xb9\xe4\xac\x9f\xfd\xfe\xf7\x9f\x7d\ \xe0\xfa\x90\x85\xb9\x5c\xa1\x66\xf1\x59\xef\x3a\x71\x1e\x79\xde\ \x3e\x03\xc1\x7e\xf3\x8c\xd0\x60\xde\xaa\x7b\x6f\xfe\xeb\xfd\xeb\ \x8a\xc4\x38\xca\xa2\x17\xbd\xe8\xfd\xef\x3b\x7a\x66\xda\xf7\x83\ \x31\x22\x20\x20\xe0\x50\x11\x59\x21\xc4\xb6\x6d\xdb\x16\x2e\x3e\ \x6c\xfe\xfc\x79\xae\xeb\x2a\x29\x13\xf1\x78\x7a\x64\x78\xcd\xb3\ \xcf\x56\x54\x94\x3f\xdf\x59\xc3\x84\x35\xb6\xf9\xd1\xff\x5b\xff\ \x20\x00\x10\x30\xd3\x34\x05\x67\x40\xc5\x67\xef\xbb\x7e\xd5\x3d\ \x04\x08\x00\xc8\x85\x61\x45\xc2\xb9\xf6\x27\x7e\xf2\x5f\x0f\x23\ \x2b\x19\x0f\x28\x8c\xdd\xbe\x56\x14\x82\xf5\xad\x7d\xe0\x67\xab\ \xef\x2b\xed\x16\xce\x85\x61\x86\xcc\xc1\xf5\x7f\xff\xc5\x9a\xfb\ \x01\x91\x08\xb8\x10\xa6\x6d\x81\xd3\x7f\xed\xf7\xbe\x4a\x6c\xfa\ \x63\x5c\x18\x86\x19\x02\xd9\xf7\x87\xff\xfb\x26\xc1\x74\x35\x60\ \xc6\x05\x83\xd5\xeb\x1f\xbb\x05\x00\x88\x88\x1b\xa6\x11\x04\x47\ \x0f\x19\x7c\xd7\xaf\x59\xfa\xc6\xaf\xb5\x2e\x5b\xbf\x79\x47\xc6\ \xa5\x68\x79\xdd\x9c\xb6\x46\x53\xfb\xf2\x79\xf3\xba\xfd\xe8\x28\ \x63\xc2\x19\xde\x7c\xcb\x9d\x6b\x96\xbc\xe5\x7d\xc7\xcd\x88\xf9\ \x52\x11\xb0\x68\x3c\x2e\xa5\x0a\x5a\x36\x20\x20\xe0\x90\xf1\xcc\ \x80\xef\xf9\xe5\xe9\x8a\x59\xb3\xdb\x3c\xdf\x57\x4a\x2b\xad\x7d\ \xcf\x4f\x24\x93\xd5\x35\x35\x13\xe3\xa3\x88\x6c\x0f\x67\xc1\x34\ \xc0\xb8\x69\xf2\x3d\x5e\x86\x92\x4c\xee\x65\x8b\x68\x0d\x8c\x5b\ \x36\xdf\xdb\xdd\xf0\x9c\x11\xc2\x85\xc1\xc5\x9e\x6f\x01\x13\x86\ \x29\xf6\x39\x18\x4d\xdb\xde\xfb\x0c\x1a\x00\x4d\xcb\xde\x67\xc4\ \x35\xf9\xfe\xbf\x25\xe0\xb5\xb5\x38\xe9\x45\x32\x61\xb9\x21\xf2\ \x23\x9d\xeb\xd7\x6f\x9e\x74\xa0\xac\xa6\x79\x4e\x5b\x93\x45\x9e\ \xbf\xbf\x25\x6e\x62\xbf\xbd\xd3\xc9\x4f\xea\xf2\xa6\x65\x4b\xe7\ \x56\x19\x05\x57\x03\x00\x68\xad\x82\x07\x1c\x10\x10\x70\x68\x59\ \x0c\x52\x96\x95\x95\x9b\x86\xe9\x38\x45\x02\x22\x22\x4d\x1a\x24\ \xa5\x52\xe5\x03\xfd\xbd\x6c\x0f\x83\x94\x31\x06\x44\xc1\xaa\xf6\ \x80\x3d\x95\xf4\x05\xf6\x56\x41\x2e\x20\xdb\xfb\xa7\x9f\xfd\x64\ \xfd\x14\x2b\x4e\x65\x4c\x2b\xf4\xc0\xb2\x33\x3f\x78\xe9\x29\x11\ \x94\xfa\xf9\x69\x6e\xfb\x53\x69\x08\xc5\x2b\xc2\xc3\x6b\x7f\xf2\ \xad\xaf\x96\x9b\xa4\x48\xf9\x3a\x7e\xf6\xdb\x2f\x5d\xde\x5c\x26\ \xfd\xc0\x24\x0d\x08\x08\x38\x94\xac\xd2\x5d\xa9\xad\x88\x00\x04\ \x48\xa0\x01\x18\x67\xfb\x58\x78\x97\xbe\xed\x12\xcb\xb6\x31\xd8\ \x3b\x2d\x60\x8f\x8e\xe1\xba\xae\xd6\x7a\xbf\xbd\x42\x08\xb6\x73\ \xe3\x63\xed\xc6\xd2\x2f\x7e\x6e\xc5\x5f\xae\x7f\xec\x94\x73\x8e\ \xbc\xe3\x0f\x37\x6e\xe8\x3d\xfc\xa8\xa6\xa8\x96\x2f\xaa\xa3\xc8\ \x84\x40\x96\x6c\x7e\xdb\xfb\x3f\xd0\x37\xe5\x95\x0a\xb7\x68\x30\ \xeb\x93\xb6\x56\x41\xba\x50\x40\x40\xc0\xa1\x2b\xa9\xd3\xeb\xa6\ \xb5\xde\xc7\x79\xa6\x94\xaa\xa8\xac\x9c\xd9\x36\x37\x68\xa3\x80\ \x3d\x69\xdf\xba\x59\x6b\xbd\xdf\x94\x34\x04\x2a\xe6\x0b\x91\x54\ \x7d\xcc\x66\xd2\x2b\x8e\x8f\x8e\x64\x0a\x24\x0e\xb0\xcf\xc1\xde\ \x3a\x8a\x48\x7e\xbe\xa3\x6b\x3c\x59\x59\x11\x4a\x54\xd4\x45\xa7\ \xf3\xaf\x09\x58\xc4\xe4\x81\x5b\x37\x20\x20\xe0\xd0\x33\x2b\xf6\ \x1c\xc0\x90\x0e\x90\x54\xad\x54\xe0\x4b\x0b\x78\x09\xbd\x42\x29\ \xaa\x6c\x5d\xb2\x00\xc9\x97\xa6\xe5\x6c\xba\xea\x9a\xee\x15\xa7\ \x9d\xbf\xb0\x36\xaa\x94\xff\x22\x3a\xca\x98\xf0\xb2\x9d\x37\x5c\ \x73\xef\x49\x6f\xbd\xa0\xfb\xee\xab\x57\x0e\xfa\x06\x47\x20\xa5\ \x78\xf9\x45\xef\xbe\x62\x45\x4b\x99\x1f\xf8\x75\x03\x02\x02\x0e\ \x49\x1c\xc7\xf1\x5d\x17\x11\x00\x10\x21\xf0\xdf\x06\xbc\x52\x89\ \x8d\x56\xcd\x3c\x22\x2a\x79\x28\x7a\xee\xdb\xde\x37\xbb\xdf\x99\ \xbd\x78\x49\x08\xa5\xaf\x5f\xcc\x1e\xd5\xca\x37\xca\xe7\x7f\xea\ \x8b\x73\x0d\xd3\x58\x3e\xf3\x8b\xe7\xea\x52\x4d\x41\x3d\x3a\x38\ \xa8\x42\xc6\x5e\xf5\x04\x03\x02\x02\x02\x0e\x05\x70\xda\x12\xed\ \xed\xee\x2e\x16\xf2\x0d\x4d\x4d\xa6\x30\x02\xe7\x59\xc0\x2b\xc4\ \x30\x45\xf7\xd3\xf7\xde\xb4\x21\xf4\xf1\x0f\x9f\xb3\x7d\xe5\xbd\ \x37\x3f\xb6\xc3\x7a\x7c\xc5\x07\xdf\x77\x69\x5d\x58\x3f\x5f\x0a\ \xf7\xb6\x47\x05\x1f\xdb\xfa\xd4\x23\xeb\xbb\x35\x72\x44\x44\x00\ \x42\x14\x54\x58\xfb\xcc\xe6\xe5\x17\x7f\xe0\xec\x8a\xb8\xef\x05\ \x21\xd2\x80\x80\x80\x43\x89\xd2\xae\x9e\x44\x33\x66\xce\x52\x4a\ \x96\x32\x47\x0e\xc6\x1c\x95\x52\x06\x6b\x10\xfe\xbd\x66\x5c\x88\ \x07\x2a\x74\xb5\x9f\x83\x89\x8a\xb9\x8c\x11\x4e\x3b\x9d\x4f\xdf\ \xf9\xac\xf3\xae\x4f\x7d\xfc\xf1\x3f\xfc\x71\xfb\xc0\x44\xfd\xcc\ \xb2\xd2\x7e\x66\x07\xd4\x51\x04\x46\xaa\x38\x3a\x3c\xa4\x98\x40\ \x40\x40\x44\x20\x25\x55\xf3\x8a\x53\x57\xcc\xaa\xd4\x32\x28\xc2\ \x10\x10\x10\x70\x88\x0e\x91\x3b\x76\xb4\x17\xf2\xf9\x86\x86\x46\ \xd3\x34\x5f\xf4\x78\xa5\xe4\x9a\x55\x4f\x21\x0b\xf2\x77\xff\x6d\ \xa6\x5b\x04\x00\xb0\x74\xf9\x11\x8c\x1d\x54\xa5\x0b\x0d\xac\xb6\ \x79\xc6\xc4\xdd\xb7\x7c\x69\xa5\xdf\x78\xc2\x15\x4b\x9a\x92\xeb\ \x53\x15\x31\xcb\xd8\x6f\xfc\x7d\x2f\x1d\x55\xd2\x4f\xcf\x3b\xe9\ \xc3\x4b\x4e\x23\x00\x21\x0c\x20\xe9\xfb\x0a\x19\x17\x82\x79\x85\ \xbc\xe3\xeb\xa0\xd3\x05\x04\x04\x1c\x92\xa3\x24\xb5\xb6\xce\x90\ \x4a\xf9\xae\x7b\x30\x56\xa6\xd6\xda\xb2\xec\xaa\xea\x1a\x1d\x54\ \x2d\xfd\xf7\x80\x21\x0e\x0d\x0d\x6a\xad\x0f\x52\x47\xa5\xef\x27\ \x5b\x8e\x78\xf7\x15\x91\xee\x42\xf8\xb0\xe5\x4b\x85\x70\xcf\xbd\ \xf4\xf2\x68\x22\x81\xca\x05\x49\xb0\xb7\x16\xee\x6b\xe4\x6a\xe9\ \x15\xa4\x2f\x04\xf6\x6d\x78\xf8\xe6\x9b\xef\x1e\x4a\x2e\x7e\xef\ \xa5\x67\xc9\x81\xed\x90\x6a\xae\x2d\x0b\x1d\xe4\x86\x44\x01\x01\ \x01\x01\xaf\xf3\x28\xd9\xb1\x63\x47\xa1\x90\x6f\x68\x68\xb4\x0e\ \xc2\x1e\x05\x00\xc6\xd0\x30\x0c\xad\x35\x00\x32\xce\x18\x20\x81\ \xd6\x4a\x23\x17\x0c\xb4\x7c\xe9\xcb\xfc\x58\xe9\x83\x52\x07\x49\ \x4e\x87\x62\x0f\x61\xec\xa5\x79\x1f\x08\x80\x1b\xc9\xf2\xd4\xf0\ \x54\xff\xca\xbf\xdf\xe1\x13\x0b\xd9\x86\x5b\xf0\xaa\xda\x16\xcc\ \x6d\xac\xa0\xbd\x13\x7d\xf7\x57\x17\x90\x73\x39\xb1\xfd\xfa\xeb\ \x6e\xb3\x5b\xe6\x8a\xa1\x81\x02\xc0\xb6\x87\xef\x18\x9a\xf1\xa6\ \x77\x9e\x3c\x47\xbb\xc1\x9e\x50\x01\x01\x01\x87\x1c\x9a\xf4\xfc\ \x05\x0b\x35\xe9\xcc\xe4\xe4\x41\x2e\x71\x21\x02\xa5\x94\xd6\x60\ \x1a\x34\x35\x3a\x3c\x99\xf7\x0c\x3b\x9c\x2a\x8b\x4d\xf5\xb4\x8f\ \x62\x6a\x56\x5d\x39\xe8\x97\xb0\x3c\x81\x33\x1c\xea\xd8\x30\xc5\ \xcb\x5b\xeb\xf7\x1d\x64\x03\x0e\x89\x1e\xa2\x5f\x5a\x30\x5c\x18\ \x62\x72\xe7\x93\x3f\xfa\xd1\x0d\xb2\xa2\x2e\x69\x0b\xe6\x4f\x6e\ \xda\xdc\x95\x6c\x98\x77\x5c\xa2\x7e\x4e\x73\x35\xaa\xbd\x72\x8d\ \xf6\x5b\x17\x10\x73\x13\x83\x93\x91\x59\x1f\x7a\xf3\x39\xf7\x5d\ \xfb\x17\x2e\x4c\x03\x95\x7c\x35\x7a\x46\x10\xd5\xdf\xab\x9d\x19\ \xc3\xd2\x8a\xb7\x52\x99\x47\x02\xc4\xd2\xbe\x49\x48\xbb\x7c\x4d\ \x88\xa5\x7c\x2f\x50\xcf\x5b\x5a\x1e\x34\xfb\xfe\x5b\x15\xb1\xd4\ \xa4\x00\xc0\x19\x47\x04\x4d\x9a\x08\x58\xa9\x25\xf7\x33\x21\xa5\ \x3d\xfe\x4f\x04\xcf\xe5\xad\xd0\x2b\x6b\xbd\x7f\xcf\xde\x3e\x5d\ \x1a\x66\x8f\xdd\xe5\x4a\xdd\x1b\x19\x22\xbe\xf0\xa6\x9a\xd3\x6d\ \x4f\x9a\x34\x69\x38\x78\x9b\xae\x94\xaf\x0b\xe8\xb8\x8e\xf4\xfc\ \x83\x4c\x32\xda\xfd\x88\xb8\x90\xab\x6e\xbf\xee\x17\x7f\x7e\x94\ \xc7\x42\x92\xd7\x7e\xe0\x53\xef\xe9\xbf\xe3\x37\x8f\x97\x5d\xf4\ \xbd\x2b\x9a\xdc\xec\x94\x66\x86\x65\x70\x20\x92\x9e\xeb\x13\x9a\ \xa6\xc9\x19\x02\x69\xcf\x73\xa5\x02\xc3\x34\x05\x67\x88\xa8\xa4\ \xcf\xd1\x79\xe2\xa6\xff\xdb\x58\x7f\xf9\xd7\xde\xdb\xea\x4e\x4c\ \x79\x52\x05\xb5\x93\x0e\x35\x25\x7d\x49\x3b\xd2\x71\x0e\x03\x1d\ \x1b\x55\xcb\xb1\xff\xf1\xc9\xb7\xc5\x48\x89\xec\xc6\xef\xff\xe4\ \xb6\x63\xdf\xfe\x91\xc3\xea\x0d\xcf\x3f\x88\xfd\x5e\xb4\xd6\x89\ \xaa\xd6\x16\x7e\xef\x55\xbf\xfe\x63\x61\x6c\x38\x7f\xfd\x6f\xb6\ \x6e\xa1\x37\x9f\xd2\xc0\xb4\x7a\x85\x3f\x30\x21\xc4\xbf\xc9\xd0\ \x82\x00\x80\x40\x04\xa4\x89\x31\x2c\x8d\xa8\xc8\x90\x88\x48\x6b\ \xc6\x98\x61\x08\xa7\xe8\xf8\xbe\xef\x14\x8b\xc2\x10\x91\x68\xc4\ \x30\x2d\x4d\x7a\x7c\x62\xd2\x71\x9c\x50\x38\x6c\x9a\xa6\xe0\xc2\ \x75\xbd\x42\xbe\x40\x5a\x27\xe2\x51\xc3\x30\x5e\xde\xd0\x2c\x84\ \x40\xc4\x7f\xe5\x96\xa7\xdd\xa3\x2a\xee\x61\x4c\xec\xfa\xe7\xee\ \xbf\x50\x08\xee\xfb\xb2\x58\x2c\xda\x21\xdb\x30\x8c\xf1\x89\x89\ \x42\xa1\x18\x89\x44\x43\xe1\xb0\xeb\x7b\xc5\xa2\xa3\xa4\x2c\x3d\ \x17\xdc\x7d\x86\x5d\x2d\x83\x88\x88\x8c\x33\x86\x0c\x81\xc8\x30\ \x04\xe7\x0c\x88\x4c\x43\xbc\x3c\x41\xe4\x9c\x33\xc6\xfe\xff\xe9\ \xf0\xd3\xcd\xf5\xdc\xd4\x03\x9f\x7b\x0c\xd3\x13\x17\xc6\x98\xe7\ \x7b\x08\x68\x85\x42\x8a\x68\x62\x62\xc2\x73\xbd\x70\x24\x1c\x8d\ \x44\x1d\xd7\x71\x9c\xbc\x54\xaa\xb4\xb2\x53\xef\x9a\x38\x4e\x9f\ \x94\x90\x80\x10\x91\x21\x9a\xa6\x11\xb6\x6d\x3a\xf8\xd1\x66\x7a\ \xde\x03\x08\xc0\x10\x00\x01\x34\xc0\x8b\x3f\x33\x24\x22\x0d\xdc\ \xc8\x6f\xbd\xee\xc6\xdb\x9b\xde\xfc\xdf\x5f\x3a\xa7\x79\xa0\x6f\ \x2c\x9e\xb6\xfb\x19\xac\xbb\xe5\x37\x1f\x5f\x77\xe7\x31\x6f\x7d\ \xe7\x42\xd9\xfe\x87\xbf\xdc\x37\xe6\x99\xc7\xbc\xed\x03\x6f\x5e\ \x60\xde\xf2\xeb\x6b\x1f\xd9\xd8\x97\x68\x3d\xfc\xed\x97\x5e\x38\ \x23\x85\xed\x4f\xde\x76\xfd\xdf\x1e\x19\xd7\xb1\x13\xce\xbf\xec\ \xc2\xa3\xea\x4d\x5b\x3f\x7e\xeb\x6f\x3e\xb6\xe6\xfe\x13\x2f\xb8\ \xf8\xb4\x15\xad\xca\xf1\x02\xbb\xe1\x90\x9a\xe1\xbd\xa4\xc7\x21\ \x25\xa5\x9b\x16\x1f\xc9\x8d\x90\xc1\x4d\x60\x18\xad\x3d\xfa\xb8\ \xa3\xaa\x62\x86\x61\xd9\x4a\x16\xf6\x59\xf9\xb2\xbf\xfa\xba\x5a\ \x51\xa4\xfe\xe2\x77\xbd\xf3\xce\xdb\xef\xeb\x50\x89\x5c\x81\x5f\ \xf0\x9e\xf7\x1e\xd9\x1c\xf3\x3c\xff\x65\xdf\x83\x52\xaa\xac\xac\ \xac\xb6\xae\xfe\xff\xd7\x08\x2b\x21\xe8\x3d\x7f\xa2\x9a\x48\x69\ \x43\x70\x29\x89\x73\x46\x00\x52\x6b\x22\x65\x70\x0e\x40\x82\x61\ \x4f\x57\x47\xfb\xe6\x0d\xdd\x9d\x3b\x2b\xcb\xcb\x66\xce\x9c\x51\ \xd6\x98\xde\x3a\xd4\xff\xd8\xd3\xcf\xb4\x77\x77\xda\xf1\xb2\x86\ \xa6\x19\x52\xb3\xce\xed\xdd\x1d\x5b\x77\x38\x53\x45\x90\xf0\xb9\ \xf7\x5d\xba\x60\xf6\x0c\xd7\xf3\x5e\x46\xef\x69\x69\x6d\xe5\x5c\ \xfc\x8b\x9a\x47\x84\x04\x40\x48\x6c\xd7\x88\x8b\x44\x84\x80\x4a\ \x12\x63\xc0\x18\x82\xf6\x41\xf9\x60\xdb\xa4\xe5\xd0\xc8\xc8\xe4\ \xf0\x88\x47\x72\x32\x33\xfe\xf4\xaa\x55\x4f\xad\x7a\x86\x85\x92\ \xad\x73\x17\x2b\x25\x57\xaf\x5e\xbd\xbd\xbd\x23\x33\x95\xd1\x9a\ \x3c\xdf\x17\x8c\x6b\xa9\x38\x33\x2c\x23\x66\x5a\xe1\x50\x34\x16\ \x2b\x4b\xc5\x93\xc9\x48\x28\x24\xb8\x46\xe5\x1e\xb6\x68\x4e\x79\ \x59\x0c\xdd\xcc\x69\x47\x1f\xe1\xbe\xf4\x9e\xaf\x94\xaa\xaa\xaa\ \x2e\x4b\xa5\xfe\xd5\x3b\x3c\x4d\x4f\x09\xb1\xe4\x16\xa3\x52\xe9\ \x3d\x8d\x02\x81\x31\x22\xad\x11\x41\x03\x68\xad\xa4\x52\x53\xd9\ \x8c\x27\xa5\x61\x9a\x5d\xfd\x43\x7f\x5f\xb5\x6a\xfb\xce\xce\xfa\ \x86\x86\x99\xb3\xda\x86\xb7\xec\x78\x76\xdd\xda\x2d\x5b\xb7\x4d\ \x4e\x4e\x01\xa2\x52\xca\xd7\x06\x90\x30\x18\x72\xce\x84\x19\x66\ \x56\x24\x14\x2b\x8b\x45\x42\x71\x53\x9c\x70\xf8\xc2\x0b\xce\x3a\ \xa5\x38\xb4\xf3\x25\x59\x73\xbb\x8a\xd4\x97\xae\x98\xe0\xe0\x6c\ \x41\x52\xbe\x32\xd3\x4b\xe7\xb7\xdc\x7f\xdf\x5f\xef\x2a\x7f\xe3\ \xd1\x2b\x16\xa7\x43\x39\xcf\x95\xcd\x47\x9c\xf2\xee\xf3\x8e\xa8\ \xaa\x49\x3c\xf8\xeb\x7b\xb6\xf1\x39\x1f\xbf\xfc\xc8\xca\x7a\xf3\ \xee\xab\x7f\x7c\xff\x60\xe3\x07\x3e\x78\xe5\xc3\x57\xff\xe0\x97\ \x7f\xa9\xfc\xf4\x69\xf6\x8f\x7f\x77\xcf\x51\x6f\xff\xe0\xac\xfc\ \xa3\x3f\xf8\xf9\xcf\x9a\x66\x7c\x8d\x69\x36\x67\xc5\x29\xef\x7e\ \xd3\x91\x89\x58\x42\x3a\x5e\xe0\x7e\x3b\xf4\x7a\x33\x1d\xbc\x9b\ \x83\xb4\x8e\x94\xd7\x96\x75\x6f\xfe\xc7\x1d\xb7\x33\x04\x22\x32\ \x62\xb5\x21\x6f\xf0\xa1\x7b\x76\x36\x2d\x3b\xbc\x2a\xcc\xf7\xf4\ \x13\x8b\xfd\x8f\xbd\xe4\x4f\x8d\x8f\x3a\x8a\x10\x01\x75\xe1\xc9\ \x3b\x6e\xb1\xad\x0b\x96\x36\x05\x75\xea\x5f\xc4\x06\xdd\xe3\x19\ \xa1\x46\xa6\x95\x16\x8c\x11\x91\x40\xe0\x8c\x01\x32\xad\x54\x7f\ \x6f\xcf\x9a\xf5\x6b\x46\x46\x86\x52\xe9\xd4\x89\x67\x9f\x99\x48\ \x26\xb6\x6d\xdb\x7a\xf3\xaf\x7f\x33\x9c\xcb\xa6\xab\x6b\x96\x2c\ \x39\x7c\x32\x5f\x7c\xf6\xd9\x75\x5b\xdb\x3b\xa6\xc6\xb2\x6e\xce\ \x5d\x3a\x7f\xe9\x45\xe7\x9d\xd7\xd0\x58\xee\xfb\xfe\xbf\x63\xab\ \xd2\x74\xbb\xe2\xb4\xdf\x95\x94\xd2\x86\x10\x8c\x03\x02\x6a\xa5\ \x18\x02\xd8\x76\x66\x6a\x62\x67\x67\x97\xe3\xf9\x79\xd7\x59\xbb\ \x71\xc3\xd3\xab\x56\x59\xa1\xf0\xe2\xc5\x87\xe5\x25\xae\x7a\x66\ \xf5\x86\x0d\x1b\x72\xb9\x1c\x22\xf3\x5c\x8f\x08\x39\x32\xcb\xb4\ \xcc\xb0\x1d\x0e\x87\x13\xf1\x74\x34\x9e\x8a\x27\xcb\xac\x70\x44\ \xd8\x36\x69\xad\xbd\x22\x53\xc8\x85\x35\x39\x95\x35\x65\xf1\xdf\ \xd6\x3b\x57\x72\x81\xed\x9e\xc3\x0b\x8e\x44\xa0\x34\x01\xa0\xe0\ \xa8\x95\xaf\xb5\x26\x4d\x8c\x71\x5f\xca\xa9\x5c\xd6\x57\x5a\x98\ \x46\x57\x57\xcf\xaa\xd5\xab\xbb\xfa\x06\xca\x1b\x9b\x8f\x3d\xe6\ \xf8\x6c\x2e\x77\xef\xdd\xf7\x6e\x6b\xdf\x3e\x31\x39\x29\x95\x66\ \x4c\x48\xdf\x97\x4a\x73\x2b\x64\x99\x91\xb0\x69\x46\x23\xe1\x68\ \xa2\x2c\x9c\x48\xc7\xca\x2a\x4c\xce\x23\x82\xca\x53\xe5\x93\x13\ \x93\x86\xd2\x9c\xbf\x84\x9d\x38\x4b\xfe\x7c\x64\x08\x08\x08\xec\ \x20\xec\x51\x20\x22\xa5\x7c\x85\xf1\x8b\xde\xf7\xe9\xe6\x87\xff\ \xf1\xd0\xdf\x7e\xf3\xd7\xbf\x56\xbe\xff\x63\xef\xe2\x8c\xc7\xca\ \x6a\x66\xce\x68\x31\x20\x47\x84\x55\x33\x66\x2f\x3b\xec\x30\x1c\ \xdf\x74\xdd\xba\x75\x43\xda\xbf\xe9\x86\xa1\x89\xd1\x7c\x31\x3d\ \xb4\x61\xc3\x78\xfb\xe0\x64\xf8\xef\x37\x6f\xf2\xc6\x8b\xbe\x1c\ \x1a\xc8\x12\xf0\x64\xba\x66\xd6\xcc\x66\x3f\x9b\x0f\xca\x10\xfe\ \xab\xdb\xa3\xc8\x98\x9b\x1d\x5e\xfb\xcc\xca\x29\x34\x18\x00\x68\ \xc9\xcb\x17\x34\x95\x37\x6e\x78\x76\x7d\x7c\xfe\x61\x35\x11\xbe\ \xe7\xfe\x69\xfb\x8b\x8f\x72\x21\xc7\xb7\x5e\xfb\xdb\x3f\xc2\x9c\ \xe3\x97\x2c\x89\x6b\x2d\x7d\x65\xa5\x22\x26\xe9\x60\x7a\xf5\x02\ \xc3\x3d\x10\x22\x02\x11\x00\x6a\x40\x22\x86\x84\xc8\xb5\x96\x9c\ \x0b\x40\x40\x45\xa3\x3d\xbd\xeb\x36\x6c\x98\xca\xe7\x92\x15\xa9\ \x79\x4b\x16\xa2\x29\x9e\x58\xf5\xd4\xd3\x6b\x9e\x75\x7d\x39\x6b\ \xc6\xcc\x24\xb1\xd1\xc9\xa9\xfb\xef\x7b\xb8\xbd\xb3\xab\xe0\x7a\ \xbe\x64\xa8\x99\x65\x86\xdb\x77\xec\xfc\xf6\xf7\x7f\xf2\x9d\xcf\ \xbe\x67\xd1\x9c\x56\xe7\xdf\x34\xcf\x0b\x77\xfb\xef\x4a\xbe\x3b\ \x22\x4d\xa4\x91\x33\x26\x78\xb1\x58\x18\xec\x1b\xea\xed\xed\x73\ \x3c\xb9\xb3\xbb\xe7\xd1\x27\x9f\xf0\x95\x9e\x31\x7b\x1e\x17\xc6\ \x43\x8f\xae\xdc\xba\xbd\x6b\xaa\xe0\x7a\x9e\x62\x0c\x19\xa3\x88\ \x1d\xe5\x42\xa4\x12\xa9\xb2\x54\x2a\x1e\x4f\x84\x43\x91\x50\x38\ \x62\x86\x22\xc2\x0a\x49\x42\xa9\x89\x94\x56\x5a\x1a\x02\x2c\x33\ \x34\xd4\x3f\x1a\x37\xff\x9d\xa3\x5c\xb8\x47\xed\x5a\xd2\x4a\x73\ \xce\x98\x00\xd2\x04\xa0\x11\x49\xfa\x9e\x30\x8d\xf1\xa9\xc9\x89\ \xa9\xa9\x78\x2a\xd5\xd3\xd7\x7d\xd7\x7d\xf7\x4d\x4e\x4e\x2d\x5e\ \xb6\xec\xa8\x99\xb3\xb7\x77\xf7\xdf\x76\xeb\x6d\xed\xed\x3b\x7c\ \x5f\x69\x20\x22\x66\x70\x41\x80\x21\xdb\x8c\xc4\x62\x91\x68\x79\ \x24\x9a\x48\xc5\xe3\xc9\x64\x22\x1a\x4b\x70\x3b\xea\x69\xa6\x7c\ \x3f\xcc\x94\x6d\x59\xbd\xdd\xdd\x4d\xe5\x21\xc1\x5f\xdc\x2b\xce\ \x19\x2b\xe4\xf3\x4a\x29\x44\xdc\xe5\xb1\x47\x44\xca\xe5\x72\x07\ \x15\x45\x22\xad\xb5\xb6\xa2\x55\x27\x5e\x70\xf9\xa9\xe7\x9d\xfb\ \xdb\x6f\x7c\xfc\x67\x37\x3c\x7a\x9a\xcd\x7d\x4d\x9c\x73\xa6\x89\ \x00\xb4\x94\x9e\xe7\x0a\x22\xd2\x7c\xce\x31\x67\x5f\x79\x62\xab\ \x94\x14\x2b\x4b\xec\x78\xe0\xe7\xa2\x62\xce\x5b\x2e\xbf\xa2\x52\ \xf8\x68\xd8\xa9\xb8\x79\xc7\x5d\x9e\xaf\x89\x31\xc6\x90\x94\x7e\ \x29\x21\xde\x80\xd7\x6b\x72\x78\xf0\x0f\x45\x49\x19\xaf\x5b\xf4\ \xe1\x2f\x2c\xc7\xdd\x42\x0c\xca\x71\xbc\x2b\x3e\xba\x80\xb4\x96\ \x7b\xab\xe1\xfe\xf2\x75\x11\xf2\xd9\xd1\x7c\x7c\xfe\x07\xae\x7c\ \x7b\xa3\xa1\x49\x03\x22\x39\x85\x82\x27\x83\xf5\xa3\x2f\x38\xdd\ \x21\x04\x20\x46\xa5\x9f\xb3\x26\x22\x24\x62\x8c\x00\xd4\x60\x67\ \xf7\xb6\x4d\x9b\x5c\xc7\xa9\x6d\x6c\x5c\x36\x63\x45\xe7\x40\xef\ \x9d\xff\xf8\xc7\xe6\x8e\x1d\x89\x8a\x74\xdb\xb2\x15\xc4\xd9\xb6\ \x8d\x9b\x37\x3e\xbd\x76\x6c\x62\x32\xef\xfb\x0a\xb9\x92\x5c\x69\ \x0c\x19\x21\x4b\xd8\x8c\x38\x47\x43\x08\x03\xfe\x3d\xf3\x56\x08\ \xf7\xd2\x51\x04\x02\x45\x44\xdc\x30\x5c\x27\xbf\x63\x67\xc7\xd8\ \xe4\xc4\xe0\xf0\xe8\xe0\xe8\xe8\xd6\xad\xdb\x72\x05\xb7\xa6\xbe\ \xd9\x95\xea\x91\xc7\x9e\xde\xba\x7d\x3b\x69\x54\xc4\x90\x78\x22\ \x12\x89\x44\xa3\x86\x61\x9a\xa6\x55\x53\x5d\x5b\x96\x2a\x0f\x87\ \xc3\x96\x65\x73\xc6\x14\x12\x30\x2e\x89\x11\xa1\xe0\x02\x38\x31\ \x22\x03\x0d\x02\x1c\x1b\x9f\x0c\x95\x87\xff\x7d\xfb\x3c\xe1\x2e\ \x6b\x94\x00\x88\x0b\x54\x52\x12\x29\xce\x19\x32\xe6\x4b\x3f\xeb\ \x16\x32\xa3\x59\x62\xac\x6f\x64\xe4\xaf\x77\xdd\xdd\x37\x3c\xd2\ \xd4\xdc\xda\xd8\x36\x67\xdd\xc6\xcd\x9b\x37\x6f\x1d\x1e\x99\x74\ \x1c\x17\x08\x0c\xcb\x22\x02\xa9\x74\x24\x12\x4b\x26\x93\x15\x95\ \x95\xc9\xb2\x94\x19\x8a\x87\xc2\x91\x88\x65\x09\xce\x35\x30\xc5\ \x4c\x54\xe8\x29\x32\x0d\x16\xb1\x43\x53\x43\x3d\x3a\x65\xc1\xf4\ \xbc\xf4\x85\xbc\x74\xa6\x65\x0e\x0e\xf6\x0d\x0d\x0e\xd4\xd6\xd5\ \x15\x0b\x0a\x11\x4c\xc3\x70\x5c\xa7\xbf\xaf\x37\x1e\x4f\x68\xad\ \x0e\xe0\x72\xdb\xe5\x0a\x66\x9c\x17\x7b\x6f\xf9\xeb\x03\x19\x5e\ \x9e\xb6\x0a\xcf\xec\xc8\x37\x9c\x5e\xdb\x68\x0e\xde\x74\xdb\xed\ \xd7\x86\x47\x67\x2e\x59\x24\x7d\xaf\xe0\x79\x5a\xf9\x2a\x54\x7d\ \xec\x31\x87\xff\xf2\xde\xbf\xde\x63\x9e\x10\x01\x98\xb1\xe4\xd8\ \xd9\xcb\x8e\x9f\x73\xeb\x8f\x6f\xbc\xe5\x9e\x23\x5b\xe2\x3c\x52\ \x77\xd2\xc9\x4b\x6b\x1b\xeb\xae\xbf\xf7\xce\x6b\x43\xe3\x2d\xb3\ \x17\x2c\x9d\x55\x07\x4a\x06\x96\xc7\xa1\x34\x2b\xc4\x97\xb4\xf9\ \x2c\x37\xc4\x64\xcf\xba\x1b\x6f\xb8\x6b\x0a\x4b\x65\xe6\x3d\x5e\ \xbe\xe4\xb2\xb7\x9e\x5a\x6e\xef\x67\xc5\xf1\x7e\x3a\x99\xd2\x3a\ \x51\xd9\xd2\x1a\xbe\xff\x77\x3f\xfc\x49\x99\xe1\x79\x52\x49\x19\ \x3e\xf1\xfc\x37\x2d\x6a\x48\x4a\x19\x38\x2b\x5e\xd0\xaf\x4b\xbb\ \x46\x20\x06\xa8\x09\x38\x4c\x8e\x4f\x6e\x5c\xbd\x7a\x6a\x6a\xaa\ \x75\xd6\xac\x74\x55\xd5\x8e\xae\xce\xab\xff\x74\xc3\x68\x26\x93\ \xa8\xac\x5a\x71\xf4\xf1\x83\xe3\x63\x4f\xac\x5c\xbd\x76\xf3\x26\ \x3f\xe7\x62\x51\x29\xd0\x4a\x73\x62\xc2\xb2\xec\xa8\x1d\xb1\x85\ \x1d\x09\x45\xa3\xe1\x48\x32\x51\x1e\x89\xc6\xd4\xbf\xeb\xe2\xdd\ \x52\xab\x12\x32\x00\xd2\x5a\x31\xce\x11\x59\xc7\xce\xf6\xbe\xbe\ \x5e\x4f\xca\xee\xe1\x91\xa7\x56\xad\x66\xcc\x28\xab\xa8\xf6\x47\ \x27\x9f\x78\x7a\x4d\x47\x57\xb7\xeb\x2b\xc6\x6c\x8d\x18\x8d\x44\ \x2b\x2a\xab\xcb\x92\xc9\x74\xba\x22\x14\x89\xe4\x0b\xc5\x54\x79\ \x3a\x14\x0e\x49\x5f\x71\xc6\x19\x67\x1a\x94\x06\xd0\x12\x98\x42\ \xc6\x84\xd4\x3e\x32\x6e\x18\x02\x41\x48\x4f\x1b\xc2\xfc\x77\x0e\ \x72\xed\xee\xcf\xbb\xb2\x6e\xa5\x10\x42\x2a\x39\x36\x32\x94\x2d\ \x14\x98\x69\x6c\xef\xea\x7a\xea\x99\x55\x0a\x58\xaa\xa2\xba\x21\ \x12\xef\xe8\x1d\x78\xf6\xae\x7b\xa7\x32\x79\x25\x41\x80\x30\x8d\ \x70\xc8\xb6\x13\x65\x65\x91\x78\x02\x11\x2b\x2b\xab\x53\xe5\xe5\ \xd1\x68\xd4\xb2\x42\x3e\x70\x02\xce\x40\x82\x56\x84\x5c\xa0\xa9\ \x48\x5b\x96\x15\xe2\xda\x30\x8c\x5c\x36\x47\xba\xf2\xe0\xcc\x0b\ \x48\x95\x95\x6d\x5c\xbf\x2e\x9f\xcb\xd7\xd6\xd7\x1a\x86\x31\x34\ \x34\xb8\x7d\xdb\xb6\xf2\x54\x0a\x5e\x50\x85\x11\x00\x08\xb4\xd2\ \x84\xa1\xca\xb2\x48\xd7\xa6\xed\x83\x8a\x2f\x38\xe7\x7d\x67\x9e\ \x7c\x58\x52\xd6\x5f\x9a\xb9\x6d\xf5\xb6\x8e\x54\xcb\xfc\x99\x87\ \x9d\x88\xbc\x4e\x79\x9e\xa7\xe0\xf0\xf3\xde\xcb\x63\x77\x3f\xb2\ \x6e\xbd\x0a\xd7\xd4\xcf\xf7\x8c\xa6\x25\x9f\xf8\xec\x87\x6f\xbf\ \xf7\xd1\xb5\x1b\x86\x5b\x16\x55\x39\x2e\x2c\x38\xf1\xed\x97\xe6\ \x6f\x5d\xb7\x6d\x47\x59\xd3\x3c\x02\x08\xc2\xa3\x87\xa0\x35\xfa\ \x12\x0e\x56\xda\x0c\x97\xcd\x5b\xbc\xa4\x88\x1c\x51\x98\x72\xe0\ \x9e\xbf\xaf\xdc\x39\x7e\x6c\x45\x7d\x58\x69\xf5\xe2\x3a\xca\x90\ \x49\xbf\x38\x3e\x34\xe6\x37\xb6\x35\xb5\x36\x82\x96\x4a\x59\x89\ \x90\xd0\xaf\xa0\x5f\x20\xa2\xef\xfb\x4a\xa9\xd2\x66\x6f\xa5\xe4\ \x8b\x83\xac\x2b\x71\x88\x3e\x92\x5d\x09\x8a\xf0\xdc\x0a\x07\x3d\ \x9d\xf5\xcf\x18\x00\x64\x32\x13\x3b\xda\xb7\x0d\xf4\xf7\xc7\xe3\ \xf1\x45\x87\xaf\xe8\x9d\x1a\xff\xe3\x1f\xae\x29\x14\x9c\xd6\x99\ \x6d\x6d\x4d\xad\x5d\xbd\xfd\xb7\xdf\x71\xdf\xce\xee\xee\x4c\x26\ \x67\x86\x22\xd2\x63\x40\x60\xd9\xe1\xb0\x19\xb2\xc3\xd1\x68\x22\ \x19\x0e\xc7\xa2\x91\x78\x79\x2a\x1d\x0d\x47\x01\x38\x17\x82\x5e\ \x7e\xe1\x95\x5d\x4b\x6b\x76\x3d\x8b\x43\xbf\x79\xb5\xd6\x44\xc4\ \x18\x63\x8c\x95\x16\x41\x28\x29\x99\xe0\x04\x4c\x13\x14\x0a\xb9\ \xf1\xa9\x6c\x7b\x47\xe7\x8e\xce\xae\x29\xcf\x4f\x56\xd4\x8c\x8c\ \x8c\xfe\xe3\x91\x27\x3a\x3a\x7b\x08\x38\x37\x2c\xc1\x18\x67\x66\ \x43\x63\x63\x73\x53\x6b\x32\x51\x16\x8d\x45\x11\x99\xaf\x14\x60\ \x36\x99\x4c\x6b\x20\x62\x8a\x31\x4e\xa4\x35\x49\x05\x84\x02\x19\ \xe3\x00\x28\x1d\x8f\x21\x96\x16\x6d\x4b\xa5\x11\xd9\x2b\xe9\xf3\ \xa5\xbe\xf1\xdc\x3a\x1c\xce\x4b\xb7\x56\xda\x3a\x18\xf7\x48\x73\ \x85\x43\x6c\x9d\x4c\x69\xb9\x95\xef\x4b\xc6\xd8\xf4\x0c\x51\x03\ \x0a\xc3\x93\x72\x72\x6a\x32\x57\x74\x7b\x87\x46\x36\xb5\xb7\x8f\ \x4d\x4c\xd6\x34\xb4\xe4\x1d\xef\xa9\xd5\x6b\xb6\xed\xec\xca\x15\ \x3d\x40\xee\x29\xb4\xcd\x50\x3a\x59\xd1\xd4\xd0\x98\xae\x48\x47\ \x62\x51\xdb\x0e\x67\x32\x99\xea\x9a\x5a\x44\x24\x60\x5c\x08\x86\ \x42\x01\x82\xf2\x40\x49\x22\xa6\x98\x69\x22\xb8\x45\x05\x1c\x39\ \x13\xc5\xa2\x73\x90\xbd\x54\x6b\x1d\x8b\xc7\xe3\xf1\x64\x6f\x4f\ \x57\x67\xe7\x0e\x22\x10\x82\x57\xd7\x54\x27\xe2\xc9\x9e\x9e\xce\ \x17\x1d\x55\xb5\xf2\x89\xc5\x0e\x3f\xf5\x2d\xc7\x9c\xc5\x11\x40\ \x49\xaf\xe8\x38\xae\x48\x9d\x7e\xc9\x07\xce\x11\xe8\x15\x0b\x8a\ \x35\x2f\x04\xbf\xe0\xfa\x00\xe0\x68\x63\xc9\xa9\x6f\x3e\xe2\x2c\ \x01\xa4\x9c\x62\xa1\x90\x2b\x46\xea\x17\xbf\xf3\x83\x2b\x38\x03\ \xe9\xb9\x45\x27\xaf\xec\xf4\x59\x97\x7d\xf8\x3c\x8e\x5e\xb1\xe0\ \x78\xc1\x52\xfb\x43\xcd\x61\x88\x2f\x69\x6a\xa3\x94\x0a\xa5\x9a\ \x4f\x3b\x6f\xce\xf4\xbf\xe5\xce\xcd\xcf\x6c\x2d\xba\xfb\x4f\x52\ \xd9\xef\xfa\x51\xc8\x8e\xf5\x4f\xc4\xe6\xbf\xef\x43\xef\x6e\xb1\ \x74\x69\x59\x97\x53\x28\xf8\xaf\xac\x4e\x07\xed\xca\x05\x28\x45\ \xe0\xf9\x01\x36\x44\xfd\x57\x7a\x2a\xbb\x86\x7b\x98\x5e\x06\xaa\ \x11\x19\x10\x8d\x8d\x4d\x6c\x6b\x6f\x1f\x9f\x18\x2f\x2f\x2f\xaf\ \x6f\x9b\x3d\x3a\x32\x76\xed\xcd\xb7\x0c\x16\xf3\x0d\xad\x2d\x49\ \xc6\xd6\x6e\xde\xbe\x79\xf3\xd6\xcc\x54\xbe\xe8\xb8\x40\xdc\xb6\ \x62\x4c\x31\xcb\xb6\x85\x69\xa7\x2b\x2b\x53\xe5\x15\xc9\xb2\x54\ \x24\x1e\x17\xdc\x60\xcc\x60\x4c\x30\x64\x52\x21\xbc\x02\xf1\x53\ \x52\xa2\x61\x94\x06\xeb\xd2\x05\x1f\xca\x52\x5a\x2a\xdc\x25\x84\ \xd8\x7d\x9d\x4a\x6b\xcf\xf3\x42\x11\xdb\xf3\x55\xc1\x71\x26\x33\ \xd9\xd5\x6b\x56\xad\x7e\x76\x8d\xeb\x79\xc8\x44\xa6\x50\x7c\xe2\ \x99\x87\x7b\x7b\xfb\x19\x17\xc4\x4c\xce\xcc\x68\x2c\x99\x4c\xa6\ \x9b\x9a\x5a\x1a\x1a\x1b\x2d\x2b\x8c\xc8\x0c\x21\x3c\x29\xc9\x57\ \xc2\x92\xcc\x0c\x11\x69\xce\x34\x11\x4a\xe9\x6b\x04\x22\xad\x00\ \x7d\x0d\xa4\x35\x0a\x83\x3c\x85\x8c\x21\xa2\x10\x9c\x80\x5e\x41\ \x87\xa7\x7d\xe6\x5b\x5a\xeb\x52\x6d\x74\xc3\x30\x18\x63\xbb\x37\ \x10\x26\xa2\xd2\xcc\xf2\xd0\x79\x2e\x5a\x29\xa5\x25\x00\xf7\x7d\ \xdf\xb4\x4c\xa5\x01\x39\x2f\x78\xae\xe3\x3a\x5b\x77\xf6\xac\xdf\ \xb8\xa1\x28\x89\x5b\x36\x89\xf0\x5d\xf7\x3f\xbc\x63\x47\xa7\x4f\ \x84\xdc\x04\x34\x4d\x33\xd4\xd0\x58\x57\x5f\x57\x3f\xa3\x69\x46\ \x3c\x1e\x47\x00\x8d\x00\xc0\x7d\x85\xe1\x58\x99\x56\x5a\x2a\x8d\ \x8c\x21\x33\x00\x88\x33\x20\x26\x94\x06\xad\xd0\x27\xcd\xb8\x60\ \x5c\xfb\x52\xb9\xd3\xdb\x9f\x1d\x64\x87\x51\xe1\x48\xa4\xb9\xa5\ \x95\x48\x97\x16\xd7\x19\x86\xe1\x38\xee\x8b\xba\x8f\x48\x6b\x29\ \x7d\x22\x92\xbe\x5b\xd8\xeb\x3d\x3f\xeb\x3b\xbb\xfe\x76\x8a\x7b\ \xbc\x21\x73\x7b\x1d\xa9\x94\xef\x39\xf9\x3d\xdf\xcf\x7a\x4e\xa0\ \x58\x87\xae\x7b\xe5\xa5\xe8\x28\x17\x22\x3f\xd2\x7e\xf7\x43\xab\ \xf2\xc8\x05\xc7\xa9\xae\x0d\x5b\x9d\xaa\xb3\x2a\x13\xfb\xb5\x67\ \xf6\xb7\xee\x85\xc0\x8e\x24\x8d\x91\xf5\x57\xfd\xe8\x47\x95\xa6\ \x52\xa4\x7d\x1d\x3d\xe1\xdc\x37\x2e\xac\x4b\xbc\x12\xbf\x6e\xc9\ \x24\xb5\x2c\x4b\xfe\x7f\x51\xef\x7e\xb7\x31\x51\x1a\x25\x11\xc1\ \xf3\x24\xe3\x62\x60\x70\x70\xf3\xd6\x6d\xe9\xea\x9a\xd6\xea\x9a\ \xad\xed\xed\x8f\xac\x5e\xcb\xb9\x91\x6a\x68\x72\x27\xa7\xd6\xac\ \xdf\xb6\x6d\xcb\xb6\x62\xd1\x21\x60\xa4\x59\x34\x56\x1e\x8f\x26\ \x93\xc9\x54\x79\x2a\x65\xd8\xb6\x66\x98\x2e\x2f\xb7\xac\x10\x37\ \x0c\x26\x0c\xc1\x0d\xa9\x49\x29\x8d\x80\x28\x38\x63\xec\x65\x0f\ \xe9\xbb\x25\xff\x5f\xc2\x1e\xe5\x9c\x97\x74\x05\x11\xb5\xd6\xae\ \xe7\x5b\xb6\x45\x8a\x15\x5c\x7f\x70\x78\x64\xe3\xe6\xad\x9b\xb6\ \x6e\xed\xeb\x1f\x90\x4a\x0f\x0d\x0f\x77\x74\x75\x0f\x8d\x4d\x71\ \x61\x86\xc3\x65\x9a\xa0\xbe\xa1\xb1\xae\xbe\x29\x9d\xae\x2c\x2b\ \x2b\xb7\xc3\x21\x29\x49\x6b\x14\xa6\x85\xc0\xb4\x72\x24\x68\x47\ \x63\xc1\x57\xc8\xb8\x24\x20\x44\x1f\xb8\x92\x52\x6b\x94\x4a\x7b\ \x1a\xb4\xd2\x06\x02\x43\xb4\x6c\x93\x90\x34\xc8\x57\x50\x7c\x95\ \x38\x17\x00\x50\xda\x5f\xa2\x94\x08\x33\x6d\x5e\x13\xed\xb6\x4a\ \x77\x1b\xa6\x87\xe0\x43\x11\x8c\x01\x01\x33\x0c\x00\xd4\x88\x63\ \x13\x53\xdb\x3b\x77\x6e\xda\xba\x75\x62\x62\x4a\x23\x8c\x8e\x65\ \xb6\xed\xe8\x1c\x1c\x1c\x92\x9a\x98\x11\x8e\x98\xa1\x68\x2c\x9e\ \x2e\xaf\xaa\xaa\xae\xa9\xaf\x6f\x28\x4f\x57\x10\x30\xce\x85\x54\ \x0a\x91\x69\x02\x34\x8b\x4c\x98\xc8\x51\x7a\x1e\x21\x6a\x26\xa4\ \x92\x92\x80\x94\x56\x9a\x1c\x49\x4a\xa3\x6d\x18\xdc\xd4\x92\x14\ \x31\xc6\xd8\x4b\x98\x67\xef\xe9\xbd\xd8\xb3\xab\xbf\xf0\x47\xc2\ \xe1\x48\x43\x63\xcb\x2b\x99\x2a\x05\xfc\x6b\xd1\xb5\x73\xc7\xee\ \xc9\xeb\xc1\x0c\x9b\xca\x77\xc6\xc7\x46\xf3\xcc\x20\xe5\x5b\x95\ \x8b\xdf\xf7\xe6\x13\x1a\xa2\xb0\xdf\xfd\x43\xc5\xf3\x3f\xcd\x18\ \x58\xa9\x96\xf3\x2e\x7c\xe3\xb6\x11\x87\x31\x44\xd0\x92\xec\x88\ \xc9\xe9\x15\xfa\x75\x3d\x7f\x68\x68\xa8\xaa\xaa\x8a\x73\x5e\x72\ \xed\xfe\x4b\x67\x42\x96\x1c\xa5\xa5\xdf\x2d\x22\x2a\x2d\x19\x47\ \xcf\xf7\x12\xe9\x54\x2b\xb6\x3d\xbb\x7e\x63\x67\x4f\x9f\xe6\xc2\ \xae\xa8\x1a\x18\x18\xba\xef\x8e\x7b\x07\xfb\x47\x3d\xcf\xb7\x6c\ \x9b\x63\xc8\x30\x43\x35\x35\x35\x75\x0d\x8d\x95\x15\x55\x56\x38\ \x0c\x0c\x1d\xc7\xe1\x8c\x95\x25\x93\x4a\x69\x64\x02\x90\x2b\xa9\ \x4d\x81\x60\xa0\x02\xd2\xf2\xa5\xd4\xe1\x78\x1e\xa6\x69\x02\xe2\ \x6e\x5f\xfa\x9e\x3e\xde\x43\x73\x82\xb2\xfb\x52\x11\x51\x98\xe6\ \x54\x3e\x97\xcd\x17\xd6\x6d\xd8\xbc\x76\xed\xfa\xe1\xd1\xf1\xc9\ \x6c\x7e\x68\x78\xac\xbb\xa7\xd7\x71\x3c\x05\x10\x89\xa6\x19\x17\ \xb1\x68\x74\xde\xbc\x05\x4d\x4d\x4d\xb1\x44\x22\x12\x89\x39\x8e\ \x5b\x28\xe4\x6d\xd3\x56\xc0\x3d\x45\x00\xa0\x34\x4a\x60\xc4\x84\ \x46\x21\xb5\x76\x5c\x5f\x92\xf6\x3d\x1f\x94\x22\x8d\x0a\x48\x69\ \xd0\xa4\x34\x69\x8b\x91\x26\x65\x18\x58\x28\x66\xa5\x8a\xbf\xbc\ \x86\x37\x0c\x73\xd3\xa6\x8d\xa4\xa9\xaa\xaa\x2a\x9d\x4e\xc7\x13\ \x89\xe9\xdf\xdb\xae\x6d\x9b\x08\x48\x30\x51\x92\x52\x22\x2a\xcd\ \x1e\x0e\xa1\x87\x00\x80\x00\xbe\xf4\xb8\x61\x8e\x4f\x4d\x6e\x69\ \xef\xd8\xba\xb3\x73\x2c\x93\xcd\x14\x0a\x5d\xbd\xfd\x3b\xbb\xba\ \x33\x59\x17\xc8\xb0\xcc\x58\xcc\xb6\xab\xaa\xaa\x67\xcd\x6c\xab\ \xab\x6b\x88\xc7\xe3\xa6\x69\x22\x20\x30\xe6\x03\x07\x44\x92\xd2\ \xf7\xe5\x54\x36\x83\xdc\x90\x1a\x15\x01\x31\xa1\x89\x7c\xa5\x8b\ \x52\x32\x55\x32\x7c\xb5\x4f\x08\x80\x12\x18\x72\xae\x90\xb8\x29\ \x5e\xf3\xa0\x0f\x01\x17\xc2\xb2\xed\x40\x5d\xfe\x7d\x60\x2f\xc5\ \x09\xaa\xa4\x4c\xd4\x2e\x78\xfb\x15\x4d\x43\x13\x6e\x65\x4d\x95\ \x81\x1a\x01\x5c\xd7\x3d\x18\xbf\x2e\x82\xf2\xc6\x27\x33\x76\x34\ \x32\xe3\xb0\x63\x5b\x69\x2f\x23\x57\xa9\x57\x90\xe7\x42\x64\x18\ \x86\xd2\xba\xe4\xd4\x15\x42\x10\xc1\xbf\xa0\x8c\x3e\xb7\x12\x40\ \x6b\x5d\xaa\xeb\x47\x44\x9e\xe7\x01\x92\x27\xbd\xfe\xc1\xc1\x75\ \x9b\x36\x77\xf7\x0f\x72\x2b\x24\xb9\xd8\xd1\xd9\xdb\xde\xd9\xdd\ \x3f\x34\x24\xb8\x99\x10\xd1\xa4\x61\x72\xcb\xa8\xaa\xa9\x69\x68\ \x6d\x29\xaf\xaa\x08\xc7\xe2\x92\x40\x22\x08\xc3\xd0\xb9\x0c\xd7\ \xda\x0e\x87\x5c\xd7\x67\x8c\x2b\x05\xa5\x35\x4b\x8a\x88\x88\x34\ \xe8\x57\xd0\xf0\x34\x36\x3e\x11\x0e\x87\x42\xa1\xd0\x6e\xa1\xda\ \x1d\xba\x03\x82\x83\x98\x8f\xbf\xc4\xc0\xc2\x2b\x33\xee\x4b\x22\ \xca\x19\x23\x22\xa9\xd4\xc0\xf0\xd0\x8e\x9e\xee\x9e\x9e\xde\xfb\ \xff\xfe\x90\x22\x36\x3c\x3c\xde\x3f\x34\x3a\x39\x95\xb5\xec\x88\ \xb0\xc2\xd1\x50\xb4\x2c\x55\xd1\x50\xdf\x58\x9e\x2e\xaf\xaa\xaa\ \x0a\xd9\x21\x22\xe0\x8c\x0b\xc3\x34\x0c\xdf\xf7\x3d\x8d\x06\x71\ \x93\x08\x14\x30\x60\x42\x03\xe6\x1d\xd7\xf1\xbd\x7c\xd1\x51\xa4\ \xb5\xd2\x4c\x03\x02\x23\x64\x80\xc8\x10\x0c\xcb\xf0\x0a\x85\xee\ \xae\x81\x59\x8d\x95\xc3\xc3\x03\x0d\xe9\x30\xbe\xac\x01\x3d\x14\ \x0a\xdd\xf6\xfb\xab\xff\xfe\x8f\x7f\xd4\xd7\xd7\x97\x95\x95\x55\ \x55\x55\x55\x57\x57\x37\x35\x35\x35\x34\x34\xa4\x2b\x2a\x62\xd1\ \x68\x28\x14\x32\x0d\xe3\x85\x4d\xa8\x52\xb3\xbc\xfa\xad\xbf\xeb\ \x8c\x78\xc0\xcc\x0b\x62\x42\x00\xe8\xec\xf8\xc4\xd0\xe8\xe8\xfd\ \x0f\x3e\x92\xf7\xfd\x91\xa9\x5c\x7b\x57\xcf\xf0\xf8\x54\x51\x4a\ \x61\x9a\x89\xf2\x1a\x83\xd9\x65\xc9\x44\x43\x7d\xfd\xac\x59\x6d\ \xb5\xd5\xd5\x08\xdc\x30\x0c\xe9\xf9\xbe\xe7\x2a\x0d\x0a\x88\x10\ \x81\x09\x60\xe8\x4a\x6d\x98\x21\x47\x6a\xcf\xf3\x90\x09\xd7\x77\ \x8b\x44\x9e\x56\x4c\x4b\x90\xbe\x26\xd2\x68\x68\xd2\x82\x21\x37\ \x4d\x5f\x4a\xc7\x75\x5f\x87\x39\xc5\x2b\x99\xb8\x68\x67\xaa\x7f\ \xac\x98\xae\xa9\xb6\x0f\xb6\x77\xe8\x89\xa1\x7e\x1d\x4e\x97\xc7\ \xf6\xa3\xdc\x1d\x2b\xef\xe9\xc0\x99\xa7\xac\x98\xb1\xdb\x3f\x3c\ \xd2\x3f\xc4\xe3\x95\xa9\xa8\xb1\xaf\xab\x10\x11\x00\xb6\x3f\x7d\ \x47\x07\xce\x39\x6d\xf9\x8c\xe7\x9f\x6a\xf3\xc3\x77\xf6\x87\x96\ \x9e\x7c\x78\x4d\xa0\x9a\xfb\x7d\xe4\x2f\x41\x74\x85\xe1\x8f\x6e\ \xfd\xdd\xaf\xaf\xda\x38\x48\x73\x4f\xbc\xe8\xca\x73\xe6\xac\x7b\ \x7a\x53\xed\xbc\x25\x55\x31\xa1\xf5\x0b\xef\xe3\xcd\x85\x37\xbe\ \xe9\x57\x3f\xbd\xe7\xa4\x4b\x2e\xec\xba\xeb\x77\x4f\x0e\xfa\x06\ \x43\x00\xe5\xeb\xc4\x85\xef\x7d\xef\xd1\x33\xd3\xbe\xff\x32\x5d\ \xb2\x9a\xb4\x6d\x87\x2a\x2a\x2a\x19\xc3\xd2\x88\x21\x04\x57\x04\ \x9a\xa6\x4b\xe8\x95\x6c\x65\x86\x50\x5a\xff\xcd\x00\x88\x34\x00\ \xb1\x5d\xd5\x33\xa7\x2d\x32\x2c\x1d\x0e\x52\xe9\xe9\x55\xd7\x08\ \xa0\x15\x22\x10\x22\xd1\xcb\x9f\xc3\x6a\x64\x00\xc0\x08\x18\xe9\ \x3d\x57\xcd\x01\x63\x04\x08\x0c\x80\x50\x69\x4d\xa4\x85\x00\xad\ \x15\x22\x29\x45\xc2\x30\x5d\xdf\xd3\x04\x3b\x7a\xfa\xd7\x6f\xd9\ \x3a\x34\x34\x9c\x2f\xba\x99\x42\x71\xfb\xce\x2d\x7d\x83\xc3\x8e\ \xa7\x34\xf2\x58\xac\x3c\x1a\x8a\x37\x57\x36\x37\x54\xd5\x27\x52\ \xf1\x64\x3a\x65\x85\x2d\x47\x7a\x4a\x30\xc6\xb9\xe0\x5c\x21\xc9\ \x2c\x91\xef\x11\x20\x33\x0c\x4d\xa8\x48\x2b\xad\x7d\x29\xa5\x92\ \x4a\x6b\x5f\x13\x41\xe8\x65\xfb\xd2\x3f\xf3\xf1\x4f\x09\x21\xea\ \x1a\xeb\xea\x9b\x1a\xd2\x95\xe5\xe9\x74\x79\x6d\x75\x4d\x79\x59\ \x2a\x1e\x4f\x01\x03\xdc\x3b\xe8\xad\x94\x22\x44\x86\x0c\x68\x77\ \xed\x3d\x52\x4a\x97\x32\x4f\x90\xb1\xdd\x75\x50\xa7\x67\xf5\xb0\ \xef\x19\xf6\xed\x8e\xba\xf4\xc4\x40\x23\x68\x06\x84\x40\x44\x48\ \x80\x0c\x49\xaa\xd2\x26\x0c\xbe\xef\x31\x46\x58\x0a\x4b\x32\x46\ \x80\x04\x98\x73\xbd\xa7\x9e\x7e\x66\x4b\x7b\xc7\x86\xcd\x5b\x2a\ \x2a\xab\xba\x7a\x47\x06\x06\x87\x15\x61\x34\x96\x58\xb8\xa4\x2d\ \x9e\x28\x13\x86\x19\x8b\x26\x92\xc9\xb2\x74\x2a\x2d\x0c\xc3\x10\ \xa2\x14\x58\x95\x4a\x4a\xb7\x88\x44\x06\x67\x8e\xf6\x98\x69\x65\ \x5d\xe1\x71\x23\x9f\x1f\xcf\xe5\x8b\x19\xdf\xcf\x28\xee\xfb\x14\ \xb5\x6c\xa1\x5c\x9f\x29\x89\xbe\xf4\x7c\xd4\xe4\xe6\xa6\xf2\x93\ \x63\x5e\x76\xac\x3c\x66\x39\xce\x5c\xe9\x3b\x08\x2f\x33\x96\x8c\ \x44\x64\x27\xa7\x78\x22\x37\x9c\x77\x7b\x46\x11\xb7\x9b\x86\x30\ \x00\x22\x42\x94\x47\x63\x35\xe5\xe9\x99\xad\x2d\x0d\x33\x9b\x92\ \xa9\x78\x5d\x6d\x5d\x6d\x4d\x75\x2a\x9d\x02\x00\x2d\x25\x72\x86\ \xc8\x35\x11\x10\xfa\xbe\x6f\x98\x86\xef\x49\xc3\x14\xb0\x4f\x02\ \x28\x1e\x4c\x69\x16\xdc\x55\x8e\x68\xd7\xbf\x88\x34\x69\x45\xda\ \x10\x02\x01\x94\xe7\x23\x67\x8c\x31\x02\x0d\x00\x0a\x35\x43\xc6\ \x81\x13\x40\xdf\xf0\xc0\xe6\xad\x5b\xfa\x06\x06\x88\xb1\x67\xb6\ \x6c\x1c\x19\xcd\x8e\x4c\x38\x56\x38\x19\x0a\x55\x55\x25\x13\xa1\ \x48\x24\x1e\x4f\x96\xa7\x2b\x1b\x1a\x1a\x52\xf1\x64\x38\x64\x23\ \x90\x40\x26\x38\x03\xa6\x25\x29\x4d\x40\x5c\x28\x20\x42\xa1\x38\ \x2a\x61\x33\x61\x8f\xe5\x5d\xd7\x53\x9a\xa4\x2f\x7d\x4d\xa0\x49\ \x31\x00\xce\x42\x52\x6a\xce\x50\x70\x04\xcf\x65\x8e\x2b\x51\x0f\ \xf5\xf6\x90\x3a\x1c\xf8\xeb\x94\x87\x98\xef\x7b\xea\x6f\xcf\xe6\ \xcf\x3c\xf3\xc4\x44\xc9\x5c\xf1\x87\xef\xba\xfb\x91\xba\x23\xde\ \xb8\xa8\xf2\x80\xfb\xc6\x78\x3d\x8f\xfc\xf0\x37\x6b\xae\xfc\xca\ \x97\xe6\x84\x0f\xf2\x4b\x72\x37\xfd\xef\xa7\xa7\x8e\xfd\xd2\xa7\ \xce\x59\xf0\xfc\xf7\xda\x1f\xbd\xf3\xd1\xf8\x9b\x9f\xd3\x51\x9a\ \xbc\xf1\xff\x7e\x58\x76\xf6\x27\xdf\x76\xf4\x73\x72\xb8\xee\xee\ \xab\x3b\xe2\x47\xbf\xe9\xa8\x99\x00\xb0\xed\xc9\x3b\x1e\x8b\x27\ \xf7\xaf\xa3\xff\xb8\x6b\x6d\x7d\x6d\xa0\xa3\xaf\x42\x5c\x83\x43\ \xc7\x96\xa7\x87\x62\x47\x7e\xf9\xf2\xa6\xdf\x5e\xf7\xcc\xe8\x09\ \x4d\x1b\x1e\x7f\x20\x57\x31\xab\x36\x51\xa6\x5f\x38\x5f\x57\x2b\ \xc9\xe3\x2d\x97\xbf\xe7\xd2\x58\x59\xa2\xf5\xe2\xf7\xac\x90\xb4\ \x6b\xe1\x1e\x2f\x4b\xc7\x5e\x49\x70\xd4\xb2\xec\x2d\x5b\xb6\xdc\ \x73\xd7\x7d\x8d\x4d\x4d\xe9\x74\x3a\x91\x4c\x26\x92\xf1\x48\x3c\ \x22\xf0\xb9\x1f\xb9\x24\x00\x24\x24\x64\x48\xa4\x24\x68\xcd\x38\ \x27\xd2\x40\x88\xc8\xa9\x54\x6b\x1c\x50\x6b\x42\x56\x2a\x81\x4d\ \x88\x20\x7d\x5f\x70\x06\x44\x2f\x65\x89\xed\x81\x3c\x3d\xbb\x95\ \x41\x03\x69\x28\xe5\x0d\x01\x03\xad\xb5\x66\x1a\x34\x22\x23\x50\ \xae\xe7\x19\x06\x53\xa0\x08\xa1\x7f\x74\x70\x72\x32\xbf\x66\xed\ \xc6\xde\xd1\xc9\x09\x57\x8d\x8e\x8d\xed\xec\xd8\x39\x3a\x36\x69\ \x9a\x36\x17\xd1\x48\x98\x87\x23\x91\xc6\xa6\xe6\x39\xb3\xe7\x55\ \x95\x57\x87\x43\x61\xc6\x59\xd1\x29\x78\xca\x37\x43\x61\x9f\x48\ \x02\x90\x06\xc7\xf7\x7d\x89\x82\xdb\x9e\x42\x4f\x81\xab\xb4\xd4\ \xe4\xb8\x3e\x20\x21\x91\x92\xca\xf1\x5c\xad\x62\xf8\x72\x74\x14\ \x88\xe8\x99\xd5\x9b\x47\xc6\x47\x35\x23\x66\x31\xcb\x36\x23\x11\ \x3b\x1e\x8d\xc6\xed\x70\x53\x75\x4d\x53\x4d\x43\x4d\x7d\x75\x4d\ \x43\x75\x5d\x5d\x5d\x79\x3a\x5d\x9e\xae\xe0\x86\xc9\xb9\x21\x3d\ \xc9\xb9\x28\x29\x88\x94\xca\x10\x5c\x13\x71\xc6\x7c\x25\x85\xe0\ \x44\x04\xa5\x3a\x88\x08\x8c\x08\x5e\xc4\xe9\x8c\xa5\x6a\x72\xa5\ \xb6\xd5\x00\x1a\xb4\xc1\x38\x2b\xf9\xc5\x35\x20\x28\x51\xb2\x91\ \x39\x6a\xad\x3d\xe9\xb9\x92\x36\x6c\x6e\x7f\x6a\xf5\xda\xbe\x81\ \xa1\xae\xae\x81\xae\x9e\xc1\xc5\x4b\xa2\x0a\xed\x64\x79\x4d\x75\ \x6d\x7d\xdb\x9c\xb9\xb1\x78\x22\x16\x4f\xba\xae\x53\x2c\x14\x13\ \xd1\x98\x21\x8c\x7c\xbe\xa0\x2c\x3b\x12\x0e\x4b\x42\x4f\xa3\x42\ \xd3\x07\x5f\x2a\xa5\xb9\x54\xe4\xe5\xa4\x99\x2d\x68\xf2\x59\x36\ \x93\x55\x16\xcf\x98\x31\x4f\x09\x9d\x71\x23\x32\x9f\x51\x53\x53\ \xf9\x49\x8b\x71\xa6\x94\x76\xf2\x11\x81\x4d\x0d\x55\x2d\x75\x95\ \x51\x8b\xcd\x6d\x6b\x89\x45\x43\xfa\x65\x95\x1f\xd1\xda\x8f\x54\ \xcf\xa8\x58\x00\xa6\xc9\x7c\xe5\x4b\xe5\x91\xef\x9a\xbe\x63\xba\ \xc5\xcc\xd8\x48\xdf\xf6\x35\xeb\x9f\x5d\xef\x0a\x19\x89\x45\x66\ \xcd\x68\x99\x3f\xa7\xed\xc8\x23\x96\x1f\xb6\x7c\xb9\x19\x8e\x2a\ \xcf\xd5\xca\x47\x21\x18\x13\x0c\x38\x22\x72\xce\x49\x83\x56\x9a\ \x73\xdc\xbb\xb7\xbe\x48\xb3\xe3\xde\xcf\x45\x2b\x42\x86\x0c\x99\ \xd6\x0a\x35\x90\xd2\x8c\x71\x44\xd4\xa4\x39\xe7\x45\xe5\x08\x26\ \x24\x40\xef\x50\xff\xb6\xf6\xad\x9d\xbd\xfd\x5d\x83\xa3\x3d\x7d\ \x3d\xad\xb3\x5a\xc7\x5c\x37\x47\xbc\xb9\x6d\x61\x6b\xcb\xbc\xba\ \xda\xc6\x44\x32\x5a\x2c\x66\xb9\x10\x91\x48\x34\x14\xb2\x7d\xdf\ \xe7\x82\x97\x02\xda\x2e\x91\xab\xc0\x25\x90\x88\xc0\x04\x01\xf3\ \x88\xe5\x7d\x95\x71\x15\xb9\x8e\xe3\x49\xcf\x93\x1a\x40\x08\x93\ \xb4\x6f\x70\xf0\x35\xba\x9e\x4b\x1a\xc0\x77\x0b\x99\xe1\xec\x60\ \xe7\xb2\x79\x4d\x46\x43\x45\xd6\xc9\x29\xd2\xc6\xeb\x35\x62\x4e\ \x6c\xbd\xf7\x1b\x5f\xb8\xcf\x4d\xcd\x7a\xc7\x51\xf5\x00\xd0\x7e\ \xff\x1f\xfe\xeb\xbf\x6e\xbc\xfc\xff\x4e\x59\x54\xc9\x47\x7b\x76\ \xf4\x8e\x16\xc2\xa9\xba\x59\x4d\x15\x08\x94\x1d\x1d\xe8\xed\x1f\ \x96\x56\xb2\xa9\x66\xf9\xbb\x2e\x9b\xd9\x60\xd3\xe4\x40\x9f\x8a\ \x56\x96\xc7\xcc\xc2\xd8\xe0\xa4\x8e\xd6\x56\x44\xb3\xa3\x7d\xbd\ \x83\xa3\x1e\x0b\x37\x34\x54\x3b\x23\x7d\x23\x39\x68\x98\x31\x33\ \x15\x31\x62\x55\x8d\x46\x34\x02\x40\xc3\x5d\xdb\x7a\xc7\x9d\xb2\ \xea\xe6\x96\x9a\xc4\xae\x28\x80\xe1\x4d\xf6\x6d\x5a\xbf\x4e\x24\ \x6a\xdb\x1a\xd3\x80\x89\x33\xdf\x76\xb9\x51\x5b\x0e\xda\x1d\xec\ \xee\x1a\x9a\x28\xc4\x6a\x1a\xba\xb7\x3e\x7e\x4f\x56\x35\x5a\x85\ \xda\xd6\x16\x33\x6c\xe7\x87\x77\xae\x5b\x1b\x8f\x55\xd4\xb7\xd4\ \x96\x95\x26\xc0\xfd\x3b\xb6\x8e\x16\x61\xa4\x40\xa6\x29\x00\xf4\ \x58\xef\x8e\x9e\x91\x7c\xa8\xac\x76\x76\x73\xe5\xe4\x70\x4f\xd1\ \x4a\xd7\x24\x42\xe4\xe5\xfb\x06\x32\xe9\xba\x1a\x5b\x04\x42\xf9\ \xe2\xc6\xab\x54\x10\x0d\x99\x4c\x88\x90\x70\x77\x6e\xd9\xdc\x37\ \xe9\xcf\xb6\x8c\x83\xf2\xeb\x5a\x06\xf6\xb7\x3f\xc3\x9a\x8f\x59\ \xd1\xd6\xa2\xf6\x10\x4e\x25\xe5\x2b\x59\xf7\x62\x59\x66\x47\xc7\ \x8e\x1f\xfd\xf0\xff\xe2\x89\x18\x43\x96\xae\x48\xd7\xd6\xd5\x55\ \x56\x56\xd6\xd4\xd4\xd4\xd6\xd5\x96\x57\x56\xa4\xca\xca\xaa\xca\ \x53\x76\x2c\x3a\xed\xed\xe5\x06\xf0\x5d\x8e\x54\x1f\x88\x00\x18\ \x95\xac\x55\xce\xd1\xf7\x15\x67\x25\x3b\x01\x19\xe7\x52\x29\xc6\ \x18\xb2\x57\x94\x00\xcc\x55\xc9\x9f\x05\x92\x93\x9e\xfe\x42\xe4\ \xc8\x50\x13\xe3\x8c\x03\x6a\x45\x12\x14\x63\xcc\x32\x22\x8e\x72\ \x73\xc5\xc2\x96\xad\xdb\xa4\xc6\x9b\xff\x7a\x7b\x34\x9e\xdc\xd4\ \xbe\x73\x64\x2a\x97\x2d\x14\x23\x91\x68\x22\x51\x66\x59\xa1\x78\ \xbc\xac\xa1\xb1\xa9\xa6\xa6\x36\x5d\x5e\x11\x8f\x27\x48\x39\x86\ \xe1\x01\x13\x82\x98\xd6\xb6\xa7\x40\x03\x20\x30\xa6\xb5\x90\xc0\ \x30\x22\xb9\x91\x75\x8c\xbc\xe3\xf9\x84\x9a\x50\x2a\xa1\x95\xaf\ \xa5\x46\x02\x4f\x33\x4d\xf8\x32\x66\x09\xa5\x5c\xd1\x44\xeb\x02\ \xaa\x2a\x10\x90\xaf\xa5\xd6\x2a\xe7\xe5\x73\x19\x67\x64\x72\x6a\ \xcd\xfa\x6d\x26\x02\x80\x6f\x87\x8c\xaa\x8a\x8a\x99\xad\x33\x8e\ \x3b\xe6\x98\xf3\xce\x3b\xb7\xbc\xba\xce\x34\x89\x94\x04\x40\xe4\ \xdc\xe4\x82\x08\xa4\x2f\x19\x67\x04\x5a\xd1\xb4\x5b\x98\xc1\x41\ \x2f\xc8\x42\xd0\x0c\x00\x34\x07\xe0\x25\x79\x57\x12\xa5\x62\x5c\ \x00\xe7\xa0\x91\x11\x79\x45\xa7\x7f\x6c\xe4\xe1\x27\x1e\xf5\xb5\ \xee\xec\x19\xe8\x1b\x1c\x1d\x1d\x99\x1c\x1e\x1e\xcf\x3a\x3e\x37\ \x43\xd1\x44\x59\x4d\x7d\xa3\xe3\x78\xb5\x0d\x4d\xd1\x78\x12\x90\ \x4b\xa9\xb9\xb0\x42\x11\x8e\xc8\x19\x13\xbe\xc6\x62\xc1\xb5\x13\ \xe5\x8e\x24\x87\x8c\x22\xc9\xbc\x64\xc5\xa2\xcb\xc9\x17\x96\x66\ \x3c\xe1\x14\x0b\x50\xc8\xe7\x26\xc6\xac\xb2\xb0\x74\x5c\x0d\x66\ \x66\x72\x0a\xfc\x7c\x32\x62\xd5\x45\x13\x48\x54\x99\x2e\x6f\x69\ \xac\x0b\x99\x30\x67\x4e\x8b\x21\xf4\xb6\x6d\x1b\xc7\x46\xfb\x6b\ \xca\xc2\x2f\x33\x8a\xaf\x15\x8b\xa6\x45\x9a\x19\x06\x80\x56\x86\ \xf2\x41\xe6\x6d\xf4\x93\xe8\x4e\x99\x62\x22\x33\x1a\x8d\x86\x22\ \x91\xb0\x69\x5a\xdb\x76\x76\x77\xf6\xf4\x6d\x6a\x6f\xdf\xd1\xd9\ \x7d\xc6\x99\x67\xa7\xd3\x29\x2e\x08\x18\x97\xbe\xd7\xdb\x37\xc0\ \x39\x6f\x68\xac\x27\x4d\xc2\x60\xcf\xfd\x00\xf1\xc5\x5b\x1e\xa9\ \x54\x63\x0b\x60\x57\x85\x3f\x28\x05\x0a\xa4\x34\x99\x00\x22\x14\ \x0c\x24\x01\x80\xf4\xfd\xce\xfe\xde\x9d\x7d\xbd\x56\xd8\x1e\x1c\ \x1c\xda\xb6\x65\x9b\xe7\x14\xb7\xb6\xf7\xf4\x0e\xe5\x92\xa9\x78\ \xdb\xdc\x64\x55\x75\x4b\xba\xd2\x98\x3f\xef\xb0\xf2\x74\x8d\x6d\ \x5b\xa6\xc5\xec\x98\x62\x0a\x4d\xc6\x80\xa4\xef\xb9\x3a\x12\x65\ \x66\xc8\x57\xe8\x6b\x2a\x30\xe6\x72\x43\x69\xcd\x00\x88\x99\x05\ \x4f\xe6\x3c\xca\x7b\x34\x31\x36\x6c\x1a\xa6\x54\x8a\x1b\x46\xae\ \xe0\x28\xe6\xe5\x9d\x29\x50\x50\x28\x16\xbd\x62\xde\x16\x88\xb2\ \x58\x51\x1d\xa9\x99\x59\xa3\x4d\x08\xd5\x95\xd3\x41\xdd\xe5\xab\ \xc3\xe4\xb8\xb1\xb8\x25\xf5\xd8\x1d\xb7\x9e\x73\xe4\x87\xca\xdd\ \xae\x9b\xee\x59\xdf\x50\x3f\x0b\xa6\x72\x00\xe6\xc6\x27\xef\x7e\ \x64\xcb\x44\x6f\x67\xdf\xf2\xb7\x7f\xf1\xca\x13\x23\x3f\xfb\xfa\ \x17\x37\xb8\xc9\xb6\xf9\x2b\xce\x3f\x3e\xf2\x9b\xdf\xae\xfc\xc4\ \xf7\xbe\xf6\xc8\xf7\xbf\x32\x71\xe2\x17\x3f\x72\x4e\xeb\x9a\x1b\ \x7e\xfc\xa7\xcc\x49\x3f\xfa\xfc\x8a\xab\xff\xeb\xf3\xcf\x50\x6d\ \x15\x8e\x8f\xe6\x75\x65\x5d\xbd\x3f\xbc\x73\x3c\x75\xd4\xd7\xbf\ \xf0\xbe\xa3\xce\x7d\x17\x94\xd5\x6c\xfd\xc7\xef\x7e\xf4\x97\xb5\ \x15\x55\xa9\x9a\x85\x6f\x7c\xef\xf9\xcb\x4a\x16\xb7\xc9\xfd\x8d\ \x4f\xdc\xfe\x87\xec\x9a\x81\x8e\xe1\xc3\xde\xfa\xe9\x0f\x9d\xd3\ \x78\xfb\xaf\x7f\x91\xba\xe4\x5b\xe7\xa5\x1e\xf9\xcc\xe7\xaf\x4b\ \xb5\xce\x58\x7e\xfa\x79\x95\xb1\xe8\xd0\xea\x67\xee\x60\xd9\x33\ \x2e\x4c\x99\x21\xd6\xbe\xea\xc1\xbf\x64\xd6\x75\xec\xcc\x9d\xf7\ \xb1\xaf\xbe\xf9\xf0\xd4\xa3\x57\x7f\xeb\xd7\x0f\xf6\x35\x34\x96\ \x6d\x5d\xdf\xbf\x74\xa9\x05\xa0\xb6\x3e\x75\xef\x03\x9b\x46\x07\ \x3a\xfb\x57\xbc\xe3\x93\x8d\x9b\x7f\x7f\xc3\xd8\xd1\xbf\xfa\xfc\ \x39\x23\x1b\xfe\xf6\xd9\x5f\xb4\x7f\xeb\xc7\x5f\x6e\x0e\x74\xf4\ \x45\x7f\xc1\xc0\x52\xd5\xf5\x53\x7f\xbb\xf5\x47\x3d\xd1\x62\xae\ \xd0\x77\xeb\x60\xf3\x11\xe7\x1d\xd6\x9c\x66\xaa\xf8\x62\x3a\x8a\ \x28\xc0\xd9\xba\xe6\x99\x44\xf9\xd1\x86\x61\x09\xbe\x5b\x47\xc9\ \xd5\x4a\xab\x57\xb0\x06\x80\x80\x18\x77\x0c\xc1\x01\x89\xf4\x44\ \xff\xc0\xa6\xce\x4e\x04\xe4\x5c\x00\x90\x65\x87\xca\xcb\x92\xa9\ \x58\xb4\xb1\xa6\xba\xba\x22\x5d\x5d\x59\x5e\x5f\xdf\x50\x59\x59\ \x55\x96\xaa\x88\x95\x95\xd9\x76\x08\x19\x00\x32\x20\x2d\xa5\xcf\ \x39\x17\x1c\x11\x40\x69\xad\x35\x30\xce\xb9\xc1\x49\xeb\x83\xdf\ \xe8\xfc\x40\x43\x3d\x94\x4a\x9c\x80\x92\x40\x04\x24\x90\xf9\xe4\ \x33\x5f\x87\x84\x0d\xc8\x7d\x92\x4c\x08\xcf\x97\xbd\xc3\xc3\x3b\ \x7b\xba\x76\x76\x75\xf5\x0d\x0c\xd5\xd7\xb7\xf4\x0e\x4d\x0c\x6f\ \xdc\x6e\x86\xa2\xd5\x95\x75\xf3\xd3\xe9\xaa\x9a\x5a\x02\x16\x0a\ \x85\xe3\x89\x64\x79\xaa\x82\x31\xce\x85\x69\x08\x06\x82\x90\x4b\ \x47\xea\x82\xa6\xa2\xc7\x34\x08\x64\x26\x63\x1c\x7c\x89\x52\x6b\ \x25\xb2\x2e\x42\x51\xe5\x5d\x49\xc0\x08\x48\x4a\xc5\x90\x38\x30\ \x8e\x28\x15\xbc\xfc\x44\x23\x44\x51\x3b\x4b\xe4\x5d\x20\xe4\x5a\ \x03\x50\x8c\x7c\xae\xf2\xdc\xcf\x4e\xe6\xf2\x20\x54\x3c\x9a\xe2\ \x0c\x33\x8e\x7c\xf2\x99\xd5\xbd\x3d\x03\xed\x5b\xb7\xbf\xe9\x4d\ \xe7\x2e\x5b\xbe\x4c\x08\xa6\x91\xa4\x84\x55\xcf\xae\xed\x1d\x18\ \x3a\xe7\xcc\xb3\x34\x09\xe0\x82\x80\x4a\xbe\x5d\x9c\x0e\xb1\xbd\ \xc8\x85\x69\x56\x1a\x0f\x69\xda\x19\x29\xd5\xb4\xa7\x5e\x6b\x99\ \x19\x1f\xee\x1b\xe8\xe9\x1b\x34\xa3\x61\x8f\x91\x6b\xf0\xcd\x9d\ \xdd\x0f\x3e\xfe\xc4\x64\x26\x5f\xcc\x7b\x82\x8c\xb0\x1d\x4b\x55\ \x56\x99\x91\x28\x71\x23\x9a\x4c\x99\xae\x34\x2c\x3b\x14\x8e\x31\ \x66\x48\x25\x7d\x4f\x85\x6c\x5b\x6b\x52\x8c\xdb\xb1\xb8\x4f\x2c\ \xeb\xd1\x64\xde\x95\xc0\x8b\x12\xf2\x1e\x2b\xfa\x42\xb8\xaa\x36\ \x1c\xed\x1f\x1d\xcb\x4c\x15\x55\x66\xa4\xa5\xa1\x5a\x81\x9b\x19\ \x1e\x4d\x46\x12\x0d\x2d\xe5\x0d\x91\xea\x8a\x70\xbc\xa9\xa1\xc9\ \xf5\x5c\xc7\x2d\x56\x55\x97\x2f\x5a\x32\xa7\xe8\xe5\x76\xf6\xb4\ \xfb\x90\xdf\xd9\xbf\x6d\xc5\xf2\x05\x2f\xcf\x1e\x45\x80\xa2\x36\ \x32\x14\x8e\x32\x83\x09\xce\x91\x2c\x2e\x0d\x35\x85\x98\x4b\xb5\ \x34\x0c\x8e\x76\x54\xd5\xd7\xb4\xcc\x98\x37\x3a\x3c\x6a\x46\x63\ \xd9\xa9\x89\xf6\xee\x81\xce\x1b\x6e\x5a\xbd\x7e\xd3\xe1\xcb\x96\ \x56\x55\xa4\x0b\xb9\xdc\xc0\xe0\xc0\xfa\x8d\x9b\xe7\xcd\x9d\xf7\ \xbe\xf7\xbd\x0f\x19\x7a\xbe\x27\x0c\xb1\xdb\x65\x82\xc8\x5e\xa4\ \x5a\xe8\x74\x93\x83\x66\xa0\x18\x21\x00\x2a\x85\x40\x8c\x34\x28\ \x25\x33\x13\x93\xc3\x63\xf9\x5c\xc1\x28\x8b\x51\x34\xe4\x01\x3c\ \xb9\x76\xcd\xaa\xd5\x6b\x0a\x85\x82\x9b\x77\xd0\x27\xcb\x88\x37\ \xd4\xce\xac\xaa\xad\x8c\x45\x2b\x2a\x2b\x09\x85\x6d\x84\x22\xdc\ \xb2\x40\xa0\x62\x9e\xd4\x5e\x58\x98\x1c\x40\x6a\xad\xb4\xf6\xa4\ \x22\x40\x97\x78\xc1\xa7\xbc\x2f\x72\x45\xe9\x39\x6e\x58\x48\x61\ \xc3\x78\xce\x9d\xc8\x15\xc6\x26\xb2\xa6\xe0\x4e\x61\x52\x7a\x9e\ \x02\x2c\x3a\x7e\x2c\x62\xc5\xb4\x27\x80\x66\x55\x24\x2a\x53\x75\ \x21\x81\x0d\xf5\x95\x0d\xb5\xe9\xb0\xcd\x37\x6d\x5e\x6f\x93\x7a\ \xdd\x44\x14\x00\x46\xfb\xb3\xf3\xcf\xbe\xb2\x7a\xf0\xde\x5b\x57\ \x0e\x9d\x9c\xbb\x75\xb8\xfa\xe4\xb7\xcd\xd8\xb6\x65\x68\x08\xa0\ \xee\x88\x53\x2e\xaa\x9c\x33\xbc\xf1\xce\xab\xef\xb8\xe7\xa9\x2b\ \x8e\x3f\x7c\xc4\x0d\x5d\xf4\xb9\xef\x9f\xd7\xc2\xdd\x8e\x5b\x7d\ \x42\x00\x10\xa6\x29\x38\x96\xc2\x69\xa6\xc1\x01\x0a\x63\xc5\xd8\ \x05\x9f\xfc\xef\x73\x5b\xd7\x7f\xf2\xbd\xdf\x3a\xfc\xb2\xcf\x5d\ \xd0\xd0\xff\x85\xf7\x7c\x7d\xe5\xf6\x8b\x2f\x58\x32\x17\x40\xfd\ \x6d\xdd\x53\xb9\xf2\x23\xbe\xfa\xa9\xcb\x2b\x23\xcf\xcd\xfb\x5d\ \xc9\x17\x9e\x7c\xd9\xd7\x3f\x74\xda\xc4\xd3\x57\x7f\xfc\x97\xbf\ \x3f\xed\x84\x2f\x5b\x9c\x31\x06\xb9\xf1\x41\x98\x75\xe2\xd7\xbe\ \xfd\xbe\x24\xa8\xbb\x7e\x7c\xed\xf2\x33\x2e\xff\xc2\x25\x47\x02\ \xc0\x3d\xff\xf0\x17\x9f\x7e\xd9\x7f\xbd\xeb\xf8\xa7\x7f\xfb\xf9\ \xdf\xdf\xf9\xf7\xd3\x5a\x67\x5c\x7d\x5f\xff\x65\xff\xf5\xa3\x53\ \x5a\xc5\x1f\xbe\xfc\x89\x0e\xd7\x01\x30\x0e\x3b\xe9\x82\x54\xdb\ \xf0\x96\xfb\xae\xbb\xf5\xce\xb5\xdf\xb9\xf4\x0d\xfc\xff\x56\xf6\ \xd3\x39\xc3\x5b\x36\xd6\xcc\x3b\xbc\x3e\x48\xae\x3a\x08\xa4\xe7\ \xa7\x67\x1c\xf9\xc1\x0f\x57\x74\xf4\x8d\x6b\x00\xe4\x76\xba\xa2\ \xac\x63\xe3\xba\x68\xba\xa6\x3a\x15\xa5\xbd\x13\x1a\xf6\x9d\x96\ \x10\x8a\x90\xe5\x3e\x7c\xdb\x75\x23\xab\x63\xbb\x12\x8b\x48\xaa\ \xd0\xb1\x67\x9f\x3d\xaf\x2e\xa1\x5e\xae\x6b\x97\x94\x0c\x97\x57\ \xd6\x2d\x3f\x81\x69\x55\x0a\x8f\x29\x29\x7d\xcf\x43\x40\xe5\xf9\ \xbe\x94\x13\x5a\x0f\x0f\xe5\x77\x0c\x6d\x03\xb5\xc1\x00\x09\xd2\ \xb7\x04\x4f\x95\xa5\x2a\xd2\x95\xf5\x8d\x4d\x73\xe6\x2f\x98\xd1\ \xda\x3c\xa3\xa5\x2e\x1a\x8b\x4f\x2f\x48\x03\x26\x18\x53\x5a\x7b\ \xbe\x14\x86\x60\x8c\xc1\x2b\x2b\xff\x4b\x8c\x10\x88\x11\x09\x20\ \x0e\xa4\x81\x10\x34\x47\xc6\x4c\xc3\xf1\xfd\x89\xc9\xb1\x58\x3a\ \xb5\x63\x67\x47\x47\x77\xcf\xe0\xe8\x68\x67\x77\x5f\x77\x6f\x7f\ \x77\x4f\xff\x39\xe7\xd4\x6a\x23\x5c\xd3\x94\x6a\x6a\x6c\x9d\x33\ \x77\x5e\x38\x14\x06\x64\x4c\x88\x5c\x36\x6f\x87\x42\xa1\x50\x38\ \x97\x2f\x22\x03\x26\x4c\x42\x5b\x01\xb9\x00\x3e\x32\x8f\x71\x49\ \x5c\x70\x13\x09\x7c\xe9\xbb\x8e\x97\xc9\x3b\x63\x05\x0d\x4c\x78\ \xd2\xe7\x42\x20\xa2\x65\x09\x20\x92\xbe\x9f\x2b\xe6\x72\xb9\x9c\ \xef\x47\x19\x5a\x2f\x67\x6c\x41\x70\xed\xb8\xaf\x15\x03\x83\x11\ \xe3\x0c\x0c\xf0\x0d\x95\x8d\x19\xc9\x8a\xf1\x3e\x59\x18\x9d\x31\ \x67\xb6\xe3\x52\x31\x9b\xcb\x4f\x4e\xf5\x0e\x8c\x0f\xde\x71\xef\ \xd3\x4f\x3d\x73\xe2\x89\xc7\x96\x57\x95\x79\xca\x1d\x1c\x19\x5a\ \xbb\x61\x1b\x21\x6f\x6d\x6d\x59\xb2\x68\xb1\x52\xb2\xb4\x65\x0d\ \x1c\xb4\xae\x6b\x24\xc2\xe9\xc0\x33\x6a\x00\x02\x60\xcc\xcf\x4c\ \xd2\xc4\xd4\xd3\x8f\x3e\xfa\xd0\x43\x8f\x9a\xb1\xb2\x8b\x2e\x7b\ \xbb\x91\x4e\x4e\xa1\x4e\x56\xd7\xe4\x15\x29\x61\x81\xc1\x04\x86\ \x6a\x6a\xea\xa2\xe5\xe5\x22\x1c\xce\xe6\xb3\x8e\xeb\x45\xc2\xd1\ \x5c\x2e\xdf\xb1\xb3\x2b\x55\x56\x61\x9a\x06\x22\x03\x14\x8a\x69\ \x20\x94\xc0\x08\xf9\x64\x26\x3b\x91\x2d\x28\x10\x1e\x41\x26\x5b\ \x98\x98\xca\x88\xe2\xa8\xa9\x3d\x4f\xc6\x0c\x4b\xa0\xc0\xda\x74\ \xcc\xe0\xee\xa2\x85\x6d\xe5\xe9\x8a\x18\xfa\x3c\x37\x31\x32\x34\ \xb1\x72\xe5\x03\x3d\x7d\xbd\xdb\x3b\xda\xcf\xbf\xe8\xdc\x37\x1c\ \x37\xbf\xa7\x63\x70\xaa\x38\xe2\x41\xfe\xa2\xb7\x9f\x77\xc6\x71\ \xa7\x3a\x8e\xf3\xb2\x66\x2f\x28\x95\x53\x2c\x4e\x82\x34\x48\x33\ \xad\xa4\xcd\xb4\x4d\x39\x0f\x27\x6b\x93\xbc\xaa\xa6\xdc\x8e\x99\ \x2b\x8e\x3c\x32\x93\x2d\x74\x76\xec\xec\xed\xed\x1d\x1e\x1a\x1c\ \x19\xec\x7f\x6c\xe5\x33\x1b\x37\x6c\xac\xae\x2c\x8f\x87\x43\xb1\ \x58\xd4\x29\x66\x37\x6f\xdc\xd0\xbe\x7d\x6b\xdb\xec\x39\xa5\xc5\ \xac\x04\xb8\x6b\xd3\x15\x60\x7b\x14\x91\x7f\x01\xc7\xbe\x66\xa0\ \x80\x10\x88\xa1\x66\x88\x88\x20\x27\x27\x9f\xbc\xf3\x9e\xf6\xcd\ \xdb\x16\xad\x38\xe2\xb0\xc5\xa7\x43\xc8\x08\x93\xe2\xa1\x70\xc6\ \x97\xb9\x82\x67\x6a\x56\x5f\x55\x5d\x51\x56\x23\xac\x54\x32\x99\ \xca\x65\x72\x82\x9b\x3e\xb1\x6c\xc1\xb5\xc2\xbe\x90\xc8\xa5\x87\ \xa8\x04\x43\x4d\xc0\x0d\x2b\x14\xb5\xb8\x15\xce\x14\x64\xd6\x71\ \x5c\x40\xd7\xa7\x9c\xe3\x16\x32\x19\x11\x46\x61\x86\x5d\xd7\x2f\ \x14\x3d\xc7\x29\xb6\xcd\xaa\xdf\xbe\xbe\xa7\x2c\x64\x98\xa6\x6d\ \x56\x57\xd6\x26\xca\xda\xea\xaa\xa2\x26\x68\xa7\x50\x5f\x99\x4c\ \x27\xc3\x15\xe9\x58\x2e\x9f\x19\x9f\x1a\xef\xdb\xb8\x6e\x60\xeb\ \x56\x7e\xce\x79\xaf\x9b\xff\x6e\x2a\x57\xc4\xaa\xb6\x0b\x8e\xc8\ \x7d\xf9\xaa\xff\x5e\x43\xec\xcc\x8f\x5d\x51\xfd\xd8\x77\xd6\x38\ \x85\xdc\xd0\xb3\xdf\xff\xf6\x55\x54\x33\x8b\xf5\x8e\x41\x48\x03\ \xa0\x21\x38\x63\x7b\x84\x9c\x01\x48\x53\x29\x0b\x94\xed\xda\x04\ \x8e\x73\x0e\x5a\x83\x55\x51\x51\x91\xf0\x7d\x05\x76\x79\x4d\x52\ \x38\xc5\x22\x40\x12\x80\x9f\x72\xc9\x27\x33\x7f\xb8\xf6\x6b\x5f\ \xf8\xec\x61\x67\x5e\x7e\xd9\x19\x8b\x8d\xe9\x39\x0f\x0b\x87\xa3\ \x0c\xa0\x7c\xe1\xe2\xa4\xf1\x78\xcf\x94\x27\x4a\xdf\xc2\x98\x30\ \x4a\xdf\xc5\xf6\xc8\x8a\x2a\x6d\x15\xc0\x01\xa0\x7e\x46\x0d\xef\ \xcc\x4e\x0c\x77\x3a\xe5\x75\x73\x5b\x6d\x00\x88\x86\x4c\x2e\x84\ \x37\xba\xe6\x3b\xff\x7d\x95\x5f\x39\xc3\x1a\x18\x55\xe0\xa4\xe7\ \x9f\xdc\x6c\xdd\xf1\xc8\xb3\xbd\xb0\x23\x3b\xfb\x98\xe5\x81\x2d\ \x7a\x50\x1e\x4a\x21\x8a\x43\xdb\x6e\xfc\xdd\xef\xbb\x7d\x2b\x62\ \x09\x94\xf9\xee\x9e\x41\x2b\x51\x7f\xfc\x85\x6f\xbb\xf0\x84\x45\ \xe8\xb9\x2f\xb2\x8f\x37\x10\x70\x2e\x4c\xd3\xda\xb5\x65\x01\x31\ \x6d\x71\x86\xaf\x68\x7e\xa8\x15\x84\x93\xa2\xf5\xf0\x10\x47\x2d\ \xa5\x56\x9a\x01\x82\x26\x25\x25\x29\x45\x4a\x2b\x25\x19\x6a\xdf\ \xc9\x0a\xed\x85\xd0\xcb\x0e\xf7\x0e\x75\x77\x8c\xf6\xf5\xb5\xf7\ \xf4\x88\x75\x6b\x93\x8f\x3d\xdc\xd4\xd0\xf0\x86\xc3\x97\x9d\x72\ \xca\xc9\xf1\x48\x48\x6b\xcd\x84\xd1\xd7\xd3\xf3\xf0\x63\x4f\x9c\ \x78\xf2\x29\xf3\xe6\xcc\xce\x7b\xca\x12\x1c\x5e\x62\x5e\x6b\x69\ \xa5\x7f\x29\x2b\x52\x22\x30\x24\xae\x34\x73\x7c\xe0\x26\xf7\xbc\ \x42\x2e\x0f\x40\x39\xa4\x9e\xc9\x89\x07\x1e\x7a\x38\x33\x35\x39\ \x31\x95\x19\x9d\xc8\xe6\x0a\x5e\xa6\xe8\x32\x11\xaa\x6e\x6c\xb3\ \x62\xe9\xa6\x59\x0b\x18\x63\xb5\x75\x0d\x04\x42\x01\x8f\x86\x63\ \x52\xa9\x78\xc2\x42\x64\x92\x58\xd1\xf1\x90\x9b\x16\x72\x47\x86\ \x5c\x0d\x39\x4f\xe7\x3d\xca\xbb\x5a\x02\x71\xe9\x87\x2c\xa3\xa0\ \x3c\x4f\xfb\x39\x2f\x9f\x2f\x38\x8c\x0b\x29\x95\x30\x85\x92\x2a\ \x33\xe1\x4a\x27\xa7\xfc\x62\xc8\x64\x8a\x34\x90\x7a\x19\xe1\xdf\ \x52\x56\x6e\xd1\x29\xb8\x2e\x71\x06\xa8\x19\xd3\xa4\xc8\x95\x32\ \x17\x89\xca\xea\xca\xd4\xd4\xc8\xe4\xe2\x25\x8b\xcd\x70\x75\x4f\ \x67\xf7\xe8\xe0\x60\x66\x74\x34\x33\x32\xd2\x33\x3c\x72\xcd\x8d\ \x7f\x4d\x95\xc7\xc2\x31\x33\x91\x88\x87\x23\xe1\x91\x91\xb1\x3b\ \xee\xbc\x75\xc9\x82\x85\x02\x81\xb4\x02\xc6\xd9\x74\xc6\x6f\x29\ \x1d\xec\xb9\x84\xdb\x7d\xbc\xa0\x04\xd3\x59\x5b\x44\xbb\x32\x5e\ \x10\xc0\xf7\x73\x03\x43\x3a\x93\x1b\x1f\x1a\xce\x4e\x4c\x56\xc5\ \x2a\x48\x81\xeb\xc8\x02\xaa\x6c\xc1\x23\x6e\x19\x16\x48\xb7\x58\ \x9e\x4c\xc7\x23\x71\x93\xf3\x78\x3c\x3a\x35\x39\x99\xcb\xe5\x42\ \x42\x14\x8a\xae\xc1\x4d\x24\x19\xb1\x63\xc0\x38\x69\x2a\x4a\xa9\ \x3c\x99\xc9\x64\x5d\xcf\xcd\xe7\x72\xae\xeb\xfb\xd2\x77\x1c\x07\ \x90\xa7\x4c\x2b\x9a\xb0\xbd\xa2\x8b\x66\x5c\x69\x3f\x1a\x31\x2a\ \x12\x36\x57\x7e\x61\xbc\x7f\xdd\xe6\xd5\xbd\xdb\xd6\xf5\x6f\xdf\ \xd8\x3b\x9e\x73\x24\x64\x27\xc6\x01\xe9\xac\x73\x8f\xdb\xb6\x6d\ \xfd\xda\x35\x4f\x99\x16\x54\x44\xcd\xc6\xa6\x85\xd9\xd1\xe1\x68\ \x6c\x86\xa2\x97\x9c\x5e\x87\x4c\x14\xc6\x3b\xa7\xfa\x36\x52\x38\ \xc1\xc1\x12\xcc\x94\x5a\x4b\x74\x15\xcb\x2b\xc6\xcb\x42\x56\x66\ \x68\x10\x7d\xaf\xa9\xae\xae\xb2\xa2\x72\xc6\xcc\xb6\xad\xdb\xda\ \x3b\xb6\x6d\x4d\x27\xa2\x23\xfd\xdd\x23\x23\x43\xd5\x73\x67\x85\ \x43\x56\x53\x5d\xdd\xf6\x1d\x3b\x1e\x79\xf8\x1f\x33\x67\xce\x20\ \x22\x14\xbc\x64\x8a\x96\x32\xc0\x4a\xfb\xc7\xed\xd3\x8d\x77\xff\ \x73\x4f\x9b\xb4\xe4\x00\xd0\xa4\xb4\xd4\x4c\x03\xd7\x7a\x6c\x68\ \xc8\x73\x8a\x48\x0a\x10\x3d\x5f\x16\x95\x2c\x7a\x92\x09\xb3\xa2\ \xbc\x22\x21\xec\x28\x33\x86\xfa\xba\x89\x0d\x8d\x8e\x87\xc3\x65\ \xc9\x86\x59\x73\x92\xb1\xf2\xee\xbe\x71\xc4\x48\xb2\x2c\x11\x11\ \x21\x43\x98\xc4\x6c\x57\x0b\x46\xdc\x95\xbe\x9c\xca\x4c\x4e\xe5\ \x72\xf9\x62\xc1\x71\x0a\xae\xe7\xb8\x9e\x2c\xe6\x34\xf7\x63\x95\ \x0d\x45\x5f\x08\x80\x54\xc4\x6a\xab\x4d\x54\xc8\xfa\x79\xb3\x9a\ \xe2\x65\xe5\x2e\xf1\xdc\x64\x66\xa4\xb7\x37\xeb\xe6\x56\x3d\xfe\ \x90\x2a\x4e\x7d\xe6\x13\x1f\xc2\x74\x63\x76\xac\xc7\xf5\x9d\x74\ \x79\xe4\x82\x0b\xcf\xb1\x6d\x4b\xfa\xaf\xcf\x42\x73\x3f\xe3\x2a\ \x26\x30\xb9\xf8\xac\x05\xe2\xda\x7b\xed\x4b\x4f\x9d\x19\x5d\xff\ \x24\x48\x3f\xd7\xbb\xe5\xf1\xf5\x5e\xd3\xef\x3e\xfb\x31\xfd\xe0\ \x2f\xbf\x74\xa7\x53\x32\x2b\x48\x6b\x80\xe9\x02\xfa\xc8\x45\x32\ \xa9\x56\xb7\x6f\xf5\x4e\x6d\xf4\xa5\x54\xbb\x3c\x76\x44\xba\xb4\ \xc5\xaa\xd6\x1a\x40\xd1\x73\x3f\x0b\x12\xe5\x33\x2f\xfd\xc4\xd7\ \x8f\x7f\xe4\x97\x9f\xfc\xf1\x4f\x0f\x3b\xfa\x57\x8b\x63\xd3\x66\ \x86\xeb\xb9\x00\x72\xc7\x43\x0f\x4f\xa8\xaa\x99\x29\x73\xab\xa6\ \xd0\x1e\xe7\x02\x40\xcb\xc2\xc1\xe1\x51\x4f\x4a\x8e\x9a\x76\xbd\ \xac\xb4\x26\xa0\x44\xf5\xbc\xf8\xe8\x5d\x8f\xaf\x1e\x79\xf3\xb2\ \xb4\xeb\xfa\x80\x62\xaa\xfd\x8e\xd5\xb9\xea\xab\xfe\xe7\xe3\xf6\ \x13\xbf\xff\xec\x8d\x39\x1f\xcb\xcf\x38\xb6\xed\x37\x57\x7f\x0f\ \xac\xaa\xf7\x2f\xaf\x0d\x34\xf2\xa0\x74\x94\x43\xcf\xe6\x95\x03\ \xd1\x45\x9f\xfe\xc8\xc5\x09\x04\x91\xdb\xfc\x93\x5f\xde\x71\xe4\ \xc5\xef\x5f\xde\x14\x01\xcf\x7d\xb1\x7d\xbc\x49\x3a\xd2\x7e\xc3\ \x19\x17\x5d\x7c\x74\xa3\xf7\x5c\x0d\x24\x92\xbe\xff\x4a\x76\x02\ \x62\x40\x45\x32\x86\x74\x3c\xc2\x10\x05\x0a\x93\x0b\x64\x9c\x31\ \xd0\x44\x5a\x93\xd2\x9a\x74\x11\x94\x56\xc5\x32\x0b\xb8\x3b\x55\ \x55\x9e\x1e\x9c\x18\x8b\x87\x8d\xd6\xfa\x1a\xb7\x58\x1c\x19\x19\ \x5a\xbf\x79\x53\x5f\x6f\xef\x63\x8f\x3f\x3e\x7b\x56\x2b\xd3\xda\ \x75\x8a\x99\x7c\x7e\x6a\x2a\x63\x18\xc6\xac\x99\x33\x4c\xf1\x72\ \x82\xa3\xa5\xa1\x47\x29\x05\x88\x9a\x33\x4f\xc9\x10\x31\x56\x50\ \xe3\x5b\x37\x76\x6d\xda\x6a\xda\xa1\xba\xe5\x4b\x43\x55\xc9\x99\ \x6d\xd5\xb7\x3e\xfa\xd0\x13\x4f\x3f\xe3\xfb\x2a\x53\x90\x56\xa4\ \x2c\x5d\xd3\x10\x8d\xa7\xe3\x89\x94\x8f\x96\x9d\x48\x31\x20\xcd\ \x44\x38\x9a\x60\x9c\x7b\x12\x5c\x57\x71\x53\x58\xa6\xa9\x14\x81\ \x30\xb9\x69\xe5\x1d\x3f\xeb\x0a\x47\xa1\x23\x95\x23\x55\xde\xf5\ \x3c\xed\x6b\xa0\x32\x1e\xeb\x9f\x18\x71\xdd\x42\x36\x33\x1a\xb7\ \x4c\xa5\x8a\x39\xbf\xe0\x14\xa4\x10\x3c\x6c\xf2\x64\x75\xc4\x12\ \xe1\x90\x29\x2a\x2a\x2b\x92\xc9\xa8\x7c\xb9\xf5\x75\xbd\xc9\x61\ \xa7\xe8\x33\x30\x50\x0b\x13\x18\x81\x87\x90\xcd\x64\xa7\x5a\x6b\ \x23\x63\x3b\x26\x0a\x63\xe3\xb3\x67\x1e\x59\x5f\xd1\x98\xcb\x65\ \xb7\x6f\xdb\xba\x63\xc7\xb6\x2a\x68\xd6\xb2\xd8\xd5\xb9\x2d\x55\ \x5d\x96\x2a\x2f\x27\xad\xb4\xef\xaf\x7e\xea\xa9\x35\x6b\x9f\x5e\ \xbe\xec\x0d\x4a\x79\xd3\xf2\x49\x80\xa5\xb4\x51\xf6\x5c\x0d\xbc\ \x52\x99\x9e\x3d\x47\x76\x22\xcd\x91\xe9\x52\xbd\x03\xa5\xc9\xf5\ \x84\x30\x0a\x99\xfc\xaa\x95\x2b\x9f\x59\xbd\x7a\x22\x9b\x73\x07\ \x06\xae\xfb\xd3\x8d\x19\x90\xa3\xbe\xb7\xb5\xaf\x3f\x37\x95\x57\ \x8a\x42\xcc\x4c\x44\x22\xb1\x70\x68\x74\x74\xb0\x73\xc7\xa6\xf1\ \xb1\x09\xa9\x69\x87\x19\x32\x2c\xbb\xb9\xb5\x4d\xbb\x45\x54\xbe\ \xeb\x4b\x0d\x6c\xa2\xe8\xba\x9e\xeb\x7b\x9e\x40\x1d\xb1\x8c\xb8\ \x8d\x06\x47\x1d\xe6\x40\xca\x73\x27\x86\x07\xa7\x7c\x2b\xcd\xaa\ \xca\x10\x35\x43\xe5\x15\x33\x7f\xfa\xf5\x8f\x47\xc6\xc6\x3d\xe9\ \x59\x90\x47\x3f\xef\x19\x61\x02\xe3\x8c\x53\x8f\x3f\xfb\x8c\x33\ \x17\xcc\x6e\x6b\x5f\xf9\x64\x71\xa8\x37\x94\x88\xc8\x51\xd9\xb1\ \x73\x47\xaa\xaa\xa5\x6e\x79\x9b\x7a\xe9\x03\xba\x26\x96\xe0\x53\ \x0d\xd6\x90\x01\x59\x37\x4f\xa0\x0c\x54\x28\x98\x76\xdd\x4c\xdf\ \x40\x3e\xc4\xdc\x68\xd8\xde\xb9\x61\x7d\x22\x35\x3c\x63\xce\xdc\ \x50\x65\x75\x2a\x51\x5e\x57\x5d\x13\x36\x79\x7f\x67\x6a\xfb\xa6\ \x67\xab\xab\x2a\x0c\x86\xc5\xbc\x33\x67\xe6\x4c\x03\xb0\x90\xcd\ \x44\x13\x09\xa9\xb4\xa6\x52\xca\x34\x22\x32\x22\xb9\x3b\x57\x7a\ \x77\x31\x07\xda\xb5\x3a\x18\x59\x69\x94\x25\x06\xcc\xf3\x3d\xce\ \xb9\xc9\x0d\xc6\xb1\x6f\xd3\x96\x95\xf7\x3f\xb8\x75\xfb\x0e\x83\ \x8b\x27\x9e\x7e\xba\x63\x6a\x72\x58\x7a\x7d\x85\xfc\xda\xad\xdb\ \xc0\x93\x91\xb0\x3d\xd0\xb9\xd3\x19\x9b\x90\xbe\x6b\xc7\x42\x68\ \x99\x22\x1a\xeb\x1d\xec\x5d\x71\xec\x99\x55\xe9\x2a\xc6\x2d\x93\ \x85\x2d\x6e\x90\x2e\x8e\x67\x1d\x9f\x98\xe7\x3a\x53\x93\x13\xf9\ \x5c\x86\x94\xe4\xa0\x05\x67\x21\xad\xc2\x08\x56\x1c\x4c\x6e\x15\ \xfd\x82\x01\x51\x4f\xcb\xb2\xb0\x88\x90\x6b\x9a\x4e\xef\x9a\x07\ \x77\xf6\xf4\xb6\xf7\x0c\xee\xe8\x1f\x19\x18\x19\x91\x85\x29\x5d\ \xc8\xcc\xa8\xaf\x94\xe2\xdd\x3b\xba\x36\xf4\x0d\xf4\x85\xe2\xd1\ \x15\xc7\x2e\x2d\x4b\xa7\xb3\x5d\xc5\xd7\x6b\x59\x9c\x97\x71\x7c\ \x6e\x31\x80\xd8\xc5\x9f\xf9\xf1\x69\xa2\x52\x00\x98\x61\x9e\xed\ \x9d\xac\x59\x78\xce\x92\x9b\xff\xf7\xcb\x9f\xff\x4f\x36\xb2\x03\ \x5b\x2e\xe1\x0c\xf4\x73\x5e\x7e\xd2\x5a\x49\x80\x37\x5c\x74\xd1\ \xdd\xdf\xbe\xfa\x13\x9f\xbe\xb7\xd8\xdf\xd7\x7a\xe6\x5b\x4a\x3b\ \xc8\x94\x4c\x47\x7a\xde\x1f\x00\xea\xd9\x3b\x7f\x71\xe3\xc3\x7d\ \xdc\x9f\x9c\x71\xc4\x89\x0d\xbb\xfc\xab\xe9\x9a\xf2\xf6\xdb\xae\ \xf9\xec\x8e\xdb\x46\xc6\xe9\xdc\x77\x7f\xa6\x31\x44\x9e\x2a\x7d\ \x84\x76\x7f\xe1\xa2\x63\xcf\xfc\xcb\x77\xae\xfb\xf0\xc7\x1e\x3e\ \xeb\xf2\x77\x84\x84\x41\xbb\xb6\x2f\x57\xbe\x17\x2e\x9b\xff\x91\ \xb7\x1f\xfe\xc3\x9f\x7f\xe1\xc9\xb2\xd8\x60\xe7\xe4\x09\x47\x47\ \x92\x73\xcf\x3c\x3c\xfc\xc3\xaf\xfe\xc7\x7f\x5a\x13\x1d\xba\xfa\ \x5c\x0e\xb0\xf8\xf4\x73\xcd\xeb\x2e\x1e\x3a\xf6\x3b\xf3\x62\x81\ \x44\x1e\x64\xaa\x20\x45\xd3\xcd\x0b\xe6\xda\x15\x65\x89\x30\x11\ \x5a\x75\x8b\x96\x2c\xaa\x4d\xc5\xa3\x11\xab\x58\x28\xea\x17\xdc\ \xc7\x9b\x14\x98\x33\xe7\x2f\x13\x09\x51\x2c\x16\x5f\xdd\xdd\x46\ \x49\x91\x5b\x94\xc2\x40\x02\x60\xe8\x33\x60\x9c\xf3\x3d\xc3\x6b\ \x9e\x30\x85\xc1\x1d\xed\x28\x8d\xb6\x6d\xd5\x35\xb5\x84\xc0\x3b\ \xe5\x8c\x33\xba\x3b\x3a\x3a\x3b\x77\xe6\x32\xb9\xc1\xde\xc1\x2d\ \xed\x3b\x07\x06\x87\xea\xab\x2b\xaa\x2b\xca\x2b\xca\xcb\x8b\xb9\ \xec\xf6\x6d\x9b\xbb\xbb\x7b\x5a\x5a\x5b\x5e\x9e\xca\x94\xaa\xcc\ \x20\x63\x0a\x41\x03\xf8\xf9\x22\x9f\xc8\x6e\x7d\xe2\xe9\xbe\x8e\ \x9e\xa5\x47\x1f\x95\x9c\xd1\x08\x02\xa6\x00\x34\x33\xc2\xd1\x84\ \xe7\x2a\xcd\x29\x9c\xac\x2e\xaf\x68\x8a\x26\xd3\xc2\xb0\x26\x0b\ \x3e\x08\xd3\x30\xf8\xf0\xd8\x64\xb1\x08\xe9\xf2\xb4\x69\x03\x32\ \x61\x9a\x61\x4f\x6b\x64\xdc\x8e\x44\x51\x18\x93\x13\xd9\xa9\xa2\ \xa1\xc1\xd0\xe4\x7b\x6e\xbe\x98\x9d\x2c\xfa\xc5\x74\x6d\x55\x3e\ \x3f\xe9\x03\xe5\x35\xa4\x52\xb1\xd9\x49\xa3\xb3\xb3\xb3\xbe\x26\ \x19\x8d\xc7\xe3\xf1\x78\x3c\x16\x4d\xc6\x22\x15\xa9\xc4\xe8\x50\ \xbf\xe3\x39\x26\xc3\x97\xb9\x6f\x1d\x11\x9f\xea\xc5\x5c\x11\x51\ \x68\x8d\xae\x42\x57\x3a\x20\x7c\x2d\x33\x9d\x93\x7e\x5c\x88\xc9\ \xae\x9e\x2d\xfe\x63\xb5\xcd\x2d\xf1\x54\xd9\xb2\xc3\x96\x25\xd2\ \x65\x05\x27\x17\x36\x99\x1d\x36\xfd\x7c\xa6\x2c\x9a\x94\x4e\x3e\ \x54\x56\x56\x5b\x57\x1f\x12\x62\x72\x62\x38\x1a\x4b\x0a\xce\x76\ \xd7\xf9\xe1\x9c\x95\x8a\x52\xec\x53\x77\x70\x57\x4d\x22\x66\x30\ \xe6\x39\x45\xcb\xb2\xdd\x4c\x6e\x6a\x78\x84\x3c\xd9\xdd\xb1\xf3\ \xde\x7b\xee\xdd\xbc\x71\x03\x63\xac\xac\xbc\x62\x20\x93\x59\xf3\ \x44\x77\x9e\x74\x9e\xc8\xe3\x8c\x03\xb3\xb8\x51\x16\x89\x98\x48\ \x5d\x1d\xdb\x26\x86\x7a\xc6\x47\x07\x08\xd1\xb2\x23\x0e\xb0\x3c\ \xe1\xea\xfe\xee\xca\xda\x86\xf9\x0b\x97\x84\xc3\x11\x4f\x29\x11\ \x8a\x45\xa3\xb6\x25\x6c\xe5\x3b\xaa\x98\xcb\x8f\x8f\x4f\x66\x26\ \xa6\x26\x46\xf2\x99\x89\xf1\xd1\xd1\x91\x29\xd5\x72\xd8\x69\xf5\ \x8d\x73\xb2\x7e\x5e\x2a\x47\xbb\x9e\xca\x67\xea\x53\x09\x8d\xda\ \x16\x11\x37\x33\x9a\xf7\x0c\xad\x79\x39\x8a\x39\xe5\x15\xf1\xa2\ \x17\xcb\x39\x5e\xce\xab\xb4\xc3\x1d\x5b\x36\xc7\x42\x46\x59\x7a\ \xa6\x7e\x79\xc3\x39\x32\xc3\x9b\x34\x27\x3b\x6d\x33\x16\x22\x03\ \xc8\x56\x9e\xb6\x18\xb3\x0d\xa6\x0a\x5e\x43\x6d\xc5\x61\x4b\x96\ \x80\x96\x7f\xbf\xe5\xa6\xf6\x96\x99\xf5\xb3\xe6\x36\xb4\xce\x9a\ \x37\xab\xcd\x30\xd0\x66\xfe\x70\xcf\xb6\xc1\x81\xde\x59\xcd\xcd\ \x66\x34\x64\x5a\xf6\x51\x2b\x0e\x8f\x46\xc2\xca\xf7\xb9\x30\x90\ \x40\x6b\x42\x00\xc6\x08\x80\x69\xd2\x08\x58\xaa\x6a\xb2\x7b\xee\ \x32\x3d\x95\x51\xaa\xb4\xa6\x45\x6b\x6d\x32\x06\x44\x43\xfd\xc3\ \xab\x9e\x7a\xea\xb1\x07\xfe\x31\x39\x3a\x56\x9e\x48\x9a\x42\x0c\ \x8c\x8c\x3e\xbc\x65\x5b\x96\x28\xaf\x75\xaa\xaa\x32\x37\x36\xb1\ \x73\xfb\x0e\x7f\x6a\xd2\x54\xd2\xe0\xa4\x32\x53\x45\xd0\xc2\x49\ \xf5\xf6\x0f\x5a\x76\xea\xb0\x23\x4f\x43\x92\x9d\xed\xed\xa6\x20\ \x2e\x64\xce\xf7\x1c\x29\x39\x52\xc4\xb6\x2a\xe3\xa6\x29\x2c\xae\ \x15\xc9\xa2\xf6\xa5\x53\x2c\xe4\xc6\x33\x5d\x03\xa3\x15\x33\x97\ \xb0\x58\x44\x79\x7e\xaa\x32\xb2\xe1\xe9\x47\xef\xba\xe6\x7f\x85\ \x37\xe1\x29\x3d\xe5\x33\x16\x2a\xe3\xae\x4a\x45\x43\xa7\x9c\x7e\ \xee\x39\x67\x9e\x62\x68\xb5\x65\xd3\x46\xe4\x5a\xf8\x4e\x36\x37\ \x55\x18\xec\x8f\x45\x5a\x91\x89\xd7\x25\x48\x1a\xbe\xec\x3f\xbe\ \x8e\xa1\x38\x00\x24\x6b\x5a\x93\x00\x00\xd0\x76\xe6\x27\xbe\x72\ \x32\x4f\x24\xa2\x9f\xff\xe6\x77\x7a\x07\x27\xb4\xb0\x53\xe9\x2a\ \xc6\xf0\xf3\xdf\xf8\x86\x15\x17\x00\x60\x36\x9e\xfe\xcd\xff\x3a\ \x21\x86\x60\xcc\x3a\xfd\xbb\xff\xbb\xb4\x7f\x34\xcb\x43\xb1\x74\ \x3a\x0d\x40\x1f\xfb\xf6\xd7\xcd\x98\x00\xa8\xfe\xc8\x7f\x7e\x87\ \x47\xa3\x00\x70\xc5\x37\xbe\xc7\xc2\xa5\xd4\x5c\xb1\xf0\xf8\x8b\ \x2b\xe6\x4d\x91\x08\x57\xd7\xd7\x86\x77\x4d\xfe\x17\x5f\xf8\xa9\ \x9f\x1c\x3f\x9a\x2d\xaa\x58\xba\xa6\x32\x61\x03\xe8\x2b\xbe\xfa\ \x0d\x16\x89\xd9\x70\xf1\xff\xce\x86\xd2\x27\x2b\xe6\x9f\xf5\xfd\ \x1f\x2c\x1d\x9a\x72\x93\x95\xd5\xe1\x05\x5f\x3c\x12\x42\x00\x50\ \x73\xd4\x95\xdf\x58\x06\x06\xc0\x9c\x33\x3f\xf0\xfd\x15\xfd\x43\ \x93\x45\x2b\x9a\x4c\x97\xa7\x0c\x51\xfb\x1f\xdf\xfc\x6e\xef\xe0\ \x98\xe2\x76\x59\x79\x85\x00\xd0\x9c\xa5\x67\xbe\xe1\x98\xd3\x96\ \x05\x5b\x76\x1d\x24\x4a\xe9\xf2\xa6\x05\x4b\x74\xff\x96\x67\x57\ \x33\x00\x00\x5d\xd7\xb6\x28\xc5\xa7\x36\xaf\x1f\x2b\x6b\x68\x8a\ \x9b\x7b\x7a\xda\xf7\xd1\x51\xd2\x1e\x84\x57\x9c\xfa\x26\x50\xfe\ \xab\xbc\x65\x37\x63\x54\xcc\xa9\xfe\xad\xda\x36\x91\x21\x30\x86\ \x8c\x49\xad\xb1\x94\x89\x8f\x48\x8c\x3b\x8a\x84\xc1\x49\xe6\xc2\ \x3a\x8f\x51\x5e\x19\x0d\xf9\x79\x3f\x9d\x48\xd6\x1e\x71\xd4\xbc\ \x79\x0b\x77\xee\xec\xd9\x18\xde\x24\x50\xfb\x85\xec\x70\x7f\x57\ \x6d\x55\x05\x03\x5d\x5f\x53\xd5\x3f\x3c\xb6\x61\xdd\x9a\xfa\xba\ \x1a\x61\x98\x2f\xf1\x8a\x58\xa9\xd8\x29\x63\x4c\x29\x25\x95\x1f\ \xb3\x42\xd9\xfc\x54\x5f\xc7\xce\xf6\x81\xc1\xa9\x62\x2e\xd4\xd7\ \x53\x5c\xf9\x6c\x56\xe8\xae\x7c\xbe\xab\xbd\xcb\x77\xb5\x5b\x50\ \x76\x24\x55\x59\xd9\x60\x47\x52\xc2\x8a\xd9\xe1\x88\x2f\x25\x37\ \xcc\x58\x22\x6a\x70\x5b\x4b\xce\xcc\x90\x1d\x89\x22\xa2\xaf\x95\ \x27\x15\x91\x9c\xca\x66\xa4\x94\xc5\xa2\x93\xcd\x91\xe3\x38\xd2\ \xc9\x32\x72\x80\xa4\x29\xd0\x1d\x76\x5d\x6e\x31\x66\x79\x92\xa7\ \x52\xf1\x85\xf5\xd6\x61\x4d\xcb\xa2\xc9\x32\x6e\x5a\x45\xc7\xd9\ \xb2\x79\xd3\xe6\x4d\xc3\x8f\x0e\x0f\x0d\xf5\xf7\x76\x76\x75\x7c\ \xe1\xa3\x1f\x9d\xd7\x36\xdb\x7d\x89\xc5\xaf\x4b\x4e\xbd\x2a\x4b\ \xda\x9e\x43\xc8\x48\xa3\xe7\xfb\x9c\x29\xf0\xdd\x90\xd0\xe0\xb8\ \x4d\x75\xf5\xf3\x6b\xea\xba\xb6\xac\x7b\x70\xe5\x63\x75\xf3\xe7\ \x46\xeb\x6b\x6b\x67\xb4\xc4\x12\x2d\x7e\x31\x37\xb8\xb3\x7d\x74\ \x72\x8c\x72\x4e\xc4\x10\x18\xe2\x09\xdb\x0a\x71\xe1\x64\x72\xe0\ \xa9\x78\xaa\x1c\x99\x00\x40\x4d\x04\xba\x54\x96\x1f\x76\x3b\x15\ \x4b\x65\xb7\x76\x55\x51\x66\x44\x9e\x6d\xd9\x40\xc0\x94\xea\xea\ \xec\xbe\xff\xbe\xfb\xb6\x6d\xdb\xe1\x4b\xa5\xc2\xb1\x82\xf4\xfb\ \xfb\xfb\x1d\x9f\x1c\xa9\x98\x69\x45\xc3\x21\xc3\xb4\x13\xc9\x32\ \x53\x88\x62\x76\x2a\x3f\x3e\xd2\xd3\xb1\x43\x4d\x0d\x59\xba\xc8\ \x0c\xd3\x2f\xe6\x34\x32\x2b\x1a\x97\xc8\x86\xbb\xdb\x63\x21\x71\ \xf4\x31\xc7\x00\xb3\x3c\xdf\x1d\x1b\xec\xdb\xd1\xdf\x3f\x36\x3a\ \x94\x9f\x9a\xc8\xe7\x32\xd9\xc9\x49\x37\x9f\xe3\x4c\x33\x84\x8c\ \x23\x66\x90\x3f\x3e\x36\x58\xd5\x58\xcf\xa6\xf2\xa0\x72\x61\xc1\ \x5b\x6a\x6b\xe6\xcc\x9f\x3b\xd8\xdf\xee\x15\xd2\x83\x43\x79\xb7\ \xa0\x06\x3b\x3b\x9c\x6c\x76\xf1\xb1\xc7\x55\x45\xc2\x9b\xd6\xad\ \x71\x73\x53\x85\xc9\x6c\x43\x79\x93\x25\x8c\x97\x37\x90\x23\x67\ \xf9\xb1\xa9\xb1\x9d\xdd\xa1\x50\x54\x18\x36\x10\x57\xbe\xb6\x84\ \x35\xe6\xb8\xf3\x66\xb7\xbd\xff\x7d\x1f\x9a\x3d\xa3\xb5\x63\xd5\ \xca\xc9\xee\xae\x87\x9f\x79\x72\xd3\xba\x8d\xe9\xa6\xd6\x65\x2b\ \x56\x1c\x75\xec\x91\x35\x55\x55\x8b\x17\x2f\x14\xe4\x16\x26\xa6\ \xc6\x87\xc7\x2b\x2a\x2b\xee\xbe\xfd\x6f\x8b\x7a\xfb\x8f\x3e\xf6\ \x58\x0c\x71\x86\x02\x48\x4f\xc7\xe2\x76\xd5\x67\x28\x99\xa0\xbb\ \xe7\x31\x8c\x31\x5e\x8a\x61\x23\x01\x72\x86\x2c\x3b\x36\xf6\xf4\ \xca\xa7\x1e\x7f\x62\xe5\xf8\xf8\xb8\x22\x30\xca\xca\x3b\xc6\xc6\ \xf3\xb9\x9c\x61\xd9\x39\xcf\xe7\xa1\x50\x3a\x1c\xc9\x0c\x0e\x15\ \xc7\x46\x74\x7e\x0a\xf3\x13\x21\x4b\xd8\x86\x31\x3e\x95\xb7\x23\ \x91\xe2\xd4\x64\x38\x9a\xde\xb4\x66\xb5\xf4\xcc\xc3\x56\x1c\x4b\ \x7e\xce\xb2\x4c\xcb\xa4\x54\xdc\x46\x24\xd2\x4a\x4b\x7f\x7c\x74\ \x70\x60\x64\x30\x33\x3e\x3a\x39\xfe\xff\xd8\xfb\xef\x38\x4b\xd2\ \xb3\x3c\x18\x7e\x52\xe5\xaa\x93\xcf\xe9\x3e\x9d\xc3\x74\xf7\xe4\ \x3c\x3b\x9b\x93\xb4\xbb\xd2\xee\x4a\x5a\x45\x40\xe4\x60\x1c\x08\ \x06\x1b\xfc\x99\xd7\x60\x6c\x63\xfc\x82\xfd\xbd\x1f\xd1\x06\x83\ \x85\x40\x08\x21\x50\x96\x36\x07\x6d\x0e\x33\xb3\x93\x67\x7a\x3a\ \x4c\xe7\xd3\x27\xe7\xca\x55\x4f\x78\xff\xe8\x45\xc6\x36\xaf\x7f\ \x66\xfc\x7a\x11\xfe\xe6\xfe\xab\xbb\xba\x4e\x75\x9d\x0a\xcf\x75\ \x5f\x77\xb8\xee\x86\xdd\xeb\xd9\xbd\x6e\xa7\xd3\x03\x6a\xfa\x03\ \x53\x87\x39\x24\x0c\x12\xca\xb9\xdf\x6f\x27\x14\xa8\x11\x9c\xc9\ \x17\xeb\x0e\xed\x76\x02\x22\x4b\x39\x2b\xf1\xe1\x7b\xee\xdf\x37\ \x3e\x5b\xdb\xde\xe6\x2d\x3f\x9d\xd2\xa2\xed\xc6\x76\x7d\x7b\x64\ \x74\x18\xee\x9f\x7c\xb7\x0a\x76\x51\x22\x9d\xf9\xaf\x36\x49\x5a\ \x32\xa3\x01\x00\x00\x31\xb2\x13\xd3\xd9\x6f\x6d\x4f\x65\xd2\xef\ \xdc\x5f\xa2\x65\xd2\xef\x44\x5e\x95\x64\x61\x32\xf9\x9f\xa7\xd3\ \x24\xdf\xd9\x07\x7f\xeb\xb0\xd6\x5f\x3a\xbe\x96\xc8\x4f\x26\xf2\ \xff\xf5\x19\xc8\x7a\x61\x68\xec\x2f\x0d\xb8\x41\x56\x7a\xe7\x20\ \x66\xf6\x2f\xad\x6a\x46\xb6\x38\xf5\xce\xb9\xbc\xa3\xc3\x84\x55\ \x2b\xf3\x17\xa4\xd6\xcc\x0e\x99\xd9\xbf\x14\x96\xd4\xd3\xe3\x53\ \x3b\x07\xf1\x5f\xfa\xc2\xff\xef\x8b\xdf\x5c\x9f\xbc\xf3\x3b\xde\ \xb7\x3f\x7b\x13\x20\xff\x87\xe3\xba\xb8\xd7\xde\x78\xf2\x0b\x5f\ \x6c\x03\x89\x20\xc8\x69\x44\x0a\xc7\xbe\xff\xe1\xc9\xaf\x7d\xfe\ \x85\xfb\xfe\xee\x4f\x1e\x29\xe0\x98\x89\xff\x4e\x7e\x54\xd0\xf8\ \xff\xfd\x49\x05\x02\x62\x1c\x76\xf5\xca\x65\xdd\x50\x01\x84\x10\ \x63\x84\x20\xe7\x82\x43\xf0\x17\xef\x0a\x22\x50\x45\x00\xf2\xd0\ \xe6\x30\xec\xa2\x58\x23\x50\x30\x76\x7d\x7e\x71\x7a\x6e\x7f\x2a\ \x35\x74\xf8\xd8\x58\x2a\x37\x24\x42\x8f\xfa\xfd\xb7\x5f\x8b\x25\ \x82\x13\x96\x41\x63\xf9\xe0\x91\xa3\xef\x79\xdf\x43\x9c\x46\x40\ \x22\x3b\xa5\xfd\xff\xa3\x59\x91\x98\x4a\x12\x61\x9c\x05\x7e\x20\ \x49\x04\x05\x74\x6d\x79\xe1\x99\x27\x9f\x5a\x5d\x5a\x22\x08\x11\ \x5d\x5d\x5f\xba\xd2\xbf\x7a\xae\x17\xf3\x6e\x14\xf9\x34\x46\x1c\ \x50\x0a\xad\xac\xa9\x9b\x19\x24\xe9\x1c\x48\x00\x49\x82\x73\xca\ \xe2\x98\x32\x3d\x91\xb0\xbb\x41\xcf\x71\xec\x30\x60\x94\xbb\xbe\ \x1b\x84\x81\x40\xd0\xb6\x6d\x21\xb8\x44\x88\x46\x50\x4a\xa3\xba\ \xce\x15\x08\x78\xcc\x18\x07\x5d\xaf\xa5\x58\x83\x61\x08\x00\xd7\ \x73\x96\xd9\x59\x3d\xbb\xba\xb4\xb0\x5d\x6b\x36\xda\x9d\xed\x6a\ \x25\x8a\xa9\xed\xf4\x3d\xa7\xaf\xc9\xa4\xd3\x69\xfb\xce\x0f\xa1\ \xbf\xbe\xb2\xff\xce\x88\x83\xf6\xfa\x62\xbb\xdb\xc1\x0a\x01\x18\ \x45\x51\x44\x88\xa4\x12\xd9\xf3\x82\x47\xdf\xfb\xd0\xf7\x7c\xc7\ \x77\xe6\x69\x7c\x8e\x3e\xfb\x95\x57\x5e\x7e\xf5\xf1\x2b\xe6\xf4\ \xe4\xd0\xe6\xcc\xe1\xe3\xc7\x66\xc6\xc6\x0f\xef\x99\x61\x03\x19\ \xe0\x87\x2b\xeb\x4b\xba\x65\x6e\xaf\xae\xfd\xda\xaf\xfc\xea\x07\ \x1f\xfb\xc8\xfd\x8f\x7c\x00\x21\x0c\x30\x12\x0c\x20\x0c\x77\x02\ \x59\x18\x63\x21\xb8\x10\xe0\x5b\xfa\x76\x3b\x3f\x84\x41\x80\x58\ \xc8\xc3\xb0\xb4\x5e\x7a\xf1\xc5\x17\x2f\x5d\xba\xd2\xe9\xda\x1d\ \xdb\x01\x44\xee\xba\xae\xc0\x48\xb6\x12\x86\x2c\xcb\x8c\x5b\x5a\ \x52\x21\xb2\xe0\x50\x50\x36\x94\x4b\x2f\x94\x4b\xd5\xea\xb6\xd3\ \x6d\x64\x51\xbc\x7b\xbc\x58\x1c\x1d\x57\x13\xc9\xad\x4a\xf5\xe2\ \xb5\x45\xca\x61\x14\xf3\xf5\xc5\x4b\x32\x66\xed\x56\xb3\xd7\xac\ \x86\xbe\x17\xc5\x94\x71\x1e\x86\x31\x44\x98\x72\x0e\x25\x85\x41\ \xc8\x00\x40\x44\x08\x16\x70\x16\x6c\x6c\xac\xba\xa5\xab\x63\x7b\ \x47\x74\x45\x9d\x1a\x1d\x2b\x64\x72\xe5\xad\x25\xd3\xb2\x70\x9f\ \xa6\x53\xe6\x3f\xf8\x07\xff\xe0\xe4\x3d\xf7\xb5\xba\xed\x7a\xec\ \x2b\x43\xb9\xed\x95\x66\x1d\xc7\xd3\x83\x29\x90\x34\x6e\xb0\x7e\ \x0d\x0a\x16\x48\xcc\x37\x00\x51\x28\xe5\x1c\x50\x3f\xf4\x63\x49\ \xc6\x98\xec\x39\x74\x60\xdf\x89\x5b\x40\x1c\xe7\x74\xf9\x81\x43\ \x7b\xd2\x56\x22\x50\xd3\xaf\x5d\xb8\xfa\xe2\xb3\xcf\x5c\xbe\x78\ \xe6\x9e\xbb\x4e\xec\x9a\x9a\x58\x9a\xbf\xd0\x69\x37\x35\x49\x16\ \x71\x1c\xba\xee\xb5\xcb\x97\xf7\x1f\x38\x98\xb1\x92\x20\xa2\x98\ \x48\x02\x08\x21\x04\x44\x70\x47\x65\x90\x52\xba\xa3\xa1\xb8\xc3\ \x4a\x85\x10\x8c\x52\x21\x28\x42\xa2\x59\xaf\xcf\x9f\xbf\xf8\xd6\ \xab\x6f\x84\x01\x6d\xb4\xbb\x11\x10\x0e\x8d\xbb\xbe\x2f\x1b\xba\ \x9e\x4e\x63\x80\x54\x0e\x13\xba\x49\x83\x70\xeb\xea\x7c\xb7\xbe\ \x3d\x31\x98\xbe\xeb\x8e\x7b\xf7\xec\x1a\xd3\x54\xd3\x8f\x95\xa7\ \x5f\x7a\xf9\xed\x85\x05\x3f\xea\xd9\x2c\xec\xb5\x6b\x34\xe8\x7a\ \xfd\x46\x52\xb7\xec\x76\xa7\xd1\xa9\x77\x5b\x8d\xed\x72\xb9\xd3\ \x6e\xdb\x7d\xdb\x71\xdc\x20\x08\x63\x1a\x0b\x01\x30\x46\x0c\x60\ \x4b\xcb\xf5\x03\x26\x21\xdd\xcc\x65\xa1\xe4\x7a\x51\x9c\x49\x27\ \xef\x3f\x7e\x42\xb3\x92\xcb\xdb\xed\x6e\xcb\x69\x6d\xd7\x7b\x7d\ \xfb\xa5\x6f\xbe\x38\xb7\xf7\xc0\xdc\xe1\x13\x8a\x24\xb7\x6a\x1b\ \x9d\x5a\x0d\x07\x4e\x46\xda\x19\xe3\x7b\x73\x31\xff\x7f\xc5\x94\ \x23\xf7\x7e\x62\xe2\x36\x65\x74\x24\x8f\x6f\x5e\x8c\xff\x61\xa3\ \x71\x6c\x15\xf7\xff\xf8\xcf\x1f\x20\x48\x04\x21\x53\x54\x99\x51\ \x8a\x10\xfc\xd1\x7f\xb4\x9b\x28\x24\x66\xff\xdd\x7a\xdd\xff\x55\ \xb1\x66\x00\x0d\x44\x27\x14\x47\x93\x18\x42\x08\x62\x04\x11\x84\ \x18\x73\x01\x98\xe0\x4c\x70\xce\x81\x1f\x79\x51\x48\x21\xf3\x13\ \x0a\x0e\xfb\x6d\x99\xc8\x27\x4f\xdc\x4e\x6b\xed\xaf\x9d\xf9\xd3\ \xd1\xb9\x3d\x63\xbb\x77\x8f\x8c\x8d\x5b\x32\xe9\x37\xb6\xab\xeb\ \xc3\x2a\xe1\x04\x42\xce\x59\xbd\xb4\x79\xee\xf5\x97\x8f\x1e\xbf\ \x45\xc4\x0c\xc9\x44\x00\xfe\x17\x42\x77\xef\x0c\xd6\xde\x59\xd4\ \xde\x19\x02\x2d\x80\x80\x00\xed\x48\xea\x40\x21\x38\xc7\x08\x23\ \x88\x2f\x9c\xbf\x78\xf5\xf4\xf9\xcd\x95\xf5\xae\xd7\x8f\x11\x08\ \x01\xeb\x76\xea\x8e\x17\xc6\x02\xca\x44\x43\x0c\x66\xd5\x24\x51\ \x15\x81\x25\x2d\x91\x46\x02\x4a\x00\xcb\x58\xe6\x21\x95\x14\x2c\ \x11\x15\x21\x28\x00\xec\xd8\xae\xe3\x79\x71\x14\xc8\x18\xc9\x0a\ \x21\x10\x12\x89\x58\x85\x24\x42\x90\xc6\x01\x0a\xfb\xcc\xed\x39\ \xfd\x76\xdb\x6e\x46\x8e\xbd\xb5\x5d\x13\x89\xa1\xfd\xf7\x7c\x24\ \x0e\x30\x12\xb2\x2c\xd0\xf2\xc5\xf3\xdf\xf8\xea\x97\x64\x55\x27\ \xb2\xcc\x28\x45\x10\x98\x90\xeb\x86\x9e\xcb\x65\x3f\xf0\xd0\x43\ \xc3\x43\xc3\x37\x2a\x26\x25\x30\xf3\x11\xf3\x21\x97\x21\xc4\x9c\ \x7a\x94\x21\xc7\x61\x49\x23\x79\xcf\xfd\xf7\x1f\x39\x79\x17\x28\ \x6f\x35\x06\xce\x3d\x7c\xdb\x89\x7d\x6e\xbf\x02\xc5\x57\x5f\x79\ \xe1\xfa\xfa\x4a\x31\x5f\xf8\xe0\x9d\xf7\x20\x49\x5e\x5d\x5c\x60\ \x61\x04\x4d\x04\x04\x20\x08\x6f\xac\xad\x96\x96\x97\x72\xc5\xa2\ \x66\x25\x43\xca\xda\x7d\x1b\x70\x96\x49\x25\x14\x4d\x8b\x63\xc6\ \xb9\xf8\x8b\xa7\x0d\x61\x8c\xfc\x20\x58\x5f\x5f\x6b\x94\x36\xce\ \x9f\x3e\x75\xf6\xcc\xf9\x6e\xbb\x6b\x5a\xa9\x88\x83\x72\xa3\x35\ \x38\x36\x56\x9c\x9c\x92\x34\x15\x60\xd2\xea\x77\xdb\x5b\xdb\xb9\ \x74\x1e\xc4\x1c\x32\x91\x4e\x24\x07\x0b\x85\x53\xaf\xb7\xea\xe5\ \x75\xcb\x50\xde\x73\xdb\x2d\xb7\xed\xdd\x4d\x64\xb5\x1f\x04\x07\ \x66\xa6\x67\xa7\x27\xbf\xf4\xc4\xd3\x7e\x10\xc6\xbe\x5d\xaf\x94\ \x4c\x43\x8b\x60\xc4\x62\x07\x70\x01\x10\x21\x9a\xe2\x85\x71\xcc\ \x39\x26\x52\xc4\x04\x00\xe8\xbe\x87\x1e\x30\xf3\x03\x85\xa9\xb1\ \x66\xaf\xfd\xf4\x93\x67\x5e\xd8\x3c\x97\x52\x60\xad\xb4\xbe\x7a\ \xfd\x9a\x6e\xc0\x72\xa3\xde\x0d\x44\xec\x3a\xa5\x76\x39\xb3\x74\ \xb1\xdf\xeb\x04\x61\xd8\x0b\x3a\x51\x42\xbe\xe5\xd1\x07\x67\xe6\ \x26\x20\x4e\x88\x1b\x4a\x18\x08\xc1\x25\x62\x1a\x6a\x41\x96\xa1\ \xed\xb4\xbd\xc8\xe6\x9c\x1a\x86\x1e\xc5\x0c\x6b\xca\x76\xa3\x96\ \xd5\x8d\xcc\xc1\x83\xb5\xcd\xd2\x90\x95\xe8\xc6\xe0\xc7\xbe\xf7\ \xfb\x59\x32\xf5\x87\x7f\xfe\xb9\x33\x97\xe6\xaf\x5f\x17\x9a\x08\ \x12\xba\xd1\x69\x76\x31\x96\x14\x49\x11\x9c\x9e\x7a\xe3\xf5\xe9\ \x99\xa6\x62\x5a\xe3\xb3\xb3\xa1\x1d\x36\x5a\xad\xec\x40\x56\xd3\ \x55\xce\x58\x10\xfa\x04\x13\x45\x51\x38\xe7\x08\x63\x00\xa1\x17\ \xc5\xbd\x5e\x6b\x61\xfe\xd2\xcb\xdf\x7c\xb1\xb6\x59\xd1\x88\x9e\ \x4c\xa6\xfb\xbd\x5e\x00\xe1\xe0\xd4\xd4\x70\x2a\x11\x01\x80\x09\ \x59\x5f\x59\x63\x61\x3c\x3c\x94\x39\xf5\xe2\x8b\x8d\xed\x4a\x5e\ \x57\x8e\xce\xce\x4e\x0c\x14\x74\xc0\x98\xe3\xf0\x98\x7d\xf7\x47\ \x3e\x21\x3d\xf9\xd4\x93\x6f\xbc\x15\x0b\xda\xac\x95\x20\x77\xd7\ \xae\x5f\x3a\x7f\x66\xdb\xb3\xeb\x51\xb3\xc6\x7d\x8f\x0b\x20\x20\ \x8a\x18\x8f\xa8\x40\x48\x96\x88\x14\x51\x16\x31\x41\x39\xb7\x00\ \x8e\xc3\x48\x78\xce\xf2\xfc\xd5\xd1\x04\xd4\xc3\x38\x9f\x1f\x1c\ \x9b\xdc\xb5\x5d\xad\x46\x94\x42\x05\x03\x8b\x7c\xe8\xb1\x8f\x7d\ \xe2\x7b\xbe\x2f\x99\xc9\x7b\x9d\x9e\x5c\x48\x5b\x72\xd4\x5a\xbd\ \x94\x2b\x64\x51\x3e\x4b\xff\x56\xea\x86\x7e\x7b\x1a\x4a\xe6\x47\ \x92\x37\x2f\xc3\x5f\xdf\x17\x96\x14\xa5\xb3\xf8\xe6\xd7\x9e\x7e\ \xa3\xe1\xc6\x66\x7e\xe6\xfd\x8f\x3d\x32\x97\x57\x08\x91\xc4\x7f\ \xd3\x0c\xf7\x2e\xe1\x28\x42\x28\xf0\xdd\xed\x8d\x65\x55\xd3\x92\ \x89\xa4\x6e\x1a\x82\xf3\x20\x88\x5a\xed\x16\xc4\x98\xc6\x14\x41\ \xac\x63\xc3\x0e\x5c\xaa\xc6\x4d\x18\x4f\x24\x32\x7f\xf7\x3b\xbe\ \xff\xc4\x81\x5b\xaf\xbc\xfe\x46\xfd\xd2\xf9\x17\xbf\xf2\xaa\x39\ \x31\x71\xe0\xf0\x3d\x87\xf6\xef\x1f\x2f\xa4\x4f\x1c\x39\xd8\xa9\ \x96\x7a\x8d\x4a\xe4\xb9\x05\x73\xe4\xe5\xc7\xbf\x0c\xec\xce\x6d\ \xef\xfb\x18\x10\x80\x02\xc6\x91\x60\x80\x43\x86\x89\x20\x50\x00\ \x84\x04\x44\x82\x01\x86\xb9\x04\x04\x80\x50\xc4\x71\x88\x01\x24\ \x12\x71\x6d\x67\x79\x71\xe5\xcc\xa9\xb3\xd5\x6a\xad\x5e\x2d\x03\ \x28\xfa\xae\x1b\x03\x18\x73\x04\x89\x95\xcd\x14\x28\x15\x86\x6e\ \xe8\xaa\x4a\x64\x99\x29\x28\xe2\x9c\x52\x98\x94\x84\x42\x62\xcc\ \x9d\x20\xa2\x12\x92\x58\xc4\x22\xa1\xc4\x9a\xdc\x76\xfb\x06\x08\ \xf7\x0c\x26\xd2\x32\x03\xcc\xb3\x6d\xbb\xdd\xee\x77\xfa\xbd\x4e\ \xbf\xd3\x6d\xd5\xfd\x86\x53\xa9\xf7\x3d\xca\xa8\xd7\x25\xdc\xe9\ \x85\x74\xe0\xd8\x03\x03\x24\xd9\x45\x22\x99\x96\xa1\xf0\x02\x8e\ \xb2\xb9\x7c\x71\x30\x6b\x68\xa8\xd3\x69\xf5\xed\x3e\x83\x24\x64\ \xd2\x27\xbe\xe3\xe3\x1f\xfd\xf8\x27\x5d\xcf\xf3\x7d\xef\x46\x34\ \x01\x04\x60\x22\xe6\x18\x47\x42\x09\x42\x4e\x43\xa4\x89\x20\x6d\ \xaa\x9a\x02\xfb\xd4\xbb\x5c\x2d\xcf\x4e\x8f\x93\xc3\x77\xe9\x95\ \xa7\x0e\x41\x76\xb8\x98\x79\xf4\xff\xfc\xe8\x9b\x9d\xf0\xf7\x3e\ \xf5\x79\x19\x2f\x19\x6e\x6d\x28\x29\xa7\x13\xa9\xbe\xe7\x73\xc4\ \x75\x4b\xdf\xd8\x5c\xf9\xfa\x97\xff\x2c\x95\x48\x1d\x3d\x79\x5b\ \xaa\x38\x74\x75\x75\x3d\x61\x68\x52\x94\xed\x63\xa5\xd2\x71\xfc\ \x88\xe6\x0b\x99\x91\xc1\x02\x04\x0c\x60\xb9\x6b\xf7\xae\x97\x4a\ \x1b\xeb\xeb\x97\x37\x4b\x54\x96\xb1\xa6\xeb\xc9\x64\x52\xd7\x5b\ \x7e\x98\x29\x0c\xd6\xeb\x6d\xd8\xf4\x46\x26\xa7\x9a\xad\x5a\xaf\ \xeb\xb1\x28\xc8\xa5\x52\x94\xc1\x00\xc0\x56\x10\xd4\xfb\xad\x38\ \xec\x8e\x8f\x0f\xf3\xd8\x7d\xe1\xa5\x57\x8f\xcc\xed\x59\x98\xbf\ \x2a\x49\xd2\xed\xef\x79\x6f\x78\xef\xdd\x9f\xfd\xda\xe3\x3e\x15\ \x34\xe0\xd3\x7b\x77\xd7\x09\xd9\xa0\x2b\x8c\xc6\xbb\xa6\x67\x74\ \xc3\x58\xdf\xda\xc2\x8a\x1e\x03\x6c\xfb\xd1\xc8\xd8\xe4\xdd\x1f\ \xfa\x44\xc5\xe7\x1f\x7a\xf0\xee\x97\xbf\xf2\x99\xf3\x5e\xa9\x5d\ \xad\xee\x3b\xba\xff\xe1\x07\x0e\x4d\x4d\x8e\x40\x11\x54\xea\xf5\ \x6b\x55\xa7\xd9\xe9\xce\x64\xd5\xa3\xd3\xf9\x8d\xeb\xbd\xf5\xf5\ \x6e\xec\x85\x05\x23\x97\x32\xb4\xea\xeb\x17\xb7\x7a\xc1\x43\x3f\ \xf2\xd3\xa1\xf7\xd7\xaf\xd7\x05\x88\x43\x8f\xc1\x9e\x4c\x4c\x5d\ \x83\x12\x96\x11\x94\x09\x8b\x0d\x5d\x5f\x5b\x5a\xe8\xb7\x6a\x5c\ \xe4\x62\x59\xaf\xaa\xd9\x24\x08\xf3\x21\x8b\x17\xeb\xf5\x41\x2d\ \xb7\xf7\x3d\x0d\xbf\xc1\xbc\xf5\x01\xbf\x4b\x12\xb2\x99\x1f\xec\ \x76\xbb\xf9\x6c\x1a\x0a\xbe\xba\x7c\x6d\x69\x61\x61\x68\x7c\x4a\ \x53\x4d\x81\x15\xdb\x0d\x2d\x00\x38\x8d\xa8\xef\x37\xeb\x95\x5c\ \x26\x83\xb1\x10\x90\x08\x48\xda\x8e\xb3\xb2\xb5\xe5\x74\x3b\x4b\ \xab\x6b\x8a\x61\xa5\x87\xa0\x63\x7b\xc5\x99\xc9\xba\xe7\xa4\x34\ \x5d\x57\xa5\xc5\xab\x57\xf7\xec\xdd\xd7\xef\x85\x95\x52\xdb\x30\ \x34\x2c\xab\xed\x7e\xdf\x71\xed\x99\xfc\xf0\x50\x2a\x7d\xfa\x85\ \x97\x0e\xec\x9b\x26\x08\x9e\x3d\x77\xf9\xd8\x5d\xf7\x7f\xcf\x47\ \x1e\x99\x5f\x5e\x5e\xd8\x6e\x05\xbd\xb6\xdd\xae\xf7\x3b\x0d\xbb\ \xd5\xc1\x10\xaa\x7a\x26\x86\x1a\x96\x14\xcf\x0f\x35\x24\x15\x92\ \xe9\xb5\xf5\x75\x2c\x11\x59\x41\x9c\xd3\x03\x33\xbb\x3f\xf0\xe8\ \x77\xba\x94\x1d\x3f\x96\xff\xe5\x67\x7e\x7f\xd9\x6d\xa5\x71\x3c\ \x55\xd0\xbf\xf1\xec\xeb\x88\x70\x86\x51\x1c\xb0\x38\x8a\x01\x8e\ \x1d\xb7\x12\x78\x15\x10\xc5\xcc\x75\x69\x1c\xea\xc3\x53\x97\x9a\ \x8d\x85\xeb\xf5\x47\x8f\x03\x09\x7e\x3b\x8f\xc2\x66\xfd\x6e\x9f\ \x18\x29\x5d\x82\xdf\x0a\xe4\x75\x7b\xb6\x62\xa6\xb5\x9b\x6d\x25\ \xff\x7b\xc4\x75\x25\xc9\xd9\x3a\xf3\x07\x9f\xfa\x52\xe2\xd8\x83\ \x0f\x4e\x25\x57\xce\x3c\xff\xfb\xff\xc9\xf9\xa9\x9f\xfc\xbe\xa2\ \xfa\x57\x0c\x81\x7a\x97\xee\x39\x84\x30\x0c\x23\xdb\x71\x31\x91\ \xba\xbd\x7e\x10\x44\xba\xae\x73\xc6\x7d\xd7\x17\x42\x08\x24\xb0\ \xc0\x50\x70\xdb\xee\x24\x06\x8d\x6a\xa3\xfc\xf0\xed\xb7\xdf\xfd\ \xd8\x23\x20\x92\x86\x76\x8d\x7f\x44\x79\x60\xd7\x72\xae\x42\xc5\ \x97\xbe\xf6\xd5\x95\xa5\x85\xc9\x62\x7e\xbc\x90\xa1\x6e\x8f\x32\ \xea\xfb\x7e\xa7\xdd\x2e\x0e\xe4\x2b\x95\xed\xda\xd6\x26\x94\x75\ \x6b\xc0\xa4\x88\xb6\xba\xdd\x8c\x99\x97\x55\x13\x0a\x10\x06\x01\ \xc0\x31\x91\x25\x0e\xc9\xce\xe8\x2a\xd7\xf3\x82\xd0\x5f\x5a\x5a\ \x7a\xe3\xd5\x37\x36\xd6\x2b\x40\x40\xc3\x4c\x96\x5b\x2d\x81\x79\ \x71\x78\x44\xd5\x92\x92\xaa\x13\x49\x5f\xdf\xd8\x22\x84\xab\x9a\ \xaa\x28\xaa\xed\xf4\x33\xe9\x3c\x0e\xc3\x20\x0e\x51\xec\xb8\x8d\ \xbe\xe3\x78\x31\x80\x02\x43\x2d\x69\x8c\x4f\x4f\x2b\x86\xa2\xe9\ \x8a\x5d\xde\xba\xb2\x7d\x45\x74\xb6\xbd\x4e\xb3\xd7\xeb\x55\x9a\ \x2d\x2f\x0a\x01\x60\x51\xe0\x03\xa6\x42\x25\xd9\x8f\x62\x09\x71\ \x24\xe3\x48\x70\x88\x89\xd3\x6d\xe7\x93\x05\xda\xad\x12\x8d\x38\ \x7e\x30\x36\x39\x79\xef\x5d\xb7\xa4\x4c\x72\xf9\xd2\x59\x26\xd8\ \xd5\x85\x15\x27\x10\x2f\xbc\xf0\x7c\x71\x64\xfc\xd0\xa1\xc3\x37\ \x00\xa2\x3b\x24\x5c\xd3\x74\x95\x42\x5f\x28\x88\x33\x4d\x11\x16\ \x24\x84\xc5\x22\x8a\x36\xd6\x37\xcc\xfc\x4a\x5f\x92\xbd\x84\x55\ \xf5\xdc\x13\x7a\xa2\x53\xef\x25\x7c\x71\x7c\xfa\xc0\x1b\x33\x0b\ \x54\x84\x36\xc6\x57\xeb\x25\x95\x6b\x84\xc8\xa9\xac\xc5\x31\x72\ \x02\xaf\x77\x7d\x39\xf4\xc2\x76\xcf\x39\x74\xfb\x1d\x42\x52\xc2\ \xc0\x0f\x1d\x1b\x6b\xb0\xd3\x6e\x57\x9b\x5d\x4c\xd0\x60\x2e\xcd\ \x44\x7c\xfe\xfc\xd9\xaf\x3d\xf5\xf4\xca\xc6\xb6\x1f\x7a\x88\x0b\ \x43\x52\x0c\x03\xa4\x52\x69\x9f\xd2\x6c\x21\xaf\x9b\xa6\xb7\x51\ \x1e\xc9\x0d\x57\x4a\x95\x42\x3a\x3b\x39\x90\x99\x1b\x1d\x9c\xbf\ \x7c\xe1\xad\xb3\x17\x93\xf9\xa1\xf1\xc9\x89\x6e\xaf\x8b\x81\x18\ \x1a\x48\xfb\xae\x4d\x83\x70\x78\xb0\x80\xc3\xa0\xde\xa8\x8f\x0c\ \xe4\x06\xa7\xa6\x9e\x7b\xfd\xad\x85\xad\x5a\xbd\x5a\x3b\x7f\xee\ \x22\xc1\xb1\x40\x64\x70\xa8\x30\x3e\x3e\x2e\x04\x1f\x18\x28\x1c\ \x3c\x7a\xfc\xf5\x53\x6f\x97\x6b\x2d\xdd\xd0\x2f\x5d\xbb\xa6\x0f\ \x4f\x9f\x7a\xf5\xc5\xcb\xaf\xbd\x30\x3b\x90\x3a\x78\xdb\xee\x3b\ \x6f\x39\x6a\x98\xea\xc6\xea\x82\xd3\x6b\x22\x22\x8d\x0d\x4e\xce\ \x4e\x8e\x4d\x15\x33\x6e\x65\x53\x61\x31\x8c\x03\xbb\xd9\x81\x3a\ \x6b\xaf\x6d\xb5\x37\xd7\xf4\xd1\xc9\x1b\xcc\x8f\x42\x10\xd2\xb8\ \x6d\x77\x29\x8f\x00\x67\x32\x86\x5c\x88\x20\x8c\x09\x12\x71\xc0\ \x39\x15\x58\x31\x9b\x10\x64\xa7\xa7\x3a\xab\x9b\x1b\x0b\xd7\x66\ \x6e\x1d\x42\x44\xa2\x58\x75\x04\x9e\x9c\x9c\xc9\xf7\x49\xd6\x34\ \xb7\xbb\xbe\xdb\x6a\x9a\x8c\x62\xc0\xc3\xc8\xb7\xac\x54\xbb\xd3\ \x7c\xeb\xf4\x1b\xc7\x6f\xbf\x3b\x88\xfc\xf2\xd6\x66\x21\x9f\x43\ \x3c\xae\xac\x6f\x96\x57\xd6\xc6\xc7\x27\xc6\xe7\xf6\x6c\x57\xca\ \x4f\xbc\xf0\xe2\xf9\xcb\x57\x7d\xd7\x05\x71\x10\xfa\x61\x26\x93\ \x51\x4c\x93\x21\x6c\xa6\x33\x89\x64\xba\xd3\xb3\x4d\x3d\xd1\xef\ \xda\x84\xe8\x07\x77\xef\xc9\x0f\xe6\x4d\x4d\x0e\x3c\x87\x40\x3e\ \x3c\x38\x70\x60\xef\xee\xa0\x59\x3a\x7a\xe8\x70\x3e\x93\x2c\x64\ \xd2\x07\x4e\xde\x3a\xba\xf7\xd0\xcc\xf8\xd8\xfc\x6a\xc9\xeb\xb6\ \xb0\xa0\x1a\x41\x52\x3a\x15\x05\x2e\x56\x64\x2e\xcb\x9e\x17\xe4\ \x32\xd9\xc3\x47\x8e\x66\x32\xb9\x4e\xb7\x8b\x30\x5c\xdf\x58\x05\ \x80\x3d\xf2\xc1\x0f\x63\x35\x71\xe7\xc1\xbd\xfb\xf6\x4e\x54\xbe\ \xfb\x91\x2f\xff\xd9\x67\xb7\x16\x57\x99\x6d\xa8\x98\x67\x72\x96\ \x1b\xb8\x6e\x3f\x54\x14\x4d\xd5\xd4\xc1\xc1\xbc\x04\x59\x69\x79\ \x75\xfe\xf2\xc5\x8b\xf3\xd7\x57\xdb\xce\x5b\xeb\x9b\x83\x33\x33\ \x8f\x9c\xb8\xff\x5d\x4a\x8f\x72\xce\x38\xc0\x04\xfd\xb7\x21\x05\ \xca\x04\x21\xff\x0f\xa9\xa2\x68\xeb\x77\x7e\xed\x8f\x4f\xfc\xf0\ \xcf\xdd\x3f\xf6\x17\x03\x7c\xdc\xeb\xbf\xf9\x7f\x7d\xf9\xd1\x9f\ \xfa\xa7\xda\xb9\x3f\xbe\x20\x9d\xf8\xae\x7b\xf7\xde\x84\xa2\xbf\ \xdd\x38\x8a\xc4\xd6\xd2\x65\xba\xeb\xc1\x1f\xff\x81\x0f\x2b\x00\ \xdc\x75\x72\xb2\xf3\x2f\x7e\x7b\xb9\xd2\x1b\x9e\x4e\xb2\xff\xbe\ \xbe\xee\xff\x52\x13\x42\x50\x2a\x18\x03\x34\x0e\x3d\x37\xe8\xf7\ \x6c\x22\x11\x82\x89\xa6\xa9\x10\x89\x6e\xa7\xdf\x74\xfb\x44\x60\ \x6c\xc7\xfb\x87\xa6\x33\xb9\x81\x46\xec\x68\x86\x65\xee\x9f\x0c\ \x37\x97\xa6\x51\xf2\xe0\xae\xc9\x0f\xfe\xc8\x3f\xfa\xe2\x57\xbf\ \x7e\xfd\xda\xa5\x76\xad\x32\x31\x5c\x70\xfb\x5e\x3a\x99\xee\x47\ \xb1\x69\x99\xf5\x5e\xff\xc9\xaf\x7f\x15\x4a\xd2\x5d\x0f\xdc\x39\ \x30\x3a\xc8\x3d\x27\xc2\x8a\xa5\x6a\xdd\x8e\xdd\xe9\x36\xcd\x84\ \x92\x48\xa7\x22\x10\xab\x92\xda\x71\x7b\x5b\xb5\x72\xab\xdd\xbc\ \xba\xb8\xd0\xb0\xfb\xc8\x90\xa3\x90\x0f\x4e\x0e\xd7\xfa\x2d\x23\ \x61\xa9\x89\x44\xab\x6d\x0f\xa7\x33\xad\x76\x6b\x65\x73\x65\x20\ \x9f\x1f\xb2\x06\x11\x02\x69\xd9\x9a\x9d\x18\x59\x5f\x5f\xab\xae\ \x94\xca\xcb\x4b\xf5\x7a\x2b\x0a\xa9\x95\x4e\x53\x04\xad\x6c\x26\ \xf6\x7b\xc5\xb9\x03\xa6\x8a\xae\x6f\xae\x76\xaf\x5f\xb2\x98\xcf\ \x3d\x87\x73\x28\x09\x9c\x51\x12\x34\xf4\x23\x82\x7c\x45\x76\xc2\ \x1e\xe2\x91\xa2\xea\x1d\x8f\x4a\x89\xdc\x48\xa1\x90\x65\x3d\x56\ \xeb\x5e\x38\xfd\x96\x31\x9e\xa1\x51\x98\x2f\x16\x6d\x3f\x28\x95\ \xb6\x6d\xcf\x03\x10\xa8\xaa\x92\xca\xa5\x3f\xf0\xe1\x4f\xdc\xff\ \xc0\xbd\x8d\x66\xf7\x06\x04\x9b\x76\x9a\x51\x5c\x3b\xa0\x01\x85\ \x98\xa0\x88\x22\xce\xfc\xc0\xc1\x12\x64\xa1\x70\x1a\x9d\x8c\xaa\ \x07\x7d\x37\xc2\x22\x3b\x35\x72\xfd\xf2\x45\x3f\x0e\x13\x5b\xa5\ \x33\xf3\x5b\xb1\x6f\x67\x0b\x29\x27\x02\xd7\x96\xaf\x93\x10\x03\ \x81\x0b\x43\xd9\x03\x07\xf6\x44\x5e\x98\xb1\xac\x99\xe9\x39\xcd\ \x4a\xbc\x75\xea\x4c\x66\x6c\x7c\x73\x69\xde\x8a\xfd\x23\xb7\xdd\ \x9d\x2e\x8e\xe7\xb3\x18\x71\xb1\xb6\xbc\x72\x7d\x79\xfe\xf2\xe5\ \x4b\x67\xdf\x3e\xdb\xee\x7b\xba\x61\x84\xae\xab\x02\x54\x48\x65\ \x01\xe7\x8e\xed\x94\xcb\xdb\x13\x33\xb3\x56\xc2\x32\x52\x56\x40\ \xe3\xcd\x8d\x95\x5d\x63\x83\x5e\xaf\xc3\xc2\x70\xa4\x90\xd7\x93\ \x96\xc4\x63\x19\xc2\x20\x16\x43\xc3\x53\x87\xa7\x27\x9d\x7a\x6b\ \x66\x7a\x6c\xd7\x48\xb1\xd9\x6e\x67\xb3\x69\x17\x2b\x09\xcb\x30\ \x35\x85\xc5\x51\xbb\x51\xcd\x17\x92\xa9\x54\xea\xf0\xe1\x23\x81\ \xe7\x42\x21\xb2\xd9\x6c\x32\x99\xcc\x65\xb3\xb5\x46\x4b\x46\x70\ \x7c\xa0\xf0\xf5\x17\x9e\xfb\xda\xc2\x19\xa3\xbf\x75\x7c\x32\x7b\ \xf0\xc0\xa1\x56\xab\xb3\xb8\xd4\xa8\xd7\xab\x9c\x05\x9a\xae\x67\ \x3d\x2c\x2b\x4a\xb7\xbc\x75\x60\xef\x1e\x2b\x99\x0b\x28\x8f\x21\ \x0a\xb8\x28\xd5\x9b\x4b\xd7\x16\x8f\x15\xc7\xe0\x8d\xaa\x36\x33\ \x40\x84\xa4\x03\x62\x20\xc1\x92\xa9\xc4\x40\xbe\xa0\x48\x72\x4c\ \x59\xb1\x38\x8e\x91\xc1\x02\x36\x34\x98\xc9\x1f\x3b\x58\xe3\x01\ \x17\x7e\xf1\xd8\xd4\x95\x95\xba\xdb\x6e\xa7\x4c\xd2\xeb\xf6\xaa\ \xa5\xd2\xa3\x0f\xbc\x57\xc7\xed\x13\x63\x23\xcd\x6a\xb9\x56\xda\ \xc8\x65\xd2\x8f\x7c\xe0\x91\x4a\xbd\xd5\xea\x7b\x8e\xd3\xb5\xed\ \x96\xdf\x13\xc0\xb6\x7d\xc7\x79\xe9\xf1\x67\x7a\x9d\xf6\x89\x93\ \xb7\x78\xdd\xfe\xca\xd6\xb6\x1a\xb3\x3d\xa3\x63\x6f\x9d\x39\x1b\ \x87\x31\xa5\x71\xa0\x46\x89\x7c\x32\x0a\xe3\xd7\x5e\x7f\xf3\xb1\ \x8f\x7c\x5c\x89\x45\x41\x35\x11\x91\x97\xaf\x5e\x35\x0d\x3d\x9b\ \x50\x01\xd4\x74\x0c\x1c\x16\x46\xa1\x3b\x36\x3e\xa2\xdc\x75\x7b\ \x36\x93\x36\x74\x35\x97\xcf\x47\x61\x68\xf7\x3a\x23\xc5\x9c\x88\ \x5c\x5d\xce\x74\x6a\x25\x44\x23\x4b\x95\x91\x8a\x59\x60\xfb\xd4\ \x4d\xe7\x13\xf7\xde\x73\xdf\xe0\xd0\xc8\xf2\xf5\xe5\xc3\xfb\x26\ \x53\xa9\x24\x16\x76\xb9\x52\x72\x9c\xc6\x6d\xf7\xdc\x31\x38\x90\ \xff\xdd\x3f\xf9\xec\x13\x5f\xfb\xea\x48\x21\x7b\x78\xdf\x87\xb8\ \xe7\xa4\x74\xa5\x51\xab\x06\x61\xd0\x55\xed\x5c\x21\x7f\xe0\xd0\ \x31\x88\x14\xd7\xef\x01\x24\x87\x14\xce\x2f\x5c\x3f\xb3\xb4\x0a\ \xd2\xb9\xda\x7a\x89\x51\x0a\x88\xf4\x2e\x10\x52\xd1\x38\xfd\x0b\ \xbf\xfc\xc7\xef\xfb\xb9\x5f\xbf\xbb\x28\x51\xbb\xb1\xd9\x64\x13\ \x93\x83\x08\xf0\x67\x3e\xf5\x0b\x2f\x93\x87\xff\xcd\x0f\xdc\xf1\ \x57\x7f\x4c\x46\xd5\xed\xaa\x17\xff\xa5\x77\x4d\x11\xd5\xed\xba\ \x4f\x41\x42\x35\x34\x7c\x93\x93\xfe\xad\x37\x2e\x60\x26\x3f\xe8\ \xbd\x78\xe1\xf5\x4b\x87\xf6\x0f\xaa\xf5\x2b\xaf\x6f\x86\xd6\x5d\ \x49\xfd\xaf\x7c\x26\xc9\xbb\x06\xa2\x92\x24\xeb\x86\x89\x30\x21\ \x32\xe1\x8c\x47\x41\x00\x44\x84\x21\xe4\x8c\x29\x44\x56\x14\x15\ \x10\x6c\x42\x99\xb8\xbd\xb0\xd1\x5f\x5f\x59\xaf\x86\x7e\xc0\xc2\ \x24\xc1\x91\x60\x07\x73\x23\xa5\x86\xc3\x23\x7a\xe2\xe4\xc9\x6e\ \xab\x3e\x35\x52\x84\x22\xca\x17\x0a\xf5\x7a\xd9\xe9\xd9\x50\x33\ \x20\x84\x5e\xbf\xcd\xe3\xf8\xd2\x99\xd3\x83\xb5\xc1\x44\x3a\x67\ \x77\x3c\x16\x23\x55\x35\xbc\x20\x8c\x68\x60\x58\x96\xaa\x29\x95\ \x66\xfd\xe9\x67\x9f\x98\x9f\xbf\xea\x79\x1e\x65\x62\x87\x89\x62\ \x05\xc8\xba\x26\x9b\x7a\x61\x68\x64\x6b\xbb\x5c\x6f\xb7\x65\xc3\ \x8c\x69\x3c\x35\x33\x39\x3c\x38\x28\x23\xb8\xb4\xb0\xd0\xa8\x57\ \xba\xad\x52\x1c\x78\xcd\xad\xb5\x46\xb5\x86\x04\x02\x02\xc4\xdc\ \x0d\x01\x08\x9d\x66\x65\x63\x71\xb4\xd1\xda\x7d\xe8\x98\x45\x40\ \x88\x45\x4a\x37\x22\xc8\x21\x20\x61\x2c\x38\x17\x22\x8c\x0d\x4d\ \x96\x0c\x23\xaf\xa6\x75\x44\x9d\x58\xa4\xd5\x81\x8f\xfd\xe0\x4f\ \xca\x8a\x96\x96\xe1\x70\x2a\xf9\xc6\x17\x3f\x7d\xa9\x06\xc6\x06\ \x54\xa7\xd7\xbc\x78\xe1\xcc\xd0\x40\x52\xc2\xcc\x75\x1d\xd7\xf3\ \x73\xc5\xa1\xe1\xe1\x5c\x1c\xf6\x82\xc0\xbb\x31\xd5\x43\x01\x80\ \x1f\x33\xd7\x8f\x00\x06\x32\x96\x32\xe9\x4c\xce\x2c\x52\xdf\x55\ \x55\x4d\x93\x14\xee\x79\xb9\x41\xb9\x38\xbe\x2b\x39\x3c\xf0\xc2\ \xef\x34\x38\x8b\x0b\x87\x77\x87\x17\x96\x85\x06\x05\xe0\x4e\xb5\ \x09\x5b\xae\x20\x3a\x52\x70\xad\x5a\x1b\x1c\xc8\x4e\x8f\x8f\xde\ \x77\xc7\x1d\x77\xde\x76\x67\xb3\xdd\xfb\xa3\x2f\x7c\x49\x82\xa0\ \xd7\xee\x2c\x2f\xce\xcb\x7a\x7a\x17\x97\x62\x80\xaa\xa5\xad\xda\ \xf6\x8a\xe7\xf4\x38\xa3\x34\x08\x3b\x8d\x86\x4a\x24\x15\x49\x2a\ \x44\x3c\x8e\x9a\xb5\xaa\x4b\x69\xa7\xdb\x9e\x9f\x9f\x5f\xbe\xbe\ \x4a\x20\x11\x94\xda\x8d\x92\x28\x98\xdb\x6b\x6d\xbb\xdd\x42\x71\ \xa4\x42\xae\x08\xc6\x03\x5f\x97\x50\xab\xd5\x45\xb3\xa8\xd7\x6d\ \xbc\xf6\xea\x8b\x3a\x91\xb7\xb6\x2b\xf1\xdb\xa7\x0f\xdc\x79\xcf\ \xe0\x60\x61\x7e\x65\x7d\x7a\x6a\x36\x9d\xcd\xa5\xb3\x56\xe0\x7b\ \xba\x6e\x40\x20\x7a\x9d\xae\x61\x18\x49\xd3\x1a\x1b\x1e\x6e\x37\ \x5a\x14\x00\xaf\xd3\x00\x6e\x0f\x78\x7d\x43\x42\xef\xb9\xf7\x9e\ \x8d\xb5\xf5\x6e\xbb\xd1\x6a\xb7\x99\xe0\xba\x2a\x01\xc4\x9c\x4e\ \x57\x55\x65\xd9\xd4\xcf\x9e\x3d\x9f\x29\x0c\x9f\xbd\xb2\x7c\xf6\ \xf2\xa2\x65\xa6\x55\xce\x19\x65\x92\x61\x8a\x1b\x1b\xe5\x2d\x00\ \x03\x50\x31\x13\x85\x62\x51\xd0\x50\x93\x64\x45\x37\x09\xc2\x03\ \xc5\xac\xeb\x86\xa5\xcd\xca\x9c\x95\xd1\x00\xe0\x9c\x66\xa7\x06\ \x6e\xfd\xc1\x8f\x6a\x83\x53\x89\xde\xcb\x5a\x3d\xb0\x6d\xea\x62\ \x6f\xa3\xd9\xde\xe8\xf6\xf6\x1f\x3c\xb4\x7b\x6a\x62\xf1\xea\xc5\ \xd1\x91\xc1\xc9\x91\xe1\x72\xb5\x2c\xcb\xca\x99\xb7\x5e\xab\xd5\ \xaa\xf7\xdf\xf7\x9e\xd6\x56\x79\x63\x61\x21\x69\x26\x76\x4f\x4e\ \xd5\x74\x4d\x81\xb8\xb6\xb1\xd5\x6b\x34\xd2\x99\x5c\xda\x4a\xac\ \x5a\xc9\x16\xed\x73\x00\x9b\xe5\x4a\xe4\x38\x18\xf0\xbd\x73\x33\ \x9a\x2a\x9f\xbd\xb0\x62\xfb\xd1\xdc\xee\xbd\x2b\xcb\x8b\xfb\x66\ \x27\x65\x9e\xef\x55\x1a\xbb\x27\x87\xb1\x53\x77\xdd\xee\xab\xaf\ \xbf\xb2\x72\xe5\xfc\x50\x3e\x33\x39\x3e\x5a\xae\x55\xab\x6f\x9e\ \xba\xe7\xe1\xc7\x9c\x7e\x7b\x6a\x6c\x30\x59\xc8\xd7\x4b\xab\xa1\ \xef\x21\x26\x4f\x8c\x8d\xf8\x36\xeb\x44\xf6\xc4\xf8\x90\x44\x78\ \x75\x7b\x0d\x83\x98\x87\x8e\xa9\xa6\x34\x49\x64\x12\xea\x5d\xb7\ \x1d\x35\x52\xd2\xef\x7e\xea\xdf\x3f\xf5\xf5\x6f\xe8\x8a\xb4\xbc\ \x58\x3e\xb6\xef\xa3\x77\xdf\xf6\x81\xa7\xbe\xfe\x8d\xbe\x1b\x67\ \xd3\xb9\x44\x7a\x20\x5d\xc8\x5c\xb8\x74\xb5\xeb\x74\x0f\x1f\xd8\ \xdf\xee\x3b\x46\x2a\xb3\x6b\xf7\xbe\x0b\x6b\x95\x76\xc7\x4e\x49\ \xfa\xbb\x56\x64\x04\x73\x45\x44\xfb\x97\x56\xba\x77\x17\xf3\x97\ \x9f\xfd\x83\x5f\xf8\x83\xf2\xaf\x7d\xf5\x37\x66\xa4\xee\xea\xb5\ \x95\x81\x87\x87\x00\xe8\x3e\xf5\xd9\xcf\xbe\xb5\xd8\x1a\x3d\xfa\ \xc0\x27\x3f\x7c\xbb\x0e\xc0\xea\x5b\x5f\xff\xc2\xd3\xe7\x81\xc6\ \x4b\xa1\x90\x25\x0c\x00\x58\x78\xe5\x8b\x5f\x79\xe1\x2a\x52\xa3\ \x1a\x87\x12\x46\x90\x40\x42\x64\x10\xb7\x9f\xfc\xfc\x67\xcf\x5c\ \x6f\x73\xc9\xba\xeb\x43\xdf\xf5\xde\x03\x43\x00\x80\xd2\xf9\xa7\ \xff\xec\xa9\x53\x76\x04\x8b\x07\xee\xf9\x8e\x0f\xde\x93\x92\x6e\ \xa2\xd5\xb7\xaf\xb1\x98\x0d\xee\xbd\xfb\x83\xc7\xd6\xbe\xf0\xdb\ \xff\xe6\x4b\xb2\x14\x0b\xfd\xde\x4f\xfc\xd0\x9e\x9c\x42\x69\xfc\ \x37\x86\xa3\x3b\xa1\x5d\x0c\x61\x14\x84\x3e\x73\x11\x44\x10\x00\ \x8c\x31\x65\xac\xd3\xe9\x28\xb2\xcc\x01\x10\x9a\xe5\x46\x5e\x5e\ \x55\x45\xe0\xaa\x58\xb5\xfb\x4e\x7a\x74\x2c\xea\xf7\xa6\xf6\xec\ \xde\xfe\xc6\x37\x9b\x91\x68\x5c\x5b\xda\x6a\xd6\x39\x87\x5e\x40\ \x85\xa0\x63\xe3\xe3\x1e\xa5\xf9\xa1\x61\xc7\xee\xf7\x7a\xbd\xe1\ \xdc\x60\x42\x51\x54\x59\xd9\x5e\xdb\x12\x42\x92\x8d\xf4\x66\xb9\ \xa6\x5b\x29\xdd\xca\xe8\x2a\xee\xb6\xed\x95\x8d\x2b\xd7\x57\x56\ \x54\x59\x1e\x19\x18\x3e\x7b\xfe\x5c\x14\x51\x3f\x8c\xb2\x59\x3e\ \x32\x3c\x1a\x7a\xde\xf2\xe2\xf5\xbd\x7b\x0f\xf7\x7a\x4e\x2a\x95\ \xc1\x58\x5a\x5b\x59\xcd\xe5\x32\x2a\x42\x3c\xf2\xb6\x56\x17\x2d\ \x5d\xed\x54\x36\xca\x9b\x1b\x5e\xb7\x2b\x33\x36\x98\xcb\x03\x01\ \xba\x4e\x93\xc7\x4c\x11\x29\x06\x40\x75\xf1\xea\x70\x26\xbb\x77\ \x6c\x68\xa3\xb7\x8d\x79\xe8\x63\x40\x05\x62\x31\x18\x1e\x1d\x1b\ \x1d\x19\xcc\xe7\x72\xa9\xa1\x51\x93\xd0\xcb\xa7\x5f\x5e\x2c\x35\ \xf5\x99\xdb\x84\x91\x75\xbd\xce\x0f\x7d\xe4\xfe\xe7\xbf\xf2\xc4\ \xf6\xc6\xbc\x95\x30\x61\xac\xe7\x73\xc9\xfc\xc0\xa0\xa4\xa2\x7e\ \xb7\xc1\x18\x0f\xa2\x30\x66\xb1\xa2\xca\x8a\x26\x23\xe4\x33\x76\ \x83\x95\x17\x58\x37\x75\x49\x95\x89\x4c\x10\x30\x74\x55\x33\x74\ \x62\xe9\x08\x62\xca\x63\xd3\x54\x53\x3a\x36\x25\x59\x19\xc8\x1c\ \x7c\xf4\xa1\x64\x2e\xcd\x8b\x23\x85\x66\x0f\x5d\x5f\xe5\x3c\x1c\ \x2d\x16\x0d\x77\xae\xef\x07\x21\xa0\xb2\x4e\x4c\x85\x1c\xde\x37\ \x37\x94\x4b\x2f\x5f\xbe\x70\xee\xfc\xa5\xb1\x42\xda\xd2\xc8\x50\ \x3e\x3d\x97\xbf\xab\x5c\x6f\xac\x3e\xf3\x2c\x94\x95\x38\xf4\x0f\ \xed\x9d\x96\x21\x63\x94\xed\xdb\x3d\x17\x84\xf1\xad\x27\x4e\x20\ \x2e\xde\x7e\xed\x75\x06\x20\xd2\x75\x04\xc5\x9e\xd9\xd9\xc2\xd8\ \x10\xc2\xd8\xee\x77\x87\x72\x99\x7d\xd3\xa3\x32\x60\x0b\x4b\x0b\ \xba\xa6\xa7\x4d\xd3\x20\x38\xa3\xab\x0f\xdf\x7f\xdf\x2b\x2f\x3d\ \x7f\x7d\x75\x53\xe5\x21\x6d\xd7\x0c\x2c\xef\x9e\x9a\xd5\x4c\x3d\ \x08\xe3\xad\xd2\xd6\xe6\xe6\xfa\xb1\xa3\x47\xee\xb9\xef\xc1\xe1\ \xe1\x31\x23\x69\x56\x2a\x95\xd2\xd6\x66\xa7\xdd\xab\x54\xaa\x1f\ \xf9\xc8\xc7\x6e\xbf\xf5\xd6\xfd\xfb\xf6\xdd\x7a\xcb\xf1\x2f\x7d\ \xe9\xcb\x7d\xa7\xf3\xd0\x6d\xc7\xe7\x61\x57\xb4\xd7\x0d\x82\x9a\ \x9e\xbb\x5d\xaa\x44\x8c\x43\x0c\x39\x07\xaa\x66\xd2\x20\xec\xd9\ \x7d\x0d\x0d\xac\xac\xaf\xad\x96\x5e\xe8\x45\x68\xab\x61\xf7\x7a\ \x0b\x19\x5d\x1b\xcb\xa7\xdd\x28\xc6\x37\x5c\xee\x82\x44\xdf\xed\ \x97\xeb\x02\xb2\x18\x71\x5e\xde\xde\x98\x1c\x1d\xef\x77\x3b\x51\ \x10\x2f\x5d\x9b\x1f\x2c\x0e\xbd\xf7\x7d\x0f\xde\x7a\xeb\xbe\x42\ \xd1\xf0\x3c\xef\xad\xe7\xbe\xdc\xe9\xf8\xc8\x69\xf1\x20\xda\x75\ \x78\x77\x69\xf3\xca\xa7\xff\xe8\x73\xb7\x1f\x3e\xfe\xa1\x87\x1f\ \x02\x71\xac\x48\x72\xb5\x54\x82\x00\x30\x45\x45\x71\x38\x94\x4d\ \x2d\x5f\xb9\xd8\xaa\x34\xca\x9b\xa5\x5c\x36\xd7\x6b\x77\x7c\x2f\ \x58\x98\xbf\xd6\xf3\x1c\x45\x37\x86\xc6\x02\x81\xc9\xc4\x70\x11\ \x84\x61\xad\xd2\xd2\x78\x18\x75\xbd\xc6\x5a\x30\x5a\x1c\xe9\x55\ \x37\x73\xa6\x9a\x4e\x24\x17\x2f\x5f\x30\x35\xe2\xf7\xdb\x96\x04\ \xca\xa5\xf5\xd9\xd1\x21\x25\xb2\x6b\xdb\x1b\x2b\x1b\xab\x91\x10\ \x61\x44\x1d\x3f\x48\xe5\xf3\x40\x4f\xac\xac\x5c\xbf\x7c\xfe\xdc\ \xc4\xf0\xd0\xd8\xae\x69\x2f\x8a\x37\xb7\xdc\x76\xbd\x3a\x3d\x3e\ \x94\xcd\xa4\x55\x09\x4b\x8a\xb4\xb9\xb5\xd9\x68\xb6\xa3\x28\x96\ \x54\xf9\xfe\xb9\x7b\x9d\xc8\xb9\xbe\xbc\xe8\x79\xbd\xd7\xbf\xf4\ \xf9\x17\xbf\xfc\xe7\x63\xa9\x74\x26\x95\xea\x75\xba\xa7\x5e\x7b\ \x75\xff\xde\xbd\xc4\x30\x4b\x8d\x4e\xa3\xed\x36\x3a\xf5\xf7\x3d\ \xf2\xc0\x6d\x77\xdc\x99\x4e\x99\x9a\x6a\x0c\x0c\x4f\x68\x66\xee\ \xd5\xb7\xaf\xca\x8a\xae\x09\xea\x34\x7a\xef\xde\x54\x73\x3c\xbc\ \x3f\x9f\xba\x7c\x65\x15\xdc\xa9\x5e\x5c\xaa\xa7\x2d\xf7\xad\x0b\ \xed\x99\xfd\x8d\xcd\x46\xe6\xd1\xe9\xe4\x73\xbf\xff\x6b\xaf\xf4\ \x77\x7f\xc7\x47\x8f\x3e\xf1\xa9\x4f\xff\x91\x59\xfc\xde\x5d\xcb\ \xff\xe6\x37\xbe\x72\xeb\x77\x7e\xef\xb4\x58\x7c\xfb\x52\x59\x92\ \x61\xef\xf2\x17\x7e\xe5\x77\x9f\x7d\xcf\x77\x7f\x77\xd1\x3d\xf7\ \xd6\xbc\x2d\x61\xb0\x75\xf1\xf9\x57\xb4\xa1\x87\xc7\xea\x4f\x3c\ \x7e\xea\xe4\x0f\xfe\x83\x5c\xfd\x95\xff\xf8\x6b\xbf\x39\xf8\xeb\ \xbf\x32\x59\x79\xf2\x5f\xfd\xda\x17\x6f\xf9\xe8\xf7\x1c\x8d\x2e\ \xfd\xf6\x57\x9f\xba\xfd\xfe\x7b\x52\xe9\x9b\x68\xf5\xed\x6b\x82\ \x53\x2a\x99\xf7\x7d\xd7\x4f\x9f\x78\x5f\xab\xef\xc7\x7a\x22\x93\ \x32\x25\xcf\x71\xff\x4a\xb7\xfa\x5d\xc2\x51\xc6\x59\x3e\x9b\xcd\ \x24\xad\x7a\xbd\xce\x28\xc5\x84\x20\x88\xac\x74\x6e\xa7\x28\x4f\ \xd7\xf5\x28\x8e\x49\x32\x35\x56\x2c\x26\x39\x57\x84\xc8\xa5\xb2\ \x19\xa1\xe8\x21\x1b\xc8\x8f\x28\x46\x6e\x6d\x65\x95\x51\x94\x99\ \x9b\xbb\x5e\xda\xea\xdb\x0e\xc6\x10\x43\x5e\x1c\x99\x18\x1d\x9f\ \xc8\x66\x53\x4f\x3d\xf9\x0d\xda\xe9\xf5\x5d\x3f\x9d\x48\x4f\x4f\ \xcd\xc4\x71\x00\x35\xdd\x15\xc4\x8d\xf9\xea\xf2\x9a\x2e\x13\x1e\ \xb8\xcc\xb3\xe7\xaf\x5c\xa2\x9c\x9e\x3c\x79\xab\x9a\xc7\xab\x8a\ \x19\x23\xe6\xe3\x58\xf8\x61\x75\x63\x93\xe7\xf3\xcc\xf1\x62\xdb\ \x2d\xaf\x6e\xc8\xaa\x3a\x3c\x3c\xdc\x28\x95\x14\xc0\x2d\x20\x0c\ \x85\xa4\x55\x59\x23\xb8\xb2\xb1\xea\xb4\x5b\xc5\x4c\xf2\xfd\xf7\ \xde\x3b\x3d\x3a\xaa\x10\xc9\xe7\xe2\xeb\xcf\xbd\x70\xf6\xda\x22\ \xc7\x52\xaf\xeb\x6c\x98\x89\xc2\xc1\xd9\x62\x3e\xe5\xba\xbd\x7a\ \xa7\xe9\x72\x60\xe5\x8b\x7b\xef\x38\x31\x34\x32\x90\xb2\x92\x85\ \xc4\x30\xe8\xd6\xcb\x56\x46\x55\x82\x7a\xc7\xb5\xfc\xb8\xb2\xb6\ \xf5\xc2\x2b\xa7\x97\x37\x16\x42\x18\x30\x97\x1b\x32\x9d\x9b\x99\ \x38\xb0\x6f\x6e\x6b\x7d\x55\xd7\x35\x21\x68\xb7\xd7\xbe\xed\x8e\ \x3b\xc6\x26\xc6\x14\x4d\xc1\x18\xc5\xf1\x0d\xea\x19\x39\x94\x71\ \xc0\x81\x08\xed\x4e\xd7\x73\xb0\xad\x69\x8c\x32\x08\x50\xdd\xee\ \x05\x2c\x62\x56\xe2\xe8\x9d\x77\xee\x1f\xcc\xed\xdb\x3b\x67\xd7\ \x5a\x5f\xff\xc3\xcf\x6d\x6f\xd4\xbc\x5a\x2d\x1c\xc8\xde\x75\xff\ \x5d\x67\x84\x3b\x10\x46\x5b\xa5\x8d\x64\xda\x1a\x1f\xcc\xad\x5c\ \xbd\x68\x89\x98\x05\x51\xbf\xb1\x5d\xb4\xa6\x2f\xbc\xf9\xf2\x95\ \xcb\x57\x7f\xe0\xbb\xbe\x57\xc8\xcd\xd5\x73\x97\xc6\x26\xa6\x03\ \xa7\x77\xea\xd4\x5b\x99\x84\x4e\x59\x44\x14\xed\xd6\x13\xc7\xf3\ \x99\x0c\xa2\x62\x76\x7a\x57\x42\xd7\x5b\xdd\x4e\xaf\xd9\x1e\x9c\ \x9a\x8c\x42\x5f\xd7\x64\xcf\x76\x7b\x9d\xc6\x48\x2e\xd5\xac\xd5\ \xf3\xb9\x1c\x04\xa8\x5c\xda\x36\x8d\xf6\xd4\xc8\x40\x6e\x64\xd7\ \xea\xd2\x7c\xbf\xdf\xef\x39\x5e\x21\x95\x49\xaa\xba\x64\x58\xd3\ \x93\x83\xeb\xf5\xc6\x6b\xa7\x4e\xb7\x5a\x6d\x81\xb5\xcb\x17\x2f\ \x64\xd2\x19\xc3\x32\x06\x8b\x43\x2b\x2b\x2b\x9b\x5b\xa5\x6e\xa7\ \x73\xe6\xcc\x99\xc1\xc1\x01\x21\x58\xa3\x52\x39\xb4\x67\xc6\xc3\ \x89\x10\x48\x67\x1e\xaf\xce\xe4\x53\x9d\x46\xa5\x59\xaf\x22\x04\ \x21\x07\x31\x15\x42\x30\xcf\x8b\x21\x73\x32\x96\xce\x19\xb3\x12\ \x29\x0a\x9a\x31\xc4\x44\x33\x55\x40\x34\xc3\xe8\xfa\x5e\xd7\xb1\ \x6f\x6c\xde\x4b\x14\x46\xb7\xdc\x7a\x34\xc2\xe1\xfc\xf9\x8b\xf5\ \xed\x56\x3e\x9d\x56\x10\xf6\xdd\xa6\xe7\x06\x80\x43\x88\x48\xe4\ \xf5\x5e\xfa\x9a\xe3\xd4\x97\x5d\xde\x21\x1a\x7e\xf3\x8d\xf3\x69\ \x6b\x7c\x6e\xe6\xf8\x6a\xa9\x76\xe1\xf5\x37\x22\xd7\x5f\x5f\x59\ \xbf\x7e\x76\x1e\x78\x7e\x3e\x69\x1c\x9c\x9b\x46\x2c\x8c\x03\x0f\ \x23\x09\xf8\xe1\x9f\x7d\xfa\x0f\x6f\xbb\xf3\xae\x03\x07\x0f\x9d\ \x3e\x7d\xfa\xd5\x37\xdf\x84\x00\xcc\xcc\xcc\x34\x1a\x4d\x2f\x08\ \x35\xcb\x18\x9d\x9b\x09\xe2\xf8\xcd\xd7\x5e\xde\x37\x39\xb9\xe7\ \x96\x83\x34\x72\x3b\xed\x5a\x36\x9b\x06\x32\x82\xb2\x40\x4c\x6e\ \xf6\x03\xbb\x59\x16\x2c\x94\x88\x01\x69\xb8\x67\x7c\x1c\xb0\x60\ \x83\xd1\x7a\xab\x7e\xf9\x3a\xbe\xeb\xd8\xf1\x42\x22\xa5\x5a\xe6\ \xf4\xde\xdd\x6f\x9c\x3e\xf3\xec\x37\x5f\x08\x43\x2f\xf4\x6d\xcf\ \xee\xce\xee\xdd\x27\xcb\xe4\xcd\x37\x2b\xab\xd7\x57\x6e\x39\x79\ \x42\x35\x12\xbe\x1f\x6c\x95\xca\xfd\x9e\x03\x31\x8c\x04\xc8\x0f\ \x8f\xbe\x6f\x6c\xf4\x3f\xfe\xde\xd6\x99\xd3\xa7\xda\xe5\xed\xfd\ \xe9\x64\x4a\x33\x0c\x59\xe9\x9a\xa6\x87\x50\xaf\xdb\x51\x0c\x73\ \xe6\xc0\xa1\x53\xaf\x9f\x5e\x5b\xdf\x64\x4f\x3d\x7d\xe8\xf0\xc1\ \xc3\x07\xf7\xcf\x2f\x2c\xc5\x31\xdd\xdc\xaa\xbc\x71\xee\x6c\xb5\ \xde\xd4\x8d\x34\x01\xf0\xdd\xc3\x51\x40\x0e\xed\xcf\xbe\x78\x75\ \xbe\xb2\x19\xaf\x45\x53\x3f\xfa\xc3\xc6\x33\x2f\xbf\x54\xc9\x18\ \xcd\xf4\xf8\xb0\xea\xfe\xe9\x8b\x6f\xb5\xc6\xe4\xe7\x9e\x2b\x35\ \xba\xad\x70\xed\xda\xd9\xfa\xeb\xe6\xc9\xc7\x7e\xe4\x43\xf7\x03\ \x30\xf5\xf4\x33\x8b\x80\xd2\x2b\xaf\xbe\x98\xbf\xef\xbb\xbe\xf7\ \x91\x7b\x41\x50\xf8\xfa\x0b\x9f\xa6\x5c\x10\x59\xd3\x64\x22\x04\ \x55\x53\x63\xb7\xdd\x77\xc7\x8c\xb2\xeb\xc2\x4b\xbf\xb8\xbd\xdd\ \xed\x9e\x7e\x89\x1c\xff\xe4\x8f\x7c\xe8\x7e\x56\x51\xbf\xf0\xfc\ \x13\xe2\x66\x57\xcf\xb7\x7b\x9d\x11\xe9\x97\xaf\xfe\xd9\xe3\x2f\ \x3b\x58\xc6\x10\x0a\x16\x91\xec\xbe\xc7\xde\x7f\x5b\x42\x06\xff\ \xed\xe8\xb3\x77\x09\x47\x7d\xcf\x3f\x7a\xe4\xd0\xef\xfe\xe6\xaf\ \xfd\xca\xbf\xfd\xd5\xab\x57\xe7\x07\x8b\xc5\x72\xbd\x1e\x86\x81\ \xac\x68\x50\x92\x00\x21\x86\xae\xf7\xbc\x9e\xed\x2a\x00\x43\x42\ \xb9\xd6\x6a\x64\x81\xa2\xba\x40\x51\x11\x10\x7c\xf4\x3d\x77\x4c\ \x0e\x4f\x6e\xd7\x5c\x82\xf0\xd9\xb3\x6f\x4f\x8e\x4f\xfc\xd0\x0f\ \x7d\x5f\x71\x68\xb8\xdf\xeb\xbe\xf9\xc6\xa9\xe7\x9e\x7d\xc1\xee\ \xb6\x0d\xd5\xda\x37\x3b\xdb\xae\x57\xc7\x87\x87\x66\x0f\x1e\x2a\ \x97\x1b\x55\xd7\xdf\x6e\xb4\x46\xf2\xf9\xfb\x4f\x9e\x1c\xc8\x66\ \xc6\x0a\x85\x57\xbf\xf9\xc2\xdb\xaf\xbc\xa1\x69\xc6\x50\xaa\x40\ \x64\x79\x63\x73\x33\xa6\xb4\x5e\x2a\x3b\x8d\xe6\x40\x3a\x7d\xf6\ \xb5\xd7\xb7\xb6\xcb\xbb\xf7\xee\x2d\xa6\x33\xc3\xb9\x9c\x45\xa4\ \xac\x69\x42\x4e\x1f\xbc\xe7\xde\x33\x67\xde\x2a\x6d\x6c\x0e\xa4\ \x13\x1f\x7c\xe8\x81\xf1\x6c\x3a\x67\x90\xd0\xf3\xd3\xa9\xf4\xcf\ \xfc\xd8\x8f\xfe\x9f\xbf\xf1\xdb\x67\xe7\x17\x64\x60\x74\x4a\x9b\ \x25\x5d\x8c\x14\x33\xe9\xcc\xf0\xfc\xc6\x6a\x9f\xf2\xa3\x47\xf7\ \x1f\xb8\xe3\x44\x3a\x9d\x08\x5d\x27\xec\x44\x16\xd1\x00\x54\x19\ \x83\xeb\x6b\x2b\xbe\x96\x51\x09\x6b\x3a\xfd\xaf\x3e\xfd\x54\xc0\ \xc3\xc9\xe2\xc0\xbe\x5d\x13\xb2\x2c\x5d\x9b\x5f\x14\x82\x59\x09\ \x43\x95\x51\x4a\x92\xfd\x98\xbf\x71\xea\xf4\xdc\x9e\x59\xc6\xf5\ \x1b\xbc\xf4\x10\x0e\x8c\x8e\x04\x6e\xaf\x5d\xd9\x90\x24\xce\x78\ \xe8\x04\x34\x88\x98\x65\x25\x37\x6b\x5b\xf4\x0d\x5f\x1b\x18\x28\ \xd9\xad\xf3\xb9\x94\x68\xb5\x94\x80\x2d\x5f\x59\xb1\x86\x26\x0f\ \xcf\xee\xaa\x3b\xdd\x85\xcd\xb5\xba\xeb\xb0\x6a\xad\xb4\xba\x56\ \xab\x12\x2c\x02\x4b\x21\x73\x23\xc5\xc0\x71\x69\xe0\xd6\xb6\x37\ \x78\xe8\x0d\x0d\x14\x56\xd7\xd6\x56\xb6\xaa\xdd\x6e\xd7\xea\x75\ \x9a\x8d\x86\x2e\x8b\x66\xcb\xdd\x35\x35\x09\x89\xf4\xd2\xeb\x6f\ \xad\xac\x6c\x68\x44\xbd\xeb\xc4\x89\x90\x60\x21\xf8\xf6\xd6\x06\ \x95\x90\x91\x4a\x95\xcb\x4d\x82\xc8\xb5\xa5\x45\x77\x7c\x50\xd5\ \x0c\x27\x88\x06\x07\x8a\x66\xdf\xa1\x5e\x5f\x84\xfe\xd6\x7a\xdb\ \x77\xfd\x46\xab\x7f\xde\xb7\x6f\x3d\x3c\x57\x1c\x1e\xe0\xaa\xe1\ \x09\x74\x71\x61\x69\x69\x75\xc3\x4a\x65\x04\x82\x8e\xd3\xef\xb5\ \xdb\x90\x48\x31\x63\x87\x0e\x1d\xc6\x98\x3c\xf3\xe4\x53\x2f\xbf\ \xfc\x72\x3e\x9b\xe6\x34\xea\x34\xea\x51\x14\x7e\xec\xfb\x7e\xf4\ \x89\xe7\x5f\x56\x40\x3c\x3a\x50\xf4\xed\x6e\xc2\xd2\x18\x67\xd4\ \x8b\x68\xcc\x38\x17\xa1\x1f\x2a\x9c\xa3\x44\x52\x26\x9a\xac\x30\ \x24\xa9\xae\xeb\xb7\x6d\x27\x91\x48\xe6\x8b\x45\xb7\xb9\xed\x87\ \xc1\x8d\xe1\x68\x18\x45\x77\x9c\x3c\xf6\xbe\x87\xee\x7e\xf6\xe9\ \x27\x5f\x7f\xe9\x25\xea\xfb\x58\x08\xb7\xef\x74\xea\x65\x8c\x09\ \xc4\x12\xe5\x51\xd4\xd5\x17\x2e\x5c\x88\x55\x2a\x54\x0c\x00\xd9\ \x37\xbb\x7b\x20\x93\xc1\x0c\x74\xaf\x55\xe3\x5e\x1f\xc6\x4c\x86\ \xa4\x53\xeb\x14\x74\x7d\xf1\xea\xc2\xec\xc4\x98\x0c\xe4\x17\x9e\ \xfb\x66\xab\xd3\x6d\xb5\x3b\xab\x8b\x2b\x87\x8f\xdd\x92\x1a\xc8\ \x77\xae\x5e\xc5\x48\xba\xba\xb2\x16\x53\x3a\x50\x1c\x5c\xdd\x2e\ \x0d\x96\xcb\x8a\xae\xd6\x5b\x95\x61\x13\x5b\x92\x0f\x45\xf0\xd0\ \x3d\x47\x57\x57\x97\x6b\xcd\xea\x03\x8f\x7e\x18\xa9\xa9\x7f\xf7\ \x1b\xbf\xd7\xa9\x6d\x18\x99\xf4\xf5\xd5\xeb\x69\x4c\x6e\x3d\x70\ \xa0\xd5\xec\xf5\x6c\x9b\x11\x72\x65\x75\x03\x70\xfc\x9d\x8f\x7e\ \x08\x2a\xfa\xe9\x2b\x4b\x2f\x9f\x3e\xb7\x59\xad\x17\x87\x46\xcc\ \x54\x3a\x8e\x02\xd7\x71\x2c\xcb\xc8\xe5\xf3\x94\x73\xd5\x48\x28\ \x00\x6e\x96\xaf\x5d\x5f\x2f\x45\x11\xf5\x02\xf7\xd0\xf1\x13\x7d\ \xc7\x4b\xa6\x93\x27\x6e\xbb\xf3\xf1\x2f\xfe\xb9\x6a\xbb\xd3\xa6\ \xa9\x00\x3c\x3b\x36\x56\xee\x76\x6b\x9c\xae\xaf\xaf\x75\x23\x31\ \xbb\xef\x00\x92\xcc\xab\xbf\x7b\x85\x51\xea\xf6\xec\x72\xa9\x12\ \xb3\xd8\x0e\x82\xaf\x3f\xf7\xec\xd5\x95\xeb\x61\xcc\xb8\x6b\x27\ \x8d\x24\x04\xef\x5e\xd7\xcb\xd8\xd1\x5b\xd8\x8b\xaf\xfd\xf9\xe7\ \x37\x13\xfb\x3e\x7c\xd7\x5d\xda\x4b\xcf\xfc\xc1\x17\xbf\x84\x72\ \xd3\xb7\x0e\xa5\x81\x4f\xb5\xa3\xf7\xbc\xff\x7d\xbb\x93\xfc\x63\ \xdf\x99\x1b\xc8\x5d\xfa\xd3\xe7\xe9\x3b\x32\xbb\xef\xe8\x2f\x02\ \x08\xf8\x5f\xda\xf2\x5f\x16\x27\xf0\x38\x04\x00\x03\x4d\x83\x82\ \xc7\x11\x65\x58\x91\xdf\x09\xcd\xdd\xec\xe9\xf9\xf6\xe7\xa3\x02\ \x20\x22\x5b\xa9\x24\x82\x04\x41\x42\xe2\xea\x6b\xaf\x7f\xf3\xe0\ \xad\x47\x8f\x0d\xa9\x9c\xfe\x0d\xe1\x28\x44\xd8\x77\x7a\xd9\x04\ \x99\x1a\x1b\x18\x1d\xca\x4d\xed\x9a\xfd\xe6\xcb\xaf\x9e\x39\x77\ \x91\x41\xc4\x38\xec\x3a\x9e\x44\x30\x81\x61\xaf\xea\xe3\x74\xaa\ \xbc\x59\xba\x72\xe1\xa2\x2c\xe4\x89\xd1\xe9\x5b\xef\xbc\xad\x30\ \x3b\x24\x2c\xbc\x74\xee\xf5\x97\x5e\xb8\x50\xae\x34\x34\x59\x49\ \x26\x93\xbd\x6e\x7f\xfe\xca\xb5\xd2\xc6\xda\xeb\xaf\xbe\xb8\xb6\ \xb8\x64\x6a\x4a\xaf\xd1\x0e\x7b\xdd\xdd\x23\x1f\xdc\x37\x35\x29\ \x43\x31\x33\x3e\x44\x5a\x9d\x5a\xbd\x9c\x4f\x68\x9b\xf3\x97\xae\ \xbb\xce\xe1\x83\x07\xcf\x2b\x7a\xb7\xd9\x6d\x75\xdd\x81\xc1\x21\ \x8c\x64\x1e\xf2\x7c\x2e\x37\x36\x32\xdc\x6c\x36\x16\x16\x96\x05\ \x24\x0a\x02\x04\x70\xdf\x75\xfa\xdd\xee\xad\xc7\x8f\x0e\xe4\xb3\ \x07\xf6\xed\xc9\x67\xd2\xcf\x3f\xf7\x8c\x6b\x3b\x83\xb3\xd3\x6e\ \xb7\xfb\xcd\xb3\xa7\xee\x39\x71\x74\x7d\x75\x65\x79\x7d\xe3\xbe\ \x47\x1e\xfb\xe4\x27\x3e\xb6\xfe\xeb\xbf\xb5\xb2\xd5\x96\x89\x8a\ \xc0\x08\x00\x82\xd2\x78\x70\x68\xe0\x9e\xe3\xb7\x48\x66\xb2\x56\ \xdb\x8e\xa3\x7e\xd4\x77\x0f\x8c\x1c\x18\xcd\xe5\x24\x43\x3a\xbf\ \xf5\x7b\xeb\xaf\xbf\x56\xae\xd7\x1e\xfe\xc0\x07\x6e\xbf\xed\xe4\ \xca\x95\x87\x3e\xfe\x91\x8f\x3e\x74\xe7\x9d\xc3\xf9\x5c\xab\x56\ \xdb\x2c\x6d\xfd\xf1\x1f\x7f\x76\xe3\xca\x52\xab\xdb\x98\x9b\xdb\ \xe5\xf8\xb4\xde\xee\xcd\x11\x45\x92\xe5\x28\x0c\xff\xba\xaf\x1f\ \xe7\x1c\x23\xfc\x33\x3f\xf5\x8f\x91\xf0\x3f\xf7\xfb\xbf\xd5\x6b\ \xd5\x5c\xd7\x1d\x99\x98\xfe\xfe\x1f\xf9\x7b\xe9\x6c\xb6\x51\xd9\ \x12\xa1\x7b\x6d\x61\xf5\xf4\xe5\xa5\xed\xc8\xd5\x14\x69\x76\x7a\ \x7c\x5a\x4b\x08\xac\xc9\xd9\xc4\x7a\x63\x6b\xed\x5a\x0d\xd8\x51\ \x69\xa3\xdc\xf7\x42\x83\xc0\x8d\x52\x35\x97\xd0\x97\xae\xaf\xe5\ \x52\x69\x2e\xe0\xe5\xab\xd7\xda\x9e\x3f\x3e\x39\xcd\x81\x58\x2f\ \x6d\x51\x8e\xb6\xb6\xb7\xb3\x29\xb3\x98\x35\x77\xef\x1a\xbf\x72\ \xf9\x42\xc4\xc4\x83\x0f\xbe\xe7\xcf\xbf\xf0\xf5\x6e\xbd\x7d\x7d\ \x65\x25\x9b\x4a\x0a\x20\x30\x42\xed\x46\x3d\x62\xb4\xdf\x6d\x2b\ \x58\x4e\x18\xfa\xd6\xf6\xf6\xdc\xbe\x83\xd3\xe3\x73\x80\x09\x5c\ \xad\x0d\x8f\x8f\x99\x9a\x1c\x47\x2e\x46\x48\x31\xac\x5e\x64\xbf\ \x78\xe6\x4a\xad\xe5\xa7\x74\xb3\x51\x6f\x76\x5c\x57\xb5\x52\xd9\ \xa1\x61\xd7\x0f\x2a\xe5\xf2\xc2\xb5\xf9\x41\xcf\xaf\x35\x1a\x03\ \x83\x83\x92\x24\xe7\x72\xb9\xca\xf6\x56\xa3\x56\xe7\xb1\xdf\xae\ \x97\x87\x07\x8b\xed\xca\x36\x75\x7a\xc5\x6c\x62\x74\x38\xa7\x8a\ \xb0\xd1\x10\x7d\xc7\x46\x48\x70\x1e\x03\x2e\x38\x95\x90\xa6\xbb\ \x4e\x10\xc6\x8d\x8d\x7a\xdd\xf6\x22\xd7\x8f\xb0\xac\x24\xb3\x39\ \x2f\x0a\xd2\xb9\x74\x36\x9f\xe5\x37\xd4\x3f\xca\x39\x4f\x6a\x5a\ \x3e\x91\x7c\xf8\xfe\x7b\x67\x06\xf3\xaf\xbd\xf4\xf2\xcc\xd4\xd4\ \xc6\xda\x5a\xb7\x56\x1d\x9b\x98\x10\x02\xab\x44\xd9\x3b\x36\xb5\ \xb8\xba\x5c\x69\xb6\x56\xb7\x4b\xe9\x74\xb1\x36\xdc\x94\x91\x69\ \x98\xca\x23\x0f\xdc\x77\x66\x3e\x71\xf1\xcc\xdb\x19\x33\x5f\xae\ \x56\xfb\x8d\xaa\xd3\xa9\xef\xf9\xb1\xbf\xbf\xb9\xbe\xba\xbe\xb9\ \xd5\xb7\xbd\x4e\xcf\xe9\x9f\x7e\x3b\x3f\x31\xd1\xee\xf6\x82\x28\ \xc6\x12\xee\xb7\x3b\x89\x64\x7a\x69\x7d\xcb\xf1\xdc\xe7\x5e\x7a\ \xe5\x3d\xef\xbd\x3f\x3f\x58\xa8\x37\xcb\x34\x6a\x1d\xdc\x37\x31\ \x35\x99\x1f\x29\xea\xcd\x4e\x37\xa9\x01\x35\xad\xcf\x4d\x8f\x9c\ \x7a\xfb\xed\x28\x0a\x7c\xdf\xf7\x3d\x6f\x6c\x78\x34\x0a\x3c\x06\ \x00\x54\x74\x45\x56\xcf\x2f\xaf\xb4\x3f\xfd\xd9\x5c\x36\x57\x73\ \x7b\x92\x22\xa5\x0b\xc3\xaa\x99\x30\x13\xc9\x4a\xbd\xb6\xba\xb6\ \xaa\x99\x09\x0e\x50\x2a\x9b\xd3\x0d\x4b\x08\x20\x2b\x3a\xe7\xc0\ \x76\x1c\x00\xe1\xfc\xfc\xfc\xf6\x76\x59\x37\xb5\x62\xb1\x18\x46\ \x41\xd8\xaa\xef\x1b\x1a\x41\x21\x43\x9e\x37\x98\x4c\xb6\x7b\x6d\ \x88\x60\xbb\xd7\xa9\x35\x1c\x05\x28\x77\xdd\x71\xc7\x7d\xf7\x1c\ \x7b\xec\xb1\x8f\x09\x1e\x51\xce\xbe\xf6\xec\x53\xe7\xe6\xaf\xba\ \x9c\x4a\xaa\x22\x18\xb7\x0c\xed\x7f\x66\x06\xe2\x5f\xd7\x8c\xb1\ \x13\x7b\xe9\xaf\xff\xf1\xd3\x93\xff\xe1\x0b\xfb\x81\x2a\x4e\x4e\ \x46\x3f\xff\x9f\xce\xfc\xc0\xaf\xff\x43\x59\x49\x1d\x3f\x39\xfe\ \xd5\x6f\xbe\x3c\x97\xba\x43\x06\x5c\xce\x8f\x1e\xba\xfb\x81\xcf\ \xfc\xe2\xe7\x7e\xe7\x4b\x89\x63\xb9\x7a\xa9\xe7\x31\x44\x0e\xdd\ \xfd\xc0\xa7\x7e\xf9\x4f\xfe\x60\x88\xec\xd5\xd6\xab\x6e\x00\x21\ \xa4\xa1\x1f\x60\x06\x38\xf5\x3d\x9f\x09\x00\x00\xf3\x5d\xc7\x65\ \xda\xc9\x63\xb7\x7f\xe6\xdf\x7e\xf6\xf3\x53\x24\xd7\x7c\xbd\x1a\ \x08\x74\x13\xa9\xbe\xcd\xf3\xa3\x94\x1a\x85\xd9\x4f\xfc\xc0\xc1\ \xbf\x78\xa5\x37\x5b\xeb\xbf\x65\xfb\x11\x00\xda\xdf\x58\x5c\x17\ \x21\xe4\xbb\xfd\xd6\xfa\xca\x40\xc6\xe0\x00\xb5\x9b\xe5\x43\x87\ \xf6\x2e\xaf\xad\x61\x59\x83\xb2\xd6\xea\xd9\x96\xae\x89\x5e\x29\ \x6c\xb7\xc6\x76\x4f\xed\x9e\x1e\x77\xfb\xb1\x1b\x07\x9b\x8d\x6a\ \xf9\xe9\x27\x33\xf3\x19\x68\xf1\x4e\xcf\x5d\x5f\xab\xb7\x9a\xbd\ \x5c\x26\xed\xf6\x7b\xd7\x17\x96\xb6\xae\xa3\xb7\x4f\xbd\xe9\x74\ \x1a\x98\xb2\xb0\x67\x2b\x9a\xac\x23\xba\x6b\x20\x3b\x60\x4a\x5b\ \xe5\x35\x79\x60\x40\x8e\xed\xa9\x81\xe4\x6c\x31\x75\xe1\x9b\x2f\ \x26\x55\xed\xe9\xaf\xad\xbe\xf4\xd2\x8b\x99\x4c\x5e\x00\x5c\xaf\ \x5d\x8e\xb9\x48\x66\xd3\xa9\x54\x32\xa6\x61\xb5\x56\x25\x32\x06\ \x10\x69\x46\x6a\xef\xbe\xdd\x3d\xdb\xb9\xfb\x9e\xbb\xdc\x28\x58\ \x58\xbd\xae\x27\xf4\x33\x17\xce\x76\x3c\xcf\x0f\xe9\xf8\xf8\x54\ \xd2\x4a\x80\x6c\x66\xd7\xe4\x78\x31\x9b\x2a\x0c\xe4\x0f\x1e\x39\ \x34\x75\xf8\x96\x3f\xfb\xca\x13\xeb\xe5\x9e\x1b\x05\x5d\xb7\x8f\ \x9b\x31\x91\xd1\x68\x71\x78\xcf\xc4\xae\x37\x4e\x9f\x69\xac\xad\ \x05\x76\xaf\x90\x4a\xed\xfe\x9e\xb1\x3e\xb3\xe6\x0e\xef\x3f\x76\ \xf2\xd8\xd2\xda\xb5\x74\x2e\x93\x62\x3d\xee\xd1\x5f\xfc\x27\x3f\ \x6b\x21\x00\xa8\xdf\xa9\x35\x4f\xbf\xf9\x16\x03\xe8\xd6\x93\x77\ \x9e\x39\x7f\xee\xca\xd2\xb2\x20\x9b\xf7\xbf\xef\xe1\x87\x1e\xf9\ \xa0\x1b\xd8\x76\xdb\x95\x90\x2c\xfe\xfa\xd5\x17\x84\xe0\x3b\x8f\ \x1f\xd3\x25\xb0\x67\x20\xf9\xc2\xd7\xbf\xb0\x78\x7d\xf9\xc0\xf1\ \xdb\x02\xc7\xde\x76\x1d\x18\x7b\x0a\x08\xa7\xb3\x99\x86\x99\xae\ \xc4\xd1\x52\xa7\x5e\x6a\x36\xa0\xc3\x82\x80\xe1\x84\x85\x11\x2e\ \x60\xb5\xd9\x74\x6c\x8f\x73\x25\xa1\x65\xb2\x40\xc5\xd5\x6e\xcf\ \xa5\x64\x3c\x53\xac\xf5\x82\x33\x17\xae\xd5\x1c\xbb\x13\x30\xc6\ \x49\xad\xd1\x54\x93\x59\xbb\xdb\x2e\x16\x73\xd9\x42\x9e\x71\x7a\ \xe4\xe8\x91\x33\xe7\x2f\x0a\xc0\x3f\xf4\xd8\x87\x7e\xe7\xb7\x7f\ \x37\x66\xac\x5e\xab\xc9\x8a\x74\xe2\xe8\xd1\xc5\xad\x8d\xed\xcd\ \x0d\x99\x28\x7b\xe7\xf6\x2c\x2f\x2e\x6c\xb5\xeb\x67\x2f\x5f\xcb\ \x37\x5c\x16\xb3\x81\x84\xb6\x7b\x6e\x06\x33\xdf\xee\x77\x99\xe0\ \x1c\x12\xa1\x18\xad\x6e\xfb\xcd\x4b\xd7\x72\x66\x52\x96\x15\x33\ \x9d\x11\x32\xf6\x29\xc3\x92\xc4\x19\x5b\x5c\x58\xec\x79\x81\xa2\ \x9b\x57\x2f\xcf\x13\x42\x20\xc6\x9e\x17\x08\x46\x5b\xb5\xea\xc2\ \x95\x4b\x41\xaf\x73\xc7\xfd\x0f\xf4\xbb\xf5\x89\xb1\xc1\x94\x65\ \x38\xad\xae\xd3\x6f\x6b\xaa\x64\xfb\x01\x14\x14\x03\x24\x63\x14\ \xf8\x31\x81\xb2\x96\x30\x62\x0a\xfb\xb6\xef\x87\x34\x06\x28\x66\ \x54\x91\x80\x00\x8c\x83\x1b\x54\xc7\x24\x92\xb4\x72\x6d\x91\xf5\ \xf3\x86\xa6\xe6\xcd\xe4\xee\x89\xc9\x5b\x8e\xdd\x72\xd7\xf1\x93\ \xf9\x64\x76\x6d\x7d\x53\x08\x7c\xfe\xfc\x39\x05\xd0\x66\xbb\x51\ \xab\xb7\x45\x24\x67\x52\xc3\xf5\xae\xe7\xd1\x2d\x00\xe2\xe9\x5d\ \xa3\xb5\xed\x15\x5d\x95\x22\xc0\x7b\xae\xeb\x8b\x78\x64\xb0\x68\ \x66\xd2\xbd\xa5\xa8\xe5\xfa\x01\xe3\x24\x91\xac\xf7\xfa\x7f\xfe\ \x85\x2f\x1a\xa6\xd9\xb7\x7d\x59\x85\x8a\xaa\xf5\xfa\x9e\xeb\x7b\ \x5c\xb0\x20\xec\x0a\x0e\x8e\x9d\x38\x51\x5f\xbd\x12\xda\x8d\x44\ \x36\xb9\xbc\xb6\x94\x4d\x27\x32\xd9\x44\xbb\x5b\x5f\xbd\xba\x3c\ \xbb\x7b\x66\x74\x6c\x64\xab\xe7\xa9\x9a\x25\x11\xb5\x5e\x6d\xac\ \xad\x6d\xba\x11\x75\xb8\xa0\x00\x26\x07\x47\xb6\xb7\xdb\x5c\xb2\ \x1c\x01\x53\x49\x2b\x86\xa4\xef\x85\x46\x06\x02\x22\xb7\x3a\xbd\ \x34\x56\xac\x74\xae\x38\x32\x61\x1a\x26\x0d\x03\x1e\x78\x84\xd1\ \xc1\x6c\x0a\x63\x54\x2d\x6d\x10\xc0\xde\x7c\xed\xa5\xf3\x17\xce\ \x16\x07\xf3\xd7\x4b\x4b\xa5\x4e\x35\x8d\x94\xb8\x12\x04\x12\x31\ \x86\x86\x8c\x4c\xb2\x72\xf1\xca\xda\x52\xd5\x6f\x79\x83\x03\xfa\ \xfb\xdf\xff\x20\x0b\x1d\xce\xd8\xca\xd6\xe6\x85\xab\x57\xdc\x38\ \xd6\x33\x09\x10\x02\xd6\x0b\x01\x60\xe0\xdd\x54\x33\x92\xf2\xef\ \xfd\xd8\xc7\xc2\xcd\x99\x23\x59\x04\x00\xb8\xed\x81\xc7\xbe\xcb\ \x1d\xbd\xef\x68\x01\x00\xf0\xc1\x9f\xf8\x05\xfc\xa7\x9f\x7b\xf1\ \xf1\xaf\xc9\x85\x5d\x1f\x99\xb9\x65\x64\xe6\xfd\xff\xe2\x9f\x90\ \x3f\x7b\xe2\xd5\xc7\x7d\x71\xfc\x81\xf7\xef\x4e\x01\x73\xe8\xc3\ \xff\xfc\xa7\xe5\x2f\x3e\xfd\xe2\x13\x11\xb8\xf3\xfd\xef\x9f\x4a\ \x82\xda\xdc\x6d\xc7\xd5\x3c\xd4\xf9\x6d\xf7\xdc\x9a\x96\x01\x80\ \xfa\xc1\xbb\xee\xce\x5b\x28\x3d\xf9\xd1\x7f\xf6\x0f\xd0\x57\x5e\ \xfd\xe6\x46\xd4\x16\xc8\x40\x37\xb5\x85\xbe\xcd\xe3\xba\x18\xfb\ \x9d\xcd\x53\x2f\x2e\xfa\x10\x11\x8c\x7b\xeb\x67\xe7\x7b\xa9\xfb\ \xb2\x16\xf8\xab\x0a\x0f\xdf\x3d\x3e\xea\xda\xfd\xc8\x69\x76\x9a\ \x15\xa2\x6a\xbb\x76\xef\xdf\xaa\xb5\x08\x81\xaa\xa1\xcd\xec\x3b\ \x08\x24\x55\x93\x25\x50\x5e\x2c\xe8\xf0\xd1\x8f\x7e\xb4\x30\x34\ \xd2\xea\x47\x1d\x8f\xaf\x6e\x35\x4e\x9f\x3f\x1b\x74\x5b\x5a\x04\ \x54\x49\x87\x80\xaf\x2c\x2f\x66\x73\x79\x9f\xd2\x8b\x17\x2e\x24\ \x74\xd5\xb7\x6d\x1e\xc5\x73\x93\x53\x04\x08\x59\x11\x2a\x64\x26\ \x62\x71\xbf\x15\xb6\x2b\x4e\xd0\x43\xb2\xbc\x7a\xe5\xed\x68\x6b\ \xf1\xc4\xc4\x44\xa3\xd2\xd0\x2d\x4b\x40\xb0\xb5\xbd\x25\xab\x16\ \x13\x28\x62\x6c\xa3\xba\x0d\x14\xd4\x6c\x35\x2a\xcd\x1a\x17\xdc\ \xd0\xad\xe2\xe0\x90\x62\x6a\x7e\xb7\xe5\xf4\x82\x66\xbb\xa5\xeb\ \xea\x1f\xfe\xd9\x9f\x46\xa1\xbf\xdd\x6a\x00\x42\x12\x89\xf4\x1d\ \x77\xdd\xd5\x58\x4a\x17\x86\x8a\xc9\xe9\x49\x55\x33\x74\x4d\x8b\ \x1c\x77\x7c\x62\x22\x7a\xfd\x4c\x18\x38\x21\x8f\x6d\x9f\x07\x1d\ \x6f\x58\xd6\xe2\xbe\x5d\x5d\x5e\x3d\x30\x37\x97\xc9\x0f\x8f\x0e\ \x0f\xa4\x92\x4a\x2b\xea\x6d\x6d\x75\x5d\xea\x0c\xa7\x90\xc2\x9a\ \x97\x5f\x79\xd6\x7e\xf8\x51\x75\x20\xdd\x5b\x5d\xd2\x08\x7d\xfa\ \xf9\x97\x9e\x7c\xe2\xe9\xe2\xc8\xd8\xa1\xa3\xc7\x8f\x1c\x39\xfe\ \xd6\xdb\xe7\xba\xfd\xe0\xf2\xb5\xa5\xf1\x4b\x57\x39\x8c\x0b\x7a\ \x41\x56\x94\xbf\x6e\xd2\x08\x42\xe8\x38\xce\xb9\x33\x17\x3f\xf1\ \xe8\xfb\xa6\xf3\x05\xf5\x9e\x7b\x70\x18\xee\x9e\x98\x08\x91\xd2\ \xf7\xdc\xad\xd5\x95\xb1\x82\x95\x4a\x66\x0e\x9e\x3c\x66\x45\x7d\ \xa9\x56\xf2\x2a\xad\xb9\x89\xe2\xc0\xc0\x70\x6c\xe9\xf3\x1b\x6b\ \x1b\xd7\x96\x1a\x6e\x3f\x56\x0c\xd9\x30\x42\xac\xd0\x28\x2e\x0e\ \x4c\x0c\x4d\xef\x7d\xfe\xb5\xb7\x2e\x5c\xbc\xe4\x30\x42\xac\xec\ \xe5\xc5\xd5\x5a\xa5\x46\xa1\xcc\x15\xbd\xde\x6a\xeb\xba\x9c\x50\ \x40\x13\x04\xba\xae\x0a\xc0\x2b\xd5\x4a\x2a\x5b\xdc\xb3\x6f\x8f\ \x0e\xd1\xbe\x99\x99\xbb\xef\xbc\x63\x62\xf7\x6c\x27\x70\xfa\x8e\ \x77\xe6\xad\x33\x49\x3d\xb1\x70\xe5\x32\x45\x08\x10\x79\xbd\x5c\ \x1f\xc8\xe5\xe6\xf6\xec\xa3\x34\xac\x6e\x6f\x36\xeb\x55\x04\x01\ \x24\x24\xa2\x6c\x72\xdf\xfe\x5e\xad\xe3\xbb\x3e\x91\x4d\x8f\x0a\ \x4c\x20\x8a\xa9\x82\x11\x00\xd0\xb6\x7b\x6a\xa7\x9b\x57\x74\xc7\ \x71\xfa\xfd\x5e\xe0\xfb\x27\x6f\x3d\x79\xf8\xf0\xe1\x75\x43\x49\ \x6a\xc4\x77\xfa\x95\xd2\x66\x69\x73\x7d\xc0\x82\x8e\x2d\x55\xcb\ \x9b\x8c\x86\x08\x02\x82\x81\x42\x10\x14\x10\x42\x30\x30\x50\x54\ \x64\x6d\x60\xa8\xb8\xd9\x6c\xb7\xba\xcb\x0e\x87\x92\x99\x04\x18\ \x19\x86\x42\xb8\xa7\xa9\xea\x8d\x25\xea\x24\x59\xba\x7a\xe1\xd2\ \xc4\xc0\x7b\xa9\xcf\x50\x04\x4d\xc9\x5c\xba\xb2\x98\xcf\x64\xf6\ \xcf\xee\x2f\x6f\xd5\xcf\x5e\xb8\xb0\xba\xba\xb6\xb0\x74\x69\x74\ \x74\x02\x00\x29\x9f\x29\x40\xa4\x7b\x1c\xd2\x38\x02\xc2\xbf\xbe\ \xb1\x1c\xfa\xb6\xa2\x92\x10\xe2\x08\xc1\x4c\x3a\xfb\x9e\x47\x1f\ \xae\xdb\xf6\x85\xc5\x25\xae\xaa\x44\xc5\x8a\x66\xe5\x46\x27\x25\ \x11\x99\xba\xd1\x6a\xf4\x79\xcc\x19\x02\x31\xe7\x32\xd6\xfc\xc0\ \x55\x15\x75\x6b\x75\xf3\xd0\x23\xf7\xae\x2e\x9f\x97\x35\xc5\x61\ \xf4\xf5\xb3\xa7\x0f\xec\x9d\x9d\x9e\x9c\x41\x8a\xbc\x51\xde\x36\ \x92\x68\x66\xcf\xfe\xca\x85\xcb\x7e\xe0\x86\x21\x7d\xeb\xd4\x99\ \x4e\xaf\x8d\x65\x4d\x4b\xa4\xdc\x38\xbe\xe3\xee\xf7\x2e\x9d\xba\ \xb4\xb5\xb1\x05\x93\x5a\xcf\x8f\x21\xc2\xb2\xa6\xd9\x8e\x17\xc7\ \xac\xd1\xee\x30\xa4\x14\x86\xc7\xf2\x03\x43\x2c\x0c\x51\x14\xaa\ \x00\x98\x32\x21\x32\xf1\x03\x2f\x9b\x34\x16\x2e\x9f\xfb\xe6\x8b\ \xcf\x43\xc8\x27\xa7\xc7\xb4\xa1\x0c\x80\x58\xc1\x5a\x21\x99\xab\ \xda\x76\x72\x30\xef\x08\x9a\x4e\xa7\x86\x6e\x9d\xb8\xf2\xfa\xc5\ \x5c\x4a\x79\xf1\xf9\xe7\x5b\x7b\xf6\x16\x07\x06\x5d\xc7\x69\x34\ \x1a\x92\x26\x13\xc9\xb4\x5b\x7d\xa2\x10\x08\xc4\xbb\x9c\x3e\x3c\ \xf8\xe0\x8f\xfe\x05\xef\x00\xd6\xec\x5d\x3f\xfd\x4f\xee\x7a\xe7\ \x17\x39\xf7\xc8\xf7\xff\xe4\x23\x7f\x69\xcf\xa1\xc3\x0f\xfc\xf4\ \xe1\x07\xfe\xf2\x67\x27\x4e\x3c\xf2\x33\x27\xfe\xf3\x2e\x99\xfb\ \xbf\x6f\x0f\x00\x00\x80\xef\xfd\x91\x19\x00\x00\x00\xa9\x47\x7f\ \xf8\xef\x00\x00\xa2\xe6\x46\x0b\x16\x1e\xf9\xd0\xec\xd2\x8b\x9f\ \xdb\x02\x53\x83\xe6\x4d\xa8\xfa\xb6\x36\x84\x50\xe4\x34\xcf\x9f\ \x7e\xab\x0b\x24\x04\x98\x62\x15\xbf\xeb\x47\xde\x3f\x95\xc4\x94\ \xd1\xbf\x39\x3e\x0a\xa1\x1f\x86\x97\x2f\x5d\x2d\x55\x4b\x13\xbb\ \x76\xb5\x9d\xae\x13\x86\x48\x56\x64\x59\xfa\xf8\x87\x3f\x30\x3a\ \x3a\xea\xd9\xbd\x73\xcf\x7c\x85\xda\x9d\x7e\xa7\x17\xc5\xc0\x8e\ \x59\x7e\x7c\x72\x50\x58\x99\x75\xdc\xac\x97\xcf\x2d\x2e\x0e\x15\ \x8a\xa5\x52\xdd\xee\x54\x45\x1c\x14\x06\x47\xdb\x3d\xbb\x16\x06\ \x99\x84\x49\x29\x33\x2d\x53\x02\xcc\xb5\x3b\x6f\x9d\x3b\x77\x60\ \x6a\x17\xc4\x44\x56\xcd\xd5\x8d\xd2\x85\xe5\x85\xc9\xe9\xc9\xd1\ \xe1\xa2\x40\x22\x3b\x3c\xd8\x73\x40\xdb\x77\x1c\x3b\x30\x81\xa4\ \xa8\x4a\xc4\xbd\x64\x5a\xaf\x37\xb6\x9a\x8d\x16\x63\x94\x73\x58\ \xa9\x54\xb2\xb9\xec\x85\x73\x67\x56\x37\xb6\xb4\x44\xca\x76\x3d\ \x4c\x50\xca\xd2\x1d\xa7\xaf\xa9\x24\x9b\xb1\x5a\xcd\xf2\xc5\xb7\ \x4f\x37\x57\x16\xfc\xf2\xb6\xa9\xab\x8d\xbe\xfd\xcc\xeb\x6f\x3e\ \xf0\x89\xef\xa6\xc2\x17\xd0\xcb\x26\xb2\x61\x60\x43\x8a\x66\x76\ \xed\x9a\x9d\xdd\xf3\xca\x73\x2f\xa4\x55\xcd\x6d\xb6\x24\x4d\x2d\ \xec\xdf\xa3\x8a\xb0\xe3\xda\xcd\x5a\x67\x65\x71\xde\x8f\x69\xa7\ \xd7\x39\x71\xf4\xce\x23\x7b\xa6\xaf\x5d\xb8\x90\x0c\xbb\xb6\xf0\ \x85\xdb\xda\x3d\x5a\x18\x9e\x18\x66\x7e\x7f\xe3\xfa\xea\xe1\xfd\ \xfb\xb1\x2a\x7d\xf2\x93\xdf\x3d\x32\x5a\x74\xbc\x1e\x73\x18\xe7\ \x37\x32\xc4\x9b\x73\xf1\xc2\xf3\xe7\xee\x38\x7c\xc2\xe2\x3d\x16\ \x44\x0f\xde\xff\x30\x37\xb3\x2e\x44\x63\x96\xc4\xfd\x56\xd0\x6d\ \xc6\x21\xb0\x0a\xc3\xc7\x72\x43\xb7\x9f\x38\x16\x37\x9d\xa9\xec\ \xb0\xa0\x28\x31\x36\xf4\xe6\xe5\xf3\xbf\x73\xf9\x4a\x27\xf2\x8c\ \x54\x5a\x52\xe4\x30\x76\x21\x0f\x8f\x9f\x7c\xb0\x6b\x7b\xd7\xae\ \xaf\x87\x0c\xeb\x96\x95\xd0\x65\x69\x60\x50\x97\x65\x80\xe5\x80\ \x31\xc0\x22\x0c\x79\xaf\xdf\xe5\xcc\x47\x36\xa2\x4c\x98\x92\x52\ \xdb\xae\xee\xd9\xbd\x7b\x71\xf1\xda\xee\xdb\x8e\xaf\x7b\xdd\x4b\ \x6f\xbd\x54\xaa\x94\x4d\x33\xd1\x6c\x37\xf6\x65\x33\xe3\xbb\x67\ \x57\x5e\x6f\x31\xca\x54\x5d\xb3\x92\xa6\x99\x4e\x5d\xbb\x7c\xa6\ \xb6\xb9\x19\xd3\x98\x22\x8c\xa0\xd0\x15\x69\x6a\x72\xd2\x4e\x66\ \xaf\x5d\xba\xea\x04\x5e\x4a\x4f\x53\xc6\x20\x80\x42\x40\x28\x11\ \x20\xc0\x76\xab\x1e\x61\x38\x34\x38\x50\xab\x6c\x44\x41\xf0\x1d\ \x1f\xf9\x80\xa1\x4a\x04\x41\xc6\xb8\x24\xa9\x5e\xa7\x6e\x42\x5f\ \xc1\x5a\xcc\x40\x2f\x42\xe5\x9a\x2d\x10\x61\x02\x09\xa2\x00\xc6\ \x88\x22\x99\x29\xab\x56\x6f\x3b\x5b\x6c\x69\x6d\xdb\x09\x62\x25\ \x91\x09\x23\xd6\xa8\x35\x87\x73\xb3\x9a\xa2\xd3\xff\x89\x17\x84\ \x71\xd2\x6d\x3b\x29\x53\x96\x08\xa8\x96\xb7\x5f\x79\xed\xcc\xdd\ \xf7\x3e\x58\xad\xb7\x02\x2e\x77\xfa\x36\x91\xe0\xcc\xbe\xc3\x9d\ \x8e\x1b\x30\x90\x34\x2d\x20\x93\xae\xd3\x0f\x3a\xbe\xaa\x00\xc7\ \x66\xfb\x0f\x1c\x8e\x84\x74\x79\x61\x35\x0e\xec\x4c\x7a\xa8\xdb\ \xe9\xfd\xf1\x1f\x7e\x26\xa2\xb1\x2c\xab\x8a\xaa\xc6\x42\x48\x90\ \x25\x74\x93\x52\x3a\x33\x3b\xb3\xba\xb6\x05\x91\x90\x10\x0e\xa3\ \xc8\x4a\xe8\x82\xb3\x7c\x3e\xbb\x7f\xff\xc1\xe9\xa9\x91\x46\xf9\ \xfa\xfa\xd2\x39\x49\xd5\x04\x82\xeb\xdb\x9b\x9a\x99\xcd\xe4\xd3\ \x6e\x14\x0f\x8f\x0d\x8b\xf3\x57\x75\xdd\xea\xba\x7d\xbb\x66\x4b\ \x32\x8e\x42\x3f\xf2\x3c\xcd\xb4\x1e\x78\xe0\x7d\x12\x25\x5b\xd5\ \x8a\x22\x13\x4d\x93\x19\x10\x6e\x10\x2a\x9a\x2e\x90\x8c\x64\xa3\ \xd5\xed\x07\x7c\x3b\x95\x2b\x0c\x58\x05\xd3\x20\x8c\x07\x00\x50\ \x88\x25\x24\x49\xc3\x63\x13\xed\xae\x7b\xf7\xbd\x0f\x28\xb2\x74\ \xf1\xea\x85\xa5\x8d\x46\x4e\xd3\xa3\x24\xe1\x46\x1c\xc8\xe8\xda\ \xf9\xb7\xe4\x4c\xe1\xe8\xfe\x43\x90\x9a\x61\x3b\xd8\xbc\x7e\xb9\ \xb2\xb0\x7e\xe7\xd4\x01\xcd\x11\x39\xd5\xec\x37\x3b\x30\xa2\x20\ \x16\xc2\x0d\x65\xd5\x08\x08\x02\xff\xdb\xa9\xeb\x8a\xd8\x5b\x3c\ \xf3\xe2\x6a\x87\x27\x06\x0f\xfc\xd4\x4f\x7c\x2c\x73\x93\x8f\x7e\ \x7b\x1b\xa5\xd4\x2a\xee\xff\xbb\x3f\x7b\x60\x47\x55\x16\x13\x82\ \x00\x8f\x63\xfa\x57\x3e\x97\xef\x9a\x9e\x11\x60\x0c\x2e\xad\x54\ \x18\x96\xb6\x1b\xad\x76\x08\x86\xc6\xe7\xa6\x67\xf6\x40\x0e\xb9\ \x1b\x4e\x15\x32\xa0\x90\x50\xef\xba\xf5\xc9\xc7\x9f\xf4\x62\x80\ \x38\x0a\x42\xaf\xb2\xb9\x94\x4a\xea\xef\xbf\xf3\x30\x02\xca\xca\ \xd2\x66\xca\x4a\x5e\xba\x7a\x21\x76\xfb\x8d\x8e\xe7\xf4\xfb\x8c\ \x93\xbe\xed\x47\x7e\x98\xb6\x14\xd7\x0f\xaa\xdb\xab\xdd\x46\xab\ \xef\xc6\xad\x18\x29\xa3\x33\x8d\x46\xf3\xf9\x37\x2f\x6e\x6d\x6d\ \xec\x9e\x3b\x10\x51\xfc\x67\x2f\xbe\x70\xf4\x96\x5b\xbf\xf4\xdc\ \x2b\xa5\x46\x33\x9d\x2c\x38\x41\xc0\x10\x2b\x0c\xa4\x72\xb9\x24\ \x04\x42\x21\xe8\xca\xe5\x25\x80\x15\x42\xb4\x66\xb5\x19\x6f\x6d\ \x51\x01\x25\xa2\x74\xbb\xf6\xc4\xd8\x58\xaf\x55\x87\xbe\xbf\x7b\ \xa4\x88\x47\xf2\xad\x46\x69\xed\x3a\x52\x5c\xbf\x2e\xea\xfa\xd8\ \x58\x2e\x9b\x6f\x0b\xb0\xb2\xb6\xb4\xbc\xb6\x38\x31\x9c\x1d\x2c\ \x0c\xca\xb2\xac\x2a\xfa\xd0\x40\xb1\x5a\xaa\xf4\x9a\xad\x13\x27\ \x8e\xbb\x8e\xb3\x51\xaf\x9e\x5b\x5a\x98\xd8\x37\x35\x5b\x1c\x6a\ \xac\x6d\x6e\x2e\x5d\x77\x22\x80\xd4\x4c\xdb\xf3\x16\xae\x9c\x25\ \x34\x08\x24\x11\xf5\xfa\x03\x09\x09\x0c\xe7\xcc\x84\xd2\xec\x3b\ \xaf\xbe\xf0\x8c\xcb\xd9\x77\x7c\xcf\x77\x1f\x3d\xb0\x3f\xa2\x01\ \x42\xb4\xeb\xd8\x40\x88\xbf\x76\xed\x85\x00\xb2\xac\xd4\xfb\xd2\ \x56\xbd\x3f\x95\xe1\xe9\x6c\xf6\xf9\x97\x2e\x2c\xd7\xdc\xc9\xc3\ \xfb\x72\x83\xca\xae\xb9\x99\xb5\xf3\xae\xa2\x69\x02\x52\x3d\x8c\ \xfa\x2d\xc7\xb6\x83\x0b\x2d\xc7\x71\x02\xed\xfa\xa2\x24\x91\x82\ \x6a\xae\x44\x21\x97\x42\x46\x29\xe4\x5e\x26\xa1\xf5\x5a\x95\x17\ \x4e\x9f\x0f\x63\xa1\x9b\x09\x84\x21\xe4\x4c\x21\x2a\x03\x0a\x01\ \xc8\x94\x91\x8e\x38\xa2\x51\x3a\x9d\xe9\xf4\x5a\xa5\xed\x72\x71\ \x64\x84\xc6\xa0\xbe\xb9\x75\xe4\xc8\x71\xae\xc8\xbf\xfe\x99\xff\ \xe4\x43\x16\x02\xe6\x07\x41\x42\x37\xa9\x13\xba\x34\x2e\xf7\x7a\ \x50\xd2\x09\x91\x20\xa0\xfd\x5e\xe3\xd2\xb5\xcb\x9d\x4e\xaf\xe1\ \x84\x32\x41\x8a\x8c\x11\x8a\x40\x10\x14\x93\xc9\xbc\x61\xac\x2d\ \x5d\x93\x55\x85\x83\x18\x43\x29\xf4\x7d\x4a\xa4\x48\xc0\x5e\x14\ \x53\x84\x40\xaf\x33\x30\x90\x96\x24\x96\x4f\x26\xbd\x7e\xa3\xb1\ \xd5\x8d\x7d\x37\x95\xca\x70\x0e\xec\x56\x65\x34\x85\x15\x4d\x69\ \xf7\xa3\x72\x1f\x34\x42\xad\xd7\xef\x13\x8c\x74\x85\x28\x08\x98\ \x08\xd7\xda\x4d\x8a\xb0\xeb\x45\xb5\x9e\x2b\xe9\x09\x0e\x89\x44\ \x10\x8b\xf9\xf2\xca\xa6\xa1\xcb\x53\x7b\xfa\x18\xdf\x50\x49\x88\ \xe0\xb2\x91\xbc\xbe\x55\x79\xef\xbd\x47\xfb\x6d\x3f\x3f\x9a\x47\ \x9a\xf9\xc4\x4b\x6f\x77\x9d\x50\x95\xf9\x3f\xff\xe5\x5f\x72\xfb\ \xb5\x4a\xa5\xfb\xdb\xff\xfe\xf7\x3c\x0a\x8c\x30\xe8\xd4\x4a\x58\ \x51\x19\xa5\x7a\x2e\xb5\x5d\xaa\xfb\x8e\xbf\x7f\xdf\x9e\xd2\xfa\ \x86\xdd\x73\xee\xbb\xfd\x8e\x37\x5f\x7b\x2b\x70\x22\x4c\x88\x1b\ \x05\xc2\x0f\xa1\x84\x05\xa0\x12\xa0\x08\x62\x45\xd1\xb1\x42\x98\ \x60\x92\x84\x34\x42\x82\xc8\x57\x35\x39\x91\xd4\xce\x5d\xb8\xe8\ \xbb\xfd\xac\x25\x79\xbe\x00\x14\xdb\x1e\x6d\xb5\x6b\x9a\x61\x37\ \xfa\xf1\x46\xb9\x3b\x31\x73\x68\x74\x6c\xba\x55\xeb\x38\x6e\xcb\ \x77\xda\xb9\xa4\x61\xa8\x92\xd4\x63\xc8\x0f\xf3\xe9\xc4\xe0\x68\ \x4e\x4f\x49\x83\xb9\xa4\xeb\x7a\x81\x1f\x71\xca\x21\xf6\xfc\x88\ \xda\x5e\x08\x11\x8e\xbb\xbd\xab\x57\xae\x66\x54\x9a\x99\x1d\xd3\ \x2c\x1d\x6a\xb2\xc7\x59\x6e\x78\xf4\xf8\xdd\xf7\xe7\xf2\x83\x83\ \x83\x85\x6b\xf3\x57\x27\xa6\x8f\xf6\x5c\x7c\xf9\xc2\xd9\xf9\xc5\ \x4b\xba\x26\x74\x55\xa4\x72\xc9\x04\x0b\x94\x99\x39\x9f\xe3\x6b\ \xab\x4b\xcc\x0d\x8e\xec\x3e\x7a\x74\xdf\x2d\xf5\x95\x95\xf9\xc5\ \xc5\xad\xe5\x55\xc8\x98\x0c\x84\xec\x73\x8e\x78\x2c\x4b\xff\xfb\ \xa9\xeb\x2a\xc5\x3d\xdf\xff\x53\x3f\x7f\x13\x9f\xfe\x76\x39\x3f\ \xe0\x2f\x72\x69\x8c\x46\xf4\xff\xd9\xb5\x7b\xf7\x74\x01\x63\xca\ \x7a\x3d\x1f\x29\x5a\xc7\xe9\xc7\xa5\x36\x80\xca\xa1\x7d\x07\x9e\ \x7f\xee\xcd\x7f\xf9\x2f\x7f\x53\xfa\xa5\xff\xe3\xf6\xbb\x4f\x8c\ \xee\xda\x7b\xe2\xb6\xfe\xde\xfd\xc7\xa3\x98\xf7\xec\xee\x56\x79\ \x8d\x31\x40\x24\x39\x70\xe2\xa9\xc9\x69\x45\x56\xe7\xf6\xee\x76\ \x7c\xfe\xe5\xaf\x3f\x9d\x4a\xa7\x14\xcd\x0a\xa2\xb0\xdf\x6e\xa6\ \xcd\xac\x00\xa2\xd7\xef\x7b\xbe\x7f\xe0\xf0\x81\x3b\xef\xb9\xef\ \xea\xb5\xa5\xcf\x7c\xf6\x4f\xda\xdd\x4e\xaf\xd3\xfe\x9d\xdf\xf9\ \xd4\xbe\xfd\x7b\x96\x16\xae\x22\x23\x7d\xf1\xea\x55\x81\x88\x95\ \xce\xb8\xb6\x63\xfb\xde\xbd\xfb\xf7\x43\x18\xef\xda\x35\x23\x28\ \x5a\x58\xfc\xcd\x98\xa3\x98\x51\xd7\x73\xe2\xc8\x33\xac\xa4\xe0\ \xac\x90\x49\xeb\xb2\xbc\xd5\x68\x4a\xdc\x3b\x30\xbd\x5f\x96\xd1\ \xb9\x37\x5e\xdb\x94\x94\xa3\x33\x33\xa6\x69\x30\x4d\x9f\xdc\xbb\ \xd7\xd9\x2a\x3d\xf3\xc6\x9b\x8b\x8b\x2b\x43\xa3\xa3\xba\xa6\xef\ \x9e\xdb\xab\x68\xe6\xf2\xf5\xf5\x95\x95\x35\x8c\xf1\xfc\xe2\xd2\ \x60\x71\xb0\xd2\x68\x79\x67\x2f\x3e\xf4\xe8\x07\x86\x52\xc3\xd7\ \x57\xbf\xd1\xe9\x38\x23\x13\x93\x9b\x5b\xa5\x97\x5e\x7a\xf9\x93\ \x1f\xff\xe8\xbd\xf7\xdc\x29\x7c\x6f\x6d\xfe\x62\xeb\xe2\x05\x3f\ \x8e\xdd\x76\x27\x10\x44\x4f\x25\x4c\x55\x9d\x9b\x9d\xb9\x72\xe1\ \x82\x91\x50\x3d\xb7\x8f\x80\xae\xc8\xfa\x0d\x44\xbb\x30\x21\xb2\ \xc4\x36\x37\x97\x77\x17\x87\x59\xc4\x73\x85\xfc\xb5\x8a\xfd\xf8\ \xd3\x4f\xdf\x71\xef\x91\x23\x8f\xbe\x17\x47\x68\x6d\x63\x53\x56\ \x8c\x03\x87\x8e\xe6\x07\xa7\xce\xbd\x7d\xf6\x67\xfe\xf1\x3f\x6d\ \x34\x9a\x10\xc2\xbb\xee\xba\x6b\x74\x74\x7c\xbb\x52\x89\x28\x89\ \x59\xe8\xb9\xfd\x42\xbe\xb0\xbc\xb2\xd2\xed\x39\x08\xc8\x2c\x8c\ \x11\x41\x58\x12\xa1\x10\x92\x8a\x10\x13\x96\xae\x42\x88\x64\x2c\ \x21\x8e\xa8\xc7\x0a\xa9\x42\x46\x4b\x39\xb6\xd7\xac\xb7\x3d\xcf\ \x8b\xbc\x30\x74\xfc\x40\x04\x6e\xe0\x4f\x4f\x4f\xaf\xad\xac\xab\ \x48\x71\xda\x7d\xaf\xef\x22\x84\x01\x04\x9a\xa2\x26\xcc\x84\xdd\ \xb7\xa3\x88\xc5\x0c\x30\xca\x64\x82\x24\x22\x87\xc0\xa7\x94\x1a\ \x86\x61\x26\x2c\xd3\x34\x6b\xf5\x3a\x91\x44\x44\x59\x44\xed\x28\ \x8a\x04\x44\x92\x61\x61\x4c\x2a\xd5\x9a\x95\x4c\x0f\x17\x72\xae\ \xeb\xd4\x6a\x55\xbb\x6f\xa7\x92\x29\x08\x41\xbd\xd9\x4c\x9a\x16\ \xc7\x72\xb5\xd3\xef\xd8\x5e\xc7\x0d\xdb\xb6\xcf\x29\x35\x54\x49\ \x97\x91\x1f\x8b\x9e\x19\x5b\xe9\x5c\xcf\xf7\x0a\x23\xe3\xfd\xcd\ \xb2\x00\x08\x40\x08\x20\xe8\x75\xbb\x9e\x83\x04\x07\x37\x5c\x38\ \x1a\x51\x7a\x6d\x79\xf9\xbd\xf7\xdf\x82\x89\x12\x71\x70\x65\x69\ \x31\x10\x29\x45\x4f\x05\x00\xe4\xc7\xa6\x6e\x9b\xba\xe3\xe9\x2f\ \x3f\x2e\x13\x29\x06\xa2\x67\xf7\x20\x96\x10\x65\x18\x93\x7a\xa3\ \x51\xcc\x0f\x6c\xac\x5d\x1f\x1d\x19\x1b\x1d\x9b\xbd\x7a\xf9\xf2\ \x0b\x2f\xbe\xba\xb9\xbe\x41\x14\x29\x0c\x43\x06\x04\x17\x30\x0a\ \xa3\x30\x88\x78\x10\xa4\x53\xe9\x30\x0c\x08\xc1\x4e\xdf\xf6\x3c\ \x97\xc8\x92\x10\x2c\x91\xc8\x11\x4c\x2e\x9e\xbf\xb4\xbc\xb8\x7c\ \xe2\xc8\xbe\x56\xc3\xe6\xd4\xf7\xe2\x16\x44\x00\x3a\x41\xad\xde\ \x75\x03\xd1\xe9\x78\x53\x07\x8f\xf7\x2e\x5f\xab\x5e\x6b\x44\x8c\ \x87\xdd\x5e\xc2\xb2\x14\x43\xa7\x9c\xd9\x76\x03\x70\xb7\x38\x90\ \x1a\x1e\x1a\xbd\x7a\x65\x3e\x08\x42\xca\x41\xab\x67\x33\x81\x38\ \x00\xa6\x95\x50\x14\x99\xc5\xb1\xa6\x6a\xb3\x73\xbb\xb7\x6b\xcd\ \xb3\x57\xe6\x83\x30\x3e\x78\xe8\xd0\xd8\xf8\xc4\xe6\x66\x89\x53\ \xba\x77\xcf\x9e\xd2\x76\xf9\xf8\xf1\xdb\xa7\xa7\x26\x57\x96\x2f\ \xca\x92\x3f\x90\xd7\xaf\x5e\xbd\x28\x13\xa1\x4a\xe4\xc0\xfe\xa3\ \x5f\xfd\xf2\x0b\xc3\x93\x7b\xf7\xdc\x76\x6c\xb3\xb2\xb5\xb0\xb2\ \xb0\xde\xad\xdb\x61\xd0\xf6\xdc\xb4\x64\x9a\x92\x66\x7b\x61\xec\ \x7a\x37\x97\xf0\x9b\xf6\x6d\x01\xa4\xff\x63\x4b\xee\xbb\x84\xa3\ \x98\xe0\x66\xa3\x75\xee\xc2\xd5\x44\x72\x74\x64\x6c\xd4\x4c\xb0\ \xf3\xa7\x5f\xb5\x12\xeb\x48\x64\x64\x39\x79\xea\xdc\xd6\xb1\x3b\ \x4e\x52\x2e\xe5\x87\x26\x2f\x5d\x5d\xde\x35\xb7\x67\x60\x78\xa2\ \xd6\x69\x13\x89\x0c\x0e\x16\xae\x5d\x5e\x5c\xda\x58\xa2\x51\xbc\ \x6b\x6e\x57\x71\x74\x4c\xd2\x74\xc7\x75\x01\x92\x75\x5d\xf3\x6c\ \x9c\x4c\xa7\x20\x42\x31\x13\xa9\x7c\xee\xfe\x87\x1e\xaa\xb6\x9a\ \x4f\x3e\xf9\x0c\x92\xe5\x74\x26\x9f\x4a\x67\x19\xa5\x6b\xeb\xe5\ \xbe\x13\x9f\x39\x7b\xb9\xd5\xed\x63\x62\xca\xb2\x4a\xd2\x4a\xaf\ \x8f\x12\xc9\xcc\xde\xfd\xb3\x4f\x3c\xfe\x44\xad\xd2\x48\xe7\x06\ \x1c\xdf\xef\x3b\xfd\x76\xb7\x95\x34\x35\x82\x21\x04\xdc\xeb\x75\ \x57\xdb\xad\xa4\xa1\xef\x9b\x9e\x4b\x59\x6a\xb3\xdd\xe9\xb9\xf1\ \xeb\x67\x2f\x03\x28\xdd\x72\xf4\xa0\xac\x99\xf3\xdb\xd5\x2f\x3d\ \xfd\xdc\xe2\xe6\xa6\x69\x65\x3a\x1d\x47\x26\x5a\x18\x03\xd5\x90\ \x7d\x3f\xee\x3b\x5e\x36\x97\x6b\xf6\xec\xed\x46\xbd\xdb\xed\x44\ \x08\x68\x99\x21\xdf\x07\x5d\x9b\x1d\x3e\x72\xb2\xdf\xef\x8f\x14\ \x8a\xf7\xde\x76\xfb\xe2\xe2\xf5\x5e\xdf\x3e\x72\xe8\xe0\xd0\xec\ \xfe\xdb\x05\xba\x78\xe9\xb2\x91\x1f\x7c\xeb\xe2\xe5\x40\xb0\xd1\ \xe2\xc0\xeb\x6f\xbe\x06\xa8\x3f\x32\x90\x2f\x64\x92\x4c\xc6\x37\ \x98\x31\x12\x5c\x23\xfe\xd2\xc2\xdb\x0f\xde\x9a\x55\x0d\xc5\x48\ \x18\x17\xaf\x5c\x5a\xed\x34\x52\x45\x73\x7e\xef\x9c\x89\x13\xc7\ \xef\x7c\xc0\xa6\x3e\xd1\x93\x8e\xe7\xda\x5e\x10\x44\x51\x10\x46\ \xb2\xac\xd4\x9b\x4d\xc7\xe9\x6b\x86\x61\xca\x96\xef\xbb\x96\x25\ \x31\x08\x6b\xf5\x26\x51\x94\x28\x10\x94\x0b\x1e\x45\x3c\x8e\x09\ \xa5\x29\x45\x17\x1c\x50\xc6\x04\x80\xae\xe3\xe9\xaa\x31\x32\x34\ \x81\x09\xf1\xbc\x10\x23\x20\x80\xf4\xe2\xcb\xaf\xfa\xa1\xb7\x6b\ \x7a\x6a\xb3\xb4\x61\x37\xea\x23\x07\xb3\xd5\x70\x5d\x22\x50\x11\ \x64\xf7\xae\x39\x01\x37\x28\xa5\xe9\x64\x62\x20\x9b\x6b\xb7\xea\ \x04\xe3\x4c\x2a\xeb\xbb\xb6\xe7\x05\x48\x00\xc6\x40\xa5\x52\x1d\ \x1a\x1e\x4a\x24\x2c\x59\xd6\x28\xe3\x00\x50\x88\x85\x10\x42\x53\ \x35\x45\x37\xd5\x44\x5a\x08\xda\xed\xb4\x87\x72\xe9\x64\x26\xb7\ \x5d\xad\x2d\x2d\x2e\xa5\x12\x16\x40\x40\x96\xe5\x64\x36\x9b\x4e\ \xe8\xd5\x66\xbb\x54\x6b\xd5\x3b\xb6\x1d\x52\x20\x9b\x80\x30\x87\ \x46\x6e\x44\xdd\x38\xe8\x7b\x1d\xd8\xf2\x42\x00\x47\xa7\x66\xcd\ \x7e\xd0\x77\xbd\x98\x86\x18\x02\x59\x92\x30\x06\x18\xa1\x1b\xbb\ \xec\x08\xa1\x76\xb7\xd5\xa8\x95\x89\xae\xf1\x1e\x3c\x72\xf4\xe8\ \x3f\xfb\xe7\xbf\x70\xbd\xd4\xb3\x32\xc5\x83\x87\x77\x0d\x8e\x16\ \x37\x2b\x5b\xab\x2b\x2b\x96\x69\x78\x9d\x7e\xe4\x79\x11\x80\x38\ \x8c\x75\xc3\x94\x34\x99\x52\x36\x32\x32\x3e\x3f\xbf\x7a\xef\xbd\ \x0f\xda\x36\x5d\x59\xdb\x62\x34\xe6\x22\x8e\xe3\x08\x40\xc4\x04\ \xf4\x82\x48\x08\x81\x39\x35\x0c\x43\x86\x08\x63\x4c\x29\x05\x00\ \x68\x58\x8a\x19\xe7\x9c\x9f\x3d\x7f\xee\xb6\x13\xb7\xeb\x92\xe1\ \xfa\x31\x56\x73\x8e\x8d\xd6\x6a\x54\x92\x24\xd3\x54\xb6\xeb\x01\ \x60\xb0\xd5\x5f\x18\xbe\x6b\x9a\xa7\x72\xb1\x99\x34\x15\x14\xf7\ \x1a\x4d\xd7\x65\x94\xca\xb2\xf4\xf6\xe9\x37\x13\x86\x7c\xdb\x89\ \x63\xe5\x7a\xdf\x76\x3d\x49\x52\xb8\x80\x8a\xa2\x62\x49\x31\x12\ \x96\x61\x58\x8c\x03\x08\xc5\xfa\xe6\x46\xa3\xb9\x37\x0c\xe3\xf1\ \xb1\x09\xa2\xa8\x07\x0f\x1c\x50\x25\x55\x57\xd5\xf5\x8d\x35\x5d\ \x97\x8b\x83\xc5\x80\xe2\x30\x70\x0e\x1e\xdc\x9b\x48\x50\x1a\xb5\ \xc3\x70\xf8\xc5\x97\x4e\x0d\x0e\xee\x3a\x72\xf8\x3d\xf7\xdf\x7d\ \x8f\x96\xd7\xfb\x12\xcb\xa7\x73\x03\xb3\x53\xe7\xdf\xdc\x34\xf3\ \xd9\x4e\x39\x62\x8c\x25\x54\x8b\xba\x9c\xbb\xbe\xf8\x1b\xed\xaf\ \xa4\x81\xe3\xc4\x28\x61\xe9\x7f\x65\x55\x2d\xed\x6d\xbd\x7c\x6a\ \xeb\xc8\xdd\xb7\x7f\x6b\xf6\xe7\x7f\xb6\xb0\xf1\xd2\xeb\xf3\xbb\ \x6e\xb9\x67\xe4\x66\xfa\xf3\xff\x9f\xec\xdd\xd2\x05\xe4\x5c\xd6\ \xe4\x83\x87\x8f\x84\x5e\x52\xc1\x6a\x3e\x09\xd2\x69\x26\x29\x49\ \x45\x3d\x5c\x6b\xaa\xf5\x1e\x75\x00\x07\x00\xb7\x7b\xfe\xdb\x17\ \xe7\x6b\x1d\xff\xce\xbb\xee\x3c\x7c\xe4\x64\xb9\xb2\xce\xa1\x74\ \xf8\xd8\x89\x7b\x1f\x1a\x8e\x3c\x7f\x63\x73\xed\xf2\xe2\xaa\x6d\ \xbb\x8e\x4f\x05\xc4\xa6\xa9\x79\xb6\x4a\x64\xd2\xe9\x75\x0c\x33\ \x31\x35\x39\x81\x64\xe5\x73\x7f\xfe\x05\xd7\x0b\x34\xc3\x92\x55\ \x03\x00\x90\x54\x35\x1a\x87\xb9\xc2\xf0\x99\xf3\xe7\x02\xc0\x21\ \x8b\x23\x2e\x0c\xcd\x44\xae\xfd\xf5\x27\x9f\x9a\x5f\x9e\xa7\x11\ \x5d\x58\x5e\x61\x14\xc7\x9c\x61\x82\x06\x8b\x03\xb9\x64\x72\x65\ \xe5\xba\x62\x06\xf5\x66\x5f\xd3\xd4\xa9\x99\xe9\xd1\xa1\xe1\xd8\ \xb7\x65\xd9\xcc\xe4\x47\xda\xa8\xf6\xc2\xb9\xf3\xf3\xe5\xed\x6c\ \x3e\x57\xae\xd6\x5c\xcf\x1f\x18\x1a\xd5\xad\x54\xa7\xdd\xf2\x43\ \x56\x6f\x74\x10\xd6\xfd\x88\x61\x45\xef\xfb\x11\x91\x49\xb7\x67\ \xf7\x1c\x3b\x37\x36\x1a\x70\xe2\x51\x9e\x48\xe5\x2a\x6f\x9c\xf2\ \x5c\xfb\xb1\x0f\x7d\x28\x93\x49\x5e\x99\xbf\xfa\xd2\x2b\xaf\xff\ \xa7\x3f\xfa\x93\xbf\xf3\xc9\xef\x78\xe8\xf6\xdb\xac\x72\xf3\xad\ \x4b\x97\x0e\xdc\x72\xe2\x99\x37\xdf\x58\x58\x59\x02\x3c\x3e\x76\ \xe8\x50\x02\x93\xa8\xd7\xb1\x31\x87\xe4\x46\x72\x46\x10\x42\x18\ \x35\xe7\x2f\xae\xfb\xc1\xc9\x88\x8a\x76\xbf\xe5\xfa\xce\xc8\xf0\ \xf0\xd4\xf4\x74\xa1\x38\x36\x31\x30\xa9\xaa\x7a\x9e\xc4\x10\x20\ \x19\x62\x21\x00\xe5\xdc\xf5\xbc\x7c\xa1\x90\x2f\xe4\x2b\xb5\xf2\ \xf6\x76\x59\x37\xb3\x08\x01\x4d\x05\x9b\xfd\x96\xef\x7b\xaa\x92\ \xa0\x22\x16\x10\xc7\x8c\x47\x94\x82\x38\x06\x08\x99\x86\xc9\x15\ \xd9\xb4\x12\xaa\x61\x5a\xa9\x6c\xa9\x5a\x5d\x5b\x5b\x13\x58\xca\ \xe5\x07\x62\x49\xda\x58\xdb\xc8\x24\x2d\xbf\x67\x1b\x80\x0c\x1a\ \xe9\x21\x23\xf3\xf0\xdd\xef\xbd\x70\xf9\xf2\xe6\xca\xc6\x9e\x03\ \x87\x26\xc7\x26\x5c\xcf\xb5\x0c\x23\x99\x48\x6c\x6d\x6c\xc4\x61\ \x94\x30\x0c\x55\x92\x03\xdf\x8d\xc2\x48\x25\x60\xbb\xbc\x3d\x38\ \x54\xdc\xbb\xef\xc0\xc2\xc2\x22\x00\x10\x20\x04\x21\xd2\x34\x55\ \x51\x55\x49\xd6\xe2\x98\x05\xbe\x1f\xf8\xd4\xf1\xc2\x66\xbb\x97\ \xcb\x64\xe6\xf6\xee\x77\x7a\x6d\xdd\xd4\x74\x5d\xd7\x14\x39\x14\ \x62\xbb\xd1\xdf\x6e\x74\xda\xb6\xef\x46\x8c\xa8\xba\x24\x1b\x50\ \xd6\x21\xe0\x0c\xe1\x6e\x10\xc9\x0a\x06\x92\xb4\x5e\xae\x4a\x9a\ \xa1\x02\x88\x02\x00\x04\x53\x88\x24\x91\x1b\x57\x03\xc0\x98\xb4\ \x1a\xd5\x7a\x75\x93\x06\x76\x7e\x6c\x08\x40\x32\x38\x7b\xe0\xfe\ \x08\x61\x59\x09\x05\x20\x10\x5c\xba\x74\xf9\xf9\xe7\x9e\x09\x3c\ \x87\x46\xa1\x20\x28\x8c\xb9\x2c\x48\x88\x43\x08\x58\x8b\xc5\xbb\ \x67\x67\xa2\xb8\x5b\xa9\x75\x3f\xfc\xe1\x4f\xfc\xd1\x1f\xfd\x5e\ \xbb\xd5\x47\x88\xc6\x3c\x82\x00\x73\x81\x39\x13\x82\x8b\x38\xa2\ \x81\xef\x23\x24\x31\xc6\x31\xc6\x51\x14\xc5\x71\x4c\x14\x09\x21\ \xa4\xc8\x0a\x82\x60\xef\xdc\xee\x87\x3f\xfc\x81\x2f\x7f\xed\xf1\ \xaf\x3c\xf1\xf8\xee\x7d\x87\xde\x78\xe3\x8d\xc8\xaf\x64\x2c\xab\ \xbe\xb5\x9e\x4c\x65\x7b\x0b\x4b\x72\x22\x65\xa6\x52\xb0\x1f\xea\ \x56\x0a\xb2\x38\xf4\x03\x45\x42\x57\x2e\x5d\xfb\xe1\xef\xfb\x8e\ \x7c\x7e\xf0\xb7\x7e\xf7\x8f\x24\x59\x85\x18\x4b\x58\xd2\x75\x93\ \xa8\x8a\x6e\x18\x00\x20\x1a\x44\x00\x81\x4a\xa5\x7a\xf9\xca\xbc\ \x2c\x2b\x93\x53\x53\xa9\x6c\x01\x42\x52\x2a\x95\x82\x20\xf0\x5c\ \x6f\x63\x6d\x7d\x60\x80\x5a\x99\x61\x22\xab\x40\x40\xca\x9c\x30\ \xee\x1a\x96\xac\x48\xf8\xd2\xa5\x8b\x07\x0f\x2e\x0f\x0d\x0c\x26\ \xc7\x32\xe9\x5c\x86\x00\xc9\x8b\x82\x0b\x57\xae\x12\x59\xc9\xe6\ \x72\x16\x95\x84\x13\x01\xc6\x4c\x45\x7d\x37\x3b\x2c\xdb\x2b\xe7\ \x5f\x3d\xb7\xe0\xc6\x42\x36\x0b\x47\x6f\xbf\x73\x2a\xa7\xae\xbd\ \xf4\xa9\xff\x70\x3e\xfd\x2f\x7e\xee\xfb\xbe\x35\x6e\x2c\x6a\x2e\ \x7c\xf9\x85\x8d\x07\x3f\xfa\x50\x86\x80\xb0\x7a\xed\xf3\x9f\x7b\ \x7d\xe2\x8e\xdb\x33\xff\xed\xb1\xc2\xd2\x9f\x7e\xf6\x2b\xdf\xb3\ \xf7\x26\x8e\xde\xc4\xd1\xff\x05\xc6\x28\x4b\xa6\x93\x07\x8f\x1e\ \xf2\x7b\x89\x76\xbd\x16\x87\xe5\xf1\x5d\xa9\x99\x3d\xc7\xae\x5e\ \x55\x44\xa1\x10\x93\xb0\xdd\xef\x8d\x24\x8c\x44\x26\xdf\xb5\xfd\ \x4b\x4f\xbd\x30\x31\x3d\x77\xe8\xf0\x9e\xbe\x1b\x75\xbb\xfd\x03\ \x7b\x0f\xf2\x98\x29\x66\x62\x76\xdf\x21\x2b\x3d\xd0\xec\xba\x5f\ \xf9\xca\xd7\xfb\xbd\xb6\x35\x3c\x34\x38\x98\xcb\x24\x13\x4b\xd5\ \x12\xa5\x0c\x20\x7c\xe5\xda\xa2\xed\x07\x31\x13\x4e\xa7\x8f\x90\ \xa7\xa9\x2a\xe5\x08\x30\x96\xcf\xa6\x0b\xc5\x11\xe8\x3b\xb6\x1b\ \xb6\xbb\x7d\xca\x44\x10\x53\xbb\xd5\xac\x37\xaa\x07\xf6\x1f\x50\ \x35\xc3\xee\x87\xa9\x4c\x16\x20\x96\x4a\x99\x93\x63\xa3\xa7\xcf\ \x9c\x52\xc3\x08\x41\x19\x70\xae\x69\xaa\xd3\xb7\x37\x37\x56\xdd\ \x08\x70\x2c\x71\x49\x25\x89\xd4\x4a\xa3\x53\x76\x03\x4d\xd7\x92\ \xc5\x11\x49\xb3\x18\x85\x8e\x1b\x45\xd4\x81\xa8\xc6\x91\x2a\x6b\ \x26\xe5\xc0\xd4\xf4\xad\xed\x92\x24\xe3\x9e\xe3\xe7\x07\x8a\x89\ \xb4\x65\x59\xd2\xd8\xd8\xd0\xd5\x2b\x17\xf7\xcd\xee\xbe\x78\xee\ \x5c\xbd\xd1\x00\x18\xd7\xba\x2d\x40\xa4\xb7\xce\x5e\x3c\x34\xbb\ \xe7\xc4\x7b\x1e\x7a\xfc\xf5\xd7\x57\xb7\x4b\x27\xee\xb8\xfd\xcd\ \xd7\x5e\xf9\xe8\x47\x3f\x3a\x34\x30\xb0\x74\xf6\x7c\x77\x7b\x3b\ \x7b\xe0\x88\xac\x19\x82\xfd\xf5\xda\x30\x84\x10\x84\xe0\x5f\xfd\ \xd7\xff\x04\x8a\x46\x26\x8d\x24\x41\x26\xfa\xf8\xa7\x7e\xf2\xef\ \xcf\x1d\x3b\x32\x3c\x5d\x54\xb0\x16\x87\x40\x60\x48\x90\x1c\x51\ \x0a\x09\xdc\x2a\x95\x1a\xd5\xca\x91\x43\xfb\xff\xe3\xa7\x7e\xdf\ \x71\x9c\xbf\xf7\xf7\xfe\x7e\x10\x04\x00\x3a\x00\x01\xd7\xf1\x80\ \x88\x35\x45\x75\x5d\x8f\x52\x84\x08\x06\x08\x51\x2e\x00\x63\x34\ \x08\x91\xa6\x45\x41\xc0\xb9\xe0\x08\xef\x39\x7e\xfc\x85\xdf\xff\ \xfd\xd5\x46\x2d\x46\x92\x5b\xda\x4a\x20\x2e\x25\x0d\x23\x9d\xec\ \x74\xbb\x32\x00\x03\x99\x1c\x11\x60\x78\x74\x74\x7d\x73\x6b\x75\ \xab\xe4\x05\x7e\x21\x9f\xf5\x3d\x5d\x96\x24\xc0\x79\xb7\xdd\x89\ \x7c\x97\x80\x8c\xae\x69\xd9\x4c\x3e\x8a\xa2\x30\x72\xfc\xc0\x4d\ \x26\x93\xe3\x93\xd3\x17\x2f\x5d\x06\x10\x12\x49\x86\x00\x61\x22\ \x73\x01\xfd\x20\xe8\xf6\xfd\x38\x0e\x0d\x55\x75\xfd\xa8\xd1\xee\ \x90\x35\x78\x68\xff\x9e\x7c\x3e\xeb\x39\x3d\x55\x55\x04\x84\x97\ \xe7\x17\x96\xd6\x4a\x5d\x2f\x8c\x21\x66\x08\x85\x31\xc3\x22\xb6\ \x4c\x4b\xd5\x54\x1a\x45\x08\x69\x14\x82\x64\x2a\x5b\x6f\xb5\x52\ \x19\x0b\x86\x81\xac\x28\x34\xf6\xa3\x28\xa2\xb1\x08\x83\xe0\xc6\ \xd6\x73\x01\x80\x84\x59\xb3\xbc\xfe\xc2\x37\xbe\xb2\xff\xc0\x2c\ \x81\x28\x3f\x36\x05\xb4\x0c\xc6\x96\x84\x51\xb3\x55\xd7\x31\x7f\ \xcf\xbd\x77\x6f\xae\x6f\x5d\x5e\x5a\xd9\xaa\x77\x38\x07\x9e\x6b\ \x03\x04\x09\x50\x90\xaa\x54\xab\x55\x45\x4e\x94\xb6\x4b\xbb\x77\ \x4f\x8d\x8d\x8f\x96\x2b\x6b\xb2\x84\x38\x04\x70\x67\x9c\x2e\x80\ \x18\x63\xc6\x68\x18\x45\x92\x1c\x05\x41\x80\x31\x66\x8c\xb9\xae\ \xab\x23\xcd\xf3\xbc\xb9\xdd\x33\xe7\x2f\xbc\xbd\xfb\xa3\xd3\xc9\ \x4c\xe2\xd6\xbb\xef\x7d\xfc\xd5\x37\x7a\x11\x94\x93\xb9\x88\xb7\ \xac\x54\x6a\xe5\x9a\x03\x00\xe8\x5e\xbb\x38\x77\xe4\xa8\x42\x03\ \x4d\x22\x12\x32\xa0\x00\x30\x29\x09\xc6\x9b\x6d\x9f\x0a\xbd\xd3\ \x0b\x16\x97\x56\x74\x33\x01\x20\xd4\x75\x23\x8c\x28\x63\xdc\xb6\ \x1d\x4a\x19\x21\x92\xae\xeb\x61\x1c\x04\x51\x74\xd7\xdd\xf7\x3d\ \xfe\xd4\x33\x89\x44\x92\x10\xd2\xb7\xed\x4e\xbb\xdd\x6e\xb6\x42\ \xcf\x89\x23\x31\x04\xcd\x30\xf0\xda\xed\x8d\x74\x2a\xe0\xac\x83\ \xa0\x98\x99\x9d\xad\x55\xf8\x6b\xaf\xbe\x9a\xc9\x8e\x0b\x29\x88\ \x0a\xd6\x7a\xa5\xb5\x76\x6d\xb9\xba\x51\x62\x0a\x0a\xbc\x30\xb0\ \xfb\x72\x8c\x14\x4d\x01\xf8\x5d\x2d\xd8\xbd\xf4\xe5\x4f\x7f\xf6\ \x8a\xf1\xe1\x87\xf7\x6e\x5d\x7c\xea\xc9\xa7\x5e\xfc\xb1\x5f\xfa\ \xa5\x3d\xc7\x1e\xfd\xc1\x29\xc9\x00\x20\x0e\xec\x66\xa3\x1d\x41\ \x4d\xe9\xac\x3c\xf9\xb5\xe7\x0b\x7b\x67\xa6\xf3\xe9\x14\x20\x12\ \x08\xcb\x1b\x1b\x52\xda\x28\x16\x73\xef\xa8\xe4\x32\xaf\xbc\xdd\ \xa0\x5e\x4b\x60\x82\x31\x60\xa1\x53\xab\x36\x22\xa4\x0e\x0c\x17\ \x35\xe6\x77\xec\x38\x99\x49\x20\x00\x7c\xa7\x13\x23\x23\xa1\xcb\ \x37\xb1\xe7\x26\x8e\xfe\xb5\x8d\x73\x9e\x4e\xa7\x35\x53\x39\x7e\ \xf8\xb6\xf2\xe6\xe6\xc5\x2b\xa5\x30\xec\x3b\xfd\x86\xe7\xc8\xe5\ \x5a\x97\x2a\xfe\xfa\xf5\xec\xd4\x2d\xb7\xaa\xaa\x72\xf9\xf2\xe5\ \x98\xa2\x7a\xa3\xdd\xed\x39\x53\xd3\xb3\x96\xa9\x12\x84\x01\x45\ \x82\x01\x81\x41\x71\x78\xe8\x17\xff\xc5\x2f\x1c\x39\x7a\xf8\x3f\ \xfc\xf6\x6f\x67\xd3\xc6\xd0\xc0\xe4\xf6\xc6\x7a\x1c\x04\x99\x74\ \x9a\x0b\xb0\xba\xbe\xe1\x87\xa1\x80\x8a\x17\x46\x51\xe4\xe9\x11\ \x8d\x62\x91\x4e\x58\xad\x56\x47\xd3\x2d\x10\xfb\x56\x2a\x1d\x84\ \x61\x3e\x9f\xb7\x5d\x84\x24\x69\x6c\x74\x94\x71\x66\x26\x12\x8c\ \xb9\xc9\x6c\x2e\x91\x34\x3a\x95\xad\xd3\x67\x4e\xb3\x98\x22\x01\ \x13\xc9\x44\x2a\x9b\x97\x65\x6d\x6d\x73\xab\x5c\xaa\x44\x1c\x0b\ \x84\x39\x24\x92\x91\xb4\x54\x2d\x8c\x42\xc5\x4a\x72\x24\x03\x2c\ \x73\x0e\x82\x98\x52\x00\x1b\x9d\x1e\x20\xf5\xd1\xb1\xc9\xa1\xd1\ \xb1\xed\xed\x92\xef\x07\x86\x95\x91\x25\x29\x9d\xb4\x30\xb4\x65\ \x20\x4d\x4f\x66\x8f\x1e\x9a\xd3\x88\xde\xa8\xd6\xba\xb6\xdd\xb1\ \x1d\xa0\x48\x66\xc6\xbc\xba\xb8\xfc\x87\x9f\xf9\xec\xff\xf1\xcb\ \xbf\xf4\x0f\xff\xf1\xcf\xfe\xce\xa7\x3f\x75\xec\xd8\x31\x4d\x96\ \xf6\xef\xdb\xdf\xe9\x74\x21\xc6\xad\x4e\x57\x0f\x42\x15\xc2\x1b\ \x68\x66\x14\x5c\x80\xa8\xa3\x19\xd4\xf3\xfd\xc8\xe7\x09\x53\x7b\ \x68\xef\x51\xa9\x58\x00\xc0\x13\x42\xa8\x92\xc9\x01\xa0\x94\x4a\ \x42\x00\x00\x44\xe8\x61\x41\xff\xd9\x3f\xfd\xd9\x6c\x3a\x71\xe6\ \xd4\x9b\x8e\xdd\x83\x50\x08\x4e\x39\xa5\x51\xe4\x20\xcc\x55\x59\ \x66\x8c\x0a\x21\xef\xdc\x53\x26\x04\x81\x80\x70\x01\x22\xca\x21\ \xea\x74\xbb\x2e\x8b\xb6\x3b\xcd\x7a\xe8\xd8\x2a\xa4\x0a\x71\x02\ \x96\xd1\x0d\x8d\x06\x92\xa9\xa5\xd2\x29\xe6\x7a\xd3\x13\x13\x3d\ \xc7\x86\xcd\x66\x2a\x9f\x39\x3e\x32\x04\x10\xb1\x4c\x4d\x95\x70\ \x79\xbb\xdc\xed\xb4\x29\x0d\x89\x24\x21\x84\x1d\xc7\x89\x88\x64\ \x18\x06\x96\x4c\x24\xa1\xcd\x52\x39\x8c\x99\xe3\xba\x56\x22\x25\ \x11\x39\x16\xcc\xf7\x02\xc6\xb9\xa2\x6a\x08\x02\x08\x00\x07\xc2\ \xf5\x03\xcb\xd2\xeb\xed\xde\xa9\xb3\x17\xb2\x49\x33\x6d\xe9\x33\ \xb3\x03\x1b\xdb\x95\xb7\xce\x5f\xa9\xd6\x9b\x48\x52\x7d\x2a\xf4\ \x44\x8a\x46\x34\xa2\xdc\x8f\x63\x2c\xab\x58\x56\x39\x64\x8c\x52\ \x0a\x71\x22\x9d\xe6\x82\x29\x32\x71\x1d\x4f\x96\xa4\x98\xc5\x76\ \xbf\x17\x33\x76\xa3\xc4\x08\x12\xc4\xbd\x6e\xbd\x53\xdf\xb6\xe8\ \x78\xa6\x98\x07\x4a\x0c\x14\x07\x80\x10\x85\x3c\x4d\xa2\x13\x47\ \xf7\x46\xd5\x32\xe4\xb1\x20\xd8\x09\xae\x58\x48\x11\x58\xa6\x54\ \x20\x08\xbb\x9d\xae\xe7\xd8\xba\xee\xc6\x94\xbf\x7d\x06\x0a\x1e\ \x41\x28\x28\xe3\xef\x08\xe1\x08\x20\x18\x83\xf8\x5b\x8a\x3a\x30\ \x8a\x22\xca\x39\x00\x20\x91\x4c\x04\x91\x1f\x04\xa1\x24\x49\xd9\ \x6c\x8a\x71\xff\xdc\xb9\xb7\x29\xd1\xc6\x26\xc6\xb6\x6b\xcd\xe2\ \x70\xb1\x44\xbd\x6c\x21\x73\xf2\xf6\x13\x4e\xb7\x3d\x99\x2e\xe6\ \x64\xe1\x79\x5d\x18\xf9\xad\x5a\x53\xb7\x32\x48\x49\xa8\x86\x09\ \x89\xfa\xfa\xa9\xab\xad\x66\x05\xca\x0a\x46\x04\x40\xe8\x86\xa1\ \xef\xfb\xbe\x17\x24\xd3\x29\x21\x44\x18\x06\x92\x44\x34\x43\xf2\ \x83\xd8\xf5\x7c\x59\x51\x0d\x33\x01\x21\x8e\xc3\x88\xc6\xb1\xdd\ \xeb\xf5\xbb\x71\xd2\xca\xb4\x1b\x75\xcb\x52\x91\x30\x7a\xbd\x52\ \x26\xad\x75\xfa\x2e\x82\xf2\xec\xec\xa4\xac\x26\x04\x67\x06\x40\ \xd1\x66\x35\x29\x94\x14\x94\x4d\x28\xaf\x57\xab\x31\x82\x22\x66\ \x10\x08\x0a\xa8\x80\xec\xdd\xac\x32\x8a\x39\xd9\x7b\xc7\x47\x3e\ \xf9\x1d\x27\x44\x63\xfa\xef\xff\xf4\x6f\x97\x5c\x31\xb4\xf1\xf8\ \x1f\xbc\x99\xfb\xb7\x3f\xfb\xe1\x2f\xfe\xca\x3f\x7a\x6a\x13\x0d\ \xcd\xdc\xfa\xf1\xfb\x86\x75\x7f\xe3\x4b\x7f\xf8\x1f\x27\x4e\xbc\ \xff\xbb\x8e\xe8\xb0\x75\xe5\xb3\xbf\xff\xdb\xb0\x5b\x2d\xde\xfe\ \xc9\x9f\xfd\x3b\xef\x57\xfa\x1b\xbf\xff\xab\xbf\x7a\xa6\x29\xa7\ \x48\x67\x23\xc8\xa8\x0a\xf0\x4a\x17\x3e\xf3\xa9\x6f\xd4\xfa\x6d\ \x79\xea\xe1\x9f\x7e\x34\xf1\x6f\x7e\xf5\xab\x3f\xf0\x6b\xbf\x75\ \xd4\xea\xfc\xd1\xbf\xfc\x47\xf8\xe1\x7f\xfe\x77\xee\x9b\xbc\x89\ \x3d\x37\x71\xf4\x46\xc2\x5c\x95\x6a\x05\x40\xe0\x85\xbd\xfb\x1f\ \xb8\x73\x71\xf5\x99\x66\xbb\x51\x1c\xf6\x15\x49\x50\xbf\x1e\xfa\ \x3d\xe8\xcf\x01\xe6\xd4\xca\xeb\x27\x4f\x1c\x39\x79\xdb\x7d\x47\ \x8f\x1f\xb4\x12\x06\x07\x1c\x01\xca\x38\x87\x10\x21\x04\x85\x10\ \x9c\x8b\xc0\x77\x3f\xf8\x81\xf7\x8f\x0d\xe7\x17\x2e\x5f\x09\x7c\ \x37\x9f\xd0\xef\xbf\xe3\xb6\x97\x5e\x7a\xc9\x8d\xe2\x30\xa4\x71\ \x0c\x38\xa2\x31\xa5\x71\xcc\x3d\x18\x01\x80\x14\x59\x92\x30\xa2\ \x9c\x4a\x98\x44\x31\xed\xd9\xc1\x89\xe3\xc7\xa3\xd0\xf7\xec\x56\ \x2a\x99\x68\xb5\x5a\x48\xa0\xf1\xf1\x89\x9e\x1f\x66\xb3\x03\x84\ \x85\x1b\xdd\xd6\xec\xec\x5c\xbd\xd9\x06\x18\x2b\xaa\xba\x51\xde\ \xf6\xbb\xed\x20\x8a\x63\x4a\xb1\x24\xc9\xaa\xea\x45\x3e\x41\x12\ \x45\x9c\x53\x10\x23\x4a\x19\x43\x00\xca\x9a\x1a\x51\x26\x30\x71\ \x83\x60\xbb\xb2\x3d\x3a\x3a\xda\xef\xf5\x6a\xf5\x2a\x81\x50\x53\ \x15\x95\x40\xee\x2c\x6f\xd7\xed\xd2\x4a\x69\xb8\xa0\xfa\x9e\xa8\ \x37\x3c\x80\x30\xc4\x24\xa2\xcc\x73\xec\x94\x92\x79\xf3\xec\xf9\ \x27\x1e\x7f\xf2\xb1\x8f\x3c\xb6\x6f\xcf\xde\x4e\xad\x3e\x94\x2f\ \xf4\x3a\xdd\x5d\xfb\xf6\x19\x92\xba\x38\xbf\xd8\xb7\xed\xcc\xf0\ \xf0\x0d\x04\x75\x19\x8b\xbf\xfe\xa7\x9f\x01\xa2\x25\xab\x6c\x70\ \x70\x7c\xff\xfe\x7b\x20\xf0\x41\xd4\x06\x32\x85\x0c\x00\x0e\x11\ \x31\x09\x0f\x91\x44\x00\x0d\x8f\xed\x9f\xfb\xe1\xef\xf9\x44\x21\ \x65\xbe\xf9\xe2\x0b\xdd\x56\x5d\x56\xb0\xac\x4a\x8a\x84\x11\x44\ \xba\x6a\x50\xea\xd3\x38\x80\x00\x09\xc1\x38\x67\x5c\x70\x01\x05\ \x21\x38\x8a\x43\xce\x74\x4d\xd5\x54\x59\x71\x3d\x2f\x08\x83\xf7\ \x3c\xf8\xc0\x9f\x3f\xf7\x4c\x4c\x08\x13\x14\x49\x78\x78\xa4\x88\ \x38\xff\xf8\xc7\x3f\x16\xf4\xfa\x9a\x24\x47\x61\x84\x15\xe5\x90\ \x69\x4a\xaa\x7e\xee\xdc\x85\xd0\x0d\x14\x99\xd4\x6b\xe5\x28\x0c\ \x30\x14\x9c\x73\xca\xe2\x20\x08\xfa\x51\xbf\xd3\x69\x01\x2c\x74\ \x43\x5d\x5a\x5a\x5e\xdb\xd8\x60\x4c\x20\x20\x6c\xcf\xa1\x54\x50\ \x4a\x55\x55\xd5\x75\x0d\x00\x18\x45\x7e\x14\x85\x42\x88\x20\x66\ \x00\x42\x4d\x05\x94\xc3\xbe\x17\x2e\x2e\xae\x5c\x5e\x5e\xa9\xf7\ \x1c\x8a\x08\x12\x00\x22\xe8\xfb\x3e\x91\x64\x59\x92\x68\x14\x7a\ \x00\x26\x53\x49\xa4\xc9\xb2\x50\x20\x16\x0a\x91\x7c\xd7\x8e\xc3\ \x00\x43\x28\x61\x04\x65\x09\x13\x89\xff\x4f\x90\x22\x21\x84\xa2\ \x2a\x18\xc0\x5a\xa5\xe2\xb4\xca\x80\x30\x8e\x61\x3f\x8a\x1b\x8d\ \x4e\xe4\xf3\x64\x7e\x68\xdf\xec\xd8\xe6\xfa\xea\xda\xf5\x6b\x12\ \x61\x8a\x4c\x22\x81\x28\x8d\xfc\x30\xf2\x5d\x37\x8e\x42\x55\xa2\ \x96\x49\x78\x68\x39\xbd\x8e\xa1\x2b\xb6\xed\x03\x28\x41\x84\x38\ \xe7\x00\x71\x88\x20\x21\x04\x23\x64\x59\x56\x1c\xb1\x46\xab\x7d\ \xdb\x6d\xb7\x29\xaa\xf2\xe6\xa9\x37\x20\x84\x87\x0e\x1d\x9a\xdb\ \x35\xee\xd9\xed\xcd\xad\xeb\x40\xb5\xb2\x29\x8d\x8b\xe4\xe8\xc8\ \xd8\xe6\xf5\xab\x27\x6f\x39\xbe\x6f\xd7\x98\xdf\xed\x48\xaa\xf5\ \xf4\x93\x4f\xbd\xbc\x3c\x3f\x90\x49\x53\xd7\x75\xb9\x14\x82\xd8\ \xa3\x0d\x45\x55\x9a\xad\x6f\x62\x48\x23\x1e\x0a\xce\x21\xc6\x18\ \x63\xc1\xb9\xaa\xa9\x84\x90\x56\xab\x85\x10\x62\x8c\x21\x61\xb9\ \x5e\x50\xa9\x36\xf6\xec\x3d\x30\x3e\x31\x75\x7d\x65\x95\x71\x01\ \x21\x08\x02\x1f\x0a\x1a\x06\x9e\xdd\x6b\xea\xba\xa4\x29\x68\xa3\ \xdd\xda\xda\xe8\x58\xfa\x60\xbb\x19\xc5\xb1\x77\xd7\xbd\x7b\xae\ \xaf\x6d\x82\x30\x34\x62\xab\xb5\xb9\xb5\xbd\xb4\x0a\xa9\xa0\x61\ \xcc\x24\x8c\x10\x14\x10\x52\xc0\x01\x60\xef\x66\x76\x54\x53\xc0\ \xc5\x67\xfe\xfd\xcf\x6f\x8d\x76\x37\xae\xb8\x23\x0f\xdc\x35\x8c\ \xfb\xcb\x71\x14\x33\xc1\xec\xcd\xed\xf8\xc3\x3f\xf9\xef\x1e\x3b\ \x94\xeb\x2d\x3c\xcd\x07\x8f\xfd\xec\xbf\xfa\x67\xd3\x06\xf0\x96\ \x5f\x60\xb9\x43\x3f\xf1\x0b\xbf\x34\xe5\xbf\xfc\x93\x3f\xf7\xe7\ \x17\x1e\x7b\x28\xf5\xea\x1f\xbc\x11\xef\xfb\x77\xbf\xf6\x77\xad\ \xc6\xcb\x3f\xfe\xaf\x9e\x08\x43\x60\x4d\x9f\xfc\xa1\x1f\x1b\x6b\ \xd7\x2e\xfe\xc6\xaf\x7f\xf5\xf2\x63\x3f\x3f\x93\x09\x4e\x5d\x6c\ \x1c\x3d\x5c\x59\xee\xa4\x3f\x3a\x3b\x7a\x13\x78\x6e\xe2\xe8\x8d\ \x79\xe7\x82\x20\x39\xf0\xd8\xfa\xc6\x75\x88\x42\x3f\xe6\x83\xc5\ \xe9\x93\x27\xee\x99\xfe\xf8\x71\x9c\x1c\x00\x52\x08\xe2\x12\xf5\ \x7a\x27\x4f\x1c\x3c\x79\xf2\x4e\x20\xeb\x9c\x02\xce\x81\x80\x82\ \x02\x01\x00\x24\x18\x71\x01\x18\x17\x80\xc5\xaa\x22\x01\x08\x11\ \x8b\x56\x96\xaf\xd6\xca\xe5\xf1\x91\xd1\x6b\x57\x2f\x6d\x6e\xac\ \x4a\x7a\x3a\x8c\x39\x65\x40\x08\xc1\xd8\x8e\xb3\xce\x19\x8d\x28\ \x8b\xa0\x40\x11\x8f\x03\xcf\xd1\x8d\xb4\xd3\xf7\x9b\xf5\x86\xe0\ \xf4\xe8\x91\x43\x03\x03\x99\x76\xab\xc9\x18\x1d\x1d\x1e\x4e\x45\ \x42\x08\x62\x9a\x19\x4d\x33\x75\x45\xb2\xbd\x08\x13\xc9\xf1\x03\ \xc7\x71\x24\x88\x63\x88\xb1\x02\x08\x82\x7e\xe0\x8f\x0c\x0e\x5a\ \x96\x35\x7f\xed\x1a\x88\x29\x51\x64\x82\x84\x00\x10\x13\x82\x31\ \x81\x18\xfb\x51\x18\x34\x1a\x85\x42\xde\x34\x4d\x1a\x86\x32\xc6\ \x86\xac\x2c\x5f\x3d\xbf\x72\xd1\x18\xcc\x29\x69\x45\xb9\xfd\xc4\ \xae\xaf\x3d\x71\xda\xf5\x1d\xa2\xa6\x80\x40\x34\x0c\x00\xa3\x36\ \xc1\x32\xc1\x5f\xfd\xfa\xd7\x1e\x78\xdf\x83\xf7\xde\x7a\xfb\x6f\ \xfc\xe6\xaf\xa7\x12\x89\xc9\x07\xde\xb7\xb5\x5d\xd9\xde\x2a\x9d\ \x5a\x58\x78\xcf\xd4\x34\xfa\xeb\xbb\xe8\x02\x00\x08\xd1\x81\xd9\ \x69\x49\x1e\x64\xc0\x05\x40\x0e\x7a\xad\xe6\xc2\x45\x01\x3d\x4e\ \xbc\xad\x6a\xab\xdd\x41\xc4\x28\x1c\xbf\xf3\xce\xcc\xd8\xa4\xd7\ \x28\x43\xbf\x7f\xf7\x89\xa3\x8b\x97\xde\x86\xb2\x62\x2a\x72\xe8\ \xb9\x04\x01\x8c\x04\x86\x3c\x8a\xc3\x91\x62\xc1\xee\xbb\xdd\xb6\ \x87\x04\x86\x82\x01\xc8\x08\x84\x10\x42\x2c\xc9\x08\x63\x21\xf8\ \x40\x3e\x77\xfe\xea\xe5\x7e\xa3\x71\xf2\xe4\x89\x37\xcf\x9d\xbd\ \x5e\xab\x8d\x66\x32\xc7\x26\x26\x3a\x2b\xd7\x19\xa5\xe9\x74\x02\ \x24\x4c\x16\x47\xa9\x54\x1a\x63\xec\x7a\x21\xc0\x24\x9b\x4a\xd4\ \x7c\x37\x97\x4d\x67\x33\xc9\x52\xa9\x0f\x00\xa3\x34\x72\x1c\x40\ \x88\x64\x98\x7a\x1c\xc7\x9e\xef\x44\x34\xd2\xb4\x98\xf7\x05\x17\ \x10\x42\x24\x00\x50\x54\x5d\x51\x55\x21\x80\xe7\xfb\x08\x0b\x88\ \x04\xc2\x80\x31\x18\xc7\x9c\x10\xe8\xf8\x31\x8d\x3a\x04\x72\x99\ \xc0\xb5\xcd\x52\xc4\x01\x51\x34\xc6\x98\x82\x49\x14\x53\x4e\x01\ \x02\x02\x01\xc0\xa9\xef\x3b\x00\x61\x22\x49\x0a\x04\xcc\xb2\x0c\ \x82\x21\x8d\x03\x20\x04\x10\x12\x42\x44\x00\x44\x29\xbb\x71\x14\ \x45\x72\xcf\x67\xf3\x8b\x6b\xb5\x95\xeb\xdc\x6f\x50\xd6\x63\x30\ \x9e\x9c\x9d\xda\xb7\xef\xd8\xf4\xb1\xe3\xea\xd0\x64\xdc\xf7\x4d\ \x13\x03\x11\x09\x1a\x3a\x51\xa7\xef\x33\x2f\x88\x21\x42\x50\x00\ \x01\x98\x22\xf9\x2c\x70\x0a\x69\x41\x23\xe4\xf6\x3b\x08\xe9\x00\ \x60\x08\x31\x17\x42\x92\x30\xc1\x00\x61\xa8\xaa\xaa\xa6\x69\x9a\ \x16\x52\x4a\xef\xbc\xf3\x4e\x45\x55\xaf\x5e\xbb\x12\x04\x5e\x32\ \x91\x1c\x19\x1e\x71\x5d\x7d\x4c\x56\x63\x41\xb6\xb7\xcb\x95\xd2\ \x76\x21\x61\x98\x32\x39\xb4\x7f\x9f\x4a\x84\x4a\x30\x8f\xb9\xd3\ \x6e\x41\x46\x03\xd7\x55\x14\x39\x99\xcd\x34\xec\x50\x95\x08\x63\ \x91\xaa\xa8\x41\x10\x73\x01\x04\x44\x08\x40\x84\x30\x91\x15\xce\ \x99\x10\xc2\x71\x1c\x4d\xd3\x81\x10\xad\x56\xb4\xb0\xb0\xc4\x01\ \x99\xd9\xbd\xc7\x68\xb5\x64\x45\x21\x84\x44\x61\x44\x10\x4e\x5a\ \x16\x8b\x02\x16\xf6\xd7\x97\x2b\x94\x97\x34\x59\x5e\x2a\xd5\x2b\ \x8c\xaa\xfa\x84\x69\x0e\xf6\x1d\xdf\x09\x1d\x2f\x50\xfa\x7d\x62\ \xdb\x3d\x3f\x08\x82\x30\xa6\x00\xc6\x1c\xa8\x84\x40\x88\x00\x16\ \x00\xbd\xab\x4d\x2f\x11\x85\x53\xc7\x3e\xf0\x13\x3f\x7a\x97\x5f\ \x5f\xfb\x93\xff\xf0\xbb\x9f\x7d\x6a\xf9\xb1\x94\x84\x00\x00\x00\ \x62\x49\x51\x15\x05\x41\x88\x20\x10\x00\xbe\x23\x56\x28\x04\x24\ \xaa\xa6\x20\x3d\xb3\x7b\xd4\x92\x7a\x2d\xc7\x59\x2d\xcd\x1c\x7b\ \x74\x40\x27\x20\x9b\xd7\x09\xc1\x30\xba\xf8\xa5\xff\xf0\xe9\xd7\ \xaa\xf9\x0c\x6c\xfa\xbe\x47\x46\x1f\x3c\x3e\xf6\xbb\x6f\xbd\xb1\ \x99\xf4\xa3\xc2\xf4\xee\xe1\x9b\xd3\x49\x6f\xe2\xe8\x0d\xae\x2a\ \x9c\x60\x6d\x20\x3b\x6e\x7b\xfd\x3f\xfc\xcc\xa7\x4d\x4b\xfa\xfb\ \x3f\xf1\x0f\x47\x07\x86\xb7\xd6\x56\x14\xbc\x8a\x49\xa0\x24\x10\ \xd2\x4c\x10\x50\x45\xa2\xc4\x90\x00\x91\x80\x00\x10\x01\x01\x76\ \xe6\x73\x00\xce\x01\x82\x10\x22\x80\xa0\x70\x5a\x65\x1a\xf4\x3f\ \xf0\xbe\xf7\x3e\xf7\xd4\xd3\x97\xce\xbe\xdd\xed\xf5\x86\x07\x06\ \xdb\x1e\x8b\xfa\x1e\x10\x00\x08\x08\xb8\x10\x82\xb3\x38\xe2\x18\ \x20\xc4\x01\xe2\x3c\x0e\x15\x59\x22\x08\x0e\x0d\x0c\x18\xaa\x3a\ \x32\xb4\x6b\xdf\xbe\x5d\xa9\xb4\x71\xe4\xc8\xa1\x5a\xb9\x01\xb8\ \xb2\x51\xef\x43\x49\xc6\x32\xf2\xbd\x68\x62\x74\xcc\x09\x39\x90\ \x35\x28\x6b\x4e\xab\x6d\xf7\xda\xb2\xa0\x2a\x12\x99\x64\x52\xc1\ \x64\xef\xf4\xb4\xa9\x5b\xe5\x95\x35\x85\x48\x00\x40\x1a\x87\x61\ \x1c\xbb\xbe\x1d\x72\xe4\xb8\x9e\xaa\xa8\xd9\x54\xba\x5c\x2e\x67\ \x53\xc9\x5c\x26\x45\x03\x9f\x7a\x81\xf0\xed\x91\xa4\x9b\x54\xda\ \x2c\xb4\x92\xa6\xe4\x79\x2d\xa2\x98\x02\xe2\x30\x88\x58\x1c\x63\ \x00\x43\xdf\xe5\xb2\x54\xab\x55\x57\x96\x96\x0e\x1e\x3e\x6c\x49\ \x2a\xa2\xa0\xd9\x68\x39\xae\xbb\xb8\xb9\x71\xfa\xda\xb5\xf7\x7c\ \xe0\x43\x37\xd0\x80\x01\x01\xe0\x9c\x97\xd6\x56\x54\x2d\x8c\x84\ \xd3\xac\x77\xfd\xde\x19\xcc\x41\xbf\xbf\x65\xa5\xa0\x95\x2d\x8c\ \x4e\xde\x32\x77\xe0\xb0\x0a\xe2\xd7\xbe\xfa\x67\xad\xed\x72\xa5\ \x54\x92\x64\x99\x02\x28\x9b\x89\xb6\x1b\xfa\x9e\x4b\xe3\x28\xa1\ \x9b\x04\x61\x05\x6b\x93\xe3\x63\x0b\x0b\x8b\x82\xc7\x18\x4a\x00\ \x08\x0c\x21\xc1\x08\x4b\x28\x86\x48\x28\x84\x01\x2e\xc2\xe8\xfe\ \xdb\xef\x3c\x31\xb7\x57\x83\xd2\x5c\x3a\xbf\x39\x7f\xfd\x43\x0f\ \x3d\x72\x72\xd7\xd4\x92\xaa\xa5\x32\xa9\x84\xa1\x47\x91\x1f\x21\ \x2c\x00\x0d\xfc\x40\x25\x8a\xa2\x28\xbb\xc6\x47\x07\xb2\x19\x4a\ \x23\x59\x82\xae\xd3\x67\x2c\x42\x50\xc4\x71\xa0\x69\xb2\x61\x68\ \x41\x80\x64\x4d\xf2\x7d\x2f\x9d\xc9\x00\x21\x7a\x8e\x0b\x00\xc2\ \x98\x00\x08\x01\x80\x10\x01\x88\x40\x18\xf9\x71\xe4\x01\x55\x13\ \x02\x06\x51\x84\x30\x11\x2c\xa4\x08\x4a\x88\xf9\x5c\x78\x01\x05\ \x44\xe6\x00\x50\xce\x09\x16\x18\x71\x08\x62\x24\xb8\xa2\xaa\x18\ \xa3\x38\xf2\x02\x0a\x30\x21\x8a\x2c\x6b\x32\x32\x34\x25\x90\x25\ \x1a\xc7\x98\x60\x24\xb0\x24\x29\xe0\x46\x9b\x5e\x20\x04\x21\x20\ \xdd\x08\xeb\xa9\xe1\xa9\xc9\x01\xe6\x54\x42\xbf\x2c\x43\xe7\xd8\ \x6d\x27\xe2\x50\x5c\x7b\xfb\x4d\x2b\xb1\xa6\xe4\x72\xbb\x67\x26\ \x1f\x7d\xf8\x01\xa1\x26\x2f\x2f\xad\x3f\xf5\xfc\xcb\x00\x50\x8c\ \x64\x8c\x91\xaa\xe8\x09\x23\x18\xcc\x68\x83\x59\xbc\xb4\x50\x51\ \x09\x8e\x19\x16\x40\x02\x10\x0b\x48\x25\x02\x65\x09\x2a\x92\x24\ \xc9\x72\x14\x85\x9c\x0b\xcf\xf3\x24\x49\x72\x6c\x3b\x93\xc9\x6c\ \x6c\xf4\xd6\xd6\xd6\x6e\xb9\xe5\x68\x22\x99\x0d\x63\xa6\x49\x0a\ \xa6\x0c\x06\xbe\x81\x71\xd6\x30\x89\x40\x08\x61\xdd\xd2\xd7\x37\ \x4a\x57\x57\xd6\x23\x48\x1c\x4a\x0d\x23\xc9\x10\x80\x92\x48\xea\ \x9a\xef\x45\x43\x83\x56\xbd\x11\xf6\x7c\x0e\x11\x86\x40\x40\x84\ \x09\x91\x64\x59\x97\x24\x22\xcb\x32\x00\x82\x31\xe6\x7a\x21\x44\ \xb8\x6f\xdb\x9e\xe7\x85\x61\x24\xb8\xf0\x3c\x2f\x8e\xe3\xf2\x76\ \xd9\xd6\x55\x16\xc7\xd9\xb4\x87\x48\xdf\xf3\xdb\x92\x44\x59\x84\ \x54\x25\x65\x68\x03\x8a\x9a\x6e\xb4\xba\x0c\xf0\x00\xc6\x35\xaf\ \xdb\xeb\x77\xba\x51\xd0\x0d\x5c\xa0\xc8\x31\x67\x0a\x44\x50\x00\ \x04\x80\x8c\xf1\xbb\x28\x53\x0f\x18\x17\x7a\x6a\x70\x20\x57\x00\ \x99\xe4\xa8\xca\x17\x2b\x4d\x9e\x41\xff\x39\x31\xc2\x19\x00\x80\ \x10\xc2\xed\xae\xe3\x03\xa0\x01\x2e\x00\x10\x9c\x31\x00\x18\x05\ \x00\x42\xac\x0c\x4f\x0e\x2e\x9f\x3d\xdf\xf9\xc8\x89\x34\xa7\x94\ \x0b\xd6\xaf\x7e\xed\xcb\xa7\x0e\xff\xc4\xef\xfd\xc0\xad\xf4\x57\ \xfe\xf1\xcf\xf9\x6e\x3c\xfb\x9e\x87\xa4\x5f\xfa\xfc\xa7\x3e\x8b\ \x26\x4f\x7c\x5f\xe6\x26\xec\xdc\xc4\xd1\x1b\x5d\x56\xa0\xef\x86\ \x8c\x91\xe1\xd1\xd1\x8f\x7e\xe7\x77\xde\x77\xdf\xbd\x85\xc1\xe1\ \xe6\xc6\x7a\x69\x63\xdd\x6f\x97\x0d\x12\x40\x1e\x1a\xc5\x41\x63\ \x60\x74\x68\x72\x9f\x2c\x53\x20\x80\x10\x02\x02\xc0\x04\x13\x80\ \x08\x08\x21\x86\x91\xeb\xab\xaa\xec\xd9\x8d\x46\xad\x14\xfa\x41\ \xbd\xdb\x79\xec\xc3\x1f\x4a\xa7\x92\xdf\x7c\xe1\xc5\xd9\xe9\xd9\ \xb7\x2e\x2e\x86\x61\x8c\x08\x12\x08\x30\xce\x00\xe0\x08\x13\x00\ \x05\xa5\x51\x18\x06\x6d\xbb\x4f\x74\x5d\xd7\xb5\x47\x1f\xf9\xf0\ \xfb\x1e\x7c\x30\x8a\x5c\xd7\xee\x3a\x5e\xc7\x34\x8c\xe1\xc2\x10\ \x8d\x51\xfd\xb5\xb3\xeb\xa5\xf2\xa1\x3d\x93\x73\xbb\xe7\x76\xcd\ \xec\xda\xaa\x36\xb4\x64\xb2\xde\xe9\xa7\xb3\x19\x84\x85\xdf\xeb\ \x52\xea\xc5\x34\x82\x9c\x47\x9e\x07\x15\x4d\x25\x84\x00\xe4\x78\ \xbe\x1f\x87\x11\xa7\x02\x00\x24\x61\x55\x56\x52\x56\x4a\x22\x52\ \x18\x85\x5c\xf0\x03\x7b\xf6\x95\xb7\x37\x43\x35\x9c\xd9\x3d\x67\ \x6a\x04\xd3\xb6\x25\x99\xb1\xdf\x0d\x22\x4f\x40\x83\x43\xe0\xf8\ \xae\x00\x91\x22\x4b\xae\x6b\x13\x2a\x73\x46\xb7\x37\x37\x0f\x1e\ \x3a\xbc\x7b\x6a\x57\xdf\xb6\x9b\xb5\x46\xc7\x73\x5f\x3d\x7d\x26\ \x92\x24\x44\xc8\x0d\x14\xeb\xee\x7c\x22\x8e\xa8\x80\x71\xb5\x51\ \x5f\x5e\x5c\x01\x21\xd1\x10\xd0\xd5\xf0\xf0\x6d\xb7\x0c\x0c\x8d\ \xb8\x31\x72\x7a\x0d\xaf\xdb\xb6\x70\x2c\x92\x52\xec\xea\xbd\x9e\ \x5b\xad\x34\xb4\x4c\x86\x29\x2a\x86\x22\xf6\x43\x39\x05\x3d\xaf\ \x9d\xcf\x1a\xa6\x06\x79\x18\xa8\xb2\x12\x31\x88\x90\xc0\x3b\x4e\ \x0e\x26\x48\x96\x29\x04\x10\x23\x5d\xd2\x0a\xa9\xb4\x4c\x69\x77\ \xb3\x64\x04\xb4\x48\x14\x77\x75\x13\xe6\xf3\x27\x0f\x1e\xa2\x80\ \x89\x20\xd4\x54\x09\x72\xc6\x68\xc4\x29\x47\x48\x12\x61\x98\x4b\ \x24\x52\xa9\x44\xa5\x5a\x69\xb6\xea\x10\x0a\x8c\x11\xe3\x54\x55\ \x55\x49\x22\x61\x18\x42\x28\x08\xc6\x84\x10\x84\x50\xe0\x47\x12\ \x91\x22\xca\x28\x63\x00\x00\x22\xcb\xaa\xaa\xca\x12\x01\x3c\x10\ \x9c\xb2\x98\x72\x80\x18\xe7\x44\x92\x04\xe7\x8c\x03\x02\x09\x44\ \x02\x63\x89\x45\x31\x44\x90\x20\x02\x04\x47\x50\x40\x28\x10\x80\ \x90\x53\x88\x84\x4c\x10\x80\x28\x8a\xa2\x18\xb0\xd0\x93\x93\xf9\ \x82\xaa\x48\x4e\x1c\x09\xce\x01\x44\x10\xa2\x1b\x2f\x76\x11\x42\ \x20\x29\x02\xca\xdc\xfe\xc3\x1f\x78\xec\x41\xe6\x96\x09\xe8\x94\ \x2f\xbf\xb6\xb6\xb2\xe4\xf4\x43\x4b\x4d\x6b\x5c\x4a\x65\xb2\xe3\ \x73\xd3\xfb\x8f\x1e\x61\xc4\xcc\xbe\xf2\xf6\x6b\xaf\xbd\x0e\x04\ \x92\x55\x03\x02\x4a\x00\x7a\xef\x3d\x27\x7f\xf4\x87\xee\x11\x30\ \xf9\xc6\x9b\x17\x90\x60\x82\x01\x01\x11\xe2\x50\x30\x0e\x88\x40\ \x08\x02\x08\x3c\xcf\x07\x02\x59\x66\x52\xd3\x35\xdf\xf7\x7a\xbd\ \x9e\x2c\xc9\x51\x18\xf5\xfb\xbd\x98\x52\x1a\x53\x02\x71\xe0\xf9\ \xf5\x52\x09\xc7\x71\xce\xb2\x8e\x1e\x3c\x5c\xaf\xd5\x46\x46\x47\ \x21\x94\x63\x24\x55\x7a\x2e\xd4\xad\xbe\xd3\xd7\x92\xd8\x0e\x5c\ \x49\x55\x62\xea\xe9\x2a\xdc\x58\xbf\x06\xb1\x0c\xa0\x85\x20\xe4\ \x9c\x47\x71\x24\x84\x90\x15\x65\x07\x4e\xc2\x30\x84\x00\x68\x8a\ \xd4\x6c\xb6\x27\xa7\x67\xf7\xed\xdd\x5f\xae\x56\xa3\x30\x04\x9c\ \x53\x1a\x73\x41\x25\x45\x82\x88\x77\x7b\x75\xd7\x2d\x25\x92\x8c\ \x33\xa6\xca\x09\x4e\x89\x69\x66\x10\x56\x42\xca\xea\xad\xa6\xa9\ \x0a\x8e\x95\xb6\xdd\x6a\x46\xae\xcd\x42\x1f\x44\x1c\x42\x26\x00\ \xe5\x02\x02\x88\xdf\xcd\x69\x2f\x00\xe8\x2a\xba\xf4\xdc\xa7\x7e\ \xa9\xf3\x82\x5d\xdb\x6e\x2b\x33\x3f\xfe\xc1\x13\xe0\xf2\xcb\x7e\ \x64\x00\x20\xe2\x30\xa4\x5c\x00\x00\x8c\xa1\xfd\x27\x87\x3f\xfb\ \xff\xfd\xb9\x9f\x9c\x3d\xfa\xbe\xef\x3c\x41\x78\xbc\xb3\x59\x44\ \x61\xe0\xc6\x68\xdf\x03\x3f\x7c\xe2\xd4\xaf\xfc\xdc\xcf\xae\xe4\ \x70\xb7\x0e\x0b\xc9\x6c\xfe\xee\xbb\x26\xff\xe4\x33\xff\xba\xfe\ \xa2\x74\xa1\x1c\xee\x53\x20\xcc\x9d\x78\x60\xf6\xb3\xbf\xf0\xf9\ \xee\xaf\xfd\x7f\xf6\xdf\x44\x9d\x9b\x38\x7a\xc3\x75\x46\x42\x4b\ \x2a\x6a\x88\x4f\xdc\x7b\x47\xb6\x30\x48\x10\x16\x34\xf2\xed\x36\ \x11\xfe\xae\xc9\x01\x43\xc3\x8a\x26\xc1\xc0\x96\xe2\xa6\xd6\x5f\ \xa4\xde\x5a\x88\xa5\xa0\xef\x41\x39\x11\x00\x2b\x3f\xb4\x47\x60\ \x09\x0a\x2e\x23\xbe\xb1\xb8\xd1\xe8\x9c\xab\x94\x57\x79\x30\xd6\ \xe9\xa3\xf1\xfd\xb9\xdd\x77\x9e\xfc\xdc\x37\xbe\xca\xae\xaf\xb5\ \xbb\x3d\x06\x29\x21\x5a\x4c\x63\x4e\x23\x49\x96\x31\x02\x08\x42\ \x84\x89\x99\xc9\xf7\xfc\x18\x12\xa3\x63\x7b\x44\x51\x12\xa9\x74\ \x3a\x35\xb6\xb9\xb1\x66\x45\x09\x82\xb9\xe7\xf6\x39\xf3\x3b\xf5\ \x05\x16\xd8\xc3\xc5\x43\xbb\x77\x3d\xea\x3a\xbe\x79\xfe\x7c\x14\ \x78\xd4\xe9\x6a\x9a\x96\xd1\x74\x97\x51\x11\x2b\x11\x65\x2c\x62\ \x95\x56\x47\x4f\xa6\xcd\x6c\x26\x8c\xa9\xeb\xb8\xaa\xa2\x6b\xaa\ \x82\x0c\x86\x65\xa2\x42\x35\x69\xa5\xdc\x38\xea\xf5\xdb\x5a\xbf\ \x3f\x55\x18\x6c\x12\x53\x19\x4a\xf3\x99\x93\xaf\x55\x32\xec\xfa\ \xf9\x82\x86\x37\xb7\xbc\x46\x97\x59\xb9\xa4\xd3\x0f\x62\x14\x52\ \x1c\x48\x48\x48\x5c\x8a\xdc\x28\x0c\x68\xdb\x75\x68\xec\x0f\x0d\ \x17\xa5\x1a\xb2\x64\xf5\xd2\x85\x79\xcf\x0e\x11\xd2\x29\x17\x37\ \xd2\xf5\x22\x04\x26\xe4\x03\x7f\xf7\xa7\xb0\x0a\x29\xf5\xc2\xd0\ \x93\x85\x88\x02\xfb\xda\x5b\x2f\x6f\xac\x5c\xdb\x6c\xac\x89\x18\ \x0e\xad\x54\x86\x0a\x03\xe9\xfd\x43\xbb\x0e\xcc\xb6\xed\x43\xde\ \x66\xf4\x47\x7f\xf8\xc7\xd7\x5b\x2b\x89\xd1\xec\xf4\xcc\xf8\x50\ \x25\x68\xf7\xda\x1f\x7b\xec\xd6\xf7\x3f\xbc\x77\xf5\xfa\xea\xc5\ \x53\x51\x2f\x4a\x30\x48\x22\xd0\x13\x90\x42\x61\xc1\x58\x55\x65\ \x25\xf4\x22\x0f\x13\x4e\x98\xc7\xc3\x6a\xb7\xd6\xed\xf6\x27\xc6\ \x07\x65\x05\xe5\xf3\x39\xc1\x22\x0e\x25\x45\x56\x38\x63\x2c\x64\ \x99\x44\x86\x71\xe6\x83\x00\x08\x01\x30\xc0\x10\x47\x41\x78\xe1\ \xed\xf3\xbd\xb6\x4d\xb0\x12\x23\xc8\x01\xa0\x14\xba\x4e\x68\x68\ \xea\xce\x37\xc6\x88\x04\x7e\x08\x21\x62\x8c\x23\x88\x80\x80\x02\ \x0a\xc1\x81\x60\x80\x01\x96\xd6\x12\x66\x51\x5b\x2f\x6d\x21\x49\ \x61\x34\xe0\x3c\x94\xb0\x04\x20\x74\x7d\x1f\x01\x11\x46\x11\x12\ \x10\x70\x84\x00\x60\x9c\x21\x20\x33\xce\x39\x03\x98\x10\xc8\x30\ \x21\xc4\xd2\xd5\x90\x44\x42\x08\x59\x56\x11\x26\x10\x12\x00\xb1\ \xe7\x85\x10\xc1\x6c\x2e\x37\x30\x30\xc0\x19\xbb\x31\xcf\x91\x44\ \x81\x12\xf6\x2f\x9d\x7a\x69\x18\x37\xd5\xb8\x55\x4c\xcb\xc9\x9c\ \x3e\x39\x30\x08\x8a\x52\xab\x6b\xf7\x3a\x35\x7c\x09\xcc\xdc\x67\ \xb9\x6e\x63\x65\x69\x7b\x97\x35\x74\x78\x2c\xf3\xf6\xb2\xc3\x50\ \x1e\xa1\xad\x44\x28\x4f\x67\xb2\x32\x76\xd7\xd6\x2b\x40\xf8\x5c\ \x44\x8a\xae\x06\x21\x0e\x42\x0a\x00\x12\x9c\xc7\x31\x65\x9c\x06\ \x91\x2d\xc9\x1a\x03\x54\x57\xe4\x6e\xbb\x79\xf2\xd6\x5b\xfb\xbd\ \xd6\x85\x33\xa7\x2c\xc5\x00\x21\x0b\x3c\xcf\x34\x8c\x7e\xa7\x3b\ \x54\x1c\x28\xe4\xb3\x86\x49\x4e\xde\x72\x80\x0b\xda\xef\x95\x53\ \xc9\x8c\xdb\x6d\x10\xc1\xc3\x20\x46\x92\xea\x45\x2c\x95\x4a\xf9\ \x51\x10\xfa\xbe\x9a\xd0\xf3\xc5\x49\x2f\x0c\xbd\x46\x1f\x10\x06\ \x01\x80\x10\x22\xc1\x38\x8d\x38\x92\x2c\xd3\x00\x80\x3b\x7d\x07\ \x32\x66\xf7\x9c\xc8\xf7\x4c\x4d\x02\xd4\xed\xf7\x5a\x99\xac\xd9\ \x6c\xc5\x58\x05\x6a\x42\xe3\x48\x00\xc1\x35\x23\xa1\x6a\x78\x75\ \x65\x39\xa6\x4a\xb7\xdf\x1b\x46\x91\x6e\x22\x9f\x33\x99\x90\x56\ \xcf\xed\xd0\xfe\x56\x65\x93\x73\xce\x11\x35\xa2\x98\x41\x20\x49\ \x80\x41\x81\x90\x8c\xb0\xf4\x6e\x2e\x82\xc7\xbe\xf7\x67\x7e\xe5\ \xbe\x8a\x1f\x71\xa2\x26\xc6\xa6\xa6\xd3\x1a\x0a\xf4\x1f\xf8\xc5\ \xfd\x92\x4c\x92\x3f\xf4\x8b\xff\x4a\xcb\x27\x01\x00\x40\x2f\xfe\ \xc0\x2f\xfc\xbb\xdb\x97\x37\x85\x39\x34\x34\x6c\xfd\xfc\xbf\x3a\ \x90\x37\x01\x40\x83\x3f\xf6\xcf\x7f\x5e\xcb\x63\xa0\x4d\xfd\xf8\ \xbf\xfe\x77\x4b\x8b\x2b\x76\x84\x7f\xb8\x38\x3c\x9a\xd4\xf6\xfe\ \xe8\x3f\x1b\xbd\xb6\xdc\xf6\xf8\x07\x3e\x9e\x9f\x98\x50\x01\x00\ \x03\x03\x13\x27\x1f\x18\xda\x91\xc2\xbf\x69\x37\x71\xf4\x86\x32\ \x10\x61\x34\x33\xbb\xeb\xe4\xed\x47\x4d\xb3\x10\x0b\x00\x00\x47\ \x22\x54\x25\x6a\x77\xab\xdb\x2b\x95\x4c\x26\x65\x9a\x66\x6b\xe3\ \x7a\x68\x37\x31\xe6\x5e\xd8\xd7\x13\x16\x50\x8c\x5d\x07\x6e\x1f\ \xdd\x7f\x07\xa6\x1e\x24\x1a\xe0\xac\xb2\x7e\x7d\xf9\xca\x9a\x0f\ \xe7\x6d\xbb\xe1\xf7\x8d\x80\xea\xab\x5b\x0d\x01\xed\xf5\xd2\x92\ \x35\xa6\x41\x24\x82\x38\xc4\x04\x73\xce\x20\xe4\x08\x8a\x9d\xf6\ \x00\x08\x25\xc3\x4c\x68\xa6\xd3\xe8\xdb\x99\x4c\xfe\xda\xc2\xe2\ \x33\xea\x73\xfb\xf6\xee\x4e\x26\x0c\x45\x52\x21\x8c\x13\xa6\x11\ \x05\xfd\x7d\x7b\x26\x01\x04\x49\x4b\x26\x84\xf8\x08\x26\x13\x89\ \xed\xad\xed\xc8\xb1\x89\xe0\xaa\xaa\x48\x09\x33\x0a\x85\xeb\xf6\ \x05\xe1\xb5\x66\x63\xcf\xfe\x7d\xf7\x3d\xf8\xc0\xb3\xcf\xbf\x00\ \x15\x15\x62\x05\x20\x55\x22\x1c\x4b\x50\x47\x6a\xe8\x85\x3d\xaf\ \xef\xc5\x81\xe3\x61\xbb\xef\x0a\xac\x0f\xec\x3e\xa0\xef\xbd\xed\ \xed\xae\x33\xa1\x90\xd6\xfa\x85\xd7\xce\x2c\x00\x25\x21\xb0\x12\ \x07\x3d\xc4\x23\x88\x19\x10\x00\x0b\x0c\x00\x0c\xe3\xc8\x0b\x43\ \x2a\x58\x2a\x9f\x69\x37\x9b\xa5\x8d\xd2\xda\xca\xba\xdd\x0b\xc2\ \x58\x40\x08\x6f\x2c\xc6\xc8\x39\x7f\xfd\xd5\x97\x20\x88\x13\x96\ \xaa\x6b\x18\x83\x48\x41\x7c\x6a\x6a\x44\xe6\x01\x61\xb4\xb2\xb1\ \xc6\x9c\x7a\x83\x76\x13\x27\x52\xa1\x57\x5a\x7d\x7b\xcb\x22\x43\ \xaa\x15\xad\x5f\x5b\x1b\x2f\x24\xc6\x26\xa7\x1c\x51\xb1\xed\x4e\ \x2e\x67\x30\x5a\xeb\x77\xd7\x91\xe0\x90\x2b\x80\xc0\x58\x44\x02\ \x84\x92\x30\x05\xc7\x71\x48\x85\xa0\x54\x17\x3e\x88\x3c\x1a\x2a\ \x96\x36\x9e\xcf\xb0\x98\xee\xda\x35\x15\x47\x54\x22\x04\x13\x02\ \x21\x04\x10\xca\x44\x01\x1c\xd1\x30\xb2\xfb\xb6\xef\xfb\x89\x44\ \x22\x9f\xcf\x47\x51\xdc\x6a\xb6\x20\x80\x8c\x71\x21\x90\x6e\x26\ \x30\x44\x80\x31\x4e\x85\x00\x1c\x70\xce\x39\x1f\x1a\x1a\x86\x10\ \x2e\xaf\xac\xca\xb2\xc2\x99\xe0\x50\x40\x00\x21\x44\x12\xc2\xa6\ \x2a\x23\x03\x96\x4a\xdb\x7e\xe0\x1b\x86\x16\x06\x1e\xd6\x54\x23\ \x95\xd1\x72\xe9\x76\xa3\xc9\x39\x50\x25\x99\x73\x2e\x84\x00\x02\ \x03\x88\x14\x99\x20\x84\x08\x21\x8c\x31\xc8\xa1\x8a\x89\xa1\x4b\ \x18\x13\x5d\x37\xe3\x98\x71\x01\x62\xca\x14\x45\x61\x8c\x41\x00\ \xac\x44\x82\xdf\x30\x27\x15\x40\x91\xf0\xa5\xcb\xe7\xfd\xc6\xf5\ \xac\x12\xec\x1d\xcf\x0b\xee\x6b\x86\x22\xe9\x7a\xa6\x50\xcc\x17\ \xf3\xe3\xb9\x69\xcf\xae\x77\xe5\xa8\x30\x36\x66\xc4\xf9\x0f\x3e\ \xfc\xfe\xca\x57\x5f\x59\x6c\x45\xb2\x02\xa2\x48\xbe\x72\x75\xe5\ \xe1\x8f\xef\x96\x25\x55\x92\x65\xc6\x9d\xc8\x77\x01\x34\x39\xa7\ \x08\x01\x00\x90\x10\x82\x52\xa6\xe9\x5a\x14\x47\x7e\x10\x24\x93\ \xd6\xc6\xfa\xda\xfb\x1f\x7a\x70\x66\x7a\x2a\x93\x4c\xb2\x28\x7a\ \xa7\x7a\xd6\xee\xd3\x38\x9e\x9d\x9d\x05\x80\x45\xb1\xdf\xeb\xb7\ \x11\x82\x08\x59\xed\x76\xf8\xca\x0b\xcf\x22\x46\x65\x89\x44\x51\ \x2c\xcb\x2a\xc6\x08\x03\x28\x63\x12\x05\x2c\x32\x60\x18\x0a\x59\ \x96\x38\xe7\x8c\x51\x84\x30\x17\x08\x42\x20\x11\x32\x36\x36\x76\ \xed\xda\x35\x4a\x63\x95\x48\x2c\xa6\x1b\x1b\xeb\x6f\xbe\xfe\x9a\ \x6a\x28\x96\xa5\xe5\x06\x32\x7d\x3b\x7f\xe6\x5c\xe4\x87\x81\x69\ \xea\xa1\x17\xc5\x61\xe8\x47\x7c\xbb\xd2\xb1\xac\x6c\x22\x99\x71\ \x5c\x3b\x8e\x03\x42\x48\xab\xd1\x1c\x1e\x2e\x16\x47\xc7\xb7\x2b\ \xd5\x66\xbd\x1a\xc4\x21\x16\x1c\x70\x01\x09\x17\x08\x45\x9c\x4b\ \x92\x0a\xe1\xbb\x87\x37\x6a\x7a\x70\x6f\x7a\xf0\xbf\xd8\x92\x18\ \x1c\x4b\x00\x00\xc0\xe0\xd8\xf8\xb7\x36\xca\x66\x61\xff\x91\xc2\ \xce\xcf\xa3\xe3\xd6\xce\xb6\xa1\xb1\x77\x8a\x86\xa0\x9c\x9c\x3b\ \x70\xf4\x3f\x1f\x02\x19\xd3\xfb\x0e\x4f\x03\x00\x00\xe8\x2e\xbd\ \xf9\x9f\x3e\xf7\xa5\x45\x2f\xfd\xbd\x3f\xf9\xb0\x7a\x13\x73\x6e\ \xe2\xe8\xff\x44\x7e\x54\xc8\x44\x4e\x98\x49\x21\x62\x09\x42\x4e\ \x03\x40\x58\x3a\x6b\xec\x9a\x1a\x29\x13\xa6\x9b\x09\xc6\x60\xb9\ \x4f\x3d\x17\xc8\x22\x0a\x1c\xef\xd6\x99\xbd\xb3\x87\x0e\xc7\x58\ \x0b\x1a\x9b\xbd\x46\x67\x68\xff\x6d\x8d\x4a\xb5\x56\xd9\x36\x75\ \x4a\xbd\x38\x70\x6d\x49\x8a\xab\xcd\x7a\x64\x0f\xb8\x6e\x3d\xad\ \x83\xa4\x19\xaf\x97\x6d\x89\xc8\x3b\x31\x64\x59\x56\x24\x49\xc2\ \x18\x13\x42\x28\x8d\x83\x20\xd0\x35\x4d\x74\x7b\xa1\xef\x35\xeb\ \x35\x88\x04\xc1\x10\x23\x48\x30\x09\x7c\x4f\x92\x70\x22\x91\xba\ \xfd\xf6\x3b\x28\x67\xae\x13\xa8\xaa\x11\x47\xbc\xdb\xed\x86\x51\ \x14\x53\xea\x38\x2e\xe3\x0c\x63\x28\xcb\x3a\xc1\x49\x46\x43\xc0\ \x19\x02\x60\xd7\xf4\xae\xc7\x9f\x7c\x0a\x02\x20\x49\x84\x48\xc4\ \x17\x71\x14\x52\x97\x3a\x51\x10\x75\xbd\x8e\x62\x28\x84\xa0\xb6\ \xe3\x86\x92\x56\x69\xf6\x7b\x17\x17\x7b\xed\xee\x83\xc5\xa4\x41\ \x45\x25\x08\x94\x54\xde\x0f\x3c\x11\x86\x30\x88\x55\x0c\x35\x4e\ \x30\x47\x00\xc3\x98\x71\xc1\x79\x4c\x59\x2a\x93\x49\xa4\x52\xaf\ \x5f\x39\xb3\xbc\xbe\xee\x51\xde\x68\xf7\xc2\x30\xbe\x81\x81\x8c\ \x10\x42\xca\xe8\xe9\x17\xbe\x2a\x63\xde\x6d\x77\x64\x19\x60\x10\ \x58\x2a\xde\x35\x3a\x4c\xdd\xbe\x86\x78\xde\x34\xe5\x5c\xc1\x57\ \xf5\x6a\xb9\x44\x2b\x95\x62\x21\x1b\xda\x9b\xbb\xe6\xc8\x5b\x25\ \x99\xc5\x7a\x24\x08\xd4\x69\x0c\xe8\xc5\x4b\xcb\xc7\x4f\xdc\x1d\ \x45\xaa\xe7\x52\x00\x01\x84\x40\x70\xc0\x21\x04\x50\x20\x24\x84\ \x60\x9c\x73\x46\x19\x46\xa0\x51\x6f\x34\x1a\xed\x89\xf1\xb1\xae\ \xdd\x35\x35\xd3\x30\x0d\x8c\x91\x44\x30\xf8\x8b\xc9\xc7\xbe\xef\ \x31\xc6\x0c\xc3\xe0\x9c\xfb\xbe\xd7\xe9\x74\xab\x95\x7a\xb9\x5c\ \x66\x8c\x52\xca\x20\x44\x9c\xf3\x3d\x7b\x76\xdb\xdd\x6e\xb3\x5e\ \xe7\x9c\x13\x89\xa8\xb2\x54\xa9\x54\x20\x84\x8a\xa2\x88\x9d\xb4\ \x28\x00\x10\x42\x00\x44\x4c\x29\x51\xcc\xdb\x4e\xde\xa2\x27\xac\ \xd7\xde\x7a\x53\x00\x81\x20\x04\x00\xaa\x9a\x36\x50\x28\xf8\x9e\ \x07\x20\x88\xa3\x58\x00\x81\x10\x42\x08\x61\x8c\x25\x49\x52\x55\ \x95\x31\x46\x29\x15\x42\x70\xce\x65\x59\x96\x24\x22\x84\xf0\x3c\ \xcf\x75\x5d\x5d\xd3\x76\xfe\x94\x48\x24\xf0\x8d\x4f\xc1\x14\x31\ \x92\x84\x91\x1d\xdf\x7b\xf0\xe4\xe1\x5d\x19\xd9\x1b\xcf\xeb\x8f\ \x7f\xe9\x73\x43\x43\x85\x7d\xd3\x73\x85\xa1\x91\x18\xc9\x4d\x5d\ \xd5\x87\x0b\xdc\x6f\x0f\x65\xa6\x9d\x55\xea\xf6\x70\x3a\x65\x24\ \x44\xb9\xe3\x72\xa8\xc2\xb7\x16\x56\xbe\xf8\x85\x97\xb1\x94\x2c\ \x95\xda\x8e\xeb\x99\xa9\x9c\x17\x04\x00\x02\x88\x00\x84\x90\x60\ \x09\x11\x25\x0c\x43\xc3\x30\x00\x00\x98\xa0\xd5\xd5\xeb\x5c\xf0\ \x7c\x3e\x37\x3a\x3a\xa2\x2a\xb2\xac\x48\x14\x28\x81\xef\x73\xc1\ \x2d\xcb\xf4\x7d\x8f\xd2\x28\x99\x4c\xb9\xae\x13\x04\x81\x24\xc9\ \xad\x56\xcb\xf7\xfd\x38\x8e\x65\x59\x4a\x24\x12\x10\xc2\x9d\xf7\ \x25\x8e\xe3\x30\x0c\x77\x92\xa0\x84\x10\x8c\xdf\xd1\x53\x8f\xa2\ \x88\x10\xb2\x7f\xff\x7e\xdd\x30\x5e\x7c\xe1\x9b\x8a\xa2\xa8\x8a\ \xea\xb9\xfe\xd2\xd2\xca\xc4\xd4\x28\x91\x89\xa6\x1b\x85\x42\x31\ \x99\xc8\x78\x7e\xd4\xe9\x3a\x84\xd1\x6a\xad\xa6\xeb\x52\x26\x9b\ \xaf\x56\x3a\x03\x85\x8c\x65\xa6\x05\x87\x4e\xdf\x6e\xd4\xea\xf9\ \x54\xca\x94\x55\xc8\x44\xbb\xdd\x09\x81\xc0\xb2\x24\x00\xa0\x10\ \x43\x40\x62\x3f\xca\x58\x19\x84\xff\xf7\xe1\x6d\xda\xc0\xd4\x7d\ \x1f\xfa\xee\x0f\x8d\xcd\x8d\x65\xf5\x9b\x90\xf3\xb7\xc8\x20\xc2\ \x8a\x22\xff\x57\xf4\x85\xd3\x38\x8c\xe3\xff\x8a\xd5\xbc\x4b\x38\ \x2a\x2b\xf2\xea\xf2\x4a\xd4\xef\x15\x47\x87\x29\xa0\x9a\x02\x42\ \xbb\xae\xe8\x60\x72\xef\xf4\xe4\xe1\x03\x00\x6a\x00\xab\xc7\x1f\ \xf9\x30\xf3\xfa\x9d\x56\x99\xd6\x37\x3a\x6b\x0b\xd5\x2b\x57\x6b\ \xcd\x66\x7e\x64\x2a\x37\xb9\x27\x6e\x2e\x24\x13\x09\x73\xcf\xe4\ \x8b\xcf\x3d\xe1\x07\x3d\x4d\x4a\x04\x2c\xd4\x4c\x3c\x31\x3c\xda\ \x6d\x57\x7f\xeb\xb7\x7e\xe6\xd9\x2f\x9f\x3d\x77\xad\x4e\x88\xce\ \x39\x67\x7f\xd1\xf3\x87\x31\xc6\x18\x23\x84\x38\xe7\x89\x84\x85\ \xab\x35\xd7\xb1\x3b\xed\x86\x22\xa1\x91\x91\x62\xaf\xdb\xc6\x18\ \x1b\x86\x4e\x69\x60\x98\x96\xeb\x3b\xaa\x2c\x31\x0a\x64\x59\x56\ \x14\x39\x8e\x22\xdf\xf3\x29\xa5\x51\x14\xc5\x34\x02\x80\x27\x2c\ \x68\xea\x3a\x10\x8c\x10\xb2\xbe\xb1\xb1\x5d\xa9\x04\x41\x30\x30\ \x30\xe0\x7a\x41\x18\x45\x5e\x14\x84\x71\x00\x91\x6a\x68\x0a\x72\ \x62\xcf\xf6\x40\x3a\x55\xef\xf4\x49\x3e\xbb\x6d\xf3\xae\x03\x03\ \x25\xf7\xec\xca\xe6\x68\xb7\x1d\x9b\x49\x21\x29\x71\x3f\x02\x31\ \x25\x94\x11\x21\x4b\x82\x00\x06\x80\x04\x09\x21\x9a\xa1\x51\xc1\ \x23\x4a\x4f\x9d\x3e\x37\xbf\xbc\xec\xf8\x21\x31\x13\x9a\xc9\x11\ \xc6\x37\xd4\x99\x0e\x21\x00\x51\xe0\xc7\x22\xd2\x34\xdd\x75\xed\ \xa4\x49\x46\x47\x46\xea\xf5\xe6\xf6\xca\xd2\x5d\xb7\x1e\x2e\x0c\ \x0e\xd8\xc8\x92\xf3\x43\x83\x13\x85\xc8\xed\x0d\x58\xba\x48\x7a\ \x9b\x25\xac\x06\x5a\xdc\x44\x8e\xce\x88\x8c\xad\x74\xfa\xd9\xe7\ \x2f\x0c\x0c\xca\xd5\xad\x52\xdf\xa1\x14\x50\x86\x10\x47\x10\x42\ \x04\x01\xc0\x08\x62\x8c\x00\x80\x94\xc6\x9a\xa6\xd9\xb6\xb3\xbd\ \x5d\x1e\x1b\x1d\xcd\x66\xb3\x12\x92\x3c\xdf\x0f\x83\xc8\xb2\x4c\ \x59\x56\x64\x59\x46\x08\xb9\xae\x4b\x29\x35\x4d\x13\x63\xec\xfb\ \x3e\x63\xac\x5e\xaf\xb7\xdb\x6d\xce\x38\x42\x48\x08\xd8\xe9\x74\ \x8a\xc5\xa2\x8c\x71\x18\x04\x82\x53\xca\x29\x15\x22\x9d\x4e\xeb\ \xba\xbe\x5d\xad\xda\xb6\xab\xc8\x2a\x84\x00\x21\x08\x00\xa0\x8c\ \x2a\x8a\x3c\xbb\x7b\x6e\x78\x62\xac\xe7\xda\x97\xae\x5c\x91\x15\ \x05\xc5\x71\xab\xdd\x92\x08\x69\x75\x3a\x08\x63\x09\x62\xc6\xd9\ \x8e\x57\xb1\xf3\x78\x08\x21\xe2\x38\xde\xc1\xf5\x1d\xc8\xa4\x94\ \x72\xce\xc3\x30\x04\x00\x30\xc6\x00\x00\x08\x21\x08\x91\x24\x49\ \xe0\x86\xf8\x28\xa3\x2c\x3f\x3c\xba\xe7\xd8\xad\x5a\x36\x71\xe4\ \xf6\xbb\xc7\xd2\xe8\xad\x97\x1e\x9f\x9c\xdb\xbb\x7b\x6e\xca\xf5\ \xdc\x56\xab\x39\x38\xb5\x4f\x0c\xec\x76\x60\x33\x99\xd6\x85\x5f\ \x15\x5d\x61\xd9\xd6\x81\xf4\x64\xd7\xd9\xb6\x03\x4e\x0c\xea\xf7\ \xd9\xe9\xb7\x36\xa6\x67\xf7\x3a\xae\x48\xa7\xb3\x1d\xa7\x07\xb1\ \x86\x88\x84\x10\x86\x00\x61\x2c\xed\x74\x8e\x02\x00\x6c\xdb\x1e\ \x19\x2a\xee\xdb\xb3\xdb\x75\xed\xf5\x8d\xb5\x89\xc9\x31\xc3\xd2\ \xdb\x9d\x96\x66\x18\xb2\x2c\xcb\xb2\x04\x21\x08\xc3\x40\x95\x54\ \x5d\xd7\x09\x21\x18\x43\xdf\x0b\x65\x49\x7e\x47\x51\x21\x0c\x3d\ \xcf\x33\x4d\x93\x10\x02\x21\x94\x24\x29\x99\x4c\x0a\x01\x5c\x3f\ \xe0\x9c\x73\xce\x09\x21\xaa\xaa\xee\xdc\xaf\xf1\xf1\xf1\x91\xd1\ \x91\x6f\x3e\xff\x82\xe3\x38\x81\xe7\x85\x34\x38\x79\xcb\x89\x7d\ \x7b\xf7\x95\xab\xe5\x28\xa2\x94\x73\x8c\x94\x38\x8a\xc2\x80\x86\ \x51\x1c\x06\x3c\xf0\xfb\xbb\xa6\xa6\x30\xb4\x28\x25\x02\x60\xcf\ \x0d\x30\x21\xba\xaa\x89\x98\x83\x98\xab\x8a\xe2\x06\x3e\xc5\x30\ \xe4\x5c\xd1\x0c\xcf\x0e\x92\x9a\xf1\x7d\xdf\xfd\x3d\xf7\xdc\x79\ \xb7\x44\xa4\x1b\x9b\xa0\xfe\x6d\x68\x4a\x72\x60\xff\x91\x81\x9b\ \xb0\xf4\xb7\xcb\x10\xc6\x5e\xa7\xf4\xda\xe9\x2b\x1e\xc0\x44\x22\ \x88\x33\xca\xb9\xe0\x20\xbb\x6b\xff\xa1\xe9\x61\xcc\xff\x0b\xd5\ \xfa\x77\xad\x7f\x14\x37\xea\xf5\xb5\x2b\x57\xef\x7f\xe8\x7e\xc6\ \xdd\x91\x62\xa2\xb9\x36\x7f\xf9\xcc\xab\xdc\xf7\xad\x54\x41\x35\ \x0a\x48\xcb\x9a\x99\x14\x41\x0c\x86\xfd\xb1\x74\x5a\x73\x06\xda\ \xd5\xad\x42\x32\x81\x78\x14\x79\x2d\x09\xba\x2b\xab\xab\xb6\x0f\ \x14\x89\x07\x7d\x55\xd5\x73\xe5\x66\x90\x1b\x1e\xda\x7f\x64\x37\ \x0f\x62\xc1\xf1\xef\xfc\x5f\xdf\xa0\x14\x51\x11\xed\xbc\x7b\x92\ \x24\xed\x2c\x8e\x10\x42\x42\x48\x14\x45\xba\xaa\x12\x08\x7d\x1a\ \x6c\x6f\x6d\x5c\xb9\x7c\xf1\xe8\x91\x83\xa9\x94\x19\x87\x01\xc6\ \x84\xc6\x40\x33\x74\x2a\x58\xab\xd5\x8c\x23\x6e\xe8\x56\xa5\x52\ \x6d\xb5\x5a\x92\x2c\x11\x42\x3c\xcf\x63\x9c\x09\xc1\x00\xb0\x6d\ \xbb\x47\x10\x94\x31\xf2\x3c\x57\x56\xe4\x20\x08\xda\xeb\x1b\x58\ \x92\x11\x51\x62\x08\x39\x83\x08\x23\x85\x10\x1a\xfa\x81\x08\xc3\ \x30\x88\x98\x14\x32\x2c\x65\x06\xa8\x92\x11\x7a\xc2\xf7\x3c\x9b\ \x6f\xa6\x07\x46\xaa\x8d\x2e\x81\x88\x02\x0e\x80\x10\x08\x33\x4c\ \x44\xcc\x30\x67\x10\x00\x4d\x53\x31\x46\x94\xb3\xeb\x1b\xeb\x6b\ \xeb\x1b\x3e\x05\x56\x32\xe3\x39\x1e\xa5\x37\x22\x08\x20\x84\x40\ \x98\x3c\xf2\xf1\xef\x21\x48\xc8\x8a\xc4\x69\x94\xb4\xf4\xd0\xed\ \x7d\xe9\x4f\x3f\x3b\x79\xe4\x8e\x58\xb3\xea\x81\x9c\x1b\x1b\x19\ \xd8\xb5\x9f\x13\x9c\x95\x53\xd0\x6b\x89\x0e\xd1\xaa\xa9\xd9\x78\ \xb4\x6d\xf3\x6d\xa7\x3e\xb2\x6f\x08\x6c\x45\x11\x85\x0b\x0b\x55\ \x05\x6b\x44\xd1\xe3\x50\xc4\x71\x04\x64\x88\x21\x81\x08\x22\x0c\ \x30\x46\x02\xc0\x20\x08\x2c\x53\x67\x4c\x54\x2b\x55\xc3\x30\x1d\ \xc7\x6e\xb7\x2a\x44\x92\x92\xa6\x25\x04\xe0\x9c\xef\xb8\x35\xa6\ \x69\x0a\x21\x10\x42\x42\x88\x9d\xae\x99\xd1\xd1\xd1\x4c\x3a\x13\ \xb3\x96\xa0\x02\x71\x98\x48\x26\xb6\xb6\xb6\x9c\x5e\x0f\x23\x14\ \x51\x2e\x11\x29\xf0\xdc\x30\x8a\x08\x91\x10\x44\x9a\xa6\x02\x81\ \x20\x86\x18\x13\x8c\x31\xc2\xd8\x76\xfd\x6a\xbd\x31\x32\x3e\xae\ \xeb\x66\x1c\xd3\x7e\xcf\x36\x0c\x2e\x00\x1c\x1c\x44\x94\x0b\x49\ \x92\x31\x00\x61\x18\x32\xc6\x76\xce\x41\x51\x94\x9d\x2b\xb9\x53\ \xbe\xb4\x43\xb3\x84\x10\x18\x63\xce\x39\x42\x28\x8e\xe3\x9d\xe7\ \xa7\xd3\xe9\xb8\xae\x0b\x6f\xa8\x07\x03\x21\xd4\xe9\xf5\x36\xb6\ \xcb\x2a\x0a\x9f\x7c\xf6\xb9\x95\xf3\xaf\x1a\xc0\xbe\xff\x8e\x63\ \x8d\x56\x97\xd1\xa8\x52\xaf\x77\x62\x59\x6a\xa2\xdc\x68\x32\xf6\ \x1a\x1c\xe9\xa4\x0d\x0f\x22\x4b\x93\x91\xc8\x80\xb0\x8a\xed\x28\ \x88\x28\xda\xaa\x44\x73\xfb\x07\x07\x06\x77\x2d\xae\xae\xca\xb2\ \xc2\x00\x93\x08\xc6\x00\x63\x08\x21\x24\x3b\xae\x81\x6d\xdb\x3b\ \xce\xe2\x89\x5b\x4e\x58\x96\x39\x36\x36\x32\x35\x3e\x5a\x2c\x16\ \x11\x44\x82\x33\x84\x80\x2c\x29\x8c\xb3\x54\x2a\x25\x00\x83\x10\ \x2a\x8a\xaa\x69\xea\xd6\xd6\xb5\xed\xed\x72\x1c\xbf\xf3\xdd\x65\ \x59\x66\x8c\x85\x61\xb8\x13\x00\x6f\xb7\x5a\x10\x63\xd3\x34\x77\ \xbc\x8a\x9d\x8d\x3b\x54\x5e\x96\xe5\xbe\xdd\x57\x55\x85\x40\x9c\ \x4e\x26\x35\x43\x1e\x1a\x1d\xb6\x12\x89\x60\x7d\xad\x90\x4a\x1b\ \x86\xb9\x6f\xef\xbe\xab\xf3\x8b\x82\xf1\x38\x62\x12\xd1\x5c\x37\ \xac\xd4\xda\x89\x64\x36\xa9\x65\xa2\x88\x21\x1c\xdb\xed\x3e\xe2\ \x42\x84\x51\xd0\x73\xc6\x47\xc6\xdf\xba\x70\x3e\x0e\x43\x62\x1a\ \x01\x15\x00\x4a\x3f\xf8\x83\x3f\xfa\xd1\x47\x3f\x2a\x21\x02\x41\ \x47\xfc\x6f\x37\x3a\xed\xa6\xfd\x6d\xc2\x51\x08\x63\xaf\x75\xe5\ \xc2\x39\x1b\x93\xfa\xfa\x8a\x67\x14\x77\x0d\x24\x9c\xea\x7a\xef\ \x9a\x3d\xfd\x93\xdf\x99\x46\x94\xf1\x77\x1d\x47\x39\x67\xf9\x7c\ \xa1\xb4\xb8\x54\xde\xda\x02\xc0\xad\xaf\xb5\x6b\xeb\x57\x6a\xab\ \x8b\x09\x5d\x6f\x96\xeb\xd9\xe2\x6c\x3f\x28\x77\x9d\x8e\xa9\x22\ \x13\x86\xfd\x5c\x42\x78\xdd\xc1\x7c\x06\x43\xc5\xe6\x8c\x43\xd8\ \xec\x75\xf4\x94\x01\xd4\x50\xf1\xf2\x71\x1b\x76\x5d\xbd\xe7\xfb\ \x0f\xbf\xe7\x56\x46\x9c\x20\xec\xac\x5e\x5f\x68\x3b\x4a\x44\x65\ \x84\xc1\xce\x1a\x8d\x10\xda\x59\x02\x20\x84\x94\x52\x97\x31\x28\ \x11\x5d\x57\x5a\xed\x06\x8f\x23\x00\xe3\x46\xb3\x92\xcb\xce\x08\ \x02\x81\xe0\x44\x22\xb6\xed\x46\x34\xb2\x2c\x8b\x60\x35\x0c\xe3\ \xa5\xa5\xa5\x66\xab\x45\xb0\x14\xc7\xb1\xe0\x42\x55\x15\x4d\x57\ \x81\x20\x51\x14\x30\x1a\x77\x1d\xcf\x32\x4d\x2e\x38\xe7\x42\x51\ \x14\x22\x2b\x11\x15\x8a\x2c\x2b\x42\x22\x10\xb7\x5a\xcd\x20\xf4\ \xa1\x02\xa3\x38\x84\x50\xe6\x02\xe4\x0b\x83\xe5\x10\xf8\x71\x94\ \x8c\x91\xdb\x0f\x14\xc9\x0b\x5d\xdf\x00\x4a\x18\xf9\x9c\x20\x20\ \x21\x9f\x00\x22\x21\x2c\x18\xc2\x40\x37\x54\x2c\xe1\x44\x2a\x29\ \xab\xd8\xf3\x5d\x3f\x06\xa2\xdb\xd1\x14\x89\xe0\x1b\xd3\xa9\x17\ \x00\x08\x33\x9d\x36\x75\xcd\xb6\x5d\xd7\xa7\xe7\xdf\x3c\xbf\xb5\ \xbe\x56\x18\x99\x1b\x18\x1b\xea\x36\xaa\x9b\x1b\xb5\x42\xc0\x93\ \xad\x7e\x61\x6c\x2f\x35\xa3\x24\x67\xc4\x36\x47\xbc\xa9\x47\xc7\ \xf2\x2f\x95\x5e\x4f\xef\xb6\x92\x7b\xf6\xbc\xf2\xca\xe5\x88\x0b\ \xc6\x8d\x54\xb6\xa8\xea\x51\x3f\xa0\x02\x71\x8c\x09\xc1\x00\x03\ \x04\x01\xc7\x18\x73\x01\xe3\x98\x86\x51\x24\x04\x28\x97\xab\xad\ \x56\x2b\x93\x49\xab\xb2\xc4\x39\x53\x24\x59\xf0\x77\x3c\x9b\x38\ \x8e\x77\xe0\x8a\x31\x86\x10\x52\x55\x95\xc6\x94\x31\x16\xc5\x71\ \x14\x46\x0c\x20\x59\xd1\x12\xa9\x64\x1c\x47\x8c\x31\x09\x63\x59\ \x92\x62\x46\x0d\xc3\x8c\xa3\xc8\x66\xd4\xb2\x4c\x00\x31\xa3\x2c\ \x66\x14\x00\x04\x21\x04\x9c\xf7\x6c\xdb\x76\xdd\x4e\xbb\xed\xb9\ \x5e\x3a\x95\x26\x44\x92\x15\x25\x91\x48\x84\x51\x1c\x33\x16\x33\ \xca\x39\xd8\x71\xa7\xbe\x45\x49\x77\xc2\xb9\x94\x52\x49\x92\x76\ \xc2\xbd\x3b\x5c\x79\x27\xb6\xb9\x03\x2a\x18\x63\xcb\xb2\x3c\xcf\ \xbb\x51\x3d\x23\xae\x6b\xea\xf0\x60\x41\x91\x50\xa7\xdd\xa1\x8c\ \x2e\xaf\xae\x26\x35\x3c\x32\x90\x1d\x1c\xcc\xef\xde\xbd\x8f\xe9\ \xa6\xed\x6d\x6e\xbe\xe1\x0c\xa1\x74\xda\x4a\xc0\xeb\x95\x78\x73\ \x7b\xd0\xb8\xfc\xe8\x61\xd2\x6a\x99\x2f\x2e\x3b\xb6\xaf\xb4\x9c\ \x8e\xf2\xd6\x15\x33\x99\x87\x78\x9b\x32\x86\x09\xc6\x18\x40\xb1\ \x33\x3f\x0f\x61\x04\x19\xe3\xbe\xef\xa7\x52\xa9\x7a\xbd\xda\x6e\ \xb5\x06\x07\xf3\xd3\xd3\x53\x8a\x84\x55\x45\xa5\x9c\x42\x0c\x19\ \xe5\x1c\x30\x01\x38\xc2\x50\x70\x4c\x24\x22\x04\x50\x64\x75\x7a\ \x6a\x66\x70\xb0\xd8\x6e\xdb\x9c\xb3\x9d\xeb\x10\x04\x01\x00\x60\ \xc7\xc9\xe0\x9c\x03\x4a\x35\x2b\xa1\x2a\x0a\x21\x84\x73\x1e\xc7\ \xf1\xce\xbd\xeb\xf7\xfb\xa5\x52\x89\x71\x6e\x9a\x86\x99\xb0\xa2\ \xd8\xb7\x1d\x97\x10\xa2\x2a\x72\xe0\xba\x09\xdd\xc8\x25\x53\xd5\ \xcd\x2d\x45\x92\xc3\xc0\x61\x22\xcc\x64\xf3\x11\x8b\x11\x52\xb8\ \x20\x94\x0a\x84\x30\x67\x3c\xf6\x7d\x02\x05\x62\xd4\x50\x15\x99\ \xe0\x38\xa6\x22\x8c\x5d\x2f\xfa\xd1\x1f\xfc\x7b\x9f\xfc\xe4\xf7\ \x55\xd7\x2a\x32\x24\xd9\xdc\x4d\x10\xbd\x69\x7f\x93\x46\x29\xb5\ \x8a\x07\x7f\xfc\xff\xb8\x45\x55\xc1\x93\xbf\xfb\xab\x6b\xd3\x1f\ \xf9\xb1\x07\xf6\x36\xce\x3f\xf1\x6b\x5f\x5e\x0b\x62\x0e\x14\xf8\ \x97\x0b\x3f\xdf\xb5\xfc\x28\x90\x65\x45\x56\xb4\xcd\xcd\xd2\xf8\ \x48\xe6\xec\xe9\xb7\x17\xde\x7e\x49\xa6\xf6\xc9\x63\x87\x79\xcc\ \xaa\x95\x2d\xa4\x26\x71\xd8\xe7\x61\xb0\xff\xd8\xa1\xeb\x57\x2e\ \x74\x6a\x25\xb1\x77\xf7\xd8\xdc\x5e\x23\x99\xc2\x89\xac\xcb\x70\ \x36\x93\x4a\xa8\xde\xfa\x7c\x93\xb8\xb0\xd5\xed\x1c\xb8\xf5\x68\ \x6e\x28\x5f\x6f\x96\x74\x16\xbd\x79\x7a\xa1\xd2\xc5\x92\x9e\xe6\ \xfc\x1d\xdf\x1c\xbc\x93\x3f\x7b\x87\x19\x08\x21\x7c\xd7\x7b\xff\ \x43\x0f\x1e\x3c\x78\xb0\x56\xab\x0c\x0d\x15\x32\x69\xcb\xb1\x7b\ \x92\x44\x30\x46\xfa\x0e\x7f\x41\x10\x13\x10\x85\xdc\x71\x9c\x52\ \x69\x5b\xd7\x75\xc7\x76\x01\x00\x02\x08\x1a\xc7\x08\xe9\x9c\x01\ \x8c\x31\x17\x5c\xd3\xb4\x54\x2a\xa5\x6a\x5a\xa3\xdd\x09\x62\x16\ \x86\x11\x22\x32\xe7\x4c\x96\x48\xd2\xb4\xb6\xed\x16\x65\x4c\x25\ \x1a\x17\x82\xc6\x41\xec\x3a\xdc\xe9\x71\x59\x03\x5c\x89\xaa\x65\ \x64\xdb\x50\xf5\x65\x01\x10\x80\x42\x20\xac\x29\xb1\x04\x29\x62\ \x2a\x42\x30\x08\x07\xc7\x8a\xb2\xa2\x5c\x5f\xb9\x1e\x3a\x5e\xaf\ \xd7\x89\x22\x57\x51\x2c\x15\x03\x37\x08\x11\xbc\x91\x65\x05\x42\ \x44\x69\xf4\xdb\xbf\xfa\xcb\x94\x7a\x10\xc9\x53\xd3\x33\xd5\x5a\ \xed\xdc\xd9\x4b\x87\xf6\xcd\xda\xed\x66\x26\x6d\x0d\x8d\x8c\x15\ \x07\x74\x4b\x97\xd7\x16\x2e\x3a\x6e\x79\xff\xf0\x50\xa2\x91\x51\ \x5b\x38\xd9\x5d\xfe\xe0\x49\x9d\xdd\x3b\xfb\xf4\xb6\x4b\x11\x53\ \xf4\xd4\xa5\xab\x1b\xde\x38\xd1\xf4\x64\x54\xdf\x46\xb2\x0c\x20\ \x81\x50\x20\x01\x80\x60\x00\xee\xa4\x3f\x41\x14\x44\x18\x81\x66\ \xa3\xd5\x68\x34\xd3\xa9\x64\x14\xc5\x42\xd0\x5e\xa7\x2b\xcb\x4a\ \x3a\x9d\x96\x65\x79\x07\xcf\x76\xee\xc8\xce\x6d\xc2\x08\x17\x0a\ \x85\x4c\x3a\xd5\xed\xdb\x92\xa2\x77\xba\xfd\xbe\x6d\x1b\x8a\xba\ \xc3\x0b\x09\x46\x3c\xe6\x02\x08\xc6\x39\x8d\x01\x13\x50\xd3\x74\ \x49\x92\x24\x45\x26\x44\xe2\x5c\xc4\x71\xc8\x29\x28\x57\xaa\x86\ \x69\xf5\xfb\xb6\x26\xab\x44\x96\x91\x44\x14\x59\xed\xf7\x6d\xcf\ \xf7\x18\x63\x10\xbe\x93\x16\xfd\x56\x90\xbf\xdb\xed\xee\x10\x53\ \xce\xb9\xa2\xbc\x13\x70\xde\x81\x8a\x9d\x1d\x76\xf6\xd4\x34\x15\ \x22\x74\x63\xa4\x08\x42\x14\xd8\xfd\xfa\xf6\x66\x6e\x72\x48\x92\ \x34\xd3\x4a\xeb\xbb\x76\x67\x0b\xc5\x54\x3e\xc3\x10\xd9\xdc\x6a\ \xc5\xbc\xc4\x91\x33\x9b\x3d\x32\xa4\x1f\x0e\x96\xab\x6e\xab\x4a\ \xe4\xa5\xe2\x44\x27\x79\xeb\xcc\xfd\x41\xf2\xa9\xab\x6f\xf6\x7c\ \xa1\x60\x6d\x75\xa3\x82\x15\x14\x84\xb1\x66\x68\x5c\x80\x77\xb2\ \x32\xef\x88\x8c\x70\x20\x00\xe7\x20\x0c\x03\xc0\x63\xca\x62\x8c\ \xa1\xeb\x3a\x82\x11\xc7\xe9\x87\x51\x94\x48\x25\xd2\xe9\x34\xe7\ \x3c\x8e\x39\x21\x84\x51\x01\x04\x54\x64\x4d\xd3\xf4\x66\xb3\x1d\ \x86\x21\xa5\xb1\x10\x62\x27\xd2\xfe\xad\x17\x27\x8e\x63\xc6\x98\ \x24\xc9\x71\x14\x85\x41\x40\x08\xd1\x75\x5d\xd7\xf5\x1d\x19\xa3\ \xf5\xf5\xf5\x9d\x48\x78\x18\xc7\x1c\x08\x8c\xb1\xa6\x2a\xe9\x54\ \x32\x6d\x59\x76\xdf\x4e\x68\xda\x89\x03\x07\xce\xbc\xfc\x5a\xa3\ \xd5\x92\x0d\x4b\x36\xd2\xba\xa9\x46\x51\xa8\x68\x96\xa6\x27\xa3\ \x90\x73\xc6\x8e\x1e\x3e\x60\xea\xa0\x5f\x6f\x0a\xce\x36\x36\xd6\ \x9d\x6e\x2f\x97\x4c\xf4\x83\x78\xff\xee\xbd\xdf\xf3\x5d\xdf\xdd\ \x6a\xb4\x3b\xdd\xbe\xa5\x99\x29\xf6\x4e\xe8\xfe\xa6\xdd\xb4\xbf\ \xc1\xfc\x28\x81\xe1\xfc\x2b\x4f\x7e\xe3\xc5\x37\x33\xd6\x7b\x01\ \x00\xed\xfa\x76\xa8\xea\x9a\x8c\x81\x88\xfe\x06\xf2\xa3\x04\xe3\ \x4a\xb5\x12\x30\x5a\xae\xd6\x04\xf3\xdb\xcd\x1e\xa0\x78\xb8\x30\ \x94\x4b\x65\x1f\xfa\xc0\x3d\xc6\xd0\x14\x50\x4c\xbf\xd7\x74\xfa\ \x1d\x93\x85\xdb\x2b\x0b\x7b\xee\xbb\x57\x35\x34\x8f\x33\x06\x50\ \xce\x4a\x15\xb3\x45\x1a\x7a\x72\x04\xd4\x5e\x84\xbb\x55\x03\xf2\ \x23\x07\x67\x37\x2a\xeb\x29\x06\x52\x50\xf3\x1d\xcd\x8d\x11\x83\ \x98\x60\xb4\xa3\x41\x8a\x10\x92\xa4\x9d\x6a\xc3\x77\x7a\xa8\x5d\ \xd7\x29\x64\x33\xef\xb9\xef\x9e\x76\xbb\x41\x24\xac\xeb\x2a\xa5\ \x91\x24\xe1\x38\xa6\x71\x2c\x0c\xc3\xf4\x7d\x07\x13\x60\x1a\xfa\ \xe6\xc6\xd6\xf2\xf2\x12\x46\x48\xd7\x75\xcf\xf3\x00\x00\x8c\xf3\ \x28\x8a\xe2\x48\x60\x0c\x55\x45\xa1\x91\x68\xb7\xdb\x44\x92\x62\ \xce\x65\x45\xe7\x02\x45\x94\x49\x32\xc1\x08\x50\x16\x0f\x8f\x8d\ \x77\xa8\xe3\x84\x76\xe0\xfb\x20\xa0\x8a\xe6\xb9\xed\x8a\xa0\x91\ \xa5\x25\x95\x6e\x59\x71\x5a\x92\x88\x25\x86\x58\x1c\x73\x80\x76\ \x54\xd0\x20\x60\x08\x63\x55\xd5\x7c\x3f\xf8\xb3\xcf\x7f\x7e\x76\ \xf7\xae\x84\xaa\x66\x52\xd6\xe1\x03\xbb\x53\xe9\x81\x54\x6e\xf0\ \x89\xe7\x5f\x00\x9c\xdd\x48\xb9\x2e\x04\x00\x0a\x83\xf7\x75\x0d\ \xee\xde\x3b\x37\x34\x32\x71\xca\xed\x15\x2c\x02\x62\xdf\xeb\x77\ \x35\x22\x6a\x3c\x6a\x37\x1d\xdf\x6e\x8f\xe6\xf6\x1e\x9a\x9c\xd4\ \x69\x6c\x57\x57\x25\x1a\xeb\xca\xe2\xf4\x9e\xf1\x25\x51\xdf\x5a\ \x6a\x9f\xb8\xe5\xd0\xe9\x97\x4f\x35\x36\xb7\x10\xaf\xa9\x8a\x21\ \xa9\x88\x21\x06\x01\x80\x1c\x03\x01\x05\x64\x8c\xc5\x3b\x89\x34\ \xca\x18\x82\xc4\x71\xdc\x56\xab\x03\x66\xa1\x61\xa8\x8c\x51\x4d\ \xd5\x34\x55\x17\x42\xec\xdc\x8b\x28\x8a\x30\xc6\x3b\xb9\x49\xcf\ \xf3\xa2\x28\xc2\x48\x1e\x1d\x1b\x5b\xba\xbe\x66\xbb\x2d\x88\x24\ \xc6\x98\x6d\xdb\xfa\x5f\x94\x02\xed\x38\x86\x5c\x88\x9d\x1b\xea\ \xba\x2e\x21\xb2\xa6\xab\x84\x48\x18\x63\x59\x96\x20\xe0\xb5\x56\ \x6b\x6e\xcf\x9e\x38\xa6\x08\x13\x49\x92\x11\x21\x71\x4c\x39\x84\ \x8e\x1f\x02\x08\x25\x08\x77\x18\xd5\x0e\x00\x45\x51\xa4\xaa\xea\ \xce\xb3\xb1\x93\x11\xe4\x9c\x43\x08\x77\x30\x7e\xe7\x9f\x22\x84\ \x2c\xcb\x0a\x82\x20\x0a\xc3\x1b\xa3\xa3\x8c\x8b\x54\x22\x31\x3e\ \x3c\xd2\x6c\x36\xda\xe5\xb5\xdd\x13\xc5\xc1\x7c\x6e\x6c\x66\x32\ \x95\x30\x35\x43\x47\x92\x94\x32\xd4\x14\x0c\x54\x32\xde\xbc\x50\ \x77\xdb\x2b\xda\x40\x2f\x35\x2a\x6c\xb7\x5f\x7d\x6d\xb9\xd4\x9c\ \xd0\x8a\x06\xaf\x74\x01\x95\xbb\x6e\x5f\x8a\x65\x4d\x4f\x44\x51\ \x28\x49\xb2\x10\x18\x0a\x24\xc4\x4e\x8b\x2c\x84\x00\x02\x20\x38\ \xe7\xbe\x1f\xf5\xfb\x3d\x42\x70\x22\x69\xa9\x92\x24\x04\x93\x55\ \x95\x32\xe6\xfb\x9e\x2c\xab\xef\x28\x0d\x91\x1d\x9e\x8d\xae\x5c\ \x99\xff\xf4\x1f\x7c\xfa\xea\xfc\x7c\xe0\xc7\x42\x70\x49\x92\xbe\ \x15\x2d\x08\xc3\x30\x8a\x22\x8c\x11\x17\x7c\xa7\x0a\x69\x07\x5f\ \x77\x38\xba\x24\x49\x4b\x4b\x4b\xc9\x64\xd2\x30\x0c\x84\x70\xdf\ \x75\x27\x27\xc6\x76\x4d\x4f\x47\x9e\x87\x04\x73\xda\xcd\xc5\x0b\ \x4e\x36\x99\x3d\x79\x60\xcf\xf5\xd5\x75\x35\x57\xb0\x03\xdb\xf5\ \x6d\x49\x52\x29\xe5\x9c\x0b\x5d\x55\x03\xdf\x75\xec\xf6\xcc\xd4\ \xf8\x7c\xbf\xd3\xeb\xb7\xea\x95\x32\xe6\x8c\x7a\x81\xc4\x60\xc1\ \x4c\x2a\x10\x77\x7d\x17\x21\x4c\xb9\x80\xe0\x66\x7f\xc8\x4d\xfb\ \x1b\xce\x8f\x46\xbd\xcd\x2f\xff\xc9\x1f\xbc\xb4\x4a\xee\x7d\xf4\ \x83\x97\x5e\xff\x93\x5f\xa9\xbc\x5c\x5e\x5a\xde\xf7\xe1\x9f\xc8\ \x28\x8c\x06\xe0\x6f\x00\x47\x01\x00\x02\x23\x87\x46\x09\x4d\x5b\ \x5e\x5e\x3f\x73\xea\xc2\x07\xee\x3e\x7e\xef\x89\xbd\x34\xe8\x36\ \xca\xdb\x2d\xc7\x73\x19\x24\xb1\xe8\x36\xea\x2f\x3e\xfb\xe4\xf1\ \x23\xfb\xe4\x54\xba\x54\xdd\x66\x02\xe9\x58\x41\xb0\x8c\xdc\x18\ \x2b\x06\x6f\x78\x7a\xcb\x51\xfa\xf3\x77\xdc\x77\x28\x69\x7a\xab\ \x9b\xf5\x91\xe2\x2e\x29\x92\x75\x9c\x13\x70\x29\xa2\xa1\x2c\x23\ \x84\xf0\x0e\xd7\xc1\x18\x43\x08\xa3\x28\xda\x89\xd1\x71\xc6\x37\ \x36\x36\x6b\xd5\x2a\x26\x80\xc6\xb4\x52\x6e\xa8\xba\x6a\x1a\x09\ \x42\x88\x10\x88\x52\x26\xcb\x32\x00\x2c\x8a\xa2\x6e\xaf\x67\x9a\ \x66\x3b\xea\xed\xe0\x31\x00\x20\x9d\x4e\x3b\xae\x8d\x91\x42\x29\ \x75\xe3\x48\xc2\xb0\x38\x38\x68\x98\x66\xa5\x5e\xb7\xbd\x50\x00\ \x0c\x20\xa2\x34\x04\x42\x50\x89\x1c\x3c\x70\x24\x50\xc5\xf9\xcb\ \x6f\x47\x71\x84\x83\x68\x58\x43\x0e\x0c\x3a\xed\x4d\xc5\x4a\x10\ \xbb\x94\xc6\xbe\xf0\x5d\x04\x35\x82\x4d\x09\x62\xc6\x00\xa1\x5c\ \x82\x02\x32\x46\x63\x16\xbb\xee\xb3\xcf\x3e\x7b\x6d\xe1\x72\x31\ \x9b\xda\x3b\x35\xe3\xb4\x20\x0b\x6c\x8d\x14\x52\x2a\x42\xe2\x46\ \xca\x8c\x76\x72\x90\x47\x0f\xef\xd5\x64\xc9\xf6\xe2\x76\xb7\x6f\ \x24\x32\x63\x53\x7b\xc6\xa7\xa6\x86\x86\x87\x12\x09\x1d\x40\xa1\ \xe8\xc0\x80\x62\x34\xce\x0e\x00\xab\xbc\x7c\x05\xc5\x9d\x81\xc3\ \x61\xb3\x5e\xbf\xb6\xec\xbf\xf9\xb6\xc1\xed\xcc\x9e\xc3\x47\x6b\ \xa5\x7a\xbf\xd1\x77\x7d\xca\x41\x40\x08\xe4\x88\x03\x88\x85\xc0\ \x82\x43\x01\x05\x67\x4c\x00\x0e\x00\xa4\x94\xcb\x18\x61\x2c\x55\ \xca\xd5\x9d\xe8\x63\x14\x85\xba\x6a\xec\xe8\xc9\xc5\x71\xbc\x13\ \x5c\x95\x24\x69\x87\x95\x12\x89\x40\x88\xe6\xaf\x2e\x9c\x7d\xfb\ \xac\xe7\x79\x54\xc0\x98\x46\x88\x10\xc6\x19\x84\x10\x08\xc1\xb9\ \x00\x10\x50\x4a\x19\xe7\x8c\x31\x26\x44\x18\x51\xce\xb8\xaa\x6b\ \x86\x61\x99\xa6\xa9\x28\xb2\x80\x3c\xee\x76\x4e\x9f\x3e\x1d\x45\ \x51\x1c\x46\xba\x6e\x28\xaa\x62\x98\x66\xad\xd5\x60\x9c\x2b\x92\ \x04\x04\x80\x9c\xef\xb0\xa8\x6f\x25\x41\x77\x22\xba\x3b\xe8\xbe\ \x03\xea\x3b\x9c\x75\x07\xb6\x83\x20\x48\x26\x93\x7d\xdb\x76\x1c\ \xe7\xc6\x1a\x30\x10\x82\xbd\x9e\xfd\xf6\xd9\x0b\x0a\xe6\x2a\x66\ \x3f\xf0\x03\x3f\x3c\x33\x35\xc1\x62\x5f\x95\x24\xdd\x30\x88\xa2\ \x58\x7a\xc2\x7d\x7b\x71\xf5\xe5\xb7\x65\xe6\x70\x69\x45\xc9\xf6\ \xcc\x41\x34\xff\x0d\xba\xb0\xc6\xc3\x09\xf5\xf6\xfb\x0f\xcf\xff\ \xe9\x97\x35\xa2\x13\x44\x00\x42\x10\x11\x04\x01\x06\x12\x64\x08\ \x40\x28\x00\x60\x8c\x8a\x77\x4e\x0c\x62\x8c\x99\x60\x8d\x46\x6d\ \xa7\xb0\x9c\xd2\x88\x0b\x26\x09\x49\x00\x11\x04\xe1\xce\x57\x20\ \x58\x62\x4c\x40\x88\x55\x55\x7a\xed\xb5\xd7\x5e\x79\xe5\x35\x01\ \x09\x82\x58\x08\x61\x59\xd6\xff\xcd\xde\x7f\x87\x5b\x72\x55\x67\ \xe2\xf0\xda\xa9\xe2\xc9\x37\xa7\xbe\x9d\xbb\xd5\xdd\x0a\xad\x9c\ \x90\x84\x44\x46\x04\x91\x73\x34\x38\x0d\x18\x03\xb6\xb1\x3d\xf3\ \x79\x1c\xc6\xf6\x8c\x67\x7e\x1e\x07\x6c\x92\x31\x98\x9c\x41\x20\ \x40\x42\x39\xe7\xdc\xea\xdc\x7d\x73\xbe\xf7\xe4\x0a\x3b\xad\xef\ \x8f\xba\xdd\x6a\x25\x23\x5a\x20\x0d\x70\xde\xa7\xf5\xa8\x6e\x9d\ \x3a\x75\xea\xec\xaa\xb3\xdf\xbd\xd2\xbb\x32\x5b\x33\x7b\xe0\x09\ \x21\x4a\x69\x6d\xac\xd4\x46\x6b\x6d\x8c\xc9\xcc\xf7\x7c\x3e\x1f\ \x86\xa1\x10\xa2\x56\xab\x51\x4a\x13\x29\xeb\xad\x66\x5f\x5f\x2f\ \x67\x5c\x70\x16\xb7\x9a\x77\xde\x72\xe3\x89\x9b\xb7\x6e\x5f\x33\ \x6c\xca\xb9\xdc\x09\x9b\x9a\x3c\xb8\xf5\x9e\x09\x24\x86\x70\x86\ \xa0\xb9\x94\x44\x50\x95\x46\x8d\xda\x8a\x43\x43\x20\x66\x79\x79\ \x9e\x12\xbd\x65\xfd\xda\xf1\xc9\x59\x66\x6c\xb2\x52\x4b\xeb\xad\ \x4a\xa1\x1c\x35\x92\x48\xa5\x40\x02\xe8\xc4\x47\x3b\x78\x0e\x79\ \x94\xd2\xfa\xd2\xf4\x12\xdb\xf2\xa1\xff\xfa\xda\x93\x86\xc2\xc3\ \xdb\x6f\xba\xe6\xf6\x3d\x5b\xde\xf4\x3b\x17\x9d\xb1\xd1\xa4\xf2\ \x71\x8f\xe6\xb3\xa5\x67\x04\xa0\xac\x9e\xaf\x2e\x0f\x0e\x9e\x18\ \x35\xea\x83\xfd\x6b\x05\x0b\xc6\xc7\xa6\x66\xc6\xf7\xec\x9b\xd8\ \xdf\x40\x5d\x1e\x18\x39\x79\xd3\x69\x71\xb5\xb5\xf7\xd0\x04\xba\ \x74\x21\xaa\xf7\xf6\x55\x06\x7b\xfa\xbb\x2a\xa5\x7a\xb5\x36\x37\ \x33\x57\x70\xba\xc2\xba\x9b\x1c\x9a\x19\x2e\x2c\xf4\xf7\xcd\x3e\ \x3c\x7e\x6b\xc1\xdd\x4a\xda\x82\x6b\xbe\x32\xd5\x6a\x36\xa7\x3d\ \xb7\x40\x40\x50\x4a\xad\x7d\x34\x25\x87\x10\xa2\x94\x62\x94\x32\ \xce\xa6\x27\x27\xf6\xed\x79\xa4\xb7\xaf\xdb\xf1\xb8\xd6\xa9\x70\ \x85\x45\x6d\x2d\x43\x40\xa3\x0c\x82\xf2\x7c\x27\x8a\xe3\xcb\x2f\ \xbf\x7c\x7e\x7e\xc1\x71\x3c\xa5\xa4\xe7\x79\x68\x71\xc7\x8e\x1d\ \xf7\x3f\x70\x1f\x20\x07\x60\x8c\x00\x6a\xd5\x6e\xb5\xb4\xd1\x32\ \x95\x94\x52\xca\xb8\xd4\x28\xd3\xc8\xcd\xbb\x06\x4d\xb9\xbb\xab\ \xa7\x35\x24\xef\xbf\x5b\x19\x9d\xa3\xbc\xc8\xed\x40\x57\xb8\x6d\ \xf3\xa6\x3b\x1f\x79\xb0\xba\x7c\xa0\x6b\xb8\x08\xd4\x2f\x84\x03\ \x8c\xf5\xb4\x16\x6a\x3a\x6d\x50\x64\xae\x45\x86\x98\x1a\xe3\x71\ \xaf\x54\x2e\xd7\x6a\x2b\x5d\x79\xdf\x61\x10\x38\xb4\xdd\xaa\x2d\ \x4c\x1e\xea\x0e\x5c\x72\x5c\x73\x0a\x01\x20\x40\x1a\x86\x5b\x1a\ \xf6\x6f\x5e\x27\xad\x5b\x70\x07\x36\xf5\x9d\x90\xaf\x74\xd1\x30\ \x50\xbe\xeb\xfa\x8e\x53\x2c\x74\xf3\x5c\xfb\xa6\x7d\x63\xf7\xd7\ \x1d\x53\x36\x5d\x7b\xc4\xba\x05\xaf\xcb\xbd\xe2\xdb\xd3\x8b\xe9\ \xce\x91\x0d\xeb\xd3\x28\x19\x5e\xb7\xe6\x81\xdb\x1f\x00\x60\x40\ \xc0\xa0\xa2\x84\x22\xa1\x60\x29\x5a\x44\x9a\x95\xa2\x00\xa1\xc4\ \x5a\x0b\x84\x68\xad\x0e\x1e\x3a\x60\x8d\x01\x4a\x1c\xc7\x01\x00\ \xcc\x02\xc9\x9c\x67\xf6\x5f\x96\x2b\x4b\x08\xf1\x3d\x5f\x29\x7d\ \xef\xbd\xf7\xee\x3f\xb0\xdf\x71\x03\xa4\x3c\x9b\xca\x33\x2f\x2b\ \xa1\x94\x53\xae\x8d\x16\x42\x30\xb4\x4a\x2a\x75\x84\x0b\xe3\x38\ \x6a\x36\xdb\x8c\xb1\x20\x0c\xba\x7b\xba\xac\x31\x13\x87\xc7\x55\ \x92\x0a\xc6\x95\x92\x95\xb0\x7b\xcd\x9a\xd1\xb1\xa9\x49\x0b\xa0\ \x8c\xe1\x00\x82\x3b\xd9\xa7\x67\xfd\xc5\x32\x4f\x83\x31\xa6\x52\ \xa9\x68\xad\x33\x4f\xa6\xb5\x56\x08\x41\x08\x09\xc3\xb0\xd9\x6c\ \x26\x49\x52\x5d\x59\x49\xd3\x14\x8e\xcb\x20\xa5\x84\xa4\xca\x48\ \xcb\x1c\xd7\xab\x36\x1b\x6d\xe3\x6d\x3e\xfd\x02\x00\x68\x2c\xaf\ \xcc\x2d\x2e\x3b\x5e\x21\xe4\xf9\x89\x2b\x2f\x57\x7b\x96\x4b\x6b\ \x3c\x3e\xc0\x38\x6b\x42\x40\x7c\x56\x12\xad\xd1\x81\x70\x84\x8d\ \x76\x9f\xb4\x7d\xdb\xf4\x9e\x83\xad\x56\xec\x32\x3f\x6e\xa7\x81\ \x1f\x52\xe2\x00\xda\xac\x77\x9a\xb1\x9a\x70\x01\x47\x8c\x69\x46\ \x61\x66\x66\xd6\xae\x5a\xd8\xe0\x0a\x87\x31\x4a\x28\x09\x02\x0f\ \xd1\x63\x8c\x53\xc2\xe2\x38\xa5\x94\x0a\xe1\x54\xab\x55\x04\x74\ \x84\x00\xc2\xd0\xda\x30\x0c\xb3\x9b\x62\xad\x85\x23\xfe\x76\x04\ \xc8\x0a\x8d\x08\x21\xd9\xe0\x44\x51\x94\xb9\xc1\x97\x97\x97\xb5\ \xd6\x51\xaa\x29\x67\x0f\x3d\xfc\xd0\xb5\xd7\x5e\xfd\xe6\xd7\xbd\ \x7a\x6e\x6a\xd2\xa6\xb1\x8d\x9b\xf7\xdd\x7e\x4b\x4f\xa9\x5c\x0a\ \x0b\xb5\xc4\x58\x44\x83\xc6\x13\x2e\x22\xad\x35\xea\x85\x10\x03\ \x87\xd7\xab\x2b\xae\xa3\xfc\xd0\x4d\x63\x55\x2c\xe4\xdc\x44\x92\ \xbe\xbe\xbd\x07\xc7\x1b\xf3\x8b\x28\x65\x42\x22\xa0\x0c\x08\x76\ \x48\xb4\x83\xe7\x38\x3e\x2a\x65\xd7\xfa\xb3\x7f\xef\xf7\x2e\x8c\ \xaa\xf3\x87\x0f\x55\x8b\x9b\xce\x7e\xef\x29\x17\x28\x29\x95\x52\ \x4f\x6c\x5f\xf1\xac\xe9\x02\x52\xad\xcd\xc4\xd4\x74\x4f\xa9\x12\ \xb8\xce\xf6\x53\x4e\x92\xb2\x36\xb3\xb0\x94\x58\x73\xc2\x09\x5b\ \x73\x95\x42\xb1\xb7\x77\x70\x70\xfb\x43\x8f\x1c\xe8\x1f\xdd\x30\ \x32\xb0\xae\xa7\x50\x72\x02\x7f\x3a\x6e\x2f\xef\xdb\xcd\x1a\x7a\ \xeb\x96\x13\x79\x44\xaa\x93\x07\x38\x4e\xf7\xaf\x1b\xa6\x4d\x51\ \xdd\xbd\x57\x6c\xec\x6b\xf5\xf5\xca\xd4\x4c\x2f\x2d\x0b\x23\x99\ \x35\x06\x04\x05\x9a\xb5\x93\x32\x59\x3a\x09\xa2\xd2\x9a\x31\x8e\ \x08\xcd\x66\x8b\x00\x09\xfc\x80\x30\x5b\x28\x84\x40\x48\x9a\x26\ \x29\xc8\x30\xc8\x33\x46\x10\x98\x56\x3a\xf4\x83\x9e\xee\xde\x52\ \x71\xae\x56\x6b\x22\x92\x7c\xbe\xd8\xdb\xd7\x37\xba\x76\xdd\xfe\ \xfd\x07\x00\x58\x9a\xc4\x42\x30\xcb\x19\x30\x41\x98\x40\x42\x09\ \x21\x16\x91\x52\x92\xf7\xf3\x14\x4c\x92\xa6\x03\x83\xfd\xca\x81\ \xeb\xae\x0d\x65\xa2\x90\x8b\x28\x6e\x15\x31\xba\xf4\xdc\x13\xb9\ \x9c\xbf\xe3\x61\xca\x5c\xa7\x54\x2e\x2d\xa6\x4c\x30\xdb\x55\x09\ \xd5\x12\x47\xb4\xc2\x58\x54\xda\x63\x82\x1a\x04\xb4\x7e\x90\x23\ \x84\x7a\xb9\x7c\xac\x27\x56\x9a\x75\x89\x40\x38\x41\xb0\xc7\x31\ \xa1\x23\x00\x63\x7c\xe3\x86\x73\x67\x57\x96\x7b\xd6\x9f\xb9\x6e\ \xf3\x49\xca\x08\xe2\x84\xd6\x75\xda\x2a\x59\x5a\x59\x56\xed\x56\ \x5f\xb1\x37\xda\x3f\x7d\xc7\x4f\x6e\x3f\x49\x0e\x6e\xe8\xcf\x19\ \x24\xb1\x6c\xf3\x4a\x17\x86\x02\xa2\x52\xbf\xdb\xa5\x2b\x7d\x22\ \x28\x39\x9e\xbf\x32\xb7\x52\xe6\x39\x14\xc4\x5a\xcd\x39\x07\x0a\ \xda\x58\x4e\x89\x45\x24\x40\x09\x30\x8b\x04\x91\x50\xe6\xb4\x9a\ \x71\x2a\x35\xe7\x8e\x70\x04\x1a\x40\xc8\xc8\x2f\x5e\x59\x59\x29\ \x97\xcb\x61\x18\x66\x7e\x02\x44\x4c\xe2\x78\x79\x65\xd9\x75\x1d\ \x8b\x68\xad\xf5\xfd\x90\x71\xee\x38\xae\x92\x12\xd1\x52\x00\xa9\ \x34\xe1\x8c\x32\xce\x05\x01\xc6\x80\x30\x02\x60\xd0\x2a\xa5\x29\ \xa1\x84\x40\xbb\xdd\xb6\xc6\x24\xa9\x54\x52\x69\x6e\xe5\xf2\x4a\ \xa9\x52\xf1\x84\x20\xd6\x52\xb4\xc4\x22\x21\x94\x10\xb4\x76\xd5\ \xe8\x44\xb4\x69\x9a\xfa\xbe\x9f\x59\xc9\x61\x3e\x47\x38\x97\x69\ \x4a\x28\x35\x88\x5a\x6b\xc7\x75\x80\x40\xb5\xba\xb2\xb2\xb2\x82\ \x08\xc7\xdd\x4f\x5a\x19\xcd\x1c\x86\x06\x08\xf2\x1b\x6e\xbc\xe3\ \xcc\x0b\x2e\xca\x97\x4a\x4e\x58\xd0\x33\x55\x79\x78\x61\x62\x6a\ \x57\x74\x70\x6c\x00\x5d\x3d\xb9\x12\xb7\x67\x86\x37\x90\xea\xc2\ \xe2\xc1\x48\x95\xb6\x6f\x3f\xf9\x85\x2f\x65\x5b\x7a\xde\xf8\xa6\ \xf7\xfe\xf8\xca\x1f\xfe\xe0\xf2\x1f\x19\x45\x1b\xb5\x38\x4d\xe4\ \x9e\x47\x76\x31\x8e\x7e\xe0\x52\x62\x0d\xa2\x43\x3d\x40\xb0\x88\ \x5a\x5b\x82\x18\xc7\xb1\xeb\xba\x8e\xc3\x8d\x96\x94\xf0\x34\x51\ \x8e\xe3\x0a\x26\x16\x16\x16\x8d\xb1\xfd\x7d\xfd\x9e\xeb\x58\x03\ \x46\xeb\x30\xf0\x39\xa3\x60\xad\xe7\xfb\x40\xa8\xe7\x7a\x59\x3a\ \x9e\x45\x34\xc6\x22\x00\x17\x82\x10\x62\x50\x66\x4e\xdd\xcc\xdd\ \x9d\x19\xa3\xed\x76\x5b\x29\x85\xd6\xfa\xae\x93\x69\x2c\x8f\x4d\ \x4c\x46\xa9\x8c\x52\xd5\x6a\x25\x4b\x0b\x2b\x11\xa9\xb5\xc4\x82\ \xb2\x44\x74\x0d\xf7\xfa\xfe\x64\xd4\x96\xc4\x11\xe0\xe6\xb8\x6b\ \x93\x34\xdf\xd5\xd7\xd3\x37\x58\xe9\xf2\x7a\x07\x7a\xea\xd5\x86\ \x4e\xcd\xc2\xec\x02\x58\x18\x19\x1c\x6c\xc7\xa6\xbe\xb4\xd0\x3b\ \x12\x1a\x15\x09\xd7\xed\xcc\xe3\x1d\x3c\xe7\x8e\x5d\x01\xf1\xcd\ \x5f\xff\xd4\x37\x6e\x78\xa4\x9d\x28\x27\xec\x7b\xfe\xeb\xdf\xf1\ \x8a\xb3\xd6\x3e\xa9\x5f\xf0\x59\xe3\x51\x30\xda\xd6\x57\x1a\x13\ \x93\x13\xa1\xc0\xa2\xc0\x13\xd6\x0d\xf4\x84\xbd\x5c\x0f\x40\xd2\ \xa8\x14\x02\xc1\xe8\xca\xd2\x6c\x22\xb0\x7f\xed\xc6\x2d\x23\xdb\ \x7b\x2b\xa5\x76\x9f\xd3\x2e\x40\x0f\x77\xd7\x40\x25\x5d\x8a\x96\ \x16\xf6\xb8\xfe\x8c\x7f\x4a\x3a\xfd\xf0\xa2\xdc\x5d\x81\xc0\x2b\ \xac\x83\xb1\xc6\xb8\x44\x32\x2d\xeb\x79\x0c\xd0\x38\xe8\xb8\x16\ \x21\x55\xda\x75\x5d\xa0\x3c\x4d\x62\x65\x2c\x61\xa8\xac\x05\x20\ \xad\x76\x14\xa7\x4a\x5b\x54\x69\x44\x28\x84\x61\x60\x8c\x6e\xb5\ \x1a\x2a\x4d\x95\x52\x85\x5c\x81\x52\x2e\x5c\x77\xcd\xf0\x9a\xdb\ \x6f\xb9\x2b\x0c\xf3\xc6\x60\xb5\xde\xd8\xbc\x75\xab\xb6\x56\x5b\ \xc3\x81\x30\xce\x11\x48\xa2\x6c\xae\x94\xeb\xee\xed\x5b\x69\x46\ \x69\x9c\x08\xc1\x09\x80\x2b\x02\x42\x08\xa1\x18\xf8\xc2\x35\x16\ \x1b\x32\xd5\x50\x0d\x30\x5d\x5e\x60\xcb\x7e\x34\xbd\xf7\xe4\x92\ \xe7\x9e\x76\xda\xf8\xa1\x43\x51\x3d\xe6\xc2\xab\x36\xc6\xd7\x6c\ \xec\xa9\xf4\x7b\x69\x9a\x4c\x4e\x4e\x39\xc2\x41\x45\xda\xb5\xb6\ \xc8\xf1\x20\xf4\xa2\x96\xda\x7d\x68\xbc\x69\x6c\x44\x59\x12\xc5\ \x49\x9c\xf0\xe3\x2d\x64\xe4\x9c\x2f\x1d\x96\x9f\xfa\xd2\x77\x5f\ \xda\x2e\x9c\x1a\x15\x92\x86\x1c\x5d\xbf\xc9\xeb\xeb\xf2\xfb\x7a\ \x9a\xb3\x2b\x66\x45\xc6\x33\x33\xf5\x7b\x1f\xb6\xed\x25\x95\xd3\ \x7b\xa7\x16\xfa\xfc\xc4\x49\x46\x76\x1d\x9e\x6e\x43\x72\xc1\x65\ \xa7\x8d\x9c\x7c\x5e\x65\xeb\x46\xc8\x95\x84\x64\xb3\xb3\x4b\x8d\ \x56\xa3\x1d\xd7\x0f\x4f\xee\xdf\xbb\x77\x8f\xa0\x9e\xe7\xe5\xb4\ \x45\x62\x2d\x63\x02\x08\x58\x0d\xa9\x44\xce\xb9\x54\x30\x37\xbf\ \xbc\x6e\xdd\x20\x66\x69\x31\x16\x85\x23\xb2\x1a\x44\x4a\x69\x14\ \x45\x88\x98\xc5\xe4\xfc\xc0\xef\x1f\xea\xbb\xff\x01\x24\x14\x3d\ \x47\x18\xad\x83\x20\x87\x48\x91\x32\xa5\x34\x10\x40\x46\xb5\x31\ \x59\xae\x2d\x02\xa1\x04\x28\xa3\xc4\x12\xce\x98\x23\x04\x12\xa2\ \x95\x6a\x34\x1a\x4a\x6b\xc2\x89\x44\x13\x08\x31\x35\x3d\x35\x30\ \xd8\xd7\x53\x2c\x2c\xcf\x4c\x52\x21\x90\x82\xb1\x4a\x2b\xa5\x0d\ \xf3\x3c\xa7\x50\xc8\xb7\x5a\xed\x4c\x70\xc0\x22\x00\x15\xb9\x5c\ \xd8\x6a\xb6\x92\x24\x59\x5a\x98\x17\x42\xb4\xe3\x48\x29\xc5\x09\ \x18\xa3\x8c\x51\xc7\x2b\x55\x4f\x2c\x49\xb5\x69\x06\xa2\x60\xa5\ \xde\xbf\xf7\xc0\xc4\xc2\xf2\x60\x21\xd7\xe7\x79\x5d\xd6\x2c\xdd\ \xf9\xc0\xa1\xeb\x6e\xda\x94\x77\xe2\xc9\x39\x97\x26\xb1\x9c\x37\ \x8d\xa2\xed\x5d\x0b\x3b\x83\xed\x17\xbd\xa6\x7f\xcb\xe9\x98\x4e\ \xb3\x9c\x7d\xe3\xeb\xde\xf8\xc6\xd7\xbd\x1d\x10\xea\x8b\xc9\xf2\ \xca\xe2\x97\xbf\xf2\xef\x8f\xec\x79\xe0\xf6\xdb\x6e\xf6\x5c\x8f\ \x11\x81\x16\xad\x45\xca\xa8\xd6\xda\xe1\xbc\xd9\x68\x4b\x69\x5d\ \x57\x70\x06\x04\x28\x58\x8d\x86\x50\xe4\x03\xbd\x83\x52\x29\x46\ \x58\x1c\xc7\xd6\x9a\x7c\x18\xe4\x82\x80\x21\x3a\x8e\xab\x12\x5d\ \x2e\x97\x1d\xe1\x1a\x69\xac\x46\x4b\x00\x29\x05\x24\x16\x08\x20\ \x64\x0a\x0c\x59\x0e\x73\x26\xd1\x90\x6d\x20\xa2\x31\x36\xc7\x80\ \x31\x9a\x5a\xdd\x37\x38\xac\x45\xb0\x77\x7a\xc1\xf8\xf9\x85\x7a\ \x5c\xb0\x10\xa9\xda\xba\xee\xfe\x74\xff\x84\x5f\x22\x2c\x60\xd2\ \x81\x80\x38\xd0\x4c\x1d\xe1\xfb\x9e\x5f\xe8\xed\xce\x95\x3d\x2d\ \x23\xbf\x58\x30\x89\xe6\xae\x9b\x68\xd3\x83\x8c\xae\xd4\x27\x27\ \x0f\x77\xf5\xf6\x80\xac\xfb\x61\x09\xa0\xa3\xfc\xd3\xc1\x73\x09\ \x2e\xf8\xe2\xae\x6b\xbf\x7b\xfb\xca\xab\xde\xf8\x9a\x7b\x6e\x7e\ \x68\xdb\xf6\xe1\x5b\x7f\xfc\x9d\x4d\xeb\x7e\x67\x5b\xb7\x78\x4c\ \xc9\xcb\xb3\xc9\xa3\x99\xec\x7c\x92\x98\xe9\xe9\xa5\x53\xb6\x6d\ \x3a\xb4\x7f\x77\x57\xb1\xe2\xf2\x22\x49\xc5\x50\x65\xd4\x0b\xdc\ \xa1\xd1\x35\xd0\x33\x3c\x88\x3c\x49\x6d\x09\x3d\xab\x62\xd1\x23\ \x38\x8d\x7a\x9d\x42\x74\xd3\x9e\xc5\xdb\xf7\x5a\x52\xcd\x0f\xb6\ \xad\xd7\x9c\x69\x2c\x36\xf4\x4a\xdf\xd9\xa7\xa6\xa9\x49\x88\x96\ \x40\x93\x84\x18\xeb\x30\xca\xa4\x4a\xb3\xf0\x9b\xb5\x56\x2b\x05\ \xc7\x64\xed\x5a\x44\x63\x4c\x96\x5a\x82\x28\x84\x70\x10\x91\x52\ \x56\x2c\x16\xc3\x30\x67\xad\x91\x89\x02\x8b\x8c\xd2\xde\xde\x5e\ \x00\x20\x40\x8c\x35\x2b\x2b\x2b\x0f\xef\xda\xd5\xdb\xd7\x9b\xa4\ \x69\x28\x28\x67\xdc\x58\x2b\xb8\xa8\xd6\xea\x52\xe9\x20\x08\x72\ \xf9\x3c\x22\x4a\x99\x2a\xa5\xc3\x30\x54\x3a\x09\xc3\x20\x6a\xb7\ \x3d\xd7\xe3\x81\x17\xe6\x72\x08\xb2\xbf\xbf\x2f\x17\xfa\xcb\x53\ \x71\xa5\x5c\x9e\x74\x9c\xe5\x5a\xcd\x11\x5e\xa1\x58\x54\x5a\x15\ \x8a\xf9\x38\x76\xe3\xf4\x60\xb1\xab\x22\x23\x1d\xd5\xa2\x52\xae\ \x64\xac\x2d\x17\x0a\x94\x31\x63\x31\xc8\xe5\x28\x61\x84\x30\x4a\ \x8f\xaf\xee\x05\xac\xb5\x10\xe6\xd7\x6c\xdb\xd1\x30\x76\x6c\x7e\ \x61\xb0\xdc\x1f\x1b\x9d\xb6\x5a\x4e\x4f\xa1\x92\x0b\x17\xc6\xa7\ \x1e\xba\xf2\xf6\xbe\x89\x85\xb5\x96\xd9\xe5\x95\x66\x6b\xd1\xe4\ \xe5\xa0\xb3\xb5\x25\x56\xd6\x9f\x77\xe2\xf9\x6f\xbd\xd4\x3a\x05\ \xad\xdb\x42\x90\x8f\x7d\xf4\xbd\xd6\x0a\x0d\x44\x2a\x79\xeb\x6d\ \x37\xef\xda\xf5\xc8\x8f\x7e\x78\xed\x03\x0f\xec\x65\x8c\xa2\x80\ \x8c\xe3\x11\x11\x91\x20\x62\xad\x5e\xad\xae\xac\x6c\xde\x3c\x8a\ \xa8\x8c\x36\x9c\x91\x2c\x38\x9a\xa5\xc8\x1a\x63\xa4\x94\x59\xb5\ \xa2\xe3\x3a\x9b\x36\x6e\xbc\x9a\x5f\xab\x2d\x48\x29\x1d\xe1\xbb\ \x8e\x43\x19\x41\x0b\x08\x60\xad\x45\xb4\x47\x17\x10\x59\x36\x10\ \x60\x26\x92\x40\x1c\xd7\xa5\x94\x2e\x2d\x2f\x27\x49\x92\x9d\x9c\ \x33\xa6\x94\x52\x32\x1d\xe8\xed\xd3\x32\xde\xfd\xc8\x43\xc6\x68\ \xc6\x5d\x00\xe4\x0e\xf3\xdc\xc0\x75\x5d\xad\x35\x00\xc9\xfc\xba\ \x8e\xeb\x23\x00\xe7\xc2\x0f\xfc\xa8\xdd\xe4\x42\x50\x4a\xd2\x34\ \x45\x44\xa5\x64\x7f\x7f\x7f\x5f\x5f\x5f\xd6\xee\xe3\xb8\x96\xb3\ \x24\x49\x62\xe4\x39\xce\xd9\xe2\xc2\xc2\xbe\x3d\x7b\x07\xd6\x0d\ \x31\x6b\x9b\xb3\xf3\x07\xef\xb9\xcf\x6f\x36\xbd\x52\xa5\xe9\x90\ \xa5\xa6\x2a\xae\x1b\x5d\x4e\xe3\x7c\x6e\xf0\x45\xaf\x78\x5e\x13\ \xd1\xc6\xcb\xad\xf6\xac\xab\xa9\xe3\xf7\x18\xe3\x31\x9a\x2b\x76\ \x07\x6e\xd0\xfd\xa1\x0f\x7f\x30\x4e\x9a\xbf\xff\xa1\x0f\xdd\x74\ \xe3\xad\x85\x42\x9e\x10\x46\x08\xc9\xc2\xe6\x04\xa0\xd9\x6a\x01\ \x80\x31\x86\x12\x40\xb4\x84\x10\x02\x04\xc8\x91\x7e\x0f\xc6\xb8\ \xae\x1b\xc7\x71\xab\xd5\xaa\x94\x4a\x4a\x2b\x4a\xb5\xeb\x06\x8e\ \x10\x42\x88\x38\x8a\xb9\xe0\xda\x98\x6c\x88\xb3\xc8\x71\x16\x48\ \xce\x36\x38\xe7\x59\x44\x99\x73\x4e\x28\x35\x46\x12\x0a\x4c\x30\ \xdf\xf1\x4f\x3d\xef\xdc\x1f\x5e\x7f\xed\x1d\xbb\x1e\x2e\x38\x0e\ \xc9\xe5\x83\x42\x5e\x4a\xb5\x64\x8d\x23\x58\x23\x89\x24\x35\xc2\ \x67\x94\x39\x8a\x9b\x44\xf0\x26\xa0\x24\x34\xf4\xf3\x9a\x52\xc9\ \xa4\x65\xa6\x58\xd2\x03\x03\x03\xb9\x5c\xb1\x7f\x70\x60\xcf\xde\ \x87\x6e\xbb\xeb\x56\x6d\xc9\xa9\xa7\x9f\x36\xf4\xe2\x4b\x08\xa1\ \x88\x1d\xef\x6e\x07\xcf\x91\x39\x4a\xec\xc2\xec\x64\x69\xdb\x39\ \x17\x9c\xba\x6e\xd7\x3d\x53\xa7\x9c\x73\xce\xd8\x7d\x0f\x2c\x36\ \x22\xd2\x53\x7a\xce\xec\x51\x00\x40\x0b\xb9\x7c\x57\xb9\x52\xea\ \xed\x5f\xbb\x75\xe3\x09\xf5\xa5\xf9\x8b\x5f\xfc\x1a\x66\xd2\xda\ \xe2\xdc\xb7\xbf\xf6\x95\xd3\x65\xe9\xb4\x4d\x1b\xa9\x25\x5d\x95\ \x4a\x91\x7b\x49\xd2\x5a\x8a\x17\x58\x52\xf3\x54\x70\xdb\xb7\x6e\ \xdc\xa4\x4a\x6e\x11\x9d\x2d\x42\x94\x9d\x9a\xab\xa6\x64\x93\x98\ \x34\x07\xa2\xe4\x76\x49\x05\x1c\xbc\x7a\xa4\x39\x26\x7e\xd1\x43\ \x6b\xb5\xd1\x8c\x31\xe1\x08\x15\xad\x6a\xd6\x1c\xad\x17\x8c\xe3\ \x58\x08\x41\xa8\xcb\x39\x67\x8c\x12\x42\x1a\x8d\xc6\xfc\xfc\x42\ \x4f\x4f\x4f\xa9\x58\x42\x0d\x4a\x9b\x5c\x2e\x47\x28\x4d\xd2\x44\ \x6b\x5b\xa9\x54\x96\x96\x16\x1f\xde\xf5\xb0\x10\x82\x32\x46\x28\ \xd1\xc6\x3a\x8e\x93\x28\x19\xc7\x71\xb1\x58\x64\x9c\x23\x62\x3e\ \x9f\x43\x64\xcd\x66\xdd\x11\x22\x4d\xe5\xd8\xd8\x98\x94\x69\xa9\ \xa7\x4b\x08\x21\x1c\x91\xa6\xe9\xf4\xf4\xf4\xfc\xe2\x62\x6d\x69\ \x65\x70\x70\x70\x71\x71\xd1\x5a\x58\x5c\x5a\xd2\xda\x74\x55\xba\ \xad\x45\x42\xa8\x02\xc3\x7d\xd7\xcb\x07\xdc\x77\xe3\x34\x29\x96\ \x8a\x95\xae\x6e\xc6\xb8\x4c\x55\x12\xa7\xe8\x03\xa5\xec\xf8\x22\ \x46\xda\x58\x6f\x68\xe0\xfc\x4b\x5f\xde\x62\xd4\x2b\x16\xfc\x62\ \x31\x51\x52\x36\xd2\x2e\x59\x2e\x38\x62\xdf\xd8\xd8\xc2\x83\x0f\ \x6e\xe6\x39\xce\x78\xbd\xd9\x4e\x2c\x2b\x95\x07\x1e\x9a\x9a\xdf\ \x72\xde\xf3\x6c\x65\xdb\x43\x87\xf7\x84\x85\xa2\x30\x6d\xe1\xba\ \x3d\x95\x51\xb4\x9e\x57\xee\x69\xd4\x97\x36\xaf\x1d\x7a\xfe\xf9\ \xcf\x3b\xf7\xf4\x0b\x7f\xf3\x37\x7f\x7f\x61\x79\xc1\x5a\x8b\x14\ \x10\xd1\x82\xb5\x56\x03\x11\x32\x95\x4b\xcb\x4b\x84\xd2\x34\x96\ \x0c\xe8\x6a\x94\x9a\xb1\xec\x46\x64\x66\x8d\xb5\x36\xeb\xe5\x72\ \xd2\x49\x27\x95\x4a\xc5\x43\x87\x27\xba\x7b\xfa\x03\x3f\x67\x8c\ \xe5\x00\x94\x10\xc7\x71\x10\x56\x6b\x3d\xb3\xf5\x50\x96\x15\x7c\ \x34\x86\x9a\x59\xb7\x59\x1e\x10\x63\x8c\x33\xca\x19\x4d\x62\x75\ \xee\xf9\xe7\x0e\x0c\xf4\xcd\xcc\x4c\x79\xae\x1f\xc9\x14\x8c\xe1\ \x9c\x1b\x6d\xad\xb0\xbe\xe7\x17\x4b\xc5\xe5\xe5\xea\xd2\xd2\x92\ \x94\xd2\x0f\x42\x44\x8c\xda\x6d\x63\x14\x21\x24\xf0\xfd\x7a\xbd\ \x66\xb4\x0e\x7c\x4f\x1a\xba\x76\xed\xe8\xc0\x40\xbf\x31\xc7\xc9\ \xa3\xc6\x18\x21\xb8\x05\x24\x8c\xc4\x51\x7b\xef\x43\x0f\xbd\xe0\ \x92\x0b\x09\xc4\x37\x5e\xf1\x63\xb9\xff\xd0\x19\xbd\x3d\x46\x24\ \xcb\x34\xea\x3a\xe9\xa4\xe2\xd6\xd0\x0e\xcf\xf0\x52\x69\x76\x76\ \x3e\x57\x1e\x62\xb4\x59\xec\x0a\x0d\x44\xa9\x5e\x22\x10\x72\xc1\ \x8c\x31\xb5\xda\x42\x2b\x6a\x6f\xdc\xbc\xe3\x15\xaf\xbc\xec\xf6\ \xdb\x1f\x8a\x62\xeb\xfb\x48\x29\x31\xc6\x20\x5a\x04\xa2\x95\x36\ \x46\x23\x5a\x63\x34\xe1\x94\x10\xc8\x8a\x74\x33\x9f\x44\x96\x37\ \xe1\xfb\x7e\x9a\xa6\x17\x5c\x78\xe1\xfc\xc2\xe2\xf7\xbf\xff\x13\ \x40\x96\x4a\xc9\xe2\x18\x01\x5d\xd7\x75\x29\x55\x46\x67\xd2\x4e\ \x47\x73\x98\xb3\x91\x5f\x2d\x2a\x05\xa0\x94\x7a\xae\x4b\x01\x62\ \x99\x68\xea\xf4\x0d\x0d\xf8\xa5\xe2\x03\xfb\xf6\xc6\x8c\xc6\x69\ \xb2\xd8\x6a\xcc\x35\x73\xbd\xb9\x7c\xec\x78\x3e\x67\x6d\x21\xbc\ \x20\xe0\xc2\xb7\x96\xcc\xb4\xa3\x66\xbb\x35\xc3\x53\x56\x10\x6b\ \xbb\xba\x7d\x1e\xb8\xdc\x43\x0f\x7d\xee\xe7\xc3\x7c\xbb\x1d\x47\ \x49\x3a\x33\xb7\xc8\x1d\x92\xb4\xda\x77\xdc\x79\xd3\x0b\x2f\xbe\ \xc0\xf5\x3c\xe8\xf0\x68\x07\xcf\x11\x10\x69\x2e\xdf\xc5\x4d\xdc\ \x4a\x41\x2f\xdd\xf3\xff\xfd\xcd\x2e\xd6\xbd\xfd\x15\x03\xa5\x27\ \x95\xd9\x7a\xf6\xf4\x75\x83\x20\xec\xea\xea\x29\x95\x0a\x73\x0b\ \x55\xd7\x09\x2d\x2f\x4c\xaf\xa8\xee\x52\x69\x31\xa9\x3f\x3c\xd1\ \x86\xfc\xbc\x58\x33\x95\x14\x0a\x03\x41\xb7\xf2\x81\x89\x20\x59\ \xa2\x41\x93\x1c\xb8\xfe\xe6\x7c\x8b\xf3\x96\x6e\x37\x96\xd3\x91\ \x39\xe0\xf5\x15\x1f\x8a\x6b\x36\xad\x3b\xeb\xf4\x42\x5f\x6f\x57\ \xff\xfa\x85\xc5\xe5\xd3\x77\x9e\x16\xb8\x15\xa9\xd3\xa5\x95\x85\ \xa9\xa9\xc9\x5c\x2e\x8f\x68\xa5\x92\x8f\xbb\x02\x6b\x6d\xb3\xd9\ \x62\x8c\x31\xe6\x20\x5a\x63\xd0\xf3\xbc\x4a\xa5\x22\x84\x13\x04\ \x81\x52\xaa\x51\x6d\x8e\x8e\x6e\x28\xe4\x0b\x00\xc8\x39\x8f\xe3\ \xc8\xa0\x45\x84\x99\xe9\x69\x21\xb8\xd2\x8a\x10\x2a\xa5\x24\x94\ \xda\xac\x05\x63\xbb\x4d\x28\x45\xc4\x30\x0c\xcb\xe5\x2e\xd7\x75\ \x8c\x49\x17\x16\x16\xb6\x6e\xdd\x7a\xdb\x6d\x77\x5b\xc4\x20\x08\ \xa4\x6a\x7b\x9e\x5f\x5d\xa9\x4e\x4e\x4d\xd7\x56\x56\x36\x6d\xda\ \xbc\x69\xcb\xd6\xb1\xb1\x31\x1e\xc5\x61\xde\x4b\x95\x5a\x58\x58\ \x20\x8c\xb4\xda\x6d\xc7\x05\x37\x1f\x52\x47\xa0\xd4\xe5\x4a\xd7\ \xc8\xf0\x48\x4f\x77\x4f\xa3\xd1\x4a\xa2\x74\x71\x69\x11\xc8\xf1\ \x64\x1a\x11\x00\x63\xed\x64\xa3\x41\x0a\x79\xd7\x73\xfd\x5c\xd1\ \x58\x54\x69\x5b\x71\x6d\xdb\xad\x68\x72\x72\xef\xcd\xb7\xe4\xdb\ \x35\x31\x92\xab\xd6\x5a\xad\x90\x56\xb6\xee\xf0\x36\x04\xba\x5c\ \x4d\x31\xb7\xf7\xc1\xfd\x17\x3c\xff\xb5\x61\x25\xa7\xd2\x25\x1d\ \x25\xf5\xf9\xc3\x61\x79\xd8\xea\x20\x74\xec\xec\xc4\xdc\x8a\x1b\ \x9c\x75\xde\xd9\xa3\xa3\x6b\xa6\xe6\xa6\xa8\xcb\x11\x11\x88\x05\ \x34\x16\x95\x45\xa0\x04\x66\x66\xa6\xe3\x28\xca\xc8\x32\xa3\xa2\ \x6c\x52\xce\x56\x33\x59\xf6\x0a\x00\x30\xad\x85\x10\x6f\x7d\xeb\ \x5b\xbf\xfe\xcd\xef\x2c\x2c\xac\x58\x6b\x18\xa3\x5a\x5b\x44\x60\ \x8c\x51\xc6\xb3\x05\x10\x1c\x11\xd6\xc9\xaa\x53\x8e\xa6\x52\x03\ \x64\x3a\x8e\x2e\x25\x04\xac\x91\x5a\xae\x19\xea\x3f\xfd\xd4\x9d\ \x00\x38\x37\x3b\x1b\x86\xb9\x44\xeb\xec\xb0\x72\xa9\xdc\xd5\xdd\ \xe3\x7b\x7e\xad\x56\x8b\xe3\x38\x93\x1d\x40\x44\xcf\x73\x8d\xd1\ \x51\xab\x65\x8c\x96\x32\xed\xed\xed\x25\x68\xe7\x67\xe7\x4a\xe5\ \xe2\xe8\x9a\x91\x7c\x3e\x67\xed\xf1\x65\x78\x11\xa3\x35\x65\xd4\ \x10\x0b\x8c\x80\x85\x99\xf1\x71\x12\xa7\xa8\x8c\x5c\x58\x2a\x73\ \xd1\x5e\x99\x2b\xf4\xb3\x13\x5f\x76\x5e\xef\xa9\x2f\xab\xd2\xd6\ \x22\xec\x9a\xac\xcd\xf4\xf5\x0e\x94\x07\xfb\x5a\xb5\x79\x23\x52\ \xc3\x94\xe3\x86\x04\x18\xda\x98\x01\xf4\xf5\x94\x7b\x59\x17\x42\ \xba\x6b\xd7\x23\x49\x6a\xc2\x30\x8f\x68\x09\x81\xa3\xe6\xb2\x41\ \xb3\xb8\xb8\x50\x2c\xad\x57\x89\xb1\x16\xe8\x6a\xee\x2d\x55\x4a\ \x66\x6b\x91\x6c\x00\xb3\xbd\xef\x7f\xdf\xfb\xca\xe5\x81\xcf\x7c\ \xfa\xdf\xfd\x20\xd0\xc6\xa4\x69\x1a\x04\x81\x41\x9b\x8d\xc9\x51\ \x0d\xa3\xcc\x7f\xb3\x5a\xcb\xcb\x79\xf6\xaa\xef\xfb\xae\xe7\x3a\ \x8c\x4c\xcf\xce\x9c\x71\xd6\x19\xb3\xf3\x73\x0f\xec\x7e\x24\xa5\ \x8c\xb9\x5c\x23\x24\x51\x3c\x59\x6f\x3c\x32\x3d\x1b\x10\x4e\x0b\ \xbe\x5f\xce\x69\x69\x92\xc8\xae\xa4\x36\x29\xf8\x79\xa1\x7b\x56\ \x2a\x4b\x73\xcb\xdd\xc5\xc0\x2b\xf9\x68\x91\xf9\xcc\xf3\xfd\x30\ \x9f\x2a\xad\x83\x7c\x50\xae\x56\x57\xea\xb5\x76\x3b\xce\x7e\xb3\ \x9d\xd9\xbc\x83\xe7\x0a\x4a\xca\xc1\x53\x5e\xfa\x81\xd3\x9c\x1c\ \x4b\x2f\x7c\xc1\x0b\x26\x54\xff\x79\xe7\x9d\x5a\x62\x5a\x19\x7c\ \xce\x78\x94\x51\x56\xab\x57\xef\xbd\xff\xee\x7c\xe0\xf7\xf6\xf4\ \x28\xa3\xd6\x0c\xaf\x39\x34\xbb\x54\x4f\x2d\x73\x8a\x2f\x7f\xd3\ \x7b\x2d\x82\xf6\x8a\x85\x72\x9f\x4d\x79\x43\x99\x91\x02\xc3\x84\ \xde\xff\xfd\x1b\xd4\x7d\xbb\xb7\x08\xbf\x95\xb4\x5b\x32\x62\x75\ \x33\x32\xb8\xf1\x94\x17\x9e\xda\xbb\xf5\x8d\xbd\x1b\xce\xc6\xb8\ \x4d\x08\x0e\xad\x19\xfc\x8b\xbf\xfa\xd3\x58\xd3\x5a\xb5\x31\x35\ \x31\x76\xe5\x55\x3f\xb9\xf1\x86\x1b\x0e\x1d\x3a\xec\x79\xae\x42\ \x38\xba\x76\x40\x00\x04\xcc\x66\x70\x21\x9c\x24\x8d\x5d\x57\xa4\ \x69\xea\x79\x5e\xa6\x54\x17\xb5\xdb\xae\xe7\xee\xdf\xbf\xef\xbb\ \xdf\xfd\x6e\xbd\xde\x48\x53\xc5\x85\x4b\x18\x73\x9c\xac\xe4\xdf\ \x70\xc2\x2c\x22\x63\x2c\x4d\x53\x4b\xc0\xf3\x3c\xa9\x54\x56\x5a\ \x63\xad\x75\x5d\xaf\x50\x28\x12\xca\xef\xba\xeb\xae\x20\x08\x4a\ \xc5\xe2\xf2\x72\x23\xf0\x83\xae\xee\x4a\xb1\x58\xe8\xea\xea\xca\ \x17\x8a\x0b\x0b\x8b\xbb\xf7\xee\x1d\x1c\x1c\xb4\x48\x84\xe3\x06\ \x61\x4e\x38\xce\x4a\xbd\x6e\xa2\xd8\x48\xc9\xbd\xc0\x12\xc8\xda\ \x8c\x70\xca\x5d\xd7\x25\x84\x01\xb0\x52\x51\xcc\xcc\x2e\x28\x29\ \x8f\x4b\xa0\x0e\x09\x25\xe8\xf9\x8d\x28\x1e\xe9\x1f\x70\xb9\xd0\ \xed\x84\x82\x75\x18\x09\x01\x16\x27\x26\x1b\xfb\x0e\x16\x80\xec\ \xd7\x73\x95\x4d\xe5\x4d\x1b\x4e\x2c\xae\x59\xb7\x68\x16\x6a\x66\ \x5f\x3c\xdd\xbe\xf0\xd4\x17\xb0\xa5\xe6\xd2\xdc\xb4\x24\x29\x77\ \x5d\x6b\x3d\xd9\x8a\x1c\xd1\xf4\xf3\xf9\x2d\x27\x6d\x15\x61\xf7\ \xbd\xf7\xdd\xfe\xc8\x81\x87\x09\x87\x55\xe7\x1b\x02\x82\xb1\x36\ \x4b\xaa\x55\x53\xd3\x53\x8d\x46\xa3\x5c\x29\xe8\xd4\x24\x71\x5b\ \x08\xa1\xb5\xce\xea\xfd\x33\x49\x84\x2c\xcf\x88\x52\xaa\x8c\x3e\ \xff\xfc\xf3\x87\x46\xd6\xfe\xc3\x3f\xfc\x73\xb3\x11\xa1\x05\x44\ \x6d\xd0\x12\x42\x81\x90\xec\x5d\x99\x3d\x94\xd9\xb2\x47\xe7\x7a\ \x29\x25\x21\xd4\xf5\xbd\xd0\xe4\x50\x6b\x41\xc1\x18\xb3\xf3\xa4\ \x13\x93\x76\xab\xde\x6c\xb6\x5a\xad\x56\xd4\x76\x3d\xaf\x15\xb7\ \x11\x31\x08\x83\x24\x49\xa6\x26\xa6\x10\xf0\x88\x41\x4b\x95\x52\ \x60\x8d\xe7\xba\x0d\x44\xab\x75\x9c\x24\xa7\x9e\x72\xf2\xfa\xb5\ \xeb\xae\xfa\xc9\x95\xad\x66\xc3\x5a\xeb\x79\xfe\xf1\x4d\xe6\x08\ \x40\x81\xc8\x38\x25\x4e\x8e\x0a\x6a\x65\xba\x30\x3b\x53\x9b\x9b\ \xef\xea\xe9\x1b\xc8\x17\xd3\x78\xa6\xa5\x96\xc1\x0f\x7b\x2f\xd9\ \x51\x37\xa8\x0b\x43\x6b\x86\x06\xaa\xb3\xf7\x35\x16\x66\xa6\xf7\ \x5e\x1f\x74\x0f\xa6\x1e\x21\xbe\x28\x17\x9d\x7c\x4e\xd8\x04\x99\ \xcf\x89\x20\x84\x40\x7d\x65\xe1\x81\x07\xee\x43\xb0\x08\x48\x19\ \x25\x1a\x2c\xda\xec\xe9\x96\x32\x9d\x9a\x9c\x3c\x61\xdb\x16\xab\ \x52\x04\x2b\xa5\xb6\x46\x72\x2e\xb2\x72\x58\x63\x4c\x2e\x97\xcb\ \x08\x32\x1b\x3a\xce\x18\x01\x92\xcb\xe5\x96\x6b\x55\x40\x4c\x92\ \x44\x1a\x6d\xd0\x66\x77\x33\x1b\x9c\x4c\x32\x30\xdb\x76\x5d\x37\ \x73\x09\x30\xc6\x88\x81\x57\x5c\xfa\xf2\x52\xa5\x3c\xbc\x71\xd3\ \x27\xbe\xf8\x1f\x08\xcc\x82\x55\x48\x9c\x30\x8f\xda\xa4\x69\xac\ \x8c\x5d\x49\x22\x5b\x8b\x9d\x76\x83\x69\xe2\x79\x25\xa7\xb7\x47\ \x97\x43\x13\x38\x2c\x57\xa8\x54\x7a\x0b\x2e\x45\x4e\x8c\x31\x96\ \x58\x4a\xa9\x47\x29\x37\x8a\x3b\xcc\x0d\x9c\xa0\xe0\xb7\x5b\x6d\ \x42\x3a\x22\x0c\x1d\x3c\x97\x60\x9c\x35\xe7\xf7\x5f\xf5\xe3\x9b\ \xeb\xc8\x5d\xc7\xa1\xb8\xf8\xa3\x1f\xcb\x97\xbe\xe0\xf4\xbc\x20\ \x4f\xec\x01\xf5\xec\xf9\x75\x09\xb1\x82\x6b\xca\xcd\xe4\xf4\x58\ \xa1\x94\x03\x82\xf9\x72\x89\x38\x82\x32\x51\x1c\x1e\x46\x04\x11\ \x06\xbe\xe0\xb6\x56\x2f\x15\x0a\x22\x85\xf6\x03\xfb\xf5\x83\xfb\ \x0a\x69\xaa\x3d\xb1\xe8\x36\x95\x2b\xfa\xcb\x9b\xb5\x13\x6c\xd9\ \x71\x56\x5b\xf4\x34\x9b\x35\xd7\xc4\x02\x52\x62\x19\x84\xc4\xf5\ \xf2\xdd\xbd\xc5\xde\x9e\x53\x4e\x3d\xfd\xd4\xf3\xce\x3d\xe7\x83\ \x1f\xfc\xa0\x31\x9a\x31\x92\x39\xf4\x88\x4b\x01\x40\x4b\x9d\xa6\ \x89\xd6\x1a\xc1\x3a\xae\x03\x80\x94\x66\x35\x18\xe0\x38\x4e\x2e\ \x97\xf3\xbd\xf0\xee\xbb\xee\xbf\xe6\xda\x6b\xa3\x28\xa6\x54\x18\ \x63\xd1\x5a\x2e\xb8\x31\x9a\x31\x4a\x09\x45\x6b\x33\x2f\x99\x01\ \x4c\xd3\x34\x95\x32\x33\x95\x5a\xad\xd6\xca\x4a\x35\x08\xc2\xbe\ \xfe\x2e\x21\xe8\xfc\xfc\x7c\xab\x99\x1a\xad\x9b\xcd\x46\xb9\x2b\ \xbf\x7e\xfd\xfa\x52\x39\xdc\xb2\x65\xcb\xee\x5d\xbb\xe7\xe6\xe6\ \xe6\x66\x17\x06\x06\x86\x8c\x31\xad\x76\xbb\x3a\x39\xb5\x30\x3f\ \x9f\xcb\xe5\x1c\xe1\x69\x6d\x08\x20\x45\x20\x88\xd5\xc5\xa5\x5a\ \x77\x37\x17\xae\xe7\x86\x73\x0b\x8b\xfb\x0f\x1e\x96\x4a\x1d\xf7\ \xc4\x22\x1c\xb7\xa7\x58\x2a\x05\x45\x68\xc9\xb4\xd6\xbc\xff\xbe\ \xbb\x87\x37\x0e\x9f\x71\xc2\x86\x32\x73\x86\x9d\x80\x44\xd5\xa9\ \x28\x1a\xda\xbc\x61\xf4\xc2\xd3\x0e\x2d\xb5\xfb\xd7\x9e\xda\xe7\ \x8e\x8e\x1f\xd8\xb7\xeb\xa1\x03\xb6\x2d\x0b\x45\x5a\xa7\x0e\xb8\ \xb9\x8d\xeb\x07\x81\xe7\xc1\xcb\x81\x10\x4c\x18\x6d\x1a\x87\x26\ \xf6\xce\x56\x27\x72\x41\x19\x57\x35\x0d\x58\x12\x1b\x02\x20\x1c\ \xa2\xb5\x42\x34\x16\xad\x35\x96\x32\x56\x2e\x97\x5b\xad\xd6\xdc\ \xdc\x5c\x56\x7a\xd8\xdf\xdf\x5f\x28\x14\x66\x66\x66\x10\x51\x2a\ \xd9\xd5\xdd\xed\x08\x2f\x8e\x62\x58\xed\x73\x07\x51\x1c\x73\x47\ \x20\x92\x34\x95\x99\x21\x9b\x39\xe7\x33\x2b\xf6\xa8\x2c\x80\x94\ \x32\x97\xcf\xc7\xa9\xe4\x9c\x97\x2b\xe5\x9d\x27\x6d\xaf\x14\xc3\ \x9e\xee\xde\x66\xab\xd9\xd3\x55\x01\x40\x4a\x98\xca\xfc\xf0\x49\ \x72\xf8\xf0\x21\x21\x5c\xad\xb2\xca\x10\xea\xba\x1e\x63\xdc\x68\ \xad\xb5\xca\x4c\x52\x6d\x8c\xcb\xd8\x9e\xdd\xbb\xd7\x8e\xae\xd9\ \xb2\x79\xd3\x03\xf7\xdf\xb7\x67\xf7\xae\xf3\xcf\x3b\xe7\xb8\x55\ \x75\x28\x10\x62\x90\x50\x2a\xad\x12\xae\xb3\xb8\x30\x3f\x33\x7e\ \xf8\xc4\xde\x7e\x93\x44\x5a\x26\xca\x26\xb3\xb5\xe5\xd2\xd8\x5d\ \x63\x64\xf9\x90\x14\xdb\xc8\x46\x37\x66\xb3\x07\x17\x3d\xaf\x18\ \xf2\x60\x64\x64\x1d\x75\x5d\xc1\x3d\x87\x07\x40\x84\xd5\x48\x40\ \x5b\x13\xa3\x91\xa5\x62\x08\x44\x19\x9b\x28\xcd\x28\x25\x47\x2c\ \x78\x95\x26\x72\x66\x76\x26\x4d\x93\x2c\x26\xea\xfb\xbe\x92\x66\ \x79\x79\x65\x71\x71\x31\x49\x92\x72\xb9\x3c\x34\x34\xd4\x6a\xb5\ \x16\x16\x16\x10\x4d\xa9\x58\xd9\x7f\xe0\x80\xe7\x7b\x5a\x2b\xa3\ \xf5\x6a\xcb\x1e\x6b\x2d\xda\x63\x7d\x48\xc6\x98\x4c\x6d\x38\x13\ \x0e\x2c\x95\x4a\x51\x14\x51\x4a\xd1\xda\x72\xb1\x78\xf2\x49\x27\ \xdd\x72\xf7\x7d\x53\x63\x13\x56\x1a\xe6\x70\x6d\xac\x52\x46\x70\ \x0e\xdc\x05\x01\x86\x22\x17\xd4\xe5\x6e\x5c\x6d\x95\x0a\xc5\xd8\ \x73\x5b\x88\x3e\x81\xe5\x56\xab\xd1\x6e\x07\xd4\xa3\x92\x01\x80\ \x45\x90\x4a\x5a\xd4\x40\xa9\xf0\x9d\x02\x2f\x78\xbe\x4b\xfa\xfa\ \x28\xed\xe8\x30\x74\xf0\xdc\x3a\x76\x01\x80\x64\x8d\x2e\x00\x08\ \xd5\xb5\xdb\xaf\xbd\x72\xcb\x69\x27\x9d\x3a\xe0\x3e\x56\xa3\xfe\ \xd9\xe4\x51\x42\x00\x4d\x92\xd4\xad\x8e\xfd\xb0\x30\xbf\x30\x37\ \x3d\x3d\xc3\x7d\xaf\xd4\xd3\xed\x70\x67\xb1\x51\x1d\x1a\x1a\x2e\ \x57\x0a\x69\xa3\x9a\xa7\xbe\x88\x62\x13\xe9\xfd\x57\x5e\x13\x3d\ \xbc\x77\xc3\xb6\xf5\x69\xde\x46\xae\xb7\xe9\xe4\xb3\xcb\x6b\x8b\ \xb1\x98\xaa\x57\xe5\x72\x3c\x3d\xba\xbe\xec\xe4\x1c\x48\x52\xb0\ \x46\x6b\xd4\x8c\x52\xf4\xe6\xe6\x96\x3d\xcf\xbd\xf0\xa2\x0b\xcf\ \x3e\xfb\xec\x1b\x6e\xb8\xd1\x71\xbc\x2c\xc9\x02\x11\x18\x65\x04\ \x71\x7a\x7a\xda\x75\xdd\x66\xab\x5a\x70\x72\x59\x4b\x2c\x4a\x29\ \x22\x28\xa5\xc0\x82\x35\xa0\xb5\x56\x4a\x66\xcd\x3e\x09\x01\x72\ \x24\x08\xb7\x1a\x9c\x3b\xb2\x5a\xcf\xa2\x46\x47\x5b\x4a\x65\xcd\ \x20\xab\xd5\xaa\x36\x89\xe3\xb0\x56\xab\x45\x88\x4b\x28\x59\x59\ \xa9\x5a\x94\xf7\xdc\x73\xcf\xd9\x67\x9d\x6a\xad\x4d\xe2\xd8\x68\ \xa3\x95\xa9\x2e\xaf\x94\x4a\x25\x9d\xca\x66\xbd\xc1\x29\x77\x85\ \xcb\x08\xa5\x96\x28\x6d\x9a\x51\x33\x97\xcb\x2d\xcc\xce\x75\x77\ \x75\xf7\x0f\x8d\x68\x63\x77\x3d\xb2\x77\x71\xb9\x4a\x18\x3f\xae\ \x36\xde\x80\x88\x23\xc3\xc3\x85\x4a\xd7\xd4\xf8\x34\x8b\xf4\xcc\ \xc1\x83\xd7\x5e\x7d\xd5\x05\xfc\x42\x29\x13\x02\x28\x94\x22\xca\ \xd4\xab\xcd\xa5\xc5\xb9\x3d\x63\xfb\x1e\x9a\xa9\x17\xa3\xae\xf5\ \x5b\x2b\x75\xc3\x1f\x79\x64\xff\x96\x0d\xeb\x82\x52\x6e\xe3\x9a\ \x93\x11\x72\x3d\x7d\xfd\x34\x97\x03\x9b\x82\x89\x97\x16\xa6\x5b\ \x32\x0d\x72\xac\x54\x09\x65\x24\x09\x3a\x5a\x69\x3f\xf0\x1c\x4f\ \xa0\xd1\x00\xb8\x7d\xc7\x09\xe7\x9e\x7b\x56\x3e\x9f\x6f\xb7\x63\ \x5f\x38\x68\x6c\x66\xfa\x0f\x0c\x0c\x64\x6a\xae\xad\x56\xab\xd9\ \x6c\xca\x54\xe6\xf2\xb9\xcc\x49\x3b\x33\x33\x1d\xb5\xdb\xae\x1b\ \xd8\x2c\x28\x8a\x16\x80\x66\x63\x7b\xec\x37\xca\xdc\xbc\x47\x15\ \x91\x10\xd1\x75\x3d\x29\xd3\x20\xf0\xb6\x9f\xb0\x25\xf0\xdc\x34\ \x8d\x95\x14\xcb\x2b\x55\x34\x46\x29\x9d\x68\x49\x05\x15\x42\x18\ \x63\xd0\x62\x96\xba\x42\x08\xcd\x14\x06\x80\x50\x6b\x2d\xa5\xcc\ \x73\x1c\x06\x48\x3c\xd7\x6a\xb5\xb4\x30\xef\x3a\x4e\x6f\x6f\xcf\ \xd2\xf2\xd2\xfc\xfc\xfc\x71\x4f\xe8\x0c\x90\x02\x10\x00\x4b\x90\ \x70\x5a\x6f\xd4\x17\xe6\x67\x21\x89\xb8\xa0\x29\x4a\x8e\x3a\x05\ \xb6\xeb\x91\x07\xa3\x41\x1e\x93\xbc\xef\x6e\x1e\xe9\x59\xbf\xae\ \xdc\x2d\xca\x7d\xe0\xe6\x00\x28\x20\xd3\x29\xa2\x61\x04\x28\x58\ \x49\x98\x32\x32\x32\x32\x2a\x95\x7c\x6b\x52\x42\x91\x31\x6a\x8d\ \x71\x1c\x91\xa4\xb1\xef\x3a\x5b\xb7\x6e\x1d\x1d\x5d\x93\xa6\x31\ \x41\xcb\x18\x4d\x65\x0a\x86\xe6\xf3\x79\xdf\xf7\xb5\xd6\x9e\xe7\ \x49\x29\x9b\xcd\x66\xb3\xd9\xec\xee\xee\xca\x16\x7f\xbe\xef\x1f\ \x6d\x6e\xf3\xb8\x71\x3e\xfa\x67\x46\xaf\x47\x37\x38\xe7\x5a\x1b\ \xa5\x35\x32\xd6\x37\x38\xd8\x8c\x6e\xd2\x5a\xa7\xa9\xf4\xfd\xc0\ \xd8\x94\x11\x46\x91\x18\x8b\x16\xd0\x20\x50\xce\xc0\xe5\xe8\x72\ \x70\xb8\xf0\x03\x03\x52\x22\xd4\xe2\x76\x50\x2a\x05\x9e\x00\x07\ \x8d\x31\x2a\x8d\x01\x80\x0b\x17\x29\x1a\xad\x09\x10\x87\x3b\x94\ \x32\x42\x3a\x6e\xdd\x0e\x9e\x4b\x68\xad\x73\x7d\x5b\xde\xfa\xfe\ \x53\x8e\x4c\x3d\x13\xcd\xff\xfe\x4f\xf5\x28\x79\xd2\x4c\xf2\x67\ \x2f\x3e\x2a\x84\xe8\xae\x74\x55\xca\xdd\xfd\x03\x43\x3d\x7d\x03\ \xe3\x93\x53\x8e\xe7\x85\x85\x7c\xab\xd5\xee\xe9\xeb\x2d\x14\xc3\ \xb8\xb9\xa2\x56\x6a\x51\x3d\xee\x3b\x75\xa7\x6a\x4a\x5c\x5e\xee\ \x12\x7c\x65\x65\x36\xbf\x75\xc7\xd9\x2f\xbd\xcc\x2d\x0f\x34\x96\ \x56\x1a\xb8\x8c\x29\x6c\x59\xbb\xde\x12\x23\xa3\x2a\x45\x4a\x08\ \xb5\x56\x10\x4b\x29\x65\xbd\xbd\xdd\x94\x8a\x66\xb3\xb6\xbc\xb2\ \x74\x34\xd9\x2f\x2b\x01\x94\x52\x33\x34\x99\xaa\x4e\x18\x86\x5a\ \xa9\xd4\x68\xc7\x71\x38\xe7\x88\x60\x8c\x71\xb8\x20\x84\x6c\xda\ \xb4\x71\xc3\x86\x0d\x7b\xf6\xec\x67\x8c\x22\x22\x3d\x12\x87\x43\ \x6b\x8d\xc1\x8c\x47\x33\x65\x21\xc6\x39\xa1\xd4\x72\x7e\x24\x67\ \x92\x50\xca\x84\x20\x49\xda\x56\x4a\x53\xca\xd0\x12\xc7\x71\xa4\ \x52\x7b\xf7\xee\x3d\xe7\x9c\xd3\x4a\xf9\x62\xe0\x05\x4d\xde\x74\ \x98\x88\x5a\x2d\x82\x44\x29\xa5\x12\x29\x18\x47\x6d\x53\xad\x92\ \x66\x94\xcf\x87\x60\xa9\x0b\x54\x45\xe9\xf2\xfc\x72\x18\x96\x66\ \x96\x96\x0f\x1e\x1e\x4b\xb4\x39\xde\x36\xde\x40\x29\x13\x42\x1c\ \xd8\x7f\x20\x6d\x45\x45\xee\x7b\x9e\xbb\xf3\x8c\xd3\xb7\x9e\xbc\ \x23\x32\xd2\x58\x09\x14\xb8\xb4\x79\xc1\xea\x53\x73\x91\x7b\x7f\ \xd3\x2d\xb6\xe7\xd5\x9a\x2d\x3d\x83\xa3\x1b\x36\x6d\x39\xdb\xf1\ \x44\xdf\x70\x00\x58\x06\xed\x27\xf5\x06\x6d\xb7\xb5\x6a\x33\xc7\ \x94\x7c\x37\x4d\x23\x13\x45\x03\x5d\xa5\x03\xd5\x59\xc2\xb8\x70\ \x5d\x63\x8d\x52\x89\x51\x92\x32\x7b\xc1\x05\xcf\x3b\xe9\xa4\x13\ \xa3\x76\x9b\x12\xa6\xb5\xb6\xc4\xba\xae\x9b\xcf\xe7\xb3\x30\x27\ \xe7\xbc\xd1\x68\x6c\xda\xb4\x29\x49\x12\xcf\xf3\x90\xc0\xc2\xc2\ \xc2\xd8\xd8\x98\xe3\xb8\x94\xd2\x38\x4a\x01\xd1\x66\x62\x46\x47\ \x24\x99\x1e\x47\xa5\xd9\xcc\x8e\x88\x4a\x69\xa0\x00\x40\xac\x31\ \x82\x73\x34\x0a\x8c\xb4\x46\x05\x81\xdf\xdd\xd3\x7d\x70\x7c\xca\ \x0d\x5c\x83\x86\x1e\xf1\x06\x67\xa7\xca\xba\x8d\x22\x02\xa3\x34\ \x4d\x92\x38\x6a\x5b\x63\x18\x21\xb9\x7c\x5e\xa6\xf1\xdc\xfc\x5c\ \x5f\x6f\xcf\xc6\x0d\x1b\x72\xb9\xd0\x73\xbd\xe3\xf6\xeb\x32\x24\ \x0c\x0d\x21\x04\x18\x55\x88\xd4\xa1\x07\x0e\xee\x6f\x5c\x70\x61\ \x2d\xaa\x47\x36\x36\x5a\xc5\xf3\x84\xfb\x2b\x51\x73\x57\x79\xf3\ \x09\xf1\xc2\xe4\x72\x2b\xf0\x8c\x11\x8d\xc8\x2d\xf7\x20\x77\x2c\ \xb0\x76\xad\x99\xcf\x95\x64\xd4\x62\x0c\x89\xd0\x40\xb4\x2f\x1c\ \x97\x12\x34\xda\x6a\x43\x04\x20\x82\xb5\x26\x6d\xcb\x93\x76\x6c\ \xfb\xe0\x07\x7e\x67\x64\x64\xa8\xdd\x6e\xc8\x24\xce\xe5\x02\x63\ \xb5\xd5\x94\x52\x9a\xb5\x6d\xc9\xf2\xbc\xba\xbb\xbb\x7b\x7a\x7a\ \x1c\x47\x4c\x4d\xcd\x2c\x2e\x2e\xfa\x7e\xb0\xb2\xb2\x7c\xc4\xe2\ \xb7\x47\x7e\x2f\xf8\x44\x9f\x6a\x16\x61\x95\x52\x66\xde\x5d\x44\ \x9c\x98\x9d\x5d\x8e\xa3\xc9\x85\x79\x45\x80\x0a\xae\x8d\x12\x9c\ \x73\x42\xad\x56\x0c\x0d\x22\x38\x84\x31\x26\x34\x23\x92\x93\x18\ \x0c\x07\x20\xda\x52\xc4\x76\x92\xb0\x7c\xe0\x7a\x8e\x4a\x23\x65\ \x94\xe0\x82\x51\xc7\xa0\xcd\x06\x8a\xa2\x35\x46\x83\x25\xab\x6b\ \xef\x0e\x95\x76\xf0\x5c\xf9\x75\x19\x4b\x6a\x33\xf7\xdd\x7a\x30\ \x01\xca\x38\x6b\x1c\xbe\x6b\x77\x35\x7f\x61\x25\x0f\xf8\xdc\xe5\ \x19\x01\x80\xb5\xc0\x89\x97\x0b\x8a\x32\x35\x39\x3f\x97\x0f\x0a\ \x9e\xeb\x59\x63\x36\x6e\xdc\x14\xe6\xf2\xd5\xea\x32\x89\x1b\x77\ \xdd\x70\xed\x03\x77\x3d\xf8\x97\x7f\xf7\xd7\x81\x2b\x8c\xcf\xda\ \x32\xaa\x56\x65\xdf\x70\x8f\xe8\x2d\xcc\xcc\xce\xf5\x6d\xdc\x21\ \x6c\xad\xba\x54\x9d\xde\xbb\x8b\x11\x46\x45\xcb\x09\x4a\x5e\xb1\ \xd7\x11\x01\xa1\x9e\xa5\xe0\x38\x02\xc0\xb9\xf7\xde\x7b\x1e\x7e\ \xf8\x41\x47\x78\xab\x94\x87\x60\x11\x28\xa1\xd6\xaa\x95\x95\x95\ \x5a\xad\xd6\xdb\x57\x01\x20\x42\xf0\x56\xab\x55\xaf\xd7\x95\xd2\ \xae\xeb\x76\x57\xba\x7c\x8f\x0d\x0e\x0c\x9e\x76\xda\xe9\xbb\x76\ \xed\x41\xd0\x9c\x3b\x94\x50\x46\x29\xa5\x74\x35\x72\x04\x47\x8c\ \x51\x02\xab\x66\x0a\x62\x96\xb8\x61\x8c\xf5\x3c\xcf\x0f\x84\xb1\ \xd2\x5a\xab\x64\xc2\x99\xe7\x79\xbe\xc5\xb4\x54\x2e\x0f\xf4\x0f\ \xd6\x17\x96\xbb\x2b\xdd\xcb\x8b\x2b\x60\xd1\x6a\x9b\x44\x11\x02\ \x09\x83\xdc\xaa\xd3\x52\x19\x1d\x25\x3d\xc3\xc3\xa5\x72\x29\x0c\ \x83\x62\x77\x05\x84\xa8\xae\x54\x1f\x7e\xf8\x91\x54\x29\x26\x9c\ \xe3\xcc\x76\x21\x60\xad\x1d\x9f\x99\xd4\xda\x52\x46\x2d\xd8\xf5\ \x5b\x37\xf6\x6f\x19\x55\x21\x34\x89\xe1\xb9\xa0\x2e\xd3\x2e\x4b\ \x74\x2b\x95\xcd\x56\x75\x66\x2a\x2a\xa8\xde\x72\xa1\xb5\x58\x2b\ \xe5\xbb\xe6\x16\x97\xf2\x5d\xb9\x46\x34\x2b\xac\x83\x29\xb1\x89\ \x0e\x5c\x37\x6e\xd7\x11\x24\xf5\x98\xe5\x6e\x48\x45\x00\x9c\x28\ \x24\x9c\x22\x5a\xad\xcd\xe0\xe0\xe0\x9a\xe1\x81\x66\xab\x19\x86\ \x41\x1c\x47\xd6\x1a\xce\x08\x00\x65\x8c\x65\x62\x7b\x9c\x31\x84\ \xd5\x3c\x52\xa3\x75\xb3\xd9\xac\xd7\xeb\x5d\x3d\xdd\x71\x1c\xcf\ \xcd\xcd\x03\x41\xdf\x0f\x6a\xf5\x16\x1e\xe9\xca\x72\xac\x61\x74\ \xd4\xb5\x7b\xd4\x0d\x90\x55\x37\x71\x4f\x30\xce\x9b\x8d\xc6\xca\ \xd2\xe2\x86\xd1\xe1\x08\x4c\x18\x86\x1a\xd9\xb9\xe7\x9d\x3b\xbf\ \x5c\x3f\x38\x76\x88\x30\x42\xb4\xe2\x5c\x10\x4a\x33\x25\xbc\x23\ \x27\x21\x8c\x71\xb0\x56\x26\x31\xa0\xf5\x7c\xbf\x90\x0f\x4b\x23\ \x43\x82\x73\x21\x18\x43\x1b\xba\x2e\xa0\x3d\x5e\x77\x3a\x0a\xa0\ \xcc\x00\x21\x80\x94\x18\x6b\x99\xeb\xdc\xf7\xe0\xfd\x51\x63\x25\ \xb6\x52\x3b\x40\x88\x57\x5b\xa0\x60\xa2\x53\x5f\xd4\x43\x49\xd2\ \x9e\x3a\xe4\x94\x2a\xbc\x58\x42\xa6\x9a\x8b\x63\x61\xa5\x3b\xc8\ \x87\xf9\x2e\x5c\x9c\xdc\x65\x53\xb9\xb4\x38\x5b\x2a\xe5\xbd\x5c\ \xd0\x3d\xb4\x96\xa0\x61\x84\x11\x4b\xad\x45\xc6\x48\x4f\x4f\x8f\ \xe3\xf2\xa1\xa1\xc1\x30\x0c\x6b\xb5\x2a\xa2\xf5\x7d\x8f\x50\xa2\ \x52\x23\x98\xd0\x5a\xa7\x69\xea\x38\x8e\x35\x96\x0b\x9e\x09\xf1\ \xd7\x6a\xd5\x43\x07\x0f\x36\x1a\x0d\xcf\x0d\x93\x24\x41\x58\x15\ \x47\x3c\x3a\xc8\x4f\xf8\xe5\xae\x66\x4d\x27\x49\xe2\xfb\x3e\x67\ \x8c\x32\x36\x5d\x5d\xba\x63\xef\xc3\x0f\x8d\x1f\x6c\xa3\x66\xbe\ \x48\xb4\x0a\x1c\x8f\x12\x30\x46\x53\x62\x89\x41\x50\x1a\xd0\x91\ \x68\xad\xcb\xa8\xc3\x8d\x52\xdc\x5a\x66\x31\x51\xe9\xd8\xe2\x6c\ \xa9\xaf\xdf\x46\xb1\x32\xda\xf1\x5d\xa4\xc4\x48\x83\x94\x30\xea\ \x30\x0e\x60\xa5\xd5\x16\x80\x74\x38\xb4\x83\xe7\x10\x94\xd2\xa4\ \x31\x7b\xcb\x75\xd7\x36\xa8\x03\x46\x89\x5c\xdf\x6b\xde\xf5\x9a\ \x8d\x65\xae\x8f\xa4\x2e\x3e\x47\x3c\x6a\x50\xc6\x58\xaf\x45\x9e\ \x67\xa7\xa7\xe6\x5a\xcd\xe8\x82\xf3\x2f\xe8\x1f\x18\x4c\x94\x9a\ \x99\x9c\x54\x52\x79\x36\xae\x2d\xad\x6c\xdb\xb1\x9d\x17\x02\xd3\ \x6e\xd6\x6d\x9a\xf3\x9c\x96\x89\xf6\x1d\xda\xaf\x07\xcb\x87\x97\ \xd3\x05\x4b\x06\x87\xe3\xc9\xf1\xf1\x64\xc9\x1b\xdd\xb8\xa1\xd2\ \xdb\xcd\xbc\x12\xf7\xbb\xb8\x57\x06\x08\x10\xa4\xd1\xb1\x35\x31\ \xe7\x2c\x08\x02\xad\xcc\xa3\x53\xb0\xb5\x49\x1c\x07\xbe\xd8\xb4\ \x69\x23\x5a\xcc\x9a\x4e\x7b\x9e\xeb\x7b\x5e\x9a\x4a\x6b\xdb\x4a\ \x2b\x29\x95\x92\xf5\x7d\x7b\x0e\xc4\x51\x3b\xe3\x36\x4a\xa9\x70\ \x44\x66\xb3\xae\x7a\x48\x01\x33\xbd\x34\x60\xf4\xe8\xd4\x93\xa5\ \xa1\x32\xc6\x5c\xd7\x61\x8c\x66\x65\x03\x8c\x39\xc2\x71\x1c\x87\ \x13\x4a\xb7\x6e\xde\x1c\x27\xf1\xd4\xd4\x54\xb9\x58\x02\xb4\x71\ \x92\x86\x41\xae\xab\xd2\x95\x24\x69\x9a\x4a\x42\x18\x10\x20\xc8\ \x73\xdd\x4e\x29\x57\xe8\xef\xee\xee\xed\xeb\x23\x82\xa7\x68\x1f\ \xd8\xbb\x6f\x66\x76\x26\x45\x54\xd9\xe7\x1c\x97\x50\xbd\xb1\xf6\ \x8e\xbb\x6e\x57\x4a\x83\x82\xa2\x13\x6e\xdd\xb0\x29\xec\x2b\x87\ \xbd\xa5\xba\x8c\x68\xd2\xae\xa3\x16\x68\x2c\x25\x07\xa6\x26\x19\ \x83\x75\xeb\x4e\x08\x19\x6b\xcd\x2d\x78\x6d\xe2\xd2\x92\x31\xed\ \x58\x2c\xf7\xf5\x57\x0a\x95\x7c\x54\x53\x07\xf7\x3e\x68\xb5\x8a\ \xdb\x0d\x22\xe8\xd0\xda\xcd\x3e\x08\x1f\x5c\x66\x88\x35\x26\xb5\ \x26\xcc\xf9\xa3\xa3\x6b\x4e\x3a\x71\x3b\xe7\xd4\x18\x93\x0d\xa3\ \x5f\x70\xb3\x27\x92\x73\xae\xb5\xce\xb2\xbd\x52\x99\x12\x42\x94\ \xd6\x95\xae\xca\xec\xec\xdc\x81\x03\x07\x9a\x8d\xf6\xf2\xca\xb2\ \x10\x22\x8a\xdb\x4a\x49\xee\x38\xab\x13\x3a\x79\x8c\x49\x74\xac\ \xb3\x31\xb3\xb1\x28\x63\x6e\x98\x17\x8c\xc5\x49\x73\x6c\xec\x70\ \xe0\xb2\x42\x2e\x4c\x93\x34\x96\x66\x64\x64\xf8\xd2\x57\x5c\x7a\ \xc5\x8f\x7f\x38\x36\x76\x58\x1b\xc3\x18\x03\x5c\xad\xe2\x50\x4a\ \x72\x2e\x28\xa5\x69\x9a\x38\x6e\x08\x84\x84\x61\x58\x2a\xe6\x5d\ \xd7\x2d\x15\x0b\xb9\x5c\x4e\x6b\x25\xe3\xa8\xab\xbb\xcb\xf3\x3d\ \x7b\xbc\x36\x11\x01\x20\x99\x6d\x47\x08\x12\x8b\x14\x97\x56\x96\ \xae\xba\xf6\xea\xc8\x48\x0c\x05\xc6\x3c\x4e\x7c\xd2\xc2\x64\xa5\ \xed\xd0\x74\x6e\x69\x6e\x86\x7a\xf9\x4a\xd7\xe0\xba\xe1\xb0\x18\ \xd6\x67\x96\x07\x07\xba\xd3\xa8\xb1\x34\x3f\x0d\xca\x76\x95\x4b\ \x16\xdb\x2a\x55\x26\x8d\xca\xc5\x92\xcb\x5d\xd4\x44\xc9\xb4\x50\ \x0c\xce\x3e\xfb\xac\x9d\x3b\x4f\xea\xeb\xed\x49\x92\xd8\x71\x38\ \xa2\x31\x9c\x08\xc1\x39\x67\x99\x28\xa3\x52\x8a\x52\x42\xd9\x91\ \x04\x69\xc6\x84\xe3\x4c\x4c\x4c\x58\xc4\x54\xaa\x38\x49\x1c\xcf\ \xcd\x32\xb9\xf0\xc9\x12\xfa\xad\x45\xc6\x1e\xb5\x47\x11\x20\x8b\ \x4f\x4f\x2d\x2e\xa4\xf7\xde\x35\xdf\xaa\x91\xd0\xa3\x8c\x93\x38\ \x36\x80\x82\x52\x04\x4b\x39\x61\x00\xc2\x30\x43\x48\x0b\xac\x15\ \x8c\xb8\xc2\x11\x4e\xb7\x13\x48\xd0\x68\xf4\xfe\xc9\xb1\x0d\x85\ \x7c\x81\x52\xd7\x0f\x15\x5a\x6b\x2c\xa3\x42\xa3\x95\x52\xeb\x54\ \xca\x38\x21\x00\x90\x45\x64\x3a\xd3\x79\x07\xcf\x9d\x5f\xb7\x38\ \xbc\xf3\x03\x7f\xb4\xbd\x15\xab\x30\x1f\x12\xa0\xae\xc3\xd2\x38\ \x7e\xd2\xe6\xf2\xcf\x62\x9e\x11\x10\x43\x8c\xd4\x49\x57\x58\x34\ \x2a\xce\xf9\xec\x07\xdf\xf9\xe6\x29\x3b\x77\x76\x77\xf7\x12\xa0\ \xbe\x1f\xe6\xbb\xfa\xcf\xbf\xec\x35\xdd\x85\xbc\xcf\x89\x4c\x53\ \xd5\xac\xb5\xd3\x66\xe0\x71\xaf\xd1\x5e\xd8\xb3\x27\x75\x42\x62\ \x47\xbb\x7b\x4e\x2e\x9d\xb5\xcd\x71\x2b\x10\xf8\xa8\x23\x4b\x28\ \x00\x57\x36\x15\x4e\x4c\x64\x93\xa1\x02\xe2\xb8\xa0\xf3\x9e\x57\ \x4d\x53\x20\xc4\x18\x65\x8d\x0d\x7c\xf7\xd4\x9d\x3b\x76\xec\xd8\ \x7c\xee\xb9\xe7\x38\xae\xd3\x6e\x47\x9c\xd3\x54\x6a\x63\x49\xff\ \xc0\x10\x21\xc4\x68\xc3\x08\x24\x51\x7c\xd2\xc9\x27\x6e\xd8\xb4\ \x61\x68\x70\xf0\x2b\x5f\xfb\x66\x3b\x4a\x28\x20\x20\x1a\x65\x29\ \x30\xee\xf3\x6c\xe5\x6e\xad\xa5\x47\x6a\x39\x18\xa5\x8c\x66\x96\ \x01\xa5\x82\x69\x8b\xd6\x12\x4a\x18\xa2\x45\x93\x38\x9c\xf9\xbe\ \xd8\xbe\x65\xa3\x43\xb0\x5c\xcc\x0d\x0c\xf5\x0e\x0e\xf7\x2d\x2c\ \x2c\x0e\x0e\xf5\x75\x75\x77\xcf\xcd\x2f\x34\x17\x9a\x61\x90\xb7\ \xd6\x6a\x65\x84\x70\x90\xb0\xc5\x6a\x35\xec\x2a\x19\x15\x47\x5a\ \x56\x5b\x2b\x94\x62\xe8\x78\xa9\xb1\xc7\xed\xe2\x22\x00\xf5\x85\ \xb1\x99\x99\x39\x2d\xd1\x73\x82\xbd\x7b\xee\x2b\x77\x55\xce\x3e\ \xe7\x34\x59\x0c\xc5\xca\xb2\x2a\xc3\x14\x27\x6d\xed\x24\x98\xcb\ \x25\xb4\x37\x4e\x92\x85\x99\x85\xb9\xe8\x30\xee\x5f\x37\xba\xb1\ \xd2\x5d\x41\x96\xce\x46\x75\xdb\xdb\x57\x5d\xa9\xd5\xeb\x4b\x39\ \xdf\xa9\x14\x03\x3f\x08\xa2\x66\x4d\x84\x43\xa5\xde\x1e\x16\x4c\ \x59\x46\x08\x90\x5c\x21\x2f\x65\x32\x3f\x3f\x37\xd8\xdf\x9b\xc6\ \x51\xd4\x64\x88\x36\x10\x4c\x33\x47\x1b\x60\x8c\xa6\x52\x32\xca\ \x09\x05\x44\x14\x5c\xc4\xad\x28\x96\x32\x97\xcb\xa7\x52\x2d\x2c\ \x8c\x45\x51\xbb\x58\x2c\xb7\xdb\x0d\x04\x9d\x95\x6d\x10\xca\xb5\ \xd6\x78\xa4\x9b\xf3\xaa\xe2\xea\x2a\xbf\x12\xad\x35\x10\x12\xc7\ \x49\xb9\x44\xb4\x05\xca\x9c\x99\x85\x95\x30\xbf\x90\x0f\x83\x81\ \xfe\x7e\xcf\xe5\x49\xab\xb9\x69\xed\xe0\x0b\x2f\xbc\xe0\xcb\x73\ \x0b\x49\x2a\x29\x71\x80\x82\xd2\x8a\x52\x4a\x08\x68\x9b\x72\x00\ \x42\x99\xb1\x4c\x69\x26\x04\x31\x48\xfd\x20\xf0\x7c\xcf\x11\xdc\ \x61\x34\x70\x9d\x46\xad\x2e\xb8\x73\x7c\x03\x4f\x00\x14\x21\x92\ \x3b\x1a\x29\x05\xc2\x34\x71\x98\x88\xd3\xf8\xfb\x37\x5c\xbb\xae\ \xbb\x8b\x74\x85\xb5\xa5\x9a\x76\x8c\x17\xf2\x61\xee\xf5\x78\xa1\ \x96\x2d\xcf\x77\xeb\xb5\xc5\x64\x6f\x33\xc8\xe5\x52\x99\xb0\x74\ \xd4\x77\xf8\xe8\xc0\x48\xbb\xd1\x8c\xa3\xd4\x71\xbd\xa8\x95\xb6\ \xa3\x64\x70\x68\x88\x72\xc6\x38\x75\x3d\xd8\xb2\x79\x6d\xb9\xe4\ \xeb\xb4\x6d\x74\xbe\x56\x4b\x32\xb1\x43\xad\x5c\xa9\xb4\x31\xd6\ \xf7\xad\xd1\x46\x29\x45\x78\xce\x68\xa3\x8d\x11\xc2\x89\x92\x98\ \x50\x3e\x31\x33\x83\x04\xa4\x35\x1a\x2c\x43\x03\x14\x8d\xd1\x80\ \x48\xc0\x64\xd2\xb6\x16\x81\x20\x12\x40\x63\x14\x63\x04\x01\x08\ \x65\xa9\x4c\xa5\x52\x9e\xeb\x19\x84\xb8\xd1\x68\xce\x2e\x6c\xe8\ \x1b\x9a\x5d\x5a\x4e\xb5\xa5\x86\x1a\xb4\xb1\xb6\x9c\x3b\x4a\x25\ \x40\x89\xcb\x5c\x82\xcc\x21\x18\x5b\x9d\x52\x14\x0e\x8f\x1b\x31\ \x61\x34\x26\x66\xbc\xda\x9e\x69\xb6\x9a\x49\x54\x28\x16\x91\x82\ \xd6\x86\x71\x4e\x29\xa3\x80\xc2\xe1\x9c\x07\x71\x14\x75\x18\xb4\ \x83\xe7\x16\x84\x71\x68\xcd\x7c\xeb\x8b\xff\x7e\xeb\x21\x79\xd6\ \xa5\x6f\x79\xfd\xf3\xd6\x3c\x7c\xff\x78\xd7\xe8\x86\x92\xf7\x24\ \xf2\x20\xcf\x5e\x7c\xd4\xf1\x1c\xc6\x89\xb5\x86\x70\x6c\xb6\x57\ \x92\x24\x6e\xb7\xaa\xed\xc6\x72\xb9\xd4\xe5\x3a\x7e\xa9\xdc\xb5\ \x66\xdb\xf6\x81\x35\x83\x5e\xce\xa5\x2a\x85\xa8\x95\x44\x4d\x4b\ \x2c\xb6\xe2\x74\xff\xa1\xae\x1c\x75\x87\x87\x74\x73\xa5\x3e\x3b\ \x40\x1d\xaf\x19\x37\x9d\x44\x71\xd7\x91\x49\x9b\x80\x06\xd0\x4d\ \x3d\xe1\x82\x75\x09\xe3\x5e\xd1\x17\xd4\x13\xc2\x98\xb6\x46\x2a\ \x1c\x37\x8d\xda\x82\xe1\xa5\x2f\x7b\xd1\xd0\x9a\x7e\xcf\x73\xa3\ \x28\x0a\x82\xc0\x22\x50\x2a\x8c\x51\x51\x94\xac\x56\xa9\x33\x02\ \x88\x52\xc6\x42\xf0\xd7\xbd\xee\xb2\xc5\xc5\xa5\xef\x7c\xef\xfb\ \xcc\x0b\x28\x90\x34\x49\x3d\xd7\x03\x4a\x01\x2d\x02\x58\x44\x72\ \xa4\x5b\x78\x96\x23\xc3\x18\x31\xd6\xc6\x69\xc2\x18\xe3\x8e\xe7\ \x79\x86\x02\xa6\x49\x7b\x79\xb9\xf1\xc2\x4b\x2e\xec\xeb\xa9\x00\ \x58\x42\x81\x30\x5c\xb7\x7e\x54\x59\x09\xd4\x74\xf5\x56\x4a\x3d\ \x15\xf9\xa0\x8c\xe2\xc4\x0b\x3c\xab\x4c\xbb\xa1\x0d\xa3\x40\xa9\ \x08\xbc\x62\x21\x64\x71\x54\x5c\x2c\xe6\xeb\x0d\x60\x42\xd6\x9a\ \xc7\xab\x06\x40\x10\xed\xca\xec\x04\xca\x94\x13\xc7\x22\x89\x93\ \x44\x4f\x35\x6e\xba\x7c\x3a\xa4\xb6\xec\x73\xe5\xe8\xa4\xcb\x9d\ \xad\x6a\x8b\x7e\x1c\x9b\xc4\xe8\x00\x29\x61\x0c\xc1\x4c\xcc\xed\ \x9f\x98\xb5\xbe\xef\xab\x34\x4d\x36\x6f\x11\x8e\x3b\x3c\x32\x5c\ \x5b\x9a\xab\xd5\x56\x10\xb0\xad\xe8\x9a\x91\x42\xdf\xc8\x50\xb0\ \xfb\x80\xd2\xe8\xba\x6e\xa9\x54\xf0\x7d\x9f\x73\x46\x10\x1c\xce\ \x28\x21\x9c\xb3\x28\x6a\x3b\x1e\x18\xa4\xbe\xf0\x08\xe3\x08\x10\ \x86\xb9\x2c\xc7\xc7\x0d\xfc\x28\x8a\x1c\xc7\xe9\xef\x1b\xb8\xef\ \x9e\xfb\x29\xa1\x52\x49\xa5\x52\x42\x2c\x82\x46\xc8\xaa\x15\x2d\ \xc2\x63\x0a\x67\xb3\xf1\x67\x00\x59\x2d\xa9\xd6\xd2\x18\xcd\x19\ \xd3\x96\xb7\x22\x09\xdc\xab\x36\xda\x52\x4f\xf7\xf6\x54\xba\xca\ \x25\x2b\xa3\xae\x42\xa1\xab\x58\x99\x9e\x9f\x03\x04\x42\x19\xe3\ \x19\x25\x58\x82\x96\x50\x4b\x80\x18\x83\x08\x3c\x95\xaa\xd6\x68\ \xe6\x73\x41\xab\xd5\x6a\x35\xea\xa8\x75\x10\x04\x94\x72\xdf\xf3\ \x8f\x5b\x52\x47\x53\xaa\x19\xd3\x68\x89\x05\x8e\x44\x20\xd1\x08\ \x4d\xad\x16\x41\xc7\x28\xab\x2c\x25\x9c\xf8\xcc\x99\x48\x52\xd9\ \x64\x0c\x2c\x11\x66\x60\xa0\xbf\x51\xab\x45\xb5\x86\x56\xa6\xb6\ \x50\x33\xf9\x70\xff\xae\xc3\xbd\xdd\x7d\xc5\x52\x39\x5f\x2a\xb8\ \x5a\xe7\x8a\xe5\x5c\x98\x0b\x73\x81\x32\xb4\xab\x2b\xdf\xdd\x95\ \x67\xd4\x26\x69\x2b\x49\xda\x9e\xe7\x09\xc1\xb3\x4c\xe6\x4c\xb7\ \x8c\x32\xe2\xb8\x3e\x4d\x29\x13\x8c\x32\x4e\x8d\xb1\x16\x80\xb2\ \x76\x14\xd5\x9b\x4d\x04\xb4\x60\x80\x12\x44\x4b\x08\x45\x40\x00\ \xa4\xd9\x7a\x05\x2d\x41\x44\x6b\x8f\xfc\x67\x2d\x42\xa6\x3f\xac\ \xb4\xf6\x3c\x66\x91\x60\x33\xda\x31\xb2\x6e\xcb\xb6\x1d\x9f\xf9\ \x8f\x2f\xec\x9b\x1c\xf7\xf3\xf9\x93\x77\x9e\x1c\xa7\xd1\xd2\xc2\ \xdc\xd2\x62\x3b\x4d\x34\x41\x10\x28\x18\x02\x63\x4c\x81\x49\xac\ \xf6\xbc\xc0\x1a\x6b\xac\xad\x49\xd3\x42\xd3\x57\xc8\x11\x4e\xad\ \xb5\x8c\x33\x4a\x09\xa3\x24\xfb\xd3\x58\x08\xf2\x41\x27\x38\xda\ \xc1\x73\x0b\xce\xe9\xe1\x47\x6e\xb9\xbf\x39\xf4\xee\x37\x0f\x7f\ \xf7\xca\x9b\xe7\x4f\x7e\xf9\xed\x57\x7d\x7f\xc3\x2b\xdf\x77\xfe\ \xfa\x82\xd2\xcf\x5d\xdd\x8b\xb5\xd6\xf7\xfc\xd3\x4e\x3d\xc5\xf5\ \x9c\x99\xe9\x09\xb4\x4a\xeb\x64\x69\x79\xbe\xd1\xa8\x19\x65\xb5\ \x85\xc2\x23\x0f\x8d\x6e\xd8\x70\xce\x99\x27\x17\xd6\x0d\xb7\x96\ \xe6\x57\x40\x87\x0e\x25\x4c\xcc\x37\x1a\x24\x96\x27\xf4\xf5\xb9\ \xdc\x2e\x4e\xec\x2d\x56\xba\xa8\x10\x69\x9b\x9b\xd0\xcf\x57\x4a\ \x28\x4d\x63\x69\xbe\xd5\xa8\xcd\x55\xab\xf9\x5c\xb9\x77\x64\x3d\ \x5a\x9d\xca\xc4\x58\xc9\x1d\xdf\x28\x5d\x2c\xe5\x36\x6c\x5a\x67\ \xac\x6a\x36\x9b\x52\x4a\x21\x84\xeb\x3a\x52\x2a\x00\x08\xc3\xa0\ \xdd\x8e\x08\x80\xe3\x3a\x69\xd4\xf6\x3c\x57\x08\xa7\xd1\x6a\x4f\ \x4d\x4d\xcd\xcc\xcc\x38\x4e\xa6\xf1\x42\xdb\x51\xec\x79\x9e\xd1\ \xda\xa2\xcd\xdc\xb6\x99\xaf\x92\x1c\x09\xe3\x09\x21\xac\x56\x69\ \x92\x78\xbe\xef\x38\x0e\x7a\xc6\x75\xc4\x8e\x6d\x5b\x95\x8e\xce\ \x3b\xef\x3c\xdf\xf7\xeb\xf5\xaa\xd2\x4a\x4a\xd9\xdb\xdb\x1b\xe4\ \xc2\x66\xa3\xd5\x6a\xb6\x0c\xc0\xe6\xcd\x9b\x17\x16\x97\xf6\xef\ \xdb\x0f\x86\x32\x22\xc2\x4a\xa1\x58\xca\x71\xcf\xd5\x80\xa9\x94\ \x9c\xf3\x20\xf0\xa4\xc6\xc0\x73\x39\xa3\xc7\x35\xaf\x20\x00\xa1\ \x40\x18\xe1\xcc\x71\x80\xb0\xac\x54\x62\xb9\xd9\x48\x18\x36\x9b\ \xaa\xe0\xf1\x5a\x2b\xaa\xb6\x12\xe1\x52\xa1\x58\xad\xd5\x36\xc8\ \x83\xc0\xf1\x5c\xd7\xf7\x1d\xd0\xba\xd5\x8c\x1c\x87\xd6\x1b\x8d\ \x46\xa3\x05\x60\x7b\x4a\x85\x4a\x57\x97\xe7\xb8\xd4\x75\x18\x65\ \x81\xef\x19\xa3\x82\x30\x5f\xcc\xe7\x8b\x85\x42\x3e\x97\xcb\x85\ \x61\x2e\x97\x0b\x7c\x27\x0c\x03\x4a\x20\x8e\x62\xc2\x14\x6a\xa4\ \x94\xc4\x71\x9c\x69\x01\x02\xa0\x31\xab\xe1\x4f\x6b\xac\x51\x66\ \x62\x62\x9a\x12\x66\x0c\x6a\x6d\x10\x09\x01\x0a\xc0\x00\xc8\xb1\ \x29\xbb\x8f\x93\xa6\xca\x82\xac\xd6\x62\x92\xa6\x61\xe0\xa7\x49\ \x1c\xc7\x91\x23\x9c\xae\x52\x41\xc9\x04\x11\xeb\x8d\x06\xe7\xb4\ \x54\xca\x77\xf5\x94\xa6\xe7\x67\x10\xad\x94\x9a\x65\xe2\x76\x8e\ \x20\x96\xa9\x34\xa6\x8c\x32\x04\x63\x34\x21\x48\x80\x68\xa3\xeb\ \xf5\x9a\xe7\x38\xe5\x42\xc1\x71\x1c\x46\xf9\x33\x2a\x62\x24\x24\ \x13\xc4\xa4\x94\x66\x25\xab\xd6\x42\x14\xc5\x4a\x6b\x40\x68\xd6\ \x9b\x71\x5a\x5b\xb7\x66\xa4\x51\xab\xf5\x57\xfc\x20\xf4\xa7\xa6\ \xc6\xc7\x0e\xee\x3d\xfb\xac\xb3\xd2\x54\x79\xae\x1f\xc7\x89\xe7\ \x39\x43\x43\x43\xcd\x7a\x9b\xb7\x9b\x44\x90\x6a\xb3\x01\x6e\xd8\ \xd5\x55\xe9\xa9\x74\x09\xaf\x38\x3c\x5c\xf2\x3c\x2f\x08\x82\x72\ \xb9\xe2\x79\x6e\x16\x89\x70\x1c\xa7\x5e\xaf\xb7\x5a\x2d\x46\x59\ \xa3\xd1\x48\xe2\x58\x2a\xdd\xdd\xdd\xd3\xd5\xd5\x65\x34\x6a\x6d\ \x5c\xd7\xdd\xbf\x6f\x5f\xbd\x56\xb3\x16\xac\x31\x14\x08\x00\xcd\ \x4a\x46\x01\x2c\x20\xcb\x62\x17\xd9\x30\x5b\x38\x32\xe0\xc6\x72\ \xc6\x29\x21\x52\x2a\x44\xe4\x82\xa5\xed\x08\x62\x39\xda\x33\xd0\ \x9f\x2f\xcd\xb3\xe9\x9c\xeb\xbe\xe4\xbc\xf3\xd6\xac\x19\xaa\xad\ \x2c\x2d\x2e\xce\x4d\x4f\xcd\xec\xdb\x3f\xfe\xe0\x81\x3d\xd4\xf7\ \x38\x23\x71\xdc\x2e\x94\xfa\xac\xe1\x3a\x4e\xbc\x9c\xd7\x88\x6a\ \x4a\x2b\xbf\x54\xa8\x37\x1a\xb9\x5c\x4e\x6b\x7d\xe0\xc0\x01\x6b\ \x6d\x57\x57\x57\xb9\x5c\xce\x1a\x9d\x12\xd2\x71\xeb\x76\xf0\x9c\ \xda\xa3\x68\xa3\x28\xed\x1d\x5a\xbb\x6d\xdb\xda\x9b\x6f\x3a\xb8\ \x34\x3b\xbf\x5c\x6b\xad\x7b\x8a\x84\xcf\x67\x4f\xa7\x1e\x2d\x72\ \xc6\x1d\xc7\x51\x4a\x02\x40\xa1\x98\x4f\xa3\x76\xab\xd5\x56\x32\ \x16\x9c\x0b\xe6\x46\xd5\xa5\x3d\xf7\xad\x4c\x1c\x7c\xf0\xa6\xae\ \x42\x05\x41\x77\x15\x52\x8f\xc5\x8d\x5a\x0b\x30\x4c\x4d\xb5\xd9\ \x8c\xe7\xa6\x08\xa5\xe5\x4a\x57\xbe\x5c\xee\xed\xef\x6f\x55\xa7\ \x02\x1c\x48\xe2\xd6\xc2\xd8\x61\x46\x21\x70\x03\xd7\xe3\x2a\x8d\ \x03\x5f\x78\x1e\xa7\xd4\x72\x06\x95\x52\xe5\x84\xad\x1b\x4e\xd8\ \xb2\xd1\x68\x19\x47\x2d\xa3\xa5\xeb\x79\x71\x24\x00\xb0\xdd\x52\ \x10\xe6\x8c\x96\x12\xac\x45\x63\x94\x52\x49\x42\x29\x0f\xc3\xf0\ \xe0\x81\xc3\xb3\x73\xb3\xb9\x5c\x28\x1c\x47\x4a\x99\x05\x46\xcd\ \x6a\xff\x98\xc7\x20\x8b\x39\x33\xc6\xc8\x6a\x9c\x94\xb8\xae\x8b\ \xc6\x70\x4a\x5f\xfc\xe2\x17\x9f\xb2\x73\xbb\xd5\x69\x9a\xb6\x1d\ \xc7\x19\x1a\x1c\xca\xe7\xf2\xd5\x6a\xd5\x0f\x83\x30\x08\x1b\xad\ \x76\xad\xde\x68\xb7\xa3\x38\x8a\xb5\xd6\x82\x7b\x7e\x3e\xc8\x75\ \x95\xba\x7a\xbb\x34\xb1\x71\xab\x25\x1c\x51\x2c\x15\x6b\xf5\x46\ \xb5\x56\x0f\x03\x97\x0b\x71\xbc\x7e\x5d\x12\x86\xa1\x54\x4d\x47\ \x08\xc6\x5d\x99\xaa\x7a\xa3\xa1\xe3\x08\x02\x37\x52\x49\x58\x28\ \x93\x80\xb7\x56\xda\xf1\x72\x55\x41\xb1\x19\xa7\xf9\x62\x68\x80\ \x1c\x3a\x3c\x51\x29\xe4\x47\x86\x87\x42\x9f\x32\x8e\xcd\x66\xa3\ \xaf\x6f\xd0\x68\x55\x5b\x5e\x28\x84\x01\x38\x10\x47\xed\x7a\x6d\ \x65\xfd\xe8\xc8\x8e\x13\xb6\xba\x7e\x2e\x9f\xcf\x95\x8a\x85\xd0\ \xf7\x3c\xc7\x31\x46\x5b\xc3\xb3\x36\x64\x94\xd1\x38\x8e\x96\x97\ \xab\xb5\x5a\x4d\x4a\x99\xcf\xe7\x9d\x8d\x1b\x2b\x95\x4a\xd6\xa5\ \x8b\x02\x43\x0b\x53\x73\xf3\xb5\x6a\x0d\x08\xb5\x16\x8c\x46\x04\ \x82\x48\x11\x01\x2d\xa0\x05\x84\x55\xcf\xee\xb1\xc3\x7e\xa4\xf9\ \x36\x05\x40\x29\xa5\xef\x7b\xda\xda\x24\x49\x11\xb1\xa7\xa7\xc7\ \xe8\x34\xf0\xbd\xa8\xdd\x5c\x5a\x5e\xe0\x6e\x50\x28\xe6\x28\x03\ \xca\x09\xb3\x1c\x81\x58\x20\x81\x1f\xca\x24\x6d\x24\xad\x30\xf0\ \x11\x48\x92\x24\x9e\x27\xf2\x85\xa2\x10\x8e\x4c\xdb\x0e\xa7\x03\ \x43\x03\x8c\xb0\x28\x6a\x13\x42\x28\x5d\x2d\x7c\x42\xca\x18\x01\ \x46\xe0\x09\xc5\x38\x40\x00\xb2\x97\x28\x65\x84\xae\xea\x14\x12\ \x42\xac\x45\xb4\x98\xed\x44\x20\x16\x51\x1b\x2b\x95\x51\x4a\x69\ \x8b\xb9\x5c\x8e\x52\xca\x38\x6b\xb7\xdb\x9e\x13\x0c\x0f\x0f\x35\ \xab\x4b\x80\x18\x04\xbe\x4c\x95\xe3\x3a\x71\x12\xcf\x55\x17\x7c\ \xe1\x97\x4b\x45\xa5\x64\x77\x57\x57\x77\x77\xa5\x16\xd3\x53\x76\ \x9e\x14\xc5\xd0\xd5\x13\x54\xca\xb9\x5c\x3e\x9f\xa6\x69\x9a\xca\ \x62\xb1\x98\x85\x30\x39\xe7\x5c\x88\x34\x8e\x27\x0e\x8f\x45\x51\ \x54\x2e\x97\xa1\x5c\xe1\x84\x59\x54\x82\x51\x06\x38\x39\x3e\x61\ \xb5\x41\xa4\x52\x66\x6e\xf3\x2c\x32\x4a\x10\x57\xdb\x95\x21\x82\ \x45\x82\xb8\x3a\x63\x64\xd2\x0d\x94\x32\x20\x24\x4d\x53\x6b\x91\ \x52\xea\x39\xde\xfc\xe4\xcc\xec\xc4\x64\xd1\x75\x7b\x72\x39\x19\ \xb5\x5b\xb3\xd3\xb9\xa1\x7e\xc2\xe8\xc8\x86\xf5\xcf\xdb\xb9\x73\ \xb1\x99\x7c\xe1\x5b\x5f\xbd\xf1\xfe\x3b\x99\xe3\x00\xd8\x56\xab\ \x21\x9c\x5c\xae\x1c\x6a\x9d\xb4\xa3\x3a\x80\x91\x4a\x2d\x2c\x2c\ \x44\x51\x54\x2a\x95\x4a\xa5\x52\x1c\xc7\x59\x43\x1e\x4a\x69\x76\ \x73\x19\x65\x08\x08\x94\x51\x9a\x49\x05\xc3\x93\xfa\x06\x32\x8d\ \xc8\xac\x1c\x3c\x5b\xdd\x32\xc6\x28\xb5\x99\x72\xe4\xd1\x12\xa9\ \xc7\xd5\x2f\x1d\xad\x67\xeb\xa0\x83\x27\x37\xfc\x80\x96\x7b\xfb\ \x67\xbe\xfb\xbd\xbf\x3c\x90\x5f\x5a\xa8\x1e\x98\xd8\x5f\xda\x7a\ \xf1\xf6\xc1\xe2\x93\x0a\x6e\x3f\x7b\xf6\x68\x26\x85\x7a\xe0\xc0\ \x41\xce\x57\x03\x97\x5a\xa7\x94\x5a\xd7\xe1\x8c\x11\x46\xd0\x41\ \x90\x4a\x2e\xcd\x2e\x2e\x4c\xab\x90\xd1\xe1\x7c\x3e\x95\x71\xad\ \x59\x27\x0e\x73\xa5\x4e\x0d\xe4\x42\x37\x0c\x02\x8d\x72\x79\x7e\ \x2a\x6a\x2c\x19\x6b\x6a\x0b\x53\x23\x6b\xd7\x0c\xf4\x75\xa7\x51\ \x3b\x56\x4a\xca\xa8\xb5\x30\x9b\x2b\x0d\x16\x8b\x61\xae\xd1\xea\ \xea\xed\x1b\x19\x19\x1e\x1e\xea\x27\x60\x28\xb1\x59\x77\x4c\x25\ \x65\x1c\x47\xf9\x7c\xc1\x18\x7d\x54\x32\x8d\x12\xc2\x1c\x07\x2c\ \x2a\xa5\x19\xa5\x13\x13\xe3\x69\x9a\xe6\x72\x39\x6b\x69\xb3\xd9\ \x14\x42\x1c\x29\xc3\x78\x34\xd5\x65\x75\x6e\x3d\x62\x1e\x21\x01\ \x9d\x09\xf4\x30\x4a\x08\xe5\x9c\x37\xea\x8d\x89\x89\x89\xe5\xc5\ \xd9\x52\x31\x5f\x2c\xe5\x11\x91\x73\xee\x79\x9e\x05\x14\x5c\x30\ \xe1\x72\xd7\x9b\x9d\x99\xa1\x94\xe6\xf3\xf9\x54\x1a\x27\xe7\xd7\ \xe3\x86\x9f\xfa\x4a\x4a\xa5\x55\xa1\x50\xe8\xeb\xed\xab\x94\xbb\ \xe6\xe6\xe6\x66\xe7\x16\xe8\x11\x45\xf2\xe3\x58\x56\x31\x2e\x3c\ \xcf\xf3\x3c\x3f\x8a\x65\xb5\x5e\xd5\x5a\xb9\xbe\x4b\x5c\xce\xbd\ \x5c\x04\x74\x29\x6e\x36\xa4\x2c\x16\x4b\xb9\x72\x39\x36\xa6\xda\ \x6a\xf7\x56\x0a\x03\x03\x43\xd5\xc5\x05\xc1\x04\x0f\x1c\x03\xca\ \x58\x3b\xb7\xb8\xdc\x6c\xb6\x3c\x4e\x66\xe6\x97\x0a\xf9\x7c\xae\ \xd4\x0b\x04\xba\xbb\x2a\xc3\x43\xfd\x84\xb9\x8e\x70\x42\xdf\xa3\ \x84\x34\x1b\x0d\x5a\x2a\xb8\x0e\x4f\xd3\x34\x93\x3c\x2f\x17\x8b\ \x41\x90\xe3\x82\x5b\x63\x2b\x5d\x95\x4c\xd3\x18\x08\x91\x69\x0a\ \x00\x46\xe3\xde\x7d\xfb\x09\x65\x04\x2d\x21\x90\x75\x15\x21\x84\ \x52\xc6\x38\xe7\x88\x68\xc1\x1c\x25\x4e\x80\x23\xd9\xb6\x94\x65\ \xda\x8d\x84\x20\xa2\x25\x04\x5d\x57\x20\xd8\xf9\x85\xb9\xd1\xb5\ \x43\xda\xe8\xa5\x95\x65\xce\x48\x10\x86\xad\x76\xe2\x7b\xae\xe7\ \x7b\xc6\xa2\xe3\x30\x03\x54\x08\x97\x51\xee\x7b\x34\x76\x7d\x42\ \x19\x25\x00\x94\x00\x1a\x40\x9d\xa6\x91\x96\xc9\x72\xdc\x8e\xe3\ \xd8\x73\xb2\xae\x64\xa6\xd9\xa8\x67\x1a\x93\xc8\x95\x23\x2d\xd1\ \x04\x09\x63\x8c\x1c\x25\x75\x40\xd0\x88\x35\x4d\xda\xd2\xb6\x9a\ \x0d\xa2\x53\x00\x00\xb4\x56\x2b\x47\x50\xca\x08\x67\x8c\x5a\x46\ \x09\x11\x8e\xb0\x84\x34\x5a\x6d\xb0\x2a\xcc\xe5\x5d\xc7\x33\xd6\ \x1a\x8b\xd5\x46\x13\x6d\x02\xa5\x5c\x57\xef\xc0\xf8\xd4\x4c\xa9\ \x54\x21\x84\x0a\x6b\xb9\xa0\x48\xb9\x21\x6c\xa1\x5a\x17\x1e\x0f\ \x2d\x46\x13\xd3\x84\xe6\xc2\xc0\x0f\x42\x3f\x08\x68\xa1\x58\x14\ \xc2\x59\x58\x98\xa7\x94\x06\x41\xa8\x75\x4b\x38\x0e\x67\x5c\x08\ \x91\xcb\xe5\x86\x86\x87\xac\xb5\x61\x98\x43\x8b\x4b\x4b\x8b\x88\ \xa0\x8d\xe5\x9c\xd7\xea\x55\x6b\x35\x80\x20\x80\x82\x73\xc1\x98\ \xa1\x84\x71\x46\x0c\x05\x04\x4b\x10\x11\x89\x35\x00\x1c\x09\x22\ \x20\xa1\x0c\x01\x38\x67\x08\x1c\xd1\x12\x0a\x8e\xe0\x71\x12\xad\ \xd4\x56\x96\x16\xe7\x2b\xa5\x7c\x21\x70\xac\x21\xb5\xf9\xe9\xb8\ \x3e\xda\x58\x59\x9e\x1f\x6b\x6a\x80\x42\xef\xd0\xf3\xcf\x3c\xa3\ \xd5\x5c\xd9\x3d\x39\x49\x80\x12\xad\x5d\x0f\x31\x69\x61\x1a\x79\ \x1e\xb4\xab\xcb\x3a\xcc\x0f\x0d\x0d\x65\xae\x85\x4a\xa5\x92\x49\ \x83\x25\x49\x92\x69\x5d\xb5\x5a\xcd\xd5\xba\x6d\xa1\x6d\x94\x34\ \x35\x49\x10\x38\x67\x70\x4c\xc6\x59\xf6\xeb\x6b\xb7\xdb\xcd\x66\ \xc3\xda\xa3\x3c\x0a\x8c\x31\x29\x75\xbb\xdd\xae\xd7\xeb\xae\xe3\ \x20\xa0\xd6\xba\xd5\x6a\x36\x1b\x8d\xa3\x5e\x1a\x25\xa5\x94\xb2\ \xc3\x16\x1d\x3c\x15\x8c\xd6\xe5\x35\x3b\xdf\xf6\xf6\x7c\x53\x13\ \xce\x08\x30\x7f\x74\xe3\xa6\xb2\xc8\x5a\x0b\x3e\x57\x3c\x8a\x40\ \x80\x20\xda\x66\xa3\x4e\x88\x01\xd0\x5a\xc5\x61\xce\xcf\x87\x41\ \xe0\x7b\xc6\x18\x4e\xa9\x6d\xc5\xf5\xe5\xe5\xb6\x4d\x83\x52\x4e\ \x71\xd6\x60\x74\x3e\x89\x22\x6b\x3d\x2a\x0a\x71\x3a\x57\x6b\x14\ \x58\x62\x2c\x86\xf9\x7c\x10\x88\x76\xbb\x69\x8c\x09\x02\x7f\x61\ \x6e\x6e\x65\x69\xb9\x58\x2e\xf6\xf4\xf7\xbb\xb9\x3c\xf2\x90\xf8\ \xb9\xbe\xbe\xee\x58\xd9\xa1\x35\x23\x5d\xe5\xb2\xef\x8a\xde\xbe\ \xee\x30\xe7\x0b\xe1\xe4\xc2\x90\x10\xd0\x4a\x45\xed\x56\x21\x9f\ \x0f\x83\x20\x95\xa9\xd6\x9a\x51\xaa\x95\x12\x5c\x48\xa9\x96\x97\ \x97\xf7\xef\xdf\xcf\x28\x13\xc2\xa9\xd5\x5b\xc6\x18\xc1\xdd\x63\ \x73\x47\x33\xbb\x33\x9b\xd0\xb3\xf5\xef\x6a\xc7\x53\x63\x52\x29\ \x45\x66\x73\xcb\xf4\xf0\xd8\xe1\xc1\xa1\x9e\x76\xbb\xbd\xbc\x34\ \xdf\xd5\x5d\xe9\xeb\xed\x4b\x92\xc4\x71\x1c\x3f\x0c\x9a\x8d\x96\ \x45\x02\x94\x3a\xa3\xa3\x5d\x5d\x91\xef\xfb\xd5\x46\x73\xb9\xd9\ \x9c\x5b\x9a\x0f\x73\x41\xa5\xd2\x25\x38\x8b\x93\xa4\xd5\x6c\xba\ \x8e\x3b\xd0\xdf\xd7\xdd\xd5\x15\x04\xfe\x93\xea\x23\x3f\x8d\xf8\ \x28\x2e\x2e\x2c\x59\x44\xd7\x0b\xa4\x4a\x8d\xd1\x4c\x30\x60\x44\ \x11\xe2\x78\x6e\x35\x89\x1b\x89\x74\xc2\x80\x7a\xae\x26\x24\x35\ \x36\x4e\x65\xa3\xd9\xec\x29\x15\xb7\x6c\xdd\xb6\x67\x62\x7e\x3e\ \x32\x91\x32\x40\x89\x35\x16\x01\x28\x25\xd6\xd4\x81\xcc\x53\x7a\ \x28\xcb\x1f\xb6\x88\x00\x51\x0c\x50\xaf\xad\x06\xc2\x17\x96\xe7\ \x8e\xf1\x43\x90\x23\xf5\x88\x84\x10\x20\x07\x1f\x2d\x68\x39\xd6\ \xe1\xbf\xf9\xc4\xb5\x4f\xe6\xc4\x23\x47\x26\xbd\xa7\x63\x75\x03\ \x20\x26\xaa\x76\xf3\x6d\xd7\xc1\x91\x22\x48\x42\x08\x20\x52\x0e\ \xe7\x9d\x73\xca\x63\x4f\x9b\x99\x5a\x23\x8f\xdd\x93\x5d\x70\x80\ \x88\x33\xb3\x13\xd9\x9f\xd3\xf3\x13\x37\xdf\x72\xdd\x91\x57\x09\ \x41\x0b\x50\x62\x43\xa5\x4d\x08\x84\x68\x00\x4d\x08\x38\x04\xe6\ \x34\xfc\xe1\x62\x19\x16\xab\xb8\xfb\x2f\x8f\x1e\x6c\xd1\x5e\x78\ \xe6\x8e\x27\x78\x81\x1e\xed\x5d\x93\x6d\x2c\x46\x29\xc4\x30\x5e\ \x95\x38\xd9\xca\xcc\x2e\x4a\x56\x32\x7e\x3e\xa2\xec\x8f\x59\x9d\ \x95\x35\x16\x00\x08\xa5\x68\x57\x23\x9a\x7b\xf6\x03\x1c\x53\xf1\ \x79\xec\xc0\x52\x42\x8f\x08\x49\xa2\xb5\x08\xc7\x74\x52\x45\x6b\ \x47\xd6\x8f\x1c\xfb\xad\x8f\x19\xed\x27\xb9\xd4\x27\xf8\x96\x08\ \x40\x88\x58\x02\x80\x47\xf6\xde\x45\x08\x5d\xbb\xae\x17\x00\xaa\ \xf5\xc5\xef\x5d\xf1\x5d\xc6\x98\xb5\xc6\x68\x43\xe8\x7d\x9c\xf3\ \x11\xdf\x1f\xda\xb8\x31\x2b\x19\x43\x88\x00\x90\x78\x94\x12\x32\ \x79\xd7\x3d\x53\x77\xdf\x7b\xec\x65\x23\x3e\x7e\x64\x8e\xbd\x3b\ \x04\xbb\x2c\xc0\xce\x13\x2a\x84\x10\xc4\x38\x3b\x84\x73\x48\xd3\ \xc6\xe7\xff\xe3\xdf\x9e\xa2\xb6\xfa\x31\x85\xb0\xc7\xd6\xc5\x66\ \x83\xd1\xdd\xdd\x7b\xe9\xa5\xaf\xb9\xf0\xf9\x97\x74\x38\xa3\x83\ \x27\x82\x31\x56\x5f\x19\xbb\xea\xfb\xdf\xaf\x12\xc1\x08\x45\xdd\ \x6c\xf1\xad\x1f\xfc\xd0\x3b\x46\x0b\x44\x9b\xe7\x28\x3e\xaa\x8c\ \xee\xef\xef\x1b\x1e\x1c\x1c\x1b\x3b\x00\xa8\x8c\x95\x99\xa3\x55\ \x15\xf2\x50\xc6\xae\x4a\x77\xd4\x6a\x2f\x2e\xcd\x11\x42\xc3\xc0\ \x03\xca\xa8\xe3\xac\x24\xc9\x62\x9a\x70\xcf\x0d\xf2\x05\x10\x5e\ \xa4\xec\xba\x91\x35\x2b\x8b\x0b\xbb\x0f\x3d\xbc\xf3\x94\x93\xc2\ \x7c\x09\x00\xe3\x44\xba\x41\xae\x77\x70\xcd\xd2\xd2\x62\x5e\x4a\ \x92\x26\xf5\x95\x76\xa5\x3f\x77\xe2\x8e\x1d\x6e\x30\xd9\xd5\x33\ \x50\x2c\x16\xc2\xc0\xf7\x1c\xc7\x75\x9c\x2c\x21\x90\x12\x1a\xcb\ \x54\xc9\x74\x66\x72\xc2\x18\xa3\xb4\x2e\x95\x4a\x23\x23\x23\x9e\ \xeb\x5a\x6b\x5c\xd7\x1d\x1b\x9f\x18\x9f\x98\x20\x84\x58\x6b\x5a\ \xad\x16\x21\xd4\xa2\xe5\xc0\x11\x2d\x1e\xf9\x65\x66\x94\x76\x74\ \x16\x20\x84\x10\x4a\xa8\xa1\x4a\x4a\xf4\xfc\xc0\xf7\x6b\x71\x44\ \x19\xed\xed\xed\x65\xd4\xae\xac\x2c\x54\xab\x2b\x46\x99\x81\x81\ \x01\x20\x24\x49\x93\x20\xf0\x29\x17\xae\xef\xa7\x52\x06\x41\xae\ \x5c\x2e\x37\xe2\xf6\xf8\xd4\xf4\xca\x4a\x75\xcf\xbe\xbd\x9b\xd6\ \x6f\x1a\x19\x1a\x72\x1d\x57\x39\x92\x00\xa0\xb1\xd6\x28\x78\xb2\ \xea\xf8\xa7\xc3\x2f\x00\x44\x29\xd3\x6e\xb7\x29\xe3\x89\x54\x00\ \x40\x29\x91\x4a\x49\x29\xe3\x38\xd6\x5a\x69\xa0\xae\xef\x04\xf9\ \xb0\xb7\xbf\xcb\xf1\x5c\xc2\x68\xb3\xd5\xae\xe4\x73\x7b\x26\x66\ \xc7\x6a\xca\x22\x10\x02\xe4\xc8\x12\xcc\x98\x2c\x78\x06\x56\x23\ \x80\x7d\x92\x49\xef\xf1\xce\xb7\xcc\x3b\x88\xc7\x4e\xcc\x47\x79\ \xec\xb1\x33\x38\x79\x2c\xa3\xfd\x27\xf3\xfb\xe3\x29\xf1\xc8\xa9\ \xb3\x5b\x83\xc7\x5c\x06\x3e\x66\xf2\xc7\x63\x16\x75\x8f\xde\xbe\ \xc7\x7c\x4a\x56\xca\x74\x4c\xb5\xee\x63\xeb\x29\xb3\xe6\x27\x8f\ \x1e\xf9\x28\xe1\xac\xfe\xb2\x50\x1f\xcb\x37\xe4\x49\x8a\x20\x8f\ \xfd\xa0\x23\x17\x7e\xe4\x1a\x2c\x00\x20\x18\xb0\x47\x46\xdb\x1c\ \xf3\x25\xcd\xea\xe1\x26\xeb\x7e\x63\x9e\x30\xea\x8f\xf9\xa8\xa3\ \x27\x79\x0a\x22\x24\x3f\x75\x6c\x9f\xea\xd5\x63\x47\x0c\x11\x10\ \x8f\x4a\x58\x23\x02\x58\x6d\x08\x00\xa1\x0c\x00\xb4\x36\x4f\x72\ \x83\x31\x5b\x7b\x3d\xfa\xc6\xa7\xb9\x4e\x22\xab\xeb\xc2\xc7\xbf\ \x76\xf4\x53\x7e\x56\x4c\x4d\x4e\x7c\xfc\xe3\xff\xa7\x1d\xb5\x5f\ \xf6\xf2\x57\x76\x68\xa3\x83\x27\xda\xa3\x61\xcf\xa6\x37\xfd\xc6\ \xfb\x0d\x21\x40\x9c\xc0\x4c\xfd\xc7\xe7\x7f\x30\x55\x6d\xaf\x2d\ \x16\x9e\xf0\xeb\x7b\xb6\x78\x94\x52\x1a\x47\xd1\xe4\xf8\xd8\xca\ \xf2\x52\xb1\x10\x02\x81\xd0\x0f\x2d\xe8\xa8\x15\x25\x91\x74\x9d\ \x40\x26\x8a\x08\xce\x19\x45\xca\x08\x50\x6b\xa1\xde\x6c\x19\xc6\ \xb4\x31\xe8\x38\xcc\xf5\x91\xb0\x83\xe3\x53\x6b\x86\x06\x72\xc5\ \x52\x22\x55\x50\x2a\xa6\x69\xcc\x1d\xaf\xd5\x4e\xe6\x97\x96\x0a\ \x61\x3e\x6a\xc7\x8c\xb1\xe1\xc1\xb5\xa2\x58\xee\xaa\x54\xd6\x03\ \x67\xc2\x2f\x14\x8a\x82\x93\x46\xad\x4a\x00\x2a\x5d\x3d\x9c\x73\ \xc6\x79\xa1\x50\x08\xc3\xd0\xf3\xbc\xb1\xb1\xb1\x4c\x5f\x37\x4b\ \xfe\x4c\xd3\xd4\xf7\xc3\xa9\xe9\xa9\xa8\xdd\x66\xcc\xcd\x2a\x44\ \x09\x81\xa3\xc6\xe8\x13\xab\xd4\x8f\x5d\xe1\x02\x81\xa3\xf9\x2f\ \x9c\xf3\xd9\xd9\x59\x21\xc4\xa6\x8d\x1b\x27\xa7\xb8\xe7\x39\x69\ \x9c\x2c\x2c\x2c\x74\x77\x77\x87\x61\x18\xb5\x63\x65\x2c\xa1\x0e\ \x17\x82\x90\xc4\x5a\x5b\x2a\x16\x8b\xa5\x62\xad\xd6\x58\x59\x5e\ \x71\x84\x20\x84\x39\x9c\x15\xf3\x94\x52\xd4\x46\xb9\x96\x71\xce\ \x8e\xbf\x17\x23\xa5\xa9\x92\xb5\x5a\x4d\x1b\xcb\x18\x53\x96\x59\ \x6b\x08\x25\x86\x32\x3f\x2c\xe4\x98\x93\x4a\x5d\xc8\x85\x9e\xeb\ \xa6\x71\x9c\x73\x82\xfe\xc1\xbe\x28\x95\xe3\xcb\x91\x26\x2c\xd3\ \xe8\x7b\xd2\xaf\x0c\x4f\x11\xaf\x7a\xfc\x51\x99\x29\xd2\x41\x07\ \xff\x8f\x81\x10\x6a\xad\xfe\xc1\xf7\xbf\x73\xda\xe9\x67\xf6\xf5\ \xf5\x77\x06\xa4\x83\xc7\xad\x4c\x99\xe3\x77\xf7\x79\x08\x48\xa9\ \x48\x67\xc7\xe3\x94\xf0\x23\x22\x30\xcf\x11\x8f\x12\xda\x6c\x36\ \xa4\x4c\x86\x86\xfa\x19\x23\x8c\x52\x63\x14\x1a\x65\x99\xb0\x06\ \x26\xc6\x66\x3c\xd7\xb3\x04\x95\x91\xa0\x29\x26\xca\x10\x1a\xcb\ \xd4\xf5\xf3\xa1\xef\x8c\xac\x19\x11\xc2\x49\x92\x34\xc8\x91\x95\ \x6a\x6d\xb0\xbf\x87\x58\x39\x3b\x33\x95\xcf\x87\x89\x31\x95\x72\ \xf7\x40\x5f\x9f\xeb\x78\x71\xd4\xf0\x7c\xbf\x5e\x6f\xf8\xe0\x57\ \xca\x95\x48\x12\x04\xee\x39\x9e\xef\x0a\xd0\xba\x5c\xae\xf8\x9e\ \x4b\x00\xad\x56\x80\xc8\x28\xed\xed\xe9\x09\x7c\xcf\xf5\xbc\x2c\ \x51\xf3\xa8\xe2\xfc\xfe\xfd\x07\xb4\xd6\x8e\x13\x48\x6d\x8c\x31\ \x94\xb1\xd5\xfe\x97\xf8\x78\x96\x38\xb6\xe3\xb1\x3d\xd2\xfa\x5b\ \x29\x99\xf5\xc6\x5c\x59\x59\x59\x5a\x5a\xa2\xa4\xdc\x55\xa9\x84\ \xa1\x17\xb5\x62\x42\x08\x02\x2e\x2d\x2d\x11\xa0\x61\x2e\xaf\x8d\ \x91\x4a\x05\x01\x0d\x82\x00\x08\xb4\x93\x56\x3e\x18\xe8\xeb\xea\ \xa1\x94\x73\x2a\x10\x51\x01\x26\x32\x6e\x45\x4d\x40\xb3\xfa\x09\ \xc7\x3b\x61\x30\xca\x00\x08\xa3\x99\x25\x63\x5c\xc7\x71\x5d\x37\ \xb3\xae\xac\x36\x39\xcf\xd3\x2a\x9d\x9f\x9b\xe9\xef\x2e\xba\xae\ \x50\x49\x9c\x48\x9d\x5a\x02\x60\x8f\x35\xbb\x08\x21\x08\x10\xa5\ \x52\x6a\x03\x00\x82\xb1\xc0\x39\x2a\x8b\x78\x2c\x6b\x13\x6d\xb4\ \x92\x2a\x1b\x37\x21\x84\x10\xfc\xf8\xf4\x98\x7e\x01\x53\x27\x20\ \xfc\x1c\x2a\x2a\xb2\xdb\xdf\xe9\x32\xfd\x4b\x3f\x51\x32\x3e\x3b\ \x37\x3d\x3f\x37\xdb\xe1\xd1\x0e\x1e\x4f\x8d\x82\x2f\x1f\xbe\xfb\ \xdf\x3f\xf3\xdd\x86\x70\x18\x21\xf1\xd2\x64\xb3\xff\x79\xeb\x7b\ \x0b\x68\xe5\x73\xc6\xa3\x99\x7e\x8d\x45\x43\x08\x69\xb5\x5a\x9c\ \x52\x42\x90\x20\x24\x71\x1a\x06\x79\x63\x20\x8a\x14\xba\x9a\x71\ \x14\xc0\x28\x12\x66\x30\x74\x7c\x64\x24\x17\xe6\x95\x36\x02\x14\ \x25\xc0\x19\x71\x1c\xd2\xa8\x2e\xf9\x0e\x4b\xa3\xc6\x9a\x81\xee\ \x24\x49\x05\x41\xcf\xf3\x38\xe7\x3d\xdd\x43\xad\x38\x4e\xe2\x24\ \x28\x33\xd7\xf5\x5c\xee\x0a\x3f\x74\x5d\x8f\x10\x1b\x7a\x3e\x67\ \xdc\x18\x93\x4d\xeb\x52\xca\xe5\xe5\xa5\x42\xa1\xe0\x79\xde\x6a\ \xed\x8a\xb5\x94\xd2\x5c\x3e\xb7\x67\xcf\xfe\x89\x89\x31\x4a\xa9\ \x45\x6b\x8c\x35\xc6\x38\xab\xd1\x14\x42\x49\xa6\xca\x80\x47\x63\ \x6f\xc7\x4e\xa3\x5a\x6b\x22\x18\x25\x34\x4d\x53\x00\xa0\x84\x24\ \x71\x7c\xe8\xd0\xa1\xc0\xdf\x92\xcb\x79\xae\xeb\xb9\x8e\xa7\x52\ \x15\xa7\xb1\xef\xfb\xf5\x5a\xbd\xd1\x6a\x31\xe1\x84\x61\x98\xcf\ \xe7\xe3\x24\x91\x49\x3b\xe0\x82\x33\x61\xb9\xa7\x34\xb6\xdb\x31\ \xa5\x84\x12\xe2\x39\x42\x29\x11\x25\xa9\x3d\x2e\x81\xba\xa3\xef\ \x60\x9c\x73\xce\x09\x20\x22\x7a\xae\x47\x08\xb1\xda\x20\x50\x63\ \xc1\x5a\x4d\xd1\x5a\x85\x89\x8a\x62\x9f\x59\x9d\x03\x42\xa3\x76\ \x4b\x29\xce\x19\x3d\x96\x81\x12\xa5\xa3\x28\xdd\x58\xf0\x07\x8b\ \x3e\x05\x32\x9f\xc8\x7d\xf5\xb6\x70\x1d\xdf\xe1\xc7\x12\x4a\xb3\ \x19\x01\x65\xe5\x62\x59\x38\x42\x1b\xdb\x68\xd4\xa2\x7a\x33\x17\ \x06\xf0\x94\x5f\x00\x8f\x7f\x89\xf0\x9f\xcc\x92\x4f\x76\xd2\x28\ \x4e\x29\x81\x4c\x24\xf6\xf8\x2f\x83\x80\x94\x4a\x2a\x1d\x06\x7e\ \x67\xba\xf9\x65\x47\x1a\x27\x4a\xa9\xce\x38\x74\xf0\x38\x18\x6d\ \x72\xbd\x9b\xdf\xf2\x9b\xef\xd7\x40\x09\x77\x8b\x30\xf7\xa5\x2f\ \x5f\x37\xb5\xdc\xee\x19\x70\xe1\x09\x41\x93\x67\x4f\x87\x81\x73\ \x6a\xad\xd2\x4a\xb9\xae\xab\xd3\x94\x10\x92\x2a\xe5\xf9\xbe\x52\ \x8a\x52\x21\xb8\x13\xd9\x94\x00\xa1\x4c\x38\x42\x10\xa0\x48\x49\ \x6a\x64\x18\x04\x71\x3b\x12\x81\xef\xfb\x9e\xe7\x80\x27\x44\xda\ \x6e\xd8\xc4\x54\x4a\x85\x76\xab\x61\x34\x4a\xa9\x28\x13\x51\x9c\ \x96\xba\x4b\x95\xee\xee\x7c\x21\x9f\x26\x89\xcb\x39\x17\x0c\xac\ \xa5\x00\x68\x2d\x13\x0e\xa3\x94\x73\xae\x94\xe6\x9c\x3b\x8e\x93\ \x25\xd9\x4a\x29\x8d\x31\x61\x18\x3a\xc2\x31\xda\x20\x92\xc9\xc9\ \xa9\xea\x4a\x83\x73\x27\xab\x70\x59\x8d\x7b\xa2\x46\x44\x42\x29\ \x01\x3c\x26\x71\xe6\x31\xee\x4b\x63\xb4\x10\x8c\x52\xaa\x95\x36\ \x16\x29\xe3\x4a\xa5\xf3\x0b\x0b\x67\x9e\xb1\x33\x8a\x9a\x68\x74\ \x18\xe6\x01\x40\x49\x95\xcb\xe5\x38\x13\x63\x13\x93\xb5\xa5\x65\ \xd7\x75\xbb\x7b\xfa\x72\x61\x08\xae\x97\xb4\x5b\x60\x89\x36\x60\ \x11\x1c\xc1\x09\xa5\x4a\xa7\x8c\xf1\x52\xa1\x58\x2a\x17\x5c\xc7\ \x39\xae\x3c\x23\x00\x44\x63\xad\x41\x4b\x8c\xa1\x8c\x50\x00\xa9\ \x24\xa5\x4c\x38\x4e\x3e\xc8\x67\x36\xb7\xeb\xb2\x34\x89\xb5\xb2\ \xd5\x95\xfa\xf0\x60\x6f\x2a\x65\xbe\x90\x87\x7a\x74\xf4\x13\x09\ \x81\x44\x5a\x2a\xd3\x0f\x6c\x1b\x3c\xb7\xaf\x50\x72\x18\x05\xa8\ \x2b\x7b\xff\x72\xeb\xd3\xbb\x66\x6a\xd6\x06\x8e\xc8\x86\xa5\xd5\ \x8a\x4a\xe5\xee\x6d\xdb\x4f\xc8\xe7\x72\x9c\x33\x6b\x31\x8a\xa2\ \x03\x07\x0e\x4d\x4e\x8e\xe5\x72\x01\x79\x8a\x35\x56\xdc\x6c\x48\ \x60\x85\x5c\x40\x08\x28\x99\xb6\xda\x69\xbe\x90\x63\xc7\x55\x32\ \x4b\x00\xdb\xed\xb6\x46\x5e\xcc\xfb\xc7\x4a\xfa\x11\x80\x58\x39\ \x95\xd1\x0d\x83\x7a\x61\x62\x76\x2e\xe5\x3e\x79\x82\xa9\x9a\xc6\ \x71\x9c\x4a\x04\x22\x1c\x27\xf4\xbd\x27\x4d\xb4\x21\x80\xa9\x16\ \x4e\x69\xdd\xb6\x6e\x3b\xb7\xff\x40\x2c\xbc\xce\x8c\xf3\x4b\x0d\ \xdb\x71\x2a\x74\xf0\x14\x9c\x45\x85\x5b\xaa\x74\x21\x01\xc2\x04\ \x2c\x4f\xac\x2c\x2f\xc6\x4a\x13\xf2\xdc\xf5\x7b\x01\x42\x32\xd5\ \x72\xc6\x80\x73\x4e\x09\xc4\x71\x0c\x94\x48\xa3\x08\x21\x96\x58\ \x63\x52\x0a\x96\xa1\x63\x81\x48\x82\x88\x86\x02\xf1\x03\x6f\x79\ \x79\xc9\xa1\xc4\xe5\x9c\x3b\x2e\x61\x46\x49\x4d\x98\xe3\x08\xb6\ \xb8\x5c\x5b\xbf\x7e\x6d\x25\x97\x4b\xa5\xf6\x83\x50\x6a\x53\xad\ \x2f\xcd\x2f\xce\x5a\x2a\x8a\xdd\x7e\x2e\x74\x8a\xa1\x23\x9c\xbc\ \x05\x50\xca\xa4\xa9\x0c\xfb\xfa\x18\xa3\x11\x46\x8e\x70\x01\x20\ \x8e\x63\x03\x96\x31\xe6\x87\x41\x10\x04\x52\x4a\x44\x1a\xb7\xd3\ \xbd\x7b\xf6\x27\xb1\x72\x1c\x17\x80\xa5\x69\x4c\x08\xb1\x80\x40\ \x08\x63\x4c\x5b\x7d\x6c\xc2\x7d\xe6\xd1\xcd\x9c\xba\xab\x1a\x30\ \x5a\x31\x20\xca\xa0\x52\x86\x50\x87\x30\x3d\x37\xbf\x14\x45\xb1\ \x51\x92\x12\x6c\xd4\x6a\xae\xeb\x05\x41\x10\xc7\x31\xa5\xb4\xb7\ \xa7\x37\x5f\x28\x20\x00\x77\x1d\x4b\x80\xbb\x9e\x0b\x4c\x29\xe5\ \x7a\xc2\x18\x93\x35\xab\xe1\x96\x1b\x63\xac\x35\xda\x68\x8b\x40\ \x8e\xcf\x68\x23\x84\x3a\x8c\x39\xbc\x58\x2a\x07\x41\x40\x10\xdb\ \xed\xb6\x35\x86\x31\xa6\x50\xb9\x9e\xa3\x2c\xb6\xe2\x28\xf0\x43\ \xe1\x78\xed\x66\x95\x89\x30\xcc\x79\x4b\xcb\x8b\x16\x91\xe0\xea\ \x27\x6a\x8b\x3a\x4e\x3e\xb6\xa3\xef\xbc\x0a\x55\x51\xb5\xdd\xb2\ \x88\xe0\x31\xfa\xbc\x3c\xef\xda\xd1\xf3\x67\xf7\xcf\x25\x84\xba\ \x9c\xb5\xa3\x24\x5f\x28\xed\x3c\xf5\x64\x02\x10\xc7\x51\x16\x5d\ \x66\x8c\x9f\xb0\x6d\x0b\xa2\x9d\x9c\x9c\x28\xe4\xc3\x27\xfa\x42\ \x93\x84\xf4\x6e\x3b\x77\x04\x66\x1e\xdc\x3d\xa6\x9c\x02\xcb\x9f\ \x70\xfe\xa9\xde\xc2\x43\xf7\xcf\x69\x86\x59\x4a\x17\xc9\x0a\x4d\ \xac\x31\x16\x28\x63\x14\x8c\xb6\x84\x31\x0a\x56\x1b\x4b\x19\x3f\ \xda\x21\x94\xa0\x6d\x18\x6f\x70\xcb\xa9\x23\x62\x66\xdf\xee\x09\ \xe5\x3a\xd6\x58\x8b\x48\x08\xa5\x9c\xb5\xda\xc1\xbb\xdf\xfb\x9e\ \x91\x7b\xbe\xf9\xf7\x5f\xde\x23\xf3\xae\x60\x47\xdf\x87\x88\x50\ \x6f\xd9\xca\xf0\xe6\x93\xd7\xf6\xba\x44\xd7\xe6\xc6\x67\xa7\xe7\ \x12\xea\x20\x5a\x63\x33\x25\xa4\xec\x60\xb4\x46\x2d\x34\xbc\x97\ \xbf\xe2\xb2\x37\x9e\x5e\xff\xdb\x8f\x3c\x14\x97\x5c\xa3\x8d\x45\ \xc8\x0a\x4d\x3b\xbd\xa7\x7f\x09\xa7\xcb\xce\x18\x74\xf0\xa4\x7e\ \x5d\xb1\x7c\xf8\xbe\x4f\x7f\xf2\xeb\x55\xea\x72\xc0\xb8\xdd\xae\ \x9c\xf8\xf2\xed\x03\xf9\xe7\xb4\x7e\x14\x91\x51\x1a\xf8\x9e\xeb\ \xba\xc7\x8a\x18\x30\xc6\xb2\x2e\xc1\x8c\x52\xc7\x15\xca\x28\x20\ \xe0\xb8\x2e\xe5\x1c\xad\x2d\x16\xf3\xad\x66\x35\x6d\xb7\x6b\xf5\ \x6a\xbb\xd5\xe2\xda\xa0\xcb\x05\x63\xed\xa8\x5d\x2a\x96\xa4\x54\ \xe3\x13\x93\xae\xeb\x53\x26\xca\x5d\xdd\x85\x72\x38\xb3\x30\xdb\ \x6a\xb7\x7a\x07\x1d\x3f\xf0\x08\x00\xa1\xe8\x88\x55\xed\x78\x29\ \x15\x21\x78\x44\x44\x9e\x31\xc6\x72\xb9\x9c\xeb\xba\xcd\x66\xb3\ \x5a\xad\x3a\x8e\x2b\xa5\x09\xfc\x7c\x56\x85\x96\x69\x8c\x1b\x93\ \xd9\xa3\x04\x18\xcd\x32\x1c\x09\x3c\x9a\xa0\x0b\x47\xe2\xa3\x47\ \x37\x28\x21\x16\x08\x00\xd1\xda\x66\x69\x41\x8d\x7a\xa3\x5e\xaf\ \x97\xf2\x9e\x92\x71\xb3\x19\x01\x36\xba\xba\xbb\x1c\xc7\x49\x9b\ \x2d\x42\x89\xe3\xba\x42\x08\xee\x7a\x40\x88\x31\x16\x89\xb1\x08\ \xda\x18\x42\x08\x17\x1c\x00\x98\x65\xc6\x18\x63\x2c\x01\x4a\x80\ \x1c\x47\xb6\x4e\x76\xa9\x6b\xd6\x8c\xb6\x5a\xcd\xcc\x83\xad\x52\ \x29\x95\x62\x8c\xf9\xbe\x1f\xc7\x71\x2e\x17\x96\x72\xc5\xe9\xb9\ \x79\xd7\xf7\x89\x81\x34\x6a\xd5\x1b\xed\xd0\xb3\x8e\xe3\xa0\x8d\ \x2d\xac\xa6\x25\xb7\x13\x79\x71\x45\x9c\xee\xa7\xd5\x6a\x73\x6f\ \x53\xad\x0f\xb9\xc7\xe8\xdd\xf5\x74\x53\x5e\x6c\xf2\xdc\x97\xf7\ \xb9\x5f\x9b\x93\xcc\x17\xd6\xe2\xfa\xf5\x6b\x8d\xd6\xbb\x76\x3d\ \x92\xa6\x09\x63\x1c\x11\xad\x35\x3b\x76\xec\x58\xb3\x66\x64\x71\ \x61\x41\x4a\xc5\x18\x7d\x2c\xcb\x63\xbb\x6d\x77\x5e\xfa\xba\xf7\ \xec\xf0\xbf\xf2\x8f\x7f\xfd\xd9\x6b\xc6\x36\xef\x78\xfd\x87\x3e\ \x7c\xfa\xa7\x3f\xf0\xe1\xf1\x99\x28\x11\x85\x82\xcf\x88\x8e\x64\ \x3b\x21\x5e\x89\x71\xe4\xba\x99\xe8\x3c\xe3\x86\x69\x99\x80\xe7\ \x70\xf0\x20\x8a\x8d\x20\xab\xd9\x9c\xa6\x21\xdd\xd7\xbf\xe2\x6d\ \x2f\x2a\xde\xf4\x87\x7f\xb8\x37\x46\xa2\xa8\x9f\x73\x08\xa4\x4d\ \x25\x09\x90\x82\x35\x86\x78\x21\x04\x15\x62\x8d\x49\x13\xea\xfb\ \x80\x48\xc0\xd6\x22\xff\xe4\x17\xbe\xfa\x3d\xaf\x3e\x33\xc4\x54\ \x21\x8b\x16\xef\xff\xe4\xff\xfc\x4c\x4d\x42\x4a\xfc\xbc\x47\x41\ \xb6\x55\xa2\x9d\x30\x88\x62\x8b\xcc\x2d\x84\x3c\xef\x33\x6d\x34\ \x01\x88\x22\xad\xa9\x97\x73\x29\xca\x86\x94\xc4\xf1\xdc\x4e\xd0\ \xf4\x97\xcc\x1e\x35\xb6\x93\x07\xd7\xc1\x93\xf9\x75\x75\xd8\xbd\ \xf1\x4d\xef\xfb\x1d\xca\xa9\xd6\xd6\xcb\x97\x7a\xba\x4a\x0c\x9e\ \xdb\xfa\x51\x80\x4c\x5e\x24\x73\x15\x86\x61\x58\x2e\x97\x83\x20\ \x38\x22\x3e\x42\x29\x25\x71\xdc\x6e\xc7\x91\xb1\x68\x11\x1d\xc7\ \x01\xc4\x95\x95\x95\x42\xce\xcf\x79\x5e\x75\x79\x49\x6b\xed\xfb\ \x41\xe0\x09\xab\x54\xa5\xa7\x17\x8d\x4e\x92\x44\x08\x11\x45\x51\ \x51\xeb\x95\xea\x4a\x2b\xa9\x71\x21\x1c\xc7\x91\x52\x02\xa2\xef\ \xfb\xd2\x58\x8a\xab\x24\xa7\xb5\x26\x04\x01\x20\x8b\x85\x64\x4d\ \xa0\xea\xf5\x7a\x10\x04\x61\x18\x00\x90\x24\x51\xb3\x73\xb3\x1b\ \x37\x6e\x78\x68\xd7\xc3\x49\x9c\x6a\xa3\x8c\xd1\xae\xeb\x66\x85\ \xa1\xc7\x06\x44\x8f\x75\xea\x1e\x4d\x35\xa2\xe4\xd1\x52\x0a\xa5\ \xa4\xe3\x84\x9c\xf3\x34\x4d\xe7\xe7\xe7\x3d\xd1\x97\xc4\x6d\xc6\ \xb8\xeb\x7a\x2b\xd5\x95\x7c\xa1\x50\x2a\x97\xea\xcd\x76\x2a\xa5\ \x41\x54\x4a\x51\x46\xd3\x44\xb6\x9a\xed\xac\xe2\x2d\x1b\x25\x21\ \xc4\x91\x8f\x78\x46\xf9\xae\x88\xb8\xb4\xb4\xa4\x94\xa4\x47\xda\ \x76\x00\x40\x2e\x97\xcb\x4c\xd2\x24\x4e\x6a\x8d\x1a\x77\x1c\x42\ \xa9\x4a\xd2\xcc\xd8\x0e\xc3\x30\x8e\xdb\xd6\xb6\x09\x59\xe5\x3c\ \xad\xf4\x59\x21\x57\xf5\x2a\x22\x3e\xdc\x76\xee\x59\xac\x87\xd4\ \x2e\xf3\x60\x83\x13\xc7\x69\xfb\x34\x5f\x7c\xd3\x6a\xa9\x88\xe7\ \xf9\xae\xeb\x26\x49\x1c\xc7\xd1\xd6\xad\x5b\x1d\xc7\xa1\x94\xde\ \x7f\xff\x03\x71\x1c\xf9\xbe\x5f\x2c\x15\x17\xe6\xe7\x82\xe0\x71\ \x8a\xb5\x16\x08\x95\x51\xab\x65\xbb\x5f\xf9\x9e\xdf\x9a\x98\xfc\ \x8b\x3d\x8d\x6a\xb3\x15\xc5\x52\xb7\xc3\xf5\xef\xfe\x8d\x77\x5c\ \xb8\x7d\x10\x5b\x33\x3f\xf8\xec\xc7\xbf\x39\xd9\xfd\x3f\xfe\xe2\ \xc3\xd5\x2b\xff\xe2\xaf\xaf\x2c\x7f\xf2\x9f\xdf\xf6\x9d\x3f\xff\ \xcb\x5d\x85\x73\xfe\xea\xc3\x2f\xf9\xe1\x7f\xff\xc8\x8f\xe7\xa4\ \xe7\x88\xd5\x75\x03\x60\x1a\x47\x6d\x47\xb6\x13\xe5\x6c\x3a\xe3\ \x83\xef\x7e\xdd\x69\xeb\xcb\xf5\x89\x87\xbf\xf6\xb9\xcf\xfe\xe0\ \xbe\xb6\x4e\x93\xa1\xf3\x5f\xf5\xbf\x9f\xff\x7a\xbd\x72\xf0\xeb\ \x9f\xfe\xc4\xf5\xbb\x57\x9c\xc0\x8d\x63\x93\x1f\x3d\xf1\x5d\x6f\ \x7e\x7e\xeb\xd6\x2f\xfe\xd5\xe7\x7e\xb2\x68\x73\x83\xdd\xbc\x29\ \xc1\xf4\x6e\xff\xcd\xf7\xbc\xe9\x82\xed\x83\xc9\xc2\xfe\xef\x7d\ \xe1\xb3\xdf\xbb\x75\xbc\x74\xf2\x8b\x3e\xf0\xbe\xd7\x9c\xd0\xe3\ \x19\x6d\x17\xa7\x66\x9a\xb1\x12\x1b\xce\xf8\xc0\x3b\x5f\xbd\x7d\ \x30\x6c\xcd\xee\xf9\xea\xbf\x7d\xe6\xee\xa9\xd8\xf1\xdc\xce\x1c\ \xf4\x4b\xe6\xd7\xed\xd0\x68\x07\x4f\x9c\x39\x2d\x7a\x85\xee\xde\ \x68\xe9\xea\xeb\xef\x58\x6a\xe9\x7c\xef\xba\xf3\x2f\x3c\x6f\x20\ \x4f\x9f\x34\x65\xf2\x59\x52\xc6\xca\xf8\xc7\xf3\xbd\x4a\xa5\xd2\ \xdd\xdd\x5d\x2c\x16\xc3\x30\xcc\xf8\x2c\x4d\xd3\x28\x8a\x5a\xad\ \x56\xbd\xd1\x30\xc6\x78\xae\xe7\x38\x8e\xeb\xba\xc3\x23\x23\xe5\ \x72\x39\xcc\xe5\xb3\x18\x2a\xa1\x94\x52\xda\x6c\xb6\x80\x90\xa5\ \xa5\xa5\x85\xf9\xf9\x28\x6a\x4b\x29\x2b\x95\x0a\x22\x59\x5e\x5a\ \x66\x84\x59\x6b\x1b\x8d\x46\x7b\x55\xce\x8d\x6a\xad\xad\x31\x19\ \x33\x65\x92\x63\x42\x88\xa3\x93\x78\x1c\xc7\x8b\x8b\x8b\x8d\x46\ \x43\x6b\x03\x40\x2a\x95\x8a\xe7\x3a\xcf\x7f\xfe\xf3\x2f\xb8\xe0\ \x02\xce\x79\xb3\xd9\x00\xb0\x04\x90\x90\x4c\xc9\xe5\xd1\x16\x69\ \xab\x05\xfe\x00\x47\x17\x01\x00\x40\x19\x5b\x25\x3d\x42\xb2\x2e\ \x8f\x84\x50\xad\x75\xab\xd5\xf2\x7d\xbf\x50\x2c\xe6\x72\x39\xb4\ \x98\xcb\xe5\x94\x52\x71\x14\x7b\x9e\x27\x84\x63\x8d\x49\xd3\x34\ \x49\x52\x42\x48\xa9\x54\x74\x5d\xd7\x5a\x4b\x29\x15\x42\x64\xca\ \x79\x8c\x31\xd7\x75\x7d\xdf\x3f\x3e\x0d\xb3\x8c\xfb\xd3\x34\x61\ \x8c\x39\x42\x78\x9e\x17\x04\x61\x18\x86\x68\x6d\xb1\x58\xf4\x7d\ \xbf\xd5\x6a\x21\x82\x10\x42\x29\x19\x45\xd1\x11\x97\xf5\x6a\x08\ \xf9\x28\xd0\xda\x82\x89\x64\xbb\x69\xa2\xe6\xeb\xcb\xf2\x90\x66\ \xd7\x34\xd9\x1b\xbb\x2c\x8f\x1b\x69\xbb\x59\x50\x6d\x62\x6d\x96\ \x9d\x6b\x8c\x4e\x53\x89\x08\x51\xd4\x6e\xb5\x9a\xad\x56\x13\xd1\ \x2a\xa5\x94\x52\x84\x12\x63\x9f\x08\x44\x04\x22\xdc\xe6\xee\x1b\ \xaf\x78\xb0\xf5\xa6\xdf\x7a\xcf\x69\xc3\xa1\xd1\xaa\x29\xfd\xe7\ \xbd\xea\x75\xcf\xdf\x60\xbf\xf0\xcf\xff\xf4\xe3\x7d\xe2\x4d\xbf\ \xf5\x96\xca\xf2\xc4\x23\xe3\xf3\x95\x91\x6d\x9b\xb7\x6d\x28\x85\ \xc3\x27\xac\x5d\xb3\x6e\xcd\x16\xbe\xfc\xd0\x3d\x93\x89\xcb\xd9\ \x31\x67\xb3\x00\x40\x51\x37\xa1\xe7\x75\xef\x7c\xc3\xba\xf6\xbd\ \x1f\xfb\xfd\xff\xdf\x8d\x4b\xdd\x6f\x7e\xdb\x6b\x86\x78\x62\x85\ \xb7\x70\xcf\x8f\xfe\xe8\xc3\x7f\x76\xcb\x62\xf9\x95\xaf\x7b\xe5\ \x20\xb4\x94\xd1\x6d\xed\x0c\x0e\x6f\xe9\xa7\x4b\x37\x7d\xef\xca\ \xaa\xb6\x39\x47\xae\xac\xd4\x97\x74\xdf\xa5\x6f\x7c\xfd\x99\xf9\ \xe9\xbf\xfa\xc8\x1f\x7d\xe3\x21\x7c\xed\x3b\xdf\x34\x12\x76\x5d\ \xfa\x86\x57\x0c\xac\xdc\xfd\xb1\x0f\xff\xd9\x77\xef\x9e\x77\x5d\ \x68\x42\xef\xeb\xde\xf9\xda\xb5\x72\xf7\x3f\xfe\xc3\xbf\x8f\xb3\ \xad\x6f\x78\xf3\x8b\x45\x92\x98\x2c\x7f\xbb\x83\x5f\x1e\x74\x68\ \xb4\x83\x27\xa1\x46\x21\xe4\xc2\xae\x4f\xff\xe3\x27\x77\x4d\xce\ \xef\xd9\xb5\x7b\xcf\xdd\xd7\x7e\xe2\x73\xdf\x5b\x4c\x9e\x3c\x7a\ \xf3\x6c\xe5\xeb\x02\x18\xad\xdb\xed\x76\xc6\x2e\x59\x91\x25\x21\ \x84\x51\x4a\x28\xe5\x8c\x11\xba\x5a\x15\xcf\x28\x55\x46\xd7\xeb\ \xf5\xa8\xdd\xa6\x04\xad\x4e\x51\x4b\xc6\x68\x9a\xc4\x94\x04\x4c\ \xd0\x5c\xe8\xb7\x75\x1c\xe6\xc3\x9e\x9e\x2e\x4a\x99\xd2\x46\xcb\ \xb8\xd1\xa8\x95\x2a\x03\x85\x72\x31\x55\xb4\x59\xaf\xa7\xd6\x51\ \x4a\x19\x6d\x78\xc8\x5c\xd7\x35\xc6\xa0\xb5\x84\x70\x46\x29\x02\ \x30\xc6\x38\x63\xc6\x98\x0d\xeb\xd7\x27\x69\x1a\x47\x91\xe3\xba\ \xcd\x66\x2b\x4e\x22\x63\xcc\x25\x97\x3c\xbf\x51\x6f\xb4\x5a\xb1\ \x1b\x04\xb7\xde\x76\x7b\xb5\xda\xc8\x44\xea\x53\xa5\x8e\xad\x1f\ \x3d\x6a\x95\x5a\x6b\x8d\xd1\x88\xd6\x82\x05\xc2\x64\x2a\xdb\xc0\ \x0a\x85\x82\x52\x32\x6a\xb5\xda\xed\x76\xb9\x5c\x8a\xe3\xb6\x4c\ \xb5\x94\x4a\xa6\x92\x3b\x42\x6b\x0d\x88\x94\x12\xce\x39\x01\xb0\ \x08\x32\x95\x60\x21\x4b\x3c\x66\x8c\x6a\x6d\x8e\xb2\xb5\x31\x46\ \x29\x75\xdc\xde\x42\x44\x6c\xb5\x5a\xc5\x62\xf1\x88\xb9\x06\x00\ \xd8\x68\x36\xc1\xda\xfe\x81\x01\xdf\xf5\x16\x56\x16\x1b\x8d\x46\ \xd4\x4a\x98\x25\x9e\x20\xf5\x5a\xad\xd9\x08\x28\x27\x16\x81\x1e\ \x23\x5c\x50\x4b\xd4\xa8\x23\x2d\xc2\xb7\x0e\x55\x87\x0b\xbd\x9b\ \x4b\xec\x1b\x87\xe6\xde\xd0\x65\x3d\x0a\x35\x45\x2c\x70\x40\xa2\ \x94\x8a\xe3\x84\x10\x62\x8c\x51\x4a\x23\x02\xa5\x34\xdb\xa6\x54\ \x26\x71\x4a\x80\xac\x36\x71\x7d\x6c\x80\x8a\x10\x06\xc9\xdc\x37\ \x3f\xf5\x6d\xf1\xb1\xff\xf6\xf6\xd7\x52\x2d\x6b\xc6\xab\xac\xed\ \xea\x61\xc2\x9e\x75\xd1\x85\x9a\x2d\xdf\x7f\xb0\x96\x27\xb5\x5b\ \x77\x4d\x9d\x7f\xe6\xc9\xaf\x7e\x7e\x5c\x9b\x1b\x1f\x3e\xf7\x74\ \x12\x6c\x9c\xb9\xe3\x33\xcb\x5a\x53\x24\x04\x50\x6b\xa3\x65\x94\ \xda\x9c\x41\x42\xd0\xd0\xc2\xc8\x96\x1e\xf7\xfe\xcb\xef\x7e\xe8\ \xf6\xfb\xc8\x49\x8f\xbc\xe0\xb2\xcd\xa3\x5d\xc2\x00\x8d\x17\xe7\ \xc6\xef\xbb\xfb\xce\xbd\x87\xce\x3f\x77\xa8\x37\x30\xe3\xa9\x05\ \x44\x63\x14\x30\xc7\xf3\x1d\x99\xb4\x81\x30\xad\x92\xc4\xed\xdb\ \xd2\x5f\x3a\xb0\xe7\x47\xf7\xdd\xf6\xc0\x6c\xef\xbd\x97\x9d\x7d\ \xc9\x96\x4d\xeb\x47\xf2\xee\xbe\xdb\xef\xbf\xe7\xde\xc3\xc3\x17\ \xb7\xe9\x5a\xc3\x8a\xc3\xeb\x42\x8f\x05\xc3\x17\x5f\xec\xb3\xc6\ \xa1\xbd\x33\x69\x20\x58\xdd\x64\x1a\xbc\x1d\xfc\x92\x98\x1d\xd8\ \xd1\xc3\xef\xe0\x49\xc0\x19\x1c\xdc\x7d\x57\x75\xf0\xa2\x3f\x79\ \xf7\xc9\x9f\xff\xdc\x4d\xaf\x7a\xd3\x25\x97\x7f\xea\x53\xbb\x67\ \x2e\xb9\x70\x7d\xd1\xd8\xe7\x48\x87\x21\x4d\xd3\x13\xb6\xef\xf8\ \xd8\x9f\xfe\x59\xe6\x05\x25\x84\x50\x4a\x8e\xaa\xdb\xac\x4a\xb6\ \x10\x40\x44\x4a\xa8\xc5\xd5\x7e\x20\x42\xb0\x4c\x4d\xd0\x18\xe3\ \x7b\x4e\x2e\xf0\x00\x51\x29\x55\x11\x02\x00\x1d\xc7\x21\x84\xd8\ \x34\x05\x80\x9e\x7e\x45\xc2\x20\xe6\x4c\x1b\x8b\x48\x28\xa1\xa5\ \x1c\x16\x11\x19\xe3\x84\x52\x37\x6f\x00\x80\xae\x96\x4f\x02\x25\ \x94\x07\x28\x8c\x66\xae\xeb\xb9\x46\x1b\x4d\x80\x08\x07\x2b\x61\ \x49\x12\x5a\xe8\xee\x7d\xfd\xdb\xde\x96\x45\x6d\x5f\x71\xd9\xab\ \xa2\x28\x82\x23\xce\xdb\xa7\x64\xaa\x55\xb2\x41\x00\x82\x16\xb3\ \xea\x1a\x6b\xad\xb5\xba\x90\xcf\xe5\x8a\x05\xdf\x98\xcc\x83\xa4\ \xb5\xe6\x9c\x67\x4d\xc1\x09\xcd\x1c\xc5\x04\x01\x8d\x36\xd6\x5a\ \xce\x45\xd6\x2e\x2a\x33\xaa\x08\xc9\x58\x07\x11\x6d\x10\x84\xc7\ \x91\xaf\x6b\xad\x75\x1c\xe7\xff\xfc\xef\xff\xcb\x19\x23\x59\xe0\ \x97\x10\x63\xac\xd6\xca\x5a\x1b\x86\x21\x63\x2c\x8e\x63\x63\x8c\ \xb5\xc8\x28\xe3\x8c\x50\x4a\x5c\x97\x2f\x2f\x2d\xdd\xfe\xf0\xc7\ \x29\xc9\x7c\xcb\x40\x19\xbd\xab\x01\x3b\x2b\xda\x18\x32\xda\xd3\ \xbb\x41\x44\x3e\xea\x87\x06\xba\x4d\x32\xc7\xc1\xde\xd3\x14\x29\ \x61\x3e\x21\x49\x92\x34\x1a\x8d\x30\x0c\x39\xe7\x93\x93\x53\x8c\ \xd1\x55\xd1\x73\x6b\xa3\x28\x6a\x34\x1a\x9c\xb3\xc7\x35\x80\xcb\ \x3a\xa6\x03\x00\x13\xae\xd3\x3e\xf8\xf9\xcf\x7d\xef\x84\x3f\x79\ \xfb\x30\x6b\x92\xb4\x3e\xd3\x6c\x70\x74\xee\xba\xea\x7b\x0f\x54\ \x59\x19\x1a\x35\x0a\xcd\xbb\x1e\x6a\x5f\xfa\xb6\x33\xba\x66\xbe\ \xf0\xa5\xcb\x4f\x7a\xdd\xbb\x2e\xee\x5b\xf9\xe4\x7f\x8c\x21\x75\ \xd0\x1a\x69\xc0\xe9\xde\x72\x42\xbe\x36\x99\xf6\x6e\xdd\x50\x51\ \x87\x9b\x49\x7d\xf2\x70\x55\x9d\xb8\xe3\xe4\xcd\x3b\x57\xce\xd8\ \xbe\x15\x1b\x13\x93\x2b\xfa\x74\x46\x9c\x7c\x79\xe0\xc4\xd3\xce\ \xdb\xb1\x25\xae\xde\x33\xd3\x24\xd4\x25\x1e\x4d\x26\xc7\x76\x1d\ \x8a\x2f\x7e\xf1\xbb\xde\x35\xf9\xf9\x2b\x26\x53\x77\xa8\xdf\x7f\ \xe4\xee\x89\xfd\x4b\xcd\x97\x6e\x3a\x69\xdb\xa9\xbb\xd6\x9e\x7c\ \x72\x20\x17\x0e\x1c\x3a\xdc\xd7\x48\x2f\x3a\xf1\xf4\x9d\x27\x4f\ \x57\xf2\x1e\xa1\xc2\x36\xe7\x66\x52\x3b\xa8\xe6\xaf\xfc\xce\xb7\ \x17\x6c\x3e\x17\xcf\xb4\x19\x23\x68\x3a\x06\xce\x2f\x93\x5f\xd7\ \x76\xe2\xa3\x1d\x3c\xc5\xb3\x61\xc0\x71\x18\x5a\xa3\xda\x0b\x77\ \xdf\x72\xcb\x44\xd3\x3d\x2b\x7c\xf2\x34\x7e\xfe\xac\x3d\xac\x61\ \x18\x16\x8b\x45\x3c\x2a\x73\xf6\xe4\xb4\x44\x8e\xf8\x80\x8f\xd5\ \x0b\x25\x40\xc0\x5a\xcc\xb4\x08\xdc\x23\x65\xf4\x16\x11\x00\x85\ \xc8\x03\x80\x43\x88\xb5\xa8\x10\x89\x80\x2c\x4d\x88\x09\x38\xda\ \x21\x82\x71\x01\xc7\x7c\x7b\x44\x00\x0a\x82\x71\x63\x11\x28\x17\ \x8c\xe3\xea\x40\x10\x00\xb4\x88\x61\x2e\x97\x19\x9e\x83\x43\x83\ \x94\xd2\xd5\xb3\xfc\x67\xf9\xb2\xe4\x09\xd4\x8a\x99\x1b\xd8\x18\ \xa3\x8d\x11\x7c\x75\xb5\xe0\x1d\x49\x17\x7a\x82\x84\x28\xc9\x96\ \x11\x8f\x3d\x21\x1e\x35\x7d\x9f\x28\x4b\xfb\xf4\x5d\xbb\x5b\x36\ \x6f\x79\x52\x4d\xa2\xa3\xea\x86\xc7\xaa\x32\x21\x20\xe7\xc2\x20\ \xd7\xc6\x50\xce\x00\x00\x2c\x08\x46\x6f\x88\xc5\x99\x2d\x7a\x8a\ \x9b\x9e\xac\xe6\x54\xa4\x0d\xe2\x29\x4e\x83\x59\x7d\x38\x15\x57\ \x34\x1d\xea\x64\xae\x6f\x3b\x33\x33\x37\x3c\x32\x34\x3c\x3c\x94\ \x49\xfb\x66\xe7\x97\x4a\xce\xcf\x2d\xa4\x69\xea\x79\x8e\xb1\xf6\ \xd8\x2f\x4f\x01\x2d\x22\xe5\xc2\x21\xdc\xf3\xf8\xd4\x9e\x9b\xbf\ \xf8\xe3\x9d\x7f\xf2\xa6\xd1\x22\x6b\x5c\xfb\x9d\x6f\x6c\xea\x7e\ \xfb\xbb\x3e\xf6\xdf\x05\x67\xfb\xbe\xff\xaf\xff\xeb\x8b\xe3\xed\ \xb9\x87\x6f\x1b\x53\x6f\xe8\x3a\x7c\xcd\xb5\xf7\x54\x2e\x7a\x6d\ \x94\x1e\x3c\x38\x3e\x2d\x79\xd1\x45\x1b\xc7\xa6\x6f\xd3\x69\xff\ \xe5\x37\x5e\x50\x72\x6c\x75\xf2\x91\xaf\x7e\xff\x2e\x4e\x97\xbf\ \xf2\xf9\xef\xfc\xde\x6f\xbc\xe6\x1f\x3e\xf1\xb2\xd6\xec\xbe\x6f\ \x7e\xf6\x9b\x63\x31\xa9\xcf\x2f\x0f\x3e\xff\xf5\xff\x7c\xf1\x1b\ \x6a\x13\x0f\x7d\xe5\xb3\xdf\x9e\x44\x5f\x00\x30\x01\xcd\xc9\x5d\ \x9f\xfc\x97\xaf\xbe\xfb\x4d\x2f\xfe\x83\xbf\x3a\x9f\x81\x5d\x9e\ \x78\xe0\x1f\x77\xfd\xcf\x6f\x7f\xe9\x1b\x6b\x7e\xfb\xad\x7f\xfd\ \xf1\x7f\x94\xd5\x89\xef\x7f\xf1\xd3\x07\x56\x66\x97\xbe\xf2\x9d\ \x35\xef\x7d\xcd\xdf\xfd\xd3\xb9\x00\xf6\xd0\x7d\x8f\x30\x35\xf5\ \xb5\x2f\x7e\xbb\xfb\x1d\x97\xfe\xf1\xff\xf8\x1b\x66\xd5\x35\x9f\ \xfe\xf3\x4f\x5d\x5f\x73\x43\xde\x49\x35\xfa\x25\x82\x79\x82\x48\ \x59\x07\x1d\x00\x80\xd6\x76\x60\xcb\xd9\x17\xe4\x2c\xa2\x5f\x16\ \x73\x57\xde\x14\xbf\xe0\x35\x6f\x3c\xa1\xd7\xcb\x14\x7b\x1e\x3f\ \xcd\x36\x32\x7d\xf1\x67\x00\xc7\x11\x57\xfe\xe8\x87\x5f\xfa\xf2\ \x57\xb2\xf2\x76\x04\xe0\x04\xfe\xba\x7f\x39\xe7\x8a\x99\x37\xfc\ \x05\x3a\x01\xa0\xed\xdc\x95\x9f\x9b\x1b\x8a\x09\xb1\x32\x35\xf2\ \xdd\xbf\xda\xdd\x82\xb7\xdf\xb4\xb8\x66\xa0\xbf\xa7\xb7\x37\x63\ \xc4\xb6\x25\xef\xae\xb4\x5e\xea\x2e\x4d\x5f\xf0\x9e\xd6\x89\x97\ \xd0\x34\x3a\xbe\x8f\x10\xc2\x99\x9c\x1c\xff\xf3\x3f\xff\x6f\x8e\ \xe3\x1c\xdd\x29\x2d\xe4\x55\xf4\xce\xb0\x7e\xb2\x93\xe4\xa9\x25\ \x00\x2d\x4b\xf6\x6b\xf7\x73\xcd\xc2\x0c\xcf\x79\x6c\x75\xa1\x20\ \x13\xe5\xf9\x41\xa5\x52\x16\x42\x50\x42\x10\x50\x6b\x53\xaf\x37\ \xea\x8d\x9a\xeb\x38\x4f\xaa\xc4\x60\x91\x3b\x61\x21\x0f\xad\x46\ \x3b\x52\x20\x14\xe6\xba\xcb\x8c\x36\x97\x97\x62\x34\x6e\xa1\xbb\ \xe0\x51\xb0\x36\xae\x47\x52\x4b\x14\xe0\x56\xba\xf9\xca\x72\xc3\ \xf0\x7c\xb9\x00\xed\xa8\x1d\x29\x96\x65\x18\x11\x4d\xbd\x7c\xe0\ \x39\x8c\x98\xb8\xda\x6c\xa7\xcc\x75\x93\xc4\xf0\x5c\xa9\x12\x70\ \x13\xd7\x1a\xcd\x04\xdc\x90\x0a\x2f\xef\x71\x4a\x40\xb6\x57\x5a\ \x91\xe2\x9e\x73\x64\x0a\xc5\x76\x02\x5e\x2e\x5f\x0a\x04\x01\xd4\ \x71\xcb\xc8\xb4\x29\x01\x82\x52\x77\x4e\x60\xda\x6c\xd4\x5b\xd4\ \x73\x93\xc4\xb0\xa0\x54\x09\x1d\x40\xa3\x92\xa6\x92\xaa\x25\x81\ \x87\xc5\x4a\x20\xc0\x1a\x13\x57\xdb\x9a\x00\xe9\x78\x75\x7f\x99\ \xd0\x6c\x36\xfe\xfe\xff\x7e\xfc\xac\xb3\xce\xe9\x0c\xc5\xaf\x3c\ \xf6\xef\x7d\x64\xed\xfa\x4d\x59\x0a\x67\x86\x3d\x8f\x3c\xdc\x3f\ \x30\xc8\x9e\x42\xed\x8f\x32\xe1\x70\x92\x26\x71\x1c\x27\xc4\x0d\ \xf3\xbe\x50\x52\xe2\x73\xd8\x7f\xb4\x83\x5f\x32\xb6\x46\xb0\x16\ \x8e\x71\x24\xa3\x20\xa4\xc1\x83\x7f\x68\xf1\x2d\x24\x5a\xc3\x24\ \x23\x30\x65\xc4\x6e\x1b\x68\xee\xf8\x94\xa0\x05\x04\x20\x04\x84\ \x23\x92\x24\x9a\x99\x8e\x1d\xd7\xe1\x9c\x19\x63\xd3\x54\x22\x1a\ \xc7\x11\x00\xf0\xa4\x9e\x69\x42\x54\x52\x9b\x6b\x03\x13\x82\x13\ \xb0\x02\xab\x4b\x0b\x96\x09\xc1\x1d\x42\x75\x63\x79\xb1\x06\x00\ \x84\x71\xce\x18\x23\xc6\x46\xb3\xf3\x48\x1d\xc1\x54\x73\x71\x11\ \x09\x17\x82\xac\xf6\x32\x41\xa6\x5b\x8d\x95\x3a\x02\x10\xca\xb8\ \x70\xac\x45\xc7\x21\x26\x5a\x5e\x68\x61\xb6\x87\xa0\xd4\x51\xbc\ \xd4\xca\xba\xa6\x30\xee\x38\xc6\xae\xda\xfc\x84\x90\xc0\x45\x13\ \x57\x97\xda\x98\xbd\xca\x18\x13\x0e\x9a\x64\x65\x31\x42\x20\x94\ \x0b\x17\x2c\x38\x0e\x5d\xdd\x93\x9d\x81\x33\xd7\x41\x13\xaf\x2c\ \xb6\x11\x80\x50\xce\x39\x25\x68\x7f\x21\xf2\x4c\x1d\xfc\xc2\x5c\ \x65\x1d\xb7\x6e\x07\x4f\xf1\x6c\x18\x95\x18\x00\xc2\x83\x7c\x81\ \x00\x2a\xa9\xf0\x29\x7e\xda\x1d\x1e\xed\xe0\x29\x98\x14\xed\xb1\ \x1d\x39\x10\x91\x03\x80\x10\xbb\x6d\xe1\x41\x0b\x00\xc0\x09\x78\ \x02\xbc\xac\x2d\xd7\x11\xf6\x05\x80\x2c\x3b\x5a\xca\x34\x4d\x11\ \x80\x30\x46\x29\x15\xf8\xd4\xe5\x05\x88\x40\x18\xe7\x70\xf4\x44\ \x94\x73\x0a\x88\x16\x11\x08\xe5\x7c\x35\x51\x79\xf5\x55\xca\x38\ \x80\xb5\x96\x50\xc6\x1e\x7d\xcb\x6a\x9f\x16\xc6\xf9\x63\x0e\xce\ \xd8\x8e\x66\x07\x64\xe7\xa3\x9c\x3e\x7a\xc2\x63\xaf\xe1\xd8\x83\ \x8f\x9e\xe2\xd1\x3d\x47\xce\x78\xec\x31\xd9\xbe\x63\xf6\x3c\x7a\ \x39\x9d\x07\xe8\x97\xe8\x41\xef\xdc\xad\x0e\xfe\xf3\x67\xc4\x9a\ \x9f\xd2\x53\xa8\xc3\xa3\x1d\x3c\xd1\x40\xcc\xd6\xe9\xf6\x49\x33\ \x9b\x5c\x42\xdc\x47\x7b\xb9\xa0\xc1\x27\x3f\xc3\xb1\x85\x3a\xc6\ \x98\xce\xa8\x76\xf0\xff\xaa\x3d\x6a\x3b\x9a\x46\x1d\x3c\x43\x74\ \x78\xb4\x83\x27\xb2\x20\xb1\xd6\xd6\xeb\xf5\xa7\xd0\x73\xef\xa0\ \x83\x5f\x1d\x34\xea\x75\xf5\x64\x99\x23\x1d\x74\xd0\xe1\xd1\x0e\ \x8e\x1f\x4a\xa9\x4a\xa5\xeb\xa3\x1f\xfd\xa3\xe3\x13\x7f\xe8\xa0\ \x83\x5f\x22\xa4\x69\xba\x6e\xdd\xfa\xce\x38\x74\xd0\xe1\xd1\x0e\ \x7e\x9e\x30\xc6\x14\x8b\xc5\x77\xbe\xeb\x3d\x9d\x44\xeb\x0e\x7e\ \x2d\x40\x3a\xeb\xc5\x0e\x3a\x3c\xda\xc1\xcf\x1b\xd6\xda\x56\xb3\ \xd1\xc9\xc0\xe8\xe0\x57\x1e\x88\x18\x84\x39\xce\x3b\x33\x61\x07\ \x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\xa0\x83\x67\x42\x87\xfc\x38\x45\ \x54\x3a\x3c\xda\x41\x07\x1d\x74\xd0\xc1\xaf\x35\x08\x21\x4a\xa9\ \xc9\xc9\x49\x72\x5c\x3a\x2a\x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\xe0\ \xd7\x9d\x47\xb5\xd6\xf3\xf3\xf3\x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\ \xa0\x83\xe3\xa4\x52\xc6\xd8\xf1\xf1\x68\x27\x51\xad\x83\x0e\x3a\ \x78\xca\xb9\xa5\x33\x04\x1d\x74\xd0\xb1\x47\xff\xdf\x02\x25\xe0\ \xf2\x9f\x59\x3e\x85\x10\x48\x35\xfc\x0a\x76\xe3\xa2\x84\xfc\x02\ \x4a\x0e\xf0\x17\xa3\x50\x43\x08\x01\xf8\xa5\x48\x61\x26\x9c\x73\ \x44\x63\xcc\x33\x2b\x5b\x22\x54\x70\x9a\xf5\xd4\xeb\xfc\x72\x3b\ \xf8\xf5\xb4\x50\x01\xad\x7d\x1a\xad\x27\xf8\x73\x72\x75\xf0\x14\ \x8d\x3f\x7e\xb5\x85\x49\x29\x81\x96\x24\x0f\xcd\x11\xfa\x33\xae\ \xf2\x2d\xc2\xfa\x0a\x86\x0e\x3e\xa3\x09\xed\xa9\x86\xfd\x89\x9d\ \xb5\x9f\x2d\xa0\x36\x56\xa7\x47\xfe\xc8\x3a\xc6\xe0\x63\xb6\x8f\ \xb6\x98\x7b\xfc\xf6\x91\x2f\xf2\xb8\x6d\x00\x20\x84\x05\x3e\x1a\ \x0b\x3f\x43\xbb\x56\xe2\x06\x81\x38\x72\x57\xd0\xa8\x38\x4e\xec\ \x63\x4d\x31\xca\x1c\x4e\x74\xaa\x2c\xf9\x7f\xa5\x9d\x0b\xf5\xc2\ \x80\x19\x19\x25\xe9\x63\xb4\xb3\x09\xe5\xd8\xba\xfd\xaa\xab\xa7\ \x74\xff\x4b\x5e\x7a\x5e\x60\xd4\xe3\x46\x81\x30\xee\x3a\x0e\x67\ \x14\x10\xb5\x4a\x53\xa9\x9f\xfc\xde\x53\x06\xd1\xf4\xf7\xbf\x7f\ \x7d\xb0\xf5\x9c\x0b\x4f\xdd\x08\x4a\x75\xb8\xb4\x83\x5f\x2f\x9b\ \x87\xb1\x68\xe1\xc0\x6d\x0f\x2f\x9f\x76\xde\x59\x25\x61\xed\x7f\ \x3a\x49\x3e\xdb\x3c\x8a\x94\x59\x99\xd8\xa8\x7d\xec\x6f\x1f\x11\ \x08\x63\x3c\x5f\x12\x9c\x1b\x25\x7f\x55\xcb\x16\x05\x83\x99\x06\ \xf9\xfb\x9b\x85\xff\x33\x8e\x7a\xa2\xe1\x4f\x9e\xaf\xb6\xf6\x62\ \x7a\xdc\xfa\x65\x84\x58\x04\xd3\xac\xa1\xb5\x8f\x12\x01\x02\x10\ \xa0\x7e\xce\x09\x72\x68\x94\x7d\x76\x55\x70\x69\x18\x2e\x7e\xed\ \xdb\xcb\x5f\xfb\x36\xcb\x85\x40\x8f\x78\x10\x2d\xac\xf6\x8f\xc5\ \xd5\xcb\xfb\xd9\xb6\x11\x6c\x2a\x73\x67\x9e\x36\xf0\x5b\xef\xa1\ \xae\x63\x13\xf9\x53\x1d\x93\x84\x50\x62\x1a\x57\xfe\xdb\xa7\xee\ \x9d\x6b\x69\xa5\x8d\x92\xf9\xf5\x3b\xdf\xfc\xc6\xcb\x46\x42\x02\ \x84\x12\x00\xa3\xa5\x32\xa4\x36\x7e\xdd\x27\x3e\x77\xf7\x8b\xdf\ \xfb\xfe\xf3\xb6\xf4\xb4\x9b\x2d\x0b\xd4\x71\x5d\xc1\x88\x51\x2a\ \x95\x12\x09\x73\x32\x72\x02\x2b\x93\x54\x5b\x04\x00\xc6\x1d\xc7\ \xe1\x14\x40\x6b\x29\x1f\xa5\x2b\xc2\x1d\xc7\xe1\x0c\x00\xd0\xe8\ \x54\x4a\x8b\x00\x84\xb9\x9e\xc3\x09\xd1\x4a\xa6\xca\x08\xd7\x17\ \x54\xc7\xb1\xe4\x9e\xcf\xac\x4a\xa4\x71\x7d\x9f\x5a\x19\x1f\xbd\ \xfd\x84\x52\xbd\xf2\xcd\x7f\xfa\xc7\x85\xc1\xb3\xdf\xfa\xd2\x73\ \x7c\x30\xdc\x75\x39\x23\x56\xa9\xd4\x10\xae\xaa\xd7\x5f\xf1\xad\ \xb1\xe2\x8b\x5e\xf1\xba\x17\x86\x3a\x89\x62\x69\x8e\xfc\xa0\x98\ \x70\xd2\xe5\xc3\x57\xfd\xe4\xea\xfb\x0f\xcc\x82\x57\xda\x7e\xce\ \xc5\x97\x9c\x71\x42\x28\xa8\x70\x04\x01\x54\x32\x55\xda\x02\x00\ \xe5\xc2\xf3\x03\x5b\x9f\xfc\xce\x57\xbf\xb5\xed\xad\x1b\x2e\x3a\ \x73\x2b\xb1\x28\x1c\x87\x11\x94\x47\x8e\xe9\xa0\x83\x5f\x71\x1e\ \xa5\xb0\x32\x7b\x78\x3e\x2e\x84\x81\xa0\xfa\x31\xab\xd5\x27\x32\ \xd4\xb3\xcb\xa3\x94\x9b\x95\x39\xfa\x93\xcf\xe6\x93\x3a\xb2\x47\ \x3f\x9a\x20\x68\x99\xa4\x3b\x5f\xb2\x0f\xc2\xc1\x0d\x5b\x82\x52\ \xc5\xfe\x8a\x2a\x9b\x53\x02\x81\x00\xef\xc8\x57\xb7\x06\x15\x82\ \x20\x10\x6b\x24\x04\x28\x25\x2e\x27\x60\x31\xd5\x68\x11\x28\x23\ \x2e\x27\x04\x80\x12\xa0\xcf\xc4\x0a\x22\xc4\x22\x9a\x9b\xbe\x15\ \x1c\xb8\x93\xb9\xfe\xd1\xbe\x2b\x04\xc1\xaa\x44\xf5\x6f\x9c\x5d\ \x77\x96\xe5\xce\xd0\xd6\x13\x8d\x52\xcf\x9e\x57\x82\xb1\x74\x7c\ \x12\x26\xc6\x4b\x27\x6c\x76\xcf\x90\xee\xa9\x06\x10\xa2\xab\x38\ \xeb\x41\xf7\x54\x83\x06\xa2\x1f\x73\xb1\x16\x9d\x1d\x06\x53\x68\ \xff\x50\xb8\xdb\x8d\xd8\x64\x6d\x04\xf1\x8f\x98\x7b\x86\xe5\x6b\ \xac\xad\x93\xe8\x2a\xe6\x5d\x60\x78\xaf\x31\x55\xd2\xbe\x5c\xd8\ \x2a\x80\xa0\xcb\x5f\xfa\xaa\x9c\x9e\x19\xf9\x93\x8f\xf0\x52\xc1\ \xa6\xf2\xa7\x8f\x0e\xa6\xbb\x6f\xb9\xfa\xda\x6a\xf7\x99\xdb\xd7\ \x50\x6d\x8c\x25\x60\xd3\xb1\x47\xf6\x4c\x2e\x35\xa4\xa5\x3d\xc3\ \x1b\xb7\x6f\x1a\x8e\x16\x0f\xdc\x7c\xcb\xad\xe1\xa6\x4d\xc9\xe2\ \x96\xad\x5b\x37\xf5\xf8\xf2\xc0\x83\xf7\x4d\x2c\x25\xbd\x6b\x36\ \x6d\x59\xd7\x8f\x71\xfd\xf0\xc1\x5d\xb3\x4b\x75\x4d\x83\x8d\xdb\ \xb6\xf5\xe6\x1c\x00\xbb\x32\xbd\xff\xc0\xd8\x4c\x8a\xa2\x6f\xcd\ \x86\x0d\x23\x3d\xc4\x68\x04\x42\x89\x9e\x1f\x3b\x38\x31\xb3\x94\ \x68\xcc\xf7\x8e\x9e\xb0\x7e\x48\x30\x42\x4d\x6b\xf7\xdd\x77\xcf\ \x35\x74\xff\x86\x13\x36\xf7\x07\x07\x1f\xb8\x71\xd1\xf4\x9d\x7a\ \xd2\xe8\xf4\x83\x77\x55\xbd\xbe\xad\x6b\x4a\x7b\xee\xba\xb3\xc6\ \x47\x4e\xd9\x36\x48\x56\x8d\x6c\x42\x30\xba\xff\x86\xab\xf7\xef\ \xe8\x7b\xc3\xcb\x2e\x2c\xd2\xfa\x81\x87\x1e\x98\x5c\x8c\xca\x23\ \x1b\xb7\xae\x5f\x43\x09\x75\x83\xc0\x44\xf3\xb7\xde\x70\x43\xc1\ \x2d\x6d\x3d\x61\x7d\xc0\xc0\x58\xa4\x5c\x24\xb3\xf7\xfe\xfd\xdf\ \xfc\xdd\x9d\x0b\xee\xc6\xb5\x83\x30\xbf\xf7\xc1\xd2\xe8\xf3\xcf\ \x3b\xd5\xb6\x26\xef\xbe\x73\x5f\xc3\x7a\xeb\xb7\x6c\x1f\x2e\xbb\ \x06\x89\xac\xcd\x3c\x70\xe7\x64\x5c\xdf\x6f\x1d\xcf\x11\x94\x72\ \xa1\xab\x33\x0f\xde\xb5\xaf\x6e\xbc\x0d\x5b\xb7\x0d\x95\x3d\xad\ \x3b\x8d\x07\x3a\xf8\x95\x07\x61\x9c\xc9\x66\xa3\xde\x4e\xba\x04\ \x3c\x6a\x8f\x3e\x99\x4b\xea\xd9\xe5\x51\xe1\xa4\xbb\xef\x1c\x92\ \xb5\xde\xd1\xb5\x68\x2d\x10\x9a\xb5\x2d\x62\x80\xa4\x6f\xed\xd7\ \x7f\xf8\xbd\x69\x56\x19\x39\xe1\xc4\x5f\x93\xec\x06\x6b\xb0\x67\ \xa4\x70\x86\x9f\xdc\x11\x79\xef\xdc\xe9\xa3\xc1\x83\x87\x9b\x3f\ \x7a\x24\x82\x82\xf7\xea\xd3\x0b\xeb\x02\xba\x30\xdb\xfa\xc6\xfd\ \x6d\xf9\x8c\x1d\x89\x84\x10\x55\x5f\x71\x76\xdf\xb2\x66\xeb\x09\ \xd4\x68\x38\xaa\x9a\x6b\x0c\xeb\xea\x7b\x68\x72\xf1\xa6\x7f\xfb\ \xff\xce\x79\xef\x47\xc9\xb3\x3d\xec\x48\x84\xf0\x07\xfa\x70\x71\ \xc9\xd6\x77\xf1\x0d\x00\x16\xf4\x0c\x90\x1c\xf0\x0d\x80\x12\xd4\ \x38\xf0\x35\x20\x36\x80\x69\x81\x3a\x0c\xee\x49\xc0\x37\xa0\x5d\ \x01\x79\x80\xb8\x17\xa0\xd8\x00\x7a\x1a\xe4\x3e\x12\xbc\x12\xf9\ \x46\x80\x31\x48\x1f\x22\x38\x03\x6e\x5f\xd7\xe0\x69\x27\x2f\xde\ \x71\xc7\x81\x0f\xfc\xe1\xda\xbf\xfa\x53\x6f\xc3\x3a\xdb\xfe\xa9\ \xfd\xcc\x89\x70\x78\xf7\xb6\x4b\xfe\xe0\xbf\xbe\x35\x4f\x15\x65\ \x42\xae\xec\xfa\x1f\xff\xf3\x7f\xdc\xb5\x24\x05\x18\xa7\xef\x84\ \xdf\xfd\xe3\x3f\xdf\xee\xf9\xc5\xa2\xbd\xf5\x07\x5f\xb8\xfd\xce\ \xf3\xff\xe2\x4f\x87\x0f\xfd\xe4\xdf\x3e\xf1\xdd\x7b\xa5\x05\xeb\ \xf4\xbd\xed\x83\x1f\x3d\xaf\x32\xfe\xcf\x7f\xf1\x37\x7b\x5a\x86\ \x7b\xa3\x1f\xf9\xdb\x3f\x1f\x2c\x7a\xc0\xc8\xe4\x5d\xd7\x7c\xf6\ \xbb\x37\xb5\xa5\xd2\xf9\xcd\xbf\xfb\x91\xdf\xbf\x68\x6b\x59\x6a\ \xea\x98\x85\xef\x7d\xfe\x1f\xbe\x7b\xdb\x94\xe7\x52\x74\x7b\xdf\ \xf8\xfb\x7f\xf2\xf6\xf3\x7a\x7f\xf0\xb9\x8f\x7f\xe5\xba\xdd\x94\ \x5a\x1b\xac\xff\x9d\x8f\xbe\x77\xfa\xda\x2f\xff\xfb\x9d\x5d\xff\ \xf2\xef\xbf\x7f\xc5\xbf\xfe\xaf\x3b\x86\x2f\xfd\xdb\x77\x9f\xf5\ \xf9\xbf\xfe\xd3\xe6\x0b\xff\xf2\xf4\x93\xd6\x18\x29\x1f\xf5\xeb\ \x06\x61\xe0\xb9\x2e\x4b\x6e\xfd\xce\x67\xff\xf5\xcb\x57\x57\x53\ \x14\xf9\xc1\xcb\x7e\xfb\x0f\xde\x75\x5e\xe0\xb8\x7c\x71\xcf\x9d\ \xff\xfa\x77\x77\x24\xda\x79\xde\x9b\x3e\xf4\xa1\x37\x9c\x43\x51\ \x09\xa6\x6f\xfe\xfe\xd7\x6f\x18\xf7\xdf\xf7\x47\x7f\xf2\xba\x0b\ \xb6\xd8\x56\x3d\x36\x8c\xd7\xf6\x7c\xf6\xef\xff\xee\x47\x0f\xce\ \x28\x03\x03\x3b\x2e\xfc\xe0\xef\x7f\x70\x87\x3b\xf9\xa5\x7f\xf8\ \x9b\xef\xdd\x3b\xe7\x86\x4e\x9a\x50\xe1\xb8\xb6\x3e\xf6\xa5\x7f\ \xfe\xdb\xab\x77\x57\x09\xea\x70\xed\x39\x1f\xfa\xc0\xfb\x4e\xe8\ \x61\xb2\x63\x95\x76\xf0\x2b\x0d\x63\xa0\x77\xed\x8e\x81\x07\xaf\ \xf8\xce\x97\xbf\x9c\x0f\x9c\x2c\xe6\x88\x5a\xe5\x36\x9c\xf6\xa2\ \xb3\xb6\x3b\xa0\x8f\x35\x4a\x9f\xed\x7c\xdd\xd4\x18\xc6\x04\x44\ \x4d\x53\x5f\x4a\xe6\xc7\x93\x85\x49\x3d\x3f\x81\x8e\x77\xd5\xae\ \xc3\xfb\x56\x92\x73\xde\xf4\x5e\x2f\x57\xb0\xe6\xd7\xa2\xfd\x02\ \x22\xe6\x0a\xee\xb6\x6e\x5e\xe9\x76\xe9\x4a\xeb\x5f\x6e\x6c\x0c\ \x6e\x2a\x3e\x6f\xbd\xff\x8a\x73\x2b\xc5\x6a\xfb\xf3\x37\xad\xdc\ \x3c\x29\x7f\x4e\xe1\x38\x62\xb4\x41\xe6\xf0\x34\xb2\x51\x43\xce\ \x8d\x27\x0b\x53\xe9\xec\x18\x91\xd1\x58\xdb\xfc\xe0\xd6\x7b\x37\ \x5f\xf2\xea\xd1\x93\x4f\xd7\x4a\x3e\x07\xa3\xc0\x58\xb2\xb8\x14\ \xcf\x8c\xeb\x78\x5c\x47\xe3\xf1\xd4\x78\xba\x30\x6e\xb2\xed\x89\ \xf1\x74\x71\x5c\x47\xe3\xa6\x3d\x1e\x8f\x8f\xa7\xcb\xe3\x26\x9e\ \x50\xed\x89\x68\x7c\x5c\x55\x27\x74\x3c\xa1\x9a\x13\xd1\xd8\xb8\ \xaa\x4f\xe8\x78\x42\x35\x26\xa2\xb1\xf1\x74\x6a\x2a\xba\xe7\xde\ \xf6\x35\xd7\xf4\x6c\x1a\x71\x17\x66\x0e\xfe\xf6\x47\x9a\x77\xdc\ \x43\x7d\xef\xa7\xfb\x09\x84\xdf\x7c\xe0\x1b\xef\x79\xd3\x65\x97\ \xbe\xfa\xcd\xff\xeb\xcb\x0f\x30\x41\xda\x8d\x78\xe7\x3b\x3f\xf6\ \xef\xff\xe7\xc3\xe5\xc6\x9e\x9b\x6f\xdd\x63\x38\x4d\x65\xf1\xad\ \x1f\xfd\xbb\x2f\x7f\xfc\x23\xfd\x72\xef\x57\xbe\x74\x25\x5d\x7f\ \xde\x3b\xde\xfa\x8a\x4a\x7d\xf7\xe5\xd7\xdd\xb8\x18\x9b\x7a\x43\ \xbd\xe0\xf7\xff\xd7\xd7\x3f\xff\xbf\xce\x18\x0a\xa5\xd2\x46\xe3\ \xe8\x69\x17\xbe\xfe\x0d\x6f\x78\xf9\x25\xa7\xda\xe9\xdd\x0f\xee\ \x3d\xac\x33\x07\x0c\xaa\x46\x3d\x5a\x7f\xd6\x6b\x3e\xf9\xb9\x7f\ \x3c\x2f\x9c\xb9\xfa\xb6\xfd\xb3\x0f\xdf\xf5\xbd\x1f\xdf\x52\xda\ \x76\xf1\x9b\x5e\xf7\x12\x7f\xf6\xe6\xaf\xde\x3c\x7d\xca\xce\xf3\ \xca\x7c\xe1\xfe\xbb\xef\x9f\x4e\x5b\xcb\xe3\x0b\xfb\xf6\x3c\x34\ \xa5\xd6\xbe\xe0\xfc\x4d\xfc\x68\xcf\xf1\xec\x7f\x00\x94\x8b\x68\ \xf2\x91\x6f\x7f\xf3\x47\xa5\xf3\x7f\xfb\xcb\x5f\xff\xcc\x2b\xd6\ \xd7\xbf\xfe\xe5\x1f\xcd\xb6\xb4\x49\xd4\xd0\x89\x2f\xfb\xe4\x97\ \xbf\xf0\xde\x0b\xbb\x6f\xfe\xde\xe5\x07\x1a\x92\x13\x46\xb0\xb9\ \xef\xc0\xa2\x3f\xb2\xed\x8c\x93\xb6\x38\x26\x05\xc7\x2f\x97\xc2\ \x43\xb7\x7e\xf3\x5b\x77\xb5\xdf\xf9\x67\x9f\xf8\xe2\xff\xf9\x6d\ \xb5\xf7\xc6\x1f\x5f\x7f\xf7\x81\x7d\xb7\x5c\x71\xdb\xd2\x1b\xfe\ \xf4\x9f\xbf\xf0\xbf\x7f\x67\x20\x40\x42\xec\xfe\x7b\x7f\x72\xf9\ \x8d\xe3\x3b\x5e\xf0\x9a\x37\xbe\xf8\xa4\xa9\xdb\xaf\xbe\xe9\xfe\ \xfd\x20\x9c\x4e\x22\x6f\x07\xbf\xe2\xf3\xb3\xd5\x34\xe8\x79\xd1\ \xeb\xdf\xf4\xea\x17\x5f\x74\xf6\x59\x67\x9e\x75\xe6\x99\x67\x9e\ \x71\xc6\x19\x67\x9d\x7d\xf2\xba\x01\x86\xf6\x71\x99\x3c\xcf\x76\ \x7c\xd4\x58\x44\xca\xa6\x8a\x6b\x85\x49\xba\x16\xf6\xab\x76\x4b\ \xac\xdf\x7e\xf5\x74\xfb\x96\x3b\xee\x3a\x6b\xeb\xc6\x42\xdf\xa0\ \xfd\x75\xea\x61\x64\x2d\xa6\x06\xad\x45\x8d\xe0\xb9\x84\x01\x14\ \x8a\xee\x28\x57\xff\x71\x5f\x6b\x96\xb2\x46\x4c\x7e\x5e\x81\x62\ \x0b\xa8\xb5\x6a\x15\x07\xa7\x63\xb3\xc1\x9d\x97\x33\x63\x6e\xd7\ \xc0\x44\x6e\xe4\xcb\x57\xde\xd0\xef\xe0\x86\xcd\x9b\xcd\x73\x90\ \x93\x49\x00\x10\x08\x18\xc1\x81\x80\x54\x40\x0c\x68\x0a\x14\x40\ \x2a\x40\x05\x9a\x81\x02\x90\x0a\x6c\xb6\x8d\x20\x15\x18\x05\x9a\ \x83\xb4\xc0\x15\x28\x0d\x86\x83\x34\x40\x14\x28\x03\x5a\x50\xe1\ \x06\x44\xb5\xe5\xc4\x84\xbd\xe2\x87\xe5\x8b\x2f\x16\xb1\x3e\xfc\ \xa1\x8f\x0d\xff\xe9\x47\xcb\x2f\xbe\x04\xe5\x7f\xb6\x4a\xb0\x3a\ \x0d\x36\x5c\xf4\x91\x77\xbe\xd0\x23\xb6\x7b\x68\x13\xea\xfd\x84\ \x12\xc2\x9c\xae\xfe\x5c\xa1\xe8\xd9\xb4\xad\x11\xd0\xa2\x9b\x2b\ \xf8\x8e\xbb\x92\xd4\xaa\x31\x23\xcd\xe9\x87\xf7\xaa\x2d\xcf\x7b\ \x41\x69\xfb\x28\x35\x8a\x52\xca\x85\x17\x84\x41\x92\xa4\xc0\x1d\ \xac\x1d\xfc\xca\xbf\xfc\xcd\xcd\x8d\x0d\x2f\x3c\xbd\xe8\x09\x6e\ \x1f\x75\x0b\x11\x4a\x29\x65\x3c\x5f\xec\x19\xea\x09\x77\x25\xb2\ \xb6\x1c\x49\x05\x7a\x79\x72\xcf\x58\x69\xfb\x25\xaf\xae\x0c\x75\ \x8d\x6e\x73\xfb\xf3\xd7\x5d\xff\x8d\x9f\x30\x7f\xe3\x16\x73\xf8\ \x9a\xab\xf6\x24\x6b\x4f\xde\x31\xd8\x6d\x8d\x06\x20\x94\x50\xe1\ \x06\x82\x32\x8b\x16\x28\x44\x8d\x7a\x33\x86\xb5\x9b\xb7\x76\x95\ \xd7\x6c\xd8\xd2\x2f\x7f\xb0\xd0\x92\x1a\x10\x1c\x37\xe8\x2d\xf4\ \x0c\x0d\x0f\xd0\x1b\x67\x1a\x89\x25\x79\x44\xe2\x96\x0b\x4e\x32\ \xb5\xb0\xb0\xdc\xd8\xda\x53\x76\xa5\x22\x60\x5b\x0b\x0b\x26\x3f\ \xb2\x79\x74\x4d\x5f\x25\x1e\xc8\x39\xd5\xda\x72\xb5\xb9\x22\x59\ \x69\xe3\xe8\x50\xb9\xb4\xc8\x29\x21\x68\x9a\xf5\xf9\x94\xf1\xea\ \xf8\x9e\x43\xa5\xf0\x45\x97\xbe\x68\x7d\xaf\xaf\xb5\xe9\xa4\x1d\ \x75\xf0\x6b\x60\xea\x00\xe7\x6e\x18\x78\x29\xaa\x7c\xa5\xa7\xab\ \xe0\xa1\x31\xd6\xda\x27\xa6\xb0\xf3\x67\x77\xe2\x44\x63\x51\x0b\ \xef\xba\x7b\x1f\x5e\x5c\x5e\x7e\xfb\x45\xa7\xf5\xf4\xdb\x6b\xa6\ \x5a\x57\xdf\x78\xcb\x1b\x5e\xfe\x62\xd2\x5c\x4e\x93\x24\x08\x82\ \x5f\x8f\xc5\x0e\x6a\x8b\x06\x81\x10\xd0\x48\x36\xae\x2f\xbe\x23\ \xaf\xf6\xee\xaa\xde\xd3\x14\x5b\x47\x05\x20\x2a\xe6\xbc\xe3\x92\ \xfc\x0d\x37\x2d\xef\x8b\x7f\x2e\x84\x6d\x91\x8b\x03\x4b\x8d\xaf\ \x5f\x7d\xc3\xab\x2f\x3a\xf7\xac\x0d\x3b\xc6\xb4\xf3\xf9\x1f\xfc\ \x64\xdd\xe8\xc8\xf9\xc3\xe5\xd9\x66\x23\x7c\xae\xe6\x45\x42\x0d\ \x10\xad\x20\x89\x01\x10\xa4\x01\x54\x10\x27\x80\x29\x48\x0b\x5c\ \x42\x9c\x82\x4d\x41\x5a\x48\x15\xb0\x04\x6c\x0a\xca\x42\x2a\x81\ \x24\xa0\x25\x48\x84\x54\x02\xc6\xa0\x52\x50\x40\x38\xe7\xa0\x80\ \x00\xe8\x6a\xb5\x7e\xc5\x15\xf9\x8b\x9f\x6f\x8a\xfe\xfc\x67\x3e\ \x5f\x7e\xc9\x25\x3f\xed\x76\x58\xad\xd2\x56\xab\x69\x21\x3d\x74\ \x70\x2f\xf6\x59\x82\x59\x23\x73\x63\xad\x31\x16\xdd\x5c\x4f\x1e\ \xea\xb7\xde\x70\x95\x57\x3f\x69\x73\x7f\xff\xa6\x21\xf1\xa0\x0a\ \x4f\x38\xe9\x44\x2a\xf5\xc8\xe6\x6d\x45\x79\x97\xd4\xc6\x58\x6b\ \xad\x45\x00\x4a\xa9\x6e\x2e\x8f\x8d\xcd\x94\x4e\x7d\xd5\xe9\x27\ \xbb\xb7\x5e\x7e\xb3\x3e\xa6\x04\xc5\x5a\x63\x57\x7f\x8d\x46\x4a\ \xec\x59\x3b\xd2\x9d\xe7\x8b\xac\xb0\x7d\xe7\x29\xb6\x91\xae\xdf\ \xde\xe7\x0f\x8c\x9e\x3d\x12\xfc\xeb\x4f\xee\xb9\xe4\xfd\x7f\xbc\ \xa3\xfe\xe3\xbf\xff\xc2\x81\xf3\xdf\xfd\xfa\xc1\x8a\x6b\x64\xc2\ \x85\x7d\xe4\x86\x2b\x1f\x98\xb7\x65\x3a\xf5\xf0\x62\xb2\xae\x58\ \xea\x1f\x5d\xb3\x7e\x30\x7c\xe0\xc7\x5f\xbf\xdc\xd9\x7a\xe3\x35\ \x07\xfb\xb6\xbd\xad\x37\xe7\x18\xb4\x2b\xf3\x87\x7e\xf8\xa3\x6f\ \xdf\x72\xd5\xdd\xe1\x86\x97\xac\x2d\x3a\xc6\x1a\x82\xe1\x99\xcf\ \x3f\xe7\xdb\x77\x7c\xe1\x13\x1f\xff\xc7\xa9\x8b\x4e\xe5\xad\xf9\ \x76\x61\xc3\x89\x5b\xcf\xe8\xfd\xd6\x57\xbe\xfd\xbd\x6f\x8e\x89\ \x7d\x7b\x1b\x70\xe9\xc6\xad\xeb\x47\xdc\x7e\x71\xc5\xd7\xbf\xf2\ \x35\xb9\x35\x6a\xc4\x4a\x23\x1b\x18\x3e\xa1\x42\xaf\x83\xe2\xc8\ \xce\x93\xfb\xdb\xd6\xd9\xbc\x7e\x0d\x33\x1d\xaf\x6e\x07\xbf\xe2\ \x20\x84\x52\x8c\xee\xbf\xf6\xca\xdb\x0f\xd4\xc3\x50\xc4\x91\xde\ \x70\xd6\x0b\x2e\x3c\x69\x84\x3c\x99\xc9\xf1\xec\xda\xa3\x08\xca\ \x22\xa6\xed\xad\xeb\xd6\x3e\xf8\xe0\x83\xdf\xb8\x85\x8f\xae\x19\ \xbe\xe1\xe6\xdb\x9e\x7f\xfe\x79\xa7\xe6\xcd\x8d\x07\x67\x0a\xe4\ \xd7\xc2\x5d\x84\x16\x8a\x5d\x6e\x85\xc0\xd6\x61\x1e\xcd\x19\xc7\ \x81\x3d\xbb\x57\xfe\xf2\xa6\x28\xf0\x28\xf7\xec\xb4\x2d\xbc\xea\ \xd4\xfc\xf7\xa6\x68\x7f\x81\xb1\x9f\xcb\x78\x10\xb0\x08\x49\x1c\ \x6f\xa8\xe4\x8b\xb9\xdc\xe5\x57\xdf\x58\x3b\xef\x9c\x7b\x1f\xbc\ \x23\xf4\xfd\x57\x9f\xbe\x7d\xfe\xee\xeb\xe4\xf0\xe9\x84\x90\xe7\ \xc4\x20\x25\x94\x18\x02\x4a\x43\x9c\x02\x58\x90\x06\xac\x5e\xe5\ \x51\x65\x21\xd1\x40\x63\xc0\x04\x94\x85\x54\x01\x49\x1e\xe5\x54\ \x4c\xc0\x64\xc7\x48\x30\x29\xe8\x14\x14\x12\x4f\x08\x92\x90\x2c\ \x87\xd7\x26\x49\x74\xd7\x5d\xfe\xb9\xcf\x4b\x91\xfe\xb4\x72\x2a\ \x12\x94\x7a\x9c\xc3\xf7\xfe\xeb\xdf\xdf\x69\x75\x62\x7b\xce\xf8\ \xe8\x7f\xb9\xac\xdc\x55\xb6\x0e\x07\xc2\x73\xf9\xa2\xef\x90\xca\ \xe8\x39\x6f\xb9\xec\x8e\x2f\xfd\xe4\x9b\xbb\xee\xd8\xfd\xa7\x7f\ \xf1\x07\xbf\xf1\xfb\x1f\xfc\xf4\xbf\x7d\xed\xdf\xfe\xe9\x76\x1d\ \x0c\xbf\xeb\xf7\xb6\x0d\xf6\x79\xc5\x52\x29\x10\xab\x51\x12\xab\ \x94\x33\xb0\xe5\x55\x6f\xb8\xec\x8b\xdf\xff\xce\xff\xde\xcd\x49\ \xef\x9a\xd1\xfe\x32\xb1\x59\x5d\x17\x0d\x72\x85\x5c\xe8\x01\x80\ \x9b\x2b\xe4\x1c\xe2\x0d\x9f\xfa\xfe\xdf\x7d\xef\xe7\xbe\xf4\xdd\ \x4f\xfe\xc3\x4d\xe0\xad\xf9\xad\x75\x3b\x4e\x58\xdb\x7b\xfa\x45\ \xa7\x0e\xdc\xaf\xcf\x3c\xf3\xa4\x2d\xd3\xb3\xeb\x37\xd5\x4f\x3f\ \x75\x67\x88\x32\x01\xc2\xd1\x34\xab\x13\xd7\x7c\xfb\x9a\x15\xe5\ \x6c\x38\xeb\xd5\x6f\x7d\xc1\x69\x7e\x29\x7c\xeb\x6f\xff\x76\xfa\ \x6f\x5f\xfe\xc4\x3f\xdf\x31\x74\xd2\x0b\x7f\xef\x3d\x2f\x29\xba\ \x6a\xc3\xe6\x4d\x0f\xdd\xb8\xeb\x53\x1f\x7f\x68\x60\xeb\x85\x1f\ \x78\xd7\xeb\xfa\x5d\x50\x1a\x41\xe9\xe1\xb3\x5f\xfb\x47\xbf\x27\ \xbe\xfe\xfd\x6b\xbf\xf2\xd9\x7b\x88\x08\xb6\x3e\xbf\xf2\xa2\x0b\ \x5e\xf1\x7b\xef\x5d\xfe\xec\xb7\xbe\x74\x8f\xc9\x9f\xff\xba\xf7\ \xbd\xf2\xdc\x0d\x3d\xbc\xff\x03\xbf\xfb\xe6\xcf\x7d\xe3\x8a\x7f\ \xbc\x4d\xe7\xfb\xd6\x0f\xf5\x94\x46\x4e\xdc\xf1\x81\xf7\xcf\x7e\ \xe1\x3b\x3f\xfc\xfb\xeb\x5a\xf9\x4d\xe7\x7f\x74\xeb\x99\x6b\x0b\ \x54\x75\x8a\x4a\x3b\xf8\x95\x06\xe3\x74\x69\xff\xc3\x0f\xcc\xb2\ \x17\xbf\xfe\xcd\x23\x05\xd1\x98\x7a\xe0\x07\x37\xdc\x3a\x3e\xf2\ \xea\x0d\x25\xae\xed\x73\x9b\xaf\x0b\xa8\x80\xa4\x8b\xd3\xa7\xf5\ \xf4\xc4\x2f\x7a\xc1\x0f\xae\xb9\x6e\xcf\xbe\xfd\x67\x9d\x71\xc6\ \x05\x23\xc5\xf4\xd0\xfd\x0a\x39\xe2\x11\x77\xdf\xaf\xb6\x3b\x17\ \xd1\x0b\xc4\x0b\xb7\x07\xa4\x15\x7f\x6b\x8f\xa4\xc3\xc9\x23\xd4\ \x16\x03\xca\x19\x31\x52\x7d\xe3\x86\xe5\x97\x9e\x5a\x7c\x6b\x3f\ \x4c\x4f\x44\x73\x09\x52\x20\xcf\x30\x39\x32\x93\x0f\x90\x69\x5a\ \x9e\xdf\xf3\xa6\x8b\xcf\xfd\xda\xb5\xb7\x5d\xfe\xa3\x1f\xf7\xf6\ \xf5\xbf\xf9\x25\xe7\x05\x13\x0f\x26\xed\xf6\x73\xea\x49\x27\x86\ \x40\xaa\x8f\xd8\xa3\x16\xac\x86\x24\xb3\x47\x0d\x80\x02\x9a\x00\ \x26\x20\x2d\x50\x05\x90\xd9\xa3\x08\x89\x04\x9b\x80\x49\x41\x5a\ \x48\x52\x30\x31\x68\x09\x1a\x00\x04\x7f\xbc\xdf\x1c\xf1\x3f\xaf\ \xa2\x46\x34\x86\x95\xdf\xfc\x5f\xff\xcf\x1b\xb3\x03\x11\x91\x10\ \x46\xe9\xa9\x7f\xff\x09\x20\x4c\x51\xf8\xe3\xbf\xfe\x67\x20\xd4\ \x1a\xfe\xe2\xf7\xfc\xd1\x45\x6f\x55\x48\x08\x63\xdc\x19\xbe\xe8\ \x63\x7f\x7d\x8e\xd4\x96\x10\xca\x18\x05\xac\xfc\xed\x67\x3e\x4d\ \x18\x4b\xa5\x02\x00\x40\xa3\x49\x78\xde\xab\x7f\xeb\x8c\x97\xbd\ \x5b\x1b\x64\x9c\x33\x4a\xb2\x14\xa1\x94\xf6\xfe\xc6\x1f\xff\x1d\ \x02\x61\x96\xbe\xea\x8f\xfe\xe5\x95\x40\x98\x32\x1b\xce\xba\xf4\ \xcf\x76\xbe\x50\x19\x4b\x28\xa5\x94\x46\xad\xd6\xe0\xe9\x6f\xfe\ \xd4\xbf\xbf\x81\x73\x46\x86\x2e\xfb\xe7\xd3\x5f\x4d\x19\x4f\xa4\ \x01\x00\xa9\xf9\xe9\x97\xfe\xc6\xce\x97\xbe\xdb\x5a\xe0\x8e\xc3\ \x29\x26\xb1\xee\xdf\x7e\xd1\xc7\xfe\xe7\x39\x52\x5b\x26\x5c\x87\ \x41\xa4\xcc\xcb\xde\xf5\xd1\x97\xbc\xdd\x58\x84\x6c\x8f\xca\x62\ \x25\x68\x0d\x78\xa7\xbc\xf0\x4d\xdb\x2f\xb8\x4c\x99\xec\xca\x19\ \xa1\xf4\xcc\x57\xff\xd6\x29\x2f\x79\x97\x01\xea\xba\x2e\xb1\x32\ \x45\xf7\x94\x17\xbd\xfd\xef\x2e\x7c\x83\xb6\x48\x28\x63\x94\x28\ \xcd\xce\xbc\xf4\x3d\xa7\xbc\xf0\xad\xc6\x22\xa5\x8c\x52\x48\x54\ \xc7\x1c\xed\xe0\x57\xdf\xde\x89\xdb\x2d\x51\x19\x5a\x3b\xd8\xe5\ \x58\x93\x1f\x5d\x5b\x66\x8f\x44\xa9\x04\x22\x9e\xc8\x50\xcf\x41\ \x7c\x34\x95\xca\x4e\xee\x39\x6f\x78\x4b\xe1\xd2\x17\x2f\x54\xeb\ \xe7\xac\x1f\x10\x07\xee\x32\x4a\xa7\x0a\x2c\xe2\xaf\x01\x8d\x02\ \x63\x64\x6e\xa2\xf5\x7f\x0f\x35\x81\x80\xe7\x50\x32\xd6\x9c\x42\ \xf0\x38\x41\x00\xc6\x48\xda\x4c\xbf\x7a\xcd\xbc\x45\x00\x42\x7c\ \x87\xd0\x9f\x87\x49\x6a\x11\x52\xad\xd5\xca\xe2\x90\x52\xef\x78\ \xc1\xb9\x77\x1d\x5a\x73\xc2\xda\x35\xc3\xd5\xc3\xa6\x59\x4b\xb5\ \x31\xd6\x3e\x37\x83\x8e\x08\x84\x18\x42\xa5\x86\xe4\x18\x7b\x94\ \x26\x80\x12\xa4\x01\xd4\x40\xd2\x55\xdb\xf4\x28\x8f\x4a\x0b\xec\ \x08\x8f\x2a\x84\xf4\x88\x3d\x2a\x81\x20\x13\x8f\x61\x4d\x04\x44\ \x7c\x3a\x35\x43\x8c\x73\xf6\x98\xeb\x42\xce\x45\x56\x27\xc6\x39\ \x07\x40\xb4\x46\x13\xc2\x85\xc8\x5e\x55\x4a\x11\xc2\x84\x60\xd9\ \x9f\x90\xbd\x74\x6c\x59\x19\x5a\x6d\x08\xe3\x62\xb5\xbc\xeb\xd1\ \x97\x08\xe3\x3c\xdb\x71\x64\xc3\x2a\x65\x09\x65\x82\xb2\xa3\x07\ \xa2\x05\xce\x19\x22\x22\x50\xc6\x00\x8e\x51\xe0\x40\x24\x8c\xf1\ \x6c\xa7\xd6\x08\x00\xfa\xd1\x8b\xb1\x2a\xab\x53\x25\x94\x71\xca\ \x32\xdb\xf8\x58\xa1\x05\x34\x52\x9a\xa3\x9f\x95\x7d\x2f\x65\x09\ \xe5\x82\x02\x58\x9d\x89\x2d\x58\xa5\x2c\x61\x5c\x1c\x39\x64\xf5\ \x98\x23\x67\xec\x74\xa5\xed\xe0\xd7\x01\xd6\x92\xde\x91\x8d\xce\ \xfd\x3f\xf9\xe6\x77\xa2\x75\xbd\xfe\xc2\xe1\x3d\x4b\xe1\xe8\xf3\ \x2a\x39\x6b\xcd\x73\xed\xd7\xb5\xa6\x30\xb2\xf1\xc0\x7d\xb9\xd6\ \x6c\x8d\x2e\xdc\xcd\x4b\x3d\x03\xc2\x3d\x74\xe7\x3e\x9b\xb4\x9b\ \x0a\xed\xb6\x0b\x3c\xc7\x81\x5f\xe9\x5f\xa9\x45\x88\xd5\x91\xf9\ \x94\x11\x00\x50\x3a\xb3\x18\x21\x7e\xd4\x2a\x24\x84\x92\x6c\x12\ \x93\x1a\x00\x20\x51\xcf\x48\x14\x10\x11\x83\x7c\x61\xa9\x7f\xf3\ \x5d\x53\x0f\x06\xac\xc6\x66\x97\x47\x73\xe5\x68\xef\x5d\xf7\x57\ \x97\x0c\xe2\x9c\xdf\xdb\xd3\xbf\xe6\x67\x51\xff\xf9\xf9\x9a\xa3\ \xc4\x12\x92\x5a\x20\x29\x00\x82\x44\x30\x16\x6c\x0a\xa0\x40\x01\ \xa0\x01\x9b\x00\x28\x90\x00\x68\xc0\xa4\x80\x12\x14\x02\x31\xa0\ \x53\xb0\x1a\x14\x40\xa2\x81\xa5\x60\x34\x68\x02\xe8\x88\xc7\x26\ \x38\x23\x58\x0b\xec\x69\x0d\xd1\x53\xed\x79\xf4\xa5\xc7\x1e\xf4\ \xb8\xb7\x3c\x19\xbb\x3c\x39\xe3\x3c\xc9\x99\x9f\xe4\xd0\x27\x3d\ \xea\x29\x4f\xfb\xf8\x5d\xff\x29\xd7\x3d\xf5\x67\xfd\x6c\xc7\x74\ \xd0\xc1\xaf\xf2\x5c\x6d\xb4\xd3\xb5\xfe\x15\xaf\x7c\xc9\xdd\xf7\ \x3e\x3c\x33\xd3\x0c\x06\x4f\xba\xec\x8c\x9d\x3d\x3e\x31\x86\x1a\ \xa3\x1f\x97\x98\xf9\xac\xf2\x28\x1a\xdd\xbd\x69\x3b\x5e\xf6\x81\ \x99\xc5\x19\x20\x14\x10\x09\x22\x52\x02\x40\x04\x17\x43\x9b\x77\ \x38\x42\x20\xfe\xca\xba\x8c\x94\x81\xa1\x02\xfe\xc1\x85\xea\x67\ \x35\x31\x11\x61\xa0\x80\xea\x78\xdd\xbb\x68\xad\x1f\xe6\x06\x2e\ \x7d\xf7\xc2\xc1\xdd\x2b\xd6\xae\x0e\x3b\x21\x40\x08\x41\xe8\x1a\ \x1a\x2d\x0d\xad\xb1\x5a\x3d\x37\x83\x42\xc0\x02\xa6\x13\x00\x0a\ \xa0\x09\x7a\x01\x8c\x07\xc6\x00\x2c\x83\x5a\x04\x33\x0d\xda\x02\ \x2c\x82\x5e\x02\x9c\x02\x8d\x80\x0b\xa0\x97\xc1\x4e\x03\x3b\x19\ \x70\x0e\xf4\x32\xe0\x14\xd0\x0d\x60\xa7\x41\x37\x01\xba\x1f\x33\ \xb2\x56\x2a\xb0\xd8\xd1\x5a\xef\xa0\x83\x0e\x7e\x56\x50\xc6\xe2\ \xe5\xf1\xdb\x6f\xbd\xaf\x4d\x1d\xce\xb9\xac\x4e\xdf\xf0\xc3\x09\ \x44\xab\x2d\x5d\x7b\xf2\x79\xa7\xaf\x2f\x1f\x9b\x3c\xf8\x2c\xe7\ \x19\x21\x63\x74\x70\xeb\x89\x83\xdb\x4e\x79\xac\x23\x91\x00\x20\ \x6a\x85\xf6\x57\x39\xee\x62\x11\x42\x07\x4f\xea\xff\x99\x57\xf6\ \x04\x40\x9a\x67\xa6\x53\x8f\xb6\xd8\xdb\x5f\x1a\x18\x7e\x42\xf8\ \x99\xa0\xd5\xf8\x1c\xd6\x1a\xa5\x92\x87\xae\xb9\x06\xe4\x3f\x02\ \xb4\xc0\xee\x03\x38\x0c\xc6\x02\x2c\x01\x8e\x83\x5d\x00\xd3\x06\ \x9c\x02\x98\x01\x7b\x39\x90\x25\xc0\x43\x00\x0b\x60\xbf\x0e\x66\ \x02\x70\x37\xc0\x32\xd8\x2f\x00\xd9\x0d\xf6\x41\x10\xda\x17\x60\ \xf1\x88\x12\x16\x75\x1c\x31\x32\x0c\x04\x3a\x4d\x4b\x3a\xe8\xa0\ \x83\x9f\x99\x47\x29\xa9\xcd\x1d\x3c\xb4\x18\x6f\x3f\x79\xd4\x01\ \x6b\xdb\x0b\xf7\x3c\x38\xbb\xee\xa4\x93\x2b\x1e\x29\x7a\xec\x71\ \x72\xbb\xcf\xba\x4e\x3d\xa2\xd5\x0a\x40\xfd\x7a\xde\x1b\x8b\x90\ \x3c\x47\x9c\x85\xc6\xe0\xff\x63\x6a\x8b\x48\x08\x36\x1b\x95\xbc\ \xdb\x1a\x18\x34\x0f\x03\x10\x20\x83\x00\x08\x78\x1f\x00\x03\x32\ \x08\x68\x01\xee\x3e\x66\xfb\x2e\x00\x0e\x64\x10\xd0\x00\xdc\xf1\ \xd8\x6d\x97\x96\x86\x03\x67\x7e\xce\x5a\x0b\x00\x08\xc0\xf2\x79\ \xe7\xa4\x93\xeb\xd3\x8b\x3a\x14\x9d\x49\xa1\x83\x0e\x3a\xf8\x59\ \xe7\x27\x25\x55\x61\x68\xf3\x79\xcf\x3b\xdf\x31\x86\xeb\xb9\xe5\ \xd9\xea\xe8\x09\x27\x9d\x34\x10\x48\x29\x1f\x57\x41\xdd\xe9\x9b\ \xd6\xc1\x33\x82\x23\x18\x3d\xae\x6a\x25\x06\xc4\xa5\x84\x6a\x15\ \x4c\xcd\xaf\x6f\x37\x20\x0c\x00\x01\x32\x7f\x84\x0b\x9a\x32\x43\ \x28\x30\x80\xe0\xd1\x37\x3c\xba\xcd\x8f\x79\x72\x39\x80\x20\x60\ \x0c\x99\x9a\x32\xd1\xa3\x12\x80\x84\x90\xb4\x9d\x34\x2d\xed\x3a\ \xff\x6c\xd2\x89\xee\x75\xd0\x41\x07\x3f\x9b\xc5\x47\xba\xfb\x06\ \xa2\xbb\xef\xba\xfe\xf6\xd2\x96\xde\x60\x65\xec\xbe\x89\x48\xec\ \x70\x58\x9a\x4a\xf3\x5c\xd7\xbd\x74\xf0\xab\x86\x9b\xee\x9f\x98\ \x5e\x68\x00\xa0\x32\xc2\x22\x25\x80\x82\x69\x6d\xd9\xea\x36\xd7\ \xca\x70\x44\xb2\xba\xad\x39\x02\x21\x04\x05\xd3\x46\xe4\x97\x0f\ \xa2\x35\xc3\x21\x04\x2d\x0b\xd0\xa2\x94\x58\x87\x2b\x44\xc2\x09\ \x9e\x5d\x3d\x50\x46\x9d\x3e\x23\x9f\x2c\xda\x76\x5c\xba\xe8\x79\ \x6b\xfe\xeb\x1f\xea\x56\xb3\x73\xa7\x3a\xe8\xa0\x83\xa7\x0f\x63\ \x4c\xd0\xbf\xf5\x05\xe7\xd4\xae\xbf\xf3\xda\xfd\x16\xc0\x29\x9e\ \x71\xd1\xc5\x83\x79\x66\xcc\x73\x9e\xaf\xdb\xc1\xaf\x10\x08\x21\ \x08\xf8\xc9\x6f\xdf\x7d\x68\xa6\xd5\xdf\x9d\x1b\xa9\x4c\xe7\xbd\ \xb6\x34\x62\x7c\x69\x70\xa0\xb8\x98\xf3\xa2\x54\x39\xe3\x2b\x83\ \xc3\xe5\xb9\xc0\x49\x12\xe5\x4e\xac\x0c\xac\xa9\xcc\x78\x42\xb6\ \x53\x7f\xba\xda\xb7\xb6\x6b\xca\x59\x6b\x5b\x83\x27\xcf\x35\xba\ \xd7\xbe\x75\x86\x33\xdd\x88\x73\x87\x16\x87\x39\xc3\xe5\x96\xbc\ \xf2\xde\x1b\xff\xe0\xa1\x6f\xad\x49\x6a\xcf\x48\xcd\x89\xb3\xf6\ \xae\x3d\x4b\xdf\xfa\x6e\xf9\xa5\x2f\xfc\xd5\x0e\xbd\x77\xd0\x41\ \x07\x3f\x77\x83\xd4\x58\x32\xb4\xfd\xfc\xb7\x6c\x39\x4b\x69\xcb\ \x84\xc3\x29\x98\xa7\x08\x8d\xfd\x62\x79\xd4\xba\x01\x3a\x01\x60\ \x67\x0a\xfb\xf9\xdd\x5c\xe6\x58\xc7\xff\x29\xf7\x9f\x3b\xd6\x0d\ \x9f\xc1\xf3\x03\x96\xb3\xa7\x75\xa4\x45\x57\xf0\x0b\xce\xd8\x32\ \xd4\x1f\xbe\xfa\xc4\x5b\x37\x0e\x1c\x8a\xe2\xfc\xa7\x6e\xdc\x76\ \xd9\xce\x3b\x47\x7b\xc7\xeb\xad\xf2\xbf\xdd\xbc\xe3\x2d\x67\xde\ \xd4\xdf\x35\xbb\x54\xed\xf9\xdc\x6d\xdb\xde\x73\xde\xd5\x95\xe2\ \xf2\xf4\xd2\xd0\x57\xef\x3c\xe1\x37\x2f\xfc\x71\x2e\xac\x1f\x9c\ \x5d\xf7\x83\xfb\x47\x7f\xf3\xc2\x3b\x3d\xbf\xb5\x77\x7a\xcb\x3f\ \x5d\x73\x4e\x2e\xb0\x05\xdf\xb9\xb3\xa7\xf0\x31\xaf\xf8\x87\x0f\ \x7c\xfd\x94\xc6\x54\xfa\x33\x16\xb7\x1e\x29\x18\x01\x27\xf4\xf1\ \xe0\xc1\xd9\x4f\xfe\x7b\xf9\xd2\x97\xc0\xaf\x93\x6e\x73\x07\x1d\ \x74\xf0\xf3\xa1\x52\xad\xb3\x06\x6a\x80\xe6\x3f\xe9\x16\xf8\x8b\ \xe4\x51\x6b\xf3\xf7\xfe\x10\xb8\xd3\xe1\xd1\x9f\xe7\x9d\xa5\x8c\ \x45\x75\x20\xf4\x48\x2c\xf1\x49\x88\xd6\x1b\x7f\x80\xa6\x6d\xa2\ \x8f\xb3\x7f\x0b\x5a\xc3\x0a\x5d\x70\xc1\x6b\x00\x7f\x7a\x5e\x12\ \x21\xc4\x22\xde\xfc\xc0\xf8\x69\xc5\x9f\xac\x71\x0f\xad\x34\x9d\ \x5b\xef\x3f\xf1\xac\xde\xab\x06\xf8\xc4\x72\x35\xbc\xf9\xbe\xed\ \x97\x8c\x5c\x59\x81\xf9\xc5\x85\xca\x2d\xf7\x9d\xf0\xca\x0d\x3f\ \xca\xe9\xc6\xdc\xcc\xc0\xcd\xf7\x6f\x78\xdd\xd6\x2b\xdc\x62\x32\ \x3d\xb5\xfe\xd6\x07\x07\xde\xb0\xed\x87\x5d\x39\x3d\x39\x39\x73\ \xed\x3d\x17\xe4\x7c\x53\xc8\xb9\xe7\x6c\x1f\xcc\xe7\x5f\xf4\xdf\ \x83\xc2\x6f\xdd\xf3\xb5\x8b\x97\x76\x4b\x80\xa7\x99\x22\x45\x01\ \x44\xa6\x0b\x18\x45\x38\x31\x56\xe9\xe9\x6a\x86\x01\x74\xc2\xa3\ \x1d\x74\xd0\xc1\xf1\x80\x50\x46\x8f\xa4\x80\xa0\x35\x4f\xde\xd1\ \xe3\x17\xc5\xa3\x01\x83\x3c\xb5\xf9\xfb\xbf\xd7\x99\xc2\x7e\x11\ \x77\x16\xfc\x20\x8c\x25\x3e\xc1\x0e\x73\x08\x72\xcf\xed\x9b\xbc\ \x0f\xc6\xee\x3c\xfe\xf3\x6b\x69\xfb\x37\xb6\x2f\x7a\x3d\xd8\xa7\ \x41\x5e\x04\x08\x21\x80\xd6\x58\xaa\x0d\x18\xc3\x10\xad\x31\x54\ \x1b\xd0\x86\x01\xa2\x5e\xdd\xa6\x80\x56\x1b\xa6\x0d\x18\x43\xc1\ \xa2\x36\x4c\x19\x30\x86\x01\xda\xec\x18\x63\x28\x25\xd6\x11\x74\ \xb9\x9e\x5c\x77\xdf\xc4\xd9\xdb\x06\xce\x7f\xc9\xf3\xfe\x25\xcc\ \x4f\xde\xf3\xed\xd7\xcc\xde\x4d\x08\xfc\x74\xb1\x2b\x42\xa4\xd6\ \x46\x6b\x1f\xc0\xc6\xb1\xdc\xb3\x9b\x9d\x7e\x76\xe7\x79\xe9\xa0\ \x83\x0e\x8e\x6f\xaa\xe5\x9c\x26\xad\xda\xf2\x4a\x2d\xd1\x24\x28\ \x94\xba\x2b\x25\x4e\xcc\xb3\x94\x67\x84\x40\xbe\x5b\x75\xe3\x7a\ \x4d\x19\x4d\x3a\xd5\x7b\x3f\x7f\x18\x46\xeb\x4b\x89\xe5\x04\x8f\ \x4d\x44\x75\x08\xdc\x9f\xb8\xb3\xe3\xed\x46\x3b\x7e\x26\x7d\x4b\ \xb5\xd2\x5d\xc6\xbc\x96\x3c\x4d\x13\x30\xd3\x92\x33\xa9\xc4\x24\ \x81\x24\x05\x63\x4c\x2a\x21\x4e\x20\x4d\xc1\x1a\x93\xa6\x10\x27\ \x90\x4a\xb0\x56\xa7\x12\x92\x04\xa4\x5c\xdd\x9f\xa4\x20\xa5\x5d\ \xdd\xe6\x20\xa5\xa5\xa0\x19\x15\x8c\x91\x38\xd1\x37\xde\x3f\x75\ \xfa\xd6\xfe\x17\xbd\xf0\x8c\xcb\x73\xf9\xca\x6d\xfc\xb5\xb3\x77\ \x4a\xca\xff\xf3\xc4\x23\x42\xa9\x02\x68\xd6\x6a\x4e\xd6\x59\x97\ \x32\xb4\xa6\xf3\xb8\x74\xd0\x41\x07\xc7\x41\xa2\x8c\xc3\xec\x9e\ \x3b\xae\xba\xf6\xce\x06\x0d\x73\x0e\xb4\x9a\x71\xef\x96\x33\x5e\ \xfc\xfc\x33\x8b\xc2\x18\xfb\x0b\xe6\xd1\xcc\x64\xf8\x4e\xcd\x9f\ \x18\x5b\x88\x93\x98\x12\xda\xb9\x21\xbf\x80\x95\x0a\x30\x02\x21\ \x67\x9c\x3f\x7a\x07\x5d\x82\xf7\xc5\xee\xd4\x1c\x5d\x5a\x68\x53\ \x7a\xfc\xc3\x9e\xa4\xe9\x09\x10\xbf\xf1\xe9\xf2\x28\xa1\x04\xd0\ \x1a\x99\x62\x94\x40\x9c\xa0\x35\x26\x4d\x31\x4e\x20\x49\xd1\x18\ \x93\x64\xdb\x09\x1a\x8d\x49\x02\x51\x02\x49\x8a\xd6\x98\x24\x81\ \xd8\x81\x54\x82\xd1\x36\x4e\x21\x62\x90\xa4\x48\xd0\x32\x42\x00\ \x80\x52\x62\x11\x6f\x7b\x78\xfa\xa2\x53\xd7\x6c\xd9\x34\x34\x71\ \x8b\xab\x5b\xf1\x4f\x55\x01\x26\x8c\x91\x7c\x9e\x10\xf2\xa8\x17\ \xe4\x19\xa8\x57\x30\x2e\x08\x3e\xa7\xad\x36\x09\xe1\x9c\x5b\xfd\ \x0c\x7a\xab\x10\x2a\x38\x33\xc7\x77\x06\x42\x1d\xc1\x8d\x92\x96\ \x72\x41\x41\x1d\x11\xea\x25\x94\x71\x4a\xb4\xd6\x3f\xdf\x71\xa1\ \x4c\x70\x8a\x52\xfd\xd4\x30\x36\x11\x82\x5b\xad\x3a\x1d\x50\x3b\ \xf8\x85\x82\x72\x9e\x2e\xee\xbb\xe6\xda\x07\xd6\x9c\xff\xaa\x33\ \x37\xf5\x31\x02\xaa\xb5\x70\xd3\x8f\x7f\x7c\xf5\x1d\xc5\x57\x5f\ \x70\x02\xb1\x0a\x7f\xe1\xf6\x28\x62\xd1\xe1\x9b\x47\x87\xb5\xee\ \xd8\xa3\xbf\x50\x36\x45\xdf\xf7\xed\x91\x4c\x54\x04\x10\x60\x47\ \x7b\xbb\xfa\x0b\xe1\x33\x29\x18\x51\x4a\x8e\x8e\x0c\xd9\xa7\xed\ \x90\x27\x60\x01\x56\xed\xd1\x34\x05\x34\x76\xd5\x36\x4d\xc0\x1a\ \x9b\xa6\x90\x24\x90\x48\xb0\xc6\x24\x69\x76\x0c\x1a\x6b\x93\x74\ \xd5\x66\x35\xd6\x24\x09\x24\x14\xa4\x42\x00\x7b\x64\x01\x80\x19\ \x1b\x2e\x54\x23\x00\xe0\xf0\xb4\x43\xec\x8f\xc9\xcb\xc5\xa7\xcd\ \xa3\x44\x08\xe7\xd8\xb5\x07\x1a\x39\x33\xb6\x2f\x72\xfb\xd6\xf5\ \x85\xbf\xe8\x26\xe7\x84\x30\xc1\xa9\x52\x8f\xf9\x65\x02\x21\xc4\ \xa4\x63\x07\x0f\xe7\x07\x46\x4a\x21\x47\xfb\xb8\x17\x29\x17\x9c\ \x12\x02\x68\x95\xd2\x4f\x7e\xb3\x08\x25\xaa\xb1\x7f\xdf\x5c\xd7\ \xba\x0d\x45\x41\x9e\xfe\x97\xa0\x94\x01\x20\xaa\xe6\x83\x8f\x4c\ \xf4\x6c\xd8\x9e\x8f\xc6\x1e\x5c\x84\xad\x9b\x46\x1d\x62\x10\xa8\ \x6a\xce\x1d\x5a\x92\xc3\x6b\xd7\x38\xf8\x73\xe3\x32\xc2\x58\x7b\ \xfe\xe0\xd8\x32\xd9\x7c\xc2\x5a\x87\x00\x5a\xfb\x14\x8f\x1f\xa1\ \x10\x1f\xdc\x3b\xe9\x0f\x6c\xe8\x0f\x98\x41\x7c\xee\xd7\x3a\x1d\ \xfc\xaa\xf2\x28\xc1\xc5\xe9\xc3\x76\xf8\xc4\x73\x77\x6e\xf2\x75\ \xa2\x11\x82\x81\x0d\x17\x3e\xef\xb4\xaf\xdf\x70\xa8\x7a\xc6\xd6\ \x6e\x97\x1c\x3b\x2d\xfc\xa2\xe2\xa3\x88\xe8\xba\xae\xe7\x79\x9d\ \x07\xfc\x17\x38\xff\x02\xd8\x27\x94\x73\x50\x4a\xc3\x5c\xee\x99\ \x0c\xbb\x56\xc2\xf7\xfd\xa7\x69\x16\xaf\x12\xb6\x31\x52\x62\x9c\ \xae\xfa\x75\xa5\xc4\x78\x95\x3b\x75\x2a\x31\x4e\x21\x4d\xd1\x66\ \xfe\xde\x14\x52\x09\x56\x9b\x24\xc5\xd8\x01\x29\xd1\x6a\x93\xa6\ \x10\x33\x90\x29\x52\x34\x8c\x92\x47\x33\x6e\xb3\xa6\xa8\x3f\x53\ \x88\xfd\xd8\x01\x41\x58\xcd\x71\x23\x3f\xc5\xf0\xa2\x26\x3a\xbc\ \x6f\x77\x2d\x26\xbe\xef\xe8\x24\xd1\xc4\x19\x19\x09\x7f\xf0\x8d\ \x2f\x57\x5e\xfc\x5f\x36\x0f\x90\x5f\x28\x8f\x12\x42\x8c\x6c\x4c\ \x4d\xb7\xbb\xfa\xfa\x82\x63\xe8\x92\x71\xd1\x9a\xbc\xeb\x73\x5f\ \xbc\xf3\xcd\x1f\xfa\x2f\x3d\x14\xa5\x7d\x8c\xe9\xc6\x30\x99\x3e\ \x78\x60\xb9\x99\xf2\xa0\x30\x38\xd8\x9f\x73\xf9\x13\xa5\x26\x98\ \xe3\xd6\x77\xdf\xf1\xa5\x6f\x8e\xfd\xc6\x1f\x6d\x2d\xc1\xd3\x4b\ \x57\x26\xd4\x11\xfa\x86\xaf\x7d\x66\x4f\x78\xf1\xdb\x4f\x9c\xfe\ \xfa\x77\xee\xfb\x8d\x3f\x3e\x65\xfa\x86\x6f\x5c\x19\x9f\xb1\x7d\ \xc7\x26\x22\x63\xe6\xf2\xdd\xdf\xff\xee\x0f\x17\x36\x7c\xf8\xb7\ \xd7\x93\xf4\xe7\x45\x5f\x44\x08\xf2\xd0\x55\xdf\xbd\x11\xcf\x39\ \xed\x94\xa1\x1f\x7e\xfa\xe3\x8b\xeb\x5f\xfe\xa6\xe7\x6f\xb5\xe9\ \xe3\x33\x00\x08\xf7\xcc\xf4\x9d\x5f\xfd\xf2\x4d\xaf\xfa\xd0\x47\ \x06\x00\x29\x23\x73\x7b\xee\x5b\xa4\xfd\x3b\x36\xf7\xda\x4e\x67\ \xf1\x0e\x7e\xfe\x24\x86\xae\xc3\xc1\x6a\x6d\xac\x05\xd0\x59\x0b\ \x27\x78\x92\x45\x1e\xff\xc5\x5e\x45\x27\xc9\xe8\x17\x6b\x8f\x3e\ \x15\x95\x3c\xa3\x39\xc5\x66\x6d\x3b\x7f\x06\x3a\x27\xd6\x5a\x29\ \x31\x8e\xb3\x98\xa8\x4e\x25\xc6\xc9\x51\xee\xc4\x38\x86\x54\xa2\ \xb5\x3a\x4d\x31\x8e\x41\xa6\x68\xad\x49\x25\xc4\x31\x48\x69\xad\ \x35\x49\x02\x0e\x01\x29\x2d\x59\xe5\x51\xc4\xd5\xfc\x38\xb4\xf6\ \x67\x21\x31\xc4\x63\xb5\x0f\x71\x95\x56\x7f\x5a\x17\x6f\xc2\x88\ \x6a\xec\xba\xef\xf6\x7d\x07\x27\x1f\x7a\xf8\xd0\xf0\xc9\x67\xf4\ \x54\xba\xce\x88\x07\x16\x1b\xe2\xac\xc1\x82\x25\x8c\x53\xd4\x16\ \x84\x23\xac\x4a\x35\x66\x9e\xd2\x55\xaf\x26\x65\x9c\x58\xad\x0c\ \x0a\xc7\x01\xa3\x0d\x10\x21\x98\x91\xd2\x10\x26\x28\x31\x88\x14\ \xc0\x58\x4b\x19\x23\x80\xc6\x58\x4a\x19\x01\x7b\x2c\x31\x33\xee\ \x2c\xde\x7f\xc5\xff\xfe\xee\xe2\x1f\xfc\xb7\x3f\xe8\x72\x55\x14\ \xa7\x96\x72\x87\x11\x42\x60\x61\xe2\xe1\xb8\xd8\xdd\x53\x76\x09\ \xd5\x8c\x68\x83\x08\x00\x4c\xb8\xba\x7a\xe0\xab\x9f\xff\xc2\x43\ \x4b\x50\xcc\xb1\x66\x12\xbc\xec\x2d\xef\xb9\x78\x47\xa5\xdd\x8a\ \x09\x73\x18\xb1\xda\x58\xc6\x05\x05\xa4\x44\x1e\x3a\x78\x40\xf5\ \x6d\xe8\xce\xb9\x0c\xc1\xa4\x92\x30\xc1\x08\x66\xfa\xda\x84\x32\ \x0a\x68\xac\xa5\x8c\x53\xb0\x7a\xf5\xda\xd0\x5a\x32\xba\xfd\xcc\ \x4a\x71\x60\xea\xc1\xeb\x20\xb7\x7e\xd8\x6b\xdd\xb2\xa7\xb6\xe6\ \x79\xeb\x02\x6a\x12\x64\x0e\x36\x77\x1d\x9c\xcd\xef\x78\xa1\x07\ \xd6\x70\x8e\x5a\x13\x2e\x18\x18\x29\x0d\x77\x04\x18\x93\x5d\x24\ \x10\x2a\x04\xb7\x4a\x6a\x24\x9c\x11\x63\x2c\xe3\x1c\xb5\xd2\x48\ \x1d\x87\x5b\xad\x90\x30\x46\x50\x2a\xcd\x84\xc3\x28\x63\x6a\x6e\ \xf7\xcc\xd2\xc0\x45\xa3\xc4\xf2\xf5\x3b\xcf\x1b\xac\xf4\x30\x42\ \x09\x23\x52\xa3\x10\x1c\x8d\x06\x2a\x38\x45\x64\xe6\xf0\xfe\x83\ \x2d\x67\xcd\x48\x5e\x18\xd0\x0e\x69\x5f\xf5\xcd\x6f\xa8\x73\xde\ \xb7\x73\x2b\xa6\x99\x07\x5b\x49\x03\xcc\xe1\xf4\xe7\xee\x76\xee\ \xe0\xd7\x8f\x45\x49\xbe\xdc\x27\x66\xda\x12\x79\xe0\xa0\x45\x04\ \x62\x9b\x51\x52\x18\xee\xcf\xb9\xf4\x71\xdd\xd3\x3a\x3a\x0c\x1d\ \xfc\x1c\x1c\x20\xda\x40\x9a\x5a\x25\x41\xa6\x3a\x4e\xb9\x92\xa8\ \x14\x48\x69\x12\xc9\x95\x34\x4a\x81\x4c\x31\x91\x4c\x4a\xab\x14\ \xa4\x12\xa5\x24\x32\x35\x8a\x43\x9c\x42\x9a\x52\xa9\xb4\x62\x90\ \xa4\x84\xa0\xa5\x00\x08\x48\x8e\x98\xa1\x3f\xb5\x11\xf7\x13\x1f\ \xff\xc7\xf2\xaa\xfd\xa9\x2e\x6e\xb4\xca\xb8\xbd\xaf\x7c\xfb\x07\ \xaa\xf7\x7d\xef\x6f\xeb\x5d\xef\xff\xe0\xef\x6f\xaa\x38\x07\xaf\ \xfb\xd2\xf4\xd4\xd4\xb7\x3e\xfe\x3f\xbe\x19\x8e\xbe\xe5\xdd\x6f\ \xdb\xd1\xcb\xf7\xdd\x76\xc5\xf7\xae\xbd\x67\xa1\xa5\xb7\x5f\xfc\ \xfa\x37\x5d\xbc\x03\xb4\xe2\x82\x4f\xdd\xf3\x83\x2f\xfd\xf0\xde\ \x44\x49\xd1\xb7\xf3\xdd\xef\xbc\x6c\x4d\x5e\xdf\x7b\xed\xb7\xaf\ \xb8\x71\x57\x4b\x3b\x17\xbe\xfe\x6d\x43\x2b\x37\x5e\xbd\xb8\xe6\ \x77\xde\xf6\xe2\xc9\x2b\x3f\xf3\xcd\x87\xf9\x6f\x7d\xf8\x5d\xf8\ \xd0\x8f\x3e\xf1\xfd\xb1\x37\xff\xf6\xdb\x07\x3c\xb4\x59\x8f\x59\ \x66\x0e\x3f\x3c\x3e\x30\x7a\xd6\x68\x21\xb9\xed\x7b\x5f\xbd\xf2\ \x8e\x7d\x2d\xed\x9e\xf3\xaa\xb7\xbf\xe6\xdc\xd1\x99\xbd\x13\xb5\ \xc3\xe9\x27\xfe\xfa\xbf\xb2\x9e\x9d\xef\x7e\xfb\xa5\x3d\x2e\x18\ \x4b\x99\x9a\xff\xf2\x27\x3e\xbe\xaf\x78\xc1\x87\xfe\xf0\x25\xbd\ \x21\x8d\x63\xc5\x6c\xf3\x8a\xcf\xff\xd3\xcd\xbb\xe7\x8d\xdb\xfd\ \x8a\xb7\xbc\xed\x9c\x4d\x3d\xad\x99\x3d\x57\x5c\xfe\xc3\xfd\xf3\ \xb5\xc9\xbd\xd3\xe7\xbe\xef\xa5\x39\xa8\x5f\xf7\xcd\x2f\x5f\xff\ \xd0\x78\xcc\x2a\x2f\x7f\xf3\x3b\xcf\xdb\x50\x00\x42\x1f\xba\xe2\ \x53\x37\x47\xdb\x7f\xe7\xed\x97\xec\xbd\xe2\xdf\xbe\xf3\x48\xf9\ \x43\xbf\xff\x9a\xc6\xc3\x57\x7c\xe6\xca\xe5\xb7\x5c\x76\xf2\xd5\ \xd7\x3c\xf8\x92\xdf\xd8\x76\xdf\xf8\x62\xd7\x96\x8b\x45\x63\xe2\ \x40\xec\x5f\xbc\x7e\x88\x68\x45\x98\x63\x6b\xd3\x93\x4b\x33\xd3\ \xb7\x7d\xe3\xbf\xdd\x94\x6e\x7e\xc1\xeb\xdf\xf4\x82\x9d\x6a\xee\ \xa1\xaf\x7e\xf3\x87\x7b\xa7\x96\xfd\xe1\x53\xde\xfe\x8e\xd7\x0c\ \x7a\x68\x90\x08\x6e\x0f\xdc\xfe\xa3\x1f\xdd\xf4\xc0\xfc\xe2\xa2\ \x37\x7c\xde\x87\x7e\xef\xb5\x53\x57\x7e\xf1\x1b\x37\xef\x57\x46\ \xf7\x9f\xfc\xe2\x77\xbc\xe6\x22\x77\xf9\xde\xcf\x7c\xf1\xfb\x53\ \x8d\x04\xbc\xc1\xd7\xbc\xf3\xbd\xa7\x88\x99\x85\xba\xf3\xe2\x0d\ \x7d\xcd\xa9\xbb\x2e\xbf\x6d\xff\x1b\xde\x7f\x61\xfb\xf0\xcd\x5f\ \xfe\xf6\xd5\x63\x8b\xad\xca\xa6\xf3\xdf\xf3\xf6\x97\xe7\x9a\xe3\ \x3f\xf8\xfe\xe5\x0f\x8e\xaf\xcc\x8c\x1d\x58\xf3\x8a\xdf\x2b\x08\ \x62\x34\x37\x8d\xf1\x89\x6a\x75\xe5\xda\xff\xf8\xe7\xd9\xe7\xbd\ \xe7\x1d\x17\xed\xbb\xfe\x1b\xdf\xbb\x7e\x57\x5b\xb1\x9d\x2f\x79\ \xc3\xab\xce\xdb\x4c\x3a\x54\xda\xc1\x33\x80\xd1\xa6\x30\xbc\xfd\ \xc5\xa5\xfa\xfc\xde\xfb\xf6\x36\x65\xa1\x67\x70\xed\x70\x4f\x65\ \xf4\xc4\x17\xac\x61\x0e\x3c\xfe\xd1\xfa\x45\x25\x01\xd9\xce\xbf\ \x5f\xf0\x3f\x04\x78\x62\x52\x2e\xfe\xfc\xce\xff\x34\x1d\xcb\x88\ \x48\x08\x1a\xcb\x6f\x3e\x78\xc6\x81\x85\xee\x9b\x0e\x9c\x31\x5d\ \xeb\xbb\xe5\xe0\x69\x87\x16\x2a\x37\xee\x3b\x7b\xa6\xde\x7b\xcb\ \xc1\xd3\x0f\x2d\x54\xae\xdf\x77\xf6\x5c\xbd\x27\xdb\x7f\xfd\xbe\ \x73\x66\x1b\x3d\xb7\x1e\x3a\xf5\xc0\x42\xf7\x4d\x07\xce\x9a\xae\ \xf7\xdd\x76\x78\xe7\xbe\xf9\x9e\xeb\xf7\x9d\xcd\x99\xce\x28\x14\ \x10\x33\xb7\x6c\xd6\xe1\xed\x67\x70\x81\x18\xf3\x28\x95\x22\xe0\ \xd3\x0d\xf3\x12\x6a\xe3\x83\x07\x77\xdb\x35\x9b\xba\x03\x8e\xaa\ \xb5\xff\xc0\xbe\xbe\x0b\x2f\xfb\xd0\x87\x7f\x7b\xa4\xb5\xe7\x27\ \xb7\x4d\xd7\x0f\x5c\xfd\xe9\x6f\xdf\x71\xda\xeb\x7f\xf7\xfd\x97\ \x8c\xde\xf5\xe3\xeb\x96\x35\xa1\x40\x18\x24\x77\x5f\x73\x9b\xd8\ \x7c\xe9\x87\x3f\xf8\x16\x31\x76\xfd\xad\x63\xcb\xe3\xb7\x5f\xfe\ \xc5\x9f\x4c\xbe\xe2\x37\x3f\x74\xd9\xa9\xce\x8f\xaf\xbb\x7d\x25\ \x8a\x17\xaa\x11\xd3\x2b\xd7\x5e\x7d\xdd\xbe\xc9\x2a\xa3\xea\xee\ \x1b\xaf\x4b\x7a\x36\xf4\xe5\x9c\x23\x81\x5b\xc6\xd4\xf2\x83\x93\ \xad\xe1\xed\x27\x4e\x5f\xfd\xa5\x2f\x5f\x3f\xfb\xb2\xf7\x7d\xe8\ \x6d\xe7\x76\x5f\xff\xdd\x9f\x2c\x47\x8b\xbb\xa6\xe4\x69\xaf\x7a\ \xd7\xef\xbe\xef\xb5\xf4\xe0\x4f\xae\x7f\x64\x96\x71\xce\x1c\x31\ \x7b\xf7\x55\x77\x57\x7b\xdf\xf9\xee\xd7\x8e\x14\x85\x05\x5e\x2c\ \x39\x77\x5c\xfe\xd9\xab\xa6\x4a\xef\xfb\xbd\xdf\xbb\x60\xb0\xfe\ \x9d\x6b\xee\x8b\x1b\x53\x5f\xf8\xf8\x27\xa7\x73\x27\xbf\xe3\x2d\ \xaf\x1a\xed\x1f\xd8\x30\xdc\x7b\xef\xe5\x9f\xba\xe2\x00\x7f\xe7\ \x87\x3e\x7a\x6e\x6e\xee\x9a\xeb\x1e\xb4\x8e\xa0\x94\xea\xb4\xba\ \xb0\xd2\x02\xb5\x7c\xd3\xb5\x57\x3d\x32\xdd\x12\x4c\xde\x7d\xed\ \x8d\x74\x68\x3d\x6b\x1e\xda\x5d\x23\xae\xaa\x4e\x2c\xb4\xb6\x6c\ \x1d\xae\x8d\x3d\x92\x78\x5d\xeb\x07\x5c\xa5\x91\x71\xba\x32\x31\ \xbe\xa2\xd6\xbd\xe5\x9d\xef\x7f\xc7\x2b\xb6\xdd\x7e\xd5\x8f\x0e\ \x2d\xce\x7f\xeb\x33\xff\xb1\xdc\x73\xfe\x47\x3f\xf2\x36\x75\xf0\ \xc6\x9b\x0f\x35\x1c\x4a\xb8\x23\x0e\xdf\xf8\x8d\x4f\x7e\xeb\xee\ \x93\x2e\x7d\xcb\xcb\x4e\x1d\x69\x46\xd4\xb3\x4b\xd7\xdc\xf0\xc0\ \xe8\x0b\xdf\xfd\xe1\xf7\xbc\x68\xfa\x86\xef\xdc\x3f\xd7\x9a\xbc\ \xe7\xb6\x83\xc9\xba\x0f\x7c\xe4\x43\xa7\x17\xa6\xbe\x77\xed\x6d\ \xe3\x33\xf3\x0d\x6f\x74\xb4\xbb\x30\xbf\xe7\xc1\xa5\x06\xcf\x25\ \x7b\x3e\xf5\xe9\x6f\xf0\x93\x5f\xf3\x47\xbf\xf9\x92\x85\xfb\xae\ \xd9\x3b\x33\xfe\xed\x7f\xff\x97\x7b\x92\x35\x6f\x7f\xfb\xeb\xb6\ \xf5\xf7\x6e\x1c\xea\x63\xd4\x52\xc1\x97\xf7\xef\x4b\xf3\x27\x7e\ \xe8\x0f\x3e\xfa\xee\x37\x5e\xb8\x74\xfb\xb7\x3f\xfb\x83\x03\x97\ \xbc\xe3\x77\xdf\xf5\x92\x0d\xd7\x7f\xef\xc7\xd3\x4d\xc2\x59\x27\ \x33\xa3\x83\x67\x10\x6c\xa0\x94\xe8\xe6\xbd\xd7\xff\xf0\x27\xb7\ \x3c\x38\x3d\x3d\x76\xcb\x95\xdf\xfd\xfe\x2d\x7b\xac\x93\xf3\x1d\ \x0e\xcf\x82\x5f\x17\x01\x38\x81\x8f\xf5\xd6\x02\xd2\xd1\x5f\xf8\ \x45\xc1\x21\x30\x29\xd9\xdf\xcf\x87\x9e\x78\xf4\xa6\x46\x96\xbc\ \xbe\xd4\xbe\x20\x97\xc6\xcf\x70\xdc\xb5\xe4\xdd\x65\x8d\x4f\x6b\ \x1a\xb2\xc6\xa6\x06\x7a\x2a\xfe\x83\x7b\xcf\x1a\xab\xed\x48\x94\ \x1f\x38\x70\xcf\xf4\x79\x7b\x16\x4e\x89\x54\x10\xba\xf6\xb6\xf1\ \xe7\x3f\x30\x73\x56\xa4\x42\xdf\xc5\x1b\x0e\xbe\xe4\xce\x89\x0b\ \xda\x32\xf4\x04\x5c\xb5\xef\x95\x37\x1e\x8a\x23\x99\x73\x38\x5e\ \xf1\xc8\x6b\x5d\x96\xc4\x3a\x3f\x34\x90\x8b\x52\x0b\x08\x40\xc0\ \x58\x1c\xee\xce\x6f\x59\x53\x79\x70\xaa\xfa\x33\xb8\x99\x1f\xe7\ \xd3\x46\x7c\x5a\xe1\x55\x42\x30\x6d\x1e\xda\x33\xb3\xfe\xe4\x17\ \x06\x1c\x55\x6b\x65\xec\x70\x73\xc7\x4b\x4f\x1e\xe8\xeb\xad\x94\ \x0a\x8d\x50\xdf\x71\xe5\x4d\xaa\xbc\xb5\xd0\xdc\x7d\xd5\x9d\x63\ \x6b\x4f\x7b\x49\x89\x03\x1a\x6e\xdb\x87\xf7\x35\xf9\xce\xb3\x4e\ \xe9\xed\x5e\xaa\x94\x8b\x79\xbb\x7c\xfd\x4d\xb7\x38\xeb\x5e\xa0\ \xc7\xee\xbe\xe9\xc1\xfa\x69\x17\x9d\xd8\x43\xef\xe5\x14\x0f\xdf\ \x73\xeb\x04\xe9\xea\xed\x2d\xcd\xed\xb9\xfd\xa6\x43\xfc\x65\x1f\ \x3c\xcb\x43\x99\x64\x1f\x2b\x84\x9c\x3d\x38\xdb\xa6\xaf\x58\x6f\ \xae\xfc\xb7\xbd\xa7\xbc\xfa\x03\x67\x6f\x18\x9a\x9d\xed\x09\xdc\ \x66\x34\xb3\x6f\x01\x8a\xaf\x3f\x7f\x67\x7f\x6e\xb6\xb7\xec\xa1\ \xb5\x00\x84\xb1\xff\x3f\x7b\xef\x1d\xe7\x58\x79\x9f\x8b\x7f\xdf\ \x76\x9a\xba\x34\xa3\xe9\x75\x7b\x03\x96\x05\x96\x5e\x4c\xc7\x60\ \x63\xe3\x86\x6d\xdc\x72\x53\xdc\x92\x38\x71\x92\x1b\xdf\xdc\x5f\ \x7a\x72\x73\x93\xdc\x54\xdb\xb1\xe3\x5e\xb0\xe3\x12\xe3\x0e\x06\ \x8c\x4d\xf7\xd2\xb6\xb1\x7d\x77\x7a\x57\x97\x4e\x7d\xdb\xef\x0f\ \xcd\xcc\xce\xc2\x42\x96\xb5\xc1\x76\xd0\xc3\x7e\x06\x69\x46\x23\ \x9d\x39\x3a\x7a\x9f\xf7\xf9\x96\xe7\x2b\x8e\x1e\x9a\x8e\x77\x6e\ \x1d\x4a\x28\xdf\x97\x88\x99\xe1\xf4\xee\x07\x77\x37\x6e\x7e\xff\ \x2d\xab\x7b\x93\xe5\xce\x9c\x3d\x2f\xf7\x3f\x7a\xef\x48\xe2\xbc\ \xff\xef\xed\x37\xc0\x81\x6f\x56\x13\xf9\xce\x78\xf5\x9b\x77\x1f\ \xec\xbf\xec\xd6\xb9\x5d\xf7\x3d\x55\xb2\xcf\xba\x74\x2d\x11\x42\ \x03\xb1\xe2\x71\x52\x52\x87\x9f\xfa\xc9\xac\x4e\xf5\xf7\x1a\xb3\ \xfb\x1f\x7c\x70\xc2\x7a\xf3\x5b\xcf\x29\xdc\xfb\xf7\xd9\x55\xe7\ \xb1\xfa\xf4\x9c\xdf\x71\x7d\x4f\xfc\xe8\xb7\x27\xec\xf6\x2d\x1d\ \xa6\x96\x01\x32\x11\x1f\x1b\x3d\x42\x56\x6f\xdb\xb6\xb1\x5f\x59\ \xdd\x71\x73\x76\xee\xe0\x8f\x1f\x9d\x83\x1b\x5e\x61\x3d\xfa\x83\ \x1f\xf2\xd4\x86\xad\x7d\x71\xa1\x28\xe6\x53\xdf\xfb\xe1\x9e\xb3\ \xdf\xf0\xc1\x6b\xb7\xa6\xbe\x72\x5f\xb1\x77\xeb\x8d\x78\xe1\xd0\ \x02\xc9\xbe\x62\xdb\x9a\x4e\x0c\x1d\x29\x06\xa2\x7a\x60\xa2\xd0\ \x7b\xf6\xe5\xbd\xf9\xde\xc1\xfe\xf6\xdd\x45\x6f\x6c\xf4\x58\x7c\ \x68\x63\x5b\x8c\xdf\x73\xa4\xd0\xbe\xf6\x92\xfa\xe3\x3f\x38\xd4\ \x48\xdc\x9a\xf1\xee\xfd\xc1\xa3\xb1\x35\xe7\x5b\x63\x3f\x79\xaa\ \x32\xf8\xbb\xbf\xfd\x86\xdc\xfc\xc3\x73\x3c\x7b\x7e\x77\x1e\xa4\ \xa2\x34\x3c\x72\x74\xc2\x1a\x38\xbb\xbf\x3d\x6b\x89\xb9\xff\x7c\ \xe0\xb1\x75\xd7\xff\xea\x65\x1b\x07\x16\x64\x77\x8c\x16\x5a\x85\ \x47\x2d\xfc\x94\x20\x04\xcd\x8e\xec\x1d\xe1\x5d\xaf\x7b\xeb\x35\ \xed\x16\x0e\x0b\x07\xfe\xf3\xdb\x3b\x46\xd6\x0f\xad\x6f\x37\x9f\ \x9d\x2a\x7a\xb1\xe2\xba\xed\x54\xc6\x71\xb3\x68\x42\xb7\x06\x40\ \xfe\xac\x37\x2a\xc8\x24\xa8\x1a\xf2\x91\xd1\xf9\xbe\x8e\x8e\x64\ \x2a\xb5\x3c\x2c\x2c\x81\x75\x27\x13\x9e\x44\x3f\xcd\x69\x47\x20\ \x34\x91\xa7\x2a\x49\x11\x72\x7d\x01\x66\x6a\x70\x00\x01\x60\x8c\ \x34\x42\x4a\x6b\xa4\x34\x6e\x47\x0a\x21\xfd\xdc\xb7\xb1\xd2\x88\ \x20\xd5\xd4\xb4\x4a\x03\x22\xe0\x47\xb8\xe6\x45\x08\xe9\xa6\x16\ \xb5\x4c\x3a\x33\x5b\xdc\x73\x70\x66\xf8\xd4\x7c\x0a\x41\xeb\x67\ \xd5\xeb\xaa\x53\xfb\x93\x71\xd8\x98\x3b\x38\x6f\x6e\x1f\x1c\xa0\ \x20\xeb\x95\xe9\x51\x37\x76\x63\x5f\x17\x54\x0e\x1e\xab\xf0\xf3\ \x56\xc7\x46\xee\xf7\x69\x3c\x1c\x19\x2b\xac\x7d\xc5\xad\xe7\x6e\ \x5d\x47\x25\xd7\xd4\x6a\x1c\x39\xdc\x40\xa9\x75\xbd\x76\x7d\x62\ \x7c\xaa\x9e\xbd\x38\x8e\x0f\x96\x43\xcb\x29\x1f\x9b\xcd\x6c\xbf\ \xf9\x9d\xdb\xcf\x5d\x3f\xf3\xe0\x01\x35\x77\xe0\x9b\xf7\x90\x73\ \xaf\x7d\xf5\xf8\xe3\x0f\x7d\xf9\x4b\x07\x72\xe7\xdd\xb8\xad\xd7\ \x0c\x83\x08\x00\x30\x61\x31\x1b\xef\xd9\xbb\xa7\x4a\xd7\xaf\xb1\ \xab\x77\x7a\xfa\xe2\xc1\x4e\x50\x95\x47\x76\xec\x74\xd6\xbf\x3a\ \x18\x3b\xa8\x12\xeb\xd6\xe6\xc8\xe8\x83\x3f\xda\x59\x68\xfb\xf5\ \xe1\x2e\x50\x12\x08\x36\x28\xf2\x6b\x85\x00\x58\xd2\xd4\x12\xe3\ \xca\xc2\x7c\x5d\xe4\x06\xf2\x29\x70\x27\x1f\xfd\xc9\xc8\xba\xab\ \xaf\xac\x4d\xec\x48\x0e\x5c\x93\xc5\xb0\x6b\xdf\x01\x2b\x3b\x94\ \x41\xa5\x99\x80\xf4\x34\xe6\xa6\x8c\xf8\x2b\x6f\xfb\xf5\x33\xd7\ \x76\x44\x91\xa0\x06\xb1\x53\xed\xbc\xf0\xf4\x37\xef\x8d\x9d\x77\ \xd3\x6b\x8f\x3e\xbc\xe3\xf6\x2f\x3f\xd1\x75\xc1\xeb\xcf\x6c\xe3\ \x5f\x38\x58\x1d\xbc\x78\xa8\x3e\xf3\x60\xa3\xad\xbf\x27\xc9\x1f\ \x9d\x2c\xe4\xce\x1a\xb2\xb4\xf2\x00\x01\x6f\x8c\x1e\x9b\x5e\xb5\ \xe5\xda\x38\x72\xbf\xf3\xbd\x1f\x59\x3d\x17\x64\xfd\x23\x12\xd1\ \xf2\xd4\xb1\x64\xfa\x8c\x5f\x79\xcf\xb6\x81\x14\xe6\x1a\x93\xda\ \xd4\x7c\x44\xcf\x5d\xd3\x05\xe5\x43\x23\x13\xe1\xe6\xeb\xba\x16\ \x0e\xef\xc0\x99\xb5\xeb\xb2\x78\xff\x9d\xf7\x1d\x41\x43\x6f\x88\ \x85\xdf\x5c\xe0\x5b\xae\xed\x57\xe5\x83\xf7\x3c\x3c\xb5\xe6\x86\ \x6b\xcb\x4f\x3c\xd2\x77\xe6\x8d\x96\x98\x39\x34\xdf\x18\xbc\xbc\ \xab\xf0\x48\x01\x33\x63\x76\x64\x34\x36\x7c\xc9\xfb\x2f\x3d\xe7\ \xd8\x77\xff\x4d\xb5\xaf\xed\xb0\x61\x62\x74\xaf\x97\xca\x77\xe7\ \x2d\x25\x39\x53\x95\x91\xe9\xd9\xee\x73\xfa\x1d\x46\xa2\x4a\x69\ \xa1\x10\x6d\xec\xcb\x03\x84\xbb\x1e\x79\x98\xf5\x9f\xd9\x99\x22\ \x3f\xb7\xd1\xf4\x2d\xfc\x77\x81\x92\x12\xa8\x69\x9b\x0c\x13\x6d\ \x5a\x36\x45\x5a\xe9\x93\xd7\x5b\xbc\x58\x3c\x2a\x14\x08\xc6\xe6\ \x6e\xfc\xa0\x66\x76\xcb\x17\xf0\x67\xc9\xa2\x84\xd1\xca\x4c\xcf\ \x5d\xff\xcc\x95\xf6\x5c\x2f\x08\x82\x64\x2a\x75\x42\x38\x3d\xf4\ \xcb\xdb\xdf\xe8\xae\xbf\x18\x87\xa7\xe9\xf1\xae\xb5\xa6\xa6\x95\ \x97\xa7\x9a\x5e\x92\x4a\x17\xeb\x51\xb9\x0e\x84\xe8\x15\xc9\x82\ \x26\x91\xa3\xe7\xbd\xad\x40\x2f\xb9\x14\x69\x50\x5a\x0b\xc9\x91\ \x5e\xae\xd6\x05\x0d\x30\x5b\x76\xaf\x7b\xfc\x9b\x6f\x18\x7b\x50\ \x9c\xa2\xcb\xee\x4a\xf5\x79\xca\xa2\x04\x51\x5a\x3c\xfa\xf8\x0c\ \x49\x0c\xf7\xa7\xb4\x82\x85\x23\x4f\x55\xed\xb6\xc1\x1e\x6b\xe1\ \x89\x7d\x73\x6e\x62\x4d\x57\x27\x5b\xd3\x7d\x68\x2c\x34\x0c\xe2\ \x79\x6e\xc0\xb5\x63\x02\x65\x6a\xcf\x9e\x83\x51\x72\x75\x5f\x0c\ \x1f\x3b\xb2\xab\x10\x6b\xeb\x1e\x18\x18\x1e\xe8\x7e\xc2\x13\x86\ \x81\xbc\x5a\x95\x6b\x94\xce\xe4\x2a\x4f\xfc\x3b\xdc\xf4\x47\xd7\ \x5d\xb0\xee\x9f\x3f\xfb\x77\xfb\x3a\x5f\xf5\xb7\x37\x9c\x0b\x11\ \x47\x94\x95\x0f\xdd\x77\xfb\x9d\x07\xda\x72\x74\xef\x63\x7b\xcf\ \x7e\xdd\x07\xda\x33\x99\xc1\x0c\xb9\xf7\x4b\x9f\x99\x49\x94\x76\ \x2e\x74\xbd\xfb\xb6\x4d\x13\x77\xdc\x39\x35\x6f\x7c\xed\xe3\xff\ \xb4\xf7\xc0\xf4\x65\x6f\x7c\xc7\xfa\x76\xca\x23\x01\x40\x36\x5f\ \x76\x49\x66\xf7\x97\xfe\xe6\x6f\xbd\x0d\x9d\x46\xa5\x61\x5e\x71\ \xc5\xfa\x1e\x67\xea\x3f\xbe\xf0\xb9\x74\xed\xe0\x74\xf6\xbc\xdf\ \xbc\x70\x53\xf9\x81\x1d\xd3\xdf\xf8\xfe\x67\xe8\xe4\xd1\x87\x0e\ \x92\x8d\x67\xa7\xd3\x9d\xeb\xfa\x12\xa5\x08\x4c\xc4\xab\x5e\xb8\ \x5c\x1e\x91\x6a\xeb\x9a\x7c\xf0\x0b\xfd\x6f\xfd\x93\x6b\xb7\x77\ \xfe\xef\x7f\xff\xb7\xc9\xc1\xeb\xff\xfa\xfa\x73\xf9\xc2\xe3\x7b\ \x0a\xe2\xea\x55\x3d\xb1\x62\x2c\x1c\x7b\x62\xd7\xc4\x95\x6d\x09\ \xf3\x89\x5d\x8f\xcf\x5c\x34\x94\x63\x58\x04\x95\xa3\x47\x0a\x0d\ \x78\xe8\xdf\xf6\x7f\xed\x50\x39\xff\xf6\xf7\x5e\xd9\x5d\xd0\x39\ \x6b\x4a\x62\xa6\x23\x37\x0c\x42\x0d\x16\x28\x49\x92\x3d\xbd\x31\ \xfe\x9d\xcf\x7e\x72\x3c\xb9\xb0\x7b\xc1\xbe\x22\xa6\x8f\x4d\x4c\ \xce\xcd\xb3\xaf\x7c\xec\xff\xed\x3c\xb8\x70\xe3\x5b\xdf\x97\x0d\ \x8f\x8d\x8d\x95\xf4\xfd\x77\x3c\x39\xba\x2f\x58\x75\xd5\x8d\x17\ \xad\x7b\x64\xaf\x78\x64\xf7\xd3\x13\xfd\xe9\xe9\x12\xbb\xac\x23\ \x9d\x5d\xbf\x3a\x71\xe0\x30\x30\x83\xfb\x5e\xc3\x85\xde\xc1\x41\ \x79\xcf\x3d\x9f\xfc\x82\x5b\x79\x6a\x07\xcb\x5d\xec\x30\x50\x5c\ \x6b\x44\x62\xb6\xde\x71\xdf\x1d\x9f\x5a\x18\xbb\xea\x8a\x4d\xab\ \x57\x25\x7e\xf8\x8d\x2f\x97\x1f\x8e\x76\x8e\x98\xaf\xff\xd5\x2b\ \x12\x3a\x0a\x5b\x92\xb4\x85\x9f\x02\x52\xe9\xfc\xe0\xc6\x8e\xa7\ \xbf\xf3\xe5\x2f\x2e\x74\x67\xed\xc2\xcc\x14\xed\xdd\x36\x98\x8b\ \x29\x75\x92\xd2\x77\xf2\x87\x7f\xf8\x3f\x7f\x6a\xfd\x4b\x8e\x1e\ \x39\xbc\x67\xcf\xde\x65\x4f\x00\x8c\xe0\xca\xb8\x6f\x50\x52\x3d\ \xfb\x46\xe5\xa4\x95\x61\x2b\xd3\x69\xfd\xfb\xd9\xfc\xb3\x12\x48\ \x46\xa9\xfd\x3f\x2a\x44\x70\xc7\x84\x9f\x4e\x24\x62\xb1\x58\xb3\ \xbc\x96\x6b\xb4\xd5\x8e\xd6\x10\xaf\xb6\xea\xfc\x60\x60\x8b\x26\ \xec\x34\x5f\xc2\x70\x90\xe5\x24\x62\xce\x7f\xa9\x44\xb5\xd6\xdf\ \x7d\xe8\x30\x35\xcc\x46\xa0\x6a\x6e\xa8\xb4\x96\xea\xd4\xff\x29\ \x29\xb5\x54\x6a\xf1\x9f\x54\x4a\xeb\x26\x89\x6a\xd0\x00\xa0\x95\ \xce\x24\x2d\x2d\xe5\x19\x4f\xdc\x73\x6e\x75\xec\x14\xc5\x85\x06\ \xe0\x00\x46\x93\xab\x19\x85\x4c\x4e\x64\xda\x72\xaf\x7f\x0d\x3c\ \xff\x0c\x73\xa4\x79\xa4\xbb\x87\x37\xae\xed\xcd\x82\x92\x9c\xa3\ \xde\x55\x1b\x87\x3b\x13\x41\xa8\xda\x06\x37\xac\xea\x6e\xef\x5f\ \xb7\x36\x05\x6e\xb1\x16\xa6\xf2\xbd\xfd\x9d\x59\x86\x00\xb4\x08\ \xc1\x1c\xda\xb8\xb1\x27\x6d\x46\x52\x0f\xac\xde\xd0\xdf\xd5\xb9\ \x7a\xf5\x2a\x23\xaa\x94\x5d\xdd\xd6\x3d\xd0\xdd\x96\x34\x0c\x3b\ \xdf\xbf\xf6\xb2\x2b\xcf\xcf\x1a\x38\x9e\xed\xbd\xf4\xaa\xcb\x87\ \xb2\x66\xb3\x5c\x96\x52\x13\x09\xdf\x97\xe6\x59\xaf\x78\xf5\xb5\ \xe7\x0c\x6a\x30\xd7\xac\x1d\xc0\x5e\x49\xa5\x57\xdf\x7c\xcb\x4d\ \xab\x32\x84\xd8\xc9\x8c\x83\xc1\xc9\x5f\xf5\xaa\x5b\x2e\xdd\xd4\ \x21\x22\xa1\x01\x40\x49\x96\xe9\xdf\xba\x69\x18\x47\xae\x40\x56\ \xcf\xaa\xb5\xeb\x36\x6c\xdc\xb4\xb6\xd7\x2b\x95\x12\x83\xe7\xbc\ \xf6\xe6\xab\xb2\x54\xa5\xba\x86\xfa\x92\xba\x12\x18\xe7\x5c\x76\ \xe9\x19\x6b\x7b\x73\xed\x5d\xeb\xd6\x0f\x88\xca\x42\x5d\xd0\xae\ \xbe\x81\xce\xb4\xd3\xac\xa4\xa7\xcc\xe9\x1c\xd8\x70\xe5\x65\xdb\ \x12\x06\x8d\xb7\x0d\x5e\x7e\xc5\x15\x43\x59\x16\xf8\x41\xbc\x63\ \x70\xc3\x70\x4f\x26\xdb\xd5\x97\x33\x59\xaa\xf7\xec\xcd\xab\x13\ \x26\xc9\x74\x76\xc5\x89\x96\x80\x53\x6d\x59\x86\x55\x66\x60\xeb\ \x2d\xaf\x7b\xe5\x40\x02\x68\x7a\x70\x5d\x77\xac\x54\x28\x69\x2b\ \x33\x30\xd8\x9b\xb0\xa8\x56\x52\xd3\xd4\xda\xd5\x7d\xda\xad\xc6\ \x7a\x37\xbd\xe2\xf2\x73\x06\xd2\xea\x27\x3f\x7e\x80\xb4\x0f\xf6\ \xf4\x0e\x5f\x75\xd3\x6b\x2f\xdd\xd8\x7e\xf8\xc9\xfb\x76\x4c\x89\ \x35\x6b\x87\xd6\x6e\xbb\xe2\x96\x1b\xb6\x3b\x48\xb7\x0f\x0e\xc5\ \xa9\x91\xc9\xb5\xe5\xfb\xd7\xae\xe9\x6b\xcb\xf5\xad\x19\xc8\xe2\ \x85\x42\x95\x25\xf3\x7d\x3d\x1d\x5d\xfd\x03\xfd\xed\x66\xa5\x2e\ \x37\x5e\x78\xc5\xb6\x8d\xab\x72\xa9\x38\xd6\x52\x22\xab\xbb\x77\ \xc8\x96\x01\x8a\xe7\x06\x87\x57\x6d\x5c\xbf\xce\x0a\x2b\x81\xd5\ \x73\xc3\x6b\x5f\xbb\xa5\xd3\x0a\x5f\x48\x1b\x0c\x33\x8c\x9f\xc6\ \xb7\xa4\x85\x5f\x16\x94\x8a\x0b\xe9\x4c\x8e\x90\xe3\xc1\xad\xc2\ \xc2\x7c\x3c\x91\xc0\x18\x23\x84\x84\x10\x0b\x0b\x0b\xc7\x8b\x4e\ \xb4\x46\x46\x62\x68\xd5\x50\x82\x29\x89\xcd\xbe\x75\x5b\x2f\x3c\ \x7b\x9d\x8d\x4f\xde\x04\x87\x6a\xd5\xca\x4f\x9b\xab\x33\xd8\x5d\ \xdf\xff\xde\x17\x6f\xff\x92\x69\x9a\xb0\x94\x1f\xfd\xab\xce\x62\ \xdc\x64\xd3\x6f\xf8\xb3\xd6\xbc\x97\x9f\xb9\x1e\x65\xa5\xc9\xbe\ \x3b\xfe\x62\x7f\x03\x6e\x7b\x60\xa1\xbf\xab\xb3\x3d\x9f\x6f\xc6\ \x75\x5d\x85\xde\x99\x6d\x5c\x6f\x16\xa6\x2e\x7d\x57\x63\xcb\x95\ \x38\xf4\x4e\x5b\x8f\x32\xc6\x3a\x3b\x3b\x9f\xbf\xfb\x05\x21\xa4\ \x94\xfa\x8d\xff\xf3\x5d\x33\x96\x9c\xa9\xf2\x85\xb2\x87\xf1\xa9\ \x47\x92\xf5\xe2\x7f\xc7\x15\xa4\x3e\xfe\x6d\x68\x0e\x2d\xd2\x43\ \xdd\x29\x03\xc4\x93\x7b\x46\x6e\xdd\x7f\xd7\x5b\x8f\xfe\xe8\x54\ \x24\xa9\x02\xf0\x00\x9a\x3e\x14\xd8\xb6\x60\xd5\x5a\x7f\xd5\x86\ \xb5\xff\xf1\x19\x1d\x86\xcf\x7f\x3c\x98\x5a\x26\xd5\x41\x10\x2a\ \x0d\xc4\xb0\x0c\xac\x82\x20\xc2\xcc\x34\x29\x04\x41\xa8\x11\xb5\ \x6c\x8b\x62\x24\x79\x18\x84\x5c\x03\x68\x0d\xcc\xb4\x28\x08\x3f\ \xe4\xd4\xb0\x0d\x2c\xfd\x20\x42\x84\x59\x96\x49\x30\x88\x28\x0c\ \x42\x0e\x84\x5a\x96\x29\x03\x3f\x52\x60\x39\x36\xf0\x30\x8c\x44\ \xb3\xfc\x18\x61\x6a\x59\x26\x59\x7a\x42\xa5\x81\x30\xc3\x32\x0d\ \xac\x65\x18\x06\x91\xd0\xd4\xb0\x2c\x93\x22\xad\xa2\x30\x8c\x4e\ \x9c\x34\x81\xa9\x61\x99\x0c\x23\x50\x82\x07\x41\x84\x98\x69\x99\ \x0c\x94\x08\x82\x40\x4a\x0d\x98\x98\x96\xcd\xb0\x16\x42\x69\x25\ \xc2\x88\x63\x66\x5a\xa6\x81\x41\xf3\x28\x08\xf9\xd2\x53\x61\x62\ \x5b\x26\x0f\x7c\xae\xc0\xb6\x2d\x2d\xc2\x20\x92\x88\x30\xdb\xa4\ \x91\xef\x0b\x44\x2c\xcb\xd2\x91\xcf\x81\x5a\x06\x89\x82\x40\x68\ \x40\x80\x4d\xdb\x62\x04\x2b\x29\xc2\x30\x94\x4a\x03\x34\x5f\x9c\ \x68\x25\xc3\x20\x10\x4b\x6b\x0c\xa6\x86\x6d\x19\x5a\x0a\x20\xcc\ \x3d\x76\xff\x9f\xfc\xed\xf7\xde\xfc\xc7\x7f\x71\x4e\x37\x09\x3d\ \x1f\x21\xf1\xdd\x0f\xff\xc9\xfe\xce\x37\x7c\xe8\xad\x17\xca\xc8\ \x0f\xc2\x48\x2a\x20\xd4\x30\x0d\x14\x71\x65\x30\x1c\xfa\x81\x02\ \x6c\x58\x96\x41\x89\x96\x22\x08\x02\xa1\x91\x69\xd9\x06\x45\x82\ \x0b\xad\x55\x14\x45\x1a\x10\x68\xc0\xcc\xb0\x2d\x03\x14\xf7\xfd\ \x50\x63\x66\x5b\x26\x06\x15\x86\x01\x7f\x21\x24\xaa\xb5\x76\x62\ \xf1\x95\xbe\x60\x2d\xfc\x77\xc5\xe1\x83\xfb\x06\x87\xd7\x30\xc6\ \x96\xbf\x73\x60\xdf\xde\xce\xae\x6e\x42\x08\xc6\xd8\xf7\xfd\x7d\ \xfb\xf6\xad\x2c\xde\x44\x18\xeb\xc8\x9d\x9a\x98\x28\xd4\xa2\x78\ \xae\xa3\xbf\x27\x6f\x62\x38\x69\xe5\x62\xeb\xea\x69\xe1\xa7\x02\ \x5a\xb6\xde\x43\xa7\x1c\x4e\x5d\x14\x9d\xcf\x60\x50\xdd\x8c\xf3\ \xa2\xe3\xbf\xad\x05\x97\x6b\x87\xda\x16\x24\xad\x1e\xb8\xef\x05\ \x1d\xd2\xf1\x03\x39\xd5\x56\x5a\xa4\x44\xe8\x8b\xe6\xf6\x00\x14\ \x0f\x03\x00\x40\x48\x89\xa8\xf9\x4d\xd0\x32\xf0\xdc\xe6\x23\x09\ \xa5\x5a\x0a\x05\x20\xa2\x40\x34\x8d\x14\x78\xe0\x03\x00\x42\x5a\ \x09\xdf\x13\xcb\x1b\x0d\x50\x32\xf0\xbc\xe6\x21\x85\x9e\xb7\xf8\ \xcd\xe6\xa1\xad\x7c\x64\xf3\xb1\x22\xf2\x96\x46\xf4\x20\x04\x92\ \x07\xee\x73\x68\xf0\x95\x8f\x04\x00\xe0\xa1\xcb\xc3\xe3\x4f\xa4\ \x55\xe8\xbb\xe1\x8a\xa7\x7e\xe6\xe3\x97\x92\x3f\xfe\xd2\xb1\x05\ \xbe\xbf\xf4\x97\x0b\xdf\x17\xcd\xbf\x24\xf4\x9b\xfb\x30\xee\xfb\ \x7c\xe9\xac\xaa\xd0\xf7\x4e\xdc\x8f\x68\x1e\xfa\x3c\x3c\xc9\x11\ \xba\x8d\x08\x00\x30\x8e\xb8\xd5\x79\xd3\x9b\x6f\xe9\xb5\x23\xb7\ \x2e\x95\x06\x8c\xd4\xea\xf3\x6f\x1e\xca\x0f\xf9\x5e\x5d\x08\xb5\ \x74\x9e\x22\xdf\x07\x00\x58\x3c\xdb\xa0\xa3\xc0\x8f\x8e\xbf\xa1\ \x3a\x0a\xbc\xe8\x19\xef\x30\x3a\xfe\x2a\x00\x00\x92\x7b\x6e\x2b\ \x21\xda\xc2\xcf\x6e\x65\xc3\x04\x85\xa5\xfb\xbf\x73\xc7\x21\x37\ \xde\x9b\x8f\x15\x9f\x7c\xf4\xf1\xfe\xed\xaf\xb9\x72\xab\x85\xe4\ \x4b\xea\xc3\xd0\xc2\xcb\x42\x1f\x03\x3a\xee\xb7\xa1\x95\xe4\xc1\ \xf3\x3f\x1c\x2d\xea\xcd\x65\xe5\xa9\x01\x00\x2d\xdf\x69\xb6\xbb\ \x20\x4c\xa8\x41\x10\x9a\x2a\xd4\x4d\x93\x3a\x06\xc1\x2f\xcc\x17\ \x62\xc5\xd1\xbd\x10\x17\x87\x15\x5b\xd1\xe7\x94\xe2\x08\xc9\x4a\ \xa9\x8c\xed\x54\xdc\x40\x27\x37\xe3\x43\x18\x63\x90\xb2\x15\x83\ \x01\x00\x50\x4a\x99\xe9\xbe\x4b\x2e\x1c\x0c\x83\xb0\xf9\x56\x28\ \x4d\xd6\x9c\x77\x01\x12\x51\xc8\x15\x6a\x15\x20\xb6\xf0\x8b\x0a\ \x42\xd0\xdc\xd8\xbe\x31\xd9\xf7\xfa\xb7\x5c\x97\xb7\x31\x2f\x1d\ \xfe\xea\x37\x1e\x1a\x2b\xad\xdf\x98\xb7\xd4\xb3\x26\x91\xb6\x78\ \xb4\x85\x9f\x96\x49\x97\xeb\x82\xa4\x0c\x6d\xd3\x34\x4c\xe3\x39\ \x14\xa9\xd6\x4b\x22\x14\xad\x20\x51\xbd\x14\xd0\x5d\xea\x46\x05\ \xdf\xf3\xb8\x88\x10\x35\x85\x52\x51\x24\x05\x7d\x61\xa5\xc7\x2b\ \xf5\xa8\x3e\xe5\x9c\x02\x42\x48\xcb\xc8\xf3\x43\xa9\x80\x9a\x96\ \x6d\xb0\x67\x0b\x6b\x44\x4c\x54\x7e\xea\xf6\xcf\xde\x77\xf1\xdb\ \xde\x73\x96\x09\x5c\x3f\x7b\x0f\x8b\x85\x5b\x9e\xa9\x89\xce\x7c\ \x3b\xc3\xaa\x65\xe7\xb5\xa8\xbc\xfd\x13\x4a\x33\x78\x10\xac\x50\ \xe6\x2d\xb4\xf0\x0b\x7a\xe5\x06\xbe\x6f\xa7\xd3\x36\xd5\x41\x10\ \x61\x4c\x0c\x83\x69\x29\x38\xe7\x0a\x9e\x99\xc2\x6a\xf1\x68\x0b\ \x3f\x03\x22\x5d\x8e\xec\x1a\xa6\xc1\x15\x7a\x96\x97\x9f\x5e\x66\ \x4c\xdd\x4c\x6d\x1d\x57\xa4\x8b\x32\x14\x2d\x11\xad\x41\x89\x61\ \x18\x91\xe7\xa1\x45\xf1\xaa\xe1\x05\x8a\x51\x74\x32\x96\xff\x2f\ \x83\x38\x54\x56\xbe\xfc\x4f\x7f\xf3\x58\x23\x9d\xa5\x72\xf0\x8a\ \xd7\xbe\xfe\xe2\xcd\x58\x44\x1a\x61\xc3\x34\x19\xc1\xa0\x55\x18\ \x86\x9a\x92\xf9\x43\x07\xe6\xfc\xdc\x9a\xee\xb4\x21\x3c\x11\x72\ \x0d\x88\x32\xc3\x60\x14\x81\x8a\xc2\x00\x11\xb4\xe7\xc7\x5f\xba\ \xbb\x7e\xe6\x1f\xfc\xca\xb0\x6e\x54\x25\x66\xa6\xc9\x30\x02\x11\ \x85\x61\x24\x30\x35\x9a\x77\x79\x14\x46\xbc\x35\xd0\xad\x85\x16\ \x7e\x91\x81\x12\xd9\xf6\xda\x83\x0f\xdf\x3e\x7f\xc8\xc0\x20\x43\ \xbf\x5c\xe7\xc5\x1f\xdc\xf1\xa8\x46\xab\xcf\xbb\xe6\xd2\x8d\x6d\ \x62\x45\x1a\xbe\xc5\xa3\x2d\xfc\x94\x2c\x7a\x42\x0c\x54\x6b\x2d\ \x84\x96\xcf\x68\xe2\x3c\x5e\x3d\x04\x70\x22\x89\x6a\x00\xb4\x22\ \x4b\xaa\x95\x46\xa0\xc9\x52\xff\xe8\xe2\xb3\x6b\xfd\x82\xa4\xcb\ \xca\xa9\x2d\xa7\xe2\xaf\x0b\x00\x98\xb0\xca\xc8\x53\x87\xe4\xaa\ \x0f\xfc\xd1\x7b\xba\xc1\xe5\x80\x91\x88\x34\x22\x54\x96\x1f\xf8\ \xf6\x5d\x8f\xef\x9f\x46\x89\x9e\xab\x6f\x7a\xf5\xd6\x21\x3c\x3a\ \x39\x3b\x35\x31\xf3\x6f\xff\xe7\xff\xf4\x9d\x71\xe9\xab\x5e\x71\ \x96\x4d\xc4\xd1\xc7\xef\xfa\xc1\x03\xbb\x3d\xab\xf3\xda\x57\xdf\ \xbc\xb5\x97\x4d\x1e\x38\x7a\x68\x62\xe6\x5f\xe4\xc2\x8d\xb7\xbc\ \x3e\x57\x7c\xf2\xf6\xef\xfc\x68\x36\xb0\xce\xb9\xe6\x55\x97\x6f\ \xe9\xab\x8d\x3e\xf9\xe5\x3b\xef\x9f\x6a\xe0\xb3\x2e\xb9\xf1\xaa\ \x73\xfb\x54\x6b\xf6\x57\x0b\x2d\xfc\xa2\x42\x0a\x99\xe8\x58\xf7\ \xaa\x5b\xda\xb9\xc6\x00\x1a\x21\xa4\x95\x14\x42\x2a\x0d\x4e\x2a\ \x26\x4f\xfc\xec\xb6\xaa\xbd\x5b\xf8\x19\xe8\xd1\xe7\x93\x7d\xfa\ \xd9\x77\x56\x66\x46\x4f\x6c\xf7\x44\xcd\x19\x2d\x2b\x67\xb6\xe8\ \x17\x1a\x1e\x3d\x81\x74\x95\x3e\x05\x1a\x45\x84\xca\x43\x8f\x3f\ \x39\x53\xa8\x8c\x1d\x3e\x12\x31\x9b\x61\x04\x00\xc4\x30\xea\x47\ \x1e\xfb\xce\xbd\x87\x37\x5f\x76\x75\x4f\xb8\xef\x0b\x5f\xb9\xb3\ \x16\x78\x63\xe3\x53\x5b\x2e\xbb\xfa\xca\xf3\x7a\x1e\xf9\xde\x97\ \x7f\x32\x2b\xe7\x76\xdc\xf1\x6f\x5f\x7e\xb4\xff\xfc\x2b\x06\xc5\ \x91\xdb\xff\xe3\xc7\x75\x6f\xe6\x60\x35\xfe\x8a\x5b\x6e\xbd\xe1\ \xd2\x0b\xe2\xf3\x3f\xf9\xd7\x0f\x7f\x49\x0d\x6d\xbf\x60\x08\x7f\ \xf3\x73\x77\xcc\x55\xa6\xbf\xf6\xc5\xdb\x8b\x6d\x5b\x5f\x79\xd5\ \x85\xbd\xed\x09\xad\x54\x8b\x44\x5b\x68\xe1\x17\x78\x59\xd3\xc4\ \x72\xda\x32\xf1\x46\x71\x76\x72\x72\xaa\xd4\x10\x6d\xdd\x03\xab\ \x57\x0d\xaf\x1a\x1e\xea\xcc\x58\xcf\x28\xa0\x68\xf1\x68\x0b\x3f\ \xa5\x1c\x85\x95\xd3\x61\xf4\x4a\xde\xd4\x4d\xad\xaa\x17\x95\xe7\ \x92\xbe\x5c\xfa\xe6\x8a\x7a\xdd\xe5\x6f\x6a\xad\x55\x73\xc4\x8b\ \x3a\x4e\xa2\x2f\x90\x70\xf0\x32\x95\xea\x13\x29\xf9\xb9\xa1\x22\ \xde\x7f\xc1\xcd\x6f\xbd\x61\xfd\xfd\x5f\xfc\xe8\xa7\xbf\xf9\xb8\ \x62\x0c\x21\x44\x89\x1c\x1d\x19\xa5\xc3\xe7\x5d\x79\xc9\x05\xaf\ \xb8\xe2\x4c\xee\x95\x0b\x0b\xf3\x13\x0b\xb1\x8b\x2e\x7d\xc5\xf9\ \x97\x5d\xd0\x9b\xb4\xfc\xfa\xf4\x5d\x3f\x78\x72\xd3\xab\xde\xf9\ \xda\x2b\x2e\xbe\x74\xdb\x5a\xec\x55\x0b\xa3\x07\x6a\xac\xfd\x92\ \x8b\xce\xd9\xb8\xae\x6b\xd7\x3d\x3f\x10\xeb\x6f\x7c\xd7\x6b\xae\ \xbc\xe4\xfc\x6d\x39\x5d\xa9\x86\x90\xb4\x59\x61\x6a\x3a\xde\xb7\ \x69\xf3\x50\x46\xb5\xb4\x68\x0b\x2d\xfc\x02\x03\x61\xaa\x1b\x73\ \xf7\x7c\xe3\xeb\x0f\xef\xdc\xfb\xe4\xe3\x4f\xfc\xe4\xc7\x3f\xb8\ \xe3\xee\xc7\xaa\xa1\x12\x82\x3f\x7b\xde\x6d\x8b\x47\x5b\xf8\x99\ \x90\xe9\x71\x42\x5c\xf9\xcd\x13\x3b\x44\xe1\x78\x70\xf7\x04\x12\ \x5d\xbe\xa3\xd1\x52\x24\x77\x79\x74\xa8\x7e\xe1\x7a\xf4\x84\x03\ \x3b\xa5\xdf\xd5\x80\xcd\xde\xb5\x5b\xae\xbc\xf1\xd6\x5b\x2f\xed\ \x3d\xba\x6b\xa7\x8b\x28\x01\x84\xa3\xda\xc8\xc4\xec\xd0\xc6\x35\ \x36\x88\x5d\x3b\xf6\xa7\x3b\x57\x93\xf2\xa1\x05\xa7\xa3\xbb\x33\ \xd6\x38\x76\xa0\xa6\x53\x03\xf6\xfc\x48\x68\x6d\xda\x32\x04\xd0\ \xd8\xbd\xef\xa8\x33\xbc\xba\x76\x74\x9c\xe5\x36\xf4\x25\x08\x78\ \x73\x87\xe6\xaa\xab\xb7\x6e\x64\x00\x23\x87\x9e\xae\xc4\x7b\xda\ \x73\x43\xb7\xbe\xff\xf7\xaf\x6c\x9b\xfa\xfb\xff\xfb\xf1\x31\x9f\ \x26\x1c\xb3\x55\x67\xd3\x42\x0b\xbf\xb0\x20\x04\xe6\xc7\xf7\xcf\ \x59\x6b\xde\xf8\xda\x6b\x86\xfa\xd7\xbd\xea\x35\xaf\x8c\x57\x0e\ \x8d\x16\x5c\x72\x32\xcb\x8e\x56\x7e\xb4\x85\x9f\x16\xc7\x53\x90\ \x08\x94\x3a\x9e\xda\x5c\x2e\xc8\x5d\x66\xcd\x67\x1a\x2f\xac\xd0\ \xa4\x2b\xbe\x89\x9a\x82\x74\xb1\x00\xe9\x05\x4e\xb1\x45\x2f\xb8\ \x7f\x14\x61\x1d\x1d\xde\xf1\xe0\x8c\x4a\x98\xc1\xcc\xdd\x3f\x3c\ \xba\xe6\x8a\x5f\x4b\x6a\xae\x10\xe6\x5e\x75\x7c\xb4\xee\x74\xcf\ \x7c\xeb\x33\x77\x7d\xff\x90\xf3\xae\x0f\x5e\x34\x73\xef\xdf\x9a\ \x6d\x67\xf5\xc4\xf5\xc1\xdd\x07\x7c\x73\x60\x28\xdf\x66\x46\xb5\ \x27\x1e\x7c\x80\xe3\x03\xdf\x3d\x4c\xdf\xf6\x07\x67\x46\xf7\x3e\ \x5c\x9c\x3d\xfa\xd0\x8f\x1f\xe8\x5b\xd5\xdd\x1e\x37\xf7\x3c\xf2\ \xd0\x23\x1e\xfd\xd6\x77\xf7\x5f\xfc\xfa\xdf\x08\x8e\xdd\xff\xe3\ \xaa\x1d\xcf\xe5\xe2\xa4\x70\xe8\xe1\xff\xfc\xee\x84\x73\xeb\xad\ \x57\xc5\xb0\x68\xd5\xf4\xb6\xd0\xc2\x2f\xa6\x3c\xe0\x11\x37\x63\ \x39\x93\x22\xc1\x83\xc2\xfc\x7c\x3d\x40\x8c\xe2\x93\x6e\xcd\x5b\ \x7a\xb4\x85\x9f\xee\x5a\x5b\x6c\xf9\x5c\x71\xef\x84\xb0\xed\x0a\ \xa7\x85\x67\x68\x53\x38\x29\x89\x82\xd6\xcd\x71\xf3\x7a\xc5\x2b\ \xbc\xb0\x43\xc2\xcf\x3c\xba\xc5\xa7\x40\x27\xed\xb4\x40\x80\x90\ \xae\x97\x66\x9e\x7a\xf4\xfe\x9f\xec\x99\x3a\xf3\xa6\x5f\x7b\xdb\ \xb5\x9b\x14\x17\x80\x70\xa3\x3c\x35\xe3\xf2\xb9\x91\x5d\xe3\xa2\ \xef\x3d\xbf\xf3\x1b\xdb\xba\x90\x88\xad\xbe\xf8\xbc\x33\x19\x77\ \xa3\x44\xf7\xf9\x97\x6d\xb1\xe3\xc3\x6f\xb9\xf5\x06\x71\xf8\x81\ \x1d\x93\xe6\x6d\xbf\xf1\x1b\x5b\xdb\xec\x35\x17\x5d\x7d\x5e\x6f\ \xf0\xc8\x8e\x5d\x85\x28\xf5\xca\x37\xbc\x69\x8d\x3e\x76\xef\x63\ \x13\x17\xbd\xe1\x37\x6e\xd9\xde\x5f\x9f\x99\x78\xec\xc7\x77\x3d\ \x70\x58\xde\xfc\xce\xb7\x0c\xc6\x09\x31\x4d\xd2\xfa\xf0\xb5\xd0\ \xc2\x2f\xb0\x3c\x48\x77\x0e\x0f\x76\xa6\x84\xa2\xa6\x98\xb8\xe7\ \xc7\x4f\xe5\x37\x9f\x3b\x98\xb5\x64\xcb\xcf\xa8\x85\x9f\x39\xd0\ \x92\x6a\x6c\xfe\x4f\x29\xb5\xd4\xd8\xb2\x52\x74\x3e\xb7\x12\x7d\ \x96\x29\xa0\xd2\x68\x29\xa9\xda\x7c\xce\x17\x42\xa4\x08\x91\x64\ \x12\xdb\xb6\x28\x16\x35\x6f\xba\xf0\x68\xa9\x54\xa3\xd1\xa0\x4a\ \x51\x4a\x09\x21\xcf\x64\x53\xad\x25\x98\xe7\xbc\xf2\x6d\x17\xbe\ \x1a\x83\xd6\x52\xf0\x30\xe2\x0a\x80\x12\x34\xb5\x77\x87\x1e\xbe\ \xf4\x0f\xfe\xf0\x6d\x31\x1e\xf8\x51\xe4\xba\xea\xdc\x57\xdd\x8a\ \x55\xe4\x79\x72\xcb\x15\xb7\x6c\x05\x11\x78\x41\xf7\x99\x57\x7d\ \xe0\xdc\xeb\x40\xab\x28\x0c\x43\xdf\x37\xf2\x1b\xde\xf6\xfe\xb3\ \x30\xa8\x30\x08\x24\xda\xf4\x8e\xdf\xdc\x8a\x91\x16\x51\x18\x06\ \x62\xcd\xa5\xaf\xdb\x72\x25\x01\xad\x79\x14\xca\x55\xaf\x7a\xcf\ \x05\xda\x0f\xa2\x96\x16\x6d\xa1\x85\x5f\x50\x1e\x95\x32\x96\x1f\ \xbe\xa0\x0b\xf3\x28\xd8\x7e\xd5\x2d\xe7\xb2\x58\x3a\x61\xab\xe7\ \x18\x0e\xdf\xe2\xd1\x16\x4e\x5f\x8b\x4a\xa5\x94\x3e\xa1\xca\x48\ \x2d\xdb\x2a\x3c\x83\x2f\xff\x6b\x12\xd5\xc7\x25\xa4\x5a\xa9\x6f\ \xb5\xd6\x8a\xc4\x1c\xd6\x96\x45\x08\x6b\x40\xf0\x8c\x67\x5b\x7e\ \x71\xa5\x11\x25\x32\x9e\xf4\xcd\x98\xcd\x28\xb8\x2e\x42\x88\x4b\ \xa9\x38\xaf\xd5\x6a\x0c\xc0\x60\x8c\x31\x66\x9a\x16\x79\xa6\x12\ \x7c\xb6\xb9\x1d\xd2\x5a\x20\x6b\xe0\xa2\x73\x37\xa0\xa0\xd1\x88\ \xa4\x06\x00\x04\x3c\x6c\xfa\xe7\x2d\x3a\x02\x02\x02\x79\xa2\x27\ \xdf\x89\x6e\x7f\xdc\xf7\x8e\x3b\xd5\xc9\x28\x70\x8f\x5b\xdb\x49\ \xaf\xe5\x61\xd7\x42\x0b\xbf\xe0\x0b\x9c\x92\x91\x92\x80\x68\x32\ \xd3\x06\xa0\x9e\x8b\x44\x5b\x3c\xda\xc2\x69\x07\x3d\x94\x56\x92\ \x0b\xd9\xac\x03\x5a\xd4\xa3\xa0\x95\xd4\x80\xd0\xb3\x4d\xe7\x9f\ \x43\x9b\x1e\x6f\x2a\x5d\xf9\x93\x15\x15\xbc\xa0\xb5\xd2\x0a\x85\ \x66\xac\x96\xee\x14\x88\x3c\x73\x28\xda\x33\xba\x66\xb4\x8e\x28\ \x13\xb1\x64\xa0\x10\x31\x52\x1a\xb4\x8a\x84\x90\xca\x75\x5d\x03\ \x21\x69\x18\x5a\x6b\x8c\x31\x42\xff\xe5\x7c\x0f\x2d\x23\xb9\xf6\ \x8a\xd7\x6c\x44\x22\x08\x44\x6b\x7e\x6e\x0b\x2d\xbc\xac\x05\x83\ \x14\xcf\xff\x88\x97\x94\x47\xf5\xcf\xae\xa6\x02\xad\x58\x42\x17\ \xe7\x67\x60\xdc\x9c\x40\x02\x08\x30\xc2\xff\xd5\x6f\x2f\x2e\xbc\ \x2b\x97\x48\x29\x25\xc6\x18\x01\x48\x25\xd1\xd2\x13\xfe\xcc\xcf\ \x80\x06\xbd\x74\xc8\x8b\x1e\x3e\x4b\xaf\xa2\x95\xd2\x68\x09\xc7\ \xeb\x54\xb5\x6e\xfe\x5d\xa7\x7d\xf6\x4e\x3a\xcb\x42\x29\xd5\x7c\ \x21\x58\x74\xe3\x43\x2b\x0f\x72\xe5\x68\xa1\x93\xfe\xae\x10\x42\ \x29\x25\xb8\xd0\x8b\x8a\x54\x2f\x1d\xac\x7e\xce\x58\xee\x4a\xde\ \x3b\xa1\x82\x77\x25\x89\x2e\xf5\x90\xae\xbc\x64\x78\xc4\x37\x6e\ \x70\x87\x36\x89\x13\x4e\x01\x3a\xe9\x91\x41\x2a\xa1\xd6\xad\x0a\ \xf6\x1c\x00\x3f\x00\x8c\x91\x56\x24\x95\x92\x51\xa4\x18\xd3\x2f\ \xa8\x6a\x69\x85\xe8\x6c\xa1\x85\x16\x5e\x16\x84\x79\xda\x6b\xec\ \x4b\x76\x88\x08\xa1\xe7\x1d\x4e\xb4\xe8\x5a\xb3\x44\x2e\xfa\x19\ \x1c\xb6\xb2\x54\x44\x2f\x3d\x40\x2b\xbd\xcc\x89\x81\xef\x7b\xae\ \x9b\x4c\x25\x35\x80\xeb\xba\x18\x40\x03\xe0\x25\x66\x5d\x26\xdf\ \x93\x9d\xa8\xc5\x62\xd3\x44\x3c\xde\x08\x02\x21\x64\x22\x11\x97\ \x4a\xbb\x6e\x43\x2d\xb9\xb3\x3e\x7b\xfd\x7d\x36\xc5\x6a\xd0\xe8\ \xb8\xe3\xfa\x49\xfe\x7c\x04\x80\x11\xa6\x94\x01\x80\xd2\x52\x29\ \xa5\xb4\x22\x98\x2c\x4f\xb4\x33\x4d\x53\x2b\x15\x86\x61\x18\x45\ \x06\x23\xa6\x69\x11\x42\x19\x63\x42\x08\xca\x18\xa5\xf4\x34\xde\ \x66\xad\xf5\xc2\xc2\xc2\xf2\xd9\x6b\x32\x34\x42\xd8\x30\x0c\x29\ \x85\x94\x52\x69\xc5\x18\x13\x9c\x4b\xa9\x28\xa3\xcd\xbe\x13\x4a\ \x69\x3e\x9f\x3f\xf9\xc9\xd2\x5a\x4a\xa9\x94\x92\x52\x4a\x29\x14\ \x2c\xb7\x78\x2e\x56\x09\x21\xc0\x27\x1d\x88\xf6\x2c\xbe\x5c\x51\ \xc4\x7b\x5c\x86\xc2\x62\xdb\x29\x5a\x76\x3c\xd2\x2a\x12\x6c\xfd\ \xea\xf8\xab\xb7\x08\x79\x0a\x2d\x30\x5a\x01\x17\xd0\xdf\xbf\xb4\ \x57\x41\x08\x80\x29\xc5\x58\x33\xac\x4b\x29\xa5\xad\x61\x93\x2d\ \xb4\xd0\xc2\xb3\x97\x68\xc3\x30\x4e\x4f\x3b\xbd\x44\x3c\xaa\xa4\ \x4c\x65\x32\x3d\x3d\xbd\xcd\x49\x99\x5a\x2b\x00\x0d\xe8\xb8\x67\ \x1b\x42\x48\x49\x86\x34\x06\x04\x80\x34\x80\x46\x48\x2f\x99\x01\ \x2b\xa5\xa5\x52\x1a\x61\x03\x01\x46\x08\x6a\x75\x57\x68\x65\x5b\ \xb6\x90\xca\xa0\x78\xbe\x58\xae\x96\x2b\x9f\xff\xf8\x67\x4d\x0c\ \x97\x5d\xf3\x8a\xa7\xf6\xec\x7e\xe0\xfe\xfb\x62\x86\x89\xa5\x32\ \x08\xa9\x36\xaa\xca\x40\x94\x31\xa4\x88\x92\xb2\x29\xa4\x16\x69\ \x58\xeb\xe5\xbb\x04\xe3\x3f\xfd\xe3\x3f\xfd\xf2\x57\xbf\x7a\xe4\ \xf0\xd1\xff\xef\x8f\xff\xa4\xe1\xb9\x7f\xf3\x7f\xff\xcf\x7c\x61\ \x5e\x81\x00\xa2\x43\x1e\x4a\xa1\xd0\xf2\xd2\xdc\x1c\xea\x71\xdc\ \x79\xfd\x84\xaf\x2b\x6f\x60\x84\x01\x01\xc1\x88\x48\x65\x53\x6b\ \xa0\x6f\xf5\x86\x75\x1b\xab\xa5\xca\xcc\xfc\x78\xdd\xab\x20\x4a\ \xba\x7b\xfa\x0f\x1d\x19\xa7\x2c\xce\x2c\xfb\xe2\x8b\xb6\x3f\xf9\ \xd8\x43\x07\xf7\xef\x0d\xfc\xf0\x8c\x33\xd6\xae\x59\xb3\xbe\x5a\ \xf1\x82\x50\xf8\x81\xf8\xf5\xf7\xbf\x67\xf5\xda\x35\x51\x14\xbd\ \xa0\xd3\x8e\x31\x0e\xc3\xf0\xbd\xef\x79\x6f\xa5\x52\x23\x18\x11\ \x4a\x29\xa5\x51\x14\x75\x75\x75\x9d\x71\xc6\x19\xbb\x76\xed\x2a\ \x14\x0a\x4a\x47\xbd\x03\x5d\x94\xb0\xb1\xb1\x09\xa5\x54\x2c\x96\ \x48\x26\x52\xd9\x6c\xee\x4b\xb7\xdf\x7e\xd2\x97\x53\x8b\xd0\x5a\ \x4b\xa5\x24\x2c\x99\xf7\xa1\xa5\xf6\x4f\x40\xfa\x64\x1b\x95\x93\ \x56\x15\xad\xd4\xa8\xcf\x10\xac\x4b\xcd\x33\x5a\x2b\xad\x2c\xc2\ \x52\xa6\x79\x4a\x3c\x0a\x00\xd6\x89\xdb\x17\x84\x08\x21\x84\x50\ \xc3\x60\x86\x61\x3c\xbf\xd4\x6e\xa1\x85\x16\x5e\x86\x50\x4a\x19\ \x86\xb1\x79\xf3\xe6\x5f\x6c\x3d\x8a\x50\x93\x0f\x9b\x3c\xda\x24\ \x48\xa5\x00\x21\x8c\x70\x73\x03\x80\x31\x3e\x3e\xf0\x1b\x63\x00\ \xc0\x5a\x6b\xa5\xa4\x90\x91\x10\x42\x08\x59\xad\x15\x4d\xc3\x34\ \x0c\x56\xab\x35\xb2\xb9\x2c\x20\x30\x0d\x2a\x84\xac\xd7\x6a\xdf\ \xfa\xf6\x37\xa9\x41\x5e\xfb\xea\x57\x3d\xb4\xe3\xd1\x87\x1f\x7e\ \x10\x23\x04\x08\x01\x82\x30\x0a\x11\x46\x51\x10\x31\xc3\x6c\x0a\ \xa8\xa6\x96\x6a\x32\xa8\xe0\x9c\x0b\x01\x5a\x23\x42\x18\x26\x61\ \x14\x2a\xa5\x7c\xdf\xe7\x9c\x13\x42\xa4\x94\x0d\xd7\xd5\x20\x98\ \x49\x10\x68\x8c\xf1\x33\x8c\x64\x4f\xfc\xba\x48\xa0\xcb\x8f\x59\ \x8e\x9a\x62\x8c\x09\xc1\x96\x61\x82\x80\x58\x3c\x6e\xdb\x31\xd7\ \x70\x31\xc1\x8e\xed\xc4\x53\x49\xc6\xcc\x4a\xb9\xca\x4c\x99\x33\ \x99\x94\xc2\x73\x83\x5c\xae\x3d\x1e\x73\xda\xda\x7a\x46\x46\xa6\ \xf6\x1f\x3a\xe2\xfa\x61\x47\xbe\x8b\xae\x98\x3d\xfb\x02\xc4\x28\ \x68\x00\x20\x88\x10\x04\x5a\xca\x48\x88\x08\x00\x21\x54\x2b\x57\ \xf6\xed\xd9\x3b\x3d\x31\xa9\xa4\x14\x3a\x3a\x7a\x78\xa4\xbd\x3d\ \x3f\xd0\x3f\x30\x32\x32\x32\x3b\x33\x83\x01\x9f\x77\xee\x79\xcf\ \xa5\x7d\x8f\xcf\x48\x53\x4d\xd3\xbd\xa6\x1e\x6d\x6a\x48\xa4\x9b\ \xf1\x82\x93\x79\x2c\x3c\x4b\x74\x9e\xa4\xce\xe8\xb8\xe3\xfd\x62\ \x92\x75\xb1\x0f\xc6\x34\x8c\x74\x2a\x15\x09\xf9\x42\x05\x79\x73\ \xc7\xd3\xc4\xf2\x3b\xd2\x42\x0b\x2d\xb4\xf0\x33\xc4\x4b\xc4\xa3\ \x4b\x86\x6f\x72\x29\x8b\x29\x95\x52\x94\xb2\xa6\xc1\x6a\xb3\x50\ \x05\x63\x44\xc8\xa2\x0e\x89\x22\x1e\x86\xa1\x94\x92\x10\xd4\xcc\ \x75\x1a\xcc\xec\xec\x48\x61\x8c\xcb\xe5\xb2\x61\x30\x46\x09\x02\ \x90\x42\xd6\x6b\xf5\xaf\x7d\xe5\x2b\xc5\xc2\xc2\x5b\x6e\xb9\xe5\ \xf1\xc7\x1f\xfb\xd1\x8f\x7e\x28\x79\x64\x5a\x96\x56\x4a\x6a\xa9\ \x41\x27\xd2\x29\x5d\xaf\x4b\x2e\xa4\xd4\x52\x4a\xa9\xa4\x94\x0a\ \x40\x0b\x29\x22\x21\x38\x8f\xb4\x06\xaa\x35\x10\x15\x86\xa1\x61\ \x18\x51\x14\x72\xc1\x2d\xcb\xc2\x18\x6b\x25\x81\x68\x04\x80\x30\ \x59\xa6\x90\xe6\x9f\xf0\x0c\x9a\x69\xde\x5b\x5e\xa5\x9b\x0b\x77\ \xf3\x36\x21\x84\x60\x24\x94\x32\x98\x11\x4b\x26\x11\xa5\x89\x54\ \xaa\x8d\xe7\x09\xd1\x5c\x2b\xdb\x8e\x27\x13\x69\x8f\x47\xc9\xa4\ \x45\x09\x12\x42\xfb\x9e\x9a\x9e\x9a\xec\xee\x59\x13\x44\x0d\x2f\ \xd2\xe9\xb6\xce\x78\x5b\x1b\x33\x4d\x80\x17\x1c\xd4\x6d\xa6\x7f\ \x23\xdf\x8f\xfc\xa0\xa9\x8c\x9b\xbb\x99\xaa\x28\xd7\x2a\x95\x28\ \x8a\x62\xb1\x38\x08\x85\x01\xcf\x4d\xcf\x9a\xc4\xda\xb0\x66\xfd\ \xb1\x91\x91\xc2\xfc\x42\xa9\xb0\xf0\x5f\x06\x3f\x51\xf3\xd9\x17\ \x0b\x8c\x16\xff\x87\xe0\xb9\x6c\x16\x4e\x10\x9d\xfa\x19\x02\x54\ \x3f\xe3\x21\xc7\x8d\xe9\x9b\xd7\x06\xa5\xd4\x76\x1c\xfa\xc2\x79\ \xf4\x44\xee\x6f\xa1\x85\x16\x5a\xf8\xa5\xe5\x51\x8c\x71\x10\x04\ \x0b\x0b\x73\x8c\x99\x94\x32\x84\x40\x6b\x10\xcd\x6a\x4f\xb5\x58\ \xaa\xc2\x28\x15\x92\x47\x51\x84\x10\x32\x4d\x66\x9a\xa6\x69\x9a\ \x84\x20\xc6\x18\xc2\x08\x34\x28\x8d\x39\x17\x52\xca\x44\x22\xae\ \x35\x80\x52\xa1\xeb\xdd\x7d\xd7\xf7\x25\x0f\xde\xf0\xba\xd7\x3d\ \xb6\xe3\xe1\x1f\xdd\x7b\x0f\xa3\x94\x60\xc4\x28\x6d\x34\x1a\x18\ \x03\x20\xe8\xcc\x64\x62\xf1\xf8\xc8\xc8\x08\x60\xb2\x94\xd5\x93\ \x5a\x6b\x44\x08\x65\x5a\x83\x56\x5a\x21\x84\x84\x90\x61\x14\x99\ \xa6\x19\x45\x3c\x0c\x82\x78\x3c\x41\x09\x45\x80\x28\xa6\x18\x10\ \x5e\xe1\x1c\x7b\xd2\x45\x79\x59\xe8\x34\xe9\xa7\x19\x4b\x5c\xbe\ \x41\x28\xa6\x84\x10\xa0\x95\x46\x5d\x4d\x4e\xc4\x2c\xbb\x58\xaa\ \x98\x16\xa6\xcc\xe8\xec\xca\xf4\xf5\xf6\x47\x32\x5a\xb7\x6e\x95\ \x6d\x9b\xed\x6d\xed\xdd\x5d\x03\x33\xb3\xf3\x08\xc7\x24\xb2\x4c\ \x27\x3d\x3e\x3b\x9b\xee\xea\xb0\x6c\xfb\x34\x8c\xcd\x9b\x54\x16\ \xb3\x1d\x90\x8a\x19\x06\x21\x84\x60\x2c\x16\xf7\x12\x0a\x21\xc4\ \x18\xe3\xdc\x42\x84\x20\x8c\xeb\x95\x9a\x8c\x44\x7f\x4f\x7f\x23\ \x55\xf7\x1a\x8d\xe7\xe2\x1e\x8c\x71\xb3\x46\x69\x69\xaf\xd0\x9c\ \x92\xb6\xa2\xb9\xa5\xf9\xee\x9e\xb4\xce\xe8\xd9\x09\xd1\xe3\x27\ \x74\x45\xde\x14\x8e\x3b\x19\x2d\xd6\x5b\xa1\xd3\xb0\x36\x6a\xa1\ \x85\x16\x5a\xf8\xef\xa5\x47\x6d\xcb\x6e\x6f\x6b\x0f\x23\x2e\x84\ \x68\xce\xc2\x8a\x39\x89\x66\xa4\x0d\x21\x04\xa0\x09\x41\x4d\x63\ \xb9\xe6\x77\x96\x01\x8b\x76\xe5\x1a\x81\x76\x1b\x8d\x98\xe3\x50\ \x42\x95\x52\x1a\xd4\x9d\x77\x7e\xaf\x5a\x2a\x5e\xfd\x8a\x2b\xee\ \xbb\xe7\xae\x3d\x4f\x3d\x61\x99\x86\xf0\x03\xac\x74\x18\x04\x18\ \x43\x24\x05\x57\x8a\x59\x46\x7b\x36\x77\x68\xff\x7e\x6a\x39\x6a\ \x45\x72\x0f\xa4\x94\x4a\xc9\xe5\x8c\xa9\xd2\x5c\x70\x4a\x29\xe7\ \xdc\x75\xbd\x5c\x9b\xa6\x84\xf0\x30\x52\x5c\x33\x93\x98\x96\x09\ \xe8\x84\x55\xfc\xd9\x11\xc2\x95\x07\xbc\x32\xa8\x8b\x31\xc6\x84\ \x02\x06\x84\x69\x10\x86\x14\x05\x92\xcb\x87\x1e\x79\x54\x69\x7e\ \xe1\x05\x17\x02\x90\xd9\x99\x42\x22\xed\x60\x04\x80\x54\x26\x9b\ \x8d\x02\x28\x95\x1b\xeb\x37\xa5\x66\x66\x9f\x9e\x2b\x94\x25\x46\ \x40\xa8\x54\xf2\x74\x22\x92\x1a\x10\x40\x67\x47\x87\x1f\x4f\x50\ \xc6\x9a\x87\x44\x29\x6d\x34\x1a\x52\x4a\xd3\x34\xc3\x20\x30\xb3\ \x71\x04\x38\x8c\x42\x4c\xc0\xf7\xbd\xc8\x0f\x6d\xc3\x6c\xcb\xe6\ \x9e\x87\x47\x09\x21\xcd\x1f\x12\xa2\x10\x80\x5a\x74\xc2\x5d\x16\ \xe4\xcf\xee\x0a\x7d\x8e\x84\xe8\x49\x8b\x8f\x9a\x3f\x43\x08\x9d\ \xe8\xe4\xd0\x42\x0b\x2d\xb4\xf0\xb2\xe6\xd1\x66\xf3\x06\x65\x06\ \x26\x74\xa9\x6a\x14\x84\x50\x94\x62\xad\x01\xa1\xc5\xd6\x0e\xa5\ \x14\x63\xb4\x99\xc2\x5c\x2e\x4f\xd5\x8b\x59\x53\x1c\x45\x22\x8a\ \x22\xc7\x71\x10\x80\x92\xe2\x7b\xdf\xfe\x56\xe4\xfb\x1b\xd7\xae\ \xfd\xfe\xb7\xbf\xbd\x6b\xd7\x53\xa9\x78\xdc\xad\x96\xfd\x52\x8d\ \x22\xe2\x45\xa1\x93\x4e\x08\x03\x07\x3c\x70\xfd\x70\xb0\x7b\x00\ \x34\xe6\x82\x73\x29\x10\x00\x97\xa2\xd9\xf3\xc8\x05\xe7\x9c\xc3\ \x52\xa7\x47\xc8\x79\x32\x99\xd4\x5a\x21\x00\x93\x99\x82\x0b\x11\ \x71\x66\x1b\x92\x0b\x8e\x11\x98\x46\x33\xad\xbb\xcc\x94\xcf\xf8\ \xda\x94\x4b\xcb\x42\x6d\xb9\xc2\x65\x51\xb7\x21\x6d\x98\xc6\xf0\ \xaa\x55\xc3\xfd\x6b\x0e\xed\x3f\xd0\xd5\xd3\xc3\x18\xee\x1d\x18\ \x0c\x42\x8e\xa9\xe9\x05\xa1\x65\x59\x8c\xb1\x6c\x36\xe3\x7b\x72\ \x68\x68\x30\x1e\x8f\x99\x96\x91\x4e\xa7\x8c\x98\xd9\xd3\xd3\xc7\ \xb9\x80\x17\x9e\xdb\x6b\x9e\xe7\x99\x99\xd9\x6a\xa5\xd2\xe4\x3f\ \x21\x9a\xad\x1c\x08\x61\x84\x31\xe2\x5c\x60\xcc\x9a\x16\x42\x4a\ \x49\xad\x25\x20\xe5\xfb\x9e\x61\x9a\x98\x60\x78\x0e\xaf\x80\xa6\ \xd4\x56\x12\xb4\xd6\x08\x23\x2d\xd5\x62\x30\x16\xc1\x0b\x4a\x88\ \x3e\xd3\x9f\x01\x56\x98\xf2\x2e\x99\x22\x35\xf3\x01\xad\x0f\x6a\ \x0b\x2d\xb4\xf0\xb2\xd7\xa3\x27\xca\x38\xa5\x14\x42\x40\x29\x28\ \x25\x17\xfb\x26\x31\xd2\x5a\x62\x4c\xa4\x94\x08\x01\xc6\xb8\xc9\ \x70\x8c\x19\x18\x13\x25\xb5\xd6\x50\xaf\xd5\x6d\xdb\x21\x04\xf3\ \x30\xfa\xc9\x23\x0f\x4b\x1e\x75\xe7\xf3\x5f\xf9\xd2\x17\x8f\x1d\ \x3b\x96\xcd\x64\xc3\x46\x75\xea\xe8\xd1\xb0\xec\x56\x6a\x35\x09\ \x60\x67\x13\xed\xab\x06\x88\x6d\x16\xcb\xa5\x64\x2a\x89\x31\xf6\ \xa3\x48\x28\x89\x10\x6a\x3e\xf3\x62\x74\x17\x21\xa5\x14\xa1\x04\ \x03\x96\x42\x38\xb1\x98\xd6\x8b\xb5\x5b\x14\x63\x8c\x10\xc1\x58\ \x6b\xd9\x2c\x23\x56\x08\x56\x6a\xcd\x67\x8b\x51\x58\x51\xd8\xb2\ \x2c\x46\x09\x21\x08\x83\x94\x8a\x52\x6a\x59\x36\x35\xcc\x0d\x9b\ \x36\xad\x5a\x3d\xa4\x90\x94\x00\x61\x08\x97\x5d\x7d\x0d\x00\xef\ \xeb\xcf\x94\x8a\xe5\x64\x32\xd1\xd3\x9d\x5a\xb7\x61\x5d\x32\x95\ \xee\xec\x69\x23\x26\x13\xa0\x29\x33\x0c\xc6\x4e\x8f\x4e\x34\xe8\ \x46\xa3\x5e\xab\xd5\x30\x21\x4a\x29\xd3\x34\x08\x59\xdc\xa9\x2c\ \x12\x2d\x70\x80\xa5\x1a\x1c\xa4\x11\x80\xd4\x50\xad\xd5\x9f\x5f\ \x05\x12\x42\x08\xc1\x80\x50\x33\xc3\xbd\xd4\x36\x8a\x96\xe9\x6f\ \xa5\x0c\x5d\x91\x10\xd5\xf0\x0c\x49\xba\xf2\xfe\x4a\x77\x7b\xad\ \x9b\x07\xa3\x5b\x63\x3a\x5b\x68\xa1\x85\x16\x8f\x2e\x53\xcd\x92\ \xfc\x68\xba\x0d\x28\x21\x23\x0d\xc0\x08\x05\x90\x4a\x2b\xad\xb1\ \x94\x82\x31\x06\x40\xb4\xd6\x3b\x76\xec\xf8\xc1\x0f\x7e\x10\x8b\ \x25\xaf\xb9\xe6\xea\x33\xce\xd8\xcc\x23\xad\x94\x36\x98\x19\x85\ \xd1\xdc\xcc\x8c\xdf\x70\x31\xa0\x0f\xff\xeb\x3f\x3b\xb6\x9d\x4b\ \xa7\x03\xaf\x7e\x68\xcf\x9e\xbc\x13\xbf\xe9\xfa\xeb\x2d\xa0\xfb\ \x46\x8e\x7c\xff\xf1\x1d\xb5\xa3\x23\x5d\x43\xbd\x8e\x1d\x33\x4c\ \x53\xe9\xa5\x86\x4d\x25\xc2\x30\x44\x18\x5b\xa6\x49\x19\x13\x9c\ \x07\x41\x80\x00\x29\xa5\x82\x20\xb0\x2c\x4b\x08\xe1\xba\x1e\x21\ \xd8\xb6\x2c\x8a\x31\x52\x7a\x91\x4d\x09\x6e\xee\x02\x9e\x11\xb9\ \x5d\x59\xa0\x0b\x4b\x55\x48\xcb\x5f\x97\xe2\xba\xd8\x64\x0c\x84\ \xb6\x98\xa5\x95\xae\xd7\x1a\x42\x47\x91\x8c\x1a\xbe\xe7\x47\x28\ \x8c\x88\x96\xe1\xe0\x40\xc7\xdc\xcc\xbc\xef\x35\x32\x1b\x9c\xbd\ \x4f\xef\x7a\xf8\xe1\x47\x88\x61\x86\x1c\x24\xe0\x6a\xb5\xf2\x2f\ \xff\xfc\x0f\x9d\xf9\x36\xdf\x97\x2f\x30\x0a\xa0\x31\xc6\x89\x64\ \x72\xa1\x50\x30\x19\xa5\x94\x45\x82\x13\xad\x31\x46\x80\x40\x4a\ \x49\x28\x25\x94\x48\xdd\xb4\xa4\x40\x08\x21\x0d\x0a\x10\xb1\x9c\ \xd8\x29\xbc\x9f\xb8\xd9\x8b\xb9\xec\xbd\xa0\x9b\x3d\x4b\xcf\x19\ \xb6\x5d\x71\x58\x2b\x1e\x70\xa2\x0c\x5d\x1a\x11\x83\x60\xa5\xa5\ \x51\xeb\x83\xda\x42\x0b\x2d\xb4\x78\x74\x59\x9c\x34\x33\x68\x0a\ \x90\x06\x50\x95\x4a\x41\x69\x89\x91\x26\x84\xc6\x63\x39\x83\xc5\ \xf6\xed\xdf\xe3\xb9\xa1\x61\x98\x4f\x3c\xf1\xc4\xc8\xc8\x08\xa5\ \x46\xbe\xbd\xc3\xb6\xec\x20\x08\x72\xb9\xbc\xc1\xe8\xd8\xc8\xe4\ \xcc\xd4\x54\xb5\x5a\xbd\xf7\x07\x77\xa5\x92\x09\x46\x70\x5b\x2e\ \x73\xec\xd8\xb1\xc2\x7c\xf9\x2d\x6f\xb9\x3e\x8d\x8d\xde\xf6\xee\ \x5a\xa5\x3a\xd8\xd9\xfd\xd8\xf4\x54\xac\xbd\x31\xd0\x3f\x64\x3b\ \xb6\x65\x9a\x85\x7a\x05\x53\x0a\x00\x98\x52\xd3\x34\x13\x89\x04\ \x21\x24\x08\x02\x2e\xa5\x94\x12\x81\xe6\x9c\xa7\x52\x19\x4a\xa9\ \x94\x82\x52\xca\x28\x25\x98\x10\x00\xd0\x80\x35\x02\x4c\xa0\xd9\ \xbe\xba\x22\x90\x0b\x27\x56\x18\x2d\xaa\xcf\xa5\x88\xee\x72\x5c\ \x97\x60\x8c\xb5\x36\xa9\x19\xb3\x1d\xa4\xa0\xd1\x70\xab\x6e\xf5\ \xe0\x91\x03\x8d\x30\x70\x43\x3d\x3b\x5f\x1b\xec\xe9\xbd\xf0\xdc\ \xad\x23\xa3\x63\x99\xb4\x65\xd9\x40\xa9\xb7\x77\xdf\x21\x46\x81\ \x0b\x10\x00\x1a\x20\x0a\x42\x84\x4e\xcb\x3d\x40\xeb\x44\x26\x3d\ \xb8\x6a\x38\x08\x83\x46\xbd\x11\xb7\x12\xcc\x30\x96\x72\x9c\x1a\ \x23\x84\x29\x01\x8c\xb4\x5a\xac\xba\x45\x08\x82\x20\xb2\x63\x89\ \x53\x2f\xe9\x69\xce\x4a\x5b\xb2\x4d\x80\x25\xab\x0c\x80\x67\x26\ \x38\x8f\xdb\x2c\x00\xac\xb4\x34\x5a\x59\x94\x74\xfc\x42\xd1\x68\ \x69\xb2\xf7\xf3\x4c\x6b\x69\xa1\x85\x16\x5a\x78\x91\xa4\x1f\x26\ \x8c\x92\xe5\xf5\x47\x37\x57\x37\x25\xb9\x90\x3f\x1f\x1e\x6d\x96\ \x70\x6a\x05\x08\x01\xc2\x48\x2a\x09\x5a\x8d\x8c\x1e\x3d\x36\x7a\ \x08\x23\xc5\x79\x58\xad\x56\x1b\x35\x79\xf6\xd9\xe7\x4b\x29\x3d\ \x37\xb0\x6d\xb9\x61\xc3\x86\x2d\x5b\xce\xa4\x94\x22\x44\x8a\xc5\ \x32\x42\xa8\xb7\xd7\x1a\x1d\x1d\x3b\x7a\xf4\x48\xb9\x38\x7f\xd7\ \x9d\x77\xb6\xe7\x32\xf5\x6a\x25\xf2\x5d\x25\xe4\xe1\x03\x07\xfb\ \x3b\x72\x3d\xed\xed\x83\xd9\xce\xa8\xe6\xad\xee\xeb\x7f\x7c\xec\ \xa8\x9a\x9e\x5a\x28\x95\x2a\xb5\x8a\x14\xca\x34\x2c\x29\x15\x35\ \x16\x65\xa2\x6d\xdb\x08\x63\xce\x79\x33\x84\x1b\x86\xa1\xd6\x10\ \x45\x11\xa5\x14\x13\xac\xa5\xc2\x1a\x30\x20\x8a\x31\xc2\xa0\xa4\ \xd6\x52\x62\x84\x96\xf3\xa3\x68\x49\x55\x2f\xeb\x4e\x0d\x80\x00\ \x56\x4e\x14\x21\x84\x20\x84\x29\x21\x98\x60\x82\x31\x51\x2a\x15\ \x4f\x50\x82\x05\xe7\x84\x90\xb1\xf1\xf1\x27\x76\xed\xce\xe4\xdb\ \x9d\x54\xbb\xc0\x38\x91\xc9\x22\x6c\x08\xa1\x98\x41\x0c\x0b\x2e\ \xbe\xe4\xec\x87\x1f\x7e\xf0\xd0\xc1\x99\x98\x83\x1b\x75\xed\x37\ \xf5\xe2\xe9\x9c\x76\xa4\xb4\x9e\x5d\x98\x6b\xd4\xeb\x96\x65\x77\ \xf5\xf6\xb8\xae\x5b\x2e\x97\x9b\x31\xed\x66\x16\x17\x30\xd2\x8b\ \xce\x09\xcd\xe2\x5b\xf0\xbd\x20\xd7\xde\x7e\x2a\xbc\xb5\x68\x53\ \xaf\x41\x6a\x85\x00\x12\x71\xd3\x0f\x78\xc4\x25\x5a\xa6\xcd\x67\ \x0e\x7e\x39\x31\x4b\x7a\xf2\x51\x30\xda\x34\xa9\x56\x10\x72\xae\ \x95\x56\x4a\x69\x0d\x52\xaa\x28\x8a\x94\x5e\x3e\xfd\x2d\xb4\xd0\ \x42\x0b\x2f\x22\x08\xa5\xf5\x99\xfd\x5f\xfb\xd2\xb7\xe6\x05\x21\ \x18\x21\x04\x5a\x69\xc9\x45\xe7\xb9\xd7\xbe\xf1\xca\x6d\xa6\x8e\ \x56\x66\x9c\x5e\x32\x1e\x45\x51\xc0\xfd\x1a\x77\x52\x0c\x00\x08\ \x36\xf6\xec\x7b\xf8\x81\x07\xee\xee\xec\xc8\x4e\x4f\x8e\xce\x4e\ \x4e\x50\x42\xf6\x8f\x4c\x3e\xb9\xfb\xe1\x0d\xeb\x36\xaf\x1a\x5e\ \x8b\x70\xbc\xab\x23\x8f\x09\x6d\xb8\x21\xe7\x8a\x73\x64\x30\x3a\ \x37\x33\x71\xe4\xf0\xfe\x7a\xb5\x72\xe7\xf7\xbe\x17\x79\x5e\xac\ \x27\x9f\x89\xf7\x4e\x4f\x4f\x95\x4a\xb5\x23\xa3\x53\xbd\xc9\xd8\ \xe8\xd4\x08\xc6\xba\x5c\xaa\x1d\x99\x98\x98\x2d\xcd\x27\x08\x80\ \x17\xb9\x85\xaa\x90\x12\x9b\x26\x73\x6c\x8d\x01\x6b\x20\x00\x0c\ \x00\xa2\x08\x6b\xcd\x30\x0a\xa4\xc4\x84\x28\xad\x1a\x6e\x9d\x51\ \x42\x08\xa9\xd7\x6b\xae\xe7\x02\x6a\x36\x7d\x9a\x91\x88\x40\xa9\ \x18\x21\x1a\xa3\x95\x85\xb8\x4d\xb2\x5c\xb4\xe1\x45\xa0\xb4\x26\ \x84\x2c\xf2\xa8\xd6\x8b\x15\x46\x4d\x55\x8a\x89\x12\x1a\x30\x35\ \x0d\x6a\x9a\x34\x14\x46\x28\x42\x45\x68\x08\x96\x0e\x69\x24\x6d\ \xdb\xce\x59\xd4\x89\x59\x0e\xc5\xb8\x51\xaf\x0c\xf4\xb7\x5f\x7b\ \xdd\xf9\x53\xd3\x77\xb8\x2e\x60\x66\xe2\x08\x1d\x37\x7f\x7f\x61\ \x21\x00\x0d\x00\x4a\x23\x0d\x78\x7e\xa1\x50\xae\x54\xdb\xdb\xdb\ \xb3\xb9\xb6\x4a\xa5\x52\x2e\x97\xf5\x71\xa7\x44\xad\x35\x60\x84\ \x09\xa5\x18\xe3\xc0\xf3\xdc\x46\xed\xbf\x64\x50\x21\x78\x10\x84\ \x42\x4a\x40\x24\x66\x99\x49\xc7\x74\x18\x8e\x6c\xa3\xee\x85\x5c\ \xa8\xc5\xc0\xec\xf2\x51\xe8\x15\x3d\xa3\x7a\x65\x03\xd1\x09\x32\ \x54\x6b\xc5\x28\x8e\xd9\x26\x68\x70\xfd\x30\xe4\xc2\x64\xc4\xc7\ \x28\x0c\xc3\x5a\xb5\x06\x08\x53\xd6\xf2\x24\x6a\xa1\x85\x16\x5e\ \x7c\x1e\x25\xb8\x3c\x79\x60\xff\xbc\xbc\xf8\xea\x0b\x58\x69\xdf\ \xdd\x0f\x8f\x5d\x78\xc3\x75\xe6\xc4\x13\x0f\x3d\xf9\x74\xfd\xd2\ \x73\x2c\x86\x56\x8e\x52\x7e\x89\x78\x94\x32\x3a\x31\x36\xb9\x30\ \x5e\xee\xe8\xcb\x4d\xcc\x1e\x23\x86\x78\xe4\x27\xf7\xd6\x6b\x73\ \x71\xd3\x1f\x3d\xb4\x33\xc1\x58\x2a\x9e\xe1\xd1\x6c\xcd\x15\xbb\ \xf7\x56\xc6\x47\x0f\xf4\xf7\x0d\x74\xb4\xe7\xf7\xee\xdd\xbf\xff\ \xe0\x31\xc7\xc9\x5f\x7b\xed\xeb\xb2\xe9\x64\xa9\x50\xaa\x94\xe7\ \x7f\xfc\xc3\xfb\x92\x31\x23\xd6\x96\x0a\xbd\x46\xb2\x2d\x5e\xab\ \xd4\x8f\x1c\x1b\x01\xc0\xa5\xba\x3b\x51\x9a\x1f\x3e\x63\x53\xdd\ \xaf\x8f\xbb\xe5\x42\xbd\xea\x60\x84\x34\xd1\x6e\x44\x10\x36\x1d\ \x53\x68\x6d\x31\x66\x00\xd6\x61\x64\x33\x26\x05\x57\x08\x59\x4e\ \x42\x03\x72\x83\x00\x69\x19\x86\x41\x3c\x16\x63\x06\x0d\xa2\x00\ \x40\x3b\x71\xc7\x0f\x7c\x8d\x95\xd2\x32\xe6\x24\x2d\xdb\x02\x00\ \x84\x11\xc6\xb8\x59\xef\x0a\x80\x16\xcb\x72\x01\x21\x8c\x34\x5e\ \xba\x85\x10\xc2\x88\x12\x8a\x16\xdd\xee\x31\xc2\x98\x63\x44\x2c\ \x8b\x32\xcc\x23\x0f\x61\xed\xf3\x48\x51\x2b\xc2\x4e\x10\x60\xa1\ \x9c\x44\xbc\xbd\x51\xf7\x1b\x55\xaf\xab\x23\x5f\x5e\x28\x0f\xf4\ \xb4\xaf\x5b\xb3\xce\x32\x53\x0b\xc5\x0a\xa1\x6a\xa9\x35\xe8\x34\ \x77\x30\x31\xcb\x06\xa5\x2d\xd3\xaa\xd7\x6a\x33\xd3\x33\xf1\x58\ \x2c\x1e\x8f\x27\xe2\x09\xcf\xf3\xab\x95\x8a\xe0\xdc\x30\x4c\x84\ \x11\x46\x58\x29\xa5\xb5\x72\x6c\x2b\x66\x59\xcf\xf3\x9c\x52\xca\ \x30\x0c\xa3\x28\x0a\x82\x20\x8c\x78\xdd\x15\xb9\x34\xf5\xbc\x60\ \xff\xc4\x42\x2e\x9d\xc8\x65\x13\x04\x01\x02\xdd\x4c\x72\x36\x3d\ \x15\xd4\xf1\xd8\xed\x33\x12\xa2\x8b\x53\xd2\x9a\x2c\x8a\x00\x03\ \x86\x91\xa9\x92\x12\xba\xa3\x2d\x6e\x32\x2a\x95\xf6\x02\x11\x84\ \x61\xbd\x51\xc7\x98\x1a\xa6\xa9\x94\x32\x4d\xf3\x79\xbd\x9a\xff\ \x7b\x04\x95\x10\x30\x0b\x08\x81\x56\xcf\xec\x49\x4f\x4e\xe8\x13\ \xd0\xa7\x58\xc4\xde\xaa\xfa\x6e\xe1\x85\x43\x73\x2e\xf2\xeb\xb7\ \xdd\x74\xd3\xf5\xc6\x4c\xe2\xe0\x04\xbb\xe6\xd5\x37\xa4\x0f\x18\ \xfb\xbf\x72\x48\x3c\xab\xf8\xf1\x25\xf3\x61\x20\x41\xe0\x1f\x39\ \x72\x94\xb0\x8d\x13\x23\xc7\x76\x3e\xfd\x13\x6a\x70\xa4\xbd\xf9\ \xf9\xd9\x7a\xad\xc6\xe2\x89\xbe\x64\xb2\xbb\xb3\xb3\xe6\x47\x4c\ \x6b\x19\xfa\x44\xab\x89\xf1\x91\x20\xa8\xae\xdf\x30\x1c\x8b\xe5\ \xdb\xf2\x89\x72\xa9\x54\xab\xcc\xdc\x7f\xdf\xbd\x71\xdb\xce\xb6\ \xb5\x51\x80\x7d\x7b\xf7\x75\x75\x75\x0b\x11\x95\xcb\xa5\x64\x22\ \x6e\x6b\x7e\xf0\xd8\x08\x47\xb4\xd1\xf0\xc6\x26\x26\xb8\xd0\xb6\ \x65\x27\xd2\x69\xc6\x08\xd6\x2a\x11\x73\x40\x46\x26\x31\x88\x46\ \x02\x21\xcb\xb6\xa5\x34\x6a\xf5\x06\x42\xc4\x71\x12\x1a\xd3\x28\ \xf0\x7c\xcf\xb7\x6d\xdb\x60\x2c\x1e\x8b\x27\x12\x71\xc7\x71\x28\ \x25\xa0\x95\x41\x99\x6d\x59\x31\xc7\xd1\xcf\x6a\x6c\x3d\x7e\x1b\ \xa1\xa5\xa2\x57\xb4\x1c\xd7\x85\x65\x63\x23\x84\x30\x42\x86\xc9\ \x14\x40\xc4\xa5\xe7\xab\x86\xaf\x81\xc6\x14\x10\xae\x35\xb3\x8c\ \x74\x5b\xba\x5c\x2f\x09\xad\x1b\x5e\x68\x3b\x38\x0c\x11\xc3\xb1\ \x64\xcc\x8c\x5b\xc0\x05\x97\x9a\x50\x82\x4e\x63\x39\x45\x80\xb4\ \xd6\x85\x85\x39\x1e\xf1\x58\x2c\x96\x4c\xc4\x28\x49\x79\x9e\x5b\ \x2e\x2e\x18\xa6\x19\x73\x62\x4e\x47\x5b\x18\x46\x11\x8f\xb8\x10\ \x4a\x2b\x82\x11\x42\xc4\x75\x5d\x2e\xa3\xe7\x17\xa3\x52\x4a\xce\ \x39\xe7\xbc\x3b\x67\xd7\xea\x25\xaf\xec\x01\x82\xd7\x5c\xd0\x39\ \x3e\xe7\xcd\x55\x8a\x14\xa3\x67\x1f\xca\x73\x1f\xe4\x33\x48\x5a\ \x6f\x1d\x4c\x64\xe3\x6c\xcf\x68\x0d\x63\x04\x12\xd2\x16\x4a\x39\ \xc4\xf7\x7d\x66\x58\x08\x63\x42\xc8\xc9\x27\x72\xff\x77\x02\x26\ \x61\xbd\x5c\x7b\xe8\x8b\x62\x6e\x02\x5a\x71\xec\x93\x6c\xe5\x38\ \xde\x7e\x13\xc9\xf7\x81\x3c\xa5\x39\xae\x86\x61\x26\x92\xa9\xd6\ \x89\x6c\xe1\x85\x04\xf3\x70\x32\x9e\xa8\x4c\x8c\xcd\xb9\x90\x99\ \x9d\x38\x70\x68\xf7\xa3\x8f\x1f\xc9\x1c\xd8\x51\x77\x06\x13\x36\ \x81\x13\x57\xc8\x97\x6e\x53\xaf\x95\x0a\xfc\xc6\xc4\xd8\x48\x7f\ \x4f\xf7\xe3\x4f\x78\x1d\xb9\xec\xdc\x5c\xb1\x26\x43\xcb\xb2\x0a\ \xa5\xf2\x90\xd0\x1b\xd6\xad\xdf\x77\xe0\x90\x5b\x6b\xc4\xcc\xb8\ \x14\xfe\xb1\x23\xfb\x12\xa9\x44\x3a\x6d\x76\x76\xb7\x17\x8a\x63\ \x84\x58\x07\x0e\x1f\x39\x67\xfb\x85\x91\xeb\xf2\xc0\x8b\x7c\x8f\ \x10\x5c\xaf\x55\x30\x56\x8e\xcd\x78\x88\x4d\xe6\x8c\x4e\xce\x1f\ \x1b\x9f\x8b\x24\x28\x00\x40\x40\x85\xd0\x4a\x46\xa1\x3f\x3b\x3b\ \xd3\xdd\x91\x4f\xc7\x6c\x86\xb1\x41\x0d\xe6\x38\x99\x5c\x5b\x18\ \x46\xd4\xb0\x0d\xcb\x42\x61\x88\x18\x8d\x08\x09\x7c\x5f\x48\x61\ \xd9\xb6\x06\x90\x5a\x33\xc6\x62\x8e\x4d\x29\xa2\x8c\x98\x06\x8d\ \xc7\x62\xea\xb8\x6b\xc4\xb2\x40\x5c\xb4\x66\x47\x78\xd1\x14\x78\ \xc5\x8f\x4e\x20\x5d\x4d\x34\xa6\x5a\x6a\x88\x24\xe1\x82\x69\x64\ \x3b\xf1\x36\x16\x4f\x41\x28\xb1\x45\xbb\x7a\x3b\xe6\x46\xf7\x0a\ \x50\x5c\xe2\x42\xd1\x55\xca\x39\x74\xe0\x60\xe0\xb9\x36\xc3\x31\ \xcb\x90\x52\x2a\xc9\x4f\x6f\x3d\x45\x80\x30\x28\xaf\x5e\xf5\x1a\ \x35\xc3\x60\x8e\x13\x4b\x24\xe2\x06\xc5\xf5\x7a\xbd\xec\x7b\x94\ \x12\xc3\xb2\x0c\x93\x0a\x1e\x46\x81\x2f\xb8\x40\x08\x09\x21\x94\ \xe0\xff\x95\xca\x5d\xac\xaa\xfa\xb5\x9b\x36\xfa\x41\x28\xa4\x00\ \x80\x4c\x8c\xb9\x81\x0c\xb8\x44\x3f\xd5\xe5\x0b\x31\x8b\x32\x82\ \xaa\x2e\x5f\x7e\x31\xcb\x64\x80\x09\x5e\x6a\xc6\x6d\x86\x01\xfe\ \xdb\x6a\x2d\x8c\x23\xdf\x2d\xff\xe7\x47\xd2\xf1\x78\x7c\xd3\x59\ \xd0\x12\x52\x27\xd9\xca\xc9\x49\x4c\xf2\xf9\x0e\x04\x6a\xf1\xa2\ \x59\x31\x0b\xf1\x19\x37\xb4\xd6\xd5\x6a\xa5\xb0\x30\xd7\x9e\xef\ \x68\x9d\xb9\x16\x4e\x11\x42\xa8\xfc\xaa\x33\xd6\x9a\xf7\xfe\xcd\ \x87\x3e\x68\x43\xb4\xee\x9c\xcd\x3b\x3e\xfb\xf7\x05\x94\x7e\xd5\ \xdb\x2e\x4c\x61\x1e\x89\x9f\x87\x1e\xd5\x5a\x33\x83\x9a\x96\xe9\ \xc4\x6c\xc9\x23\x03\x43\xa5\xb4\x10\xb3\x4c\xcf\xad\x1b\xd4\xa8\ \x29\xed\x7a\x61\x3a\x9f\xb2\x28\x2d\xd4\x8b\x56\x47\xb7\x57\x2d\ \x7b\xf5\xf2\xe0\x50\xa7\x56\x5e\xb5\x32\xd3\x70\x95\xe3\xe4\xe2\ \xf1\x64\x3a\x93\xcd\xf4\xf5\x4f\x8d\x1d\x8b\x2c\x13\x21\x38\x7c\ \xe8\x40\xad\x52\x22\x48\xe5\x72\xc9\x28\x14\xc8\xb0\x18\x68\x19\ \x45\x04\x50\xcc\x32\x99\x41\x94\x14\x6e\x2d\xb8\xfb\xee\xbb\x86\ \x57\x0d\xa7\xe3\x31\xd3\x32\x11\xa2\xd5\x6a\x6d\x66\x76\xc6\x75\ \xc3\x62\xb9\x5c\xaf\xd7\xfb\x07\xfa\xd7\x6f\xd8\x18\x78\x0d\x8c\ \x71\x14\x45\x6d\x6d\x6d\x08\x23\x00\x6d\xdb\x16\x63\x04\x23\x48\ \x58\x66\x3a\x1e\x8b\xc7\x1d\xb5\x34\x28\x54\xeb\x65\x36\x3d\xbe\ \xfa\x2b\x78\xe6\xa0\xb7\x95\x9d\xa6\x04\x29\x4a\xb1\xd2\x9a\x0b\ \x14\x0a\x2c\xa5\x19\xf0\x20\x0a\xb8\xeb\xb9\x16\x33\xda\x3b\x32\ \xc5\x71\x61\x58\x46\xa1\x58\xdb\xb7\xfb\x29\xaf\x16\x1c\xd8\xff\ \x74\x67\xbe\x7f\xed\xb0\x33\x31\x35\x32\xd0\xd7\x95\x88\xdb\x52\ \x9e\x66\xff\x28\x41\x40\x69\xb3\x90\x18\x02\xdf\xf5\xbd\x7a\x47\ \xbe\x23\x3f\x3c\x58\x2c\x96\x02\xdf\xd7\x4a\xf0\x48\xc4\xe2\x4e\ \x32\x95\x90\x52\x70\x21\x84\x10\xb9\xb6\xec\xf3\xa8\x5f\x4a\x09\ \x80\xd1\x34\x1d\x32\x97\x7c\x33\x9a\x43\x79\x6c\xe7\x67\x40\x70\ \x4a\x83\xd6\x3a\x91\x40\xcb\xbc\x82\x00\x21\x8c\x19\x63\x86\x61\ \x18\x86\xd1\x9c\x3d\xf7\xdf\x16\x84\xfa\x53\xc7\xcc\xca\x6c\xfb\ \x7b\x3e\x09\xa8\x35\xe2\xed\x39\x4e\xd2\xd1\xc3\x8e\x65\xa2\x13\ \x5d\xa0\x9f\xab\x1e\x2f\x16\x8f\x8f\x8f\x8d\x36\xea\xb5\x64\x2a\ \xdd\x0a\xf0\xb6\x70\x4a\x2b\xa7\xe4\x2a\xd6\xfb\xd6\x77\xff\xee\ \xda\xc7\x76\x86\xa9\xd5\x17\x6d\x5b\xcb\x2b\xb3\x2e\xc4\xf3\x19\ \x3b\x8a\xc4\xcf\x29\xae\x8b\x50\xc4\xc5\xd4\x7c\x21\xdf\x93\x1b\ \xe8\xea\xee\x68\x6f\x3f\x72\x64\x57\x4f\x4f\xbb\x16\xbc\x5c\xaa\ \x98\x86\xe3\x05\x01\x14\xa5\x49\x19\x56\x2a\xee\x98\x92\x87\x8e\ \xc5\xfc\x46\xb5\xe6\xfb\x4a\xcf\x11\x23\x01\xaa\x9c\xcb\x0d\x1c\ \x3e\x74\x38\x97\x4c\xcc\x4f\x4d\xf4\x75\x75\x7a\x8d\xba\x5b\xaf\ \x0b\x21\x19\xc1\xb1\x78\x5c\x38\x88\x51\x13\x81\x0a\xfc\x46\xcc\ \xb6\x29\xc6\x42\x09\xcb\xb1\x6b\x0d\xf7\xd0\xc1\x03\x96\x6d\xe5\ \xb3\xd9\xb6\xf6\x7c\xb5\xe1\x8e\x8d\x4d\x56\xaa\xd3\xa3\x13\x33\ \x80\xc0\x31\x8c\xa1\x81\x41\xaa\x81\x07\x61\x44\x69\xb9\x5c\xb6\ \x6d\x47\x83\x16\x52\x5a\xb6\x99\x4c\x26\x0c\x82\x62\x26\x75\x4c\ \x66\x59\x86\x04\xbc\x64\x7f\x87\x56\xd0\xe5\x71\x1e\x5d\xe9\x00\ \xfb\x8c\x81\xa9\xa0\x35\xc5\x04\x00\x47\x51\x28\x24\x52\x08\x0b\ \x29\x11\x0f\xb4\x88\x12\xa9\x78\x3a\x69\x75\xe6\xd3\x7e\xad\x73\ \xef\xce\xbd\xc5\x42\xf5\xfe\xfb\x77\x04\x41\x7d\x78\xb0\xfb\xca\ \x2b\x2e\x3b\x36\xda\x51\x2c\x4c\x23\x74\x3a\x49\xb2\x66\x51\xee\ \xd9\x67\x9f\xed\xbb\x2e\x63\xac\xd9\xeb\xa2\x01\xa4\x94\x84\x90\ \x81\xfe\x01\xa5\x14\x17\x02\x51\xdc\xac\x45\x6e\x9a\xd9\x0a\xce\ \xfb\x07\x06\x9f\xc7\x00\xa1\x69\xcc\x4b\x08\x31\x0c\x63\xd9\xaf\ \xf8\xc5\x5b\x9e\x9a\xf2\xb3\x59\xb7\xd5\x8c\xe8\xbe\xf4\x0a\x91\ \x51\x2c\xb8\xf8\xe9\x12\x95\x88\x32\xaa\xa5\x90\xa7\xe0\x2c\xa1\ \x25\xc7\x8c\xfd\xf2\x46\x74\xff\xf9\x9f\xff\xf9\xdd\xef\x7e\x37\ \x63\x2f\xe2\x76\x47\x49\xa9\xb4\xc6\x27\x7a\x2e\x3f\x7b\x6e\x71\ \xb3\x5d\x01\x63\x1c\x8b\xc5\xea\xb5\x6a\xab\xd8\xbb\x85\x53\xfe\ \xbc\x22\x24\xfc\xb1\xa3\x87\xe6\x7d\x63\xdb\xd9\x7d\x4c\x87\xc2\ \x4c\x65\x4d\xc6\xf9\x49\x9a\xf8\x5f\x22\x1e\x65\x94\x4e\xce\xce\ \x3e\xf2\xd4\xee\x99\xc2\xe4\xc1\x23\x79\x83\xb0\xce\xf6\xce\xe9\ \xf1\x31\xc6\x70\xb5\x54\x4e\xa6\x73\x41\xc0\x6b\xf5\x62\xdc\xb1\ \x09\xc2\xd5\x62\x39\x8a\x42\x8a\x74\xe8\xbb\x16\xa1\x41\x28\x30\ \x17\x53\x53\x63\x73\x13\xe5\xa1\x81\x81\xa7\x77\xee\x3c\xb0\x77\ \xf7\xfb\xdf\xfb\x9e\xce\x7c\xfe\x68\xad\xde\xa8\xd7\x63\xf1\x18\ \x63\x94\x60\x02\x0e\x18\x06\xf6\x29\xc4\x2c\x16\x78\x1e\xc6\x88\ \x07\xbe\x96\x92\x60\x52\x2a\x14\xf3\xeb\x86\x93\xc9\xa4\xe5\x24\ \x4c\xe7\x68\x92\x98\x30\x39\x3b\xd0\xd7\x3b\xd0\xdb\x1b\x7a\xee\ \x9e\x27\x1f\x57\x4a\x9e\x79\xf6\xb6\x52\xa9\x44\x08\x31\x4d\x0b\ \x30\x38\x31\x2b\x11\x8f\xc5\x4d\x8a\x94\xb0\x0d\x66\x99\x66\xa4\ \x17\x0d\x0e\x9b\x4b\x79\x93\x3c\x16\xab\x4e\x11\x6a\xaa\xa8\x65\ \x3a\x69\x9a\xb9\x2f\x3f\x0c\x23\x62\x1a\x36\x02\xc4\x39\x57\x12\ \x47\x61\x83\x82\x10\x11\x4f\x98\xa4\xb7\x3d\x4d\x84\xef\x55\x8a\ \x26\x86\xb6\x6c\x56\x29\x1d\x44\x1c\x01\x3b\x7a\x64\xf4\x87\xf7\ \x3f\x44\x70\x34\x3f\x37\xa1\xa4\x42\xa7\xe5\x0b\x08\x5a\xbb\xae\ \xeb\x36\x1a\xcd\xc2\x9c\xe6\x14\xee\x20\x08\xc2\x30\x6c\xb2\x3e\ \x17\x42\x81\x26\x18\xc3\x62\x15\xae\x70\x5d\xb7\x5a\xa9\x61\x8c\ \xfe\x4b\x7a\x33\x4d\x73\xe5\xbc\xd5\x17\xef\x7a\x86\x15\x43\xc8\ \x5f\x4c\x1d\x68\x50\x24\xc3\x13\x3f\x27\x08\x13\xd9\x98\x7f\x7a\ \xa2\xd6\xb7\x66\xd8\xc1\x27\x79\x79\x42\x19\xa3\x04\x21\x90\x42\ \xf0\xe7\xe2\x5a\x84\xb1\xf2\x8f\xee\x3b\x66\x75\xad\xee\x4a\x18\ \xa7\x30\x46\x75\x71\x9c\xfd\x8b\x4b\xa5\x51\xe9\xe9\x03\x53\xdd\ \xeb\xb7\x64\x8c\x9f\xf1\x13\x17\x0a\x85\x17\x7b\xa4\xc0\x62\xcf\ \xd5\xe2\x3c\xe3\xc5\x71\x4b\xcf\x78\x51\x04\xb0\x38\xd4\x0f\x63\ \x0d\xd0\x52\xa2\x2d\x9c\x3a\x28\x63\xa5\x03\x0f\x7c\xe2\x4b\x77\ \xa5\x73\x89\x27\x0e\x57\x3e\xf8\x6b\x97\xde\xf7\x8d\xbb\x56\xbd\ \xe2\xe6\xcd\x9d\xb6\x78\x56\x68\xf0\xa5\xcb\x8f\x4a\x20\xc5\x40\ \x26\x7c\x9e\x28\xd7\xbb\x32\x34\x95\xcc\x78\xf5\xd2\x53\x4f\x3d\ \x9e\x6b\x6b\x0f\xc3\xb0\x5e\x6f\x58\x36\x09\xfc\xc8\x60\xac\x52\ \x2a\x4b\x21\x0c\x93\x34\x4a\xf5\x7a\xdd\xb5\x63\x39\xdf\x77\x7f\ \x7c\xf7\x4f\xb4\x36\xba\x3b\xf3\x6d\x99\xa4\x4d\x48\x9c\x19\xbd\ \x9d\x5d\xa3\x47\x8e\x0a\x2e\x3c\x37\x54\x0a\xfb\xae\xcf\x28\x21\ \xcc\xb4\x19\x02\x19\x62\xcd\x11\x10\xa5\x15\x68\xd5\x70\xfd\x85\ \x85\x85\x73\xb7\x9d\x95\xcb\xb5\xbb\x91\x98\x9d\x2f\x30\xd3\xa6\ \x06\x93\x4a\xd9\x26\x53\x9e\x88\x3c\x77\xa1\x5c\xa1\x64\x3b\xc6\ \x34\x91\x48\x28\x90\x42\x72\xc6\x58\x22\xe6\x98\x18\x44\xc0\x0d\ \x8c\x6d\xcb\x24\x08\x90\x86\x66\x39\xae\x52\x5a\x29\xa9\x14\x5e\ \x62\x11\x2c\xb5\x3e\x29\x8f\x2a\xa5\x10\xc2\x42\x68\xa4\x29\xf7\ \x23\x0c\x42\x8a\x40\xf1\x4a\x47\x2e\x11\xf2\xa8\x34\x3f\xd7\x11\ \x5b\xd3\x11\xb3\xbe\xf5\xf4\xde\xde\xde\x3e\xe9\xd5\xb3\xe9\xe4\ \xcc\xc2\x9c\x56\x12\x63\xf5\xa3\x07\x77\x38\x0e\x7d\xf5\x4d\xd7\ \x77\x74\x76\x0b\xc1\x4f\x67\xb9\xd1\x7a\xd7\xee\x3d\x8d\x7a\xcd\ \x34\x2d\x42\x08\xc6\x48\x48\x89\x11\xb2\x6c\x9b\x12\x12\x46\x51\ \x14\x45\x7a\xa9\x4b\xa7\x79\xfc\x6e\xc3\xf5\x83\xe0\x14\xf5\x2e\ \xac\x30\x72\x7a\xb1\x02\x2c\x27\x4a\xfc\x17\x4d\xf5\x42\x65\xee\ \x58\x51\xc4\x07\x3a\xb3\x48\x2b\x58\xee\x12\x66\x46\x30\xb5\xeb\ \x6b\x5f\x39\xf0\xce\xff\xf9\x9b\x09\x2a\x9f\x51\xaa\x47\x19\x0b\ \x4a\x53\x7b\x47\xa7\x3d\x81\xb3\x1d\x3d\x7d\x5d\x6d\x0c\x2d\x59\ \x51\xac\x9c\x6a\x80\x99\xc1\xc7\xbe\xfb\xf5\x2f\xad\x7a\xfd\xef\ \xf5\xa7\xcd\x50\xe8\xa5\xa7\x5f\xdc\x29\x9c\x4a\x51\xee\xfc\xe8\ \xfe\x63\xd3\x25\x60\xb1\x9e\x81\xe1\xde\x7c\xf2\xa7\x27\x58\x5d\ \xda\xf5\x89\x4f\x7e\xf7\xed\x7f\xfe\x77\x3f\x73\x1e\x7d\x09\xaa\ \xa9\x95\x5e\xd9\x9b\xbc\xa8\x3b\x97\xa2\x43\x7a\xc9\x9c\x6b\xc5\ \xc5\xb3\xb8\xe5\x6d\xe9\xd1\x16\x4e\x6d\x41\x00\x35\x3b\x39\x9e\ \x3f\xfb\xe6\xff\x79\xdb\xf0\x3f\xfe\xdd\xb7\x6b\x81\x2c\x4f\x1d\ \x99\x6f\x04\x08\x39\x3f\x37\x3d\x0a\xa0\x81\x19\x0b\xbe\xea\xc6\ \xf6\xf8\x4c\x71\xed\xf0\x66\xaf\xe4\x0e\x0e\x0c\x32\x8a\x0e\x1d\ \x3e\xa2\x84\xf6\x3c\xdf\x72\x1c\x4c\x68\x3c\x91\x9c\x9d\x5a\xa0\ \x00\x1d\xed\x59\xb7\x5a\x65\x60\x4c\x1f\x9d\x78\x6a\xd7\x68\xe0\ \xc1\x70\x7f\xfb\xe6\xb5\x6b\x66\x27\x26\xce\x3b\xeb\x2c\x03\x63\ \xcd\x23\xbf\xe1\x8a\x48\x4a\x19\x22\x4c\xb1\x12\x10\x85\xc4\x42\ \x04\x44\xe0\xd6\x4c\x46\x5d\xdf\x5f\x28\x37\xca\x01\xa4\x73\x29\ \x3f\x08\x95\x26\xc9\x64\xf6\xd0\xee\xbd\x42\x21\xcb\xb0\x08\x63\ \x95\x52\x49\x89\xbe\x94\x63\xd7\xdc\x5a\xad\x54\xc5\x18\x27\x13\ \x89\x6c\x36\xdb\x74\xcc\x4f\xa7\xd3\xfd\x03\x7d\xa5\x99\x69\xd3\ \x34\x13\x8e\xcd\x0c\xb6\x4c\x15\x1a\xb4\x56\x5a\x29\xbc\xac\x47\ \x95\x46\x20\xf5\xca\xb0\xd2\x8a\x9a\x5e\x00\x00\x03\x53\x0a\x86\ \xc9\x58\x14\xd4\xa4\xf0\xfa\x7b\x53\x4e\x2a\x55\xab\x35\x74\x15\ \x0d\xb6\x67\x74\xad\x9a\x77\xec\xa8\x52\x31\x90\x3a\x77\xeb\xa6\ \x89\xb9\xb6\xc7\x9e\x7a\x4a\x68\xa0\xcc\xae\xfb\x7c\xcf\x81\xc9\ \x86\x17\xa4\xb2\x58\x9e\xd6\xa9\x27\xcc\xc4\xc4\xd0\x80\xb9\xd4\ \x20\x14\xc2\x48\x29\xa8\x56\x1b\x80\x10\xa5\x84\x11\x46\x09\x6d\ \x9a\x45\x34\x0f\xda\x32\x9c\xb8\x9d\x78\xa1\x94\xf5\x4b\x3e\xd2\ \x0c\x19\x0c\xf6\xdd\xf7\xf9\xff\xac\x9d\xfb\x57\xbf\xfe\x2a\x0b\ \x71\x11\xfa\x01\x07\xdb\xb1\x29\x46\xa0\xa4\x94\x4a\x44\x61\x88\ \x90\x69\x9b\x5a\x2c\xce\x41\xa5\x86\x31\xbf\xfb\x07\x1f\xf9\xfc\ \x5d\x32\xd1\x9e\x64\x12\x52\x43\x6f\x7a\xc7\x9b\x87\x1d\xe5\x79\ \x3e\xd7\xc4\x71\x4c\x25\xb8\x02\xcc\x28\x0a\x82\x10\xa2\x48\x48\ \xa5\x35\x20\x4c\x19\xe1\x9e\x17\x20\xc3\xb6\x19\xe2\x42\x9e\x02\ \x89\x06\x3f\xfa\xec\xdf\x7f\xe6\xbe\x63\xf9\x9e\x6e\xe5\xd5\x3a\ \xb6\xdc\xfc\x81\x77\x5d\x41\x01\x24\x0f\xb9\x42\x86\x61\x60\x04\ \x5a\x84\xa1\x22\x96\xb1\xfc\x89\xd6\x41\x10\x1a\x96\xb5\xbc\xbb\ \xe1\x61\xa0\x10\x33\x0d\xb2\x32\x7c\x2c\x85\x14\x3c\x0a\x23\x6c\ \x2e\xfe\xa2\x16\x9c\x73\xa1\x0c\xdb\x22\x00\x5a\x8a\x30\x8a\x34\ \x22\x86\x61\x20\x00\x8c\x35\x0f\x23\xa1\xb1\x6d\x19\xcd\xb7\x5c\ \xf0\x88\x2b\xb0\x2c\x13\xad\x78\x15\x89\xc8\x4b\x70\x2d\xa8\x25\ \x7f\x6c\xbd\x62\xa2\x9e\xd6\x27\xcc\xdd\x5b\x59\xc2\xb0\xf8\x51\ \x6d\xd1\x68\x0b\xa7\x1c\x07\xb3\x1c\x67\x7e\xdf\x83\x5f\xf9\xea\ \xa1\x91\x89\x23\xdf\xbc\xfd\x0b\x47\xaa\xc9\xf3\xb3\xc9\x93\x2e\ \x74\x2f\x11\x8f\x2a\x25\x93\x99\x36\x23\xd5\x3e\x5b\xac\x97\xa7\ \x0f\xae\xea\x4b\xaf\xeb\x6d\x2b\x4e\x1f\xed\xee\xe8\x8a\xc5\x13\ \x47\x47\xc6\x83\x30\xac\x37\x94\xc1\x0c\x2e\x24\x41\xc4\x31\x2c\ \x50\x90\x8c\xa5\x31\x66\xa5\xb9\x60\x55\xcf\x50\x3a\x99\xcd\xe5\ \x52\x69\xc7\x9e\xf2\xdd\x18\x63\xed\x99\x74\xa3\x5a\x0f\xfd\x08\ \x94\x0e\x39\x37\x2d\xa0\x5a\xe9\xc8\x2b\xcd\x94\xe3\xb6\xe1\x30\ \xd6\xd3\xd7\xe7\xa4\x52\x65\x37\x78\xf0\xc9\x03\x11\xe7\x0c\x91\ \xf9\x85\xe2\x13\x3b\xf7\x3c\xb5\xf7\xe9\x58\x2a\x13\x09\xc9\xa5\ \xf2\x7d\xbf\x5e\xa9\x0c\x77\xb6\x75\x27\x87\x9c\x64\x3a\x9d\x4a\ \x13\xca\x00\x81\x54\x12\x21\x30\x18\x33\x0d\x83\x20\x30\x18\x65\ \x8c\x52\x42\x31\xc5\xba\x99\x04\x55\x0a\x30\x68\xd0\x4a\x2e\xf2\ \xa8\x54\xd0\x1c\x9a\x82\x15\x52\x6a\xd1\xea\x68\xc9\xd1\x47\x83\ \x02\x8c\x2c\xac\xd8\xfc\xec\xcc\xc1\xfd\xbb\x8b\x8d\x42\x2d\xf4\ \x84\xc8\xc4\xec\xe4\x40\x3e\xb5\x65\x68\x40\x56\xcb\x85\x89\x71\ \xae\x54\x2c\x16\x0b\x64\x60\x5b\x0c\x61\xd0\x88\x7a\x1c\x0c\x96\ \x7c\xe8\xf1\x5d\x93\x53\x73\x03\x83\x43\x51\x14\x9d\xd6\xce\x1d\ \xc4\x71\xb3\x20\x84\x35\xa6\x94\x60\x4c\xb8\xe0\x3c\xe4\x21\x08\ \xac\x60\xb9\x06\x19\x21\x14\x71\xde\xd7\x27\x5e\x86\x0b\x0e\x61\ \xa6\xc9\x28\x61\x78\xea\x89\x7b\xbf\xf0\xf5\x1f\x55\x39\xb4\xad\ \x39\xff\x6d\xb7\xdd\x1c\x33\x8c\xb0\xb8\xef\x13\xff\xfc\xb7\xda\ \x0f\xfa\xcf\x79\xe5\x5b\x5f\x75\x41\x0c\x49\x89\xa8\xae\x1e\xf8\ \xd4\xe7\xbe\xd3\x7e\xd9\xaf\xfc\xda\x2b\xb7\x50\xc9\x3d\x3f\xb4\ \xad\xf0\xa9\x7b\xbe\xf1\xf5\x1f\xee\x8e\xc0\x58\x75\xde\x75\xb7\ \xde\xb8\x3d\x8e\xdc\xfb\xbf\xfe\xc5\xef\x3e\x3e\x19\x77\xf4\xe8\ \xac\xbf\xc5\x32\x50\x38\xf7\xed\xdb\x6f\x7f\x6c\xa4\x24\x69\xe6\ \xda\x5b\xdf\xf5\x8a\xde\xe2\xdf\xfc\xf5\xc7\x7b\x5e\xf9\x81\xb7\ \x6c\x6f\x0b\xa2\x93\x07\x1e\x27\x7f\xfc\xc5\x8f\x7d\x7f\xe2\xdd\ \x7f\xfd\x8f\x97\x0e\x25\x40\x71\x3f\xd4\x14\xfc\xef\xfe\xcb\x5f\ \x7d\x7d\xe7\x6c\xb2\x67\xf3\xaf\xbe\xff\xfd\xb1\x43\x5f\xfd\xb7\ \xaf\x3c\xdc\xe0\x72\xf5\x25\x6f\x7c\xcf\xad\x97\xa0\xf2\xa1\x4f\ \x7f\xe4\x13\x4f\xcf\x35\x50\x72\xf5\x3b\x7f\xeb\xbd\x67\xb6\x2d\ \x7c\xec\x2f\xff\xf6\xf1\x29\xc9\x44\xd4\x75\xfe\x1b\x3e\xf0\xf6\ \xab\xe2\x14\x00\x00\x31\x23\xaa\x1d\xf9\xb7\x3f\xf9\x9f\x56\xd8\ \xc8\x6f\xbd\xe9\xb7\xfe\xc7\x4d\x29\x56\xbf\xe3\xdf\xfe\xe5\xfe\ \x83\x13\xd2\xea\x7d\xd7\xef\xfc\xd6\xaa\x70\xef\x3f\xfd\xcb\xd7\ \x02\x06\x47\x0e\x1e\xde\x7a\xdb\xff\xfb\xd0\x75\xd1\xbf\xfc\xdf\ \x4f\x1f\x9b\xaf\x39\x03\x17\xff\xf6\x6f\xbe\xa5\x1b\xc6\x3e\xf7\ \xe1\x8f\x3d\x31\x52\x25\x6d\x9b\xde\xf7\xc1\x77\xaf\xb5\x8a\x9f\ \xfe\xab\xbf\x7c\x70\x2a\xc8\x6f\xb8\xac\x5c\x47\x8c\xbe\xb8\x57\ \xd0\x32\x71\x36\x43\xbb\xcd\xa0\x2e\x5b\x1a\x0e\xb8\xcc\xb5\x52\ \xca\x95\xbf\xd2\xa2\xd1\x16\x4e\x11\x42\xea\xf6\xc1\x33\x36\xf7\ \xcc\x8d\xcf\x06\xab\xd6\x0e\x29\x64\xbf\xfe\xb6\xab\xd7\x66\xe9\ \xca\x2b\xea\x25\xd7\xa3\x4a\x03\x21\xf1\x5c\xae\xb6\x30\xea\x47\ \xe2\xc1\x87\x76\xac\x79\xe3\x2b\xd3\xb9\x7c\xa5\x3c\x47\x29\x3b\ \x77\xdb\xb6\xc9\xd9\xe9\x62\x7d\xa1\xe1\xb9\x51\xa0\x2c\xdb\x8e\ \xc7\x12\xb6\xc1\x88\x46\x31\x2b\xee\xac\xc9\x8c\xb0\x19\xc1\x55\ \x69\x61\x3e\xf2\xea\x20\xf8\xf8\xd1\x23\x0f\x3f\x70\x3f\x0f\xa3\ \x30\x08\x3c\x2f\xf4\x43\x61\x19\x76\xdc\xc1\xdb\xb7\x9d\x9b\x49\ \xc5\xce\x38\x73\x53\xbe\xa7\xb3\xbb\xad\xcd\x8e\xa7\x66\x4b\xee\ \x5f\xfc\xbf\x7f\xf9\xfe\xbd\x0f\xd9\x09\xfa\xe4\xee\x3d\x43\x43\ \x43\xc9\x78\x7c\xa1\x58\x0e\xeb\x75\x1b\x41\x03\xa0\x3b\x9b\x7a\ \xc3\x8d\x57\xfb\x95\xe2\xa3\xbb\x0e\xe1\x28\x22\x5a\x25\x12\x49\ \xd3\x71\x34\x46\x7e\xe8\xcd\xcf\x4f\x1b\x06\x86\x40\x48\xa5\xa8\ \x41\x25\x26\xcd\x2c\xa8\xd4\x40\x30\xd1\xa0\x05\x92\x1a\xb4\x42\ \x08\x49\xbd\x18\x3a\x42\x5a\xd3\xe6\xf6\x78\x31\xce\xdb\x8c\x10\ \x12\x45\x1a\xb5\xda\x9e\xdd\x8f\x4d\x4c\x1c\x25\x36\x4e\x64\xe3\ \x61\xbd\xa8\x3c\x97\x44\xb4\x3d\x9d\x12\x11\x9f\x1c\x1b\xef\x1e\ \xe8\x01\x19\xb6\xb7\xe7\x02\x11\x6a\xa5\x39\x70\x93\x58\x80\x28\ \x61\x19\x84\x09\x9c\xee\x1c\xce\x48\xc8\xa6\xed\x90\x56\x5a\x69\ \x85\x00\x30\x26\x80\xa0\xd9\xe5\xc2\x30\x96\x42\x36\xa7\xdc\x34\ \x4d\x13\x3c\xe1\x97\x2a\x95\x97\x67\x45\x06\xa2\x86\x2e\x1d\xf8\ \xe2\x17\xbe\xd3\x75\xc3\xaf\xbf\x7b\xb3\xf1\xa5\x8f\x7c\xf8\x0b\ \x77\xaf\xfa\xd5\xb5\x84\xc4\xbb\x6e\xba\xed\x3d\x6b\xd5\xa1\x7f\ \xfe\xd7\x2f\xdf\x35\x34\xf0\x86\x73\x7a\x00\x68\xf1\xc0\x53\x45\ \xdd\xf6\xa6\xab\xcf\xb6\x74\x10\x01\x71\x92\x99\xc6\xc1\xef\x7d\ \xe1\xdb\xbb\xaf\x79\xf7\x6f\x9f\x6d\x8d\xfc\xf3\xbf\x7c\xe9\xbb\ \x43\x6b\xae\x41\x3f\xfe\xfa\x83\xb3\x6f\xf8\xed\x0f\x6c\xd4\xfb\ \xff\xe1\xc3\x5f\x03\x0c\xbb\xbf\xff\x1f\x3f\x9e\x48\xbd\xf7\xbd\ \xb7\x4d\xdf\xfd\x89\x2f\x7d\xee\x5b\x5b\x3e\xf4\x9a\x2b\xae\x7b\ \xa5\xd3\xeb\x3c\x77\x19\x93\x78\xe4\x27\x3b\xd3\xe7\xbc\xf1\xd2\ \xa1\x04\x00\x00\x66\xb6\x0d\x20\xe7\x76\xef\x9e\x3e\xf7\xf5\x7f\ \xf8\xe6\x8b\x3a\x70\xe9\x81\xff\xf5\xc9\xbb\x2f\x7e\xcf\xff\xdc\ \x1e\x3b\xfc\x67\x7f\xfc\x6f\xf7\x5e\xb8\x41\x7f\xfd\xa3\xbb\xd9\ \x45\xbf\xf7\x07\xe7\x3d\xf0\xef\x7f\xf6\xaf\x9f\x7b\xe0\x63\xef\ \xe9\x3c\x30\x5e\x7b\xd5\xef\xfe\xfd\x76\xb2\xeb\x4f\x3e\xf4\xe9\ \x1f\x9d\xbf\xed\xc6\x4d\x19\x00\xd0\x52\x60\x2b\xff\xaa\x5f\xff\ \xbd\x0b\x92\xb3\xff\xf4\x67\x7f\xf3\xa9\x55\x1b\x3f\x70\xcd\xaa\ \xeb\xde\xfa\x1b\x97\x04\x8d\xfb\x3e\xf3\xd7\x9f\xff\xea\x8f\xfe\ \xf6\xb7\x6e\xfa\x5f\x7f\xb7\xfd\xd8\x3d\x1f\xfd\xff\xe6\xf1\xb5\ \x17\xf7\x40\x8c\xbd\xe3\x7d\xbf\x1f\xb8\x93\x1f\xfb\xf3\xbf\xff\ \xee\xa3\x97\xfc\xea\x2b\x06\x5f\xf7\x3f\x7e\xf7\xfa\x46\xe5\xcb\ \x7f\xfb\x97\xff\xf1\xfd\x23\xff\xfb\x46\xb1\xeb\x60\xf0\x9a\x3f\ \xf8\xf3\x4b\x57\xc7\xfe\xf6\xef\xfe\x5e\x48\xcd\x5e\xcc\x5a\x63\ \xa5\xd4\xe2\x84\x20\x58\xd4\x99\x18\xe3\x87\x1f\x7e\xf8\xd0\xa1\ \x43\x96\x65\x69\xad\x85\x10\x57\x5f\x73\x75\x7b\x5b\xbb\x52\x52\ \x83\x6e\x96\x94\xb7\xe8\xa1\x85\x53\xbd\xc0\x38\x77\x3a\xd6\xbf\ \xf3\xb7\xb6\xd4\x0b\xb3\x0b\xd5\x28\x9d\xef\xcc\x38\xc4\xf7\x82\ \x93\x5e\x43\x2f\x99\x0f\x03\xae\xfb\xb5\xd9\xfa\x74\xc6\xc2\xc4\ \xb0\x46\xc6\x66\x3f\xf9\xd9\xaf\xbd\xe1\x75\x37\x64\x7b\x86\x0f\ \x1f\xdc\x1d\x4b\xc4\x07\xba\xf3\xb1\x2a\x9a\x2b\x16\x27\xeb\x05\ \xdb\x8c\x09\xa4\xfd\x46\x64\x2a\xb4\x77\xf7\x53\x95\x6a\x99\x4b\ \x69\x67\x32\xc7\x26\xe6\x73\xa9\x0c\x44\xdc\xb1\x9d\xc3\x87\x8f\ \xec\x3d\x78\x90\x9a\x4c\xd6\x1a\x29\xdb\xcc\x59\xe6\xf9\x9b\x86\ \xde\xf7\xfe\x5f\x65\x28\xd0\xba\x51\x2a\xcf\xfa\xb5\xca\xfc\x44\ \x70\x78\xac\x10\xc7\x42\x09\x10\x51\xb4\x50\x9a\xba\xfc\xf2\x0b\ \x23\x37\x68\x4c\x42\x87\xc5\xa6\x3d\xff\x95\x57\x5f\x70\xc5\xf6\ \x2d\x59\x7f\x76\x64\x7c\x5f\x3f\x16\x39\x4b\x66\x29\x2a\xc6\x52\ \x35\x21\x22\xc0\xc4\xc0\xf3\xf3\xd3\x19\xdb\x89\x5b\x29\x6c\xa5\ \x34\xb3\x09\x26\x24\x88\x82\x72\x35\xc6\x58\x22\xe1\x04\x8a\x07\ \x0c\x5c\x10\x21\x70\xd0\xc8\xc0\x4c\x23\x12\x29\xd0\x44\x23\x2c\ \x43\xe1\x22\xa4\x88\x26\x2a\x22\x8a\x6b\x43\xf9\xc5\xb9\x85\xf9\ \x85\x59\x42\xcd\x98\x61\x26\x91\x5d\x9a\x9f\x0f\x54\x8d\x1a\x71\ \xed\x38\xa3\x53\x13\xd2\xb1\xca\x6e\x1d\x79\xda\x75\x2b\xa9\x78\ \xfc\xd2\x33\x56\xcf\x57\xbc\xc9\xf9\x0a\xc2\xc2\x4e\x38\xcb\x76\ \xc9\xa7\x81\x50\x70\x2e\x05\x60\xd4\x2c\x32\x92\x52\x22\x84\x16\ \x0b\x5f\x11\x08\xa5\xa5\xd6\x94\xd2\x28\x92\x08\x21\x8c\x41\x0b\ \xcc\x41\xbe\x9c\x3e\x32\xcd\xbe\x60\x40\x08\x61\x4a\x2a\xa3\x47\ \xca\xba\xff\xb6\x8b\xb6\xe4\x93\xf8\x8a\x0b\x36\x7d\x7c\xd7\x91\ \xc6\xa0\x63\xc6\xda\x07\x7a\xbb\x7a\x12\xe9\x0b\x36\x7e\xfb\xf1\ \xd1\x19\xb9\xad\x0f\x30\x28\xa1\x08\xa2\x04\x2f\xa6\xde\x30\x85\ \xa9\xbd\x07\x8c\xee\xb3\x2f\x3b\x63\x20\x8e\xdb\x2f\x58\x7b\xcf\ \x13\xfb\xc7\xd7\xe3\xb1\xf4\xd0\x79\x17\xae\xef\x31\x6b\xd5\x6c\ \xca\xc6\xba\x71\xe8\xc8\x7c\xad\x58\xf8\xe6\xed\x9f\x8b\xbc\xb0\ \x23\x6d\x46\x10\x3f\xff\xd2\x2b\x79\xe4\x85\xe2\xb9\xd4\x92\x16\ \x4a\x51\xdb\x5c\x8c\xf0\x1e\xfd\xce\x9f\x7f\xf1\xf0\x7b\x7e\xef\ \x1d\xb6\x1d\xcb\xb5\x75\xa6\x12\xf1\x85\x5d\x7b\xc6\x4b\xc5\x27\ \xbf\xf3\x85\xbd\x8a\x3b\x7d\xbd\xc4\x9b\xd9\x39\x36\x5d\x88\x1e\ \xfb\xf4\xc7\x76\xf9\x0d\x3b\xdf\x6d\x03\x97\xa6\x19\xcb\xb6\x65\ \xf3\xb9\x73\xb7\x0e\x7d\x66\xae\x58\x06\xc8\x34\x77\xb7\x86\x9d\ \x5b\xb5\xba\xab\xdd\xea\xba\x6a\xfb\xea\xaf\xee\x19\x0f\xcf\xc5\ \x5f\xf9\xf8\x27\x0f\x56\xc1\x9b\x9e\x0f\xce\x08\x15\x00\x2d\x3c\ \xf9\xf1\x2f\xed\x7c\xdd\x6f\xfd\xd5\xb6\x0e\x7b\x6e\xcf\xbd\x9f\ \xb8\xfd\x4e\x9f\xd2\xf1\x42\xbd\x4f\x05\xb5\xb9\xdd\x9f\xf8\xc8\ \xed\x73\xd2\x28\x4c\x35\xfa\x3c\x1f\x90\xc9\x9c\x54\x5b\x3e\x9f\ \x8c\x83\x81\x5f\x74\x17\x26\xad\x94\x56\xcb\xe1\xa1\xe6\x10\x40\ \xda\xde\xde\x7e\xf7\xdd\x3f\x88\xc7\x13\xf5\x7a\x7d\x60\xa0\x3f\ \x99\x48\x48\x29\x56\x04\x7e\x5b\x3c\xda\xc2\xa9\x93\x16\x21\xaa\ \x7e\xef\x67\x3f\xf5\xf5\x47\x27\x1c\x87\x05\x11\xbd\xe8\x96\x77\ \xdc\x7c\xfe\x30\xe2\x5c\xff\x1c\x79\xd4\xf7\x1a\x0b\x73\x93\xd8\ \x34\x0c\x40\x98\x59\xbb\xf6\x1c\x2c\x95\x16\x6e\x7e\xed\x35\x9b\ \xcf\xd8\x36\x7e\x78\x5f\xe8\xd6\x31\x56\x99\x78\x3a\x4a\xab\x89\ \xc9\x19\x4e\x82\x76\x3b\xbd\x7a\x60\x35\x72\xfd\xa0\x5e\xed\xed\ \xea\x88\x77\x76\x1f\x99\xad\x15\xea\x5e\x77\x36\x17\x01\xed\xe9\ \xea\x35\x26\xa6\xfb\xba\x7a\xfa\x07\xc1\xab\x79\x97\x6d\xdf\x9e\ \xc6\x41\xf1\xe8\xa1\x44\xbb\x8d\x68\x88\x75\x30\x3d\x39\x27\x42\ \x14\xd4\x5d\xaa\x79\x5b\xc2\xb0\xb3\xc9\xba\x5f\xee\xef\x49\x9b\ \x9a\xf4\x25\xcd\xa0\x5c\xc9\x5c\xbc\xf5\xba\xcb\xce\x6f\x94\xa6\ \x46\x0e\xef\xae\x96\xe7\xb6\x9f\x77\x89\x87\x63\x59\xc7\x70\xaa\ \x9e\xeb\xca\x38\xb6\x4d\x64\x27\xd3\xdd\x66\x3c\x51\x8a\x74\x39\ \x24\xab\x70\x8a\x61\x94\xcf\x3a\xa1\x32\xe7\x8e\x1d\x96\x95\x8a\ \x19\x37\xcd\x18\x03\x06\x96\x89\x31\x61\x5a\x22\x01\xc4\xa0\x24\ \x54\x21\x50\xc0\x18\x2b\x29\x91\x06\xc6\x98\x96\xba\xcd\xc2\x33\ \x47\x8b\x83\xbd\x9d\x03\x83\x43\x32\x0a\xcb\xf3\xd3\x61\xb1\x10\ \x4f\x27\xbb\x07\xd7\xa4\xd3\x89\xbd\xbb\xe7\x81\x80\x90\xa2\x5a\ \x5e\x48\xc5\xed\x9e\x8e\xf6\x9e\xae\xcd\x0b\x95\x86\xf7\xe8\x93\ \xf5\x80\x5b\x26\x21\xa7\xe5\x67\xb4\x14\xce\x52\xcd\x42\xdc\xe6\ \xd7\xc5\x3c\x16\xe7\x4b\x03\x41\x09\x41\xd4\x8b\x7c\x00\x8d\x00\ \x63\x8c\x25\x28\xf5\x72\xf2\xa2\xd3\x4a\x02\x35\x18\xd1\x6e\xad\ \x02\x26\x71\x52\x49\xcc\x8b\x33\x95\x70\x28\x89\x67\xe7\x66\x69\ \x7a\x35\x43\x5c\x4a\x85\x30\x06\xb7\x3c\x3d\x53\xcf\x0c\xc5\x31\ \xd2\x9c\xcb\xdc\x9a\x75\x24\x7c\xf4\x81\xc7\xc7\xde\x7e\xe9\x00\ \xe6\x52\x4a\x1d\xcb\x24\x82\xea\x6c\x31\xd0\x71\x56\x9b\x29\x55\ \x9c\xc1\x64\x0a\x3b\xf5\xbd\x13\x85\x10\x7a\x30\x56\x4a\x4a\xcd\ \xe2\x16\xe9\x5c\x7b\xf1\x7b\xde\x77\x35\x8d\xb8\xd4\x0a\x20\xaa\ \xd7\x03\xc0\xe4\xb9\xeb\xa3\xd9\x59\x1b\x56\x7d\xf3\xab\xdf\x3e\ \xfc\xf6\x0b\xd6\x24\x11\x55\xb5\xa9\xe9\x99\x50\x23\x04\x5a\x4a\ \x0e\x00\x2c\x96\xb0\x33\x7d\x6f\xfa\xed\x3f\x39\x2b\xdd\xfc\x7b\ \x0a\xbb\x91\xb9\xee\x8a\xb7\xfe\xc9\x1b\xb6\x2c\x3e\x41\xf5\x31\ \xa5\xb5\x14\x1a\x80\x2b\x82\xc9\x72\x92\x50\x2b\xa9\xa4\xc6\x00\ \xe0\x8f\x4e\xce\x64\xb7\xb4\x1d\xbc\xf3\x0b\xf7\x4d\xf5\x7d\xf4\ \x9f\x7e\x7d\xec\x3b\x7f\xfb\xaf\xfb\x35\x03\xef\xcb\x1f\xfb\x64\ \xfa\xba\x5f\x7f\xdd\x59\xed\x00\xc1\x57\x3f\xfd\x99\xf2\x99\xbf\ \xf9\x77\x6f\xdf\xfa\x95\xbf\x7c\x5f\x4d\xba\x0f\xfe\xe7\x27\x0f\ \x26\xae\xff\xd7\x0f\xde\xf4\xd0\x3f\xfe\xde\x0f\x45\x04\x60\x82\ \x56\x52\x48\x00\xf2\x12\x5c\x3d\xaa\x49\xa4\x6a\xb1\x54\xa1\xd9\ \xcd\x35\x34\x34\x78\xfd\xf5\xd7\x7f\xed\x6b\x5f\xef\xee\xee\x7e\ \xf5\xab\x5f\x4d\x09\xe1\x9c\x63\x8c\x9b\x6a\x54\x29\xd5\xaa\x33\ \x6a\xe1\x14\x41\x0d\x3a\xbf\xeb\xfe\x6f\x3d\x51\x7b\xfd\x7b\x7f\ \xff\xac\x1e\x7b\x66\xe7\x9d\x1f\xff\xd6\x57\xd7\xad\xfa\xc0\xa6\ \x1c\xe1\x3f\xaf\x7a\x5d\x84\x30\x0f\x03\x22\xb9\x85\xcc\x6a\xb9\ \x42\x03\xd7\xb6\x62\x93\xd3\x73\x1f\xff\xc4\x17\x2f\xbf\x74\xfb\ \x45\xe7\x9e\xe9\xb9\x62\x7a\x7c\x2c\xe2\x41\xbe\xbb\x33\x69\x3b\ \x41\xad\x91\x6c\xef\xe0\xa1\xdb\x95\xcf\x53\x4c\x99\x65\x65\x06\ \xd6\x64\x47\x4b\x33\xe3\xd3\x38\x9e\x3d\x34\x3e\xbb\x61\xdb\xf9\ \x7d\xab\x37\x1c\x19\x3d\x96\x8c\xc5\x14\x61\x42\xe3\xfe\x81\x81\ \x72\xa5\x92\x59\xd7\x27\x45\x95\xe9\x48\x48\x44\x99\xdd\xdd\x93\ \xeb\x2d\xab\xae\xae\xf9\x6a\xe8\x59\x4c\x63\x55\x39\x7b\xdb\xf6\ \x75\x43\x37\x3c\x7c\xef\x8f\x32\x8e\xad\x19\x94\x7d\x6f\xbc\x50\ \x10\x5c\x06\x44\xcd\x96\xa7\xbb\xe8\x19\x8e\xe0\x8d\x89\xa9\x60\ \xa6\xca\x54\xac\x7f\xe8\xac\xd9\x28\x3c\x3c\x39\x83\x88\x61\x15\ \xa1\x33\x61\x35\x94\x4a\x9a\xb1\x8e\x6c\x06\x82\x2a\x78\xb5\xf2\ \x5c\xa5\x1a\xb8\x2c\xe1\xc4\x92\x99\x74\xba\x43\x82\x0e\x25\x4f\ \x1a\xa4\x1e\xd4\x1d\xaa\x22\x25\x65\xa4\x28\xa6\x08\xe3\x89\x23\ \x07\x6d\x82\x56\xaf\x5a\x65\x5a\x4e\xb5\x14\x4a\x93\xc8\x5c\x52\ \x29\x50\xa1\x8b\xb8\x47\x64\xd4\xd9\x96\x8d\x99\x8c\xc8\x90\x62\ \x70\x6b\xd5\x62\xb1\x1c\x2a\x1c\xb8\x0d\x21\x60\xed\xe6\xbe\x44\ \x3c\x7e\xda\x55\xfb\xc9\x64\x0a\x00\x35\x9b\x47\x9b\x55\xc4\x8b\ \xe9\x5b\x00\x8c\x31\xc1\x34\x11\x4f\xe6\xf3\xed\x08\x50\xa5\x5a\ \x2e\x95\x8a\x61\x18\x75\x76\x75\xea\x97\x07\x95\x12\xc3\x9a\x7a\ \xf4\xdb\x5f\x7d\xe4\x48\xc2\x14\x4f\xef\x53\xd7\xfe\xea\x70\x76\ \x38\x79\xc9\x99\xf7\x7f\xf9\xc3\xff\xb8\xab\x9b\xee\x3f\x22\x5f\ \xf5\xde\x73\xe2\xea\x31\x5e\x3e\xfc\x95\xcf\x7e\x82\x16\x0e\x1f\ \x43\x67\xbe\x77\xdb\x2a\x2d\x85\x96\x8a\xe5\xb7\xbe\xf5\x55\x4f\ \x7f\xec\xcb\xff\x34\xfd\xc4\xba\x9c\x29\x02\xd6\xfe\xca\x9b\xae\ \x39\xf3\xf1\x8f\x7d\xe4\xef\xff\xb1\xcf\x28\x1d\xf2\xfb\xff\xc7\ \xb9\xfd\xfd\xc6\x35\x6b\x1e\xfd\xf8\x3f\xfe\x9f\xff\xb7\x3e\x1f\ \x1d\x9a\x8b\xb6\x10\xe7\x82\x1b\xae\x78\xe0\xa3\xdf\xfe\xc7\x7f\ \x9d\xc8\x5b\xd0\x7f\xfe\xf5\x57\x0d\x79\x7f\xf3\x97\x1f\xe9\xb9\ \xe9\x83\xb7\x9d\xdf\xfe\x5c\xf9\xd1\x0d\xaf\x7c\xeb\x8d\x7b\xfe\ \xfc\xcf\x7f\xf7\x77\xce\x3c\x6b\x83\x9e\xda\x11\x91\x41\x9b\x68\ \xdf\xf5\x22\xa1\x01\x20\xbd\xe5\x86\xeb\x07\x77\x7c\xf4\x4f\xff\ \xf8\x8c\xb5\xed\x24\xb5\xe5\x1d\x6f\xbe\xec\x75\xaf\xbd\xea\x2f\ \x3e\xf5\x0f\x7f\x35\xbd\x2d\x8e\x8d\x8b\x6e\x7e\xf3\xb6\x1c\xf2\ \x3c\x57\x28\x00\xd0\xa1\xeb\x2a\xb1\xf8\x2a\xc8\xb0\x75\x7d\xec\ \xf6\x7f\xfd\x68\x5b\xfd\xc8\xae\xb9\xfe\xdf\xff\xc0\xa6\xf6\x83\ \x4f\xc7\xef\xba\xff\x73\x9f\xfd\x7c\x6d\xef\xd3\x6c\x68\xc3\x91\ \xc7\xbe\xf9\xc9\xef\x8d\x5e\xd3\x79\xe8\xf3\x9f\x3d\xd0\x77\xe6\ \x05\x1b\xcf\xda\xf0\xe4\x8e\x6f\x7f\x8e\xec\x7e\x62\x7f\xe1\xcc\ \x0b\x63\x03\x6b\x37\x87\x5f\xfd\xf1\x67\xbe\x50\x1d\xd9\x35\x69\ \x5c\x6e\x82\x12\x9e\xeb\x89\x97\xaa\xb5\x64\x71\xd4\xd0\x71\x82\ \x04\x00\xf0\x3d\x6f\xcb\xe6\xcd\xd3\x53\xd3\xab\x57\xaf\x8e\x39\ \x4e\x18\x86\xcd\x91\x47\x4d\xe3\xe8\x16\x37\xb4\xf0\x02\xb4\x1f\ \xe8\xc2\xec\x4c\x6a\xcd\xb6\xf3\x36\xf5\xb3\x88\x6f\xda\x7e\xe1\ \xc0\xdd\x4f\xcd\x94\xeb\x9b\xdb\x32\x3f\xb7\xb8\xae\x52\x2a\x6e\ \xdb\x1d\xa9\x38\xaf\xb9\x32\x8c\x90\x50\x1a\x30\x33\x9c\x6a\xa3\ \xf6\xcd\x6f\xff\xf8\xe0\xfe\x23\x17\x6f\x3f\x27\x91\xe8\x9a\x9f\ \x9b\xda\xbf\xef\x08\x20\x11\xd5\xab\x95\x54\xaa\x3d\x16\xf7\x42\ \xaf\x5a\x6f\x80\x1b\x1e\x2c\xee\xae\x44\xc8\xc7\x56\x8d\x93\x54\ \x2a\x5f\x97\xb8\x7b\xf5\x86\x03\x93\x53\xe3\x73\x85\x7a\xa1\x18\ \xba\x7e\xde\xbe\xd8\x24\x5e\x6c\x74\x3a\x93\x8f\x13\x2b\xd3\x3b\ \x6c\xbb\xd5\xb0\x58\x89\xac\x58\x52\x02\x99\x98\x2a\xdd\xfa\x96\ \x8b\xaf\xb8\xea\xd2\xd5\x83\x6b\x2c\x66\x17\xaa\xf3\x7b\x76\x8f\ \x63\x11\x55\x16\x66\x92\x8e\xd9\xd1\xd3\xf3\xd4\xde\xdd\x75\xae\ \xd7\x9f\xb1\x5d\xba\xd5\xca\xf8\x38\x09\x38\xe2\xe4\xf0\xb1\xd9\ \x83\xd5\xca\x3c\x21\x41\xad\x62\x7a\x63\x46\x6f\x67\xb6\xdd\xb9\ \xf7\xbe\xef\x55\xc7\x47\xd6\x76\x59\x09\x8b\x6a\xd0\x54\x43\xe1\ \xd8\xd8\x84\x96\x67\x9e\x77\x8e\x26\xe6\xec\x5c\xb1\xbb\xaf\x27\ \x61\x22\x29\x78\xc2\x60\x81\x16\xc2\xf3\x22\x5f\x13\xc1\x57\xf5\ \xf5\x49\x40\x85\x99\x19\xb7\x5e\xaa\x15\xe7\x29\x52\x86\x65\x77\ \xb7\xe7\xe3\xa6\x59\x9c\x9b\x16\x81\xcf\x95\xc8\xa5\x53\x8e\x65\ \x5a\x96\x99\x8f\x25\x99\x9d\x58\x28\xd7\xa6\xe6\x0a\xc5\xe9\xf1\ \xc0\x73\x4f\xa3\xb1\xa4\x59\xd0\x38\x3c\x34\xd4\x70\xdd\xe6\xcc\ \xed\xe5\x16\xcc\xe5\xa6\x4c\x1e\x89\xbf\xf9\xeb\xff\x7b\xfe\x05\ \xe7\x51\x03\x7f\xf6\xd3\x9f\xff\xc7\x7f\xfc\x07\x00\x94\xcd\x64\ \x5f\x26\x3c\xaa\x04\xcf\xac\x3a\xe3\x82\x80\x15\x5d\xb5\xed\xca\ \x37\x6d\x59\x9d\xf7\x43\x7d\xed\x5b\x7e\xad\xfb\x89\x27\x27\xca\ \x72\xfb\xf5\x67\x6f\xe8\x8f\xc9\xc6\x96\xdb\xde\x45\xc7\x66\x2b\ \x78\xf8\x86\xd7\x6e\x3d\xab\x2b\x89\xb9\x50\x00\xc0\xb9\xde\x74\ \xd5\x5b\xff\x68\xd5\xd3\x7b\x0e\x4d\xf9\x0a\x67\xba\x06\xb2\xc9\ \xde\x37\xbd\xfb\xdd\x8f\xed\xd8\x5d\x16\x9b\xae\x39\x67\x5b\x7f\ \x1a\x29\x3d\xf8\xce\xdf\x7c\xff\x93\x4f\xee\x29\x78\xfa\xcd\xef\ \xb8\x72\x63\x1b\x8d\xc5\x2e\xfb\xc0\x6f\xe6\x9f\x7c\x7a\xd4\xd7\ \x66\x77\xda\x96\xc4\xbe\xe6\xe6\xd7\x3b\xbd\xf1\xe7\xb3\x79\xa0\ \xf9\xb7\xfe\xd1\xff\x3d\xfb\x27\x8f\x1e\x9e\x29\xeb\x81\xd7\x5f\ \xb5\x76\x73\xde\x8c\xdd\xfc\xee\x77\xdb\x43\x71\x00\x00\xda\xfe\ \xb6\x0f\xfd\xe5\xc6\x07\x1f\x1e\x2b\x85\xd9\xfe\x6e\x0c\x30\x78\ \xe9\xdb\xfe\xa2\x63\xc3\xe3\xfb\xc7\x05\xcb\x76\x24\x0d\xb0\x56\ \xff\xca\x7b\xde\xdb\x93\x41\x00\xf1\x1b\xde\xf9\x3b\xa8\x7b\xc9\ \x1e\x2f\xbb\xf5\xfd\xbf\xfd\x81\x83\xa3\xb3\xda\xdc\xf0\xba\x0b\ \x2f\xec\x4f\x63\xd8\xfe\xfa\xdf\xb7\xfb\x77\x1d\x9e\xe9\xb9\xec\ \xcd\xaf\x3e\xfb\x9c\x1c\x9a\xfd\xfd\x3f\x7a\x5f\x24\x79\x18\x29\ \x8a\x9c\x8b\xdf\xf6\x9b\xd9\xa1\x07\x8f\xce\xbb\x57\xbf\xed\x03\ \x5b\xcf\x1e\xee\x49\x0d\xff\x41\xfc\xfe\xfd\x93\x95\x8e\x37\xfd\ \xfa\xe6\xb3\xd6\x82\x19\xfd\x8f\x0f\xfc\x6a\x6f\x3b\x7e\xc9\x96\ \x94\xe6\x58\xbd\x95\x3c\xda\x8c\xdf\x5e\x7d\xf5\x55\x5a\xeb\x20\ \x08\x9a\x57\x3b\x6a\x0e\x60\x50\xcd\x4d\x64\x8b\x20\x5a\x38\xd5\ \x8d\x5a\xae\x7f\xd3\x26\xc4\x40\x23\xc6\x08\x28\xfb\x8c\x0b\xaf\ \x1a\xee\xce\x1a\xa6\xa1\x75\xf0\x0c\x49\xfa\x12\xf1\xa8\x90\xb2\ \x2b\xdf\xb6\x75\xfd\xba\x83\x4f\x3e\xa5\x2d\x43\x21\x25\x85\xaa\ \xb9\xa1\xe5\x24\xb5\x16\x07\x8f\x4e\x17\xe6\x7f\x78\xee\x96\xcd\ \xc3\x43\x03\xd5\xc9\x70\xbe\x3c\x61\x13\x98\xab\x2e\xc8\x88\x47\ \xae\x14\x92\xd6\x6b\xfe\x03\xfb\x8f\xb9\xe9\xce\xb8\x15\x17\xd4\ \x0a\xb1\x15\x60\x2b\x93\x4f\x6f\xdc\x7a\xae\x01\x30\x75\xf4\xf0\ \xfd\xf7\xde\xf3\x15\x15\x6e\x5c\xdd\x7d\xa8\x58\x3b\xfb\xdc\x8d\ \x9c\xbb\x73\x53\xb3\x8d\xaa\xaf\xc1\xde\x7d\x78\xf2\xd0\xe4\x7c\ \xff\xba\xb5\xaf\x7b\xfb\xaf\xb9\x40\xbf\x79\xcf\x83\xb9\x78\x72\ \xae\xea\xb9\x91\x24\x82\x57\xeb\x7e\x7b\x36\x9b\xcb\xe6\x47\x76\ \xed\x2c\xd4\xfd\xd0\x73\xdd\x5a\x69\x66\x66\x34\x8c\x1a\xb1\xb8\ \x0d\x5a\xc6\x19\x59\xb3\x71\x63\xcd\x0d\xe8\x6c\x69\x6c\xf7\x0e\ \xb3\x3b\x31\xd4\x66\x12\x3b\x97\x36\xa4\x8e\xc2\xd9\xd9\x02\x17\ \xa4\x2d\x9e\x33\x52\x46\x9a\xaa\x64\x3a\xde\x93\x8c\x6b\x84\xfc\ \xc8\xf5\x42\x17\x47\x94\x97\xdd\x98\xdd\xd6\x9f\xef\x99\x46\x12\ \x19\x66\x32\x91\xd9\x7f\xf0\x48\x18\x34\x92\xb1\xa4\x0c\xdd\x4a\ \xcd\xed\x12\x3a\x16\x4b\xda\x96\xb3\x76\x68\x90\x62\x6d\x99\x86\ \xe2\x5c\x23\xc4\x6c\xc7\x8f\xe4\xe5\x17\x6e\x3f\x3a\x36\x79\xf0\ \xf0\x51\x25\xc4\x69\xd7\xec\x07\x61\xe8\x79\x7e\x73\x86\xde\xb2\ \x35\x84\x5e\xde\xcd\x4b\xdd\x68\x34\xc6\xc6\x47\xa2\x28\x1a\x1b\ \x1b\xe7\x9c\x4b\x29\xa5\x10\x2f\x97\x4f\x8b\x14\xc9\xce\xa1\x2b\ \xfa\xd6\x36\xd7\x61\xc9\xb9\xe7\xfb\x0a\x27\xce\xba\xe4\x9a\x73\ \x30\x88\x28\x0c\xa3\x10\xcc\xf4\xe6\xf3\x2e\x3f\x8b\x20\xd0\x2a\ \x0a\x43\xbe\xac\xb9\xb4\x8a\x38\x6a\x1b\x3e\xf3\xda\x75\xdb\x10\ \x80\x12\x3c\x08\x23\x70\x3a\x2f\xb9\x76\x00\x23\x15\x05\xcd\x47\ \x2a\x1c\xef\xba\xf8\xea\x7e\x8c\x90\x56\x22\x0c\xc2\x30\xe2\xc9\ \xde\x4d\xd7\x0e\x9f\x89\x40\xf3\x20\x08\x25\x6c\xdd\x7e\x91\xe6\ \x41\x28\x9f\xbf\x9a\xd4\xde\xb8\xfd\x8a\x8d\x2b\xee\xaf\x3f\xe7\ \x9c\x15\xa1\xdf\xf4\x39\x57\xdc\xb0\xe2\x3e\x74\xae\x3b\xf7\xc6\ \x75\xe7\x2e\xdd\x4b\x6f\x3d\xa7\x79\xdb\x58\x7d\xd6\xf9\x2b\xb6\ \xdc\xb1\x75\x5b\x2f\x5a\xb7\xf5\x04\x7d\x3e\x74\xc6\x85\x43\x67\ \x2c\xdf\xcd\x5e\xdb\xbd\xf2\x35\xe1\xac\x4b\xae\x3b\x6b\xa5\x50\ \xde\x7e\xd5\x86\xed\xc7\x8f\x70\xeb\xf9\x8b\xcf\xe5\xfb\xfe\x8b\ \x1f\x8d\x57\xfa\x44\x20\x84\x9a\xca\x53\x29\x09\xd0\x74\x5f\x40\ \x8b\x66\x0c\x4b\xea\xb5\x45\x0f\x2d\x9c\x22\xa4\x54\xc9\xce\xa1\ \x81\xca\xc8\x93\x0f\x3f\xc8\x28\x56\x52\x5a\x99\xd4\xf4\x81\x27\ \x26\x34\x6a\xef\x5f\x33\xd0\xe6\xac\x2c\x5b\x7b\xe9\xe6\xbd\xd4\ \xab\xd5\x83\x7b\x76\x79\xe5\x72\xd2\xb1\x23\x04\xae\x27\xe2\xa9\ \x8c\x1b\xba\x61\xa0\x08\x8d\x95\x2b\xfc\xc7\x8f\x3c\x39\x3a\x37\ \x9b\xed\x4a\xd2\x64\x56\x48\x17\x25\x12\x0d\xa1\x0a\xd5\x6a\xb5\ \x16\x4d\x4c\x95\x22\x62\x21\x4a\xbd\x30\xb2\x12\x29\x09\x50\x71\ \xbd\x74\x67\x47\x7b\x6f\xff\x60\x67\x7e\xfd\xf0\xf0\x81\x9d\xbb\ \xf7\x1c\x1e\xdd\x7f\xe4\x68\x43\x83\xfc\xdc\xb7\x54\x73\x26\x35\ \x00\x01\xa8\x02\xf4\xf7\x0c\xbd\xe7\x83\xff\x5b\xa5\x56\x8d\xcd\ \xcc\x4c\x56\x29\x50\x2b\xd6\xbe\x0a\x94\xe5\x2e\x4c\xc7\xe2\x6d\ \xa5\x62\xbd\x51\x39\x10\x45\x14\xa9\xb8\xef\x29\xae\x44\xc9\x2b\ \x82\xa3\x29\x52\x03\xdd\xa9\x7e\x9c\xe9\x6a\x8f\x4d\x78\x05\x88\ \x07\x46\xcc\xec\xcb\xea\x81\x5c\x07\xaf\x01\x8a\xdc\x99\x29\xbf\ \xa7\xbb\x43\x28\x67\x7a\xa1\xee\x2e\x14\xa3\xa0\x90\x4a\xb7\x1b\ \x46\x4c\x03\x0a\x22\x4f\x61\xd5\xdb\xd7\x17\x2a\x19\x95\x8b\xe5\ \x50\xd7\xdc\xa0\xe4\x97\xbc\x68\x4a\x68\x1c\x71\x54\x15\xbe\x41\ \xb0\x61\x27\x9c\x54\x46\x61\x73\x62\x72\xc6\x16\x65\x46\x89\x8b\ \x51\x14\x46\xd4\x30\x48\xc3\x2b\xd7\x1b\x41\x24\x63\xc9\xcc\x19\ \x1b\xd6\xc5\x1d\xe7\x34\xe2\xba\x4d\xd6\xac\x54\x2a\xb5\x5a\x6d\ \x79\xe4\xf8\xa2\x0c\xe5\xbc\xd9\x24\xa0\xa4\xfe\xd0\x87\x3e\x44\ \x28\x0e\xfc\xa0\xe1\x36\x94\x12\x41\x10\x54\xeb\xf5\x97\x49\xbd\ \xae\x65\x59\x77\x7e\xef\x7b\x7b\xf6\xee\x31\x0d\x53\x6b\x6d\x18\ \xc6\xdb\xde\x76\x1b\x63\x28\xf4\xbd\x70\xe9\x2c\x82\x96\x61\xb0\ \x7c\xf7\x99\xeb\xb9\x88\x42\x11\xad\xf8\xa1\x14\xbe\x77\xc2\x2e\ \x44\x4b\xee\x7b\xc7\x3d\x34\x10\x80\xe4\xa1\xc7\xc3\xe5\xbb\x61\ \xe0\xc3\x49\x13\x77\xbf\xb4\xe6\xba\xb7\xbd\xe3\x9d\xd4\x30\x5e\ \xd4\x97\x50\x5a\x6b\xd0\xcd\xaf\x4b\x03\x6c\x75\xd3\x60\x77\xc9\ \xdd\x62\x69\x3a\x1f\x02\x8d\x90\xef\xfb\x18\xe3\x56\xa1\x51\x0b\ \xa7\xca\x59\x04\xfb\x95\xc9\xfb\xef\xbe\xbb\xa1\x83\x43\x07\xc6\ \xdb\x86\xd7\xb7\xd9\x10\x09\xc1\x25\x39\xeb\x9a\xb6\xe1\x8e\x78\ \x73\xbb\xf6\x92\xf2\x28\xc2\x88\x07\x41\x71\x76\x1a\xfc\x30\x9e\ \x48\x1b\x8c\x46\x86\xc1\x25\x47\x84\x21\x2c\x04\xe7\x18\x98\xcb\ \xa3\xfd\x23\x13\x4e\xd5\xca\xe4\xec\x44\x9c\xe2\x9a\xdf\x97\xeb\ \x60\x19\x1c\x85\x45\x48\xd8\x2a\xd2\x96\x81\x7b\x3b\xfb\x36\x6f\ \xde\xb0\x63\xc7\x63\xc7\x46\x47\x9c\x54\x42\x08\xaf\x5a\xad\x50\ \xc5\xb3\xb9\x8c\x41\xa9\x1b\xfa\x58\xf3\x00\x71\xdf\x8b\x54\x24\ \x40\x01\x20\x4a\x34\xd4\x7c\x11\x61\xa7\x24\xb2\x38\x9d\x58\x75\ \xd6\x40\x8a\xa1\x90\x5b\x9e\xab\xcb\x13\x85\x20\x20\x58\x28\xa2\ \x39\xa1\x49\x44\x9d\xc7\x9e\x3a\x58\x09\xea\x9d\xfd\x5d\x81\x76\ \x25\x12\x71\x1a\x22\xb7\x51\x78\x64\x6f\x52\x8b\xae\xde\x3c\xa5\ \xd2\x82\x46\x57\xaa\x13\xc7\xd3\x95\xb2\x54\xba\x1d\x68\x6a\x7c\ \xa6\xe1\x43\xad\xbb\xb3\x23\x1d\x57\xb5\xaa\x37\x3d\xb3\x40\x09\ \xd5\x48\x31\xdb\x30\xb1\x8a\x19\x64\xae\x5c\x2d\x2c\x94\x27\x5d\ \x3e\x36\x5f\x0a\x05\x74\x74\xf7\x48\xad\xc3\x20\xb4\x28\x52\x58\ \xc6\xd3\xd9\x42\xa5\xbc\x50\x2a\xb5\x5b\x91\xeb\x8b\x28\x0c\x4d\ \xd3\x94\x9e\x9f\x48\x26\xd2\xd9\x5c\x18\xf1\x58\x22\x71\xd1\x85\ \x17\x77\x76\x76\x9c\x9e\x9f\x11\x00\x50\x4a\x9b\xd5\xb9\xcb\x46\ \xb5\x94\x52\xce\x79\x3c\x1e\xc7\x18\x53\xc2\x94\xd0\x4a\xcb\x58\ \x3c\x16\x4f\xc4\x30\x46\x8d\x46\xa3\xab\xf3\xe5\x92\x1f\x8d\xa2\ \xe8\xbc\xf3\xce\x3d\xe3\x8c\x2d\xcb\x81\xee\x66\x22\xf9\xe7\x79\ \x4c\x5a\x19\x99\x7c\x3d\x8a\xa2\x7d\x3f\x31\x86\x36\xc2\x2f\xa1\ \x8a\xda\xb8\x66\x00\xbc\xea\x8b\xcb\xa3\x3c\x62\x86\xc9\x96\xfa\ \xcb\x00\x40\x23\x8d\x34\x00\xa0\xe6\x9c\xdb\xe5\xa9\x4c\x4a\xeb\ \xe2\xc2\xc2\xc2\xfc\xdc\xfa\x8d\x1b\xa5\x90\xd0\x42\x0b\xa7\xa2\ \x47\xb9\x48\xf6\x6c\xfd\x9d\x3f\xda\x78\xff\x57\x3f\x35\x79\x6c\ \x2a\xd1\xbb\xf9\x57\xde\x76\x63\x1b\x93\x91\x50\x08\xe1\x67\xb8\ \xec\xbe\x74\x75\x46\x51\x14\x46\x81\xcb\xa4\xf6\xbc\x3a\xc1\x14\ \x11\x04\x1a\x98\x69\x12\x4c\x25\xe6\x1a\x47\x91\x42\x1c\x78\xb5\ \x16\xfa\x82\x27\x5d\xd3\xb7\x84\x57\x99\xcd\xe7\x72\x1b\xce\xdc\ \x9a\x2b\x57\xca\x75\x6f\x6a\xa6\xa2\xa3\x06\x51\xa1\x49\x35\x06\ \x59\x2c\xce\x52\x0a\x0b\xd2\x37\x05\xb7\x2d\x4a\x51\x1a\x79\xa6\ \x8a\x3c\x8d\x15\x80\x17\x28\x8f\x01\x03\x4d\x08\x35\x1a\xb5\xea\ \xa1\x43\x47\xbb\xb7\x5c\xcc\x65\xa8\x19\x0f\xb1\xec\x1c\xda\x6c\ \xb0\xc4\xa1\x23\x13\x13\x8d\x99\x18\x8d\xf7\x76\xb4\xc7\x12\x9d\ \x7e\x20\xe7\x6b\xe1\xde\xfd\xfb\xa8\x09\x6e\xbd\xca\x28\x9d\x3c\ \xbc\xaf\x37\x66\x0f\xc4\x50\x57\x2e\xd3\xb3\xbe\x67\x61\x61\xc6\ \x2d\x57\x66\x26\x8e\x89\x28\xa0\xd4\xe0\x42\x2f\x94\x16\xa6\x8b\ \x8d\x10\x04\x07\x55\xa9\x36\x78\xa4\x2c\xcb\xe6\x61\xe8\x79\x61\ \xce\x41\x85\xf9\xf9\x64\xa6\x4d\x88\x40\x28\xdd\x9e\x6f\x4b\x75\ \x75\x17\x4a\xf5\xc9\xe9\x19\xb7\x5e\x26\x8a\xb7\xe7\x92\x7e\xc0\ \x4d\x83\x16\x0b\xf3\xb1\xb8\xd3\x96\xcb\x4a\x29\x94\xd6\x94\xb2\ \x6a\xb5\x2a\x10\xad\x7a\xae\x65\xd9\xae\xef\x7f\xf1\xf6\x2f\xbc\ \x6b\x60\xf5\xf0\xfa\x4d\x51\x18\xbe\xb0\x05\x59\x6b\x00\x68\xce\ \x48\x59\xe6\xd1\x26\xad\x36\x3d\xdf\x11\x46\x08\x10\x21\x98\x62\ \x82\x31\x06\xd0\x08\x01\x63\xec\xc5\x33\xf9\xfb\x45\x83\xd6\x3a\ \x1e\x8f\x27\x12\x89\xe3\x0b\xf4\xcf\xdb\x85\x55\x0b\x61\xe5\x7b\ \xd4\xd5\x6f\x99\xfa\xd6\x27\x10\x0f\x50\x6b\xe4\xcb\xb3\xd7\x13\ \x25\xea\x43\x97\xec\xc0\x14\x6b\x09\xb0\xd4\xcf\x82\x4e\xd2\xd8\ \x82\x10\x28\xad\x11\x82\xc1\xe1\xe1\x58\x2c\x7e\xd2\x26\xfa\x16\ \x5a\x38\xc9\x35\x46\x88\xf6\x0b\x77\x7c\xea\x13\xf7\x8c\x26\xde\ \xfb\xe7\x7f\x3d\xfb\xc3\x2f\x7c\xf8\xdf\xbf\xf5\xfe\x5f\xbb\x39\ \x67\x28\xf9\xac\x86\x86\x97\xce\x5f\x57\x49\x21\x45\xc4\x10\x09\ \x79\x40\x30\x91\x08\x09\x25\x10\x65\xa6\x61\x60\x44\x81\x32\x2f\ \x42\x48\xe0\x50\x93\xc8\x57\x75\x21\x23\x70\x43\x43\x84\x0d\x51\ \xab\x47\xa1\xe6\x96\xe3\x74\x65\xec\xb5\xab\x7a\x6c\x2a\xd6\x0c\ \xf4\x58\xc9\x24\x02\xc1\x30\x11\x51\x80\xa3\x50\xcb\xc8\xc0\x24\ \x66\x90\x80\x83\xd2\x0a\x18\xd5\x94\xa6\x63\x09\x1e\x48\x6c\x5a\ \x46\x84\x26\x8f\x1e\x54\x61\xa0\x85\xd2\x18\x05\x42\x3b\x76\xdc\ \xca\xf7\x6c\xbb\xe6\x26\xa7\x6b\xe0\xd8\xa1\x43\xe9\xcd\x67\xac\ \xdb\x78\x26\xf7\x7d\x4b\x36\x8a\x95\x05\x19\xd4\x62\x8a\x51\xc5\ \xa2\x86\xff\xe8\xd3\x07\xb6\xad\x6a\x8f\x39\x1d\xe5\xbd\xbb\xba\ \xba\x3a\x7a\xfa\x06\x23\xb7\x51\x98\x9f\x2b\x96\xbc\x62\xd5\xf5\ \x24\x26\x0c\xf9\x41\xb5\x58\x11\x36\x52\x85\x05\xb7\x51\x6d\x88\ \x48\x29\x04\x89\x5c\x07\x35\x28\x35\x59\xf7\x40\x4f\xb1\xe2\xd3\ \x44\xa6\x50\x0f\x1a\x54\x26\x6c\x1c\xd6\x02\xbf\x11\x16\x23\x4f\ \x6b\x68\x4b\x5b\x85\x99\x91\xc3\x87\xf7\x79\x95\x94\x88\xc2\x9e\ \xfe\xfe\x5c\x22\x99\x36\x4c\xa1\x74\xb5\x5a\x99\x2f\x16\x6c\xc7\ \x21\x26\xb3\x2c\xfb\xb4\x35\x52\xd3\xa5\x68\x39\xae\xbb\x6c\xf8\ \xae\xb5\xd6\xb2\xb9\x73\x27\xcd\x6e\x76\x8c\x11\xc6\x88\x52\xfa\ \xb2\x32\x61\xd0\x27\xce\x0c\xf9\xc5\xe0\x09\x95\x38\xe3\x92\xf8\ \xda\xb3\x55\xe8\xb7\x3a\x35\x4e\xf6\x9e\xc1\xf9\xa6\x1d\x72\x71\ \x6a\x2d\xa1\xc8\x30\x0c\xc6\x58\x8b\x44\x5b\x38\x75\x10\x8c\xe6\ \x26\x0f\x1e\x6e\xf4\xbe\xff\xf7\x6e\x5d\x9f\x8f\xe9\x37\xbf\xcb\ \xb8\xe7\xa9\x7a\xc3\xcb\x66\xcc\x67\xaf\x16\x2f\x21\x8f\x6a\xa5\ \xb5\x42\x98\x34\x7b\xde\xa3\x28\x8a\x94\xa0\x00\x18\x53\x0c\x80\ \x01\xe9\x48\x28\x29\x00\x10\x20\xa6\x04\x62\xa6\xe1\x50\xa7\x32\ \x5f\x16\x5c\xa6\xf2\x49\xe9\xd7\xa9\x12\x3d\xb9\xe4\xfa\xe1\xbe\ \x7c\x2e\xeb\x0a\x09\x94\xc6\x93\x4e\xca\x31\x91\xdb\xd8\xfd\x08\ \x09\x6a\xae\x09\x98\x41\x14\x46\x81\x49\xa8\xe3\x98\x16\x06\xc9\ \xc0\xe7\x2e\x11\x91\xf6\xaa\x86\xf4\x28\x21\x00\x9a\x03\x6f\x44\ \x4a\x99\x66\xbc\x7f\xa8\xdf\x4c\xc4\x07\x37\xc6\xd2\x69\x37\x9d\ \x4b\xe5\x71\xd2\x2f\xaf\x5d\xb5\x2e\x89\x64\x1b\x4d\x06\x5c\x38\ \x66\xa6\x1e\x1c\x9e\xe7\xbc\x7e\x6c\xf2\x9c\xad\x9b\x9d\x74\xbb\ \x08\x05\x31\x98\x61\x29\xe2\x97\x6d\x9b\x86\xae\x57\xaf\x2c\x20\ \xcd\xd7\xae\x5b\x3d\xd0\xd3\x3b\x3b\x39\xbb\xff\xe9\xc3\x5e\x23\ \x32\x1d\x8d\x18\x6b\x04\x9e\xac\x55\x14\xb6\xf7\xec\x3b\x84\x28\ \x18\x4e\x82\x0b\x20\xd2\x5b\x3d\xd8\xd9\x9e\x8a\xfb\xf5\xba\xef\ \xf3\xb5\x03\x9d\x53\xc5\xda\xda\x55\x83\x52\x86\x01\xc1\x95\x46\ \xa3\x1e\x44\x8d\x86\x6b\x98\x06\x46\xc8\x76\x9c\x5a\xa3\xde\x68\ \xd4\xc3\x30\x38\x6d\x6e\x23\xe4\x84\xb8\xee\xf2\x20\x6c\x58\x74\ \xf7\x86\x66\x9f\x6b\xb3\x56\x43\xeb\xc5\x39\x53\xad\x0f\xd2\xcf\ \x97\x28\x14\x0f\x81\x32\x44\x8d\xd6\xb9\x78\xae\x53\x64\x9f\xf2\ \x18\x5a\xad\xa1\x45\xa2\x2d\xbc\x20\x08\x2e\xd2\x03\xe7\xbc\xef\ \x37\x2f\x36\xb0\xf2\x3d\x17\x50\xe6\xd2\xeb\xae\x14\xe2\xe4\x73\ \x0f\x5f\x3a\x1e\xc5\x80\x4c\xc2\x18\x63\x58\x69\x84\x90\x46\x8a\ \x62\xd0\x52\x44\x9c\x4b\x05\x04\x10\x10\x40\x0a\x40\x29\x90\x5a\ \x61\x1c\x68\x5e\xc3\xa1\x13\x4b\x07\x4a\x78\x73\xd5\x5c\x2e\x99\ \x76\x9c\xc9\x99\xe9\xa1\x35\x9b\xe2\x99\x0c\x0a\x94\x00\xc8\x64\ \xb2\xd9\x44\xcc\x45\x0b\x8d\x48\xd6\xaa\x0d\x4a\x88\xf2\x3c\xaa\ \x05\x33\x11\x60\xc4\x35\x97\x84\x4a\x04\x0a\x30\x10\x30\x08\x84\ \x42\x04\x61\x48\x0d\x06\x84\x71\xc5\x31\xb5\x12\x99\xac\x19\x4b\ \x21\x44\x84\x44\x45\x37\xc0\x96\x93\x1e\x5a\x37\xbb\x77\xf7\x7c\ \xb5\x1e\x4b\xc5\x39\x0f\xd7\xf4\xf4\xae\xed\xef\xaf\x37\x0a\xe9\ \x44\xa6\x56\xa8\x53\x8d\xf2\xd9\xf6\x44\x6f\xda\x71\x4a\x7e\xe8\ \xb3\x85\xb9\x23\xa3\x73\xf5\x2a\x9f\x1b\x1f\x8b\x16\x16\x02\x2f\ \xb4\x88\x44\x71\xa5\xb4\xe8\xee\x1e\xee\xe8\xed\xac\xb9\xee\xae\ \xa7\x0f\x85\x41\xd9\xb1\xa9\x85\x68\x32\x19\xeb\xb0\x8d\x94\x0d\ \x09\x47\x1a\x3d\xbd\x91\x91\xd8\x7b\xf0\x69\x2e\xf9\xe6\xcd\xab\ \x76\x1e\x18\xc3\xc8\xae\x35\x82\x75\x6b\x06\x37\x6e\x48\xbb\x7e\ \xcd\xb4\x6d\x85\xc8\x5d\xf7\xde\x9f\x48\xf5\x00\x35\x4f\x3f\x4f\ \x66\x98\xc4\xe0\x14\x10\x46\x98\x10\x44\x0d\x03\x33\x22\xb4\x06\ \x4a\x95\x10\x48\x21\x42\xa8\x06\x0d\x18\x69\x84\x80\x20\x05\x20\ \x5b\x95\x8d\xbf\x18\x4a\xb9\x65\xc1\xf3\xbc\xa2\xb4\x85\x16\x5e\ \x44\x50\xca\x10\x92\x52\x2f\x0e\xca\x54\x4a\x63\x4c\x9a\x35\xe1\ \x3f\x27\x1e\x45\x48\x49\x25\x23\x2e\x09\x16\x52\x31\xc3\xc0\x18\ \x45\x01\x6f\xce\xea\x0a\xa5\xd4\x4a\x03\x01\x8c\x08\x93\xaa\x19\ \x60\x14\x20\x1b\x20\xa8\x11\x33\xad\x84\x8a\xa2\x89\x99\x6a\xc5\ \x86\x4c\xd7\x2a\xce\x6c\xa5\x29\xb3\x0c\x88\xb8\x5b\x8b\x74\xa8\ \x18\x18\xc9\x7c\x6f\xc5\xd5\x51\xc8\xa9\x89\x1c\xaa\x14\xa8\x88\ \x30\x6d\xc6\xb1\xe1\x60\x82\x91\xd7\xd8\xb4\xf5\xbc\xb1\xc9\x99\ \x54\xb6\x8d\x10\x86\x81\x46\x21\x27\x80\x30\x46\x49\xc3\xf4\xa4\ \xaf\x04\x27\x40\x25\x66\x25\xad\xec\xa1\xb5\xd5\x83\x47\x46\xfd\ \x46\x7f\xde\x0a\xa2\x4a\xbf\x63\xd8\x6e\x70\xe6\x59\xdb\x56\x0d\ \xf6\xee\x79\x6a\xe7\x42\xb1\x3c\x71\xf0\x88\xeb\xfb\x21\x17\x95\ \x7a\x5d\x62\x15\x06\x51\x32\x6e\xad\xed\x1f\xe8\x70\x2c\xd7\xf7\ \x39\xc6\xc4\xb4\x4a\xf5\x46\xa1\x5a\x69\xf8\xa1\x93\x70\xb6\x9e\ \xb1\xde\x22\x32\xf0\xdc\x6d\xe7\x9d\x9d\x49\x67\x68\x58\x9d\x3d\ \xf0\x44\xdd\x9d\x57\xf1\xd8\xd3\xa3\xe5\x2f\xde\x79\xdf\x2b\xce\ \x3f\x63\x70\x78\xb0\x5a\x59\x90\x01\x4b\x18\xc9\xa8\xec\x8f\x2f\ \x14\x39\xf2\xd7\x9c\xb5\x65\x6c\xa1\x0e\xa9\xbe\x91\x2a\xaa\xb9\ \xe2\x74\x25\x22\xd2\x06\xc3\x86\x61\x00\x31\x00\x03\x06\x89\x90\ \x42\x98\x13\x84\x08\x06\x81\x28\xc2\x80\x08\x80\x6a\xc6\x32\x80\ \x12\x62\x50\xfa\x62\x4e\x60\x6e\xa1\x85\x16\x5a\xf8\x65\xd8\xa8\ \x21\x46\x49\xe8\xd5\x5d\xff\xb8\x17\x20\x66\xa6\x63\x99\xe8\xc4\ \x5d\x1c\x7d\x29\x8f\x4a\x4a\x21\x05\x5d\xe2\xf6\xe6\x78\xce\xc5\ \xb1\xd8\x0a\x29\x8c\xc8\x12\xe7\x22\x42\xb0\x10\xd2\x30\x0c\xc3\ \x34\x01\x21\xca\x58\x8c\xa6\x6b\xb5\x62\xc4\x75\xc2\x89\x79\x75\ \xd7\x20\x48\x53\xe5\xd7\xcb\x32\x32\x3a\x3a\xf3\x67\x9f\x79\x56\ \xa1\x16\x84\x42\x13\x15\x06\x8d\x4a\xc3\xf5\x15\x98\x99\x78\xc7\ \xfa\x4d\x67\xb8\x9e\x77\x70\xff\xbe\x9e\xee\x61\x93\x19\x5a\x0a\ \xdf\x17\x18\x13\xc3\x34\x34\x10\xa5\x41\x03\xc2\xd4\xc0\x44\x6b\ \x0e\x88\x02\x57\x81\x43\x8d\x5c\xae\x8d\x62\xc6\x98\x91\xca\xa6\ \x8d\x90\x13\xdb\x3a\x34\x36\xaa\x14\x1f\x5e\x3d\x5c\x4c\xce\x8f\ \x1c\x39\xea\x58\x04\x81\xec\xeb\xe9\xf0\xb8\x28\xd6\xdd\x4a\x23\ \x3c\x3a\x3a\x29\xb2\x89\x74\x26\x67\x58\x96\x2f\x64\xc3\x0f\x95\ \x26\x9d\xdd\xbd\xf9\xce\x36\x3f\x70\x6d\xcb\x8e\xdc\xe0\xe9\x3d\ \xfb\x31\x35\x93\x54\x76\x27\xd2\x3a\x24\x1a\xd9\x94\x22\x13\x1b\ \x09\xd3\xec\x75\xc8\x39\x9d\x78\xdf\xee\x51\xc5\xc9\xdc\xbc\x61\ \x25\x9c\x5c\x7f\xd7\xe1\xa7\x77\xad\x3f\xf7\x0a\x92\xe8\x7b\xe4\ \xa9\x63\xcc\x30\x4e\x3b\x85\x47\xb5\xe6\x4a\x1a\x84\x9a\x80\x14\ \x00\xc6\x44\x61\x4c\x10\xa6\x98\x20\x06\x58\x61\x04\x48\x03\x46\ \x04\x21\x8c\x30\x42\xa4\x19\xed\x6d\xa1\x85\x16\x5a\x78\xd9\x02\ \x61\x86\xc5\xbe\xfb\xbf\xf1\xe5\x6f\x3d\x5a\x93\xcd\x5e\x64\x50\ \x51\xd8\x71\xc1\x6b\xdf\xf7\xfa\x57\xd8\x10\xae\x14\xa5\x2f\x1d\ \x8f\x22\x84\x97\x67\x01\x72\xce\x95\x52\x18\xe3\xa6\xfb\x65\xb3\ \x9a\x54\x49\x8d\x00\x10\xc6\x00\x20\x84\x70\x1c\xc7\x71\x1c\x00\ \x08\x7c\x1f\x21\xe4\xc4\x1c\xca\xe2\x0b\xf3\xe5\xb0\x5e\x4f\x12\ \x64\xe8\x00\x23\x95\xb4\xa1\xd1\x28\x57\x67\x79\x77\x5b\x36\xd7\ \xdd\x55\x53\x58\x09\x5e\x9a\x24\x65\xaf\x12\x73\x52\xed\x7d\xeb\ \x14\x49\xd4\x1a\x9e\x93\xe8\x02\x70\x92\x31\x87\x4b\x41\x09\x20\ \x8c\x79\xc4\x15\x96\x1a\x90\xd0\xa0\x10\xd1\x4a\x11\x86\xa4\x8e\ \x34\x82\xc8\x0f\x16\xa6\xe7\xfa\xdb\x12\x48\x63\x21\x75\x3d\xf0\ \xb3\x34\x4b\x93\x56\x00\x62\xf7\xc1\xa7\xf3\xa9\xc4\x86\x8d\xc3\ \x91\xef\x79\x9e\xef\x73\x3d\x59\xa8\x50\xc3\x5c\xa8\xd4\xe0\xd0\ \xa4\xea\xcb\xe5\x05\x06\x6a\xb8\x3c\xaa\xf9\x1e\xb3\xac\x6a\x23\ \xdc\x7d\xef\xfd\xd5\x6a\x65\xd3\xc6\x35\xc3\x7d\xab\xa6\xe6\xab\ \x43\xeb\xb6\xa4\x2c\x23\x49\x79\x10\xf2\x3a\x4d\xee\x9c\xdd\xc1\ \xb0\x11\xa7\xa6\xad\xa2\xed\xeb\x7a\xd5\xfc\x8c\xef\x41\x26\x93\ \xb1\x12\xf1\x6c\x5f\x7b\x03\x11\x08\x0a\xac\x1e\xf4\x58\x81\x49\ \x4f\xd3\xf8\x1b\x21\x88\x13\xd0\x5a\x32\xc5\x91\x46\xb6\x69\x09\ \x8a\x43\x04\x14\x11\x8a\x09\x61\x18\x29\xac\x35\x42\x08\x21\x02\ \x08\x23\x42\x80\x37\x33\xd8\x2d\xb4\xd0\x42\x0b\x2f\x57\x10\x46\ \xcb\x87\x1e\xfc\xd4\x57\x1f\xdf\x7e\xcb\x6d\x67\xf7\x27\x9b\xe3\ \xf9\xb4\x52\x2c\x91\x63\xfa\x99\x56\xf5\x2f\xa9\x1e\x05\x0d\x08\ \x21\xa5\x94\x94\x92\x31\x16\x04\x01\x63\xcc\xb2\x2c\x4a\x69\x14\ \x85\x08\x01\x21\x8c\x10\xdc\xac\x9f\x24\x84\x28\xa5\x38\xe7\x9c\ \x73\x42\x48\x10\x70\x8d\xed\xc9\xf1\x99\xc9\xa3\x47\xcf\x59\x37\ \x64\x4a\x3f\x66\xd2\x5c\x26\x17\xe9\x5c\x35\xe0\x11\x62\xab\x07\ \x7a\x76\x4d\xcc\x55\x5d\x2e\xad\x24\x4d\x5b\x60\xd8\x1e\x30\x4b\ \x61\x9f\xc3\x42\xd9\xf5\x22\x69\x32\xe4\xbb\x9e\x06\x84\x0d\x8d\ \x30\xd5\x4a\x45\x42\x4b\x40\x80\xb1\x50\x0a\x69\xc1\x35\xd7\x54\ \x61\x8c\xa5\x50\x51\xc0\x85\xd4\x88\x18\xb5\x30\x1c\x9b\x9b\x99\ \x1b\x29\xbc\xf5\xe6\x9b\x06\xfa\xbb\x6c\xa4\x2c\x10\x0b\x53\xfe\ \xdc\xd4\xec\xc1\x91\x29\x69\xc6\x0d\x46\x15\x42\xcc\xb6\x15\xb1\ \x26\xe7\xca\xb3\x85\x42\xdd\xf7\xec\x64\x22\x94\x72\xe7\x77\x77\ \xe6\x6d\x38\xe3\x8c\xb6\x83\x87\x8e\x26\x9c\x64\xf7\xd0\xe6\xb6\ \xde\xe1\xc2\xdc\xfc\x42\xa9\x32\x35\x33\xeb\x92\x78\xb1\x16\x6a\ \x4d\xca\x0b\x0b\x73\xa6\x1f\x49\x11\x6a\x68\x6b\xcf\x26\x13\x36\ \x46\x22\x01\x9e\x83\x48\x71\x66\xff\x00\xb6\x2f\xba\x68\x4d\x3e\ \x69\x3e\xdb\x1c\xf9\x54\xcf\x7b\xe8\x11\x15\x61\xad\x82\x46\x80\ \xe2\x71\xc2\xe2\x18\x08\xd2\x80\x01\x11\x44\x31\x45\x1a\x01\x25\ \x04\x61\x84\x90\x26\x18\x45\x18\x33\xf2\xf2\xe3\x51\x4c\x34\xa6\ \x27\x4d\xba\x61\xad\x30\x82\x9f\x83\xc7\x13\x42\x18\xc1\x4f\x33\ \xed\x0b\x61\x0c\xfa\xb4\x86\x0e\xfc\xd4\x2f\xdd\x42\x0b\xbf\xdc\ \x3c\x8a\xf4\xd4\xb1\x03\xf1\x4d\x97\xdf\x72\xdd\x05\x26\x0f\xe5\ \xf2\x84\x78\xc9\x43\x2e\x7f\x6e\x3c\xaa\x94\x92\x4a\x34\x6f\x60\ \x8c\xe3\xf1\x38\x21\x24\x0c\x43\x29\x25\x21\x04\x63\x22\xa4\x68\ \x56\x8a\x36\x4b\x49\x85\x10\x4d\x77\x31\xc3\x30\x30\x46\x5e\x10\ \x21\x30\xbc\x4a\xf5\xe0\x9e\xbd\xfd\xa6\x72\x64\x83\x64\xe2\xf3\ \xe5\x19\x1a\x4b\x3a\xe9\xb6\xf6\x6c\xfa\x9a\xf3\xcf\x16\xea\xf1\ \x87\x66\xe7\x41\x92\x80\x2b\x4d\x34\x66\xd4\x8f\x7c\x6d\x20\x6d\ \xb1\xd1\x99\xc9\xf6\x76\x43\x2b\x69\xd9\x31\x2d\x79\x28\xb8\x46\ \x0c\x34\x46\x1a\x49\xd0\x4a\x29\x11\x05\x9a\xa9\x28\xe2\x49\x8c\ \xd3\xd9\x6c\xc4\xa5\x50\x3a\x9e\x4a\xcd\x4d\x4f\xcc\x1c\x3b\x7a\ \xd6\x45\x67\x6d\x3d\x67\x5b\xca\x20\x47\x9f\xde\xb9\x50\x9a\xa3\ \x0c\xb2\x6d\xe9\x75\x96\xfd\xf4\xd1\x29\xad\x75\x67\x7b\x4a\x4a\ \x0e\x98\xda\xb6\x9d\x01\x14\x93\xd2\x8c\x3b\x01\x0f\xb6\x99\xb1\ \x55\x43\x3d\x3d\x3d\x6d\xa9\x64\xbc\x5e\x6d\xec\x3e\x7a\xac\x63\ \xfd\x99\xda\x8e\x17\xe6\x67\xe7\x7d\x3e\x56\x98\x39\x3a\x35\xd7\ \x91\x8a\x0d\xaf\x1a\xb4\x98\xdc\xf1\xc4\xee\x7c\xe7\x60\x26\x9d\ \x1a\x3b\x7c\x28\x9b\xb4\xac\x0a\x42\xa0\x4c\xce\x1d\x62\xea\xf1\ \xb2\x70\xaf\x41\x6d\xdd\x5a\x8a\x17\xb8\x18\x22\xa5\xd4\xd8\xb1\ \xa3\x54\xa9\x84\xe9\x94\xe6\x2b\x88\x92\x9e\xb5\x6b\x69\x32\xa1\ \x94\x42\x1a\x9a\x3d\x30\x84\x61\x8c\x9a\x5d\xa4\x88\x87\x41\x61\ \x6e\xae\xd1\x91\x7f\x79\xcd\x1f\xc5\x24\x98\x1d\xab\x7d\xe7\xdf\ \xc1\x6f\xac\x74\x11\xd2\x4a\x92\x44\x26\x71\xc3\xaf\x54\xbc\x30\ \xdf\x3f\xf8\x52\x9f\x13\xa5\x22\xa5\x08\x79\x61\x9b\x1a\x4c\x08\ \xa8\xc5\x06\x37\xc9\xb9\x46\x2b\x46\xc9\x60\x62\x5b\x2c\x0a\x82\ \xff\x7a\x4b\xa6\x64\xa4\xf4\xf3\xbe\x34\x32\x6d\x4b\xf3\x30\xe2\ \xaa\x15\xbc\x68\xe1\xbf\x1f\x34\xa0\x44\x3a\x5d\x9b\x3c\x72\x6c\ \xa6\x36\x94\x44\xcf\xbf\xa7\x7c\xa9\x7c\x18\x00\xb4\x06\x84\x70\ \x73\x65\xb7\x2c\x8b\x31\x16\x86\x21\x2c\x39\xc8\x28\xa5\xa4\x54\ \x4a\x85\x4a\xc9\x65\x43\x19\x21\x84\x94\xb2\xf9\x95\x50\x0b\x81\ \x00\xc1\x17\xe6\xa7\x83\x46\x67\x5b\x1c\xf3\x7a\x21\xdd\xde\x06\ \x10\x62\xde\xa0\xc2\xe9\x31\xc8\xb9\xdd\xd9\x03\x4f\xca\x42\xdd\ \xe3\x2e\xb7\x0c\xa3\xad\x2d\x9d\x4a\x58\x42\xbb\x50\x54\xe3\x33\ \x23\x43\x1d\x36\xd1\xda\x4e\x26\x6c\x27\x81\xa9\x29\xb4\x44\x88\ \x68\x8d\xb4\xc4\x18\x90\xc9\x68\xc5\xaf\x00\x43\xb5\x86\x97\xca\ \xb5\x69\x2a\x99\x15\x23\xcc\xea\xef\x1f\xe8\x83\x8e\x6b\xaf\xbb\ \xa1\xad\xa7\x67\xf2\xe9\x5d\x95\x4a\xd9\x31\x0c\x83\x5a\x46\x10\ \x76\xa6\x72\xf9\xc1\xb5\xf7\x3e\xf8\xf8\xce\x7d\x93\x9b\xd6\xf6\ \x9a\x26\xd3\x48\x25\x53\x09\x2b\x1e\x9f\x2b\x95\xf6\x1f\x9c\xb8\ \xf8\xd2\x6d\x6f\x79\xeb\x9b\xf6\xef\xdb\x1b\x06\x9e\xa6\xfa\xc9\ \xa7\x77\x7b\x46\x6c\xa0\x7f\xe0\xc8\xde\x5d\x95\x5a\x63\x74\xc1\ \x8b\x88\x51\x73\xdd\xef\x7e\xff\x7b\xab\xba\x3b\x82\x06\xb7\xbb\ \x58\xff\x60\x6f\x2c\x46\xf6\x3c\x75\x90\x99\x2a\x95\x70\xca\xc5\ \xb9\xc9\xc9\xb1\x84\xa9\x87\xde\xa4\x10\x3e\x9d\xe5\x4a\x6b\x2d\ \xa5\x72\x2c\xa3\xbb\xbb\xbb\xa7\xb3\x6f\x76\x7e\x9e\x10\x22\x84\ \x54\x52\x48\xa5\xb4\x0c\x99\x61\x48\xa9\x95\x92\x71\xc7\x06\x0d\ \xbb\x76\x3e\x35\x31\x33\xc3\x08\x7e\x79\xf1\x28\x35\x4a\xdf\xfb\ \x5c\xb6\x32\x99\xee\xe8\x39\xde\x4b\xaa\x35\xc6\xc8\x27\xe4\x8e\ \x3f\x7b\x3f\x59\x7f\xde\xab\x7f\xf3\x43\x4a\xaa\xa6\x60\x45\x84\ \x9a\x8c\x2a\x29\x01\x21\x04\x9a\x73\xfe\x33\x57\x6e\x84\xd2\xf2\ \xd1\x47\xfe\xe3\xe1\xe2\x2d\x6f\x7c\x75\x9e\x84\x42\x9f\xe2\x07\ \x4d\x7b\xf5\x3a\xa2\xa6\x65\x31\x2a\x6b\x77\x7e\xe5\x6b\xd6\xd9\ \x37\x5d\xbe\xa5\x83\x47\x02\x61\x2c\x1b\xb3\x3f\xfc\xd1\xb1\xe1\ \x6d\xe7\x76\x27\x88\x7c\xee\x23\xa6\x8c\xcd\xec\xb9\xe7\x1b\x7b\ \xf5\x5b\x5e\x7f\x6d\xe2\xc4\x3c\xd0\x71\xa1\xab\xfc\xa7\x7e\xf8\ \x00\x1d\x3a\x6b\x43\x6f\xaa\x65\x12\xd4\xc2\x7f\x3f\x08\xae\xfa\ \x36\x5f\x71\xc1\xa3\xff\xf0\xb7\xff\xfb\x0f\x7b\x7b\xf3\x0c\x69\ \xad\x41\xf1\x30\x73\xe6\xd5\x6f\xbd\xfe\x02\x47\x9f\x30\x9b\xe9\ \x25\xe2\x51\x0d\x80\x10\x34\x2d\x00\x9a\x75\x46\x52\x4a\xad\xb5\ \x69\x9a\x4d\x12\x6d\x2e\x5e\xcd\x31\x82\x00\x40\x08\x41\x08\xd9\ \xb6\x0d\x00\xae\xeb\x06\x41\x40\x88\x30\x89\xc1\x20\xb2\x0d\xc8\ \x65\x93\x31\x53\xc6\x19\x58\x16\x65\x0e\xcd\xf5\x64\x42\x19\xb9\ \x13\x33\xe9\xa8\xd1\x1d\x33\x2a\xc2\x08\x21\x88\xa2\x20\x6e\xe3\ \x6c\xda\x5a\x58\x00\xca\x78\xc3\xab\x60\x90\x8c\xe0\x89\xd1\x63\ \x5e\x18\xf5\xf5\x0f\xb7\xb5\xe7\x85\xe2\x5c\x28\xa5\xa0\xd9\x54\ \x49\x84\x54\x0c\x03\x21\xd4\xb1\x25\x84\x02\xe3\x54\x2a\xd3\x58\ \x98\x77\x0c\xa3\x3e\xb7\x50\x1a\x1b\x8f\x25\x53\x3d\x83\xc3\x33\ \x13\x63\xfb\xf7\x1f\xa6\x98\xcc\x17\xc7\x1a\x1e\x8f\x5b\xce\x45\ \xe7\x0c\x77\xb4\xb5\x3b\x86\x51\x6d\x34\x24\xc6\x75\xaf\xbe\x50\ \x98\x0f\x22\x31\x32\x3e\xfa\x9f\xdf\xbc\x23\x08\x02\xcf\xad\xa5\ \x12\xc6\x39\x67\xaf\x3b\x32\x79\x34\x72\xcb\x67\xac\x1f\xf6\xc3\ \x28\x36\xb1\xf0\xf4\xc8\x74\x2c\x66\xad\x1d\x6c\xef\x77\xf0\x50\ \xc4\x53\x36\x9f\x3a\xfc\x78\xb1\xd6\xf0\xb8\x3b\x51\xb6\x48\xba\ \xb7\x6f\xeb\x99\x99\xb5\xb5\xe9\xe9\x09\x8e\xd8\x69\xd4\xfe\x68\ \x00\x8c\x71\xba\xad\xad\x34\xb7\x50\xae\x7b\x1d\x6d\x1d\x88\x99\ \xd5\x46\xc3\xb1\x4c\xc2\x98\x90\xd2\xc0\x38\x94\x91\x90\x9a\x20\ \x54\xaf\xd7\x13\xa6\x49\x01\x27\x28\xc3\x4b\x5e\x48\x2f\x07\x20\ \x84\x14\xe8\x20\xf0\x63\x4e\x0c\xca\xb3\x4a\x4a\x05\x00\x1a\x88\ \x96\xb8\x7f\xdd\x83\xe3\xb5\x59\x65\xbe\xe5\xd6\x77\x35\x07\xca\ \x02\x00\x36\xcc\xca\x9e\x7b\x3f\xf5\xb5\x7b\x03\x23\x86\xb1\x31\ \x7c\xd6\x25\xaf\x7c\xc5\xb6\x18\x56\x40\x0c\xdb\x32\x90\x92\x41\ \x10\x70\xa9\x99\x61\x9a\x26\x43\xa0\xa5\x10\x0a\x08\xa3\x58\x8a\ \x30\x08\xb8\x02\x20\xd4\xb0\x2d\x03\x69\x19\xf8\x01\x97\x9a\x1a\ \xa6\x65\x32\x04\x20\x39\x57\x08\x33\x4a\xa4\x88\x84\x82\xa0\x36\ \x7b\x60\xa4\x44\x62\x96\x4d\x49\xe8\x07\x91\x50\x00\x40\xa8\x61\ \x2d\xbf\x8a\xd2\xcc\xb4\x2c\x46\x41\xcb\xc0\xf7\xb9\x42\x4c\xd5\ \xbe\xff\xe9\xcf\xe6\xaf\xfb\xf5\xeb\xb6\x66\x55\xb5\x38\x79\xe4\ \x50\xfb\x19\xd4\xb2\x62\x14\x79\xa1\x50\x2a\xaa\x1d\x39\x74\xb4\ \x6d\xf3\xb6\xfe\xac\x6d\x52\x46\x90\x8e\x02\x3f\x5c\x1e\xa3\x86\ \x88\x69\x5b\x14\x23\x84\x94\x57\x9a\x3a\x3c\x69\x9b\x09\x2b\x26\ \xb1\xef\x07\x42\x69\x40\xd8\x30\x2d\x83\x62\x29\xa2\x20\x14\x18\ \xf8\xe4\xd1\x83\x56\x76\xfd\xc6\xbe\x34\xa6\x86\x65\x1a\x18\x54\ \xe8\xfb\x91\x02\xd3\xb2\x0d\x8a\x15\x0f\xfd\x90\xb7\xe2\xc2\x2d\ \xfc\x72\x2e\x0a\xc4\x30\x0d\x16\x1b\x78\xf3\x07\xfe\xec\xfc\x43\ \x47\xe6\x2b\xae\x04\x04\x8a\xfb\x9e\x67\xe6\xbb\xa8\xfe\xf9\xc5\ \x75\x31\x26\x94\xb1\xa6\x23\x5d\x93\x3b\x19\x63\x00\xd0\xcc\x80\ \x36\x23\xba\xcb\x6b\x77\x53\x0c\x35\x63\xbc\xb6\x6d\x63\x8c\xa3\ \xc0\xd3\x51\x8d\x40\x88\x11\x67\x16\x65\xb6\xe1\xd8\xc4\x89\x3b\ \x91\x08\xeb\xd5\xf9\x86\xeb\x29\xaf\x52\x9c\x9e\x6a\xcf\xc5\xed\ \x88\x8b\x92\xdb\xdb\xd7\x87\xb5\xf4\xcb\xc5\x94\xc9\x3a\xd2\x49\ \xaf\x5a\xaa\x94\x8b\x3c\xf0\x83\x30\xf2\x23\xbe\xfb\xc9\xc7\x3a\ \xba\xbb\x7a\x7a\xfb\x32\x99\x36\xd7\xf7\x23\xce\x01\x1b\x48\x72\ \x11\xe2\x48\x09\x4d\x90\x02\xc2\x09\x09\x85\xa2\x0a\x0f\xe6\xf2\ \xb2\x50\x7f\xec\x47\x3f\xce\xb5\x65\x86\x56\x0d\x77\xf5\xad\xc6\ \x56\x72\xc7\x8e\x9f\x50\x27\x39\xd8\x91\x32\x28\x8b\x7c\xdf\x31\ \x0d\xc1\xf9\xc8\xc8\x81\x42\xad\x51\x0b\x38\x27\x46\xbe\x23\x99\ \xce\xa5\x2e\xba\xf4\xe2\x72\xb9\x7c\xec\xe8\xc1\x8d\x43\x9d\x0b\ \xa5\xba\x16\x07\xfb\x7b\xba\xfb\x73\x66\xb5\x1a\xc5\xd7\x0d\x4e\ \x4e\x4c\xe5\x93\xb1\xf3\xce\x3e\xab\x1b\x37\x54\xb5\xe0\xa4\x62\ \x9e\x12\x0f\xee\x2c\xd4\xbd\x6a\x39\x32\x26\x9e\x3a\xaa\xf0\x54\ \x20\x22\x2f\xac\x9d\xef\x87\xdd\x18\xbd\xd0\x04\x5d\x53\x51\x56\ \x7d\x3e\x57\xae\xb9\x2e\x9f\x9c\x5e\xa8\x54\x6b\x0d\x2d\x87\x37\ \xae\x33\x6d\xc7\x76\x0c\x86\x70\x23\xf0\x35\x41\x93\x13\x63\xf3\ \x13\x93\x1b\x56\xaf\xd9\xb4\x61\x03\xdb\xb8\x21\x9d\x49\x49\xf5\ \x72\x6a\x21\xd5\x5a\x28\xa9\x0d\xa3\xdc\xb1\x3a\xe9\x2e\xe8\x99\ \x11\x04\x88\x0d\x6d\xb8\x6b\xbc\xfa\xf0\x8f\x7e\x74\xed\x2d\x6f\ \x4c\xf7\x0c\xca\xc0\x5b\x0a\x8e\xe2\xc6\xf4\xc8\x74\x2d\xf3\x2b\ \xbf\x75\xab\x59\x3e\xf8\xe5\xcf\x7d\xf6\x8b\x38\xfd\xfe\x9b\x36\ \x17\x0f\x3f\xf9\x9d\x9f\xec\x89\x9c\xde\x8b\x2f\x39\xbf\x27\x85\ \x26\x0f\x3f\xf5\xd4\xee\x83\x55\x4e\x07\xd6\xac\x73\x82\x99\x03\ \xa3\xc5\xce\x75\xe7\x5e\xb4\x75\xc8\xc0\xa8\x3a\xf5\xf4\x77\x1f\ \xde\x1d\x5a\x9d\x17\x5e\x76\x41\x6f\x8a\xcd\x1e\x7a\xea\xf1\xbd\ \x87\xaa\x21\xee\x5f\xbb\x3e\x16\xce\x1d\x3c\xb6\x90\x5f\x77\xf6\ \x65\xe7\x6f\x24\xd4\x84\xfa\xd4\x0f\xbe\xfa\x65\x03\xb1\x33\x2e\ \xb8\x74\x5d\x87\xad\x00\x55\xc6\xf7\x7c\xe7\xd1\x3d\x51\xac\xe7\ \xa2\x4b\x2f\xec\x8e\xe9\xd1\x5d\x0f\x3e\xb9\x7f\x34\x34\xf3\x17\ \x5e\x72\x71\x5f\x86\xa1\x48\x7b\xf3\x47\xee\xf9\xce\x97\xe6\x0e\ \x0d\x5f\x74\xce\xfa\xb8\xa3\xf6\xdc\xff\x9d\xe8\x68\xaa\x6b\xcd\ \xd9\x17\x9c\x39\x48\xac\xcc\xc6\xcd\x1b\x72\x31\xd3\x2f\x8e\x3d\ \xf4\xc0\xa3\x33\x1e\x59\xbf\xfd\xd2\xb3\x06\x32\x4a\x2a\x44\x28\ \x0a\x4b\x0f\xff\xe8\xa1\xa3\xf3\xc1\xaa\x73\x2f\x69\xb3\xe3\x7c\ \xe6\xe9\xaf\x7f\xfe\x8b\xb1\x58\x6e\xfb\xc5\x17\x74\xc5\x29\x52\ \xc1\xfe\x87\xef\x7b\xf2\x68\xb1\x63\xcd\xd9\x97\x9c\xb3\x96\x6a\ \x63\x70\xe3\x66\x9a\x71\x30\xa5\xf5\xb1\xbd\x77\x3e\xba\xab\x86\ \xd3\xe7\x5c\x7c\xf9\xfa\x76\xb4\xf7\xc1\xef\xee\x1c\x2d\xe5\xd7\ \x9e\x7b\xf1\x59\xc3\x54\x8b\x56\x8e\xb5\x85\x5f\x32\x0e\xc5\x58\ \xba\x85\x47\x7e\xf4\x78\x41\x30\xcb\xa0\x18\x21\x00\xad\xb5\x32\ \xb3\xab\x2e\x3c\x6f\xb5\x09\x3c\x7c\xd6\x8c\xc3\x97\xcc\xb6\x66\ \x71\xe6\xe5\xb2\x29\x9d\x10\xa2\xe9\xb0\xb3\x6c\x9d\x83\x31\x5a\ \xbe\x2b\xa5\x54\x4a\x09\x21\x82\x20\xd0\x5a\x33\xc6\x40\x2b\x0a\ \x61\x22\x4e\x0d\x03\x95\xeb\xd5\x48\x2b\x64\x9a\xc0\x70\x10\x79\ \xa3\xa3\x07\x8e\x1d\x7b\xfa\xe8\xc8\xde\xf9\xf2\x34\x89\x31\x12\ \x73\x48\x2c\x11\x0a\x29\x23\xee\x20\x44\xc3\x28\xa6\x51\x5f\x2e\ \x5f\x29\x15\x1b\xf5\xba\x96\xc2\x20\xc8\x66\x68\x7e\x6a\x7c\xe7\ \x63\x8f\x1e\x3b\xb8\x47\x07\x0d\xa6\x22\x1d\xfa\x58\x28\x21\xb8\ \xd0\x4a\x31\x23\x00\xed\x4b\x45\x18\x1b\xec\xee\xdf\xba\x66\xc3\ \x70\xae\xa3\x3b\x97\xab\x97\xaa\xe3\xe3\x33\x0a\x99\x3d\x6b\x36\ \xb7\x0f\xac\x3b\xef\xc2\x4b\xaf\xbf\xf5\x4d\x97\xdd\x78\xdd\x59\ \x1b\x57\x7b\x95\x59\xbf\x5e\x58\x35\xd0\x79\xfe\xb9\x67\x6e\xda\ \xb0\x6a\xa0\xaf\x6d\xdd\xfa\x1e\x4a\xf1\xa1\xc3\x07\x9f\x3e\xf8\ \xf4\x93\xbb\x76\xde\xf9\x8d\x3b\x66\x8f\xec\xdb\xd0\x9d\xeb\xb1\ \x74\xcc\x5d\xb0\x1b\x0b\x96\x57\x32\x83\x7a\x12\x23\xd9\x68\xcc\ \x4d\xcd\xd4\x1b\xc1\xe4\xec\x4c\xc5\xad\xad\x5e\xbf\xb6\xbb\xaf\ \x07\x61\xda\xd6\x96\x4f\x25\x12\xa1\x5b\xf3\xaa\x45\x29\x38\xa0\ \xd3\x8c\xeb\xfa\x1a\x19\xa9\xac\xa4\x46\xa9\xe6\x2a\x4a\x4d\xdb\ \x1e\x19\x1d\xab\x7b\xae\x61\x9a\x42\x4a\xdb\xb6\x2a\x95\x4a\xa9\ \x54\x0a\xc3\xc0\xad\xd7\xca\xc5\x82\x6d\x99\x6b\x56\xad\x86\x97\ \x53\xeb\x8b\xd6\x5a\x69\xa8\x11\xe7\x3f\xee\xfb\xc9\x03\xf3\xa1\ \xd1\xd1\xc7\x7a\x86\xee\x1e\xab\xde\xff\xf0\xa3\x37\x5e\xfd\x8a\ \x24\xd5\x82\x3f\x63\x0f\x83\xe3\xd9\xde\x8d\xeb\x57\x6f\xb9\xe0\ \xf2\x2d\x83\x89\x89\xa9\xaa\x3b\xb1\xe3\x93\x9f\xff\x96\x17\xcb\ \xab\x89\x87\x3e\x76\xfb\x5d\x1e\xd2\x3f\xf9\xfe\xd7\xee\x39\x50\ \x8d\xa1\xca\xd7\x3f\xf2\xaf\xdf\x79\x6c\xd2\x22\xf5\x6f\x7d\xe1\ \xa3\xf7\x1e\x6d\xf0\xf9\x9d\x9f\xfa\xf4\x37\x1a\x4e\x3b\x4c\xef\ \xf8\xf7\xcf\xdc\xe5\x62\xf4\xe4\xf7\xfe\xf3\x9e\x3d\xa5\x18\xad\ \x7d\xeb\xe3\x7f\xf7\x8d\x1d\x63\x16\x73\xbf\xf3\xf9\x4f\xfe\x60\ \x4f\xd9\xb2\x69\x50\x2a\x55\x7d\xe1\x4d\x3d\xf1\xb1\x8f\x7c\xf2\ \x60\x9d\x05\x93\x8f\x7f\xea\xb3\xdf\x74\x63\x79\x31\xf6\xe0\xa7\ \xbf\x70\xa7\xa7\xbc\xbb\xbf\xf4\x1f\x4f\x4e\x45\xb6\x45\xd4\xd2\ \x5c\x3d\x4c\xcd\x58\x22\x99\x49\x25\x0c\x86\x41\xf2\x40\x20\x26\ \x0a\x5f\xff\xec\xbf\xdd\x7d\xa0\x6e\x04\x33\xdf\xfa\xea\xf7\x67\ \x4a\xa5\x1f\xdc\xfe\xd1\x87\x26\x65\x5b\xca\x0c\xb9\x00\x40\x00\ \x98\xea\xda\x77\x3f\xf3\x91\x3b\x1e\x1d\xc3\x14\x89\x28\xd4\x08\ \x8b\x30\x02\x42\x26\x77\x7c\xfb\x13\x9f\xbf\x4b\x18\x74\xf7\x9d\ \x9f\xf9\xc4\xb7\x1e\x07\xa6\x1f\xfe\xfa\x27\x3e\x77\xe7\x3e\xc6\ \xf8\xa3\xdf\xfe\xda\x93\x13\x9e\x98\xd9\xf9\xd1\x8f\x7c\x6a\x7f\ \x49\x12\xcd\x25\xd2\xbb\xbf\xff\x85\xaf\x3c\x34\xde\x9e\x8f\x3f\ \x7e\xc7\xa7\xbf\xf9\xf8\x18\x69\x35\x22\xb7\xf0\xcb\x17\xa0\xc2\ \x8a\x7b\x93\xc7\x0e\xef\x7c\xf4\xbe\xcf\x7d\xfe\x6b\x0f\x3f\xb9\ \x7b\xf7\x9e\xbd\x7b\x9e\xb8\xff\x0b\x9f\xfe\xe2\xbe\xb9\xba\xd4\ \x27\xd9\x19\xbe\x64\x7a\x14\x01\x68\x29\x64\x33\x9c\xdb\x0c\xe4\ \x36\xb3\xa4\xb1\x58\xcc\x30\x0c\xd7\x6d\x44\x91\x44\x80\x30\x46\ \x4d\x12\x6d\xd2\x67\x33\x3f\x6a\x5a\x56\x32\xee\x24\x09\x74\xb7\ \x25\x09\xc5\xbb\xf7\xed\x59\x48\xc7\xf2\x49\x47\x46\x6e\x57\x57\ \x5b\x2c\x66\xd5\xeb\x25\xd7\xf5\xca\x9c\xbb\x20\x25\x63\x91\x14\ \x93\x93\x93\xab\xf3\xc9\xa4\x4e\x94\x66\x17\x66\x47\xa7\xba\xda\ \x3a\x29\x26\x1a\x00\x23\xac\xb5\x62\x14\x53\x62\x05\x81\x3f\x37\ \x3d\xbe\x30\x33\x91\x48\x24\xb2\x99\x1e\x65\x3a\x42\x21\x02\x84\ \x12\x22\x22\x30\x0c\x93\x11\xe6\xd5\x6b\xa5\x99\x99\xde\xc1\x76\ \x3b\x9d\x4b\x26\x12\xa3\xb3\x45\xbb\xad\xb3\xa7\x77\xf0\xf5\xef\ \x58\x37\x3f\x39\x3a\x3f\xbf\x90\x85\xa8\xa3\x2d\xb5\x6d\xeb\x16\ \x3b\x1e\x7b\x7c\xe7\x5e\x6a\x3b\xed\x3d\x5d\x75\x2e\xc0\x8c\xd5\ \x7c\x77\xff\xc1\xfd\xfb\x0e\x4d\xce\x8c\x57\xaf\xdd\xec\x60\xcf\ \x35\x4d\x3f\x66\x41\x4c\x09\x33\x6e\xfb\x25\x1f\x79\x61\x7b\x22\ \x66\x63\xe2\x0b\xec\x4a\xc4\x62\xa6\x56\x40\x6d\xa7\xa7\xbf\xff\ \xd0\xc8\xde\x64\xac\x01\x21\xd7\xf5\x85\x24\xe2\x14\x14\x68\x74\ \x7a\x17\x05\x50\x03\x1b\x16\xa3\x20\x31\xd3\x5a\x01\x45\x48\xf2\ \x72\xb5\xdc\xd7\xdf\xa7\xb4\x3a\xb8\xff\xd0\xdc\xcc\x14\x68\x85\ \x30\x2e\x57\xca\x8a\x47\x81\xe7\x52\x6a\xa0\x97\x93\x35\xa0\xd6\ \x3a\x14\x8a\x81\x62\x94\x7c\xef\xde\x1f\xd1\xeb\xae\x16\x22\xba\ \xeb\x47\x0f\xdc\x78\xd5\x15\x9b\xec\x68\x67\xa5\xf2\x8c\x52\x1a\ \x42\x59\x63\xfa\x89\xcf\x7e\x0a\xa9\xf2\xc4\xb1\x52\xdb\x6b\xdf\ \xb8\x7e\xdf\xfd\x9f\x3e\x30\x13\xf5\x9d\x11\x28\x8c\x46\x1e\x79\ \x7c\xf2\x4d\x97\x4a\x8d\xd7\x5c\x74\xed\x1b\xaf\xeb\x51\x63\x87\ \x8a\x1b\x2f\xba\xf5\x55\xeb\xf5\xcc\xff\x3e\x74\x68\x76\xb5\xbc\ \xef\xc0\x9c\xdf\xad\x42\x44\xf5\xc4\x8e\x07\x8e\x95\xaf\x52\x9a\ \xac\xdd\x76\xed\x1b\x5f\xd7\xa3\x66\x0e\x4c\xad\xbb\xf0\x4d\xaf\ \x3e\xc3\x9e\xf9\xfd\x83\xfb\x8e\x9d\xbb\x59\x26\x86\xb7\xbc\xe6\ \xd6\xb7\x0e\xb2\xd9\x0f\xff\xe1\x5f\xee\x78\x62\x24\xf2\xee\xdb\ \x5b\x14\x3d\x22\x44\x54\x1d\xda\xfb\xe8\xc1\xe2\x79\x9a\xa6\x2f\ \xb8\xe6\x75\xaf\x3d\x27\xe9\xd6\x03\x2e\xb5\xa1\x15\x07\x67\xf3\ \x79\x57\xbf\xea\xc2\x2e\x59\x1d\xf7\x55\xec\x9c\xcb\xae\x7f\xd3\ \xc5\xbd\xd6\xec\x87\x9e\x7e\xea\xd8\xb5\xd7\x1b\xb6\x6d\x11\x8c\ \xb4\x14\x5c\xeb\xa1\x6d\x97\xaf\xef\x8c\x47\x61\x84\xa8\xe5\x1e\ \x7b\xe4\xc1\x11\xf9\xd6\xff\xf5\x9b\xe7\xe5\x90\x44\xe8\xc0\x7d\ \x0f\x26\x86\xcf\xb8\xf9\x4d\x6f\x32\xcf\xb6\x3e\xf4\xef\x4f\x1d\ \x9d\xde\xfa\xc3\x1f\x8d\x5c\xf2\x96\x3f\x7c\xe3\x05\x3d\x13\xc3\ \x9f\xfc\x8b\x6f\xfe\x60\xf4\xb2\x77\xc5\x63\x31\xc7\x10\x3b\x1f\ \xbe\xa7\xd8\x75\xe5\x5f\xbe\xfb\x35\x96\x12\x38\x38\xfa\xd7\xf7\ \x3d\x19\x74\x6e\x0f\x02\x81\xa2\xc2\xc3\x8f\x1e\x7e\xcd\xf6\x61\ \xd4\x32\x1e\x6a\xe1\x97\x0a\x4a\x0a\x9a\xea\x7d\xe3\xfb\x7e\xf7\ \xe0\x7d\x5f\xf8\xda\xfe\xe4\xef\xbc\xef\x75\x8e\x54\x84\x8f\xfe\ \xd3\x5f\x7f\xb4\x58\xf7\x21\x6f\xc2\xcf\x8b\x47\x11\x02\x21\xa4\ \x17\xfa\xcc\x32\x90\x06\xad\x94\x54\x2a\xac\x56\x2d\x66\x24\x92\ \x49\xcb\x30\x91\xd6\xae\x76\x97\x89\x16\x03\x02\x8c\x90\x56\x06\ \xa3\x52\x4a\xa4\xb5\x41\x69\xcc\x8c\x67\x13\x99\x74\xc2\x6e\xcf\ \xc6\xf3\xd9\x78\x7b\x3a\xde\xdd\xb9\x41\x09\x3d\x35\x35\x53\x6d\ \x58\x93\x75\x03\xe5\xfb\x85\xa4\xd2\x5b\x60\xb2\xe2\x45\xb5\xb9\ \xca\x9c\xe0\x8d\x5a\xdd\xad\x37\x1a\x47\x0f\x1f\xec\xea\xb9\x40\ \x63\x90\x12\x18\x35\x79\x14\x6a\x19\x39\x8c\x2a\xee\x07\x81\xeb\ \x95\xa6\x0a\xf3\x33\x4e\x7b\x8f\x99\xcc\x5a\xe9\x0e\x21\x71\x9c\ \xc4\x69\x43\xb6\xd9\xb1\x10\x47\x6e\x30\xd7\xa8\x04\x76\xb6\x4b\ \x83\xe8\xc8\x25\x56\x0d\xf6\x80\xf0\xdc\xa9\x19\x14\x79\x88\x87\ \x73\xe5\x22\xd5\x42\x3b\x99\x63\xf3\xa5\xa9\x62\xcd\xb2\xa2\x5c\ \x9e\x22\x2e\x16\x16\x26\x0f\x8d\xcf\x54\x83\x68\x62\xb2\xda\xdd\ \x95\x27\xb6\x61\x9a\x16\x44\x5e\x22\xde\x96\xcc\x75\x38\x6d\xbd\ \x87\x1f\xdf\x5f\x53\x4f\x3a\x71\x33\xd2\x91\xd4\x9a\x11\x33\x15\ \xcf\xb9\x22\xf4\x6a\x6a\x6e\xba\x22\x15\xf2\x24\x9f\xab\xd4\xc6\ \xeb\xda\xa0\x86\x00\x86\xd0\x69\x2d\x47\x1a\x70\x84\x90\xc0\xd8\ \x30\xdc\x20\xd2\x08\xa4\x90\xa9\x4c\x5a\x4a\x19\xb8\x7e\xe8\x85\ \x73\x53\x73\x40\x0d\x00\x45\x90\x70\xc3\xd0\x8e\xc5\x27\x8a\xd5\ \xb6\x6a\x03\xbf\xac\xea\x8c\x34\x84\x52\xd1\xf9\x63\x37\x9f\x7b\ \xe6\x57\xa2\xe8\xdb\x77\xde\x0d\x00\xe7\x6f\xdf\x7e\x41\xde\xac\ \xef\xdb\x15\x75\x9e\xf3\x0c\x75\xae\x41\x63\xe6\xe4\xf3\xa9\x9d\ \x8f\xde\x43\xce\x78\xfb\x45\x83\xb9\xbb\xbe\xe7\xdb\xe9\xce\xae\ \xf6\x8c\x4a\x5f\xf4\xde\xf3\x3a\xfb\xe2\xf0\xa4\x06\x25\x38\x08\ \x69\xc6\xa8\x08\x3d\x05\xda\x36\x0c\x24\x85\x5b\x0f\x9d\x54\xbe\ \xab\x3d\x03\xa9\x8b\xde\x7d\x76\xdb\x50\x1c\x1d\x03\xa4\x64\x04\ \xa0\x0d\xcb\xe6\xa1\x2f\xb5\x34\x2d\x03\x69\xa1\x00\x21\x84\xb4\ \x54\x60\xdb\x69\x1b\x57\x03\xcf\x77\xfd\x78\x2e\xdf\xd3\x91\xd5\ \xe9\xcb\xdf\x77\x61\x7e\xc8\x11\x0f\x6b\x2d\x79\x24\x23\xae\xf4\ \x52\x1c\x5f\x6b\xad\x24\x80\xd2\x80\x10\x80\x14\x91\x06\x9d\x88\ \x19\x48\x45\x0a\x28\x68\x19\xe1\xf4\xcd\xbf\xf1\x07\x99\x3b\xbf\ \xf7\xa5\x7f\xf8\xb3\x9e\x8b\x6f\x7d\xfb\x0d\x67\x61\x84\x22\xb7\ \x81\x58\x2c\x9b\x60\x42\x84\x88\x51\x04\x48\x2b\x19\x05\xc0\x8c\ \x98\x49\x49\x18\xfa\x9e\xb6\xd3\xa9\x18\x80\x8e\x65\x32\x58\x4f\ \xf8\x5c\x23\x00\xa4\xa5\xeb\x7b\x76\x2e\x63\x12\x2d\x25\x20\xe1\ \x79\x80\xdb\xbb\xbb\xdb\x52\xc6\x05\xaf\x7e\x7b\xa6\x73\x15\x88\ \x56\x8a\xb4\x85\x5f\xce\x44\x8f\x90\x94\x91\xe2\xc4\xb1\x91\xa9\ \xd2\xaa\x34\x9d\xdf\xfb\xc4\x48\xd5\xbe\x28\x15\x3b\x69\xa0\x8e\ \xbe\x64\xeb\x94\x02\xad\x16\xe7\xec\x2e\x46\x78\x29\xa5\x1a\xa0\ \x52\x2e\x33\xc6\x92\xc9\x64\x22\x9e\x68\x34\x1a\x2a\x0a\x9b\x69\ \x51\xbd\xe8\x0e\x80\x14\x80\xe0\x11\xc6\x50\xae\x05\x92\xcf\xc4\ \xd6\x0e\xce\x16\x2b\x5e\xbd\x3a\xbf\x60\x1e\x38\x3a\xa1\x15\x0d\ \x39\x8a\x24\x85\xf4\x80\xdd\x36\x5c\x29\x2c\x84\x5e\x23\xe5\x50\ \xb7\x21\x17\xca\x45\x8c\x30\xd7\x80\x18\x0d\x23\x5f\x2a\x8e\x10\ \x01\x80\x20\x88\x10\x22\x42\x62\x8d\x00\x21\x4a\x98\x49\x18\x53\ \x04\x26\x46\x0f\x87\x21\xda\xb8\x71\x5b\x2e\x9b\x4f\xc7\x92\x24\ \x90\x29\x27\xd6\x48\xc5\x7c\x55\x9d\x9c\xad\x56\x55\x03\x08\x33\ \x2c\x7b\xcf\x43\x3f\x4e\xa4\xd2\xc8\xb4\xa8\x41\x4d\x8c\xb8\x82\ \xa9\xd9\xf9\x50\xea\x58\x26\xdb\xd6\xd9\x9d\x4c\xc4\x73\xb9\xec\ \xd4\xf4\x4c\xc2\x96\xc5\xb9\x12\xc7\xb8\x23\xeb\x6c\xd9\xb4\x2a\ \xc7\x38\x16\xf5\x98\x6d\x95\xca\xa5\xc9\x6a\x84\xcb\xea\xd8\x5c\ \x45\x13\x14\x4b\x26\x1d\x27\x99\x24\xd4\xab\x05\xd3\x93\xb3\xc5\ \x5a\xad\xec\xfa\x0b\x75\xbf\x5e\xad\x63\xb3\x52\x69\x78\x80\xa9\ \x27\x88\x90\xfa\xf4\x78\x4d\x6b\xcd\x34\xb2\xa8\xc9\x45\x24\xb4\ \x64\x06\x35\x98\x49\x29\x95\x51\x34\x35\x3e\x29\x22\x4e\x28\xd1\ \x5a\x21\x90\x82\x47\x99\x5c\xa6\xd6\xf0\x6a\x7e\x14\xc2\xcb\xaa\ \x81\x14\x01\xe8\x48\x2a\x5e\x2d\x67\xa6\x76\xbf\xe9\xe2\xb3\xef\ \x4c\xc4\x0d\xd3\xba\x76\x5d\x2f\x1c\xd9\x21\xa5\x0c\x39\x7f\xc6\ \x67\x47\x46\x21\x4d\x0e\x5d\xf9\xca\xd7\x5c\xbd\x21\xf3\x27\x7f\ \xf3\xa5\xaf\x3c\xbe\xe1\x82\x2d\xab\xee\xd8\xbd\x5f\x67\x06\xd6\ \x27\x35\x67\xc9\x98\x45\x39\xe7\xcd\xdc\xa0\xe4\x5c\x48\x05\x00\ \x4a\xf0\x28\xd4\xfd\x67\xac\xd3\x3b\x76\xaa\x74\xff\x96\xb4\x76\ \x71\x32\xc1\x88\x10\x5c\x48\x0d\x00\x52\x1c\x7f\xa4\x90\x0a\x40\ \x7b\x95\xd2\xec\xcc\x74\x7d\xe2\xde\x87\x67\xc9\x6b\x37\xaf\xea\ \x9f\x5b\x07\x8f\x1c\x44\x99\xfe\xf5\x69\x15\xea\x74\xc6\xa8\x45\ \xd1\x09\x7d\xc5\x88\x9a\xf1\x98\xbf\xff\xc0\x9e\xc3\x5d\x22\x65\ \x72\x25\xa5\x54\x1a\x40\x4b\x2e\x84\xd4\x00\x9a\x73\xa9\xb8\x57\ \x28\x7b\x1b\xae\x78\x8d\xe1\xcd\x7c\xee\xfe\x1d\xaf\xbd\x6e\x6b\ \x1a\x44\x72\x60\x73\x4e\xde\xff\xcd\x6f\x3f\xf0\xea\x6d\x5d\xd8\ \x49\x46\x4a\x89\x66\x0e\x48\x49\xce\x43\x9a\xe8\x39\xb3\x2f\xba\ \xef\xae\x1f\xac\x76\xb6\xee\xf8\xee\x43\x4e\xe7\xf6\x81\x04\x3c\ \x1c\x46\x44\x9b\x6b\xd7\x6d\xfc\xda\xe7\xef\xfa\xe1\xe6\xfc\x70\ \x8a\xc6\xd3\xf9\x2d\xdd\xa9\xc7\x16\xdc\xde\x2b\xcf\x04\x3f\x88\ \xe7\x92\x18\x5a\x4e\xcd\x2d\xfc\x52\x42\x70\xd5\xb7\xf9\xf2\x8b\ \x9f\xf8\xc8\x3f\xfd\xe9\x87\x52\x09\x56\xa9\x44\xdb\x6f\xf9\xd5\ \x75\xed\x96\xe0\xd1\xcf\x8f\x47\x01\xd0\x52\xf5\xd0\x72\x43\x85\ \xd6\x9a\x19\x8c\x6b\xed\xfb\xbe\xd6\xba\xe9\x6a\x44\x08\x15\x42\ \x2c\x0e\xe6\x5d\x1a\x3c\xa2\xb5\xf6\x42\xa1\x99\x5d\x97\x6a\xcf\ \xe8\xec\xea\xc1\x0e\x30\xe3\x42\xb1\xc8\x8b\x32\xb9\x7c\xb6\xb7\ \x8b\x59\x71\x57\xd2\x92\xeb\x51\xc3\x48\x67\xdb\x64\xbd\xc1\x27\ \x67\xeb\x35\xcf\x31\x3c\x08\xb9\xc6\x04\x80\x10\xad\xa2\x20\xc0\ \x98\x45\x91\xc0\x98\x61\x6c\xf8\x3c\x8a\x22\xa4\xb5\x41\x28\xd6\ \xa1\x4b\xa3\xd0\x60\x4e\x61\x6a\xa4\x34\x35\xb5\x6e\x68\x98\x74\ \xa5\x42\x11\x51\xdb\x59\x35\x34\x50\x98\x3c\x5a\x2c\x56\xec\x98\ \x53\x28\x96\x4c\x27\xee\x36\x42\xcf\xf7\x90\x52\x5a\x09\x25\x85\ \x65\x30\x3b\x1e\x2b\x2f\x2c\xcc\xcd\xce\xd9\xb6\xed\x07\xbc\xa3\ \xbb\xb7\x7a\xe4\xe8\xb6\x33\xd7\xe6\xf2\x1d\x53\xb3\x73\x96\x49\ \x87\xdb\xdb\xdc\x05\x5d\xab\x14\x42\x1e\xa1\x58\x9b\x5b\x53\x8d\ \x5a\x03\x21\x7c\xe4\xf0\x68\x63\x1a\xc5\xb0\xa6\x40\xbc\x30\x88\ \xa7\x52\x83\xed\xf9\x7e\x62\x18\xce\x51\x89\xac\xd2\x7c\x31\x6b\ \xe8\x6a\xcd\x55\x3c\xd4\xa7\xd5\xa6\x87\x10\xa4\x62\x76\x21\x2c\ \x5a\x0c\xf9\x9e\x50\xa1\xc4\x04\x57\x0a\x85\x30\xf0\xab\x52\x11\ \x44\xa9\x16\x82\x07\x06\x41\xd4\xa0\x54\x2b\x81\x09\x26\x06\x30\ \xf3\xe5\xd4\x14\xa8\x91\xd6\x56\xd7\xc0\x91\x91\xc7\x3b\xa3\x39\ \x5c\x7f\xf4\x92\x8e\x6e\x84\x70\x65\xef\x23\xda\x6f\x4c\xba\xc2\ \x39\x6b\x00\xc1\x71\x3a\xd0\x4a\xb1\x64\xae\xbb\x13\x42\xd7\xcf\ \xf4\x9f\x77\xdb\x2b\x9f\xfe\xf6\xfd\x0f\x5c\xf5\x1b\xaf\xba\xad\ \xe0\x7f\xfb\xf6\x8f\xdf\x83\xd8\xba\xcb\x5f\xf3\xe6\xae\xb5\xb9\ \x8e\x6e\x94\x30\x94\x82\x54\x7b\x4f\x7b\xca\x56\x4a\x27\xdb\x3b\ \xdb\x12\xa4\x63\xeb\x8d\xb7\x5d\xef\x7f\xef\xf6\x8f\xff\x90\xd0\ \xd5\x17\xbd\xf6\xb6\xee\xf5\xe9\x7c\x57\x90\x32\x95\x82\x54\x5b\ \x77\x3e\x65\x2b\xa5\xe2\xed\x5d\x6d\x49\x3b\xd6\x3e\xbc\x31\xbd\ \xe3\x8e\x4f\x7f\x18\xb4\xf9\x8a\xb7\xbe\x63\x7b\x9f\x49\x3a\x6e\ \x7a\xfb\x4c\xf4\xfd\xdb\x3f\x76\x17\x32\x36\x5d\xfc\xba\x5b\xaf\ \x68\xcb\xf7\x74\xa7\x6c\xbc\x68\xb5\xa0\x95\x64\xc9\x4b\x6e\x7a\ \xe5\xc8\x7f\xdc\xfd\xb1\x91\x7d\xb7\xbc\xe1\xfa\x7c\x6f\x9f\x11\ \x63\x4a\xa9\x58\x5b\x67\x87\xed\x00\x36\xbb\xfb\xba\x12\x34\x7a\ \xfa\xfe\x3b\xee\xdd\x57\xc1\x34\x76\xe3\x1b\xae\x4d\x61\x25\x85\ \xa0\xa9\xf5\x6f\x7f\xfb\xeb\xbf\xf2\x8d\xef\x7f\xec\x09\x18\xbe\ \xf8\xa6\x8b\xda\xf3\xfd\x5d\x02\x6b\x09\x2c\xd6\xd3\xd5\xc1\x68\ \xfc\xba\xdb\xde\x59\xfe\xd2\x37\x3e\xfa\xe1\xc7\xe3\x9d\x9b\x7f\ \xe5\x4d\xd7\x3a\xba\x91\xea\xec\xb6\x18\xee\x3f\xfb\x86\xdb\x66\ \x6a\xdf\xfb\xea\xa7\x7e\x68\xe6\xae\x78\xcd\x3b\x5e\xfd\xce\x77\ \x06\x5f\xfc\xea\xc7\x3f\xfc\x14\xb5\x3a\x6f\xbe\xed\x4d\x67\x74\ \x27\x55\xab\x2b\xa6\x85\x5f\xc6\x45\x41\x09\x65\xe6\x5e\xf9\x2b\ \x1f\x3c\x6b\x6c\xbc\xec\x89\x44\x5b\x77\x7f\x57\x16\x89\xe8\xa4\ \xfb\x42\x54\xab\x56\x7e\xca\xd7\x33\x0c\x76\xd7\xf7\xbf\xf7\xc5\ \xdb\xbf\x64\x9a\x26\x00\x68\x00\x8a\xe0\xaf\x3a\x8b\x71\x93\x4d\ \xbf\xe1\xcf\xb4\xe1\x80\x56\x89\x78\xfc\xeb\xdf\xfc\xd6\xef\xff\ \xef\x3f\x4e\x25\x93\x48\x6b\x25\x95\x92\x12\x21\x84\x74\xd3\x75\ \x57\x36\xdd\x18\x12\x89\x04\xc6\xd8\xf3\xbc\xe6\x90\xa3\xa6\x07\ \x6f\xb3\x8e\x57\x23\x1c\x45\x0a\x69\x99\x49\x98\x20\xdc\xd7\xbd\ \xfa\xa6\xf3\xcf\x3b\x67\x7a\x7a\xae\x52\xf5\x09\xb5\x31\xb3\x84\ \x92\x5c\x2a\x81\xc8\x8e\x3d\x4f\x4f\x17\x8b\xe3\x13\x93\x52\xea\ \x74\x2a\x85\x84\xd4\x5c\xa4\x1d\xf3\xda\x57\x6c\x17\x91\x40\x88\ \x2a\x84\x24\x07\xa9\x11\x97\x9a\x10\x82\x09\x0a\x42\x9f\xb8\x0b\ \x06\x77\x85\xa2\x81\x00\xdf\x8f\xce\xdc\xbc\xe5\xb2\xf3\xb6\xce\ \x1c\xde\x93\x77\x74\x7f\xd6\x16\x7e\x19\x64\x80\x29\x99\x9d\x2f\ \x84\x5c\xa6\x52\x69\xc3\x30\x02\xcf\x77\x6b\x15\x2d\x45\x32\x11\ \x57\x14\x79\x52\x16\x2b\xd5\xae\xee\x5e\x3b\x91\x88\x27\x53\xf5\ \x5a\x6d\xe4\xd8\x91\xc0\x6b\xd4\xaa\x25\x83\xd2\xee\xce\xbc\x0a\ \x1a\x4c\x8b\xb9\xf9\x85\xe9\x4a\x58\x92\xb1\xf1\x62\xb4\x50\x2c\ \xaf\xea\x69\x4b\x28\x2f\xe3\xd0\xfe\x81\x81\xee\xee\xee\x44\x3a\ \xe9\xc4\xe3\xc5\x6a\x8d\x30\x0b\x30\x3b\x74\x64\xd4\xf5\xa3\x89\ \xd1\xf1\x1b\x7f\xf7\x4f\x87\xb6\x9c\xcd\x43\x5f\x13\xc6\x4a\x93\ \x7d\x77\xfc\xc5\xfe\x06\xdc\xf6\xc0\x42\x7f\x57\x67\x7b\x3e\xdf\ \x1c\x3d\xed\x2a\xf4\xce\x6c\xe3\x7a\xb3\x30\x75\xe9\xbb\x1a\x5b\ \xae\xc4\xa1\x87\x30\x0a\x83\xf0\x1d\x6f\xb8\x2d\x08\xc3\xcd\x67\ \x9d\xb1\xef\xc0\x81\x83\x47\x0e\x1b\x96\x85\x30\x4a\x25\x12\x06\ \x65\x6e\xdd\xf5\xdc\xaa\x16\xa1\x49\xc8\x2b\xae\xb8\x6c\x72\x76\ \x7e\x6c\xa6\x54\x68\x44\xaf\xb9\xe5\x96\x2f\x7e\xf2\x9f\x82\x20\ \x78\xb9\x08\x52\x84\x6a\xa5\xe2\x81\x7b\xee\x68\x94\x8b\x78\xc9\ \x14\x51\x03\xd2\xa0\xe3\x6d\x1d\xeb\xaf\xbc\x39\x91\x4a\x1d\x2f\ \x26\x07\x30\x2c\x9b\x60\x10\x5c\x68\x84\x28\x65\x5a\x46\x41\x24\ \x19\xa3\x5a\x0a\xa9\x01\x69\xad\xb4\x26\x94\x21\x25\x84\xd2\x84\ \x32\xa4\xa5\x10\x0a\x33\x8a\xb5\x14\x0a\x2d\x3e\x52\x01\x82\xe6\ \x23\x29\xd2\x52\x08\x4d\x18\x45\x5a\x09\xa9\x30\xa5\x58\x2b\xa9\ \x80\x52\x2c\x85\x04\x4c\x29\xd6\x9c\x0b\x8d\xf0\xf1\x57\x01\xad\ \x14\x50\x46\xb5\x3c\x41\x92\x12\xca\x30\x2c\x8e\x1a\xc6\x84\x82\ \x12\x52\x6a\xcc\x28\xd6\x4a\x48\x4d\x19\x51\x42\x68\x84\x41\x6b\ \x84\x09\xc1\x9a\xf3\x45\x9e\x23\x8c\x61\xad\x9a\x02\x16\x10\xa6\ \x18\xb8\x10\x80\x08\xa3\x58\x70\x81\x08\xa5\x18\x84\x50\x98\x12\ \x50\x52\x48\x45\x28\x03\x25\xa4\x46\xcb\x87\x04\x5a\x21\x4c\x29\ \x46\x42\x0a\x58\x3c\x0d\xbf\xf8\x01\x3c\xed\xc4\xe2\x94\xd2\x16\ \x73\xfc\xb7\xc7\xe1\x83\xfb\x06\x87\xd7\xb0\x15\xb5\x6f\x07\xf6\ \xed\xed\xec\xea\x6e\xb6\x62\x9e\x7c\x65\xc0\x84\x52\x82\x11\xd2\ \x4a\x72\x21\x9e\xeb\x7a\x7e\xc9\xfa\x47\x35\xa5\xd4\x71\x1c\xcb\ \xb2\xb4\x94\x52\x48\x01\xa0\x54\xd3\x22\x50\x36\x69\x40\x08\xe1\ \xba\xae\x6d\xdb\xb6\x6d\x73\xce\xa5\x94\xcd\x22\xa3\xa6\x7e\x0d\ \x23\x2e\x14\xb6\x2c\x3b\x94\x10\xfa\xfa\xab\xdf\xbe\xfb\xf0\xf8\ \xfc\x25\x97\x5e\x61\xb7\x65\x8b\xe5\xba\x0c\x15\xd1\xca\x30\x68\ \x73\x3a\x5c\xa3\xe1\x63\x44\xfd\xd0\xf5\x83\x08\xb8\x44\x4a\xcd\ \x7b\xee\xf8\xc4\x74\x5f\x4f\xb7\x92\x40\x01\xb4\x0c\x4d\xc6\x94\ \x96\x7e\xbd\x08\xa0\x07\xf3\xed\x7d\x7d\x83\x59\x53\x71\x01\x1a\ \x19\x0b\x85\xb2\x63\x71\x54\x9f\xab\xce\x1e\xeb\x19\xea\xee\xe8\ \xec\x9d\x9d\xac\x07\x1a\x4d\x4e\x4e\xd6\x1a\xde\xe6\xcd\x9b\xdb\ \x3a\xba\x78\xc8\x65\x14\x82\xea\x62\x08\x4b\x11\x06\x61\x88\xbd\ \x86\x13\x4f\x94\x6b\x8d\x50\x68\xd7\x8f\x0c\x86\x33\xc9\x38\x4b\ \x18\x46\x57\x7a\x6c\xe4\xe8\x9e\x5d\x4f\x5a\x94\x64\x62\xa6\x63\ \x39\x03\xbd\x6d\xba\xac\x26\x16\x16\xe2\x4e\x3c\x9b\xca\xd5\x67\ \xaa\x1e\x52\xd4\x34\xb9\x52\xe3\x13\x13\x8c\x31\xad\x01\x61\x92\ \x4c\x24\x7a\xdb\xe2\xb6\xed\xac\x69\x8f\xa5\x13\x8e\x7a\xe1\x8d\ \x28\x08\x10\x02\x88\x19\x60\x31\xc6\xbd\x2a\xf7\xea\xed\xe9\x54\ \x2c\x99\x88\xc5\xe3\x06\xa5\x61\x18\x61\x25\x45\xe8\x7a\x42\x70\ \x05\x33\xb3\xf3\x95\x4a\xbd\x52\xad\x5e\x75\xcd\x0d\xff\xdf\x87\ \xfe\x40\x08\xfe\x72\xca\x86\xe8\x64\x36\x77\xee\xad\xbf\xf1\x2c\ \x15\x8e\x40\x2b\x90\x62\x99\x44\x19\x63\xd3\xd3\xd3\x1f\xfa\x5f\ \x7f\xb4\xbc\xf2\x86\x61\xb8\x6a\xd5\xaa\x3f\xfd\x93\x3f\x8e\xa2\ \x68\xe9\x6a\x87\x66\x90\x16\x56\xde\x40\xa0\x44\xb3\x55\x53\xf3\ \x67\x3e\x52\x34\x1f\xb0\x6c\x3d\xb8\xf4\x48\xe0\x5c\x01\x00\x48\ \x1e\xc9\xc5\x4d\xf2\x33\x7e\x57\xf0\x67\xbe\x4d\x52\x70\xb9\xe2\ \xf6\x89\x2f\x0d\x8b\x85\xc7\x5a\x01\x80\x96\x42\xad\xd0\x8a\x92\ \x1f\xff\x45\xd0\x92\xab\xc5\x3f\xbf\x79\x0c\x5a\x8a\xe6\x31\x28\ \xae\x4e\x78\xf2\x15\x7f\xce\xca\x87\xb5\xaa\x8b\x5a\xf8\x6f\xa1\ \x4a\x97\x3f\x7b\xcf\x87\x97\x2e\x3f\x8a\x10\x22\x98\x60\x8c\x95\ \xd2\x52\x46\x1a\x40\x4a\x49\x31\xc6\x0c\x0b\x21\x9a\x8c\xea\xfb\ \xbe\x10\x22\x16\x8b\x31\xc6\x96\x9b\x64\x9a\xda\x14\x23\xed\xd8\ \x8c\x47\x21\x57\xd8\x8e\x25\xbc\xc0\x7f\xe4\xb1\xa7\xca\x8d\xe8\ \xe2\x8b\x2f\x8f\x27\xd3\x35\xb7\x11\xfa\x91\x54\xb2\xee\x07\xfd\ \xfd\xfd\xb3\xc5\x8a\xe7\xf9\x5e\xc3\xc5\x18\x03\xd1\x61\x14\x85\ \xb5\xea\xc4\x6c\xa1\xab\xa7\x5f\x70\x1f\xb8\xaf\x03\x97\x82\x30\ \x41\x9e\xbd\x7a\x78\xb0\xb7\x7b\xb0\xb7\x3b\x46\x38\x55\xa1\x61\ \x58\xd5\x7a\x23\x0c\x3a\x04\x17\xbe\x57\xe9\x8a\xeb\xa0\x32\x3b\ \x35\x22\x52\xd9\x54\xd2\x49\x05\x18\xea\xa3\x63\x82\xd1\x42\xbd\ \x66\x98\xa6\x93\x88\x6b\x15\x45\x61\x10\x44\x42\x21\x18\x1a\x1c\ \xde\xb9\xe7\xe9\x03\x07\x0e\x0d\xaf\x59\xeb\x2e\x14\x78\xe4\xa5\ \xe3\x86\x43\x14\xa5\x28\x66\x19\xb6\x1d\x13\xa1\xcf\x18\x4d\x25\ \xe2\x82\xc5\xe5\xdc\x7c\xbd\x52\x48\xa4\xf2\xe9\x44\x22\x83\x7b\ \x0b\xb3\x63\x53\x93\x53\x94\x90\x78\x22\x1e\x85\x41\xd3\xa8\x22\ \x6c\x54\x05\x8f\x54\x03\x13\x50\x94\x9c\xce\xb2\xa4\xb5\x46\x18\ \x5f\x70\xde\x99\x9e\xef\x4f\x4c\xcf\x29\x1e\xae\x1a\x1c\x24\xcc\ \x90\x5a\x55\xab\xd5\xc0\xf5\x0c\x8a\x6d\x27\xc9\x95\x01\x2a\xdc\ \xb9\xf7\xa0\x69\xd9\xa6\x69\xbe\xf1\x96\xd7\x6c\xde\x30\x54\xaf\ \x55\x5f\x5e\x1f\x18\xad\x91\xe4\xcf\xf5\xa3\xe5\xdb\x4a\x29\xdb\ \xb6\xaf\xbe\xea\xaa\xe5\x7e\x2d\x21\x45\x2e\x97\x53\xaa\x95\x07\ \x6c\xa1\x85\x97\x29\x5e\xd2\x68\x86\xd2\x0a\x00\x30\x46\x08\x21\ \xc6\x98\x6d\x59\x22\xe2\x3c\x8c\x96\x4d\x8e\x9a\x7d\xa5\x4d\x55\ \x1a\x8b\xc5\xa2\x28\x6a\x0e\x84\x01\x00\x9b\x12\x29\x23\x86\xb5\ \x56\x2a\x0a\x24\x21\x2c\x8c\xf8\xe3\x3b\x1e\x53\x52\x5f\x7d\xcd\ \x35\x71\xdb\x08\xb4\x00\xad\x79\x2d\xd2\x98\xb5\x65\x33\x85\x62\ \x19\x61\x4c\x09\x91\x52\x81\x96\x56\x2c\x81\xa8\x35\x5f\x2a\x27\ \x0c\xc0\x61\xdd\xd6\xfe\x50\x7b\x6a\x63\x7f\x57\x9c\x08\x52\x3a\ \xc4\xf9\x64\x9d\x31\x00\x1d\x77\x62\x54\x69\xa2\xa1\x52\x29\x5b\ \x80\x36\xf4\xe6\x4a\xa5\x62\xa3\x34\x5f\x2c\xcd\x44\x96\x65\x25\ \x12\x9b\xb7\x9e\xd5\xdd\x37\xf8\xd8\xe3\x8f\xcf\xcc\xcc\xac\x59\ \xbd\x3a\x1e\x77\x18\x06\xce\xc8\xf8\xf8\xf8\xe8\xc4\x54\xc0\x05\ \x8f\xf8\xce\xa7\x9e\x6c\x6b\xcb\x65\x33\xa9\x5a\xb5\x51\x0a\xdd\ \xce\xb6\x5c\xdf\x9a\x4d\xf9\x55\xd8\xaf\x95\x79\xbd\x10\x79\x6e\ \xad\x5e\xda\xb4\x6e\xf5\xa1\xf1\x39\x84\x44\x7b\x26\x96\x6c\x33\ \xdb\x12\xb8\x50\x2d\x1f\x3e\xb8\xaf\xbb\xab\x3b\x93\xcd\x50\xca\ \xa4\x14\xbd\x5d\x9d\xbe\xef\xf2\xc8\x5f\x98\x99\x5a\xb9\xe5\x7f\ \xa1\x04\x91\x8c\x9b\xed\xb9\x54\x7f\x5f\x9f\xd6\xa8\x54\x73\x81\ \x30\xb7\xe1\x2a\xa1\x6c\xd3\x02\xd0\xa6\x4d\xa5\x2b\xb8\x08\x12\ \x4e\xbc\xb3\x23\x6f\xd9\xf6\xe6\x75\xab\x41\x37\x0d\xf0\x5e\x5e\ \xc6\xa9\xa7\x62\xe1\x24\xa5\x4c\x26\x93\xef\x7a\xd7\x3b\x4f\xb8\ \xb0\x95\xf2\x3c\xaf\xb5\x9a\xb4\xd0\x42\x8b\x47\x5f\xf4\x55\x0a\ \x63\x4c\x28\x05\xa9\x4c\xc3\x6c\x5a\xee\x22\x84\x10\x5a\xf4\x67\ \x68\xae\x47\xcd\x58\xae\xeb\xba\x4d\x2f\x7b\x84\x50\x14\x45\x5a\ \xeb\x30\xf4\x98\x41\x30\x02\xad\x11\xd2\x48\x6b\x60\x84\xc6\x32\ \xce\xae\x9d\x4f\xd6\x6a\xc5\x6b\xae\xbe\xda\x30\xcc\x42\xa9\x92\ \xcd\xe6\x4a\x15\x57\x0b\x21\xa3\x90\x22\xa4\x78\x84\x90\xc6\x14\ \x63\x85\x14\x82\x98\x63\x37\xca\x33\x1d\x31\xfc\x9a\xab\xae\xb2\ \xa2\xda\xdc\xc1\x3d\x22\xaa\x1b\x51\x90\xee\x6c\xef\xdb\xb0\x39\ \x20\x2c\x41\x29\x56\x6a\x66\x72\xa2\x3c\x39\xd2\xd9\xd9\x25\xb5\ \x22\x2a\x52\x1a\x21\x4c\x90\x82\xd9\xe9\xd9\xb8\x93\xcc\xb5\xe7\ \x2f\xba\xfc\x15\xe3\x23\x23\xfb\xf7\x3d\x5d\x3f\x56\x55\x92\xfb\ \x5e\xc3\x21\xb6\xc3\x62\xbe\x1f\x6c\xd9\xb2\x79\xed\xea\xe1\xb9\ \xb9\x39\x3f\xf0\x8f\x1c\x3d\x36\x31\xb5\x50\x0d\xf1\x48\xc1\x67\ \x06\xcd\xa7\xec\x38\x33\xb9\xa8\x5a\xb6\x93\x4c\xd8\xd5\x85\xf2\ \xfa\x4d\x6b\x2d\x2a\x06\xba\x32\xba\xc3\x39\x3a\x3e\x5e\x2a\x94\ \x27\xc6\x46\x4a\x0b\x0b\xdd\x5d\xdd\x51\x14\xfa\x9e\xdb\xd5\xd9\ \x61\x59\x46\x2e\x97\x35\x4d\xe3\xf4\x8c\xfa\x10\x42\xdd\x5d\x1d\ \x04\x13\x27\x91\x39\x36\x36\xd5\xf0\x26\x84\x04\xb7\xee\x5b\x8e\ \x6d\x50\xec\x79\xae\x61\x30\x82\x64\xa4\xc2\x5a\xc3\xef\xeb\x6c\ \x5f\x3d\xd0\x97\x49\xc5\x40\x71\x68\xb9\x8f\x3f\xd7\x76\x50\xa9\ \x46\xa3\xd1\x3a\x0f\x2d\xb4\xd0\xc2\x4b\xcb\xa3\x4b\xe3\xc3\x11\ \x80\x54\x4a\x69\x25\xb8\x90\x42\x60\x40\x98\x10\xb5\x64\x6f\x44\ \x29\x6d\x1a\xd9\x03\x40\xb5\x5a\x15\x42\x64\x32\x19\x4a\xa9\xe7\ \x79\xb6\xed\x70\x19\x51\xca\x94\x02\x25\x31\xc1\x54\x81\x8c\x38\ \x4f\xc6\x13\x33\x13\x53\x77\x7c\xe3\x6b\x17\x5c\x78\x71\x67\x67\ \x8f\xdf\xa8\xc7\xe3\x31\x8b\xe2\x84\x65\x32\x42\x94\x10\x89\x64\ \x9c\x9b\x46\xa5\x54\xd4\x32\x08\xfc\x8a\x12\xde\x2d\xaf\xbd\xf5\ \x92\xb3\xd6\x8c\xef\x7d\x32\x0d\xab\x66\x0e\x3d\x9d\x88\x99\x43\ \xeb\x37\xd8\xe9\x2c\x31\x63\x3e\xc8\xf9\x5d\x3b\x45\xbd\xda\xdd\ \xd9\xd9\x9e\x6f\xa7\xa6\xd5\xa5\x91\xa2\x06\x10\xaa\x08\xd6\x84\ \x68\x84\xab\x53\xb3\x9e\x90\xf9\x74\xb6\xeb\xb2\xcb\x01\x6b\xaf\ \x51\x8f\x22\xdf\xf7\xd5\xce\xc7\xf6\x2c\x2c\x4c\xc5\x6d\xa3\x3c\ \x3f\xd7\x91\x4d\x2d\x94\x75\x77\xff\x60\xc8\x12\x8a\x39\x01\xa6\ \x9c\x37\xea\x7e\x64\x98\x9a\x32\x23\x99\xc9\x04\x91\x77\xed\xd5\ \xe7\xd7\xeb\x35\x2c\x1b\xd3\xe3\x73\x7d\xdd\x1d\x3d\xf9\x2c\xd6\ \x02\x23\x25\x38\x8c\x8d\x8e\x66\x73\xb9\x58\x22\x31\x35\x33\x87\ \x08\x94\x8b\x73\xe7\x78\x9e\x4d\x88\x14\xa7\x71\xe2\x91\x65\x90\ \x6c\xae\xcd\x0d\x74\xa3\xee\x52\xc2\x0a\x0b\x65\xce\xa5\x83\x19\ \x20\x2c\x35\x62\x10\xe5\x1d\x9d\xee\xea\x61\x04\xe7\xf3\xb9\x84\ \x6d\x94\x67\x66\x60\xc3\xda\xd6\x67\xa3\x85\x16\x5a\x68\xe1\x17\ \x88\x47\x11\x20\xa9\x9a\xcd\x6c\xba\x59\x10\xa8\xa4\x92\x4a\x21\ \x44\x30\x5a\xb4\x03\xa4\x84\x00\xa5\x52\x4a\x21\xb8\xe0\x82\x31\ \xd6\x68\x34\x84\x10\xd9\x6c\x16\x63\x1c\x09\x2e\x81\x10\x66\x49\ \xa1\x95\x02\x84\x99\x52\x5c\x4a\xa9\x34\x27\x94\x94\x4b\xa5\xbb\ \x7f\xf0\xfd\x57\x5c\x79\x6d\x4f\x4f\x1f\x10\x3c\xd8\xdf\x5f\x2c\ \x95\x17\x0a\xc5\x42\xbd\xca\x0c\x4c\x09\x21\x04\xb0\x0c\x03\xb7\ \xbc\x61\x55\xff\x85\x97\x5c\xc0\x50\x38\xbc\x7a\xb5\xec\x68\xeb\ \xcc\x66\xc7\x0f\x1e\xd8\xb5\xe7\x90\xd9\x5e\xe7\xcc\x62\x8a\xa7\ \x9c\x64\xc7\xd0\x70\x5c\xaa\x6a\xb9\x5c\xab\x36\x02\xae\x25\x61\ \x84\xb1\x84\x61\x10\x82\x7d\xa1\x52\xed\xcc\x2f\x96\x0f\x1c\x3d\ \xd2\x08\xbd\x44\x32\x16\x06\x5e\xa5\x52\xb2\xe3\x6d\x53\x73\xc5\ \x85\x42\x31\xe5\x50\x87\x29\x11\x35\x02\x89\x8a\xa5\xaa\x62\xf1\ \x44\xf7\x70\x57\xdf\xb0\x11\xcc\xcb\xe2\x98\xc9\x2b\x02\x78\x3c\ \x6e\x75\xb6\x75\x65\xbb\xba\x0a\xc5\x22\x8d\xea\x8e\xd2\x8d\xca\ \x5c\x22\xd7\x8d\xda\x73\x9a\x4b\x3f\x50\x3c\x92\x95\x6a\x63\xae\ \x58\xe9\xe8\xea\xb0\x63\x16\x36\x2c\x4c\xd8\x69\x74\xe2\x69\x0d\ \x94\xd2\x8e\xce\xfc\x0f\x7e\x70\xcf\xe1\xa3\x53\x5e\x84\x83\x08\ \x8a\xe5\xaa\x65\x39\x00\xd8\x8f\xb8\x46\x18\x78\xed\xec\x35\xed\ \xe7\x9f\x77\xae\x54\x28\x93\xef\x3e\xef\xe2\x2b\x0b\xc5\x8a\x3b\ \x5f\x44\x31\x47\xb7\x72\x7e\x3f\x3f\x2c\x07\x69\x7e\xd1\xd0\x1c\ \x0f\x7c\xd2\x43\xc6\xbf\xb0\x55\xaf\x5a\x2b\x29\x5a\x17\x55\x0b\ \xbf\xe4\x7a\x14\x00\x94\xd2\x11\xc7\x8a\x53\x90\x08\x69\x8d\xa4\ \x52\x42\x23\xad\x09\x63\x56\xcc\x24\x44\x44\xa1\x92\x1c\x11\x2a\ \x85\x8a\x94\x40\x5c\x9a\x86\xe9\x79\xfe\xd0\x50\xf2\xbc\x73\xb7\ \x3d\xf2\xc8\x23\x35\xdf\x45\x5a\x62\xd0\x98\x60\x84\xa4\x61\x12\ \x4f\x68\x4a\xa9\x10\x5c\x01\x0e\x05\xbe\xeb\xde\xfb\xb6\x9f\x77\ \x5e\x5b\x5b\x9b\xe0\x02\x45\x5e\x8a\xe1\x82\xef\x82\xe7\x98\xb1\ \x64\x4f\x5b\x97\x49\x90\x57\xad\x65\x12\x49\x0a\x0a\x18\x41\x89\ \x18\x4d\xd9\x6d\xe9\x44\x66\x60\xa0\x52\x28\x57\xa3\x30\xdd\x99\ \xcf\x24\x13\x62\x72\xcc\x9b\x9b\x2d\xd7\xeb\xd5\x6a\xa3\xea\x87\ \xc4\x4c\xb0\x98\x49\x2c\xcb\x0d\x7c\xdb\x32\x13\x4e\xac\x32\x3b\ \x9b\x30\x8d\xe1\x7c\xba\xda\x40\xa1\x88\x08\x46\x35\x21\x0f\xef\ \xde\x57\x2e\x44\x56\x3c\xe5\xc4\xbb\x4a\x45\xb7\x5a\x28\xf8\x4a\ \xd5\xa8\xe1\x74\xb5\x99\x4e\xac\x51\xae\xb8\xd3\x87\xdb\x8c\x30\ \x1b\x37\x08\x4a\x84\x8d\xba\xe7\x8f\x7b\x8a\x60\x84\x29\xc6\xa6\ \x69\x33\x83\x79\x81\xc7\x15\x6f\xcb\x67\x30\x31\x13\xe5\x5a\xa9\ \x5c\x4b\x65\x33\x5c\x44\x8d\x5a\xc1\x6f\x54\x94\x14\xa7\x11\x68\ \x45\x08\xa4\x94\x47\xc7\xa7\x27\x67\x8b\x73\x0b\x25\xc4\x62\x6e\ \xa0\x1d\xdb\x4a\x24\xd3\xf1\x58\x2c\x08\x3d\x4e\xc0\x16\x4e\xa3\ \xd2\xb8\xff\xc7\x8f\x28\x6c\x99\xc9\xf1\xb9\x3a\x39\x7c\x64\x6c\ \x7c\x6a\xfe\xcd\xbf\xf6\xf6\x28\x6a\xf1\xe8\xcf\x8d\x44\x83\x20\ \xf8\x29\x92\xe2\x2f\x22\x0c\xd3\x34\x4d\xf3\x99\x54\x8a\x10\x46\ \xc8\x9b\x9b\x0c\x78\xf4\x0b\x97\x11\xd0\xda\x8a\x25\x9c\x4c\x5b\ \x8b\x4a\x5b\xf8\xe5\xe6\xd1\xa6\xb1\x2d\x52\x9a\x48\x8d\x25\xc7\ \x48\x49\xc5\x01\x94\xd0\x48\x69\xcd\x0c\x4b\x63\x22\x7c\x5f\x72\ \x41\x0c\x0b\xb0\x56\x04\x18\xa5\x91\x88\x08\xa5\xbe\x5b\xcf\xa5\ \xe2\x17\x9f\x7f\xce\xf4\xdc\xd4\xe4\xc4\x64\xb1\x54\x35\x0c\x4b\ \x2b\xa4\x14\xc4\x1c\x26\x85\xd2\x1a\x10\xb6\x42\x85\x45\x04\x0f\ \x3c\xfc\x93\x7c\xda\xc9\x67\x92\xed\xf1\xd8\x7c\xbd\x61\xcb\xd0\ \x14\x6a\x55\xd7\x00\x35\xcd\xb9\xd2\x78\x2d\xf0\x7e\x78\xf7\x7d\ \xf9\x38\xbe\xf6\xf2\x73\xb3\x49\xc3\x8a\x5b\xa8\x2d\x4e\x52\x56\ \xae\x33\x93\x16\x81\x0a\x5d\x77\xfa\xa0\x3f\x32\x52\x3a\x76\xcc\ \xb1\xad\x54\x26\x47\x63\x29\x33\xdd\xe1\x64\x7a\xb0\x69\x45\xb2\ \x16\xd4\x6a\x52\xab\x6c\xd2\xa9\x97\x66\x51\x75\x2a\x06\x3c\x66\ \x9a\xbb\x8e\x1d\x0b\x42\xe4\x17\x6a\xb9\x58\x37\xeb\xe8\x9e\x6c\ \xe0\x0c\xeb\x4e\x31\x43\x49\x57\xc4\x74\x68\x1a\x85\x89\x71\x31\ \x5f\x1e\xc8\xf2\x74\x3a\x16\xd4\x2b\x38\xf2\x42\x3f\x10\xda\xc3\ \x76\x52\x11\x8a\x1d\x23\x42\x94\x5a\xc8\xc4\x40\xb5\x56\x42\x95\ \xcb\x25\xc4\x82\xee\xde\x84\x92\x41\x26\x65\xad\x1e\x1a\x9a\x9f\ \x99\x64\x04\x9d\x5e\x2b\x9e\xd2\x7a\xbe\x16\xa6\x3a\x7b\x87\x63\ \x6d\xbb\x9e\x7a\xba\x54\xae\x75\x75\xf5\xe6\xb2\x29\x84\x90\x49\ \xed\x6a\x8d\x6b\x6c\xd7\x38\xab\xbb\x6a\x72\x61\x21\xdd\x61\x8e\ \xba\x4f\x59\xa6\x79\xa9\x95\x68\xe5\x47\x7f\x5e\xc0\x18\x97\x4a\ \x05\x29\x94\xed\x38\x08\x96\xed\x69\x7f\x5e\x6f\xc7\x09\xe5\x66\ \x5a\xab\x6a\xa5\x6c\x9a\x56\x3a\x93\x59\x51\xa2\x8c\x30\xc6\xf3\ \x3b\x1f\x0e\xc6\xf6\xc5\x93\x29\x84\x17\xe7\x07\xa3\x93\x3e\xc5\ \x4b\x73\xa0\x2b\x08\x5e\x4b\x59\x88\xb8\xbd\xea\xcc\xf6\xb5\x9b\ \x95\x68\x51\x69\x0b\xbf\xc4\x7a\x54\x6b\x84\x39\x62\x11\x30\x85\ \x80\x22\x24\x11\xd2\x28\x42\x08\x11\xa4\x98\x0a\x40\x81\x50\x81\ \x69\xb0\x50\x44\x48\x72\x93\x60\x04\x2a\x88\x02\x4a\xd0\xc2\x42\ \x61\xef\xee\x3d\x43\xc3\x83\x1b\xd7\x6f\x5e\xb5\x6a\xed\xa1\x43\ \x87\x47\x46\x46\x5d\xd7\x23\x98\x71\x15\x21\x84\x0d\xd3\xe0\x91\ \x70\x14\x21\x1a\x21\x11\x04\xc5\xc2\x74\x65\x7e\xf8\xe2\xf3\xf7\ \x1d\x98\x33\x93\xcc\xc8\x30\x9c\xc1\x5e\xc4\x43\x14\x4b\x25\x12\ \xa5\xe2\xe8\xbf\xfe\xeb\xa7\xaa\xd3\xa3\x17\x9f\xbb\x16\xa2\x7a\ \x3a\x13\x0f\x03\x2f\xdf\xdd\x9d\xef\x19\x82\xb2\x2b\xe7\x2b\x51\ \xb5\x11\xfa\x81\x00\xcd\x93\xc2\xee\xef\xb1\x3a\x7b\x12\x03\x6b\ \x41\xa2\x98\xe6\xc1\xc8\xa8\x28\x57\x70\xc4\x55\xe8\x8b\xd0\x17\ \x58\x23\x66\xcd\x96\x1a\x81\x76\x9c\x35\x6b\xad\xde\x01\x23\xdd\ \xc1\xb5\x11\xb3\x33\x31\xc3\x5a\x98\x38\x36\x32\x33\xaa\x83\xc6\ \xcc\xd8\xc2\xe4\xbe\xfd\x9b\x7a\x74\xfc\xb2\x33\xd7\xf5\x0e\xf9\ \xc5\xb9\xb9\xc2\xa8\x19\xb3\x0c\x4c\x3a\xba\xba\x0c\x83\xda\x16\ \x06\xa4\xc3\xa6\x29\x9c\x54\x95\xba\x3b\x5f\x9e\xc5\x98\x32\x66\ \x24\xc0\x70\xa5\x8b\xad\x14\x31\xad\xd3\x6a\xc8\x43\x00\xf0\xd5\ \xaf\xdf\x21\x22\xfe\xc1\x0f\xfe\xc1\xc8\xb1\xa9\x99\xb9\x22\xa1\ \x34\xe0\xa1\xc1\x0c\xcc\x28\xa6\x94\x43\x88\x0d\xac\x18\x6e\x8b\ \x77\x0f\xac\x59\x67\xd8\x0e\x0f\xc3\xf3\x2f\xbf\xb0\xd5\xff\xf7\ \x73\x52\xa2\xb8\x51\xaf\x4b\x21\xfb\x07\x87\x30\x26\xbf\x80\x47\ \x28\x38\x1f\x1b\x3d\xe6\xfb\x96\x65\x59\x4d\xbe\xc4\x8c\xd5\x46\ \x0f\x06\xc7\xf6\xac\xc9\x38\x54\x37\x40\x21\x40\xe8\x38\xad\xbd\ \xf4\xd7\x11\xd2\x8b\x15\x19\x08\x40\x6b\xd0\x9a\x33\x74\xe4\xc8\ \xae\x46\x36\x1f\xcf\xb5\x37\x87\xc8\xb6\xd0\xc2\x2f\x1f\x8f\x36\ \xaf\x67\xae\x50\xa8\xb1\xd4\x84\x60\x2a\x30\x68\x4a\xb0\x96\x18\ \x09\x43\x85\x20\x23\xa9\x23\x46\x48\x18\xf8\x48\x69\x93\x19\x00\ \xa0\x28\x36\x4d\xb3\xe1\xba\x4f\xee\xd9\x93\xca\x64\x4d\x2b\x21\ \x42\xd8\xb4\x7e\xcb\x9a\xe1\x75\xc7\x46\x46\x8e\x1e\x39\x1a\x46\ \x61\xc4\x43\x8c\xa9\xc5\xa8\x41\x99\x89\xa8\xe2\x3c\x8a\x64\x5b\ \x26\xf9\xa6\xd7\xbf\xda\x60\xf2\x91\x27\x77\xe6\xb2\x78\x74\x74\ \x67\xc3\xd5\x48\x38\x1c\x49\x51\x9d\x8d\xeb\x20\xeb\x38\xa6\x46\ \x93\x13\x93\xf3\x63\x61\xad\x5e\x3e\xe7\xc2\x4b\xf2\xab\x37\x63\ \x16\x86\x9e\x28\x16\xeb\x60\x38\xa9\x8e\x8e\x02\xc8\x74\x2e\x67\ \xe6\xdb\xb8\x89\xb1\xe1\x90\x4a\xc5\x4a\xa7\xca\xb3\x73\xf3\x53\ \x13\x38\xf2\x10\x20\xc0\x24\xdb\xd9\xdf\x31\x2c\x76\x1f\x9e\x57\ \x56\x22\x36\x38\x68\xc5\xda\x63\x28\x1e\x69\xe3\xb1\x91\xd1\x3d\ \xc7\xa6\x08\xb6\xb5\x4f\xb3\x43\xdb\xf6\x8f\x37\xf6\xcc\x1e\x60\ \x3b\x0e\xf8\x9c\x0c\x77\xe4\x86\xcf\x6c\x4f\x26\x52\x12\x74\x67\ \x77\x77\xb5\x3c\xdf\x28\xcd\x35\xbc\x06\x36\x63\x94\xb1\xba\x1f\ \x14\x6b\xa1\x27\x58\x24\x15\x84\x1a\xe2\x31\xcd\x71\xb9\x54\xe8\ \x09\x45\x02\x21\xf5\x82\x17\x65\x08\x7c\x9f\x11\xf3\x9d\xff\xe3\ \x9d\xd7\x5d\x77\x83\x1f\xa8\x8f\x7c\xe4\xdf\x42\x2e\x98\x8d\x5c\ \x1e\x06\x81\x6f\x3b\x96\xe0\x62\xfe\xff\x67\xef\xbf\xc3\xe4\xb8\ \xae\x33\x61\xfc\xdc\x50\xb1\x73\x9e\x3c\xc0\x20\x67\x80\x00\x48\ \x82\x49\x24\xc5\x28\x89\x92\xac\x9c\x2d\xc9\xde\xb5\x9c\x64\x7b\ \x57\xeb\x95\xbd\xd6\xe6\xdf\xb7\xdf\x26\xa7\xcf\x96\x25\x07\x59\ \x39\x9b\x0a\x0c\xa2\x98\xc4\x04\x12\x24\x88\x9c\x81\xc1\xe4\xd4\ \x3d\x9d\xbb\x2b\xdf\xf0\xfb\xa3\x66\x86\x60\x92\x04\x90\x20\x45\ \xb2\x5f\xe2\xe1\x33\xd3\x53\xdd\x55\x75\xfa\xd6\x79\xef\xc9\xb5\ \x8a\x62\xc4\xb2\x3d\x3d\x9c\x10\x25\x1a\x7b\xf7\x87\x3e\xd4\x37\ \xd4\xcf\x1c\xa7\xf3\x78\xbc\x1a\xc6\x28\x6a\x5b\xed\x74\x3a\x83\ \x17\xad\x3a\x78\xa5\x66\xaa\x23\x8c\x11\x80\x14\x2f\x3a\x30\x34\ \xec\x7a\x4d\x15\x25\x1a\x8b\x3b\x56\xdb\x34\xcd\xc5\xda\x6e\xd4\ \x6a\xb7\x53\xb1\x28\xf5\x5b\x82\x4b\x40\xcf\x74\x84\x02\x8c\xd0\ \xc2\xd5\xbf\x12\x16\x29\x82\x70\x98\xc3\x82\x05\x2f\xa5\x08\x47\ \x47\x2a\x04\x25\x15\xb5\x55\x2e\xc6\xf3\xdd\x1d\x1e\xed\xe0\xb5\ \xeb\xd7\x45\x48\x30\xea\xb7\xc0\x37\x18\xc7\x1c\x14\x1f\x28\x42\ \x48\x01\x9f\x4a\x2e\x05\x17\xcc\xd3\x34\xc5\xe7\x4c\x0a\x4e\x08\ \xc6\x18\xb8\x90\x80\x31\x13\x82\x68\x9a\xa2\x69\x44\x31\x09\x52\ \x54\x22\x3d\xdb\x4b\x24\xe2\xd7\x5d\x7d\xcd\x8e\x6d\x5b\x9e\x78\ \xe2\x89\x13\xc7\x8f\x81\xf0\xa5\xa4\x5a\x42\xc7\x20\x5b\xe5\x26\ \x16\xce\x60\xcf\xb2\x4b\x37\xac\xc8\xeb\xbf\xe6\x14\x67\x5a\x76\ \x2d\xa5\x18\xb6\x22\xd2\x29\xb4\xbc\x6f\x40\x91\xd9\xa4\x2a\x77\ \xac\x5b\xb5\x62\x79\x7f\x4c\xd3\xa6\xe6\x66\x03\x25\xa5\xa6\x96\ \x83\x9e\x08\x64\x71\xb6\x55\xaf\xf9\x1e\x73\x2c\xbf\xde\x4c\xf5\ \x0f\x44\xe3\x69\x35\x96\x06\xa4\x02\x97\x20\xc0\xaa\xd4\x27\xc6\ \xc6\x82\x6a\xd1\x20\x0c\x2b\xa0\x69\x11\x3b\x40\xf9\x65\xeb\x76\ \xad\xb8\x3a\x88\x25\x5c\x04\xd5\xb1\x46\xa3\xd9\xf0\x34\xf3\xc8\ \xe4\xec\xe8\x5c\xbb\x3f\x53\x28\x64\xf2\xc8\x4c\xc6\x57\xac\x95\ \xa5\xe0\xf0\xd4\xb8\x8f\x86\x47\xb2\xf1\xde\x5c\x72\xe5\x72\x55\ \x53\x95\xfa\xc8\x18\xb3\x1b\x54\xba\x54\xd1\x04\xd5\x8b\x95\x46\ \x2a\x97\xdf\x70\x49\xff\xd8\x4f\xef\xb7\x85\xf0\x02\xa8\x4e\x37\ \xdd\x80\x4f\x4c\x4e\x6d\xb3\xdc\x2e\x7c\xde\x9a\x28\x4c\x08\xf9\ \xf0\x87\x3f\xfa\xa9\xdf\xf9\x5d\x89\xd0\x8e\x4b\x2f\x8b\x7d\xe3\ \x3b\xd5\x7a\x3d\x4a\xe2\x85\x42\x37\x17\x41\x2e\x9f\x9b\x2b\x57\ \x73\xfd\xeb\xe2\xe9\xdc\xd8\xd4\x5c\x71\xde\x6d\xd9\xcd\x5c\xa6\ \x97\x50\x45\x08\x0b\x50\xc7\xb5\xfb\x6a\x38\x52\xa5\x0c\x33\x8c\ \xce\xe5\x51\xb4\xc4\x47\xcf\x0b\x4c\x3e\x63\xf5\xbd\x14\xba\x45\ \x28\x68\xd7\x2a\x96\xc8\x64\x92\x14\xe4\xd2\x57\x7f\x6e\xae\xd3\ \x33\x19\x46\x08\x3d\xbb\xe3\xdf\xa2\x01\x28\x24\x2c\x0c\xf8\x43\ \x8b\xd6\xa0\x04\x29\x01\x90\xfc\x25\xa6\x15\xa1\xc5\x2d\x37\x3c\ \xdb\x97\xbd\xf8\x33\xfa\xf9\x77\x88\x24\x84\x27\x03\x04\x08\x90\ \x5c\xa8\x81\x96\x20\x25\x48\x82\xa5\x10\xa2\xc3\xa0\x1d\xbc\xa6\ \xfd\xba\x08\x13\xee\xa8\x56\x83\x9a\x28\x00\x1d\x30\x92\x80\x05\ \x10\x09\x14\x21\xe1\x49\x2e\x05\xd5\x8d\x88\xd3\x6c\x71\x44\x08\ \x51\x24\xc2\x5c\x72\xaa\x68\x42\x02\xa6\xa8\xed\x78\x13\xd3\x53\ \xf9\x44\x9c\xfb\xbe\xae\x29\x14\x58\xad\x34\x1b\x8d\xea\x7f\xfc\ \x07\xbf\x7d\xe6\xcc\x99\x6f\x7f\xe7\x1b\xd3\xd3\x33\x6d\xa7\x2c\ \x41\x2a\x3a\xdf\x30\xb8\x6c\xcb\xea\x01\xd2\xaa\x6c\xed\xc9\xff\ \x3f\x9f\xfa\x44\xab\xd9\x52\xa8\x0e\x42\x58\xed\x8a\x4a\x31\x92\ \xcc\x6a\x34\xfc\xd2\x4c\x09\x43\xf7\xf2\x15\xfd\x1b\x2e\x6d\x0b\ \x82\x8d\xa8\x67\x39\x0e\x91\x46\x57\x8e\x7b\xc1\xfc\xc4\xd4\x7c\ \xa9\x11\x4b\x33\x51\xb1\x24\x54\xa5\x19\x9d\x1f\x1d\x6f\xcc\xcf\ \x28\x20\x31\xc8\x44\x34\x1a\xd5\x10\x35\xe8\x74\xcb\x1e\x3e\x79\ \x56\xeb\xdb\x0a\x46\x72\x6e\xa6\x61\xcf\xb7\xdb\x53\x4d\xcf\x25\ \xd1\x15\x89\x64\x24\xaf\xa9\x25\x85\x83\xdf\x68\x3a\xb6\xa3\xc5\ \x8d\x46\x2d\x3e\xd7\x10\x53\xa5\xd3\x31\x82\xd7\x0f\xa6\xb7\x5b\ \xfe\xd0\xb2\x01\xcc\xbd\x84\x06\x3a\x42\xe9\x54\x32\x9e\x1f\xc8\ \xf6\x13\x8f\xc1\xcf\x1e\x7b\xbc\xe2\x00\xd6\xe3\x42\xd3\xe6\xaa\ \xcd\x86\xe5\xcd\x3b\x24\x90\x18\x9f\xbf\x83\x2c\x1c\xf2\xfa\xe6\ \x37\xdf\xa4\xa8\xba\x54\x68\x24\x1a\x4b\x24\x92\x9a\xa9\x5f\x7f\ \xc3\x9b\x7f\xfd\x13\x1f\xd5\xa3\xfa\xdd\x3f\xb9\xeb\xee\x9f\x3c\ \xea\x7a\xba\x46\x52\x49\x53\xba\xed\xf9\xc0\xe2\x5f\xff\xd2\x0f\ \xb6\xae\xfa\x74\x2e\xaa\x04\x41\x27\x98\xf4\x2a\x38\x76\xa5\x10\ \x4b\x73\x1a\xce\x25\xb0\x25\x7e\x5d\x3a\x94\x52\x22\x99\xd7\xb6\ \x5d\x89\xa8\xae\xa9\x04\xa3\x0b\x26\x52\x4a\xc8\xcc\xf1\xfb\x3e\ \xff\x58\xf0\x6f\xff\xe0\xc3\x59\xc4\x98\x78\x96\x29\xfc\x5c\x5e\ \x5f\xbc\xc2\x25\x02\x94\x52\x4a\xce\x41\x72\xc1\x25\x42\x18\x90\ \x90\x12\x24\x0a\x09\x79\x81\x7a\x7f\xd1\x05\x60\xc9\x59\xdb\x17\ \x80\x71\x54\xa5\x58\x0a\x26\x21\x3c\x0d\x46\x88\x62\x14\x04\x81\ \x0f\x58\x7b\xf1\x41\x44\x8b\x97\x84\x42\xcb\x14\x84\x44\x08\x84\ \x04\x29\x05\x41\x20\x80\x3f\x3b\x68\xdb\x41\x07\xaf\x35\x1e\x65\ \x42\x66\x23\xea\x55\x2b\x52\xbe\x8a\x67\x5b\x5e\xc5\xab\x72\x1c\ \xf1\x38\x01\x95\xfa\x82\x0a\x06\x9a\x12\x65\x9c\x58\x1c\x69\x5a\ \x24\xf0\x7d\x45\xa5\x04\x90\x94\x1c\x04\x08\xce\x29\xc1\x13\x63\ \x23\x1b\xfb\xf2\x48\x08\xc9\x15\x06\x0e\x46\x72\xcd\xc0\xe0\xe5\ \x5b\xd7\xbc\xf9\x8a\xad\x3b\x36\x2e\xff\x6f\xff\xf5\x3f\xaf\x5a\ \xb3\x66\xb0\xaf\xef\xf4\xe1\x03\xbf\xf7\xc9\x8f\x99\x88\xd7\x46\ \x4e\xfb\x94\xc4\x24\x8e\x47\x0d\xab\xd5\x22\x14\xab\xaa\x20\x58\ \x50\x8c\xf2\xfd\x79\xaa\xe8\x3e\x67\xc5\xa9\xe9\xa0\xdc\xa8\x06\ \x50\x58\xbe\x2c\x1d\x11\xc2\xf5\xa3\x5a\x24\x9e\xeb\x89\x08\xb5\ \x38\x57\x9c\x1c\x99\x6a\x34\x1c\x23\x1a\xd3\xf5\x08\x60\x64\x4b\ \x2f\x9f\x4a\xea\xd9\x0c\x6b\x00\xe7\x4e\x71\x6e\xee\xe4\x5c\x71\ \xd6\xd7\x4c\xa5\x7b\xf2\xcc\x3c\x32\xb3\x8d\x9a\x33\x7e\x6a\x2c\ \x11\x2f\x44\x88\x4a\x08\xc9\x24\x62\x41\xad\x6a\xd0\x04\x06\x34\ \x6f\xd7\x5b\x9e\x8f\xa2\x19\x97\xf9\xed\x56\xbd\x7e\x74\xe6\xe9\ \x93\x73\xdd\x39\xf3\xb2\xad\x6b\x36\xac\x1a\xc8\x47\x15\xab\xdc\ \x6e\x17\x4f\x39\x81\x9c\x9e\x9d\xab\x5b\x2e\x8a\xa4\x6c\x8e\x1b\ \xed\xa0\x6c\xb3\xb6\x23\x5c\x6c\x22\x4c\x2f\x48\x27\x23\xce\xf9\ \x5f\xfe\xe5\x5f\xbe\xff\x7d\x1f\xbc\xe9\xb6\x5b\xa5\x94\x98\xe2\ \xc0\x66\x37\xdc\x78\xfd\xe0\x60\x7f\xa9\x3c\xfb\xe5\x2f\xfd\xfd\ \xf1\xe3\xe3\xd9\xd4\x40\x32\x95\xa9\xd6\x6a\x2c\x60\xf1\x78\x7c\ \xea\x44\xfd\xde\x1f\x0d\x7d\xf4\xa3\xef\x00\xe8\xf0\xe8\x2b\x4e\ \xa3\xe7\x9a\x7d\xe7\x72\xd5\x82\x61\xf7\x8c\x83\x87\x2a\xb8\x78\ \xe2\x91\xaf\x7d\xf3\xce\x19\x47\x10\x89\x97\x5f\xfd\xee\x4f\xbc\ \xfd\x32\x63\x71\xf8\xba\x60\x41\xd8\x41\x7e\xe9\x1d\x2c\x60\x12\ \x10\x55\xe8\x82\x91\xc7\x19\x97\x98\xd2\x67\xa6\xb5\xfb\xae\x55\ \x6f\x87\x5d\xea\xe5\x73\xf6\x6c\xcf\xa1\xe7\xe7\xf2\x68\x78\x04\ \x67\x00\x02\xa4\x78\x56\x81\xd6\x82\x0d\xf9\x0b\x49\x14\xcd\x4c\ \x17\xbf\x71\xa4\x58\x64\x52\x4a\xe8\x2d\xe4\x3e\xbc\xa9\x50\xd0\ \xe4\xc3\x07\x4f\x3f\x82\xb2\x9f\xdb\x5e\xa8\xcd\xcc\xfd\xe5\xbe\ \xe2\x95\xdb\x56\xde\x54\xd0\xc2\x19\x73\xbf\xc8\xb0\x45\x20\x85\ \x7c\xc6\x58\x46\x20\x99\x04\xd9\xa1\xd1\x0e\x5e\xcb\x3c\xca\x45\ \x2e\xae\xdf\xbc\x23\xaf\x67\x97\x4d\x35\x82\x27\x8e\x4d\x1c\x19\ \x2f\x09\xa9\x49\x30\x80\x52\x0e\xd8\x07\xe2\x3a\x9e\xcb\x85\x4e\ \x09\xe2\x08\x89\x40\x27\xd2\x6e\x37\x23\x86\xde\x6c\x37\x15\x55\ \x55\x11\x8e\x12\x0f\x63\xc1\x03\x6b\x65\xcf\x5a\xc3\x50\x06\x73\ \xd1\x3d\x0f\xde\x79\xf3\xad\xb7\xac\x19\xcc\xbd\xff\xd6\xeb\x6e\ \xbb\xee\x06\xd3\xf3\xe5\xd5\x97\x56\x4a\xb3\x8e\xd5\x50\x88\xc4\ \x51\x53\x6a\x94\x46\xa3\x5d\x2b\x57\x22\x89\xeb\xf3\x4d\xa7\xd5\ \xa0\x00\x51\x53\xf7\x6c\xcb\x69\xd5\x30\x73\x10\x6b\xdb\xe5\x8a\ \x85\x1a\x83\xeb\xd7\x0a\x1f\xb5\x2d\x8e\xa5\x62\x26\x72\x26\x35\ \x6d\x24\xb9\x4a\xb0\xaa\x10\x8d\x52\x4a\x62\x66\x34\x69\x9a\xc5\ \x5a\xa5\x5a\x6f\xcc\x4d\x8d\x8c\x4d\x8f\x57\xbc\x60\xe3\xd5\x37\ \x9b\x7d\x5d\x3d\x34\xfb\xf8\xf8\xac\x9d\x37\xaa\x59\x25\xbd\xac\ \xbb\x42\xfd\xb9\x7a\x09\x21\x86\xc0\xab\x95\x26\x62\x89\x98\x28\ \xcd\x46\xf5\x38\xc4\x53\xb5\x66\x59\x89\xe8\x52\x72\x3b\x08\x86\ \x8b\xed\xda\x13\x07\x27\x8a\xe5\x35\x7d\x85\x5c\x3e\x5b\xb7\x03\ \x5f\x00\xd1\xf4\x7a\xe0\xda\x7e\x50\x6b\xb9\x36\xe3\x36\xe3\x01\ \xa1\x0c\xf3\x0b\x56\x00\x52\x48\xdb\x73\x3c\x1e\x30\x2f\xb0\x1d\ \x3b\x62\xea\x84\x88\x6d\x5b\x36\x02\xc0\xe1\x03\x7b\xe7\xa6\xc7\ \x36\xaf\xed\x79\xd3\x35\x57\xdd\x70\xd3\xad\xb3\x53\x63\x3f\x7b\ \xf0\xfe\xd1\xe1\x33\x81\x37\x77\x78\xef\x8f\xe4\x47\xde\xd1\x79\ \x3c\x5e\x15\x88\xe7\xdb\xa3\x8b\x36\xe9\xd2\x31\x44\x51\xac\xe9\ \xa7\xff\xfa\x7f\xff\x73\xd7\xad\xbf\xf1\x99\xeb\xd6\x63\xab\x52\ \x47\x09\xd2\x9e\xb9\xfb\xc7\xff\x72\x60\xbc\x9d\x1d\xda\xf1\xae\ \x5f\x7b\x73\x06\x35\x1f\xfd\x97\xdb\x9f\x3c\x3b\xcf\x24\x5d\x7f\ \xd5\xdb\xde\x72\xc5\x6a\x05\xb1\xb3\x7b\x7f\x72\xd7\x83\x07\x6d\ \xad\xeb\x1d\x1f\x7c\xdf\xda\xa4\x75\xcf\xf7\x7e\xb8\x7f\xa4\xda\ \xbf\xf9\x4d\xef\xbd\x6d\x17\xc6\x88\x60\x04\xa1\x77\x54\xbe\x10\ \xc1\x2f\xf2\xa1\x78\x5e\x09\xa9\x94\x42\x72\x0e\xc0\xa5\x10\xa1\ \x1f\x7a\x81\x42\xd1\x12\x25\xbf\xe8\x02\x26\x04\x35\x2b\xb5\xbf\ \xde\x3d\xb9\x7c\xed\xc0\xc7\xfa\x23\xc2\x77\xbe\xfb\xe4\xd8\xe7\ \x03\xf1\xb9\xcb\x72\xdc\x0f\x7c\x55\x96\xe7\xe6\xfe\xfa\xc9\xe9\ \x75\x1b\x96\xdf\x90\x25\xdc\xf7\x5f\xfc\x59\x38\xc7\x01\x0c\x48\ \x4a\x89\xa4\x44\x08\x24\x20\x40\x20\x81\x83\xec\xa4\xce\x75\xf0\ \x5a\xe6\x51\x09\xa0\x12\x64\xca\x20\x4e\x83\xfe\x8d\xcb\xe3\x51\ \x33\x70\x5a\x27\x27\xaa\x8e\x67\x81\x66\x4a\x42\x19\x51\x84\xe0\ \x04\x63\x19\x78\x54\xb8\xcc\x6e\x9b\x1a\xe9\xcd\x47\x1b\xb5\x7a\ \x3a\x49\x29\x45\x1f\x7e\xdf\xaf\x6d\x5f\xbf\x7a\xbe\x38\xdb\xdf\ \xdf\xd7\xd7\xd7\x7b\x70\xdf\xd3\x83\x79\xb3\x32\x51\x2c\x8d\x9d\ \x48\x67\x52\xb7\x5c\xb1\x35\x2f\xac\xf6\xe4\x44\xb1\x38\x0b\x44\ \x32\xee\xf5\xaf\x5d\x45\x13\x51\x19\xd5\xb5\x42\x16\x77\x15\x44\ \xcb\x4b\xc5\x0b\xfe\xc4\x64\xbb\x56\xd1\xb0\x42\x75\x4d\xd4\xbc\ \xa0\xd1\xea\xcd\x0e\x44\xf5\xd8\xd9\xf1\x23\x93\x4e\x2d\x4d\xa3\ \x26\x20\xce\x25\x10\x25\x9d\xc9\x68\x48\xba\x84\x5b\xbe\x1b\x80\ \x6f\x18\x91\x64\x5c\x77\x1a\xf5\x99\xd9\xe9\x93\xc7\x8e\xcd\x4c\ \x8d\x67\xba\xd2\x97\x6e\xdf\x41\x63\x7a\x75\x7e\x6c\xdb\x15\xab\ \x65\x3e\x71\xdf\xd9\xf1\xd4\x86\xee\xba\xf4\x26\xa6\xcf\x58\xcd\ \xaa\x53\x99\xeb\x4d\x44\xcb\xf5\xf9\x7a\xa3\xa6\x08\x14\xcd\xa9\ \x22\x62\xd4\x09\x16\x92\x20\x00\xac\xa9\xb1\x48\xd4\x76\xdd\xc7\ \x8e\x4c\x4e\x95\x1a\x2b\x87\xdc\xa9\xd2\xbc\xcf\x98\x66\x44\x24\ \x56\x8c\x48\xcc\xf1\x18\x47\x08\x10\xa2\x0a\x51\x54\x06\xf8\x42\ \x95\xb2\x14\x4c\xf2\x4c\x3e\x33\x5f\x99\x3f\x78\x70\x5f\xa9\x34\ \xf7\xc9\x4f\x7c\x94\x42\x30\x3d\x72\xbc\x27\x93\xf8\xfc\x5f\xfc\ \xef\xcd\x5b\xd7\xc7\xa3\x1a\xc5\x40\x2e\xeb\xbb\xf1\x9a\xa1\xb3\ \xa7\x4e\x38\x4e\x23\x91\xe9\xed\x38\x75\x5f\x2d\x2c\xda\xa3\x52\ \x3e\xc3\xa1\x0b\x06\xe9\xd2\x31\x18\x89\x93\x7b\xee\x9e\xee\x7f\ \xd3\x67\xdf\x7b\x55\x0c\x84\xc8\xa4\xbb\x90\x64\x56\x75\xc5\xb6\ \xab\x07\x36\xb9\xf7\x7c\xe3\xeb\xdf\x8a\x2f\xfb\xf4\xb5\xe8\x81\ \x7b\xf6\xe4\x6f\xf9\xd8\x26\xe3\xd4\xb7\xbe\xfa\x77\xf1\xc1\xff\ \xb5\xa5\xfe\x93\xbf\xfe\xa7\x87\x77\xdc\xf6\xb6\xad\xf1\x68\x46\ \xb3\x7f\xf2\xd5\x2f\x3e\xed\xaf\x7b\xe7\x6d\x9b\x7f\xfa\xcd\xef\ \x7c\x27\x5a\xb8\x3e\xa6\x20\xe0\x8b\x11\xc5\xe7\x90\x28\x92\x21\ \x59\x86\x1c\xb6\x70\x85\xe8\xdc\x07\x5c\x72\x06\x48\x00\xe3\x21\ \x6d\x2d\xdc\x01\x7a\xc6\x37\xf2\x62\xf7\x8b\x31\x3a\x3e\x59\x2a\ \xa7\xd2\xff\x69\x4d\xd2\x10\x0c\xcc\xd8\x27\xb7\x65\x3f\xfd\x54\ \xe5\x4c\x2b\x65\x52\x3c\x3f\x5b\xfc\xdb\x39\xb8\x64\xe3\xe0\x3b\ \xfb\x75\x16\x04\xe2\xe7\x10\xf2\x33\x7e\xdd\xc5\xf8\xae\x04\x89\ \x24\x48\x0c\x48\x4a\x19\x74\x68\xb4\x83\xd7\x38\x8f\x4a\xa9\x6a\ \x5a\x57\x4f\x4f\x2c\x9f\x95\x28\x88\x61\x77\x6d\x97\x61\x55\xe5\ \x5c\xd3\xf6\x7c\xd7\x97\x4a\x80\xa8\xc0\x34\x12\x31\xdd\x66\xad\ \x10\x57\x56\x0d\x2d\xbb\x6c\xf3\x9a\xa4\x49\x35\xcc\x53\xf1\x68\ \x21\x9b\xcd\x15\xf2\x93\x53\x13\xb9\xb8\x7a\xc5\x15\x9b\xda\xd5\ \x5a\xd0\x9c\x05\xa7\xd7\x44\x4e\x65\xf4\x58\xef\xf2\xeb\x93\x51\ \x72\xec\xf1\x47\x35\xd7\x9d\xaf\x56\x8d\x58\x24\x96\x49\xb5\xbd\ \xa6\x21\x15\x45\x8d\xe2\x58\x14\xa4\x60\xc0\x11\xf1\x52\x29\xd3\ \x6f\xcd\xbb\x5e\xcb\x24\x28\x1a\x8b\x01\x95\x9a\xa1\xf3\x00\xd9\ \x81\x77\x7a\x72\xc4\x44\xaa\x21\x94\x84\x16\x8b\xe8\x31\x8c\x34\ \xac\x51\x08\x58\xd0\x6e\x9b\x3a\x4d\x67\x12\xd5\xe2\xe4\x13\x8f\ \xed\x19\x1f\x9d\xa6\x88\x6e\xbd\x74\xd7\xc0\x50\x6f\xae\xaf\xf0\ \xd4\xa1\xa3\x2c\x20\x8d\xa9\x13\x9b\x56\x6f\x9b\x9c\x55\x9a\xc8\ \xab\x34\x6d\x5e\xf3\x0d\x97\x79\x1e\x58\x52\xd2\x42\xb7\xa8\xdb\ \x11\x50\x02\xc1\x25\x73\x35\x95\x2a\x9a\xa9\x68\x6a\x20\xc0\x45\ \x44\x89\xc7\xd2\xb1\x4c\xd3\xb3\xf7\x0f\x4f\x49\x02\x84\x28\x41\ \xad\x99\xcd\xe6\x81\x8b\x00\x85\x93\xcf\x25\x00\xc3\x10\x9c\x3b\ \x47\xfa\xbc\x40\x08\x69\x3b\xd6\x17\xff\xe1\x8b\x0a\x55\x74\x4d\ \xbd\xe9\xc6\xeb\xde\xf7\xc1\xf7\x79\x76\x1b\x0b\xbf\xaf\x2b\xb3\ \x7e\xf3\x6a\xb7\x5d\x0f\x98\xcf\x29\xd6\x84\x54\x88\xec\xce\xc7\ \x75\x23\x15\x49\x74\xbb\x1d\xad\xf3\x2a\x79\x76\xa5\x10\x42\x2e\ \xfc\xef\x39\x21\xd2\xa5\xf8\xa8\x14\x7e\xab\x51\x8d\x76\x5d\x42\ \x24\x78\x9e\x2b\x01\x01\x26\x32\x70\xa7\x4e\x1e\x3c\x36\xd3\xac\ \x34\x1c\x6d\x7a\x9e\xcb\x0c\x36\x73\x1b\xb6\x5e\x7a\xf5\x8a\xcd\ \xc7\x9f\x3a\x39\x3c\x32\x43\x8e\xee\x49\x5f\x72\xdb\x47\xdf\x7a\ \x1d\x00\x04\xa5\x63\x07\x9e\x38\x54\x1f\x34\x1e\x79\x64\xb6\x5a\ \xaf\x06\x13\x67\xed\x75\x04\x81\x10\x02\x04\x7a\xee\xf4\x1a\x84\ \x16\x4c\xe2\x30\xdd\x49\x48\x21\xa5\x3c\x97\x19\xa5\x94\x42\x70\ \x89\x98\x14\x5c\x22\x04\x42\x2c\x04\x4d\x17\x33\x68\x7f\x7e\x7c\ \xb4\xe5\xfa\x31\x33\x4e\x98\x1f\x30\x0e\x88\x2b\x9a\xa2\x73\xd1\ \x74\x7c\x8c\xe4\x7c\xb5\xd5\xd4\x23\xd7\xea\x08\x78\x20\xb8\x90\ \x3f\xa7\x8e\x66\x89\x47\x91\x04\xb9\xc8\xa3\x18\x21\x90\x92\x83\ \x90\x5c\x76\x96\x74\x07\xaf\x69\x1e\x05\x29\x25\x22\xbe\xa4\xc5\ \x62\xa5\x52\xab\xb9\x01\x5f\x37\xd0\x95\x8c\x18\x13\xf3\x4d\x0f\ \xe9\xe5\x96\x57\x6c\xb4\x67\x5b\x1e\x77\xfc\x8c\x89\x7f\xff\x37\ \x3f\xb2\xa6\x2f\xeb\xd7\x8b\xd9\xa8\x02\x81\x15\x31\xb5\xad\x3b\ \xb7\x1c\xd9\xb7\x8f\xdb\xd5\x68\xb2\x17\xd2\x11\x5a\x2f\x2a\xd2\ \xd5\x31\xeb\xce\xc4\xfa\x86\xfa\xa1\x5e\x99\x38\x7d\x62\xae\x3d\ \xab\x00\x13\x51\x00\xd5\x4b\xc4\x95\x48\x3a\x0e\x04\x53\x8c\xad\ \x62\xd9\xe6\xdc\x34\x8c\x88\x46\x54\xc3\xad\xfb\x35\xc7\x71\xb9\ \xa2\xb5\x1d\x2f\xdd\xdd\xc3\x8d\xb4\xaf\x04\x8e\x99\xad\xd4\xe6\ \x86\x06\xb3\x24\x20\xc3\x53\x65\x31\x57\x8c\xe8\x26\xe7\x5c\x70\ \x9f\x7b\x0e\x38\xce\xe8\xde\x7d\x4d\xea\xc5\x92\xa9\x37\xdf\x74\ \x53\x3e\xd7\xad\xa8\xb4\xd5\xae\x1f\x3e\x72\xb4\x34\x37\xad\xeb\ \x89\xd9\xb3\xc7\x12\x48\xbf\x21\x9a\x1d\x2f\xef\xf7\x1b\x02\xd7\ \x91\x70\x25\x55\xe3\x60\x44\x5b\xcc\x43\x51\x35\xad\x44\x62\xd0\ \x9a\x99\x1b\xf6\x9c\xb6\x1e\xd7\x09\x21\xa0\x69\x0c\x29\x12\x08\ \xe3\xc2\xd0\x0c\x5d\x23\x6e\x60\x53\x8a\x35\x09\x7a\x3c\xc9\x58\ \x80\xc3\x18\x95\x14\x18\x01\xa5\x80\x2e\xd4\xaf\x4b\x29\x5d\x3e\ \xb8\x6c\x7a\x6a\xaa\xbf\xaf\x6f\xa0\xb7\xfb\x8a\x2b\x2e\x27\x04\ \xda\x76\x33\x16\x35\xa3\x31\x03\x38\x13\x2e\x30\x88\xe8\x02\xe6\ \xe7\xe6\xa4\x67\x65\xfa\x57\x71\xee\x79\xa0\x76\xea\x47\x5f\x35\ \x7b\x14\xa4\x5c\x9c\xcd\x1b\xe6\xbb\xca\x67\x79\x2e\x25\x20\xc4\ \x85\x92\x2a\xf4\x37\xee\x3d\x55\xb6\xdf\xda\xaf\x93\x80\x63\x55\ \xe5\x8f\x7e\xff\x9f\xfe\xe5\x78\xea\x37\x3e\x72\xf3\xb0\x35\x75\ \x52\xf8\x8c\x0b\x00\xe1\x7b\x0e\x00\x57\x31\x61\x41\xc0\x03\x01\ \x54\x0a\x00\x29\x84\xe0\x9c\x49\x73\xc3\x65\xd7\xbc\x69\x28\xc6\ \x6e\xbc\x25\x53\xc8\x95\x0f\xfc\x0b\x07\x04\x52\x72\xce\xb8\x80\ \x67\xf2\x67\x97\xac\x3c\x84\x10\x0a\x29\xf3\x59\x7e\xdd\x85\xbc\ \x5c\x1e\x48\x22\x40\x70\x58\x74\xec\x3e\xcb\x2f\xfd\xe2\x3c\x2a\ \x01\x15\x22\x5a\x7d\xa2\x5d\xf1\x13\xdd\x44\x02\x86\xe9\x52\xd3\ \x53\x70\x41\x93\x13\x3e\xdf\xb0\xaa\xfb\xdd\xb1\xe0\xef\x76\x8f\ \x5a\xdb\x7b\x6f\xcd\xab\x3e\x13\x2f\xe6\xd7\x45\xe7\xd8\xa3\x12\ \xa1\x05\x8f\x72\x18\x1c\xc5\x48\x72\x1e\x5e\x55\x07\x1d\xbc\x56\ \x79\x94\x52\x52\xaf\xb5\xf6\xee\x39\x9e\xef\xe9\x4d\x26\xa3\x92\ \x39\x11\x85\x76\x0f\xf5\x6f\x5f\x8d\x25\xc2\x73\xa5\xf9\x9a\xed\ \x1c\x9e\xb7\x77\xef\x1f\xb9\xf6\xf2\xcd\xbf\xf5\xe1\xdb\xf6\x3d\ \x74\xff\x64\x79\x6a\xd5\xb6\x6b\x47\x8e\x1e\x42\x44\x0b\x64\xd0\ \x6e\xb5\xed\x9a\x33\x17\xcc\x01\xc7\x44\xd5\x8c\x78\xdc\x11\x7c\ \xd9\xba\xb5\x91\x6c\xa1\xb8\xef\xc0\xf4\xc8\x28\x00\xb7\x98\x6b\ \x5b\x76\x2e\x9f\x97\x44\x1a\xa6\x2a\x30\xf2\xad\xfa\x7c\xbd\xe5\ \x70\xc1\xda\xad\x35\x7d\x05\x55\x51\x7d\xcf\x22\x66\xdc\xa7\x9a\ \x91\xce\xeb\xb9\x2e\x4f\x02\x46\x38\x46\xf4\x27\x8e\x9c\xe9\xcf\ \x0f\x6c\xdb\x71\x59\xb0\x41\x58\x6d\x17\x84\x64\x8c\x39\x76\x9b\ \x0a\x01\x42\xe8\xba\x92\xea\xce\xc4\x32\x19\x5e\xb3\x6a\xe5\x6a\ \x7d\x7e\x7e\xf8\xec\xc4\xec\x4c\x25\x9b\x2c\xd8\x6d\x1b\x2c\xc7\ \x2d\x8d\x51\x52\x19\x20\xde\x64\xb1\xe8\x58\x0a\x07\xdd\xb6\x82\ \xd9\xa9\xa3\x0d\xaf\x46\xb1\x9c\xc2\x84\x31\xbf\x52\x99\x57\x14\ \x6c\xe4\x13\x88\x12\x00\xae\x6b\x0a\x0f\x7c\x29\x39\x42\x44\x48\ \x88\xc4\xe3\x8c\x05\x52\x42\x20\x38\x48\x44\xa8\xea\x7b\x9e\xa2\ \x28\x8a\xa2\x30\xf6\x4c\xda\xe3\xf9\xba\xd3\x31\xc2\xd7\xae\xde\ \x02\xab\x36\x79\xcc\xed\x1d\xe8\xbe\x64\xe3\x7a\xd5\xa0\x31\x53\ \xa9\xd5\xeb\x53\xd3\x93\x8a\x94\x99\x6c\xb7\x62\x68\x8a\xa6\x76\ \xad\x48\x83\xdb\xf4\xbd\x16\x73\x05\x50\x03\x94\xce\xd3\xf1\x6a\ \x58\xa3\x08\xa4\x08\xad\x3b\x21\x38\x17\x52\xa2\x05\x17\xa9\x04\ \x29\x11\x46\x21\x43\xb9\x12\xad\xd8\x76\xf3\xd6\xfb\xfe\xfa\x2f\ \xff\xef\xe7\x6f\xba\x6a\x3d\x75\x6a\x41\x7c\x00\x73\x29\x40\xb0\ \x80\xb1\xc0\x0f\x02\xc6\x83\xc0\x75\xdc\x20\xe0\xc0\x99\xeb\x38\ \x81\x2b\xd7\x5e\xb9\xed\xbb\x5f\xfc\xd1\xd7\xba\xf9\xb2\xa8\xd6\ \xb7\xb2\x77\xcb\xd6\x9e\x07\x1e\xdb\xb3\x3c\xba\x1d\x31\xae\x66\ \x7a\x0c\x5d\x6f\x8f\x1e\x3e\x35\x51\xbe\xac\x57\xe3\x42\xa2\x73\ \x4a\x69\xc2\x56\xbf\x12\x00\x21\x2c\x14\xf1\xbc\x3c\x23\x24\xa5\ \x94\x9c\x85\xb6\xf4\x42\xfd\xc9\xb3\x5c\xd3\x58\xbe\xf8\xf2\xf5\ \x24\x5e\xdd\x95\xdc\x3e\x39\xfb\x17\x4f\xce\xdc\xd4\x67\x08\xc7\ \xfb\xc9\x48\x6b\xd7\xaa\xae\x41\xca\x4e\x04\xbc\x05\x62\xf3\x60\ \xf6\x0f\x19\xfb\xdf\x4f\x4f\xd3\xed\x3d\xd7\xa7\x49\xf0\xe2\x05\ \xae\x8b\xfb\x10\x80\xc5\x62\x6b\x04\x48\x62\x24\xa5\x00\xc1\xe4\ \x1b\x6f\x14\x60\x07\xaf\x2b\x1e\x15\x82\x1b\x46\x74\xf3\x86\x6d\ \xc9\x5c\x8e\x31\x57\x8a\x40\x55\x40\x53\x70\xbb\x59\xa9\xd6\xe6\ \x79\xb9\x38\x90\xcd\xae\xbd\xf1\xd2\xa8\x42\xae\xbf\x7c\x33\xb2\ \xab\xb2\x5d\xdb\xb9\x79\x7d\xbe\xaf\xef\xd8\x9e\x27\x7c\xce\x90\ \xcf\x73\xdd\x7d\x27\x4f\xcd\x58\x96\xc7\xe6\xab\xc5\xe9\x12\xd6\ \x8c\xb3\xa3\xe3\xfd\x2b\x57\x83\x1f\xb4\x5d\x5f\x37\xe3\xdc\x91\ \x92\x8b\xb8\xae\xa0\x80\x5a\x35\xbb\x48\xe7\x6c\xcf\xd7\x23\x91\ \x5c\x26\x57\xb7\xac\x9a\xe5\xcc\x9f\x99\x70\x98\x68\x49\xdc\xdd\ \xdf\x9b\x1a\x18\x92\x44\x51\x09\x75\x9a\x4d\x56\xaf\x62\x8f\xdb\ \xc5\xfa\x43\x77\x3d\xa8\x81\xb1\x61\xeb\x96\xc2\x60\xbf\x12\x8b\ \x22\x4a\x41\xa1\x10\x04\x80\x09\x6b\x36\xac\x56\x73\x78\x74\xaa\ \x3a\x5b\x9c\x9f\x9a\x3a\x79\xf8\x88\xb0\xdd\x6c\x32\x39\x71\x76\ \x46\x55\xc8\xe6\xf5\x9b\x29\xb0\x99\xb9\x33\x11\x0d\xe2\x11\xec\ \x52\xad\xc5\xd0\xd9\xa3\xc7\x2d\xbf\x42\x29\x93\x26\x04\xaa\x82\ \x19\xc9\xc5\x23\x96\x6b\xcf\x4c\xcd\xf6\x0c\xf4\xea\xba\xa2\x10\ \x40\x84\x30\x5f\x50\x90\x01\xf3\x85\x0f\x20\x40\x51\x28\x42\x98\ \x71\x9f\x73\x48\xa5\xd2\xbe\xe7\x95\x2b\x15\x8c\x30\x46\x17\x12\ \x20\x45\x00\x9c\xf3\x76\x43\x3a\x8e\x9b\xef\xcd\x5e\x75\xd3\xad\ \x7a\x36\x25\x7d\x47\x89\xe7\xb3\x89\xae\x14\xe3\x00\x48\xa1\x26\ \xc1\x44\x0a\x26\xa5\xe0\xaa\xa6\x44\x0a\x44\x0a\x00\x62\xb7\xbc\ \xce\xe3\xf1\xea\xd8\xa3\x8b\x06\x5f\xc8\xa7\x02\x96\x02\xa4\x12\ \x38\x00\x08\x00\xe0\xdc\x23\xd1\xc1\x4f\x7c\xe6\x0f\x1e\xf8\xc9\ \xfd\xfb\x1e\x7f\x14\xb0\xb6\xec\x92\x81\x1b\xaf\xff\xb0\xe5\xfd\ \xf8\xde\x1f\xde\x8e\x94\xfe\xcb\xb6\x0e\x70\x89\x36\xed\xdc\x9a\ \x33\xa5\xef\xc1\xd0\xa6\xad\x41\x9a\xa6\x37\xdc\xf2\xaf\x3f\x44\ \xef\xdf\xfd\xf8\x04\x49\xbe\xa9\x7b\xe8\xc6\x8f\x7c\x0a\xfd\xf8\ \xce\xdd\xf7\xdf\xa7\x64\x06\x93\xcb\x36\xad\x5e\xb9\xeb\x1d\x97\ \x16\x67\xe7\xca\xac\xab\x47\x70\xbe\x44\x4b\x0b\xa5\xab\x0b\x3e\ \xe5\x90\x44\x9f\x5f\xf7\x02\x92\x73\x89\x39\x08\x21\xc5\x42\x7a\ \x51\x18\x67\xc5\x52\x02\x88\x9f\x63\x8f\x0a\x21\x08\x55\x7e\x63\ \x7b\xf7\xfd\xa3\xf5\xa7\xa7\x1a\x80\xc9\x8d\x1b\xba\xae\x2b\x68\ \xc2\xe7\x5d\x71\x73\x07\x22\xae\x1b\xac\xed\x4b\xff\xa6\x5f\x39\ \x54\xb1\xaf\x48\x98\x44\xbe\xa8\xdc\x42\xeb\x76\xd1\x8d\x2c\x11\ \x20\x89\x10\x12\x48\x0a\x2e\x19\xea\xb8\x75\x3b\x78\x6d\xf3\x68\ \x10\xb0\xee\xee\xc2\xb6\x77\xbe\x8d\xea\x7a\xb5\x5c\xf2\x5d\x7b\ \xbe\x3c\x5b\x29\xcf\x55\x9b\x6d\x20\x4a\xae\xbb\x77\x68\xf5\x6a\ \xbd\x67\xd9\xea\x81\x89\x28\x62\xd5\x89\x49\x9d\x12\xe1\x7a\x63\ \x4f\x3e\x99\x8c\x27\x13\x99\x94\xf0\x59\x21\x5f\x58\xb6\x72\xd9\ \xec\x5c\xb1\x5d\xab\x78\xae\x4b\x10\x99\x9e\x9c\x60\x1e\xa3\xaa\ \x96\xea\xed\xc3\x86\xa9\x05\xa2\x3e\x37\xe7\xb8\xb6\xe7\xf9\xad\ \x66\x40\xb0\xe3\xf9\x81\x8a\xa3\xb5\x99\x6a\x69\x7e\x3e\x9e\x4c\ \xd5\x38\x07\xc3\xe8\x5b\xbe\x2a\xdd\xdd\x4f\x53\x69\x90\xd8\xae\ \xd7\x25\x52\x3d\x1f\x26\xa6\xe7\x0a\x99\xec\xc4\xc4\xe8\x83\xf7\ \xdc\x61\xb7\x2a\x91\x54\x4a\xd1\x35\x21\x05\x20\xc4\x03\xd6\xac\ \xd5\xb9\x94\x96\xeb\x34\xaa\x35\xe9\x05\xd2\xf7\xbb\x73\x59\xe1\ \x07\x8d\x6a\xb5\xd9\x6c\x00\x86\xe9\xd9\x59\xc9\x7c\x2f\x10\x3e\ \x52\x89\xae\x24\xe3\xb1\xb1\x53\x23\x01\x77\xa2\xa6\x41\x14\xce\ \x21\x50\x15\x03\x63\x8c\x80\x10\x5d\x77\x59\x30\x37\x57\xcc\xe4\ \x73\x7a\x2a\xed\x7b\x2e\x42\x44\x51\x35\x22\xa4\xc0\xc0\x38\x8b\ \x18\x66\xc4\x34\x3d\xea\x61\x40\xd5\xf9\x72\xad\x5a\x13\x82\x27\ \x13\x49\x84\x40\x5e\x50\xfd\x28\x60\xdc\xb3\x61\x9b\x66\xe8\x5b\ \x76\xac\xa7\x49\xd3\xf6\xb8\xaa\x47\x39\x80\x1f\x48\x6a\x20\x8a\ \x21\x60\x20\x01\x38\x51\x25\x01\x2e\x81\x0b\x41\x31\x06\x21\x00\ \xdc\xce\xe6\xfd\x55\x81\x90\x42\x82\x14\x52\x48\x11\xb6\x0e\x40\ \x8b\x0c\xb1\x60\x50\x49\x29\x35\x4d\x53\x15\x0a\x85\x55\xef\xfd\ \x57\x1b\x16\xdf\xe6\xd7\x9b\xd6\xcd\x1f\xfa\xd4\x5b\x31\x02\x24\ \x99\xef\x7a\x01\xbc\xe3\x23\xef\x61\x9e\xd3\x72\xc8\x95\xef\x7c\ \x1f\x62\x5e\xcb\xe6\x43\x3b\x6e\xfe\xbd\x5d\x6f\x45\x20\x7c\xd7\ \xf5\x24\xba\xe1\xfd\x9f\xb8\x85\x60\x29\xb8\xe7\xba\x1e\x24\x6f\ \xf9\xd8\xa7\x64\xe0\x7a\x41\x70\x6e\x7a\x6e\xd8\x43\x01\xa3\xb0\ \x7e\x04\x89\x30\x9f\xf8\x39\xd5\x2c\x52\x48\xc1\xa4\x58\x34\x43\ \x17\xd8\x3f\xa4\x50\xf9\x4c\xa3\xa1\x17\x82\x46\x10\x45\x00\xba\ \x72\xdb\xc6\xfc\x6d\xa1\xdd\xcb\x25\x08\xe9\x72\xb9\xbe\x37\xb5\ \x05\xa4\xc3\xb8\x05\xb0\x63\x79\xe6\x72\x29\x1d\xfe\xe2\x43\x88\ \xe4\x62\xb3\x86\x45\x31\x85\x86\x74\x58\x46\x2a\x05\x07\x29\x3a\ \x2b\xba\x83\xd7\x30\x8f\x4a\x29\x55\x4d\xa1\x28\x70\x24\xa6\x11\ \x6d\x6a\x72\x64\x7c\x72\xdc\x71\x2c\x23\x1a\x5b\xb9\x62\xc8\x30\ \x35\x55\xd5\x66\xca\xa5\xd5\x5d\xb9\x28\x86\xc6\xec\x54\x42\x55\ \xa8\xe0\x6e\xdb\x19\xec\xe9\xa5\x9a\xee\x36\x9d\x48\x3a\x7d\xcd\ \x4d\xd7\xb7\xdb\x96\x42\x08\x48\x19\x31\xa2\x94\x1a\x93\x63\x53\ \xcb\xd7\xad\x4b\xaf\x5e\x9b\x14\x1c\x63\x2d\x5b\x9a\x6f\xd7\x1b\ \xd5\x52\xa9\x59\x6f\x70\x4a\x93\x85\x48\x2c\x9e\xa0\x94\x64\x7a\ \x97\x1b\xc9\x24\x8b\x26\xb0\x19\x25\x58\x05\x33\xc2\xb9\x0c\x5c\ \x97\x71\x3c\x3f\x5f\x39\xba\xff\x60\xb5\x52\xcb\xa4\x53\xd2\xb3\ \xed\x76\x6b\x6e\x6a\x62\x6d\x2c\x82\x5c\xdf\xb6\x6d\xd7\xf3\x1b\ \xd5\x3a\xc6\xa8\xaf\xaf\xbf\xbf\x27\x27\xfa\x7b\x4d\x4d\xab\x16\ \xcb\x13\xc3\xa3\x1e\xf3\xdb\xed\x76\x20\x38\x02\xd4\x76\x5c\x29\ \x45\xdd\x76\x20\x62\xc6\xb2\x89\xe9\x99\x72\xad\x3d\xa7\x46\xa4\ \x14\x01\xc6\x84\x60\x1d\x49\x4a\x15\x05\x61\x92\xcb\xa4\xcd\x58\ \xb4\x52\xaf\xcd\x16\xe7\x04\x13\xd1\x68\x54\xd3\x35\x5d\x37\x11\ \x40\xc0\x02\x5f\x82\x4e\x15\x02\x08\xb8\x28\x16\x4b\x8d\x46\x43\ \x53\x94\x88\x19\x69\xd6\xeb\xbe\xe7\xa1\x0b\x32\x49\x29\x25\xd7\ \x5d\xbb\xd5\x48\x44\x81\x80\xe4\x81\x41\x01\x71\x46\x09\x52\x89\ \x44\x12\x80\x49\x2c\x24\x53\x08\x20\x60\xd2\x27\x98\x10\x90\x00\ \x48\x80\xe8\x90\xe8\xab\x67\x8f\x02\x0b\x98\x5c\x2a\x23\x5d\x34\ \x46\xc3\x8d\x14\x92\x48\x55\x94\xc3\x87\x0e\x8f\x8c\x8c\x2e\x95\ \x87\x4a\x00\x8c\xf1\x9b\xae\xb9\x46\x0a\xe1\x9d\x63\x76\xb9\xb6\ \x13\x9a\x8b\xbe\x13\xfe\x00\xcc\xf7\x98\xbf\xe4\x69\x90\x9e\xe3\ \x9c\xe3\x76\x10\xae\x6d\x2f\x71\x52\xf8\xdf\x62\x9c\x31\x34\x49\ \x17\x68\x9e\x05\x01\x3c\xaf\xee\x85\xfb\x3e\x50\x02\x8b\x5d\x84\ \xe4\x52\x44\x55\xca\x73\x7a\xf5\x3d\x17\x0a\x46\xfb\x4b\xf6\x48\ \xd3\x57\x9e\xdd\xae\x8b\x09\x79\x69\xc1\xec\x8d\x28\xce\xe2\x89\ \x7c\x26\xfc\x5f\xe0\x7d\x41\x4b\xfd\x00\x25\x92\x21\x93\xa2\x85\ \x9e\x46\x82\x05\xac\x63\x8f\x76\xf0\xda\xe6\x51\x8c\xb1\xeb\x3a\ \x07\x0f\xed\x9f\x2b\x57\x2d\xab\x15\x30\xd6\x3f\xd8\xdf\xd5\xb5\ \x2e\x9b\xc9\x44\xa2\xd1\x46\xa3\x3e\x5f\x2c\xb1\x56\xab\x3b\x1a\ \x89\x9b\xba\x53\xad\x24\x62\x51\xe1\xb1\xa8\x69\x12\x21\xa5\xcf\ \x98\x94\x2d\xda\xd4\x23\x2a\xa6\x48\xd5\xf4\x81\x81\x01\x10\xe8\ \x2c\x4c\x0e\x9f\x9d\xc0\x46\x2c\x3f\xb4\xcc\x18\xe8\x07\x44\xd4\ \xae\x9e\xb4\x84\xb4\xef\x07\x8e\x23\x82\x40\x55\x28\x72\x2c\x30\ \x0d\xe9\xd8\xcd\x4a\x23\x9e\x2e\x20\x33\x0a\x8e\xef\xd9\x5e\xb9\ \x52\xf6\xdb\xb6\xdb\xa8\x1f\x79\x7a\xcf\xe1\xbd\x7b\xba\xb2\x19\ \xdb\xb2\x32\xd9\x5c\x7f\xd4\x24\x18\xb7\x9b\x0d\xcd\xd4\xf3\xa9\ \x54\x34\x16\x17\x5c\xa6\x53\x69\xdd\xd0\x1b\xad\x5a\xe0\xf9\x93\ \x63\xe3\x63\xc3\x23\xc5\x99\xa2\xe4\x52\x37\x8d\x80\x33\xdd\x30\ \xe3\xe9\x4c\xb3\xdd\xe2\x3e\xc3\x9a\xce\x70\xeb\xf0\xc9\x83\x48\ \xd5\x8c\x28\x95\x0c\x54\xa2\x4a\x89\x00\x2b\x8a\xa6\x61\x8c\x3d\ \x2f\x90\xd8\x49\x25\xd2\xe9\x64\xba\xde\x68\xd4\xaa\x55\x9c\x4c\ \xa5\xe3\x7a\xe0\xfb\xdc\x0b\x34\x45\xa1\x98\xb4\x1b\xcd\x72\xb9\ \xec\xda\x8e\xa9\x69\x9a\xa2\x4a\x2e\x34\x4c\x09\x26\x17\x96\xf8\ \x23\xa5\xa4\x31\x13\x54\x10\x4c\x48\x82\x85\x14\x18\x13\xc9\x25\ \x25\x2a\x48\x0e\x8c\x13\x4a\x9d\x56\x2b\x1a\x4f\x04\xae\xc3\x64\ \x80\x00\x74\xaa\x20\x89\xed\xce\xc3\xf1\xaa\x18\xa3\x42\x24\x12\ \xc9\xb9\xb9\x99\x74\x3a\xad\x69\x9a\x90\xcf\x62\xa0\x90\x15\x28\ \x21\x89\x44\x32\x97\xcb\x51\x7a\x2e\x8f\x22\xc3\x30\x15\x85\xbe\ \x2c\x59\xa9\x08\xa1\xe7\xf4\x99\x47\xa1\x4b\x04\x81\xeb\x38\xe5\ \xf2\xfc\xf2\xa1\x15\x4b\x6d\xf6\x04\xe7\xc9\x5c\xf7\x74\x80\x0b\ \x8c\xeb\x94\xc0\x39\xd4\x89\xd0\x33\xfd\x10\x5e\x58\x01\x61\x14\ \x37\x64\x96\x63\xfa\x6c\x1e\xe5\x42\x9a\x9a\xa6\xa8\x14\x8b\xf3\ \xb8\x1d\xf4\x8c\x5f\x77\xe1\xd2\x11\x46\x20\xc1\xf1\x79\x11\xcc\ \x81\xae\xde\xce\xbc\x97\x0e\x5e\xd3\x3c\x4a\x5a\xad\x46\xc3\xaa\ \x29\x3a\xcd\x46\xb2\x91\x68\x74\xd5\xca\x95\x91\x68\xc4\xf3\xbc\ \xd1\xd1\xb1\x6a\xa5\xea\xd8\x76\x36\x6a\x38\xcd\x9a\xc7\xf4\x64\ \x3c\xa6\x60\xe1\x07\x3e\xe6\x4a\xab\x5e\x25\x54\x43\x54\xb5\x85\ \xcf\xa2\x54\x53\x74\x84\x04\x55\xf5\x78\x34\x89\x81\x14\xe7\xab\ \x30\x32\x56\xf5\xec\x21\x8a\x22\x99\x1c\x89\xc4\x41\x08\xa4\x45\ \x95\x64\x12\x58\x20\x39\x0b\x2c\xc2\x2d\xab\xdd\xac\x69\x11\x43\ \xf2\xc0\x2b\x97\x5c\xd7\xb3\x5a\x2d\xa7\xdd\x9e\x9f\x9e\x1e\x39\ \x79\xbc\x34\x39\x16\xd3\x88\x02\xc1\xd1\x93\x27\xa3\xf1\xd4\x86\ \x4d\x1b\x56\xaf\x5c\x1b\x4f\xc4\x2c\xa7\x55\x2a\x55\x46\xc7\xa6\ \x04\x97\x5c\x08\x43\xd7\x1b\xf5\xd2\xfc\x7c\x31\x70\x7c\x43\x35\ \x30\x25\x96\xdd\x36\x8d\x48\x34\x91\x88\xc6\x12\x6e\x10\x98\xb1\ \x78\x7f\x26\x57\x61\xf4\xcc\x53\x87\x9a\xed\x46\x34\x93\x05\x10\ \xaa\x46\x4d\xcd\x00\x50\x38\xc7\x84\x12\x44\x91\x94\xd2\x6e\xb7\ \xad\x56\x0b\x63\x12\x8f\xc5\x48\x2a\x5d\x2e\x97\x25\x63\x99\x4c\ \x46\x55\x14\x29\xa5\xd5\x6e\xb7\x9b\x4d\xdf\x71\x75\x55\xa3\x94\ \x6a\x8a\x2a\xa5\x74\xb9\xb8\x50\x6d\x08\xae\xe3\xfd\xf3\x3f\x7d\ \xfe\xbd\x1f\x78\x4f\x2a\xdf\x05\x82\x11\x00\xc0\x94\x79\x56\x75\ \xbe\x58\x9a\x99\xb1\xdb\x76\xad\xdd\x7c\xf0\xb1\x87\xae\xbc\xfa\ \xea\x1b\x6f\xbc\x09\x53\x04\x12\x98\xe7\x81\x40\x1d\x7b\xf4\x55\ \x01\xe7\x3c\x5f\x28\xb4\x5b\xcd\x23\x87\x0e\xc4\xe2\xf1\x17\x74\ \x42\x48\x29\x55\x55\x5d\xb9\x72\xf9\xb3\x77\x56\x72\x62\x62\x34\ \xac\x34\xb9\x48\xd7\x86\x00\x84\x14\x8d\x7a\x3d\x9b\xcf\x27\x53\ \x69\xbe\xc8\x49\x3c\xf0\xb3\x83\x2b\x1a\x97\xde\xbc\x7f\xdf\xcf\ \x12\x41\x1b\x23\xf4\xcb\x5f\x84\x04\x50\x09\x19\x4a\x99\xcf\xab\ \x58\x85\x6a\x20\x4a\xf5\xe0\x97\xbf\x99\x73\x89\xff\x99\x69\x73\ \x12\x24\xc8\xba\x9a\x48\xed\xb8\x3e\xd3\xd3\xcf\x59\xd0\x59\x63\ \x1d\xbc\x86\xfd\xba\x98\x60\xcd\xd0\x7a\xf2\x3d\x2c\x08\x34\x55\ \x75\x5c\xc7\xb1\x9d\x72\xb9\xdc\xa8\x37\x18\x0b\x5c\xcb\x6e\xf9\ \xb6\x8e\xa5\xdb\x72\x7d\x15\x9b\x7a\x02\x6b\xb4\xdd\x6a\x00\xa1\ \x94\xea\x12\x51\xee\x2b\xa8\xa5\x06\xd4\xa5\x40\x35\x8d\x12\x85\ \xf6\x2f\x5b\x76\xdf\x43\x0f\x05\x14\x7b\x10\x68\x86\xee\x9f\x1d\ \x95\x44\x49\x67\x73\x99\x6c\x81\x12\x8a\x11\x42\x8c\x05\x76\x53\ \xc1\x10\x37\x4c\xc7\xb2\xaa\xed\x31\xbb\x6d\x35\x6b\x8d\x99\xa9\ \xa9\xe9\xd1\xb1\xfa\x7c\xd9\xd4\x94\x42\x2a\xca\x4d\xd2\xac\xd7\ \xcb\x15\xdb\x61\xfa\xf0\xd9\x29\x26\x51\x5f\x5f\x57\x24\xaa\xab\ \x9a\x89\x89\x66\x59\xae\xd5\xb2\xaa\xb5\x79\x09\x6e\x6f\xff\xa0\ \x86\xd5\xb9\xe9\x59\x80\x60\xc3\xa6\x15\x18\x93\xd3\xc3\x67\x1d\ \x3f\x20\x9a\x9a\xca\x66\xe6\x6b\xad\xb6\x65\x4d\xcf\xcc\x2a\x8a\ \xce\x98\x8c\x9b\x71\x12\xf6\x07\x95\x40\x29\x45\x14\x14\x85\x62\ \x84\x58\xc0\x24\x17\x08\x01\xf7\x5c\x0d\xe3\x6c\x32\xe1\x7a\x7e\ \xb5\x52\xd6\x34\xcd\x71\x1c\xc9\xb9\xaa\xa8\x89\x44\x42\x72\x81\ \x10\x92\x52\x60\x84\x2f\x78\x7e\x96\x94\xa0\xa8\x8a\x8d\x94\x87\ \xf7\x1e\xed\x19\x68\x26\xe3\x71\x21\x65\xab\xdd\xae\x57\x2a\xbe\ \x6d\xf3\xc0\xd3\x54\xb5\xe1\xcb\xe4\xca\xb5\xc7\xe6\xca\x62\xff\ \xa1\x54\x3a\xa3\x52\xd5\x75\xdd\xa4\x6e\x0c\x65\xd2\xa2\xe3\x08\ \x7b\x95\x4c\xd2\xa1\x55\xab\x6a\xd5\xaa\xd5\x6e\xff\x9c\xc3\xd8\ \xf3\x1a\x65\x28\x54\xb9\xd8\x8f\x31\x20\xb4\x62\xd5\xea\x44\x22\ \xc9\x9f\x6d\xd8\x09\x16\xac\xdc\x79\x55\x6d\x60\x45\xab\x56\x81\ \x67\xec\xc1\x5f\x96\xff\xfc\x17\xa1\xed\x97\xe3\x7e\x24\x20\x34\ \x94\x4c\xa7\xf2\xdd\x1d\x12\xed\xe0\xb5\xcd\xa3\x08\x21\xd7\xf3\ \x03\x26\x1a\xcd\x56\xad\x5a\x5b\xd6\x3f\xc0\x7d\xee\xba\xb6\x6f\ \xdb\x48\x30\xe9\xfb\x81\x65\xb7\x90\x6f\x66\x93\xc9\x54\x92\x52\ \x10\xc2\xd7\x74\xad\x52\xad\x70\x21\x63\x89\xb4\xa9\xab\xbe\xe4\ \x9a\x00\x10\xd2\x30\x4d\x16\x70\x8e\x21\x95\xcf\xd6\x9b\x35\xe7\ \xa4\xb5\x69\xc3\xbb\x74\xc1\x13\x18\xdc\x66\x63\x6e\x6c\x7c\x82\ \x21\xa0\x4a\x10\x04\xa6\xa6\x25\xa3\x06\x66\xbe\x4a\x44\xab\xd5\ \x9a\xa9\x94\x6a\xd5\xda\xcc\xc4\xa4\xef\xba\xd9\x64\x26\x13\x55\ \xa3\x11\xa3\x51\xaf\x53\x8c\x10\x25\x02\x41\xb3\xed\x58\x8e\x6f\ \xdb\x6e\x79\xbe\x4c\x71\x26\x1a\x8b\x9a\xd1\x68\x21\xdf\x8d\x80\ \xfa\x3c\x70\x98\x55\xad\xcc\xb7\x6b\x8d\xde\x65\xcb\x96\xf7\x2f\ \x8f\x98\x91\x7d\xfb\xf6\xfb\x9c\xa5\x53\x79\x26\xb8\x6d\x59\x92\ \x07\xbe\xeb\x6e\xdd\xb8\xad\x71\xe0\x78\x00\x44\x08\x4a\x90\xc0\ \x08\x10\x21\x18\x23\x84\x24\xc5\x88\x62\xaa\x00\x70\x11\x10\x8c\ \x09\xc2\x00\x48\xd1\x74\x53\xd5\x7c\x29\xb8\x94\x91\x68\x94\x12\ \x22\xa5\x14\x7e\x40\x34\x0d\xc2\x8a\x77\x21\x2e\xb8\xea\x0d\x01\ \x70\x09\xf3\x5d\x57\x9c\xad\xb0\xf2\xe9\x09\x45\xd3\x62\xb1\x64\ \x3c\x16\x13\x22\xa7\x60\xe4\xda\x56\xbb\xd9\xa8\x97\x5b\x1b\x37\ \x5e\xcb\x85\xf8\xe2\x9d\x07\x07\x07\x29\x26\x34\xe0\x22\x6f\xb4\ \x3f\xfb\x8e\x74\x67\x3c\xc6\xab\x46\xa5\x5c\xa4\xd3\x99\x4c\x26\ \xf7\x2b\x56\xc5\xbb\x30\x57\x8d\xbf\xd0\xe8\x31\x1e\x04\xa9\x7c\ \x77\xba\xbb\xef\x1c\x67\xf0\xaf\xc6\x35\x87\x65\x44\x1d\x12\xed\ \xe0\xb5\xce\xa3\x84\x60\xcb\xb2\x1f\xdf\x73\x00\x08\xba\xfe\x4d\ \xd7\x26\x93\xa9\x76\xbd\xee\xb6\x2d\xe0\x4c\xba\xbe\xd7\x6a\x1b\ \x04\x67\xb2\x59\x8c\xa5\xed\xda\xa9\x74\xd2\x63\x3e\xd5\x15\xaa\ \x13\xe1\x33\xe6\xdb\xd8\xd0\x7c\xc7\x93\xf3\x44\x8d\xc4\xda\x66\ \x43\x8b\x24\x3c\xce\x2c\xd7\xee\xef\xef\xdf\xb3\xfb\x49\x03\x98\ \xa8\x56\x6d\xcf\xea\xc9\x17\x06\x96\xf5\xd9\x81\x68\xb9\x7e\xdb\ \xf6\x9a\x8d\xfa\xec\xfc\xd4\xf4\xd8\x48\x69\x66\x92\x52\x8c\x54\ \x1a\x8d\x44\xd6\x0f\x0d\xa6\x13\x49\x90\xe8\xcc\xf0\xd9\xb9\x62\ \xd1\x76\xdc\x15\xab\xd7\x58\x50\x66\x12\x0a\xc9\x24\x77\xed\xf1\ \x33\xa7\xe8\x50\xbf\x2a\x5c\x0d\x15\xd2\x51\x53\x41\xa2\x58\x9a\ \x9d\x9a\x2d\xda\x48\xf4\xf6\xf5\xed\x5c\xbb\xa5\xa7\xd0\x05\x9c\ \x9f\x3a\x71\xb2\x5a\x6f\x00\xc6\xbe\xef\xcf\x97\xcb\x95\xf9\xa2\ \x6e\x44\xb8\x87\xb7\x6d\xbe\x24\x37\xb0\xe5\x27\x0f\x3c\x6a\xb5\ \x5b\x91\xa8\x8a\xc0\x13\xc0\xa9\x0a\x9c\x31\x29\x10\x42\x40\x41\ \x82\x14\x10\x30\x8a\x35\x4a\xa8\x17\x04\x84\x60\xa2\xaa\x8e\x10\ \x88\x10\x42\x48\xe8\x95\x12\x42\x84\xdd\xb6\x11\xc6\x88\xe0\x0b\ \xd6\x21\x9c\x8b\xe9\x7a\x60\x33\x54\xb1\x81\x5b\x4c\x56\x2a\x66\ \xd4\x53\x09\xa1\x04\xb9\x4e\x5b\xa1\x84\x44\xf3\xc3\x35\x47\x33\ \x22\xa9\x95\x5b\x78\x34\x61\x79\xde\x7c\xad\x11\x20\xd6\xf1\xea\ \xbe\xba\xe0\x9c\x03\xbc\xc6\x36\x32\x9c\x05\xd0\xa1\xab\x0e\x3a\ \x3c\x7a\xb1\x78\x14\x93\x5a\xa3\xb1\xff\xd0\xf8\x47\x3f\xf6\x8e\ \xae\xee\xee\xd1\xb1\x31\x9d\x90\xc0\xb6\x81\x71\x2a\x01\x05\xcc\ \x34\xf5\x46\xbd\x91\xca\xc4\x8d\x88\x11\x89\xc7\x4e\x9d\x3e\x41\ \x29\xc9\x66\x32\xe9\x74\xd2\x6a\x5a\x80\x18\x11\x81\x53\xa9\x3b\ \xb6\x2f\x88\xa6\x31\xd1\xf2\x9c\x96\x63\xe5\x73\xe9\xa4\xa9\x7a\ \xb5\xea\xaa\x35\x6b\x8e\xed\x3f\x75\xb6\x36\xdd\xd5\x3f\x14\xc9\ \x76\xe5\x92\xc9\x2e\xcd\x94\x20\xed\x76\x3d\x5d\x88\x16\xa7\x92\ \xe9\x64\xdc\xc0\x6a\xd4\x8c\xe8\x9a\xd1\x6a\xb4\xe6\x8a\x25\xc1\ \xb8\x44\x38\xdd\xdd\xab\xa5\x33\xad\xf9\x6a\xae\xab\xe0\xd7\xeb\ \x99\x68\x7a\xc5\x60\x7f\x26\x61\xe6\x52\x51\xde\xae\x95\x27\x1d\ \x37\x10\x12\x48\x77\x2e\x33\xb0\x6d\x47\x3a\x5f\xf0\x2d\x67\x62\ \xb6\x78\xea\xd8\xd1\x93\xc7\x8e\x39\x6d\x2b\x60\x41\xb9\x52\x55\ \x54\xba\xbc\xaf\x9b\xfb\x81\xf0\x89\x8a\xf4\x4b\xb7\x6f\xd3\x8c\ \xae\x07\x1f\xb8\xaf\x5a\x9d\x46\x38\x88\x25\x0c\x26\x7d\x8c\x25\ \x01\x41\x80\x2b\x98\x10\x82\x82\x80\x61\x86\x11\x48\xc9\x3c\x0c\ \x84\xea\x2a\x26\x24\x60\x9c\x73\x86\x00\xa4\x90\x20\x25\x5e\x74\ \x8e\xfd\xfc\x76\x30\xbf\xd0\x82\x20\x98\x46\x0c\x1d\xa5\x15\x4c\ \xb5\x7a\xcb\x72\x5d\xcf\xe2\x9e\x69\xa8\x8a\x62\xa6\xd2\x71\x8c\ \x04\x46\x52\x37\x22\xf5\x76\xb5\x55\xaa\xd8\x8e\xe7\x4b\xa9\x67\ \xe3\x1d\x1e\xed\xe0\x0d\x02\xd4\x99\xb3\xdb\xf9\xa2\x5f\x13\x3c\ \x2a\x84\xd0\x35\xed\x3d\xef\xba\x7a\xcd\xca\xa1\x89\x91\x11\xb7\ \xdd\x52\x62\x51\x2a\x05\xe3\xbe\xaa\xa0\x68\x54\x53\x28\x36\x23\ \xc9\x68\x22\xda\x6c\xd4\x75\xd3\xea\xee\xea\xb1\x1d\x8b\x31\x91\ \x4c\x64\x1d\x2b\x68\xd4\xad\xb6\xed\x5b\x4c\x24\xba\x23\x99\x74\ \xae\x25\x84\x60\x81\xdd\xaa\xd7\x2a\xe5\x35\xab\x97\x8d\x8d\x8c\ \xaf\x5f\xb5\xba\x7f\xe5\x8a\x83\x47\xf6\x1d\x7b\xec\x81\x4c\x57\ \x4f\xd7\xe0\x50\x3a\x9b\x4f\xc4\xe3\x54\x45\x43\x2b\xfa\xfb\xfb\ \x73\x76\xa3\xd1\x9c\xab\x94\xcb\xa5\x5a\xb5\xde\xa8\xb7\x5b\x8e\ \x57\xad\xb7\x7d\x40\x03\xeb\xfa\xe2\x99\x9c\xc7\x4e\xa7\xe2\x11\ \x82\x51\xad\x38\x37\x25\x9c\x64\x64\x85\x64\x46\x2a\x19\x8f\xc6\ \x92\x5c\x12\x23\x92\x48\xf7\xf4\xd7\x25\x1c\x7c\x7a\xdf\xe1\x03\ \x07\x1b\x95\x72\xa5\x38\xeb\xdb\xed\x64\x34\x96\x88\xc7\x0a\x5d\ \x5d\xd1\x44\x52\x06\xee\xf0\xd8\xd9\x48\xd7\xba\x76\xdb\x51\xea\ \x4e\x5f\xef\xaa\xf7\x7d\x70\x80\x05\x8d\x27\x9f\xbc\xff\xc4\x89\ \xa7\x23\x11\x0a\x08\x24\x63\x42\x82\x24\x08\x30\xc2\xaa\xc2\x40\ \x06\x9c\x21\x4a\x24\x42\x82\x73\x4d\xd5\xb1\x00\x2e\x78\x58\x9d\ \x87\x31\x16\x8b\x5d\x55\x99\x14\x17\x9e\x84\x89\x90\xe7\xbb\x3e\ \x40\xd3\x72\x53\xa9\x48\xbe\xab\x20\xb8\x70\x6c\x2b\x62\x6a\xba\ \xae\x33\xc6\x1a\x95\x92\x2a\x05\x95\x4a\x7d\xae\xc4\x01\x27\x52\ \x29\x3d\x12\x4f\x45\xb4\x4e\x68\xb4\x83\x37\x88\x6e\x75\x6c\xfb\ \x25\xec\x54\x3b\x78\x6d\x40\x02\x78\x9e\xfb\xda\xe6\x51\xc6\x79\ \x2e\x93\xce\x0d\xf4\x36\xe7\xe7\xec\xf9\x22\x73\x9c\x96\xdd\x4a\ \xc4\xa3\xae\xdd\x6a\x39\x16\xd1\x69\x32\x9e\x54\x28\x6e\xd5\xeb\ \x5d\x85\x7c\x2a\x99\x72\x1c\x57\xa5\x11\xcb\x72\x27\x27\x6b\x8e\ \x83\xcb\x25\x8b\x51\x85\x99\x66\x3e\x91\xc3\x54\x73\x2a\xf3\x6e\ \xad\x5e\x99\x99\xc5\x00\xc5\x5a\xd3\xe5\xa8\x67\x6c\x6a\xc7\xce\ \xcd\xeb\x28\xcd\xcd\xcd\x0a\xdf\x9b\x3c\x72\xf0\x68\xbd\x8e\x85\ \x44\x08\x53\x42\x02\xc6\x85\x94\x96\xdd\xc6\x54\x4b\xa4\x0b\x42\ \x53\x8b\xc5\x0a\x50\x6d\xfb\x8e\xcb\x72\x5d\x5d\xb3\xb3\x73\x94\ \x8b\xc0\x76\x62\xba\xa9\x64\x73\x5a\x94\xd4\xda\x16\x36\xf4\xa9\ \x4a\xa3\x52\x3d\x86\xa8\x41\x94\xa8\xaa\x1e\x74\xbc\xd6\xe9\x91\ \x33\x96\xe3\x66\x73\xa9\xb8\x0e\x85\xae\xc2\x8a\xfe\xde\x54\x2a\ \xd7\x68\xf9\x13\xb3\x95\xe1\xd1\x91\x6a\xdb\x8a\x93\x6a\x3e\xb9\ \x9e\x68\xb1\xae\xfe\x75\x53\xb3\xb3\x48\x24\x74\x3d\xa5\x4a\x42\ \x1c\x8f\x0b\x10\x08\x33\x8a\x05\x92\x44\xd3\xa4\x81\x01\x90\x10\ \x12\x01\x12\x42\x20\x81\x88\xcf\x88\x14\x61\x91\xa0\x24\x58\x20\ \x24\x24\x2c\xf4\xf9\xa6\x0a\xe0\x0b\x7e\xca\x25\x97\xae\xcd\x58\ \xb9\x59\x63\x04\x7a\x8d\xae\x44\x44\x4d\x9b\x86\x42\x88\xc7\x45\ \xb9\xde\xa8\xd6\xea\x09\x83\x98\xdc\x70\xfd\x56\x4f\x4f\x4f\x2a\ \x1d\x67\x80\x79\xe0\x48\x69\x76\x9e\xbd\x0e\xde\x08\x3c\x5a\xaf\ \x57\x3d\xd7\x45\xb8\x43\xa4\xaf\x73\x22\x8d\xc6\x12\xe7\x4c\xe4\ \x7d\x0d\xf2\xa8\x94\x22\x1a\x31\xdb\x52\x78\x6e\xc0\x05\xb7\xdb\ \x2d\x15\x22\x34\x15\x37\x0d\xdd\x13\xbe\xa4\x48\x37\x0c\x05\xeb\ \xa6\x1e\x8b\x46\x12\xb6\x1b\xcc\x16\x8b\xcd\x66\x8b\x10\x95\xf1\ \x5a\xbb\xe5\xc5\x63\x89\x68\x32\x95\xe8\xef\xcd\x77\x77\x59\x8e\ \xdd\xac\x37\xce\x9c\x3a\x5d\x29\x57\x05\xc0\xe4\xd4\x4c\xef\x15\ \xcb\x1b\x8e\x3f\x3c\x7c\x76\xcd\xfa\xd5\x3d\xcb\x86\x82\x66\x7d\ \xfd\x86\x8d\x95\x99\xd9\x66\xbd\x5e\xab\xd5\x4a\xc5\x52\xbd\xd9\ \xc0\x84\xe4\x72\x5d\x54\x37\x81\xea\xc5\x72\xbd\x7f\xf9\xca\x8d\ \x5b\x2e\x89\xc5\x13\x87\x0e\x1d\x15\x9c\x9b\x86\x29\x09\xe9\x5e\ \xde\xd7\xdd\x93\xef\xe9\xcb\xa5\x32\x71\xd7\xf7\x0e\x1f\x39\x7e\ \xf6\xc4\x59\x4c\xa2\x23\x13\xc7\x03\xcf\xdf\xb6\x71\x68\xd5\xea\ \xd5\x54\xd7\x52\xe9\x78\x22\x42\x0d\xcc\xbd\x66\xfd\xc4\x89\xe3\ \x48\x4d\x48\x6c\x14\xfa\x57\x07\xc5\x2a\x28\xf1\x15\xab\xd6\xcd\ \x59\xde\xd1\x93\x47\x03\xc6\x31\xb8\xd5\x4a\x95\x00\x46\x12\x51\ \x4c\x24\xa5\x88\x10\x84\x89\x44\x88\x87\xbd\xbc\x31\x46\x12\x30\ \x21\x18\x63\x8a\x31\x12\x48\x0a\x01\x42\x20\x29\xb9\x10\x08\x00\ \x21\x84\x11\x16\x98\xbc\x94\x62\x06\x85\x22\x0d\x08\x92\xb2\xdd\ \x6e\xcf\xe3\x62\x60\xaa\x26\x41\x9c\xf1\xa6\xe5\xb7\x3d\xa9\x6b\ \xaa\xaa\x53\x55\x53\x93\x89\x78\x24\x62\xb2\xc0\x6f\xb4\x6d\x23\ \x82\x10\xca\x76\x5a\xd5\x77\xf0\xba\x87\x10\xa2\xb7\x6f\xa0\xe3\ \xda\xed\xe0\x35\xc0\xa3\xe1\xc6\x2f\xf0\x83\xc0\xf3\x31\xc6\xdd\ \xbd\x7d\x1a\x41\x2d\xcb\xd6\x4d\x2d\x9f\xef\x92\x54\x12\x44\xaa\ \xb5\x16\x70\xd9\xb2\x1c\x0e\xdc\xf3\x3d\x20\xc4\x65\x1e\xa5\xaa\ \x11\xd7\x14\x83\x46\x53\x66\xa1\x3b\xa3\xe8\xa4\x5a\x6b\x97\xca\ \xf3\x67\xcf\x8e\xf4\x0e\x2c\x7b\xf2\xc9\x7d\x42\xa0\xd9\xd9\xd2\ \xb6\x2d\x97\xb8\x2e\x7b\x72\xf7\x9e\x42\x26\x1d\x4f\x27\x30\x97\ \xe9\xae\xee\x68\x3c\xa9\x47\x63\x99\x5c\x77\xa3\xd9\x2a\x57\x2a\ \x0d\xcb\x0a\x5a\xed\x78\xca\xdc\xb4\x6d\xfb\xe0\xd0\x1a\xcb\xf1\ \xf6\x1f\x3a\xc2\x05\x10\xa2\x50\x5d\xdf\x75\xdd\xd5\xeb\xd7\xac\ \x4a\xa5\x63\x08\x73\xdb\x6a\x4e\xce\x95\x47\x8b\xc5\x40\xd5\x89\ \x6a\xaa\xc9\x4c\x36\x9e\x08\x14\x3c\x59\xae\x20\x4a\xe6\xad\x56\ \x32\x42\x0d\xc4\xbb\x52\xc9\x81\x35\xeb\x91\x92\x18\x9d\xae\x4f\ \x9f\x99\x51\xe3\xfd\xcb\xd6\x5f\xd2\xf6\x61\x7a\x76\xc6\x48\x17\ \x72\x85\x6c\x79\x76\xac\xd9\xac\x62\x4c\x30\x22\x02\x2d\x00\x00\ \xb8\xe0\x4c\x82\x10\x12\x63\x42\x00\x21\x84\x30\xc6\x88\x60\x8c\ \x91\xc2\x05\x96\x8c\x4b\xa1\x60\x2a\xa5\x90\x02\x80\x73\xe6\xf9\ \x20\xc4\x05\x0b\x1e\x4b\xd0\x14\x25\x9f\xc9\x22\xaa\x5a\xad\x06\ \x6f\xd5\xdb\x08\x30\x42\xa0\x18\xb1\x48\x4c\xd5\x88\x46\x05\x25\ \x84\x10\xe2\x39\x9e\xe3\x36\x1b\x96\x1d\x47\x86\x46\x11\x46\x61\ \x44\x21\x1c\xdd\x11\xf6\x59\x5d\x68\x4f\x88\x9e\x19\x3d\x02\xe1\ \xeb\x61\xf3\x1a\x80\xe7\xce\x80\x5e\x6a\x71\xbe\x34\x75\xeb\x5c\ \x4f\xcb\x39\x9f\x70\xce\x50\x30\x79\xee\xe8\xe7\x85\xb1\xcc\x8b\ \xbf\x4a\x29\x81\x87\xef\x5a\xfc\x8c\x85\x83\xc2\x0f\xc1\x68\xb1\ \xb7\x2b\x08\x00\x21\x25\xc6\x08\x2f\x3a\xed\xc4\xd2\x59\x16\xda\ \x03\xa1\x73\xae\x73\x69\xe0\x16\x5a\xba\x3d\x2e\xe0\xdc\xae\xe8\ \x92\x2a\x80\xb0\x86\x11\x0e\x07\x8c\x3d\xb3\x4d\x94\x41\xf0\xdc\ \xfc\x1a\x4a\x29\x21\xe4\xbc\x1c\xf2\x08\xbd\xcc\xa3\xa6\xd1\x92\ \xd8\x96\x5e\x59\x10\x99\x7c\x6e\xb9\xe5\xb3\x7f\x09\xbf\x38\xf9\ \xbc\x79\xdd\xaf\x18\x82\x20\x78\xce\xa9\x09\x21\x8a\xa2\x88\x67\ \x4f\x4e\x93\x00\xec\x79\x47\x2e\x5d\xff\xb9\xdf\xd1\x73\x7e\x3d\ \xf7\xbb\xe3\x9c\x2f\x75\xb4\xe8\xa0\x83\x5f\x65\x1e\x45\x52\x48\ \x8a\xa9\x10\x2e\x02\xa4\xaa\xaa\x14\x5c\xd5\x74\xd7\xf3\x81\x71\ \xa4\x20\x2f\x68\xeb\x6a\x42\x48\x68\xb9\x2c\x12\xd5\x7b\xf2\x05\ \xa2\xe0\x72\xb5\x12\x8d\xc5\x0d\xd3\xb4\x2d\x27\x9a\x8e\x48\xc4\ \xca\xd5\xd2\xe4\xf8\xd4\x53\x4f\x3d\x99\xc9\x76\x79\x3e\x27\x54\ \xf5\x7c\x51\x9a\xab\x14\x8b\x95\xc1\xcb\x36\x05\x5e\xa4\x3c\x5f\ \x9a\x9e\x9c\x64\x9e\xeb\x3b\xb6\x4a\x94\xc0\xf7\xab\xd5\x06\x21\ \xd4\x8c\x44\xbb\xfa\x73\xdd\x7d\xfd\xb1\x64\x86\x49\x3a\x36\x31\ \x7d\x66\x74\x0c\x90\x92\xcd\x66\x4b\xa5\x92\xa6\x9b\xab\x36\xad\ \x4f\x64\xe2\xbe\xef\x96\x8a\x73\x33\x33\x53\x67\x47\x47\xe7\x5b\ \x56\x7e\x60\x79\xcb\x01\xd5\xd3\xb0\x69\x26\xba\x93\x89\x54\xdc\ \x8c\x9a\x11\x43\x4d\xc5\x54\xaf\x5e\x89\xeb\x9a\x90\xea\xd9\xf1\ \xca\xe8\x74\x3d\x9a\x5f\xb5\x62\xed\xce\xa6\xc7\xa7\x4a\x75\xc5\ \x34\x23\x31\x9d\xaa\xdc\xb2\xaa\x41\xe0\x62\x82\x41\x12\x09\x12\ \x2f\xb4\x89\x41\x20\x25\x02\xc0\x21\xc2\x16\xa0\x00\x3e\xe7\x18\ \x21\x04\x80\x25\x42\x02\x08\x92\x18\x61\x42\x31\x92\x48\x51\x38\ \x45\xf8\x82\xf5\x99\xf0\x99\xcb\x1d\xc1\x64\x3a\x99\x49\x45\x22\ \xdc\x6e\x72\xdb\x52\x15\x2d\x92\x4c\x07\x52\xb1\xdd\xb6\x17\xb8\ \x2a\xa5\xad\x66\xd3\x75\x5c\x45\xd1\x0a\xd9\x74\x80\xd1\x9f\xdc\ \x31\xe5\x79\x9e\xe3\x78\x52\x72\x45\x51\x12\x89\x44\xab\xd5\x8a\ \x98\xa6\xae\xe9\x82\xf3\x20\x08\x54\xaa\x68\xba\x06\x00\xb5\x46\ \x9d\x28\x0a\x00\xd4\xea\x75\x21\x90\xae\x9b\x8a\xaa\x22\x44\xa4\ \x94\xae\xef\x59\x9e\x03\x20\xa3\xba\x9e\x8e\xc5\xcb\xe5\x4a\x3c\ \x9d\x00\x05\xbb\x9e\x43\x01\x45\x14\x4d\x53\x54\x0e\xa8\xd6\xa8\ \xc7\xa2\xf1\x6a\xb5\x6a\xbb\x0e\xc2\x54\xd7\xf5\xd0\x46\x67\x9c\ \xdb\xbe\x1f\x70\x4e\x85\xaf\x79\x55\x1b\xc7\x20\xd6\x95\xa4\x7c\ \x55\x82\x55\x5b\x5e\x3d\xa0\x0a\xa1\x54\xd1\x85\x81\x9b\x4e\x43\ \xb8\x5e\x92\x98\xa5\x52\x25\x50\x29\x36\x69\x8c\xca\x95\xc9\x64\ \x82\xa8\xa7\x27\xa7\x26\x1c\xc7\x25\x5a\x94\x98\x7d\xa9\x74\xb5\ \x52\x14\x26\xa6\xa6\x61\x50\x43\xb4\x3d\xce\x3d\x45\x55\x89\xa2\ \x79\x1c\x9a\x96\x4d\x15\xad\x51\x6f\x20\x24\x29\x82\xb6\xe3\x5f\ \xbf\x2e\xf3\x9e\xcd\x71\x27\x10\x00\x00\x54\x4b\x3e\xf2\x95\x58\ \x65\xfc\x3f\x1f\x6d\x8f\xfb\x74\xb0\xa7\x1b\x13\x2a\x41\x32\xc6\ \x0a\xf9\xfc\xbb\xdf\xf3\x5e\x76\x4e\x49\xa5\xae\xeb\xf7\xde\x7b\ \xef\xfe\xfd\x07\x34\x5d\x0f\xf7\x49\x42\x08\xce\x18\x55\x14\x8c\ \x31\xc8\x73\x4a\x47\x96\x76\x57\x9c\x0b\x21\x08\x59\x28\x17\x96\ \x12\xc2\x0d\x00\xc6\x48\x70\x21\x84\x50\x54\x25\x08\x18\xe7\x0c\ \x00\x30\x22\x18\x53\xc6\x05\xe7\x9c\x10\x44\x29\xc5\x18\x03\x92\ \x42\x70\x4a\xa8\x1f\x78\x00\xd8\xf7\x7c\xc7\x75\x5d\xd7\xe5\x8c\ \x61\x8c\xcd\x48\xc4\x73\x5d\xc6\x39\xc1\x98\x52\x2a\x01\x38\x17\ \x18\x21\x45\x51\x38\xe7\xae\xeb\x12\x4a\x14\x45\xf1\x3c\x0f\x01\ \xd2\x34\x2d\xf0\xfd\x68\x34\x1a\x8b\xc5\xc2\xcb\x0b\x99\x66\xb1\ \xb7\xae\x0c\xf7\x26\x21\xcf\x52\x42\x24\x00\x63\xc1\xe2\xdd\x60\ \x00\xc9\x83\x00\x21\x44\x29\xc5\x04\x4b\x21\x19\x63\x42\x88\x85\ \x5e\x83\x18\x2d\x4c\x84\x91\x0b\xa9\x00\xe1\x16\x73\x61\x13\x03\ \xa0\x69\xda\x87\x3e\xfc\x41\x55\x55\x97\x08\xd2\x30\x8c\xc7\x1e\ \x7d\xf4\xdb\xdf\xfe\xe6\xb2\x65\xcb\x23\x91\x48\x58\xd9\x2c\x38\ \x37\x4d\xe3\xb6\xdb\xde\x96\xcd\xe6\x85\x90\x18\x23\x84\x17\x0a\ \xcd\x82\x80\xcd\x97\xe6\x06\x97\xaf\x08\x3f\x84\x73\x5e\xad\x94\ \x07\x97\xaf\x78\xe1\x8d\x26\xc6\x1d\x26\xe8\xe0\xb5\x61\x8f\x4a\ \xce\x99\xe7\x78\x56\xcb\x54\xf5\x6a\xb9\x1c\x35\xf5\x64\x32\xc1\ \x99\x67\x5b\x16\x56\x88\x61\x9a\x86\x16\x11\x40\x88\x02\xc9\x4c\ \x3c\x9e\x32\xb9\xf0\xb1\x86\x55\x5d\x55\x55\x25\x91\x8e\xba\x9c\ \x17\x8b\xe3\x73\xc5\xea\xde\xbd\xfb\x63\x91\x58\x36\x93\x3e\x74\ \xf8\x78\x32\x99\x98\x9a\x6e\x8c\x8e\x96\x66\x66\x67\xc7\x27\x93\ \x2b\x86\x7a\xd7\x64\xd7\x22\xc1\xb9\x6b\x4f\x8d\x8d\x72\x3f\x50\ \x55\x2d\x93\x75\x63\xb1\x78\x3a\x97\x07\x55\xad\x35\x5b\x33\xb3\ \xc5\xb1\x89\xd9\x72\xa3\x15\x4b\x66\x0a\x85\xae\x5a\xad\x5e\x2e\ \x97\xe7\x4b\x45\x9f\xb5\x4c\x03\xf3\xc0\x6f\x37\x1b\xd5\x6a\xa5\ \xde\x6c\xe7\xba\x07\x5b\x0e\x6b\xb5\xa4\xc7\x88\xdd\xf0\x74\xcd\ \x6b\x7a\x2d\x9f\x55\xb6\x6f\xdb\x54\xae\xd9\xbc\xc5\x9a\x75\xdf\ \x0f\x48\xd3\x21\xe9\xae\x55\x4a\x74\x60\x6c\xd6\x6d\x7a\x8e\x2d\ \x45\xc3\x6d\xa3\xe9\x71\x45\x81\x7a\x69\xd2\x76\x5a\x4a\xe0\x72\ \xc9\x25\x12\x58\x12\x02\x20\x29\x08\x04\x01\xe7\x5c\x4a\x8c\x30\ \x96\x08\x85\x6e\x5e\x04\x2a\xc1\x58\x20\xc4\x38\xe2\x1c\x85\xda\ \x06\x61\x29\x24\xb7\x2c\x79\xc1\xb5\x9c\x52\x5a\x96\xe5\x48\x5e\ \x6b\x7b\x88\xe8\x85\x4c\xda\x88\xc6\x41\xd5\x34\x55\x45\x54\xaf\ \x56\xda\xe5\x6a\x99\x52\x86\x15\xd5\xb2\xdd\x44\xc2\x48\x67\x0b\ \x66\xc4\xf4\x19\x9b\x75\xc1\xf5\x71\xbd\xe1\xd5\x6a\x75\x4d\x57\ \xd3\x36\x29\xcd\x96\x12\xb1\x78\x2a\x95\xd2\x75\x8d\x05\x58\xd7\ \x15\x69\xf3\x52\xa9\x54\xae\x56\x32\xd9\x2c\x26\x74\x6a\xba\x9c\ \x4a\x67\x53\x29\x0d\x07\x0a\x17\x82\x4b\x14\x04\x4a\xd5\xb2\x9b\ \xad\x46\x26\x2a\x73\x09\x75\x78\x78\x2e\x5d\x60\x6a\xcc\x50\x74\ \xaa\x02\x31\x91\x24\x88\x15\xab\xb5\xb9\xb9\xd9\xbe\xbe\xfe\x76\ \xdb\xad\xd4\x6a\xf1\x44\x2a\x9d\x56\x89\xa2\x30\xce\x83\x40\x04\ \x82\x34\x5a\x8e\x6f\xd5\xa3\x5e\xa5\x2a\x03\x4f\x27\x79\xc5\x89\ \xad\x8c\x3a\x52\x9b\x6c\x08\x4c\x10\xa6\x72\x6e\x66\xbe\x58\x9f\ \x8b\x12\x5a\xd0\xe5\xf4\x44\x0d\x62\x66\x24\x1b\xc9\x6a\x90\xd7\ \x40\x53\x70\xdd\x82\x19\x1b\x26\x5b\x75\xea\xb7\xab\x5d\x74\x7c\ \x62\x4a\xc6\xa9\x9e\x8c\xe7\xe3\x59\xcd\xc7\x9c\x63\xaa\x20\x9f\ \xd9\xe5\x5a\xbd\x5c\x6d\x46\x93\xe9\x96\xed\xd6\x1a\xed\x68\x3c\ \xa9\xc6\x72\x2b\x6d\x8d\xf9\x8e\x1f\x84\x76\x36\x16\x73\xa3\x78\ \xee\xe4\xf0\xb1\xc6\x49\x57\x09\xec\x36\xa1\x8a\x94\xd2\xf7\x7d\ \xcf\x75\x83\x20\x38\xd7\x24\x55\x14\x65\x6c\x7c\xfc\xc9\xa7\x9e\ \xd2\x0d\x03\xa3\x45\x9e\x5b\xcc\x18\x0c\x07\xb9\x20\x84\x11\x5a\ \x62\x52\xc4\x18\x0b\x0d\x23\x55\x55\x85\x10\x9c\x87\x6d\xd6\x41\ \x51\x14\x00\x60\x8c\x9d\xd3\x1b\x1e\x81\x44\x88\x50\x29\x10\x80\ \x44\x04\x30\x42\x52\x4a\x42\x30\x21\x88\x52\xc5\xb2\xda\x94\x2a\ \x08\xe1\x20\x08\x82\x80\x71\xce\x01\x64\xc8\xa0\xa1\xe9\xae\xaa\ \xaa\xaa\xa8\x61\xb3\xa4\x70\xa8\x4c\x10\xf8\xe1\x9f\x38\xe3\x08\ \x41\xe0\xfb\xcd\x46\xc3\xf3\xfc\xae\xae\x42\x2c\x16\x0b\xad\xc0\ \x45\x97\x0a\xc2\x08\x03\x12\x12\x64\xc8\xfd\x98\x10\x82\x31\x63\ \x3c\x9c\x9b\xba\x60\xdc\x4b\xc9\x18\x27\x04\x53\x4a\x39\xe7\xa1\ \x69\xce\x39\x97\x42\x86\x3c\x2a\x16\x0f\x5e\xd8\x4f\x02\x84\x5c\ \x0b\x00\xd1\x68\xf4\x5d\xef\xfe\x35\x38\xa7\xa5\xa0\xa2\x28\xa5\ \x52\xe9\xd0\x81\x03\x9e\xe7\x27\x12\x89\xf0\x30\xce\x59\x34\x1a\ \xb5\xad\x76\x90\x48\x85\x3c\x1a\x52\xb2\x94\x24\x08\x02\xcb\x6a\ \x9f\x3b\x05\xdd\xf7\x3d\x42\x48\x47\xe3\x77\xf0\x1a\xe6\x51\xc9\ \x3c\xda\xb5\x2a\xf9\xd6\x3f\x8a\x31\x8e\x31\x66\x8c\x11\x8c\x11\ \x82\x24\xc6\xa9\xd0\xf7\x84\x10\x40\xb8\xfb\xc6\x42\x21\x4d\x8c\ \x85\x60\x12\x20\x00\xb0\x10\x10\x4c\xb8\xe0\x92\x8b\xf4\x0a\x76\ \xd5\x66\xcb\x8c\x44\x84\x84\xde\xeb\x3d\x8c\xc9\x8d\x5e\xe0\xb9\ \x5e\x32\x19\x53\x35\xa5\xae\x2a\x8e\xa2\x50\x4a\x11\x40\xa4\x9b\ \x09\x21\x40\x02\x15\x42\x4a\x28\x83\x94\x00\x3c\x2d\xb0\xef\xf7\ \x2e\xf7\x87\x74\x5d\x55\x35\x00\x48\x07\xc1\x60\xc0\x3c\xcf\x25\ \x64\xc1\xed\xba\xe0\xc4\x94\xa0\x69\xba\xe7\x33\x2e\x41\x02\x06\ \x40\x9a\xaa\x04\xbe\xef\x7a\x6e\x2c\x16\x95\x82\xeb\xaa\x2a\x38\ \x97\x12\x88\xa2\x71\x01\x8c\x81\x90\x48\x22\x10\x00\x9e\xe7\x72\ \xce\x18\x67\x52\x70\x8c\xde\xa7\x51\x1a\x36\x54\x40\x28\x54\x30\ \x0b\xce\xcf\x50\x29\xa2\xa5\x1e\xde\xa1\x6b\x72\xf1\xb9\x5f\xea\ \xcb\x27\x25\x08\xc1\xf3\x3d\x3d\xbe\xe7\x9d\x3f\x87\x82\xaa\xd0\ \xdf\xbf\xb6\x17\x10\x61\x42\x60\x4c\x28\x71\x31\x06\x04\x14\x23\ \x29\xa5\xe3\x33\xc9\x79\x3a\x54\xd6\xfe\xa6\x21\x4a\xa8\xa2\x02\ \x80\x1d\xce\xc9\x02\x00\xce\x63\x9c\x19\x08\x23\x8c\x71\xe0\x77\ \x23\x8c\x28\x91\x98\xf8\x08\x00\x21\x57\x4a\xe1\xaf\xd4\xb9\xe8\ \x56\x28\x45\x08\x05\xac\x4f\x51\x54\x8c\x25\x80\xbf\xe4\x10\x14\ \x22\xca\xb8\x4e\x30\x21\x58\xfa\x9b\x7a\x31\xc1\x88\x60\x42\x10\ \x02\x81\xa4\x90\xd2\x0f\x18\x65\xac\x5b\x55\x31\x40\x94\x31\x83\ \xd0\xd0\x58\x0a\xa4\x14\x52\x22\x00\x85\x8b\xb8\xe0\x11\x2c\xbb\ \x38\x60\x01\x98\x40\x24\xaa\x11\x84\xa9\xcf\x04\x00\x06\xcc\x7d\ \x66\x32\x3e\x40\x31\xa6\x98\xb0\xc0\x40\x84\x10\x85\x28\x18\x19\ \x94\x22\xc9\xb6\xf5\x65\x03\x40\x1e\xe3\x92\x4b\x85\x12\xdf\x5f\ \x0d\x18\x21\x82\x29\xa6\x04\x21\x00\x15\x00\x09\x41\x19\xcb\x72\ \x91\x46\x98\x20\x84\x18\x97\x98\x60\x42\xb5\xa8\x2a\x5d\xbe\xc0\ \x76\x80\x10\x50\x15\x14\x4d\xd5\x75\x1d\x14\x55\xd5\x08\xa5\xa1\ \x3b\x5a\x51\x94\x25\xa7\x7d\x08\xd7\x75\xdf\x72\xeb\xad\x57\x5f\ \x75\xf5\x02\x57\x3e\x6b\x71\xc1\xd2\x68\x92\x73\x5d\xae\x61\x37\ \xfa\x05\xcb\x4c\x9e\xe3\x6f\x45\x28\xec\x25\x20\x85\x44\x0b\x9e\ \xf6\xd0\xfd\xfb\xcc\x27\x9c\xfb\x5e\x84\x10\x17\x1c\xc1\xb9\xa7\ \x0d\xa7\x73\x73\x4a\x29\xc2\x58\x70\xbe\x14\x7d\x5f\xf4\xa2\x87\ \x91\x7a\xe0\x9c\x43\x18\xb6\x5f\x74\x56\x13\x42\x42\xfa\x11\x42\ \xa0\x67\x1e\xd5\x73\x1d\xf0\x72\xd1\x79\x0f\xcf\x0c\x1e\x5d\xf0\ \x51\x3f\x33\x58\x7b\xb1\xc1\xe1\x62\xbb\xfb\x67\xb5\xee\x05\x78\ \xf6\x9b\x31\x26\x9a\xa6\x81\x7c\xe6\x5c\xa1\x69\xab\x1b\x86\xa6\ \x69\xe1\x3e\x03\x00\x38\x27\xaa\xaa\x2e\x9a\xb3\x80\x9e\x8d\xe7\ \x58\x99\x9d\x08\x68\x07\xaf\x7d\x7b\x54\x4a\xa4\x1a\x8a\x1e\x55\ \x11\x92\x20\xb5\x67\x34\xc5\x33\x5a\x64\x89\x50\x82\x85\x71\x11\ \x68\x29\x08\xc7\x16\x9e\x55\xd0\x10\x32\x32\x58\x4a\x01\x00\x31\ \x84\xc2\xf6\xdc\x08\x21\xce\xb8\x90\x52\x0a\xe9\x83\xf4\xc3\xd0\ \x0f\x41\xe1\xcd\x9d\xab\x6a\x08\xa0\x08\x42\x31\x84\x16\x9e\x58\ \x29\xd5\xc5\xa7\xee\x59\x97\x13\x9e\x5a\x8a\xf8\x39\xf1\x25\x21\ \x17\xb4\x98\x10\x62\x71\xfc\xc5\x42\xa4\x0d\xd0\x42\xc7\x21\x74\ \x4e\x44\x10\x42\xda\x44\xe7\x1c\xb9\x14\x12\x84\xe7\x28\x92\x17\ \x8c\x6b\x9d\xa3\x6e\xc3\x70\xd1\x05\x85\x48\x11\x42\xfd\x69\xfd\ \x99\xf3\x3d\x13\x4a\x0a\x2d\x0c\x8c\x40\x83\x85\xa4\x27\x5d\x4a\ \x90\x92\x9f\xd3\xa0\x34\xbc\x07\x65\x51\x4d\x6b\xf2\x99\xc8\x22\ \x00\x30\x00\x84\x22\xca\x12\x39\x20\xa4\xc9\x85\x21\x99\xcf\x6a\ \xb0\x8a\x90\x12\x2a\x49\x14\xd7\x42\x65\xf9\x2c\x41\x20\x05\x21\ \x45\x0a\x09\x08\x10\x10\x19\xf6\xa9\x78\xd6\x2d\x60\x00\x12\x6e\ \x3a\x90\x04\x09\x0a\x97\x00\x20\x31\x2c\xa8\x66\x84\x14\x04\xaa\ \x5c\x18\x94\x45\x97\xf4\xb1\x90\x01\x00\x8a\xaa\x14\x01\x20\x44\ \x42\x36\x42\x28\x0a\xf2\xd9\x92\x00\x00\x44\x11\xd0\xc5\x2f\x6b\ \x49\x56\x9c\x0b\xe0\x17\xe4\x4f\x17\x42\xa4\xd3\xe9\x5c\x2e\xf7\ \x9c\x88\xef\x2b\xf3\xb0\xfd\xdc\xb6\x7c\xbf\xec\x2c\xeb\xc5\xb5\ \xff\xca\x5e\xfb\xe2\x63\xf1\xfc\x78\x73\x07\x1d\x74\xfc\xba\x00\ \x52\x48\xbe\xe0\xa6\x91\xbf\xc4\xa3\x14\x1e\x84\x9e\xad\x01\x24\ \xc0\x52\x5c\x29\xd4\xb5\xfc\x85\xde\x8b\x16\x68\xe2\x85\xb5\x08\ \x7f\x8e\x11\xf0\x7a\x47\xf0\x0b\xa8\x60\xf1\xaf\xcf\x24\xd4\x9c\ \xbb\x2b\x38\x57\x48\xf2\x85\x75\xde\x0b\x88\x13\xfd\xa2\x53\xc0\ \x8b\x7c\x09\xf2\xc5\x2f\xf2\xb9\x7f\xe2\x3f\xf7\xaf\x4b\x97\xf1\ \xbc\x2e\xc1\xe2\xc5\xaf\xe1\xe5\x5c\x0e\x9c\xf3\x17\xec\x9f\xd7\ \xc1\x6b\x05\xbe\x55\x9d\xad\x7a\xbd\xfd\xdd\xe7\xab\x25\x9b\x73\ \xe3\x4d\x2d\xdf\x97\x32\x5e\xe3\x02\x60\xf3\x33\x73\x24\xde\x95\ \x8e\xbe\x0a\x49\x58\xc2\xad\x4f\x57\x44\x3e\x81\xca\x2d\xd9\xdd\ \x9d\xfe\x15\x8f\x60\x77\x02\xec\x1d\x74\xd0\xc1\x1b\x1e\xbc\xfa\ \xc8\xbd\xf7\x4f\x59\xcf\xda\xf7\x94\x4e\x3f\xfc\x0f\xdf\xb8\xff\ \xf9\x7b\xab\xb3\x4f\xde\xf3\x85\xbf\xfe\xf3\xbf\xfd\xf2\xed\x67\ \x4a\x2f\x5c\xd7\x7f\xf0\xf6\x7f\xba\xfd\xc0\xec\x0b\x11\x53\xfd\ \xe1\xdb\xbf\xfc\x17\x7f\xfe\x57\xdf\xfb\xd9\x41\xe7\x45\x2e\x64\ \xea\xd8\xa3\x4f\x9e\xa8\xfd\x32\x97\x5c\x1a\x3e\xf0\xd8\xc1\x91\ \x9f\xeb\xa4\xb2\x0e\xee\x79\x6c\xaa\xf1\xcc\xc6\xe0\xc8\x63\x0f\ \x9d\x2c\x07\x00\x50\x3f\xb3\xef\xd1\x03\x63\xbf\x70\x23\xf1\xb3\ \xef\x7f\xed\xc9\xd1\x0b\xe8\x5d\xc0\xf6\xdf\x77\xd7\xde\xe1\xfa\ \x4b\x32\xbb\xa6\xf6\x7c\xed\x07\x8f\xd7\xa6\x4f\x3d\xb8\xfb\xe8\ \xaf\xbe\x6b\xa2\xc3\xa3\x1d\x74\xd0\xc1\x1b\x1e\xa2\xfa\xb3\xbb\ \xef\x99\xb4\x25\x80\x7b\xf6\xe8\xbe\x83\xa7\x26\x39\x80\xaa\x50\ \xd6\x9c\x7d\x72\xdf\xfe\x91\xe2\xd2\xe0\x1d\x79\xea\xde\x7f\xf8\ \xab\xef\x3c\x91\x5f\xbb\x65\x59\x2e\x12\x78\x12\x82\xc6\xf1\x03\ \x7b\x8f\x8f\xcf\x87\x7f\x76\x6b\x53\x07\xf6\xed\x1f\xa9\x38\x61\ \x76\xd8\xdc\xd9\xa3\xfb\x0e\x9f\xb1\x16\xb9\xee\xf0\x0f\xff\xe1\ \x07\x87\xdc\x4b\xb6\x6f\xca\x9a\x58\x00\x04\xad\xd9\x03\x4f\x3f\ \x3d\x3a\x6f\x01\x80\xdf\x2a\x1f\xdf\xbf\xf7\xf0\xf0\xf4\xc8\x91\ \x07\xbe\x7d\xfb\xdd\x07\x8e\x0f\x97\xcb\xc5\xa9\xd9\xda\xcf\xf1\ \x90\x14\x4f\x3f\xfd\xf0\xfe\x33\xe1\x67\x33\xab\x7a\xf2\xd0\xbe\ \xa3\x67\x66\x18\x00\x48\x6f\xe2\xd4\xe1\xfd\x47\xcf\xda\xbe\x7d\ \xf8\x89\xbb\xef\xfc\xe9\x23\xa7\x27\x8a\x1c\x00\xc0\x3b\xf8\xc8\ \xfd\xc7\xe6\x03\x00\xa8\x9f\x7e\xea\xa1\x7d\xe3\x00\xfe\xe4\xe9\ \xc3\xfb\x8f\x9c\x6e\x31\x00\xe9\x8e\x9e\x38\x7c\x62\xb4\x28\x17\ \x4c\xea\xd1\x43\xfb\x0f\xcc\xdb\xa0\x50\x0c\x00\x42\x88\x7a\xfd\ \x59\xbc\xd8\x68\x34\x5e\xcc\xe3\x2f\x6b\x47\xbe\xfe\x0f\xff\xf8\ \xed\xbb\x1f\x73\x24\x00\x40\x63\x76\x64\xff\xbe\x83\x53\x55\x17\ \x00\x6a\x33\x67\x0f\x1c\x38\x32\xd7\x62\x00\x6c\xea\xcc\xd1\xa3\ \x67\xa6\x18\x80\x70\xea\x67\x4f\x1c\x3e\x70\xf8\x54\xcd\x11\xa1\ \x29\x3a\x76\xe2\xc8\xfe\x93\x53\x4c\x48\xb3\x6f\xf5\xb5\x57\x6e\ \x52\x98\x3b\x3d\x72\x7c\xff\xfe\xc3\x33\xb5\x05\x52\xaf\x4c\x9c\ \x3e\x70\xe0\xd0\x78\xa9\xf9\xc2\x0e\x2e\x29\x9f\x7f\xb5\xe2\x25\ \x94\x0e\xfe\x42\x74\xaa\xa6\x3a\xe8\xa0\x83\x0e\xb0\x61\x46\x4c\ \x35\x78\xea\xdb\x7f\xf7\x9d\x23\x4d\x53\xd8\x07\xae\xff\xe4\xdb\ \x57\xe8\xf3\xa3\xc7\x1f\x7a\x88\x97\x67\xef\xfc\xe0\x1f\xfc\xe1\ \x65\xfd\x71\xf0\x67\xee\x7e\xf0\xc8\x75\x9f\xf8\x2f\xbf\xb6\x29\ \x05\x00\x20\x1b\x3f\xf8\x9b\x3f\xdf\x53\xa6\xd8\x75\x2e\xff\xc0\ \xef\xbf\x75\xc8\xfa\xfc\xff\xf9\x7c\x23\xde\x53\x3e\x33\xbd\xe9\ \x16\x7d\x76\xef\xf7\xbf\x70\xd7\xb0\x81\xdb\x8f\x1d\x7f\xcb\xef\ \x7c\xe0\x0a\x05\x80\xf9\x8e\x0f\x85\xd5\x97\x5e\xdf\x6d\x80\x68\ \x8c\x7e\xe1\x2f\x3e\x3f\x47\xe3\x56\xfb\xfe\x8f\xff\xd1\xa7\x1a\ \x0f\xfc\xf3\x37\x1e\x9f\xbf\xf2\xed\xef\xe9\x53\xd4\x66\x71\xf8\ \xe4\x70\x8f\x3b\x32\xf2\xe8\xec\xb2\x7f\xf7\xaf\xde\xfc\x62\x57\ \x4c\x14\x4d\xd7\x16\x26\xcb\xf9\x8d\xf9\x33\xc7\x0e\x1e\x39\x79\ \xc7\x99\x77\x7e\x7c\x7d\xfb\xc9\xef\x3f\x3a\xd1\xbf\x76\xe7\xf2\ \xfe\x0d\x86\x26\x4f\x9d\x3d\x3e\x36\x98\x5d\x3e\x50\x20\x80\x54\ \xdd\x50\x09\x02\x00\xac\xea\xb1\x98\x3e\xfc\xf0\x0f\xbe\xf9\xc4\ \xd4\xf2\xe5\x1b\x7b\x57\x76\x1f\xbb\xf3\xdb\xbb\x27\x7c\xd1\xa8\ \x8f\xbc\xeb\x77\xae\x4b\x9c\xf8\xdb\x2f\xde\x13\xc9\xc4\x4e\x4f\ \x35\xd7\xe3\x85\xa4\xee\x7f\xfc\xc7\x7f\x5c\xbd\x7a\xf5\xdb\xdf\ \xfe\x76\x00\xf8\xc1\x0f\x7e\x70\xf6\xec\xd9\x7f\xf3\x6f\xfe\xcd\ \x0b\x66\x6f\x1d\x7d\xf4\xa9\xc1\x1b\xdf\xc5\x8b\x47\x8f\xcf\xbf\ \x75\x2b\xd9\xff\xc5\xbf\xbf\x27\x31\xb8\x7c\x53\x6a\x85\x5e\x7c\ \xec\x0b\xdf\x7e\x3c\x5a\xe8\xbf\x32\x3f\x58\x7f\xea\xce\x1f\x1f\ \xae\x2a\x7e\xfd\xd8\x35\xbf\x7e\x85\x77\xef\xdf\xfe\x64\x6e\x59\ \x3a\xb8\x7b\xcf\xf6\x3f\xf8\x8d\x5b\x4f\xfc\xf0\xef\xef\x38\x2e\ \x52\x7c\xbc\x91\x1c\xf4\xce\xee\xf9\xe6\x13\xca\x6f\x5e\x4b\xff\ \xee\x1f\xef\xcb\xf5\x26\x4b\x77\xef\xfe\xd7\xff\xf6\xb7\x8d\x93\ \x3f\xfa\xc2\x0f\x8f\xa4\xa2\x7c\x92\x2d\xfb\xb7\xff\xf6\xd7\x0b\ \xea\x0b\x08\xe7\x1b\xdf\xf8\x46\x2a\x95\xfa\xd0\x87\x3e\x04\x00\ \xf7\xdf\x7f\xff\x13\x4f\x3c\xf1\xd9\xcf\x7e\xf6\xe2\x15\x38\x75\ \xec\xd1\x0e\x3a\xe8\xa0\x03\x84\xa8\xc6\x4b\x07\xee\x39\xd0\xfa\ \xd7\x9f\xfb\xcf\xff\xe5\xb7\xdf\x3e\xfa\xe8\xdd\xc7\x4a\x62\x68\ \xc7\x4d\x7f\xf6\x6f\xff\xe4\x63\x9b\xc9\x7d\x8f\x1d\x03\x00\xb0\ \x6b\x2d\x96\x5c\x96\x4d\x84\xef\xb1\x47\x1e\x79\x7c\x26\xfd\x1f\ \xfe\xcb\xe7\x3e\xf3\xce\x4d\xfb\x1f\x7a\xf0\x89\xdd\xbb\x1b\xdd\ \xd7\xfd\x97\x7f\xff\x99\xf7\x5d\xb1\x5e\x0d\x66\xee\xbb\xeb\x11\ \x65\xe5\xce\xeb\x77\x0c\x1e\x7e\xf4\x9e\x31\x1f\x00\x60\xeb\x7b\ \x7e\xf7\x1d\x2b\xcb\xff\xf7\x4f\x3e\xf3\xa5\x9f\x1c\x3a\xb9\xff\ \xbe\xe9\xe8\x95\xff\xf5\xcf\x3e\xf7\x91\x8d\xe8\xde\xc7\x0e\x94\ \xdb\xe8\xea\x8f\xfc\xfe\x47\x6e\xba\xd4\x00\xba\xf3\xe6\x8f\x7f\ \xf0\xed\xd7\xed\xba\xf9\x43\xbf\xf7\xd1\x6b\x7e\xc9\x24\x63\x33\ \x3f\x78\xc9\xe5\x57\x5e\xd2\xaf\x9d\x39\x33\x52\xb7\x3c\x88\xf7\ \x5e\x73\xdd\x65\xa9\x04\xf1\x51\xfe\x1d\x1f\xfd\xad\x9b\x2e\x5b\ \x1f\xf2\xad\x5c\xcc\x5b\x46\x08\x21\x10\x8e\x6d\x83\xd1\x7d\xcd\ \x0d\xd7\x14\xbc\xf1\xfb\x1f\x3d\xbd\xfc\x92\x2b\xb6\xf6\xb1\x27\ \x1e\x7e\x6a\xdf\x23\x8f\xc7\xaf\xfa\xd8\xa7\xff\xf0\xf7\xaf\x5e\ \x9d\x0a\x18\x07\x00\x42\xc8\x4d\x37\xdd\xf4\x95\xaf\x7c\xe5\xc9\ \x27\x9f\x7c\xfc\xf1\xc7\xbf\xf2\x95\xaf\xdc\x7a\xeb\xad\x2f\x4c\ \x4b\xc1\xec\x13\x27\x6a\xd7\xbd\xef\x03\xd7\xac\x52\xf6\xec\x1b\ \xc1\x81\xe7\x09\xba\xee\xf2\xeb\x2f\x1f\x32\x1e\xf9\xe9\x13\x2b\ \xde\xfa\x1b\x7f\xf8\x3b\x9f\xd8\x59\xa8\xde\xfd\xe0\xde\xfc\xfa\ \x5d\x3b\x57\xc6\x0e\xfc\xec\xa1\x69\x1b\xd6\x5d\xf3\xa1\x4f\xff\ \xfb\xdf\x4a\x57\x4e\x1e\x3f\x33\xfc\xe4\x29\xeb\xbd\xff\xee\x0f\ \xff\xe8\xd7\x6f\xce\xe9\x9c\x49\x44\x29\x09\xec\x76\x7c\xd5\xf5\ \x7f\xf0\x87\x7f\x7c\x79\xb4\xbc\xff\xf4\xf4\x9e\x87\x0f\xac\xff\ \xc0\x67\x7e\xff\xb7\xde\xdf\xa7\x3a\x0e\x7b\xc1\xef\x12\xdd\x7c\ \xf3\xcd\xb7\xdf\x7e\xfb\x03\x0f\x3c\x70\xe8\xd0\xa1\xbf\xf9\x9b\ \xbf\xb9\xf9\xe6\x9b\x43\x0f\x41\xc7\x1e\xed\xa0\x83\x0e\x3a\xb8\ \x38\x50\x64\x10\x70\x60\x1e\xc3\x5a\x54\x07\x1c\x89\x51\xe9\xbb\ \x81\xa4\x8a\x02\x00\x51\x43\x0f\xac\x00\x00\x20\x92\x8e\xd3\xca\ \xa9\x99\xca\xb6\xee\x1c\x00\x48\xdf\x96\x4a\x34\x02\x10\x44\x63\ \xc0\x8a\x96\x2b\x14\xc3\x00\x00\x4d\xa1\x88\xfb\x8e\xcf\xdb\xc5\ \xd1\x31\x25\xfe\xce\xf7\xbf\x2d\x47\x00\x00\xb0\x9a\xb9\xf9\xa3\ \xff\xe6\xe6\xb7\x1e\xf8\xd3\xff\xf8\x35\x7b\x4d\x2a\x92\x5c\x0d\ \x00\xf1\xa8\xe1\xdb\x1e\x60\xcc\x03\x0f\x00\xa4\x60\xae\xe7\x00\ \x00\x28\x86\xf9\x8b\x34\x3f\xa6\x2a\x05\x00\x90\x4f\xfc\xe8\x1f\ \x77\x97\xd2\xdd\x9e\xe7\x1a\xe4\xb2\x5b\x3f\x1c\xdf\x73\xe7\xd7\ \xfe\xea\x2f\x6f\xfa\xe0\x3b\x09\x16\x9e\xe7\x03\x68\xa1\xb6\x57\ \xb8\x67\xb5\x03\x00\xbd\xdd\x6c\xba\x1c\x6f\xba\xf5\xa3\x4a\xfa\ \xa7\xdf\xfc\xfc\x5f\x6f\xb9\xf2\x12\x02\xac\x34\x31\x81\xd3\x3b\ \x6e\x1b\x5a\xdd\x7c\x62\xbf\x3a\x60\x02\x28\xaa\x82\x96\x7c\xb7\ \x9b\x37\x6f\xfe\xed\xdf\xfe\xed\x3f\xfd\xd3\x3f\x45\x08\xfd\xd9\ \x9f\xfd\xd9\x86\x0d\x1b\x5e\xf0\x92\xac\xc9\x93\x07\x0e\x9e\x6a\ \x7c\xe7\xab\x68\xe4\xcc\x59\xf4\xb0\x7d\xeb\x27\x7f\xef\xe3\xe6\ \x0f\x6e\xff\x87\xe1\x93\x97\x53\xa0\x99\x78\x04\x00\x40\x04\xbe\ \x08\x6a\x33\xa3\xe5\xd4\xf2\xb7\xdd\xbc\x5a\x9b\x7d\x98\x71\x0f\ \x20\x1e\x8b\xa8\xbe\xed\x72\xa4\x18\x3a\x80\xa2\x12\xe4\x2f\xa6\ \xf4\x63\x10\x01\x00\xc4\xe2\x91\x8a\x6b\x79\x9c\x64\x33\x3a\x48\ \x8e\x5e\xbc\x27\xf2\xca\x95\x2b\x3f\xf3\x99\xcf\xfc\xc7\xff\xf8\ \x1f\x7d\xdf\xff\xcc\x67\x3e\x73\xe9\xa5\x97\x5e\xd4\xe5\xd3\xe1\ \xd1\x0e\x3a\xe8\xe0\x8d\x0b\x7b\xf2\xe8\x3d\x8f\x1e\x68\xd5\x46\ \x8a\x4a\xef\xd0\xaa\x4b\xb7\x75\xfd\xec\x9f\x3f\xff\xf5\x6e\xf7\ \x8c\xbe\xe6\xcd\xeb\xbb\xfc\x3b\x4f\xee\xbb\xfd\x0e\xb1\xef\x89\ \xd2\x55\xbf\xb9\x0e\x00\x40\xe9\x7e\xdb\x2d\x97\xfe\xd5\x97\xff\ \x8f\x33\xbc\x53\x97\x74\xc3\xe6\x8d\xeb\xf4\xaf\xff\xcd\x57\xbe\ \x8d\xc6\x0f\xf5\xed\xfa\xd8\x35\x1b\xbd\x27\xff\xef\x37\xbe\xfc\ \x7d\xbb\x78\x74\x2c\xbd\xb9\xf7\xca\xcb\x37\xcc\x9d\x55\x72\xdd\ \x7d\xdd\x7d\x2b\x93\x04\x00\x60\xec\xf1\xbb\x77\x4f\xda\x66\x50\ \x74\xf5\xdc\xf6\xcb\xaf\x79\xf4\x87\x77\xfc\xf3\xb7\x67\x27\x0e\ \x94\xae\xf9\x8d\x77\x35\xef\x7d\xca\x0b\x18\x00\x64\xf3\xf9\xb3\ \x3f\xfa\xee\x9d\xdd\xb7\x15\x5a\x67\x0e\x35\xfa\x7f\xe3\xbd\xbb\ \x5e\x8c\x2a\xa4\x60\xe3\x07\x1f\xbf\x27\xcf\x63\x14\x46\x66\x2b\ \x4a\x66\x43\x9f\x28\x4f\x4b\x7f\x6c\xe4\x54\x5d\xa6\x12\xd8\x9e\ \x6d\x41\x21\x86\x1e\xbe\xf3\xdb\x70\xfd\x55\x3b\x37\xae\xd0\x91\ \xbe\x65\xc7\xd0\x3f\xde\xfe\x45\x65\xac\xf7\xc8\xde\xf2\x55\x1f\ \x1f\x2a\x9d\x3d\x59\x93\xf1\x84\x6c\xd6\xd4\xec\x96\x4d\xcb\xa6\ \xa9\x5a\xe8\xca\xf5\xad\x5c\xae\x89\x4d\xbb\x7f\xf0\x8d\x3b\x9a\ \x2b\x8f\x4c\xb4\xae\xa2\xcf\x34\xaf\xb8\xe1\x86\x1b\x1c\xc7\xa1\ \x94\x5e\x7b\xed\xb5\x2f\x26\xcf\xa7\x1f\xdd\x9d\xbf\xf2\x1d\x6f\ \x7d\xd3\x3a\x79\xe9\x8a\xef\x7f\xfd\x27\xf7\xef\x39\xd4\xaf\x04\ \xdd\x05\xfd\xe9\xb9\xe0\x1d\xdb\x96\xfd\xcb\xbf\x7c\x55\xec\xd8\ \xb4\x6a\xe3\x86\x5d\x9b\xd6\x1d\x62\x34\xdf\xdd\xdd\xbb\x62\x8d\ \x3d\x71\xb7\x1d\x70\x90\xcc\xb1\x2d\x2d\x3f\xb4\xb5\x97\xdf\xfe\ \xf7\xdf\x5f\xaf\x8d\xd6\xfd\x2d\x44\x7a\xae\x87\x05\x0f\x1c\x17\ \x03\x80\xef\x5a\x01\xc9\x6c\x5d\x9f\xfd\xce\x37\xbe\x26\xfa\xdd\ \x29\x4b\xfe\x9c\xd1\xcc\x97\x5f\x7e\xf9\x1f\xff\xf1\x1f\x37\x9b\ \xcd\xb7\xbd\xed\x6d\x17\x7b\x15\x91\x3f\xf9\x93\xcf\xbe\xd4\x8f\ \x20\xe4\xec\xf0\x99\x23\x47\x8e\x2e\xf5\xa8\xc4\x08\xde\x1c\x75\ \x54\x4a\x5a\x1b\xae\x03\xa2\x74\xda\x9d\xbf\x9c\xc0\x84\x38\xcd\ \xc4\xc9\x47\xca\x3e\xfc\x60\xc2\x4e\xc4\xa2\x91\x48\x24\x0c\xf8\ \x07\x12\x6d\x33\xfc\x55\xd4\x6e\x0d\x6e\xf3\x0b\x43\x88\x77\x2a\ \xf0\x5e\xde\x67\x85\x9a\xa7\x76\x1b\x56\xe5\x87\xd3\x5e\x85\x91\ \x4c\x2a\x19\xfa\xb5\x84\x10\xf1\x78\x7c\xc7\xce\x9d\x17\x35\x91\ \xe1\x0d\x0e\x55\x55\xcf\x9c\x3e\xfd\xd4\x93\x7b\xb2\xd9\x9c\xa6\ \x69\x0b\x0d\x20\xa4\x54\x55\x75\xdb\xd6\x2d\xd1\x58\x3c\x2c\x38\ \x5f\xea\xc0\xc0\xb9\x68\xb5\x1a\xd9\x5c\x7e\xa9\x9d\xa1\x65\xb5\ \xb3\xb9\xfc\xf3\x3f\x19\x61\x31\x3f\x33\x51\xc7\xbd\xbf\xf6\xc1\ \x5f\xeb\x8b\x45\xd6\x6d\x59\xeb\xce\x8e\xf2\xae\xed\xef\x7f\xd7\ \xd5\xf9\x68\xcc\x40\x5e\xb1\xc6\x76\xbe\xed\xfd\x37\x6c\xe8\x0a\ \x0f\x4f\x2f\xdb\xba\xa9\x5f\x9f\x99\x9a\x13\x7a\x7a\xf5\xe6\x9d\ \x57\x5f\x3a\x54\x1c\x19\x49\x6e\xbc\xf1\xdd\x6f\xde\x68\xc4\xba\ \x36\xad\xcc\x4c\x9d\x1d\x8f\xad\xde\x79\xed\xce\x2d\xab\x37\x6f\ \x8a\x59\x53\xa7\xc6\xe6\x23\x85\x81\xfe\x7c\x0c\x00\xb8\xdf\x9e\ \x9e\x9a\x6e\xc9\xf4\xcd\xef\x79\xf7\xce\x0d\xab\xd7\x2d\x8f\x8d\ \x8d\x96\xd6\xdf\xf0\x9e\xeb\x37\xf4\x1b\x66\xb4\xb7\x7f\x30\x1b\ \xd3\xd3\x3d\x2b\x12\xbc\x56\xf6\xf4\x81\xfe\xee\x78\x3c\xd3\xd7\ \x9d\x7a\x31\x1e\xd5\x22\x31\x8d\xb9\x2d\xab\xed\xf2\xc8\x15\x37\ \x5e\x47\xcb\xc3\x45\x99\xbe\xfc\xaa\xcb\x52\xbc\x7c\xf4\xe8\x68\ \x7e\xcb\x75\x37\xec\xda\x38\xd4\xdf\xeb\x56\xe6\x98\x99\x1f\xea\ \xcb\x12\x80\xf4\xf2\x0d\xfd\x11\x67\xa6\x12\x6c\xbb\xe9\x3d\x6f\ \x5a\x5b\xb0\x2a\x13\xc7\x8e\x8f\x66\x37\x5d\x7b\xcb\xd5\xdb\x36\ \xac\x5e\xd6\x9e\x39\x3b\x59\xf5\x72\xbd\xcb\xfa\x97\xaf\x5b\x91\ \x91\x63\x53\xd5\xbe\xcd\x57\x5e\xb6\x71\xc0\x38\xc7\x2c\x5e\xb3\ \x66\xcd\xaa\x55\xab\x7e\xce\x37\xe5\x73\x73\xfb\x9b\xae\x5d\xdd\ \x97\xcb\x77\x2d\x5b\xd1\x93\x36\x14\xa5\x3e\x73\xb6\x4a\x07\x6f\ \x7d\xcb\x9b\xd7\xae\xdb\xd0\xa5\xb4\x26\xe6\x9a\xa9\xbe\x75\x97\ \x5f\xb1\x51\xcc\x8f\x8d\xcd\xb6\x53\x3d\x03\xfd\xdd\x99\x6c\x77\ \x4f\x21\x15\x89\xc4\xd2\xdd\x03\x83\x1b\x36\xaf\x47\xd5\xf1\x12\ \x4f\xef\xba\xea\xf2\xa1\x9e\x4c\x32\x57\xe8\xed\x29\x64\x0b\xdd\ \xdd\xf9\x84\x1e\x8d\xe7\x7b\xfb\x57\xac\xe8\xf1\xcb\x63\xc7\x8f\ \x1c\x6f\x46\x06\xae\xbf\x6a\xb3\xf1\xe2\xbe\xef\xa1\xa1\xa1\x75\ \xeb\xd6\xfd\x9c\xab\x2d\xcf\x97\xa2\xb1\xd8\x4b\x8f\x9b\xa2\x66\ \xa3\xfe\x92\x97\xb8\xf2\xd3\x9f\xdc\xfd\x8d\x6f\x7e\x4b\xd3\x34\ \x00\x90\x00\x14\xc1\xff\xd3\x55\x89\x6a\xca\xcc\xfb\xfe\xab\x54\ \xcd\xe7\x94\xd5\x77\xf0\x52\x20\x89\xa2\x54\xa7\xfa\x7f\xf8\xdf\ \x4f\xb4\xe1\xa3\x8f\xce\x0f\x74\x77\xe5\xf2\xf9\x50\x83\x5b\x02\ \x7d\x22\xdd\xbe\x55\x2b\x4f\x5f\xf3\xc9\xf6\xa6\x37\x63\xcf\xee\ \x88\xeb\xe5\x94\xbc\xa2\x67\x7f\xfc\xbf\x52\xc5\x53\x1f\x7f\xb2\ \x79\xda\x55\x56\x2f\x1f\x0c\xfb\x19\x05\x41\xd0\xd7\xd7\xf7\xa9\ \xdf\xfe\x9d\x4e\xeb\x80\x8b\x87\x48\x24\x72\xd7\x9d\x77\xfe\x7f\ \x7f\xfd\x97\x6b\xd6\xae\x8b\xc7\xe3\x8b\xfd\x8c\x78\x34\x1a\xf9\ \xc4\xc7\x3f\xd6\xd5\xdd\x77\x6e\x5f\x40\x42\x88\xef\x07\x33\xd3\ \x13\x6b\xd6\x6d\x0c\x49\x97\x31\x56\x2a\xce\xae\x59\xb7\xb1\x23\ \xc9\xd7\x01\x66\x0e\xde\x73\xfb\xc3\x27\xc0\xc8\xed\xba\xe1\x2d\ \x97\x0c\xa5\x5f\x4a\x9f\xaa\x93\xc7\x8f\x76\x75\xf7\xbc\xf4\x86\ \x91\x1d\xbf\x6e\x07\x1d\x74\xd0\x41\x07\xaf\x19\xf4\x6c\xbd\xe5\ \xf7\xb6\xde\xf2\x2b\x75\x49\x9d\x7c\xdd\x0e\x3a\xe8\xa0\x83\x0e\ \x3a\xe8\xf0\x68\x07\x1d\x74\xd0\x41\x07\x1d\x74\x78\xb4\x83\x0e\ \x3a\xe8\xa0\x83\x0e\x5e\x5b\xe8\xc4\x47\x5f\xd9\x6d\x0b\x02\x8d\ \xc2\xf9\x0e\xd0\x40\x08\x3c\xf6\x22\x3d\xde\x3b\xf8\xe5\xa0\x51\ \xc0\xe8\xfc\x24\x8f\x10\x30\x01\x3e\x87\xce\xc0\xad\x0b\x83\x04\ \x50\x30\x28\xe4\x3c\x17\x3c\x02\x90\xe0\xb2\x8e\xfc\x3a\xe8\xf0\ \xe8\xcf\xd7\x4f\x2f\x38\x0b\x50\xc8\xd7\x77\x85\x0c\x46\xd0\xf6\ \xd0\xa1\x59\x44\xce\x53\x31\x73\x09\x2b\x32\x32\xaa\xca\x97\x44\ \xa5\x2f\x26\x76\x29\x41\xbe\xce\x29\x1a\x21\x38\x56\xc4\x2e\x3b\ \x3f\xf7\x0b\x97\x90\x31\x65\x7f\x52\xf2\x97\x98\x6f\x8e\xf0\x0b\ \x50\xb1\x84\xd7\x7d\x1e\x3b\xc5\x30\xd7\x42\x33\x2d\x44\xcf\x67\ \xc1\x4b\x00\x8c\x60\x4d\x4e\x10\xd4\x29\x98\xeb\xa0\xc3\xa3\x2f\ \xf8\x90\x60\x22\x3c\x57\xd8\x2d\x79\xae\x4e\x97\x12\x11\x42\x63\ \x29\x45\x51\x79\xe0\xcb\xd7\xa9\x5a\x57\x08\xcc\xb4\xd0\x5f\xed\ \x56\x8c\xf3\x94\xba\xcb\xe0\x4f\xaf\x0b\x52\x79\xe9\x5d\xf0\x26\ \x1d\x21\x21\x25\x6f\xd6\xa5\xe0\xe7\xb2\x29\x02\xc0\x66\x4c\x35\ \xa3\x92\x07\xe2\xf5\x3b\xe4\x0b\x23\xf8\xe6\x41\x3a\xd3\x44\xca\ \xf9\x10\xa9\x1d\xc0\x75\x2b\xf8\x6f\x5d\x1a\x58\x02\xbd\x94\x05\ \xcf\xed\x96\xf0\x5c\x78\xf6\x82\xc7\xaa\xa6\xc4\x92\x18\x21\x1e\ \xf8\xaf\x57\xb1\xeb\x04\x0e\xcc\xe0\x6f\x1d\x52\x23\xca\x79\xec\ \x18\x84\x04\x9d\xc2\xff\xb8\xd5\xa3\xf4\x75\xbf\xc1\xeb\xa0\xc3\ \xa3\x17\x00\x42\x79\x65\x16\xdf\xfb\xa5\x98\xd7\x04\xf2\xac\x53\ \x33\xcf\xf5\xb6\xde\x7c\x1a\x22\xdd\x2b\xd7\x46\x92\xe9\xd7\xab\ \x4e\xc7\x08\x4c\x05\xf4\xc5\x5b\x17\x5c\x06\x12\x14\x04\x0e\x93\ \x08\x01\xc6\x48\xa3\x08\x84\xf4\x98\x14\x00\x18\x23\x9d\xa2\xf0\ \x5d\xf8\xa5\xf8\x16\x11\x12\x42\xf2\x47\xbf\x6f\x9e\xdd\x4b\x34\ \xe3\x19\xa3\x5f\x82\x0c\x5c\xbf\x6b\xc5\xcc\xb2\xcb\x04\x55\xfb\ \xd6\x6d\xe6\xaf\xdf\x0a\x48\x9d\x82\xa9\x00\x5d\x98\xfc\x2d\x3d\ \x06\x0a\x01\x9f\x49\x01\x80\x10\x52\x29\x22\x08\x02\x26\x02\x01\ \x00\x48\x53\x16\x7c\x06\x2a\x79\x69\x26\x11\xa6\x6c\xf4\x88\xf2\ \xf0\x37\x74\x8a\x9f\x35\x93\x55\x08\x86\x70\x73\xfb\x6d\x73\x36\ \x5b\xb6\x65\x27\x7e\xc9\xe5\x6b\xbf\x9a\x90\x00\x14\x83\xa9\xc8\ \xa5\x42\x7e\xc6\x84\x40\x18\x4b\xe1\x71\x40\x08\x28\x41\x2a\x41\ \x82\x4b\x8f\x4b\x09\x8b\xbf\xca\x67\x1e\x90\x0e\x3a\xe8\xf0\xe8\ \xf3\xcf\xa6\x7a\x27\xf6\xf6\x06\x8d\xfc\xe0\x32\x29\x44\xb8\x43\ \x97\x52\x12\x90\x50\x58\xfe\xbd\xbb\x7e\x3c\xad\xa4\xfb\xd7\x6f\ \x81\x37\x46\x40\x4a\x70\x99\xef\x8f\xef\x30\xdc\x27\x6d\xfd\xe3\ \xdb\x0c\x21\xe4\xc8\x48\xeb\xee\xe3\x36\x24\x8c\x5f\xdb\x1e\x5b\ \x66\xe2\xd2\x6c\xfb\x7b\x07\x2d\x1f\xbd\x54\x69\x20\x84\x82\x66\ \x45\x3d\xf9\xc4\xe0\xda\xb5\x88\x33\x58\x6a\xde\xc1\x19\xc9\x74\ \x1d\x99\x9c\x7f\xec\x4b\x7f\xb1\xeb\x37\xfe\x1d\x7a\x63\x88\x5d\ \x0a\x29\x0c\xed\x1d\x6b\xd4\x7d\xe3\xfe\x95\xdb\x52\xcb\x74\xd9\ \x6e\xba\x77\xef\x6b\x8e\x38\xe8\xf2\xad\x99\x6b\xfb\x15\x70\xfd\ \x1f\xef\x6d\x9c\x6a\x88\x97\xba\x0e\x11\x12\x44\xf1\xf7\x3f\x30\ \x90\x8c\x45\xe3\x89\x25\x7b\x54\x0a\x41\x15\xa5\x1d\xeb\xba\xe7\ \xab\x7f\x13\xbd\xe4\xba\x95\x3b\xaf\x14\x6f\x8c\x71\xdf\x81\x40\ \x9b\xd6\xa5\x92\xed\xf6\x7c\x3c\xfd\xce\x21\x1a\x30\xfe\xf4\xb1\ \xc6\xc3\x63\x41\xae\x2f\xfa\xce\x2d\x91\x24\x91\xc7\x4f\x37\xee\ \x39\xe3\x49\xdc\x89\x47\x77\xd0\xe1\xd1\x9f\x0b\x8f\x73\x42\x14\ \xb0\x5b\xdc\x73\x02\xd7\x01\x8c\x88\x10\xb8\x7f\xf5\xfd\x47\xcf\ \x9e\xae\xb9\x37\xfc\xfe\x6f\xe8\xd1\x18\x7f\x63\xf4\x85\x91\x52\ \x46\xe2\xda\xfa\x44\x70\xc6\xd6\x50\xb5\xfd\xb7\x87\xd8\x27\xaf\ \x4f\x5d\xe3\xca\xe4\xea\x54\xac\x58\xff\xf2\xd3\x2c\xae\x83\x40\ \xe8\xe5\x50\x2a\x88\x73\x21\x89\x42\x3c\x9b\xfb\x6e\xd0\x6e\x08\ \x4c\x10\x67\x7a\x32\x33\xda\x66\x77\x3e\xbe\x6f\xf5\x9b\xdf\x39\ \xb8\x65\x7b\xe0\xba\x6f\x88\x25\x2f\x41\x52\xba\xbe\x5b\x3b\x5b\ \x15\xcb\x4d\x7e\xc7\x23\x95\xf8\x9a\xdc\xfb\xb7\xf1\x3b\xea\xda\ \xdb\x7a\xe5\x57\x1f\xab\x70\x05\xb7\x03\x20\x08\xbd\x1c\x99\x2e\ \xd2\x17\x52\xc1\x52\x3a\x2d\xee\x58\x8c\x31\x00\x50\x30\x76\x06\ \xd7\xff\xe0\xf1\x7d\x5e\xb2\xe7\x4d\x6f\xff\x20\xa0\x37\x0a\x6d\ \x08\x09\x85\x9c\xde\x4d\x1d\x25\xa3\xcc\x0e\x57\x6e\xaf\xea\x7f\ \xb4\x2b\x59\x91\xf6\xcd\x3b\xa3\xc7\x0f\x56\x7f\x5c\x03\x1d\x0b\ \x8c\x51\xa7\xf9\x59\x07\xaf\x39\xbc\xd2\x75\x2f\x5c\x48\x89\xc9\ \x64\x7c\x59\x25\xb3\x5c\x51\x14\x70\x5d\xa5\x6f\xd5\xfd\xd3\xad\ \xc7\x9f\xdc\x7b\xc9\xf2\xde\x78\xa1\x47\xb0\x37\x50\xa2\x9e\x10\ \xd2\xe3\x20\x84\x64\x00\xa6\x86\x29\x40\x2c\xa1\x0d\xd0\xe0\x8e\ \x03\x56\xb1\xcd\xa6\xeb\xfc\xe5\x0a\x0f\x09\x90\x8c\x05\xad\x44\ \xcf\x70\x64\x90\x66\xba\xc0\x69\x6b\xf1\xd4\x44\xb4\xff\x5b\xf7\ \x3e\x52\x50\x61\xc5\xea\xd5\xfc\x0d\x95\x0d\x2c\xa5\xc7\xa4\x90\ \xe0\x73\xa9\x28\xd8\x54\xc0\x93\x78\xe7\x00\x7d\x7c\x7f\xe3\x44\ \x95\xcd\xd4\x58\x3b\x90\x2f\x7d\x52\x21\x02\x00\x90\x8c\x0b\x61\ \x44\x86\x23\x03\x4e\x6e\x19\xe6\x8c\x08\x2e\x06\xd6\x7f\xef\xe9\ \xd3\xd3\xa3\x67\x77\xac\x5f\xa5\x44\x62\xf2\x8d\x61\x8c\x86\x60\ \x5c\x06\x02\x18\x97\x02\xa1\xa8\x86\x39\x97\xcb\x7b\x34\x5e\xb6\ \xee\x3f\xe3\x96\x9a\x41\xa9\x2d\x50\xc7\x16\xed\xa0\xc3\xa3\xbf\ \x48\xb3\x48\x2e\x24\x53\xf4\x87\x0e\x1c\xfd\xfa\x03\x7b\x6a\xd9\ \xe5\xc6\x8a\x8d\x0f\x4c\xb5\xee\x7f\x78\xf7\x6d\x37\x5c\x5b\x88\ \xeb\xde\x1b\xc4\x24\x02\x90\x42\x32\x2e\xb9\x04\x84\x80\x49\xb4\ \x72\x79\xfc\xa3\x3b\xa2\x27\x8f\xd6\x1e\x99\xe6\x1a\x05\x24\xa5\ \x47\xd4\x5f\xbf\x21\xbd\x4c\x07\xf6\x72\x10\x9c\x10\x42\x52\x65\ \xb8\xdc\xfc\xca\x8f\xee\xde\x67\x29\x91\x15\x9b\x26\x22\xdd\x5f\ \xb9\xe3\xde\xbe\xae\xc2\xb5\xdb\x37\x39\xad\xe6\x1b\x25\xa1\x43\ \x02\xe7\x92\x09\x09\x08\xa4\x90\x7a\xc2\xb8\xed\xb2\xf4\x72\x66\ \x7f\x75\xaf\x0d\x14\x61\x04\x4e\x00\x97\x6e\x4b\xbf\x7d\xb5\x16\ \x04\x2f\x87\x48\xa4\x14\x80\x5a\x92\xfe\xe8\xc1\x47\x7f\x78\xf0\ \xac\xe8\x5f\x2b\x06\x37\x7c\xef\xe9\x93\x67\x86\xcf\xbe\xe7\x96\ \x1b\x14\xee\xf1\x37\x4c\x6b\x7b\x21\x24\xe3\x52\x00\x20\x29\x05\ \x26\xdb\x37\xa6\xde\xb5\x8a\xdc\xb5\xa7\x7e\xb6\x0d\x2a\x46\x82\ \x4b\x33\x15\xf9\xd7\xd7\x26\x22\x5c\xbe\x81\xb6\x15\x1d\xbc\x5e\ \xf0\xca\xfa\x75\x25\xf8\x42\x4a\xd7\x5a\x37\xb4\xec\xf0\x91\x23\ \xdf\xdd\x7d\x70\xb0\xaf\xef\x91\xc7\xf7\x5c\x7f\xd5\x95\xdb\xa2\ \xec\x91\xe1\xd9\x38\x7a\x83\x84\xe8\x20\x91\xd1\x32\x08\xd6\xf6\ \x53\x6b\x86\xab\x1a\x9c\x3c\x51\xfb\x6f\x8f\xda\xa6\x8e\xa9\x2e\ \xa6\x78\xfc\x1d\xdb\x63\x3f\x9a\xc2\x85\x18\x79\x79\x42\x45\x08\ \x84\x04\xd7\x71\x56\xa4\x63\xc9\x78\xec\x8e\x07\x1e\xa9\x5f\xb1\ \xeb\xc0\xe1\x23\xd1\x48\xe4\x9d\x3b\xd6\xcf\xed\xfd\x99\xdf\xb7\ \x03\x21\x24\xdf\x00\x62\x27\x11\x32\x58\xd0\xb4\xa4\x1e\x43\xc2\ \x16\x48\xd4\xed\x2f\xdd\x3b\x3f\xe1\x21\x15\xa3\x7d\x93\xfc\x03\ \xdb\x92\xa7\x9c\x56\x4f\x8a\x1a\x3e\x92\xf2\xe5\x08\xd3\x4b\xe9\ \x32\x66\x48\x58\x3d\xb4\xfc\xa1\x47\x1e\x51\x28\x05\x84\x8e\x1c\ \x3b\xf1\xc1\xdb\x6e\xed\xb1\xa6\xcf\x36\x49\xe2\x8d\xb2\x69\x44\ \x5d\x05\xdd\x10\xb0\x26\x8b\x26\x27\x85\x5e\xe0\x8f\x3e\x35\xff\ \x8f\x27\x79\x4c\x45\x31\xe1\xe2\xf5\xc9\x5b\xd7\x79\xa7\xb1\x92\ \x36\x3b\x6d\x61\x3a\xe8\xd8\xa3\xbf\xc4\x13\xc5\x00\x79\xe5\xe9\ \x4b\x54\xeb\xed\x37\xbd\x79\x7c\x72\xfa\xde\x07\x1f\xda\xba\x79\ \xf3\xd5\xfd\x09\x6f\xe4\x70\x20\xc3\x99\xb1\xaf\x7f\x2a\x15\x52\ \xea\xa6\x72\xc3\x8e\x44\xbf\xeb\xfc\xe8\x94\xdf\xac\xba\xc7\xab\ \x22\x61\x62\x43\x41\xd8\x0f\xbe\xf7\x48\xa5\x1a\x8f\x7e\x70\xbb\ \x39\x35\x61\x17\x5d\xf9\xd2\xbf\x21\x04\x20\x41\x7a\x9e\x97\x9a\ \x3b\xf1\xfe\xeb\x76\xc5\x93\xe9\x3b\x7e\xf2\x53\x9f\xcb\x77\x5f\ \x77\x85\x39\x71\xd8\xb3\xad\x37\x88\x27\x5d\x82\x04\x84\xd6\xaf\ \x8e\xdf\xbc\x9c\x3e\x70\xb0\x35\xdb\x60\x47\xa6\x3d\x49\x71\x44\ \xc5\x1a\x45\xc7\x0e\x57\x7e\x3c\x2d\xdf\xbe\x2b\xd9\x0b\xc1\xc1\ \xe9\x00\x93\x97\xe5\x8c\x10\x48\x10\xd3\xa7\x6f\x1a\x4c\x5e\x79\ \xf9\xe5\x4f\xed\x3b\xb0\x77\xdf\xfe\x1b\xaf\xbd\x66\x3d\x6d\x3a\ \xd3\x63\x01\xe0\x37\x48\x61\x87\x90\x32\x95\xd6\x6f\xdb\x1e\x73\ \x26\x5b\x0f\x4d\xf1\x52\xd1\x9d\x74\x50\xd2\xc0\x86\x8a\xdc\x8a\ \xfd\xa5\xdd\x8d\xfc\xca\xc4\x5b\x56\x2a\x87\xce\xd8\x0e\xea\xb4\ \x58\xeb\xa0\x63\x8f\xfe\x22\x70\x21\x3d\x3f\x10\x93\x27\xaf\xe8\ \x5b\x13\x7f\xdb\x2d\xc5\x5a\xe3\x8a\xa1\x2e\x65\x78\x2f\x0b\xb8\ \x17\x20\x21\x65\xa8\xf5\x5f\xdf\x20\x04\xcd\x4d\xb4\xff\xf2\x6c\ \x0b\x30\x18\x2a\x86\xb1\xd6\x94\x04\x9d\x22\x09\x40\x08\xf2\x5b\ \xde\xb7\x1f\x28\x72\x09\x08\x23\x43\x45\x2f\x8b\x49\x2a\x04\x78\ \x8c\x05\xb5\x72\x2f\x63\x1f\xbb\xe1\x8a\xa7\x47\x06\xd7\x2e\xeb\ \xef\xab\x8d\xf2\x56\xdd\x65\x9c\x0b\xf1\x46\x98\x11\x8b\x31\xe2\ \x0e\xfb\xc1\x83\x45\x26\x40\x55\xb0\x8a\xd9\x9d\x07\x3d\x55\x59\ \x90\xb0\x02\x72\xef\x81\xca\x63\x4f\x03\x00\x68\x2a\x56\x08\x0a\ \x5e\xba\xcf\x55\x4a\x9f\x4b\xdf\x75\x23\xe3\x87\x6e\x5b\xbd\xa5\ \x90\xbc\x01\x63\x72\x69\x56\x83\xb3\xfb\x99\x90\x3e\xe7\xf2\x0d\ \xd1\x69\x00\x51\x2c\x8f\x1d\xab\xee\x3b\x04\x98\x20\x43\x41\x87\ \x8f\xd7\x25\xc6\x1a\x01\x09\x40\x29\xaa\xcc\x5a\x5f\x9c\x6c\x0b\ \x09\x84\x20\x43\x79\x03\x38\x46\x3a\xe8\xf0\xe8\x4b\x53\xe7\x3c\ \x3e\xb0\x72\xf8\x40\xb4\x35\x5b\xc7\xa5\xa7\x95\x64\xb6\x9b\x6a\ \xc3\x4f\x9d\x12\xae\xd5\x0a\xa4\x58\xff\x26\x5d\x55\x5f\xdf\x3b\ \x74\x21\xc1\x59\x48\x46\x46\x84\x22\x00\xf0\xd9\x82\x09\xee\x3c\ \x63\x15\x22\x44\x50\xf8\xc5\xf8\x0c\x00\xc0\x0d\x5e\x52\x53\x40\ \x29\xa5\x19\x8b\x97\xbb\xd6\x3c\x35\x75\xc8\x24\x75\x32\x5b\x19\ \x88\xa4\xac\x93\x73\x07\xeb\x65\x2e\xe5\x9c\x99\xcf\x75\x0d\xc0\ \xeb\x3d\x50\xe7\x31\x70\x19\x50\x0c\x80\x31\xc5\x20\x24\xb8\x1c\ \x01\x5a\x90\xf0\xa2\xe0\x71\x38\x8a\x9e\x0b\xe0\x02\x9c\x00\x82\ \x97\xd6\x14\x10\x83\x88\xac\xd8\x78\xf0\xa1\x23\xd9\x56\x0d\x95\ \x76\x27\x93\x39\x40\xf8\xe8\x68\x09\x58\x50\x0e\x50\x64\xd3\x66\ \xfc\xba\x5e\xed\x08\x80\x09\x70\x82\xb0\xfa\x79\x41\xb6\x1e\x0b\ \x05\x03\x8e\x38\x47\xee\x04\x85\x66\xa8\xdb\xe9\x7f\xd9\x41\x87\ \x47\x7f\x81\x42\xe7\x2c\xbb\x72\x83\x7c\xd7\xa7\x67\xe7\x67\x11\ \xc2\x20\x05\x80\x04\x84\x01\x90\xa2\x28\xbd\xab\x36\xa8\x8a\x22\ \x5f\xbf\xcd\xd2\x02\x0e\x7d\x09\xf1\xef\xaf\x0d\xce\xd7\xc4\x14\ \x12\xba\xe3\x22\xb8\xd0\x04\x0c\x29\x84\x11\x89\x76\xbf\xed\x13\ \xa5\x91\x13\xf5\x90\x2f\xa5\x00\x40\x80\x30\x80\xcc\xf4\x0c\x26\ \x7b\x07\x04\x7b\x3d\xd7\x1a\x09\x01\x1f\xdf\x1e\xf8\xfc\xfc\xaa\ \x88\xb8\x80\xa4\x21\x1d\x76\x81\x4c\x2a\xa5\xc4\x00\xdd\x3b\xaf\ \x2b\x26\x72\xd3\xed\xe6\xe2\x82\x87\x50\xec\x46\x24\x56\x58\xbd\ \x91\x80\x94\xaf\x5f\x2a\x75\x18\xec\xec\x13\xcb\x52\x3e\xc1\xe7\ \x25\x37\xc0\x08\xc2\xbd\x4e\x07\x1d\x74\x78\xf4\x05\x1e\x11\x42\ \x70\xcf\x9a\x8d\x3d\xeb\xb6\x3c\xdf\x91\x28\x59\x20\x5f\xd7\x56\ \x91\x90\x60\x2a\xb0\xb1\x70\x21\xfa\x21\xe0\x2f\x4d\xad\x48\x91\ \xc8\x17\x92\xdd\xbd\x2f\xf4\x17\x2e\x5f\xef\xb5\x46\x12\x60\x45\ \x46\x9e\xaf\xc7\x30\x34\xa7\x02\x71\xe1\x26\xa9\x94\x52\xd3\xb4\ \xc1\x6d\x97\xbf\x40\x91\xa8\x94\x92\x05\xf2\x75\x6d\x8f\x72\x09\ \x99\x88\xec\x8a\x5d\xc8\x4d\x7a\x9d\x3e\xf5\x1d\x74\x78\xf4\xe7\ \xa8\x16\xc1\x02\x80\xe0\x8d\x29\x6e\xf1\xea\x0d\xb2\x90\x9c\xbf\ \xa1\x4a\x15\x9f\x03\xff\x42\x6f\x1d\xbd\xd4\xf5\x2e\xe5\xeb\xb7\ \x83\xee\x2f\x14\x5d\xe8\x21\xef\xa0\x83\xd7\x37\x3a\xc9\x71\x1d\ \x74\xd0\x41\x07\x1d\x74\xd0\xe1\xd1\x0e\x3a\xe8\xa0\x83\x0e\x3a\ \xe8\xf0\x68\x07\x1d\x74\xd0\x41\x07\x1d\xbc\xb6\x70\x71\xe3\xa3\ \x42\x35\xa5\x66\xbe\xee\xe7\x15\xbf\x92\x90\x44\x15\xaa\xf1\x73\ \x8f\x90\x92\xaa\x42\x8b\x74\x64\xf5\x32\x4b\x5e\x31\x00\x63\xe8\ \xcc\x96\xee\xa0\x83\x0e\x5e\x39\x1e\x15\x22\xbe\xff\x2e\x49\x95\ \xce\x34\xde\x97\x13\x18\x63\xbb\x09\x08\x03\xbc\xf0\xee\x44\x52\ \x55\x1f\x3b\x88\xdd\x16\x62\x41\x47\x5a\x2f\x27\x08\x25\xad\xaa\ \xc4\x9d\xd9\x98\x1d\x74\xd0\xc1\x2b\xc2\xa3\x26\x81\x18\x16\xb1\ \x43\x3f\xee\x90\xe8\xcb\x0f\x84\xc1\x30\x23\x8e\xff\x1c\xc9\x4a\ \x00\x15\x49\xaa\x6b\x85\xa9\x83\x30\xbe\xb7\x23\xa7\x8b\x60\x92\ \xea\x48\x53\x09\x7a\xae\x4d\x8a\x31\x36\x4d\x93\xf3\x4e\x8b\xf5\ \x8b\x85\x68\x34\xaa\x69\x9a\xec\x28\x93\x0e\xde\x38\x3c\x2a\x01\ \xfd\xa0\xa6\x39\x8d\x7a\xc0\x18\xea\x4c\x42\x7a\xf9\xc1\x09\x6a\ \x94\x3d\x41\xd1\xb3\xaa\xf8\x55\x24\x0f\x38\xda\x4c\xd3\x6a\x5a\ \x4e\x47\xec\x17\x07\x16\x45\x50\x74\x38\x45\xca\xb9\x24\xda\x6a\ \xb5\x7f\xf4\xa3\x1f\xd6\xaa\xd5\x8e\xa2\xbf\x48\x50\x55\xf5\xf4\ \xe9\xd3\xaa\xaa\x76\x44\xd1\xc1\x1b\x82\x47\xc3\xfe\xb8\x3f\xac\ \x1b\x13\x63\x25\xd7\x75\x3b\x0a\xfd\xe2\xec\x54\x80\x20\x88\x50\ \x42\xe9\x33\xdf\xa0\x86\xe0\xa0\xab\x4d\xcd\xe1\x72\xc9\xc2\xb8\ \x93\x41\x76\xb1\x24\x6f\x12\x88\x47\xe8\xd2\xc2\x26\x84\xb4\x5a\ \xad\x3b\xef\xf8\xf1\xc4\xc4\x04\x67\x0c\x77\x16\xfc\xc5\x10\xbb\ \x04\x45\x55\x4c\x33\xd2\x59\xd8\x1d\xbc\x61\xec\x51\x29\x13\x2a\ \x5d\x33\xd8\xc7\x18\x83\x8e\x5a\xb9\x98\xda\x45\x37\x0c\xb1\xd8\ \x04\x4a\x02\x28\x20\x06\xf3\x99\xae\x78\xa4\x23\xf6\x8b\x2a\x76\ \x45\x55\x31\x21\x4b\xd6\x27\x42\x90\xc9\x64\x23\x66\x44\x08\xd1\ \x91\xfc\xc5\x03\x42\x48\xd7\x75\x21\x3a\x79\x8b\x1d\xbc\x01\x78\ \x34\xa4\x52\x55\xd3\x34\x5d\xef\xf8\xb9\x2e\xa2\x5a\x01\x78\xbe\ \x4e\xc1\x18\x47\xa2\xd1\x8e\xd8\x2f\xaa\xd8\xa5\x7c\x6e\x5f\x5c\ \x29\xa5\x6e\x18\xa8\x33\xad\xe4\x22\xef\x60\x3a\x9e\xf3\x0e\xde\ \x40\x3c\x0a\x2f\xa4\x6b\x3a\x78\x99\x25\xfc\x22\xaf\x77\x36\xec\ \xaf\x8a\xd8\x3b\x0b\xbe\x83\x0e\xde\x98\xe8\x04\x1b\x3a\xe8\xa0\ \x83\x0e\x3a\xe8\xe0\x57\xcf\x1e\xed\x6c\xcc\x2f\xae\x49\x24\x25\ \x42\x08\x63\xfc\x7c\xef\x62\xf8\xa7\x8e\x88\x2e\x9e\xe4\x09\x21\ \xcf\x5f\xe1\x9d\x05\x7f\xb1\xc5\x8e\x31\x46\x08\x75\xe4\xdc\xc1\ \x1b\x82\x47\xa5\x94\x94\xd2\x4f\x7c\xe2\x93\x86\x69\xca\x8e\x83\ \xf1\x22\x7d\x6d\x8a\x32\x37\x3b\xfb\xe5\x2f\xff\xb3\x6e\x18\x4b\ \x15\xba\xae\xeb\xde\x7c\xf3\xcd\x3b\x76\x5e\xea\xb9\x6e\x47\x44\ \x17\x09\x8a\xaa\x7e\xed\xab\x5f\x99\x99\x99\x51\x35\x2d\x94\x3c\ \x63\xac\xab\xab\xeb\x23\x1f\xfd\x18\x0b\x3a\x8d\x2f\x2e\x16\x34\ \x5d\xdf\xb7\xef\xe9\xbb\xee\xbc\x33\x1a\x8d\x76\xa8\xb4\x83\x37\ \x8a\x3d\x9a\x4a\xa5\xcc\x48\xa4\x13\xa8\xbb\x48\x50\x35\xad\xd1\ \xa8\x8f\x8d\x8e\xf4\xf5\xf5\xc7\x13\x89\x50\xce\x52\x4a\x33\x12\ \xc9\x66\xb3\xb6\x6d\x77\x44\x74\x91\xa0\xeb\xfa\xfc\x7c\x69\x76\ \x76\x66\x60\x60\x30\xf4\x07\x84\x1b\xc7\x74\x3a\x1d\x74\x78\xf4\ \xa2\x21\x12\x89\x48\x21\xc7\xc6\x46\x57\xae\x5c\xa5\xeb\x7a\x87\ \x4a\x3b\x78\x43\xf0\x28\xe7\x9c\x73\xde\xe1\xd1\x8b\x25\x5e\xc6\ \x18\x63\xb6\x6d\xbb\xae\x1b\x4f\x24\x96\x5e\x17\x42\x30\xc6\x3a\ \x8d\x75\x2e\xa2\xe4\x39\xf7\x5c\xd7\xb6\x2c\x29\x04\x2c\xd6\x32\ \x4a\x29\xc3\x05\xdf\x91\xcf\xc5\x13\xbb\xef\xfb\xb6\x65\xf9\xbe\ \x6f\x18\x46\x87\x47\x3b\xf8\x95\x42\x27\xcf\xe8\xb5\xfc\xe5\x61\ \xdc\x09\x85\xbe\xf2\x08\x23\xd3\x1d\x39\xbc\x2a\x62\xef\x2c\xf8\ \x0e\x3a\x3c\xda\x41\x07\x1d\x74\xd0\x41\x07\xaf\x2b\xbc\x42\xc3\ \x2b\xc2\x18\x92\xaa\xaa\x1d\x87\xcc\x85\x6d\xc5\x7d\xcf\xbb\x60\ \x27\xb9\xa6\xeb\x9d\x3d\xfc\x85\x19\x40\x8c\x31\xdf\xf7\x2f\xc0\ \x06\x92\x52\xaa\xaa\x4a\x29\xed\x2c\xf8\x0b\x83\xdb\xc9\x95\xeb\ \xa0\xc3\xa3\xcf\x3d\x0d\xa5\xb5\x5a\x75\x72\x72\x32\xac\x19\xe8\ \xe0\xbc\x20\xb8\x58\x3e\x34\x14\xb9\xa0\xbc\x2d\x29\xe5\xd1\xc3\ \x87\x19\xe7\x1d\x7f\xd8\xf9\x82\x73\x9e\x4e\x67\xfa\xfa\xfa\x2e\ \x20\xf0\x49\x29\x9d\x9c\x9c\xac\x54\xca\x9d\x05\x7f\xfe\x2b\x16\ \x08\xc6\x2b\x57\xad\x22\xe7\x74\x5e\xec\xa0\x83\x0e\x8f\x82\xa6\ \x69\xa7\x4e\x9d\xfa\xfc\xdf\xfe\x4d\x24\xd2\x99\x2f\x7d\xfe\x7b\ \x73\xc7\xf9\x0f\x9f\xfb\x8f\x6b\xd7\xae\xf3\x3c\xef\x02\x2c\xaa\ \xbf\xff\xfb\x2f\x58\x56\xa7\x73\xfd\x79\xc3\xb6\xad\xeb\xaf\xbf\ \xe1\xb7\x3e\xf5\xdb\x96\x65\x9d\xef\x7b\x75\x5d\x7f\xf8\xa1\x9f\ \xdd\x73\xcf\x4f\x3a\x0b\xfe\xbc\x77\x8d\x42\xe8\xba\xfe\xff\xfe\ \xcf\xff\xdd\xb1\xe6\x3b\xe8\xf0\xe8\x73\xad\x22\x42\x88\x69\x9a\ \x86\x61\xbc\x6a\xfb\x5c\x21\x24\x00\x42\x08\x21\x90\x12\x7e\x69\ \x67\x9d\x3c\x9f\x83\x2f\x0a\xf0\x4b\x4b\x6c\x31\x0c\x43\x08\xf1\ \x6a\xf1\xe8\x62\xb7\x3c\x84\x31\x92\xe7\x27\x77\x01\x08\xbf\xaa\ \x56\xb4\xbc\xe0\x48\x84\x94\x52\x51\x94\x57\x75\xc1\x87\xeb\x1d\ \x10\xc2\x08\x64\xb8\xf2\x7f\xe9\xf5\xfe\x6a\x2e\xf8\x90\x47\x3b\ \xaa\xb9\x83\xd7\x10\xde\x28\x36\x0a\x67\x8c\x9a\xf1\x74\x26\x1d\ \xd5\x55\x40\x44\xd7\xb4\x5f\x52\x43\x23\x44\x55\x5d\xef\x98\x72\ \x17\xa8\xcb\x39\x93\x58\x49\xa6\x33\xa9\x78\x84\x20\xa0\xaa\xae\ \xfe\xd2\xcc\xa8\x68\x86\x82\x3b\xce\xe8\x0b\xdc\xbc\x70\x2e\xcd\ \x78\x2a\x9d\x4e\x19\x0a\x46\x54\xd5\x54\xe5\x97\xf5\x61\x50\x55\ \x53\x55\x04\x1d\x43\xb0\x83\x0e\x7e\xc5\xec\xd1\x57\x99\x44\x83\ \x20\xbf\xf1\xe6\xdf\xfc\xc8\xcd\xd4\x73\x67\x9f\xbe\xe3\xae\x33\ \xe8\xd7\xae\x19\xfc\xea\xdf\x7e\xb1\xa2\x24\x09\xf7\x02\x01\x8a\ \xaa\x53\xc4\x3d\xcf\x97\x80\x35\xdd\x20\x58\xf8\xae\x17\x70\x81\ \x31\xce\xad\xb9\xf1\xa3\x6f\xeb\xfd\xc7\xff\xf1\x79\x2b\x92\x36\ \x69\x67\x9a\xc7\x79\x19\x44\x4c\x44\xfa\xdf\xff\x89\x4f\x6e\xcd\ \x13\xab\x31\xf3\xbd\x2f\x7d\x77\xed\x07\x3e\x59\xff\xc1\x9f\xdf\ \x31\xce\xe3\x8a\x70\x7d\x86\xa9\xaa\xa9\x84\x79\x6e\xc0\x81\xaa\ \x9a\xa6\x10\x1e\x78\x9e\xcf\x00\x81\x54\x7a\x3e\xf9\x7b\x1f\x3f\ \xf3\xbd\xbf\x7b\x68\xb4\x15\x37\x75\xe8\xa8\xf5\xf3\x11\xbc\xcf\ \xf1\xe6\x1b\x3f\xf4\x81\x1b\x37\xfa\xae\x73\xe8\xf6\x2f\x9d\x4c\ \xef\x7a\x93\x79\xf6\xf3\xdf\x79\x50\x89\xc6\x02\xcf\x15\x80\x55\ \x5d\x47\xdc\xf7\x7c\x86\x08\xd5\x74\x0d\x09\xee\x79\x1e\x97\x20\ \x81\x6c\xbb\xe9\x7d\x57\x16\xa6\xfe\xee\xef\xef\xa4\xe9\x74\x87\ \x4e\x3b\xe8\xa0\xc3\xa3\x0b\x6a\x85\x09\xb2\xf5\xa6\x5b\xc8\xf1\ \x6f\xfc\xc9\x17\xf7\x44\xe3\x66\x72\x68\xd7\xc0\xae\x1b\x3e\x9d\ \x8c\xde\x7b\xc7\x4f\x8d\x8d\x6f\xd9\xb5\x32\x73\xf8\xae\x7f\x7a\ \xb8\xd6\xfb\xc9\xf7\xbd\x35\xe5\x9d\xfd\xde\xd7\xbf\x3b\xdc\x8a\ \x5c\xff\x81\x7f\x75\xe5\x9a\xf4\xe1\x7b\xbf\xf6\xb3\x49\xb6\x7c\ \xdb\xf5\x7f\xf4\x9f\x72\x8f\xfd\xe0\xcb\x0f\x9d\x6d\xaa\xb4\x63\ \x9a\xfe\xb2\x10\xbe\x9b\xd8\x7e\xd5\xae\x65\xf6\xff\xfc\xec\x7f\ \x9f\x81\x04\x15\xda\x8e\xc2\xe0\x9b\x3e\xf5\xd9\xde\x3d\x77\x3d\ \x31\x93\x7d\xc7\xdb\x2e\x67\x67\x1e\xff\xda\x5d\xfb\xb7\xbe\xe7\ \x77\xaf\x58\xa9\xef\xbd\xeb\xdb\x3f\x7d\x6a\xac\x7f\xe7\xcd\xef\ \x7a\xcb\x2e\x98\x7c\xe2\x9f\xbe\xb5\x8f\x46\x7a\xdf\xfb\x5b\x9f\ \xd9\xb8\xfb\x27\xdf\xba\xef\x49\x1f\xa9\x9d\x3c\xa9\x5f\x7a\xfb\ \x22\xa4\x91\x7f\xd3\x4d\xbb\x8e\x7f\xff\x3f\xfc\xc3\x23\xe5\xa4\ \x46\x57\xde\x72\xfd\x96\xb7\x7c\xf0\x4f\xfa\x7b\x7f\xfc\xd3\x23\ \x9b\x6f\x79\xcf\x90\xd9\xba\xf7\xeb\xff\x54\xec\xbe\xf9\x43\x6f\ \xb9\xa4\x35\xfc\xc4\xb7\xbe\x7b\x8f\x1d\x5f\xf9\xbe\x7f\xf5\x81\ \xb5\x89\xd6\x5d\xdf\xf8\x6a\xcb\x23\x3b\xaf\x7f\x4f\x2a\x3e\x78\ \xc7\xbf\x7c\xf3\x78\x0d\x54\xd2\x91\x7b\x07\x1d\xfc\x02\xbc\x11\ \x58\x01\x11\xcc\x4f\x3c\xbe\x47\xdd\xf8\x9e\xdf\xfa\xe0\x8d\x71\ \xe4\x04\x88\x36\xce\x1c\xfc\x97\xaf\x7c\xfd\x48\x29\x71\xd5\xa5\ \x03\xfb\x7e\xf4\xb5\xc7\x66\xe3\x1f\xfe\xe8\xdb\x2b\x4f\x7c\x67\ \x4f\x63\xd9\x7b\x6f\xd9\xb2\xea\x9a\xf7\x5d\xd7\x53\xfd\xf6\xed\ \xbb\x37\xbe\xe5\xc3\x3b\x7a\xe8\xcc\xf0\xa1\xef\x7d\xf9\xcb\xfb\ \x66\x6c\x85\x74\x48\xf4\x7c\xd6\x96\xa2\xb6\x86\xf7\x1f\x2b\x67\ \x7e\xfd\xb7\x3f\x75\xc9\x80\x69\xb9\x1c\x9c\xda\xe3\x3f\xfe\xfa\ \xb7\xef\x1b\xdd\x70\xc5\x15\x72\x74\xef\x77\xef\xd9\xb7\xea\xcd\ \x1f\xb9\x32\x33\xfa\xcd\x1f\x1f\xbd\xf2\xad\x6f\x5f\xbb\x71\xdb\ \x7b\x6f\xdb\x75\xe8\x87\x5f\x9f\xce\x5e\xfd\xae\xab\x56\x07\x76\ \xe5\x91\x3b\xbf\x73\xfb\xe3\xc7\x18\x56\x3a\x24\x7a\x1e\xcb\x1d\ \x61\xe4\x56\x9f\x7e\xe2\xc4\xc6\xdb\x3e\xf5\xe1\x9b\xb6\x48\xdf\ \x11\x08\x4d\x3c\xfd\xb3\xaf\x7c\xed\x4e\x2b\xb2\x66\x6b\x9f\xb8\ \xe7\x9b\xdf\x9c\x30\x76\x7e\xfc\x9d\x9b\x1e\xfe\xee\xb7\xdb\xfd\ \xd7\xbf\xe5\x8a\x95\x97\xde\xf6\x91\xbe\xf2\x43\xb7\x3f\xd5\x78\ \xeb\xbb\xdf\xd5\x6b\xfa\xa7\x0e\x3e\xfa\xf5\x6f\xdf\x3e\xde\x46\ \x1d\xbf\x7a\x07\x1d\x74\xec\xd1\xc5\x9b\x54\xe8\xd8\xee\x6f\xfd\ \xaf\xe9\x63\x37\xbe\xed\x1d\x7f\xf0\xfb\x3d\xdf\x7b\x74\xce\x6d\ \x35\xe7\x67\x8b\x56\x62\xb9\x67\xd5\x46\x4e\x9f\xac\x15\xae\xed\ \x5b\x3e\x98\xf5\x6e\xf2\xa2\x59\x75\xae\x6b\x6d\xb2\xaf\xd0\x23\ \x6e\xb9\x69\x79\x2e\xa6\x25\xd2\xa6\x67\x35\x8b\x33\x33\x4d\x3d\ \xa6\x75\xd4\xca\x79\x29\x74\xaa\x89\xea\xb1\xbf\xff\x8b\xff\xb5\ \xf3\x4d\xb7\xbc\xfd\x5f\xfd\x51\xee\x5b\x5f\xf6\x5d\xaf\x5e\x9a\ \x9d\xaf\x83\x94\xde\xdc\xf8\xc8\xc8\x6c\x75\xdb\x9a\x75\xdd\x99\ \xe8\xcd\xd7\xd1\x64\x22\xe8\x5d\x36\xd4\xb7\xac\x87\xbc\xf9\x56\ \xb5\x3b\xdd\x9e\x8a\xd5\x44\x50\x2d\xcd\x95\xea\x96\xa9\x29\x1d\ \x61\x9e\x17\x91\xaa\xc8\xdf\xfd\xbd\xbf\x9e\x3a\xb9\xeb\xad\xef\ \xfc\xd0\xef\x75\x25\x1e\x6e\x33\xbb\x51\x9d\x2d\x96\x7b\x06\x44\ \xbb\x32\x3b\x7c\xea\x0c\xbd\xe9\x6d\xbd\x7d\x3d\x97\xdf\x74\x6b\ \x3a\x1f\x99\xcc\x0e\xac\x59\xdd\xd3\xe7\xec\x7a\x33\x4f\xa7\xb5\ \xe9\x48\x54\x58\x8d\xd9\xd9\xe2\x3c\xc4\xe2\xb4\xb3\xde\x3b\xe8\ \xa0\xc3\xa3\x21\xa4\x44\xa9\x9e\x5e\x3e\x7b\xf0\xfb\xdf\x37\x2e\ \xf9\xdc\xbb\x7b\x8e\x54\x94\x68\x32\x1e\x37\x6a\x0a\xc5\x88\x28\ \x8a\xc2\x6d\xab\x5d\x29\x9d\x78\xf4\xae\x47\xcf\xd4\xfc\x56\x6b\ \xfd\x07\x36\x57\x26\x8f\xdf\xfe\xad\x87\x3d\xe6\xa3\xcc\xce\xed\ \x6f\x4a\xa7\xe3\x11\x5b\x10\xe0\x02\x3a\x9a\xe5\x97\x17\x3b\xe7\ \x6a\x32\x1f\x23\xfe\x63\x3f\xfa\x66\x61\xc3\xff\xdd\xb2\xa9\x77\ \x58\xaa\xe9\x6c\x42\xd7\x2c\x8c\x30\xa5\x94\x60\xb0\x4b\xa5\x52\ \xeb\xd0\xed\xdf\xda\xe3\x07\xb6\xec\xdd\x75\x5d\x79\x7e\xcf\x4f\ \xbf\x7f\x74\xde\x6b\xb7\xe9\x47\xff\xdd\x35\xf9\x4c\xc2\x98\xb4\ \xc2\xfc\xea\x0e\xce\xe7\xb1\xd6\x0a\xf9\x44\xf1\xe0\x7d\xdf\x35\ \x96\xff\xa7\x77\x6f\x32\xf7\x38\xb1\x74\x3a\x66\xea\x54\x21\x98\ \x50\x45\xa1\x5e\xad\xde\x9c\x9f\x7e\xf4\xce\x6f\x8f\xb7\x98\xd5\ \xe6\xb7\xad\x79\xc7\xf4\xa9\x47\xbe\xf1\xd0\xa8\xef\xda\x83\xbb\ \xde\xb7\x73\x30\x1d\x37\x75\x87\x20\xc9\x65\x67\xc1\x77\xd0\x41\ \x87\x47\x01\x40\x72\x06\x03\x3b\x6e\x7d\xf7\x15\x43\x58\xd5\x8a\ \x7b\xee\x7e\xfc\xf1\xa3\xf1\x0d\xd7\x7d\xea\x4f\x3f\x77\xcf\x1d\ \xbb\xeb\xb5\x26\x27\x2a\x54\x4f\xfd\xf0\x27\x07\xde\xff\x8e\x4f\ \x6d\xf6\x2a\x8f\x7d\xfd\xef\x1e\xba\xe3\xbb\x1b\x7f\xeb\x63\xbf\ \xfb\x7b\x5b\x26\x8f\x3f\xf2\xf5\x1f\xee\x3f\x52\xb9\xf9\x77\xfe\ \xec\x73\xf7\x7f\xf7\x0b\xf7\x1c\x9a\x57\x95\x4e\x59\xfd\x2f\x0b\ \xc1\x98\x9a\x59\xf1\x9e\x0f\xfc\x5a\x5e\x05\xca\xc7\xbf\xf3\xd3\ \x3d\xd6\xfa\xe5\xbf\xf7\xf1\x3f\x36\x07\x7e\x32\xdf\xaa\xdb\x01\ \x57\xb0\x78\xfa\x9e\xdb\xd7\x7c\xe2\x43\xbf\xfb\x07\x97\x4e\xef\ \xbb\xe7\xcb\x77\x3e\x76\xc7\x13\x6b\xde\xf6\xc9\x4f\x5f\x5b\x9f\ \xfe\xee\x17\xfe\xe9\xd1\x27\x4e\x7f\xea\x63\x9f\xee\x5f\xf9\xe3\ \x2f\xfd\xcb\xc3\xb6\xa4\xb8\xe3\xdb\xfd\x65\x77\x8d\x42\x48\x6d\ \xeb\x2d\x1f\xbb\x6e\x79\x94\x18\xca\x53\x77\x7d\x69\xef\x71\x6d\ \xc7\xa7\x3f\xf5\xd9\x3f\xc9\xde\xfb\x78\xb1\xde\xb0\x40\x33\x9a\ \x27\x7f\xf6\x93\x03\xcb\xde\xfb\x5b\x9f\xb6\xe6\xc6\xbe\xf7\xa5\ \x7f\xb8\xef\xf6\x1f\xfd\xe6\xc7\xde\xff\xfb\x9b\xad\x23\xf7\x7f\ \xeb\xa7\x87\x9f\x6c\xdc\xf8\xfb\x7f\xfc\x1f\xb2\xdf\xfd\xe7\x7f\ \x3e\x38\xed\xab\x4a\x27\x96\xd1\x41\x07\x1d\x1e\x05\x44\x15\x38\ \xf5\xc0\xb7\xff\x7c\xb7\x86\x25\x6b\xb5\xda\x02\xd0\x0f\xfe\xf6\ \x3f\xdf\x6b\xea\xcc\xb3\x1f\xdb\xff\x94\x14\xd4\x54\xe5\xe9\x47\ \xbe\xf3\x7f\xf6\xff\x44\xa3\xe0\x39\x2e\xf1\x86\xbf\xfa\x97\xff\ \x6f\x2c\xa2\xcb\xc0\x0d\x84\xfb\x83\xbf\xf9\xaf\xf7\x45\x75\xe6\ \x5a\x1d\x12\x3d\x2f\x10\x55\xb5\x27\x0f\x7d\xe5\xaf\x4f\xa9\x14\ \x7b\x76\xcb\xf1\x05\x7e\xf4\xeb\x9f\xdb\x1f\xa5\xd2\x77\xbd\xdd\ \x12\xa4\x16\x31\xdd\xd2\xd1\x2f\xfd\xf9\x7f\x8f\x99\x1a\x0f\x5c\ \x49\xc5\xde\x1f\xff\xe3\xf1\x9f\xc5\x15\x24\x1c\x9b\x7b\x0f\x7f\ \xeb\x3f\xed\xbb\x83\x4a\xdf\x83\x4e\x9c\xee\x7c\x96\x3b\xc2\x44\ \x5a\x8f\x7d\xe7\xf3\x4f\x6b\xaa\x64\x4e\xab\xed\x02\x42\x9f\xff\ \xff\x7d\xd6\xd4\x88\xe7\xb8\x4f\xed\x91\x42\x89\x18\xd2\x7a\xe4\ \xbb\x7f\xb7\xff\x9e\x28\x95\xdc\xf1\x54\x7f\xf8\x91\xff\xef\x7f\ \x1c\x88\xe8\x0a\x73\x6d\xcf\xf5\x3f\xff\xdf\x3e\x1b\xd1\x89\x67\ \x33\xa5\x43\xa2\x1d\x74\xd0\xe1\xd1\x73\x6c\x23\xdf\x6a\xfb\x00\ \x00\x84\x12\x00\x10\x81\xd5\x0e\x00\x21\x90\x12\x21\x04\x80\x28\ \x25\xbe\xd3\xf6\x43\x3d\x44\x15\x29\xfc\x76\xcb\x07\x00\x84\x09\ \x96\x81\xd5\x0a\xa0\x33\x69\xe2\x42\x8c\x23\xe1\x39\x56\xd8\x84\ \x89\x52\x02\x20\x3d\xbb\xed\x2d\xea\x7b\x04\x80\x09\x95\xdc\x6b\ \xb5\x3c\x00\x84\x10\xa1\x44\xba\x56\xcb\x05\x40\x08\x51\xb2\x70\ \x70\x47\xf0\x17\x00\xee\xbb\x6d\xdf\x05\x00\x42\x29\x00\x88\xc0\ \x5d\x5c\xef\x80\x10\x02\x44\x28\x91\x4e\xbb\x05\x0b\x72\x57\x84\ \xef\xb4\x7c\x07\x00\x61\x42\xe4\xc2\xc1\x1d\xb9\x77\xd0\xc1\xaf\ \x18\x8f\x0a\x21\x7c\xdf\xa3\x84\x48\x90\xe1\x04\x24\x00\x04\x20\ \x41\x86\x35\x6a\x52\x0a\x29\x41\x02\x20\x8c\x10\xc2\x18\x16\x5b\ \xe1\x2c\x3c\xcd\x12\xc4\x62\x43\xa2\x85\x9e\x2b\x72\xe1\xf8\x67\ \x6f\xc6\x01\x21\xbc\xd4\xcc\x65\x49\x9d\x2f\x1d\x86\x10\x42\x08\ \x49\x29\x31\xc6\xe1\x29\x61\xe1\xe3\x9e\x75\xd8\x62\xc1\x22\x5a\ \xfc\xcc\x85\xab\x95\x42\xa2\xa5\xdf\x31\x0e\x0f\x7b\xbe\xc2\x79\ \x4e\x3c\xef\x39\x07\xa0\x17\x2c\x87\x0c\xfb\xc8\x3c\xfb\x3a\xc2\ \xc3\x7c\xdf\x7f\x29\x0d\xd2\x5c\xd7\x75\x5d\x17\x2d\xf0\x16\x46\ \x08\x9f\x7b\x4a\x21\x44\xf8\xe1\x08\x21\x4a\x08\x20\x04\x20\x39\ \x17\xe1\x8d\x03\xa0\xf0\x80\xf0\xe7\x17\x12\xd4\xb3\x6e\xf3\xe7\ \x5c\x27\xc6\x58\x08\x11\x7e\xef\x42\x88\x73\xa2\x9e\xcf\x88\xfa\ \x39\x9f\xbc\xd8\x7c\x4a\x4a\x09\x08\x00\x61\x24\x25\x60\x1c\x7e\ \x83\xcf\x48\xf5\xdc\xf3\x9e\x7b\x01\x08\x21\x84\x91\x5c\x68\xeb\ \x83\x16\xcf\xf8\xac\xae\x4a\x8b\xed\x96\x9e\xf9\x90\xa5\x33\x7a\ \x9e\x1b\x04\xc1\x05\xb3\x09\xe7\xdc\xf7\x3c\x4a\x49\xb8\xc6\x11\ \xc2\x68\x81\x9a\xd0\xd2\xc2\x43\x08\x38\x17\x08\x00\x13\x12\x5e\ \x40\x38\xca\x14\x21\x44\x30\x86\x85\xa5\xbe\x20\x9f\x50\x68\x42\ \x48\x78\x81\x65\x8f\x16\xff\x74\xae\x48\xe1\xd9\xc2\x0c\x1f\x0d\ \x58\x3a\xfb\xf3\x9e\x0e\xb9\xb8\x36\xc3\x35\x8e\x97\x9e\xb5\xf0\ \xba\x97\x64\x1b\xde\xc5\x42\x83\xaa\x73\xce\xb2\xf8\xc0\xa2\x05\ \x27\x7c\xf8\xfe\x73\x2e\x20\x94\x7f\xf8\x01\x2f\xb4\x50\xa4\x94\ \x20\x85\x60\x9d\xa6\xc4\x1d\x74\x78\xf4\xf9\xf0\x7d\x7f\xd5\xaa\ \xd5\xbf\xf5\xdb\xbf\xaf\xeb\x1a\xa5\xd4\xb1\x9d\x20\xf0\xa5\x04\ \x84\x51\xe0\x07\x84\x12\x85\x2a\x9a\xae\x51\x4a\x05\x17\xbe\xef\ \x7b\x9e\x1b\x4e\xcc\xc0\x18\x07\x8c\x11\x42\x31\xc6\x91\x48\x04\ \x40\x86\xe3\xc1\x31\xc2\x54\xa1\x0a\x25\x52\x3e\xf3\xa0\x87\x3a\ \x28\xd4\x7d\x9a\xa6\x22\x84\xa5\x94\x18\x87\x2a\x00\x38\xe7\x18\ \x63\xdf\xf3\x3d\xcf\x8b\xc6\xa2\xed\x76\x5b\xd7\x74\x8c\x51\xc0\ \x98\xae\xe9\x98\x2c\xf0\x6b\x48\x21\x61\x7b\x71\xc6\x39\x00\x20\ \x40\x9e\xef\x4b\x21\x14\x55\x51\x15\xc5\x76\x1c\x16\x30\x21\x85\ \xe7\xba\x84\x52\x04\x28\x08\x82\x45\xe5\xb2\x40\x18\x4b\xd4\x89\ \x10\x12\x8b\x08\xfb\x6e\x0b\x21\x16\x55\x15\x0a\xd5\x68\xa8\x88\ \x30\x21\x94\x50\xce\x79\xd8\x43\x31\xdc\x24\x2c\xb5\x18\xcd\xe7\ \x0b\xe1\x59\xce\xcf\x1a\x94\x92\x10\xf2\xdb\xbf\xfb\x7b\x9c\xf1\ \x70\xdf\xd0\x6e\x5b\x9c\x73\xc1\xb9\xed\x38\xa6\x69\x82\x94\xf1\ \x78\x5c\xd5\x34\x21\x84\xe0\xbc\xd1\x6c\x32\xc6\x10\x40\x2c\x16\ \xf3\x83\x20\x1c\xf7\x18\x89\x44\x14\x85\xfa\x9e\x2f\xa5\xc4\x04\ \x03\x20\x8c\x71\xb8\x91\x09\x6f\x5a\x48\x11\x72\x83\xe0\x02\x13\ \x42\x08\x3e\x57\x33\x73\x21\x08\xc6\x5c\x88\x76\xbb\x1d\x8b\xc5\ \x7c\xdf\x07\x29\x55\x4d\x63\x41\x40\x28\x3d\x87\x2d\x96\x54\xad\ \x0c\x85\x46\xa9\xe2\x7b\x9e\x1f\x04\x86\x61\x20\x84\x18\x0b\x6c\ \xdb\x51\x55\xd5\x71\x9c\x20\x08\x34\x55\xf5\x7d\x1f\x13\x22\x38\ \x67\x8c\xa9\x9a\x8a\x00\x09\x21\x08\x25\x68\x51\x83\x7b\x9e\xc7\ \xb9\xa0\x0a\xa5\x84\x06\x41\xc0\x38\x43\x08\x11\x4c\x30\xc1\xbe\ \xef\x87\x77\x41\x30\x41\x18\xa9\xaa\xea\x79\x9e\x42\x15\x84\xb1\ \x14\x42\x51\x54\xaa\x90\xc0\x0f\xf2\x85\xc2\x85\x0d\x1e\xf1\x7d\ \xef\xb2\x5d\x57\x2e\x5f\xb9\x4a\xa1\x0a\x26\x58\xa1\xd4\xf3\xbc\ \x20\x08\xa4\x90\x9c\x33\x8c\x31\x55\x14\x8c\x31\x63\x2c\x9b\xcd\ \x06\x81\x5f\xaf\x37\xc2\xd7\x55\x45\x4d\x67\x32\x2c\x60\xb5\x5a\ \x0d\x10\x10\x42\x54\x45\xe5\x9c\x4b\x29\x74\x5d\x67\x8c\xa9\x9a\ \xa6\x50\x2a\x84\x58\xe0\x64\x04\x42\x48\x16\x04\x42\xca\xb0\x01\ \x64\xb8\x47\x0c\xa5\xcf\x18\x5b\x5c\x69\x0b\xb3\x6b\x08\x26\x84\ \x12\x45\x51\x30\x42\x5c\x88\xc5\xed\x20\x80\x94\x70\x4e\x3e\x17\ \x63\xcc\xf5\xbc\xa5\x67\x33\x60\x01\x48\xa9\xaa\x2a\xe3\x1c\x24\ \x48\x29\x85\x14\xae\xe3\x68\xba\x2e\xa5\x14\x9c\x63\x8c\x01\x21\ \x55\x51\x30\xc6\x9e\xef\x87\xdf\x72\xb8\xda\xc3\x35\x1c\xfe\x4c\ \x08\x46\x08\x4b\x29\x38\x17\x18\x63\x84\x71\x78\x5e\x21\xa4\x10\ \x22\xdc\xc6\xb1\x80\x51\x4a\x3b\xcd\x75\x3b\xe8\xf0\xe8\x73\x41\ \x30\xae\xb6\xed\xfb\xf6\x1e\x5c\xb5\x6c\x79\x21\x9b\xaf\x94\xea\ \xff\xf2\xbd\xef\x15\x8b\xc5\x74\x3a\xbd\xf5\x92\x6d\x6d\xdb\x4e\ \xa7\xd3\x6b\xd7\x6f\xe8\x2a\x14\x18\xf3\x1f\x7a\xf8\xe1\x9f\xde\ \x75\x97\x14\x7c\xfd\x86\x8d\xbb\xae\xbc\x6a\xb6\x34\x3f\x35\x3d\ \x93\x4c\xa7\x6e\xbd\xe5\xe6\x58\x2c\x5e\xac\xcc\x75\x15\x0a\xd9\ \x6c\x76\x60\xa0\x7f\xa0\x90\x72\x99\xf0\xfd\x20\x66\x6a\x08\x80\ \x73\x39\x3b\x3b\xbb\x7f\xff\x7e\x42\xc8\xa5\x97\x5d\x1e\x8b\xc5\ \x19\x0b\x4c\x73\xa1\x57\x67\xb5\xd2\xac\xd5\x6a\x96\x65\x8d\x8d\ \x8d\x45\x22\x89\x27\x9f\x3c\xb0\x72\xe5\xca\xad\x5b\xb7\x12\x42\ \xd6\xad\x5d\x8d\x08\x00\x00\xe3\xe0\x73\xa6\x28\x24\xac\x58\xb4\ \x18\xf7\x7c\x7e\xf2\xc4\xe9\xe3\xc7\x4f\xb5\x6d\x4b\x55\xd5\xab\ \xaf\xba\xb2\x5a\xab\x3a\x96\x5d\x2c\xcd\x3f\xf2\xe4\x93\xae\x6d\ \x49\x2e\x27\x27\xc7\x1c\xdb\x01\xf1\x8c\xb1\x9b\x4e\xa7\x75\x5d\ \x57\x14\xc5\xb2\xed\xc0\xf7\x47\x46\xcf\x36\x1a\xd5\xbe\xbe\x5e\ \xce\x79\xa9\x54\xf2\x83\x20\x99\x48\x44\x22\x51\xd7\x73\xeb\xb5\ \x5a\x2c\x16\x8b\x24\x13\x99\xae\x6e\x33\x62\xd6\x2b\x0d\x45\x51\ \x54\x55\xad\xcc\x57\x15\x45\x89\x46\x63\x20\x20\x91\x48\xfe\xc1\ \xef\xf4\x25\x12\x89\x0b\x98\xf7\x42\x29\x4d\xe7\xba\x7d\xcf\xdb\ \xb1\x7d\x7b\xab\xd5\xfa\xf6\xb7\xbe\xf5\x83\x1f\xfc\x00\x24\xba\ \xf2\x8a\x2b\x7c\xdf\x5b\x3e\x30\xb8\x72\x68\xcd\xda\xf5\xeb\x6c\ \xdb\x9e\x9d\x9b\xfb\xdc\xe7\x7e\x93\x2a\x54\xd7\xb4\xdf\xf9\x9d\ \xdf\x21\x84\x0e\x0f\x8f\x58\x96\x75\xcb\x0d\x6f\xde\xbc\x65\x73\ \xbd\x5e\x77\x5d\x37\x9d\xcd\x69\x9a\x1a\x4b\xc4\x43\x07\x43\xa8\ \xaf\x85\x10\x8c\xb1\x72\xb9\x3c\x3a\x3a\xba\x6a\xd5\xaa\x7c\x3e\ \x7f\xee\x05\x30\x9f\x7b\x9e\xd7\x6e\xb7\xa7\xa7\xa7\x53\xa9\xd4\ \xc1\x83\x07\x5b\xad\xf6\xf5\xd7\x5f\xa6\x69\x5a\x32\x95\x52\x54\ \xf2\xa2\xc6\x9c\x1f\x9c\x39\x73\x66\x66\xb6\xa8\xaa\x7a\x26\x93\ \xe9\xca\x67\xc7\xc6\x26\x33\x99\xd4\xe3\x8f\x3d\x7a\xf6\xcc\x59\ \xc3\xd0\x4e\x9c\x3c\xd9\x6c\x36\x5c\xdb\xc2\x18\x6b\xba\x2e\x38\ \x8f\x44\x22\x03\x03\x03\x8a\xa2\x54\x2a\x95\x78\x3c\x7e\xf6\xec\ \xd9\x7b\xef\xbf\x6f\xe3\xe6\x4d\x3d\xbd\x7d\x27\x4e\x1c\x1f\x1b\ \x1b\xcb\x66\xb3\x03\x03\x03\xba\xae\x1f\x39\x72\x24\x93\xc9\x64\ \xb3\xb9\x55\x2b\x57\xf7\x0f\x0c\xd8\x96\x35\x3f\x3f\x3f\x38\xb8\ \xbc\x58\x2c\xb5\x5a\xad\x65\xcb\x86\x3c\xcf\x2d\x14\xba\x7b\x7b\ \x97\x49\x79\x21\xe3\xea\x14\x4a\x0f\x0f\x8f\x9d\x99\x9c\xe9\xce\ \xe5\x4d\xd3\xe8\xca\xe7\xf6\x1e\x38\x30\x32\x7c\xe6\xe8\xe1\x23\ \x89\x78\xf4\x1d\x6f\x7f\xbb\x66\x18\xf5\xa6\x3d\x3d\x3d\x79\xcb\ \xcd\x37\x25\x93\xb1\xef\xfc\xf8\x1b\x87\x0f\xee\xdf\xb0\x6e\xe3\ \xe5\x97\xee\x7a\xc7\xa6\x9d\xa5\xe2\xfc\x93\xfb\x9f\x38\x3b\x36\ \xa2\x69\xda\x9a\xb5\x6b\x0d\x4d\xe5\x2c\xd8\x75\xd9\xe5\xa9\x88\ \xb1\x63\xfb\x36\x43\xa3\x96\xed\x9b\xc6\x33\xbd\x29\x46\x46\xc6\ \x8e\x1e\x3d\x7a\xc5\x95\xd7\x68\x9a\xe6\x79\x5e\x34\x6a\x86\xaf\ \x97\xe6\xe7\x09\xc6\x00\x18\x21\xe4\xba\xee\x8f\x7e\x78\x87\x65\ \xd9\xef\x7e\xf7\xbb\xd3\xe9\x94\xaa\x6a\x8a\x42\xe9\x0b\x96\x14\ \x49\x38\x72\xec\xf4\x9e\xa7\x0f\x1c\x3b\x7a\x32\x97\xcb\x66\xb3\ \xd9\xa7\x9f\x7e\x5a\x48\x79\xf9\x65\x97\x11\x42\x5c\xd7\x1d\x19\ \x1d\x75\x1c\x6b\xef\xd3\x4f\xf5\xf5\xf5\x4b\x21\x2c\xcb\x42\x08\ \x11\x4a\x07\x07\x06\xd6\xac\x59\x73\xe6\xcc\x99\xe3\x47\x8f\x62\ \xc9\x66\xe7\x66\xa7\xa6\xa6\x7a\x7b\x7b\x01\xa0\xd9\x6a\xb5\x9a\ \xcd\x42\xa1\x90\x4a\xa5\x9a\xcd\x66\xb9\x52\xa5\x9a\xa6\xa9\x2a\ \x63\x0c\x61\x1c\x8d\xc5\x31\x51\xa2\xd1\x68\x57\x4f\xaf\x6e\x18\ \x18\xa1\xcd\x5b\x36\x1b\x1d\xab\xb4\x83\xd7\x08\x5e\xa1\x3c\x02\ \x42\x70\xa3\xd1\x98\x9b\x9b\x9b\x9f\x9f\x2f\x95\x8a\x84\xd2\x68\ \x2c\x66\xdb\xb6\xaa\x69\x57\x5c\x71\xe5\xe5\xbb\x2e\xb7\x1d\xbb\ \x5c\x2e\x23\x84\xda\xed\xf6\xe1\x43\x87\x6c\xdb\x4a\x24\x12\xb1\ \x58\x6c\xfb\x8e\xed\x2b\x56\xac\x98\x9d\x9b\xe5\x8c\x1d\x3f\x7e\ \x7c\x6c\x6c\x74\xf8\xcc\x69\x29\xb8\xeb\xb9\x23\xc3\x67\xca\x4d\ \xcb\xf3\x19\x42\x88\x03\x30\x2e\x24\x48\xc3\x30\x14\x45\x71\x5d\ \x37\x34\x6a\x01\xc0\xf3\x02\xc6\x84\xe0\x60\x9a\x46\x10\x04\xaa\ \xaa\x76\x77\x77\x9f\x39\x73\xc6\x71\x9c\xd9\xd9\x59\xcb\xb2\x32\ \x99\xac\x1f\xb0\x66\xd3\xad\xd6\x2c\xc7\x71\x54\x95\x62\x84\x3c\ \xce\x1c\xc6\x08\x42\x9e\xe3\x1e\x3f\x7e\xa2\xd5\x6a\x31\xc6\x1a\ \x8d\xc6\x13\x4f\x3c\x79\xe4\xf0\xb1\x42\x57\x61\xc3\xba\x35\x5b\ \x37\x6f\x6a\x34\x1a\xb5\x5a\xb9\xab\xab\xab\xaf\xb7\x8f\x31\xce\ \x18\x33\x0d\x13\x00\xba\xbb\xba\x35\x4d\x73\x5d\x77\x66\x7a\xda\ \xb2\x2c\x04\xc8\x76\x9c\x76\xbb\x6d\xdb\x36\x63\xcc\x73\x5d\xdf\ \xf7\x5d\xd7\x69\x36\x1a\x9e\xe7\x11\x42\x52\xc9\x64\x2a\x99\x6c\ \xd4\xea\x8d\x7a\x1d\x01\xaa\xcc\x97\x6d\xc7\xf6\x59\x50\xab\xd7\ \x02\xc1\xf5\x88\x89\x09\xbe\x80\xde\x78\x08\xa1\x20\x08\x26\xa6\ \x26\x5c\xd7\x9d\x9c\x9c\x30\x0c\x63\x68\x68\x48\x4a\xe9\x38\xd6\ \x4d\x37\xdd\xf8\xe9\x3f\xfc\x74\x2c\x1a\x9d\x9e\x9e\x9a\x9a\x9a\ \x8a\x44\x22\x07\xf6\xef\x77\x5d\x07\xa4\xdc\xb2\x79\x4b\x3c\x1e\ \xbf\xea\xaa\xab\xaa\x95\xca\x7c\xa9\x34\x5f\x2a\x9d\x3c\x71\x62\ \x7c\x7c\xbc\x54\x2a\x61\x8c\xca\x95\xb2\x63\xd9\x42\x88\x20\x08\ \x42\x3b\x1b\x21\xe4\x79\x9e\x94\xb2\x56\xab\x21\x84\x7c\xdf\x0f\ \x6d\x2f\xce\xb9\x1f\xf8\x84\x60\x21\xb8\x10\x62\xf9\xf2\xe5\x13\ \x13\x13\x96\x65\x15\x8b\xc5\x4a\xa5\x12\x5a\xc3\x81\x1f\xb4\xdb\ \x6d\xc6\x58\xe8\x4b\x60\x8c\x09\x21\x42\x63\xf1\xcc\x99\xd3\xe5\ \x72\x99\x52\xa5\x5a\xad\xfa\xae\xf7\xd0\x43\x8f\xa6\x53\xa9\x42\ \xbe\xb0\x6d\xdb\xb6\x54\x3a\x31\x3b\x37\xd7\xdf\xdf\xb7\x75\xeb\ \xd6\x64\x32\xc9\x18\xe3\x8c\x45\x22\x91\x64\x32\x19\x8d\x46\x3d\ \xcf\x6b\x34\x1a\xc7\x8f\x1f\x0f\xad\xcc\x7a\xbd\x31\x5f\x2e\x85\ \x56\xac\x94\xd2\xf7\xfd\x4a\xa5\x12\xfe\x30\x30\xd0\x3f\x30\xd0\ \xdf\x55\x28\x8c\x8e\x8e\xf6\xf6\xf6\xd6\x6a\xb5\x52\xa9\x48\x29\ \x2d\x16\xe7\x00\xc0\xd0\x75\x29\xc5\x85\xf9\x75\x85\x10\x91\x48\ \x64\xc5\xca\x95\x3b\x76\xee\x58\xb3\x7a\x75\x34\x12\x59\xbb\x66\ \xed\xce\x9d\x3b\xa5\x94\xad\x66\x8b\x05\x81\x69\x9a\x43\xcb\x97\ \xeb\x86\xfe\xad\x6f\x7f\xeb\x1b\xdf\xf8\x06\xa5\xa4\xdd\x6e\x73\ \xc6\xa7\xa7\xa7\x0f\xec\xdf\x5f\x2e\x97\x57\xac\x18\xea\xe9\xee\ \xc1\x18\xcf\x4d\x4f\xcf\x97\x4a\xf5\x5a\xcd\x75\xec\x78\x3c\x8e\ \x10\xb2\x9d\xa0\xdd\x6e\xbb\xae\x2f\x25\x04\x01\x07\x80\x74\x3a\ \x6d\xdb\xf6\xa9\x53\xa7\x7c\xdf\x67\x8c\x3b\x8e\x17\xae\xc6\x58\ \x34\x6a\x9a\xa6\xa2\x10\xcb\xb2\x5a\xad\x56\x26\x93\xae\xd7\x6b\ \x42\xf0\x46\xa3\xd9\x6a\xb5\x38\x17\xae\x1b\xd8\xb6\xc3\x98\xcf\ \x98\x27\x04\x0b\x4d\x40\xdf\xe7\x42\x88\xa1\x65\xcb\x2e\xbb\x74\ \xe7\x8e\x1d\x3b\x62\xd1\x28\xc1\xb8\x5a\xa9\xd4\xaa\x35\xc1\xb9\ \xe3\x38\x99\x74\xba\x2b\x5f\xe8\xeb\xe9\x73\x2d\xbb\xdd\x6c\xcd\ \x4e\xcf\xb4\x9b\x2d\xc7\xb2\x8f\x1e\x39\xaa\x52\x25\x97\xc9\xfa\ \xbe\x0f\x08\x31\xc6\x18\x63\x95\x4a\xc5\x71\x1c\xcf\x75\x19\x63\ \x41\x10\xd8\x8e\xe3\xfb\x3e\x20\x08\x82\xa0\x52\xa9\x34\x9b\x4d\ \xce\x38\x63\x0c\x63\xec\x79\x9e\xe7\xbb\xab\x56\xad\x5c\x31\x34\ \xd4\x51\xcd\x1d\x74\xec\xd1\xe7\xab\x15\x69\x18\x46\x36\x9b\x4b\ \xa6\x52\x84\xd2\xbd\x7b\x9f\x6a\xb5\x5a\x18\x21\xdb\xb6\xf7\xef\ \xdf\x9f\x2d\xe4\x2c\xc7\x3e\x71\xe2\xc4\x55\x57\x5e\x31\x31\x36\ \xea\x79\x9e\xa9\x9b\x3d\x3d\x3d\x6b\xd6\xac\x59\x36\x38\xe8\x33\ \xde\xdb\xd3\x33\x3d\x3d\xa3\xaa\x8a\x94\xd2\x75\xdd\x53\xa7\x4e\ \xf5\xf5\xf6\x24\x12\x71\x24\x25\xc1\xc8\xf5\x3c\x42\x88\x46\xb1\ \xe4\x52\xd7\xf5\x4c\x26\xa3\x28\x4a\x3a\x9d\x0e\x1f\x4e\x42\x08\ \x42\x08\x10\xcc\xcf\x97\x55\x55\x55\x55\x35\x1e\x8f\x4f\x4c\x4c\ \xb8\xae\xbb\x7c\xf9\x72\xc3\x30\x82\xc0\x6f\xb7\x2d\x40\x28\x1a\ \x8d\x68\x1a\xe1\x12\xb8\x14\x94\x50\x3f\x60\x9e\x1f\x84\x5e\xd0\ \xd9\xd9\x59\x9f\x05\xf9\x7c\xbe\xd9\x6c\x1c\x3c\x70\x30\x11\x8b\ \xb2\xc0\xab\x37\xea\xf9\x5c\x56\x70\x3e\x33\x3b\xab\xab\x5a\x26\ \x93\xaa\x54\x2a\xaa\xa6\x50\x35\x5e\xe8\x2e\xf4\xf6\xf6\x3c\xf5\ \xd4\x53\x53\xd3\x53\xb5\x5a\x55\x82\x08\xfd\x90\x84\x10\x42\x48\ \x18\x29\xe4\x9c\x87\xbf\x5a\x96\x35\x3b\x35\xe3\xb8\x81\xe3\x38\ \xad\x66\x4b\x70\x91\x4c\x26\x01\x13\x21\x65\x32\x99\xcc\xe4\xf2\ \xfd\xcb\x07\x55\x4d\x93\xe2\xbc\x79\x54\x4a\x89\x31\x59\x31\x34\ \x84\x24\x4a\xa5\xd2\x7b\xf6\xec\x39\x7d\xfa\x34\xa5\xd4\xf3\xbc\ \xc3\x87\x0f\x6b\x9a\xa6\xe9\xfa\x53\x4f\xed\x2d\x74\x77\x0f\x0e\ \x0e\x9c\x3e\x7d\x1a\x63\xac\xeb\xfa\xf6\xed\xdb\x57\xae\x5a\x19\ \x8d\x47\xd7\xae\x5d\xfb\xf8\xe3\x8f\xcf\xce\xcd\xf9\x81\xdf\xd5\ \xd3\x3d\x7a\x76\x34\x9d\xcd\x06\x7e\x90\xcb\xe6\x42\xc1\x86\x84\ \x11\x7a\xe0\x93\xc9\x64\x3c\x1e\xd7\x34\x8d\x52\xca\x18\x5b\xf0\ \x3a\x02\x38\x9e\xdb\x6a\xb5\xa3\xd1\x28\x26\xb8\xbf\xbf\xff\xf8\ \xf1\xe3\x89\x44\xc2\x34\xcd\x76\xbb\x9d\x48\xc4\x19\xe3\x54\xa5\ \xa1\x03\x79\xc9\x9a\x47\x08\x71\xce\x4d\xd3\x2c\xce\x1d\xab\xd5\ \x5b\xb1\x58\xdc\x75\xdd\xd1\xd1\x91\x68\xc4\x14\x9c\x55\xab\x55\ \x4a\x69\x4f\x77\x57\xa9\x34\xef\x80\x95\xcf\xe7\x1d\xc7\x49\xa7\ \xd3\x52\xca\x9e\x9e\x9e\x6b\xaf\xbd\x76\x72\x72\x72\x7a\x7a\xda\ \xb2\xac\x7a\xbd\xae\x6a\x9a\xeb\xb9\xbe\xe7\x6b\x9a\x46\x08\x09\ \xdd\xe6\x8c\x31\x42\x88\xe7\x79\xa3\xa3\xa3\xaa\xa2\x9d\x3a\x75\ \xba\x54\x2a\xb5\xdb\xed\x4c\x26\xd7\xd5\xd5\xc5\x18\x8f\x44\xa2\ \xeb\xd7\xaf\xcf\xe7\x0a\xdd\xdd\x5d\x9e\x6f\xc3\xf9\x17\x51\x0a\ \x21\x33\x99\x4c\xbb\x58\x56\x15\x65\xf3\x25\xdb\xaa\x95\x4a\x3e\ \x97\x75\xed\x15\xf7\xdc\xfd\x93\xe1\x33\xa7\x76\x3f\xfe\xf8\x27\ \x7f\xf3\x37\xd7\xad\xdf\xb4\x63\xe7\x25\x8f\x3d\xfa\xe8\x99\x33\ \x27\x8f\x1f\x3f\x26\xa5\x9c\x99\x9d\xb9\xe1\xcd\x37\x5e\x76\xd9\ \x65\xf3\xe5\xca\x8a\x95\x2b\xbb\x7b\x7b\x9f\xd8\xf3\xb8\xef\xb9\ \xb3\x33\xd3\x86\x61\x30\xce\xe2\xf1\x98\xe3\xb8\xbe\xe7\x61\xb4\ \x20\x7f\xc7\x71\x30\x36\x35\x4d\xeb\xef\xef\x27\x84\xe8\xba\x1e\ \x0e\x98\xc1\x18\xf9\xbe\xaf\xeb\x7a\xb8\xea\xc2\x2d\x45\x3a\x9d\ \x8e\x46\xa3\xa3\xa3\xa3\xbd\xbd\x7d\xba\xae\xd7\x6a\x35\x4d\xa7\ \x86\xa1\xb7\xdb\x6d\x29\x45\x2c\x16\x47\x08\x61\x44\x30\xc6\x5d\ \x5d\x5d\xba\x61\x9e\x3c\x75\x12\x63\x34\x37\x37\xab\x69\x6a\xe0\ \xfb\x33\x33\x53\x67\xce\x9c\x56\x55\x95\x73\x96\x48\xc4\x77\xee\ \xd8\x7e\xea\xd4\xa9\x99\x99\x19\x42\xb0\x6d\xdb\x9c\x33\x55\x55\ \x4f\x9c\x38\x51\xaf\xd7\x5c\xd7\x99\x2f\xd6\xda\xed\x96\xa6\x69\ \x00\xa0\x28\x0a\x42\x88\x52\x4a\x08\x61\x41\x20\x85\xf0\x7d\x3f\ \x12\x8d\x51\x42\x74\x5d\x4b\x24\x52\x95\x6a\x8d\x50\xb5\xdd\x6a\ \x19\x66\x64\x7c\x6c\x7c\x68\xf9\x72\x85\xd2\x8e\x76\xee\xa0\xc3\ \xa3\xcf\x71\xd3\xb1\x74\x3a\x7d\xed\xb5\xd7\x22\x21\x24\xe3\x6b\ \xd7\xaf\x0f\xfc\x60\x7a\x6a\x0a\x61\x34\xb8\x6c\xd0\xe7\x6c\xcd\ \xea\xd5\xc7\x8f\x9f\xfa\xfc\xe7\x3f\x9f\x49\xa5\x56\xae\x5c\xf9\ \xd8\xf4\x94\x61\x18\xb6\x63\x1f\x3a\x74\xa8\xed\xb8\x1b\x36\x6c\ \x38\x7d\x66\xb8\x54\x2a\x51\x8c\xd2\xe9\x74\xb5\x52\xde\xbc\x71\ \x7d\x3e\x9f\x8b\x44\x0c\xdf\x0f\x7c\xd7\x35\x75\x0d\x24\x96\x52\ \x18\x86\x91\xc9\x64\xce\x9e\x3d\x3b\x35\x35\x95\x48\x24\x30\x26\ \xd1\x68\x84\x52\xca\x98\xa0\x54\x49\x26\x13\xcd\x66\xcb\xb2\xac\ \xcd\x9b\x37\x1f\x38\x70\xa0\xd9\x6c\xea\xba\xae\x69\x9a\x94\x32\ \x16\x8d\x81\x94\xae\xc7\x54\x85\x86\xf1\x3c\x42\x70\x54\xa1\xb6\ \xed\x66\xb3\xd9\x4a\xb5\xe1\xb8\x76\xc4\x34\xab\xe5\xf2\xf8\xd8\ \xc8\xe1\x43\x07\xfa\xfa\x7a\x0b\xb9\x5c\xbb\x5e\xf7\x7d\x7f\x76\ \x66\x66\x7e\xbe\x98\xcf\xe5\xdb\x56\x2b\x60\x3e\xc6\xf8\xd0\xa1\ \x03\xa9\x54\xa2\xaf\xaf\x77\x7a\x7a\x0a\x52\xf1\x91\x91\x91\xd0\ \xde\x5a\x8a\x15\xc5\x62\x31\xc3\x30\x38\xe7\xae\xeb\x06\x41\xd0\ \x6e\xb5\x1a\xcd\x36\x42\x28\x16\x4b\x04\xbe\xcf\x18\x1b\xe8\xef\ \x8f\x26\xe2\x6d\xcb\xde\xb8\x79\x53\x34\x1e\x0f\x58\x70\x61\x92\ \x97\x52\x16\x0a\x5d\x86\xa6\x23\x90\x43\x43\x2b\x6c\xcb\x8a\xc5\ \x62\xb5\x6a\x6d\x60\x60\x80\x73\xbe\x66\xcd\x1a\xcb\xb6\xef\xbc\ \xf3\xce\xdd\xbb\x77\x6f\xd9\xb2\xe5\xbe\xfb\xee\x8b\xc5\x62\xaa\ \xa6\x9e\x3e\x7d\x1a\x24\xac\x5c\xb9\xd2\x71\x9c\xe1\xd3\xa7\x6b\ \xb5\x74\xa1\xbb\x2b\xbc\xd4\x78\x22\xae\x28\x4a\xc8\xa0\x08\x21\ \x8c\xb1\xef\xfb\xaa\xaa\x0a\x21\x14\x45\x99\x98\x98\x18\x1a\x1a\ \x0a\x7f\x56\x14\x85\x10\xca\x03\xa1\x69\x5a\x18\xd7\xcc\x64\x32\ \xab\x56\xad\x7a\xfc\xf1\xc7\x4d\xd3\x54\x55\xd5\x75\xbc\x48\xd4\ \x24\x0a\x09\x03\xa2\x61\x34\x37\xbc\x66\x84\x10\x21\x24\x93\xcd\ \x96\x8a\x65\x33\x6f\x54\x2a\xe5\x52\xa9\xf4\xf8\xee\xc7\x62\x51\ \x53\xa5\xb4\xa7\xa7\xc7\x6a\xb5\x6d\xcb\xda\xbb\xf7\xc9\xf5\xeb\ \x37\xa4\xd3\x69\xd7\x75\x55\x55\xad\x54\x2a\x7b\xf7\xee\xbd\xf2\ \xca\x2b\x29\xa5\x6b\xd6\xac\x39\x33\x7c\x86\x12\xe2\x7b\x5e\x28\ \xf9\x70\xe3\xd2\xd3\xd3\x53\x2a\x95\x42\xe7\xc7\xd4\xd4\x74\xbd\ \xd6\xe4\x9c\x27\x12\x09\xdb\x76\xe2\xf1\xa4\xaa\xaa\xab\x56\x2d\ \x73\x1c\x37\x99\x4c\x0e\x0e\x0e\x5a\x96\x43\x2f\xa8\x59\x3b\xe7\ \xac\xbf\xbf\xcf\x05\x02\x08\x4d\x4e\x4d\x95\x4b\xa5\xee\x42\x61\ \xe5\x8a\x15\xa1\xf5\xdc\x6e\xb7\x84\xe0\x00\x28\x99\x4c\x20\x84\ \x3e\xf0\x81\x0f\xdc\x7b\xef\x4f\x0f\xec\x7f\xba\xbf\xaf\xaf\xaf\ \xaf\x6f\x66\x66\x46\x08\xc0\x88\x10\x82\xd2\xc9\x44\xb3\x89\x8a\ \xc5\xa2\xd5\x6a\x66\x33\xa9\x42\x2e\xeb\x66\xb3\x11\x33\x52\xc8\ \x67\x55\x95\x84\x81\x7c\x21\x64\xb8\x71\x0c\xbd\x02\xe4\x9c\xee\ \x95\x08\x21\xce\x45\xb5\x5a\xab\x54\xaa\xad\x56\xcb\x71\xdc\x53\ \xa7\x4e\x11\x42\x72\xb9\x7c\x24\x12\x41\x08\x49\xe0\x9e\xe7\x29\ \x8a\x12\x6e\xef\x30\x26\x52\x00\x42\x48\xa1\xb4\x52\x2e\x1f\x3f\ \x76\x94\x52\xea\x3a\x8e\xed\x38\xa5\xd2\x1c\x80\x08\x82\x60\xc5\ \x8a\x15\x95\x4a\x79\x6a\x6a\x62\xe3\xc6\x0d\xb6\x6d\x79\x9e\x9b\ \xc9\xa4\xe3\xb1\x58\x69\x7e\xbe\x3c\x5f\x3a\x72\xf8\x60\x3a\x93\ \x49\x26\x13\x76\xbb\x19\xba\x16\xc2\xcd\x62\xf8\xe5\x2a\x8a\x42\ \x29\xb5\x85\xa0\x94\x3a\xb6\xad\x1b\x06\x21\x74\xbe\x3c\x4f\xa9\ \xaa\x28\xaa\x61\x18\x37\xdd\x74\x53\xa9\x5c\x3e\x75\xea\x94\x10\ \x37\xa0\x57\x64\x3a\x01\x63\xcc\xf7\xbd\xd7\x79\x3f\x7e\x04\x9a\ \xa6\xbf\xd8\x48\x79\xdf\xf7\x59\x10\xbc\xbe\x79\x4e\xd5\x34\x7a\ \x31\x77\x66\xaf\xdc\xfc\x51\x84\xd1\xd0\x8a\xa1\x44\x34\xda\x6e\ \x34\xb3\xe9\x4c\x3a\x99\x7c\xfa\xa9\xbd\xf3\xe5\xca\xc3\x8f\x3c\ \xf2\xde\xf7\xbf\x2f\x95\x49\xaf\x58\xb9\xfa\xa9\x3d\x4f\x56\xe6\ \x4b\xc3\xc3\xc3\x8a\xa2\xcc\xcd\xcd\x5d\x71\xd5\x55\xab\x56\xaf\ \x1e\x9b\x98\xec\xed\x1f\xe8\xea\xea\x3a\x7e\xec\x48\xbb\x6d\x4d\ \x8e\x8f\x25\x13\x31\xcf\xf3\x0c\x5d\x77\x1c\xcf\xb1\x6d\x0c\x92\ \x20\x24\x04\x67\x9c\x29\x2a\xcd\xe5\x72\x18\x63\xdf\x0f\x0c\xc3\ \x50\x14\x4a\x08\x96\x52\x12\x82\x72\xb9\x8c\xe7\x79\x99\x4c\x8a\ \x31\xd6\x6c\x36\x13\x89\x84\xaa\xaa\x61\x68\xc7\x34\x0d\x21\xa4\ \xaa\xaa\x9a\xa6\xb6\x3d\x8b\xaa\x44\xd7\x35\x09\x48\x4a\x50\x14\ \x65\xa0\xbf\x3f\x62\xc4\x5a\x76\x33\x16\x8b\x3d\x59\xab\xa5\x13\ \x09\xdb\xb6\xaa\x95\x0a\x46\x40\x29\x4d\x26\xe2\x62\xcd\xaa\xa9\ \xa9\x59\xdb\xb6\x84\x10\x95\x4a\x25\x34\x85\x83\x20\x88\x44\x22\ \x0b\x89\xb2\x08\x87\x3c\xb1\x94\x8d\x29\xa5\x0c\xdd\x8c\x94\xd2\ \xd0\x3c\xd5\x14\x5d\xd5\x54\x4d\xd3\x34\xd3\xa0\x84\x44\xa2\xd1\ \x81\xc1\xc1\x4a\xad\xde\xdb\xd7\xc7\xa4\x38\x27\xc9\xf6\x7c\x5d\ \xbb\x90\x88\xc7\x55\x45\xc1\x08\x47\x22\x91\x9e\xee\xc2\x4f\x7f\ \xfa\xd3\x93\x27\x4e\x7c\xef\x7b\xdf\xfb\xf8\xc7\x7f\x7d\xe5\xd0\ \xd0\x65\xea\x65\xcb\x86\x96\xdf\x75\xd7\x5d\xd3\xd3\xd3\xb6\x6d\ \x57\xab\xd5\x4a\xa5\x72\xe9\xa5\x97\x66\xb3\x19\xcf\xf3\x6e\xb9\ \xf5\x96\x87\x55\xc5\xb6\xad\xc7\x1e\x7d\xcc\xf7\x7d\xc6\x58\x2a\ \x95\x22\x94\xfa\xbe\x1f\x04\x41\xf8\x64\x52\x4a\x11\x42\xa1\x49\ \xda\x6e\xb7\x15\x45\x09\x93\xaa\x16\x12\x74\x09\x49\x24\x12\x42\ \x70\x55\x53\x5b\xcd\x96\x61\x18\xd1\x68\x14\x00\x6a\xb5\x5a\xc8\ \x7f\x28\x40\xa1\xbd\x02\x8b\x49\xb3\xe1\xcf\x9a\xa6\xad\x5f\xbf\ \xce\xd0\x8d\x65\xcb\x57\x0e\x9f\x3e\xad\xa9\x54\x53\x94\xe9\xc9\ \xc9\x78\x32\xe6\x7b\x6e\x3c\x1e\x5d\xbb\x76\x0d\x63\x8c\x10\x7c\ \xf6\xec\x59\xdb\xb6\x43\xb1\xcf\xce\xce\xa6\x52\x29\x5d\xd7\x5b\ \xad\x16\x25\x14\x63\x1c\xa6\x2b\x33\xc6\x42\xd6\x09\x5d\xc7\x21\ \xad\x2a\x0a\x6e\xb7\xdb\x03\x03\x03\x86\x61\x64\x32\xd9\x68\x34\ \x56\x28\x14\x6e\xb8\xe1\x86\xa9\xa9\xe9\x4c\x26\x33\x30\x30\x70\ \xf2\xd4\x71\x45\xd5\x25\x5c\x88\x27\x20\x74\xc0\x44\x22\x91\x43\ \x07\x0f\x1a\x9a\x76\xe9\xf6\xad\xad\xa6\xe5\x7a\x2e\x21\x74\x7e\ \x7e\x7e\x6e\xae\xb8\x7d\x87\x3e\x33\x33\xab\x6a\x6a\x77\x77\x77\ \xb3\xd5\xa4\x8a\x32\x31\x31\xf1\xd8\x63\xbb\xbb\xbb\x7b\x00\xb0\ \x19\x31\x54\x4d\x71\x1c\xe7\xe4\xf1\x63\xbe\xe7\x36\x1a\x8d\x76\ \xb3\xc9\x18\xd3\x54\x25\x99\x8c\x51\x95\x00\x80\xeb\xfa\x52\xca\ \x72\xb9\xa2\x28\xb4\x5a\xad\x86\x9b\x9b\x20\x10\x8c\x31\x4a\x69\ \xf8\x7d\x85\x37\xdb\xd3\xd3\x13\x8f\xc7\xee\xbb\xf7\x01\xce\x79\ \x2e\x97\x0b\xd3\xf1\x84\x10\x08\x0b\x8c\x41\x55\x35\x42\x70\x98\ \xd6\x23\x84\x9c\x9e\x9e\x3b\x33\x3c\x0c\x12\xf7\x75\xf7\x9c\x3c\ \x79\xd2\x30\x0c\x11\x30\x43\xd5\xca\xc5\x79\xc3\xd0\x47\xce\x0c\ \xfb\x9e\xe7\x33\xef\xa9\x3d\x4f\x18\x86\xa9\x29\x4a\xb9\x5c\x36\ \x34\x8d\x20\xa4\x6b\x5a\xb3\xd1\xd0\x54\x35\x9b\x4e\x57\xcb\xf3\ \x9a\xa6\x3b\x8e\x6b\x18\x46\xb8\xec\xc3\xd5\x6e\x18\x86\xe7\x79\ \xad\xb6\x15\x4f\x24\xc2\xf5\x13\x8b\xc6\x2c\xdb\x31\x0c\xfd\xcd\ \x6f\x7e\x73\x5f\x5f\xdf\xb1\x13\x27\xac\x76\x4b\x08\x09\x17\xbf\ \x91\x55\xb3\xd9\xa8\x55\xca\x84\x50\x38\xc7\x7b\x8f\x9e\x9d\x41\ \xfe\x1a\x82\x7c\x61\x0e\x05\x21\x04\x17\x3c\x5f\xe8\x32\xcd\xe7\ \x4e\x95\x2f\x97\x4b\x56\xbb\x4d\x08\x7d\xc1\x37\xbe\x4e\x6e\x5f\ \x0a\xc6\x58\x36\x9b\x8b\xc5\x13\xaf\x6d\x1e\xc5\x08\xfb\x7e\x30\ \x57\x6b\x19\xaa\x56\xad\xd5\xd6\xae\x5d\x4b\x09\x21\xaa\x62\xb7\ \x5d\xcf\xf7\x72\xb9\x5c\x2a\x93\x2e\xe4\xbb\xe7\x66\x66\xdf\xf9\ \x8e\xdb\xbe\xf8\x77\x9f\x1f\x3b\x3b\xbc\xea\xea\xab\x57\xad\x5c\ \xd5\x6e\xb5\x72\xd9\x9c\x19\x8b\x15\xe7\x66\xb3\x99\x54\x32\x1e\ \x7b\xec\xb1\x47\x6b\xd5\xc8\xf8\xd8\xe8\xea\x55\x2b\xa7\x27\x27\ \xe3\xf1\x58\x22\x1e\xa7\x04\x61\x8c\x5d\xd7\x63\x8c\xab\xaa\xda\ \xdb\xdb\xa3\xaa\x8a\xae\xeb\x84\x20\x00\x08\xb3\x73\x08\x05\xc7\ \x91\xf3\xf3\xa5\x4a\xa5\x8c\x31\x31\x0c\x63\x6c\x6c\x0c\x00\xae\ \xb9\xe6\x1a\xdd\x30\x80\x83\x42\x28\x02\xc0\x08\x49\x21\xc2\x04\ \x42\x89\xb0\xa1\x69\xf9\x6c\xee\xe0\xbe\x43\xc7\x4e\x1c\x4b\x67\ \x92\xb3\x33\x33\x98\xe2\xd1\x91\x91\xf9\xe2\x5c\xc4\x34\x01\xa4\ \x6d\x59\xdb\x2f\xb9\x44\x53\xf5\xfd\x07\xf6\x47\x22\x66\x68\x78\ \x01\xc0\xe1\xc3\x87\x74\x5d\x07\x90\xf3\xf3\xf3\xed\x76\x7b\xa1\ \x1e\x00\x63\x84\x90\xb6\xb8\x39\x0a\xf5\x8b\xa6\x69\x9c\xf1\x44\ \x3c\xee\xfa\xbe\xef\xb9\x6d\xc7\x36\x23\x11\xdf\xf7\xe7\xe7\x4b\ \x12\xd0\xc9\x53\x27\x55\xc3\xd8\x3a\xd4\x77\xc1\xeb\xda\x75\xdd\ \xa8\xa1\x5b\xb6\x47\x08\x32\x0c\x3d\x9b\xcd\x62\x4c\x46\x46\x46\ \xfa\xfb\x07\xe2\xb1\x78\xbe\xa7\x60\x3f\xed\xbc\xfb\xdd\xef\x9e\ \x99\x99\xb9\xfb\xee\xbb\x0d\xc3\xb8\xfa\xea\xab\x73\xb9\x1c\x21\ \x64\x70\x70\xd0\xb2\xac\xa1\xa1\x21\xd7\x75\x9f\xd8\xf3\xc4\x99\ \x33\x67\x76\xef\xde\xdd\xdb\xdb\x8b\x09\x06\x84\x42\x97\x5d\x68\ \x67\x84\x8a\x3b\x99\x4c\x86\xba\x32\x4c\x41\x0a\x83\x6d\x94\x10\ \x09\x60\xb7\x9d\x30\x42\xa9\xaa\x2a\x63\x6c\xcf\x9e\x3d\x9b\x37\ \x6f\x0e\x7d\x95\x54\x21\xa1\x70\x96\x72\x9b\x15\x45\xe1\x9c\x27\ \x93\xc9\x62\xb1\xf8\xd8\xee\xc7\x4a\xc5\xf9\x6a\xb5\x4a\x31\x1e\ \x1e\x3e\xe3\x07\xae\x46\x69\x3a\x93\x9e\x9d\x99\x1e\x1a\x5a\xbe\ \xfd\x92\x2d\x8f\xed\x7e\x42\xd7\x75\x4a\xa9\xe3\x38\x61\xe6\xda\ \x8f\x7f\xfc\x63\xc3\x30\x0e\x1f\x3e\xdc\x6c\xb5\x38\xe7\x18\xa3\ \x90\x54\x30\xc6\x99\x4c\x26\xdc\x39\x01\x80\x61\x18\x94\x52\x4d\ \x35\x12\x89\xc4\xfc\xfc\xbc\x10\x62\x66\x66\x36\x9b\xcd\x1e\x3a\ \x74\xb0\xaf\x6f\xa0\xd1\x68\x94\xcb\xe5\x44\x3c\xce\x84\x7b\x61\ \x2a\x05\x01\x8a\xc5\xa2\x9a\xaa\xec\xda\xb5\x2b\x9b\x49\x2b\x8a\ \x7a\xef\xbd\xb7\x9b\x86\xb9\xc4\x0e\x91\x88\x79\xe4\xe8\x61\x4a\ \xe9\xa1\x43\x87\x4a\xc5\x92\xa6\x6a\x86\x61\x8c\x8f\x8f\xe7\xf3\ \x85\x2b\xaf\xbc\x62\x7a\x7a\xaa\xaf\xaf\x3b\x9d\x4c\xce\x4e\x4f\ \xd7\x6a\x35\x00\x99\x4e\xa7\x07\x07\xfa\x74\x4d\xf3\x5d\x8f\xb3\ \x40\xd5\x74\x45\x51\x74\x5d\xa3\x14\x4f\x4e\x4e\x0b\x21\x22\x91\ \x28\xa5\x84\x73\x11\xee\x6c\xc2\x88\x46\xb9\x5c\xf6\x3c\xdf\x30\ \xcc\x53\xa7\x4e\x4f\x4d\x4f\xd7\x6a\xb5\x72\xb9\x82\x31\x9e\x98\ \x98\xe8\xea\xea\x32\x23\x3a\x21\xc8\xb2\xac\x30\xbf\x9d\x31\xde\ \x6c\xd8\xc3\xc3\x67\xf6\xed\xdb\x3f\x3d\x33\x73\xfc\xf8\xb1\x62\ \xb1\xd8\xdd\xdd\xcd\xb9\x70\x1c\x8b\x50\x2a\x24\xc3\x44\x93\x48\ \xfa\xbe\x27\x41\xc6\x62\x71\x21\x38\x21\xa4\x52\x29\xeb\xba\x6e\ \xdb\x76\x22\x91\x90\x52\x96\x4a\x45\x84\x20\x9d\x4e\x37\x9b\xcd\ \xd0\xaf\x0b\x8b\xb9\xeb\x94\x52\x55\x51\x00\x41\xa1\xab\x4b\xa1\ \x94\x73\x9e\x4a\xa7\xa7\xa6\x67\x30\xc6\x23\x23\x23\x73\xc5\x52\ \x79\x7e\xbe\xbb\xbb\x2b\x4c\xe2\xbe\xa8\x4a\xc9\x75\x9d\xca\x7c\ \xa9\xbb\xb7\x4f\xd7\x0d\x78\xbd\xa3\xd5\x6a\x16\xe7\x66\x07\x06\ \x96\x91\x73\xcc\xb2\x66\xa3\x61\xb5\x5a\x7d\x03\x83\x2f\xc8\xa3\ \xaf\x27\x38\xae\x3d\x37\x3d\xad\x6a\x7a\xa8\xb5\x5e\xbb\x7e\x5d\ \x9e\x4a\xa5\x5a\xa8\x75\xdf\x83\xf7\xaf\x5e\xb1\x32\x16\x8f\xfa\ \x41\x80\x09\x16\x52\xcc\xce\xcd\x9d\x19\x1e\xbe\xb2\xeb\xca\x72\ \xa9\x92\xc9\x64\xfa\xfa\xfa\xc2\x02\x95\x5a\xbd\xfe\xc8\x23\x8f\ \xac\x5a\xb3\x66\xa6\x38\x9f\xcd\xe5\x09\xc5\xcd\x46\x73\x6a\x7a\ \xd2\xb6\xac\xf9\xf9\xd2\xf1\xe3\xc7\x37\x6d\xdc\xd0\x5d\x28\x44\ \x4d\x23\x1e\x8f\x4a\x21\x18\xe3\xbe\x1f\xb8\xae\x27\x04\xb7\x6d\ \xc7\xf3\x3c\xc6\x98\x10\x8b\x95\x6c\x80\x24\xc6\x61\xf6\x7f\x2c\ \x16\xa7\x94\x36\x9b\xcd\xf9\xf9\xf9\x54\x2a\x25\xa5\x54\xa8\x82\ \x15\xec\xfb\x3e\x04\x32\x12\x35\x09\x45\x42\x08\x82\x30\x17\xa2\ \x5a\xa9\xd6\x6a\x4d\xc3\x30\x2b\x95\x72\xab\x5d\x77\x1d\xa7\xd5\ \x6c\xcc\xcd\xce\xc5\x63\xd1\x6c\x26\x13\x31\x8c\xf9\x52\xf1\xe9\ \xbd\x7b\x5d\xcf\x95\x52\x20\x04\xf1\x78\xd4\xf3\xbc\x7a\xbd\x3e\ \x3a\x3a\x92\xcf\xe7\xb3\xd9\x4c\xbd\x5e\x53\x14\x22\x84\x12\x92\ \xe8\xb9\x36\xa8\xb2\x58\xfc\x80\x10\xf6\x19\xf3\x03\x1f\x61\x92\ \xc9\xe7\x77\xec\xdc\x39\x30\xb8\x6c\xff\xa1\x83\xb5\x46\x33\x93\ \x69\x02\xc1\xee\x65\xdb\x30\xc2\x00\xfc\xbc\x77\x30\x18\x27\x62\ \xb1\xd1\x89\xc9\xf9\x62\x69\xd3\xa6\x8d\x21\x7f\x28\x0a\x75\x5d\ \x77\xdf\xbe\x7d\xd9\x4c\x1a\x30\x9a\x9a\x9c\x7a\xc7\x3b\xde\xfe\ \xc0\x03\x0f\x86\x57\x78\xe4\xc8\x91\xc9\xc9\xc9\x30\xa2\xd6\xd7\ \xd7\xe7\xba\xee\xd1\xa3\x47\xe6\xe6\xe6\x4e\x9f\x3e\x2d\x01\x76\ \xed\xda\xd5\xd7\xd7\x17\x89\x45\x97\xee\x22\x2c\xa8\x70\x1c\xa7\ \xdd\x6e\xbb\xae\x1b\x26\x15\x3f\x53\xd0\x09\x72\xc9\x1c\x47\x04\ \x59\x96\x35\x3d\x3d\x9d\xc9\x64\x82\x20\xf0\x7d\x8f\x2a\x8a\xef\ \xfb\xa1\xa5\x18\x6a\x7f\x4a\x69\x68\x2a\x85\xa6\x3c\x41\xf8\xec\ \x99\xd3\x8d\x66\xdd\x77\xbd\x99\x99\x69\xcf\x73\x0c\x5d\x43\x48\ \xce\xcf\x97\xca\xf3\xc5\x5c\xae\xe0\x79\x5e\xc8\x88\xa6\x69\x8e\ \x8e\x8e\x4e\x4e\x4e\x32\xc6\xba\xba\xba\x32\x99\x4c\x68\x90\x19\ \xba\xa6\xaa\x6a\xbb\xdd\x26\x84\xea\xba\xbe\xb4\x20\x1d\xc7\xd1\ \x34\x2d\x93\xce\x4d\x4c\x4c\x68\x9a\x96\xcd\x66\x0b\x85\xee\x0f\ \x7f\xf8\xc3\x27\x4e\x9c\x78\xf8\xe1\x87\x0d\xc3\xa8\x94\xab\x5d\ \x5d\xb9\x42\x77\x66\xa1\x36\xe9\x3c\x69\x94\x73\x9e\xcd\xe4\xe2\ \x51\x23\x16\xd1\xda\x2d\xf7\x87\x3f\xbe\xc3\x76\x9d\xa1\x15\x2b\ \xf6\xef\x7b\x9a\x10\x3c\x30\x30\x30\x3f\x5f\x1e\x1e\x3e\x73\xeb\ \x2d\xb7\xdc\x75\xd7\x1d\xba\xa1\x53\x4a\x5c\xd7\xdd\xbe\x7d\xbb\ \x69\x9a\xc3\xc3\x67\xb2\xd9\x8c\xae\xeb\xcb\x87\x86\x36\xac\x9f\ \x39\x3b\x7c\x5a\xa1\x34\x97\xcd\xe8\x9a\x86\x31\x10\x82\x15\x4a\ \x75\x5d\xc3\x18\x0b\x21\x75\x5d\x8f\x46\xa3\x89\x44\x42\x51\x14\ \x8c\x11\x42\x0b\xbe\x71\x4d\xd3\x1c\xc7\x21\x84\x0c\x0c\xf4\xdb\ \xb6\x53\xad\x56\x0b\xf9\xfc\xf2\xe5\xcb\xe3\xf1\x98\xeb\xba\xa9\ \x54\x0a\x00\x7c\xcf\xd3\x4d\x0d\x00\x09\x21\x85\x08\x18\xf3\x28\ \x45\x5d\x5d\xdd\x91\x88\x39\x37\x3b\x13\x04\x01\x02\x98\x9e\x9a\ \x76\x1c\x47\x51\xc2\x7d\x12\xf5\x5c\x17\xa4\x94\x42\xb8\xb6\xd5\ \xd6\x54\x16\x04\x94\x20\xcf\x73\x41\x0a\x55\xa5\x9e\x6b\x97\x7d\ \x97\x2a\x4a\xe8\x00\x58\xf2\x1c\xfa\xbe\x9f\xcb\xe5\xb2\xd9\x6c\ \xa1\x50\x98\x02\x18\x1d\x1f\x6f\xb7\x5a\xd1\x68\x34\x1e\x8f\x47\ \x22\x11\xc3\x30\x4d\x33\x52\x2c\x16\x3d\x7f\x0a\x61\x7c\xf2\xc4\ \x49\x2e\xc4\xc5\xb6\x47\x5b\x8d\x86\x6e\x98\xba\x6e\x2c\x95\xbd\ \xc2\x62\x09\xec\xd2\x2e\xf0\x35\xec\xca\x5d\x2a\xf9\x45\x08\x01\ \xc4\x62\xf1\x6a\xb9\xec\x38\x76\x34\x16\x5f\x3a\xa6\x56\xab\xa4\ \xd2\x19\x42\xe8\x73\x24\xf0\x9c\x72\xe1\x57\xc2\xd0\xc2\xcf\x2f\ \xfa\x7f\x19\x24\x10\xde\x3e\x48\x69\xe8\xa6\xa6\xeb\xed\x56\x53\ \xd3\x72\xaf\x61\x1e\x05\x84\x82\xc0\x57\x55\xed\xb2\x5d\x97\x2f\ \xef\x1b\x2c\x57\x2a\x47\x8e\x1e\xf1\x42\x9d\x8b\x40\x33\xf4\x44\ \x32\x79\xff\x7d\x0f\xf6\x76\x77\x3f\xf8\xe0\x83\x8e\xe3\x98\xa6\ \x39\x37\x37\xa7\x68\x5a\xff\xe0\xb2\xd5\xab\x57\xd9\x8e\xd7\xd3\ \xdd\x55\x2f\x17\xa7\xa7\xa7\x14\x45\x41\x00\x83\x03\x03\x6b\x56\ \xaf\xd6\x14\xca\x58\xd0\x6e\xb5\x08\x21\x18\x13\xd3\xd4\xeb\xf5\ \x46\x98\xff\xa9\xaa\x6a\xc8\x9a\x9c\x0b\x29\x25\x46\x48\x4a\x98\ \x9b\x2b\x12\x42\xa2\xd1\x28\xe7\xdc\xb6\x6d\xcf\xf3\x12\x89\x84\ \xe3\x38\x42\x88\x68\x24\x1a\x8f\x45\x11\x01\x16\x04\x80\x88\x10\ \x02\xab\xda\xec\xcc\xec\xee\xc7\xf7\xb4\xda\xce\xd4\xd4\x4c\xa3\ \x5e\xe3\x92\xe9\x9a\x86\x17\x0b\xd4\x1b\xf5\x9a\xdd\x6e\xd5\x6a\ \x95\x76\xbb\x95\x4c\xa5\x14\x85\xce\xcf\xcf\x3b\x8e\xad\xeb\x3a\ \x63\x01\x00\x58\x56\x3b\x9b\xcd\x26\x12\x71\xc7\xb1\x2d\xab\xbd\ \x64\xba\x85\x74\x15\x8b\xc5\xc2\x53\x67\xb3\x19\x84\x88\xc4\x44\ \x33\x75\x21\xd1\xb2\x65\xcb\x56\xaf\x59\x33\x31\x39\xd5\x68\x34\ \x12\xb1\x44\x3e\x93\xab\xd6\x6b\x52\x88\x0b\x13\xbc\x10\xc2\x0b\ \x02\x5d\xd3\x57\xad\x5a\x69\xe8\xda\xc4\xc4\xe4\xe8\xe8\x28\x63\ \x4c\x8f\xe8\xae\xeb\xa6\x73\x99\xa3\x87\x8e\x46\x63\xd1\x53\xa7\ \x4e\x9f\x3a\x75\xca\x30\x8c\x5a\xad\x76\xdf\x7d\xf7\xbd\xe5\x2d\ \x6f\xe9\xef\xef\xf7\x3c\xcf\x34\xcd\x74\x2a\x15\xc6\xb7\x6c\xdb\ \xee\xe9\xed\x5d\xb9\x72\xa5\xaa\xaa\x12\x81\xe7\x79\x18\xe3\xb0\ \xf4\x25\x2c\x87\x10\x42\x98\xa6\xf9\x9c\x3a\x57\x8c\x48\xbb\xd5\ \x72\x5d\x2f\x1a\x8d\x6a\xba\x36\x32\x3c\xd2\x6c\x36\x4d\xd3\x0c\ \x58\x10\x30\x66\xdb\x8e\x11\xd1\x43\x4a\x0e\xed\xa7\x70\x17\x75\ \xfa\xf4\xe9\x5a\xad\x36\x3b\x3b\xeb\xfb\xfe\xc9\x63\xc7\x57\xae\ \x5a\xd1\x0e\x5a\x2c\xf0\x9b\x8d\xba\xef\x69\x33\x53\x93\x53\x13\ \x13\x84\x10\xdb\xb2\x33\xd9\xc2\x4c\x6d\xc6\x71\x9c\x30\xd1\xa6\ \xd5\x6a\xb5\xdb\xed\x56\xab\xd5\xd7\xd7\x57\x6f\xd4\x23\x91\x88\ \x90\x92\x52\xea\x38\x61\x8e\xb4\xdb\xd3\xd3\xd3\x68\x34\x38\xe7\ \xdd\xdd\xdd\x85\x42\x41\x0a\xc8\xe7\xf3\x93\x93\x93\xb1\x58\xec\ \x83\x1f\xfc\x20\xc6\x78\x7c\x7c\x02\x63\xbc\x72\xd5\x4a\x82\x68\ \x58\x40\x7c\xa1\x81\xb7\xc0\x71\xdd\x74\x32\x39\x3c\x3c\xfe\xe4\ \x9e\x3d\xae\x6d\x5f\x76\xe9\xa5\xa7\x4f\x9c\xea\xe9\xe9\x99\x9c\ \x18\x2f\x97\xe7\x09\xd5\xb3\xd9\xdc\xfe\xfd\xfb\xf3\xf9\x5c\x3a\ \x93\x7c\xfc\xb1\xc7\x6a\xb5\x5a\x3a\x9d\xba\xe4\x92\x1d\x4f\x3e\ \xf9\x14\x63\xbe\x61\x68\xab\x57\xaf\xda\xb0\x7e\xdd\x7d\xf7\xfe\ \x94\x10\xa2\xeb\x6a\x57\xa1\x80\x10\xcc\xcd\xcd\x32\xa6\x18\x91\ \x28\x00\x60\x8c\x3c\x2f\x68\xb5\xda\x9c\xf3\x73\x9a\x8d\x00\x42\ \xc8\x71\xdc\x76\xbb\x1d\x8f\xc7\xa5\x94\x8a\xa2\xf6\xf4\xf4\xcc\ \xcc\xcc\x69\x9a\x16\x66\x47\x17\x0a\x05\xce\xb9\x90\x5c\x0a\x69\ \x18\xba\xa2\x28\x08\x61\x84\xb0\xe7\xb1\xd9\xd9\xc3\x93\x13\x93\ \x0a\x55\x36\xac\x5b\xdf\x68\x34\x46\x46\x46\x02\xdf\x47\x80\x10\ \x20\x85\x10\xab\x6d\x31\xc6\x30\x06\x84\x64\xbb\xd5\x08\x02\x46\ \x29\x95\x82\x49\x49\x29\xc1\x41\x10\x98\x66\xac\xaf\xaf\xef\xcc\ \xf0\xb0\x65\x59\xa1\x2e\x76\x1c\x27\x5c\xf3\xbe\xef\x97\xcb\xe5\ \x76\xbb\xad\x28\x6a\x36\x9b\xcd\x64\x32\x9a\xa6\xc5\x62\xf1\x72\ \xa5\x1a\x8d\x44\x5c\xcf\x75\x3d\x3f\x08\x02\xc3\x30\x5e\x01\x15\ \x2e\x16\x0b\x6d\xe5\x52\x7b\x8e\x73\x9e\x9a\xd0\x3b\xff\x9a\x23\ \xcf\x67\x51\xc8\x62\x8c\x41\x84\x99\x07\xcf\xea\xd4\xb1\x70\x9b\ \x18\x93\x73\x25\xb0\x54\xbd\xfd\x8a\xde\x3e\x02\xa7\xdd\x62\x48\ \x33\x75\xe5\x25\x9d\xf4\x9c\xdb\x7f\xe6\x0b\x5d\x6a\xb4\x82\xb1\ \xb8\x50\x2d\xfa\x2b\x13\x1f\x15\xc2\x30\x8c\xfe\xae\x0c\xc5\xa8\ \x51\xab\xdf\x73\xd7\xdd\xc9\x64\xb2\x6f\x70\x60\x7c\x7c\xdc\x34\ \xcc\x9e\x9e\x9e\x83\x87\x0e\x79\x9e\xbf\x61\xc3\x86\xaf\x7e\xf9\ \x9f\xf3\xf9\xfc\x61\xdf\x4f\xa7\xd3\x03\x03\x03\xae\xeb\xda\xb6\ \x9d\x48\xa6\xa3\xd1\xc8\x15\xbb\x2e\xaf\x56\xca\xa3\x23\x67\x23\ \xa6\xd9\x53\xc8\x73\xc6\xda\x9e\x1b\x89\x98\x5c\x70\x5d\x57\x10\ \x22\x08\xe1\x58\x2c\x56\xaf\xd7\x53\xa9\x54\x3c\x1e\x57\x55\x2a\ \xe5\xc2\x56\x0b\x24\xb4\xdb\xb6\xaa\xaa\xb9\x5c\xb6\x58\x2c\x9e\ \x3e\x7d\x26\x94\x70\x98\x97\x9f\x4c\x26\x35\x55\xf3\x5c\x0f\x84\ \xc0\x2a\x91\x81\x64\x2c\x70\x1c\xcf\x71\xdd\x88\x19\x39\xb0\xef\ \xd0\x91\x63\xc7\xce\x8e\x0e\x03\x88\xb0\xd4\x9d\x22\x10\x82\x63\ \x8d\xea\x86\xa6\x1b\x66\xe0\x79\x4b\xe1\xcf\x30\xd7\x7f\x71\x87\ \x05\xd3\xd3\xd3\xed\x76\x3b\x97\xcb\xd5\xeb\x75\x00\x08\x3b\x4b\ \x84\x56\x51\x2c\x16\xab\x54\x2a\x08\xa1\x74\x3a\xc3\xa4\x8c\x24\ \x92\x9c\xf1\x5a\xbd\x51\xab\xd7\x1f\x7b\xf4\xd1\x80\x0b\xc9\x05\ \x92\x12\x40\x64\x53\x29\x55\x51\x85\x14\x17\xbc\x2f\xeb\x2e\xe4\ \x00\x60\x72\x6a\x66\x6c\x6c\x7c\xd3\xa6\x4d\xc3\x67\x86\xdb\xad\ \x56\x2c\x16\x13\x3e\x1f\x39\x3b\xb2\x6d\xc7\x25\x23\x67\x47\x12\ \x89\x44\x34\x1a\x15\x42\x6c\xdd\xba\xd5\x71\x1c\xd7\x75\xbb\xba\ \xba\x18\x63\x6b\xd6\xae\xb5\x6c\xab\x58\x2a\x45\x22\x91\x58\x2c\ \xc6\x19\xb3\x19\x23\x0a\x0d\x93\x53\x42\x0a\x0c\x59\x36\xa4\xd5\ \x70\x07\x23\x17\xbb\x10\x61\x20\x8c\x05\xb1\x58\x94\x50\x32\x3a\ \x32\x5a\xab\xd5\x54\x55\xb5\x6d\x9b\x05\x6c\x72\x62\xb2\xa7\xa7\ \x3b\x5c\xdc\xbe\xef\x87\xc1\x54\xab\xdd\x06\x80\x20\x08\x26\x26\ \x26\x1e\x78\xe0\x81\x53\x27\x4e\x14\x67\xe7\x4e\x9f\x39\xa5\x52\ \xc5\x75\x9d\x4c\x3a\xc9\x02\xdf\x71\xdd\x42\xa1\x50\x2a\x16\xdb\ \xed\x76\xbe\xab\x27\xac\xf1\x6f\x36\x9b\x8a\xa2\x04\x41\x60\x9a\ \x66\xa5\x52\xa9\x94\xcb\x03\xfd\x03\xa5\xf9\xf9\x6a\xa3\xae\x6a\ \x2a\x80\x8c\xc5\xa2\x9a\xa6\x29\x8a\x12\x89\x44\xc2\xe4\xd5\x81\ \x81\x01\x55\xd1\x72\xb9\x7c\x2a\x95\xa2\x94\xde\x7b\xef\xbd\x99\ \x4c\xa6\x5a\xad\xa4\xd3\x39\x4d\xd5\x04\x97\xa9\x54\xea\xc2\xf6\ \xc8\x52\x8a\x54\x3a\xeb\x48\x72\xff\xfd\xf7\x1d\x3f\x76\xb4\xaf\ \xa7\x67\xfb\xf6\xed\x42\x88\xf1\xf1\xf1\xae\xae\xc2\xc8\xd9\xe1\ \xfb\xee\xbb\x7f\xf9\xd0\xaa\xfe\x81\xbe\xae\xae\xc2\xf6\x4b\xae\ \xa8\xd5\xab\x89\x44\xac\x34\x5b\xb4\x2c\x6b\xd9\xb2\x65\x12\xd0\ \xd8\xc8\xd9\xa7\x9f\x7a\xb2\xbf\xb7\x67\xd5\xaa\x55\xf9\x5c\x76\ \x7c\x6c\x24\x97\xcb\x4b\x24\xcf\x9e\x19\x9e\x9e\x9a\x5c\x36\xb4\ \x3c\x9b\xcb\xc3\x33\x0d\x46\x50\x24\x12\xe1\x61\xdb\x10\x04\x52\ \x86\x3d\x28\x58\x58\xc4\x8c\x31\xc1\x18\x74\x5d\x9f\x9b\x9d\xa3\ \x94\xe6\x72\xb9\xb0\xb5\x05\x42\x00\x12\x59\x6d\x2b\x99\x8a\x61\ \x8c\x19\xe3\x18\xc3\xf8\xd8\xf8\xee\xdd\xbb\xc7\xc6\xc6\x34\x4d\ \xed\xea\x2a\xc4\xe3\xb1\x4a\x65\xbe\x52\x29\x03\x2c\xb5\x34\x11\ \x00\x12\x61\x44\x91\x12\xe6\x9a\x85\x59\x66\x41\x10\x30\xc6\x14\ \x45\xf1\x3c\xaf\x5c\x2e\x87\xaf\x84\x7a\x39\x5c\xf6\xd1\x68\x34\ \x9f\xcf\xd7\x6a\x35\xc7\x71\x88\x42\x9b\xcd\x26\xa5\x34\x9b\xcd\ \x08\x21\x10\xa0\x66\xab\x19\xf8\x7e\x24\x12\xa1\xaa\xa6\x6b\x0a\ \x25\xe4\x62\xa7\x19\xc9\xc5\x5e\x16\xcf\x69\x86\xb5\x10\x65\x38\ \xff\xd3\x23\x84\x09\xc1\x00\x92\x33\x2e\x01\x08\xa5\x48\x0a\xc6\ \xc5\x2b\x47\xa3\x4b\xfd\xc6\x16\x5b\x74\x21\x80\xa5\xe6\x55\x42\ \x8a\xe7\x98\x98\x52\x0a\xb9\xc0\x9e\x32\xbc\xdf\xa5\xf6\x5e\x2f\ \xe9\x32\x30\x21\x18\x2d\xc9\xe1\x17\x1e\x4e\x49\xf0\xc4\x8f\xbe\ \x30\x9e\x7f\xeb\x27\x6e\xdc\xc8\x19\x93\x17\xe7\xf6\x41\x4a\x29\ \x2f\xd6\x77\xf1\x0a\xd5\x8f\x4a\x29\x55\x4d\xf5\x3c\xef\xd8\xb1\ \xa3\xf7\xdd\x7f\x1f\x21\xa4\x7f\xa0\x3f\x99\x4c\x6a\x9a\x36\x57\ \x2c\x32\xc1\xc7\xc6\xc6\x0a\x85\xfc\x43\x0f\x3d\x94\x4c\x25\x33\ \x99\x0c\x20\x54\x2a\x95\xae\xd8\x75\xc5\xd0\x8a\xa1\xa9\xc9\x29\ \xdb\xb1\xad\x76\xbb\xa7\xa7\x67\xd9\xb2\x65\x8a\xa2\x30\xc6\xa2\ \xb1\xd8\xb2\xc1\xfe\xfe\xfe\x3e\x04\xc0\x83\x85\xb6\x79\x42\x4a\ \x42\xb0\xe7\xfb\x84\x90\xb0\x78\x54\x08\x89\x31\x22\x04\x73\xc1\ \x3d\xcf\x4f\xa7\x53\x08\xa1\x58\x2c\x3e\x34\x34\xd4\xd5\xd5\xd5\ \xdf\xdf\x6f\x59\x56\x2c\x16\xeb\xed\xeb\x23\x18\x63\x44\x22\xb1\ \x28\x00\x68\x8a\x9a\x88\x27\x4c\xd3\xe8\xee\xea\x92\x52\xb6\x6d\ \x4b\x53\xd5\xf5\xeb\xd7\x75\x75\x75\xb9\xae\xdb\x68\x34\xfc\x20\ \x40\x80\x24\x13\xf3\xf3\xf3\xae\x6d\x05\x81\x57\xaf\x55\x2b\xe5\ \x4a\xc8\x9d\xcd\x66\x33\x2c\xdc\xac\x54\x2a\xd1\x68\x54\xd3\xb4\ \x56\xab\xc5\x39\xf7\x3c\xcf\x71\x1c\xcf\xf3\x74\x5d\x4f\xa7\x52\ \xba\xae\xeb\xba\x2e\xa5\x74\x1c\x47\x48\x69\x44\x22\x66\x2c\xa2\ \x19\xba\x66\xe8\x8d\x56\xa3\x5a\xae\xd4\x2a\xd5\xb3\x67\xce\xb4\ \xeb\xcd\x78\x24\x46\x30\xb9\x60\x12\xd5\x35\x2d\x60\xec\xe4\xa9\ \x53\xfb\xf6\xed\xdb\xba\x6d\x2b\x55\x94\xc1\xc1\x81\x62\xb1\xe8\ \xfb\xde\xf8\xf8\x78\x10\x04\xb6\x6d\x8f\x8f\x8f\x0f\x0c\x0c\xc4\ \xe3\xf1\x62\xb1\x98\xc9\x64\x6e\xbc\xe1\x86\x91\x91\x91\xa3\x47\ \x8f\x86\x2e\xd3\xfe\xfe\x01\xce\x39\x46\x48\xd7\xf5\x54\x3a\x9d\ \xcd\xe5\x42\x2f\xe2\x52\x88\x57\x08\x21\x84\x24\x84\x2c\x35\x6a\ \x0a\x41\x30\x6e\xb5\x5a\xa6\x69\x52\x4a\x35\x55\xeb\xea\xea\xea\ \xed\xed\x1d\x1a\x5a\xae\x28\x8a\xe3\xd8\x2b\x57\xae\x30\x4c\x13\ \x01\x0a\xfd\xdb\x8a\xa2\x50\x42\x4c\xd3\x8c\xc5\x62\x61\x41\x64\ \x24\x12\x59\xbe\x7c\xf9\xfa\xf5\xeb\x15\x45\x99\x9e\x99\x92\x9c\ \xcf\xce\xcc\x45\x22\x91\x7a\xb5\x36\x32\x32\xd2\x6e\xb7\x9b\xcd\ \xe6\x89\x13\x27\x42\x0b\xb8\x5a\xad\xce\x15\xe7\x34\x4d\x1b\x1d\ \x1d\x6d\xb5\x5a\xa9\x74\x7a\x72\x6a\x12\x63\xec\x38\x4e\xb3\xd9\ \xb4\x6d\x5b\xd3\xb4\xee\xee\xee\xc1\xc1\xc1\x4c\x26\x13\x89\x44\ \x9a\xcd\x26\x63\x1c\x21\x9c\x48\x24\x42\xab\xc8\xf7\xfd\x43\x87\ \x0e\x35\x9b\xcd\x47\x1f\x7d\x64\xff\xfe\xfd\x5d\x5d\x5d\xaa\xaa\ \xca\x0b\xd2\xe6\x18\xe3\x7a\xad\x7e\xdf\x7d\xf7\x9d\x39\x73\xe6\ \xca\x2b\xae\x58\xbd\x7a\xd5\xa9\x53\x27\x7f\xf6\xe0\x83\x41\x10\ \x64\x33\x59\x4d\x53\xe7\xe7\x4b\x96\x65\xb5\xda\xd6\xda\xb5\x6b\ \xa7\xa6\xa6\x9f\x7c\xf2\x29\xd7\xf5\x54\x4d\x0b\x23\x8e\x96\x65\ \xc5\xa2\xd1\xe5\xcb\x97\x1d\x39\x72\xa4\x54\x2c\xe5\x72\x39\x55\ \x51\xea\x95\xf2\xe4\xf8\xc4\xe4\xe4\x44\x2e\x9b\x29\x74\x15\x10\ \x06\x84\x00\x63\x08\x43\xa1\xd1\x48\x34\xfc\x46\x00\x80\x73\xe9\ \xfb\x81\xa6\xe9\xa6\x69\x86\x9b\x1b\xcf\xf3\x4a\xa5\x12\x20\xa0\ \x94\x36\x9a\xcd\x58\x2c\x06\x00\x41\xc0\x30\x41\x5c\x70\x00\x08\ \xc3\x9c\xa5\x52\xe9\xe8\xd1\xa3\x42\x88\x64\x32\x89\x31\x9e\x9b\ \x9b\x1b\x19\x19\xf1\x3c\xdf\x34\x4d\xd7\x75\x3d\xcf\x6b\x36\x9b\ \x18\x61\x4a\x95\xb0\x43\x56\x58\xca\x12\xee\x7b\x7c\xdf\x47\x08\ \x25\x12\x09\x42\x48\xbd\x5e\xd7\x54\x35\x1a\x8d\x12\x42\x6c\xdb\ \x6e\x36\x9b\x52\xca\x7c\x2e\xa7\xaa\x6a\xb8\xec\x05\xe3\xad\x56\ \xbb\x5a\xad\x4e\x4e\x4e\x4d\x4e\x4e\x06\x2c\x40\x08\x6b\x9a\x86\ \x09\xee\xe9\xee\x1a\x18\x18\xa0\x84\x5e\x6c\x73\x48\x82\x7c\xc6\ \xf0\x0a\xff\x9d\xf3\xb3\x5c\x7a\xf1\x97\xfb\x87\x09\x71\xc6\xf6\ \xfe\xcf\xcf\x7e\xee\xe1\xb3\x4d\x42\x09\x21\xf0\xe8\xd7\xfe\xe6\ \x8b\x3f\x3c\x46\x08\x41\x88\xd0\x05\x60\x29\x11\xa5\x94\x12\x90\ \x12\x16\x5f\x91\x4b\x3f\xc0\x4b\xfb\x27\x9f\xf7\xab\x58\xba\x2f\ \x00\xc9\xe5\x73\xf6\x06\x42\x48\x10\xe7\x18\x6d\x2f\xcb\x3f\x44\ \xa1\xbc\xff\x73\xff\xe6\x33\xdf\x79\x7c\x0a\x53\x02\x52\x22\xbc\ \x74\xfb\x94\x22\x90\x52\x9e\xfb\x02\x46\x00\xc0\x9b\x95\xd9\x6a\ \xdb\x83\xb0\x1d\xb4\x94\x80\x08\xa5\x94\xa0\xf3\xbb\xaa\x9f\x7f\ \xfb\x82\x8b\x8b\xb7\xa2\x5e\x21\x1e\xa5\x8a\x32\x37\x5b\xbc\xeb\ \xce\xbb\x1e\x7b\xf8\xb1\xae\x6c\xfe\xca\x4b\x2f\x1b\x1b\x1e\x51\ \x31\x89\x68\x3a\x70\xfe\xed\x6f\x7e\xbd\x5c\x99\xaf\x37\x2a\xd1\ \x78\xe4\x43\x1f\xfe\xc0\xa5\x97\xee\x34\x23\x91\x89\xc9\xc9\x54\ \x2a\xb9\x61\xfd\xba\xcb\x2e\xdb\x31\x36\x72\x76\x72\x72\x42\x51\ \xd4\xad\x5b\xb6\x15\x0a\x5d\x84\xd0\xbe\xbe\x01\xcb\x72\xa7\xa6\ \xa6\xf6\xef\x3f\xd8\x6a\x59\xaa\x6a\x10\x42\x30\x00\x63\x4c\x72\ \x96\x4c\xc4\x1b\xf5\x7a\xb8\x37\x17\x5c\x38\xb6\x6b\xb5\x2d\xce\ \x98\xaa\x2a\x08\xa1\x58\x2c\x9a\x49\xa7\x4b\xa5\x52\x2c\x16\x23\ \x18\x47\x23\x11\xc1\x98\x04\xf0\x03\xdf\xf5\xfd\x48\xc4\xa4\x0a\ \x95\x52\x52\xaa\x1e\x3d\x72\xf4\xae\xbb\xee\x68\xd4\xab\xd9\x4c\ \x6a\xeb\xe6\x8d\x3d\xdd\x85\x88\xa9\x63\x90\xaa\xaa\x00\xc8\x20\ \xf0\x3d\xcf\x53\x55\x4d\xd7\x0d\x21\x01\x50\x98\x43\xef\x73\xce\ \x43\x8d\x16\x89\x44\x22\x91\x88\x94\xd2\xf3\x3c\x4c\x28\x55\x55\ \x42\x15\x01\xa0\xea\x3a\x13\xb2\x54\x2e\xdb\x8e\x4b\x55\x35\x16\ \x4f\x74\x75\xf7\x64\xb2\x99\x44\x32\x15\x8d\x44\x38\xe7\xcd\xa6\ \x25\xa5\xa4\x54\xc9\x66\x72\xb1\x48\xd4\xd4\x0d\x4d\x55\x2e\x6c\ \x9f\x88\x31\x3e\x7b\x7a\xf8\xe1\x9f\x3d\xcc\x7c\x76\xf3\x8d\x37\ \x28\x84\xd6\x2b\x95\x7c\x26\x0d\x92\x3d\xbe\xfb\xd1\x43\x87\xf6\ \xf7\xf5\x77\x1f\x3d\x72\xf4\x86\x1b\x6f\xd8\xb2\x75\x4b\x3a\x93\ \xa9\xd6\x6a\x33\xb3\x33\xd9\x7c\xee\x9a\x37\x5d\x43\x28\x7d\x6a\ \xef\xde\xa6\xd5\x2e\x74\x77\xad\x5a\xbd\x1a\x53\x4a\x29\x25\x0a\ \x75\x1d\xa7\x52\x2e\xd7\xaa\x35\x4a\x88\x5c\xe8\x94\x2b\x1c\xa7\ \xad\x69\xaa\xe7\x3a\x9c\x33\x29\x78\xf8\xa2\xeb\xb8\x7e\x10\x68\ \xba\x8e\x09\x11\x42\xea\x86\xde\xac\x35\x25\x87\x68\x34\xc6\x98\ \x00\x40\x02\xa4\x00\x11\x04\x41\x98\x7b\x45\x10\x32\x0c\xc3\x77\ \xec\xdd\x0f\xff\xec\xc8\xfe\x7d\x88\x07\x3b\x2f\xb9\xe4\xca\x2b\ \xae\x48\xc4\xe3\x52\x70\xcf\xf7\xf2\x85\xbc\xed\xb8\xe5\x5a\xcd\ \x34\x63\x46\x24\xa2\xea\xba\xed\x5a\x12\xb8\x04\x11\x04\x9e\x61\ \x68\x42\x72\x09\xbc\xbb\xa7\x90\x48\x46\x7d\xcf\x6d\xb6\x5b\x9a\ \xa6\xab\x8a\xc6\x19\x8f\x9a\x51\x82\xc9\xf8\xc8\xd8\xd9\xe1\x11\ \xdf\x0f\x52\xa9\xcc\xa5\x97\x5e\x96\xc9\xe4\xf2\xf9\x6e\x45\x31\ \xb2\xd9\xfc\xcc\xcc\x2c\x63\x42\x08\x14\x8f\x27\x72\xb9\xbc\xeb\ \xba\x84\x90\x0b\x73\x34\x69\x9a\x76\xff\x03\xf7\xbb\xbe\x77\xf3\ \xad\xb7\x46\x62\xd1\xf1\x89\x71\x00\x38\x70\xf0\xa0\xed\x58\xd5\ \x6a\x45\xa1\xa4\x3a\x5f\xce\x64\xb2\xbb\x2e\xdb\x65\x5b\x6e\xa5\ \x5c\x1b\x39\x33\xc2\x7c\x21\xb9\x70\xec\x76\x26\x9d\xc8\xa6\x12\ \xf1\x58\xd4\xf3\x02\xc7\x76\xf7\xee\xdd\x5b\xab\x35\xa5\x44\xf5\ \x66\x7b\x76\x6e\x4e\x02\xce\x77\x75\x1b\x66\x94\x71\xc6\x85\x00\ \x09\x04\x41\xb3\x56\x73\xac\xb6\x82\xb1\xe4\x42\x4a\x89\x30\x44\ \xa3\x11\x90\x00\x42\x12\x84\xa7\x27\x27\xab\xe5\xf9\x76\xb3\xa9\ \x29\x58\x0a\x36\x35\x3e\x3e\x35\x39\x5e\xab\x57\xe2\x89\xa8\x61\ \xea\xa9\x54\x12\x21\x2c\x25\x70\x2e\x5a\xad\xd6\x5c\x71\xc6\x8c\ \x18\xaa\x42\xec\x56\x6b\x7a\x6a\xb2\x5a\x9e\x97\x52\x98\x86\xae\ \x6b\x2a\x42\x12\x40\x0a\xe0\x94\x62\x21\x85\xa6\x69\x9a\xa6\x99\ \xa6\x19\x66\x0f\x85\x5b\xc6\x30\xc8\xcd\x39\x77\x5c\xd7\xb2\x6d\ \x21\x25\xe3\xdc\xf1\x3c\xdd\x34\x01\x13\x3f\x10\xb9\x7c\xd7\xd0\ \x8a\x55\x14\xd3\xfe\xee\x9e\x95\x43\x2b\xca\xf3\xe5\xc9\xc9\x49\ \xcf\xf3\x74\x5d\x35\x63\xe6\xe5\xbb\x2e\x5b\xb3\x61\x4d\xa1\xa7\ \x20\xe4\x45\x37\xe3\xa4\x58\x68\x34\x7c\x8e\x06\xbe\x70\x36\x01\ \x84\xa4\x67\x4f\x1e\xdb\xfd\xb7\x7f\xf9\x8f\xa7\xaa\x02\x21\xdc\ \x28\xcd\xcc\x94\x6d\x84\x90\x68\x4d\xfd\xf4\xbb\x5f\xfa\xbb\xbf\ \xff\xf2\x63\x27\xe6\x15\xd2\x7c\xe0\xae\x1f\x1f\x98\xf6\x09\xf1\ \x0f\x3c\x7c\xd7\xd3\x23\x15\x42\xe8\x89\x87\x7e\xf2\xf0\x81\x29\ \x42\x08\xbc\x4c\x5c\xb6\x74\x3b\xe7\xae\xde\xe7\xdb\xa3\x20\x84\ \x80\x17\x90\x80\xb8\x60\x39\x00\xa6\x24\xd8\xf7\xe0\x83\xb3\xf5\ \xea\x13\xf7\x3f\x30\xef\x23\x42\x88\x5d\x19\xbb\xfb\x3b\x5f\xfd\ \xe2\x17\xbf\xf0\x95\xef\xdc\x3d\xd6\xe0\x0a\x25\xe5\xd1\xa7\xbf\ \xfb\x95\x7f\xfa\xc2\x17\xfe\xfe\x3b\x77\x3f\xde\xe0\x24\x34\x61\ \x35\x15\x8d\x1e\x79\xf8\xce\x3d\xa7\x81\x10\xd1\x9e\xfe\xc9\x0f\ \x7f\x3a\x5e\x97\x84\xa0\x97\xef\xf6\xe5\xc5\xf3\x54\xbf\x42\x3c\ \x8a\x31\xb2\xda\x6d\xcf\xf5\xae\xbc\xfc\xca\x88\x6e\x3e\xfd\xd4\ \xde\x63\x87\x0e\x27\x63\xd1\x54\x22\x6e\xb7\x9b\xa5\x99\x99\xb9\ \xe9\x49\xc7\xb7\x37\x6e\x59\x7f\xf4\xf8\xd1\x93\xa7\x4e\x70\xce\ \x0d\xc3\x08\x82\x40\xa1\xd4\xf9\xff\xb3\xf7\xdf\xe1\xb6\x5d\x77\ \x79\x28\x3c\xfa\xac\xab\xef\x7e\xf6\xe9\x5d\xdd\x92\x65\x35\x77\ \x1b\xb0\xc1\xd7\x06\x1c\x30\xcd\x36\x01\x02\x49\xc8\xfd\x42\x0a\ \x25\x79\xbe\xdc\xe7\xe6\xc2\x4d\x2e\x5f\x2a\xa4\x10\x07\x1b\x43\ \x20\x10\x8c\xb9\xee\x55\x96\x2c\xd9\x56\x6f\x47\xa7\xf7\xb2\xfb\ \x5e\x7d\xad\xd9\x47\xfd\xfe\x18\x6b\x2f\x6d\x1d\xc9\x58\x3a\xc6\ \x8a\xe5\xec\xa1\xf3\xe8\xd9\x67\x9f\xb9\xca\x1c\x73\x8c\xf1\x6b\ \xef\xef\x7d\xd3\xe4\xd0\xa1\xfd\x85\xc8\x4f\x9c\x3c\x6d\x0c\x0c\ \xfc\x50\x49\x35\x18\x0c\x17\x16\x97\x8e\x1f\x3f\x15\x84\xe1\xb6\ \xf9\x1d\x9c\x0b\x63\x0c\x26\x18\x68\x8d\x11\x9a\x9d\x99\xb1\x7d\ \xdc\x08\x42\xad\x14\x30\xda\xf7\xdc\x46\xa3\x8e\x10\x82\xd0\x0c\ \x07\xc3\xb5\xb5\x55\xc1\x39\x86\xb0\x5c\x2e\x97\x4a\x25\x21\x38\ \x73\x28\xd7\x42\x1b\x83\x30\x12\x42\x1b\x60\xd6\x56\xd7\x4f\x9c\ \x38\x51\x0a\x03\x82\x01\xa5\x68\xd0\xef\xf1\x2c\xa3\x18\x01\xa3\ \x94\x14\x9c\xe7\x4a\x4b\x4a\xa9\xd2\xcf\x65\xfe\x46\x2e\x17\x84\ \x59\x96\x59\x36\xd4\xa5\xa5\x25\xad\x35\x25\x04\x62\x24\x95\x4e\ \xf2\xdc\xf1\xfc\x20\x2c\xcd\x6e\xdb\xc6\x1c\x57\x03\x20\x95\x5e\ \x5c\x5e\x5e\x58\x5c\x18\x0c\xfa\xbd\x4e\xaf\xdf\xeb\xf7\x7b\xfd\ \xc0\x0f\x1a\x8d\xc6\xf4\xcc\xcc\x75\x37\x5c\xcf\x95\x04\x08\x01\ \x04\xaf\x2d\xcb\xc5\x39\x6f\xae\xad\x1d\x3e\x70\xe8\xfa\xc3\xd7\ \xf5\xda\xed\x87\xbf\xfe\xb5\x76\x73\x6d\xef\xde\xdd\xe5\x52\x78\ \xf9\xd2\xf9\xf3\x17\xce\x9e\x38\x75\xf2\x9e\x37\xdc\xe3\x87\xc1\ \xc2\xe2\x22\x17\x1c\x61\x54\x70\x0e\x11\x4a\xb3\x6c\xc7\xce\x1d\ \xcc\x61\x17\x2f\x5e\x6c\x75\x3a\xb5\x7a\x3d\x2f\x0a\x4a\xa9\x92\ \xaa\xd5\x6a\x2d\x2d\x2e\x95\xc3\x12\xb4\x09\x30\xa3\x31\x82\xc0\ \x98\x46\xbd\x56\x29\x97\x94\x12\x23\x5f\x5f\x49\x08\x41\xb5\x5a\ \x31\xc0\x60\x8c\xb5\xd6\x45\x92\xc7\xc3\x48\x71\x09\x0c\x98\x9a\ \x99\xa6\x0e\xcb\xb2\x9c\x39\x8e\x7d\x7c\xd6\x24\xf3\x2c\x3b\x7f\ \xfa\xf4\xb0\xd3\x69\x94\xcb\x13\xe5\x12\xc3\x28\x89\x23\xdf\x73\ \x7d\x3f\x40\x18\x77\xfb\xfd\x61\x14\x57\xeb\x8d\x8c\x73\xa1\x8c\ \x36\xd0\xa6\x19\x19\x23\xda\xa8\x2c\x4b\xb5\x56\xf3\xf3\xdb\xce\ \x9e\x3b\xbb\x70\xe5\x8a\x1f\x78\x8c\x31\x83\x50\xb7\x3f\x90\x42\ \x56\xc2\xf2\xae\xf9\x9d\xfb\xf7\xec\xf3\x1c\x8f\x60\x76\xf9\xca\ \x95\xfb\x1f\x78\x70\x79\x79\x55\x70\x39\xe8\x0f\x4f\x9f\x3a\x0b\ \x01\x9e\x9b\xdd\x36\x39\x31\x79\xcf\xdd\xf7\x1c\x3a\x78\x30\x89\ \x63\x7a\xad\x4a\x79\x52\xca\xfd\xfb\x0f\xbc\xe1\x4d\x6f\x0c\xc2\ \x60\x72\x72\xb2\x5c\xad\x68\x68\xda\x9d\xe6\xa9\x53\xc7\x1f\x7f\ \xe2\xd1\x3c\x4f\x77\xef\xde\x75\xcb\xcd\xb7\x24\x49\x56\x2e\x55\ \x0e\x1d\xba\xee\xed\x6f\xfb\xbe\x30\x28\x69\xa5\x2f\x9c\x3f\x77\ \xf9\xe2\x85\x9d\x3b\xe6\x0e\x5f\x77\xa8\x54\xae\xae\xad\xb5\xf6\ \xee\xdb\x7f\xe1\xc2\x05\xc6\xdc\x5e\x6f\xb0\x70\x65\xf1\xe6\x5b\ \x6e\x69\x4c\x4c\x03\x6d\x95\x1b\x94\xd1\x9a\x39\xac\x52\x0a\x31\ \x84\x0e\x25\x70\x43\x45\xc1\x18\xdd\xeb\x74\x86\xbd\x9e\xe4\x1c\ \x1a\xa3\x84\x98\x6c\xd4\x8d\x52\xe7\xce\x9c\x4a\xa2\xfe\xea\xca\ \xe2\x70\xd0\x33\x40\x41\x60\x1c\xc7\x31\x06\x00\x80\xd6\xd7\xd7\ \x8f\x1e\x3d\x3a\x3b\x3b\xb3\x6d\x7e\x26\x1a\xf6\x25\x2f\x64\x9e\ \x63\x00\x30\x04\x8e\xc3\x08\xc1\x51\x3c\x14\x92\x17\x45\xae\x8d\ \xa2\x94\x5a\xa6\x0b\xa5\x94\x52\x8a\x31\x66\xa3\x52\xad\xb5\xe7\ \x79\x08\xa1\xac\x28\xfa\xc3\x01\x97\x42\x03\x23\xb5\xc1\x98\x12\ \xea\xcc\xcc\xce\x6d\x9b\xdf\xa9\x0d\x34\x1a\x24\x51\xc2\x30\xad\ \x94\xca\x10\xc0\xa2\x28\x20\x81\x3b\x76\x6e\x97\x46\x2a\xa3\x0e\ \x1c\x3e\xf0\x0a\x20\x7d\x0c\x30\x63\xe2\xfc\x6f\xdb\x8c\x1a\x03\ \x80\xd6\xa2\xba\xef\x2d\xef\xbe\x51\x7f\xe4\xbf\xfe\x8f\x9e\x46\ \x0e\xa3\x8c\x12\x23\xdb\x1f\xfb\xfd\x0f\x1d\x4f\xa7\xae\xdb\x41\ \x3e\xf3\x91\xdf\x7b\x7c\x5d\xae\x3c\xfa\x95\xaf\x3c\xb6\x80\x74\ \xff\x4b\x1f\xfd\x77\x1f\x7b\x7c\x09\xa1\xc1\x97\x3e\xf7\xf9\xb3\ \x7d\x88\x90\xd1\x7f\xad\x66\xd4\xde\x9a\xde\x48\xd5\xbe\x30\x63\ \xab\x8c\x9d\x03\xf3\xdc\x0c\xd8\x69\xb9\xe6\x4f\xc4\x58\x74\xce\ \xdc\x77\x3c\xfb\x85\x5f\xff\xb5\xbd\xfc\xd8\xd7\x4f\xac\x43\x84\ \x9a\x67\xbe\xf1\x3f\xbe\x72\xa2\xba\x6d\x87\xb8\xfc\xe0\xbf\xfb\ \x77\x7f\xb0\xc2\xc1\x85\x47\xfe\xdf\x2f\x9f\xec\xce\x6f\x9f\xba\ \xf4\xe0\x9f\xfd\xfb\x3f\xf8\x3c\x37\x14\x03\x88\x28\x53\xad\xf3\ \x9f\xfe\xd8\xbd\x43\x80\x86\x97\x1f\xf9\xc4\x57\x1f\x2f\x28\xfd\ \x76\x82\xf4\x17\xde\xbe\x7e\xb5\xdb\x51\xa5\x54\xb5\x56\xbb\xeb\ \xce\xbb\xa4\x94\x8b\x4b\x8b\xc3\x28\x3a\x71\xf2\x24\x17\x42\x2a\ \xa5\x81\x91\x4a\x6e\x9f\x9f\xbf\xf9\xc6\x9b\x86\xc3\xe1\xd9\xb3\ \x67\x4f\x9f\x3e\x63\x4f\xa2\x30\x08\xc2\x52\xa9\x51\x6f\x00\x60\ \xfc\xc0\x5f\xb8\xb2\xf0\xe8\xa3\x8f\x12\x42\x20\x42\x2b\x2b\x2b\ \xcd\x66\x13\x40\x78\xc3\x0d\xd7\x5b\x82\x6f\xa3\x81\xd1\xc6\x32\ \x1b\x58\xa8\xe7\xb8\x54\xbe\xd1\x64\xa2\xb4\x52\xed\x56\x6b\x7d\ \x7d\x35\x4d\x93\x5a\xad\x12\xc5\x83\xb5\xb5\xe5\x5e\xaf\x03\x80\ \xf1\x7d\x97\x50\xac\x8d\x54\x5a\x63\x82\x84\x50\x27\x4f\x1d\x5f\ \x6b\xae\x84\xa5\x40\x1b\xd5\xee\x34\x4f\x9c\x38\x1e\x27\x31\xc6\ \xd8\x56\xd7\x46\x69\x31\x84\x6c\x35\x25\x0c\x43\xcf\xf3\x18\x63\ \xb6\xd9\x9c\x52\x5a\xa9\x54\x5c\xd7\x2d\x8a\x02\x42\xc8\x1c\xc7\ \xf2\x15\x0c\xfa\x7d\xcf\x75\x6d\x87\x80\xeb\xba\x95\x4a\x65\xd4\ \x91\x09\xd0\xa9\xe3\x27\xdb\xcd\xb5\x46\xbd\x31\x37\x3b\x4b\x09\ \xda\xb5\x67\xf7\x75\xd7\x5f\x47\x28\xd5\x10\x9c\x3e\x7f\x66\x38\ \x8c\xf0\x35\xd1\x8d\x12\x42\x5e\x77\xc7\xeb\x2a\xb5\xea\xd2\xf2\ \x4a\x9c\xe6\x17\x2f\x5f\x1e\x44\x49\x94\x66\x0a\xe8\xb4\xc8\x1d\ \xcf\x7d\xc3\x1b\xdf\xe0\xfb\x41\x9a\xa4\x47\x8e\x1c\x49\x92\xc4\ \x72\xe2\xb8\x2e\xb3\x2d\x22\x13\x13\x13\xfd\xc1\xe0\xd4\xc9\x93\ \x36\x47\x9d\xa6\x69\xa7\xdd\x6e\xb5\x5a\xdb\xb6\x6d\xf3\x7c\x4f\ \x48\x69\xb4\xb2\xe5\x49\x9b\xa0\x46\x08\x61\x84\x6d\x49\x5f\x6b\ \x8d\x2c\x27\x00\x04\x59\x96\xf4\xbb\x9d\x5e\xa7\x13\x96\x7c\x4c\ \xe0\xd2\xc2\x95\x24\x8e\xa3\x28\x0a\x02\x5f\x29\x45\x28\x81\x10\ \x5a\x7f\xb9\xb5\xbe\xbe\xbc\xbc\xec\xfb\xbe\x56\xaa\xdb\xeb\x3d\ \xf1\xf8\x13\xa7\x4f\x9d\xe6\x9c\x97\xcb\xe5\x5e\xaf\x67\xb4\x36\ \xc6\xc4\x51\x64\xdb\x82\xeb\xf5\x7a\x18\x96\x5c\xd7\x53\x4a\xfb\ \x7e\x00\x21\x6a\x34\x1a\x45\xc1\x11\x44\x52\x69\x42\x08\x63\x2c\ \x4d\xd2\x66\xb3\x49\x30\xb1\xc5\xd1\x76\xbb\x1d\x84\x81\xe3\xb0\ \x4a\xb5\x4a\x19\xed\x74\x3a\xf7\xdd\x7f\x1f\x65\x64\xdf\xfe\xbd\ \xd3\x33\x53\x8d\x89\xfa\x9b\xdf\xf2\xa6\x03\x07\xf7\x0f\xa3\xe1\ \xa9\x33\xa7\x2e\x5f\xbe\x72\x6d\xd3\x6e\x53\xa3\xa1\xe7\x33\x46\ \xe2\x38\xa9\x94\x2b\x79\x9e\x9d\x39\x73\x26\x0c\x4b\xb3\x73\x73\ \x84\xb2\x95\xd5\x15\x21\xc5\xe1\xc3\x07\x7b\xbd\xee\x60\x30\xb8\ \xe9\xa6\x9b\xaa\xd5\x2a\x42\x38\xcf\xf2\x56\xb3\x35\x3d\x3d\x59\ \xa9\x56\xff\xb7\x77\xbd\xe3\xd0\xa1\x43\xcd\xe6\xfa\xde\xbd\x7b\ \xf3\x3c\xdf\xb5\x6b\xd7\x3d\xf7\xdc\xc3\x39\x1f\x0e\x87\x82\x8b\ \x3c\x2f\x46\x7a\x00\x10\x42\x00\x39\xe7\xe3\x72\x94\xed\x4e\xce\ \xd2\x4c\x2a\x55\x14\x45\xa3\x5e\xdf\xb5\x6b\x57\xab\xd5\xb2\xeb\ \xed\xd2\xa5\x8b\x97\x2e\x5d\xca\xb3\x6c\x79\x69\x49\x29\x6d\x9b\ \x91\x56\x56\x56\x2e\x5e\xbc\xf8\xd4\x53\x4f\x3d\xf5\xd4\x53\x97\ \x2e\x5e\x54\x5a\x29\xad\x99\xe3\x60\x42\xd4\x46\x33\xb4\x51\xa3\ \x07\x5d\x14\x45\x10\x04\x36\x5d\x6f\x1f\xb4\x65\xb0\x22\x84\xd8\ \xad\xe7\xb8\x2e\x30\xc6\xa6\x94\x2d\x01\x7d\xa5\x5a\x9d\x9c\x9c\ \x14\x42\x94\xcb\xe5\x28\x4a\x34\x30\xdd\x6e\x67\x18\x0d\xa7\x67\ \x66\x6c\x3f\x31\xcf\x0b\x00\x91\xe7\x7a\xf5\x5a\xed\xfc\xd9\x73\ \xdf\x8e\xd2\xce\xcb\x89\x47\xb5\x3d\x60\xb5\x51\x5a\x2b\x63\xec\ \xdd\xa8\x6b\xf9\x63\x80\xd6\x8a\x6b\xe7\x8d\x3f\xfe\x73\xaf\x31\ \x4f\x7f\xf4\x13\xdf\x50\x84\x62\x84\xd2\xd5\xa7\xef\x3f\xb2\x24\ \xb2\xce\x95\x66\xd4\x6f\x5e\x7c\xf2\x44\x71\xcf\xeb\x77\x77\xaf\ \x1c\x5d\x5a\x5d\x4b\x4c\x90\xae\x2c\xf7\x97\x8e\x37\x61\xe3\xf6\ \x9b\xa6\x15\xe7\xd7\xf8\xd1\x2f\xfe\x67\xe3\x46\x8c\xb2\xc1\xbd\ \xd6\xfa\xaa\x80\xcc\x3e\x4e\x6d\xb4\x31\xe3\x8b\xf5\xf3\x5e\xfb\ \x32\xff\x20\xa8\xce\x3d\xf1\xf5\x41\x79\xff\x0d\x07\x0f\xdd\x75\ \xc3\xe4\x13\x5f\x7d\x44\x02\x20\x79\x51\xde\x7d\xfd\x0f\xbc\xeb\ \x07\x7f\xe1\x1f\xfc\xbd\xf9\xfe\x89\x47\x9e\x59\xd4\x90\xec\xb9\ \xf9\xce\x77\xfd\xd0\x0f\xff\xca\xdf\x7b\x6f\xe7\xe8\xd7\x8f\xaf\ \x65\x84\x80\xa2\x30\x7b\x6f\x7b\xdd\x8c\x3e\xf7\xec\x1a\x5f\x3b\ \x7b\x61\x7a\xdf\x2d\x3b\xcb\x86\x0b\xf9\xd7\x75\xfb\x40\xeb\xef\ \x9c\x67\xf6\xca\xf1\x02\x86\x41\x40\x2a\x1e\x52\xba\x14\x96\x9a\ \xab\x6b\x6b\x6b\x6b\xe7\x2e\x9c\x45\x10\x61\x84\xf7\xed\xdb\x77\ \xf3\xcd\x37\x6b\xa5\x7d\xdf\xbf\xf3\xce\x3b\xd3\x61\xfc\xc4\x63\ \x8f\x6b\xad\x9f\x79\xe6\x99\x6a\xbd\x7e\xe8\xf0\xa1\xa9\xd9\x99\ \x4f\x7e\xea\x93\xf5\x72\xdd\xf7\xfd\x67\x9f\x7d\x36\xf0\xbd\xf3\ \xe7\xcf\x97\x2b\xe5\x7b\xee\xba\xb3\x5c\x2a\x6b\xa3\xd3\x2c\xf3\ \x5d\x17\x1a\x64\x81\x15\x63\x0a\x75\x9b\x52\xd6\x5a\x77\x9b\x4d\ \xc6\x5c\x42\x48\xbb\xdd\x61\x8c\x39\x8e\xd3\x6a\xb5\x86\x51\x54\ \xad\x54\x2e\x5c\xbc\xb8\x73\xc7\x8e\x4a\xb5\x3a\xd1\xa8\x0b\x21\ \x0c\x00\x46\xab\xa5\xe5\xe5\xc1\x60\x70\xe8\xe0\xa1\x53\xa7\x4e\ \x65\x59\x16\x45\x11\xe7\xdc\x26\xb2\x2c\xa8\xd5\x92\xc1\xda\xda\ \x06\x00\xa0\xc8\x73\xb3\x51\x2c\xc4\x18\x5b\x9a\x02\xfb\x1d\xb2\ \x2c\xeb\xf7\xfb\x42\x08\x42\xa8\x65\x9c\xb1\x98\x8b\xf9\xf9\xf9\ \xd3\xa7\x4f\x2f\x2c\x2c\x94\xcb\xe5\x20\x08\x8f\x1e\x3d\x26\xb2\ \x22\x4b\xd2\xf9\xed\x3b\xf6\xed\xdf\x3f\x37\x3b\x47\x5d\xc6\xb9\ \xe4\x52\x1e\xba\xee\xba\xc6\x44\x63\x73\x23\xc1\xcb\x2c\x4e\x03\ \x3f\x08\x8a\x82\x1b\xa3\x8e\x1d\x3b\xf1\xe4\x93\x4f\x3e\xf8\xe0\ \x03\xda\xc8\x30\x2c\xbd\xfd\xed\xdf\x5f\x29\x57\x94\x52\x8c\xd1\ \x5b\x6f\xbd\xf5\x93\x9f\xfc\xa4\x94\x72\x79\x79\xb9\xd5\xea\xd4\ \x6a\xb5\xd7\xbc\xe6\x96\x67\x9e\x39\xd2\x69\xb7\x6f\xba\xf9\xe6\ \xcf\x7e\xf6\xb3\x45\x51\x68\xad\x8f\x1f\x3f\x7e\xf0\xe0\xc1\x30\ \x0c\x0d\x00\xd6\x4c\x5a\x93\x66\xcf\x50\x7b\x6e\x6a\xa5\x10\xc6\ \x0e\xc6\x79\x9e\xa5\x69\x5a\x2a\x95\xe3\x28\x4e\x86\xb1\xeb\xba\ \x79\x9e\x2f\x2d\x2d\xcd\xcc\xce\xae\x2c\xaf\x50\xc6\x0e\x1d\x3e\ \x84\x09\x43\x00\x40\x88\xb5\x96\x79\x9a\x5a\x0f\x63\x6a\x6a\xea\ \xec\x99\xb3\x79\x96\x27\x69\xa2\x94\x71\x5d\xd7\xb6\x93\x66\x59\ \x66\x23\xfe\x52\xa9\x94\x24\x49\x1c\x47\x69\x9a\x62\x8c\x94\x52\ \x41\x10\x70\xc1\x85\x10\x16\xc6\x95\xe7\x79\xab\xd5\x5c\x5d\x5d\ \x67\x8c\xe5\x59\x06\x95\x76\x5c\xc7\xf3\xbc\xd9\xd9\xd9\x9b\x5d\ \xe7\x91\x47\x1f\x65\x94\xbe\xf6\xf6\xd7\xde\xf7\xc5\xfb\x4f\x9d\ \x3a\xb5\x7d\xfb\x76\xcf\xf3\xf7\xee\xdd\x73\xe7\x9d\x77\x11\x82\ \x2d\xee\x77\xef\xde\x7d\xfb\x0f\xec\x8f\xa2\xde\x35\x91\x60\x40\ \xa0\x55\x91\x26\xd5\x30\xc0\xc8\xd4\xaa\xd5\xa7\x9f\x78\xca\xf7\ \xfd\x7f\xf4\x0f\xff\x61\xc9\x0f\x7e\xeb\x37\x7f\x33\x8e\xd3\x95\ \xe5\xc5\xee\x9e\x3d\x45\x91\x0f\x7a\xdd\x93\xc7\x8f\x66\x59\x6e\ \xb4\xa6\x8c\x9d\xbb\x70\x71\xf7\xde\x7d\x3b\x77\xce\xf7\xfa\xf1\ \xe1\xc3\x87\xbe\xf8\xa5\xcf\x27\x49\xcc\x18\xdb\xb3\x67\xcf\xfc\ \x8e\x6d\x1f\xfd\xc8\x1f\x2e\x2e\x2c\xfc\xed\xbf\xfd\xb7\xab\x8d\ \xaa\xcd\x9a\x52\x84\xb4\xd6\xc3\xc1\x60\x24\x6c\x84\x20\x04\x80\ \x52\x5a\xad\x56\x21\x82\x79\x96\xd9\xba\xe6\xc5\x8b\x17\xb5\xd6\ \xfd\x7e\x1f\x23\x54\xaf\xd7\x1b\x8d\x86\xeb\x7b\xf6\x4e\xeb\xf5\ \xba\x45\xd2\x96\x4a\xa5\xd5\xd5\x55\xa9\x54\x9a\x66\x5a\xd9\xba\ \xa9\x56\x4a\x29\xad\xad\x9a\xa1\x5d\xd5\x56\x03\x67\x76\x76\x56\ \x6b\x6d\xeb\xfd\x5a\xeb\x38\x8e\xed\xe2\xb7\xbb\xc0\xf3\xbc\xac\ \xc8\x85\x10\x52\x2a\xcf\x73\x1d\xe6\xac\xac\xac\xa4\x69\x26\xa5\ \xaa\xd6\xaa\x18\x63\x88\x50\xa5\x5a\x69\x77\xba\x1a\x98\x5a\xad\ \x56\xaf\xd7\x3b\xed\xce\xd2\xd2\x92\x54\xaa\x5e\xab\xbe\xe7\xad\ \x6f\xfe\x4e\xf3\x19\xd9\x48\x6c\xd4\x29\xbe\x09\x5f\xb3\x21\x60\ \x68\x5e\x76\xac\xa0\x8d\x51\x45\xa6\xab\x3f\xfa\xb3\x3f\xfd\x6f\ \x7e\xf7\x4f\x3f\xdb\xce\x77\xbf\x15\xf3\x2c\x56\x7e\x75\xef\x81\ \x83\x3b\x5c\x71\xe0\xba\x3b\xe7\x76\x54\xca\xd1\x2d\xf0\xfe\x87\ \xef\xbb\xaf\xb3\xed\xad\xef\x9b\xe9\x9e\xfd\xd4\x17\x10\x9b\xb9\ \x61\x4f\x85\x22\x84\x40\x9e\x23\xc7\xc3\x8a\x17\x0a\x79\x2e\x2e\ \xb2\x5c\xbd\x7c\x52\xed\x4d\xc0\xd5\x71\x3a\x70\x43\xa4\xe7\x6a\ \x9c\x91\x01\x66\x64\x3a\xcd\xf3\x79\x47\x37\x02\xf5\x97\x17\x95\ \x11\xde\x7e\xfc\xe1\x23\xeb\xdd\xd2\xbf\xfd\x3f\xcf\x88\xb8\xb5\ \x32\xe8\x1d\x6d\xbf\xab\x82\x20\x04\x40\x4a\x00\x90\x57\x71\x60\ \x9e\x65\x0a\x42\xa0\xb5\x04\x00\xb9\x25\x17\x9a\x2c\x2d\xb4\x31\ \x40\x73\x58\xb9\xf1\x35\x3b\x83\xa7\xbf\xf6\xe0\xf4\x62\xb2\xe7\ \xf6\x1b\x98\xc8\xb3\x97\x8d\xd2\x7a\x91\xdb\x87\xd0\x3e\x67\x63\ \x5e\xed\xf1\x28\x00\x06\x02\x10\x0f\x23\x9e\xe7\x33\x33\x33\xa7\ \x4e\x9f\xea\xf6\xfb\x73\xdb\xb6\x39\x9e\xab\x95\x5a\x5f\x5b\x2f\ \x05\x61\x63\xa2\xd1\x6a\xb5\x1c\xc7\xb9\xeb\xee\xbb\x4a\x61\x08\ \x00\x58\x5c\x5a\xc2\x18\xd7\x6b\xd5\xed\xf3\x73\x3f\xf5\x53\x3f\ \x95\x15\x59\xad\x56\xab\x56\xab\x79\x9e\x5f\x77\xdd\x75\x37\xde\ \x78\xa3\xe7\xb9\x42\x4a\x29\x15\xc1\xd4\x3e\x7a\xc7\x75\x2d\xda\ \x65\x84\x68\x07\xc0\x86\x2f\x6b\x6b\x6b\x5a\x49\xad\xe4\xec\xcc\ \xf4\x44\xa3\x9e\x67\xe9\xcc\xf4\x54\xbf\xdb\x59\x59\x5e\x5a\x59\ \x5a\x14\xbc\x88\xa3\x21\x2f\x0a\x82\x31\xd4\x66\x6d\x75\xed\xa9\ \x27\x1e\x7f\xf2\x89\xc7\xfb\xbd\xee\xa0\xdf\xcf\xd2\xd4\x75\x1d\ \xcf\xf3\x6c\x3f\xa2\xed\xd0\x48\xd3\xd4\xee\x1d\x7b\x7b\x79\x51\ \x98\x8d\x61\x3f\x3a\x49\x12\x84\x50\xb5\x5a\xb5\x67\x8d\xd6\xc6\ \xfa\xec\x41\x10\x58\xb8\x8d\x0d\xef\x30\xc6\x8b\x8b\x8b\x8c\xd2\ \x1d\xdb\xb6\x79\xae\xe3\x50\x56\xa9\x94\xab\x95\x32\xc6\x70\x6e\ \x6e\xae\x5c\xad\x1c\x3c\x7c\x30\xac\x94\x84\x92\xd7\xc6\xc3\x60\ \x77\x8f\x94\x8a\x10\xda\xef\x0f\x1f\x79\xf4\x11\x88\xd0\xce\x5d\ \xbb\x94\x36\xfd\xfe\x20\x49\x53\x42\xd9\x70\x38\x44\x08\xef\xde\ \xbd\x6b\x7e\x7e\x9e\x31\xd6\x6e\xb7\x93\x24\xc1\x18\x71\xce\x6f\ \xbd\xf5\xd6\xed\xdb\xb7\x77\x3b\x9d\x99\x99\x99\x38\x8e\x19\x63\ \x3b\x76\xec\x98\x9c\x9c\x74\x7d\x1f\x6e\x9a\x64\x88\x10\x73\x1c\ \xa9\x94\xed\x5d\x81\x10\x6a\xa5\x84\x10\x9d\x56\x3b\xcb\x52\x5e\ \xe4\x95\x4a\x79\x6e\xdb\xac\xe7\xb0\x52\x10\x64\x59\x7a\xf9\xf2\ \xc5\xf3\xe7\xce\x48\x51\xb4\xdb\x4d\xfb\xf5\x94\x92\xbc\xe0\xab\ \xab\xab\xdf\xf8\xfa\xd7\x9b\xcd\xb5\x24\x49\xd2\x34\xcd\xf3\x3c\ \x0c\x43\x6d\x74\xbf\xdf\x87\x10\xd6\x6a\xb5\x66\xb3\x39\x26\xb5\ \x6f\x34\x1a\xed\x76\x47\x0a\x65\x34\xe4\x5c\x28\xa9\x11\xc4\xbd\ \x6e\x5f\x08\xd5\x68\x4c\x00\x00\x8b\x42\x18\x03\x84\x14\x42\x08\ \x42\xe9\xdc\xdc\x9c\x65\xf6\xb1\xb0\xaf\x24\x4d\xaf\x5c\xbe\x7c\ \xd3\xcd\x37\x4c\x4d\x4d\xda\xcc\xf0\xb6\x6d\x73\x4a\x89\x6a\xb5\ \x32\x31\xd1\x80\x10\xdc\x70\xc3\x75\x18\x21\x63\xae\x65\xde\x11\ \x84\x59\x96\xe6\x79\x16\xc7\x11\x82\xe8\x33\x9f\xfa\xe4\xc3\x0f\ \x3f\xf4\x4f\x7e\xfd\x37\x6e\xbb\xf5\xb6\x63\xc7\x8e\xe5\x59\x3e\ \x18\x0c\x9e\x7e\xf2\xc9\x85\x2b\x97\x2f\x5f\xbc\x98\xe5\x19\x25\ \x18\x02\x03\x31\x6e\xb5\x3b\x71\x92\x3e\x73\xe4\xc8\xca\x5a\xc7\ \x52\x2e\xbb\xae\xd7\x6e\xb7\x2d\x37\x45\xbb\xd9\x59\x5d\x5d\x6d\ \xb7\xdb\x71\x14\x73\xce\xbb\xdd\x6e\xa7\xdd\x8e\x7b\xfd\x66\xb3\ \x69\x7d\x35\x2b\x82\x06\x21\xc2\x18\x7b\xbe\xa7\x95\xb2\x50\xa3\ \x67\x9e\x79\xc6\x22\xb9\x92\x24\xa9\xd5\xeb\xdb\xe6\xe6\xe2\x38\ \xd6\x4a\xa7\x49\xca\x0b\x0e\xb4\x09\x83\x90\x51\xa6\x84\x4c\xe2\ \xa4\xb9\xba\x06\x80\xf1\xfd\xc0\x3e\x4a\x4a\x28\xc6\x58\x69\xed\ \x79\xae\x10\xc2\x02\x9e\xa7\xa6\xa6\xf6\xec\xd9\x53\xab\xd5\xa4\ \x94\x9e\xe7\xd9\xb9\xb5\x61\xab\xeb\xba\x16\x94\x6e\x3d\x1e\x00\ \x4c\x18\x86\x5c\x70\xce\x79\xa9\x14\x2e\x2f\x2f\x2f\x2e\x2c\x70\ \xce\xb3\x22\x8f\x93\x34\x08\xc3\x30\xf0\xfb\xfd\x5e\x9a\xa6\x42\ \x14\x4b\x4b\x4b\x59\x9a\xde\x74\xc3\x8d\x84\x90\xef\x74\xd7\x85\ \xd1\x46\x2b\xeb\x26\x28\x4b\xa3\xad\xa4\xb4\x7f\xb4\x92\x9b\xff\ \xfa\x92\xfe\x28\xa9\xa4\x28\x0a\xce\xb3\x94\x4c\xdd\xf8\x13\xef\ \xbc\x71\xe9\xd2\xc9\x4e\x26\x4a\xd3\xd7\xed\xf7\x92\x4b\xab\x51\ \x6d\x6a\xd2\xa7\x2c\xf0\x60\x38\xb9\xff\x40\xb8\xf4\xc9\xcf\x3c\ \xbb\xff\x4d\xef\xbc\xb5\xba\xfe\xc7\x9f\x7c\xfa\xe0\x9d\xaf\x81\ \xcb\x4f\xfd\xf7\xff\xfe\xf1\xc5\xa4\x78\xf2\xd3\x7f\xfa\xc5\x27\ \x2f\x45\xab\xcf\xfe\xd1\x1f\x7d\x6a\x25\x92\x40\xbf\x8c\xaf\xa1\ \x95\xb2\xa7\xdc\xe6\xdf\xd8\x61\x94\xd6\x2f\xb0\x49\xa3\xa0\xed\ \xaf\x69\x06\x0c\x42\xad\xa3\x0f\x3c\xd5\x9b\xfc\xa5\x7f\xf4\x8f\ \xff\xf6\xdf\xfa\x85\xbf\xff\xab\xff\xf8\x8d\x93\xc3\xfb\xef\x7f\ \x4a\x3a\x6e\xbc\x78\xfe\xc8\x91\x13\x8f\x7c\xfe\xe3\x4f\xc7\xa5\ \x03\xfb\xa6\xa1\x2a\x16\xce\x9d\x38\x7a\xe2\xe4\x17\xfe\xf2\x53\ \x49\x79\x6e\xcf\x8c\x67\xb4\x5c\xb8\x78\xa1\x9d\xe3\x3b\xde\xf4\ \xba\xe5\xaf\x7c\xf8\xfe\xb5\xd2\xed\x87\x1b\x79\x26\x5e\xd6\x17\ \xf8\x2b\x6e\x5f\x29\xad\xb5\x7a\xd5\xc7\xa3\x00\x40\x60\x4c\xe0\ \xfa\xa0\x2c\x57\x57\x97\x9f\x7d\xf6\xd9\xdb\xef\x78\xdd\xcf\xfe\ \xcd\x0f\x7e\xf1\x73\x9f\xfb\xec\x67\x3f\xd3\x5e\x6f\xb6\x5b\xad\ \x1a\x9c\xe4\x9c\x3f\xf5\xd4\x53\xf1\x60\x68\x83\x12\x87\xb1\x93\ \x27\x4f\xce\x6d\x9b\xab\xd4\xcb\x06\xa0\xbd\xbb\xf7\x3e\x7b\xe4\ \x48\xb5\x5a\x01\x46\xdf\x72\xcb\xcd\x87\x0e\xec\xf9\xe7\xff\xd7\ \x6f\xcd\xce\xcc\xbc\xef\x7d\xef\xc3\x18\x13\xcc\x6c\x24\x14\xc7\ \xb1\x4d\x37\x01\x33\xea\xa3\x62\x8e\x33\x3b\x3b\x2b\x79\x91\x67\ \x29\x46\x68\x6d\x6d\x6d\x65\x69\xd1\x28\x79\xe5\xf2\xa5\xa9\xc9\ \x49\xdf\x75\x09\x82\x82\x17\x59\x9a\xe2\x30\x14\x52\x5c\xb9\x7c\ \xa9\xd7\xed\x0e\x07\x83\x67\x8f\x1c\xa1\x94\x20\x08\xf2\x34\xc3\ \x94\xd8\x74\x2e\xc6\xd8\xf3\x3c\x9b\xbf\xb2\x21\xda\xd4\xd4\x94\ \x2b\x65\x92\x24\x36\x36\x1d\x2b\x63\x0b\x21\x84\x10\x16\x82\x11\ \xa7\x99\x54\xca\x82\x15\x2d\x57\xce\x0d\x37\xdc\x30\xc6\x3a\xda\ \x62\xad\xef\xba\x00\x21\x29\x44\x14\x0d\x85\x92\x17\x2e\x5f\xae\ \x4f\x4e\xbc\xe3\x9d\xef\x3c\x79\xee\xac\x14\x02\xfa\xee\x35\x38\ \xe8\x08\x59\x62\x18\x1d\x96\x83\x4f\x7f\xe6\x33\x05\x17\xbf\xfd\ \xdb\xff\x4f\xa3\xd1\xf8\xd5\x5f\xfd\x47\xcd\xe6\xfa\xc5\x8b\x17\ \x0f\x1c\x38\xec\x79\xde\xc2\xc2\x02\x63\x4c\x29\xc5\x39\x9f\x9e\ \x9e\xbe\x74\xe9\x52\xbd\x5e\xf7\x3c\x07\x63\x74\xc3\x8d\x37\x3c\ \xf8\xc0\x83\xb5\x5a\xad\x56\xab\x4d\x4d\x4d\xed\x3b\xb0\xff\xe9\ \x27\x9f\xfa\xd2\x97\xbe\xf4\xcb\xbf\xfc\xcb\xae\xe7\x41\x60\x20\ \x40\xd6\x0f\x4c\x93\x04\x41\xa8\x94\xa2\x8c\x01\xad\x31\x84\xa5\ \x72\x19\x61\xd2\xef\xf7\x5d\xc6\x08\xc2\xcb\x8b\x8b\x8a\xf3\x64\ \x38\x5c\x59\x5f\xdb\xbb\x6f\xef\xf4\xd4\x54\x96\xa6\x45\x51\x10\ \x84\x21\x84\xdd\x6e\xe7\xc2\x85\x0b\xbd\x5e\x6f\xd0\xef\x05\x9e\ \x2b\xa5\xcc\xf3\x9c\x6d\xc8\x9d\xe6\x79\x5e\x2e\x97\x93\x24\xb1\ \x51\x6f\x96\x65\x10\xc2\x9d\x3b\x77\xb6\xdb\x6d\x21\x24\x46\x84\ \x73\xc9\x0b\xe1\x38\x6e\x96\x64\x18\x63\xd7\xf1\x02\x3f\xf0\xbc\ \xac\x1f\x47\x0e\x63\x13\x13\x13\xa5\xb0\x74\xf1\xe2\x45\x8c\x31\ \xf3\x5c\xdf\xf7\xfb\xfd\x7e\x7f\xd0\x67\x35\x66\x9d\x24\x29\x85\ \xd6\xaa\xdf\xef\x0d\x87\x83\x0b\x17\x2e\xbc\xff\xfd\x3f\x43\x19\ \xeb\xf7\xba\xdf\x4c\xb4\xfc\x5b\x1a\xd2\x22\xcb\x4a\x4a\x85\xae\ \xf3\xf0\xd3\x4f\xfd\xc1\x87\x3f\xfc\x73\x3f\xf7\x37\xdf\xfe\xb6\ \xb7\x9d\x39\x7b\x76\x72\x72\x6a\x7a\x66\xa6\x7f\xe6\xec\xa5\x4b\ \x97\x9e\x79\xf2\x09\xa9\xd4\xda\xda\x9a\x28\xf2\xd5\xd5\x15\xd7\ \x75\x21\x42\x37\xdc\x78\xd3\xf2\xca\x72\xbf\xdf\xab\xd5\x6a\x93\ \x93\x13\x51\x34\xd4\x5a\x4b\x21\x1e\x78\xe0\x01\x5e\x64\x71\x1c\ \x0f\x06\xc3\xe5\x95\xe5\xc5\xb5\x25\x8c\xd1\xb6\xb9\x6d\x8c\x50\ \xbb\xa2\xf6\xee\xdb\x07\x20\x30\x4a\x03\x8c\x0c\x00\x52\x88\xc1\ \x60\x30\x0e\x1f\x3b\x9d\x0e\x21\x64\xdf\xbe\x7d\xe5\x72\xf9\xf2\ \xe5\xcb\x52\xa9\x20\x08\x7c\xcf\xab\x56\x2a\x69\x9a\x36\xd7\xd7\ \xb5\x52\x94\xd2\xd9\xe9\x99\x95\xd5\x15\xcf\xf5\x02\xc7\x5f\x6b\ \xae\x0b\x21\x84\x94\x05\x2f\x30\xc6\xae\xeb\xf5\x07\x03\x8b\xa2\ \xb2\x14\x98\x36\xef\xd2\xef\xf7\x2d\xf6\x9e\x10\x62\x85\x65\x4a\ \xa5\x92\xd2\x4a\x48\x69\x59\x30\x09\x21\x10\x40\xdf\xf7\xa5\x94\ \xf5\xfa\x24\xc6\xf8\x94\x10\x8d\x46\xe3\xd0\xe1\xc3\x69\x96\x6a\ \x60\x9a\xed\x76\x5e\x14\x3b\x76\xed\x4c\x93\x6c\xfb\xf6\xed\x8d\ \x7a\x5d\x2b\xb5\x99\x28\xf8\x3b\x18\x8f\x1a\xbd\x11\xab\x98\xcd\ \x7d\x2f\xe6\xe5\x36\x50\x0a\x09\x9c\xca\x9e\xbd\x3b\x18\x54\x69\ \x92\xcf\xbe\xe6\x1d\x7f\xf3\xc7\x5a\x6b\x15\xa8\xdc\x9d\x1f\xf8\ \x85\x9f\xfc\xcb\xcf\xdc\xf7\x91\x63\xba\x3e\x7f\xd3\x8f\x6f\x9b\ \xf7\x83\xea\x6d\x77\xde\x7d\x05\xc9\xc3\x13\xbe\xba\xe9\xce\xdb\ \xaf\xac\xdc\xb2\x6f\xae\x58\x3b\x73\xf1\xd2\xc2\xf5\x5c\x76\x16\ \x2f\xaf\xe2\x83\x37\x96\xbb\x17\x2e\x2c\xbd\x56\x68\xa3\x5f\x4e\ \xd7\xe3\x46\x2a\x7c\x83\x4b\x61\xe3\x3e\x46\x4d\x1f\xe6\x85\xf1\ \xa8\x36\x40\x6f\x4c\x02\x78\x7e\x13\xed\xcb\x0c\x49\x11\x31\xc5\ \xc2\x72\xb4\xe7\x35\x6f\x3e\x3c\x5d\x46\x42\x10\x46\xee\x7a\xdb\ \xed\x9f\xb9\xbc\xda\xcf\x90\xc9\x9a\x5f\xfb\xec\xc7\x84\x24\xef\ \x7c\xff\x07\x6e\x99\x26\x0f\x4a\x90\xae\x9d\xfd\xf4\x9f\xaf\x2a\ \x36\xf1\xfe\x0f\xfe\x8d\x1a\x86\x87\xef\xf8\x81\xa3\x5f\x38\x71\ \xbe\x19\xdd\x79\xe8\x8e\xeb\x26\xfe\xf4\xc8\xdc\x0d\xdb\x43\xc2\ \xf9\xcb\x94\xfe\xfd\x26\xb7\x0f\x20\xb2\xf1\x28\x78\xb5\xdb\x51\ \x08\xa1\x28\x44\x21\x75\xab\xd5\xfa\x0f\xff\xf1\x3f\xde\x70\xd3\ \x8d\xbf\xf0\x73\x3f\xdf\xed\x75\x5a\xdd\x2e\x73\x9c\xf5\xb5\xb5\ \x93\xc7\x4e\xcc\xec\x9c\x17\x4a\x51\x84\xf2\x2c\x27\x94\x26\x71\ \xdc\xee\x74\x2e\x5f\xbe\x7c\xea\xf4\xe9\xe9\xd9\x19\x21\xa4\x15\ \xdf\x5e\x58\x58\xac\xd5\x2a\x9c\x8b\xd5\xb5\xe6\xd2\xe2\x52\x34\ \x1c\xe6\x79\x4e\x19\x6b\xb5\x93\x3c\xcb\x6c\x4e\x75\x38\x1c\x4e\ \x4f\x4f\x6b\xa5\x2c\xea\xc2\xf5\x5c\x04\x61\x32\x18\x86\x01\x3b\ \x75\xf2\xd4\xb3\x47\x9f\x9d\x9c\x9c\x14\x5c\x00\x6d\x26\x1a\x13\ \xd3\x53\x53\x94\x50\x87\x39\xd6\x4c\x06\x61\xd8\x68\x34\x1a\x8d\ \x86\xe7\x79\xdd\x6e\x37\x4d\xd3\x11\xcb\xb9\x36\x96\x94\xd5\x12\ \x05\x68\xad\x93\x24\xb1\x32\x6d\xe5\x72\x99\x32\x76\xe1\xc2\x05\ \x42\x48\xa3\xd1\xe8\x74\x3a\x69\x9a\x4e\x4f\x4f\x7b\x9e\x97\x24\ \x89\xad\x86\x5a\xc7\xd7\xf3\x3c\xdb\x15\x80\x31\x3e\x77\xee\x5c\ \x9e\xe7\x36\x15\xa6\x94\xf2\x7c\x2f\x4a\x62\xdf\xf7\x3d\xdf\xbb\ \xb2\x70\xa5\xd5\x69\x57\xaa\xb5\x5b\x6e\xbb\x65\x30\xe8\x0d\xfa\ \x7d\xad\x0d\xbc\xa6\x80\xd4\x18\x40\x29\x23\x14\x7d\xec\xcf\x3f\ \xf1\xb9\xcf\x7d\xfe\xff\xf7\xdb\xff\xea\xee\x7b\xee\xba\xff\xfe\ \xfb\x10\x22\x69\x9a\x3e\xfb\xec\xb1\x5b\x6e\xb9\x35\xcb\x0a\x84\ \x90\x52\xca\xb6\xf4\x2d\x2e\x2e\x5a\x95\xd6\xc3\x87\x0f\xa5\x69\ \x86\x20\x9a\x9e\x9e\xfe\xd2\x97\xbe\x94\xe7\xb9\x65\xd5\x6a\x36\ \x9b\xc7\x8e\x1d\xeb\x74\x3a\xbb\x76\xee\x4c\xb2\x34\xcd\x62\xad\ \x8d\xed\xea\x41\x08\x4d\x4d\x4d\x69\xa5\x20\x42\x10\x21\x3f\x08\ \x78\xce\x27\x1a\x8d\xe1\xa0\xff\xf4\x33\x47\xb4\x90\x0e\x65\x52\ \x08\x8c\xb1\x75\x23\x7c\xdf\x37\x4a\x67\x79\xd1\x68\x34\x3c\xcf\ \x9f\x9d\x99\x59\x59\x5e\x69\x35\xd7\x45\x91\xc7\x51\x64\x91\x9f\ \x4a\x29\x88\xa0\xcd\x90\x5b\x4a\x64\xdf\xf7\x2d\xe3\x79\xb5\x5a\ \x4d\xd3\xb4\xdf\xef\xef\xdb\xb7\x2f\x4d\xd3\xd3\xa7\xd7\x1d\xc7\ \xb1\xb5\x40\xd7\x75\xc3\xb0\x84\xbb\x3d\xcb\xf5\x31\x35\x35\xd5\ \xee\xb4\x31\xc2\xe7\xce\x9d\x73\x03\x1f\x00\xa0\x95\x62\x94\xd5\ \xeb\xf5\xc5\xc5\x45\xab\xb9\xb6\xb6\xb6\xf6\xcc\x33\xcf\xb8\xae\ \xfb\xa6\x37\xbd\xc9\x71\xdc\x6e\xb7\x9b\xa4\xe9\xb5\x55\xe9\x08\ \x21\xe7\xcf\x9d\x3d\x72\xe2\xc4\x9e\xdd\xbb\x3f\xfe\x17\x7f\xb1\ \x6f\xdf\xde\xbb\xee\xb8\xf3\x0b\x5f\xfc\x62\x9e\x73\xce\x25\x84\ \x98\x10\xda\xed\xb4\xbb\x9d\xb6\x52\xea\xe8\x91\x67\xf2\x3c\xcf\ \x8b\x3c\x49\xd2\x5d\x7b\xf7\xcd\xcd\xcf\x0b\xa5\x06\xc3\xe1\xee\ \x5d\xbb\x94\xc7\xdf\xfa\xd6\xb7\x7c\xf5\xfe\xaf\x02\x00\x76\xed\ \xda\x75\xe3\x8d\x37\x3d\xf4\xd0\x43\xe5\x4a\x79\x6e\x6e\x8e\x78\ \xb4\x5c\x2a\x85\x41\x08\x8d\x29\x97\xcb\x0f\x3d\xf4\xd0\x0f\xbe\ \xeb\x87\x2c\x2e\x31\x4b\x12\x87\x52\xea\x38\x42\x88\x76\xab\x65\ \x00\xf0\x3c\xef\xfc\xf9\xf3\xd6\x55\xb2\x2c\xc4\x87\x0e\x1f\xb6\ \x94\x55\xe5\x72\x19\x00\xd0\x68\x34\xec\x6a\x6c\xb7\xdb\x13\x93\ \x13\xc7\x8f\x1e\x2b\x8a\x82\x51\xca\x29\xcd\xf3\xcc\xf6\xb7\x18\ \x60\x18\x63\x16\x5c\x6d\xe9\xab\x6c\x60\x6a\x69\x2f\xa3\x28\xf2\ \x3c\x6f\x62\x62\x62\x6a\x6a\x2a\xcd\xb2\x76\xa7\x03\x8c\xb1\x21\ \x69\x9a\xa6\xa5\x12\xb1\xdb\x27\x8e\x23\x8c\x31\x75\x9d\x9c\xf3\ \x5e\xaf\x47\x18\x9d\x9e\x9e\xee\x74\xbb\xef\x79\xf7\xbb\x8f\x1f\ \x3f\x5e\x0a\xc3\xed\xf3\xf3\x79\x96\x2b\xad\xf1\x77\xb8\x85\x74\ \x54\x1f\x35\x40\x6f\x24\x76\xc1\x66\x42\x86\x97\xf9\xd8\x35\xcf\ \x4a\xfb\xee\xf8\xff\xfc\xda\x3d\xbc\x28\xb4\x01\x00\x96\xde\xf5\ \x0b\xbf\x82\xb4\x18\x26\x79\x69\xe7\x6d\x7f\xeb\x57\x6e\xb7\x49\ \x54\x21\x44\x96\x89\x1d\x77\xbc\xe7\xd7\xee\x81\x45\x1e\x81\x7d\ \x6f\xfb\x3f\x7e\x0d\xf2\x22\xd1\x3b\xee\xfe\xc7\xff\xe8\x0d\x82\ \xf3\xbd\x3f\xf7\x2b\x48\x4b\xa1\xe1\x3f\xf9\x8d\xbb\x39\xe7\xfc\ \x65\x25\x36\x6d\x63\x8b\xed\x0b\x36\x63\x3d\xfb\x11\x86\xea\x85\ \x78\x5d\x5b\x31\x1d\x91\xa0\x5a\xb8\xe4\xe6\x0e\xcc\x97\x37\x03\ \xba\x28\xe0\x2d\x3f\xf8\x81\xdb\x91\x29\xb8\x00\x94\x18\x63\xf6\ \xbf\xf1\xfd\xbf\xfe\x56\x73\xe4\xf3\x1f\xa2\x3b\x5e\xf3\x4b\xbf\ \xfa\xf3\x0d\x98\x49\xa5\x25\xcf\xb3\x84\xef\xbc\xfd\x9d\xbf\xfa\ \xb3\x6f\x85\x79\xae\xa4\x4c\x93\xbc\xbe\xff\xf5\xbf\x72\xdd\x3d\ \xbd\xf6\xfa\xd1\x23\xe7\xd6\xc8\xc1\x77\xbd\xf1\x46\x62\x8a\xe2\ \xe5\x62\xb6\xbf\xc9\xed\x43\x38\xf2\x21\xf4\xab\xdd\x8e\x1a\x63\ \x1c\xc6\xba\x71\xfa\xdf\xfe\xdb\x1f\x75\x3b\x9d\x7f\xfa\x4f\xff\ \x89\x1f\xf8\xcd\x4e\xb3\x5a\xad\x62\x8c\xa3\xe1\xf0\xcc\xa9\x53\ \x80\xe1\x4b\x0b\x57\x90\x01\xab\x8b\xcb\x45\x9e\x23\x84\x7c\xdf\ \x9f\x99\x99\xb9\x78\xf1\xe2\xec\xb6\x39\xc6\x58\x29\x2c\x71\xce\ \x29\xa5\x52\xc8\xfb\xef\xbf\x7f\xc7\x8e\x1d\x45\x5e\x14\x6e\x71\ \xf9\xf2\xe5\x3c\xcf\x11\x04\x3b\x77\xec\x28\x8a\x62\x79\x79\xd9\ \x18\xb3\x77\xdf\x3e\x88\x11\x1c\x4d\x2b\xe8\x76\x3a\xf1\xa0\xef\ \xba\x2e\x17\x79\xab\xb5\x5e\x2a\x85\xcc\xa1\x93\x93\x8d\x52\x29\ \xb8\x7c\xe5\x92\xd6\xb2\x54\x0e\x28\x63\x14\xc3\x2c\x1e\xae\xaf\ \x2e\xaf\xad\x2e\x03\xad\x30\x34\x5a\x8a\x89\x7a\x2d\x2b\x8a\xfe\ \x30\xb6\x1c\x7e\x9c\x73\x42\x88\x6d\xf9\x77\x1c\x27\x0c\xc3\x30\ \x0c\x95\xd6\x08\xa1\x34\x4d\xa7\xa6\xa6\xac\x98\x89\x95\x1a\xb5\ \xa8\x5d\x2b\xf3\x02\x21\xf4\x7d\x9f\x73\x6e\xad\xa9\x0d\xfe\xec\ \xbb\xd5\x1a\x35\x00\xcc\x30\x19\xb6\x3b\x6d\x83\xe0\x8e\xdd\x3b\ \xfb\xc3\xe1\xde\xbd\x7b\xaa\xd5\xca\xc2\x95\x85\x2c\x8a\xbe\x9d\ \x0e\x62\x42\xd1\xd3\xcf\x1c\xff\xd7\xff\xee\xdf\xfc\xbd\x5f\xfe\ \x7b\xef\x78\xe7\xdb\x07\xc3\x34\x08\x4b\xa5\x72\x29\x49\x8a\x47\ \x1f\x7f\xec\xad\x6f\x7b\x5b\xbb\xd5\x69\x36\x9b\x42\x88\xf3\xe7\ \xcf\xdb\xae\xf9\x72\xb9\xbc\xb2\xb2\x32\x35\x35\x55\x2a\x95\x18\ \x73\xa2\x28\x12\x42\x94\x4a\xa5\x4b\x97\x2e\x3d\xf5\xc4\x93\xdd\ \x6e\x57\x29\xd5\xeb\xf5\x08\x21\x9d\x6e\xa7\xd1\xa8\x39\x8e\x6b\ \x05\x4a\xad\x75\x44\x18\x2b\x29\x31\xc6\x5a\xa9\xc1\xb0\x4f\x31\ \x49\xe3\xb8\xdb\x69\x69\x21\x67\x66\x66\xc2\xd0\xf7\x02\xaf\xdf\ \xef\x9e\x3e\x7d\x62\xcf\xbe\x7d\x52\x7a\xb6\xdd\x36\x8a\xa2\xcb\ \x57\xae\xac\xad\xae\x42\x08\xd7\xd7\xd7\x29\x63\x8d\x89\xc6\xc2\ \xe2\xb2\xe0\xc2\xe2\xce\xac\xed\xcc\xf3\x7c\x72\x72\xb2\x54\x2a\ \x4d\x4c\x4c\xec\xda\xb5\xbb\xdf\x1f\xae\xac\xac\xc6\x71\xea\x79\ \x5e\xa5\x52\xe3\xbc\x58\x5b\x6b\x02\x60\x08\xa1\x18\x53\xce\x85\ \xe3\x38\x81\x1f\x60\x8c\xa4\x90\xb3\xdb\x67\x21\x84\x71\x14\xe5\ \x79\x2e\xb5\x0a\xc3\x90\x10\xbc\x77\xef\xee\xc7\x1e\x7b\xac\x28\ \xb2\x52\x29\xd8\xb6\x6d\x96\x52\x7a\xe8\xd0\x81\x24\x8d\xd7\xd7\ \x57\xeb\x8d\x7a\x9e\x5f\x8b\x29\x25\x84\x2e\x5c\xb9\xf2\xa5\xfb\ \x1e\xa8\x56\xcb\x17\x2f\x5e\xba\xfd\xf6\xdb\x7f\xef\xf7\xfe\x8b\ \xeb\xf9\x7b\x76\xef\xee\x76\xfb\x69\xce\x31\xc6\x14\xe3\xf9\x6d\ \x73\x9e\xe7\x03\xad\x11\xc6\x0f\x3d\xfa\x68\x9a\x15\x61\x18\x5e\ \xba\xb2\xf8\xd4\x93\x4f\xbb\x0e\x23\x98\xae\x2e\x2d\x97\xca\x7e\ \x10\xf8\x7d\x42\xa6\xa7\xa7\x6b\xb5\xea\xde\xbd\x7b\x9f\x79\xfa\ \x19\x8c\xb1\xe7\xb8\x52\xaa\xb5\xd5\xd5\x6a\xa9\x7c\xe5\xca\x95\ \xe1\x70\xa8\x95\x06\xda\xd8\x6a\xee\x70\x18\x39\x94\x32\xc6\xae\ \x2c\x2c\x24\x49\x32\x37\x37\x67\x81\x63\x52\xca\x38\x8e\x0f\x1c\ \x38\xa0\x94\x5a\x5f\x5d\xdd\xb6\x6d\x9b\x96\x92\x39\x4e\x12\x45\ \x97\x2f\x5e\x7c\xfa\xe9\xa7\xed\x0c\x77\xbb\x5d\x97\xb9\x84\x52\ \x42\x08\x63\x4e\x92\x67\xc0\x18\x44\x89\x05\x19\x55\x2a\x95\x72\ \xb9\x7c\xf0\xe0\xc1\xd5\xd5\xd5\xb5\xb5\x35\xc6\x98\x95\x30\x12\ \x42\x5c\x7f\xfd\xf5\xd3\xd3\xd3\xcb\x2b\x2b\xc7\x4f\x9c\xe8\xf4\ \xba\x76\xc3\x96\x4a\x25\xd7\x71\x2c\x88\x7d\xef\xde\x7d\xa7\x4e\ \x9d\xa2\x94\x0e\xe3\xe8\xe1\x47\x1e\xd9\x7f\x60\xff\x8e\x1d\x3b\ \x4a\x61\x38\xe8\xf6\xf2\x24\xdd\x31\x3f\x9f\x25\xe9\xe7\x1e\x7a\ \xe8\xae\x5b\x6f\x72\x18\xfb\xce\x42\x76\x6d\xeb\xb3\xd1\xe6\x39\ \xb0\x2a\x18\x43\x3d\xe1\xcb\xcc\xe7\x1b\x63\x1e\x7b\xe4\x61\xfe\ \x7c\x78\x94\x92\xf2\xe0\xc1\x83\x8d\x46\xa3\xc8\x9f\x47\xf2\xa5\ \x04\xcf\xec\x2f\x24\xcf\x46\xb0\x07\x99\x2b\x09\x00\x00\x45\x31\ \x2a\x15\x5d\x13\x95\x96\xbd\x17\x08\xa1\xb1\x79\x14\x63\x00\x04\ \x00\x18\x9b\xb4\x7d\xa1\x27\xa1\x94\x04\x63\xaa\x9a\x8d\xff\x00\ \x34\xe6\x65\xce\x80\x3d\xfd\x1e\x7b\xec\xf1\x31\x30\x65\x03\xb5\ \xbe\xaf\x34\xb1\xe3\xc0\x0e\xad\x8b\x34\x07\x5c\x1b\xc0\x08\xa8\ \xcd\xee\xdd\x81\x83\x22\xcd\x00\xe7\x1b\xcd\x9d\x42\x1a\x71\xfe\ \xa9\x7b\x3f\xf7\x78\xe7\xd6\xb7\xfe\xf0\x1d\x7b\xca\xbc\xe0\xd7\ \x90\x07\x7a\xfe\xed\x3f\x97\x4b\xd2\x5a\x2b\x29\x81\xf3\x2a\xb7\ \xa3\x18\xe3\x76\x67\xf0\xa9\x4f\x7d\xfe\xe8\x91\xa3\x7f\xf3\xe7\ \x7f\x76\x30\x1c\x3e\xfc\xe8\xa3\x84\x40\xc7\x73\x8d\x31\x18\x93\ \xc5\xc5\x45\xbf\x5e\x59\x5a\x5a\xba\x70\xf6\x9c\x83\x69\x5e\x14\ \x4a\x88\x43\x07\x0f\xde\x7d\xf7\xdd\x0f\x3c\xf8\x80\xd6\x7a\x66\ \x66\xb6\x1c\x96\x6f\xbd\xf5\xd6\xaf\x7f\xfd\x6b\x18\xe3\x99\xe9\ \xe9\xdd\xbb\x77\x6b\x60\x7c\xdf\xb7\x64\xad\x53\x93\x13\xd5\x6a\ \x35\x4d\x12\xce\x79\x14\x45\x8d\x46\x03\x02\x60\xbd\x6f\xc7\x73\ \x4b\xa5\xd2\xea\xc2\x42\x73\x6d\x5d\x4a\x39\x51\xaf\x9f\x39\x75\ \x92\x73\x11\x78\x7e\x12\x45\x9d\x66\x6b\xcf\xae\x5d\x45\x51\x30\ \xc6\x1c\xd7\x4b\xe2\x68\x6a\x6a\xea\x35\xb7\xdc\x52\x2e\x95\xba\ \xdd\xde\xe2\xe2\x42\xa7\xd3\xd1\x5a\x81\x0d\xa9\x16\x0b\xca\xb5\ \x01\x9c\x94\x32\x8a\xa2\x8b\x17\x2f\xda\x56\x51\x1b\x89\x5a\x4a\ \x74\xcb\x90\x67\xed\xa5\xa5\x24\xb5\x5c\xea\x61\x18\x5a\xc7\xdc\ \xf3\x3c\xcb\x2c\x43\x29\x9d\x9e\x9e\xce\x79\x3e\xbf\x73\x47\x2e\ \x2f\xbc\xe9\x2d\x6f\xba\x74\xe9\xf2\xcc\xec\xf4\x8e\xed\xdb\x15\ \xe7\xbd\x76\xeb\xe8\x33\xcf\xde\x73\xd3\x75\x73\x93\x13\xd7\x40\ \x53\x87\x10\x3a\x73\xe6\xf2\xbf\xfe\xd7\xff\xf6\xb6\x5b\x5f\xfb\ \xde\xf7\xfe\xf0\xc3\x8f\x3c\xa1\x94\x66\x94\x31\xe6\x04\x41\xb0\ \xbe\xd6\xfc\xea\xfd\x0f\x94\xcb\xe5\x4f\x7e\xf2\x93\x4a\x29\x6b\ \x2f\x2b\x95\xca\x5d\x77\xdd\x75\xec\xd8\xb1\xd5\xd5\xd5\x99\x99\ \x29\x25\xe8\x2d\xb7\xdc\xf2\xc9\x4f\x7e\xd2\x76\xe2\x4f\x4f\x4f\ \x5f\xbc\x78\xd1\xca\x8f\x0b\x21\x26\x27\x26\xb6\x6d\xdf\xc6\x0b\ \x5e\xab\xd5\x9e\x7c\xf2\xc9\x9b\x6e\xbe\x19\x61\x62\x8c\xb6\x85\ \x64\x4a\x9d\x24\x8a\xe3\x28\x72\x28\x6b\xd4\xea\x27\x8e\x1f\x97\ \x42\x10\x42\x14\xe7\x8b\x57\x16\xea\xf5\x3a\x23\x14\x00\xe3\x07\ \x81\xe5\x14\x3c\x74\xe8\x50\xa5\x5c\x59\x5d\x5e\x6a\xad\xcf\x2c\ \x5e\x59\x4c\xb3\x04\x22\xa8\x8d\x91\x62\x54\x96\x66\x8c\xd9\x24\ \x01\x84\xb0\xd9\x5c\xff\xfa\xd7\xbf\x56\x2a\x55\x28\x75\x2c\x82\ \xb4\x28\x8a\x6a\xb5\x9a\x65\x99\xef\x07\x96\x20\x90\x10\x02\x95\ \x65\xeb\x2d\xac\x52\x58\x92\x24\x87\x0e\x1f\x7e\xe4\xb1\xc7\x92\ \x2c\xdd\xb9\x6b\xe7\xee\xf9\x9d\x69\x9a\x1e\x3d\x7a\xf4\xc0\x81\ \x03\x87\x0e\x1d\x7a\xf2\xc9\x27\x6f\xba\xe9\xa6\xdd\xbb\x77\x47\ \x51\x74\xe1\xc2\x85\xa3\xc7\x8e\xde\x7d\xf7\x5d\x7c\x63\xb7\xbf\ \x4c\xe8\x81\x69\x37\xd7\xfa\xdd\x16\x04\x70\xe1\xf2\x65\x29\x55\ \xa3\x3e\xb9\xb6\xba\x4e\x29\x0d\xc2\x10\x63\xd6\xe9\xb4\x1e\x7d\ \xf8\xa1\xd7\xbe\xf6\xb5\x37\xdf\x72\xf3\xf9\x0b\x17\x8b\xbc\x70\ \x5c\x77\x7e\x7e\xfb\xf2\xf2\xf2\xa3\x8f\x3f\xf1\xde\x1f\xf9\xe1\ \x73\xe7\xce\xed\xde\xb1\x33\x49\x23\x8c\x71\x92\x26\x18\xe3\x20\ \x0c\xb2\x2c\x8b\x93\x78\x69\x69\xa9\x36\x51\x9b\x9a\x9e\x6a\xb5\ \xda\x6b\xcb\x2b\x16\xad\xc6\xe8\x06\xad\x1a\x04\x6b\x6b\x6b\x04\ \x42\xa5\xd4\x89\x13\x27\x06\x83\x41\x92\x24\xab\xab\xab\x79\x9e\ \xf7\xfb\x7d\xeb\x24\xd9\x32\x67\xa7\xd3\xb9\xe9\xa6\x9b\x66\xb7\ \x6d\x8b\xa2\xa8\xdf\xef\xdb\x84\xf9\xf9\xf3\xe7\xa7\xa7\x67\x5c\ \xe6\x9e\xbf\x70\xc1\x18\x33\x31\x39\x09\xba\x9d\x34\x49\x18\x65\ \xbe\xef\xf7\x7a\x3d\x29\xa5\x25\xd4\x1c\x0e\x87\xbb\x76\xed\x4a\ \xd3\xb4\xd3\xe9\x58\xaa\xc5\xa9\xa9\xa9\xa5\xa5\xa5\xfe\x60\x30\ \x39\x35\x79\xfe\xe2\x05\xab\xfc\x33\x3f\x3f\xdf\xed\xf4\x7c\xdf\ \xdf\xb7\x6f\x9f\xd9\x08\x14\x10\xc6\x5c\x89\x2b\x0b\x0b\xaf\xbb\ \xf3\x8e\xcb\x57\xae\x3c\xf0\xc0\x03\xeb\xeb\xeb\x56\x22\xa9\x28\ \x5e\x09\x21\xb3\xb0\x5c\xbe\x70\xe1\xdc\xec\xdc\x1c\xa5\xec\x79\ \x3c\x3e\xd7\x42\x30\x0b\x8d\xd1\x83\xc1\x30\x2f\x72\xb4\x09\x95\ \x26\x84\x30\x06\x38\xae\xfb\xca\x08\x93\xd9\x3c\x26\xdc\x88\xcd\ \x46\x01\x99\x01\x10\x81\x68\x18\xa7\x59\xee\x07\xcf\xd3\x7b\x29\ \x55\x2a\x6b\x6b\x6b\x95\x4a\x95\x32\xa6\xb5\xd9\xe8\x00\xda\xe8\ \x75\x78\x39\x99\x6d\x84\x71\x9e\x17\xbd\x5e\x1f\x6f\xb2\xa3\x5c\ \xf0\x2c\xcb\x0f\xdf\xfa\x43\xbf\x72\x8b\xe0\x5c\x18\xc0\xec\xdb\ \xde\xf6\x83\xbf\xf0\x3a\x20\x39\x57\x80\xb1\x4d\x26\x90\xbe\xf6\ \x07\x7e\xee\xae\x1f\x42\x46\x2b\x21\xa4\x61\xce\x5f\xd7\xed\x03\ \x08\x8a\x22\xef\xf5\xfb\xd3\xb3\xb3\xaf\x6e\x3b\xea\x38\xec\xdc\ \xb9\x73\x7f\xf8\x91\xdf\x9f\x9c\x9d\x7d\xfc\x89\xc7\x1f\x7a\xf4\ \x91\xd9\xb9\xd9\x89\x89\xfa\xea\xea\xaa\x5d\x6d\xb5\x4a\x75\xff\ \xfe\xfd\xc4\x71\x26\xeb\x8d\x3c\xcd\x9e\x7a\xf4\x71\xdb\x16\xf2\ \xe8\xa3\x8f\x2d\x2e\x2d\x7d\xfd\xeb\x5f\xdf\xb1\x73\x97\x16\xca\ \xf3\x7c\x84\x30\x26\x64\xef\xbe\x7d\xd3\xd3\x53\xd5\x4a\x05\x00\ \x50\x2e\x97\x09\x21\x45\x9e\x2d\x2e\x2c\x04\x41\xb0\xbe\xbe\x2e\ \x84\x90\x42\x30\xc7\xb1\xee\xf3\x60\x30\x28\x97\x42\xe6\xd0\x67\ \x8f\x3c\x43\x09\x9d\x99\x9a\x5e\x5a\x58\x94\x82\x43\x60\x44\xc1\ \x09\x46\x40\x9b\x78\x18\x61\x82\x2b\xa6\x4a\x29\x8d\xa2\xe1\x33\ \xcf\x3c\x7d\xf1\xe2\xc5\xe9\xe9\xe9\x3c\xcf\x86\x83\x81\xeb\x79\ \x3a\x84\x5c\x08\xcb\x22\x6b\x61\x14\x49\x92\x58\x59\x92\xf9\xf9\ \xf9\x20\x08\x16\x16\x17\x1d\xc7\xb1\x3d\x30\xad\x56\x6b\x66\x66\ \xe6\xf0\xe1\xc3\x83\xc1\xe0\xfc\xf9\xf3\x51\x14\xc1\x38\xd1\x1b\ \x3c\x64\x16\x21\xe9\xfb\x7e\xb7\xdb\x05\x10\xb6\xdb\xed\xa7\x9e\ \x39\x32\x35\x37\xe5\x06\xde\xc4\xf4\xe4\xe4\xd4\xe4\xc5\x8b\x97\ \xe6\xb7\x6d\x4b\x93\xf4\xcf\xfe\xf4\x4f\x2f\x9c\xbf\xb0\xb4\xb8\ \xfc\xfe\xf7\xbe\x1b\xbd\xfc\x06\x0c\x08\x81\x31\xe6\xdf\xff\xce\ \xef\x3e\xf6\xd8\xe3\x1f\xf8\xc0\x07\xfe\xd5\xbf\xfa\x37\x7b\xf7\ \xed\x3f\x74\xe8\xe0\x91\x23\x47\xd2\x2c\xcf\x8a\xbc\x82\x2a\xfb\ \xf6\xed\x9b\x9e\x9a\xb2\x05\xd1\x2f\x7c\xe1\x0b\x5a\xeb\x7a\xbd\ \x7e\xf6\xec\xd9\xd5\xd5\xd5\x5e\xaf\x37\x39\x39\x19\x0d\xfa\x41\ \x10\x58\xca\xc0\x7d\xfb\xf6\x4d\x4f\x4f\xd7\xeb\x75\xab\xf3\x3a\ \x33\x33\x93\x65\x69\xbf\xd7\x23\x84\x44\x51\x74\xe9\xf2\x25\x25\ \x25\x00\x50\x49\x69\x8c\x89\xe3\x18\x42\xd8\xa8\xd7\xd7\x56\x96\ \xaf\xb4\xbb\xbb\xb6\x6f\x77\x99\xd3\xed\x74\x92\x28\x72\x83\x00\ \x18\xed\xfb\x5e\x1c\xc7\x90\x50\xcf\xd5\x94\x31\x00\xe1\xf2\xf2\ \xf2\x43\x5f\x7f\x28\xf4\x5d\xc6\x68\xa7\xdb\x01\xd0\x4c\x4e\x4c\ \x02\x84\x5b\xad\xc2\x42\xba\x6c\x45\x99\x73\x5e\xab\xd5\x76\xee\ \xdc\x35\x3b\x3b\x3b\x18\x44\x83\xe1\xd0\xe6\x9c\x21\x84\x18\x93\ \x9f\xf8\x89\x1f\x35\xc6\x9c\x3e\x7d\xfa\x99\x67\x9e\xb9\xbc\xbc\ \x68\x36\xc0\xdb\xbd\x7e\xbf\x54\x2a\xb9\xae\xdb\x6c\x36\x19\x63\ \xad\x4e\xfb\xc1\x07\x1e\xd4\x77\xdd\x13\x04\xc1\x75\xd7\x5d\x77\ \xf8\xf0\x61\xc7\x75\x1b\x8d\x89\x03\x07\x0e\x7e\xf9\xcb\x5f\xfe\ \xe3\x3f\xfe\xe3\x2b\x57\x16\xde\xf2\xd6\xb7\xbc\xf9\xcd\x6f\xba\ \x06\x3b\x0a\x21\xe0\x9c\x3b\x8c\x72\x5e\x54\x2a\x35\x25\x04\xe7\ \xb2\xd5\x6a\x4a\x6d\xb7\x83\x87\x10\xc2\x10\x2d\x2c\x5c\x4e\xb3\ \x34\x0c\x2b\xed\x6e\x37\xcf\x73\x80\xf0\xb1\x13\xa7\x06\xfd\xfe\ \xcd\xb7\xdc\x32\x3f\x3f\x3f\xe8\x76\xbb\xdd\xee\x1d\x77\xbe\x4e\ \x4a\xe9\xba\x5e\x96\x65\xa7\x4e\x9e\xea\xf5\x7a\x46\x1b\x29\x65\ \x92\x24\x9d\x6e\xd7\xf3\xdc\xc2\x76\x2d\x28\x75\xf2\xe4\xc9\xa9\ \xd9\x19\xd7\xf3\x52\x9e\x77\xfb\x3d\x5d\x70\xcf\xf3\x6a\xb5\xda\ \xd2\xd2\xd2\xa9\x53\xa7\xc2\x30\x8c\xe3\x38\x49\x92\x72\xb9\x9c\ \xe7\xf9\x70\x30\x58\x5f\x5f\x5f\x5c\x5c\xcc\xd2\x6c\xdf\xfe\x7d\ \xcd\xf5\xf5\x34\x49\xa6\xa7\xa7\x87\xc3\xa1\xef\x7b\xe5\x52\x29\ \x4b\x47\x69\x7c\x25\x65\x10\x86\xda\x18\xc7\x75\x4a\xa5\x92\x95\ \xc6\xb3\x2c\xac\x36\x8b\x90\xa6\x69\x14\x45\x96\x94\xaa\xd9\x6c\ \x52\x4a\x31\x42\x96\x28\xdf\xf7\x7d\xad\x8d\xe7\x79\x9c\xaf\x53\ \x4a\x6b\xb5\xda\x70\x98\x50\xc6\xb8\x10\x80\xe2\x77\xbf\xe7\x3d\ \x2b\x2b\x2b\x4f\x1f\x39\x72\x79\xe1\x4a\xe8\x7a\xda\x98\x0b\x17\ \x2e\x28\xa5\xeb\xb5\xea\x77\xba\x38\x0a\x00\x98\x98\x9c\xea\x74\ \x5a\x27\x8f\x1d\xad\xd5\x1b\x08\x8d\x72\xc8\xcf\x8b\x62\x5e\xba\ \x31\x37\x00\x40\x78\xfb\xed\xb7\x5d\xc5\x27\x08\x01\xcc\xf2\x7c\ \xe1\xca\x65\xf8\x0a\x89\x90\x41\xf0\x62\xba\x6f\x52\xca\x6e\xa7\ \xb3\x7d\xc7\xce\xab\x74\xd3\x76\xed\xde\xf3\xec\x33\x4f\x9e\x3c\ \x7e\xb4\x5c\xa9\x6d\xf4\x09\x9a\xe7\xa3\x5d\x5f\xc6\x0c\x20\x84\ \xde\xf4\xc6\xd7\x5f\x75\xfb\x45\x51\x5c\xba\x78\xee\x7f\xee\xed\ \x2b\xa5\x7b\x9d\xf6\xe4\xf4\x74\xad\xd6\x78\x75\xdb\x51\x84\x71\ \xb7\xdd\x4e\x86\x83\x52\xad\x7a\xfc\xd8\xf1\xa0\x14\x76\x7b\x5d\ \x87\x12\xa3\x74\xb5\x5a\xcd\xe3\xf8\xf4\xe9\x53\x7e\xad\x72\xf8\ \xa6\xeb\x0f\xee\xd9\x73\xdf\xbd\xf7\x01\x63\xfc\x20\xd8\x7f\xe0\ \xc0\xef\x7d\xe8\x43\x4a\xab\x6d\xdb\xe7\x97\x96\x16\x67\x27\x67\ \x38\xcf\xb3\x2c\x29\x05\x1e\x63\xac\x56\xab\x02\x08\xe3\x38\x3e\ \x7a\xf4\xe8\xb6\x6d\xdb\x7c\xd7\xbd\x74\xf1\xa2\xeb\xba\x0b\x57\ \xae\x1c\x3c\x78\x50\x08\xc1\x18\x05\x00\x60\x84\x56\x56\x56\xba\ \x8c\xad\xad\xaf\x1f\x3f\x79\xc2\x00\xb3\x73\xe7\xce\x5c\x16\x71\ \x1a\xad\xac\xaf\xce\xce\xcc\x0e\x93\xe8\xe8\xf1\xa3\xf5\x89\xc6\ \xa1\x43\x87\x66\x66\x66\xa0\xd1\xd1\x60\x10\x0d\x87\x4a\xca\x8b\ \xe7\xcf\xaf\xad\xad\x4f\x4c\x4e\xd8\xf3\xc2\x36\xd5\x0c\x06\x03\ \x1b\x71\x8e\xd1\xb9\x84\x90\xa2\x28\x8c\xd6\xdb\xb7\x6f\xb7\x32\ \x90\xa5\x30\xdc\xb5\x6b\x57\xa9\x54\x6a\x36\x9b\x13\x13\x13\x57\ \xae\x2c\x58\x0b\xba\x67\xcf\x1e\xdb\x3f\xb3\x6d\xdb\x9c\xe7\xf9\ \x83\xc1\x40\x2b\x95\xe7\xf9\x95\x85\xcb\x80\x9a\xdb\x6e\x7b\xcd\ \xea\xea\xea\x03\x0f\x3c\xb0\xb8\xb8\xb4\x4f\xaa\xa3\xab\x47\x4e\ \x9d\x3e\xad\x84\x34\x52\x62\x74\x4d\xd2\x5d\x10\x15\x45\xf1\xc5\ \x2f\x7e\xce\x75\xdc\x7b\xbf\xf2\xe5\xa9\xa9\xa9\x2b\x8b\x4b\x4f\ \x3c\xf9\x44\x18\x86\x13\x93\x93\xa5\x72\x69\x79\x75\xf9\x81\x07\ \x1f\xf8\xd1\x1f\xf9\xd1\x1f\xfb\xb1\x1f\x3b\x75\xea\x54\x14\x45\ \x8e\xe3\xec\xdc\xb9\x63\x65\x65\xe5\x2f\xff\xf2\x2f\xbf\xff\xfb\ \xbf\xff\xd8\xb1\x63\xdb\xb7\xcd\x0d\x87\x43\x2b\x90\x22\x85\xa0\ \x8c\x5a\x38\x49\xb3\xd9\x4c\xd3\x74\xc7\xf6\xed\x0b\x17\x2e\xb9\ \xae\x77\xfc\xe8\x31\x2d\x54\x29\x08\x81\x56\x40\x1b\x4a\x68\xb7\ \xd3\x11\x82\xcb\x82\x9f\x3d\x7b\xe6\xf8\xd1\x63\xf2\xae\xbb\xe3\ \x24\x92\x42\x0c\xa3\x61\x21\x8b\x61\x34\x58\x5c\xbc\xd2\xe9\x77\ \xb7\x6d\xdf\x79\xd3\x8d\x37\x52\x8c\x92\x38\x5a\x5d\x5d\xd1\x5a\ \x76\x3a\xed\xe5\xa5\x25\x82\x71\x18\x06\x57\x16\x97\xa4\x36\xb5\ \x5a\x6d\x38\x1c\xc6\x71\x6c\xdb\xfc\x87\xc3\xe1\x9e\x3d\x7b\x7c\ \xdf\x0f\x82\xe0\xd4\xe9\xd3\xbb\xb6\x6f\xef\xf6\xba\xd1\x70\xc0\ \x28\xd9\xbd\x6b\xc7\xcc\xf4\xcc\x7a\x73\x7d\xdb\xdc\xb6\xd5\x95\ \x95\x13\x67\x4e\xc7\x59\xba\x6d\xdb\xb6\x43\x07\x0f\x0e\xfa\xfd\ \xa9\xa9\xa9\xdd\xbb\x77\xf7\xfa\x3d\x5b\x3b\xbf\x78\xf1\xa2\xc8\ \x8b\x0f\x7e\xf0\x67\xd7\xd6\xd6\xce\x9f\x3f\x7f\xee\xec\x99\xed\ \xf3\xf3\x9f\xff\xdc\x67\xbe\xfc\xe5\x2f\xb7\x9a\xcd\xc1\x60\x90\ \xe7\xe9\x35\x1f\x01\x46\x9b\x6e\xab\x59\xaf\x4f\xfa\x8e\xab\x0c\ \x80\x00\x19\x6d\x30\xc4\x98\xd0\x71\x26\x50\x0a\x99\x24\x49\x92\ \x64\x83\x28\xc6\x18\xa7\x59\xf6\xb5\x07\x1e\xd8\xbe\x7d\x7b\x14\ \xc7\x57\x2e\x5e\x98\x69\xd4\x8d\x36\x5c\x14\x45\xc1\x2d\x6f\xf0\ \x75\x37\x5c\xf7\xc0\x03\x0f\x74\xba\x9d\x07\xbf\xf6\xb5\xbb\x5f\ \x7f\x77\xad\x5e\x77\x7c\xf7\xc2\xd9\xf3\x0b\x8b\x8b\x95\x72\xf9\ \xf8\x89\xe3\xc1\xc2\x95\xa0\x54\x72\x3c\xa7\xc8\xf2\x53\xc7\x4f\ \x20\x84\xec\xa4\xc5\x71\x9c\xa6\xa9\x8d\xe3\x7b\xbd\x9e\xe3\x38\ \x53\x8d\xc9\x2c\x49\x24\x65\x27\x8e\x1f\xbf\x74\xf1\xe2\xf4\xf4\ \x34\x82\x88\x60\xd2\x6e\xb6\xf2\x34\xef\xf7\xfa\x9c\x8b\x3c\xcf\ \x4b\xa5\x12\x17\x82\x60\x8c\x11\x14\x5c\x58\x19\x51\x5b\x25\xb5\ \xe9\x5c\xdb\x71\x94\xe7\xb9\xeb\xba\x33\x33\x33\xb6\x7e\x31\x3f\ \xbf\xfd\xd4\xd9\xd3\x56\xc7\x1b\x42\x38\x39\x39\x39\x1c\x0e\x77\ \xec\xd8\x9e\xe7\x79\x92\x44\xad\xe6\x1a\x42\x90\x40\xe4\x32\x76\ \xdb\xad\xb7\x7e\xe2\x13\x9f\x58\x5a\x58\x0c\x83\xc0\xb2\xa6\x60\ \x84\x28\xc6\xaf\x0c\x47\xfa\xc1\x43\xd7\xb7\x9a\xeb\x9d\x4e\x5b\ \x4b\x01\xbe\xed\xc3\x3e\x8a\x22\xf0\x5d\x38\x8c\x41\x08\x5d\x77\ \xe3\x4d\xd5\x6a\xed\x85\xc9\xaa\xd7\xdc\xf6\xba\xa5\xc5\x85\x28\ \x1a\x7e\xfb\xdd\xba\x4a\x6b\x31\x1c\x7e\x17\xde\x3e\x84\x70\xdf\ \xc1\x43\x96\x8f\xfa\x7b\x00\xaf\xab\x1c\x87\xb8\xc8\x14\xbc\x18\ \x74\x8a\xa8\x3f\x40\x10\x32\x4a\x44\x9e\x51\x42\xb4\x96\x8b\x17\ \x2f\xf4\xda\xeb\xc6\x80\xe5\xa5\x65\x80\x00\xa5\xf4\x2f\x3f\xf9\ \x89\x38\x49\x5e\x73\xeb\xad\xbb\x76\xed\x5d\x5e\xb8\x32\x3f\x3b\ \x3d\x3d\xd1\xd0\x42\xf8\xae\xdb\xeb\x76\x9f\x79\xea\x99\x68\x10\ \x85\x61\x48\x89\xd3\x6a\xb6\x67\xa7\x27\x27\xea\x8d\x41\xbf\x0f\ \xb4\x51\x42\x2e\x5c\xba\xe4\x79\x7e\xb9\x5c\x5a\x5b\x5d\x6b\xae\ \xac\x32\xd7\x21\xcc\x55\x10\x35\xd7\x9b\x85\x50\x59\x9e\xf7\xfb\ \x7d\xa9\x81\x30\xe0\xca\xd2\x8a\x81\x64\x71\x65\x75\x61\x71\xb9\ \xdb\x1b\xcc\xcd\xcd\x2d\xaf\xac\x6b\x0d\x67\xe7\xe6\x2f\x5e\xbc\ \x48\x98\x5b\x2e\xd7\x9a\xad\x16\xc1\x98\x10\x1c\x78\xae\x96\x02\ \x00\x00\x11\x1a\xf4\x7b\x40\x2b\x08\x0c\x41\x70\x30\x18\x60\x00\ \xa0\xd1\xb2\xc8\xd3\x2c\xaf\xd5\xeb\xc3\xc1\x00\x21\xd2\xeb\x0d\ \x3c\xcf\x23\xae\x4b\x10\x52\x52\x10\x08\xb8\x92\x3c\xcf\x1a\xb5\ \x5a\x96\x66\x04\x42\x86\x91\x01\xe0\x8e\xd7\xbe\xb6\xd3\x6e\xc7\ \x9d\x88\xc7\x59\x73\x69\xb5\xdb\xed\x2e\x5d\xbc\x64\x8c\x26\x18\ \x2b\x25\x8c\xe4\xdf\x8e\xde\x8b\x87\xf9\xcc\x44\xc3\xf5\xf0\xe2\ \xe5\x8b\x4d\xc7\x37\x06\x32\x87\x09\x9e\x22\x6d\x5c\x82\xcf\x9f\ \x3e\xf5\xd9\x4f\x7f\x2a\x0c\xc3\x4b\x97\x2e\xc5\xc3\x21\x21\xa4\ \xd3\xe9\xc6\xc9\xb1\xd7\xdc\xfa\xda\x03\x07\x0f\xc5\x49\x9a\x24\ \xd9\x1d\x77\xbd\x4e\x49\xc9\x28\x45\x10\x2e\x5d\x59\x58\x5f\x5d\ \x2d\xb2\xcc\xa1\x54\x09\xd1\xeb\x76\x6b\xe5\x72\x96\x67\x50\x4b\ \x87\xe0\x7e\xa7\xed\x10\xe4\xf9\x7e\x9e\xe7\x51\xaf\x1b\xc7\x71\ \xa3\xde\x20\x00\xc8\xa2\x38\xfa\xec\x11\xa9\x54\x51\xe4\x51\x32\ \x24\x5e\x63\xbd\xb9\x3e\xd9\x99\xd2\xad\xf5\x0b\x67\xcf\xf4\xd6\ \x57\x6e\xbd\xf5\xd6\xce\xda\x52\xd4\xeb\xd4\x2a\xa1\x28\xd8\xc2\ \x25\xbe\x67\xd7\xbe\xa2\x28\x28\x25\xd0\x98\x30\x0c\x2d\xe1\x5f\ \xa9\x54\x92\x8a\xf7\xfa\x5d\xcb\x05\xd8\xe9\xb6\x5c\x8a\x30\x94\ \x14\x9b\x95\xe5\x05\x87\x12\x87\xe2\xd6\xda\xca\xa5\x8b\x17\x7d\ \xcf\x73\x28\xf1\x5d\x27\x49\x89\x12\x92\x31\xb6\xbc\xb0\xf4\xc6\ \xbb\x5f\xef\x32\xc7\x61\x96\x5e\x40\x5d\x77\xf8\xf0\xfc\xf6\xed\ \xc7\x4f\x9d\x90\x92\x1f\x7f\xfc\x59\x91\x65\xcf\x3e\xf5\x44\x9a\ \xc4\x9e\xef\xe5\x49\x14\x0f\xdb\x45\x1e\x5f\x6b\x6f\x18\xd4\x52\ \x1b\x89\x02\x2f\x74\x88\x5b\x08\x89\x81\xc9\xd3\x9c\x4b\x85\x31\ \x01\x10\x20\x68\x10\x82\xd6\x44\x31\xc7\x29\x8a\xa2\xc8\x32\x87\ \x62\x68\x64\xaf\xd3\xa2\x94\x0d\x11\x58\xbd\x7c\x11\x40\x70\xfa\ \xd4\xf1\x56\xab\x85\x31\x3a\x71\xe2\xc4\xc4\xe4\x44\xab\xdd\xa5\ \xcc\x9d\x98\x9c\x94\x42\x2a\xae\x3a\x83\x78\x71\x79\xe5\xcc\xf9\ \x0b\xb7\xdd\x7a\x5b\x9c\x15\x97\x17\x97\x21\x82\x82\x8b\x20\x08\ \x16\x17\x17\x2d\xd4\xb3\x54\xa9\x15\x45\xde\x69\x77\x30\xc6\x52\ \x1b\x07\x62\x4c\xd9\xa5\x85\xcb\x94\x12\x21\xe4\x7a\xab\x19\x86\ \x21\x97\xc2\x2a\x09\xb6\xdb\x6d\xa5\x55\xbb\xdb\x96\x5a\x03\x0c\ \x84\x16\x84\xe1\xa2\x28\xac\x4c\x3d\xa5\x94\x62\xd4\xef\x76\x00\ \xd0\xcb\xcb\x8b\x53\x53\x53\xdb\xb6\x6d\x1b\x0c\x86\xab\xab\xab\ \xc6\x98\x46\x7d\x72\xef\xde\x3d\x47\x9f\x3d\x56\xe4\xfd\xed\xdb\ \xe6\xf3\x34\x6b\xae\xae\x39\xae\x73\xc3\xe1\x43\xcd\xd5\x15\x8a\ \x51\xb9\x14\xf8\xae\xf3\x2c\x86\x5a\x70\xaf\x5a\x7a\xea\xf1\xc7\ \x30\xc6\xed\xb5\x35\x64\x74\x96\x44\xd0\x00\x97\x12\x4c\x30\x46\ \xe0\x95\x8a\x60\xc0\xe4\xd4\xf4\xe4\xd4\x34\xf8\x5f\x78\xcc\x6f\ \xdf\x01\xb6\xc6\xab\x05\x67\x44\x08\x71\x19\xa1\x84\x18\x6d\xb8\ \x36\x46\x1b\x84\x91\xd1\x86\x12\x4a\x30\xe2\x05\xef\x77\x3b\x45\ \x9e\x61\x8c\x45\x91\x1b\xad\xdb\xbd\xce\x83\x0f\x3e\x18\x86\xe1\ \xb3\x47\x8f\x9d\x3e\x73\x96\x61\xd4\x5d\x5f\x3f\x74\xe8\x50\x91\ \xe7\x42\x88\xe9\xa9\xa9\xe9\xe9\x69\x42\xc8\xd9\xb3\x67\x1f\x7b\ \xec\xb1\xd7\xde\x7e\x1b\x82\x38\x08\xfc\x13\x27\x8e\x77\xbb\x1d\ \x21\x76\x7c\xe3\x1b\xdf\x98\x9c\x9c\x74\x5d\xcf\x71\x58\xb3\xd5\ \x5a\x59\x5d\x41\x84\x6a\x03\xa4\xd6\xab\xcd\x56\xe0\xfb\x79\xc1\ \x85\xd2\x83\x61\x54\xae\x54\x93\x2c\x8b\xa2\x18\x13\xfa\xe4\x93\ \x4f\x4d\x4e\x2e\x08\x21\x3d\xdf\x77\x5d\x97\x73\xc1\x18\x4b\xb3\ \xac\xd3\xe9\xc0\x51\x07\x89\xb1\x79\x12\x84\x90\xc3\x98\x94\xd2\ \x73\xdd\x20\x08\x8a\x3c\xef\xb4\x5a\x98\x60\xc6\x98\x4d\x64\x55\ \x2a\xe5\x3c\xcf\x0f\x1e\x3c\xb4\xbc\xbc\x0c\x34\x50\x52\x29\xa5\ \xea\xb5\x1a\x21\x64\xdb\xb6\x6d\xae\xe3\x74\x3b\x9d\x56\xab\x69\ \x51\x1b\x07\xf6\xee\xf3\x6f\xb8\xf1\xd3\x9f\xf9\xcc\xb9\x73\xe7\ \x66\x67\x67\xa1\xd2\x8a\x73\x84\x10\x44\x18\x23\xc4\x28\xb9\x66\ \x6f\xd1\x18\x13\x7a\x4e\xbd\x52\xce\xb9\xc6\x10\x71\x21\x3d\x37\ \x94\x42\x62\x42\x7d\xcf\xcf\xd2\x61\x1c\x47\x8b\x57\x16\x34\x30\ \xbd\x5e\x4f\x2a\xe5\xbb\xee\xfd\xf7\xdf\x7f\xd3\x4d\xb7\x28\xad\ \x8b\x82\x03\x08\x06\xed\xd6\xcc\xd4\x44\x12\xc7\x56\x9f\xae\x31\ \x35\x59\xaf\xd7\x93\x24\x79\xf0\xc1\x07\x6f\xba\xf1\xc6\x46\xad\ \xe6\x7a\xc1\xa0\xd3\x5b\x5d\x5a\x05\xca\x5c\xb9\x78\xf9\xc2\xd9\ \xf3\x73\x73\x73\x18\x63\x29\xd5\xf9\xb3\xe7\x2e\x80\x73\x79\x9a\ \x03\x00\xcf\x9e\x3f\x5f\xad\x54\x94\xd1\x71\x9e\xb1\x34\x73\xbc\ \x14\x02\xd4\xef\x76\x8d\x16\x6b\x6b\x2b\xf7\xdf\xdb\xae\x56\xab\ \x8c\x91\x46\xa3\x76\xe9\xc2\x45\x08\x41\x9e\xa5\xdd\x7e\x1f\x42\ \xe0\x30\x47\x08\x61\x8c\xb6\xaa\x73\xbe\xef\x6b\xad\x3c\xcf\x23\ \x94\x94\x4a\xe1\x92\x10\x39\xcf\xb4\x92\x0e\x73\xb4\x56\xd5\x4a\ \xc5\x18\xbd\x6f\xef\xde\x3c\xcf\xa1\x31\x18\x22\x4c\xb0\xd6\x7a\ \xe7\xfc\xf6\x95\x85\xa5\x83\x07\x0f\xb6\xdb\xed\x95\x95\x95\x2c\ \x49\xb4\x56\x3b\x77\xee\xfa\x5b\xbf\xf4\x8b\x1f\xf9\xc8\x47\x3e\ \xfd\xa9\x4f\x55\xc2\xa0\x16\x06\x69\x14\x19\x60\x08\x81\xcc\x21\ \x8c\x61\xcf\x75\xcc\xb5\x57\xea\x20\x25\xcc\x68\x93\xe7\x85\xd2\ \x1a\x23\xe0\xb9\x2e\x2c\xa4\x90\x82\x10\xa2\xb4\xd0\xda\x8c\xbb\ \xdb\x84\xe0\x52\x4a\x4c\x08\xc1\x48\x4b\x95\xeb\xcc\xa5\xd8\x61\ \x54\x08\x61\x49\xf6\x3d\xcf\xfb\xf2\x97\xbf\xfc\xf0\xc3\x0f\xdb\ \x88\x50\x29\x73\xe6\xf4\xd9\x41\x7f\x50\xaf\xd7\xad\x4a\x79\xab\ \xdd\x7a\xd3\x9b\xdf\xb4\xbe\xbe\xde\x6d\x75\x8d\x31\xc7\x8f\x1f\ \xaf\x54\x2a\x36\x0d\x6b\x95\x04\x5d\xcf\x9b\x9c\x9c\x5c\x5b\x5f\ \x37\x00\xe4\x79\xe1\x39\xd4\x6a\x0a\x30\xc6\x0e\x1e\x3c\xb8\xb8\ \xb8\xb8\xbe\xbe\x6e\xf9\x46\x08\x21\xae\xeb\x26\x59\x36\x02\xd6\ \x09\xce\x8b\x02\x63\x6c\xb9\xae\x1c\xc7\x19\x0c\x06\x61\xb9\x64\ \x37\x42\x51\xe4\x56\x94\x89\x10\x72\xe1\xc2\x05\x5b\x94\xca\xf3\ \x7c\xdb\xf6\x6d\x4b\x4b\x4b\x10\x00\xcf\xf5\x06\x83\x01\x63\xac\ \xd7\xeb\x5e\xb8\x70\x7e\x38\x1c\xae\xaf\xaf\x31\x4a\x92\x61\x74\ \xf4\xc8\x11\xdb\xd9\xe7\x50\x8a\x09\xc1\x18\x29\xa5\x6d\x7e\xfe\ \xd5\x2e\xff\xb9\x35\xb6\xec\xe8\x77\xe6\x93\x28\x71\x5d\x17\x18\ \x03\x20\xd4\x5a\x65\x79\x01\x21\x04\x5a\x51\x3c\x22\xd2\x24\x94\ \xfa\xbe\x3f\xd2\x7e\x42\x10\x02\x68\x5b\xd3\xe2\x34\x87\x10\x2a\ \x5e\x5c\x38\x7d\xfa\xfe\xfb\xef\x77\x1c\x27\x49\x92\xe3\xc7\x8f\ \xb7\xdb\xed\x34\x4d\xeb\xf5\x7a\xa5\x52\x11\x42\xa4\x59\xda\x6e\ \xae\x3d\x7d\xe4\x99\x66\xab\x25\xa4\x5c\x5d\x5b\x5b\x58\x5c\xe4\ \x9c\xbb\xae\x6b\x85\x41\x34\x00\x56\x8f\xc2\xe2\x23\xac\xcc\x93\ \x05\xd7\x64\x59\x56\x0a\xc3\xb5\xd5\xd5\x33\xa7\x4f\xef\xdc\xb9\ \xb3\x56\xab\xf5\x7a\xbd\x76\xbb\xdd\xeb\xf5\x20\x84\xb6\xce\x07\ \x11\xb2\x35\xa1\x71\xb6\xca\x75\xdd\x7e\xbf\x3f\x18\x0c\x8e\x1d\ \x3b\x46\x09\x99\x9f\x9f\xaf\xd4\x6a\xa7\x4e\x9d\x2a\x38\xaf\x56\ \xab\x7b\xf7\xee\x5b\x5e\x59\x8d\xa2\x21\x65\x74\xdf\xbe\x7d\x9d\ \xd6\x7a\xa7\xd3\xde\xbd\x67\xcf\xe2\xe2\xa2\xbd\xdf\x6d\xdb\xb6\ \x5d\xbe\x7c\xd9\x96\x87\xcf\x9c\x39\x63\x53\x70\x52\xca\x5e\xaf\ \x37\x1c\x0e\x19\x63\x94\x31\xdb\x60\x83\x31\x06\xd7\xd8\xf4\x62\ \x20\x84\x53\x33\xdb\x1c\xdf\x8f\xf3\x98\x30\xb7\xd9\xea\xb5\x64\ \x1f\x40\x80\xa1\x51\xaa\x10\xd2\x24\x49\xc6\x18\x45\x84\xf4\xfb\ \x7d\x84\x60\x96\x65\x71\x14\x5d\xba\x7c\x29\x0c\x4b\x6b\x6b\xeb\ \x69\x96\x11\xa0\x7e\xfb\xb7\x7f\xdb\x76\x4d\xf4\x7a\xbd\xc1\x70\ \xd8\xef\xf7\x7d\xdf\xaf\x54\x2a\x08\x63\x21\x65\x9e\x65\xcf\x1e\ \x3b\xfe\xf8\x13\x4f\xee\xd8\xb1\xbd\xd5\xee\x2c\x2f\x2f\x35\x5b\ \xed\x5e\xaf\x57\xad\x56\xcf\x9f\x3f\xcf\xf3\x8c\x31\x1a\x96\x4a\ \x00\xc1\x24\x4d\x5b\xad\x96\xe7\xf9\xbd\x7e\x7f\x6a\x7a\xfa\xc9\ \x27\x9e\xac\x54\x2a\x08\x9a\x6f\x7c\xe3\x21\xcf\x75\xf7\xec\xde\ \x2d\x85\x3c\x7a\xf4\x58\xaf\xdd\x8d\xe3\xe4\xdc\xf9\x8b\x10\x42\ \x69\x00\x41\xca\x52\x50\x75\x3a\x9d\xc1\x60\xe0\xfb\xbe\xeb\xba\ \xed\x76\x9b\x73\xee\xba\x4e\xbd\x54\xbe\xfe\xba\xc3\x17\x2e\x5c\ \xea\x76\x7b\xe5\x72\xf9\xc0\x81\xfd\x84\xb0\x4e\xa7\x9b\xe7\xf9\ \x81\x83\x07\x8f\x9e\x3a\x75\x69\x79\x69\x6e\x6e\xae\x54\xae\xd4\ \x6a\x55\x08\x60\xa3\xde\xc8\x05\xb7\x1c\xf4\xfd\x5e\xef\x8b\x5f\ \xf8\xbc\x96\x72\xd8\x1f\x88\x34\xed\x35\x9b\x04\x21\x00\x00\x63\ \x2e\xe1\x22\x08\x02\xcf\xf7\xaf\xb9\xe7\xcc\xf6\xdb\x10\x82\x21\ \x1c\x29\x54\x21\x44\x1c\x17\x11\x45\x2a\xd5\x2a\xe7\x79\xa7\x95\ \x8e\xa4\x72\x94\x12\x42\x1a\x63\x5c\xc7\x21\x84\x14\xbc\x50\x46\ \x03\x45\x59\x40\x6c\x29\x61\xac\x17\x64\xfb\x8f\xdb\xed\xf6\xd2\ \xd2\x12\xe7\xf9\xe9\xd3\x27\x27\x26\x26\x1d\xc7\x29\x97\xcb\x56\ \xd1\xcf\x18\x63\x91\xe4\x84\x90\x38\x8e\xb3\x6c\x44\x5d\x62\x77\ \x4d\x18\x86\x36\x13\x3b\x18\x0c\xdc\xc9\x09\x4a\xe9\xec\xec\xac\ \x95\x0e\x6c\x36\x9b\x56\xec\xcc\xd2\x86\x80\x0d\x6a\x11\x4b\xac\ \x01\x00\xb4\x44\x45\xb6\xfc\x9f\x65\x19\x46\xd8\xf3\xbd\x52\xa9\ \x54\xad\xd6\x3c\x2f\x5c\x5b\x5b\x8f\xa2\x28\x8a\xa2\xf5\xf5\xf5\ \xed\xdb\xb7\xfb\x3c\xb8\x70\xe1\xc2\xd2\xd2\x52\xc1\xb9\x10\xe2\ \xa1\x87\x1e\x5a\x5e\x5e\xb6\x06\xd8\x18\x63\xb7\x8f\x05\x8e\xd9\ \xf7\xb7\x98\x03\x4a\x19\xe7\xc9\x66\xc0\xe7\xd6\xd8\x1a\x5b\x76\ \xf4\xea\x43\x5d\x29\xdb\x9a\xad\x11\x42\x94\x31\xa3\xb5\x54\x52\ \x29\x05\x94\xb6\xe6\x44\x29\x65\x05\x98\xb4\x36\x94\x21\xce\x39\ \x63\x8c\x17\x05\x65\x8c\x10\x9c\xe5\xb9\xed\xb8\xd0\x5a\xff\xc1\ \x1f\xfc\xc1\xc4\xc4\xc4\xea\xea\x6a\xad\x56\x8b\xa2\xe8\xf8\xb1\ \x13\x49\x14\x19\x25\x3c\xd7\x8b\xa2\x88\x73\x71\xf0\xe0\x81\x07\ \x1f\xfc\x1a\xa5\x64\x75\x75\x35\x49\x12\xc7\x71\x20\xc6\x16\x76\ \xa4\xb5\x76\x1c\xa7\xd1\x68\x34\x9b\x4d\x00\x00\x63\x2c\xcb\x32\ \x08\x80\x92\x72\x7e\x7e\x7e\x76\x76\xf6\xca\x95\x2b\x9d\x4e\xc7\ \x8a\x6c\x7b\x9e\x67\x23\x00\xad\xd4\x58\xd6\xce\x96\x88\x08\x21\ \x52\x4a\x7b\xb2\x87\x41\x60\x09\x66\x39\xe7\x69\x9a\xae\xae\xae\ \x5d\xba\x74\x91\x0b\xd5\x6c\x36\x0f\x1e\x3c\x18\x84\xe1\x53\x4f\ \x3c\xe6\x79\x9e\x95\x28\x87\x10\x5e\xbe\x7c\x39\x8e\xe3\xc5\xc5\ \x45\x7b\x88\x1c\x39\x72\xa4\xdd\x6e\xb3\x0d\xc3\x59\xa9\x54\x2c\ \xa0\x77\xd4\x3d\x09\xaf\x9d\x22\x0d\x21\x84\x09\xed\xf4\xa2\x42\ \x6a\xe6\x7a\xcc\xe3\x3c\x89\x31\xc1\x9c\xe7\x46\x1b\x44\x9c\x34\ \xcf\xa5\x52\x8c\x90\x24\x49\x94\xd2\xcc\x71\xac\x9a\xdb\xfa\xfa\ \x7a\xad\x56\xf7\x7d\x3f\x8b\x06\x17\x2e\x9c\xb7\xfa\xa9\x9f\xfb\ \xdc\xe7\xce\x9e\x3d\x6b\x51\x9d\x18\x63\xab\xf0\x3c\x39\xd1\x28\ \x57\x2b\x88\xe0\xcb\x0b\x0b\xef\xfe\x91\x1f\x19\x44\xc3\xb3\xe7\ \xcf\x19\x00\x4e\x9e\x3e\x05\x01\x08\x7d\xbf\x3f\x18\x24\x59\x0a\ \x8c\x11\x4a\x1d\x3c\x7c\xe8\xb1\xc7\x1e\x03\x00\xd8\xfb\x92\x42\ \x48\x29\x10\xc2\x37\xdc\x74\xcb\xb0\xdf\x6f\xb5\x3a\xad\xf5\x76\ \x9c\x24\x94\x10\xc7\x71\xa5\x94\x8a\x73\x91\x65\x96\xc1\xd5\x96\ \xa2\x95\x52\xbe\xef\x5f\xb9\x72\xe5\xc0\xc1\x83\x52\x8a\x5a\x18\ \xc6\x71\x9c\xa5\xd9\x60\x30\x4c\xd3\xec\xfc\xf9\x0b\xbb\x76\xed\ \x5e\x5e\x5e\x9e\x9e\x9e\xde\xbb\x77\xef\x43\x8f\x3d\x76\xf4\xf4\ \x69\xd7\x75\xfd\xc0\x9b\x9d\x9d\x1b\x0c\x06\x83\xe1\xe0\xe1\xc7\ \x1e\x75\x1c\x27\xc9\xb2\xa7\x9e\x7e\xf2\xd1\xc7\x1f\x19\xf4\x07\ \x7e\xe0\x39\x84\xfa\x8c\x2a\x29\x83\x20\xa0\x0e\x35\xd1\x10\x13\ \x76\x6d\xee\x0b\xb0\x42\x43\x5a\x69\xad\x28\x25\x8e\x43\x0d\x30\ \xb2\x10\x52\x2a\xcc\xa8\xa5\x96\x64\x8c\xf4\xbb\x58\x49\x6e\x53\ \xaf\x96\xa4\x09\x13\xe2\xba\xae\xe3\x40\x03\x01\xc3\xc8\xa1\x54\ \x6e\xf0\x18\x18\x63\x7c\xdf\xaf\xd7\xeb\xb6\x2a\xbf\xb4\xb4\x64\ \xb4\x95\x1d\x0d\xb3\x2c\xb3\xc4\xc8\x83\xc1\x20\x4d\xd3\x24\x49\ \xc6\x9d\xfb\x08\x21\xbb\xad\x82\x20\xa8\xd7\xeb\xb6\x77\xc8\x75\ \x5d\xc6\x58\xa3\x51\xaf\xd7\xeb\x6b\x6b\x6b\x36\xe8\xb4\x8e\x85\ \x25\x58\x90\x52\x2a\x29\xed\x52\x1f\xbf\x15\x84\xd0\xa2\xd3\xa5\ \x94\x5a\xe9\x24\x4d\x20\x82\x83\xc1\xc0\x75\x1d\x4a\x1d\x2b\x0e\ \x68\xc5\x47\x4f\x9f\x3e\x5d\xab\xd7\xa5\x94\x16\x03\x2f\xa5\xbc\ \x74\xe9\x92\x05\x25\xd9\xf0\xd7\xde\xaf\x7d\x73\xcb\x47\x2d\xa5\ \xb4\x17\x8c\x17\xc6\xd6\xd1\xbc\x35\xb6\xec\xe8\x8b\x9d\x2c\x08\ \x11\x42\x2c\xdf\x0d\x40\x98\x12\x6a\x8c\xae\x94\x43\x87\xe0\x61\ \xbf\x37\x1c\xf4\x39\x2f\xc6\xa4\xb5\x10\x21\xdf\xf7\xa5\x52\xa6\ \xc8\xa5\x06\xae\x31\x95\xd0\x47\x08\xdb\x56\x16\xdb\x8f\xdf\xef\ \xf7\xb5\xd6\x79\x9e\x37\x9b\xcd\x5e\xaf\x77\xe6\xf4\xa9\xa9\xa9\ \xc9\xa2\xe0\x10\x53\x03\x11\x73\x7d\xa9\x0d\xd4\xc0\x00\x54\x70\ \x59\x70\xe9\xf9\x6e\xa9\x54\x2a\x97\xcb\x7a\x63\x58\x9f\xbd\xd7\ \xeb\x95\xca\xe5\x7a\xad\x66\xe5\x88\xfb\xfd\x7e\xb3\xd9\xb4\x44\ \x30\x59\x96\x59\x43\x2b\xa5\xd4\x00\x58\xd1\x92\xb1\x2b\x0d\x21\ \xb4\xd2\x16\xb5\x5a\x8d\x60\xec\x79\x5e\xa9\x52\xa9\xd5\x6a\x51\ \x1c\xe7\x45\xbe\xbe\xbe\x3e\x31\x39\x7d\xf0\xc0\x81\x95\x95\x95\ \xe5\xd5\xd5\x2c\xcb\x2d\xb0\xa5\xdf\xef\x5b\x5b\x9b\x24\xc9\x18\ \xf7\xd8\x6e\xb7\x2d\x17\x92\xe3\x38\xd6\xf1\xb7\xa1\x80\xe5\x7c\ \xb8\x26\x7e\xd7\xf1\x81\x0e\x1d\xd7\x4b\xb2\x01\x44\x2c\x8a\x13\ \xc2\x58\x89\xd4\x00\x30\x93\x3b\x77\x0e\xfb\x9d\x4b\x97\xce\x61\ \x30\x62\x2a\x8f\xe3\x58\x08\xee\x7a\x6e\xa5\x5a\xed\x74\x3a\x69\ \x9a\x69\x63\x1a\x8d\x89\x72\xb9\x2c\x5d\xa7\xd5\x6a\x4b\x29\x31\ \xc6\x96\xa3\x8e\x10\xb2\xba\xba\xaa\xb5\x3e\x79\xe2\xc4\xf4\xd4\ \xf4\xf4\xf4\x34\x63\xae\xeb\xa2\x30\x28\x49\xa9\x87\xc3\x78\x62\ \x62\x22\x49\x32\x4a\x69\x91\x77\x4b\x61\xa9\x51\x9b\x30\x08\xb6\ \x5a\xcd\x4a\xa5\x56\x70\x49\xa9\xb3\xb2\xb6\x3e\xbf\x7d\xbb\xc1\ \x78\xfb\xdc\x4c\x5e\x14\x71\x1c\x2d\x2d\x2f\x2f\x2e\x2e\x2a\x21\ \x14\x97\x89\x52\x6c\x72\x32\x4e\x12\x44\x88\x01\xa0\x28\x0a\x8b\ \xed\x82\x10\x5a\x32\xd8\x2b\x57\xae\xd4\x6b\xb5\xa2\xc8\x6b\xf5\ \x46\xb5\x56\x9b\xc9\xf9\x85\x0b\x17\x01\x00\x2b\x2b\x2b\x84\xd0\ \x9b\x6e\xba\xe9\xec\xd9\xb3\xed\x56\xbb\xdd\x69\x23\x0c\xdb\x9d\ \xe6\x33\xcf\x3c\xb5\xb4\xb0\x78\xfc\xe8\xb3\x9d\x6e\x47\x59\x22\ \x64\x2d\x3b\xed\x36\x42\xd0\x61\x98\x11\x8c\x00\xa8\xd7\xeb\x2b\ \x2b\x2b\x8e\xeb\x40\x8c\x10\xa1\x9e\x8f\xb5\xb9\xe6\x74\x3a\x20\ \x84\x40\x08\x84\x10\x8c\x39\x5a\x6b\x6d\x94\x31\x90\x73\x6e\xa8\ \x69\xb5\xd7\x2d\x0b\x80\x52\x52\x6b\xad\xd4\x88\x33\x92\x60\xec\ \x38\x0e\x21\x0c\x00\x90\xa5\x31\x17\xc2\xf2\x8a\x58\x87\xd2\x82\ \x72\x19\x63\x10\x22\xc6\xd8\xdc\xec\xcc\xe5\xcb\x97\x7a\xbd\x5e\ \xb9\x5c\x46\x08\xb5\xdb\xed\x93\x27\x4f\x5a\x32\x0d\xdb\x8f\x6b\ \xc3\x47\x29\xe5\xf5\xd7\x5f\x4f\x29\x5d\x5f\x5f\xb7\x26\xd6\x72\ \x0d\x6a\x6d\x16\x17\x17\x87\xc3\xa1\xdd\x08\x79\x9e\x5b\x8d\x3f\ \x21\x84\xef\x79\x59\x9e\x23\x4a\x6d\xf0\x6a\x17\xa1\x5d\x4b\x69\ \x9a\x1a\x63\x20\x82\xd1\x30\xb2\xba\xee\x52\xaa\x38\xee\xb5\x5a\ \x2d\x4a\xe9\xee\xdd\xbb\xab\xd5\x2a\x84\xb0\xd3\xe9\x9e\x39\x77\ \xa6\xd5\x6a\x5a\xa5\x77\xc6\x58\x9e\xe7\xc6\x18\xcf\xf3\xec\x9d\ \x5a\x63\x69\x15\x1d\x2c\xa1\xa0\x0d\x49\x2b\x95\x8a\xcd\xf7\xbc\ \x62\x59\xdd\x34\x4d\xf3\x34\x35\xe0\x7b\x39\x8d\x0c\x01\xf4\xc3\ \xd0\xf2\x4e\xbf\x70\x44\xd1\x90\x6f\x34\xad\x7e\xaf\x0e\xcf\xf7\ \xaf\xc2\x2a\xbf\x4a\xed\xa8\x41\x10\x62\x0c\xed\x86\xd4\x5a\x23\ \x82\x11\xc2\x94\xb2\x52\xe8\x8b\x3c\x8f\xa3\xa1\x8d\x53\xed\x61\ \x61\x10\xf0\x3c\x2f\x0c\x4b\x79\x9e\xfb\x8e\xe7\xfb\x81\x91\xdc\ \xc2\x31\xec\x86\xf7\x7d\xbf\x56\xab\xd9\x76\xc0\x73\xe7\xce\x41\ \x08\x29\x45\xbe\xef\x45\x51\x44\x08\x61\x8c\xda\xf4\xa9\xb5\xb5\ \x1b\xdc\x28\xc0\x76\xad\x4c\x4d\x4d\x61\x8c\x97\x97\x97\xcb\xe5\ \xb2\x0d\x10\xa7\x26\x27\x21\x00\x69\x9a\x22\x84\x92\x24\x89\xe3\ \xd8\xc6\x64\xf6\x1c\x89\xe3\x18\x00\x80\x08\xb1\x36\xde\x62\x74\ \x2d\x77\x8f\x8d\x65\x87\xc3\x61\xb9\x54\x8a\xe3\x18\x53\x6a\x03\ \x26\x4a\x48\x1c\xa7\x51\x7c\x71\x7a\x7a\x16\x40\x28\xa5\xb4\xda\ \x61\x67\xcf\x9e\xb5\x60\x0d\x63\xcc\xf8\x23\xec\xfb\xc0\x11\x9b\ \xf2\xc8\xc0\xdb\xb8\xdc\x3a\xf5\x59\x96\x9a\x6b\x3e\xd1\x01\xa0\ \x8c\x52\xc7\x29\x84\xc9\xb2\x1c\x33\x97\x32\x07\x18\xbd\xff\xc0\ \x81\x6e\x6b\xed\xca\x95\x0b\x45\x96\x2b\xa9\x2c\x23\x2e\x00\x20\ \x0c\x4b\x61\x18\x08\xa9\xcb\xe5\x4a\xa9\x5c\x26\x94\x32\x08\x5c\ \x46\xa4\x94\x52\x4a\x9b\x42\x2c\x95\x4a\x4b\x4b\x4b\xa7\x4f\x9f\ \xb6\x54\x4d\x61\x18\x2e\x2e\x2d\x36\x5b\xcd\xdd\xbb\x77\x0f\x86\ \x83\x28\x8e\x01\x04\x83\xe1\x10\x22\xd8\x1f\x0c\x28\xc1\x41\x18\ \x16\x82\x4f\x4d\x4f\x7b\xbe\xe7\x38\xae\xe3\x3a\x9e\xef\x27\x69\ \xca\x18\x9b\x99\x9e\xcd\xf3\x84\x52\xda\xe9\x74\x3b\x9d\xae\xd6\ \x9a\x30\x46\x08\x35\x4a\x47\x49\x52\x14\x05\x54\x0a\x40\x68\x80\ \x21\x84\x58\x85\x80\x4e\xa7\x63\x55\x74\x56\x56\x57\x1b\xb5\x5a\ \xbf\xdf\xaf\x0f\xab\x18\x21\x4b\x8e\xa1\xb5\x6e\xb5\x5a\xbd\x5e\ \x7f\xff\xfe\xfd\xab\x2b\xab\xed\x76\xdb\x71\x68\xab\xd5\x3a\x69\ \x4e\x75\x5b\xad\x4a\xb9\x12\x04\x01\x57\x32\xcd\x33\x9b\x1f\x86\ \x40\x07\x81\x4f\x20\x4e\x93\xb8\x28\x8a\x2c\x4d\x0b\x21\x28\x64\ \x42\xc8\x41\x1c\xc5\x49\x72\x6d\xb1\x91\xed\x38\xb2\xf6\x6c\x38\ \x1c\x48\xa5\x99\xc3\x30\x22\x85\x54\x08\x01\xa9\x24\x46\x08\x13\ \x9c\xe7\xc6\xf2\x75\x28\x65\x35\xac\xc0\x70\x38\x74\x5d\x5f\x6a\ \x25\xf2\xcc\x77\x5d\x30\x22\x41\xd5\x96\x54\xcb\x56\x88\x95\x92\ \x16\x2f\x2d\x84\xf0\x3c\xcf\x71\x1c\xcb\xfb\xb1\xb0\xb0\x60\xdb\ \x91\x2d\x2f\x95\x5d\x5d\xb6\x5a\x69\xbb\x9c\xf3\x3c\xb7\x59\x16\ \x8b\x7f\x6e\xb5\x9a\x9e\xe7\xb9\xae\x6b\x13\xad\x36\x12\xb5\x19\ \x5d\xa9\xd4\x73\x1d\x78\x00\x58\x5b\x6e\x23\x57\x29\x25\x63\x4c\ \x6a\x05\x21\x1c\x0e\x87\x96\x78\x44\x4a\x59\xab\xd5\x11\x42\x97\ \x2f\x5f\xce\xf3\x22\x8e\xa3\x56\xb3\x69\x03\x50\xab\xcd\x40\x29\ \x1d\xa7\x76\xc0\xa6\xfe\x25\x2b\x42\x6e\x03\x59\x8b\x81\xb7\x86\ \xf6\x95\x09\x48\x5b\xad\xf5\x2c\x49\x7c\x3f\x1c\x77\xee\x43\x00\ \x5f\x7e\xd7\xcb\x77\x8f\xbd\xdc\x38\x6d\xc1\x73\xf4\x67\x06\x00\ \xad\xe5\xea\xca\x52\xad\x5e\xaf\x56\xeb\x57\xbd\x64\x79\x79\x11\ \x68\xe3\xba\x1e\x18\x29\xa6\x81\xcd\x2f\xfc\xde\xb8\x7d\x63\x74\ \x73\x7d\x2d\x0c\x4b\xdf\x39\xc8\xee\x2b\x17\x8f\x1a\x63\x84\x90\ \x44\x4a\x84\x90\x06\xd0\xaa\x23\x0c\x06\x7d\xc5\x8b\x34\x4d\xad\ \xd0\x8d\xdd\xa5\xa3\xaa\x0c\x80\x9e\xe7\x79\x9e\x57\x08\x25\x04\ \xc7\x40\x4b\x21\xd4\x26\x22\x02\x42\x88\xdd\x78\xf5\x7a\x1d\x63\ \xbc\xb6\xba\x92\x24\xa9\x36\x26\xcf\x8b\x95\x95\x35\x1b\xce\x72\ \x2e\x94\x56\x10\x22\xa9\xe4\x60\x90\xef\xd8\xb1\xc3\x42\x60\xac\ \x95\xb5\x8e\x76\x10\x04\x69\x9a\x02\x63\xe2\x28\x1a\x37\x29\x5a\ \xf7\xdf\x06\x9d\x23\x0f\x5a\x6b\x6b\xe7\x6c\x3c\x3a\x3e\x5c\x6c\ \x70\x59\x2e\x97\xad\x64\x5b\x92\xc4\x71\x1c\xef\xda\xb3\xf7\xd0\ \xa1\x83\x5c\xc8\x28\x8a\x3b\xed\xf6\xe2\xe2\x22\x04\x40\x69\x3d\ \x4e\x0b\x5b\xbe\xb4\x3c\xcf\x2d\xff\xb8\xfd\x2c\x1b\xf8\xda\xb3\ \x26\x0c\x43\x4b\x78\x94\xe7\xb9\x9d\x93\x6b\x9e\xf6\x24\x4e\x30\ \x82\x45\x96\x42\x08\x8a\xbc\x40\x52\x19\xad\x9f\x7c\xe2\x09\x9e\ \xc5\xc6\x68\x63\xb4\xd2\x2a\x49\xd3\x82\x73\x8c\x89\xe3\x38\x61\ \x58\xaa\xd5\x27\x8b\xa2\x88\xe2\x58\x14\x1c\x20\x00\xb4\x1c\xe7\ \x09\x2d\x08\x25\xcf\x73\xc6\xd8\xfc\xfc\xfc\xb9\x73\xe7\x97\x96\ \x57\x76\xed\xde\xad\x0d\x58\x5e\x5d\xbb\x70\xe9\x52\x9c\xa6\x49\ \x96\xc9\x28\x32\x10\xf9\x61\x20\xf2\xa2\xdb\xeb\xdf\x7c\xcb\xcd\ \x9c\xf3\xb0\x54\x5a\x59\x5d\xd5\x06\x74\xba\xbd\xc9\xa9\xc9\xb0\ \x54\x5a\x6b\xae\x17\x59\xc6\x8b\x9c\x52\x5a\x70\xe1\xf9\x01\xa3\ \x4c\x49\x85\x21\x2c\x8a\x82\x10\xaa\x81\xd1\xc0\x58\xc3\x69\x5b\ \x12\x6d\x34\xc3\x18\x5b\x5d\x59\xa9\x55\x2b\x10\x82\xd5\xd5\x55\ \x8c\xb0\xe5\x64\x3e\x78\xf0\x60\xb9\x5c\xe9\xf7\x07\x4b\x4b\x4b\ \xe7\xcf\x9f\x97\x52\x42\x00\xb4\x56\x49\x1a\x33\x87\x31\x46\x29\ \xa5\xda\x8a\xfa\x68\x95\x17\x99\xef\x39\xbe\xeb\x4a\x21\xb4\xd2\ \x69\x9a\xce\x6f\xdf\x5e\xa9\x56\x57\xd6\xd6\x5a\x9d\xee\x30\x1a\ \x0a\x21\xae\x99\x8e\x11\x00\x83\x09\x26\x04\x2b\xa5\x21\x82\x08\ \x21\x03\x34\x21\x08\x63\x4c\x29\x73\x5c\x87\x67\x43\x84\xa0\x95\ \xf9\x43\x08\x01\x00\x3d\xcf\xb3\xad\x4a\xda\x18\xcf\xf3\x82\x0d\ \xc3\x63\xcd\x8a\xd6\xba\xdb\xed\xda\x95\x90\x65\x59\x9e\x25\x5a\ \x6b\x6b\x05\xed\xca\xb4\xda\x7c\x36\x83\x82\x10\xb2\xf2\x44\x9c\ \xf3\x67\x9f\x7d\x56\x4a\x99\x65\x59\x96\x65\x45\x51\x50\x4a\xbb\ \xdd\x6e\x9e\x25\x69\x92\x58\xc6\x12\x29\xa5\x10\xc2\xd2\xf0\x3a\ \x8e\x23\xa5\xd4\xc6\x08\x29\xed\x5e\xb0\x59\xa2\x71\xc6\xd5\xca\ \xcf\x25\x69\x62\xbd\x5e\xc6\x58\xa3\x31\x31\x37\x37\xb7\xb6\xba\ \xf6\xd0\x43\x0f\x59\x41\x18\x31\x5a\xb1\xd0\xba\x89\xe3\xb8\xd3\ \x7e\xd5\x31\xcb\x01\xda\xc0\x1c\x8c\x13\x51\xf6\xe5\xce\xa6\xf6\ \xfc\xef\xdc\x48\xe2\x38\x89\xa2\xed\x3b\x77\x61\x4c\xc0\xf7\xfa\ \x28\xf3\x62\x79\x71\x21\xf0\x43\xba\x69\x6e\xbb\xed\x96\xd1\x7a\ \x7e\xfb\xce\xef\xf9\xdb\xaf\xab\xc6\xc2\xe5\xcb\x7e\x10\x7c\x87\ \xa2\xd2\x57\xae\xef\x45\x29\x95\xa6\x29\xc4\x0c\x53\x46\x10\x92\ \xda\x30\x42\x94\xe0\x76\x6b\x61\x84\x6c\xc2\xb6\x28\x0a\x60\x0c\ \x46\x88\x0b\x9e\xa6\x29\x25\x24\x49\x73\x00\xa1\xc7\x08\x82\x68\ \x94\xf5\x85\xd0\xa2\x15\x6c\xb8\x66\x09\xe2\xa5\xd2\x52\x69\xdf\ \x0f\x99\xe3\x2e\xaf\xac\x56\xab\x55\xa5\x8c\xd2\x26\xcf\x39\x21\ \x94\x60\x84\x28\x8d\xe3\xd8\x96\xd6\x16\x17\x17\x6d\x66\xd8\x52\ \xe0\x4a\x29\x05\xe7\x36\xab\x66\x6d\x9b\xde\xb0\x79\x36\x1a\xd8\ \x0c\x20\x1c\xdb\x72\xfb\x83\xcd\xc7\x5a\xd7\xdd\xe6\x99\x29\x65\ \x33\xd3\xd3\xdd\x6e\x57\x48\x15\xc7\xc9\xd2\xd2\xd2\x30\x8a\xac\ \xd8\xdf\x58\x6a\x6d\x83\xf8\x11\x8e\xa3\xde\x31\xd7\xa0\x35\x12\ \x36\x87\x6c\x2f\xf6\x7d\xdf\x8a\xd8\x5c\xc3\xb4\x1b\x63\x86\x83\ \x5e\x9a\x17\x39\xd7\xa1\x5f\x85\xc8\x29\x38\xc7\x04\x67\x59\x4c\ \x29\x0a\x3d\x7f\x90\xa7\xdd\x6e\xd7\xaa\xcb\x21\x08\x09\xa5\xcd\ \x66\xb3\x54\xa9\xe6\x59\xde\xeb\xf5\x30\xa5\x15\xdf\xd3\x92\x5b\ \x67\x02\x6c\x50\x44\x69\xad\xa3\x28\x1a\x65\x05\x99\x83\x30\x09\ \xcb\x15\x29\xe5\xb3\x47\x8f\x33\xc7\xd1\x06\x0e\x86\x31\x84\x90\ \x0b\x41\x11\x90\x4a\xf9\x7e\xe8\xf9\xe0\xc9\x27\x9f\xec\x0f\xfa\ \x69\x9a\xe7\x45\x21\x84\x8a\xe2\x74\x6d\x75\xc5\x73\x1d\xd7\x73\ \xa5\xd2\x52\x48\x4a\x99\x10\x0a\x02\x20\x94\xd1\xca\x48\xa9\x21\ \x86\x10\xc3\x31\x7b\x94\x45\xc1\x8c\xc5\xe9\xc6\xf3\x13\x47\x49\ \xb3\xd9\x7c\xfd\xeb\x5f\xcf\x18\x6d\xb7\xdb\x00\xc0\x66\xb3\x79\ \xf2\xe4\xc9\xc1\xa0\xe7\x06\x2e\x17\x45\x34\x54\xbe\xeb\x41\x0c\ \x0c\x50\x10\x02\x9b\x2c\x47\x10\x00\xa5\x08\x82\xd4\x71\x0a\x42\ \x80\xd6\x16\xe9\x06\x31\x09\xc2\x12\xc4\xa4\x56\xaf\xeb\x6b\xed\ \x38\x82\x10\x30\x46\x28\x23\x58\x01\x00\x01\xb2\x39\x5b\x46\xed\ \xb2\x24\x04\x39\xae\x9b\x65\x89\x4d\xc0\x22\x4c\x2d\x14\x16\x21\ \x98\xe7\x5c\x69\xe5\x39\xd4\x75\x5d\x21\x84\x2d\x2e\x58\xaf\xd1\ \x3a\x9a\x18\xe3\x5a\xad\xa6\x95\x90\x52\xa6\x69\x7a\xfe\xfc\xf9\ \xd5\xd5\xd5\x6a\xb5\x6a\x2f\xb0\x76\xcb\x82\x8c\x2a\x95\x0a\x00\ \xa0\x28\x8a\x38\x8e\xad\xd1\xb2\xb5\xd2\x28\x8a\x90\x19\xad\x6a\ \xab\xa5\x63\x9f\xac\x05\xfe\x10\x42\x00\x42\xae\xe7\xd9\x09\xb7\ \x97\xd9\x95\x69\xdf\xc4\x68\xc3\x39\xb7\xd7\xb7\xdb\xed\xc1\x20\ \xe2\x5c\x08\x29\xa3\x28\xb2\xc4\x0b\x61\x18\x66\x79\x3a\xae\x80\ \xda\x3d\x62\x8d\xb1\x5d\xed\x76\x17\x8f\xbf\x92\xdd\x4a\xe3\xe6\ \x54\xd7\xf3\x5e\x81\x88\x34\x89\x23\xcf\xf7\x31\x26\xcf\x57\x4c\ \x1b\xb3\x9c\x7f\x4f\x64\x74\x37\x5c\x16\x87\x39\x18\xe3\x3c\xcf\ \x36\xdb\xd1\x61\x34\x6c\x34\x26\xed\x05\xe3\x73\xf5\xbb\xfe\x96\ \x10\x82\xc0\x68\x6d\x25\x38\xbe\xe5\xf6\xb4\x37\x85\x31\x71\x3d\ \x2f\x4d\x92\x57\xbb\x1d\x05\x56\x83\x69\xfc\xc0\x00\x1c\x35\xc3\ \x30\x46\x09\x04\x45\x9e\x49\x2d\x6d\x8e\x0b\x40\x68\x6b\x2a\x52\ \xca\x22\xcf\x01\xc4\x7e\x10\xb8\x04\xa9\x82\x6f\x5e\xf1\xbd\x5e\ \x6f\x30\x18\x60\x8c\x3b\x9d\x8e\x6d\x87\x10\x42\xd8\xa2\xe3\xe6\ \x8d\x8a\x10\x22\x04\x53\x4a\xc2\xc0\x4b\x92\xf8\x2b\x5f\xf9\x8a\ \xe5\x3a\xb7\x6a\x15\x56\x88\x94\x10\x92\xc4\xb1\xe7\xba\xd5\x6a\ \xd5\x5a\xe5\x8d\xd9\xb7\x69\x34\x05\x00\x80\x1b\xc2\x8a\xb6\x96\ \x63\x73\x56\xf6\x48\x82\x10\x0a\xce\x93\x38\x9e\x9d\x9b\xa3\x94\ \xb6\xda\x9d\xe3\xc7\x8f\x73\xce\x85\xd4\x94\x52\x7b\x0e\x6e\x08\ \xe3\x41\x9b\xc5\xb5\xe6\x79\x73\xd4\x38\x56\xc3\xb6\xc8\x4c\xeb\ \x98\x5b\xe1\x1a\x29\xe5\xb5\xae\x6e\x83\x20\xc4\x10\x24\xc3\x7e\ \xb9\x32\xe1\x38\xb4\x10\x92\x11\x8c\x10\x0c\xea\xd5\x52\xc9\xeb\ \xb6\x56\x08\x46\xeb\x6b\x6b\x8e\xe7\x41\x08\xa4\xd2\x61\x10\x58\ \x72\x73\x21\x24\xa5\x74\x72\x7a\x5a\x66\x69\x92\xc6\x63\x3d\xb8\ \x34\x4d\x87\xc3\xa1\x0d\x89\x8e\x1d\x3b\x06\x11\xd6\x00\x5a\x59\ \xd0\xc1\x60\x10\x04\x81\x4d\xd6\x59\xb7\x20\x08\x82\x89\x46\xcd\ \x61\xec\x0b\x5f\xfc\x42\x10\x04\xeb\xcd\x66\xc1\xf9\x70\x30\x60\ \x9e\xdb\xef\xf7\x11\xc6\xbd\x7e\x3f\x21\xb8\xd1\x68\x28\x29\x87\ \xc3\x61\x28\x84\x01\x86\x11\x66\xb4\xb6\x00\x34\x03\x35\xc4\x23\ \x23\x6a\x03\x74\x8b\xc3\x32\xc6\x10\x42\x11\x44\x2b\x2b\xab\x3b\ \x76\x6e\xdf\xbb\x67\xef\xe9\xd3\x67\xce\x9f\x3f\xbf\xbe\xde\x44\ \x08\x73\x2e\x00\x00\xae\xeb\x06\x61\x98\xc9\xa2\x28\x78\xb5\x51\ \x2e\x97\xca\x8c\xb2\x2c\xcb\x34\x30\x36\xb6\x46\x08\x61\x0c\x85\ \x14\x4a\x6a\x2e\x0b\xad\x74\xbb\xdd\x26\x8c\x21\x84\x10\xc4\xca\ \x00\x03\xd0\xb5\x22\x8d\x80\x36\xc6\x26\x2d\x11\xd4\x06\x22\x08\ \x61\x10\xf8\x7e\x58\xb2\x9b\x01\x21\x24\xb2\xb4\xd7\xed\x58\x2a\ \x60\x2e\xa4\xa5\x35\x30\xc6\x94\xcb\x65\xa5\x95\x15\x55\x1d\x17\ \x0e\xed\x3f\x59\x1c\x10\x84\xb0\x5a\xad\xe6\x59\x2a\x04\xb7\xea\ \x72\xe3\x7f\xca\xb2\x34\x0c\x4b\x63\x7a\xe7\x7e\xbf\x5f\xa9\x54\ \x2c\xad\xbc\x8d\x53\xed\x0e\x72\x5d\x57\x6a\x45\x30\xb6\x15\x04\ \x5b\xd4\x8c\xe3\xd8\xa6\x58\xad\xdf\x46\x18\xb3\x6f\x3e\xce\x97\ \x50\x42\xb9\xe0\x49\x92\x28\xa9\x94\xd6\x56\x19\xb0\xd7\xeb\xa5\ \x69\x5e\x14\x05\x26\x98\x11\x87\x10\x82\x10\x56\x52\x8d\xb7\xbc\ \xde\x90\x26\x1b\x6f\xde\xf1\xca\x1f\x9f\x06\x76\xc1\x8c\xbd\x64\ \x4a\xe9\x2b\x93\x21\x03\xcf\xe7\xff\x33\xcf\x67\x04\x7c\x29\x46\ \x05\x22\x84\xed\x4b\x46\x8c\xef\xff\xf3\xad\xe6\xe6\x1f\x2c\xf9\ \xbe\xd9\x7c\xcb\x9b\x67\x40\x5f\x7d\xbf\x9b\xad\xe9\x55\x17\x8f\ \xfc\x9e\xd1\xda\xd6\xdf\x41\xd2\xf7\x17\x0c\x84\x30\x04\x5a\x69\ \x03\x20\x04\x45\x6f\x61\x6d\x30\x39\xbf\xdd\x74\x97\xda\x85\xb3\ \x6d\xa6\x8e\x36\xbe\xe8\x0b\x6f\x1f\x00\x60\x36\x3d\x93\xef\x01\ \xdd\x34\x00\x11\x72\x1d\xd7\x75\x1c\x83\x30\xa1\xd4\xa3\x4c\x29\ \x85\x21\x70\x28\xd1\x18\x41\x04\x8d\x32\xb6\x94\x82\x11\x22\x94\ \x10\x42\xad\x45\xc1\xcc\xb1\xe6\x96\x0b\xb5\xd9\xc5\xb0\x39\xd5\ \x72\xb9\xdc\x68\x34\xd2\x34\xd5\xda\x0c\x06\xc3\xc1\x60\xd0\xed\ \xf6\x30\x26\x08\x21\x21\x24\x42\x10\x02\x18\x0d\x23\xd7\x73\x21\ \xd0\x9c\x17\x16\xd4\x63\xd3\x83\xf6\x58\x19\x0c\x06\x96\xf4\x4e\ \x4a\xd9\x6a\xb5\xac\xff\x6e\x0f\x59\xab\xdd\x68\x2f\x2e\x84\xb0\ \xeb\x6c\x0c\x1c\x15\x1b\x9c\xd4\x42\x08\x84\x31\x84\x70\x75\x75\ \xd5\xda\x3f\xdb\xb8\x42\x30\xb6\xec\x9a\x28\x4d\xad\x24\xe4\xb8\ \x3c\x6c\xcf\xa6\xf1\x23\x1f\x57\x86\xec\x47\x70\xce\xad\x3a\x9b\ \xe7\x79\x16\x18\x6c\x2f\xb8\x96\xc3\x02\x80\x4a\x39\x00\x66\x0a\ \x62\xdb\x7f\xef\x12\xe2\x00\x63\xb4\xe1\x25\xdf\x87\x46\x1b\xad\ \x33\x5e\x00\x84\xa4\x54\xd5\x6a\xd5\xe6\xdf\x92\x24\xcb\x8b\x82\ \x52\x56\x2e\x97\x53\xa3\x92\x68\x74\x2a\x6e\xd4\x6b\x33\xad\xf5\ \xf4\xf4\xb4\x94\x32\x4e\x12\x6d\xc0\xe9\xd3\x67\x4e\x9d\x3a\x33\ \x31\xd1\x58\x5c\x5c\x82\x10\x6a\xa5\x09\xa6\x51\x94\x10\x8c\x28\ \x46\x18\x43\xc7\x71\x56\x57\xd7\x0c\x30\x94\xb1\x42\x08\x48\x70\ \x92\xa6\x84\xd1\xa2\x28\x04\x07\x05\xe7\x04\x63\x60\x4c\x14\x45\ \x08\x61\x1c\x62\x82\x31\xa5\xd4\x61\x4e\xce\x33\x29\x05\x84\x50\ \x0a\xa9\x94\x62\xcc\x49\xd3\xc4\xf6\x75\x24\xc9\x20\xcb\xb2\x46\ \xb5\xb2\xb8\xb8\xd8\xeb\xf4\xab\xd5\xea\xe5\xcb\x97\xa5\x54\x13\ \x13\x93\x9e\xe7\x59\x6c\x36\x46\x58\x29\xe5\xb9\x6e\x18\x86\x00\ \x8c\xea\xcf\x06\x1a\x03\x8d\xd6\x52\x29\x85\x10\x15\x45\xa1\x95\ \x56\x52\xe6\x45\x2e\xa4\x0c\x2b\x15\xaf\x54\x9e\x99\x9b\x9b\x30\ \xba\x5a\xab\x69\x75\xad\x0a\x01\x46\x23\x04\x31\x46\x06\x21\x00\ \x91\x52\x9a\x73\xce\xfb\x7d\xad\x35\x73\x1c\x08\x21\x17\xdc\x3e\ \x7a\x08\x01\x82\x90\x10\x6c\x67\xb9\x54\x2a\x21\x82\xb5\xe0\xb6\ \x52\x60\x8f\x36\xbb\x5a\xec\xb2\xb4\x99\x1b\x00\xcc\x18\xda\x6a\ \x03\x47\xa5\xb4\xcd\x40\x58\x70\x6f\x9a\x24\xb6\xd6\x6e\x89\x85\ \x07\x83\xc1\x48\x67\x1b\x18\x4a\x68\xa5\x14\x58\x78\xb9\x5d\xf0\ \xe3\xfa\xa8\x52\xca\xa2\xf9\x80\x94\x76\xce\x47\x90\x37\xad\xa5\ \x56\x06\x18\xa5\x54\xc1\x0b\xa3\x75\xaf\xd7\xb3\x45\x53\xad\x0d\ \x21\x44\x08\x29\x8c\x70\x1c\xd7\x18\x1d\xc7\xb1\xd4\xdc\x7a\x00\ \x76\xd9\x58\x37\xd1\x66\x59\xc6\xba\xd9\x76\x17\xd8\xe5\x3d\x76\ \x22\x6d\xcc\xfd\x0a\xd9\xd1\x17\xfc\xf0\x9c\xa3\xff\xd2\x0a\x72\ \xb2\x48\x7b\x51\xcc\xa5\xa6\x5e\xa9\x51\x2b\x11\x2d\xa5\xfe\x9f\ \x66\x47\xaf\xba\xa3\xab\x58\x82\xb5\xbe\xda\xf4\x19\xa3\x0d\x30\ \x57\x69\x98\xbf\xe8\x39\x03\x01\x30\x4a\x44\xc3\x28\xc9\x04\xc0\ \xac\xda\x68\x78\x04\x28\xa9\x5e\x01\x53\x8a\x20\xe4\xd9\x50\x12\ \xdf\x27\xd0\x20\xac\xda\xcf\x7c\xf4\xa3\x8f\xfe\xec\xff\xf7\x9f\ \x26\x8f\xfe\xd9\x27\xd6\x6e\xf8\xb5\x5f\x78\x27\xd9\xf8\x1e\x7f\ \xf5\xed\xdb\x50\xe5\xd5\x5f\x1f\xd5\xc0\x18\x48\x19\x53\xda\x78\ \xbe\xeb\x07\x01\xc6\x14\x18\x85\x0c\xc8\xe2\x08\x23\x0c\x21\xb0\ \xbe\xb6\xad\xc1\x58\x62\x77\x12\x86\x10\x51\x8c\x90\x10\xdc\x18\ \x0d\x80\xf5\xec\x01\x84\xc0\x71\x1c\xce\x5d\x88\x40\xb9\x5c\x02\ \xc0\x9a\x55\x91\x65\xa9\xd6\x12\x63\x64\xcb\x4e\x95\x4a\x05\x60\ \xa8\x33\x1d\x27\x31\x04\xd2\xf7\x7d\x8c\x73\x0b\xea\x79\x0e\x86\ \x43\x29\x84\x90\x32\x66\x10\x92\x42\xd4\x6a\xb5\x22\xcf\xb3\x34\ \x75\x5c\x97\x50\x4a\x09\x71\x18\x23\x94\x76\x7a\x3d\x9b\x83\xda\ \x88\x71\x89\x2d\x29\xd9\x68\x35\x4b\x53\x41\xd9\x7a\xbb\xcd\x0b\ \x2e\xa4\x42\x08\x61\x8c\x1c\xc7\xb3\x8d\x3d\x14\xc1\xdc\xa8\x71\ \x5e\xd7\xc6\x76\xe3\xb3\xc3\x2e\xf1\x31\x88\xd1\x1e\x94\xd6\x43\ \xf7\x3c\xcf\x7e\x10\x25\xe4\x9a\x0b\xff\x04\x82\xd0\x73\xe2\x5c\ \xb8\x9e\xbf\x67\xff\x3e\x80\x08\xc6\x24\x8e\x07\xe5\x52\x50\xa9\ \xd5\x3a\xdd\x1e\x61\xcc\x18\x23\xa4\xac\x54\x2b\xf6\x50\x2b\x57\ \x2a\x24\x4b\x09\xa3\xbc\xe0\x46\x49\x64\x34\x81\x06\x28\x0d\xb4\ \x76\x28\x41\xd0\x67\x94\x35\x1a\x0d\x63\x8c\x33\x18\xb4\x3b\xdd\ \x41\xbf\x2f\x78\xae\x94\x90\x92\xb7\xdb\xbd\xb0\x14\x4e\x34\x1a\ \xfd\xe1\x20\xcb\x84\x10\xf9\x8e\xf9\x79\x46\x29\x25\x38\x2b\x72\ \x97\xd1\xd0\xf7\x82\x30\x8c\xe2\x48\xe4\x39\x23\x84\x51\x1a\xc7\ \x71\x63\x6e\xce\x18\x3d\xe8\x0f\xa0\x52\x08\x41\xdf\xf7\x4a\x61\ \x18\x78\x7e\x7f\xd0\x4d\xd3\xb4\xe0\x5c\x20\x40\x09\x66\x8e\x23\ \x44\x1e\x45\x31\x63\x54\x69\x95\xe6\x69\xcd\x94\xae\x5c\xbe\xd2\ \xed\xf6\x94\xd2\x94\xd1\xc0\xf7\x01\x30\x8e\x43\x30\xc6\x83\x7e\ \xd7\x18\x05\x01\xc2\x08\xe5\x79\x56\x64\x69\x25\x2c\x19\x00\x0c\ \x42\x5a\x29\x08\xb1\x52\x5a\x29\x63\x00\xd4\xda\x30\xc7\x57\x3a\ \x43\x94\x50\xc7\xa9\x55\xab\x41\x39\x84\x08\x57\x4a\x81\x36\xd7\ \xcc\x24\x05\x10\x21\xda\x40\x84\xa0\x36\x00\x63\xc2\x98\xdb\xe9\ \x76\x07\xc3\x01\x26\xd4\x68\x0d\x8c\x30\xc0\x00\x08\x94\xd6\x88\ \x60\x42\x29\x44\xc8\x71\x5c\xad\x75\x3c\x4c\x08\x84\x0e\x23\x06\ \x41\x69\x8c\x0d\xe5\x10\xa5\x98\x32\x1f\x93\x9c\xf3\x24\xcf\x7d\ \xd7\x55\x06\x62\xea\x84\xe5\x6a\x39\xc9\x30\x61\x7e\x10\x06\x61\ \x09\x40\x18\x84\x21\xc2\x08\x51\xc2\x1c\x37\x08\x03\x29\x15\x76\ \x98\xd4\x3a\x4d\x53\xcf\xf7\x0d\x80\x79\x51\xf8\xbe\xcb\x39\xcf\ \xf2\x3c\xf0\x7d\xd7\x75\xa5\x52\x8e\x5d\x61\x10\x6a\x00\x30\x42\ \x45\x96\x08\x9e\x6b\x29\x29\x46\x8c\x32\x6d\x4c\x1c\x45\x10\x18\ \xe6\x10\x29\xf9\x86\xbe\x23\x22\x84\x48\xa9\x8d\x31\x08\x41\x08\ \x41\x5e\x64\x79\x9e\x23\x08\xf3\x3c\xb7\x7d\x2c\x76\xaf\x11\x42\ \xc6\xe5\x8c\xf1\x36\x1f\x1b\x2d\x9b\x77\xb1\xd1\xb0\xb5\xb5\xaf\ \xc4\x89\x04\x0c\xd0\x66\x5c\xcd\x7e\xae\xb2\xfd\x52\x1d\x56\x88\ \x29\x78\xf4\xcf\xfe\x9f\xdf\x7b\xa0\xb7\x67\xc7\x44\x36\x4c\x76\ \xde\xf5\xae\xf7\xbf\xe7\x4d\x25\xa4\x9f\xa3\xc2\xd6\x4a\x28\xfd\ \xa2\xe1\xb5\x92\x42\x1b\x48\xe9\xc6\x09\x6c\x94\xd4\x90\x60\x64\ \x94\x90\x1a\x50\x4a\x01\xd0\x4a\x41\x8c\xe1\xa6\xeb\x5f\x5e\x72\ \xc4\x5c\x7d\x02\x9b\xab\x7e\xa7\xf5\x0b\x66\xe0\x9b\xdc\x3b\xa2\ \x74\xf0\xec\x57\xfe\xf9\xbf\xf9\x13\xbc\x7d\x0f\x93\x19\xae\xee\ \xfb\xc9\x9f\xfb\xe9\xc3\x93\x9e\x81\x63\xc6\x52\x23\x85\xc4\x94\ \xbe\xf0\x1b\x6a\x29\x94\x01\x98\xd0\x31\xb7\xa9\x12\x12\x53\x02\ \x80\x12\x42\x23\x42\x31\x04\x4a\x2a\x4c\x9e\x37\x69\x70\x3c\xc5\ \xe9\xc2\xef\xfe\xda\x2f\x5f\x3e\xf8\xcb\xbf\xf3\xf7\xdf\x81\x0d\ \xd0\xb2\x48\xb3\x5c\x03\x20\xf3\x24\xe3\x72\x23\xe6\x7e\x29\xb7\ \xaf\x8d\xc1\xaf\x76\x3b\x6a\x00\x80\x08\x13\x8c\x10\x17\x85\x52\ \x32\x4e\x22\x08\x21\x86\xd0\x21\x54\x48\x09\x00\x44\x90\x68\xa3\ \x10\x42\x10\x21\x87\x39\xda\xe8\xd0\xf7\x1d\xc6\x34\x40\x98\x90\ \x64\xd0\x07\x8a\x1b\xa0\x20\x34\x08\x43\x84\xa1\xd2\x52\x1b\x65\ \x8c\x16\x92\x43\x64\x20\x32\x52\x71\xca\x30\x80\x06\x40\x2d\x95\ \x84\xd0\x00\x64\x28\xc1\xa5\x72\x90\x67\x99\xad\x1b\x85\x61\x48\ \x29\x4d\x92\xc4\x6e\x63\xdb\xbb\x42\x29\xcd\x8b\x3c\xcb\x33\x4a\ \x29\x17\x42\x19\x03\x10\xb2\x98\x4b\x8b\xb3\xb8\xca\x4b\xb5\xfe\ \xb2\x35\x84\xd6\x3a\xb6\xbb\x5d\x42\x99\x95\x7d\xd8\xa8\xf4\x80\ \xa2\xc8\x46\x49\x5a\x5e\x8c\x5f\x68\xcd\xa4\x35\xde\xe3\xfc\xb3\ \x55\x58\x1b\x03\x79\xec\x59\x63\x13\xa4\x16\x93\x3c\x2e\x4f\x5e\ \x83\x37\xe7\x32\x22\x78\xe1\xbb\x44\x19\x1e\xc5\xbd\x34\xe3\x5e\ \x10\x72\x29\xb5\x51\xca\x40\x0d\x11\x75\x98\x10\x82\x50\x82\x10\ \xc6\x98\x08\x29\xb7\xef\xda\x8e\x31\x06\x10\x0e\x7a\xbd\x7c\xd8\ \x57\xbc\xc0\xd0\x00\xa3\x4a\xbe\x07\xb5\x91\x9c\x6b\x29\x2d\x00\ \x0a\x41\x60\x54\x81\xa0\xa4\x04\x78\x2e\xe5\xbc\x70\x1c\x8c\x31\ \x44\x04\x95\xab\xa5\x24\x4a\xa1\x16\x5a\x49\xdf\x73\x27\x1a\xb5\ \x6e\xb7\xa7\xa4\x94\xbc\xc0\x26\xf0\x19\x9b\x9f\x99\x49\xe2\xa4\ \xd7\x1b\x18\x65\xb4\x34\xca\x68\x03\x0d\x44\x44\x68\x49\x28\x46\ \x10\x18\x25\x80\x52\x5a\x09\xa3\x04\x86\x00\x11\xac\x78\xe1\x30\ \x1a\x43\x93\xa4\x09\x17\xf9\xfa\xda\x6a\x91\x24\xae\xe3\x20\x04\ \x39\x17\x45\x21\x3c\x97\xb9\x1e\x4b\xd2\x28\x4b\x33\x2e\x0b\x84\ \x09\x46\x44\x6b\x90\x65\x99\x51\x4a\x19\xc5\x18\x13\x4a\x0b\xa1\ \x8c\x86\xbc\x90\xca\x01\x84\xba\xda\x14\x0e\x43\x5c\x4a\x2e\x44\ \x51\xe4\x92\xe7\xc3\x9e\xe0\x9c\x47\xdb\xe7\xaf\x99\x16\x00\x11\ \xec\x78\x81\x02\x00\x22\xac\x84\xa2\x04\x53\xc7\xd5\x06\x28\x05\ \x30\x46\x00\x18\xa1\xa5\x86\xda\x18\x9b\x1a\x84\x10\x61\x00\x60\ \xa5\x52\xc5\x18\xf5\xfb\x03\x89\x90\xe3\x7b\xe5\x6a\x03\xa7\x09\ \x75\x5c\x4c\x08\x71\x5c\xea\x79\x8c\x32\xae\xb5\x41\x58\x01\x68\ \x20\x46\x18\x97\xaa\x2e\xa2\x0c\x00\x10\x96\xcb\x84\x10\x29\x15\ \x75\x18\xc4\xc8\x35\x9a\x32\x2a\x0d\xd0\x08\x41\x42\xa7\x66\xe7\ \x8a\x3c\x4f\xe2\x38\x49\xd2\xc1\xa0\x97\x17\x1c\x53\xaa\xb3\x4c\ \x19\xe3\x87\x21\x17\x82\x17\x85\xd6\x1a\x13\x52\x70\xe1\x50\x02\ \x94\x54\xbc\x90\x42\x20\x04\x31\xa5\x10\x21\xa3\x95\x25\x33\x47\ \x18\x68\xad\x18\xf6\x31\x26\xd6\xe4\xd9\x6c\x8a\x04\x92\x1a\x0a\ \xa1\x19\x67\xce\xed\x02\x1e\xe7\x78\xad\x02\x92\xfd\xa7\x0d\xec\ \xa1\xb0\xbe\xac\xdd\x68\x96\xec\xfe\x95\xf2\xec\x37\x8b\x6d\x6e\ \x9c\xbc\xdf\x24\x20\xfb\x66\x01\x60\xdc\x4b\xaf\x7b\xd3\xdf\xf8\ \xd5\x9f\x79\x43\x7c\xf9\xd1\xdf\xfc\xcd\x3f\xbd\x6f\xcf\x8d\x3f\ \x7a\x6b\xf8\xd4\x17\xfe\xc7\x17\x1f\x3b\x03\x2b\x3b\xff\xb7\xf7\ \xfd\xc4\x8d\x33\xe8\xc9\xcf\xfe\xf1\x17\x9f\x5a\x92\x00\xef\x38\ \x7c\x9d\x3b\x58\x38\xbb\xd0\x99\xbb\xf5\x1d\x3f\xf1\x43\x77\x97\ \x69\x7e\xf4\xbe\x8f\x7f\xe6\x1b\x27\x74\x30\xff\x8e\x1f\xff\xc9\ \x1b\xd9\xe5\x0f\xfd\xd9\x33\xef\xfc\xe0\x4f\xed\xae\x83\xc7\xfe\ \xe2\xbf\x2e\x4e\xbf\xe5\xdd\x37\xe3\xbf\xf8\x93\x8f\x9d\x6e\x15\ \xf3\x37\xbf\xfd\x7d\x3f\x74\x97\x0f\xd5\xcb\x4d\xa6\xc2\x4d\xa4\ \xfb\x2f\xd4\x1f\x35\x46\xeb\x91\x9c\xf9\xf3\x2b\xc4\x2f\xd6\x37\ \xcd\xd3\x21\xac\xdc\xf4\xbf\xff\xc6\x3f\x9a\x81\xad\x8f\xff\xc7\ \xff\xfb\x23\x1f\x7f\xf4\x5f\xfd\xf2\xdb\xbb\x67\x1f\xfa\xf3\x4f\ \x7e\xb5\x99\xd1\x5b\xde\xf6\xa3\xef\xb9\x67\xdf\x85\xc7\x3e\xff\ \x89\x7b\x9f\x48\x24\x9c\xd8\x7e\x70\x9b\x37\x38\x7e\x66\xc9\xdd\ \x7e\xeb\x4f\xff\xc4\x0f\xcd\x86\xb4\x7f\xf1\x89\x8f\x7d\xfc\x0b\ \x2b\x29\x3e\xfc\x86\x77\xff\xd8\xdb\x76\x7f\xf6\xbf\xfd\x11\xbf\ \xee\x47\x7e\xe4\xb6\xd9\xf6\x89\xaf\x7e\xec\x91\xe4\xfd\x1f\x78\ \xdb\xa9\x2f\x7c\xec\xde\x27\x2f\x90\xc6\xde\xf7\xbc\xef\xc7\x0e\ \x4f\x50\xa1\x0c\x00\x80\x20\x70\xf6\xd1\xfb\xfa\x95\x1b\xbc\xa5\ \x47\x1e\xbe\xfc\xc6\x37\xed\xf2\x01\x00\x08\x23\x60\x00\x84\x18\ \xa1\x0d\x89\x72\xf3\x52\x6e\xdf\x7c\x2f\xe4\x75\x31\x46\x04\x13\ \xeb\x99\x62\x82\x93\x2c\xb3\x5c\xb8\x2e\x65\xd0\x98\xa2\x28\x00\ \xdc\x48\x72\x42\x08\x00\xc0\x08\x3b\x8c\x69\xad\xe3\x34\xf1\xfd\ \xc0\x75\x5d\x9e\x4a\x68\xa3\x51\x00\x10\x42\x61\x18\xda\xea\x51\ \x51\x14\x45\x31\x42\x3d\x38\x8e\x63\x77\xaf\xe3\x38\xc0\x01\x46\ \x6b\xc7\x71\x94\xd2\x84\x52\xb4\xd1\xca\x36\xb6\x5e\xd6\x94\x5a\ \x9a\x18\x9b\x45\x77\x3d\x17\x22\x08\x01\xb0\xb9\x5c\x4b\x04\x68\ \x00\x10\x05\xe7\x45\x61\xdf\x81\x52\x6a\x8b\x4f\xb6\x8b\xd4\xda\ \x45\x63\x80\x05\xf7\x1a\x33\x82\x4e\x58\x52\x18\x9b\xa4\x1a\x37\ \xe1\x59\x33\x89\x37\xdc\xd5\x71\x05\xd7\x5e\x30\x46\x64\x8c\x53\ \xbe\xb6\xfb\xc5\xd2\xc4\x5f\x23\xa5\x11\x00\x00\x22\xea\x38\x5a\ \x6a\xdf\x0f\xb3\x2c\x7b\xe6\xc8\x51\x03\x11\xa1\x0c\x19\x3d\x18\ \x44\x84\x10\x00\x6c\xed\xd3\x50\xc6\x20\x82\xf5\x5a\x0d\x00\x70\ \xf9\xf2\xe5\x72\xb9\x42\x08\x82\x10\x41\x03\x20\x80\x90\x20\x08\ \x11\x73\x9c\xa0\x54\x5a\x5a\x5e\x89\xa2\xa8\x5a\xad\x76\x3a\x43\ \xdf\xf7\x6d\x5a\x3b\xcf\xf2\x7a\x63\xd2\x46\x1b\x18\xe3\x4a\xb9\ \x12\x0d\x12\x97\x32\xea\x50\x44\x30\x40\x70\x18\xc7\x22\x93\x84\ \x52\xa9\x15\x80\x50\x2a\xc5\x85\xc8\xb2\xac\x52\xad\x72\x5e\xb8\ \xbe\xc7\x98\x43\x37\xb4\x5a\x39\xe7\x5a\xc8\x38\x89\xb3\x3c\x75\ \x1c\x97\x39\x4c\x48\x99\x24\x89\x01\xc0\x61\x0e\x17\xc2\x22\x5f\ \xac\x1b\x3b\x86\x58\x17\x9c\xf7\x7a\x96\x43\xc3\xe4\x79\x5e\xe4\ \xb9\xd2\xc6\x2e\x27\x4a\x89\xc3\x18\x65\x4c\xa4\xd9\xa8\x7c\x8e\ \x31\x00\x5a\x2b\x59\x29\x97\x01\x80\x59\x9a\x4a\x09\x08\xc1\x45\ \x91\xf7\x7a\xfd\x38\x1e\x1e\x38\x70\xe0\x5a\x8f\x75\x83\x09\xb1\ \xab\xc2\x36\x5c\x42\x84\x8c\x01\xd6\x99\x83\x10\x01\xa0\x81\xd1\ \xc6\x98\xb1\x95\x41\x08\x5a\xc0\x2d\xc6\x08\x21\x24\x95\x1a\x46\ \x11\x46\xb8\xe0\x5c\x2b\x25\xa4\x4c\xb3\x0c\xb5\xdb\x36\xc3\xdf\ \xe9\x74\xb4\xd2\x10\x40\x8c\x91\xf5\x78\x10\x84\xeb\xcd\x96\x5d\ \xaf\x08\x41\x80\x8c\x06\x5a\x2a\x05\xd4\x28\xf8\xd3\x4a\x39\x94\ \xf9\xbe\xef\x79\x5e\x9a\xc6\x18\x63\x04\x9f\x03\xbd\x5b\xf2\x64\ \x21\x04\xa5\x54\x1b\x23\x84\x80\x1a\x40\x05\x94\x32\x52\x19\xa4\ \x84\xd2\x4a\x29\x4d\x19\xc3\x44\x63\x2c\x00\x40\xb6\xf9\x75\x5c\ \x92\xb0\xc9\x15\x8c\xf1\x46\xfa\x5c\x5b\xd4\x92\x95\xec\xb5\xce\ \xe2\x18\xa3\x37\xde\xc5\x63\x7c\x93\xdd\x56\x16\x81\xfc\xca\xc0\ \x7c\x46\x5a\x9b\xcf\x69\xbc\x6c\xc8\x78\xbf\x8c\xc4\x8f\x36\x00\ \x31\xc7\xa3\x88\x04\xa1\x4f\xb1\x21\x18\x2e\x3c\xf2\x17\x7f\xfa\ \x8d\xb5\x9f\xf8\xc0\x07\xfb\x0f\xfd\xc9\x47\x3f\xfa\x97\xff\xfc\ \xd7\xde\x7d\xf4\x1b\x8f\xba\x37\xff\xf4\x3b\xf7\xf5\xff\xd3\x7f\ \xfa\xb3\x1d\x3f\xf8\xf7\xde\xfb\x43\xbd\x8f\xfe\xd7\xff\xfe\xc8\ \x75\x87\x6f\x1a\xde\xfb\xa1\x4f\x1c\x7d\xd7\xfb\x7f\xdc\xb9\xfc\ \xd5\x8f\xfe\xee\x7f\xfd\x87\xff\xfb\xbb\x93\x4b\x5f\x7f\xe2\xca\ \x3b\xf7\x54\xe5\x83\x8f\x9c\xdc\xf5\xbe\xb7\x7c\xfa\x23\xff\x75\ \x61\xfa\x1d\xef\xff\x3e\xff\xcf\xfe\xf3\x47\x3f\x56\x9f\xfb\xf9\ \x37\xed\x50\x5c\xbe\x5c\x23\x6a\x8c\x01\x70\xe4\xb5\x98\x17\x94\ \xf0\xed\x1c\x3c\x37\x03\xcf\xfb\xe1\x79\xc7\x88\x31\x00\x53\x27\ \x08\xb1\x03\x42\x97\x12\x0d\x89\x1a\x9c\xfe\xf0\x87\x3f\xb1\xfd\ \x9d\x1f\x78\xbb\x7f\xf1\xf7\xfe\xf0\xc3\xf3\xbb\x7f\xa3\x73\xf4\ \x91\x25\xef\xc6\xbf\xf3\x03\x3b\x3f\xfe\xbb\xff\x69\xe1\xc0\x0f\ \x7d\xe0\xbd\x37\x7f\xea\x0f\x7f\xff\xcf\xbf\x7e\xdd\xdf\x7f\x33\ \xfe\xfd\xff\xfc\x07\xe4\xb6\x1f\xff\x91\xbd\xfc\x2f\xfe\xe8\x43\ \xa6\xfc\xeb\xdb\x8b\xf5\x4f\x3f\xf8\xf4\x8f\xbe\xf6\x5d\x67\x9e\ \x79\x70\x59\xbf\xee\xd2\x43\x1f\xfb\xf8\x93\x83\x9f\xfe\x99\x0f\ \x2e\xdd\xf7\xd1\x0f\xff\xe1\x27\xff\xd9\x3f\xfe\xa9\x12\x28\x14\ \x24\x40\xac\x3e\xf0\xf0\xb9\x7b\x7e\xf6\x37\xa6\x9f\xfa\x0f\x9f\ \xbb\xef\xd1\xbb\x7f\xfe\xad\xf0\xf9\xe1\xa6\x19\x49\xc6\xbe\xb4\ \xdb\xff\x1e\xb0\xa3\x00\x00\xad\x95\xb6\x9d\x64\xae\xcb\x85\x50\ \x4a\x41\x63\x84\xe0\x08\x40\x84\xb0\x06\xca\xde\x2d\xc6\x18\x22\ \x48\x19\xf3\x7d\x7f\x30\x18\x44\xc3\x88\x12\x16\x06\x2e\x4f\x47\ \x5e\xad\xdd\x7e\x16\x3a\x61\x95\x58\xc6\xd1\xa1\xad\xaf\x10\x42\ \x6c\xc9\xd3\x62\x7a\xd3\x34\x51\x4a\x95\x7c\xcf\xf6\xa8\x58\x70\ \xac\xed\x25\xb5\x22\x9a\xb6\x0e\x54\x14\x45\xa0\x82\xa0\x1c\x68\ \x47\xd9\x4e\x00\x03\x80\x10\x02\x23\xcc\x79\x21\xa5\xd4\x9c\x5b\ \xc6\x19\x6b\x08\x6d\x75\x67\x9c\xa4\xb5\x8e\x8f\x75\xb1\x6d\xab\ \xe5\x18\xb9\xb0\x99\xba\xc1\xfe\x30\xae\x06\x8d\x4f\x22\x8b\xdb\ \xb4\x86\xd9\x22\xb0\x6c\x9b\xa9\x35\xbd\xd7\x7e\xb2\x18\x23\x94\ \x12\x52\x2b\x05\xfc\x30\xc4\xd4\x25\x84\x0e\xe3\x04\xe4\x05\xd4\ \x4a\x2b\x61\x17\x18\x84\x10\x41\xe4\x38\x0c\x00\x50\xa9\x56\x1d\ \xcf\xef\x74\x3a\x52\xa9\xdd\xbb\x76\xc3\x34\x16\x59\x02\x10\x04\ \x00\x08\x25\xa1\xe0\xb9\xe0\x06\x82\x7e\xbf\x5f\x14\x85\xd6\x52\ \x0a\x3e\x18\x0c\x8d\xd6\xae\xeb\xd6\x6a\xb5\x20\xf0\x01\xc4\x16\ \x4a\x9a\xa4\xf1\xc4\xfc\x1c\xc6\xa4\xd7\x6d\x71\x21\x2c\x0b\x87\ \xf5\x7e\x94\x52\xbd\x6e\xd7\x9e\xb3\x52\x8a\xe9\xda\x0c\xa6\x84\ \x3a\x24\x1a\x0e\x6d\xb7\x06\xf3\x7c\x25\x55\x96\xe6\x42\x69\x00\ \x05\x63\x8e\x31\x50\x03\x88\x10\x81\x84\x40\x84\x1c\xc7\x73\x7d\ \x9f\x52\x07\x68\xa3\xb4\xd1\x1a\x28\x65\xb8\x90\x10\x0a\x00\x30\ \x26\x10\x40\x0e\x11\x72\xc8\xa8\x2c\xed\x38\x8e\x01\x20\xcb\x32\ \xa1\x14\x42\x10\x21\x6a\x00\xc8\xb3\x6c\x08\x34\x04\x3a\x0c\x43\ \x04\x8d\xef\xb1\x4a\x18\x38\x0e\xeb\x6a\x81\x11\x60\x84\x7c\x1b\ \x5b\x0f\x0a\x31\xea\xb9\x84\x10\x69\xad\x01\x30\xb5\x5a\xad\x5a\ \xad\x2b\xa5\xb2\x2c\x6d\xb6\x12\xbb\x3a\x10\x82\x16\x27\xab\x94\ \x6c\x36\xd7\x95\xd2\x45\x51\x28\xad\x21\x32\x1b\x56\xdc\xa6\x46\ \x31\x42\x58\x08\x61\x7b\x69\x30\x42\x18\xa1\xa2\xb0\x16\x0b\x11\ \x42\x37\xac\x17\x02\x00\x18\x08\x20\x86\xda\x18\x0c\x46\x11\x21\ \x46\x48\x08\x91\x26\x09\x30\x40\x08\x49\x10\xa4\x04\xdb\x65\x6f\ \x73\xb0\x63\x9a\x4c\x4a\x59\x39\x0c\x94\x52\x0a\x18\x4b\x2b\x0d\ \x20\x34\x00\x68\xa3\x85\x92\x4a\x4a\x00\x91\xe3\xba\x4a\xe9\x24\ \x49\xec\x76\xb0\xd5\x87\x71\xbd\x53\x48\x29\x84\xb0\x4b\xda\x02\ \x8c\x5d\xd7\xdd\x1c\x9e\x8e\xb7\xc3\x06\x90\x64\xb4\x79\x47\xa7\ \x12\x79\x25\xce\x25\xa3\xcd\x46\x75\x50\x8d\xe0\x38\xd0\xa6\x75\ \xf5\x4b\x6b\x76\x82\x06\x01\xea\x9a\xa7\xbf\xf2\x3f\x7e\xeb\xec\ \xe7\x97\x2e\x2e\xef\xff\x81\x0f\xbc\xfd\x7a\xef\x81\xff\xf2\xc8\ \x5a\x37\x78\xf0\xb3\x9f\xe0\xbd\x6e\x0c\xc3\xe6\x50\x12\x16\xcc\ \xef\xdc\x77\xfd\xed\xe5\x1b\x77\x3d\xec\x6e\xdf\x7f\xe3\x9d\xec\ \xd6\xfb\xbf\xb4\xbe\x76\xf9\xc9\xd3\x47\x26\xee\x79\xcf\x3b\xef\ \xb8\x05\xdc\xdc\x38\xfe\xc4\x6f\x3e\xdb\xa7\xaf\xbb\x75\xe7\xfd\ \xcf\x5c\x18\xf8\x9d\x96\xb7\xfb\xbd\xdb\x7a\xff\xf9\xc4\x32\x8c\ \x9e\xf8\xc4\xaa\xee\x14\x12\xad\x74\xb5\x99\x57\x2f\x51\x81\xd8\ \x3e\xb3\xe7\x20\x42\x06\x00\x6a\x45\x94\xaf\x4a\x75\x6a\xa3\xb5\ \x56\xc6\x28\x6d\xc6\x5e\x85\x79\x61\x56\x14\x1a\x03\x30\xcd\xd6\ \x1e\xfb\xb7\xbf\xf9\x5b\xc5\xfa\x15\x51\xbf\xe9\xef\xfe\xfc\x5d\ \xbd\xe3\x7f\x79\x69\x69\xbd\x78\xe2\xde\x55\x93\xf2\x7c\xd0\xea\ \x75\x21\x22\x13\x3b\xf6\x1c\xba\xe1\xb5\xaf\xbf\xed\x33\x8f\x07\ \x73\x37\xdc\x74\x47\xfb\xfa\xaf\xdc\xb7\xd8\xe9\x9c\xbe\xb0\x84\ \x76\xfc\xea\x8f\xbd\x65\x3b\x01\xe2\xd4\x53\x7f\xf9\xc0\xb3\x6f\ \xff\xe1\x3b\xc4\xef\x1f\xbd\xd0\xbd\xe3\xcc\xb9\xe4\x8e\x77\xed\ \x5f\x78\xec\xb3\x6b\xdd\xea\x7d\x9f\xfa\x44\xd6\xed\xc7\xac\xd5\ \x4e\x75\xd9\xd1\x90\xe0\xe6\x53\xdf\x38\xd9\x75\x6f\x65\x89\x3b\ \xbb\x63\xf5\xe3\xdf\x38\xf7\xde\xb7\xee\x43\xc0\x18\xa3\x95\xd1\ \x1b\xc8\x4c\xa5\xd4\xd5\xf0\xae\x17\xdc\xbe\x01\xc4\x68\xfd\x3d\ \x62\x47\x11\x42\xc0\xd8\xc6\x89\x11\x78\x01\x01\x88\x00\x34\xd6\ \x20\x01\x83\x30\x04\x00\x20\x42\x30\xc2\x4a\x49\xa5\x46\x1d\xa5\ \x4a\x2b\xb3\x81\x4d\xd0\x1b\x7d\x9c\x45\x51\xd8\x16\x08\xce\x79\ \x51\x14\x8d\x46\xc3\x22\x26\xec\xfe\xb4\xbd\x2b\x1b\x2d\x6b\xda\ \x46\x81\x4a\x6b\xeb\xfc\x5a\xf5\xd0\x3c\xcf\x2d\x21\x11\xa1\x84\ \x31\x96\xe5\x99\x4d\x31\x59\x74\xac\x7d\x1f\xa5\x14\xd9\x40\xc6\ \x2b\x63\x44\x9e\xdb\x4f\xb4\x99\x28\x4a\x69\x9e\xe7\x4a\x4a\xad\ \x15\x82\x70\x33\x4c\xce\x06\xac\x63\x3f\x68\xdc\xb7\x70\x15\x32\ \x70\x6c\x65\xc7\x69\x5e\xfb\xaf\xb6\xcf\x0f\x8c\x69\xd2\xae\xd9\ \x41\x87\x90\x32\x8f\x2b\xa0\x24\xcf\xb2\x22\x64\x01\xa2\x8c\x39\ \xd2\xf2\x0e\x0e\xfa\x5d\x60\x8c\x94\xca\xc6\x34\x8c\x32\x7b\x77\ \x84\x39\xb6\xe3\x10\x02\xa3\x8d\x16\x52\x28\xad\x09\x25\x10\x21\ \xad\x75\xa7\xdf\xb3\x31\x74\xa7\xd3\x09\x03\xbf\xd1\xa8\x1b\x00\ \x1c\xd7\xb1\x1d\xfa\x08\x21\x84\x49\x92\xa6\x79\x5e\xb8\x8e\xab\ \x8d\x91\x4a\x71\x29\x35\x30\x5e\x10\x14\x52\x48\x25\xb3\x3c\xf7\ \x7d\x1f\x20\x54\x2a\x95\x3b\xad\x9e\xc5\xc5\x14\x9c\x33\x4a\x83\ \x20\x0c\xfc\x40\x4b\x61\x8c\x51\x4a\x6a\x63\xb4\x36\x69\x9a\x17\ \x5c\x08\x29\x73\x5e\xf8\xbe\x6f\x11\xaf\x00\xc2\x3c\x2f\x74\xd9\ \x30\x4a\x8d\x31\x45\x21\x94\xd6\x4a\x69\x21\xa5\x4d\xb6\x17\x05\ \xa7\x8c\x51\xd7\x95\x82\xe7\x45\xe1\x3a\xd4\x46\x4a\xd2\x46\x72\ \x84\x00\x08\x99\x01\x18\xc2\x22\x4b\x1b\xb5\xaa\xef\x3a\xad\x56\ \xdb\x65\xd4\x9b\x9a\x66\x84\xa4\x52\x0a\xc1\xaf\x99\x19\x50\x29\ \x99\x65\x99\xc5\xef\x10\x8c\x04\xe7\x51\x14\x21\x84\x3c\xcf\xc7\ \x98\x40\x68\x00\x40\x10\x62\x84\x2c\x6c\x96\xa4\x69\x62\x0c\x10\ \x42\x68\x6d\x10\x42\x98\x60\xa0\x47\x99\x89\x31\x6e\x02\x21\xa4\ \xf5\x28\xf9\x01\xb4\xd9\x0c\x50\xdc\x6c\x93\x10\x42\x06\x02\x69\ \xd4\x28\x56\x05\x40\x6b\x8d\x11\x82\x06\x18\xad\x21\x84\x8c\xd1\ \x8d\xf4\x89\x19\x03\xc7\xc6\x70\x74\x03\x8c\xd1\x1e\x17\x52\x48\ \x25\x95\xb2\xfe\xbe\x36\x46\x1b\x00\x0d\xb0\xc7\x11\xa5\xb4\x28\ \x92\x2c\xcb\x8c\x31\xc1\x86\x3a\xb4\x4d\xab\xd8\xad\x37\x86\x58\ \xdb\x1d\xc7\x18\xb3\xc5\xfe\xf1\x2e\xde\x48\x53\xe1\xd1\xde\xdc\ \xc8\xc7\x60\x8c\x5f\x16\x14\xc0\x18\x03\x80\xb9\xda\xcf\x7c\x09\ \x27\xa6\x01\xb6\x7d\x5a\x2b\xa5\x37\xe3\x5a\x8d\xb1\x5d\xfc\xe6\ \x5b\x3f\x62\xa4\x79\x6e\xf6\xdc\xfc\x86\x9f\x7c\xfb\xfc\x9f\xfd\ \x87\x0f\x51\xb7\xec\x13\x28\x85\x99\x3a\x78\xfb\x8f\xbf\xef\x0d\ \x50\x0a\xe6\xf9\x65\x92\xe6\xca\x60\x59\x00\x20\x10\x30\x45\x9c\ \x00\x0d\x35\x46\x52\x1b\x04\x21\xcf\x72\x0d\x00\xe2\x45\xc1\x95\ \x54\xde\xad\xaf\x7b\xcd\xbd\x7f\xf6\xc0\x5f\x24\x7a\xf2\xf0\x5b\ \xe7\x5d\x2d\x48\xf9\xae\xb7\xff\xf0\xdb\x76\x3b\xdc\x60\xd7\xf5\ \xb3\xb4\x78\x09\xf7\x05\xc7\xff\x1b\xc7\x64\x23\xbc\xb7\x36\x2f\ \xc8\xeb\x1a\x63\xf4\x0b\x67\xe0\x85\x41\xa9\x56\x4a\x0a\x4e\x2b\ \xfb\xdf\xf3\xbe\x9f\x58\xfd\xf2\x47\xbf\xb4\xea\x36\x02\x47\x6b\ \x49\xc2\xb9\xef\xfb\xd1\xf7\xed\x64\x0a\x52\xb7\x5e\x77\xbe\xf8\ \xa0\xd4\x3e\x07\x40\x18\x6c\x78\x9e\x2a\x60\x80\x01\x50\x4b\x03\ \xb1\x56\x22\x2f\x00\x20\x3a\x2b\xb8\x36\xaa\xb2\xf3\x8e\x03\xce\ \xd7\xbe\xf8\xc9\xff\x77\x8d\x6c\xff\xbe\xc3\x33\x4f\x3d\x20\xe7\ \xae\xbf\xf3\x7d\x3f\x7c\xbb\x11\x92\xba\xae\x0f\xd2\x5c\x22\x17\ \xf6\x1e\x7d\xf4\x99\x54\x88\x2f\xff\xd9\x47\x21\x90\x7a\x78\xe5\ \x91\x67\xaf\xec\xd9\x65\x4b\xba\x5a\x49\x05\x20\x04\x46\xdb\x74\ \xe0\x5f\x71\xfb\xb6\x53\xeb\x85\x69\xed\x57\x9f\x1d\x35\xc6\x6e\ \x75\x04\x11\xb4\x79\xbf\x20\x08\x30\x21\x18\x00\x2d\x54\xdc\x1f\ \xf0\x2c\x37\x70\x04\xc4\x45\x1b\x5d\x31\x00\x80\x30\x0c\xb5\x81\ \xa5\x4a\x05\xdb\x07\xab\xf5\xb8\xa7\xd3\x62\x47\x5d\xd7\x2d\x97\ \xcb\xfd\x7e\xdf\x16\x11\xc7\xbc\x9d\xf6\x02\x4b\x8d\x5d\x14\x1c\ \x21\x94\x17\x85\xed\x07\x1f\x9b\x5b\x6b\x2a\xec\x0f\x84\x60\xdb\ \x30\x13\xc7\x31\x2f\xb8\xd1\x5a\x4a\x69\x0b\x86\x18\xe1\x51\xa0\ \xbc\x49\xf2\x25\xcf\x73\x8b\x8f\x70\x1c\xc7\x9e\x3e\xa8\x28\xc6\ \x7e\xb4\x0d\x85\x2d\x95\xa8\xb5\x4c\x4a\x6b\x9b\xa7\xb5\x34\x3a\ \x63\x48\xd1\xe6\x31\xc6\x46\x6e\x36\xb1\xf6\x70\xf9\x76\x28\x76\ \xa5\x01\x00\x61\xca\x1c\x0d\x90\xe3\x7a\xbb\x76\xee\x24\x8c\xa5\ \x49\x92\xc5\xc3\x56\x73\x75\xcc\xfa\x66\xf3\x8a\x23\x3e\x7e\x84\ \xe6\xe6\xe6\x5c\xd7\x73\x98\x13\x63\xac\xed\x6e\x03\x40\x69\xad\ \x81\xb1\xc7\xae\xeb\xfb\xcc\x73\x93\x68\xa8\x5b\x32\x4e\x52\xa5\ \xb4\xd2\x6a\x84\xfc\x34\xd2\xb2\x0d\x27\x69\xea\x0c\x71\x10\x7a\ \xcc\x75\xec\x6f\x10\xc6\x1a\x80\x4e\xaf\x4b\x1d\x86\xb5\x52\xc6\ \xd8\xd6\xd8\xe1\x70\x98\xe5\x19\x80\x26\xcb\xf3\x78\x30\xf0\x1c\ \xa6\x85\xa4\x08\x01\x04\x85\x92\x00\x00\x08\x10\x44\x10\x00\xc0\ \x05\x87\x10\xb9\xbe\x4f\xd2\x34\xcd\xf3\x5e\xaf\x3f\x51\xaf\x13\ \x42\x94\x92\x42\xca\xa2\x28\xc2\x52\xc9\xf2\xcf\x15\x42\xc4\x71\ \xa4\xe2\xc4\x28\x19\xfa\x6e\xbd\x5a\x66\x8c\x48\xa9\x84\xe2\x4a\ \x69\x02\x21\xa5\x94\x18\xc3\x28\xe1\x9c\x03\x63\x04\xe7\x45\x9e\ \xf1\xa2\x10\xbc\x20\x18\xf9\xae\xeb\x38\xec\xda\x66\xdd\x9a\x2e\ \x21\x84\xeb\xba\xbe\xef\x3b\xcc\xc9\xb2\x22\x8a\xe2\x28\x8a\x30\ \xb6\x86\x13\xdb\xdc\x04\x84\xc8\x62\xb9\xe3\x24\x06\x06\x28\xa5\ \x31\x46\x08\x61\xa9\x84\x32\xda\xe8\x51\xb6\x63\x8c\xcb\x1d\x37\ \x4d\x21\x08\x81\x36\x96\xeb\x7d\xdc\xe5\x6c\x77\x1b\x42\x18\x62\ \xa4\x80\x96\x52\x82\x0d\x26\x2c\x8c\x10\x81\x30\xcf\x0b\xdf\xf7\ \x29\xa3\x9c\x73\x4a\xb0\x7d\x73\x8b\xbc\xb3\x0b\x15\x42\x08\x0c\ \x48\xf3\x9c\x60\x0c\x10\x56\x42\x5a\xd7\x5f\x48\x69\x3d\x24\x84\ \x47\x84\xd8\x9b\x57\xe9\x98\x74\xc9\x26\x78\xe5\x46\xa2\x65\xec\ \x26\x96\x4a\x25\x2b\x53\x6a\xb1\xd6\x36\x27\x31\xce\xbb\x58\xfb\ \x6a\x8d\xa8\x31\xc6\xb6\x2d\xbd\xb4\xf2\x3f\xca\xd2\x4c\x2a\x65\ \x37\xe9\xd8\x77\xcc\x8b\xec\xa5\xc4\xa3\x96\xec\x4c\x6f\x00\x20\ \x36\xf7\x7e\xbc\x24\x57\x09\xe9\x3c\xcd\x70\x23\xdc\x7e\xe8\x8e\ \xbf\xf5\x8b\xeb\xff\xe7\xbf\xfb\xfd\xcf\xee\xf9\x67\x37\xdf\xf3\ \xe6\x7b\x3f\xfc\xe0\x97\xbe\xe6\xcc\x05\xa0\x3c\x7b\xd3\x9d\xfb\ \x41\x91\xa6\xa4\x10\x40\xcb\x3c\xcd\x8c\x90\x40\x8a\x22\x8d\xd3\ \x82\xbe\xf3\x75\x77\x7d\xe5\xc3\x9f\xf8\xc3\x4a\xc4\x96\x1f\xbf\ \x1c\xde\xf4\xee\xb9\x30\xa8\xdc\xb6\x4f\xff\xd9\x1f\x3d\x30\xf1\ \x7f\xfd\xcb\xbd\x24\x44\x6f\xd8\xef\x3f\xf8\x85\x4f\x97\x5e\x7f\ \x9d\x2e\xd0\x0d\x77\xbc\xd6\xa5\x2f\xaf\x3e\xfa\xdc\x5d\x18\x63\ \xb4\x7a\x21\x7a\xcb\x86\xa3\x76\x06\xf4\xd8\x8e\xbe\x28\x5e\x57\ \x29\x51\x64\xb9\xa4\x93\x33\x3b\x5f\xfb\xc1\xbf\xb5\xf4\x2f\x7e\ \xeb\x77\xfe\x68\xef\xaf\xff\xc8\xeb\xf6\x56\x1f\xfb\xdc\xa7\xee\ \x7d\xc3\xe1\x09\xe1\x4e\xbd\xfe\xae\x43\xa2\x48\xb3\x9c\x2b\xa5\ \x8a\x2c\xcb\x90\x50\x40\xf3\x3c\x4b\x8a\xa4\xbc\xef\xce\xc3\xde\ \x43\x7f\xfc\xfb\x7f\x72\xe7\x4e\x7e\xef\x33\xdd\xbb\x3e\x78\x33\ \xc5\xd5\x3b\x6e\x9f\xff\xe7\xbf\xf3\xf1\xd7\xfd\xe2\xbf\x98\x0f\ \x9d\xe4\xb5\x77\x7d\xe5\xcf\xef\xbf\x77\x02\x4d\x3a\xa6\xb6\xed\ \xc6\x5b\x0e\x38\xda\xc0\xfe\xe5\x23\xf7\x1f\x89\xfe\xc6\x3f\xf8\ \x67\x6f\xde\x1b\x18\x8c\x9e\xfd\xf8\xef\xfc\xfe\xe7\xbe\xf8\x03\ \x7f\xf7\x3a\x10\x2d\x3f\xf1\xec\xa5\xeb\xcb\xe5\xe5\x87\x8f\x9c\ \x5d\x7d\xc3\xc1\x0a\x52\x2f\x06\x1c\xde\xe4\x65\x22\xbd\x11\x89\ \xbd\xba\xed\xa8\xc5\xe2\x2a\x25\xa5\x10\x10\xe3\x2c\xcd\x88\x43\ \x1d\xc7\x21\x10\x21\xc7\x44\xfd\x81\xd2\x9a\x32\x32\xce\xe1\x2b\ \xa9\x10\x26\x79\x91\xfb\x9e\xd7\x98\xf0\x20\x42\x45\x12\x13\x42\ \xe4\xc6\xa1\x6f\x29\x0b\xc0\x06\xdf\x0a\x84\xb0\xd3\xe9\xd8\x23\ \xc6\x16\x2f\xad\x95\xb5\x21\xa3\x75\xc7\x94\x52\x36\x61\x28\x37\ \x86\xb5\xa0\x36\xb5\xcb\x1c\x67\xdc\xd7\x0f\x01\xd4\x4a\x69\xad\ \xb9\x94\x9e\xe7\x15\x45\x6e\x0c\x00\xc6\x48\xad\xe1\x06\x9f\xfe\ \x66\x0e\x33\x42\xc8\x30\x8a\xf2\x82\x57\x2a\x15\xcb\x0b\x68\x2f\ \xb0\x2d\x71\xf6\x7a\xb3\xc9\x5b\xf7\x7d\xdf\xb6\xd6\x8c\x69\xe8\ \xed\xbb\x59\xf0\x91\x7d\x89\x35\xc9\xb6\x05\x33\xcb\x32\x84\xae\ \x51\xd9\x18\x42\xc8\xb9\x8c\x92\xcc\x20\x22\xd2\xcc\x4d\x92\x7a\ \xa3\xc1\x18\xc3\x53\x53\xe7\xcf\x9c\x42\x10\xd8\x60\xdd\x76\xda\ \x70\xce\x31\x61\x42\xca\x32\x21\xaf\xb9\xf5\x56\x5e\xf0\x34\x4d\ \x1c\xc7\x91\x40\x03\x08\x29\x21\xda\x68\x97\xba\x00\x42\x63\x49\ \x85\x5c\xa7\xdd\xe9\x68\xc1\xfd\x20\x88\xe3\xc8\xf5\x7c\x00\xc0\ \x70\x38\x04\x08\xd5\x6a\x75\x29\xa5\xd1\x9a\x31\xc7\x71\x9c\xf5\ \xb5\xb5\xbc\x28\x3c\xcf\xb3\x4d\x8a\xd6\xc6\x10\x42\xa4\x92\x98\ \xe2\xf5\xf5\x75\xcf\xf7\xa9\xc3\xf2\x3c\x93\x52\x0a\xad\x80\x56\ \x65\x3f\xc8\xf3\x5c\x0a\x29\xb5\x36\xc6\x08\x25\xb5\x01\x10\x22\ \x29\x15\x97\x52\x08\xe1\x7a\x5e\x9a\xe5\xcb\x2b\x2b\xda\x98\x5a\ \xad\xa6\x00\x30\x10\x28\x00\x0c\x84\x88\x90\x8c\x17\x71\x9a\x68\ \x0d\x84\x92\x4a\x16\xbe\xeb\x38\x8e\xe3\xb9\x8e\x10\x82\x30\xa7\ \xdd\xe9\xd3\x51\x0f\x0c\x44\x98\x04\xa1\x2b\xb5\x49\x0b\x4e\x98\ \x43\x98\x8b\x29\xdb\xbe\x63\x57\xc1\x8b\x89\xc9\x29\xa5\xd5\xb5\ \xae\x79\x98\x27\x49\x9a\xa6\x56\x22\xdb\x71\xbc\x3c\x2f\x8a\xa2\ \x70\x5d\x24\x44\x56\x2e\x97\x21\x80\x18\x11\x4a\x98\x2d\xdb\x5b\ \xc7\x4b\xc8\xcc\x77\x3d\x8c\xb1\x90\x12\x6a\x08\x09\xdc\x0c\xd5\ \xb1\xf0\x4e\xdb\x21\x83\x21\x1a\xb3\x9f\x21\x88\x08\xc5\x9b\xeb\ \xee\x06\x00\x02\x81\x01\x00\x6e\x80\x3c\x09\xc6\x46\x29\x58\xf0\ \x34\x4d\xcb\xa4\x5c\x14\x85\x26\x23\xde\x06\xeb\x14\x5a\x3e\xa3\ \x11\x57\x97\x10\xc2\x18\xa9\xa5\xad\x79\x58\x9a\x0e\xca\xa8\x54\ \xd2\x71\x1d\x44\x71\xd4\x8f\xed\x12\x75\x5d\xd7\xf3\x3c\x21\x44\ \x1c\xc7\x76\xc1\x43\x08\x1d\xc6\x46\x30\xb4\x0d\xbe\x46\x29\x65\ \x92\x24\x96\x68\xc5\xe6\x5a\xc6\x1d\xde\x63\x66\xb1\x31\x7c\xdd\ \x76\x09\xbf\x44\x87\x45\x08\x31\x1c\x0c\xea\xf5\x06\xdc\x18\x45\ \x96\x15\x79\xfe\x2d\x6d\xa1\x01\x66\x14\x90\x6e\xb4\xbb\x58\x13\ \xa2\x8d\x81\x2f\xa9\x7d\x14\x72\xa0\x77\xdc\xf2\x46\xec\x4d\xa7\ \x71\x5c\xde\xf7\xc6\x0f\xfe\x68\xf7\x72\x73\xa5\x71\xcf\x0f\xfe\ \xdd\x0f\xf8\x5f\x7d\xe2\xd4\x49\xe0\xdf\x34\x71\x58\x98\xf0\xfa\ \x7b\xde\xcc\x66\xbc\x2c\x83\x37\xdc\xf5\x7a\x30\xe7\x15\x1c\x1f\ \x7c\xed\x5b\x8a\x49\xaf\x76\xe8\x2d\xbf\xf4\x53\xf0\xbe\x47\x8f\ \xc7\xa5\x43\xbf\xf8\x8b\xdf\xb7\xcd\x97\x99\x0c\x5f\xff\xae\xf7\ \x8a\x5b\x4a\x07\x26\xfd\x94\xeb\xef\x7f\xff\xdf\x09\xee\xbb\xf7\ \xd4\xf1\xe3\x6e\x75\xd7\x21\x63\xad\xbe\xf9\xab\x8f\xd9\x31\xa7\ \xe1\xa8\x0d\x14\xda\x6c\x84\x31\x06\xbc\xd0\x90\x98\x8d\xc6\x17\ \x9b\xe2\x33\x57\x61\xae\x36\x5f\xcd\x39\x9b\xda\xf7\xa6\xb7\x4c\ \x50\x91\x66\xde\xd4\x8f\xfe\xf4\xcf\x7c\xf9\x89\x56\x17\xdd\xf1\ \xc1\xbf\xf3\x0b\x5f\xfe\xf2\xd7\x8f\x9f\x68\xd7\xf7\x86\xa2\x30\ \xbb\x6f\xba\x9b\xba\x93\x45\x2e\x66\xaf\xbf\xfb\x0e\x30\xc7\xf3\ \x7c\xe6\xba\xdb\xef\x96\xd3\x12\xcd\xbc\xef\x17\x7e\xf1\x2b\x5f\ \xba\xff\xe4\x45\xf4\xf6\xf7\xff\xed\x37\x5c\xdf\x88\x12\xb1\xfb\ \xe6\x37\xfd\xc4\x4f\x7a\xfb\xef\xd8\x9d\x0c\xb3\xed\xb7\xbf\xe7\ \x97\x50\xed\x6b\x4f\x9f\xec\xa0\xf2\x6b\x66\xae\x53\x46\x03\x05\ \x92\x42\xdf\xfc\xfd\xef\xbc\x6e\x2e\xe0\x85\xd0\x88\xee\xbb\xe3\ \xad\x6f\x96\xe7\x12\xef\xf0\x8f\xfd\xe0\x5b\x2e\x0d\x5a\x33\xb7\ \xfe\xf0\xbb\x56\xef\x1b\xf4\x23\x15\x96\xd5\xc8\xb1\x7b\xf1\xdb\ \xb7\x18\x23\xfd\x32\x90\xd8\xdf\xc5\xf1\x28\xc6\x38\x08\x82\x52\ \xb5\x62\x20\x1c\xc6\x51\xb3\xd3\x72\x1c\x87\x62\x8c\x01\x1a\x1b\ \x5a\x63\x41\x55\x1b\xe2\x4d\x4b\x8b\x8b\x84\x10\x44\x18\x44\x88\ \x21\x00\xe4\xa8\x27\xdd\x3a\xe6\x76\x2b\x8e\xeb\x3a\x56\xda\xc2\ \x82\x1a\x6c\x5b\x9b\x0d\xe3\xac\xbc\x86\x36\xda\x36\xb6\xdb\xb3\ \xc6\xd6\x50\xe9\x06\x1d\x6e\x9e\xe7\x96\xb4\xcf\x16\x7b\x10\x84\ \x98\x31\xce\x79\x96\xa6\xda\x18\x03\xa0\x94\x5c\xd9\xae\x95\x8d\ \xf4\x97\x2d\x64\x6e\x30\xde\x2b\x00\xa0\xde\x34\x6c\xe8\x39\x4e\ \xeb\x61\x8c\xe5\x06\xa7\x9a\xeb\xba\x96\x1f\xd8\x5e\x60\xa3\x4f\ \x6b\x54\x6c\x7e\xcc\x0a\x40\x8e\x6d\xaa\xcd\xbc\x5d\x73\xe7\x13\ \x84\x70\x72\x66\xd6\x4d\x12\xd7\x2f\xad\x35\xdb\xc7\x4f\x9c\xb2\ \x59\x62\x25\xb9\xc7\x98\x9d\x37\x1b\x88\xd8\x14\x77\x92\xc4\xa7\ \x4e\x9e\xa4\xde\x25\xce\x05\x63\x0e\x26\x08\x8b\x3c\x4b\x33\x4b\ \xf6\x96\xe7\x39\xa6\x44\x01\x03\x20\xe0\x52\x80\x02\x28\x25\x5d\ \xc7\x49\x92\x54\x29\xdd\xef\xf7\x84\x10\x61\x10\x08\xad\x8d\x31\ \xbe\xef\xb9\x8e\x1b\x25\x51\xa7\x4b\xeb\x8d\x46\xaf\xdf\xcf\xb2\ \x8c\x39\x8e\xe3\xba\x34\xcf\x0b\xce\x21\x42\x59\x9e\x1b\xad\xcb\ \xa5\x12\xa1\x94\x31\x86\x09\x94\x42\x66\x69\x22\x84\x50\x1b\x74\ \xaf\x46\x03\x29\xb5\xd2\xaa\xe0\x05\x21\xc4\x0d\x7c\xa4\x41\x1e\ \x27\x94\x52\x42\x68\xae\x41\x91\x0b\x08\xb1\xc3\xdc\x3c\xe3\x79\ \x96\x19\x1d\x31\xea\x1a\x0d\x8d\x82\x52\x8e\xa6\xbd\x54\x0a\xa7\ \xa6\xa6\x02\xdf\x03\x00\xb4\x3a\x3d\x4c\x90\x5d\x2a\x14\x99\x20\ \x0c\x4b\xd5\x5a\x21\xa5\xeb\x87\x06\x20\xc7\x0f\xfa\xc3\x18\x62\ \x5a\x14\x79\x56\x14\xdf\x8e\xf2\x2b\x30\x7a\x75\x75\x55\x2a\xb9\ \x7d\x7e\x87\x6d\xcd\xb2\x20\x9a\xa2\xe0\xc6\x00\x42\xd8\xc8\x8e\ \x63\xac\xa4\x66\x8c\x4d\x4c\x4c\x70\x9e\x17\x45\x21\x04\x87\x10\ \x62\x32\xae\xf3\x18\x38\x62\x7e\xb5\xf1\x9f\x3d\x0e\x34\x7c\xde\ \x01\x8a\xb4\x1e\x2b\xa5\x58\x03\xfb\x3c\x84\x94\x94\x12\x68\x6d\ \xa9\xa1\x5d\xd7\x71\x1d\xe6\x39\x2c\x4e\x92\xf1\xb7\xb5\x60\x5a\ \x4b\xa2\x44\x08\x11\xb9\x40\x80\x20\x44\x80\x36\x5a\x1b\x03\x51\ \x5e\x08\x03\x8c\x31\x05\xc6\x04\x40\xe8\x79\x5e\x14\x45\xae\xeb\ \xd6\xeb\xf5\x4e\xa7\x63\x8d\x28\xe7\x3c\x0c\xc3\xa2\x28\xd2\x2c\ \xdb\x5c\x85\xb1\xc4\xd7\x63\x86\xcb\x71\xbe\xda\x52\xfe\xda\x66\ \xee\x51\x7b\xab\x65\xfc\x78\x69\xd3\xae\x94\x9a\x9b\x9f\xa7\xd4\ \x59\x5f\x5f\x0b\xc3\x10\x63\xac\x84\xc0\x94\x4e\xcd\xcc\x5d\xba\ \x70\xf6\x5b\xc7\xa3\x66\x83\x19\xf3\xb9\x9c\xe7\x46\x64\xfa\x2d\ \xcd\xb0\x31\x10\xbb\xb7\xbe\xe3\x27\x6f\x33\x82\x73\x69\x00\xb9\ \xf3\xdd\x3f\x7b\x5b\x1e\x0f\xe3\x6c\xdb\xcd\x6f\xfa\xf9\xdb\xdf\ \x0e\x81\x11\x45\x96\x49\x73\xc7\x0f\xbe\xc7\x88\x22\xcd\xcd\x9d\ \x3f\xf0\x2e\x20\x8b\xb8\x30\xb7\xbe\xf5\xbd\x50\xe5\x49\x92\xcd\ \xde\xf8\xc6\x5f\xb8\xed\x6d\xc0\xa8\x22\xcf\xb9\x94\xc0\xc8\xa9\ \x1b\xbe\xff\x83\x37\x9b\x34\xcf\x85\x00\x90\x55\xdf\xf4\x23\xef\ \x7f\x3b\x46\x46\xcb\x3c\xcb\xe5\xb7\x72\xe9\x8c\x79\x0e\x9f\x0a\ \x0d\xb0\x88\x33\x63\xf3\x9a\x5a\xbf\x30\xb1\xa9\xb5\x1e\xb1\x47\ \x68\xb5\xa9\xbb\x74\x63\x2a\x36\xcd\x80\xe4\xb9\xb7\xe3\xc6\xf7\ \xec\x43\x45\x56\xf0\x5c\xf8\x3b\x6f\xfd\x89\xfd\x28\x4f\x33\x53\ \xdb\xfd\xc3\x1f\x3c\x84\x11\xd4\x92\x67\x39\x3f\x78\xe7\x0f\x5c\ \x67\x44\x96\xe7\xbb\x5f\xf7\xce\xfd\x40\xe4\x49\xba\xeb\x75\x6f\ \xdb\x0f\x65\x96\xc5\xb8\xba\xe3\x3d\x1f\xfc\x25\x0c\x81\xe0\x79\ \x21\x0a\x60\x0c\xac\xec\xf8\xe1\x9f\xd9\x2f\xf3\x54\x48\x01\x20\ \xdc\xf5\xda\xb7\x1f\xbc\xeb\x1d\x10\x68\x5e\xe4\x9c\x4b\x00\x40\ \x69\xfb\xed\x3f\xb9\x17\xe6\x59\xc6\x15\x00\x52\xc0\xfa\xc1\xf7\ \xfe\x8d\xeb\x8b\x3c\x9f\x7b\xeb\x0f\xdf\x64\x64\x2e\xf4\x0f\xfd\ \xf4\xcf\xa8\x22\xe7\x52\xda\x5b\xfe\xe6\xb7\x0f\x47\x85\xe0\x57\ \xbf\x1d\x35\x94\x92\x52\xa9\x54\x29\x97\x0d\x84\x42\xcb\x28\x89\ \x95\x52\x4a\x48\x86\xb1\x05\x50\x00\x68\x28\xa1\x5a\x6b\x2e\x04\ \x26\x24\x08\xc3\x66\xb3\x35\x1c\x0e\x11\xa6\x88\x90\x6a\xe8\x7b\ \x74\x14\xea\x05\x41\x50\x2e\x97\x6d\x08\x65\x33\x9f\x10\x42\xdf\ \xf7\xed\x86\xb4\x9e\x88\xed\xc4\x47\x08\x4d\x4e\x4e\xd6\xea\x75\ \xa0\x35\x46\x20\x8a\xe2\x7c\xa3\xc0\x69\x53\xaf\xa3\xe4\x86\x31\ \x98\x90\x31\x3d\x82\x10\xa3\xfc\x30\x82\x50\x6b\x95\x67\x99\xd6\ \xca\x18\xa3\x36\x68\xd2\xac\x19\xc6\x1b\xf0\x5d\xad\xb5\xef\x01\ \x65\x8c\xa5\x1e\xb5\x6e\xb8\x65\x69\xf0\x3c\xcf\x3a\xe6\x00\x42\ \x6d\x0c\x02\xc0\xc2\x3a\x2c\x71\xae\x8d\x03\xc6\xc3\xde\x91\xed\ \xb4\xb3\x5f\xc0\xbe\x36\x4d\x53\xc1\xc5\xb5\x1d\xe8\xc6\x98\x72\ \xad\x1e\x56\x6a\xae\x1f\x22\xe6\x5e\xb8\x78\xc9\xe2\x7d\xb4\x96\ \x13\xdb\xe7\x2d\x3a\x5a\x6b\xc3\x18\x03\xc0\xc4\x71\xbc\x6f\xff\ \x81\x95\x95\x95\xc5\xc5\x25\xcb\xa7\x1f\x84\xc1\x54\x25\xc0\x84\ \x48\xa5\x08\x42\xf5\x46\x7d\x72\x7a\xba\x37\x18\xa4\x69\x6e\x3b\ \x94\xca\x95\x0a\x54\x2a\x8a\x13\x84\x10\x25\x94\x52\x5a\xad\x54\ \xbb\x83\x41\xbd\x5e\xaf\xd7\xeb\x46\x03\x42\xe1\x70\xd8\x5f\x5e\ \x5e\xb6\x4a\x23\xbd\x5e\xcf\xa6\xfe\x2c\xb1\x9c\xeb\x38\x79\xc1\ \xb5\x92\x45\x9e\x1b\x60\xd2\x2c\xb1\xa0\x06\x21\xc4\x60\x30\x40\ \xc0\x08\x05\xe2\x24\xb5\x8f\x52\x2a\x4d\x18\xb6\x52\xcf\x33\x33\ \x73\xab\x6b\xab\xbe\xef\xeb\x42\x94\xca\xa5\x30\x2c\x0d\x87\x43\ \x84\x10\x73\x1c\xa9\x14\xc2\x18\x13\x0a\x20\xc0\x98\x40\x82\x21\ \x50\x9c\xf3\x2c\xcb\x8a\x22\x4b\x93\x34\x4e\x33\x29\x64\xe8\x85\ \xd2\x00\x6d\x14\xc0\x2c\xce\x0a\x08\x21\x75\xbc\x56\xb7\x5f\xe1\ \xaa\xdd\x6e\x5f\x5e\x5c\x8e\xa3\x78\x6e\xc7\x6e\x82\xaf\xa5\xe7\ \x4c\x03\x1d\x04\x81\x57\x2a\xc7\x71\xac\xb5\x9e\xa8\x4f\x30\xe6\ \x4e\x4f\xcf\x0c\x06\xfd\xe5\xe5\x15\xdf\xf7\xad\x13\xe0\x38\x2e\ \x84\x46\x08\x2e\xb8\xa8\xd4\x2a\x08\x23\x21\x78\x51\xe4\x9c\x73\ \x8b\x30\x07\xcf\x27\x67\xd9\x5c\x07\xbd\xaa\x99\x10\xc2\x71\x13\ \x27\x02\xc0\x00\x08\x0d\xc4\xe3\x78\xd4\xbe\x0c\x6a\x63\x95\x18\ \xf2\x3c\x2f\x97\x02\x3f\x08\x68\xbf\xef\xba\x6e\xa9\x54\xb2\x4c\ \xb9\x36\x36\x8d\xa2\xc8\x71\x1c\x4c\x08\x80\x00\x2b\x82\xcc\xa8\ \xb9\x40\x48\x89\x31\x36\x10\x94\x82\xa0\xc8\x73\xeb\x0b\x16\x45\ \x91\xa6\xa9\xd5\x72\xb0\x20\x00\xc6\x58\x51\x14\x9b\xb9\x17\x6c\ \x66\x65\x0c\x97\xcb\x37\x82\xc5\xcd\x08\x5e\x4b\x32\x6c\xdd\x53\ \xc7\x71\xe0\x4b\x5e\xde\x04\x93\x03\x07\xaf\x5b\x5f\x5f\x1d\x0e\ \x7a\x00\xc0\x6a\xbd\xd1\x98\x98\xca\xf3\xec\xa5\x24\xf1\x46\xc5\ \xe0\x31\xf0\x73\x74\xfc\x02\x08\xbe\x75\x15\xc5\x61\xce\x93\x4f\ \x3c\x71\xea\xd4\x69\xb6\xc1\xb4\x57\x70\x7e\xf7\x5d\x77\xee\xdd\ \xbb\x57\xf0\x42\x6e\xb4\xba\x41\x00\x8a\x2c\xbb\xea\x07\x9e\xa7\ \xf6\x07\xc5\x8b\x84\x3f\x4f\x6b\x45\xf1\x3c\xd9\x84\x03\x2a\xd2\ \xf4\x65\x49\xb1\x58\x00\xee\x88\x76\x1f\x22\x0b\x9e\x02\x00\x2a\ \xa3\x85\xb8\xba\x77\xce\x18\x23\x04\x07\x20\x18\x63\x8c\x46\x79\ \x5d\x08\xc0\xd5\xbd\xa6\xd0\x48\x91\x6d\x80\x85\xb5\xe0\xa9\x4d\ \xbd\x2b\x99\x25\xcf\x41\x88\x45\x91\x0b\x00\x20\x80\xb2\xb0\xd7\ \x42\x59\xe4\xf6\x07\xf3\xfc\x2b\xaf\xfe\x8d\x31\xb2\xc8\xe5\xf3\ \x6f\x55\x4b\x9e\xca\xcd\xd7\x8b\x34\x15\x00\x00\x95\x67\xf6\xc3\ \xb3\x24\x7d\x1e\x78\xf7\xea\xdb\x87\x1b\xb7\x0f\x6c\xb1\xc0\xf5\ \xbc\x57\xb7\x1d\xb5\xbb\x77\x7d\x7d\xdd\x2f\x85\x98\x10\xcb\x59\ \x82\x09\x01\x4a\x51\xd7\xe5\x79\xb1\x99\xc3\xd6\x6e\xcb\xb0\x54\ \x0e\x82\xc0\xd2\xb7\x12\x42\x11\x1e\xe9\x42\x58\x94\xd9\x08\xe6\ \x0a\x8c\xcd\x10\xf6\x7a\x3d\xcf\xf3\x6c\x75\xc7\xc6\x7c\xd6\x59\ \xb6\x34\xf4\xd6\x2c\xa5\x71\xb4\x59\x31\x6d\x5c\x7d\xb4\x3b\xdf\ \x71\x98\x1e\x8c\x0a\x5a\x52\x49\x0b\x41\x0a\x82\x00\x21\x54\xe4\ \xc5\x66\xc4\x90\xfd\xb9\x28\x0a\x84\x20\xa5\xcc\xfe\x06\x13\x6c\ \x94\xb6\x1c\x6c\x69\x9a\x5a\x62\xa6\xb1\xe8\x71\x51\x14\x10\x21\ \xa8\xb5\xc5\x4c\xe6\x79\x3e\x26\x89\x1d\x73\xbb\x58\x7b\x69\xe5\ \x21\xad\x41\x1d\x47\xde\xbc\xe0\x1b\x0d\x12\x2f\x7b\x28\xa5\x8e\ \x3c\x7b\x74\x7e\x7e\xc7\xb4\x1b\x22\x44\x20\xc2\x10\x2a\x63\x34\ \xc1\x38\x4d\x53\xa5\xa4\xe3\x38\xda\x00\x84\x68\x96\xe5\x57\x16\ \x16\xb6\xef\xd8\x39\x35\x35\xb5\xd6\x6c\x11\x4a\x1d\xc7\x75\x5d\ \xc7\x71\x5d\x9e\xa7\x23\xc6\x1c\xa3\x09\x21\xb6\x68\xc7\x18\xeb\ \xf4\xba\x49\x92\x60\xa3\xed\xb1\x55\xa9\x54\xaa\xd5\xaa\x15\xc2\ \xdc\xb5\x6b\xd7\xe4\xe4\xa4\x92\xba\xdd\x69\x8e\x3a\x52\x0a\x6e\ \x13\xda\x49\x92\x58\x0d\x51\x3b\xdb\x45\x52\x14\x45\xae\xb5\x49\ \x93\x34\x4a\x22\x08\xe1\xec\xd4\x94\xcb\x28\x54\x3a\x1a\x0c\xa8\ \xe7\x53\x87\x4a\x21\x09\x26\x42\xcb\xbc\xc8\xa5\x92\x3a\x4d\x19\ \x63\x18\x23\xc7\xf7\xe2\x41\x54\xa9\x56\xa7\x67\x67\xa4\x92\x51\ \x1c\x69\x60\x94\x56\xf5\x46\x9d\x39\xac\xd3\xeb\x40\x03\x80\x31\ \x10\x41\x25\x55\xbf\xdf\xa7\x18\x0d\xa3\x48\x43\xa4\x6d\x9e\x07\ \xc0\xa2\x10\xcd\x56\xb7\x28\x8a\x7a\xbd\x0e\x20\x30\x00\x03\x84\ \x83\x52\xe5\xca\x95\xcb\x83\x41\x94\x66\xf9\x35\xc6\xa3\x1a\x38\ \x8e\xe3\xfb\x5e\x96\xe5\x79\x9e\x37\x5b\xad\x30\x28\x4d\x4c\x4c\ \x01\x00\xe2\x38\x71\x5d\x2f\x4d\x53\xcf\x0b\x5c\x97\x09\xc1\x6d\ \x32\x43\x29\xd5\x5c\x5f\x8f\xa2\xa1\xe7\x39\xb6\x10\x2f\xa4\xb4\ \x26\x70\xb3\x2d\x1d\x9b\xd2\x17\xd8\x51\xcb\xde\x02\x01\xd0\x23\ \xa6\x12\x04\x37\xe5\x75\x21\x84\x06\x19\x38\x56\x74\xc9\xd2\x1c\ \x68\x6d\xf9\x92\xa2\x61\x24\xa4\xb0\xc5\xfe\x7e\xbf\x1f\x47\x71\ \xb9\x5c\xe6\x62\x94\xe3\x31\x5a\x23\x42\x4a\x25\x4f\x4a\xc1\x95\ \xd2\xc0\x18\x04\xf3\xa2\x60\x94\xd9\x34\xbe\xcd\x00\x8d\x85\x16\ \x2c\xee\x6f\xcc\x91\x64\xc9\xa2\xad\x77\x38\x46\x33\xd9\x74\x91\ \xcd\xe8\x8c\x39\x8f\x36\xb0\xcd\xd0\x71\x9c\x97\xde\xe5\x65\xf7\ \x4f\xa3\x31\x31\x39\x39\xb5\xd1\xcb\x61\x5e\x4a\x5a\xb8\x56\xaf\ \x9f\x3c\x71\x6c\x62\x72\x32\x0c\x4b\xe3\xce\x6f\x7b\xe8\x5e\x45\ \x85\xf3\x4d\x1a\xf9\xc8\x8e\x1d\x3b\x5d\xd7\x1b\xa7\xd3\xa5\x52\ \xd3\xd3\xd3\x8e\xe3\xbc\x32\x78\xe3\x17\x4d\x3e\x99\x51\x2e\xe2\ \xf9\x54\x79\xc6\xb4\xd7\x9b\x9c\xf3\x52\xa9\xbc\xf9\xfa\xc9\xa9\ \xe9\xa5\xa5\x85\x52\xa9\xec\xba\x9e\x1e\x45\x73\x06\x6c\x54\x87\ \xcd\x4b\x83\x6b\x7d\xf7\x8c\x6f\x76\xfb\xc6\x80\xe1\x60\x30\x18\ \xf4\x77\xee\xde\xfd\x6a\xb7\xa3\x30\xcb\xb2\x56\xab\x3d\x3d\x37\ \xeb\xba\xae\xe3\xba\xb3\x33\xb3\x42\x08\xc9\x79\xb5\x5c\x5e\x5f\ \x59\xb5\xe4\x6d\x4a\x49\xdb\x73\xd6\xe9\xb4\x29\x63\xa5\x52\x29\ \x0c\x43\xe6\xb8\x9c\xf3\x38\x1a\x96\xa7\x26\x20\x44\xc0\x40\x8c\ \xb0\xeb\x7a\xad\x56\x33\x89\xd3\x20\xf0\xed\x19\xad\x94\xb2\x0c\ \x7f\x76\x3f\x5b\xf3\x69\x77\x29\x42\x48\x49\x99\x66\x19\xdc\xe8\ \x3a\x35\xc6\xa4\x69\x6a\x3f\xcb\x18\xe3\xb8\x2e\x25\xd4\xf2\x07\ \x31\xc6\x1c\xca\x82\x20\x44\x08\x62\x88\x30\x42\xc0\x18\x4b\x31\ \x88\x11\x36\xc6\x20\x88\x20\x44\x56\xd8\x9b\x52\x68\x0c\x80\x00\ \x3a\xcc\x31\x42\x58\xa2\xb5\xa2\x28\x6c\xc5\xcb\xda\xe9\x31\x65\ \xa5\x56\x9a\x12\x32\x46\x76\xd8\x34\x83\x10\x19\xc6\x18\x41\x24\ \xe4\x73\x22\x53\x16\x47\x67\x37\x24\x21\x84\x32\x0a\x21\xbc\x86\ \x25\x6d\x3f\xf7\xa9\xa7\x9e\xd1\x1a\x4d\x4c\xcf\x26\x49\xb4\x77\ \xdf\x3e\x21\x78\x34\x18\x34\xea\x95\x6e\xab\x25\xa5\x44\x18\x33\ \xe6\x8e\x08\x95\xa4\x7c\xfa\xe9\xa7\x5f\xf3\x9a\xd7\xec\xdc\xb1\ \x43\x19\x83\x11\xbe\x78\xe9\xe2\xb6\xa9\x83\xd2\xf5\x1c\xe6\x52\ \x46\x2b\xe5\x5a\xc1\xc5\x7a\xb3\x29\x84\x8c\x92\x38\x8a\xa2\x2c\ \x2b\x54\x91\x47\xc3\x48\x4a\x09\x20\xa8\x56\xab\x63\x69\x2d\xa5\ \xb5\xd2\x4a\x6b\x95\x65\xc9\xdc\xdc\xec\x60\x30\x88\xe3\xa4\x5c\ \x2e\xa7\x69\x9a\xa6\xa9\xe7\xfa\x18\xf3\x89\x89\xc9\xa8\x17\x05\ \x41\x30\x35\x35\x99\x15\xf9\xe4\xf4\x64\x91\x67\xa5\xc0\xc7\x00\ \x42\x63\x94\x10\x88\x39\x28\x4d\xad\x83\x29\x95\x12\x52\x42\x8c\ \x85\x10\xe5\x5a\xad\xd9\x69\x97\xca\x95\x30\x0c\xb3\x34\xeb\xf7\ \x7b\x71\x1c\xe7\x79\xee\xb9\x6e\xba\x41\x97\x03\x01\x44\x08\xa6\ \x69\x16\x06\x2e\xa1\x44\x08\x11\x86\x95\x0a\xc2\x42\xab\x56\xab\ \x23\x85\x40\x94\x2a\xa5\x5b\xed\x2e\x26\x98\xaf\x37\x8d\x01\xbe\ \xef\xb5\x3b\xbd\xa9\xa9\x29\xd7\x0b\x01\xc4\x98\xd0\x6b\x83\x77\ \x41\x08\xb3\x2c\x1b\x0c\x22\x42\xb0\x10\xa2\xd5\x6c\x0e\x9d\xe1\ \xfa\xfa\xba\x10\x92\x31\xca\x79\xc1\x39\xaf\xd7\x59\xa7\xdb\xe6\ \x05\x77\x1c\x56\x14\x05\x44\x40\x29\x69\xe3\xb6\xa2\xc8\x6d\xe3\ \xef\x46\x57\xbc\x01\x1b\xed\x5e\x9b\x50\x89\x63\x40\x22\xb8\x0a\ \xf5\x33\xc2\xfd\x5b\x3b\xaa\xed\xdf\x00\xc1\x04\x03\xc8\x8b\xc2\ \x75\x1d\x08\x40\x91\xa7\x5a\x14\xc6\xaa\x88\x6b\xa9\x94\xb4\xdf\ \x39\x4d\x53\x21\x79\x14\x25\x8c\x31\x00\x10\xa5\x8c\x32\x16\x04\ \x01\x75\x1c\x29\xc5\x70\x18\x49\xa3\xb4\xd4\xa1\xa5\x4c\x42\x68\ \x5c\x58\xb5\x4b\x88\x73\xde\xeb\xf5\xec\x6f\xc6\x94\x0b\x63\x96\ \x5d\xfb\x4b\x6b\x2f\x31\x42\x63\x20\xde\x98\xe0\xd0\x66\x1a\x31\ \xc6\x2f\xd7\x7b\x19\x37\x98\xe9\x97\xcc\x29\x58\xa9\xd6\xb6\xef\ \xd8\x75\xf6\xd4\x49\xe6\x38\xe8\x39\x98\x92\x79\xc9\x9f\x08\x28\ \x25\xa5\xd0\xdf\xf4\x12\xb8\xbe\xb6\xba\xb2\xbc\xf4\x3f\x9b\xe5\ \x7e\xbc\x2a\xe0\x18\x6d\x2b\x84\x38\x70\xe8\x30\x73\x9c\xcd\xd7\ \xcd\x6d\x9b\x8f\xa3\xe1\xb1\x67\x9f\x71\x1c\x17\x8e\x56\xd7\xf7\ \x80\x0e\xeb\x0b\x6e\x5f\x6b\x5e\xe4\xbb\xf7\xee\x0f\x2d\xbb\xf5\ \xab\x38\xaf\x0b\x00\x42\x48\x28\xd1\xeb\x74\x26\xa6\x26\x4b\xbe\ \x6f\x8c\xc9\xb3\x3c\xc7\x28\xf0\x3c\x42\x08\xa6\x58\xeb\xe7\xba\ \xc7\x38\xe7\xbd\x76\xcb\x65\x8c\x62\xac\x44\x91\x46\xc3\x2c\x4d\ \x0d\x98\xd2\x06\x28\x0d\x28\x73\x07\xc3\xe8\xfc\x85\x4b\x94\x50\ \x6d\x10\x84\x24\xcb\x8b\x2c\x4b\xf2\x2c\xb3\xae\x6e\x92\x24\xdd\ \x6e\xd7\x7a\xb8\xfd\x7e\xbf\xd7\xeb\x25\x49\x52\xae\x96\x00\x04\ \x84\xd1\x28\x89\x11\x44\x88\x60\x5b\x15\x81\x10\xe6\x69\x5a\xa4\ \x69\x91\xe5\xdc\x71\x00\x84\x4a\x6b\x0b\xa7\x34\x4a\x19\x6d\x6c\ \x73\x22\x24\x04\x11\x66\xb4\x11\xca\x04\x61\x19\x22\x98\xa5\x19\ \x44\x04\x61\xad\x0d\x40\x18\x99\xa2\x68\xb7\xdb\x16\xb5\x64\x51\ \x9a\x96\x8a\xc1\x86\xa7\xcc\xa1\x10\x19\x03\x94\xe3\x7a\x8e\x4b\ \xe3\xb8\xa0\x8c\x66\x99\x34\x40\x69\x63\x00\x44\x06\x22\xcb\x44\ \x21\xb5\x81\x10\x2a\x0d\x92\x3c\xa7\x84\x62\xca\x00\x2e\xc0\xb7\ \xb1\x35\x19\xc5\xe7\xcf\x9d\x9a\x9e\x9e\xac\xd7\xeb\xf5\x72\x09\ \x42\x78\xee\xfc\xf9\x99\xa9\x29\x23\x05\x84\x18\x42\x94\xe7\xb9\ \xd5\x0f\x2f\x8a\xbc\x77\xa5\xdb\xa8\x57\x77\xed\xda\x15\x27\x69\ \x9a\x44\xab\xcb\x8b\xfb\x77\xed\x2c\x24\x94\x1a\x31\xec\x66\x19\ \xff\xfa\xd7\x1f\x69\x77\xba\xf5\x7a\x5d\x0b\x03\x14\x3a\x7b\xe6\ \x9c\xe5\x21\xc7\x08\xf5\x07\x51\xb3\xd9\xa4\x94\x42\xa3\x79\x9e\ \x9d\xba\x72\x65\x71\x71\xb1\x31\x59\x29\x95\xc3\xc1\x60\x80\x09\ \x52\x8a\x87\x61\x80\x20\x92\x5c\x22\x8d\x78\xca\x7b\xed\x7e\x3c\ \x1c\x42\x04\xbb\xbd\x4e\x96\x67\x61\xe8\x1b\xad\xbb\x45\xca\xb3\ \xc2\x63\x94\xe7\x05\xa1\x2e\xc5\x2c\x8a\x13\x42\x59\x10\x94\x31\ \xa1\xd2\x68\x09\x32\x48\x5d\x85\x1d\x83\x28\x23\xac\xb5\xb6\xd6\ \xef\xf5\x28\xa5\x5a\xaa\xe9\xf9\xf9\xd3\x67\xcf\x78\x81\xbf\xb8\ \xb2\x3c\x8c\x63\xdf\xf7\x02\x97\x32\x4a\x09\x45\xe5\x5a\x09\x10\ \xa0\x85\x16\xbc\x00\xd0\x20\xa8\x11\xd0\x18\x41\x4a\x10\xa5\x04\ \x22\x0b\x2e\x93\x69\x12\xa7\x89\xe7\xb9\x94\xf3\xcc\x61\xec\x1a\ \x3d\x72\x08\x39\xe7\x4a\x8d\x70\xe0\x06\x98\x82\xe7\xc6\x18\x4a\ \x58\xa9\xe4\x4b\x25\x25\x17\xc3\x41\x47\x0a\x01\x80\x91\x5c\x63\ \x08\x44\x91\x03\x00\x30\x84\xa2\x10\x50\x23\x08\x00\x40\x96\x33\ \x0f\x3b\xcc\x01\x10\xe4\x79\x1e\xf8\x01\xc2\x28\xcb\x32\x97\x39\ \xae\xe7\x44\x51\x44\x08\x2d\x95\x4b\x79\x96\x67\x59\x56\x2a\x95\ \x30\xc6\x71\x1c\x31\xe6\x84\x61\x98\xe7\x89\x55\x68\xb7\x01\x68\ \x39\xf4\x84\xe0\x79\xa6\x3c\xdf\x77\x18\x03\x69\x4e\x34\xae\x06\ \x3e\xf6\x9d\x52\x2d\xd4\xb6\x86\xa4\x94\x17\x3b\xda\x88\x6a\xd9\ \xb7\xf0\x7a\xd7\x73\x35\x00\x08\x8a\x4e\xab\x6d\xbb\x42\x01\x82\ \x08\x22\x4a\x20\x42\xd0\x18\x05\xa1\x29\x97\x4b\x42\xc8\x28\x8a\ \x8a\x42\x43\x08\xa2\x68\x08\x00\x60\x94\x8e\x5a\xa2\x11\x42\x08\ \x25\x71\xac\xb4\x1e\x37\x90\x52\x4a\x25\x30\x25\xcf\xf5\x02\xbf\ \x3f\x18\x68\x21\xa5\x56\x40\x69\x8c\x90\x02\x00\xa0\x97\xb7\xda\ \x31\x46\x8f\x3f\xfe\xf4\x97\xef\xbd\x17\x42\xb8\x6f\xdf\xbe\x9f\ \xfc\xc9\x9f\x7c\x89\x2f\x9c\xdf\xbe\xa3\xde\x68\x44\xc3\x21\xf8\ \x9e\x1e\x10\xc2\x6a\xb5\x76\x95\x11\xb5\xe3\xc0\xa1\xeb\x66\x66\ \xb7\x65\x59\xfa\xbd\x7d\xfb\xa5\x72\xd9\xf3\xfc\xef\xdc\x47\xbc\ \x52\x78\xdd\x51\x09\x9f\x77\xba\x1d\x2e\x38\x21\x44\x49\x09\x11\ \x2a\x8a\x22\x1e\x0c\xad\x96\xe1\x66\xb8\x39\x21\xa4\xc8\xf3\x34\ \x8e\xac\x4d\xb5\x9a\x2a\xbe\xef\xe7\x45\xa1\x94\x06\x10\x60\x8c\ \x87\x51\x34\xd1\x98\x60\x8c\x0d\x86\xc3\xe1\x70\x08\xa1\x19\xa3\ \xe7\x85\x10\xcb\xcb\xcb\xd6\x8c\x0d\x87\x43\xab\xbc\x38\x4c\x86\ \x8d\x46\x03\x02\xb0\xb8\xbc\x04\xb4\x99\x9c\x9a\x44\x08\x0a\x21\ \x4a\xa5\xd2\xb0\xdf\xb7\x38\x88\x3c\x77\x20\x42\x06\x23\x68\x90\ \x94\x1c\x28\x05\x0d\x00\xca\x48\x25\x91\x36\x10\xe1\x5a\xb5\x16\ \x86\x21\x44\x30\xcf\xf2\x11\x7b\xb3\xd6\x56\xe2\xd4\xf2\xcb\xdb\ \x20\xd8\xc2\x71\xc7\xe5\x40\xeb\x92\x13\x32\x0a\x7f\xf3\x3c\x1b\ \xe7\xa5\x47\xe9\x65\x42\x00\x82\x4a\x49\xa3\x9e\x4b\xde\x01\x00\ \x09\xa5\x88\x90\xc0\xd2\xc4\x5c\x6b\x60\x24\xa5\x6c\x36\x9b\x4f\ \x3e\xf1\x58\xad\x56\xb3\xa9\xef\x34\x4d\xd6\x56\x96\x92\x24\x41\ \x98\x58\x6e\x1d\x2b\x18\x22\xa5\x44\x10\xb6\x5a\x2d\x4a\xa9\x14\ \xa2\xdd\xe9\xe4\x59\xe2\x79\x5e\xbd\x36\xb1\xba\xba\x0e\x21\x76\ \x5d\x5f\x4a\xd9\xef\xf5\xb7\xcf\x6f\xe7\x05\x6f\xae\xaf\x0f\x87\ \x11\x63\xc4\xd2\x50\x84\x61\x78\xf6\xec\x59\x5b\xae\x7e\xf8\xe1\ \x87\x11\x42\xad\x76\x6b\x79\xfd\xca\xec\xcc\xf4\xc4\xc4\xe4\xf9\ \xf3\xe7\x4f\x1c\x3f\x79\xd7\x9d\x77\x19\xad\x29\x26\x41\x18\xa4\ \x69\x72\xf2\xf8\x09\x2e\xb2\x6a\xb5\x32\x18\xf4\x5d\xcf\xcb\xf2\ \x1c\x42\x83\x00\x2c\x8a\x9c\x67\x89\x96\x0a\x62\x4e\x1c\xaf\x5a\ \xa9\x6c\xdb\xb6\xcd\x0f\x4b\x19\xe7\xed\x5e\x0f\x53\xa6\xb5\x76\ \x3d\x4f\xca\x51\xfb\x87\x56\x2a\x95\x52\x0a\xd1\x6a\xb5\x94\x52\ \x17\x2f\x5d\xea\xf6\x7a\x08\x23\x29\x05\x34\x06\x63\x48\x08\x81\ \xc8\xe4\x79\x06\x11\x20\x84\x40\x08\x94\x94\x98\xd0\x30\x08\xc6\ \x15\x3b\x1b\x91\xdb\x84\x41\xa3\x51\xa7\x94\x85\x61\xf0\x6d\xe8\ \xa6\x41\x5b\x44\x1f\x97\x0f\x6c\xba\xaf\xe0\x23\x4e\xe6\x22\x4f\ \x6d\xc2\x40\x49\x71\x95\x2f\x0d\x01\x54\x50\x61\x84\x20\x42\x1a\ \x40\x09\x05\x00\x40\x4b\x55\xe4\x39\x42\xa8\xc8\x72\x2d\x15\xe7\ \x99\x10\x42\x4a\x2c\xa5\xd0\x5a\x2b\x29\x07\x03\x65\x6b\x7e\x79\ \x9e\xe7\x59\x2a\x65\x61\x25\xe5\x01\x84\x45\x51\x0c\x7a\x5d\x82\ \xb1\x10\xd2\x00\x53\x64\x69\x60\xb0\x57\xf2\x69\xe8\x1b\x97\x62\ \x4a\x0c\x30\x04\x51\x9e\xa4\x7e\x18\x04\x9e\x8f\x20\xd0\x4a\x29\ \xa8\x38\x1f\xf1\x10\x65\x59\x6a\x53\xa6\x4a\x69\xad\x35\x30\x88\ \x10\x6a\x8b\xa0\x08\x21\xc6\xa8\xe3\x30\x21\x84\x8d\x2a\x31\xa6\ \x08\xe1\x31\xaa\x08\x41\xa8\x01\x80\x00\x58\x4c\xb8\x10\x82\x58\ \xd6\x24\x29\x47\x1b\x1f\x41\xa0\x81\xed\x52\xe5\x82\xa7\x2f\xad\ \xba\xb9\x39\x18\xbd\xfe\xfa\xeb\x4f\x9c\x3c\xb9\xb4\xb4\x74\xcf\ \xdd\x77\x6b\xf5\x32\x20\xd6\xbe\xff\x9d\xd2\xa4\x7c\xb5\x8c\x72\ \xa5\x52\xae\x54\xc0\xd6\x78\x55\xc4\xa3\xd6\x30\x8c\x9a\x08\x11\ \x1a\x23\xdd\x7b\xbd\x1e\x18\x89\xfa\x5a\x46\xdb\xd1\xfe\xb1\x7e\ \xf4\x58\x4f\x51\x29\x25\x25\x07\x46\x23\x0c\x2c\x16\xc3\x75\x18\ \x84\x9a\xf3\xbc\xdd\x6e\x16\x45\x1e\x86\xbe\x95\xe6\x08\xc3\xd0\ \x92\x19\x95\x4a\x25\x9b\x32\xb2\x39\xa8\x28\x89\x00\x00\x79\x96\ \xad\xae\xae\x3a\x94\xcd\xcc\xcc\x54\xab\xd5\xd0\x0f\x10\xc6\x9d\ \x56\x2b\xcf\xf3\x7a\xbd\x5e\xa9\x56\x83\x30\x10\xcf\xf1\x9c\x28\ \x02\x11\x34\x80\x73\xee\x78\x9e\x90\x92\x10\x94\x17\x69\xaf\xd7\ \xb3\xbd\x9e\x1b\x4d\x38\xb6\x17\x10\xd9\x9e\x16\x0b\x00\xb6\xdf\ \x7c\x38\x1c\xda\x22\x68\xc1\x39\x21\x98\x31\x66\xdb\x60\xec\xcb\ \x6d\xb1\x4a\x2b\xe5\xb8\x5e\x58\x2a\xa5\x69\x92\x65\x99\xed\xe7\ \xb1\x67\xae\xed\xa6\x1d\x75\x94\x5e\x6b\xc6\xc5\xbe\x55\xbb\xdd\ \xb6\x8a\x1f\x76\x6e\xfb\xfd\x41\x51\x14\x8c\xd1\x31\x24\xd8\x1a\ \x0c\xd7\x6a\xa7\x5b\xaa\x55\x8c\x19\x65\x59\x9a\x78\xae\x8b\x31\ \x74\x1d\xc2\x79\x1a\x04\x1e\x21\x10\x22\xb3\xb6\xb6\x72\xe5\xca\ \x25\x4a\xb1\xf5\x12\x82\x20\xd8\xbe\x7d\xfb\xb8\x8d\xc1\x18\x53\ \x2a\x95\x28\xa5\x8b\x4b\x0b\xad\x56\xb7\xd9\xec\xac\xae\xac\xf6\ \xfb\x71\xbb\xdd\x99\x9a\x9a\x72\x28\x9d\x9b\x9b\x1e\x0e\x3a\x71\ \x32\xa0\x0e\x0b\xab\x95\x3d\xfb\xf6\x71\x5e\x40\x04\xb8\xe0\x08\ \xc0\xe9\xa9\x49\x23\x65\xbf\xdb\xab\xd7\xea\x10\xe2\xac\x28\x30\ \x02\x4b\x0b\x97\x5b\xdd\x0e\x73\x3d\xa1\x94\x10\x38\x70\x19\xc5\ \xc0\x60\x84\x30\xae\xd7\xea\x39\x2f\xe2\x38\x2e\xf2\x3c\xf0\x83\ \x95\x95\x15\x8c\x31\x73\x1c\x6d\x69\xb3\x00\x94\x52\xae\xaf\xb5\ \xe2\x64\x58\x29\x57\xb5\xb6\x58\x7f\x2d\xa5\xda\xb3\x77\xef\x20\ \x1a\xae\xaf\xad\xd9\x32\xf6\x38\xd3\xe8\xba\x41\x18\x1a\x5b\x02\ \xbc\x36\x78\x97\xeb\xba\x9e\xe7\x5b\xcf\xd0\x75\x5d\xd7\x75\x6d\ \x9d\xde\x16\x14\x6d\x13\xd1\xf8\xe2\xab\xaa\xef\xf6\xaf\x6a\x43\ \xb4\xc0\xd6\x1a\x11\x42\x63\x19\xd1\xa2\x28\xf2\x42\x61\x8c\x81\ \x52\x16\xf5\x8d\x10\x2a\xd2\xd4\x3e\x6e\x29\xa5\x14\x82\x12\x4c\ \x30\xb5\x65\x2f\x4a\x1c\xad\x15\x63\x0c\x23\x65\xb4\x49\xf2\x6c\ \x66\x7a\xbe\x31\x39\x05\x1d\x92\x19\xa5\x15\x18\x0c\x87\xc6\x18\ \xc1\x79\xaf\xdd\x71\x10\x9e\x6a\x4c\x22\x84\x2d\x72\x93\x10\x0a\ \x11\x0e\x31\xb6\xcc\x37\x56\x05\x4d\x4a\xb5\xd1\x14\x3e\x42\x9b\ \xdb\x9a\x88\x35\x93\x79\x9e\x29\x35\x52\x40\x43\x08\x59\x9c\xa4\ \x2d\x52\xd8\xe5\x6d\x6b\xed\x49\x92\x80\x0d\x0a\xb3\xf1\xc6\x97\ \x52\x16\x59\xfe\xd2\x9d\x15\xab\x10\xe3\x79\xde\x8f\xfd\xd8\x8f\ \xe5\x79\xde\xa8\xd7\xed\xf7\xfb\x76\x5a\xae\xb7\xc6\xd6\xf8\x6e\ \xb4\xa3\x76\xc9\x5b\xae\x95\x31\x31\xd8\x18\x7a\x60\x59\x64\x37\ \xaa\xda\xa3\xa8\xd4\xf2\x15\x08\x21\x1c\xc7\x31\xc6\x24\x49\xd2\ \xe9\xb6\x20\x44\x8c\x11\x6d\x44\xab\xbd\x6e\x80\x54\x5a\x52\x86\ \x1c\x97\x06\xa1\xe7\xba\x6e\x9a\x64\x16\xa7\x60\x93\xab\x36\xf6\ \x1a\x73\xf0\x4a\x29\xbb\x9d\xce\x58\x71\xc5\x76\x8e\x36\x1a\x8d\ \x6e\xaf\x27\xa5\xac\x54\x2a\xa5\x52\xc9\x75\x1c\x82\x89\xe3\x30\ \x0b\x2e\x05\x10\x2a\x21\x65\xc1\x39\xe7\x00\x43\x00\x4c\x96\x15\ \x42\x70\xad\xc5\x86\x2e\xb7\xed\xe4\x36\x5a\x8f\x82\x51\x6b\x29\ \x9f\x6b\x77\x91\xd2\x46\xc9\x4a\x8c\xe8\x5a\x8a\xa2\xd0\xda\x0a\ \x38\x8e\xc8\x95\x84\x10\xbc\xe0\x06\xa4\x16\xc2\x3a\x92\x3b\xdd\ \xa0\x37\x52\x4a\xa5\x49\x3a\x2e\x20\x5d\x63\x5a\xa3\x54\xb2\x98\ \x29\xfb\x7d\xc0\x06\x7e\xd2\x0a\x71\x5b\xc8\xb1\x35\xfc\x9e\xe7\ \x95\x4a\x25\xfb\xe9\x93\x93\x93\x9c\xf3\x66\x7b\x5d\xc8\xc2\xf3\ \x98\x01\xea\xcc\xd9\x53\x2b\xab\x8b\x98\x20\x8c\x81\x21\x30\x0c\ \x5d\xc6\x5c\x21\x65\x1c\xc5\xd6\x43\x0a\x82\xc0\xb6\x24\x71\xce\ \x9b\xcd\xa6\xd6\x3a\x49\x52\x39\x94\x42\xc8\x5e\x6f\x08\x01\xe0\ \x9c\xc3\x10\x4c\x4d\x4d\x56\xaa\x25\x2e\x72\x42\x70\xb5\x5e\x2b\ \x57\xab\x42\x4a\x27\xf0\x28\x21\x20\x89\x94\x90\x39\xe7\xc8\x98\ \x82\x17\xfd\x7e\xb7\x5c\xaa\x42\xa3\xd6\x57\x96\xfb\x83\x01\x46\ \x48\xa4\x89\x46\x40\xe6\x1a\x42\x94\x81\x4c\xa4\x99\x9d\xf9\x8a\ \xe7\x2a\xa5\xf2\x22\xe7\x9c\x0b\xad\x1c\xc7\xa1\x94\x28\x03\x72\ \x2e\x18\x73\x10\x02\x52\x28\xc1\xf5\x60\x30\xb4\x04\x76\x8c\x92\ \x3c\xcb\xdb\xed\x16\x97\x23\x9e\x58\x8b\xd6\xce\xf3\x7c\x7d\x7d\ \x9d\x10\x92\x65\x59\xb7\xd7\xbd\x66\x7e\x5d\x42\x28\x63\x74\xcc\ \x3a\x32\x06\x90\x8f\xf0\x35\xc6\x80\x8d\x07\xbd\x81\x21\x40\x9b\ \x6b\x9c\x63\x96\xab\xb1\x81\x19\xff\x86\x52\x6a\x0c\x40\x98\xd8\ \x5f\xda\x0d\x62\x9f\x9d\x7d\xb8\x56\x27\x12\x41\x30\x86\xc0\x20\ \x04\x2d\xf2\xdf\xf6\x86\x01\xc7\xc9\xf2\x6c\x18\x47\x54\xbb\xc0\ \xa1\x0e\x63\xc0\x98\x4e\xbb\x3d\xd9\x98\xd8\xbf\x6f\x1f\x4f\xf3\ \xe9\xc9\xc9\x30\x0c\xa5\x94\x46\x1b\x80\x80\xed\xb9\x16\x42\x58\ \xae\x28\x88\x11\x25\xd4\x68\x30\xf6\x17\xc7\xdf\x33\x49\x12\x29\ \xc5\x60\x50\x40\x88\xed\x46\x0b\x82\xa0\x5e\xaf\x63\x8c\x2d\x40\ \x5d\x5b\xe5\x06\x29\xfd\x30\xa8\xd7\xeb\xb6\x11\x1c\x42\x60\x2b\ \x94\x63\xf2\x0a\xf8\xd2\xa6\xdd\xf3\xfc\x22\xcb\xa3\x68\x58\x2a\ \x57\x3c\xd7\xf5\x3d\xcf\x6e\x9f\x61\x34\xf0\x7c\xdf\xe8\x2d\x3b\ \xba\x35\xbe\xc7\xec\x28\x00\x10\x11\x2b\xae\x32\x3e\x3b\xac\x69\ \x19\x0c\x06\x10\x42\xcb\x0b\xba\x19\xd9\x6f\xe9\x87\xa4\x94\x42\ \x48\x84\xd1\x60\xd0\xaf\xd7\x6b\x42\x08\x84\x98\xe3\x50\x4a\xb1\ \x10\x39\x00\xba\x5e\xaf\x08\x91\x53\xe2\xe4\x59\x6e\x83\xbf\x38\ \x8e\xad\x25\x1b\x49\x32\x29\x6d\x93\xae\xb6\x8c\xe7\xfb\xbe\xe7\ \xb8\x59\x9e\x8b\xa2\x18\x46\x91\xd6\x7a\x62\x72\x92\x51\x5a\xae\ \x54\x98\xeb\x24\x59\x9a\xc7\x43\x29\x95\xe7\x79\x0e\xa5\x4a\x19\ \x8d\xb0\xe7\xfb\x96\x5b\x0a\x40\x8d\x09\xc2\xc4\xb1\xe8\x3e\x7b\ \xd0\x40\x08\xf3\x5c\x70\x3e\xd2\x72\x01\x00\x78\x9e\x67\x39\x1f\ \xac\x22\xb7\x31\x06\x1a\x08\x0c\x22\x98\x49\xac\x09\x66\xbe\x4f\ \x20\x00\x52\x28\x60\x10\x04\x48\x29\x23\xd2\x0c\xc2\x91\xf0\xc5\ \x88\x8c\x62\xc3\xd6\x8e\xf3\x63\xd7\x16\x18\x01\xa3\xc2\xc0\xab\ \x94\x43\x42\xa8\xd2\x8a\x60\x6c\x09\xfd\xdb\xed\x76\x1c\x0d\x11\ \x46\x94\x20\xad\x21\xa5\xae\x75\x0e\xc2\xc0\x77\x5d\xb7\x28\xf2\ \x76\xbb\x6d\xb4\x6c\xaf\xaf\x39\x04\x51\x02\xb5\x16\x41\x50\x2a\ \x85\x7e\x91\x67\x4a\x14\xbe\xe7\x6d\x9f\x9f\x4d\xd3\x3c\x4d\x8b\ \x14\x68\x68\x14\x34\x3a\x8d\x23\xad\x55\x9e\x01\x04\x61\xa5\x14\ \x0e\x86\x43\x63\x60\x9e\xcb\x20\xf0\x09\x89\x1d\x47\x68\xad\xda\ \x9d\x56\xe0\xba\xae\x47\x6b\xd5\x0a\x73\x58\x7d\x62\x6a\x7a\x76\ \x2e\xcd\xb3\x28\x49\xe2\x24\xc2\x10\xd6\xaa\x95\x68\x30\xa4\x08\ \xf9\x41\x40\x20\xcc\xb3\x44\x69\x19\x06\x01\x44\x06\x61\xc2\x85\ \xb4\x8d\xa7\x85\x10\xd0\x18\x09\xa1\xeb\x38\x45\x51\x30\x08\x7c\ \xcf\xc3\x04\x33\xcf\x4d\xd2\xb4\xd3\xed\x22\x08\x09\xc6\x18\x13\ \xd7\x75\xf3\x22\x07\x40\xf9\xbe\xe7\xfb\x7e\x14\x25\x45\x91\x48\ \x29\x11\x00\xad\xd6\x3a\x44\x48\x0a\xc1\x28\x75\x1c\x8a\x11\x44\ \x10\x28\xc9\xd3\x24\x1e\x0e\xfb\x69\x12\x5f\xab\xfb\x02\x05\xe7\ \x5c\x08\x67\x43\x3e\xd6\xfe\x3f\xcb\xb2\x51\x53\xac\x31\xce\x46\ \xbf\x84\xb5\x43\x36\xeb\xb0\x79\xd8\x35\x30\xbe\xc0\x26\x9c\x6d\ \xf0\xa7\xb5\x06\x70\xd4\x52\x32\xee\x2d\x19\x7b\x66\x5a\x6b\x29\ \xa4\x56\x0a\x42\x60\x2b\x0e\xb6\xcb\xd9\x18\x03\x00\x54\x4a\x41\ \x03\x3a\x59\x5f\x29\xe3\x94\x7c\xe2\xba\x8e\x94\x69\x92\x22\x80\ \x10\x40\x81\x17\xb8\xc4\x29\x0a\xa1\x54\x04\x81\x51\x06\x38\xae\ \xab\x35\xe8\x76\xfb\x52\xa9\x71\x0f\x22\x42\x63\xe6\x61\xa3\x24\ \x37\x00\x58\x43\x9b\xe7\x39\x17\x0a\x13\x06\x21\xe2\x5c\xf0\x9c\ \xa7\x59\x11\x0a\x55\x44\x49\xbb\xd3\xb6\xc1\xa8\x01\x48\x6b\x05\ \x00\x02\x00\xaa\x0d\xc6\x4f\x08\xcd\x46\xde\xd8\x00\x4b\x74\xfb\ \xad\x86\xd6\xda\x71\xdc\xc9\x99\xd9\x0b\x67\xcf\xec\x3b\x78\x28\ \x08\x4b\x1b\x89\x87\x15\x04\x91\xef\x07\xc6\x6c\xd9\xd1\xad\xf1\ \xea\xb1\xa3\x5a\x2b\x21\xc4\x88\x20\x5b\x9b\x71\x6b\xca\x66\xe1\ \x7b\x25\xa5\xd1\xc2\x36\x87\x8d\xa9\xef\x6c\xf9\xd3\xe6\x82\x20\ \x7c\xee\xcb\x04\x41\x60\x9b\x5e\x6c\x7c\x20\x04\x77\x3d\x06\x80\ \x49\xd3\x24\xcb\xf2\x72\xb9\x5c\xab\x55\xc3\x30\xec\xf7\xfb\x51\ \x34\xac\x56\x6b\x96\x2b\x29\x0c\x4b\xbe\xef\xd5\xeb\x75\xdf\xf7\ \x21\x84\x69\x9a\x0e\x87\x43\x1b\x6b\x6e\xdb\x36\xaf\x96\x55\xa7\ \xdd\x51\x00\x60\x8c\x27\x26\x26\x2a\xd5\x6a\x12\x45\xfd\x7e\x1f\ \x02\xe0\x7b\xde\x60\x30\xc8\xf3\x7c\x66\xdb\x2c\x21\x78\xd0\x1e\ \x5a\x5e\x82\x52\xb9\x4c\x11\x36\x52\x11\x8a\x73\x9e\x01\x68\x00\ \x80\x96\x4d\xd0\x72\x2f\x8c\x21\x88\x5a\xc1\x5a\x4d\x1b\x33\x4a\ \x4d\xdb\xf3\xae\xd5\x6a\x8d\x1b\x00\x8c\x55\x32\x77\xdd\x46\xa3\ \x21\x84\xc8\xf3\x22\x49\x12\x29\x95\x52\x1c\x02\x50\x09\xcb\x61\ \xb9\x3c\x3e\x1d\xc6\xa9\x51\xfb\x57\xd7\xf3\x10\x42\x6a\x13\xb3\ \x97\x9d\x5f\x3b\x6f\xb6\x3c\x06\x36\x88\x96\xec\x99\xb9\xd9\x8e\ \x22\x84\x28\x25\x13\x13\x13\x61\x18\x12\x42\xd2\x34\xb5\x48\xe0\ \x4e\xa7\x93\xa6\x09\x63\xd4\x68\x85\x30\x46\x08\x52\x4a\xa7\xa6\ \xa6\xc2\xd0\x17\x5c\x20\x08\x87\xc3\x61\xa5\x52\x26\x10\x14\x79\ \x16\xc7\x31\xc1\x64\xfb\xdc\x9c\x7f\x60\xff\x83\xab\xab\xfd\x5e\ \xd7\x75\x66\x42\x3f\x68\x37\xdb\x93\x93\xd3\x81\xeb\x56\xaa\xd5\ \x46\xad\x56\xf0\xc2\x75\xdc\x6e\xaf\xdb\xeb\xf5\x5a\xcd\xe6\x81\ \x83\x87\x0c\xc0\xc7\x4e\x9c\x28\x8a\x1c\x00\xb3\x63\xc7\xce\x3d\ \x7b\xf6\x70\x9e\xb7\x9b\xcd\xa5\xa5\xc5\x20\xf4\x35\x00\x6b\x6b\ \x6b\xd8\x75\x66\xe6\x66\x2f\x5c\xbc\xb8\xb4\x74\x65\x6e\x66\xf6\ \xd0\xc1\x03\xb3\xd3\x33\x40\x2b\x62\xa0\x91\x1c\x6a\x0d\x11\xb6\ \xca\x3f\x4a\xe9\x2c\x2f\x08\xa1\x18\x13\x80\x10\x82\x48\xe6\x52\ \x69\xad\x8d\x86\x18\x21\x84\x31\xc1\x71\x9a\x1e\x3b\x7e\x2c\x49\ \x32\x08\x00\xb1\xa0\x6b\x4c\xae\xbb\xee\x30\x42\x30\x49\xa2\x34\ \x49\x87\xc3\x84\x17\x85\x14\xaa\xd1\x98\xdc\x77\x70\x3f\xc6\x56\ \xf2\x1d\x8d\xd4\x4e\x36\x68\x34\xa2\x28\xda\xb6\x6d\x9b\xcd\x67\ \x6c\x9a\x4f\x2d\x84\x10\x82\x4b\xdb\x7a\xb8\xc1\x04\xb2\x79\xb5\ \xdb\xeb\x0a\x5e\xa4\x59\x66\x05\xc9\xb3\x2c\xeb\xf7\xfb\x5c\x88\ \x3c\xcb\xe4\x46\x09\x56\xf1\xc2\xda\xcb\x71\x95\xd1\x8e\x71\x6d\ \x15\x6c\x80\x60\xc7\xf2\xef\x96\xbd\x6b\xb4\x4e\x8c\xc4\x18\xd9\ \x12\x84\xdd\x50\x36\xd9\x80\x10\x2a\x8a\x42\x2b\x25\x85\x04\x1b\ \xd4\x22\x63\x62\xdb\xe7\xdc\x02\x0d\x31\xa5\xae\xe3\x6a\x00\x8a\ \x24\xc3\x06\x56\xc2\xb2\x92\x6a\x65\x79\x95\x60\x0c\x01\xb0\x2d\ \x31\xb6\x84\xa9\xec\xa2\x42\xc8\x96\x17\xb4\xd6\x46\x03\xa0\x2d\ \x05\xb8\xb1\xc2\x2f\x9c\xf3\x24\x49\x38\xe7\x08\x41\x42\xa8\xcd\ \xeb\x22\x84\xd3\x34\x5b\x5f\x6f\x6a\xad\xd2\x34\xb3\x9d\xca\x84\ \x50\x42\x99\xb5\xcd\x5a\x29\x8c\xb1\xe5\x6d\xb6\x0c\x43\x4a\x2b\ \x25\xd5\x8b\x1c\x20\x4a\xbd\x70\xc1\x73\x5e\xcc\xce\xce\x29\x29\ \xce\x9d\x3d\xe5\x79\x3e\xc6\x58\x4b\xe5\x7a\xde\xec\xb6\xf9\xc5\ \x2b\x97\xcd\xf3\x8d\xee\x96\x59\xdd\x1a\x2f\x74\xc5\xfe\x7a\x42\ \xc4\xe1\xa0\xff\x6d\xe7\x6b\xe1\xb9\xb3\xa7\xfb\xbd\xde\x38\x15\ \x03\x01\xa8\x54\xab\x68\x83\x76\xc5\x3a\xd4\x71\x1c\x77\x3a\x5d\ \x4a\x09\x42\x68\x13\x81\x30\x54\x4a\x59\xea\xed\xcd\x41\x14\xc6\ \x84\x52\xa2\x94\xd2\xa3\xcc\x8c\x19\x37\x99\x01\x00\x30\x46\x18\ \x93\xcd\x62\x64\x4a\x29\x00\x21\xc1\x18\x41\x64\xe1\xf8\xc6\x8c\ \xac\xbb\x52\x8a\x52\xe6\xba\x4e\xc1\xb9\xe0\xdc\x7e\x41\x4a\xc9\ \x38\x99\x39\x22\x26\xdd\x60\x93\xb7\x48\x4b\x00\x00\x65\x8c\xda\ \xce\xf1\x31\x5b\x18\x04\x1b\xbc\x45\x6a\x13\xe3\x07\xdc\x1c\xb2\ \x8c\xf4\xfb\x0c\x30\xc0\x08\x21\x95\x92\x1b\xc5\x2f\x60\x0d\x15\ \x21\xd4\x7e\x73\x2b\x00\xa2\xf5\x08\x93\x89\x30\xde\x5c\xcd\xd9\ \xac\xba\xa0\x8d\x69\xd4\x6b\x8c\xb1\xcd\x29\x3e\x21\x44\xa7\xdd\ \x1e\x51\x92\x6e\x9c\x35\x41\x10\x78\xae\x3b\xa6\xed\xb0\xb3\xbc\ \xb6\xb6\x06\x01\x70\x5c\xc7\xea\x5c\xda\xa5\x83\x20\xcc\x8b\xa2\ \x28\x0a\xb4\xc1\x98\x6e\x8c\x41\x18\x7b\x9e\x67\x4f\x28\x9b\xfa\ \x66\x8c\x22\x84\x04\x1f\x51\x21\xba\xae\x8b\x10\x1c\x0e\x23\xdb\ \x5c\x04\x00\xb0\x8d\xb6\x10\x40\x4c\x9e\x0b\xa7\x8a\x82\x5b\x5e\ \x85\x72\xb9\x22\x95\x4a\xd3\xc4\x1e\xe2\x0e\x73\xfc\xc0\x07\xc0\ \xf0\xa2\xe0\x42\x20\x84\xb4\xd2\xb6\xa3\x83\x31\x56\xf0\x82\x73\ \xce\x28\x73\x3d\x17\x6f\x1c\xac\xb6\x93\x6d\xd4\x14\x61\xbd\xb1\ \x8d\x15\x65\x17\xd2\xc6\xb3\xb3\x87\x30\x40\x08\x4a\x29\xd3\x2c\ \x1b\x65\xc2\x8d\x31\xc6\x30\xc6\xc2\x52\x68\xb4\x11\x52\x48\x29\ \xa5\x90\xda\x68\x00\xa0\xed\xd6\x85\xcf\x95\xf0\xc1\x98\xd3\xc6\ \x5a\x08\x87\x31\xcf\xf7\x37\x9f\xbf\x96\x81\x52\x0a\x41\x29\x05\ \x1b\xcd\x79\x84\x90\x72\xa5\xb2\xf9\x32\x84\x50\xaf\xd7\x8f\xe2\ \x08\x41\x04\x11\xb4\xf2\x0c\x66\x44\x4b\x74\x75\xd9\xce\xf6\xb2\ \x6e\xac\x25\x30\xfe\xf9\xb9\x7a\xc8\x73\x4b\x6b\xfc\xd7\xab\x3b\ \x5e\x36\xc2\x44\x34\x66\x81\x1f\x3d\xe8\x8d\x31\xae\xc2\xc2\x8d\ \x77\x27\x84\x20\x84\x6d\xa9\x18\x02\x68\x97\xdc\xe6\xf6\x3b\x00\ \x36\xa9\x8b\xbd\x70\xdb\x8f\xe6\xfc\x39\xc5\xb1\x4d\xb6\x0a\x8e\ \xf5\x7d\xc7\xd4\x28\x2f\x24\x01\x18\x27\xb5\x37\xb7\x2a\x5a\x97\ \x62\x7a\x7a\xea\xaa\x03\x24\x49\x92\xc1\xa0\xcf\x28\xb3\xa0\x36\ \x7b\x29\x26\xa4\xd1\x68\x20\x04\x8b\xa2\x28\xf2\xc2\x6a\xff\xb9\ \x8e\x6b\x00\x90\x42\x6c\xdf\xb1\x8b\x32\x66\xd7\xde\xc2\x95\x8b\ \x76\xfd\x6f\x19\x8f\xad\x31\x5e\x69\xc6\x98\x1d\x3b\x77\x7f\x57\ \xd8\x51\x1b\x90\xe1\x4d\xb4\x2f\x06\x00\xf5\xfc\x2e\x2e\xeb\x32\ \x5b\xa7\xf8\x45\xb7\xe4\x8b\x64\x23\xbf\xd5\x14\x58\xe0\xd2\xc8\ \xe2\xc0\xab\x5e\x68\x36\xb4\x73\x20\xd8\xc4\x3d\xbd\x59\x8f\xe5\ \x39\x06\xa9\x51\xf7\xee\x73\x2f\xdf\xfc\xaa\xcd\x5f\xf3\xaa\x73\ \xed\xa5\x78\x18\x2f\x3c\x3b\x36\x1f\x28\xcf\xfb\x3e\x7f\xe5\x90\ \x52\x6a\x63\xe0\xf3\xdf\x7c\x14\x64\x6c\x6a\x59\xb7\x9e\xc7\x55\ \xdf\xd0\x52\xf3\x8f\x89\xb8\x47\xb4\x72\xc6\x8c\x0b\x72\x57\x7d\ \xbd\xab\x9e\xcb\xe6\xa9\xb6\x16\x1a\x5b\xf9\x08\x3b\x57\x08\x19\ \xad\x37\x24\xe3\xcc\x55\x37\xbe\x11\x4e\xc1\x11\x45\xcc\xc6\x11\ \xbf\x71\xb6\x8e\x2d\x91\x19\x35\xe6\x22\x68\xfe\xaa\x26\xfa\x91\ \x19\x02\x2f\x6c\x12\xdf\x64\x6d\xe0\xf3\x5b\x2d\x37\x7d\xae\xbd\ \x8f\xe7\x78\x0d\xc6\xbc\xaa\xdf\xec\x99\x5a\x06\xef\xcd\xff\x6a\ \x00\xb0\xde\xd5\xf3\xb4\x31\x8c\xb9\x4a\xd0\x6a\xcc\xba\x3e\x7e\ \xb6\xaf\xd0\x09\x6e\x5e\x9c\xc0\xe0\xaa\x85\x0d\x5e\x30\x87\x1b\ \x0d\xca\xe6\xaf\xda\x96\x2f\x61\xc1\x83\x6f\xfa\xe1\xa3\x36\xd6\ \x6f\x19\x13\x5a\x07\xc1\x66\x80\xaf\x3a\x40\x6c\xc9\x63\xf3\x2d\ \x8e\xc1\x7a\xcf\xd1\x53\x3c\xc7\xeb\x07\x37\x2f\xa4\x91\xe6\xc9\ \x56\x44\xba\x35\x36\x9d\x19\x57\x2d\x92\xff\xc9\x76\x74\x6b\x6c\ \x8d\xad\xb1\x35\xb6\xc6\xd6\xf8\x5f\x73\xa0\xad\x29\xd8\x1a\x5b\ \x63\x6b\x6c\x8d\xad\xb1\x35\xb6\xec\xe8\xd6\xd8\x1a\x5b\x63\x6b\ \x6c\x8d\xad\xb1\x65\x47\xb7\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\x8d\ \x2d\x3b\xba\x35\xb6\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\xd9\xd1\xad\ \xb1\x35\xb6\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\xd9\xd1\xad\xb1\x35\ \xb6\xc6\xd6\xd8\x1a\x5b\x63\xcb\x8e\x6e\x8d\xad\xb1\x35\xb6\xc6\ \xd6\xd8\x1a\xdf\x85\x83\x6c\x4d\xc1\xd6\xd8\x1a\x5b\x63\x6b\xfc\ \x2f\x3b\xc6\xc4\x24\xcf\xc9\x91\x6f\x70\x74\xbc\xf2\xbc\x15\x23\ \x86\x96\xcd\xbf\x01\xc0\x18\x60\x8c\xfe\x6e\x9e\x43\xf2\x9d\x9d\ \x13\xf0\x9d\x7b\x0e\x23\xd2\xb7\xab\x98\x65\xfe\xd7\xde\x0f\x60\ \x6b\x26\xb6\xe6\x64\x6b\x7c\xaf\x19\x39\x70\xcd\x27\xdc\xb7\x3e\ \x24\x21\x84\x82\xf3\x24\x89\xaf\xba\x00\x21\x14\x96\xca\x9b\xf5\ \xec\x5e\x81\xbd\x85\x20\xcc\xf3\x3c\x4d\x93\xab\x7e\x8f\x31\x29\ \x95\x4b\x2f\xce\xd4\xf5\xdd\xb1\xed\xc9\x5f\xfb\x63\x47\x1b\xec\ \x5c\x08\x23\xad\xf4\x5f\xef\xfd\x40\x84\x36\xc8\xe9\x8c\x56\x1a\ \x22\xa4\xb5\x02\x10\xc1\xef\xae\xa5\x8f\xec\xe2\xd7\xdf\x7c\xed\ \x82\x97\xb8\x39\x36\x54\xb6\x5f\xf8\x97\xab\x2f\xc4\x04\x19\x65\ \x30\xa1\x48\x17\x5c\x33\xd7\x25\xd0\x70\xa9\x30\x34\x9c\x0b\xf3\ \x62\x4b\x70\xfc\x35\x10\x61\x14\xe9\xa2\x90\x7f\xf5\x42\xdd\x78\ \xb6\x00\x00\x60\x0c\xa0\x8c\x2a\x5e\x48\x03\xbe\x33\x93\x0f\x11\ \x02\xfa\xdb\xd3\xbd\x42\x84\x00\x25\x31\x73\xa0\x16\x5c\xe8\x2d\ \x6a\xd5\xad\xf1\x5d\x6c\x2f\x5f\xf4\xd0\x80\x46\x2b\x0d\xd0\x37\ \x3b\xe0\x5e\xf4\x24\xd9\xb4\x73\x36\x1d\x92\x00\xbd\x70\xfd\x23\ \x84\xd2\x34\x39\x7a\xe4\x69\x21\x24\x44\x70\x83\x73\x13\x18\x60\ \x04\x17\xd3\x33\xd3\xd7\xdd\x70\xb3\x19\x13\x5e\x8e\xf7\xbf\x31\ \xda\x00\x4c\x90\x56\xea\x9b\x50\x2f\x7f\xf3\x73\xea\xaf\xd8\xad\ \x08\x0d\x06\xbd\xe3\xcf\x1e\x31\x57\x33\x96\x1b\xce\x8b\x5d\xbb\ \xf7\xec\xdb\x7f\x50\x8e\xe8\x66\x21\x44\x60\x43\x14\x0f\x42\x08\ \x30\xa1\xc8\x28\x2e\x14\x80\x00\x40\x44\x30\x54\x52\xbd\x92\x86\ \xf4\xaf\xd5\x8e\x42\x44\xa0\x1e\xf6\x7b\xb9\xc6\x95\x5a\x78\xf6\ \xbe\x4f\xaf\x6f\x7b\xfd\xf7\x1f\x6a\x70\xf9\xd7\xc4\xa9\x0f\xa1\ \xe2\x1c\x60\x4a\x28\x1d\x5c\x7a\xf0\xde\x13\xee\x3b\xee\xa9\xdd\ \xfb\x95\x73\x6f\xfe\xd1\x1f\xac\x03\xa1\xbe\x3b\xc2\x0e\x84\x89\ \xcc\x86\x83\x38\x27\x6e\x10\xfa\xce\x8b\xae\x7f\x25\xb8\x34\x90\ \x52\xf2\xad\x0e\x76\x08\x94\x2c\x0c\x72\x08\x52\xc6\x60\x04\x38\ \x17\x08\x93\x17\x6e\x2a\x44\x58\xf7\xd4\x57\xbf\xb1\x36\x73\xe7\ \xe4\xfa\x13\xad\xc9\x77\xbd\x79\xfb\x57\x3f\xf6\x47\xcf\xae\xfb\ \x77\xbd\x76\xdb\x7a\x1c\xbc\xed\x4d\xaf\x65\x86\xbf\x70\x59\x4b\ \x5e\x28\x88\x3d\xd7\x59\x3e\xf6\x95\x23\x9d\xc9\x77\xbc\xf5\x26\ \xc8\xc5\x37\x75\x3e\x81\x4e\x86\xfd\x5c\x41\x87\x62\xce\x25\xc3\ \xf9\x63\xdf\x78\x66\xe7\x3d\xef\x38\x54\x47\xdf\x81\xa9\x87\x10\ \x68\x5e\x68\xca\xc8\x35\xbb\xe2\x84\x98\xe3\x0f\x7c\xa6\x53\xbf\ \x7d\xaa\xff\x54\xab\x71\xc7\x9b\x6f\x68\x70\xa1\xb6\xce\xeb\xad\ \xf1\x5d\x38\x10\x26\x2a\x1b\xf6\xaf\x3a\x34\x20\x72\x48\x7e\xff\ \x27\x3e\xef\xdd\xf4\xe6\xd7\xed\xa9\xcb\x17\x3b\x45\xa5\x28\xa4\ \xc6\x0e\xc3\x9b\x0f\x49\x59\x70\x44\x29\x25\xb8\x73\xf1\xc9\x07\ \x4e\xe6\x6f\xbd\x73\xee\xab\x5f\x3f\x7d\xf7\x0f\xbe\x6b\x86\x5e\ \x7d\x12\x23\x84\xd6\x56\x56\x5c\xcf\x7f\xdb\xf7\xbf\xf9\xaa\x77\ \x36\xc6\xdc\xfb\xa5\xcf\x65\x69\xe6\xba\xce\x88\x98\x5b\x89\x28\ \x8e\x73\x69\x82\x72\xbd\x16\xea\x6f\x7c\xea\x13\xf2\x86\x1f\x78\ \xc3\x0e\x9f\xbf\x60\xfb\x8b\x22\x33\x98\x52\xfc\xf2\xc0\x37\x18\ \xe3\x85\x4b\x97\x66\xe6\xe6\x6f\xba\xe5\xd6\xab\xfe\x89\x73\xfe\ \xd5\xaf\x7c\x69\xcf\xde\xfd\xa3\xef\xa6\x45\xc1\x81\xe3\x50\x60\ \x0c\x04\xda\x48\x71\xe2\xd1\x2f\xae\x39\xd7\xbf\xf5\x75\xbb\xb5\ \x30\x54\xae\x7d\xee\x33\x8f\xef\x7f\xfd\xf7\xed\xad\x33\xf5\x4a\ \x09\xd0\xfe\xf5\xe1\x8c\x20\xa2\xb8\x78\xea\x4b\x7f\xfa\xbb\xff\ \xf1\xbf\x7c\xf8\xa3\x7f\xfc\xf0\xb9\x6e\x6f\xf1\xe2\x5a\x0a\x1c\ \xdf\x67\x04\x01\x00\x08\x75\x3c\xdf\xf7\x1c\x86\x10\x62\x8e\x83\ \x21\xc0\x94\x39\x14\x03\x80\x1c\x87\x51\x66\x7f\xfe\x2b\xde\x9f\ \x10\xb1\xf4\xbb\xff\xf4\xd7\xff\xf4\x1b\x97\x99\xe7\xca\x68\xed\ \xf2\x72\x4f\xf2\xe1\x95\x2b\xab\xe2\x5b\xc5\xa3\x8c\xb1\x31\x71\ \x39\x21\x23\xa1\x92\xef\xc8\x6c\x12\x1a\xaf\x3c\xf3\x91\xff\xf0\ \x3b\x1f\xfa\xf0\x47\xfe\xe4\x73\x8f\x0c\x04\x71\x1c\xc7\xf3\x7d\ \xcf\x65\x08\x00\x44\x98\xe7\xfb\xa5\xb2\x7b\xe6\xa1\x4f\x7f\xfa\ \x6b\x67\x82\x72\x99\x12\xea\x30\xfa\x4d\x17\x96\xeb\x0e\x8e\x7d\ \xf9\xb7\xff\xe5\x7f\x59\xe4\xc4\x61\x6e\xb1\xf8\xc8\xbf\xfa\x17\ \xff\xe6\x54\x04\x1d\x42\x5c\xcf\xf3\x3d\x97\x62\x04\x0c\xc0\x94\ \xf9\xbe\x07\x86\xcb\x67\x2f\x37\xfd\xe9\xed\x7b\x77\xcf\xb4\x8e\ \xde\xfb\xd0\x42\xf0\xde\x9f\x78\xd7\xde\x6d\xf3\xbb\xb6\x4d\x20\ \xa0\x09\x75\x7c\xdf\x77\x08\x46\x98\x78\xbe\xef\xb9\x6e\xe0\xe9\ \xc7\x3e\xff\xe7\x5f\x3d\xb6\xe6\xfb\x41\x69\x62\x7e\xd7\xb6\x06\ \xd4\x80\x3a\xae\xef\x7b\x0e\x23\x00\x00\x4c\x1d\xdf\xf7\x7d\xcf\ \x63\x04\x01\x88\xa9\x89\x9f\x7c\xf0\x93\xbf\xff\x1f\xfe\xfd\x3f\ \xfb\x3f\x7e\xeb\xf7\x7e\xff\x4f\xbe\x7e\xaa\xb5\xf3\xe0\x81\xaa\ \x0b\x11\x75\x7d\xdf\xf7\x3c\xd7\x75\x5d\xcf\xf7\x1d\x4a\x00\x00\ \x98\x30\xcf\xf3\x3d\xd7\xd9\xfc\x60\xac\xa8\xcb\xd8\xd3\x64\x8c\ \x59\x69\xb0\x17\x0e\xea\xb0\xce\xc9\x2f\xfe\xea\x3f\xfc\x17\x27\ \x7a\x9a\x62\x88\x30\xf5\x3c\xdf\x73\x19\x82\x00\x11\x6a\x57\x11\ \x84\xa3\x15\xe5\x3a\x14\x42\x48\x1d\xcf\x7e\x0d\x8c\xa0\x01\x90\ \x3a\xae\xe7\x7b\xc3\x95\xf3\x97\x5b\xc5\xf4\xae\x3d\xb3\x75\x17\ \x62\x66\x6f\x67\x34\x69\x84\x79\x9e\xe7\xfb\x9e\x5d\x9c\x2f\xea\ \x1d\x3b\x9b\xbe\xad\x95\x3d\xdf\x3a\xf1\xb7\xc6\x77\xe2\xd0\x48\ \x56\x8e\xd8\x43\xe3\x8f\x3f\xfb\xdc\xa1\xe1\x3a\x0e\x41\x72\x6d\ \x71\xa1\x9b\x70\x84\x89\xe3\x3e\xb7\x5c\x31\x65\x9e\xef\x87\x25\ \xff\xfc\xbd\xff\xe3\x13\x4f\xac\x97\xca\x3e\x1c\xd9\x63\xaa\xba\ \x47\xff\xf9\x3f\xf8\x8d\x7b\xcf\xf4\x1c\x97\x15\x71\x7b\x61\xb9\ \x23\x8a\x78\x61\x61\xb9\x80\xd4\x75\x1d\xfc\x82\x83\xd2\x68\x5d\ \x2e\x57\x5e\x34\x68\xf1\x5c\x7f\xa3\x2a\x09\x1d\x8f\x5e\x7c\xf4\ \x53\xff\xe2\x5f\xfe\xdb\xff\xf6\xdf\xff\xf8\xf7\x3e\xf4\xc7\xcf\ \x2e\x0d\x9b\x57\x2e\xb4\x05\x75\x02\x97\x62\x08\x00\x24\xcc\xf1\ \x7d\xcf\x75\x5d\x9f\xe5\xf7\x7d\xec\x4f\x9e\x58\x88\x4b\xa1\x0b\ \x21\x62\xae\xe7\xfb\x9e\x43\x31\x00\xd0\x1e\x2f\x8c\x7c\xd3\x73\ \x5e\x1b\x53\xa9\x54\x5f\xf4\x00\x1f\xab\x5d\x21\xc2\x60\xff\xc2\ \x87\x7f\xf7\x43\xa7\x3b\xca\xf3\xdd\x74\xe1\xc9\xff\xf8\x7b\x1f\ \xe3\x8d\x03\x3b\xa7\x4b\xc0\x80\xff\x3f\x7b\xe7\x1d\x18\xd5\x75\ \x25\xfc\xdb\x5e\x99\x22\xcd\xa8\xcc\xa8\x77\x81\x84\x40\x08\x44\ \x11\x1d\xd1\x4d\x37\x06\x6c\x0c\x2e\x71\x89\xe3\x9a\x38\xeb\x75\ \xca\xba\x65\x9d\x38\x8e\xf7\xcb\xae\xed\xd8\x5e\xf7\x6e\x43\x4c\ \x15\x3d\x14\xd3\x4c\x13\x92\x68\x92\x50\xef\xbd\x8c\x66\x46\xd3\ \x5f\xb9\xf7\xfb\x43\x12\x88\xea\xb2\xf8\xfb\xb2\xc9\xfb\xfd\x03\ \x92\x66\xee\x3b\xf7\xdc\xf7\xce\x79\xe7\xde\x7b\xee\x11\x74\x06\ \x41\x50\x1a\x6a\x6a\x9c\x7e\x86\x39\xa1\xcf\x0a\x61\x08\x00\x44\ \xbc\x28\xea\xf5\x3a\x81\x23\x00\x40\xc2\x8b\x7a\xbd\x8e\xbf\xb1\ \xc7\xf9\xff\x12\x8f\x42\xc4\x61\x4f\xf5\x81\x13\x15\x13\xee\xf9\ \xb7\x45\x69\xfa\x5e\x45\x29\xc8\xa7\xa7\xf3\xde\x7f\xf9\x58\xc4\ \xf8\x79\x4b\xa7\x67\x84\x95\x1f\xdf\xbe\xfd\x9b\x0b\x41\x29\x39\ \xb7\xe5\xa6\x15\x1d\x3a\x99\x32\x6b\x09\x57\xb5\xff\xbc\x9a\x38\ \x3f\xcb\xb0\x7b\xdb\x19\x41\x54\xec\x24\x79\xf1\xf4\x0c\x76\x79\ \xa1\x98\x4b\x4e\x85\xe7\x5a\x4f\x17\xd8\x98\xe0\x2f\x2d\xec\xcc\ \xcd\xc4\x84\xe3\x38\x0c\x21\xba\x71\x54\x07\x21\xf4\xfb\xfd\x5f\ \x7f\xfd\x75\x4e\x4e\x4e\x48\x48\x08\x82\xb0\xbe\xb1\xb1\xba\xba\ \x7a\xda\xd4\xa9\x3f\xc6\xaa\x2a\xc1\xa0\xee\xcc\xc1\x36\xe3\xb8\ \x17\xff\x75\x99\xec\xb0\x23\x4e\xa9\x3c\xb1\x7b\xe7\x91\x52\x7d\ \x52\xce\xca\x65\xd3\xa4\x0b\x47\x36\xef\x39\x86\xe2\x26\x8c\x08\ \x96\x0b\x76\xad\xb3\xf5\xb6\x4e\x8c\x17\xeb\xbb\xf8\x5b\x16\x4d\ \x11\x55\xf9\xaa\x37\x27\x88\x20\x73\x7b\x7c\x1d\x4d\x45\x87\x4e\ \xb7\xa4\xcf\x89\x3c\x74\xf4\x44\x63\x9b\xdd\xc3\x88\xdc\x5d\xb6\ \x6e\xe3\xdf\xda\x69\xf8\xec\x25\x4b\xc7\x24\x05\x37\x14\x1d\xd8\ \x7e\xa8\xc4\xd9\xdd\xc8\xd2\xd2\x64\x67\x47\x8b\x83\x98\x7c\xee\ \xee\xd6\xaa\x9d\x5b\xf9\x9c\xac\xe8\x2e\xbf\x21\x3d\x4d\x2d\x3e\ \xb0\x65\x4f\x7e\x4d\x72\xee\x92\x71\xa1\xce\xed\xdb\x0e\xaa\xd6\ \x11\xab\x57\xcd\xe1\x90\xe7\xeb\x75\xef\xb7\xb6\xcf\x9e\x94\x28\ \x74\xba\xe1\x88\xa1\xde\x63\x79\xeb\x8f\x55\x38\x86\x4c\x9c\xb7\ \x78\xfa\xb0\xba\xfc\xbf\xed\x3a\x74\xce\xcf\x99\x26\x2f\xb8\x6d\ \x62\x6a\xa8\xc4\x82\x67\xae\x78\x74\x52\xe6\x91\xff\xde\x56\xb1\ \xea\xd1\x87\xe2\x60\xdb\x81\xaf\x4f\x72\xd1\x29\xe5\x07\xd6\x6d\ \x2f\x68\x14\x43\x22\x22\x4d\xb0\xa1\xbe\x2b\x65\xf2\xa2\x25\x53\ \xd3\x3a\xce\x1f\xcc\xdb\x9b\x0f\xac\x59\xb7\x2d\x9b\x15\xce\x51\ \x95\x01\x42\x48\x43\x43\x43\x5d\x5d\x7d\x6e\xee\x74\x55\x55\x79\ \x9e\x3f\x71\xe2\x84\x5e\xaf\xcf\xcc\xcc\xbc\xa2\xb2\x07\x00\x10\ \x29\x9e\x73\xe7\xab\x09\xf2\x15\x9d\xad\x19\xbb\x68\x84\xad\xa2\ \x68\xc7\x8e\x03\x0e\x63\xca\x8a\x15\x4b\xf4\x9d\xf9\xeb\xf3\x8e\ \x28\x91\x23\xef\xb8\x6d\xb6\xb3\x68\xdb\xb6\x23\xe5\xe1\x99\xb9\ \xcb\x67\x0e\x3f\xbb\xfd\xcb\x83\x17\x3a\xf9\x90\xe4\xc5\xcb\x16\ \x0d\x0d\x67\xf9\xbb\x37\x7d\x53\xd2\x6a\xeb\xea\xca\x4c\x20\x8e\ \x8e\x66\x47\x48\x54\xc3\xc9\x2d\x1b\x0f\x57\x50\x21\x6c\xda\xc2\ \xa5\x39\x69\x61\xcd\x67\x0e\x6f\xdf\x5f\xd0\x0b\x0c\xe3\xe7\x2d\ \x9f\x9e\x1e\x26\x2b\xea\xe5\xb1\x2c\x69\x6d\x6d\x2d\x2b\x2b\x9b\ \x31\x63\x06\x04\x90\xe7\xb9\x82\xc2\x42\xc6\x58\x76\x76\xb6\x72\ \x9d\xfb\x53\x43\xe3\x87\x1a\x0d\x58\x77\xe6\x60\x8b\x61\xdc\x8b\ \x4f\x2f\x53\x1c\x76\xc4\xc9\x15\xc7\x77\xef\xfe\xe6\x82\x29\x23\ \x77\xcd\xa2\x0c\x9e\xe7\x30\xe1\xa0\xbf\x63\xe7\xc6\xbc\xe2\x76\ \x3a\x69\xc1\xf2\xdc\x11\x96\x9a\x82\xbd\x5b\xf6\x9f\x0d\x1b\x39\ \x3d\x4d\xf5\x9f\xde\xf9\xc1\xab\x0d\x13\x6e\xbb\x7d\x5e\x38\xc7\ \x30\x81\xe5\x67\xcf\x06\x08\x29\x3f\x7b\xce\x3b\x3a\x0e\x22\xdc\ \x67\x24\x79\x51\x07\x9c\xf5\x5f\x6d\x3a\x3e\x62\xde\x92\x94\x10\ \x34\x78\xca\x13\x5d\x3f\x6a\x44\xf8\x52\x3d\x28\x08\x98\xa7\xd7\ \x9b\x34\x63\xd5\x2f\x57\x4c\xfc\xe6\xd3\xdf\xed\xd8\x77\x2e\x4b\ \xa0\xfb\xd6\xfe\xa5\x61\x5f\xe4\xb4\x45\xb7\x8d\x4b\xe0\xcf\x1c\ \x58\xbf\xa7\xb0\xc1\x3a\x22\x77\xf5\x82\xe1\x40\xb1\x6f\xff\xe8\ \x8d\xda\x19\x0b\x96\x4f\x49\x2b\xca\xfb\xb0\xa0\x3e\x90\x39\x63\ \xc9\x2d\xd9\x11\x45\x7b\x36\x1d\x3a\xdb\x9a\x32\x75\xc1\x82\x9c\ \x34\xa4\xca\xec\xca\xea\x81\x6c\x70\xd1\xb0\xab\x84\xe9\xff\x13\ \x55\x55\x5d\x44\x5c\x8c\xc1\x75\xae\xba\x75\x5c\xc2\x90\xba\xca\ \x12\x1c\x39\xd4\xa8\x76\xb4\xdb\x8d\x29\xd6\x8e\xad\x9f\x6f\xa9\ \xed\xb2\xd5\x75\xf3\xb9\x46\xde\x5e\x7d\x7c\xe3\xce\x6f\xfc\xc1\ \x69\xb7\xad\x58\x18\xc3\x39\x0f\x7c\xb5\xb9\xa0\xce\x33\x7c\xda\ \xc2\xf9\xe3\xe3\x8a\xbf\x5e\xb7\xaf\xa8\x35\x25\x67\xce\x82\x69\ \xc3\x91\x2c\xff\xcf\x3d\xc1\x4d\x8b\x47\x19\x55\x54\x5d\x74\xce\ \xc8\xd8\x93\x79\x9f\x6d\x3b\x51\xcd\x89\x22\x65\x28\x25\x67\xee\ \xdc\x51\xc1\x87\x76\xed\xaf\xae\x3b\x9b\xb7\xaf\x62\xe2\xe2\x5b\ \x43\x3b\xf2\x77\x9f\xaa\xb0\x75\xd6\xd7\x37\xb5\xd5\x94\x1d\xda\ \xf9\x4d\xbd\xa7\xad\xa2\xb8\xd1\x15\x16\x16\x11\x66\xd6\x83\xeb\ \xce\x2a\x62\x5e\xed\x3e\x56\xd0\x34\xe3\xde\x35\x71\x52\xdd\x99\ \x3a\x1b\xf9\xce\x93\x06\x06\x83\xa1\xac\xac\xfc\xf5\xd7\xff\x82\ \x30\x72\xb9\xdd\x7f\xfc\xe3\xcb\x5d\x9d\x9d\x7d\xa5\xc4\x6e\x3a\ \xaa\x0a\xe2\x32\x72\x4c\x8e\xa2\x0f\x3e\xdb\xde\x29\xf3\x52\xcb\ \x99\x4d\xfb\xca\xc6\x2d\xba\x35\xbc\xe3\x78\xde\xb1\xca\xc6\xd2\ \x73\xee\x98\xf1\xb7\xcd\x19\xcd\x33\x30\x24\x67\xd6\xaa\xc5\xb3\ \xe3\x2c\x26\x73\x88\x09\xb3\x6b\x57\x78\x44\x40\x76\x7a\xe9\xf0\ \x9c\x09\xee\xf2\xfc\xf2\xca\xaa\xea\x5e\xe3\xb8\x91\xc9\x7e\x67\ \xdb\xde\x4d\x79\x81\xe4\xdc\x79\xc3\xb8\x9d\x79\x7f\x6b\x6a\xac\ \xce\xdb\x79\x3c\x61\xca\x82\x29\xc3\x63\x30\x00\xee\xd6\xaa\x92\ \xea\x4e\x15\xe1\xd8\x61\xd3\xef\xbc\x73\x81\xd1\xdd\x52\x5a\xdf\ \xde\x52\x72\x74\x47\x41\xfb\xf4\xa5\x2b\xc6\xa5\x58\x43\xa2\x87\ \xad\xfe\xc9\x9a\x68\x6f\xe9\x81\x53\x15\x0a\x32\x8e\x9e\xb5\xe8\ \xce\xf9\x53\xb1\xad\xac\xb4\xb6\xab\xb6\x60\xe7\x81\x5a\x71\xc9\ \xd2\x29\x0d\x47\xb6\x17\xd4\x74\xd4\x94\x96\x89\xe9\xd3\xe6\x8f\ \xd2\xef\xdf\xba\xcf\x41\xd1\xc5\x12\xed\xfd\x7b\x16\x14\x6f\x45\ \x71\x89\xcd\xeb\xab\x2c\xad\x8a\x1b\xbf\x70\x98\xd0\x7a\xb6\xcb\ \xb0\x70\x4e\xc6\xf9\x83\x87\x1b\xea\xcf\x6f\xda\x71\x3a\x73\xde\ \xed\xf1\xbe\x33\x5b\x8f\xd4\x10\x9e\xf4\x3d\x24\x46\xa3\xf1\xaf\ \x5f\x7d\xb5\x7d\xc7\x4e\x63\x50\x70\x61\x61\xd1\x9b\x6f\xbe\xc5\ \x0b\xc2\xb5\xba\xcd\x79\x3b\x4a\x4b\x3a\x4d\xf7\x3d\xba\xa0\xf3\ \xcc\x89\xce\x80\x72\xfe\xf0\xf6\xee\x90\xf1\x77\xaf\x98\x6d\x0e\ \xd4\x6f\x5c\xbf\x2f\x7c\xfc\x82\xa5\xb3\xb2\xe5\xa6\xe3\x5b\x0e\ \x35\xcf\xbb\x63\xa9\x5a\x7e\xf8\xc4\xe9\xf2\xd2\xaa\x8e\xcc\x99\ \xcb\x87\xe3\xda\x9d\x27\x2b\xda\xcf\x1f\xdc\x79\xc6\x31\x73\xc9\ \xc2\x34\xab\x01\x50\xb5\xb5\xaa\xa4\xbe\xc3\x55\x5f\x5e\x66\x1c\ \x36\x6f\x6e\x1a\xde\xbb\xe7\x48\x67\x53\xe5\xc6\xad\x47\x13\x67\ \x2c\x1f\x67\x72\x9d\xab\x6c\xbb\x7a\x3a\x83\x31\x16\x14\x14\xb4\ \x6d\xdb\xf6\xaf\xd6\x6f\x30\x04\x05\x5d\xb8\x70\xe1\xbf\x5e\x7d\ \x0d\x61\xad\x7a\xa5\xc6\x8f\x61\x34\x58\x5c\xc6\xf8\x10\x47\xe1\ \x07\x9f\x6d\xeb\x94\xb9\x40\xf3\xe9\xbc\xc3\x75\x33\x56\x2e\x03\ \xe5\x07\x0e\x97\xb5\x11\xc2\x71\x3c\x2d\xd8\xb1\xb9\x8a\xcb\x58\ \x3e\x33\xf1\xd8\xce\xdd\x55\x8d\x25\x79\x3b\x4f\x0f\x9f\xb3\x6c\ \xce\xd8\x54\xcc\x70\xea\x84\x45\x77\x2e\x9b\x66\xc2\x8c\x42\x0e\ \xfa\x1a\x4f\x14\xbb\x56\x3e\xb6\x9a\x6f\x3a\x5b\xda\xe5\xe3\xd0\ \xa0\xed\x0c\x44\xb4\x44\x58\x74\xe4\xaa\xfd\x2a\x10\xc2\xeb\xd8\ \x52\x7c\xf9\xef\x09\x47\x5a\xcf\x1d\xdb\x92\xb7\xfe\x9b\x4a\x7f\ \x4a\x4a\x0c\x60\x24\x73\xfa\xa2\xc9\x89\xea\xbe\x3d\x47\xaa\xca\ \x4f\xee\x3c\xd9\x35\xe7\xd6\x85\xec\xc2\xde\x5d\x85\x75\x90\x0b\ \x9e\xb8\x70\xf9\xaa\x19\x59\xd5\x87\xd7\xe7\x77\x47\x2d\x5b\x94\ \x5d\xb2\x6f\x7b\xfe\xa9\xfc\xfd\xc7\x6a\x72\x96\xae\xce\x1d\x1e\ \x0d\x14\xf5\x9a\x51\x0c\x42\xf0\x7a\x25\x0c\x2f\x09\xc3\xa8\x8c\ \xc3\xc6\x8d\x4c\x68\x2c\xa9\xf4\x4a\xae\xca\x4a\x7b\x46\xf6\x28\ \x4f\xfd\xb9\xda\x96\xee\xd3\x07\xf2\x2e\x48\x49\x8b\x17\x4c\xb1\ \x18\x79\xe6\xa8\xde\x98\x77\x2c\x71\xfa\x8a\xe1\xb8\x72\xdb\x91\ \xca\xca\xa3\x79\xc7\xbb\x42\x97\x2d\x1c\x5b\x79\x68\xeb\x91\x82\ \x33\xfb\x0e\x57\x64\x2f\x5d\x33\x6b\x54\x3c\xb8\x49\xcb\xa8\x37\ \x6f\x5e\x97\xa9\x32\x33\xce\xbc\xfd\xa1\x7b\x17\x8c\x6e\x3a\xba\ \xe1\xe3\xbc\x93\x2a\x2f\x86\x45\xc5\x8f\x1c\x95\x1d\xce\xf9\xaa\ \xaa\xca\xb9\xb8\xd1\xd3\x46\x65\x4d\x1f\x3d\xa4\xb3\xcb\x9d\x10\ \x1f\xd5\x70\xe1\xac\x13\x87\x44\x12\xfb\xa9\x33\x8d\x61\x09\xc9\ \x23\x27\xe5\xce\x1e\x93\xc4\x14\xf9\xda\x4a\xe4\x88\xbb\xa9\xa2\ \xb4\x39\x10\x16\x1a\x6d\xd5\xc9\x45\xa7\x2a\x69\x5f\xd5\xe8\xfe\ \x7d\xd2\xd7\x17\x8a\x31\x00\xd8\x43\x0f\x3d\xd4\x6d\xb3\xfd\xfe\ \xf7\x2f\x3d\xf7\xfc\x0b\x31\xd1\xd1\xb7\xdf\xbe\xf2\x47\x8a\x2a\ \x14\x45\x0e\x4b\x9d\xfe\xc4\x63\xf7\xa6\x92\xc6\x4f\xdf\xfb\xf8\ \xe0\x99\x0a\x5d\xe2\xa8\x89\xd9\x59\x33\x26\xa4\x74\x57\x37\x4a\ \x88\x0b\x8d\x4a\x88\x8d\x0a\x43\x10\xe8\x82\xcc\xe1\x66\x83\x35\ \x35\x67\xc1\x8c\x51\x44\x91\xe9\xb5\xc7\x86\xba\x7d\x52\xf4\x90\ \xd1\xa9\x41\xf6\x0d\x6b\x37\x8b\x43\xa7\x8f\x88\xe4\x9d\x6d\xb5\ \xf5\xee\xa0\x69\x33\x27\x8d\x9b\x38\xc1\xa2\x74\x97\x15\x57\xf9\ \x43\x87\x4e\x99\x9c\x99\x9e\x1c\x25\x60\x06\x30\xc7\x73\x98\x31\ \xc0\xeb\x83\xc3\x43\x4c\x3c\xc7\xe9\x79\x56\x5f\xd7\x64\x19\x36\ \x61\x42\xf6\xf0\x44\x6b\xb0\xad\xb6\x70\xcb\xe6\xad\x67\x6b\x6d\ \x3e\x39\x40\x29\x34\x86\x84\x59\x82\x83\x79\x8e\xe7\x39\xd6\x54\ \xd5\x9a\x38\x3a\x37\x2b\x6b\x62\x76\xb2\xb1\xb6\xa9\x15\x10\x7d\ \x78\x64\x6c\xd6\xb8\xb1\x66\xe6\xec\x95\x19\x82\x17\x2b\x3b\xf6\ \x97\xec\xe4\x05\x01\x03\x86\x79\xbd\x35\x26\x79\x44\x7a\xba\x35\ \x34\x6c\xe8\xc8\xac\x18\x33\x6b\xaf\xab\xef\x6c\x6f\x2e\x38\xb4\ \xef\x7c\xb3\x2b\xe0\x70\xca\x08\x22\x00\x54\x55\x8d\x88\x88\x78\ \xf4\x91\x47\x3e\xff\xe2\x8b\x37\xde\xf8\xcb\x2b\xff\xf1\x1f\x77\ \xdd\xb5\x66\xc4\xf0\xe1\x57\x07\xa3\x1c\x8f\xea\x4e\x17\xf6\x00\ \x73\x64\x78\x24\xb6\x55\x17\x54\xb8\x47\x4f\x9d\xc5\x37\x1f\xdd\ \x7a\xb0\xb8\xab\xab\xc1\x21\x24\xcc\x9a\x31\x2e\x35\x2e\x96\xda\ \x2a\x6b\xdb\x9b\x8f\xed\x3f\x50\xdf\xe1\xf4\xf8\x7a\x91\xce\x14\ \x11\x9f\x96\x33\x6a\x28\x72\xf7\x54\x57\xb5\x84\x65\x4e\x1c\x3f\ \x32\x33\x39\x36\x84\x31\x86\x39\x9e\xc3\x00\x72\xba\xf0\xa8\xc4\ \xd1\xd9\x59\xa1\xd0\x53\x57\x55\x1b\xb0\x64\x4c\x9b\x90\x11\x67\ \x0d\xe1\xf1\x35\xde\x61\x54\x55\x35\x99\x4c\x4f\x3c\xf1\xc4\xd6\ \xad\x5b\x5f\x7b\xfd\xd5\xdf\xff\xe1\xa5\x65\xb7\xde\x3a\x7e\xdc\ \xb8\xab\xa4\xd5\xd0\xf8\x1f\xfb\x51\x45\x0e\x49\x9d\xf6\xf8\x13\ \x3f\x19\xc2\x35\x7d\xfa\xee\x27\xc7\xca\x6a\x5b\xdb\x5b\x8f\x1e\ \x3c\xd4\xd0\xe3\xb0\x79\x25\x08\x31\xcf\x5c\xd5\x4d\xed\x2d\x15\ \x85\xfb\x8e\x14\xbb\xa8\xbf\xbe\xfa\x02\x8d\xcc\x9a\x3d\x31\x33\ \x2e\xca\x4a\x28\x13\x83\xc2\xac\xe1\x26\x02\x01\xe6\x39\x5b\xc5\ \xb9\x5a\x27\xb1\x84\x47\x99\x68\x4f\x41\x51\x23\xe6\xfb\x23\x4a\ \xc6\x54\x14\x14\x35\x6b\xd1\x9c\x68\x23\x54\xe8\x65\x75\x73\xfb\ \x6a\xbc\x5f\xdb\xea\x22\x3c\xd8\xb4\x42\xc8\x14\xd9\xef\xa7\xc2\ \xa4\xa5\x77\xdf\x3a\x25\x49\x56\x60\x58\x5c\xf2\xe8\xac\x91\x06\ \xd5\x5e\x51\x5d\x63\x1e\x9a\x93\x33\x32\x7b\x7a\x66\x4c\x53\x7d\ \x93\xc4\x88\x29\xd4\x12\x62\x44\x2d\x75\xb6\xb4\xf1\x33\x32\x47\ \x4f\x1e\x6e\x51\x1a\x95\xd0\xa9\xa3\xa3\xbe\xd9\xb6\xa5\xa4\xd9\ \x8d\xc8\xb5\x57\xe2\x10\xc2\xd7\x15\xe6\x52\xa8\xca\x94\x80\x12\ \x3b\x6a\xac\xc1\x51\x5d\x78\xb6\xa0\x95\x46\x8e\x4e\x0b\xa1\x8c\ \x10\xe6\x6f\x6e\xf2\x8e\x9c\x3c\x6b\xd8\xf0\xd4\xc8\x70\x83\xa7\ \xad\xb5\xbd\xa5\xe9\xec\x37\x5f\x17\xd6\x3b\x14\x67\x7b\x59\x8d\ \x7d\xe8\xe4\x19\x99\x63\x26\x64\xc6\xc2\x4e\x17\x3f\x65\x42\xc2\ \x89\x6d\x1b\x4f\x37\xf6\x22\x74\x73\x5e\x8d\x6f\xe2\xfa\x28\x84\ \x8a\xbb\xb5\xc3\x1e\x95\x99\x3b\x77\x42\x6c\x7d\x49\x89\x9b\x42\ \x4a\x15\x55\x55\x99\x4a\x0d\x21\x56\x7f\x47\x6d\xa3\xd3\x55\x5d\ \xd7\x84\x8c\x91\xa3\x32\x13\x6a\x0a\xbe\x69\x63\xd9\x73\x13\x9b\ \xff\x7a\xb2\x25\x23\x2d\xd9\xd5\x54\x51\xde\x68\x03\xd7\x89\xeb\ \x09\x54\xab\xca\xce\xdb\x5c\xbd\xc7\x76\x6e\xba\xd0\x13\x68\x2f\ \x2b\xa8\x77\x31\x26\xf9\x15\x00\xfc\x7e\xbf\xa4\xde\xa8\xb6\xb6\ \xa2\xa8\x41\x41\xc6\xe7\x9e\x7d\xa6\xb4\xb4\x14\x21\xf4\xf4\xd3\ \x4f\x33\x06\x6e\x4a\xed\xd6\x6b\x68\x13\x42\x97\xad\xc5\xc5\xc7\ \xcc\x5b\x34\x27\xd8\x55\xdb\x23\x91\x40\x57\x53\x8b\xc3\x55\x55\ \xdd\x22\x86\x87\x10\x46\x55\x55\x01\x8c\x11\x04\xec\x3d\x0e\x77\ \x40\xe9\xed\xac\x2b\xa9\x6c\xa2\x08\x5f\x5b\x7c\xa6\xf8\xbc\x6e\ \xa0\x8b\xc8\xc9\x8c\xe9\xee\xf0\x67\x8d\x1f\x46\xd4\x40\x40\x31\ \x98\x89\xab\xb2\xa6\xb5\xbb\xb9\xde\xa6\x08\xb1\xf1\x51\xa8\xa7\ \xa1\xba\xc9\x23\xc9\xb2\xa2\x52\xc0\x28\xa5\x8c\x31\xaa\xaa\x94\ \x02\xc6\x18\x55\x29\x0a\x0d\x09\xea\xac\xaf\xea\x70\x7a\x03\x8e\ \x96\x3d\x5b\xf6\x5b\x27\x2f\x5f\x32\x65\x18\x52\x18\x86\x6a\xb7\ \xcd\xe1\x91\x03\xb2\xaa\x52\x86\x42\x2c\xc6\xb6\xba\x4a\x97\xab\ \xad\xae\xa5\x37\x2c\xc4\x0c\xa9\xa2\x28\x8a\x42\xc1\x65\xd1\x32\ \x63\x74\x60\x13\x6d\xdf\x7f\x18\xa5\x8a\xaa\x52\x55\x55\x14\x45\ \x51\x99\xaa\xa8\xa2\x29\xc8\x10\x1a\x35\x61\xf6\xe2\x87\x7f\xfe\ \xd4\xbd\x8b\x47\x52\x5f\xff\x5b\x42\x20\x10\x18\x37\x76\xcc\x23\ \x0f\xff\x6c\xfd\xfa\x0d\x4b\x97\x2c\x59\xb8\x70\xa1\xcf\xe7\xbb\ \x7a\xfa\x86\x48\xed\x05\x25\x8d\x52\x6f\xf5\xc6\xcd\x5f\xf7\x4a\ \xee\xb3\x45\x67\x74\x29\x53\x1f\x7d\x6c\x8d\x5a\xb2\xfb\x48\xb9\ \x4f\x90\x3a\x2b\xeb\xbb\xfd\x01\x3f\xd4\x59\xac\x61\xb1\xd3\x16\ \xdd\xf1\xcb\xdf\xfe\xea\x96\xac\x04\xc9\xeb\x53\x55\x85\xaa\x54\ \xa1\xc8\x62\x35\xdb\x6a\xca\xda\x7b\xbd\x52\x40\xa2\x94\x0d\xa8\ \xa4\x5f\x4e\x95\x02\x43\x70\x10\xb5\xb7\xb4\x74\xfb\xbc\xfe\x80\ \x7a\x9d\x1b\x41\x92\xa4\x8c\x8c\x61\xff\xf2\xcb\x27\xb7\x6c\xce\ \x9b\x3e\x7d\xda\xca\x95\x2b\xfc\x7e\xbf\x66\xf4\x35\x6e\x3a\x10\ \x02\x8f\xad\xd5\x45\xa2\xe7\x2d\x9c\x1b\xec\xae\x6d\xeb\x05\x11\ \xd1\x71\x53\x6f\x59\xfe\xf3\xa7\x7f\xbb\x72\x74\xb4\xdf\xe7\x71\ \xc9\x5c\x78\x70\x50\x5c\xc6\xb8\xdb\xef\x7d\xe8\xe9\x47\x7e\x92\ \x15\x1d\xe2\x6a\xab\xa9\x69\xef\x95\x24\x89\x61\xb5\xb7\xa7\xc7\ \xeb\xf5\xab\x0c\xf2\xcc\x7d\xee\x7c\x99\xc7\xd3\xb5\x7b\x63\x5e\ \xb3\x4f\xae\x3b\x7f\xaa\x53\xc6\x52\x20\xa0\x30\x26\xfb\x65\xc5\ \xeb\xa8\x2c\x29\x73\x06\xc0\x15\x1e\x0c\x02\x88\x11\xbe\xbe\xeb\ \xba\xf4\x69\x45\x52\xa3\xb3\x26\x2f\xbf\x6d\xe9\xd4\xac\x54\x01\ \x28\x2a\xa5\x8a\xa2\xaa\xaa\xca\x00\x34\x85\x84\x39\x5a\x6a\x3a\ \x5c\xf6\xca\x86\x4e\x53\xb8\x85\x07\x52\x57\x8f\x23\x20\x83\x60\ \x33\xdf\x54\x5b\xed\x76\x34\x35\x74\x78\x43\x42\x22\xa6\x2c\xbb\ \x6f\xcd\xe4\x90\xad\x5f\xed\xe8\xf0\xa2\xab\xb7\x20\x33\x00\x10\ \x84\xf8\xfa\x4e\x7d\xd0\x47\x65\x3e\x64\xe8\x98\x64\xf5\xf3\xb7\ \xb6\x9a\xb2\xc6\xc5\x08\x4c\x56\x29\xc0\x7c\x68\x08\xaa\x29\x2b\ \xf3\xfb\xe5\x80\x5f\xe6\x82\x8c\x86\xd0\xc8\x31\xb9\xf3\x7f\xfa\ \xf8\x53\x0f\xac\x98\x6c\x35\x80\xa6\x8a\x6a\x77\x4f\x6b\x7d\x9b\ \xd7\x10\x16\x3d\x71\xd1\xbd\xf7\x4c\x8f\xdc\xb5\x71\x63\x83\x9f\ \xbb\x29\x8b\xa4\x37\x71\x7d\x14\x23\xd5\x5d\xb4\x77\x63\x51\xbd\ \x8b\x01\x6e\xda\x92\xdb\x8d\x95\xfb\x02\x04\x03\x88\x45\x1d\x1f\ \x35\x74\xea\xf4\x86\xba\x77\x5f\xfe\x03\x1f\x96\xba\x7c\xd5\x08\ \xb3\xc5\x3d\xd4\xaa\xe7\x93\x33\xd2\x82\xec\x96\x72\x67\x4a\x6a\ \x44\xdd\xee\x0f\x4f\x48\x19\xf7\x2f\x1d\xc7\xa8\x74\x75\xe3\x54\ \xf2\xd7\xd4\x7b\xe7\xfd\xf4\xa9\xe5\xe3\xa3\x14\x77\xeb\xe7\xef\ \xac\x6d\xf3\x84\x06\x49\xa5\x0d\x8e\xf4\x38\xbd\xfb\x42\x59\x73\ \x5c\x56\x34\x90\xae\x1b\x2b\x04\x02\x81\x88\x88\x88\xd7\x5f\x7b\ \x55\x10\x04\x41\xe0\x14\xe5\xc7\xda\xb7\x89\x31\x76\xd4\x17\xfd\ \x75\xcf\x39\x49\x51\x0d\x49\xd3\x16\xce\x9f\x54\xbe\x6f\xfd\x47\ \x7f\x7a\x89\x84\xa6\xae\xbe\x7f\xa4\x73\xff\x39\x1d\x4f\x64\x05\ \x26\x0f\xcb\x3a\x72\xf2\xab\xd7\xdf\x71\x4d\x4b\x62\x17\x3a\x0c\ \x77\xdd\xb3\x40\xa7\x5c\xb5\xeb\x0d\x42\x46\x29\xe4\x04\x91\xc0\ \xd0\x8c\xe9\x4f\xfe\x6a\x6c\x64\x30\x2b\xd4\xeb\x08\xb1\xce\x5e\ \x30\xe1\xa3\xf5\x6f\x16\x40\xfd\xb8\x79\x2b\xd2\x47\xc4\x2a\x6d\ \x15\xdb\xdf\x7b\xd9\xeb\xf3\x26\x4c\x9b\xc0\x0b\x2d\x06\x1d\x87\ \x79\xbd\x41\xc7\x31\xc6\x30\x2f\x70\x84\x1f\x32\x2e\x37\xab\xfa\ \xd3\x37\x5f\x7a\x29\x79\xdc\xcc\xe1\x63\xd2\x8e\x6c\xff\x2c\xe0\ \xf5\x67\x2d\x99\x91\x99\x9a\x79\xf2\xe3\xbc\xd7\xec\xb6\x49\xf1\ \x06\x83\x28\x64\x4c\x9d\x5f\xf9\xc9\x17\x7f\x7c\xe9\x50\x78\xda\ \xd4\x15\x23\x62\xf3\x4b\x05\x1d\x87\x01\xc4\x06\xa3\x01\x0f\x38\ \x51\x48\x78\xa3\x41\x8f\x01\x63\x10\xe9\x0d\x06\x0e\x41\x41\x6f\ \xe0\x08\x40\x9c\x68\xd0\xf1\x00\x20\x51\xe0\xf4\x71\xd9\x0b\x26\ \xb4\x6c\xfb\xea\xbd\xc3\xa6\xd8\x79\xb7\xdf\x39\x2a\x1c\xf6\xad\ \xfd\x32\xc6\x3c\x5e\xef\x8c\xdc\xdc\xa1\x43\x86\x44\x46\x46\xfa\ \xfd\xfe\xab\x97\xa8\x11\xc6\xbd\x8d\x6d\x76\x3e\xe5\xb1\xc7\x1e\ \x1c\x12\xc6\xdb\x4a\xf6\x7e\xb0\xb3\xfe\xd8\xee\x75\x45\x67\x6b\ \x55\x43\xe2\x92\x9c\x29\x38\xd4\xb5\xfe\xdd\xff\x38\x1c\x97\x75\ \xc7\xb2\x99\xb3\x87\xfd\x75\xfd\xbb\x6f\x19\x62\xb2\xee\x9c\x3f\ \x2a\x38\x38\x88\x43\x0c\x72\xa2\x88\x51\x7c\xce\xdc\x9c\xba\xcf\ \xde\x78\xe5\x65\xbf\x44\xe6\x8c\x31\x72\x4e\xbd\x8e\xc7\xbc\xce\ \xa0\xe3\x20\x43\x44\xe4\xb9\xd0\x94\xec\x59\x99\x35\xdb\xde\x7b\ \xdd\x5e\x5f\x61\x99\x3f\xfb\x7a\xbb\xd4\xbc\x5e\x6f\x4e\x4e\xce\ \x47\x1f\x7e\x60\xb1\x58\x24\x49\xd2\xd2\x94\x35\x7e\x1c\xa3\xc1\ \x39\xea\x4f\xaf\xdb\x73\x56\x52\x14\x43\xd2\xd4\x85\xf3\x27\x95\ \xef\xdb\xb0\xf5\x83\x37\x45\xeb\xf0\x35\xf7\x2c\x1e\x36\x34\xfc\ \x60\x51\xf5\x9a\x05\xf3\xeb\xd7\x6e\x7f\xeb\xcd\xe3\xe9\x39\x0b\ \x56\xcc\x99\x3e\x27\xb3\xe1\xb3\xff\x7c\xd9\x3a\x7c\xe2\x82\x71\ \x93\xf0\x17\x9b\xff\xfc\x6e\xdd\x9a\x9f\xac\x8c\x97\x5a\x1b\x6c\ \xdc\xaa\x5f\xfc\x7a\xc6\x50\x93\xb7\xad\xf4\xdd\x8f\xf6\x3a\xe9\ \xb0\xe0\x40\x71\xb3\x27\x33\xde\xe0\x2d\x39\x5b\xd0\x55\x5c\x35\ \x61\xe5\x5d\xc3\xad\x44\x1e\xb4\x6d\x17\x22\x78\xbd\xfb\xba\x2f\ \xf1\xf4\xe2\xc4\x30\x27\xea\x75\x01\xe8\xf7\xfb\x91\x24\x13\x0e\ \x8a\x06\x23\x23\x10\x20\x4e\x14\x84\xa4\x51\xb3\xdc\x75\x1f\xbf\ \xfa\xc7\x57\x0c\x51\x99\x77\x8d\x1f\x05\x4d\x1d\x1f\x6c\xf8\xfc\ \x2f\x6d\xf3\x56\xce\x5c\xdc\xbc\x69\xc3\x4b\x7f\xa2\x71\x63\x6e\ \xc9\xb1\xfa\xbf\xfa\xef\x3f\x57\xf5\x48\xe9\xd9\xb3\xcc\xc2\xb5\ \x72\x02\x19\x83\x18\xb1\xef\x16\xe1\xa8\x80\xcf\xc8\x1a\x21\x1e\ \x75\x8c\x1a\x9e\xcc\x54\x95\x13\xf5\xbc\x10\x94\x33\xf7\x96\x9a\ \x4f\x36\xff\xe1\x15\x29\x80\xe3\xc3\x93\x47\x2d\x9c\xd6\xbc\x79\ \xeb\x47\xf9\x3a\xeb\xac\x55\xf7\x8c\x9f\xbf\xa4\xea\xf3\x4d\x7f\ \x78\x45\x8e\xcd\x9a\x39\x29\x89\x7e\xf5\xd6\x7f\x55\xf6\x48\x43\ \xb3\x26\x59\x04\x55\xbd\x19\x21\x15\xec\x75\x3a\x6e\xea\x1c\x85\ \x14\x90\x64\xcc\xe9\xf4\x3a\x5e\x95\x25\x06\x50\x7f\x22\x30\xc2\ \x04\x51\xb7\xdb\x8b\x45\xa3\x8e\x00\x85\x32\x78\x71\x94\x18\x03\ \x10\xaa\xaa\xc2\x00\xc2\xd7\xdf\x78\xab\xaa\x8c\x70\x18\xf4\xe5\ \x14\xab\x8a\x0a\x30\x64\x0a\x05\x98\x40\x55\x56\x21\x21\xdf\x1e\ \x58\x73\x1c\x47\x29\x55\xd5\x1f\x37\xf9\x81\x51\x55\x92\x02\x2a\ \x43\x3a\x83\x81\x40\x00\x99\xea\xf6\x78\x89\x68\x14\x09\x90\x15\ \xb5\x2f\xdb\x09\x21\xa4\xca\x7e\x9f\xc4\xfa\x36\xeb\xe2\xeb\xaf\ \xf5\xf6\xd9\x6e\x88\x08\x47\xa0\x22\x2b\x94\x31\x00\x20\xe1\x88\ \xec\x75\x07\x18\x67\x34\x08\x54\x55\x31\x46\x3e\x8f\x4b\x66\x44\ \x27\x0a\xb0\x6f\x09\x13\x00\x76\x31\x07\x1b\x00\x84\x09\x02\x8a\ \xc7\xed\x05\x9c\x4e\x2f\x60\x9f\xc7\x4d\x11\x27\x0a\x02\xc1\x50\ \xf6\xfb\xfc\x2a\x14\x05\x0e\x02\x80\x09\x07\x54\xbf\xdb\xab\xe8\ \x8c\x46\x02\x54\x45\xa5\x83\xf3\xb8\x07\x4b\x74\x29\x6b\xad\x2f\ \xdf\x79\x20\xcd\x1b\x42\xc8\x18\x05\x90\x70\x18\xf8\x3c\x6e\x89\ \x21\x51\x14\xaf\x8e\xb5\x79\x9e\x97\x65\xf9\x7a\x6e\x89\x51\xc6\ \x20\x24\x18\xf5\x5d\x97\x2a\xb2\xa2\x2a\x01\x49\xe1\x44\x83\x8e\ \xc7\x10\x32\x9f\xdb\x23\x33\xa4\xd3\xeb\x39\xa4\xba\x5d\x1e\x8a\ \x38\x51\xe0\x21\xb8\x24\x06\xc2\x1c\x06\xb2\xdb\xed\x05\x9c\xa8\ \xe3\x09\xa5\x74\x90\x4a\x18\x03\x88\xa8\xae\xa2\xa3\x07\x8b\x1b\ \xba\xbb\x3a\xbc\x13\x57\xdd\x33\x3d\xc9\x74\x83\xd4\x2c\x9e\xe7\ \x15\x45\xf9\x91\x26\x30\x34\x34\xae\x69\x34\x3c\x1e\x8f\x0a\x39\ \x51\x10\x08\x62\x92\xa4\x70\x3a\x11\x48\x3e\xb7\x4f\x26\xbc\x20\ \xf2\x3c\x46\xd4\xe3\xf6\x50\x48\x74\x7a\x1d\x93\xbc\x3e\x19\x88\ \x3a\x01\x31\xaa\x32\xc8\x11\x3c\xf0\xe0\x28\x0c\x62\xc8\x14\x15\ \x62\x02\x54\x59\x05\x10\x02\x74\xe5\x54\x2d\x74\xbb\x5d\xad\xcd\ \x4d\x26\x73\x08\xc6\x83\x63\x2a\x16\x08\x04\x24\x29\x90\x94\x92\ \x3a\x90\xa6\x39\x60\x8b\x2e\x79\x56\x76\xd1\xc4\xf4\x59\x18\xb7\ \xdb\xcf\xeb\x8d\x3c\x62\x00\x00\xc9\xef\x95\x28\xd6\x1b\x74\x50\ \xf1\xb9\xfd\xd4\x60\x34\x40\x2a\xfb\xbc\x3e\x05\x60\x83\x41\x0f\ \xd9\x35\xd6\x47\x21\x84\x76\x7b\x4f\x77\x67\xa7\x39\x24\x04\xc2\ \xc1\x26\x91\x79\xbd\x5e\x04\x61\x7c\x62\xd2\x60\xeb\xdd\xf7\x30\ \xc3\x4b\xeb\x4d\x90\x10\xc2\x14\x9f\xdb\xab\xf0\xa2\x48\x08\x26\ \x18\xf8\x3d\x9e\x80\x0a\x05\x51\xe0\x39\x0e\x28\x7e\xb7\x5f\xd5\ \x1b\x0d\x98\xca\x5e\xaf\x4f\x61\xd8\x60\xd4\x23\x76\x73\x52\x63\ \x6e\xb2\x1f\xbd\xa8\xe6\xbe\x8e\xf5\x1d\x2f\x35\xc8\xcc\x82\x4b\ \x49\xc3\x03\x47\x4e\x5c\xf9\xef\x0d\xa6\x3f\x2e\xfe\x1d\x42\x70\ \xf1\x90\x8e\xbf\xbf\x13\x6b\xe0\x40\xb6\x32\xbb\xf4\x13\xbb\xa2\ \x8f\x17\x7f\xfb\xad\xdd\x06\x80\x5d\xfd\xe3\x15\xf9\xd7\x83\xaf\ \xd8\xef\x31\x06\xbe\x36\xf0\x9f\xc1\xbe\x0f\x5e\xf1\x54\x30\xc6\ \xae\xd5\xee\x15\xc3\x77\xd5\x38\x0c\x38\xd1\xfe\xf1\xbb\xe4\xa9\ \xae\x21\xe1\xf7\x55\xe0\xe0\xae\xb1\x81\xd9\xa5\xab\x5a\x1e\xd4\ \xef\xcb\xc5\xb8\x81\x4a\x20\x44\x50\xf5\xd6\x57\x95\xb7\xd8\xa5\ \xd0\xd8\x21\xe9\xf1\xe1\x8c\x6a\x79\xa5\x1a\x7f\x87\x46\xe3\x72\ \xab\x71\xa5\xf9\x84\x83\x43\xc6\x8b\x8f\xc6\x65\x0f\xce\x20\x23\ \xd9\xe7\x73\xae\x7e\x1e\x21\x84\x92\x24\xb9\x5d\xbd\x57\x4c\xb1\ \x62\x84\x4c\xe6\x90\x2b\x9f\xfd\xc1\xc6\xe8\x6a\x03\x0e\xaf\xe8\ \xc0\xa5\x67\xf4\x32\x1f\x7c\x7d\xa3\x80\x10\xf2\x79\xbd\x1e\xaf\ \x07\x5e\x2e\x0c\x21\xa4\x2f\x1f\xe6\xca\x13\x27\x2e\x89\x77\xc5\ \x73\x0f\xd8\x75\x64\xba\xca\x70\xdc\xa4\xe1\xbb\xc9\x7e\x54\x43\ \xe3\x7f\x83\xd5\xe2\x78\x81\x60\x48\x55\x59\x92\x14\x6d\xba\x56\ \xe3\x9f\x19\x84\x10\xbc\x7a\x55\x92\x01\x4a\xd5\xff\xf7\x6b\x19\ \x7d\xfb\x9e\xd8\x55\xf3\x72\x7d\x9b\x1c\xfe\x7e\x0d\x8a\xe6\x47\ \x35\x34\x34\x34\x34\x34\x7e\xb8\xfb\xd7\x54\xa0\xa1\xa1\xa1\xa1\ \xa1\xa1\xf9\x51\x0d\x0d\x0d\x0d\x0d\x0d\xcd\x8f\x6a\x68\x68\x68\ \x68\x68\x68\x7e\x54\x43\x43\x43\x43\x43\x43\xf3\xa3\x1a\x1a\x1a\ \x1a\x1a\x1a\x1a\xdf\x02\xe9\x75\x3a\x35\x2d\x68\x68\x68\x68\x68\ \x68\xfc\x30\xa0\xcf\xeb\xd5\xb4\xa0\xa1\xa1\xa1\xf1\x4f\x60\xef\ \xe1\xc5\x63\xce\x00\xd0\x12\xa7\xaf\x50\x0d\x00\xfd\x45\xad\xbe\ \x7f\x3c\x2a\x49\x01\x4d\x85\x1a\x1a\x1a\x1a\xff\xd8\x20\x84\x54\ \x55\x71\xf4\xf4\x38\x1d\x0e\x49\x92\x06\x6a\x74\x6b\x00\x00\x00\ \xc7\x71\x06\xa3\x31\x24\x2c\x5c\x14\x75\x3f\xe0\x10\x50\xed\x1c\ \x06\x0d\x0d\x0d\x8d\x7f\xfc\x68\x4b\x96\xa4\xe6\xa6\x06\x4a\x99\ \xd1\x18\x44\x08\x06\x5a\x31\xdd\x41\x50\xaa\xfa\x7c\x3e\x9f\xcf\ \x1b\x19\x15\x63\x36\x87\xd2\xef\x79\x56\x28\xd1\x34\xa8\xa1\xa1\ \xa1\xf1\x8f\xed\x44\x29\xa5\xad\xad\xcd\x3c\x2f\x04\x9b\x4c\x94\ \x31\xa0\x15\x2f\xba\xca\x15\x8a\xa2\xce\x68\x30\x74\x77\x75\x72\ \x84\xd3\x1b\x8d\xec\xfb\x44\xa5\x3f\x9e\x1f\x85\x84\xe3\x08\x46\ \x54\x91\x6e\x50\x4c\xe3\x87\x81\x30\x41\x80\x2a\x37\x2a\x78\x03\ \x11\x02\x94\xfe\x28\xf7\x0a\x22\x04\x31\xf5\x3a\x75\xd4\x11\xc7\ \x13\xaa\x48\x83\x44\x83\x84\x60\xaa\x2a\x37\x43\x96\xef\xd9\x14\ \x84\x04\x23\xf5\x3b\x14\x7c\x87\x08\x63\x04\x06\x95\x93\xeb\x1f\ \x3b\x55\x91\xe4\xef\x33\x76\x08\x61\x04\x99\xf2\xc3\x0b\x11\x41\ \x4c\x30\xfb\x7e\xba\x82\x98\x60\x40\x55\x95\x6a\x76\x41\x43\xe3\ \xba\xb8\x5c\x2e\x80\x70\x90\x39\x04\x40\x00\x55\x55\x0b\x46\xaf\ \x86\x31\xc6\x0b\x62\x50\x50\xb0\xc3\xd1\xa3\x33\x18\xe0\xb5\x8e\ \xf5\xbf\xae\xe9\xbb\xa6\x69\xd2\xe9\xf5\x02\x87\x06\x4e\xc9\xc7\ \x82\xa8\x37\xe8\x75\x64\x40\xf3\x98\x13\xf4\x22\x0f\x6f\xb4\x4c\ \x0d\x31\x62\x3d\x2d\x55\xa7\x4e\x9e\xaa\x68\x75\x80\x41\x45\x70\ \x20\x22\x7a\xbd\x81\xc7\x70\xa0\x6a\x01\x16\x44\xbd\xc1\xf0\x3d\ \x1a\x27\x04\xd6\x9d\xde\xb3\xb7\xb0\x9a\x11\xee\xfa\xf7\x02\xfb\ \x2e\xfe\xe3\x07\x19\x7a\x58\x79\x74\xef\x81\xc2\x36\xc2\xa1\x6b\ \xbd\xf5\x79\x1b\x6b\x6b\x6d\x1e\x75\xa0\xca\x3a\x42\xaa\x7d\xff\ \xae\x5d\x65\xdd\x2a\x87\xff\x87\x37\x2e\x22\xa0\xf7\xe0\xee\xed\ \xe7\x3b\x65\xfe\x3b\x34\x05\x21\x66\xee\x86\x75\x6b\x37\x56\xb9\ \xd1\x8d\x3f\x8f\x30\x71\x36\x14\x6c\xdf\x9f\xef\x83\x1c\x82\x7d\ \xde\x1a\xd8\x9a\xab\x0b\xf2\x4f\x55\x35\x3b\x21\xfa\xae\x99\x51\ \x84\xc3\x1d\x15\x27\xb7\x1d\x2e\x51\x10\x81\x3f\x48\xb5\x3c\x73\ \x1e\xd8\xb2\xb6\xa8\xd9\x4d\xf0\x77\x2b\xad\x0b\x11\x61\xde\x53\ \x7b\xb6\x9d\x6d\x70\x60\x82\x35\x43\xa0\xa1\x71\xbd\x87\xdc\x6b\ \xeb\x80\x9b\x5f\x75\xbd\xf1\x44\xa0\xf2\x34\xe4\x04\x4d\x25\xd7\ \x84\x52\x2a\x8a\x22\x60\x40\x0a\x7c\xbf\x6d\x43\xe8\x6a\x6b\xc6\ \xc9\x9d\xdb\xd6\xad\x3d\x54\xd2\xc3\x73\x88\x70\xbc\xea\x69\x3f\ \xb4\x6d\xed\x7b\x9f\x6d\xaa\xf5\x00\x82\x11\x2f\x70\x6d\xc5\x07\ \x37\xec\x2b\xf0\x42\x7e\x70\xb5\x50\x84\x89\x20\x8a\xa2\xc0\x63\ \x08\x09\x4f\xba\x2b\x8f\xbd\xfd\xee\x67\x07\x8f\x9f\x2a\x6b\xb2\ \xd1\x81\x52\xe6\x88\x13\x98\xb3\xf6\xab\xb5\x9f\x16\xb4\x05\x78\ \x04\x31\xc7\x53\x6f\xc7\xe1\x1d\xeb\xde\xfb\x64\x43\x8d\xbb\xaf\ \x71\xbe\xa3\xe4\xd0\xfa\xbd\xf9\x83\x1b\x87\x88\x08\x82\x28\x8a\ \xa2\xc0\x73\x08\x42\x82\x58\xf3\x85\x13\x45\x75\x36\x9d\x5e\x2f\ \xf0\x03\xae\x14\x22\x8e\x17\x44\x51\xe4\x08\x42\x98\x73\xb7\x14\ \x7d\xb9\xf5\x6b\x0f\x1f\x6c\x10\x08\x04\x0c\x22\x2c\x08\xa2\x28\ \x08\x7d\xf5\x4d\x21\x44\xbc\x20\xf6\x7d\x78\x90\x9b\xe2\xfa\xae\ \x81\x11\x64\x17\xbb\x23\x8a\x17\x2f\xd1\xf7\x2d\xbd\x9e\x6f\x28\ \x3a\x71\xba\xd2\x46\x08\x82\x00\x20\xcc\xf1\x1c\x81\x80\x01\x00\ \x39\x5e\xcf\xab\x9d\xdb\xd7\xaf\x3f\xd7\x16\xe0\x30\x44\x98\x08\ \x3a\xbd\x8e\x78\x4e\x1c\x3e\xde\xe4\xa6\x04\x01\x4c\xb8\x81\x5e\ \xf4\xbb\x3a\x5e\x10\x45\x51\x20\xfd\xf5\x47\x21\xe1\x78\x51\x14\ \x05\xfe\x32\x3f\xd4\xff\x2d\x51\x24\xb4\x37\xff\xd8\x89\x26\x3f\ \x11\x74\x22\x37\xe0\x36\x2e\xa9\xbd\x5f\x5f\x03\x8d\x08\x02\xf3\ \xf7\x9c\x3b\x5f\xee\x94\x21\x21\x5c\x5f\x2f\x20\x1a\xb8\xe2\xa5\ \x0f\x0b\x7a\x83\xc1\xd7\x5e\x7c\xa8\xb0\x5c\x42\x04\x01\x88\x79\ \xae\xfb\xc2\xe1\x77\xdf\xfb\xec\xe0\xf1\x53\x17\x1a\x6c\x10\x61\ \xc2\x0b\xa2\x28\xf2\x03\x2f\x02\x78\x40\x51\x83\x46\x1f\x72\xbc\ \xa8\xd3\xe9\x6d\x0d\x25\x47\x4e\xd7\x51\x44\x00\x42\x9c\x20\x88\ \xa2\xc0\x61\x04\x00\x20\x1c\xcf\x61\xc4\x18\xc0\x84\xe7\x08\x62\ \x0c\x20\xc2\xf1\x04\x0f\x52\x32\x81\x10\x61\xea\xbe\x70\xb6\xb0\ \xd9\x25\x21\x04\xfb\x87\xac\x5f\x54\x06\x06\x86\x8c\x27\xfd\x62\ \x40\x44\x44\x9d\x4e\xc7\xc9\xa5\x27\x0e\x57\x77\x79\xbf\x4b\x01\ \x5a\x0d\x8d\x7f\x4e\x20\xc6\x7e\x5b\x87\xd1\xd1\x1c\x63\xe4\xbd\ \x55\xe7\x34\x3f\x7a\xc3\x08\x04\x02\xf8\xbd\x2b\xaa\x91\xab\x62\ \x02\xc7\x9e\x8d\x5f\xae\xdd\x7a\x2e\xe7\x27\xd9\xb3\xc7\x44\xf5\ \xd4\x9e\xde\x90\x77\x88\x8f\x4d\x1f\x96\x1e\x6d\x16\x30\x90\x9c\ \x47\xb7\x6d\xda\xbc\xfb\xb0\x33\x69\xce\xe4\xe9\x93\x82\x80\xdc\ \x37\x9d\x86\x08\x51\xdc\xdd\xe5\xd5\x0d\xb2\x18\x36\x24\x35\x29\ \x14\x29\x95\xe7\x8e\xd9\x74\x89\xab\x67\x4c\xb0\x46\x58\x10\x53\ \xfb\xbc\x28\xf6\xb6\x6c\x59\xfb\xe9\xda\x63\x4d\x2b\xd2\x6e\x99\ \x94\x10\x64\x6f\x3a\xbf\x61\xf3\x01\x2e\x26\x3d\xbd\xbf\xf1\xde\ \xe3\xdb\x37\x6f\xda\x7d\xb0\x27\x7e\xe6\xe4\xe9\x93\x83\xa0\x4c\ \x19\x80\x10\xca\x5e\x5b\x5d\x63\xab\xc3\x2b\x1b\xc3\xa2\x53\x92\ \xa2\x11\x94\x08\xcf\x79\x3a\xeb\x4f\x9d\x2a\x30\x1a\xc3\x92\x13\ \xac\x90\x32\x0c\x95\x96\xca\x0b\xad\xbd\x34\x3a\x69\x68\x7c\x44\ \xb0\xe4\x6a\x2f\x38\x71\x3a\x32\x2e\x3a\xc1\x12\x9a\x94\x9c\x20\ \x48\x8e\xf2\xd2\x1a\x17\x30\xa4\x0c\x4d\x35\xf3\x48\x51\x7d\xb5\ \xa5\x25\x5d\x2e\x35\x3c\x2e\x31\xce\x6a\x82\x94\x41\xc4\x9c\x6d\ \x75\xf5\x2d\x5d\x50\x1f\x92\x94\x9c\x6c\xe2\x81\xd7\xd5\x55\xdd\ \xd4\xd6\xeb\x53\x82\x2c\xb1\x29\xf1\x16\xc8\x18\xa2\x52\xfd\x85\ \x52\x87\x0a\x3a\xbd\x94\xe3\x71\x9f\x67\xf5\x74\x37\x74\x05\x84\ \xb8\x68\x2b\x61\x81\xa6\x9a\x0a\xce\x14\x32\x67\xd1\x42\x43\xa4\ \x48\x01\x52\x3c\x5d\xe5\xe7\x5b\x55\xd6\x23\x21\x42\x10\xc4\x84\ \x78\xdb\x1b\x2b\xeb\x3a\xc4\xd0\xd8\xd4\xa4\x08\xcc\x00\x64\xfe\ \xda\xd2\x62\x9b\x1f\xc7\xa7\x0e\xb5\x1a\xb1\xca\x40\x4f\x53\x55\ \x5d\x5b\x0f\x1f\x12\x95\x92\x10\x2d\x22\x4a\x19\xc0\x1c\xf1\xf5\ \xb4\x14\xd7\xb5\x32\xbd\x25\x2d\x01\x8b\x04\xb4\x96\x9f\x29\x74\ \xe9\xcd\x71\xc9\x51\x66\x11\x00\xac\x7a\xba\xca\xaa\xeb\x65\x21\ \x7c\x68\x6a\xbc\x0e\x01\x48\x90\xa3\xad\xa6\xae\xb9\x5b\x08\x8d\ \x8b\x33\x10\x9e\x23\x84\x10\xc5\xdd\x56\xda\xe8\x4d\x48\x49\xd2\ \x2b\xbd\x95\x65\xd5\x0e\x55\x9f\x92\x9a\x62\xd6\x21\x08\x98\xad\ \xa9\xbc\xb9\x47\xb2\xb7\xf6\x72\xbc\xb5\xef\x15\x83\x27\x4a\x71\ \x61\x81\x4d\x97\xbc\x26\x37\xdb\x1c\x19\xc9\x21\xda\xde\x50\xd9\ \xd0\xe1\x0e\x8f\x4b\x4e\x88\x34\x33\x39\xe0\xec\x6a\x6a\x6e\xe9\ \x0c\x00\x5d\xd2\xd0\x14\xb3\x80\x28\x83\x84\xb0\xf6\xba\x0b\xdd\ \x6e\xa9\xa1\xcb\xcd\x09\xd1\x10\x22\x0e\xca\x0d\xe5\x17\x3a\x5c\ \x20\x36\x65\x48\xb4\x09\xb7\x36\x54\xd2\xa0\xa8\x28\xb3\xbe\xb7\ \xa3\xd1\x0d\x83\xa3\x2d\x41\xae\xae\xe6\x1e\x49\xb4\x18\x59\x75\ \x53\x8b\xd3\xaf\x9a\x23\xe3\x92\xe2\xa2\xa1\x0c\x09\xc7\x61\x08\ \x21\x22\xd0\x6f\x2b\x2b\xad\x75\x03\x43\xca\xd0\x14\x13\x4f\x64\ \x9f\xbd\xac\xac\xa1\xd7\x0f\x23\x12\x92\x63\xc3\x8d\x80\x21\x18\ \x70\x96\x95\x35\x48\xb2\xc7\xa5\xe0\x50\xac\x4d\x52\x69\x68\xdc\ \x38\x22\x25\x14\x40\x46\x29\xc3\x44\xcb\x78\xf9\x16\x5d\xa1\xef\ \x6d\x50\x06\xfb\x51\x28\x08\xb0\x68\xeb\xc6\x12\x36\x6c\x59\xae\ \x62\x43\x00\x31\xd7\xc1\xbc\xb5\x45\xcd\xa1\x63\x82\xba\x3d\x6c\ \x88\x59\x4f\x64\xbb\xa4\xb3\xa4\x2f\x5a\x8a\xff\x56\x8e\x2f\x0e\ \x06\x22\x9c\x62\xaf\xf9\xfc\xed\x0f\x1b\xa8\x99\xf3\x77\x19\xd2\ \xe7\x3d\xfe\x93\x39\x08\x2a\xbe\x9e\xa6\xc2\x13\x28\x63\xf2\xcc\ \x58\xab\x99\x32\x28\x12\xff\x9e\xb5\x1b\xec\xf1\x53\xe7\xfa\x4e\ \x61\xc6\x10\x70\x1f\xce\x5b\x5b\xd0\x14\x3c\x36\xc8\xe6\x61\x29\ \x66\x03\x51\x1c\x92\x10\x9e\xb6\x68\x29\xda\x5d\x7a\xa9\x71\x8e\ \x23\x15\x07\xff\xfa\xfa\xd6\x86\xb4\x21\xd1\x1d\x0d\x6d\x43\x66\ \xae\x7a\x78\xf9\x58\x8e\x63\xad\x95\xe7\x8f\xd2\xb6\xfa\xda\xee\ \x49\xab\x1e\x5b\x33\x2d\xea\xf8\x86\x0f\xd7\x9f\xea\x0c\x0f\x46\ \x5d\x81\xa0\x35\x0f\xff\x3c\x59\x14\xa0\xdf\x51\x5c\x98\xef\x1a\ \x96\x1d\x17\x13\xb4\xfb\xfd\xbf\x14\xf6\x08\x46\xe6\x54\x2c\xd9\ \x8f\x3d\x72\x7b\xf3\x8e\x4f\xbf\x3a\xdd\x1b\x13\x69\x8e\x93\xf8\ \x98\xa8\x30\x42\x65\x8c\x59\x7b\x5d\x45\x51\x71\xbd\xad\xad\x9e\ \x4b\x99\xf3\xe4\x83\x73\x2a\x76\x7d\xf6\xde\xfe\x9e\xf4\xa4\x90\ \xfa\xda\x9e\x29\xab\x1f\x5f\x3d\xd9\x7a\xf0\x8b\xb7\x37\x9d\xb6\ \xc7\xc5\x99\xab\xab\x3b\x87\xa4\x71\x00\x00\xcc\x71\xf6\xea\xaf\ \xff\xcf\x0e\xcf\xb3\xff\xfe\xeb\x64\x7f\xe9\x07\x6f\xaf\x9b\xfe\ \xe0\xbd\x67\xd7\xaf\x1b\x72\xcf\xf3\xf1\xb8\xfe\xb3\xd7\xde\xa9\ \x51\xc3\x22\x44\x57\xa3\x5b\x12\x04\xc1\xd9\x50\xf0\xc1\x27\x7b\ \x50\xa8\xc5\xd1\xb2\x73\xc8\xdc\x7b\xef\x99\x11\xb5\xe7\xe3\xb7\ \xf7\x54\x78\x43\x0d\xb2\x13\xc4\xdc\xff\xc4\xcf\xac\x6d\xfb\xdf\ \xfa\xf4\x60\x70\x54\x8c\x31\x32\xc5\x12\x1b\x67\xc0\x0c\x12\xce\ \xd5\x70\xea\x83\xf7\x37\xf4\x8a\x61\x61\x11\xc9\xe1\x31\x93\x90\ \xec\x2b\x3f\x75\xd4\xcb\xd9\x9b\xbd\x11\x3f\x7b\xea\x91\x74\xa1\ \xee\xcb\x8f\xd7\xb5\xa3\x10\xe8\x68\x3b\x9c\x36\xef\x91\x55\x33\ \xec\xa7\xb7\xbe\xf3\xe5\x01\x1c\x62\x89\x48\x1a\xb5\x28\x37\x82\ \x10\x8e\x53\xbb\x37\xbe\xfb\x66\x8d\x65\xee\x93\xa9\xa1\xbb\xff\ \xfa\xe1\x99\x6e\xde\xa0\xf6\xfc\xed\x64\xe6\x63\x3f\x5d\xe1\x3b\ \xbb\xe5\x8d\x2f\x8e\x06\xc7\xc4\x06\x9a\xcb\xe4\xb8\xc8\x81\x3a\ \xf7\xaa\x0a\xa0\xaf\xa7\xa9\x20\x5f\x49\xcf\xb5\xc0\xda\x7d\x1f\ \x6c\x3e\x1d\x1c\x66\xb0\xdb\xd5\xb9\xf7\x3c\xb2\x20\x83\xad\xfb\ \xfc\xb5\x82\x9e\x90\xa4\xe8\xc4\xa0\xb8\x84\x50\x9d\x0e\x63\x50\ \x71\xf0\xab\x0f\xf3\x4e\x5b\x13\xe3\x7a\xea\x4a\xa5\xe1\x23\x05\ \x2c\x1f\xdf\xfc\xc9\xe6\xfc\x76\x8b\x09\xd9\xa4\xd0\x07\x1f\x5f\ \x53\xb5\xfb\xa3\x42\xf3\xb2\x3f\xdc\x37\x71\xc7\xc7\xaf\x9e\x32\ \xcd\xfb\xd3\x53\xf3\xf3\x3f\xfc\xf0\x6c\xc8\x9c\x49\xf0\xcc\x17\ \x47\xdb\xd3\xe2\x0c\x8d\xf5\xae\x39\xf7\xff\xe2\xb6\x2c\x0c\x21\ \x00\x00\x11\xa5\xeb\xab\x0f\xde\x2e\xea\x44\x26\xe4\x09\x98\x47\ \x3c\xf2\xc8\xea\x10\x7f\xe7\x99\xc2\xd3\xf6\x5e\x5b\xdd\x56\x7e\ \xf5\xa3\x8f\xe5\x58\xed\x5f\x7e\xfc\xc6\xc9\x36\x2e\x2e\x04\x96\ \x36\x79\x52\xb1\x16\x8c\x6a\x68\xdc\xd0\x37\x10\x42\x55\x85\xc9\ \x01\xaa\x2d\x8d\x7e\x1b\xf8\x9a\x05\x59\xbf\xe3\xbc\x2e\xe6\xf9\ \x9e\xf2\x6f\x0e\xd7\x0a\x3f\xb9\xff\x36\x0b\x0f\xb0\xa0\x03\xbd\ \x6d\x17\x2a\x3c\x23\x73\x26\x66\xa6\x98\x0e\xaf\x7b\x77\xcb\xc9\ \x66\x31\x24\x72\xd2\xec\xb9\x43\xc2\x84\xc1\xdb\x3a\x38\x4c\x4b\ \x8f\x6c\x2e\xe3\x33\x9f\x7a\xee\xf9\x67\x9e\xba\xd7\x53\xb4\xff\ \xd8\x85\x6e\x04\xc9\x90\x89\xf3\x1f\x7f\xf2\xd1\xe9\x19\x31\x54\ \x51\x38\x0e\xd5\xe5\xef\x29\x0e\xa4\x3e\x78\xc7\x6c\x03\xa0\x44\ \xd4\x01\x67\x7b\x69\xb9\x2b\x73\xfc\xa4\x91\xa9\xa6\x6f\xbe\x7a\ \x7f\xf3\xb1\x26\xc1\x6c\x9d\x34\x7b\xce\x50\x8b\x38\xb8\x71\x08\ \xa8\xb7\xd7\x1d\x33\x66\xde\x93\xbf\x79\xe6\xdf\x1e\xca\x2d\x3d\ \xb4\xfd\x6c\x5b\x00\x51\x34\x74\xd2\xa2\x5f\xfe\xe6\xb9\x07\x73\ \x2d\x67\x8e\x9e\xec\x6c\x2f\xd9\x7c\xb8\xe5\x96\x07\x7e\xf5\xfc\ \x0b\xcf\xce\x8d\xb0\xef\xd8\x71\xc4\x0b\x40\x50\x5c\xc6\xdd\x8f\ \xff\xf2\x9e\x45\x93\x6c\x45\x9b\x0f\x76\x85\x3e\xfc\x9b\xe7\x5e\ \x78\xe6\xf1\x90\x96\x82\xbd\x27\x6a\xdb\x9b\x9b\x61\xf8\x88\x55\ \x0f\xfe\x74\xd9\xb4\x11\x58\x96\x28\x60\x2a\x25\x49\x99\x63\xa6\ \x4e\x9d\x3a\x39\x3b\xa1\xe1\x42\x41\x93\x87\x49\x2e\x6f\xe2\xc4\ \x45\x4f\xfd\xf6\x85\x07\xa6\x87\x9f\x39\x7a\xb2\xa3\xbd\x78\xdb\ \xa9\x9e\x5b\x1f\x7f\xf6\xb7\xbf\xfa\xc5\xbc\x11\x51\x54\x96\x01\ \x00\xaa\x4a\x63\xd2\x26\xc4\x4b\x6d\xb5\xed\xce\xb6\x8a\x0a\xc5\ \x94\x3e\x26\xde\x48\x01\x16\x08\xac\x3e\xb9\xbd\x14\xa5\x3f\xf5\ \xdc\xf3\x4f\x3d\xbe\x26\x25\x48\x64\xd4\x57\xb0\x73\x4b\x13\x8c\ \x9e\x3c\x6d\xea\xa8\x18\xe5\xe8\xde\x03\x35\x95\xc7\xfe\x56\xe2\ \x5e\xf5\xcb\x67\x5f\x78\xfe\xe9\x91\xa8\x7e\xdb\xde\x52\xb7\xad\ \xa9\xc3\xab\xcf\xbd\xed\x9e\x87\x6e\x9f\x1f\xc1\xc9\x32\x83\x3c\ \x70\x7f\xb3\x6b\x93\x37\x6d\xe1\x33\xcf\x3d\xf3\xd8\x7d\xcb\xe3\ \x04\x45\xe6\x82\x66\xae\x79\xec\xdf\x9e\xfd\x45\x86\x58\x73\xbc\ \xba\xad\xf2\xd8\xd7\xf9\xf5\x78\xe2\x94\x69\x93\x86\x47\x9f\xdb\ \xf3\x75\x63\x5b\xc3\xee\x9d\x7b\x23\x66\xdf\xff\xfc\x33\xbf\x79\ \x60\xe5\x9c\x50\x02\xa8\xaf\x3b\xef\xfd\xf7\xda\x23\x67\x3c\xf9\ \xc0\xbc\xde\x92\x23\x7f\x3b\xd1\x31\x22\x67\xf2\xb4\x9c\xe1\x1d\ \x27\x0e\x9d\x29\xae\x3c\xb4\xeb\x70\xca\x2d\x0f\xfc\xee\xd9\x5f\ \xdf\xbd\x64\x2c\xa1\x97\x96\x93\xa9\xaa\x26\x4e\x59\xf2\x8b\x9f\ \x3f\x31\x3b\xca\x97\xb7\xf1\x50\xd6\x8a\x87\x7f\xf7\xbb\x67\x57\ \x4f\x31\x6d\xdd\xf6\x75\x4f\x40\x75\xf9\x60\xee\x9d\x3f\x7b\xfa\ \x89\xbb\x52\x4c\xbc\xc2\x30\xf2\xd4\xef\xdc\x7b\x22\x73\xd5\x2f\ \x9e\xfd\xed\xbf\x2c\x9f\x35\x46\x60\xc0\x5d\x5f\xb8\xeb\x48\xfd\ \xd2\xc7\x7f\xfd\xfc\xf3\xbf\x9a\x16\xd9\xb1\x6e\x5f\xc5\xb0\xcc\ \x6c\x5f\x4d\xbd\xb3\xb7\xa9\xa6\xbd\xd7\x66\x6b\x6d\xef\xec\x6c\ \xea\x90\xc7\x64\x25\xf9\x7a\x7b\x13\xa7\xaf\xfc\xed\x33\xcf\xdf\ \x39\xc5\x78\xf8\x78\xa1\x07\xf0\x10\x00\xcc\xf3\xcd\xf9\xbb\x4e\ \xb6\x18\x1f\x7d\xe6\xf9\xdf\xfd\xdb\xc3\xa1\xb6\xfc\xad\x27\xea\ \x8c\x96\x94\xa9\xd3\xa7\x4e\x9d\x3c\x31\xdc\x5f\x5b\xd6\xd0\xd6\ \x52\x7a\xfc\x58\x9d\xe9\x89\xdf\x3e\xff\xf4\xe3\xf7\x8f\x4d\x34\ \xdc\xf4\x8d\x6c\x1a\x1a\xff\x80\xf1\xa8\xaa\xa8\x72\x40\xdb\x90\ \xf7\x1d\x74\x85\xbf\xfb\xbb\x46\xdf\xf1\x0d\x03\x7e\x14\x22\x9e\ \x79\x4e\x1d\xd9\x53\xda\xd8\xb0\xf9\xfd\xb7\xf6\x16\xd7\x9c\x39\ \xba\xef\x5c\x4d\x97\x1f\x86\x8f\xc9\x99\x3c\x65\xf6\xca\x5b\xd2\ \xf5\x15\xe7\xcb\x64\x8c\xa4\x80\x4f\xbe\x6c\x07\x0f\x04\x54\xe9\ \x6e\xb5\x45\x27\xa7\x86\xeb\x90\x21\x3c\x25\xd5\x44\xbb\x3b\xed\ \x0c\x61\xaa\xaa\x92\x2c\x29\x2a\x85\x08\xa3\x80\xfd\xf8\xde\x7d\ \x75\x8d\x65\x9f\xbc\xf5\x4e\x51\x75\xdd\xc9\xfd\xfb\xab\x3b\xdc\ \x7e\x16\x92\x3d\x7e\xf2\xe4\x59\x2b\x16\x64\x18\x2a\x8b\x4b\x25\ \x8c\xaf\x6a\xbc\x4f\x50\xc4\x61\x04\x18\x88\x48\x1d\x19\x81\x94\ \x8e\x6e\x2f\x42\x08\x21\xa0\x02\x10\x16\x1d\x46\x80\xcf\x61\x6b\ \xf5\x07\x5b\x52\x12\xc2\x00\x32\xa4\xa7\x47\x79\x7b\x5a\xbd\x2a\ \x84\x10\x30\x95\x02\xc6\xec\x2d\xed\xa1\xd1\x89\xb1\x21\x1c\x36\ \xc5\xa5\x47\x08\x1d\xad\x8e\x19\xf7\x3d\x34\x4a\x57\xf5\xfa\x1f\ \x5e\x59\x7f\xe8\x82\x82\x39\x4c\x38\xea\x6c\xd8\xf0\xce\x9b\x9b\ \xf7\x9f\xa8\x68\xb2\x29\x08\xa8\x94\x41\x84\x10\x64\x0a\x00\x96\ \x98\x30\xcc\x7c\xce\x9e\x76\x29\x38\x3c\x31\x36\x04\x40\x2c\xf2\ \x7d\x0b\xa2\x80\x51\x55\x17\x9e\x38\x6a\x88\x50\x52\x7c\xa6\xa8\ \xa4\x36\x72\xe4\xd8\x70\x01\x52\x00\x00\xa0\xf6\xf6\x1e\x4b\x4c\ \x62\x84\x11\x21\x4e\xe4\x31\x06\xaa\x64\x6f\xeb\x85\xd4\x57\x59\ \x7c\xd6\x61\x18\xb6\x70\xee\x58\x5f\x73\x23\x0e\x8e\x4e\x8d\x36\ \x00\xce\x3a\x3c\x21\xdc\xd9\xd4\x60\x9d\xbc\xea\xee\x99\x09\x3b\ \xdf\xf9\xd3\xab\x9f\xed\xea\xf2\x23\x0e\x23\x26\x79\x3a\x3b\x3c\ \xa9\x69\x29\xc1\x02\x44\x84\x43\x10\x00\x08\x00\x60\x80\x37\x86\ \x87\x9b\x25\xbf\xab\xbd\xcb\xad\x52\xda\x58\x76\xae\xc6\x63\x98\ \xb7\x78\x76\x88\xdc\xdd\xed\x04\xc3\xd2\x13\x78\x04\x30\xe1\x30\ \x42\xd4\xdd\x5d\x7a\xa1\xc1\x10\x11\x17\x8c\x58\xb7\xcd\xee\x53\ \x90\xad\xa1\xbc\xb4\xd1\x33\x71\xe1\xc2\x44\xbd\xb7\xb3\x87\xa4\ \x24\xc7\x22\x00\x05\x9d\x70\xc5\x6d\x43\x15\x45\xa6\xcc\xe3\xe8\ \x71\xfa\x82\x87\x25\x45\x01\xc0\x27\x0c\x49\x83\x3d\x3d\x2e\x1f\ \x25\x18\x43\xc0\xfa\x8a\xd3\x43\x84\x14\x97\xdd\x1d\x10\xd2\x52\ \x22\x01\x40\xbc\x20\x62\x04\x5c\x5d\x5d\x0a\x1f\x93\x16\x63\x02\ \x9c\x39\x35\x25\xd1\xd1\xd0\x6d\x4d\x4b\x0b\x52\xeb\x4f\x9e\x38\ \xcb\x27\x67\x0f\x33\xb8\x0a\x4f\x15\xb6\xb2\xe8\xf4\x84\x08\xc0\ \x28\x84\x8c\x01\x14\x1a\x15\x09\x14\xbf\xa4\x00\x08\x01\xc7\x43\ \x5b\x73\xb7\xc1\x9a\x1a\x6f\xe6\xa0\x29\x26\x25\x2a\xdc\xd1\xd1\ \x7d\x66\xdf\xfa\x77\x3e\xcd\x2b\x2a\xad\xee\xf5\x2b\x04\xca\xdd\ \x36\x3b\xb1\xa4\xc4\x86\x8a\x88\xf0\x22\x8f\x35\xcb\xa0\xa1\xf1\ \x6d\xf1\x28\x56\x15\x55\x95\x24\x0a\xb4\x70\xf4\x46\x30\xc6\x10\ \xc2\x10\xa2\xef\xf6\x61\xea\xf3\x7a\xe0\xa5\x4f\x33\x1a\x90\xd1\ \xa8\x5b\xee\xfb\xf9\xdd\x8b\xc6\x8d\x19\x15\x1f\x66\xb6\xc6\x24\ \xc6\xc6\xc5\x44\xe8\x3a\x0b\x8b\xab\x24\x5f\x7b\x75\x9b\xdb\x64\ \x8d\xb8\x18\xb5\x0c\x5a\x85\x65\x0c\xf1\x31\xc9\x71\x8d\x25\x67\ \xea\xba\x3d\x9d\x35\x45\xc5\x0e\x2e\x2e\xde\x0a\x55\x85\x01\xd6\ \xb7\x5a\xcb\xa8\x2a\x31\x5d\xee\xea\xc7\x1f\x5c\x31\x67\x6c\xf6\ \x08\x8b\xc9\x14\x9d\x90\x18\x61\xb5\x46\x1a\x6c\x85\xc5\x95\x92\ \xbf\xa3\xaa\xd5\x65\xb2\x44\x72\x54\xed\x3f\xae\xea\xf2\x35\x5e\ \x08\x99\xcb\xe9\xe8\x75\xfb\xea\x8a\x4f\x75\x50\x21\x36\xd2\xa8\ \x2a\x2a\x65\x8c\x31\x40\x29\xa3\x94\x1a\xad\x29\x66\x77\xeb\x99\ \xe2\x7a\xbf\xbb\x3d\xbf\xa8\xc1\x1c\x9d\x12\xa2\x13\x7c\x3d\xf6\ \x6e\xbb\xc3\xe3\xf1\x87\x25\xa7\x38\xea\x4b\x2f\x34\x39\x5d\xcd\ \x25\x85\x4d\xfe\xc8\xf8\x48\x4e\x8c\xba\xfd\xe1\x5f\xac\x9e\x66\ \xdd\xbe\x7e\x77\xab\x1b\xf0\x3c\xf1\xb4\x55\x17\x56\x2b\x0b\xd7\ \xfc\xec\xc1\x3b\xe7\x84\x12\xa8\xaa\x0c\xf4\xb9\x0a\x06\x28\x65\ \x8c\xd1\xa0\x88\x54\x73\x6f\x73\x7e\x51\x65\x40\x92\xfc\x92\xdc\ \x1f\x31\x33\x2a\xa1\xe0\xf1\x13\xc7\x34\xef\x5f\xff\x75\x35\x98\ \x98\x3d\x14\x51\x85\x31\xc6\x00\x8e\x4a\x49\x68\x2b\x2f\x2a\x69\ \x70\x4a\x92\x3f\x20\xcb\x0c\x09\x11\x09\xe1\x5c\x50\xec\xc2\x3b\ \xee\xbe\xfb\xce\xe5\x33\x26\x8f\x8e\x4b\x48\x50\xed\x75\x45\xe5\ \x9d\x3e\x7b\xed\xf1\xb2\xf6\xb0\xe4\x44\x2c\xa3\x31\x0b\xd7\x3c\ \xf9\xd0\xd2\xf6\x83\x5b\x4f\x56\xda\x30\x87\xa1\x10\x1c\x1b\x67\ \x3e\x5f\x50\xd4\x62\xf7\x7a\x3d\x6e\xbf\xc2\x00\x03\x7d\x32\x51\ \x46\x55\xca\xc7\x46\x87\x8a\xba\xe0\x29\x4b\x56\xdd\x73\xe7\x1d\ \xb7\xce\xcf\x89\x88\x8c\xb2\x9a\x59\xfe\xc9\x73\x3d\x1e\xbf\xd7\ \xe3\x0e\x48\x12\x08\x1b\xfa\xb3\x27\xd7\x34\xed\x7e\x7f\x5d\x7e\ \x73\x6c\x7c\x4c\xb0\x9e\x1f\x31\x7d\xc9\x3d\x77\xad\x59\xb1\x34\ \x77\x48\x72\x5c\x94\x45\x3e\x75\xb2\xd0\xee\x93\xfc\x3e\xbf\x32\ \x38\x49\x88\x31\x06\x18\x55\x55\x31\xc4\x1a\x61\x72\xe5\x9f\xad\ \xf0\xf9\x1c\xe7\x8a\x4e\x93\xe8\xe8\x50\x03\xa6\x94\xf5\xd1\x37\ \xb2\x24\x24\x2a\xc2\x24\x1d\x3b\x7a\xce\x23\x05\xa4\x80\x5f\x92\ \xa8\x39\x36\x4e\xa7\x34\xe4\x5f\x68\xf6\x3b\x9b\x8b\xce\x56\x84\ \x25\x5a\x4d\x31\x23\x46\x5a\xbd\x9f\x7f\x79\x34\x7a\xe2\x8c\x09\ \xa9\xba\xdd\xdb\xb6\xf1\x49\x23\xe3\x4c\xa4\x7f\x18\x19\xa3\x94\ \x01\x06\x21\x00\xaa\x1a\x70\x38\x02\x91\x43\xe2\x3d\x2d\xe7\x8a\ \x9b\x9d\xee\x96\xb2\xf3\x8d\x8e\x94\x21\x41\x45\x27\xcf\x1a\x47\ \x2f\x7a\xf8\xe1\x7b\x27\xa6\x9b\xbd\x7e\x10\x13\x17\x0b\x5a\x4e\ \x17\x54\xb4\x07\x02\x7e\x7f\x40\x66\x5a\x32\x9c\x86\xc6\x8d\xec\ \x3d\xc0\x98\x28\xaa\xaa\xca\x92\xf6\xa8\x7c\xfb\xbc\x2e\x46\x10\ \xc2\x6f\x35\x2a\x10\x42\x08\x91\xde\x10\xc4\x28\xbd\xb4\x3e\x4a\ \x01\x0a\x8b\x4a\xb1\xc6\x20\x5e\xa0\xed\xdf\xec\x05\x31\x71\x61\ \x11\xf1\x0b\x6e\x9f\xff\xe1\xc6\xcf\x9e\x39\x0a\x89\x65\xf4\x7d\ \x33\x86\x51\x49\x86\x84\x07\x10\x0e\x5e\x90\x92\x65\x96\x3e\x75\ \x79\x6e\xcd\xc7\xff\xfd\xd2\x0b\x90\x2a\x43\xe6\x2e\x9f\x98\x1a\ \x74\xe4\x1b\x80\xc4\x4b\x2f\x3e\x0c\x61\x6b\x52\x7a\x24\xc2\x22\ \xb6\x9f\xda\x73\x30\x28\x21\x36\x28\x34\xe4\x96\x3b\x16\x7d\xb8\ \xfe\xf3\x67\x4e\x60\x12\x96\x75\xef\xec\xe1\x83\x1a\x1f\xfc\x2e\ \x00\x09\x8f\x5a\x8a\x0f\xbe\xf1\xa7\x0b\x2e\xbb\x77\xc2\xe2\xbb\ \x47\x58\xf0\x21\x0a\xd1\xc0\x9e\x57\x08\xa9\x68\x19\x71\xd7\xad\ \x63\x3e\xde\xf0\x5a\xd1\x66\x08\x43\x87\xdd\xb3\x68\x7c\x98\xd0\ \x9d\x13\x71\xe0\xc3\x3f\xfd\x2e\x6e\x54\xee\x7d\xcb\x97\x2e\xaf\ \x7a\xef\xcb\xff\x7c\x11\x01\x39\x62\xec\xfc\x25\x13\xac\x27\xd7\ \x7f\xb0\xaf\xc2\x06\x14\x7f\xf6\x94\xd9\xe1\x3a\x20\x49\x72\x50\ \xc2\x88\x19\x59\xf9\xeb\x5e\x7f\x71\x07\x76\xf9\xf8\x04\x03\x87\ \xec\x00\xf5\xe7\xae\x40\x08\x00\x15\x2c\x23\xee\x5e\x31\xfe\xe3\ \xbc\x37\x4b\xf6\xe8\x1c\x5d\x9e\x71\xa3\x4c\x8c\x32\x06\x80\x12\ \x90\x23\x46\xe4\xc4\x73\xdb\xeb\x22\x73\x87\xc7\x1b\x15\x2f\x45\ \x08\x2b\x8a\x9a\x30\x7e\xd9\xe2\xf2\x0f\x3f\x7d\xf5\x45\x3d\xa7\ \xf4\x90\x50\x93\x5e\x97\x75\xeb\xea\x73\x6f\x7f\xf1\xc7\x67\x4e\ \x0b\x3a\xdd\xd8\x45\xf7\x2e\x1f\x3f\xfd\xce\x19\x0d\x9b\xde\x7b\ \xf9\x6b\x4c\x75\x31\x39\x0f\xcc\xcf\xec\x2a\xde\xf6\xd1\xce\xd3\ \x94\xaa\x42\xfa\xf8\x61\x71\xc1\xaa\x24\xab\x50\x9c\xba\x68\x4d\ \xe3\x47\x5f\xbc\xf2\x62\xa1\xd1\x92\xb0\xec\x8e\x99\xc2\xc0\xa6\ \x59\x08\xa1\x2a\xab\x43\x66\x2d\x9e\x51\xfb\xde\x5f\x5e\x7c\xc1\ \x28\x72\x29\x53\x16\xdf\x71\x4b\xce\x92\x95\x77\x7c\xf4\x69\xde\ \xef\xcf\xed\x32\x27\x64\x2d\x9f\x9b\xca\x21\x60\x1d\x36\xfb\xd1\ \x3b\x9a\x5f\xfa\xf2\xc3\x61\xbf\x7e\xe4\x8e\x39\xd5\x1b\x5e\x7f\ \x69\x87\x8e\xb7\x66\x4c\xbe\x6b\xd5\x82\x45\x77\xad\xf9\xe0\xa3\ \xcd\x2f\xbd\x70\x58\x71\xdb\xc2\x32\xe7\xf3\x90\xf6\x9d\x14\x06\ \x11\x42\x10\x32\x55\x61\x86\xd8\x65\xab\x97\x7c\xf4\xd7\x2f\x9f\ \x3b\x82\x18\x67\x5d\x73\xff\x9c\x60\xd4\xc3\xc0\xa0\x8d\xba\x54\ \x56\xf8\xe8\xdb\xee\x58\xf9\xc9\x17\x1b\xfe\xbd\x78\x97\xdf\xde\ \x15\x3a\x29\x5b\x1f\x93\xb5\x72\xc9\xb8\x2f\xbf\x78\x2d\x1f\x03\ \x12\x36\xf2\xde\x79\x59\x80\x0a\xd9\xd9\x29\x6b\xf3\x2b\x92\x92\ \x33\x86\x87\x37\x7d\xba\xf3\x74\xc6\x98\x51\x3c\x0b\x30\x78\x49\ \xc9\x08\xaa\x54\x08\x1f\x91\x12\xb3\x6b\xef\xae\x59\xbf\xbc\x63\ \xe9\xd8\xd6\x2f\xfe\xfc\x22\x07\x68\x58\xc6\xbc\xf9\x63\xd2\x5a\ \xbd\x93\x3e\xd9\xfe\xe5\x0b\x15\xc6\xce\x16\x69\xda\x78\x2e\x3c\ \x63\xda\xf2\x59\x35\x5b\xde\x7e\x65\x9f\x1e\x75\xf5\x1a\x56\x9a\ \x74\x4c\x9b\xae\xd2\xd0\xb8\xe1\x5c\xa5\x2a\xcb\x8c\x50\x95\xaa\ \x5a\x40\xfa\x6d\x7e\x14\xc3\xbe\x34\x81\x1b\xbc\x99\x50\x1a\x90\ \x65\x9d\x4e\xe7\x71\xbb\xf4\x06\xc3\xb5\xce\x05\x84\x40\xf2\x7a\ \x29\x16\x74\x02\xc1\x18\x79\x9d\xdd\x3d\x6e\x35\x24\xdc\x6a\xe4\ \x59\xdf\xa4\x2b\x55\x02\x3e\x19\xe8\x75\xe2\xc5\x2c\x4f\x88\x09\ \x52\xfd\xdd\x5d\x36\x95\x33\x5a\xc2\xcd\x48\x95\xfd\x3e\xaf\x02\ \x79\x9d\xc8\x5d\x71\x70\x06\x04\xcc\xe7\xf5\x41\x5e\x27\x12\x84\ \x49\x7f\xe3\xe6\x70\x4b\x10\x0f\x2e\x35\x2e\x01\xbd\xbe\xbf\x71\ \x81\xc7\xa7\x36\xfd\x79\x47\xd7\xd0\x9f\xae\x98\xc6\x43\x12\x1a\ \x1a\x0c\x14\x39\xe0\xf7\xca\x80\xd3\x8b\x3c\x95\x7d\x3e\x09\xe8\ \x0d\x7a\x1e\x43\x97\xbd\xcb\xe9\x63\xe6\x30\x8b\x91\x07\x0a\x05\ \x4c\xf1\xda\x6c\x4e\x20\x18\x43\xcd\x26\x1e\xc9\xb6\xce\x2e\x3f\ \x10\x2d\x96\x30\x0e\xc8\x6e\x97\xb3\xd7\xe5\x03\x9c\x3e\x3c\xdc\ \x4c\x00\xa5\x0c\x40\x84\x81\xea\xb7\x75\xf7\x48\x14\x1b\x83\x83\ \x8d\x7a\x41\xf1\x7b\xa4\x2b\x2e\x41\x90\xc7\xd1\x6d\x77\x07\x38\ \xd1\x10\x1c\x64\xe4\x50\x7f\xe7\x21\x42\xb2\xd7\xa3\x22\x41\x27\ \x62\x4a\x55\xaf\xd7\x47\x04\xbd\xc8\x13\x04\x94\x9e\xae\x6e\xaf\ \x0c\x0c\x41\xc1\x06\xbd\xc0\x11\xc2\x24\x4f\xb7\xcd\x21\x03\x2e\ \xd8\x64\xd2\x8b\x1c\x41\xc0\xd1\xdd\xe9\x96\x51\xa8\xc5\xaa\xc7\ \xd4\xef\xf3\x38\x9c\xbd\x32\xc5\xa6\xb0\x30\xa3\x80\x55\x95\x02\ \x00\x30\xe1\x68\xc0\xdd\x6d\x73\xa8\x58\x30\x9b\x83\xd5\x80\x0f\ \x0b\x06\x81\xb0\x80\xd7\xab\x62\x41\xaf\xd3\x61\xea\xb7\x75\xf7\ \xf8\x55\xa0\x0f\x32\x1b\x75\x3c\xc7\x11\xc9\xe3\xb0\xd9\xdd\x50\ \xd0\x9b\x83\xf4\x52\x20\xc0\xeb\x8c\x22\xa6\xbd\x76\x07\x34\x86\ \x98\x04\x60\xb7\x75\xbb\xfd\xaa\x60\x08\x0e\x36\xea\x78\x8e\x28\ \x5e\x67\x77\x8f\x8b\x11\x31\x38\xd8\x28\x70\x7d\x9b\x90\x41\xc0\ \xe7\x55\x20\xaf\x17\x08\x00\x90\xe3\xb0\xaf\xb7\xc7\xd6\x1b\x30\ \x86\x86\x9b\xf5\x9c\x22\x05\xbc\x3e\x3f\x16\x74\x02\x46\x17\xc7\ \x95\x70\x9c\xe4\xb6\xdb\x1c\x1e\xc8\x89\xc1\xc1\x41\x3c\x47\x38\ \x02\x7a\x6d\xdd\xbd\x7e\x16\x62\xb1\xe8\x09\x50\x54\x0a\x98\xea\ \xf5\x29\xa2\x5e\x47\x80\xec\xf1\x49\xbc\x5e\x4f\x00\x0b\xf8\xbc\ \x0a\xe2\x0d\x02\xa7\x48\x3e\xbf\x02\xf5\x7a\x1d\x52\x03\xbd\x2e\ \x9f\xce\x14\xaa\xc3\xb2\xad\xab\xdb\xcf\x84\x70\x6b\x28\xc7\x28\ \x84\xcc\xe5\xb0\x39\x3d\x32\x27\x1a\x4c\xc1\x7a\x42\x38\x1e\xd1\ \x4b\x7d\x31\x88\x48\xb3\x0d\x1a\x1a\xd7\x73\xa2\x1c\xef\x6c\xaa\ \xa9\x7d\xf9\xa7\x7a\xea\x07\x73\x1f\x88\xbd\x65\xb5\xe2\x73\x6b\ \x6a\xb9\x1e\xa2\x4e\xcf\x71\xdc\x8d\x23\x51\x4a\x29\xcf\x0b\x94\ \xaa\x8c\x31\xaa\xaa\xd7\x3e\x5f\x17\x22\x04\x59\x5f\xc4\x05\x11\ \x46\x08\x00\xca\xe8\xc5\x99\x3f\x08\x11\x82\x40\xbd\xfc\xd8\x24\ \x08\x51\x5f\x8c\x48\xa9\xca\x18\x80\x08\x41\xc0\xae\x79\xa2\x10\ \x42\x68\xe0\x2f\xdf\xde\xb8\xc0\xe3\x82\x2d\xaf\xee\xed\x1d\xf5\ \xaf\x0f\x2e\xe0\x02\x5e\x45\xa1\x7d\xcb\x72\xfd\x8d\x43\x84\xfb\ \x3f\x0c\x11\x46\x10\x00\x36\xd0\x54\x5f\x50\x05\x18\x53\x29\xbd\ \x18\xe3\x5e\x94\xad\x2f\x0c\x62\x94\x52\xc6\xae\x90\xbf\xef\x2b\ \x37\xb8\xc4\xc5\x76\x06\xf5\x08\x03\xd0\x77\xdd\x4b\x9a\x83\x10\ \xa2\xbe\xc0\x7a\x40\xa6\x41\xd7\x55\x29\xbb\x74\xc9\x7e\x31\x06\ \x9a\x67\x83\xb4\x71\xa9\x23\x80\x51\xca\x20\xec\x6f\x1c\x21\x04\ \x18\xa3\x8c\x5d\x14\xfb\xe2\xb7\x10\xc2\x03\x9d\x63\x10\xc2\xbe\ \x3e\x60\x8c\xa8\xaa\xb2\x8b\xb1\x7e\xbf\x04\x83\x44\x1a\x3c\x04\ \x97\x8d\xdd\x45\x45\x5e\xea\x04\x60\x57\x1e\x1f\x34\x70\xd1\x8b\ \x2a\xbd\x72\x38\x00\x84\x18\x41\xaa\x0e\x12\x66\x90\xb2\x2e\x0e\ \x7a\x9f\xce\xa8\x4a\x2f\x8a\x3a\xa0\x9c\x8b\xc3\x33\xa0\xfc\x4b\ \xf3\x16\x83\x87\x51\x43\x43\xe3\x1a\x86\x1f\x50\xda\x7e\xee\x84\ \xab\xab\x3d\x3c\x33\x87\x33\x06\x33\xaa\x6d\xcd\xbb\x56\x94\xc9\ \x18\xe1\x78\xbd\x41\x7f\x83\x58\x94\x31\x26\x49\x92\x4e\xa7\xf3\ \xf9\xbc\x3a\x9d\xde\xe3\x76\x5f\x27\x1e\xfd\x3b\x43\x95\xfd\x32\ \xc3\xa2\xc0\x6b\x67\x42\x6a\x68\x68\x68\xfc\x30\x57\xca\xe9\x0c\ \xfe\x40\xc0\xe3\xb0\x01\x4a\xa1\x96\xfc\x72\x95\x77\x04\x00\x10\ \x8e\x18\x8c\x41\x80\xc1\xeb\x15\xc3\xe9\x8b\x64\x38\x4e\xa0\x54\ \x85\x08\xb1\xbe\xed\x33\xd7\x8b\x47\xff\xce\x6e\x00\xd4\x1f\x56\ \x69\x68\x68\x68\x68\xfc\x40\x43\x0a\x09\xe1\x14\x45\x0e\xf8\xfd\ \xb2\x2c\x69\x0a\x19\x0c\xc6\x58\x10\x74\xbc\x20\xa8\xaa\x72\xbd\ \xba\x69\x8c\x31\x49\x0a\xe8\x74\x06\x9f\xd7\xa3\xd3\xeb\xff\x97\ \xc5\xa3\x1a\x1a\x1a\x1a\x1a\x37\x05\x42\x08\xc6\x18\x42\xc8\xb4\ \x04\x98\xcb\x9c\x24\xa5\x94\x2a\x8a\x72\xe3\xcd\xff\x84\xe3\x18\ \x65\x00\x42\xc0\x18\x84\x90\xf5\x2d\x2a\xa9\xaa\x56\x37\x4d\x43\ \x43\x43\xe3\x9f\x05\x45\x51\x14\x45\xd6\x96\xc8\xae\x0c\xd6\x01\ \xf8\x2e\x07\x3d\x29\xb2\x7c\xcd\x48\xff\xff\x0e\x00\x2e\xd9\xfd\ \x92\xae\xff\xbf\xab\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ \x00\x01\x0f\x0b\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\x0e\x91\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x78\x5c\ \xc5\xf5\xf7\xcf\xcc\xdc\xb2\x55\xab\xde\x7b\xb1\x8a\x2d\xf7\xde\ \x31\xb6\xc1\x14\xd3\x3b\x04\x02\x04\x48\x80\x24\x24\x21\x85\x24\ \xbf\xf4\x90\x10\x52\x21\x10\x7a\xef\xd8\x80\x71\xc3\xbd\x77\x5b\ \xb6\x24\x5b\xb6\x7a\xef\xda\x5d\x69\xcb\xad\x33\xf3\xfe\xb1\xb2\ \x2c\x1b\x43\x0c\xa1\x18\xde\xfb\x79\xf6\xb1\x77\xaf\xee\xde\x3b\ \x3b\x77\xe6\x3b\x67\xce\xcc\x9c\x41\x00\x00\x00\x19\xe9\x29\x63\ \xc7\x94\xc4\xc5\xc5\x50\x4a\xc1\xc2\xc2\xe2\xff\x33\x08\xc1\xbd\ \x3d\xde\x43\x15\x47\x5b\x5a\x3b\x00\x80\x60\x8c\xc6\x8c\x2e\x99\ \x3b\x7b\xaa\x24\x8a\x94\x32\x2b\x83\x2c\x2c\xfe\x3f\x84\x31\xee\ \x70\x3a\x8a\x0a\xf3\x18\x63\xdd\x3d\xbd\x42\x52\x52\xc2\xc4\x09\ \xa5\x81\x60\x98\xb1\x93\x44\x01\x21\x34\xf4\x9e\x73\x00\xe0\xa7\ \xbb\xda\x89\xb3\x3e\xfa\x1c\x0b\x0b\x8b\xaf\x04\xc8\x30\xcc\x89\ \xe3\x4b\xbb\xba\x7b\xc9\x8c\xe9\x93\x04\x22\x0c\xef\x3e\x20\x00\ \x40\x48\x35\x68\x58\x37\x54\xc3\x34\x29\x13\x08\x42\x08\x71\xce\ \x4f\x91\x04\xce\xb9\xa6\x69\xba\xae\x9b\xa6\x09\x00\x18\xe3\x53\ \xce\x39\xa3\xb4\x20\xc4\x8f\xeb\xca\x17\xf1\xd3\x11\x3a\x73\x09\ \x8b\x64\xc5\x29\xc9\x43\x08\x00\x10\xe7\xff\xbf\x88\xe0\x60\x26\ \x70\x4b\xf4\xbf\xf6\x70\xce\x39\xa5\x2c\xca\xe5\x20\x13\xc7\x97\ \x9a\xe6\x49\xa2\x60\x72\xee\x0f\x2a\x09\x02\x1a\xe1\xb2\x65\xda\ \x45\x1b\x42\x5d\x81\xb0\xc1\xb9\x24\x90\xa1\xc2\x81\x10\x52\x35\ \x55\x51\x75\xa7\xd3\xed\x74\xba\x45\xc9\xa6\xeb\x46\x28\x14\x12\ \x45\xe1\x93\x26\x25\x1c\x56\x01\x38\xc6\xf8\xbf\x9c\xf7\x19\xfd\ \xee\xb0\xa2\x22\xc4\x31\xc2\x27\x1d\x66\x8c\x71\x0e\xc3\x4c\xa4\ \x48\x5e\x98\x26\x0d\x85\x14\x82\xf1\x70\xeb\x49\x51\x75\xd3\x34\ \x05\x81\x9c\x6d\x35\x85\x0f\xfd\xcf\x19\xfb\xec\xd2\x46\x19\x0b\ \x85\x15\x41\x20\x9f\xed\x65\x2d\xce\xd6\x0e\x05\xb5\x3b\xec\x82\ \x61\x18\xc7\x9b\x50\x00\x00\xca\xb9\x12\x54\xaf\xce\x8d\x5b\x94\ \x15\x9f\x64\x13\x45\x8c\xfa\x75\x7a\xd8\x1b\x7a\xb6\xaa\xbd\x35\ \xa4\x44\xd9\x65\xc6\x39\x42\x28\x14\x52\x24\xd9\x3e\x7e\xc2\xa8\ \xb8\xd8\x18\x51\x14\x19\x63\x8a\xa2\x36\x36\x34\xd6\x37\xd4\xba\ \x9c\x76\x74\x4a\x05\x8b\xd4\x32\x8c\x0c\x45\x09\x69\x06\x02\x00\ \x84\x6d\x36\x9b\x2c\x09\x8a\x69\x4f\xca\xcd\x73\xfb\xea\xdb\x82\ \x1a\xc7\xd2\x87\xab\x3f\x42\x40\x4d\x1a\x08\x69\x6e\x97\x0d\x13\ \xfc\x31\xf2\x80\x10\x30\x4a\xc3\x21\xc5\xe4\x9c\x10\xd1\xe1\xb0\ \x11\x7c\x6a\x2b\xa7\x50\x67\x6a\x6e\x9e\xa3\xaf\xa6\x2d\xac\x03\ \x16\x01\x01\x30\x1e\x54\x28\xc2\x48\x40\xdc\x29\xea\x26\x96\x4e\ \xd4\x07\x8a\x4c\x29\x61\xd4\xb8\x64\xb5\xf6\x40\xab\x21\x60\x8c\ \x11\xf0\xb0\x69\x8f\x4d\xc9\x8a\x61\xbd\x3d\x5d\x7d\xba\x28\xa3\ \xff\xa6\x57\x08\x01\xe7\x5c\x55\x14\xdd\xa0\x80\x90\x24\xcb\x36\ \x59\xfa\x6c\x8d\xa3\xe1\x59\x44\x08\x61\x1c\x29\x1a\x88\x5c\xb5\ \x49\x02\xc5\xc2\x99\x28\x2a\x42\x88\xea\x5a\x48\x51\x39\x20\x00\ \xe0\x80\x1c\x4e\x47\xa4\x19\xa0\x0c\x99\x42\x42\x7e\xa1\x7d\xa0\ \xa9\xbe\x4b\x15\x04\xd0\xec\x22\xf2\x87\x4d\x59\x16\x64\x59\xb2\ \x8c\x88\xaf\x25\x94\x9a\xa4\xa8\x30\x3f\x62\x2a\x02\x00\x47\x28\ \x10\x54\x6e\xcd\x89\xbe\x21\xd3\xed\xd0\xc3\x9a\x12\x54\x43\x41\ \xc9\x54\xb3\x64\x18\x13\xef\xdc\xd3\x31\x30\xc0\x91\x48\x88\xae\ \xeb\x08\x0b\x93\x26\x4f\x8c\x72\x3b\x0d\xc3\xd0\x34\xd5\x34\x75\ \x42\x70\x42\x62\x3c\x00\xea\xe8\xe8\x94\x65\xe9\xc3\x05\x46\xd7\ \x75\x29\x21\x67\xe4\x88\x11\xe9\xe9\x99\xa9\x89\x31\x34\xd8\xdb\ \xeb\x33\xb0\x3b\xff\x87\xbf\xb9\xd7\x73\x64\xdb\xfe\xe6\x5e\x24\ \xd9\x86\x9c\x15\x8c\x0d\xb6\xe0\x94\x22\x2a\xa7\x4c\x9a\x3a\xc6\ \xd6\xdd\xd0\xa7\x31\x84\xc9\x60\xfb\x4e\x19\xe7\x30\xac\x85\xe7\ \xba\x01\x61\x1e\x55\x50\x5c\x32\x22\x27\x2b\xd6\x25\xe8\x03\x7d\ \x1a\x43\x8c\x02\x07\x84\x80\x33\x46\x75\x1d\x93\xa8\xfc\x1f\xff\ \xe6\x3b\x72\xd9\xc6\x83\xed\xfd\x48\x92\x11\x63\xfd\x9a\x7d\xec\ \xfc\x2b\xef\xff\xde\xed\x57\x2e\x9c\xd0\xbb\x77\x6b\x53\x40\xe7\ \x08\x33\xc6\x39\x80\xa2\x40\x7c\xc1\xe4\xfb\xee\xbd\xcc\xbb\x65\ \x55\x6d\x18\x30\x21\xa6\xa1\x77\x69\x19\x77\xdf\x77\x7b\x91\xcb\ \x7b\x60\x4f\x15\xb5\xdb\x18\xa5\xc7\x2d\x0d\x04\xc0\x39\xe3\x94\ \x31\x76\x22\x61\x9c\x9a\xdc\x1f\x12\x12\xb3\x47\x94\x14\xe4\xa5\ \x25\x27\xda\xa8\xa2\x85\x42\x26\x16\x8e\xff\xc4\x41\x3b\x3d\x62\ \xb2\x30\xc6\x4f\x1c\x89\x64\x03\x3d\xcd\x39\x9c\x23\x00\x38\xfe\ \x1e\x4c\x8a\x99\x9c\x32\x79\x5a\xa9\xad\xab\xc1\xab\x51\x6f\xc8\ \x35\xef\xfa\x3b\xee\x59\x94\x7f\x78\xc7\x76\x1f\x97\x11\x8f\x64\ \x15\x82\xe3\x29\x1c\xca\x5b\x74\xfc\x46\xa6\x01\xc8\x9d\x56\x54\ \x54\x98\x99\x9e\x91\x9e\x9e\x91\x91\x9e\x6a\xf7\x77\xf8\x75\x06\ \xc0\x7d\x01\x9e\x3c\xea\xa2\xff\xfb\xfe\xac\x4d\x6f\x6d\x2d\xbc\ \xfc\xae\x1f\x5e\x5a\x7c\x70\x7b\x45\xe2\x84\x19\x59\xdc\xdf\xe3\ \xf5\x33\x22\xa1\x13\x8f\xeb\xc3\xe9\x84\xd3\xb6\x10\x16\x67\x7d\ \x77\x02\x04\xc6\x58\xe4\xe1\x21\x84\x14\xdd\x28\x71\xa0\xf3\xe3\ \x50\xc0\xd7\x5b\x1f\x32\xe2\x25\x92\x60\x23\x15\x3d\x7a\xaa\x43\ \x48\xb1\x8b\x57\xa6\xd9\x1f\x6f\x0a\x99\x18\x69\x86\x51\x58\x98\ \x27\x89\x42\x55\xd5\x51\xaf\xd7\x27\x8a\x22\x42\xa0\xeb\x46\x71\ \x71\x61\x5a\x5a\x6a\x57\x67\x97\xaa\x86\x25\x49\x1c\xde\x98\x20\ \x8c\x42\xfe\xc0\xa8\x2b\xcf\xbf\xff\xe2\x29\xbe\x9e\x1e\x46\x04\ \xc3\xdb\xf4\xfa\x13\xff\xde\xde\xa3\x02\x00\x71\x44\x99\x48\x82\ \x70\x88\x88\x32\x26\x28\xa0\x30\x22\x88\x22\xa2\xa0\x06\x55\xd3\ \x9e\x90\x59\x78\xe7\xbd\x57\x2c\x7b\xe0\xc8\xb1\x3a\xbf\x9b\x50\ \xd5\x64\x21\x83\xd8\x25\x82\xa9\xca\x28\x15\xed\x76\x00\x60\x0c\ \xc2\x3c\xe9\xda\xef\xdc\x32\x2f\x3f\x96\x03\x32\xfa\x5b\x5f\xff\ \xdb\x83\x3b\x7d\x76\x51\xe0\x2e\xa6\x0e\x20\x27\x70\x84\xa9\x1e\ \x29\xa4\xc8\xe6\xd6\x51\x00\x94\x30\x33\x90\x9c\x3a\xf2\xca\x2b\ \xe7\x74\xaf\x79\xf1\xc9\xf2\x96\x60\x9f\x36\xa0\x4b\x32\x60\x01\ \x28\x28\x41\x4a\x9d\x08\x01\xa3\x8c\x73\xce\x19\x04\x42\x14\x63\ \xe4\xb4\x81\x24\x20\xc6\x39\x30\x1e\x08\x99\x98\x08\x32\xe1\x4c\ \x09\x62\xd1\x0e\x48\xd4\x0c\x2a\x09\x18\x38\x97\x89\x6e\x20\x81\ \x73\xee\xd3\x63\x2e\xbc\xe9\xba\x4b\xa7\xe7\x13\x6a\x20\x81\x34\ \xef\x5f\xfb\xc2\x93\x6f\x28\x76\x21\xa4\x72\x49\x12\x05\x64\x9a\ \x7a\x40\xb0\xb9\x0c\x86\x19\xe3\x02\xc6\xc0\x0d\xd3\x54\x04\x9b\ \x03\x18\x0d\x68\xc8\x26\x09\x84\xeb\xa6\x11\x16\xec\x2e\xdd\x44\ \x9c\x23\x01\x23\x01\x18\x03\xa4\x03\x21\x08\x90\x1e\x56\x54\x9c\ \x34\xba\xe4\xce\xbb\x2f\x5e\xfa\xb3\xc3\xd5\x8d\xfd\x36\x50\x3b\ \xdb\xea\x2b\x14\x5f\x98\xa2\xb0\x61\x22\x41\xb2\x11\x06\x5a\x08\ \x11\x09\x09\x36\xcd\x30\x05\x42\x10\x30\xd0\x42\x48\xb0\x09\x22\ \x01\xe0\x4a\xd0\x4c\x9d\x30\xf1\xbb\xf7\x5e\x26\xf8\xbb\x82\x3a\ \x48\x44\x5d\xfe\xd7\x63\xd5\xb5\xfd\x86\xe8\x24\x98\xb9\xed\x04\ \x38\x10\xcc\xbb\xdb\x1a\x2a\xf8\x40\x0f\x4d\xfc\xd1\x5d\x37\x87\ \x97\xfe\xa7\xbc\xb9\x4f\x12\x29\xe3\xcc\xaf\x61\x9b\x48\x08\x37\ \x4c\x23\x24\xd8\x5d\x06\x43\x8c\x22\x81\x20\x00\x2e\x80\x35\xc2\ \xf5\x95\x74\x33\x08\xc3\x6b\x6f\x58\x33\xa6\xc4\x60\x1c\xf4\x19\ \x94\xd5\x84\x84\xf5\x1d\xa1\x02\x99\x95\x19\xd2\x2d\x49\x46\x48\ \x0f\x8e\x96\xa4\x28\xc4\x02\x26\x25\x58\xf0\x44\x45\x29\x8a\x32\ \x30\x30\x90\x95\x95\xe9\xf1\x78\x08\x21\xe5\xe5\x95\xc1\x60\x48\ \x14\xc5\x98\xd8\xd8\xc6\x46\xbf\x28\x9e\x74\x65\x60\x00\xc0\x01\ \x0b\x4a\xd3\xee\xdf\xfc\xe4\xd7\x87\x9d\x8b\x9e\x78\xf8\x3b\x73\ \x67\x8d\xdf\xfb\x46\x8b\xa2\x99\x53\x6f\xbd\x7f\xfa\x6d\xe6\xd1\ \x1d\x2b\x5f\x7c\xf1\xed\x3a\x35\xb6\x64\xd6\x25\xdf\xba\xfa\x9c\ \xcc\x28\x76\x68\xe3\xfb\x4f\xbe\xb0\x5c\xd7\xd4\x40\x10\x16\xdf\ \xff\xfb\x85\xde\x83\x7f\xfc\xf9\xbf\x7a\xe5\x11\xd7\xdd\x7e\xc3\ \xa2\x29\x79\xb4\xb7\xee\xfd\x57\x9e\xff\x60\x7f\x33\x71\xda\x74\ \x83\x0b\x89\x85\x0b\xa7\x14\x54\xbf\xf2\xf0\x4f\x9f\x5c\x1b\x93\ \x91\x11\xc5\x44\x12\x5d\xf2\xfb\x87\xbf\xb1\xef\xc1\x9f\x3f\xdb\ \x53\xf8\xc8\xff\x5d\x7b\xe0\xf5\x07\x5f\xaf\x08\xeb\x06\x9f\x79\ \xfb\x4f\xce\x71\x49\x2d\x07\xd6\x3d\xf1\xf8\x6b\xbd\x48\x90\x05\ \x33\x79\xce\xa5\x77\x4f\x6a\xfc\xdb\x6f\x9e\x28\x9d\x79\xc5\x1d\ \x57\xce\x4e\x12\xc3\xbb\xd7\xbc\xfd\xcc\xcb\xeb\xcd\x41\x77\x2c\ \x1f\x08\x43\xd1\xdc\x4b\xbf\x73\xfd\xdc\x44\x11\x90\xc4\x77\x97\ \x99\x3e\x05\xa5\x4f\x5f\x74\xc7\x35\xf3\xb2\xa2\xf8\xb1\xdd\x6b\ \x5f\x78\x71\x49\x9b\x3c\xf2\xf6\xfb\x6e\x99\x9a\x97\x62\x33\x5b\ \xff\xf9\xf3\x3f\x1c\xe9\x57\x03\xaa\x34\x62\xc1\x79\xd7\xcf\x1f\ \xb1\xed\xe5\x47\x5f\x5c\x7d\x48\x95\xa2\x13\xdc\x4c\x27\xf2\x80\ \xee\x98\xba\xe8\xd2\x1b\x2e\x98\x14\x8d\x83\xbb\x57\xbd\xf9\xd2\ \x92\x6d\xf6\x92\xf9\xdf\xbb\xfb\xca\xdc\x18\x17\x56\xbd\x9b\x96\ \xbc\xbc\x74\xcd\xee\x2e\x29\x7b\xd1\xd5\x57\x5d\x31\x67\xa4\x6c\ \xf4\x6e\x5e\xfa\xf2\x6b\xab\x2b\xe2\xa6\x5c\xf8\x9d\x6f\x5c\x90\ \x9f\x12\xdb\xba\x73\xc9\x5f\x57\xf6\xfe\xf8\xde\x9b\x32\x5d\xcc\ \xd7\x52\xf1\xcc\xa3\x4f\xb7\x85\x03\x03\x61\x7c\xd9\x4f\xfe\xb8\ \xa8\x6f\xdf\x8f\xbf\xfb\x78\x6c\x7a\xe6\xc8\x14\xcf\xca\xb0\x16\ \x33\xfa\xa2\x7b\x6e\xbe\x78\x54\xaa\xdc\x50\xb6\xf9\xc5\xe7\x5e\ \x3b\x34\xe0\xb9\xf3\x27\x77\x4d\xcf\x4d\xb0\x13\x5e\xbd\xfb\x83\ \x17\x5f\x78\xbb\xd3\xb4\x13\x82\x01\x38\xe3\xdc\xf4\x37\x3d\xff\ \xab\xef\x3f\xbb\xd3\xef\x74\xda\x72\x12\xa3\x68\x6c\xc9\xcd\xb7\ \x5e\x7f\x6e\x69\x0a\x55\x74\xaa\xb6\x1a\x3a\x4d\xcd\x48\x2f\xc9\ \xd5\x9c\xbc\xd2\xdf\x3b\x30\xee\x92\xdb\x9f\xb8\x78\xf1\xb3\x7f\ \x7e\x68\xf5\x11\x3a\xf7\xaa\x1b\x6e\xba\x68\x4a\x34\xf8\xb7\xbd\ \xff\xfa\x8b\x4b\xb7\xdb\x8b\xe7\xdd\xfd\xad\xcb\x4a\x52\xe3\x3a\ \x6b\xb7\xfe\xe2\x8f\xcf\x11\x41\xb4\x6a\xda\x57\x4f\x17\x86\xdb\ \x0b\x94\xf1\x68\xaa\xd0\xb0\xa6\x9b\xfc\xc2\x28\xd7\xbf\xc2\xe2\ \xb3\xdd\xea\xef\x0a\x85\x18\xa3\x5f\x31\xa9\x5b\x92\x44\x4a\x28\ \x16\x05\xc0\x9c\x33\x4d\x33\x39\xe7\x9a\xa6\x86\xc3\x22\x21\x98\ \x73\x4a\x29\x35\x0c\x83\x10\x44\xcd\xe3\x76\xe4\xc9\x83\x17\xc0\ \x19\x60\x29\x3a\x3e\x25\x37\x29\xd1\x21\x41\x8f\xa2\x50\x40\x92\ \x44\xf6\xbd\xfe\xd8\x0a\xa5\xe0\x27\xb7\x2c\x9c\xb8\x77\x53\x43\ \x53\xd1\xb7\x6f\x5b\xd8\xfc\xf6\xe3\xff\xac\x75\xff\xe0\x07\xd7\ \x5e\xdd\x54\xff\x7a\x8d\x8a\x90\xfa\xc1\x13\xff\x5a\x5b\xd7\xd1\ \x15\xf4\x9c\x73\xdd\xd5\x17\x14\xb0\xc7\x7e\xfd\x4b\xe7\x94\x6b\ \x6f\xb9\xfd\x9b\xed\x35\xbf\x29\x57\x4c\x81\x90\x40\x6f\xf9\xf2\ \x4d\x55\x0b\xe7\x5d\xfb\xf7\x82\x89\x9b\x57\x2d\xdf\x76\xa8\x05\ \x73\x20\x84\x44\x4c\x7a\x42\x70\xc4\xa4\x15\x05\x54\xf6\xe6\x93\ \x6f\x35\x46\xff\xe8\xfe\xeb\x17\xcf\xa9\x7c\xee\x40\x18\x71\xb6\ \xe3\x95\xc7\xde\x38\xd4\xe6\xce\x9e\xf5\xa3\x1b\x67\x1c\x78\xe1\ \xef\xff\xe8\xcf\xfd\xf1\x77\xaf\xbf\xb0\xaa\x76\x9d\xa2\x01\x80\ \x69\x32\x1e\x55\x74\xeb\xcd\x0b\xbc\xeb\x5e\x78\x68\x7b\xf8\xae\ \xfb\x6e\x16\x10\x85\xb8\x91\x77\xdd\x71\x61\x60\xfd\x1b\x7f\xa9\ \xb7\x7f\xfb\xce\x8b\xcf\xab\x3f\xfc\xdc\x2e\xb1\xa8\x38\xed\xd0\ \x8b\x8f\xbe\x55\xd1\x62\x04\x39\xc7\x28\x08\xb1\x63\x0a\xf3\xcc\ \x96\xca\xad\x6b\xb7\xaa\x24\xd1\xee\x8e\x72\x39\x69\xb7\x2f\x98\ \x38\x72\xc6\x6d\x57\x4f\xd8\xf5\xd2\x33\x55\xe2\xb8\xef\xdf\x70\ \x7d\xf9\xbe\xc3\x35\xb2\x33\x2d\x1a\xbd\xf3\x97\x5f\x77\x8e\xfb\ \xc6\x7d\x97\x5d\xb0\x69\xdb\x01\xe7\xd8\xf9\xd7\xcf\xcf\x5e\xf1\ \xf4\x63\xfe\x8c\x05\xdf\xfe\xe6\x0d\xbb\x76\xfe\x0a\x27\xa4\xa4\ \x39\x94\x17\x7f\xfb\xc0\xc1\xbe\x60\x5f\x3f\x7e\xf9\x99\xa7\x12\ \xe3\xd3\x2f\xba\xee\xc2\xf3\x26\x95\xbe\x5c\xa5\x63\xae\xac\x7c\ \xfc\x9f\x1b\x1b\xbb\xfb\xc1\x21\x4b\x82\x24\x80\xe9\x2e\xbc\xf5\ \xce\xab\xec\x87\x96\xfc\xf0\xb1\x8e\x9b\xee\xbd\xe3\xc6\xcb\x3b\ \xeb\x9f\xab\x4a\xcf\x4d\xae\x7e\xe7\xc9\xb7\x7b\x93\xef\xbf\x7d\ \xd1\xec\x8a\x1d\x2f\x6f\xee\xb0\xb9\x6d\x8c\x71\xce\x4c\x8d\xc4\ \x5c\x7a\xf7\xaf\x67\xde\x4a\x44\xdf\xde\x3f\x3f\xfa\xc1\xe4\x05\ \x17\x9e\x93\x43\x1f\xff\xcd\xaf\xf8\xc8\x2b\xbe\x7d\x79\x34\x00\ \x10\x41\x94\x44\x8a\x10\x12\x6c\xe4\xc8\xea\xd7\x5e\xdc\xb0\xaf\ \xb7\x37\x9c\x3d\xf5\x92\xdb\x2e\x2b\xdd\xf0\x9f\x07\xf7\xa3\xf1\ \x3f\xf9\xf6\xcd\xcd\x15\xb5\xe5\xd1\xb1\x39\x71\xe8\xed\x3f\xff\ \xdf\xb6\x9e\x30\xc2\xe4\x94\xf1\x6f\x8b\xaf\x84\x2e\x60\xce\x61\ \xe8\x05\x80\xfa\x35\x93\x19\x06\x62\xe6\xfa\x66\xaf\xc9\xd8\xc5\ \x59\xd1\xef\x37\xf6\x79\x43\x0a\xa6\xe6\x80\xaa\x1b\x1c\x80\x23\ \x46\x69\x28\xac\x18\x86\x49\x29\x33\x4d\x6a\x9a\x46\xe4\xbd\x61\ \x18\xba\x6e\x28\x8a\x8a\x30\x0c\xbf\xec\xe0\x0b\x80\x1b\x0a\x4d\ \x28\xfd\xd9\xc3\xff\xf9\xd7\x7d\x0b\x7d\x07\xd7\x2d\x5f\xbf\xdf\ \x94\x1c\x04\xa1\x81\x96\x9a\x5d\xbb\x8f\x7a\x43\x5c\x8a\x8a\x8e\ \x4f\x2a\x48\x16\xba\xd7\x6f\xd8\x5d\xb6\x79\xf3\xee\x76\x25\x3f\ \x3b\xdb\x25\x03\xe7\x66\x6f\x5d\x55\x5b\x4b\xab\xcf\x96\x56\x9c\ \x91\xd2\x52\x77\x60\xc7\x86\x3d\xdb\x77\xec\xf4\xdb\xb2\x8a\x52\ \x6c\xaa\x6e\x00\x42\x0e\xda\xf9\xdc\xc3\xbf\xff\xf5\xbf\xdf\x3a\ \x16\x8a\xb9\xe9\xfb\xbf\xb8\x76\x6e\x8e\x19\x0e\x02\x42\x9c\x9a\ \x86\x11\xf1\x46\x40\xc4\xd9\xe0\xab\xaf\x2e\xdb\xbc\xa9\xac\x4b\ \xcd\x4a\x4a\x71\x4a\xc0\x38\x1f\x68\xa9\xa9\x6f\xf1\x3a\x12\x4b\ \x3c\xb4\x79\xdd\xba\x3d\xfb\x37\x6f\x3a\xd8\x87\x4b\xb2\xd3\x24\ \x81\x03\x30\x4d\x37\x84\xb8\xfc\x0c\x7b\x60\xdb\x8e\x3d\xfb\x0e\ \x36\x79\x43\x3a\x42\x3c\x2a\x71\x44\xaa\xc8\xa2\x72\xc7\x2e\x98\ \x9e\xd7\xd5\xd2\xd8\x6f\xc8\x12\x66\xa6\x49\xfb\x9b\x8e\xb5\xd6\ \xd7\x07\x18\x66\x1c\x01\x67\x94\x71\x41\x14\x10\x41\x41\x6f\x28\ \x75\xfa\xc5\xbf\xfd\xd9\x1d\xd9\xd1\xcc\x13\x9b\x1d\x8d\x58\xe6\ \xb8\x19\x33\x8a\xa3\xaa\xeb\xda\x18\xb1\x61\xe0\xd4\xd0\x3a\xab\ \x0f\xef\xda\xd3\x60\x4a\x36\xe2\x8a\xcf\x4c\xca\xb0\x63\x54\x34\ \x6d\xce\xf8\x0c\x38\x52\xdf\x23\x48\x36\x00\xa6\x87\x43\x3d\xc7\ \xca\x8e\x34\x2a\x05\xd3\x16\xdd\xf6\x8d\x8b\x27\x8c\x48\xc1\x0c\ \x39\x04\x51\x10\x00\xb8\xd9\x5b\x7b\xa4\xad\xad\x4b\x41\x12\x02\ \x60\x8c\x3a\xe2\x0b\x0b\x62\xd4\x2d\x5b\x77\x1e\xdc\xb4\x7d\x4b\ \x55\x5b\x72\x5a\x7e\x92\x1b\x19\x26\x0f\xb4\xd5\xef\xd9\x55\xd5\ \xdd\x6f\x3a\x62\xe3\x08\xa5\x8c\x47\x3c\x93\x08\x83\xd1\xd5\x5c\ \x53\x59\x79\xa4\xf2\x68\xf3\x00\xc4\x66\x27\xa7\x78\xdb\xca\x37\ \x6d\x3a\x54\xdd\xe4\xe3\x18\xa3\x61\x23\x56\x58\x40\xfd\x6d\x0d\ \xed\x75\xb5\x9d\x86\x23\x2d\xa3\x48\x0c\xd5\x6e\x58\xb7\x67\xef\ \x96\x4d\x87\x83\x8e\x51\xd9\x49\x08\x98\xa1\xa8\xbd\xb5\x15\xed\ \xad\x5d\x9c\xa3\xd3\x94\x04\xeb\x75\xd6\xbf\x86\xd9\x0b\x00\x92\ \x80\x0e\x04\x61\x9e\x8d\x32\xca\x9c\x51\x71\x97\xd9\x79\x2a\xeb\ \xd9\x93\x12\x67\xa8\xdd\x22\x33\x8e\x28\xd8\xcf\x09\x41\xdc\xa0\ \xa6\xd7\xeb\x8b\x8d\x89\x16\x04\xa1\xbd\xa3\x43\x14\x04\x00\xa4\ \x69\x1a\x00\x68\x9a\xe6\xf5\xfa\x04\x22\x30\x4a\xf9\xc9\x1e\x6f\ \xc6\x38\x12\x6c\xc4\x77\xec\xf1\xff\xbc\x50\xd5\xa5\xea\x03\x5d\ \x03\x9a\x24\xc7\x89\x00\x5c\x90\x64\x59\x10\x80\x31\x04\x30\xd0\ \xd7\xe4\x47\xf3\x26\x8d\x1b\x51\xed\x70\x8f\x4e\x76\xb4\xef\xee\ \xec\x0f\x13\x4e\xa2\xd2\x0b\x72\x5d\x81\x76\x14\xea\x6e\xea\xf5\ \x4e\xce\x2f\x2a\x2a\xcd\x73\x8d\x1a\x1d\xc3\x7a\x9a\x7a\x55\x01\ \x63\xd3\x64\x4c\x4c\x9e\x32\xd1\xd1\x74\x78\xf7\x9b\x01\x61\xe2\ \xc4\xef\xe4\xe6\xe7\xc0\x8e\xba\x7e\xdd\x91\x37\x22\x2b\x59\x77\ \x48\x42\x64\xac\x11\x61\x82\xe4\xe8\xf8\x9c\x89\x69\x63\x93\x9d\ \xad\xdb\xba\xc2\x3a\xc2\x08\x88\x28\xb9\x24\x7d\xa0\xaf\x49\x95\ \xcf\x9d\x38\x2e\xbf\xd7\x9f\x5f\x12\x8b\x2a\xba\x7a\x34\xea\x14\ \x65\x67\x42\x6a\x9c\xd9\x52\xdf\xa9\x2f\x9e\x31\x79\xcc\xf6\xde\ \x5e\x87\x2c\x52\x8c\x43\xfe\xb6\x01\x62\x0f\x35\x96\xbd\xbc\xea\ \xa0\xe0\x70\x99\xdd\x0d\xdc\x3d\x0e\x21\x4e\x44\x59\x96\x45\xe0\ \x8c\x23\xe4\x64\xbd\xfb\x2b\x8e\x5c\x3a\x7b\xe1\x45\x57\x5f\xd2\ \xf1\xfa\x4e\x8f\x43\xc6\x08\x04\x4e\xfd\xfe\x4e\x43\x1c\xdd\xb6\ \x7f\xc3\x92\x43\x3d\x6e\x1b\xf6\x35\x75\x7b\x26\x4b\x00\x48\xb2\ \xd9\x24\x8c\x38\x07\x42\xb5\xde\xfe\x5e\x20\xc9\xc7\xb6\xad\x5c\ \x5f\xaf\x78\x24\xb3\xa3\x3b\x30\x42\x10\x00\x61\x41\x92\x4c\x7b\ \xe2\x8c\x59\xb3\xdc\xbe\x0f\x9e\x7e\x7a\xd3\x95\xbf\x1b\x95\x27\ \x60\xdd\xd0\x99\x10\x95\x5e\x90\xe7\x54\xba\x35\x9f\xc1\x39\x20\ \x44\x54\x5f\x53\xbb\xe2\x18\x3f\xa6\x78\x73\x5b\xd4\xf8\xdc\x14\ \x5f\x47\xb9\x37\x44\x09\x06\x22\xc9\xb2\x28\x02\xe7\x9c\x03\xe3\ \x1c\x31\xc6\x19\x05\x44\x44\x1a\x3e\xb4\x79\xe5\x1b\xfb\xfb\x9d\ \x76\x11\x71\x47\xa7\xb7\x37\xa1\x70\xd4\xe4\x89\x59\xe1\x68\x19\ \x23\x0c\x91\x96\x03\x01\x33\xd5\xb0\x21\xa7\xe5\x64\x47\x25\x36\ \x43\x48\xed\xed\x6e\x02\xd7\xc4\xf1\xe3\xf2\x0c\x3c\xb6\xc0\x6d\ \x6e\xec\xf4\x31\x07\x00\x46\x82\x64\x93\xc5\x88\xb1\x60\x8d\x59\ \x7c\x15\xfb\x11\x11\xef\x36\x00\x00\x97\x30\xda\xaf\x4a\x3b\x02\ \xe1\xd9\x76\x63\x34\xeb\xa3\x03\x34\x4c\xe9\x04\x29\x84\x98\xe9\ \xa7\x78\xa9\x5f\xd4\x05\xc1\xce\x39\x42\xd0\xd9\xd1\x21\x49\x62\ \x62\x52\x22\x46\x98\x71\x06\x00\x18\x63\xd3\x30\xba\xbb\x7a\x02\ \x81\xa0\xdd\x2e\x51\xce\x4e\xf8\xd5\x01\x10\x00\x63\x1c\x4b\x36\ \x1b\xa8\x1d\xf5\x87\xdb\xfa\x9d\x0e\x87\x44\x04\x4c\x01\xc9\x36\ \x9b\x80\x11\xe3\x58\x96\x65\xbb\x4d\xf4\xd5\xef\x7e\xf6\xad\x31\ \xb7\xdf\xfa\xf3\xf3\x6d\xbc\xb1\x6c\xe3\x7b\x5b\xf6\xb7\x85\xd3\ \x37\xee\x6e\xbf\xf2\xbb\xbf\x9f\xeb\x3b\xfa\xe0\x0f\x7f\xb3\xe2\ \xad\xa5\x79\x77\x7f\xe3\xb7\xff\xf9\x0f\x0b\x75\x6f\x78\xfd\xb9\ \x5d\x5d\x3a\xb2\xd9\x75\xd3\x44\x51\x59\xd7\xdc\x7e\x63\x51\xa2\ \x13\x71\xda\xdb\x7c\x60\xd9\x96\xfd\xfe\xb0\xb9\x62\xf9\xde\x3b\ \xaf\xfa\xc1\xb3\xd7\x21\x16\xee\xf0\x0f\xa8\x26\xd5\xfa\xbc\xc6\ \xb9\xdf\xfd\xd5\x3c\xe0\xcd\x65\xeb\xdf\xde\xb0\x5f\x8f\x9f\x6b\ \xb7\xcb\x02\xc6\x76\x49\x6f\xae\xdc\xfc\xf2\xca\xac\x1b\x7f\xf0\ \xe0\xd5\xc4\x38\xb6\x6b\xe5\xca\x7d\x55\x6d\x76\xb9\xbc\x8d\x9d\ \x77\xcd\x75\x9b\xff\xef\x5f\xff\x79\x71\xc3\xf7\xaf\xb9\xf5\xa5\ \x4b\x04\x40\xda\x86\xcd\xe1\x50\x7b\xd9\x33\xaf\x6e\xba\xed\xa2\ \x2b\xfe\xbe\xe8\x06\xa3\xa7\xfe\x89\x3f\xfc\x72\x87\x01\xb2\xcd\ \x2e\x62\xc4\x18\xe7\x9c\x63\xce\x24\x3b\xaf\xde\xb6\xe6\x89\x38\ \xc7\x35\xe7\x5d\xf7\x9f\x45\xb7\x00\x46\xfd\xb5\xbb\x28\x37\x9b\ \x2a\x36\xbe\xb2\x3a\xf3\x8a\x1b\xee\x99\x77\x9b\x2d\x50\xb5\xe9\ \xb7\xbf\xfd\x87\x09\xc4\x66\x93\x31\x00\x60\xc1\x66\xb3\xb9\x64\ \x73\xf3\x96\x95\xef\x16\x27\x5d\xf4\xed\x9f\x5e\x26\x4a\xbd\x7b\ \x96\xfc\xfc\xc1\x97\x39\x16\xec\xb2\x44\x30\x92\x8c\xde\x1d\x3b\ \x77\x8d\xbb\x6a\xc1\xc3\x7f\x99\x2e\xc5\x4a\x47\x95\x50\x4f\x53\ \xe3\xc6\xbd\x9d\x57\xfc\xe0\x8f\xe7\xf6\x56\xfc\xec\x3b\x7f\x61\ \x44\xb4\xd9\xed\xa8\xef\xd0\x33\xcf\xaf\xfd\xd1\x4d\xb7\xbe\x78\ \xb9\xd8\x5b\x5f\xf6\xdc\xd2\x35\xbd\x2c\xdd\xe9\xb0\x85\x30\x62\ \x80\x6d\xb2\x2c\x0a\x98\x31\x86\x38\xa7\x8c\x03\xe2\xdc\x95\x76\ \xcb\x2f\x1f\xbd\x99\x83\x2c\x93\x9d\x2f\xfc\xdf\xef\xde\x7e\x7d\ \x44\xfa\x9d\x3f\xfe\xeb\x23\x9c\xf3\x70\x4f\xb9\x4a\x29\x11\x25\ \x59\x06\xac\x75\xae\x59\x7d\xe0\xfe\xab\x6e\x79\x66\xd1\x65\x2f\ \x3d\xf8\xbb\xd7\xb6\xbc\xff\x66\x71\xfa\x35\xbf\xfc\xfb\x2d\xa0\ \x54\x6e\x7a\x7b\x45\x59\x53\xfc\xbc\xb9\x36\x9b\x4c\x80\x53\xc6\ \x08\xb7\x3a\x11\x5f\x49\x5d\x40\x0b\xe6\xcf\x1e\x3e\x98\x64\x72\ \x10\x35\xe5\x26\x67\xff\x54\x59\x71\x62\x4e\x80\xab\x1c\xb5\x53\ \xf1\xe5\xa0\xbb\x8c\x47\xb9\x44\x1c\x19\x8d\x32\x34\x43\x94\x6c\ \xf1\xf1\x71\xa2\x28\x62\x8c\x38\x07\xc6\x58\x30\x18\xea\xed\xeb\ \x95\x25\xe1\xb4\xa3\x53\x8c\x31\xc9\x1d\x1f\x27\x9b\x7e\x9f\x57\ \xe5\x02\x02\xe0\x00\x1c\xb9\x63\xe3\x5d\x92\xbf\xad\xc5\xf0\x24\ \xc6\xb9\x50\xb8\xbb\x3f\xa0\x07\xb9\x2d\x31\x21\xce\x29\xd2\x60\ \x5f\x67\x50\xe3\x1c\x4b\x4c\x74\x25\xc5\x39\x89\xa9\xaa\xfd\xbd\ \x5e\x05\xb8\x33\x2e\x25\xd6\x8e\xd4\x81\xbe\x5e\x2f\x17\xe5\x88\ \xfe\x18\x60\x77\x3a\x1d\x6e\xbb\x88\x81\xa9\x03\xbd\x81\x80\x0a\ \x92\xac\x32\x29\x3e\x3e\xc6\x21\x80\xa9\x2b\xe1\x01\x6f\x90\x39\ \x5c\x51\x6e\x97\x4d\xc0\xcc\x0c\xf4\x75\x04\x74\x2c\xd8\x63\xe3\ \x62\x6d\xc8\xd7\xde\x6b\x62\x4e\x21\xcc\x6d\xc9\x89\x31\x76\x6c\ \x0c\xf4\x74\x2a\x14\x1b\x48\x16\x1c\x9e\x14\x9b\x1a\xf0\xf6\xf5\ \x98\x8e\x98\xf8\xf8\x68\x1b\x61\x54\x53\x06\x7c\x8a\x66\x06\x4c\ \x29\x36\x21\xce\x23\x13\x6e\x84\x83\xfd\x7d\x41\x88\x89\x8f\x77\ \x0a\xfe\x8e\x1e\x9d\x03\xc2\xc7\xd5\x90\x85\x74\x31\x36\x3e\xc6\ \x63\x17\x38\xe7\x66\xd8\x1f\x0a\x87\x34\x13\xab\x60\x4f\x4a\x88\ \xb1\x0b\x88\xa9\xfd\xfe\xfe\x80\x29\xc7\x27\x78\x88\xde\xd7\xd1\ \x2d\xa4\xa5\x45\x33\xc5\xdb\x3b\xa0\x50\x5d\x74\xa7\xc4\x47\x89\ \x18\x98\xe2\xf5\xf5\xab\xe0\x4c\x8c\x77\x50\xd5\xd7\xd5\xcf\x04\ \x85\xd9\xe2\xe3\x62\xa3\x6c\xc4\x34\x34\x73\xa0\xd7\x17\xa6\xa6\ \x1c\x93\x14\xe7\x24\x66\x38\xe8\xed\x37\xdd\x49\x71\x42\x38\xe0\ \xed\xed\x36\xec\xd1\xf1\xf1\x31\x36\xa4\xf6\x77\xfb\x03\x3a\xd8\ \x62\x62\xe2\xdc\xb6\x81\xf6\x66\xdd\x95\x10\xeb\x21\x6a\x77\x7f\ \x50\x67\x18\x73\x86\xb0\xdd\x13\xe3\xb6\x13\x18\x1c\xfc\xe5\xa1\ \xae\x0e\xaf\xc6\x9d\x71\xc9\x31\x2e\x02\xcc\x54\x07\x06\xfa\x15\ \x14\x95\x18\x2f\xa9\x03\x7d\xbd\x7d\xcc\x93\x98\xe8\xb1\x63\xa6\ \xf7\x77\xfb\xc3\x46\x98\x44\xa5\x24\x44\xcb\x5c\xf5\xf7\x74\x2a\ \x4c\x16\x5d\x71\x71\x2e\x30\xbc\x1d\x5e\x26\x61\x6b\x98\xf2\x2b\ \xaa\x0b\xf3\xcf\x9d\x7d\x4a\x35\x36\x38\x98\x86\x31\x02\xc2\xf9\ \x82\x6a\x43\xbc\x93\x8a\x87\xa8\x3d\x48\x6c\x0e\xe1\xa4\x29\x89\ \x86\x61\x72\xc6\x65\x9b\x4d\x14\x05\xc6\xb8\xa6\x69\x86\x69\x48\ \x92\x88\x4f\x27\x0a\x91\xe1\x72\x6a\xe8\x06\x03\x49\x1a\x56\x5c\ \x38\xd3\x34\x1d\x8b\xb2\x88\x99\xa6\x9b\x98\x88\xa2\x80\x39\xa3\ \x86\x61\x32\x0e\x44\x14\xc5\x88\xb7\x9c\x9a\x86\x41\x39\xc2\x91\ \xef\x52\xd3\x30\x4c\x8a\x22\x67\x9f\x58\xa1\xc1\x0c\xc3\xa4\x8c\ \x03\x00\x26\x44\x14\x05\x04\x30\x74\x29\x84\x90\x20\x8a\x04\x83\ \xa1\xeb\x94\x01\x20\x10\x04\x51\x20\x98\x33\xaa\xeb\x26\x91\x24\ \x01\x47\x46\xe2\x07\xcf\x17\x44\x51\x20\x18\x80\x47\x6e\x2c\x49\ \x22\xe2\xcc\x30\x0c\xca\x38\x20\x14\xf9\x2e\x1c\x3f\x82\x10\x16\ \x25\x09\x03\xd3\x34\x1d\x4b\xb2\x78\xfc\xe7\x71\x00\x04\x1c\x38\ \x1f\x9e\x30\x41\x10\x30\x1a\xba\x11\x47\x58\x90\x24\x01\xa8\xa9\ \x1b\x54\x90\x65\xcc\x4d\x4d\x67\xa2\x24\x12\x8c\x18\x35\x0d\x93\ \x72\x3e\xf8\x73\x22\x49\x11\x24\x89\x9c\xf8\x3a\x00\x02\x22\x88\ \x22\xc1\x8c\x1a\xba\x41\x01\x61\x59\x96\x98\xa1\x9b\x1c\x89\x92\ \x88\x07\x53\x08\x98\x08\xa2\x48\x10\x67\xba\xa6\x23\x51\x12\x31\ \x68\xba\x11\xc9\xbf\x48\x2a\x19\x35\x0d\xc3\xe4\xc7\x4d\x3c\x2c\ \x88\xb2\x88\x4d\xc3\x30\x23\x37\xc1\x58\x92\x44\x66\xe8\x26\x07\ \x51\x92\x10\xa3\xba\x61\x72\x0e\x82\x24\x09\x18\x71\x6a\xea\xa6\ \xc9\x01\x0b\xa2\x28\x10\xc4\x4c\xd3\x30\xa9\x20\xc9\xc4\x12\x85\ \xaf\xae\x2e\xcc\x3b\x67\xe6\x69\x9a\x77\x04\x1a\x05\x3d\xe2\x81\ \x40\x60\x23\x40\x3e\xa2\x9b\x48\x29\x65\x8c\x23\x04\x18\xe3\xff\ \x3a\x97\xd9\xc2\xc2\xe2\xab\x32\x7f\xe1\x24\x47\xc0\xf1\xbf\x20\ \x09\x81\x74\xa2\x55\x07\xf6\x11\xeb\x29\x87\xab\x01\xe7\xdc\x72\ \x32\x59\x58\x7c\x1d\x74\xa1\xbf\x7f\xc0\x9a\xac\x6a\x61\x61\x71\ \x52\x3f\xe2\xc9\x27\x1e\x3b\x8d\xbd\x60\x61\x61\xf1\xff\xb1\x32\ \x20\xce\xac\xc0\x6d\x16\x16\x16\x27\x21\x04\x02\x01\x2b\x17\x2c\ \x2c\x2c\x86\x63\x8d\x20\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\ \x82\x85\x85\x85\xa5\x0b\x16\x16\x16\xff\x2b\xc2\x57\x22\x95\x18\ \x63\xb0\x26\x59\x58\x58\x7c\x76\xf0\x93\x23\xa4\x7c\xc5\x74\x01\ \x21\x64\x9a\xa6\xcf\xeb\x35\x4d\xc3\x7a\x96\x16\x16\x9f\x15\x0e\ \x87\xd3\xe5\x76\x7f\x94\x34\x9c\xed\xba\x60\x9a\x66\x6f\x6f\x77\ \x4c\x4c\x9c\xd3\xe5\x8e\xc8\x5c\x44\x2e\x86\x54\xcf\x7a\xc0\x16\ \x16\x1f\xd3\xb0\x9e\xb6\xd6\x50\x4a\x7b\xba\xbb\x4c\xd3\x88\x8e\ \x89\x3d\xad\x34\x9c\xd5\xba\x80\x31\xe9\xeb\xeb\xf1\x78\xa2\xe3\ \xe2\x13\x60\x70\x79\x22\x9c\xf4\xc6\x8a\x53\x6e\x61\xf1\xb1\xe6\ \x76\xa4\x9a\x9c\xbc\x7d\x1c\x47\x08\xd9\x32\xed\x0d\xb5\x35\x86\ \x53\x17\xa5\xd3\xc4\xfb\x17\xce\xee\x5f\x05\x9a\xa6\x25\x26\xa5\ \x44\x7e\x4c\x24\xf0\x38\x1f\xb6\x5d\xd4\x67\xa6\x0b\x08\xa1\xb3\ \x44\x65\xce\x9e\x94\x58\x7c\x5d\xa4\x61\xb8\x2e\x44\xde\x30\xc6\ \x08\x21\x44\x10\x4c\xd3\x14\x25\xe9\xcc\xed\x05\x24\xd9\x6c\x02\ \x46\x00\x9c\x99\xa6\x6e\x18\xff\xc3\x46\x43\x88\x88\x02\x37\x3f\ \xed\x15\x18\xe7\x9c\x73\xc6\x39\x67\x88\x10\x04\x80\x38\xa3\x3c\ \x12\xd1\x01\x13\x42\x80\x53\x93\xf2\xff\x39\xef\x30\xc6\x40\xcd\ \x2f\x7f\x3b\x25\x42\x08\xe2\x67\x43\x42\x2c\xbe\x26\xbd\x08\x7e\ \xbc\x91\x19\xdc\xf0\x31\xb2\xd1\x07\xe7\x80\x31\xe3\xc7\x83\x7b\ \x7e\xd8\x54\x3f\xbd\xc2\x30\xad\xe1\xd0\xae\x75\xeb\xd7\xad\x5d\ \xbf\xa9\xac\xba\x8d\x62\x11\x23\x40\x08\xe1\xa1\x1d\xd9\x4e\xfa\ \x70\xfc\x23\x3e\xe9\x23\x42\x08\x21\x4c\x98\x72\x70\xd3\x86\x9a\ \x2e\x55\x94\x04\x04\x80\x3e\xd9\xe2\x4d\xc4\x22\x61\x28\x11\x70\ \x84\x8c\x40\xfb\xa1\x23\x47\xfb\x4d\x1c\x51\x05\x02\x6a\x6d\xd5\ \xa1\x86\x3e\x6d\xd8\x8d\x4f\xbd\x3e\x42\x08\x23\x14\xd9\x41\x65\ \x78\x62\xd1\xb0\xbf\x12\x42\xc2\x9d\x47\xd7\xac\xdf\x1f\x66\x02\ \x39\x1e\x52\x05\x47\xbe\x38\x94\x4d\x08\x0d\x1e\x19\x7a\x73\x52\ \xee\xa3\xa1\x13\x86\xdf\x17\x9f\x7c\xa3\x53\xae\xf6\xe1\x8f\x04\ \xe3\xe6\x03\x5b\xb7\x96\xb5\x08\x82\x60\x0d\x20\x5b\xfc\xef\x0c\ \x06\x3e\xe0\x9c\x73\x8e\x31\x26\x18\x73\x38\xb1\x9d\xe0\x47\xcb\ \x02\x90\x9f\xfd\xec\xa7\x1f\x6a\xdf\x05\x1c\x6a\x7b\xe6\x8f\x0f\ \x55\x04\x6d\x58\xe9\xdc\xb9\x7e\x4d\x4d\xd0\x3d\xaa\x24\x9b\x98\ \x6a\x30\x18\xd2\x4c\x2e\x4a\xb2\x84\x79\x70\x60\x40\x63\xd8\x66\ \x93\x80\x83\x80\x79\x38\x30\x10\x52\x0d\x2c\x08\xa2\x28\x12\xa0\ \xc1\xfe\x80\x09\xc4\xee\xb0\x61\xad\xf7\xdd\x27\x9f\xf3\xc7\x97\ \xe4\x24\xc8\x0c\x30\xa7\x94\x01\xc2\x67\x26\x0e\x84\x60\x9f\xb7\ \x2f\xca\x13\x2d\xc9\x32\x60\x1c\x3a\xf6\xce\x77\x7e\xf2\xa8\x5c\ \x30\x6b\x4c\xa6\x07\x61\xdc\x5f\xbd\xf1\xa7\x3f\xfe\xb5\x2f\x77\ \xe1\xd4\x0c\xbb\x61\x02\x46\x00\x08\x0c\x43\x63\x08\x63\x00\x0e\ \x20\x8a\x22\xd5\x42\x03\x81\x10\x05\x42\x10\x37\x4d\x86\x31\x42\ \x9c\x19\xa6\x09\x98\x08\x02\x56\x43\x03\x81\x90\x4a\x44\xb9\xef\ \xe8\xc6\xa7\x96\x56\x8c\x9c\x50\x22\x02\x17\x25\x49\x24\x10\x0a\ \xf4\x87\x75\xb0\xd9\x6d\x88\x53\xc6\xb9\xa1\x84\x03\x21\x05\x88\ \x48\xc0\x18\x18\x08\x51\x24\xca\x22\xe6\x91\x2d\xaf\x00\x00\x98\ \xaa\x84\x82\x21\x15\x88\x6c\x93\x08\xa3\x0c\x38\x0d\x07\x03\x21\ \xd5\xc0\x82\x24\x4b\x44\x0b\xf6\x07\x55\x53\xb2\xdb\x08\x07\x8c\ \x91\x12\x1c\x08\x84\x35\x84\x05\x81\x10\x41\xc0\xe1\x40\x7f\x48\ \x63\x36\xbb\x1d\x63\x28\x7b\xf3\xf1\xb5\x2d\xae\xf1\x45\x89\x26\ \x43\x22\x41\x60\x79\x56\x2d\xfe\x77\x3f\x1d\x42\x84\x90\x75\xeb\ \xd6\x99\x86\x91\x90\x98\x18\x89\x8d\x8e\x31\xee\xed\xe9\x96\x6d\ \x36\xe9\xcc\xfb\x11\x9c\x51\x6e\x4f\xbb\xe0\xaa\x5b\x16\x8c\x8c\ \x6d\xdb\xf7\xda\x8f\x1f\xdb\x3a\x6b\x5c\xf2\x81\xd7\x9e\x2c\xef\ \x87\x84\x82\x99\xb7\x5d\x35\xeb\xf0\xaa\x97\x37\x1d\xe9\xd6\x4d\ \x34\xfe\xfc\xeb\xaf\x9a\x9b\xb5\xfd\xad\xe7\x57\x94\xb5\x12\x5b\ \xfc\x82\x2b\xae\x9b\x95\x0b\xcb\x5e\x7e\x79\x5f\x93\xdf\x64\xf2\ \xec\x2b\x6e\xb9\xb0\xd4\xe6\x94\xc2\xdb\x96\xbf\x50\x57\x56\x7c\ \xd9\x05\xe3\xd6\x3f\xf3\x54\xea\x55\x3f\xb8\x6a\x72\xba\xae\x9d\ \xd1\xb8\xe3\xf0\xf8\xee\x01\xbf\x99\x64\x47\x3b\xd6\xac\x3a\x77\ \xdc\xed\xc9\xd2\xc0\xfa\xd5\x1b\x54\x92\x68\xd3\x8d\xfa\x35\x4f\ \xbc\x54\x93\xfc\x93\xef\x5f\x6d\x6b\xd9\xf6\x97\xc7\x37\x5c\xf2\ \x83\x9f\x8c\x8e\x46\x9c\x08\xed\x07\xd7\x3c\xf7\xea\xaa\x3e\x53\ \x2c\x9e\x77\xc5\xec\xa4\xe6\xe7\x37\x2b\x3f\xf8\xc1\x37\xe2\xba\ \xb6\x3d\xf4\xc4\x96\x2b\xee\xfb\x89\xab\xfc\xad\x67\xde\xdf\x6f\ \x0a\x8e\xc9\x8b\xaf\x9f\xe2\x8c\xe1\x5d\xcb\x9f\x7e\xe4\xe1\xf4\ \x71\x8b\xee\xb8\x64\xcc\xee\xa5\xcf\xbe\xb7\xab\x91\x82\x50\x30\ \xfb\x8a\x6f\x5e\x32\xa5\x6d\xc7\x5b\xff\x7e\x75\xab\xe4\xb6\x99\ \xcc\x99\x9e\x68\xeb\xed\xed\xf6\x1b\x51\x57\xdf\x75\xcf\xec\xbc\ \x68\xc3\xa0\x82\x24\x1c\x5e\xfe\xc4\x7f\x56\x55\xb9\xa2\x6c\x2a\ \xc4\x5c\x7c\xe3\xed\xf3\x46\xba\x3f\x78\xe2\xe1\xf7\xca\x7b\x3c\ \x29\x79\xd7\xdc\xf2\x2d\x77\xe3\x3b\x2f\xad\x38\xa0\x9a\x46\xc2\ \xa8\xf3\xee\xba\x7e\x76\xdd\xda\xd7\x5e\x5f\x7f\x98\xc9\x51\x53\ \x16\xdd\x72\xd9\xb4\xa4\xfd\xef\xbf\xf2\xee\xf6\x6a\xdd\x34\xb3\ \xa6\x5c\x7a\xfb\x55\x33\x1c\x0e\xa1\x69\xfb\x7b\x7f\xf1\x1e\x9c\ \x34\xff\xba\xc5\x33\x32\xa8\x61\x5a\xc5\xda\xe2\x7f\xf4\x2f\x98\ \x94\x2e\x7f\xf7\xdd\x15\xab\x56\xc5\xc6\xc4\xdc\x72\xf3\xcd\x25\ \x25\x25\x91\x6a\xf5\x29\xe6\x2f\x20\x0c\x86\xaf\xaf\xab\xa3\xb9\ \x7b\xc7\xce\x72\x5b\x4a\x86\xc3\xf4\xd6\x76\xdb\xae\xfc\xee\xf7\ \x26\x66\x3a\x1b\x77\xbe\xba\xf4\x60\xf0\xa6\x3b\xbf\xe3\xa8\x7b\ \xef\x91\xa5\x6f\x8e\x2a\xb9\x71\xc3\xc6\x8a\xfc\xab\x7f\x70\xe3\ \xb4\x54\x22\x08\x87\x56\x3e\xb6\xa1\xd5\x76\xc7\x9d\xf7\x0c\xec\ \x7c\xe1\xf9\x37\x97\x8c\x29\xb8\x81\x91\xb8\x85\xd7\x7c\xe7\x92\ \x49\x49\x46\x38\x00\x57\x5d\xe7\xcc\xf2\x98\xc6\x99\x2e\xee\x66\ \x8c\x71\xce\x18\xe7\x18\x90\xaf\x2b\x98\x37\xe3\xf2\x44\xf5\xf0\ \xea\xfd\xed\x57\xc5\x97\xed\xf5\xa6\x5c\x71\x5e\x5c\x4b\x67\x77\ \xd2\xdc\x11\x7d\x6b\x76\xb7\x84\xc1\xdd\x50\xeb\xc7\xe9\x69\x6e\ \x89\x02\xc7\xc1\x9a\x97\x5e\x59\x1a\x7d\xce\xb7\xef\x9e\x9e\x41\ \x44\xb9\xb3\xec\x48\x50\x31\x28\x07\xc6\xf5\x70\x58\x61\x2c\xbc\ \x63\xc5\x5a\x52\xf8\x8d\x9f\xdd\x38\x45\x12\x85\x8e\xbd\xe5\xb6\ \xec\xa9\xf7\xfe\xe4\xce\x34\x37\x69\xdd\xfd\xc6\x4b\x9b\xbd\xb7\ \xdd\xff\xcb\x5c\xa3\xf2\x6f\x0f\xbf\xb8\xb5\x28\x37\xb6\xa7\xd5\ \xcc\x99\xfb\xeb\x6f\xcf\xdf\xf0\xc8\xaf\x36\x29\x93\x7f\xfb\xf3\ \xbb\x36\x3f\xff\xc7\x77\x57\xed\x9d\x72\xcf\xf9\x88\x9b\x9c\xd3\ \xce\xc6\xa6\xb8\xd2\x0b\xee\xbf\x69\x6a\xe5\x8a\x27\x9e\x7b\xfe\ \xe5\xa2\xdf\xde\xd2\x58\xd7\x3b\xe6\xa2\xbb\x6f\x9a\x9b\x6e\xf6\ \xec\xff\xe3\x1b\x5b\xc6\x5d\xff\xdd\x69\x31\xcd\xff\xf8\xeb\x1b\ \xeb\xc6\x24\x36\x6e\xdc\x1c\x35\xf5\xde\xef\x5f\x50\x04\xd8\xe6\ \xaf\x59\xf5\xc2\xea\xca\xf3\xef\xb8\xa7\x98\x1d\x7a\xe8\x91\x97\ \xb6\xcd\x1c\x67\x67\x42\xd1\x8c\x6b\x7f\x7c\xdb\x74\xa6\x53\xc3\ \x30\x2c\x6b\xc1\xe2\x7f\x36\x16\xc0\x30\xf4\x8c\xcc\x8c\x3b\xbe\ \xf5\x2d\x4a\xa9\x28\x89\x26\xa5\x43\xde\xc7\x8f\x52\x86\x8f\xd0\ \x05\x4c\x24\xb3\x67\xed\xd2\x17\x0e\x7b\x24\xe2\xca\xba\xeb\xb6\ \x2b\xd3\xf8\x11\x90\xec\x51\xee\x28\x97\x93\xf4\x35\xd7\xf6\x0f\ \x68\x5b\x97\xbd\xc6\xb4\x70\x7a\x6e\x22\x08\x29\x97\x2e\x9e\xf4\ \xc6\xba\xe7\x9f\x68\x9a\x7a\xe5\xe2\x19\x5d\xad\x4d\x03\x7e\xfb\ \x07\x6f\xbf\x6a\x2a\x6a\x66\x6e\xba\xa9\x53\x00\x2c\x88\x92\x24\ \x12\x53\x74\x8d\x9e\x36\x83\xe9\x8a\x6e\xb0\x33\x8d\x05\x13\x19\ \x87\xe0\x8c\x03\xef\x1f\x08\x52\xf7\xa4\x0b\x67\x49\x8f\xae\x78\ \xed\x39\xd9\x9f\x33\xe3\x86\x52\x6d\xf5\xe1\x86\x6e\x47\xfa\xb4\ \x51\xf6\x55\x95\x95\xb5\xb1\x4d\xad\x89\xa3\xce\x89\x12\x19\x65\ \x38\xdc\x5a\xd5\xad\x45\x2f\x9e\x33\xda\x23\x1b\x20\x08\x88\x52\ \x40\x91\xb8\xd5\x80\x10\x98\xcc\x36\xf3\xd2\x0b\x8f\xbd\xb3\xe2\ \x1f\x8f\xd7\x5e\x7c\xd5\x65\x1e\x00\xc0\x02\x11\x04\x82\xf4\xc6\ \x9a\x23\x8e\x91\x53\xc7\x66\xc5\x48\x30\x61\x52\xee\xeb\x47\x6b\ \x1b\x27\x63\xc1\x66\xb7\xd9\x1d\x51\x23\x0a\x53\xf7\xd7\x13\xa7\ \xcb\x93\x97\x95\xbd\xa9\xac\x5f\x35\xa8\x1c\xd9\xb8\x16\x0b\x76\ \x87\xd3\xe1\x8c\x9e\x32\xff\x9c\x25\xbb\x5f\x3b\xda\xa5\x48\xb2\ \x2c\x3a\x5d\x0e\xbb\xa3\xab\xbd\xba\xb3\xbf\xff\xc8\xe6\xa5\xf5\ \xcc\x74\xa4\x24\x63\x29\x7e\xd1\x05\xe7\xbf\xb2\xf2\xb5\xbf\x77\ \x8d\xbb\xf4\xb2\x4b\x6c\xcd\x35\xbd\x01\xff\x81\x0f\xde\x3c\x64\ \xe8\xb1\x59\xe9\xc4\x34\x29\x63\x58\x24\x02\x26\x3a\x18\xf4\x44\ \x1c\x56\x0b\x8b\x4f\x09\xa5\x88\x10\x61\xd2\xa4\x49\x08\x61\x00\ \xa0\xd4\xd4\x75\x1d\x63\x0c\x20\x7e\xcc\xee\x1e\x1f\xa1\x0b\xcc\ \xd4\x84\xe4\xc5\x37\x7c\x67\x41\x69\x02\x21\x04\x71\xde\xdf\xc0\ \x80\x73\x4a\x29\x67\xc4\xe6\x72\xbb\xd3\x72\xbf\x71\xf7\xb7\x12\ \x05\x4d\xd3\x19\x07\x90\xce\xbf\xa5\x78\x5a\xd3\x6b\x8f\xff\xe3\ \xd1\x25\x70\x8e\x3b\x36\x3e\xb7\xe4\x5b\xf7\x5e\xe5\x62\xaa\x49\ \x91\x68\x76\xeb\xa6\xaa\xe8\x06\x42\x18\x98\x39\xe0\xeb\xc3\x82\ \x2c\x9c\x69\xa8\x60\xc4\x8e\x1b\x0c\x88\xeb\x03\x8a\x0e\x36\x9e\ \x3a\xf6\x9c\xfc\xa5\xf7\x2c\xe9\x98\xf0\xc8\xdd\x23\x8c\x4d\xab\ \x8c\x70\xbf\x2e\xc4\x4f\x99\x9c\xfd\xe6\xea\xf7\x3c\xba\x36\xfa\ \x8a\x5c\x6c\x6a\x1a\x15\x88\x23\x9a\xb0\xfe\xda\xc6\xbe\xa2\x11\ \x2e\xd3\x30\x88\x64\x57\x7a\x5a\x02\x0a\x24\x62\xc4\x18\xd5\x54\ \x3d\x63\xe2\x45\xbf\x2c\x9d\xbe\xee\x95\xc7\xfe\xf1\xc8\x5b\x77\ \x5f\x98\xc0\x94\x90\x61\x98\x00\xdc\xed\x89\x0d\x56\x35\xf7\x86\ \x21\x85\x76\x35\x75\x18\xf1\x53\xdd\xc8\x4b\x19\x35\x75\x0e\x06\ \xa3\xa6\x69\x68\x00\xa6\x49\x01\x71\x6a\x9a\x94\x52\x8c\x11\x63\ \xdc\x34\x74\x0a\x30\xd0\xda\x1c\x34\x6c\x31\x36\x54\xcf\x38\x32\ \x75\xce\x18\x71\xb8\x6d\xae\xf8\x05\xd7\x7d\x67\x46\xaa\xa0\x68\ \x94\x71\x26\x8e\xb8\xe2\xa7\xa3\x67\xad\x7c\xfe\x2f\x8f\x3e\x69\ \xdc\xbd\x30\xce\x1d\x93\xba\xf8\x9b\xdf\x1b\xe5\xe1\x8a\x4e\x45\ \x99\x6c\xa3\x46\x58\x09\x1a\xc0\x99\x49\x99\x35\x5a\x69\xf1\xd9\ \x0c\x4a\x40\x38\x64\x0e\xfa\xc2\x06\x47\xfa\x39\xe7\x8c\x71\x06\ \x83\xfb\x02\x9c\xe1\xfc\x05\xce\x34\x45\x03\x41\x14\x08\x28\x8a\ \x42\x44\x09\x18\x55\x15\x95\x72\x30\x19\x14\x4e\x5f\x5c\xbc\xef\ \xe9\x7f\xfe\xe5\x6f\xa9\x31\x62\x7c\xfe\xbc\xcb\x67\xc7\xbc\xfb\ \xdc\xfb\x3e\x2c\xf6\x86\x85\x84\x84\xc4\x09\x13\x17\x97\xfd\xf3\ \xd9\xbf\x3e\xdc\x1a\xef\x10\xb3\xc6\x9c\x77\xd9\x9c\xb4\x92\xd2\ \xb8\x37\xde\x7a\xbc\xe3\xe0\xc8\xb9\x33\x0a\xd6\x3e\xfb\x62\xc6\ \x35\x3f\xb8\x7a\x4a\xc6\x19\xf9\x17\x10\x70\x3e\xb8\x6b\x3a\xa1\ \x7a\x5f\xff\x80\x61\x67\x14\xb9\xcf\xb9\xe6\x3b\x19\x4a\x42\x92\ \xcc\x9b\x09\x1d\xe8\xef\xf5\x6b\x68\xe4\xd4\xd9\xc2\x7b\x7f\xa8\ \x4a\x38\xe7\xda\xdc\x58\x5d\x55\x4c\x66\x88\xf1\xa5\xe7\x4f\xde\ \xb5\xe4\xdf\x0f\x1e\xcd\x4d\xf6\xe4\x4e\xb8\x60\xca\xa4\x71\xb6\ \x6d\x8f\xff\xf9\xcf\x99\x8e\xbe\x5e\xcd\x66\x23\xda\xf6\xb7\x5e\ \x2e\xf3\x83\xd9\xa3\xc4\x25\xc4\x26\xa4\xe5\xa5\xd1\x15\xff\xfe\ \xdb\x9f\xf3\x0a\xa7\x5d\x32\x63\xe1\xb8\xfd\x4f\xfe\xe3\xa1\x3f\ \xc5\xb0\x9e\x9e\xf8\x49\x57\x8c\xcd\x6c\x5c\x16\x50\x54\x9d\x52\ \x6e\x68\x9a\xaa\x6a\x14\xb8\xa1\xab\x8a\xaa\x99\x94\x0a\x94\x62\ \x46\x04\x6c\x54\x6d\x5f\xf6\xcf\xe0\xa1\x8e\xea\xda\xec\x29\xd7\ \x16\x45\xb1\x4d\x21\xc5\xa9\x9b\xa6\x11\x76\x64\xcf\x98\x3f\xe2\ \xd0\x1b\xff\xf8\xd3\xbe\xec\x38\xe4\x2e\xb9\xf6\xc2\xa2\xbd\xcb\ \x5e\xae\x1f\x10\xb4\x5e\x9e\x98\xec\x4e\x2a\x99\x32\x33\xf1\xe0\ \xb3\x7f\xf9\x53\x76\x9a\x5b\x8a\x1b\x7b\xed\x65\x33\xb3\x46\x17\ \xf5\xbc\xf4\xee\x83\x7f\x3e\x36\x7a\xc2\xac\x73\xa7\x15\x80\x61\ \x5a\xda\x60\xf1\x3f\x79\x17\x00\x00\x40\x92\x24\x4c\x08\x02\x30\ \x4d\xd3\x30\x29\x8a\x6c\x55\x4c\x3f\xb2\xe5\x41\x03\xfd\xfe\xd3\ \x5c\xcb\x08\xd7\xd7\x34\x7b\xb2\xf2\xe3\x5d\x02\x63\x1c\x21\x4c\ \x55\x5f\x5d\x43\x5f\x4a\x5e\x6e\x94\x84\x10\x21\x5a\x7f\xe7\x91\ \x23\x35\x7e\x1d\xa7\x64\x17\x15\xa6\xdb\x6b\x2b\x2b\x5b\xfb\x42\ \xf6\xd8\xb4\x51\x45\x79\x1e\x87\x10\xe8\x6e\x3e\x7c\xb4\x3e\xc4\ \xa4\x8c\xfc\xe2\xbc\xd4\x68\x33\xec\x3b\x5a\x71\xb8\xcf\xb0\x17\ \x15\x67\x87\x3a\xda\xe5\x94\xdc\xd4\x18\xfb\x99\x6c\x67\x2a\x8a\ \xe2\xe1\xca\xf2\xac\x9c\x3c\x87\xc3\xc9\xb9\xde\x56\x5b\x13\xb6\ \xa7\xe4\x26\x39\x01\x8b\x02\xa2\xba\xc9\x35\x7f\x4b\x43\x2f\x2b\ \x28\x2c\x8c\x96\x06\x5e\xfc\xe3\x9f\xbc\x25\xd7\x7c\xfb\xe2\x62\ \x4d\x35\x8e\x0f\xab\xe8\x8d\x55\x95\x4d\xdd\x41\x57\x4a\xee\xa8\ \x11\x59\xbc\xbf\xa5\xf2\x48\x7d\x90\x0a\x09\x29\x99\x79\x39\x49\ \xde\xfa\x23\xb5\x6d\x5e\x6c\x8f\x2d\x1a\x59\x94\x10\x25\x7a\x5b\ \xeb\x8e\xd4\xb4\x89\x71\xd9\x63\x46\xe6\x92\x50\x47\x45\xc5\xd1\ \x20\x89\x2e\x1e\x35\x32\xc9\x85\x7b\x5a\x1b\xba\x74\x57\x41\x76\ \x52\xb8\xb3\xae\x3d\x6c\x2b\xc8\x4b\x0b\x75\x36\xb6\x05\xa4\xbc\ \x9c\x24\xcc\xb9\x24\xe3\x6d\xcf\x3d\xb4\xb1\x3f\x7b\xfe\xd4\x2c\ \x6c\x4f\x2a\x2d\xc9\xb5\x71\xb5\xa9\xb6\x81\xc4\x67\xa5\xc5\x4a\ \x8c\x13\xcc\x82\x35\x87\x8f\xb4\xfb\x55\x57\x42\x76\x69\x41\x62\ \x57\xfd\x91\x86\xf6\x7e\x31\x2a\xb1\xa8\xa4\x28\xce\x2e\x98\xaa\ \xef\xd8\xe1\xaa\xee\xa0\x11\x9d\x9c\x57\x92\x9f\x2a\x22\xa3\xf9\ \x68\x65\x43\xb7\x92\x9a\x5f\x94\x97\x16\xcb\xa9\x15\x65\xcf\xe2\ \x7f\xb2\x15\x30\xc2\x8a\xaa\xac\x5e\xfd\x81\xdf\xdf\xcf\x18\x1b\ \x33\x66\xf4\x94\x49\x93\x38\x20\xbb\xc3\x5e\x59\x7e\x28\x29\x29\ \x39\xca\xe3\xf9\x70\x65\x3c\x9d\x2e\x00\x44\xb6\x27\xa1\xba\x76\ \x62\x82\x0d\x22\xb2\x2c\x18\x9a\x16\x39\x80\x89\x28\x49\x22\x46\ \xdc\x34\x74\xdd\x60\x92\x2c\x1f\xdf\xa3\x45\x33\x29\x08\xa2\x24\ \x49\x02\x02\x6e\xea\x9a\x66\x50\x4c\x44\x59\x96\x30\x30\x4d\x37\ \x88\x28\x72\x43\x33\xce\x6c\x26\x92\x28\x8a\x95\xe5\x07\xb3\x73\ \xf3\xed\x0e\xbb\x69\x98\x44\x14\x11\x35\x74\x83\xf2\xc1\xc9\x9d\ \x1c\x0b\x36\x87\xcc\x2b\x37\x7d\xb0\xe5\xc0\xa1\x3e\x92\x7d\xd3\ \x2d\x57\xa6\x48\x74\xb0\x85\xe5\x00\x08\x4b\xb2\x24\x10\xcc\x4c\ \x5d\xd3\x4c\x24\x88\xb2\x24\x22\xe0\x8c\x9a\x9a\x6e\x10\x51\x96\ \x44\x02\x9c\xe9\x9a\x66\x50\x2e\x48\xb2\x2c\x12\x66\x1a\x9a\xa6\ \x43\x24\xc1\x9c\xe9\xba\x66\x50\x26\x88\xb2\x80\x98\xa6\x1b\x83\ \xfb\xdf\x68\x06\x16\x24\x91\x70\x4d\x33\x01\x81\x24\xe1\x8d\x8f\ \xff\x7e\xbf\x67\xd1\x03\x77\xcc\x63\xa1\x90\xaa\xe9\x94\x23\xc9\ \x26\x81\xa9\xeb\x26\x8f\x6c\x89\x29\xc9\x12\x41\x88\x51\x5d\xd3\ \xa9\x20\xc9\xa2\x80\x39\x63\x86\xae\x19\x94\x63\x22\x48\x92\x18\ \xf9\xab\xaa\x19\x80\x88\x24\xcb\x02\x01\x53\xd7\x75\x83\x5a\xfe\ \x05\x8b\xff\x09\x0e\x00\x1c\x13\x52\x53\x5d\xfd\xda\xeb\x6f\x66\ \x64\x64\x5c\x75\xe5\x15\x51\x51\x6e\xc6\xc1\xe9\x74\x56\x1c\x3a\ \x98\x9c\x92\xe2\xf1\x44\x9f\xb1\x2e\x9c\x1d\x88\xa2\x58\x59\x51\ \x9e\x98\x9c\x9c\x90\x90\xa8\x69\xda\x60\x77\x08\x18\x70\x04\x68\ \xd0\x63\x82\x31\xef\xac\x3d\x52\xd7\xa3\xe7\x8d\x1a\x9d\x1a\x25\ \x9a\x26\xfd\x82\xc3\x5b\x23\x0c\xbe\xd6\x86\x01\x12\x9b\x99\x1a\ \x03\xd4\xda\x8e\x71\x50\x92\x81\x60\x2e\x8a\x40\x08\x10\x02\xc3\ \x97\xc9\x47\x7c\xbf\x94\x02\xa5\xc8\x30\x80\xb2\x61\xeb\x5d\x2c\ \x3e\x7b\x7b\x81\x03\x47\x80\x04\x51\x68\x6b\x6d\x8b\xf2\x44\xb9\ \xdd\x6e\x6a\x52\x4c\x88\x24\x4a\x87\x0e\xee\xcf\xce\xc9\x75\xbb\ \xa3\xbe\x62\xba\x80\x31\xf6\x79\xbd\x8d\x0d\xf5\x23\x0a\x8b\xa3\ \x3c\x1e\x7e\x7c\xee\x16\x02\x04\x27\x8a\x19\x17\x24\x59\x22\xd8\ \xd0\x35\xe3\x4b\xaa\x96\x82\x28\x63\x30\x75\xfd\xff\xfb\xe6\x1d\ \x21\x20\x84\x0b\x02\xc7\x98\xfb\x7c\xa8\xa5\x05\x75\x76\x42\x5f\ \x1f\xea\x1f\x00\x4d\x8d\x4c\x5d\x07\x59\xe6\x9e\x28\x88\x8b\xe3\ \xc9\xc9\x3c\x23\x03\xc5\xc4\x20\xc6\x90\x69\x02\xa5\x60\xf9\x59\ \x3f\x27\xf7\x02\x07\x40\x20\x0a\x02\x63\x9c\x32\x86\x00\x28\x35\ \x1b\xea\xeb\x15\x25\x54\x5c\x32\x0a\x4e\x37\x91\xe1\xac\x5e\x37\ \xc5\x18\x8b\x8d\x8b\x33\x0c\xbd\xfa\xd8\x91\xe1\x6b\x3f\xf8\x29\ \xce\x56\x8b\xb3\xc1\x48\x90\x65\x00\xc0\x5e\x5f\x6c\x45\x45\x62\ \xe5\xe1\x98\xf2\x72\xdc\xdb\x07\x9a\x06\xba\x0e\xa6\x39\xb8\x43\ \x69\xe4\x5f\x41\x00\x49\x02\x59\x66\xf1\x71\xde\xd1\xa3\x7b\x4a\ \x47\xf6\x8d\x2a\xe5\xb1\x31\x00\x80\x34\xcd\xca\xc9\xcf\xb8\x1b\ \x01\x43\xb6\xf5\x89\xca\xc2\x38\x77\x3a\x9d\xf9\x05\x23\x10\x42\ \xa7\xf5\xf4\x9d\xd5\xf6\x42\x04\x42\x88\x61\x18\xd4\xf2\xc0\x9d\ \xb5\x08\x02\x88\x22\xae\xa9\x16\x5f\x7d\x5d\x78\xfb\x6d\xa1\xbe\ \x1e\xd2\x52\x79\xe9\x68\x3a\x75\x0a\x1b\x31\x82\xa7\xa7\xb3\xe4\ \x64\xf0\x78\xb8\x24\x21\x5d\x07\x7f\x3f\xee\xea\x44\xad\xad\xb8\ \xba\x9a\xec\xda\x85\x2a\x2a\xa0\xad\xdd\xcc\xcd\x35\xaf\xba\xd2\ \xb8\xfe\x3a\x96\x5f\x00\x86\x01\xa6\x35\xcb\xf3\x73\xb7\x23\x44\ \x51\xfc\x28\x51\xf8\x6a\xe8\x82\xc5\x59\x8d\x24\x81\xa2\x48\xcf\ \x3c\x23\xfd\xeb\x11\xd4\xdd\x4d\x17\x2c\xd0\xaf\xb9\x9a\x4e\x9d\ \xca\x93\x93\xb9\xd3\x39\xd8\x41\x88\xf4\x11\x22\xc6\x02\x46\x80\ \x09\x27\x04\x04\x01\x85\x42\xa8\xb3\x93\xec\xda\x25\xbd\xfe\x26\ \x59\xbb\x96\x27\x27\xea\xf7\xde\xab\xdf\x76\x1b\xd8\xed\xa0\xeb\ \x56\xd6\x7e\x99\xc2\x61\xe9\x82\xc5\xa7\xc7\x66\xc3\xb5\xb5\xf2\ \x8f\x7f\x22\xac\x58\x61\x2e\x5a\xa4\x7f\xff\xfb\x74\xfa\x34\x6e\ \xb7\x23\xd3\x04\xc3\x80\xff\x3a\x14\x8d\x31\x88\x22\x17\x04\x14\ \x56\xc8\xce\x1d\xd2\xdf\xff\x21\xac\x5e\x6d\x5e\x7c\xb1\xf6\xa7\ \x07\x59\x7e\x3e\xa8\xaa\x95\xc1\x96\x2e\x58\x7c\xf5\x2c\x05\x7c\ \xec\x98\xfd\xae\x6f\xa3\x63\x47\xb5\xdf\xfe\xd6\xb8\xe1\x46\x70\ \x39\x41\x55\x3f\x8d\xfb\x10\x21\xb0\xd9\x20\x18\x14\x5f\x7e\x59\ \xfe\xbf\x5f\xf1\xa2\x22\xe5\x89\xc7\xd9\x88\x42\xcb\x6a\xf8\xff\ \x48\x17\x30\x26\xc0\xe9\x17\x1e\x79\x04\x61\x8c\x86\x56\x9e\x7f\ \x51\xf7\xe3\x5f\xfa\x5c\x66\x8c\x80\xf3\x4f\xb0\xfc\xea\x63\xce\ \x3f\xe9\x4f\x92\x84\x7c\x3e\xdb\x0d\x37\x90\xc3\x47\x94\x67\x9e\ \xa1\x17\x5e\x00\x8a\x32\xe4\x17\x40\x08\xa3\x4f\x91\xd9\x82\x00\ \x76\x1b\x59\xbe\xd2\x7e\xdb\x6d\x74\xd4\x28\xf5\xd5\x57\xb8\xc7\ \x03\x86\x15\xef\xf7\xcb\x28\x36\x5f\x74\xed\x04\xae\x84\x83\xaa\ \xc9\xbf\xe0\x71\x04\x84\xb8\xa9\xa9\x5f\x58\x1c\x24\x84\x10\x33\ \x75\xd5\xf8\xc4\xbe\x52\x0e\x20\x89\x48\x26\x9f\x48\x80\x90\x5d\ \x44\x1f\xf5\x20\x35\x93\x0f\x4f\x04\x21\xc8\x2e\x9e\x1a\xfd\x82\ \xe0\x13\x9e\xea\x53\xce\x3f\xe9\x52\x06\x37\x8f\x87\xfe\x01\x42\ \xc4\x47\x1e\x15\x36\x6f\x51\x1f\x7e\x98\x9e\x7f\x1e\x04\x83\xc3\ \x9c\x85\x08\xb8\xa1\x69\x14\xd9\x1d\x88\x7c\x92\xe7\x6c\x9a\x10\ \x0c\xd1\x45\xe7\xab\x0f\x3f\x2c\x6c\xde\x2c\x3e\xf2\x28\x08\x82\ \xb5\x3f\xc0\xd9\xa4\x0b\x08\x89\x92\x24\x0a\x24\x02\xfe\xac\x1e\ \x0d\x12\x44\xf0\xbf\xfb\xca\x33\x5b\x9a\x15\x59\x38\xa3\x8b\x62\ \x2c\x0a\x58\x24\x58\x14\x89\x14\x89\xe6\x42\xb0\x24\x10\x91\x60\ \x49\xc0\x83\x97\x40\x58\x10\x05\x9b\x80\x87\x2a\x13\x22\x58\x12\ \xb0\x88\x8f\x97\x4a\x4c\x44\xd3\x57\xf7\xca\x0b\x4b\x5b\x82\xa2\ \x5d\x92\x09\x16\x05\x22\x13\x84\x00\x00\x61\x51\x20\x22\xc1\xa2\ \x40\xc4\xe3\xb1\x95\x4e\xbd\x1a\x3e\xe9\x6a\x88\x10\x49\xc0\x02\ \x21\xd2\xf1\x73\x10\xc6\xa2\x28\xd8\xc8\x50\xdd\x44\x44\x82\x81\ \xb5\x6f\x3d\xbf\xa3\xc1\x6f\xb7\x09\x12\x19\xde\x22\x7e\x6c\x9d\ \x47\x20\x22\x5e\x51\xad\xec\xe8\xa4\xf8\xcc\x32\x1d\x21\x50\xfc\ \xfa\x9a\xa3\x5a\x10\xe0\x94\x6f\x20\x82\x68\xc0\x78\x7d\x47\xb8\ \xc3\x80\x48\xd2\x09\x41\x3d\x5d\xda\xaa\x2a\x5d\x83\x93\xc2\x80\ \xf6\x87\xb8\xce\x01\x21\x60\x21\xfd\x95\x5d\xe1\x56\x03\x4e\x79\ \x38\x08\x03\x52\xcd\xb7\x77\x84\xea\xc2\x5c\x40\x00\x84\xa0\x9a\ \x1a\xe9\xc9\x27\xcd\xab\xae\x32\xaf\xb9\xfa\x94\xbe\x83\x20\x09\ \x35\x5b\x96\x2d\x59\xb3\x39\xb0\x71\x95\xda\xa9\x7c\x32\x69\xe0\ \x1c\x54\xd5\xbc\xf6\x1a\xf3\xca\x2b\xa5\x27\x9f\x44\xb5\xb5\x40\ \x88\x55\x4b\xbf\x78\x84\xd3\xb5\x3f\x04\x85\x3a\x5f\x7f\xec\x91\ \x72\xcd\xe5\x12\x41\x65\x8e\x19\x8b\x6e\xb8\x64\x66\x86\xa1\x28\ \x8a\x4e\x65\xbb\x1d\x53\x5d\x31\xb8\xdd\x61\x17\x09\xa2\x86\xae\ \xa8\x1a\x47\x82\xcd\x6e\x13\x30\xe2\x8c\x9a\x26\x23\xa2\x88\x81\ \x69\xaa\xa2\x9b\x4c\x90\x6c\x36\x49\x44\x08\x98\xa9\xab\x3a\x43\ \x5c\xef\xee\xec\x92\x8c\xc8\x04\x61\xc1\x66\xb7\x09\x88\xeb\xaa\ \xa2\x1a\x4c\xb2\xdb\x09\x33\x54\xcd\x18\x2a\xb4\x18\x93\xfe\x9e\ \x8d\xdb\xaa\x57\xf7\x29\xaa\x3b\x6e\xf6\xdc\x91\x97\xc6\xdb\x84\ \xde\xce\x15\x1b\xab\xd6\x84\x78\xd4\xc8\xa2\xdb\xc6\x27\x67\x21\ \xce\xa9\xde\xbe\xb3\xe2\xf1\xbe\xa8\x8b\xcf\x2b\x98\x06\x4c\x27\ \x18\xfb\xbd\xdb\xca\xea\x36\xf5\x52\xf7\xe4\x31\xdf\xce\xb2\x21\ \x4c\x70\x43\xe5\xb6\x63\x03\xce\x73\xd1\xfe\xe5\x5b\x97\x74\x29\ \x21\x7b\xd4\xa4\x39\xa5\x57\x27\xda\x1c\x4a\x60\xdf\x96\xf2\x57\ \xda\x15\xc8\xcc\xba\x7a\x56\xfe\x64\x81\x03\x33\x3b\xf7\x1c\x7a\ \xb6\x93\x4c\x5f\x34\xfa\x1c\x44\x75\x4c\x84\x01\xef\xee\x83\xf5\ \xeb\xda\x54\xf7\xf4\xd2\x6f\xe6\xc5\xb8\x5a\x9a\x5e\xdf\x5c\xb3\ \xcd\x14\x52\xc7\x8f\xbc\xbd\x24\x36\x9e\x03\x18\xe1\x9a\x4d\xe5\ \x4f\xb3\xb4\x5b\xcf\xcd\x28\xa2\x4c\x27\xa2\x10\x6c\x3c\xb6\xe3\ \x50\xef\x8d\xe7\x46\xbd\xb9\xd1\xef\x8f\xb3\xdd\x56\x22\xea\x26\ \x97\x05\xd8\x7d\x60\x60\xad\x2e\x7d\x77\x92\xcd\x81\x41\x16\x10\ \x01\xae\x9b\x5c\x33\x01\x13\x64\x13\x81\x60\x00\x03\xbc\xfd\xa6\ \x9f\x88\x84\x20\x99\x80\x6a\x70\x8e\xc0\x2e\x22\xdd\xe0\x0c\x21\ \xbb\x08\x18\x21\x46\xb9\xc9\x41\x24\x08\x38\xd7\x19\x28\xfd\xfa\ \xf2\x0a\x56\x94\x2f\xc7\x0a\x20\x10\x04\x8c\x2b\x06\x37\x39\x60\ \x04\x4c\x63\x8d\xbd\x14\x04\xe4\x90\x41\x37\x38\x03\xd0\x54\xd6\ \xda\x8f\x18\x80\x28\x20\x89\x20\x84\x21\xd0\xa9\x3c\xb7\xd7\xb8\ \x71\x51\x54\x26\x81\x7e\x1f\x6b\xe8\xa3\x48\x26\x76\x89\x69\x3a\ \xd7\xd9\xa0\x9a\x38\x6c\x98\x2b\x46\x4b\x2f\x2d\xa2\x80\x09\x72\ \x38\x6c\xb0\x71\x3d\x84\x42\xe6\xb7\x6e\xb3\x4b\x44\xd7\x98\x09\ \x20\x8b\x08\x31\xae\x32\x22\x98\xdd\x5b\xb7\x97\xdb\x66\x5f\x8a\ \x5b\xca\x8c\xd4\x89\x76\x22\x22\x9b\x84\x30\x02\x6a\x32\x55\xe5\ \x8c\x03\x00\x12\x6d\x58\x16\x01\x38\x37\x34\xa6\xe9\x27\x4d\x43\ \x61\x8c\x63\xac\xdf\x76\xab\x7d\xd9\x32\x61\xdd\x7a\xfd\xdb\x77\ \x21\x6b\xd8\xf2\x6c\xd0\x05\x40\x08\xcc\x70\x63\x73\x78\xe2\x37\ \xbe\x75\x4e\x61\x94\xaa\x31\x97\xcb\xb6\x63\xc5\x7b\x5a\xea\xc4\ \xb9\x63\xe2\x0e\x6e\x5a\xd9\x1b\x35\x7a\x66\x1e\x5e\xf7\xce\xe6\ \xc6\x1e\x35\xa5\x70\xfc\x9c\x69\xa5\x24\xd0\xb9\x7d\xe3\xce\x9a\ \x8e\x7e\xc9\x93\x5a\x94\x1b\xdb\x7c\xa4\xaa\x1f\xc7\x4e\x3f\x67\ \x4e\x5e\x82\xbd\xab\xe6\xc0\xce\xb2\x23\x7e\x85\xc6\xe7\x8c\x99\ \x3d\x6d\x7c\x2c\x46\x11\x03\x04\x0b\x22\xed\x6d\x5e\xbd\x6c\x6b\ \x6b\x58\x1e\x3b\x73\xde\x84\x1c\xd7\xc1\x0d\xcb\xbd\x9e\xc2\x19\ \x63\xb2\xc1\x8c\x98\xab\x08\x01\x0d\x69\x5a\x6a\xfa\x25\x93\x5c\ \x78\xcb\xee\x7f\xec\x89\x2a\xb9\x30\x4b\xd8\x50\xf6\xa6\x27\xff\ \x9e\x09\xe4\xe0\x07\x07\x9f\x88\x9b\xfb\xa7\x2c\x7a\x70\xe3\xa1\ \x17\x8f\xf5\x1c\x8b\xca\x9d\x0b\x48\x10\x08\xf7\x75\xad\x58\x5f\ \xbd\x3f\x33\xf3\xa2\x31\xf1\x59\x6e\x19\x51\x8e\x04\x3e\xb0\x7f\ \x5f\x53\xc1\xb8\x9b\xa3\x51\x53\x4c\xf2\xc5\x63\xa3\xc5\xed\xfb\ \x1e\xde\x58\x3f\xea\xc6\x51\x45\x9b\x0f\x3e\xd9\xeb\xbc\x70\x51\ \x81\xb4\x7a\xdf\x13\xfb\x3d\xf9\xd3\x3c\xbd\x6b\xf7\x3f\xdf\xd8\ \x73\xc4\x96\x38\x0a\x10\xc6\x58\x0a\xf5\xae\x5d\x77\x64\x5b\x5a\ \xd6\x85\x0b\xe3\xf2\x3d\xce\x68\xc5\xbb\x7e\x5d\xc5\xda\xbc\xd2\ \xfb\xe2\x82\x2b\x37\x1e\x78\x2e\x71\xee\x2f\xdd\x81\xf5\x6b\x0f\ \xbf\x5d\xd7\x53\x9b\x1e\xaf\x44\x66\x5e\x09\x88\xd5\x96\xef\x45\ \x39\x63\x0b\xe2\x1d\x2b\x37\xfa\x77\xd4\xb3\x39\xb9\x9e\x11\x36\ \xa4\x0c\x68\x4b\xf7\x2a\x6d\x29\xc4\x04\xa4\xf8\xb5\xf7\xaa\xf5\ \x7e\x8a\x46\xe6\xda\x26\x26\x93\x01\xbf\xb1\xbe\x5e\x6f\x0f\xc3\ \x88\x5c\x39\x39\x51\xf4\x38\x71\xc8\xab\xef\xe9\xe2\x93\x0b\x44\ \x49\x63\xeb\xab\x8c\x11\x79\x72\x94\x6e\x6c\xa8\xd3\x3b\x14\x1e\ \x17\x2b\x66\xd8\xe1\x58\xbb\x81\xdd\xe2\xb9\x45\xb2\xc3\x45\xb2\ \xe3\xb0\x87\x40\x5b\xab\xb6\xa9\x49\x37\x65\x71\x4e\xa1\x9c\xee\ \x00\x06\x80\x30\x10\xca\xd6\xed\x0f\x6d\x03\x54\x92\x2b\x4f\x48\ \x22\x2e\x27\xc9\x8d\x43\x32\xe6\xb5\x4d\xda\xfe\x76\xd3\xb0\x09\ \x53\x13\x79\xb7\x57\x7f\x75\x4b\x20\xc7\x23\xce\xc9\x40\xc8\xa4\ \xab\x76\x05\x76\x0b\x68\x4c\x81\xad\x28\x1a\x63\x80\x8e\x4e\x6d\ \x6b\xb3\x09\x94\xf5\x53\x2e\x0b\x48\xf1\x1b\xcb\x0e\x2b\x93\x56\ \xed\x2b\xce\xcd\x0a\x66\x15\x6c\x39\x14\x9c\x98\x89\x93\x24\x5e\ \x59\xa3\x06\xec\xe2\xb4\x6c\x47\xff\xe1\x83\x4d\x5a\xec\x37\x27\ \x16\xe2\x83\x03\x38\xda\x41\x7b\x8e\xf5\x6f\xdd\x63\xf4\xab\x38\ \x3e\xcf\x73\xce\x2c\xd1\x4e\x00\x83\x5e\xb5\x79\x60\x6f\x15\xc3\ \x0e\x5b\xc9\x24\xf7\x98\x7c\x60\x27\xf5\x5d\x90\x69\xd2\x92\x12\ \xc8\xc8\x20\x07\x0f\x82\x20\x58\xb5\xf4\xec\xf1\x2f\x20\x49\xc2\ \x4a\xc0\xdf\xdb\xdb\xdb\x1f\x50\x44\xa7\xdb\xc1\xda\xde\x7c\xed\ \xad\x9d\x3b\xb7\xbc\xf1\xde\x2e\xe4\x70\x21\x84\xec\x9e\xa4\xbc\ \xac\xe8\x7d\xef\xbf\xba\xba\xac\xd3\xec\x3b\xf6\xf6\x92\xad\xe0\ \x49\x0c\x1e\x5d\xfb\xf8\xd3\x6f\x06\xed\x31\x6a\xfd\xd6\xff\xbc\ \xb4\x5e\x21\x42\xe5\xfa\xf7\xd7\x97\xfb\x13\xe3\x1c\xe5\xab\x9f\ \x7b\x7c\xc9\x76\x03\x4b\x08\x10\xc2\x02\x84\xda\xdf\x7c\xee\xf9\ \x6a\x2d\x2e\x2b\x6a\xe0\xed\x67\x5f\x38\xec\x35\xba\xaa\x0e\x1e\ \x6e\xe8\x81\x13\xbd\x16\x4e\x19\xa4\x65\x5c\x30\x29\xe7\x9c\xcc\ \x84\xe2\x58\x87\x53\x16\x6d\x5e\xef\x21\x2f\x2a\x9d\x9c\x33\xb3\ \x30\xfb\x8a\x1c\xa1\xa7\xa9\xa7\x1e\xd9\xb2\x26\x8f\xb9\x6f\x4e\ \xfe\x64\x81\x51\x40\x18\xb3\xbe\x8a\xea\xd7\x3b\xc3\xc1\xb6\xd6\ \x77\x77\xd6\xed\x0c\x33\x4c\x04\x49\x6d\xaf\xa8\xf2\x4b\x63\xc7\ \x65\xc5\xc5\x2c\x9c\x9a\x3f\x2f\x2b\xa1\x24\xda\x1e\x2b\x13\x9b\ \x11\x3e\x5c\x17\x96\xc6\x14\x5c\x9c\x93\x7e\x5e\x69\x42\x5c\x43\ \x5b\x15\x17\x93\xc6\x8f\xfe\xc1\xb9\x79\x93\x45\x64\x72\xc0\x02\ \x0a\x1e\xaa\x7e\xa7\x35\x14\xe8\x68\x5d\xbe\xb3\x76\xa3\xc2\x79\ \x4f\x4f\xb9\xe6\x98\x39\x29\x6b\x52\x49\xde\x15\x89\x66\x4d\x8b\ \xbf\x5d\x74\x16\xcf\x1e\xff\xc3\x29\x99\x25\x78\xb0\x70\x63\xd0\ \xfb\xf6\x1f\xea\x1a\x39\x6e\xbc\xcd\xd4\xb0\x2c\x4c\x88\x66\x6b\ \x8e\xea\x44\x82\x9d\x87\x35\x29\xd1\x96\x8b\x58\xd8\xe4\x08\xa3\ \xd8\x68\x21\x4d\x62\x6f\x6e\x0f\x55\x2b\xd0\xd2\xa2\x2e\xad\x31\ \xdd\x2e\xec\x16\xf9\xc1\x63\xe1\x6d\x3d\x4c\xf5\xeb\x2b\x2b\x35\ \x15\x21\xd0\xe8\x07\x65\x6a\xb7\x89\x3a\x9b\xd5\x65\xd5\x66\x7c\ \x14\x3e\x5c\x1e\x7c\xee\x90\x66\x77\xe1\x63\x47\x43\x2f\x56\xe8\ \xce\x38\xdb\x4d\x53\xec\xd8\xaf\x3d\xb6\x23\xac\x3b\x84\x64\xfb\ \x89\x55\x1a\x08\x81\x69\xb2\x20\x43\x76\x6a\xbe\xb8\x31\xb0\xd7\ \xcf\x83\xbd\xfa\xb2\xc3\x3a\x00\x5b\xb9\x5f\xa9\x54\x50\xbc\x0d\ \x21\x00\x51\xc4\x49\x1e\x92\x14\x85\x05\x00\xca\x40\x94\x30\x0e\ \x19\x4f\x6c\x08\xb5\xea\x10\xea\x56\xff\xbd\x35\xe4\x45\x88\x30\ \x16\xd0\x01\x23\x00\x0c\x31\xd1\x52\x62\xa0\xb3\x12\xc7\x55\x92\ \xf8\x7d\xfb\x06\x2a\x7c\x5c\xc6\xf4\x83\x43\x4a\x8d\x8e\x64\xa2\ \x56\x1c\x28\x97\xf3\x27\x65\x3b\x83\x7d\xef\xbd\xa5\xf4\x31\xb3\ \x6a\x45\xdf\xe6\x72\x92\x10\x6f\x1c\x7c\xaf\xfd\x3f\xaf\x99\xc4\ \x6e\x94\x2f\x6b\xff\xcf\x5b\xd4\x9e\x88\xbc\x07\xfa\x96\xae\x34\ \xf1\x87\x1c\x1e\x86\xc1\x13\x13\x59\x7c\x3c\xea\xe8\xb0\x66\xb4\ \x9e\x4d\xba\x80\x89\x40\xfb\x0f\xee\xdc\xb0\x62\xc5\xaa\x75\x9b\ \xf7\x74\x2b\x30\xf6\xfc\x1b\x2f\xce\xe8\xfe\xeb\xdf\x5f\x18\x71\ \xe9\xad\x73\x47\x78\x38\x92\xec\x48\xe9\xee\x0b\x11\xc3\xd7\xde\ \xd2\xaa\x03\x17\x63\xf3\x17\x5c\x74\xf9\x8d\x57\xcd\xf6\xc4\x24\ \xcd\xba\xec\xca\x5b\xaf\x9c\x2f\xb4\x54\x75\x85\x74\x93\x91\xdc\ \x31\x73\x2f\xbb\xf2\xa6\xef\xdd\xbc\xa8\x6f\xd7\xda\x5a\xbf\x4e\ \x30\x10\x42\xfa\x9a\xf6\x6f\xa9\xec\xe6\x46\xc8\x17\xa6\x7d\x6d\ \xc7\xf6\x1c\x0e\x5c\xf8\xbd\x07\xbe\x7d\xc9\x04\xae\xe9\xc3\x47\ \xbd\x19\xe3\xc0\x7c\x7b\xcb\xfe\xda\x6e\x3f\x67\x4a\x56\x91\xa2\ \x78\x99\x14\x85\x11\xa5\x9c\xd8\x25\xa6\xea\x7e\x24\x27\x26\x46\ \xa7\x0b\x11\x8f\x18\xc2\x86\xda\xde\xde\x2f\x8e\x2d\xfe\xd6\xc2\ \xb1\xd7\xf1\xee\x25\x5b\xea\x2a\x6c\x76\xa1\x7a\xff\x41\x33\x7e\ \xf4\xc8\x04\x59\x35\x4c\xc4\x07\x0e\x1c\x7a\xa4\x05\xc6\xce\xce\ \x1b\x63\x68\xdd\x8c\x48\x36\x01\x51\x0a\x0e\xd1\x41\x55\x3f\x17\ \xe2\x53\xa2\xd3\x05\xc4\x39\x00\x42\x22\xe8\x4d\x6d\xe1\x60\x49\ \xf1\x6d\xe7\x8d\xbd\x41\xf0\x2d\xdf\x54\xb7\x3b\x44\x29\x96\xa3\ \x81\x51\x40\x92\x9d\xe8\x61\x3d\x28\xda\x53\x13\xa3\x92\xf0\x90\ \x4b\x4e\x90\x83\x4d\x65\xb5\x8a\x67\xc2\xd8\x74\x35\x68\x84\x80\ \x5c\x30\xda\xd6\xd3\xa2\x1d\x6a\xd4\x76\xf6\xf2\x8b\xc6\xc9\x76\ \xca\x42\x94\x4b\x02\x02\x8d\xf9\x0d\x30\x82\xb4\x63\x80\x51\x06\ \x09\xa9\xd2\x15\x13\x1d\x93\x12\x89\x48\x90\x8c\x87\x79\x13\x11\ \xd8\x25\x44\x10\x18\x14\xe2\x13\xa4\xcb\x27\x3a\x2f\x2e\x12\x5d\ \x51\xe2\x85\x53\x5c\xd7\x8f\x10\xba\x3b\x0c\x05\xa3\x58\x07\xc2\ \x08\x09\x9c\x85\x28\x1a\x93\x2b\xe7\xba\xc1\x64\x91\xdc\x03\xd1\ \x2e\x2c\x9e\xe0\xb8\x61\x8e\x7b\x7e\x02\xdf\xd8\x68\x30\x01\xd9\ \x45\xc4\x39\x98\x04\x4d\x28\x71\x5c\x32\xda\x96\x26\x02\x16\xf0\ \xcc\x91\xf6\xd9\x39\xa2\xc8\xb8\x64\x23\xf3\xc6\x39\x6e\x9e\xee\ \xc8\xa4\x46\x53\x90\x96\xd5\x68\x24\xc1\x71\xcf\x2c\xe7\x55\x63\ \x6c\x59\x4e\xa4\x33\x10\x45\x04\x1a\xd5\x75\xd3\xab\x90\x7e\x51\ \x9e\x91\x06\x95\xdd\x66\xd8\x4f\x83\x08\x4f\x49\x11\x4d\x7f\x47\ \xd9\x91\xee\x31\xe3\x4b\x6c\x98\x63\xbb\x03\x61\xe0\x06\x15\xf3\ \x27\xc5\x5c\x79\x7d\xea\x7d\x77\xa2\xf6\x3d\xc1\xa3\xed\xa1\xf5\ \x1b\xc4\xe9\xd7\x25\x7f\xe3\xba\xd8\x39\xe3\x31\xa1\xa7\x19\xfc\ \xe0\x1c\x44\x09\x44\x11\xa8\xd5\x83\x38\xab\x74\x81\x99\xba\x90\ \xbc\xf8\xc6\xef\xfc\xf4\x67\x3f\xf9\xee\x1d\x57\xa7\xdb\xc0\x60\ \x1c\x88\x0c\x14\x2b\x61\x5d\x20\x7c\xef\xfb\x2f\xbf\xb2\xa1\x3e\ \x31\x3d\x33\x3e\xda\x1e\xf1\xdf\x21\x60\xba\x6a\x32\x62\x23\x40\ \x43\x61\xce\xb1\x20\x8b\x40\x29\xc3\xc7\xa3\xb2\x3b\xa2\x3c\x0e\ \x41\x57\x0c\x0a\x00\x98\x10\xaa\x85\xb8\x3b\x36\x27\x37\x2b\x3d\ \x73\xd4\x6d\xf7\xdc\x73\x6e\x91\xdb\x64\x44\x20\xf8\xe4\xd1\x6f\ \x2c\xa0\xe0\xc1\x8a\xbf\x1e\x52\x72\x2f\x9e\x78\x73\x8c\xc0\x44\ \xc1\x89\xf5\x01\xc6\x09\x46\xa6\xa2\x63\x59\x8c\x42\xdc\x30\xa9\ \xc1\x4f\xb8\xf3\x81\x71\xd1\xe3\x4a\x8b\x8f\x1b\x5f\x1c\x9f\x14\ \x0c\x34\x53\xd5\x5b\x56\xd9\x54\x30\x69\xb4\x93\x20\x82\xb5\xca\ \xca\xbf\xef\xf7\x79\x2e\x98\x72\x57\xbc\xc8\x90\x10\x8d\xa9\xa1\ \x9a\x40\x08\x0f\x1b\x61\x22\x47\x61\x6e\x1a\xd4\x18\x5a\x46\xc2\ \x81\x53\xc0\x4e\x57\x76\x5c\xdc\x98\x11\x29\xf9\x7d\x03\x5d\x92\ \xe8\xe4\x9a\x9f\x63\x02\x5c\x0b\x53\xc9\x26\x38\x39\x37\x4c\x36\ \x14\x3d\x05\x49\xa2\x51\xbe\xb7\x5c\xca\x1c\x3f\xc2\x83\x82\x3a\ \x53\x38\x4a\x4a\xb3\x4d\xf7\xb0\xbf\xad\x0f\x3a\x52\xed\xe3\xe2\ \x31\xe7\x40\x0d\xfa\xd6\xf6\xc0\x0e\x3f\x64\xc4\x08\x1e\x69\x30\ \xaa\x2d\x70\xd0\x4c\x3e\x34\x15\x08\x0d\x06\xc3\x47\xc2\xf1\xc1\ \x82\xa1\x73\xb0\x88\x18\xe5\x8a\xce\x09\x41\x22\x02\xca\xc1\x34\ \xb9\xe0\x16\xbf\xbf\x20\x2a\x45\xd1\xff\xb2\x72\x60\x5d\x3b\x15\ \x87\x59\xdf\x91\x2e\xbd\x53\x42\xc6\xb0\xa5\x49\x18\x01\xa5\x9c\ \x9a\x3c\x72\x43\xca\x61\x68\xac\xc6\x30\x38\x20\x24\x4b\x88\x72\ \x50\x19\xc8\x32\x22\x00\x8c\x03\x42\x20\x73\xfa\xf6\xb6\xe0\x0e\ \x1f\xb7\x27\xc7\x45\x07\xbd\xae\xa0\xb7\x34\xcf\xee\x6d\xd3\x77\ \x35\x99\x38\x46\xcc\x74\x92\xae\xfa\x83\x8d\x90\x3e\xba\x20\x85\ \x9b\xc7\xf3\x04\x21\x84\x10\x30\x40\xce\x18\x41\x12\x59\x50\x61\ \x0a\x08\xd1\xb1\x83\xb1\xae\x4f\xeb\x5e\x15\x04\xd4\xdb\x83\xbc\ \x5e\x88\x89\xb5\xaa\xe8\xd9\x35\x4e\x49\xb5\x40\x7b\x4b\x53\x43\ \x7d\x7d\x5d\x5d\x83\x37\x18\xae\xd9\xbc\x74\x7d\x47\xe2\x2f\x7f\ \x79\x4b\xe3\xaa\xe7\x36\xd7\xf5\xf6\x7b\xfb\x78\x74\xda\xe8\xd2\ \x91\xa9\x71\xb2\x6e\x50\xe0\x54\xd7\x4d\x0e\x00\x9c\xea\x86\xc1\ \x00\x01\x67\x86\x6e\x70\x40\x04\x68\x67\x7d\x65\x55\x4d\xd5\xaa\ \x95\xeb\x06\xa2\x8b\x73\xe3\x5c\x4c\x51\x5b\xea\x5b\x9c\x69\xa5\ \x59\xb8\xbf\x33\x80\x33\xb2\x33\x62\x3d\xd1\x89\xb1\x64\xff\xaa\ \x25\xab\xf7\xd6\x21\x49\x1c\xda\x0b\x82\x10\xb1\xb3\xe9\xa5\xad\ \xad\xa1\xa9\x45\x8b\x88\xda\xd4\x1d\x0c\xc6\xc6\x8d\x8d\xe5\x15\ \xbb\x1b\xb6\x56\x37\x2c\xad\x37\xe3\xb3\xe2\x33\x23\x4d\x0a\x63\ \x86\xc9\x28\xe7\x5c\x94\xd3\xd2\xa3\xf5\xb2\xba\x0f\x5a\xbb\x76\ \x97\xf7\x74\x27\x26\x8f\x0e\xb5\x94\x1f\xf1\x45\x4f\x2c\xca\x24\ \x1c\xf5\x75\xbc\xb5\xa1\xb1\x6d\x5c\xf1\xa5\xb2\xd1\xd6\x17\xea\ \x13\x1c\x23\x73\x1d\x5a\x79\xcd\xfb\x0d\xad\x6b\x2a\x7b\xfa\x72\ \xd2\x0a\x11\x63\x00\xc0\x23\x57\x03\x03\xa4\xac\x2c\x87\xe3\x68\ \xcd\x7b\x6d\xdd\x7b\x8f\xb4\xd5\x26\xc6\xe4\x67\x24\x95\x4a\xe1\ \xed\xfb\x9a\xf6\x1e\xa9\x7b\xa7\x5b\xc8\x4f\x8f\x8e\xe7\x8c\x02\ \x00\x63\x3a\x65\x0c\x11\x11\x05\xdb\xcb\x8e\x76\x8e\x9a\x32\x4a\ \xe6\x4c\x31\x79\x88\x71\x8a\xf0\x8c\x42\x29\x25\x4a\x98\x99\x2f\ \x3a\x31\x50\x93\x87\x74\xde\x15\xe2\xb1\x71\xc2\xa8\x54\x21\x9a\ \x80\xc9\x81\x31\xae\x1f\xef\x62\x53\xca\x75\x93\x7b\x62\x08\x53\ \xf4\x75\xb5\x7a\x93\x97\xfa\xf5\xc1\x0d\x41\x22\xe3\x9e\xfc\xf8\ \xc9\xfc\xf8\x11\x84\xc0\xd4\x58\xb7\x81\xe6\x8e\xb6\x8f\xe0\xe6\ \x81\x4e\xca\x8e\x2f\x32\xd3\x34\xd6\xe2\xa5\x15\xd5\xca\x9a\x66\ \x3e\x3e\x45\x10\x38\x44\xbe\x6b\x50\x1e\x09\x82\x21\xda\x10\xd5\ \xd9\xbe\x46\xa3\xbe\x8f\x86\x18\x98\x74\x50\x29\x0c\xca\x35\x86\ \x46\x67\x08\xdd\x4d\xca\xca\x3a\xa3\xd9\xc7\xfc\x1a\x20\xc6\xbb\ \x82\x34\x3e\x16\x93\xd2\x92\x38\x6f\x7b\x6c\x4f\x7b\x6a\xb6\x2b\ \xcb\xd4\x9e\xa9\xd0\x8b\x32\x64\x8f\x44\x0f\xef\x3e\x14\x93\x3f\ \x2e\xdb\x83\x86\x42\x6c\x20\x02\x46\x5b\x8d\x72\xe4\x58\x60\xc5\ \xdb\xaa\xee\xb2\x17\x65\xd8\x8a\x93\x43\x9b\x96\x05\x8e\xd6\x28\ \xb5\xcd\x5c\x87\x0f\x8f\x44\x72\x51\xc4\xad\xad\xa8\xbd\x9d\x16\ \x17\x9f\xe2\x7a\xb0\xf8\xf2\xfc\x8e\x9c\x83\xe0\xcc\xce\x72\x1f\ \xda\xb4\xb4\x6e\x07\xd2\x55\x34\x72\xea\x24\xe8\x0e\xce\xb8\xe8\ \xb2\xb1\xe3\x13\x02\x47\xab\xf6\xef\x6e\xb8\xe1\x92\xab\x5b\x5f\ \x7d\xf7\x91\x7f\x56\x98\x86\x7b\xfa\xd4\x24\x22\xf6\x64\x67\x27\ \x4b\x88\x21\xc9\x93\x9d\x99\x66\x07\x13\x64\x77\x66\x4e\xba\x9d\ \x00\x26\xc8\xdf\x5a\xf1\xe6\x4b\x47\x35\x39\xfd\x1b\xb7\x5c\xec\ \x91\x9d\xf3\x66\x8d\x5d\x56\x5b\xe6\x9b\x7d\xcd\xb7\xef\xb8\xf4\ \xd5\x65\xcb\x1f\xdf\x05\xc9\x79\x93\xbf\x91\x73\x4e\x77\x43\x75\ \x43\x52\xea\x39\x18\x1f\x5f\xfe\x85\x30\xd2\xfc\x61\xc3\x21\xa8\ \x07\x2b\x1f\x35\xcd\xb0\x27\xed\xb2\x85\x85\xe7\x9c\x3b\xee\x9a\ \x8d\x55\xaf\x6e\xe1\x51\x93\xc7\xde\x99\xed\x20\x06\xa3\x22\x02\ \x87\x23\x33\x91\x45\x03\x33\x28\x8e\x99\x34\xf6\x7b\x4a\xe5\x1b\ \xcb\xf7\x6d\x4b\x48\xbd\x6e\x76\x4e\xc1\xb1\x25\x4b\xc5\xec\x51\ \xb9\x89\xb2\x69\x9a\x61\xd5\x2b\x49\xe4\x48\xd5\xe3\xe5\x54\x8d\ \x8e\x5d\x30\x7f\xcc\x85\xd3\xc6\xde\xb1\xa9\xfc\xd5\xd5\x15\x90\ \x51\x70\xd7\x84\xc4\x24\x93\x19\x08\x61\xd9\x91\x91\x88\xe2\x80\ \x19\x26\x73\x4d\x18\x73\xb7\x5a\xf1\xea\x8a\x7d\xfb\x63\x12\xae\ \x98\x95\x31\x42\x94\xf8\xb9\xa5\xcd\x5b\x6b\x9e\xa8\x17\x52\xe6\ \x8e\xbf\x3d\x49\x62\x26\xe3\x18\x21\x97\x2b\x37\xce\xee\xc4\x98\ \x77\x37\x54\x34\x1a\x69\xe7\xe7\x26\x51\x4a\x11\x41\x99\xf1\x82\ \xcc\xb9\x2d\xde\xf6\x93\xf3\x64\x49\x42\xba\x86\x33\xe2\x30\x12\ \xc9\x95\xe3\xed\xaf\x57\x84\xff\xd9\x00\x86\x4b\xc8\x70\x02\x72\ \x90\x2c\x86\x81\x03\xe3\x10\xeb\x11\x90\x8c\xc4\x68\xe9\xba\xb1\ \xe6\xbb\x15\xa1\x2a\xcc\xe3\xd3\xe5\x44\x09\x42\x0e\x92\x19\x8d\ \x39\x07\x9b\x83\x64\x47\x63\xc4\x41\x72\x90\xcc\x18\x8c\x39\x70\ \x84\xb8\x41\x37\x1d\x54\xda\x55\xee\x8c\xb5\x2d\x2e\x10\x11\xe5\ \x14\x90\xe0\x24\xa5\xc9\x78\xe3\xbe\x20\xc6\x68\xc2\x78\xe7\x82\ \x34\xdc\xa5\xa2\xac\x18\x0c\x00\xa9\xb1\x42\x9c\x04\x94\x72\xe2\ \x92\x2e\x2b\x32\xdf\x3b\x14\x6c\x4e\x92\xaf\x2c\x26\x39\x71\x82\ \x1d\x01\x05\x94\x1a\x2b\xb8\x11\xa4\xe5\x38\x6e\x56\xc2\xab\x0e\ \x84\x76\x00\x8f\x49\x96\xe2\x9c\xc2\xe5\xe3\x1d\x2f\x57\xf5\xbf\ \xe5\x9c\xf8\x0d\x08\xb9\x3f\x58\x6a\xce\xfa\xf5\x9c\x6c\x61\x7d\ \x39\x1f\x9d\x66\x43\xfe\xba\xbd\x0d\xa1\x51\xd7\x8f\x16\x4c\x43\ \x17\xc8\xa0\x9d\x43\x04\xee\x3b\xe6\x7b\xf3\x19\x66\xc8\x71\xb7\ \xdc\x61\x8f\xc2\x70\xfe\xb7\x62\xc3\x2f\xfb\x5e\x7a\x1e\x29\xcd\ \x1c\x8f\x44\xa7\x74\x24\x10\x02\x8c\xc5\x25\x4b\x20\x18\xa4\x73\ \x66\x23\x6b\xca\xe3\x97\xc1\x47\xc5\x6b\x42\xa2\x24\x21\x36\x38\ \x2b\x91\x31\x86\x30\xc1\x40\x0d\x93\x0b\x92\x08\xd4\x64\x80\x05\ \x82\x18\x65\x88\x10\xa0\xa6\xc1\x90\x24\x62\x43\xd7\x39\x12\x24\ \x11\x9b\xba\xce\x90\x20\x89\x22\x26\xea\x7b\x7f\xfd\x63\x55\xd2\ \xe5\xbf\xb8\x65\x9c\xae\x51\x4e\x4d\x83\x32\x41\x94\x30\x50\xdd\ \xa0\x44\x94\xc8\xe0\xac\x38\x6e\x9a\x54\x10\x25\xc4\xa9\x61\xd2\ \x93\xe7\x2f\x48\x04\x01\xe3\x0c\x00\x38\xa7\x8c\x73\x8c\x25\x8c\ \x38\x07\x8c\x38\x35\x99\x39\x74\x1a\x86\xc8\x47\x84\xb0\x28\x20\ \xc4\x38\x47\x58\x24\x46\xd3\xbf\x7e\xfb\x8f\x98\x0b\x7f\x70\xcb\ \x8c\xc4\xb0\x46\x8f\xff\x29\x72\x35\xc6\x38\x43\x58\x24\x08\x45\ \x36\xbe\xa4\xc7\xfb\x23\x08\x4b\x04\x31\x93\x9a\x91\x09\x0e\xe4\ \xf8\x0e\x7f\x8c\xe9\x8c\x23\x42\x44\x04\x1c\x00\x03\x37\xcd\xe3\ \xad\x59\x24\x01\x98\xd0\x8d\xcf\xfc\x61\x0b\x99\xf3\xb3\xdb\x16\ \x60\x55\xe1\x08\x44\x82\x0c\x93\x73\x00\x82\x81\x31\xe0\x00\xa2\ \x80\x28\xe5\x08\x23\x02\x40\x39\x27\x18\x51\xca\x39\x42\x02\xe2\ \x3a\x05\x0e\x10\xb9\x9f\xc1\x40\x20\x08\x03\x30\x00\x82\x40\x37\ \x39\xc2\x83\xe7\xe0\xe3\x6f\x10\x46\x22\x3a\x61\x68\x44\xf6\xa8\ \xc2\x78\x70\x20\x33\xd2\x1b\x91\x08\x8a\x6c\xec\x89\x01\x0c\xca\ \x01\x83\x88\x40\xa7\x20\x0a\x88\x1f\x3f\x4d\x24\x08\x01\x30\xce\ \x29\x07\x91\x20\xd3\xe4\x14\x40\x12\x10\xa3\x9c\x72\x10\x05\x04\ \x91\x2b\x20\x30\x4c\x8e\x09\x22\x08\x99\x08\xdb\xae\xbf\x91\x6c\ \xdd\xda\xfd\xfe\xea\xcd\x66\x6e\x13\x67\xdf\x9d\x15\xd5\xba\xe1\ \xa5\xbf\xad\xf4\xff\xe8\x57\x77\x27\xb0\x80\x5a\xb9\xa6\xfd\xe5\ \x4d\xf1\x3f\xff\xa7\x78\xe0\x4f\x9d\x87\xb3\x32\x7f\x72\x1b\x31\ \x55\xce\x28\x98\x94\xf6\x77\xea\x5e\x9d\x44\x09\xa1\xa5\x8f\x07\ \xe8\xb4\xf4\x7b\x2f\x45\xfa\xb0\xe5\xd5\x4e\x07\x3e\x58\xee\x58\ \xb8\xd0\x9c\x33\x47\x7d\xf9\x25\x2b\x2e\xc3\x59\x63\x2f\x40\x64\ \x5c\xf9\xe4\x95\xf0\x6c\xb0\x06\x98\x83\xfa\xcd\x06\x8b\xe3\xf1\ \xe5\xcf\xba\x4e\x01\x10\x70\x3a\xec\x0d\x17\x25\x88\x4b\xcb\x4a\ \xf3\xc8\x9a\xa6\x1b\xc7\xcb\xaf\x69\x0c\xb6\x00\x74\xe8\xd0\xc9\ \xc7\x4f\xbe\xad\xce\xfe\xdb\x91\x61\x07\x51\xa4\x17\x60\x0c\x8a\ \x1b\xd6\x7a\xda\x84\xb4\x92\x69\xa5\x89\xba\x4e\x87\xff\x69\x58\ \xdf\xfb\x34\x3b\xb7\x70\xa6\x9b\x1f\x79\x02\xa7\xf4\x23\xd2\x89\ \xb0\xa0\xfb\x7b\x68\xf2\x8c\x69\x63\x6d\x54\x53\x01\x80\x83\x7e\ \xbc\x97\x3d\x34\x46\x30\x18\xc9\x95\x0e\x4e\x2b\x1c\x94\x5e\xce\ \xf5\xe3\x6e\x85\xa1\xed\x36\x4f\xbc\x39\xee\x26\xd0\x8f\xfb\x62\ \xf5\x93\x8f\x0c\x9e\x16\xb9\xc5\xf0\x39\x9d\x27\x12\x70\xfc\x20\ \x03\x7d\x78\x32\x8e\x77\x19\x86\xde\x47\xce\x47\xc3\x4e\x30\x4e\ \xbe\x02\xa5\x9c\x02\x07\x9b\xa4\x3e\xf0\x80\xe3\xb2\x4b\x7a\xbe\ \x71\x6f\xd7\x1f\x9f\xbe\xf2\xe2\x42\xa2\x07\xdb\x7c\xea\xc8\x59\ \x33\x13\xed\x82\x5e\x57\xd6\xfb\xee\x2e\xc7\xb9\xd7\xbb\x92\x44\ \xdd\x93\x61\x4b\x8d\xe3\xba\xc6\x4d\x8d\x73\x40\xa2\xc0\xfa\x6a\ \x7c\x6f\x6f\xa0\x14\x70\xfc\xc8\xc4\x6b\x16\xe0\x13\xee\x21\x00\ \x87\x1d\x35\x36\xd9\xee\xbb\x0f\x6c\xb2\xfe\xc0\x03\x20\x08\xd6\ \x9a\xeb\xb3\xc9\x5e\xf8\x0c\x85\x47\x94\x30\x37\x75\xf3\x4b\x0a\ \x70\x86\xb0\x24\x09\x54\xd7\xe9\x17\x35\x01\x5a\x90\x24\x44\x0d\ \xe3\x6b\x1f\xd0\x0d\x21\x90\x24\xe1\x9d\x77\xec\xdf\xb9\x1b\x46\ \x8f\x54\xff\xf1\x4f\xbd\x74\x0c\x61\x5c\xa4\x9a\xa6\x19\x80\x09\ \x12\x45\x04\x8c\xe9\x3a\x10\x19\x13\xc6\x74\xe3\xc4\x88\x23\x26\ \x48\x20\xc0\x01\x61\xc4\x4d\x83\x47\xf2\x4a\x14\x41\x96\xf1\xc1\ \x32\xdb\xbd\xdf\x23\x47\x8e\x28\xff\x79\xdc\xbc\xf4\x52\xd0\x75\ \xcb\x58\xf8\x7a\xea\x82\xc5\xd7\xd7\x67\x8d\x41\x10\x84\xf7\x96\ \xd9\xee\xbb\x0f\x0c\x43\x7b\xe0\x01\xf3\x9a\x6b\x58\x62\x3c\x32\ \xcc\x4f\xb6\xd8\x49\x14\xb9\x20\xe2\x9e\x6e\xe1\xf5\x37\xe4\x3f\ \xfe\x11\x64\x59\xfd\xfb\xdf\xcc\xc5\x8b\xc1\x34\x81\x59\xf1\x32\ \x2d\x5d\xb0\xf8\x2a\x4a\x83\x28\xe2\xf2\x0a\xdb\x2f\x7e\x4e\xd6\ \xae\x63\xa3\x47\x1b\xdf\xbc\xc5\xb8\xe8\x22\x9e\x91\xc1\x31\x46\ \x9c\x03\xa5\xc0\x18\x30\x76\x22\x2e\x0b\x42\x80\x31\x60\x0c\x84\ \x44\x7c\x36\xa8\xa5\x45\x7c\x7f\xb9\xf8\xdc\x73\xb8\xbc\x9c\x2e\ \x5c\xa8\xfe\xe1\xf7\xac\xb4\xf4\x8c\xc2\x37\x58\x58\xba\x60\x71\ \xf6\x62\xb7\xc3\xc0\x80\xb8\x6c\x99\xf8\x9f\x27\x48\x79\x39\x77\ \x39\xcd\x85\x0b\xe9\xac\xd9\x74\xec\x58\x9e\x10\xcf\xa3\xa2\xc0\ \xe5\xe2\x36\x1b\x20\x0c\x9c\x21\x55\x85\x60\x10\x0d\x0c\xa0\x9e\ \x5e\x72\xb0\x8c\x6c\xd9\x2a\xac\x5d\x83\x02\x41\x3a\x76\x8c\x71\ \xd7\x5d\xc6\xe2\xc5\xe0\x76\x83\xa2\x58\x99\x6a\xe9\x82\xc5\x57\ \x1f\x42\x40\x96\x51\x5f\x1f\xde\xbb\x57\x5c\xb2\x94\xec\xdc\x89\ \x8f\x1d\xe3\x4e\x27\x4f\x4e\xe1\x71\x31\xdc\xe3\x01\x87\x13\x44\ \x01\x0c\x13\x42\x61\x34\xd0\x8f\xfa\xbc\xa8\xb3\x03\x85\x42\xac\ \xa8\x88\x4e\x9d\x6a\x5c\x71\x05\x9b\x3c\x91\xc7\xc6\x81\xa6\x81\ \x15\xc8\xd3\xd2\x05\x8b\xaf\x15\x82\xc0\x65\x19\xe9\x3a\x1a\x18\ \x40\x35\x35\xa4\xf2\x30\xae\xad\x45\xad\x2d\xb8\xa7\x07\x42\x61\ \x60\x0c\x30\x06\xa7\x93\x25\x24\xf0\xf4\x74\x96\x9f\x4f\x47\x8d\ \xe4\x05\x05\x3c\x2a\x8a\x4b\x12\xd2\x34\x6b\xe8\xc1\xd2\x05\x8b\ \xaf\x71\x99\x42\x83\xee\x83\xc8\x8e\x32\x83\x9b\xca\x0c\x4d\x6a\ \xe4\x83\x5b\xcb\x30\x86\x22\x21\x61\x23\xde\x07\x8b\xb3\x4a\xe1\ \x3f\xe6\xf1\x02\x58\x4f\xcb\xe2\x93\x13\x71\x37\x52\x6a\x2d\x84\ \x3c\xfb\x25\xfc\x93\xed\x73\xcf\x39\x33\x4d\xd3\x5a\xe2\x6a\x61\ \xf1\xf5\x96\x70\x41\x10\xd0\xe9\x62\x00\x9e\x46\x17\x30\xc6\x8d\ \xf5\x0d\x44\x20\x18\x63\x2b\xe7\x2c\x2c\xbe\xae\x30\xc6\xa8\x49\ \xb3\x73\xf3\x3e\xbc\xbb\x8c\x70\x3a\x63\x81\x63\x82\x8b\x4a\x4a\ \xad\x8c\xb3\xb0\xf8\x7a\x53\x75\xb8\x9c\x9f\xce\xb9\x83\x3f\x5a\ \x4b\xac\xe1\x22\x0b\x8b\xaf\xb7\xbd\xf0\x91\x75\xdc\xea\x29\x58\ \x58\x58\x7c\x25\x74\x81\x29\xfd\xc1\x2e\xfd\x53\x0f\x86\xd0\x50\ \x40\x19\xf8\xcc\x12\xc3\xd5\xa0\xe2\xfb\xf8\xb4\x98\x8a\xaf\xbb\ \xaf\xff\x4b\x18\xbc\x61\xe1\xfe\x50\xb7\xf1\x69\x6f\x4c\xf5\x81\ \xa0\x16\xfe\x0c\x9f\x5a\xe0\xbf\x65\xd4\x17\x8b\x31\x10\xea\x54\ \x3e\xf5\x82\x39\x1a\x0c\x28\x03\x9f\xfc\xcb\x46\x50\xe9\xfb\xf8\ \x27\xc2\xcd\x70\x57\x4f\xdf\x27\xdd\x2d\x87\x99\xac\x7b\xc0\x34\ \xf9\xd9\xaa\x0b\x9c\xe9\x9a\xa1\xf0\xcf\xb7\xb4\xef\x59\xbe\xfb\ \xf1\xce\x0f\xe5\x9c\x1e\x6e\xe9\xf0\x75\xfe\xd7\x5b\xd7\x56\x3d\ \xba\xba\x6a\x77\x58\x1b\x60\xc3\xd2\xac\x68\x21\x55\x0f\x68\x27\ \xec\x26\xaa\xea\x01\x4d\x0f\x6a\xc6\x89\xe5\xe4\xba\x1e\xd4\x8c\ \x50\x58\x3f\xf1\xeb\x98\x19\x54\xc2\x8d\x1b\x77\x3c\x54\xe1\x0d\ \x7c\xcc\x1d\xb7\xbe\xf4\xe8\x2b\xeb\x6a\x3f\x94\x51\xda\xe7\x9d\ \x51\x66\x60\xdb\xfb\xbb\x9e\xec\xf9\x90\x31\xa8\x05\x9b\x3a\xfc\ \xdd\xff\xed\xdb\xa1\xdd\x7b\xff\xb4\xbb\xad\x49\x3d\x29\xa3\x34\ \x45\x0f\xa9\x7a\x60\xd8\x52\x76\x73\x30\xa3\xcc\x13\x19\xa5\x1d\ \xcf\xa8\x61\xa5\x36\xa0\x84\xeb\xd6\x6f\xff\x4b\x55\xff\x99\x09\ \x0d\x37\x35\x23\xfc\xf9\x2e\x72\x35\x1b\x57\xef\xf8\x57\x6d\xf0\ \x54\x8f\x9a\x16\x6a\xea\xf0\xfd\xd7\xcc\x61\x55\x95\xff\x58\x57\ \x73\x18\x80\xea\xe6\x49\x0f\x91\x52\x45\xa7\x14\x00\xd8\xf1\x37\ \x43\x5f\xd1\x4d\x85\x81\x56\x79\xf0\xe1\xcd\x0d\x75\x1f\x73\xe9\ \x86\xcd\x2f\xfe\xeb\xa5\xf5\x1f\xa5\x0b\x86\xc1\xb4\xd3\xe5\x4b\ \xa0\x3b\xf4\xc4\x86\x01\x1f\x3d\x5b\x75\x41\xed\x79\xfb\xe5\x35\ \x7f\xe8\xfd\x3c\x9f\x28\xc6\x46\x40\xf1\x7d\x78\xee\x5b\x67\xcd\ \x73\x1f\x54\xec\xf9\xf8\xb1\x53\x1a\x3e\xb8\xa3\xa1\xb5\x24\xb3\ \x60\xcf\xd6\x7b\xdf\xaa\x3c\x10\xc9\xea\x9d\xbb\xee\x5f\x56\x73\ \xb0\xa1\xee\x91\xa7\xb6\x3d\x1f\x29\xb6\xcd\x8d\x8f\x3e\xb7\x6f\ \x69\x57\x68\xcb\x33\x1b\xfe\xaf\x1a\x00\x00\x14\x6d\xd3\xd3\xdb\ \xfe\xda\x40\xdb\xdf\xdd\xfe\xc3\x75\x3e\x3f\x00\x30\xe8\x5b\xb2\ \xe3\xfe\x9d\x34\x61\x64\x51\xda\xf6\xc6\x8d\x1f\xb5\x89\x2a\x87\ \xa6\xe5\x95\xbd\x99\xd3\x26\x9c\x92\xb0\x50\xdf\x9b\xcf\x6f\xfe\ \x9b\xff\xf3\x7c\x78\x02\xd6\x03\x8a\xff\xc3\x45\xa5\xb5\xfa\xa9\ \x75\x47\xca\x3e\xfe\xbb\xc1\xae\x95\x87\xfc\xb6\x51\x89\xb1\x5b\ \x36\xdc\xf9\x6e\x55\x25\x00\x00\x84\xb7\x6e\xfe\xfe\x8a\x63\x07\ \x6b\x2b\xff\xf4\xec\xa6\x97\x23\x61\x1a\x9a\x8e\x3c\xf4\xe2\xb6\ \x37\xbb\x3a\xdf\x7b\x66\xc5\xff\xb5\xea\x00\x00\x7a\xdf\x8a\xe7\ \x56\xff\xbe\xc9\x5b\xb9\x74\xe5\xb7\x77\x74\xf6\x01\x00\xd0\xa6\ \x77\x56\xdf\xbd\x77\xc0\x39\x32\x51\xde\x7d\x78\xdd\x99\x14\x5d\ \x16\xdc\xf2\xe2\xda\x9f\xd7\xa9\x9f\x6f\xee\x04\xc3\xde\x0f\xc7\ \xea\x68\x3b\xf6\xf4\xba\x23\x07\xfe\x8b\xa4\x04\xf7\xee\x6c\xec\ \x28\xcc\x9e\x88\xd4\x6d\x4f\xbc\x7b\xc3\xc6\xe6\x8e\xe3\x7f\x68\ \x5e\xba\xfc\xd2\x37\xab\xab\x00\xa0\xbe\xea\x81\x3f\xaf\x78\xc8\ \x7f\xfc\xfa\x7d\x0d\x8f\xff\x6d\xd9\x7d\x0d\xba\x6b\x64\x56\x49\ \x6d\xd5\x9b\x7d\x1f\xd9\xb2\x2b\x1b\xd7\x1f\xf4\xe4\x8c\x71\x7c\ \x44\x69\x5a\xb1\xa2\xe3\x85\x0a\xed\x34\x49\x32\xa8\x2f\xcc\xc4\ \x2f\x2a\x68\xfe\x99\xde\x87\x1a\xde\x86\x96\x8d\x03\xf6\x19\x25\ \x04\x99\xcc\x20\x08\xba\x9b\x5e\xdb\x58\x53\x66\x70\x14\x1d\x3f\ \xc6\x03\xbd\x2d\x3d\x75\xf6\xf8\xf9\xf3\xc7\x5e\xec\xc6\x81\xf2\ \xca\xe7\x0e\xb5\x35\x0a\xce\xc2\x99\xe3\x6f\xcd\x70\x88\x46\xb0\ \x62\xf3\xa1\x37\x3b\xc2\x0a\x91\xd2\x27\x8d\xbd\xb3\xc0\x63\xef\ \x6b\x5f\xb9\xf9\xe8\xa6\x10\xf7\x8c\x1e\x75\xdb\x98\xa4\xe4\xa1\ \x2c\x3b\x7a\xe4\xb9\x7d\x6d\x2d\x22\xea\x0b\x51\xb7\x24\x80\x11\ \x3c\xb4\x66\xef\xab\x7d\x06\x4f\xce\xb8\x62\x7e\xf1\x14\x91\xe0\ \x9e\xb6\x97\x5f\x58\xb7\x27\x2b\xfb\xe6\xb9\x79\xa9\xe5\xe5\x4f\ \x54\x74\xb7\xda\x3c\x53\xe6\x8e\xbf\x26\xee\xf8\xef\x68\xf7\x6d\ \x0a\x26\xcf\x2a\x8c\xcf\xce\x99\x70\xf9\x73\x5b\x5f\x6e\xc8\x2e\ \x49\xf6\x2f\x3b\xdc\xc2\x16\xce\x1d\x99\x15\xd6\xea\xca\xfe\x56\ \xeb\x4b\x1a\x4d\xfa\xba\x37\xbd\x3e\xd3\x73\x71\xe6\xee\xd6\x79\ \x7b\x96\xf3\x37\xbc\x10\x15\x45\x1b\x56\x9e\xd3\xef\x2c\x4a\x38\ \x9a\xdc\xbc\xc6\xcf\xf7\x40\x6c\x1a\x0e\x37\x4e\x6c\x6b\x4e\x4e\ \x3c\x6c\x37\x3b\x2f\x0b\xe8\x72\xfc\x43\xc0\x39\x17\x44\x64\x73\ \x83\x24\x02\x66\x20\x10\xb0\x3b\x90\xd6\x71\x51\x95\x7f\xa2\xf4\ \x53\xf0\x44\x81\x3b\x0a\x1c\xc4\xaf\x77\x98\x29\xe3\x5d\xa8\x22\ \xb6\x23\x20\x94\x74\x77\xf7\xbd\xbf\xad\xf9\xb0\x8a\xa5\xb8\x94\ \xf1\x4e\xd4\xd3\xe2\x6f\x95\x93\xcf\x9d\x57\x38\x3f\x1a\x58\x59\ \xed\x53\x15\xad\x8d\x92\xbd\x70\xd6\x98\x6f\xa4\xd9\xb0\x36\x50\ \xb6\xb9\xfc\xed\xce\xb0\x26\xda\xb3\xa7\x8c\xb9\x23\x37\x4a\xea\ \x6e\x5b\xb6\xf5\xe8\xb6\x30\xc4\x8c\x1b\x7d\xdb\xa8\x84\xc4\xa1\ \x4a\x7d\xb8\xf2\xd9\x03\x1d\x1d\x12\xf4\x84\x79\x82\x44\xa0\xbf\ \x7b\xe5\x07\xe5\x1b\x54\xee\x1c\x51\x74\xf3\xd4\x8c\x5c\x11\xa3\ \xf6\xe6\xe7\x5f\x0c\x6f\xcf\xc9\xbd\x75\x56\x76\x6c\xd9\xa1\x27\ \x0e\xf7\x76\x38\x62\x66\xce\x1b\x7b\x59\xf4\xf1\x9d\xa4\x6a\xeb\ \x77\xc4\xa4\x5c\x99\xe4\x4a\x9a\x32\x7a\xd1\xf3\xbb\x9f\x6b\x2f\ \xf8\x6b\x74\xef\x3b\x87\xfa\xa3\x2f\x9f\x31\x23\x8d\xbb\xf7\xaf\ \x7c\x68\x77\xd7\xe2\x59\x71\x6d\x5b\xaa\x8f\x8d\x9e\xfa\xed\xcc\ \x64\x5b\x51\xf5\x9a\x8d\x95\xbb\x6e\x1a\x3f\x71\xfb\xa1\xa5\x31\ \x59\x77\x8e\x48\x9a\x2c\xe6\xad\x7a\xef\xe0\x6b\xe3\xcf\xbf\xa7\ \xfb\xe8\x0b\x5d\xf2\xcc\x0b\x52\x73\xec\xee\x59\x5b\x37\xad\x68\ \x37\x16\x7b\xbc\x1f\x1c\x1e\x70\x8e\xcc\x9a\x1c\x25\x49\x27\xf7\ \x5c\xfa\x6a\x9b\x37\x84\x5d\xb3\xc7\xb9\x11\xa5\x06\xc6\x10\xe8\ \x59\xf9\x41\xc5\x66\x95\x72\x67\xf4\xa8\x14\x29\xd4\xd8\x53\x8d\ \x9c\x13\xe6\x4f\xb8\x3e\x4e\x0a\x96\x95\x3f\x53\xd1\xd1\x22\xbb\ \x46\xce\x1a\x7f\x4b\xaa\x9d\x70\xad\x71\xdb\xc1\x97\x1b\x07\xfc\ \x48\x88\x1f\x53\x72\x7b\x69\x52\x7c\x4f\xdb\xb2\x2d\xa7\xc9\x1c\ \xd6\x5c\xf7\xf2\xb6\xba\x0a\x22\xd2\x1e\x13\x6c\x22\x36\x82\x07\ \x56\xef\x7d\xdd\x67\xa0\xb4\xec\xab\xe6\x8d\x98\x28\x12\xd4\xde\ \xf2\xc2\x8b\xeb\x76\x64\xe7\xdc\x3c\x3b\x2f\xb3\xe6\xd8\xb3\x7b\ \x5b\x6a\x90\xbd\x68\xf6\xb8\x9b\xd2\x1c\x72\xe4\x12\x1d\x2d\x6b\ \x59\xcc\xf4\x11\x51\x22\xed\xf3\x1a\xc1\xe6\xfd\x87\xdf\x9a\x90\ \xf6\x5d\x0f\x81\x96\xfa\xb7\x2a\xdb\x3b\x73\x32\x42\x00\xa0\x86\ \xc3\xfd\x6d\xab\x76\x36\x5c\xb5\x28\x2f\x1f\xcc\xf6\xed\x95\x2b\ \xfb\x83\x71\xa1\x10\x77\xa7\x2e\x4c\x2e\xff\x79\x65\xaf\x7f\x4e\ \x42\x78\x6f\xd5\xee\x84\xf4\xd9\x59\xd1\xf1\x43\x6d\x06\x6d\xdf\ \x5b\xde\xe7\xb8\x69\xee\x88\xe3\x19\x42\x2b\xea\x83\x3d\x36\xfb\ \x82\x6c\xe9\xb8\x3d\x32\x18\x44\xab\xb7\x3d\xf8\xc6\x81\x60\x2f\ \xc3\x53\xc6\x44\x9f\x9f\x25\x11\x42\x58\x20\xf0\xd8\xf2\x2e\x83\ \xa2\xc9\xa3\xa3\xcf\xcf\x91\xd0\x97\xab\x0b\x4a\xb0\xb6\xba\x69\ \x7d\x55\xdb\x11\x4d\x4c\x1d\x3b\xf2\x1c\x04\x80\x10\xc2\x00\xad\ \x8d\x6b\x83\xf2\xc2\x05\xf9\xc9\xeb\x77\xfc\xbe\x2d\xe5\xae\xf3\ \x4a\xc7\x6c\xdd\xf9\xf8\x36\x77\xe1\xa2\x82\xfc\x8c\xcc\x8b\x12\ \x53\xb5\x9a\xca\x47\xd6\x95\xad\xfe\xc6\xb4\xe9\xab\xb6\x3c\xd8\ \x1f\x7f\xf5\xec\x31\x29\x5b\x77\xfc\xf3\x58\xdf\xb5\xd9\x64\xcf\ \xb2\xfd\x2b\x46\x8e\xbf\x3b\x41\xd9\xb4\x62\xd7\xdf\x63\x17\x3d\ \x98\x21\x61\x00\x68\xaf\x7d\x62\xe5\xd1\xe6\x73\x26\xdd\x64\x1b\ \x58\xdd\x5e\xd3\xc9\x18\x88\xb6\xac\x89\xa3\x6f\xa7\x7a\xf5\xaa\ \x9d\x8f\x1e\x4c\x1d\x9b\x8a\x49\x54\xc2\xdc\xf9\x53\x16\xbb\x9c\ \xc9\x95\x55\x7f\xdc\x1e\xca\x5c\x34\xe3\x92\xa3\x15\x7f\x5f\x5e\ \x1e\x77\x53\xce\x64\xdc\xdb\x05\x7d\xbd\x74\xfb\x96\x71\xfe\x42\ \x61\x4d\x9d\xd0\xd5\x72\xe5\xc1\xf7\xf8\x1f\xb6\x13\x5f\xf5\x55\ \x5e\x12\xad\x3e\x0f\xa1\xe0\x45\x00\x1a\x5e\xa1\xca\xa8\xc4\x1e\ \xef\x88\x7e\x16\x04\xb9\xc8\x81\xbd\x03\xaf\x34\x01\x22\xae\xec\ \xe2\x94\x64\x18\xf0\x45\xa7\x9e\x2b\xf6\xee\xae\xec\xa8\x46\x72\ \x6a\xf1\xa4\xc5\x98\xab\x80\x92\xa1\x73\x7f\xbb\x33\x3a\xcd\xe5\ \x04\xcd\xdf\xde\xb9\xa3\x63\x40\x4f\x8b\x1f\x93\xec\xf4\x40\x7f\ \x6f\xfb\x91\xc3\x25\x71\xb9\xee\xad\xeb\x75\x6f\xb3\xdf\xd7\x2d\ \xe1\x68\x17\x10\xac\x9b\x58\x55\xaf\xd2\x34\xb8\xe7\x3f\x36\x11\ \xce\x71\xc9\x10\x2d\xf7\xca\x06\x4b\x2c\xc8\x4b\xb6\x1f\xd3\xde\ \xeb\x3b\xe7\xee\xe8\x11\x19\xe9\x5c\x8a\x8f\x99\x78\xb4\xf5\xad\ \x75\x42\xf6\xf5\x13\xc6\xbd\xbb\xe7\xef\x66\xea\xcd\x73\x4a\xa3\ \x37\x6e\xf9\x7b\x75\xe0\x1b\xe9\x68\xcb\xb2\x03\xeb\xc6\x4d\xf8\ \x4e\x4c\x70\xf5\xca\x9d\xff\x8a\x5b\xf4\xfb\x14\x11\x00\xa0\xf9\ \xe8\x63\x1f\xd4\xf6\x9d\x3b\xf1\x3a\xe2\x7d\xb7\xbd\x31\xc4\x18\ \x38\x3d\x63\x67\x8d\x2f\x54\xbd\xeb\xdf\xdf\xfb\x78\x56\xca\x5f\ \x00\x50\x6c\xfc\x39\x0b\x26\x2e\x74\xda\x93\x2a\xca\x7e\x7f\x20\ \x34\xe2\xfc\xf1\x17\x54\x96\x3d\xbc\xa2\x3c\xfe\xba\xf1\xb3\x31\ \x00\x40\x5f\x53\xbf\x9a\x30\xb2\x10\x00\x3c\x69\xd7\x4e\x4d\xdc\ \xfb\xc1\xce\x47\xdd\xe1\xca\x92\x71\x0f\xa4\x49\x00\x30\x7a\x61\ \xe9\x84\xa5\x07\xfe\x1a\x76\x87\x79\xca\x75\x93\x92\x63\x00\x60\ \xe6\xc4\x5b\x5e\xdc\xf4\xfc\x07\x6c\x4b\x93\x3e\xe2\xca\x91\x93\ \x01\x20\xa7\xe4\xce\xdc\xf6\x07\x56\xec\x79\x3c\xd8\xdd\x33\x73\ \xc6\x0f\xed\x00\xe0\x2e\x8c\x12\x5e\x6b\xf2\x87\x27\x10\x9b\xb7\ \xfd\xdd\x25\x0d\xcb\x53\x92\x67\x95\x66\xcf\x48\x8b\x8a\x0e\x07\ \xaa\xab\x9b\xd6\x1f\x69\x3f\x6a\x48\x19\xe3\x47\x4a\x1c\x00\x21\ \x44\x10\xf4\x74\x7c\xd0\xce\x0a\x2e\x1d\x3d\x69\xd7\x9e\x3f\xef\ \x92\xcf\xbf\x74\xf4\x35\x65\xfb\xfe\xba\xee\x58\xde\x35\xa5\x53\ \xb3\xb2\x2e\x49\x4d\x57\x8f\x1c\xfa\xe7\xda\x43\xe9\xdf\x98\x3a\ \x7b\xeb\xf6\xdf\x1c\x23\xb3\xce\x1d\xb3\xf8\xc8\xde\x3f\x57\x75\ \xb4\x15\x3a\xca\x97\xed\x5f\x3b\x76\xe2\xdd\xa7\x64\x8e\xbf\xe3\ \x8d\x77\xca\x36\x4f\x9a\x70\x67\x22\x2b\x6f\xf5\xed\xa2\x0c\x44\ \x67\xee\xa4\x31\x77\x98\xea\xe1\x55\x3b\x1f\x4d\x4c\x79\x32\x06\ \x70\x6c\xfc\xdc\x05\x13\xcf\x73\xd8\xd3\xdb\x6b\xfe\xbd\xbe\x41\ \x5d\x38\xf1\x8e\xbe\xda\xc7\xde\xdf\xb3\xe4\xd6\xb9\xd7\x4b\x00\ \x00\xac\xa3\xbb\x33\x36\x66\xb1\x00\x30\x10\xec\x8f\x4f\xb9\xd0\ \x81\xaa\x76\xb7\xb4\x2f\xcc\xd4\x77\x35\xb4\x8c\x2d\x5a\x1c\x0e\ \x75\x02\x40\x7f\xd8\x39\x65\xe4\x82\xce\xba\x37\xbd\x39\x0f\xb0\ \xe6\xa5\xdd\xf2\xb4\xf1\x09\xbe\x60\x78\x00\x62\x92\x52\x5d\xee\ \x86\xae\x66\x48\x4a\x43\x46\xe3\xa6\x9d\x9b\x1d\x51\x85\x25\x39\ \xe7\x16\x24\x17\xca\x18\x2a\xb7\x6f\x37\xd2\xa7\x8e\x89\x41\xc1\ \x80\xbe\xbf\x26\xb8\xbb\x59\x0b\x0b\xc2\xdc\xb1\xce\xa1\xea\x86\ \x10\x08\x04\xe9\x61\xe5\x1f\x6b\x7c\x05\x13\x62\xa7\x8a\xc6\x2b\ \x9b\x7a\x1c\x17\xa5\x4c\x12\x80\x23\x5c\x5a\xe8\x4e\xd2\xd4\x17\ \x37\xf6\x38\x9d\x29\xb3\x13\xf1\x97\xa7\x0b\xb4\x69\xf5\x96\x9f\ \x56\x86\xd3\x2f\x9e\x71\xdf\xd8\x94\x6c\x00\x50\x3a\x8f\x1b\xf8\ \xd8\x1e\x17\x53\x92\x99\x32\xba\x38\x79\x59\x53\x54\x51\x76\xca\ \xa8\x40\xfa\xeb\x15\xc1\x0e\xce\x33\x3b\x5b\xd7\x56\x74\x75\xaa\ \x81\x2e\xc3\xd5\x1b\xe8\xdf\xd9\x48\xb3\xae\x9a\x78\x69\x0a\xd6\ \x6b\xdc\xb1\x26\xc6\x03\x5d\x5b\x5a\x43\xbd\x8e\xba\xb7\x9b\x4c\ \xaf\xc6\xfa\x7b\x14\x9e\x21\x01\x00\x6d\x6c\xac\xc8\x2e\xb8\x77\ \x5c\xc6\x58\x08\x79\xb7\x35\xaf\xe4\x1c\x74\xa5\xbe\xa2\x7a\xa5\ \x8f\xeb\x5e\x1c\xea\x15\x49\x8a\x24\x4a\x42\x52\x9a\x98\x08\x5d\ \x47\x8f\xac\xd8\x98\xd7\xe6\x21\xcf\xbe\x33\xa9\xf1\xa8\x5a\xf3\ \x26\x08\xd1\xa0\x2b\xa0\x6b\xe9\xa1\x40\xa6\xb1\x0a\x3c\x6e\x48\ \x49\x4f\x4a\x1d\xd9\x4a\xca\x8e\xe4\x9f\x37\x76\xcc\x24\x88\xf5\ \x40\x42\x32\xc4\x39\x6b\x8f\x3d\xb6\xd3\xef\x59\xbc\xe8\x47\x0e\ \x97\x03\x24\x19\x44\xa4\x36\x3d\xf6\x6a\xc5\xa1\xd9\x73\x1f\x49\ \xcb\x4a\x8f\x68\x30\x0b\xad\x5d\xbd\xfc\x6f\x49\xe3\x7e\x5d\x30\ \x62\x4a\x44\xc6\xf7\xec\xbe\x8f\x16\xfc\xf6\xb2\x58\x37\x02\x10\ \x43\xfb\xeb\xf7\xfe\x6b\xbd\x92\x79\xc3\xa2\xdf\xa5\xf5\x1f\x79\ \xec\x87\xff\x9e\xff\xc3\x3f\x26\xc5\xef\x7e\x7d\xf9\x9f\xb0\xe7\ \x81\x85\x45\x0b\x04\x47\x34\x04\xbd\xe1\xe6\x37\xd6\x55\xb6\x2c\ \x28\xbc\xbc\x7b\xfb\xdf\xc3\xc6\xd8\x62\x49\xe4\xe5\xab\x8c\x7e\ \x57\x52\xb5\x96\xd2\xdc\x64\xae\xbc\x0f\x1c\x8e\x04\x51\x00\x87\ \x27\x03\xf5\xfb\xec\xfb\x79\x51\x42\xb6\x28\x8f\x3c\xbf\xcf\x55\ \x02\x19\x61\x91\x28\x21\x5f\x68\x73\x8b\xd9\xef\xea\x5a\x45\xb4\ \x4e\x8d\x04\x7b\x34\x48\x11\x01\xc0\x68\x68\x3a\x5c\x50\xf8\xb3\ \x31\xe9\x45\x3c\xaa\x6d\x47\xdb\x56\x8e\x20\xe8\xab\xdc\x57\xbd\ \x43\x35\x7d\xba\xe6\x0f\x53\x10\x01\xc9\xf6\xf4\x94\xe8\x6c\x80\ \xd6\xaa\x8e\xaa\x01\xa0\x3b\x2a\x1b\x42\x61\x25\x2c\xf6\xb1\x48\ \xd7\x91\x07\xc3\x9c\xc6\xd9\x22\xc6\xac\x34\x69\xc2\xb7\xaa\xde\ \xbf\xad\x25\xf9\x67\x97\x64\x65\x46\x9e\x6d\x4a\xde\x6d\xc5\xf5\ \x77\x6e\x6f\xcd\xb8\xfd\x8a\xf3\x22\xfb\x43\x4a\xd1\x73\xe7\xe7\ \xaf\x7d\xf2\xc0\x8e\xc5\xe7\x3d\x17\x1b\x29\x35\x24\x65\xfe\x84\ \xcb\xff\xfd\xce\x9f\xb3\xa7\xfe\x6d\x74\x4c\xa4\x64\xbb\x6c\x44\ \x0c\x86\xfa\xed\xd9\x73\x2e\x9c\x33\xc7\xd7\xbd\x65\xd5\x8e\xbf\ \xbc\xdc\xb0\xe7\x96\x05\xb7\x6c\xdf\xfc\x93\xa3\x46\xfe\xc5\xd3\ \xef\x2f\x4d\x4a\x07\x00\x16\x18\x0a\x0e\x27\x45\x47\x17\x64\x26\ \x4d\x31\xd2\x46\xa9\x6a\x5e\x76\xf2\x54\x96\x5b\xb2\xba\xbf\x8b\ \x32\xa5\xa3\x65\xf5\xe1\xde\xee\xf0\x40\x0f\xc5\xdd\x9a\x56\x5b\ \xe5\x75\xcc\x5b\x74\x6b\xae\x13\x02\x9e\x84\x3a\x82\xfa\xba\xb6\ \xb4\x87\xfb\x5c\xb5\x6f\x60\xb3\x4f\x63\x6a\x8f\x1a\xc9\x1c\x68\ \x6b\xdd\xea\xc9\xbc\x7c\x7a\xce\x64\x60\xb1\xf1\x55\xe5\x1c\x40\ \x0f\xd5\x94\x57\xad\xf2\x9b\xe1\x01\xb3\xdf\xa7\xeb\x31\x80\x64\ \x5b\x24\x73\xf4\xb2\xa6\xf2\xfe\x90\xfd\xc0\xe1\x57\x8d\xf0\x80\ \x66\x76\x28\x0c\x24\x0c\x00\x7a\xd0\xe0\x92\x1c\x05\x00\x8a\xda\ \x6f\xca\x63\xe6\x14\xa8\xef\x1f\x7b\xb7\x22\xa4\x28\x51\xe7\x9e\ \x97\xd2\xbd\xb2\xb6\x8f\x81\x16\x56\xd5\xe4\xe2\x1b\xa4\xd6\x47\ \x76\x1d\x5d\x87\x3a\x6b\x46\x8d\xfa\x2e\xad\xfe\xa7\xa2\xf9\x01\ \x3c\x2e\x51\xd2\xc3\x3e\x40\x63\x26\x8e\xfb\xc1\x44\xb3\x75\xef\ \x81\x47\xde\x5e\x7b\xff\xf4\x59\x8f\x2f\xcc\x8d\xda\xb1\xb7\x76\ \xcc\x85\xd7\x8b\xc0\x9f\x5c\xdd\xb9\x2d\x20\xde\xb1\x20\xee\x9c\ \x8c\x93\x4c\x2a\x04\x20\x20\x68\x6f\x0d\xf9\xe3\x5c\xd7\x96\x3a\ \x65\x00\x5f\x53\x70\x6f\x83\x3a\x26\x1d\x6c\x51\xb6\x99\x05\x8e\ \x18\x70\x74\x34\xb4\x1c\x6a\xd3\x66\x27\xda\xbf\x3c\x5d\x20\xa9\ \x53\xc7\xde\x61\xab\xdb\x5a\x79\xe4\xe9\xf6\xae\x89\xa5\x79\x0b\ \x13\xd0\x89\x7d\x44\x39\x37\x01\x00\x23\xcc\xcc\x30\x00\x70\x4c\ \x08\x21\x5d\xad\x6f\xac\xaa\x69\xba\x64\xf6\xbd\xd0\xfe\xc4\xc6\ \x2e\xc6\x60\x68\xb7\x77\x8c\x22\xf3\xb1\x39\xb7\xbb\x4b\x66\x4e\ \xb8\xdb\xc5\x4d\x22\xd8\xe4\xc1\x7d\x5d\x11\xc1\x5c\x35\xc3\x11\ \xa7\x07\x23\x02\x16\xf9\xd6\x9d\x8f\xb5\x46\x5d\x7f\x61\x34\xa9\ \xd8\x7f\x20\xe6\x85\xa7\xa3\x0f\xac\x3a\xe7\xc8\x00\x28\x7f\x86\ \xaa\xf2\x49\xaa\xc6\x3c\x31\x52\x4a\x32\x24\x66\xc2\xb4\xf1\x90\ \x93\x05\xe9\x19\x90\x9e\x76\xac\xfd\xd5\x96\xbc\x6f\x9d\x7f\xee\ \x3c\x20\x04\x40\xab\xdd\xf9\xed\xf6\xc4\xfb\xc6\xe6\x9d\x98\xa3\ \xe5\x4e\x29\xd3\xda\x92\x62\x4a\x8a\x86\x8e\x24\xd9\xa6\xb8\xbb\ \x03\x69\x19\xe9\x43\x86\x99\xdb\x39\x26\xd7\x96\x92\xe4\x1a\x71\ \xfc\x89\x79\xa1\x3f\xe4\x54\x74\x33\x5c\x57\xd9\xb0\xb6\xba\xab\ \xc1\x14\xc6\xcc\x1d\xb9\x30\x19\xa0\xf9\xe0\x96\xf6\xf8\x51\xa5\ \xc5\x1e\x80\x59\xd3\xce\x0d\x1c\x6a\x2a\x5b\xed\x7d\x2f\xdd\x31\ \x6b\xcc\xa8\x99\xb6\xb4\x83\xcd\x36\x9b\x39\x6f\x71\x7b\xd2\x9a\ \xae\xc4\xbb\x8b\x73\xf3\x8f\xec\x34\xdb\xa2\x6f\xbf\xa6\xb8\xe4\ \xe0\x8e\x3b\xdb\x43\xe7\x4f\x0c\xec\xda\x53\xd6\xb3\x30\x61\x2c\ \x1c\x5b\xde\x7f\xb0\xcb\xdd\x3e\x30\xa2\xb9\xcd\xb5\xf1\x3e\xe8\ \xed\x9c\x2b\x22\xa3\xf0\x80\x11\xef\xbf\x38\x29\x3f\xf3\xbc\x89\ \x24\x67\x26\x19\x53\xe2\x74\x45\x12\x23\x62\x89\x28\x4c\x01\x00\ \x04\x9c\x83\xc0\xd4\x9a\xe5\x3b\x5f\x48\x18\xf3\xf3\x59\xd1\x1d\ \xef\x6c\x79\x85\x32\x10\x39\x63\x83\xe1\x23\x09\x07\x31\x2d\xfb\ \xaa\x45\x39\xe9\x14\x11\x51\x70\x0d\x3e\x3c\x64\x93\x00\x1b\x86\ \x0e\xe0\x00\x00\x6c\xcf\xcf\x4a\x2c\x72\xa7\x8c\x14\x4f\x14\xcf\ \xa8\xbc\xa4\x92\x3a\x32\x22\x65\x28\x6a\x3f\xa0\xf4\xb4\x09\xa9\ \xcd\x34\x23\x3e\x66\xe8\x2c\x47\xcc\xf8\xac\xf8\x11\xd9\x89\x43\ \x99\xa9\x19\x8c\x3a\x6d\x0e\x33\x54\x53\x5e\xbf\xb6\xa6\xbb\x09\ \xc5\x9e\x3b\x3f\x67\x61\xbc\x3d\x63\xea\xd8\x6f\xd9\xea\xb7\x97\ \x57\x3e\xd1\xd6\x35\xa9\x34\x77\x41\xea\x49\xa5\x88\x02\x00\x01\ \x60\x34\xe2\xfc\x91\x24\x82\x9b\x1a\x5e\xf9\xa0\xbe\xe7\xf2\xd9\ \x77\x6a\xcd\x8f\x6e\xf3\x46\x62\x03\x0f\x6e\xae\x81\xd0\x60\x29\ \x72\x78\x4a\x67\x4f\xbc\xc3\xc1\x4c\x22\xd8\x65\x79\xc8\x39\x45\ \x34\x55\x85\xc1\xdc\x41\x98\xf5\x6e\xdd\xf5\x2f\x5f\xe2\x9d\x0b\ \x47\xc4\xac\xdb\xf2\x10\xa3\x14\x60\x78\xe6\xa0\xf8\xa4\x85\xe7\ \x4d\x98\x4a\x39\x12\x89\xc3\x3e\xd8\x00\x0b\x32\x81\x01\x53\x05\ \x00\xc5\x50\x18\x12\x12\xd2\x16\x67\x1f\xbe\xf1\xa5\x03\x9e\x1b\ \x2e\xba\x3b\x5a\x7d\x83\x32\x9f\x0e\x8a\xc2\xc0\x29\xa7\x8d\x2d\ \x3a\xf7\xf1\x95\x3f\xa3\xc9\xf7\xdc\x93\x9a\x77\xa0\x46\xd7\x8c\ \x10\x00\x68\x94\x12\xc9\x09\x10\x6a\x6c\xdc\x50\xd9\xbc\xc7\x6f\ \x88\xd3\xc7\xdf\x39\x3e\x3d\x45\x6b\xde\x78\xd0\x97\x70\xef\xd8\ \x2c\x00\xb8\x60\x72\xac\xe3\x58\x68\xc7\x01\x5f\x7d\xbb\x6d\xe6\ \x08\x77\x61\x4c\xe4\xde\x48\xa5\xc0\x11\x22\x91\xdd\x3d\x22\x79\ \x4a\x01\xe3\x48\x60\xde\xc1\x0c\x0b\xeb\x20\x60\xf4\xe5\xfa\x17\ \xc4\x94\xd4\x85\x29\xa9\x0b\xfd\xde\xb2\xf2\xba\x35\x75\xde\xf1\ \x09\x36\x53\x33\xc2\x1c\xc0\x34\xc3\x3a\x35\x01\xc0\x34\x43\x11\ \xc7\x2c\x35\xc3\x3a\x31\x88\xe0\xc4\x2c\xd4\xd7\xdf\x0c\x41\xaf\ \x4e\x13\xdd\x9e\xe9\x05\xc2\x2b\x6b\x76\xbe\x30\x3e\xd9\x59\xeb\ \xeb\xca\x00\x14\x93\x76\x61\x62\xf9\x43\x3b\xab\xd6\x15\xc4\xba\ \x41\xcc\x1f\x9d\xe1\x89\x3c\xd0\x82\x92\xf3\xf7\x94\xbd\xba\xbe\ \x99\x67\x28\x47\x84\x9e\x80\xb4\x72\x45\xde\x9b\x07\x4a\xea\x6a\ \xe3\x5b\xeb\xa7\xf4\xb4\x08\xe6\x3a\xd9\xe3\xc0\xf1\xac\x32\x37\ \xd7\x75\xe9\xfd\xce\xfc\x81\x95\xde\x96\x9c\xd1\x8b\x9d\x9e\xa8\ \xa4\xe2\x45\xe9\xd2\xa0\x76\x3a\x8e\x95\xb7\x7a\x07\x18\x21\x18\ \x00\x80\x32\x35\x48\xd5\x93\xbd\x5b\xc1\x00\x0b\x3a\x4f\x72\xf5\ \xe8\x8a\xa1\x86\xa8\x09\x20\x9d\xe8\x07\xeb\x46\xc8\x30\x8f\xfb\ \x8c\xb5\xe6\x01\x1d\xe7\x47\xc7\x86\xfd\x1b\x1b\x03\x78\x6c\xe9\ \x77\xf2\x13\xb2\x30\x00\x80\xb6\x6d\x63\xe5\x88\xf1\x77\xc5\x01\ \x00\xd8\x0b\x32\xaf\x28\xc8\xbc\xb8\xb3\x73\xc7\xa1\xba\xad\x2d\ \x51\xe3\x46\x28\x21\x36\xd0\x0f\x00\x2c\xd8\x4f\x5d\x61\x00\xa0\ \x6a\xd0\x30\x74\x00\xd0\x40\xf1\xa7\xa7\xb1\xb8\x71\x55\xb6\x83\ \x89\x93\xcf\xd1\x3b\x1a\x0e\xf9\x6f\xb8\x73\xc2\xfc\xb2\x77\xee\ \xea\xa6\x63\x47\x1a\x03\x7d\x5b\x37\xe6\x98\xe3\xb3\xda\x1b\x27\ \xae\xde\x12\x7e\x73\x03\x89\x72\xca\x31\x89\x50\x3a\x0a\xa6\x4d\ \x83\x69\x33\x8b\x62\x4b\xcb\x6b\x9e\xdb\x14\xa5\xba\xc3\x15\x41\ \xca\x31\x92\x64\x01\x07\x02\x2d\xbd\xb8\x3b\x6c\xe8\x8c\x83\x27\ \x2e\xd5\xd7\xb8\x62\xcb\x51\x21\x35\xb6\x64\x5c\xd6\xd8\x55\xf5\ \xaf\x96\x4b\xe7\xd9\x81\x25\xa7\x4e\x77\x48\x36\x00\x00\x88\x4f\ \x73\x0a\x6d\x7d\xcd\x90\x1a\x1d\x71\xcd\x6a\x66\x58\x37\x4f\x72\ \x77\x99\x66\x58\x33\x54\x36\xcc\x35\x4d\xa9\xaa\x1a\x61\x93\x01\ \x90\x13\x3e\x78\x5d\x0f\xe9\x43\xeb\xa3\x95\x86\x01\x53\x18\xe5\ \xf1\x04\xfb\x56\x36\x87\xe5\x09\x63\xee\xc9\x8b\xcf\x88\x94\xdf\ \xd4\xf4\x0b\x52\xd3\x2f\xf0\xf6\xed\x2b\xaf\x5b\x57\xd7\x37\x3e\ \x2d\x8e\xea\x46\x98\x01\x30\x1a\xd6\x4c\x03\x00\xa8\xa9\x68\xa6\ \x09\x00\xcc\x0c\x6b\xa6\x2e\x08\x0e\xc2\x03\x7d\xfd\xcd\x46\xc8\ \x6b\x50\xc3\x2e\x17\x8e\x4c\x50\xd6\xef\x79\x44\xcd\xc9\xab\xec\ \xee\x90\xdd\x24\x31\xfd\xc2\xd8\xf2\xbf\xee\xac\x5a\x9f\x17\xed\ \x42\x72\x61\x69\x7a\x54\x24\x09\x59\x39\x8b\xc9\xc6\x67\x97\x1d\ \x44\xd9\xf6\x9e\x5e\x4d\x41\x58\x90\x05\x41\x55\xda\xfa\xfc\xa1\ \x80\xa6\xc4\x71\x14\x1d\x9b\xea\xab\x5f\xb9\xa5\x4a\x4c\x89\x2d\ \x1d\x55\x30\xa3\x62\xff\xfb\x7b\x1b\x84\x38\x91\x3a\xe3\xa7\xe4\ \xcb\x91\x82\x21\x24\xc5\x78\x6a\xfa\x6b\x00\x8a\xc2\x9a\x4f\xe3\ \x0c\xc0\x35\x6e\xd4\xf5\x81\x04\x57\x51\x8c\x8d\x77\x50\x55\xed\ \x56\x69\x78\x40\x0d\xc7\x02\x93\xe3\x66\x4f\x1f\x79\x0d\x4f\x59\ \x24\x03\x67\x3c\x18\xd0\x42\x00\x6a\x67\xa8\x3f\x2e\x3d\x13\xcc\ \x9e\x9a\xb6\x63\xb1\x69\x8b\x67\x67\x4e\x8a\x12\x01\x00\xf6\x6f\ \xde\x62\xcb\x9f\x58\xe8\x01\x00\xc8\xc9\x72\xe5\x64\xb9\xba\x7b\ \xd4\xad\x47\x83\x95\xdd\xba\xd6\xa3\x1f\xf1\xf3\x28\x6e\x6c\x0e\ \xa2\x6b\x93\xc5\x54\x87\x3b\x6b\x4f\xf7\x93\x3b\x48\xb1\x68\xac\ \xf1\xe2\x9b\x66\xd8\xc4\x70\x20\x1c\x50\x36\x1e\x0e\x92\xbe\xd0\ \x36\x55\xbc\x33\x47\xfe\x5c\x75\x81\xfc\xec\x67\x3f\x3d\xe5\x10\ \x42\x68\xa0\xdf\x1f\x9f\x90\x38\x7c\x41\x85\xcd\x9e\x92\x95\x36\ \x33\x3b\xda\xc3\x99\xce\x84\xc4\x8c\xc4\x42\xc2\x74\x67\x74\x71\ \xb2\xdb\xc3\x98\xe1\x8a\x1a\x91\x1a\x15\xcd\x98\x2e\xbb\x0a\x0b\ \xd2\xa6\x25\x88\x7d\x75\xed\x87\xfa\x79\x42\x71\xf6\xbc\x8c\x98\ \xac\xbc\x8c\xf1\x5a\x7f\x79\x57\xd8\xef\xf3\xb7\xc5\xa4\x9f\x3f\ \x22\x7e\x44\x41\x4a\x4e\x5f\x4f\x59\xbb\xbf\x4b\x74\xe4\x66\xc6\ \x26\x45\x8a\x8e\x5d\x1a\x91\x53\x73\xa8\xf7\x1f\xbf\x12\xff\xf9\ \xee\xb4\xd7\x0e\xc4\x3f\xf7\x52\x74\xaf\xe8\xf6\x38\xd5\x69\x93\ \xbc\x57\x5d\x82\x1e\xf8\x9d\xfd\x0f\xbf\x68\xbb\xb8\xf0\xe8\xa4\ \x02\x3c\xff\xda\x11\xd3\xae\x77\xa7\x0a\xcd\x4a\x9b\x9f\x92\xa4\ \x98\x11\xd1\xb2\x6d\x50\x17\x44\x76\xe8\xc8\xba\xd8\x8c\x73\x63\ \x44\x0c\xc0\x29\x33\x3d\x9e\x51\x29\x2e\xcf\xb0\xd6\xc9\x10\x1c\ \x59\x19\xf1\xe9\x78\xf8\xd8\x13\x8e\xce\x48\x2c\x76\x9c\x38\xc4\ \x29\x45\x09\x89\xa5\xb1\x36\x09\x00\x3a\x1b\xdf\xaa\x08\xa4\xcf\ \x2d\x9c\xe8\x8a\x2a\x29\x4a\x9f\x10\xe7\x8c\x8e\x24\x98\xf7\xee\ \x7b\xee\xbd\xf2\xf3\xbe\xf9\x8d\x2c\xd7\x90\x78\x13\x97\x2b\x3b\ \x3f\x73\x56\xb2\x5d\x64\x4c\x07\x31\x39\x23\xb1\x00\x51\x3d\x2a\ \xa6\x24\xd1\xe5\x66\x4c\x77\x47\x17\xa5\xb8\xdd\x9c\x6a\x0e\x67\ \x51\x41\xf2\xe4\x04\xde\x51\xd7\x74\x20\xac\xc7\x8f\xcc\x9a\x9b\ \x1e\x9f\x9b\x56\x3c\x35\x68\xf7\xf6\x64\xc4\x1d\x49\xd2\xd1\x6d\ \x8f\xe6\x7d\xe7\x8e\xd0\x0d\xe7\xb4\x4c\xcc\xd0\x47\x8f\xb5\xc5\ \xa6\x0a\xf5\x0d\xf0\xc1\x07\xf0\xef\x47\x9d\x2b\xaa\x0a\xab\x6a\ \xda\x0e\xbc\xdf\xa9\x0a\x85\x13\xaf\x1d\x91\x32\x3a\x27\x2d\xbd\ \xab\x63\x4f\x5b\xff\x40\x62\xf2\xdc\xe2\xd4\x42\x4f\x4c\x71\x14\ \xef\x6d\xec\x6e\x90\x5d\x05\xa3\x47\x5c\x9c\x88\x7b\x1a\xba\x8f\ \xf8\x55\x9e\x9c\x38\xd2\x33\xd8\xb0\x62\x3b\x34\xef\x69\xa8\x29\ \xcc\x99\x2a\x47\x14\x94\xb2\xe8\x98\xd2\x64\xa7\x7b\xd8\x38\xab\ \x21\x39\x73\x32\xe2\x53\xd1\xb0\x5c\x61\x38\x2e\x33\xa1\xc8\x3e\ \x2c\xa3\x4c\x46\x92\x92\x4a\xa3\x65\x11\x00\x5a\xeb\x5e\x3f\xaa\ \x16\xcc\x29\x18\xeb\xf2\x94\x16\xa5\x8f\x8f\x75\x78\x4e\x69\xd4\ \xec\x8e\xd4\xec\xb4\x99\x59\xd1\x51\x9c\x99\x26\x72\x67\x24\x8e\ \xb4\x71\x43\x72\x16\xa4\x47\x27\x72\x66\x48\xae\xdc\xf4\xd8\x44\ \xc6\x0c\xc1\x9e\x53\x9a\x3d\x27\x0e\x77\xd5\x74\x54\x04\x21\xb9\ \x24\xe7\x9c\xd4\xe8\xe4\xcc\xf4\x69\x44\xa9\x6e\x1b\xf0\x05\xfb\ \x9b\xc4\xb8\x59\xa3\xd2\xc7\x8f\x48\xce\xec\xe9\x2e\x6b\xef\xef\ \x96\x5d\x79\x19\x31\x09\x91\x7b\x89\xf6\xbc\xfc\xa4\x94\xae\xee\ \xb2\xce\x80\x9a\x95\x75\x6e\x49\xea\xa8\x9c\xe4\xfc\x40\xdf\xfe\ \xa6\xde\x76\x4f\xdc\xa4\x51\x19\xe3\xe2\xe3\x46\x46\xf1\xde\xc6\ \x9e\x06\xd9\x95\x3b\x22\x6b\x41\xb6\x8b\x37\x76\x55\xf4\x86\x42\ \xd1\xb1\xa3\x12\x1d\x83\x26\x99\x43\x32\xf6\x1d\xdd\x9a\x96\x3d\ \xcf\x01\xba\x3d\x6a\x44\x46\x4c\xbc\xdd\x3d\xb2\x28\xa5\x40\x00\ \x00\xc4\x4d\x1c\x9d\x1a\x97\x03\x8c\xa4\x24\x8d\x8c\x96\x1c\x69\ \x29\xd3\xd3\xdd\x4e\x00\x40\x60\xd8\xa2\x8a\x63\xe9\xc1\xad\xf5\ \x1d\xd3\xc7\x2c\x8e\x92\x62\xf2\x32\xa7\x67\xc4\xa6\xc9\x11\x19\ \x65\x5d\xaf\xbe\xb0\x2c\x6b\xd1\xad\x93\x32\x4e\x34\x4b\x4e\xa7\ \x50\x92\xe5\x28\x89\x27\xba\x62\x56\xb7\xa9\xed\x2a\x3a\x67\x62\ \xec\xbc\x54\x01\x8b\xc2\xb8\x74\xa9\xad\x2d\xdc\xac\xe2\x0b\xa7\ \xc7\x4f\x8a\xc3\x48\xc0\x36\xc4\x1a\xba\x8d\x90\x20\x5e\x31\x33\ \xae\x34\xfa\x33\x70\x2e\x70\xce\xfb\x7a\x7b\x3c\x9e\xe8\x0f\xff\ \xe9\x34\xf1\x17\x10\x42\x2d\xcd\x8d\x85\xc5\x23\x31\x26\x9f\xc5\ \xbc\x20\xa5\xb1\x71\x43\x80\x24\x12\xe5\xe0\xb6\xea\xaa\xd9\x73\ \xff\x54\xe4\x96\x4e\x76\x61\x50\x28\x2f\x87\xf7\xdf\x87\x77\xdf\ \x85\xc6\x76\x00\x80\x91\xc5\x30\x63\x2a\xcc\x9d\x03\xc5\x25\x90\ \x94\x08\x36\xdb\x27\xb9\x9f\xbe\x7f\xd7\x03\x75\xb6\xcb\xae\x1a\ \x3b\xe3\xb3\xb1\xb4\x8c\xb6\xf7\x37\xfc\x21\x7a\xd4\x2f\x66\xa5\ \xa5\x9e\xf2\xc3\x0e\xbe\xf6\x87\x47\x0e\xa5\x3f\xfa\xa7\x5b\x3e\ \x9b\x7e\x1e\x0b\x35\x34\x6e\x08\x89\xc9\x10\xda\xb7\xa3\xb6\x61\ \xde\x39\x0f\xe6\x3b\x4f\xce\x7f\x45\x81\xae\x2e\xa8\xac\x84\x0d\ \x1b\x61\xfb\x4e\xa8\xae\x07\x49\x82\x82\x6c\xb8\x60\x11\x5c\x7a\ \x25\x94\x14\x7c\xc2\xdb\x75\xae\x5c\xff\x1b\x5b\xe1\x4f\xe7\x65\ \x66\x7d\x36\xf3\xbf\xf4\x86\x77\x37\xfc\x25\x79\xcc\xaf\xa7\xa5\ \x24\x7e\x0e\x0d\x98\xde\xde\xb6\xb1\xdb\xf0\x38\x58\xf3\x8e\x23\ \x9b\x4a\x26\xfd\x71\x72\x52\xf4\xe7\xd8\x5c\x72\x65\xd7\x8e\x9f\ \xb5\x7b\x6e\xbc\x7c\xd4\xc4\x4f\x5a\x5c\xf6\xec\xf8\x71\x8b\xfb\ \xfa\xcb\x4b\x27\x9d\x52\xfc\xbc\x07\x5e\xfd\xd1\xa3\x15\x0f\x3c\ \xf6\x60\xbe\x0d\xce\x12\x18\xa3\xc7\xaa\x0e\x67\x64\x66\x7f\x78\ \x89\xc4\x17\xa0\x0b\x6a\x6d\xf5\xeb\x87\x7b\xbb\xb0\x10\x53\x90\ \x7f\x59\x51\x5c\xc2\x89\x3f\x0d\x0c\xc0\xea\xd5\xf0\xec\xb3\xb0\ \x69\x13\xd8\x6c\x30\x79\x32\x5c\x7a\x29\xcc\x9c\x09\xa3\x47\xff\ \x4f\xbf\x56\x6d\x6d\x0b\xb1\xb4\xb8\xcc\xcf\xc4\x5d\xcb\xa9\xbf\ \xdd\xd7\x93\x10\x5f\x20\x7d\x68\x44\xb9\x6c\xfd\xbb\xdd\x09\xd3\ \xcf\x1b\x9d\xfa\x19\x95\xc5\x50\xf5\xb1\xd7\xab\xfa\x7a\xb1\x10\ \x57\x58\x70\xf9\x88\xd8\xd8\x8f\x7f\xa4\x70\xe8\x10\x6c\xdd\x0a\ \xef\xbe\x0b\x7b\xf7\x02\xa5\x30\x6f\x1e\x7c\xeb\x5b\x30\x7f\x3e\ \x38\x9d\x67\x78\x43\x65\xa0\xd6\xc7\xa3\x53\x3d\xf1\x9f\x4d\x21\ \x33\xfa\xda\xfd\x7d\x49\x09\x23\xc4\xcf\x67\x96\x52\x6b\xd3\xd2\ \xb2\xd6\x06\x46\x9c\x59\x59\x17\x8f\x4d\xc9\xfa\xbc\xeb\x0c\x55\ \x9a\xda\x15\x92\x1e\x9b\x8e\x3e\x61\x69\xef\xec\xab\x75\x44\x8f\ \x8a\xfa\x50\x07\xbd\xb5\x6c\xfd\xce\x9e\xc4\x2b\x17\x96\x9e\x3d\ \xc1\x0b\xbe\x10\x5d\xe0\x60\x50\x4e\x04\x74\x46\xb5\xd1\x30\xe0\ \xed\xb7\xe1\x9f\xff\x80\xb2\x32\xc8\x2f\x80\x1b\x6e\x80\xcb\x2e\ \x83\x82\x02\x10\x04\x38\xcb\xe0\x8c\x21\x0e\xcc\xa4\x58\x16\xbf\ \xdc\x87\xc8\x4d\x40\xc2\x87\x72\x57\xd7\xe1\xd8\x31\x58\xba\x14\ \x5e\x79\x05\x9a\x9a\x60\xe2\x44\xf8\xc1\x0f\xe0\xd2\x4b\x81\x10\ \xb0\xb0\xf8\xb4\xba\xf0\x99\x0d\x81\xea\xfd\xa1\xa7\xb7\xfa\xda\ \xcf\x24\x42\x5f\x75\x35\x5c\x79\x15\x5c\x7f\x7d\x7d\x9b\x57\x7b\ \xf6\x05\xd8\xbd\x1b\x1e\x78\x00\x8a\x8b\xcf\x44\x14\xb8\x16\x32\ \x83\x9f\x6a\x4a\xbf\xd6\xe7\x5b\xbd\x3c\xec\xfd\x64\x33\xec\xb4\ \x03\xef\xb6\x2d\xdb\xd4\xbf\xf1\x85\xa6\xf7\x77\x7d\xc9\x33\xff\ \x79\x7f\xcf\xcb\x8f\x7a\x8f\x7a\x4f\x3d\x2e\x49\x50\x5a\x0a\xbf\ \xfa\x15\xec\xd9\x03\x8f\x3f\x0e\xa1\x10\x5c\x79\x25\x5c\x77\x1d\ \x34\x36\x5a\xe5\xde\xe2\x53\xf3\x99\xe9\x82\xc4\x69\x75\x97\xae\ \xfd\xd7\xf3\xb6\x6f\x87\xf9\xf3\xa1\x6c\xf7\xc6\x39\xd3\xdf\xf9\ \xf3\xeb\xc2\x0d\xd7\x81\xcb\x75\x42\xc0\x9a\x36\xd6\x3e\x70\xe7\ \xb1\x5f\xfc\xac\xe6\x57\xf7\xd7\xfc\xee\x91\x90\xf7\xd4\x1d\xdf\ \x42\x5b\x9e\x6f\x5e\xbe\xf7\x53\xd9\xa1\x8a\xda\x50\x67\x2a\x9f\ \x64\x7e\xb9\xd1\xd5\xf5\xce\x5a\x92\x9e\x07\xc1\x76\xed\x63\xd7\ \x47\x7c\x11\xa0\x28\x67\xbc\xde\xbd\xf4\xbd\x8f\x9c\x5f\x1b\x1d\ \x0d\xb7\xde\x0a\x9b\x37\xc3\x5f\xff\x0a\xeb\xd7\xc3\xc2\x85\x70\ \xe0\x80\x55\xbe\x2d\x3e\x1d\x67\x62\xb7\xf3\xa3\xd5\x81\xdd\x1d\ \x46\x54\xa2\xe3\xc2\x62\x3b\xed\x57\xd7\x1c\x0e\x05\x88\x38\xb3\ \xd4\x9d\xed\x40\x00\xd0\xd8\x14\xd8\xda\x64\x08\x54\x37\x10\x22\ \x18\x00\x58\xc5\xd1\xc0\xde\x2e\x9a\x9e\xe1\x5c\x98\x2b\x1b\x8a\ \x7e\xd8\xcb\x4b\xd2\x64\x09\x00\x1a\xea\xe1\x86\x1b\x20\x36\x09\ \x9e\xbc\x7f\xf9\xab\xbb\xce\x3b\x67\xfc\x90\xb1\x6b\xb4\x54\x6a\ \x3c\xdd\x1e\xec\xd2\x7d\x52\xfa\xaf\x7e\x64\x17\x18\xe7\x58\x70\ \x2b\xfe\x35\xcb\x50\xc9\x22\x4f\xba\x33\xb0\xf1\x7d\x9e\x33\x03\ \x33\x25\xb0\x61\x49\x4b\xb0\xca\x31\x79\x51\xdc\xe8\xac\xf0\xde\ \x95\xde\x43\xcd\x62\xde\xe4\x84\x73\xc6\x63\xa6\x04\x77\xac\xeb\ \xaf\xeb\xe0\x60\x73\xcf\xbc\xc0\x93\x17\x0f\x5a\x8f\x77\xcd\xea\ \x50\x97\xea\x98\xbc\x20\x6e\x54\xbc\xa3\x78\xa4\xe8\x10\x01\x40\ \x3f\xba\xbd\x77\xe7\x21\x48\x28\x49\x58\x38\x57\x94\xc0\x6c\x3d\ \xec\xdd\xb9\x47\x1f\x50\x85\x8c\xb1\xf1\xf3\xa6\x0d\x59\x2d\x46\ \xd5\xba\x10\xcb\x2e\x98\x98\x15\x6e\xa2\x30\x18\xba\x8a\x85\x76\ \xad\xf0\x1d\x69\x13\xf3\xa7\x27\xce\x1e\xad\x94\xad\x55\x48\x71\ \xdc\xe8\x74\xa3\x7e\x47\xc0\x1b\x1b\x3b\xb1\x88\x36\xec\xf7\x35\ \xa0\xf8\x79\xe3\xcd\xa6\xfd\x3d\x9b\xf6\x30\x57\x76\xfc\xf9\xe7\ \xcb\x4e\xa6\x54\x6c\xf5\x1f\x38\x4a\xc5\xa4\xf8\xcb\x2f\xb3\xf1\ \x8e\xbe\xd5\x1f\x84\xbd\xdc\x3d\x73\x71\x74\x66\xb0\x67\xd9\x3a\ \x35\x08\xce\x89\xe7\xc6\x8c\xc9\x46\x3c\x14\xd8\xb6\xc6\x7f\xb4\ \x53\xce\x99\x14\x3f\x7f\x22\xa6\x3e\xdf\xaa\x15\xa1\x6e\xc3\x39\ \xed\xbc\x98\xe2\x54\xe7\x79\x97\x8b\x5b\xfe\xe1\x6b\xbc\x31\x2e\ \xbe\x3b\xd8\x10\x76\x8d\x2e\x38\x8d\xa8\x7b\x3c\xf0\x83\x1f\xc0\ \xdc\xb9\x70\xd5\x55\x70\xfd\xf5\xb0\x7e\x3d\xa4\xa5\x59\xa5\xdc\ \xe2\xb3\xb7\x17\xca\xf6\xf5\x3c\xb6\x3f\x24\xda\x89\x2c\xa0\x80\ \x5f\xf9\xe7\x8a\x9e\x7a\x13\xa3\x40\xf8\x5f\x2b\x7b\x9a\x4c\xe8\ \x6a\xf0\xfd\x75\xc3\x00\xb5\x11\x53\x65\x1a\xe5\x12\x82\x83\xfb\ \x7b\xdf\xae\xa7\xd9\x09\x64\xef\xde\xde\x37\xeb\x0d\xc2\xe8\xb6\ \xfd\x7d\xbf\x7d\xb7\xfb\x9d\x46\x23\xf8\xd8\x53\xe0\xf7\xc1\x5b\ \x2f\xd7\x53\x2d\x64\x2b\x9e\x9e\x82\xc0\x0c\x29\x95\x5b\x5a\xff\ \xf5\x9b\xba\x47\x5f\x0c\x76\x28\x48\x94\x11\x01\xb3\xaf\x5b\xef\ \xe9\x34\x4d\x8e\x04\x3b\x1a\x38\xda\xf6\xd4\x8b\x03\xbb\x97\xb4\ \xad\xdc\x85\xa3\xed\x00\x40\xa2\xe3\x6d\xd9\x05\x72\x82\x33\xb8\ \xe9\xf9\xd6\x95\x87\xe5\xdc\xac\xf0\xfa\xe7\x5a\x57\x56\x81\xd9\ \xd5\xf9\xfc\x6b\x9a\x19\x4b\xcc\x86\x96\xbf\x3f\x14\x18\x30\xfb\ \x5f\xfe\x5b\xd7\x7e\x9f\x3d\x2b\x0d\x23\x06\x5a\x77\xef\xeb\x2f\ \x85\xfd\xcc\x3c\xb2\xa2\xfe\xb1\x97\xa9\x2d\xc6\xac\x58\x5a\xf7\ \xc8\xab\x94\x41\x78\xf3\x92\xae\x2d\x8d\x52\x42\x54\x70\xc5\xbf\ \x9b\xdf\xdd\x39\xd4\x1e\x87\x0f\x1e\x13\x52\xc7\x08\x00\x9c\x01\ \x00\x42\x00\x81\x95\x8f\x36\xbe\xb9\x0d\x47\xb9\x82\x2b\x1e\x69\ \x7e\x7f\x9f\xd9\x58\xd6\xf9\xd6\x46\x00\x08\x2c\x7b\xbc\xf1\x8d\ \xd5\x0c\x20\xb0\xe5\xed\xde\x23\x7d\xac\x63\x67\xd3\x53\x6f\xa1\ \xc4\x3c\xd2\xbd\xbd\xf1\xe9\x25\xd4\xf0\xf5\xbc\xf9\xc4\x80\x8f\ \x48\x31\xd1\x38\xdc\xd8\xf6\xb7\xdf\xf5\x56\x07\x45\x8f\x13\x28\ \x00\x60\x92\x98\xe5\x48\x26\xdd\x4f\xfe\xcb\xdf\x1a\x56\x76\xbc\ \xd5\xfc\x76\x99\x9c\x93\x43\x08\x41\x2c\xd4\xf3\xd4\xdf\xbd\x2d\ \xd8\x9e\x22\x76\x3f\xf9\xb0\xaf\xce\x0f\x62\x8e\x3b\x1e\x2b\x47\ \x1a\x90\xe9\xf5\xbd\xf3\x78\xed\x6f\x1f\xec\xda\xb8\x4f\x0f\x9e\ \xce\x44\x1b\x3f\x1e\x5e\x7c\x11\x1a\x1b\xe1\xa5\x97\xac\x22\x6e\ \xf1\x39\xe8\x82\xa9\xad\xa8\xd6\xe7\xcc\x4e\xba\x7e\x72\xf4\x05\ \x05\xb6\xb6\x1a\x7f\x57\xb4\xfb\xde\xd9\x31\x37\xcc\x4f\x2c\x36\ \xf5\xad\x35\xda\xfe\x23\xa1\x82\xd1\xb1\xb7\x4c\xf6\x5c\x3f\xd9\ \x15\x23\x61\x5d\x37\x37\x94\x2b\x1a\xe3\x5d\xfd\x94\x2a\xe6\xfe\ \x6a\x15\x3b\xed\xf7\x2c\x4e\xbd\x7b\xb2\xb3\xa5\x56\xab\x7a\x67\ \x3b\x4c\x9f\x0e\x05\xb9\xdb\xd7\xee\xc8\x9b\x39\xc7\x05\xbd\x6d\ \x7f\xb9\xbf\xe6\xdf\xef\x88\xa5\x17\x16\xfc\xe9\xa1\xe4\x29\x29\ \x9c\x31\x16\x68\xed\x5d\xf6\x4e\xd7\xd2\x37\x7a\xf7\x57\x31\x24\ \x79\xae\xfc\x61\x5c\x5c\xf9\xb1\xdf\xbe\x17\xf7\xcd\x1f\xba\xa2\ \xed\x4c\xd5\x85\xfc\x09\x09\xf3\xcf\x75\xa5\xd8\xfa\x57\xbc\x6f\ \x98\xcc\xe8\xe8\x02\xad\x27\xb0\x7b\x1b\x35\x01\x1c\x69\xb1\x17\ \x5c\x99\x72\xdb\x8f\xdc\x51\x81\x81\x63\x3e\xec\xb2\xd1\x81\x10\ \x49\x1b\x1d\x53\x9a\x0b\x8c\x61\x47\x14\x11\x02\xde\x0d\x1f\x90\ \x69\xb7\x65\x5c\x77\x5d\xe6\xbd\x77\x91\x9a\x0f\xfa\xbb\x14\xe0\ \xc8\x36\x6a\x61\xe2\xe2\x1b\xd2\xaf\x9a\x13\x2e\x2b\x1f\xda\x61\ \x57\xf7\x6a\x24\x26\x09\x00\x38\x00\x42\x22\x80\xb7\x67\xe3\x21\ \xcf\xb5\x3f\x49\xbd\xf2\xc6\x9c\x6f\x2e\x0a\xaf\x5f\x46\x8a\xc7\ \x8b\xca\x51\x45\x19\x50\xbb\x28\x52\xbc\x6a\x77\x57\xa8\x3d\x18\ \x3d\x6f\x4c\x70\xeb\xc6\x60\x9b\x42\xbd\xed\xd4\xa0\xe1\x5d\xbb\ \x35\xdf\x00\xc7\xee\x98\x0b\xae\x4d\x5c\x74\x0e\xd4\xef\xf0\x75\ \xa4\x67\xdf\x7f\x4f\xf2\x95\x57\x47\x97\xc4\x01\xb6\x63\xd3\xaf\ \xf5\xab\x10\x6e\x51\x3b\x7a\xb1\xdd\xc6\x8d\x01\x70\xa4\xc7\x9c\ \x33\x0e\x79\x0f\xf4\xee\x2d\xe7\x5c\xd5\xbc\x61\xe6\x3b\xdc\x57\ \xd5\x0c\x80\xc4\x78\xc9\xe8\x69\x41\x31\xa5\x59\xbf\xfa\x5b\xe6\ \x15\x33\xf4\x2d\x4f\x1e\xf9\xd1\xaf\xfd\xf5\xa1\xd3\x3c\xb8\x69\ \xd3\x60\xf4\x68\x38\x74\xc8\x2a\xe2\x16\x9f\x43\x3f\x82\x32\x15\ \x90\xe7\xf8\x8c\x1f\x4d\xe3\x2e\x1b\x16\x00\x00\x70\x8c\x84\xfc\ \x1a\x53\x4d\x70\xc8\x04\x00\x22\x53\x9d\x39\x63\x61\x8e\x33\x12\ \xe4\x11\xf1\x28\x27\xc9\x96\x18\x2d\x71\xc6\x3b\xfb\xd4\xb2\x16\ \x75\x80\xcb\x76\x1b\x06\x97\xcb\xe8\x3f\xba\xbf\xc5\x7e\xed\x1d\ \xf9\x00\xaa\xa3\x64\x74\x38\x58\xab\x54\x1f\xea\x8f\x76\xbb\x0b\ \xf3\x30\x35\x49\x42\x69\xf6\xcf\x1e\x38\x31\x28\xc8\x01\x63\x8e\ \x90\x4a\x55\x65\xf0\x33\x63\x1c\x00\x81\x49\x15\x64\x2b\x1a\xe1\ \x1c\x91\x60\xcf\xbd\x2f\x31\x2d\x1b\xeb\x7e\x00\xce\x75\x06\x40\ \x04\xbb\xcc\x82\xba\xfb\x9a\x9f\x64\xa5\xbc\xdf\xfd\xe2\x83\x7d\ \x79\x8b\x72\xae\x1d\x8d\x08\x02\x66\x30\x5d\x17\x62\x3d\x00\x00\ \x76\xb7\x60\xa3\x54\x33\x04\x8c\x81\x19\x00\x80\x24\x17\x41\xfe\ \x21\xd7\x2c\x12\x10\x8f\xcc\xe4\xe3\x1c\x04\x01\x40\x65\x1c\x09\ \x31\x4e\x00\xc0\x51\x1e\x4c\x07\x50\xfa\x58\x47\xf4\xda\xde\x77\ \xdf\xe5\x59\x73\x12\xc1\xe7\x5d\xbb\x4a\x0d\x26\xa7\xe5\xc6\x2b\ \xbb\xc2\x24\x3e\xdb\x59\x58\xc8\x8d\xfc\xbc\xf9\x19\xf6\x28\xce\ \x19\xe7\x86\x06\xe0\xa6\x61\x15\xec\x31\xc7\x47\x15\x8c\xee\xa7\ \x1f\xf6\x0e\xe4\x24\xcd\xcc\x56\xa2\x24\x16\xd6\xe4\x39\x57\x17\ \xdc\x93\xd0\xf9\xee\x73\xd5\x5b\x46\x66\x2e\x4e\x45\xa2\xd3\x5e\ \x30\xc2\xe1\x60\xce\x7b\x7e\x2f\xe5\xe6\x01\x00\x37\x38\x72\x4a\ \xc0\x54\xad\xa9\x3a\x50\x7e\xd8\x60\x2e\x77\xe9\x28\xd9\x23\x9d\ \x4e\xf0\x31\xd8\x6c\xd6\xbe\x0c\x16\x9f\x8f\xbd\x20\xcb\x63\xa3\ \xf8\xea\x5d\xbe\x63\x3d\x7a\xa3\xd7\x4c\xcd\x70\xf6\xb7\x04\xd6\ \xb6\x68\x47\x6b\xfd\x5b\xfb\x61\x74\x8e\x5c\x9a\x2d\xed\x3b\xe4\ \xdb\xd7\xae\x37\xf6\x9a\x01\x9d\x89\x92\x38\x2e\x19\x35\xfb\xcc\ \x98\x58\x29\x3d\x4a\x88\xf3\x08\x5a\x7f\xf8\xa5\x6d\xfe\x16\x2e\ \x5e\x3f\xc7\x35\x6a\x6a\x2e\x1c\x2c\xaf\x7e\xe3\xf9\x70\xfe\xd4\ \xd1\xc9\x18\xc0\x11\x73\xc9\x5d\x05\xbf\xf9\x65\x4c\x41\x94\xff\ \xbd\xa7\xba\xf6\xb6\x81\x80\x59\xb0\x2f\xdc\xd8\xaa\xb6\x36\x2b\ \x2d\xad\xd4\x34\x82\x2b\xff\xd3\x17\x9a\x51\xfc\x87\x9b\x7c\xcf\ \xfe\x33\xd8\x6b\x4a\x71\x09\xc6\x91\xb2\x40\x75\xb5\xda\x67\x38\ \xc7\xe5\xa9\x4d\xed\x24\x31\xd7\x9e\x96\x20\xc6\x27\x22\x64\x30\ \x5d\x8f\xa8\x13\xd7\x75\xce\x4c\xb3\xa3\x43\x2c\x9e\x97\x72\xc1\ \xd8\xe0\xae\xdd\xaa\xdf\xe0\xa6\xc6\x50\xb4\xa7\x74\x64\x68\xcd\ \x6b\xfd\x35\xf5\xfe\xf7\xdf\x08\xb1\x11\xee\x14\x37\xd7\x54\x66\ \x50\x00\x00\x6a\x30\xfd\x44\xbc\x0c\x5b\x9a\x9b\xf6\x34\x02\x00\ \x16\x04\xbd\xe6\x98\xc9\x92\xa2\x73\x3c\xbe\xb7\x5f\x0d\x35\xd6\ \x76\x2d\x5d\xce\x52\x26\xda\x5c\xf1\x31\xe3\xe3\xba\x9f\x7c\x11\ \x8d\x9c\x9f\x34\x35\xbb\x77\xc9\x2b\x2c\x6d\xac\xcd\x86\x5d\xa3\ \x0a\x60\xa0\x89\x4a\x89\x8e\x8c\x74\x29\x29\x16\xc9\x02\xd7\x35\ \xce\x38\x00\xc8\x23\x4a\xa5\x81\x1d\x1d\x2b\x77\x2b\x4d\x8d\x5a\ \x4f\xbb\xd6\xd5\x4b\xd2\x4a\xdc\x63\x47\xcb\x1e\xc2\xa9\x49\xfb\ \x7b\x59\xd4\xa8\x94\x6b\x16\xd1\xba\x0d\x41\x9c\xe7\x8c\x17\xd4\ \x0e\xd5\x96\x97\x2f\xc6\xa7\xc9\x6e\x27\x80\xae\x76\xeb\x52\x7a\ \x1e\xeb\x2d\x6f\x7d\xea\x65\x15\x67\xa6\x7c\xf7\x8f\x79\x77\xdf\ \x60\x8f\x3b\xdd\x00\x6a\x6b\x2b\x1c\x3d\x0a\x29\x29\x56\x11\xb7\ \xf8\x14\xfc\xd7\x79\xd0\xa8\x30\xdd\xe6\x6f\x0b\xae\xab\x0a\x55\ \x07\x60\xfa\xa8\xa8\x52\x07\x5d\x53\x36\x50\xd6\xc5\xce\x99\x16\ \x37\x27\x59\x88\x4b\xb4\x47\x69\xda\x07\x95\xc1\xb2\x2e\x33\x2b\ \xc3\x39\x35\xcb\x56\x9c\x2e\x7b\x5b\x43\x1f\x1c\x0e\x56\x76\x99\ \x29\xe9\xf6\x14\x97\x30\x26\xdf\x3d\x3d\xcb\x16\x43\x00\x5c\x6e\ \x78\xe2\xc9\xfa\x83\x2d\xe2\x9d\x0f\x4c\xc9\x8d\x3e\x2e\x4d\x36\ \x5b\xce\xc8\x98\x39\xb3\x1d\x49\x51\x58\xf7\x06\x0e\x57\x04\xca\ \xca\x03\x65\x7b\xfa\x0f\x1c\xc2\xf1\xf1\xe1\x83\x47\x3d\x97\xdc\ \xec\x29\x2e\xc5\x7d\x7b\x03\xc1\xf8\xb8\x99\x93\x59\xe3\xb6\xde\ \xf5\x3b\x4d\x67\x7e\xd2\xe2\x0b\xa1\x69\x47\xcf\x07\x6b\xfa\xab\ \x9a\xc4\xbc\x09\x76\x8f\x19\xae\xed\x72\x8c\x9f\x22\xbb\xb9\x5a\ \x57\x2f\x14\x8c\xc5\x0d\x6b\xdb\x5e\x5f\x3a\xd0\xa8\xc4\x5e\x7e\ \x43\xcc\x08\xb7\x52\xd3\x24\x8f\x9a\xe6\x1a\x33\x5e\x08\x1e\xee\ \x59\xb9\x3a\x34\xe0\x49\xb9\xfd\x3b\xae\x04\x9b\xd1\x5a\x6b\x3a\ \x72\x3d\x25\xa9\xac\xbf\x43\x1d\x90\x3d\x13\x4b\x08\x02\x00\x20\ \x4e\xdd\xbb\x7e\x97\x63\xd6\x3c\x67\x82\x4b\xa9\xd8\xc5\x33\xa7\ \xc7\xcf\x1e\x47\x8f\x6d\xe8\x5d\xbf\xd5\x70\x95\xa6\xdf\x76\xbd\ \x6c\x27\x42\xb4\x5d\x6d\x08\xc5\x5c\x78\xa9\x23\xd7\xa5\xd4\xf6\ \x44\x9d\x77\x8d\x2b\xc9\x4e\xd2\x4a\x6c\x72\x77\xef\xf2\xe5\xfe\ \xbd\x07\xa8\x27\xcf\x9d\x1d\xad\xd4\xd6\xcb\xc5\xd3\xec\x31\x36\ \xe4\x4a\x75\xe5\x38\xfc\x6b\xdf\xf7\xed\x2e\x63\xae\xe2\xa4\x73\ \x47\x86\x36\xbf\xdb\xb7\x63\xb7\x6e\x24\xc6\x2d\x98\x87\xbd\x07\ \xdb\x9e\x7f\xd1\x57\xd6\xe0\x9c\x7e\x45\xd2\xec\x49\xee\xc2\xcc\ \xd0\xb6\x65\x7d\x5b\xb7\x06\x5b\x0d\xd7\x98\x52\x21\xb4\xbf\x63\ \x6d\x75\xec\x15\x97\xd9\xa2\xe3\xa2\x66\x2e\x88\x19\x57\x24\x3a\ \x3e\xc2\xdc\x0b\x85\xe0\xde\x7b\xa1\xa2\x02\xfe\xf2\x17\x48\x4f\ \xb7\x4a\xb9\xc5\xe9\x07\x14\xbe\xcc\x79\xd0\x27\xa3\xfd\xfa\xc7\ \xf4\x37\x7f\x41\x17\x2c\xb6\x3f\xf8\xbb\xff\x71\x5e\xe3\xe7\x8f\ \xda\xfd\xf7\x9f\x05\x93\xaf\xce\xb9\x6e\xda\x59\x30\x47\x4d\xed\ \x7b\xea\xff\xbc\x68\x7e\xfe\xed\x0b\xff\x4b\x62\xf6\xed\x83\x1f\ \xff\x18\x36\x6e\x84\xa7\x9f\x86\xdb\x6e\xb3\x4a\xbf\xc5\x47\xf1\ \x45\xcc\x6b\x3a\x43\x5a\x2f\x98\xb9\xfb\xd6\xef\xdb\x2b\x0e\xc1\ \xdc\xb9\xf0\x8b\x5f\x40\x43\xc3\x59\x9c\x6f\xb6\xf8\x6b\x6f\xf3\ \x64\xca\x67\x45\x27\x9d\xe9\xa4\x60\x41\xfa\xe5\xe7\x7c\x9c\x28\ \xd4\xd4\xc0\xfd\xf7\xc3\x39\xe7\x40\x5d\x1d\xbc\xf5\x96\x25\x0a\ \x16\x9f\x9a\x2f\xda\x5e\x18\xa4\xaa\x0a\xfe\xf4\x27\x78\xf5\x55\ \x88\x8f\x87\x6b\xae\x81\x6b\xaf\x85\xa9\x53\xad\x87\xf1\xa9\x65\ \x1f\x76\xec\x80\x57\x5e\x81\x25\x4b\x60\x60\x00\x6e\xbe\x19\xee\ \xbf\x1f\xf2\xf3\xad\x8c\xb1\xf8\xd4\xf6\xc2\x97\xa4\x0b\x11\x76\ \xec\x80\x67\x9e\x81\x77\xde\x01\x55\x85\x69\xd3\x60\xf1\x62\x38\ \xff\x7c\xc8\xca\xfa\x84\x0b\x28\xff\x7f\x45\x51\xa0\xa1\x01\x56\ \xae\x84\x65\xcb\x60\xef\x5e\x70\x3a\xe1\xea\xab\xe1\x9b\xdf\x84\ \x49\x93\xac\xbc\xb1\xf8\x2a\xeb\x42\x84\x63\xc7\x06\x17\x59\xef\ \xdc\x09\x2e\x17\x94\x96\xc2\x82\x05\x30\x7d\x3a\x4c\x9a\x04\xd1\ \xd1\xd6\xc3\x3b\x95\xbe\x3e\xd8\xb3\x07\xb6\x6f\x87\x75\xeb\xe0\ \xf0\x61\x50\x55\x98\x31\x03\x2e\xbf\x1c\x2e\xb8\xc0\xb2\x11\x2c\ \xbe\x46\xba\x10\x41\xd7\xa1\xb2\x12\xd6\xae\x85\xd5\xab\xe1\xc8\ \x11\x18\x18\x80\xa8\x28\x98\x3a\x15\x26\x4d\x82\xe9\xd3\x21\x27\ \x07\x12\x13\xcf\x7c\x05\xf1\xd7\x8a\x40\x00\x7a\x7a\xa0\xae\x0e\ \x76\xec\x80\x7d\xfb\x60\xd7\x2e\x08\x85\x20\x2a\x0a\x46\x8f\x86\ \xf3\xce\x83\x05\x0b\xa0\xb8\x18\x44\xd1\x2a\xe5\x16\x5f\x47\x5d\ \x18\x4e\x6d\x2d\x54\x56\xc2\xa6\x4d\x50\x56\x06\x07\x0f\xc2\xc0\ \x00\x24\x27\x43\x6a\x2a\x14\x16\xc2\xb8\x71\x50\x50\x30\xf8\x92\ \xa4\xaf\xe7\xe3\x52\x55\xa8\xa9\x19\x7c\x95\x95\xc1\xb1\x63\xd0\ \xd1\x01\x5d\x5d\xe0\xf1\xc0\xf8\xf1\x30\x6e\x1c\xcc\x9b\x07\x25\ \x25\x90\x93\x63\x95\x6c\x8b\xcf\x49\x17\x84\xb3\x31\xbd\xf9\xf9\ \x90\x9f\x0f\x97\x5e\x0a\x86\x01\xbd\xbd\x70\xe8\x10\x1c\x3a\x34\ \xa8\x11\x9b\x37\x83\xa2\x40\x30\x08\xb1\xb1\x50\x5c\x0c\xb9\xb9\ \x90\x97\x07\xf9\xf9\x90\x9d\x0d\x1e\x0f\x44\x45\x41\x54\xd4\x57\ \xc6\xac\x08\x06\x21\x10\x80\xfe\x7e\xe8\xef\x87\x86\x06\xa8\xad\ \x85\xba\x3a\xa8\xaf\x87\xaa\x2a\xe8\xef\x07\x97\x0b\xec\x76\xf0\ \x78\x60\xec\x58\xb8\xfe\x7a\x18\x3b\x16\xc6\x8c\x81\xd8\xd8\xb3\ \x30\x44\x85\xc5\xd7\x8f\xb3\xbb\x90\x89\x22\xa4\xa4\x40\x4a\x0a\ \x9c\x7f\x3e\x00\x80\xa6\x41\x6b\x2b\xb4\xb7\x43\x63\x23\x54\x54\ \x40\x63\x23\x54\x56\xc2\xfb\xef\x43\x4f\x0f\x88\x22\x44\x47\x43\ \x74\xf4\xa0\x34\xa4\xa7\x43\x6a\x2a\x24\x26\x42\x42\x02\xc4\xc7\ \x43\x7c\x3c\xc4\xc5\x41\x5c\x1c\xb8\x5c\x80\x31\xa0\x2f\x64\x3a\ \x02\xe7\xc0\x18\x0c\x0c\x80\xd7\x0b\x7d\x7d\xd0\xdb\x0b\xbd\xbd\ \xd0\xd3\x03\xdd\xdd\xd0\xd6\x06\x6d\x6d\x27\x44\xc1\xeb\x05\x4a\ \x21\x29\x09\xb2\xb3\x21\x3b\x1b\xa6\x4d\x83\xd2\x52\xc8\xca\x82\ \xb4\x34\x48\x4b\xfb\xda\x9a\x45\x16\x96\x2e\x7c\x36\xc8\x32\xe4\ \xe5\x41\x5e\x1e\xcc\x9a\x75\xc2\x2b\xa1\x69\xd0\xd9\x09\x8d\x8d\ \xd0\xd2\x02\x2d\x2d\xd0\xd6\x06\x4d\x4d\x50\x5e\x0e\x7b\xf7\x82\ \xa6\x81\xa6\x81\xae\x0f\x9e\xc6\x18\x78\x3c\x10\x13\x73\x42\x3e\ \x5c\xae\xc1\x97\xc3\x01\x76\x3b\xd8\xed\x20\xcb\x20\xcb\x20\x49\ \x20\x8a\x20\x08\x40\xc8\x49\x81\x8f\x28\x05\x4a\xc1\x34\xc1\x30\ \x06\xaf\xa9\xaa\xa0\xaa\x10\x0e\x43\x38\x0c\xc1\x20\x84\x42\x10\ \x0c\xc2\xc0\x00\xf8\xfd\x30\x30\x00\x3e\x1f\xf4\xf7\x03\x21\x20\ \x49\x20\x49\x83\x57\x8e\xdc\x22\x25\x05\x0a\x0b\x21\x2d\x0d\x32\ \x32\x20\x23\x03\xb2\xb3\x21\x31\x11\x6c\x36\xcb\x53\x60\x61\xe9\ \xc2\xff\x4c\xa4\xbe\xb9\xdd\x50\xf0\xa1\xa8\xa7\x91\xa6\x38\x10\ \x80\x81\x01\x08\x04\x20\x18\x84\xde\x5e\xf0\x7a\x61\x60\x60\xf0\ \x15\x0c\x42\x57\x17\xd4\xd7\x43\x28\x04\x8a\x32\x58\xc3\x23\x22\ \xa2\xeb\x60\x9a\x1f\xb9\xe8\x08\x63\x10\x04\x10\xc5\x13\x95\x3c\ \xa2\x29\x4e\xe7\xe0\x2b\x2d\x0d\x8a\x8b\x07\xa5\x27\x36\x16\xe2\ \xe3\xc1\xe5\x02\xb7\x1b\xa2\xa2\x06\xff\xf5\x78\xac\x92\x67\x61\ \xe9\xc2\x97\x81\xc7\xf3\xdf\xab\x5f\xc4\xd4\x1f\x7a\x71\x3e\x78\ \x24\xa2\x08\x91\x8f\xc3\x89\x74\x40\x10\x1a\x7c\x13\xe9\x92\x20\ \x04\x18\x9f\x78\x21\x64\x95\x2a\x0b\x4b\x17\xbe\xca\x20\x74\x6a\ \x4f\xc1\xc2\xc2\xe2\x8b\x5f\x1f\x61\x61\x61\x61\xe9\x82\x85\x85\ \x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\ \x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x16\x96\x2e\x58\x58\ \x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\ \x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\ \x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\ \xf1\x15\xd5\x05\x84\xbe\xb4\xcd\x23\x2c\x2c\x2c\xbe\x98\xca\x8f\ \xc9\x47\x85\x1d\x14\x4e\xa7\x09\xc8\xd4\xf5\x86\xba\x6a\x4b\x1a\ \x2c\x2c\xbe\xc6\x30\x46\x4d\x5d\x47\x08\x9d\xe9\x7e\x53\x9a\xa6\ \xea\x9a\x66\x85\x30\xb5\xb0\xf8\x3a\xc3\xb9\x24\xcb\xb2\x6c\x3b\ \xa3\xfd\xa6\x38\xe7\xb2\x6c\xb3\xd9\xec\x56\xbe\x59\x58\x7c\xdd\ \x95\x81\xf3\xd3\xed\x87\x20\x7c\xa2\xb3\x2d\x2c\x2c\xfe\x7f\xc0\ \x1a\x8f\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\ \x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\ \xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\ \x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\ \x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\ \x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\ \xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\ \x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\ \x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\ \x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\x74\x61\x38\x08\x21\xf4\ \x49\x4e\x22\x82\x28\x0a\xc4\xca\x77\x0b\x8b\xb3\x19\xe1\x23\x6a\ \x32\xb6\xd9\xed\x02\x46\x00\xc0\x19\xd5\x35\xcd\xa0\xec\xd4\x73\ \x38\x10\x49\x16\x10\xd3\x75\xe3\x63\x35\x81\xc8\x36\xc1\x50\x75\ \x0a\x1c\x21\x08\xf4\xb5\x07\xa8\x3d\x31\xce\x8d\x38\xb7\x72\xdf\ \xc2\xe2\x2b\xa3\x0b\x08\x61\xae\xf7\x6f\x5f\xbb\xac\xce\x1b\x36\ \x29\x73\xc6\xa4\x8e\x9d\x34\x39\x3f\xc5\x6d\xea\x06\x22\x82\x20\ \x10\x04\x9c\x9a\x94\x23\xe8\xae\xdc\xbc\xfa\x40\xdb\x94\x0b\xae\ \x1e\x9b\x8c\x43\x8a\x01\x98\x08\x02\xc1\x00\xd4\x34\x4c\xc6\x23\ \x97\x62\x4a\xe7\xd2\x97\x56\x4a\xe3\x17\x5c\x34\xb9\x08\x05\xdb\ \xdf\x78\xe4\x81\x15\xbe\xf1\x0f\xff\xe5\xde\x54\x09\x10\xc6\x08\ \x01\xa3\x8c\x23\x44\x30\x66\xd4\x34\x4d\xca\x01\x10\x26\xa2\x20\ \x20\xe0\xa6\x69\x50\x66\xc9\x87\x85\xc5\xd9\xa0\x0b\x98\x50\xa5\ \x77\xcd\x2b\x4f\x6f\x0f\xc7\x66\x27\xb9\xb4\x50\xe0\xed\x25\x2b\ \xaf\xf9\xce\x77\x2f\x9f\x9a\x35\xd0\xd3\xd9\xe3\x0f\x30\x10\x3c\ \xf1\x29\xc9\x89\xae\xae\x8a\x1d\x4b\xdf\xa9\x20\x99\x63\x3d\x86\ \x27\x3a\x21\xc5\xce\x42\x6d\x0d\x9d\x0a\x15\xe2\x53\x53\x3d\x32\ \x36\x29\x43\x98\xd0\x70\xfb\x8a\x37\x97\x44\xd3\x84\x82\x18\x39\ \x29\xc6\x96\x3d\x7a\xe2\x78\x5f\xbe\x93\xf0\x90\xbf\xb7\xc7\x1f\ \x30\x19\x72\x46\x45\x8b\x4c\xf1\x0f\xa8\xce\x98\x84\xc4\x58\x27\ \x02\xc4\x8d\x50\x73\x73\x97\x06\x72\x62\x4a\xaa\x5b\x04\xd3\x92\ \x06\x0b\x8b\xb3\xa2\x1f\x01\x08\x61\x94\x37\xef\xf6\x27\xee\x5f\ \xe4\x3b\xb2\xf1\x2f\x7f\xfc\xd3\x6b\x2f\x2e\x99\x3a\xe1\x47\xed\ \xab\x9e\x7a\xf0\x9d\x83\xc0\x51\x6c\xc1\xdc\x9f\xfc\xf2\x2e\x9b\ \xcb\xe3\x66\xfe\x37\xfe\xf2\xe3\x0d\x23\xe7\xfd\xe6\xd7\xb7\x1d\ \x7e\xf9\x9f\xaf\xac\x2f\x57\x18\xce\x99\x70\xd1\xf7\xef\xb9\x26\ \xcd\x86\x18\x00\x20\x21\x2a\xd6\x73\x74\xc5\x73\xdf\x5b\xb9\xfa\ \xbe\x5f\x7c\x2f\xd8\x5e\xb9\xb7\xd6\x71\x27\xd1\xd7\xbe\xf0\xaf\ \x17\xd6\x96\x69\x9c\x24\xe6\x14\xb8\xcd\xee\xea\xc6\xde\xf8\xa2\ \x59\xdf\xff\xd1\x0f\x27\xc7\x7b\xdf\x78\xe2\x91\xf7\xb6\xd7\x28\ \x48\x1c\x35\xe7\xca\xef\xdc\x7a\x79\x92\x68\x98\x96\x32\x58\x58\ \x7c\x81\xe0\x8f\xf6\x0b\x20\x4e\x8d\xb0\x62\x24\x8e\x18\x3f\x6b\ \xda\x28\xa5\xaf\xba\xba\x97\x16\xcf\xbd\xfc\x3b\x77\x7d\xeb\xf2\ \xf3\xa7\xf8\x2b\xd7\x6d\xae\xe9\xc2\x9c\x99\xae\xd4\x6f\xfe\xdf\ \xa3\xff\xfc\xf5\x9d\x7c\xef\xdb\x2f\xac\xaa\x18\x7d\xe1\x2d\x77\ \x5e\x39\xab\x65\xeb\x6b\xef\xec\x69\x17\xc4\x88\x7f\x91\x1b\xaa\ \x39\xf6\x8a\xef\x3c\xf5\xd4\x9f\xe7\x14\x25\xe8\xaa\x09\x00\x00\ \x66\x5f\x67\xb7\x6b\xec\xc2\xdf\xfd\xf1\x81\x14\x6f\x95\x5e\x70\ \xed\xa3\xbf\xbd\x0d\xb7\xee\xdf\xb9\xef\x58\xf5\xfe\x65\xaf\xac\ \x6b\x9c\x71\xcd\x1d\xdf\xba\xa0\x64\xdf\x9a\xa5\x1b\x0e\x74\x88\ \x36\xc1\x7a\x4e\x16\x16\x67\x83\xbd\x00\x00\x80\x88\x68\xb3\x8b\ \xa0\x69\xfd\x7e\x1f\x08\x6e\xa7\xde\xf0\xea\x73\x4f\xee\xec\xb4\ \x17\x66\x3a\x44\x19\x29\x26\xe5\x8c\x72\x2c\x26\x64\xe4\x26\xc6\ \x49\xb5\xcd\x5d\x06\xa7\x2d\x95\x7b\xb4\x28\xa1\x60\xe2\xd4\x78\ \xcc\x18\x70\x00\x04\x00\x94\x32\x57\x5c\x4a\x6e\x7a\x32\x84\x3b\ \xf9\xf1\x4e\x01\x46\x88\xd8\x5d\x59\xf9\x45\x39\x89\x72\x1f\x89\ \x2d\x2a\x75\xc4\xba\x44\x53\xf1\x77\x35\xb5\x99\x02\x6a\x38\xb0\ \xbd\xcf\x86\xc6\x8e\x19\x1d\x2b\xea\x06\x43\x08\xc0\xb2\x18\x2c\ \x2c\xce\x06\x5d\x40\x9a\xbf\xbd\xaa\xe2\x60\xe3\xee\x15\x6f\xae\ \xab\x1f\x71\xc1\x0f\x0b\x58\xc3\x23\x15\xcd\xf9\x17\xdc\x7b\xe9\ \x58\xde\xb4\x67\x8f\xc1\x88\xd3\x65\xa3\x21\x7f\xd5\xfe\x5d\x39\ \x24\xd3\x95\x9e\x22\x51\x96\x50\x30\xf1\x92\x99\x39\x8a\x5f\xcd\ \x1e\x99\x6c\x1a\x0c\x30\xc6\xa2\xdd\x2d\x1b\x8d\x47\x2b\xf7\x97\ \x7b\xd2\xe3\x25\x44\x4e\x0c\x6b\x72\xc6\x4c\xc3\x60\x80\x38\x35\ \x74\x83\x02\x20\x40\x42\x42\x56\xa6\xa0\x56\xa6\x94\xce\x58\x38\ \x2a\x49\xd1\x68\x66\x71\x2a\xd3\x0d\x4b\x14\x2c\x2c\xbe\x64\x5d\ \xe0\xc0\x11\x26\x0e\x97\xab\x73\xcf\x6b\xf7\xed\x78\xd5\x15\x97\ \x3a\xee\x92\x6f\x5d\x7f\xed\xdc\x38\x67\xdf\x85\xb3\x46\x2e\x59\ \xf5\x9f\x23\xeb\x64\x53\x4e\x9a\x26\x09\xe9\x93\xcf\x99\xb3\x79\ \xff\x7b\x8f\xfc\x6c\xed\x88\xb9\xbf\xf9\xcd\xdd\xdf\xba\xaa\xe7\ \xc5\x15\xcf\xfc\xf4\x3d\xc3\x95\x34\xe1\xff\x1e\x1a\x95\x84\xc1\ \x60\x54\x8e\xca\xb8\xf0\x92\x59\xff\x7e\xeb\xe5\xef\xad\x5b\x7e\ \xe7\x4f\xef\x27\x02\x61\x8c\x47\x44\xe1\xe4\x37\x9c\x31\xa6\x1b\ \x2c\x77\xda\x15\xb7\x2e\x6e\x7d\x73\xe9\x63\x6b\x9f\xd7\xe2\x47\ \xcd\x7d\xe0\xd7\xe3\x52\x90\xa1\x59\xc2\x60\x61\xf1\x05\x82\x06\ \xfa\xfd\xa7\x39\xcc\x69\xb0\xbf\x5f\x31\x28\x00\x12\x64\x7b\x4c\ \x4c\xb4\x88\xa8\xc9\x10\x18\xe1\x3e\x5f\xbf\x41\x41\x90\x6c\x2e\ \xb7\xcb\x6e\x93\x8c\xa0\xdf\x37\x10\x06\xd1\x1e\x1d\x13\x63\xc7\ \x7a\x5f\x9f\x4f\x33\x18\x91\xed\x51\x51\x2e\x11\x01\x07\x40\x08\ \x03\xd7\x7d\x7d\x3e\x9d\x61\xb7\x27\x0a\xb4\x40\xc8\x94\xe3\x62\ \x1d\x61\x9f\x4f\x45\x52\x4c\x94\x23\xec\xef\xd3\x49\x54\xac\x1b\ \xf9\xbc\x03\xc4\xe6\x8e\xf6\xb8\x10\x55\xbc\x7d\x7e\xcd\xe4\xa2\ \xcd\x11\xe5\x76\x0a\xc8\xea\x44\x58\x58\x9c\x0d\xba\x00\x88\x08\ \x04\x23\x04\x00\x9c\x33\x46\x19\xe3\x1c\x00\x10\x26\x84\x60\x04\ \xc0\x39\x67\xd4\x64\x1c\x30\x21\x04\x63\xce\x19\x35\x29\x47\x58\ \x20\x18\x21\x34\xf8\x71\xe8\x5a\x08\x13\x42\x10\xe2\xd4\xa4\x80\ \x09\x41\xdc\x30\x29\x11\x04\xc4\x39\xa5\x14\x0b\x22\xe2\xd4\xa4\ \x5c\x10\x04\xce\x29\xa5\x0c\x61\x4c\x30\x41\x08\x38\x63\x94\x52\ \x4b\x14\x2c\x2c\xce\x12\x5d\xb0\xb0\xb0\xf8\xff\x17\x6b\xdd\x94\ \x85\x85\x85\xa5\x0b\x16\x16\x16\xff\x8d\x2f\x74\xca\x10\xc6\x96\ \x0c\x59\x7c\xe5\xe1\x9c\xf3\x8f\x58\xf5\x77\xd6\x96\xf0\x8f\x49\ \xf3\x97\xa9\x0b\x08\x21\xce\x79\x20\x10\xa0\xd4\xb4\x0a\x96\xc5\ \x57\x17\x04\xc8\x6e\xb7\x8b\x92\xcc\x39\xfb\x70\x09\x0f\x06\x83\ \xa6\x69\x9c\x85\x69\xb6\xd9\xed\xd2\x87\xd2\xfc\x25\xeb\x02\x42\ \x88\x31\xd6\xdb\xd3\x2d\xcb\x36\xd9\x66\xb3\xca\x96\xc5\x57\x17\ \x4a\xa9\xd7\xdb\xe7\x72\xb9\x9d\x6e\x37\x67\x27\xaa\x19\xe3\xac\ \xaf\xa7\x47\x14\x25\x9b\xdd\x7e\x16\xa6\xd9\xe7\xed\x73\xba\x5c\ \x6e\x77\x14\x63\xec\xf3\xd2\x05\x0e\x5c\x24\x36\x91\xc8\xfc\x23\ \x26\x16\x20\x40\x94\x19\x9a\x19\x46\x10\x99\xdd\x88\x7c\x5e\xaf\ \xc3\xe9\x4c\x4e\x49\xb3\x0a\x96\xc5\x57\x9d\x28\x8f\xa7\xb5\xb9\ \x49\xb6\xd9\x88\x20\x00\x1f\x8c\x27\xe0\xf7\xf5\xca\xb2\x9c\x9a\ \x9e\x79\x76\xa6\xd9\x13\x1d\xd3\xda\xd4\x68\x93\x6d\x82\x28\x9e\ \x49\x87\xe2\xd3\xe8\x82\x2c\x38\x0e\xd5\xaf\xaa\x6c\xde\x28\x09\ \xa7\x6f\xfc\x4d\xaa\x65\xc4\x97\xce\x18\x79\x83\x61\xaa\x00\x80\ \x10\x28\x4a\x38\x25\x2d\x6d\xa8\x9f\x13\x31\xba\x3e\x47\x0b\x05\ \x63\x04\x70\x86\xd2\x78\xfa\x6f\x73\xf6\x59\x2d\xef\xc6\x18\xc3\ \x67\x78\x39\x8b\x2f\xcb\x1a\x3f\x1e\x74\xcc\x6e\x77\x08\x82\xa8\ \xeb\x9a\x43\x10\xf8\xe0\x23\x46\xe1\x70\x38\x23\x2b\xe7\x0b\x2b\ \xe1\x9f\x28\xcd\x9c\x73\x9b\xcd\x26\x48\x92\xa6\x69\x82\x28\x9d\ \xc9\x62\xa3\x4f\xa3\x0b\x02\x16\xdb\xbd\xc7\xf6\xd5\xbc\x63\x97\ \xa2\x4e\x7b\x82\x66\x04\x0d\x53\x9b\x53\x7a\x8b\x01\xea\x90\x89\ \x11\xe9\x4d\x1c\x4f\xeb\x49\x79\xf7\xd9\xe6\x20\x42\x48\xeb\xef\ \x0b\x9a\x42\x4c\xb4\xeb\xe4\x87\x83\x04\x81\x44\xa6\x63\x7d\xcc\ \xb7\x09\x61\xfd\xde\x01\xe2\x70\x3b\x25\x12\x99\xa1\x8d\x00\x21\ \x8c\x06\x13\x7c\xbc\x7e\x63\x8c\x81\x73\x40\x27\x14\x04\x21\x8c\ \xe0\xf8\xaf\xe2\x9c\x03\x20\x84\x30\xe2\x01\x9f\x0f\x64\x8f\xcb\ \x86\xac\x18\x33\x5f\x45\x15\x18\x7a\xc3\x39\x8f\x94\x54\x42\x08\ \x20\x38\xa5\xcc\x72\xc6\x11\x0c\x3d\xf9\x53\xd5\xe1\x94\x12\x8e\ \x10\x46\x88\x73\xf6\xe9\xcb\x3d\x21\x02\x82\xe1\x93\x07\xff\x4b\ \x9a\x87\x55\x43\x38\x93\xbb\x7e\x1a\xf7\x29\x07\x2e\x10\xc9\x26\ \xb9\x6d\x92\xeb\x23\x5e\x6e\x51\xb0\x0d\xef\x65\xf0\xc1\x09\x93\ \xc0\x39\x37\x54\x55\xd5\x4c\x00\x60\x8c\x7d\x52\x37\xe9\x99\x65\ \x19\xa9\xd9\xf0\xea\xcb\xef\xef\x05\x32\x6c\x91\x16\x20\xc4\x94\ \xa6\xfa\x3a\xaf\xca\xf1\x47\x47\xa4\xc4\x84\xe8\x5d\xe5\x4f\x3d\ \xfe\x42\x75\x4f\x50\x35\x18\xc6\x08\x01\x60\xcc\xb5\x70\x50\x51\ \x94\x70\x48\x41\x04\x23\x00\x4c\xb0\xa1\x2a\x61\x45\x09\x86\xc2\ \x26\xc7\x28\xf2\xa4\xa9\x1a\x0a\x2b\x4a\x30\xa8\x53\x86\x10\x20\ \x40\x08\x98\xaa\x68\xc7\xb6\xbe\xf5\xf4\xd2\x1d\x06\x26\x18\x59\ \xd5\xed\x2b\x03\x3f\x0e\x63\x0c\x63\x8c\x31\xe6\x9c\xb3\xe3\xc5\ \x95\x31\x76\x4a\xf5\xe2\x8c\x0d\xfb\xd2\x89\xef\x7e\xb8\x84\x23\ \x00\x6a\x68\xaa\xf6\xa9\x57\x03\x22\x8c\xc0\xdb\xd6\xd0\xd4\x15\ \xc2\x27\x17\xa9\xe1\xf7\x1d\xba\xf5\x50\x9a\x39\x63\x67\x5e\xd7\ \xbe\xa0\x61\x15\xc6\x38\x70\x0e\x1c\x08\xc1\x5b\x9f\xfa\xf3\xbf\ \xdf\x3c\x40\x08\x11\x4e\x03\x01\xce\x11\x3e\xe9\x23\xe7\x30\xfc\ \x0c\xc4\x39\x0c\x3b\x03\x47\xce\x88\xc8\x33\x26\x82\x20\x00\x00\ \x53\xfc\xde\x01\x85\x03\xe0\xe1\x57\x0e\xd6\x3e\xf7\xcc\x73\x35\ \xaa\x88\x89\x80\xe1\xc3\x77\xe1\xc0\x01\x23\x63\xe7\xca\xf7\xb5\ \xf4\xb1\xae\x96\x55\xf7\x3f\xf0\xaf\x26\x95\x10\x41\xf0\x1e\x5e\ \xfd\xab\x3f\xfc\xe7\x58\x7d\xf9\xc3\x0f\xfc\x62\x6d\x75\x90\x10\ \x01\x05\x6a\xfe\xf9\xeb\xdf\xad\x3b\xdc\xb0\xe4\x1f\xbf\x7a\x7c\ \xf9\x61\x2c\x08\x84\x68\xef\x3f\xf6\xbb\x27\x56\x1f\x3c\xb4\xfc\ \xb1\x5f\xfe\xe3\x9d\x10\x12\x88\x40\x6a\xd6\x3e\xfd\xc0\xdf\xdf\ \x4d\x1e\x3d\xb9\xff\xe0\xaa\x3d\xcd\xc1\x41\x13\xc3\x7a\x7d\x75\ \x5e\x9c\x73\x41\x10\xea\x6a\x6b\xfb\x7a\x7b\x09\x21\x43\x5a\xf0\ \xe1\x6e\x21\xe3\x1c\xd8\x60\xd3\xf7\xb1\x2f\x20\x02\x29\x7b\xff\ \xa9\xdf\x3f\xb5\x89\x9e\x5c\xf4\x11\xe7\x80\xc8\xc9\x15\x81\x0c\ \xff\xeb\xf1\x12\x4b\x30\x61\x1b\x5e\x7f\xf6\xfd\x03\xbd\x38\x52\ \x94\x3f\x3a\xf1\xc3\xc5\x8b\x47\x22\x1f\x9c\x61\x9f\xe0\x8b\xb1\ \xc9\x22\xf9\x18\xc9\x36\x53\xd7\x74\x0a\x60\xfa\x3e\x78\xf5\x95\ \x7d\x2d\x7e\x2e\x78\x46\x8e\xca\xf6\xd5\x1f\x6d\xf1\xc1\xa4\x0b\ \xae\x3a\x7f\x42\x96\xf7\xc8\x96\x37\x96\x6f\xee\x36\xa4\xb1\x73\ \x2f\xb9\x68\x46\xa1\x08\x66\xcd\x8e\xf7\xdf\xdf\x7c\x28\x68\xa0\ \x94\x92\x29\x97\x5f\x3a\x3f\x26\xdc\xb2\x6c\xe9\x3b\x65\x4d\x03\ \x29\x23\x67\x5d\x7d\xf1\x2c\x37\x32\x19\x07\x2c\x48\x7a\xdf\xb1\ \x77\xde\x7a\xb7\x3e\x20\x68\xad\x4d\x52\xe9\x54\x02\xda\xae\xf7\ \x9e\x5f\x7b\xa8\x4b\x8c\xce\xb9\xe4\xba\xab\x8b\xed\xa2\xe9\x6b\ \x7f\xed\xaf\xbf\xdb\x95\x95\x73\xd9\x37\x6e\x4c\xec\x3b\xf8\xc6\ \xdb\xab\x5b\x83\x68\xe4\xec\xc5\x17\xcd\x2c\xc2\xd4\x00\x44\xcc\ \x81\xba\x9d\x55\xe1\x49\x77\x4c\x1b\x91\x1b\x28\x5d\xfe\xab\xb7\ \x3e\xa8\xbc\xff\xb2\xac\xe5\x4b\xd7\xa6\x4c\xbe\x6d\xc2\xe8\x51\ \xe1\x09\xeb\xde\x7c\x7b\xf9\xdc\x9f\x5f\x7f\x78\xe5\xd2\xae\xd8\ \x31\x77\x4f\x29\x0d\xa0\x49\xbf\x7a\xfe\xed\xa3\xf3\x4b\xd3\x9b\ \x3e\xd8\xd8\xe8\xb8\xe3\x9b\x33\x8a\xcc\xa8\x55\x3f\x7f\x6c\x75\ \xf9\x82\xab\x0a\xfb\xde\xfe\xa0\x6a\xfa\x8d\xbf\x48\xcf\x8e\x9b\ \x98\xb5\x74\xfb\xce\xea\x99\x99\xe3\xb8\x15\xed\xf6\x2b\xd5\x97\ \xc0\x08\x1d\x2c\x2b\x7b\xfe\x85\x17\x52\x53\x53\x6f\xbe\xf9\xe6\ \xf8\xf8\xf8\xc8\x18\xc4\xa0\xbd\x30\x64\x94\x23\xc4\x23\x9d\xe4\ \x61\x66\xfb\x60\x2b\x0d\xf0\x21\x33\x91\x9b\x86\xae\xea\x4c\x04\ \x75\xcb\x92\xd7\xb7\x1f\x6d\x31\x19\xc9\x9d\xbc\xe8\xf2\x05\x63\ \x89\xb7\xee\xcd\x77\xde\x3f\xd2\x1e\xce\x1b\xbf\xe0\xea\x8b\x27\ \x43\x4f\xed\xd2\x25\xef\x1e\xed\xd1\xb2\x26\x2c\xbc\x6a\xd1\x24\ \xb3\x71\xdf\x9b\xef\xad\x6f\xe9\xe7\x63\xe7\x2d\x12\x45\x7e\x60\ \xd9\xe3\x7f\x38\x9c\x36\xe5\xc2\x1b\xe7\x15\x45\x53\x93\x7d\xb4\ \x75\x3f\x98\x00\xc6\x19\x87\xb3\xc9\x5e\x40\x00\x6c\x70\xe0\x94\ \x03\x70\x40\x88\x10\x62\x06\xda\x36\x6c\xaa\xca\x99\x76\xf1\xdc\ \x5c\xfd\xdd\xd7\xdf\xb1\x8f\x9e\x7f\x4e\xb1\xfc\xf6\xb3\xaf\xd6\ \xf8\x68\x54\x72\xde\xb9\x97\x5c\x75\xf9\xac\xac\x8d\x6f\xbd\x78\ \xd0\xcb\xbc\x95\x2b\xfe\xf5\xc2\xfa\xf4\xc9\xe7\x2d\x9c\x10\xb3\ \x7b\xfb\xb6\x5e\x55\x5d\xf7\xca\x93\x65\xe1\xac\x6b\xaf\xbe\x28\ \xb8\xf7\xad\x97\xd6\x1c\xc3\x22\xe1\x08\x63\xa3\xf7\xed\x27\x1e\ \x2d\x57\xd3\xcf\x5f\x30\x3b\xc5\x25\x52\xd3\x64\x20\x66\x8d\x9e\ \x75\xcd\x75\x57\xe7\xea\x15\xcf\xbf\xbe\xcd\x00\x8c\x1d\x9e\x29\ \xe7\x5f\x76\xe9\x79\x73\xe3\xf5\xfa\x67\x9e\x7c\xd9\x28\x38\xf7\ \xaa\x45\xa3\x76\xbd\xf1\xe4\xa6\x5a\xaf\x40\x30\x47\x38\xd8\x59\ \xdd\x23\xc4\x64\xa6\xd8\x80\x24\x5c\x75\xe3\x85\x1d\x5b\x5e\x7b\ \xe9\xc5\xe7\x2a\x51\xc9\xb5\x8b\x46\x73\x86\x66\x5c\x7e\x5d\x86\ \x6f\xd7\xd3\x2f\xbc\xf8\xce\xbe\xd0\x65\xd7\x2d\x76\x72\x96\x3c\ \x69\xf1\x85\x45\xea\xeb\xcf\x3e\xff\xcc\x9b\xdb\x47\x5d\x7c\x4d\ \x89\x07\x50\xdc\xe8\x9b\x2e\x1b\xbb\xfd\xad\x67\x5e\x7c\xe6\x15\ \xa3\x60\xe1\xc5\x13\x12\x39\x90\xc2\xec\x24\x7f\xdd\xb1\xd0\x60\ \xe7\xce\x7a\x7d\x35\x5e\x08\x41\x58\x09\xd7\xd4\xd6\x8e\x1c\x39\ \xd2\xe3\x89\xaa\xa9\xae\x66\xc7\xcd\x84\x48\x9d\x47\x27\x95\x70\ \x0e\xc0\x39\xe2\x3c\x22\x0e\x30\xf8\xe6\xc3\xf6\x03\x00\x47\x08\ \x61\x8c\x11\xf5\x6e\xda\xb2\x5b\x1e\x39\xff\x82\xd9\xf9\x7b\xde\ \x7c\x6a\x5b\x43\xcf\xae\xe5\x6f\x6c\x6a\x8d\xbe\xe6\x86\x2b\x27\ \x8c\x48\x15\xf4\xbe\xb7\x9f\x79\xaa\xc1\x35\xfe\xea\xcb\xe7\x36\ \x7e\xf0\xc2\x3b\x65\x3d\xde\xa3\x3b\xf6\x37\x9a\xf3\x17\x5f\x38\ \x26\x37\xde\x34\x21\x73\xdc\xbc\x6b\x2e\xbf\x68\x64\x8a\x9d\x52\ \x76\x7a\xcb\x64\xd0\x6c\x18\x4c\x33\xe3\xfc\x2c\xb3\x17\x00\xd8\ \x71\xf0\xa0\xcd\x4e\x19\x33\x45\x57\x7c\x41\xf1\x98\x49\x4e\xe3\ \x83\xfd\xbd\xd9\xa3\xc6\x4d\x43\xd2\x96\x4d\x4f\x77\xfa\x82\xf1\ \xd0\xb2\x7d\xdd\x4e\x7f\xb8\x7f\x20\x14\xf2\xf5\x06\x8e\xec\xd9\ \x11\x3d\xf9\xc2\xab\xce\x9d\xa4\x36\xf9\x63\xb6\xf7\xab\x03\x6d\ \x7b\xf6\x36\xf9\xd2\x5c\x2b\x57\xd5\x77\xf5\x6b\xf6\xa6\x16\x0d\ \x46\x10\xe0\xc1\xee\xea\x03\x2d\xee\x6b\x7f\x79\xd5\xc4\x74\x09\ \x55\xad\x79\xdf\x4f\x29\x53\x9a\x8f\x94\xed\xac\xee\x1e\x68\x1f\ \x08\x3a\xfb\x54\x23\x01\x09\xb6\xb4\xbc\x82\x9c\x34\xd9\x5f\xf1\ \xe6\xa1\xe6\xce\x34\xf7\xf6\x55\xd5\x4a\x50\xef\xab\xef\xee\xe7\ \x79\x6e\xce\xb9\x16\xf0\x82\x20\x39\x04\x46\x75\x3d\xb6\xe4\xdc\ \x4b\xc6\x1e\xf8\xfb\x1b\xe5\x77\x3d\xfc\xa7\x14\x51\x53\x34\x26\ \x46\xe5\x5f\x7f\xe5\xd4\x9f\xfc\xf5\xf5\xd1\xd7\xff\x76\x6a\x96\ \x4d\x53\x55\x10\x6c\xe7\x5d\x7b\xed\xae\xef\xff\xa1\xb6\xe4\xb2\ \xdf\xcc\xce\x37\x74\xd5\x64\xa4\x70\xde\x55\x53\xf7\xfd\xe8\xc5\ \xf2\xac\x3f\xff\xfe\x5c\xd9\x54\x0d\x2c\xcb\x51\x36\xa6\xf9\x42\ \x94\x49\x8c\x52\xab\x1d\xfe\x8a\x40\x29\x15\x45\xf1\xca\xab\xae\ \x40\x80\x01\x80\x31\xaa\xeb\x3a\x42\x78\xc8\x35\x76\x72\x09\xa7\ \x8c\x31\xce\xd8\x60\x8f\x1e\x38\xf0\xc1\x30\x63\x1c\x60\xd8\x10\ \x00\xe2\xc7\xbf\x6e\x9a\x26\xb1\xbb\x73\x4b\xc6\x4d\x18\x31\xaa\ \x7a\xcf\xce\x23\x0d\xbd\x17\x17\xe4\x4b\x87\x0e\x6c\x3f\x94\x75\ \xc1\x82\xd9\xd4\xbb\x6b\xd7\xd1\x76\xbb\x59\xb6\xb2\x87\x79\x55\ \xb5\xa5\xa9\xd7\xb0\xe1\x98\x94\xfc\x09\xe3\x4a\xed\x10\xdc\x4d\ \xb9\x27\x39\x33\x3f\x2f\x57\xd3\x34\xd3\x34\x87\xd9\x24\x68\x48\ \xb0\x10\x1a\xbc\x7d\xc4\x0b\xc9\x3e\x89\x7f\xe1\x0b\xd2\x05\xce\ \x78\x64\xd5\x34\x23\xc0\x80\x73\x46\x29\x65\xc0\x99\xa1\x69\x5c\ \x06\xe0\x34\x14\x52\xb8\x6c\x12\x49\x02\x5f\xdd\xcb\x6f\x3e\x0b\ \x93\x6f\xba\x7c\x24\xea\x7f\xf2\x5d\xd3\x34\x28\xa5\x1c\x73\x13\ \x20\x22\x8b\xcc\x34\x18\x71\x96\x4e\x5b\x78\xde\x48\x8f\xce\x2e\ \x77\x38\x9c\x66\x48\xe1\x58\x60\x0c\x21\xa6\xa9\x9a\x0e\x20\x51\ \xca\x08\xc1\xcd\xfb\xde\x7e\x7a\x75\xdd\x37\xee\xb9\x55\x2c\x5b\ \xf2\xe6\x11\xdd\x30\x39\xa5\x83\xeb\xb6\xa9\x69\x0a\xf6\xb8\x19\ \xe7\x2d\x2e\x74\x32\xb8\x5c\xb4\x47\x45\x2b\xaa\x0e\x04\x81\x20\ \x73\xaa\x87\x75\x4a\x45\xd3\xa4\x8e\xc2\xa2\xe2\xec\x5c\x5b\x71\ \x5a\x94\xaa\xea\x8c\x73\x4d\x35\x53\x0a\x8a\xf3\xb2\xb3\x8b\x4b\ \xb2\xb1\xaa\xa8\x26\x07\x33\x6c\x8f\xcb\x1b\x5d\x98\xdd\x59\x38\ \x32\x56\x30\x94\x90\xc9\xc1\x34\xc5\xa8\xa2\x51\x85\xb9\x52\x46\ \x5a\x8c\x4d\xd3\x82\x20\x8b\x6a\x48\x07\x6c\xc7\xcc\xa4\x26\x65\ \x56\x85\xfb\xea\x74\x24\x00\x20\x1c\x0a\x0f\x7d\xe0\x00\x18\x73\ \xe0\xfc\xc3\x43\xe0\x91\xce\x3c\xa3\x8c\x32\x7a\xca\x28\xc0\x09\ \x71\x00\x00\x40\x8c\x47\x9a\x6e\xc6\x28\xe5\x9c\x99\x9a\x02\x9c\ \x03\x11\xb4\x90\x96\x3b\xff\x9a\x5f\xa4\x15\xae\x7c\xe7\xed\xdf\ \xfd\xb9\xea\xde\x5b\x46\x0b\x76\xcf\xf8\xb9\x17\xcd\x4c\x27\x06\ \x92\xdc\xb1\x09\x9d\xeb\x0c\xc6\x0c\xcd\xa0\x36\x6c\x32\x46\xa9\ \xc1\x22\x51\x10\xd8\x49\x65\x0a\xc1\x30\x4b\x66\x28\xcd\x11\x6f\ \xe4\x27\x18\x73\xfc\xe2\xec\x05\xce\x38\x43\x98\x81\xa1\xa8\xaa\ \x66\x30\x53\x50\xc2\x8a\x61\x50\x66\xea\xaa\xa2\x1a\x26\xa5\xd8\ \x50\xc2\x8a\xce\x38\x11\x50\x20\xe0\xeb\xf3\xa2\x90\xa2\xeb\x94\ \x8c\x1b\x3f\xe5\x8d\xff\xac\x78\x2d\x11\x47\xf7\xed\xed\x53\x75\ \xd1\x91\x3a\x6d\x5c\xcc\x3b\x9b\xd7\x25\x4b\x13\x45\x5d\xcf\x1c\ \x33\xc1\x4d\x4d\x83\x32\x39\x26\x7b\x7a\x11\x7e\xfb\xf9\x67\xb4\ \x73\xc7\xd4\x1e\x6d\x33\xd3\x27\x00\x22\x98\x6b\xfe\xbe\x5e\xe2\ \x0f\xe8\x7a\x0c\xb2\xc7\xc6\xf1\xe0\xe6\xf7\x96\xf2\xd2\xf4\x9c\ \xbc\xf1\xa3\x63\xb7\x6d\x5a\xb3\x45\x98\x90\xa6\x1a\xee\xf1\xe3\ \x3d\x8c\x52\xce\x34\x5b\x4c\x86\x43\x29\x6b\xef\x0a\xe7\xa5\x21\ \xd3\x34\x34\x45\x55\x14\x55\x55\x75\x6a\xa3\x94\x73\xe0\xa6\xae\ \x29\x8a\xaa\xa8\x9a\x6a\x9a\x76\x46\x39\x00\x32\x34\x43\x55\x14\ \x45\x51\x0d\xc3\x8c\xa8\x0e\x35\x74\x4d\x53\x55\x55\xd5\x74\x43\ \xa6\x9c\x70\xa5\xb9\xa5\x57\x4e\x98\x6e\x67\x86\x6e\x99\x0b\x5f\ \xb5\xd1\x4a\x59\x96\x31\x42\x80\x10\xa5\x54\xd7\x75\x18\xe6\xed\ \x3f\xa5\xe5\x63\x2c\x22\x0b\x94\x71\x8e\x22\x53\x8e\x8f\x77\x37\ \x86\x0f\x96\x53\x13\x74\x4d\x55\x14\x8d\x52\x53\x55\x14\xcd\x30\ \xc1\x64\x9a\xa2\x50\xa6\xd5\x96\xef\xaa\xef\x31\x73\x72\xd3\xb6\ \xd6\x37\x0e\xd8\xaf\x9c\x99\x23\x6d\x59\xbf\x36\x6e\x76\x31\x55\ \xd1\xa8\xe9\xf1\x54\xd3\x14\x45\x33\x4d\x43\x47\x42\x7a\xbc\x7d\ \xeb\xce\x15\xcb\xdd\x1d\x49\xa9\x45\x25\x39\xd1\xf4\xb8\x34\x20\ \x38\x61\x9c\x44\xb6\x79\x1b\x1c\x26\x3d\x5d\x9a\x3f\x6e\x50\xef\ \x67\x3f\xfb\xe9\x27\xcd\x2c\x91\xc8\xb5\x1d\xbb\x1b\xba\x0e\x88\ \x44\x3e\xbd\x01\xc6\x8c\xc4\xe8\xdc\xd1\x39\x0b\x4d\xaa\x47\x86\ \xfa\xbb\xbb\x3a\xe3\x13\x92\x00\x01\xe3\x4c\x0b\x85\x1d\x29\x39\ \xd9\x49\x8e\xb0\x4e\x72\x46\xe4\xb9\x45\x23\xa4\x91\xac\xbc\x82\ \x68\xc1\x0c\x69\x3c\x63\xd4\xc4\xf1\x45\x29\x6d\x87\x0f\x1e\xa9\ \xef\x8e\x2f\x28\x1d\x3f\x32\x3f\x3d\x2b\x3f\x2f\x11\x57\x1f\xa9\ \xf1\x0d\xf4\x75\x05\xc5\x49\xb3\xe7\x4c\x18\x55\x28\x87\xdb\xca\ \x2b\xab\xfb\x54\x94\x91\x57\x10\x23\x63\x4a\x19\x43\xb6\xfc\x91\ \x23\xa5\x40\x53\x79\x65\x8d\xe9\xc9\x9a\x3c\x65\x62\x51\xd1\xc8\ \x24\xe4\x3b\x78\xa0\xa2\xcb\xb0\x97\x4e\x9c\x5c\x98\x93\x95\x9d\ \xea\x68\x39\x56\xd1\x1a\xc0\xd9\x45\x13\x67\x8c\xcf\x1b\x68\x3c\ \x72\xb8\xae\x45\xc5\xd1\xf9\x79\xe9\x32\xe6\x8c\x71\xd9\xe1\xf6\ \x56\x6d\xaf\x56\xe3\xc7\x15\xa5\x30\xd3\x34\x35\xd5\x14\xa3\x0a\ \x46\x64\x49\x88\x0d\x8e\x36\x53\x23\xac\xe3\xcc\xdc\x11\x71\x36\ \x4c\xd9\x60\xc3\xa0\x85\xd5\xe8\xf4\xbc\x8c\x44\x27\x35\x07\x47\ \x85\x0c\x4d\x21\xae\xd4\x11\x99\x89\x04\x61\x34\xd0\xb0\x74\xc5\ \x8e\xc2\x05\x17\x16\xc6\xca\x86\xc9\x3e\x34\x98\x65\x71\x56\x02\ \x1c\x00\x69\x9a\xb6\x77\xdf\xbe\xfa\xfa\x86\xda\xba\xfa\x50\x28\ \x18\x1b\x1b\x8b\x10\x12\x04\xb1\xbb\xbb\xd3\xe1\x70\xda\x6c\xb6\ \x48\x4d\xc3\x98\x74\x77\x75\xc6\xc6\xc5\x11\x42\x22\xbd\x09\x76\ \xdc\x09\x31\xd4\xcb\xe7\xec\xc4\x75\x35\x55\x91\x63\x52\x0b\x32\ \x63\x94\xb0\x99\x9e\x9b\x9f\xe4\x80\x70\x48\x8f\x4d\xcf\x75\x85\ \x5b\x76\xee\xda\xd7\xe8\x23\xb3\xcf\xbf\x64\x62\x4e\x72\x4e\xd1\ \x08\xd4\x57\x5b\x51\xd5\xd0\xaf\xcb\xb9\x23\x72\xed\x4c\x05\x57\ \x72\x5e\x76\x22\x18\x3c\x21\x2b\xdd\xec\x6b\x38\xd2\xd0\x17\x93\ \x96\x97\x91\xe0\x60\x26\x3b\x3e\x2c\x07\x43\xc6\xca\xb0\x01\x52\ \x24\x8a\x62\x4f\x4f\x97\xcd\x66\xb7\xdb\xed\x67\xa2\x0e\x9f\x26\ \x2e\x8b\x43\x8a\x7a\x7f\xcf\x43\x1f\x94\xfd\xdb\xf1\x11\xf3\x9a\ \x54\x23\x38\x26\x67\xd1\xad\x0b\xfe\xad\xe8\x81\xc8\x1c\x8c\xf2\ \x43\x07\x46\x96\x8e\x89\x74\xc3\x04\x49\xc6\xcc\x50\x75\x6e\xb3\ \x8b\x86\xaa\x18\x0c\x3b\xec\xb2\xa1\x2a\x26\x10\x9b\x4d\x32\x35\ \x95\x21\xd1\x66\x13\x31\x20\xce\x4d\x43\x37\xfa\xbb\x9b\x2b\x8f\ \xb6\xb9\xe2\x3d\x0d\x3b\x57\x56\x1a\x25\xdf\xbb\xeb\x62\x07\x35\ \x05\xd9\x26\x12\xcc\x39\xd5\x14\x65\x68\x77\x09\x84\x88\x24\xcb\ \x22\xc1\x00\xcc\xd0\x34\xcd\x64\x92\x6c\x13\x05\x8c\x00\xa8\xa9\ \x29\xaa\x41\x44\xd9\x26\x4b\xc0\x4d\x55\x51\x19\x12\x64\x9b\x2c\ \x20\xc4\xa8\xae\xaa\x7a\x44\x6f\x05\x49\xf6\x55\xad\x79\xf4\xad\ \x63\xd7\xdd\x73\x47\xbe\x1b\x28\x16\x6d\x12\xd6\x14\xed\x84\x05\ \x86\x88\xcd\x26\x51\x4d\x35\x86\x06\xaa\x38\x48\x76\x3b\xa2\xba\ \xa6\xd3\x21\xb9\x26\x92\x4d\xc6\x4c\xd1\x34\x51\x14\x8f\xac\x7b\ \xfe\xad\x2a\xcf\x77\xbf\x7d\x65\x14\x68\x56\xf0\xa9\xaf\x56\x2f\ \x82\x03\x6c\xde\xbc\x65\xe5\xca\x55\x31\x31\xd1\xd7\x5e\x73\x4d\ \x41\x41\x01\x63\xdc\xe1\x74\x1c\xae\x38\x94\x90\x98\x14\x1d\x1d\ \x13\x51\x00\x41\x14\x2b\x0e\x95\x15\x14\x16\x89\xa2\xc4\xa8\xc9\ \xd8\xd0\x8c\x25\x3e\x68\x34\xa0\x93\x46\x08\x04\xc9\x26\x62\xaa\ \x68\xa6\xcd\x6e\xa3\x9a\xa2\x53\x24\xdb\x6c\x88\xea\x26\x08\x36\ \x59\x44\xc0\x0d\x5d\xd3\x74\x03\x61\x41\xb2\xc9\x22\xc6\x9c\x99\ \x8a\xa2\x82\x28\xcb\x84\xab\x8a\xce\x11\x20\x44\x6c\x76\x1b\x41\ \xa0\x6b\x8a\x6e\xb0\x13\xd7\xe7\x27\x7a\x12\x9c\x03\x8e\xcc\xad\ \x41\xc8\xe1\x70\x56\x1d\xa9\x88\x89\x89\x8b\x8d\x8b\x67\xec\xbf\ \x1b\xad\x9f\xa6\x1f\x61\x30\x3d\x33\x71\xcc\xec\x51\x37\x8b\xe4\ \x23\xe7\x41\xa7\xc6\x16\x99\x4c\x1f\xca\x60\xce\x98\x69\x9a\x02\ \x21\xc0\x41\x57\x95\x48\x76\x29\x21\x03\x10\x02\x4e\x95\xb0\x12\ \xb1\x33\xd4\xc1\x37\x7a\x38\xa8\x0f\x4d\x34\x02\x6e\x74\x36\x1c\ \xe9\x3a\xc2\x9d\xf1\xe3\x6e\x5e\x30\xdb\x49\x0d\x83\x71\xaa\x84\ \xb5\xd3\xcc\x45\xa1\xda\xc9\xc7\x75\x55\xd1\x87\x9b\x70\x86\x1e\ \x32\x86\x0e\x98\x6a\xe8\xd4\xc5\x9d\x86\x66\xc4\x16\x4c\xbf\xfe\ \xb2\x54\x27\x98\x94\x0b\xdc\x34\x94\x53\x4e\xe1\x43\x89\x1c\x76\ \x17\x45\x19\xd6\x93\x04\x00\xa0\xba\x1a\x06\x00\x40\xa6\x61\x44\ \x65\x4f\xbd\xb1\x24\xdd\x83\x0d\xc3\xe4\x08\xac\xb9\x4d\x5f\x19\ \x18\xe7\x84\xe0\xf9\xf3\xcf\x75\xb9\x5c\x49\x49\x89\xf9\x79\xf9\ \x9a\xae\x21\x84\x19\x63\xa6\x61\x7e\xd8\x83\x66\x18\xa6\x24\x4a\ \xc3\xbc\xfe\x91\x49\xaf\x91\x7f\x4e\x7a\xee\xe6\xf1\x6d\x54\x22\ \x65\x09\x01\xd7\xd5\xc1\x2a\x10\x32\xb4\x13\x1e\x4a\x46\xb5\xf0\ \xb0\xf2\xac\x6b\xca\xf1\x62\xc6\x39\x55\x42\xa1\x93\x46\x23\x8f\ \xff\x05\x71\x00\x84\x22\x1d\x98\xc8\xbd\x01\x10\xe3\xcc\x30\xcc\ \x33\xdf\x6e\xe1\xd3\xd8\x0b\x1c\xb8\x44\x6c\x82\x20\x7f\xe4\x8c\ \x4a\x84\x28\x3d\xb1\x6e\x8a\x10\x52\x5f\x5b\x4b\x19\x2d\x28\x2c\ \xc2\x84\x0c\xfa\x3f\x22\x2a\x7a\xbc\x81\xfd\xc8\x21\x14\xce\x11\ \x11\x6c\x36\x1b\x02\x00\x6e\x6a\xaa\x46\x19\x7c\xce\x95\xeb\x4c\ \xa6\x4b\x7f\x02\x08\x11\x22\x01\x2c\x2d\x4d\xf8\x6a\x79\x16\x86\ \xbc\xf9\x92\x28\x52\xc6\x28\x65\x91\x8a\xd6\xd7\xdb\xdb\xd4\xd8\ \x50\x32\x72\x94\x78\x7c\x0d\x12\x21\xa4\xa9\xa9\x31\x1c\x0e\x15\ \x15\x97\x10\x22\xf0\xe3\x73\x7b\xcf\xa8\x84\x7f\xe6\x69\x46\xc3\ \xd5\x02\x23\xe0\x80\xc0\xdb\xd7\xd7\x50\x5f\x57\x5c\x32\x4a\x92\ \xa4\xcf\xab\x1f\xf1\x29\xec\x31\xca\x58\xf5\xd1\x2a\x4a\x4d\xbb\ \xc3\x79\x42\xd8\xac\xd2\x67\xf1\xd5\xe8\x4c\xc0\xd0\xf8\x9f\x61\ \x1a\xe1\x70\x38\x27\x37\x2f\x36\x36\x8e\x9e\xec\x45\xae\x39\x76\ \x54\xd3\x54\x87\xc3\x19\x19\x18\xfc\xf2\x4a\xf8\x87\xd3\x6c\x2a\ \xa1\x60\x56\x4e\x5e\x5c\x7c\x3c\x3d\x33\xcf\xf7\x17\x14\xf7\x35\ \xb2\x90\xc3\xeb\xed\xd3\x54\x75\x68\x51\x87\x85\xc5\x57\x0e\x8c\ \xb1\x27\x3a\xc6\x6e\xb7\x9f\x52\xc1\x10\x42\x80\xc0\xef\xf5\x2a\ \xaa\x7a\xb6\x95\x6f\x84\xb1\xc7\x13\xed\x70\x38\xe8\x19\x0f\x87\ \x7d\x71\xf1\xa0\x07\xe7\x78\x59\xa2\x60\xf1\x55\x66\x70\x07\xa4\ \x8f\x98\x0b\x40\x08\x39\x0b\x4b\xf8\xc7\xa7\xf9\xb4\x7c\x71\xf1\ \x1d\x39\xe7\xd4\x1a\xbd\xb7\xf8\x5a\xf3\xb5\x29\xe1\x56\x20\x56\ \x0b\x0b\x8b\x2f\xcf\x5e\x88\xc4\x41\xb2\xfa\x11\x16\x5f\x75\x3e\ \x66\xe2\xe0\x59\xdb\x53\xfe\x44\x93\x1d\xe1\x8b\x8c\x07\x6d\x9a\ \xa6\xdf\x37\x60\x9a\x56\x3c\x68\x8b\xaf\x30\x08\x81\xc3\xe1\x74\ \x38\x9d\x1f\x0a\xc1\x84\x28\xa5\xfd\x7e\x9f\x61\x98\x5f\x95\x34\ \x7f\xc9\xba\x80\x10\x32\x0c\xa3\xaf\xb7\x3b\x3a\x26\xce\x6e\x77\ \x58\x65\xcb\xe2\xab\x8b\x49\x4d\x5f\x5f\xaf\x61\xe8\x9e\xe8\x98\ \xe1\xd5\xcc\x34\xcd\xde\xde\x6e\x8f\x27\x26\x26\xd6\x79\xb6\xa5\ \x99\x52\xea\xed\xeb\xd5\x75\x3d\x3a\x26\xe6\x0c\xa5\xe1\x53\xea\ \x02\x46\x04\x63\xf2\x51\xf7\x40\x08\x31\xce\x18\x33\x87\x3e\xfa\ \xbc\x7d\xb1\x71\xf1\xb1\x71\x09\x56\xc1\xb2\xf8\xaa\xe3\x74\xb9\ \x1a\xeb\x6a\xed\x0e\xe7\xd0\x1c\x21\x8c\x49\x5f\x6f\x8f\xc7\x13\ \x9d\x90\x98\x74\xd6\xa6\xb9\xa1\xae\x46\xd7\x1c\x92\x2c\x7f\x5e\ \xf1\xa0\x6d\xa2\x73\xeb\xe1\x97\x76\x1d\x7b\xdb\x26\x9e\x5e\x1a\ \x75\x53\x29\x48\x9d\x76\xf1\x94\xfb\x35\x63\x70\x8d\xaa\xae\xeb\ \xee\x28\xcf\xd0\x6a\x8e\x33\x89\x96\xcb\x39\xc7\x84\x20\x00\x46\ \x29\x3f\x83\x4e\xdb\xf0\xf3\xe1\xec\xf6\x62\x0c\x25\x95\x52\x0a\ \x96\xc7\xe5\x6c\x7d\x46\xa7\x3c\x99\xa1\x8f\x02\x11\x04\x41\x34\ \x4d\x43\x92\xa4\x21\x43\x5d\xd3\xb4\xa4\x94\x2f\x2e\xe2\xf9\x27\ \x4a\x33\xe7\x9c\x10\x22\x4a\x92\x61\x18\x92\x6c\xfb\xbc\xe2\x41\ \x23\x84\x83\x8a\xb7\xd3\x57\xfd\x31\xf1\xa0\x13\x3c\x39\x91\x08\ \x16\x43\x29\x06\x00\xce\x28\x22\x04\x23\x34\x3c\x97\x81\x9a\x26\ \x3f\xbd\x0b\x67\xa0\xb3\xae\x5d\xb1\xe5\x65\xa6\x90\x33\x18\x7b\ \xc5\x44\x08\x75\xb5\x74\xeb\xf6\xdc\x8c\x78\x38\x3e\x8d\x59\x10\ \x84\xc1\xa5\x24\x9c\x45\x42\x1f\x60\x22\xe0\x93\xef\x8c\x10\x21\ \x64\x70\x02\x29\x1f\x0c\xb1\x8b\x04\x81\x00\xa3\x0c\x11\x8c\x4e\ \x24\x30\x72\x26\xa7\x26\xe5\x48\x10\xc8\xd0\xd9\x00\x40\x04\x01\ \x01\x37\x4d\x3a\xfc\xfa\x43\xc9\x38\xe9\x20\x67\x0c\x50\xa8\xa7\ \xa9\x23\xec\x2a\xc8\x8a\xb5\x22\x32\x9c\xa5\x7e\x84\xa1\x16\x6c\ \x58\xed\x8a\x2c\x57\x24\x82\xc0\xe1\xd4\x68\xae\x83\xeb\xaa\x23\ \xee\xbd\xe3\xa1\xcf\x01\x21\x18\x0c\xef\x76\x12\x91\xd2\x72\x6a\ \x38\xe7\x4f\x82\x20\x08\x1f\xbe\x00\x1a\x0a\x3c\x3d\x4c\x1d\x06\ \x97\x58\x62\x1c\x59\x67\x79\x86\xf1\xa0\x3f\x6d\x3f\x02\x13\x81\ \xc8\x02\x91\x4e\xdf\x9f\x61\x32\xc1\x27\x5d\x39\x12\x0f\x1a\x21\ \xa4\x7a\x3b\xea\x1a\x5b\x75\x2c\xcb\x22\xd1\x55\x85\x0b\xf6\xcc\ \x82\x11\x31\x32\x3a\x25\xa8\x4d\x44\x17\xea\x77\x2f\x7d\xbb\xa3\ \xe8\x17\x77\x5d\x2c\x50\x36\xfc\x04\xf4\xe1\x37\x08\x63\xe6\x5b\ \xfe\xd2\x93\x81\xe2\xc5\x48\x0d\xc5\xa5\xa7\x3a\x25\x8c\x10\xf8\ \x3a\x1b\x7c\xa6\x43\x32\xfc\x10\x93\x99\xe6\x96\x18\x20\xdd\xdf\ \xd5\xee\xd3\x1c\x12\x57\x98\x33\x2b\x23\x06\x18\x20\x3a\x50\xd7\ \xd4\xe7\x72\x48\x03\x0a\x4b\xcb\xc8\x90\x11\xc3\x88\x75\xd4\xd5\ \x43\x4c\x6a\x14\x0a\x74\x06\x84\xac\xf4\x58\xc4\x18\x20\x04\x34\ \xd8\xd0\xe0\x8b\x4b\x4d\x75\xca\x46\x6b\x63\x8b\x14\x93\x92\xe0\ \x12\x28\xe7\x08\xe3\x40\x4f\x5b\x9f\x6a\xcb\x4c\x8d\x0e\x7b\x5b\ \x1b\x5b\x7b\x34\x93\x49\x8e\x98\xac\x9c\xec\x28\x1b\xa1\x94\x6a\ \xbe\xce\xc6\xb6\x8e\x90\x46\x25\x87\x27\x3d\x2b\x27\xd6\x29\x18\ \xde\xaa\x17\x5e\x3a\x7c\xd3\x8f\xbe\x5f\xe8\xc1\x96\x32\x9c\x8d\ \xf6\xc2\xa0\xb2\x33\x8e\x10\x21\xe4\x94\xf6\x8b\xd1\x53\x63\xa8\ \x46\x02\x98\xf2\x13\x2b\x28\xe1\x94\xb0\xab\xc3\xdb\xf0\x81\xee\ \x36\x9f\x61\x4b\x4f\x8e\x46\xc3\xd7\x5d\x0e\xab\xde\xc3\x8f\x9c\ \x14\x52\x01\x00\x00\x61\xcc\x1a\x0e\xed\xf6\x3b\xf2\xc6\xe6\xc7\ \xd2\x61\x85\x67\x58\x24\x98\xc8\x6e\x37\x68\x78\x34\x6a\xce\xe8\ \xd9\x15\xdf\x31\x22\x9f\x9c\x73\x84\xb1\xd2\xd3\xb4\x7d\xc3\xfa\ \x95\x6f\x3d\xf3\xeb\x5f\xfc\xe6\xad\x55\xeb\x36\x6c\xdd\xdd\x6b\ \x0a\x84\x80\x61\x98\x80\x05\x81\x20\xce\x39\x21\x02\x41\x9c\x9a\ \xa6\x69\x1a\x86\x49\x23\xed\xae\x6e\x18\x0c\xb0\x40\x22\xcb\xd3\ \x06\x57\x8a\xa1\xe3\xc1\xa0\x31\xc6\x3d\x15\xeb\xf7\x7a\xe3\xcf\ \x9b\x92\xf6\xde\xbf\x7f\xf5\xf4\xba\x63\x84\x10\xac\xb4\x3c\xf9\ \xa7\x07\xb7\xd4\x79\x8f\xae\x7d\xee\x4f\x8f\xbf\xaf\x12\x42\x88\ \xbe\xf6\xc5\x87\x9e\x5e\x73\xd4\x5f\xbf\xe9\xf7\x0f\x3e\x52\x1d\ \x20\x84\x90\x86\xcd\xaf\x3e\xf4\xf8\x32\xff\x40\xeb\x93\x7f\xfc\ \xdd\x9a\xc3\x5e\x42\x88\xd6\xb6\xf3\xa1\x3f\xff\xab\x36\x40\x6b\ \xb7\xbd\x7c\xef\xf7\xfe\x78\xc4\xcf\x09\x06\x42\x48\xeb\xb6\x17\ \xee\xba\xef\xa1\xf2\x0e\x4e\x48\xcf\x13\xbf\xfd\xc9\x83\x2f\x6e\ \xd4\x09\x21\x98\x10\xd3\xf7\xc6\xc3\x3f\xfc\xe5\xe3\x5b\x09\x21\ \x87\x57\xfc\xfb\x77\x7f\x7f\x66\xc3\x96\xcd\xef\xbc\xf2\xc4\xef\ \x1e\xfc\xc7\xae\x7a\x3f\x21\xa4\x61\xed\x4b\xbf\xff\xe3\xe3\xeb\ \xb7\x6c\x5a\xf6\xc6\xb3\x7f\xf8\xe3\x9f\x36\x1c\xe9\x8a\x29\x9c\ \x33\x2e\xa6\x7b\xe5\xa6\x0a\x86\xb0\x15\x91\xe1\xec\x0d\xc2\x80\ \x90\x20\x08\x3b\x77\xec\xa8\xaf\xaf\x27\x82\x30\x4c\x05\x22\x75\ \xec\x44\x84\x47\xce\x58\x24\x90\xe2\x7f\xbd\x24\x21\xb8\xe2\x83\ \x17\xff\xfa\xe2\x36\x4a\x08\xc6\x88\x51\xc3\x30\x19\x11\x04\x0c\ \x80\x09\xc1\xc0\x74\xdd\x30\x29\xe3\x9c\x13\x41\x20\xc0\x74\x83\ \x22\x22\x10\xc4\x01\x61\x04\xdc\x30\x4c\x8e\x8c\x5d\x2b\x96\x7c\ \x70\xa0\xcd\x34\x23\x71\xcf\x4e\xcf\x29\x63\x93\x8c\x32\x38\xdb\ \xe2\xb8\x0d\xc6\x34\xa1\x2c\x2a\x6f\xd2\x9d\x3f\x9a\xaa\xd6\x7e\ \xf0\x9b\x47\xb7\xde\xfc\xfd\x9f\x16\xba\x20\xdc\x51\xf9\xc4\x63\ \x6f\xd6\xf4\x84\x5d\xc9\x25\xd7\x7e\xe3\xda\xa2\x24\x47\x6f\xcd\ \xf6\xe7\x5e\x5a\xd6\x47\x65\xad\xa7\xde\x36\x79\xbc\x04\xda\xb6\ \x65\xcf\xae\xde\xdb\x68\xe2\xd8\x8b\x6f\xbb\x4d\xdc\xfd\xda\x0e\ \x73\xc2\x0f\x6e\x9e\x1e\xa8\xda\xf4\xef\x37\x8e\x5c\x77\xdf\x9d\ \x99\x4e\x40\xc8\x2c\xdf\x51\x11\x57\x78\x7e\x66\x7c\xea\x75\x37\ \x5d\xf0\xbb\x67\xdf\x3e\x36\xb7\x58\x5f\xbb\xa4\x33\x71\xce\x5d\ \x73\x8a\x3d\xa3\x6f\xdc\xf6\x7f\x8f\xad\x2c\x5f\x70\xbe\x6d\xd7\ \xfa\x7a\xf7\xad\xbf\x38\xb7\x28\x21\xbc\x60\xdb\x2f\xdf\x5e\xb6\ \xf7\xa7\x57\x24\xbd\xb5\xba\x6a\xfe\xb5\x3f\x2b\x1c\x91\x72\xfd\ \xa2\xad\x4f\x2d\x79\x77\xde\xc8\x9b\x36\xbd\xb5\x3c\x7e\xd6\x75\ \xb3\xb2\xa2\x36\x6f\x0b\xda\x68\xfd\xb2\x95\x7b\x46\xde\x38\x8d\ \x84\x1a\x97\xad\xdc\x27\x3b\x9d\x61\x55\x01\x75\x40\x70\xf0\xe6\ \x03\xeb\x76\xd7\x4d\x9b\x9d\xe7\x69\xda\xbf\x6e\x57\x4d\xbf\x7b\ \x4c\x48\x05\xd0\x35\x18\x35\x6b\xf1\x8f\x6e\x5b\xc8\xb4\xfe\xad\ \x6f\xfc\xf3\x3f\x8f\xbe\x98\xf5\xe7\xef\x9a\x26\xcf\x1e\x7b\xc1\ \x8f\x7e\x70\x29\xd2\x43\x07\xde\x7f\xec\x91\x27\x9e\x4c\xfb\xc3\ \x2f\x67\xce\x18\xf3\xd0\xca\xfd\x7d\x8b\xc6\xc6\x62\xb0\xe2\x44\ \x9f\x8d\x5d\x09\x84\x38\x63\x1f\x7c\xf0\xc1\x92\x25\x4b\x62\x63\ \x63\xbf\x79\xcb\x2d\x05\x05\x05\xec\x84\x2d\x70\x92\xe1\xca\x86\ \xc2\x3f\x73\x3e\xbc\xd1\x3e\x6d\x3c\x68\x2c\x48\xb2\x24\x49\x10\ \x58\xf2\xf8\x23\x3b\x1a\xfc\x22\xa7\xb1\xc5\xe7\xde\x71\xf3\xf9\ \xa4\x61\xf7\xb3\xaf\x2c\x6f\x0b\xf1\xfc\x71\xe7\x7f\xf3\x9a\x59\ \xbe\x63\xdb\x5e\x7a\x73\x55\x47\xd0\x88\xce\x9b\x71\xfb\x2d\x8b\ \x71\xf5\x9a\x7f\xbf\xf4\x81\x9f\x3b\x27\x2e\xbc\xd4\xe1\xb2\x55\ \xad\x79\xe6\xb7\xd5\x29\xd3\x2f\xbd\xfd\xbc\x91\xb1\xd4\xa4\xa7\ \xfd\x01\xc0\x87\x3a\x43\xf0\x09\x54\xe1\x0b\x1a\xa7\x3c\xb1\x85\ \x0c\xe3\x9c\x33\x20\x94\xb2\xc8\x07\x30\xbc\xef\x3e\xfb\x64\x5b\ \xdc\xc2\xfb\x6e\x19\xbb\xf7\xad\x7f\xff\xe7\x95\xd5\xbf\xbb\x73\ \xf6\xd2\xe7\x5e\x32\x4b\xae\xf9\xfe\xc2\xa2\x9d\xaf\x3f\xbc\x4b\ \xd7\x75\x90\xc7\xcd\xbb\xa2\x60\xa6\x79\x78\xf9\x93\xef\xbd\xbd\ \xf9\xdb\xb3\x3d\x4d\xcb\x76\xf7\xc1\x8c\xee\x86\xca\x4e\x29\x3e\ \xc6\x29\x50\x4e\x31\xf3\xd7\x74\x2b\x89\xf3\xd2\x81\xd3\xa4\x09\ \x17\x9d\xb7\xab\xf2\x99\x87\x1f\x24\x8a\x71\xd9\x5d\x77\x78\x98\ \xc1\x63\x46\x5d\x7f\xf1\xd8\x7f\x3f\xff\xf7\x4a\x9b\x5a\x72\xd1\ \xad\xa3\x13\x10\xe5\xee\x8b\xae\xbf\xec\xf7\x7f\x7b\xf5\xa1\x46\ \x87\x9a\xb3\xf0\x82\x89\x29\x94\xb2\x71\x8b\xae\x1b\x5d\xf6\xf0\ \xc3\x0f\xfe\x45\xd1\x92\xef\xf8\xd6\x34\xe0\x01\x9f\x57\x9b\x7b\ \xe9\x45\x7d\x55\xeb\xcb\xbd\x13\x3c\x07\xd6\xf4\xc4\x4d\x5e\x94\ \xd0\xda\x17\x08\xf2\x81\xff\xc7\xde\x77\xc7\xc7\x55\x5c\x6d\x9f\ \x99\xb9\x6d\x77\xb5\x2b\x69\xa5\x55\xaf\xb6\xd5\xdc\x7b\x37\xb6\ \xc1\xc6\xa6\x17\xd3\x7b\x4d\x42\x48\x42\x42\xf2\xa6\x90\x37\x24\ \x90\xe4\x0d\x90\x90\x90\x84\x00\xa1\x77\x83\xb1\x0d\xb8\x80\x8d\ \x8d\x7b\xef\xbd\x4a\xb6\xac\xde\xeb\x96\x5b\xa6\x7c\x7f\xdc\x95\ \x2c\xdb\x32\x18\x07\x1b\x91\xef\x3e\xbf\xfb\x5b\x6d\xb9\xda\x9d\ \xbd\x3b\xf3\xcc\x39\x67\xce\x3c\xa7\x05\x27\xf4\xbb\x6a\xb0\xba\ \x74\xd1\xfa\xf1\x0f\x8c\x5e\xb4\x64\xf7\xa8\x2b\xaf\xaa\x29\xab\ \x6b\xe5\x76\x67\x62\x14\x40\x52\x63\x2f\xb8\xe4\xaa\x65\x2b\x9e\ \xd9\x5d\x15\x4c\x27\x58\x08\x4e\x01\x64\xe2\x19\x7e\xe9\x0d\x7d\ \x16\x3d\xb1\x63\x5f\xc3\x8d\x99\x59\x5a\xfb\xd2\xba\x76\xc3\x1f\ \x87\x9c\x2a\x75\x3d\x10\x18\x81\x61\x1a\xaa\xaa\x5c\x77\xdd\x75\ \x8c\xb1\x88\xae\x53\xc6\xa2\x63\x8c\xf3\xe3\xba\xae\xc7\x7b\x38\ \x17\xe8\xb8\xb4\xa3\xe8\xce\x47\x88\x3e\x21\x04\x20\x24\x68\xeb\ \xbe\xe2\x9a\x01\xd7\xff\xec\xd2\xd4\x8a\x67\x9f\x7a\x6d\xf9\xe8\ \x81\xb1\xeb\x3f\x3d\x20\xfa\xfd\xfe\x91\xcb\x08\x45\x24\x5c\xfe\ \xf6\xeb\xef\x8b\x91\x77\xfe\x68\xb8\xf2\xfa\x53\xff\x78\x6f\xdd\ \x90\xcb\xc2\x07\x1a\xa5\x3e\x0f\xfd\xf8\xa6\x04\x0d\x16\xed\xe0\ \x7d\xa7\xde\xfe\x83\x2b\x0b\x05\x92\x29\xa5\xdd\x8e\x78\x8c\x80\ \xdb\x31\x85\xa8\x8d\xd3\x13\x75\x5f\x6d\x9d\x5c\x5b\xe7\x51\x66\ \x8c\x01\x08\x2e\x04\x6d\xac\x38\x58\x2a\x2e\xbc\x69\x62\x7a\x8a\ \xd7\x7d\xf1\xa4\x25\xcf\xef\x3a\x5a\x92\x51\xd9\x14\x73\xc5\xe4\ \x31\x29\x49\x5a\x76\x76\xd2\xa6\x4a\x30\x43\x75\x2b\xe6\xbe\xbd\ \xad\x32\xc2\x9b\x2b\x59\x4c\x5a\xdc\x80\x29\x49\xb3\x5f\xd8\x75\ \xa0\xda\x2c\xad\xee\xd3\x7f\xbc\x47\x62\x96\xce\x24\x1e\x0e\x53\ \xea\x77\x49\xc0\x2c\x43\xa8\x53\x67\x5c\xb3\xfe\xa1\x5f\xb9\xaf\ \x7b\x6c\x5c\x2f\x4f\x24\x12\x41\x58\xe4\x4f\xba\x66\xc0\xda\x5f\ \x2c\xd7\x2f\xf8\xe1\xa4\x7c\x33\xa2\x33\x40\xee\x9c\x71\x33\x46\ \xae\xf8\xcb\x67\x8d\xff\xf3\xe7\x29\x6e\x1a\xd1\xa9\x20\x6a\xfa\ \x8c\x1b\x2e\x78\xf0\xd1\x0f\xaf\xfc\xe9\x1f\xf3\xbc\x5c\xe8\x91\ \xf6\x56\x23\x30\x78\xdc\x60\x75\xfe\xe2\x59\xef\xab\xb5\xe5\x63\ \xae\xbe\xd3\x5a\xf3\x52\x75\x28\x18\x6a\x6d\x8f\x98\xde\xf1\xd3\ \x2f\xaa\x7e\xe1\xc3\x77\x67\x96\x96\xcb\xf9\x0f\x4c\xca\x7a\xe1\ \x85\x15\xad\x11\x6a\x6b\xe9\x51\x10\x82\x0a\xc4\x91\x44\x84\x65\ \x99\x51\xc1\x5a\xce\xc0\xa2\x92\x00\x15\x83\x69\x9a\xa0\xc8\x04\ \xe9\x61\xd3\xe4\x4c\x72\x78\xa1\x07\x82\x73\x90\x24\x69\xd2\xa4\ \x49\xf6\x94\xcf\x39\x33\x4d\x03\x21\x0c\x20\x9f\x5a\x8a\x21\x3a\ \xe7\x9d\x28\xa3\xd8\xdd\x38\x44\x02\x80\x0b\x21\x04\x67\x8c\x13\ \x55\x8d\xf3\x27\x24\xe7\xc6\xf7\xcf\xf3\x95\x56\xb6\xdc\x3e\x7e\ \xe2\xba\xb7\x3f\x7d\xfe\x15\xfd\x92\x2b\xae\xec\xef\x3e\x72\xb0\ \xba\x59\xdb\xb9\xe4\x8d\xfd\xac\x55\x8d\x4b\x30\x4d\x0a\xd8\xe3\ \xf3\x27\x05\xfc\x1e\x68\xe7\x5c\xc8\x9a\xcb\xe3\x76\xe9\xfa\xe9\ \x34\x43\x51\x97\x0f\x47\x10\xd5\x5e\x86\x9e\xc5\x0b\x5c\x70\x7b\ \xdf\x94\xe0\x02\x61\xc6\x18\xe7\x42\x70\x46\x91\xa4\xb8\x64\xbd\ \xba\xbe\x09\x7a\x7b\x9b\xeb\xab\x0c\x49\xf1\x78\xdd\x0a\xb4\x96\ \xd5\x36\x0d\x4f\x4f\xe3\x94\x61\x22\x4a\xb7\x2c\x9a\xbb\xc3\xf8\ \xe5\xe3\x3f\xf7\xec\x79\xfd\x1f\x9f\x45\x48\x4c\xd6\x98\x22\xcf\ \xea\x45\x1f\xcb\x8d\xda\xe8\x29\xb9\xc8\xd0\x19\x05\x26\xcb\x6e\ \x42\x22\x2d\x61\xce\x7d\xd4\x12\x9a\x27\x21\x2b\x37\xc7\x97\x1a\ \xcf\xa9\xc5\x18\x07\x6a\xf2\x18\x4f\x46\x66\xaf\x6c\x2b\xd3\x0d\ \xb6\xf8\xaa\xd0\x4d\x25\x35\x3b\x2b\x3b\xcd\x9d\x12\x4b\x0c\x23\ \xc2\x00\xf1\x88\xee\x4e\xce\xc9\xcd\xc8\x4a\x4d\x8e\xe3\x96\xc1\ \x0c\x23\x12\xe2\x31\xc4\x3b\x7a\xf2\xf8\x0f\x7e\xf6\x94\x91\x37\ \xe3\xbe\xfe\x69\x2b\x56\x43\x28\x12\x09\xb7\x47\x28\xe5\x6a\xa0\ \xff\x45\x03\xe7\xfd\xf2\xc5\x55\xf7\xfc\xfe\x89\x64\x77\x05\xe7\ \x56\x7b\xd8\x14\x42\x20\x84\x25\x40\x12\x32\x76\x6d\x5a\x7e\x18\ \x72\x6e\x0c\xf8\x42\x16\x05\x40\x12\x26\xb2\x44\x4b\xd6\x2c\xdd\ \xc3\xbc\xe3\x73\x03\x7a\xf3\x5e\x93\xbb\x54\x0c\x8c\x31\xa7\x74\ \x65\x8f\x45\x28\x18\x3c\x6e\x96\x03\x60\x0c\x42\x70\x76\xca\x20\ \x8b\x0a\x1b\x33\xc6\x19\x17\x1d\x91\x86\xee\xec\x05\xc4\xb8\x5d\ \x9c\x8a\x33\xc6\x84\x10\xd4\x32\x81\x73\x26\x30\xd5\x8d\xc4\xa2\ \x0b\x7f\xf9\xab\xfe\xeb\x17\xbe\xf5\xaf\xbf\x3f\xfb\xe0\x0f\xa6\ \xc5\xb8\xe3\x46\x5c\x7e\xd7\x55\xfd\xbd\xba\xc9\x89\xa6\x95\x2c\ \xb0\x38\xb3\x4c\x8b\xba\x10\x13\xcc\x32\x23\x16\x00\x88\xa8\xc2\ \xf9\xc9\x16\xfa\x89\x6d\xc6\x22\x1a\xff\xe8\x79\x3a\xf1\xb6\x18\ \xa6\xe0\x1c\x18\x67\xd4\x8c\x84\x23\xa6\x61\x88\xb8\xb4\xc9\x53\ \x06\xbd\x3d\xf3\xc5\xd6\x5d\x69\xa5\x7b\x0e\x0c\x9f\x7a\x67\x46\ \x46\xd6\x84\x89\x85\xef\xbd\xf6\xcf\x86\x9d\xf9\x35\xbb\x8b\xa1\ \xef\x60\x6f\x42\x46\x40\x6c\x5d\x3a\xef\x43\xad\xe6\x80\xce\x73\ \x0d\x2a\x0f\x19\x37\x7e\xee\xe3\xcf\x98\xf9\xd7\xdf\x93\xae\xe9\ \x7a\x84\x09\x64\x49\x9e\xbc\x54\xf7\xea\xe2\xe2\xc8\xc4\x54\xce\ \x28\xb5\x8c\x70\x30\x28\x45\x0c\x4a\x19\xa3\x14\x00\x53\x8b\x46\ \x42\xa1\xa0\x65\x2b\x50\x53\x00\x10\x98\x9a\x91\x50\x30\x18\x36\ \x4d\x4a\x05\x63\x02\x10\x46\x5c\x8f\x84\x42\xa1\x88\x6e\x32\x8a\ \x2d\x23\xd2\xdc\x18\x72\x99\x96\x94\xdc\xf7\xa6\xdb\xef\x34\x93\ \x87\x7a\x85\x41\x99\xd5\xd0\xda\x1e\x74\xb5\x85\x22\x82\x19\xb4\ \xf7\x98\x2b\xbf\x87\x86\x8d\xc8\x4f\x32\x8d\x32\x3d\xdc\xd6\x18\ \xb4\x62\xb0\x75\x70\xcb\xf2\xb7\xde\xac\x0d\xd6\x1c\x3d\x58\xa9\ \x5f\x76\xfb\x3d\xb9\x3e\xd8\xc5\xac\x8a\xfd\xab\xdf\x7e\xa3\x5d\ \xaf\xaf\x38\x58\x5a\x37\xf9\xfa\xbb\x87\xa7\xa1\xe2\xc5\x47\x8c\ \xd8\xcc\x04\x8d\x58\x96\xe1\xd0\x42\x0f\x0c\x2e\xd8\xb7\xb2\xa2\ \xd8\xbb\x1e\x28\xa5\x96\x65\xd9\x85\x5a\x4e\xad\xe9\xd6\xa5\x2e\ \x24\xeb\x22\xfb\x7a\xc2\x09\xf6\x1b\x73\x0a\xa6\x11\x09\xeb\x26\ \xa3\x34\x12\x0e\x1b\x96\x05\x4c\x18\x91\x08\x17\xe6\x9e\x35\x0b\ \x37\x1e\x6c\x72\x59\x86\xc7\x2d\x29\xf1\x85\x97\x0c\x4f\x7e\xff\ \x9d\x67\x1b\xfb\xf7\xc2\x22\x66\xf2\xb5\x97\x71\xd3\x88\x44\x4c\ \x66\x51\x13\xc9\xf9\xbd\x53\x56\x2c\x7b\xfb\x9f\x6d\xfd\x0a\x06\ \x5d\x30\x6e\x40\x12\xb5\x18\x74\x5d\xfb\xb7\x17\xff\x8e\xab\x45\ \x75\xdf\xe6\x2f\xc0\x79\xd2\x83\xae\xad\xa9\x49\x4c\x4a\xea\xa0\ \x55\x26\x88\x96\x98\x9a\x95\x91\x16\xc0\x1c\x52\x7a\xf7\xcd\x49\ \x94\x5b\x83\x62\xc0\x05\x97\x5c\x3c\xaa\x0f\xd3\x79\x46\xc1\x80\ \x5e\x01\xa5\x3d\x68\x04\x7a\x0d\x19\x3f\xbc\x7f\x66\x66\x4e\x41\ \x56\x6c\xb0\xa5\x95\xc4\xe5\x8e\x1d\x3b\x32\x23\x10\x1f\x1f\x27\ \x1f\xd8\xb9\x37\x75\xf4\x95\x63\x73\x3d\x86\x65\x47\x2e\x24\xaf\ \x2b\xb4\x7c\xf9\xb6\x94\x01\x23\x92\x5c\x60\x31\x88\x49\x48\xc9\ \xcc\xce\xf2\xa9\xc4\x8e\x6c\x70\x2e\xb4\x98\xb8\xac\xec\xac\xa4\ \x78\x97\x88\xea\x38\x73\xa4\x78\x92\x32\xb2\xd3\x92\xfd\xd8\x5e\ \xcd\x11\x5c\x20\xd9\x9f\x9c\x9a\x9b\x99\xec\x92\x80\x09\xf0\x24\ \xa4\xe4\xe4\xa4\xb9\x24\x29\x35\x27\x2f\x23\x5e\x31\x4c\xa1\x79\ \xfd\xa9\xa9\xa9\x49\x09\xfe\xe4\xcc\xec\xb4\x24\x9f\xac\xc6\x17\ \x16\xe6\x2a\xc2\x64\xa0\xf8\x13\x53\xd2\x53\x92\x03\x81\x80\xcf\ \xed\xc6\x48\x8a\x4f\x2f\xb8\xe4\xca\xab\x47\xe7\x25\x18\x11\x43\ \xf5\xf9\xe3\xfd\x6e\x01\x38\x36\xa5\xd7\x45\x57\xcc\x98\xd8\x3f\ \x5d\x04\x6b\x3e\x99\xbb\xc0\x3b\x64\xea\x98\xfc\x04\x6a\x31\xa7\ \xba\x53\x8f\x3b\x40\x20\x80\x48\x44\xff\x74\xd1\xe2\xcd\x9b\x37\ \x6f\xdd\xb6\x3d\x12\x89\xa4\xa5\xa5\xd9\xd5\x52\xeb\x6a\x6b\xdc\ \x1e\xb7\xa6\xb9\x3a\xf3\x1d\x6b\x6b\xab\xe3\x13\x12\x31\xc6\x2c\ \x5a\x5d\xe6\xa4\xa5\x81\xe3\x4a\xcd\x9c\x73\xd9\xed\xcb\xcc\xca\ \x48\xf6\xfb\x62\xfd\x49\x39\xe9\x29\x31\x12\xd2\xbc\x89\x59\x19\ \x19\x3e\xc9\x6a\x6e\x6e\x61\xee\xb4\x29\xd3\xa6\xe7\x25\xb8\xd3\ \x0a\x06\x64\xfa\x50\x30\xc2\x7c\x89\xa9\x59\xe9\xc9\x1e\x8f\x2f\ \x39\x23\x33\x39\x31\x46\x58\xdc\x9f\xd3\x27\xc5\x47\x0c\xa6\xa4\ \x65\x65\x25\x78\xe5\x68\x97\x06\x11\xf5\x67\xa0\x53\x0d\x3a\xfa\ \x47\x92\xa4\xfa\xba\x5a\xcd\xa5\xb9\x5c\xee\x73\xae\x07\xfd\x05\ \x79\x4d\xa7\xe8\x41\x6f\xed\x37\x60\xb0\xbd\x88\xca\x39\x13\x48\ \xd6\x54\xc9\xd4\x23\x4c\x80\x10\x48\xd5\x34\x45\xc2\x8c\x9a\xba\ \x61\x09\x01\x80\xb0\xa2\xaa\xb2\x84\x41\x08\xcb\xd4\x4d\x8b\xcb\ \xaa\xa6\xc8\x04\x01\x06\xd6\xb6\x6d\xed\xda\x1d\x3b\x77\x55\x89\ \xcc\x3b\xee\xbc\x3a\x20\x73\xd6\x41\xc3\x1a\x31\x16\xbe\xfe\xef\ \xfa\x9c\x4b\x6e\xbd\xa8\x2f\x33\x2d\x45\xd3\x84\x65\x58\x34\x2a\ \x95\x2b\x04\xc8\xaa\x2a\x01\xd3\x0d\xda\x49\xa2\x48\x52\x35\x19\ \xe9\xba\x7e\x5c\x7a\x11\x11\x97\x26\x5b\xba\x6e\x71\x40\x08\xab\ \x9a\xca\x2d\xdd\xa4\x02\x75\xbe\x89\xa2\x49\x60\x99\x1c\xab\x32\ \xd2\x75\xb3\xcb\x05\xc6\x51\x31\x6b\xa2\xba\x54\xc9\x0e\xa9\x58\ \xa6\x61\x51\x0e\x20\xb0\xac\xba\x54\x05\x40\x80\xe0\x96\x69\x52\ \x41\x5a\x0e\x7e\xf6\xf2\xa7\x55\xb7\x7c\xef\xce\x4c\x95\x5a\x8e\ \xb5\xd0\x43\x73\x18\x04\xc6\x78\xcf\x9e\xbd\xb3\x3e\x98\x9d\x9c\ \x9c\x74\xd3\x8d\x37\x06\x02\x01\x21\x84\xdb\xe3\xd9\xb3\x7b\x67\ \x52\x20\x39\x2e\xbe\xab\x1e\xf4\xb6\xbc\xfc\x22\x59\x39\x59\x0f\ \xba\xbb\x44\x23\x90\x14\x55\xc1\x2c\x62\x30\x55\x53\xb9\xa9\x9b\ \x0c\x14\x55\x43\xdc\x64\x9d\x7a\xd0\x86\x61\x58\x14\x30\x51\x55\ \x4d\x22\x48\x70\xaa\x47\x0c\x90\x14\x85\x08\x5d\x37\x01\x10\x60\ \xa2\x69\xaa\x84\xc1\x34\xf4\x13\xf5\xa0\xa3\xb9\x96\x08\xa1\x93\ \xf4\xa0\xf7\xed\xdd\xed\xf7\xfb\xfd\x09\x81\x73\xa5\x07\x6d\xd0\ \x48\xff\xec\x29\x09\xbe\x6c\x89\xc8\xa7\xb1\x17\x68\x9c\x27\xd5\ \xa4\x91\x4e\x77\x47\x70\x30\x0c\xc3\xa5\x69\x96\x10\x1c\x10\x70\ \x4b\x0f\x5b\x02\x6c\x6b\x47\x98\x7a\xc4\xec\xca\x61\x82\x99\x91\ \x70\x17\x1d\x67\xb0\xf4\x88\xa5\x03\x20\x4c\x10\x25\x98\xc4\x66\ \x0e\x99\x38\x66\x64\x92\x22\xe8\xf1\x72\x9d\xc2\x40\xda\xc4\x6b\ \xef\x6a\x35\x11\x35\x2c\x24\xb8\x19\x0e\x77\xcd\xf6\x40\x00\x54\ \x8f\x8a\xf0\x1e\x17\xcf\xb5\x8c\x88\x75\x92\x0f\x48\x23\x21\xda\ \x11\xa8\x61\x46\x38\xdc\x71\xbf\xe3\x4d\x8c\xa8\x40\x74\xc7\x3f\ \x1e\xff\xd2\x51\x9d\x68\xa6\x87\xcc\x53\xc2\x2b\xa6\x11\x32\xbb\ \xe8\x54\x63\xae\xa5\x0c\xba\xf3\xf6\xd1\x01\x95\x5a\xd4\x49\x6a\ \xea\xa1\x8e\x84\x00\x10\x1c\x06\x0d\x1e\x14\x13\x13\x13\x1b\x17\ \x97\x98\x98\x40\x2d\x8a\x09\x66\x8c\x59\x86\x89\xba\xd6\x98\x17\ \x00\x02\xe9\x86\xae\xaa\x2a\xb5\x33\x1f\xed\xd5\x0a\xd1\x51\x0d\ \xae\xcb\xfa\x25\x02\x60\x46\x54\xfe\xd9\x88\xea\x41\x83\xd5\xa9\ \x07\xdd\xb5\x9f\x30\x66\x84\x43\x5d\xf5\xa0\xf5\xce\xcf\x63\x27\ \xaa\x99\x8b\xe3\x6d\x3e\x59\x0f\x1a\x04\xc2\x88\xd9\x41\x53\x8c\ \xcf\x50\x12\xfa\x2c\xf5\xa0\x65\xa2\xca\x44\x3d\x7d\x18\x03\x71\ \x6e\x19\x34\x62\xfb\x37\x98\x90\xca\xf2\xb2\xa6\xe6\xa6\xa2\xbe\ \xfd\x34\xcd\xdd\x51\x89\x47\xa0\xb3\x51\xcb\x45\x8a\xaa\x11\x0c\ \xd4\xd4\x2d\x2a\x4e\x92\xe5\xc7\x84\x60\x24\xbe\x15\xe9\x83\x08\ \x13\xf2\x2d\x69\xea\xff\xbf\xf1\x85\x8e\xfc\x03\x59\x91\x79\x54\ \x0f\x1a\x18\x67\x15\x65\x65\x4d\x4d\x0d\x7d\xfb\x0d\xc0\x18\x47\ \xf5\xa0\x31\xa9\xa9\xa9\xae\xa9\xa9\x2e\xea\xd7\xcf\xed\xf6\x74\ \x5a\xf0\xe8\x1b\xd6\x83\x8e\x1a\x2a\x5c\xf0\xca\xf2\xb2\xfa\xfa\ \xba\xbe\xfd\x06\x10\x42\x7a\x8a\x1e\xb4\xdd\xe2\x63\xa5\x47\x9b\ \x1b\x1b\x30\x91\x9c\x3e\xe7\xe0\x5b\x4b\x16\xc0\x18\x97\x15\xb9\ \x77\xef\x3c\x97\xdb\xdd\x75\xd7\x0e\xc6\xb8\xbc\xec\x58\x7d\x7d\ \x2d\xc6\xa4\x47\x55\x09\x41\x08\x18\xe7\x12\x21\xbd\xfb\xe4\xbb\ \x3d\x9e\x33\x54\x79\x3c\x7f\xbc\x80\x30\xd6\x23\x61\x4a\x29\x38\ \x75\x14\x1c\x7c\x6b\x43\x0e\x08\x61\x97\xcb\x85\x31\x3e\x75\x80\ \x11\x42\xf4\x48\xc4\xa2\x56\x0f\xeb\xe1\x02\x21\xa4\x69\x2e\xbb\ \x46\xde\x99\x0e\xd8\xf3\xa6\x07\x0d\xe0\x6c\x29\x76\xf0\x5f\xc1\ \x0d\xa7\xb7\xc3\x7b\x6c\x0f\x17\x27\xd4\xd4\xfe\x72\x48\x3d\xe4\ \x82\x3a\x70\xf0\xdf\x4d\x19\xdf\x2e\x38\x7a\xd0\x0e\x1c\x38\xf8\ \xe6\xec\x05\x84\x1c\x31\x68\x07\xff\x25\x46\x81\x38\x8d\xb0\x42\ \x8f\x75\x24\x4e\xd7\xe6\x6f\x98\x17\x10\x42\xba\x1e\x69\x6f\x6b\ \x3f\x93\x9c\x0a\x07\x0e\x7a\x32\x34\xcd\xe5\xf3\xc5\x9e\x14\x5b\ \x44\x18\x19\xba\xd1\xde\xd6\xda\x33\x4b\xcb\x68\xaa\xe6\x8d\x8d\ \x3b\x73\xd2\x3a\xcb\xb8\x23\x42\x18\x23\x7c\xda\xec\x85\x68\x46\ \x36\x3b\x4e\x0a\x91\x48\x73\x4b\x53\x6a\x6a\xba\xad\x07\xdd\x45\ \x7c\x06\x00\xc0\x89\x3a\x38\xe8\x69\x38\x45\x25\x29\xfa\x90\x71\ \x56\x5f\x5b\xc3\x28\x4d\x48\x0c\x74\x99\x81\x91\x69\x1a\x4d\x4d\ \x0d\xc9\xc9\x69\x6e\x8f\x07\x7d\x43\x3d\xbc\xeb\xc7\x75\xbd\xcf\ \x39\xaf\xaf\xab\xb5\x4c\x23\x31\x90\x74\x86\x56\xc3\xd9\xf0\x02\ \x02\x64\xd2\x88\x49\x23\xa7\x33\x9a\x84\x00\x89\xc8\x9a\x1c\x63\ \xe7\x72\x60\x8c\xab\xab\x2a\x93\x53\x52\xbd\xbe\xd8\x6e\x9b\xe5\ \xc4\x23\x1d\xf4\x38\x5e\xe8\xd0\x74\x44\x27\x6a\x25\x62\x8c\x05\ \x88\x23\x87\x0f\xc5\xc5\xc5\xab\x9a\xd6\xb9\x3f\xa2\xa6\xa6\xd2\ \x9f\x10\x88\x8f\xf7\x7f\x83\x3d\xbc\xdb\xf1\x68\xb7\x19\x00\x4a\ \x0e\x1f\x8a\x8d\x8d\xd3\x5c\xda\x39\xd3\x83\x56\x62\x56\xee\x79\ \x6d\xf9\xae\x57\x34\xc5\xdb\xed\x09\xa6\x15\xea\x97\x3d\xe5\x96\ \x49\x4f\xea\x66\x74\x8f\xaa\x45\x69\xe7\x86\x8d\x53\xd5\x72\xbf\ \xa8\xa1\x08\xa1\xaf\x76\x59\x11\x21\xd8\x16\x91\x3e\xb3\xd3\x31\ \xc1\x08\x04\xff\x56\xec\x74\x26\x84\x00\x08\xe6\x64\x49\x9e\x17\ \x87\xbc\xab\xdc\x2b\xea\x00\xe7\x1c\x63\x4c\x88\x44\x19\x53\x8f\ \x77\x52\xb0\x2c\xab\xb3\x36\xca\x57\xeb\xe1\xff\x19\x6d\x75\xdb\ \xe6\xae\xa7\x75\xb6\x59\x92\x25\xca\x2c\x00\xd7\xb9\xd2\x83\x06\ \x00\x21\x38\xe3\xac\xd3\x53\x38\x09\x4c\x30\x71\xd2\x4b\x82\x73\ \x21\x30\xe7\x51\x3d\xe8\xe8\x30\x8c\x0a\xbb\x77\x2f\x08\x0d\x00\ \x00\x18\x61\x04\x9c\x8b\xe3\xda\x38\x5f\xe2\xdd\x88\xf0\xae\xd5\ \x1b\xe5\xdc\xa1\x85\xe9\xb1\x5f\x3a\x7e\x10\xc2\x04\xc2\x3b\xd6\ \xee\x88\x2b\x1a\x91\xe3\x57\x3a\xf4\x75\xb1\x24\x75\x2c\xd3\x74\ \x3c\x25\x75\xd1\xf6\xb3\x4b\x66\x75\x39\x29\xaa\x08\x6a\x8b\x3e\ \x73\xc6\x30\x21\x00\x82\x76\x48\x6b\xd9\xff\xcb\x28\x05\x2c\x11\ \xdc\x55\x3f\xd4\x7e\x0f\x46\x29\x48\x12\xe9\x72\xa9\xec\xf4\x68\ \xd4\xf5\x49\xe0\x5c\x08\x7a\x78\xeb\x7a\x23\x79\x70\xff\x0c\x17\ \xa3\x8e\x89\x75\xce\x6d\x72\x3b\x52\x77\x7c\x04\x76\x4c\x6b\x80\ \x31\x17\xfc\xe4\xfe\x68\x2b\x90\x75\x88\xb2\xf0\x53\xd4\xdc\x4e\ \x18\x75\x1d\x5d\x42\x9c\x6d\xdb\x10\xc6\x82\xb3\x93\x92\xab\xbb\ \xd1\x83\xee\xd2\x66\x5b\x7e\xe1\xdc\xea\x41\x47\x99\xe8\x34\x79\ \x5d\x08\xd0\x49\x29\x5f\xb6\x1e\x11\xc2\x38\x52\x73\x70\xe3\xee\ \xda\x01\x13\x2f\xf0\x13\x8e\xb1\xbe\x63\xf5\x06\x9e\x3a\x70\x48\ \x9f\x04\xfb\xda\x33\xc6\x84\x00\x84\x31\x21\xf6\x06\x0f\x54\xbb\ \x6b\xc5\xfa\x4a\xdf\x95\x97\x0c\xc5\x9c\x51\x26\x30\x21\xd8\x9e\ \xde\x6d\xc1\x04\x4c\x30\x46\xf6\xf0\x05\x84\x09\xc1\x40\x23\xeb\ \x17\xcc\x8d\xbd\x3a\xaf\x28\x23\x3e\x2a\x49\xcf\x39\xe5\x9c\x10\ \x02\x9c\x31\x2e\xa2\x67\x31\x66\x9b\x0a\x8d\x7b\x57\xbc\x3b\x6f\ \xf7\x0d\x09\x89\x47\xb6\x36\x0d\xbd\x60\x94\x4f\x06\x0c\xe1\xed\ \xeb\x37\x23\x7f\x66\xa4\xe6\x48\x7c\xdf\x0b\x0a\x12\x64\x81\x71\ \xc5\xce\xf5\xe5\x2c\x2e\xc6\xa8\x8f\xf8\xfa\x8c\xec\x9b\xc2\x05\ \x8a\xd4\xee\x5b\x7f\x38\x98\x44\xf4\xa0\x3b\x63\xd4\xa0\x5c\xcc\ \xc1\x6a\x29\x5d\xb5\xa5\x66\xf8\xd8\x01\xd5\xfb\x37\x46\x12\x87\ \x0c\xcb\x8e\xa5\x94\x61\x49\x6a\x38\xb2\x79\x67\x93\x77\xdc\xd0\ \x7c\xdc\x72\x78\xe5\xbe\xc6\x81\xc3\x46\xf9\x15\xc6\x01\x4b\x22\ \xb8\x75\xdd\x16\x35\x77\x54\xdf\x24\xb4\x6f\xcd\xaa\x3d\xd5\x6d\ \x80\xa4\x84\xb4\xde\xc3\x86\x0d\x8a\x53\x05\xe7\xc6\xc1\x4d\xab\ \xf6\x1c\xab\xe3\x20\xf9\x92\xb2\x87\x8e\x18\x1a\x70\x2b\xed\xa5\ \x9b\xdf\xfb\xbc\xea\x37\x3f\xbd\x21\x06\xfd\x07\x1a\xe3\x0e\xce\ \x64\xe6\xeb\x32\x03\x47\xf5\xa0\x19\x13\xb6\x2c\xb8\x2d\x23\x72\ \x0a\x2d\xd8\xa3\x54\x7c\x99\x8d\x80\x31\xaa\x3a\xb8\xed\x48\x28\ \x7e\xd4\xe0\x6c\x09\x90\xbd\xff\x4a\x70\xc6\x18\x07\x84\x09\x21\ \x08\x01\x70\x46\xbb\x3c\x8c\xbe\x8a\xb1\x44\xec\xa9\xc2\xda\xbe\ \x74\x5e\x63\xe2\xe8\x29\x83\x93\x85\x5d\x68\x00\x9d\x18\xc5\xe8\ \xd4\x83\x8e\x96\x25\x88\xb6\xb9\xc7\xe9\x41\x77\xf0\x28\x92\x55\ \xbe\x7a\xee\xeb\xef\xaf\x3c\x82\x09\x6e\x3b\xb8\xfc\xe5\x37\xe7\ \x87\x94\x18\x64\xb6\x95\x1d\x29\x2e\xaf\x6b\x11\x98\x20\x8c\xb8\ \x15\xaa\x38\x5a\x72\xa4\xb4\x32\x4c\x45\x6b\xf1\xb6\x65\x2b\xd6\ \x1f\x2a\x2d\xad\xaa\x6b\xc7\xb2\x44\x43\x4d\x47\x4b\x8a\xab\x9a\ \x42\x88\x48\x20\x78\xa4\xbd\xa9\xfc\x68\xc9\x91\x63\x55\x3a\xc7\ \x44\x18\xb5\x95\x65\x15\x65\xd5\xba\x20\x04\x23\x60\x46\x4d\xc5\ \xd1\xe2\x92\xd2\xc6\xa0\x21\x61\xde\x54\xdf\xd0\xa6\x73\x40\x88\ \xe9\xed\x0d\x0d\x2d\x4c\x20\x10\x80\x78\x64\xf5\xe2\x35\x19\xe3\ \xae\x1a\x98\x81\x97\xcf\x7e\x7e\xd6\xfa\x63\x18\xe3\xa6\x7d\xcb\ \x5f\x7a\x7d\x11\x75\xc7\x54\xac\x9f\xf7\xca\xcc\xe5\x14\x13\xdc\ \x5e\xfc\xc6\xab\xaf\x1d\x8a\x68\xb8\x71\xcb\x73\x2f\xbd\x5d\x16\ \xc1\x18\x1b\x9f\xbd\xf5\xf2\xf2\x7d\x6d\x0a\x2d\x7d\xe9\x9f\xaf\ \x1f\x68\xe2\x18\xc3\x86\x39\x2f\xcf\xdb\x52\xa1\x4a\xc1\xcf\xde\ \xfe\xf3\x9f\xfe\x39\xb7\x49\x60\x8c\x31\x66\x8d\xb3\xff\xf6\xf8\ \xdf\x3e\x58\x1d\x46\x58\x2f\x5f\xfd\xe4\xe3\x7f\xf8\x68\xfd\x11\ \x4c\x24\x42\x70\xdd\xee\xcf\x9f\x7c\xec\x0f\x8b\xf7\xb7\x62\xde\ \xf2\xc9\xeb\x6f\x6c\x2f\x0d\x62\x16\xda\xbe\xe4\xed\xc7\xfe\xf4\ \xf7\xfd\x0d\x14\xe3\xf0\xa2\xf7\x66\xae\xd8\xd7\x8c\x79\x64\xdf\ \x9a\xb9\x7f\x7a\xec\xa9\xad\x95\xc6\xd0\xe9\x57\xf8\x1b\x36\xae\ \x3b\xdc\x8c\x08\x76\xc4\x9a\xcf\x03\x30\xc6\x20\xc4\x87\x73\xe7\ \x6e\xd9\xbc\x99\x10\xd2\x39\x0f\xf3\xe8\x18\x3b\x51\x0f\x5a\x9c\ \x91\x1e\x34\xc6\xb8\x78\xc3\xa7\xef\x7e\xba\x53\x60\x1c\x69\x6b\ \x2a\x2f\x2d\x39\x72\xb4\xac\xcd\xe0\x18\x63\x82\x45\x5b\x7d\x65\ \xf1\xe1\x92\xaa\x86\x76\x8e\x90\x44\x50\x5b\x7d\x45\x49\x49\x69\ \x4b\x84\x4b\x04\x09\x6a\x34\xd6\x54\x94\x14\x1f\x6d\x68\x6d\x3b\ \xb0\x69\xed\xaa\x8d\xbb\x8e\x1e\x2b\xab\x0f\x5a\x80\xce\x4c\x0f\ \x9a\xf7\x54\x3d\x68\xce\x99\x1c\x5f\x74\xdf\xed\x17\x3e\xfe\xde\ \xcc\xa3\x43\x1f\x58\x3f\x67\x49\x9f\x2b\xef\x9f\xe0\xaf\x7f\xf3\ \x9f\x2f\x1f\x6e\x07\x33\xa4\x0f\xb9\xf2\xbe\xeb\x46\xc4\xcd\xfb\ \xf7\x3f\x37\xd7\x22\x4f\x4c\xfc\x65\xf7\x7f\x37\xe0\x76\x87\xab\ \xb7\xbe\xfb\x56\x5b\xfe\xc8\x6b\xaf\xe1\x65\xaf\xbd\xf2\x7e\xbd\ \x20\xe1\x20\xba\xe8\x8e\x1f\x4c\x2f\x34\x5f\xfb\xd7\x53\x5b\x6b\ \x95\xb4\xcc\x7e\x77\xde\x77\xc5\xda\x0f\x5f\xf8\x68\x7b\x53\x52\ \x2c\x29\x39\x1a\xbc\x41\x55\x21\x58\xba\xf8\xa3\xb9\x47\x6b\x5a\ \xda\x50\xea\xfd\x0f\xdd\xb5\xeb\x85\x27\x6a\xfb\xdf\xf9\xd0\xb5\ \x03\x0f\x2c\x7c\xeb\xd5\x5d\xfe\xdf\xfc\xfa\x16\x17\xe3\xb4\xad\ \x64\x7b\x35\x9a\x38\xa3\xb7\x12\xa3\xdc\x7f\xeb\xe4\x3f\xcd\xf9\ \xe0\xd8\xc0\xfb\x56\x7d\xf8\x79\xe1\x15\xf7\x0f\xcf\x4c\x19\x78\ \xe7\xed\x5b\x7f\xff\xd6\xca\xc3\x23\xfd\xdb\xe7\xb6\x64\x4e\xfb\ \xf1\xb8\x5c\x8f\x75\xc7\xf8\xf5\x8f\xce\x59\xba\xef\xb6\x5e\xc5\ \x2b\xaa\x03\xdf\xff\xce\x94\x02\x5f\xe8\xb2\x75\x8f\xcc\x9a\xbf\ \xf1\x27\x93\xe8\xfc\x5d\xe2\x8e\xdf\x5c\xe3\xd6\x8b\x39\x4e\x77\ \x37\x6c\x59\xb4\x61\xda\x2d\x63\x33\x8e\xad\x5a\xb8\xa3\x29\x36\ \x33\x86\x19\x16\x84\x9b\x45\x4e\xa2\x6f\xfb\xf2\x4f\xca\x46\xfd\ \x30\x4b\x6b\x5a\xbc\x78\xad\x1a\x97\x23\xb7\xb7\x03\xf7\x20\x57\ \xf2\x05\xd3\x67\x5c\x32\x20\x16\xac\xa6\x77\x9e\xfa\xf5\x8b\x33\ \x57\xfd\xe5\x87\xc3\x91\x16\x3f\xfc\xa2\x6b\x66\x8c\x4f\x06\x08\ \x2f\xfc\xfb\xaf\x5f\x79\xeb\xc3\x7e\xbf\xbc\x69\x48\x2f\xcf\xd6\ \x9d\xc5\x17\x17\x8e\x00\xe1\x54\x00\x3e\xc7\xd3\x19\xc6\x96\x69\ \xce\x99\x3b\x77\xd9\xb2\x65\x1e\x8f\x87\x31\x36\x7c\xc4\x08\xf1\ \xc5\x7a\xd0\x70\x46\x7a\xd0\x92\xa2\xb9\x35\x4d\x11\xcd\xaf\xff\ \xfd\xff\xb6\xb7\x2a\xf1\x28\x68\xf8\x06\x3d\xfc\x3f\x77\xa2\x7d\ \x8b\x9e\x9b\xb5\x06\x7b\x3c\x19\x85\x93\xef\xbe\x71\xfc\xd1\xb5\ \x73\xde\x5c\xb8\x1d\xc9\x3c\x2c\x67\xdf\xff\xd0\xfd\xde\x7d\xf3\ \xff\xef\x95\x65\x72\x62\xda\xf0\x8b\x2e\x77\xc7\x68\xe5\xdb\x16\ \xbd\xd3\xba\x7b\xd4\xe5\x77\x5c\x54\x18\xc7\xba\xdd\xad\xdf\xa9\ \x07\x6d\x8f\xc1\x1e\xa9\x07\xcd\x6c\x0a\xb3\x28\xa4\x8d\xb9\xf2\ \x92\x2d\x4f\x3e\xf5\xd8\x6f\x3c\xc9\xc3\x7e\x71\x69\xdf\xcd\xb3\ \x9f\x58\x5b\x9f\xf0\xe0\x3d\x97\x36\x6e\xf9\xe0\x95\x39\x0b\x86\ \xa7\x4d\xda\xb2\xad\x62\xf8\x83\xbf\xbd\x7a\x78\x3a\xc1\xe4\x40\ \xc4\x48\x2a\xba\xf8\x91\x5f\x5d\xaf\x41\xf8\xc3\x67\x7e\x77\x58\ \x1e\xf4\xc0\xf5\xa3\xf6\x2f\xfc\xf7\xac\xd9\xcb\x26\x3c\x3c\xb4\ \xae\x95\x5f\xfe\xbd\x5f\x5c\x9a\xef\xaf\xde\x32\xfb\xa3\x4d\xe6\ \xfd\xbf\xfd\x43\x7f\xb5\xe2\x1f\x8f\xff\x4d\x37\x74\x88\xed\x7d\ \xd9\x8c\x5b\xda\x83\x8d\x1f\x3e\xff\xf2\x8a\xcd\x4d\x17\x8f\xc9\ \xfa\xe7\xd6\xdd\x11\xe8\x7b\xe0\x58\x65\x62\xbf\x71\x31\x88\x5b\ \x08\x1b\x0d\xc7\xc2\x92\x3b\xd9\x2f\x09\x6a\x66\x8d\xbb\xfa\xc2\ \xad\x7f\x7e\xf2\x37\xbf\xf6\x66\x8f\x7d\x78\x6a\x3f\x66\x99\x4a\ \xea\x88\x5b\xa7\x6f\x79\xee\xaf\xbf\x93\xdd\x49\x37\xff\xe4\x12\ \x0f\xb7\xa8\x9c\x38\xe3\x8e\xab\x9f\xfc\xc7\x3f\x1e\x93\x5c\x63\ \xae\xfd\x61\x81\x8f\x5b\xcc\x73\xd9\xad\xb7\xec\xfb\xeb\x6b\xbf\ \xda\xa2\x0e\x99\x76\xd7\x88\x00\x31\xca\xda\x22\x52\xee\x75\x57\ \xa4\xad\x5b\xbe\x74\x7a\xff\x4b\x16\xad\x3c\x34\xee\x9a\x6b\x8f\ \x6d\x39\xdc\x66\x80\x55\x17\xcc\x1e\x7d\x75\x96\xb5\x63\xf1\xc6\ \xd2\x19\x09\x5b\xf6\x5a\x79\xd7\x5d\x1c\x3c\xd8\x50\x07\x90\x8b\ \x84\x30\x4d\x1d\x20\x86\xcb\xfe\xb1\xa3\x47\xaf\x9b\xbb\xab\xd9\ \x1c\x8c\x80\x53\xcb\x00\xb0\x04\xb8\x87\x5f\x74\xc1\x7b\x7f\xdf\ \x5f\x19\x86\xcc\xe4\xc4\x15\xc5\x35\xa6\xe0\x48\x38\x72\x2e\xe7\ \xb8\xdf\x72\xc1\x38\x1b\x36\x6c\xe8\xb0\x61\x43\x39\xe7\x1e\x8f\ \x87\x31\xda\xa1\x01\x7b\x1a\x3d\x68\xc1\xc5\x71\xa5\xa4\xa8\x69\ \x2f\x4e\x09\x0e\x08\x21\x00\x01\xa3\xa1\xda\x20\x5c\x78\xef\xaf\ \xae\xc9\xa9\x7b\xe6\xb7\x4f\x2d\xdb\x77\x61\xe6\xae\xed\xf5\xee\ \xfe\xbf\xff\x9f\x1b\xfd\x8a\x84\xda\x0e\xbd\xf3\xfe\x92\xd8\x49\ \x77\x5f\x31\x40\x9e\xf9\xcc\x3f\x3e\x58\x79\xd1\x0d\xb8\x56\xc9\ \x1c\xf7\xeb\x47\x6e\xf3\x42\xe8\x83\xad\x6c\xe0\x25\xf7\xfe\xe4\ \xea\x22\xcb\x34\x4f\x57\x41\x1b\x01\x12\xd1\xed\xde\x18\x7a\xaa\ \x1e\xb4\x6d\xd7\x60\x21\x4c\x13\xfb\x2e\xbe\x72\xca\xe2\xc7\x5f\ \x1e\x7c\xe7\x55\x01\xd2\xba\xac\xaa\x2a\x1c\xf2\x2d\x5b\x38\x8f\ \x51\x18\x32\xb0\xb7\x27\x3e\xf7\x86\x5b\x27\xcf\x99\xfb\x5c\xf1\ \xc6\x01\x33\x6e\x9d\x61\x8b\x5a\x70\x00\x30\x1b\xca\x1a\x1a\xc3\ \xe6\xd1\xc5\xf3\x6a\x2c\x2b\x61\x68\xdf\x4c\x61\x99\x18\x4b\x32\ \x21\x98\x40\x75\x45\x35\x4e\x1d\x50\x98\xe2\x92\x23\x31\x3e\xb7\ \x8c\x30\x2b\xdd\xb2\xf0\x95\x39\x1b\x3d\x09\x71\x95\xcd\x46\xbe\ \xa1\x67\x0e\x1b\xa3\x2d\x58\x70\xe0\xe0\xa1\xb2\x3a\x36\xf0\xc2\ \x74\xce\x4c\xc6\x15\x6a\xea\x1c\x10\x11\x8c\x52\x8b\x2b\x71\xd3\ \xae\x98\xb2\xf2\xd7\x2f\x8c\x7c\x60\x5a\x32\xd1\xc3\x26\x43\x1c\ \x0d\x98\x7a\x79\xe6\xd2\x4d\xfa\x80\xdb\x47\x65\x28\x91\xb0\x21\ \x80\xc6\x15\x4c\xba\x28\x6f\xe1\xac\x86\xfc\x69\xe3\x7b\x99\x91\ \x30\x15\xa0\x65\x0c\xbf\x6c\xc4\xfc\x3f\x6d\x8c\x9b\x36\x79\x90\ \xe0\x2c\x1c\x09\xb6\x99\x52\xe1\x98\xa9\x0d\x87\x9e\x7d\xe1\xc5\ \xca\x90\xda\xef\x87\xa3\x7a\xbf\xbc\x61\x7b\x28\x12\x8e\x04\x83\ \xd4\x9d\x35\x6d\x94\xfa\xb7\xf7\xde\x78\x9e\x18\x45\x53\xbf\x53\ \xd0\xf4\xe1\xd6\xd2\x66\x83\xe5\xd8\x02\x5f\x00\x02\x03\x18\x46\ \x84\x22\xa9\xa3\x80\x11\x07\x21\x00\x81\xa5\x87\x38\x01\x01\x20\ \x61\xc4\x0d\x83\x32\x86\x99\x13\x61\x38\xe7\xc0\x18\xf7\xe9\xd3\ \x07\x61\x6c\x17\x13\xa5\x94\xda\x6b\x7e\xfc\xb4\x7a\xd0\xa2\xa3\ \x24\xc2\x49\xce\xfe\xf1\x4c\x07\x7e\x5c\x0f\x9a\x61\x82\x09\xc6\ \x92\x27\x29\x33\x3d\xb6\xac\x2e\x34\xe3\xd2\x19\x25\xef\x7e\xf0\ \xd4\x1f\xfe\x3c\x66\xfa\x75\x53\x73\xab\xaa\xda\x23\x71\x87\x36\ \xcc\x2b\xa5\x72\xce\xc0\xbc\x44\xcd\x6a\x04\x49\x96\x09\xc1\x18\ \x3a\x74\xdb\x80\x31\xce\x4e\x14\x13\x47\x00\x27\x97\x67\xc5\x38\ \x3a\x06\x7b\x9e\x1e\x34\xe7\x42\x70\xce\x28\xe7\x42\x70\x53\x76\ \xc7\x24\x06\x92\xe2\xbc\x18\x38\xf6\x7b\xe3\xbc\xc9\x85\x77\x3c\ \x70\x83\x17\x0c\xd3\x62\x42\x40\xfc\x05\xd7\xff\xef\xc8\x31\xaf\ \xfe\xe9\xc9\x57\x3f\xec\x7d\x6f\x9a\x1c\x0e\x36\x05\x75\xaa\x72\ \xd5\xef\xf6\x26\x64\x8c\xfe\xce\x7d\x93\x88\xa5\x53\x21\xcb\xe1\ \xbd\x8c\x0b\x4a\x4d\xce\x59\x62\x20\x81\x55\xed\x3a\x50\x35\x7d\ \x88\xcf\x34\x29\x97\x68\xeb\xba\xd5\x8b\xa0\xf0\x96\x5f\xde\x39\ \xe1\xd3\xa7\x7f\xb5\x27\x1c\x56\x93\xf2\x46\xe4\xd2\xd9\xb3\x3e\ \x14\x4a\xee\xa5\xe9\xb1\x96\x61\x72\x00\xec\x8a\x27\x54\x6f\x0a\ \x5a\xbd\xe3\x18\x35\x4c\x59\xf3\x04\x92\x53\x02\x2e\xac\x9b\x94\ \x33\x0e\xdc\xa4\x8a\x2b\x31\x21\x25\xec\x8f\xe1\xa6\xc1\x18\x03\ \x60\xa6\x89\xe3\x02\x81\x24\x1a\x27\x83\x65\x51\x2a\x00\x2c\x03\ \xbb\x12\x93\x52\x93\x5c\x32\x62\x94\x72\x5d\x0f\x1b\x42\x08\x4f\ \xea\xd4\xb1\xb9\x0f\x3f\xb7\xea\xaa\x87\xee\x4a\xf6\x34\x00\x0f\ \x47\xf4\x60\x7b\xc4\x42\x2e\x16\x28\x9a\xd0\x4f\x99\x3d\xbb\x69\ \xc4\x9d\xc3\xb2\xda\x97\x0a\x4b\x6f\xd7\x29\x07\x0e\x20\x84\x60\ \xb4\xa9\x7c\xe7\x47\x4b\xd6\xa5\x8e\x79\x20\x9e\x30\x6a\xdb\x58\ \x8c\xb6\xd4\x97\xcc\xff\x60\x45\xd6\xc0\xab\xd2\xdc\x74\x4b\x73\ \xbb\x14\x9f\x8f\x18\xeb\x99\x79\x75\xff\x7d\x60\xf4\x78\x59\x76\ \x7b\xfa\x15\x9c\xf3\x53\x6a\xba\x71\x9b\x12\x18\x65\x8c\xdb\x3a\ \x8b\xa7\x99\x9c\x11\x67\x51\x3d\x68\xce\x98\x10\x82\x59\x26\x30\ \xce\xb8\x00\xcb\xc0\xfe\x41\x77\x3c\xf8\xf3\xa3\xeb\xdf\xfb\xc3\ \x3b\x2f\x27\x3f\x7c\x6b\x72\x8c\xb7\xd7\x84\x6b\x6f\x1f\x9b\x1a\ \x09\xe9\x48\x55\x0f\xcf\xa3\x82\x53\xcb\xb4\x18\x12\x92\xb0\x82\ \x4d\xcd\x96\x65\x9a\x86\x85\x31\xfa\x82\xd5\x01\xbb\xcd\xbc\xbb\ \x36\xf7\x0c\x7b\x81\x0b\x8e\x38\xe7\x02\x80\x33\x6a\xe9\xba\x61\ \x9a\xa6\x69\xa8\xc3\x2f\xba\x62\xcf\xcb\x6f\x3c\xf6\xdb\x7d\xf1\ \xaa\xd6\x6f\xd2\xe5\x17\x16\x2a\xb3\xde\xfc\xa0\x96\xa8\x4d\x86\ \xb7\x6f\x76\x7c\x52\x9f\xc1\xde\x45\xaf\xff\xe1\x37\x95\x03\x46\ \x5c\x34\xfd\xea\xab\x8f\xbe\xfc\xfe\x6f\x7e\xbb\x2a\x46\x72\x8f\ \xbe\xf2\xc6\x29\xb9\xc8\x34\x4d\xd3\x62\x46\xd8\x48\x1a\x30\x71\ \xca\xc0\xe2\x97\x9e\x7c\x3c\xcd\x4f\x8e\xd4\xf0\x3e\xee\xd8\xdc\ \x21\xc3\x37\xcc\xff\xf0\x89\xba\x75\x55\x07\x1a\xf2\x72\x24\x0b\ \x7c\x13\x2e\x18\x36\xe7\x77\x6f\xf4\xbf\xe1\x17\xa9\x6e\x66\x44\ \xa8\x00\x2e\xc7\xe6\xa4\x93\x50\xf1\xe1\xda\x11\xa3\x12\x99\xc5\ \xb8\x69\x1a\x91\x88\x6e\x50\xce\x18\xa5\x1c\x10\x30\x4c\x0d\x5d\ \x37\x4c\x93\x31\x66\xaf\x3b\x62\x89\x9a\x46\x44\x37\x0c\xcb\x62\ \x98\x32\x06\x80\x09\xb3\x0c\x23\xa2\x63\xcb\x62\x1c\xf3\x48\xb8\ \x3d\xc4\x04\x35\xcc\xc0\xa0\x4b\xfe\xe7\xe1\x21\x69\x85\x09\x96\ \x5e\xcb\x59\xb0\x2d\x14\x6c\x0b\x46\x98\x07\x99\x5c\x9b\x78\xd3\ \x8f\xfb\x58\x71\xf1\x98\x05\x25\x11\x6a\x6f\xd6\x19\x91\x45\xdd\ \xc2\x99\xcf\xed\x5b\x24\x35\x35\x35\xc7\x17\x5c\x75\xcf\xf4\x01\ \xc2\x6a\x96\x79\xeb\xea\xb9\x2f\x34\xac\x77\x35\x37\x36\x7b\xb2\ \x26\xde\x33\xe3\x22\x57\xb8\x7a\x7f\x69\x6d\xd6\xb8\x74\x44\x29\ \xa5\x0e\x2f\x9c\xd3\x58\x79\x74\x45\x0f\x63\x1c\x5d\x56\x64\x8c\ \x73\x8e\xa0\xd3\x5d\xe8\xae\x87\x47\x0b\x48\x70\x14\x5d\xa1\x10\ \x1d\x6e\x7e\x67\x3a\x03\x62\x14\x2c\xcb\x34\x2d\x8b\x51\x66\x9a\ \xa6\x45\x29\x30\x61\x99\x16\x20\xba\x67\xc5\xec\x4f\xd7\x1f\x91\ \x44\x6b\x72\x76\xaf\x94\xa4\xfc\x6b\xa6\x0d\x78\xe9\xdd\xa7\x0e\ \x2d\x0d\x28\x6a\xca\x75\xf7\xdd\x2a\x38\x35\x4d\x4a\x29\x35\x84\ \x34\x70\x68\xd1\x8a\x59\x6f\xfc\x6f\xe9\xaa\x91\x93\xaf\x9d\x3e\ \x32\x8d\x9a\x4c\x44\xd7\x08\x8f\x2b\x43\x21\x84\x11\x08\xdb\xdf\ \xb1\x4d\x94\x33\xb7\x17\xce\x26\xdf\xd1\xa5\x78\x17\x6d\xfd\xc7\ \xb2\x5d\x2f\xbb\x4e\x93\xd7\x64\x58\xa1\xfe\xd9\x53\x6e\x9d\xfc\ \x67\x3b\xaf\x89\x10\xb2\x67\xd7\x8e\xa2\xfe\x03\x51\x47\xa1\x4a\ \x60\x91\xda\xba\x66\x97\x3f\xd9\x27\x23\x20\x32\x0d\x36\x1c\xab\ \xa8\xd2\x99\x9c\x94\x96\x91\xe0\x41\x35\xe5\x65\x4d\x21\xea\x8e\ \x4f\xce\x4e\x4f\x90\x30\x6a\xaf\xab\x2c\xaf\x6d\x71\x27\xa4\x66\ \x67\x24\x19\x4d\x95\xc7\xaa\xea\x29\x72\xa5\x66\x64\xc4\xbb\x44\ \x5d\x6d\xa3\xe6\x4f\xf6\x2a\x48\x20\x49\xe2\x91\x8a\xb2\xb2\xe6\ \x30\x75\xf9\x12\x52\x93\x13\x3d\x32\xaf\xad\x38\x56\xdb\x12\x91\ \xdd\xb1\x29\x29\xa9\xf1\xb1\x31\xbc\x7e\xd3\x13\xff\xfc\xec\xa2\ \xef\xfc\x78\x6c\x2a\x31\xa8\x00\x00\x45\x95\xf7\x7c\xf2\xd2\xfb\ \x07\xe3\x7e\xfc\xe0\x8d\x71\xc8\x62\x56\xb8\xbe\xae\xd9\x13\x48\ \xf1\xc8\xb8\x63\xe9\x9a\x37\xd5\xd5\x71\x97\x3f\xd1\xa7\x88\xe8\ \x52\x2b\x8a\xb4\xd4\xb5\x5a\x6a\x52\x20\x0e\x71\x6e\x77\x20\x23\ \xd8\xd8\x18\xc1\x49\x01\xbf\x8c\xc0\x0c\xb7\xd6\xb5\x5a\x81\xa4\ \x04\x85\x60\x59\x22\xd4\xb2\x04\x37\xeb\xeb\x1b\xb4\xf8\x00\x6f\ \x6b\x32\x95\xd8\x80\x4f\x43\x44\x92\x80\x5b\x4c\x58\xe1\xc6\x86\ \x20\x24\x05\xe2\xda\xeb\x2a\x6a\x5b\xc2\x5c\xe0\x18\x7f\x72\x56\ \x5a\x00\x33\x93\x09\xde\x5a\x5f\x5d\xd7\xd4\x4e\x05\x72\xc7\x06\ \x32\x33\x92\xdd\x32\xaa\xda\xf6\xc9\x3f\x66\x1f\xba\xeb\xa7\x3f\ \xe8\xe3\x15\x96\x93\xdd\x74\xae\x9d\x08\x84\x75\x43\x9f\x3f\x7f\ \x41\x55\x75\x35\x08\x31\x72\xd4\xc8\x71\x63\xc7\x02\x80\xcb\xe5\ \xde\xbb\x67\x67\x62\x20\x29\x2e\xae\x43\xf7\x55\x92\xf7\xec\xde\ \xd1\x27\xbf\x50\x51\x14\x7b\x39\x53\xc0\x49\x05\xa7\xba\xd4\x78\ \xc1\x28\xdc\xd2\xd0\x6a\x69\xa9\x89\x5a\x7d\x4d\x83\x1a\x9f\x14\ \xa7\x41\x73\x7d\x1d\xd5\xe2\x5c\xb4\xad\xa2\xba\x81\x12\x57\x5a\ \x46\x56\x42\x8c\x2c\x90\x68\xaa\x3a\x56\xdd\x18\x94\xdd\xf1\x19\ \x59\x69\x38\xd4\xd0\xa4\x4b\x49\x81\x58\x24\x00\x63\x56\x57\x51\ \x56\xdf\x46\x03\xe9\x59\x81\x58\xb5\x4b\xac\x29\x9a\xc0\x1d\x4d\ \x70\x8a\xd6\xe3\xc6\x6e\xb7\x7b\xff\xbe\xdd\x71\xf1\x7e\xbf\x3f\ \xe1\x4c\xd4\x59\xce\xd2\x5e\xe0\x9c\x5a\x4c\x97\x58\xf7\xf5\xac\ \x2d\x66\x30\xde\x55\x17\x15\x31\xde\x51\x05\x9c\x73\x2e\x38\x80\ \x96\x96\x9e\xc1\xa8\x41\x05\x02\x4b\x27\xee\xf8\xfc\xbe\x89\x08\ \x04\xa5\x16\xe3\x90\xde\xa7\x28\x0b\x21\x21\x98\x65\x51\x8b\x41\ \x4c\x52\xc6\x80\xd4\x2c\x4e\xa9\x65\xe8\x4a\x6c\x4a\x91\x3f\x0d\ \x81\xa0\x96\x45\x39\x24\xa7\x67\x70\x66\x71\x2e\x00\x2c\x8a\x95\ \x8c\xde\x85\x59\x08\x09\xc1\xa9\x65\x59\x1c\x27\x65\xe7\xa7\xe6\ \x20\x40\x58\xe8\xd5\x9f\xbc\xfd\xf6\xf6\xc3\x95\x59\x63\xaf\x19\ \x9e\xa6\xea\x66\x54\x98\xd5\xa4\xa2\x68\xdc\xd4\xbc\x23\x4b\x4a\ \x6b\x5a\x06\xa7\xba\x05\x71\xa5\x66\xc5\x30\xcb\xea\xb8\x70\x42\ \x08\x48\x4c\x4d\x07\x4e\x3b\x85\x18\x05\x13\xae\xf8\x94\x18\x24\ \xac\x0e\x79\x49\x21\x84\xe2\x0d\x64\xc6\x0a\xcb\xa2\x14\x90\xe4\ \x8a\xcd\xf2\x22\x6a\x51\xce\xb8\xc1\x28\x00\x00\x92\x93\xd3\x32\ \x39\xa5\x28\x39\x0d\xd9\x6f\xc5\x4d\x66\xc7\xa5\x3d\x89\x19\x5e\ \xb0\x2c\x1a\x9f\xde\x2b\x90\x81\x00\x04\xe7\x9c\x5a\xba\x1d\x39\ \x88\x4b\xc9\x4a\x4c\xc3\xb6\x19\x48\xa9\x69\x09\x56\x72\xa4\xa2\ \xdf\x85\xd3\x7b\xc5\x23\xcb\x70\x12\x9b\xce\x39\xa8\xa0\x9a\xa6\ \x8e\x1b\x3f\xf6\xdd\x77\x67\x66\x64\x64\x0c\x1d\x32\x84\x8b\x68\ \x9a\xc2\xc9\x6b\x7e\x28\xba\x0a\x78\xbc\x87\x9f\x50\xd6\x1a\xba\ \x66\xfa\x08\x26\xdc\xf1\x49\x5e\xc4\x2d\x4b\x24\xa7\xa7\x0b\x66\ \x59\x0c\xe2\x92\xd3\x11\xa7\x1c\x52\xfa\x06\xd2\x11\x08\x46\xa9\ \x45\x2d\x40\xd8\x9f\xd6\x2b\x90\x11\x1d\x0b\xe0\x0b\xa4\xc7\x09\ \xcb\x62\x02\x80\x71\x92\x92\x9d\x97\x86\x80\x51\x8b\x9e\x50\xd2\ \x9a\x77\x70\x03\xb2\x8b\x48\x08\xd4\xb1\x5f\x29\x5a\x59\x17\x9d\ \x2b\x7b\x01\x23\xdc\x1e\x69\x0c\xea\xcd\x18\x75\x9f\xfe\x20\x04\ \x57\x95\x98\x38\x4f\x8a\x2d\xf1\x4a\x24\x69\xf7\x8e\xed\x59\xb9\ \xbd\x62\x7d\x3e\xd3\x32\xb9\x10\xe8\xf8\x05\x43\x70\xce\x15\x31\ \x11\x12\x46\xd5\xb1\xb2\x30\xf6\xe5\xe4\xa4\xca\xfc\x84\x79\x16\ \x61\x64\x19\x86\x40\x92\x2c\xf5\x78\x29\x0a\x21\x4c\xd3\x24\x8a\ \x4b\x42\x4c\x38\x5a\x78\xe7\xde\x8f\xe8\xac\xbc\xd0\xdc\xdc\xac\ \xb9\x34\x97\xe6\x62\x8c\x61\x42\x64\x59\xde\xb5\x7d\x5b\x4e\x6e\ \x2f\xaf\xcf\xd7\xc5\x5e\xd8\x99\x92\x9a\x9a\x98\x18\x30\x4c\x93\ \x0b\xde\xa5\x87\x77\x9a\x0c\xe7\xab\xcd\xc8\x5e\x89\xb0\x15\xa1\ \x11\x20\xc0\x98\xc8\xb2\xbc\x7b\xe7\xf6\xcc\xac\xec\xd8\xd8\xb8\ \x33\xb1\x17\xce\x6e\x3f\xa5\xc0\x58\x26\x48\xfa\x82\xaf\xcb\x05\ \xef\x34\x19\x30\xc6\x0d\xf5\xf5\xc7\x8e\x1d\x2d\x28\x28\x8a\xf1\ \xf9\xa2\x45\xba\x20\x4a\x64\xf0\x55\x37\x40\x9c\xd5\x15\x93\x65\ \x19\x23\x61\x59\xdd\xd4\x6a\xc0\x18\x83\xf8\x76\x14\x88\xfc\x16\ \x35\xf5\xdb\xcf\x0b\xd0\x29\xb4\x4e\x24\x49\x70\xc1\x05\x47\x80\ \x28\xb5\x8e\x94\x14\x33\xce\x0a\x0b\xfb\x76\xf6\x5a\x8c\x71\x4b\ \x73\x73\x49\xf1\xe1\x3e\xf9\xf9\xb1\xb1\xf1\x1d\xa5\xad\xed\xc4\ \x01\x04\xdd\x6c\x65\x38\x87\x6d\xee\x3a\x9c\x10\xc2\x00\x40\x19\ \x2d\x3d\x52\x62\x9a\x66\x51\xdf\x7e\xe7\x70\x3f\xe5\xd9\x75\xe8\ \xfa\xfa\xba\xca\xf2\x32\xc6\x58\xf4\x3a\x9d\xc4\xa3\xce\xfc\xe7\ \xa0\x67\x59\x67\xd0\x11\x32\x8c\x76\x4f\xd1\x91\x28\x14\x17\xef\ \xcf\xce\xc9\x3d\x49\x70\x9d\x10\xd2\xd8\x58\x5f\x5e\x76\xcc\x32\ \x29\x46\x1d\x3d\xfc\xe4\x05\xc4\xf3\xd1\xe6\xae\x1f\xd8\xd9\xe6\ \xd8\xb8\xb8\x9c\xdc\xde\x67\x28\x12\x0f\xe7\x53\xf7\x15\x63\xdc\ \x59\xde\xcb\x81\x83\x6f\xbb\x8b\x71\xea\x00\xb3\x53\x1b\x7a\xa6\ \x68\xc0\xe9\xda\xfc\x35\xc7\x1d\xcf\x02\x9d\x5e\x8d\x63\x05\x3b\ \xf8\x76\x5b\x12\xa7\x19\x5d\x67\xae\xc2\xde\x73\xda\x7c\xda\x59\ \xdc\xf9\x99\x1d\x38\x70\xe0\xf0\x82\x03\x07\x0e\x7a\x8c\x1f\xd1\ \x91\xd4\xe4\x64\xe3\x38\xf8\x56\x03\x61\x4c\xec\x60\xde\xb7\xa7\ \x87\x23\x8c\xf1\x49\x12\x52\x3d\x82\x17\x10\x42\xed\xed\x6d\x91\ \x70\xc4\x91\x8a\x77\xf0\xad\x86\x10\x9c\x60\x12\x1b\x1f\x2f\x49\ \x52\xd7\x61\x86\x10\x0a\x06\xdb\xc3\xa1\x70\x0f\xec\xe1\x42\x08\ \x8c\x51\x5c\x9c\x5f\x92\xa5\x33\xa4\x86\xb3\xe3\x05\x41\xb0\x22\ \x11\xe5\x74\x09\x49\x76\xd9\x5f\xca\xf4\x8e\xdd\x5d\x38\x18\x6c\ \x8b\x44\xc2\x19\x59\x39\x8a\xa2\x38\x7d\xcb\xc1\xb7\x98\x17\x40\ \x34\xd4\xd5\x35\x35\x36\x04\x92\x92\x3b\x97\x31\x11\x42\xe1\x70\ \x28\x14\x0c\x66\x64\x66\xab\x9a\xd6\x03\x9b\xdd\x50\x5f\xd7\xd8\ \x58\x9f\x94\x9c\x72\x86\x56\xc3\xd9\xf0\x02\xc6\x52\x63\x5b\x59\ \x73\xa8\x0a\x23\xd2\xed\x09\x5c\xf0\x18\x2d\x3e\x39\xbe\x8f\x5d\ \x2d\x02\x21\x68\x6b\x6d\xcd\xc8\xca\x56\x14\xa5\x53\x45\x13\x4e\ \x94\xd6\x74\x3a\x9c\x83\x1e\xea\x36\x20\xd4\x55\xc7\x15\x63\x1c\ \x48\x4a\x6e\x6f\x6b\x33\x74\x5d\x73\xb9\x3a\x77\x28\xb5\xb6\xb6\ \xa4\xa4\xa6\xdb\x0a\xd1\xdf\x78\x0f\xef\xb4\x59\x44\x07\x6d\x25\ \x06\x92\xda\xdb\x5a\xf5\x48\xc4\xe5\x76\x9f\x2b\x7b\x41\x93\x3c\ \x5b\x8b\xe7\x7d\xb6\xfd\x39\xb7\xea\xeb\xf6\x04\xdd\x0a\x0e\xca\ \x99\x7e\xd7\xd4\x67\x75\xb3\xdd\x7e\x86\x71\xae\xc8\x8a\x2d\x29\ \x00\x5d\x34\x76\xff\xf3\xa5\x1d\xd4\xad\xab\xf7\x25\xce\x16\xb1\ \x65\xb7\x3a\x68\x0e\x77\xe4\x10\x62\x42\xce\x56\x1b\x1a\x61\x82\ \x11\xff\x76\x68\x22\x08\x5b\x34\xdb\xd1\x95\xfe\x4a\xa6\x78\x74\ \xce\xe3\x1c\xdb\x02\x7d\x5d\xba\x2e\x42\xc0\x18\x93\x65\xa5\x33\ \x47\xe0\x6b\xec\xe1\xa7\xe9\xf6\x18\x81\xe0\x67\xd6\xf1\x39\xe7\ \x84\x10\x4c\x08\xe3\xec\x1c\xda\x0b\x02\x84\x44\x14\x4d\x89\x51\ \x65\xcf\xe9\xce\x91\x25\xed\x84\x4c\x05\x5b\x0f\x5a\x70\x11\x15\ \x3b\x3f\xfe\x02\x3b\x7b\x05\x53\x24\x49\x74\xf3\x27\xef\x96\xc7\ \x8e\xbd\x66\x5c\x01\x3f\x33\x75\x5d\x89\xa0\x7d\xcb\xe7\x1c\x55\ \xfa\x5d\x32\xbe\x50\x50\x0a\x00\x96\xa1\x03\x96\x08\xc1\x88\xb6\ \x1f\x3e\x50\xea\x4e\xcf\x4b\xf5\x2a\xfc\x2b\x52\x8d\x84\x42\x6b\ \xe6\x2f\x94\x06\x5c\x31\x3a\xc7\x0d\x9c\xd2\x93\x05\x9d\xa3\xf2\ \xd0\x5d\x75\xa5\xa3\x2a\xd2\x5d\x74\xa5\xed\xff\x43\x44\x22\x08\ \x04\xa3\x88\x9c\xa0\x1a\x7c\xb2\xae\x34\x67\xd4\xe6\x2f\x64\x3f\ \x16\x94\x0a\xa9\xeb\x2e\x0f\xc1\x29\x17\x00\x48\x22\x27\xad\x3a\ \xd1\x5d\x2b\x16\xd6\xfa\x06\x4e\x1d\x9a\xc5\xce\x22\xa9\xfa\x0c\ \xaf\xcc\xb7\xdc\x06\x3c\xa1\xae\x8c\x3d\xfd\x76\xe6\x05\x75\xa7\ \x07\x6d\xcb\xb2\x40\xc7\xde\xea\x4e\xd9\xd8\x73\xa4\x07\xcd\x99\ \x41\x39\x96\x65\x7c\xe2\xee\xad\xce\x11\x7a\xfc\x99\xe3\xbb\x3a\ \x7b\xa2\x2e\x0b\xb3\xf7\x9f\x21\x8c\x51\xc9\xca\xb9\x1f\x6e\x3c\ \x8c\x88\xa4\x7a\x03\x43\xc6\x5d\x34\xb6\x5f\x3a\xa7\x96\x00\xdc\ \x39\x8a\x98\x65\x61\x59\x46\x00\xd4\xb2\x90\x24\x13\x04\xd4\xb2\ \x10\x91\x09\x06\xce\x45\xa7\x0a\x85\xe0\x1c\x80\x55\x95\xec\x2c\ \x4e\xef\x8f\x8e\x0f\x0f\x00\xe0\xd4\x62\x00\x48\x92\xa5\xe3\xdc\ \xc3\x05\x60\x62\x9f\x50\xbb\x6f\xe3\x4e\x6f\xd2\x65\xe3\x0b\x39\ \x26\xd8\xa8\xfc\xe0\xf5\x39\x05\x33\x1e\x18\x92\x44\x40\x6f\x5c\ \xbe\xe0\xa3\xec\xab\x7e\x90\x1e\xe7\x3a\x75\xfd\x96\x53\x8b\x0b\ \x00\xd4\xd9\x4e\x41\x3b\xf4\xb3\xb0\x2c\x35\xee\x58\xf2\xe1\x9a\ \xaa\xbb\xf3\x0f\xbd\xfe\xda\x8e\x51\x57\xde\x56\xe4\x47\x00\x91\ \x65\xef\x7e\xc0\xf3\x86\x9b\x07\xb6\xa8\x83\xa6\x5f\x34\x30\x45\ \x00\x1c\x5a\x3b\x7b\x53\x5b\x46\x91\x7c\x64\x0f\x2b\xbc\x75\xda\ \x50\x2c\xa0\xfd\xc8\x86\xf9\x6b\x2a\x73\x33\xf1\xfe\xfa\xa4\xdb\ \x6e\x18\xa7\x00\x98\x35\xbb\xdf\x5a\xbc\x67\xf2\x4d\x37\xd4\x2c\ \x78\xe7\x58\xfc\xf0\x6b\x2f\x28\x40\x00\x18\xa0\x64\xe7\xd2\xa5\ \x07\xc9\x2d\x37\x4c\x96\x82\x65\xef\xbc\xbb\x6a\xc4\x8d\xb7\x0e\ \x88\x45\x1c\x00\x43\xfb\x82\xb7\x66\x6b\x43\x2e\xbb\xb0\x7f\xec\ \xca\x79\xef\x6d\x38\xd4\xa8\xc8\x4a\x7c\x6a\xaf\x31\x13\xc6\xf6\ \x49\xf2\x21\xa1\xef\x58\x3c\x7b\xc9\x8e\x5a\x49\x96\x63\x03\x59\ \x63\x26\x4c\x28\x4a\x8f\xf3\x93\xc6\xb7\x67\xcd\xce\xef\xf5\xfd\ \x2c\x95\xb3\x33\x90\xdf\x3f\xe1\x4e\xe7\x6d\xd7\x3b\x9d\xc7\x59\ \xcd\xc5\x27\x1c\x3d\xc5\xa6\x8a\xde\x12\x8c\x2d\x4a\x25\x42\x6c\ \xf9\x62\xfb\x3b\x72\x76\xf2\xc4\x11\xdd\x4f\xd9\x75\x1c\x9e\x46\ \x97\x05\x4b\xf8\xf0\xba\x4f\x36\xb7\xa4\x5e\x77\xc9\x60\xe5\xf8\ \x15\x13\xd4\xa2\x80\x48\x27\xb3\x53\xcb\x3a\xa9\xb3\x21\x22\x91\ \x68\xe7\xa7\x2b\xde\x7b\xab\x21\xfb\xf2\xeb\xc6\xa4\x82\x60\x94\ \x9e\x92\x31\xd8\x45\x2d\x5e\x08\x11\x6d\x33\x67\x3d\x6c\x3d\x02\ \x21\x5b\x59\x4e\x00\x60\x04\x25\x1b\x56\x1f\x0b\xf5\xbb\xf3\xaa\ \x01\x75\x25\x7b\x3e\x7c\xee\xb1\xdd\x57\x3c\x78\xef\xb4\x81\x32\ \xb2\x2a\x0e\xee\x3c\x70\xac\x25\xa9\x77\xdf\x01\xbd\x53\x1a\x4b\ \x77\xd7\xf0\x84\x82\xec\x64\xa3\xee\xe8\xb1\x56\x29\xbf\x77\xaa\ \xd1\x5c\x71\xb8\xca\xc8\xca\x88\xad\x2c\x3e\x58\xdb\x1a\xd6\xe2\ \xd3\xfb\x0f\xec\x1b\x8b\x01\x13\x49\xc2\x20\x00\x88\x08\x1d\xd8\ \xba\xb3\xa2\x45\xf4\xea\x3f\x38\x37\xd9\xc3\xa9\x71\x74\xcf\x8e\ \xe2\xca\x46\x4f\x52\xf6\x80\xbe\xf9\x6e\x09\x10\x0d\xee\xdf\xbe\ \xb3\x36\x02\x25\x4d\xa6\x9a\x40\x04\x80\x00\x04\x2c\x54\x7a\x68\ \x6b\xf9\xe2\x45\xad\xd9\x69\x03\x06\xe7\x4e\x98\x76\x69\x4c\x8a\ \xdb\x6c\xad\xd9\x7f\xb0\xb8\xbe\xd5\xf0\xa5\xe6\xa4\x79\xac\xa3\ \x47\xcb\x49\x7c\xd6\xc0\xfe\x79\x2e\x2c\x88\x30\x4b\x76\xee\x28\ \xa9\x37\xb2\x0a\x06\x16\x64\xc4\x51\x8b\x02\x26\x98\xb7\x2d\x5b\ \xb6\x3e\x6b\xc2\x9d\xfd\xf3\x32\x36\xbd\xfd\xc2\xcc\x8f\x7b\x3f\ \x7e\xcf\x84\xa6\x1d\x8b\x66\xaf\x2f\xf9\xde\xd4\x1b\x69\xe9\xbc\ \xe7\x66\x7e\x34\xa0\xdf\x03\x49\xa1\x03\x33\xdf\x5f\x5e\x78\xd7\ \x6f\xb2\x3c\x4d\xff\x7e\x7a\x66\xaf\xc1\x83\x27\x24\x5b\xf3\x3f\ \x9e\x7b\x38\xe7\x96\x69\x03\xf0\xac\xc7\xdf\x58\x30\x72\xe4\x75\ \x39\xf2\xf2\x8f\x3f\x38\xd0\x3e\xe4\x26\xa3\x61\xd5\x82\x59\x9f\ \xb5\x6f\x1d\xe9\xfe\x4e\x8e\x8b\x89\xb6\xaa\x3d\xcf\x3f\x51\x5a\ \x95\xc5\x63\x4d\xbe\x7f\xad\xf9\xcf\xb7\xab\xb7\x1f\x1e\x94\xe7\ \x43\xed\x11\x5e\xb7\x07\xe6\xae\x0c\xf4\x5d\x80\x33\x48\xca\xda\ \x35\x93\x4d\x57\x82\xc4\x8d\x96\x16\xa4\xc4\xe1\xcc\x24\xa4\xb7\ \xe7\x94\x1f\xbd\xae\xcd\x94\x05\x07\x00\x8f\xe6\x85\x38\x4f\x46\ \xa4\xfd\xb1\xb6\x88\xeb\x5f\xbf\x03\xd3\x90\x6c\x43\xf7\xa4\x1e\ \x83\x10\x60\x1c\x3d\x08\xb1\x6f\x85\x24\x81\x2c\x83\x7d\x2b\xcb\ \xa0\x28\x20\xcb\xa0\xaa\xa0\x28\xa0\x69\xa0\xaa\xa0\x69\x42\xd3\ \x40\xd3\xc0\xed\x06\x97\x4b\xb8\x5c\xe0\x76\x83\xdb\x0d\x1e\x0f\ \x78\xbd\xc2\x3e\xa7\xcb\x21\x54\x15\xec\xf3\x35\x0d\x64\xf9\x8b\ \x88\xe3\xa4\x46\x9e\x1f\xfa\x10\x82\x48\x52\x30\x14\x7a\xeb\xad\ \xb7\x72\x72\x72\x2e\x99\x3e\xdd\x96\x3f\x02\x5b\x5f\xef\x44\xe1\ \xd7\x4e\x63\x42\x9c\x34\x69\x77\x0c\xcb\xe3\xe1\x39\x84\x6a\x0e\ \xef\x58\x5b\x69\x5d\x7f\xe9\xa0\xea\xe2\x7d\x25\xe5\xd5\xba\x50\ \xb3\x8b\x06\xf4\x4a\xf6\x61\x16\x29\xde\xb9\xbb\xa4\x26\x18\xc8\ \xca\xef\x9f\x9f\xae\x80\x55\xb2\x63\xe3\x91\x06\x33\xb3\x70\x70\ \x41\xba\xd7\x6c\xaf\xdf\x7f\xa8\xb8\xba\xc9\x48\x2f\xe8\x53\x7b\ \xac\x78\x63\xc9\xe2\x78\xa3\x57\x7a\xc1\x90\xbc\x24\x57\xf7\x66\ \xdf\x89\x1f\xdd\xe9\xc5\xf7\x14\x5e\x40\x27\xa4\x88\x72\x21\xb9\ \x32\x7a\x0f\x18\x3e\x6c\x14\x0c\x1b\x35\x30\x53\xf9\xd5\xab\x1f\ \x4e\x1e\x5d\x44\x76\xbe\xff\xaf\xb9\xbb\xd3\x33\x13\xab\x17\x2c\ \x9a\x74\xe7\x0f\xfb\x34\x2c\x7d\x66\xad\xef\x6f\x8f\xdf\x5b\xf2\ \xd9\xdb\x7f\x5f\xaf\x3c\xf3\xdc\x2f\x6a\x36\xcd\x7d\x75\x67\xe2\ \x1d\xe3\xe5\xe7\x5e\x5b\xd5\x6f\x68\x7e\xcd\xde\x39\x1b\xc7\xdf\ \xf1\xf0\x2d\x23\x10\x00\x00\x41\x60\x2c\x79\xeb\xb9\x05\x7b\xc3\ \x59\x01\x34\xff\x93\x95\xb7\xfc\xf0\x87\xa3\x72\xe4\xea\xb2\xd2\ \x8a\x9a\xa6\xb2\xa5\x9f\xec\x1c\x77\xe7\x03\x57\xf7\xfb\xfc\xad\ \x67\xe6\xec\x32\x0a\x7a\x25\x1e\x3e\x54\xdf\xa7\x00\x0b\xbb\x77\ \x09\x2c\x2b\xb8\xa1\xaa\xec\x18\x51\xfa\x16\xb9\xe6\xcd\x7c\xb5\ \xe8\xbe\x27\x87\x1d\xfb\xf8\x5f\xef\xed\xed\x3f\xa4\x77\xc5\xc7\ \x6f\x87\xbc\x7d\xfa\xa6\xbb\x0e\xed\xfa\x70\xef\xd5\x3f\xba\xff\ \xd2\x3e\x9b\xe7\xbd\x36\x6f\x67\x24\x27\x99\x2c\x5d\xb6\xe6\xaa\ \xef\xfe\x78\x6c\x86\xca\x80\xb0\xe6\xca\xe2\x72\x3e\xfa\xaa\x2c\ \xc0\xde\x1b\xbe\x77\xc7\xa3\x7f\x99\xbf\xe4\x50\x6a\xc9\xa2\xed\ \x83\x6e\xf9\xc1\xc0\x80\x5b\xcc\xf8\xee\xe0\x5d\x7f\xfa\x70\xf9\ \xde\xfe\x75\xf3\xad\xde\x17\x5f\xd9\x3f\xe0\x6a\x1d\x70\x7b\xca\ \x47\xfb\xff\xfc\xf7\x81\x79\xed\x68\xc1\x81\xef\x5c\xb8\x22\xb0\ \xbb\xe9\x47\x5b\x97\x35\xdf\x70\x05\xa4\x43\xe1\xea\x8d\x23\xd3\ \xf3\xb4\xf7\xcc\x2b\xca\xca\x26\xb5\x2e\x8e\x5f\xfe\x3e\xc8\x08\ \xb5\x35\x4f\x6d\xd7\xaf\x94\x30\xfa\xfc\x75\x01\xf0\x80\xe6\x0a\ \xbf\xf4\xc7\x48\x62\xaa\x2b\x96\xd4\xd5\xb7\x0e\xf5\x79\x59\xcd\ \x51\x50\xe2\x25\xd9\x9d\x92\x3f\x28\x2b\x35\x0e\x5c\xae\xf6\xf2\ \x1d\x4b\xaa\xf0\xf8\x4b\x26\x54\x6d\x5e\x65\xe4\x8e\x1d\xd2\x2f\ \x03\x24\xa9\xad\x64\xcb\x07\x9b\xeb\x2f\xba\xed\x3a\xeb\xc0\xe2\ \x4f\x6b\x13\x2e\xbb\x64\x8c\xcc\x29\x47\x08\xba\x6e\x99\xb7\xe7\ \x6d\xce\x81\x73\x60\x0c\x38\x47\x9c\x03\xa5\xc7\x0f\xcb\x02\xd3\ \x44\x96\x05\x96\x05\x86\x01\xa6\x09\xba\x0e\x86\x01\xad\xad\x50\ \x5b\x8b\x74\x1d\x22\x11\x08\x87\xb1\xae\x43\x38\x1c\x3d\x00\x80\ \x90\x28\x9b\xd8\x87\xaa\x0a\x45\x89\xd2\x8a\xcd\x14\x7e\xbf\x88\ \xf7\x43\x5c\xac\x88\x8f\x87\xf8\x78\x88\x8f\x17\xf1\xf1\xc2\xef\ \x07\xbf\x1f\xfc\x7e\xa1\x28\x9d\x0c\x15\x55\x2c\xec\x96\x3e\x38\ \xff\xba\x58\x03\x63\x1c\x89\x44\x66\xbd\xff\xfe\x81\x03\x07\x8a\ \x8b\x8b\x5d\x2e\xd7\x05\x13\x26\x74\xb1\x0e\xba\xec\xaa\x42\x51\ \x25\xd8\xee\xed\x85\x93\xdb\x23\x88\xa2\xba\x34\x55\x16\x8d\x33\ \x5f\xfc\xd7\x31\x4f\x9f\x5c\xb9\x7e\xce\xc7\xab\x7f\xf4\xdb\x9f\ \xa0\x2d\x1f\xfc\xfb\xb3\x63\x85\x85\x69\x2d\x96\x6f\x60\x51\xea\ \x96\x0f\x5f\xfd\x78\x4f\x24\x37\x19\x2f\x59\xb2\xe6\xfa\x87\x7f\ \x96\xbe\x7f\xfe\x3f\xdf\xdc\xda\x6b\xd0\x00\xe6\x4d\x54\x34\x45\ \xaf\xa8\x3e\x56\x26\x79\x32\xfb\x03\xb8\x4e\x57\x5f\x5b\x74\xd5\ \x83\x16\x5f\xc1\x39\x3e\x6f\x3a\x6e\x51\xb5\xdc\xe8\x23\x66\x72\ \x10\x8c\xf2\xa4\xde\x83\xb3\xe9\xe6\xca\xe2\xbd\x7b\xe6\xaf\x1b\ \x76\xe3\x2f\x6f\x1b\x9b\x7d\x60\xc9\x73\x7f\xfb\x68\xd1\x2f\x6e\ \x1f\x9b\xf4\xe9\x67\xd5\x0d\xf5\x87\x6a\x5b\xc2\xed\xfc\x70\x6d\ \xb8\xa9\xa4\xaa\xef\xe0\xc9\x6e\xba\xd1\x53\x78\xc1\x03\x0f\x5e\ \x1f\xdc\xf2\xe6\xa3\xef\xaf\xac\xba\x6e\x84\x84\x00\xc9\x72\xf8\ \xd8\xc6\xc5\x1b\xeb\x6e\x7a\xf4\x8f\x63\xd2\xd0\xc2\xe7\x1e\x9d\ \xb5\x70\xc3\xd0\x07\xa7\xe5\x0f\x18\x40\xe2\xea\xb4\xf6\x92\xb5\ \x07\xf6\x54\x1c\x13\x9f\xae\x6d\xb9\xf9\x91\xdf\x4f\xc8\x55\x17\ \xb1\x5f\xef\xb6\xac\xa8\xaa\x2a\xa7\x5c\xf8\xa6\x5c\x7f\xc7\x45\ \xbd\x7c\x10\x3c\x88\x24\x99\x20\x11\x0e\x85\x13\xf3\x27\xfc\xe8\ \xc1\xeb\xb7\x7c\xf0\xc4\x6b\x47\xfb\x7c\xe7\x07\xd7\x15\x7f\xfc\ \xe4\x8b\x3b\x36\x35\x8f\x53\x16\x7c\xbc\xd9\x3b\xf1\xba\x82\xde\ \xae\xb2\xed\x6f\x2e\x59\x5b\x3c\xe6\x96\xc1\x00\x10\x62\x46\x1d\ \x0e\xc4\xc6\xb8\xa1\xbd\x35\x86\x64\xdc\x91\xc1\xe6\x3e\xf4\x93\ \x84\xe4\xfc\xdb\x32\xd7\x88\x0d\x65\xd0\xd8\x7c\xd7\xce\xcd\x87\ \x5e\xff\xc0\x67\x1a\x3f\x77\xc5\xba\x1e\xbf\x07\x9a\x5b\x27\x28\ \x78\xb8\x45\x75\xa2\xdc\x98\x94\x24\x95\xed\xe5\x44\xe9\x1d\x17\ \x13\x6a\xd8\xbe\x69\x2f\xcf\x9b\x3a\x35\x3e\x10\xcb\xa5\xd0\x8e\ \x98\xc4\xac\x51\xfd\x96\xed\x3a\x36\xf0\xca\xc9\x3b\x56\xad\x0f\ \x4c\x9e\x74\x70\xdb\x8e\x21\xf7\xff\xcc\x5b\xf2\xc1\xcc\xf2\xb4\ \x51\xf1\xd5\x7b\xd1\xb0\x6b\x0a\x9b\x5e\xff\xbc\x65\x5c\x21\x5b\ \x55\x97\xf9\x9b\xef\x8e\x5a\xf0\xf8\xef\x3d\x97\xfe\xf2\xbe\x51\ \xa9\x26\xe0\xc8\x9e\x77\xdf\x7e\xb7\x34\xe7\x77\x3f\xdf\xf5\xcc\ \x4f\x1b\x47\x3e\x38\x68\x52\x1e\x03\x10\xa5\xcb\x56\xfe\x6d\x71\ \xaf\x07\xee\x8f\xdf\x26\x2f\x5d\xad\x8e\xbf\xfb\x66\x3f\x00\x3d\ \x6b\x5b\xbb\xc3\xf8\x47\x9c\x1f\x67\x93\xae\xe3\xd3\xbe\x63\x59\ \x28\x18\x84\x60\x10\x82\x21\x08\xb6\xa3\xb6\x36\x68\x0f\xa2\xf6\ \x36\x68\x6b\x83\xb6\x36\xd4\xda\x06\xad\x6d\xa8\xa9\x11\x8e\x1d\ \x83\xe2\xc3\xc8\x30\x91\x69\x82\x69\x22\xc3\x10\xa6\x81\x0c\x13\ \x74\x1d\x5c\x1a\x04\x92\x44\x62\xa2\x48\x48\x10\x81\x44\xfb\x3e\ \xa4\x24\x8b\xe4\x14\x88\xf5\x89\x18\x2f\x78\xbd\xc2\xe7\x15\x3e\ \x1f\x68\xae\x13\x5a\xd8\xd9\x92\xe8\x6c\xfe\x15\xb6\xed\x31\xc6\ \x31\x46\x57\x5d\x7d\xd5\xb5\x33\x66\xd8\x82\x00\x94\x51\x7b\xe7\ \x72\x54\x9f\xe5\x04\x52\xb2\xe5\x5e\xa3\x7a\x69\xc8\x66\xd7\x6e\ \x76\x09\x76\xe8\x41\x83\x60\x54\x0f\x81\x67\xf2\x2d\x0f\x5e\x9d\ \xd7\xfa\xc2\x6f\x1e\x5d\xbd\xbf\x7c\x40\x63\x6d\x50\x4a\x98\x78\ \xd9\x0d\x85\xa9\xb1\xb4\x71\xc7\xec\x4f\xb6\xc4\x8d\xbf\x2e\xaf\ \x17\x39\xb2\xe5\xcd\x85\xab\x8f\xdc\xe1\x09\xfb\xf3\x26\xfc\xf8\ \xa1\x9b\x55\x08\xbd\xbf\x9a\x17\x5c\x70\xed\x3d\x57\x14\x30\xcb\ \xb0\x2c\x7a\x92\x03\x67\xb7\x0c\x1f\xdf\xe0\xdd\x7d\x9b\x7b\x40\ \x7c\x21\xaa\x96\xcb\xb8\x38\xae\xb4\x2f\x49\xa4\xbd\xbd\xae\x41\ \xb8\x25\xa6\xb7\x86\x5c\xc3\xd2\x12\x00\x20\x90\xd9\x0b\x37\xed\ \x12\x71\x19\x7d\x92\xda\xd7\xad\x5e\x1b\x21\x99\xe3\x07\x44\xf6\ \xac\x5d\xde\xd8\xa0\x0e\xbf\xa2\x0f\x3e\xb4\x1a\x04\x8d\x30\x90\ \x7d\x01\x4d\xaa\x08\x1a\x16\x17\x82\x60\x08\x36\x34\x32\x25\x39\ \xcb\xaf\x01\x40\x66\x66\xa6\xb5\xb3\xbd\xf6\xc0\xea\x57\x5f\xfe\ \x38\xb6\x60\x20\x0e\x5a\x58\x81\xb6\xd6\x26\x5d\x4d\x4a\xf5\x7b\ \x00\x0c\x22\x61\xce\x19\x13\x8c\x33\x8e\x19\xe3\x82\x33\xcb\x8c\ \x06\x2c\x84\xe0\xd1\x30\x3d\x33\x00\xd4\xb8\x00\x42\x28\x04\xa0\ \xa4\x26\xd0\x43\xd0\x66\x04\xdb\x2d\xe2\x6a\xad\x3e\xb6\xc7\x2c\ \xc8\x1a\x90\xd7\xb6\x97\xbd\xb3\x07\x55\x56\xc9\x07\xb7\xdf\xb3\ \x7a\x77\xef\xb5\x0b\x40\x6f\x13\x61\x7d\x70\xa4\xad\xa0\xae\xc9\ \x85\x97\xc1\x9b\x7f\x15\x31\x5e\x48\x4a\x8a\x49\x4d\x4e\xf3\xc9\ \x4d\xe9\xc3\x62\x86\xe5\x5b\x5e\x1f\x4f\x4a\x96\xd3\x53\xca\xb7\ \x7f\xf6\x41\xb1\xff\x7b\x3f\xbc\x2e\xc6\x23\x31\xb7\x47\x49\x88\ \x3f\xb6\xf2\x9d\xe7\x16\x06\x7f\xf5\x8f\x9f\x7a\x10\xf0\xb6\x6d\ \x0b\x9f\xfa\x78\xc6\xcf\x1f\xc1\x73\xfe\xf6\xd7\xbd\x55\xee\xd1\ \xd7\xfd\xec\x8e\x51\xcb\x8e\x95\xa5\x27\x67\x91\x6a\x1c\xf1\x26\ \x0d\xbb\x64\xe0\xba\xbf\xbe\xfd\xcf\xdd\x68\xd8\x8d\x3f\xca\xb1\ \x56\x2c\x3c\x1a\xd1\xa9\x6d\x28\x0a\x10\x42\x46\x10\xac\xa9\x27\ \x16\x76\x59\x61\x30\x2c\xa2\x47\x10\x80\x0c\x10\xa9\xae\xe6\x61\ \x14\x13\xe6\x28\xa4\x2b\x21\x93\x19\x9c\xf3\xc8\x59\x0a\x3a\x74\ \x1b\x4d\xb0\xa3\x0c\x9d\xf3\x79\xe7\x39\x7e\x3f\x20\x24\x4e\x0e\ \x46\x9c\x58\x4c\xd1\x32\x20\x1c\x81\x70\x18\x85\xc2\x10\x0e\xa3\ \x70\x08\x42\x21\x08\x87\xa1\xa5\x15\xd7\xd6\x42\x63\x23\xb2\x8f\ \xf2\x72\xb4\x6d\x3b\xae\xaf\x47\x8d\x8d\x80\x31\xb8\xdd\xc2\xf6\ \x56\xdc\x6e\xe1\x72\x41\x20\x89\x67\x65\x88\x94\x54\x91\x9a\x22\ \xd2\xd2\x78\x5a\x1a\xa4\xa6\x0a\x8f\x47\x48\x52\xd4\x03\xc2\xc4\ \x9e\x9b\xa2\xa6\x10\x63\xd0\x11\x35\xe8\x16\x31\x31\x31\x9d\xab\ \x5e\x9c\xf3\x68\x0d\x27\x71\x4a\xbd\x29\xce\x3b\xf4\x1d\x3b\xdd\ \xf8\xee\x67\x71\x2e\xa2\x27\x33\xc6\x11\x12\xcc\xd4\x01\x94\xb8\ \x78\x6f\x79\xb3\x3e\xea\xaa\xbb\x82\xd2\xdc\xd7\x9f\xfe\x63\xf2\ \x90\xcb\x6e\x1d\xcf\xdb\x05\xf2\x5b\xad\x55\xe5\xb4\xef\x45\xd7\ \xe4\x0e\x0c\x18\x07\x39\x02\xae\x33\xae\x22\x8b\x09\xc1\x18\x05\ \xa0\x16\x63\x8c\xf1\xee\x92\xa9\x10\xef\x50\x73\x3b\x5d\x9b\x7b\ \x82\xbd\x20\x04\xe7\x0c\x10\xc6\xc0\x18\x33\xc3\xa1\xb6\xb6\xe6\ \xb6\xaa\x92\xf9\x6f\xbf\xa7\x0e\x9e\x3e\xb0\x28\xe7\x50\x7c\x68\ \xf5\xda\x2d\xfd\xfc\xfd\x36\xae\x5a\x83\xd3\xf2\xe3\x13\xd2\x86\ \x16\xa6\xfc\x79\xd6\xfc\xa1\x97\xdd\x38\x3d\xdf\x7c\xf9\x85\xd7\ \xac\x5e\x57\xde\x93\xa5\x96\xed\xa2\x9c\x51\x66\x01\xa7\x96\x3d\ \xb4\x05\xb7\x1a\xea\x1a\x5d\x83\x32\x63\xac\xc5\x2b\x36\x1f\xbc\ \xbc\x00\xd6\x6c\xdc\x9b\x3e\x6c\x54\xdb\x91\x2d\x65\x7a\xea\xef\ \x6e\xbd\xcd\xdc\x4a\x9f\x59\xa1\xc7\x24\x66\xa4\xb0\x59\xcb\xd6\ \x6c\x4d\xba\x20\xab\xad\x5d\x67\x6e\xca\x18\xe5\x94\x4b\x44\xc6\ \xc4\x2c\x39\x56\xdd\x18\x20\x0a\x08\x8b\x10\x4b\x55\x2c\x55\xd5\ \x89\xcc\x4c\x43\xaa\x6d\xca\x28\xab\xc5\xcb\x56\xf9\x56\xae\x9f\ \xb6\xaa\x2e\x71\xef\xa7\xdf\x5b\xbe\x36\x63\xe7\x6e\x77\xb0\x1e\ \x1a\xea\x81\x73\xa1\xba\x84\x27\xc6\xe5\x96\x13\xdb\x5b\x43\x69\ \xa9\xf2\xc0\x42\x9e\x94\x82\x13\xa5\xd9\x9f\xef\xc8\xb8\xee\xfe\ \x09\x63\x72\x74\x5f\xbc\x50\x14\x55\xe1\x6b\xfe\xf9\x78\x71\xaf\ \x9b\x72\x6f\x1c\xc7\x18\x15\x44\x42\x00\x2d\x52\xcd\x51\x16\x43\ \x07\xf4\xa7\x5c\xe7\x8c\x5b\x9a\xa6\xa9\xee\x58\xd9\x70\xb7\x85\ \xa9\x22\xd1\x9a\x1a\x08\x45\x54\x13\x8d\x1b\x3b\x74\xd1\xa2\x77\ \x87\x5c\x3f\x22\x11\xa8\x64\x9a\xa1\x86\xe6\x48\x4b\x1b\xa2\xd4\ \x9b\xda\x77\x4c\x2f\xf7\xdc\xe2\xf8\x0b\x86\x64\x1a\x6b\x39\x6b\ \x0b\x1a\x11\x93\x33\xaa\xb7\xb7\xb5\x35\xcb\xd5\x47\x77\xbc\x3e\ \x6b\x77\xbf\x0b\xef\x4f\x97\x0d\xc3\xa2\x7a\xa8\xbd\xb5\xb5\xa9\ \xe9\xd8\xae\x77\x67\x7d\xee\x1f\x79\x6b\x8e\x1b\x76\x57\x37\xb8\ \xdd\x05\x6e\x6c\x59\x26\xed\x29\x42\x2f\x18\x83\x24\x41\x5c\x1c\ \xc4\xc7\x47\x43\x1b\x08\x09\x8c\xed\x04\x63\x60\x2c\x7a\x50\x0a\ \x8c\x21\xc6\xa0\xad\x0d\xd7\xd6\x42\x5d\x1d\xae\xab\x83\xda\x5a\ \x5c\x5b\x87\xaa\xaa\x50\x55\x15\x2a\x3f\x86\x43\x61\x14\x0e\x43\ \x28\x84\x42\x21\xd0\x34\x9e\x9e\x2e\xd2\xd3\x45\x5a\x9a\xc8\x48\ \x67\x59\xd9\x22\x3b\xcb\xf6\x50\x44\x7c\x3c\x4b\x48\x00\x97\x0b\ \x18\x03\xce\x10\xe3\xc0\x58\xa7\x65\x11\x8d\xe7\x77\xa8\x78\x76\ \x2e\x52\xda\xe3\xff\x14\x7b\xc1\x9e\xf8\x18\x67\x8c\x77\x2d\x66\ \x79\xca\x70\x65\x4c\x30\x5b\x39\x9a\x52\xce\x39\xa5\x14\x28\x67\ \x8c\x09\x66\xb4\x19\xf2\xf0\x8b\x6f\x2b\xcc\x9a\xff\xbf\x2f\xcd\ \x19\x32\xf2\xfb\xbd\x7c\x8a\x14\x28\xb8\x6c\x4a\x1f\xbd\x3d\xa2\ \xf9\x7d\x47\x76\x59\x8c\x51\x46\x29\x45\xd8\x83\x69\xfd\xb1\xa3\ \xf5\x8d\x89\x8c\x92\x18\xf7\xc9\xcb\x67\x9d\x39\x17\x9d\x0e\x91\ \xad\xc7\xde\xf3\xec\x05\xce\xb9\x10\x88\x73\xc6\x51\x6c\x7c\x4c\ \xe9\x86\x8f\x9f\xac\x5a\x41\x2d\x91\x5c\x78\xc9\x43\x97\x5f\xa4\ \xc9\x64\xfa\xcd\x37\xbd\x35\x73\xc1\x63\x9b\x3f\x92\xbd\x59\xb7\ \xdf\x3e\x55\x33\xf4\x9c\x41\x83\x12\x3e\x39\x94\xde\xab\x5f\x61\ \xaf\x66\xbf\x47\x73\x0d\x1c\x12\x2b\x4c\x8a\x15\x97\x22\x71\xc6\ \x90\xc0\x2e\x55\xa1\x5c\xca\xeb\x3f\x7c\xc9\xc7\xcb\xf6\x5d\xf4\ \xe3\x5b\x6f\x98\xf4\xc6\xdc\x17\xb6\x09\x11\x93\x31\xf6\x8e\xf1\ \x45\x49\x86\x3c\x7c\xeb\xbb\x7f\xfb\xed\xff\x62\xa3\xc5\x57\x78\ \xa1\x1a\x97\x7b\xd3\xed\xd3\xdf\x98\xfb\xf6\xef\x57\x4a\xa1\x30\ \x1a\x3d\x2a\x95\x4a\x32\x03\x2e\xb4\xec\x89\x13\x46\xbd\x35\xfb\ \x9f\x4f\x2c\xc9\xbe\xe9\x82\xfc\x7e\x25\x25\x19\xff\xfe\x7b\xda\ \x81\xa5\xb7\xef\xa8\x55\xdf\x7a\xbc\x77\x5d\xf5\xf7\xdb\x0d\xef\ \xeb\x7f\xf2\x45\x8c\xcb\x62\xbd\xac\x39\x3b\x7f\x50\xd1\xbe\x86\ \xda\x1d\xdc\x1d\x9e\x74\xd5\x84\x3b\x6e\xc9\x4c\xf1\x51\x5f\xbc\ \xe6\xc7\x4b\xde\x78\xb9\x7e\xc4\xfd\xdf\x9f\x5a\xa8\x53\x2e\x19\ \xa5\x47\xea\xb9\x36\x68\x04\xcb\x76\x53\x83\x82\x40\x0c\x59\x92\ \xea\xd2\x10\x67\x7a\x84\xe9\xba\x10\x88\x69\x04\x1b\xcc\x87\x19\ \x0f\x86\x18\x98\x5c\x00\x02\xc4\x39\x76\x29\x84\x51\xc6\x09\x32\ \x22\x54\x53\x3c\x84\xe9\x6a\xd2\x90\x9f\xfd\xb1\xb7\x3b\x3e\x2e\ \x62\x34\x79\x5d\x1a\x0d\x47\x2c\x4b\xf2\xb9\x14\xdd\x84\x91\x57\ \xdd\x9b\x67\x2a\x09\x3c\x52\x29\xbb\x5d\xa8\xd5\xa4\x28\xce\xa3\ \xae\x9e\xf3\x62\xe5\x12\x85\x82\x5a\x70\xf1\x6d\x57\x5c\x3c\x80\ \xea\xad\x5e\x7f\xcc\xf2\xcf\xde\x7f\x62\xb3\x8b\x71\x92\x35\xfc\ \xa6\xbb\xa6\x8f\x22\x46\xed\x8e\xfd\x4d\xe9\x23\x8a\x54\xcb\xd0\ \x69\x8f\xc9\x62\xf8\xe2\x7c\x0a\xd4\xb1\x12\x87\x00\x88\x04\x44\ \x82\xa4\x24\x48\x49\xe9\x60\x10\x2c\x08\x06\x40\x28\x1c\x46\x6d\ \xad\xa8\xb5\x0d\xb5\xb5\xa1\xb6\x36\xd4\xd8\x88\x8f\x1d\x43\x55\ \x55\xb8\xb2\x12\x1f\x39\x42\x56\xae\x94\x6b\x6b\x41\x92\x44\x4c\ \x8c\xf0\x78\xc0\xe5\xe2\x81\x00\x2b\xc8\xe7\x59\xd9\x3c\x3b\x9b\ \xe7\xe4\xf0\x9c\x1c\xe1\x71\x83\x24\x83\xaa\x80\xa2\x08\xc6\x82\ \xad\xad\x44\x08\xc4\x38\x46\xe0\x72\xb9\xa2\x9d\xf9\xe4\xfa\x94\ \xc8\xae\x59\xcb\x39\x67\xb6\xb2\xf1\x89\xbc\xd0\x35\x61\x9a\x51\ \x40\x92\xa2\xa9\x84\x31\x50\x35\x4d\x02\x26\xa8\x90\x14\x77\x8c\ \x8a\x0e\x6f\x5c\x38\xf7\xf3\xdd\x1c\x78\xe1\xc8\x89\xf9\x29\x39\ \x39\x37\x4e\x7b\x6d\xf6\x6b\x8f\xae\x56\x5d\xbe\xdc\x5b\xbf\x77\ \x07\x91\x35\x4d\x95\x19\xa5\x06\xc7\x43\x27\x8d\xdf\xf4\xd6\xfc\ \xc7\xfe\x6f\xe3\x84\x4b\x6f\xb9\x7c\x74\x3a\x33\x79\x87\x6c\x5b\ \xd4\x8f\x40\x27\x96\xbd\x17\xdd\xb4\xf9\x0b\x2f\xf6\xd9\xe9\x41\ \x7f\xba\xe5\x99\xcf\x77\xbe\xe4\x52\x4f\xa3\x07\x6d\x86\x06\xe4\ \x4c\xbd\xed\xc2\xa7\x3b\xf5\xa0\x77\xef\xda\xd1\x37\xaa\x07\xcd\ \x38\xb5\x74\x5d\xb7\x2c\x4e\x14\x2d\xc6\xeb\xc1\xcc\x34\xa9\x90\ \x14\x89\x19\xe1\xf6\x90\xa9\xc5\x78\x5d\x32\xa6\x16\x05\x82\x99\ \x45\x31\x91\x30\x12\x8c\x31\x44\x24\x64\x13\xb2\x00\x89\x10\xbb\ \xea\x33\x91\x64\x09\x83\x19\x89\x08\x59\x73\xab\x92\x1e\x6a\x0b\ \x9b\x10\xe3\xf3\x49\xc0\x38\xc2\xc0\x8c\xf6\x60\x44\x10\xc5\xe5\ \x71\x11\x49\x96\x35\xc5\x34\x23\xc1\xb0\x29\x87\x22\xee\xd6\x66\ \x52\x57\x87\x2a\x2b\xc9\x81\x43\x4a\xd9\x51\x73\xef\x5e\xab\xa4\ \xd4\x13\x6c\x27\x9a\x26\xe2\x62\x21\xde\x8f\xe2\x7c\x66\x5a\x06\ \xcf\xcf\x47\xe9\x69\x66\x5a\x1a\xcf\xcc\xe0\xa9\x69\xa0\x69\x40\ \x90\xc9\x98\xc1\x41\x48\x8a\xcb\xad\x49\x9c\x03\xe7\x44\x92\x1b\ \x36\xcf\xfe\xfb\x47\xe5\xf7\xfc\xf8\x3b\xbd\x63\x04\xe5\x82\x52\ \x86\xa2\x15\x48\x3b\x9d\x55\x4b\x20\x22\x75\x09\x98\x71\xce\x18\ \x07\x49\x22\xc7\x97\xaa\x38\xa3\x1d\xcf\xd8\x45\x7c\x89\x24\x21\ \x84\x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\x96\x30\ \x46\x84\x10\x04\x94\x32\x21\x38\x65\x5c\x92\x24\xc1\x2c\x43\xd7\ \x2d\x8e\x14\x97\xdb\xeb\xd1\xb8\x65\x32\x0e\x9c\x53\x43\xd7\x29\ \x13\x92\xea\xf6\xc5\xb8\x31\x86\x8a\xcd\xb3\xff\xb5\xa0\xfa\xbe\ \x9f\x7e\x3f\x47\x3d\xdb\x35\xf4\x1e\x0b\x8c\x45\x74\x19\x05\x03\ \x26\x80\x11\x70\x0e\x94\x01\xa5\x88\x31\xb0\x2c\xdc\xd0\x80\xca\ \xca\x71\x65\x05\xa9\x28\xc7\x65\xe5\xf8\xd0\x61\xdc\xd2\x8c\x5a\ \xdb\x50\x5b\x2b\x6a\x6b\x17\x9e\x18\xde\xa7\x17\xcf\xce\x66\xd9\ \xd9\xa2\xb0\x28\x92\x96\xb6\x70\xcb\x96\xfd\x2d\x2d\xba\xcf\x77\ \xf1\x65\x97\x8e\x1b\x35\x4a\x50\xe6\x56\xd5\x3d\xbb\xb6\x07\x02\ \x49\x71\xb1\x71\x9c\xd9\x69\x29\xb6\x1e\x74\x81\xa2\xa8\x8c\xd1\ \xce\xa4\x39\x71\x1a\xed\x52\xce\x29\x17\x58\x22\x88\x52\x66\xa7\ \xab\x30\x46\x01\x11\xe0\x66\x24\x62\x70\x2c\x7b\x63\x62\x08\x70\ \x24\x49\x2c\x12\x6c\x8f\x98\x58\x52\x5c\x2e\xd5\x4e\x9b\x23\x84\ \x20\x00\x2c\x11\x2b\x12\x0a\xeb\x54\x75\xb9\x95\x13\xa5\x49\x3b\ \x48\x01\x84\x00\x84\x11\x02\x84\x10\x72\xbb\x3d\xfb\xf6\xee\x8e\ \xf7\x9f\x4b\x3d\x68\x01\x42\x96\x5c\x1e\x2d\x5e\x53\x62\xba\x7f\ \x53\xac\xa8\xb2\x47\x74\xad\xb1\xc3\x3a\x48\x94\x0b\xc0\xc4\xe5\ \xf2\xb8\x5c\x20\x80\x53\x53\x17\x42\x20\x40\xd4\xb4\x10\x56\xbc\ \x3e\x05\x84\x88\xd6\xd5\x62\x9c\x48\x44\x08\xce\x39\x60\x4c\xec\ \xb0\x09\xc2\x44\xee\xd0\xd3\x94\x25\x49\x08\xce\x18\x48\x9a\x26\ \xb8\x30\x4d\x8b\x28\x6e\xaf\x0a\x80\xb8\x45\x24\x90\x64\x84\x5d\ \x31\xaa\x1b\xe9\x06\x04\xdb\xd1\xd1\x52\x74\xf8\xb0\xa7\xb8\x24\ \x76\xff\x7e\x52\x7c\x18\x5a\x5a\x21\x14\x42\xed\xed\xc2\xed\x66\ \x7d\xfa\x48\xf9\x05\x78\xea\xc5\x7a\x9f\x3c\xd6\x2b\x57\xc4\xc6\ \x8a\xf8\x38\x1e\xef\x17\x3e\x9f\x3d\xa0\x81\x33\x60\x1c\x71\x66\ \x87\x92\x64\x2c\x29\x18\x00\x98\x08\x06\xa3\x4b\xcd\x60\x24\xf5\ \xbb\x60\x7a\xd9\xe2\xfa\xc6\x60\x1f\xaf\x47\x08\x90\x24\xa9\xb3\ \x1e\x59\xb4\xbb\x12\x19\x9d\xf8\x0c\xc2\x44\xc6\xa7\x9c\x74\xfc\ \x19\x2c\x49\xd1\x78\xb2\x65\x46\x7f\x48\x22\x49\x00\x42\x80\x24\ \xd9\x76\x6b\xe7\xca\x35\xb2\xaf\x86\xc0\x44\x76\xc5\xc8\x2e\x00\ \x10\x60\xea\x46\xe7\x8a\xb9\xcb\x13\x63\xff\x72\xa6\x61\xc8\x32\ \xab\x6f\x95\x27\x5e\x72\x49\xb6\x5b\x58\xd6\x7f\x5d\x06\xba\xed\ \x6b\x74\x67\x68\x08\x04\xa0\x28\x2c\x23\x43\x64\x67\x01\x26\x40\ \x08\x10\x0c\xa1\x30\x6e\x6e\x46\xcd\xcd\xa8\xa5\x85\x54\x57\xe3\ \x83\x07\xc9\xd1\x52\x52\x7a\x54\xd9\xbc\x19\xd7\x35\xb8\x3c\xee\ \x5b\x5c\xae\x9a\x50\xc8\x48\x49\x49\x6b\x6f\x13\xdb\xb6\xb3\xbc\ \x3c\x3e\x68\x90\xd0\x75\x40\x48\xb8\xdd\x42\x08\x44\x29\xd8\x3b\ \x29\x6d\x5b\x9d\x77\x06\xf8\xba\xd7\x83\xb6\x7f\x11\x09\x44\xb4\ \x9f\x08\x21\x04\x10\x22\x01\x08\x81\xd5\x18\x9f\x6a\xe7\x2b\x30\ \x01\x60\x9a\x48\x52\xbd\x3e\x35\x9a\x95\x84\xed\x93\x84\x00\x60\ \x16\x25\x8a\xe6\x53\xe0\xe4\xda\x56\x5d\x06\x9d\x00\x00\x0e\x02\ \x09\x04\xd8\x0e\x7d\x9c\x5b\x3d\x68\x3b\xfa\xca\x05\x3b\xfd\x67\ \x08\x84\x70\xe7\xee\x09\x22\x49\x7b\x77\xef\x4c\x4a\x4e\x4d\x4a\ \x4a\xb6\xa8\xc5\xbb\x64\xb0\xfc\xe7\xd9\xe3\xc2\x7e\x07\x8c\x01\ \x13\x90\x08\x60\x8c\x5a\x5b\x71\x65\x25\xae\xae\x96\x0e\x1d\x22\ \xbb\xf7\x90\x92\x62\x72\xf0\x30\x54\x57\x41\x4c\x8c\x48\x48\x14\ \x7e\x3f\xef\x9d\xcb\x8a\x8a\x58\x6e\x2e\xeb\xd5\x8b\xe7\xe6\x0a\ \x9f\x2f\xba\x38\x6f\x27\x62\x32\x06\x8c\x45\x1d\xda\xaf\x10\x84\ \xc3\x12\x06\xbb\x1a\xcd\xb7\x22\x9d\x8f\x10\xe4\xe4\x41\x77\xd8\ \x17\x04\x48\xc7\xf2\x27\x8b\x5a\x16\xc8\x30\x70\x59\x39\x3e\x52\ \x22\x1f\x3b\xa6\x94\x1c\x81\x83\x07\xa1\xaa\x0a\x1a\x1b\xa1\xb1\ \x11\xe2\xe2\xdb\x53\x92\xe4\xfe\x03\xd0\xc0\x81\x7c\x40\x7f\x9e\ \x9e\x81\xb3\xb3\xf6\x37\x34\xc4\xc4\xfa\x32\x52\xd3\x4c\x3d\x22\ \x28\x43\x9d\x2b\x35\xe7\x71\x7f\x44\xd7\xb0\x82\x00\x01\x08\x6c\ \x95\x78\x8c\x09\x00\xec\xde\xb9\xa3\x57\xef\x3e\x5e\xaf\xf7\xdc\ \xe9\x41\xc3\x89\xce\xcb\x69\x8c\x0a\xe8\x14\xa5\x45\xc1\xf6\xf6\ \x83\x07\xf7\x67\x64\x64\xfa\x62\xe3\x3b\x57\x2b\x4f\xa4\x95\xaf\ \x96\x77\x0c\x92\x24\x64\x19\x24\x22\x31\x46\x4c\x4b\x0a\x85\xa4\ \x83\x07\xd1\xae\x5d\x78\xf7\x6e\xbc\x75\x2b\xaf\xaf\xe7\xad\xad\ \x5c\x37\x58\x52\x12\xef\xd7\x97\x17\x15\xf2\x7e\xfd\x45\x7e\x3e\ \xf7\xfb\x45\x62\xa2\x88\x8b\x03\x89\x00\x65\xc0\x28\x62\x0c\xec\ \x7c\x0f\x71\x16\xcd\xe8\xc6\x03\xfe\x96\xe8\xd4\x7d\x8b\x9a\x7a\ \xde\x2f\x8b\x6d\x5f\x20\x04\x84\x00\x21\x42\x22\x80\x10\x6e\x6b\ \x47\x8d\x8d\xb8\xb9\xd9\x2a\x2e\x0e\xae\x5e\x95\xd4\xd4\x12\x73\ \xec\x18\x3a\x70\x00\x00\x09\x6f\x0c\xc4\xfa\x22\xb9\xb9\xb5\x19\ \xe9\xb1\x13\x2e\x70\x8d\x19\x63\x25\x24\x50\x59\xa6\x92\x24\x04\ \x47\x16\x05\xcb\x02\x21\xce\xcb\xd5\x8e\x9a\x46\xe2\xc4\x51\x6a\ \x59\x56\xf9\xb1\xa3\x6e\x8f\xa7\x57\xef\xbc\x33\xdc\xaf\x71\x9e\ \x74\x5f\x09\x21\xc1\xf6\xf6\xb2\x63\x47\x75\xc3\xc0\x9d\x9b\xbd\ \x4e\xe9\xa7\xa7\x27\x19\x04\x18\x45\x73\x5a\x24\x09\x84\x40\x35\ \x35\xa8\xb4\x54\x2e\x39\xe2\xdd\xb3\x37\xb6\xa2\x22\xb6\xac\xcc\ \x15\x0a\x0b\x7f\x82\x48\x49\x66\x39\xd9\x6d\x85\x85\x6d\xe9\x69\ \xed\xe9\xe9\xc1\xe4\x24\xa1\xaa\x40\x08\x10\x09\x40\x74\xc6\xb4\ \x91\xb3\x83\xd3\xc1\x97\x74\x39\x38\x61\x8c\x11\xdb\xef\x20\x88\ \x90\xa4\x40\x52\x72\x62\x00\x2c\x0b\x55\x57\xe3\x03\x07\xf1\xa1\ \x43\x64\xe7\x4e\x69\xff\x7e\xa8\xa9\x81\xaa\x2a\x86\x50\x6b\x56\ \x66\x6b\x7a\x5a\x6b\x41\x81\x51\x54\x28\xb2\xb2\x79\x56\x26\xa8\ \xaa\xbd\x8c\x62\xe7\x53\x9c\xa3\xee\x77\x52\x9b\x51\x97\x49\x3c\ \x10\x48\x4a\x4b\xcf\x38\xf3\x4d\x5c\xe7\x4f\x0f\x1a\x21\x44\x88\ \x84\x10\xfa\x0a\xc4\x89\x10\x48\x12\x48\x32\x00\x40\x24\x8c\x42\ \x21\xbc\x67\x2f\xd9\xb6\x0d\x6f\xda\x04\x3b\x76\x40\x6b\x2b\x84\ \x42\x10\x1b\xcb\x07\x0f\xa6\xfd\xfb\xb3\xa1\x83\x79\x9f\x7c\x91\ \x98\x20\x02\x01\xa4\xb9\x10\x67\xd8\x76\x07\x8e\xa7\xa7\x3a\x5c\ \xe0\xe0\x6b\x59\x36\xe1\xd1\x01\x46\x08\x48\x92\x90\x24\xc4\x39\ \x34\x35\xe1\x86\x06\x54\x51\x41\xb6\x6e\x93\xf6\xee\x25\xdb\xb7\ \x43\x59\x19\xd8\x99\xe0\xf9\x79\x62\xcc\x18\x36\x78\x08\x1b\x3a\ \x54\x24\xf8\xc1\xe3\x11\x08\x23\xce\xc0\xb2\xe0\x7c\x49\xc5\x72\ \xce\xbf\x52\xa1\xe3\xf3\xc7\x0b\x67\xee\xef\x1d\xcf\xc6\x17\x1c\ \x97\x95\xe3\x92\x23\x64\xd3\x26\xb2\x7e\x1d\xde\xbd\x07\x97\x95\ \x89\xb8\x38\x91\x99\xc9\x06\x0c\x60\xa3\x47\xf1\xa2\xbe\xbc\x5f\ \x5f\x11\x1f\x0f\x18\x0b\x82\x11\x17\xc7\x59\xd9\x81\x83\xf3\xe7\ \x7f\xa0\x28\x47\x60\x0c\x42\x20\xc6\x20\x12\xc1\x87\x8b\xf1\xde\ \xbd\x64\xc7\x76\xb2\x71\x13\xae\x28\x47\x95\x55\xc2\xe7\xe3\x83\ \x07\xb3\xc1\x83\xd9\xa4\x89\xbc\x77\x6f\xde\xbb\xb7\x70\xb9\x90\ \x9d\x5a\x6e\xe7\x65\xf6\x9c\x2f\xd4\x53\x78\x01\x21\x90\x65\xa1\ \x28\xc8\x34\x51\x7b\x3b\x3e\x74\x88\x6c\xd8\x80\xd7\xac\x95\x36\ \x6f\x86\xf6\x76\xa4\xeb\x6c\xc0\x00\x36\x72\x04\x1f\x3d\x9a\x0d\ \x1a\x24\x02\x01\x9e\x98\x08\x92\x14\x4d\xd1\x77\x58\xc0\x41\x0f\ \x64\x0a\x49\x12\x8a\x82\x10\x82\xa6\x66\xdc\x50\x8f\x8b\x8b\xc9\ \xba\xf5\x78\xeb\x16\xb2\x61\x23\x50\x0b\x3c\x1e\x9e\x97\x4f\x27\ \x4d\x64\x63\xc6\xf0\x41\x83\x44\x7c\xbc\x70\xbb\x10\x65\x60\x9a\ \x3d\xa1\x3f\x7f\xa3\xbc\x80\xa2\x21\x03\x21\x4b\xc8\xa4\xb8\xa4\ \x04\xef\xdd\x23\x2d\x59\x4a\x36\x6d\xc2\x7b\xf7\x82\xa6\xf1\xde\ \xbd\xd8\x88\x91\x6c\xfc\x38\x36\x70\x10\x2f\x2c\x00\x59\x16\x18\ \x47\x57\x0a\x28\x05\x27\x46\xe0\xe0\x5b\x01\x49\x02\x42\x04\x21\ \xb6\x57\x8b\x2a\x2a\xc8\x8e\x1d\x64\xcb\x16\xb2\x72\x15\x2e\x29\ \x41\x75\x75\x3c\x2b\x8b\x0d\x1d\xca\xa6\x5c\xc4\x86\x0e\xe3\x85\ \x05\x22\x36\xf6\x1b\x37\x22\xbe\x21\x5e\xc0\x58\xa8\xaa\xad\x06\ \x8b\x8f\x1e\x95\x96\x2f\x97\x96\x7e\x8e\xb7\x6d\x43\xed\xed\xc2\ \xeb\x65\x17\x4c\x60\xe3\xc7\xd3\x31\x63\x44\x46\x06\x0f\x04\x00\ \x63\x64\x9a\x0e\x11\x38\xf8\x2f\x01\x21\xa0\x28\x82\x10\xd4\xd2\ \x82\x6b\x6a\xf0\xf6\xed\xd2\xea\xd5\x64\xc5\x0a\x5c\x56\x2e\x54\ \x55\xf4\xee\x6d\x4d\x9d\xc2\x27\x4d\x62\x83\x07\x8b\xd8\x58\x21\ \xcb\xc8\x30\x80\xd2\xff\x5e\x5e\xb0\xad\x03\x3b\x4e\xd3\xd6\x46\ \x76\xed\x22\xcb\x96\x4b\x4b\x97\x92\x4d\x9b\x00\x63\x5e\xd4\x97\ \x4e\xba\x80\x5d\x70\x01\x1b\x32\x44\x64\x64\x00\x00\x08\xe1\xd8\ \x05\x0e\xfe\xfb\xed\x08\x5b\x68\xa8\xad\x8d\xec\xdc\x49\x36\x6e\ \x90\x3e\x5b\x8a\x77\xed\x42\x4d\x4d\xbc\xa8\x90\x4d\x98\x40\x2f\ \xb9\x94\x0d\x19\xcc\x33\x32\x8e\x6f\x75\x3f\x3f\xa9\x10\xe7\x83\ \x17\x10\x02\x45\x11\x12\x41\x6d\xed\xf8\xc0\x01\x79\xf1\x62\xb2\ \x60\x21\x3e\x78\x10\x31\xc6\x86\x0f\xa7\x53\xa6\xd0\x29\x53\x44\ \xaf\x5c\xee\xf7\x03\xc6\xc8\x30\xbe\x5a\x42\x91\x03\x07\xff\x05\ \xc0\x38\x6a\x44\xb4\xb6\xe2\x9a\x1a\xb2\x6a\x35\xf9\xfc\x73\x79\ \xf9\x72\x11\x89\x88\x40\x80\x4e\x9f\xce\x2e\x99\xce\x46\x8e\x14\ \x7e\x3f\x10\x02\xba\x7e\xae\xfd\x8b\x73\xc9\x0b\xf6\x2a\xa3\x2c\ \x0b\xcb\x22\x07\x0e\x48\x4b\x97\x4a\xf3\xe6\x91\xf5\x1b\x84\xaa\ \xf2\x61\xc3\xe8\xe5\x97\xb3\x89\x17\xb0\xfe\xfd\x41\x55\xc1\x09\ \x19\x38\x70\xd0\xe9\x65\x48\x92\x6d\x44\xa0\x23\x47\xc8\xc6\x4d\ \xd2\xbc\x79\x64\xfd\x3a\x5c\x55\xcd\x0b\x0b\xe9\xc5\x53\xe9\x95\ \x57\xb1\x21\x83\x44\x6c\x1c\xb2\xac\x68\x0c\xe2\x5b\xc3\x0b\x08\ \x81\xaa\x02\x00\xaa\xa9\x21\xab\x57\x4b\xb3\xe7\x48\x2b\x57\xa2\ \x48\x84\x0d\x1a\x44\xaf\xb8\x9c\x4e\x9f\xce\x7b\xf5\x02\x9f\x0f\ \x28\x05\xd3\x74\xb8\xc0\x81\x83\xd3\x39\x1a\x42\xd3\x50\x38\x8c\ \x6a\x6b\xa5\xe5\x2b\xa4\x4f\x3e\x25\x4b\x97\x20\xc6\x59\xff\x7e\ \x74\xc6\xb5\xf4\xd2\x4b\x79\x6e\xae\x50\x55\x74\x0e\xcc\x87\xaf\ \x9b\x17\x6c\xe9\x0b\x4a\xf1\xae\x5d\xf2\x9c\x39\xd2\xc7\x1f\xe3\ \x43\x87\x79\x5e\x1e\xbd\xf4\x52\x7a\xc5\xe5\x6c\xf8\x70\x11\x13\ \x83\x6c\xd3\xe0\xbc\x87\x52\x1c\x38\xf8\xb6\xba\x18\x92\x24\x24\ \x82\xb8\xc0\xfb\xf6\x49\x4b\x3f\x97\xe6\xcc\x21\x9b\x36\x89\xf8\ \x78\x3a\xe5\x22\xeb\xd6\x5b\xf9\x98\x31\x3c\x3e\x3e\xba\x66\xff\ \x35\xcd\xb2\x5f\x1f\x2f\x48\x92\x90\x65\xdc\xd2\x42\x56\xad\x96\ \xdf\x7b\x8f\x2c\x5a\x04\x9c\xb3\xa9\x53\xad\x19\x33\xd8\xa4\x89\ \x22\x10\x88\xfa\x45\x8e\x75\xe0\xc0\xc1\x59\x43\x51\x40\x92\x50\ \x6b\x2b\xde\xbe\x43\xfa\xf0\x43\xe9\xa3\x8f\x70\x63\x23\x1b\x34\ \xc8\xba\xed\x56\x7a\xc9\x25\x22\x2b\x0b\x84\x00\xc3\xe8\x01\xbc\ \x60\xe7\x6f\xa8\x2a\xae\xa9\x91\xe6\xcd\x93\x5f\x7d\x8d\x6c\xd9\ \xc2\xb3\xb3\xe9\x8c\x19\xf4\xba\x19\x6c\xd0\x20\x90\x65\xb0\x1d\ \x21\x87\x11\x1c\x38\xf8\xba\xac\x72\x49\x12\x18\x93\xd2\x52\x69\ \xe1\x27\xd2\x3b\xef\x90\xcd\x9b\x79\x4e\x0e\xbd\xe9\x46\xeb\xe6\ \x9b\x79\xbf\x7e\x51\x6d\xde\xff\xc0\xb9\xf8\xcf\x78\x41\x92\x40\ \x96\x51\x6d\x8d\x34\x7b\x8e\xf2\xe2\x4b\xb8\xa4\x84\xf5\xeb\x67\ \xdd\x75\x27\xbd\xf4\x52\x91\x99\x09\x08\x81\x61\x38\x74\xe0\xc0\ \xc1\xb9\x82\x2d\xd8\xdf\xd4\x24\xad\x5e\x2d\xbf\xf3\x0e\x59\xb4\ \x18\x5c\x9a\x75\xfb\xed\xd6\x1d\x77\xf0\x7e\xfd\x00\xe0\xac\x6d\ \x87\x33\xe5\x05\x4c\x64\x59\x02\xd3\x8c\x0a\x28\x59\x02\x40\xd3\ \x50\x4d\xad\x3c\xeb\x7d\xf9\xf9\x17\xf0\xa1\x43\x6c\xfc\x78\xf3\ \x7b\xdf\xa5\x53\xa7\x8a\x84\x04\x27\x0d\xc9\x81\x83\xf3\x6a\x3e\ \x28\x0a\x18\x06\xd9\xb2\x45\x7e\xe5\x15\x79\xf6\x1c\x50\x54\xeb\ \xd6\x9b\xcd\xef\x7c\x87\xf7\xef\x0f\x67\x15\x77\x38\x0d\x2f\x20\ \xac\xb9\xdd\x32\x02\x5b\x34\x4e\x50\xab\xa5\xbe\xb2\xaa\x99\x67\ \x66\x26\x1c\xdd\xbe\x6a\x53\x05\xb9\x64\xda\x84\xe4\xf9\x73\xa5\ \xbf\x3d\x83\x0f\x1c\x60\x63\xc7\x9a\x3f\x78\x90\x4e\x9d\x2a\x3c\ \x1e\x27\xfb\xc0\x81\x83\x6f\x06\x08\x81\xcb\x05\x96\x85\x77\xed\ \x52\x5e\x7a\x49\x9e\xf9\x1e\x68\x9a\xf9\xdd\xef\x9a\x77\xdd\x29\ \x72\x73\xc1\x34\xe1\x3f\xdc\x4f\x89\x30\xe1\xe1\xfa\xd5\x9f\x2c\ \x3a\xd2\x6e\x31\x4a\xa9\xc5\x32\x07\x8f\x4b\x2c\xff\xe4\xcf\x1f\ \xd6\x3d\xfa\xec\x23\x47\x3e\x7a\x7a\xe7\x07\xd5\x8f\xba\x43\xde\ \xa5\x8b\x60\xcc\x58\xfe\x3f\x3f\x65\x97\x4c\x37\x55\x95\x85\x23\ \x12\xc2\x51\x6d\x42\xce\x2c\xcb\x62\x02\x88\x24\x2b\x12\x01\x00\ \x46\x2d\x8b\x52\x84\x25\x59\x96\x30\x42\x42\x70\xc6\x05\x21\x04\ \x09\x6e\x99\x26\x13\x00\x08\xcb\xb2\x4c\x30\xea\xf8\x57\x07\x0e\ \x1c\x7c\x75\xd8\xf9\x51\x00\x64\xcb\x16\xe5\xef\xff\x90\x67\x7f\ \xc0\x73\x72\xad\x87\x1f\x36\x6f\xba\x11\x62\x63\xcf\x3c\x21\xaa\ \x1b\x5e\xc0\x44\xa6\x4d\x07\xff\xf4\xc3\x87\x36\xb0\xb4\xfc\xf4\ \x58\x1a\x31\xf3\x26\xcf\xb8\x38\x37\x38\x67\x7d\xf0\x8e\x0b\x07\ \x7b\x1e\xff\x41\xfc\xc2\xcd\xee\x5e\x39\xfc\xe1\x9f\xb4\x5f\x32\ \xb9\x34\x22\x00\x94\xcc\x8c\x34\x0f\x61\xad\x8d\x75\xb5\x8d\xad\ \x16\x13\x9a\x37\x21\x2b\x33\x89\x70\xd6\xde\x54\x53\x55\xdf\xca\ \x40\xf2\x27\x67\xa4\x25\xb8\x8d\x50\x4b\x4d\x4d\x7d\x48\xb7\x24\ \x57\xac\xdf\x4b\x9a\x1b\x9a\x98\x1a\x9b\x95\x99\xae\x11\x41\x80\ \xd5\x54\x1c\xab\x6b\x33\xe3\x93\x33\xd2\x03\x3e\xe6\xac\x62\x3a\ \x70\xf0\x1f\xda\x0e\xba\x4e\x56\xae\x54\x9f\xfe\x2b\x59\xbd\x9a\ \x5e\x78\xa1\xf9\xcb\x5f\xb0\x31\x63\xc0\xce\xa7\xfe\x52\xd7\xe4\ \x34\xef\x8b\x25\x45\xea\x3d\xf2\xae\x7f\xfd\x6c\x3a\xa1\x16\x48\ \xf2\xd6\xd9\x8f\xe2\xb9\x1b\x53\xff\xfd\x57\xb5\x74\xff\xfa\x11\ \x93\x73\xdf\x7c\xd9\xeb\x6b\x79\xfe\xe9\xbf\x6d\x3a\x54\x27\xb0\ \x3a\xfa\xf2\xbb\x7f\x70\xdb\xb8\x75\x6f\xfc\xf9\xf9\x95\x25\x5c\ \x08\x29\x2e\xfb\xa6\xef\xfd\xcf\x5d\x17\x65\x6e\xfc\xf0\x8d\xbf\ \xbd\xb7\x1b\x10\x8d\xed\x35\xfa\xe1\x5f\xff\x8f\x7f\xff\x82\xdf\ \x3c\x3d\xbb\x29\xcc\x65\x6f\x52\x76\x92\x5a\x79\xb4\x34\x24\x25\ \x5d\x7d\xef\x8f\xbf\x73\xd5\xa0\x1d\x0b\xde\x7c\xe1\xfd\xe5\xf5\ \x41\xea\x49\xe9\x7b\xcf\x83\xdf\x9f\xd4\x37\xc1\x32\x1d\x7f\xc4\ \x81\x83\xb3\x82\x10\x10\x0e\x03\xc6\x6c\xda\xb4\xf0\xc8\x91\xf2\ \xcc\x99\xca\x5f\x9e\x76\x5f\x7d\xb5\xf1\xf0\xc3\xe6\x03\x0f\x40\ \x7c\xfc\x97\x66\x0c\x90\x5f\xfd\xea\x97\xdd\xf8\x11\x7a\xd3\xe6\ \xe5\xab\xf7\x1e\xda\x3e\x7f\xf6\xfb\x6f\xcd\x5f\xc9\x45\xda\xc4\ \x05\x6f\x5d\xf0\xc9\x67\x9e\xa2\xcc\x85\x13\x87\xbc\x9e\x31\xe1\ \xa2\x3b\xaf\xdc\xfb\xca\x63\x6f\x6c\x11\x37\xdf\x77\x7b\x1e\x2f\ \x9d\xbf\x7a\x4f\xef\xe1\x17\x84\xd6\xcf\xde\x1f\xb8\xec\x99\x47\ \xef\x6c\xdc\xb1\x78\x47\x19\x1e\x7f\xd1\x98\x40\x8c\x2f\x2d\xbb\ \x77\x86\x0f\xed\xde\xba\x85\xf4\x9e\x9c\x4f\x37\xcf\xda\x68\x3d\ \xf4\xeb\x47\x0a\xf1\xde\x95\x07\xb4\x47\xfe\xfa\xa8\xf7\xe0\x8a\ \x95\xb5\x68\x70\xae\xf7\x9d\x67\xfe\x19\x2a\xbc\xec\xfe\x6b\x47\ \x96\x2c\xff\x64\x8f\x15\x3f\x61\xd4\x20\x4d\x50\xc7\x9b\x70\xe0\ \xe0\x3f\x62\x07\xcb\x02\x4d\xe3\xa3\x47\xd3\x69\xd3\x50\x7d\x83\ \xf2\xef\x7f\x93\xcd\x5b\x78\xbf\xbe\x22\x23\xe3\x8b\x0b\x79\xe2\ \xd3\xbd\xc0\xa8\xe5\xcb\x19\x79\xdd\x7d\xdf\xb9\xab\x28\x67\xc2\ \x6f\xbf\xaf\xbc\xb5\xf8\xe3\x82\x89\xfb\x9e\xfd\x77\xdb\xc8\x3c\ \x46\x85\x62\x05\xab\xcb\x5a\x65\x12\xd9\xb3\x61\x5d\x05\x24\x8d\ \x1a\x31\xc4\xc3\x2d\x8e\x11\x96\xdd\x29\xd9\xbd\x32\x93\x12\x05\ \x8b\x04\x5b\x4a\xdf\xf9\xe7\x3f\xde\xf9\x74\x4d\x7d\xd0\x24\xb2\ \xc2\x74\x0b\x61\x8c\x91\x1c\x9f\x9c\x9e\x95\x99\xa9\x62\xf0\xa4\ \xe4\xe6\xa5\xc6\x0a\x4a\x9b\x1b\x6b\xea\x83\xc4\x6a\x2c\x5e\xb3\ \xf1\x60\xda\xa0\x61\x45\xd9\x7e\x4e\x1d\xa9\x15\x07\x0e\xbe\x0e\ \x50\x0a\x91\x88\xc8\xcf\xd7\x9f\x7f\x4e\x7f\xee\x5f\x64\xdf\x5e\ \xf7\x35\xd7\xca\x33\x67\x46\x4b\x93\x7f\x35\x3f\x02\x80\x71\xea\ \xce\x1b\x77\x93\x87\xc0\xbb\x6f\x02\xa3\x7b\xef\xbb\xf8\xf9\xa6\ \xc1\x4f\x27\xa4\xbb\x2d\x1e\x6c\x2c\x3b\x50\xda\x96\x91\x9f\x4a\ \xf7\xd6\xf6\x19\x7e\xc1\xa0\x64\xd5\x82\x98\xbe\xd9\xee\x43\x16\ \x13\x84\x53\x4a\x39\x17\x80\x89\xde\x52\xba\x75\x6f\x6d\xaf\x5b\ \x6e\xbc\xb4\x77\xe4\xc0\xce\xbd\x94\x03\x80\x10\x82\x33\x46\x81\ \x83\x10\x9c\x52\xca\x05\xe7\x02\x7c\xf1\xa9\xe9\x7e\x28\x56\xd2\ \x27\x4d\x1b\x8b\x74\xd3\x9f\x5e\xe0\x93\x2c\xe6\x44\x18\x1c\x38\ \xf8\xba\x0c\x07\x5d\x07\x42\xac\x3b\xef\x64\x83\x06\xa9\xbf\xf8\ \xa5\x76\xff\xfd\xe8\x68\xa9\xf9\xf3\x9f\x81\x24\x75\x1b\x6e\xe8\ \xde\x5e\x10\x08\x49\xde\xd8\x81\xcb\x67\xc3\x65\x97\x30\xaf\xd7\ \x9a\xf5\x7e\x68\xda\x68\x42\x0d\xc6\xd4\xe1\xe3\x26\x65\xa2\xea\ \x25\x9f\x6f\x1b\x70\xdd\x03\xb7\x8c\x4f\x5c\xf4\xea\x5f\x7e\xf5\ \xe8\x1f\x67\x7d\xbe\xd3\x24\xb2\x44\xec\x5a\x38\x80\x30\x41\x82\ \xbb\x93\x06\xcd\xb8\x62\xf8\xbe\x05\xaf\xfe\xee\x1f\xef\xb7\xa8\ \xa9\xe9\x09\x9a\x10\xd8\x3e\x03\x21\x44\x08\x01\x00\x84\x08\xe2\ \xdc\x9d\x54\x70\xd7\xf7\xef\x4e\x6d\xd9\xf4\xe4\xa3\xff\xfb\x87\ \xbf\xbf\xbe\xab\xa2\x5d\x92\x30\x72\x7e\x4e\x07\x0e\xbe\x46\x30\ \x06\xe1\x30\x1f\x34\x48\x7f\xe3\x75\xf3\x9e\x7b\xd4\xc7\x1e\xd3\ \xfe\xe7\x17\x60\x9a\x20\xcb\xa7\x9e\xdb\x5d\xfe\x02\x42\x42\x95\ \xe9\x73\xcf\xfb\x7e\xfa\x73\xb8\x78\xaa\xfe\xef\x17\x44\x5a\x1a\ \x6b\x69\x08\xea\xc2\x13\xe3\xd1\x64\x14\x6a\x6f\x67\x58\xf5\xc6\ \xb8\x81\x46\x5a\xdb\xc2\x0c\x90\xac\x6a\x2e\x55\x36\x43\xed\x06\ \x28\x5e\x8f\x62\x84\x43\x96\x20\x31\xde\x18\x89\x1b\xad\x6d\x21\ \x8b\x09\x49\x51\x5d\x2e\x17\x66\x91\xf6\x08\xf3\xc4\x78\x80\xea\ \x61\x9d\x7b\xbc\x1e\x1e\x09\x46\x38\xf1\xc4\x78\x5c\x32\x0e\xb7\ \xb7\x85\x0c\x0b\x13\x49\x73\xb9\x64\x82\x9d\xdf\xd1\x81\x83\x73\ \x02\x59\x06\x00\xe5\xcf\x7f\x51\x1f\x7b\xcc\xbc\xe7\x1e\xe3\xa9\ \x27\xa3\x32\xf6\x5f\xcc\x0b\x22\x26\x46\xfe\xf0\x43\xd7\x9d\x77\ \xf1\x29\x17\x85\x5f\x7c\x51\xc4\xc6\x82\x61\x20\x8c\x09\x42\x8c\ \x31\x01\x88\x10\x2c\x04\xe7\x5c\x20\x8c\x31\x42\x08\x81\xe0\x82\ \x71\x8e\x09\x41\x20\x18\xe3\x18\x13\x84\xec\x32\xde\x18\xe3\xa8\ \x32\x3c\xe7\x4c\x00\x96\x30\x62\x76\x5d\x6b\x84\x38\x63\x80\x09\ \x46\x82\x33\x2e\x00\x61\x82\xed\x72\xe2\x9c\x33\x27\x55\xd2\x81\ \x83\x73\x08\x49\x02\x49\x92\x9f\x79\x46\xfb\xc5\x2f\xcd\x1f\xfd\ \xd0\x78\xf2\xc9\x93\xea\xf7\x9d\x12\x5f\xd0\x34\xb2\x7a\xb5\xeb\ \xfe\xef\xb0\x61\xc3\xc2\xcf\x3f\x0f\xf1\xf1\x10\x0e\x03\x42\x82\ \xf3\x0e\x3e\x11\x9d\x42\xf4\x82\xf3\xae\x6b\x89\xbc\xe3\xf9\xce\ \xa7\xed\xfa\x91\x5d\x4f\xa1\x2c\xfa\x9f\xec\xa4\xff\x81\x93\x4f\ \x75\xe0\xc0\xc1\xb9\x02\xa5\xc0\xb9\xf5\xf0\xc3\xa8\x3d\xa8\xfe\ \xe1\x0f\x3c\x2d\xdd\x7a\xe8\x47\x5d\x57\x28\x4e\xb4\x17\x64\x19\ \xd5\xd7\xbb\xae\xbf\x01\x35\x36\x46\x3e\x9c\xcb\x0a\x0a\x90\xae\ \x3b\xd7\xd0\x81\x83\xff\x5a\x87\xc2\x34\x5d\xdf\x7b\x40\x5a\xb8\ \x30\x3c\xeb\x7d\x36\x65\x0a\x84\xc3\xf6\x2b\xf8\x84\xb0\x02\x42\ \xca\xb3\xcf\x92\x2d\x5b\x8c\x3f\xfc\x9e\x17\x15\x39\xa4\xe0\xc0\ \xc1\x7f\x33\x2c\x0b\x54\x55\x7f\xec\x77\x3c\x25\x45\x7d\xf4\x51\ \x54\x57\xd7\xb9\x72\x79\xdc\x5e\x10\x2e\x17\xd9\xbe\xcd\x33\x75\ \x9a\x75\xd5\x55\xfa\xf3\xcf\x01\xc0\xd7\xbe\x03\x0a\x63\x27\x9a\ \xe8\xe0\x5b\x8f\x93\x4a\xcb\x7f\x2b\x7a\xf8\x17\xb4\x19\x62\x62\ \xa4\xb7\xdf\x71\xdd\x79\xa7\xfe\xf4\x5f\xcc\x87\x1e\x42\xa1\x50\ \x17\x5e\x40\x08\x64\x59\xfb\xd1\x43\xd2\xcc\x99\xe1\xe5\xcb\xf9\ \x80\xfe\x5f\x8b\xea\x4b\x17\x5b\x04\x71\xce\x43\xa1\x90\xb3\xf1\ \xc1\xc1\xb7\x1a\x08\x81\xcb\xe5\x56\x54\xad\xa3\x2c\xfb\xf1\x1e\ \x2e\x84\x08\x87\xc3\x94\xb2\x1e\xd8\x66\x4d\xd3\x14\x45\xe9\x9e\ \x1a\x24\x09\x0c\xc3\x7d\xcd\xb5\xa8\xaa\x2a\xbc\xe4\x33\x91\x94\ \x04\x96\xd5\x11\x77\x24\x04\x55\x56\x4a\xf3\xe7\xd3\x19\x33\xf8\ \xc0\x01\x5f\x3b\x29\x30\xc6\x1a\x1a\xea\x5c\x2e\x8f\xdb\xe3\x71\ \xfa\x96\x83\x6f\x2f\x18\x63\xcd\xcd\x4d\x1e\x4f\x4c\x8c\xcf\x27\ \xba\xec\x4d\x14\x82\x37\x36\x35\xab\xaa\xd6\x03\x7b\x38\xe7\xbc\ \xad\xad\x4d\xd3\x34\xaf\x37\xa6\x9b\x92\xd6\x94\x82\xcf\x67\xde\ \x77\xaf\xeb\xae\xbb\xc9\xda\xb5\xd6\x0d\x37\xa0\xe3\xbc\x20\xcb\ \xd2\xba\x75\xa8\xae\x9e\x5e\x73\xb5\xc0\xf8\x4b\xea\x70\x0b\x81\ \x54\x15\x2b\xea\x69\xf3\xab\x11\x12\xd4\xe2\x91\x08\x44\x4b\xda\ \xa3\x96\xe6\xa6\x98\x18\x6f\x72\x4a\x9a\xd3\xb1\x1c\x7c\xdb\xe1\ \x8d\x8d\x2d\x2f\x2d\xd5\x34\x8d\xc8\xb2\x3d\x04\x10\x42\xcd\x2d\ \xad\x9a\xe6\x4a\x49\x49\xe9\xa1\x6d\xf6\x7a\x2b\x2a\xca\x55\x55\ \x91\x65\xb9\x1b\xab\x41\xd7\xd9\xa4\x49\x22\x3d\x5d\x5a\xbc\x98\ \x5e\x73\x0d\x20\x14\xe5\x05\x41\x08\xde\xb1\x83\x67\x66\xb0\xbe\ \x7d\xd1\x97\x85\x15\xb0\xcb\xdd\xbc\xf8\x93\xd6\x95\x4b\x89\xe6\ \xea\x9e\x9f\x0c\xdd\xdd\x7f\x60\xe0\xe6\x3b\xb8\xae\xdb\x66\x4c\ \x24\x12\x49\x4d\xcf\x14\x22\xea\xe9\xd8\x46\x57\x0f\xb9\x64\xc7\ \x7d\x42\xc1\xf9\x37\xda\x28\x84\x31\x02\xe0\x4e\x19\xde\x1e\xea\ \x41\x44\x53\x70\x35\x55\x93\x65\xd9\xb4\x4c\xb7\x2c\xdb\xfd\x05\ \x23\xa4\xeb\x7a\x52\x52\x72\x8f\x6d\xbc\xa2\x28\xb2\xac\x98\x96\ \x25\x77\x97\xdd\x08\x9c\x8b\xc4\x44\x36\x76\x2c\xd9\xb5\x1b\x22\ \x11\x50\x14\xe9\xf8\xe0\x28\x2e\x11\x29\x29\x22\x31\xf1\x4b\xb7\ \x67\x23\x59\x36\x8e\x1d\x6d\x5b\xbe\x94\x78\x7d\xdd\xf3\x42\x38\ \x08\x18\x23\x49\x06\x88\xae\x68\x08\x10\x76\xca\x52\x67\xef\x8f\ \x5e\x65\xc1\x19\x3f\x31\x22\x82\x90\x44\x08\x67\xf4\x2c\x86\xa8\ \x24\x49\x00\xc0\xe8\x99\x6f\xc4\x44\x84\x88\x96\x86\x26\x24\xe1\ \x96\xc6\xb6\xb8\xb4\x74\xaf\x82\xbe\x29\x6a\xc0\x18\x85\x9b\xea\ \x74\xc9\x13\x1f\xe3\x72\xa8\xa1\xe7\xb0\x40\xe7\x1d\x21\x04\x08\ \x21\x00\x08\x21\xd1\x7b\x5d\x0d\x64\xde\xd3\x53\xf1\xec\xf6\x9f\ \xf6\x65\x42\x58\xbf\xbe\xe4\xd3\x4f\x91\x69\x0a\x55\xc5\xc7\xbf\ \x59\x63\xa3\x88\x8b\x13\x3e\xdf\x97\x2b\xba\x08\x81\x64\x19\x7b\ \x3c\xd8\xed\x3e\xcd\xe1\xc1\xea\x09\x5e\x86\x60\x3c\xfa\x48\x08\ \x33\xd4\x56\x5f\x57\x5d\x59\x59\x59\x59\x51\x51\xd3\x18\x14\x42\ \xa0\xe3\x8d\xc0\xc8\x0a\x15\xef\x3b\xd8\x12\xe1\xf8\xab\xed\x90\ \x40\x12\x81\x5d\x4b\xde\x7a\xf1\xa3\x4d\xdc\xde\xa4\x71\x26\x43\ \x91\x10\xda\xb8\xff\xb5\x17\xdf\x3e\x7c\xe4\xc0\xac\x57\xdf\x2e\ \x6d\x63\xdf\x60\x3c\x19\x63\xd2\x72\x78\xf5\xf3\x2f\x7f\xd8\xf4\ \x55\xbf\xba\x83\x73\x33\x8a\x6c\x70\xce\x31\xc6\x18\x63\x21\x04\ \xef\x88\xea\x73\x76\xf2\x26\x65\xce\xf9\x99\x5b\xc0\xd4\x88\x84\ \x22\xe6\x7f\xd2\xbc\xc6\x8a\x92\xd2\xda\xd0\x57\x8d\x32\x08\x21\ \x10\x3a\xcd\xb7\x95\x24\x91\x91\x81\x5a\x5b\x6d\xb3\x00\x77\x8d\ \xa8\x80\xa2\x00\x91\xce\x85\x5e\x2b\xb7\xb9\x4a\x00\x26\x64\xd3\ \x6b\x7f\xfa\xe9\xcf\x7f\xff\xf2\x2b\x2f\x3f\xff\xfc\x73\xef\x2d\ \xde\x0b\x92\x44\x24\x09\x03\x10\x49\x22\x04\x8b\xa6\xe2\x77\x5e\ \x78\xf3\x58\x48\xc2\x98\x20\x00\x22\x75\x02\x83\x10\xb8\xcb\x63\ \x82\x40\x08\xd4\xf9\x08\x00\xbc\x81\xac\xdc\xd4\x38\xc1\x4f\x38\ \x0d\x81\x10\x80\xa5\x2e\xff\x67\xff\xe6\x20\x04\x46\x7c\xeb\xe2\ \x05\x4d\x09\xfd\x8a\x52\x5d\xc1\x60\x98\x71\x00\x01\x52\xd7\x4f\ \x44\xd8\xfe\x60\x00\x2c\x49\x12\x41\x42\x08\x6c\xbf\x05\xea\xf2\ \x96\x48\x74\x79\x48\x10\x74\xf9\x38\x24\xc4\xf1\xb6\x60\x24\xba\ \xbc\xbf\xbd\xc5\xac\xf3\x21\x08\x48\x1b\x34\x3a\xae\x69\xfb\x27\ \x1b\x2a\x30\xc1\x10\xbd\x62\xce\xf1\x0d\x1f\x92\x24\x1d\x38\x70\ \xa0\xae\xb6\x96\x10\xd2\x39\x34\xc4\x29\xe6\x01\x17\x02\xe0\x4c\ \x07\xce\xf6\x79\x2f\x3e\xfe\xe2\xf2\xff\xc0\x26\x14\xcb\xdf\x7b\ \x6d\xde\xb6\xfa\xaf\xce\x74\x00\x80\x4e\x1b\x13\xec\x12\x16\x38\ \x9e\x07\x2d\x5c\x2e\x14\x0c\x22\x3d\x02\x18\x7f\xcd\x65\xad\x10\ \xe2\x9c\x77\x5c\x36\x16\xd6\xa1\xdf\x85\xf7\xfc\xe2\x8e\xe1\xf6\ \xc7\x96\x6d\x9a\x37\x67\x8b\x79\xef\xf7\xaf\x6b\xdb\xf4\xe1\x87\ \x87\x7d\xb7\x5d\x98\xa1\x1a\x25\xaf\x3f\xf3\xd8\xa7\x19\x83\xef\ \xbd\xf3\x0a\x56\xfc\xd9\xfb\x0b\xd7\x35\x73\xcf\xf8\xcb\x6e\x9c\ \x3a\x34\xab\x6c\xdb\x82\xf7\x16\x6e\x8d\x30\xae\x26\x16\x5e\x7f\ \xcb\x75\xbd\xbd\x91\xb5\x1f\xbe\xff\xf9\x8e\x63\x24\x30\xe0\xce\ \x3b\xae\xa1\x91\xa6\xea\x36\x1f\x21\xb8\xf9\xc8\xa6\xf7\x3f\x58\ \x54\x1d\x26\x85\x63\x2f\xbd\x76\xea\x10\x35\x5c\x3a\xfb\xbd\xb9\ \x7b\xca\x5b\x39\x72\x0d\x9e\x72\xed\xe5\x63\xf3\x30\xb3\x04\x10\ \x1e\xa9\x58\xb7\xbb\x79\xc4\x9d\xe3\x3c\x64\x2f\x20\x8c\x00\x00\ \xa3\x23\x9b\x3f\x99\xf3\xc9\xc6\x20\x8e\x1d\x7f\xf5\x2d\x17\x24\ \xd6\xbc\x3a\x6b\xd3\xd4\x7b\xee\xcb\x62\xa5\xaf\xbe\xb9\x62\xc4\ \xf5\x77\x0e\x48\x28\x7f\xeb\xc5\x05\x7d\x2e\xbf\x7f\x38\xd9\xf7\ \xf6\xcc\x79\x47\x9a\x8c\x9c\x61\xd3\x6e\xba\x62\x94\x5e\xbc\x7e\ \xe6\x87\x4b\x2a\x83\xbc\xdf\xe4\xdb\x6e\x9e\x90\xf8\xd9\x3b\xef\ \xac\xdd\x57\x15\xdb\x67\xc4\x6d\xb7\x5c\x5a\x36\xf7\xc5\x05\x3b\ \xca\x89\x2f\xf3\x8a\x1b\x6f\x1a\x94\xe1\x3a\xb0\xe6\xa3\x8f\x97\ \x6d\x33\xd4\xc0\x94\x1b\xef\x1a\x9b\x85\x37\xcc\x9f\xf5\xd9\xb6\ \xa3\x38\xb6\xd7\x35\x37\x5e\xd7\x2f\x35\xfd\xc2\x51\x19\x6f\x6e\ \x5c\x17\x1a\x7f\x83\x0b\xa8\xa3\x72\xf9\x8d\xfb\x12\x18\xa1\xcd\ \x9b\x36\xbd\xf9\xd6\x5b\x29\x29\x29\x77\xdf\x75\x57\x72\x4a\x8a\ \xbd\x06\xc1\xed\x94\x61\x84\x8e\x33\xc5\x57\x19\x32\x82\x33\xc6\ \x11\x02\x6b\xf9\xac\x37\xd6\xec\xaf\xe0\x02\xe7\x8c\xbc\xec\x96\ \x4b\x87\xa1\xe6\xe2\x59\xef\x7d\x74\xa0\x46\xef\x33\x7c\xfa\x6d\ \x57\x0c\xe7\x8d\x87\x3f\x78\x6f\xce\xc1\x06\x33\x6b\xe8\xb4\xdb\ \xae\x18\xc5\xca\x36\xbf\x39\x6b\x71\x79\x3b\x1a\x36\xf5\x4a\x55\ \xc3\xdb\x3f\x7a\xf6\xf7\xbb\x52\xc7\x5d\x7d\xdf\x85\x05\xb1\x67\ \x66\x2f\x7c\x21\x73\x31\x86\x1a\x1b\x41\x92\xec\xb5\x82\xe3\x21\ \x37\x91\x9e\x0e\x8d\x0d\xd0\xd4\x04\x84\x7c\xcd\x97\x17\xa0\x63\ \xb1\x57\x00\x20\x59\x12\x65\x7b\x97\xcf\xfd\x68\xee\xfb\x33\xe7\ \xee\xae\x68\x49\x2f\x1a\x24\xd7\xac\x7b\xf5\xcd\xf7\x67\xce\xdb\ \x94\x5e\xd4\x2f\x56\x32\x2c\x29\xf5\xa2\x2b\x6f\xbe\x63\xc6\x24\ \x5c\xb5\xfe\x5f\x6f\x2e\xeb\x3d\xf5\x96\x1b\x26\xa4\xcc\x7b\xfd\ \x95\x03\xad\x56\xe5\xbe\x35\x95\x72\xce\x8d\x37\x5d\x1b\x5f\xb3\ \xee\xcd\xd9\x1b\x9a\xcb\x56\xbc\xf6\xc9\xbe\x71\xd7\xdd\x7b\xcb\ \x25\x23\xe2\x5d\x50\x73\x64\xef\xf6\xa3\x4d\x3c\x78\xf4\xe5\x7f\ \xbd\xae\xe7\x4c\xb8\xee\xf2\xe1\x7b\xe7\xbd\x38\x6b\x63\x15\xe8\ \xe5\xeb\x76\x94\x0c\xbc\xec\xa6\x2b\x47\x06\x3e\x7d\xed\xb5\x9d\ \x95\x61\x49\xc2\x80\x88\x5e\x5f\x5c\x0d\x9e\x9c\x2c\xb7\x30\x29\ \x00\x00\x91\x83\xc5\x4b\xff\xf5\xea\xe2\xcc\x89\x57\x5e\x31\x26\ \xf0\xf1\xbf\x9f\xdd\xda\xc2\xeb\xcb\xb6\x6f\xaf\x0c\x9b\x8d\xbb\ \xe6\xce\xfd\xe4\x60\x6d\x0b\xad\x3e\xbc\x7d\x6f\x43\xa2\xd6\xf8\ \xf6\x4b\xaf\x36\x67\x8c\xbf\xf3\x96\x29\x65\x9f\xbf\xb9\x70\x77\ \x4d\xcd\x81\x6d\xbb\xea\xe2\x66\xdc\x7c\xe3\xb8\x01\x71\x2b\xdf\ \x7b\x76\xc1\x7e\x36\xfd\xba\x1b\xa6\x8c\x28\xd4\x00\xe5\x0c\xbb\ \xf0\xce\x7b\xef\x1a\xe8\x29\x7f\xf3\xa3\x55\xe1\xa6\xe2\x77\xdf\ \xf9\x28\x79\xc2\x0d\x77\x5e\x37\xad\x57\xa2\x7a\x68\xc9\xdb\xef\ \x6f\x6c\xbf\xfa\xd6\xbb\x86\xbb\x8f\xbe\xf4\xfa\x82\x76\x0e\x29\ \x7d\xfa\x84\x1b\x8e\x55\x85\x04\x46\xe0\x4c\xd6\xdf\xec\x81\x00\ \xc2\x91\x70\x45\x65\xe5\x88\x11\x23\xd2\xd2\xd2\x4a\x8f\x95\xf2\ \x8e\xc0\xf4\xa9\x33\x2f\x17\xfc\x2b\x84\xd2\x11\x42\x88\x20\x68\ \x5d\xbb\x7e\xbb\x7f\xcc\x75\x37\x5c\x36\x6c\xd7\xdc\x97\x57\x96\ \x36\x6f\x98\xf7\xfe\x9a\xfa\xb4\xfb\xbe\x73\xd7\xc4\xc1\x39\x98\ \xb6\xce\x7c\xf1\xa5\xea\xa4\x49\x77\xdf\x7a\x45\xf5\xe7\x6f\x7e\ \xb0\xbd\xb9\xf9\xe0\xc6\xdd\x35\xda\x8c\x5b\x6e\x1c\x5d\x98\x46\ \x29\xf4\x1e\x73\xc5\x3d\xb7\xdf\x3c\x34\x2b\xe6\x8c\xed\x85\xd3\ \xb7\x10\x21\xc4\x18\x2e\x29\x11\x29\x29\xf6\x6e\x4b\xa9\x93\x2d\ \x78\x51\x91\xb4\xf0\x13\x5c\x53\xc3\x03\x01\xb0\xac\xaf\xd9\x8f\ \x88\x82\x61\x82\x85\x10\xc0\xb9\x10\x9c\x0b\x60\xd4\x10\x31\xd9\ \xb7\xdf\x7e\xf9\x4f\x1f\x7c\xc4\x7b\xc3\x13\x3f\x1b\x9a\x62\x94\ \x97\x73\xac\x25\xa7\x67\x66\xa4\x78\x76\xef\xda\x71\xb8\xb6\xd9\ \xb3\x72\xde\x01\xda\x1a\xa1\xb4\xbe\x36\x28\x61\x25\x29\x23\xbb\ \xb0\x70\x90\xf7\xa2\xbe\xff\x58\xb5\xdf\x4a\x98\x3c\x28\xf5\xf3\ \x55\x4b\x3e\x77\x4d\x9f\x9e\x23\x23\xc0\x92\xcb\x25\xd7\xee\xdd\ \x56\xc3\x73\x7f\x76\xcd\xe4\x34\x05\x42\xc5\xdb\x66\xad\xdb\x33\ \x23\xc7\xa5\x79\xfc\xbd\x0b\x8a\x06\x0d\xf2\xac\x5b\xb1\xa5\xbc\ \xbe\x69\x68\x5a\x32\x13\xc2\x0c\x36\x0b\x24\xb9\x25\xa0\x8c\x0b\ \x21\x10\xe1\xc5\xeb\x37\xc9\x39\x13\xae\x9d\x34\x4c\x81\x82\x03\ \x9b\x1f\xdf\x70\x08\x8f\xe8\x93\xb4\x6b\x77\xf1\xb1\xd8\xaa\x94\ \x5e\x29\xb5\xe5\x07\x77\x57\x1e\x71\xe5\x8f\x4e\x0e\x1e\xde\x51\ \x5a\xa9\x8a\xf5\x73\x8e\xb2\x16\x2b\x52\xd9\xdc\x5c\x20\x70\x5c\ \x4a\x56\xff\xbe\x45\x4a\xb0\xf8\x83\x1d\xa5\x13\x6e\xff\xc3\x98\ \xc1\xc9\x94\x52\x61\xb6\xec\xdc\xb1\x66\xc3\xc1\xba\x50\x7d\x43\ \xab\xa7\x45\x57\x02\x03\x0a\x32\xb6\x2c\xff\x34\xe9\xd2\x2b\xa6\ \xf6\xb2\x56\x6e\x39\xd8\xd4\x20\x2f\xf9\x70\x4e\xa4\xb9\xcd\x34\ \x1b\xdb\x0c\x11\xa3\x7a\x89\x61\x84\x42\x94\x2b\x8c\x39\x06\xc3\ \x37\x0a\x06\x4c\x96\xe5\x6b\xae\xb9\xda\x66\x00\xce\x99\x69\x9a\ \x08\x21\x00\xd9\xf6\xd5\xbb\x0c\xab\xa8\xf7\xfe\x45\x69\x85\x5d\ \xd6\xbf\x38\x17\x42\x70\x00\x46\x5c\x31\x59\x79\x45\x45\xb9\x79\ \xa3\xd7\x2c\xdb\x77\xb4\xf1\xba\x7e\xfd\x63\x76\xaf\x5b\xb8\xd2\ \x7f\xe5\xe5\x53\xa0\x6d\xeb\xe6\xc3\x35\x1a\x5b\xfb\x41\x29\x6f\ \xb4\x98\xbb\xb2\xc9\x52\x49\x7c\x4a\xce\x80\x82\x3e\x12\x58\x8c\ \x72\x6f\x62\x5a\x7a\x5a\x9a\x10\xfc\x4c\xa2\xd4\x18\xe3\x2f\x89\ \x80\x98\x26\xd9\xb6\x9d\xe5\xe7\x0b\x55\x05\x21\x3a\xd2\xa1\x19\ \x63\xa3\x47\xa1\xd6\x16\x69\xe5\x4a\x63\xe0\xc0\xaf\x3d\xec\x25\ \xb8\x00\xc1\x39\x43\x9c\x70\x9d\xa2\xec\x01\x93\x67\x5c\x33\x12\ \x00\x38\x35\x38\xd7\x8b\x0f\x14\xbb\x73\xfa\x5b\xc7\x76\x1f\x6e\ \x99\x90\x0b\x82\xd9\x8a\x4f\x00\x88\x71\x35\x90\x77\xf9\x0d\xb7\ \x25\x12\x0b\xc9\x6a\xbc\x8f\xac\x59\xcb\x38\xb2\x0c\x00\x8a\x80\ \x73\x13\xf9\xf2\x7e\xf0\xcb\xff\xdd\xb2\x72\xe1\x9b\x7f\xff\x43\ \xdd\x77\x7f\x9e\x24\x49\x42\xe7\x08\x23\x6e\xe9\x11\x53\x80\x42\ \x23\x11\x03\x08\x12\x5c\x08\xc1\x4d\xc3\x04\x62\x81\x84\x19\xa5\ \x9c\x31\xce\x10\x48\x1a\x70\x2b\x64\x00\xa7\x8c\x0b\xc0\x00\x40\ \x90\x65\x84\x0d\x00\x05\xf4\xb0\x61\x70\xe4\x1a\x30\x34\x6f\xd9\ \xc2\x79\x0b\x7c\xf1\xd7\xde\x74\xe1\xfe\xcd\xab\x3e\x33\x5b\xf2\ \x2e\xbc\xd8\x85\x4b\x91\xec\x1d\x73\xe9\x8c\xb1\x29\x12\x43\x72\ \x4c\x42\xdc\xe1\x8f\x3f\xe3\xcc\x32\xa8\x20\x94\x03\xf0\x50\x58\ \x07\x10\x48\x92\xab\x56\x7f\xf8\xce\x92\xb2\x7b\x7e\xfa\x7d\xb2\ \xe7\xe3\xd7\x36\x86\x22\x28\xe1\xfa\x1f\x3e\x32\x60\xcb\xca\x59\ \xef\xfc\xb5\xb8\xf2\xb6\x64\x59\x4e\x2b\x18\x7b\xf3\xad\x23\x84\ \xc9\x25\x45\x8d\x41\x66\x30\x12\x62\x12\x91\x88\x60\x94\x71\x87\ \x17\xbe\x69\x47\x02\x00\x42\xa1\xd0\x71\xb3\xd7\x5e\xd5\x16\xe2\ \x94\xa1\x88\xba\xc6\x29\xc5\xf1\x30\xc4\xa9\xbf\x20\x52\x14\xe0\ \xf6\x70\xa0\x14\x84\xa0\x86\x0e\x20\x04\x22\x66\x58\x4f\x9b\x7c\ \xd5\x63\xd9\xfd\x3f\x99\xf3\xce\xe3\xff\x77\xf0\xc7\xdf\x1b\x2d\ \x6b\xb1\xa3\xa6\xdf\x70\x61\xae\x42\x85\xe4\x8e\xf5\x97\x7f\x6a\ \x71\x4a\x0d\x00\x09\x28\x63\x9c\x9a\xcc\x76\x49\x4e\xe7\x70\x76\ \x5d\x52\xb1\xe3\xa6\xa7\xf5\x23\x64\x19\xef\xde\x43\x36\x6f\x32\ \x7e\xf2\x13\x70\xb9\xc0\x30\x3a\xec\x05\xcb\x62\x83\x06\xb1\x61\ \xc3\xa4\x59\x1f\x98\x77\xdd\x05\x8a\xf2\xf5\x6e\x8e\xe0\x9c\x73\ \xc1\x05\x47\x98\x83\x30\x43\x25\xbb\xd6\x2c\x5e\xda\x4c\x75\x53\ \xf5\xa5\x66\xbb\xab\xde\x5b\x7a\xec\xb6\x5f\xff\xb1\x61\xde\xd3\ \x2f\xbe\x3a\xef\x7f\xef\x1c\x94\x14\xd7\xfc\xc9\xc7\xb3\x9b\x0a\ \x7b\xe7\x65\x0c\xcf\x87\x37\xe7\x2d\xfc\x7c\x68\x96\x97\xb8\x53\ \x26\x8c\x2f\xb2\xf4\x70\x08\x99\x4c\x80\x65\xe8\xba\x81\x42\xd5\ \xfb\xb6\x6c\x3b\xe2\xf3\x26\x04\x64\xb3\xb5\xbd\x2d\xce\x30\x82\ \xed\xc1\xb8\x82\x61\x79\xf1\x2b\x5f\x7b\xe9\xcd\x31\x19\xd6\x92\ \xcd\x4d\x13\xee\xed\x2b\xd1\x3d\xe1\x48\xd8\xa4\x14\x2c\x33\x12\ \x0e\x1b\x16\x65\x8c\x51\x8b\x4a\xb1\x19\xb1\x74\x45\x59\x45\x5b\ \x7f\xbf\x9b\xe8\x15\xeb\x37\xee\xbb\x61\xdc\x24\xf7\xfa\x77\x5f\ \x7e\xd3\x9b\x4d\x0f\xef\x68\x8a\xbb\x73\x70\xb2\xdf\x3d\xdc\x5b\ \xf1\xe6\x3a\xff\x4d\xf7\x3c\x30\xb6\x62\xf1\x9c\xf9\x4d\x59\x8f\ \xf7\x49\x22\x09\xca\x88\x1c\xef\xca\x8f\x3e\x96\xc6\xe4\x51\xe6\ \x19\x35\x61\x24\xb7\x22\x91\x88\x49\x4d\xc3\x52\x93\x47\x8f\x28\ \x7a\xf7\xbd\x97\xd4\x9a\x91\xbe\xb8\x84\x64\xe1\xd1\x50\xb8\xac\ \xa4\x84\x54\x35\x98\x22\x85\xb5\x56\xac\x5c\xbd\x95\x7a\xe2\x13\ \xbd\x5a\x5d\xbd\x79\xd9\x84\xc1\xab\xdf\x5c\xfe\xc9\x4a\x9c\x2a\ \xd3\xd8\xde\x03\x86\xc5\xc5\x37\x96\x95\xc8\xde\x40\x82\x8b\x9b\ \x96\x13\x5f\xe8\x11\xab\x95\xaa\xaa\xda\x32\x23\x94\x52\xd3\x34\ \x6d\x52\x38\xc9\x5e\xe8\xb0\x88\x05\xe7\x9c\x31\xf6\x85\x26\x03\ \x02\x40\x96\x19\x09\xeb\x26\xe7\x2c\x12\x8e\x98\x54\x00\x30\x43\ \xd7\x99\x30\x8f\xee\xdd\x74\xa0\x52\x4f\x4c\x0d\xc0\xc1\x4a\x3d\ \xa6\xef\x45\x05\xee\x45\xf3\xe7\xba\x26\xf4\x15\x86\x34\xec\xa2\ \x89\xdc\xd2\xc3\xba\xc1\x01\x04\x28\x39\x69\xde\x95\xab\xe7\x7e\ \xe4\x1a\x9e\x9e\x3d\x70\x70\xbe\x9f\x9d\x5e\x0f\xd5\x66\x07\x49\ \x92\xbe\xc8\x5e\x90\x24\xe9\xe3\x8f\x00\x80\x4d\xbb\xd8\x0e\x9a\ \x74\xe8\x41\x0b\x21\xbc\x5e\x44\xa9\xf2\xe2\x4b\xa2\xb0\x88\x0f\ \x1d\xf2\x05\xae\x04\x56\xd4\xe0\xb6\xcd\xe1\xdd\x3b\xb0\xa2\x76\ \x6f\x1d\x58\x96\x9a\x9d\x1b\x3b\x69\x8a\xb0\x4c\xdb\x86\xa9\xab\ \xad\x49\x0c\x24\x0b\x04\x42\x08\x60\x66\xd0\x68\x6b\xac\x6f\x6a\ \x68\x6c\x8c\x18\x42\x56\x50\x42\xde\x98\xb1\xfd\xb3\x53\x52\x93\ \xda\x6a\x9b\x12\x7a\xf7\xeb\xdb\x2b\xb9\xfe\xc8\xe1\xba\x30\x2e\ \x18\x36\x7a\xec\xc0\xac\x86\xd2\x83\x47\x2b\x9b\xd4\xf8\xb4\xdc\ \xac\x24\x61\x52\x6f\x20\x3b\x2b\x29\x8e\x5b\x06\xf1\xa6\x66\x27\ \x29\xfb\xb7\x6f\x3f\x78\xac\x21\x7d\xf8\x25\xd3\x47\x17\x61\xcb\ \x70\xc7\xa7\xe4\x66\xf5\xea\x5b\x94\x1d\x2a\x3f\x74\xa4\x9e\x8f\ \xb9\xfc\xfa\x49\xfd\xd3\xa8\x11\xa1\xc4\x9b\x9b\x9b\xe3\xc1\xcc\ \x64\x24\x35\x27\x2f\xc1\x23\x31\xca\x64\x97\x4f\x2f\xdd\xb4\xb5\ \x46\x19\x35\x7a\x90\xdf\x83\xda\x83\x28\x6f\xc8\x88\x81\xbd\xfc\ \x15\xfb\xf7\xd6\x59\xfe\xcb\x6e\xb8\x61\x40\x8a\xc6\xb1\xe6\xf3\ \xb9\xd2\xfb\x0e\x29\xca\x4a\x8f\xd5\x48\x4a\x9f\x21\x43\x0a\x92\ \x19\x55\xf2\xfb\xf5\x95\xdb\x2a\x0e\x95\x56\xe9\xc8\xd7\xab\x57\ \xa6\x86\x99\x1a\x97\x9a\x9b\x11\xcf\x2c\x48\xcf\xef\x97\x2c\x07\ \x0f\x1d\x3e\xda\x4e\xd5\xfe\x63\x2f\x2a\x88\x35\xf7\xed\xde\xdf\ \xc2\xdc\x83\xc7\x8c\xc9\x4f\x52\x4b\xf7\x6d\xdb\x73\xb0\x4c\xcb\ \x19\x7a\xf9\xf4\x31\x59\xd9\xf9\xbd\x12\x71\xc9\xc1\xc3\xb5\x2d\ \x7a\x42\x56\x5e\x8e\xdf\xfa\xf4\x83\x85\xee\x81\xd3\xc7\xf5\x8a\ \x35\x2d\x76\xdc\x30\x75\x70\xfe\x01\x02\x01\xd2\x75\x63\xdd\xfa\ \xf5\x07\x0f\x1d\x3a\x70\xf0\x50\x28\x14\x0a\x24\x26\x02\x42\x92\ \x24\xd7\xd5\xd5\xb8\xdd\x1e\x4d\xd3\x6c\x0a\xc0\x18\xd7\xd7\xd5\ \xfb\x13\xfc\x84\x90\x4e\x87\xa2\xab\x67\x71\xc2\x1b\x23\x4e\x2d\ \xe6\x49\xc8\xe8\x9d\x11\x47\x19\xc9\xec\xd5\x2b\xe0\x06\xd3\x14\ \x81\xcc\x5e\x5e\xbd\x7a\xeb\xd6\x1d\x95\x41\xed\xa2\xcb\xae\x1d\ \x9a\x1d\xc8\x29\xea\xab\xb5\x57\x1c\x28\x2e\x8f\x80\xa7\x77\x5e\ \x8e\x0b\xa8\x1c\x9f\x96\x9b\x19\x10\x16\x0b\xe4\xe6\x90\x60\xd5\ \xe1\xf2\x96\xc4\xcc\x3e\x19\x09\x1a\x67\xdd\x7f\x58\xa7\xcd\x22\ \x49\x52\x5d\x5d\x9d\xa6\x2a\x2e\x97\xeb\x64\xda\xd2\x34\x7c\xb8\ \x58\x7b\xe8\xc7\x6c\xc2\x04\xf3\xc1\xef\x03\x63\x20\x44\x17\xfd\ \x05\x59\x46\xcd\xcd\xae\x2b\xaf\x42\x91\x48\x78\xc1\x7c\x91\x96\ \x76\xba\x5d\x12\xc4\xeb\xab\x7e\xf6\xaf\xb5\xaf\xbe\x70\xda\xbc\ \xa6\x50\x30\xf6\xa2\x8b\x73\x9e\xf8\x3b\x0b\xb6\x03\x00\x21\xd2\ \xae\x9d\xdb\xfa\x0d\x18\x04\x00\x9c\x31\xa2\xa8\xaa\x2c\x81\xb0\ \xe3\xba\xcc\xb2\x38\xc1\x2c\xa2\x5b\x88\x28\x2e\x8d\x18\x11\x5d\ \x10\xc5\xa5\x2a\x48\xd0\x48\x44\x17\x58\xd6\x54\x15\x63\x60\x96\ \x11\xd1\x2d\x49\x75\x49\x60\xe9\x86\x85\x25\x4d\x95\x85\x61\x70\ \xd5\xa5\x11\x0c\x9c\x9a\x11\xdd\xc4\xb2\xa6\x20\x1a\x31\x2c\x44\ \x64\x4d\x53\x09\x06\xcb\xd0\x0d\x93\x02\x96\x5d\x9a\x6c\xea\x11\ \x2a\xb0\xa6\x69\xdc\x8a\x58\x54\x00\x02\x22\xab\x91\xb2\xf5\xff\ \x78\x6d\xed\x65\xdf\x7b\x70\x58\x86\x57\x70\x2b\x12\x31\xb0\xa4\ \x6a\x9a\x82\x81\x1b\xba\x6e\x51\x0e\x08\x64\xd5\x2d\x09\x33\x62\ \x58\x92\xea\x96\x31\xd3\x23\xa6\x40\x00\x88\x68\x9a\x2a\x11\x2c\ \x98\x15\x89\x18\x48\x56\x15\xcc\x23\xba\x05\x08\x00\x90\xa2\x6a\ \x8a\x4c\x04\xa3\xba\x6e\x60\x45\x53\x65\x02\x00\xcc\xd4\x75\x8b\ \x2b\x9a\x4b\x26\x48\x30\xaa\xeb\x3a\xe5\x20\x2b\x9a\xaa\x48\x08\ \x04\x07\x5e\xb9\xe9\xe3\x7f\x2f\xaa\xbe\xf3\x87\xf7\x66\xa8\x8e\ \xb1\xd0\x53\xb0\x6e\xed\xba\xf9\x0b\x16\xfa\xfd\xf1\x37\xdd\x74\ \x53\x6e\x6e\x8e\xe0\xe0\xf6\xb8\xf7\xee\xde\x19\x48\x4a\x8e\x8b\ \x8b\xb7\x1d\x0a\x49\x92\x76\xef\xd9\x5b\x50\x50\xa0\x28\x4a\x27\ \x1d\x9c\x3e\xfe\x07\xb2\xaa\xc9\x98\x45\x74\xaa\xb9\x34\x66\x44\ \x4c\x06\xaa\xe6\x42\xcc\xa4\x48\x72\xa9\x0a\x00\xef\xe8\xb7\x92\ \xaa\x69\x32\x41\x82\xd3\x48\x58\x07\x59\x55\x89\xd0\x75\x53\x92\ \x65\x8b\x72\x97\x4b\x93\x30\x98\x46\xc4\x30\xf9\xe9\x17\x1f\x91\ \x7d\xab\x69\xda\xbe\x7d\xfb\xe3\x62\xbd\x7e\xbf\xff\x04\x27\x08\ \x63\x90\x24\xed\xe1\x9f\xca\xaf\xbd\x16\x9e\x3f\x8f\x4d\x9c\x08\ \x91\x08\x9c\xa4\xcb\x22\xdc\x6e\x79\xc1\x02\xd7\x0d\x37\x9a\xf7\ \xdf\x6f\xfc\xf9\x29\xe0\xbc\xdb\x05\x4b\xac\xa8\xed\x9b\xd7\x87\ \xb6\x6f\x45\xa7\xb5\x17\x4c\x2d\xb7\x57\xdc\x94\xe9\xdc\x34\x01\ \x80\x48\xd2\xce\x6d\x5b\x0a\xfa\xf6\x57\x64\x99\x31\xc6\x05\x87\ \x8e\x84\xe8\x8e\x95\x9e\x6f\x26\x8f\x47\x00\x92\x09\xab\x38\x52\ \x26\x25\xa4\x05\xbc\xea\x37\x9b\x9a\x8d\x30\x6a\xaf\x29\x6b\x42\ \xb1\x39\x29\xf1\x8c\x52\x84\x9c\xdc\xa6\x6f\x3e\xb5\x09\x63\x2c\ \xc9\xd2\xb6\xad\xdb\x02\x49\x81\xec\xac\x6c\xd3\x32\x11\xc2\x2e\ \x97\x6b\xd7\x8e\xed\x69\xe9\xe9\x5d\x79\x61\xd7\xee\x3d\xbd\x7b\ \xf7\xf6\x78\x3c\x9d\x7e\xc4\xb9\xe8\x4e\x08\x21\x5d\xd7\x2b\x2a\ \x2a\xfa\xf6\xed\x6b\x9a\xe6\x17\x7f\x44\x27\x29\x00\x80\xcb\xe5\ \xda\xb9\x73\x67\x20\x31\xd1\xef\x8f\x3f\xce\x0b\x08\x81\xa6\x49\ \x73\xe7\xba\x6e\xbf\xc3\x7c\xf0\xfb\xc6\x13\x4f\x80\x69\x46\x77\ \x7c\x9c\xa0\xd7\x84\x10\x60\xac\xfe\xf6\x77\xca\x33\xcf\xe8\xcf\ \xfd\xcb\xbc\xe7\x1e\x14\x89\x74\x93\xe6\x24\x04\x56\x35\xa4\x7e\ \xe1\xbe\x29\xcb\xe2\x91\xb0\xbd\x16\x4a\x08\x39\x7a\xa4\xc4\x30\ \xcd\x82\xc2\x22\x49\x92\xa2\x6b\x3d\xd1\x0d\x27\xd1\xd5\xcb\x6f\ \xaa\xf8\xb5\x00\x24\xc9\x92\x60\x94\xf7\x80\x3c\x56\x44\x24\x02\ \x82\x3a\x7a\x76\x3d\x23\xb2\x60\xf7\x4a\x84\x40\x96\x15\x2e\xb8\ \x2d\x5f\x28\x84\xa8\xaf\xad\x2d\xaf\x28\xeb\xd7\x6f\x80\x24\x49\ \xf6\xc8\x24\x84\x54\x54\x54\xb4\x07\x43\x45\x45\x45\xdd\x6f\x40\ \xf8\x9a\x40\x08\xa9\xab\xab\x9b\x32\x65\xca\x93\x4f\x3e\x79\xd9\ \x65\x97\x59\x67\xbc\x6e\x58\x5f\x5f\x5f\x5a\x5a\x5a\x54\x58\x70\ \x7c\xdf\x94\x10\x10\x13\x83\x77\xed\x72\x5f\x7d\x0d\x4f\x4b\x8b\ \xcc\x7c\x57\x24\x27\x77\x46\x0f\x4e\xd1\x7d\x95\x65\x08\x87\x5d\ \x77\xde\x25\x2d\xfd\x3c\xf2\xfe\x4c\x7a\xd5\x55\xd0\xde\xfe\x9f\ \x0f\x5a\x21\xc4\xe1\x83\x07\x4c\x53\x57\x55\x97\x6d\x69\x9f\x79\ \x72\x98\x03\x07\xdf\xe8\x92\x84\xe8\xbc\x83\x00\x51\x4a\x0d\xd3\ \xe8\xd5\xab\x4f\x5c\x7c\x3c\xeb\xc2\xe0\x08\xa1\xe2\x92\x92\x70\ \x28\xac\xb9\x5c\xe7\xce\xd6\xc3\x18\xd7\xd6\xd6\xfe\xec\x67\x3f\ \xcb\xc9\xc9\xb9\xfe\xfa\xeb\x87\x0f\x1f\xae\x9f\x81\xa8\x1a\xa5\ \xcc\x34\xf5\x9c\xec\xec\xf8\xae\x6d\x76\xb9\x50\x45\x85\xeb\x9a\ \x6b\x71\x4d\x4d\x78\xde\x3c\x3e\x64\xb0\xed\x41\x9c\x86\x17\x00\ \x40\x55\x51\x6d\xad\xeb\xf6\x3b\xf0\xae\x5d\xfa\x6b\xaf\xd1\x2b\ \x2e\x87\x48\xe4\x3f\xcc\x80\xb4\xaf\x54\x6b\x4b\x8b\x69\x1a\xdf\ \x94\xd7\xe0\xc0\xc1\xd7\x31\x32\x91\x2f\x36\x56\x55\x35\x76\xa2\ \x59\x87\x10\x42\x08\xb5\xb6\xb6\x1a\xc6\x39\xec\xe1\x84\xe0\xa3\ \x47\x8f\xbe\xf3\xee\xcc\x07\x1f\x7c\xf0\xfe\xfb\xef\xff\x9f\x9f\ \xfd\x74\xfc\xf8\x09\xba\xae\xdb\x19\x83\xa7\x9b\x94\x11\xc2\x3e\ \x9f\x57\xd3\xba\xb4\xd9\xed\x46\x47\x8f\xba\xee\xbe\x07\xef\xdd\ \x17\x99\xf9\x0e\x9b\x3a\x15\x42\x27\xec\xb6\xe8\xae\xde\x94\x61\ \x88\x94\x94\xc8\x2b\x2f\xbb\xee\xba\xdb\x75\xcb\x2d\x91\x7f\x3d\ \x4b\x6f\xb9\x05\x38\xff\x4f\x92\x9d\x6c\xd3\x25\xce\xef\x77\x28\ \xc1\xc1\xb7\x1d\xf6\x62\xe4\xa9\x3d\x5c\x08\x11\x1b\x1b\x7b\x4e\ \x03\x43\x84\x90\x50\x28\x14\x0e\x87\x07\x0d\x1a\xf4\xf4\xd3\x4f\ \x3f\xf6\xd8\x63\x19\x99\x99\xa3\x46\x8c\x30\xbe\x2c\xd6\x70\xbc\ \xcd\x18\x83\xaa\xe2\x1d\x3b\x5c\x77\xdd\x8d\xaa\xab\x23\x6f\xbe\ \xd1\x55\xee\xf5\x0b\x79\x01\x00\x74\x5d\x64\x66\x86\xdf\x7d\xdb\ \xf5\xfd\x1f\xb8\xbe\xf3\x5d\xa3\xa4\xc4\xfc\xe1\x0f\xa3\x65\x70\ \xff\x93\x0b\xea\x78\xce\x0e\xfe\xdb\x29\xe3\x3c\x7c\x84\xfd\x29\ \x13\x26\x4c\xf8\x9f\xff\xf9\x9f\x47\x7f\xfb\xdb\xff\xfb\xc3\x1f\ \x06\x0f\x1e\x7c\x26\x0e\x05\x48\x12\x10\x22\xcd\x99\xab\xfd\xec\ \x67\x80\x50\x64\xd6\xfb\xec\x82\x0b\xa0\xbb\x18\xe2\xe9\xb7\x15\ \x1b\x06\xa4\xa4\x46\x5e\x7f\xcd\xbc\xf7\x3e\xf5\x4f\x4f\xb8\xee\ \xb9\x07\x1f\x3e\x0c\x6e\x17\x48\xc4\xf9\xf9\x1d\x38\xf8\xc6\xd9\ \x47\x08\x31\x6d\xda\xb4\x1f\xfd\xf0\x47\xbf\xf9\xcd\xa3\x7b\xf6\ \xec\x55\x55\xf5\x8b\x3d\x79\x70\xbb\x51\x28\xa4\x3c\xfe\xb8\x76\ \xf7\xdd\x3c\x33\x23\xfc\xd1\x87\x6c\xf2\xe4\xd3\x15\xbc\xff\x42\ \xb9\x81\x48\x04\x62\x62\x8c\x27\x9f\xd0\xff\xfe\x77\xb2\x6e\x83\ \xfb\xb2\xcb\xe4\xb7\xde\x01\x2e\x40\x51\x9c\xdf\xc6\x81\x83\x6f\ \x0a\x82\x73\x4a\x29\xa5\x14\x00\xae\xb8\xe2\x8a\x9f\xfd\xfc\xe7\ \x4f\x3f\xfd\xf4\xd1\xa3\x47\x94\xd3\x2d\x85\x48\x12\xa8\x2a\xd9\ \xb0\x41\xbb\xed\x76\xf5\xa9\x3f\xd3\xdb\x6f\x8f\xcc\x9c\xc9\x07\ \x0e\x84\x60\xf0\x74\x4b\x0a\xf8\x4b\x38\xc6\x34\x41\x22\xd6\xf7\ \xbe\x1b\xfe\xf8\x23\x9e\x9e\xa1\xdd\x7b\xaf\xf6\x9d\xef\xe2\x03\ \x87\x20\x26\x06\xce\xe5\x7a\x8c\x03\x07\x0e\x4e\x33\x28\x11\x17\ \xc2\xb2\x2c\x59\x96\x4d\xd3\xfc\xd3\x9f\xfe\xb4\x7a\xd5\xaa\x4d\ \x9b\x37\xdf\x7b\xff\x77\xaa\x6b\x6b\x4f\x16\x16\x22\x04\xdc\x6e\ \xd4\xde\x2e\xff\xe5\x2f\xae\xab\xae\xc6\xfb\xf6\xe9\xcf\x3e\xab\ \xff\xed\xaf\x22\x25\xa5\xeb\xea\x43\x37\x4c\xf2\xe5\x0d\x61\x0c\ \x22\x11\x3e\x66\x54\x64\xf6\x07\xf2\x0b\x2f\xa8\xcf\x3c\x23\xad\ \x58\x61\x3c\xfc\x13\x7a\xf3\xcd\x3c\x29\x09\x19\x06\x38\xa2\x63\ \x0e\x1c\x9c\x67\x93\x41\x88\x57\x5f\x7d\x75\xdc\xb8\x71\xfb\xf7\ \xed\x6b\x68\x68\x78\xe8\x47\x3f\x22\x04\x87\x43\x21\x91\x90\x70\ \xfc\x24\x55\x05\xcb\x92\x16\x2c\x50\x9e\x7a\x8a\x6c\xdd\x46\xaf\ \xbc\xc2\x78\xe4\x11\xde\x7f\x00\x18\x3a\x98\x5f\xa2\x16\xd5\xb1\ \x3f\xe2\x4b\x41\x29\x78\x3c\x74\xe2\x44\x36\x69\x12\x3e\x7c\x58\ \x79\xee\x79\x69\xd5\x2a\x11\x17\xc7\xf3\xf2\x84\xdb\x8d\x38\x07\ \xa7\xd4\xac\x03\x07\xe7\x18\x18\xe3\xd6\xd6\xd6\xe5\x2b\x56\xd4\ \xd4\xd4\x3c\xfa\xe8\xa3\x29\x29\x29\xd7\x5c\x7b\xed\xae\x5d\xbb\ \x7e\xfa\xf0\x4f\x46\x8c\x18\x11\x13\x13\x13\x35\xf3\x35\x0d\x14\ \x05\x6f\xd9\xa2\x3d\xf2\x88\xfa\xfb\x3f\x80\xdb\xa3\x3f\xf1\x27\ \xf3\x97\xbf\x14\x69\x69\x60\xe8\x67\x32\x54\xbf\x8a\x9c\xa1\x65\ \x21\xc3\x60\xa3\x46\x45\xde\x7e\x5b\x7f\xed\x55\x30\x2d\xd7\xad\ \xb7\xb9\x6e\xbc\x51\x5a\xb4\x18\x38\x07\x8f\x07\x9c\xd4\x5d\x07\ \x0e\xce\x31\x5c\x2e\xd7\xf2\xe5\xcb\x56\xac\x58\xfe\xe6\x1b\x6f\ \xac\x5e\xbd\x3a\x27\x27\xc7\xe3\x71\xaf\x5a\xbd\xda\xde\x4c\x0d\ \xaa\x0a\xaa\x82\xf7\xed\x53\x7f\xfc\x63\xcf\xc5\xd3\xc8\xd2\xcf\ \x8d\x9f\xfd\x2c\x3c\x7f\x3e\xbd\xed\x36\x20\xe4\x74\x51\xc6\xb3\ \xf2\x23\x4e\x34\x5f\x20\x12\x01\x55\xb5\x6e\xbf\x9d\x4e\x99\x22\ \xbf\x3b\x53\x79\xe1\x05\xf7\x95\x57\xd2\xe9\xd3\xac\xef\x7f\x9f\ \x4e\x9c\x08\x6e\x37\x58\xd6\xd7\x2e\xeb\xe2\xc0\x81\x03\xe8\xd8\ \xb2\x71\xf5\x55\x57\xdf\x75\xd7\x5d\xa3\xc7\x8c\xae\xaa\xae\xfa\ \xd1\x43\x0f\xb5\xb5\xb4\x34\x34\xb7\x70\x55\x15\x42\xe0\x5d\xbb\ \xe4\x57\x5f\x93\x67\xce\x44\xa1\x90\x75\xdb\x6d\xe6\x83\x0f\xb2\ \x7e\x7d\x11\xe7\xa7\x66\x28\x7c\x49\x14\xa3\x9b\x7c\xc7\x33\x84\ \xa2\x80\x24\xa1\x63\xc7\xe4\x77\xdf\x55\x5e\x7c\x09\x55\x56\xd2\ \xa9\x53\xad\xbb\xef\x66\x93\x26\xf2\x84\x04\x64\x59\xe0\x94\x9c\ \x73\xe0\xe0\xeb\x06\x63\x4c\xd7\x75\xb7\xdb\x2d\x11\x62\x98\xe6\ \x9b\x6f\xbf\x63\x62\x7c\xcd\xc5\x17\xa7\xd7\xd5\x4a\x6f\xbd\x2d\ \xcd\x9c\x09\x42\xd0\x6b\xaf\x35\xbf\xfb\x5d\x3e\x6c\x28\x20\x74\ \x76\x39\x47\xff\x01\x2f\xd8\x9e\x8c\x44\x84\xaa\xe1\xa3\x47\xe5\ \x59\xb3\xe4\x37\xde\xc4\x07\x0f\xf2\xa1\x43\xcd\x5b\x6f\xa5\x57\ \x5e\x21\x72\x72\x40\x08\x70\x08\xc2\x81\x83\xaf\x3b\xca\x20\x10\ \xe2\x92\x84\x65\x99\xb4\xb6\xc2\xe7\xcb\x94\xb7\xde\x24\x9f\x2f\ \x13\x92\x44\xaf\xbf\xce\xbc\xf7\x5e\x3e\x78\x30\x60\x0c\xa6\x79\ \xd6\x6b\x02\xff\x19\x2f\x74\x42\x55\x81\x10\x54\x55\x2d\x2d\x5c\ \x28\xbf\xf9\x16\xd9\xb1\x5d\xf8\xfd\x74\xc6\xb5\xd6\xf5\xd7\xb3\ \x7e\xfd\x44\x6c\x2c\x32\x0c\x5b\xef\xc1\xf9\x51\x1d\x38\xf8\x0f\ \x59\x01\x34\x0d\x2c\x0b\x1f\x39\x22\x7d\xfa\xa9\xfc\xde\xfb\x78\ \xe7\x4e\x91\x99\x69\xde\x78\x23\xbd\xf1\x06\x5e\x54\x04\x18\x9f\ \x79\x1c\xe1\x1c\xf3\x82\x6d\x3b\x10\x22\x54\x15\x37\x35\x91\x0d\ \x1b\xa4\x77\xde\x91\x16\x2c\x04\x21\xd8\x88\x11\xf4\xa6\x1b\xe9\ \x85\x17\x8a\xec\x6c\x90\x08\x58\x14\x2c\xcb\x21\x08\x07\x0e\xbe\ \x1a\x24\x49\xc8\x32\x02\x40\xcd\xcd\x64\xed\x3a\x69\xf6\x1c\xe9\ \xf3\xa5\xa8\xb6\x96\x5e\x30\x81\xde\x78\x13\x9d\x3e\x8d\x67\x66\ \x22\xc6\xbe\xae\xc1\x75\x5a\x5e\x40\x08\x21\x04\xa2\x43\x12\xce\ \x7e\xd8\xad\x48\x01\x42\x18\x63\xc4\x3b\xd5\x8b\x25\x09\x14\x05\ \xa8\x85\x0f\x1c\x94\xe6\xcd\x93\x67\xcf\x41\x87\x0e\x42\xbc\x9f\ \x5d\x7a\x69\xe4\xb2\xcb\xc5\xf0\xa1\x28\x2d\x0d\x84\x00\xc3\x88\ \xea\x71\x23\x44\x30\xe6\x9c\x39\x5c\xe1\xc0\xc1\xc9\x73\x2d\x00\ \xc8\xb2\x50\x55\xd4\xd8\x88\x0f\x17\xcb\xf3\x3e\x96\x16\x7e\x82\ \xf7\xed\x13\xc9\x49\xd6\xe5\x97\xd3\x6b\xae\x61\x63\xc6\x80\xdb\ \x0d\x8c\x7d\x69\x4a\xc2\xd7\xc3\x0b\x9c\x53\xc6\x91\xa2\xca\x82\ \x31\x40\x04\x73\xcb\x60\x10\x2d\x92\x74\xd2\x99\x66\xa4\x25\x18\ \xf1\xc4\x26\x68\x52\x97\x3d\x5d\x18\xdb\x0c\x87\xeb\xea\xc8\xa6\ \x4d\x64\xee\x6c\x98\xf3\x3e\x0e\x51\x94\x97\xc7\x2e\xb9\x84\x4d\ \x9f\xc6\x46\x8c\x10\x3e\x1f\x10\xc2\x43\xad\x2d\x8d\x2d\xae\xd8\ \x04\xb7\x8c\x1c\x6a\x70\xe0\x20\x3a\xb9\xca\xb2\x00\x40\xa6\x89\ \xf7\xee\x95\x56\xac\x90\xe6\x7e\x88\xf7\xee\x45\x86\x41\x2f\xba\ \x90\x5e\x75\x15\x9b\x3c\x99\xe7\xe6\x02\x40\x54\x61\xe9\xeb\x1e\ \x39\xdd\xf1\x02\x22\x2e\xd4\x3e\xe7\xa5\xc7\xdf\x58\x0f\x0f\x3c\ \xf2\xe8\xf4\xc2\x58\x10\xed\x73\xff\xfe\xf8\x5b\x5b\x95\x5f\xfe\ \xfe\xe7\xc3\xb3\xbd\x1c\x24\x4d\x91\x11\x70\xcb\xa2\x18\x85\x3f\ \x7e\xf6\xcf\x73\x0e\x49\xbf\xf9\xeb\x1f\x8a\xb4\x70\x30\xc4\x54\ \xb7\x4b\xc2\x48\x70\x66\x1a\x86\xc5\x38\x52\x35\x55\x55\x65\x08\ \x7f\xfa\xbb\xbb\x77\x2d\xc3\x3f\x8c\xd3\xdd\xdb\xb7\x42\x4b\x33\ \xe4\xe5\xb1\xc9\x93\xe0\xca\x69\xab\x77\xaf\x7b\x66\x73\xdb\xc3\ \x7f\xff\xdb\x05\x71\x66\xb0\xdd\x54\x34\x55\x26\x58\x08\x6e\x19\ \xba\x49\x9d\x4c\x4a\x07\xff\x3f\x59\x07\x08\x81\x2c\x0b\x45\x41\ \x0d\x8d\xf8\xe8\x11\xe9\xf3\xcf\xc9\x92\xa5\x64\xed\x5a\x50\x14\ \x5e\x58\x48\xaf\xbe\x8a\x5e\x7c\x31\xef\xdb\x57\xa8\x0a\x62\xbc\ \x53\x73\xed\x9c\xf0\x52\xb7\x1e\x04\x33\xf4\x96\xca\xba\xa6\x8a\ \xa6\x4f\x17\xaf\x1c\x3f\xe0\x26\xb6\x6b\xf1\xa2\x75\xfb\x5a\xdb\ \x53\x1a\xda\x23\x8a\xea\x3f\xba\x65\xd9\x9c\x4f\x56\xb5\x40\xc2\ \xc4\x2b\x66\x5c\x3c\xc4\xcf\x18\x6b\x3e\x76\xf0\xd9\xdf\x3e\xd2\ \x77\xe0\xa4\x9b\x2e\xcf\x9d\xf3\xcf\xf7\x0f\xd4\x06\xdd\x81\x3e\ \xd3\xaf\xb8\x74\x40\x76\x82\xd1\x70\x78\xd6\x47\x0b\x0e\x56\xb5\ \xd7\x55\x84\x2b\x87\x5c\x79\xfb\x53\xb7\xed\x7a\xee\xff\xd6\xbf\ \x32\xa7\xff\xd1\xf2\x91\xbb\xfe\x15\xfb\xfc\xf3\xc3\xdc\xda\xf7\ \x62\x53\xaa\x7e\x1a\x7e\x6b\xd8\x45\xd3\x6e\x1f\xb7\xe8\xbd\x8f\ \xb7\x94\xd4\xa9\x9e\xe4\x8b\xa6\x5d\x32\xac\x77\xa2\x70\x8a\xab\ \x38\xf8\xef\x06\x21\x20\xcb\x82\x10\x64\x99\xd0\xd6\x4e\xb6\x6e\ \x93\xd6\xae\x25\x9f\x7e\x8a\x8b\x8b\x51\x28\xc4\x46\x8e\x34\x7f\ \xf9\x0b\x3a\xf5\x62\x5e\x54\x28\xe2\xe3\x91\x69\x02\xa5\x28\x1c\ \x39\xe7\xf6\x4a\x77\xbc\x05\xd4\x32\x82\x2d\x46\x42\x76\x72\xd9\ \xa6\x35\xbb\x0e\x8d\x6a\x5b\xb5\xa2\x5e\x4e\x8f\x57\x22\x4d\x96\ \x68\xde\xb7\xec\x2f\xcf\xbc\x84\x72\x87\xa7\x98\xc5\xff\x7a\xe2\ \xef\x71\x4f\xff\x4c\x51\x64\x44\xb0\xac\xaa\x9a\x2a\x63\x4c\x00\ \x2b\x31\x1e\xf9\xe8\xa6\xd9\x7f\x6d\x50\xfe\xf5\xc8\xc5\xf3\x5f\ \xfe\xe7\xfb\x9b\x9b\xfb\x0d\xec\x45\x0d\xae\x5a\x3a\xe2\x80\x0b\ \x8a\x8c\xfb\xee\x5b\x5b\x57\xfc\xf6\xd6\x96\x87\xc6\x0f\xcb\x5b\ \x35\x7b\xd8\xea\x9d\x9e\x57\x5f\x6c\x7a\xf5\xad\xb8\xc5\xe3\xd5\ \xfa\x46\x2d\x25\xb3\x1a\x82\x7f\xa8\xa0\x7f\x7f\xfc\x81\x1c\x97\ \x45\x4d\x7a\x2e\x2c\x25\x07\x0e\xbe\x49\xbb\xc0\x36\x0d\x24\x09\ \xb5\xb7\xe3\x23\x47\xf0\xce\x9d\xd2\xb2\x65\x64\xdd\x3a\x7c\xb8\ \x58\xc4\xc7\x8b\xa2\x42\xf3\x97\xbf\x60\x13\x27\xb2\x7e\xfd\xc1\ \xa5\x09\x8c\x91\x61\xa0\x60\xf0\xfc\xf9\x31\xdd\xda\x0b\xd4\x8a\ \x34\xb7\x5b\x79\x13\x2e\x4b\x3d\xb0\xf0\xcd\xd7\xde\x54\xca\x9b\ \x2e\xbc\x6a\xda\xa1\x0f\xde\x6f\x33\x83\x3b\x37\x6d\x2b\x6d\x30\ \xfb\x17\x29\x12\x52\x69\xf3\xa1\x1d\x15\x4d\x49\x94\x6a\x49\x79\ \xdf\x7d\xe4\xb7\x45\x2e\xb3\xa5\xf2\x80\xea\x92\x50\xbb\xe2\xf6\ \x68\xb5\xb5\xb5\x75\x47\xf7\x6f\xdd\x5f\x5a\x30\xe5\xe7\x7f\xfe\ \xf1\xb8\x0f\xfe\x78\xcf\x1b\xa5\x02\xcc\xb0\x00\x0e\xe1\x08\xe7\ \x50\xcd\xe8\xe1\x6b\xaf\x6d\x2d\xc4\x6f\xc8\xbd\x7e\x7c\xeb\x8d\ \x83\xb7\x2c\x65\x4b\x96\x5c\x71\xe8\xf0\x15\xf1\xe5\x61\x85\x7f\ \xba\xb3\x55\x2d\x70\xc3\xd4\xf1\x90\x9c\x02\x9a\x26\x24\x09\xd9\ \x99\x94\xce\x36\x2d\x07\xdf\x52\x3a\x90\x65\x21\xcb\x20\x04\x32\ \x0c\x68\x69\x21\xdb\xb7\x4b\x1b\x37\x91\x15\x2b\xf0\xe1\xc3\xa8\ \xae\x4e\x64\x64\xd0\xb1\xe3\xcc\x87\x7f\xca\x46\x8e\xe0\xb9\xb9\ \xc2\xe7\x43\x86\x01\x94\x82\x61\x9c\xff\xc0\x5b\xf7\x79\xd0\x94\ \xea\x2d\x21\x16\xc8\xce\xbf\x28\xbd\x69\xf9\x93\x6f\xbb\xc7\xdc\ \xf1\xe0\xd0\x82\x8a\x0f\xf5\xf6\xa0\xc1\x39\xe7\x1c\x7b\x03\x19\ \x23\x7a\x0d\x18\x3a\x16\xb2\x73\xfc\x7b\x56\x33\xcb\xb4\x74\x13\ \xc0\x23\x36\x7d\xf8\xd6\xab\x4b\x2a\x6e\x7d\xf0\xc1\x0c\xe5\x58\ \xc9\x5e\x0e\x08\x21\x04\x96\x19\x01\x10\x18\x03\x51\x94\xf6\x83\ \x6b\xff\xfd\xfc\x6b\xde\x89\x0f\x5c\x73\x41\x60\xef\xe6\x45\x10\ \x8e\x80\x6e\x56\x69\xae\x86\x4b\xaf\x84\x5b\xaf\xdc\xf2\xf6\x93\ \xb3\x5e\x5a\x7a\xeb\xe8\x49\x83\x37\xcd\x1a\xbf\xf1\x40\xe0\x47\ \xdf\x43\x9a\xca\x47\x8c\x60\x43\x87\xd2\x89\x13\x45\xaf\x5c\x9e\ \x95\x65\xd7\xbf\x01\x4a\xa3\x09\x11\x8e\x1d\xe1\xa0\x27\xdb\x05\ \x18\x83\x44\x84\x24\x23\x4a\x51\x79\x39\x29\x2f\xc7\x1b\x36\x4a\ \x1b\xd6\x93\x2d\x5b\x51\x65\xa5\x48\x4a\xe2\xb9\x39\xe6\x9d\x77\ \xb2\xb1\x63\xf9\xf0\x61\xc2\xef\x17\xb2\x8c\x84\x00\xd3\x44\xed\ \xed\xdf\x60\xdb\xbb\xb3\x17\x00\x59\x66\xb0\xae\x29\xe2\xa7\x52\ \xff\xb1\x93\x2e\xbc\xb0\x3c\xe9\x82\x49\x99\x71\x26\x8d\xb4\x57\ \xd7\x58\x03\x47\x0d\xcb\xfe\x6c\xf3\xfe\xcd\xeb\x58\xa5\xcb\x70\ \xf7\xff\xfe\xb8\x09\x7d\x7a\xa5\xa2\x65\x9f\x3d\xf3\xc8\xc3\x43\ \x47\x8d\xeb\x1d\x13\xe7\x62\x07\x0f\x6d\xdf\xc4\xcb\xea\x2d\x23\ \x4b\x4d\x2b\x9c\x30\xac\xe0\xb5\xe5\xaf\xfc\xa8\x7e\x65\x4b\x71\ \x2d\x4e\x07\xac\x68\x2e\x17\x69\x38\xb6\x7b\x8b\xd1\xde\x62\x98\ \x16\x97\xb3\x32\xd3\xfc\x91\xcf\x5e\xf9\xc5\x43\x5b\x06\x8f\x1c\ \x9a\xec\x3d\xe2\x55\x5e\x89\x8f\x4b\x1c\x5a\xb4\x5b\x1e\xf1\xfb\ \xbb\xae\x2c\xdc\xbf\x51\x6c\xd8\x24\xbf\xf8\xa2\xf2\xec\xb3\xc2\ \xef\x17\x59\x59\x74\xfc\x78\x36\x78\x30\x1b\x3a\x44\xa4\xa5\x81\ \xa6\x09\x55\x05\xce\xa3\x4c\xe1\x98\x12\x0e\xbe\x71\x2e\x38\x1e\ \x2f\xb0\xc0\x30\x50\x53\x13\xde\xb9\x8b\xec\xdc\x41\xd6\xae\x23\ \xfb\xf6\xa1\xe6\x66\x08\x85\xd8\xe0\xc1\xd6\x65\x97\xb2\x09\x13\ \xf8\x80\x01\x3c\x23\x43\xc4\xc7\x23\x4a\xed\xcc\x60\xd4\x33\xf6\ \x16\x75\xb3\x1e\x81\x89\x14\x6e\xd8\x3f\xf3\xcd\xcf\xb2\xa6\xcd\ \x98\x36\x30\x8b\x59\x16\x26\x32\x6b\x2d\x9f\x3f\xf3\xbd\x50\xfe\ \x95\x77\x4c\x2b\xac\xdc\xb5\x7a\xe1\x92\x75\xb5\x41\xcb\x97\x39\ \xe4\x86\x19\x17\xa7\x4a\x4d\x4b\x17\x2c\xd8\xb0\xb7\x22\xa9\xef\ \x84\xeb\xa6\xf7\xdb\xfa\xc9\xbc\x6d\x47\xea\x91\xea\x4e\xef\x33\ \xe2\xb2\xe9\x63\xbd\x56\xed\x8a\x4f\x17\x6e\x3e\x54\x83\x35\x5f\ \xaf\x81\x13\x2e\xbf\xb0\xa8\x74\xe3\xd2\xcf\xd6\xec\x0c\x0b\x39\ \xc6\x9f\x39\xf9\xd2\x4b\xfa\x27\xc3\xda\x45\x0b\x56\x6e\x2d\xf6\ \x64\x0f\xbb\xe9\xda\xb1\x87\x97\x2f\x58\xbb\xa7\x42\xa8\xae\xb8\ \x9c\x21\x57\x5c\x75\x61\x92\x06\xdc\xb4\x50\x75\x0d\xd9\xba\x05\ \xef\xd8\x29\xad\x5a\x85\xca\xca\x71\x75\x15\x10\xc2\x06\xf4\xe7\ \xfd\xfa\xb3\x11\x23\x78\xbf\xbe\x3c\x3d\x43\x64\xa4\x09\xcd\x85\ \x6c\x3b\xa2\xd3\x94\x70\xac\x09\x07\xe7\x21\x52\x80\x31\x10\x22\ \x24\x09\x71\x0e\xb5\xb5\xb8\xa2\x12\x17\x17\x93\x4d\x9b\xf0\xee\ \xdd\x64\xf7\x2e\xd4\xd0\x28\x92\x93\x44\x72\x0a\x1b\x35\x8a\x8d\ \x1c\xc1\x86\x0c\xe1\xf9\xf9\xb6\x4f\x11\xcd\x44\xea\x79\xba\xa7\ \xdd\xe7\x2f\x20\x2c\xb9\xdd\x1a\x33\x22\xba\xc5\x10\x42\x42\x08\ \x40\xc4\xe5\x76\x21\xaa\x87\x75\x4a\x14\x55\x55\x64\x8c\x40\x30\ \x2b\xa2\x1b\x1c\xb0\xaa\x69\xb2\x84\xb9\x65\xea\x06\x95\x35\x4d\ \x26\x18\x20\x5a\x1b\x4e\x20\xa2\x6a\xaa\x4c\x30\x80\x60\x96\x19\ \x31\x2c\x29\x5a\x79\x0d\x84\x60\x46\x44\xa7\x1c\x14\xcd\xa5\x48\ \x58\x30\x2b\xa2\x5b\x92\xaa\x29\x12\x06\xe8\x78\x73\x11\xad\x76\ \x13\x5d\xbf\x69\x6d\x43\x35\x35\xf8\xd8\x31\xb2\x79\x33\xd9\xbe\ \x9d\xec\xd8\x81\x8e\x1d\x13\x31\x31\xc2\xeb\x15\x39\x39\x6c\xf8\ \x70\xd6\xb7\x2f\x1f\x34\x90\x67\x65\x81\xcb\x05\x9a\x26\x64\x19\ \x18\x73\xac\x09\x07\x5f\x27\x17\x48\x12\x48\x92\x20\x04\x04\x47\ \x11\x1d\x74\x1d\xd5\x37\x90\xbd\x7b\xf0\x9e\xbd\x64\xc7\x0e\xbc\ \x67\x0f\x6a\x6b\x43\x2d\x2d\x22\xd6\xc7\x87\x0e\x65\x03\x06\xb2\ \x51\xa3\x78\x41\xbe\x48\x4e\xe1\x81\x44\x10\x1c\x99\x1d\x3b\x86\ \x7a\xf0\xa4\xf5\xf5\xe5\x41\x9f\x1f\x10\xd2\xf1\x93\x08\x44\x29\ \x0a\x87\xd1\xa1\x43\x64\xff\x7e\xbc\x63\x27\xd9\xb6\x0d\x57\x56\ \xa2\x9a\x1a\xd0\x75\x9e\x9b\xcb\x0b\xf2\x79\x41\x01\x1b\x3c\x44\ \x64\x67\x89\xf4\x74\x9e\x9a\x2a\x62\x62\x80\x31\x64\x17\xd7\xb3\ \x85\x64\x1c\x39\x19\x07\x67\x68\x0e\x60\x2c\x08\x06\x42\x90\x45\ \x51\x4d\x0d\xaa\xaa\xc2\x15\x15\x78\xcf\x1e\xbc\x67\x2f\x3e\x7c\ \x18\x1f\x3c\x88\x0c\x43\xa4\xa5\x89\xa4\x24\xd6\xbf\x3f\x1f\x3a\ \x84\xf5\xed\xcb\xfb\xf6\x15\x09\x09\x76\x77\x45\x8c\x81\x3d\x39\ \x7d\x5b\xbe\xfa\xb7\x8c\x17\x4e\xfd\xd9\x24\x49\xc8\x32\x20\x84\ \xda\xda\x50\x7d\x3d\xaa\xab\x23\xbb\x77\x93\x3d\x7b\xf0\xde\x7d\ \x78\xcf\x1e\xd4\xde\x2e\x3c\x1e\x70\xb9\x44\x52\x12\x1b\x38\x90\ \xe7\xe7\xf1\xfc\x02\x5e\x58\x20\x12\x13\x85\xaa\x82\xcb\x25\x54\ \xd5\xa6\x98\xa8\xf7\xe1\xd8\x14\x4e\x74\x40\x22\x82\x48\x80\x31\ \xa2\x16\xd8\xe6\x40\x7b\x3b\x2e\x2e\xc1\x07\x0f\x90\xc3\x87\xf1\ \xee\xdd\xe8\xd8\x31\x14\x8e\xa0\x50\x08\x00\x58\x41\x01\xef\xd7\ \x8f\xf7\xeb\xc7\x06\x0f\x12\x19\x19\x22\x31\x91\x27\x24\x00\xc6\ \x51\x9d\x01\xbb\x3b\x7d\x0b\xe7\x9e\x6f\x33\x2f\x9c\xc6\x94\x40\ \x00\xf6\x20\x47\x2d\x2d\xf8\xf0\x61\x5c\x5c\x8c\x0e\x1e\x22\xbb\ \x76\xe2\xca\x2a\x54\x5f\x8f\x6a\x6b\x01\x13\x9e\x9b\xc3\x73\x72\ \x45\x4e\x36\x2f\x2c\xe4\xbd\x7b\x89\xe4\x64\x9e\x9c\x2c\x52\x52\ \x84\xc7\x13\xb5\x29\x6c\x6b\xc2\xbe\xe3\x84\x2a\xfe\x2b\xad\x80\ \xae\xb6\x00\x42\x40\x08\xa2\x14\xd5\xd6\xa2\x9a\x5a\x5c\x57\x8b\ \xca\xcb\xf1\xfe\x03\xf8\xe8\x11\x54\x7a\x0c\x97\x94\xa0\x50\x48\ \xc4\xc5\x8a\xa4\x64\x11\x08\xb0\xfe\xfd\x78\xdf\xbe\xbc\x4f\x1f\ \x9e\x97\x27\x52\x53\xed\xa2\x0c\x02\xe3\xa8\x51\xf0\x5f\xb1\x6f\ \xf8\xbf\x88\x17\x4e\x67\x4d\x48\x12\x48\x12\x0a\x87\x51\x53\x13\ \x6a\x6e\x46\xb5\xb5\xf8\xc0\x01\x7c\xe8\x10\x3e\x5c\x8c\x0f\x1d\ \xc2\xd5\xd5\x42\x96\x41\xd3\x40\x91\x45\x5c\x3c\x2b\x2a\x14\x39\ \xb9\x3c\x27\x87\xe7\xe6\xf0\xdc\x5c\xf0\xf9\x84\xa2\x80\xa6\x0a\ \x55\x03\x59\x06\xce\x91\x6d\x53\x74\x86\x36\x1d\x7c\x2b\x26\x0c\ \x42\x80\x60\x81\x09\x10\x02\x9c\x21\xdd\x00\x5d\x47\x86\x01\xba\ \x8e\xcb\xcb\xf1\xd1\x52\x74\xf4\x28\x2e\x2d\xc5\x07\x0f\xa2\xaa\ \x2a\x64\x9a\x60\x18\x48\xd7\x85\xcf\xc7\xf3\xf3\x79\x5e\x1f\xde\ \xa7\x0f\x2f\x2a\xe2\x59\x59\x22\x2e\x5e\xf8\xe3\x85\xcf\x07\x00\ \xc8\x8e\x17\xda\x21\xc3\xff\xba\x9e\x70\xfe\x78\xe1\x9b\x2d\xdc\ \x2e\x30\x06\x42\xec\xb8\xf1\x71\x5b\xc0\x34\x71\x45\x25\x3e\x56\ \x8a\x8f\x1d\x43\xc7\xca\xc8\xbe\x7d\xa8\xb6\x16\x35\x36\xa2\xc6\ \x06\x68\x6e\x01\x8c\x79\x66\xa6\x48\x4d\x11\x69\x69\x3c\x2d\x4d\ \xf4\xee\xc3\x53\x53\x44\x42\xa2\x48\x4c\x14\x81\x04\x91\x90\x08\ \xaa\x7a\x3c\x42\x21\x04\xea\x0c\x58\x38\x26\xc6\x37\x35\xf9\x23\ \x24\x4e\x7a\xc8\x39\x6a\x6e\xc6\x0d\x0d\x50\xdf\x80\x9b\x1a\x51\ \x6d\x1d\x3e\x7a\x14\x95\x95\xa1\xea\x6a\x5c\x5d\x8d\x2b\x2a\x20\ \x14\x02\xb7\x5b\x24\x26\x8a\x84\x04\x91\x90\xc0\x0b\xf2\x79\x9f\ \x3e\x3c\x33\x53\x64\xe7\xf0\xac\x2c\xe1\xf3\x46\x9d\x0b\x84\xec\ \xf9\xc0\x8e\x4f\x89\xee\xfc\x4d\xd4\xb3\xf5\x4d\xc5\x57\xe9\x8d\ \xe7\x89\x17\x10\x42\xe1\x70\x28\xd8\x1e\x14\x3d\x64\xa8\xa0\x8e\ \x3f\x84\x80\x44\x80\x48\x20\x11\xd0\x0d\xd4\xd6\x8a\xda\xda\xa0\ \xbd\x1d\x37\x34\x2a\xc7\x8e\xa9\x95\x55\x4a\x75\x95\x5c\x59\xa5\ \x94\x57\xa0\x60\xbb\x9d\xb8\x0a\x84\x08\x89\xf0\xd8\x38\x2b\x3d\ \xcd\x4c\x4e\xa6\xc9\xc9\x56\x52\x80\x26\x25\x5b\xc9\x49\xdc\xeb\ \x03\x45\x01\x55\xb5\xe5\x37\x41\x51\x41\x92\x80\x73\xe0\x2c\xca\ \x44\xac\x4b\xd4\xd3\xc1\x99\xff\x58\x18\x77\x39\x6c\x7e\xc7\xc0\ \x05\x98\x06\x18\x26\x98\x06\x18\x06\x18\x26\x8a\x84\xa5\xba\x7a\ \xb9\xae\x4e\xae\xad\x95\xea\xea\xe4\xba\x5a\xa5\xb2\x9a\xd4\xd7\ \xdb\x0b\x52\xd1\x1c\x01\x49\xb6\x32\xd2\xcd\xb4\x34\x33\x2d\xcd\ \x4c\x4b\x35\xb3\xb2\x58\x6a\xaa\xf0\x79\x85\xd7\x27\x62\x7d\xe0\ \xf1\x80\x10\x40\x29\x50\x06\x8c\x76\x90\xfe\x09\xe3\x4b\x55\x54\ \x5f\x5c\x1c\xc6\xb8\x6b\x67\x46\x18\x45\xc2\x91\x60\x7b\x5b\xb7\ \x5a\x04\xdf\x38\x27\x28\x8a\x12\x1b\x1b\x8f\x09\x3e\xc3\x01\x78\ \x96\xbc\x80\xb0\x04\x58\x3a\x7d\xad\x7a\x04\x82\x09\x66\x75\x92\ \x42\x24\x1c\x6e\x6d\x6b\x49\x4b\xcb\xd4\x5c\xae\xae\x95\xc3\xa3\ \xad\xee\x21\x57\xaf\x4b\x4d\x8e\xae\xe5\x81\x11\x00\x50\x0a\xd5\ \xd5\x50\x59\x09\x55\x55\x50\x53\x83\xca\xcb\xe1\xe8\x51\xa8\xaf\ \x87\xe6\x66\xd1\xd4\x84\x9a\x9b\x45\x5b\x1b\x00\x40\x6c\x2c\x04\ \x02\x90\x98\x08\x81\x00\x24\x24\x40\x52\x12\x64\x64\x80\xdf\x2f\ \xe2\xe2\x20\x3e\x1e\x62\x63\xa3\xb7\x1e\xcf\x59\x73\xfe\xb7\xd5\ \x6a\xb5\xe7\xd2\xb3\x9e\x51\x4d\x13\x5a\x5b\xa0\xa5\x15\x5a\x5a\ \xa0\xa5\x05\x9a\x9b\x51\x73\x33\x54\x57\x43\x4d\x0d\x34\x34\x44\ \x8f\xfa\x7a\xa8\xab\x03\x00\xa4\x69\x22\x3e\x1e\xf9\xfd\x60\x1f\ \x59\x59\x22\x3b\x1b\x52\x53\x21\x2d\x2d\x7a\xc4\xc4\x9c\xf6\x0a\ \x76\x18\x02\xa8\x4b\xcf\xec\xda\x51\x39\xe7\x75\xb5\xd5\xa6\x61\ \x24\x06\x92\xba\x8c\x31\x64\x18\x91\xe6\xe6\xa6\xd4\xb4\x0c\xb7\ \xdb\xf3\x4d\xf5\x70\xd4\x5d\xef\xb5\xdb\x5c\x5f\x57\xab\x47\xc2\ \x81\xa4\xe4\x73\xc9\x0b\x08\xf3\x70\x23\x0b\xb7\x20\x8c\x4f\xd3\ \x7b\x39\x56\x3c\xc4\x9b\x02\x82\x03\x00\xc6\xb8\xaa\xb2\x22\x35\ \x2d\x3d\xc6\xeb\xb3\xcb\xfe\xda\x16\x57\xd7\x3b\xdf\x0e\x7b\xf5\ \x24\x58\x16\x04\x83\x10\x0a\xa1\x70\x18\xda\xda\xa0\xa2\x02\xaa\ \xaa\x6c\xe2\x80\xea\x6a\x54\x5d\x0d\xd5\xd5\xa0\xeb\x51\xff\xb6\ \xd3\x91\xc1\x18\x5c\x2e\x48\x49\x81\x84\x04\x91\x90\x00\x89\x89\ \x76\xf7\x15\x7e\x3f\xc4\xc7\x47\x89\x43\x92\xec\x1d\xf8\xd1\x3b\ \xf6\xf1\x35\x9a\xa9\x5d\x2f\xf8\xe9\x2e\x7e\xd7\x8f\xfb\x7a\x2d\ \x64\x7b\xc5\xce\x3e\xec\xb8\x3d\xa5\x10\x0e\x43\x53\x13\x34\x37\ \xa3\xa6\x26\xe8\x3c\x1a\x1a\x50\x63\x23\xd4\xd5\x41\x4b\x4b\x34\ \xac\x13\x35\xbb\x18\x50\x0a\x84\x40\x52\x12\xa4\xa5\x89\x94\x14\ \x48\x4d\x8d\x1e\x99\x99\xe0\xf7\x0b\x8f\x07\xec\xc3\xe5\xfa\x82\ \xc1\xff\xc5\x16\xae\xdd\x2d\x3b\xbd\x03\xfb\x21\xc6\x58\x00\x1c\ \x39\x7c\x28\x2e\x2e\x4e\xd5\xb4\x8e\x27\x49\x4d\x75\x65\x62\x20\ \x29\x36\x2e\xfe\x1b\xec\xe1\x5f\xd0\x66\x00\x38\x52\x7c\xd8\xe7\ \xf3\x69\x2e\xd7\x99\x34\x46\x3a\x8b\x8f\xc7\x9a\xb7\xf9\xb3\xc7\ \x1a\x17\x3f\x8d\x5d\xdd\xff\x3b\xd7\xa9\x77\xf0\x15\xa9\xf7\xcd\ \xe3\x91\xd6\x68\x4f\x60\x4c\xd3\x4e\x68\x90\x7d\xbf\xeb\xed\x57\ \x8b\x54\x9c\x67\x2e\x39\xf5\xd3\x30\x06\x59\xb6\x47\x72\xf4\xb5\ \xe1\xc3\xbb\x21\x8e\xa6\x26\xd4\xd0\x00\x8d\x8d\xd0\xd4\x14\xbd\ \x6d\x6e\x86\xaa\x2a\xd4\xde\x0e\x6d\x6d\x50\x59\x09\xed\xed\x28\ \x14\x82\x60\x10\x05\x83\xc7\xa5\x7b\xbd\x5e\x88\x89\x89\x1e\x1e\ \x8f\x7d\x2b\xdc\x6e\xf0\x78\xc0\xed\x86\x98\x18\xf0\x7a\x41\xd3\ \xc0\xe5\x02\x55\x8d\x26\x83\xdb\x87\xa2\xd8\x87\x90\x65\xe8\x3c\ \x3a\x99\x85\x90\xe8\x2d\xc6\xc7\x87\xfa\x99\x8c\xf9\xce\xa1\xd8\ \x79\x6b\x8f\x67\x7b\xdb\xaf\x65\x81\x61\x80\x69\x46\x0f\xc3\xb0\ \x43\x7a\x60\xdf\xea\x3a\x84\x42\xd0\xda\x0a\x91\x08\x84\xc3\x28\ \x1c\xb6\xc9\x14\x42\x21\x08\x06\xa3\x47\x7b\x7b\x74\x6d\x5f\x92\ \xec\x6f\x2d\xec\xef\xee\xf5\x8a\x98\x18\xe8\xdb\x57\x24\x25\x41\ \x20\x00\xf1\xf1\x90\x90\x00\x7e\xff\x71\x4a\x75\xbb\xbf\xfc\x87\ \x3b\xab\x40\xcf\xa9\x43\xda\x7e\xc8\x39\xc7\x18\x13\x42\x28\x63\ \x6a\x17\xda\xb4\xa8\xa5\x6a\xae\x53\xfd\xf9\xb3\xea\xe1\x67\x1a\ \xad\x3b\xe9\x6d\xbf\xa4\xcd\x12\xa1\x8c\x02\xa0\x33\x31\x5f\xa4\ \xb3\x6d\x17\x41\x04\x10\x91\x4f\xf3\x22\x05\x7c\x62\xd9\x6b\xc1\ \xb9\x10\xb8\x83\xa7\xb9\x00\x42\x30\x00\xb0\xaf\x98\xe9\x61\x67\ \x3f\x82\x10\x5c\xc0\x37\x1c\xe4\x39\x93\xdc\x55\x8c\x21\x29\x89\ \x27\x27\x77\x6f\xf2\x19\x46\xf4\x30\xcd\xe3\x77\x5a\x5b\xa1\xa9\ \x09\xb5\xb6\x42\x4b\x0b\xb4\xb6\x42\x5b\x1b\x6a\x6b\x03\xfb\xa8\ \xad\x45\xed\xed\xd0\xde\x6e\x97\x1b\x15\x9d\x26\x0c\x42\xd8\x8e\ \xb7\x75\x0c\x72\x84\x90\x38\xc9\x74\xb7\x9f\x07\x10\xdd\xda\xf3\ \xdd\x52\xc3\x29\x36\xc5\x71\x36\xee\x7c\xc9\x7e\x5e\x88\x13\x9e\ \xef\x1c\x87\x42\x44\xc3\xb1\x42\x80\xcb\x05\x3e\x9f\xb0\xc7\xb9\ \xed\x6d\xf9\x7c\xc2\xe7\x83\xd8\x58\x88\x8b\x83\xd8\x58\x11\x17\ \x07\x7e\x3f\xb8\x5c\x51\x6a\xeb\x64\x3a\x55\x05\x8c\x45\xb7\x17\ \x90\xf3\x73\x9a\x29\x64\x7f\xab\xe3\xd1\xc4\xce\xaf\x89\x31\x17\ \xfc\xe4\xd1\xc5\x85\x10\x5c\x70\x6e\x9f\xc3\x4f\xbc\x44\x27\xf5\ \x61\x49\x92\xec\xce\xdf\xd5\xe0\xff\xaa\x3e\x83\xe8\x2e\x90\x11\ \x6d\x61\x77\x6d\x16\x5c\x80\x00\x84\xce\x88\x24\xa5\xf3\x33\x88\ \x38\xe3\xf6\x98\x16\x82\x03\x60\x42\xac\xad\x9f\x2d\x69\x8b\xef\ \x37\x69\x44\x0e\xb7\xa8\x40\x58\x92\xa2\x3c\x22\x18\x65\x76\xf2\ \x33\x21\x04\x23\x00\xe0\x8c\x72\x0e\x58\x92\x30\x02\x00\x30\x1b\ \xf6\x7c\xb0\xf4\xf0\xa4\x19\xd7\xa4\xcb\xc0\x19\xc7\x04\x33\x6a\ \x09\xc0\x92\x44\x38\xa3\x5c\x60\x49\xc2\x36\x13\x51\xca\x3b\xfe\ \x4b\x30\xca\x84\x10\xe7\xbb\x22\x96\x10\xa7\xa3\x0f\x81\x71\xb4\ \xf7\x9f\x86\xfe\xbe\x84\x92\xc2\x61\x14\x89\x80\xae\x83\x7d\x6b\ \x4f\xce\x1d\x14\x83\xec\x79\xdb\xb2\xec\xf9\xbc\xd3\x56\x17\x9d\ \xb3\xbd\x3d\xff\x77\xae\xcb\x9c\xda\x7d\xbb\xac\xed\x47\x0f\x42\ \x44\xa7\xc5\xd1\xe9\xe6\xc8\xb2\x6d\x9b\x08\xfb\xbb\x74\x8e\x67\ \x4d\xeb\x3c\x84\xcb\x05\x6e\xf7\x59\xd6\x40\xb7\x39\xa5\xbb\x25\ \x61\x71\x9e\x7e\x40\x81\xed\x3a\x4e\x08\x71\x76\xbc\x0b\x09\xbb\ \x3f\x9f\x60\x51\x09\x7b\x50\x8a\xae\x43\xb4\xbb\x2e\x87\x31\x2a\ \xdb\xbd\xee\x40\x7b\xe2\xe4\xd1\x7d\xe4\x4e\x4f\x5c\x70\x4a\x19\ \x74\x0e\x84\x6e\x1f\x62\x22\x11\xfb\x7c\xba\x69\xe1\x9c\xc6\x94\ \x0b\x2e\x19\x96\x02\x9c\x52\x76\xca\xa7\x70\x0e\x00\x08\x63\x61\ \x37\xc3\x6e\x33\x67\x67\x6e\xb6\x9c\x17\x5e\x40\x48\xd8\x17\x49\ \x08\x21\x00\x4b\xd8\xa8\xdc\xfa\xe6\x2b\x2f\xd4\xa6\x5c\xd8\xbb\ \xe8\x27\x59\x6e\x64\x9a\x7a\x4d\x55\x4d\x63\x6b\x98\xb8\xe3\xb2\ \xb2\x33\x5c\x88\x71\x4c\x84\xde\x72\xf8\x68\x05\xd3\xe2\xb3\xb3\ \xd3\x15\x44\x43\x4d\xd5\xd5\x75\x0d\x16\x89\x4b\xe0\x95\xeb\xd7\ \xac\x8e\xc9\xc9\x0f\x27\xfb\x52\x02\xbe\xb6\xd6\x48\x5c\x20\x51\ \x05\xbd\xba\xb2\xd9\x15\x9f\x14\x43\xf4\xea\xca\x9a\xc6\xd6\x88\ \x3b\x21\x35\x3b\x3d\xd1\x68\xaa\x3c\x52\xd9\xa4\xf9\xd3\x73\x52\ \xe3\x80\xb1\x1e\x14\xc8\xf8\x4f\xb6\xca\x20\x04\x6e\xb7\xb0\x0b\ \xff\xf5\xe4\xb5\xb1\xae\xeb\xb5\xdf\xce\x12\x64\x04\x63\xca\xd8\ \x9c\x59\xb3\xb2\xb2\xb2\xc6\x8d\x1b\xd7\x31\xf9\x02\xb7\x27\xdf\ \xe3\x36\x39\x12\x1d\x12\xc9\x9d\x7d\x4c\x74\x1f\x24\x46\x18\xe3\ \xd2\x6d\xcb\x3f\xaa\xe8\x37\x69\x6c\x5e\x6b\x5d\x55\x6d\x43\xa3\ \x29\x94\xa4\xcc\xec\xc4\x18\x19\x09\x56\x57\x7e\xb4\xba\x29\xe2\ \x4b\x48\x4d\x4f\x89\x53\x88\x68\x28\x3b\x5c\xdd\x6a\x05\x32\x7b\ \xa5\xf8\x64\xd3\x08\x55\xd6\xd6\x34\xb5\x99\x09\x69\x81\x23\xbb\ \xb6\xec\x3a\xa2\x65\xb9\xf3\xe3\x92\xb3\x92\x7d\x72\xb7\x1d\x5b\ \x70\xde\x75\xe9\x94\x73\x71\xe6\x74\x7a\x9e\xec\x05\x76\xfc\x62\ \x21\x0c\xd6\xfa\x25\x2b\x73\x2e\xfb\x4e\xff\xb2\x35\x4b\x37\x1f\ \xb9\x67\x72\xef\xb6\xb2\x95\x7f\x7c\xe2\xdd\x98\xec\x5c\xde\x58\ \x1d\xdb\x6f\xda\x03\xf7\x5f\xe9\x6b\x2f\x9d\xf9\xf2\x1b\x25\xba\ \xc6\x5b\xeb\x52\x47\xdd\x78\xff\x8c\xa2\x79\xcf\x3e\xb9\xb2\x51\ \xcd\xc9\x1b\x30\x6d\x5c\x9a\x6a\xb5\x6c\x58\xb2\xa0\xbe\x68\xd8\ \xa4\xbe\xd6\xb3\xaf\x6f\xfb\xee\xef\x7e\x5d\x24\x0e\xbe\xf4\xb7\ \x7f\x8f\x7c\xf0\xcf\xa3\xc3\x8b\x7e\xff\xcc\x22\x6f\x4a\xce\xc0\ \x71\x97\xc4\x42\xe9\x1b\x2f\x7f\xa8\xbb\xbc\x2d\x0d\x6d\x63\xae\ \xff\xde\x35\xc3\x33\x4c\x8b\xfe\x37\x94\xd0\x74\xd6\x38\xcf\x4f\ \xac\x19\x63\xc3\x30\x66\xcd\xfa\x60\xcd\xda\x35\x9a\xa6\x81\x10\ \xa3\xc7\x8c\x81\xa8\x9b\xc0\x4f\xa4\x05\x60\xfc\x78\x17\xef\xfa\ \x33\x75\xe7\x29\x08\x49\xd1\xdc\x2e\x4d\x11\xcd\x2f\xfd\xe3\x89\ \x3d\x46\x5c\x32\x6e\x6d\x22\x79\x0f\xff\xea\x3b\x68\xf7\xbc\xe7\ \xe6\x6e\xf5\x25\xc6\xa5\xf4\x1e\x7f\xc7\xf5\x63\x0e\x7e\xfe\xee\ \x3b\xcb\x0e\x7b\x62\x44\xa3\xee\xbf\xfb\x27\x3f\xf0\xef\xfd\xf8\ \x4f\xaf\xae\xf2\x65\xe6\x0e\x9b\x38\x5d\xf3\x68\xb5\xfb\xd7\x7d\ \xc2\xca\x86\x4d\xbb\x29\x35\x2e\x8e\x75\xab\x84\x8a\x90\x3d\x17\ \xdb\x0d\x60\xf0\x15\x56\x50\xcf\x07\x2f\xa0\x0e\x1b\x46\x08\x8e\ \x08\x31\xea\x0f\x6c\x2a\x11\x97\xfd\xf2\xca\xb4\x03\xe1\xa7\x16\ \xad\x69\x9d\xd4\xdb\x6c\x6f\xb2\x92\x07\x7e\xef\x17\x0f\xa5\xb4\ \xef\xf8\xd3\x6f\x5f\x5e\xba\x6d\xf4\x90\x96\x8f\x96\x97\xe1\xbb\ \xef\xbd\x5c\x3a\xf2\xd9\x73\x9f\xcc\x19\x7f\xc1\x4f\x5a\x82\xd2\ \x94\x5b\x7f\x7a\xc3\xa8\xa4\x96\x92\xcf\xc0\xdf\xeb\xb6\x9f\xfc\ \xa2\x5f\x0c\x34\x1d\x58\x80\x08\x01\x01\x20\x04\x91\x65\x8c\x79\ \xb0\xa9\x56\xce\x1c\xf1\xb3\xff\xfd\x6e\x00\x87\x3e\x7c\xea\xd1\ \x32\x32\xf0\x9e\xcb\x46\x14\x2f\x7a\x79\xc1\x07\x4b\x2f\x1c\x7a\ \xb7\x4b\x38\xfb\x1f\x1c\x9c\x71\xbf\xe5\x42\x80\xb8\x60\xe2\x84\ \x89\x93\x26\x0a\xc1\x55\x55\xa5\x94\x46\x03\x7b\x5c\x08\x10\x5d\ \xd7\x23\x85\xe0\xd1\x23\x1a\x97\xe8\xa4\x85\x93\xe6\x68\x64\x07\ \x64\x00\x80\xd1\x50\x93\xa1\x4c\xb9\xf7\x97\x33\x7a\xd5\x3f\xf3\ \x9b\x3f\xae\xd8\x5f\xde\xeb\xd0\x81\x16\x77\xfe\x43\x0f\xde\x92\ \x12\xa3\xf2\x96\x7d\xef\xce\x5d\x19\x37\xe9\xce\xe9\x45\xd2\xec\ \xe7\x9e\x9b\xbb\xb2\xe4\x66\xb9\x29\xa6\xd7\x05\x8f\xfc\xfa\xb6\ \x18\x11\x7c\x7f\x33\x1b\x30\xfd\xae\x1f\x5f\x59\x48\x2d\xc3\xb2\ \xe8\x69\xc6\x1d\xb2\xfd\x08\x04\x38\xda\x66\xd1\xc3\xec\x05\xce\ \xb9\x10\x9c\x73\x44\x24\xb9\x7c\xc7\xca\x1d\xa5\xc7\xd4\xf7\x5e\ \x8b\x09\x96\x1e\x3b\x50\xbd\xa9\xf4\x86\x41\x04\x24\x89\x20\x01\ \x6a\xa0\xdf\xa0\x14\xb9\xa2\xb4\xbc\x4e\xaf\xb1\x28\xec\x5a\xb7\ \x8a\x1b\x78\xdc\xc4\x91\x6e\x6e\x8a\x68\xb4\xc1\xa6\x18\xe0\x4c\ \x80\x00\xce\x3a\xcc\x71\x9b\xc5\x19\xe3\x02\x49\x04\x0b\x01\xc0\ \xda\x8e\xd5\x84\x4d\xa5\x66\xdd\xca\xcf\x0d\x39\x67\xe2\xc8\x3e\ \xcc\x34\x98\x70\x54\x64\x1d\x7c\x35\x72\xc8\xc8\xc8\xe8\x8c\xea\ \x33\xc6\x10\x8e\xde\x3f\x25\xbe\xc0\x04\x17\x9c\x73\xc6\x59\x67\ \x44\x50\xc0\xa9\x69\x51\x88\x77\x0c\x07\xc6\x38\x22\x08\x71\x06\ \x4a\x7c\x6a\x4a\x6c\x59\x7d\xf8\xe6\x2b\x6e\xaa\x98\x35\xeb\xe9\ \xdf\xff\x71\xf0\x85\xd7\x5d\xde\xb7\xb1\x3e\x62\x42\xf9\xae\x15\ \xb5\x34\xae\xef\x98\x3e\x99\x5e\xab\x4a\x60\xbb\x6f\x03\xe3\x42\ \x70\xce\x00\x28\x65\xac\x9b\x4c\x2a\x74\x42\x30\x19\x61\xd1\x6d\ \x9b\xbf\x79\x5e\x10\x51\x5a\x90\x88\x5e\xbd\x7c\x5d\x49\xdf\x49\ \xd3\x07\x67\xbb\x2d\x9c\x35\xb9\xf5\xe3\x0d\x2b\x37\xe4\x0f\x53\ \x58\x28\xd8\xda\xae\x47\x5a\x0f\xec\xaa\x35\xf3\xa7\x24\xc7\xb7\ \x25\x6a\x5e\x72\xe9\x4d\xf7\x66\xba\xcc\xb0\x0e\x9a\xa8\x35\x28\ \x67\xd4\xe2\xcc\x04\x2c\xd3\x60\x5b\x63\x53\xab\x21\x11\xd0\x62\ \x51\x53\x6d\x59\x45\x5b\x41\x12\xb5\x28\xa5\x94\x71\x2e\x38\x67\ \xd4\xa4\x1c\x6b\xe9\x01\x57\x8d\xa7\xdf\xad\xf7\x4f\x53\xcc\x88\ \xc9\x01\x51\xd3\xa9\x93\xe9\xe0\xcc\x8d\x5c\x1b\x06\xa3\x1d\x56\ \x39\x12\x00\x58\x60\xc1\x39\xe7\x5c\xc0\xc9\x6b\x84\x42\x70\xce\ \x18\x67\x5c\x08\x0e\xa7\x2e\x22\x76\xbc\x31\x63\xc0\x85\x00\xce\ \x19\x63\x20\x04\xa3\x26\x30\xc1\xb8\x00\x6a\x30\x77\xde\x8c\xbb\ \x7f\x32\x7a\xcb\xac\xc7\xde\x7c\x3d\x3b\xf7\xae\x74\xaf\x27\x75\ \xc8\xb4\xbb\x26\x66\x46\x82\x11\xec\x72\x15\x1f\x65\x82\x33\xcb\ \x34\x29\x06\x05\xac\xd6\xba\xfa\x48\x24\x53\x8f\x30\x59\x26\x27\ \xa5\x51\x75\xf1\x24\xa2\x6d\xe6\x9c\x8b\x53\xda\xdc\x23\xec\x05\ \x2e\x04\x26\xa4\x71\xcf\x86\xbd\xf5\xae\x3b\x1f\x98\x36\x30\x16\ \x38\x96\x0b\x63\xaa\x1f\x7b\x7b\x5d\x71\xee\x00\xab\x7a\xdf\xeb\ \x7f\xff\x23\x6a\xab\x77\x17\x4c\x9e\x30\x20\x10\x17\xbe\x72\xfc\ \xd6\x97\xff\xf6\xbb\x47\x3c\x6e\x2d\x77\xe8\x55\xb7\x4d\x4d\x10\ \x9c\x73\xc6\xa8\x65\x2a\xfe\x82\x11\xe9\x8b\xdf\x79\xf2\xd1\x95\ \x7d\x87\xdf\x7c\xc3\xa5\x57\x0c\x5f\x35\xe7\x99\xdf\xae\x8e\x47\ \x35\x61\x6d\x8a\x86\x29\x65\x8c\x01\xa3\x54\x47\xca\x05\xd7\x5e\ \x7d\xe8\xd5\x0f\x1e\xfd\xf5\x3a\xb7\xac\x8e\xbc\xfa\x96\x29\x45\ \x29\xd4\x72\x98\xc1\xc1\x99\xc6\x76\x3b\x07\x3c\x21\x04\x00\x18\ \x63\x08\x21\x10\x36\x2d\x9c\x34\xf7\x22\x7b\x8d\x92\x71\xce\x39\ \xe3\x42\x40\x17\x5f\xe2\xc4\xb0\x03\x62\x14\x28\x63\x8c\x31\x46\ \xb9\xfd\x17\xa8\x60\x94\x13\xc2\xf6\xae\x9c\x3d\x7f\xf5\x21\x24\ \xc2\xe9\xf9\xfd\xb3\x52\xf2\xae\xbd\x7c\xe4\x4b\x73\x9f\xfe\xd5\ \x92\x78\xcd\x9d\x7e\xe3\x77\xef\x00\x21\x18\xe5\x8c\x52\x13\xa4\ \x41\xa3\x06\xaf\x7a\xe7\xed\x47\x8e\xac\x1c\x3b\xf5\xc6\x4b\x47\ \xa7\x31\x93\x89\x6e\x56\x9f\xbb\x7c\x87\x6e\xda\xfc\x85\x5f\xff\ \x2c\xf2\x1d\xb1\x2b\xb6\x71\xfe\x2f\x9a\x96\x3c\x85\x5d\x5a\xf7\ \x2c\xa0\xeb\x31\x83\xae\x4e\xbd\xe7\x43\x3b\xaf\x89\x10\xb2\x67\ \xd7\x8e\xa2\xfe\x03\x31\xc6\x46\xb0\xa5\x35\x24\xe2\xfc\x5e\x64\ \x73\x2a\xb7\xda\xda\x8c\xf6\xf2\x35\xff\x9a\x5f\x7a\xf3\xed\xd7\ \x26\x4a\x90\x90\x92\xea\xc2\x8c\x23\x82\x68\xb8\xa6\xba\x36\x4c\ \x51\xac\x3f\xe0\xf7\xca\x6d\xcd\x6d\xc4\xed\xf3\xa8\x18\x10\x16\ \x66\x7b\x75\x4d\x03\x93\xbd\x29\xc9\x01\x15\x19\xb5\x55\x35\x41\ \x0b\x62\x7c\x71\xf1\x71\x5e\x30\xda\xdb\x0c\x88\x8d\xf5\x62\x21\ \x88\x24\xd3\x50\x53\x55\x5d\x33\x45\x72\x42\x52\x92\x57\x95\x84\ \x13\xb1\x73\xf0\x15\xa8\x01\x1b\xa6\xf1\xd1\x47\x1f\x97\x95\x95\ \x01\xc0\x84\xf1\xe3\xc6\x8d\x1b\x07\x00\x2e\x97\x7b\xef\x9e\x9d\ \x89\x81\xa4\xb8\xb8\x78\xce\x39\x00\x48\x92\xbc\x67\xf7\x8e\x3e\ \xf9\x05\x8a\xa2\x32\xc6\x84\x6d\xd9\x77\x2c\x48\x9c\x1c\x60\x40\ \x48\x0f\xb5\x85\x99\x1c\xef\x55\xda\x5a\xda\xe4\x98\x58\x8f\x0c\ \xc1\xb6\x56\xae\x78\x64\x1a\xaa\x6b\x6c\x61\x58\x4b\x4a\x4e\xf1\ \x6a\x18\x10\x0a\x36\xd6\xd4\xb7\x84\x89\xe6\x4d\x4a\x4a\x40\x46\ \x7b\xd0\xc4\xb1\xb1\x1e\x24\x00\x13\xd1\x52\x5f\xd3\x1c\x64\x71\ \x89\x49\x71\x1e\xe5\x84\x8c\x41\x40\x08\x04\x42\x08\x04\x00\x46\ \x08\x00\x21\xec\x76\xbb\xf7\xef\xdb\x1d\x17\xef\xf7\xfb\x13\xf8\ \x19\x04\xd9\xce\xd6\x5e\x10\x02\x38\xd8\x69\xce\xdd\x11\xc3\x49\ \x2f\x21\xdb\x07\xe2\x8c\x49\x2e\x6f\xa2\x5b\x30\x8b\xd9\xeb\x57\ \x80\xa5\x40\x4a\x8c\x55\xc5\x39\xd6\x52\x32\x73\xb3\xe4\x88\x6e\ \x51\xca\x04\x00\x47\x58\x4d\xcd\xca\x45\x76\x45\x3c\x26\x62\x13\ \xfc\xc2\x8e\x1f\x00\x43\xb2\x37\x33\x27\x16\x04\xa7\x94\x52\x24\ \x27\x67\xe6\xa4\x00\x08\xc1\x19\x63\x42\xf3\x25\xba\x05\xa5\x5c\ \x00\x50\xcb\xc4\xae\xd8\xec\xdc\x78\x00\xc1\x18\xe5\x4e\xcc\xd1\ \xc1\x57\x32\x72\x05\xd5\x34\x75\xca\x94\x0b\xdf\x7d\xf7\xbd\xcc\ \xac\x8c\x11\x23\x46\x70\xbb\x1b\x47\xcd\x5f\xd1\xd5\xeb\xe0\x9c\ \x0b\x01\x82\x73\xc1\x79\x74\xb5\x02\x8e\xa7\x3a\xa2\x2e\x36\xbe\ \x10\x42\x8d\x89\x75\x83\xa0\x8c\xc7\x25\x24\x08\x46\x29\x07\x4f\ \xac\x1f\x09\xce\xc1\x9f\x1b\x9b\x08\x20\x38\x63\x94\x52\x40\xd8\ \xe3\x4f\xf1\x26\x20\x21\x38\xa3\x0c\x5c\x3e\xbf\x47\x30\xca\x05\ \x00\x63\x28\x2e\x90\xe1\x4f\x12\x9c\x31\xd6\xa5\x63\x77\x21\x21\ \x24\x04\x20\x8e\x04\x02\x04\xc0\x05\xe7\x9c\x0b\x7e\xa6\x89\x54\ \x67\xbb\x3f\x22\xd2\xcc\xf5\xb6\xd3\x2e\x9e\x0b\x81\x64\x37\x89\ \x09\xd8\xec\x40\x24\x69\xcf\xce\x1d\xe9\x59\xd9\xf1\x71\x71\x96\ \x65\xf1\x8e\x7c\x38\x3b\x6d\x13\x21\x44\xcd\x70\x5b\x98\x79\x7d\ \x31\x92\xb3\x04\xe7\xa0\xa7\x18\x0b\xc8\xee\x9f\x44\x22\xc1\xf6\ \xa0\xa2\x2a\x8a\xac\x30\xce\x08\x21\x84\x48\xbb\xb6\x6f\xcf\xed\ \xdd\xdb\xeb\xf5\x76\xda\x0b\x7b\xf7\xec\x0a\x24\x25\x25\x25\xa5\ \x98\x96\x61\xe7\x38\x01\xb2\xd7\x02\xce\xf7\xfe\x88\x0e\xf7\xc1\ \xb6\x1b\x00\x21\x84\x09\x26\x44\xda\xbd\x73\x7b\x76\x76\xae\x2f\ \x36\xf6\x9c\xd9\x0b\x82\x63\xb7\x9f\xc4\x24\x7d\xd1\x96\x1b\xce\ \x04\xa7\x1d\xa7\xf3\xd4\xb4\xf4\xe2\x43\x07\xfa\xe4\xe5\xfb\x7c\ \x71\x51\x53\xe2\x38\x8d\x0a\xc5\xe5\x4b\x72\x03\xeb\x79\xaa\xb8\ \x0e\xfe\x7f\x0f\x30\x08\x10\x02\x7c\x3e\x9f\x10\x20\x04\x27\x58\ \xa2\x96\x75\xe8\xc0\x01\xcd\xa5\x75\x92\x02\x00\x70\xce\xd2\xd3\ \x33\x0f\x1d\xda\x8f\x10\x8a\x8b\xf7\x47\xf3\xb6\x85\x00\x8c\xe0\ \x94\x00\xc3\xb9\x6e\x73\xd7\xfd\x0f\xf6\x00\xa3\x96\x55\x7c\xe8\ \xa0\x2c\x2b\x5e\x9f\xef\x0c\xad\xe6\xf3\xa4\xbf\x80\x31\x6e\x6a\ \x6a\xac\x28\x3b\x66\x59\xd6\xf1\xcd\x5e\xdd\x85\x7f\x1d\x38\xe8\ \x09\x38\x9e\x98\x70\x4a\xff\xf4\x27\x26\x66\x65\xe5\x74\x6e\x5e\ \xb4\x41\x08\x69\x69\x69\x2e\x3b\x76\xd4\x34\xcc\x6f\xaa\x87\x9f\ \xae\xcd\x02\xc0\xef\xf7\x67\x65\xe7\x9e\xa4\x19\xf1\xcd\xf3\x82\ \x4d\x0d\x3d\x5c\xd0\xc6\x81\x83\x33\x1c\x7e\xe2\xa4\xf8\xc2\xb7\ \xa1\x87\xf3\xee\xda\xfc\xb5\xfa\x11\x67\xdb\x2c\xa7\x4b\x39\xf8\ \x2f\xc6\x7f\x53\x0f\xc7\xce\xcf\xe9\xc0\x81\x03\x87\x17\x1c\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\ \x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\ \x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\ \x82\x03\x07\x0e\xfe\x7f\xe1\x05\x24\xc9\x8a\x22\x91\xff\x64\x9b\ \x08\x91\x64\x45\x96\x9c\xad\x54\x0e\x1c\x7c\xbb\x78\x01\x29\x9a\ \xc7\xe3\x56\x4f\x19\xba\x08\x23\xeb\xe8\xce\x0d\x6b\xf7\x1c\x31\ \x11\xc1\x67\x33\xb2\x11\x06\x56\x79\x68\xcb\xea\x4d\x87\x4c\xc0\ \x0e\x35\x38\x70\xf0\x2d\xe1\x05\x84\x89\x30\xf6\x6d\xf8\x64\xc1\ \xe7\xdb\x23\x80\x11\x42\x84\x48\x92\x24\x11\x82\x01\x61\x22\x5a\ \xe6\x3e\xf7\xb7\xd7\x3f\xdf\xce\x64\x8f\x4c\x4e\xb6\x1a\x10\x26\ \x92\x24\x49\x92\x4d\x19\x08\x13\x62\xff\x63\xf4\x34\x84\x24\x45\ \x75\xa1\xc8\xb2\xf7\xff\xf6\xaf\xf7\x37\x58\x98\x20\xe8\x78\x73\ \xec\xf8\x35\x0e\x1c\x7c\xf3\x38\xed\x3e\x6b\x84\xb0\x2c\x42\x6b\ \x3e\x7c\x61\x5e\xcd\xa8\x01\x63\x86\xc4\xc9\xb4\xad\xb9\xa9\x5d\ \xa7\x9a\x37\x3e\xce\xa3\x82\x05\x08\x13\x41\xf5\xc6\xba\x5a\x2a\ \x23\x5f\x6c\x0c\x50\x2a\xa2\xde\x81\xc4\xcd\x50\x43\x4b\x90\x63\ \xd9\x13\xe3\x8b\x71\x4b\x91\xb6\xe6\xb6\x90\x21\xbb\x63\xe3\xbd\ \x1a\x63\x8c\x10\x08\x36\x37\xb4\x84\x1b\x75\x6a\x57\xaf\x45\x92\ \x8c\xdb\x5b\x1a\x83\x3a\xd3\xbc\xf1\xb1\x2e\x89\x3a\xc2\x4d\x0e\ \x1c\xf4\x4c\x5e\x00\x00\x01\x48\x71\x79\x62\xdc\x9a\x22\xa3\x92\ \x75\x1f\x3d\xfb\xca\xfb\x7b\xab\xc2\x69\x7d\xc7\xdd\xf3\xc0\xf7\ \x27\xf7\x22\x44\x73\xd7\x6d\xf8\xf8\xa1\x55\xb3\x25\x7f\xaf\x9b\ \xbf\xf3\xa3\x19\xe3\x72\x98\x49\xb1\x24\x47\xea\x0e\xbe\xfb\xd2\ \xbf\x3f\x59\xbf\xdf\xf0\xe4\xfc\xf4\x2f\x4f\x0f\x0d\xaf\xfd\xfb\ \xbf\x5e\xdd\x54\xdc\x10\x9f\x3b\xf4\xb6\xef\x3c\x70\xc5\x88\x8c\ \xbd\x4b\x66\xfe\xf3\x95\xd9\xc7\x5a\x98\xac\x88\xc4\xbe\x92\xa4\ \x90\x92\x35\x73\x9e\x7b\x75\xee\x91\x46\x3d\x31\x7f\xec\x77\x1e\ \xbc\x6f\x78\x46\x8c\x45\x1d\x6a\x70\xe0\xa0\x87\xc6\x17\x00\x00\ \x10\x51\x58\xc3\xae\x57\x5e\x7e\x37\x94\x35\xed\x89\x3f\xfd\x2a\ \x3b\xbc\xe5\x95\x57\x3f\x6e\xe0\x12\xb2\x0c\x7f\xff\x8b\x7e\xf7\ \xc4\xef\xc6\x05\x9a\x67\xcf\x9c\x75\x34\x8c\x65\x82\x25\x88\xac\ \xfd\xe0\x85\x8f\x76\xd2\xbb\x7e\xf5\xa7\xbf\x3c\xf6\xd3\x61\x31\ \x55\xaf\xbf\xf4\x72\x31\x19\xf8\xd8\x53\xff\x37\x36\xae\xec\xb5\ \x97\xe7\x1e\x2b\xdf\x3b\x73\xe6\x5c\x2b\x67\xda\x1f\x9f\xf8\xf5\ \xf8\x5e\x2e\x83\x4b\xbc\x61\xd7\xab\xaf\xbe\x1f\x4a\x1b\xff\xa3\ \xef\xdf\xee\xa9\xfc\xfc\x95\x59\x1b\x2c\xec\x04\x23\x1d\x38\xe8\ \x79\xbc\x80\x88\xa4\x28\x8a\x22\xcb\x04\x01\x60\x1c\xac\x38\x52\ \xd6\x26\x0d\x1e\x35\x6d\xd4\xe8\x49\x23\x07\xe5\xb7\x95\xef\xaf\ \x0c\x32\x2c\x98\x2b\x29\x73\xc4\xb0\x71\x63\xfb\xe5\x1b\xad\xe5\ \x95\x2d\x4c\xc2\x88\x19\xed\xc5\x7b\x4b\xe3\x87\x4c\xbe\xf4\xa2\ \xb1\x43\x87\x0e\xf4\x05\x6b\x8f\xd6\x04\xfb\x0c\x9d\x3a\x61\xe4\ \xd8\xb1\x63\x86\xd0\xba\xc3\x7b\x0e\x1d\x6d\x08\xf2\xfc\x21\x17\ \x8e\x1c\x3e\x24\x2d\x5e\xe1\x18\x07\x2b\x4a\x1b\x42\x46\xb8\xb6\ \xf8\xf3\xd5\x5b\xa5\xe4\xc2\x4c\x17\xd3\x19\x77\x78\xc1\x81\x83\ \x9e\xe5\x47\x60\x4c\x5a\x2b\xf6\x1c\x68\x90\x32\xdc\x2d\x87\x8f\ \x34\x92\x54\x9f\x3f\x2d\x3d\xe0\x32\x0f\xec\x59\x7f\xb8\x6f\xdb\ \x9e\x03\x47\xb4\xc0\xe4\x64\x37\xb6\x18\x98\xc1\x96\xe2\xc3\x3b\ \x37\xec\xdd\x2f\xfb\xfa\xa5\xc6\x12\xca\x29\x96\xdd\x29\x19\x89\ \xcd\xfb\xb7\x6e\xda\x31\xa2\x57\xbc\xac\xaa\xf1\x29\x7e\xf5\xf0\ \xbe\x0d\xfb\x4a\xe2\x76\xef\xdc\x2b\x62\xf3\xf3\x7a\x65\xfa\xdd\ \xfc\xc0\xce\x55\x07\x46\xa2\xb6\x30\x15\x94\xb9\x92\x92\x3d\x92\ \x60\x89\xbd\xaf\xbe\xe9\x62\xcd\x68\x91\x03\xd9\x9a\x60\x8e\xe4\ \x9b\x03\x07\xdf\x20\xc8\xaf\x7e\xf5\xcb\x93\xa9\x42\xd1\x4a\xd7\ \xcc\x7e\xe2\x2f\x7f\x9f\xb5\x70\x75\xab\xbb\xd7\xb5\xb7\x5c\x3f\ \x7a\x60\x51\x40\x0e\xae\xf9\xf4\x83\xb7\x66\x7d\xda\xec\xce\xbb\ \xf5\xbe\x7b\x46\x64\x48\xbb\x36\xae\xdf\xb2\x71\xcd\xc2\x05\x8b\ \x6b\xa5\x9c\x9b\xee\xbc\x67\x5c\xef\x58\x8b\x32\x24\x69\x81\x54\ \x7f\xcd\xae\x55\x33\x67\xbe\xf3\xc1\xa7\xab\x7d\xc3\x67\x5c\x3d\ \x30\x76\xeb\xb2\x8f\x5e\x7f\x7b\xee\x51\x23\x30\xe3\xee\xbb\x2f\ \x1c\xd6\x2f\xa0\x5a\xdb\x56\xcc\x7b\xe7\x83\x85\x07\x6a\xad\xac\ \x82\x11\xd3\x2f\x9d\x9c\x26\x85\xb7\xaf\x5d\x32\x6f\xfe\x27\x4b\ \x56\x6d\x8b\x1b\x32\x71\x58\x66\x1c\x73\x98\xc1\x81\x83\x6f\x0e\ \xdd\xe8\x41\x23\x84\xac\x48\x7b\x7d\x7d\x63\xd8\x62\x2e\x5f\x20\ \x3d\x29\x0e\x84\x20\x98\xd7\x57\x56\x34\x87\x2d\x77\x7c\x4a\x7a\ \xc0\x2b\x98\xd5\xd6\x54\xdf\xd8\x1a\x62\x1c\xb9\xe3\x92\xd2\x93\ \x7c\x3c\xba\x1e\x81\x24\x09\x87\x5b\xea\xaa\xeb\x5a\x19\x51\x12\ \x92\x52\x03\xb1\x72\x63\x55\x65\x7d\x6b\x44\x8d\x0d\x64\x24\xc7\ \x23\xce\x31\x11\x4d\xd5\x95\x8d\xed\x3a\x60\xc9\x1b\x9f\x98\x18\ \xe7\x95\x08\x6b\xa8\xaa\x6c\x0e\x1a\x20\xa9\x09\x49\xc9\xb1\x2e\ \xd9\x29\x18\xe7\xc0\x41\xcf\xe2\x05\x00\x40\x98\xc8\xb2\x84\x00\ \x04\x67\x16\xa5\x42\x00\x20\x2c\xcb\x32\x46\x20\x38\xb5\x2c\x26\ \x00\x88\x24\x4b\x04\x83\x7d\x8e\x45\xc5\x09\xd1\x09\x49\x22\x18\ \x40\x50\xcb\x62\x1c\x24\x59\x26\x18\x75\x79\x2b\x24\x49\xb2\x9d\ \xcd\xc0\x19\xb5\x28\x03\x84\x65\x59\xc2\x08\x75\xfc\x8b\x43\x0a\ \x0e\x1c\xf4\x3c\x5e\x70\xe0\xc0\xc1\xff\xcf\x70\xf2\x0b\x1d\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\xbe\x0c\x92\x73\x09\x1c\x38\xf8\xda\ \xdc\x72\x84\x7a\x66\x29\x3a\x21\xc4\x57\x8a\xe5\x3b\xbc\xe0\xc0\ \xc1\xd7\x46\x0a\xba\x1e\xa1\x94\xf6\xb8\x86\x01\x52\x35\x4d\x92\ \x64\x21\xb8\xc3\x0b\x0e\x1c\x9c\xd7\xc1\xd7\xd0\x50\x8f\x10\x52\ \x15\xb5\xa7\x35\x8d\x72\x16\xac\xaf\xf7\xc6\xc6\xba\xdd\xee\x33\ \xb4\x1a\xce\x86\x17\x84\x00\x55\x46\xaa\x84\x4e\xf7\x19\x08\x21\ \x8b\x89\x88\x29\x9c\xfa\xd5\x0e\xfe\xff\xb0\x14\x70\x6b\x4b\x13\ \x21\x24\x23\x33\xbb\x67\xfa\x11\xa1\x50\xa8\xba\xb2\x5c\x55\x14\ \x22\x49\x67\x42\x0d\x67\xc3\x0b\x9a\x8c\x36\x1c\x31\xb6\x1d\x33\ \x95\xd3\xec\x6f\xb2\x98\xe8\x15\x90\x2e\xee\xe7\x32\xe9\x57\xcb\ \x44\xc0\x98\x20\xe0\xff\x41\xfe\x02\x22\x04\x0b\xee\x24\x40\x38\ \x38\xaf\xc0\x18\x05\x43\xc1\xcc\xac\x5c\x84\x90\xed\xc9\xdb\x77\ \x7a\x84\x6f\x03\x00\x00\x1e\x8f\x47\x92\x65\x5d\xd7\x3d\x31\x5e\ \x80\x73\xc3\x0b\x0a\x81\x3d\x95\xe6\x3b\x1b\xc3\x5e\xad\x7b\x5e\ \x08\x1b\x62\x72\xa1\x7a\xf9\x40\x97\x49\xbf\xd2\x57\x00\x23\xdc\ \x66\x82\x12\xa3\xc9\x67\x77\x45\x11\xd0\xf6\xd6\x88\xe4\xf2\xa8\ \x04\x39\xcc\xe0\xe0\x7c\x42\x70\xd1\x49\x0a\xd0\x11\xe7\x3b\xce\ \x0e\x27\x71\x04\x42\x00\x02\xce\xb6\x8f\x0a\x00\x4c\x08\x12\x9c\ \x71\x81\x4e\x7e\xdb\xae\x6c\x00\x20\x84\x00\x10\x42\x10\x42\x00\ \x90\x00\x81\x10\x9c\x09\x5f\xe1\xb3\x6b\x96\x22\x21\xaf\x86\x62\ \xd4\xd3\x1c\x1a\xd2\xe4\xaf\x38\x32\x11\x56\x54\xb1\x75\xf1\x7b\ \xb3\x36\x94\x12\x59\x3e\x1b\x52\xc0\x32\xd1\xcb\x67\xbd\xfd\xc6\ \xae\x46\x2a\x13\xc7\x81\x71\x70\x9e\x79\x81\x77\xb0\xc1\x71\x70\ \xce\x45\x07\x55\x74\x3d\x40\x08\x9b\x16\xce\xea\x40\x18\x41\x7b\ \x43\x4d\x6d\x73\x04\x63\x74\xc2\x4b\x5d\x3e\xb7\xf3\xa3\xed\x3b\ \x76\x0b\xcf\xdc\x84\x39\xdf\xf9\x0b\x58\x92\xcc\xfa\xdd\x4f\xfd\ \xe9\xdf\x07\x9b\x40\x91\x89\xac\x6a\x9e\x98\x18\xb7\x4b\x23\x18\ \x30\x12\xcd\xf5\x35\x4d\x3a\xb8\x5c\x6e\x8f\x4b\x23\x27\x34\x0d\ \x49\x8a\xe6\x89\x89\xf1\xb8\x34\x82\x00\x61\xc9\xe5\xf6\xc4\x78\ \x3c\xaa\x4c\xec\x97\x89\xac\x7a\x62\xdc\x2e\x85\xd5\xd7\xd6\x84\ \xa9\x40\xf6\x33\x9e\x18\x8f\xdb\x25\x39\xf2\x91\x0e\xce\x3d\xb8\ \x10\xc0\x3b\x4c\x83\x2f\x3a\x40\x92\xc8\xf6\x05\xaf\xfc\xdf\x2b\ \x2b\x98\x74\x02\x40\x08\x40\xf8\x0b\x1e\x76\x3c\x22\x98\x88\x65\ \xef\xbe\xfc\xf1\xd6\x26\x8c\x89\x44\x90\x38\xcd\x67\x45\x9f\xef\ \xca\x5c\x67\x3c\x57\x9f\xff\xf5\x08\x24\xa8\xd9\xdc\xd4\x6a\x72\ \xac\x4a\x74\xeb\xf2\x85\x2b\xb7\x1d\x71\xa5\x15\x4d\xbb\x64\x4a\ \x2f\x0d\xa9\x9a\x56\xb5\x65\xd1\xb3\x95\xcb\xc1\xdf\xe7\x92\x4b\ \x2e\x4a\xf3\x00\x65\x02\x00\x29\x12\xdf\xbf\xe6\xe3\x65\x5b\x8b\ \x49\x20\xff\xf2\xab\x2e\x4b\x0c\x1d\x78\x6f\xc1\xb2\xaa\xb0\x3c\ \x68\xe2\xf4\x09\x03\x32\xb0\x60\xc7\x76\x2c\x5d\xbc\xee\x30\x21\ \xa1\xda\x30\x52\x24\x22\xcb\xf8\xc8\xd6\xa5\x4b\xd6\xee\xa5\x31\ \x99\x17\x5f\x3e\xad\x97\x5f\xa1\xd4\xd9\xa0\xe9\xe0\x1c\xba\xf1\ \x82\x73\x0e\x00\x02\x3a\xe7\xe4\xe8\x2c\x0d\x80\x4e\x72\x76\x01\ \x8c\x50\x6b\x53\xab\x21\x81\xb9\x79\xf1\xfc\x8d\xfb\x4b\x4d\xae\ \xe4\x8d\xbe\x78\xda\x98\x7c\xd2\x56\xf1\xe9\xa7\x8b\x76\x97\x07\ \x73\x07\x4d\xbc\x72\xea\x50\xd2\x5e\xf9\xe9\xfc\xf9\xfb\x6a\xf4\ \x5e\x23\x2e\xbe\xfc\x82\x22\xbd\x72\xcf\x27\x8b\x57\x1d\x6b\xb4\ \xfa\x4f\xb8\x08\xb8\xbe\x79\xfe\x8b\xe1\x43\x19\x43\xa7\x5e\x3f\ \x21\x2f\x96\x9d\xbe\x7b\x77\x36\x80\x0b\x7e\xe6\xae\x0b\xfe\x46\ \x2e\x22\x21\x44\x51\xf1\xfe\xe5\xef\xbd\xb6\x60\x77\xf6\xa0\x21\ \xa4\x62\xf5\x73\xaf\xce\x6f\x66\x32\x01\xc1\xb8\x9a\x37\xa0\x3f\ \x1c\x5d\xfe\xdc\x1b\x9f\xb6\x09\x85\x60\x24\x29\x52\xf1\x8a\x59\ \x2f\x7d\xbc\x2d\xa5\x60\x60\x41\x6e\xaa\x14\x3e\xf2\xda\x73\x2f\ \x1f\xc3\x99\x83\x7a\x7b\x3e\x7d\xed\xf9\xa5\x07\x83\xa1\x92\x15\ \xcf\xbd\xb6\x48\xcd\x2e\xea\x9d\xe2\xe5\x96\x45\x64\xb9\x66\xf7\ \x67\xaf\xcf\xdd\xda\x7b\xcc\xe4\x1c\x7e\xe8\xd5\x37\x3e\x6d\xe3\ \xc4\xc9\xeb\x74\x70\x0e\x7b\xb4\x6d\x2f\x80\x10\xe8\x64\xb3\xdf\ \x0e\x2d\x74\x39\x04\x80\x40\x98\x10\x89\x60\xde\xb8\xf8\x93\x25\ \x6d\x89\xfd\x07\xf7\x71\x2f\x7e\xe5\xb9\x0d\x65\x4d\x1b\x17\xcc\ \x5c\xb0\x97\x4f\xba\x70\x5c\x76\x20\x96\xb0\xd6\x79\xaf\xbe\xb0\ \x3d\x92\x31\x79\x42\xd1\x8e\xb9\x2f\x2d\xd8\xdb\xd2\xb4\x7b\xf9\ \xb2\xad\x35\xfd\x46\x0c\xcf\x4e\xf2\x72\x81\x93\x7b\x0f\xbe\x60\ \xfc\xa8\x6c\xbf\xc2\x98\xe8\xce\xdd\x88\xb2\x92\x10\xd1\x28\x3c\ \x17\xa2\x27\xdb\x0b\x00\x08\x61\x4c\x88\xd9\xb8\x71\xdd\xb6\xc2\ \xcb\x7e\x34\x63\x5a\xff\x70\xff\xf8\xc7\x1e\x7b\xff\x60\xd5\x85\ \x80\x20\x67\xd4\xa4\x69\x53\x46\x8c\xcd\x76\xfd\xf6\x4f\x9f\x1c\ \xad\xbf\x78\x48\xaa\x46\x78\xe3\xea\x8d\x3b\x73\xa7\x3d\x78\xcb\ \xa5\xf9\x16\x47\x55\x6b\x5e\x3c\xc4\xb3\x7e\x71\xd7\x0d\xd9\x9a\ \x89\xca\x1f\x5b\xbb\x7e\x47\xbc\xb2\xd5\x53\x30\xe5\xae\xeb\xa6\ \xab\x8d\x81\x8d\xdb\xcb\x04\xd0\xe2\xf5\xeb\xaa\x5a\xc4\x91\xdd\ \xdb\x68\x43\x7b\x73\xf9\x9e\x9a\xc8\xd5\x05\x1a\x38\x8b\x14\x0e\ \xce\xa1\x1f\x61\xbb\xf4\x9c\x09\xd1\xe1\xcf\x47\x07\xe6\x29\xf6\ \x32\x80\xed\xf3\x33\x6a\x21\x97\xaf\xdf\xa8\x49\x17\xe6\x19\xd5\ \xfb\x77\xed\x28\xa9\x9d\x96\x92\x04\x9b\x8b\x4b\x9b\x87\x5f\x3c\ \xa1\xb7\x68\x5c\xb7\x62\x47\xa9\xa7\x28\x65\xd3\x36\xde\x1a\x6a\ \xda\xbb\xbf\x6a\xa0\x07\x25\x64\xf5\xbb\x68\xd2\x38\x15\x42\xbb\ \x28\x0f\x14\xf6\x1b\x36\xb8\xc8\x34\x22\x8c\xd1\xd3\x19\x31\xb6\ \xd9\x62\x47\x21\xf9\x57\x89\x2f\x9c\x47\x5e\x40\x44\x51\x24\x8c\ \x09\x25\xdc\xe2\x02\x81\xe0\x1c\x64\x89\x00\x00\xc2\x12\x01\x11\ \x5d\x5d\xb4\xe9\x0d\x81\x1d\xdc\x05\x40\x20\x38\x15\x42\x92\x09\ \x08\x0e\x40\x38\xe7\x18\x4b\x12\x02\x00\x24\x13\x22\x38\xe7\x76\ \x28\x06\x80\x77\x50\x22\x35\x85\x3f\xb3\x70\xfc\x84\xd1\x60\x8e\ \xbe\xc4\xe3\x4d\x54\x38\x75\x48\xc1\xc1\x39\x8d\x3b\x0a\x0e\x42\ \x70\xce\x19\xe3\xd1\x3e\xdc\xe9\x50\x9c\x38\x0c\xb8\xb0\xa7\x6e\ \xce\x18\x17\x82\x5b\x7a\x04\x04\xc7\xb2\xa2\x07\x8d\x82\x2b\x6f\ \xff\x45\xf2\xba\xf9\x1f\xcf\xfa\xdd\xfa\x9d\x0f\xde\xdc\x07\x6b\ \xbe\xbe\xc3\xc6\x0c\x4f\x46\xe3\x26\x4c\xf1\xa7\x66\xb5\xac\xb2\ \x38\xb7\x22\x94\x29\xc8\xe2\x82\x33\x8b\x01\x50\xce\x39\x63\xa2\ \x1b\x5f\xa5\x83\x1b\x00\x00\x63\x10\xc7\xed\x86\x9e\xc4\x0b\x08\ \x4b\x10\x2a\xff\x7c\xd9\x3e\xcd\x9f\x5c\xb7\xed\x33\xdd\x97\x96\ \x98\x92\x3a\x68\x70\xc1\x2b\x0b\xe7\x2e\xf7\x4c\xad\xdd\xf8\x71\ \x6b\x5a\xff\xfc\x74\xef\x3a\xcb\xaa\x29\x39\xb8\x73\x1b\xdf\xb4\ \xf0\x23\x9e\x37\x2a\x37\xc9\xcd\xa8\x25\xe4\x84\x91\xfd\x7b\xbf\ \xbc\xf0\xdd\x4f\xb4\x8b\xe3\x35\x77\x4a\xc6\x88\x54\xe3\xb5\x59\ \x73\x96\x8e\x4b\x6b\x59\xb8\xbb\x71\xf8\xdd\x03\xfb\xb9\xf4\xd9\ \xff\x58\xf2\xee\xc2\xc4\x21\x9e\xb2\xfa\x56\x9d\x0b\xa9\x60\xf4\ \x60\xfd\xb5\xed\x87\x6a\x06\xf4\x89\xa1\xed\x2e\x7f\x3a\x41\xc2\ \xb1\x16\x1c\x9c\x53\x5e\xe0\x82\xdb\xac\xc0\xb8\x9d\x6e\x7c\xd2\ \xe4\xdc\xf1\x10\x71\x26\x2c\xd3\xd0\x75\x93\x51\x6a\xe8\xba\x41\ \x2d\x60\xc2\xd4\x75\xc6\x8c\x63\x07\xf7\xd6\xe8\x71\xe3\x46\xe6\ \x6f\x9d\xbb\xa7\x56\x9e\x36\x3c\x8d\xec\xdc\xbe\xa7\xf0\xa2\xbe\ \x56\xb8\x3d\x90\x85\xa8\x11\xfd\x2f\x0b\x49\xc9\x5e\xb2\x6e\xeb\ \xf2\xd5\xe9\xed\x71\xf1\x59\xb9\xe9\x5e\x4e\x39\x9c\xb8\x3c\x69\ \x33\x02\x42\x28\xba\x4e\xc1\x38\xe7\xec\xcc\xed\x85\x6e\x74\xdc\ \xbe\x14\x8a\x84\xb6\x97\x99\xbb\x2b\xad\xd3\xe7\x35\x41\x76\x82\ \x34\xb1\x40\xb3\xd8\x71\xd7\x01\xd1\x48\xf1\xee\x2d\x1b\xb7\xec\ \x6c\x26\xe9\xd7\xdd\x38\xa3\x57\x9c\x92\x94\x53\x18\x6b\x54\xac\ \x5e\xb3\x39\xe4\xcd\xbb\xe5\x96\xab\x33\xbd\x48\x70\x56\x7f\x74\ \xdf\xee\x7d\x25\x38\x6d\xe8\x6d\x37\x5d\x92\xa4\x0a\xca\x39\xe7\ \x90\x96\x57\xe4\x67\x55\xeb\x37\x6c\x3d\x5a\x67\xf4\x1e\x3c\x71\ \xe2\xc0\xc0\xc1\x8d\xab\xb7\x97\x34\x0f\xb9\xe4\xc6\x4b\x87\x67\ \xba\x13\x72\xfa\xa4\xe0\x5d\xeb\xd7\xed\x3a\xd2\x98\xd2\x67\xd8\ \xa8\x41\xf9\x19\xd9\x79\x59\xde\xc8\x96\xb5\xeb\xf7\x94\x54\xc8\ \x89\xbd\xf2\xd3\xe3\xcf\x3c\x33\xdc\x81\x83\xaf\x0a\x8c\x49\x5d\ \x6d\x8d\x3f\x21\x01\x13\xc2\x39\xef\x5c\x9f\xec\x58\x2a\x3c\x7e\ \xd7\x1e\x98\xc1\x96\x06\xea\x4e\xeb\xd7\x3b\xbe\xb1\xbe\x2d\xad\ \x4f\xdf\x8c\x18\x68\xac\x6f\xf2\xa6\xf5\x71\xb7\x1e\x5a\xb4\x78\ \xd9\xde\x4a\x73\xcc\xd4\xab\xc6\x16\x66\xf7\xc9\xcf\x6e\x3b\xb2\ \x6d\xfd\x96\xbd\x55\x2d\xbc\x57\xdf\x7c\x35\xd2\x14\x96\x02\x85\ \x79\x69\x60\x89\x40\x46\x52\x4b\xe9\xce\xcd\x7b\x2a\x62\x52\xf3\ \x72\x53\x3c\x8c\x1d\x7f\xff\x2e\x39\x14\x20\x20\xba\x08\x22\xcb\ \x72\x7d\x7d\xad\xa6\xb9\x5c\x2e\xd7\x99\xb0\xc3\xd9\xe8\xb2\x78\ \x55\xf4\xfc\xca\xf6\xd7\xd7\x9e\x36\xaf\x29\x64\x88\xc9\x85\xea\ \x1f\xaf\x89\x0b\x1a\x5d\x65\x9c\xb0\xa2\x28\x12\xc1\x20\x84\x65\ \x1a\x16\xe3\xf6\x33\x84\x60\xe0\xdc\x32\x0d\x8b\x09\x49\x51\x54\ \x59\x12\x42\x80\xe0\xa6\x69\x1e\xcf\x5b\x44\x58\x56\x14\x99\x60\ \xc1\x99\x69\x18\x02\xcb\x8a\x22\x61\x00\xc6\x2c\xd3\xa4\x02\x90\ \x24\xcb\xb2\x44\x00\x21\x24\x98\xa1\x1b\x4c\x20\x49\x51\x6c\x4d\ \x28\x6a\x19\xa6\xb3\x18\xe1\xe0\x5c\x42\x92\xe5\xdd\x3b\xb7\xe7\ \x15\x14\xca\xb2\xc2\x19\xe3\xbc\xab\x1f\x11\xf5\x86\xbb\x58\x0e\ \x20\x29\xaa\x8c\x59\xc4\x60\x9a\xa6\x31\x53\x37\x19\x28\x9a\x8a\ \x99\x45\x81\x28\x32\x41\x1d\x1d\x1b\xb0\xa4\x2a\x32\x46\x48\x08\ \x66\xe8\x06\x48\xaa\x42\xb8\xa1\x5b\x02\x01\xc2\x92\xaa\x2a\x18\ \x84\x65\x19\x96\xc5\x8f\xbf\x7f\xc7\x67\x21\x40\x00\x02\x21\x6c\ \xcf\xca\x1e\x8f\x67\xdf\xde\x5d\xf1\xf1\x09\xfe\x84\x44\xce\xbf\ \xbc\x38\xcb\xd9\xf8\x11\x16\x87\xdc\x44\x79\x4a\x5f\x4d\x3b\x4d\ \xfe\x91\x41\xa1\x6f\xaa\x6c\xf1\x93\x2d\x2d\xd3\xd0\xcd\x53\x9e\ \xe9\xea\x0a\x31\xcb\x0c\x5b\x66\xb7\x56\x9a\x65\xe8\x56\xe7\x43\ \x66\xe9\x11\xab\xeb\xcb\xd4\x32\xa9\x75\xc2\x3f\x50\xd3\xa0\x4e\ \x87\x75\x70\x1e\xfd\x08\x4a\x99\x2c\x45\xe7\xec\x68\xf6\x92\x00\ \x40\xf6\xcd\x09\x33\x68\x67\xe7\xd4\x23\x11\x3b\x1c\x60\xe9\xf6\ \x40\x60\x27\xf4\x6b\x46\xf5\x48\x97\x5e\xdc\x39\x06\x04\x08\x46\ \xf5\x30\xed\xca\x35\x1d\x7f\x05\x08\xdb\x7d\xe8\x58\x0c\x41\x00\ \x20\x18\x67\x94\x32\x80\x73\x19\x77\x8c\x58\x62\x72\xa1\x36\xad\ \x9f\x76\xba\x0f\x41\x00\x94\x43\xc4\x12\x4e\x46\x91\x83\xff\x4f\ \x48\x21\xc6\xeb\xab\xaa\x28\xcf\x2b\x28\x24\x92\xd4\x11\xfe\x16\ \xe8\x78\x10\xf0\x7c\xec\x96\x40\x76\x7a\x75\xc7\x27\x02\xea\x08\ \x3c\x22\xd4\xda\xd2\x1c\x0e\x87\xdd\x1e\xcf\x19\x3a\xd4\x8e\xbe\ \xa3\x03\x07\x5f\xc3\x80\xe4\x9c\x1f\xd8\xb7\x17\x21\x88\xf1\xfa\ \x8e\x8f\xcc\x6f\xa4\x31\xd0\x61\x2c\x44\x49\x01\x2c\x4a\x5b\x9b\ \x1a\xd3\x33\xb3\x92\x53\x52\xd9\x99\x15\x7f\x75\x78\xc1\x81\x83\ \xaf\x87\x1a\x84\x10\xf5\xf5\x75\x91\x70\x08\x41\xcf\x32\x94\x11\ \xc6\xfe\x84\x04\xaf\xd7\xc7\xce\xb8\x22\xb4\xc3\x0b\x0e\x1c\x7c\ \x6d\xd4\x40\x08\xe9\x99\xfa\x0b\x8c\x31\x3b\x51\xfb\x1c\xc6\x17\ \x1c\x38\x70\xd0\x4d\x94\x41\x88\x1e\x28\xe2\x76\x76\x70\xf6\x0d\ \x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\ \x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\ \xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\ \xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\ \x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\x81\xc3\ \x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\ \xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\ \xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\ \x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\ \x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\ \x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\ \xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\ \x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\ \x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\ \x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\ \x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\ \xe0\xc0\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\ \x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\xfc\x3f\x76\xae\x34\x46\x8e\xe3\x3a\xbf\x57\xd5\ \x3d\xe7\xce\xce\xec\x7d\xf2\x26\xc5\x5b\x94\xa8\x5b\xa6\x42\x38\ \x94\x0f\x98\x91\x0d\x53\x31\x2c\xc8\xb0\x21\x20\xb6\xa9\x38\x50\ \x14\x24\x48\x10\x07\x31\x12\xc0\x4e\xec\x1f\x4e\x10\x1f\x91\x2c\ \x98\x89\x49\xc9\xb4\x4c\x27\xa2\x72\xc8\x10\x14\x2b\x92\x10\x52\ \x54\x48\xd3\x24\x45\x93\xd4\xb1\xa2\x48\x2e\x8f\xe5\x72\xb9\xc7\ \x9c\x3d\xdd\x5d\xf5\x5e\x7e\x74\xcf\xec\xec\x31\x4b\x49\x56\xa4\ \x15\xb7\x3e\x0c\x06\xbd\xb3\x33\xdd\xd5\x5d\xaf\xbe\xfa\xde\x51\ \x65\x60\x60\x60\x78\xc1\xc0\xc0\xc0\xf0\x82\x81\x81\x81\xe1\x05\ \x03\x03\x03\xc3\x0b\x06\x06\x06\x86\x17\x0c\x0c\x0c\x0c\x2f\x18\ \x18\x18\x18\x5e\x30\x30\x30\x30\x30\xbc\x60\x60\x60\x60\x78\xc1\ \xc0\xc0\xc0\xf0\x82\x81\x81\x81\xe1\x05\x03\x03\x03\xc3\x0b\x06\ \x06\x06\x86\x17\x0c\x0c\x0c\x0c\x2f\x18\x18\x18\x18\x5e\x30\x30\ \x30\x30\xbc\x60\x60\x60\x60\x78\xc1\xc0\xc0\xe0\x83\x02\x6b\x86\ \xff\x21\x22\x0a\x81\xb3\xaf\xd1\xcc\x4c\xcc\xc0\x6c\xfa\x6f\xee\ \x00\x01\x51\x20\xe2\xac\xb3\x47\x06\x60\x22\x9e\xce\x1a\x51\x08\ \x61\xd9\xb3\xf3\x79\xb2\x56\xa4\xf5\xdb\xe6\x05\x21\x84\xe3\x38\ \xa5\x62\x81\x67\xd9\xf0\x63\x06\xdb\xb6\x1a\x52\x8d\x52\x4a\x36\ \xd4\x30\x47\x48\x01\x51\x6b\x9d\xcf\xe6\xb4\x52\xb3\xb0\x6d\x89\ \x64\x43\x2c\x16\x67\xa6\x09\x9f\x5b\xb6\xce\x8f\x5e\x3e\x7b\xd2\ \x67\x04\x98\x5d\x74\x86\xc0\x8d\x1d\x3d\xc9\x96\x0e\xd2\xd3\x3f\ \x4f\xcc\x65\xc7\xa6\xbd\xd5\x7c\x3e\xe7\x38\x4e\x73\x73\x8b\x10\ \x72\xb6\x31\x9d\xe3\x38\xf9\x5c\xb6\xb5\xad\x5d\x4a\x0b\xc0\x50\ \xc3\xd5\x4f\x0a\xbe\xf2\x87\x2f\x0f\x35\x36\x66\x62\xb1\xf8\x6c\ \x6b\x9e\xd6\x6a\x64\x64\x38\x99\x4c\x36\xa4\x1a\x99\xa8\xaa\x14\ \xfc\x7c\xf6\xfc\x9e\x9f\xa7\xa5\x4e\x36\xa4\xaa\xc3\x11\xb8\xf2\ \xfe\xbe\xb2\x82\xf2\xfc\x61\xc7\x6f\x58\x7b\x5b\xf3\xfc\x25\x34\ \x1d\xd5\x4e\xaf\x17\x7c\xdf\x2f\xe4\xf3\x0b\x16\x2e\x8e\x44\xa3\ \xb3\xd0\x50\x1a\xd3\x19\x21\xc5\xd8\xe8\x48\x6b\x5b\xbb\x51\x0c\ \x73\x81\x19\xc6\x46\x46\x9a\x9a\x5a\x5a\x5a\xdb\x66\x67\xfb\x12\ \xc9\x86\xb3\x67\x4e\xc5\x62\x71\x29\xc3\x49\x54\x58\xf6\xa5\x63\ \xfb\x9b\xc1\xed\xb6\x19\x8a\x97\x00\xc5\x38\x1d\xbc\x2f\xbc\x80\ \x0c\x8c\xe3\xc7\xc4\xa9\x68\xf4\xe4\xeb\x2f\x27\xdb\xba\x22\x91\ \xe8\x54\xdd\x6d\x4d\x4b\xcf\xca\xf7\xa5\x65\x45\xa2\xe1\x0f\xaa\ \x3f\x63\x66\x44\x0c\xde\xdf\xa9\x13\x20\xa5\x00\x60\xd2\x7c\x05\ \x69\x15\x5c\xb4\xf6\x72\xc1\x3b\x33\x23\x8a\x74\x3a\x33\x72\xf9\ \x72\xf0\x5f\x33\x6e\xae\x76\xbd\x00\xae\xeb\x36\xa6\x33\x55\x6b\ \x7c\x6f\xfa\xbd\x62\xac\xa0\xb5\xae\xda\x61\xad\xf1\x57\x0f\xa2\ \xd1\xa8\x10\x42\x29\xdf\xb2\xac\x6a\xc3\x5c\xc5\x0b\x1a\xe2\x5c\ \xb8\xcc\xc2\x06\xd4\x10\x7c\x99\xc7\x6d\xfa\xbd\xf1\xba\x11\x90\ \x81\x01\x81\x81\x91\x83\x16\x00\x6b\x15\x8f\xc6\xec\xb2\xe3\x97\ \xcb\x91\x68\x1c\x58\xbf\x25\xbd\xc0\x15\x42\x63\xa2\xca\xfd\x84\ \xb7\x1b\x28\x25\x9a\xae\x57\x84\xb4\x04\xb2\x56\x9a\x01\x10\x85\ \x94\x82\x94\xa2\x49\x71\x18\x7f\xf4\xd5\x37\xce\xb5\x2e\x5e\xd1\ \x1c\x45\xe2\x99\xc5\x4e\xf8\x18\x27\x31\x05\x33\x03\x6b\x00\x24\ \xc3\x08\x73\x06\x81\x41\x56\xad\x91\x99\xc3\x51\x4a\x34\xc9\x48\ \x02\xc3\xab\x58\xaf\xd6\xf4\xce\x8d\x44\x08\x18\x3c\xfd\xea\xb0\ \x6c\x5f\xd1\xd3\x4c\x44\x53\xa7\x79\x66\x0e\x9a\x22\x03\x3a\xe0\ \x29\x6d\x26\x62\x62\x40\x0d\x80\xc0\xc1\x94\x8d\x55\x72\x7b\x2b\ \x84\x28\x44\x10\x9b\x60\x26\x0e\x6e\x45\x0a\x04\x66\xcd\x80\x88\ \x42\x40\xf5\xf3\x7a\x71\x04\x86\x2a\x1b\x40\x25\x54\xcf\x4c\x04\ \xc4\xac\x75\x3d\xe9\x22\xea\xf5\x03\xe9\xf0\x89\x07\x7d\x40\xc1\ \x3b\x11\xd7\x39\x13\x22\x94\xc6\x06\x2f\x0c\x65\x09\x11\x11\xa9\ \x9c\x1f\x38\x7f\xd1\xa5\x09\xa2\x00\x85\x10\xc5\xbe\x5d\x3b\x77\ \x9e\xcc\xb3\xb8\x12\x5f\x72\xed\xd5\x89\x88\x82\x26\x30\x33\x03\ \x22\x30\xb3\xae\x70\xb0\xc1\xd5\x8e\xc0\x1a\x01\x91\x6b\x30\xc5\ \x1a\x19\xd1\x92\x92\x86\xce\x9d\x7a\xe5\xc4\x89\xbe\x53\xe7\x72\ \x8e\x7a\xe7\x06\x82\x42\x08\x3a\xf4\x8b\x5d\xbb\xf7\x9f\x16\x42\ \x40\x1d\x6b\xa4\xc0\x1a\x01\x82\xc6\x4c\x68\x33\x11\x90\x62\xd6\ \x44\x9a\x35\xb1\xd6\x4c\x9a\xb4\x62\xd2\x44\x9a\xaf\xf4\x02\x26\ \xc1\xea\xd2\x48\xee\xc4\xc5\xd1\x53\xa3\x8e\x66\x96\x4c\x40\xea\ \x52\xae\x30\xe2\x2a\x00\x12\xda\xeb\x1f\xca\x67\x3d\x0d\x5c\xf7\ \x24\x44\x44\xe3\xc7\xe1\x75\x89\x34\x33\x41\x70\x50\xe7\xee\xeb\ \xea\x05\x26\x3d\xc1\x83\xa8\xb0\x74\xbd\xc7\x68\x59\xf2\xf8\xb3\ \x8f\xfc\xf8\xc2\x9a\x6f\x3d\xb8\x25\x09\x50\x3c\xf9\xe2\xb7\x1f\ \x7a\xe9\xcb\xdf\xfc\xeb\xe5\x4d\x12\x80\xb5\xa6\xc0\xf5\x62\xad\ \x7c\xa5\x18\x18\x50\x5a\x16\x90\xd6\x28\x25\x02\x2b\x5f\xf1\x0c\ \x7a\xae\xa2\x59\xaa\x96\x41\xcc\x01\x85\x1b\xcc\x09\x5e\x08\x12\ \x81\x15\x0b\xc4\xca\x5c\x3d\x61\x62\x40\x69\xf1\xd8\x33\xdb\xb7\ \x3d\xf5\xcb\xfe\x54\x73\x46\xb9\xfa\xa6\xdf\xdd\xfa\x99\x9b\xe7\ \x6b\xad\x01\x85\x14\x48\xca\x27\x94\x96\x14\xa4\x35\x0a\x89\xc8\ \xca\x57\x28\x2d\x29\x90\xb4\x0e\xe4\x88\xb4\x2d\x64\xd2\x8c\x52\ \x20\x00\x2b\xa5\xf4\x44\x57\xba\x7a\xd1\x71\x87\x22\xf8\x82\xd6\ \x93\x12\xe7\x4c\x04\xa4\x81\x08\x00\x99\x29\x08\x2b\x04\xad\x0f\ \x44\xfd\xcc\x52\x41\xb2\xf7\x9f\x87\xcf\x3c\x3b\xe8\xa6\xa2\xa2\ \x58\x56\xdd\x3d\x9d\x5f\x5a\xd7\x95\xe1\xe2\xf6\xbd\xaf\xb5\xaf\ \x5e\x7d\xdf\x3c\xf9\xcc\x81\xbe\x5f\x14\xa3\x0f\xdc\xbe\x30\x8d\ \xac\x09\xae\xa0\x19\x10\x00\x30\x7c\x68\x02\x51\x13\x10\xb1\xaa\ \x1b\xe9\xa8\x9b\xa7\x0c\x55\x7a\xed\xad\x06\x1d\x53\x37\xe5\xc2\ \x02\x65\x24\x1a\x4f\x04\x91\x98\x78\x3c\x62\x49\x21\x84\xce\x9d\ \xd9\xbd\xf3\xf1\x23\x67\x47\xa3\x6d\xab\xef\xbd\xef\xde\xa5\x96\ \x14\x42\x48\x69\xe7\xdf\x7c\xee\x7b\x3f\x7a\xa6\xc0\x16\x5b\x99\ \x3b\xb7\xdc\xfb\xdb\xd7\x76\x29\x5f\xcd\xe4\xea\x05\x9a\xa4\xa6\ \x6c\xc1\xf8\x11\x73\xc8\x8f\x60\xae\x8c\xbf\xaa\x8b\x3c\x49\x8e\ \x0b\xcb\x86\xa3\xff\xf1\xe8\x13\xfb\x4b\xf7\xff\xc5\xd7\xd7\x76\ \xc6\xcb\xf9\xac\x1f\x4d\xe7\x4f\xed\xfb\xe7\xc7\x9f\xbe\x30\xea\ \xf7\xac\xff\xc8\x7d\x9f\xd9\x24\xcf\x1f\x79\x64\xfb\xae\xb3\x65\ \xc1\x10\xd9\xf0\xa9\xcf\x6f\xbe\x65\xb1\xce\x9e\xdd\xfd\xd3\xc7\ \x7f\xd9\x77\xb9\x69\xe1\x4d\x5f\xbe\xff\x6e\xef\xe8\xb3\x8f\x3d\ \xf9\xc2\x88\x83\xd7\x6c\xf8\xf4\x17\x36\xaf\xb3\x84\xc0\x9a\xcb\ \x4d\xb5\xc6\xea\x78\xd0\x53\x87\x23\x11\x2b\xcd\xa4\x83\x46\x72\ \x8d\xc3\xc3\xc0\x33\x4b\x5d\xdb\xc2\x03\xc7\x4e\x3f\x35\x08\x0f\ \xde\xb1\x6c\x79\x5c\x14\x0a\xf9\x7f\xdc\x73\xea\xb1\x44\xf4\x81\ \x65\x76\x44\xc8\x28\xbb\xcf\x1f\x38\xff\x6c\xd1\xfe\xc3\x5b\x7b\ \xe7\x4b\x7f\x86\x71\x33\x7e\x45\x84\x60\x52\x0d\xdb\x4c\x0c\xa4\ \x98\xea\x96\x35\x5a\xf5\x86\x61\x20\x8b\x18\x6a\x7b\x21\x64\xb9\ \x7a\xc3\x11\x23\xf6\xe0\xa1\xff\x7e\x78\xdb\x40\x04\xa1\x3c\xf8\ \xfa\xa0\x6a\x8a\x47\xdc\xe7\x76\xfc\xd3\x41\x77\xdd\x57\xfe\xe0\ \xc6\xbd\x3b\xfe\x7e\xdb\x13\x8b\xbf\x7e\x77\x12\x00\x51\xe0\xf0\ \x99\xa3\x67\x74\xfb\x83\x0f\xdc\x53\x3c\xf8\xef\x3f\xdc\xf6\x83\ \xcc\xd7\xbe\xb6\xbe\x19\xfc\x99\xbc\xc1\xda\x67\xcb\x00\x40\x64\ \x78\x61\x0e\xe9\x05\x60\xe0\xaa\x19\x86\xaa\x9e\x10\x91\x2b\xb2\ \x1f\xfd\x4b\xfb\x0e\x1d\x5e\xf8\x89\x3f\x5b\x3f\x2f\xad\x94\x9f\ \x48\x37\x03\x83\x6e\x5f\x7e\xf7\x17\x16\x50\xb6\xef\xe1\xef\xef\ \xde\x73\xfd\x6d\x1f\x72\x4f\x1d\x1f\x48\x7c\xf1\x4f\x7f\x8f\x8f\ \x3d\xf1\xf0\x4f\x7e\xba\x66\xcd\x1f\xf7\xff\xec\x07\x2f\x0e\x2d\ \xf9\xd2\x57\x3e\x1b\x97\xb1\xd8\xe5\x23\x0f\x6d\xff\xf9\xd2\x2d\ \x5b\xef\x49\xf7\x7f\xe7\xbb\x3f\xda\xbb\xf2\x2f\x2d\x5b\x86\x9c\ \x34\xd9\xea\x83\x39\x2a\xf8\x5c\x00\x00\x69\x3d\xe9\x3b\xc4\x0c\ \xe4\x83\xd2\x2c\x18\x81\x11\x80\x02\x82\x08\xb3\x95\x58\x5f\x2b\ \x08\x70\xdd\x7d\x17\xf3\x2b\xaf\x59\xb2\xaa\x01\xb5\xd2\xe9\x4c\ \xc3\x5d\xcb\x1a\xfe\xee\xcc\x68\x69\x41\x4b\x04\xf5\x7f\x1d\x7c\ \xa3\x3b\xd3\xf8\x27\xb7\xf5\x76\x0a\xe5\xf9\x7c\x85\xd8\x69\x25\ \x52\x17\x5c\x1b\x03\x2e\x25\x06\xad\xa9\xfe\xd4\x5a\x4f\x2f\x30\ \x91\x06\x00\x9a\xe8\x4d\x10\xd5\x0d\xa3\x06\x0e\x4b\xa4\xb1\xa9\ \x77\xfe\xfc\x98\xe0\x12\x0c\x1f\x3b\x47\x54\xbc\x70\xf4\xd4\xf9\ \x61\x8d\x8f\xef\x78\xad\x30\xc6\xd8\xe4\x79\x5e\x04\x98\x49\x2b\ \x62\x99\xca\x34\x75\x75\xf7\x34\x7d\xf2\xee\x3d\x2f\x7e\xeb\xf0\ \xf1\x81\x1b\x36\x76\x6a\x5f\xd7\x7d\x56\x38\xa1\x4f\x88\x88\x59\ \x9b\x01\x33\x27\x80\xc8\x44\xc4\x04\x3a\xf4\xf0\xa7\xb1\x46\x21\ \x40\xbb\x9e\xd2\xb1\xb8\x05\xe4\xfb\xbe\x0f\x80\xd2\xc2\x81\xbe\ \xc3\x4f\x3e\xbd\xaf\xa8\xf5\xa5\x9c\x5f\xce\xe5\x75\x14\x63\xa9\ \x96\xae\xee\xee\xf6\xcc\xc6\x8e\x17\xfe\xf5\x7c\xff\xf9\xe3\x27\ \xb2\x1b\x3f\xbf\x79\xf5\xe2\x76\x06\x1c\xdc\xfb\xdc\x85\x81\x41\ \xef\x7f\xfe\xed\x14\xbb\x64\x5b\xae\x93\x23\x46\x66\xd2\xa4\xf5\ \xc4\xd2\xc0\x5a\x73\x44\x64\x00\x7b\x72\xdc\x11\x81\x89\x48\x13\ \x33\x01\x71\xa5\x1c\x92\x29\x20\x04\x02\xa8\x5f\x48\xcc\xc8\xa0\ \x7d\x9f\x21\x25\x08\x7c\x5f\x69\x96\x80\x96\x14\xac\xb5\xd2\x0a\ \x88\x01\x20\xeb\x78\x67\xb3\xe5\xce\xb4\xbc\x82\x6c\xe6\x20\xd6\ \x19\xfa\x3f\xc0\x40\x10\xa6\x55\x80\x74\x30\x80\xa6\x9d\xe9\xad\ \xe9\x43\x88\x0c\xc4\x44\x3c\x1e\x5f\xa9\xca\xb6\x7a\x3c\x47\x1a\ \x7c\xcf\x4f\x2f\x58\xb3\xe9\x23\x77\x26\x11\x72\xbf\x56\x2f\x1d\ \x3e\xe8\x91\x94\x68\x2f\xbd\xf5\x93\x0f\x7c\x6c\x89\xaf\x08\xed\ \xa4\x1c\x7b\xc9\x0f\x32\x1a\xa4\x39\x98\xf1\x8b\xd9\xbc\xeb\xb7\ \x46\x25\x29\xa5\xa7\xf3\x93\x70\x62\x6f\x30\x22\x22\x32\x13\x31\ \xcd\xb6\x32\x32\x83\xff\x17\x5a\x00\x20\x26\x26\xa6\x20\xba\x17\ \x04\xe0\x2b\x0e\x45\x68\xd3\x9a\x55\x34\xbd\xb0\xbd\xfd\xe9\x7d\ \xfb\x47\x36\x2e\x49\x5b\xa4\xc1\x8a\x78\x67\xfe\xe5\x27\x3b\xe9\ \x96\xdf\xff\xa3\x4d\x1d\x8f\x7e\xf3\x1f\x5c\x4f\x91\x4d\x4c\xda\ \x73\x95\xeb\x2a\x81\x0c\x8c\xb6\xe5\x0d\x8f\x66\x01\x3a\x18\x40\ \xd8\xc2\x4a\x76\x6d\xfe\xdc\x17\x57\x35\x0a\x42\x99\x4c\xd2\x53\ \xcf\x3b\xdc\x00\xa0\xc7\x79\x01\x27\xb2\x03\x03\x08\x21\xc2\x91\ \x32\xa9\xcd\xa4\x59\xfb\x00\x9a\x29\x94\x37\x00\x80\x1c\xba\xf9\ \x30\x43\x70\x0c\x81\x85\x58\x16\xb7\x9f\xef\x1f\x2b\x74\xb5\x35\ \x00\x83\xa7\x7e\xd5\x9f\xef\x6a\x6e\x4b\xb2\x76\x19\x3f\xb6\xae\ \x77\x55\xee\xf2\x77\x5e\x3c\xed\xde\xda\xbb\x21\x2d\xcb\x8a\x67\ \x72\x24\x2a\xe4\x89\x18\xc4\x65\x00\x04\x06\x7a\x3b\x0c\x3b\xe2\ \xdb\x88\x3b\x02\x13\x33\x71\x40\x78\x5c\xed\x03\xa2\x6a\x11\xc1\ \xa4\x9f\x68\x0b\x7c\xd7\x29\x16\x8b\x25\xc7\x15\x12\x4a\xc5\x52\ \xa1\x90\x2f\x63\xdb\x9d\x1b\xae\x7b\xe8\xe9\x9d\x8f\x95\xd6\x27\ \x48\xac\xbc\xfd\xc3\xeb\x5a\x9b\xe3\x6a\x78\xef\xde\xc3\x1f\x6f\ \xb6\x07\xfb\x0e\xec\x7a\x34\xaa\xfb\x0f\x8d\xa6\x56\x7c\x6e\x79\ \xa6\xe4\x78\xb5\xe1\xd1\xc9\x25\x12\x35\x35\x0c\x04\xc8\x34\x63\ \x7e\xc6\xe0\x2a\x8b\x2f\x10\x13\x13\x12\x8e\x07\x20\x6b\xac\x11\ \x00\x98\x55\x09\x22\x1b\x36\x6f\x39\xfa\xdd\xc7\xfe\xf6\x1b\x03\ \x6b\x97\x76\x96\x73\xb9\x9e\x75\x37\xf7\x74\xb7\x1f\x7c\xf5\xc0\ \x73\xb2\xe5\xcd\x61\x67\x3d\xb2\xf2\xdc\x92\xe3\x6a\xa5\x95\xef\ \x95\x0a\x25\xcf\x6e\xfa\xd0\x9d\x37\x7c\x6f\xf7\x0f\xbd\xfe\xb5\ \x99\x64\xf3\xed\x77\xac\x5f\xbf\xf0\xc0\xae\x6d\x3b\x6e\x5a\xd1\ \x46\x0d\x3d\x1f\xdd\x74\x6b\x6b\x26\xdd\xff\xbf\x7b\x5e\xd9\xb0\ \x72\x69\x8a\x15\x4f\x63\x8d\x10\xc8\x04\xe2\x6a\xa5\xe3\x84\x98\ \x08\x69\x26\x66\x82\xd0\xe7\x08\x26\x56\x08\xab\x8c\x66\x30\x5f\ \x97\x70\xd3\xb2\xe6\xd7\x0e\x0d\xfd\xcd\x4b\xee\xea\xb4\x75\x69\ \xa4\x74\x4a\x47\xb7\x2e\x4a\x4a\xed\x95\x3c\x9d\xf5\xf4\xb5\x4b\ \xdb\xb7\xaa\x8b\x0f\xed\x3f\x1f\xb9\xb9\xeb\xfa\x24\xd6\x63\x06\ \xe4\x30\xee\x18\x64\x6b\x30\xf0\x7a\x82\xda\x21\xd6\x40\x75\xdb\ \x20\xbf\xfa\xd5\x3f\x9f\xf4\x91\x40\x74\xcb\xe5\x42\x21\xdf\xde\ \xd1\xe1\x7b\xde\x78\x4e\xa8\x22\xe1\xa8\x22\x20\x6a\x5f\xc4\x2c\ \xac\x78\x5b\xe7\xfc\x79\x6d\x69\xd0\x9a\x50\xa6\x5a\x3a\x7a\x7a\ \x3b\x7b\x97\xae\x5a\xdc\x6a\x0d\x0d\x8d\x68\xd9\x30\x6f\x61\x6f\ \x26\xd3\xde\xdb\xda\x24\xad\x58\xcc\xbf\x70\xfc\xac\xbf\xb0\xb7\ \x35\xd6\xbc\xe4\xae\x2d\x9f\xe8\x4d\xa0\xaf\x27\x9e\x16\xc2\xcb\ \x50\x4d\x20\xba\xa6\xd8\x89\x86\x2e\x0d\x76\x74\x76\x12\x91\x19\ \x36\x57\x37\x84\x10\x83\x17\x2f\xb6\xb5\x77\x86\x76\x18\x98\x62\ \x50\xb9\x10\x1a\x67\x50\xd4\xa2\xad\xc6\xee\x1b\xd6\xaf\xb0\xbd\ \x7c\xae\xe8\x46\x52\x2d\x0b\x97\xae\xba\xe5\xfa\x55\xb2\x70\xe9\ \xe2\xa8\xd3\xb3\xe6\xe6\x1b\x57\x2f\x48\x46\x23\xa9\x96\x8e\x79\ \x3d\xad\x16\x42\xa2\xb1\xa9\xb7\xb7\x67\xd1\xf2\x95\x8b\x9a\xad\ \xa1\x4b\xc3\x18\xcf\xcc\x5f\xb2\xfa\x86\xeb\x56\x44\xdd\xd1\xe1\ \x9c\x9b\x68\xe9\xea\xed\x6c\xef\xe9\xe9\x6a\xb0\x75\xa2\xb5\xb7\ \x25\x8e\x8a\x42\x6b\xe4\x6a\xf4\x2e\x34\x4b\xb4\x6d\x6b\x60\x60\ \xa0\x31\xd5\x18\x89\x44\xaa\x51\xd0\x81\x57\x8e\xb4\x7b\xa3\x42\ \x79\x81\x3c\x80\xa0\xcd\xa1\x3d\xd3\x34\x43\xa8\xe6\xc5\x44\x91\ \x88\x7d\x63\x47\x3c\xa2\xd4\x98\xcf\x2d\xe9\xc4\x67\x97\x37\x2d\ \x8e\x80\xd2\x14\xb3\xac\x05\xa9\x48\xab\xc0\x79\x4d\xb1\x16\xa9\ \x95\xb0\x7a\x63\x58\x79\x04\x53\xce\x53\x4d\xa6\x06\xcd\x0d\xd5\ \x16\x03\xb2\x25\xed\x0b\x65\x4e\xad\xb8\x3e\x16\x4f\x4c\x9d\xe6\ \xa7\x59\x1f\x21\x84\xc8\x65\xb3\x17\x07\x2e\xac\x59\x77\x9d\x53\ \x2a\x55\xf2\xc4\x01\x05\x86\x69\xe4\x69\x35\x86\x8c\xc4\x22\x42\ \x3b\x65\x0f\x00\x50\xda\xb1\xa8\xe5\x3a\x65\x02\xb4\xa3\xb1\xa8\ \x2d\x81\xa9\xec\x38\xbe\x66\x3b\x1a\x4b\xc4\x22\xc7\x9e\xfa\xf6\ \x23\x87\x5b\xbe\xf1\x57\x5b\x33\xaa\x58\x2a\x95\xfd\x19\xeb\x1f\ \xb1\xf2\x16\xd0\x74\xb0\x62\xea\xc4\xf1\x5f\xaf\xbb\x6e\xbd\x9a\ \x7d\x0b\x69\x0c\xde\x5d\x48\x29\x8f\xbe\x7c\x78\xcd\xb5\xeb\xaa\ \xc5\x03\x35\xf5\xb7\xd5\xd4\x00\xc4\x13\x71\x29\x04\x0a\xcb\xb6\ \xc3\x25\x8c\xca\x2b\xe5\x8a\x6e\x3c\x1e\x93\x02\x81\x74\xb9\xec\ \x68\xb0\x63\x51\x51\x76\xca\x8c\x56\x2c\x66\xab\x72\xd9\x27\x8c\ \xc4\x62\x51\x5b\xb2\x56\x8e\x53\x26\xb4\xe2\xf1\xa8\x14\x48\xca\ \x73\xca\x2e\x0b\x3b\x1e\x8d\x28\xb7\xe4\x05\xb5\x32\x61\xed\x4c\ \xd5\xa3\x15\x10\xae\x9b\x4a\xbe\x7c\xe4\xd0\xbc\xde\xf9\xc9\x86\ \x86\xa0\x49\x56\x34\x7e\xf8\xc9\xed\x6b\x8b\xa7\x6d\xbf\xcc\x50\ \x51\x13\x35\xd9\xce\x99\x5d\xe0\xa4\x25\x00\x01\x10\xc1\x42\xc0\ \x20\x4c\x48\xc0\x50\xf2\x29\x6a\x09\xd6\xe4\x32\x00\x40\xdc\x12\ \x4c\x54\xa6\x19\xf3\x11\x08\xc8\xc8\xc0\x2c\x40\x30\x40\xa5\xcd\ \xb1\x44\xe2\x57\x59\xea\xfe\xf4\xfd\xe9\xe6\x96\xa9\x0b\x2b\xad\ \x7a\x91\x1e\x5f\xf9\x44\x04\x08\xc4\x95\x60\x6c\x20\x99\x02\x31\ \x32\x5d\xb0\x43\xbb\x8e\x53\x6d\x8f\xf2\x1d\xe5\x07\x87\xbe\x53\ \xf2\x9d\xf1\x11\xae\xca\x4e\xde\xf7\x9a\x96\xdd\xf1\xa9\x8c\xad\ \xb2\xa3\x39\x52\x95\x2a\xac\x29\x61\x8e\xda\x6c\x0b\x56\x52\x21\ \x08\x20\xd0\x75\x5c\xb3\xce\x7a\x4e\xf9\x11\x9e\xe7\x45\xec\x88\ \xe6\x30\xba\x80\x5c\xc9\xf6\x31\x00\x83\x94\x72\xd7\xae\x9f\x0d\ \x0f\x0f\x4b\x19\x9a\xb4\xf2\xfd\xee\xee\xee\xbb\xee\xfa\x1d\xa7\ \x50\xa8\x39\x93\xe7\x84\xf3\x88\x2a\x17\x55\xe0\xcb\xd7\xda\x27\ \x80\xef\x14\xfc\x9a\xb0\x59\x68\xc6\x58\x55\xe5\x5c\x29\x9f\x08\ \x33\x12\x80\x42\x68\xad\xb5\xef\x4f\x9a\x2f\x59\x6b\xdf\x75\xa3\ \x82\x15\x13\x54\xb3\xfe\x95\x20\x20\xd7\x5f\x23\x21\x10\x77\xbc\ \x72\x79\xcc\xd3\xb2\xf6\x84\x0c\x42\xc0\x3d\xcb\x9a\x10\xb8\xca\ \x8b\x8e\x4f\x57\x0c\xcd\x04\x99\x5c\xac\xd6\x4e\x10\xa1\x40\x00\ \xd6\x4a\xf9\x0a\x42\xdf\xe2\xad\xc4\x17\x98\x39\x91\x48\x68\xad\ \xcf\x9d\x3d\xd3\xd3\x33\x0f\x85\xa8\x68\xa6\x71\xc7\xea\x37\xad\ \x4e\x67\x48\x5c\x73\xfb\x82\x95\x5c\x76\x5d\x86\xe8\x0c\x19\x08\ \xac\x52\x50\xa8\x19\x10\x00\x5c\xd7\x7d\xb3\xef\xf5\xe6\xd6\x76\ \xb3\x38\x62\x8e\xa0\xa9\xb9\xf9\x64\x5f\xdf\x8a\x55\xab\xe3\xf1\ \x24\x31\x61\xe8\xa8\x63\xed\xa4\xbb\x71\xe3\x46\xcf\xf3\xc6\x23\ \x0e\xc4\xb1\x58\x2c\x12\x89\x5a\xf6\xbb\xb3\x03\x02\x8e\x2f\x70\ \xa8\x8e\xba\xb0\xd2\xb1\xff\xf4\x69\x40\x91\x48\x24\x6a\x88\x4c\ \xb7\x2c\x59\xd5\xf7\xc2\x89\x35\x4d\x91\x58\xc4\xae\xc9\xb0\x87\ \xa9\xd5\x99\x0d\xf7\xc3\x8b\x5a\x7d\x9a\x5c\xf9\x84\x88\xa9\xa4\ \xfd\x8e\x36\x44\xc1\x09\x47\x88\x4c\x74\x3a\xeb\x70\xcf\xb5\xc9\ \x54\x7a\xfa\x9d\x23\xa6\x5d\x67\x2d\x84\x28\x16\x0b\x27\xdf\xe8\ \x23\x22\x29\x65\xc8\x71\xef\xc7\xea\xd0\xea\xa5\xb1\x9a\x86\x05\ \x54\xbe\x97\xce\x34\x2d\x5a\xbc\xc4\xf0\xc2\xdc\x49\x49\xbc\x79\ \xf2\x8d\x5c\x2e\x6b\x59\x76\xc0\x07\x53\xad\xd1\x92\x72\xf2\x8c\ \xcd\xac\xb5\x7e\xd7\x0d\xb2\xd6\x1a\x01\x40\x6b\x2d\x84\x58\x7a\ \xcd\xf2\x78\x3c\x31\x1e\xed\x42\x44\x14\x27\x0f\xee\xc9\xbe\xbc\ \xcf\x72\x0b\x28\xde\xde\x16\x0c\x56\x9d\xaf\xab\xdf\x34\x98\x16\ \xc6\x21\x09\x05\xcc\x5b\xb1\xec\xb7\x3e\x9e\x6c\x6c\x9a\x76\x0b\ \x86\xe9\x79\x01\x00\x84\x14\x5a\xa9\x62\xa1\x48\x4c\x38\x85\x75\ \xde\x4b\x09\x59\x15\x44\xd5\xbf\x6d\x3b\x92\x4c\x26\x79\xc6\xba\ \x6c\x83\xab\x8a\x17\x10\x11\xb1\x58\x28\xf8\xca\x7f\x5f\xad\x11\ \x26\xed\xa0\x10\xe4\x29\x93\xc9\x06\x29\xe5\xa4\x10\x38\x22\xa2\ \xb4\x8a\xb9\xac\xef\x79\xb3\x2d\x9f\x8e\x28\x92\xa9\x94\x65\xd9\ \x6f\x6f\x5f\x96\xda\xce\x98\x8d\xde\x26\xc3\xa4\xbd\x71\x0c\xe6\ \x04\x3b\xcc\xca\x5d\x05\x01\x60\x86\x29\x0a\x85\x9c\x9d\x8b\xfb\ \xea\xed\x3d\x57\x37\xbe\xf0\x56\xee\xd6\xc0\xe0\xfd\x31\xe5\x0f\ \x5e\x9b\xf5\x07\x71\x08\x99\xfd\xa0\x0d\x0c\x0c\x0c\x2f\x18\x18\ \x18\x18\x5e\x30\x30\x30\x30\xbc\x60\x60\x60\x60\x78\xc1\xc0\xc0\ \xe0\xdd\xc6\xff\x0d\x00\x14\x91\xbe\xbe\xb9\xdd\x3f\x1d\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x43\x9d\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x4c\x00\x00\x01\x6e\x08\x02\x00\x00\x00\x65\x68\xb6\x35\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\x43\x23\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x9c\x54\ \xc7\x95\x2f\x7e\x4e\x55\xdd\x7b\x3b\xf7\xe4\x19\x66\x06\x86\x30\ \xe4\x9c\x41\x24\x09\x49\x28\x67\xd9\xca\x92\x65\xd9\x5e\xc7\xcd\ \xe9\xed\xae\xf7\xbd\xb7\xfb\x7e\xbb\xef\xad\x77\xbd\xb6\xd7\x51\ \xb6\x1c\x64\x2b\x67\x94\x10\x02\x09\x44\x10\x22\xe7\xcc\xe4\xc0\ \xe4\xd0\xe1\xa6\xaa\x3a\xbf\x3f\x7a\x66\x18\x60\x90\xb0\xd6\x96\ \x00\xf7\xf9\xcc\x07\xba\x6f\xdf\xee\x5b\xb7\x6e\x7d\xeb\xe4\x73\ \xf0\x81\x7b\x6f\x83\x2c\x65\x29\x4b\x97\x10\x11\x91\x61\x18\xc5\ \xc5\xa5\xb3\xe7\x2e\x28\x2f\x1f\xce\xa7\x4d\x9d\x98\x9d\x94\x2c\ \x65\xe9\x52\x22\x44\x54\x5a\x75\x76\xb6\xd7\xd4\x9c\x28\x2e\x29\ \x15\xbe\xe7\x67\x27\x25\x4b\x59\xba\x14\xa1\xce\x52\xc9\xe4\x96\ \xf7\x37\x0a\x22\xca\x4e\x47\x96\xb2\x74\x49\x0a\xed\x88\xac\xb9\ \xa9\x41\x64\x31\x9e\xa5\x2c\x5d\xc2\x38\x97\xd2\x13\x5a\xeb\xec\ \x5c\x64\x29\x4b\x97\x30\xce\xb3\xe2\x7a\x96\xb2\x74\xa9\x83\x5c\ \x67\x41\x9e\xa5\x2c\x65\x39\x79\x96\xb2\x94\xa5\x8b\x18\xe4\x4a\ \x65\x75\xf2\x2c\x65\x29\xcb\xc9\xb3\x94\xa5\x2c\x5d\xc4\x3a\xb9\ \xce\x82\x3c\x4b\x59\xca\x72\xf2\x2c\x65\x29\x4b\x17\x31\x27\xa7\ \xac\x4e\x9e\xa5\x2c\x5d\xda\x9c\x3c\x2b\xae\x67\x29\x4b\x59\x9d\ \x3c\x4b\x59\xca\x52\x56\x27\xcf\x52\x96\xb2\x74\xa1\x82\xbc\xa7\ \xb7\x27\x3b\x11\x59\xca\xd2\xa5\x0c\xf2\x2f\x7e\xf1\x8f\xb2\x13\ \x91\xa5\x2c\x5d\xc2\x84\xa4\x55\x76\x16\xb2\x94\xa5\x4b\x98\x44\ \x22\x91\xc8\xce\x42\x96\xb2\x74\x29\x83\x3c\x3b\x05\x17\xc0\x43\ \x30\x50\x98\x80\x08\x80\xd9\xc9\xb8\xb4\x15\x64\x20\x02\xad\x48\ \xf9\xa0\x54\x16\xe4\x7f\x00\xc4\x05\x70\x0e\x4a\xeb\xba\x43\xaa\ \x6a\x2f\xb9\x69\xca\x16\xf0\xb8\xa4\x01\x0e\x9c\x63\x20\x8c\xb1\ \x7c\x3e\x7c\x3c\x2b\x28\x03\x64\xa0\x24\xfc\xfe\xf5\xe5\x2c\xc8\ \x3f\x35\xee\x4d\x4e\x5a\xed\x59\x27\xb7\xaf\x82\xce\x93\xcc\xee\ \x45\xad\x18\x64\xdd\x99\x97\x38\xcc\x89\x0b\x32\x02\x5e\x28\x86\ \x05\xc3\xf9\xbc\xeb\xc5\xb8\xd9\x60\x06\x41\x7a\xbf\xd7\xeb\x62\ \x6f\x4f\x77\x76\xf6\x3f\x69\x32\x83\xd0\x56\xe7\xbe\xf4\x3d\x38\ \xbe\x43\x18\x26\x72\x0e\x8c\x65\x65\xf5\x3f\x24\x89\x5d\x93\x56\ \x12\x10\xc6\xcf\x37\xae\x7a\x90\x95\x55\x82\x6b\x67\x41\x7e\x49\ \x21\x5c\x1f\xfe\xc0\x7b\xf5\x87\xa2\xa3\x91\x05\x82\xd9\xf9\xf8\ \x03\xc6\x3b\x91\xef\xca\xdc\x52\x7e\xdd\x17\xc5\xe4\xcb\xc0\x77\ \x7f\x4f\xd7\x61\xd9\xa9\xfe\x44\xc9\x08\x50\xc3\x61\xf7\x99\xff\ \x2b\xba\x9a\x78\x16\xe1\x7f\xe0\x84\x88\x66\x40\x74\x37\xfb\x2f\ \x7e\x9b\xda\x1b\xc1\xb0\xb2\x20\xbf\xf8\x89\x0b\x48\x76\x78\x2b\ \x7f\x60\x38\x09\x66\x06\xb2\xfa\x77\x96\x00\x00\x0d\xcb\x74\x7a\ \xbd\x57\x7f\x04\x6e\x1a\x18\xcf\x82\xfc\x22\x27\xc6\xdd\xb7\x7e\ \xc9\x6b\xf7\x33\x2b\xcb\xc3\xb3\x34\x08\xe7\x66\x90\x1f\xfd\xc0\ \x7d\xed\xc7\xc0\x7e\x2f\x78\xcc\x5a\xd7\x3f\x29\x12\x86\xaa\x39\ \x40\xfb\x37\x7e\x4a\x08\xa7\xac\x61\xef\x82\xde\xff\x4d\x4b\x1d\ \xd8\xa4\x67\xad\x60\x23\x27\x81\x3c\xb3\x73\x19\x63\x2c\x10\x08\ \x20\x7e\xc4\x13\xd4\x5a\xbb\xae\x7b\x76\x27\x85\x2c\xc8\x3f\xa9\ \xdd\x5a\x58\xea\xf0\x07\xc2\xee\x85\x60\xf8\xe2\xc0\x38\x69\x00\ \x04\xfc\x3d\x6c\x0d\x5a\x03\xb2\x0f\x1b\x0f\x11\x10\xfd\x9e\xd8\ \x1a\x68\x05\xc8\x3f\xce\x8e\xe7\x3b\xc4\x4c\xe4\xec\xd4\x9c\x6a\ \xfd\x3b\x13\xb0\x19\x17\xe9\x5e\x7f\xef\x7a\xab\x72\xc6\x19\x20\ \xe7\x9c\x77\x74\x74\xbc\xf3\xce\xbb\x69\x3b\xcd\xcf\x3d\x27\x4a\ \xeb\x68\x24\xb2\x7c\xf9\x95\x39\x39\x71\x75\x7a\xa4\x4d\x16\xe4\ \x9f\x90\xa0\x4e\xbd\xed\x54\x7f\x08\xf9\x79\x4f\xb8\x97\x26\xa5\ \x01\x10\x18\x43\x61\x01\x67\x1f\x1f\xdf\x3e\xf1\xf9\xf7\x72\xb5\ \xd3\xdd\x71\x10\x85\x38\xbf\xaf\x00\x9f\x7e\x2b\xe7\x07\xbd\xdd\ \x87\x80\x1b\xfd\x87\x25\x79\x1e\x1a\x41\x60\x08\x00\xa0\x3c\xf2\ \x3d\x00\x8e\x66\xa0\xef\x48\xdf\x41\x89\x66\xf0\xd4\x91\xbe\x1b\ \x01\x60\x1c\x0d\x13\xc8\x14\xf3\xef\xc4\xce\x8d\xde\xd1\x46\x14\ \xfc\x5c\xd3\x85\x9c\x91\x94\xbf\xeb\x9d\x4e\x03\x84\x8d\xcb\x6e\ \x82\xfa\x35\x7e\x5d\x1b\x70\x7e\x6a\xcc\x52\xa1\x19\x02\xa4\x53\ \x63\x46\x03\x8d\xfe\x1b\xf7\x52\x84\x21\x3e\x62\x26\x3a\x0d\xaa\ \xb3\x07\x90\x01\x69\xe0\x71\x63\xc9\x75\x70\x78\x95\x7f\xb2\xeb\ \xd4\x4f\xfd\xb7\x64\x3d\x4e\x27\xab\xa8\xa7\x0d\x83\xd1\xc1\x11\ \x32\xa6\x69\x1e\x3b\x7e\xfc\xff\x7d\xeb\xdf\x92\xc9\x94\x38\xf7\ \x85\x7c\x29\xf3\x72\x73\x47\x8f\x19\x33\xb7\x70\x4e\x16\xe4\x9f\ \x06\x71\xae\x12\x9d\xd0\x5a\x87\xc2\x38\x8f\xb5\x48\x04\xc2\x58\ \xf0\x45\xb3\xb2\x94\xb4\x47\x3d\x0d\x72\xcf\x1a\xd9\xd8\x0e\x86\ \x01\x40\xe0\xbb\xa4\x14\x70\x13\x0d\x03\x94\x4b\x9a\xa1\x69\x82\ \xf2\x48\x11\x1a\x16\x68\x8f\x24\xa1\xe0\xe4\xbb\x40\x04\xc8\xd1\ \x34\x48\x33\x56\x36\x89\xa7\x4e\x80\x26\x20\x4d\xbe\x03\x1a\x40\ \x58\x7d\x18\x93\x0e\x49\x05\x28\xd0\x34\x01\x19\x90\x24\xdf\xa6\ \x14\x33\xca\x66\x0b\xd1\xea\xed\xd4\x90\x59\x57\xca\x85\xe8\xd8\ \xc0\x95\x4b\xd4\xbe\x97\xfc\x93\x49\x24\x85\xe5\x8b\x02\x97\x2d\ \x47\xa7\xca\xdb\xf0\xb2\xec\x76\x90\x73\xf0\x1d\x2c\x5d\x12\x9c\ \x3f\xd1\xdb\xf8\xb4\xec\x70\x90\x03\x49\xd3\x58\xf4\x88\x39\xaa\ \x9c\x48\x52\x57\x8d\xbf\xfd\x0d\x79\x52\xf2\xca\xf9\x78\x78\x0b\ \xa5\x93\x10\x0c\xf5\x01\x49\x4b\xf2\x3d\x20\x44\xc3\x02\xf2\xd8\ \xa4\x3b\xad\x92\x9e\xf4\x1b\x2b\xc1\x8a\xa2\x69\x80\x74\xc9\xf7\ \x01\x39\x9a\x16\x20\x03\xed\x93\xef\x02\x21\x1a\x81\x53\x7b\xdf\ \xe0\xbb\x60\x08\xbe\x47\x19\x7e\x98\x99\xa8\xcc\x25\xbc\x14\x61\ \x98\x8d\x5d\x08\x89\x4d\x54\xa3\x91\x73\x00\x02\xe9\x61\xe9\x65\ \xd6\x94\x91\xfe\xe6\xa7\x55\xda\x40\xa6\xc9\x17\xc6\xe2\x47\x98\ \xb3\xc3\xdb\x71\x10\x0c\x4e\x8a\x19\x0b\x1e\x61\xce\x7e\x1a\x76\ \x25\xef\x78\x53\xb5\x76\x00\x47\x72\xd2\x60\xe5\x89\x09\x97\xe9\ \x86\x77\x49\x6b\x44\x4d\x9e\x07\xc8\xd1\xb0\x80\x21\x80\x06\xdf\ \x25\xa5\x41\x58\xe7\xb7\xab\x02\x00\x20\x17\xd8\x56\xa7\xbb\x5a\ \x45\x24\x6f\x70\xda\x98\xe7\x79\x95\x63\xc6\xfc\xcd\x5f\xff\xb5\ \x6d\xdb\xec\xdc\x9c\x5c\x2b\x1d\x89\x44\x46\x56\x8c\xf0\x7d\x3f\ \x2b\xae\x7f\x3a\xd2\x3a\x78\x0e\xa5\x13\x60\x9c\x1f\x23\x05\x8b\ \x4f\x5b\x82\xed\xab\xbc\x03\x75\x6c\xc4\xbc\xc0\xdd\xff\xdb\x5f\ \xf5\x6f\xce\x81\x1a\x44\xc1\x86\xcf\xe5\x25\xf9\x74\x72\xbf\xac\ \x6f\xc2\x92\x29\xdc\xec\x51\x0d\x4d\x18\x1d\xc1\x73\x50\x35\x54\ \x43\x78\x84\x28\x08\xea\xd6\x2e\x5e\x39\x9e\xc5\x23\x90\x68\x90\ \x55\x07\x89\x08\x94\x04\xad\x81\x14\x41\x48\x8c\x5f\xc8\x62\x42\ \xd7\xec\x94\x1d\x09\x14\x26\x1b\xb1\x80\x17\xe7\x51\xa2\x5e\x9d\ \x38\x4a\xca\x27\x16\x16\x13\x16\x32\x21\x78\x4e\x10\xba\xfa\x79\ \xa9\x92\x38\xea\xda\xc0\x15\x37\x1b\xc3\x73\x9c\x9a\x57\xa1\xc1\ \x83\xdc\x99\x81\x5b\xee\xa7\xfd\x2f\xa9\xf8\xa2\xe0\xcd\x77\xa7\ \x9f\xfc\xb9\xf6\x7c\xcc\x9b\x1e\xb8\xf6\x3e\xa3\xdc\x92\x3b\x9f\ \x83\x36\x02\x0e\xa0\x03\x7c\xd2\x12\xec\x7a\xd3\xdb\xd7\xc8\xc6\ \xaf\x08\xde\x35\x26\xfd\xd8\xb7\xc1\xd7\x6c\xc4\x02\x6b\x61\x05\ \xb5\x1f\x91\xcd\x2d\x00\x04\x22\x47\x4c\x9c\xc1\x0c\x47\x9d\xd8\ \xa5\x3b\x13\x18\x1b\x2e\xa6\xce\x32\xbb\x91\x3a\x8f\xca\xaa\x1a\ \xcc\x19\x2d\xc6\x4c\x40\xa7\x51\x1e\x3f\x48\x52\x42\xb0\xc8\x98\ \x3c\x0d\x4d\x5f\xd5\xee\xd6\x9d\x29\x60\x00\xc0\x07\xdd\xc5\x11\ \x92\x84\x05\x63\x45\x69\x05\x9a\x48\xcd\x07\x64\x73\x0b\x80\x06\ \xab\xc8\x98\xb4\x0c\x58\x80\x59\xa4\x65\xbf\xd6\xaa\x91\xcf\x7e\ \xd0\xba\xec\x1a\x11\x69\x57\x5b\x9f\x50\x64\x00\x30\xa4\x34\xe1\ \x30\x6b\xe1\x75\x72\xef\x1e\xad\x00\xad\x11\xe6\xa2\xe5\x7a\xf5\ \x46\x77\xef\x2a\xad\x5b\x00\x34\x84\x86\x1b\x53\xc6\x23\x0f\x21\ \x97\xa0\x09\x94\x07\xd1\x51\xc6\xb4\xc9\x28\x5b\xe5\xf1\xfd\xe4\ \x29\x20\xc1\x46\x2e\xe4\x85\x71\xdd\xb8\x57\x35\xb7\x80\xb0\xe0\ \x7c\x62\x19\x91\x41\x3a\x41\x4e\xea\x0c\x15\x49\x4a\x59\x54\x54\ \xf4\xd0\x43\x9f\x3b\x9f\x75\xe6\xd8\x69\xcf\xf3\xce\xd0\xde\xb3\ \x20\xff\x44\x20\x8e\x48\x5a\x81\xf2\xd0\x34\xe8\x3c\x37\x05\x99\ \x54\x35\xbb\xfd\x7d\x7b\x61\xff\x7a\x65\xff\x5d\x68\xf9\x9d\xde\ \xc1\x7f\x61\xd3\x1f\x08\x2c\x99\xa9\x9b\x4f\xb2\xf9\xd7\xf3\xb5\ \xff\x2e\xc3\xcb\x82\xb3\x59\xea\xfb\xff\xc6\x16\x3e\x18\x5e\x28\ \x13\xdf\xfe\x3b\x1c\x7b\x73\x70\x4a\xca\xde\x66\x07\x6f\xb8\x42\ \x1d\x3b\xc4\x46\xdc\x69\x1c\xf9\x75\xfa\xb5\x77\x81\x00\x88\x40\ \x1b\xe6\x15\xdf\x30\xc7\x84\x75\x97\xc7\xe6\x5e\xe1\xbd\xfa\x1f\ \x5e\x93\xc7\xf2\x2b\x58\x5e\x9c\xcd\xb8\xc1\x28\xfe\x4d\x7a\xcd\ \x36\xf3\xba\xaf\x59\x13\x72\x55\x5d\x13\x1b\x3e\x9c\xda\xd5\x00\ \x97\x41\xbf\xcd\x5f\xfb\x0b\x58\x7e\x37\x20\x03\xe9\xb1\xf1\x8b\ \x99\xbd\x37\xbd\xfa\x59\x9d\xd7\x28\xbe\xf0\x55\x51\xf8\xac\xdb\ \x6c\x59\x57\xde\xae\xf7\x3f\xe3\xcb\x6b\x4e\x5b\xa6\x7e\x52\x9e\ \xd8\xe4\x6d\xdb\x07\xf5\x29\xe3\x6b\x7f\x29\x0a\x2d\x22\x83\x15\ \x8f\x15\x30\x9a\x2f\xbf\xd5\x7b\xf9\xff\xb8\x55\xbe\x75\xdb\x5f\ \x18\x71\x5b\x3b\x41\x73\xce\x02\xe7\x37\xdf\x22\xcf\x21\x11\xe1\ \xc5\x23\xb5\x5b\x0d\x39\xd3\x83\x9f\xfd\x22\xa4\x6b\x21\x74\xad\ \x39\x6e\x6d\xea\xd5\xf5\xe6\x35\xdf\x30\xc2\xed\xb2\x33\x05\x3d\ \xc7\x75\x47\x02\x80\x01\x70\x96\x5f\xc1\xf2\x62\xa7\xee\xe2\xf2\ \xaf\x98\x85\x09\xd9\x26\xc5\xd2\x1b\xbd\x97\xfe\xd9\xad\xc1\xc0\ \x2d\x7f\x25\x22\xdd\xaa\x53\x8b\xa2\x3c\x6f\x40\x9a\x65\x02\x7a\ \x0e\xbb\x6f\x76\xc0\x95\xf3\x01\xfb\x99\xa4\x10\x6a\xef\x1b\x7a\ \xfe\xd7\xc4\xf0\x62\xf7\x48\x23\x9b\xb0\x98\x39\xfb\xed\x23\xf5\ \xe2\xf6\x7f\x13\x4d\x8f\xa5\x3b\x8c\xc0\xed\x7f\x2d\x78\xb3\x4a\ \x06\x78\x5e\x58\x4a\x07\xc2\xe3\x02\x37\x3e\x8c\xe9\x3a\x88\x5c\ \x6e\x8c\x2a\xb7\x57\xae\x64\xf3\x3e\x1f\x98\x37\x56\xb5\x76\x99\ \x0b\x56\xf8\x6f\x7f\xcf\x3b\xdc\x00\x86\x71\x3e\x8b\x04\x94\x07\ \xca\x3f\x03\xe4\x86\x61\xd4\xd5\xd5\x3f\xfb\xec\xb3\xa9\x74\x8a\ \x9d\xdb\x04\xa0\x94\x8a\xc7\x62\x77\xdf\x7d\x57\x49\x49\x89\x3c\ \x5d\xd3\xc9\x82\xfc\x13\x64\xe6\xbf\xad\xb5\x87\x0b\x34\x2c\x60\ \x52\xd7\xed\xa6\x05\xd7\xb2\xd8\x58\x63\xc1\x22\xb5\xe1\xff\xd8\ \xef\x1f\xe3\x97\x7d\x23\xb4\xec\x36\xff\xf9\x2d\x34\xff\x36\x96\ \x1f\x63\x85\xa5\x18\xec\x61\xb1\x11\xac\xac\x44\x1d\x7f\x82\xcc\ \xc5\xd4\xfc\xbe\xfd\xe4\xf7\x70\xea\x43\xe1\xeb\x97\xb1\xd0\x06\ \x20\x02\xf2\x21\x7f\xbe\x39\xb5\xc4\x7b\xea\xaf\xbd\x1a\xdb\xbc\ \xf3\x5f\xad\xcb\xae\xf2\x9f\x7c\x5a\xd5\xee\x06\xa7\x80\x02\x23\ \xcd\xd1\x93\xb1\x58\x9a\x93\xcb\xdc\x67\xfe\xca\xab\xf6\xcc\x3b\ \x8a\x8d\x81\xa5\xc9\x50\xd7\x6f\x55\x54\x66\x64\x90\x40\x8c\x45\ \x63\x90\x3c\x41\x3c\x08\x7e\x92\x6c\xc0\x50\x40\xcc\xbd\x95\x75\ \xad\x4d\xbf\xbf\x27\x34\xe9\x7a\xf2\xbd\x7e\xd6\x45\x00\x86\x98\ \x70\xad\x65\x2d\x14\x13\x97\x41\xf7\x56\xd9\xec\x1a\xcc\x91\xdb\ \x7f\x93\x7e\xe7\x78\xe0\xbe\x7f\x17\xe3\xc7\xf8\x6c\x98\x59\xe2\ \xd9\x3f\xfb\x9f\x32\x5d\x10\x78\xe8\x5f\xcd\x39\x53\xdc\x34\x50\ \xfd\x16\xfb\xe5\xc7\x08\x42\xd6\x2d\xff\x8c\xa9\x8d\xa9\x5f\xfd\ \x1c\xf2\x2f\x0b\x7d\xee\x4b\xc6\xc8\xa3\x2c\xa7\x90\x5a\xde\xf3\ \xd6\xae\xd5\xb6\x46\x33\x23\x8a\x3b\xfd\x77\x31\xca\x1c\x3b\x13\ \xdf\xdd\x85\x26\xc8\xed\x8f\xa7\xdf\x39\x6e\xdd\xfb\x2d\x63\x42\ \xa5\x2f\xca\x8d\xfc\x1e\xfb\xd1\x7f\x94\xb2\x8c\xe2\xdf\x1c\x24\ \x4f\xf9\xea\xc8\x7b\x94\x7b\xa5\x35\x18\x3c\xc8\xa9\xf7\xb0\x57\ \x95\x30\xa7\x4c\x77\x0f\xb7\x19\x53\xa7\xaa\xa3\xcf\xea\x34\x43\ \xed\x82\x23\xf9\x84\x15\x22\x58\x95\xfe\xe9\xbf\x69\x31\x06\xf3\ \xff\x0a\x14\xf0\xc9\xd7\x19\x65\x01\x77\xed\x61\xc8\x0b\x5b\x0b\ \xaf\xe6\x7b\x6b\x8c\xb9\xb3\xe5\x5b\xff\xd3\xd9\x57\x27\x2e\xff\ \x1f\xc1\xc5\xd7\xf9\x27\x7e\x44\x64\x9c\xd7\xc3\x1f\x2a\x13\xd1\ \x30\x8c\xa6\xa6\xa6\x27\x9e\x7c\xb2\xb7\xb7\x97\x9f\x5b\xf8\xf7\ \x7d\xbf\x20\x3f\x7f\xf9\xf2\x2b\x86\x97\x97\x67\x41\xfe\x69\xd8\ \xb6\x89\x50\x18\x60\x06\x88\xf4\x29\x8e\x71\x3e\x86\x22\x25\x49\ \x7a\x18\x29\x02\x9d\x24\x1e\x47\xe1\xca\x93\x8d\xc0\x41\xb5\xd4\ \x90\xb5\x0c\x13\x87\x64\xcf\x9d\x62\xca\x95\x88\x47\xdd\x03\x5c\ \x4c\xbd\x8c\xe5\x33\xb9\xb5\x1a\x86\x2d\x06\x40\x34\x04\xd9\xed\ \x24\x45\x9f\xb5\x4f\xf9\x18\x19\x0e\x6e\x9b\xea\xec\x06\x04\xd9\ \xdc\x64\x4d\x8e\xb1\x92\x05\x81\x3b\xee\xa5\xba\x6d\x14\x30\x40\ \x2b\x0c\xe7\x00\x75\xab\xf6\x5e\xc0\x00\x28\x09\x83\xd9\x86\xb0\ \x10\xfa\x31\x9f\x51\x41\x8d\x00\x28\x0f\x80\x01\xf7\x35\x96\x19\ \xd3\x16\x72\x18\x16\x7a\xe0\x6a\x31\xa2\x92\x2d\xbe\x4e\xbd\xf4\ \x4a\x7f\x52\x1d\x62\xb4\x98\xc5\xb5\x3a\xf8\x92\x7b\xf8\x03\xe5\ \x32\x03\x00\x18\x07\xa6\x75\x4f\x3b\x84\x2c\xcc\x29\x80\x64\xa3\ \x4a\x49\x90\x5d\xaa\xb5\x9d\xc7\x0b\xc0\x26\x40\x44\x2e\x40\x05\ \x30\x16\xa5\xd6\x13\x9a\x18\xf6\x34\xea\x94\xc9\x23\xbd\xce\x8b\ \xdf\xb6\x96\xdd\x1e\x7a\x68\x99\xff\xfe\x2f\xdd\x7d\x27\x10\x35\ \x16\x2d\x0a\xde\x72\x7b\xdf\x5d\x10\x01\x02\x68\x0d\x4c\x00\xd3\ \xd4\xdb\x01\xe1\x00\xc6\x72\x21\x71\x52\xa5\x3c\xb0\xf4\xe9\x39\ \x9e\x08\x46\xf0\x4c\xfb\x1f\x22\x92\x2d\x77\xad\xb3\x6e\x98\x27\ \x46\xf7\x88\x02\xed\xbf\xb3\x07\x32\xc6\x14\xe2\x18\xc9\x85\x9e\ \x5a\x6d\xfb\x10\x51\xa0\x14\x90\xc1\x22\x71\x52\x2e\xc6\xcb\x00\ \xda\xdc\xd5\x5b\xb5\x8e\x32\x91\xf6\xda\x3a\x00\x94\x6e\xae\x86\ \xb9\x13\xd0\x14\xe4\xd0\x47\xfa\x29\x88\x08\x0c\x0b\x0c\x13\x4e\ \xaf\x92\xee\xba\xee\xc4\x89\x13\x7e\xf0\xfd\xef\x7b\x9e\x87\x0c\ \xcf\xbd\x58\x74\x20\x10\x18\x3d\x7a\xb4\xeb\x79\x59\x9d\xfc\x53\ \x41\xb9\x46\x2b\x88\x91\x1c\x48\x76\x9e\xaf\x9d\x9c\x71\x34\x43\ \x10\x8a\xf3\xd2\x99\xd6\x95\xd7\xe9\x83\x3f\x56\x6d\x55\x94\xe0\ \xc6\x8c\x25\xb2\x63\xa7\x98\xb6\x18\xbb\xab\x54\xba\x9d\x0e\x1f\ \x0f\x5f\xf7\x05\xf5\xfe\x7f\xd8\xc7\x0a\xc2\x77\xdf\x47\x4d\xef\ \xc8\x96\x76\x2c\x13\x80\x0a\x10\x01\x39\x30\x04\x50\x80\x02\x63\ \x45\xd4\x79\x88\xc4\xb5\xe6\xc4\x69\xce\xe1\x84\x35\x79\x92\x6e\ \x7c\x9c\x8a\x66\xb0\x60\x47\xfa\xad\x9f\xd1\xd8\x47\xc4\x65\x79\ \xd4\x71\x42\xcb\xbb\xad\xb9\x73\xed\xf7\xab\x31\x18\x02\x89\x43\ \xe8\x8d\x08\xc0\xb9\xae\x3d\x08\x73\xae\x32\x86\x97\xaa\x82\x45\ \x5c\x74\x7a\x2d\xc7\xe4\x4b\xff\xe4\x85\x02\x68\x15\x63\x7e\x89\ \x3a\xb6\x4f\xfb\x84\x02\x00\x10\x50\xc9\xdd\xcf\xd8\x9b\x8e\x20\ \xe7\x68\x98\xc0\x42\x80\x0c\x10\x01\x11\x18\x07\x21\x74\xc3\x11\ \x5a\x72\x87\x31\x6a\xb8\xec\x2d\x36\x2a\x4b\xf5\x86\x13\x44\x63\ \x30\xa7\x8c\xe7\xe4\x2b\xa9\x54\x5d\x8d\x39\xfd\x72\x91\xb7\x1f\ \x4a\x16\x89\x78\xca\x6d\x73\xc0\x4b\xb8\xaf\xff\x87\xba\xfa\x9b\ \xc1\xcb\xae\xf1\xf7\x7e\x47\x13\x63\xc5\x53\x79\xb0\x2b\x95\xb9\ \x8b\xc5\xc5\x80\x99\x71\xb2\xc1\x97\x80\x65\x9f\x35\xc7\x8f\xf5\ \x4e\x5a\x18\x08\x10\x9e\x25\x64\x9d\x61\xd0\x32\x0c\x5d\xb7\xc9\ \xef\xb8\x32\xf8\xd9\x2f\xea\xaa\xd7\x65\x5b\x12\x58\x1e\x20\x03\ \x2e\x75\xe3\x61\x5c\x78\x95\x39\xe6\x3d\xbf\x37\x8a\x56\x00\x84\ \xaf\x4e\xd6\x82\x9e\xa8\xf6\xbf\x2e\x13\x80\xe8\x6b\xc8\x57\x4e\ \xc4\x9c\x36\x4b\xa5\x8f\x18\x33\x17\x50\xdb\x36\xb2\x25\xb0\xf3\ \x30\xb8\x6a\x0d\x81\x28\x5a\xa1\x33\x6a\xab\x2a\xa5\xe2\xf1\xf8\ \xf2\xe5\x57\x7c\x64\xcd\x55\x44\xb4\x6d\xdb\xf7\xfd\xac\x4e\xfe\ \x69\x90\xd6\x18\x8e\x43\xc9\x28\x3a\xda\x8e\xe7\xe3\x6d\x21\x9f\ \xba\x1d\xb1\xf0\xf3\xe1\x29\x49\x02\xa9\xf7\xff\xdc\xd9\xfc\x01\ \x72\xdf\x5d\xfd\xeb\xc0\xb5\x9f\x0d\x7d\xe1\x56\x70\x1a\x9d\x55\ \x2f\x01\x1a\xfa\xc4\x56\xed\x2f\x53\x0d\xd5\xba\xae\x5e\x3b\xb7\ \xeb\xaa\xad\xda\x61\x5c\xbb\xe4\x79\x80\x08\x24\xc9\x71\x80\x49\ \x79\x74\xa7\x75\xc5\x62\x23\xfc\xff\x9c\x37\x5e\x0f\x2c\xff\x5a\ \x78\x11\x52\xcb\x07\xce\xe6\x6d\x84\xed\xf2\xe4\x17\x83\x5f\xfc\ \x2f\x10\x71\x3a\xb9\x16\x52\xc7\xdd\x55\xcf\x05\xae\xfc\x5c\x78\ \xb2\xc4\x48\x58\x6e\x6c\x3f\x5d\xee\x20\x72\xd3\xa0\x08\xb8\x45\ \xf5\xeb\xdc\x1d\xa3\xad\xcf\xfe\x2b\xc8\xa4\xf7\xce\xcf\x64\x6f\ \x0a\x99\x43\x1d\x12\xcc\x5e\xdd\xd3\xaa\xda\x9a\x81\x32\x1a\x0a\ \x81\x97\x06\x10\x68\x06\xd1\x10\x00\x1a\x34\x80\x97\x06\xa9\x01\ \x01\x7c\x87\x88\x41\xe3\x7b\xee\xe6\x31\xd6\x8d\xdf\x34\x49\x51\ \xd5\x4b\xce\xc1\x06\x6d\x6d\x94\x33\xbe\x16\x7c\xe8\x9f\xe5\xa1\ \x97\x9c\x75\x8f\x7b\xf9\x5f\x09\x3e\xf4\x7f\x41\xbb\xfe\xfa\x47\ \xbd\x56\x66\x5d\xf3\x75\xa3\x34\x0e\x4c\x7b\x5b\xdf\x25\x34\x90\ \x31\x7d\x62\xb5\x3f\x71\xe0\x2e\xde\xee\xbf\x84\x02\x04\xf0\x6d\ \xd2\x0c\x9a\xde\xb3\xdf\x1b\x69\x5d\xfb\x37\x86\xd4\x18\xe8\x71\ \xbb\x53\x38\x18\xd5\x24\xc9\xb1\x4f\x33\x8d\xa1\x40\x6a\xf7\xf7\ \xec\x32\xc7\x5d\xee\xef\xde\xac\xc9\x00\x06\xe0\xd9\x84\x42\x57\ \xaf\x76\x3e\x18\x61\xdd\xf4\xf7\xa6\x66\x48\x2d\xda\x51\xba\x66\ \xa5\x5b\x5e\x6c\xdd\xfd\x7f\x2c\xe5\xa9\x7d\x2f\x3b\x1b\xd7\xb9\ \x6f\x3c\x19\xbc\xe6\xae\xf0\x64\x0e\x89\xa3\xce\x9b\x6f\x12\x58\ \xe7\x23\xab\x93\x96\x94\x5f\xc6\xe2\x85\x67\xd4\x93\xb0\x2c\xeb\ \xc8\x91\x23\x3f\xfa\xf1\x8f\x53\xa9\x34\x3f\xb7\x0b\x4d\x4a\x99\ \x13\x8f\x7f\xf5\x6b\x5f\x1d\x35\x72\xe4\x19\x06\xf6\x6c\x16\xda\ \x27\xa5\x91\x07\x42\xce\x9b\xbf\xe0\xeb\x7e\xc3\xac\xc0\x79\x29\ \xe7\xcc\x40\x33\x00\x1c\xc0\x4b\x53\x3a\x0d\xdc\x04\x86\x20\x3d\ \x30\x23\x18\xb4\xc8\xee\x01\x9f\x80\x73\x20\x02\x2e\x40\xab\xfe\ \x17\x12\x08\x81\x73\x40\x00\x25\x01\x39\xb0\x4c\x65\x02\x02\x2b\ \x00\xca\x05\xcf\x87\x60\x1c\x0d\x46\xa9\x6e\x20\x0e\xa0\x80\x05\ \x30\x1c\x06\xed\x93\x6b\x83\xd6\x20\x7d\xb0\xa2\x18\xb0\xc0\x77\ \xe8\x4c\xc1\x0f\x81\xf3\xbe\x6b\x91\x06\x0d\x18\x8e\x83\xb6\xc9\ \x76\xe0\x94\xff\x3f\x73\x8e\x3c\x85\x19\x6e\x00\x49\x18\x5c\xde\ \x9f\x0b\x20\x05\x9a\x80\x09\x40\x0d\x52\x82\x22\x08\xc7\x91\x29\ \x4a\xf6\x02\x13\x40\x1a\x78\x00\x83\x41\xf0\x6d\x72\xd3\x00\x06\ \x86\x63\xa0\xd2\x94\xb6\x81\x9b\x60\x05\xd1\x30\xc0\x4f\x93\x6d\ \xf7\x5d\x57\x4b\x60\x16\x86\x22\x40\x99\xbb\xa0\xa1\x2e\xa1\x21\ \x18\x47\x93\x83\x9b\x22\x79\x46\x9d\x06\x06\x9c\x81\x92\x43\x78\ \x39\x04\x07\xe9\xf7\xed\x74\x5c\x00\x69\x50\x3e\x29\xc0\x50\x1c\ \x0d\x04\x27\x45\x4a\x03\x49\xd0\x0c\x42\x31\xe4\x08\x5e\x9a\xa4\ \x04\x29\xc1\x8c\x60\xd0\xa4\x54\x0f\x28\x3a\x4f\x2f\xba\x76\x52\ \x6a\xc1\xad\x81\xdb\xff\x94\x9c\xd4\xe0\xe3\x81\x40\xe0\x83\xad\ \x5b\xff\xfa\xaf\xff\x26\x99\x4c\xf0\x73\xc7\x59\x48\x29\xf3\xf2\ \xf2\xfe\xe3\x3f\xfe\x7d\xda\xd4\xa9\xae\xeb\x66\x41\xfe\xa9\xb8\ \xca\x85\x6a\xae\x96\x4f\xfe\xb3\x91\x68\x87\xf3\x09\x89\x21\xea\ \xf7\xbb\x9c\x1e\x76\xd6\x77\x7c\xd0\x41\xea\xd7\xf7\x06\x5e\x00\ \x01\x65\xac\x38\x67\xbf\x80\x7e\x95\x0f\x4f\x7d\xeb\x8c\x0b\x9d\ \x7d\x89\xc1\x57\x3f\x75\x90\x80\x86\x3a\x8d\xe8\xcc\x01\x9f\xeb\ \x84\x8c\xfc\xd9\x37\xbc\xb3\x6e\xea\xd4\x18\x4e\xff\x74\xc8\xe1\ \x9d\x71\x17\xe7\xbc\x04\x0c\x75\x5f\x83\x26\xe7\x43\x8e\xf7\x8d\ \x01\x86\xfa\xa9\xb3\x8e\x7c\xc8\x1c\x0e\x0d\x71\x25\xb9\xc5\xef\ \xff\x5f\x7c\xd4\xe4\x33\x22\xde\x10\xd1\xf3\xbc\xfa\xba\x7a\xcf\ \xff\x70\x9d\x9c\x2c\xcb\x1a\x3e\x7c\xb8\x61\x18\x67\x08\xf6\x59\ \x71\xfd\x93\x22\x25\x79\xe9\x18\x35\x79\x89\xde\xf2\x32\x03\xfd\ \xd1\xa9\x41\xe7\x2a\xf9\x76\xf6\xf1\x81\x65\x74\x6a\x3d\x61\xff\ \x29\x67\xbf\x80\x33\x2d\x7f\x43\xff\x20\x9e\x7b\x54\x83\x18\x3b\ \xe2\x47\x9d\x33\x14\x78\x86\x1e\xf0\x87\x8c\xe1\xf4\x4f\x87\x1c\ \xde\x19\x07\xcf\xe7\x12\xa7\xdd\xc8\x79\x1c\xff\xb0\x9f\xfa\xf0\ \xf1\x9f\x07\xc6\x7d\x0f\xa6\x2c\x3b\x1b\xe1\x19\x83\x9c\x69\x9a\ \x93\x26\x4f\x42\xc4\x0f\x51\xcb\x11\x51\x6b\xed\x79\xde\xd9\xe7\ \x64\x41\xfe\x89\x1a\xd9\x8d\xcb\x6e\xf6\x5a\xaa\xb0\x7a\x2f\x32\ \xfa\xbd\x84\x85\x67\xe9\x62\x5c\x17\xd2\x57\x45\x15\xc6\xe5\xf7\ \x7c\x88\xe1\xdd\x71\x9c\x8f\xfd\xfb\xd9\x54\xd3\x4f\x92\x99\xfb\ \x2c\xa7\x48\x5c\xf5\xa0\x17\xca\xd5\xbe\x8b\xd9\x06\x55\x59\x02\ \x20\xe9\x7b\xc0\xf8\x75\x5f\xe2\x45\xc3\xcf\x66\xe3\xbf\x1b\x7b\ \x50\x56\x27\xff\xa4\xc9\xb0\x54\xd3\x09\x7f\xcd\xaf\xc5\xd1\x0f\ \x58\xc6\x29\x8a\xd9\xad\xf6\x0f\x54\xb2\x23\xdf\xf1\x73\x4b\xf9\ \xd5\x0f\x1b\x33\xae\x00\xef\xf7\x55\xe6\x2d\x0b\xf2\x4f\x81\xd0\ \xb0\x48\x6b\xef\xad\x5f\xd0\x9e\xb5\xc2\x77\xd1\x77\x00\xb1\xcf\ \xaf\x9b\xa5\x4b\x1d\xd9\x40\x00\xa4\x49\x29\x45\x44\xe3\xe6\x89\ \xab\x1f\xe2\xc3\xc7\x81\x63\xc3\xef\xad\x56\x6f\x16\xe4\x9f\x12\ \x31\x06\xd2\x97\x55\xfb\xe5\xae\x35\xd0\x56\xcb\x19\x87\x44\x07\ \x26\xbb\x41\x79\xd9\xea\x0e\x97\x2c\xbe\xfb\x82\x73\x2c\x15\x88\ \x40\x61\xb9\x98\x7b\x03\x9f\x30\x17\xad\x50\xb6\x24\xf3\x25\x8d\ \x73\x26\x40\x6b\xd5\x75\x52\x37\x1e\xa5\xce\x16\x9d\xea\x01\x25\ \xb3\xfc\xfc\x52\x15\xce\x91\x73\x0c\x46\x31\x5e\xc0\x46\x4c\xe4\ \x05\x65\xc0\xf8\x27\xd3\x5c\x21\x0b\xf2\x0b\x01\xed\x1c\x85\x01\ \x8c\x01\x66\xab\xaf\x5f\xf2\xb2\x3a\x81\x56\x24\x7d\xd0\xd9\x36\ \x49\x7f\x50\xa4\x15\x79\xd9\xde\xb2\x59\xfa\xbd\x31\x91\xec\x14\ \x64\x29\x4b\x97\x36\x09\x61\x18\x00\x80\x0c\xfb\x03\x08\x33\x89\ \x7a\x5a\x6b\x8d\x00\x80\xc8\x18\x23\x00\xad\x94\x1e\x08\x10\xcc\ \x08\xfa\xfd\xa6\x04\x00\x22\x4d\x44\x80\x88\xc2\x30\xb5\xd6\x7a\ \x20\xc4\x6f\xc0\x60\x48\xa7\xbd\x1b\x24\xbe\x0c\x29\xd2\x00\x01\ \x11\x11\x10\x9c\x8a\x55\x1c\xe2\xdc\xfe\x60\x2e\x86\x8c\xf1\x4c\ \x65\x1c\xad\x35\x11\x21\x63\x99\x3c\x47\xc6\x90\x33\x4e\x40\x08\ \x83\x33\x73\xfa\x22\x99\x06\x4b\xc6\x52\xca\x33\xb2\x70\x11\x31\ \x93\x50\x4d\x9f\xa0\x43\x9b\x88\xa4\x94\x44\x84\xc8\xfa\x47\x4c\ \x19\xc2\xbe\xb9\xee\x1b\x8c\x61\x18\x8c\x65\xf7\xe8\x4b\x5b\x8b\ \x27\x6f\x50\xfa\xc0\xc7\x7e\xdc\x62\xf7\x07\x5b\x94\x56\xbe\xe7\ \x2b\xad\x35\x10\x22\xd3\x40\xa6\x69\x06\x82\x41\xa5\x15\x10\xa5\ \x53\x29\x86\x90\x13\x8f\x1b\x82\x33\x24\xdf\x97\x44\xa8\x09\x89\ \x18\xa0\x70\x7d\x62\xc2\x34\x2d\xc3\x30\xc9\x77\xfd\xf6\xb6\xe6\ \xa0\x65\x06\x2c\xc1\x10\x88\xa8\xdf\x03\x9c\x81\x2b\x20\x22\x62\ \x7f\x68\x71\x06\x6a\xfd\x70\x43\x04\xdd\x07\x4b\x86\x8c\x73\xce\ \x0d\xc3\xec\x4b\x48\x04\x20\x4d\xc8\x58\x26\x70\x0f\x80\x10\x19\ \x32\x24\xad\x89\x34\x22\xfa\xae\x9b\x4a\x25\xed\x74\x0a\x88\xc2\ \xc1\xa0\x21\x84\xe7\x79\x86\x65\x11\x80\xe3\xf9\xa9\x54\x1a\x08\ \x7c\x29\xa9\x1f\xd4\x04\x04\x84\x83\xb7\x10\x22\x2a\xc8\xcf\xcf\ \xc9\xcd\x1d\x5c\xce\x96\x88\x5a\x5a\x4e\x02\x81\x71\x1e\x65\x3d\ \x7e\x47\x1a\x1b\x30\x86\x85\x85\x45\x82\x0b\xcf\x73\x6d\xdb\x06\ \x20\x61\x18\x81\x40\x10\x11\x3d\xd7\x2d\x2d\x1f\x11\x0e\x87\xb5\ \xd6\xa6\x69\xfe\xe4\xc7\x3f\x6a\x68\x68\xf8\xc4\xc6\x96\xa5\x4f\ \x98\xa4\x52\x79\xb9\x79\x5f\xff\xc6\x37\xb4\xd6\x8c\x31\xc7\x71\ \xaa\xaa\xaa\xf0\x63\x19\x65\xc5\x4b\xdf\xff\x99\xd6\xba\xa9\xa1\ \xa1\xa5\xab\x23\x25\x58\x20\x37\xc7\x43\x98\x3a\x7b\xe6\xe5\x57\ \x5d\xe9\x4b\xf7\xf8\x91\xc3\x8d\x27\x8e\xe5\x87\xc3\xf3\x67\xcc\ \x18\x37\x22\xaf\x24\x37\xd0\x63\xa7\x52\x36\xda\x32\xe0\x52\xdc\ \x85\xbc\xbd\xd5\x3d\x18\x2e\x2e\x1a\x39\x6a\xec\x78\x38\x79\xe2\ \xd8\xff\xf7\xcf\x7f\x3e\x77\xd2\xc8\xb9\x53\x46\x9a\x42\xf9\xd2\ \x13\x56\x50\x13\x9a\x9c\x87\x2d\xee\xf9\xbe\xed\xeb\x40\x20\xc0\ \x90\xb9\xae\x13\x30\x03\x86\x61\x70\x44\x8e\x4c\x20\xe3\x8c\x01\ \x12\x32\x66\x58\x41\x66\x58\x79\x05\x45\x15\x15\x95\x66\x30\x4a\ \xc0\x89\x71\x62\x8c\x73\x01\x9a\x80\x08\x84\x00\x04\xe9\xda\x8c\ \x14\x49\x8f\x0b\xa8\x3d\x7e\x74\xdb\x96\x35\x1f\x6c\x58\x93\x6b\ \x89\x6b\x96\x5e\x5e\x18\xcf\xa9\x3e\x76\xa4\x62\xfc\x38\x2b\x2f\ \x7f\xeb\xb6\x5d\x4f\x3f\xf3\xd2\xc8\x11\x95\xb6\x47\x1f\xec\x3b\ \x98\x48\xa5\x09\xc0\x93\xbe\x56\x40\x40\x92\x60\x00\xd3\x7f\xfb\ \xd7\x7f\xfd\x8d\x3f\xfe\x46\x4f\x4f\xcf\x00\x1b\x97\x52\xfe\xd3\ \xff\xfe\x27\x22\xa8\x18\x39\xf2\x13\xd2\xcd\xb5\x0e\x85\x42\xdf\ \xfe\xcf\xef\x26\x13\x3d\xa9\x96\x44\x28\x1c\x31\x84\x90\xd2\xe7\ \x8c\x97\x96\x0f\x6f\x6b\x3d\xe9\x79\x6e\x38\x1c\xce\x0c\xaf\xa1\ \xa1\xe1\xf8\xf1\x63\xa6\x69\x65\xf1\x70\x69\x82\x5c\xca\x64\x71\ \xd1\x60\x96\x93\x4a\xa5\x3e\x26\xc8\x3d\xc7\x29\x1d\x56\x2a\xd3\ \x4e\x7b\x67\x97\xed\x79\x06\x50\x38\x1c\x11\x86\x00\xa2\x58\x34\ \x6a\x0a\x31\x77\xee\xfc\x91\xa5\x25\x4e\xb2\x37\x6d\x7b\x8e\x25\ \x02\x56\xc4\xf1\xd3\x1c\x3c\x8e\x49\x52\x9e\x27\xeb\x64\xfa\x64\ \x5d\xfd\x89\xae\x9e\xa8\xd3\x5e\x2b\xb8\x10\x42\x30\x6e\x22\x4a\ \xd3\x14\x5c\x04\x01\xa0\x20\x1e\xaf\x1c\x39\x3c\xed\xa4\x0f\x55\ \x57\x4b\x5f\x7a\xda\xf3\xb5\x32\x19\x00\x63\x90\x61\xca\x99\x8c\ \x48\x8b\x69\x44\x65\x30\xe2\x0c\x85\x70\x3d\xdf\x0c\x33\xdf\xf3\ \x0d\xcb\x00\xe4\xbd\x9d\x5d\x44\x44\x00\x4a\x2a\x21\x78\x28\x12\ \xcc\xf0\x76\x50\x9a\x01\x20\x60\x6e\x41\x69\x51\x4e\x5c\x9a\xe1\ \xc6\x8e\x84\x07\xc6\xf1\xda\xa6\x12\x34\x22\xe1\x70\xd0\x32\x8b\ \xf2\x72\x8b\x86\x95\x1f\xae\x6b\xb0\x33\x59\xd6\x8c\x65\x6a\x8a\ \xcb\x4c\x7b\x49\xad\x3d\xe9\x0b\x21\xfa\x04\x0d\x38\x25\x74\x98\ \xa6\x49\x9f\x20\x27\xd7\x5a\x5b\x56\xa0\xa3\xbd\xb5\xab\xa3\x63\ \xf4\xd8\x71\xb1\x58\x1c\x11\x7d\xdf\x6f\x6f\x6b\x69\x3d\xd9\x0c\ \xa7\xab\x1c\x86\x61\x98\xa6\x65\x9a\x66\x16\x0f\x97\xa6\xb5\x8c\ \x31\xc3\x30\xcf\x38\xf2\x31\x41\xde\x99\x4a\x96\x99\xa2\x7c\x64\ \x85\x2f\x58\xa2\xfe\x44\x2a\x6d\x87\x62\x31\x46\x50\x53\x55\xa3\ \x94\x47\x4a\x4b\xdf\x97\x4a\xe5\xe4\xe6\x7a\xbe\xdd\x9e\x74\x91\ \xb9\xbe\xd2\xc0\x51\xc9\x6e\x3b\xed\x34\xd6\x6e\xd0\x46\x30\x7f\ \x58\x69\x7b\xa3\x6a\x6f\xec\xf5\x3d\x17\x90\x38\x67\x5a\x83\xe0\ \x22\x18\x08\x15\x16\x14\x8c\x28\x2e\x2e\xc9\x8b\x25\xd3\x49\xdb\ \xf5\x1b\x9a\x9b\x7d\x25\xa5\x54\x9e\x92\x86\x61\x82\x26\xc6\x91\ \x01\x01\x91\xd4\x4a\x33\x24\xad\x38\xd7\x9e\x56\x0a\x48\x29\xc9\ \xb9\x20\xa5\x9c\xb4\xfd\x83\x1f\xfc\x60\xeb\x96\x2d\x9e\xe7\x4b\ \xa5\x6e\xbe\xf9\xa6\x3f\xfa\xca\x1f\x91\xd6\xa4\x35\xe7\x48\x4a\ \x2b\x49\x29\x0c\x36\xbb\x26\xd6\x77\x97\xc4\x62\xbe\x19\x7f\xe7\ \x9d\x35\x46\x70\x6b\xd9\xf0\xb2\x82\xdc\x58\x43\xd5\xa1\xba\xea\ \xea\xde\x9e\x6e\xad\xb4\x06\xd2\x5a\x23\x71\x4d\x3a\x53\xc3\xbf\ \x6f\xe2\x10\xe1\x53\x6f\x0f\x8e\xa8\x94\x7f\xf2\x64\xd3\xf8\xf1\ \x93\xe2\x39\xb9\xd2\xf7\x33\x8f\xb6\x64\x58\x59\x53\x43\x7d\x47\ \x47\x5b\x38\x1c\x19\x52\xcc\x97\xbe\x04\xc6\x39\xc3\x7e\x65\x1e\ \x88\xb4\x52\x9a\x73\x91\xb9\x39\x2d\x7d\x49\x28\x04\x47\xd2\x52\ \x2a\xe4\x86\xe0\xa8\x95\xd4\xc0\x04\x67\x5a\x49\xa9\x49\x08\x83\ \xf5\xa5\xa2\x2a\x29\x35\x72\x2e\x32\x45\x6c\x48\xfb\xbe\x44\x2e\ \x38\x43\xd2\x1a\x18\x63\x08\x4a\x2a\xe4\x9c\x9d\xbe\xe6\x88\xb4\ \x94\x8a\x71\xc1\x90\x88\x80\x31\xa6\xa5\x24\xc6\x39\x43\xad\xa4\ \xd4\x60\x18\x02\x01\x94\xf4\x35\x01\x17\x82\xf5\xe9\x62\x4a\x4a\ \xc5\x84\x60\x88\x19\xd1\x54\x6b\x05\xc8\x39\xcb\x7a\x13\x7f\x47\ \x86\xb7\x24\xf9\x8d\x5d\x1d\x79\xf1\xdc\xe2\x51\x23\xc6\x04\x58\ \x6d\x63\xa3\x56\xca\xf7\xbc\xee\xf6\x76\x29\xbd\xa0\x65\x74\xb8\ \x76\xd8\xe4\x98\x9f\x67\x27\x7a\x64\x7e\x2c\x27\x27\x1a\xe0\x46\ \x3a\x9d\x56\xae\xe4\x9a\x82\x00\x9d\x6d\x6d\x3d\x8e\x03\xcc\xf4\ \x12\x92\x81\x74\xd3\x09\xad\x7c\x8e\x1a\x34\xcb\xcf\xcd\x9d\x58\ \x39\x8e\xf9\xee\xb1\xfd\x07\x5a\xdb\xdb\xad\x78\xce\xe4\xb1\xe3\ \x1d\xe9\xef\xdc\xb3\x9b\x23\x63\x06\x47\x45\x04\x40\x08\x8a\xb4\ \xd6\x40\x8c\x93\x26\xd2\xe4\xf9\x9e\xa6\x8c\x09\x4f\x22\x41\x30\ \x14\x3a\x78\xf0\xe0\xbe\xbd\x7b\x39\x17\x8e\xe7\xcd\x9e\x3d\x4b\ \x2b\xc5\x19\x92\x26\x00\x6d\x18\x86\x61\x9a\x64\xc5\xea\x7a\xdd\ \xa4\xdd\x35\x77\xc1\x32\x27\xd9\x19\x3d\x70\x50\x6a\x3b\x6d\xdb\ \xb7\xdc\x78\x6d\xdc\xb2\x5e\x5e\xb9\xda\x73\x1c\xc6\x84\x92\x92\ \x31\x46\x1a\x38\x17\x0c\x90\x00\x11\xd1\xf3\x7d\xce\xf9\xa7\x9e\ \x30\x82\x00\x9e\xe7\x01\x41\x4e\x4e\xae\x92\x92\x73\xce\x39\xf7\ \x7d\x5f\x6b\x1d\xcf\xcd\x6d\x6a\xac\xc7\x21\x4c\x2f\x24\x25\x8e\ \x9e\x77\xc3\xcd\x57\xcd\x09\x32\x95\x6c\x3e\xb0\x7e\x4b\xfb\x65\ \xb7\x2c\xcd\x13\x81\x68\xc4\x4a\xf5\xf6\x4a\xbf\xe9\xb9\x1f\xfe\ \xba\x86\x8f\xbc\xe5\xd6\x1b\x27\x96\xe6\x30\xd0\x2d\x47\x3f\x78\ \xed\x8d\x77\x1b\x12\x6c\xe6\x8a\x07\xee\x59\x5e\x99\x4c\xa4\xa5\ \x97\x3e\xf4\xfe\x5b\x6b\xb7\x1d\xf3\x89\x83\xef\x04\x46\x2f\xfd\ \xeb\x47\xae\xd9\xfa\x9b\x6f\xaf\x3e\x94\xb0\x0c\x90\xda\x98\xb0\ \xf4\xc6\x15\x0b\xa7\x44\x2d\xa1\x52\x27\xd7\xbf\xfa\xdc\xc6\x7a\ \xf3\xfe\xaf\x7d\x7d\x42\xcc\xb5\x7d\x8d\xe8\x7c\xf0\xea\x33\xef\ \xee\x6d\xe4\x02\xc9\x88\x2f\xbe\xe9\xf6\xa5\x53\x87\xa3\xf6\xea\ \xf6\xac\x7b\xfe\xf5\xad\x33\xee\xfc\x93\x1b\xa7\xc4\x7b\xd3\x8e\ \xef\xf4\xec\x7a\xf7\x8d\x8d\xfb\x1b\x3c\xa9\x27\x5e\xff\xe5\x87\ \x66\x7a\xdf\xff\xde\x2f\x1a\x6d\x6e\x30\xad\x78\x78\xee\xd5\x37\ \x5f\x3e\x6b\xb4\x81\x94\x6e\x3b\xf4\xec\xb3\xeb\xc7\xdf\xf0\xb9\ \x2b\xc7\x87\x13\xb6\x64\x08\xc7\x37\xbd\xfc\xca\xfa\xfd\x5a\x98\ \xd9\x10\xa1\xb3\x96\x0b\xcb\x6c\x9a\x83\x49\x49\x5f\xe9\xb3\x52\ \x4d\x6d\x4d\x0d\x9d\xed\x09\xd7\x2b\x28\x2c\xc8\xc9\xcd\x95\x04\ \x92\xc8\x4b\xd9\x5d\x9e\x4c\xa7\x93\x00\xaa\x38\x2f\x57\xe6\xe6\ \x26\x7a\x7a\x5d\x3f\x6d\x9f\x4c\xec\xdc\xdb\x11\x0d\x45\x82\xc1\ \x68\x2c\x92\x7f\xb2\xa9\xa7\xbb\x59\xf9\xb6\xe8\xe9\xf0\x14\x7a\ \x3d\x5e\x12\xa4\xcd\x49\x9b\x1c\xed\x54\x7a\x6c\xe5\xf8\xd9\x33\ \x66\x7a\x69\xfb\xd0\xbe\xdd\x1d\xf5\xf5\xc9\x44\x32\xa5\x60\xec\ \xc4\x09\x93\x67\xcd\x48\x8d\xa9\xac\xaa\xaf\x25\xa5\x19\xe3\x08\ \xa0\x48\x73\x40\x20\x44\xa5\x81\x11\x10\x91\xd2\xca\x97\x0c\x99\ \x27\x15\x03\x66\xa7\x52\xc1\x40\x80\x73\xce\x19\x0f\x05\x83\x01\ \xd3\xf2\xa5\x34\x2c\x93\x33\x96\x49\xe7\x4a\x25\x93\xc7\x4f\x1c\ \xaf\x6f\x4f\x14\x47\x43\x47\xaa\x4e\x34\xd5\x9e\xa8\x6f\x6e\x96\ \x2a\x6d\x19\x74\xd9\xbc\x99\x4b\x97\x2c\x7a\xff\x83\x5d\x9a\xb4\ \x30\x0d\x33\x60\x31\xce\xb5\x04\x0d\x3a\x23\xae\x13\x11\xcb\xb0\ \xbf\x0b\xc1\xa0\xaa\x33\xf6\x07\x83\xa4\xdf\xd8\xd0\x70\xa2\xaa\ \x6a\xc1\x82\x05\x86\x61\x70\x2e\x86\x36\xf2\x6b\x1f\x73\xa6\xdf\ \x7d\xd7\x8a\xaa\x57\xbe\xff\xd6\x61\x67\x58\x61\xa8\xa5\xb1\xf5\ \x99\x9f\x1c\xcc\x19\xb5\xf0\x8f\xee\x9a\xb3\xea\xe9\x9f\x57\x77\ \x25\x13\x50\x74\xdf\x57\xff\xb8\xac\xed\xbd\xe7\x9e\x78\xd9\x35\ \x0b\x96\xdf\x79\xff\x97\xef\x33\xff\xe5\x47\x6f\xc4\x4b\x47\x3a\ \x35\x1b\x1f\x7b\xee\x83\x78\xe5\xa2\x87\xee\x7f\xc4\xed\xfc\xb7\ \xd5\x87\xda\x08\xc2\x8b\x17\x2d\x88\x07\x62\xf3\x96\x2e\xdc\x72\ \xf8\xd5\x5e\x8f\x8f\x5d\x7e\xdf\x97\x6e\xaa\x5c\xfd\xcc\x53\xfb\ \x9a\xec\xfc\xc2\xbc\x54\xc2\x03\x91\x53\x54\x62\xee\x7c\xe2\xc7\ \x6b\x6a\x7a\x2d\x83\xfb\xae\x23\x0c\xee\x3b\xde\xf0\xd9\xd7\xdc\ \xb1\xb4\xf4\x37\xff\xf5\xe3\x26\x15\xcd\x31\x5d\x17\xac\x61\xa3\ \x4b\x9a\xb7\xbf\xf8\xc4\xfa\x63\x65\x33\xae\x7e\xe8\xa1\x47\x7a\ \xff\xfd\x9f\x37\x77\x0c\xbf\x6c\xd6\x48\x33\x0f\x17\xcd\x1c\xf5\ \xf4\xfa\x63\x2e\x0f\xce\xbf\xe3\x8b\x77\xcf\xa0\x17\x9e\x7d\xaa\ \xb6\x87\x0a\x0b\xac\x84\xe4\x45\x25\x85\xf5\x5b\x7e\xf5\xeb\xf5\ \xf5\x96\x65\x68\xdf\x21\x61\x64\x11\x7e\x16\xc0\x99\xb4\x7b\x4e\ \xec\xaf\xea\xf5\xe1\x54\x51\x0b\xb4\x4a\x47\x8d\x1a\x96\x1b\xd2\ \xea\xb4\x52\x90\xa2\xa9\xf5\x64\x30\x10\x6c\x13\x1d\x0d\x2d\xcd\ \x81\x50\x10\x90\x73\x43\x24\xba\x7a\xd2\x76\xba\xbd\xbd\x55\x30\ \xc8\x9d\x3e\x2d\x14\x0a\x85\x02\x81\x50\x40\xd4\xd5\x1e\x5f\xbb\ \xea\xad\x58\x34\xaf\xb0\xb0\xb4\x20\x6f\x98\x65\x85\x7b\xbb\x53\ \xdd\xdd\x49\xe5\x03\x08\xd4\x01\x2f\x14\xe0\x1c\x95\xf4\xec\x92\ \x82\x82\x8a\xb2\xf2\x64\x57\xe7\xfe\xdd\xbb\x85\x74\x47\x94\x14\ \x1f\xed\xee\xe1\x2e\xb5\xd6\x36\x18\x9c\x5b\xb9\x31\x50\xda\x49\ \xdb\x56\x20\x40\x8c\x71\xc0\x8c\x07\x4c\x6b\x42\x45\xc8\x48\x4b\ \xa9\xa5\x72\x1d\x07\xb9\x21\x2c\x83\x7c\xf9\xc0\xfd\xf7\xdf\x70\ \xed\xb5\x81\x40\x88\x1b\x62\xd8\xb0\x61\xa0\xb4\xeb\xd8\x26\x47\ \xc6\x98\x60\xc2\x73\xdd\x44\x5b\x9d\x70\x3c\x2b\x94\xdf\x5c\x7d\ \xb0\xb6\xfa\x84\xeb\x24\x34\xfa\xa6\x15\xf0\x94\x46\xd3\xca\x29\ \x28\x08\x85\xc3\x81\x48\x8e\x69\x9a\xbe\x92\x76\xda\x95\x4a\x82\ \x26\xcd\x40\x29\x75\xa1\xf9\xa2\x32\xc5\x40\xb6\xed\xd8\x51\x53\ \x53\x93\x97\x97\x37\x6d\xda\x34\x84\x73\xc4\xc2\x21\x92\x9f\xee\ \x4e\xb8\xf1\x82\x42\xee\xec\xdc\xb5\xa3\xc7\x0c\x85\xc0\xb3\xdd\ \x58\x57\x3a\x95\xea\x68\x6d\x6e\x6c\xf1\xc6\x2c\xbd\x7e\x6a\xb4\ \xf6\xdb\xff\xfe\x5c\x9d\x63\x70\x3a\xf1\x9b\xc7\xcc\xff\xf5\xb7\ \xb7\x4c\x1b\xb1\xc9\xf7\xbc\x9e\x44\x53\x4d\xf5\x09\x9e\x0c\xb6\ \x7c\xf6\xba\x82\x58\x50\x4b\x3f\x3a\x72\xce\xac\x52\xf7\x17\xdf\ \xff\xd1\xf2\xfb\x3e\x3b\x6d\xe4\xfa\x77\xab\xc3\x57\x5e\x31\x6d\ \xdf\x6b\x3f\x7c\x79\xfd\x91\x60\xc8\xac\x3d\x71\x48\x02\x0b\x14\ \x17\x4b\x1f\x62\xc5\xe5\x15\x94\xe2\x2a\x5d\x5b\x5d\xa3\x81\x21\ \x43\x37\xd9\x95\x52\x66\x41\x6e\xf4\xc8\xde\xa3\x35\x09\x9f\x45\ \x0a\x51\xbb\x9d\x27\x1b\x6a\xaa\x4f\x74\xf3\xd2\xe4\x1d\x0b\x42\ \x86\x55\x39\x77\x71\xac\x6e\xf5\x77\x57\x45\x1f\x5c\xbe\xb8\x60\ \xd3\xa1\x9e\xbc\xd1\x57\x5e\x36\x62\xcd\xa3\xff\xeb\x9d\xbd\xed\ \xc1\x80\xd1\x50\xed\x79\x46\xb1\x56\x3a\x94\x33\x6c\xe4\x48\x26\ \x98\x6c\xaa\xa9\x56\x04\x3c\x0b\xf2\x33\x34\x76\xce\xd2\x9d\x55\ \x9b\x37\xee\x0c\x97\x0d\xb3\x50\x65\x1c\x59\xdd\xcd\x6d\x6d\x14\ \x19\x36\x7f\x34\x9e\xce\xcd\x05\x69\x02\x22\x4f\xfa\x89\xf6\x04\ \x17\x42\x70\x23\x10\x08\x58\xc1\x40\x6f\x6f\x42\xfb\x92\x04\x23\ \xad\xdd\x94\xad\x3d\x37\x62\x19\x86\x87\xdc\xa5\xae\x54\x1b\x48\ \xe8\xed\xed\x2d\x29\x29\xc9\x2f\x0d\xb8\xd8\x2d\x7d\x19\xcb\x89\ \x33\x1e\xae\xaf\xed\xcc\x8b\x47\x67\x4f\x9f\x1e\x8b\x84\x95\x54\ \xfb\xf6\xec\x69\x6d\x6c\x1a\x5e\x90\x9b\x4c\x75\x3a\x3d\xbd\xdd\ \x5d\xe9\xda\xaa\x9a\xe6\x93\xcd\x93\xe7\xcd\x51\x9e\x04\xd6\x57\ \xe9\x42\x69\xcd\x19\x17\x04\xa4\x35\x32\xcd\x08\xb4\x2f\xb5\xd6\ \x5c\x70\xcf\x93\x4a\xdb\x4c\x88\x25\x57\x2c\x07\xce\x40\x03\x20\ \x80\x52\xbe\x9d\x22\x25\x95\xf4\x19\x03\xdb\x75\x3c\xd7\xc9\xb3\ \xfc\x18\xda\x79\x2c\x29\xbb\x6a\xa3\xc2\x2d\xc8\x09\x82\x19\x0d\ \x45\x42\x2e\xe9\x5d\x07\x0f\x39\x4a\x17\x15\x15\xa3\xb0\x88\x08\ \x25\x53\x92\xd0\x07\x24\x50\x9a\x38\xe7\xa6\x69\x71\xce\xe9\x82\ \x49\xf0\x26\xd2\x42\x88\x5b\x6f\xb9\x85\x31\x76\xb6\x03\xff\x74\ \x90\x1b\x2c\x75\xfc\x89\xc7\x7e\xb3\xe2\x9a\xcb\x3f\xff\xb5\xcb\ \x5b\x8f\x6e\x7a\xe5\xf5\x8d\x9d\x3e\xe7\x8c\x21\x22\xe3\x1c\xb9\ \x88\xe7\x15\x78\x9d\x75\xdd\x3e\x58\xa6\x81\xc4\x64\x4f\x43\x9b\ \x6b\xe4\xe5\x84\x3b\x1c\x7f\xcc\xbc\x1b\xbf\x96\x3b\x3f\xb7\x74\ \x38\x3f\xba\xf6\xbd\xc3\x27\x01\xc5\xb8\x39\x0b\xd8\xc9\x7d\x87\ \x0e\x1f\x2e\xa8\xf5\xe6\xcd\x9d\xb8\xa1\xb1\x27\xc7\xf4\x77\x35\ \xb7\xf0\x40\x00\x11\x2a\xe6\x5c\x55\x89\x75\xef\x9d\x70\x35\x86\ \xc7\xcd\x5a\x18\x4a\x78\x94\x68\xec\x69\xaa\xea\xf5\xd0\x30\x45\ \xdb\x91\x77\x1f\x7b\x42\x5d\xbd\xf4\xb6\x59\x57\xc9\x3d\xef\xbe\ \xf2\xfa\xd6\x46\xc7\x0d\xcc\x5b\x71\xf7\x9f\x4c\x49\x0e\x1b\x55\ \x99\xde\xf5\xd6\xae\x76\xeb\xc6\x3b\x46\x57\xad\x7b\xfb\xf8\x5e\ \xd1\x76\xdd\x1f\xcd\x1d\x9b\xb7\x36\x91\x17\xc7\xae\x9a\xce\xb4\ \x65\x99\x42\x70\xe0\xa0\x88\x14\xf1\xb2\x09\xb3\x97\xc4\x52\x5c\ \x75\xbf\xd7\xd5\xd0\x96\x94\x59\xfd\xfc\x6c\x52\x9e\x1b\xab\x98\ \x7a\xfd\xcd\x97\x87\xc9\xd1\x04\x86\xc0\x63\x1b\xdf\xda\xef\xf9\ \x67\x2f\x62\xc1\x84\x10\x01\xcb\xb2\x2c\x2b\x1c\x22\x29\x05\x37\ \x43\xa1\x10\x33\x84\xee\xe9\x75\xd2\x69\x1e\x0a\x46\x83\x21\xcf\ \xb6\x3b\x4e\x76\x87\x05\x16\xe6\x44\x17\xcc\x9a\x91\x74\xdd\xbc\ \xa2\x42\x66\x98\xc1\x68\x78\xd7\xbe\x3d\x0d\xcd\x47\x83\xe1\xa0\ \x08\x4b\xaf\x17\x8b\x8b\xf2\xa6\x4f\x9d\xda\xdd\xde\x7d\x68\xe7\ \x9e\xb2\x92\xd2\x93\x27\xaa\x9d\x54\x6a\xdb\xb1\xc3\xad\x0d\xb5\ \xb9\xb1\x7c\x4f\xf2\x84\x9d\x6a\x3b\xd6\x4b\xe1\x40\xc9\xa8\xe1\ \xcc\x30\x84\x10\x0c\x81\x94\x26\xe9\xa3\xc1\x19\xe8\x3e\x3f\x19\ \x81\xeb\xb8\x1c\x58\x26\xd2\x06\x34\xb5\x34\x37\xfa\xb6\x4b\x80\ \x4a\x4a\xc3\x32\xf3\xf3\x72\x18\x68\xe9\xfb\x86\xc5\x19\xa8\xbc\ \x78\x68\xc1\xf4\x09\xb9\x11\x2b\x16\xc9\x89\xe7\x14\x9a\xe1\x78\ \x7d\x5b\x57\x63\x47\x47\x77\x32\xb9\x76\xd3\xf6\xa7\x1b\x5f\x4d\ \x26\xed\xa4\x03\xbe\xb4\x65\x5f\x29\x4c\xd4\x99\x72\xe8\x00\x88\ \xc8\x19\x5e\x68\x69\x21\x19\x53\x2a\x11\x31\xc6\x3e\x7c\xf7\x61\ \x9c\xb5\x9f\xd8\xfa\xf8\x0f\x77\xc4\x87\x4d\xf9\xfc\x37\xbe\x72\ \x47\xb2\xe9\x87\x2b\xf7\x9f\xfa\x14\x74\x57\xfb\x49\xb3\x70\x74\ \x41\x00\xab\x52\x3e\xd7\x6e\xa0\x78\x64\xb1\xe5\xae\xef\x4a\x70\ \x21\x12\x1d\x75\x07\x8f\x76\x5d\x3f\x63\xe6\xf1\xf5\xbb\xea\x3a\ \x53\x18\x1e\x35\x67\x66\x65\x31\xcb\xfd\xcb\x6f\x2e\x30\xc3\x85\ \x25\xe6\x82\xe1\xaf\x3e\xd5\xe6\x9a\xe5\xa5\xc5\x6a\xd7\x61\x5b\ \x88\x82\x49\x8b\xae\x0c\x19\x1b\x8f\x1e\x45\x6a\x5f\xf3\x9b\x1f\ \xaf\xaa\xee\x31\x85\x10\xa6\x69\x70\x04\x44\x2e\xbd\xc3\x9b\x5f\ \x3d\xba\xf3\x9d\xe1\x53\x56\xfc\xc9\xc3\x0f\x34\xb7\xfc\x40\x29\ \xaf\xfb\x64\xed\xc1\xbd\x55\x1f\xbc\xf7\x46\x55\x55\xb5\x39\x72\ \xc5\xf4\x71\xa5\xe9\xc0\xe7\xc7\x5e\x45\x39\x79\xc5\xf1\x79\x33\ \xd7\xbf\xd2\xd0\x49\x79\xa3\x0b\xc3\xbb\x1a\xda\x38\x33\x94\xf4\ \x94\x40\x83\xf9\x3b\x57\x3d\xfe\xb3\x35\xb5\x96\x25\xb8\x30\x4d\ \x91\x8d\xf9\x39\x9b\x0f\x80\x69\x85\x94\xd7\xee\xba\x7e\x90\x4b\ \xa9\x81\x33\xec\x4d\xdb\x66\x6e\x90\x03\xa9\x33\xad\xeb\x89\x84\ \xad\x64\x30\x10\x30\x0c\x93\x91\x42\xa9\x7c\xa4\x20\x04\xf3\x8a\ \xf2\x05\x83\x78\x34\x32\x73\xc6\xcc\xdc\x48\xa8\xb6\xb6\xca\x42\ \x67\xea\xe4\xd1\x27\x4f\xd6\x38\x5e\x7a\x4c\xc5\xc8\x9e\x94\xd7\ \xdd\x93\x34\x59\xa4\x30\x7f\x78\x24\x1a\x09\x45\xc2\x2a\xe8\x4c\ \x18\x35\xaa\x28\xaf\xf0\x64\x4d\x5d\x4f\x63\x67\xc7\xb1\xfa\x78\ \x38\x3c\xbe\xa2\x7c\x63\x5d\x75\x6f\xca\x21\xc3\x39\x51\xdd\x90\ \x92\x5e\xbc\xb8\xb0\x2b\x95\x88\xb9\x4e\xc8\xe0\xbe\xeb\x19\x8c\ \x19\x08\x06\x32\xa5\x3c\x62\x08\x24\x35\x69\xa5\xb5\xd6\xe4\xfb\ \x52\x4a\xe2\x1c\x95\xf4\x7f\xfe\xf3\x9f\xbf\xf7\xee\x7b\x9a\xc0\ \x76\x9c\x85\x97\xcd\xff\x9b\xbf\xfe\x2b\x4b\xa0\x29\x08\xc0\x63\ \xe8\xe5\xe5\x86\x4a\xe2\xe3\x8b\x0a\xf3\x34\x98\x09\x0f\xeb\x5b\ \x7a\x77\x1d\xac\xaf\x3b\xd9\xd2\xd1\x9b\xe8\x4d\xf6\xba\xbe\xa3\ \x15\x91\xe4\x44\x48\x00\x99\x60\x38\xea\x0b\xc8\xc9\x4c\x99\x42\ \xb8\x50\xea\x31\x21\x22\x63\xac\xbb\xab\xb3\xab\xb3\x93\x88\x82\ \xc1\x60\x7e\x61\xd1\x39\x15\x0a\x52\x10\x2a\x5d\x3c\x7f\x44\xb2\ \xad\x39\x01\xf1\x80\x29\x6c\xe4\x40\x04\x8c\x9b\xa6\xc9\x10\x85\ \xc9\x9a\x0e\x6c\xd8\xde\x3a\xf7\xf3\x5f\x78\xf0\xe5\x35\xdb\x6c\ \xb3\x68\xf9\xad\x77\xf4\xee\x79\x6d\x6f\x5d\x72\xd1\x35\xc1\x44\ \xf3\xb1\x4d\x6f\xad\xa9\x4e\x1a\x7f\xf1\xc0\xe7\xe6\x1e\xf9\xff\ \x1a\x46\x2e\x1a\xad\x0f\x7f\xff\x3b\xbf\xee\x46\x2e\x55\xce\xbd\ \x7f\xfe\xc7\x57\xcc\x0e\xbf\xbd\x6a\xc7\x9f\xdd\xf5\xc8\x67\xbd\ \xe7\x76\xd5\xf5\x56\x14\xc7\x65\xb7\x26\x00\xc3\x8c\x96\x8f\xae\ \x1c\x67\x24\x4c\x43\xb8\xbd\xed\xad\x9d\x09\x29\x31\xb7\x7c\xd2\ \xfc\x91\xd1\xd6\xfa\x93\x66\x3c\x6c\x70\x83\x73\x66\x06\x58\xcb\ \xde\xdd\x1b\x37\x1c\x34\x43\xa6\xd2\xa1\x25\x57\x2f\xee\xd8\xf8\ \xd4\x8f\x9e\xdf\x81\x06\x84\xca\x16\xfe\xc9\x17\x97\x8f\x7e\xf3\ \xdf\xde\xde\x50\xf3\xe0\xfd\x5f\xb4\xc3\x6f\xd4\x75\xeb\xbc\x82\ \xc0\x89\x83\xcd\xc0\xad\xa2\xf2\xd1\xe3\xc7\x5b\xa6\x69\x28\xa7\ \xa7\xb9\xad\x4b\x51\x56\x2b\x3f\x9d\x8d\x6b\x8a\x15\x94\x45\xbc\ \x3d\x5b\xf7\x55\x2d\x9f\x59\x21\xb8\x6e\xaf\xde\xbb\xb7\xc1\x9e\ \x33\xb5\x88\xc9\x33\xeb\xce\x8a\xde\x44\x6f\xda\x4e\x9b\xa6\x69\ \x08\x11\xb2\xcc\x60\x20\xe4\x78\x5e\x57\x77\x77\x38\x18\x74\x1d\ \x9b\x23\x04\x82\xc1\x99\x73\x66\x97\x97\x0f\xeb\x6e\xa9\x6b\x6e\ \x69\x19\x31\x62\x64\x30\xd2\x5b\x5d\x5d\x9b\xb0\xfd\x48\x4e\x2e\ \x63\x2c\x12\x8d\x86\x22\x61\x2e\x90\x69\x8a\x86\x02\xb5\x55\x47\ \xdb\xeb\x1a\x6a\xf6\x1f\x6a\x6f\x6c\x7c\xe8\xbe\xfb\x4d\xa0\xb2\ \xa2\xa2\x31\x23\x47\x78\x84\x6d\x1d\xdd\x42\xcb\x70\x38\x18\x0d\ \x87\x11\x50\x70\xc1\x91\x11\x81\xaf\x08\x98\x02\x4e\xc8\x40\x03\ \x69\xa5\x95\x22\xc6\x84\xe3\xb8\x52\x23\x67\x4c\x13\x34\x35\x36\ \x1d\x3f\x71\xdc\x34\xcd\xee\x9e\x9e\xd1\xa3\x47\x22\x03\x21\xb8\ \x56\xbe\xf2\x25\x29\x10\xdc\xe0\x22\x98\xb0\xfd\xe3\x35\x75\x07\ \x8e\xd4\x36\xb4\xf5\xb4\x76\xd9\xb6\xd2\x8e\xe7\x7b\x4a\x2a\x02\ \xad\x49\x30\xa6\x75\x26\x02\x97\xb4\xd6\x83\x5d\x8e\x99\xb8\xd1\ \x0b\x04\xe1\x5a\xeb\xaa\x13\xc7\xdb\xdb\x5a\xc2\xe1\x08\x17\x46\ \x32\x99\x4c\x26\x7a\xf3\x0b\x8b\xd8\x90\x05\x64\x88\x08\x59\xde\ \x88\x29\x8b\x16\x2d\xe3\x20\x4f\x6e\x7d\xee\xf5\xf5\xc7\x0d\xcb\ \xd4\x76\xf7\x89\x13\x35\xb6\x04\xc6\x0d\xe6\xb5\xbe\xf0\x93\xef\ \x5e\x7e\xfd\xf5\xcb\x6f\xba\x83\x93\xdf\xb8\xfd\xb9\xa7\xde\x7e\ \xdf\xe5\x66\xef\xc9\xea\x3a\x95\x0e\x46\x22\xcd\xbb\x57\xaf\xac\ \x1c\x36\x6e\xda\x14\xe4\xe6\x81\x2d\x1b\xeb\xba\x12\xdc\x30\x7d\ \xbf\x77\xe3\xa6\x3d\x8b\x8b\x86\xb7\x3c\xff\xe4\x8f\xf1\xc6\xab\ \x17\xac\x98\xb0\x88\x29\xd9\xb4\x79\x6f\x35\x81\x57\x57\xd5\x3e\ \x69\xc9\x8d\xa5\x9a\x10\xb0\x61\xc7\x1b\x2f\xbe\xb3\x4b\x83\x40\ \x23\x34\x7a\xea\xa2\x45\x97\x99\xe4\xa7\xd7\x3e\xfd\x8b\x9d\x35\ \x3d\xa1\xa6\x1a\x95\xf4\xad\x80\xc5\x05\x82\x51\x9c\xab\xda\x36\ \xbf\xbf\xb3\xc7\xb1\x4d\x4f\xf7\x56\xef\xd8\x72\x68\xf2\x88\x61\ \xb1\xd7\x5e\xfe\x11\x4b\xdf\xb2\xe4\xf2\x9b\xe6\x30\xb2\x3b\x8e\ \xb5\x1c\xad\x6f\xac\xae\x1a\x3b\xf1\xf2\xbb\x47\x69\x04\x4c\xd5\ \x6c\xf9\xf5\xcb\xeb\x52\x9a\x63\x16\xe6\xa7\x19\x5c\x15\x05\x0a\ \x2f\x5b\x38\xe3\x8d\x77\x56\x3f\xbe\x3f\x64\x31\x9d\x4c\xfb\x63\ \xe7\x5f\x35\xb6\xc8\xf4\xfc\x33\x93\x9d\x44\x26\x3e\x56\x29\xe5\ \x71\xee\xd9\x69\x1d\x07\xd3\x0a\x78\x9e\x97\x48\x24\x0c\x84\xde\ \xae\xce\x9d\x3b\x77\x4e\x99\x34\x2e\x37\x37\xb7\x20\x1e\x6c\x6a\ \xa8\xee\xe8\xad\x6e\x6a\x69\xeb\x49\xda\xad\x9d\xdd\xa3\xc6\x8a\ \x11\xa3\x2a\xf2\x87\x15\xda\x9e\xc3\x19\x79\xbd\x1d\x75\x55\x27\ \xec\x68\xcc\xe9\xee\x75\x3c\x3b\x14\x0a\x76\x75\x77\x98\x26\x36\ \xd6\xd5\x6a\x2d\xbb\xd3\x8e\xe7\xd9\xc2\x34\x8b\x0b\xf3\x73\x73\ \xe3\x4e\x3a\xe5\xb8\x6e\x24\x12\x09\x06\x02\x02\xd0\x57\x9a\x0b\ \xc6\x19\x27\x60\x52\x69\xa6\xb4\x52\x5a\x49\x2d\x4c\x4b\x29\x05\ \xc4\xc2\xe1\x50\x26\xf0\x83\x0b\xce\x05\x4f\x26\x92\x56\x4e\x14\ \x94\xc6\x4c\x07\x22\x6e\x76\x25\xd2\xf5\x47\xaa\x0f\x1e\xad\xea\ \x4a\xb8\x3d\x69\xd9\x9b\xb2\x7d\x02\x0d\xc0\x19\x47\x9d\x89\x70\ \xcb\x34\xb7\xa7\x4c\x64\xfe\x60\xde\x78\xe1\x68\xe3\x9c\xf3\xf6\ \xb6\x16\xcb\xb2\x0a\x8b\x8a\x19\x63\x88\x8c\x31\xa6\xa4\x6a\x6b\ \x39\x39\x38\xe4\x76\x90\xb0\x2e\x30\xd5\xf8\xc6\x53\x3f\x79\x9d\ \x20\x53\xeb\x58\x18\x86\x61\x05\x9c\xe6\xbd\x3f\x7d\x74\x97\x61\ \x9a\x9c\x21\x80\xa0\x74\xf3\xea\xa7\x1f\x5d\x0d\x08\x40\x04\x4c\ \x08\x11\x0e\xd0\xbe\x55\xbf\xd8\x0d\xc2\x34\x82\x41\x90\x9b\x9f\ \xff\x11\x70\x83\xd3\xae\x1d\xc4\x4c\x2b\x00\x00\x96\x65\x1e\x5d\ \xf3\xf8\x21\x10\x66\x40\x1c\xdf\xfc\xea\x91\x4d\xaf\x22\x02\x11\ \x31\x6e\x18\x02\x5f\xfc\xd1\x3f\xbf\x00\x7d\x1e\x09\xc6\x85\xe0\ \x96\x01\xd0\x5d\xbb\xf3\xf1\x1f\x6c\xcb\x4c\x28\x30\x6e\x18\x62\ \xc3\x93\x3f\x21\x6e\x18\x01\x03\x08\x0c\x79\xf2\xb9\x9f\xfd\x10\ \xb8\x19\x34\x39\x00\xe7\xba\x77\xe5\x4f\xff\x93\x19\x66\x50\xd0\ \xce\xb7\x9e\xda\xfe\x56\x5f\xb8\x82\x30\x44\xdd\xf3\xdf\x5f\x4f\ \x7d\xbf\x8e\x8c\x1b\x42\x64\x55\xf2\x21\x98\xb9\x94\x39\xa3\x66\ \xdd\x75\x77\x45\x6d\xc3\x49\x47\xb2\x58\xe1\xb0\xb2\x82\xa8\x1e\ \xca\x7c\xd3\x97\x6a\x9a\xa9\x45\x43\x48\xed\x1d\x1d\xc2\x30\x0d\ \x21\x32\x71\x60\x6e\x2a\xb9\x6b\xf7\xae\xc5\x97\xcd\x1b\x39\xbc\ \x3c\x68\xf2\xb2\x11\xa3\x73\x0b\x4b\x1d\x09\x7b\xf7\x1f\x52\xa0\ \x6d\xc7\x8e\x8b\xdc\x60\x38\x28\x51\x92\xf2\x0d\x23\xd0\xe5\xf4\ \xb6\xb8\x5d\x45\xf1\x9c\x60\x2c\x67\xca\xdc\xf9\x46\x38\xd2\xd9\ \x9b\x94\x04\x3d\x3d\xe9\xea\x86\x06\x9b\xf4\x88\x31\xa3\x86\x97\ \x97\x85\x02\x41\x3f\x9d\x4a\xa5\x92\x86\x61\x58\xa6\x05\x86\x60\ \x00\x4a\x4b\x52\x4c\x93\x94\xbe\x76\x25\x73\x1c\x3b\x9e\x03\x5a\ \x6b\xa5\x14\x17\xe2\xfa\xeb\xae\x9f\x3e\x6d\x86\x61\x99\x8c\xb1\ \xa2\xa2\xc2\x48\x38\x24\x7d\x0f\x95\x62\x9c\x01\x37\x3b\x7b\x52\ \xdb\x77\xee\x6b\x6a\x6d\x4b\x39\x6e\x22\xe5\xf7\xa6\x3d\x5f\x41\ \x46\xfd\x66\x1c\x49\x4b\x25\x15\x22\x1f\xcc\xb1\x07\x03\x9b\x88\ \x80\xe8\x42\x58\x48\x44\x24\x84\x88\xc7\xe3\xfd\xf5\x77\x89\x88\ \x0c\xd3\x0c\x86\x42\x89\x44\xcf\xd9\x27\x13\x11\x00\x8a\xd3\xdb\ \x9e\x93\xd6\x80\xcc\x34\xd9\xa9\xbb\x44\x6e\x18\xa7\x95\xf8\xd7\ \x9a\x98\xc8\x9c\xa1\x01\x40\xf4\x05\x57\x19\xc6\xa0\x99\xe9\x3f\ \x01\xce\xf8\x32\x11\x18\xa7\x87\xd3\xf6\x7d\x05\x99\x61\x0c\xee\ \x4c\x42\xdc\x30\x33\x7e\xc1\xbe\xd5\x96\x79\xdb\x3f\x26\xc3\x34\ \x01\x80\x00\xc5\xe9\xa1\x5d\xdc\x30\xf9\xd9\x3f\xfe\x87\xa6\x74\ \x7f\xe4\x5d\x33\xa6\xd2\xdd\xf5\xf5\x8d\x3d\xb6\x8e\xe6\x96\x14\ \xe5\x45\x48\xc9\x21\xbf\x24\x32\x22\x62\x06\xe7\x1a\xa9\x2f\xc0\ \xcd\x32\x03\xa6\x05\x42\x30\xc1\xab\x6b\x6a\x8e\x1c\x3d\x6a\x30\ \x8c\x44\x42\xa6\x60\xf1\x78\xce\x82\x45\x4b\xa2\x79\x05\x2d\xed\ \xad\x9e\x94\x3d\xc9\x84\x46\xe0\x8c\x77\x74\x75\x09\x89\xc7\x6b\ \x5a\x7a\x3b\x3b\x27\x8d\x1d\x97\x1b\xce\xbd\xfc\x86\xdb\xc0\xf7\ \xd7\xae\x5e\x1d\x29\x1a\x91\x90\x4d\x2c\xd0\x93\x13\xb6\x46\x55\ \x8e\x2b\x2a\x19\x66\xfb\x7e\x38\x14\x89\xe6\xe4\x70\x21\x80\xc0\ \x73\x7d\x64\x28\x2c\xce\xb8\xa1\x3c\xad\x08\x50\x6b\xcf\x57\x4a\ \x69\xe9\x3b\xc2\x30\xa4\xf4\x66\xcd\x9e\x39\x67\xde\x3c\xce\x99\ \xe0\xc2\x77\x6d\xc7\x49\x13\x91\x26\xe2\xc0\xa4\x86\xc6\x96\x8e\ \xea\x86\xb6\xd6\xce\x2e\x05\xdc\x57\xe0\x28\x40\x64\x8a\x14\x92\ \x46\x40\x20\x60\x04\x52\xab\x53\xaa\x78\x7f\x9a\xda\x29\xb4\x5c\ \x30\x8f\xd6\xb2\x02\xa6\x69\x6a\xad\x07\x42\x5f\x88\xb4\x65\x05\ \xce\x36\x19\x64\x52\x74\xb2\x3c\xed\xd2\x04\xb9\xd6\x1f\xaa\xd6\ \x71\x26\x93\x5b\xdf\x7d\x7d\x5f\x8b\x47\x76\x4a\x19\xd6\xb0\x71\ \x73\x57\x2c\x9a\x62\x66\xc2\xcb\xce\x00\xb9\xea\x6f\xbc\x84\x08\ \x5a\x29\x64\x5c\x69\xe5\xba\x2e\x43\x56\x90\x97\x2b\x2d\x43\x91\ \xae\xae\xad\x29\x1f\x56\xec\x3a\x8e\x10\xac\xab\x3b\x11\xcb\x89\ \x0d\x1f\x3e\x9c\x99\xe2\x78\x55\x55\x47\x47\x47\x32\x6d\x5b\x81\ \x40\x77\x77\xd2\x80\x30\x1a\x79\x22\x62\x74\x3a\x78\xe0\xf8\xb1\ \x8a\x0d\xdb\x1a\xab\x4e\x1c\x3b\x7c\x28\x68\x58\xd2\xf3\x52\x5a\ \x14\x58\xa1\xc2\xd2\x0a\x11\x88\x92\x4c\x18\xa6\x95\x09\x3e\x47\ \x44\x02\x02\x44\x0d\xcc\xf3\x15\xe3\x66\x38\x18\xf2\x1c\x85\x8c\ \x65\xcc\x6f\x5a\xf9\x04\xd4\xd6\xd6\x9a\x76\x3d\x04\x54\xbe\x17\ \x0e\x05\xa2\xe1\xb0\x65\x0a\x45\xa0\x91\xb7\x75\xf4\xd4\x36\x9c\ \xec\x4e\x79\x1e\x98\xae\x27\x35\x91\xd4\x20\x95\x44\x22\x46\x5a\ \x6b\x8d\x7d\x59\xb2\xa4\xfb\x15\x72\x38\x3d\x71\x0f\x2f\x24\x85\ \x0f\x11\x3f\xac\x21\x01\x00\x00\xf8\xbe\x7f\xf3\x4d\x37\x22\x32\ \xcc\x66\x9b\x5e\xba\x9c\x5c\x4a\x4f\x9f\x03\xea\x8c\xb3\x44\xf3\ \xf1\x13\x3d\xb1\xdb\xee\x5a\x7a\xe2\xbd\x2d\xd1\x09\x23\x6b\xb6\ \x1d\xa8\xe9\x1c\x33\x31\x3f\x20\xcf\xda\xf7\xc5\xe0\x5f\xd1\x5a\ \x21\x03\xad\x09\x94\xd2\xa4\x55\xbb\x6f\x22\x44\x03\x56\x77\x57\ \x77\x57\x77\x0f\xc5\x08\x01\x7c\xdf\x4d\xa4\x7a\x73\xf3\xf3\x72\ \xe3\xf1\xa0\x65\xb5\x36\xb7\xd4\xd5\x37\x48\x4d\x85\x05\xa5\xd1\ \x70\xcc\x75\xb9\x4f\x81\x23\x35\x2d\xdd\xdd\xbd\x4f\xbc\xf2\xe6\ \xe1\x83\x07\xc2\x86\x11\x0b\x85\x50\xe9\x92\xe2\x82\x10\x58\xef\ \x7d\xb0\x73\xfc\xa4\xf1\x63\x2a\x47\xa7\x9d\x34\x13\x60\x22\x07\ \x06\x99\xbc\x74\xa9\xb4\x06\x08\x04\xf8\x5b\x6f\xaf\x69\x6d\x69\ \xff\xe2\x17\xbf\x9c\x5f\x50\xcc\x39\x97\xd2\x07\x84\x37\xde\x78\ \x63\xed\xba\xf7\x0c\xc1\x92\x89\xc4\x84\xb1\x63\xbe\xf1\xd5\xaf\ \x59\xb9\xb9\x44\xe4\x4b\x55\x55\x5d\x5f\x57\xdf\x92\x4c\x79\x9e\ \x06\x29\x49\x01\x29\xa5\x01\x34\x63\x8c\x11\x01\x21\x47\xd2\x00\ \x9a\x30\xc3\xb3\xb1\x3f\xd7\x75\x30\x1b\xbf\xb8\x24\x42\xad\x75\ \x4e\x6e\xee\xf8\x89\x53\xb2\x60\xb8\x84\xe9\xd8\x91\x43\x5a\x2b\ \xc6\x86\x6a\xa5\x86\xe4\x7b\x8e\x11\x88\x47\x43\x86\x52\xbe\x63\ \xa7\x1d\xa9\x18\x1b\x3a\xff\xa2\x8f\x93\x67\xc4\x55\x22\x85\x00\ \x88\x0c\x00\x94\xd4\xb6\x4a\xfb\x08\xa8\x64\x6f\x32\x91\x4a\xa7\ \xac\x8c\x4f\x9b\x74\x2a\x21\x11\x29\x1c\x8d\x5a\xdc\x68\x6b\x6d\ \x3f\x7a\xf8\x58\x34\x9a\x7b\xe7\x2d\xf7\xcd\x9d\x75\xf9\x7f\x7d\ \xff\x47\x9b\xb7\x6d\x51\x0c\x5c\xc2\x03\xc7\x4f\xf0\x40\xd0\x25\ \xe8\x76\xfd\xb2\xe2\x92\x48\x51\x71\xbb\x9d\x58\xb3\x79\xed\xc4\ \xea\xfa\x1b\x6e\xb8\x66\xf8\x88\x32\xd2\xca\x57\x9a\x29\x42\x54\ \xa8\x25\x18\x96\x19\x8c\x1c\x3e\x72\x6c\xe5\xca\xd7\x63\xb1\x1c\ \x40\x26\xa5\x54\x4a\x69\x2d\xa3\xd1\x70\xcb\xc9\xe6\xda\xba\x5a\ \xc1\x01\x94\x6e\x89\x86\x94\xf6\x3d\xdf\x65\x8c\xb9\x9e\xac\xaa\ \x6b\x4c\xd8\xae\x52\xe4\xfb\xbe\x22\xd2\x40\x00\x1a\x48\x03\x02\ \x01\x31\x02\x02\xec\xaf\xbc\x40\x67\x30\xc6\xbe\x23\x5a\xc3\xc5\ \xa6\xf8\x69\x9d\x15\xd4\x2f\x75\xd3\x9a\x52\xe7\x7e\xfa\x14\xca\ \x29\x1f\x51\xd6\xad\x7d\x6d\x8a\xd4\x07\xeb\x77\x8c\x9c\xb1\x68\ \x64\x4e\x40\xd1\x10\x5f\x11\x19\xce\xd6\x27\xbb\xf6\x45\x49\x89\ \x4c\xb6\x86\xc1\x40\xb9\x8e\xe3\x38\xae\xeb\x4a\xa5\x94\x52\x9a\ \x14\x80\xf6\xa5\xe6\x69\x0c\x58\x16\x10\x44\x83\x11\x81\x56\x71\ \xfe\xb0\x39\xd3\xe7\x14\x47\x73\x67\x8e\x9f\x54\x75\xfc\xd8\xf1\ \xc6\x6a\x33\x1a\x92\xca\x93\xca\xa7\x8c\xf4\x69\xa0\x16\xfc\x44\ \x63\x2b\x58\xd1\xea\x93\xed\x2f\xbd\xba\x7a\xe9\xd2\x05\xb3\xa6\ \x4f\x46\x54\x0c\x35\x22\x63\x1c\x5d\xad\xc1\xf7\xb7\x6d\xdf\xd6\ \xda\xd6\x95\x5f\x58\xec\x38\xae\xef\xfb\x86\x61\x20\x32\xa5\x54\ \x20\x18\x0c\x84\x82\x91\x60\xc0\x77\xd2\xa6\x65\x4a\xdf\xd7\x4a\ \x11\x41\x73\x73\xeb\x91\x63\x55\x89\xa4\xab\xb5\x06\xad\x91\x34\ \x67\x99\x9e\xbd\x5a\x4a\xc5\x00\xb4\x42\xa6\x81\x00\x80\x0f\x12\ \xce\x11\x07\x30\x9f\xc9\x83\xc9\x76\x33\xc9\xd2\xc5\x24\xcc\x2b\ \x6d\x84\x0b\x27\x8e\x8b\x31\x30\x27\xcc\x5d\x14\x1e\x91\x1c\x36\ \x6a\x8c\x85\x5a\x0e\xb5\xf3\x8b\x4c\x15\x21\xce\x79\x46\xbf\x93\ \x4a\x23\xe3\x8c\x73\xd2\x1a\x94\xe2\x9c\x6b\x2d\x93\xc9\x64\x3a\ \x9d\x8e\x87\x43\xe0\x7b\x80\x04\x0c\x5c\xc7\xf6\x5c\xd7\x14\x22\ \x1c\x08\x07\xcd\xe0\xa8\x11\xa3\xe3\xa1\x78\x7b\x63\xa3\xa5\xe5\ \xa8\xd2\x61\x55\x75\xc7\x7c\x27\x29\x04\x43\x86\xa0\xb5\x26\x5d\ \x5f\x57\xd3\x9b\x76\xba\x92\xae\x15\x8a\x1a\x01\xa3\xb9\xbd\x73\ \xdd\xfa\x8d\xa5\x25\x45\x91\x90\x08\x5a\x9c\x73\xe2\x86\x00\x4b\ \x6c\xdf\xb9\x6b\xeb\xf6\xdd\x4a\x81\xeb\xb8\x9e\xe7\x21\x72\xdf\ \xf7\x39\xc7\x74\x3a\x3d\x6f\xee\xbc\xd2\x11\x23\x83\x01\xd3\xb3\ \x93\x79\xf1\x78\x30\x10\x24\x22\xad\x55\x63\x53\x73\x63\x43\xa3\ \xe7\xf9\x08\x84\xa4\x80\x34\xe9\x8c\xbb\xac\x2f\x93\xb4\x2f\xcd\ \x0d\x3e\x8c\x55\x13\x11\x64\x61\x9e\xa5\x8b\x87\x98\xe0\x89\xe6\ \xfd\xeb\xf6\x26\xae\xba\x7e\x59\x7b\xd5\x81\xf7\x77\x56\x19\x47\ \x4f\xde\xb0\x62\x51\xdc\x20\x7d\xb6\xe1\x8d\xf5\x97\x55\x42\x42\ \x86\x9c\x21\x07\x42\xd4\x80\x80\x9c\x1b\x8c\x73\x5f\x2b\xdb\x75\ \x93\xe9\x94\xe3\x04\x41\x7a\x82\x23\x32\x4c\x4b\xd7\x30\x0c\x93\ \xf3\xbc\x78\x8c\x11\x8c\x2c\x1f\x69\x30\x23\x14\xb4\x98\xe0\x86\ \xc1\xc3\xe1\x60\x47\xba\x97\x99\x82\x5b\x02\x89\xb8\x26\x92\xaa\ \xb5\xbd\x45\x12\x71\x11\xf0\x34\x58\xa1\x80\xe3\xd3\x7b\xef\x6d\ \x75\x53\x3d\xe1\x68\x70\xea\xac\xa9\x23\xc6\x8c\x74\x53\xfe\xaa\ \x35\xeb\x1a\x5b\x7b\x42\x01\xae\x00\xb8\xc1\x35\x49\x25\x7d\x52\ \x4c\x70\x3e\xbe\x72\xec\xf8\xca\xb1\x0c\x99\x61\x70\x4d\xca\x75\ \x5d\xa9\x49\x69\x5d\x5b\x57\xdb\xd9\xd5\xde\x27\xda\x23\x68\xc2\ \x8c\x1b\x9c\x10\x18\x32\x00\x02\x04\x85\x94\xa9\x57\x07\x04\x03\ \x3c\x3c\xc3\xcf\xb3\x42\x6f\x96\x2e\x46\x42\x04\xdf\xb3\x35\x0b\ \x40\xb2\x7e\xc7\xf1\xc4\xb2\x9b\x6e\x3c\xbe\x61\x4b\x43\x4f\x3a\ \xb7\xe8\xcc\x14\xb4\x3e\x71\x7d\x60\xa1\x6b\x99\x09\x1f\x44\xce\ \x39\x63\x4c\x6b\x89\xa0\x49\x91\xe7\x4b\xdb\x71\x5d\xcf\x63\xd2\ \xf5\x51\x23\x12\x32\xf4\x9c\x40\x28\x14\x0f\x05\x03\xe5\x25\xc3\ \x2a\xca\x87\x6b\xa9\x5c\xdf\xcb\xc9\xcf\x35\x83\x81\x58\x2c\xda\ \x69\x27\xa5\x54\x1a\xc9\x10\x3c\x23\x8e\x73\x94\x26\x92\xd2\x8e\ \xab\x40\x93\x91\xee\x49\x19\x9a\x2d\x9c\x3b\xb7\xbe\xb9\xee\x99\ \x17\x5f\xbf\xf1\xf6\x5b\x1c\xd7\xae\xae\x6b\x06\x06\x92\x69\xd7\ \xf7\x52\x76\xca\x97\x1e\x12\x00\x90\x56\x5a\xfb\x52\x49\x19\x0c\ \x04\xed\x94\xa3\xb4\x4a\xbb\xae\x61\x19\x29\xdb\x3e\x5e\x75\x3c\ \x99\xea\x51\x5a\xb9\x5a\x31\x66\x10\x6a\x22\x24\xc0\x7e\x03\x04\ \x12\x10\x21\x11\xf4\xe5\x8e\x9f\x32\xb6\x9d\x41\xd9\x85\x93\xa5\ \x8b\xc9\x22\x83\x91\xdc\x62\xe8\x58\xf7\xec\xb3\x7b\xe3\xe3\x16\ \x55\x16\xc5\x1a\x63\xb1\xa0\x60\x43\x1a\x90\x4f\xb7\xae\x93\xd6\ \x80\x00\x7d\x05\x3a\x48\x49\x86\x04\xd2\xb7\x6d\xdb\x71\x1c\xad\ \x94\xf2\x7d\x4d\x12\x19\x21\xb2\x54\x32\x65\x9a\xc1\x82\xfc\x82\ \xc5\x4b\x16\x8f\x1b\x37\xd6\xf7\x7d\x64\x2c\x3f\x3f\x2f\x16\x8b\ \x29\xa9\xb5\x52\x68\x30\x50\x5a\x67\x9c\xd2\x80\x00\x0c\x40\x13\ \x81\xeb\xf8\x92\x14\xb9\x9e\x13\x74\x7a\x7b\x7b\x52\xa9\x94\x65\ \x5a\xef\xbe\xfb\xae\xe7\xb9\x0c\x89\x31\x70\x1d\x92\x52\x3a\x8e\ \xcb\x85\x40\x02\x81\x0c\x11\x35\x11\x70\xbe\x63\xcf\xee\x55\xab\ \xdf\x1a\x3f\x6e\xfc\xc8\x31\xa3\x8f\x9d\x38\xbe\x7b\xcf\xee\x96\ \x96\x16\x60\xcc\x93\x2e\x67\x62\x30\x60\xcf\x46\x6e\x26\x94\x95\ \xf5\xfb\xed\xce\xe0\xe1\x17\x7b\x48\x95\x67\x27\x7a\x93\x36\x88\ \x60\x6e\x4e\x34\x93\x98\xe9\xfb\x52\x9c\x56\x54\x80\x92\xdd\x5d\ \x2e\xf1\x70\x24\x1a\x30\xd0\x4e\xf6\xa4\x1c\x15\x8c\xe6\x84\xad\ \x7e\x5b\x85\x4e\x6e\x7e\xe5\x99\xcd\x8d\xec\xba\xcf\x3c\x30\xb9\ \xf8\xe3\x14\xe4\x6f\x3f\xb6\xf9\xd9\x57\x36\x17\xcc\xbc\xf6\x8e\ \x2b\xa7\x70\x00\x90\x4e\x47\x77\x3a\x92\x97\x67\x31\x00\x00\x27\ \xd1\x95\x26\x2b\x2f\x16\x1a\xfc\x15\x3f\xdd\xdb\x6b\x4b\x33\x18\ \x8e\x84\x2c\xe5\xa6\x7b\x13\x29\x34\x23\xb9\xb1\x60\x16\xc6\x1f\ \xa5\x93\x4b\x33\x3e\x7c\xe9\x15\x4b\x1a\x7b\xd8\x98\xf1\x63\x85\ \x21\xe7\x2c\x5d\x1c\x08\x87\x99\x96\x70\x96\x6c\x2a\x3e\xc4\x7c\ \x67\x59\x26\x03\xf2\xa5\x67\xdb\xb6\x9d\x4e\x2b\xa9\x48\xfa\xca\ \xf7\xd0\x40\xc6\x85\xe7\x79\x52\xaa\xde\x54\xb2\xb1\xb9\xa5\xb3\ \xa7\x27\x3f\xaf\x04\x15\x49\x5f\x0e\x2f\x2b\x2b\x19\x56\x52\xd5\ \x5c\x27\x84\x95\xb1\x6a\x6b\x95\x49\x10\xa5\x0c\x8f\xd5\x40\x08\ \x64\x08\xa3\xb0\xb0\x38\x2f\x2f\xaf\xbd\xab\xc3\xee\xb0\x3d\x3b\ \xe9\x78\x6e\x71\xd1\x30\xad\x54\x2a\x95\x46\xc6\xf7\xed\xdd\x6f\ \x27\x6d\xcf\xf5\x04\xe7\x91\x48\x24\x16\x8b\x8d\xa9\x1c\xb3\x6b\ \xdf\xfe\xc7\x9f\x78\x6a\xee\xdc\x39\x33\x66\xce\xdc\xb9\x7b\x57\ \x67\x57\x97\x15\xb0\x80\xf1\x8c\xc9\x70\x40\x50\x19\x5c\xc3\xf8\ \xdc\x02\x0f\x0e\xfc\x9b\x29\xf0\x76\x11\x3f\x73\xa7\xf9\xc9\x1f\ \x7e\xff\x44\x2a\x5a\x3c\x76\xce\x83\x77\x5c\x65\x24\xeb\xdf\x7a\ \xfa\xf1\xaa\xdc\x25\xdf\xb8\x67\x69\x5f\x28\x9c\xdf\xbd\xf6\x85\ \x27\xdf\x3f\xde\xcd\x00\x27\x5d\xf7\xc0\xf2\xfc\xc6\xef\xfd\xe4\ \x19\xcc\x2d\x25\x6d\x5e\x71\xc7\x03\x8b\xc6\xe6\x02\x40\xfb\x81\ \x75\x1b\xaa\x43\x77\x3f\x74\x5d\x49\xee\xc7\x6a\xb9\x21\xbb\xd6\ \xac\x7a\xb7\xfc\xf2\x07\x97\x4f\x2c\x64\x00\x2a\xd9\xf4\xf2\x33\ \xcf\x1c\x6b\x73\x22\x65\xb3\x1f\xbc\x67\x85\x7b\x78\xcd\x53\xab\ \x76\xa5\x25\x4e\xbe\xe2\x33\x37\xcc\xaf\xc8\x94\x95\xaa\xde\xfa\ \xea\x73\x6b\xf6\xfa\x84\x39\xe5\x73\x1e\x78\x70\xfe\x1b\xff\xf9\ \xad\x7d\x7e\x2c\xca\x55\xe9\xec\xeb\xee\xba\x7a\xa6\x95\x8d\x00\ \xf8\x50\x98\x03\xb2\x48\x3c\x3f\xee\xb4\xd7\x1d\xd9\x5b\xa5\xd1\ \x34\x85\xf2\xbc\x40\x5e\xe9\xf0\xe2\x1c\x3c\xdd\x55\x7e\x1a\x27\ \x67\x80\x19\x7e\xde\x1f\x03\x87\x8c\xa3\x10\xc2\xf7\xfd\x54\x2a\ \xed\xfb\x3e\x78\xbe\xe7\x7b\x26\x0a\x04\xa6\x94\xd2\x5a\x73\xce\ \xbb\xba\x7b\x7c\xe9\x03\x47\x4f\x49\x22\xca\x89\xe7\x8c\x1e\x51\ \xb1\xe7\xc0\x7e\x8d\xa4\x19\x10\x29\x4d\xd4\xaf\x10\x53\xa6\x1e\ \x33\x22\x05\xac\x60\xd9\xb0\xb2\xdc\x58\x5e\xe5\xe8\x31\xad\xdd\ \x6d\x76\xb2\x3b\x16\x8b\x0f\x2f\x1f\x9e\xec\x4d\x98\xa6\xd9\xdb\ \xd3\xfd\xec\x0b\xcf\xa3\x06\x92\x92\x00\x83\x96\x15\x0c\x85\x66\ \xcd\x9b\x33\xa2\xa2\xa2\x6c\x44\xf9\x7b\xef\x6f\xdd\xbe\x67\x57\ \x28\x1c\x1e\x37\x6e\x5c\x7b\x67\xa7\xed\x79\x1a\x01\xb4\xa6\x41\ \x72\x38\xf4\x3b\x99\x06\xca\x33\x0e\xd4\xc1\x1b\x5a\x3c\xbf\xa8\ \x41\x9e\xea\xf1\x62\x95\x5f\xf9\xe3\x87\x4b\x0d\x00\x50\x27\xaa\ \x8e\x34\xa7\x94\x88\x9e\x52\xce\x8e\xad\x7f\x7e\x7d\x63\xee\x37\ \xfe\xfc\x8f\x0a\x0d\x2f\xad\x8d\xe4\xa1\xdd\xd1\xc9\xd7\xfd\xc9\ \xfd\x57\x57\xad\x7e\xf4\xf1\xb7\xb7\xcc\x1f\x7b\x9d\x00\x50\xa9\ \xde\xda\xaa\x5d\xaf\xaf\x34\x16\xcf\x1b\x77\x60\xfd\xaa\xc6\xe0\ \xc4\x87\xef\x5a\xd1\xb6\xf3\x8d\x55\x5b\x6a\x46\xcc\xbf\xee\xb6\ \x25\x13\xbc\x93\x07\x9e\x5f\xf9\x76\x3b\x96\xdf\x7a\xd7\x6d\x15\ \x31\x0e\x00\xe0\x77\xbc\xfd\xc2\x8b\xbb\x9b\xbd\x39\x57\xdf\x79\ \xc5\x24\xd1\xdb\xd6\xbc\xf3\xad\x17\x99\xbc\xf9\xc6\x05\xa3\x4e\ \xee\x5d\x77\x44\x8e\xff\xbb\xbf\xbd\x7e\xcd\xcf\xbe\xb5\xf1\xd8\ \x74\x63\xd3\x07\xa3\x6e\xfa\x9b\xeb\x83\xeb\xfe\xfd\xd9\x2d\xcb\ \xe6\x57\xc4\x00\xec\x96\x5d\x4f\xaf\xdc\xb3\xe4\xf3\xdf\x58\x3c\ \x3a\x9e\x4e\xda\x16\xb5\xdb\xac\xe4\x91\x6f\x7e\x63\x74\xc7\xf6\ \x6f\x7e\x6f\x6d\xc3\x82\x19\x63\xe2\xd9\x80\xf5\x73\xb3\x28\x2e\ \xfc\xde\xfa\xd5\xaf\xbd\xdd\x2d\x72\xa2\x96\x40\xf0\x4e\xd6\xb7\ \x88\xdc\x82\xca\x29\xe1\xb2\x92\x3c\x71\xba\xf5\x4d\x9c\x61\x64\ \xd6\x03\xd6\x66\x00\xcf\xf3\x98\x29\x32\x75\x16\x6d\x3b\x9d\xe8\ \x4d\x58\x28\x95\x92\x92\x01\x17\x86\x54\xca\x75\x1c\xd3\x34\x23\ \xd1\x88\x06\xb2\x5d\x57\x4a\xe9\x7a\xde\xd1\xa3\x47\xea\x6a\x6b\ \x4d\xce\xd3\xd2\xc9\xf4\x78\xf3\xb4\xf2\x95\x12\x88\xdc\xe0\x0c\ \x50\x2a\x4d\xa8\x09\x75\x2a\x91\x30\x4d\xa3\xa0\xa0\x20\x2f\x27\ \xef\x64\x67\x9b\x25\x95\xef\xf9\x9e\xef\x13\x81\x69\x98\x5a\x69\ \x61\x1a\x22\x10\x50\x4a\xa5\x1d\xa7\x3b\x95\x7c\xe1\x95\x97\x2b\ \x2b\x2b\xd1\x10\xf1\xdc\xa8\x94\xbe\x69\x05\x1c\xd7\x55\x4a\x23\ \xa0\xf4\x95\xc1\x33\x09\xd8\xa7\xf1\xea\xc1\x60\x3e\x43\x21\xbf\ \x94\xac\xeb\x24\x42\x11\xef\xe4\x73\x8f\xfd\x6a\xc6\xa2\xab\x96\ \x4e\x2d\x1b\x35\xeb\xca\xdb\x0c\xff\xd5\x3d\xaa\xff\x96\x9c\x03\ \x07\x9a\xa7\x5d\xfe\xb5\xc2\x10\x07\x6d\x30\x4d\x5c\x18\xdd\xd5\ \x3b\xdf\x7c\x4b\xd5\xee\x6e\xae\xbc\x6c\x45\x66\x11\xf8\x8a\x8f\ \x9a\x79\xd5\xbd\x77\x2c\x6a\x7e\xff\xe9\x26\x6b\xe2\x3d\x37\x5f\ \xe1\x1c\x7d\xe7\xb5\x1d\xf6\x1d\x77\x5e\xbf\xea\xb9\xb7\xf6\x94\ \x07\x8e\xad\x5e\x1d\x9f\x7b\xcb\x94\xe6\xd5\xcf\xbf\xbe\xf5\xcf\ \xef\x59\x88\xa0\x76\xbe\xfa\xf4\x3e\x6f\xdc\xad\xd7\x84\x5e\x7d\ \xf5\xe9\xbc\xd8\xed\xd1\xc2\x8a\x9b\xaf\x7f\x68\x66\x59\x18\x00\ \xa2\x65\xa3\x43\x1b\xde\x7b\xee\x75\xd1\xda\xd2\x11\xef\xa2\xab\ \x66\x8e\x7d\xf4\xc5\x1f\x36\x46\xbc\x51\x0b\xee\x8c\x01\x00\x40\ \xeb\xe1\x03\x30\x62\xfe\xa2\xd1\x39\x00\xc0\x39\x02\x71\x65\xb7\ \xad\x5b\xb9\x6a\x4f\xc7\xe1\x70\xf9\xb8\xe2\x48\x16\xe1\x1f\x6a\ \x5d\x67\x90\x68\xaf\x4f\x18\x23\x6f\xba\x7d\x45\x9c\x4b\x41\xdd\ \x6b\x5f\x5e\x97\xbb\xf0\xca\x19\x25\x61\x5f\xc9\x33\x96\x32\x3b\ \x73\xad\x0f\xd2\xdc\x33\xce\x73\xa5\xa4\xd6\xda\xf5\xbc\xde\x9e\ \x1e\xcf\x71\x95\x52\xbe\xef\x67\xe4\x05\xa9\xb5\x15\xb0\x82\xc1\ \x60\x63\x63\x93\x54\x0a\x19\xdb\xbd\x67\x4f\xda\xb6\x0b\x0b\x0a\ \x39\x32\xd0\xa4\xa5\xf4\x7c\x4f\x49\x49\x40\x84\x8c\x33\x23\x53\ \xd4\x8d\x34\x70\xc6\x9b\x9b\x9b\x37\x6e\xd8\x54\x5b\x5d\xe7\xb8\ \xae\x61\x98\x9e\xeb\x75\x76\x76\x0a\x91\x29\x66\x86\x44\xe8\xb8\ \x6e\xda\x75\x7d\xa5\x50\x08\x61\x59\x81\x60\xa8\xa1\xb1\xa9\xab\ \xbb\x57\x69\x22\x64\x00\xe8\xf9\x52\x4b\xa5\xa5\x32\xb9\x01\x84\ \x67\xe6\x9c\xf4\x03\x7b\xb0\xa2\xae\xfb\xe9\x52\xb2\xb8\x61\x7c\ \xc4\x9d\x0f\x7f\xe5\xe6\x05\xa5\xef\xad\x7c\xe1\x48\xa7\xcf\x18\ \x2a\x29\xcf\x32\x39\x20\x00\xd8\x75\x3b\x9e\x7d\x73\x53\x4a\x1b\ \x0c\x40\xa3\x11\xcf\xcf\x4d\x36\x56\xf5\xe8\xcc\xf3\x04\x2b\x1c\ \xcf\x89\x45\x0c\xce\xe2\x45\xe5\x65\xf9\x91\x74\x73\xd5\xb1\x9a\ \xa3\xab\xdf\x5c\xdd\xd4\x9e\x68\x6f\x3d\x59\x57\x5f\xb5\x67\xc3\ \xea\x75\x7b\x1a\xd3\xbd\x3d\x12\x00\x20\x79\xac\x26\x3d\x73\xc9\ \xe2\xb1\x93\x16\x4d\x28\xd1\x55\xb5\x2d\xc2\x0a\xe6\xe6\xe7\x84\ \x03\x06\x00\xc4\x2a\x16\x3c\x70\xcf\xcd\x23\x72\xb1\xb7\xc7\x8f\ \xc5\xcd\xee\x84\x1a\x35\x7e\x42\x79\x6e\xa8\xbb\xb9\x2e\x45\xa7\ \xed\xb9\x00\xdd\xab\x9f\x79\xe6\x40\x3b\x98\x1c\xb4\xe6\x81\x68\ \xae\x91\xec\x68\xe8\x74\xb2\x48\xfe\x30\xc3\x9b\xa2\x60\x4e\xf9\ \xf8\x71\xa5\x21\x83\x9b\x86\x21\xcc\xc8\xa8\x89\x13\x8a\x22\x16\ \x37\x8c\xb3\x33\xf6\xc4\x87\x5a\xf0\xb4\xef\x2b\xf0\xa5\x27\xd0\ \xf7\x3c\x29\x7d\xd7\x51\x8c\x83\x26\x2e\x7d\x9f\x71\x0b\x00\x83\ \xa1\x60\x6f\x2a\x59\xdb\x50\x37\xdb\x73\x0f\xed\xdd\x97\x9b\x9b\ \x3b\x69\xf8\xe4\xf6\xae\xf6\x6d\xbb\x77\x24\xbd\x64\x80\x9b\x0a\ \xb5\xe2\xc4\x38\x07\x02\x2d\x09\x05\x33\x84\xc9\x91\x31\x64\x96\ \x19\xb4\x4c\xab\xad\xb5\x4d\x70\xa1\xa5\x4a\xa7\xd2\x9a\x50\x29\ \x42\xe4\x84\x5c\x92\x22\x02\xa9\x34\x9c\xea\x19\xc4\x00\x51\x6b\ \xed\xfb\x52\x93\xe6\x8c\x93\x24\x90\x00\x1a\xb5\x54\xc8\xf9\x19\ \x5c\x3a\x63\x69\x1b\x5c\x4d\x9d\x88\x32\x5a\xc6\x80\x0b\xed\xd4\ \x2e\x70\x31\x3f\x72\xe9\xd9\x64\xe4\x8c\x1a\x3b\x32\xa4\x77\x25\ \xdd\x4c\x49\x0c\xad\x4f\x89\x6c\x81\xc9\x93\x4a\x1e\x7f\xe7\x8d\ \x45\xe3\xef\x8e\xa4\xbb\x1a\x5b\x52\xfe\xf0\x48\xac\x62\xea\x0d\ \x2b\xae\xec\x39\xe2\xff\xfb\x6f\xf6\xf4\xf8\xcb\xe3\x56\x5f\x15\ \xe7\xcc\x77\x95\x54\x00\x10\xcc\xc9\x2f\x2b\xcf\xbd\xf1\xae\x1b\ \x63\xa6\x11\xc1\xf6\x63\xeb\x8a\x26\x2e\xb9\x71\xc9\xd8\x38\x37\ \x83\x06\x00\x40\xb0\x28\x07\x4f\x1c\xab\xb9\xac\x28\x5a\xdf\xea\ \x4d\x9a\x17\x6f\x90\xfe\x60\xf7\x4d\xfe\x88\x09\x5e\xeb\x21\x27\ \x36\x71\xce\x68\x58\xfb\x72\xd5\xc8\x2f\xdc\xb3\x04\xa2\xff\xfa\ \xd8\x8e\x2e\xb9\x34\x6c\x40\xe1\xf8\x89\xf4\xd6\xab\xeb\x8f\xce\ \x5a\x36\x56\xb7\x36\x37\xe5\x3a\x92\x07\xf3\x16\x5d\x77\xf5\x44\ \xde\x54\xf5\xbf\x7e\x70\xbc\x2d\x3d\xa1\x30\x90\x05\xf3\xb9\x85\ \x37\xe2\x56\x24\x66\xf6\x1e\x3b\xb0\x0b\x33\x1a\xba\x11\x8e\xa9\ \xde\x83\xfb\x6a\x0b\x47\x8d\x8c\x19\xa7\x89\xb4\xa7\xd7\x00\x3d\ \x7d\xad\x33\x86\x44\x9a\x21\x92\xd6\xae\xe7\xf9\x9e\xaf\x34\x92\ \x60\xc8\x33\xad\xd1\xb4\xd6\x3a\x10\x30\x0d\xd3\x3c\xd9\xd2\x72\ \xec\xc4\xf1\x44\x32\x39\x61\xfc\x84\x44\x32\x71\xf8\xe0\x21\x94\ \x14\x31\x22\x29\x37\x25\x2c\x43\x08\x0e\x1c\x39\x72\x06\x9c\x18\ \x4a\x45\x24\x49\x29\x1d\xb4\xac\x48\x38\x6a\x84\x8c\x28\x79\xc7\ \xeb\x6b\x94\x94\x6e\xda\x76\xb8\xb0\x82\x01\xa5\x94\xef\x4b\x00\ \x52\x4a\x69\x22\x21\x04\x63\x2c\x53\x80\x99\xb4\x06\xa5\x19\xa2\ \x29\x0c\x92\x8a\x94\x46\x02\x50\x1a\x10\x33\x35\xd5\x33\xec\x7a\ \x80\x75\x0f\xa8\xe2\x4a\x29\xa5\x54\x7f\xa7\xb1\x53\x74\x09\x74\ \x14\x4b\xb7\x1c\x78\xf2\xa9\xb7\xdb\x3c\xa8\x98\x7b\xcd\xd4\x62\ \x0b\x00\xb8\x11\x0c\x87\xac\x81\x3d\x7d\xec\xb2\xbb\x96\x77\x3e\ \xf9\xd8\x77\xbf\x05\x7e\x3a\x6f\xd6\x2d\x79\xf9\x64\x1f\x7d\xea\ \x9f\xfe\xf5\x80\xc1\xc4\x82\x1b\x6f\x2d\xb5\x00\x00\x84\x19\x8a\ \x84\x4c\x00\x10\x56\x38\xac\x0c\x00\x28\x9d\x75\xf5\xfc\xe3\x4f\ \xfe\xf2\x87\xff\x15\x1f\x7b\xd9\xe7\x3f\xbb\xec\xd6\x6b\x17\x3c\ \xbd\xea\x57\x7b\xd6\x46\x96\xde\xfe\xb9\x45\x63\xe2\x00\xe6\xc2\ \x9b\x6f\xa8\x79\xe2\x95\xff\xf7\x81\x1a\x3d\xef\xc6\xb9\x95\x39\ \x27\x37\x85\x4e\x55\x6a\x4a\x37\xbe\xf4\xcc\xf3\x47\x7a\x23\x37\ \x3f\x78\x57\x69\x30\xba\xf4\xea\xe9\xcf\xff\xfc\x5f\x37\xa0\x31\ \x79\xd9\x2d\x25\x99\x1d\xa2\x78\xe6\x7d\xb7\x36\x3f\xf7\xfc\x4f\ \x36\x91\xa6\x40\xd9\x95\xf9\xf1\x56\xec\xfa\xf5\xbf\xfe\x6b\x6e\ \x10\xe3\xd3\xae\x5c\x52\x99\x93\x05\xf2\x87\xc9\x6e\x0c\xa5\xd3\ \x5d\x75\xf8\x48\x12\x33\xc5\xf1\x35\x18\x85\xc1\x60\x49\xd5\xb1\ \xea\x60\xf9\xc8\xb8\x79\xba\xa2\x3a\xb8\x3d\x08\x03\xcc\xf8\xc9\ \x33\x6f\x39\x43\x24\x65\x22\x31\x50\x15\xe5\x65\x93\x47\x95\xe7\ \x9a\x06\x72\x34\x2c\x11\x89\xc7\xcd\x60\x38\x92\x93\x6f\x05\xe2\ \x1f\x6c\xdb\xdb\xd2\xda\xbb\x6c\xe9\xf2\xb1\xe5\x23\x63\x91\xc8\ \xc6\x4d\x9b\x3a\x7a\x3a\x23\xf1\xa8\x2b\xfd\x57\x5e\x5f\x59\xdf\ \xda\x60\x06\x42\x0a\xc9\x32\x4c\x03\x0d\x34\x0c\x21\x0c\x24\x14\ \x12\x4b\x62\xf1\xfc\xdc\x9c\x09\x93\xc6\xd7\xb6\xd6\xbf\xbb\x79\ \xbd\x22\x8d\x88\xa1\x50\xc8\x0c\x06\x7c\xcf\xb3\x1d\x47\xf7\x31\ \x17\xe2\x99\x7e\x86\x19\x70\x6a\xf0\x3d\x97\x31\x3e\xa2\x7c\x38\ \x69\xe5\xa4\x6d\xad\xb4\xe7\xb9\xc4\x99\x02\x1a\x10\xc8\x4f\xdd\ \x54\x7f\x52\x57\x06\xe1\x83\x1d\x69\x19\x95\x84\x73\x9e\xe8\xed\ \xfd\xbb\x7f\xf8\x87\xcf\x7f\xe1\x0b\xbd\xbd\xbd\x03\x0a\xbc\x94\ \xf2\xeb\x5f\xfd\x32\x11\x8c\xa8\xa8\xf8\xa4\x76\x67\xe2\x8c\x3d\ \x70\xff\x7d\x95\xe3\xc6\x6b\xa5\xb0\xbf\x68\x04\x63\x4c\x6b\x5d\ \x5f\x57\x3d\xba\x72\x5c\x34\x1a\xcb\xdc\x5d\x43\x7d\xed\xc4\xc9\ \xd3\x06\x3c\x2a\xae\xe3\x2a\x34\x42\x01\x63\xf0\x86\x7d\x86\xcb\ \xc0\x73\xd2\x12\x44\x30\x60\x22\x80\xf2\x5d\xc7\x93\xc2\x0c\x5a\ \x03\x19\xe0\x19\x35\x09\xf1\xf4\xaf\x92\x93\x4e\x13\x37\x03\x96\ \x81\x00\xca\x73\x1c\x49\x56\x20\x70\xaa\x8c\x83\xf6\xd3\x2e\x85\ \x82\x7d\x89\xe2\xa7\xae\x48\xca\x71\x3c\x11\x08\x0e\x38\xf1\xa4\ \x9b\xf6\x68\xf0\x08\x01\x00\x48\xba\x69\x57\x5b\xc1\xa0\x60\x40\ \x5a\x39\xb6\x43\xdc\x08\x05\xb2\x6d\x61\x00\x00\x0e\x1f\xdc\x3f\ \xac\xb4\x34\xd3\xcc\xd3\xb6\xed\x83\x07\x0f\x9e\xd6\xb5\x13\xd9\ \xe9\x2e\x52\xed\xfb\x32\x93\xa6\xf1\x61\xe2\x3a\x66\x10\x9e\x91\ \x60\xfb\x7b\x14\x12\x02\x69\xb4\x1d\xcf\x71\xa5\x9b\x69\x59\xe6\ \xa3\xe7\xf9\x80\x2e\x10\x71\xce\x84\x21\xba\x7b\xba\xea\x1b\xeb\ \xa3\x66\x70\xdf\xbe\xbd\x47\x8f\x1f\xb7\x82\x66\xc5\xa8\x51\xd3\ \x67\xcd\x28\x2b\x2f\x3f\x51\x5b\x75\xac\xea\xc4\x8e\x5d\x3b\x7d\ \x57\x91\x91\xa9\xbb\xac\xb5\xe7\xab\xb4\x3d\x71\x54\xd9\xbc\x79\ \x73\xba\x7a\x3a\x1b\x1b\x1b\x52\xa9\x94\x19\x30\x89\xc8\x75\x5d\ \x60\x98\x81\x22\x29\x95\x59\xd0\x84\xa4\x33\xc6\x7c\x44\x83\x73\ \x44\xe4\x80\x06\xe7\x9e\x92\x88\x80\x0c\x91\xb1\x8c\x39\x61\x40\ \xd3\x3e\x25\x8a\xf7\x0b\xf1\xfd\xe1\xf7\x9a\x33\x9e\x09\xa8\xc7\ \x81\xbc\x4e\xc4\x8b\xdb\xba\x8e\xdc\x0a\x86\x86\x72\x11\x9e\x46\ \x66\x20\x34\x80\x1e\x6e\x58\x61\xc3\x1a\xfa\x1b\xa7\x7d\x15\x03\ \xa1\xf0\xc0\x1b\x6e\x06\xc2\x67\x00\x90\x19\xa1\xe0\x50\x97\x44\ \x1e\x08\x9e\xe6\xee\x16\x56\xe8\x6c\xe5\x10\x85\x15\x16\x03\xdc\ \x89\x07\xc3\xe1\x2c\xb6\xcf\xcb\xf0\xc6\x79\xba\xb3\xe6\x83\x4d\ \x7b\x53\x4c\x30\x00\xd2\x92\xc5\x46\x2c\x5e\x30\x2d\x6a\xc2\xd0\ \x61\xad\xa7\x66\x9c\x78\x06\xde\x04\x00\x48\x92\xb4\xc1\xb9\xe3\ \x7b\x26\x63\x9e\xa4\x94\xa7\x0c\xe6\x59\x86\x60\x4c\x28\xcf\xd3\ \xcc\x40\x5f\xb9\xe9\x94\xeb\xa6\x93\x6e\xf2\x78\xcd\xf1\x78\x28\ \xb6\xf9\xbd\x4d\xc0\x70\xc9\xa2\xc5\xca\x53\xef\xad\x59\x5f\x54\ \x54\xb4\x74\xe6\xa2\xeb\x97\xae\xd8\x3d\x7d\xd7\x2b\x6b\xdf\xde\ \x79\xfc\x88\x96\x29\x03\xfc\x82\x68\xb0\xa8\x2c\x36\x7b\xe6\xe8\ \xca\xb1\x45\x8a\x8a\x3d\xb0\x0f\x1d\x3b\x9c\xb6\x5d\xd3\x60\xae\ \x93\x16\x82\x69\xa5\x48\x93\xf6\x25\x68\x12\xc2\x04\x49\xbe\xf6\ \x91\xa3\x52\x9a\xa4\x5f\x52\x54\xbc\x60\xde\xfc\xe3\xc7\x8f\xa7\ \xd3\x49\x0d\xca\x23\x25\x99\x26\x40\x02\xd0\xd8\xf7\x97\x09\x58\ \x47\x44\xce\xb9\xd6\x5a\x65\x1a\x24\x61\x66\x0a\x08\x48\x33\x64\ \x8c\x31\xe0\x4c\x03\x79\x4a\xca\x73\x67\xfc\x64\x29\x4b\x17\x9e\ \x4a\x4e\xdc\x0c\x17\x97\x95\xbb\x88\x88\x5c\xa8\xde\x3d\x07\x8e\ \x9f\x9c\x3a\x21\x6e\x99\x67\xc7\x69\x9f\xbe\xb7\x6a\x40\xd6\x5f\ \x42\x01\x59\x46\xf4\x47\x44\xad\xd1\xf7\xa5\xed\xb8\x26\x0a\x20\ \x2d\x18\x73\x04\x63\xdc\x95\xd2\x07\xe6\xa5\xed\x74\x77\x4f\x57\ \x47\x47\x8f\x76\x75\x5e\x61\xde\x84\x49\x13\x3a\xbb\x3b\x1a\x4f\ \x36\x4c\x9e\x38\x29\xbf\x20\x8f\x40\xfb\xae\x3b\x73\xe6\x8c\x79\ \x0b\x2f\xab\x6d\xae\xdb\xbf\x7b\x7b\x73\xed\x89\xca\xe1\xc3\x46\ \x95\x15\xc5\xc2\xa1\xb2\x58\xb4\xa6\xae\xb1\xa7\xaa\x7a\xc5\xcc\ \xd9\xd1\x91\xe5\x0e\xc8\x4d\x9b\x36\x75\x77\xf5\x18\x86\xa1\xb5\ \xe6\x5c\x68\xa4\x4c\xf3\x03\xc1\x85\x42\x45\x5a\x7b\x52\x8d\xac\ \x18\xb9\x64\xc9\x92\xda\xda\x5a\x22\xad\x09\x94\xd6\x52\x29\x60\ \x1c\xce\x2e\xea\xd4\xdf\xb1\x7c\xb0\x36\xce\x06\xd1\x20\x36\x96\ \x5d\x39\x59\xba\x78\x40\xae\x94\x19\x29\x9e\xbd\xb8\x82\x01\x01\ \x33\x0c\xb7\xf1\x64\x55\x8b\x23\x55\x26\xea\xec\x4c\x90\x9f\xe9\ \x31\x86\x8c\x5e\xc6\x90\x51\x5f\x10\x0b\x32\x20\x72\x3d\x2f\x99\ \x4c\x1a\x64\x70\x08\x30\x04\xc6\x88\x0b\xee\x7a\x9e\x15\x08\x25\ \x93\x29\xdb\x76\x92\x69\x77\xcb\xce\x2d\x33\x27\x4f\x3f\x7c\xe2\ \x88\x21\x44\x49\x71\x71\x4b\x67\xcb\x9e\x03\xbb\xbb\xbb\xbb\x0b\ \xf3\x0a\xca\x87\x97\x8f\x1f\x53\x39\xba\x20\x7f\xd6\xad\xb7\xb8\ \x89\x2e\x65\x27\x6a\x4f\x1c\xed\x6e\x6a\x0e\x21\x2f\x0a\x85\x67\ \x8f\x1b\xef\x21\x8c\x5b\xba\xb8\x29\xd1\x7d\xe8\xe0\xa1\xf6\xb6\ \x0e\xc3\x30\x7d\x5f\x6a\x4d\x9c\x1b\x9c\x33\xa5\xb4\x2f\x7d\x60\ \x9a\x13\xb9\x8a\x0e\x1e\x3c\xb4\x6a\xd5\xaa\x44\x22\x21\xa5\xcc\ \xb8\xf6\xfb\xca\xcb\x00\xc2\xa9\xdc\x78\x1a\xd0\x12\x33\x5a\x7a\ \x66\xb3\xc8\x34\x18\xcb\xbc\x18\x30\xc2\xeb\x6c\x12\x5a\x96\x2e\ \x32\xfd\x8c\x7b\x89\xe6\x7d\x5b\x6b\x1d\x64\x9c\x61\xaa\xb5\xba\ \xd6\x0f\x4f\x8b\x06\x87\x74\x13\x89\x33\x58\x1f\x51\x26\x4d\x53\ \x41\xbf\x6d\x3a\xd3\x31\x57\x4a\x69\xdb\x76\x48\x50\xc0\x14\x82\ \x31\x5f\x30\xa9\x94\x26\xd2\x5a\x77\xf5\x74\x7b\xbe\xcf\x0d\xc1\ \x91\xed\xd8\xbf\x93\x33\x1e\x8d\x44\x39\x43\xdf\xf5\x38\xe7\xa1\ \x50\xa8\xb5\xb3\xb5\xba\xa9\xe6\x78\xd5\x91\x90\xc1\x23\xc1\x80\ \x81\xaa\x30\x1e\x41\xe5\x47\x22\xa1\x13\x4d\xf5\x81\x70\xa4\x62\ \x62\xe5\xfa\xcd\xef\x7f\xf0\xc4\x13\x56\x6e\x8e\x65\x05\xc6\x8d\ \x1b\x67\x59\x01\x00\x4c\xa5\xd2\xad\x6d\xed\xbd\x3d\x3d\x52\x6a\ \x00\xe2\x1c\x8b\x8b\x8b\x47\x57\x8c\x1c\x56\x52\x62\x0a\xc3\xb6\ \x6d\xcf\xf3\x20\xd3\x2a\x84\xa1\x06\xcc\x38\xbf\xe1\x74\x47\x5a\ \xc6\x67\x96\xd1\xed\x39\xe7\x42\x88\x01\x78\x67\xac\x74\x4a\xa9\ \x4c\x15\xd7\x8b\xf7\x91\x1f\xd8\xbb\xdb\xed\xaa\x63\x97\x4c\x29\ \x28\x82\x94\x69\xea\x7e\xe9\x2a\x1a\x2a\x64\xc8\xff\x40\xd0\xeb\ \xfb\x7e\x7e\x7e\x7e\xc5\x47\xd9\x7a\x11\x40\x4b\xb7\xbb\xa3\xd3\ \xe6\x1c\x94\xe2\xc1\xb2\xab\xe7\x4e\x2b\x0a\xa0\x1a\x2a\xab\x52\ \x9c\x25\xeb\x03\x65\x1c\xac\x99\x42\x68\x08\x08\x80\x8c\x65\x7c\ \x5a\x4a\x29\xca\x58\xb0\x41\x13\x91\x2f\x7d\x65\xdb\x8e\xeb\x06\ \x83\x41\x4f\x6a\x5f\xfa\x46\xc8\x00\x82\x8e\xde\x76\xc1\x45\x28\ \x18\x0c\x45\x42\x56\xd0\x0a\x44\x02\xc8\xb1\xcd\xee\xf5\x92\x32\ \x90\x36\x38\x48\x6c\x91\xa8\x7c\xad\x95\x65\x05\x14\x80\xaf\x76\ \x34\x36\xb7\x74\x25\x53\xcc\x30\x39\x17\x8c\x89\xb4\xeb\xe5\xe4\ \xe4\xc6\x72\xf2\x98\x08\x70\x61\x1a\x86\x91\x9f\x9f\x33\x6f\xfe\ \x9c\x5b\x6f\xba\x49\xba\x5e\x4f\x77\xf7\xfe\xbd\xfb\x32\x15\x66\ \x11\x88\x34\x29\xa5\x08\xf9\x69\x5b\xd5\x20\xd1\x3d\x03\xe6\x0c\ \xf7\xee\xf3\xc6\xf5\x53\xc6\xaf\x06\x00\x44\xfa\xe2\x0d\x5f\x4f\ \x35\xee\x8d\xbc\xf9\x10\x1a\x97\x08\x12\x90\xe8\xcd\xf1\x53\x7b\ \x2d\x8b\x93\x06\x60\x5f\xbd\xfe\xa9\x58\xa8\x58\x69\x79\xe9\xf3\ \x67\xc4\x54\x2a\xd5\xd5\xd5\xf5\x91\x67\x6a\xad\x03\x39\x15\x57\ \x5c\x3b\xac\x27\xe9\x86\xa2\x31\x93\x01\x22\xf4\x45\xa9\x7d\x24\ \xc8\x07\x92\x36\xfa\x7d\x69\x08\x88\xa0\xc9\x34\x4d\x60\xa0\x48\ \xfb\x52\x9a\x5c\x28\xa5\xa5\x92\x44\x94\x4a\xa5\x10\x20\x14\x0e\ \x3b\x89\x04\x37\x0d\x60\x14\x8b\x46\x0b\x8a\x0b\x49\x69\xce\xb9\ \x65\x9a\x0c\x59\xd2\xb5\x2d\xc3\x50\xa4\xd2\x9a\xd0\xf7\x7c\xdb\ \xb6\x93\xbd\xd1\x48\xc8\x34\x0d\x6d\x27\x5d\xdf\xef\xea\xee\x49\ \xa5\xd3\x02\x30\xc4\x44\x22\xd1\x43\x44\x91\x70\xb4\xdd\xeb\xc8\ \xd8\x09\x23\x91\x58\x28\x14\x12\x82\x1f\x39\x72\xe4\x37\x3d\xdd\ \xf1\x48\x74\xca\xa4\xc9\x2d\x27\x4f\xfa\x9e\xcf\x39\x97\x5a\x29\ \x9d\x49\x2f\xd5\x44\xa7\x8a\x22\x65\x90\x9c\xd9\x08\x32\xcc\xdc\ \x34\xcd\x0c\x0f\x1f\x1c\xf1\x76\x69\x2c\x0e\xce\x39\xe7\x80\xdc\ \xbc\x64\x40\x2e\x84\x21\x84\x91\x01\x79\xc6\x87\x44\xc0\xfe\x10\ \x40\x9e\xd1\x25\x3f\xfa\x4c\xc6\xd1\xeb\xdc\xb0\x76\xf5\xa1\xc6\ \x54\xc1\xb8\xb9\xd7\x2d\x1c\xdb\x5c\xdf\x94\x53\x3a\x3c\x66\x0d\ \xd1\xd2\x4f\x9c\xf3\x6a\x99\xe2\x0a\x5a\x63\x3f\x66\x32\x8c\x2e\ \x13\x6c\x42\x00\x52\x4a\x5f\x49\x61\x04\x03\xc1\x60\xc2\x4b\x69\ \xa5\x3c\xe5\x47\x63\x51\x33\x10\x08\x58\x96\x30\x04\x10\x38\x69\ \xdb\xb5\x93\xc8\x98\x69\x18\x1a\x84\x42\x23\x9d\x4a\xb9\x4e\x3a\ \x16\x89\xda\x29\xb2\x93\x8e\x2f\xa5\xeb\x7a\x8e\x27\xb5\x64\x8a\ \x51\x22\x99\x92\xbe\x0c\x04\x02\xbe\x54\xc9\x94\x8d\x88\xc1\x40\ \x88\x71\xdd\xdd\xdd\xed\x4b\x57\x6b\xf7\xf8\x91\x23\x1c\xb0\xae\ \xa6\xb6\xb7\xa7\x97\xfa\x0d\x0c\xfd\xe9\x2f\xa7\x69\xe3\xa7\x92\ \xe4\xb5\xce\x38\xe4\x32\xa9\x66\x19\x6c\x6b\xad\x33\x5d\x04\x2f\ \x19\x9c\x6b\x82\x4b\xc6\x74\x98\x69\x01\x91\xad\xd6\xf3\x21\xc4\ \x38\xeb\x6e\xa9\x6a\xb0\x0b\x6e\xfb\xec\xb2\xad\xef\xec\x6c\x49\ \x14\xd7\x1c\x38\x90\x1f\x2d\x9e\x16\x0c\x49\x75\x9e\x20\xef\x87\ \x47\x7f\xb1\x62\x9e\xa9\xee\xa8\x81\x08\x48\x01\x68\xad\xa5\xd6\ \xbe\x94\x81\x00\x47\xc6\x7c\xdf\x47\xc6\x49\xf9\xa6\x69\x65\x0c\ \x66\xa6\x34\xd2\xa9\xb4\x6d\xa7\x39\x32\x2e\x84\xeb\xb8\x02\x4d\ \xf2\xd1\x49\xf4\x0a\x21\xb8\xa1\xd3\x89\x5e\xad\x94\x94\x52\x2a\ \x05\x08\x06\x43\x9f\x49\xdb\xb5\xc3\xe1\x08\xe3\xc2\x76\x5c\xd7\ \x75\x85\x30\x2c\x0b\x1c\xc7\x51\x4a\x31\x0e\x9c\x33\x53\x18\xca\ \xf3\xaa\x6b\x6a\xa4\xe7\x43\xff\x52\x40\x80\x33\x8a\xb4\x0d\x04\ \xbd\x31\xd6\x97\x2d\x97\xa9\x72\x35\x80\x79\xd5\xef\x81\x1f\x70\ \xa7\x9f\x91\xdc\x72\x91\xe9\xb0\x04\x4a\x03\x5e\x2a\x45\x6e\x90\ \x40\x6b\xd2\x3a\x53\xec\x23\x0b\xf4\xa1\x9f\xb9\xd2\x14\x08\x84\ \x0c\xc3\x0c\x0a\xe8\x68\x69\xe9\x4e\xf9\xc3\x38\x3f\x2f\x71\xfd\ \x6c\x7e\x9e\xd9\x57\xfb\x82\x47\x88\x34\x90\x26\x52\xd4\x67\xcd\ \xf2\x7c\xcf\xf3\x3d\x4f\x49\x26\x38\xfa\x2c\xd1\x9b\xe4\x9c\x9b\ \x96\x45\x2a\x95\x4e\xa4\x18\x50\x30\x14\xf6\x3d\x57\x49\x15\x30\ \x54\xaa\xb7\x97\x31\x16\x0e\xe7\x27\xed\x5e\xc7\xf5\xb4\x52\x7d\ \xaa\x01\x00\x68\xb2\x95\xab\x48\x13\x51\x32\x99\x54\x4a\x73\x66\ \xf4\x27\xb4\x12\xe7\xdc\x34\x0c\xa5\xa4\xe7\xb9\xd1\x70\x24\x1a\ \x89\xa4\x12\x29\xcf\x75\x33\xd9\x63\x19\x63\xa1\x06\x42\xc0\xc1\ \x99\xe4\x03\x50\xcf\x58\xd4\x87\x44\xf8\x19\xfc\xe3\xe2\xe6\xe4\ \x74\xe9\x80\x9c\x88\x48\x91\x22\x62\x59\x90\x9f\xc3\x36\x19\x8c\ \xe4\x52\xd7\x86\xd7\x5f\xab\xf7\x6c\x1b\xbb\xbb\x0a\xc6\xcc\x1e\ \x53\x10\x41\xf2\x7f\x3b\x90\x8b\x8c\x7e\x40\x9a\x11\x22\xe0\xa9\ \x90\x32\xad\xb5\xee\x9b\x7b\x25\x55\x9f\xe7\x19\x01\x88\xa5\x92\ \xb6\x30\x0c\x3b\xe5\x2a\x25\x03\xa6\x65\x1a\x56\x38\x14\xf1\x3d\ \xaf\x33\xd5\x99\x76\x92\x8a\x29\x2e\xb8\xb4\x3b\x3c\xad\x14\x10\ \x37\x0d\x40\xd2\x5a\x02\x41\x46\x7d\xe6\x5c\xd8\xb6\x93\x81\x2d\ \x33\x44\x26\x9c\x13\x91\x09\x21\x32\x2a\x83\x21\x44\x61\x41\x61\ \x6e\x3c\x7e\xb4\xe7\x68\xc6\x90\x98\xa9\xd8\x48\xfd\x55\x29\x06\ \x64\x90\x81\x78\xf5\x7e\x63\x1b\x66\x6c\x6c\x03\x0a\xf9\xd9\x62\ \xcb\xc5\x6b\x78\x23\x00\x7d\xa9\x71\xf2\x4c\x05\x4e\xd0\x59\x56\ \x3e\x14\x29\x29\x03\x79\x15\xcb\xaf\x0b\xb5\x74\xf4\x2a\x02\x64\ \x46\x3c\x27\xd6\xd9\x5c\xcf\x83\xb1\x78\x34\x78\x86\x50\x7a\x3a\ \xc8\xb1\xaf\x77\x77\x26\x86\x1d\x91\x00\x28\x53\x71\x95\x30\xd3\ \x93\x80\x71\x32\x19\x31\xf0\x51\x68\x03\x7c\xe2\x06\xb3\x04\x37\ \x18\x78\xa8\x14\x49\x40\x60\x1c\x41\x6b\x83\x1b\xcc\xe0\xc0\xc8\ \xb0\x8c\x58\x2c\x92\x4a\x27\xdd\xb4\x8d\x26\xd3\x04\x69\xd7\xb3\ \x42\x16\xe7\x48\x0c\x95\x94\xc8\xb8\xf4\x7d\x43\x88\xbc\xa2\xb8\ \x9d\xb6\xa5\x94\xbe\xaf\x0c\xc3\x54\xda\x07\xb4\x18\x47\xc1\x39\ \x22\x22\x10\x47\x01\x4a\x33\xc6\x93\x69\xdb\xf1\x7c\x85\xa8\xb5\ \x56\x04\x99\x6a\x33\x90\x09\xd3\xd3\x99\xba\x14\x88\x88\x2c\x53\ \x44\x9e\x31\x04\xa6\x35\x79\xbe\x4f\x83\xec\x6d\x74\x26\x27\xbc\ \xb8\x21\x22\x35\xb0\x4b\x09\xe4\x44\x9a\x08\x89\x30\x8b\xf1\x73\ \x18\xde\xc8\x69\xdf\xb5\x69\x5d\x4d\x2f\x06\x0c\x8e\xe0\x77\xb5\ \x77\x51\x20\x3c\x7a\xda\xe2\xcb\xe7\x8c\x13\xe0\x9f\x96\x85\x76\ \x96\x72\x97\xa9\xa0\x80\x44\x9a\x31\xe6\x4b\x9f\x90\x38\x32\xa5\ \x24\x92\x89\x9a\x83\x66\x8c\x04\x07\x83\x24\x82\x62\xa0\x80\x01\ \x72\xd2\x24\x3d\x42\xc5\x4d\xa1\x49\x02\x00\x29\xa9\xc8\xb7\x35\ \x29\x92\xb1\x58\xcc\xd7\x3e\x63\x42\xfb\x84\x00\xa6\x30\x02\xcc\ \x52\xa4\x1d\xdb\x01\xad\x19\xe7\x16\x33\xc7\x8e\xa9\x9c\x3c\x79\ \xd2\x5b\x6f\xad\xd2\x5a\x86\x42\x81\x4c\x31\x66\x44\xcd\x58\x46\ \x06\x57\xa4\x01\x89\x2c\xc3\x12\xc2\xec\xe9\xed\x51\x9a\x08\xd1\ \x27\xca\xd4\x90\x03\xad\xfb\xdb\x8d\x23\x69\x02\xc0\x8c\x52\x07\ \xc0\xb4\x22\xad\x24\x69\xf2\x95\x1a\x08\xce\x3e\x87\xb9\xe7\xe2\ \x95\xdd\x2e\x29\x28\x20\x00\x29\x22\xd5\x57\x4f\x3b\x0b\xf3\x21\ \x0d\x6f\x5d\x2d\x27\x1a\x52\xb9\xd7\xdc\x7a\x55\xae\xa1\x05\xf5\ \xac\x7b\x6d\x43\xce\xbc\x65\xd3\x4a\xe3\x4c\xfb\xf4\x91\xe2\x7a\ \x7f\x55\x36\xad\xb5\x56\xbe\x46\x81\x96\x65\x18\xc2\x50\x4a\xfb\ \x52\xd9\x8e\x0d\xa0\x99\xe0\xe4\x39\x39\xd4\x17\x8a\xe2\x2b\x25\ \xb5\x96\x52\xb1\xfe\x44\x0f\xd2\x9a\x13\x27\xad\x6d\xdb\xce\xc4\ \xa8\x66\x22\xc9\x33\xc1\xa4\x4a\x69\xdf\xf7\x19\x63\xdc\x30\x7c\ \xcf\xf7\x95\xaf\x94\xda\xb1\x63\x47\xca\x4e\x9b\xc2\xb4\x6d\x9b\ \x73\x23\xa3\xad\x67\x7c\x60\x2c\xd3\x34\x17\xb5\x30\x84\xeb\x3a\ \xb6\x6d\x2b\x95\x51\x13\x90\xfa\x73\xc6\x69\x50\xf7\xcc\x81\x5c\ \xb4\xc1\xe5\x58\xf1\x12\xee\x7f\x4b\xa0\x2f\x21\xa0\xe3\xa9\x82\ \xf9\x59\x38\x9f\xe3\x81\x6b\x6d\x04\x73\x87\x57\x04\xf2\x62\xd1\ \x30\x57\x9c\xb0\xac\xa2\x22\x14\x8f\x86\x02\x96\xeb\x7a\x1f\x0d\ \xf2\x7e\xf1\x95\x2c\xc3\x60\xa8\x18\x80\xef\xfb\x69\xa5\x31\x60\ \x71\x86\x4c\x23\x79\x68\x58\x06\x37\x4d\xc5\x21\x16\x09\x83\x21\ \xd2\x8e\x4b\x04\x9c\xf1\x01\x63\x16\x22\x3b\xa3\xf4\x92\xea\x2f\ \xb3\x38\x50\x2f\x35\x03\x45\x2e\x38\x20\xb4\xb5\xb5\xb9\xae\x8d\ \x80\x8e\xe3\x6a\x4d\x96\xc5\x11\x99\xd6\x7d\x20\xd7\x40\x0c\x88\ \x99\x42\x70\xee\x38\xae\xed\x38\x83\x41\x4b\x03\xd5\x9b\x30\xa3\ \xa0\x13\x9c\x55\xec\x89\x80\x10\x2e\x61\x90\x2b\xf4\x00\xc1\xbe\ \x64\x40\x2e\x55\xda\x57\x99\xa6\xb4\x7d\x21\x4c\xf8\x07\x50\x20\ \x3f\xe3\xe8\x3d\x4f\x90\x5b\xf1\x61\x63\xca\xbb\xda\x1b\xab\x3b\ \x11\x00\x28\x56\x5e\x11\x13\x6e\x63\x63\x4f\x24\x37\x2f\xc0\x4f\ \xdb\x1e\xc5\xe0\x28\x99\x33\x0c\x73\xae\xed\x01\x80\x46\x10\xa6\ \x28\x2a\x2c\xcc\xcf\xcf\x4b\xf4\x74\xda\xbe\xcf\x38\x76\x25\x13\ \x9e\xd6\xac\xa3\x5d\x1a\x46\x32\x9d\x4e\x24\xd3\xfe\x39\xa4\x2a\ \xa9\x94\x91\x69\xb4\xa4\x35\xf4\x55\x9b\xf1\x7d\xdf\x3f\x23\xeb\ \xbb\xad\xad\x7d\xf0\xb7\x52\xa9\xb4\x61\x18\x9e\xe7\x71\x9e\x19\ \x14\x33\x38\x0b\xf0\xb0\xe3\x38\x7e\x3a\x9d\x4c\x24\x3c\xcf\x23\ \x04\x5f\x65\xba\x24\x66\xa4\x0e\x00\x40\xa2\x3e\xee\xad\xcf\x1e\ \xce\x87\xf6\x51\x90\x52\x5e\xbc\x86\x37\x1d\x2c\x74\x66\x7f\x91\ \x71\xe3\x92\x59\xee\x95\xb9\x79\x1e\xe3\x08\x04\x80\x8d\xf5\x27\ \xdb\x8d\x5e\xfd\x07\xd0\xa4\x19\x11\x1d\xc7\x09\x85\x42\xe7\x21\ \xae\xf3\x74\xf2\xe4\xce\x8d\x5b\x7b\x91\x33\x04\xd0\x1a\xac\x92\ \xf9\x73\x4a\xf7\x7e\x70\x6c\xe6\x75\xd7\x56\x44\xb8\x1a\x94\x71\ \x2a\x66\xcf\x9e\x3d\xf0\x86\x13\x10\x00\x31\x00\x44\x40\x32\x84\ \x10\x9c\x1b\x9c\x47\x42\xa1\x31\x15\xa3\xf2\xf3\x73\xab\xab\xab\ \x7a\x7a\x3a\x03\x86\x99\x4e\xa7\x18\x63\x91\x58\xcc\x0c\x85\xc7\ \x54\x8e\x0d\xe7\xe4\x79\xbe\xf4\x34\x9d\x0a\xd6\xe9\x13\x1f\x11\ \x34\x45\x22\x11\x25\x7d\xd7\xf3\x00\x51\x69\x8d\x88\x86\x61\x64\ \x3c\x59\x9c\x33\x86\x4c\x29\xe5\x4b\x9f\x31\x14\x82\x2b\x45\x42\ \x70\xd2\x80\x8c\x19\x42\x60\x7f\xb0\xaa\xe0\x22\x37\x12\x16\x9c\ \xf9\x4a\xda\x8e\x23\xa5\x24\x04\xa9\xa4\x1e\x08\x7d\x21\xec\x03\ \x39\x00\xf4\xa5\x9d\xa9\x0c\xf3\xce\xfc\x43\xe7\x86\xb0\x52\xaa\ \xa4\xa4\x24\x13\x1e\x73\x31\xd2\x8c\xcb\xae\xd2\x4b\xae\xbb\x94\ \x96\xfb\x65\x83\x12\x7f\x1d\x2f\xf5\x07\xd5\x86\x3d\x10\xf8\xe8\ \xba\x57\x4a\xca\x40\xbc\xe2\xea\xdb\x47\x70\x8e\x4a\x6a\x6e\x70\ \x2d\x15\x32\x56\x72\x63\x85\x61\x32\x75\x7a\x4e\xb9\x78\xe9\xc5\ \x17\x3e\x42\x30\xc8\xf4\x30\xd1\x5a\x67\x4a\x29\x01\x66\x44\x5f\ \xea\xab\x71\xaa\x39\x63\xc8\x3e\x4c\xdf\xfd\xc8\x12\xe8\x1f\xfa\ \xd5\x21\xde\x9c\xe5\xdf\xfe\x1d\x24\x8a\x7a\x9e\x97\x48\x24\x2e\ \x52\x66\x1e\x30\x8d\x4b\x6d\xa5\x0f\x0a\xeb\x88\x98\xd9\x4a\x12\ \x43\xcd\x90\x69\xc9\xce\xfa\x0f\xb6\xef\x39\xd9\xe3\x86\x0b\x86\ \xcf\x9a\x3b\xa3\x24\x28\x0c\xc3\x20\x7d\x66\xd9\x08\x91\x4a\xa5\ \xb2\xf3\x35\xd4\xde\x91\xa5\x2c\x5d\xc0\x6b\x95\x09\x9d\x68\x5e\ \xf7\xf6\x3b\x6e\xfe\xf8\x29\x53\x63\x6d\x55\x07\x56\xbf\x6d\xdf\ \x78\xfd\x92\x1c\x71\x76\x61\x18\x10\xd9\xf9\xca\x52\x96\x2e\x3a\ \x62\x1c\xba\xda\xeb\x7a\xad\xd1\xb7\x5c\xbb\x3c\xc6\x94\x98\x50\ \xfa\xc2\x33\x6f\x37\x74\xdb\x79\x45\xc1\xb3\x1b\x1e\x66\x5b\xd1\ \x64\x29\x4b\x17\x1f\x11\x61\x20\x14\x83\x54\xcb\xf1\x9a\xa6\xde\ \x44\x4f\xed\x89\xe3\x9d\xd2\x88\x05\xcc\xa1\x8b\x46\x64\xe7\xeb\ \x12\x5e\x09\x17\x54\x84\xcf\xd9\x6e\xef\x8c\xa5\xf4\xd3\xab\xbc\ \x45\xfa\xac\xf9\xc1\x8b\x24\x28\x4a\x2b\x19\x2c\x1c\x33\x77\x52\ \xd3\xfa\xb7\x9e\xdf\x8a\x5c\x81\x39\x69\xe1\xf2\x11\x31\xa1\x87\ \x2a\x55\x98\x05\xf9\xa5\x40\x5b\xb7\x6f\x6e\xea\x3c\xc8\x58\x7f\ \xd9\x0c\x20\x54\xe6\xbc\xe9\x2b\x4a\x4a\x8a\xfe\x1b\xbf\xaa\x9a\ \xaa\x8e\xb2\xc2\xf1\x25\xd1\xdf\x81\xb8\xe7\x49\xb9\xfd\xed\xd5\ \xbc\xad\x05\xfa\x07\x89\x5a\xb9\xb1\xf8\xcc\x15\xd7\x45\x42\x1f\ \xdd\xc3\xb4\xab\xe1\x44\x32\x30\x6c\x78\x41\x08\x00\x40\x3b\x75\ \xd5\xf5\xd1\xb2\xb1\xb9\xff\xbd\xe6\x0b\xbd\x49\x7b\xef\xba\x17\ \x2c\xaf\x03\x4e\xb9\x84\xb4\xcc\x19\x3d\x67\xd9\x0d\x06\xff\xed\ \xca\x6f\x68\xa7\xa7\xba\xa1\x73\xd8\xa8\x51\xa1\x4f\xac\x6c\x07\ \x91\x46\x73\xfc\xfc\x6b\x46\x4c\xec\x49\xda\xd2\x0a\xc7\x62\x61\ \xe1\x3a\xee\x90\x6e\xec\x2c\xc8\x2f\x05\xea\x4e\x37\x6e\xae\xff\ \x0f\x83\xf7\xad\x7a\x45\x6e\x8c\x57\xce\xa7\x8c\x53\x4d\xb7\x1f\ \xdd\xb2\xb9\xde\x5a\xb1\x7c\x76\x00\xe1\xc4\x96\x57\x5f\xdf\xda\ \x38\x7d\xf9\x2d\xcb\xa6\x0c\x03\x00\x90\x1d\x6f\xbc\xb8\x76\xc4\ \x92\x1b\xa7\x0c\x0b\x01\xc0\xc9\x43\xef\xbd\xfc\xe6\x36\x2f\x10\ \x19\x31\x71\xc1\xf5\x57\x8c\x7f\xff\xf5\x17\xf2\x6f\xfb\x87\x92\ \xe8\x10\x57\x3c\xb1\x75\x4d\xcf\xb0\x45\xb3\x86\x9f\x6f\x8f\x61\ \x2d\x04\x1c\xd8\x1b\x79\xf9\x69\xea\x2f\x1d\xcd\xec\xb4\xbf\xe4\ \x4a\x75\xc3\xcd\x19\xc6\x74\x6c\xeb\x5b\x35\xc6\xe4\xab\x67\x57\ \x00\x80\xee\x39\xf6\xc6\xba\xfa\x85\x37\x2f\xcf\x47\xd0\x3d\x27\ \xde\xda\xd8\x10\x0d\xa6\xa8\x24\xd2\x07\x72\x96\x58\xfb\xca\x0b\ \xd3\x1f\xf8\xdb\xff\x26\xc8\x15\x0b\x9a\x47\x9e\xce\xab\x7e\x43\ \xf5\xbb\x26\xb8\x07\x6d\xf3\xff\x8a\xf8\xcd\x2a\x59\xf3\xce\xfa\ \xba\xd9\xd7\x2d\xcd\x63\x72\xef\xba\xd5\x6a\xcc\xe5\x33\x87\x7f\ \x98\xef\x9a\xa5\x6a\x5f\x5f\xb9\xe9\xb6\xaf\x7d\xe5\x13\x03\x39\ \xe3\xdc\xee\xae\xff\xe0\xdd\x23\x0e\x37\x18\x00\x69\xc5\xa2\xc3\ \x66\x4f\x1b\x17\x14\x43\x94\x48\xc8\xea\xe4\x97\x84\x19\x06\xb9\ \xc1\x43\x83\xff\x44\x3f\xe0\xdb\x8f\xbc\xff\xf8\x2f\x7e\xbd\x6e\ \xcf\x09\x42\xb0\x6b\x37\xbe\xb0\xae\x61\xd6\xbc\xf1\xbb\x56\x3d\ \xb7\xbf\x5d\x01\xe8\x43\x6f\x3f\xf7\xcc\xaa\xf7\x9b\xba\xfa\x1a\ \x8f\x35\x1c\xdc\x9d\x88\x4d\xba\xf9\xfa\x65\xe9\x7d\xaf\x3f\xbb\ \xfe\x68\x28\xc4\x0e\x6f\x79\x77\xcb\xee\xa3\x69\x05\x00\x90\x68\ \x39\xbe\x69\xc3\xa6\xe3\x2d\x29\x00\x68\x39\xb2\xe3\x8d\x97\x5f\ \x7c\x6f\xd7\x71\x05\xd0\x72\x7c\xf7\x7b\x9b\x76\xb4\xa6\x14\x00\ \xa4\xdb\x6a\xde\x5f\xff\xee\x9e\x13\x2d\x67\xb3\x14\x14\x02\x82\ \x21\x08\x04\xfb\xfe\x82\x21\x34\xcc\x8c\x74\x7c\xf4\xfd\xd7\x7f\ \xf9\xeb\x67\x76\x56\x77\xf6\xdd\x4e\x30\x54\xb7\x67\xdd\xae\x2a\ \x07\x00\x1a\xf7\x6c\xd8\xd1\x90\x1a\x3f\x69\xf2\x98\x61\x39\x00\ \xba\xee\xd0\x8e\x0d\xef\x6c\xed\x56\x86\x65\x02\x78\x5d\x7b\xb6\ \x6c\xdc\x79\xb4\x29\x63\x68\x6a\xa9\xda\xfb\xde\xc6\xad\xcd\x09\ \x09\x00\x4e\x57\xfd\x96\xf7\xd6\xed\x3c\xda\x4c\x1f\xae\x40\x88\ \x00\x99\x00\x66\x30\xf3\x47\x26\x20\x37\x11\x40\x3b\xad\xbb\xb7\ \xed\x4f\x12\x00\xe8\xea\x7d\xdb\xaa\x3b\xa5\x4a\x34\x6d\xdd\xb0\ \x6e\xdb\xc1\x7a\x02\x70\x3b\xea\xb6\x6c\xdc\x78\xb4\xa9\x17\x00\ \x80\xec\xa3\xbb\xb6\xbc\xbb\xe5\x80\xc3\x2d\xf1\x49\x0a\xfa\x44\ \x88\x8c\x0b\xc1\x18\x63\x5c\x98\xe8\x9e\xd8\x7f\xa0\x39\xe5\x73\ \xcc\x72\xf2\x3f\x3c\x0a\x16\x8d\xbf\xfd\x33\x77\xbc\xb1\xa7\x4b\ \x03\x34\x1e\x3e\x60\x8e\x5b\xb0\x78\xc1\xcc\xe4\xc1\xdd\xc7\x1b\ \xbb\x47\x7b\xd5\xbb\xda\xe3\xd7\x2c\x9b\x8a\x03\x35\xb3\xb8\x19\ \xcf\x2f\x2c\x2c\x28\x8e\x18\xd4\x9c\x72\xf3\x94\xdf\xd3\xde\xb4\ \xa7\xf6\xfd\x63\xed\x77\xdc\x3a\x93\x9e\xf8\xe5\xcb\x46\x71\xe1\ \x86\xcd\xfb\x6e\xfb\xd2\x43\x81\x60\x90\x5a\x52\xc9\xb4\x57\xbb\ \xe3\xcd\x17\xd6\x1e\x2d\xcc\xe3\x5b\x0e\x34\x7d\xe9\xb3\xb3\x56\ \x3e\xf9\xac\x5f\x54\x39\x2e\xc7\x3e\x6f\x5d\x9b\x00\xa0\x70\xfc\ \x82\xbb\x6e\xee\xde\xea\xf6\x07\x23\x99\x65\x73\x27\x17\x6d\xdd\ \x7b\xe4\xaa\x31\x53\xf7\x1e\x68\x9f\x79\xc5\x8d\x35\xeb\x7f\x75\ \xac\xe2\xbe\x65\x62\xf3\xe3\x6f\xd7\x8d\x2c\x11\xad\x09\x6d\xa8\ \xd4\xfa\x17\x9f\x3c\xa1\x0a\xdc\xf7\x77\x26\xd9\x7d\x13\xf5\x9e\ \x5f\xbf\xb4\xa7\xa0\xd0\x7c\x7f\x77\xdd\xc3\x0f\x2f\x7b\xef\x57\ \x4f\xb5\x97\x8c\x9b\x18\x4a\x7e\x4c\xb3\x04\x72\x2b\xd0\xd7\x1f\ \xdd\x08\x44\x02\xa2\x6b\xf5\x93\xcf\x57\x85\x2b\x26\x05\x47\xc8\ \x8e\xe3\x4f\x3f\xf3\x96\x59\x90\xf3\xfe\xd6\x03\xec\x91\xcf\xbb\ \x9b\x7e\xf3\xf2\x61\x1a\x1e\xec\xe8\x72\x8a\x3f\x49\x86\xa9\xb5\ \xb6\x62\xe5\x4b\xae\x19\xc3\x88\x80\x0b\xd3\x6b\xb1\x9f\x7a\x2b\ \xe5\xf9\x80\xe6\xd9\x11\xff\x59\x4e\x7e\xa9\x18\xd9\xa8\xcf\xb2\ \x75\x86\x7d\x2b\x9c\x5b\x50\x1c\x0f\x28\x0d\x08\x60\x3b\x9e\x65\ \x99\x00\x60\x19\xa6\xdf\xd3\xb0\x75\xc7\x89\x19\x57\xdd\x30\x32\ \x26\x78\x7f\xbc\xb4\x30\xe8\xc0\x9a\x67\xbe\xf7\xa3\xc7\x9a\xe2\ \xb3\xef\xb8\x72\xb2\x86\xd0\xd2\xdb\xef\x7b\xe4\xce\x05\x89\x13\ \xfb\xf7\x6c\xdd\x29\x2b\x57\x3c\xf2\xb9\x47\x56\x8c\x76\x37\xef\ \xa9\x56\x18\x98\x76\xd5\x67\xae\x5f\x34\x69\xdf\x8e\xdd\x95\x2b\ \x3e\xff\xb9\x2f\x7c\x71\x44\xf2\xe8\xee\xfa\x44\xd0\xe4\x22\x56\ \x3a\x71\xec\x88\xb3\xa3\xa3\xa8\xaf\x6f\xc7\xa9\xbf\x4c\x03\x0c\ \x00\xc8\x2d\x28\xca\x09\xe0\xe0\xb2\x45\x13\x67\x4c\x4d\x37\x1c\ \x6c\x6d\x3e\x5e\xe5\xc6\x67\x8c\x29\x00\x6e\x05\x79\xc7\xf6\xf7\ \xab\x66\xdf\xf1\xc5\xfb\x1f\xbe\x7b\x52\x71\xb0\xf7\xe4\x91\xcd\ \x3b\x9a\x0a\x46\x94\xe7\x52\xcb\x9e\xed\xbb\xb7\xbe\x7f\xa4\x62\ \xf9\xbd\x9f\xfb\xfc\xd7\x26\xe2\xb1\x6d\x27\x7a\x43\x41\x6e\x84\ \x0b\x27\x4e\x18\xc5\xce\x67\x93\x39\xe3\xaf\xdf\x66\x89\xfd\x61\ \x56\x04\x28\x04\xe3\xc1\x82\x49\x13\x2b\xda\x8f\x6d\x3b\xd8\xec\ \x96\x95\x8e\xa0\xae\x63\x5b\xf7\xee\xda\x75\x20\x79\xfd\x97\xbe\ \xf4\xe0\x5d\x37\x0c\x0f\x91\xfc\x04\xd3\x69\x10\xd1\x4f\x77\x1c\ \xdc\xb5\x6b\xe7\x9e\x3d\x7b\x76\xef\x5a\xbf\xee\xbd\x1a\x5b\x14\ \x44\x02\x43\x56\xcc\xca\x82\xfc\x52\x41\x78\x26\x03\xfb\xd4\xdf\ \xa9\x4f\xa5\xd2\x99\xc0\xc5\x9c\x9c\x48\xa2\xab\x1b\x80\x7a\x6c\ \xcf\x80\xee\xbd\x5b\xb6\xad\x7c\xe6\x17\x2f\xad\xd9\xf0\xde\x86\ \x6d\x99\xd4\x16\xe9\xe3\xf4\x6b\x1f\xf8\x1f\x7f\xf5\x97\x5f\xbe\ \xf7\xda\x02\x0b\xa4\xd6\x9e\x0b\xc4\xcc\x80\x49\x4a\x11\x30\x84\ \x4c\x6f\x39\x02\xd2\x9e\x63\xbb\x00\x40\x9a\x30\xd3\x91\x43\xfb\ \xae\x55\xfe\x99\xcf\x7f\x7e\xa2\x3e\xf0\x93\x9f\x3c\x93\xf6\x86\ \x40\x93\xa6\xd3\xfe\x06\xaf\xc7\x33\x22\x31\x23\x23\xa7\x8e\xe4\ \x4d\xcf\xbf\xf2\xb6\x55\x36\xa5\xd4\x00\xad\x09\x21\x93\xd2\x04\ \x00\x82\x21\x69\x4d\x88\xe0\x7a\xb2\x6c\xee\x75\xd7\x2e\x9e\x48\ \xbe\xdb\xd7\xdc\x0e\xa4\x4f\x45\xd7\x3f\xf2\xc8\x0c\xf3\xc4\xcf\ \x7e\xf8\x9b\x3a\xe7\x23\xe6\xed\x8c\x21\xf5\xa1\xc2\x08\x4a\xaf\ \x2b\xe9\x01\x80\xd3\xd9\x95\x66\x66\xd1\xd5\x9f\xfb\xc2\x65\x79\ \x27\x1f\xff\xd9\x13\x07\xbb\xa5\xc1\xc9\x95\x34\xe7\xfa\xbb\x97\ \x8e\xcf\x71\x7d\x49\x1a\x80\x0b\x44\xfd\x49\xa6\xcc\x21\x63\xd2\ \xe9\x3a\xb6\x7f\xff\xfe\x03\x07\xf7\xed\xdd\x5b\xdd\x25\x16\x5e\ \xb1\x64\x58\x88\x2b\x9d\x75\xa1\x5d\xca\x40\x1f\xc4\xc1\xf5\x69\ \xbb\x37\x29\xe9\xb8\x9e\x22\x28\x9f\x76\x59\xfc\x83\x97\x7f\xf2\ \xd8\xbe\xa4\x5f\x74\xf7\xec\x45\x2b\x66\xce\x4c\xbb\x9d\x6f\x3d\ \x69\x8b\x49\xe3\x32\x5d\xd1\xa4\xe7\x7a\xe6\xc0\xaf\x90\xe7\x3a\ \x52\x03\x91\x9f\xb4\xd5\xe8\x59\x73\x0e\x3d\xf1\xca\xaf\x9f\xdc\ \xd7\x54\xc7\xae\xbf\xbc\x32\xff\xd8\xde\x37\xde\x79\x72\xa5\x77\ \xc5\xb8\xe9\x93\x5f\x7f\xfb\x97\x4f\xee\x66\xf5\xe1\x71\x0f\x0f\ \xf3\xb7\x6e\xdd\xd1\xe1\x22\x79\x4e\x7f\xb5\x9e\xfe\x45\xd9\x07\ \x2a\x1a\x80\xb6\x3e\x9d\xe9\x68\xe9\xb9\xfe\xa0\xdc\x01\x9e\xb7\ \x70\x42\xe4\x2f\x7f\xb1\xf7\xcb\xff\xf4\x08\x02\xf8\x4e\x32\x25\ \xf3\xae\x58\x3c\xee\x97\x2f\x3f\x96\x1a\x19\x3e\xd6\xe1\xcd\x1d\ \x36\x6e\xee\xd4\xe2\xaa\xd6\xae\x58\xc9\xb0\xdc\xc2\x61\xb3\xe6\ \x4f\x7c\x62\xd5\xd3\x4f\x1c\x0c\x34\xc8\xb1\xf7\x55\xea\x1d\x9b\ \x76\xb4\xb9\xa0\x5d\x47\xea\x8f\x9a\xb3\x41\xe5\x22\x75\xbf\x34\ \xc4\x63\x63\x66\x8c\xa2\xe7\x7f\xf4\xd3\x11\xe1\x44\x6d\x60\xe2\ \x8a\xe1\x6a\xf7\xfb\xdb\x5b\x53\xda\x4b\xda\xc5\x63\x16\x8f\x3b\ \xb1\xb6\xa3\x3b\x59\x52\x18\x2f\x28\x1a\x37\x77\x7a\xee\x6b\x8f\ \xfd\xec\x78\x6e\xea\xa4\x1b\x37\x3f\x41\x8e\xa9\x95\x0a\xe4\x54\ \x5c\x7d\x5b\x45\xbf\x9e\x25\x38\x92\x3c\xbb\x86\x63\x16\xe4\x97\ \x1a\x33\xa7\xd3\x44\xf7\x01\x0a\x0d\x9f\x76\xfb\xf5\xe3\x82\x00\ \x3c\x77\xfc\xbd\x0f\xdc\xb2\xfd\x50\xdb\xe8\x19\xf3\xca\xc2\x02\ \x20\x16\x8a\x46\xaf\xbe\xed\x6e\xc8\x19\x96\x59\x9f\xe3\x16\xdf\ \x54\x84\xf9\xfd\xdf\x0b\x2c\xbe\xe9\x1e\xb3\x08\x04\x4d\xbd\xf1\ \x3a\xb7\xac\xb4\xec\xde\xfb\x6e\xde\x71\xb0\x79\xee\xe5\xb3\x27\ \x14\x98\x90\x7b\xe3\x67\xd8\x8e\x56\x0c\x56\xce\xbd\xf9\xde\xdc\ \x6d\x87\x9a\xd5\xf2\x79\xf3\x8b\xc2\x5e\x67\xc8\xec\x8c\x8d\xb9\ \xfb\x73\xb3\xc2\x16\x7e\xf8\x20\xcf\xd0\x2b\x4a\x66\xac\xb8\x49\ \x9e\x66\xc7\x2f\x5f\x78\xc7\x3f\x96\x2c\x1f\x39\x32\x00\x00\x93\ \x96\x7f\xa6\x22\x98\x53\x9a\x7f\xcb\x83\xc1\xed\x87\xea\xba\x6e\ \xbc\xf3\xaa\x51\xf9\xd1\x71\x9f\xb9\x37\x67\xdb\xee\x4e\xcd\x48\ \xea\xd2\xa9\xd7\xdc\x67\x16\x1c\x6c\xb4\x97\xdd\xba\xb0\x3c\x2c\ \xd3\xd1\x40\x9b\x53\xfe\x99\x47\x66\x8f\x0e\x9d\x17\x27\xef\xdb\ \x89\x4e\x0d\x2f\xb0\xfc\xee\x2f\x15\xee\xd8\xd9\xe2\x86\x56\xcc\ \x99\x5b\x18\x90\x89\x58\xe0\x64\xb2\xf8\xd6\x07\xae\x9d\x3c\x22\ \x6f\x74\x3c\xb4\x7d\xef\x51\x34\x4d\x0d\x30\xed\x86\x07\x82\xc3\ \xb6\x55\x77\x78\x77\x2e\x9b\x92\xff\x89\x27\x10\x9c\xca\xa7\xd6\ \xd2\x3f\xb7\x20\x91\x05\xf9\x25\x03\x72\x1a\xdc\x4c\x62\xb0\x1f\ \x45\x44\x0a\xc6\x44\xfa\x5e\x47\x87\x4d\xb8\x62\xd8\x84\xc1\xeb\ \xa4\x68\xf8\xc8\x81\x37\x39\xa5\xa3\x73\x06\x31\xd3\xd2\xd1\xe3\ \x00\x00\xa0\x60\xf4\x28\x00\x80\x58\xe9\x84\x2b\x4a\xfb\xbf\xcb\ \x23\x93\xe7\x2f\x9b\x0c\x00\x00\x65\x13\xe6\x95\xf5\x1d\x0e\x4c\ \x98\xbd\x74\xc2\x39\xd9\xe6\x80\x2a\x3e\xc4\x5e\x14\x2e\x1c\x31\ \xea\x4c\x9b\x61\xc1\xa4\x49\x05\x99\x97\x79\xe5\x95\x79\x19\xe4\ \x4f\x9c\x53\x3e\x71\x60\x17\x2a\x98\xbd\xe4\xaa\x81\xd3\x4b\xc7\ \xcf\x2e\x1d\xdf\x37\xb8\x71\xb3\x16\x8d\xfb\xed\x05\xa0\xd3\xc8\ \x88\x4d\x5d\x70\xf9\xd4\xfe\x37\xa3\xa7\x2d\x1c\xdd\xdf\x27\x3a\ \x54\x34\x6a\xe9\x55\x03\x83\xb5\xc6\xce\x5a\x3c\xf6\xd3\x7b\xe8\ \xe7\x73\x5a\x16\xe4\x97\x88\xac\x7e\x06\x27\xbf\x00\x6b\xaa\x64\ \xd8\x26\x0d\x66\x9b\x9f\xf6\x90\x34\x9c\xc5\xc9\x2f\xc5\xd5\x91\ \x05\xf9\x25\x2a\xae\x5f\x90\xab\xf5\x8c\xcd\x87\x2e\x80\x01\xe9\ \x33\x34\x88\x0b\x98\x32\x25\xcf\xb2\x20\xff\x03\x36\xba\x9d\x21\ \xae\xf7\x05\xae\x53\xcd\xce\xb5\x6f\xbc\xbb\x43\xe5\x4d\xb8\xfd\ \xae\x9b\xca\x42\x03\xa6\x21\xda\xb5\xea\xa9\xc3\x62\xda\x3d\x57\ \x4d\x3a\xba\x69\xe5\x6b\x9b\x8f\x17\x4e\x5a\x72\xfb\xf5\xf3\xc3\ \xfd\x2a\x5e\xdd\xae\x35\xaf\xaf\xdf\x9d\x90\xc1\x59\x57\xdf\x7a\ \x59\x85\xfd\xdc\x63\xcf\x37\x53\x20\x5e\x34\xe6\x86\x5b\xaf\x1b\ \x11\x33\x3e\xf6\x20\xf5\xa0\x41\x22\x11\x11\x20\xe7\x90\xae\x7f\ \xfa\x37\x2f\xd4\xf6\x48\x95\x76\xc7\x2c\xbb\xe3\xae\xcb\xc7\x27\ \x1b\xf6\xbe\xb1\xa1\x6a\xe1\xad\xb7\xf5\x05\xd4\x69\x67\xf7\xba\ \x95\xef\xec\xa8\x1d\x36\xe3\xea\x3b\xae\x9a\x61\x22\x80\x6c\x7f\ \xf9\x37\xcf\x15\x2c\x7d\x68\xf1\xe8\x10\x00\xe8\x64\xf5\x73\x2f\ \x6e\x5d\x70\xdb\x5d\x15\x51\x00\xdd\xbb\xea\x99\x95\x25\x57\xde\ \x36\xac\x6d\xcb\x53\xaf\x6c\xf1\x02\x91\xf2\x09\x0b\x6e\xbe\x76\ \x7e\x84\x9d\xad\xd0\x0e\x25\x5c\x0c\xc2\x79\xb2\x7a\xd3\xd3\xeb\ \x4f\xde\x78\xcf\x1d\x25\x16\x00\xa4\xde\xfe\xf5\x53\x34\xf3\x86\ \x15\x53\x86\x01\x40\xdd\xce\x55\x2f\xae\xda\x2d\x4d\x70\x29\x7e\ \xfb\x17\xbf\x32\x3e\xec\xec\x7b\xef\x95\x2a\x6b\xf6\x6d\x8b\x2b\ \x07\xbe\x7e\xf2\xc0\x86\x57\xdf\xd9\xd6\xe9\xf0\x89\x8b\x6e\xbc\ \x69\xa6\x78\xe2\xb1\xe7\x1a\xd2\x10\x2d\x1c\xb9\xe2\xc6\x1b\xc7\ \x16\xfe\x76\xc1\x7a\x44\x64\x18\xc6\xb8\x71\xe3\x3e\xde\xcc\x67\ \x5d\x68\x97\x12\xd0\x4f\x39\xa3\xfb\x7a\x47\x81\x6f\x43\xfc\xf2\ \x5b\x3e\x53\xe1\xec\x7a\xe9\x9d\xc3\x03\xe7\x76\x1f\xdd\xf4\xea\ \x5b\xef\x1e\x3f\x69\x3b\x1d\xbb\x5f\x5d\xd7\x74\xf3\x03\xf7\xe5\ \x34\x6f\x59\xbb\xbd\x3e\xf3\x69\xc7\xfe\x37\x1e\x7b\x69\xf7\x94\ \x2b\x6f\xff\xcc\x4d\x57\x8d\x2a\x08\x25\x5a\xab\x4e\xaa\xd2\xfb\ \xbe\xf0\xd0\x44\x3c\xf8\x9b\x97\xdf\xff\x6f\x8a\xc7\x67\x38\xa4\ \x49\x6b\x08\x96\x5e\x77\xe7\x03\x5f\x7e\xf8\xb6\x62\x53\x06\xf2\ \x0b\x64\xcf\xf1\x17\x9e\x79\x7e\xd3\xf6\xc3\xa9\x7e\xbc\x75\x1d\ \xd9\xb8\xf6\x80\x7f\xcf\xe7\xee\x49\x6d\x5b\xb5\xa9\x26\x09\x40\ \x7b\xd7\xbd\xf1\xf6\xfa\x9d\x6d\xe9\x3e\x6b\xbc\x74\xdb\x36\xbe\ \xf0\xfc\x9b\x3b\x8f\x03\x40\x4f\xd5\x7b\x4f\x3c\xb9\xa6\x25\x95\ \x6a\xae\x3a\x66\x56\x2e\xff\xc2\xfd\x37\xa7\xf7\xbd\xb6\x72\x4b\ \xd3\xb9\x37\xc7\xa1\xe3\x0b\xc0\x3e\xb9\xf2\xc5\xd7\x77\x1f\x3e\ \x9e\x94\x00\x00\x75\x5b\x5f\x7b\x79\xed\xae\xb6\xce\x64\xe6\xc3\ \x61\x13\x17\x3d\xf0\x47\x5f\xb9\x6d\xe1\x28\x49\xa1\x82\x08\x54\ \x6d\x5d\xfd\xc2\xca\xd5\x47\x9b\xbb\x4f\x6d\x10\x27\x36\x3c\xfa\ \xe4\xba\x8a\x85\x37\xdc\x7d\xc7\xb5\x63\x4b\x62\x6e\x7b\x6d\x6d\ \x77\xce\x3d\x7f\xf4\xf0\x9c\x68\xd3\x33\x2f\xae\x71\x7e\x4b\x91\ \x21\xd3\x0b\x28\xf7\xe3\x52\x96\x93\x5f\x22\x08\xef\x2f\x41\x0d\ \x90\xe9\x57\xa7\x09\x48\x03\x98\x13\x67\xcd\x05\x80\x96\x8d\x91\ \x9c\x58\x3f\xf7\x70\x5a\xde\xd9\x52\x35\xff\xea\xab\xeb\x1c\x24\ \x00\x50\x5e\xd2\x85\x58\x50\x1d\x6c\x68\x83\xb9\xc3\x01\xdc\xed\ \x9b\xf6\x8d\xbe\xf2\xae\x25\x53\xfb\x6c\x4b\x1d\x47\x80\x33\x54\ \x8e\xcb\x8d\x50\x4e\x20\xf2\xdf\xb1\x12\xe9\x41\x8a\x04\x52\x3f\ \xbe\x50\xc4\xf3\xf2\xbb\xf6\xbd\xdf\x5b\x38\xe7\xfe\xa9\x05\xe8\ \x04\x6e\x79\xf8\x01\xfc\xf5\xbb\xba\x3f\x9f\x2a\x10\xcb\x33\xfc\ \x23\x27\x4e\xd4\x52\xbc\xb8\x3c\x2f\x6c\x37\x6c\xdd\xd9\x9e\x7b\ \xcd\x95\x33\x85\xee\x2b\x4a\x98\xee\xf1\xc6\xce\x9a\xdc\x75\x74\ \x4f\xf7\xe2\xf2\xdd\x5b\x8f\x8d\x9e\x37\x83\x27\x92\xc4\x4d\x06\ \xda\x55\x68\x05\xc3\xb1\x48\xe0\xdc\xc2\xc5\x90\x66\x02\xda\xbb\ \x61\x1d\x8e\x5d\xba\x20\xde\x00\x02\xa8\x6d\xff\x86\x13\xb4\xe2\ \xba\x85\xaa\x3f\xc7\xcb\x08\x46\xf3\x83\xe9\x2d\x87\x4f\xce\x5e\ \x71\x77\xa1\x80\xe0\xd4\x65\xf7\x7b\xc9\xf5\x3d\xa7\x5c\x80\xfb\ \xb7\x6f\xcf\x9b\x7f\xdb\x8a\x39\x7d\x96\x40\xaf\xee\x90\x10\xa8\ \xd2\x2e\x33\x82\xf1\x68\xe4\xe3\xd5\x0d\x56\x43\x65\x98\x65\x39\ \x79\x96\x00\x00\x8e\xae\x7b\x72\x87\x53\x79\xdd\x82\xd1\x99\xb7\ \x55\xdb\xd6\xb9\x23\x96\x2e\x1a\x9b\xe3\xfb\x32\x98\x3f\xeb\xd6\ \x6b\xc6\x6d\x5b\xbd\xf2\xdd\x1d\xd5\x14\xcc\x20\xc1\x4f\xd9\x98\ \x93\x17\x06\x00\xbb\xed\xf0\xda\x75\xdb\x53\x3c\xd4\x5b\xbb\xe7\ \xa5\x97\x5e\x5e\xb3\xbb\x25\x1e\x0d\xfa\xbf\x1b\x69\x03\xe8\xb4\ \x54\x58\x7b\xf3\x96\x13\x63\xe7\xce\xb1\x00\x78\x20\x92\x93\x1b\ \x1e\x9c\x32\x69\xc6\x0a\x0b\x02\xee\xd6\xf7\xde\x6d\xf2\xac\x1c\ \xd6\xb3\x71\xfd\x81\x29\x57\xae\x28\x0f\x12\xf5\x27\xb4\x79\xbd\ \xdd\xd6\xf8\x65\x8b\x4b\x53\xaf\x3f\xbf\xb2\x9a\x8d\x5d\x31\x7b\ \x58\x22\x61\x33\x46\x27\xb6\xaf\x7d\xfe\xb9\xe7\x0f\xb5\xb2\xdc\ \x30\x7d\x88\x21\x63\xe0\x2f\x53\x97\x10\x01\xbc\xf6\x83\x3b\x1b\ \xcd\xab\xaf\x9a\x63\x82\x0e\x20\x6d\xdf\xb2\x73\xf8\xdc\x2b\x27\ \x14\x98\x34\x28\x3b\xcd\x6e\x3c\x78\x22\x11\x9b\x33\xa9\x18\x00\ \x22\xb1\x78\x88\xd3\x20\x27\x35\x25\xd3\x32\x96\x13\x03\x00\x4a\ \x54\xbf\xf5\xe6\xd6\x5e\xc3\x4a\xb5\x1c\x7e\xf9\xe5\x17\x57\x6d\ \xad\x09\xc4\x62\x9f\x70\xc5\x3a\x71\x76\x69\xc8\x4c\xc9\xc8\x4c\ \x55\x43\xc3\x30\x2c\xcb\x3a\xdb\x52\x8f\x08\x4a\x69\xdb\xb6\x2f\ \xbc\x92\x49\x68\x8a\xd0\x6f\x3f\x26\x94\xda\x95\xda\xbb\x78\xcb\ \x36\x9f\xcb\x4f\xde\x71\xf8\x9d\xb7\x8f\x9a\x8f\x7c\xf9\xd6\x5c\ \x00\x92\x9e\xa7\xe5\xf1\x43\x55\x7b\x1b\xab\x6b\xfc\x86\x23\xe9\ \x8a\x2b\x96\x4d\x9f\x38\xff\xfa\x31\xb3\x1a\x7f\xf0\xaf\x27\xc7\ \x8d\x1e\x06\x00\x00\xa1\xe1\x65\xe6\xba\x5d\x87\xf5\xd4\x22\xee\ \xb4\xed\xdb\x5b\x57\x52\x38\xa2\x6c\xc6\x55\x7f\xf4\xc8\x75\xd0\ \xb4\xee\x1f\xbf\xbf\xba\x69\xe9\xc4\x0a\xe3\xe3\x22\x7c\xb0\x4c\ \x3c\xe8\x35\x75\x37\xd4\x3a\xe6\xd5\x23\xfb\x13\x63\x65\x3f\xc2\ \x49\x79\x52\xd7\xef\xda\xd8\x1e\x9d\xff\xe7\x5f\x5d\xb4\xe6\xa7\ \xff\x77\xed\xe6\x7d\x3d\x75\xc7\x5b\x7f\xf1\x5f\xbd\x27\xf6\x99\ \x2d\xc3\x17\x8c\xbf\x39\xdf\x00\xe5\xda\x2e\x2b\x99\x7b\xd9\xc4\ \x17\xbf\xf1\xd3\x2b\xfe\xfe\xff\x94\xb5\xaf\xab\xf3\x3d\xcf\x63\ \x73\x6e\x7c\xf8\xae\xa5\xc3\x8f\xae\x7e\xf4\xa9\x37\xb6\xcc\xfd\ \xc6\x0d\xe6\x79\xd9\x02\x91\x01\x74\xd5\x1f\x3d\x74\x68\x47\xc7\ \x0f\xf6\x1f\x3b\xd4\xe0\x8f\x9e\x03\xc7\x8e\x1d\x3d\xd0\xaa\x9a\ \x8f\xa5\xf3\xd3\x0b\xe7\x8f\xca\x47\xb0\x4c\xd1\x74\xfc\x08\x2b\ \x9d\x5c\xdc\xff\xa3\xea\x34\x8c\xe0\xf0\xd2\x9c\xcd\xfb\xf7\xda\ \x4b\x47\x04\xa9\x7b\xff\xae\xc3\x63\x26\x8d\x2d\x1c\xb3\xe8\xeb\ \x5f\xb9\x15\xdb\xb7\xff\xe3\x77\xd6\x54\x2f\x99\x3e\x21\xfe\xc9\ \x35\x93\x17\x6f\xad\x5e\x7d\xa6\x54\x20\xd5\xcc\x99\x33\xf2\xf2\ \xf2\x10\xb1\xae\xae\xee\xc8\xd1\xa3\x67\xd7\x82\xd6\x4a\xc7\xe3\ \xb1\xd9\xb3\x67\x7f\x6c\x11\xe2\xf7\x82\x6f\x40\xa9\xbd\xfd\x0d\ \xef\x12\xfc\x76\x5b\xa5\xd2\x72\x58\xce\xc4\x82\xc8\x68\xa5\x7d\ \xb8\x64\x88\x09\x00\x7f\xfd\xab\x6f\xd6\xf8\x95\x6b\x9e\x7d\x26\ \xbf\x72\xfe\x78\xdc\xf7\xd2\xbe\xc0\x17\xbf\xf0\x37\x57\xf8\x6e\ \xe3\xd6\x97\x9e\x3e\x56\x32\xae\x88\xef\x59\xf3\xcc\xda\x6d\xc7\ \x62\x33\xae\x5f\x32\x2e\x37\xf3\xb5\x59\x57\xde\xb4\xef\xb1\x27\ \xfe\xe3\x07\x47\xa3\x6e\x93\x13\x9d\x1d\x0e\xf0\xe6\xfd\xeb\x7f\ \xfa\x44\xaf\x6e\xad\x2a\x99\xb6\xa8\xf0\xf7\x10\xf2\xd1\xdd\x52\ \x93\xf2\xa3\x05\xb1\x81\x1d\x56\xfb\x9e\x07\x02\xa8\x75\xef\x63\ \x2b\x0f\x2d\x5f\x3c\xce\xdc\xba\xfe\x97\xbf\x3e\xd6\xde\x15\x59\ \x7e\xc3\xac\x99\x57\x2f\x74\x5d\xff\xdd\x5f\xff\x67\xef\x8c\xb9\ \x79\x06\x00\x80\x9d\x4c\x3a\x4a\x05\x72\x67\x3c\xfc\xa7\x5f\x2c\ \xab\x2c\x4a\xb6\xa6\x13\x09\x9b\x0b\xbd\xfb\xad\xa7\xfc\xfa\x61\ \x2d\x75\x5d\x53\x2f\xbf\xfa\xbc\x47\x4d\x0a\xa0\x60\xc6\xad\xff\ \x32\xf5\x06\xa7\xe3\xd8\xe3\x8f\xbf\x39\x6d\xe6\xf4\xc9\x97\x4f\ \xf7\x3d\x77\xeb\x8b\xbf\xaa\x2b\xbe\x2c\xd8\xb0\xe9\x27\xeb\x7b\ \xbf\xf2\xf9\x9b\x6a\xaa\xea\x72\xc6\x2d\x3f\x35\x62\xe9\x7b\xfe\ \x29\x2c\x8c\x5d\x74\x7d\xe5\xa1\x9f\x7f\xf7\xbb\x8d\x05\xbc\x33\ \x61\x8c\x8d\x06\xcc\xce\xaa\x2d\x8f\x3e\x99\xe6\x6d\x0d\xf1\xb1\ \xd3\x4a\x3f\xb9\xbc\x73\x00\x00\xf1\xab\xc7\x7f\x7d\xc6\x21\x3b\ \x9d\xfe\xe6\x3f\xfc\x7d\x49\x49\x09\x63\xec\xe0\xe1\xc3\x8f\x3d\ \xf6\xf3\x70\xf8\xcc\x72\x99\x9e\xeb\x8e\x1b\x37\x6e\xc1\x82\x05\ \x17\x16\xc8\x91\x29\xed\x6e\x3c\xf6\x33\x45\xfe\x6f\xc5\x93\x5d\ \x99\x5c\x36\xfe\xab\xc3\x62\x13\x2f\x52\x90\x13\x69\x5f\xa5\x07\ \x3a\x1e\x4a\xed\x4a\xed\x02\x69\x00\xb6\xf8\xae\x2f\x55\x9c\xec\ \x74\x15\xe5\xe4\x85\xf3\xf2\x17\xdc\x5c\x84\x06\x63\xcc\x0a\x96\ \xcd\xba\xf6\xa1\x89\x06\x67\x3c\xb7\x7c\xfc\xf5\x63\x97\x4f\xa8\ \x28\x1c\xf8\x35\x9e\x57\xf9\xb9\xaf\x7f\xe3\xf0\x91\xaa\xb4\x9e\ \x5f\x3a\x6a\x4c\x71\x14\x1e\x7c\x24\xd8\x96\x92\xa1\x39\x0b\xc6\ \x8e\xab\xf8\xf8\x49\xdc\x4a\xa2\x9d\x1e\x78\x2c\x68\xa7\x41\xfa\ \x99\x54\xb5\x70\xf9\xec\xfb\xee\x81\xf8\xc0\x13\x13\xc3\x6e\x79\ \xe0\xae\x68\x00\x80\x8d\xb9\x7e\x45\x51\x59\x45\xd9\xb0\xdc\xdc\ \x23\xb5\x9d\xf9\x2b\x26\x8c\x2e\x0e\x03\x40\x20\x28\x16\xdd\xf6\ \x39\x19\x2a\xcc\x7c\x63\xd8\xec\x1b\xee\x57\x21\x00\x6b\xda\x9c\ \xb9\x00\x10\x99\x79\xc3\xcd\xd2\xca\x31\xc6\xde\x5f\x52\x93\x94\ \x6c\xc1\xb2\xeb\x2b\xcb\xf3\x87\x5e\x2f\xca\x45\x0f\x60\xa0\x29\ \x85\x07\x90\x59\x00\x88\x5c\x98\xe1\xc2\xca\x3b\xee\xbf\x2f\x1a\ \xe3\x8c\x81\x15\x08\xcd\xba\xf6\x8e\x49\x46\x3c\xc2\xf2\x6f\x5e\ \xa1\x38\xc0\xac\xeb\x1e\xa0\xe8\xa9\x9a\x1c\xa5\x73\x6e\xf8\xac\ \x3c\x95\x5d\xcf\x22\x65\xf7\x7e\xf5\x4f\x8e\x1e\x3e\xd6\xed\x89\ \x15\x23\x46\x15\x15\x18\x0f\x7d\xe9\xde\x96\x6e\x3b\x30\x73\x61\ \xe5\xd8\x51\xe1\x4f\xd6\x14\x26\xc2\xa1\x10\x00\x29\xdf\xf7\x35\ \x5a\x96\x81\x00\x0c\x91\x73\x9e\x71\xc9\x18\x42\x84\xc3\xe1\x70\ \x28\x44\x5a\x29\xa5\x89\x08\xb9\x21\x38\x1a\x42\x04\x02\x01\xba\ \x10\xbd\xb1\x68\x89\x70\x06\xe4\xa4\xa5\xa2\x4c\xaf\x52\x86\xa0\ \x15\x11\x43\x24\x02\xce\x04\x91\xca\x38\x73\x38\x37\x32\x0b\x85\ \x33\xe3\xe2\x0d\x85\x10\x2c\x34\x2a\xf7\x4a\xc1\xfb\x64\x47\x4d\ \xd2\xc2\x5c\xa5\x5c\x00\x5e\x34\x62\x6c\xd1\x88\x53\x67\x8e\xe8\ \x8f\x1c\x35\xc2\x79\xc3\xc2\x00\x00\x23\x26\xcc\x18\x42\x08\x08\ \xe6\x4d\x9a\x91\x37\xf0\x76\xf4\x94\x99\xa3\xff\x9b\x43\x54\xca\ \x2f\x28\x56\x4b\xae\x00\xa3\x6f\x90\xe8\x7b\x7e\x79\x05\x79\x1e\ \x04\x83\x66\x38\xaf\x34\x7c\xda\x33\x2c\x2a\x1b\x06\x00\x60\xc5\ \x2a\x2a\x62\x00\x10\x2b\x19\x33\xb7\x64\xcc\xe0\xdf\x8b\x15\x96\ \x0e\xbc\x0e\xe6\x14\x0d\x2e\x5e\x61\xc5\x0a\x4b\x00\x00\x60\xf2\ \xac\xc2\x0f\x1d\x92\xeb\xe4\xcf\xa0\xf1\x1c\x44\x3f\x9b\x97\xbe\ \x8a\x54\x80\xd6\x7d\xb5\x62\x98\x55\x34\x6c\xd8\xc0\xe9\xe1\xbc\ \xa2\x30\x00\x80\x35\x32\x0c\x00\x90\x5b\x52\x3e\xf8\xc7\xac\x78\ \x51\xc9\x19\xbf\x6f\xc6\xc6\x4d\x3b\xd5\xd4\x60\xe4\x84\x69\x23\ \x3f\xad\xe5\x01\x44\x04\xbc\x6c\xda\xe5\x37\x2f\xca\x7f\xe5\xf1\ \x17\x9b\x87\x2a\x20\xa3\xa4\x2c\x18\xbf\xe4\xb3\x37\x2f\x8d\x7a\ \x4d\xaf\x3f\xfb\xcc\xde\x93\xee\x45\xc0\xdc\xb4\x2f\x42\x13\x16\ \x4f\xbd\xbd\x34\x1c\xe9\x6c\x5e\xb5\xbf\x27\x76\xc5\x94\x65\x9e\ \xd3\xd3\xd1\xf2\xee\xe6\xe3\xbb\xca\x46\xdf\x3d\x67\xc4\xd8\x64\ \xeb\x3b\xeb\x0f\xae\x49\xe9\x8b\xde\xc5\xb0\x60\xf6\xe5\x0b\x67\ \x5f\x3d\x48\x6d\x01\xa5\xa5\x19\xb8\x80\xac\xaa\x26\xe2\xbc\xcf\ \xde\x0d\xf7\x3d\x38\x48\x05\x46\xf2\xfd\xb0\xf1\xa9\x55\x8c\x8f\ \x06\xc4\xbc\xbb\xff\x01\xb8\x35\x78\x48\xa8\x1c\xe3\x22\xa9\xcc\ \x8d\x8c\x9b\x96\x39\xa8\x1b\x19\x22\x92\xef\x79\x52\x9e\x59\xba\ \x4e\x10\x29\x11\x19\x3e\x7b\xe1\x82\x49\x23\x7b\xde\xc0\xa1\x59\ \x33\x72\x2e\x13\x8d\x2f\x3e\xfa\x9d\xf2\xab\xbf\x70\xed\x15\xd3\ \xf6\xfe\x62\x93\x36\x2e\xf0\x89\x50\x12\xf2\x16\xcd\x7a\x38\xdc\ \xf6\xec\x4b\x3b\x8f\x09\xce\x0a\x47\xdc\x63\xb7\xbc\xf8\xd4\xce\ \xe3\xb7\xac\xf8\x8b\xe9\xc9\xd6\xa3\x27\xdf\x7a\xb9\x7e\xfd\x35\ \x8b\x1e\x19\xd3\xbc\x63\x77\x5b\xf7\xc5\x0e\xf2\x70\xe4\xec\x3c\ \x0c\xe3\x02\x5b\x91\x2c\x7e\x96\xd2\x07\x9f\x6a\x4f\x08\x2e\x44\ \x4e\x44\xf4\xef\x8a\xa7\xc4\x82\x8b\x04\xe1\xcc\xed\x6d\xda\xb1\ \xf7\xb8\x8d\xdc\x10\x9c\xb4\x52\x5a\x03\x06\x47\x8e\x9f\x50\x5e\ \x10\x3e\xa3\x2a\xb3\x40\x26\x74\xb2\xe6\xc5\x27\x9f\x1b\xf6\xf0\ \x22\x21\x18\x0c\x65\xb2\x62\x88\xdd\x8d\x47\x7c\xa3\x6c\x59\x89\ \x71\x78\x53\xb5\x36\x04\x03\x75\x41\xcf\x81\xf6\x58\x64\x42\x99\ \xd1\xfc\xce\xf1\x1d\x2e\x09\xdb\x75\x62\x92\x02\xa1\x11\x15\x45\ \xc8\xfd\x9e\xa4\xd3\x79\xb2\xbd\x36\xaf\xec\x0e\xd3\x6d\x68\x49\ \xf6\x20\xbb\xd0\xef\x26\x4b\x59\x3a\x13\x92\x9c\x79\xa9\xd6\x5d\ \xef\x6f\xe9\xe1\xba\xb9\xba\xd1\x2a\x2e\x2f\x8e\xf0\x93\x35\x27\ \xc7\xde\xf0\xf0\x23\x37\xcd\xc0\xf4\x69\xe1\x36\x02\x00\x88\x14\ \x01\x13\x1c\x3f\xc4\xe2\xa8\x8c\xfc\xeb\xef\xbd\xdb\x3a\xb6\xea\ \xa9\x0f\x1a\xcc\x70\xc8\x77\x2f\x70\x58\x20\x68\x9f\x58\xc0\x60\ \xe4\xbb\x2e\x90\xd6\xc0\x62\x39\xd3\x2f\x9f\x7b\x9d\xd1\xf1\xe4\ \xeb\xcd\x35\xe1\x82\xcb\x2f\x9f\x30\x6d\xdf\xbe\x1f\x35\xa6\xb5\ \x29\x84\xcc\xae\x9a\x2c\x5d\x54\xa4\x7c\x19\x29\x9e\xf6\xa5\xbf\ \x9d\x17\x32\x3a\x7f\xfd\xed\x5f\xe6\xdd\xf0\xe0\x0d\x93\xf3\x3f\ \x78\xe6\xd1\x4d\x69\xfb\x6c\x2e\xcd\xfa\x20\xc1\x44\x20\x60\x9d\ \x2b\x10\xc7\xf7\xd5\xd8\xc5\xb7\x5f\x3b\x8e\xf6\xd7\xd8\x15\x15\ \x25\x5c\xab\x0b\xdd\x42\xc5\x4c\x4a\xed\x3f\xd2\x63\x5d\x36\xe3\ \xae\x71\xa5\x0b\xc6\x15\x4f\x8e\x99\xd8\x5c\xf7\xcc\xe3\xab\xff\ \x39\x11\xbd\x6c\x6c\xc9\x94\xf9\xd3\xee\x0d\xa6\x0f\x26\xc5\xb0\ \xfc\x50\x90\x28\xdb\x05\x3b\x4b\x17\x1f\x21\x13\x26\xf7\xf6\xaf\ \x7f\x7b\xfd\x8e\xfd\x9d\x09\x05\x00\x9d\xdd\x49\x2b\x1c\x16\x34\ \x64\x07\x15\xe4\xc2\x6f\xdb\xb4\x61\x5b\xa7\x37\xb4\xdf\x89\x31\ \xe6\x74\xd5\xef\x3d\xde\x33\x69\xe1\xe2\x49\x15\x85\x4c\xab\x0b\ \x1e\x17\x4c\x30\x67\xcf\xae\x1f\x1c\x4c\x04\x26\x56\x2c\x2a\xcb\ \xc9\xeb\x6d\xdf\x72\xa4\xa3\x9b\xbb\xc7\x36\x1f\x5e\x8f\x66\xa4\ \xb3\x75\x57\x0f\x94\x4e\x1a\xb9\x30\xd7\x34\xf5\x1f\x52\xc7\xcc\ \x2c\x5d\x4c\x30\x3e\xb7\x09\x90\x71\x2e\x53\x8d\x2f\xfc\xf0\xff\ \xfd\xf0\xcd\x9a\xc5\x57\xcd\xde\xfb\xe2\xa3\xdf\xfb\xcf\xff\x78\ \xe3\xb0\x3d\x7d\xca\x18\xe6\x9f\x59\x6c\x4e\x64\xbe\x21\xbc\xd6\ \x0d\xeb\x9b\x4c\xcb\x62\x43\xfd\x2e\x17\xa2\x69\xd7\xaa\x1f\x6d\ \x91\x08\xc8\x4d\x2b\x60\x99\x4c\x5d\xf0\x06\x76\x14\x4c\x77\xee\ \x3b\xf0\xd3\x5d\x5a\x23\xb7\x0c\x84\x66\xe0\x56\xc0\x6a\x6d\x5c\ \x73\x12\x38\x34\xee\xdc\xa3\x09\x00\x0d\x23\x24\x18\x97\xfa\xe2\ \x7b\xfc\xd2\xf7\x7b\x7b\xba\x01\xb2\x4d\x1a\x2f\x55\x22\xcf\x75\ \xcf\x85\x73\x64\x98\x68\xab\x69\xa5\x31\x5f\xfb\xf3\xdb\x26\x17\ \xf3\x5d\xeb\x56\x6d\x3a\xd4\x79\xe7\x43\x57\xcd\x2c\xb5\xbc\xb3\ \x3a\x70\x0b\xbf\xff\x10\x17\x5c\x29\xa9\x00\x7c\xdf\x1f\x90\x60\ \xb5\xd6\xbe\xef\xfb\x52\x02\x33\x02\xc1\x3e\x5b\xa8\x94\x99\x63\ \x17\xa8\x26\xab\xb4\x3f\x10\x0c\xc3\xb8\x65\xf2\x01\xa1\x85\xa4\ \xf2\x01\x39\x03\x80\x53\xc7\x95\xd2\x4a\x69\xff\xa2\xeb\x80\x1d\ \x8b\xe7\x34\x37\x35\x20\x66\xb3\x0f\x2e\x59\x90\x87\xa3\x11\xc6\ \xf8\x90\xea\xa4\xf2\x65\x4e\xc5\xfc\x2f\x7f\x23\xac\xd3\x9d\x0d\ \xcd\x5e\xe5\x65\x37\xcd\xb8\x82\x7b\xae\xe3\xfb\x43\xd4\x8c\x15\ \xff\xf3\x9b\xdf\x3c\xf3\xb7\x49\xe7\xe5\xe5\xb9\xae\x8b\x88\xf3\ \xe7\xcd\x9b\x38\x61\xc2\xd9\x2b\x89\x88\x4c\xd3\xf0\x3c\xef\x82\ \x9a\x15\x4d\xca\xe0\xc1\x5b\x67\xfd\xcb\x6f\x1b\xd6\x42\x44\x21\ \x33\xee\x29\xfb\xa2\x79\xfe\x44\x85\x45\xc5\x80\x08\x59\x7b\xc2\ \x25\x2b\xac\x03\x10\x9d\x3b\xa2\x94\x09\x4e\x87\xd7\x3d\xf5\xc4\ \xeb\xef\x77\x25\x3d\x23\xa7\x7c\xc5\x1d\x77\x5f\x35\xad\x7c\xe8\ \x42\x8e\xe5\xe5\x65\x67\x1f\x95\x52\x66\x22\xde\x22\x91\x48\x3c\ \x1e\x3f\xd7\x3a\xbb\x00\x99\x39\x22\xcb\x0d\x0f\xff\x18\xdf\xd3\ \x24\x2f\x2e\x66\x7e\x41\x05\x14\x67\xe9\x13\x26\x6e\x08\xa7\x71\ \xc7\xf3\x6f\xee\x99\x77\xf3\x67\x3a\xb7\x6e\x15\xc3\xf3\x77\xac\ \x7a\x7d\x78\xf9\xe7\x27\xe4\x72\x79\x56\xeb\x62\xe1\xfb\x1f\x16\ \xad\xad\xb5\xd6\xfa\x22\x93\x63\x2f\xa9\x24\x93\x0f\x11\x3d\x42\ \x21\xc6\xb2\xb2\xfa\x25\xfe\x94\xd3\xe9\xf4\xd0\x7c\x9c\x41\x67\ \x5b\x1d\x2f\x99\xbd\x62\xe9\xcc\x37\xf6\x1e\x1a\x35\x77\xbe\xac\ \x7a\xb9\x25\x91\x9a\x98\x37\x04\x4b\xce\x16\x8d\xb8\x28\xc9\x30\ \x8c\xd7\x5f\x7b\xad\xa3\xa3\x83\x0b\x9e\x9d\x8d\x4b\x92\xb4\xd2\ \x91\x48\xe4\xba\xeb\xaf\x1f\x52\x27\xd7\x04\xc1\x50\x8e\xc9\x5a\ \x52\x29\x8f\xfc\xa6\xa7\x7f\xf4\x18\xcf\x9b\x74\x45\x61\x6c\x48\ \x96\x9c\x05\xf9\x45\x49\x42\x88\xf5\xeb\xd7\x1d\x3b\x76\xcc\x34\ \xcd\xec\x6c\x5c\x92\x24\xa5\x2c\x29\x29\xbe\xfe\x86\x1b\x86\x36\ \xbc\x79\x5e\x6c\xd4\x65\x5f\x7a\x04\x72\x42\xe6\xb4\x45\x97\x61\ \x33\x9b\xb7\x74\x61\x49\x08\x86\xb2\xbb\x65\x41\x7e\xd1\x0a\x72\ \xc1\x60\x30\x1c\x0e\x67\x41\x7e\x09\x83\x3c\x18\x3c\x67\x6b\x08\ \xc6\x79\xba\xa3\x6a\xe3\xba\x9d\x3d\x84\x86\x61\x70\xd0\x5b\xb7\ \xee\xbd\x7c\xe1\xb4\xb0\x40\x7d\xd6\xa6\x90\x05\xf9\x25\xb1\x20\ \x5c\xdb\xf1\x15\x22\x22\xe3\xa6\x65\x19\x0c\x5d\xc7\x06\x61\x59\ \x06\x03\x00\xe9\x39\x9e\xe6\x41\xcb\x04\x20\x25\x3d\xcf\xf3\x35\ \x01\x13\x86\x65\x9a\x0c\x94\x9d\x76\x34\x50\x7f\x13\x52\x66\x06\ \x82\xa6\x40\xdf\x73\x3d\x4f\x12\x00\x17\xa6\x65\x1a\x88\x00\xa4\ \x5d\xd7\x91\x8a\x00\x99\x69\x59\x06\xcf\x9a\x03\x3e\x4d\x42\x00\ \xd2\xd2\xb6\xd3\x0e\x13\xbe\xef\x0b\xbf\x73\xc7\x96\xe3\xe5\x93\ \xc6\xcf\x2a\x0c\x9c\x1d\x8f\x9a\x05\xf9\x45\xcf\xd4\xa5\x84\xf1\ \xcb\xee\x5c\x32\xa9\x04\x49\x25\x3a\x1a\xb6\x6e\x58\x7f\xb4\x55\ \x2f\xba\xe1\x4e\x75\x62\xd3\xb6\x63\x1d\x80\x38\x7c\xfa\x8a\xa9\ \xf1\x96\x77\x36\xed\x4d\x4b\x51\x36\x71\xc1\x92\x79\x53\x73\x02\ \xd8\x56\xb3\x7f\xdd\xba\x4d\x09\x73\xcc\x67\x1f\xbe\xb6\x80\x11\ \x11\x21\x32\xc0\xf4\xd6\xd7\x5e\xd9\x5e\xdd\x3b\x76\xde\x15\x0b\ \x67\x8c\x0f\x0b\xd9\x74\x64\xc7\xfa\xf7\xf7\x26\x25\x18\xa1\x82\ \x25\xd7\x5e\x39\xb9\x3c\x57\xa6\x3a\x76\x6d\x5c\xbb\xa7\xb6\x8b\ \xf3\xac\x39\xe0\x53\x23\x25\x65\xb8\x70\xe2\xbd\x7f\x34\xab\xaf\ \x52\x9e\x6a\xf4\xfe\xf9\xb1\xce\xb4\x87\x38\x44\x16\x9d\x88\x44\ \x22\xd9\x29\x1b\x62\xa7\x44\xf4\xa5\x44\xc4\x0b\x3f\xb2\x5d\x13\ \x9f\xbc\x60\xe9\xb0\xe4\xa6\x57\x3f\x68\x18\x3e\x6d\xf1\x23\x5f\ \x1e\xf3\xd3\xff\xfa\x65\xe5\xec\x25\x90\xde\xb3\xf9\x40\x0b\x30\ \x9e\x3f\x6a\xf6\xc2\xe1\x07\xd6\xac\xdd\x36\x6a\xd9\x3d\x5f\xba\ \x75\xca\xa1\xcd\x1b\x0e\xd5\xe1\xc4\xb9\x37\xfc\xc9\xc4\xe1\x3f\ \xfe\xc5\xdb\x87\x77\xef\xca\x8d\x97\xde\x7a\xc7\x35\x47\xd6\x3c\ \xb7\xb7\xa1\xb3\xa9\xc7\x9f\x79\xd3\x17\xee\x5d\x52\xb4\x63\xe3\ \xfb\x0d\x7e\x70\xc6\xf2\xfb\xa7\x8c\x59\xf3\x9d\x9f\xbd\x31\xfb\ \xd6\x47\x6e\xac\x48\xbc\xbd\x61\xaf\xc8\xc9\xff\xb0\x5c\xa6\x2c\ \x7d\x32\xeb\x93\x73\x37\xd9\x72\x78\x4f\x83\x8b\x4c\x70\xde\x53\ \xb3\xfd\x40\x2f\x9b\x17\x0f\x0f\xb9\x5c\xc5\x77\xfe\xf3\xdb\xd9\ \x29\x1b\x52\x1c\xd2\xa4\xd3\xe9\xf4\x87\xe8\x45\x17\xd0\x86\xe4\ \x25\x8f\xef\xdd\xba\x76\xf5\x6e\x6b\x77\xfb\x94\x6f\x7d\x65\xec\ \xf0\x58\x32\x69\x47\x8d\x60\x2c\x1e\x47\x86\x16\x57\x4e\x3a\xa5\ \x63\xa3\x6f\xbe\x7e\xc1\xc1\x97\xff\xe3\x17\xef\x56\x0b\x01\xef\ \x6e\x39\xf0\xa7\xff\xf3\xaf\xae\x9a\xb6\xf5\xe7\xab\xd7\x1a\x45\ \x93\xe6\x2e\x9e\x79\x70\xc7\xe6\x75\x07\x3b\x73\x46\x2c\xf8\xf2\ \xb5\x13\xde\xf9\xd1\x3f\xbd\xba\xb7\xcd\xe4\x7a\xc3\xce\xfa\xbf\ \xfb\x1f\xf7\x2f\x9d\xbc\x13\xe2\xf1\x74\xf3\xf6\xcd\xeb\xdf\xe9\ \xf6\xa4\x11\x88\x04\x4d\x9e\xcd\xeb\xf9\x14\x89\x71\xee\xf4\xd4\ \xaf\x7f\xe3\xcd\x6e\x61\x82\x92\x68\xe6\x5c\x7b\xd7\x67\xc6\xe5\ \x18\x52\x0d\x11\xba\x22\xde\x5e\xfd\x56\x76\xca\xce\x45\x81\x40\ \xd0\xb2\xac\x0b\x5e\x60\x27\x1f\x8c\xca\xc9\xf3\x6f\xa0\xca\xd1\ \xb3\x17\x87\xdb\x8f\x1e\xaa\xee\x98\xb5\x22\x36\xe7\x9a\x7b\xcb\ \xe6\xd9\x00\x18\x2d\xae\x48\x6f\xdd\x1c\xca\x2f\xce\xb5\x12\x1b\ \x0e\xb6\x98\xa1\xa0\x81\x94\x4e\xb7\xec\x3d\x96\x58\x5a\x31\x2c\ \x60\x1d\x61\x42\x30\x44\x2e\x0c\x21\x78\xbc\x78\x74\x24\x5d\x7b\ \xa4\xb1\xd3\x0a\x06\x4d\x4e\x4e\xfb\xb1\xe3\xad\x7e\x45\x45\xc1\ \xaf\x9f\xfe\x55\xe9\x43\x77\xfc\xd9\xdf\x4e\x3e\xba\x67\xeb\xfa\ \x0d\x5b\x3b\x3c\x12\x98\xe5\xe7\x9f\x9e\xb8\xee\xfb\xd1\x61\xd3\ \xbf\xfc\x37\x53\xd3\x8e\x6f\x05\x02\x8c\xf1\x80\xc9\x1d\x67\xe8\ \xae\x0d\x62\xe2\xc4\x49\xd9\x29\x3b\x27\x7c\x00\x4c\xc3\xb8\xf0\ \x87\xa9\x81\xe7\x96\x8c\x18\x9d\x34\x53\xc7\x37\x3c\xba\xed\x83\ \xaa\x84\x58\xca\x92\xdb\xde\xfc\xcd\xb3\x1b\x6b\x81\xb1\xe9\x37\ \x7c\xf9\xaa\xb8\xe9\xbb\x9d\x0a\x83\xf1\x08\x73\x3b\x1c\x26\x40\ \x52\x30\x37\x37\x98\x3e\x61\x6b\x82\x81\x14\x63\x04\xf0\xec\x04\ \x04\x62\x61\x83\x79\xbe\xe4\xa4\x24\xe6\xe6\x44\x4c\xc7\x73\x7b\ \xea\xf7\x3d\xfa\xad\x23\xe5\x63\xa6\x5c\xff\xd9\xbb\x1e\x2e\x8d\ \xfc\xe0\xe7\xab\x3d\xd3\xcc\xa2\xfc\x53\x93\xde\x18\xe7\x32\xb1\ \x7e\xe5\x6f\x56\xef\x68\x99\xb0\xfc\x8e\x7b\x96\x8f\x3f\x7a\xa4\ \x29\xa7\xa4\x3c\x6a\xb1\xb3\x25\x76\x61\x05\x02\xd9\x29\xfb\x70\ \x9c\xc3\x05\x2e\x98\x22\xb3\xd0\x3b\xb0\xe1\x95\x9f\xbd\x7a\x40\ \x58\x42\x98\xa6\x21\x22\x88\xe0\xb9\xe9\x64\x32\x09\x8c\x39\xae\ \xe4\x86\xe9\x9d\x3c\xbe\xed\x48\xf2\xea\xbb\x6e\xaf\xf9\xd5\xeb\ \xad\x36\x4d\x98\x7d\xd3\xd2\xb2\xc4\xd3\xcf\x9e\x50\x68\x08\x00\ \xcc\xd4\xbb\xe4\xa2\xa7\x71\xd7\xce\x93\x2b\x6e\xbb\xed\xfa\xae\ \x17\xd7\xf7\x4a\x63\xd6\xf2\xbb\xc6\x8a\x93\x3f\xdd\x5d\x5f\x32\ \x76\x62\xc0\xe9\x6a\xad\xd9\xbf\xf3\xc8\xf2\xcf\xcf\x1b\x13\x46\ \xb2\xb3\x66\xdb\xf3\x5f\x45\x88\x0a\x51\x31\xa6\x11\xf5\x20\x09\ \x88\x11\x31\x22\xae\x35\x27\xc2\xdf\x66\x99\x71\xc1\x3b\x4f\x6c\ \xdf\x70\x48\xdd\xf6\xd9\x6b\xde\x5b\xbd\xb1\x6a\x4a\x7c\xe7\xaa\ \xd5\x15\x37\xdf\x73\x59\x79\xe4\x6c\x57\xb9\xc8\x96\x4c\xb8\x04\ \x48\x4a\x9f\x90\x5b\x81\x80\x19\x34\x10\xc8\x27\x90\xbe\xaf\x09\ \x39\xe7\xc0\x18\x90\xf2\x15\x98\x2c\xb9\xe6\xe9\xc7\x02\x77\x7e\ \xf6\xc1\xaf\xff\xb9\x56\x20\x74\xe2\x8d\x5f\x3e\xb6\xb3\x3e\x61\ \x1a\x1c\x80\x7c\xdf\x57\x04\xc8\x38\xf7\xda\x5f\xf9\xf9\xa3\xb7\ \xdc\x75\xc7\x97\xfe\x64\xae\x22\xce\x9c\x96\xe7\x7e\xf1\xf3\x03\ \xed\xb8\xe4\x33\xd7\x2e\x9f\x5c\xa2\x09\x2d\xe6\xbe\xf5\xd2\xcb\ \x9d\x98\x0d\xb5\x3b\x2f\xf2\x39\x07\x00\x53\xca\x51\x5d\xdd\x23\ \xbb\xba\x4a\x7b\x13\x39\xb6\x1d\x90\x3e\x00\xb8\x42\x74\x07\x83\ \xcd\xd1\x68\x4d\x6e\x6e\x4d\x6e\x8e\x63\x18\x08\x60\x9c\x5f\x4a\ \x02\x22\xd9\xe9\x74\xbc\x64\xec\x8c\x39\x33\x6a\xb7\x1e\x6c\xef\ \xec\xe8\xee\x49\x94\x9e\x23\x00\x1d\xef\xbf\xf7\xee\xec\x93\xf8\ \x10\x93\xd6\x27\xab\x5c\x13\x67\xec\x81\xfb\xef\xab\x1c\x37\x5e\ \x2b\x85\x8c\x21\xb2\x0c\x69\xad\xeb\xeb\xaa\x47\x57\x8e\x8b\x46\ \x63\x5a\x6b\xcb\xb2\xfe\xf7\xff\xfa\x9f\x27\x4e\x9c\xc8\x04\xc3\ \x18\xa6\x05\xda\xf7\xfd\x81\x32\x9d\x68\x58\x16\x48\xcf\x97\x1a\ \x10\x98\x30\x0d\xa6\x5d\x4f\x6a\xe5\x2b\x30\xe2\x39\x71\x4b\xa0\ \x9d\xe8\x4e\xa4\x7d\x61\x1a\x08\x00\xc8\x4c\xd3\x50\xbe\xa7\x34\ \x01\x80\x92\x1e\xf1\x40\x4e\x4e\xdc\x40\x95\xea\xed\x4e\xba\xda\ \x30\x84\x10\x66\x30\x1c\x32\x19\x3a\xe9\xde\xde\xa4\xcb\x0d\x91\ \x95\xd5\x3f\x9c\x34\xa2\x62\xac\x20\x99\xbc\xac\xb6\x6e\x5e\x5d\ \xfd\x98\x8e\x8e\xb4\x69\x26\x2d\xcb\x36\x0c\x57\x70\x02\xb0\xa4\ \x0a\x4a\x3f\xe2\x7a\x61\xd7\xab\xc9\xcb\xdd\x36\xbc\x7c\xd3\xc8\ \x8a\x96\x48\x84\x13\x31\x22\x29\x65\x51\x51\xd1\xff\xf7\x2f\xff\ \x3a\x64\xa4\x2a\x37\xcc\x9e\xea\xf7\x7f\xf2\xe8\x0b\x3a\xaf\xb0\ \xab\xf9\x24\x0f\x58\xb1\x8a\xcb\xfe\xe8\xa1\x1b\x72\xc5\x10\x15\ \x5d\x44\x36\x64\xea\xc3\xcc\x1b\x4a\x7d\xc2\xf9\x39\x03\x4d\x88\ \xa9\xaf\xef\x11\x9d\x93\x06\x7d\xcb\x73\x6c\x40\x1c\xb4\x25\x91\ \x67\xa7\x01\xfb\x2a\x80\x28\xdf\x91\x80\x0c\x91\x71\x03\x89\x92\ \x3d\x5d\xc9\xcc\x46\x30\x50\x2c\x95\xb4\x63\xdb\xc8\xfa\x74\x73\ \x2e\x4c\x22\xd5\xdb\xd5\x91\xd9\xe7\x4c\x43\x00\x80\xf4\xdd\xde\ \x2e\xa7\x7f\x85\x65\x11\xfe\xd1\x0c\xdc\xf2\xe5\x55\xc7\x8e\xdf\ \x74\xf0\x50\x7e\x2a\x75\xb0\xb8\xe8\xd7\xb3\x67\x1d\x2e\x2a\xea\ \x0e\x06\x12\x96\x65\x1b\x06\x00\x04\xa4\x1f\x75\xbd\x1c\xdb\x1e\ \xd7\xd6\x3e\xbb\xbe\xe1\x33\x7b\xf6\x5d\x75\xec\xd8\xeb\x13\x27\ \xbe\x53\x39\xc6\x36\x0c\x94\x12\x4e\xef\x48\x7d\x86\xe1\x2d\x58\ \x38\xee\x96\xcf\xde\xd9\xe5\x80\x10\x08\x3c\x34\x72\xec\xd8\x3c\ \x93\xe4\x50\x95\xd9\xc4\x9f\xfc\xe9\x9f\xfd\xbe\xb9\xd3\x45\xca\ \xc3\x95\x52\xdf\xfb\xee\x77\x94\x52\x17\x66\xd4\x87\xe7\x79\x8e\ \xe3\x64\xb5\xad\x0b\xd0\x8a\xe3\x9b\xe6\xf0\x74\xe2\x9e\x9d\xbb\ \x66\xd7\xd6\xed\xcd\xcf\xff\xfe\xf4\x69\x07\x8b\x8b\x1c\x21\x10\ \x80\x13\x31\xd7\x43\xd7\x05\x00\x07\x30\xcd\xb0\x29\x1c\x3e\x10\ \x0e\xbf\x31\xbc\x7c\x7c\x5b\xfb\x0d\x07\x0f\x7d\x76\xdb\xf6\x89\ \xcd\xcd\x4f\xce\x9a\x75\xdc\x32\xdd\x73\xd7\x6b\xe0\x9c\x25\x3a\ \x4f\xbc\xfb\xe6\xdb\x5d\xdc\xe4\x00\xa0\xec\xd4\x3b\xa3\xbf\xf8\ \x85\xcf\x96\x45\x98\xd2\x74\x86\x04\x2a\x02\xbf\x07\xc3\x5b\x66\ \xe5\xf5\xad\xbf\x8b\xd3\xd1\xc2\x10\x7d\xdf\x6f\x68\xa8\x47\xc0\ \x92\x41\x6d\x34\x2e\x1c\x11\x63\xd9\xd2\x25\xd3\xa6\x4e\xe6\x3c\ \x6b\xfc\xba\xc0\x30\x6e\x59\x56\x75\xf5\xfc\xef\xfe\xd7\x08\xdb\ \x39\xf2\xf5\xaf\x1c\x9f\x37\x6f\x04\xe7\x63\x94\xc2\x8f\x92\xe0\ \x7c\xce\x6b\xb4\x8e\xef\xdc\x39\xeb\xd7\x4f\x96\x6c\xda\xb4\xf9\ \x8f\xbf\x0e\x33\x67\x9c\x6b\x13\x57\x4a\x05\xf3\xc6\xdc\x70\xd7\ \xdd\x3e\x32\x44\x11\xd2\xad\xcf\x3d\xf5\x6e\x75\x8f\x3d\x3c\x16\ \x51\xfa\x14\xf3\xcf\xa0\x5d\xfc\x3e\xc4\xd1\xd3\x46\x76\x71\xb2\ \x1a\x8d\x48\x44\xbe\xe7\x5d\x98\xc3\x57\x4a\x55\x56\x56\xe6\xe4\ \x15\x62\xd6\x59\x7d\x41\x91\x69\xf2\xfa\xfa\xc2\x6f\x7f\x17\x84\ \xd1\xfa\x93\xef\x06\x2e\xbf\x7c\x09\x00\x3b\x6f\x88\x69\xc6\xfc\ \x6b\xaf\x6f\x5d\x7a\x45\xd9\x5f\xfc\xc5\x67\x5e\x5a\x79\x6c\xfe\ \x7c\x65\x18\x6c\x28\x7e\x4e\x44\xdc\x8a\x96\x55\xc4\x00\x00\x99\ \x50\xed\xbd\x4a\x69\xce\xf0\x8c\x9a\x7f\x44\x84\x88\xe2\xf7\x08\ \xef\x8b\x5c\xb0\xcf\x4c\x50\x46\x2d\xfa\xc4\xae\x08\xfd\x42\xd0\ \x50\x3a\x39\x0c\xd6\xc7\x3d\xcf\xf3\x7d\x3f\x0b\xf2\x0b\x68\xc1\ \x30\x86\xc9\x64\xf4\x5f\xfe\x15\xf6\xef\x6f\xfb\xf1\x8f\xed\x2b\ \xaf\x44\xdb\x56\x44\xbf\x55\x05\x1f\x44\x74\x16\x2f\x6e\xfd\xb7\ \x7f\x2b\xf8\xc2\x17\x0b\xbf\xfd\x1d\x9c\x3d\x97\x2c\x0b\x94\x82\ \xd3\xcd\xc0\xc2\x10\x5d\x75\xdb\x7f\xf3\x8b\xd7\x3a\x99\x21\x18\ \xa6\x3b\x1a\x53\x45\x97\xdd\x97\x1f\xa7\xb3\x2a\xa6\x10\x91\xf8\ \x54\xc0\x93\x5d\x10\xd9\x99\xbc\x04\x1f\x87\x10\xa1\x17\x5f\x0c\ \x3f\xfb\x4c\xcf\xdf\xfe\x6d\xfa\xea\xab\xd1\xb6\x41\xeb\x8c\x41\ \xf4\x3c\xf7\x62\x22\x22\xad\xd1\x71\xec\xa5\x4b\xbb\xff\xe2\xcf\ \xf3\xbe\xf9\x4d\xfb\x89\x27\xdd\x2f\x7d\x11\xb5\x86\xd3\x2d\x70\ \xd2\x97\xc1\xbc\x31\x37\xdd\x73\x9f\x8f\x0c\xb9\x95\xc3\x3a\x5f\ \x5c\xb9\xa5\xa9\x27\x55\x50\x64\x01\xfc\xde\xb2\xd0\x86\x5c\x70\ \xd9\x55\x98\xa5\x3f\x14\x84\x1b\x06\xef\xe8\x88\xff\xf0\x87\xee\ \xdc\xb9\xbd\x0f\x3f\x8c\x5a\x83\xd6\x88\xe8\xba\x6e\x73\x73\xb3\ \x7b\xee\xe2\xca\x83\xc1\x12\x8d\x46\x4b\x4a\x4a\x98\xd6\xe0\xfb\ \xc9\x7b\xef\x35\xdf\x78\x23\xf4\x5f\xff\x25\x6f\xb8\x5e\x97\x96\ \xc2\xe9\x42\x3b\x11\x71\x33\x3c\x6c\x44\x08\x00\x90\x1b\xac\xa7\ \x37\xd5\xde\xde\xe5\xfa\x08\x66\x06\x74\xa7\xb1\xfd\xdf\x13\xc2\ \xb3\xf0\xce\xd2\x1f\x96\x4c\x25\x44\x70\xf5\x6a\xe3\xf0\xe1\xb6\ \x47\x1f\x55\x79\x79\x2c\x95\x02\x44\xad\x75\x53\x53\x53\x4e\x4e\ \x4e\x34\x1a\x1d\x6c\xfc\x42\xc4\x4c\xec\xc3\x60\x98\x30\xc6\x5a\ \x5a\x5a\x5a\x5b\x5b\x4b\x4a\x4a\xc0\xf7\x29\x16\x6b\xbe\xef\x9e\ \xb1\x7f\xfc\xa7\x62\xe5\xab\xee\xd7\xbe\x8a\xfd\x19\xff\x19\xe2\ \x86\xd1\x53\xbf\xfd\x89\x5f\xbc\xde\xc9\x0d\x81\x90\x4e\x74\x07\ \xc7\x2c\x9b\x5a\x14\x1d\x28\xef\x39\x18\xea\xe2\x77\x8e\xf0\x0f\ \x81\xf7\xc5\x85\xfc\x73\xb9\x28\x3f\x99\xeb\x9e\xa1\x93\x9f\xa1\ \x9f\x9f\x3d\x3c\xce\x18\xe7\x1c\x10\xb4\xd6\x52\x66\x0b\xb9\x7e\ \xb2\x84\x08\x52\x86\x5e\x7f\xdd\x9f\x38\xd1\x5e\xbc\x18\x5c\x97\ \x00\x10\xc0\x75\x5d\xc6\x58\x34\x1a\xe5\x9c\x33\xc6\x10\x91\x73\ \xae\xb5\x96\x52\x7a\x9e\x67\x59\x56\xc6\x3b\x9b\x41\x26\x63\x2c\ \x27\x27\xa7\xa3\xa3\xa3\x6f\x3b\x70\xdd\xd4\xac\x59\x72\xe6\x4c\ \xe3\x95\x97\xdd\x2f\x3c\x42\x88\x83\x6d\xd8\x4a\x4a\x2b\x3e\x62\ \xc5\x1d\x9f\x45\xcb\xd0\x4a\x5b\xe1\x78\x71\x71\x81\xc9\x54\x26\ \x9c\xe9\x0c\xc4\xb1\xdf\xf9\x02\x3d\xd7\x92\xcd\xf2\xf6\xdf\xdf\ \xa6\xc0\x18\xeb\xee\x4d\x1c\x38\x74\x74\xff\xc1\xa3\x8d\x4d\x2d\ \xc2\x10\x9c\x9d\x49\xe7\xf1\x3b\x00\xc8\x18\x43\xc8\x16\x73\xff\ \xed\xb5\x71\x51\x55\x65\x6d\xdb\x96\x5e\xbe\x5c\xe5\xe5\x61\x3f\ \x3b\xcd\xd4\x23\x18\xdc\xaa\xa4\xa5\xa5\x45\x08\x51\x57\x57\xf7\ \xad\x6f\x7d\x8b\x88\x52\xa9\x54\x67\x67\xe7\x80\x68\x7d\x1a\x6f\ \x57\x4a\xe7\xc4\xbd\xeb\xaf\x13\xdb\xb6\xb3\x83\x87\x48\x9c\xc6\ \x8f\x49\x69\x33\x5a\x3c\x66\x64\xde\xc9\x63\xfb\xb6\xef\xdc\xb9\ \xff\x68\x6d\xd2\xd5\x08\x43\x03\x4d\xfc\x0e\x21\x3d\xf8\x6d\x16\ \xd2\x1f\x73\x4a\xcf\x98\x46\x80\xc1\x46\xf5\x21\x39\x39\xe7\xac\ \xa3\xb3\x7b\xcb\xd6\x9d\xf9\x79\x39\x8c\xb3\x13\xd5\x75\xb5\xf5\ \x8d\xe3\xc7\x8e\xf2\x7d\x39\x80\x5e\x43\x88\xdc\xdc\xf8\x69\xee\ \x52\x22\xe4\xc2\x0a\x04\x38\x12\x11\x49\xdf\xf3\xa5\xf2\xed\x84\ \xed\xb3\x48\x24\x38\xb8\x69\x03\x22\x43\x24\xad\xb3\x0f\xf4\xdc\ \x4f\x8d\x73\xe3\xf8\x71\x00\x70\xe6\xcd\x03\x44\xea\x9f\xe7\x33\ \x1e\x99\x94\xf2\xb1\xc7\x1e\x9b\x38\x71\xa2\xeb\xba\xd5\xd5\xd5\ \x9b\x37\x6f\xde\xb3\x67\x4f\x5e\x5e\xde\x83\x0f\x3e\xe8\xba\xee\ \xe0\x27\x7b\xca\xc0\xb6\x60\x01\x05\x02\xfc\xf0\x21\x39\x63\xfa\ \x60\xb5\x1c\xb9\xc0\x64\xe3\x53\x8f\xfe\xe8\x98\xcc\x81\xf6\x16\ \x19\x3c\x78\xa0\xba\xed\x0b\xf7\x5d\x17\xe7\x19\x37\xf9\xe9\x7e\ \xf2\xdf\x07\x0f\xff\xfd\x21\xfc\x93\xdc\x3b\xfa\x67\x1c\x3e\x45\ \x17\x1a\x02\x01\x12\x00\xd2\xd9\x32\x11\x9d\xd2\xe5\x3a\xbb\xba\ \x82\xc1\xc0\x55\x57\x2c\xf6\xa5\xac\x6f\x68\x7e\x6f\xd3\x07\x89\ \x64\x6a\xd0\xb0\x49\x2a\x3d\x6a\x44\xd9\xa4\x09\x63\x07\x24\x79\ \xe4\xc2\xef\x6d\xd9\xb1\x61\x77\x6b\x42\x19\x81\xc8\xf0\xb1\x53\ \xa6\x8c\x2b\xae\xdf\xf6\xea\x1b\x47\xc3\x9f\xbb\xff\x1a\x4b\x4b\ \xe4\x9c\x21\x20\xc3\xce\xea\x9d\xdb\x6b\xd9\xe2\x65\x73\x43\xda\ \x91\x1a\x18\x03\xa5\x34\x20\x72\xc6\xb4\x52\xc0\x18\x67\x0c\x80\ \xb4\x52\x9a\x80\x71\x9e\xd9\x12\x94\xd6\x00\xc8\x39\x47\x84\xfe\ \xb7\x97\x34\x27\x6f\x6c\x04\xce\xfd\x8a\x0a\x38\xbd\x91\xc1\xc0\ \xf3\x42\xc4\x78\x3c\x3e\x62\xc4\x88\x67\x9e\x79\x26\x1a\x8d\x16\ \x14\x14\xfc\xfc\xe7\x3f\x07\x80\xaf\x7d\xed\x6b\x86\x71\x8e\x66\ \x44\xbe\xaf\xcb\xcb\xc1\xb2\xb0\xa6\x16\x4e\x0f\xbb\xe4\x9c\xb5\ \xd5\xec\xae\xf2\x2b\xff\xf4\x2f\xef\xdc\xf4\xab\xe7\x87\x5d\x3e\ \x6f\xdf\x4b\xab\xf6\x37\x5f\xb6\x64\x44\x44\xab\xd3\xae\xfe\xf1\ \xfd\xe4\xe7\xe2\xe1\xe7\xc2\x43\x96\xb1\xff\x5e\x35\x42\xc3\x30\ \xaa\x6b\x1b\x56\xbf\xb3\xc1\xf7\x7d\xc6\x58\x59\x69\x89\xd6\x84\ \x83\x78\x71\x4f\x6f\xef\xde\x03\x87\xa7\x4d\x9e\x38\x00\x72\x66\ \x98\xa9\xa6\x83\xaf\xbf\xb5\x69\xea\xe2\xa5\x3c\xd5\xbc\xea\xa9\ \x0f\x6a\xaf\xbb\x6f\xd9\x84\xcb\xae\x2e\xd1\x82\x14\x17\x98\xec\ \x6a\xed\x4a\x7a\xd1\xfc\xc2\x64\x7b\xd5\x07\x5b\x92\x65\x15\x25\ \x85\xd1\x60\x34\xc0\x6c\x1f\x22\x91\x10\x4a\xa7\x3b\xed\x87\x22\ \x11\x74\xd3\x9d\x3d\x3d\xb6\xcf\x72\xf2\xf3\x63\x61\x33\xdd\xdd\ \xd6\xd1\xe3\x46\xf2\x8a\x72\xc2\x02\x80\x92\x5d\x2d\x5d\x49\x2f\ \x18\xcd\xc9\x89\x86\x2e\xe5\x96\x4e\x8c\xb1\xae\x2e\x62\x4c\x15\ \x17\xe3\x59\x69\x64\x19\x55\x7c\xed\xda\xb5\x5b\xb7\x6e\xed\xed\ \xed\x1d\x37\x6e\xdc\xdd\x77\xdf\x5d\x58\x58\x78\xe0\xc0\x81\x97\ \x5e\x7a\xe9\xad\xb7\xde\x7a\xf7\xdd\x77\x6f\xbd\xf5\xd6\x09\x13\ \x26\x0c\x46\x0a\x02\x90\x94\xaa\xb4\x9c\x4c\x93\xb5\xb7\x11\x63\ \x70\x3a\x1f\x95\xd2\x37\xac\x00\x07\xf2\xdd\x64\xd5\xc1\x83\xcd\ \x36\x4e\x0b\x1a\x70\x3a\x4f\xca\xe8\x0b\xbf\x7b\xc3\xdb\xf9\x7c\ \x7a\x51\x60\xfe\xd3\xb1\xba\x7d\x58\x82\x0a\x0c\x29\xae\x13\x69\ \x29\x55\x6e\x3c\x36\x7a\xe4\x70\xd7\xf5\x86\xb2\x0a\x61\x5e\x6e\ \xec\xc0\xc1\xa3\x4a\xab\x41\xdb\xb1\xd6\x4a\x85\x8b\xc7\xaf\xb8\ \xf1\xd6\xf2\x88\xbf\xe9\x99\xef\xbc\xba\xed\xf0\x38\xcf\x7e\xe3\ \xa0\xf8\xea\xc3\x37\xd4\x6e\x7b\xfd\xe5\x77\xf6\x68\x23\x34\x66\ \xce\x55\xd3\x73\xc2\x5e\xfb\xee\xd5\xaf\xbe\x3c\x6e\xce\xb2\x4a\ \x3c\xf8\xfa\xbe\xc0\xe7\xbf\x70\x67\xb0\x69\xcb\x2f\x9f\x3b\x78\ \xfb\x57\xbe\xd0\xb5\xe6\xc9\x57\xf6\x76\xe5\xe4\x97\x5e\x71\xc3\ \xcd\xe5\x27\x77\xbc\xb8\x6a\x87\x64\x60\xeb\xf8\x0d\x77\xdd\x93\ \xd7\xb2\xf1\x99\xb7\x76\xb1\x40\xb8\x78\xec\xec\xab\x97\xcf\x0a\ \x29\x79\xa9\x72\x73\x02\x40\xc7\x01\xce\x55\x34\x8a\x83\x78\xf2\ \xc0\xf3\xd2\x5a\x97\x97\x97\x6f\xde\xbc\xb9\xb9\xb9\xf9\xeb\x5f\ \xff\xfa\xcc\x99\x33\x5d\xd7\x5d\xb1\x62\x45\x7d\x7d\xfd\xea\xd5\ \xab\x97\x2e\x5d\x9a\x9b\x9b\xab\x94\x3a\xed\xf9\x02\x80\x54\x14\ \x8d\x82\x61\x80\xed\x9c\x51\xd7\x40\x49\x19\x2f\x9d\x32\x7f\x56\ \x3b\xf8\x2a\x12\x75\x5e\x7f\x77\xf7\x82\x9b\xef\x9e\x98\x1f\xf0\ \x95\x24\x3a\xe5\x3f\xfb\xf8\x9c\x7c\x48\xc9\xfc\x5c\xe2\xfa\xc5\ \xeb\x5d\x3b\x75\x6b\x9f\x24\xc2\xcf\x0d\x72\x80\x53\x28\x87\xfe\ \x37\x99\x71\x6a\xad\x73\x72\xa2\x15\xc3\xcb\x6d\xc7\x19\x12\xe4\ \xa9\x54\xfa\xd0\xe1\x13\x83\xad\x32\x44\x04\x8c\x69\xa7\xeb\xd8\ \xe1\x03\x4d\xa9\xfa\x4d\x7b\x5a\xca\x17\x5e\xc5\xe9\xa0\x22\x93\ \x7a\x8e\xbf\xb9\x66\xd7\xd8\xeb\x1e\x5e\x31\x21\x47\xa3\x38\xb9\ \xe7\x50\x4e\xe5\xfc\x87\xbf\x70\x7b\xbe\xe1\x1d\xdd\xb0\x87\x20\ \x90\x99\x1a\x44\x44\xed\x77\xb4\xf5\x56\x2e\xbe\xfd\x9e\xcb\x2b\ \x29\xdd\xf6\xec\x4f\xd6\xc0\xe8\xab\x6e\x9a\x53\xbc\xfe\x99\x5f\ \xad\xd9\xbc\x7f\x01\x1d\xec\x0e\x8e\xfe\xca\xe7\x6e\xc8\x11\x20\ \x95\xaf\x2e\x5d\x46\xde\xaf\x40\x11\x28\x35\x18\x8d\x03\x0f\x28\ \x13\x86\x3c\x79\xf2\xe4\x86\x86\x86\x48\x24\x92\x49\x2e\x12\x42\ \x44\x22\x91\x60\x30\x38\x67\xce\x9c\xfc\xfc\xfc\x0c\xc8\x4f\x5b\ \x78\x08\x5a\x4a\x20\x02\x3c\xa5\xca\x0d\x80\x5c\xc4\x87\x5f\xbe\ \x64\xa4\xef\x3a\x73\xae\x7f\x70\xe6\x8d\x81\x78\x34\xa8\x7c\x7f\ \xc8\x6d\xf4\x77\x69\x78\x3b\x4f\xd8\x9f\x8f\x26\x7f\x21\x44\x6b\ \x12\x91\x26\x40\xf8\x04\xc3\xef\xfb\x0c\x00\xe7\x70\xa1\x9d\xc3\ \xf0\x96\xf9\x34\xe3\x98\x19\xb2\x05\x25\x22\x4a\x29\xe9\x74\xd3\ \x6b\x06\xa7\x6e\x57\xed\xfa\xb7\xdf\x8a\x06\xac\xf2\x85\xb7\x5d\ \xb1\x74\x42\xeb\xfb\x7b\x80\xb1\x74\x6b\x53\x2f\xe5\x4d\x9a\x58\ \x2a\x98\x07\x5c\x00\xf5\x73\x18\x4d\x40\x83\xe2\x2b\x33\xbf\x88\ \x5c\x08\xc6\xb9\xe1\xf9\x9d\x2d\x6d\x29\x1d\x38\xf2\xee\x9a\xa3\ \x6e\x7c\xf4\x98\xc2\xf0\xb8\x71\xd7\xd6\xbf\xf6\xf6\xe3\x8f\x3e\ \x36\x79\xe1\x15\x8b\xa6\x8f\x16\x74\xc9\xc2\x9c\x94\x52\xc1\x20\ \x28\x85\x9d\x9d\x2a\x1e\xc7\x41\x93\x9c\x21\xce\xf9\xca\x95\x2b\ \x57\xae\x5c\xc9\x18\xdb\xba\x75\x6b\x65\x65\x65\x28\x14\x6a\x69\ \x69\xd9\xb7\x6f\x9f\xe7\x79\x3f\xfe\xf1\x8f\xbf\xf2\x95\xaf\x4c\ \x9b\x36\xed\x0c\x3f\x14\x01\x42\x57\x37\x78\x9e\x0e\x85\xb4\x52\ \xec\x0c\x39\x5c\x4b\xc7\xf6\x09\x30\x18\x8e\x21\x92\xf4\x3c\xea\ \x7f\x34\x83\x9d\xe4\xbf\xb5\xb8\x7e\x3e\x3c\xfc\xcc\xdd\xe8\xbc\ \xbd\xe8\x17\x1a\xb7\xa7\x3e\x8c\x7d\xc2\x18\x07\xad\x49\x6b\xd2\ \x5a\xe3\xa0\x14\x3e\xd2\x5a\x69\xd2\x83\x16\x41\xdf\x39\x88\x5a\ \x67\x5e\xd2\xb9\xba\x53\x66\xce\xa1\xbe\xcf\xfb\x4e\x40\xad\x95\ \x94\x81\xa2\xc9\xf7\x7e\xfe\xa1\x22\x0b\x19\x6a\x8d\x52\x69\x22\ \xa5\xcd\x78\x9e\xa5\xda\x8f\x1d\x6f\x1d\x5e\x19\x55\x9a\x80\x0b\ \x37\xd9\x6b\xbb\xae\x0f\xca\x08\x86\x52\x1d\x2d\xdd\x29\xb7\x98\ \x48\x69\xa5\xb4\xce\x98\xdc\xa4\xf4\x80\x45\xe2\xb1\x60\x64\xea\ \xd2\xcf\x2c\xa9\xf4\xed\xb4\x24\x00\xc2\x9b\xee\x7f\xa4\x61\xd7\ \x9b\x8f\xbe\xf4\x4a\x71\xd9\xd7\xa7\x14\x32\xf7\x12\x15\xd8\xb5\ \x94\x32\x2f\x0f\xb5\x66\x4d\x4d\x7e\x6e\x6e\x26\x15\xbc\xef\xd1\ \x68\xad\xb5\xf6\x7d\x7f\xee\xdc\xb9\x53\xa7\x4e\xdd\xb0\x61\xc3\ \xea\xd5\xab\x1b\x1b\x1b\x4b\x4b\x4b\x0f\x1e\x3c\xd8\xd6\xd6\x76\ \xdf\x7d\xf7\x8d\x1c\x39\x32\x37\x37\xd7\xf7\xfd\x81\xf3\x33\x8f\ \x4d\x73\xce\x9a\x9b\xd1\xf3\x74\x51\x31\x28\x7d\x7a\xda\xd7\x20\ \xab\xaa\x94\xa7\xd6\xc9\xe9\xf0\xfe\x1d\x5b\xd7\xcf\x46\xf8\x47\ \x5a\xe3\x2e\x06\x90\x7f\x3a\x02\x7b\x9f\xf0\x70\x8a\x61\xf7\x31\ \x53\x38\x6d\xa7\x3f\x4d\x5c\x07\xa0\x0f\x11\x7e\x10\x40\xeb\x33\ \x39\xb9\xd6\xca\xf7\x7d\xa5\xa4\xe7\x4a\xad\x49\x04\x2d\x25\x7d\ \xcf\xb5\x21\x77\xec\x95\x97\x8d\x7d\xf5\xc5\x9f\x1e\x89\x47\xf3\ \xc7\xce\xbb\x72\xfa\xb4\x61\xfa\x89\x5f\xfe\xe0\x7b\x23\xa7\x2d\ \xba\x66\xce\xbc\x49\xb1\xc7\x7f\xf3\xa3\xef\xc4\x79\xc2\x16\xc3\ \x2d\x46\xd2\xf7\xa5\x52\x5a\x2b\x32\x0b\xaf\xb8\x7a\xde\xf3\x6f\ \x3d\xfd\xbd\x3d\x79\x96\x15\x5f\x7a\xf3\x4d\xfc\xe8\x3b\xeb\xf6\ \x9f\x44\x95\xce\xaf\x18\x9d\x13\x44\x5f\xa9\x4b\xd5\xfc\x4a\xbe\ \xef\x95\x95\x81\x52\xa2\xa6\x26\x3d\x7d\x3a\x77\x1c\xe8\x87\x59\ \xdf\xe3\x53\xaa\xa0\xa0\x00\x11\x1b\x1a\x1a\x2a\x2a\x2a\x52\xa9\ \xd4\xda\xb5\x6b\x27\x4e\x9c\x98\x4a\xa5\x3a\x3a\x3a\x56\xac\x58\ \x91\x4a\xa5\xce\xd0\xc9\x81\x48\x0b\xce\x8f\x9d\x00\xc7\x91\x23\ \x2b\xc0\xf7\xce\xbd\x0e\x4f\x2b\x0f\x87\x78\x0a\xea\xbf\x9d\x4e\ \x3e\x24\x43\x3e\x9b\x87\x0f\x19\x8c\x05\xbf\xbd\x83\xed\x53\x07\ \x79\x1f\xf7\xd3\x04\x80\x9f\xa4\x0b\x8d\xfa\x19\x2e\x69\x0d\x0c\ \x00\x98\xee\xe7\xef\x40\x03\x1b\xbd\x1e\xe0\x12\x99\x17\x00\x60\ \x3b\x6e\xca\xb6\xbd\xa1\x72\x63\x19\xc3\x44\x2a\xa5\x55\x1f\xaf\ \xef\xbb\x96\xe3\x84\x47\xcc\xba\xff\xee\xa9\x11\xe8\x43\x9f\xef\ \xb8\x45\x93\xaf\xb8\xb7\x92\x69\xc7\xab\x5c\x78\xc3\xe7\x46\x35\ \xb5\xf5\xd8\xc1\x9c\xc2\x50\x2c\xe7\xd6\x07\x3f\xd7\xd8\xd2\x6d\ \xc6\x0b\xcd\x60\xee\x8a\xbb\x1f\x9e\xd2\xd4\xea\x92\x88\xe7\xe5\ \xc7\x51\xcd\xbc\xfe\x6e\x65\xc5\x3c\xc7\x23\x82\xe2\x49\x97\x7f\ \xae\x78\xc2\xc9\x8e\x04\xb3\x22\x45\x16\xe0\x98\x19\x8b\xa2\x5d\ \x8a\x07\x8a\x87\x0d\x8b\x5a\x6a\xc8\x5e\x7c\x97\x08\xc8\x3d\xcf\ \x1d\x33\x86\x2c\x2b\xfc\xde\x7b\xbd\xd7\x5c\xa3\x11\xa1\xff\xd1\ \x64\x1e\x28\x63\x2c\xc3\xa8\x67\xcf\x9e\x3d\x7d\xfa\xf4\xba\xba\ \xba\x9f\xfe\xf4\xa7\x8f\x3c\xf2\x48\x5d\x5d\x9d\xeb\xba\xe9\x74\ \x5a\x29\x35\x10\xe8\xda\xf7\x8c\x18\x23\xcf\x37\xdf\x7d\x17\x10\ \xfd\x09\x13\xc8\xf3\xe8\x1c\x6e\xc8\xc1\xba\x2d\xe2\x00\xe0\x33\ \x08\xff\xb8\x3a\xf9\xb9\xc2\xda\x3e\x84\x87\x9f\xbd\x29\x5c\x14\ \x3a\xf9\xa7\x12\xfb\x45\x04\x19\xb9\x3c\xa3\x93\x63\xbf\xa7\x7e\ \xb0\x62\x3e\xd8\x50\xa0\xa4\x2a\x29\x2a\x6c\x68\x68\x7e\xfb\x9d\ \x8d\x8c\xb1\x21\xc7\x2c\x95\x9a\x34\xa1\x72\x70\x7b\x7a\xad\x15\ \x0f\x44\x4b\xc2\x19\x75\x1d\x01\x40\x2b\x6d\x86\x73\x8b\x23\x24\ \xa5\x92\xc4\x72\x4a\x46\xe4\x0d\x03\xd2\x4a\x2a\x65\xc5\x8a\xc6\ \xe6\x16\x93\x52\x52\xfa\xcc\x8a\x8d\xac\xcc\x01\xc8\x7c\xa4\xa3\ \xf9\xc5\x48\x4a\x2a\x8d\x00\x8a\x28\x94\x37\x6c\x6c\x41\x29\x10\ \x49\x29\x21\x56\x58\x99\x5b\xd2\x77\xa2\xd2\x70\xe9\x66\xc5\xa2\ \x94\x5e\x69\x69\x72\xf1\xe2\xf0\x86\x0d\xa2\xb5\xd5\x2f\x2a\x1a\ \xc8\x21\x1f\xac\x40\x31\xc6\x96\x2f\x5f\x9e\x59\xdb\x0f\x3e\xf8\ \x60\x30\x18\x9c\x3a\x75\x6a\x46\x98\x1f\x1c\xf4\xd6\xb7\x08\x38\ \x67\x1d\xed\xe6\x9a\xb7\x9d\xc5\x8b\xbd\x8a\x0a\x3c\xdd\x91\x3e\ \x18\x20\x03\x62\xf9\xe9\x27\x64\x3e\x42\x80\xf3\xd3\xc9\xcf\x86\ \xe2\x87\xf0\xf0\xc1\xff\x7e\x6c\xb9\x5d\x7f\xda\xb1\x13\x7d\xdb\ \x70\xff\x6d\x7c\xc2\x9c\x5c\x69\xad\x95\x46\xa2\xfe\xb0\xc8\xcc\ \x41\x95\xa1\x7e\x06\xae\x94\x52\x88\xa8\x00\x4c\xd3\x98\x37\x67\ \x7a\x6f\x22\x09\x00\x08\x78\x96\x0e\x40\x86\x21\x62\xd1\xe8\x99\ \x11\x17\x5a\x9f\xd1\x6f\x43\x6b\xaf\xff\x80\x56\x83\x3e\x53\x4a\ \x9d\x8a\xf0\xd0\x9e\x1c\x14\xee\xa1\x4e\x77\x0b\x9f\x76\xa6\x52\ \xd2\x87\x3f\x10\x22\x29\xbb\xaf\xb9\x26\xfe\xca\x2b\x91\x37\xdf\ \x6c\xff\xdc\xe7\x48\xa9\x8c\xbd\x33\xb3\x98\x07\x2c\xe7\x99\xe9\ \x8a\x46\xa3\x0b\x16\x2c\x70\x1c\xc7\x19\xe4\x0d\x19\x2c\xdb\x03\ \x00\x31\x96\xb7\x7e\x83\x51\x5d\xd3\xfb\x57\x7f\xa5\x01\xf0\x1c\ \xd6\x96\xb3\x5f\x67\x5e\xf4\xe7\xb7\x12\x00\x7e\x7c\xc3\xdb\x19\ \x3c\xfc\x0c\x6c\x0f\x19\xa3\xf7\xe1\x68\x3f\x2f\x31\xfe\x13\x04\ \xb9\x52\xda\x73\x5d\x00\xf4\xce\x5d\x6a\xeb\x77\x0e\x72\xc6\x98\ \x52\x8a\xb4\xd2\xa4\x91\x18\x92\xee\x6f\xd9\xa4\xb5\xd2\x19\xd3\ \x9b\x26\x62\x00\x4a\xf5\x89\xeb\x99\x65\x84\x88\xb9\x39\xf1\x0f\ \xf9\x65\xdf\xff\x83\x01\xdc\xa7\x23\xb1\xfb\x89\xf9\xf3\x53\xf3\ \xe6\xe5\xff\xea\x57\xdd\x57\x5c\xe1\x95\x96\x31\xcf\x15\x42\xf8\ \x52\xa6\x52\xa9\x48\x24\x32\x98\x6f\x29\xa5\xce\x78\x1c\x99\xe7\ \xd8\x9b\x48\xf4\xa5\xac\x18\x86\x68\x6a\x1a\xfe\xcc\x33\xfe\xcc\ \x99\xe9\xcb\xaf\x20\xdf\xa7\xfe\x67\x7d\xc6\x63\x3d\xe3\xe0\x80\ \x1e\xfe\xdb\x65\xa1\x7d\x88\x8c\x4d\xa7\x19\x7b\xb5\x52\x52\xfa\ \xfe\x80\x49\x7a\x30\xc4\x07\x7f\x05\xcf\xd1\xb1\xe0\x82\xd2\xd8\ \x32\x85\x1c\x87\x8f\x18\x0e\x04\x45\x45\x45\x9f\x94\xd9\x8d\x18\ \x32\x44\x70\x1c\x9b\x34\x01\x43\x44\xc6\x90\x21\xc3\x8c\xf9\xdc\ \x4e\xa7\x33\x26\x34\x44\x90\xd2\x77\xec\x74\xb6\x32\xcc\x05\x64\ \x63\xb7\xac\xba\x07\x1f\x18\xfb\xa7\x7f\x56\xf4\x83\x1f\xd4\xfc\ \xed\xdf\x28\x44\x4e\x14\x8f\x46\x1a\xea\xeb\xa4\x94\x1f\xa1\xad\ \x10\x11\x51\x28\x1c\x2e\x29\x2e\x4e\x3b\x36\xba\x4e\xc9\x4f\x7e\ \x62\xd6\xd5\xd7\xff\xe5\x5f\xa6\x18\x60\x57\x27\xd0\x50\x3f\x30\ \x88\x7d\x9f\xc6\xc6\x33\xff\x23\x22\x20\x17\x1c\x0f\x1d\x3c\x70\ \xfe\x52\xfa\x19\x07\xf5\x80\xc5\x36\x63\x2e\x92\x5e\x7e\x41\xc1\ \x40\x26\x03\x9e\xf6\xdf\x45\x49\xa6\x69\x65\xcc\x9c\x9f\xe4\x45\ \xa5\x1c\xba\x0e\x34\x32\xcc\xe8\xea\x19\x29\x0c\x19\x66\x63\x85\ \x2f\x30\xd5\x1c\xc0\x34\x8b\xfe\xeb\x07\x91\x7f\xff\x8f\x96\x7f\ \xf8\xbb\xe4\x1f\x7d\x09\x7d\x1f\x95\xca\x84\xa8\x9e\xdf\x0f\x20\ \x09\xae\x0d\x23\xf4\xf8\xe3\x25\x7f\xff\x8f\xe9\xaf\x7e\xa5\xe5\ \x2f\xff\x9c\xa4\xc4\x4c\xc0\x06\xfd\xd6\x82\x2d\x63\xac\xa3\xa3\ \xed\xbf\xe5\x27\x1f\xcc\xad\xb5\xd6\xa6\x65\x95\x95\x8f\xb8\x34\ \x93\x99\xb3\xf9\x97\x59\x3a\x1f\x32\x84\xfe\xeb\xbf\x51\x0d\x8d\ \x25\xff\xf9\x5d\x59\x50\xe4\x7d\xe1\x11\x08\x04\xc0\x71\xcf\xf7\ \xeb\x96\x09\xbe\x6f\xfc\xfa\x37\xc6\xff\xfd\x96\xba\xe9\x26\xfc\ \xfb\x7f\x18\x96\x9f\x07\xbe\xfc\xd8\xc3\x11\x42\xd8\x76\x5a\x60\ \x26\xd3\x98\xfa\xe3\x97\x32\x5d\xb1\x10\x10\x50\x93\xa6\x7e\x5e\ \x7d\x0a\xe4\x83\x97\x7b\x46\xf4\xcf\x58\x87\xfa\x82\xe6\xa5\x52\ \xbf\x7b\x90\x33\xc6\x3e\xcd\x5c\x47\x64\x82\xa3\x54\xd9\x4a\x0c\ \x59\xfa\x28\x52\x12\xa2\x11\xfb\xbb\xdf\x09\x30\x66\xfc\xd9\x9f\ \xd1\x8e\x1d\xee\xdf\xff\x1d\x55\x56\x82\x94\xe0\xfb\x70\x2e\x73\ \x32\x63\x60\x18\x20\x04\xd6\x54\x9b\xff\xef\xdf\x8c\x9f\xff\x42\ \xde\x74\x93\xf3\xfd\xff\xa2\xdc\x1c\x18\x2a\x4e\xf9\xb7\x65\xcc\ \xe2\xbd\x57\x7e\x33\x6e\xf4\xe8\xf2\x61\x25\x9d\x9d\xed\x1b\xb7\ \x6e\xed\xea\xee\x30\x38\x23\xad\x91\xb1\xe1\x23\x47\x2f\x5c\x7c\ \xc5\xc8\x71\x53\x88\x87\x88\x19\x1a\x88\x10\x3c\xdb\x09\x18\x78\ \x68\xcf\xf6\x4d\xeb\xdf\x06\xe5\x21\x66\x5c\xf1\xa4\x94\x5e\xbc\ \xe2\x4e\x64\x0c\x7e\x2b\x30\x20\x5a\x81\x90\xc1\x91\x88\xb4\xf2\ \x3d\xcf\x57\x67\x61\x19\x01\xa4\x94\xd8\xdf\x0f\xe4\xbc\xf6\xd3\ \x40\x90\x6b\xdf\x71\x65\xa6\x49\x90\x25\xd0\x57\x60\x0a\x70\x6c\ \x57\x11\x20\xe7\x41\xcb\x94\xbe\x14\xa6\xf0\x1d\x47\x6a\x4d\xc0\ \x02\x81\x00\x28\x1f\x84\x09\xbe\xe3\x4a\x0d\x04\xc2\x0a\x18\xa8\ \x1c\x9f\x30\xd5\xb4\x66\xe3\x81\x49\xcb\xaf\x1d\x1d\xd6\x49\xc7\ \x03\x02\x26\x2c\xcb\x44\xdf\x27\xd3\x40\xc7\x76\x35\x10\xa0\x08\ \x04\x4c\xe5\xfb\xdc\x30\x94\x6b\x7b\x1a\x10\xd0\x0c\x04\x50\xf9\ \xc0\x0d\x50\x9e\xeb\x29\x42\x10\x46\xc0\x64\xca\xf5\xc9\x0a\x18\ \x9e\x6d\xf7\xc7\x79\xb2\x40\x28\xa0\x3d\xc7\xf5\x15\x37\x03\x01\ \x01\xb6\xed\x64\x76\x53\x64\x46\x20\x60\xf8\xb6\x2d\x81\x07\x43\ \x41\x8e\x40\xa4\x95\xf4\x3d\xcf\xd7\x04\x80\x2c\x10\x0c\x0a\x86\ \x44\x5a\x4b\xe9\x7a\x5e\x36\xe9\xfb\xd3\x27\xcf\x83\x78\xdc\xf9\ \xee\x77\x68\xec\x58\xf3\xdf\xff\x5d\xac\x7b\xd7\xfb\xca\x57\xfc\ \xdb\x6e\xa7\x8a\x11\x14\x0e\xa3\xe7\x81\x94\xd0\xef\x09\x07\xce\ \xc9\x34\xd1\xf3\xb0\xae\xce\x58\xb9\xd2\xf8\xe1\x0f\x59\xf3\x49\ \xef\x2f\xff\xd2\xfb\xd3\x3f\xa5\xdc\x1c\x70\xdd\xdf\xc9\x88\xf8\ \x95\xf3\xa6\x9a\x8c\xc2\x01\x23\x1e\x8b\xc4\xe3\x11\xdf\x49\xf7\ \x76\x75\xa4\x7a\xbb\x5a\x5a\x9a\x12\xc9\xc4\xa8\x51\xa3\xcb\x2a\ \xc6\x18\x66\x08\x19\x47\xc6\x4c\x43\x30\x24\x43\x60\x43\xed\xb1\ \x43\xfb\xf6\xf8\x6e\x52\x7a\x29\xcf\xb5\x7d\xd7\x76\x9d\xd4\x98\ \x89\xb3\x8b\x4b\xca\xce\xd0\x27\x4d\xd3\x34\x4d\x73\xc8\x82\x15\ \xc8\x18\xfa\xc9\x4d\xaf\x3d\xf9\xca\xdb\x9b\x76\xec\xde\x5b\xd3\ \x9a\xcc\x29\x2e\xcb\x0d\x32\xa5\xc1\x30\x2d\xcb\x34\x38\x02\x31\ \xae\xba\x6b\x5f\x7c\x65\x5d\xc1\xf8\x69\xc3\x22\xc2\x97\x0a\x99\ \xb0\x2c\xd3\x10\x9c\xb4\x1e\x4a\x29\x45\x21\xd4\xce\xb7\x5e\xd9\ \xd5\x6e\x8c\x1b\x59\x80\x4c\x24\x6a\xb6\xac\xdc\x50\x2d\xd2\xd5\ \x6f\x6f\xaf\xaf\xa8\x1c\x15\x14\x48\xa9\xa6\xd7\x57\xbe\xe3\x0a\ \x7f\xe3\xea\x4d\xc1\x11\x63\xf3\x82\x86\x81\xce\xfb\x6f\xbd\x56\ \x95\x64\x35\x1f\xbc\x5d\x87\x65\xa3\x8b\x42\x28\x44\xed\xb6\xd5\ \xef\x1c\xe8\x19\x3f\x69\x54\xdb\x9e\x55\x2f\x6e\x3e\x19\xd7\x8d\ \xbb\x9b\x70\xdc\xc8\x62\xce\x45\xb2\x7e\xf7\xeb\xeb\x0e\xa0\x3c\ \xb9\x76\xc3\xb1\xe1\x13\xc6\x58\xc8\xb9\xd7\xfc\xc6\x6b\xef\xa4\ \x49\x6d\x5d\xb7\x9e\x8a\xc7\x97\x84\x91\x09\xbd\xfd\xad\x95\x47\ \x13\x54\xbf\xe3\xbd\x1a\x3f\x6f\xd4\xb0\x18\xe7\xbc\x79\xdf\xda\ \xb7\xf6\xf6\x94\xc6\xec\x37\x5f\x7b\x2f\x3a\x6a\x6c\x8e\x89\x9a\ \x98\x80\xc4\x3b\x2f\xbf\xd6\x6a\x16\x55\x94\xe4\xb6\xec\x7d\xf7\ \xcd\x9d\x4d\x23\x2b\x47\x59\xa0\x40\x58\xaa\xf3\xf8\x6b\xaf\xbf\ \x67\x55\x8c\x8f\xab\xe6\x37\x9e\x7e\x7a\xd5\x7b\x5b\x76\xed\x39\ \xd0\xd4\x2d\x8b\xca\xca\xc2\x06\x47\xb7\xf5\xed\x97\x5f\x78\x7d\ \xcd\x86\x9d\x7b\xf6\xd7\xb6\x3b\xf9\xc3\x4a\x63\x16\xcf\x56\x77\ \xb8\x00\xf8\xb9\x02\xcb\x52\x4b\x97\xaa\xcb\x16\xb2\x63\xc7\xcd\ \x47\x1f\x35\x5e\x7c\x91\xed\xdc\xc1\xba\xba\x31\x9d\x06\xc6\x30\ \x10\x40\xad\xb1\xad\x8d\x1d\x3a\x64\xac\x59\x6b\x7e\xf7\xbb\xd6\ \x3f\xfd\xb3\xf1\xc2\x0b\x6a\xc6\x4c\xe7\x3b\xff\xe9\x3f\xfc\x30\ \x58\x16\xfc\x2e\x7c\x3a\x8c\xb1\xae\xae\x0e\x66\x9a\xcc\x34\x59\ \x30\x68\x96\x0e\x2b\x99\x32\x69\xc2\xf4\xa9\x53\x4a\x8a\x8b\x72\ \x72\xe2\xc1\x40\xc0\x73\x9c\xc6\xc6\xe6\xee\x8e\x0e\x26\xb8\x56\ \xca\x77\x5d\xd0\x52\x30\x05\xda\xf3\x6d\x9b\x33\xe2\x82\x09\xce\ \x05\xcf\xfc\x2b\x86\xbc\x46\x43\x43\xc3\xf6\xed\xdb\x13\xc9\xe4\ \xd9\x15\x88\x10\x19\xb8\x9d\x1b\xd6\x6f\x61\xc5\x63\xa7\x8e\x1f\ \x91\xae\xda\xf4\xdd\x6f\xff\x68\x6f\xab\x6f\xa2\x7b\xe2\xc0\xae\ \x8d\x1b\xb7\x1c\xa9\x6f\x47\x61\x82\xdb\x7b\x64\xf7\x96\x8d\x1b\ \x37\x6c\xda\x75\xd4\x05\x81\x5e\xf7\x81\x1d\x5b\x3e\xd8\x75\xb8\ \xd7\x03\xce\x86\x32\x51\x63\x20\x3f\x98\x5e\xf5\xc2\xcb\xc7\x7a\ \x78\x88\x27\xde\x7e\xe9\xd5\x7a\x2f\x54\x5e\x1a\x3f\xf4\xf6\x4b\ \xef\x1d\x6e\x0f\x86\xcc\x43\xeb\x56\xbe\x77\x22\x5d\x56\x56\x9a\ \xaa\xda\xf8\xc2\x9a\x7d\x46\x28\xdc\x75\x74\xf3\xcb\x6b\x0f\xc4\ \xcb\x86\x87\xbd\x86\x57\x5e\x58\xd5\x85\x61\x91\xac\x7e\xe5\xe5\ \xb7\xd3\xc1\xfc\x20\xa5\xf6\xed\x3a\x52\x3e\x7b\xd1\xf8\x62\x78\ \xe7\x85\xe7\x0e\x75\xa9\x20\x4f\xad\x5f\xf9\xe2\x91\x54\x78\x44\ \x69\xee\xb1\xcd\xaf\xaf\xde\xd5\x12\x8e\x88\xa3\x1b\xdf\x58\xb7\ \xbf\xa3\x74\x64\xb9\x5d\xb3\xed\xc5\xb7\xb6\xe9\x50\xcc\xae\xd9\ \xf2\xf2\xda\x3d\xa1\xa2\x11\x79\xd4\xf4\xc2\x73\x6f\xb4\x7a\x96\ \xe9\x36\xad\x7c\x71\x75\x3a\x94\xa7\xbb\x4f\xbc\xfc\xcb\x47\x5f\ \xd8\x70\x9c\x99\x86\xb0\xcc\xb6\xfd\x6b\x1e\xfd\xe9\xd3\x7b\x6a\ \x3b\x85\x69\xb5\x1c\xdc\xf0\xf3\x9f\xfd\xe2\x83\x63\x9d\x86\x69\ \x5a\x5c\xee\x7a\xe7\xb9\x5f\x3c\xf9\x5a\x7d\x92\xe9\x44\xcd\xba\ \x4d\x87\xf2\x46\x4d\x99\x38\xaa\xb0\x71\xfb\x6b\xff\xf1\xbd\x27\ \x1a\x6c\x6e\xb8\xcd\x1b\x37\x6e\x37\x86\x4f\x9d\x32\x66\x58\xd7\ \xa1\xb5\xff\xf9\x9d\xc7\x8e\x76\x4a\x83\x67\xed\xed\x17\x00\x49\ \x09\x9e\x27\x97\x2e\xb5\x9f\x7d\x26\xfd\xea\x4a\x79\xc3\xf5\x7c\ \xeb\x56\xeb\x7f\xfc\x8f\xe0\x2d\xb7\x46\xa6\xcf\x88\x0c\x1f\x11\ \x19\x3e\x22\x32\x6d\x7a\xe8\xa6\x9b\xad\xbf\xf9\x1b\xb1\x61\x83\ \xba\xfa\x4a\xfb\xa5\x17\xec\x17\x5f\x90\x57\x5d\x05\xbe\x0f\xbf\ \x53\x7f\x27\xbf\xe5\xca\x05\xf9\x79\xf1\x60\xc0\xd0\xd2\x57\x52\ \x69\x2d\x53\xc9\x84\xe7\xbb\x9e\x54\x65\xe5\xc3\x67\xcc\x9e\x57\ \x5a\x5e\xc1\x0d\x33\x95\x48\x0a\x01\x9c\xb9\xa0\x1c\xad\xdc\xaa\ \x23\x07\x4f\x36\x37\x70\x86\x0c\x81\x33\xcc\xf8\xe5\x46\x4d\x98\ \x59\x34\x88\x93\x9b\xa6\x59\xdf\xd0\xf0\xcd\x6f\xfe\xe3\xcf\x7f\ \xf1\x8b\x9e\xde\x9e\xc5\x8b\x16\x9d\xe9\xd3\x63\x0c\x9c\xae\xad\ \x3b\x8e\xcd\xbb\xf9\xee\x2b\xe6\x4c\x9d\x39\x7b\x7a\x72\xef\xeb\ \x6b\x6b\x22\xcb\xa6\xc6\xb7\x6d\xfa\xa0\xba\xee\xc4\x86\xf5\x1f\ \x60\xd9\x94\x31\x51\xfb\xfd\x8d\xef\x77\xfb\x60\x53\xb8\x72\x98\ \xb1\xe6\xb9\x27\xb6\xd7\xf6\xb6\x1c\xd9\xb6\xa3\xd6\x9d\x38\x75\ \x7c\x10\x14\x01\x08\xd3\xb2\x4c\x93\x33\xd0\x4a\x6b\x82\xa2\x51\ \x63\xbd\xa3\xef\x6e\x69\x0b\x17\x27\x77\xbe\x79\x24\xf0\xd0\x83\ \x37\x97\x14\x14\x17\x41\xdd\xab\xef\xd5\x8d\x2d\xd7\x2f\xae\xdc\ \x7d\xe5\xfd\x0f\x4d\x2d\x2b\x18\x39\xcc\x7c\x67\xe5\xda\xc8\xff\ \xcf\xde\x5b\xc7\xd9\x71\x5c\xf9\xe2\x45\x0d\x97\x86\x99\x49\x83\ \xd2\x8c\xa4\x11\x33\x5a\x4c\x96\x0c\x71\xe2\xd8\x8e\x93\x75\xb2\ \xfb\x36\xfb\x76\xf7\xbd\xe5\xfd\xed\xbe\x7d\xbb\x81\x17\x36\x24\ \x66\xcb\x92\x2c\x30\x48\x96\x2c\x66\xe6\x11\xe3\x8c\x06\x34\xcc\ \x70\xb1\xbb\x8b\x7e\x7f\xf4\xcc\x68\x24\xcb\x89\xe5\x38\x8e\xb3\ \x9e\xe3\xf9\xc8\xf7\xf6\xed\xae\xee\xae\xaa\x53\xe7\xd4\x81\xef\ \xc9\xce\x38\xf7\xd1\x26\xf7\x84\xaf\xcd\x1f\x91\x96\x92\x9e\x5c\ \x75\x64\x6b\xad\x92\x4a\xaf\xef\xbe\x04\x4a\xbe\xb5\x7c\x12\xec\ \xbc\xb1\x69\xf7\x95\x91\xb3\x16\x8d\x1c\x96\x23\xaa\x8f\x1e\xaa\ \xc6\x29\xf2\xc6\x96\xf3\xec\xc9\xa7\x96\x25\xc7\x26\x24\xaa\xcd\ \x9b\xf7\x5e\xcf\xca\xd0\x3f\xda\x74\x6c\xc2\xe3\xcf\x8c\x4c\x8b\ \xcb\x48\x71\x1e\xda\xb2\x53\xcf\xc8\xbc\xb4\x7d\x23\x1a\xfe\xf0\ \xb2\x71\x59\x71\x69\xa9\x8d\x27\xb7\x55\x80\x64\x72\x6b\xcf\xa9\ \x40\xee\x73\x5f\x9f\xd6\x79\xf3\xe4\xad\x36\xe6\x6d\xef\x49\x19\ \x3e\x36\x55\x69\xde\xb8\x7e\x6b\xc0\x11\x19\x95\x94\x5b\x5a\x94\ \x70\xf3\xdc\x99\xae\x90\xe8\xf2\x8a\xe2\x51\xc3\x65\xe3\xd9\xf7\ \xf6\x94\x69\x9e\xc8\x8c\xc2\xb1\x19\x5a\xd3\x89\x2b\xbe\xb9\x8f\ \x3d\x3e\xae\xb8\x60\xf4\xc8\xdc\x8a\xbd\xeb\x2f\x8b\xec\xb1\x69\ \xe2\xc4\xb9\xfa\xf1\xcb\x9e\x9c\x5a\x32\xa4\x74\xf4\xf0\xd6\xe3\ \x9b\x8f\xb5\x87\x8f\x1f\x9e\x85\x04\x1b\x94\xe6\x5f\x0a\x73\x2d\ \x63\x00\x63\x99\x9b\x4b\x17\x2f\x66\x2b\x56\xf0\x87\x1e\xe2\x53\ \xa7\xf2\x49\x13\xf9\xc4\x49\x7c\xda\x34\x36\x77\x0e\x5b\xb1\x82\ \x3e\xfb\xac\xf5\xb7\x7f\x43\xbf\xf1\x0d\x99\x33\x04\x00\x00\x3f\ \x57\xf6\xb6\x25\x39\x01\x10\x50\x46\x03\xc1\x80\xaa\x10\x18\x0a\ \x05\x7d\x3e\x4d\xd5\x1c\xba\xc3\xe1\x70\xf4\x78\xfd\x3d\xde\x6e\ \x46\x2d\xc9\xa9\x61\x04\x3c\xee\x70\x66\x78\xa9\x69\x48\x46\x83\ \x41\x2f\xec\x05\xa1\x80\xfd\xd9\x91\xf7\x6e\x8c\x15\xa5\xae\xb6\ \xf6\xda\xb5\x6b\xba\xae\x9f\x3d\x53\x66\x9a\xa6\xae\xeb\xf7\x8b\ \x78\x91\x8c\x52\xcb\x34\x04\x09\x2b\x1c\x5a\x70\xf4\x48\x85\x4f\ \x9d\x34\x72\xf4\xe8\xe4\xae\x6e\xd9\xb2\xe9\xfc\xd5\xaa\x89\x53\ \x35\xe4\x49\x5b\xf6\xcd\xef\x96\x24\x6a\xe5\x07\xde\xda\x7b\xc9\ \xbf\xf0\xb1\x19\xe1\xc1\x4b\xab\x3e\xd8\x77\x65\xf2\xd4\x69\x99\ \x8a\x69\x59\xd5\x17\x8f\xde\x6a\x0e\x45\x24\x64\x0c\x2d\xcc\x52\ \x25\xb3\x80\x67\xce\x8a\x65\xe5\xbf\x5c\xf9\xff\x4e\x46\x2c\x79\ \xfa\x2f\xd2\x9c\x3c\x18\x92\x05\x33\x1e\x1e\x75\xf3\xf9\xff\xf8\ \xaf\xb2\x31\x0b\x9f\x9c\x94\x1d\x16\x0c\x06\xc3\x72\x26\x2e\x9d\ \x78\x63\xd5\x0f\xff\x6f\x44\xf1\xdc\xbf\x9a\x9e\xc7\x43\x01\xe8\ \x4a\x5b\xf6\xf0\xb4\x5f\xbe\xf9\x8b\xb3\xae\x21\x4f\xfd\xe5\xec\ \x70\x45\x54\x5d\x29\xf3\x79\xb2\x0b\xd3\x74\xc3\x90\xd3\x97\xad\ \xb8\xf6\xc2\x6b\x3f\x28\x73\x2f\x7c\xe6\x2f\xb2\xc3\x64\x30\x68\ \xe5\x4c\x5c\x34\xe9\xf2\x0b\x3f\xfd\xe1\x2b\xb9\x33\xbe\x3e\x35\ \x3f\x2a\x14\x0c\x3a\xd3\xc7\x3c\x3a\xfd\xd2\x2b\x3f\xff\x51\x44\ \xd6\x84\x3f\x9f\x59\x2c\x42\x41\xa1\x26\x2e\x7f\x74\xee\x2f\x7f\ \xf3\xc2\x05\x67\xc6\x93\xdf\xfd\x7a\x38\x30\x2b\x3a\xbd\x31\xc5\ \x33\x72\x61\xf9\xb1\x93\x97\xc3\xe3\x2b\x6b\xd5\x82\x45\x53\x42\ \x65\x5d\x7e\x0e\x8c\x6e\x2f\x1b\xf9\xd0\x52\xeb\xe2\x81\x93\x15\ \x8d\x91\xe7\x8f\x38\x86\xce\x9b\xd4\x79\xa6\xab\xcb\x0b\x23\x10\ \x90\x82\x51\x6a\x1a\x0c\xbb\xa2\x87\x0e\x4d\xd9\x7a\xab\x8e\x8f\ \x8f\x05\x40\x32\x6a\x59\xa6\x04\x24\x7c\xc4\xf0\xe4\x93\x97\xea\ \xfd\x14\x85\x0d\xb2\xd7\x97\x4a\x75\xe7\x1c\x02\x20\x63\x62\x78\ \x62\xa2\x24\x04\xc0\x01\xfa\xa7\x14\x80\x31\xc8\x18\x0c\x06\xff\ \x70\x8f\x80\x9c\x2e\xb7\x80\x48\x22\x6c\x71\xe1\xf3\x05\x7c\x01\ \x83\x4b\xa8\x68\x2e\xac\xea\xed\x9d\x9d\xdd\x5d\xdd\x9d\xed\xad\ \x50\xf2\xd6\xa6\xfa\x6b\x17\xcf\xb6\xd4\xd5\x04\xbd\xdd\xde\xee\ \x2e\xc1\x39\xc4\x58\x40\x28\x11\x66\x02\x20\xac\x48\x89\xef\xe1\ \x5f\xd3\x34\xf3\xf2\xf2\xa6\x4f\x9f\xee\x70\x38\x96\x3f\xbc\xcc\ \xe1\x70\x7c\x42\xb0\x2a\x44\x08\x61\x4c\x74\x02\x7c\x3d\xdd\xd8\ \xe3\x69\x3a\xb7\xfd\xf5\x55\x9b\xce\x5f\xaf\xec\x0a\x32\x08\x04\ \x97\xbd\x29\x53\x00\x70\x6f\x67\x07\x85\xb0\xbd\xe1\x56\x75\x2b\ \x9e\x3a\x6f\x4e\xaa\x4b\x30\x0e\x20\x10\x9d\x8d\xd5\xd7\x6f\xdc\ \xa8\x6e\xec\xe4\x10\x42\x00\x04\x35\xf5\x94\x11\x53\x8a\xe2\x1d\ \xf1\x45\xe3\x8b\x13\x99\x45\x81\x64\x5c\x89\x9b\x36\x7d\x38\x21\ \xb1\x53\x26\x94\x20\x66\x01\x00\x28\xc3\x23\xa6\x4c\x8b\x23\xa4\ \x64\xca\xc4\x58\xc2\x99\x04\xd4\x64\xc9\x25\x13\x87\x27\x3b\x63\ \xf2\x27\x8c\x48\x71\x48\xd6\x7d\xee\x42\x65\x4a\xd1\xc8\x18\xcc\ \x29\xa3\x7a\x42\xfe\xb4\xd2\x14\x35\xaa\x70\x4a\x71\x92\x65\x31\ \x29\x39\x25\x31\xd3\xa6\x8f\xd1\x51\xd8\xe4\xe9\xa5\x2a\x35\x85\ \x14\xa6\x09\x87\x4d\x9b\x91\xac\x2b\x05\xe3\xa7\xa5\xb8\x38\x15\ \x92\x5b\x66\x54\xde\xc4\xd1\x69\xee\xa8\x21\xa3\x47\x64\x84\x33\ \xca\xcc\xa0\xc1\x1d\x91\x93\x67\x8e\xef\x38\xf9\xc1\x1b\x9b\x2f\ \x0e\x9b\x36\x33\x35\x0a\x9b\x7e\x43\x30\x2b\x14\x08\x28\x51\xf9\ \x33\x27\x66\x9d\x78\xe7\xc5\xad\xb7\xd0\x8c\xe9\xe3\x9c\x80\x05\ \x02\x41\x88\x7a\x3b\x8a\x10\x85\x40\xe9\xed\xea\x51\xdc\x2e\x38\ \xa0\xf7\x54\x15\xf6\x74\xf8\x14\xdd\xa1\xe0\x41\x67\xdf\x97\x55\ \x81\x0f\x85\xa0\xcf\x07\xbd\x3d\x77\xfe\x7c\x3e\x18\x0a\x81\x3f\ \x70\x30\x22\x09\x04\x29\x00\x26\x17\xbe\xd6\x0e\x2f\x64\xd2\x30\ \xcd\x2e\x9f\xd7\xb4\x2c\xd5\xe1\x71\xb8\xcd\xe6\xd6\xb6\x40\x20\ \x10\xe8\xe9\x8c\xf4\x38\xea\x6a\xea\x3b\x5b\x7c\x94\x52\x09\xa0\ \x90\xd0\x62\x12\x02\x2c\x84\x80\x12\x9b\x41\x2a\x3e\x16\x31\xc2\ \x18\x8b\x8a\x8a\xfa\xf7\x7f\xfb\xff\x82\xc1\x60\x78\x78\xd8\x27\ \x85\xa3\x4b\xc1\x28\xa5\xa6\xe1\xaf\x3f\x7f\xf2\xc3\xc3\x35\xa3\ \x9e\x5c\xd4\x74\x69\xb5\x15\x3f\xf5\x5b\xcf\xcc\x39\xbd\xb2\x79\ \x2f\xe5\x8a\xaa\x20\xd3\xdb\xd4\xd1\x9d\x1b\x1e\x1e\x1e\x9f\xec\ \xd6\xac\xe1\x53\x17\x16\x46\xa3\x90\xc1\x14\x8d\x50\xce\x01\x50\ \x46\xce\xf9\xfa\xe8\x79\x50\x08\xce\x99\x0d\x8e\x21\x05\x07\x4e\ \x77\x58\x58\xc0\x89\x51\xaf\x7d\x4e\x0a\x8e\x1c\xee\xa8\x70\x8f\ \x82\x90\x5d\xa0\x4a\x4a\x89\x90\xe2\x09\x8f\x74\x39\x50\xaf\x55\ \x5f\x4a\x8e\xb0\xdb\x1d\x16\xe6\x72\x40\x88\x8c\xa6\x8a\xeb\x2d\ \x78\xd6\x8a\x74\x1b\xb9\x48\x48\xa9\x3a\x3d\x91\x61\x4e\xd4\x67\ \xdd\x92\x42\x2a\xaa\xee\x09\x0b\xd7\xb4\x3e\x48\x04\x21\x84\xa2\ \x46\x84\x85\x39\x75\x55\xf6\x26\x84\x48\xc1\x91\xdb\x13\xe1\x71\ \xe9\x00\x0a\x20\x85\x11\x30\x85\x13\x46\x65\x95\x96\xc4\x6f\xdb\ \xd9\x9a\x36\x61\x78\x5a\xcf\x41\x68\x99\x21\x6e\x1a\x21\xca\x3d\ \x08\x66\x8f\x9a\x12\xf7\xe1\xfe\x8e\x82\x39\x43\x13\x3d\xf5\x08\ \x84\x42\x41\x09\x90\x10\x9c\x52\xcb\x08\xf8\x2a\xca\xf6\xed\xb9\ \xc2\xe6\xfc\x55\x21\x96\x95\x76\xba\xa8\x11\x34\x6f\x9f\x3b\xbe\ \xe9\x8c\x77\xfc\x37\x46\xb8\x91\x45\x07\xb9\x7c\x90\x06\x32\xf9\ \xa9\x33\xe7\x11\x46\x08\x01\xcb\xa2\x82\x09\x00\x20\xc0\xc0\x62\ \xdc\xe1\x72\xe4\xe5\xe5\x39\x9c\x4e\x5d\x57\x8d\x90\x3f\x3a\xc2\ \x1d\x5e\x98\x6b\x84\xbc\xed\x9d\x3d\x0e\x97\xe7\x66\x45\xe5\x91\ \xe3\xa7\x05\x13\x08\xe3\x50\x30\x38\x63\xea\xf4\xc6\xa6\xba\x50\ \x28\x84\x20\xba\x5b\x55\xe1\xaa\xaa\x6a\x9a\x76\x4f\xb1\x88\x3e\ \x13\x19\x80\x44\xf7\xe0\xee\xcd\x2b\x5f\x3a\xe1\x51\x84\x54\x86\ \x2e\x79\x76\x51\x69\x8e\xd7\x39\xad\x6c\xc3\xfe\xff\xf3\xef\xa7\ \x43\x1d\xdd\x59\x0f\x39\x95\x88\xb4\x89\xc3\x13\xb7\xbc\xfe\xf3\ \x53\x29\xc3\xbf\xfe\xcd\x59\xcb\xc6\xb4\xae\x7d\xfe\x07\x8a\xaa\ \xa5\x0f\x9b\xfe\xc8\xb2\x71\xba\x45\x05\x00\x9c\x33\x61\xb3\xed\ \x40\x07\xa1\x0d\x26\x7c\x77\x85\x55\x84\xe0\xdd\x80\x78\x00\x22\ \x74\xef\x49\x10\x41\x08\x08\x02\x35\xd7\x2e\x1a\xd1\xf9\x79\xb1\ \x2e\x2e\x8c\xbe\xd8\x3d\x88\x10\x94\x77\xbf\x05\x42\x08\x0c\xb4\ \x69\x4b\x60\xdf\xe6\x2e\x6f\x25\xec\xbb\xb3\x94\x16\x95\x0e\x8d\ \x58\x42\x9d\xfc\xe8\x77\x87\x52\x2d\x0a\x5a\x5e\xd5\x09\xa4\xc5\ \x0d\x93\x49\x45\x53\xa5\x50\xe2\x1e\xfd\xeb\xff\x8f\x3b\xa3\x24\ \x65\x4e\x5d\xe3\x96\x29\x34\x8f\x1e\xa8\x59\xfd\x9b\x9f\x45\x68\ \x50\x22\xf7\xac\x67\xbe\x37\x2d\x27\x52\xf4\xa8\x1a\xeb\xd8\xf4\ \xea\x4f\x8e\xb9\x30\x03\xda\xb8\x47\xbe\xf5\xd0\xc8\x14\x66\x5a\ \x83\x3c\x3e\x48\x77\xa9\xca\x23\x32\x92\x04\x82\x44\x51\x20\x04\ \x92\xcb\x50\x28\xa4\x68\xaa\xc9\xad\xec\x9c\xac\x51\xa5\x23\x46\ \x97\x8e\xc8\xce\x48\x77\x3b\x74\x95\x60\x85\x20\xbf\xdf\xeb\x0b\ \x98\x8a\xee\x2a\xbf\x55\xf3\xde\xa6\x2d\xa7\x4e\x9e\xf1\xf9\xfd\ \xaa\xa2\xa6\x26\x27\x33\x2b\xf8\x5f\xbf\x78\x61\xfc\xc4\x69\x96\ \xf5\x40\xce\x3d\x69\x85\x02\xfe\xa0\x29\x20\x72\xba\xc3\x23\x3c\ \x3a\xb3\x28\x44\xc8\x0c\xf4\x74\xfb\x42\x58\x75\x7a\xdc\x4e\xa2\ \x60\x24\x58\x4f\x57\x17\x85\x5a\x78\x64\xb8\x8e\x44\x4f\x57\x67\ \xd0\x92\xba\xcb\xed\x76\x6a\xbf\x05\xb7\x85\x53\x93\x0a\xa4\xeb\ \xea\x1d\xcc\x2d\x41\x0d\x53\x68\xba\x86\xe0\x1d\x45\xc2\x34\x4c\ \xa4\xe9\x0a\xba\x13\x05\x6c\x19\x86\x40\x5a\x98\x66\x6c\x78\xfe\ \xe7\xc1\x11\x4f\x3e\x3d\x2b\x87\x86\x2c\x09\x00\x80\x80\x53\xd3\ \xe2\xc8\xa1\x29\xfd\x1d\x08\x04\x35\x4c\xa6\x38\xf4\x01\x90\xb9\ \xc2\x34\x4c\xa4\xe8\x2a\xbe\xb3\x1c\x30\xd3\x60\x48\xd1\x55\x02\ \xa5\xb4\x4c\x43\x20\x45\x53\x30\xc2\x04\x43\x49\x19\x97\x9c\x1a\ \x54\x3a\x34\x62\x9a\x26\x52\x75\x05\x21\x4c\x08\x14\x8c\x09\xc9\ \x2d\x93\x02\xac\xab\xd8\x08\xf8\x02\x86\x05\x90\xe2\x0e\x8b\x08\ \x73\x2a\x96\x69\x49\x20\xcc\x60\x30\x10\x32\x24\x24\x4e\x4f\x78\ \xb8\x5b\x63\x83\xae\xf2\x41\x1a\x68\x57\xc7\xa4\xaa\xb2\x9c\xc4\ \x24\x24\x1b\x16\xb3\x38\xe3\x9c\xab\xba\x4a\x9c\x11\x2e\x8f\xbb\ \xbd\xb3\xa5\xa4\x74\x4c\x4c\x5c\x8c\xc5\x78\x20\xe0\xc3\xd2\x8a\ \x4c\x49\x55\x20\x40\x08\xeb\x2e\x19\x34\x44\x74\x6c\xe2\xd8\x71\ \x93\x5a\xdb\x7d\xcd\xcd\x2d\xcc\xa2\x9d\xdd\x01\x8f\x4b\x25\x98\ \x3c\x78\xf0\x27\xd4\x5d\xe1\x0e\xb7\xad\x3b\x4b\x6a\x4b\x21\x2e\ \x54\x67\x58\xbc\x2b\x1c\x00\x69\xc3\x16\x49\x88\xc3\x63\xe2\xa0\ \x0d\x66\x22\xa0\x3b\x22\xc6\x03\x81\x14\xf7\x77\x94\xdf\xd1\x52\ \x54\x87\x72\x77\x55\x00\x88\x55\x97\x0b\xde\xb5\x71\x80\xc8\xe1\ \x72\x0d\x3c\x49\x4a\xa0\x3a\x9c\x08\x91\x60\xf3\xc5\xaa\x60\xf8\ \xbc\xa2\x0c\x48\x69\x3f\xe8\x16\x51\x1c\x8a\x7a\xd7\xe9\x00\x2b\ \x4e\x97\x7a\x77\x40\x1e\x72\x38\x5d\x52\xde\xf5\x74\x8a\xc3\xa9\ \x4a\x69\xeb\x33\xaa\xc3\x09\xa5\x14\x52\x8a\x3e\x00\x53\x48\x54\ \x97\x02\x84\x90\x7d\x17\xca\xfe\x2c\x4d\xa2\x39\x14\x20\x85\x04\ \x4e\x4f\xa4\x2b\xac\xb7\xa3\xfa\x50\x59\xb1\xc3\x1d\xee\xf4\x84\ \xdb\x07\x2d\xd3\x1a\x9c\xd6\x83\x74\x1f\x56\xcf\x4b\x4a\x85\x10\ \x62\x84\x55\xd5\x01\x14\x32\x7a\xfc\x84\xa2\xe2\xe2\xa6\x96\x96\ \xba\xba\xfa\xee\xee\x6e\x55\x25\xa5\x25\xc3\x09\x82\x86\xdf\x57\ \x5b\xd3\xa8\x11\x77\x43\x53\x43\xd5\xed\xea\x8a\xea\xaa\xaa\xfa\ \xe6\x11\xe3\xa7\x26\x24\x67\x79\xc2\xa2\x84\xe0\xa6\xe1\x9b\x3d\ \x6f\x7e\x72\x4a\xda\x83\x86\xb5\xde\xb7\x8c\xd2\xc7\x0f\xdd\x13\ \x5d\xfb\xe9\x92\xbc\xef\x73\xd2\xa7\x42\x8f\xb5\x2b\xc8\x6a\x51\ \x23\xc7\x8c\x4a\xf4\xe0\xbb\x83\xf0\x7e\x8f\x36\x7f\xdb\xcf\xa0\ \x0f\xf3\xe7\x93\x7e\xf9\x1d\x1d\x35\x98\xac\x32\x48\xf7\xb1\xab\ \xdb\xc1\x30\x1e\xa2\x05\xbb\xba\x69\x30\xe8\x74\xa8\x52\xc1\xd8\ \xa1\x41\x55\x19\x31\x6a\xb4\xc3\xe9\xae\xb9\x5d\xd7\xd9\xe9\x6d\ \x69\xed\x00\x90\xdc\x2c\xbf\xb5\x63\xdb\xfe\xb3\xa7\xaf\x5d\xbf\ \x72\xf3\xf2\xa5\x8b\x41\xd3\x70\x46\x26\x18\x30\xaa\x78\xc2\x92\ \xbc\x91\xd3\x55\x77\x54\xc8\xa2\x36\x00\xe8\x7f\x97\xfe\x91\x10\ \x6b\x4e\x87\x06\x06\xb9\x67\x90\xfe\xd4\x0d\x6f\x69\x19\x99\x21\ \xce\x7c\x46\xd0\x1f\x0c\x30\xa2\x84\x0c\xc3\x34\x2d\x8f\x27\x2c\ \x29\x31\xc9\xdb\xdd\x09\x84\xec\xe8\xe8\x8c\x8b\x74\x5b\x16\xf5\ \x05\x7b\xce\x5f\x3d\x67\x58\x21\x53\x60\x27\x74\xb6\x05\x9c\xbc\ \x03\x76\x74\xf7\x38\xf5\x44\xc5\x95\xe1\x0b\x5d\x11\x76\xfa\xca\ \x7f\x1f\x1a\x2c\x00\x36\x48\xff\x2d\x98\xdc\x02\x3c\x63\x48\x76\ \x55\x6d\x4d\x87\xdf\xa7\x38\x9c\xb1\xd1\xd1\x09\xf1\x71\x3e\xaf\ \x97\x31\x16\x15\x19\xe9\xf7\xfb\x21\x90\x9d\x5d\xdd\xa9\x29\xa9\ \x13\xa7\x4a\x43\x30\xc3\x94\x96\x08\xf7\x5b\x31\x3d\x0d\x30\x2a\ \xa9\x24\x3e\x21\x2a\x3e\x1e\x37\x37\x57\x5c\x38\xb7\x5f\x0a\x39\ \x18\x51\x39\x48\x83\xf4\xa5\x63\xf2\x2e\xbf\x2f\x32\x26\xda\xe9\ \x09\x13\xaa\xaa\xb9\xdc\x51\xe1\x11\x49\x09\x09\x8d\x42\x2a\xaa\ \xb2\x74\xe9\xd2\xee\xb6\x66\x1b\xbf\xc6\x13\x1b\x13\x9b\x14\xde\ \x63\x74\xa8\x26\x16\x42\x97\x5e\x84\x50\x30\x68\x34\x1b\x0c\x05\ \x4d\x45\xa0\x90\xea\x00\xfd\xa0\x33\x9f\x3b\x7d\xaa\x96\x21\x22\ \x04\x09\x2e\x30\xc6\x9c\xd1\x4f\x2d\x83\xa1\xa2\x90\x07\x39\xff\ \x9e\x7b\x62\x82\x21\xfb\xe2\x80\x48\x21\x51\x88\xe4\x8c\x0f\xaa\ \x18\x83\xf4\xa9\x09\x87\xb9\x3d\xbe\x40\xc0\xe2\x02\x40\xa0\x10\ \x05\x41\x44\x30\x31\x82\x21\xcb\x34\x0a\xf2\xf2\xe2\x63\xa3\x55\ \x82\x21\x92\x46\x20\xc0\x64\xd0\xb4\xfc\x82\x52\xc6\x68\x7b\x47\ \x4b\x4d\xc3\x2d\x89\x43\x5e\x6f\x5d\x73\xf3\xf5\xea\x5b\x67\x5a\ \xea\x6e\x2e\x5d\xb8\x30\x2d\x2d\xe3\x01\x0d\x6f\x50\x75\x38\x75\ \x4d\x55\x15\x05\x23\x28\xc4\xfd\x8a\x6c\x40\x88\xef\xae\xf6\x76\ \xdf\x65\x00\x8b\xd0\x8d\x4b\xd7\x2c\x24\x6e\x5d\xbd\xa5\x46\x27\ \xb9\xc8\xef\x5e\x6f\x20\x42\x90\xfa\x2e\x96\x5d\x12\x61\xb1\x61\ \x3a\x7e\xd0\x05\x0a\x21\x1c\xea\xa8\xb9\x72\xab\x23\x36\x31\x16\ \xdd\x37\xd4\x47\x02\xac\x6a\xba\x8a\xb9\x0d\xa4\x81\x88\xae\x29\ \x00\x20\x55\x53\x25\xb7\x63\x12\xa0\xaa\x3b\x30\x00\x44\xd5\x90\ \xed\x2d\x80\x40\x51\x75\x15\x03\x48\x54\x15\x03\xc6\x39\x90\x00\ \x11\x55\xd7\x14\xc1\x05\x06\xb4\xe2\xd2\xf9\x1e\x35\x36\x39\xca\ \x49\x29\x05\x00\x02\x88\x75\x87\x06\x00\xd0\x34\x55\x72\x26\x01\ \x90\x00\x6a\xba\x8e\x21\xc0\xaa\x86\x81\xe0\x42\x02\x09\xb0\xa6\ \x69\x18\x41\xac\xaa\x04\x30\x26\x00\x04\x10\x2b\x0e\x4d\x11\x7d\ \x65\x7d\x90\xa2\xe9\x1a\x11\xac\xaf\xff\x21\xd6\x1d\x3a\x10\x9c\ \x0b\xa0\x39\x1c\x04\x4a\xce\x7b\xa1\x04\xee\x7a\xa3\xbe\x6b\x1d\ \x0e\x5d\x55\x55\x85\x60\x1b\x2e\x08\x48\x80\x88\xe2\x70\x3a\x54\ \x55\x55\x14\x02\xa5\x1c\x5c\x95\xfe\x28\x64\x1b\xde\x70\x98\xdb\ \xed\x0f\x06\xfc\xc1\x80\xdf\xef\xf7\xfb\xfc\xde\x1e\x6f\x73\x53\ \x13\x67\x0c\x00\x69\x86\x42\xaa\x8a\x31\x04\x9d\xed\x2d\x4e\x87\ \x06\xa5\xaa\x42\x8f\xb4\x30\x96\xa0\xad\xbd\xa9\xa2\xea\x12\x15\ \x9d\x10\x78\xdb\x1a\x6e\x79\x5b\x1b\x42\x9d\x1d\x0b\x17\x2c\x4c\ \x4d\x7f\x10\x26\x87\x10\x0a\xb3\xe2\xdc\x91\xe3\x67\x2f\xdf\xbc\ \x55\xd3\x19\x92\xd1\x31\xb1\x3a\x16\x42\xda\xf5\x70\x11\x82\x10\ \x20\x2c\xfd\xcd\x07\x0e\x9d\x75\x25\x67\x44\xea\x98\x0b\x09\x20\ \xc4\x18\xdf\x83\x3d\x8c\x15\xbd\xe5\xe2\xb6\x35\xfb\xea\x0b\x73\ \xc0\x96\x0f\x4e\x65\x8f\x9f\x9a\xe0\x14\xf6\xc9\xa8\x6f\x81\x40\ \x08\x41\x5b\xf8\xf6\xb5\x0d\x91\x02\xbd\xb7\xd7\xbe\xb3\x39\xbc\ \x78\x42\x56\xa4\x2e\xee\x20\x57\xdd\x75\x0b\x38\xe0\x12\x7b\x21\ \x80\xf6\xf3\x11\x22\x7d\xd5\x1b\xde\xd9\x42\x32\x47\x64\x44\x69\ \x1f\x9f\xc7\x58\x81\xcd\x15\x17\xaf\xd4\x06\x13\x93\xa2\xa0\x44\ \xd8\x6a\x3b\x7b\xee\x26\x65\x81\x1b\x37\x6e\xbb\x63\x93\x9c\x58\ \x22\xc4\xca\xcb\xce\xb4\x5a\xbc\xee\xfa\x75\xcb\x19\x1d\xe9\x56\ \x30\x82\x6d\x95\x17\xae\x37\x1a\xc1\xa6\x1b\x35\x01\x2d\x31\xca\ \x03\x11\x31\x3b\x6b\xce\x5c\xac\x89\x48\x4e\xc6\xdd\x37\xde\x5e\ \xbd\x53\x09\x73\xb5\xf7\x18\x31\xb1\x31\x04\x02\xc0\xbc\x17\xce\ \x5c\x0a\x49\xf3\xfa\xe5\x2a\x57\x7c\x82\x83\x20\x05\xb1\x5b\x97\ \xce\x35\xf9\x78\xf3\xad\xcb\x3d\x4a\x6c\x8c\x5b\x01\x18\x77\x56\ \x5d\xb9\xda\xd0\x13\x6c\xab\xaa\xe9\x04\x89\xf1\x61\x00\x60\xee\ \xad\x3d\x75\xbe\xda\x15\x93\xe0\x24\x12\x62\x12\x68\xad\xba\x70\ \xbd\x39\x2a\x31\x96\xd8\xb1\x40\xcc\x77\xe9\xec\x45\xe6\x89\x89\ \x74\xc2\x5b\x17\xca\x5a\xa8\x23\x36\xca\x29\x85\x44\x0a\xf1\xd6\ \xdf\xbc\x5c\xd5\x15\x1d\x1f\x6d\x2f\x8a\x90\x10\x7f\x53\xc5\xf1\ \x63\xc7\x2f\x5e\xbd\x79\xbb\xa9\x1d\x39\x23\x63\xc3\x1c\x00\x82\ \x40\x7b\xed\xa9\x23\xc7\xce\x5d\xbd\x5e\x5d\xd7\x22\xf4\xb0\x98\ \x08\x77\x6f\x9d\xb0\x41\xfa\xc2\x99\x1c\x29\xba\x86\x88\x82\x10\ \x21\x44\x55\x89\x12\xf4\xf9\xab\x6e\x55\xd6\x54\x55\x75\x77\x74\ \xf6\x74\x77\xb7\xb7\xb5\xb7\xb7\xb5\x51\x4a\xbb\xbb\x7b\x3a\xda\ \x2c\x6f\x87\x2b\xd4\xed\xe4\x21\x07\xa2\x58\xe5\x2c\xd8\xd6\x10\ \x6c\x6b\x10\x7e\x1f\x0c\x08\xe1\x97\xe0\x01\xed\x6e\x08\x61\x60\ \xb4\x7d\xf8\xce\x9a\x0b\xb5\x9d\xc1\x9e\xe6\x13\xdb\x56\xff\xec\ \x37\x1b\xea\x03\x50\x81\xa2\xa7\xb3\xb5\xb1\xb1\xd9\x1b\xa2\x44\ \x55\x85\xbf\xf5\xd8\xc1\xfd\x37\xaa\xeb\x9b\xda\xba\x39\xc4\x0a\ \x12\x5d\x6d\xcd\xcd\xed\x3d\x02\x92\xde\x00\x16\x88\x15\xd1\x7e\ \xf8\xd0\xe5\x21\x93\x1f\xca\x08\x43\x8c\xd1\xae\xb6\xe6\x96\xb6\ \x6e\x81\x08\xa0\x86\xcf\x1f\x94\x10\x42\x08\xcc\x80\x3f\x60\x31\ \xce\x8c\xce\xb6\x96\xc6\xa6\xd6\x80\x25\x15\x05\x03\x00\x11\x12\ \xde\x8e\xd6\xa6\x96\x0e\x53\x40\x8c\x20\x40\x98\xc0\x3b\xb7\xc0\ \x10\x70\x1a\xb2\x2f\xf1\x9b\x82\x60\x04\x11\x96\x56\xa0\xa5\xa9\ \xb1\xa9\xa5\x43\x4f\x2a\x99\x36\xd4\x75\xec\xf0\x79\xeb\xbe\x90\ \x98\x50\xc1\xc1\xda\x0d\x6f\xaf\xba\xd4\x2a\xdc\x6e\xf5\xe6\xe1\ \x0f\x37\xec\xb9\xa2\xb9\xc0\x91\xf7\x57\x6d\x3f\xdf\xa0\x7b\x3c\ \xa1\xdb\x27\xdf\x5e\xbf\x33\x80\x9d\x8d\x67\xb7\xbc\xf5\xe1\x29\ \xae\xb8\xb0\xd9\xfc\xde\xdb\xef\xdc\xe8\x01\xbc\xfd\xca\xca\x37\ \x3f\x68\x66\x8a\x4b\xb5\x4e\x6c\x5e\xbd\xf3\x62\xb3\xa6\xeb\x0d\ \xd7\xce\x1b\x31\x85\x05\xf1\xe6\xbb\xaf\xbc\x7e\xae\x31\xe4\x72\ \x3b\x6a\x4f\x6d\x59\xb3\xe3\x02\xd1\xd0\x99\x8f\xde\xde\x74\xa2\ \xd6\xe9\x76\x07\x1b\x2f\xbc\xbd\x6a\x4b\x37\xd6\x9b\xce\xef\x7a\ \xfb\xfd\xc3\x54\x73\x39\x58\xeb\xe6\x77\x56\x9d\x6f\x11\xa8\xf3\ \xea\x5b\x6f\xbd\x7b\x3b\xa0\xb8\x9d\xe0\xcc\xb6\x75\x5b\x4f\xdf\ \x56\x34\x02\x00\x24\x1a\x6e\xbe\x7a\xf0\x67\x3f\xfc\xe9\x91\xca\ \x80\xa6\x20\x45\x55\x9b\x2f\x7c\xf4\x7f\xff\xe3\x37\x97\x5b\x43\ \xba\x6e\x1e\x5c\xfd\xc2\x4f\xde\xda\xde\xc3\x09\x21\x8a\x2a\xba\ \xb7\xad\xfc\xc5\x8b\xab\xf7\x07\x14\xc5\x8e\x6d\x24\xaa\x5a\x73\ \x7a\xfb\x86\x1d\x27\xfd\x66\xa0\xe1\xc6\x99\x37\x9f\xff\xc5\xa6\ \x93\xb7\x35\x97\xde\x72\xfd\xe0\xda\x8d\x87\xbb\x02\xa1\x96\xea\ \x4b\x6b\x5e\xfa\xc5\xba\x7d\xd7\x80\xaa\x0c\x72\xdd\x1f\x47\x5d\ \x4f\x88\x8b\xc7\x08\x43\x08\x20\x84\x1a\x51\x55\xa2\xa8\x8a\xd2\ \xd5\xd9\x19\x34\x42\x43\x8b\x0a\x52\x52\x92\x08\x86\x40\xd0\xe3\ \xc7\x8f\x1d\x3c\x74\xa6\xa5\x39\xe8\xed\x0e\x74\x77\xf9\x9a\x9b\ \xda\x9a\x1a\x5b\x7a\xbc\xbe\xf6\xd6\x0e\x7f\x57\x80\xf9\x19\xb0\ \xf8\xfc\x65\x0b\x52\xd2\xd2\x3f\xbd\x24\x87\x08\x01\xa3\xf3\x64\ \x59\xd5\xf4\x27\xfe\x6c\xf1\xf4\x71\xa5\x25\x39\xd5\x07\x36\x9c\ \xec\x49\x9c\x3c\x84\x6c\xfb\x60\xe3\xc1\x63\xc7\x8e\x9c\x2e\x8f\ \xca\x19\x96\xa4\x78\x4f\x1c\xda\x77\xad\xb2\xae\xaa\x4d\x14\xe5\ \xc6\x9f\xdf\xb1\x76\xe3\xde\x53\xe7\x4e\x9e\xb8\x1d\x72\x15\xe4\ \xa6\x11\xc9\x21\xd1\xac\x86\x8b\x5b\x4f\x34\xcd\x58\x3a\x27\xdc\ \x6a\x38\xb8\xe3\xd0\xad\x86\x9a\x53\x87\xf6\xdf\x0a\x46\x0e\xd1\ \x6f\x3f\xff\xea\xb6\x94\x71\x93\x93\x41\xc7\x9a\x97\x5e\x6a\x8f\ \xcc\xea\x38\xb1\xfe\xf5\x4d\x47\x6f\x5c\x29\x3b\x72\xba\x3c\x22\ \xab\x30\xc5\x11\x3a\x75\x68\xcf\x85\x8a\xfa\xcb\xa7\x0e\x96\xd5\ \x84\xf2\x86\x15\x45\x40\xef\x91\x2d\x6b\x37\xed\x3b\x79\xee\xd4\ \xf1\xdb\x86\xa7\x38\x3f\xf1\xf8\xfa\x17\xdf\xda\x76\xea\xe6\xe5\ \x93\x87\xcf\xd6\x24\x16\x8e\x88\xe5\xb5\xeb\xdf\x5a\x79\xe0\xf4\ \xa5\xeb\xf5\xde\x94\x9c\xe2\xec\xb0\xe0\x81\x23\xd7\xb2\xc7\x8c\ \x8c\x40\x52\xf6\xee\xd2\x31\x82\xd0\x06\xb7\x8c\x4c\x1b\xa2\x36\ \x9d\xde\x7b\x53\x94\xa6\x5b\x6b\xd7\x1f\x9d\xf8\xb5\x67\xc6\xe6\ \x65\x26\xea\xed\x9b\x77\x5e\x2a\x1c\x39\xe4\xf0\xfa\xb5\xa8\x74\ \xc5\xc3\x93\x0b\xd3\x92\x3c\xc7\xb6\x6d\x43\x43\x4a\xcd\x33\xef\ \x9f\x08\xe6\x3d\xf3\xe8\x8c\xac\xf4\x94\xd6\xb3\xdb\xaf\x18\x69\ \xd9\xe8\xda\x3b\x07\xda\x1e\xff\xf6\x37\x32\x5d\xbe\xdd\x9b\xb6\ \xab\x45\xb3\xe7\x4e\x1e\xee\x68\x3f\xb7\xe3\x52\x68\x54\x2e\xd9\ \xf0\xce\xde\x11\x2b\x9e\x99\x5c\x90\x99\x12\xe6\xdf\xba\xfd\x4c\ \x76\x69\x51\xd9\x07\x6b\x82\x79\x8b\x1e\x99\x5e\x9c\x99\x16\x79\ \x76\xc7\x56\x2b\x65\x04\xb8\xbe\x6d\x7f\x6b\xf2\xb3\x4f\xcc\xce\ \xc8\xc8\xe8\xb9\xbc\xb7\xcc\x1b\x5b\xe8\xa8\x5e\xb3\xe3\xf6\xc3\ \xcf\x3e\x95\x13\x8e\x04\x40\x0a\x11\x35\x57\xce\x54\xd4\x75\x75\ \x04\x94\xe1\x63\x86\x7b\xac\xda\x4d\xeb\x37\xb7\x4a\x77\xf6\xb0\ \x51\x05\x09\xd6\xd9\xe3\xe7\x1b\xdb\xbc\x5a\x62\xee\xf0\xec\xd8\ \xea\xd3\x3b\xb7\x1d\xbb\xa9\x45\xa7\x97\x8e\x1b\x11\xad\x42\x80\ \x10\x21\xb8\xee\xf2\xc9\xb6\xb0\xd2\xff\xf1\xed\x47\x46\x0c\x2f\ \xcd\xd4\xea\xdf\xf9\xe0\x58\xe6\x98\x89\x6a\xcb\x85\x72\x33\xe7\ \xcf\x9f\x7b\x62\x74\x69\x69\x7e\x94\xff\xfd\xf5\xdb\x3d\x45\xe3\ \x33\xc3\xf1\xa0\x34\xff\x23\x48\xf2\x9e\x9e\x9e\x80\xdf\x6f\x84\ \x0c\x33\x64\x76\x77\x76\x75\x77\x76\x01\x09\x82\x81\x20\xb3\xac\ \xf8\xb8\xf8\x21\x39\x43\xe2\x62\xe3\x22\xa3\xa2\x08\x51\xea\x5a\ \x2b\x2e\x56\x1e\xb9\x5e\x73\xe1\x7a\xe5\x75\x7f\x88\x02\xe4\x64\ \x9c\x48\x8e\x75\x55\x71\xea\x30\x22\xdc\x81\x7e\xe7\xce\xf9\xbe\ \xac\x0e\x24\xb5\x2c\xcb\x34\x51\x78\xea\x84\x71\xc5\xed\xd7\x2f\ \xf6\xe8\x89\xb3\x17\x2d\x7f\xfa\x9b\x4f\x0c\xc1\x4d\x87\xce\xdc\ \x14\x04\xc2\xb0\xec\x6f\xfc\xc5\xff\xfa\xc7\xe7\x16\x99\xb7\xf6\ \x7f\x78\xa2\x63\xea\x92\xaf\x3f\x3a\xaf\xe8\xe2\xae\xcd\x97\x1a\ \x2d\x95\x20\x84\x41\x57\x7b\xab\xe9\x8c\x8a\xd3\x09\x63\x16\x89\ \xce\x7a\xf4\xcf\xfe\xfe\x9f\xfe\x6c\x6e\xe3\xf1\x9d\xb7\x9d\xe9\ \xc9\x4a\xe7\xb5\x5b\x5d\x96\xbf\xb1\x3e\xe4\xcc\x4b\x0a\x6b\x6b\ \xec\x2c\x9a\xf7\xe4\xbf\xfc\xcb\xdf\xcf\xce\xf0\xbf\xf7\xde\x9e\ \x1e\x86\x81\x1a\x37\xff\xeb\xcf\xfd\xf3\xdf\x7e\x0b\xd7\x1c\x3f\ \x73\xab\xb3\xeb\xd6\xe1\x8f\x4e\xb6\x4f\x59\xf2\x8d\xc7\xe6\x0e\ \xbd\xb8\x6b\xf3\xe5\x86\x40\x77\xa7\x7f\xe8\x9c\xaf\xff\xeb\xbf\ \xfe\xdd\x50\xb5\x66\xef\x89\x0a\xa3\xe5\xea\x99\x2a\x36\xef\xe9\ \xef\xff\xaf\x67\x97\x26\xba\x80\x16\x11\xed\x12\x3d\x4d\x3d\x14\ \x23\x00\x21\x0c\x74\x36\x55\x54\x54\x54\xd7\x36\x9b\x12\x42\x20\ \x2d\xa6\x4c\x5e\xbc\x34\xb2\x6e\xef\x0f\x7e\xbe\x5a\x2d\x99\x3f\ \x35\x3f\x2a\xe0\x37\xd2\xc7\x2d\x98\x96\xdc\xf9\xfc\x8f\x7e\x72\ \x45\xe4\x2e\x9b\x51\x4c\x7d\x7e\x2d\x79\xc4\x23\xb3\x87\xec\x7e\ \xf9\x47\xab\xcf\x04\x17\x2e\x9f\x13\x21\x02\x41\x14\xb3\x70\xf9\ \xbc\xb6\xa3\x6f\xfd\xe4\x8d\x43\x45\x73\x97\x0f\x8d\x77\xf8\xeb\ \xae\xdc\xec\xd0\x46\x14\xa7\x98\x21\x30\x76\xd1\x23\x29\x3d\xc7\ \xff\xf3\x87\xaf\xcb\xbc\x99\xb3\x87\xc5\xf9\x7d\x81\xa4\xd2\xb9\ \x33\xb3\xe9\x2b\x3f\xfa\xc1\x89\x40\xfa\xf2\xf9\xa5\x20\xe4\xc5\ \xb1\xc3\x96\xcf\x29\x3a\xb0\xf2\x27\x6f\xee\x6f\x9e\xf3\xf0\xc2\ \x58\x6c\x99\x30\x7c\xfe\xf2\x05\xc1\x93\x6b\x7f\xf8\xca\x8e\xcc\ \x19\xcb\x4a\xa2\x69\x65\x65\x45\x79\x45\x75\xa7\x37\xe0\xf7\x9a\ \x43\x67\x2d\x4c\x0e\x5d\x3d\x53\xd9\x5e\x53\x76\xa4\x39\x62\xe4\ \x82\xb1\x09\x9d\x9d\x21\xee\xf3\x06\xf4\xf4\x25\xf3\x4b\xae\x1d\ \x3e\xdc\x16\xe8\x38\x7a\xe4\x6a\xf1\xfc\x25\x19\x8e\x60\x8f\x37\ \xd8\x52\x5b\x5d\x5e\x51\xd9\xd4\x15\xc4\x18\x49\xce\x4c\xd3\xb4\ \x2c\x91\x5e\x3a\x2d\x53\xe9\xba\x55\xd7\x06\x09\x91\x82\x99\xa6\ \x69\x18\x3c\x65\xf8\xd8\xfc\x18\x76\xfd\x46\x33\x26\x68\x90\xf1\ \xfe\x08\xac\xee\xf5\x7a\xbb\xbb\xbb\x43\x81\xa0\xe0\x4c\x08\xe1\ \xf7\xfb\xea\x1b\xea\x0d\xd3\x6c\x69\x6a\xbe\x55\x71\x4b\xd7\xf5\ \xb8\xf8\xb8\xf8\xd8\xf8\xdc\xdc\x21\x39\xb9\x71\x61\x89\xa6\x3b\ \x96\xbb\x22\x49\x54\x5c\x94\xc9\x99\x69\x51\x09\xb9\xaa\x71\x88\ \x03\x8a\x66\x41\xf4\x19\x3d\x68\x10\x42\x08\x11\x46\x90\x33\x8a\ \x54\xb5\xf3\xd6\xe9\x35\x6f\xad\x7c\x77\xf3\xee\xca\x16\xbf\xe0\ \xd4\x46\xac\x46\x08\x41\x28\x3a\x9a\xea\xbb\x7d\xde\x73\x87\xb6\ \xee\x39\x55\x97\x92\x9f\xe7\x01\x54\x48\x00\x81\xa4\x94\x42\xac\ \x10\x08\x80\x94\x88\xa8\x9a\xa6\x85\xa7\xa6\x27\x7a\x58\x97\x95\ \x38\xa6\x20\xba\xe2\xf2\x95\xba\xfa\x1a\x19\x95\x95\x1a\xeb\x94\ \x92\xe8\xba\xae\x3b\xa3\x46\x4e\x1c\x25\xdb\xeb\x3a\xfd\x16\x52\ \x54\x87\x43\x75\x46\x67\x64\xc6\xe9\x01\x6f\x4f\x5b\x4b\x63\xb7\ \xdf\x7b\xfe\xd0\xb6\xdd\xa7\xea\x52\xf3\xf3\xdd\x90\x4a\xac\xa8\ \xaa\xa2\x3a\xe2\x73\xd2\xe3\x8d\xee\x56\xe7\x90\xa9\x4b\xc7\xc5\ \xef\x5c\xf9\xc2\xdb\x5b\x4f\x79\xa9\x20\x8a\x42\x90\xb0\x2c\x09\ \x20\xc4\x04\x37\x5e\x3e\xb4\xee\x9d\x35\x9b\x76\x1e\xef\xe4\x08\ \x41\x20\x18\x25\xb1\x43\x17\x4c\xca\x6c\xed\x52\x1e\x9a\x37\x41\ \x63\xa6\x10\xcc\x02\x11\xb3\x17\x4d\x35\x9b\xbb\x86\xcf\x98\x9b\ \xe6\x12\x5c\x0a\xcb\x92\x43\xa7\x2d\xc8\xe0\xad\xce\xc2\x29\x63\ \x32\xc3\x2d\x26\x04\xa5\x31\x05\x13\xa7\xe6\xaa\x6d\x30\x7b\xfe\ \xc4\x21\x48\x9a\xe5\x17\x2f\xb2\xb8\xc2\x82\x18\xcd\xb2\x2c\x14\ \x9e\xb3\x60\x46\x5e\x63\x0b\x9a\xf9\xd0\x24\xa7\xb4\x24\x90\x16\ \x70\x4f\x9f\x3f\x1b\x36\x35\x16\xcc\x98\x93\xe1\x02\x94\x03\x6a\ \x89\x82\xa9\xf3\x72\xd4\x6e\x94\x36\x71\x72\x5e\x84\x65\x31\x66\ \x59\x9e\xec\xf1\x33\x0b\x3d\xed\x3c\x71\xde\xac\xe1\xac\xb5\x72\ \xcf\x87\xeb\xd6\xac\xdd\x74\xa9\xa6\x3d\x64\x50\x35\x31\x77\xf6\ \xc4\xcc\xb3\x5b\xd6\x6e\x3c\x5c\x53\x3a\x73\x46\xa2\x5b\x06\x03\ \x54\x84\x42\x41\x0b\xe6\x4e\x98\x99\x43\x6a\xd7\xbc\xf1\x4e\x2d\ \xce\x9a\x3d\x39\x1f\x1a\xc1\x90\xaf\xf5\xf0\xb6\x0f\xd6\xac\x7b\ \xf7\xd8\xf5\x56\x42\x90\x3d\x86\x08\x21\x08\x38\xe3\xb2\xcf\x9c\ \xd1\x77\x50\x0a\xce\x05\xc6\x83\x1c\xfe\x47\x72\xa1\x99\x8c\x32\ \xce\xa9\x14\x41\x6a\xea\xba\x2a\x20\xb0\x2c\x0a\x20\xe0\x96\x75\ \xa6\xec\xdc\xf8\xb1\xa3\xd3\x92\xe3\x23\x3d\xd1\xb3\xa7\xcd\x2e\ \x2a\x2a\xbc\x5a\x71\x53\x30\xd4\xdd\x1d\x0c\x86\x28\xc6\x8c\x06\ \xbd\xe1\x11\x1e\x40\xb9\x46\x88\x2f\xe8\xe5\xbf\x13\x41\x1e\xdc\ \xd7\x02\x0d\x10\xc6\x18\xc3\xae\xdb\x97\x76\x1f\xbe\x36\x64\xf6\ \xb3\x55\x47\x3f\x6c\x8b\x98\xfa\x5f\xdf\x9f\x7b\xea\xed\x1f\xed\ \xa3\x1c\x63\x28\xac\x90\xdf\x62\x40\x6a\xae\xb0\x08\x4f\x14\x59\ \xfa\xd4\x9f\x67\xba\x85\x61\x5a\x12\x00\x8b\x09\x8c\x91\xcb\x15\ \x06\xcd\xe6\x20\x17\x76\x70\xb7\xe0\xc2\x36\xf3\x08\x0e\x0b\x46\ \x8f\xd9\xbe\xfa\xe4\x47\xed\x32\xb5\x78\x69\x98\xc2\xb8\xe4\x86\ \x61\x4a\xc0\x1a\x2b\xab\xb8\x23\xc2\xe9\x20\x76\x19\x40\xc9\x99\ \x00\x50\x22\xe4\x09\x8f\xf0\x44\xa5\x2e\x7d\xea\x7b\x99\x6e\x61\ \x58\x4c\x91\x81\x73\x54\x48\x21\x84\x6d\x37\x06\x52\xe0\xf0\x59\ \x4f\x7c\x6f\x42\xc3\x85\x5f\xfd\xe4\xd5\xad\x71\x99\xcf\xe6\xd2\ \x10\x57\xc3\x3d\x58\x0a\xc9\x38\xcb\x99\xb4\xe2\x1f\x27\xd9\x2b\ \x57\xaf\xe5\x9a\x71\x10\x11\x15\x1b\x1f\x27\xc3\x5c\x92\x53\x09\ \x00\x90\x9c\xe1\xb0\xa8\x94\x84\xb8\xc8\x30\x97\xb0\x77\x37\x52\ \x00\xa4\xc7\x25\x26\xe3\x18\x0f\xec\x4d\xda\x95\x1c\xe2\x88\xd8\ \x84\x64\x5f\x8c\x06\x80\x0c\x75\x5e\xba\x52\x97\x3d\x7e\xb6\x03\ \x09\x0b\x02\xc1\xb9\x23\x2a\x36\x2d\xd1\xeb\x51\x09\x17\x14\x00\ \x20\xb9\x50\xf4\xb0\xf8\xc4\x94\x98\x48\x95\x73\x01\x00\x90\x42\ \x08\x5d\x8f\x8f\x4f\xb0\x62\xa3\x70\x6f\x28\xbc\xe4\x0c\x47\xc7\ \xc6\xc7\xc7\x85\xeb\xc8\xc4\x31\x79\x4f\xfe\xc5\x3f\x00\x88\x5c\ \x28\xf0\xee\xae\x90\x80\x38\x77\xfc\x54\xd7\xa6\x7f\xab\x8e\x9f\ \xf1\x6c\x51\xf2\xb5\x8b\xd0\x32\x42\xcc\x08\x59\x02\x10\x77\xfc\ \x94\x89\x43\xfe\xe9\xc7\x1f\xcd\xf9\xbb\x1f\x25\x3a\x0d\x29\xad\ \x90\x88\x7b\xe4\xbb\xff\x73\x21\x95\x8a\xc3\x51\xf6\x2e\x83\x08\ \x11\x82\x85\xe9\x3b\xbf\xfb\xa3\x3a\x92\xfc\x58\x46\x2c\x6f\x61\ \xf6\xaa\x87\x84\xff\xd2\x81\xbd\x37\xbc\x61\xdf\x1c\x9a\xd8\x9b\ \x07\x3c\x48\x5f\x30\x93\x4b\x00\x38\x90\x9c\x59\x94\x53\x2a\x28\ \x80\x08\x42\xc4\x29\x0b\x05\x03\x95\x55\xd5\x57\xaf\x5d\xd7\x30\ \x8c\x09\xf7\x84\x39\xf5\xb4\xc4\x1c\x5d\x89\x2e\xaf\x28\x6f\x6a\ \xe8\x10\x42\xa8\x58\x26\x26\xc4\x3a\x5d\x4e\x2c\x21\xb7\x68\x4b\ \xa8\x9d\x3f\x78\x01\x33\x88\x14\x1c\x6a\xd8\xb2\xe6\xf5\x0b\x11\ \xb8\xbb\xbd\xc3\x3d\x74\xd1\xa3\xd3\x8a\xbb\xcf\xdc\x3a\xb4\xe5\ \xe0\xf3\x2f\xde\xea\x28\xaf\x0f\x9b\xa4\xe8\x91\xc9\xc3\x52\xf0\ \xfb\x2f\xff\xe2\x4c\xe6\xb0\x45\x0b\xa6\x4f\xba\xbc\xf2\x37\x3f\ \xfb\x71\x7c\x98\x23\x2e\x7b\xf4\xa2\x05\x63\x74\x4a\x05\x13\x91\ \xc9\xa9\x11\xf4\x64\x65\xbb\x31\x1a\x0a\xd3\xb4\x84\x84\x00\x08\ \xcb\x34\x2d\xca\x3c\x79\x23\x47\xc4\xed\x78\xfb\x24\xfc\x87\xa7\ \x72\x80\xd5\x85\xb1\x79\x76\xc7\x86\x9f\x5f\x72\x34\x36\xf4\x4c\ \x79\xec\xbb\x71\x9a\x2f\x14\x32\x6c\xf7\x10\xb3\x4c\xd3\xe0\xa9\ \x63\x66\x4d\x3c\xfe\xeb\x97\x7f\xf6\xe3\xb8\x70\x47\x5c\xf6\xd8\ \x15\x0b\x0a\x05\x35\x29\x17\x10\x40\xce\x2c\x2a\xa0\xd1\x74\xfe\ \xad\xf7\x8f\x03\x05\x84\xdc\xc9\x59\x89\x61\x4d\x35\xa7\x4c\x4f\ \x72\x9a\x47\x65\xd2\xb2\x0d\x0d\x08\xc2\x7b\xa2\xe5\x38\xb5\x42\ \x21\x73\x40\xb9\x41\x20\x05\x0b\x85\x42\x74\x60\xbd\x6e\x29\x2d\ \x23\x64\xde\xe5\x72\x97\xcc\x32\x42\x86\x05\x31\xf6\xd6\xdf\xb8\ \xd9\x13\xf6\x68\x5e\x2a\xec\x2b\x51\x26\x98\x15\x0c\x19\x6c\xc0\ \x5d\xa4\x60\x46\x28\x64\x7d\xac\x4d\xc3\xba\xa7\x4d\x33\x64\x58\ \x5c\x02\x00\x20\xc6\x08\x22\x0c\x18\xf3\xf5\x04\x31\x12\x42\x4b\ \x5a\xfe\xed\x3f\xef\xd1\x52\xc2\x11\x03\x10\xf8\xfd\xbe\x50\xc0\ \x32\x2c\x01\x00\x4b\x28\x98\xf6\xfd\xbf\xcf\x4a\xc9\x8f\x65\xac\ \x41\xd0\x90\x2f\x10\xc2\x4a\x24\x16\x1c\x41\xa8\x29\xe8\xf6\xb9\ \x9d\x2f\xfc\xaa\x8a\xfb\xbb\xbb\x4c\xfd\x91\xa7\xbe\x31\x24\x02\ \x5e\x85\xa4\xed\xda\xc1\x5f\xbf\xd8\x42\x4c\x6f\xa7\x0f\xcc\xf9\ \xc6\x33\x23\xe2\x15\x6a\xb1\x41\x96\xfb\xe2\x09\x3a\x9d\xce\x01\ \x6a\xb3\x84\x10\x3b\x1c\x0e\x85\x90\x50\x20\x80\x01\x58\x3c\x7f\ \xce\xa4\xb1\xa3\x12\x62\xa3\xdc\x9a\xea\x70\xba\x34\xa7\xbb\xba\ \xa6\xe6\x6c\x59\x99\x25\x45\x6d\x43\x5d\x20\x14\x52\x14\x45\x21\ \x84\x9a\xb4\xa2\xa2\xfc\x17\xbf\x7e\x6d\xd2\x94\xe9\xe6\xa7\xc7\ \x91\x85\x10\x0a\xda\x5a\x5f\xdd\xd4\x19\x94\x58\x8d\x8c\x4d\xca\ \x48\x89\x85\x9c\x01\xc9\x5a\xea\xab\xeb\x5b\x7d\xc4\x11\x96\x9c\ \x92\x1c\x1d\xe1\x62\xfe\x8e\xaa\xca\xdb\x06\x89\xc8\xc9\xcb\x74\ \x71\x5f\x55\x65\x75\x57\x48\x46\x25\xa4\xa6\x26\x46\x42\x21\x00\ \x80\xaa\x06\x8e\xbc\xf3\xc2\x09\x3e\xea\x2f\x1f\x2d\x69\x69\xe8\ \x89\x4a\x4a\x76\xa1\x50\x63\x43\xab\x1e\x9b\x9e\x12\xa3\x9c\x7e\ \xef\xd7\xdb\x1a\xd3\xfe\xfa\xbb\x8b\xc3\xac\x96\xb5\x2f\xbe\xd4\ \x9a\x31\x6d\x72\x56\xb8\x1e\x95\x94\x95\x12\x0b\x0c\x6f\x43\x53\ \x87\x27\x2e\x31\x5c\x47\x6d\x8d\xf5\xc2\x15\x1b\x1f\xe5\x96\x46\ \x4f\x75\xdf\x2d\xd2\x12\xc3\x3b\x1b\xeb\x85\x3b\x2e\x3e\xdc\xe1\ \x6d\x6b\xf0\x4a\x77\x82\x47\x54\x55\xde\xf6\x9a\x20\x3a\x25\x2b\ \x27\x56\x6e\x78\xe9\x85\x50\xf1\x13\x4f\xcd\x1c\x42\x3f\x29\x09\ \x0c\x22\xee\xef\x68\xec\xa2\x09\xa9\xf1\x6a\x6f\x4c\x0f\x04\x22\ \xd8\xd8\xd0\xe1\x89\x4b\x0e\xd7\xa1\xcd\xa7\x08\x88\x8e\xa6\x46\ \xea\x8a\x89\x8f\x70\xda\x45\x6a\x11\x82\xfe\xce\xe6\x4e\x43\xcb\ \xc8\x48\xb8\xf2\xe1\x8b\x5b\x9a\x32\xff\xe6\x7b\x0b\x54\xc3\x10\ \x00\x40\x08\x59\xa8\xbb\xb1\xcd\x88\x4f\x4e\xd0\xb0\x9d\x34\x00\ \x21\x33\x9a\x1a\x5b\x1d\xf1\x49\x11\x1a\xb1\x0f\x21\x24\x3a\x9a\ \x1a\x2c\x35\x3a\x31\xda\x69\x2f\x3a\x10\x22\xa3\xbb\xb9\x2d\x48\ \x92\x92\x63\x70\xdf\x21\x28\x58\x5b\x63\x23\x8c\x88\x8f\xf1\x68\ \x08\x11\x04\x38\x13\x32\xd8\xd9\xd2\x49\x1d\x09\x1e\xd9\xd4\x1e\ \x8a\x4b\x49\xd0\x20\x24\x0a\xe1\x94\x4a\x61\x35\x37\xb6\xa8\x91\ \x09\xd1\x6e\x45\x08\x09\x11\x32\x7b\x5a\x6f\xd7\x35\x05\xa8\xd4\ \x5c\xe1\x29\x69\xe9\x31\x6e\x62\x31\x6e\xf9\xbb\x6a\x6f\xd7\xfb\ \x2c\xa1\xea\xee\xc4\xb4\x8c\xf8\x70\x8d\x0e\x82\x59\x7c\xf1\x76\ \x75\x4c\xaa\x2a\xcb\xa1\xcb\xe5\x1a\x50\xcb\x9e\x49\x09\x5d\x2e\ \x97\xcb\xe9\xc6\x10\x18\x01\x7f\x69\xc9\xb0\x99\x53\x26\xc4\x45\ \x86\x69\x04\x43\x08\xc3\x23\xa2\x54\x5d\xbf\x79\xab\xea\x76\x53\ \x3d\x03\xc2\x64\xcc\x34\x2d\xc1\xa5\xcf\xeb\xbb\x72\xe9\xd2\x2f\ \x5f\x7a\xf9\xc1\x98\xdc\xf6\x32\xa9\x2a\x46\x10\x00\x29\x38\xa7\ \x8c\xd9\xf3\x55\x51\x7a\x0f\x32\x4a\x19\x13\x88\x10\x45\x21\x50\ \x72\xd3\xa4\x00\x61\x45\x51\x10\x04\x9c\x51\xda\x17\x92\x01\xb1\ \xc2\xdb\xaf\xac\xde\x78\x76\xf2\x63\x4f\x0d\x8b\x45\xa1\x90\xc9\ \x01\x76\xb8\xb4\x96\x6b\x27\xb6\xef\x3e\x5c\x1f\x0a\x5b\xf0\xc4\ \xd7\x86\x27\x79\x08\x6d\x7f\xfb\x67\xbf\x64\xd3\xbe\xfb\x67\xd3\ \xb2\xcd\x50\x88\x52\x26\x21\x52\x14\x22\xa8\xc5\x24\x50\x14\x15\ \x08\x4a\x99\x44\xf8\xae\x5b\x90\xde\xe3\x02\x2b\x2a\x06\x82\x72\ \xa0\xaa\xbd\xe9\xe7\x5d\x55\xc7\xde\xd9\x59\xb3\xf8\x9b\x8f\x27\ \xab\xbf\x2d\x68\x0e\x22\xa2\x10\x78\xf7\x2c\x47\x8a\x4a\x04\xb5\ \x06\x5a\x9b\x89\xa2\x42\xc1\xe8\x00\x89\x8f\xb0\x42\x30\x82\x66\ \xfd\x6f\x7e\xfc\x52\xe4\xdc\xef\x7f\x7d\x4c\x6c\xd0\xea\x7b\x65\ \x84\x15\x82\xee\x6a\x13\x42\x45\x51\x04\xa5\x5c\x0e\x8c\x20\x50\ \x91\x64\x03\x55\x06\x88\x15\x05\x49\xeb\xae\xba\x1c\x90\xa8\x0a\ \x60\x74\xa0\x5e\x80\xb0\x42\xa0\xb0\x04\x50\xef\xb9\x0b\x80\x8a\ \xaa\x08\x76\x07\x21\x1f\x62\xa2\xf6\xda\x43\x04\x67\xcc\x2e\x90\ \x0c\x11\x51\xd5\x7b\x0f\x0e\xd2\x1f\x87\xc9\x35\x4d\xeb\x07\x51\ \xe5\x9c\x02\x00\x31\x26\x8a\xa2\xa8\x84\x40\xce\x86\x64\xa6\xcf\ \x9d\x35\x3d\x2e\x22\x4c\x57\x30\xe7\x94\x60\xd5\x13\x11\x4e\x1c\ \xce\x5b\xb5\xb7\xdb\xba\xbb\x42\x26\x0d\x86\x0c\xc3\x34\xbb\x3a\ \x7b\xae\x5d\xbd\xf6\xda\x6b\x6f\x4c\x9a\x32\xd5\xfc\x9c\x10\xe1\ \x3f\x83\xf5\xce\x32\x02\x92\x38\x34\xd2\x0b\xf4\x82\x10\x0a\x75\ \x35\x55\xd5\xb5\x87\xa7\x64\xa7\x46\xbb\x38\x17\x08\xb0\x8e\x96\ \x56\xe9\x8e\x89\x76\xab\x9f\x4b\x04\x2e\xa7\x16\x15\xc8\xe1\x50\ \xe4\x1f\x2e\xa2\x0b\x22\xc8\x02\x4d\xcd\xdd\x9e\xf8\x24\x37\x19\ \xcc\x89\x1b\xa4\x07\x66\x72\x62\xd7\xb8\xb6\xf9\x5c\x4a\x89\x31\ \x96\x52\x5a\x96\x25\x28\xc5\x52\x06\x83\xc1\x50\x30\xc8\x3c\x4e\ \x43\x30\x24\xb9\x65\x99\x4c\xf0\xf8\x54\x67\x4c\x4c\x4c\x55\x6d\ \x2d\x07\xc8\x30\x2c\xd3\xe4\x8c\x4b\xa2\x68\x7f\xdc\x02\x9b\x52\ \x02\xcd\xe9\x91\xe2\x8e\x18\x13\x42\xe8\x91\xc9\xc3\xe3\xd3\x45\ \x9f\xcc\x17\x80\xc4\xa6\xa4\x03\x7e\x97\xc8\xfa\xbd\x4c\x1a\xaa\ \xae\x22\xc0\xff\xa0\x62\x4a\x0a\x89\x5d\xa9\x99\xe1\xf7\x88\xfd\ \x41\x1a\xa4\x4f\x3b\x4b\x11\x42\xfd\x55\xcb\x11\x22\x08\x11\xbb\ \x0a\x02\x92\x52\x50\xcb\xb2\xac\x40\x30\x28\x25\x60\x8c\x12\x04\ \x84\xe0\x94\x9b\x3e\x6f\x0f\x80\xb8\xbb\xb3\xa7\xdb\xeb\x87\x48\ \x09\xf8\x8d\x50\xc8\x70\xaa\x6e\x88\xd0\x1f\x15\xbb\x40\x8a\x8f\ \xc5\xe1\x48\xc1\x4c\x63\xa0\x5e\x2a\x19\xb5\x3e\xd7\x95\x45\x7c\ \x21\x25\xd2\x04\xb5\x06\x51\x5f\x06\xe9\x33\x12\xc2\x18\x13\x42\ \x6c\xb8\x45\xa7\xd3\xa9\xeb\xba\xaa\xaa\x84\x10\x88\x10\x42\xc8\ \x30\x8c\x60\x30\xc8\x39\xa3\xd4\x62\xd4\xe2\x82\x05\x83\x81\x60\ \x30\x08\x38\x57\x31\xb9\x74\xfe\xa2\x86\xb4\x25\x0b\x96\x0e\xcb\ \x1f\x16\xec\x09\x32\xca\x06\xcb\x65\x0f\xd2\x20\x7d\xe9\x98\xbc\ \x9f\x20\xb4\xc1\xcf\xec\xa4\x0e\x4c\x08\x41\x08\x53\x4a\x83\xa1\ \x20\x65\x8c\x73\x1e\x0c\x85\x2c\xd3\xe0\x9c\xfb\x7d\x5e\xc1\x85\ \xc7\xed\xa6\x21\x6b\x48\x56\x8e\x4b\xd5\xe2\x22\x62\x72\x33\x73\ \x08\xc6\x7f\x54\x49\x0e\x31\x21\x0f\x14\x8f\x03\x11\x51\x08\xfe\ \x23\xec\x94\x08\xf9\x22\x6b\x19\x41\x84\x15\x32\x58\x3c\xe9\x2b\ \xcc\xe4\x42\x08\x21\x04\x63\x8c\x31\x66\x59\x96\x69\x5a\xd4\xb2\ \x38\x67\x82\x0b\x29\x05\xe7\xc2\x32\x2d\xd3\x30\x2c\x4a\x29\xb5\ \x2c\xcb\xe0\xcc\x32\x42\x21\xc1\x98\xc7\xe1\x8e\x8f\x8d\x4f\x4b\ \x4a\x75\x28\x7a\xa4\x3b\x3c\x2f\x3b\x57\x51\x55\xf9\xe0\x40\x8e\ \x44\x51\x35\x4d\xb3\x13\x15\xef\xaf\x07\x40\x44\x94\xdf\xcd\xbd\ \x18\xf2\x96\xba\x9a\x2e\x43\x7e\xca\xea\xa7\x10\xa1\x50\x67\xc3\ \xad\xdb\xad\xe0\x0b\xd5\x3e\x20\x04\xbc\xa5\xae\xa6\xcb\x84\x9f\ \x18\x00\x06\x91\xa2\x28\xb8\xef\x85\x31\x51\x08\xc6\x98\x28\xa4\ \xef\x02\x88\x88\xa2\x10\x84\x89\xa2\x10\x78\xd7\x25\xbd\x4e\x81\ \xbe\x8e\x55\x08\x82\x10\x21\x16\xec\xa8\xac\x69\x02\x8a\xd6\xdf\ \x89\x08\x2b\x0a\xc1\x98\x28\xca\x9d\x36\xf1\xa7\x68\x13\x60\xe5\ \xce\x63\x0c\xd0\x06\xef\x5a\x2b\x21\xc2\x8a\xa2\xc0\xfb\x9d\x7f\ \xcf\x99\x77\x8e\x13\x45\xeb\x9b\x04\xfd\xc3\x87\x30\xe9\x9b\x19\ \x77\x7a\x63\x90\x3e\x8b\x50\x41\x08\xd9\xa9\x14\x42\x08\x1b\x27\ \xd4\xfe\xca\x05\x17\x9c\x11\x04\x13\xe3\x62\xa2\x23\x23\xa4\x10\ \x50\x72\x01\x38\xe3\x1c\x42\xa2\xeb\x4e\xd3\xa0\x9d\x6d\x5d\x85\ \x79\x45\x91\x9e\x48\xa7\xee\x40\x18\x67\xe4\x67\xc4\x25\x24\x88\ \x4f\x1f\x12\x03\x21\x90\xac\xa3\xe9\x76\xf5\xed\x86\x96\xf6\x2e\ \x53\x2a\xe1\x61\x6e\x04\xf8\x5d\xda\x00\xc2\xc0\xec\xbe\x74\xb9\ \x5c\x09\x8f\x71\x2a\xe8\x93\x96\x10\x44\x34\x5f\xd5\xe1\x37\x3f\ \x38\x93\x33\x72\x54\x8c\x2e\x3f\x85\x81\x0a\x2a\xba\x7a\xeb\xf0\ \xfb\x9b\x2e\x04\x26\x8d\xca\x93\xe2\x0b\xab\x3d\x0e\x35\x22\xca\ \xb6\xad\x3d\xd4\xe0\x18\x59\x94\x7a\x9f\x32\xcf\x10\x01\xea\x6f\ \x68\x68\x06\x8e\x30\x1d\x01\x80\x71\xa0\xa3\xa9\xdd\x6f\x04\x7b\ \x3a\x82\x42\x75\x39\x08\x00\x48\x98\x5d\xf5\x2d\x3d\xdc\xf0\xb6\ \xfb\x99\xdb\xed\x84\x00\x40\x61\x35\xd7\x37\x99\xc2\x6a\x6b\xed\ \x71\x78\xdc\x18\x42\x8c\x64\x67\x4b\x7d\xb7\xa5\x46\x87\x6b\x37\ \xf6\xaf\xdf\x72\x39\x90\x1c\xe3\x21\x9a\xae\x11\x04\x21\x0a\xf5\ \xb4\x34\x77\x9b\x96\xaf\xbd\x87\xab\x1e\x87\x22\x21\x94\x86\xaf\ \xb1\xb9\x93\xd2\x40\x47\x97\xe9\x0e\x77\x02\x09\x30\xb0\x9a\x1a\ \x9b\x0d\x4a\x3b\x3a\xba\x14\x57\xb8\x0a\x25\xc4\xa8\xa7\xb9\xa1\ \xcb\x84\x6e\xa7\xda\xbf\x98\x43\x04\x83\x5d\xad\x1d\x01\xe1\x76\ \xeb\x36\x64\xbd\xa4\x81\xe6\x96\x4e\xc5\xe5\x52\xa0\xe8\x6a\x69\ \x0e\x41\xcd\xa9\x62\x29\x01\x44\x98\xfa\xda\x5b\x7a\x4c\xa7\xcb\ \x81\xc0\x40\xc7\x1f\x0c\x76\x36\x56\xd5\xdc\x6e\x6c\x6d\xf7\x19\ \xc2\x15\x16\xa6\x61\x20\xa5\x0c\x75\xb7\xdd\xae\xa9\x69\x68\x6e\ \xf5\x06\xa9\xee\x09\x77\x10\x30\x98\x94\xfe\x19\x14\xf5\xae\xae\ \x0e\x34\x70\x17\x6d\x7f\x92\x10\x48\x8c\x90\x42\x24\x46\x54\x30\ \x6f\xd0\x6f\x51\x4b\x70\x6e\x18\x26\xe7\x92\x51\x21\x28\xe7\x26\ \x53\x00\xd2\x89\x82\xa4\x14\x9c\x49\x20\x15\x55\xc1\x18\x3d\x90\ \x20\x47\x08\x23\xa3\xed\x9d\x5f\xfd\x70\xe5\xc6\x5d\xfb\xf7\xee\ \x58\xf5\xea\x0b\xaf\xbe\x7f\xd8\x2f\x88\xed\x21\x97\x12\x60\xa2\ \xa8\xaa\xca\xbb\x6b\xb7\x6c\xfa\xa8\x21\xc0\x11\xec\x15\x2f\x08\ \x48\x00\xf1\x1d\x99\x03\x90\x82\xfc\x47\xf7\x1e\x0f\x2f\x9a\x94\ \x13\x85\x05\xb0\x97\x7d\x88\x31\x86\xf6\xff\x10\x94\x52\xa2\x3e\ \x61\x88\xfa\x24\x98\xe0\xd4\x62\xdc\x16\x7a\x18\x01\x09\x20\x51\ \x14\x04\xed\x4c\x32\x64\x57\x7a\x23\x44\xc1\x77\xca\x31\xd8\x67\ \xf6\xa2\xa9\xf7\xca\x25\x09\xfa\xc4\x6c\xef\x7e\xc1\x0e\x44\xb1\ \x9b\xb2\xfd\xf0\x10\x00\x4c\x14\x8c\x80\x94\x82\x21\xe7\xa8\x09\ \xa3\xda\xce\x1d\xbc\xd9\x6e\xe2\x8f\x29\xd1\x10\x62\x05\x06\x77\ \xbd\xfd\xc2\xea\x7d\x37\x15\x97\x4b\x17\xed\xef\xbd\xf2\xc2\xde\ \x1b\x1d\xd5\x47\x37\xfc\xfc\xcd\x9d\x21\xe4\x70\x39\xe0\x99\xcd\ \x6f\xbc\xb9\xfd\x52\x4f\xc3\xd9\x5f\xfc\xf4\xd5\x4a\x1f\x70\xb9\ \x9c\x6d\x97\x77\xfe\xf2\xf5\x2d\xed\xde\xe6\xb5\x2f\xfe\x6c\xd7\ \xb5\x2e\xa7\xcb\x25\xba\x6e\xbe\xf2\x8b\x5f\x5f\x68\x36\x89\xf0\ \x96\x5d\xa8\xcf\x2e\x48\x3b\xfb\xee\x2f\x5f\xdb\x7e\x05\xeb\x4e\ \x0d\x7a\x3f\x7c\xed\xf9\x9d\x97\x9b\xeb\xce\x6e\xfe\xf9\x2b\x5b\ \x7c\x48\x77\xe9\xe8\xd2\xce\x95\xaf\x6e\x29\xf3\x35\x5f\x7c\xfe\ \x17\xbf\xbe\xda\x01\x5c\x2e\x47\xd7\xcd\xfd\xbf\x7a\xf9\xbd\x36\ \x7f\xfb\xfb\xbf\xfe\xc5\xd6\xf3\xcd\xba\xcb\x89\xfd\x95\x6f\xbc\ \xf0\xd2\xc9\xda\xe0\x00\xe5\x1f\xa9\x3a\x3c\xbf\xe5\x95\x7f\xf9\ \xf1\x9b\x4d\xa6\xa2\x62\xa8\x69\xe4\xd6\xa1\xd5\x7f\xff\x2f\x2f\ \xd7\x5a\x48\x87\xc6\x96\x17\xff\xe9\x87\xef\x1c\x13\x8a\x06\x21\ \xd6\x15\x63\xe7\x6b\x3f\xfa\xc1\x1b\x3b\x02\x58\x1b\x20\xdd\xa1\ \xa2\xc0\xa3\xef\xbe\xf4\xcb\x37\xde\x3d\x78\x70\xdf\x07\x6b\x5e\ \xfd\xd5\xab\x1b\xaa\xba\xa4\xcb\x0d\xcf\x6d\x7b\xeb\xa7\x2f\xbd\ \xb3\xff\xc0\xfe\x4d\xeb\x57\xfe\xf2\xc5\xb7\xaf\xb4\x98\xea\x60\ \x7e\xcb\x67\xdd\x1e\x92\x01\x4c\x6e\xe3\x00\xc0\xde\xdc\x02\x20\ \x21\x90\x51\x61\x9e\xb8\xa8\x48\x05\x22\xc1\x2d\x29\xb9\x94\x10\ \x61\xac\x2a\x1a\x63\x20\x3c\x22\xca\xed\x0e\x73\xbb\xc2\x04\x97\ \x8a\xa2\xc6\xa6\xc7\xc5\xc6\xc7\x7f\x7a\x49\x0e\x11\x92\xa1\xf6\ \x63\xa7\x2b\x1f\xfa\xd6\x5f\x3d\xb1\x60\xca\xb0\xac\xc8\x53\x1f\ \xae\xb9\x81\x72\xc7\xa7\xb1\x8d\x6b\x56\x6d\xda\xb6\xfb\xcc\x8d\ \xd6\xe4\xbc\xc2\x48\xd9\x75\xe2\xe0\xce\xd3\x17\xae\x5e\xa8\x09\ \x0e\x2d\xca\xa8\x3d\xf5\xd1\xaa\x0d\x5b\xf6\x1f\x39\xe3\xd3\xe2\ \x73\xd2\xa2\xa1\x10\x90\xa8\xa2\xe5\xca\xe6\x83\x35\xd3\x56\x2c\ \x71\x37\x1f\x79\x65\xdd\xc9\xb4\xe1\x63\x63\x69\xf9\x5b\xaf\xbf\ \x0b\xb2\x47\xc1\xeb\xdb\x5f\x5a\xf9\xde\xd1\x63\xc7\x8e\x9e\xab\ \x8c\x4c\xcf\x4d\x89\x76\xfb\xea\x2e\xac\x79\xf3\xad\x1d\x87\x4e\ \x5f\xb9\x5e\x21\x62\x0a\x67\x4f\xc8\x6d\xbc\x74\x70\xf5\xaa\x0d\ \x7b\x0f\x9e\xa8\xf1\xa9\x79\xf9\xd9\x46\xf5\xf1\xd7\x5e\x5f\xb5\ \xe3\xe0\xa9\x0e\x10\xe1\xf4\x5e\x5a\xb5\xea\xdd\xfd\x27\x2f\x58\ \x9e\xcc\xa2\xf4\xf0\xca\x53\x3b\xdf\x5e\xfd\xee\xbe\xc3\xe7\x58\ \x6c\x76\xa6\xcb\xfb\xe1\xea\x95\x1b\x77\xec\x3b\x73\xad\x31\x26\ \x33\x2f\xd1\x61\x1e\xfc\xe0\x8d\x55\x1f\xec\x3a\x71\xb5\x25\xb3\ \x20\xd7\x7f\x63\xff\xdb\x6b\x3f\xd8\x77\xf0\x44\x8b\x8c\x28\xcc\ \x4d\x69\xb9\xb4\x7f\xe5\xaa\xf5\xfb\x8e\x9c\xf7\x6b\xf1\xc3\x47\ \xe4\xb4\x9c\x3f\x58\x47\x72\x46\x64\x84\xf3\xbe\xa8\x33\xdb\x8d\ \x29\xa5\x80\x7a\x54\x56\x0c\xdb\xb5\xed\x68\xea\xe8\x09\xde\xd3\ \xef\xed\x6f\x49\x7c\xfa\x6b\xf3\xf2\xd2\xa3\x2f\xed\xdd\xda\x15\ \x37\x22\x9b\x5d\x7e\x7b\x7b\xf5\xa2\x6f\x7e\xa3\xb4\x20\xc3\xb8\ \x79\xf0\x68\xa3\x67\x62\x81\xba\x7e\xe5\x87\x69\x0f\x7d\x7d\xde\ \x98\xa2\x28\x7e\x7b\xeb\xc1\xca\x91\x93\x86\x5d\xf8\xe0\xed\xba\ \x98\x69\x4f\x2e\x2c\x0d\xdc\x3a\xbc\xfd\x9c\xf7\xa1\x15\x8f\x8e\ \x4a\x91\x3b\x37\xef\x8f\x1e\x3e\x81\x5f\xda\xbc\xbd\x2a\xfc\x9b\ \x4f\x2e\x2e\xca\x8a\x2f\x3f\xf8\x51\x83\xab\x28\x4f\xad\x58\xb9\ \xe9\xf2\xec\x27\xbe\x39\x66\x58\x0e\xaf\x39\x71\xa0\x12\x4d\x2a\ \x0e\xdb\xb8\xf2\xdd\xe8\xc9\x8f\x2d\x9c\x50\x12\x8b\x9a\x3e\xda\ \x7b\xad\x78\x62\xe9\xf5\xad\xab\xca\x1d\xa3\xbf\xb9\xa8\x14\x5a\ \xfd\x45\x5a\x90\x42\x8c\x1b\xa7\x8e\x5f\xb8\xd9\x08\x22\x33\x87\ \xe7\xa7\xb2\x8e\x1b\xef\xaf\xfb\xb0\x89\x47\x97\x4e\x19\x97\x84\ \xbd\xa7\x4e\x1e\xbf\x79\xab\x23\xae\x70\x64\x7e\xa2\xa7\xe5\xd2\ \xbe\xb5\xbb\x4e\x11\x4f\xfa\xe8\x31\xa5\x61\x98\xde\x09\xa5\x41\ \xe2\xf2\xc9\x13\x11\xe3\xbe\xf6\xfd\xa7\x17\x95\x16\xe7\x75\x5f\ \xd8\xba\xe5\xb2\x39\x61\x5c\x7e\xcd\xd9\xa3\x62\xc8\x92\xff\xfd\ \x67\x0f\x8f\x1c\x51\xc8\x2a\x0e\x6c\x3c\xde\x58\x32\x76\x84\x07\ \x0e\x46\xd5\x3c\xb8\x24\x97\x77\x23\x77\xf7\xab\xee\x42\x08\x08\ \xa0\x14\x22\x14\x32\x7c\x3e\xbf\x61\x1a\x9c\x33\xc6\xa8\x90\x4c\ \x08\x61\x59\x56\x78\x44\x58\x4e\x4e\xb6\xe6\xd0\x83\x66\xc8\x62\ \x94\x31\x2e\xc5\x67\xe9\x7f\xd8\x5b\x26\x01\x46\xe5\x94\xce\x9d\ \x5a\x58\x79\xfa\x54\x8f\x1a\x37\x7d\xe1\xa3\x7f\xfe\xdc\x37\xe3\ \x7b\xae\x6c\x3f\x76\x03\x28\x10\x7a\x32\x56\x3c\xf3\xe7\xdf\x7f\ \x72\x8e\xb8\x7d\x78\xdd\xce\x8a\xf1\x0f\x7f\xfb\x1b\x0f\x65\x1e\ \xde\xb8\xe1\x6a\x9b\x54\x09\xc4\x18\x75\xb6\x34\x05\xf4\xa8\x54\ \x8f\x46\x4d\x5f\x6b\x6b\x27\x05\x08\x49\xab\xbd\xb5\x2d\xc4\x41\ \x4b\xd5\x4d\x23\x66\xc4\xf7\xfe\xf2\xbb\x23\x9c\x75\x1f\x6c\x3d\ \x25\x81\x6f\xc7\xfa\x77\x3b\x62\x27\xfc\xd9\x77\xbe\x31\x36\x37\ \x1e\x48\x28\xba\x6e\xbe\xfb\xde\xbe\xf8\x29\x8f\x7f\xf7\x1b\xd3\ \x6b\x0f\xbe\x7f\xa8\xa2\xc7\xdf\x58\xd1\xc0\x93\x9e\xfa\x1f\xdf\ \x5b\x58\xe2\xdc\xb9\x71\x87\x5a\xb2\xf4\x7f\xfe\xf9\x53\x63\x73\ \xe3\x7c\xb7\x4f\xad\x7e\xff\x68\xd6\x8c\xc7\x9f\x7b\xf6\x89\xb1\ \xe9\xda\xfe\x0d\x6f\x5f\x61\x99\xcf\xfe\xf9\x73\x23\x3c\x75\x6b\ \xd6\xee\xe8\x36\x8d\x1b\xd7\x6f\xe7\xcf\x7e\xfc\x7b\x4f\x2f\x0e\ \xeb\xb9\xb8\xe6\x83\x53\x05\x73\xbe\xf9\xed\x15\xa5\x97\xb6\xbd\ \x7b\xb6\xb6\xeb\xc4\xce\x6d\x66\xc6\xcc\xff\xf9\x57\xdf\x9e\x94\ \x17\xc7\xa0\x2b\x39\x21\xac\xb9\xae\x5e\xda\x35\xdb\xa5\x30\x43\ \xa1\x60\x28\x64\x71\x01\x01\xe0\x96\x15\x3b\x6c\xd6\x43\xf9\x60\ \xc3\xab\x2f\xae\x3f\xd4\x38\x7d\xc9\xc2\x58\x6c\x82\xc8\xdc\x15\ \x0b\x87\x9f\xdb\xf4\xe6\x8b\x6b\xf6\x26\x4d\x5c\x38\x2a\x49\x0d\ \x50\xf7\xec\xe5\x4b\xc1\x8d\x1d\xcf\xbf\xb8\xb2\x3d\x7a\xf4\xc2\ \x71\x19\x41\x9f\x51\x38\x7d\xc9\x30\xed\xf6\x6b\xcf\xbf\xb4\xaf\ \xce\xb9\x74\xf1\x64\x0f\x0a\x5d\x2b\xbb\xac\xa6\x0e\x4b\x77\x51\ \x57\xce\xa4\x45\x23\xdd\x9b\xdf\x78\x69\xf5\xbe\xaa\xc9\x4b\x16\ \x25\x2b\x21\xcb\x99\xb1\x6c\xf1\xd8\xab\xdb\xdf\xfe\xf5\xca\x9d\ \x51\x63\x16\x8d\xcf\x74\x86\x0c\x65\xfa\x92\xc5\x7a\xe5\xde\x17\ \x7e\xfd\x56\x95\xa3\x64\xd1\x94\x3c\x33\x68\xe4\x4c\x5a\x34\x26\ \xa2\xf1\xcd\x5f\xbf\xb8\xeb\xba\x5c\xb0\x68\x86\x4b\x58\x62\xa0\ \xaa\x4d\x8d\x6e\xcb\x31\x7d\xee\xa4\xa6\x33\x07\xeb\x42\xe2\xfa\ \x91\x03\x66\xc6\xc4\x49\x43\xb4\xce\x4e\xca\xac\xce\x90\x33\x7f\ \xfe\x84\xe4\x13\xfb\x8e\x85\x78\xe0\xc8\xc1\xb2\xdc\xa9\xf3\x92\ \x35\x33\x60\xd0\x7b\x12\x16\x7b\x83\xfd\x05\xd0\x23\x52\x67\x2d\ \x7c\x88\xde\x3a\x7f\xbb\x2b\x44\x10\x96\x52\x70\x21\x88\x23\x6e\ \xd6\xd2\x87\x94\xd6\x1b\x37\xea\x02\xca\xa0\x30\xff\x0c\xac\x2e\ \xef\x26\xfb\xa8\x94\xd2\x06\x07\x13\x52\x5a\x96\x65\x87\xc4\x50\ \x4a\x39\x65\x92\x4b\x29\xa5\x90\xc2\xb2\xcc\x23\xc7\x8e\x74\x74\ \x76\x48\x08\xa8\xa0\x16\x35\x21\xfa\x8c\x03\x60\x9b\x01\x38\x93\ \x8a\xaa\x63\x28\x7c\x6d\x35\xfb\xb6\xbc\xbb\x66\xc3\xd6\x5b\xcd\ \x3e\xd3\x08\x32\x00\x21\x24\xee\xb0\x88\x08\x8f\xda\x7a\xfb\x56\ \x43\x5b\xfb\x89\x9d\xef\x6e\x3e\x7c\x13\x39\x9d\x2c\x18\x82\x10\ \x41\x28\x2c\xd3\x80\x8a\x43\x81\x10\x00\x48\x14\xdb\x80\x07\x09\ \x21\x08\x4a\x80\x95\xb0\x88\xa8\xf8\x84\xf4\xd1\x23\x87\x81\x40\ \xbb\xb7\xbd\xba\xaa\x47\x9b\x32\x6b\x46\x6a\x52\x6a\x46\x6a\x82\ \xa6\x20\x7f\x5d\x65\x75\x4b\xc7\xcd\x13\x5b\xd7\x6e\x3e\x66\x69\ \x0a\x33\x19\x80\xc4\x1d\x11\x95\x94\x10\x17\x11\x93\x36\x7e\xc2\ \xc8\x8e\xb3\x1f\x6d\x3a\x70\x89\x62\xa5\xf5\xc6\x55\x33\xae\x64\ \xe6\x94\x61\x29\x29\xc9\x11\x28\x74\xb5\xc6\x37\x71\xd6\xb4\xec\ \xd4\xf4\x29\x73\xa6\xa1\xd6\xca\xc6\x4e\x53\xd5\x3d\x71\xf1\xf1\ \xc9\xf1\x31\xc1\x96\xaa\x9a\xe6\xce\x8b\x07\x36\xbd\xb7\xf3\x9c\ \x70\x3a\x69\x48\x8e\x9e\x32\xc1\xb8\xb1\xff\xbd\x1d\x27\x7b\x38\ \x42\x92\xe8\xba\x62\x99\x41\x09\x20\x42\x44\x06\x6a\xd6\xff\xe6\ \x97\x3f\xf8\xc9\xaf\x76\x9d\x6f\x52\x55\x02\x80\xb0\xb8\x36\x6d\ \xe9\x62\x78\xfb\x1c\xcf\x9c\x31\x2d\x3f\xc2\x32\xa9\x65\xb2\xac\ \x09\x8b\x4b\x1d\x0d\xd7\x82\xc9\x8b\x67\x16\x4b\xcb\x12\xcc\x74\ \x24\x97\x2e\x99\x18\x7b\xac\xac\x73\xf6\xe2\x59\x11\xd0\xe2\x92\ \x33\x35\x61\xd1\xd2\x69\x8d\xa7\x4f\xa5\x4d\x5b\x5c\x14\xa7\xd3\ \xee\xfa\xf3\xe5\x9d\x05\xa5\xc3\x54\x66\x99\x94\x8c\x5f\xb4\x2c\ \xa2\xfe\xac\x3f\x6d\xf2\xcc\xe2\x04\x93\x72\x66\x59\xa9\xa3\xe6\ \x4e\x48\xec\x3a\xd7\x12\xb3\x6c\xce\x48\x68\x9a\x8c\x51\x25\xbe\ \x64\xd9\xf4\xcc\x0b\x67\x6f\x4f\x59\xba\x20\x16\x5b\x94\x51\x0b\ \x45\x2d\x5c\x31\xbb\xe5\xe2\xf9\xf8\x71\x0b\x47\x26\xab\x77\x25\ \xc0\x40\x08\x2c\xc3\x17\xe0\x29\xa5\x53\x4a\x13\x82\x7b\x3f\xda\ \x7c\xf8\x9a\x6f\xd2\xfc\x19\x91\x28\xe8\xf5\x33\xc1\xfc\x86\x81\ \x87\xcf\x98\x1b\xdd\x73\x79\xf3\x96\xad\x15\x66\xf2\xec\xc9\xc3\ \x21\xf3\x99\x26\x85\x1f\xc3\x10\xb2\x6d\x41\x9c\x71\x88\x35\x05\ \xf1\xde\xd8\x5e\xfb\x28\x63\x52\x51\x15\x08\x38\xe3\x60\xd0\x47\ \xfb\xe0\x44\x3e\xd6\xd7\x40\xda\x65\xf9\x80\x14\x02\x20\x21\x18\ \xe7\x94\x52\x8b\x52\x04\x81\x8d\xbe\xc6\x18\xa5\x8c\xea\x08\x06\ \x8d\xd0\xa1\x23\x07\xa7\x4e\x9b\xe5\x72\x85\xf9\xbc\x3e\x00\x3e\ \x0b\xee\xba\x04\x50\x51\x55\x55\xd7\xa9\xb7\xe1\xd4\xe9\x2b\xf1\ \x85\x2b\xca\xf7\xbc\x7b\xc5\x1a\xf1\x4f\xdf\x9f\x75\xee\x9d\xe7\ \x8f\x33\x01\x21\x10\x8c\x72\x08\x01\x22\x8a\xaa\x78\x12\xf2\xbf\ \xf6\xec\x53\xb1\x0a\xe3\x12\x20\x88\x4c\xca\x11\x56\x35\xdd\x01\ \x68\x9b\x25\x84\xae\xaa\x56\x20\x60\x71\x00\x35\x05\xf6\xd5\x23\ \x91\x42\x30\x00\x84\x94\x08\x00\xa8\xbb\x34\x61\xb4\xb5\x77\x83\ \xcc\x04\x28\x25\xe7\x02\xab\x8a\xee\x89\x7f\xe8\xb1\xef\x94\xc6\ \x40\x2a\x24\xd6\xdd\xb5\xfb\x99\x14\x82\x31\x2b\x64\xe1\x51\x8b\ \x9e\x29\x18\x53\xb9\x75\xf5\x6b\x2f\xac\x34\x9e\x1e\x15\xc6\x03\ \x9d\xbe\xa0\x88\xd1\x11\x20\x8a\x13\xf3\xf6\x2e\x3f\x00\x09\xa1\ \xae\x76\x03\xaa\x9a\x4a\x00\x10\x9c\x73\x21\x38\x56\x88\x23\x3a\ \x63\xe9\x93\xcf\x65\x7a\x04\x13\x00\x02\xe4\xc8\x7f\xf4\x9f\x8a\ \xea\x76\x6e\x78\xeb\x85\x57\xdb\xff\xed\x9f\x9e\xb2\x4c\xaa\xe9\ \x6e\x08\x80\x10\x0c\x3a\xd3\x1e\xfe\xd6\xf7\x98\x04\x9a\xd3\x6d\ \x87\x94\x0b\xc6\xd4\xa8\x84\xec\xb4\x14\x91\x9e\xa2\x49\x16\x04\ \x00\x48\xce\xa0\x3b\x23\x33\x2b\xd5\x97\x1a\xe1\x46\xdc\x6f\x97\ \x93\x02\xb1\xe9\x19\xd9\x69\x38\x21\xdc\xc5\x85\x05\x00\xe0\x9c\ \x87\xc7\x26\xa7\xa5\x65\x66\xa4\x46\x20\x28\x5b\xaa\xaf\xd6\xb1\ \xf8\x39\xd9\xd1\x94\x73\x29\x05\x71\xc4\x64\x64\x66\x7a\xd2\x13\ \x54\x24\xec\x9c\x57\xa1\x38\x52\x33\x32\x32\x79\x5a\xa4\x6e\x57\ \x73\x96\x8c\xa3\xc4\x94\xf4\x94\x14\x5f\x6a\x82\x83\x51\x0a\x00\ \x10\x94\x39\x12\x52\x72\x52\x92\x53\x53\x12\x31\xbf\x1b\x97\x16\ \x42\x40\x2d\xc3\xe4\x40\x8b\x9a\x3a\xb3\xf4\xef\xfe\xf1\xe5\xc8\ \x39\xcf\x8d\xc9\x8e\xa9\x03\xd2\x0c\x59\xdc\x0c\x59\x12\x38\xe3\ \x87\x4c\x2d\x89\xfe\xcf\x37\x3f\x9c\xf6\xe7\x3f\xcc\x89\xa4\x8c\ \x19\x26\xa5\x00\xea\xf7\xcc\x3a\x4c\x14\x55\xd1\xb8\x0c\x96\x9d\ \x3a\x12\x88\xc8\x4a\x89\x70\x36\x0b\x81\x88\xa2\x69\x3a\x42\xc6\ \x95\xbd\x27\xba\xb4\xd8\xf4\x24\x4f\x7f\xf5\xa8\x41\x7a\x00\x26\ \x1f\xe8\xd9\xe6\x82\x03\x88\x24\x80\x12\x00\x21\x01\x04\x02\x43\ \x68\x59\xa6\x61\x84\x98\x43\xa7\x40\x02\x00\x18\x26\x58\x70\x29\ \x39\x26\xc8\xe3\xf1\x9c\x2d\xbb\x98\x94\x9c\x9e\x92\x9a\x6e\x9a\ \x16\xe7\xfc\x81\x2b\xa8\x40\x2c\x02\x4d\x87\x76\x6c\x69\x39\x83\ \xea\x2a\xae\xb7\xe9\x23\x9e\x9b\x3b\xda\x7b\xf4\x3a\x2f\xbf\xbe\ \x77\x0f\xaa\xad\x6a\x03\x43\xa1\x1e\x11\x97\xe6\x0e\x7e\xb8\x76\ \xd5\xad\xec\xdc\x31\x25\x93\xf2\x4f\xac\x5e\xb5\x6a\xed\x90\x38\ \xa7\x2b\x76\xc8\x94\xc9\xc3\x34\xc6\x04\x13\x51\x09\xc9\x6e\xe3\ \x42\x4d\x77\x68\x6c\x62\x51\x5e\xd8\xbe\xf5\x6f\xbc\x7c\x2d\xde\ \xa8\xeb\x61\x93\x54\xcc\x2c\xc3\xb0\x18\x00\x40\x32\x2b\x18\x0a\ \x4a\x77\xf6\xac\x89\x59\x6b\x37\xfc\x26\x58\x59\xd8\x7e\xa5\x9c\ \xc7\x67\x7a\xb2\x47\x4d\xcc\x3c\xf6\xd1\xea\x95\x75\xb9\xb1\x5c\ \x4b\x9c\xf3\xd0\x54\xc0\xad\x90\x69\x01\x44\x34\xde\x7e\x64\xfb\ \xf1\x56\x4b\xb3\xb0\x43\xc3\x32\xae\x78\x4a\xd1\xfe\x17\xde\x7c\ \xe9\xe5\xbc\x24\x4f\x52\xd1\xb8\xe9\x33\x47\xad\xde\xba\x7a\x65\ \x5d\x76\xfd\x95\x8b\x43\x26\x3e\x9a\x1e\x01\xfc\xfe\xa0\x25\x24\ \xe7\x22\x2e\x6f\xd2\xa8\xd8\xdf\xac\x5f\xbd\xba\x28\x2d\x42\x71\ \xa7\xcd\x98\x55\x7c\x7e\xf7\xc6\x6a\x43\xa3\x50\x71\xe8\x3a\xa6\ \x5d\x75\x4d\xbe\xa4\x31\xa9\xd0\xb6\xea\x23\x25\x2c\x2a\xaa\x57\ \x63\xbd\x13\x94\xcb\x8c\x60\x50\x98\xf4\x8e\x2d\x53\x0a\xcb\x08\ \x06\x43\xa6\x90\xa0\xcf\x0d\x25\x99\x65\x06\x83\x21\x3a\x60\xa3\ \x24\x18\x0d\x06\x83\x26\x13\x58\xd2\x1b\x17\x2e\x87\xe5\x8e\x4f\ \x0c\x53\x84\xc1\x00\x84\x76\x9b\x21\xd3\xea\x5f\x8c\x21\x10\x96\ \x11\x0a\x86\x4c\x21\xfa\xdb\x04\xcc\x32\x82\xc1\x20\xe5\x77\x0e\ \x09\x4e\x43\xc1\xa0\xf9\xb1\x44\x51\x08\x21\xb7\x8c\x1e\x6f\x08\ \x42\xea\x4e\x1d\xfd\xf8\x53\x7e\x47\xfe\x48\x0d\x48\x20\x68\x8f\ \xd7\xcf\x03\x3e\x9f\xc5\x99\x40\x43\xc6\xcc\x7c\xc2\x4c\x2d\x2a\ \x4d\x11\xb4\x5a\x04\x7d\x3d\x21\x0b\x42\xc7\x5d\xb6\x19\x11\xb8\ \x7a\x62\xcf\xbb\xa1\xab\x1d\x75\x55\xb7\x5a\xe5\xa3\x5f\x5f\x14\ \xab\x09\xc1\xad\xca\xb2\xfd\x1b\x94\x6a\x6f\x4b\xed\xf5\x1a\xdf\ \xfc\xc7\xbe\x95\xe5\x16\xd6\x20\x8f\x7f\x36\x17\xda\xdd\x62\x15\ \x22\x8c\x11\xc6\x84\x60\x20\x25\x04\x5c\x45\x30\xdc\xed\x76\x3a\ \x34\x28\x99\x10\x0c\x22\x8c\x89\xa2\xa8\x9a\xa2\x39\xba\x7a\x7a\ \x2a\x2b\xab\xbb\x7d\x7e\x45\x77\x50\xc6\x8a\x47\x15\x27\x26\x27\ \x89\x4f\x6d\x19\x91\x00\x40\xa4\x46\x46\xb8\x25\x17\x12\x3b\xb2\ \x86\x4f\x7e\x78\xd1\x8c\x18\x15\x46\xa5\x64\xc7\xb9\x59\x73\x5b\ \x77\x78\x5a\xd1\xc4\xd2\xfc\xc8\x88\xa8\xcc\xcc\x54\x19\xe8\x11\ \x6a\x44\x76\x51\xf1\x98\xe2\x5c\x10\xec\x0e\x50\x14\x9b\x9c\x9e\ \x14\x17\x8e\xa4\x94\x42\xaa\x61\xe1\x3d\x15\x27\xaf\x74\x45\x8e\ \x19\x9e\x9b\x93\x9b\x85\x82\x5d\x7e\xe9\x19\x31\x6e\x62\x51\x7a\ \xac\xc3\xe1\x8a\x4f\x4e\x8d\x8f\x74\x41\xac\x46\xc5\x27\x27\xc6\ \xc5\xa4\x0c\x29\xca\x88\x42\x9d\x1d\xde\xb0\xd4\xc2\xc9\x63\x4b\ \xa2\xc3\x23\x87\x0c\x2d\x0c\x07\xc1\xee\x00\x0d\x8b\x49\x4e\x4b\ \x8a\xd6\x75\x47\x74\x7c\x72\x72\x6c\x24\x96\xdc\xd7\xd3\xde\xd2\ \xda\xe5\x4c\x2d\x9e\xf7\xd0\x84\x58\x57\x78\xde\xd0\x7c\xc5\xec\ \xf1\x59\x28\x3a\x29\xb3\x64\x64\x69\x46\x14\x6a\x6b\x0f\x66\x8d\ \x9e\xb5\x60\xca\x50\xc2\x98\x1e\x1e\x9d\x9a\x9a\xe2\x56\x00\x50\ \xc3\x0b\x87\x15\xe8\xd4\xd7\x13\x12\x51\x89\xa9\xa9\x49\x91\x56\ \x4f\x47\x53\x4b\x87\x12\x93\xb7\x78\xc9\x2c\xad\xf1\xf4\x96\x53\ \x5d\xb3\x17\x4d\x8f\x52\x65\x5f\x59\xf4\x7b\xcb\x99\x49\x00\x1d\ \xee\xa8\x94\xb4\xd4\x28\x8f\xd2\xef\x39\x22\xba\x3b\x21\x25\x2d\ \x29\xda\x0d\xef\x98\xad\xd4\xa8\xb8\xa4\xb4\xe4\x58\xa5\xbf\xfc\ \x32\x44\xee\xc8\xd8\xb4\xf4\xf4\x30\xd1\xb4\x79\xcb\xc9\xfc\xe9\ \x8b\x8a\xe2\x08\xb5\xf1\x2b\x00\xd2\xdd\x11\xc9\x69\x69\x31\x6e\ \xcd\xbe\xb1\x94\x00\xab\xae\xf8\xa4\xd4\xa4\xb8\xb0\xbe\x06\x24\ \xc4\x4a\x44\x5c\x52\x6a\x72\x9c\xd6\x5f\x7e\x19\x22\x67\x58\x4c\ \x5a\x5a\x8a\x47\x47\x10\x2b\x9a\xa6\x29\x0a\x51\x08\x21\x8a\x02\ \xa4\xd4\xc2\x63\x32\xd3\x93\x1c\x8a\x9a\x96\x5b\x10\xef\xc1\x94\ \x02\x87\x3b\x3c\x2e\x31\x31\x26\xc2\x13\x11\x97\x92\x9e\x18\xa5\ \xe8\x61\x43\x0a\x86\xb8\x20\xe3\x10\x87\x45\x44\x25\xa7\xa5\xc7\ \x84\x39\x08\xc6\x0a\x21\xb6\x13\xde\xe9\x76\x2b\x08\x30\x89\x63\ \xd2\x87\x2e\x5c\xb6\x78\x58\xb2\xdb\xb2\xb8\xd3\x1d\xe9\x24\xc2\ \xe4\x30\x32\x29\x6f\xee\xb2\xa5\xa3\xb2\xa2\x18\x1d\x4c\x47\xff\ \x2c\x86\x37\xa8\x28\x03\x30\x34\x25\x07\x10\x01\x84\x24\x42\x08\ \x02\x2c\x25\x12\x96\x5b\xc1\x99\x49\x49\x29\xf1\xb1\x2a\xe6\x08\ \x73\xdd\xe1\x72\xb8\xc2\xc2\xc2\x63\x22\xa2\x13\x6a\xeb\x1a\x77\ \xef\x39\xd4\xda\xd9\x95\x9a\x9e\x15\x19\x11\xf5\x9f\x3f\xfd\x8f\ \xd1\x63\xc7\x59\x0f\x16\x65\x0d\x35\x87\x53\xc1\x50\x4a\x21\x18\ \x33\xed\xca\xbb\x10\x69\x9a\xae\x10\x24\xa5\xa0\xa6\x61\x52\x8e\ \x15\x4d\xd7\x54\x28\x59\x28\x68\x48\xac\xe8\x9a\x8a\x11\x60\x96\ \x69\x98\xcc\x96\x49\x88\xa8\x81\x9a\xa3\xaf\x6d\xbc\xb6\xf8\xd9\ \x6f\xe5\x45\x12\xac\x28\x08\x02\xc1\x98\x61\x18\x50\xd5\x15\xc0\ \x0d\x93\x42\xa2\xea\x0a\x34\x0c\x53\x02\xa4\x68\xba\xaa\x60\x20\ \x05\xb3\x4c\xc3\x62\x08\x13\x4d\xd3\x08\x46\x82\x59\x21\xc3\x84\ \x44\x53\xb1\x34\x0c\x4b\x42\xa4\x69\xba\xaa\x60\x29\xb8\x69\x18\ \x94\x4b\x44\x88\xae\x69\x18\x01\x6a\x1a\x26\x15\x8a\xa6\xab\x0a\ \x12\x8c\x1a\x86\x29\x00\xd6\x75\x4d\x58\x86\x6d\x38\x86\xc8\x76\ \x4b\x03\x4e\xad\x90\x41\x89\xee\xd0\x15\x2c\x85\x00\xdc\xbf\x6b\ \xf5\x2b\x55\xd1\x33\x9e\x99\x3f\x4c\x7c\x72\x2d\x71\x1b\x3e\x1d\ \x30\xd3\x64\xa2\x5f\x3b\xc2\xaa\xa6\x40\x6e\x18\xb4\x7f\x6b\x0a\ \xb1\xa2\xab\xc8\x0c\x99\x03\x8c\x61\x48\xd7\x35\x29\x40\xfd\xf1\ \xd5\xbf\xda\xed\xfb\xab\x7f\xfc\x5e\x12\x34\xec\x4c\x51\x09\xa0\ \xaa\xeb\x88\x99\x26\xed\xdd\xdc\x4a\x09\x88\xaa\xa9\x48\x84\x4c\ \xeb\x8e\x0b\x15\x29\xba\x86\xef\x6a\x13\x20\xcd\xa1\x09\xcb\x60\ \x12\x78\x9b\x6b\x6e\xd5\xb6\x72\x88\x20\x00\x5c\xc8\x88\xa4\xdc\ \xe1\xb9\x09\x56\x30\xd8\xaf\xc7\x4b\x09\x54\x5d\x47\xc2\x32\x39\ \x76\xa8\xc8\x34\x0c\xd1\xaf\xdf\x41\xa4\x3b\x1c\xc1\xe6\x8a\x0b\ \xe5\x0d\x12\xda\x5e\x4c\xe9\x8e\x4b\x2d\xcc\xcb\x72\x2b\x36\xf4\ \x25\xb7\x2c\x93\x71\x29\x25\x20\x9a\xa6\xab\x0a\xb4\x73\x90\x2d\ \x8b\x0e\x9a\xd5\x3f\x83\x0c\xb7\xb3\xd0\x06\xfa\xc9\x11\xc2\x52\ \x42\x01\x80\x60\x8c\x4b\x81\x55\x82\x10\x12\x42\x98\xa6\x69\x18\ \x06\x50\x04\x51\x00\x65\x14\x99\x26\xb5\x2c\x29\x39\xc2\xc4\xe1\ \x76\x2a\xfe\x40\x43\x43\x43\x57\x77\x8f\x9d\xd0\xf6\xa0\x5b\x72\ \x33\x14\xb8\x37\x37\x55\x0a\xd3\x08\x9a\x03\x74\x42\xc1\xac\x20\ \xeb\x5b\x3b\x38\x0d\x05\xe9\x5d\x9e\x7d\x00\x04\xb3\xdc\xa9\x63\ \x9e\x7a\x22\x1d\x29\x9c\x52\x61\xde\x59\x68\x20\xb0\x4c\x6e\xfb\ \x05\x39\x0d\x71\xfb\x1a\x49\xcd\x10\x35\xef\xb4\x2f\x05\x37\x42\ \xc1\xfe\x4b\x24\xb3\x0c\x06\x00\x84\x10\x48\xcb\x0c\x59\xe6\x00\ \x47\x00\x67\xa1\xe0\x1d\x79\x32\xa0\x1d\x08\x81\x30\x8d\xd0\x80\ \x97\x60\x46\xff\x99\x10\x30\x33\xe4\x37\x7b\xfd\x94\x45\x33\x96\ \x8f\x8c\x48\x00\x96\xf5\x5b\xa2\x0a\x20\x90\x96\x11\x02\x77\xef\ \x7f\x78\xdf\xbb\x0c\x58\x96\x69\x28\x74\x6f\xef\x19\xa1\x10\x22\ \x18\x45\x17\x3c\xb2\x3c\x32\x9e\x50\x7a\xe7\x29\x24\xb5\x9f\x10\ \xde\x29\xc6\xce\xa9\x19\x1a\xd8\x95\x00\x4a\xc1\x42\xa1\x7b\x64\ \xa6\x30\x43\x21\x00\x00\x56\x70\xb0\xb3\xf1\xda\xe5\x6b\x14\x29\ \x10\x02\xca\x44\x1a\x8a\x2d\xc8\x88\x1c\x18\x7d\x04\x21\xa0\xa6\ \x61\x5f\x15\x32\xee\x7e\x03\x29\x2c\xd3\x0c\xf4\x34\x5f\xbb\x72\ \x85\x23\x0c\x00\xe0\x16\x8f\x2f\x74\x65\x67\xa5\x40\xf3\x2e\x68\ \x28\x08\x01\xb7\xcc\x80\x65\x0e\x32\xea\xe7\x6f\x78\x03\x10\xf4\ \x82\x2a\x4a\xc4\x18\x87\x52\x30\x28\x4d\xcb\x0c\x06\x03\x40\x87\ \x3a\x24\xd8\x64\x12\x98\x86\x65\x98\xa6\x45\x29\x05\x10\x70\x2e\ \x4c\xca\x43\x56\x17\xff\xe2\xe2\xc6\xee\x43\x5c\xc2\xa8\x84\x64\ \xc9\xd9\x97\x3c\x2c\x4a\x02\x1c\x93\x90\x04\x38\xfb\x83\xe6\x8d\ \x0a\xca\xe3\x86\x8c\x4c\x46\xc2\x30\x3f\xcf\x5d\x2c\xa7\x3c\xb1\ \x68\xf2\x33\x25\xd3\x20\x90\x40\x02\x00\x81\xe0\x8c\xd2\x07\x18\ \x77\xc1\x59\x58\xfa\x98\x6f\x3d\x37\xbe\x77\x77\x00\xa1\xe0\x8c\ \x0e\x82\xbf\x7d\x61\x86\x37\x09\x20\x00\x08\x41\x68\x27\xac\x08\ \x46\x85\xa0\x02\xc1\x10\xe3\x7e\xca\xb0\xa2\x62\x0b\x12\x0c\x81\ \x00\x8c\x71\xc6\x28\x13\x94\x09\x46\x01\x03\x2a\x81\x10\xfd\xb1\ \x99\x4b\x72\xf6\xa7\xb1\x67\xfb\x22\x9e\x13\x02\x4e\xcd\x3f\xc4\ \xa2\x2b\x38\xa3\x03\x57\xf3\x07\x4f\x49\x92\x82\x51\xeb\xf7\x6a\ \x61\x90\x3e\xbb\x24\x97\x42\x02\x28\x81\xec\xe5\x57\x04\x91\x80\ \x48\x02\x40\x05\x34\x99\xb4\x18\x54\x00\x50\x14\x80\xb8\xe4\x8c\ \x33\x4a\xfd\x7e\xbf\x2f\xe0\xe7\x50\x9a\x8c\x22\x84\x07\x7b\xf3\ \x2b\x42\xbf\x7f\xae\xa1\x1c\x64\xec\x2f\xd2\xfc\x76\x4f\xd7\x0b\ \x3b\x3b\x85\x73\xce\xb9\x90\x12\x02\x00\x24\xe8\x4b\x53\xa3\x9c\ \x73\xce\x19\xa5\x8c\x51\x6e\x31\xe6\xf3\xf9\xfc\x3e\x9f\x2d\x9a\ \x38\xe3\x7f\x1a\x61\x0a\x10\x3d\x50\xa2\x27\xc2\x98\xfc\xfe\x80\ \xe1\x0f\x78\xd3\xcf\x79\x8c\x31\xfe\xd3\xca\xe2\xb2\x01\x9e\x7f\ \xff\x66\x1e\x34\xf5\xf8\x2b\xc1\xe4\x77\x71\xbb\x10\xbd\x4e\x1d\ \x78\xe7\x6b\xbf\x0d\x45\x02\xc9\x28\xf3\xfb\xfd\x94\x31\x84\x90\ \xd3\xe5\x8a\x8e\x89\xf9\x6c\xc2\xdc\xde\x1c\xf4\x03\xd4\xdc\x7f\ \xb4\x30\xfe\x7c\x22\x9d\x20\x94\x34\xd8\xde\xde\x4d\x3f\xe6\xd0\ \xbf\xef\xdd\x21\x84\x86\xaf\xab\xa3\x27\xf4\x49\xcf\x06\x7b\x9f\ \xfe\xb7\x1a\x1c\x21\x14\x56\xa0\xbd\xbd\xfb\xd3\xa2\xd2\xf7\xa1\ \x71\x0d\xf8\x76\xd7\x21\xf8\xa9\x0f\xd9\xff\x33\xfd\xdd\x5d\x7e\ \x13\x0e\x60\xf4\xdf\xa7\x4d\x78\xef\x03\x82\x01\xe7\xc0\x7b\x3a\ \x02\xfe\x8e\x8e\xb9\xdf\xcf\x10\x72\x23\xd0\xde\xd1\x23\x3e\xe9\ \xd2\x4f\xd9\xe9\x92\x76\xb5\x77\x84\x18\x18\x64\xf3\xbb\x98\xbc\ \xaf\xeb\xe0\x40\x9d\xaa\x1f\x54\xa2\x97\xb9\xc5\x9d\x5c\x54\x84\ \xa0\xd3\xe9\x94\x52\x52\x6a\x05\x02\x7e\xf1\x99\x62\xd7\x99\x15\ \xf2\xf6\xf4\xf4\xf4\xf8\x4c\x26\x55\x55\x45\x1f\x67\x3e\x1e\xaa\ \xaf\xad\x0f\x58\xf2\xf7\x87\x9d\x41\x44\x0b\xde\x3e\xbb\x76\xc3\ \xce\x6e\x78\x77\x0c\xb4\x14\xd4\xfa\x38\xda\x2a\x24\x2a\xbc\x72\ \x60\xe3\x87\xc7\x6e\x29\xca\xc7\x2d\x94\x50\x51\x55\xc9\x4c\x6f\ \x4f\x8f\x2f\x10\xfa\x2d\xe6\x3e\x44\x34\xdf\xad\xe3\x6b\xde\xdf\ \xef\xff\x14\x55\x82\x6c\x73\xb7\x61\x71\xbb\xc3\x11\x42\x8c\x9a\ \xa6\x69\x1a\xa6\x25\x11\x86\x40\x02\x84\x24\xa7\x86\x69\x1a\x86\ \x29\x7a\xbb\x04\x22\xc0\x0d\xc3\x34\x0d\xc3\xe2\xbd\xe9\xf4\x08\ \x01\xcb\x08\x31\x09\x14\x64\x1e\xda\xf8\xce\xa1\x2b\x8d\xdc\x2e\ \x3e\x07\x00\x44\x88\x5b\xa6\x69\x9a\x21\xc3\x02\x08\x41\x00\x20\ \x44\x40\x50\xbb\x05\x26\xef\x1c\x32\x0d\xc3\x34\x0d\x8b\x0a\x84\ \xa0\x94\x00\x21\x40\x4d\xc3\xe2\x92\x33\x26\xfb\x57\x45\x88\x80\ \x14\xd4\x0e\x38\x95\x9c\x32\x81\xfa\x33\xda\x11\x12\x8c\xb2\x4f\ \xd6\xcc\x39\xa3\x1f\xaf\xec\x8e\x88\xd6\x75\xf3\xf0\xda\x0f\x0f\ \x1b\xe4\x3e\xdd\x85\x88\xa2\x20\x19\xf2\x7b\x7b\xbc\x3e\xf3\xb7\ \xb8\xcd\x91\x82\xfd\xd5\xef\xaf\x7d\xaf\xc2\x07\x14\x34\xc8\xe4\ \x9f\xb8\xc4\x0e\x74\xad\x41\x68\x7b\x35\xa5\x10\xd2\x8e\xdc\x14\ \x8c\x52\xce\x85\xc3\xe9\x20\x84\x40\x88\x38\xe7\xe0\x01\x11\x23\ \x20\x26\xc8\x68\x5b\xf3\xd3\x7f\xfa\xcf\x9f\xbd\xf4\xca\xab\x2f\ \xbf\xf0\xe2\xcb\x5b\x8e\x97\x73\x84\x21\x44\xaa\xee\x70\x3a\x9d\ \x0e\x5d\x25\x8a\xca\x3a\xab\xd7\xbe\xf3\x5e\x1b\xd7\xdd\x4e\x0d\ \x02\x80\x88\xea\x70\x38\x9d\x0e\xc7\x5d\xb9\x0a\x03\x2e\x41\x10\ \x00\x88\x35\x87\xc3\xe9\x74\x3a\x9d\x0e\x95\x60\x00\x24\x80\x48\ \xd5\x74\xa7\x43\x53\xa5\xd1\xd1\xe5\xe5\x03\xd6\x77\xa4\x68\xac\ \xfd\xe6\x0b\x3f\x7b\xe1\x66\x37\x57\x08\x56\x54\xcd\xe9\x74\x3a\ \xec\xcc\x6b\x08\x02\x3d\x1d\x7e\x0b\x68\xba\xd3\xe1\xd0\x06\x28\ \x7f\x50\x21\xb0\xfa\xf4\xf6\x5f\xfd\xf4\x27\xbf\x78\xfe\x85\x9f\ \xff\xe2\xd7\xdb\x4f\x56\x01\x55\x55\x55\xdd\xbe\xb6\x57\x6a\xda\ \x4f\xe5\xd0\x08\x0b\x75\x76\xfb\x04\x84\x10\x61\x4d\x77\x38\x9d\ \x4e\x5d\x55\xee\xbb\x62\x61\x45\xf5\x57\x1f\xfb\xf1\x0f\x9e\xbf\ \xde\x0d\x74\xcd\xc1\xdb\x2e\x3e\xff\xd3\xdf\x5c\xaa\xa9\x59\xf3\ \xcb\x1f\x7d\x74\xa1\x4d\xd3\x75\x1d\xf4\xbc\xff\xeb\x9f\x6f\x29\ \xab\x3a\xfe\xde\x4b\x2f\xbc\x7f\x1a\x68\xba\x43\x47\xe7\x3f\x7a\ \xed\xd7\x1f\x9c\xac\x2a\xdb\xf2\x83\x5f\xae\x6f\xe7\x8a\xee\xd0\ \x3b\xae\xee\xfe\xf1\xcf\x57\x37\x98\x2a\xef\xbc\x71\xbe\xc6\x8c\ \xc1\x0d\x3f\xfb\x8f\x9f\x5e\x68\x65\x0e\x5d\x07\xdd\x37\x5f\xfa\ \xe9\xf3\x67\xab\x6b\xde\x7b\xe1\xc7\x1f\x9c\x69\xd0\x1c\x0e\x0d\ \xf9\xb7\xbc\xf6\xb3\x0f\x4e\xdc\x3a\xbb\xe5\xe5\x5f\xac\x3d\xca\ \x55\x87\xae\xe1\xab\xbb\xde\x7e\x61\xfd\xe1\x9a\x8b\x3b\x7f\xf8\ \xb3\x55\x4d\x54\xd1\x75\xdd\x77\xeb\xc0\xff\xfb\xf9\xca\xc6\x50\ \x60\xd3\xcf\xfe\xf5\xc5\x8f\x2e\x20\x55\x83\x10\xe9\x0a\x3d\xb0\ \xea\x27\x3f\x78\x65\x87\x70\x7b\xbc\x15\x87\xfe\xfd\x1f\xfe\xe3\ \x6c\x0b\xd3\x30\x84\x58\x95\x5d\x57\x7f\xf4\x0f\xff\xb6\xeb\x7a\ \x9b\xaa\x2b\x1f\x1f\x7b\x87\x6a\x1d\x5a\xf7\xcb\x55\xfb\x2b\xb1\ \xa2\x22\xac\xd8\xa3\xa7\x2a\x18\x41\x48\x83\x3d\x5d\x5e\x53\xfb\ \xd8\x28\x23\xa2\xd0\xae\xca\xf5\xaf\xfc\xea\x27\x3f\xfb\xd5\xf3\ \xbf\xfc\xe5\xcb\xeb\x76\x36\x87\x90\xa6\xa9\xfd\xd7\xf6\x2d\xcd\ \x9a\xd3\xe5\x70\x10\xd1\xd9\xd1\x65\xbb\x1c\x89\xaa\xd9\x93\xe3\ \xab\xa9\xbe\xdf\x63\x5d\xbf\x8b\x4d\xa1\x94\x76\xb5\x53\x5b\xb7\ \xb5\xf3\x4f\xa5\x94\x5c\x70\x5b\xa2\x43\x08\xa5\x90\x9c\x73\x21\ \xa4\xa6\xa9\xf6\x42\xf0\x20\x06\x60\x20\x59\xa8\xc3\x70\xcd\x7f\ \xea\xbb\x53\xd2\xf5\xda\xab\xc7\x56\xae\xf9\x75\x88\xfc\xfd\x13\ \x25\x78\xcb\x3b\x5b\xae\x35\xf4\xc4\x66\x97\x2e\x5a\x38\x2b\x0c\ \x63\xde\x71\x73\xe5\x0b\x3f\x8e\x4f\x2d\xfe\xc6\x63\xb3\x69\xf9\ \xb1\xad\xfb\xce\x78\x41\xc4\x84\x39\x0b\x46\x67\x47\x31\xca\x21\ \x26\xc0\xdf\xb4\xfd\xfd\x6d\x57\xeb\xfd\x31\x39\xa5\x8b\xe7\x4f\ \xf5\x58\xb5\x5b\x37\xec\xa9\x68\xf7\x0a\x1c\x36\x76\xd6\x82\xf1\ \x05\x09\xd2\xec\x3e\xfe\xd1\xb6\xd3\x55\x5e\xc5\x6a\x35\x40\x0a\ \x81\x77\xbf\xaa\xe4\xa1\x50\x88\x4b\xa4\x60\x7a\x6e\xff\xe6\x03\ \xe7\xab\xb5\xb8\x21\x0f\xcd\x9b\x93\x97\xa8\x6a\xaa\x52\x7f\x61\ \xf7\xf3\x4d\x87\x99\x27\x7d\xee\x82\x39\x59\x91\x0a\xe5\x02\x11\ \xa5\xfb\xe6\x9e\x97\xd7\x1e\x1c\xbd\xe2\x5b\xb3\x86\x25\x1a\xde\ \x2e\x0b\x87\x11\x1e\x3c\x77\x60\xdb\x91\x4b\xf5\x5a\x7c\xee\xbc\ \xf9\x33\xd3\x23\x34\x16\xea\x3c\xb4\x75\xeb\xb9\xba\x10\x09\x36\ \x32\x94\xab\x10\x85\x77\xdc\xde\xb1\x7d\xd7\x8d\x16\x23\x7d\xf8\ \xd4\xf9\x53\x86\x29\x92\xf5\x39\x92\x7a\x53\xe8\x19\xe5\x71\x05\ \x13\xc7\x24\x1e\xff\x68\xc7\xe9\x91\xdf\x99\x78\x7c\xc7\x4e\x99\ \x3e\x69\xdc\xa8\xd2\xa8\xc6\x13\xaf\x6f\xdf\x36\x6d\xcc\xff\x30\ \x4f\xef\xba\x12\x8c\xff\x1f\x13\x46\x45\xa4\xf5\x1c\x7c\x71\x57\ \xd9\xf4\x71\xe3\x95\x8b\xbb\xce\x76\x4d\xfd\xee\xa4\xd2\x84\xce\ \xe3\xfb\x7f\xbe\xe3\x64\xcd\x77\x67\x46\xee\xda\x71\x3c\x7d\xe2\ \x53\x79\x71\xfa\xf5\xcd\xe7\x59\x5c\xfe\xa4\x69\x53\xe9\x95\x23\ \xdb\x76\x1c\x1f\xfd\x17\x73\x4f\xef\xda\x1e\x4c\x2a\x9d\x34\xb2\ \x34\xa3\xeb\xfc\x0b\x3b\xb6\x4f\x19\xfb\x37\xe4\xfc\xbe\x33\xad\ \x91\xdf\x7d\x76\x54\x72\xb7\x75\xf0\xe7\x9b\x4f\xd4\x4c\x98\x19\ \x5e\xb1\xfd\x58\xed\xa8\x67\x1e\x2f\xcd\xb1\x4e\x1f\xfc\xe9\xd6\ \xc3\x15\xff\x73\x51\xd2\xee\xad\x87\xe3\x4b\xbf\x9e\x1f\x6d\xee\ \xee\x6c\x3b\xb5\x6f\xdf\xb5\x49\xc3\x46\x24\xb9\x3a\xcb\x4f\xed\ \x3b\x76\x29\x90\x91\x69\x42\x19\xf4\x77\x77\xd4\xdd\xd8\xb9\xe7\ \xec\x88\x6f\x4d\x73\x01\xf3\xd8\xbe\xed\x97\x6e\x77\xe4\xf8\x43\ \xf2\x13\x64\x09\xb5\x42\x06\xe5\x8a\xaa\x76\x54\x9c\xde\xb6\xf3\ \x70\xab\xe5\x28\x99\xf4\xd0\xf4\xb1\xb9\x8a\xaa\x06\x9a\x2f\xbd\ \xf5\xab\x9f\x5a\xcc\x35\xee\xa1\x05\x63\x72\xa2\x39\x65\x00\x22\ \xcc\x3b\xdf\x7f\xfd\xf5\x9b\xee\x31\xcf\xfe\xe5\x8c\x70\x18\xea\ \xf4\x99\x51\x4e\xd2\x51\x55\xb6\x6d\xd7\xd1\x36\xcb\x31\x62\xda\ \xbc\x29\xc3\x52\x91\x30\xae\x1f\xdd\xb2\xef\xec\x6d\x4d\x09\x75\ \x98\x50\x55\xb0\x82\xe9\xc5\xa3\x5b\x0e\x9c\xad\x90\xe1\x99\x73\ \x17\x3e\x94\x1d\xa5\x7d\xd5\xe2\x6a\xee\x35\xbc\xdd\x95\x91\xd6\ \x5b\xae\xae\x6f\xff\xd3\x3b\x1d\x7b\xf7\x42\x08\x42\x00\x01\xe7\ \x5c\x4a\xa9\x28\x44\xd7\xf5\xcf\xa6\x4d\x23\xac\xe8\x9a\xee\x74\ \x47\x16\x4e\x5a\xf8\xf0\xe4\xb4\xb3\x07\x8e\xf9\xb1\xbb\xa0\x74\ \xca\xc3\x8b\x66\x18\x57\xf7\x7d\x74\xac\x02\xa9\x18\xb9\x12\x26\ \xce\x9c\xbf\x68\xe6\x28\xd9\x70\x66\xd5\x7b\x47\x52\xc6\x2e\x98\ \x96\x47\x3e\x7a\x67\xc3\x2d\x2f\x52\x31\x94\x42\x00\xe2\xca\x1f\ \x35\x75\xe9\xe2\x19\xa1\xab\x3b\x3f\x3a\x51\x2b\xfd\xd5\x47\xcf\ \xd6\xe4\x4e\x98\x37\x3a\xd9\xdc\xb8\xe6\xdd\x5a\x03\xde\xdc\xbb\ \x6e\xe3\x99\x8e\x51\x93\x27\x0f\x89\x73\x0b\x26\x3e\x96\x49\x03\ \x11\xc2\x44\x43\x15\x07\xdf\x5b\xbb\xbf\x66\xc4\xd4\x99\x49\xd6\ \x8d\xd7\x56\x7e\xd8\x6e\x61\x24\x05\xd6\x23\x47\x4d\x99\x9a\x10\ \xbc\xf2\xfa\xea\x6d\x5d\x1c\x23\x88\x08\x61\x65\x87\x8f\x3b\x8a\ \x1e\x5a\x31\xab\x24\xd2\xe3\x8e\x4f\x49\xcf\x4a\x8b\xb9\xbe\x77\ \xed\xba\xc3\x8d\x23\xa7\xcf\x48\x08\x5c\x7c\xfd\xed\x6d\x3e\x84\ \x2e\x6c\x5f\xbd\xf5\x4a\x68\xdc\xd4\x49\x99\x31\x0e\xc1\x25\x96\ \xdd\x3b\xd7\xbd\x53\xad\x14\x2c\x5b\x38\xae\xf6\xe0\xbb\xdb\x2f\ \x34\xdb\x58\x48\x08\x13\x42\x94\x5e\xcb\x9c\xe4\x14\x78\xe6\x2c\ \x5f\x2c\x6f\xec\x5d\xb3\x7e\xc3\x91\xc6\xb0\x65\x4b\x26\x62\xc3\ \x2c\x9c\xbe\x6c\xb8\x5e\xb3\xe1\x9d\x75\xef\x1f\xa8\x9c\xb0\x78\ \x69\xaa\x66\xb9\xb2\x27\x3c\x3c\x3e\x7a\xf7\x7b\xeb\xdf\x79\x7f\ \x77\xc4\xa8\xf9\x13\x33\x1c\xa6\x9a\xf2\xf0\xf2\xa9\x55\x07\x37\ \x6e\x58\xff\xee\x6d\xbd\x78\xe9\xf4\xa1\x4a\xb0\xe1\xcc\xa5\xfa\ \xec\x92\x12\x8d\x6b\x53\x1f\x5e\xee\xbc\x7d\x68\xed\xba\x77\x0e\ \x56\xe2\xc5\x4b\x67\x10\xcb\xc8\x9a\xb4\x78\x5c\x74\xcb\x7b\x6b\ \xd7\xbd\xbf\xf7\xea\x98\xc5\xcb\xb2\x9c\x96\x9a\x3c\x66\xd9\x94\ \x94\xfd\xef\xaf\x5d\xff\xde\x0e\xad\x78\xfe\xb4\xbc\x70\x13\xc7\ \x2d\x5b\x3e\xbd\xf1\xe8\xa6\x75\xeb\xde\xbf\x2e\x72\x97\xcd\x2e\ \x61\x5d\xad\x2c\xb6\x68\x6a\xbe\x76\x60\xff\x39\x80\xcd\x63\xfb\ \x4e\x24\x8c\x99\x96\xea\xb6\xfc\x01\x1e\xf0\x7a\x87\x4c\x7e\xc8\ \x59\x7f\xea\xcc\x6d\x83\x36\x5f\x3c\x56\x05\x67\xcd\x2c\xf4\x77\ \xfa\xd9\x27\x24\x2e\x41\x88\x30\x51\x45\xe7\xf5\xb7\xdf\x7c\x37\ \x90\x38\x62\xea\x88\xb8\x83\xeb\x5f\xdf\x7f\xa3\x93\x60\x24\xa1\ \x3a\x64\xe4\xe4\x91\xc9\xec\xbd\x37\xdf\xbe\xda\x6e\x11\x8c\x00\ \x56\xfc\xd5\xa7\x4f\xb7\xba\x1e\xfe\xda\x23\x79\x89\xe1\x61\xd1\ \xf1\x39\x39\xd9\x5a\xf7\xe5\x37\x5e\x7f\xdf\x4a\x19\x3d\xb5\x24\ \x66\xdf\xda\x37\x8e\xd6\x04\x3b\xaf\xee\x5e\xb9\xf9\x5c\xe6\xd8\ \x29\xc3\xb3\xe2\x00\xe7\x98\x90\xda\xb3\x3b\xde\x3d\x5c\x3f\x76\ \xe1\xb2\x02\xa5\x6a\xcd\x86\xbd\x3e\xf4\x95\xcb\x56\x45\x1f\xd7\ \xd2\xef\x21\x9b\xc3\x07\xf0\xbe\x90\xbd\xa9\x6a\x92\x33\x2e\xa5\ \xb4\x11\x20\x83\x81\xe0\x67\x2d\x30\x60\xdb\xf3\xa9\xc9\x60\x78\ \x54\x0c\x34\x7d\x01\x33\x54\x77\xfd\xec\xfe\xc3\x67\xdb\xba\x03\ \x5d\xdd\x5d\x14\x42\xa8\xb8\xd2\x87\xe4\xe7\x67\xc7\xb7\x56\x5d\ \x28\xaf\xeb\x2c\x2f\x3b\x7c\xf2\x7a\x5d\x57\x77\x5b\x6b\x7b\x00\ \x63\x04\x21\xe4\x2c\x54\x7b\xb5\xec\xc0\x91\xb2\x56\x5f\xa8\xab\ \xb3\x43\x40\xe8\x88\x48\x28\x2c\x1e\x31\x6b\xe1\xec\x14\xa5\xa7\ \xb6\xa5\xe9\xc2\xd5\xc6\xe1\xb3\x97\xcf\x1c\x3f\x7a\xdc\xa8\xa2\ \x30\x5d\x8a\x7b\x36\x8a\x10\x42\x84\x14\xd6\x79\xe6\xdc\x8d\x21\ \xd3\x57\xcc\x9e\x38\x7e\xd9\xc3\x8b\x23\x5a\xaf\x5c\x6e\xf5\x4a\ \x88\x93\x0b\x47\x4f\x18\x33\x7e\xf9\xf2\x85\xce\xe6\xab\xe5\x5d\ \x06\x86\x10\x4a\xb3\xcb\xcf\x22\x23\xa3\x08\x33\x28\xe3\x8c\x0a\ \x4e\xdb\xce\x94\xd5\x14\xcf\x7a\x78\xd6\xf8\x71\x0f\x3f\xb2\x50\ \x6f\xbb\x72\xb5\xae\xf1\xd2\x8d\xf6\xf1\x0b\x56\x4c\x1b\x3b\x7a\ \xfc\x88\x02\x97\x46\xcc\xce\xca\xb2\x6b\xf5\xed\x75\xd7\xf6\x1d\ \x3e\xdb\xee\xef\xa9\xaf\x6b\x87\x08\x2b\x2a\xb8\x7e\xf0\x83\x1f\ \xff\xe7\xbf\xff\xec\xd5\x8f\xda\x28\xc4\x10\x0a\x66\xea\xc9\xa5\ \xcb\xa7\xa7\xee\x7a\x7f\xcf\x90\x39\xcb\xf3\x23\xb1\x69\x59\x54\ \x89\x5b\xf2\xc8\xec\x5b\xfb\x3e\xf4\xa5\x4c\x9d\x5d\x1c\x67\x99\ \x96\x69\xa1\xd1\x0b\x1e\x49\x6c\x3a\x74\xb0\x39\x66\xe9\xdc\x52\ \x48\x2d\x66\x99\x09\x25\x73\x66\xe5\x04\xd6\x6e\xab\x9e\xbd\x6c\ \x41\x82\x43\x74\xd4\xde\xac\xf4\x7a\x4a\x0b\x12\x2d\x23\x44\x62\ \x87\x3e\x3a\x27\x67\xc7\x7b\x7b\x32\xa7\x2d\x19\x1e\xaf\x5a\xd4\ \xb2\x40\xc4\xfc\x15\x0b\xdb\x0f\x6c\x68\x8a\x9f\x34\x6f\x54\xaa\ \x65\x32\xcb\x12\x25\xb3\x1f\xce\x32\xce\xec\x28\x77\x2e\x5f\x3c\ \x9e\x50\xd3\xb2\xac\xa8\x82\x19\xf3\x0b\xc0\xe6\xed\x17\x27\x2d\ \x5b\x9a\xec\x10\x96\xd7\xe7\x17\x9e\x29\xf3\xa7\xf3\xea\xd3\x87\ \x8f\x1e\xbd\xd2\xe1\x9e\x33\x6f\xac\x1a\xea\x0e\x06\xb9\xe1\x0b\ \xba\x33\x46\xcc\x1c\x15\x55\x76\xf8\xe0\xc1\x83\xa7\x9d\x43\xa7\ \x8f\xcd\x09\x0b\xf4\x04\x85\xf8\xc4\x5d\x21\x22\x4a\xc3\xd5\x73\ \xad\xce\xdc\xc7\x97\xcd\x9e\x30\x7b\xd1\xac\x61\xce\x73\x67\x6e\ \x32\x09\xc3\x93\x0a\x26\x4c\x1c\x3b\x7b\xc9\xb2\x62\x4f\xdb\xf9\ \xf2\x76\x7b\x12\xd2\x1e\xaf\x74\x86\x87\xe9\xc8\x34\x29\x67\x8c\ \x09\xd9\x70\xe9\x4c\x7b\xd8\xb0\xe5\x4b\x67\x4e\x98\xb3\x7c\x5a\ \x8e\x72\xe1\xfc\xd5\x2b\x97\x6e\xc4\x8d\x9a\xb3\x64\xfa\xd8\x89\ \xe3\x46\xc4\x87\xa9\x52\xb0\x9b\xe7\xcb\x9a\x3b\x5b\xcb\x0e\xed\ \xbf\x5a\xdb\xd5\xd3\x54\xdf\x61\xc9\xaf\x1a\xa8\x25\xb9\xd7\xc2\ \xdc\xa7\x9c\x03\x00\x00\x10\xbd\x9f\x7b\x91\x24\xb8\x14\x58\xf6\ \x96\xf7\xe4\x42\xda\xf5\xba\x10\xc6\xc8\x64\xdc\xb0\x82\xe2\x33\ \x3a\x3f\x21\x26\x44\xd5\x74\xc0\x7d\x37\xae\x95\x87\x65\x4c\xaf\ \xd8\xfd\xce\xde\xca\xd8\x67\x1e\x9f\x7b\x8d\xb5\x95\x0b\x09\x80\ \x94\xdc\x7e\x12\x04\xb8\x70\x25\x0c\x99\x3d\x6f\xbe\x53\xd2\xc5\ \xba\x23\xdc\xad\x18\x54\x68\x8a\x3c\xb6\x63\xed\xae\x86\xc4\x6f\ \x3d\x3e\xff\x2a\x6f\xaa\x16\x76\x36\x86\x60\x54\x4a\x15\x29\x18\ \x4a\x0e\x10\x10\x96\x1d\x82\x72\x57\x26\x08\x52\x54\x42\x14\x55\ \x20\x49\xa9\xc4\x10\x41\x00\x44\x2f\x78\x06\xb0\x9d\x09\xb2\xcf\ \x00\x29\x38\xe3\x12\x20\x64\xa7\xe2\x3a\xd3\x12\xdc\xa7\xaa\xca\ \xbb\xc5\xb8\x08\x0d\x70\x89\x15\x8c\xed\x7e\xb2\x57\xad\x3e\xc3\ \xb2\x60\x76\x34\x98\x7d\x53\x21\x80\x16\x36\x72\xf2\xec\xd1\x49\ \x98\xcd\x5b\xea\x74\x87\x5b\x16\x85\x10\x24\xe5\x8f\x9a\x1f\x33\ \x04\xe9\x11\x1e\xdc\xbb\x4e\x52\x81\xb3\xf2\x0a\xd3\x53\x5a\x8a\ \xf2\xe3\x85\xc5\x00\x00\xdc\x62\xe1\x99\x79\x85\xe9\xa9\xe1\x05\ \xf9\x6e\x48\x03\x12\x00\x49\xa1\x2b\x69\x58\x7e\x4e\x3b\xc9\x4f\ \x88\x20\xdc\x4f\x01\x00\x1c\xe9\xb9\x43\x0b\xb2\x2a\x7d\x39\x89\ \xe1\x80\xd3\xca\xcb\xe7\x71\xea\xb0\xf4\x28\x5d\xb0\x90\xb4\x64\ \x52\xe1\xd0\x9c\xd4\xda\xbc\x9c\x34\xc4\x29\x00\x50\x70\x16\x16\ \x9f\x93\x9f\x95\x25\x0a\x73\x5c\x58\x18\x00\x00\xc1\x91\x27\xb6\ \x28\x3f\xbb\xbe\xa3\x30\xd5\x8d\xa9\x49\x01\x10\x14\xb8\x0a\x8a\ \x0a\x52\xcb\xdd\x79\x39\x91\x8c\x72\x1e\x0a\x59\x42\x44\x64\x8e\ \x98\x94\x77\xe8\xa5\x5f\xac\x9e\xf8\xad\x7f\x28\x4c\x60\xdb\xa9\ \x65\x19\x96\x15\xb2\x58\x84\xa3\x74\xca\xf4\x03\xff\xfe\x93\x75\ \x22\xed\xaf\xff\x6d\x0c\x3e\x7d\xc1\x0a\x85\xec\x24\xdf\xbb\x8c\ \x67\x84\x10\x44\x05\x65\x12\x42\x88\x60\x7f\x75\x48\x29\x6c\x25\ \x4b\xca\xde\x04\x1a\x4e\xb9\xd0\x11\x02\x00\x48\x2e\x1c\x89\x29\ \xaa\xf7\x7c\x75\xb3\x37\x2f\xdf\x25\x4d\x41\x14\x05\x21\x68\x67\ \x47\xf7\xd9\x89\x21\x42\x80\x31\x26\x00\x40\xbd\x47\x24\xe7\x20\ \x7e\xc8\xc8\xf9\x0b\x4a\x85\xc5\x75\xdd\xe9\x81\x8c\xc9\xaf\x30\ \x93\x73\x29\x80\xbc\xc3\xe4\x50\x0a\x00\x90\x94\x80\x0b\x20\x04\ \x90\x02\x0a\x21\xb9\x04\x58\x02\x21\x80\x90\x90\x28\x2a\xc2\x18\ \x21\x8c\x91\x84\x08\x7d\x16\x67\x05\x84\x34\xd8\x7e\xfd\xe2\x39\ \xbd\x05\xdf\xba\x70\xe2\x74\x63\xe4\x33\x7f\x33\xd6\x3c\x74\x99\ \x53\x33\xe0\x0f\x84\x42\x96\xc5\x85\xee\x89\x88\x00\x9d\xfb\xf7\ \xed\xf3\x0f\x49\x4b\xce\x29\x8d\x3f\xb8\xf1\xe8\xb9\x1b\x25\x89\ \x0e\xa8\xc7\x46\x0e\x8d\x02\x5c\x00\x00\x11\x86\x82\x59\x81\x40\ \xa0\xb7\x78\xa8\x60\x86\x61\x0a\x00\xa1\xe4\x86\x11\xb4\x40\xd4\ \xb8\x31\x43\x5e\xdc\xbd\x6e\xb3\x36\x57\xbb\x5d\xe1\x33\x35\x04\ \x01\x00\x18\x5a\xcd\xfb\x76\x96\xe1\xa8\x98\xf6\x2b\x07\x02\x61\ \xe9\xd1\x91\x89\xa3\x4a\x0b\x5f\xd9\xf3\xde\x36\xd7\x34\xef\xa5\ \xbd\xfe\xc4\xe2\x61\xf1\x61\x17\x05\x6d\xa9\xbc\x72\xea\x04\xbd\ \xb0\x7f\x1b\xcc\x1e\x9b\x1f\xa1\x73\x49\x05\xc3\x25\xb3\xe6\x1f\ \xf9\xc5\x9b\xcf\xff\x1a\x4d\x2e\x49\x63\xde\x6e\x3d\x31\x6f\xcc\ \xc4\xfc\x55\xfb\x3e\xd8\xe1\x98\xd2\x79\x76\x97\x15\x5f\x5c\x94\ \x9a\xec\x18\x91\xbe\x6a\xeb\x9a\x48\x30\x4b\xde\xac\x0c\x18\xb1\ \x5a\x6c\xfe\xa8\x2c\xfd\xd4\xf1\xe3\x71\x53\xf2\x79\x10\xe5\x0c\ \x8f\x82\x10\x08\x01\xc2\xe2\xd3\x22\x13\x21\x90\x92\xf3\xbe\x50\ \x57\x09\x04\xa5\xa6\x65\x51\xce\xfb\x55\x5d\x21\xb8\x65\x9a\xd6\ \x80\x4a\x67\x52\x70\x6a\x59\x96\xb4\x44\xff\xae\x57\x0a\x46\x2d\ \xcb\xb4\x18\x07\xc2\x6c\x3f\x7f\xb5\x35\x6f\xc6\x52\x37\x66\x06\ \x05\x10\x4a\xce\xa8\x65\x99\x94\x09\xd0\x97\x44\x2a\x39\xa3\xa6\ \xc5\xe9\x9d\xa8\x52\x09\x04\xb5\x2c\xd3\xba\x53\xea\x0c\x48\xc9\ \xa8\x65\x9a\x94\x73\x0e\x09\x36\xfd\xbe\x80\x21\x24\x56\x86\x8e\ \x9b\x36\xa9\x39\x62\x4a\x69\x96\x64\x15\xd4\x0a\xf8\x03\x41\x7f\ \x8f\x9f\x87\x71\x1c\x95\x33\x6b\xc6\xa4\x38\x2b\x3b\x3f\x56\xbb\ \x21\x80\xd7\xdb\xcd\x05\xe8\x37\x82\x60\x82\x6a\xce\xee\xbd\xd4\ \x49\x62\x61\xfb\xd1\x72\x3a\x65\x46\x44\x4a\xea\x88\xa4\xed\x6f\ \xac\x7b\x6f\xc7\xc8\xc8\xce\xbd\xd7\xac\x99\xdf\xcd\xc7\x6d\x15\ \xde\x96\xaa\xb3\x27\x8f\x87\xae\x1d\xba\x41\x33\x9e\xcb\x8f\xe1\ \x9c\x4b\xc1\x1d\x49\xa5\xf3\xc7\x1c\xdf\xf4\xda\xaf\xbc\xb3\x26\ \xc5\xa9\x56\x97\xa9\x0d\xcb\x1d\x93\x7c\xf0\x9d\x77\xdf\xdf\x55\ \x1c\xd6\x72\xa8\x92\xcf\x99\x5d\x54\x62\x74\xed\x78\x63\xe7\xda\ \x8f\x94\x5c\x58\xd5\xee\xb3\x24\x54\x86\x8d\x1d\xb9\x73\x7d\xd9\ \xd9\x1b\xf1\x29\xba\xa5\xc6\xe5\xc7\x44\xc1\xaf\x1a\x20\xe4\x5d\ \xa9\xa6\xbc\x77\x55\x94\x40\x4a\x24\x25\x81\x18\x4b\x48\x10\x46\ \x90\x60\x40\x08\x84\x08\x49\x09\xb1\x44\x8a\xe6\xf2\x68\x4e\x57\ \xb7\x3f\xd0\xd2\xde\x11\xb2\x4c\xd3\xb2\x10\x82\xdf\x78\xe2\x89\ \xf4\xf4\x0c\xfe\xe9\x4b\x8a\x40\x00\x20\xe2\xc1\xce\xba\xba\xc6\ \xc6\xd6\x2e\x67\x52\xd1\x8a\xc7\x97\xe7\x46\x3b\x63\x93\xd2\x60\ \x4f\xd5\x99\x0b\xd7\x43\x7a\xe2\xd8\xd1\x25\xa9\x49\x89\xc9\x31\ \xce\x9a\x2b\x97\x1a\x7a\x50\xe1\xb8\xc9\x63\x86\x44\xd5\x5c\xbd\ \x78\xb3\xa6\x19\x87\x27\x66\x67\xc4\x61\x21\x38\xc0\xf1\xa9\x99\ \xb8\xab\xb2\xec\xfc\x55\xc3\x91\x34\x7a\xf4\xc8\xa4\x70\x1c\xa2\ \x8e\xec\xdc\x2c\x27\x32\xfd\x41\x99\x98\x31\xa4\x68\x68\x51\xa2\ \x23\x70\xf9\xdc\xa5\xc6\x90\x56\x32\x66\x5c\x61\x46\x2c\x92\x12\ \x4a\xd6\x7c\xbb\xfc\xf2\xd5\xf2\x90\x2b\xf3\xe1\x15\x0b\x52\x3d\ \x38\x32\x2d\x2f\x49\xed\x29\x2b\xbb\x4c\xa3\x0a\x1e\x59\x31\x2f\ \xc1\x01\x09\xc1\xfe\xf6\xda\x1b\x95\xf5\xce\xcc\xb1\x8f\x2e\x9d\ \x1e\xad\x0a\x2e\x80\x94\x82\x78\x92\x46\x0c\xcb\x09\x35\xdf\xba\ \x51\x51\xd3\xe1\x67\xd1\x29\x19\x23\xc7\x8c\x4b\xc4\xed\xe7\xce\ \x5d\xa5\xb1\xc5\x8f\x2d\x9f\x1d\xad\x80\xb8\xac\xc2\x78\xd2\x75\ \xe9\xc2\x95\x56\xea\x1e\x39\x76\xec\x90\xb4\x94\x21\xf9\x39\xb2\ \xad\xf2\xe2\xd5\xca\x1e\x4b\xcb\xca\xcb\xf4\x28\x48\xca\x3e\x45\ \x49\xde\x9d\xe4\xc1\x8d\x20\x53\xb3\xf2\x72\x3c\xa4\x17\x37\x12\ \x02\x1e\xf0\x5b\x71\x99\xb9\x49\x91\xaa\x6d\x39\x82\x10\x9a\xc1\ \x80\x1a\x93\x96\x93\x6c\x2f\x76\x00\x42\xc8\xac\x10\xc5\x11\x79\ \x05\x39\xac\xe6\xe8\xb6\x73\xfe\x87\x16\xcf\x8e\x42\x94\x4b\x00\ \x01\x04\x82\x06\x0d\x9c\x99\x97\xd3\x5b\x4a\x15\x42\x20\x45\x30\ \x68\x46\x67\x0c\x49\x89\x74\x0a\x61\x97\x4b\x05\x66\x30\xa8\x44\ \xa4\x0c\x49\x8f\xb6\x55\x12\x00\xa1\xb4\x42\x26\xf2\xe4\xe4\x66\ \x38\x20\xb0\x42\x3e\x4b\x89\xca\x1d\x92\xec\x76\xc5\x0e\x1f\x5d\ \x12\xa5\x4a\x2e\x64\x28\xc4\x13\xd3\x33\x35\x69\x86\xa7\x64\xa7\ \x44\xbb\xe3\x33\x8b\x8a\x73\x93\xa0\xe0\xcc\xb2\xb8\x12\x91\x9b\ \x9d\xac\x62\x3b\x20\x02\x63\x82\x8c\xee\xa6\x6b\x97\x2f\x57\xb5\ \x9a\xc3\x67\x2f\x9d\x51\x9c\x8c\xf5\xa8\xbc\xec\xf8\x86\xab\xe7\ \xca\x5b\xf8\x84\x85\x2b\x26\x17\xc4\x21\x84\x69\xb0\xa3\xe2\x66\ \xa5\x5f\x4b\x5d\xfa\xe8\xc3\x79\xb1\x9a\x5d\x2f\x91\x03\x25\xab\ \x68\x78\x92\x1e\xb8\x79\xfd\x66\x6d\x53\x07\x70\xc7\x14\x0c\x2b\ \x2d\xcd\x8f\xbb\x7d\xe5\x6c\x45\xab\x9c\xbc\xf8\x91\x09\x43\xa2\ \xf4\x98\xf4\xdc\x44\xf5\xd6\xa5\x0b\x15\x2d\x46\x4e\xc9\x98\x92\ \xbc\xd4\x84\xd4\x9c\xcc\x48\x7e\xed\xe2\xa5\xaa\xa6\xee\xf0\xa4\ \xac\x8c\x38\xb7\xf8\xca\x30\x79\x6f\xaa\xe9\x40\x20\x47\x61\xe7\ \x93\x43\x88\x00\xc4\x12\xa8\x8a\x82\x38\x08\xf3\xb8\x33\x33\xb2\ \x20\x04\x9d\xad\x75\x4e\x0d\xa9\xaa\x66\x30\x1e\x1d\x1b\x97\x94\ \x92\x56\x55\x5b\x7b\xe9\xea\x35\x5f\xc8\xe0\x8c\x73\x09\xf6\xec\ \xd8\x3a\x79\xea\xb4\x07\x2b\x78\x08\xa1\xa6\x3b\x15\xd4\x5b\x53\ \xd5\xb2\x05\x08\xc4\x36\x76\x30\x00\x92\x9a\x86\x45\x05\x56\x55\ \x4d\x55\x6c\xf9\x0c\xb0\xa2\xa9\x0a\x82\x80\x53\xcb\xe8\x87\x31\ \xb8\xe7\x12\x8e\x1c\x3a\x36\x0d\x83\x4b\xac\x3b\x34\x6e\x86\xa8\ \x80\xaa\xaa\x29\x0a\x86\x00\x70\x66\x99\xa6\x9d\x7c\x89\x54\x4d\ \x53\x08\x02\x52\x58\xa6\x41\xb9\x04\x00\x2a\xaa\xa6\x2a\x58\x0a\ \x66\x9a\x16\xe3\x12\x2b\xaa\xae\x2a\x10\x02\xc1\x99\x65\x5a\x03\ \xf1\xa2\x21\x22\x9a\xa6\x62\x04\x81\x5d\x51\x8a\x89\x81\xd7\x72\ \x21\x01\x84\x8a\x62\xdf\x54\x72\x6a\x19\x26\x85\x98\xa8\xaa\x4a\ \x30\x92\xb6\xae\xf1\x89\x93\x4d\x02\xa4\x38\x34\x62\x19\xc6\x80\ \x3c\x16\xa8\xe9\xba\x64\x86\xc9\x64\xbf\xce\x44\x54\x9d\x00\x66\ \x98\x77\x92\x4f\x11\x56\x35\x15\x09\x69\x1e\x7c\xeb\xa7\x47\xf8\ \xb8\x7f\xf8\xf6\x74\x69\x58\xfd\xd9\xe7\xba\xae\x50\xd3\x60\x03\ \x92\x3f\x55\x5d\x07\xcc\xb4\x68\xdf\x21\x09\x88\xa6\x13\xc8\x0c\ \xb3\xdf\x0b\x2d\x21\x56\xfb\x12\x5a\x25\xc4\xaa\xae\x20\xc3\x30\ \xfb\xbd\x2d\x00\x20\xdd\xa1\x31\xd3\x00\x8a\x86\x05\x35\x2d\x06\ \x60\x2f\x68\x2d\x52\x54\x9d\xc8\xce\xb6\x96\xee\x80\xd5\x57\x6f\ \x0f\x78\x62\x12\x62\xc3\x5d\x10\x08\x4e\x2d\xd3\x62\x12\x00\x84\ \x15\x4d\x53\x10\x00\x94\x9a\x16\x65\x10\x29\xba\xae\x22\x08\xa5\ \xe0\x96\x65\xdd\x55\x11\xd5\xee\x52\x82\xed\xbd\x90\x69\x59\x00\ \x29\x9a\xa6\x22\x20\xa9\xad\xc0\x00\x80\x15\x55\x53\x7a\x87\xcc\ \x34\x4c\x01\x20\x51\x54\x55\x25\xd0\x9e\x1b\xec\x2b\x64\x5a\xef\ \x4d\x35\xbd\x8f\x70\x05\x00\x21\x04\x01\x04\x00\x3a\x3c\xce\x98\ \x98\xd8\x94\xd4\x14\xc3\x34\xda\xdb\x1b\x7d\xa6\x09\x29\x0f\x84\ \x0c\xaf\x69\x05\x2c\x66\x32\xae\xa8\x3a\xb1\x04\xa3\xa1\xcf\x86\ \xe2\x08\xe4\x7d\x53\x4d\xb9\x19\xba\x93\x6a\x0a\x20\xe0\xd4\x0a\ \xf6\xd7\x30\x63\x34\xf4\x71\x0c\xa0\x7b\x2e\x01\x22\x14\x62\xbd\ \xe9\x9f\x21\x3b\x61\x53\x52\xcb\xf8\x58\x1d\x34\x31\x30\x93\xd4\ \x6e\x68\xe0\x69\x10\x82\xbb\xb2\x5c\xef\x35\x18\x32\xe3\xee\x94\ \xcc\x7b\x6f\x21\xef\xbe\x29\x84\x52\x70\xd3\x08\x99\x9f\x46\xc9\ \xb9\x4f\xbe\xa7\x34\x3f\x96\x7c\x6a\x27\xc5\x0e\x0c\xa5\x13\xdc\ \x0a\x19\x48\x05\x01\x14\x93\x3b\x33\x77\x38\xa6\x03\x3a\x4b\x72\ \xa3\x2f\xdb\xb6\xff\x90\x65\xdc\x93\x69\xda\xd7\xe6\x40\x5f\xea\ \x9d\x84\xd6\xfe\x8c\xdd\x3b\xe1\x52\x00\x08\xc3\xfe\xd9\xec\x7f\ \x98\xde\x58\x49\xc1\x29\x97\xac\xea\xdc\xbe\xad\xa7\x6a\x6d\x6c\ \x6b\xca\xf0\xe8\x85\x8f\xcf\x2a\x4e\xe6\x94\x0e\x78\xe6\x01\xe9\ \xc3\x76\xae\x6b\x90\x7d\xd2\x84\xb9\xb7\x93\xef\xba\xd6\x3e\x30\ \x60\xb6\x00\x00\x80\x64\xd4\x64\xf4\xab\x9b\xb5\x7a\x97\x24\x97\ \xb0\xd7\xc0\x8e\x00\x44\x00\x12\x8c\x55\x84\xa1\x04\x2e\xa7\x4b\ \x70\xde\x13\xe8\x92\x40\x00\x00\x24\x82\x52\x42\x4c\x14\x4d\xd3\ \x39\x07\x96\x45\x43\xa1\x90\x04\x70\xf7\xce\x2d\x0f\x2c\xc9\x07\ \xe9\x0f\x43\xfd\x98\x13\x5f\x0a\xc1\x75\x4f\xac\xe2\x60\x7a\xca\ \x1f\x51\x92\x43\x08\xa1\x6d\x4d\x86\x80\x0b\xc1\x19\xb5\x23\x27\ \x7b\x02\x5e\x04\x20\x54\x10\x05\x02\x00\x80\x21\x96\x42\x4a\xc3\ \xf2\x07\x2d\x42\x14\x8c\x30\x42\x84\x71\x36\x38\x72\x5f\xa2\xc5\ \xbb\x5f\x44\x7f\x29\x1e\xe6\x2e\x36\x97\xe0\xc1\xab\x69\x0d\xd2\ \xe7\x65\x5d\x07\x7d\xc6\x1f\x29\x25\x94\x76\x30\xa8\x1d\x09\x83\ \xa4\x94\x02\x40\x89\x10\x80\x80\xd9\xbe\x33\x08\x20\x14\x9c\x72\ \x89\xa5\xad\xe5\x0f\x66\x02\x0c\xd2\x27\xa8\xd8\x72\x50\x78\xff\ \x31\xcd\x6f\xbf\xf5\x47\x28\x00\xa0\x42\x30\x1b\xd2\x11\x48\x09\ \xa0\x94\x50\x42\x24\x21\x10\x10\x48\x00\x44\xaf\x4b\x53\x82\x3f\ \x95\xc5\x19\x42\xf4\x20\xf8\xf0\x10\x22\xf4\xfb\x67\xc0\x41\x88\ \x7e\xaf\xa8\x69\x88\x1e\xe4\x7a\x3b\x80\xe9\xf3\x7f\x8b\xcf\xa3\ \xf7\x11\xfa\x92\x84\x8f\xff\xee\x27\x81\xbf\xef\xa8\x7d\x59\x5e\ \xf9\x13\xa7\xbb\xb4\xc3\x58\x61\xef\x9f\x80\x40\x42\x08\x25\x84\ \x12\x22\x01\xfa\xbc\x3a\x12\x20\x01\x90\x04\x40\x00\x20\xfe\x80\ \xe3\x81\x3f\xbf\x29\x2a\xb8\x65\x5a\x9f\x7e\x41\x12\xcc\xb2\x6d\ \xb6\xbf\xef\x4d\x2d\xfa\x7b\xac\x82\xc2\xb2\xac\x7b\xe0\xa2\xb0\ \xa2\xb9\xdc\x6e\x97\x43\xfb\xf8\x10\x52\x23\x64\xdc\x0d\xc9\x24\ \x38\xb5\x28\xff\xe3\x33\x16\x04\xd4\xb2\xbe\x0c\x6e\x6a\x08\x01\ \xb5\xcc\x01\x5e\x86\xfb\x0e\x1a\xb3\xac\xdf\x1b\xc3\x47\x0a\xcb\ \xb2\xf8\x97\x87\xc9\xa1\xfc\x04\x6e\x87\x40\x42\x00\xa5\x44\x40\ \x60\x29\x10\xb0\xff\x38\x00\x1c\x00\x2e\x01\x07\x50\x02\x28\x3f\ \x93\xbe\x6e\xbb\xac\x08\x21\x44\xb1\xab\x17\x7f\x7c\x38\x24\xf3\ \xf5\xf8\xac\x01\x7e\xa3\xcf\x3e\xb4\x44\x0b\xd5\x9f\x5f\xff\xfe\ \xee\x2e\x70\x37\x10\x04\x44\xf7\xc9\x72\x05\x90\xa8\xe8\xfa\x91\ \xcd\x5b\x8e\x55\xde\x27\xd5\x14\xf4\xd6\x63\xb4\x71\x85\x7f\x0b\ \xb0\x04\x24\x9a\xaf\xea\xd4\xba\x0f\x0e\x7c\x62\xaa\x29\x44\x8a\ \xaa\xaa\x8a\x42\x14\xe5\x3e\x60\x09\x48\x21\x81\xda\x0f\xd7\x6f\ \xbc\xe5\x93\xfd\x15\x1e\x31\xc1\x9d\xd5\xe7\xdf\x5b\xfd\xf6\xfb\ \x3b\x4e\xf6\xc8\x81\x90\x10\x48\x55\xad\x93\x1f\xad\xda\x79\xbe\ \x4d\xed\x7b\x66\xa2\x92\xf2\xa3\x5b\x36\x1d\xbe\x79\xdf\xb7\xf8\ \x1d\x96\x1b\xa2\xf4\xb7\x83\x15\x55\x21\x08\x22\xa2\xaa\xbd\xc5\ \x8c\x11\x26\xaa\x42\x20\x44\x8a\xaa\xf6\x25\xde\x61\x55\x55\x10\ \x84\x44\x51\xfb\x12\xc8\xa0\xa2\xaa\x04\x43\x84\x15\xa3\xf5\xf2\ \xfa\x0d\x3b\x3a\x85\xd3\xa9\x11\x78\xa7\x4d\x0c\x11\xee\xef\x7f\ \x88\x89\xaa\xf6\xb6\x49\x10\xec\x05\xee\x56\x55\x04\xa1\x7d\x72\ \x6f\xa7\x2a\x2a\xc1\x10\x22\xa2\xf7\xe7\xfc\x01\x00\x11\xd6\x34\ \x8d\x20\xbb\x5a\x83\x6a\xbb\xe5\x7a\xfb\x85\x28\xba\xd6\x37\xc4\ \x48\xe5\xed\xd7\xde\x7d\x77\x7b\x33\x23\x18\xf6\x36\x75\xef\x8b\ \x2b\x6a\xe3\xf9\x3d\xef\xed\x3e\xc7\xef\x97\x2f\x88\x70\xff\x88\ \xfd\xb6\xa1\x07\x48\x11\xed\xd7\x36\x6c\xd8\xda\x64\x11\xf2\xc7\ \x93\xe6\xbf\x6d\xd4\x07\x72\x95\x04\x00\x01\x88\x05\x00\x36\xe4\ \xb7\xec\x35\xa8\xd8\xa1\x33\x00\xf2\x5e\xcc\xdf\x07\x61\x74\x88\ \x30\x30\x3a\x3e\x78\xed\xe5\x8b\xed\xc4\xe5\xd4\xc2\xa2\x93\xc7\ \x4c\x9d\x35\x32\x33\x92\x71\xa9\xe9\xba\x82\x11\x67\x96\xc5\x01\ \x6d\xa9\x78\x67\xc3\x91\x85\xdf\xf9\xf3\x3c\x0f\x08\xf8\x42\x12\ \x2b\x0e\x5d\x43\xa0\x17\x23\xb9\xbf\x2d\x4d\x77\x28\x18\x72\x66\ \x19\x86\x29\x21\xb6\x5b\x00\x52\x98\x86\x41\x19\x07\x10\x29\x9a\ \xae\x6b\x2a\xb5\xba\xab\x6b\x1a\x29\x44\x50\xf2\xbe\xe1\x57\x69\ \xdb\x8d\xd7\x3e\x38\x32\xf9\xd1\x27\x73\x23\x89\xed\x87\x97\x9c\ \x1a\x86\x85\x10\x68\x6f\xa8\x69\x0c\xcb\xd7\x1d\x2e\x95\x18\x86\ \x61\xf6\xdf\x10\x2b\x4a\xcf\xed\x0b\xdb\x76\x1e\xbc\xdd\x1e\x84\ \x5a\xf8\xa8\x69\xf3\xa6\x8f\xca\x54\x20\x51\x55\x22\x39\xed\xf3\ \x81\x43\xfb\xa6\x81\x50\x47\x55\x6d\x37\x83\x08\x42\xa4\xe9\xba\ \x82\xa1\x0d\x05\xdd\x7b\x7f\x19\x3c\xbd\x6d\xcb\x81\xf3\x35\x0c\ \x29\xc9\x43\xa7\xae\x98\x3b\x36\xdc\x41\xb8\x65\x58\x4c\x2a\xba\ \x8e\x21\x12\x96\xb7\xba\xaa\x2e\x5f\x75\x3a\x3c\xc8\x0a\x19\x96\ \xc0\xa2\xe3\xca\xba\x75\xdb\xc2\x87\x8e\x19\x12\xee\x44\x40\x62\ \xa2\x39\x34\x05\x70\x6a\x58\x1c\x41\xd1\xd5\xda\xd4\x1d\x43\x21\ \x04\x10\x62\x4d\x77\x28\x0a\xf6\xb7\xd5\xd5\xb2\x24\x84\xfa\xb8\ \x02\x4a\xcb\x34\x2c\xca\x21\x51\x6d\x7c\x6b\x6a\x1a\xa6\x35\x30\ \x01\x17\x40\x88\x15\xe9\xdf\xb9\xfa\xa5\xd6\xe4\x79\x4f\xce\xce\ \x87\x40\x5e\xdf\xb7\xfe\x70\x7b\xdc\x98\xf8\x8e\x23\x95\xce\xa7\ \x9f\x5e\xe8\x86\x20\x50\x73\x64\xe5\xce\xda\x69\x13\xd2\x0f\x1e\ \xba\x3e\xfb\xeb\x4f\x17\x44\x11\x1e\x6c\x78\xe7\xd5\xcd\xc9\x93\ \xa6\x34\x1d\xdd\x1f\x35\xe5\xf1\xb9\xc5\xf1\x50\x84\x0e\xbd\xfb\ \x7a\x65\xd8\xa4\xa7\x17\x97\x56\x97\x9d\x6c\xa4\x89\x97\xb6\xbd\ \xba\xc7\x35\xf2\xeb\x0b\x46\x28\x00\x54\x1f\x7b\x7f\x5b\x65\xf8\ \xd4\xac\xc0\x9e\x6b\xf0\xa9\xa7\x96\x44\xab\xd0\x5f\x5f\xf6\xda\ \x87\x97\xc6\x4f\x2f\x38\xbe\xf3\xdc\x94\x27\x9f\x19\x16\xa7\x83\ \x50\xd3\x86\xb7\x36\x46\x8d\x9c\xea\x3b\xbf\x07\x8d\x78\x6c\xd9\ \xa8\x44\x00\xd9\x89\x8d\xaf\x5f\xd7\x46\x2f\xcd\xed\xf8\xe9\x96\ \xda\xc7\xbe\xf5\x8d\x4c\x0f\x60\x50\x81\x5d\x37\x5e\x59\xb5\x75\ \xc8\x82\xef\xce\x2e\xd2\xcf\x6e\x5b\x79\xa0\x2e\xe9\x3b\xcf\x3c\ \xa4\x31\x0b\xa9\x5a\xd7\xf5\xdd\xaf\x6c\x6f\x78\xf2\xd9\xaf\xa7\ \x78\x20\x54\xe0\xb5\xf3\x27\xaa\xbc\x09\x2b\xdc\x8a\xc2\x7b\xb6\ \xae\x59\xcb\x0a\x97\x2f\x1c\x11\xcb\x25\xd2\x75\x15\x01\x61\x1a\ \xa6\x44\xc8\xd7\x5a\x5b\xdb\xaa\x39\x75\xa7\x4a\xcc\x90\x61\xf6\ \x43\x06\x60\xa2\x98\xed\xe5\x1f\x6e\xdb\x53\xde\xd0\x23\xb1\xa3\ \x60\xfc\xac\x39\x93\x8a\x9d\x04\xaa\x8a\x02\x24\x33\x0c\x93\x0b\ \x69\xe7\xb7\xea\xba\x66\x35\xfb\xaa\xaa\xeb\xc7\x0b\x84\x10\x54\ \x89\xae\x2a\x98\x53\xd3\x30\xa9\xfc\x63\x49\xf2\xdf\x6e\x20\x1d\ \xc0\xda\x10\xf6\xea\xf1\x00\xda\x9f\x25\xfc\x4c\x21\xad\x10\x58\ \xde\xf2\x9a\xae\xe1\x0f\x2d\xff\xe6\xe3\x4b\x87\x46\x07\xd7\xbe\ \xf8\x8b\xfd\x15\x3e\x5d\x7a\x8f\xed\xf8\xe0\x8d\x37\xdf\xde\x75\ \xfc\x9a\x05\x15\x28\x58\x47\xcd\x85\xf7\x57\xbf\xb9\x6a\xe3\x11\ \x3f\x50\x68\xc7\xad\x8f\x36\xac\x5a\xf5\xee\x8e\xea\x2e\x6a\x57\ \x20\x86\x08\x43\xa3\xf3\xd8\x8e\xf7\xde\x78\xf3\xed\x9d\xc7\xaf\ \x53\xac\x01\xda\x75\x66\xef\xd6\xd5\xab\x56\xae\xda\xb0\xf5\x56\ \x7b\x88\x28\x0a\xc1\xa2\xaa\x6c\xdf\xea\xd5\x6b\xb7\x9d\xb8\xc9\ \xb0\x76\xd7\xc2\x0d\xa1\xb4\x02\xb5\xd5\xb5\x01\x2a\x55\x0d\x37\ \x5d\x3b\xb1\xf6\xed\x95\x1b\xf7\x9c\xf1\x32\x4c\x30\x54\x55\xa5\ \xb3\xf2\xec\x7b\xef\xbc\xfd\xfe\xae\x53\xdd\x14\xd9\x09\xc9\x08\ \x2b\x66\x63\xd9\x4b\x2f\xae\xea\x8a\x18\xb6\xe2\xf1\xc7\x17\x4c\ \x1b\x1d\xe7\xd1\x08\x06\xf5\x57\x8e\xac\x7d\xfb\xed\x8d\x7b\xcb\ \xfc\x02\x13\x8c\x09\x62\x37\x4f\xee\x5a\xb5\x7a\xdd\xae\x33\x95\ \x80\x28\x18\x13\x2c\xfc\x67\xf7\x6e\x7a\x6b\xe5\xda\x23\x57\x1b\ \x11\x21\x10\x00\xac\xa8\xad\x17\x76\xbc\xb3\xb7\x72\xdc\xc3\xdf\ \x78\x72\xf9\xbc\x61\x59\x09\xaa\xf0\x9e\x3d\xb4\xff\x66\x1b\xd5\ \x14\x59\x7d\xee\xf0\xe9\xf2\x56\xa4\x68\x04\x04\xce\xec\x7c\x7f\ \xf5\xaa\x0d\xa7\xca\x5b\x89\xa6\x07\x9a\x6e\xdf\x6e\xeb\xb1\x82\ \x3d\x5e\x13\xb8\x1c\x4a\x5b\xc5\x99\xf5\xab\x56\xbe\xb7\xf3\x44\ \xa7\x09\x09\x86\xc8\xce\xda\x41\x04\xd0\xae\x63\x3b\xde\x5d\xb3\ \x6e\xc3\xf9\xdb\x5d\x8a\xa2\x60\xa2\x30\x6f\xdd\xae\x0f\xde\x59\ \xb9\x6e\xf3\xf5\xe6\xa0\xaa\x69\xa1\xb6\xca\xdd\x9b\x37\xbc\xf9\ \xd6\xda\xe3\xd7\x9b\x91\x72\x57\xaf\x48\x29\xb8\x1a\x3e\xb4\x20\ \xf5\xe2\xee\xcd\xe5\x3e\x42\xbc\x15\xdb\xf6\x5c\x88\xcf\x2b\x1e\ \x3e\xac\xd0\x77\xfd\xd0\xbe\xcb\x1d\x0e\xdd\xd8\xf7\xd1\x6e\x33\ \x2a\x7b\x58\x49\x71\x9c\x79\x6b\xcb\x9e\x73\xc8\xe1\x2c\x3f\xb2\ \xed\xb2\x2f\xac\x64\x58\x71\x51\x0a\xdc\xb5\x79\x57\x07\x70\xf8\ \xab\x4f\xef\x38\xdb\x56\x38\x6c\x88\x46\x1b\xcb\xae\xb5\x14\x8c\ \x99\x3a\x61\x68\xe2\xc5\xbd\xdb\xae\xb4\x01\xcd\xac\xfd\x68\x47\ \x59\x4c\xde\xd0\xa1\x25\x43\x79\xf9\xc1\x3d\xe7\x1b\x35\x9d\x1d\ \xdb\xbe\xad\x3b\x3c\xbb\xb8\xa8\x38\x45\x69\xd8\xbc\xe3\x34\xd6\ \x1d\x55\x27\x77\x9f\x6d\xd6\x86\x96\x0c\x2b\x4a\x73\x1e\xfe\x68\ \x6b\x8b\x74\xd2\x86\xb2\x1d\x27\xeb\x72\x8b\x0b\xac\x96\xdb\x27\ \xf7\x6f\xdd\x7e\xfc\x3a\x54\x75\x9d\xf0\x0b\x07\x77\xee\x38\x5c\ \xd6\xd4\x65\x60\xc4\x5a\x6f\x57\xee\xdf\xbe\xf1\x48\x79\xb7\xa6\ \x2a\xaa\xe8\x3e\xf8\xe1\xc6\xc3\x97\x2a\x7b\x42\x16\xc6\x0a\xb1\ \xda\xce\x5d\x69\xcc\x1b\x53\xea\x86\x12\x00\xd6\x5a\x5f\xdd\xd2\ \x63\xa9\xaa\x66\xb4\x57\x6e\xdd\xb0\x66\xd5\xbb\x3b\x2a\x3b\x4c\ \x45\xc1\x8a\xaa\xfa\x9b\x6f\x6c\xdc\xb0\x66\xed\xe6\x83\x4d\x41\ \xd1\x37\xd9\x88\xf0\x55\xbe\xf1\xfc\x2b\x15\x2c\x65\xf1\xa3\x8f\ \x2f\x99\x33\x29\x25\xca\x49\x08\xec\xa8\x3a\xf7\xde\x9a\xb7\xd7\ \x7f\x74\xa4\xdd\x80\x04\x63\x85\xc8\xfa\xcb\x47\xde\x79\x7b\xcd\ \xa6\x83\x97\x2d\xa4\x60\x82\x09\xa4\xd7\x4e\xec\x58\xf9\xd6\xaa\ \xdd\xa7\x6f\x71\xfc\x85\xca\x75\xf4\x49\xa2\xdb\xd6\xde\x07\xfe\ \xd9\xae\x35\x71\x47\x35\x87\x40\x22\x08\x10\x94\x08\x88\xbe\xbd\ \xfb\x83\x9b\xdf\x88\xe6\x8e\x4f\x48\x4a\xcf\xcc\x9b\xfd\xd8\x33\ \xcb\x46\x38\xf7\xed\x3a\x6e\x00\xa8\x3a\x23\xd3\x93\xc3\xcf\xef\ \x7c\x77\xfb\xd9\x3a\x45\x57\x88\xe6\x8a\x8e\x8d\x4f\x4c\x88\x11\ \xed\xd7\xd7\xae\xde\xd8\xa5\x26\x86\x19\xb7\xd6\xae\xd9\xd4\x60\ \x11\x62\xd7\x44\x97\x40\x75\x47\xa6\x26\x85\x9f\xdf\xb9\x76\xc7\ \xf9\x56\xe0\xbb\xb9\x69\xe3\xfe\x90\x1e\x23\x9a\xca\xde\x78\xe3\ \x83\x36\xa9\xd4\x9f\xdc\xf4\xea\x7b\x47\xb8\xa6\x1b\xbe\x6e\xc3\ \x12\xf7\x82\xcc\x40\xa4\xa8\x0a\xd1\xd4\xa6\x73\xdb\x5f\x5d\xbb\ \xdb\x72\xb8\x9b\xcf\x6d\x7d\x65\xfd\xbe\x80\x54\x09\x10\xbe\xae\ \x4e\xa0\xe9\x75\xa7\x37\xbf\xf2\xee\xa1\x10\x50\x20\x84\x84\xc8\ \xf3\xfb\xf6\x04\x53\xa7\x3d\xf7\xe4\x82\x82\xec\xcc\x92\xd1\x63\ \x47\x0d\x4d\xaf\x3f\xf9\xe1\xcb\xeb\x0e\x30\xa7\xbb\xe1\xf4\x87\ \xaf\x6d\x38\xcc\x54\xb5\xe2\xd0\xbb\x6f\x6c\x3e\x0d\x1d\x5a\xc0\ \xd7\x63\x52\xa0\x22\xe3\xe8\xc6\x35\x07\x2b\x69\x5a\xa2\x7e\xe4\ \xbd\xb7\x0f\x55\x74\x13\x82\x25\x90\x44\x73\x68\x44\x5a\x0c\xc5\ \x0f\x19\x3e\xb1\x34\xdf\x09\xbb\x8f\xed\xda\x76\xb5\xd9\xd2\x54\ \x51\x71\x62\xcf\x91\x6b\x4d\x48\x51\x99\xe9\xef\xf6\x71\x5d\x76\ \x6e\x7a\xe3\xd5\x83\x37\x3b\x10\xc1\x8a\xc3\x19\x19\x15\x19\x11\ \xe9\xe9\xb8\xba\xef\x95\x55\x5b\x03\x8a\xbb\xf3\xea\x9e\xdf\xac\ \xde\xde\xcd\x08\xb6\x0b\x3f\xc2\xc0\xfe\xb5\xaf\x6e\x3d\xd7\xec\ \xd0\x61\x77\xb7\x8f\x43\x22\x83\xb5\x1f\xac\x5e\x5f\x2b\x63\xe2\ \x71\xcb\xbb\x6f\xbf\x7b\xdb\x40\x0d\x67\x77\x7d\x74\xfc\x96\x1e\ \x11\x46\x10\x00\x40\x4a\xd0\x8b\xbd\xa1\xab\x04\x00\xc9\x2d\x96\ \x36\x66\xc1\xec\x1c\xba\xe5\xc3\x5d\x7b\x76\xec\xa2\xb9\xb3\xe7\ \x94\xc4\xe1\xd8\xa1\x8f\x2d\x28\x3a\xb3\x63\xf3\x91\xbd\x3b\xce\ \xfb\x92\x1f\x59\x30\x06\xc1\x88\x85\x8f\x2d\x09\x5d\xda\xb3\xf7\ \xf0\xbe\xed\xa7\x5a\x1f\x5a\xb1\x38\x1a\x83\xe2\x39\x8f\x14\xa1\ \xf2\x2d\xbb\x0e\x6d\xdf\x7e\x24\x63\xfa\x8a\xb1\xd9\x91\xed\x37\ \x2f\xd6\x9a\x31\x25\x43\xa2\xa2\x8b\x66\x2e\x2c\x21\x3b\xb7\xed\ \xda\xbb\x75\xab\x2f\x65\xf2\xc2\xd1\x29\xd0\x33\xe4\xb1\x65\x63\ \x2f\xed\xd9\x7a\xf4\xc0\x8e\x93\x2d\x91\x8f\x2c\x9e\x40\x80\x73\ \xce\x23\x0f\x83\xf2\xfd\xdb\x0f\x1d\xdc\x71\xec\xf6\xcc\x15\xcb\ \x92\x55\x59\x30\x63\x79\xa9\xab\x6e\xf3\xb6\xfd\xdb\xb7\x1d\x8c\ \x9d\xb0\x6c\x72\x4e\x78\x73\x17\x2f\x1d\x37\xb2\xfb\xf2\xa1\x1b\ \x1d\x82\xb6\x5c\x39\x7c\xc3\x18\x35\xaa\x90\x06\xba\x01\xb3\x82\ \xa6\x7b\xcc\xf8\xf4\x73\xfb\x0f\xf6\x10\x47\xd3\xc5\x83\xe5\x34\ \x6d\x72\x4e\x58\x47\xd0\x44\x0a\xee\xae\xbb\x51\x15\x88\x2c\xcd\ \x4d\x10\x5c\xd8\x9a\xbf\xa2\x28\xac\xeb\xfa\x5b\xaf\xbe\x7d\xd3\ \x47\x48\xcf\x8d\x37\x5f\x7e\xfb\x66\x27\x57\xb1\xf4\xf7\x74\x31\ \xac\xf7\x94\x1f\x78\xe5\xad\x8f\xda\x19\x42\x10\x60\x82\xab\x8f\ \xef\xb9\xa5\x14\x7d\xe7\xdb\x8f\x0d\xcf\xcb\x2c\x1a\x31\x66\xc2\ \x88\xbc\x40\xf9\x81\xdf\xbc\xbe\xa9\x13\xbb\x7c\x15\x07\x5e\x7d\ \x6b\x73\x0f\xd2\x5b\x2e\xee\x7a\x79\xf5\xae\xa0\xea\x30\x7d\x3d\ \x86\x25\x54\x2c\x2f\xee\xdd\xb0\xe5\x74\x4b\x72\x6a\xf4\xa5\xdd\ \x6b\x3f\x3a\x53\xdf\x07\x71\xf1\x65\x92\xe4\x9f\xc2\xc0\xf0\x7b\ \x98\x26\x04\x67\xcc\x32\x98\x9a\x9c\x96\xc6\xba\x9a\x02\xc8\xe9\ \x56\x45\x8f\xd7\xc4\x34\x78\xbb\xae\xd1\x82\x00\x39\x62\xc7\x4f\ \x9f\x33\x7b\x62\x51\x47\xf9\x89\x33\xb7\xbc\xdc\xf0\x06\x39\xab\ \xbd\x71\xb1\xb2\x21\xa0\x10\x0c\x24\x80\x9a\xc3\x45\xa4\x37\xc0\ \x20\x0f\xde\xbe\xdd\xc0\x05\x57\xa3\xd2\xa6\xcf\x5f\xf2\xcc\x33\ \x0f\x47\x05\x6f\x57\x34\xb5\x9c\x3a\x71\x65\xc8\x8c\x27\x9e\x7e\ \xf4\xe1\x25\xb3\xc6\x84\x6b\xf2\x63\xb6\x1f\x08\x20\x56\x65\xf7\ \xb1\x43\x27\x62\xc7\x3d\xfa\xad\xc7\x1f\xfb\xf6\x93\x4b\xe8\xb5\ \xa3\x17\x5b\xfc\x02\xe2\xcc\x51\xb3\x1e\x59\xf1\xd8\x73\x4f\x2e\ \x32\xae\x1d\xbf\xd1\x6d\x10\x88\x20\x08\x35\xb4\x05\xe3\x53\xd2\ \x5c\xd2\xb0\x28\xa3\x16\xe3\xb4\xf3\xc8\x81\x73\xe9\x93\x1f\x7d\ \xfa\xb1\x47\x9f\xfb\xe6\x02\xff\xf5\xa3\x57\x9a\x5a\x4e\x9d\xbc\ \x39\x7c\xc1\x53\x4f\xae\x78\x78\xf1\xb4\x91\x6e\x0d\x9b\x5d\xe5\ \x07\x4f\xdc\xa0\x9c\x75\xf9\x43\xa1\xee\x9a\xb3\x17\x6f\x63\x8c\ \x04\xb5\xa2\x86\xce\x79\x76\xd9\xa8\xeb\x3b\xd7\xfe\xfc\x67\xbf\ \xda\x72\xe2\x16\x20\x8a\xe6\x70\xaa\x04\xda\x11\xa6\x9a\x82\xa5\ \x60\xc4\x95\x34\x73\xd9\x8a\x47\x9e\xfa\xf6\x82\x62\xf5\xd8\xd1\ \x2b\x96\x00\x8e\xa8\x8c\xe9\xf3\x16\x4e\x1d\x99\x50\x76\xf0\x80\ \xb3\x64\xc9\xb3\x5f\x7f\xec\xd9\xa7\x1e\x55\x2b\x4f\x9e\xab\xef\ \xc6\x04\x43\xa4\x98\xad\x97\x8f\x57\xb0\xa5\x4f\x7f\x77\xf9\xb2\ \xe5\xd3\x86\x67\x60\x04\x3b\x6f\x9c\x3a\x5e\xde\x2a\x68\x20\x60\ \xb1\xf6\xea\x73\x97\x6b\x83\x82\xcb\x84\xbc\xb1\x2b\x96\x2f\x1e\ \x3d\x24\x5e\x30\x40\x40\xcf\xa1\x4d\xef\x3c\xff\xfc\x8b\xef\x1f\ \xbe\x01\x31\x06\x40\x58\xc2\x39\xf3\xe1\x65\xf2\xd2\xfa\x75\x65\ \x60\xf9\xb2\x69\x4e\x6e\x1a\x06\xcf\x9d\xbc\x64\xb4\xa3\xe2\xa5\ \xd5\x47\xc7\x2c\x59\x9e\x15\x06\x0c\xd3\x70\x67\x8c\x5b\x31\x25\ \x66\xe5\x0b\x6f\xe9\xc3\xe7\x4f\xcd\x8d\x34\x4d\x93\xeb\xc9\x0f\ \x3f\x32\xeb\xe6\x86\xe7\x4f\xb2\xfc\xe5\xb3\x87\x2a\xd4\x77\xf5\ \xc2\x25\x2d\xb3\x38\xcd\x05\x83\x54\x9f\xb6\xec\x11\xf7\xb5\x4d\ \x2b\x4f\x06\x17\x2f\x9b\xe9\x01\x96\x65\xd2\xcc\x09\x8b\xa6\x26\ \x34\xfe\xec\xe5\x7d\x23\x17\x3c\x9c\x1f\x81\x4c\xd3\x74\x24\x97\ \xae\x98\x99\xbd\xf1\x85\x17\x43\xf9\x73\x67\x0e\x8b\xb5\x4c\x93\ \xa9\xf1\x8b\x1f\x99\x53\xbd\xe3\xd5\xfd\xad\xc9\xcb\xe7\x8c\xc4\ \xcc\xe8\xe9\xee\x89\x29\x99\x39\x35\xc5\x3c\x74\xfc\xe2\x85\x93\ \xc7\x50\xce\xd4\x69\x05\xd1\xde\xee\x1e\xc9\x99\x2f\x28\x46\xce\ \x98\x97\x14\xba\x71\xfa\xfc\xd5\xc3\xc7\x6f\x14\xcd\x9c\x97\xe3\ \x16\x5d\x41\x93\x20\x59\x79\xf1\x02\x4e\x2d\x4a\x8b\xd6\x79\x6f\ \x98\x26\xc4\x0a\xa9\x3a\x75\xa8\xc9\x51\xf4\xec\xb7\xbf\xf1\xf5\ \x6f\x3f\x55\xe4\xa8\x3b\x78\xfa\xb6\x04\x38\xb9\x60\xfc\xc3\x2b\ \x56\x7c\xf7\xdb\x8f\xb9\x5b\xca\xce\xd6\x04\x14\x8c\x20\x94\xcd\ \x4d\x9d\x51\xc9\x29\x61\x3a\x33\x4d\x46\x29\x65\xdc\x3a\x77\xf0\ \xb0\x3a\x74\xee\xb7\xbe\xf1\xd8\x77\xfe\xec\x31\xbd\xf9\x7c\xd9\ \xcd\xd6\xcb\x27\xcf\x26\x4c\x5a\xfe\xed\xaf\x2d\x5f\x31\x7f\x62\ \xb4\x83\x50\xa3\xf9\xc8\xc1\xb2\x20\xe7\x3d\x3d\x21\xea\x6f\x3b\ \x57\x76\xcd\x22\x5f\x5c\x5a\xfb\xe7\x78\xa3\xcf\xcc\xe5\x10\x21\ \x4c\x88\xaa\x13\xda\x58\x57\xaf\xc7\xc5\xd7\x1c\xdc\xb0\x6e\xcf\ \x75\x4f\x6c\x7c\x94\x47\x87\x7d\x8e\x56\x2e\x38\x00\xc2\x0a\x85\ \xd4\x88\xf8\xb4\x94\x84\xc4\x8c\xd2\x6f\x7f\xef\x99\xc2\x58\x6c\ \x31\xa1\x29\xf2\xda\xbe\x0d\xef\xec\xb9\xe6\x8e\x8e\x8f\x0c\x73\ \x20\x20\x25\x84\x10\x48\x6a\x4a\x89\x55\xa7\x46\xb8\x65\x59\x0c\ \xb8\x5c\x4e\x00\x80\x18\x68\x50\x85\x48\xd5\x54\x95\x10\x42\x90\ \x94\x00\x72\x1a\xb2\xa4\x27\x3c\x1c\x00\xa9\x3a\xc2\x5c\x58\x84\ \x28\xeb\x4d\xb5\x05\x40\x75\x38\x55\xc8\x4d\x2e\x00\x90\x12\xe8\ \x71\x11\x5a\x7b\x73\x63\x08\xeb\x2a\xc1\x44\x51\x15\xcc\x0d\x0a\ \xc2\xc2\x3d\x40\x0a\xc5\xe5\x71\x12\x1e\x0a\x19\x96\x40\x2e\x97\ \xc3\xbe\x1e\x42\x28\xcd\x10\xc5\x8e\x94\xb4\xd4\x84\x98\xe4\xb9\ \x4f\x3c\xb7\x7c\x62\x86\x45\x39\x00\x82\x03\xad\x64\xc6\x8a\xbf\ \xf9\xbb\xbf\xfd\xc6\xf4\x8c\x03\xeb\xde\x38\xd9\x60\x2a\x48\x4a\ \x40\x80\x82\x07\x3a\x5f\xa4\xe0\x00\x60\x97\xdb\x29\xa8\x29\x80\ \x1d\xd7\x6d\x4a\xcb\x08\x19\xdc\x1d\x11\x0e\x01\x20\xba\xcb\xad\ \x82\x60\x6f\x34\x38\x11\x96\xc9\x89\xee\xd2\x55\x00\x98\x9d\x8d\ \x62\x05\x43\xd8\x15\x9d\x9a\x92\x10\x9b\x32\xf4\xc9\xef\x3e\x37\ \x36\x45\xa3\x12\x00\xc1\x4c\xda\x1b\x1f\x2e\x01\x8e\x88\x8d\x4f\ \x4d\x4d\x89\x8b\x70\xd9\x91\xa9\x82\x51\x47\xe2\x90\x51\x05\xe9\ \xe9\xf9\x23\x73\xa3\x88\xc9\x25\x90\x8c\x2a\x31\x63\x47\x0d\x4b\ \x48\x1a\x32\xb2\x28\x9e\x19\x14\x00\x69\x59\x20\x77\xcc\xa8\x8c\ \xf8\xe4\x11\x23\x8a\x54\x61\x49\x00\x38\xb5\xa2\x33\x87\x0f\xcd\ \x4c\xce\x1f\x31\x3c\xd6\x89\x4c\x5f\xcb\xc5\xf2\xae\xa2\x92\x02\ \x15\x72\xc9\x4d\x1c\x99\x33\x7a\x68\x56\xca\x90\xe2\xdc\x64\x17\ \xa5\x1c\x00\x41\xa1\x67\xc4\xd8\x92\xe4\xc4\x9c\x91\xf9\xc9\x94\ \x31\x00\x81\xc5\x40\x6e\xc9\xa8\x8c\xf8\xe4\x11\xa3\x0b\x34\x66\ \x09\x00\x99\x49\x23\x73\x8a\x4b\xb2\x92\x86\x14\x8f\x4e\x75\x09\ \xca\xcd\xa0\x69\x41\x1c\x3e\x76\xe6\xd4\xee\x23\x6f\xac\x3c\x61\ \x4c\x9f\x35\x26\x1c\x49\xc3\x30\x4c\xc6\x82\x96\xe5\x8c\xcc\x9c\ \x3d\x21\x63\xc7\x5b\x2f\x5d\x36\xd2\xa6\x8c\xca\x52\x20\x35\x82\ \x42\x5a\x6d\xe7\x6e\x74\xe4\x97\x14\x87\xab\x80\x10\x42\x30\x86\ \x40\x48\x00\x82\x86\xa9\xb9\x3d\x0e\x24\x01\xd6\xc3\xdc\xba\x19\ \x0a\xd9\xf1\xb9\x1c\x00\xa8\x39\x1d\x8a\x34\x4d\x0e\x81\x04\x12\ \xc6\xc4\x7a\xba\x5a\x5a\x02\x96\xa2\xaa\x84\x28\x8a\xaa\xa0\xa0\ \xc5\xdc\x61\x61\x04\x08\xa0\x7b\x3c\x1a\x0c\x85\x0c\x93\x09\x97\ \xcb\x89\x00\xe0\x52\x02\x00\xa5\x30\x0c\xa6\x26\xa4\xa6\x25\xc6\ \xc5\x4c\x5c\xf2\xf4\xd3\x0b\x46\x08\xf3\x8b\xab\x27\x41\xd8\xe7\ \x07\xf4\xff\xd9\x02\x1e\x98\xe5\x6f\x6b\x69\xaa\x53\xdb\x6f\x9d\ \x3b\xb4\xb1\xcc\xb7\xf4\x7f\x8e\x0d\x1c\x7d\x8d\xbb\x87\x0d\x1f\ \x5e\x02\xae\x1f\x69\xa6\x4c\x75\x38\x35\xb3\xe3\xf2\xb5\x9b\x11\ \x56\x5c\x78\x5a\x9e\x87\x1e\x0e\xa9\x31\x23\xd2\x55\x4b\xa8\x61\ \x6e\x22\xb8\x44\x80\x77\xb6\x36\xf1\xf0\x92\x92\x91\x23\xf8\x8d\ \x7d\x17\x19\x03\x42\x50\xca\x24\x80\x40\x0a\x4a\x4d\x0e\xa3\x86\ \xe5\xc7\xac\xda\xb7\x65\x58\xda\x72\xdc\xd2\x16\x30\x6d\x0b\x13\ \x82\xb4\xf3\x5c\xd9\x6d\x4f\x42\x7c\xdb\x85\xa3\x1d\x20\x32\x22\ \x22\x61\x68\x6e\xd2\x9a\xc3\xdb\x2f\x65\x2d\xe8\x3a\xbd\xa7\xd9\ \x91\x96\x1f\xeb\xb9\xc9\x68\x8f\xaf\xa5\xb1\xee\x56\xd9\xf6\x9d\ \xde\xa8\x9c\x9c\x08\x9d\x03\x06\xb8\x3a\x72\xfa\x94\xdd\xbf\xfc\ \xe0\xad\xf7\x22\x67\x0d\x4f\xa1\xde\x2e\xe0\x8e\x1d\x3a\x34\x7e\ \xd3\xa1\x5d\x23\x33\xe6\x76\x1c\xdd\xdb\xa9\xa7\xe7\xa5\xa6\x80\ \x2c\xcf\x96\x9d\x1f\xe5\xc7\x2e\xb4\x5a\xdb\x83\x21\x55\x89\xc9\ \x1a\x12\x8b\x9b\xbb\xad\x59\xa3\x0b\x2c\x9f\x15\x11\xed\x94\x52\ \x40\x4c\x02\x8d\x37\xca\x5a\xcc\xc4\xa4\x44\x09\x10\x0b\x05\x82\ \x30\x2c\xd1\x03\x4e\x1f\x3b\x34\x2a\xae\xa8\xad\xd3\xc7\xe2\x01\ \x04\xc0\x32\x7c\x2d\x4d\x4d\x55\x6d\xb7\x77\x9e\xa8\x1d\xb2\xfc\ \x31\x55\x96\x51\xca\xa4\x14\x0c\x87\x15\x15\x66\xae\x3c\xbe\xf3\ \x5c\x9e\xd3\xba\xb2\xa7\x06\x24\x2c\x4d\x8a\xba\xc8\xac\xe6\xba\ \x1a\x30\x21\x3f\xc7\xb9\x75\xfb\xb6\x5d\x11\x73\x0a\x5b\x3b\x7a\ \xac\x48\x1e\x93\x53\x10\x23\x2f\x7a\x45\xf8\xc8\x21\x6e\xbf\x49\ \x62\xdc\xf8\x36\x65\xf4\x4e\xdc\xab\xe0\xc0\x35\x6c\xfc\xf4\xe1\ \x08\x0a\x4e\xfb\x8f\x0b\x20\x21\x40\x18\xc1\x7e\x50\x10\x29\x40\ \x5f\xf4\xf3\x9d\x7c\x54\x01\x20\x41\x00\x48\x78\x67\x16\x08\x09\ \x11\x86\x50\x02\x84\xbb\x6a\x2e\xd5\xf1\xc4\xb9\x39\xf1\x92\x5a\ \x00\x00\xc9\xa5\xed\x83\x96\xfd\x9e\x57\x29\x04\x80\x18\x41\x29\ \x06\x88\x0d\x29\x11\xc2\x10\x8a\x01\x77\x06\x08\x42\x08\xa1\x14\ \x00\x42\xcb\xef\x0b\x81\x04\xe0\x49\x2b\x1e\x95\x1f\x27\xf1\x98\ \xe2\x44\xe7\x35\x00\x02\x7e\xbf\xc1\x99\x3f\x64\x48\x8e\xb3\x47\ \x4d\xcc\x39\x50\x1e\x39\x76\x62\x82\x07\x03\x69\x06\x42\xc0\x5b\ \x75\xe9\xb6\x19\xf5\x74\x51\x7c\x55\xd9\x89\x16\x1c\x1b\x19\x2a\ \xbf\x52\xc7\xa6\xc5\x3a\x33\x63\x0b\xac\xc3\x87\xf6\x9d\x1d\x96\ \x2f\xae\x9f\xae\xa2\x33\xe7\xa7\x8b\xab\x7b\x7d\x9d\x6d\xcd\x0d\ \xb5\xe7\x8f\x6c\xab\xe1\xc9\xf3\xd2\xdd\x8c\x0b\x21\x45\xf6\xb8\ \xe9\xf1\x87\x5e\x7b\x6b\x75\xc2\xa2\x49\x05\x30\xd4\x6d\x2a\x11\ \xd9\x45\xb9\x47\xf6\xef\x3b\x3d\x34\x46\xa9\xdc\x55\x65\x46\xce\ \x1a\x92\x24\x5a\xd3\xf6\x1f\xd8\x7e\x2c\x33\x2c\xa6\xa5\x2d\x60\ \x18\x44\x4f\x2c\xc8\xf4\x9c\x68\xf3\xc5\x4f\x19\x86\x42\x41\x47\ \x74\x04\xfe\x8c\xc9\x1e\x9f\x85\x70\x51\x51\x51\xdc\xef\xa6\xd8\ \xb8\xd8\xd8\xb8\xd8\xd8\xbe\x6f\xbd\x14\x1d\x1d\x1d\x1d\x1d\x1d\ \x1b\x1b\x1b\x1d\x15\x15\x15\x19\xb1\x74\xc9\xe2\x94\xd4\xb4\x07\ \x49\x35\x85\x40\xf2\x96\xca\x8b\xe7\x2e\xdd\xb8\x7a\xbd\xa2\x93\ \x85\xcf\x7d\xf4\xeb\xe3\x73\xe2\x63\x62\xa3\xdb\x6e\x9e\xdc\x73\ \xe8\xc4\x6d\x2f\x1e\x56\x5a\x9a\x9f\x93\x1e\x81\x7c\xc7\x0f\x1c\ \xb8\x52\x1b\x2a\x9e\x3a\xab\x38\xc6\x3c\xbc\x77\xef\x89\xb3\x97\ \xbd\x30\x2a\x2f\x37\x85\x08\x2e\xa0\x12\x13\x1f\xdb\x79\xe3\xe4\ \xde\x83\xc7\xeb\x7c\xb8\x68\xe4\xb8\xec\x68\x5a\x5d\x6f\xe6\x0f\ \x2f\x8e\x40\xde\xca\xaa\xe6\xd8\xdc\x11\x63\x87\xe7\xa3\xce\x9b\ \xfb\xf7\x1d\xb9\x52\xe7\x4d\x2d\x2c\x1d\x55\x98\xa6\x48\x80\x84\ \xef\xfc\x91\xfd\x7b\x0f\x1d\xab\xea\xd2\xe7\x2e\x7f\xb8\x20\xd1\ \x13\x97\x9e\x4d\x3a\xae\xed\xda\x73\xa4\xce\x8c\x58\xfc\xd8\x8a\ \xbc\x38\xdd\xf2\x77\x55\x5e\x3d\x7f\xea\xec\x85\x4e\x35\x6d\xc5\ \x63\x4b\x33\x3c\x98\x0b\x29\x05\xd7\xa3\x33\x8a\x32\xc2\xca\xcf\ \x1e\x3b\x71\xfa\xfc\xb5\x5b\xf5\x24\x3a\x7d\xf2\xd4\xf1\xb8\xe9\ \xd2\xee\x7d\x47\x6b\x69\xfc\xc3\x8f\x2d\xcb\x8a\xd0\x13\x32\x73\ \x64\xeb\x95\xfd\x07\x8e\x5e\x6f\x0c\x66\x0d\x2d\x1d\x51\x54\x98\ \x9b\x11\x53\x77\xfe\xf0\xbe\xa3\x67\xca\xeb\x83\x19\x45\x79\x11\ \x2a\x06\x08\x07\xdb\x2a\x0f\x1d\xd8\x7f\xe2\xe4\x99\x4b\xd5\x3d\ \xc3\x1f\x5a\x36\xa3\x38\x2b\x25\x39\xba\xee\xe2\x91\x83\x27\x2f\ \x76\xf1\x88\xd2\x71\x63\xb2\xe2\x1c\x1d\x4d\xd5\x17\x4f\x9f\xba\ \x78\xb3\x31\x73\xc2\x92\x25\x53\x8b\x44\x77\x5d\x6d\x17\x1a\x56\ \x92\xa7\x72\x19\x9b\x91\xe3\xf4\x57\xee\xda\x7d\xb0\xda\xe7\x98\ \xff\xe8\xa3\x45\xc9\x11\x0e\x68\xdc\x28\xbf\x15\x5b\x30\x65\x42\ \x71\xc2\xed\x0b\x47\x0e\x1e\x3d\xdb\x62\x3a\x4b\x46\x8d\x29\x2a\ \xc8\x4f\x8f\x86\x67\x0f\xee\x3e\x7a\xfa\x42\x8b\xe5\x29\xca\xcf\ \x08\x35\x57\x75\x2b\xf1\xc5\x79\x29\xa8\x2f\x95\xdd\x06\xdd\x1f\ \x90\x8c\x09\x31\x96\x6d\x75\xd5\x21\x47\x7a\x71\x6e\xbc\x3d\x33\ \x21\x42\x56\x57\x43\x9d\x57\x29\x1e\x91\xef\x10\xbc\x37\x1d\x8d\ \x7a\xab\xaa\xbb\x32\x86\x95\x24\xb8\x91\x9d\x81\x87\x00\xab\xaf\ \xaa\xd1\x52\x0b\x8b\xd2\xc2\x4f\x6f\xdd\xd8\x11\x33\x7a\xce\x98\ \x54\x4e\x39\x00\x00\x21\xd8\xdd\x50\xd5\xad\x26\x95\xe4\xa7\x20\ \xc6\x6d\xb4\x07\xd3\xdb\x52\xdb\x06\x86\x8d\x28\x70\x62\x21\xed\ \x06\xa8\xbf\xba\xba\x35\xb9\x78\x78\x92\x4b\x11\x52\x02\x00\x31\ \xe6\x0d\x55\xd5\x38\x3e\xaf\x30\x2d\x52\x02\xa3\xb6\xa2\xda\x99\ \x32\x6c\x48\x62\x58\x62\xde\xa8\xd1\x85\xa9\x04\x01\xb3\xa3\xbe\ \x81\x86\x0f\xcb\x89\xaa\xa9\x6a\xca\x2c\x2a\x89\x8d\x8c\x2a\x1c\ \x31\x3a\x3f\x2d\x0a\x03\xd6\x5a\x5f\x83\xe3\xb2\x42\xd7\x8f\xd4\ \x7b\x46\x2c\x1a\x97\x56\x73\xe1\xe8\xae\xbd\x07\xcb\x6e\xb6\xe4\ \x4e\x5d\x32\x67\x64\x9a\x3b\x3a\x35\xd9\x15\x38\xba\x7b\xcf\xd9\ \x5b\xdd\x23\xe7\x3d\x32\xb3\x24\x45\x9a\xde\xaa\xf2\x2b\x67\x4f\ \x97\xd5\x06\xc3\x17\x3d\xba\x62\x68\x82\x93\x09\x21\xa5\x20\xee\ \xc4\x61\xf9\x89\x75\x57\x4e\x1d\x3f\x79\xf6\xca\xcd\x6a\xd3\x91\ \x30\x7e\xca\xe4\x18\xb3\x7a\xdf\x9e\x03\x37\xda\x95\x39\x2b\x1e\ \x2b\x49\x76\x45\x26\x67\x7b\x42\xb7\x0f\x1c\x38\x78\xa1\xb2\x3d\ \x61\x48\xc9\xc8\x92\xc2\x82\x21\x29\x5d\xe5\xa7\xf6\x1c\x3c\x79\ \xb5\xaa\x35\x3e\xa7\x30\xd1\xa3\x88\x3f\x7c\x14\x60\x6f\xaa\x69\ \x75\x55\xe5\xc7\x45\xf1\x5d\xe8\x8e\xf2\x4e\x5d\x5d\x1b\x74\xb9\ \x0f\x25\x46\x0a\x21\x18\xe7\x76\x31\x06\xcb\xb2\xc2\xdc\xce\x21\ \x79\x05\x0f\xc0\xe4\xbd\x4e\x54\x45\x0a\x2e\x25\x40\x08\x43\x20\ \x28\x65\x00\x13\x05\x41\xce\x39\xc4\xd8\x0e\x9c\x25\x8a\x02\x25\ \x17\x52\x0a\x21\x31\xb1\x3f\xdb\x80\x31\xa2\xcf\x6f\x49\x48\xdf\ \x25\x40\x70\x26\x80\x42\x10\xa3\x54\x00\xa4\x28\x44\x32\xca\x21\ \x56\x09\x12\xdc\x16\x2e\xb2\x0f\x0a\x18\x62\xbb\x42\x33\xc2\x50\ \x72\xca\x18\x44\x84\x10\x24\xb9\x00\x08\x41\x1b\x60\x18\x2b\x18\ \x49\x2e\x24\x46\x18\x08\x36\x00\x03\x10\x12\x45\x41\x40\xd8\x13\ \x1a\x08\x21\x00\x24\x04\x09\x2e\x60\xdf\xb5\x10\x61\xa5\xef\xa6\ \x08\x4a\x4a\x19\x22\x0a\x81\xc0\x7e\x6c\xd1\xc7\x57\xb6\x35\x5c\ \x4a\x09\x20\xc2\x08\x50\x8b\xda\x65\x01\xb8\x10\x10\x61\x20\x28\ \xe3\x40\x51\x88\x14\x42\x42\x88\x11\x64\x94\x0a\x88\x15\x0c\x99\ \xfd\x16\x10\x2b\x04\x49\x61\x3f\xb3\xa0\x8c\x23\xa2\x60\x28\x28\ \xe5\x08\x2b\x04\x01\xbb\x1d\x28\x58\x6f\x4f\x02\x21\x84\x0d\x99\ \x22\x10\x26\x18\x4a\xfa\xbb\xa2\x7d\x10\x51\x30\xe0\x03\x64\x3e\ \x80\x08\x93\xfe\x07\xe8\x37\x5e\x2a\x98\xd3\xbb\x90\xad\x89\xa2\ \x40\x80\x80\xef\xc6\xcf\x7e\xb2\x7a\xe8\x37\xfe\x6e\xc1\x10\x47\ \xa8\xef\x0a\x44\x94\xde\x77\x1b\xd0\xa6\x82\xe1\x5d\x28\xcd\x10\ \x2a\x0a\x11\x94\x0e\x0c\x04\xc2\x8a\x02\x05\xb3\x4b\xc9\xd9\x9f\ \x29\xb7\xcb\xf0\x4a\x21\x24\xc4\x84\x40\x49\x99\x50\x14\xc2\x19\ \x15\x12\x20\x8c\xed\xbe\x56\x74\x97\xe2\xab\xf8\xf9\x8f\x5e\xc9\ \x7e\xec\x6f\x17\x15\x45\x51\x01\x90\x3d\xf6\x08\x30\x4a\x85\x84\ \xbd\xd3\x0c\x40\x0c\xc1\x80\x79\x28\x20\xb6\xa7\x07\x1f\x18\x3e\ \x80\x11\xe0\xbd\x80\x45\x42\x08\x40\x14\x2c\xb9\x00\x10\x41\xfb\ \xa5\x20\x56\x14\x2c\x39\x97\x70\x40\x6b\x18\x72\x7b\x5b\x24\xbe\ \xa0\x80\xa0\xde\x04\x95\xd0\x80\xa2\x98\x0f\xc2\xe4\x42\xf6\xd5\ \x5a\xe9\x67\x72\x8f\xcb\xf1\x19\x74\x7c\xda\x57\x81\xf4\xce\xea\ \xc0\x59\x6f\x88\x50\x1f\x0f\xb3\x01\x99\x83\x8c\x5a\xf7\x0f\x4e\ \xba\xfb\x12\x4a\x85\xad\x2a\x30\x3b\xa5\x51\xf2\xbe\xb8\xa3\x81\ \x8b\x50\x5f\xf9\xb4\xde\x63\x50\x0a\xde\x5b\xa6\xab\xef\x2c\xc1\ \x7b\x2b\x7f\x89\x7b\x17\x2f\xf9\xf1\x27\xb9\xe7\x5a\x29\xee\xbd\ \xa9\xb8\xdf\xd3\x4b\xc1\xfb\xd8\xa7\xf7\x34\xd9\xff\x3a\x7d\x4d\ \xd1\xbe\xc4\xcc\xbe\xa6\xf9\x00\x30\x17\xde\x5b\x72\xb0\xff\x99\ \xfb\xea\x07\xf6\xbf\x4d\xff\x4f\xf7\xdc\xff\xce\x9d\x7f\x47\xd8\ \xdf\xbd\x1b\x48\x29\xf8\xc7\x0f\x51\xeb\xde\xc6\x18\xa5\x58\xd1\ \x7a\x9a\xdb\x5c\x69\xc3\x47\xa4\xbb\x4d\xce\x7e\x7b\x9b\xf7\x36\ \x20\x25\xb5\xee\x4d\x2b\x1e\x98\xa3\x6a\x7f\x86\xbd\xb8\x51\xbd\ \x5d\x47\xef\xee\x31\x7b\xe0\x20\x00\x92\x5b\x1d\x6d\xcd\x4a\x72\ \xc9\x88\x8c\x48\xc6\xb9\xb0\x01\xcc\xee\xcc\x87\x3b\x03\xca\xef\ \x9d\x87\xf7\x2e\x82\x9c\xdd\x1b\x3f\xd8\xf7\xee\xfc\xce\xa0\xf4\ \xc5\xb9\xdd\xdb\xda\x17\x1f\xde\x77\xed\xea\x95\xcf\x8b\xc9\x63\ \xa3\x23\x73\xf3\x0b\x1f\x50\x92\x0f\xd2\x57\x80\x20\x52\x15\xcc\ \x28\xfd\xe3\xc7\xb3\xde\x4f\xdd\xf8\x6f\x4c\xf7\x07\x8d\x18\xa4\ \x41\xfa\xfc\x49\x0a\xcb\x12\x5f\x92\x27\xa1\xd6\x57\xae\x4a\xf2\ \xe7\xcc\xe4\x10\x42\x08\x07\x53\x4e\x07\x69\x90\xbe\x1c\x2a\x14\ \x84\x9f\x33\x93\x0b\x21\x8c\x50\x88\x8b\x41\x75\x7d\x90\x06\xe9\ \xcb\xa2\xae\x0b\x21\x3e\x57\x49\x0e\x21\x84\x08\xc2\x41\x78\x80\ \x41\x1a\xa4\x2f\xc7\xee\x44\x4a\xf9\xf9\x32\x39\x46\xc8\xe1\x74\ \x0c\x1a\xde\x06\x69\x90\xbe\x24\x84\x10\xc1\x03\x51\x1c\x3f\x97\ \x65\x83\x73\x3e\xc8\xe4\x83\x34\x48\x5f\x9e\x5d\x39\xf8\x5c\x63\ \xd7\x07\x69\x90\x06\xe9\x4b\x29\xcf\x07\xbb\x60\x90\x06\x69\x90\ \xc9\xff\xc0\xfa\xc4\x3d\x4e\xb7\xcf\xcf\x09\x87\x30\xc6\x5f\x0a\ \xd4\x40\x88\x31\x1e\x74\x2c\x0e\xd2\x57\x97\xc9\x39\x63\x02\xa0\ \x3b\x28\x5d\x50\x32\xf6\x39\xec\xea\x21\x94\x5d\x2d\x0d\x2d\xdd\ \xe6\x1f\x19\xa5\x14\x42\x28\x8c\x86\xba\x86\xc0\xc7\x91\x2a\x06\ \x69\x90\xbe\x18\x26\x87\x9f\x4c\x03\x24\xeb\x5d\x07\xef\xfd\x70\ \xe7\xa7\x07\x9c\xc4\x10\x3b\x90\xb1\xf7\xad\xff\xfa\xaf\x95\x47\ \xb8\xaa\x03\x00\x54\x9d\x5c\xdd\xfa\xd2\x3f\xfd\x62\x43\x97\x70\ \xba\x5d\x0e\x82\xa0\x94\x80\xa8\xba\xae\x12\xd0\x1b\x69\x0b\xb1\ \xa2\x3a\x9c\x4e\xa7\x43\xc7\x08\xa9\xba\x43\xc5\x7d\xe7\x28\xd8\ \xc6\x54\x73\x3a\x9d\x0e\xdd\xa1\x2b\xc6\xc1\x0f\xd6\x1c\xad\x0c\ \xb9\x3c\x2e\x05\x41\x00\x91\xaa\x39\x9c\x4e\xa7\x43\x53\x11\x04\ \x12\x40\x55\xd3\x9d\x4e\xa7\xd3\xe9\xd0\x34\x55\xd7\x1d\x4e\xa7\ \x53\x1b\x88\x73\x08\x7b\x31\x52\x9c\x4e\x87\xaa\x60\x00\x24\x44\ \x58\x77\x38\x5d\x2e\x1b\x35\x05\x12\x55\xb3\xaf\xb6\x41\x81\xfa\ \xee\x6b\x43\x05\xde\xf9\x4a\x88\x22\xba\x6b\xd7\xaf\xd9\xd0\x44\ \x75\xb7\x5b\x47\x83\x6c\x3e\x48\x5f\x38\xfd\x31\xc3\x5a\x21\x04\ \x82\x9a\xdd\xde\xae\xab\xd7\x77\x9c\x9e\x3d\x66\x5a\x96\xc7\x6a\ \xbb\xbc\x6d\x4f\x59\x7b\xe4\x04\xb3\xab\x6e\xe3\xa6\x43\x99\x33\ \x16\x15\x27\x38\x6f\x1c\xd9\x7c\x89\x65\x2e\x9c\x5a\x84\x18\x23\ \x58\xd6\x9c\xdb\xb7\xe7\xf8\x65\x43\x4f\x9c\xb7\x64\x5a\xf3\xa9\ \xc3\x28\x7f\xf6\x94\x5c\xd7\x95\x43\x1f\xde\x52\x0a\x17\x8c\x4b\ \xbd\xb4\x7f\xe3\xe1\x0b\xd5\x5a\x6c\xfe\xd2\x47\x27\x11\xe6\xdb\ \xf7\xc1\x6f\x9a\xce\x25\x4f\x98\xf7\xf8\xb8\x64\xeb\xe0\x87\xeb\ \xca\xaa\x3a\xa3\xb2\x4b\x17\xcc\x9e\x10\xa3\xf9\x8e\x6f\xfb\xb0\ \xac\xa2\x81\x91\xb0\xbc\x82\x2c\xa3\xb9\xb2\xba\xc5\x28\x9c\x3c\ \x6f\x66\x69\x06\xa0\x0c\x20\x0c\x42\x1d\x87\xb6\xef\xba\x50\xdd\ \x21\x89\x7b\xd8\xc4\xd9\xd3\x4a\x33\xcd\x96\x5b\xbb\xf6\xec\x2b\ \x6f\xf2\xc5\x15\xcf\xfa\xda\xac\xfc\x6b\x87\x3f\x3c\x78\xae\x4a\ \x8d\xcd\x9d\xbb\xf0\xa1\x34\x67\xe8\xec\xae\x4d\xc7\xaf\x36\x68\ \xc9\xc3\x96\xce\x9f\x9e\xe8\x0c\x9e\xdc\xb1\xe9\xc4\xb5\x86\xb0\ \xf4\x92\x85\x0b\x67\x47\x62\xcc\xbb\xca\x57\xbf\xf4\x93\xbd\xa9\ \x45\x8f\x2c\x9d\x19\xeb\x44\x5f\xb5\xd2\xb9\x83\xf4\x55\x56\xd7\ \x21\xb7\x42\x7e\x9c\xf2\xd0\xd8\xf8\xe3\xfb\x8e\x9a\x04\x9d\x3b\ \x78\x10\xe5\x4d\x2b\x8c\x90\x16\xc2\xdd\xb5\xe7\x8f\x5e\x6f\x23\ \x0a\x2f\x3b\x7d\xba\x9d\xaa\xba\x46\x88\xae\xb7\x5c\x3f\xf8\xda\ \xfb\xc7\x62\x8a\x27\x8d\x1b\x39\x34\xd2\xc5\x6f\x5e\x3e\x57\xdd\ \x45\x89\x86\x5a\xaa\xaf\x5c\x6f\xf6\x77\x55\x9d\x5e\xbb\xf3\xe2\ \xd0\x19\xf3\x27\x14\x67\xe9\x58\x70\xa8\xe6\x8c\x98\x3c\x7f\xd6\ \xd4\x9c\x38\x78\xf8\xbd\x37\x77\xde\xe4\x13\xa7\x8e\xa3\xd7\x77\ \xbc\xb5\xe9\xb4\x90\xdd\x27\x0f\x9f\x72\xe5\x4e\x1d\x9f\x4d\xb6\ \xae\xfb\xc0\x1f\x5d\x34\xb1\x28\x6c\xdf\x7b\x1b\x2e\xb5\x70\x95\ \x40\x88\x89\xf0\x35\x1e\x3a\x7a\x29\xbe\x64\xe2\xf8\xfc\xf0\xfd\ \x6b\x5f\xdb\x7f\xa3\x2b\xd8\x72\xed\xc0\x85\xe6\x92\x89\xd3\x46\ \xe7\xc5\x57\x1c\xde\xb4\xe9\x74\xfb\xc4\xf9\x8b\x92\x42\x57\xd6\ \x6d\x3a\x5a\x77\xf3\xd0\xfa\xbd\xd5\x23\x67\x2d\x98\x38\x2c\xdd\ \xa3\x89\xf3\x3b\x36\xec\xa9\x60\xb3\x17\xcd\x77\xd6\x1f\x5b\xbb\ \xf5\x34\x23\x04\x39\x62\xc7\x4e\x9d\xfd\xd0\xa4\x62\xb7\x02\xc5\ \x60\x2d\x91\x41\xfa\xaa\x30\x39\x42\x40\x55\x29\x12\x1d\x52\x1b\ \xb9\xe4\xd1\x08\xb3\x62\xcf\x89\x13\xc7\x6b\xc1\xac\xb9\x53\xc3\ \x99\xaf\x9b\xbb\xc6\x96\x64\x77\x5c\xbc\xd0\xd3\x74\xb3\xb3\x5b\ \x1d\x91\x1a\x83\xda\xdb\x71\x77\x5b\xe5\xa1\x63\xd1\xb9\x93\x1e\ \x9e\x30\x7c\x6c\x7e\x56\x82\x30\x75\x89\x1c\xcc\x04\x86\xa9\x20\ \x45\x85\xc0\x11\x9d\x90\x18\x89\xae\x56\x36\xc2\x94\x0c\x8f\xcb\ \x63\xa9\x8e\xa8\xac\xa1\x43\x87\x0d\x8b\x02\xf5\xc7\xaf\x75\x4e\ \x5d\xfa\xf8\xa4\x09\xd3\xbe\xb6\x74\x6a\xe7\xb5\x33\xd5\x01\xae\ \x39\xc3\xb3\x87\x8e\x9a\x32\x6d\x5a\x7e\x52\x6c\x5a\x61\xc9\x94\ \xb9\x73\x32\x5c\x46\x73\x8b\x17\xdb\x30\xda\x52\x28\xae\xd8\xa1\ \xc3\x47\x4c\x59\xf8\xd8\xa2\x11\xae\xb3\x65\xd7\x43\x82\xb8\xe3\ \x32\x46\x8f\x19\x57\x9c\xe6\xb9\x79\xa1\xac\xa1\xb3\xed\xcc\x91\ \xc3\xb7\x9a\x3b\x5a\x9b\x6b\x2d\x47\x46\xb2\xc3\x77\xf9\x6a\xb5\ \x2b\x36\x35\x12\x78\x2f\x9e\xbf\xd4\xd2\xd1\x7c\xfc\xd0\xd1\xda\ \x8e\xce\xa6\xc6\x06\xbf\x09\x91\xea\xce\xc8\x2d\x2c\xcc\x4e\xd2\ \x30\x18\xe4\xf1\x41\xfa\x6f\xaa\xae\x43\x08\x20\x04\x18\x03\x8c\ \x25\xc6\x00\x63\x18\x08\xa0\xd6\x16\x71\xeb\x4a\x6a\x65\x75\xd2\ \x89\x4b\x29\x37\x4f\x5d\x5e\xb3\x6e\x92\x33\x7e\xf4\xb9\x63\xe9\ \x17\x2e\xb9\x37\x6d\x0f\x0f\xb4\x24\x36\x7b\xc3\x7f\x4e\xfe\xa2\ \xad\x4b\xf9\xc5\x4f\x20\x63\x00\x80\xa9\x00\xcc\x20\xbf\x04\x7f\ \x0d\x00\x22\x80\xc0\xc7\xa9\x20\x6f\x6f\x06\x51\xae\xd1\x01\x6f\ \xa6\x7b\x47\xd8\xb6\x21\x7f\xa3\xf1\xb2\x83\x7b\xcf\xbe\x9a\xe0\ \xfc\xce\xe3\x89\xd5\xb5\xbe\xe8\x9b\x6c\xa8\x53\x2a\x8a\x70\x39\ \x2d\x45\x91\x00\x08\x88\x00\x42\x00\x21\x68\xa7\x1e\x4b\x81\x21\ \x30\x4c\x93\x53\x89\x09\xba\x0b\xc1\xaa\xcf\xf4\x80\x31\x02\x76\ \x4a\xb2\x14\x8c\x52\x41\x38\x67\x30\x39\x7f\xd4\xdc\x19\xf9\x9c\ \xce\xd4\xdd\xee\xa8\xe8\xd8\xbf\xf8\x9b\xe8\xe3\xfb\xb6\xbf\xfc\ \xb3\x5f\x3e\xf2\xec\x63\x08\x69\x99\x25\x13\xe6\x8e\x4a\xa2\x7c\ \xb6\x3b\x32\xc6\x15\xac\x66\x4c\xf4\x17\x2f\x1a\x64\xf2\x41\xfa\ \x6f\xc4\xe4\x10\x02\x42\xa4\xa2\x00\x08\xa1\x61\x00\xcb\x82\xb5\ \x75\xf8\xda\x55\x54\x51\x81\x6e\x96\xe3\xeb\xd7\x41\x67\x97\xf4\ \x75\x3c\xda\xda\xed\x5e\xb7\x06\x2b\x38\x3d\x22\x02\x24\x62\xd8\ \xa9\x75\x4b\xe0\x1f\x92\x17\x91\x37\x3b\x58\x53\xb6\xe1\x5c\x4b\ \xc9\xd3\x7f\x3b\xae\x20\xde\x42\x18\x6b\x7a\xa8\xad\x7c\xd3\xc6\ \x7d\x9e\xcc\xa2\x14\x07\x88\x4b\x19\xa2\xde\x3a\x7c\xfc\x5c\x63\ \x76\x62\x34\xbf\x5d\xe9\xd4\x1c\xbc\xea\x46\xc7\x8d\x5b\x39\x5e\ \xff\x70\x46\x95\x13\xbb\x33\x31\x08\xae\xde\x0c\xfe\x6f\x94\x9a\ \x1c\xbb\x22\xe0\xaf\xbe\xd9\xde\xb4\x70\xcc\xe1\xeb\x65\xd1\xb9\ \xcb\xd2\x3d\x24\x80\x15\xa6\x3b\x00\x41\xa6\x61\x70\x21\x21\x90\ \x96\x61\x50\xde\x07\x4b\x8d\xb0\xf0\x37\x1c\x3f\x7c\x34\x10\xd6\ \xb3\xad\xcc\x3b\xf6\x99\x5c\xcd\x3c\x14\x32\x2c\x21\x01\x57\xdc\ \xc3\x46\x0d\x3b\xb9\xe3\xcc\x95\xac\xc8\x18\x85\x85\x91\xdc\xf0\ \x8e\xf2\x8b\x55\xfe\xa4\x21\x05\x11\xc7\x36\xd5\x1b\xea\xc8\xd1\ \xf9\x2b\x8f\x9c\x2c\x4f\x9c\xe2\x84\x4c\xe8\x31\x09\xe1\xe1\x11\ \xa8\xfb\xd0\x81\x03\x46\x56\x62\x46\x7e\x4e\xb4\x83\x88\xc1\x3d\ \xf9\x20\xfd\x69\x33\x39\x42\x00\x63\xa9\x10\x08\x20\x6c\x6c\xc4\ \xd5\xd5\xe8\xdc\x39\x7c\xe6\x2c\xbe\x7a\x15\x5d\xbb\x06\x00\x90\ \xb1\xb1\x32\x2a\x4a\x24\x26\xc8\x71\xe3\x68\x9c\xe7\x16\x75\xa5\ \x4c\x99\xe4\xc9\x4a\x66\x9e\x30\xa0\xa8\x1a\xf0\xd7\xed\xd8\xaf\ \x95\x3e\x94\x97\x13\x87\xcb\x77\x9c\xfd\xe9\xa1\xa2\xbf\xf9\x6b\ \x1a\xaf\x53\x20\x19\x80\x18\x98\x25\xe3\x27\x1c\x2d\x2b\xaf\xc4\ \x9e\x49\xf3\x96\x17\x87\xad\x20\xdb\xf6\xec\x6d\xf6\x12\x35\x6c\ \xd4\xf4\x87\x12\x5c\x5d\x07\x3e\xda\xd5\xd0\xc3\x73\x12\x73\xa6\ \xa5\xc7\x38\x6e\x5f\xf3\x9d\x2e\xb3\x3a\x7c\xd1\xcd\xcd\x85\x56\ \x20\x7f\xdf\xfb\x62\xc3\x2b\xf3\x00\x50\xc7\x9c\xd7\x8f\x25\x8e\ \xea\x06\xf1\xd7\x4e\xb3\x11\x61\x85\x53\xa7\xc6\xc7\x79\x28\x26\ \x05\xa5\xa3\xa3\xa2\x54\xca\x25\x80\x00\x4a\x80\x08\xf1\x36\xdc\ \x3c\x79\x5b\x8c\x59\xf6\xd4\x43\x43\xe3\xbc\xe5\xc9\xa3\x4a\xa2\ \x54\xc8\x4c\x0b\xe4\x4c\x5a\xfe\x14\xde\x77\xf8\xdc\x91\x72\x25\ \x7c\x5c\x64\x76\x2a\x0e\x56\x9c\x3f\x7a\xca\x82\xd9\x73\x1e\x9f\ \x9a\x93\x18\x55\xf0\xd8\x63\x70\xf7\x89\x53\x87\x84\x33\x7e\x72\ \x5c\x8e\x4c\x4a\x5a\xf2\xc8\x92\x6d\xfb\xcf\x9c\x0d\x1a\x89\xb9\ \x39\x83\xf6\xf5\x41\xfa\xa2\x4d\x5f\xb7\x6b\xaa\xfb\xbf\xf4\x2b\ \xab\x86\x11\x62\x8c\x4b\x29\x15\x45\x51\x55\x55\x4a\x61\xff\xc4\ \xb9\xe8\x07\x8a\xa1\x94\x1a\x86\xc1\xfb\xa0\x61\x2c\xcb\x8a\x8e\ \x8f\xcb\x1b\x56\xcc\x83\x41\x58\x5f\x4f\x8e\x1c\xc5\x87\x0e\xe1\ \xe3\xc7\x61\x7b\x3b\x0c\x85\x44\x4e\x0e\x1f\x31\x42\x14\x0f\xe3\ \x23\x47\xca\xf8\x38\x19\x1d\x23\xa2\xa3\x81\xae\x43\x21\x09\x94\ \xdc\xb4\x24\xe7\x40\x4a\x20\xa5\x04\x50\x77\x38\xa8\xaf\xad\xba\ \xaa\xea\x6a\xd9\xc9\x26\x67\xf1\x53\xcb\x27\xab\xcc\xec\x13\x7e\ \xd0\xae\x99\x06\x81\xb0\x4c\x83\x0a\xa4\xe9\x1a\x41\x50\x02\x49\ \x4d\x93\x49\xa8\xe9\x3a\x82\x80\x0b\x66\x32\x01\x30\x41\x8a\x22\ \x01\x90\x01\x3f\xec\xe8\x40\x1d\x1d\xa0\xbe\x41\x39\x77\x0e\x5d\ \xbe\x04\xcb\xce\xa3\x8e\x36\xa0\x2a\x3c\x3e\x09\x3f\x34\x9b\x8d\ \x1f\x1b\x1a\x33\x5e\xcb\x48\x13\x92\x5b\x21\x13\x43\xcc\xeb\x4f\ \xff\xe0\xa5\x9d\x8f\xfc\xe3\xbf\x96\xc6\xab\x96\x61\x98\x26\x85\ \x44\xd5\x15\x68\x18\x76\xb1\x44\x48\x54\x55\x55\x08\x94\xc2\x32\ \x0d\x2a\xb1\xed\x3c\x13\x8c\x9a\x26\x15\x00\x2a\x9a\xa6\x10\x0c\ \xa5\x30\x4d\x83\x32\x49\x14\x55\xd3\x14\x20\x58\x5f\xf9\xa4\x41\ \x1a\xa4\x2f\x82\x6c\x64\x18\xf8\xf6\xca\xb7\x06\x30\x39\x00\x00\ \x70\xce\x0b\x0b\x0b\x23\x23\x23\x00\x00\x0d\x0d\x0d\x55\x55\x55\ \x18\x13\x9b\xc9\xa5\x14\x36\x27\x32\xce\x5c\x2e\x57\x51\x41\x81\ \x45\x29\x97\x92\x41\x48\x85\x48\x30\x02\x79\xcd\x6d\x68\xe3\x26\ \x7c\xe8\x10\xec\xe9\x11\xe9\x69\x7c\xd4\x68\x3e\x75\x0a\x1f\x31\ \x52\xe4\xe7\x02\x87\x53\x12\x02\x20\x84\x9c\x03\xfb\xef\x13\x40\ \x69\x11\x26\x66\x57\xd5\xb6\x0f\xb6\xfb\x63\x87\x2e\x9c\x3b\x2d\ \x46\x65\xec\xf7\x04\xf3\x40\x08\x60\x0c\x08\x91\x08\x41\x21\x00\ \x63\xc0\xe7\xc3\x57\xae\xa2\xf3\xe7\xc8\xfe\x03\xf8\xd2\x45\xd8\ \xd0\x28\x93\x93\xd9\xcc\x19\x6c\xd1\x62\x3e\x7e\x1c\x48\x4a\x16\ \xad\x15\xbb\xf6\x5d\x28\x9e\x3e\x2b\xd5\x8d\x07\x3d\x5e\x83\xf4\ \xa7\xcd\xe4\x93\x26\x4d\xba\xe7\x87\x60\x30\xf4\xcf\xff\xf4\x8f\ \x23\x46\x0c\x87\x10\x7e\xf4\xd1\xd6\x37\xdf\x7a\xcb\xe5\x72\xdd\ \x83\xfa\x66\x59\x56\x56\x56\xd6\x3f\xff\xd3\x3f\xfa\x19\x13\x9c\ \xbb\xae\xdf\x88\xde\xbb\x27\xf1\xe8\x71\xb5\xdb\x0b\x32\x33\xf8\ \x43\x0f\xb1\xb9\x73\x45\x61\xa1\x88\x8f\xed\x95\xbf\x76\x49\x82\ \x4f\x67\x74\xb2\x01\x7a\x75\x04\x20\x00\x26\x17\xfc\xb3\x95\x4b\ \xfd\x44\xdd\x05\xd8\x15\xdc\x24\x02\xc0\x2e\x05\xd5\xd0\x88\xce\ \x9f\x27\x3b\x77\xe1\x3d\xbb\x41\x5b\x3b\xc8\x48\xb7\x1e\x59\x4e\ \x97\x2e\x55\x0b\x0b\x19\x00\x82\x89\x41\x05\x7b\x90\xfe\x64\x99\ \x1c\xdd\xaa\x28\x27\x4e\xa7\xd3\x86\xb8\xa4\x0c\xa8\xba\x8a\x00\ \x80\x10\x61\x8c\x6d\xae\x26\x84\xb8\x5c\x2e\xa7\xd3\x29\x38\xa5\ \x8c\x4b\x09\xb0\xa2\x62\x08\x08\x21\xaa\xcb\x25\x14\xc5\x73\xe9\ \x52\xfc\x07\x1b\x63\xf7\xee\x95\x08\x7b\x13\x3d\xad\x4f\xcc\xe6\ \x53\xa7\xca\xd8\x58\x00\xda\xc1\xa5\x03\x90\x51\x20\xbe\xd4\x90\ \x5a\x12\x61\xa0\x10\xe0\xc6\xe0\xe1\x29\x68\x54\x06\x3e\x78\xc0\ \xb9\x73\xbf\xfb\x9f\xff\xd9\xf1\xeb\x97\xe9\xf2\x25\xbe\x29\xa3\ \x42\x61\x1a\x60\xfc\x4b\xfe\x16\x83\x34\x48\xf7\x97\x68\x08\xd1\ \x8e\x76\x02\x80\x94\x12\x25\x14\x4c\x5b\x38\x21\x66\xdb\xba\x2d\ \xcd\xe6\x7d\x84\x2d\x67\x2c\x7a\xc8\x84\x87\x17\x4c\x76\x85\xea\ \xb7\x6f\x7c\xff\x5a\x2b\xa5\x84\x38\x7a\x7a\x52\x7f\xf5\x7c\xe4\ \xfa\xf5\x00\xa1\xc6\x85\x0b\x1b\x66\xcf\x72\xde\xdc\x9a\x12\xa7\ \xca\xf2\x03\xe0\x86\x00\xfd\xf5\x8d\xfb\xa5\xf3\x97\xba\x33\xec\ \x75\x8f\xc8\xa2\x48\x5c\xf8\xa8\x6c\xee\x81\x27\xae\xa9\xcf\xbf\ \xe8\x79\x11\xa8\x93\x72\xc4\xe4\xa1\x40\x57\x00\xe3\x60\x50\x6d\ \x1f\xa4\x2f\xf9\x34\x96\xc0\xae\x75\x01\x24\x00\x50\x22\x4c\x02\ \xf5\x75\x44\x0a\x8e\xdd\xa9\xe3\xa6\x4d\x1b\x91\xd9\xb5\x07\xde\ \x5f\x9f\x46\x18\xf3\x60\xdb\x8e\xd5\xaf\x24\x4d\x7d\x72\xf6\xb4\ \xe2\x8b\xef\x9c\x9a\x18\xf2\x7f\xf7\xcc\x99\x98\x50\xa8\x75\xe1\ \x82\x86\x47\x1f\xf5\x66\x65\x99\x94\x7a\xaa\x77\x47\xea\x3a\x97\ \x1c\x40\xd4\xcb\xd9\xd2\xd6\x88\xe5\x9f\x8e\xc6\x2b\x00\x96\x22\ \xd5\xcd\x12\x4b\xe1\xc8\x34\xc7\x91\x9b\x8e\x23\x55\xa0\xcd\x14\ \xf3\x8a\x65\x6a\x0c\xa0\x6c\x90\xcf\x07\xe9\xcb\xcb\xe2\xbd\x55\ \x85\x65\x2f\xb7\x4b\x49\x5c\x9e\x76\xaf\x9f\x40\x44\xa4\xff\xf6\ \x07\x6b\x36\xc4\x3f\x3d\x81\x10\x04\xc0\x7d\xf4\x52\x08\x61\x77\ \xdd\xf5\x66\x1c\x37\x32\x86\xdc\x3c\xd7\xb8\xb8\xb9\xf9\xfb\x35\ \x95\xbe\xb8\xb8\xf2\x1f\xfe\xb0\x63\xcc\x68\x06\x00\x32\x0c\x64\ \x59\x92\x73\x61\x59\x8c\x59\x40\x22\x08\x7b\x8d\xf5\xb0\xaf\x45\ \xf8\xf9\x88\x73\x09\x84\x04\xe8\x0f\x1f\xa8\x07\x21\xc8\x88\xe6\ \x49\x63\xd1\xa5\x44\xb2\xe7\x0a\x7a\xe3\xa0\xb5\xac\x54\x14\x26\ \x03\xc6\x07\xc3\x59\x06\xe9\x4b\xa8\x86\xf6\x5a\x9b\xa0\x6d\x20\ \xef\x95\xb1\x88\x5a\x82\x73\x02\x00\x90\x92\x09\x09\x09\xfe\x64\ \x71\x2b\x39\x27\x11\x0f\x3d\xf6\x84\xa7\xe9\x08\xdc\x78\xf2\xfb\ \xd5\xd5\x7b\x22\x23\x77\x4c\x9d\xfa\xc4\xac\x99\xa0\xa7\x07\xd1\ \xde\x52\x18\x52\x4a\x20\x04\x10\x52\x4a\xde\x7f\x2b\x09\xec\x50\ \xb1\x4f\x4e\x51\x93\x5c\x32\x06\x7a\x93\xde\x20\x20\xca\x6f\x79\ \x0e\x00\x09\xd0\x1d\xd2\x0c\x40\x21\x01\xf8\x03\xeb\x07\x0c\x08\ \x04\x45\x69\xba\x88\xf7\x28\x1f\x5d\x50\xd7\x9e\xb0\x1e\x1f\xc3\ \x0b\x92\xa0\x35\x88\x6f\x35\x48\x5f\x26\xbb\x92\xfd\x2f\xec\x0d\ \xa7\xb4\x4b\xe8\xda\xfc\x28\x39\x97\x52\x92\x5e\xd6\x42\x44\xd3\ \xb5\x4f\x4a\x84\xa4\x94\x67\x4d\x5e\x32\xa3\x10\x9e\xf8\xfb\xa3\ \xdf\xaf\xb9\xbd\x2f\x31\xe1\x07\x99\x59\x89\x9a\xa6\x18\x06\xeb\ \xb3\x48\x41\x08\x85\x90\x42\xf0\xde\x82\x35\x7d\xb6\x74\x29\xef\ \x08\xf0\xfb\xe4\x53\x4b\x06\x50\x18\x1e\xbf\x14\x67\x65\x41\x24\ \x64\xd3\x59\x76\x74\x07\xf7\x9a\x50\x77\x01\xc8\xa5\x69\x40\xc5\ \x09\x20\x93\xa6\x01\x24\x80\x08\x81\x84\x31\xea\xd4\x71\xf4\xc3\ \x5f\xf2\x20\x82\x4e\x27\x10\x96\x34\x4d\x00\x31\x54\x1d\x00\x43\ \xc0\xa9\xb4\x4c\x20\x24\xc0\x0a\x44\x52\x32\x06\x90\x02\x55\xfd\ \xb3\xaf\x06\x02\x00\xc6\x78\x7c\x98\x78\x6c\xb4\xba\xe1\x8c\xb2\ \xf5\xa2\x08\xd7\x45\x5c\x18\x60\x83\x76\xb8\x41\xfa\xd2\x30\xb9\ \xec\xd3\xd6\xed\x8d\xb1\x94\x76\x06\xb8\x00\x52\x0a\x2e\x84\xcd\ \xe4\x10\x13\xda\x7e\xfa\xc4\xf9\x6e\xeb\xfe\xec\x00\x11\xb2\x82\ \xed\xad\xb7\xf5\xbf\xa4\xd2\xa7\x91\xd7\xb3\xb3\x83\x08\x2b\x03\ \x0d\xce\xf6\xca\x01\x24\x90\x42\x08\x09\xa4\xb4\xab\xea\xf5\x8a\ \x72\xfb\xc6\x00\xc8\x7b\xb8\x5c\x0a\x20\x14\x32\xff\x6f\x94\x24\ \xaf\x75\x68\x9d\xa4\x3a\x74\x0a\xe1\x48\x27\xd9\xd1\xec\xc6\x69\ \xc9\x22\x49\xc9\x04\x51\x7d\x4c\xd0\x38\x65\xe2\x14\xe4\x92\xfc\ \xca\x1e\x4e\x25\x4c\x2a\x55\x66\x3d\x2b\x3b\x2a\xac\x33\x47\x81\ \x27\x8f\x4c\x18\x8b\x44\x07\xbd\x74\x40\x74\x99\x30\x26\x9b\xe4\ \x8f\x40\x6e\x87\x68\xbe\x2a\x82\x0e\x92\x91\x2d\xbb\xae\xb2\xcb\ \xe7\x01\x85\xe0\xf7\xc9\xe4\xe6\x5c\xb8\x55\x6b\x76\x81\x63\xd5\ \x49\x72\xf4\x96\xb1\xa8\x18\x0e\x7a\xce\x07\xe9\x4b\xc6\xe5\x12\ \xc2\x3e\x56\x03\x00\xf6\xb1\x24\x17\x12\xd8\x90\xcc\x08\x2b\x56\ \xcb\x81\x7d\x0d\xaa\xa6\xdd\x17\x47\x85\x28\x4a\xd5\x85\x9d\x7b\ \xb7\x36\x2f\x28\xbf\xb9\xa6\xb0\xb0\x56\x77\x68\x03\xca\x24\xf6\ \xa9\x09\x40\x0a\x21\x39\x07\x42\x48\xc1\x25\x10\x52\x08\x01\x20\ \x94\x36\xf3\xf7\xfa\xa7\xef\x66\x1e\x0b\xc6\x8c\x26\xf9\x1e\x6b\ \xd5\xbf\x5b\xb5\x3e\xa8\x12\x60\x19\x30\x6b\xb9\x3e\x71\x0c\x2b\ \x3f\x24\x58\x06\x99\xb8\x84\xb6\x9d\xc2\xc3\xbf\x8b\xf5\x0a\x5a\ \xdb\x0c\x00\x14\x8c\x02\x2b\x20\x7a\x5a\x45\x47\xab\x70\xe7\xeb\ \xcb\x9e\x03\x2d\x67\x05\x1e\xae\x2d\xc9\x34\xde\xf9\x15\xcc\x9c\ \x4b\x46\x84\xd1\xb2\x1b\x64\xd2\x73\x24\x78\x83\xde\xac\x27\x63\ \x9e\x85\xf0\x57\xe6\xc9\x8b\x80\x68\xbf\x57\x3f\x72\x46\x13\xc3\ \xf0\xf0\x14\xe5\x4a\x23\x1c\x9b\x2e\x62\x5c\x83\xc2\x7c\x90\xbe\ \x54\xfa\xba\x84\xb6\x18\x85\xd2\x4e\x07\x93\xd0\xce\xa8\x12\x42\ \x10\xab\xaf\xa8\x28\x42\xd0\xae\xea\x68\x9a\x96\x10\xfd\x55\x36\ \xb9\x69\x9a\x84\x10\x93\x90\xa1\x52\x08\x55\x3d\xe9\x76\x0b\xd3\ \xe4\x96\x45\x29\xb5\x51\x61\x06\x2c\x28\x12\x48\x21\x7a\xe5\x39\ \xb7\x4d\xf5\xa2\xcf\x08\x00\xee\xc3\xe4\x0c\xb8\x93\x81\x51\xcf\ \xba\xbc\x82\x68\x08\x02\x80\x31\xe0\x96\x34\x82\x82\x73\x29\x98\ \x30\x02\x92\x73\x20\x11\xd4\xb0\xa8\x38\xca\xea\xeb\x40\x46\xa6\ \x0c\x35\x58\x27\x3f\x60\x1d\x5c\x99\xf5\x2f\xc8\x38\x11\xf8\xe0\ \x65\x81\x93\x1d\xdf\xf9\x11\xc9\xc9\x66\x12\x88\xdb\x47\xcd\x9d\ \xeb\x38\xc9\xd0\x22\xaf\x98\x1f\xae\xe6\x2c\x5e\xcb\xcc\x93\x27\ \xce\x81\xdf\xbb\xae\x8b\x84\x92\x66\x47\xab\x67\x6f\x83\xee\x20\ \x8f\x71\xa2\xc1\x42\x31\x7f\xb2\xdb\x57\x0d\x23\x26\x24\x97\x12\ \xfc\xc1\xed\x3a\x5f\x24\x93\x03\xd0\x2b\x6d\x21\x80\x50\x4a\x00\ \x10\x02\x82\x03\x29\xc9\xbf\xfc\xf3\x3f\xdd\xc5\xa5\x00\x08\x21\ \x63\x63\x63\x2c\xcb\x92\x52\x8e\x1e\x3d\x3a\x27\x27\x07\x21\x64\ \xb9\x5d\x05\xaf\xbf\x4e\xba\xba\x9e\xf9\xf7\x7f\xe3\x52\x4a\xce\ \x09\x21\x94\xb2\x7e\xbb\x1e\x84\x50\x48\x29\x05\x07\x76\xc9\x53\ \x21\xa5\x14\x40\xda\x7b\x72\x79\x7f\x37\x9a\x10\xd0\xdb\x0c\xf4\ \x09\x50\x23\xa2\x2b\x08\x14\x2c\x2d\x03\x31\x2e\x11\x92\x96\x25\ \x2c\x0b\x48\x08\xa4\x61\x6e\xfe\x4f\x39\x66\x91\xba\xfc\xdf\xc9\ \x95\xd5\xc6\x4d\x03\x48\x28\xed\x3f\xd5\x21\xfd\xed\x9c\x0a\xc0\ \xfd\x22\x60\x22\x45\x93\x9c\x01\x80\x25\x22\xc2\x08\x02\xac\x4a\ \x8c\x84\x15\x04\x02\x09\x4e\xa5\x41\xa1\xea\x04\x22\x24\x05\x86\ \x04\x49\x8b\x42\xcd\xf1\x60\x23\x2c\x25\x8f\xd0\x81\x04\xc0\x62\ \x92\x0b\xc1\x07\x25\xf9\x9f\x24\x71\x21\xd7\x5d\x6e\x5c\x9a\x1b\ \xeb\x52\x08\x97\xff\x9d\x3c\x25\x50\x02\xd9\xeb\x22\xb7\x45\x6f\ \xef\xee\x59\x92\xcc\xcc\xcc\x7b\x98\x1c\x00\x40\xa9\x65\x17\x27\ \x0e\x0f\x0f\x8b\x8a\x8a\x04\x00\x30\x8f\x27\x22\x22\x02\x4b\x99\ \x9e\x98\x28\x55\x55\x0a\x61\x0b\xf9\x3b\x1a\x3b\x80\x52\x02\x21\ \xa4\x14\x02\x48\x0e\x00\x97\x52\xda\x72\x5c\x48\x89\x24\x00\x10\ \xdc\x1b\x9f\x0a\x91\x6c\x39\x61\x56\x2f\xd7\x97\xfd\x85\xd8\xb5\ \x59\x50\x15\x3b\x21\xf3\x35\x09\x92\xad\x0c\x2d\x15\x35\x1e\xa8\ \xeb\x12\x60\x10\xee\xa1\x17\x36\x0a\x18\xe7\x1c\x3d\x51\x5e\xdb\ \x29\xd4\x78\x9c\x91\xcf\x95\x56\x5e\x73\x0e\x94\xcc\x56\xf3\xaf\ \x30\x52\xa2\xc4\xc3\xd0\xce\x4a\x99\xbb\x10\x60\x28\x04\x47\x10\ \x03\x84\x04\xe7\x10\x60\x00\x85\x50\xe2\xd5\xf1\x53\xc4\x8d\x9d\ \x22\x72\xae\xea\x6e\xb5\x6e\x07\xb5\xe2\x1c\x7a\x76\x2f\x0b\x3d\ \x08\xb8\x22\x84\x90\x72\x20\xa5\x90\x42\x48\x0e\x07\x63\xe0\xfe\ \x14\xf9\x00\x00\x29\xe5\x7f\x1d\xab\x3a\xdf\xd8\xf9\x9f\xd3\x86\ \x68\x0a\x61\x5c\xfe\xe9\xbf\x54\xbf\x73\x1c\x40\x04\xa4\x04\x12\ \xf5\x62\x21\x08\x29\x84\x90\x77\xd4\x75\x70\xbf\xfa\xe4\xfd\x15\ \x51\xb8\x61\x18\x11\x91\xd0\x34\x51\x79\x79\x70\xe8\x50\x48\x69\ \x7f\xa5\x14\x08\xa1\x94\x12\x42\x60\xd7\x2c\xb7\xb9\x1a\x08\x60\ \x5b\xe0\xec\x86\xf8\x27\x44\xd9\x00\xde\x13\x7c\xff\xff\x88\x19\ \x4f\x68\xf3\xfe\x12\x00\x21\x5b\xcf\xd2\x1d\x1b\x03\x3b\x37\xbb\ \xa6\x7c\xcb\x39\x52\xca\xa6\x8b\xb4\x93\xa1\x91\x8b\x1d\xb9\xc9\ \x80\xfb\x43\x7b\x3e\xa0\x8d\xd5\xa1\x13\xa7\x1c\xd3\x9e\xc3\xad\ \xa7\x02\x1b\xdf\xf3\xef\x73\x38\x66\xfc\xa5\x02\x82\xc6\xae\x17\ \xcc\xda\x4e\x92\xda\xc2\x3a\xba\x04\xc0\xdc\xd7\xcc\x3a\x3a\x04\ \x42\xd0\xdf\xc2\xda\x5a\x05\x8a\xc0\x79\x63\x64\xed\x6e\x10\x3b\ \x94\xc4\x94\x9b\xcd\xdd\x24\xbf\x84\x9e\xdf\x23\xb8\x80\xf8\xd3\ \xba\xdc\x25\x84\x4a\xb3\x17\x10\x2c\x54\x2c\xb8\x84\x83\xde\xf2\ \x3f\x4d\x26\x37\x42\xa1\xd2\x91\x23\x9d\xa3\xa7\xfc\xdb\x8e\x57\ \xff\xcf\xcc\xa1\x04\xc1\x3f\x7d\x36\x97\xa0\xcf\x75\xd5\xab\xae\ \x0b\x89\x20\x14\x50\x4a\x21\x84\x90\xf0\xfa\xb5\xab\xbf\x85\xc9\ \xef\xe8\xf0\xaa\xea\xb8\x74\x29\xfb\xc9\x6f\xb6\x3d\xfe\x78\xfd\ \xdf\xfd\x6f\x64\x9a\x9c\x31\x5b\xda\x73\xce\x85\x94\xa6\x65\x39\ \x37\xfe\xbf\x92\x08\x6c\x31\x2e\x38\x97\x82\x4b\x21\xec\xd4\x51\ \x29\xa5\x1d\x65\x77\x7f\xf5\x58\x30\xc9\x05\xc0\xd8\x36\xd0\x03\ \x84\x00\xa7\x12\x62\x08\x81\x14\x1c\x62\x15\x48\x0e\x20\x04\x82\ \x4b\x09\x21\xc1\x92\x51\x00\x31\x44\xb6\xf1\x90\x01\x44\xa0\xe4\ \x52\x02\x48\x14\x20\xa8\x94\x08\x62\x02\x04\x95\x12\x42\x42\x00\ \xa7\x52\x42\x88\x91\x64\x14\x62\x15\x48\x2a\x25\x82\x08\x4a\xce\ \x21\x56\x1e\x40\x5d\x87\x50\x42\x10\xbe\xf9\x2a\x6e\x0f\xf6\x3c\ \x56\xc2\x3d\xea\x7f\x83\xa9\xf1\xd5\x64\x72\x7f\x20\xf0\xf7\xb5\ \x9e\xb5\x3b\x0f\x7c\xf7\xcf\x9e\x73\x9e\x78\xef\x5f\x67\x0e\x45\ \xf8\x4f\x1c\x5a\x73\xa0\xc1\x0b\x42\xdb\x85\x06\x20\x04\x10\x39\ \x74\xfd\x7a\xab\xef\xd3\xca\x31\x68\x59\xa1\xa2\xa2\xae\xf9\xf3\ \x63\xde\x7b\xdf\x73\xe6\x0c\xd7\xf5\x3e\x2d\xbd\xf7\x5f\xdb\x2c\ \x2f\x85\x00\x40\xf6\xde\x16\xf6\xf2\x75\x6f\x90\xeb\x27\x71\x14\ \x22\x50\x51\x21\xc2\x00\x61\x80\x31\x80\x10\x10\x15\x62\x0c\x10\ \x86\x44\x05\x10\x00\x84\x01\x44\x00\x2b\x90\x10\x00\x20\xb4\x7f\ \x85\x08\x40\x04\x89\x0a\x91\xfd\x93\x02\x00\x00\x48\x81\x18\x03\ \x20\x01\x22\x10\x63\x20\xfb\x3e\x00\xd8\xd7\x94\x62\x5f\x0b\x89\ \xf2\x40\x1b\x72\x49\x90\x7e\xa3\x4d\xad\xe9\x32\x8a\x13\x78\x98\ \x3e\xc8\xe1\x7f\xd2\x44\x2d\x8a\x00\x78\xe1\xa5\x97\x7a\x46\x2d\ \xf9\xc9\x91\x9b\x52\x48\xf4\x27\x0d\x89\x6f\x83\xa1\x0f\xa8\x26\ \x6c\xbf\x8d\xbd\x37\x91\x92\x93\x4f\xda\x7e\xde\x23\xcf\x81\x94\ \x12\xa1\xb6\x6f\x3f\xeb\x3e\x73\x36\xf5\x3f\xfe\x6f\xd5\x2f\x7e\ \x1e\xcc\xce\x06\xa1\x10\xbc\x63\xa2\x84\xc2\xb2\x20\x83\x18\x20\ \x64\x6f\x10\x20\x94\xbd\xfb\x05\x08\x3e\x4d\x3d\xe3\x2f\x5f\x3f\ \xab\x8a\xc2\x21\xa4\x10\xe2\xea\x4e\xcf\xa1\x5b\x20\x23\x12\x8d\ \x4a\x73\x29\x18\x60\xf4\x87\x19\x2c\x28\x81\xe4\x9c\xcb\xfb\x09\ \x16\x7b\x5b\xd4\x1f\x5b\x04\x21\x94\x5f\x35\x77\x3d\x04\x18\x61\ \x2e\xf8\x27\xcc\x14\x88\x10\xe4\xf7\x18\x44\x21\xc4\x98\x60\x0c\ \xa5\xe0\x8c\x72\x00\x81\x82\xa0\x04\x92\x49\xa0\x29\xe4\x85\x5f\ \xff\xe6\x7b\xdf\xf9\xf6\xaf\x8e\xed\xfb\xbb\x19\x43\x31\x10\x16\ \x65\xfd\x53\x1e\x61\x42\x30\x12\x9c\x31\xbb\x41\x88\x14\x82\x39\ \xa3\x62\xc0\x09\x18\x4a\xc6\x98\x04\x10\x61\x4c\x30\x06\x40\x32\ \x46\x45\xef\xe9\x58\x21\x18\x00\x41\x07\xb4\xf9\x09\x0f\x6d\x4b\ \x47\xd9\xcf\x02\x10\xf4\xc9\x4e\x08\xc4\x6f\x37\xfd\xc8\xbb\x1a\ \xba\x23\xcc\x61\x2f\xcf\x62\x4e\x85\x65\xde\x5f\x5d\x1f\xf8\x75\ \xe0\xbf\x42\xd3\x1c\x67\xcf\x66\xfc\xcd\xdf\x4a\x4d\xab\xfd\xdf\ \xff\xab\x6b\xca\x14\xc9\xb9\x34\x4d\xce\x05\x17\x3c\xb4\xf5\x15\ \xd5\x0a\x48\x88\xfa\xae\xe9\xfd\x0f\xf4\x6f\x16\xfa\x9f\x0c\x82\ \xcf\x68\xd7\x94\x5f\xdc\x7c\x92\x52\xd6\xb6\xb4\x68\x40\x8e\x6a\ \xea\x29\x38\x5f\x5b\xa7\x68\x27\x27\xe7\xd0\x70\x07\xfc\x43\xda\ \xd5\x21\x00\x61\xe1\xe1\xaa\xaa\xda\xd1\x89\x77\xc6\x1d\x48\x4a\ \xa9\xa2\xaa\xa8\x2f\x6e\x9f\x52\xaa\x69\xda\x57\x8a\xc5\x85\x10\ \xc1\x50\x28\x32\x32\xe2\xe3\xab\x1b\x84\x80\x31\xee\xf3\xfb\x3d\ \xee\x81\xd8\x07\x10\x21\xe1\x6d\x6b\x6e\x6a\xf7\xb9\xa2\x13\x93\ \xe2\x23\x20\x17\x86\x19\x78\xfe\x4a\xcf\x7b\xbb\x0e\xaa\x18\x61\ \x8c\x7d\x81\xe0\xf7\xbe\xf3\x6c\xf8\xb5\x7d\x53\x4b\x86\x45\xc7\ \x44\x29\x50\x4a\x88\x54\x95\xf8\x3b\x9a\x1b\x5a\xba\xb4\x88\xc4\ \x94\x58\x37\x80\x44\x81\x66\x43\x63\x9b\x23\x22\xc6\xad\x61\x29\ \x81\xa2\x69\xd4\xdb\xda\xe2\x15\x31\xb1\x51\x0a\x02\x96\xbf\xab\ \xbe\xb1\x85\xab\xe1\xa9\x29\x89\x3a\x16\x12\x29\xc0\xec\xb9\x7d\ \xbb\x5e\x38\x63\x52\x93\x62\x89\xfc\x44\xc5\x0f\x42\x68\x1a\x26\ \x00\x40\xd5\xb4\x5e\x6f\x14\x90\x52\x0a\x00\x20\xa5\x94\x73\xe6\ \x74\xde\x79\x9d\x7e\xde\xbd\x4b\x5e\xdf\x2d\x98\xef\xfe\x08\x11\ \x04\x26\x17\x9f\x96\xc9\x7b\xb7\xcf\x42\x30\x87\xc3\x79\xfe\x7c\ \xea\xff\xf9\x3f\x7a\x65\x55\xeb\xd7\xbe\xd6\xf4\xb5\xc7\x8d\x84\ \x04\x69\x18\x92\x5a\x1c\x20\xca\x04\xe7\x4c\x08\xc1\xb9\x10\x52\ \xd8\x04\x7a\xd5\x06\x29\x45\x2f\xb0\x8c\xbc\xd3\xec\x9d\x78\x7a\ \x20\xc5\x27\x3d\xc9\x17\xce\xe3\x50\x2a\x8a\x25\xc4\xbb\xff\xfa\ \xcf\xdf\xaa\x6b\x78\x38\x10\x3c\x1b\x1b\xf5\x42\x61\x41\x9d\xae\ \x13\x26\xfe\x70\x1a\x87\x94\x12\x21\xb4\x70\xc1\xfc\xb4\xb4\x0c\ \x21\x04\x84\x10\x22\x04\x21\x44\x08\x49\x21\x9b\x9b\x1a\x92\x53\ \xd3\x5c\x6e\xb7\xdd\xa5\x2d\x2d\x4d\x59\x59\xb9\x5f\x21\x16\x87\ \xd0\xa4\xd6\xba\x0d\x1b\x13\xe3\x63\x3e\x3e\x11\x20\x84\x3e\x5f\ \x20\x2c\x3c\x62\xe1\xbc\xd9\x86\xd1\xeb\xf4\xc1\x8a\xd2\x7d\xeb\ \xf4\x96\xfd\x67\x2c\x29\x5b\xda\xcd\xa9\x8f\x3c\x33\x7b\x68\xe4\ \xe9\x1d\xeb\xde\xfe\x60\xff\xf6\xdd\xfb\x34\x55\x55\x55\x15\x00\ \xd0\xd9\xd3\xf3\xad\x6f\x7e\xfd\x6a\xa7\xfe\xcb\x1f\xfc\x63\x8c\ \x5b\x41\x32\x78\xe5\xc4\xa1\x8b\x35\x1d\x16\x07\x99\x25\xd3\xa7\ \x8f\x48\xea\xa8\xab\x38\xb1\x7f\xfb\xfe\x72\xfe\xf4\x5f\xfc\x65\ \x49\xa2\x62\x1a\xc1\xdb\xd7\xca\x76\x6d\xdb\xe5\x4f\x9e\xf6\x3f\ \xbe\xbd\xd0\xed\xaf\xde\xb2\x71\x67\x43\x80\x05\xda\x5b\xa2\x86\ \x2f\x7c\x62\xe1\x38\xb5\xa7\xe2\xfd\x75\x1f\xd4\x19\x24\xd8\xe5\ \x1f\xb9\xe4\x9b\xf3\x46\x26\x31\xf3\xfe\x51\x15\x8a\xaa\x54\xdc\ \xbc\x21\x01\xc8\xcc\xca\xb6\x0c\x53\x0a\x4e\x19\x35\xa9\xa5\x20\ \x5c\x57\x5f\xef\xf3\x76\x8f\x18\x39\x5a\x88\x7e\x0b\x37\x1a\xc0\ \xda\x7d\x7b\x65\xd4\x57\xce\xc8\x9e\x2a\x10\xda\xb8\xc0\x18\x41\ \x84\x10\xc6\x18\x63\x4c\xdc\x6e\xf7\x7d\x67\xdb\x27\x31\xb9\x04\ \x80\x8d\x1f\xdf\xfa\xc6\x9b\x09\xaf\xbf\x96\xb0\x71\x53\xec\x89\ \x93\x75\x8f\xac\x68\x9b\x3a\x85\xc6\xc4\x68\x42\xe8\x94\x71\x81\ \x39\x17\x82\x73\x21\x85\xed\x2d\xb7\xb9\x1b\xf4\xa2\x47\xc9\x7e\ \x9e\x07\x03\xd2\x65\xee\x7d\x80\x4f\x54\x44\xff\x80\x6c\x6e\x87\ \x03\x52\x08\x2d\xce\x9d\xcd\x4d\xe9\x47\x8e\x2c\xa9\xae\x76\x51\ \xfa\x4e\x6e\xf6\xe6\xb4\x34\x9f\x42\x3c\x5c\x48\xfc\x07\xdc\x54\ \x48\x09\x10\x82\x8a\x14\x44\x32\x21\x05\x04\x08\x0a\x01\x11\x42\ \x42\x4a\x29\x14\xc0\x89\xe4\x44\x30\x9b\xc9\x15\xc1\xb1\xa0\x5f\ \x29\x26\xd7\x11\xe8\x69\x6b\xbc\x79\xfe\x04\x21\x1f\xdf\x66\x4a\ \xd3\xa4\xf3\x16\x2e\xc1\x82\xf5\x77\x0b\xa4\xcc\x15\x9d\xbe\xf8\ \xe1\x9c\xa4\x04\xe7\xc6\x5f\xfe\xa0\xe6\x76\x4b\x28\xfc\xd6\xf6\ \x3d\xd7\x02\xc0\x23\x39\x63\x0c\x22\x84\xbe\xf3\x9d\xef\x5c\xbf\ \x7e\x3d\xe8\xed\xee\xe8\x36\xdb\x6b\xae\xa7\x16\xe7\x9e\xfa\x68\ \xdd\x81\x5b\xbc\x74\xdc\xd8\x91\x25\x05\x11\x3a\xa2\xde\x96\x8b\ \x47\x8f\xb7\x75\x07\xa2\x63\xb2\x52\xa3\x55\xc4\x59\xe8\xf6\xf9\ \x53\x97\x2a\x2d\x26\x33\x32\x33\x22\x45\xc0\x04\x8e\x89\xb3\x16\ \x44\x25\x24\x36\x1d\x7e\xe3\xf5\x33\x37\xe5\xbc\xe2\x93\x5b\xd6\ \x37\xe9\x23\xff\xfa\xb9\x19\x57\xdf\xfd\xd5\xce\xcb\x37\x1e\x1a\ \x9e\xa4\x48\x7a\xdf\x19\x8d\x39\x20\x92\x03\x00\x30\xa7\x44\x32\ \x29\x85\x04\x5c\x48\x4e\x24\x50\x01\x57\x80\xb4\x67\x42\x9f\x24\ \x17\x77\x0b\x72\x08\x21\x04\xa2\x57\xb7\x47\x00\x01\x00\x90\xcd\ \xf4\x12\x22\x09\x91\x44\x08\x08\x28\x39\xf9\xcd\xaf\x5f\xfa\x2d\ \x82\xe5\x3e\x72\x55\x4a\x09\x80\x20\x44\xc6\x44\x47\x17\x0f\x9b\ \x71\xf2\xd4\x98\xff\xfc\xcf\xe4\x8d\x85\x67\x4a\x4a\xf6\x46\x46\ \xdc\x26\x18\x08\x01\x85\x40\x5c\xf4\x72\xea\x40\x86\xee\xe5\x66\ \x79\x87\xb1\xe5\x27\xc9\x6d\xf8\x09\x7c\x28\xff\x40\xec\xcd\x20\ \x14\x10\x02\x00\xf3\x2c\x73\x56\x47\x67\xe9\xe5\x2b\xa4\xbe\x7e\ \xaf\xdb\xb5\x2e\x33\xbd\x36\x2b\x4b\x95\x52\x95\x12\xfc\xa1\xed\ \x33\x12\x40\x04\x11\x46\x08\x63\x08\x20\x44\x10\x40\x84\x20\x42\ \x08\x0a\x09\x7b\x97\x65\x8c\xfb\xd0\xe0\x31\xc6\xf8\x2b\xc5\xe4\ \x40\x08\x85\x10\x4d\x55\xee\xc7\xe4\x40\x4a\x7b\xfb\x7d\x57\xb7\ \x38\x23\xe3\xa2\x35\x74\xfb\xec\xb6\x9b\x81\xe8\xc5\x23\x33\xaf\ \x1d\x7e\x45\x2b\x98\x96\x5c\x7f\x3c\x14\x32\xfe\xe1\xaf\xfe\x6a\ \xf1\xd2\x65\x73\xe6\xcc\xa9\xab\xb9\x51\x9c\x9c\xa5\x0e\x5f\x9c\ \x99\x99\xe1\xab\x39\xbb\xef\x6c\x5d\x42\x41\x61\xe5\xc9\xad\xd7\ \xeb\xba\xbf\xbd\x7c\x8a\xa2\x47\xcf\xfd\xc6\xb7\xca\xde\x7f\xf1\ \x38\xcb\x8c\x75\x00\x6e\x88\xf0\x9c\x49\xdf\xc9\x4c\x7d\xe5\xf9\ \xf6\x8c\xcc\x64\x24\x04\x52\xc3\x52\xd2\x1c\x46\xcb\xd5\x83\x67\ \x9b\x8a\x27\x7e\x5d\xef\xba\x76\xb6\x06\x3e\xf4\xdc\x94\x48\x0d\ \x43\xa2\x38\x1d\xba\x42\x30\xe2\xf8\xbe\x56\xa9\xde\xa7\x95\x00\ \x63\x2c\x30\x16\x10\x20\x89\x31\xc4\x08\x63\x84\x09\xc6\xa8\x7f\ \xb8\xef\x55\xcb\x07\xd8\xbc\xef\x2a\x48\x08\x21\x84\x00\x21\x84\ \xfa\x74\x40\x84\x10\xf9\x68\xcb\xe6\x4f\xa3\x46\x7e\x5c\xe6\x48\ \x08\x80\xa6\x6d\x2b\xcc\x9f\xd2\xe3\x5d\x5a\x53\x5d\x70\xed\x5a\ \x32\x00\x7b\x9c\xfa\xbe\xf0\xf0\x72\x97\xa3\x8b\x28\x52\x02\x22\ \x38\x12\x03\xb2\x54\x06\x30\xf6\xef\xe7\x2e\xf8\xdc\xfc\x0e\x02\ \x42\x8a\x30\x96\x32\x86\xd2\xe2\x60\x70\x56\x8f\x6f\xa6\x65\x11\ \x00\x8e\xb8\x5d\x1f\x64\xa4\x1f\x73\xea\x4a\x78\x44\xa2\xfd\xfa\ \x5f\x88\x01\x16\x42\x7b\x84\x91\x5d\x8d\x01\xda\x25\x19\x10\x82\ \x42\x20\x84\x6c\xfe\xb7\x9f\xc4\x56\xc6\xbe\x5a\x4c\x0e\x21\x82\ \xc8\xee\x90\x8f\x8f\x27\x46\x10\xf7\x29\xa8\xbd\x97\x60\x42\x44\ \xe0\xc4\x47\x9b\x0e\xde\x08\x3e\xf4\xc4\xd3\x23\x12\xcd\x37\xeb\ \x82\x79\x13\x0b\xca\xca\x77\xfe\xfd\xff\xfe\xdb\xf5\x9b\xf7\x07\ \x2d\xf6\xb3\x1f\xff\xf8\xbd\xb5\x6f\xdd\xee\xc4\x4f\x4d\x9a\x9c\ \x9c\x80\x8e\x1d\xbc\x12\x3e\x7c\xfe\x73\x4f\xce\x0c\x5c\xdf\xfd\ \x93\x35\x65\x6d\xe6\x94\x74\x97\xa6\x88\xf6\x8a\x3a\x6f\xda\xe4\ \x21\x1a\x90\x06\xc6\x48\x55\xbd\xd7\xab\xdb\x61\xf4\xbc\x14\x97\ \x00\xc2\xa9\xa3\xba\x8b\x7b\x37\xed\x38\x93\x38\x66\xd9\xc3\xd3\ \xf3\x1a\x8e\xad\xa6\xe1\xd9\x19\x31\x61\x92\xb5\x55\x36\x7a\xd3\ \xc6\x64\xb8\xb0\x34\xd0\xfd\x87\x0a\x63\x6c\x1b\x59\x6c\x26\x87\ \x10\x08\x29\x05\x46\xf6\x71\x7b\x81\x07\x77\x1b\xcd\x7b\x19\x1b\ \xdc\x55\x8f\x14\x80\xde\xc2\xc0\xf6\xf9\x03\x99\x1c\x22\x44\x0a\ \x0a\x8a\x7e\x17\x87\xdf\x95\x0b\xde\x6b\x1a\xe8\xe3\x59\x06\xe5\ \x39\x00\x2b\x0a\x0b\x0a\x7b\x7a\x66\xd5\x37\x7c\xad\xa5\xf5\xd9\ \xd6\xf6\x1a\xa7\xf3\x4c\x74\xd4\xc5\x98\x98\x8a\x88\xf0\x6e\x55\ \x15\x10\x00\x09\x91\x94\x50\x70\xd4\xcf\x5e\xbd\xce\x3d\x79\x7f\ \xf6\x95\x7f\x00\x26\x97\x00\x40\xc0\x21\x14\x10\x0a\xd8\x6b\xfa\ \x8f\x0b\x19\xb9\xdd\xdd\xa3\x3a\x3a\x46\x76\x75\x27\x9b\x56\xbb\ \x43\x3f\x99\x92\xb2\x37\x2e\xf6\xba\xdb\x65\x22\x1c\x2f\x84\xa6\ \x28\x08\x7e\x41\xc5\xa4\x24\x90\x7d\x82\x9c\x20\x28\xee\x92\xe4\ \x08\x62\x8c\x08\x26\x04\x13\x01\x05\x00\x00\x13\x7c\x5f\x81\xf6\ \xdf\x98\xc9\xa1\x10\x76\x36\x21\xbc\x8f\x4e\x25\x25\x84\x10\x21\ \x42\x48\x6f\xb7\x40\x44\x84\x6f\xef\xfb\xab\xca\x61\xfe\x73\x7f\ \xbd\x20\xc9\x21\x8d\x60\x79\x20\x28\x92\xa3\xe3\xea\xaa\x6e\x9c\ \x3d\xee\xfd\x8b\x7f\x7f\xb1\xfd\xe2\xee\xb2\x73\x65\xc3\x46\x8c\ \x5b\xbf\xe3\x54\x72\x2c\x81\xc8\xea\xee\x09\x68\xb1\x91\x11\x6e\ \xa5\xb1\xb3\x0d\x79\xe2\xa2\x9c\x1a\x51\x31\x6f\x6a\x6a\x09\x39\ \x67\xe7\x44\x41\x80\x09\x41\xaa\x06\x6e\x35\xdc\xd6\xe2\xb2\x92\ \x5c\xba\x06\xac\x5b\x27\xb6\x6c\x3e\xd9\x31\xeb\x9b\xdf\x1f\x93\ \x15\xc1\x29\x35\xbd\x7e\xee\x48\x0e\x8f\xf4\x34\x1f\x7f\xff\x66\ \x20\xf6\xe9\xe1\x19\x50\xb0\x4f\x1a\x29\x42\x88\xbd\x24\x29\x84\ \x08\x21\x10\x87\x52\x4a\x41\x88\x7d\x1c\x23\x8c\x31\x81\x50\xdc\ \xe5\x18\xeb\x47\x5e\xb8\xfb\x88\xcd\xde\x36\xcf\x0f\x14\xe3\x10\ \x21\xa2\x3b\xf4\x07\x17\xe3\xb2\xdf\x62\x26\x25\x70\x01\xc9\x35\ \xed\xa2\xc7\xf3\xff\xb3\xf7\xdd\x71\x72\x1d\x55\xba\xe7\x54\xd5\ \x0d\x1d\xa6\xbb\x27\x27\x49\xa3\x19\x8d\x72\xb0\x64\x05\x47\x19\ \xdb\x72\x04\x1b\x47\x70\xc2\x60\x60\xc9\x6b\xd2\xbe\x85\xb7\xf8\ \xc1\xc2\xbe\x7d\xfb\x36\x01\xfb\x76\x61\x03\x79\x31\x98\x8c\x03\ \x38\x80\x73\x90\x1c\xe5\xa0\x9c\x47\xd2\xe4\xd8\xb9\x6f\xaa\xaa\ \xf3\xfe\xb8\x33\xad\x1e\x25\xcb\xb2\x6c\x03\x9a\xf3\x1b\x8f\x5b\ \xb7\x6f\x87\xb9\xb7\xbe\x3a\xf9\x3b\x9b\x9a\x9b\x1b\x0a\xc5\x53\ \x06\x07\x57\x0d\x0c\x5c\x3a\x34\x7c\x4d\x5f\x5f\xde\xb4\x36\xd7\ \x54\x6f\xab\xa9\xd9\x5e\x5d\x3d\x12\xb1\xb3\xb6\x5d\x34\x0c\x46\ \xc4\xb4\xe6\x61\xad\xeb\xb8\x76\x3f\x8c\xa5\x70\x22\x02\xd5\xe3\ \xbf\x34\xa0\x62\xa8\x10\x09\x20\x11\xc8\x94\xef\x35\x14\x4b\xf3\ \xd3\x63\xf3\xd2\x99\x85\xe9\xb4\xa5\x54\xc1\x30\x36\xd6\xd6\xfe\ \xa4\xa1\xe1\x95\xda\x9a\x51\xdb\xd6\x88\x36\x51\xe4\x40\xc0\x80\ \xde\xcc\xa5\x1c\xa2\x97\xf4\x64\x90\x93\x16\x3c\x5c\xc0\x22\xf4\ \xc9\x39\x17\x27\x23\xc8\x69\x3c\xb5\x44\x93\x54\x45\xb8\x62\x08\ \x11\x4d\xc3\x90\x52\x02\xa0\x69\x99\x9b\x7f\xf3\x5f\x77\x3c\xb1\ \xef\xe2\xab\x16\xbf\xf8\xf0\x3d\xfb\xe7\x9c\x7e\xc6\xbc\x69\x1d\ \x2d\xe6\xba\x7b\x7f\xdc\xd0\xd2\x36\xff\xbc\x35\xd7\x5f\x7a\x46\ \x6e\x71\xc3\x3f\x7e\xf5\x9f\xba\x77\xed\x9a\x71\xfa\x55\x4d\x36\ \x6a\x88\xcd\x9d\xd7\xb1\xf6\xa1\xfb\x6f\xe7\x3b\xf6\x6c\xda\x7d\ \xda\x25\xef\x6b\x8c\x1b\xc8\x59\xd7\xbe\xed\xf9\x48\x6b\x67\x6d\ \x15\x82\x6f\x20\xb3\x75\x7e\xe7\xf6\xde\x86\x53\xd6\x24\xe2\x91\ \xdc\xae\x67\xbe\xf3\xdd\x7b\xea\xce\xbe\x62\x74\xdb\xda\x07\xba\ \xa7\xad\x3e\xe7\xd4\xa6\x59\xb3\xf9\xe3\x4f\xfe\xec\xfb\x85\x81\ \xdd\x7b\xcf\xbe\xea\x03\x73\x6b\x85\xef\x81\x38\x82\x9a\x10\x62\ \xdc\xf5\xe0\x42\x08\xa5\x34\x43\x02\xad\x75\x68\x8e\x30\xce\xb9\ \x10\x5c\xeb\x83\x42\x6d\x30\x19\xe4\x78\x28\xc8\xf1\x00\xd6\x19\ \x63\x28\x8e\x25\x95\x75\xf8\xa8\xfb\x81\xd8\x38\x31\x00\x5b\x6b\ \x0d\x30\x18\x8f\xdd\x57\x35\xeb\xf7\xed\x33\x9b\xf3\x85\xf6\x6c\ \xe6\x94\xa1\xe1\xce\x4c\xe6\xac\xde\x3e\x89\x38\x1a\x89\x8c\x44\ \xec\x1d\xa9\x54\x4f\x55\x55\x5f\x2c\xd6\x1f\x8f\x65\x4c\x93\x00\ \x35\x43\x8d\xa8\x0f\xa4\xf4\x29\xcc\xd1\x87\xe9\x7d\x9c\xa0\x89\ \x3b\x58\x9b\x8f\x57\xe0\x03\x01\x86\x27\x11\x20\x21\x10\xa0\xc6\ \xf1\xf7\x61\x04\x8c\x88\x11\xd5\xbb\x4e\x73\xb1\xd8\x52\x2c\xb6\ \xe5\xf2\xb3\xb2\xd9\x3a\xd7\xad\x73\x5d\xc9\xd8\xee\x64\xf2\x91\ \xd6\xd6\x57\xea\x6b\xbb\x12\x89\x81\x68\x54\x03\x0a\xd2\x26\x4d\ \x94\xac\x62\x39\x6b\xf9\x26\x65\xf0\xc3\xe8\x7a\xf9\xd6\x22\x63\ \x13\xff\x31\x22\xcd\x05\x37\x84\x30\x8c\x71\x90\x1b\x82\x1b\x86\ \x71\x32\xa5\xd0\xc0\x64\xec\xb4\x55\xab\x9e\x7f\x01\xd9\xb8\x1d\ \x76\xc0\x13\xd4\xa4\xed\x48\x64\xc1\x82\x79\x04\x10\x5e\x16\x44\ \x4a\x75\x9c\x7e\xf3\x75\x73\xb4\x0e\xfc\x00\x84\x29\x80\xa7\x2e\ \xbd\xe9\x83\xd5\xcf\xbd\xa2\xce\x5d\xbd\x62\xf9\x92\x6a\x0b\xea\ \x3a\x67\x7f\xfe\x73\x9f\xdb\xf6\xf2\x4b\xad\x8b\xcf\x36\x19\x57\ \x9a\xe6\x9c\x7b\xed\x2d\x55\xcf\xed\x18\x70\x2e\xbe\xe9\x23\xa7\ \x74\x36\x93\x0c\x18\xe8\xc4\xcc\x53\xaf\x6f\xa8\x49\x9a\x88\x5a\ \x00\xa2\x56\xd6\x92\xf3\xaf\x89\x76\xb4\x31\x25\x79\xa4\xe9\xb2\ \x1b\xdf\xe3\x69\xed\x79\x41\x2c\x69\x22\x42\xe3\xfc\x35\x1f\x7a\ \x6f\x7c\xd3\xfe\xd2\x69\xe7\x5e\xb6\xa4\xbd\x5e\x05\xc1\x51\x6e\ \x93\x11\xc6\x17\x88\x4c\xc3\x20\xa5\x15\xa9\x30\x86\xc5\x18\x17\ \x42\x70\x21\x0c\xc3\x28\xa7\xca\xf1\x10\xa3\xfd\xe0\x07\x13\xb6\ \x7b\x18\x65\x3f\x80\xf2\xf7\xdc\x78\xfd\x71\xf9\xe4\x93\x94\x79\ \x08\xb7\xf1\x09\x28\x44\x1a\x31\x40\x54\x88\x42\x69\x4b\xc9\xc6\ \x52\x71\xd6\x58\xb6\x3d\x9b\x9d\x93\x4e\xd7\x96\x4a\x96\xd6\x96\ \x94\x08\xd0\x17\x8b\x0d\x46\xa3\xc3\xb1\xc8\xb0\x1d\x19\x8e\x46\ \xd2\xb6\xed\x72\xe1\x09\xee\x73\xee\x73\xee\x33\x26\x19\x0b\x18\ \x53\x8c\x85\x36\xf6\x44\x5b\x3c\x21\x01\x23\xe2\xa4\xb9\x26\x43\ \x6b\xa1\xb5\xa9\xb4\xa9\x95\x25\xa5\xa5\x54\x44\xca\x5a\xc7\xad\ \x77\x4a\x75\x8e\xdb\x58\x2a\x35\x16\x8b\x0d\x25\x47\x31\xe6\x71\ \xee\x72\x3e\x10\x8b\xed\xa8\xa9\xde\x93\x48\xec\x4e\x25\x47\xed\ \x88\x2b\xb8\x42\x14\x5a\x0b\xa2\xb0\xfe\x76\xb2\x31\xf0\xa6\x16\ \xe8\x84\x20\xbf\xfa\xca\x2b\x67\xb6\x77\x90\x56\x21\xc0\xc3\x3b\ \x45\x5a\xf5\xf5\xf5\xcc\x98\xd9\x1e\x8b\x57\x85\x77\x7d\xa0\xaf\ \xb7\x73\xce\x3c\x38\xf9\xc4\x99\xc8\x90\x1d\x24\x8c\xb1\x88\x6d\ \x29\xa5\xca\xa5\x5c\x86\x15\xb1\x0c\x11\xae\x53\xe9\x3b\xae\xaf\ \x98\x30\x6d\xcb\x44\x92\x9e\xeb\x49\x4d\x88\xc8\x39\x37\x4c\x53\ \x07\x9e\x17\x28\x04\x00\xe4\xa6\x6d\x1b\x1c\xa4\xef\x7b\x41\x10\ \x6e\x25\xdc\xb0\x4c\xa6\x5d\x2f\x08\x8b\x46\x09\x99\x65\x5b\xe4\ \x7b\xbe\xd2\x8c\x9b\x91\x88\x39\x9e\xbf\x56\x81\xe3\x78\x1a\x99\ \x69\xd9\xa6\x40\xe9\x7b\x9e\x2f\xe9\xa8\x2d\x50\x86\x69\x6e\xdb\ \xb2\x19\x00\x66\x75\xce\xf6\xca\x29\x34\xdf\x33\xb8\xd8\xbf\x7f\ \x7f\x26\x33\xb6\x62\xd5\xe9\x07\xd5\xc3\xe0\x64\x43\xb5\xac\x83\ \x70\x02\xe6\x70\x00\xe4\x13\x81\xb7\x57\x35\xf9\x26\xe8\x26\x26\ \x5b\xd5\xe5\x78\x39\x42\xc8\x49\x7e\x20\x90\x4e\xc4\xc3\x19\x6b\ \x44\xc4\x99\x16\x56\xaf\x6d\xef\xaf\xa9\x7d\x08\xd1\x54\xaa\xd6\ \x71\x6b\x5c\xb7\xc6\x71\xa7\xe5\x73\x4d\xa5\x52\x5d\xa9\x74\x6a\ \x3a\x53\xe3\x0c\x58\xae\x0b\x88\x0e\xe7\x2e\x67\x2e\x32\x97\x33\ \x1f\x59\xc0\xd0\x47\xa6\x18\x4a\x08\x1d\xe9\xf1\x3f\x0e\x09\x38\ \x10\xd7\x24\x88\x4c\x22\x43\x6b\x4b\x6b\x4b\x6b\x5b\x6b\x5b\x2b\ \x5b\x29\x00\x2c\xda\x91\xb1\x88\x35\x62\x47\x36\x37\x37\x3f\x18\ \x8b\xf7\xc5\x63\x63\xb6\x3d\x66\xdb\xa3\x91\x88\x42\xe4\x44\xa1\ \x92\x8f\x00\x21\x01\x30\x7e\x24\xd4\xbd\x99\xcd\x88\xe3\x3e\x39\ \xe7\x82\x73\x1d\x9a\xea\x65\x90\x23\x70\x76\x52\x47\xd7\xcb\xfa\ \x2a\x99\x30\x8f\x18\x3d\xa2\x49\x98\x22\x15\xb8\xaa\x9c\x65\x44\ \x21\x04\x80\xf6\x3d\x17\x00\x80\xf1\xd0\x84\x46\x44\x19\x04\x00\ \x4c\x88\xf1\x17\xaa\xc0\x0b\x5f\xc4\xb9\x38\xf0\x46\x0a\x78\x05\ \x52\x54\x10\x00\xb2\x90\xf8\xd4\x73\xdd\x03\x1b\x4d\x78\x48\xfa\ \xae\x84\xd0\x08\x3f\xfa\x9f\x23\x38\xe7\x42\x68\x29\x85\x10\xca\ \x50\x5a\xa1\x06\x12\x5a\x73\xc6\x00\x41\x54\xdc\xee\x43\x12\x4e\ \x07\xcc\xf5\x4a\xe7\xfc\x40\xbc\xbd\xc2\x66\x17\x9f\xfc\xd4\xa7\ \x5e\x35\x79\x0b\x07\x2c\xf3\x83\x53\x6b\x44\x54\x59\xee\x12\xb6\ \xac\x1c\xc0\x46\x38\x57\x69\xe2\x35\x61\xa6\x4a\x21\x6a\xc6\x40\ \x6b\x5f\xeb\x61\xad\xd3\x5a\x0b\xad\xad\x7c\xde\x1c\x1b\x33\x33\ \x59\x33\x97\x35\xf2\x85\x68\xb1\x90\x28\x96\x84\xe3\x70\xd7\x65\ \xbe\xcf\x83\x00\x95\x02\xad\xc7\x29\x5f\x19\xd3\x82\x6b\xc3\x54\ \x96\xa9\x6c\x5b\xd9\x91\x20\x1e\x0b\x62\xf1\x52\xa2\xca\x4f\x24\ \xfd\x54\xca\xab\xa9\xf6\xa2\x31\xc9\x50\x32\x26\x19\xab\x61\xac\ \x1a\x80\x13\x71\xad\x39\x1d\x13\x3f\x34\x22\x2a\xa5\x7e\xf0\xfd\ \xef\x79\x9e\xc7\x19\xa7\x37\x71\x11\x73\xce\xb8\x10\xa8\xc2\x3a\ \x87\x70\x2f\x66\x5a\xe3\xb8\x93\xc6\xb9\x9e\x18\xa8\x7c\x52\xf9\ \xe4\xe5\x48\x95\x10\x1c\x00\xb4\xd2\x7e\x10\x1c\x74\xed\xfe\xe8\ \xf6\x3c\xce\x45\xc4\xb6\xbb\x76\xef\x9a\x3b\x6f\x81\x61\x08\x35\ \x11\xd8\x56\x4a\x15\x72\xd9\x58\x2c\xc6\x19\x3b\xb4\x90\xad\xc2\ \x78\xc1\x90\xb6\x31\x24\x67\x3a\x14\xe1\xa1\x88\x58\x2c\x7e\xec\ \xb6\xfa\xa1\xe5\x31\x74\x54\x39\xf4\x25\x54\xb1\x67\x1c\x08\x9d\ \x20\x7a\x75\x75\x6e\x7b\x3b\x8d\x77\xcf\xe0\xc4\x83\xb2\xc9\x7c\ \x98\x2c\x23\x4e\x6c\x1f\xe3\xb1\xd5\x90\x3a\x72\xe2\x01\x23\x32\ \x01\xac\xe3\x65\xff\x40\x44\x25\x65\x7f\x5f\x2f\x20\x6b\x68\x68\ \x78\x73\xac\xf6\xb0\x18\x86\x33\xc6\x19\x22\xb0\x09\x7f\x9c\x8d\ \x17\x33\x1d\x94\x27\x67\x27\x9d\x26\xe7\x9c\xef\xda\xbd\x77\xf3\ \xb6\x1d\x44\x7a\x7a\x6b\xcb\x69\x2b\x96\x85\xf5\xfc\x65\xdd\x26\ \xa5\x2a\x77\x40\xff\x91\xfc\x45\xcc\xb6\xed\x6c\x36\xb3\x6f\xef\ \x9e\xf6\xf6\x59\x06\xe7\x42\x72\x17\x71\xdf\xf6\xed\x88\x3c\x1a\ \x89\x86\x71\xf2\x23\x81\xfc\xf0\x9e\xf9\x21\x38\x17\xfa\x18\xc8\ \x0f\x0e\x03\xd1\xc9\xca\xfc\x50\xb4\x1f\x69\x53\x28\xdf\x15\x9c\ \x94\x97\x3b\x78\x4c\xda\x5b\xce\xd8\x11\x7a\x75\xbe\xef\xbf\xf9\ \x7d\x33\xc8\x18\xe3\x02\x40\x85\xd1\x75\x44\xc6\x11\xc3\x30\x5c\ \x08\xec\xf1\x68\x2a\x67\x27\x1b\xc8\x1d\xc7\xdd\xbc\x75\xc7\x05\ \xe7\xaf\xe6\x9c\x3d\xfa\xf8\xba\xb5\xcf\xbe\x10\x8b\x46\xca\x6b\ \x0d\x91\xcd\x6c\x9b\x5e\x59\xbb\x4e\x44\xc8\xb8\x69\x5a\x86\x60\ \xa4\xa5\xeb\x7a\x4a\x13\x32\x61\x59\xa6\xe0\x4c\x05\x9e\xeb\x05\ \xa1\xfe\xe3\x86\x65\x09\x70\x1c\x57\x87\xf3\x47\x90\x19\x86\x61\ \x08\xae\x02\xd7\xf5\x15\x22\x22\x37\x6c\x53\xf8\x9e\x23\x55\xe8\ \x11\xa0\x30\x2d\x03\x95\xe3\xfa\x04\x68\x98\x56\x79\xd2\xae\x2f\ \x75\xe8\x1d\x0b\xd3\x32\x98\x76\x1c\xef\x28\x6e\x39\xe7\x1c\x01\ \xda\x66\xcc\x18\x1a\x1a\x4c\xa7\xd3\xa9\xea\x14\x11\x8d\x8c\x8c\ \x98\x86\xd1\xd1\xd1\x91\xcb\xa6\x2b\x41\x7e\x24\x6d\x74\x14\x9c\ \x87\x0f\x5e\x9b\xbd\x57\x0e\x69\x1c\xc0\xea\xe1\xbe\xc1\x01\xda\ \xe7\xc3\xa9\xf1\x83\x69\xe1\x8e\xfa\xd5\xdf\x42\xdf\x8f\x8d\x17\ \x2a\x4c\x2e\x48\x78\xe3\x03\x6f\xa1\x00\x51\x68\xae\x1f\xa8\x8a\ \x18\xaf\x86\x61\xe5\x38\xd3\x9b\xf6\xc5\xfe\x40\xbc\x71\xc6\x98\ \x54\xca\x30\x84\x94\x6a\xc9\xa2\xf9\x7b\xf7\x75\x67\xb2\xf9\xf2\ \xda\xce\xe5\xf3\xc3\x23\x63\xef\xb8\x64\x8d\x3b\xe1\x24\x33\x2e\ \x64\xae\xe7\xc1\xbb\x7f\xff\xe2\xf6\xbe\x44\xfb\x8a\xab\xaf\xbc\ \xa8\x29\x26\x74\xb1\xf7\xde\x9f\xdf\xb5\xbe\x2b\xb7\xf8\xfc\xab\ \x2f\x3f\x6b\x0e\x6a\x32\x38\xed\x7b\xe9\xf7\xf7\x6d\xf0\xae\xbe\ \xe6\x1d\xb5\x36\xa1\x10\x41\xb6\xef\x99\x47\xd7\xbd\xb0\x65\xff\ \xf4\x55\x97\x5f\xbd\x7a\x36\x02\x8c\x75\xad\xbf\xe3\xe1\xcd\x2b\ \x2f\xb9\x66\x51\x8b\x25\x49\x08\x72\x36\x3e\xf6\xcb\xf5\x63\xb5\ \x57\x5d\x7d\x41\x4a\x67\x5f\x79\xea\xf7\x8f\x3e\xb3\xb1\x68\x34\ \x5e\x74\xd5\xd5\xa7\xb6\x25\x35\x30\x41\xfe\xb6\x75\x77\xaf\xdd\ \x1f\xbd\xf6\xfa\x0b\x62\x32\x38\x92\x22\x0d\x6f\xa2\x61\x5a\xad\ \xd3\x67\x64\x33\x99\x5c\x36\xcb\x19\x6b\x6e\x6a\xaa\xae\xae\xc9\ \xe7\xb2\xc8\xf0\xe8\xfb\x78\x25\x4c\x8e\x04\x72\x80\x63\x03\xf9\ \x24\xa3\xe8\x50\x9d\x3c\xf9\xc1\xa1\xf8\x3f\xe8\xc8\x41\x8a\xfd\ \x18\xe3\xf9\x6f\xfe\x92\x7a\xab\x36\x9a\xb0\x2d\x05\x08\xcb\x81\ \x37\x64\x8c\x69\xcd\x70\x52\x09\x54\x68\xc9\x9f\x54\x20\xb7\x6d\ \x7b\xd3\xa6\x4d\xcf\xad\x7b\x7c\xbc\xef\xc2\x10\x95\x96\x57\xa1\ \x50\x3a\xf3\xec\x73\x85\x38\xb0\x0f\x0a\x43\x8c\xf5\x77\xa7\xa9\ \x66\xcd\x25\x73\x7f\xf7\xa3\xdb\xef\xac\x9b\xfd\xd9\xcb\xea\xbf\ \xfd\xaf\x5f\xdb\x19\x3f\xed\x82\x65\xc6\x1d\x3f\xbd\xbd\x73\xf1\ \x3f\x2e\xc1\x5d\x77\xfe\xe2\x67\xbf\x7f\xe4\x29\x77\xde\xf5\x37\ \x45\x23\x86\x21\x33\xfb\x5e\xbe\xeb\x9e\x27\x44\xcb\x9c\xd3\xcf\ \x5d\xd3\x34\xad\x05\x65\xe1\x89\xbb\xee\xb8\xf7\xa1\xc7\x77\xc8\ \xd9\x67\x5e\x9b\x30\x0d\x2a\xee\x7f\xf9\xbf\x7f\x7a\xcf\x63\x4f\ \xbd\x30\xe3\xd2\x4f\x55\x45\x0d\x18\x19\xd9\xd3\x5f\x5a\x7c\xce\ \x45\xe9\xe7\x7f\xf9\x83\x1f\xdf\x3f\xfb\x4b\x7f\x16\x1b\x78\xf1\ \x47\xbf\xbc\xeb\xe1\x47\x9f\x4a\xac\xfe\xf4\x07\x4d\x43\x85\x35\ \x60\x47\x00\x39\x32\x16\x12\x28\xa7\x6a\x6a\x6a\xeb\xea\xd8\x78\ \x00\x28\xcc\x87\x1d\xd3\x2d\x3e\x0a\xd4\xc3\xff\x8b\x63\xbf\xc4\ \x95\xaa\xf8\xd0\x07\xe5\x2f\x5d\x89\xf3\xc3\x7e\x8f\xe3\xc8\xcc\ \xbf\x55\x7a\x63\xa2\xef\x07\xdf\x64\x84\x4f\x68\x72\x16\x9a\xeb\ \x88\x48\x78\x00\xef\xe5\xa0\xcb\xc9\x06\x72\xce\x41\x2b\x7f\x64\ \xa8\xdf\x34\x0e\x0d\xb0\x6b\xc7\x0d\x4c\x53\xb0\x0a\x60\xa8\x20\ \xa8\x5f\xb0\xfa\x96\x15\x36\x93\xfd\x2f\xdc\x6d\x57\x25\xe2\xfb\ \xd6\xde\xfd\x6c\x61\xd6\x5f\xdf\x76\x4b\x5b\xf0\xc2\xa3\x8f\x7c\ \x3f\x9d\x93\x50\x2d\xda\x97\x9c\x73\x66\x3a\x33\xdc\x39\x2f\x19\ \xe3\x2c\xbb\xef\xc7\xff\xfe\xcd\x0d\x41\xeb\x3c\xea\x99\xb5\x64\ \x65\x67\x6b\xca\x2d\x8c\x54\xcf\x5c\x7e\xde\x19\x59\x36\xda\x31\ \xbd\x41\x28\xcf\x27\xb0\x97\x9c\x7b\x5e\x21\x9d\x6d\x58\xbc\x28\ \xaa\xdc\x62\xb4\xed\x5d\xef\x9b\x6f\x70\x5c\xdb\xfd\xe0\x33\x41\ \xc4\x14\xa0\xc8\x5a\x7c\xc6\xd9\xd9\xc1\xd1\xe8\xb2\xb9\x06\x90\ \x66\x47\x24\xfd\x67\x15\x21\x97\xf1\xb8\x75\x18\x94\x12\xc0\x26\ \x82\xae\xaf\x09\xe4\x93\xb3\xe9\x13\xc5\x70\xc7\x7d\xc5\x5f\xd5\ \x25\x38\x92\x3e\xc4\x3f\x1e\x79\x4b\x78\x2c\x26\x3e\x7a\x9c\x20\ \x7f\x3c\xe1\x79\x70\x13\xc2\x49\x2a\x0c\x99\x10\x82\x0b\x7e\xc8\ \x8f\xe0\x82\xe3\xf8\x95\x3a\x90\x3d\x32\x4c\xcb\x1d\xda\xf6\x9d\ \x7f\xf8\xe7\xd1\x69\x17\x5e\x7b\x4e\xf3\xda\x27\x36\xcd\x3f\x67\ \xcd\x8c\x08\x14\xfa\x07\x5d\x9e\xaa\xaf\xe6\x56\x6a\xe6\x19\x67\ \xce\x49\x67\xfc\xd9\x9d\xb3\x6c\xc4\xae\x67\x1e\xd8\x29\x16\x7d\ \xfc\xa3\xef\x5d\xd1\x90\xff\xef\x6f\xff\xb8\xb7\xa4\x0d\xbb\x76\ \xd5\xea\x33\x64\x26\xdd\xd8\x31\xbf\x06\xa5\x22\x5d\x35\x73\xe9\ \xdb\x3a\xab\xd2\x6e\x74\xce\xdc\x7a\x25\x49\x18\x26\x53\xd9\x27\ \x7e\xf6\xf5\x9f\x6e\x34\x6f\xbc\xf1\x1d\x09\xe5\x46\x66\x2c\x3a\ \x7d\x5e\x6b\xba\x64\xcc\xeb\x6c\x08\xeb\xf0\x5e\x6d\x99\x4d\xfc\ \x54\xdc\xf1\xd7\xb0\x4a\xa1\xf2\x67\xe2\x9d\x2a\x30\xf8\x9a\x7d\ \xf2\x03\x2d\xec\x47\x55\xd7\x87\xd5\xf3\x47\xd7\xcf\xc7\x62\xc6\ \xbf\x05\xe6\x3a\xbe\xd9\x9a\x7c\x62\x35\x4f\x4a\xa1\x11\xc0\xc4\ \x21\x36\x71\x0b\x4f\x3a\x73\xbd\x9c\x2e\x3a\xcc\x1d\x21\xa8\x80\ \xf6\x84\xb9\x6e\x59\xa3\x9b\x1f\xfe\xf6\xed\x0f\xa4\x56\xbc\xf3\ \xf3\x57\xbe\x2d\x45\x3b\xf7\x8e\xe0\xbc\x99\x1d\x08\xb0\xf9\xb9\ \xf5\xba\x65\xe1\xdc\x5a\x2e\x15\x14\xbb\x5e\xee\xf3\x6b\x2e\x9a\ \xd5\x08\xe0\x6d\xdb\xbe\xaf\x6d\xc5\x75\xa7\x2d\x5e\x50\xb2\x7a\ \xef\x7e\xe1\x09\x57\x01\x13\x82\xb2\x5b\xb7\xf6\xc9\x45\x6f\xef\ \x40\x49\xc8\x98\xe0\xb0\x67\xcb\xe6\x42\x55\xdb\x9c\x3a\x8b\x10\ \x78\x69\xff\x8f\xbe\xf3\x9d\xed\x6a\xd6\x27\x3e\xf7\x91\xb9\x75\ \xc2\xf1\x94\x61\xe8\x9e\xdd\x1b\x32\xe6\xf4\x59\xf5\x29\x20\xff\ \x28\xb7\xa9\xac\xc8\xd9\xf8\x50\x84\xc9\x65\xe7\x93\x07\x92\x1c\ \x7d\x19\xe2\x11\x38\x24\x5e\x33\xc8\x8f\x82\xed\x83\xdc\xf2\x72\ \x7c\xee\x48\x21\xb7\x3f\x40\x60\x1f\x06\x6c\x6f\x85\x2a\x3f\xd2\ \x66\xcf\x2a\x36\xfd\x89\x0d\x1b\x4f\x2a\x90\x87\xdc\xfe\x40\x95\ \xf3\xf5\xc6\xa7\xe5\x86\xd4\x58\x54\xb1\x90\xb8\x61\x16\x77\x3f\ \xfe\xb5\x6f\xfe\xfa\x94\x1b\x3f\xf3\xee\xb3\x67\x29\x2f\xd0\x5c\ \x50\x50\x4c\xa7\x47\xfb\x36\x3e\xf5\xa3\x47\xfb\x2e\xfc\xec\xc7\ \xab\x50\x4b\x53\xec\xdf\xbc\x4d\xd5\xcf\x9a\x55\x1b\x72\x00\xea\ \x81\x9e\xfd\x85\x62\xc7\xc3\x0f\x3c\x68\xb7\x9f\x39\x2d\x61\x71\ \x01\xe9\xbd\xbb\x06\xa9\xfe\xba\x99\x55\x8a\x34\x32\x66\xa0\xb3\ \x73\xdb\x8e\x9a\xf6\x4b\x6b\x2d\x0e\x4e\xff\x0f\xff\xf5\x6b\x7b\ \xeb\x2e\xfa\x8b\x0f\xbc\x3d\x81\x81\x1b\x68\xce\xd0\x40\xbd\x7f\ \xf3\xf6\x48\xdb\x8a\x86\x04\x03\xef\x68\xb7\xa9\x7c\x47\x8f\x94\ \xe2\x3e\xd2\x4b\x8f\xf4\xc4\x61\xfd\x73\xf1\x3a\xaf\xfb\x61\x1d\ \xf5\x63\x0c\xdd\xfd\xe1\x07\xde\xc6\x07\x40\xbd\x99\x58\x3a\x82\ \x59\x4e\x93\x0f\xbf\xb5\xa1\xc1\xb7\x30\x4a\x52\x55\x55\xd5\x07\ \x5c\xaa\x89\xe2\x2a\xa4\xf1\xe6\x06\x22\xe4\x46\x24\x52\xe6\x17\ \x45\xc1\x61\xe3\x13\xbf\xdf\x3a\x94\x85\xfb\xbf\xff\xc2\xaf\xdd\ \x53\xaf\xf8\xe8\xcd\xe7\x76\xbc\xfd\xd2\x15\xdf\xfe\xe9\xff\xdd\ \x9c\x6a\x3c\xeb\xbd\x9f\x79\xfb\xc2\x1a\x3f\x50\x86\xe9\xec\x1b\ \xc8\x76\x2c\x38\x3f\x01\x3a\x90\xfc\xcc\xb7\x5f\xb1\xfe\x3f\x7f\ \x7a\xdb\x17\xd7\x26\x9b\xe6\xff\xd9\xfb\x2f\x8e\x82\x44\x60\xbd\ \x7d\x7d\xd5\xed\x4b\x5a\xa3\x86\xd6\x1e\x43\x0e\x6e\xba\x77\x04\ \xe6\x5f\xd4\x2e\x80\x86\x76\x3d\xf7\xe8\xf3\xfb\xaa\xe6\xae\xfd\ \xfb\x2f\x3c\x92\x9c\xf5\xb6\x8f\x7e\xe4\x9d\x49\x25\x49\x3b\x7b\ \x87\xfd\xf9\xa7\xce\x8b\x82\x3e\x2a\xc6\x01\x0f\x77\x4f\xcb\xdb\ \x7a\xf8\x27\x1f\x87\x13\x7d\xb0\x32\xaf\xa4\x7f\x7a\x4d\xc9\x9e\ \x57\x7d\x7c\x14\xb8\xfe\xe1\x0f\xae\x40\x44\x29\xe5\xa7\x3f\xf9\ \xe7\x44\x30\x7d\xc6\x8c\x37\x33\x85\xf6\x9e\x1b\x6f\x98\x35\x7b\ \x8e\x56\xaa\x5c\x0c\xc3\x18\xd3\x5a\x77\xef\xdf\xdb\x3e\xab\xb3\ \xaa\x2a\x11\x96\x36\xf4\xf6\xec\x9f\xb7\x60\x31\x9c\x4c\xc2\x39\ \xdf\xbd\x67\xef\x4b\xaf\x6c\x42\x1c\x27\xbd\x2c\x8f\xbd\xd7\x9a\ \x62\xb1\xe8\xd9\x67\xae\xaa\x9a\xa0\xc7\x42\x00\x29\xa5\xd6\xd2\ \xf7\xa5\x26\x30\xec\xa8\x6d\x72\xc1\x99\x53\xc8\x2b\x1e\x49\xc4\ \x2c\x19\xf8\x9a\x00\x81\xa4\xd2\x9c\x8b\x70\x3f\xe7\xc2\xd0\x7e\ \xa9\x50\x0a\x22\x89\x84\xc5\x28\x90\x0a\x01\x94\x56\x88\x82\xb1\ \x03\x9c\x65\x4a\x11\x17\x1c\x88\x48\x2b\xa9\x54\xf8\x19\x5c\x58\ \x91\xa8\xc5\x88\x08\x40\x29\xc5\x85\xc0\x57\x5b\xe8\x86\x61\xec\ \xd9\xbd\x6b\xa0\xaf\xa7\xa1\xb1\x89\xc6\x9b\x65\x39\x22\x0a\x21\ \xf2\xb9\x5c\x26\x33\x36\x6f\xc1\xa2\xd7\x04\xec\xc3\xea\x73\x71\ \xdc\x18\xa8\x74\xce\xe1\x0f\x38\xe3\xfd\x7a\x7d\xf2\x37\xf9\x73\ \x8f\x16\x98\x84\x93\x59\x93\x03\x80\xd6\x7a\x76\x67\xc7\x9c\xd9\ \xb3\x8e\x74\x82\x52\x52\xeb\x03\x4e\xa2\x30\x4d\x04\xd3\xb2\x0f\ \x68\x16\xa5\xc8\x8a\xc6\x01\x20\x08\x82\x72\x64\xca\x30\xf8\xb8\ \x73\x09\xa0\x95\x44\x61\x55\x25\x2c\x00\x25\xd5\x84\xe5\x2f\x8c\ \x90\x79\xb4\x9c\x97\x32\xc2\x03\x88\xc8\x0d\x4b\x18\x56\xe5\x67\ \x20\x62\xd8\x09\x47\x44\xaf\x76\x87\x8e\xa2\xc9\x8f\x18\x7d\x78\ \xed\x76\xbb\x78\x3d\x30\x38\x6c\xf2\xfc\x58\x14\xf5\x71\xaf\x4e\ \x9a\x9a\x5b\x72\x72\x8b\xd6\x3a\x8c\x47\xe9\x89\xa6\x89\xd7\xb8\ \x5c\x5e\xfd\xd0\xb1\xbc\xa8\xe2\xc0\xe1\x97\xe4\x6b\x5d\xa8\x07\ \x72\x52\x58\x19\x24\x3f\x9e\x7d\xfc\x50\xa3\xfd\xf5\xfa\xe4\x87\ \xd5\xe7\xc7\x08\xf5\xe3\x8e\x02\xbc\x99\x9a\xfc\xcd\x8e\x6f\x4d\ \xde\xd1\x0f\xdc\xf2\x23\xec\xfa\x27\x15\xc2\x43\x1f\x6a\x64\x34\ \x0d\x44\xc9\x54\x22\x1a\x89\x1c\xdd\x55\xfc\x23\xf9\xa3\x5e\x5b\ \x74\xf7\xd8\x6f\xfa\x89\x09\xbc\x1d\x25\xa2\xf6\x86\x42\xfd\x4f\ \x79\x1d\x1f\xe4\x50\x95\x77\x99\x43\x42\xae\x27\xa7\xb9\xfe\xf8\ \x53\xcf\x96\x1c\x07\x88\x82\x20\xb8\xfc\xed\x17\xda\xb6\xa5\x27\ \x68\x50\x39\x67\x00\x78\x48\x83\x0a\x32\x3e\x5e\x8b\xa2\x55\xc8\ \x7f\x8e\x3c\x9c\x8d\x41\xba\x3c\x1d\x29\x4c\x5d\x4d\x9c\x00\x00\ \xc0\x18\x47\xac\x38\x07\x19\x67\x38\xf1\xaf\x89\x77\x00\x3a\x30\ \xcb\x01\x91\x33\x16\x9e\x70\xe0\x23\x27\x7d\xee\x91\xa1\x78\xb8\ \x3b\xfe\x2a\xe1\xf5\xd7\xb2\x11\x88\x13\xbd\x2d\x1d\x6b\xe1\xea\ \x94\xf9\x3d\x25\xaf\x75\x69\x95\x1c\x27\x9b\xcd\xbf\xeb\xea\x77\ \x00\xc0\xcb\x1b\x36\xdf\xfb\xbb\x47\x2d\x73\x9c\x74\x85\x00\x64\ \x20\xe7\xce\x9d\x35\x7f\x4e\x67\xa5\x19\xcf\x38\x94\xd2\x43\x83\ \xa3\xf9\x58\x6d\x53\x63\x75\x4c\x29\xcd\x39\x2b\x8d\xf5\xf7\x67\ \x82\xfa\x96\xd6\x84\x09\x8a\x80\x73\x0e\xe0\x8f\x0c\xe7\xab\x52\ \x29\xc1\xc6\xf1\x1c\x14\xd3\xfd\xc3\x19\xa3\xaa\xbe\x21\x15\x61\ \x9c\x23\x40\x66\x74\x44\xc4\x92\x11\x83\x31\x06\xb9\x91\xbe\xe1\ \xac\x9b\x68\x68\xad\xaf\x32\x95\xd2\xe1\x09\xb9\xb1\x61\xb0\xab\ \x63\x16\xfa\xf9\xe1\xbe\xc1\x31\x09\x4c\x18\xa6\x61\xd8\xb5\xf5\ \xb5\xd6\x89\x66\xf2\x7e\x4d\xfa\x5c\x9c\x90\xcf\x3b\x34\x73\x7e\ \x8c\xe8\xfd\x83\xd5\x45\x07\x72\x57\x6f\xfa\x36\x74\xd8\x98\x1b\ \xe1\x24\x83\xbd\x7c\xe2\x49\x05\x72\xc3\x34\x7a\x7a\x7b\xee\x7f\ \xe0\xf7\x9a\x34\x63\x4c\x30\x2d\x83\x89\x5e\x14\xc4\x6c\x36\xbb\ \x71\xa3\xbf\x60\xee\xec\xca\x22\xeb\xcc\x8e\xb5\xdf\xfd\xe9\xbd\ \xc3\xf9\xd2\xa8\x5b\xf5\x9e\x4f\xfd\x8f\xb7\x75\x26\xf7\x3f\x77\ \xe7\x7f\xfc\xe4\x89\x62\x29\x67\xce\xbe\xf0\x0b\x9f\xbe\xbe\x46\ \xe8\x91\x7d\x1b\xee\xbb\xe3\x3b\x0f\x8e\xcd\xfd\xea\xdf\x7e\xa2\ \xc1\x00\x00\xb9\x75\xed\x7d\x0f\x3f\xb7\x7d\x38\xe7\x2d\x3c\xef\ \xc6\x77\x9f\xd3\x51\x1a\xe9\x7a\xfc\x37\x3f\xf9\xd1\x53\x63\x9f\ \xfa\xca\xff\x59\x35\xcd\x18\x7c\xe5\xbe\xff\xfa\xc5\x93\x25\xb7\ \x90\x56\x2d\x1f\xfb\xfc\xa7\x96\x36\x45\x9d\xb1\xfd\x4f\x3d\xf0\ \xcb\x3b\x7e\xbf\xeb\xbd\x7f\xf3\xff\xce\x9b\x21\x86\xf7\xac\xff\ \xc9\x2f\x1e\xf2\xcc\xc4\xd8\xce\x67\x77\xb0\x33\xfe\xeb\x3f\xfe\ \xaa\xdd\xe4\x47\x8a\x20\x1c\x31\x85\x36\xe1\xa2\xbd\xfe\xbd\x40\ \x9c\xc0\x7d\xe5\x28\x0a\x7c\x4a\x63\x4f\xc9\xeb\x17\x53\x98\x7b\ \xbb\x76\x3f\xf9\xf0\x7d\x86\x79\x68\xed\x3a\x39\x8e\x7f\xe3\x7b\ \xdf\x3f\xe9\x90\xd6\xa2\xa6\xfd\xea\xf7\x7f\xba\x7d\x7a\xed\x0f\ \xbe\xf8\xd1\x75\x1b\x7a\xcf\xae\xe9\xfa\xb7\x6f\xff\xee\x8c\x8f\ \x7d\xe5\xb2\xb6\xae\xcf\x7d\xfe\xf6\x4d\x23\xd7\x9f\xc9\xb7\xdc\ \xf9\xf3\x3b\xb7\xef\x4d\x37\x2d\x9b\x53\x63\x01\x80\x7e\xf1\x9e\ \xef\xfc\xfc\xf9\xfc\xea\x0b\x2f\x7c\xef\x19\xa7\x24\x0c\xd4\xce\ \xd0\x7d\x3f\xfb\xe9\xc6\xae\x7d\x66\xed\x92\xb6\x66\x0b\x40\x47\ \x9b\x16\xde\x7c\xeb\x59\xed\x0d\xc1\xd7\x3f\xf1\xd9\xa7\x77\x8c\ \x2d\x6d\xf2\x1f\xf8\xc5\x9d\x1b\x76\xee\xd4\xc9\x59\xf3\xa6\x1b\ \xa0\x75\xfd\x92\x8b\x6f\x5b\x7a\x89\xd7\xf3\xf4\x3f\x7e\x33\x78\ \xe7\x7b\x3e\x3a\x33\xc6\xf5\x9b\x35\xcd\xfe\xb0\x9b\x02\x7b\xa3\ \x3f\xe0\x50\xed\x34\xb5\x58\xa7\xe4\xb8\x85\x73\x6e\x18\xdc\x10\ \x87\xf9\xa9\xec\x3f\x2b\xdb\xf0\xf1\xba\x96\xf6\xe9\x0d\xe9\x1d\ \x8f\x6c\xca\x54\x9f\xbb\xaa\xfd\xe5\xfb\xee\xa4\xc5\xef\xbc\xf2\ \xd4\x46\xd3\x34\x63\x76\x84\x69\x10\x75\xf3\xff\xec\xb3\x7f\xb1\ \x74\x46\xc3\xec\xd9\x1d\x02\xc0\xeb\x5e\xf7\xa3\x3b\xd7\x99\x71\ \xfe\xcc\xdd\xdf\xfb\x8f\x9f\x3f\xe5\x13\xa0\x59\x7b\xd5\xc7\xff\ \xea\x92\x53\xa6\xb7\x76\xcc\xa9\xe7\x00\x1a\xaa\x1a\xdb\xda\x1b\ \x93\xbd\xcf\x3d\xb2\x87\xb7\x9f\x31\xaf\x16\x20\xf9\xce\x0f\x7d\ \xf2\xf2\xd3\xda\x5b\x66\x2d\x68\x42\xd0\x21\x05\xba\xdb\xf3\x9f\ \xdf\xb8\xa3\xe5\x82\x5b\x2e\x5a\x58\x07\x6f\x30\xc2\x5f\x15\x5c\ \x6f\x01\x7f\xd0\x1f\x05\xce\xdf\x32\xab\xf8\x88\xe5\x8d\x87\xe6\ \xc9\x4f\xc6\xb2\xd6\x23\xf6\x66\x11\x31\x3e\x51\xed\x5d\xbe\x2c\ \x88\x00\xfe\xcb\x0f\xdc\xf1\x93\x87\x76\x9d\xfb\xfe\x4f\x9f\x31\ \x4d\x7e\x73\x4b\xfa\x94\x77\x2c\x63\x00\x99\x1d\x3b\x73\x76\x4b\ \x47\x23\x00\x72\x2c\x75\xed\x18\xc4\x0b\x66\xcf\x04\x80\x8d\x4f\ \x3d\x11\x59\x79\xe3\x17\x3f\x7e\x49\xb0\xf5\xfe\xcf\xfe\xfb\x83\ \x3d\x57\xad\xee\x88\x72\x0e\xe9\x8d\x3b\x86\xdb\x2f\x58\xc8\x00\ \x88\x31\x54\xc5\xa7\x7e\xfd\x83\x7b\x5e\xcc\x5c\x73\xeb\xa7\x96\ \x36\x44\x08\x80\xb3\xfc\x96\xad\x7d\xd3\xcf\xb8\x66\xe2\xe3\xf5\ \x93\x3f\xfd\x5e\x7f\xeb\x25\x7f\xb3\x66\xd6\x78\x55\xfd\x51\xfe\ \xae\xf1\xa6\x94\x23\xde\xf7\xd7\x7f\xe9\xde\xf0\xc0\xdb\x94\x4c\ \xc9\x09\x14\x3a\xe6\x67\x11\x11\x74\xf1\xd1\x1f\x7d\xe3\xe1\xfe\ \x86\x0f\xfd\xaf\xbf\xed\x4c\x01\xd0\xee\x91\xac\x6e\xaf\x6f\x02\ \x70\xee\xbd\xef\x89\xa6\x95\x1f\x68\xe1\x00\x00\x99\x9d\x5b\x32\ \x76\x6b\xe7\x34\x0e\x40\xbd\xfd\x63\x55\xd3\xa6\x19\x00\x39\x27\ \xc7\xa3\x35\x55\x06\x00\x00\x8d\xec\xd9\x9b\xb5\x2f\x5b\xd0\x08\ \x00\xe8\x8f\xdc\xf5\x9d\x7f\x7f\x49\xce\xfb\xcc\x97\x3f\xd1\x6c\ \x8d\xcf\x74\xd0\xd9\xfe\x9d\x23\x78\xfe\x9c\xe6\xf1\x00\xe1\x9e\ \x47\x7e\xf5\x82\x7b\xcb\x57\xde\x6e\x9e\x98\x09\x02\xaf\x17\x92\ \xec\x0d\x7a\xdf\x29\xb3\xfc\x0d\x12\x36\x99\xc1\xf3\x64\x13\xa5\ \x14\x11\x91\x56\x3a\xfc\x51\x4a\xab\xf0\xb1\xd6\x4a\x49\x25\x2b\ \x4f\xde\x71\xff\x7f\xfd\xf3\x2f\x37\xcf\x59\xdc\xd9\xf7\xe2\x43\ \x1b\xf6\xa6\x01\xeb\x67\xd4\xea\x47\xef\xfa\xfe\xed\xff\xfe\x4f\ \xcf\xfa\x8b\x6e\xbe\xfc\x54\x00\x00\xd0\xaf\xac\x7f\xc5\x68\x9d\ \xd7\xcc\x00\x00\x67\xcd\x9a\xb6\x67\xed\xaf\x7e\x73\xff\xdd\xdf\ \xbc\x63\xdd\xf2\x8b\x2e\xad\x33\x00\x00\x7a\xb6\xbc\x3c\x62\xb6\ \xce\xab\xe5\x00\xfa\x99\x9f\x7f\xfd\x5b\x8f\x0c\x9f\xb2\xa0\x65\ \xcb\xda\xc7\xb6\xf7\xe5\x42\xcb\x6b\x64\xf7\x0b\x7d\xd4\x38\xab\ \x31\x0a\x00\xa0\x0b\xbf\xb9\xe3\x97\xf1\xe5\xef\x5c\x5a\x8b\x6f\ \xad\xb6\x2b\xc3\x50\xbc\xa1\x9f\x31\xa5\xd5\x4f\xac\x68\xa5\x46\ \x86\x06\xa5\x94\xd1\x58\xec\xa4\xea\x33\x85\x71\xc2\x36\x3c\x75\ \xd9\xa9\x6b\x4b\x25\xce\xc2\xe9\x1b\xe3\xe4\x62\x88\xa8\x34\xd5\ \x34\x5a\x73\x67\x77\x56\x9e\x4f\xc9\x8e\xcb\xde\x1e\x75\xbb\x37\ \xbf\xec\x05\xf3\xeb\x16\x12\x35\xbf\xfb\xa3\x1f\xbf\xfb\xde\x27\ \xfc\xd4\x19\x5f\x78\xdf\x85\x4d\xd1\xf1\xe1\x9d\xb5\xf3\x56\x5f\ \x5b\xbf\x2a\x44\xe4\xa2\xcb\xde\xff\x3e\x7e\xef\xcb\x7b\x87\xcf\ \xb8\xfe\x93\x6b\x56\xcc\x0a\x0f\xf2\xda\xd9\xef\xba\xba\x39\xc5\ \x88\x48\xda\x4d\x8b\xdf\xb1\x26\x37\xbc\xf3\x95\xfd\x64\x47\xa6\ \x2d\x0e\x97\x37\x8f\xb5\x5f\xf5\xee\x25\x0d\x36\x10\x11\xc8\xa0\ \x71\xc9\x25\x8b\xce\x58\xfa\x16\x2a\xf1\x83\x8b\xde\x8e\xaf\x41\ \xe5\x84\xdc\xb3\x3f\x70\x0f\x50\x4a\x79\xeb\x27\x3e\x46\x04\x33\ \xda\xda\xde\xb4\x6b\xc2\x18\xbb\xf9\xa6\x1b\x3b\xe7\xcc\x3d\x5c\ \x83\x4a\x57\x47\xe7\x9c\xaa\x44\x4a\x6b\x05\x04\x3d\xdd\x7b\xe7\ \x2f\x5c\x72\x52\xe1\x1c\x11\xa5\x54\x63\x99\x2c\x1e\xee\xd2\x09\ \x43\xd4\xa4\x92\x47\x4f\xf1\x1c\x8e\xa1\x68\xfc\x18\x4d\x8c\xcd\ \x39\xd2\x19\x14\x36\x24\xe2\x61\x96\xf1\xa4\xb7\x98\x38\xe5\x58\ \x56\x38\x22\xee\xdf\xdb\xd5\xdf\xdb\xdd\xd0\xd4\x7c\xd8\x06\x95\ \xf9\x0b\x17\xbf\xfe\xf0\x96\xe0\x42\x84\x75\x75\xe3\x33\xbf\x0e\ \x0c\x1f\x3d\x50\x87\x43\x9a\xb4\x56\x87\xfd\xd2\x21\xb5\xe0\xc4\ \x2b\x27\xbb\x45\xc7\x80\x62\x3a\xd2\xbf\xe8\xd5\x4e\xa3\x23\xbc\ \x66\xb2\x5b\xc6\x43\xee\xc3\x83\xaf\x45\xc5\xc5\x99\x18\xa6\x25\ \xa5\xac\x2c\x96\xfa\x03\x6c\x50\x09\xa9\xb5\x32\x63\x23\x52\xaa\ \x68\x2c\x7a\x72\x1a\xed\x42\xf0\x86\xba\x9a\xe3\x5b\xf7\x47\xea\ \xc4\x3c\xe2\x0b\x0f\xe2\x55\x7a\xb5\x7e\xaf\x63\x39\xff\x48\x46\ \xf5\x1b\x1b\x78\x7b\xf4\x67\xdf\xee\x19\x1a\x4c\x97\xf2\x86\x61\ \xd8\x88\xe7\x9f\xf3\xb6\x68\x34\xfa\xd8\xe3\x8f\x23\x13\xbe\xef\ \x9b\xa6\x15\xab\x4a\xb4\xcf\x9c\xb9\x62\xd5\xaa\xda\x59\xf3\x89\ \x4c\x40\x94\x5a\x73\x86\x32\x70\x05\xa8\x67\x9e\x7a\x74\xeb\xc6\ \xf5\x16\x27\xd4\x12\x80\x31\xe4\x88\x0c\x42\xb2\x22\x16\x36\xc4\ \x6b\x64\xc4\x18\xe3\x28\x00\x8c\xca\x40\x31\x43\x06\x21\xa5\x59\ \x48\x88\xc0\x44\xc8\x6c\xc7\x19\x70\xce\x90\x03\x67\x68\x9a\x86\ \x26\x15\xb1\x2d\x24\x14\xcc\x62\xe1\x5c\x5f\xce\x19\x03\x2e\x04\ \xe3\x18\xce\x8b\xe2\x02\x05\x33\x04\x13\x86\x61\x68\xa9\x98\x61\ \x91\xd4\x85\x7c\xe9\xc5\x57\x36\xdf\x79\xd7\x6f\x77\xef\xd9\xeb\ \x29\x2a\x49\x72\xfc\x40\x69\x45\x04\x80\xa0\x95\x06\x06\x61\x54\ \x22\xf0\x83\x8f\x7c\xe4\xc3\x37\xdd\x78\x53\x3e\x9f\xff\x43\xb6\ \x57\x19\x63\xa9\x54\x8d\xd6\x8a\x08\x46\xf5\xf0\x94\xff\x32\x25\ \xc7\x04\xf2\x4d\x2f\x3f\x9f\x75\x8b\x9a\xb3\x78\x3c\x1e\x8f\xc7\ \x7b\xf7\x6c\x6f\x69\x6d\xe9\x98\xd6\xd8\xdd\xdb\x97\xc9\x8d\x8d\ \x3a\x6e\x20\x35\x2a\x77\xd1\xc2\xb9\xa6\xc1\x01\x4d\x00\x34\x34\ \x31\x86\x8a\x13\x67\xd2\x29\xe5\x46\x87\xfa\xa2\x16\x13\xa4\xc2\ \x71\x7d\xa1\xd2\x01\x00\x26\x18\x30\x44\x20\xc6\x80\x71\xc6\x99\ \xc1\xd0\x18\xaf\x12\x86\x09\xfa\x22\x64\x13\x23\xa7\x11\xb9\x40\ \x1c\x1f\xe6\x68\x08\xc6\x05\x23\x04\x06\x06\xe7\x9c\x34\x1a\xdc\ \xe4\x4c\x73\x40\xce\x40\x70\x40\xce\x18\x23\xc6\xd0\x14\x68\x18\ \x28\x04\xe3\x4c\x20\xa2\x29\x10\x4c\x0b\xb8\x00\xc7\x1b\x2e\x64\ \x76\x6e\xdd\xb4\x6d\xf3\xc6\xee\x9e\xfe\x80\x58\x49\x63\xc1\xf3\ \x7c\xdf\xd7\x7a\x32\xb1\x08\x00\x10\x8c\xa5\xd3\x7f\xe0\x34\xe6\ \x88\xa8\x95\x1a\x1d\x19\x52\x4a\x45\xa3\x7f\x1c\x3e\x39\x69\xfd\ \xfc\x4b\x1b\x06\x87\x46\x0c\x43\xac\x5a\xbe\xb4\xa6\x3a\x35\x05\ \xb9\xb7\x00\xe4\x01\xc9\xea\x64\xc2\x8c\x44\x92\x55\xf1\xa5\xf3\ \xe6\x9e\x79\xc6\x19\xa9\x86\xc6\xf4\xf0\xf0\x73\x2f\xbc\xb8\x7d\ \xc7\xce\xd1\x74\x66\x70\x70\xa8\xbb\x7b\x7f\x5f\x6f\xef\xcc\x79\ \x05\x8c\x5a\x81\xe7\x72\x43\x00\x21\x47\x0d\x5a\x81\x94\x8c\x31\ \xce\xb8\x60\x9c\x20\x64\x17\x85\x50\x33\x03\x3b\xc0\x6e\xc1\xd8\ \xf8\xe0\xed\x83\x27\xab\x22\x86\x43\xe7\x10\x81\x10\x09\x09\x10\ \x19\xe7\x28\x04\x01\x63\x9c\x03\x37\x4d\xdb\x06\xce\xb8\x15\x05\ \xcd\x80\x31\xe0\x1c\x90\x11\x43\x26\x04\x17\x8c\x09\x8e\x4c\x20\ \x0a\x34\x23\x82\x8b\x09\x36\x20\xee\xf8\xce\xae\xbd\xbd\x1b\x36\ \x6d\x4d\x67\xf3\xdc\x30\x09\x85\x90\xda\x0a\x13\x1e\x5a\x4b\xa5\ \x00\xc2\xb9\xc0\x08\x00\xbe\x1b\x70\xce\xff\xc0\xc3\x04\x44\xc4\ \x38\x4f\x24\xab\xb5\x56\x00\xa8\x47\xff\x08\x34\xf9\x86\xcd\xdb\ \x4a\x25\x67\xd9\x92\x85\x85\x62\xf1\xe1\xc7\x9e\x5a\xbe\x74\x71\ \xb9\xa3\x43\x93\xae\x8a\xc7\x9b\x9b\x1a\x5e\x93\x45\xba\xe7\xd9\ \x07\x76\xb0\x39\x17\xaf\xec\x98\x78\x8d\x7a\xf9\xfe\x5f\xf4\x34\ \x9e\x7d\xd9\x29\xb5\xdd\xdd\x83\x89\xe6\xb6\xa4\x35\x95\xd6\x39\ \x04\xe4\x76\xc4\x34\x0d\x9e\x8c\x46\xdb\x5b\xa7\x75\xb4\x36\x47\ \x38\xa2\x57\x8a\x47\xac\x96\x86\xda\xf4\xd8\xa8\xef\xfb\xb2\xb6\ \xa6\x6d\x66\x47\x63\x63\x23\x72\x04\xed\x49\xb7\xc8\xb9\x4d\x9a\ \x10\x40\x07\x8e\xf2\x3d\x83\x71\xce\x05\x63\xa8\x21\x34\xb7\x2b\ \xb8\x4e\x09\x11\x90\x01\x67\xc0\xd9\x21\x8e\xc7\x64\xd7\x17\x39\ \x63\xc8\x90\x73\x64\x82\x31\x66\x20\xe3\xcd\xd3\xa6\xdb\x91\xa8\ \x69\x5a\x00\xdc\xb6\x23\x1c\xd8\x04\xbd\x21\x02\x03\x86\xc0\x10\ \x18\x1f\x1f\x3c\xa0\x91\xa3\x61\x02\x43\x50\x12\xb4\x1e\x1c\xcd\ \x6e\xd8\xb4\x65\xf7\xde\xee\x62\xc9\x75\x7d\xdf\x93\xe4\x12\x06\ \x5a\xbf\x69\x05\x86\x6f\x90\x30\x86\x27\xb6\x4e\xf1\xf5\x8b\xe7\ \x79\x96\x65\x1d\xf6\xa9\x62\xc9\xb1\x2d\xab\xa1\xbe\xae\x3a\x95\ \x1c\x4b\x67\x37\x6f\xdd\x51\x36\x40\x38\x67\x7d\xfd\x43\x6f\xbf\ \xf8\xfc\xa6\xc6\xfa\xf1\x5d\xcc\x19\x79\xf0\xae\x9f\x6f\x1c\xf0\ \x4d\x2b\x3a\x63\xc1\xca\x0b\xde\xb6\x2c\x76\x08\x27\x60\xd7\xf3\ \x8f\xad\xab\xae\xb9\x64\x65\xc7\xc4\x11\xd9\xf5\xf2\xb3\xdb\x17\ \x2f\xbb\x6c\xbe\x73\xc7\x77\xef\x58\xfd\xb1\xdb\xce\x6c\x11\x53\ \xa8\x3e\x18\xe4\xc8\xc1\x34\x44\x22\x1a\x4b\xc5\xe2\x44\x2a\x9b\ \x1b\x2b\x16\x0b\xf9\x92\xa3\xb5\x0a\x0d\x78\xd7\x0f\x38\xe7\x52\ \x4a\xed\xfb\xc8\x0d\xdf\xc9\x45\x4c\x90\x4a\x22\x68\xaf\x54\xf0\ \x5c\x87\x73\xce\x98\x50\x5a\x01\x43\xac\x18\x5a\x16\xce\xff\x40\ \x64\x0c\x0d\xc6\x04\x63\x84\xa8\x2b\xcb\xb6\xca\x1b\xc2\x04\x43\ \x25\x8c\x4f\x1a\x57\x10\x90\xb6\xec\xc8\xcc\xce\xf9\x76\x3c\x09\ \xc0\x80\x09\x00\x00\xad\x41\x87\xe5\x05\x1a\x40\x83\xd6\x40\x04\ \xa8\x49\x6b\x40\x64\xc8\x09\x19\x30\x06\x9a\xf7\xf7\xed\x7b\xe4\ \xb1\x27\x1f\x7a\xf4\xf1\x9e\xbe\xbe\x70\x18\x0a\x81\x56\x4a\x6a\ \xad\x09\xfe\xb8\x0b\xc5\xde\xe4\x41\xab\xc7\x22\xdf\xfe\xf6\xb7\ \x39\xe7\x37\xdc\x70\x43\x2a\x75\xb0\x35\xce\x39\x5b\xff\xd2\xc6\ \xb1\x74\x46\x69\x65\x99\x66\xc8\xc1\x36\xf1\x14\x2f\x16\x4b\x8e\ \x73\x60\x24\xa8\xca\x76\xdf\x73\xcf\x23\xf3\xae\xfe\xf0\xc2\x44\ \xe9\xe9\xdf\xfe\xe7\xfa\xdd\xef\xfe\xfc\x75\xcb\x86\xc7\xfc\xd6\ \xe9\x4d\x06\x15\xbb\xf7\x8d\xd4\x4c\x9b\x61\xda\x96\x37\xba\xef\ \xe5\xf5\xcc\xa8\x6e\x9d\xdf\xd1\xcc\x00\xb8\x30\x38\x28\xb0\x5a\ \xdf\xf9\xee\x6b\xeb\x6b\x38\x00\xf8\xd9\xbe\xad\x3b\x7b\x54\xa4\ \x7e\xde\x9c\x99\x51\x63\x4a\xb1\x83\x30\xad\x48\x34\x1a\x37\x4c\ \x5b\x4a\x95\xcd\x15\x11\x59\x24\x16\xf7\x03\x59\x2c\xb9\x81\x94\ \x89\x64\x72\x34\x9d\xeb\xee\xee\xed\xed\xed\x6f\xef\x2c\x9a\x96\ \x18\x19\xec\xc9\x8c\x8a\xea\x54\x8a\x33\x2c\xe4\x73\x86\x10\x8c\ \x09\xc6\x4c\x8d\x9a\x10\x15\x29\xc1\x90\x48\x23\x43\x4d\x80\xa0\ \x19\x70\x04\x44\x62\x2a\x08\xa4\x76\x2a\xcd\x75\xad\x75\x05\xfb\ \x2c\x0a\xce\x4c\xd3\x00\x26\x24\x27\x26\x90\x71\x45\x9a\x01\x9a\ \x40\x08\x20\x80\x08\x48\x03\x12\x91\x46\x0d\x9a\x00\x08\x95\x0c\ \x00\x01\x99\x90\xae\x67\x44\x0d\xd2\xa0\x49\x31\x21\x3c\x2f\xd8\ \xbf\xaf\xbb\xaf\xb7\x1f\x00\xb9\x21\xbc\x92\xa7\xb4\x0e\xc3\x7d\ \xe1\xec\x55\x22\xe2\x8c\xc3\xe4\xd0\xe8\xd4\x6a\x38\x3e\xc9\xe7\ \xf3\xcf\x3d\xf7\xdc\xd6\xad\x5b\xaf\xbc\xf2\xca\x73\xce\x39\xa7\ \x72\xd6\x2a\x11\x9d\x73\xe6\xaa\x45\x0b\xe7\x1d\x21\xca\xc0\x26\ \x6f\x58\x64\xd6\xb4\x5f\x74\xd9\x45\x73\x22\x70\x4a\xfd\xd8\xad\ \xff\xf5\xe2\x8e\xf9\x99\xef\xfe\x6a\xdf\x97\xfe\xf1\xb3\x0d\xfe\ \xf6\x6f\xfc\xdd\xed\xef\xfe\x3f\x5f\x8f\x47\xd5\xf6\x47\x1f\xbb\ \xaf\xb4\xa3\x7f\x4f\xf7\xfc\xcb\x3f\xfe\xf1\xcb\x17\x33\x00\xe0\ \x26\x04\x3d\xb7\xff\xd7\xf7\x2e\xfd\xf2\x57\x57\x8e\x3c\xf3\x0f\ \x5f\xfb\x61\x29\x52\x5f\xd5\x32\xbf\xbe\x75\x46\x34\xc5\xa7\x6e\ \x90\x40\x10\x4a\x33\x2f\xd0\x79\x4f\xa9\x74\xc1\x23\xc6\x0b\xae\ \x94\x94\x2b\x95\x5c\x49\x6e\xa0\xb8\x61\xb9\xd2\x4d\x67\xb2\xe9\ \x4c\xba\x9a\x23\x63\xd0\xbb\x7f\xef\xde\x3d\x81\x92\xd2\x10\x82\ \x00\x35\xf0\x9c\x13\x70\xce\x95\x56\x44\x8a\xb4\x34\x0d\x66\x18\ \x28\x83\xc0\xe0\x06\x43\xad\x91\x18\x6a\x14\xc4\x38\x2b\x13\x50\ \x4e\xb8\xe2\xc8\xf9\xf8\xb4\x2f\x81\x24\x18\x33\x4c\x93\x19\x36\ \x13\xb6\x15\x89\x21\x32\x40\x06\xc0\x00\x98\x26\x0a\x47\x07\x85\ \x3b\x07\x2a\x94\xd2\x47\xd3\xa2\x20\x20\xa9\xcd\x48\x9c\x69\x0d\ \x1c\x40\x06\x5a\xab\x64\x3c\x96\xa8\x8a\x82\x52\xb1\x68\x44\x11\ \xb2\x7c\x81\x54\xe5\x3c\xd5\x70\x04\x0d\x86\x86\x43\x79\x3d\x4e\ \xad\x86\xe3\x5c\x43\x42\x74\x76\x76\x0e\x0e\x0e\x7e\xed\x6b\x5f\ \x4b\x24\x12\x2b\x56\xac\xa8\x7c\x56\x1d\xd9\x3f\x3a\xd8\x75\x42\ \xce\xdc\xa1\xa7\x1e\x7c\x6c\xc0\x1e\x7b\xf4\xde\xa7\xe6\xac\xfe\ \x40\x7d\xd5\x98\x61\x86\xba\x98\x5b\xb6\xc5\x91\x3c\x8f\x2d\xba\ \xe0\xba\x2f\xbc\xff\x9c\xec\xe6\x5f\xfd\x8f\x7f\xfd\xf9\xbe\x73\ \x17\x99\x62\x62\xe2\x97\x30\x2d\xc3\x7b\xf4\x87\x3f\xf7\xe7\xbd\ \xeb\xef\x3e\x7c\x1e\x9f\xba\xa5\xe5\x1b\x54\x28\xf8\x9e\x07\xd9\ \x42\x30\x9c\x2b\x19\x02\x84\x61\x68\x4d\x5a\x6b\xad\xa9\xe4\x38\ \x9e\xef\x27\x53\xa9\xda\xfa\x06\xc3\xb2\x08\x40\xca\xa0\xa9\xb1\ \xa1\xa1\xa6\x26\x9b\x1d\x2b\xe4\x0b\xc9\x54\xcd\xe3\x6b\x9f\x7e\ \x6a\xdd\x73\xdc\xb0\x4b\xae\x27\x83\xe0\xdc\x73\xce\x16\x42\x38\ \x6e\x31\x1e\xab\xb2\x2d\x93\x01\x63\x28\x04\x9a\x0c\x0d\x60\x9a\ \x2a\x58\x66\xc7\x07\xb8\x84\x53\xfc\x38\x67\x88\x51\x83\x83\x22\ \x4b\x18\xc0\x04\x72\x61\x84\x0a\x61\xfc\x0e\x02\x32\xd0\x9a\x58\ \x39\x8b\x1f\xfa\xfb\x52\x0a\x64\x24\xd8\xc8\xe0\xe0\x9d\x3f\xbf\ \xa3\x98\xcf\x90\x0a\x64\xe0\x23\xd0\x86\x8d\x1b\x8b\x85\xac\x61\ \x45\x85\x1d\x31\x0d\x11\x8c\xb3\xf8\x02\x43\x16\x26\xa3\xc3\x89\ \x05\x44\x7a\x7c\x2a\xe3\xd4\x5a\x78\x1d\x3e\xf9\xd6\xad\x5b\x97\ \x2e\x5d\xfa\xb9\xcf\x7d\x6e\xd1\xa2\x45\xaf\xe3\x9d\x38\xf8\x99\ \x4d\x2f\x3d\x5f\xac\x4f\x2e\xb9\xfc\xe3\x17\x5d\xb0\xc2\x7b\xe5\ \xe7\x4a\xa3\xc1\x01\xca\x54\x2b\x84\x56\x34\x02\x00\xc9\xd9\x0b\ \x6a\xe0\xa9\xd1\x9c\x33\x3e\x2e\x0a\x15\x00\x03\x9d\xdd\x3f\xe8\ \x75\x9e\xb6\x98\x4f\x19\x67\x95\x20\xdf\xb2\x71\xa7\x36\x0c\x57\ \x29\x02\x14\x82\x4b\x29\x39\x63\x4a\x05\xc5\x52\xc9\xe0\x4c\x2b\ \xd5\xd2\xdc\x78\xc1\x9a\x0b\xea\x1a\x9a\x34\xe9\x4c\x26\x1d\xb3\ \x4d\x18\x67\xc0\x11\x1a\xd0\x73\x83\x6c\xc1\xe9\xe9\xdf\xe7\x07\ \x1a\x24\x99\xc6\xfa\x58\x4c\xcc\x99\x33\x93\x09\x93\x94\x4f\x40\ \x00\x8a\x48\x11\x30\xd4\x04\x8c\x08\x20\xb4\xd2\xa1\x82\x5b\x62\ \xfc\x77\xa0\x2d\x2e\x0c\xe0\x80\x0c\x10\x41\xc9\x89\x91\xe3\x6a\ \x82\x79\x57\x8f\xbf\x48\x13\xa0\x62\x1c\xc8\xf7\xd1\x30\xd0\x34\ \xc7\x86\x06\x1f\xbe\xff\x37\x6e\x61\x2c\x11\x8f\x02\x32\xdb\xb2\ \x82\x62\xb1\xba\x2a\x2a\x89\x69\x20\x04\xd0\x44\x0c\x91\x10\x35\ \xe9\x30\x70\x40\x44\x30\x65\xad\x9f\x08\x99\x3e\x7d\xfa\xbc\x79\ \xf3\xae\xbc\xf2\xca\x4a\x43\xbd\x6c\x35\xbd\x86\x08\x08\x05\x3a\ \xde\x71\xcb\xad\x7f\xb9\xa4\x5c\xed\x12\xaf\x0b\x46\xd7\x6d\xeb\ \x2d\xae\x4c\xf8\xbe\x94\x04\x40\x5a\xba\xae\xab\x75\xb0\xf3\xd1\ \x87\x87\xcd\xa6\x69\xb5\xd1\x21\xe9\x15\xf2\x25\xd0\x06\x90\x22\ \xac\x9e\x33\x3d\x7a\xf7\xda\xc7\xd2\xa7\x5e\x11\x63\x0a\x85\x69\ \x70\x36\x75\x83\x04\x29\xee\x92\x76\x19\x6a\xc6\x29\x20\x86\x26\ \x07\xd0\x9a\x84\x5d\x85\xa0\x89\x5c\x3b\x96\x88\x54\x25\x8a\x25\ \x67\x64\x74\xac\xa6\x26\x91\xa8\xad\xf1\x8a\x8e\x65\x59\xa6\x65\ \x3b\x9e\x5c\x74\xca\xb2\x1b\xc0\xbc\xe7\xb7\x0f\x74\xed\xeb\x0d\ \x1c\x6f\x68\x38\x9d\x0a\x22\x96\x69\xfb\x52\x0a\x0e\xac\x6c\x21\ \x93\x82\xf1\x1d\x77\x52\x29\xcf\x78\xec\x8d\x31\x86\x68\x30\xd1\ \xb5\x63\xe7\xd6\x5d\xbb\x3b\xe7\x2e\x58\xba\x62\x15\x20\x92\x96\ \x40\x0a\x08\x09\x95\xd6\x34\x11\xd4\x23\x40\x05\x4a\x71\x00\x30\ \x04\x28\x05\x81\x97\x48\xc4\x66\x36\xd5\x0f\xf5\xe6\x0c\x46\x80\ \x14\x11\x68\xd7\xa4\x10\x71\x28\x93\xcf\x3b\x01\xe7\x28\x38\x53\ \x8c\x13\x11\x68\x08\xc3\x6f\x44\x44\x08\x15\x96\x05\x9b\xd2\xe6\ \xc7\x27\xef\x7b\xdf\xfb\x8e\xb8\xbc\x18\x2b\x16\x4b\x8e\xeb\x92\ \x3e\x84\xd8\x97\xa1\xeb\x7a\x93\xb3\xfd\xc8\x19\xca\x40\x96\x5b\ \x2a\x62\x6d\xab\xae\x3a\x63\xed\xf7\xfe\xf7\xff\xfc\x55\x44\xe5\ \xe2\x33\x53\x51\x0c\x5a\x9b\x7a\x7f\x79\xc7\x5f\x6d\xfb\x4d\xc1\ \x31\xae\xfd\xb3\x3f\x6f\xb0\xb1\x63\xd9\xc2\xbb\xef\xbe\x77\xc7\ \x8a\x4b\x4c\x83\x49\x69\xac\xbe\xf1\x03\x9b\xfe\xdf\xb7\xbe\xf4\ \x57\x6b\xed\xea\xce\xf7\x7d\xec\xfd\x8b\x1a\xa2\x53\x37\x48\x24\ \x6b\x9b\xdc\x5c\xda\xe0\xc8\x4d\x4b\x08\x21\xa5\x54\x5a\x2b\xe0\ \x4b\x16\x2f\xaa\x4e\x25\xd7\x3f\xff\x6c\xc9\xd7\xbb\x77\xef\x6b\ \xaa\x6b\x4a\x26\xab\x95\x92\x3d\xfb\x7b\xb5\xef\xc7\x63\xb1\xd1\ \xb1\x4c\xff\x50\xfa\xc5\x4d\x3b\x77\x75\x0f\x2c\x5a\xf5\xb6\xfa\ \x99\xe9\xfc\x50\x36\x3f\x3a\xa8\x75\x8e\xa1\x81\x4a\x73\xd4\x06\ \xe3\x00\xc0\x98\x46\x06\x9a\x88\x4f\xb0\x4d\x85\x65\xba\x15\xe4\ \x4a\x04\xc8\x90\xa0\x7f\x60\x70\xeb\xe6\x2d\xd5\xb5\x0d\x38\x31\ \xbd\x0d\xb4\x26\x60\xa4\x24\x43\x4e\x61\x28\x2f\x90\x0c\x19\x20\ \x47\x06\xca\x97\xa0\x25\x07\x43\x05\x1e\x09\x63\x38\x5d\x94\xbe\ \x57\x9d\x4a\xb4\xb6\xb4\x34\x36\x35\x0f\x8c\x65\xe4\xae\x2e\x77\ \x38\xad\x19\x6a\xce\x18\x71\xa6\xf5\xf8\xd0\x55\xad\x35\x11\x86\ \x94\x7c\xaf\x67\xf2\xe3\x94\x1c\x55\x96\x2c\x5a\xf0\xf4\x73\xeb\ \xef\x7b\xe0\x11\x7e\x88\x46\x55\x5a\x4f\x6b\x6d\x9e\x3e\xbd\xe5\ \xc0\x5a\x6c\x58\xf4\xd7\x7f\xff\x37\x76\xac\xc2\x1c\x10\xf1\x8b\ \x3e\x78\xdb\xaa\x77\x0e\x15\x03\xac\x4a\xa5\xaa\xa2\x00\x17\x7d\ \xe4\xff\xad\xca\x14\x5c\x15\xaf\xae\x4f\x46\x05\x00\xcc\x39\xff\ \x03\xff\x74\x6a\x4e\xc4\x62\x9f\xfd\xf2\x6d\x46\x14\x04\x9b\x7f\ \xeb\x97\xfe\x6e\x78\x28\x2d\xb9\x5d\x5b\x1b\x99\xba\x05\x00\x20\ \xa2\x35\x75\x55\x04\x5a\x93\xeb\x39\x5e\x29\x6b\xda\x56\x75\x4d\ \x6d\xce\xf1\xaa\x6a\xea\xe7\x2d\x5a\x94\x2b\x38\x3d\x5d\xbb\x9f\ \x7b\xee\xa5\xf6\xd6\x99\xb3\xe7\xcc\x8a\x44\xc5\x2b\x2f\xbf\x3c\ \x3a\x3c\xd4\xd2\xd0\xe4\x78\x6a\x7b\x57\x5f\xaa\x65\x56\xfb\xfc\ \x99\xb5\xd3\x3b\x2f\x9e\xbd\x78\xff\xa6\xdd\x8f\x3e\x70\xd7\xce\ \x2d\x4f\xf9\xbe\x8c\xdb\x71\xae\x7d\x06\xe4\x49\xa5\x84\x66\x82\ \x6b\x4d\x0c\x38\xd0\x78\x79\x66\x68\xae\x4f\x0c\xbb\x40\x20\x50\ \x00\x89\x64\xf5\xcc\x8e\xce\x48\x2c\xee\x07\x81\x6d\xc7\x80\x90\ \x34\x21\x02\x29\x8d\x86\xd0\x92\x00\x81\xc0\xd0\x52\x13\x11\x03\ \x8d\xcc\xd0\x4a\x02\x28\x85\x0a\x63\x29\x69\xd7\xf8\x2a\xcb\x8c\ \x68\x32\x51\xed\x7b\x6e\xcc\x32\x1a\xeb\x6b\xf6\x0c\x0c\x92\xc1\ \x4d\x8c\x16\x4b\xbe\x2e\xe7\xc9\x89\xc2\xe6\x8f\x72\x05\x38\x4e\ \xb9\xe5\x6f\x80\x58\x96\x79\xee\xea\x33\x8e\xf5\x6c\x26\xe2\x55\ \xf1\x43\x8f\xa6\xea\x9b\x52\x07\xdc\x76\x33\x59\xdb\x90\x9c\x7c\ \x42\x3c\x4c\xdd\x19\xc6\xc4\x39\x91\xfa\xe6\x29\x78\x57\x80\x3c\ \x57\x2c\x58\xb6\x8d\x80\x44\x4a\x93\xa7\xa5\x4c\x8f\xa5\xb9\x1d\ \xc9\xe7\x0b\x7d\xfd\x7d\xf3\x16\xcc\x37\x38\x75\xed\xd8\x51\xf4\ \x8a\xb9\x5c\xd6\xb2\xe2\x4a\x79\xfb\xf7\xee\x19\xe8\xed\x51\xda\ \x74\xb4\xcd\x32\xfe\xa8\xc7\xf6\x0e\xee\xdd\xb9\xcb\xaf\xad\xb2\ \xa5\x30\x0a\x52\x06\xcc\x28\xba\xd2\x12\x0c\x94\xe6\xc2\x06\x81\ \x3e\x29\xc1\x98\x92\x6a\x22\x96\xce\xc2\x76\x8b\x10\x63\x61\xac\ \x5b\x13\x35\xb4\x34\xb3\x48\xa4\xae\xa1\x89\x19\x06\x01\x05\x41\ \x60\x29\x45\x08\x80\xa8\x95\x42\xce\x75\x10\xa8\x40\x5a\x76\x34\ \x90\x81\x56\x34\x61\xeb\x11\x17\x9c\xb4\x52\xbe\x6b\x30\xe8\x6c\ \x9f\x31\x77\x56\xc7\x86\x57\xd6\x97\x02\x6f\xe9\x82\x79\x99\x42\ \x7e\xf3\x9e\xbd\xe9\xbc\xc7\x00\x94\xd6\x4a\x29\xc6\x18\x17\x82\ \x73\x2e\x84\x10\x9c\x13\x40\xa9\xe4\x32\xc6\xa6\x60\x3e\x25\x7f\ \x9a\x20\x1f\xe8\xef\xe7\x42\xc4\x63\x31\x2e\xb8\x2a\x68\x26\x38\ \xe7\xdc\x73\x1d\xcb\xe2\x76\xc4\x04\x24\x5f\x06\xc4\xa8\x24\xfd\ \x5c\x3e\x1b\xb5\x69\x76\x67\xbb\x81\x0a\x34\x73\x7c\x0c\x30\x29\ \x79\xd3\xd8\xbe\xd2\xb4\xa6\x85\xd3\x66\xb6\x4d\x6b\xb3\x24\x8c\ \x6d\xd8\xf2\x58\xfd\xb4\x69\xcb\x97\xce\xd5\xa5\xd2\x40\x5f\x5f\ \x26\x9b\x71\x3d\x1f\x84\x10\x82\x11\x04\xe5\xb8\xba\x52\x2a\xcc\ \x9f\x95\x4d\xf7\x40\xaa\xda\xa6\xc6\x86\xe9\xd3\x84\x19\x51\x48\ \xa6\xe0\x88\x48\x40\x5a\x2b\x60\x9c\xb4\x62\x88\x8c\x73\x21\x0c\ \xb7\x54\x12\x42\x00\x82\xd6\x1a\x08\x48\x13\x22\x2e\x59\x30\x27\ \xd3\xb3\x3f\x70\xf2\x33\xa7\xb5\xd4\xd7\xa5\xe6\xcf\x99\x9d\x2d\ \xe4\x17\x2f\x99\x5f\x5b\x57\x9d\x78\xe2\xc9\x67\x5f\xd9\x92\x2d\ \x94\x10\x50\x08\x61\x9a\xa6\x10\xa2\x9c\xc3\x03\x00\xc3\x60\x53\ \x2c\x17\x6f\x90\xf8\x7e\xe0\xf9\x1e\x63\x2c\x16\x9d\x72\x8f\xdf\ \x22\x90\x5b\x91\x88\x61\x08\xc3\x30\x0d\x83\x9b\xa6\xe5\x78\x2e\ \x37\x24\x43\x96\x48\x54\xcd\x9b\x37\x37\x97\x1e\x1b\xa8\x4d\x55\ \x25\x16\x26\xeb\xaa\x03\xad\x9c\x82\x33\x7d\x5a\x23\xce\x9c\xe1\ \xba\x6e\xc9\x67\x24\x6a\xf7\x0e\xe8\x64\x22\x29\x90\x9b\x46\x55\ \x24\x86\xa9\xba\xf8\x9c\xb9\xb3\x5a\xa7\xb5\xd4\xd5\xd5\x33\xdf\ \xab\x49\xa6\x8a\x85\xa2\x2b\x83\xd1\xb1\xe1\xa1\xa1\x5e\xc1\x10\ \x00\x42\x9b\x59\x29\x65\x18\x46\xd9\x62\x27\x00\xe0\xa8\x19\x29\ \xad\xfc\xc0\x63\x04\x71\xcb\x54\x40\x0a\xb4\x54\xc0\x11\x95\x22\ \xdb\x30\xd1\x8e\x41\xe0\xd9\xd5\x35\xe0\xb9\xd2\x73\x48\xe9\xb0\ \xd5\x97\x33\x9e\x4a\xa5\xea\x1a\xea\x50\x27\xa3\x89\x64\xd1\x71\ \xf3\x25\xd7\xf3\x03\xce\x58\x47\xdb\x8c\xab\x2e\xbb\xd4\x0d\xf4\ \xee\xbe\x17\x4c\xcb\x36\x0d\x23\x0c\x02\x87\x1c\x23\x13\x5f\x46\ \x4f\xe5\x54\xdf\x08\x19\x1d\x1d\x5b\xfb\xcc\x0b\x8e\xeb\x11\xe9\ \x79\x73\x3a\x97\x2e\x59\xf8\xe6\x7c\xae\xf2\x72\x83\xa3\x6e\x5d\ \x53\x83\x39\x15\x6b\x01\x10\x5e\xe0\x03\x00\xa2\x0f\xcc\x8a\x46\ \xab\xdc\x20\x60\xc0\x66\x75\x76\xd6\xd7\x56\xbb\xc5\x3c\x67\x50\ \x57\x57\xdb\xde\x36\x3d\x51\x55\x65\x2b\xed\x96\xbc\xb1\x91\x4c\ \x3e\x9f\xd7\x10\xb8\x01\x78\x9e\xf6\x7c\xc8\x15\xa4\x05\xc6\xae\ \x1d\x85\xde\x01\x27\xf0\x7a\xae\x78\xc7\x9a\xb9\x1d\x4d\x99\xe1\ \xfe\xad\xeb\x5f\x64\x0a\x1a\x1a\x1a\x3b\xe7\xce\x99\xd9\x5a\xff\ \xf2\x06\x6f\x68\x64\x18\x10\x95\x52\x4a\xa9\x20\x08\xca\x75\x6f\ \x34\x51\xab\x19\x68\x8d\x9c\x01\x69\x4d\x4a\x91\x76\xa5\x6f\x4a\ \xa9\x34\x32\x34\x18\xc7\xfb\xee\xbb\x6f\xfd\xfa\xf5\xa0\xa9\x58\ \x2c\x75\x76\x74\xdc\x72\xcb\xfb\xca\xdd\xfc\xc2\x10\x03\xa3\x23\ \x85\x40\x5a\xc2\x18\xcc\x14\xf2\x25\xcf\xf7\xa8\xa7\x6f\xe4\x99\ \x7f\xff\xce\xb4\xb6\x19\x4b\x4e\x5d\x3a\x7d\xfa\x8c\xaa\xc4\x0e\ \xc3\x8e\x59\xa6\xa9\xb5\x76\x5d\x97\x73\xae\xb5\x0e\xbf\x86\x10\ \xe2\x64\x23\x5a\x79\x73\x64\xfb\xce\x3d\x1d\x1d\x6d\x8b\xe6\xcf\ \x05\x80\x5f\xdd\x75\x5f\xff\xc0\xe0\x44\xe5\x03\x68\xad\x6d\xdb\ \x3e\xf3\xf4\xe5\x11\x7b\xbc\xd6\xd5\x2d\x64\x4b\xbe\x12\xa6\xc5\ \x49\x7a\xbe\x34\x22\xf1\x78\xf4\x38\xdb\x4d\xf2\x7b\x1f\xfb\xc6\ \x8f\x7b\xfe\xfc\x8b\x1f\x6f\x99\x7c\x57\x4b\x23\x7d\xc3\xd2\x9e\ \xd1\x54\x73\x52\x99\x6d\xc2\x71\x1c\x22\x72\x3d\x37\x48\xcb\xa8\ \x69\x13\x30\xce\xf8\x29\x4b\x16\x2f\x5f\xbe\xac\xe8\x14\xbb\x7b\ \xf6\xbb\xa5\xfc\xd0\x40\xbf\xc9\x50\x30\x6b\x6c\x28\x13\x8b\xda\ \x8c\x19\x4c\x30\x81\x81\xd2\x7e\xb1\x34\xb8\x6b\xd7\x9e\x44\x6d\ \x7f\xaa\xa6\xd9\xe9\x1e\x3a\x65\xe1\xf4\xb3\x97\x2f\xcd\xf5\xed\ \x19\xda\xb3\x7d\x70\xcf\x0e\x0a\x74\x69\x78\x90\x8a\xb9\x85\x4b\ \x17\x24\x2c\x73\x40\xa9\x10\xd8\x42\x88\x71\xb2\x2e\xa2\xb2\xc5\ \x4e\x0c\x75\xd8\xd4\x02\x00\x00\x81\x94\x21\x75\x17\x01\x57\x4a\ \x19\xc2\xbc\xf7\xde\x7b\x7f\xf9\x8b\x5f\x58\xa6\x55\x2c\x14\x2f\ \xb9\xe4\x92\x9b\x6f\x7e\x8f\x29\x98\x94\x1a\x19\x69\x4d\xcc\xb0\ \xc1\x8a\x15\x3c\xff\x95\x9d\xfb\x56\x9f\xb5\x7a\xe9\x82\xf9\xdb\ \x7f\xf4\xdf\x63\x1e\xcb\xef\x1d\x10\xc9\x1e\x33\x5e\x5d\x57\x5b\ \x4f\x8c\x87\xfb\x4b\x58\x8d\x8f\x88\x86\x61\x94\x43\x03\x53\x98\ \x3c\x3e\x79\xe9\xa5\x97\x1a\x1b\x1b\x5b\x5a\x5a\x0e\x13\x4a\xe3\ \x7c\xc3\xc6\xad\x9e\xeb\x05\x52\xd6\xd7\xd7\x3a\x8e\x5b\xbe\xcc\ \x76\xc4\xda\xbc\x79\x7b\x67\x47\x5b\xdb\x8c\x69\x00\x00\x20\x9f\ \xf9\xd5\x7f\xde\xf5\x52\x5f\x7e\xa8\x37\xc7\x53\x2d\xb5\xf1\x39\ \xe7\xde\xf8\xb1\x2b\x57\x1d\xdf\x5d\x51\x81\x93\xcf\x3b\x87\x96\ \xda\x6d\xbe\xf7\x07\xbf\xc5\xb7\x7d\xe5\xbd\x67\x9d\x5c\x9a\x3c\ \x93\xcb\x46\x3c\x2f\xb4\x60\x0b\x79\x87\x73\x70\xdc\xd2\xe8\xf0\ \x70\x32\x16\x6b\xa8\xaf\x4e\xc5\x23\x51\x86\x03\x03\x03\xe9\xe1\ \x51\x69\xc5\x7c\xdf\x1f\x1c\x1a\x8d\x44\x39\x33\x75\xc9\x75\xb5\ \xe0\x5a\x97\x6c\xb3\x58\xc8\x6f\x97\x7e\x7f\x54\x88\x53\xe7\xae\ \x4e\x70\x59\xf4\xf3\x23\xdd\x7b\x1a\xaa\xa2\x4e\xde\xf5\x32\x99\ \xed\x1b\x5e\xf1\x4b\xe9\x78\x63\x7d\xd8\xb0\x1d\xa6\xcd\xca\x0a\ \x3c\x04\xb9\x92\x12\x05\xa7\x30\xf8\x0e\xc4\x01\x48\x13\x29\x4d\ \x9a\x10\x34\x28\x8d\x8c\x22\xb6\x8d\x88\x96\x65\x29\x19\x5a\x03\ \x4a\x73\x1c\xb7\x02\x48\x07\x4a\xa7\xf3\xf9\xf4\x58\xd6\x71\xfc\ \xce\x8c\x1b\x19\xc8\x66\x3c\x61\x55\xb7\x04\x81\xf3\xec\x4b\x5b\ \x72\x45\xc7\xf5\x3c\x45\x30\xfe\x42\xad\xcb\x3c\x30\x15\xc3\x52\ \xa6\x00\x7b\x3c\x72\xcf\x3d\xf7\xec\xda\xb5\xeb\x86\x1b\x6e\xb8\ \xf4\xd2\x4b\x0f\xd9\x2b\x29\x16\x8d\x44\x22\xb6\x4d\x61\xfb\x52\ \xe5\x53\xd8\xd7\x37\xa8\x0f\xe4\xcf\xc5\xea\x1b\x3f\x73\xe6\x0d\ \xfa\xa1\x7f\xfd\x5f\x4f\x55\x5f\xfa\xa5\xf7\x9e\x23\x38\x1f\xde\ \xfa\xf8\xcf\xee\x7e\x3c\x03\xd5\xe7\x5f\x7d\xe3\xd9\x73\x6a\xfb\ \x5e\x79\xe8\x97\xbf\x7b\x7a\xb4\x48\x2d\xb3\x17\x4f\x8b\x16\x36\ \x6c\xdc\x69\xcf\x38\xed\xbd\xef\x7d\x47\x6d\xd0\x7b\xe7\x0f\x7f\ \xb1\xb1\x3f\x83\x56\xf5\x59\x97\xbd\xeb\xfc\x45\x2d\x88\x8c\x73\ \x26\x04\x38\xfb\x5e\xf8\xef\x9f\xdf\xdb\x9b\x17\xa7\x5c\x70\xcd\ \x35\xe7\xcc\x33\xcd\xe0\xc5\xbb\xbf\x77\xdb\x8e\xc7\x4f\xbf\xe2\ \xa6\xcb\x57\x4e\x7f\xf1\xfe\x3b\x1e\x78\x7e\x97\xd1\xb8\xe8\xfa\ \x9b\xae\x9d\x1e\x2b\x3e\x75\xe7\x4f\x1e\x7e\x79\x7f\xaa\x73\xe5\ \x0d\xef\xbe\xbc\xc1\xfe\x13\x02\x79\xbe\x90\x77\x1c\xc7\x32\x4d\ \xc3\xb0\x94\x04\xad\x65\x69\x24\xf7\xfc\xb3\x4f\xaf\x58\xb6\x68\ \xc1\xfc\x39\xad\xf5\x75\x75\xb1\xd8\x50\xff\xd0\x58\x7a\xcc\x75\ \x3c\xcd\xe1\xd1\x27\x9f\x18\x4b\x8f\x54\x57\x27\xeb\x1a\xea\x22\ \xf1\xf8\xe0\xc8\x68\x29\x37\x96\xc9\x17\x94\xc2\x39\x6d\x9d\x51\ \x0e\x3b\x36\x6f\x1c\xdc\xb3\xb5\x7f\x7f\x8f\x50\x60\xb1\x68\xa9\ \xe4\xa2\xe0\x7d\xdd\x7d\x31\x19\x90\x6d\x85\x2c\xd4\xe1\x52\x28\ \x95\x4a\xd1\x68\x34\xf4\xcc\xc7\x0b\xdf\xc2\x02\x53\x4d\xa0\x89\ \x94\x92\x41\x40\x52\x03\x43\x20\xe5\x2b\x77\xd6\xac\x59\xe7\x9e\ \x7b\xae\x6d\xd9\xb6\x69\x2f\x58\xb8\x20\x24\xed\x24\x4d\xa4\x49\ \x6b\x62\xa0\x7a\xf7\xef\xeb\x1b\x1c\x6d\x68\x6c\xdd\xd1\xb5\x6f\ \xcb\xae\x7d\x7b\xfa\x86\x7c\xcf\x51\x81\x53\xc8\xa5\x35\x69\x0d\ \x22\x50\x2a\xc4\x76\x18\xdb\x3f\x86\x01\xd2\x53\xf2\xea\x12\x8d\ \x46\xa3\xd1\xe8\x1d\x77\xdc\xf1\xd0\x43\x0f\xdd\x7a\xeb\xad\xed\ \xed\xed\x95\xcf\xce\xee\xec\x58\x30\x6f\xf6\x61\x5f\x38\x3c\x32\ \x56\xd9\xa0\xc2\x0d\x93\x03\xd8\xa6\x61\x5a\xb6\x6d\x18\x41\xdf\ \xd3\xff\xf6\xed\xfb\x4f\xbb\xee\xe6\xe9\xd9\x67\xfe\xf3\x1b\xdf\ \x9a\xf1\xcf\x9f\xdf\xfb\xdc\xc3\xdb\xdc\x39\x1f\xbb\x72\xce\x9d\ \xdf\xfc\xfa\xcb\x9d\x57\x7c\xf8\xf2\x8b\xee\xfd\xc1\x77\x6f\x6f\ \x98\xff\xa9\xd3\xf6\xfd\xfe\x89\x9d\x17\x7d\xfc\x23\xb5\x23\xcf\ \xfc\xe8\x5f\xfe\x81\xff\xf5\x3f\xac\x34\x18\x00\x68\x02\xab\x66\ \xc6\x9a\x2b\xaf\xf7\x46\xb7\x7c\xe7\x07\xdf\x9a\x3e\xff\x9f\xe2\ \xc4\xdb\x96\x9c\x73\xd3\xbb\x57\x37\x34\x35\x6f\xfd\xfd\x77\x7e\ \xb4\xce\xbf\xf9\xa6\x1b\xf6\x3e\xf0\xbd\x6f\xde\x5e\xfb\xa9\x55\ \xfd\xdf\xfd\x5d\xd7\x9f\x7d\xe6\x96\x5a\x84\xc8\x9f\x56\xbb\xaa\ \x00\x4d\x81\x0e\x94\x52\x22\x50\xb6\x1d\xe7\xdc\x10\x3e\xef\xde\ \xbf\x7f\xc7\x96\xad\x8d\xd5\xc9\x78\xc4\x4e\xc4\x62\x73\x67\xce\ \xcc\xd6\xd4\x74\x0f\xf6\x8c\xe4\x54\xd1\x77\xb6\xed\xdc\x13\xb5\ \xa2\xd3\xa6\x39\x91\x58\x02\x39\x04\x45\x25\x4b\xbe\xe7\x7b\xda\ \x97\x7b\x77\x77\xed\xdc\xf4\x5c\xff\xee\x6d\xde\x58\x26\x15\x4d\ \x09\xd0\x63\x99\x6c\xc1\x2d\x32\x83\x4e\x7d\xdb\x19\xa6\x61\xc0\ \x81\x8e\x14\xe6\xfb\x7e\x68\x39\x97\x33\x6a\xa4\x35\x30\x64\x44\ \x00\xa4\x94\xd2\x81\x24\x25\x51\xa3\x04\xe2\xc2\xb8\xee\xba\xeb\ \x6e\xba\xe9\x26\xd3\x30\x85\x30\xb5\x92\x4a\x06\x4a\x49\xd2\x1a\ \xb5\x06\xa0\x5c\x7a\x38\xc2\x69\xf6\xcc\x69\x66\xb4\x7a\x68\x78\ \x70\x64\x2c\xef\x79\xbe\xe7\x39\x81\x5f\x94\x7e\x20\x84\x50\xa4\ \xc6\xfd\x82\x50\xf5\x57\x74\x47\x68\xad\x89\xf4\x14\xde\x8f\x3f\ \xd0\xa5\x14\x00\x18\x86\x71\x28\xbb\x4e\x10\x04\x47\x7a\x95\x94\ \xf2\xd0\x83\x9a\x28\x2c\x8f\xdb\xf7\xe2\xb3\xdb\xba\xfb\xa2\x4f\ \xdc\xbb\xd5\xcf\xe4\x07\xb3\xdd\x45\x89\xdc\x6c\xea\x58\xb4\x78\ \xd9\xca\xc2\x59\xbf\xff\x1d\x9f\xbd\xec\xd4\xd3\xd5\x96\x47\x7e\ \xdd\xdd\xe5\x9e\xce\xe3\xb5\xad\x4b\x57\x2c\x69\x37\x97\xa4\x77\ \x7e\x7a\xed\xda\x6d\x2b\x4e\x17\x08\xc8\x00\xdc\x6c\xff\xb3\x0f\ \x3d\x3a\x58\xca\x65\x8b\xd9\xd1\xb1\x20\x0e\x3c\xd9\xd4\xb6\xa0\ \xb3\x03\x80\x1e\x7c\x6a\x6d\xdf\x70\xd3\x43\xf7\xdc\x55\xea\x1f\ \x1b\xb5\x76\xfa\xef\x5c\xde\x1e\x59\xbb\x6e\xed\x2b\x57\xbe\xf3\ \xb2\xaa\x3f\x35\x90\xe3\x78\xc4\xdb\xf7\x7d\x26\x64\x2a\x51\x55\ \x9d\x88\x16\x73\x23\xdb\xb7\x6d\xed\x9c\xd1\x5a\x93\x4c\x38\x96\ \x9d\x4c\x24\xe2\x91\x58\x5d\x4d\x62\xcc\x19\x4a\xd6\x26\xea\x1b\ \x9b\x05\xd8\xa6\x59\x6d\x9b\x55\xb1\x58\xa4\xbf\x7f\x8c\x49\x43\ \x68\x8d\xc0\x7b\xba\x7b\x5e\x7e\x71\x63\x7f\xd7\xb6\xc6\x44\x35\ \x53\xf6\xc8\xd0\x40\x26\x9b\x6b\xeb\x9c\x65\xc5\x2c\x4d\x0c\x31\ \xec\x09\x81\xb0\x05\xc6\x34\xcd\xb2\x33\x4c\x04\x04\x40\x40\x21\ \x04\x51\x83\x96\x4a\x29\x05\x9a\x42\x3b\x3a\xf0\xfd\x44\x22\x61\ \x98\x26\x49\x8d\x42\xe8\x00\x83\xc0\x43\x02\x22\x42\x02\x22\x30\ \x05\x6b\x6e\xa8\x96\x64\xf6\x0e\x8f\xe6\x5d\x55\x28\x05\xa5\x92\ \xc7\x38\x04\x9e\x2b\x18\x6a\x25\x09\xc7\x73\xf2\xa1\xc5\x5e\x0e\ \xda\x11\x85\x34\x95\x53\x50\x3d\x4e\x29\x95\x4a\xbe\xef\xbf\xff\ \xfd\xef\x5f\xb3\x66\xcd\x09\x7c\x5b\x52\x2a\xd1\xb2\xe0\xaa\x9b\ \xdf\x1b\x97\xea\x16\x2b\x5a\x93\x32\x9f\x50\x9a\x42\x66\x75\xc1\ \x94\xe3\x02\x00\x72\x8e\x40\x04\x14\x76\x15\x02\x00\x10\x12\x02\ \x10\x01\x37\xad\xc0\xb9\xfd\xdf\xfe\x2d\x73\xea\xfb\x6f\x7c\x47\ \xdc\xe9\xfd\xb6\x56\x0a\x41\xcb\xf1\x39\xc2\xa4\x34\xef\x58\x7e\ \xfe\xcd\xef\x5c\x2c\x25\x46\xa3\xf1\x9a\xea\xaa\x2f\xfd\x5d\xeb\ \x83\x77\xff\xe2\x9f\x6e\xbb\xed\xc6\xff\xf9\x95\x73\x3b\xe2\x7f\ \x3a\x20\x0f\xb4\x9e\x58\xea\x2a\x28\x66\x35\x05\xc9\xaa\xa8\xa7\ \xf4\xe0\xf0\xd8\xe0\xc8\xa8\x10\xdc\x29\x16\x73\xb9\x74\xc4\xb4\ \xab\xea\x52\xb3\x66\xcc\x56\x0e\x4f\x0f\x17\x5b\x9b\xa7\xb7\xb6\ \xb4\xe5\x0a\x4e\x3e\x9f\x75\x5c\x27\x9b\xc9\xdb\xb6\x91\x19\xe9\ \xe9\xda\xa1\x99\x52\xe4\x69\xf0\xb5\x5f\x72\x6b\x93\x55\xf1\x88\ \x95\x8a\x9a\x91\x78\x04\x7c\xcd\xc8\x04\x04\x46\xa4\xfc\x00\x48\ \x1b\x9c\x0b\xe4\x2a\x50\xdc\x30\x11\x38\x00\x91\x42\x62\xc8\x38\ \x00\x6a\x86\x10\x04\x3e\x69\x50\x04\x88\xc2\x30\xc5\xc3\x8f\x3c\ \xf2\xf2\x4b\x2f\x09\x2e\x4a\x85\x62\x43\x43\xfd\x75\xd7\x5d\xc7\ \x38\x53\x9a\x22\x3c\x92\xce\xbb\x23\x39\x95\x97\xf6\xf0\x68\x3a\ \x9d\x2b\xf8\x81\x0c\x02\x8d\x48\xa0\x09\x11\x09\x39\x91\x56\x4a\ \x57\x26\xca\x42\xe5\x53\xde\x62\xa6\x2a\x61\x8e\x5b\xae\xb9\xe6\ \x9a\x86\x86\x86\x86\x86\x86\xc3\x6a\xf8\xa3\xa7\x2d\x0e\x25\xea\ \x09\x5c\xc7\xf1\x03\x00\x98\x79\xda\xea\xc6\xfb\xbf\x75\xff\xc3\ \xeb\xcf\x9c\x19\x57\xf1\x19\x67\xd5\x57\x07\x9e\xe3\x80\x04\x80\ \xc0\x73\x1c\x5f\x01\x40\xe0\xb9\x8e\x27\x99\x11\x2d\xf5\xef\xfc\ \xdd\x7d\x8f\xcd\xa2\x5d\xf7\x6f\xa7\xeb\xde\x35\xdf\xe2\x43\x4e\ \xef\x96\x0d\xbb\x06\x84\x29\xdc\x62\x2e\x9d\x51\x25\xc7\x57\xc0\ \xeb\xda\xea\x07\x7e\xf8\xd0\x6f\xda\x78\xfb\xec\xf9\x2b\xd7\xac\ \x7e\xf4\x27\x0f\xad\x6d\x8b\x36\xda\xb2\xba\xf3\xf4\xb8\xb7\x7d\ \xdd\xce\xb1\xc6\x39\x0b\x93\x0f\xbd\x32\x30\x92\x87\x3f\x25\x90\ \x2b\x3d\x1e\x7f\x22\x22\x2d\x83\x5c\x21\xab\xa4\x2b\x3d\x67\x64\ \x2c\x3d\x34\x32\x96\x88\xc7\x0c\x06\x02\x28\x4f\x69\x47\xba\xd5\ \x4d\xcd\x55\x91\x98\x25\x38\x43\x1d\xa8\x62\x26\x3b\x44\xc8\xed\ \x88\xa8\xa9\x4f\x55\xa7\x12\x26\xb8\x23\x43\xfd\x2d\xcd\x4d\x31\ \x60\xe9\xbe\x01\x50\x4a\x13\x31\x54\x5d\xbb\xb7\x73\x43\x2c\xae\ \x8a\xc7\x1b\x9b\xc7\xf9\x9d\xb5\x26\xad\xa5\x54\xc8\x18\x69\x50\ \x8a\x80\x21\x13\x0c\x00\x94\x26\x50\x8a\x28\x90\x3a\x08\x02\x4f\ \x29\x4d\x5a\x71\x66\x32\xc2\xc7\x9f\x7c\xe2\x47\x3f\xbc\x1d\x35\ \xc9\x20\x58\xb8\x70\xe1\x15\x57\x5c\x91\x48\x26\xb5\x04\xc7\x93\ \x4f\x3c\xf5\xec\xba\x17\x36\xe5\xf2\x05\xc7\x75\xa4\xd4\xbe\x1f\ \xf8\xbe\xcf\x70\xbc\xa3\x45\x6b\x08\xf5\xfd\x41\x0e\x79\x39\xf0\ \x36\x05\xd4\xd7\x23\x47\x69\x2f\x6d\x6e\x6c\xd8\xba\x63\x57\x3e\ \x5f\x80\xc3\x5d\xe3\x42\xa1\x98\x4a\x25\x0f\x3a\xd8\xb6\x7c\xf5\ \x59\xd1\x69\x00\x60\x34\xad\xfa\xdc\xe7\xf1\xd7\xf7\x3c\xf6\xc8\ \x7e\xea\x38\xad\x16\x00\xda\x4e\x39\xeb\x4c\xde\x02\x00\x2d\x0b\ \xce\x3c\x4b\x4e\x03\x80\xa6\xf9\xa7\x9d\xed\xb4\x91\x3f\x62\x58\ \x7c\x6c\xef\xa6\x8c\xaf\xdf\x75\xeb\x5f\x9e\xd7\x66\x81\x3e\xeb\ \xa6\x2b\xf7\x8e\x16\xd8\x75\x1f\xbf\xf5\x57\xbf\xbc\xff\xde\x7b\ \x65\xf3\xca\x0b\x16\x35\x5b\x0d\xf3\xae\x7b\x5f\xf7\x8f\xd7\x3d\ \xf7\x2c\xa4\xa6\x5f\x7e\xde\xfb\xff\x87\xb8\xf3\x81\xa7\xd7\xee\ \x14\x89\xb7\x4d\x5b\x49\x96\xb3\xfb\xa5\x27\xd6\x16\xf9\xf2\xeb\ \x3e\x7a\xf9\x8a\xe6\x3f\x29\x73\xbd\x5c\x58\x0a\x00\xc8\x04\x91\ \x0a\x01\xef\x38\x4e\xb1\x58\xf0\x7d\x1f\x38\x4a\xad\x98\x56\x6a\ \x2c\xad\x08\xed\x48\x64\xc9\x82\x85\x43\xa3\x23\x5b\xb7\x6e\xf1\ \xa5\x6a\x6a\x6e\x8a\x56\xd9\x20\x00\x0d\x66\xd9\x55\xf9\xb1\x31\ \x9e\xce\x36\x36\x35\x6b\x05\x42\xd3\x40\x6f\x9f\xeb\x96\x0c\xcb\ \x48\xc6\xa3\x76\x34\x4a\xa8\x09\x94\xd6\x32\x08\x7c\xdf\x0f\x38\ \xe7\x81\x52\x88\x9c\x51\xe8\x32\x28\x42\x60\x0c\x11\x18\x17\x06\ \x11\xc8\x40\x2a\x2d\x49\x03\x80\xcf\x00\xb4\x92\x88\xc8\x18\x0a\ \x21\x42\x4f\x4f\x49\xa9\xa4\xda\xb7\x7f\xdf\xb3\xcf\x3e\x3b\x34\ \x3c\xa4\x94\x0e\xe9\xd3\x7d\xdf\x57\x4a\xc1\x44\x30\x7f\x22\xa0\ \x77\xf0\x10\xf5\xf2\xee\xf6\x87\x47\xa9\xf4\x27\x22\x1d\xed\x6d\ \x96\x65\xa5\x33\xd9\x43\xa8\xef\x41\x13\xcd\x9e\xd5\x51\x57\x5b\ \x7d\xd0\xf1\x05\x17\x5c\xbb\x60\xe2\x71\x75\xfb\xca\x0f\x7e\x6a\ \x65\xf9\xa9\x79\xab\xaf\x0a\x29\x66\x3a\xcf\x7c\x67\x38\x2a\x65\ \xe6\x69\x97\xcd\x04\x28\x76\xfd\xc6\xb5\x5b\x6e\xf8\xe4\x9f\xb7\ \x95\x3f\x84\xc5\x56\x5f\xfb\xe1\xf0\xe1\xfb\x6e\xad\xac\xc0\x49\ \x9e\x7f\xfd\xc7\xcf\x9f\xf8\xc7\xfc\xd5\x57\xcd\x5f\x5d\x7e\x6a\ \xe9\x07\x3f\xb9\xf4\x4f\x33\x85\x66\x9a\x66\x99\x6b\x4d\x69\xd0\ \x3a\xa4\x63\xc0\x52\xa9\xe4\x38\x8e\xd6\xda\xd7\x0a\xa5\x34\x39\ \xf3\x5d\x5f\xf9\x12\x4d\x2a\x15\xf3\xdd\xfb\xf7\x16\x5c\xa7\xe0\ \x38\xb5\x0d\xa9\xe6\xe9\x4d\xae\xe7\xbb\xae\x6b\x0a\x61\x9a\x91\ \xae\xed\x3b\x5a\x5a\xa6\xa7\x9a\x9a\x5e\x7a\xee\x79\x03\x30\x92\ \x48\x01\x03\x33\x96\x30\xa3\x31\xc7\x2b\x31\x83\x23\x02\x0a\xce\ \x49\x94\x4a\x25\xa7\xaf\x37\x1a\x4d\x24\x13\xd5\x04\x88\x40\xc8\ \x88\x88\x49\x2d\x03\xcf\x41\x2e\x14\x49\x22\xa9\x11\x08\x10\x25\ \xcc\x98\x31\x73\xd5\xca\x95\x00\xc0\x91\x4d\x6b\x6d\x65\x8c\x49\ \xa5\xb4\xd6\xcf\x3f\xff\xfc\x9e\x3d\x5d\x00\xa8\x94\x0a\x41\x1e\ \x96\xac\xc2\x11\x18\xd1\xa6\x30\xfd\x66\x4a\x6b\x4b\x53\x6b\x4b\ \xd3\x1b\xfa\x11\x46\xb2\x63\xcd\x1a\x1e\xf1\x01\xac\xa9\xeb\x7d\ \xd8\xc0\xdb\xc4\xba\x07\x00\x44\xc6\x19\x17\x1c\x40\x19\x4a\xca\ \x6c\x36\xeb\x3a\x8e\x29\x10\x95\x22\x49\x1c\x8d\x42\xb6\xc0\x81\ \x4d\x6f\x6d\x4d\x67\xd2\xe9\x7c\xb6\xb6\xbe\x06\x98\x4e\x26\x63\ \x51\x1d\x75\x3d\x3f\x93\x2e\x18\xb6\x69\xc4\x13\xa7\x9e\x7d\x4e\ \xba\x7f\x70\xdb\x8e\x3d\x99\x91\x91\x74\x29\x5b\x5b\x53\x5d\x55\ \x5b\xcf\x23\x11\x8f\x02\xae\x95\x61\x18\xc0\xb8\x40\xd3\x06\xd2\ \x0a\x4c\xd3\x14\x5c\x00\x72\x22\x2f\x9c\xc4\xa2\xa5\x2a\x96\x8a\ \x44\x98\x4c\xd6\x04\x5a\x86\xcc\x8d\x9a\xf4\x25\x97\x5c\x72\xfe\ \xf9\xe7\xc5\xec\x28\x10\x99\x62\xdc\x06\x19\x1e\x1e\xda\xb0\x61\ \xc3\xe8\xd8\xa8\xe7\x05\x4a\x53\x98\x03\x0f\xb7\xad\x83\xc7\xe2\ \x68\x5d\x9e\x63\x53\xee\x84\xa3\x03\x7a\x7c\x0a\xf6\x7f\xac\x62\ \xd6\x2c\xbc\xf6\xba\x85\x53\xd7\xe1\xc8\x81\xb7\x20\x28\x6b\x72\ \x4d\x21\xf1\x19\x00\x80\xd2\x3a\x8c\x9a\x02\x31\x4e\xa4\xb5\x0a\ \xb4\x02\xe0\x82\xb1\x44\x4d\x62\x66\xdb\xf4\x36\x31\x83\x04\xef\ \x1b\x1a\x2c\xb8\x9e\xeb\x07\x4a\x43\xae\xe8\xd9\x26\x8e\x15\x9c\ \x67\x5e\xdc\xb0\xee\xd1\xc7\xbb\x77\xef\x6e\xa8\xad\x25\x6e\x7a\ \xcc\x50\x46\x64\x70\x2c\x2b\xe2\xa2\xba\x26\xe5\xf9\xbe\x10\x48\ \x88\xd1\x58\x82\x33\x61\x70\x33\x50\x1a\x95\x46\x83\x04\xe3\x1a\ \x40\x13\xd6\xd4\xd4\x31\x6e\x30\x61\xf8\x7e\x20\x04\x30\x06\x9e\ \x1f\x24\x12\xa9\x88\x55\xaf\x95\x22\xa5\x11\xc0\xf5\x3c\x92\xb2\ \xab\xab\x6b\x4f\x57\x97\xef\xfb\x52\xe9\xf2\x2c\x71\x29\x65\xf8\ \x47\x95\xf7\xaf\xb2\xf6\xae\xa4\xa3\x29\xf7\xb4\x4f\xa9\xf6\x37\ \x4e\x36\x6d\xd9\x3e\x34\x3c\x62\x18\xc6\xb2\x25\x0b\xe3\xf1\xd8\ \xd4\x05\x79\x0b\x40\xae\x27\x78\x14\x42\x90\x6b\x24\xad\x34\xc8\ \xc0\xd5\xaa\x58\x2c\xba\x9e\xa7\x15\x72\xad\x05\x02\x03\xa1\xa4\ \x72\x9d\x52\x24\xb0\x0d\x81\xbe\x96\x08\x3c\xf0\x82\xee\x7d\xdd\ \xb9\x82\x1b\x8b\x27\xd2\xe9\x92\x53\x1a\xee\xef\x1f\xfd\xcd\x7d\ \xbf\x1b\xee\x1f\x04\x05\x43\xb9\x62\x3c\x6a\xb7\x35\x34\x0d\x65\ \xf3\xf7\x3c\xfc\x70\xbc\xa6\xea\x9a\x6b\xaf\x68\x69\x6a\x08\x02\ \x17\x50\x29\x0d\x82\x33\x02\x00\x24\xc6\xb8\x24\x0d\x8a\x90\x89\ \x58\x3c\x96\x1e\xcb\x8e\xa6\xb3\x75\x0d\xad\x4a\x6b\x50\x8a\x11\ \x19\xa6\xb9\xfe\xa5\x17\xb7\x6f\xde\x6a\x99\x96\xeb\x38\x89\xaa\ \xaa\x0b\x2f\xbc\x10\x11\xf7\xed\xdb\x3f\x38\x30\xa0\x94\xc2\x30\ \xbf\x3e\x51\xc1\x56\xa1\xa2\xc7\xab\x6c\x34\xe9\x4a\xa6\x8a\x32\ \x57\x2c\x22\x86\xd5\x77\x53\xab\xe1\x84\xcb\x96\xad\x3b\xfa\x07\ \x86\x5a\x5b\x9a\x4a\xa5\xd2\x43\x8f\x3d\x75\xc6\xaa\xe5\xe5\x42\ \x43\x22\x1d\x8b\xc5\x52\xc9\xc4\xd1\xdf\x21\x9f\x1e\xd5\x56\x22\ \x19\x9d\xe8\x15\xd7\xf9\x17\x1e\x7f\x36\xbe\x78\xf5\xbc\xba\x29\ \xd3\xfc\x98\x41\x3e\x8e\x04\x22\x40\xe4\xc2\x64\x88\x1c\x51\x92\ \xef\x79\x7e\x3e\x9f\x77\x1d\x47\xc4\x6c\xe9\xfb\x0a\x88\x81\x22\ \x62\x28\x22\x85\x52\xbe\x50\x2c\x64\x4b\x05\x2e\xec\x7c\xb6\xb8\ \x77\x57\x77\x5b\x5b\xe7\xde\xdd\xbd\xbd\x03\xa3\x52\x91\xf2\xfd\ \xf4\x48\x0e\x89\x88\x50\x7a\x32\x56\x13\xe3\xb1\xaa\x4c\x36\x57\ \xf0\x55\x7e\x20\xf3\xe4\x53\xeb\xe7\xce\xed\x68\x9f\x39\x3d\x62\ \x0a\x05\x4a\x2a\x22\x92\x40\xa8\x99\x66\x16\x73\x3d\x69\x9a\x46\ \x36\x53\xf8\xde\x0f\xee\x40\x66\xcc\x9e\xbd\xa0\xbe\xbe\x29\xf0\ \x03\x42\x8a\x19\xe6\xba\x75\xeb\x7e\x7b\xd7\x3d\x86\x30\x3c\xd7\ \x6d\xa8\xaf\x3f\xe7\x9c\x73\x02\x29\x37\x6e\xdc\x58\x28\x14\x38\ \xe7\x41\xa0\x00\x59\x25\xb0\x2b\x3d\x91\xc3\x62\xb8\x6c\xcc\x4f\ \xc5\xd7\x5f\x8f\x1c\xa5\x70\x30\x93\xcb\xd5\xd6\xa4\x16\xcc\x9b\ \xad\x94\x72\x5c\xef\x99\xe7\xd6\x97\x33\x6a\x8c\xe1\xe8\x58\xe6\ \xd2\x8b\xce\xab\xaf\xab\x0d\xdf\x66\xeb\xda\x87\x72\xf5\x4b\x4e\ \x9b\xd3\x18\xfe\x73\xf7\xfa\x27\x86\xac\xe6\xfe\x47\x6e\x1f\x9a\ \xfb\xde\x8f\x5e\x5c\xae\x99\xcb\x3c\x74\xd7\x9d\xb3\x1b\x56\x4d\ \x81\xfc\x35\x80\x3c\x6c\xc6\x9a\x48\x35\x69\xe4\xc8\x39\x63\xa6\ \x49\x81\xef\x79\x9e\xe3\x38\x11\xdb\xd0\x52\x02\x90\x69\x88\xa2\ \x57\x02\x0b\x6c\x8a\xf8\x41\xb0\xe1\x95\x8d\xd9\x6c\xa1\x2a\xd9\ \xd0\xd2\x30\xfd\xe6\xeb\x3f\xb0\x6d\xfb\xee\xdb\xef\xf8\xc9\xe0\ \xc8\x30\x47\x43\x08\x0a\xa4\x8f\x8c\x3b\x32\xd8\xd7\x37\x28\x22\ \x31\xad\x35\x9a\x31\x81\x7c\xe7\xae\x9e\xfe\xfe\xe1\xe2\x4a\x77\ \xfe\xbc\x8e\xa8\x25\xa4\xd4\x1a\x09\x01\x85\x20\x1d\x70\xce\x0c\ \xc6\x8c\xf5\xeb\x5f\xdc\xb8\x61\xeb\xbc\x05\x0b\x1d\x57\x4a\x49\ \x84\xc0\x10\xb5\xa6\xc0\x0f\x7c\xdf\x37\x84\x88\x46\xa3\x88\x18\ \x04\xc1\xe0\xd0\xd0\xde\xae\x2e\xad\x09\x19\x28\xad\x11\xc7\x4b\ \xe2\xf5\x84\xfb\x3d\x09\xde\x93\xe7\x4f\x96\xeb\xde\xc2\x6d\x61\ \x0a\xe7\xc7\x2d\xdf\xff\xfe\xf7\x23\x91\xc8\x55\x57\x5d\x65\xdb\ \x07\x17\x7c\x73\xce\x9f\x7e\x6e\x7d\xdf\xc0\x90\x52\xca\x32\x8d\ \x48\x24\x52\x8e\x7d\x08\x21\xd2\x99\xfd\x85\x42\x71\x02\xe4\x90\ \xdd\xf1\xd0\xbf\xfd\xb6\xe7\x5b\xff\xf7\xfd\x31\x00\x70\x7a\x7e\ \xf2\xad\x6f\xd5\xbf\xe7\x6f\xaf\xb8\xfc\x46\x27\xd6\x02\x00\x40\ \x6e\xdf\xfe\x3e\x2f\x18\xf6\x51\x08\x8e\x00\x00\x7e\x76\xef\xfe\ \x21\x9e\x68\x9c\xde\x30\x6e\x0e\x94\xc6\xfa\xfb\xc6\xdc\xda\xd6\ \xb6\xea\x08\x03\x00\x3f\x3f\xd2\xdd\x3f\x26\xe2\x35\x2d\xcd\x75\ \x27\xf3\x90\x05\x51\xe9\xa9\x4a\xa9\x94\xd2\x0c\x04\xd3\x1a\x81\ \x7c\xdf\xcf\xe5\x72\xb6\x25\x38\x69\xa5\x35\x0a\xd3\x27\x69\xc8\ \x40\x2a\x89\x08\x23\x43\xc3\xc3\x63\xb9\x19\x46\x72\xc9\xe2\xd3\ \x62\x76\x72\xe5\xd2\xd3\xa5\xcf\x7e\x70\xfb\x0f\xba\xf6\xed\x8d\ \xc5\x63\x86\x19\x13\x86\x08\xa4\x2f\x83\x60\x67\xd7\x7e\x22\xcd\ \x40\x24\xec\xa8\x30\x22\x5e\xe0\x3f\xff\xfc\x4b\xd3\x5a\x9b\xab\ \x62\x35\x88\x9a\x21\x71\x04\x21\xb8\x2b\x55\x24\x1a\x1b\x1a\x1c\ \x5d\xbb\xf6\xb9\x82\xa7\x11\x98\x56\xa8\x35\x28\x20\x01\xa8\xb5\ \x6e\x69\x69\x99\x3e\x63\x46\x63\x7d\x3d\x69\xaa\x8a\xc7\x89\x68\ \xcf\x9e\x3d\x23\xa3\x23\x80\x14\x04\xb2\x9c\x22\x1b\x0f\xb0\x8d\ \x0f\x32\xa6\x89\xc7\x04\x93\x69\xc6\x0e\xb4\xb2\x4f\x19\xea\xaf\ \x4f\xfa\xfb\xfb\x9f\x7d\xf6\xd9\x57\x5e\x79\xe5\xba\xeb\xae\x5b\ \xb6\x6c\xd9\x41\x4a\xfe\xac\xd3\x57\x2e\x59\x34\xff\x08\x26\x40\ \x25\x35\x3a\x2e\xbb\xe4\x8a\xc4\xc3\xb7\xbf\xdc\x7f\xd3\x59\xcd\ \xe6\xc8\xf6\xa7\xbb\xd8\xa2\x8f\x9e\x3d\xfd\xc9\xaf\x7e\xbe\x6f\ \xe1\xa7\x3f\x71\xb1\xfb\xb3\x7f\xf9\xe7\xc7\xba\x54\x73\x52\x6e\ \xea\xc9\xad\xb2\x23\x94\xd9\xf5\xad\xff\xf8\x7e\x8f\x6f\x3a\xd9\ \xc2\x8a\xab\x3f\x71\xfd\xd9\x33\xf7\x3f\xf3\xab\x6f\xfc\xf8\x51\ \x8c\x5a\x2e\xd5\xdf\xfc\x17\x9f\x59\x82\xdb\xfe\xe5\x5f\xfe\x3b\ \x23\x12\x35\x8d\x0b\x6e\xfa\xc8\xbb\x9b\x4f\xe2\xe9\x49\xe2\xc0\ \x50\x6e\x44\xc6\xc6\x13\xd9\x44\xc4\x08\xfc\x40\xe6\x0a\xf9\x78\ \xc4\x34\x19\x72\x52\xdc\xe0\xc8\x0d\x20\xf0\x3c\x9f\x71\xc1\xb9\ \x61\x19\xb6\x00\xa3\xa9\xae\x51\x68\x96\x1e\x1b\x2d\xa6\x33\x9d\ \x6d\x33\xfb\x7a\x7a\x02\xcf\xd7\x0a\x03\xcd\x91\x23\x13\x4c\x29\ \x19\x8e\x3f\x0a\x40\x8f\x66\x33\xb6\xc5\xb2\xd9\xe2\x53\x4f\x3e\ \x7b\xda\x69\xa7\xfa\x5e\x89\xa1\x8e\xc5\xac\xfa\xfa\x3a\x61\x45\ \x0b\x25\xff\xc9\xb5\xeb\xb6\xef\xdc\x65\x08\x5e\x2a\x3a\x7e\x10\ \x30\xce\x65\x10\x04\x9a\x80\x4a\x67\x9e\x71\xda\xca\x53\x97\x0a\ \x6e\x20\x82\x21\x4c\x00\xd8\xdd\xb5\xa7\x50\x74\x94\x06\xd7\x0b\ \x84\x30\xc2\xd6\x35\x2a\xb7\xba\x4c\x28\x70\x9a\x80\xfb\xa1\x56\ \x65\xc5\x89\x53\xaa\xfc\x78\x83\xdb\xa6\x39\x77\xee\xdc\xbe\xbe\ \xbe\x2f\x7e\xf1\x8b\x5f\xfe\xf2\x97\x0f\x1a\xae\x50\xe6\xc3\x3d\ \x8a\xbb\x14\x8a\xd5\x74\xca\xea\x39\x3f\x7c\xf4\x89\xad\x67\x5d\ \x77\xca\xfa\xc7\x9f\x6f\x3d\xfd\x9a\x3a\x14\x81\x54\x28\xcc\xe1\ \xe7\x7e\xfb\xd0\xde\xc4\x17\xfe\xfe\x2f\x67\xe8\x9d\x7f\xfb\x57\ \xdf\x24\x94\xeb\x7f\xfb\xc3\x17\x32\x4d\x7f\x7e\xcb\x45\xc3\xeb\ \x7e\xf4\xad\x9f\xdd\xfd\x8e\x25\x57\xfe\xf8\xc7\xbf\x9b\x77\xfd\ \x97\x6f\x39\xa3\xf6\xb1\xef\xfe\xef\x3b\x7e\xfa\x68\xfd\x69\x63\ \x9b\x86\xac\xff\xf9\xf7\x9f\x5f\x50\x77\xb2\xf3\xbd\x89\x49\x66\ \x2d\x02\x31\x1e\x10\x31\x02\xd4\xe0\x06\xd2\x71\xbd\xc0\xf7\x48\ \xfb\x51\x4b\x90\x34\x19\x0a\x25\x25\x29\x00\x12\x9c\x59\x96\xa1\ \x29\xd0\x06\x72\x41\x7a\xa8\x7b\xff\xe0\xfe\x2e\x21\xfd\xea\x44\ \xa4\x3f\x3b\x2a\x0c\xcb\x57\x2e\x22\x67\x04\x0c\x34\x07\x50\xa0\ \xf2\x72\x14\x09\x95\x2b\x02\xc7\xdb\xbb\x7f\x38\x5e\xb5\xff\xe5\ \x97\xd7\x9b\xa6\x91\xaa\x4d\x2c\x5c\xb4\x60\xf1\xe2\x85\xb9\xc2\ \xd8\x53\xcf\xaf\xf7\x95\x06\x00\xe2\x5a\x2a\x3f\xf0\xdc\x20\xf0\ \x85\x10\x92\xfc\xb8\xcd\x79\x3c\xc9\x90\x73\x21\x90\xf3\xfd\xfb\ \xfb\xb6\xec\xd8\x59\xf2\x7c\x4d\x20\xcc\x08\x81\x56\x5a\x13\x69\ \x42\x20\x1c\x47\x2f\x63\x0c\x91\xc1\x01\xb3\x9c\xca\xd9\xb5\x4a\ \xcc\x87\xe9\x85\x29\xb8\x1e\x9f\x04\x41\xb0\x63\xc7\x8e\x8e\x8e\ \x8e\x0f\x7f\xf8\xc3\xcb\x97\x2f\x3f\xfe\x37\xc2\xd8\x9a\x0b\xce\ \x78\xe2\xd7\x8f\x8f\x5c\x1c\x7b\x7a\xb7\x3a\xef\x2f\x4f\x05\x70\ \x89\x80\x0b\xec\xeb\xea\x4e\xcd\x5a\xd6\x1e\x13\x40\x55\xf1\x88\ \xc5\x30\xb7\x6f\xef\x88\x93\x95\x8f\xff\xee\x5e\x3f\x88\xbf\xed\ \xcc\x65\x7a\x6c\xdf\xa0\x5f\x7b\xf9\x69\x2d\x8c\xc1\xf2\x95\x4b\ \x7f\xf1\xdf\x1b\x63\x1f\xfd\xe0\xfb\xce\x1f\xf9\xfe\xdf\xfd\xf5\ \xcc\x55\x17\xdf\x70\xcd\x9a\x1a\x63\x0a\xe4\x00\xe1\x38\x11\x80\ \x71\x84\x10\x90\xef\xfb\xae\xeb\xb8\xae\x67\x62\x60\x09\x94\xbe\ \x64\x10\x70\x43\x68\xad\x14\x01\xe3\x22\x9f\x2f\x7a\x4e\xbf\x53\ \x2a\x09\xc6\x10\xa1\x2a\x1e\x1b\xcd\x8c\x56\xc5\xab\x06\x73\x63\ \x44\x0a\x10\x75\x20\x39\x67\x0c\x19\x03\x52\xa0\xb5\xa6\x70\xae\ \xb1\x65\xdb\x89\x64\x6a\x5a\xeb\x8c\x42\xbe\xa0\x74\x90\x2f\x66\ \xd7\xae\x7b\x66\x60\x78\x28\x08\xfc\x5c\x36\x2f\x15\x08\x01\x4a\ \x4b\x6e\x30\x2b\x62\x71\xc1\x85\x30\x10\x94\xe7\x15\x01\xf1\xd9\ \x17\x9e\x7d\xfe\x85\xf5\x33\xdb\x3b\x07\x87\x46\xba\xf7\xef\x67\ \x9c\x23\x81\xe3\x79\xc8\x60\xdc\xdf\xab\x70\x40\xca\x83\x1c\x0e\ \x50\x53\x54\xb4\xa0\x55\xa6\xce\xa6\x8c\xf6\xe3\x96\xea\xea\xea\ \xcb\x2f\xbf\xfc\xfa\xeb\xaf\x8f\xc7\xe3\xaf\xaa\xae\x8f\x2e\x8d\ \xab\x2e\x5a\x78\xff\x3f\x7f\xf5\x1f\xbf\xc3\x3a\xce\x3c\x63\xba\ \x09\xe0\x00\x80\x52\xd0\x32\x73\x5a\x7a\xdd\x4b\xbb\x8a\x17\x77\ \xda\x3a\x08\x02\xa9\x62\xcd\xcd\xd5\xd5\x7c\xd9\xc7\x3f\x7d\xed\ \xb8\x19\x5e\xd8\x51\x2d\x46\x5f\x7e\x69\x78\xd1\xca\x9a\x8d\x2f\ \x6f\xe4\xb5\xf3\xe3\x66\xcd\x9a\x1b\x3f\x79\xe6\x85\xeb\x6f\xfb\ \xcb\xaf\xff\xa6\x6d\xf1\xfb\xce\x68\x38\x79\x41\x5e\x71\x37\xc6\ \x27\x84\x85\xcd\x62\x08\x2c\x90\xb2\xe4\xb8\x8e\xeb\xa0\x81\x52\ \x29\xa1\x14\x69\x15\x04\x81\x52\xca\xb2\x23\xa9\x54\x75\x7f\xdf\ \x70\x4b\x4b\xcb\x9c\xf9\xf3\xd2\xf9\xac\x24\x6a\x69\x69\xe5\x96\ \x31\x92\xcf\xf6\x0e\x0f\x38\x4a\x02\x91\x30\x04\x63\x80\x84\x44\ \x04\xc4\x00\x81\x14\x11\x69\x04\x04\x4d\x35\xd5\x35\x2b\x96\xaf\ \x78\xfc\xc9\x47\x87\x86\x86\x63\x55\x91\x8d\x1b\x37\x55\x55\xc5\ \x3b\x66\x75\x04\x7e\x90\x49\xa7\x03\x49\xeb\xd6\x3d\xb3\x75\xcb\ \x36\xd7\x71\xa2\x76\x34\x91\x88\x77\xcc\x9a\xd1\xdc\xd2\xf2\xf8\ \x13\x4f\xbc\xf8\xd2\x86\x40\x81\xef\xcb\x10\xae\x41\x10\x08\xce\ \x01\x49\x6a\x79\x10\x62\xcb\xfa\xbc\x5c\xfa\x12\x56\xcb\x54\xf6\ \x45\x4c\x94\xcd\x4c\xa1\xf5\x38\xe5\x43\x1f\xfa\xd0\xa1\xb3\x53\ \xca\xe2\x79\xde\x61\xeb\x10\x10\xd1\xf7\xfd\x43\xd6\x63\xf3\x3b\ \xce\x99\xf6\x9e\x2f\x3c\xf8\x97\x3f\xfc\xab\x30\x88\xa7\xa4\xef\ \x3b\x4e\xfd\x9a\x2b\xde\xfe\xc2\xd7\xbf\x7e\xdb\x6d\x8d\x55\x6a\ \x77\x86\x9d\x69\x45\x4e\xbf\xf2\xa6\x67\xbe\xfa\x1f\x7f\xf1\x97\ \x2f\x25\x2c\x73\xf9\x3b\x6f\xb9\x72\xd5\x9c\xf7\x5c\x77\xee\x37\ \x7f\xf0\x37\xdb\xee\x8a\x66\x9d\xe8\xcd\x9f\xb9\xcc\xdb\xf5\xe4\ \x37\x7e\xf2\x7b\x97\x01\x35\x2e\x58\x30\xbd\xea\xa4\x36\xd7\x27\ \xa5\x91\x18\x42\x38\xd1\x84\x18\x02\x53\xa4\x3d\x3f\x70\x3c\x9f\ \x13\xf7\x84\x40\x16\x98\x4c\x32\x2e\x94\xd2\xb6\x10\xb6\x65\x0a\ \xc1\x03\xa5\x46\x46\x47\xea\x6b\x9b\xbd\xc0\x8f\x44\xa3\xcb\x66\ \x9c\x3a\x94\x1e\xdb\xbc\x6b\x1b\x0b\x74\x98\x72\xd7\x52\x83\x26\ \x04\x02\xc6\x98\x30\xc2\x16\x52\xa6\x21\x9f\x2f\x76\x77\x77\x9f\ \xb2\x74\x49\x47\x7b\x47\x3a\x33\xea\xfb\x3e\x22\x56\x55\x25\x22\ \xd1\x68\x36\x93\x61\xb9\x7c\x2e\x97\xf3\x03\x39\x34\x34\xf2\xd0\ \x43\x0f\xaa\x40\x02\x52\x34\x6a\x9d\x79\xf6\x99\xd1\x68\x1c\x19\ \x7b\xe2\xc9\x27\x91\x89\x6c\x26\x2f\x84\xc1\x18\x7a\xae\xaf\x71\ \x52\xd1\x4b\x65\xff\x49\xb9\x2a\xa6\x4c\x0b\x53\xd6\xea\x15\x15\ \xec\x53\x68\x3d\xde\x35\x74\x64\x84\x2f\x5e\x30\x6f\xed\x33\x2f\ \xfc\xf2\xae\x7b\x39\x3b\xcc\x70\x85\xc6\x86\xfa\xe9\xd3\x0e\x6e\ \x05\x69\x3f\xef\xc3\xbf\xf8\xf5\x8d\xf5\xd3\xc2\xc6\x15\xeb\x1d\ \x1f\xfd\xa2\xb4\x6b\x01\xcd\xab\x6f\xfd\x5f\xa7\xed\xe9\x1a\x73\ \x74\xa2\xa6\xa1\xb9\x91\x31\xb6\xe0\x33\x5f\xfa\xdf\x7b\xf6\xf6\ \xba\x64\x36\x4e\x6b\x02\x80\x59\xe7\xdc\xf8\xd7\x73\xce\xec\x19\ \x75\xeb\x66\xcc\x6a\xac\x32\xa4\xb3\xf8\x9a\xeb\x6a\xf2\x01\x6b\ \x9c\xd6\xde\x98\xb2\x4f\xea\x1b\x54\x0e\x8a\x10\x80\xd2\x3a\x1c\ \x7a\xa0\x01\x18\x81\x52\xda\xf7\x02\xd7\x0f\x0c\x00\x47\x04\x04\ \x2e\x32\xd3\xb0\x2c\xad\x95\xe7\x79\x85\x62\x61\x38\x3d\x26\xb5\ \x48\x67\x33\x89\xaa\x9a\xfa\x86\x06\xcb\x32\xba\xf6\x76\x0d\x0e\ \x0c\x2a\xa9\x04\xa0\x06\xe6\x05\x5e\x68\x30\x5b\x82\x23\x13\x8a\ \x10\x01\x19\x72\x20\x0d\x44\x3b\xb6\xed\xe8\xed\xe9\x89\xc6\xac\ \x68\x24\x3a\x9a\x2e\x11\x92\xeb\xfb\x21\xd3\x63\x32\x95\x2c\x16\ \x8a\x4f\xaf\x7b\x5a\x2a\x19\x89\x44\x7d\xe6\x29\x92\x99\x7c\xf1\ \x77\x0f\x3e\x32\xad\x75\x9a\x1f\xc8\x48\x24\x16\x48\x05\x61\x3b\ \xea\x81\xb1\x66\x07\x14\x78\x28\x21\x43\x63\x18\x48\x0f\x29\x9f\ \xa4\x94\x65\x84\x57\x68\xf2\x29\xa8\xbe\x21\x12\x8b\x45\x2f\x5a\ \x73\xce\x6b\x73\xcc\x45\xac\x75\x7a\xb9\x30\x8e\x25\xeb\xcb\xbb\ \x80\xd9\xda\x31\xb7\xb5\xf2\x4c\x3b\x35\x6b\x5e\xaa\xf2\xb5\xc9\ \xa6\x99\xc9\x89\x32\x79\x11\x49\xb5\xcf\x4d\xfd\x51\x5c\x25\x3a\ \x7c\xea\xe1\x84\x2d\x4a\x56\x4e\xa1\x31\x44\x21\x04\x86\x1a\x8f\ \x48\x69\x02\xc6\x1d\xdf\xf7\x7c\xe9\x2b\x55\xf2\x7c\xd7\x0b\x1c\ \xc7\xf1\x3c\xcf\xf7\x7d\x00\x0a\xa4\x0a\x02\x99\xc9\x65\x47\x46\ \x47\x7d\xad\x88\xb3\x4d\x9b\x36\xf7\xf5\x0e\x9c\xb2\x74\x59\x73\ \x6d\x23\x02\x04\xbe\x67\x71\x33\x62\xda\x96\x69\x0a\x61\x30\xc6\ \x39\xa2\x21\x0c\xd2\xda\xe0\xc2\x34\x2c\x21\x0c\x4d\x3a\x9f\xcb\ \x73\x14\x48\xa0\x11\xd3\x99\x4c\x36\x97\xd7\x80\x21\x37\x48\xbe\ \x50\x90\x52\x05\x4a\x4a\xad\x81\x0b\x33\x12\x45\x66\xf4\xf6\xf5\ \xe7\x0a\x45\xcf\xf3\xa5\x0c\xc2\xa6\x51\xad\x35\x32\x82\x70\x3c\ \xe2\x64\x05\xae\x27\x24\x54\xe3\x61\xfb\xca\x41\x61\xf6\xb0\xb3\ \x6d\x2a\xf0\x36\x25\x6f\x89\x20\x62\xb1\x50\x20\x22\xac\x38\xa2\ \xb5\xf6\x5d\xe7\x44\x2d\xc9\x49\x86\x16\x43\x00\xce\xc3\x51\x61\ \x04\x24\x65\x50\x72\xbc\x92\xeb\x9b\x1c\x11\x48\xa0\xe4\xcc\xf7\ \x7d\x2f\x08\x02\x02\xf0\x82\xc0\xb0\xac\x45\x8b\x17\xa7\xf3\xb9\ \x92\xe3\xe4\xb3\x05\x00\xb6\xe4\x94\x53\x8a\x4e\xa1\xa6\xa6\x76\ \x5f\x7f\x4f\xc4\xb0\x43\x6e\x46\xa5\x95\x61\x98\x84\x08\x4c\x20\ \x20\x0a\xe0\x0a\x7c\xcf\xe7\xc8\xa6\xb7\x4c\xd7\x24\x0b\xa5\xc4\ \x58\x66\x4c\x49\x47\x6a\x2d\x78\x00\xc8\xa4\xd2\x5a\x23\x01\x06\ \x52\x85\x83\x86\xb5\x06\x49\xa0\x89\x18\xb0\x20\xd0\x0a\x10\x34\ \x02\x00\x43\x1c\x1f\x5f\x08\xfa\x00\xbb\xf3\xc4\xce\x05\x13\xf5\ \x58\x65\x8a\xf5\x83\xe2\x6d\x15\x25\xee\x53\xeb\x6d\xc2\x90\x56\ \x1a\x80\x0e\x25\x72\x9a\x92\x37\x08\xe4\xae\xe7\xe6\xb2\x99\x64\ \x32\x85\x61\x32\x08\xa0\x50\xc8\x2b\xad\x4e\x94\xe2\x11\xe5\x45\ \x1f\x62\x9b\x73\xc1\x18\xd3\x00\xa4\x95\xd6\xe4\xf8\x41\xd1\x71\ \x2c\xc1\x19\x32\x93\x49\x81\x41\xe0\x07\x52\x4a\x19\xc8\x70\xbe\ \x70\x22\x99\xca\x17\x0a\x3d\x03\x7d\xb6\x88\xcc\x68\x6b\xe3\x5c\ \x0c\xf4\x0f\x2e\x5d\x74\x0a\x30\xd8\xb4\x75\x73\xe0\x2a\x60\x00\ \x88\xae\x17\x44\xa2\x51\x02\x10\x4c\xd8\xa6\x05\x52\x33\xc4\x44\ \x55\xc2\x32\xcd\x99\x1d\xb3\x8b\xa5\xfc\xb3\xcf\x3d\x57\x70\x8b\ \x86\x65\x72\xe6\x23\xe3\x5a\x93\x06\x52\x4a\x23\x00\x10\x30\x40\ \xcd\x40\x23\x68\x42\xa5\x14\xe3\x42\x6a\x8d\x7a\xa2\x54\x8f\x28\ \xcc\x0b\x1c\xd6\xda\x09\xf7\xc5\xb2\xa1\x0e\x15\x5d\x68\x93\x9b\ \x58\xa6\x50\x0e\x00\xb0\x6d\xc7\xae\x57\x36\x6d\x55\x4a\x47\x2c\ \xeb\xd2\x8b\xcf\xb3\xad\xa3\x55\x8f\xfa\xa5\x5c\x49\x9b\xa9\xf8\ \xb8\xc7\xab\x7c\xc7\x95\x2c\x7a\xbc\x64\xe9\x27\xeb\x96\x2a\xdb\ \xdb\x67\x11\xd1\xe8\xe8\x88\x69\x5a\x9c\x73\xa5\x54\x55\x22\x11\ \x8b\xc6\x7a\x7b\xf7\x9f\x48\x90\x8f\xff\x56\x1a\x88\x34\xd3\x44\ \x48\x04\x8c\x33\x22\xf2\xfd\xc0\x97\xd2\x52\x42\x69\xad\xb4\x92\ \x52\x06\xe3\x30\x97\x1a\x74\x20\x83\x5c\x36\x67\xd9\xdd\xa6\xb0\ \xa0\x51\x45\x23\xd1\x44\x55\x32\x95\x4a\x11\xc3\xed\x3b\x77\x0a\ \x24\x37\x08\x10\x21\x5e\x15\x77\x3d\x5f\x03\x28\xd2\xa8\x00\x7c\ \xf2\x34\xed\xd9\xb3\x57\x91\xb2\x2c\x33\x5f\xc8\x00\x02\x32\xf4\ \x65\xc0\x3c\xc6\x39\x07\xa2\x90\x76\x19\xc2\xca\x1c\xc6\xb4\x46\ \x42\x24\x00\x25\x95\x69\xd1\xc4\xe0\x93\xb0\xd9\x5c\x6b\x25\x91\ \x4d\xe2\x4e\x0f\x55\xb7\x10\x22\x7c\x10\xc6\xdb\xca\xf3\x92\xcb\ \x21\x77\x1c\xa7\xb8\x83\x43\xb7\x89\x93\x53\x5e\xd9\xb0\xf5\xdd\ \xd7\x5e\x86\x80\x9b\xb6\x6c\xbb\xf7\x81\x87\xab\x93\x49\x3d\x71\ \x65\xb4\xd2\xed\xed\x33\x66\xcf\x3a\x40\xc6\xfa\xd2\x6f\xbf\xbb\ \x96\xce\xfe\xec\x75\x73\x1e\xf8\xc5\x83\x33\xce\xbd\x3c\xd9\x75\ \xe7\x4f\x37\x36\xde\xfa\xc1\x35\xe6\xd4\x75\x3c\x76\x87\x9c\xc0\ \xb2\x23\x6d\x33\x3b\x46\x86\x07\x0b\xf9\x3c\xe3\xac\xaa\x2a\x91\ \xaa\xae\x19\x1a\xe8\x3f\x61\x81\xb7\x4a\xbd\x87\x08\x5a\x13\x80\ \x42\x60\x08\xc8\x85\x09\xa0\x03\xa5\x65\xa0\x02\x53\x29\xa5\xb5\ \x52\x81\x94\x41\xe0\x07\x81\xef\xba\xbe\x65\xc7\x94\x56\x25\xd7\ \xed\xda\xdb\x75\xca\xa2\xa5\x7e\x20\x47\x87\xbb\x33\xb9\xec\x9c\ \xb9\x73\x96\x2d\x5d\x9a\x48\x26\x5c\xe9\xa7\xf3\x99\x27\x9e\x7c\ \xb2\xab\x67\x6f\x24\x1a\x0f\xb1\xea\x78\x52\xb9\x8a\x01\xb5\x34\ \xd6\x9f\x7a\xca\xd2\x92\x93\x0f\x82\x20\x1c\x4c\xad\x90\x10\xc6\ \x3b\xc3\x94\x52\x44\x9a\x94\xd2\x5a\x73\xc6\x14\x82\x04\x04\x44\ \x52\x8a\x80\x01\x32\xa5\x27\xd1\x80\x86\xb3\x88\x69\xb2\x1c\x14\ \x87\x2b\xcf\x5a\x84\x49\x74\xeb\x61\x91\xdc\xc9\xb2\xaa\x7c\xdf\ \xdf\xb1\x63\xc7\x91\x38\x9b\x5c\xdf\x5b\xff\xd2\x46\xd3\x10\x5a\ \x53\x75\x2a\x29\xa5\x2c\xd7\x02\x06\x52\x3e\xb5\xee\xf9\x4a\x90\ \x17\x32\xa3\x19\xee\x01\x90\xef\xbb\x1a\xa0\x98\xee\xeb\x1d\x4e\ \x4c\x21\xfc\xb5\x4a\xe8\x66\xd6\xd4\xd6\xd5\xd5\x37\x10\x81\xd6\ \xea\xc4\x36\x3f\x0b\xa8\x28\x57\x60\x88\x80\x48\xc4\xc6\xb3\x4e\ \xa4\x91\x71\xad\xb4\xaf\x02\xad\x4d\x3f\x90\x96\xe0\x5a\x93\x52\ \xe0\xb9\xca\x60\xa2\xa6\xba\xb6\x54\x2c\x29\x25\x7b\x7a\x07\x6a\ \xeb\xea\xdd\x58\x69\xef\xae\xae\x9a\xda\x1a\xc3\x30\x06\x7a\xfb\ \x6b\x12\xd5\x75\x0d\xf5\xcd\xcd\x8d\xcb\xe7\x9f\x72\xf7\x6f\xee\ \xd9\xb6\x6b\x9b\x1b\x14\x02\xcf\xad\x8d\xc5\x97\x2f\x9d\xdf\xd9\ \x36\xb3\xbe\xbe\xbe\xb1\x39\xc1\xa2\x8d\xbb\x7a\xec\xcd\x5b\x5e\ \x1e\x18\x1d\xd6\x00\x4a\x7b\x24\x38\x72\x06\x21\xa7\x3a\x11\x01\ \x6a\x60\x00\x04\x4a\x72\x61\x48\xd2\x82\x31\xd2\x5a\x06\x81\x06\ \x82\x90\xb0\x0a\x99\xae\xc0\x73\x65\x92\xac\xd2\x1f\xa9\x1c\x72\ \x58\x99\x5a\x83\xa3\xb6\x52\xfd\x89\x89\xeb\xba\xb7\xdd\x76\xdb\ \x9a\x35\x6b\xae\xbb\xee\xba\xc6\xc6\xc6\x83\x15\x8b\xd6\x9e\x37\ \x9e\x13\x39\xa8\x0f\x54\x4a\x39\x3c\x32\x36\x29\x88\xc3\x39\xe7\ \x08\x60\xa6\x6a\xaa\x6d\xce\x98\x19\x29\xec\x59\xf7\xcd\x6f\x76\ \x29\xb3\xe1\x92\xab\xaf\x9a\x53\x3b\x85\xf7\xd7\xb6\xf9\x86\x25\ \x5b\x21\x91\xf1\x09\x7c\x67\x51\x76\x5c\x01\x80\x34\x01\xc3\x70\ \xe7\x0e\x9d\xd4\x71\x12\x09\x9a\x60\x52\x06\x00\x22\xad\x20\xf0\ \xa4\xc9\x2d\x1e\x33\x02\x5f\x15\x0a\x85\x6c\x21\xfb\xdc\xfa\xe7\ \x5b\x6b\x9b\x0a\x99\x7c\xfb\xec\xf6\xf5\xeb\x5f\xa8\xa9\xad\x99\ \x39\x63\xa6\x20\x1c\xec\xe9\x6f\x6b\x9e\xf6\x8f\x5f\xf9\xbb\x5c\ \x71\xac\xe8\x8e\x3c\xf3\xc4\x63\x4d\x89\x78\x4b\xa2\x6a\xb8\xa7\ \x3b\x15\xa5\x84\xa5\xf7\xf6\xef\xf5\x72\xd9\xc6\xfa\x5a\x66\xb0\ \xda\x86\xfa\xa1\xa1\xe1\xbd\x7b\xf7\x6a\x86\x5c\x18\x1a\x00\x00\ \x35\x80\x56\x2a\xac\xd2\x01\xad\x40\x03\xe7\x0c\x27\x58\x19\x35\ \x11\x01\x12\x63\x38\x99\x13\x02\x2a\x46\xb5\x94\x5b\xc7\x2b\xab\ \x62\x2a\x1b\xcb\x4f\xb6\xf5\x14\x8f\xc7\xb7\x6d\xdb\xf6\x85\x2f\ \x7c\xe1\x92\x4b\x2e\xb9\xe2\x8a\x2b\x2a\x97\x54\x55\x2c\x76\xd6\ \xe9\x2b\x8f\xf4\xc2\x9e\xbe\xc1\x43\x23\x47\x00\xc5\xc7\xee\xbd\ \x67\xe5\xec\xf3\x16\x1b\xcc\x71\x82\xa6\xce\xf9\xee\xd6\x87\xbf\ \xfa\x4f\x43\xb7\x7d\xf9\xcf\x67\xd8\x53\xee\xf9\xb1\xe1\xd0\x10\ \xf7\xfc\xe6\xf7\xcf\x3c\xf3\x0c\x22\x5e\x78\xe1\x85\x27\x96\xdc\ \x5a\x4c\xb2\x0a\x88\x48\x13\xa2\x0e\x5b\x2f\xc3\xee\x2d\x86\x6c\ \x9c\xd2\x1a\x41\x13\x29\xad\xa5\x94\x5a\x6b\xc3\xb2\x48\x93\xef\ \xcb\x4c\x36\x9b\xcd\xe6\xf2\xb9\x42\x6e\x6c\x6c\x56\x5b\xc7\xae\ \xae\x5d\xc9\x64\xb2\xa6\xbe\x7a\x34\x3b\x92\x2f\x65\x85\x10\xdd\ \x7d\xdd\x3b\xf7\xec\x48\x24\x62\xbe\x97\x71\x8b\xa5\x69\x73\xe7\ \xd6\x46\x6c\x16\x48\xad\xf5\xe8\xf0\xa8\x21\xcc\x9e\xfd\xdd\x26\ \x37\x96\x2f\x5f\x3e\x7d\xe6\x8c\x4d\x9b\xb7\xf4\x0f\x0d\x86\xb5\ \x31\x40\x5a\x06\x4a\x92\x66\x8c\x71\xc6\xb5\xd6\x52\xe9\x68\xc4\ \x36\x0c\xc3\xf7\x7d\x3a\x44\x60\x72\x31\x4c\x39\x85\x16\x1e\xe1\ \x9c\x87\x83\x1c\xca\x1e\xfb\x41\xae\xca\x49\x62\xb1\x87\xa3\xa9\ \x22\x91\xc8\xe0\xe0\x60\x6f\x6f\xef\x41\x7b\x9c\x26\x0a\xa4\x34\ \x0e\x57\xdf\x12\xc6\x35\x0e\x1b\x21\xb6\xa3\x51\x83\xa1\x0a\x82\ \x96\x25\x6f\xbb\xe6\xe2\x0b\xe0\xa2\x85\xbb\x3f\xf1\xa5\xf5\xdb\ \xd3\x33\x4e\xa9\x99\x02\xf0\x31\x5a\xec\xe7\x9c\x73\xce\xfe\xee\ \xee\x54\x32\x79\xfa\x69\xa7\x29\xa9\x4e\xbc\x26\x3f\x4a\x7c\xbf\ \x6c\xd6\x02\x80\x26\xad\xb4\x06\x20\xc3\x34\x22\x91\x48\x21\x9d\ \xf5\x7d\xe9\x7a\xae\x61\x1a\x08\xac\xe8\x15\x77\xed\xdb\x1d\x19\ \xea\x6d\x6a\x6c\xde\xbc\x6d\x53\xc4\xb6\xeb\xeb\xea\xb3\x99\x8c\ \xe3\x38\xc9\x44\x52\x06\xae\x81\xca\x42\x0d\xae\xcb\x3d\xd7\x2b\ \xe4\x07\x06\x87\x1c\xa9\xec\x9a\x9a\x12\x41\xce\x0d\xd2\x5b\xb7\ \xed\xef\xef\xf3\x7c\x7f\xce\xec\xd9\x1a\x50\x2b\x1d\x48\x35\x96\ \xc9\x16\x8b\x45\x02\xe4\x82\x01\x29\x00\x98\x31\x63\x46\x24\x12\ \xe9\xea\xea\xaa\xcc\x87\x1d\x96\x28\xa2\x0c\xe6\x10\xf0\x87\x22\ \xbc\xf2\xf7\xc9\x23\x88\x38\x3c\x3c\x3c\x63\xc6\x8c\xaf\x7c\xe5\ \x2b\x47\x61\x53\x3e\xc6\xfd\x82\x31\x71\xd0\x11\x02\x40\x14\x82\ \xa3\xd2\x53\x09\x8b\x57\x17\xc6\x50\x4a\x5f\x29\x95\x4c\x24\x3e\ \x70\xcb\x2d\x9c\x73\xc3\x30\xb4\x56\x27\x32\x85\x56\xa9\xc9\xd9\ \xf8\x1c\x8a\x09\xfe\xdc\x71\x6f\x17\x19\xb2\xf0\x81\x06\x52\x5a\ \x05\x5a\x13\x00\x17\x5c\x29\x39\x3a\x36\xe6\xb8\x6e\x55\x55\x95\ \xeb\xf9\x9a\xfc\x00\xfc\x52\xbe\x34\x92\x1d\xd5\x52\xda\x86\xd5\ \xd3\xdf\xdd\xd2\xda\x52\xdb\x50\xc3\x85\xa8\x89\xa6\x04\x6a\x72\ \xdd\xe1\x42\xa1\xca\x10\x68\x47\x6a\xa6\x4f\x93\xc0\x8a\x4a\x3b\ \xe9\xcc\x50\x7a\x4c\x44\xad\xc1\xb1\x11\x64\x4c\x18\x16\x11\x99\ \x96\x85\xc8\x4d\xd3\x46\xc6\x00\x30\xcc\xa9\x19\x06\x8f\x46\xa3\ \x6a\x62\xa4\x59\x19\xe1\xe5\xc8\xf9\xa1\x8a\x3d\x04\x79\xe5\xdc\ \xd2\x83\x9e\xad\x30\x3b\x4f\x8a\x45\x69\x9a\xe6\x67\x3f\xfb\xd9\ \x35\x6b\xd6\x1c\xb6\x03\x54\x29\x65\x1c\xa1\x4c\x35\xcc\xee\x54\ \x1e\x89\x18\xd0\xbd\x73\x73\xa6\x34\x5d\xf9\x9e\xd4\x84\xa0\xc7\ \x7a\x76\xbd\xb2\x6d\x6b\xdf\xda\x5f\xec\x12\xb3\x6f\x98\x53\x3d\ \x85\xe1\x57\x95\x44\x32\xd5\xd3\xdd\xed\xbb\xae\x69\x59\x13\xac\ \x1b\xe8\x79\x8e\x5b\x72\x2c\x3b\x72\x42\x42\x45\xe2\xa0\x3d\x1e\ \x60\x82\xc9\x11\x21\xc4\xf6\x01\xe4\x00\xd0\x04\x6d\xba\x94\x52\ \x6a\x55\x28\x95\x86\x87\x87\x09\x98\x15\x89\x38\x9e\xa7\x00\x08\ \x54\x32\x95\x64\x82\x27\xe2\x71\xd0\x64\x59\x16\x33\x78\x31\x70\ \x2c\x34\x4b\xd9\x12\x63\x68\x20\xeb\x1d\xc9\x44\x04\xb7\x04\x47\ \x84\x74\xae\x50\x92\x2a\x5b\x2c\x0d\xa7\xd3\x11\x27\xc2\x39\x47\ \x04\xc7\xcb\x44\x6c\x9b\x09\xc3\xf7\x95\x30\x0c\x0a\xa7\x9d\x90\ \xb6\x4c\x51\xf4\xdd\x9e\x9e\x9e\xf2\x9c\xa3\xc3\xaa\xf1\x49\x5a\ \xe5\x90\x28\x65\x39\x9d\x76\x90\xce\x3f\x79\xc4\xb6\xed\x0b\x2f\ \xbc\xf0\x48\xcf\x56\x57\x27\xd7\xbf\xb4\xe1\xb0\x81\x1f\x3f\x08\ \x92\x89\x49\x9d\x1e\xa7\x5e\x78\xc5\xf3\x63\xcf\xee\xe9\x0f\x16\ \x2d\x5f\xd6\x10\x15\xf5\x73\xce\x5e\xd6\xf8\xdb\x5f\xfe\xf8\x27\ \x91\xea\xb6\x4f\x7f\xee\x86\xf6\xd8\xd4\xc8\xf7\x57\x97\xaa\x44\ \x32\x99\x4c\x6e\xdf\xb6\xa5\x73\xf6\x1c\x3b\x1a\x43\x80\x62\xb1\ \x38\xd0\xdb\x9d\x48\xa5\x54\x56\x9d\x78\x90\x2b\xa5\x26\xea\xca\ \x89\x0b\xce\x38\x0b\xe3\x55\xe1\xec\x11\x29\xa5\x29\x04\x00\x70\ \x43\x98\xb6\xc5\x18\x1b\x19\x19\x71\x03\x3f\x56\x95\x52\x4a\x29\ \xd2\x84\xc4\x0d\xc3\x8a\xda\xa9\x64\x4a\x29\x55\x2a\x16\xf3\xe9\ \x62\x55\x3c\x1e\xfa\xf4\xc4\x20\x20\x72\x4b\x45\x03\x31\x16\xb1\ \x4d\x21\x4a\x8e\x53\x2c\x39\x85\x92\xe3\x4a\x5f\x22\x80\x1f\x98\ \x02\x7c\xdf\x33\x0c\x03\xb8\x70\x1c\x5f\x69\x4d\x08\x44\x0c\x19\ \x33\x0c\xae\xb4\xe4\x5c\x98\xa6\x19\x76\x2f\x1d\x84\xcf\x4a\x9f\ \xbc\x12\xde\xe5\x81\x8a\xe5\x29\x68\xe5\x1e\x95\xca\xcc\x42\x79\ \x3a\xda\x1f\x8d\x17\xa7\x94\x94\xc1\xf1\x19\xec\xe1\x05\x3b\xec\ \x73\x67\x9d\xbe\x62\xd3\x96\xed\xae\xeb\x1d\x74\x31\x88\x80\x71\ \x3c\xeb\xf4\xe5\x95\x1f\x2a\x9a\x97\x7f\xf2\x33\xcb\x41\xeb\x53\ \x67\x7d\x08\xb4\x54\xb0\xe2\x13\xb7\xad\x28\x87\xe9\x8f\xf7\xeb\ \x9d\x5c\x22\x03\xd9\xdc\xda\x3a\x34\x30\xb0\x63\xdb\x66\xc6\x05\ \xe7\x9c\x00\xaa\xab\x6b\xe2\x55\x89\x91\x91\xe1\x37\xc4\x27\x27\ \x3d\xbe\x06\x48\x6b\x14\xdc\x10\x46\x10\x48\x25\x90\xd9\x56\x08\ \x0f\x26\xb4\xd2\x5a\x2a\xed\xfb\x81\xe7\xfb\x42\x08\x60\x38\x3e\ \xf2\x8a\x01\x72\x06\x88\x8e\xe7\xba\x25\x27\x9f\x2f\x08\xce\x5c\ \xcf\x93\x52\x2a\xa5\x81\xb3\x9c\x53\x42\xa0\x58\x2c\x1a\xb8\x9e\ \xe3\x66\x8a\xc5\xa2\x69\x98\x3e\x69\x57\x2a\x44\xe1\x78\xae\x53\ \x2c\xc5\xab\xaa\x84\x69\x97\x8a\x8e\xd2\x9a\x0b\x41\x84\xc8\x90\ \x33\x06\x08\xa0\x89\x31\x5e\xb6\xd5\x8f\xae\x87\xc3\xa7\x84\x10\ \x61\x8f\x0a\x00\x04\x41\x50\xc9\x00\x77\x90\x2b\xfe\xc7\xa5\xd2\ \x11\xd1\x30\xcc\x1d\x5b\x37\x23\x3b\xc1\xda\x92\x31\xd6\x58\x13\ \x3f\x3c\x4d\x0e\x41\x5f\xcf\xbe\x37\x3b\x84\x41\x80\x88\x15\xd3\ \x6f\x30\x64\xf9\xf9\x93\x21\xe5\x2b\x77\x43\x5b\x76\x24\x90\x81\ \xd6\xda\x30\x0c\xa7\x54\x2a\x14\xf2\x86\x61\xb0\x13\x71\x7f\xc5\ \x21\xab\xa7\x7c\x39\x51\x6b\x4d\x40\x08\xa8\x49\xfb\xbe\x8f\x1c\ \xc1\xb6\xa5\xd6\x32\x08\x5c\xcf\x2d\xb9\x0e\x01\x71\x2e\x48\x93\ \x04\x25\x84\xa9\x9c\x82\x53\xf2\x48\x65\x19\x62\xe0\xfb\x4a\xaa\ \x68\xc4\xce\xe5\x8a\xa8\xc9\xf7\x7d\x34\xb8\xef\x79\x76\x2c\xe2\ \x94\xbc\xac\x5f\x90\x52\x22\xa2\xd2\x12\x11\x18\x72\xe5\xfb\x0c\ \x19\x00\x2a\xa5\x0b\x85\x42\xa0\xb4\x6d\x45\x10\x05\x32\xc6\xb8\ \x40\xce\x11\x34\x30\x16\x89\xd8\x9c\x8b\x10\xae\x07\x05\xde\x0e\ \xd2\xe4\x15\x74\xcb\xe3\xf6\x79\xd8\x9a\xf2\xa7\xc1\xb1\x4e\x44\ \xad\xd3\xdb\x4e\x86\x20\x02\x22\x73\x9c\x52\x98\x40\x66\x88\x9a\ \x34\x00\xda\x91\x88\x56\xea\x4f\xe9\xaf\x84\x71\xca\xe0\xf1\xc0\ \xd0\x04\xb9\x38\xa8\x13\xf1\x67\x1e\xec\x93\x23\x1b\x47\x39\x32\ \x34\x4d\xd3\xf7\x7c\x54\x00\x1a\x05\x90\x11\x31\x4b\x9e\x6b\x21\ \x68\xd2\x00\x24\x83\x20\x9b\xcf\x33\x6e\x46\x2c\x9b\x31\x46\x00\ \x0c\x05\x29\xed\x3a\x21\x13\x00\x71\x14\x9c\x5b\xa6\x61\x24\xe2\ \x55\x3d\xdd\xdd\xa5\x52\x81\x50\x6b\xc6\xa5\x26\x29\x95\x30\x0d\ \x46\xcc\xf7\x7c\x86\x24\x18\x22\xa1\x54\x92\x33\xee\xf9\xbe\xd2\ \x1a\x19\x23\xa0\xd0\xce\x2e\x97\x95\x1b\x86\x61\x59\xd6\x78\x40\ \xe0\xa8\x1c\x8c\xe5\xd2\x97\x4a\xe3\x3c\x6c\x59\x9b\x1c\x80\x38\ \xf0\x8a\x3f\x3a\xc5\xa0\xb5\x82\x93\x40\x18\x03\xcf\x75\x85\x61\ \x10\x69\x8e\x4c\x6a\x85\xc8\x2c\xdb\x3e\x09\xab\x1b\x4e\x0c\xc8\ \x19\x63\xc8\x58\xd8\xb1\xc9\x10\x03\x29\x5b\x1a\xea\x57\x2d\x5f\ \xaa\xa5\xbb\x73\xdb\x36\x27\xf0\x98\x89\x4c\xa1\x2b\x75\xc9\x0f\ \x1c\xdf\x57\x52\x1b\x16\x8f\xd8\xb6\x06\x74\x0b\x05\xad\x35\x22\ \x0b\x1b\x5d\x10\x50\x91\x2a\x96\x4a\x81\x30\xea\x6a\xeb\xb8\x69\ \xf2\xc0\x03\xa0\xc0\xf1\x80\x71\x43\x08\x04\x54\x52\x1a\xc8\x40\ \x49\x41\x58\x15\x89\xd7\xb5\x34\x7a\x41\xd0\xdf\xdf\x8f\x8c\x73\ \xce\x95\x56\x1a\x34\x6a\x4d\x48\x5a\x2b\xe4\xcc\x8c\x5a\x40\xe0\ \xba\x6e\x25\xa3\xc8\xa1\x9a\xbc\xf2\xa9\x10\xe4\xe5\x9c\x79\x05\ \x43\x06\x1e\x62\xae\x4f\x2d\x86\x3f\x5c\xdf\x64\x22\x24\x3c\x29\ \xa1\x3b\x25\xc7\x28\xff\x7f\x00\xee\x33\xf0\xff\x45\xf2\xc8\x81\ \x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xc1\x74\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x89\x00\x00\x01\xd6\x08\x02\x00\x00\x00\x0d\x67\xe2\xc8\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x9c\x56\xc5\ \xbd\x3f\xfe\x99\x72\xca\x53\xb7\xf7\x06\xec\xb2\x0b\x2c\x5d\xa4\ \x8a\x8a\x0d\x3b\x51\x63\xef\x31\x31\xb6\x98\x6e\x6e\x6e\x92\xdf\ \x37\xf7\x26\xb9\x37\x3d\x37\x45\x8d\xbd\x17\xc4\x86\x82\xa0\x28\ \x28\x58\x90\x0e\x4b\xdd\xca\xf6\x5d\xb6\xef\x3e\xe5\x94\x99\xf9\ \xfc\xfe\x78\x16\x5c\x8a\x80\xb9\xe1\xba\xc6\xf3\x7e\xf1\xe2\xb5\ \xfb\xec\x39\x73\xe6\x99\x33\xf3\x9e\x4f\x9b\xcf\x87\x5c\x7f\xed\ \x25\xe0\xc1\x83\x07\x0f\x9f\x37\x10\xd1\x30\xcc\x31\x63\xca\x2f\ \xbb\xfc\xea\x91\x23\x8b\xd9\xc4\x09\x63\xbd\x41\xf1\xe0\xc1\xc3\ \x30\x00\x91\x52\xd6\xd7\xd7\x6d\xdc\xb8\x6e\xc2\x84\xc9\xdc\x75\ \x85\x37\x24\x1e\x3c\x78\x18\x26\xf4\xc4\xb9\xd6\xb9\x6f\xdf\xa2\ \x85\xcf\x70\x44\xf4\xc6\xc3\x83\x07\x0f\xc3\x46\xb1\x03\xae\xe9\ \xdb\xb7\x6f\xf5\xb8\xc9\x83\x07\x0f\xc3\x0e\x91\x48\x94\x2b\xa5\ \xbc\x81\xf0\xe0\xc1\xc3\x70\x03\xf7\xc4\x26\x0f\x1e\x3c\x0c\x3f\ \xd5\x0e\x3c\xb9\xc9\x83\x07\x0f\xc3\x90\x9b\xd0\xb3\x37\x79\xf0\ \xe0\x61\x58\x72\x93\x27\x37\x79\xf0\xe0\x61\x78\xca\x4d\xde\x38\ \x78\xf0\xe0\x61\xb8\x71\x93\x67\x6f\xf2\xe0\xc1\xc3\x30\xd5\xe9\ \x3c\xc1\xc9\x83\x07\x0f\xc3\x91\x9b\x3c\xb9\xc9\x83\x07\x0f\xc3\ \x90\x9b\x3c\xb1\xc9\x83\x07\x0f\xc3\x8f\x9b\x3c\x7b\x93\x07\x0f\ \x1e\x3c\x9d\xce\x83\x07\x0f\x1e\x8e\x97\x9b\xfa\xfb\xfb\xbd\x81\ \xf0\xe0\xc1\xc3\x70\xe3\x26\xf2\xd0\x83\x7f\xf7\x06\xc2\x83\x07\ \x0f\xc3\x8e\x9b\x50\x49\x6f\x20\x3c\x78\xf0\x30\xdc\xc0\x07\x06\ \x06\xbc\x51\xf0\xe0\xc1\xc3\xb0\xe3\x26\x6f\x08\x3c\x7c\xfa\xec\ \xd0\x08\x37\x80\x00\x00\xf1\x06\xe3\xcb\xac\x60\x01\x22\x28\x85\ \xd2\x05\xf9\x7f\x97\xc2\xdb\xe3\x26\x0f\x87\x81\x71\xa0\x1c\x94\ \x50\x75\x15\xb2\xb6\x02\xed\x98\xa7\xf8\x7f\x99\x41\x28\x03\x5f\ \x80\x86\x33\x68\xe1\x18\x9a\x91\x0f\x84\x82\x14\x70\xe2\xa7\x84\ \xc7\x4d\x1e\x0e\x99\x11\x3a\xc6\x07\xc4\xe6\xb7\xe5\x86\xb7\xa0\ \x77\x1f\xb5\x22\x44\x49\x0a\x5e\x84\xee\x97\x58\x6a\x22\x04\x28\ \x53\xdc\x90\xfe\x10\xa6\x15\xf0\x19\x17\xf0\xb2\x93\x40\xf7\x83\ \x70\x4e\x2c\x27\xf6\xf7\xf5\x7a\xa3\xef\x61\x10\x86\x0f\x5b\x6b\ \x9d\x57\xfe\x02\xb5\x5b\xb9\x61\x10\x4a\x81\x52\x4f\xa1\xf3\x00\ \x00\x80\x0a\x10\x51\x4a\x81\x00\x65\xd3\xf9\xd9\x37\xf2\xbc\x12\ \xb4\xe3\x1e\x37\x79\x38\xf1\xd0\x4d\xb5\xfd\x7d\x67\xc9\xdf\x79\ \x5f\x3b\x33\x7c\x9e\xa4\xe4\xe1\xc8\x94\x81\xa8\x5c\xdb\x4d\xc9\ \xe1\xe7\x7d\x83\x97\xcf\x01\xd7\x3e\x41\x0f\xa2\xde\x58\x7b\x18\ \x24\xa6\xba\x0a\xeb\x85\xdf\xf1\x81\x4e\xea\x11\x93\x87\xa3\xaa\ \x78\x44\x37\xb5\xde\x36\xe7\xe5\x3f\xa9\xae\x16\xd0\x0c\x8f\x9b\ \x3c\x9c\x30\x30\x0e\x7d\xfb\xdc\xd7\xef\x33\x44\x9c\x69\xba\x37\ \x1e\x1e\x8e\x4d\x1c\x9a\x61\xc4\xfb\x9d\xd7\xee\x05\x2b\x06\x94\ \x79\xdc\xe4\xe1\x04\x4d\x34\x6a\xbf\xf1\x08\x6b\xae\x24\xba\xe9\ \x49\x4c\x1e\x8e\x4b\x7a\x02\x20\x86\x8f\x57\xae\x73\x96\xfe\xfd\ \x04\x71\x93\xe7\xa7\xfb\xd2\x83\xeb\xb2\x66\x1b\xec\x5e\x4b\x4d\ \xdf\xe7\x31\xc7\x11\x80\x7c\x36\x6b\x3b\x22\x10\x72\xa2\x3a\x43\ \x3e\x3f\xc3\xff\x09\x7d\xfa\x89\x69\x9c\xea\x86\xdc\xf1\xa1\x3c\ \xe9\x1c\x56\x34\x0e\x84\x7b\xd8\x96\x47\x4d\xd3\x24\xc7\x7a\x2e\ \x22\x5a\x96\x75\x78\xd2\x01\x8f\x9b\x3c\x6e\xd2\xc4\xae\x0f\x99\ \x35\x00\xbe\xe0\xe7\xf1\x78\xf2\xd9\xdd\x80\x08\x48\x4e\x8c\xf3\ \x10\x8f\xe1\x94\x44\x05\x08\x40\x4f\x90\xb6\x81\xff\x1c\x97\x28\ \x4a\x70\x1c\xd0\x4c\xa0\x64\x48\xcb\x27\x48\xe2\x66\x3c\xde\x2b\ \x2a\x56\xb3\xe2\xc9\x87\x70\x13\x63\xac\xa3\xa3\x63\xc5\xdb\x6f\ \xc7\xe3\x71\xfa\xe9\x23\x26\xa5\x0c\x87\xc2\x67\x9f\x73\x76\x4a\ \x72\xb2\x94\xd2\xe3\x26\x0f\x07\x66\x10\xc7\xbe\x0e\x6c\xaa\x24\ \x5c\x3b\xde\xf5\xe3\xc4\x50\x22\x10\x00\xc2\x80\xeb\x84\xb1\x7f\ \x7c\x29\xba\xc0\xe7\xde\xc8\xc5\xda\xf8\x47\x3b\x89\x76\x3c\x53\ \x11\xd1\x45\x3e\xf5\x32\xce\x76\xdb\x1b\xb7\x01\x1b\xd2\x67\x37\ \x8e\x92\x10\xd3\x07\x20\xd1\xb1\x40\x49\x00\x4e\x74\x13\x18\x05\ \x95\xf8\x44\x01\x37\x88\xa6\x1d\xa0\x44\xb4\x63\x20\x15\x10\x02\ \x40\x89\xc6\x81\xa6\xea\x67\x5c\x82\x3b\x5f\x74\x5a\xa2\x84\x91\ \x4f\xb3\xb2\x10\x4e\xd1\x75\xff\xd9\xa4\xa4\x10\xfd\xfa\x9c\x2b\ \x49\xdb\x5b\x4e\x55\x23\x70\x3e\x38\x3e\xd2\x45\x21\x88\xee\x07\ \x02\x00\x88\x76\x14\x14\x00\x01\xe0\x06\xe1\x09\xb3\xa0\x40\xcb\ \x02\xcd\x3f\xd8\x61\x94\x68\xc5\x49\x30\x97\x97\x8e\x50\x8d\x3b\ \x54\x4c\x00\x25\xa0\x04\x49\x9d\x6c\x4c\x2b\x76\xde\x7b\x49\xd9\ \x6c\x08\x61\xfd\xf3\xa6\x50\x6b\x2d\xf6\x75\x10\x7f\x08\x86\x90\ \x8b\xae\xeb\x55\x55\xd5\x7f\xf8\xc3\x1f\x63\xb1\x18\xfb\xf4\x49\ \xe2\xba\x6e\x6a\x6a\x6a\xd9\x98\xb2\xac\x8c\x8c\xb8\xc7\x4d\x1e\ \x86\xee\x7b\xd8\xd7\x49\x3a\x1a\x09\xd3\x8e\x67\x09\x01\x98\x7c\ \xee\xad\x7a\x69\x16\x08\x17\xfb\x9b\xdc\xcd\xcb\x44\x7d\x3b\x68\ \x1a\x00\x82\x63\xa1\x92\xc0\x74\xa2\x19\x20\x2c\x54\x94\x18\x3a\ \x08\x1b\x25\x10\xdd\x00\xe5\xa0\x50\x84\x33\x74\x6d\x40\x05\x84\ \x13\xdd\x40\x45\x69\xfe\x68\x3a\xb0\x83\x20\x02\x4a\x74\x6c\x40\ \x05\xdc\x24\x5c\x03\x50\x83\x24\x48\x35\xa2\x1b\x40\x08\xa0\x00\ \x27\x86\x71\x42\x73\xca\x39\xef\xb4\xd7\xcb\xfd\xdc\x84\x68\xbb\ \x6c\xf2\x75\xe6\x18\x61\x2d\x59\xa4\xb0\xc0\x98\xb7\x80\xe7\xe7\ \x62\xf7\x0e\x67\xf5\xab\xb2\x27\x0a\x46\x96\x71\xd6\xb5\x5a\x7e\ \x58\x6c\x5d\x6c\x6f\xdc\x0c\x4c\x07\x50\xe0\x6a\xda\xa9\xb7\xeb\ \xa3\x8b\x40\x08\x1c\xd8\xeb\xae\x7d\xc5\x6d\x35\xf9\xa8\x29\xb2\ \xfa\x59\x8c\x47\xc0\xf0\x0d\x72\x25\x0a\x70\x2c\x44\x42\x34\x13\ \x94\x4b\x27\x5c\x65\x8c\xe8\x8f\xbf\xf8\x22\xea\x61\x62\x70\x70\ \x6d\x74\x5d\x60\x9c\x68\x26\x10\x02\xca\x45\xc7\x02\x20\xa0\xf9\ \x08\xa3\x9f\x90\xa6\x90\x40\x19\xd1\x4d\xa0\x04\x5c\x1b\x13\xf2\ \x05\xd3\x89\xa6\x03\x10\x50\x2e\xda\x11\x44\x83\x15\xcd\x26\xd6\ \x47\x88\x92\x00\x07\x40\x10\x2e\xc9\x9d\x6d\x4e\x2d\x77\x57\x3f\ \x2e\x22\x48\x48\xc0\xb8\xf0\xbb\x3c\xd3\x0f\x84\xc9\x8a\xd7\xec\ \x4d\xeb\x00\x08\xf8\x8b\xcd\xf3\x16\xc8\xf5\x0f\x8b\x7d\x31\x20\ \x08\x7a\xae\x79\xd1\xf9\x72\xe7\x16\x6d\xda\x3c\xb7\x77\x8f\x8c\ \x38\x44\x3a\x68\xc7\x20\x2b\x83\x97\x8e\x75\xd7\x28\x44\x0a\xae\ \x05\x42\x7e\x42\xd3\x4a\xa0\x63\x03\x00\x68\x3e\xc2\x19\x28\x89\ \x4e\x1c\x14\x82\x66\x12\x7e\x5c\xe4\x40\x18\x27\xfb\x1a\x54\x6f\ \x07\x0b\xa6\x0c\xe5\x26\xc7\x71\xca\xca\x4a\x7f\xf6\xd3\x9f\xc4\ \xe3\xd6\x51\xe4\x26\xa5\x54\x30\x18\x18\x51\x54\xe4\x1c\xc6\xf8\ \x1e\x37\x7d\xa9\x41\x08\x41\xc7\x02\x2b\x42\x74\xe3\x38\xe4\x7e\ \x44\xe2\x63\x63\xcf\x80\x7d\x0b\x9d\x5d\xf5\x74\xc4\x1c\xf3\xea\ \x5f\xb9\x6f\xfc\xd2\xde\x56\x0b\x54\xa7\x25\xa7\xf2\xac\x34\xd5\ \xb2\x59\xec\x6d\xa0\xf9\x93\xa8\xde\x23\xea\x9a\x48\x6a\x31\x4f\ \xa2\xa2\xbe\x12\x82\x25\x5a\x96\x5f\xb6\x75\xf0\xa2\xf1\x34\x1c\ \xc4\x48\x83\xd8\xb3\x15\x6d\x05\x12\x41\x21\x2a\x41\x48\x32\x9f\ \x30\x8f\x85\x35\x59\xfb\xb1\x6c\xef\x06\x3d\x44\xc7\x9f\xc6\x53\ \x02\xd8\xb1\x5b\xd4\x56\xa3\x02\xa4\x41\x3e\xf1\x74\xcd\x60\x3c\ \x23\x05\x3a\xe4\x27\x5d\x72\x1c\x3a\xfa\x62\xdf\x79\x97\x30\x7d\ \x2b\x79\x13\xc0\xe5\x30\x50\xeb\xac\xdd\xcc\x67\xde\xe2\x3b\x23\ \x16\x79\x7e\x91\x76\xfe\xdd\x7a\x7e\xb7\xbd\xa1\xc2\x38\xe3\x4e\ \x88\xff\xc2\xaa\x68\x20\x1a\x45\x65\x68\xe3\x26\xd3\xfe\x55\xf1\ \xf5\xf5\x6c\xec\x79\xbe\xab\x7f\x88\x8f\xfc\x1d\x81\xb3\xf2\xf3\ \x8c\x8c\xa8\x6a\xd8\x24\xdb\xbb\x80\x20\xf0\x54\x3e\x75\x1a\x35\ \x1c\x59\xb9\x4e\xb6\x47\x21\x9c\xcb\xca\x67\x18\x5d\x4c\x75\xed\ \x74\x77\xd5\x90\xdc\x49\xda\xa8\x62\xe8\xad\x12\x55\x3b\x51\x12\ \xf0\x67\x69\x93\xa6\x52\x53\xca\xba\xf5\x72\x5f\x1f\x50\x02\x48\ \xe9\xc8\xb9\x3c\x2f\x0b\x06\x1a\xdc\x3d\x15\xe8\x28\x9a\x39\x96\ \x15\x14\x13\x83\xaa\xd6\x0a\xd1\xd0\x00\x0a\xc1\xcc\xd6\x26\x9e\ \x4d\x98\x41\xc3\x54\x29\x09\x40\x00\x10\x24\xf0\x93\x6f\x36\xe6\ \x9c\xcd\x8d\x01\xf9\xe1\xa3\xa0\x10\xcc\x14\x5e\x52\xa8\x3e\x7e\ \xcc\xe9\x50\x10\x69\x01\xaa\x01\x28\x8c\xf6\x90\xdc\x32\x63\xc6\ \x64\xf7\xe5\xd5\x84\x49\x5a\x78\x8e\x3e\xa2\x38\xb6\x7a\xa1\xb3\ \x5e\x61\xc4\x01\x05\xa4\xe0\x64\x2d\x3f\x8b\x04\x4a\x89\x92\x80\ \x12\xa4\xc1\x47\x9f\xc6\xb2\x53\x54\xc3\x66\xd1\xd8\x02\x14\x40\ \x4f\xd3\x26\x9e\x4c\x35\x4b\x56\xae\x95\xbd\x71\x30\x42\x7c\xc2\ \xe9\x2c\x25\xa0\x9a\xb6\x88\xa6\x26\x20\xc7\x16\x8a\x09\xa5\x10\ \xeb\x47\x3b\x46\x08\x1d\x3a\x85\x84\x10\x99\x99\x99\xd7\x5c\x7b\ \xdd\xf1\xcc\x43\x2b\x1e\x73\x1c\xe7\x10\xcb\x94\xc7\x4d\x5f\x76\ \x76\x42\x25\x41\x08\xd0\x8d\xe3\x66\xb3\x88\x6a\xda\x26\xb6\x6f\ \xc6\x8a\xd5\xd2\xfa\xff\xfc\x67\x5f\xe9\x54\xfc\x92\x4e\xbb\xc5\ \x37\xa7\x5c\x36\x36\x6b\x33\x2f\x60\x6f\xfd\x97\x08\x9d\x6e\x9e\ \x4c\x23\x7f\xfc\x35\x1d\x73\x53\x60\x46\xef\xc0\x9f\xff\x03\xc6\ \x5d\x62\x94\xf7\x5a\xeb\xa5\xef\xa2\x53\xc5\xf6\x2d\x74\xfa\x65\ \x5a\xfe\x93\xb1\xc5\x6f\x02\x26\x8c\x38\xa6\x36\xff\x87\x46\x91\ \x26\x3a\x1d\x7d\xc6\x99\xf6\xab\xbf\x72\x9a\x91\xa5\xe5\x91\x80\ \x4f\x9f\x76\x01\x5b\xfd\xc7\xf8\xba\x2a\xfd\x2b\xdf\x33\x4a\x83\ \xa2\xb6\x89\xe5\x8e\xc0\xd6\xfd\x27\x4e\x85\x4d\xd2\xa7\x99\xa7\ \x4e\x71\x56\x3d\xa5\x9d\x3c\x09\x08\x83\xf8\x5e\x7b\x5d\x13\x09\ \xe6\xd0\xde\x76\x15\xeb\x02\x7f\x89\x36\xa2\xd0\x5d\xfe\x07\xbb\ \xa2\x0d\x52\x4f\x36\xc6\x4c\xb3\x77\xd4\x00\x18\x40\x00\x85\x10\ \x35\x6b\xdd\x0d\x9b\x44\x93\xad\x8d\xfa\x11\x4f\xf3\x03\xe1\x34\ \x7b\x34\x0b\x26\x99\xa7\x9d\x1d\x7f\xfa\xe7\x6e\x8b\x66\x5e\xf1\ \x23\x2d\x39\x2a\x23\xa6\x3e\x7d\x6e\xfc\x89\x5f\xa0\x6d\x01\xf1\ \x93\x94\x4c\x32\xb0\x8b\x8c\x98\xef\xbf\xf4\x0a\x6c\xdd\x03\x53\ \x2f\xd0\x8a\x9e\x8b\x2d\xff\xd8\x38\xef\xfb\x5a\xb0\x4d\xec\xeb\ \xc3\x9e\x9d\xa2\xad\x97\x50\x02\xc0\x48\x52\x1e\x0d\x86\xe8\xf8\ \xf9\x3c\x7f\x61\x74\xf1\x4a\x3e\xef\x9b\x46\x4e\xcc\x6d\xb0\xf4\ \x53\x2f\x75\x5f\xfd\x99\xb5\x3b\x6e\x5e\xf6\x23\x3d\xd4\xeb\xb6\ \xbb\x2c\x2b\x55\x49\x35\xa8\x70\x52\x86\xdd\xdb\xac\xd7\x9a\xcc\ \xf9\xf3\x81\x52\x00\x01\x3c\x44\x18\xc1\xfe\x2e\xd5\xd4\x84\x8e\ \x20\x9a\x01\x40\x09\xee\x73\x3e\xae\x08\x9c\x72\x26\xf3\xbf\x23\ \x23\x7e\x6d\xca\x78\x55\xb3\x58\xc6\xb3\x03\x5f\xb9\xc6\x79\x7c\ \x2b\xa6\x9d\xef\xbf\xfc\x52\x55\xbf\x19\x92\x27\x13\x52\x85\x2e\ \x61\x27\x5f\x6f\x4e\xce\x11\x2d\xdd\xc6\x82\x53\xe9\x9b\xbf\xb1\ \x6b\x99\x79\xd9\x4f\x35\xb3\x43\xda\x61\x7d\xea\x8c\xf8\xb3\xbf\ \x83\x89\xb7\x99\x93\x92\x64\x5d\x3d\x49\xcb\x10\x4d\xf5\x80\xec\ \x38\x2c\x60\x04\x12\x67\x80\x0f\xbe\x52\xd7\xb5\xba\xba\xba\x67\ \x9e\x7d\x36\x16\x3d\x9a\x4e\x27\xa5\x0c\x27\x25\x5d\x7f\xdd\x75\ \x39\x39\xd9\x42\x08\x8f\x9b\x3c\x1c\x6c\x8b\xfe\xac\x26\x08\xc6\ \x91\x1b\x84\x0a\x59\xbf\x43\x4d\x3f\x9f\xa6\x94\xea\x33\xa7\x8a\ \x77\x7e\x1e\x5b\x5b\xc5\xe7\xde\xe3\x9f\x77\x85\xfb\xfc\x1a\x3c\ \xe9\x4a\x9e\x96\x44\xf2\xf3\x21\x29\x48\x92\x8b\x58\x6e\xa6\xda\ \xb5\x04\xb5\xb3\x54\xeb\xfb\xf1\x67\x7f\x4f\x26\x7d\x2d\x70\xe9\ \x4c\xfa\xf6\x3b\x80\x08\x28\x48\xc6\x0c\xa3\x3c\xc9\x7e\xfc\x07\ \xf6\xde\xb8\x71\xe5\x9f\xf4\xb9\xe7\xbb\x8f\x3d\x21\xeb\xb6\x41\ \x46\x96\xcc\x9d\xcc\x47\xe5\x93\xba\xb0\x51\x92\xef\x3c\x77\xa7\ \x55\x13\x37\xae\x4a\xd7\xf5\x84\xb5\x45\x01\x4d\xd5\x4f\x5b\xa0\ \x36\x3c\xe0\x36\xe4\xe8\x33\x27\xa1\x70\x51\x11\x9a\x39\xce\xb8\ \xf8\x4e\x3d\x93\xdb\x2f\xee\x41\x5f\x2e\xf8\x85\x8a\x0a\xa2\x31\ \x35\xd0\x0c\x45\x21\xc2\x08\x42\xc2\x3f\xc8\x79\xf9\xc5\xa6\x7e\ \x0a\x1b\x7b\x3a\xb1\x3e\x76\xdb\xa2\x86\x8a\x8b\x95\xf7\xc6\x76\ \xa3\xef\xe6\xbf\xea\x05\xf9\xd2\x5f\xae\xe5\xc9\xf8\xbd\x3f\x75\ \x23\x61\xdf\x8d\x7f\x34\xa6\x4f\xb6\xfa\x10\xdb\x3f\xb4\x5e\xb9\ \x4f\x91\x2c\xdf\xcd\xdf\x83\xea\x27\xa3\x8b\x96\x92\x51\x0b\x02\ \x37\x5e\xc1\x37\x56\x93\x40\x2a\x0e\xac\xb5\xdf\x5d\xac\x22\x2e\ \x49\xf4\x50\x59\xaa\x79\x9b\x80\x7c\x16\x2a\xd6\xca\xc6\x53\x7d\ \x0d\xe8\x4a\x6c\x79\x2a\xf6\x5a\x85\x71\xd5\xaf\x8d\x31\xa5\x8e\ \x48\xd1\xb2\xed\xd8\xdf\x7e\xe2\x46\x33\xfd\xc1\x11\x84\xef\x5f\ \xc3\x44\xca\xca\xf7\x31\x7c\xca\x7e\xf7\x3c\x01\xd1\x2b\x6a\x6a\ \xd8\xec\xbb\x82\xe7\x80\xb3\xfc\xaf\x4e\x65\x03\x70\x0d\xb8\xae\ \x76\x2f\x97\x67\xfe\xbb\x36\x22\x5b\x36\xe4\xf2\x2c\xbf\xbb\x68\ \x1d\xf2\x51\x68\x0b\xa4\x61\xed\xe4\xaf\xc0\xa6\x47\x62\x4b\x96\ \xd2\xb2\x6b\xd9\x45\xe3\x21\x58\x60\xcc\xbd\x00\x9a\x5e\x55\xad\ \x6d\xaa\xf4\x4c\x3e\x66\xa6\x40\x9f\x9e\xd9\x1e\xbb\xff\xe7\x6e\ \x24\xec\xbb\xf5\xaf\xfa\x49\xd3\x5d\x16\xa6\xb2\xd7\xfa\xf8\x59\ \xd1\xd1\x47\x74\xdf\x71\x4f\x8c\x23\x5c\xc7\xb9\xd6\xd2\xd2\xba\ \x68\xd1\x8b\x91\x48\x84\x7f\xba\x7a\xe8\xba\x6e\x7a\x7a\xfa\x79\ \xe7\xce\x2f\x28\xc8\xf7\xb8\xc9\xc3\xc1\x06\x69\xae\xa1\x6e\xe2\ \x67\xf2\x31\x2b\x49\x94\x8b\xae\xcb\x92\x73\x08\xeb\x46\x92\x4c\ \xa5\x72\xda\xda\x09\x07\xd5\xde\x84\xe4\x34\x32\xb0\x5d\xc4\xae\ \xe0\x53\xcf\x01\xb5\xcb\xde\xc1\xf8\xc4\xd3\x69\x1a\x15\x1f\xec\ \x85\x02\x00\xa0\x44\xd7\xd0\xea\x43\x61\x0e\xda\xd1\xa5\x0b\xbe\ \x6c\x32\xd0\xa7\x7a\xfa\x09\x45\xd9\xb2\x8f\xa4\x24\xb1\x71\x97\ \x9b\xf3\x4f\x93\xbb\xd6\x02\x63\x80\x00\xbe\x14\x24\x03\xb2\xbb\ \x9f\x50\x1d\x94\x18\x34\xe8\x4a\x07\xd2\xa7\xea\x25\x63\x30\xe9\ \x66\x36\x2b\x87\xe5\xe4\x18\x73\xe6\xc5\x97\xaf\x54\xfb\xb6\x5a\ \x0f\xdd\xe6\x4c\xbe\xd6\x7f\xe1\x2d\xee\xd3\x4b\xc0\x22\x84\x23\ \x4a\x09\x5a\x18\xe2\x9d\xa0\x10\xe8\x7e\xd7\x95\x2f\x99\xf8\xfa\ \xe5\x96\x67\xec\xdd\x1f\x49\x2b\x93\x10\x82\x8c\x03\xc4\x30\xd6\ \x03\x4c\x27\x49\x61\xb4\x1a\x54\x4c\x10\xb7\x5f\x76\x35\x6b\xc9\ \xc9\xd0\x4f\x00\x28\xa1\x8c\xf0\x00\xd1\x82\xaa\xa9\x01\x28\xc5\ \x9e\x66\x8c\x85\xa9\x39\x60\xbd\xfc\x4b\xfd\xf4\xab\xfc\x37\xff\ \x4e\xae\x7b\xd4\x5a\x5f\x01\x04\x21\x63\xae\xef\x8a\xab\xb0\xf6\ \x43\xc5\x74\x82\x14\x08\x80\x02\xa0\x9c\x30\xc4\x48\x0f\x66\x9a\ \x24\x1c\x44\xbb\x59\x46\x1d\x42\x00\x94\x3a\xe8\x15\xe8\xbe\x4f\ \x2c\x3e\x94\x83\xd3\x68\x2d\xfa\x05\xa2\xae\x9f\xf5\x6f\xbe\xf9\ \x17\x89\xbd\x7f\x55\x12\x81\x30\x8c\xd5\x39\x15\xad\xc6\xb8\xb9\ \x3c\x9c\x49\x06\xd6\xbb\x2d\xbd\x24\x89\x00\x22\x50\x93\x04\x35\ \x59\xd9\x06\x8a\x82\x12\x80\x48\x74\x1f\xf8\x95\x72\x14\x09\x27\ \xcb\x2d\x4f\xa9\x9a\xad\x24\xeb\x0a\xe8\x68\x53\x31\x9b\xc8\x7e\ \xd9\x36\xc0\x43\xa9\x62\xc9\xaf\x2d\x79\xbd\x79\xf5\xef\x54\xd5\ \xab\xd6\xca\xb7\x10\x39\x1c\x47\x04\x00\xe8\x06\xe1\x3a\x1c\x5c\ \xb2\xc9\xb6\xed\xf2\xf2\x71\x0f\x3d\xf8\xa0\xeb\xba\x47\x09\x23\ \x50\xa8\x4c\xc3\x1c\x35\x6a\x94\xe3\x38\x9e\xbd\xc9\xc3\x50\xeb\ \xb6\x22\xa6\x9f\x04\x92\x21\xd6\x03\xe4\x38\x27\x83\x46\xcc\x10\ \x04\x33\x58\xfe\x0c\xdf\x59\x67\xe2\x96\xff\x51\x1d\x95\xd2\x26\ \xda\xf4\x79\xa2\x6f\x03\x9f\x36\x87\x44\xb7\xcb\x68\x27\x6c\xaf\ \xf1\x5f\xfc\x2d\xb5\xe6\xff\xc5\x2a\xb3\x03\x37\x5d\x0f\xf5\x6f\ \x5a\x6d\x1d\x64\x84\x06\xc4\x05\x20\x40\x18\x10\x0a\x88\x40\x09\ \x49\xce\x86\xde\x6d\xd2\x77\x81\x36\x69\xaa\xdc\x31\xa0\x4f\x29\ \x53\xf5\x8f\x40\xc1\x85\xc4\xa9\xb4\x97\x3f\x49\xcf\xcc\x33\xf3\ \xfc\xd0\xb9\x15\xe5\x75\xfa\xec\xb9\xf2\xfd\x3d\xc4\xf4\x83\x83\ \x00\x00\x54\x87\xfe\xcd\xb1\x27\xfe\x0d\x18\xa1\xd9\x33\x68\xea\ \x34\x77\xf7\x36\x08\xe6\xb1\x20\xc3\xde\x5e\xa2\x9b\x44\xd3\x60\ \x60\xaf\xe8\x8e\x6a\x27\xcd\x71\x07\xaa\xf4\x89\xa5\x72\xeb\x1b\ \x28\x28\xe8\x00\x84\x02\x95\x62\xdb\x0b\xf1\x77\x76\x10\x8d\x11\ \xc6\x20\x41\x94\x84\x00\xa1\x40\x18\x68\x54\x55\x55\x92\x33\x6f\ \xd2\x4b\x8b\xed\xee\x34\xbd\xac\x54\xac\x7e\x0a\xed\x11\x24\x5c\ \x4c\x33\x73\xd0\x16\x72\x5f\xa3\x71\xd2\xb9\xac\xaa\x83\x8c\x3b\ \x83\xea\x7b\x65\xbf\x43\xb0\xc7\x59\xf6\x7b\x75\xfa\x7f\x9a\x27\ \x2f\xa0\x1b\x37\x49\x09\x2c\x75\x3c\xa3\xf1\xd8\x3b\x8f\xaa\xa2\ \x1b\xb4\xac\x22\x42\x08\x50\x48\x78\x06\x81\x52\xd0\xa8\x6a\xa8\ \x24\x67\x7e\xd3\x98\x38\xd1\xae\x13\xc4\xf0\x01\xc2\xc1\xfe\x7e\ \x32\x18\x1d\xad\x24\x49\xca\xa3\x69\xa8\x06\x2c\x12\x08\x80\x8c\ \xed\x27\x02\x42\xa8\x23\x36\x2f\x33\x6e\xba\xc3\x5f\x66\xb9\xcb\ \x7e\xa1\x5c\x42\x08\x01\x46\xc1\xed\x51\x8d\xcd\xc6\xc9\xe7\xb2\ \xba\x16\x08\x24\x13\xc6\x30\xda\xa9\xda\x22\xcc\x6d\x75\x3f\x5a\ \x0d\x46\x08\xa3\xfb\x08\xd9\x8e\x67\x7d\x45\x1b\x3d\xda\xed\xc9\ \xd4\xcb\x52\xe4\x9a\x2a\xd0\x35\xf1\xfe\x43\xb2\xe3\xf2\xc0\x95\ \x17\xb0\x0d\xab\x45\x8f\x0b\x8c\x1c\x73\x0e\x81\x2f\x0c\xa6\x1f\ \x0f\xe6\x26\x29\x65\x52\x52\xd2\x29\xa7\xcc\x56\xea\x18\x96\x4c\ \x4a\x89\x65\xd9\x87\x53\x98\xc7\x4d\x5f\x6e\x28\x49\x42\xa9\x90\ \x35\x02\xab\xbb\xc8\xf1\x44\xed\xa0\xa3\xba\xbb\x8d\x39\x5f\x0b\ \x4c\x88\x03\xd8\x72\xc3\xdf\xec\x0f\xd7\x03\x15\xf6\xd2\xc7\xcc\ \x0b\xae\xf3\xdf\x7a\x29\x44\x6b\xad\xa5\x2f\x22\xd1\x64\xcd\x07\ \x32\x7e\x9a\xdc\x5b\xab\x1a\x1a\x55\xdf\xc5\x6a\xcf\x5a\x65\x33\ \x26\x62\x18\x8f\x03\x21\x20\x1d\x8c\x46\x81\xba\x6e\xc5\x16\xed\ \xec\x53\x79\xe8\x57\xf1\xc5\xaf\xf8\xe6\xdf\x1d\x98\x05\xd8\xb6\ \xda\x7a\xff\x43\xe5\x73\xe5\x88\x1b\x03\x77\xfd\x19\x02\xa9\x72\ \xdb\xc7\x60\x55\xc5\x97\x3e\x69\x9e\x73\x63\x60\xac\x43\xfc\x01\ \xf1\x5e\x3b\x10\x0a\x84\x82\x8c\xa8\xce\x7e\x10\xb6\xc2\x6c\xd5\ \x93\x8b\x1d\xed\x24\xfd\x5c\x63\xfe\x02\x6a\x30\x50\x11\x7b\xc9\ \xc3\x2a\xda\xe5\xbc\xf3\x38\xbb\xf8\x86\xc0\xd7\x0d\x55\xff\x86\ \xb5\x71\x1b\x68\x06\x10\x05\x80\x18\x8f\x10\xc5\x48\xc2\x25\x87\ \x02\x40\xa1\x15\x41\x81\x00\x08\xce\x00\x2a\x86\x2d\xab\xe3\x2b\ \x47\x99\xe7\xff\x84\x83\x52\x35\x8b\xec\xed\x75\x8a\xad\x12\x9d\ \xdf\xf6\x7d\xed\xd7\x72\xfb\xcb\xf1\x95\xf7\xd3\x8b\xee\xf6\x7d\ \xfd\x0f\xe0\xf6\x38\xaf\xdf\x2b\x06\x4c\xe3\xdc\xdb\xb5\x11\x69\ \x00\xca\x5d\xff\x9a\x52\x1a\xe1\x54\xd5\x2f\x71\xda\xee\xf0\xdd\ \xf2\x37\x64\x49\xd8\xb5\x42\x49\x04\x2b\x0a\x8e\x00\x4a\xd0\x89\ \xa3\x4b\xa0\xfd\xfd\xf8\x5b\x45\xe6\x19\xdf\xe3\x42\x11\x5f\x8f\ \xd3\xdd\x0b\x07\xbd\x06\x17\xad\x01\x50\x00\x52\x90\xec\x29\xe6\ \x69\xf3\x89\x4e\xc1\xd9\x67\x2d\x79\x45\xb9\x1c\x38\x01\x00\xe0\ \x06\xb6\xaf\x77\xeb\x3a\x8d\x9c\x16\x67\x77\x0d\x68\x3a\xa0\xc4\ \x58\x9c\x10\xd7\x59\x73\x1f\x4d\xb9\xcd\x77\xe3\x6f\x09\xf3\xa9\ \x96\x55\x18\xef\x74\x96\xde\xef\xbb\xf8\x1a\xff\xed\x97\x40\x7f\ \xbd\xbd\xec\xaf\x6e\xfd\xaa\xf8\xaa\x22\xf3\xbc\x9f\x69\x14\xd5\ \xce\xe7\xec\x4d\x7b\xf8\xcc\xbb\xcc\xc9\x25\x48\x40\x7c\xb0\x44\ \xf6\xdb\xc7\x13\xf0\x8d\x42\x60\x5e\x3e\x4d\x4a\x3f\x24\xed\x9c\ \x61\x18\x3b\x77\xee\xfc\xdb\xbd\xf7\x1d\x3d\x86\x40\x08\x91\x9c\ \x9c\xf4\xed\xbb\xef\x3e\x5c\x74\xf2\xf2\x10\x7c\xe9\xed\x4d\xa6\ \x3f\xbe\xf4\x61\xbe\xfa\x79\x6a\x98\xc7\x77\x07\x25\xba\x01\x94\ \xa0\x1b\x43\xcb\x26\x4c\x07\x4a\x40\x38\xa8\xf9\xa9\xa1\x83\x35\ \xa0\x24\x10\xc6\x00\x11\x28\x85\x44\xb0\x2f\x25\xa0\x10\x08\x01\ \x42\x00\x08\xa0\x02\x20\x40\x09\x28\x05\x52\x82\x6e\x02\xba\xe0\ \x38\x60\x84\x88\x46\x30\x36\x80\xc0\x09\x48\x64\x06\x35\x7c\xa0\ \x1c\x4c\x4c\x59\xe1\x80\x16\x20\xa6\x0e\xae\x85\xae\x38\x4c\xd7\ \xd8\xdf\x20\xa1\xa0\x19\x84\x12\x70\x62\xca\x71\x09\xd7\x40\xba\ \xc0\x7d\xc4\xe0\x18\x8b\x00\x0c\x09\xf0\x21\x74\x30\xa3\xe3\x10\ \x9f\x13\x80\x02\xdc\xff\x27\x25\x51\x2a\x62\x06\x09\x53\x2a\x16\ \x21\x54\x1b\x8c\x7e\xf0\xf9\x41\x38\x68\xc7\x90\x68\xd4\x1f\x00\ \x37\xaa\x6c\x97\x70\x1d\xb8\x4e\xb8\x06\x32\x8e\x96\x0d\x6c\x30\ \x04\x01\x51\xa3\x7e\x3f\xa0\x40\xc7\xfe\xa4\x65\xc4\x41\x0e\x42\ \x81\xae\x24\x66\x90\x68\x0c\xdc\x38\x4a\x75\xb0\xed\x66\xff\x97\ \x4a\xf4\x4d\x33\x08\x85\x04\x81\x1e\xec\xe0\x57\x83\xe2\xd5\x01\ \xc5\x9c\x52\x40\x04\xe9\x00\x70\xf0\x05\x49\x22\x0c\x8a\x10\x14\ \x0e\x61\x3e\xe2\x33\x41\xb9\xe8\x3a\xa0\x14\x4a\x49\x7c\x61\x42\ \x24\xc6\x23\x48\x34\xa2\xe9\x44\x33\x00\x1d\x8c\xc5\x80\xf2\xe3\ \xb1\x37\x29\x2b\x2a\xe7\x7c\xd5\x5c\xf0\x2d\xb4\x22\x43\x3f\x37\ \x4d\x73\xed\xc7\x1f\xff\xdb\x8f\xff\x3d\x16\x8d\x1e\x9d\x9b\x52\ \x52\x52\x7e\xff\xfb\xdf\x4d\x18\x3f\xde\xb6\x6d\x8f\x9b\x3c\x0c\ \x35\x6c\x6b\xb2\xb5\x46\x3c\xf3\x0b\x2d\xda\x7d\x7c\x07\xa3\xf0\ \x13\xb5\xe3\x20\x82\xd8\xff\xf9\x81\x0f\x0f\x2c\x95\x4f\x8c\x59\ \x08\xb8\xff\x82\xc1\x28\xe8\xa1\x9f\xe0\xc1\x6d\x1e\xd6\xe0\x11\ \x3e\x39\xc8\xf2\x01\x84\x1c\xb9\x7b\xfb\x35\xa0\x83\x16\xdb\xe1\ \x26\xb6\xa1\xfd\x84\x83\xef\x3d\xb4\x29\x38\xe8\x59\x43\xfb\xff\ \x69\xc3\x92\x78\xfa\x11\xcf\xe8\x1c\xf9\x46\x38\xc2\xd0\x1d\xe5\ \xb2\x23\x8e\xfc\xe1\x77\x1d\xfa\xac\x43\x86\xf4\xa8\x23\x7c\x24\ \xb9\xdb\xe5\x3e\x7e\xe3\x7f\xb2\xfc\x32\x90\x07\x05\x28\x11\x42\ \x1c\xc7\x69\x69\x69\x11\x42\x1c\xc5\xde\x84\x88\xba\xae\xe7\xe6\ \xe6\x72\xce\x0f\xd1\x0a\x3d\x9d\xee\x4b\x0f\xe9\xb2\xdc\x12\x39\ \x7e\xae\x5c\xbb\x98\x1d\x97\x45\xfc\xd3\xfc\x7a\x87\x7d\x7e\xa0\ \xa9\x4f\xda\x1c\x72\x0d\x39\xfc\x13\x72\xac\x07\x1d\xd5\xa5\x38\ \x78\xfb\x91\xae\x39\xe2\x97\x3a\xfc\x43\x72\x68\xe7\x8e\x70\x19\ \x21\x9f\xda\x9f\x23\x0f\xdd\x71\x5c\x73\x94\x31\x3f\xe2\xd0\x1d\ \xb3\x85\xa3\xdc\x75\x8c\x41\xfe\x6c\x4e\x5b\xe5\x3a\x30\xe9\x2c\ \x56\x30\xe6\xf0\x1c\x98\x09\xd2\x29\x2d\x2d\x3d\x9e\xf3\x74\x8e\ \xe3\x1c\x42\x4c\x1e\x37\x79\x18\x34\x67\x6a\xb3\x17\x38\xed\x75\ \xb4\x6e\x2b\x65\xdc\x4b\x45\xe0\xe1\xb8\x66\x8d\x70\x44\x4e\x89\ \x7e\xfa\x95\x9f\x76\x5e\x0f\x11\x0f\x51\xd3\x3e\x13\xbc\x1c\x29\ \x1e\x00\xa4\x20\xc9\x99\xfc\xac\x1b\xed\x40\xaa\xb2\xe3\x80\x1e\ \x3b\x79\x38\x36\x31\x39\x54\xe7\x17\xdc\x46\xd3\x72\x0f\xcf\x40\ \xf0\x4f\x81\x67\x6f\xf2\xb0\x1f\x9a\xae\xda\xeb\xdd\xb7\x9f\x62\ \xbb\x3f\x62\x5c\x43\xa5\x4e\xd8\x81\x7b\x0f\x5f\x60\x10\x44\xe5\ \x5a\x6e\x7a\x11\x9f\x7f\x8b\x56\x3e\x1b\x9d\x13\x95\x32\xdc\xe3\ \x26\x0f\x43\xe9\xc9\x00\x44\xe7\xad\xc7\x71\xf3\xdb\x5c\xd8\xc4\ \x89\x0d\xba\xea\x89\x57\xce\xe0\xcb\x2e\x27\x81\x42\x40\x85\x4a\ \x4a\xa0\x38\x6e\x36\x3f\xeb\x06\x9e\x3d\x12\xed\xd8\x09\x24\x41\ \x8f\x9b\x3c\x1c\x3c\x23\x28\x28\x21\xf6\xee\x92\x9b\x56\x40\x47\ \x03\x25\x04\xfa\x3b\x20\xd2\x03\xd2\xf5\x0a\xae\x7c\x59\xa7\x04\ \x01\xca\x41\x37\xa5\x3f\x89\x64\x16\xb1\xe9\xe7\xf3\x92\x29\xa0\ \x19\x5e\x0d\x28\x0f\xff\xe7\xa0\x14\x28\x07\x00\xd5\xd3\xa6\x9a\ \xab\x55\xdf\x3e\x8c\x0d\x80\xf4\xca\x67\x7e\x69\x77\x2b\x06\xbe\ \x00\x4d\xca\xa0\x05\x65\x34\x35\x07\x00\x41\xca\xff\x83\xda\x99\ \x1e\x37\x79\x38\x0a\x49\x31\xc2\x35\xa0\x6c\x30\x66\xd2\xc3\x97\ \x56\xa1\x43\x44\x25\x41\xb8\xf0\x7f\x58\xe1\xd9\x8b\x21\xf0\xf0\ \xe9\x50\x12\x1d\x4f\x5c\xf2\xf0\x39\xed\x8c\xde\x10\x78\xf0\xe0\ \x61\x18\x82\xef\x4f\x85\xe3\xe1\x73\x15\x9a\x11\x5d\xd7\x01\x20\ \x09\x24\x3e\x41\x44\x00\x24\x84\x0e\x0d\x99\xd5\x34\xcd\x1b\x2e\ \x0f\xc3\x7c\x32\x1f\x92\x89\xe9\x1f\xe4\xa6\x55\x2b\xdf\xf6\x46\ \xf3\x73\x7f\x97\xba\xae\xe7\xe4\xe4\x10\x42\xac\x78\xdc\xb2\xe2\ \x00\xc4\xd0\x75\xd3\xef\x07\x00\xc7\xb6\x8b\x46\x16\x27\x28\xc9\ \x75\xdd\xdf\xfe\xe6\x37\xb1\x58\x8c\x7a\x91\x47\x1e\x86\x25\x84\ \x10\xe9\xe9\xe9\xdf\xf9\xee\x77\x0f\xaf\xe9\xf4\x99\xb9\xe9\xf1\ \xc7\x9f\xf0\x06\xf4\xf3\x85\xe3\x38\x25\x25\x25\xff\xf5\xdf\xbf\ \xae\xa9\xae\x12\x52\x26\xa7\xa4\x31\xc6\x5d\xc7\xd6\x34\x3d\x2f\ \xbf\xb0\x7e\x6f\x8d\x10\x22\xc1\x4d\x88\xd8\xd2\xd2\x1c\x89\x44\ \x3c\x6e\xf2\x30\x6c\xb9\x49\x08\x97\xfc\x33\x02\xe2\x3c\x9d\x6e\ \x58\x40\x37\x8c\x86\xfa\xbd\xd1\x81\x81\x31\x63\xca\x4d\xbf\x9f\ \x00\x38\x8e\xd3\xde\xda\xd2\xde\xd6\x4c\x08\x1d\x72\x66\x96\x70\ \xce\x35\x4d\xf3\xb8\xc9\xc3\xf0\x44\x62\x8a\xe2\x3f\xe3\xd8\x93\ \x37\xc5\x3f\x7f\x50\x4a\xe3\xd1\x68\x4f\x4f\x57\x49\xd9\x58\xd3\ \xe7\x93\x42\x08\x21\x18\x63\xb9\xf9\x05\xa8\x30\x16\x8b\x90\x4f\ \x49\xfb\xa6\x94\xa2\x8c\x71\xce\x40\x09\xc7\x15\x08\x80\x4a\x1d\ \x98\x15\x88\x83\x19\x07\x95\x74\x1d\x47\x10\xca\x18\xa5\x4a\x38\ \xae\x90\x40\x28\xe3\x9c\x51\x8a\x88\x94\x72\xc6\x39\x21\x20\x85\ \xe3\x0a\x49\x28\x63\x94\x08\xd7\x71\xa5\x1a\xaa\x76\x2a\x04\xc6\ \x39\xa3\x44\xba\x8e\x90\x0a\x00\x14\x22\x65\x8c\x73\xce\x39\xa7\ \x94\x00\xa2\x14\xae\xd8\x7f\x17\x2a\x75\x60\x82\x2a\x29\xa4\x94\ \xf2\x40\xfe\x43\x54\x43\x7f\x55\x4a\x4a\x39\xd8\xed\xfd\x5d\x06\ \x25\x85\x2b\xe4\xfe\xcb\x11\x11\x09\x80\x14\xae\xeb\x4a\x4a\x59\ \xa2\xe7\xde\xa9\xbf\x7f\x6d\x78\x31\x04\xc3\x62\xab\x89\xc5\x63\ \x7e\x5f\xc0\xe7\xf7\x4b\x21\x12\x32\x91\x52\x8a\x52\x1a\x0c\x85\ \xdb\xda\x5a\xe8\x61\x12\x32\xa2\x92\x3c\xf9\x92\xef\xdc\x33\x2b\ \xc5\xee\x89\x49\xb4\xbb\xde\x7b\xed\x85\xb5\xcd\xfa\x8d\xdf\xb9\ \xa1\x6a\xe1\x7d\x6b\xf6\xf4\x2a\xea\x3b\xfb\x9a\xbb\xca\x3a\x97\ \xff\x7d\xd9\x06\x9e\x3a\xfa\xe2\xaf\x5c\x32\xb5\x24\x83\x01\x0c\ \xb4\xed\x7a\xf9\xd9\x45\x5d\xa1\xf1\x37\xdd\xb2\x20\x0c\x5a\x52\ \x8a\x2f\xd2\xdd\xe7\xca\x8e\x17\xee\x7d\xb8\x9e\x8c\x5e\x70\xc5\ \x65\xe5\x39\x21\xa0\xd0\x53\xb3\xf1\xe5\x57\x96\x36\xf4\x2b\x8d\ \x11\xe9\x58\x81\xd2\xb9\x77\xdc\x7a\x75\x30\xd2\xe1\x00\xed\x69\ \xdc\xb2\xf8\xc5\xd7\xea\xec\xfc\x3b\xbf\x77\x5b\x71\xd0\xea\x89\ \x4b\x5d\x93\x6b\x9e\x7a\xb0\x22\x75\xd6\xed\x17\x96\xbd\xfc\xd7\ \x3f\x57\x74\xba\x84\x86\x2f\xbb\xf3\x1b\x6a\xc3\x33\x2f\xbe\xdf\ \xce\x40\x64\x4f\xba\xf8\x9e\xbb\xe6\xbe\xf8\xab\x5f\x7e\xd0\x18\ \x65\xca\xcd\x39\xf5\xa6\x6f\x9e\x9e\xfa\xc4\x9f\xff\x52\x1d\x61\ \x4c\x3a\x81\x11\x73\xee\xbc\x6d\xc1\x87\xf7\xfd\xe7\xca\x8e\xd0\ \x4d\x3f\xb8\xa5\xe9\xc5\xbf\xac\x27\xd3\xbe\x73\xf3\x69\xef\xdc\ \xff\x87\x8f\x1a\xa2\x00\xe6\x79\xb7\xde\x96\x51\xff\xfa\xa3\xaf\ \xef\x49\xca\x1d\x7b\xf1\x15\x97\x8c\xcb\x0d\x23\x21\xfd\x35\x1f\ \x3d\xb3\x68\x59\x7b\x0c\x38\xf5\x02\xaf\xbe\x50\xb3\x9d\x32\xdd\ \xd0\x0f\xd9\x6c\x95\x70\x6d\x57\x1c\x8d\x9b\xbc\xad\xe8\xff\x46\ \x4a\x3a\x7c\x9c\x11\x91\x73\x46\x29\x55\x84\xb4\xb5\xb5\xc5\x2d\ \xab\xa8\xb0\x90\x10\xc2\xd8\xa7\x88\xc7\x88\xc0\xcd\xac\x5c\x6d\ \xdd\x2b\x0f\x2e\xdd\xd8\x3d\xee\xf4\xab\x6e\xbe\xe9\xda\x8e\xfb\ \x5e\xf1\xa7\x84\x18\x3a\xb1\x78\x4c\x51\xa6\xf9\x52\x52\xfc\xdc\ \xc1\x94\xcb\x6f\xb9\x7d\x9a\xbe\xf3\xb1\x47\x5e\xec\x76\x7d\x33\ \x2e\xbc\xe6\xdb\x3f\xf8\xda\xef\x7f\xf7\xc4\xc3\xbf\xaf\x4a\x2e\ \x99\x75\xc7\xad\xb3\x97\x3d\x73\xef\xee\x7d\xd1\x18\x66\x5e\xf7\ \xfd\xef\xe7\xb6\xbc\xf5\xe4\x83\x1f\xc5\x59\xca\x19\x97\x7f\xe3\ \xae\x9b\xcd\xdf\xfc\xf5\x99\x6e\x34\x40\xa1\x1e\x4e\x0d\xe9\xcd\ \xcf\x3e\x70\x7f\x0b\xc9\xba\xe4\xc6\x3b\xbf\x76\x51\xeb\x7f\xbc\ \xd4\x99\x6a\xea\x1f\x3e\xf3\xbb\xd7\xeb\xe2\x3e\x4e\xdd\xfe\xbe\ \xf4\xd3\x03\xb9\x65\xd3\x6f\xf9\xc6\x55\xbf\xfd\xe3\xe3\x7b\xe3\ \x24\x94\x9a\xac\x4c\xae\x94\x02\x3d\x79\xd6\xa9\xd3\xa8\xeb\x9b\ \x73\xfa\xc9\xeb\x1e\x5b\xe1\x22\x09\x65\xa4\x8f\x1e\x3f\xfb\x9c\ \xb9\xab\x6a\x16\x6f\x72\x58\xe0\x8c\xb3\x2f\x9e\x34\xaa\x60\x8f\ \x5f\x97\x48\xc2\xe9\x29\x3e\x9d\x80\xd2\xd2\x47\x8d\xbf\xe9\xb6\ \x1b\x3a\x7e\x7d\xdf\xf6\x0e\x15\x48\x4e\x0e\xef\x23\x68\xe6\x5e\ \xf3\xdd\x6f\xe7\xb4\xbc\xf3\xd4\x03\x1f\xc5\x78\x38\x33\x08\x96\ \x04\xea\x1d\xf4\xfb\x62\x4d\x7e\xc6\xac\xde\x96\xd5\xef\xaf\xeb\ \x72\x70\xff\x9e\x82\xa8\x20\x63\xcc\xb4\x99\xe3\x8a\x98\x12\x78\ \x38\x37\x21\xa2\xa6\x69\xb7\x7c\xfd\x1b\x86\x61\x22\x2a\x6f\x10\ \x4f\x04\x18\x63\x3d\x3d\x3d\x0f\x3d\xf4\x80\xae\x1d\xc1\xc6\x97\ \xc8\x87\x68\xdb\x76\x5b\x7b\xbb\x63\xdb\x69\xa9\xa9\xc9\xc9\xc9\ \xc7\x90\xb7\x5c\xa7\xbb\xbd\xb5\xa9\xb1\x4d\xaf\xae\x27\xe7\x4c\ \x0a\x98\xc4\x11\x81\x31\x93\x67\xc5\x52\x22\x48\xcc\x92\xbc\x90\ \xdd\x14\x0b\x8d\x9e\x35\x35\x87\x3c\xfb\x5f\x4f\x6e\xe9\x24\x3a\ \xd8\x2f\x3e\xf1\xc4\xc8\x5f\xfc\xec\x94\xd1\xaf\x3f\xf6\x5e\x95\ \x4c\xeb\x77\xe2\x76\x6f\x77\x67\x5b\x9b\x55\x72\xda\xf9\x27\x25\ \x57\xfe\xe6\xbf\x5f\xa8\x89\x6a\x1c\x1a\x9e\x7e\xe4\xf1\x5f\xfd\ \xf2\x9a\x69\x65\xcb\xde\xa8\xe8\xe7\x00\x80\x44\x45\xfb\x5b\x9a\ \x1a\xeb\xac\xde\xba\xc6\xce\x09\x29\x41\x06\xfb\x04\x25\xd9\xc5\ \x63\x27\x06\x84\xee\x76\x6f\xdf\xd6\x4d\x08\x6b\xaa\x58\xb1\xab\ \x23\xff\xe6\x6b\xe7\xff\xf6\xc1\x35\x42\x22\x20\xa2\xb0\xd3\x26\ \xcc\x2d\x0f\x37\xfc\xe1\xbf\x5f\xb9\xe6\xb6\x05\x53\xf2\x57\xaf\ \xae\x53\x19\x7e\xdc\xb9\x75\x6d\xda\xd4\xb3\xc6\xac\xde\x5c\x9f\ \x31\x7b\x7a\x4e\xac\xa2\x62\x4f\x20\x3d\x04\x75\xae\x92\x80\x08\ \x84\x69\x5d\x7b\xd6\x6c\xaf\x36\xaf\xbf\xe9\x92\xdf\xfe\xe9\x55\ \x57\xa0\xeb\x8a\xac\x71\x67\x4e\xe3\x7b\x7f\xfd\xe8\xf3\x7b\x22\ \x9a\x49\x9b\xaa\xe3\x8e\x19\x0c\x19\xdc\x4b\xe8\xf2\x85\x52\xd3\ \x38\xeb\xde\xbb\xf1\xa5\x25\xef\x15\x94\x97\x9a\x28\x10\x80\x32\ \x16\x6d\xab\x59\xb3\x57\x8e\x1f\x53\x9c\x42\x84\x1c\xf2\x36\x39\ \x21\x64\xff\xce\x4c\x92\x92\x92\x7c\x3e\xdf\xff\xde\xf9\xe7\xe1\ \x88\xd0\x34\xcd\xb1\xed\xfa\xba\xba\xcc\xac\xec\xe4\xe4\xe4\x23\ \x4a\x4f\xba\xae\x4f\x99\x3c\x99\x10\x22\xa5\x3c\x46\x81\x0a\x14\ \x36\x49\x3f\xfb\xf2\x6f\x16\x9f\x49\x46\x8c\x2a\xd8\xb2\xe2\xd9\ \xdd\x6d\xf6\x4c\x3d\x98\x3f\xba\x5c\xa4\xc4\x91\x68\x79\x19\xc1\ \x0e\x47\x05\xd2\x92\x1d\xec\x6b\xef\x57\x3e\xd3\x64\x48\x5c\xbb\ \xbf\xb3\x4d\xe4\xa4\x84\x28\xa3\x8c\x52\x42\x08\x63\x8c\x30\x1e\ \x0e\xa5\x43\x7b\x6b\x9f\x4b\x0c\x43\x63\x40\x9d\x58\x7b\x8b\xa3\ \x07\x93\x42\x44\xf5\x02\x01\x94\xae\x96\x31\xf9\x96\x6f\xdf\x23\ \xc3\x39\x99\xe6\xc0\xc2\x47\xd7\x59\x98\x45\xb8\x51\x30\x6e\x92\ \x93\x0b\x5a\xa4\x7a\xef\xee\x1d\x0a\x28\x97\x3d\x4b\x9f\x7a\x2d\ \xe5\x47\xdf\xbb\xfc\x8c\x2e\xd7\x72\x38\x2a\x5b\xfa\xa7\x9d\x32\ \x35\x52\xbd\xbc\xa1\xb9\x72\x67\x87\x31\x63\x66\xf9\x9a\xaa\xad\ \xc9\x21\x7f\xeb\xba\x25\x75\x45\x17\xcd\x3d\x65\x7a\x41\xce\x8c\ \x8e\xf5\x4b\xaa\xb2\xcf\x2a\x4f\x0b\x11\xd5\x75\x40\xc9\xd5\x49\ \xec\xbd\x17\x16\x99\x77\xff\xf8\x9a\x0b\x9b\xdb\x1d\x47\x21\x06\ \x52\xb2\xad\x7d\x1d\xfd\x16\x18\x1a\xa3\xfe\xec\xf3\x16\xcc\x68\ \xf9\x78\x65\x75\x47\x9c\x31\xcf\x66\xfa\x05\x02\x5a\xb1\x58\xd6\ \xd4\xb3\xbe\xfb\x9d\x2b\x43\xc2\x92\x08\x5c\x37\x3b\xb7\x2c\xfd\ \xd3\xab\x7b\x6d\x81\xa0\x93\xa1\x5b\xcd\x50\x9d\x0e\xa5\x94\x52\ \x4a\x8f\x9b\x4e\x9c\x36\x27\xa4\xb4\x2c\xcb\xb2\xe2\x00\xc9\x87\ \x0b\x4e\x84\x00\xe7\x3c\x61\x6f\x22\x84\x28\xc4\x4f\xcb\x28\x38\ \x28\x20\x83\xd5\x50\x5d\xb1\xb6\xa2\xe5\xcd\x57\xda\x9a\x5b\xf7\ \x89\xe4\x32\x53\x75\xbc\xfd\xd2\xa3\xcb\xb7\x75\x2b\x1a\xb8\xf4\ \x8e\xdc\x89\x7e\xad\x7f\x4f\x9b\x4e\x67\x95\x64\x9b\x75\xf5\xb6\ \x0e\x8e\x96\x56\x96\x5f\x48\x2b\xdf\xee\x1d\x9a\x0a\x97\x82\xea\ \xee\x6a\x92\x79\x93\x72\x82\xac\xa3\xdb\xd1\xd0\x31\x0a\x8b\x47\ \xe8\xf6\x8e\x7d\x3d\xc8\x28\x28\x00\xca\x54\x7c\xdf\x96\x75\xeb\ \xb3\xe7\x5d\x9d\x6b\xed\xd8\x51\xd7\x46\xc2\x05\xc4\xee\x5f\xf5\ \xf4\xfd\xaf\x56\xc7\x4d\xce\x88\x52\xa3\x38\x21\xdc\xa0\x91\xda\ \xe7\x9f\x5e\xf2\xdd\xaf\x5f\x95\x16\xc6\x0f\xd6\xd8\x66\x56\xc9\ \xe4\xb2\xa2\xcc\xe8\x39\xf7\x8c\x3c\xc3\x48\x4d\xce\x4e\x9d\x9a\ \xfd\xda\x1e\x43\xf3\x51\xbb\x73\xf5\xf2\x55\xa7\xfc\xf4\x7b\x93\ \x3b\xd7\xfd\xf6\x99\xcd\x39\x57\x9f\x63\x04\xcd\x83\x44\x20\xa6\ \x6b\x62\xdf\x4b\x4f\x2e\xfc\xce\x1d\x57\x96\xa7\x69\x5b\xf7\xc8\ \x48\x47\xbd\x9e\x57\x9a\x1e\x64\x2d\x1d\x71\x23\x14\x9a\x74\xf6\ \xd9\xb4\xea\xfd\x3d\x6d\x51\x8f\x9b\xbe\x48\xcc\x04\x34\x14\x0c\ \x3b\x5d\xed\x7d\x11\x61\x52\xc7\x55\x00\x8c\x75\x75\xb4\x38\x66\ \xd0\xaf\x53\x2f\x5f\xf8\xe7\x6d\x0b\x24\xe4\x88\x39\x99\x19\x67\ \x42\x88\x5d\xbb\x76\xf4\xf5\xf6\x22\x62\x30\x18\x1c\x3d\xba\x8c\ \x71\xed\x28\x46\x45\xcd\xb0\x6a\x77\x6f\x5e\xb7\xb1\xdd\xe7\xd7\ \x09\xe1\x8c\x02\x31\x19\xd7\x74\x8d\x33\x49\x35\x9d\xea\x86\xee\ \x8b\xed\x5d\xfb\xf6\x8e\xd3\x2f\xbf\xf3\x6e\x6d\xf1\xca\x0e\x37\ \x30\xeb\xfc\x8b\x53\x9a\xdf\x59\xbd\xab\x9d\x71\x4e\x28\xa1\x26\ \x03\x02\x9a\xc6\xda\x76\x7e\xf8\x6e\xcd\x69\x37\xdd\x75\xc7\x92\ \xe5\x1f\x0c\xf0\x8c\x33\x2f\xfa\xea\xc0\x86\xc5\x1b\x6a\xfa\x35\ \xcd\x40\x1b\x28\xa3\xa8\xba\x76\x6c\xfe\x60\x59\x45\xc7\x77\x7f\ \xfa\xa3\xaf\x2d\xd8\xf9\x3f\x2b\x6c\x8d\x07\x46\x8e\x9b\x38\x29\ \x68\x99\x1a\x1d\x68\xae\x01\x8a\x44\xa7\x9a\x6e\x74\xed\x79\x6f\ \xd1\xea\x29\xff\xef\xa6\xa9\x40\xe9\xd8\x69\x67\x67\xb5\xbd\xf7\ \xfb\xfb\x9e\xeb\x47\xa6\x02\x23\xef\xfc\xee\x9d\xf3\x26\x6f\xf0\ \x33\x1f\x48\xd6\x5f\xbf\xfe\xfd\xf5\xdb\x46\xb6\xbc\xb7\xb7\xc7\ \xca\xa0\xa0\x25\x85\x35\x40\x62\x10\x42\x09\xa1\x40\x74\xca\x34\ \x23\xde\xb8\x7e\xe1\x9b\x13\x7f\x75\xf7\x05\x01\x93\xb6\xef\x5a\ \xf5\x41\xf7\x9c\xaf\x7d\xeb\xb6\xc5\x4b\xdf\xef\xf7\x17\x67\x98\ \xe8\x65\x46\xf8\xc2\x41\x08\x95\x55\x3c\x2e\x33\xbe\xe2\x85\x25\ \x1f\xde\x7c\xc1\x14\x83\x60\x4f\xed\xfa\xe7\x5f\xdb\x30\xe2\xec\ \x6f\x26\xeb\x52\x58\x07\xaf\x88\x49\x13\x27\x1c\xb0\x86\xcc\x9c\ \x39\x4b\xd3\x34\xcf\x22\x7e\xe2\xec\x4d\x91\x48\x64\xd9\x1b\x4b\ \x03\x81\x60\x30\x18\x1c\xaa\xca\xf9\x7c\xe6\xf8\xf2\xf1\x95\x7b\ \x76\x13\x42\x46\x16\x97\xa4\xa7\x67\xf4\xf7\xf7\xef\xde\xb5\xcb\ \xd0\x35\xdb\x8e\xa7\xa7\x67\x26\xaa\xe8\x28\xa5\xde\x7e\x7b\xc5\ \x60\x95\x41\x6a\x64\x66\xa5\x77\x57\xed\x68\xed\x13\x9a\xc6\x08\ \x00\x70\x5f\x56\x66\x4a\xdb\xce\x8a\xf6\x01\x41\x28\x4f\xc9\xce\ \x11\x9d\xd5\x95\xcd\x6d\x35\x3b\xb7\x77\xd1\x9c\x69\x33\xa6\x8d\ \x2b\x2e\xe8\xab\x5a\xf3\xe4\xd3\x6f\x74\xb9\x94\x51\xa0\x66\x38\ \x3b\x59\xab\xde\xb6\xa3\xdf\xa5\x4c\xc5\x76\x6f\xde\xe4\x24\x97\ \x4c\x9f\x36\x65\xf4\xc8\xcc\x96\x4d\x4b\x9e\x7a\xf5\xdd\x08\x68\ \x9c\x12\x50\x8a\x87\xd2\x33\x7d\xb2\x6a\x47\x4d\x2c\xd2\xb5\x77\ \x9f\x5b\x36\x3e\xbf\x61\x57\x6d\x20\x2f\xbf\xb0\xb4\x74\x74\xc9\ \xe8\xb2\x31\xe3\x92\x45\x53\x55\x27\xa4\xd2\xc8\xce\x1d\xf5\xa0\ \x91\xb6\xba\x1a\x15\x30\x3b\xeb\x6a\x78\xfe\xc8\xce\x9d\xab\x37\ \x55\x75\x28\x82\x76\x7f\x2f\xfa\x93\x32\x42\x4e\x67\x54\x76\xd6\ \xef\x6c\xec\x8d\x34\x6d\xff\x78\x6b\xdd\x3e\xa4\xd4\x97\x94\x13\ \xb0\x3b\x76\x57\x77\x64\xe4\x66\x75\xec\xda\xda\xee\x86\x73\xfc\ \xee\xae\x8a\x6a\x49\x69\x67\x63\x6d\x4c\x37\x63\xad\xd5\x95\x75\ \xad\x7b\xb6\x6e\x27\x19\x65\xd3\x4e\x3e\xa9\xb4\x30\xa3\x7b\xcf\ \xfa\x75\x9b\x76\x47\x1c\x45\x3d\x3f\xdd\x70\x82\x52\x2a\x18\x0c\ \x9e\x71\xe6\x99\x9f\xe2\xc3\x51\xd4\x97\x56\x9c\xa3\xaf\x7e\xfd\ \x85\xc5\x6f\xbc\xfd\xee\xaa\x15\x6f\xac\x5c\x9f\x3c\xe9\xc2\x1b\ \x2e\x9e\x61\x48\xf7\x10\x7d\x8d\xdc\x70\xdd\x35\x89\xa3\x5b\x9a\ \xa6\x7d\xfb\x3b\xdf\xf5\xec\x4d\x27\xd4\xde\xd4\xda\xda\x7a\xf7\ \x5d\x77\x64\x66\x66\x65\x65\x67\x1f\x78\x79\x52\xca\xb4\xb4\xd4\ \x39\xb3\x67\x4f\x9d\x36\x7d\xf4\xe8\x52\xcb\x8a\x4b\x21\x00\x60\ \x5f\xc7\xbe\x2d\x9b\x37\x65\x65\x66\x8c\x2d\x9f\x78\xe0\xcc\xca\ \xbf\xfd\xe8\x9e\x68\x34\x4a\x29\x05\x50\x76\xdc\x66\xba\xa9\x71\ \x32\xd8\x12\x2a\xdb\xb2\x99\x61\x6a\x8c\x00\x82\x6b\x5b\x92\x6a\ \x86\xce\x41\x49\xd7\x71\x13\xe6\x2b\x42\x99\xa6\x69\x2c\xb1\x9e\ \x95\xb0\x1c\xa1\x1b\x66\xe2\x37\x54\xd2\x75\x5d\xa9\x90\x00\x10\ \xca\x35\x8d\x0f\x2e\x7b\x42\x50\x38\x96\xa3\x4c\x9f\x41\x09\x48\ \xd7\xb1\x05\x98\x26\x77\xe2\x96\x84\xc1\xc0\x50\xca\x75\x0e\xc2\ \x91\xc4\x30\x34\x02\x00\x28\x6d\xcb\xa1\x9a\x41\x94\x23\x41\x33\ \x0c\x0e\x88\x04\xc0\xb1\x2d\x45\x19\x51\x12\x98\x61\x70\xa2\x50\ \x01\x50\x42\x41\x3a\xb6\x8b\xcc\xd4\x99\x1d\xb7\x98\x61\x32\x10\ \x96\x83\xa6\xa9\x27\x7a\x69\xc7\x6d\xe0\x86\xa9\x53\x25\x85\xeb\ \x88\x44\x28\x14\x12\x6a\x18\x86\xc7\x4b\xc3\x4f\x32\x12\x59\x59\ \x59\xbf\xfc\xd5\x7f\x7d\x1a\x8d\x20\x82\xe1\x0f\x42\xb4\x6d\xe7\ \xee\xba\x01\x17\x82\xa9\xd9\x25\xa3\xf2\xb8\x74\xe4\x61\x97\x7b\ \x3a\xdd\xb0\x80\x6d\xdb\xd9\x39\x39\x23\x47\x15\xdb\x8e\xa3\x94\ \x52\x0a\x1d\xc7\x49\x4e\x4a\xce\xce\xce\xe9\xeb\xed\x1e\x2a\x1a\ \xe0\x7e\x00\x10\xdd\x34\x01\x60\x88\xc9\xfc\xa0\x4f\x98\x6e\x30\ \x00\x54\x0a\x80\x70\x5d\x3f\xc8\xb2\x38\x58\xce\x8c\x19\x06\xfb\ \x24\x74\x84\x50\x4d\x37\xb4\xc3\x2f\x43\x04\xca\x4d\x73\x30\x02\ \x93\x30\xcd\x64\x00\x08\xba\xe9\x3b\x84\x7b\x87\x34\x46\x13\x3d\ \x01\x76\xa0\x0f\x80\x00\x5c\x37\x0e\xcc\x3a\x95\xa8\xd4\x06\x88\ \x0a\x28\xd7\x0d\x00\x44\x18\xbc\x0b\xb8\x69\x7c\xd2\xcb\x4f\xbe\ \x14\x61\x9a\xc1\x0e\xef\xa0\x87\x13\x5b\x06\x8c\x00\x00\x20\x00\ \x49\x44\x41\x54\x61\x64\x51\xc2\x63\x44\xc5\x32\x8d\x47\xf7\x55\ \x6f\xde\xb2\xa3\xd7\x22\xa9\x39\xa3\x46\x8e\xc8\xd7\x95\xe3\x1e\ \x89\xc7\x3c\x6e\x1a\x16\x36\x28\x21\x44\x72\x4a\x1a\xe7\x5c\x08\ \x17\x01\x14\x2a\x04\x54\x0a\x53\x52\x52\xf6\xb5\xb7\x0e\x3d\x9d\ \xc4\x39\x3f\x90\xab\xc0\x83\x87\xe1\x68\x4e\xfd\xf4\xc9\x49\x99\ \x86\xfd\xf5\xcf\xde\xfb\xd7\xca\xb8\x1e\xe9\xe9\xf7\x99\xe6\xbb\ \x13\xe7\xdf\x79\xdd\xd9\x01\xe2\x1e\xee\x94\xf6\xb8\x69\x98\x6c\ \x37\xc0\xf6\x0b\x47\x83\xa6\x72\x85\x48\x80\x0e\x29\xb4\x8b\x08\ \x84\x90\x1b\x6f\xb8\x3e\x10\x0c\x7a\x02\x83\x87\x61\x2b\x37\x69\ \x9a\xa6\x3e\x65\x7e\x72\x4e\xaa\xb7\x7f\xb0\xd7\x3f\xfd\xdf\xef\ \x3a\x69\xe1\xb3\x1f\x9d\xbb\x60\xe6\xeb\x4f\x3c\x5f\xd1\x3c\x7d\ \x4e\x51\x50\x09\xe5\x71\xd3\xb0\x65\xa7\x03\x3f\xed\x4f\x80\x7b\ \xa8\x78\x8c\x4a\xa9\xd4\xb4\xb4\xd1\x65\xe3\xbc\xe1\xf2\x30\x6c\ \xa1\x94\x8a\x46\x06\x8e\x2c\x55\x01\x5a\x71\xcb\x9f\x5c\x10\xd0\ \x89\x6b\x47\x5a\x9b\x9a\x7a\x62\xc4\xe0\x47\x66\x21\x8f\x9b\x86\ \x1d\x39\x11\x02\x84\x1c\xa8\x4b\x7f\x84\xf8\x4c\x6f\xa8\x3c\x7c\ \x41\x21\x24\x66\x97\x9c\x34\x59\x43\x21\x75\x9f\xbd\xe7\xc9\x85\ \x2d\xb3\xcf\xbf\x6c\x7c\x6e\x40\x4a\xd7\xe3\xa6\x61\xaf\xae\x03\ \x89\xc4\x62\xae\x6d\x53\x4a\x19\xa5\xc4\xab\x20\xe0\xe1\x5f\x49\ \xa4\x92\x32\x90\x5e\x34\xd9\x10\xd4\x97\xb4\xe0\xda\x5b\xcb\x1a\ \xa3\xa3\x27\x8f\x37\x41\xb8\x47\xda\x70\xbd\x98\xda\x61\x44\x4b\ \x89\xff\x5b\x9a\x9b\x9a\x9b\x9b\x94\x52\x40\xc0\x93\x91\x3c\xfc\ \x2b\x41\xd3\x79\xe3\xd6\xb7\x9e\x5a\xb2\x8e\x06\xf5\x9d\x6b\x96\ \xbe\xbc\xe8\x89\x3f\xdf\xf7\x4c\x63\x8c\x1c\x31\x99\x84\xc7\x4d\ \xc3\x4b\xa7\x43\xc4\x91\xa3\x8a\x8b\x47\x97\x32\xce\x3d\xed\xcd\ \xc3\xbf\xdc\xfe\x8b\x76\x2c\x62\xf8\xfd\xd1\xea\x8f\xde\xda\x81\ \xb7\xfe\xe8\xfb\x23\xdc\xbd\xb5\x6d\x7d\x47\xcc\x95\xe8\xe9\x74\ \xc3\xec\xe5\x11\xb2\xb7\xb6\xc6\xb6\xed\xdc\xbc\x7c\xfd\x8b\x5f\ \xb6\x00\x11\xfb\xfb\xfa\x6c\xdb\xf2\xde\xec\xbf\x2a\x28\xa5\xe1\ \xa4\x24\x7d\x30\x72\xed\x18\x90\x48\x73\x47\x8e\xee\x59\xf6\xe2\ \xbf\x7f\x28\x4a\xe7\x7f\x73\x42\x4e\x70\x73\x7a\x76\xd8\x38\xb2\ \x5f\xcf\xe3\xa6\x61\xb7\x98\x0b\x47\x8c\x4c\xa4\xbe\xfc\x17\x30\ \x7b\xb7\x34\x37\x02\x10\xbf\xdf\x9f\x08\xb3\x1c\xa2\xbb\x02\x78\ \x0a\xeb\x17\xd2\xe8\x70\xd0\x4b\x24\x04\x5c\xd7\x6d\x6e\x6c\xc8\ \xce\xcd\xf3\xf9\xfc\xc7\x6c\x42\xb8\x6e\xf2\x88\xe9\xb7\xde\x16\ \x6e\x8e\xfb\x27\x4d\x9e\xc0\x34\xeb\x92\xeb\x6f\xf4\x87\x42\x20\ \x2c\x21\x10\x0e\x0e\x8c\xf2\xb8\x69\xd8\xc9\x4d\xf5\x7b\xeb\x6c\ \xdb\xce\xfb\xe2\xcb\x4d\x5d\x9d\x1d\x88\x90\x5f\x50\xe0\xbd\xd6\ \x7f\x6d\x98\xa6\x6f\x5f\x5b\x6b\xd1\xc8\xe2\xe3\x32\x5c\x30\x66\ \xfa\x0c\xa7\xb9\x61\xd5\x1b\x55\x02\x99\xcf\xe4\x56\xcc\xc9\x1b\ \x3b\x65\xfc\xc8\x4c\x90\x12\x3d\x6e\x1a\xce\x72\x53\xf9\xf8\x09\ \x4a\xaa\xde\xde\x1e\xf5\x05\x97\x9b\x22\x91\x81\x94\xd4\x54\xd8\ \x7f\x8e\x61\x48\xa6\xb0\x2f\xd8\x7e\x41\x29\x41\x3c\x31\x6f\x83\ \x10\x4a\x3e\x63\xe3\x89\xe2\x16\xff\xab\x53\xaf\xff\xc8\x37\xda\ \x7f\xc2\x08\x13\x61\xdf\x43\x83\xbf\x43\xe1\x70\x7b\x5b\x8b\x94\ \x32\x71\x22\xfd\x28\xe0\xba\xd6\x5d\xf5\xfe\xff\xfc\x75\x11\xcb\ \x2d\x4a\xf1\x69\xc4\xed\xae\xd8\x5e\x97\x36\x62\xc2\xdc\xac\x92\ \xf2\xe2\x6c\x72\x70\x66\x09\x7e\x3c\xab\xe5\x4b\x28\xbc\x24\xbe\ \x39\x10\x92\x48\xc0\xa6\x94\x4a\xbc\x15\x4a\xe9\xa7\x87\xe4\x27\ \xac\xd9\x80\x00\x08\x28\x85\x84\xcf\x74\xb2\x84\x0c\xfe\x67\x59\ \x96\x70\x1c\x40\xfc\xa2\x9f\x4b\x41\x44\x02\x14\xf6\x4f\xe8\x21\ \x65\x41\x13\xc3\x79\xe8\xbc\xa2\x8c\x11\x40\x29\xd5\x51\xd6\x14\ \x63\x43\x3d\x3a\xa8\x14\x50\x4a\x50\x09\xa9\x4e\xd4\x54\x00\x11\ \x69\x6e\xeb\x09\x67\xe5\x85\x34\x50\x08\x90\xc8\xc6\xb7\xff\xf9\ \x43\x2a\x34\xfc\x23\x14\x41\xec\xde\xaa\x86\x8e\xf4\xc2\x51\x49\ \x3a\x1c\x57\x43\x84\x10\x37\xd6\xd4\xda\x15\xca\xca\x09\xea\xf4\ \xf0\xa5\xc9\x38\xc7\x03\x95\x21\x3e\xf5\x2b\x39\x2d\x4d\x6d\x5a\ \x4a\x4e\x9a\x9f\x1d\x7f\xef\x09\x21\x78\x38\x2d\x20\x22\x00\x63\ \xec\x38\x79\x8e\x11\x6c\xdb\xbb\x9b\x96\x9c\x76\xcf\x77\xaf\x0e\ \xa2\xe2\x03\xdb\x7f\xf7\xd7\xd7\x4e\xbb\xe1\xae\xa9\x39\xdc\x76\ \x0f\x0d\x24\x38\x06\x37\x51\x4a\x8f\xc9\x85\x5f\xa8\xd5\x32\xf8\ \x72\x12\xd6\x0f\x3c\xa0\x37\x23\x02\x25\x80\x80\x88\x8c\x31\xc7\ \x71\xa4\x52\xa6\x69\x12\xc6\xba\xba\xbb\x23\x91\x88\xcf\xe7\x0b\ \x87\x93\xa4\x14\x91\xbe\x3e\xc7\x71\x13\x2c\x82\x0a\x14\x22\x3d\ \xb0\x8d\x10\xaa\x14\x52\x4a\x28\x21\x1a\x67\x49\xe1\x10\xa0\xfa\ \x0c\x29\x63\xf1\x93\xdd\x69\xff\x1a\x3e\x10\x81\x79\xd4\xfb\x5c\ \xab\xab\xb3\xa3\x2f\x66\x13\xee\xcb\xc8\xca\x0e\x99\xff\xf8\xfb\ \xc2\x78\xd7\xf6\x5d\x6d\x45\xe3\xc7\x85\xf5\x7f\x02\x2f\xa2\x52\ \x89\xcd\x19\x01\x64\x7c\xa0\xb3\xbb\x3b\x6a\x09\x6e\x04\x32\xb2\ \x32\x02\x3a\x13\x42\x1e\xb2\x95\xf7\x35\x56\xb6\xc4\x43\x65\xa5\ \xd9\x70\x44\xa6\x21\x14\xed\xfe\xa6\xf6\x4e\x07\xb9\x61\x68\xd2\ \xb6\x5c\x6a\xa6\x07\x22\x2f\x3e\xf7\xd6\xd8\x8b\x6f\x99\x33\xc2\ \x10\xe2\x9f\xbf\x89\x12\xca\xb0\x6f\xe7\xe3\x8f\xad\xb8\xe0\x5b\ \xff\x3e\x35\x05\x15\x10\x90\x6e\x4f\x67\x6b\x5f\xc4\x46\xca\xc3\ \x69\x19\x69\x61\xbf\xfa\x47\x1f\x4c\x28\x25\xfd\x3b\x9f\x79\xf2\ \xcd\xaf\x7c\xff\xff\x4d\x36\xf0\x78\x68\x82\x32\x86\x5d\x35\xcf\ \x3e\xf0\xd2\x19\xdf\xfa\xb7\x69\x39\xe6\xc1\x94\x4c\x28\x3a\x75\ \x15\x3b\xb5\xec\xe2\xfc\x74\xdf\xa7\x52\x3c\x61\x4c\xb5\x2d\x7c\ \xf4\xf1\xe2\x2b\xbf\x7f\xf1\x58\xbf\x3a\xee\xbe\x0f\xdd\x4b\x18\ \x63\x83\xdb\xcb\x7e\x31\x0a\x95\x3a\x1e\x03\xa2\x90\x2a\x73\xe4\ \xd4\x39\x06\x37\x19\xd5\x00\x48\x20\xe7\xd4\x79\x73\xb3\x02\x94\ \x1b\x86\x90\xb1\x43\xba\x7c\x34\x6e\x92\x52\x26\x25\x25\xe5\xe4\ \xe6\x7d\xd1\x45\x27\x4c\x9c\x03\x41\x82\x08\xa8\x00\x13\x81\xd7\ \x08\x0c\x81\xd1\x84\x94\xa3\x80\x92\x44\xd2\xcf\x81\xc8\x40\xcc\ \xb6\x34\xdd\xe8\xec\xe9\x5d\xb5\x6e\xc3\xb6\xca\x3d\xe1\x70\xd2\ \xf8\x89\x93\x06\x9a\xda\xb7\x55\x6c\xdb\xb9\x6b\x57\x6b\xdb\xbe\ \xc4\xe0\x08\xc5\x24\xea\x1a\xa5\x8c\x02\xd7\x4c\x66\x04\x8d\x60\ \x72\x28\x1c\x4a\x36\xf5\x92\x9c\xb4\x3b\xbe\x76\x1d\xf6\xb5\x12\ \x61\x7f\x26\xe9\xe9\x93\x2c\x03\x09\x92\x3a\x8e\xd8\xcb\x81\xed\ \x6f\xfe\xe0\xa7\x0f\x06\xc7\x4d\x32\x45\xbf\x45\xb3\xae\xfb\xf6\ \xb7\x67\x16\x86\xff\xb1\x81\x72\x9b\x36\x3f\xf8\x97\x15\x77\xfd\ \xe5\x37\xe1\x7f\x46\xd1\xc2\x04\x35\x01\x00\xa3\x74\xef\xca\xa7\ \xfe\xf3\xd9\x0d\x45\x63\x47\x62\x2c\x2a\xfc\x39\x17\x5f\x73\xc3\ \xac\xe2\x64\x29\x61\x7f\xd6\x4a\x04\x20\x95\x6f\x2d\x5c\x66\xcd\ \xf9\x79\x59\x2e\x10\x25\x81\x1e\x48\x68\xa9\xa4\x50\x0a\x29\xa7\ \x76\x67\xf5\xeb\x8b\x96\xb4\xf6\xf4\x56\xd5\xb6\xa4\x8f\x28\x4b\ \x4b\xc9\x9c\x7f\xc9\x82\xc9\x53\x27\xa5\x04\x08\x00\x3b\xfc\xe4\ \xc3\xfe\x1b\x39\xdd\x2f\x08\xcb\x4f\x78\x84\x24\x2a\x5f\x01\x80\ \x52\x42\x49\x60\x1a\xdf\x3f\xd6\x28\x5d\x81\x84\x72\xce\x00\x00\ \x88\x88\x46\xa3\x42\x21\x20\x52\xc6\x45\x5b\xc5\x9f\x7f\xf2\xdf\ \xdd\xd9\x63\x33\x0c\x37\x6a\xc3\xb8\x79\x97\x5f\x7d\xce\x64\x26\ \x05\xe5\x07\x6e\x57\x52\x20\x65\x0c\x94\x90\x0a\x98\xc6\x41\x0a\ \xa9\x80\x71\x8e\x4a\x12\xca\xc8\x01\xa1\x0b\x00\xa5\x6b\x39\x4e\ \x22\x25\xc3\xe0\xe3\x00\x00\x95\x10\x12\x0e\x74\x00\x40\xba\xee\ \x90\xfe\xa8\x58\x34\x2a\x14\x00\xa1\x9c\x53\x00\x40\x29\xa4\x42\ \x42\x29\xb5\xbb\x96\x3e\xfa\x68\xd1\x0d\x3f\x2b\xc8\x08\x10\x50\ \x84\x7d\x12\x36\xa4\x84\xab\x12\x5f\x19\x00\x28\xc4\xa2\x51\x47\ \xa8\x84\x9c\x45\x06\x3b\x2d\x81\x32\x82\x42\x4a\x24\x4c\x63\x89\ \x4e\x1f\x91\x4f\x09\xd9\xb0\x7e\xfd\xe8\xd2\xd2\xa4\x70\xf8\x40\ \x6d\x71\x75\x7c\x82\x2b\x22\xf8\x52\x32\xcc\xea\x6d\xcb\x5f\x6d\ \x26\x04\x00\x95\x9e\x54\x58\x18\x6f\x59\xf1\x7a\x4d\xf1\x8c\xd9\ \x39\x41\x36\x34\x0f\x35\x3f\x8e\xbd\xfc\x0b\xac\xd6\xe1\x81\xaa\ \x93\x6a\x50\x2c\x25\x8c\x48\x85\xa8\x80\x51\x42\x50\x4a\xe1\x22\ \x01\x4a\xa8\x14\x6a\x20\x12\x89\x59\xb6\xee\xf3\x75\xf4\xf4\xaf\ \xdf\xb0\xa1\xaa\xb6\x2e\x94\x99\x33\x73\xc6\x2c\x57\xc8\x8f\x3e\ \xf8\x70\xc7\x8e\xdd\xdd\xdd\xdd\xb6\xe3\x70\xa6\x49\xa9\x94\x14\ \x9a\xae\x07\xf4\xb0\xcf\xd0\x42\x7e\x5f\x28\x9c\xe2\x0f\xa7\x86\ \xd2\x32\x35\xcd\xf0\x73\x52\x90\x1a\x88\x46\x06\xa8\x65\xf9\x8f\ \x24\x78\x1f\x5d\x72\x1e\xd4\x7d\x0e\xa8\x8e\xc7\xba\xdd\x8d\xc7\ \xcc\xec\xd9\x3f\xf9\xf5\x4f\x72\x58\xfc\x95\xdf\xdd\xf3\xc0\x53\ \x6b\x4a\xaf\xcf\x7b\xec\xc1\x27\xeb\xfa\xb1\xfc\xec\xaf\xdf\x7e\ \x7e\xde\x6b\x8f\x3c\xf8\xee\xf6\xa6\x40\xfe\xa4\x9b\x6f\xbd\x65\ \x54\xb8\x7f\xc5\x33\x0f\x2f\xdf\xd4\x68\x64\x4c\xbc\xed\xee\x9b\ \x0b\x59\xd3\x73\x0f\x3d\xb6\xae\xba\x23\xa5\x78\xd6\xad\x77\x5e\ \x9d\xad\x9b\xac\x7f\xdb\x1f\x7e\xf6\x83\xfc\x31\x67\xdf\x74\xaa\ \xf1\xf0\xe3\x6b\xae\xfa\xe9\x4f\xc6\x25\xfd\x83\x41\x70\x88\x38\ \xa8\xe0\x02\x89\x47\xed\x9c\x71\xe7\xfe\xf8\xa7\x57\x92\x81\xae\ \x8f\x17\xdf\xff\xe0\xbd\x0f\x64\xfc\xc7\x8f\xfd\x35\xaf\x3f\xfa\ \xf2\xda\xa8\x34\xa6\x9c\x73\xc5\x15\xa7\x8d\xf1\x99\xac\x6e\xcd\ \x0b\x3f\xfd\x8f\x75\x13\x4f\xbb\xea\xf2\x19\xc6\xcb\x4f\x3d\xbd\ \x69\x6f\x4f\x30\x7f\xca\xd5\x57\x2f\x28\x4a\xe2\xc2\x75\xb5\x9c\ \x49\xb7\x7e\x7f\x1a\x74\x7e\xf4\xb3\xdf\xbf\x78\xe6\x9d\x3f\x39\ \x2b\x5f\x57\x56\xd3\xd3\xab\xf7\x8c\x1b\x3d\xab\x73\xe7\xb2\x07\ \x9f\x7f\x3f\x2e\xc1\xcc\x18\x31\x32\x19\x6b\x6a\x6a\x9d\x40\xf1\ \xd5\x37\x5e\x3b\x2e\xc7\xd7\xbc\xed\x9d\x85\xaf\xaf\xee\x88\xb3\ \x09\xf3\x2e\xb9\x6c\xde\x04\x2e\x5c\x45\xb8\xa6\x3a\xdf\x78\xe6\ \xb9\xf7\x77\xb4\xea\x29\xc5\x5f\xbd\xe1\xfa\xf1\x49\x7d\xaf\x3e\ \xfc\xd8\xba\xe6\x28\x28\x2c\x9d\xb3\xe0\xaa\xf3\x4f\x36\xdc\xbe\ \x77\x17\x3d\xbb\x62\x4b\xbb\x8f\xf5\xef\x8b\x1b\x9c\x12\x40\x05\ \x00\xd2\xb5\x84\x3e\xe2\xa6\xbb\x7e\x74\x52\x2e\x6b\xdc\xf6\xf6\ \x1f\xef\xfd\x33\x84\x7f\x71\xe3\xac\xfc\xca\x0f\x17\xbf\xb8\xec\ \xe3\x08\x04\x4f\x3e\xef\xea\x4b\xa6\xf2\x47\xee\x7b\x66\xe4\x85\ \x77\x9c\x51\x28\x5f\xf9\xdb\x23\xfe\x53\xae\x9b\x3f\x39\x69\xf1\ \xc3\x7f\x57\x13\xe6\x67\x36\xbf\xbb\x6c\x43\x1d\x22\x64\x8c\x3b\ \xfd\x86\x2b\xcf\x49\xa5\xfb\xad\x04\x18\xfb\x68\xf1\xa2\xe5\x1f\ \x57\x2b\x5f\xd6\x39\x5f\xbd\x6a\xee\xd8\xac\xde\xa6\x6d\xcf\x3e\ \xf9\x52\x53\xc4\xcd\x19\x7f\xe6\xf5\x97\x9e\x99\xac\x45\x3e\x7c\ \xf5\x99\x37\x36\x34\x9b\xcc\x6e\x8c\x30\xbf\x41\x5a\x36\xbf\xf9\ \xec\xeb\xab\xbb\x65\x70\xd6\xf9\xd7\x5d\x34\x3d\x57\x48\x04\xa2\ \xf9\x69\xf7\xeb\x8f\xff\x76\xc3\x8a\xb2\xab\xaf\xbf\x26\x37\xbe\ \xee\xc9\xe7\x97\x35\x47\xa0\x64\xc6\x79\x57\x5d\x38\x3b\x48\xec\ \x6d\x2b\x16\xbe\xb2\x6a\x27\xf3\xd1\xca\x5e\x6b\xa2\xa1\x43\xa4\ \xe5\xa5\xc7\x9e\xd8\xd8\x1a\x0f\x15\x9e\x74\xcb\x15\x33\xde\x5d\ \xf8\xa4\xef\x94\x9b\x2f\x9e\x90\x5d\xf5\xfe\x73\xaf\xd5\xa5\xde\ \x7a\xcd\x7c\xbf\x72\x86\x4a\x73\x84\x10\xe1\xba\xcb\x96\x2f\x5f\ \xba\x74\xe9\xf8\xf1\xe3\xaf\xbb\xee\xba\xe4\xe4\xe4\x44\x02\x1c\ \x85\xea\x78\xfc\xae\x84\x10\x27\xda\xb5\x67\xc7\x8e\x7e\xa2\x51\ \x02\xa8\x04\x4f\xa5\xa3\xb3\xf3\x6a\x2a\xab\x33\xa7\xcc\xca\x03\ \x18\xca\x70\xff\xf2\xb1\x97\xe4\xa0\xc5\xa2\x14\x80\xe2\x0c\x38\ \x43\x02\x92\x50\xa5\x50\x02\x60\xcc\x8e\x37\x34\x37\x5b\x52\xf6\ \x5b\xd6\x13\xcf\x2d\x7c\xe8\x89\x27\x1d\x42\x4f\x99\x77\x66\x52\ \x4a\xda\xaa\x77\xde\x7b\xe0\xfe\x07\xde\x5b\xf9\x7e\xe7\xbe\x4e\ \xe1\x2a\xce\x74\x02\x4c\xd7\x8d\xcc\x8c\xec\xa2\xfc\x11\xc5\xc5\ \x25\xe5\x63\xc7\x4f\x9a\x38\x65\xe2\xc4\x49\xe3\xc6\x95\x67\x67\ \xe5\x84\x43\x61\xbf\xe9\x4b\x0a\x85\xda\x5b\xdb\x62\x83\x49\xe0\ \x8e\xbd\x8a\x29\x63\x03\x91\x01\xa9\x54\x22\x61\x2f\x02\x10\x04\ \x42\x60\x60\xa0\x9f\x6b\xc7\x0a\xc2\x24\x40\x28\x65\x14\x40\xc4\ \xfa\x22\x11\x23\x68\x74\xec\x5c\xb7\xa5\x3d\xf3\xd6\xef\x7c\xef\ \xf2\xd3\xf2\xdf\x7d\xf2\x8f\x2b\xda\x33\xbe\xfd\xd3\x1f\x8f\x15\ \x1b\xee\x7d\x7a\x79\x4b\xf5\x87\x0f\xbe\x52\xb3\xe0\x8e\x1f\xdf\ \x7d\xd3\x45\x05\xc1\xf8\xe2\xbf\xff\x71\xa3\x1c\x7b\xcf\x4f\xbe\ \x97\xd9\xf6\xd6\xbd\x0b\xd7\xb9\x1a\xa7\xe1\xb2\xeb\xee\xf8\xfe\ \xb7\xae\x3f\x2d\x35\x39\x7d\xcc\xf8\xb2\xd0\xff\xc2\x55\xa8\x50\ \x1d\xb4\xab\x11\x42\x00\xf4\x60\xda\x69\x97\xdf\x30\x2a\xd2\xb0\ \x76\x73\x43\xe6\x98\x59\xd7\x7f\xe3\x8e\xeb\xce\x1c\xf1\xee\xc2\ \x85\x55\x51\x90\x0a\xf2\xca\xcf\xba\xed\x8e\x6f\x9c\x77\x72\xea\ \xf2\xc7\xff\xbe\xc1\x2a\xb9\xfd\x5b\x5f\xcf\xea\x5c\xf3\xe8\x6b\ \x1f\x3b\x94\x09\x29\x84\x94\x40\x80\x32\x42\x08\xa1\x94\x00\xa5\ \x44\x45\xf7\xec\xd8\xd9\x65\xe3\xbe\xea\x0d\x4d\x7c\xc4\x8d\xb7\ \xdf\x9c\xde\xb5\x71\x55\xb5\x7e\xed\x37\xbe\x56\xec\x6e\x59\xb8\ \x62\x43\xbc\x7b\xd7\xa3\x4f\x2c\xcb\x9b\x7b\xf5\x37\x2f\x9b\xbe\ \x7e\xd1\xa3\xef\x55\x0e\x30\x9d\x22\x0a\x49\x03\x53\xe7\x7d\xe5\ \xf6\x3b\x6f\x1d\x0b\x95\x2f\xbc\xfa\x81\xe3\xf6\x6c\xd8\xd8\x34\ \x79\xfe\x0d\xb7\x5c\x32\x75\xe3\xe2\x27\xd7\x34\xda\x8d\x1f\x3c\ \xf7\xcc\x7b\xed\xf3\xaf\xb9\xf1\xe2\x53\xcb\x4d\xa2\x24\xaa\x84\ \xa4\x93\xc8\xeb\x8e\x94\x00\xd5\x0b\x26\x9f\x7f\xd1\x49\x85\x5b\ \xde\xdd\xd2\x53\xff\xee\x83\x4f\xad\x2c\x3d\xf7\xba\x1b\xce\x1f\ \xb3\xea\xa9\xbf\xae\x6a\x21\x46\x7f\xfb\x86\x6d\xad\xe0\xb4\xbf\ \xbb\x74\xf9\xba\xda\x76\xb0\x9b\xb7\xec\xaa\x4b\x4a\xa7\x9b\xd6\ \x6f\x4b\x9e\x71\xd9\x6d\xd7\xcf\xef\xfa\x60\xe1\x6b\xeb\x9b\x41\ \xd3\x00\x80\x6b\xac\x7e\xf5\xf3\x4f\xbc\xdd\x70\xe6\x35\x5f\xbf\ \x70\x22\x7b\xe6\x81\x87\xb6\xf7\xc8\x50\x7a\xe1\x85\xd7\xde\x72\ \xfb\x0d\xf3\x3b\x3e\x58\xb4\xaa\xb6\xbb\xe5\xa3\x97\x9f\x5c\xd1\ \x70\xe6\x95\x37\x7d\xe5\xb4\x89\x7e\x4a\x99\xdb\xf2\xc2\xc2\x17\ \xdc\x31\x17\x7d\xfb\xb6\xeb\xa6\x8c\x0c\xbb\x32\x51\xd6\xc6\xb5\ \x49\xf2\x29\x17\x5c\x7f\xf7\xd7\x2f\xcb\x67\x75\xf7\xfe\xe5\x29\ \x1c\x73\xde\xad\xd7\x9f\xd7\xba\xf2\xc9\x85\xef\xd5\xf5\xd5\xbe\ \xfd\xe0\xa2\x8f\x27\x5d\x78\xfd\x55\x17\xcc\x4a\xd2\x40\x08\x01\ \x66\xda\x29\x0b\xae\xbb\xeb\xf6\x6b\x02\x8d\x2b\x17\x6d\xec\x0c\ \xcb\x81\x8f\x3e\xdc\x03\x80\x55\x1b\xd6\x5b\x10\xf0\x33\x50\x88\ \x08\x9f\xfc\x03\x02\x7d\xfd\xfd\xae\xeb\xce\x9f\x3f\x3f\x33\x33\ \xa3\xbd\xbd\x7d\x30\xcb\x3d\x80\x52\xc7\x65\xb9\x92\x42\x84\x73\ \x27\xde\x76\xcf\x8f\x7f\xf4\xc3\x1f\xfc\xf0\x07\x3f\xb8\xe7\x9e\ \x1f\x7f\xff\xeb\xe7\xe7\x17\x8d\xbd\xe9\xce\x5b\x46\x27\x33\xa1\ \xbe\x54\xf9\xc2\x31\xa1\x15\x0d\x16\x8b\x65\x0c\x50\x29\x21\x04\ \x63\x94\x52\x26\x84\x88\xda\xd1\xbe\x81\x88\x50\xd8\x35\xd0\xbf\ \x6e\xd5\xbb\xd5\xf5\xf5\x19\x59\x39\x33\x4e\x3d\xbd\xb2\xa6\xfa\ \xcd\x77\x9f\x69\x6b\xef\x8a\xc5\x2c\x29\x95\xae\x1b\x84\x31\x47\ \x08\xd3\xf4\x25\x27\xa7\xa4\x67\x64\xa4\xa7\x67\xe8\x66\xd0\xf0\ \x87\xfc\xa6\x61\x6a\x5c\x01\x11\xa0\x53\x60\x28\x09\x47\x15\x0c\ \x04\xa2\x91\x88\xcf\x87\xc7\x99\x68\xc9\x34\x8c\xd6\xa6\xc6\x8e\ \xf6\xb6\xec\x9c\x9c\x78\x54\x12\x02\xba\xa1\xc7\xa2\xd1\xb6\x96\ \x96\xa4\xe4\xb0\x52\xea\x28\x56\x3f\xca\xf5\x78\xf3\xea\x9f\xff\ \xb0\xcf\xe7\x0e\x88\xa4\xc9\xdf\xfd\xfa\x59\xfa\x9a\xfb\xc3\x99\ \x23\xc6\x8d\x2a\xe0\x72\x5f\xc5\xf6\xad\xed\xd1\xd8\x93\x0f\x34\ \x0e\xb4\xc5\x62\xfe\x3e\x2d\xe3\x94\xb9\x63\x16\xbf\xf2\xec\x73\ \x5f\xf9\xea\x35\xd9\xa9\x6d\xdb\x76\xef\x6e\xd3\x8d\x87\x1f\xd8\ \xd1\xd3\xed\x80\x88\xc4\x6d\x3f\xe5\x81\xac\x9c\x9c\x94\x20\x40\ \x70\xfc\x35\x37\x8e\xff\x5f\xda\x9b\x14\xa2\x52\x12\x18\x47\x44\ \x54\x52\x28\x45\x6c\x57\xa3\x5a\x92\x41\x5c\x2b\x52\xbf\x7d\xdb\ \x2b\x2b\xb6\xb9\x4e\xaf\x1d\x75\x22\xb6\x25\x25\x18\x81\xa4\xec\ \x8c\x74\x1e\xab\xdc\x54\xd5\xd8\xc9\xd9\xb3\x4f\x55\xf6\xf6\x23\ \xb3\x22\x5b\x56\xbe\xb0\x78\xc9\x47\x32\x7b\xca\x2d\x37\x5f\x5b\ \x0c\x0a\x11\xa5\x70\xd1\xa5\x42\xa2\xa6\x6b\x44\x49\x85\x3c\x39\ \x3d\xab\x28\xbf\xe4\x94\x09\x65\x8d\x0d\x19\xa3\x0a\x4b\xad\xe9\ \x65\x5b\x2b\xf7\x55\x57\xf5\xed\x6d\xec\x12\xef\xbf\xb6\x17\x2c\ \x47\xb1\x58\x4f\xb7\x42\x9f\x02\x90\x91\xce\x0d\x6f\xbf\xb6\xa5\ \x69\x20\xd6\xd2\x81\xa3\xba\x62\x32\x57\x0b\x24\xe7\xe6\x17\x15\ \x8f\xcc\x28\x7f\xfd\xe3\xe6\x86\x56\xd8\x58\x33\x7a\xd6\x57\x4f\ \x2d\x1f\x29\xd3\x4a\x93\xdf\xae\x15\x42\x48\x89\x12\x12\xf5\x88\ \x51\xba\xae\x74\x09\x68\x5a\xc0\xe7\xe3\x5d\xb1\x3d\x6b\xf7\x68\ \x85\xb3\x2f\x9a\x33\xce\x80\x91\x73\xdf\x5f\xf7\xd1\x86\x9e\xcb\ \xa7\x8d\x7a\x6c\x7b\x45\x6d\xb1\xee\x2b\x2c\x11\xed\x75\x55\x9b\ \x49\xcc\x5f\x3a\x21\x37\xb0\x8d\x1b\x99\x05\x23\x0a\xc6\x05\x67\ \x4e\x59\xb6\xb1\xa5\xcd\x1d\x9d\xf0\x9b\xc4\x2a\x3e\xda\x55\x3c\ \xfb\xea\x53\xc7\x8f\x82\x31\x97\xbc\xb7\xe6\x0f\x5b\x76\x77\x16\ \xe5\xd4\x2e\x7f\xf9\xdd\x6e\xdb\x6d\x8b\x59\x03\xf1\xee\xad\x5b\ \x6b\xb3\xa6\x5e\x38\x6f\xc2\x28\xd9\xd6\x93\x19\xde\x16\xc3\xa4\ \xe9\x27\x4d\x78\x79\xc3\xd2\x65\xbe\xb3\xcf\x3d\xf5\x64\x94\x52\ \x01\x12\x21\x15\xf0\xa4\xd4\xf4\xf4\xd4\xa4\x96\x0d\xaf\xef\x35\ \x8a\x7f\x7c\xfe\xec\x91\x26\x2c\x38\x65\xd5\x73\x5b\xd7\x55\xf4\ \xd4\x85\xc6\x9d\x72\xee\xec\x31\xa6\xf0\xe7\x86\xde\x53\x4a\xba\ \x3d\x4d\x2b\x97\x2e\xdd\xdb\xe7\xb6\xed\x1b\x48\xed\xc2\xab\xe6\ \x4c\x7e\xeb\xf9\x0d\x8d\xfd\xa3\x6b\xf6\x69\xe5\xf3\xc6\x30\x65\ \x1d\x92\x8c\x52\x4a\x99\x94\x14\xbe\xfc\xf2\xcb\x07\x8d\x47\x42\ \x24\xd2\x43\x53\x46\xf1\xf8\xdc\x86\x5c\xe3\xdd\xf5\x5b\x9e\x7b\ \x76\x69\x1f\xd1\x18\x01\x94\x0e\x4b\x9b\x72\xd3\xb5\xe7\xa6\xfb\ \x8e\x40\x6d\xff\xfa\x31\x04\x43\xbc\x0b\x88\x08\x0a\x05\xe3\x14\ \x10\xbb\xbb\x3a\xba\xfb\xfb\xa8\xce\xdb\x3a\x3a\x3e\x5c\xbb\xae\ \x3f\x12\x4b\xcf\xca\x2d\x1a\x5d\xd6\xd4\xd2\xbe\x72\xe1\x8b\xed\ \x9d\x5d\x28\x01\x14\xd5\xb8\x2f\x18\x30\x92\x92\x92\xc2\xc9\xa9\ \x84\xd1\xe4\xa4\x94\xcc\xac\x2c\x7f\x30\xe0\xf7\x07\x24\x70\x81\ \x9c\x11\x09\xd2\xa5\x40\x38\x33\x2d\x17\x75\x1d\x0c\x05\x3e\xc3\ \x1c\xe8\xe8\x12\x9c\x1f\x27\x37\x21\x60\x5a\x5a\xea\xb6\xad\x5b\ \xfa\xfb\xfb\xf3\xf2\xf2\x18\xe3\xad\xad\xcd\xb5\xd5\xd5\x99\x59\ \x59\x88\xf2\xe8\x06\x75\x94\xae\x91\x31\xe5\x1b\x77\x7f\xaf\x38\ \x35\x18\x0e\x9a\x00\x50\xe9\x4a\x44\x29\x01\x38\xa3\x04\xd8\x98\ \xd3\x2f\xbf\xe7\xd2\x29\xc2\x15\x4c\xd7\x0c\x4d\xbb\xfb\xbf\xfe\ \xb8\xfb\xfd\xd7\x7e\xf7\xdf\xf7\xb4\x7c\xf3\x1b\x86\x11\x98\x7c\ \xde\xf5\x77\x9f\x31\xca\x95\xca\xf0\xfb\x55\xf5\x4a\x57\x38\xea\ \x9f\xa4\xc1\x27\x36\x5d\xa5\x14\x30\x25\x95\x22\x84\x32\x4a\x35\ \x43\xeb\xa8\x58\xbb\x2d\xe6\xfb\x6a\xa8\xeb\xd1\xc7\x96\x95\x5f\ \xf7\xa3\x0b\x32\x6b\x7e\xfb\x97\xd7\x6c\x47\x50\x25\x85\x2b\x08\ \x00\x10\x46\x88\x56\x36\x7b\xc1\x2d\xa7\xe6\xb9\x12\xb8\xa6\x49\ \x6b\xe0\xe6\xbc\x49\xa8\xfb\xd3\x7d\xd2\xee\x93\x88\x88\x52\x2a\ \x29\x95\x94\x88\x80\x4a\x28\xa5\x50\xba\x0e\x00\x2a\x25\xdd\x98\ \x03\x28\x24\x05\x85\x14\x15\x0f\x15\x5c\x74\xf5\x4d\x23\x43\xa0\ \x80\xe9\x9a\x16\x8f\xd9\xa6\xc9\x37\xad\x7c\xe9\x95\x0a\x7a\xcf\ \x0f\xef\xec\x5b\x7d\xdf\x2b\x75\xae\x12\x0a\x41\xb9\x8e\x05\xd2\ \xa5\x04\x50\x2a\xdd\x24\xfd\xbd\xdd\x0e\x00\x53\x4a\xa9\xc4\xb3\ \x50\x81\x54\x4a\x21\x10\xce\x18\xd3\x74\x15\xa9\xff\xb0\xa2\x2a\ \x3c\xfd\xdc\x24\xa3\x39\x1e\xeb\x8f\x21\x18\x10\xeb\x8b\xc7\x08\ \x25\x05\x13\xa7\xb0\xd5\xcb\x5f\x78\x3d\x79\xea\x57\x2f\xeb\xdb\ \xfc\xe1\xa2\x77\x9c\xb4\x31\xe7\xa5\x19\x44\xa1\x52\xae\x0d\xa0\ \x29\x64\xa0\x94\x12\x89\x24\xc8\x54\xd7\x21\x32\xd0\x27\x00\x78\ \xbc\x3f\x2a\xa4\x8f\x47\x5e\x7b\xe4\xe9\xb6\x91\x57\x7c\xe7\xd2\ \x82\xa7\xff\xe7\x2f\xae\x2d\x0d\x8d\xc4\x7b\x3b\x05\x00\x55\x4a\ \x09\xd7\x72\xd8\xdc\xcb\xef\x2e\x99\xba\xf9\xa5\xa7\x1e\xf9\xed\ \xae\xe6\x9f\x7c\xfb\xb2\xa0\x14\x4a\x49\x29\xdd\x84\x15\x9c\x72\ \x03\xe3\xb1\x68\x4c\x81\x09\xfd\xfd\x31\xca\x74\xd3\xd4\x22\x7d\ \x7d\x51\x09\x26\x2a\xa5\x14\x05\xf7\xe3\x97\x1e\x5d\xdb\x33\xf1\ \xc7\x77\x9d\xbf\xee\xf1\x3f\x6d\x8c\x46\x52\xc6\xce\x2c\x64\x9b\ \xdf\x7c\xfd\xcd\x4e\x33\xe7\xbc\x91\x61\x27\x6e\x1f\x32\x13\x10\ \x88\x52\x4a\x88\xc8\xe0\xb6\x4f\x12\x35\xeb\x29\x28\x50\xc7\x57\ \xd4\x52\x49\x65\x84\x32\xa6\xce\x9c\x65\x13\x46\x28\xd7\xdd\xd6\ \xa5\x6f\x6d\xa8\xeb\x3e\x2d\xb3\xc0\x7f\xb8\xc3\x93\x1f\x8f\x46\ \xf4\x89\x35\x1e\x31\xa1\x1e\x23\xa2\x94\x12\x86\x54\xa9\x4d\x28\ \x2f\xc3\xcd\x32\xc5\x28\x38\x8e\x3b\x58\x08\x20\x61\x5d\xa6\x5c\ \x28\x35\x30\x30\xd0\x17\x8d\x75\xf4\xf6\xed\xac\xac\x6a\x69\x6f\ \x4f\x4b\xcf\x0a\xa6\xe5\x6c\xda\x52\xb1\xb3\xaa\xba\x77\x20\x06\ \x84\xb9\x92\x32\xa6\xa7\xa5\xa4\x16\xe6\x15\x66\x67\x67\x07\xc2\ \xc1\x80\x3f\xd4\x3f\x30\x90\x9c\x9c\xec\xf3\x07\x84\x54\x9c\x6b\ \x8a\x30\x4a\x18\x51\x2e\x0a\x0e\x08\x92\x30\xcd\xe0\x0a\xe3\x42\ \x2a\xc3\xf0\xb5\x45\x2d\x48\x0a\x1d\xb7\xd9\x58\x85\x92\x92\xfc\ \xfe\x60\x4b\x53\xe3\xde\xba\x9a\x44\xa1\xba\x82\xc2\xc2\x40\x20\ \xd0\xd4\xd8\x70\x8c\x7b\x5d\x3b\xee\xf2\xac\xbc\xf4\xf0\x7e\xd1\ \x4a\xba\x56\x24\xea\x20\x00\x40\xfa\x59\xf3\xcf\xf9\xcd\xd3\x4f\ \x3e\x81\x4d\x61\x4a\xc7\x4e\x3f\x67\x4c\x52\xdd\x92\xb7\xb6\xa7\ \xa6\xeb\xc9\x7e\x27\x62\x16\x9c\x7b\xc6\xac\x3f\x2e\x7a\xf8\xb9\ \xc8\x29\x3a\x6a\x53\xe6\x5e\x30\xa6\xa0\x28\x23\xd0\xf0\xc4\x23\ \x8f\xcc\x2e\x2f\x9f\x90\xdd\xff\xe0\xa3\xef\x5f\xfb\x1f\x3f\x1f\ \x9f\xfc\x8f\xda\x9b\x14\x26\xd6\x35\x50\x05\x4a\xb4\xd5\x6e\x7c\ \xfd\x35\xc3\xdd\xd7\xb0\x79\xf3\x8e\xf2\x73\xaf\x9f\x55\x96\xbe\ \x49\x27\xf5\x3b\x36\x6e\x68\x6b\xef\x89\x08\xe5\x62\xf6\xa8\xdc\ \xf6\x17\xde\x7a\xf4\x99\x58\x69\xc9\x98\x79\xb3\xc7\x3f\xf9\xce\ \xf3\x8b\xed\x69\xa6\x84\xb2\x93\x67\x96\xe6\xa5\x9a\x81\x64\x00\ \x44\x94\xd2\x75\xe2\xf1\x98\xed\x4a\x21\xa4\x10\x22\x1e\x8b\xd9\ \xae\x14\x76\x3c\x16\xb7\x05\x80\x63\xc5\x63\x71\x5b\xa0\x74\xec\ \x78\xff\x40\x2c\xbd\x64\xfa\xe4\xdc\x15\x0b\x9f\x7b\x69\x46\x69\ \x3a\xf5\xa5\x4f\x9f\x35\x3d\x19\xa4\xe3\x12\x5f\x38\x55\xb7\x2a\ \xb7\x6e\x58\x17\xab\x69\x77\xb1\x50\x0a\x27\x1e\x8d\x0b\x57\x82\ \x12\xf1\x78\xd4\xb5\x70\xfc\x19\xa7\xbf\xf6\x97\x25\xf7\x3e\x32\ \x50\x48\x6b\xf7\x0d\x48\x82\x4a\x08\x25\x50\x0a\x89\x4e\x5f\xc3\ \xbb\x6f\x2d\x69\x08\x58\x95\x15\x1b\x5b\x43\x53\x6f\x9b\x37\x3a\ \xdf\x72\xd2\xdf\x7b\xea\xfe\xbf\x3f\x3d\x92\x34\x6e\xee\x4e\xbb\ \x71\x5a\xae\x9e\x94\x35\xce\xff\xd0\x43\x9b\xf1\xde\x3b\x66\x77\ \x56\x2f\x7b\x76\x79\xdf\x8f\x2f\x1e\x43\xdd\x48\x3c\x16\xb3\x6c\ \x01\x52\xda\xf1\x58\xdc\x67\xa1\x91\xc4\xad\xb6\x35\x6b\xf7\x5c\ \x78\xd6\x19\x6f\x3e\xb4\xe4\xc1\xa7\x7b\xb4\xa6\x0d\x03\x29\xe5\ \x33\xcb\x52\xd7\x87\x02\xfd\x4d\xbb\xd6\x6f\xe8\x69\xea\x1c\xc8\ \x77\xd8\x94\x53\x67\xbf\xf9\xb7\x57\xff\xf4\x70\xb4\x84\x37\x37\ \x46\x88\xa9\x7a\xde\x5f\xbe\xb2\x43\x06\x83\x81\x00\xb1\xa2\xb6\ \x90\xa6\x14\x9c\x07\xf2\x0a\xd8\xbb\x4b\x9e\x75\x1b\xc7\x4e\x28\ \x1f\x3b\x27\x6b\xed\x53\x0f\x3e\x70\x72\x01\xac\xd9\x12\x9f\x77\ \xe3\x8c\x31\xd9\x79\x59\x6f\x3d\x72\xef\xdf\xb4\xc9\xb9\xf6\xde\ \x9e\xd8\x78\x42\x02\xa9\x29\xa2\xa6\x7e\xd3\xfa\x8d\x35\x2d\x5d\ \xaa\x44\x80\x9e\x73\xda\xac\xfc\xdf\xdd\xb7\x68\xdc\xb5\x3f\xc9\ \xd5\xdc\xb8\x2d\x0f\x09\x3d\x48\x2c\x73\xc3\x30\x12\x26\x51\xd7\ \x75\x5c\x21\x01\x41\xa1\x3c\x3e\x95\x0e\xa4\x94\xfe\x94\x82\x33\ \xce\x2f\x1d\xfc\xdd\xaa\xde\xfc\xe1\x76\xdb\x95\x70\xc4\xca\x43\ \x47\xa9\xb3\x82\x88\x3e\x9f\x3f\x14\x0a\x25\xe2\xbc\x12\xd1\x3d\ \x00\xe0\xba\xae\x10\x82\x52\xca\x39\x4f\xb0\x15\xdd\x1f\x04\x04\ \x07\x07\x65\x7d\xee\x21\x03\xae\xeb\x10\x4a\x85\x10\x84\x12\x04\ \x42\x08\xb3\x84\x88\xda\x4e\x5d\x63\xf3\x47\xeb\xd6\x57\xd5\x35\ \x0a\xa2\x2b\xe0\x9b\xb7\xed\x78\x73\xc5\xca\xbd\x0d\xcd\x71\x07\ \x81\xe8\x8c\x9b\x39\x39\x05\x63\xc7\x94\x4f\x9b\x3a\xbd\xb4\x6c\ \x5c\x5a\x7a\xa6\x3f\x10\x32\x03\x41\x21\x54\x28\x39\xc5\xe7\x0f\ \x21\x50\xca\x34\xd0\x0c\xc9\x34\x4a\x09\xa1\x04\x09\x95\x84\x39\ \x12\x11\x81\x81\xca\x4e\x4b\x6e\x6b\xda\x9b\x9d\x16\x4a\x49\x0e\ \x1d\x88\x92\x3b\x4a\x9d\x15\xd3\x34\x26\x4f\x9a\x98\x9c\x92\x9a\ \x9c\x9c\x9c\x9a\x9a\x96\x91\x91\x91\x9e\x9e\x11\x08\x04\x5d\xc7\ \x1d\x18\xe8\xcb\xc8\xc8\x3a\x50\x67\x25\x16\x8b\xa6\xa5\x67\x1e\ \xec\x3a\xd1\x02\x19\xb9\xa5\xa3\x8b\x0c\x7a\xc0\xd3\xac\xa5\xe4\ \x16\x8e\x1e\x99\x45\x01\xd2\x8b\xa7\x8c\xcb\xd5\xea\x6b\xea\x22\ \xe8\x2b\x1e\x3b\x36\xdd\x88\xed\xae\xd8\x56\xdb\x16\x19\x77\xfa\ \x55\x5f\x9d\x5d\x9a\x37\xf6\xa4\x51\xc9\xa2\xae\xb6\xde\xa2\xa1\ \xd1\xa5\xc5\xa9\x49\x19\x63\x46\x17\x74\xd7\xef\xb5\x8c\xb4\xb2\ \x92\x3c\x42\xcc\x92\x71\xa5\x21\xed\x1f\x7c\xa1\xfb\xda\xdb\x7c\ \xfe\x80\xae\x6b\x42\x4a\xae\x1b\x40\x9d\xbe\xde\x01\x65\xa6\xce\ \x3a\xef\x8a\x0b\x67\x8e\xa6\x34\x30\x7a\x64\x46\x77\x63\x4d\x4b\ \x3f\x19\x3d\x65\xc6\x84\xe2\x9c\xd4\xdc\x51\x99\x9a\xd3\xdc\xda\ \x13\xcc\x2c\x9c\x3e\xf7\x94\xa2\x80\xdd\xd0\xd4\x16\x57\x66\xc1\ \xa8\x11\x49\x26\x13\x42\xaa\x84\xe3\x1a\x40\x33\x53\x8a\x46\x14\ \x86\x39\x4a\x05\xdc\x08\x16\x15\x15\x26\x99\x3c\x94\x56\x50\x90\ \x95\x42\x10\x42\x99\x79\xf9\x39\x29\xa0\x20\x9c\x92\x35\x72\x44\ \xc9\xc4\xf2\x62\xd5\xdb\xd6\xd2\xd1\x67\xa4\xe4\x14\xe5\x67\x69\ \x20\x5d\x81\xa9\x39\x45\x79\x41\xa7\xb6\xb6\xc1\x0d\x14\xcc\x9c\ \x79\x52\x6e\x5a\x50\x33\x43\x05\x23\x0a\x02\x1a\x00\x35\xb2\xf3\ \xf2\x47\x14\x97\x95\x17\xa7\x75\x36\xd6\x77\x39\x81\xa9\x33\x4e\ \x29\x1f\x91\xc9\x13\x46\x15\xca\x0d\x1f\x89\x0c\x44\x62\x0e\x14\ \x4d\x9e\x77\xe5\x25\xe7\x64\x6a\xae\xf2\x65\x8d\x1f\x9b\xd7\xdb\ \x58\xd7\x47\xb2\x2e\xf8\xea\xa5\x63\xb3\x4c\x07\x59\x52\x5a\x5a\ \x6e\xf1\xf8\x09\x23\x73\x92\x52\x43\xe9\x45\x63\xa6\x8e\x1f\xa5\ \x49\x97\x70\x7f\x7e\x61\x61\x86\x8f\x29\xa2\x65\x64\xe7\xe7\xe7\ \x16\xe6\x86\x7d\xb6\x60\x65\x27\xcd\x9e\x58\xe8\x6b\xaa\x69\x80\ \xf4\x71\x97\x5d\x76\x6e\x96\x5f\xcb\x29\x19\x45\xfa\x9a\xeb\x5a\ \x7a\x33\x46\x4d\x9c\x3e\xa1\x24\x3b\xaf\x64\x7c\x71\x7a\x67\x63\ \x7d\x97\x63\x94\xcf\x9c\x3b\x69\x54\x7a\x6f\x4b\x5d\x55\x4d\x23\ \xa6\x8f\xb9\xe0\x82\x73\xb2\x4c\x74\xa5\x92\x44\xcf\x1b\x31\x0a\ \x7a\x5b\x3b\xa3\x50\x30\x66\xe2\xec\xe9\x13\xb1\xab\xa1\xa9\x8f\ \xcd\x39\xff\xb2\xb9\x63\xd3\xc0\xc8\x98\x50\x3e\x22\xba\xaf\xb1\ \xb5\x47\x8e\x99\x3a\x73\x4a\x59\x61\x61\x71\x69\x92\xea\xad\xdd\ \xdb\x6a\x66\x16\xcf\x98\x31\x39\x37\x3d\x39\xc5\x70\x37\x6d\xaa\ \x9e\x75\xe9\x65\x23\xc3\x4c\x48\x85\x43\x01\x48\x09\xe9\xe9\xe9\ \x79\xe7\x9d\x95\x95\x95\x95\x15\x15\xdb\x29\xa5\xa9\xa9\xa9\x00\ \xc8\x38\x6f\x6b\x6d\xc9\xce\xc9\x3d\x20\xa0\xb8\x8e\x73\x64\x9d\ \x8e\xf3\x81\x8e\xaa\xd7\x5e\x5c\xbc\x76\xf3\x96\x6d\x5b\x37\xbf\ \xfb\xc6\xb2\x6a\x27\xff\xbc\x73\x66\x85\xf9\x11\xc8\xed\x68\x75\ \x56\xa4\x94\xa9\xa9\x69\x39\xb9\xb9\x07\xf6\xf6\x44\xf8\x8f\x94\ \xf2\x40\x34\xdd\x01\x3e\x1a\x8e\x19\xac\x11\x51\x49\x02\x04\x08\ \x55\x04\x14\xa1\xbd\x03\x91\xda\xa6\xc6\x9d\xbb\x77\xb7\x77\x74\ \x09\x25\xfb\x07\xe2\x55\x35\x0d\x4d\x2d\x2d\x8e\x2b\x28\x63\x9a\ \x6e\x06\x83\x49\x29\x69\xe9\x59\x59\xb9\x79\xb9\xb9\xd9\xd9\xb9\ \x40\x18\x65\x5c\x2a\x05\x48\x08\x63\xfb\x3a\x3b\xc3\xe1\xb0\xdf\ \x1f\xb0\x2c\x5b\x29\x85\x5c\x8f\x49\x05\xd2\x46\xe1\x4a\xa9\x5c\ \x05\x8e\x8b\x1a\xa3\x06\x38\x13\x47\xe5\xec\xdc\xb8\x76\x7a\x79\ \x51\x41\x76\xba\xbb\x3f\x90\xe7\x28\x75\x56\x92\x92\xc2\x37\xdf\ \x74\x63\x46\x66\xf6\xd0\x08\x4f\xc6\x98\x6d\x3b\xad\x2d\x8d\x63\ \xc7\x4d\xd0\x74\x1d\x11\x5d\xd7\xed\xec\x68\x2f\x1d\x53\xfe\x85\ \xd0\xa6\x2b\xb6\x6d\xce\xc8\xcc\x0a\x87\xc2\xc2\x75\x80\xe9\x3e\ \x53\x4f\xbc\x11\xc7\xb1\x1d\x57\x00\x21\x8c\xeb\xa6\xa1\x13\x00\ \x54\x22\x1e\xb7\x14\x50\xc3\xf4\xe9\x9c\xb8\x8e\x65\xd9\x52\x33\ \x4d\x83\x33\x00\x69\xc5\xad\x21\x56\x52\x04\xc2\x7d\x86\xee\xda\ \x71\x17\x81\x00\x35\x4d\x43\x38\x71\x64\xa6\x46\xa4\x65\x3b\x4c\ \xf7\xe9\x4c\xc6\xe3\x0e\xd3\x4c\x83\x61\xdc\xb2\x81\x69\xa6\x61\ \x70\x46\xa5\xb0\xe3\x96\x8d\xfb\x93\xd1\xe8\x86\x4f\xe7\x14\x00\ \x85\x63\x5b\xae\x32\xfd\x86\xb0\xe2\xae\x24\xa6\xcf\x04\x61\x59\ \x2e\x32\xcd\xf0\x19\x1a\x25\x20\x85\x6b\x59\xb6\xda\x1f\x7b\x60\ \xfa\x7c\x1a\x49\x84\xd7\x3a\xb6\x33\x98\xe8\x9a\x32\xcd\x34\x0c\ \x4a\x94\x6d\x59\xae\x54\x88\xc0\x75\xd3\x64\x2a\x66\xd9\xc0\x4d\ \x3f\x27\x71\x2b\x2e\x81\x9a\xa6\x89\xae\x65\x0b\xd4\x0d\x1f\x43\ \x37\xee\x08\xdd\xf4\x71\x90\x96\x6d\x53\xcd\x34\x75\x8d\xa0\xb4\ \x2c\xcb\x95\x8a\x32\xcd\x34\x4d\x46\x00\x40\xd9\xf1\xb8\x23\x15\ \xd3\x0c\x9f\xa1\x53\x00\x29\x9d\xb8\xe5\x6a\x86\x4f\xd7\x18\x28\ \x61\x59\x9f\x8c\x0f\xa1\x9a\xcf\x34\x18\x51\xf1\x78\x5c\x20\xf5\ \xf9\x7c\x8c\xa0\xeb\x58\xb6\x9b\xd0\x72\x34\xd3\x34\x28\x05\x94\ \xc2\xb2\x2c\x09\xcc\x30\x4d\x8d\x12\x42\xa9\xd3\xdb\xba\x65\xcb\ \xc6\x8a\x6d\xdb\x7b\xc2\x93\x6e\xbe\x7c\x9e\x89\x47\x50\xed\x09\ \x80\x94\x72\xc5\xdb\xef\xbc\xf3\xce\xaa\x31\x65\xa5\x97\x5f\x7e\ \x59\x6a\x6a\x1a\x22\x9a\x3e\xdf\x96\x4d\x1b\xa6\x4e\x9b\xce\xb9\ \x06\x47\xcd\x7b\xc9\x38\xef\x6f\xdd\xbd\x6c\xf9\x87\x71\xca\x95\ \x70\xcd\xe4\xfc\x99\xa7\x9e\x32\xea\x53\xa2\xb1\x8e\xa6\xd3\x69\ \x9a\xd6\xd4\xd4\xb8\x73\xd7\xce\xac\xac\xac\xcc\x8c\xcc\x94\xd4\ \xd4\x44\x25\xa2\x03\x76\x59\x44\x4c\x88\x4e\x09\xb6\x3a\xa0\xee\ \x0d\x23\x63\x13\x21\x4a\x0a\xa0\x34\x12\x73\xaa\xf7\xd6\x6f\xaf\ \xac\xec\xec\x1f\xe8\x8f\xc6\x9b\xdb\xda\xab\xf7\xee\xed\xe9\x89\ \x2a\xc9\x74\xdd\xe7\x0f\xea\xe9\xe9\x99\x25\xc5\xc5\x23\x47\x16\ \x87\xc2\x49\x3e\xd3\x4c\x04\x41\x09\xa0\x48\x29\x48\x29\x85\xec\ \x8b\x44\x84\x44\x20\xdc\x16\xa8\x28\x57\xa8\x04\x42\x5c\x88\x41\ \xfd\x56\x4a\x81\x44\x01\x21\x80\x3a\x00\x30\x8a\x84\xf0\x2f\x79\ \x9e\x13\x04\xd7\x71\x80\x10\x04\xa2\x84\x1d\x19\xb0\x07\x6d\x50\ \x04\x13\x76\x40\xe9\x3a\x51\x77\xe8\x06\xab\xec\x78\xd4\x3e\x10\ \x1b\x61\xc5\xdd\x23\x9a\x19\x50\xc6\xe3\xf1\xfd\x06\x07\x65\xc5\ \xe3\x00\x00\xd2\x92\x00\x00\x44\x3a\x56\x3c\xf1\x83\x6b\xc7\x5c\ \x00\x20\x20\x45\x3c\x26\x0e\xf3\xdb\xa2\x63\xc5\x86\x3e\xdb\x8a\ \x26\xda\x44\x7b\x7f\xe3\xca\xb5\xa3\xae\x7d\xb8\x79\xcf\x8a\x46\ \x0e\xcf\xab\xa0\x84\x1b\x13\xee\x41\xcb\xd8\xb1\xa2\x89\x1f\x5d\ \x3b\xea\x26\xb4\xa2\x4f\x1a\x77\xed\xb8\x9b\xf8\x61\xf0\x6b\x12\ \xe9\xd8\x51\xc7\x3e\xe0\x7a\x45\x29\xe2\xd1\xc8\x50\x67\xac\x3a\ \x78\xb8\x1c\x2b\xe6\x58\x47\x30\x3e\xc6\xa2\x07\xba\x21\x87\xb6\ \x00\x00\xea\xa0\xbf\x02\x80\xb4\x63\x51\x3b\x11\x62\xea\xd8\x3d\ \x6d\xed\x3c\x6f\xda\x95\xa7\xcf\xf4\xa3\x2b\x8e\x64\x3e\x52\x80\ \x9c\x6b\xe7\x9d\x7b\x6e\x4e\x4e\x76\x49\x49\x49\x52\x38\x49\x48\ \x41\x29\x13\xae\x2b\xe5\x91\xf5\xb2\x23\xf9\xe9\xc6\x5d\x79\x4d\ \x4e\x4b\x97\x9d\x53\x90\x6f\x80\x44\x40\xe7\xd3\x84\xac\xa3\x34\ \xe4\xf3\xf9\xde\x5b\xbd\xe6\xbe\xfb\xef\xcf\xcd\xcd\x4d\x4e\x4a\ \xca\xcc\xcc\xcc\xcc\xcc\x2c\x2c\x2a\x2a\x2a\x2c\xcc\xce\xce\x0e\ \x87\x93\x82\xc1\x80\x69\x98\x94\x51\xce\xf9\xa0\x98\x92\xf0\x82\ \x1f\xcc\x0e\x27\xe2\x2c\xd5\xf1\x34\x48\x19\x03\xa0\x03\xfd\x7d\ \xdd\xbd\x7d\xef\xbc\xb7\xa6\xbd\xa7\xb7\x3f\x6e\x57\x37\xb6\x34\ \xef\xeb\x8a\x0b\x41\x28\x0b\xa5\x64\xea\xcc\x1f\x0a\x06\xf3\xf2\ \xf2\x4a\x46\x95\x14\x16\x16\x72\xca\x34\x4d\x57\x42\x3a\xb6\xad\ \x50\x39\x00\x52\x01\x12\x0a\x9c\x0a\x09\xc0\x0d\x49\x58\x3c\x1e\ \x27\x84\x3b\xae\x63\x23\xc6\x95\xa0\x28\xd1\x75\x01\x95\x04\xa6\ \x80\x10\x24\x44\xe3\x40\x69\x34\x1e\x53\x5f\xee\x0c\x4c\x99\xd9\ \x39\x75\x35\x55\xa1\x50\xd8\xe7\xf3\xef\x3f\xe0\x80\x43\xa3\x49\ \xd1\x4b\x45\x30\x7c\xe0\x2b\x3c\xff\xfa\xdb\x29\x4a\xc7\xb6\x25\ \x82\x76\xa4\x15\x07\x38\x18\x42\x71\xea\xa9\xa7\x09\x21\x94\x42\ \x1d\x0c\x29\x65\x5d\x6d\x75\x28\x9c\xc4\xf9\xb1\x1d\x6b\x94\x6b\ \x76\xfb\x8e\x87\x1f\x78\xb4\xb2\x8b\x94\xcd\xbd\xf4\xd6\x8b\xc7\ \x6d\xfa\x78\x7b\xfe\xf8\x93\x72\x8e\xa4\xd4\xf1\xa3\x1b\x33\xa9\ \x11\x74\x82\x39\x4d\x31\x5a\xdd\xdd\xae\x6a\x5b\x35\x8d\x6b\x88\ \x1a\x42\x7a\x30\x98\x1a\x08\x8d\x1e\x31\xa2\x60\x74\x51\x4a\x46\ \x4a\x5e\x6e\x4e\x61\x5e\x7e\x56\x76\x26\xd3\x35\xe5\x3a\x84\x52\ \x42\x79\x22\xa2\xdd\x75\x5d\x4d\xd3\x5c\x57\x70\xc6\x48\x22\x1c\ \x7b\x88\x0b\x0d\x8f\xc9\xb5\x98\x28\x3b\x92\xd8\x69\x09\x26\xe2\ \x60\x95\x52\xa8\x18\xa3\x94\x50\x25\x25\x4a\xc5\x74\x8e\xa8\x00\ \x40\x81\x02\x02\x9c\x68\x0a\xa0\x6b\xa0\xa7\x62\xc7\x8e\xc6\xa6\ \x26\xa4\x74\x6b\x6d\x55\x6d\x5d\x73\x7b\x57\xd4\xf0\xa5\x9a\x46\ \x66\x46\x56\x52\x20\x14\xf4\x07\x42\x69\xa9\x19\xf9\xf9\xf9\x69\ \x29\x29\xc1\x80\x9f\x02\x50\x02\x3a\x67\x52\x09\x17\x84\x52\x12\ \xa8\x26\x41\x21\x61\x0a\x98\xcb\x74\x45\xa1\xd7\x92\xd1\x98\x8b\ \x20\x84\x14\x42\xaa\x84\xa3\x5c\xd7\x4c\x21\x91\x20\xe1\x14\x19\ \x2a\x69\x47\x89\x6d\xef\x6b\x6e\x8c\x47\x47\xd0\xcc\x34\xf8\xb2\ \xd6\xc6\xce\xca\xca\x8e\x45\x23\x3b\xb6\x6f\xd5\xb8\x06\x5e\xd1\ \xaa\x7f\x2d\xef\xf7\x81\x98\x60\x21\x84\xcf\xe7\x1b\x37\x7e\xd2\ \x71\xc5\x10\x30\xa8\xde\xbd\xb1\x2f\xf3\xf4\x5f\xdc\x56\xf8\xe0\ \x63\xeb\xba\xa2\xa3\x76\xae\x5d\x65\xe5\x8c\x2d\x48\x4e\x76\x94\ \xfc\x0c\xdc\xa4\xa4\xd0\xc3\x19\x19\xe3\xe6\xe9\x06\x75\x94\x2b\ \xa5\x8b\xc2\x66\x8e\x65\x38\x71\xec\xef\xdd\xb3\xbb\x76\x6f\x65\ \x9d\xb3\xd2\xe5\xa6\x56\x54\x58\x30\xb6\xb4\xe4\xe4\x69\x53\xe6\ \xcc\x9e\x95\x9c\x91\xad\x84\xe3\xc6\xe3\x4c\xd7\x08\x61\x14\x58\ \xc2\x06\x06\x0a\x94\x92\x07\x5b\xa6\x0e\x49\xe8\x73\xc4\x31\x20\ \x07\xae\x41\x02\x4a\x22\xa1\x40\x29\x45\x29\x09\x02\x0a\x45\x29\ \x01\xca\x50\x21\x10\x22\x40\x2a\x54\x8c\x6a\xcd\x5d\xed\xb5\x7b\ \x6b\x2b\xab\x6b\x5b\xbb\x07\x76\x57\x56\x16\x8c\x2c\xe8\x71\xdd\ \x7e\x01\xd9\x45\xa5\xa5\xa3\x27\xe5\xe5\x16\x65\x66\xa4\xdb\x4e\ \x44\x2a\x19\xf0\x07\x03\xc1\x80\x63\x3b\x07\x14\x52\x47\xfd\xff\ \xec\xbd\x77\x98\x9d\x55\xb9\x3e\xbc\xca\xdb\xdf\xdd\xf7\x9e\x3d\ \xbd\x67\x5a\x32\xc9\xa4\x27\xa4\x91\x50\x42\x47\x8a\x20\x7a\x28\ \x16\x94\x23\x1e\xeb\x51\x8f\x15\xcf\xf1\x88\xe5\xd8\x15\x51\x51\ \x04\x41\x01\x51\x5a\x42\xef\x24\x01\xd2\x7b\x9b\xde\x67\xcf\x9e\ \xdd\xcb\xdb\x57\xf9\xfe\x98\x80\x58\x2e\x40\xce\xd1\xeb\xf3\x47\ \x9e\x3f\x72\xed\xc9\x64\xd6\xde\x49\xd6\x7b\xaf\x67\x3d\xcf\xfd\ \xdc\x37\x77\x19\x70\x18\xf2\x38\x67\x08\x03\x28\x78\x1c\xda\x84\ \x17\x5d\x66\xd9\x1e\xe3\xc8\xb2\x1c\x06\x00\x12\x04\x08\x20\x46\ \x8c\x03\x94\x2f\x39\x94\x32\x40\x3c\xd7\xc8\x15\x12\x23\xd5\x21\ \xa1\xb9\x46\x33\x89\xed\x78\xee\xdb\xdc\x48\xae\xb9\x65\x4e\x65\ \x55\x8d\x33\x7b\xcd\x3a\x19\xff\x2f\x06\xc6\x82\xcf\xef\x7f\x73\ \x1c\xe3\xd9\xe6\x2d\x92\x21\xb3\x1d\x4f\x80\x46\xef\xa1\x03\x13\ \x39\x36\x4f\x96\xfe\x6a\x06\xfd\xfa\x79\x13\x85\xb2\x1f\x45\x5b\ \xb1\x04\x04\xc6\x04\xea\x01\x6a\x89\xcc\x89\x08\xc4\xcd\x4c\xa6\ \xb2\x49\x24\x80\x88\xbf\x42\xd1\xd4\x54\xbe\x30\xb5\xf5\xc5\xbe\ \xe1\x91\xe3\xfd\x83\xef\xb8\xf0\xc2\x39\xed\xed\x22\x84\x10\x0b\ \x94\xd0\xe9\xe9\xe9\xb2\x61\x74\x74\x74\x00\xc8\x11\xc6\xaf\x32\ \x85\x39\x04\xf0\x8d\x32\x7a\xc8\x01\xe4\x27\x2c\x91\xd8\x89\x42\ \xe4\x6c\xd7\xdc\x13\x20\x82\x1c\x02\x01\x02\xc2\x01\xe4\x84\x90\ \x99\x7c\xe6\xd8\xf0\x20\x40\xa8\x6c\x18\xc7\x8e\x1e\xb3\x0c\x63\ \x7c\x6c\x7a\x78\xb2\x80\x04\xdc\xd2\x36\x3f\x12\x11\x38\x0c\xb7\ \xcd\x99\x5f\x57\xdf\x2a\x89\x92\xac\x09\x22\x97\x20\x61\x22\x44\ \x98\x13\xcf\xb3\x45\x2a\x49\xaa\x4e\x18\xf2\x18\xb0\x20\xb6\xb1\ \x40\x18\x01\x9c\x63\x41\x76\x5c\x5a\x72\x5d\xd3\xe3\x33\xe9\x1c\ \x46\x88\x33\x06\xb1\xe8\x99\x26\xc7\xbc\x6c\xe5\x28\x25\x94\x30\ \xa3\x5c\x92\x11\xc0\xdc\x09\x55\x48\xad\x9d\x4d\x28\x28\xfb\xea\ \x63\x40\x44\xe0\x6d\x2f\xac\xab\x69\x9a\xa6\x69\x27\x9f\xe1\x93\ \x01\x00\x60\x1c\x46\x6b\x1a\xad\x47\x36\xdd\xfc\x2b\xdd\x35\xed\ \x27\x9e\xcc\xcd\x59\x7b\xf1\xb2\xe6\x28\x22\xd6\xdf\x86\x4d\x10\ \x00\x97\xa3\x02\x53\x7d\x40\x40\xa2\x80\x65\x20\x21\x22\x31\x83\ \xd1\x7c\xa8\xbe\x56\x9f\x19\xf4\x8b\x60\xe1\xa2\x15\x85\x62\x39\ \x9d\x9c\x29\x16\xf2\x89\x6c\x71\xd3\x93\xcf\x1c\x3e\xde\xbf\x72\ \xd9\x92\x86\xfa\x3a\xe2\x38\xa9\x54\xea\xf0\xb1\xe3\x3e\x9f\xef\ \x93\x9f\xfc\x64\x38\x12\x76\x5d\x17\x0b\x78\x36\xbd\xe7\x00\x00\ \x88\xde\x10\x9e\x3d\x05\xc3\x43\x00\x00\x20\x00\x49\x44\x41\x54\ \x00\x07\x10\x00\x06\x00\xc5\x00\x00\x86\x38\x80\x8c\x0a\x90\x01\ \x00\x49\x2e\x5b\x4a\xe7\xb2\xe9\xac\x1a\x09\x32\x9f\x4a\x14\x69\ \x6c\x26\xf5\xf0\x63\x8f\x9b\x86\x69\x16\x0d\xc4\x80\x08\x95\xca\ \x8a\xd6\x50\x45\x2c\x1c\xac\x46\x52\x59\xd6\x3c\xc5\x1f\x84\xa2\ \x88\x64\x81\x61\xea\x11\x57\x16\x90\x08\x20\x07\x9c\x31\xe6\x31\ \xce\x3c\xe0\x02\x64\x12\x60\xb8\xb8\x6c\x13\xdb\x22\x02\xb7\x7c\ \x3e\x9e\xb7\x68\xa6\x64\xa5\xb2\x45\x84\x10\x75\x4c\xd7\x31\x19\ \x07\x86\xe3\xa9\xb2\x14\x14\x28\x64\x34\xe8\x53\x6a\x9a\xab\x7c\ \x0a\x8e\x85\x7d\x6d\xad\x0d\x8a\x04\x32\x99\x69\x64\x5b\xf8\xa4\ \x4b\xca\xc9\x38\x19\xaf\x09\xe2\x92\x68\xcb\xf2\xeb\x3e\x12\xe9\ \x1f\x4b\x33\x08\x20\x56\x22\x11\xe9\xf0\xee\x5d\xc1\xaa\xfa\xda\ \x8a\xc0\x9f\x91\xcb\x5f\x1f\x9b\x20\x63\x9e\x6d\x67\x21\x95\x38\ \x85\x9c\x31\x0c\xa8\x8e\x1c\x93\x64\x94\x08\xa8\xae\x8d\x3b\xa5\ \xd4\xbc\x05\xf3\x04\xc1\x3f\x3a\x3a\x3c\x3a\x32\x9a\x9c\x4e\xcc\ \x4c\x27\x8e\xf6\x0d\x8e\x8c\x8e\x56\x46\xc3\xd1\x50\x20\xe0\xd3\ \xa9\x67\x4d\x4d\x64\xf7\xef\xdb\xb3\xe1\xf4\xd3\x45\x51\x98\x15\ \x0d\xe1\xaf\x4c\xe1\x62\xf0\xc6\xd9\x13\x00\x80\x21\xc0\x66\x27\ \x7a\x00\xc3\x90\x01\x00\x81\x6d\x1d\x7e\xf1\xc5\xc3\x3b\xf7\xc6\ \xaa\x6b\xce\xbe\xfa\x5f\x78\x40\x77\x20\xd0\x43\x21\x83\x32\xc3\ \x63\x94\xa3\xea\x70\xb4\x26\x56\x8b\xc5\x70\xa8\x22\x66\x94\x0d\ \x0e\x21\xc2\x92\x61\x3a\x9a\xe5\x78\x94\x0b\x1e\x01\x90\x20\x41\ \x86\x1c\x88\xa2\xa0\xf8\x82\xa2\xea\x37\x5c\x56\x30\xca\x0e\x47\ \x2e\x03\xa6\xe3\x16\x4b\x25\x1f\x72\xfc\xaa\xea\x11\x6a\xd9\xae\ \x59\x32\x3b\x9a\xab\x32\xe3\x39\x15\x3b\xb2\xa2\xca\x55\xf1\x58\ \x20\x34\xa7\xb2\xa2\x2a\xe2\xb3\x0b\xb9\xa8\x5f\xae\x8e\x05\xe2\ \xb1\x00\x84\x34\x91\x9a\x1e\x9d\x18\x1d\xdc\xb3\x1b\x2f\x5d\x7e\ \xb2\xce\x72\x32\x4e\xc6\x1f\x2f\x80\xa2\x60\x4c\x1e\xfc\xcd\xcf\ \xef\x98\x46\x3e\x9f\x22\x40\xaf\x3c\x3c\x32\xa5\x45\x1a\x4f\xbd\ \xf4\xdd\x17\x57\x47\xa0\xeb\xbe\x59\xdd\x4b\x88\x04\xa7\x9c\xca\ \x8f\x6f\x67\x5a\x10\x43\x59\x40\x0a\xe2\xc0\xe5\x8e\x84\x2c\x87\ \xd3\x90\x24\x8c\xe4\xb3\x66\x2e\xdf\x31\xaf\x39\x14\x08\xb4\xb6\ \xb6\x0f\x0e\x0e\x1d\x3e\x74\xc8\xaf\x88\x9e\x51\x18\x1b\xea\x8b\ \x47\x43\xba\xae\x04\x03\xfe\xd1\xb1\xd1\x17\x9e\x7b\x66\xe9\xd2\ \x25\x9a\xae\x23\x01\xb3\x57\xeb\x47\xb3\x62\x20\xaf\x74\xf1\x5e\ \xa3\x3d\xf6\x8a\x2e\x0c\xfc\x63\xc9\xed\x15\x86\x3a\xa3\xc4\xc3\ \x14\x02\x00\x4b\xd9\xbc\x51\x2a\x45\x2b\x08\x60\xdc\x73\x3c\x4b\ \x40\x65\xd3\x01\x10\x87\x82\x61\x35\x80\x23\xb2\x9a\x99\x9e\x72\ \xbc\xa9\x74\xd6\x2f\xea\x6a\x63\x7b\x57\x75\x55\xc3\xd8\x54\x8e\ \x25\xf3\xf1\x78\x5c\x14\x55\x51\x10\x11\x16\x5d\x26\x11\x80\x1d\ \xcf\xa3\x6e\xa9\x68\x18\xa5\x92\x69\xd8\x96\x61\x39\xb6\xe3\x11\ \xcf\xb6\xdd\x32\x70\xca\x65\xa0\x21\x86\x82\xaa\xd8\x1c\xf7\xb5\ \x6a\x35\x75\x15\xfe\x78\x65\x25\xc3\x4a\x2e\x57\x9a\x1e\x1b\xef\ \x9f\xee\x1d\x3e\x76\x68\xf0\xc8\xbe\xeb\x3f\x74\x4d\xe3\xc6\xf5\ \x33\x89\x71\xab\x9c\x93\x65\x7a\xd1\x25\xe7\x36\xb7\x34\x9e\x10\ \x7b\x3a\x19\x27\xe3\x64\x00\x20\x20\x30\x7e\x7c\x77\x26\xba\xe4\ \x3f\x3e\x7e\x45\x00\x70\xa1\x7c\xe4\x07\x3f\x7d\x74\xf5\xbb\x3f\ \xbc\xa4\x5e\xe5\x7f\x0a\x4c\x6f\x80\x4d\x0c\x40\x1d\xdb\x4d\x6a\ \x4a\x96\x6c\xab\x4c\xb9\x27\x42\x02\x65\x0c\x88\x53\x9a\x99\x2a\ \x99\x92\xe7\x07\x30\x3b\x3a\x72\x20\x6f\x76\xcc\x9d\x17\xf1\x05\ \x7c\xdd\x3d\xf1\x58\x9c\x79\xb6\x5d\xca\x70\xb7\x5c\x11\x0b\x57\ \x44\xc2\xc5\x42\xa9\xb5\xa9\x49\xf7\xf9\xca\x85\xbc\x3f\xe8\x67\ \x6c\x76\x20\x09\x83\x13\x48\xf4\xc7\x2c\xee\x55\x6c\x82\x10\xbe\ \x4a\xef\x04\x90\x73\xce\x30\xc4\x1e\x71\x39\x84\x22\x46\xa2\xe4\ \x4b\x8f\x0e\xed\x78\xfa\xf9\xc3\x3b\xf7\x20\x8e\x8e\x0d\x0d\x65\ \xef\xbc\xa3\x80\xd0\xb4\x63\x1d\x1b\x1d\x75\xca\x66\x30\x14\xce\ \x8d\x27\xa6\xd2\x69\xd7\x30\x64\x4d\x12\x72\x2a\x93\xe5\xa9\x99\ \x89\xce\x45\x6b\x1a\x9b\x16\x58\xae\x80\x80\x2c\x42\x15\x73\xb7\ \x58\x34\xcb\x9e\xc3\x28\x2d\x16\xf3\xe5\x62\x9e\x51\x17\x32\x26\ \x09\xd8\x07\x99\x4f\xe0\xa2\x04\x25\xbf\xe6\x31\x47\x00\x12\xe2\ \x58\x13\x81\xc6\x5d\x15\x1a\xd3\x87\xf6\xef\x7d\x6a\xfa\xd8\xd0\ \xf8\x78\xba\x30\x3e\x93\xb2\xcb\x05\x60\x97\x35\x4c\xaf\xa1\x17\ \x4f\xcd\x0c\xf7\x0e\x1d\x15\x35\xb5\xaa\x31\xd6\xb3\xba\xc7\x48\ \x58\x9c\x83\xb7\xf3\xc5\x8e\x52\x9a\x4e\xcd\xb8\x8e\x73\xf2\xb1\ \xfc\x7f\x35\x20\x42\xe1\x70\x44\x7f\xcd\x9c\xc3\xeb\xed\x07\xc6\ \x43\x55\x73\x16\xce\x95\xc3\x01\x5d\xe7\x1c\x08\xb5\x8b\x96\x2c\ \xaa\x0e\xeb\x9a\x26\x5b\xa6\xf5\x67\x2c\x02\xe1\x0d\xde\xd6\x2b\ \xa3\xec\x90\x20\x07\xfc\x4c\x80\x50\xa5\x1e\x17\x5c\xa8\x4b\x22\ \xf1\xbc\xb8\x1e\x58\xba\x68\x41\x2c\x12\x79\xf4\x89\x27\x7a\xf7\ \xed\x6d\x68\x9b\xdb\xd8\xd1\x55\x5f\x55\xe5\xf7\xab\xa9\xc4\xd8\ \xd4\x70\x3c\x9b\x4e\x46\xfd\x5a\xc8\xa7\x41\x88\xe6\x2f\x58\x50\ \x5d\x11\xa3\x8e\x8b\x44\x11\x43\x4c\x19\x07\x10\x20\x04\x67\x35\ \xdf\x66\xe7\xec\x5f\x4d\x97\x66\x29\xd1\x8c\x31\x46\x28\x42\x00\ \x62\xc4\x18\x15\x11\x02\x80\xe7\xd3\xb9\xfd\x7b\xf6\xbe\xf8\xec\ \xf3\xd3\xe3\xe3\x01\xdd\xa7\xcb\x9a\x61\x59\x7b\x9e\xdd\x52\xa0\ \xb4\x48\xbc\x50\xbc\x42\x72\xe9\xf0\xc1\x83\x5e\xb1\x20\x38\xb6\ \x8c\x21\xb7\x58\xc9\x64\x58\xf7\x67\x32\x59\xcb\x86\x21\x7f\xb5\ \xcf\x5f\x93\x18\x1b\x9b\x66\x9e\x28\x32\x87\x7b\x26\x21\x08\x30\ \x55\x16\x63\x7e\x49\x16\x24\x81\x33\xee\x59\xd4\x73\x6d\xcb\xb4\ \x4a\x46\xff\x78\xc2\x5f\xd5\xaa\xd6\x75\xba\xb6\x1b\xd6\xa4\x52\ \x7a\xf2\x57\x37\x7d\x85\xe5\x46\x19\xa3\x05\x17\x70\x25\x88\x3d\ \x14\xc2\x70\xfd\x69\xa7\x9e\x7b\xce\x99\x0b\x3b\x3b\x7a\xf7\xee\ \x37\xcd\xa2\x3f\xe4\x2b\x17\xf2\x24\x33\x2d\x2b\xb5\xaa\x12\xe1\ \x9c\xbe\x6d\x81\x69\x7c\x6c\xd8\xe7\x0b\x54\x54\x56\x02\x00\x5f\ \xa3\x3a\xca\x5f\xdb\x84\x3e\x19\xff\x2c\x28\x74\xa2\x00\xcc\xc1\ \x6b\x2e\x34\xd0\xf3\xdc\x64\x32\x11\xa5\x15\xc1\x60\xe8\x4d\x6c\ \x09\x16\xaa\xeb\xec\xb4\xc6\x0e\x6e\x7f\x19\x01\xc0\x39\x8b\x36\ \xb6\x07\x79\xf6\xc0\xee\x99\x8a\x96\x39\x61\xe5\x4f\xb4\x7d\x5f\ \xff\x4e\x87\x5c\xc3\xce\x8d\x4c\x39\x5a\x11\x61\x09\x63\xc9\xb5\ \x3d\x59\x94\x73\xb6\x57\x53\x51\x71\xf5\xd5\xd7\xac\x5e\x79\x4a\ \xe2\xd8\x21\x27\x91\x78\x6c\xeb\xf6\xad\x03\xc3\xfb\x76\xef\x9d\ \xbb\x68\xd1\xda\x0d\x6b\xe3\xb1\x68\xf7\xbc\x4e\xd7\x88\x03\xd7\ \x1d\x1b\x18\xad\xae\xae\xde\xb1\x75\xcb\xe4\xd8\xf8\xc6\x73\xce\ \xf5\x45\xa2\x00\x01\xc8\x39\x40\x68\x36\x47\x9a\x6d\xdc\xbd\xaa\ \xf6\x38\x3b\x07\x33\x3b\xa3\x07\x44\x00\x18\x05\x08\x22\x20\xd8\ \xc5\xe2\xbe\x3d\x7b\x5f\x7e\x79\xc7\xf8\xe4\x24\x00\x48\x08\xc5\ \x12\x85\x42\x7e\x2a\x29\x88\x92\xe3\x71\x0a\x51\x55\x45\x75\x31\ \x9b\x29\xa5\x67\x80\x51\x40\x46\x4e\x13\x60\x40\x52\x8a\x96\x2d\ \x70\xce\x20\x96\x24\x9c\x49\x4c\x3e\xfb\xc4\x63\x1b\x4e\x3f\x9f\ \x53\xa6\xc9\x48\x55\x71\x4c\x96\x30\x96\x09\x71\x19\x21\x85\xfc\ \xd4\xf8\x4c\x22\x97\x9a\x29\xe4\x32\x85\x5c\xa6\x5c\x2a\x95\x8a\ \xc5\x92\x03\xcf\xb8\xf8\x1a\x1d\x4b\x0c\x02\x0a\x98\x65\x96\x15\ \xc4\x02\x21\x55\x92\x44\x2a\xfb\x27\x12\x79\x59\x10\x21\x87\xab\ \xbb\xba\x97\xb7\x77\x93\xb4\x41\x33\x96\x0a\xb8\x02\xed\xe1\x81\ \x63\x55\x95\x61\x7d\x6e\x1c\x68\x10\xbc\x4d\xa1\x09\xa4\x67\x92\ \x8a\xaa\xc5\x2a\xe2\xe0\x95\x71\xf1\xd9\xff\xe9\x93\xb0\xf4\x4f\ \x89\x4c\x7f\x64\x3b\xff\x91\x18\xc3\x39\x57\x14\x45\x14\xc4\xa9\ \xa9\x89\x40\x20\xf8\x86\x8c\x19\x8c\xb1\x95\x1b\x7b\x6a\xf3\x03\ \x39\x28\x09\x10\x30\xe2\x8a\xf1\x25\x57\x9e\xd5\xf8\xc4\x43\xcf\ \x6f\xf8\xd0\xf5\x51\x4d\x60\xf4\x4d\xea\x5e\x42\x4e\x3d\x4c\x4c\ \x9d\x8b\x2a\xf1\x88\x07\x6d\xcb\xb5\x6d\xd7\x92\x05\xa9\xb6\xa5\ \x71\xc1\xf2\x95\x30\x10\x0c\xe9\xca\xe2\xfa\x4a\x75\xc3\x9a\x0c\ \x93\x0e\x8f\x27\xf7\xec\xd8\xde\xdf\x77\x64\xe9\x92\xee\x45\xf3\ \xe7\x4c\x8e\x14\xc6\x46\x26\x35\x49\xe6\x1e\x61\x9e\x37\x36\x34\ \x98\x98\x98\x68\x8b\x57\x71\xc7\x13\x04\x11\x00\xc8\x18\x83\x08\ \x22\x8c\x67\xcf\xd8\xd9\x39\xb2\x57\xc9\xe5\x94\x32\x4a\x1c\x51\ \x84\xf9\x74\xe6\xf8\xa1\x63\xdb\xb7\xbc\x98\xcf\x16\xca\x96\x5b\ \x28\x97\xb9\x28\xa5\x4a\x05\x41\xd7\xb4\xfa\x06\x09\x63\x9d\x42\ \x55\x94\x15\x8c\x53\x43\x23\xe9\x91\xd1\x8a\x80\xbc\x71\xed\xca\ \x05\x9d\x2d\x41\xbf\x1f\xe0\xd0\xce\x83\x87\x1f\x7e\xf6\x59\xd7\ \xb5\xf2\xae\x27\x88\x41\xcf\xce\x5b\xa6\x21\x87\xe4\x92\x63\x4c\ \x67\x12\x46\x2e\x33\x39\x35\x95\xc9\x64\x4a\x85\x62\xd9\x30\x6c\ \xdb\xf1\x08\xe1\x9c\x43\x84\x21\x44\x40\x89\x5a\x04\x96\x5c\xe8\ \xaf\xa8\xc7\x5e\xce\x2a\x26\x24\x59\x5c\xd3\xb3\xa2\xb6\xae\x66\ \x68\x3a\x57\x5f\x6f\x66\xc6\x13\xd9\x6c\x71\xf7\xae\x5d\x4b\x56\ \xac\x5c\xb0\x68\xb1\xa6\xfb\x87\xfb\x0e\x17\x33\x13\x4e\x3e\x1b\ \xad\x8b\x88\x08\xbe\x9d\x29\x04\x96\x6d\x45\xa2\x31\xf0\x5a\x1d\ \x0b\xc6\xc0\x3f\xbf\x98\xea\xdb\x1c\x9e\x20\x84\x9c\xbf\x46\x96\ \x95\x73\x45\x55\x29\x21\xaf\xaf\x32\x36\x1b\xc4\xf3\xfc\x35\x0b\ \x3e\xfa\xe5\x45\x02\x20\xa6\x43\x55\x4d\x61\x1e\xe1\x80\x5f\xf7\ \xe9\xb9\x18\x0b\x7f\xa6\x02\xfc\xfa\xfc\x26\x8e\x91\xec\x53\xe3\ \xaa\x22\x96\xca\x59\xc3\x2d\x7a\x9e\x1d\x0e\x07\x09\xa3\x50\x12\ \xd3\xc5\x02\xe3\x3c\xd4\xde\xae\x8f\x8f\x05\xd3\x25\x6a\x82\x8b\ \xd7\x6d\x08\xcf\xe9\xbc\xe7\xd1\xcd\x47\x06\xc7\x52\x99\x69\x95\ \x97\x23\xba\x56\x48\x97\x4a\xc5\x92\xac\x6a\x10\xa3\x3d\xbb\x77\ \x39\x8e\x27\x28\x4a\xdb\xbc\x05\x80\x83\xa9\xa9\xa4\x3f\x12\x08\ \x84\x7c\x9c\x73\xdb\xb6\x01\xe0\x9a\xa6\x32\xc6\x67\x35\x89\x5d\ \x4a\xf3\x85\xe2\xf0\x50\xef\x96\x67\x9f\x1d\xee\x1d\xc2\x0c\x47\ \x23\x15\x96\x65\xe6\x0b\x85\xba\xf6\xf6\x58\x73\x13\x97\x44\x8e\ \x60\x2a\x99\x9e\x1c\x9b\x58\xb6\x60\x61\xef\xbe\xfd\x63\x43\xc3\ \x0a\xe3\x0b\x5a\x5b\x5b\xaa\xaa\x90\x6b\x02\x0b\x4d\xcf\xe4\xd6\ \x2c\x5e\xae\xa8\xfe\x5f\x3f\xb8\x89\xd8\x6e\x6e\x26\x41\x9d\xd2\ \xcc\xf4\xc8\x9e\x1d\xbd\x96\x91\xf2\xf2\x29\x5a\x2a\x32\xc6\x38\ \xc4\x94\x03\xcf\x63\x08\x08\x92\x20\xb9\x94\x52\xce\x08\xa1\xaa\ \x82\x39\x65\x9e\x65\x26\xa6\x8f\x98\xe9\xd1\x9e\x4a\x10\x09\x47\ \x2b\x6b\xea\x20\xc6\xb9\x42\x01\x49\xb2\x8d\xbd\x65\x67\xac\xbe\ \xf2\x7d\x1f\x68\x6d\xeb\x34\x4b\x86\xa7\x09\xd1\xe6\xfa\x44\x71\ \xca\x09\xfa\x50\x6d\x0d\x15\x30\xfa\xa7\x7e\x02\x39\x75\x5c\x2a\ \x4a\x12\x7a\xcb\x25\x33\x3e\x0b\x4c\x20\x71\x6c\xe7\xa0\x55\xb9\ \x6a\x71\x23\xa7\x27\xe4\xa8\x4e\x22\xd3\x3f\xdd\x8d\x8e\xbf\x26\ \x71\x62\x8c\xbd\x9a\xff\xce\x16\x64\xde\xe4\x32\x92\x84\x27\x0f\ \x3e\x7f\xdf\xe3\xdb\xb3\x16\xd5\xa3\x2d\xe7\x5e\xfa\x8e\xee\x6a\ \x8d\x50\xf6\x37\xce\xac\x00\xc8\x80\xeb\x82\xac\x0f\x07\x55\x05\ \x60\x28\x40\x45\x07\x1e\x09\xf9\xfd\x89\xb1\xe1\x54\x62\x54\x14\ \x9b\xb3\xd0\x97\xf4\x57\x51\x67\xbc\x0b\x2a\xf9\xe3\xc9\x14\xa9\ \x10\x63\xdd\x20\xd2\x98\x2e\x0e\x57\x5a\x45\x24\x52\x5f\x2c\x9e\ \xcf\x17\x44\x04\x65\x11\x67\x53\x53\xcf\x3c\x39\xa9\x05\xa2\x18\ \xcb\xd1\xaa\xda\xa2\x61\xa9\x91\xa0\x49\x3c\xee\x79\x33\xc9\x49\ \xbf\x4f\x17\x05\x80\xb0\x08\xb0\x90\xb6\xad\xc1\xd1\xf1\x6c\x36\ \x3d\x35\x38\x44\x91\x10\xab\xaf\x2b\xe6\x4b\xe1\xfa\x6a\xae\xab\ \x16\x86\xb1\x68\x78\xef\x81\x43\xcd\xad\x2d\x82\xe4\x4f\x27\x0a\ \xa5\xa2\x23\x48\x5a\xc9\x76\x8a\xe5\x92\x4f\x13\x5b\x6b\x6a\x7a\ \xf7\xec\xf3\x6b\x68\x41\x77\xd7\xbe\xad\x2f\xa4\xa6\x86\x36\x5e\ \xf2\xae\xfe\xe1\xe1\xcd\x2f\xec\xa0\x42\x29\x9b\x9c\xf0\xcc\x52\ \x21\x9d\x91\x45\x28\xcb\x41\xca\x65\x0e\x31\x25\xcc\x76\x48\x53\ \x7d\xed\xe8\xf8\xb8\xeb\x79\x92\xa4\x42\xc8\xc2\x91\xe8\x7b\xde\ \xf5\x7e\x87\xe1\x65\x4b\x2a\xff\xf0\xd0\x43\x2f\x6d\x7f\x0a\x04\ \xe4\xba\x80\xb0\x75\xe7\x11\x0e\x1c\x28\x0b\xc4\x2b\x71\x0a\xca\ \x46\x9e\xf2\xd2\xe4\xc4\x01\x44\x98\x57\x2c\xb9\xa6\x2b\x06\xa3\ \x33\xb9\xf2\x9d\x87\xc6\x37\x2e\x69\x6a\xd0\xa0\xf7\x77\xbe\xd3\ \x79\xf9\xc4\xfe\x03\x07\x53\x26\x83\x9c\x10\xb1\xf2\x94\x53\x96\ \xc6\x7c\x7f\x42\xd2\xed\xdf\xf6\xc4\xb4\x6f\xfe\xda\x85\x35\x7f\ \x73\xe2\x33\xb1\xe5\xcb\x3f\xdc\x76\xd5\x17\xbe\xdc\x13\x79\x6b\ \xc8\xc6\x5e\xd5\x6c\x1d\x7c\xf9\xa9\xc7\xad\xd5\x6b\x16\x37\x92\ \x57\x1b\xb2\x6c\xd6\x51\x69\x76\xcf\x83\x13\x9d\x11\xce\x01\x84\ \x08\x00\xc6\x39\x04\x10\xa2\xd9\x72\x24\x7f\x6d\xab\x64\xf6\xeb\ \x13\x72\x1c\x7f\xf1\x1a\x00\x88\x4e\x8c\x39\x9d\x30\x60\x7b\x45\ \xb8\x83\x9d\x4c\xd4\xfe\x57\xe7\xd4\x2b\xf9\xca\x6b\xef\x37\x7f\ \xab\xcf\x0a\x16\xc5\xe2\xc8\xcb\xbf\xba\xf3\xb1\x9a\x35\xe7\xaf\ \x6f\x0e\x0c\xee\x7c\xe2\xb6\x5f\xfd\xee\xe3\x1f\x7b\x5f\x9d\x06\ \xfe\x72\xb8\xf8\x75\xeb\x4d\x10\x50\x46\xf3\x46\x89\x01\x0a\x28\ \x11\x11\x14\x10\x26\xc4\xb3\x2d\x22\x40\xc9\x36\x5d\x45\xf1\xe5\ \x20\x0e\xd6\xd7\xa1\xaa\x91\xc3\x4f\x6d\xad\xef\x5c\x22\x2b\x0a\ \x72\x69\x36\x95\x99\xdb\xd8\x12\xca\x91\x78\x48\xcb\x58\xb0\x9c\ \x4e\x6b\x08\x50\xe2\xb8\xb6\xe5\xf7\x07\x91\x00\x76\xee\xd9\xb1\ \x76\xc3\x99\x1c\xb0\xf1\xb1\x91\x68\x34\x1c\xf1\xfb\xa6\x47\x46\ \xc7\x5d\xd7\xef\xf7\x2f\x59\xbd\x36\x97\xcd\x3c\xb7\xed\xa5\x2d\ \x3b\x76\x16\x0b\x45\xe0\x39\xb6\x61\x06\x83\x41\x59\x56\xb8\x28\ \x22\x59\xae\xae\x6f\x20\x0c\x86\x42\x11\xd7\xa1\x9c\xbb\xad\xf5\ \xf5\xf3\x3a\x3b\x2a\x63\x51\xc7\x32\x20\x73\xc3\x81\xf0\x92\x9e\ \x9e\xe3\xd4\x6c\x6c\x88\xaf\x5a\xbe\x58\x17\xc5\x9a\x96\xb6\xb9\ \x8b\x16\x2c\xd8\x7d\xe0\xf1\x2d\x2f\x17\xf2\x69\x01\x10\xc4\x49\ \x3c\x12\x22\xae\x25\xc8\x22\x15\x05\xdb\x71\x91\xa8\x2c\x5f\x3a\ \xbf\xa9\xb9\x25\x9d\xcd\xf8\xfc\xbe\xc1\xa1\x81\x72\x29\xbf\x7a\ \xdd\xba\x9a\xc6\xca\x68\x65\xf5\xba\x95\x6d\x08\x9d\xc6\x8c\xb1\ \x3d\xdb\xb6\xb0\xa2\xa0\x20\x1e\x8f\x07\x1d\xc3\x28\x97\x4c\x46\ \x70\x30\x1c\x8a\x44\xc3\xb1\x68\x20\x3b\x3e\x31\x38\x3a\xf2\xf2\ \xf6\x3d\x63\x79\x73\xc7\xd0\x78\x49\x55\x4e\x99\xbb\x1c\x63\xf4\ \xf7\xc6\xa6\xe2\xd1\xe7\xbe\xfb\xb5\xbb\xe7\x9d\x7f\x6e\x14\x3b\ \xae\xc2\x7b\x16\xb9\xae\x00\xb0\xa2\x60\x00\x6c\xd3\x54\x34\xe5\ \xe8\x93\xf7\x6d\xaf\x14\x7a\xda\xfd\x02\xd2\x34\x05\x7b\x76\xa9\ \x68\x10\x5f\x20\x28\x8b\x08\x00\x4e\x1c\xab\x54\xb6\xa0\xa4\xfa\ \xfd\x1a\x06\x00\x00\x6e\x16\xf3\xa6\x07\x74\x7f\x58\x8e\x75\x5f\ \x79\x55\xbc\xd1\x07\x00\x00\xdc\xb3\x0b\x45\x53\xf4\x05\x74\x79\ \x76\xae\x9b\x98\xa5\xb2\xed\x71\x2d\x10\x50\x45\xcc\x19\x71\x5c\ \x2a\xca\x32\x7e\x4d\x86\xc5\x38\x67\xec\x15\xa7\x2d\x88\x10\x86\ \x0c\x00\x8c\x91\x6b\x14\x0a\x16\xf5\x05\xc3\x9a\xc8\x4d\xc3\xe2\ \x58\x92\x45\x44\x3d\x8f\x72\x28\x8a\x98\x53\xc7\x74\x99\xac\xf9\ \x20\x31\x73\xd9\x32\xd6\x02\x41\x5d\xa2\x84\x32\xea\x1a\xa5\xb2\ \x07\x04\x5f\x20\xa8\x8a\xd0\x28\xe4\x0d\x97\xa9\x3e\x9f\x8c\x79\ \x29\x5f\xf2\x18\xf6\x85\x43\x0a\x02\x00\x02\xc7\x28\x14\x4d\x4f\ \x56\x75\x5d\x93\x05\x01\xd9\xc5\x7c\xc9\xe6\xfe\x70\x48\xc1\x9c\ \xd0\x93\xf8\xf4\xbf\x0a\x41\x10\x5c\xc7\x79\x6c\xf3\xe6\x65\xcb\ \x96\xd5\xd6\xd6\x92\x57\x4c\xe5\xde\xa4\x4d\x9f\x80\xf8\xf8\xc0\ \x51\xd8\xb1\xf1\xda\x2b\xce\x91\x38\x58\xbe\xb0\x76\xfa\x2b\x37\ \x0d\x26\x0b\x0d\xad\x41\xf0\x37\xcd\xd3\x01\x0e\x18\xc4\x5c\xd0\ \xb0\xec\xe3\x94\xfa\x7c\x7a\x75\x3c\xee\xd7\x75\xdb\x76\xab\x2a\ \x6b\x34\x39\xec\x98\xb4\xb2\x3a\xe8\x8f\x06\xa1\x82\x4a\xa9\xb1\ \xe6\xe5\xdd\xfb\xd2\xf9\x5c\x7a\xca\x27\x00\xc7\x76\x0e\x0c\x8d\ \x34\x9e\xbe\x4e\xd1\xd8\xb2\xca\x35\xa5\x5c\x26\x35\x35\x4e\x21\ \xdf\x78\xde\x59\x86\xe9\x4c\xce\x64\x73\xf9\x94\xe3\x51\xa7\x6c\ \x60\xd3\x30\x31\xda\xb3\xf5\xe5\x91\xc1\xc1\xd6\x39\xad\x2a\x12\ \x27\x93\x29\xaf\x50\xec\x69\x69\xdb\xb5\x67\x6f\x3a\x67\x72\xce\ \xcd\x92\xed\x53\xfd\xb2\x20\x6f\xdf\xbe\xab\xab\xbb\xa7\x22\x18\ \xf3\x85\x2b\x82\xa1\xf0\xc0\xf1\x5e\xcf\xb6\x5a\x5a\x5b\xdc\x72\ \xce\x27\x42\x11\x10\xc7\x2c\xf8\x82\xda\xd2\xe5\x8b\x15\xcc\x38\ \xe7\xe1\x58\xd8\xb2\xcd\xc2\x4c\xa2\x22\x16\x92\x10\x55\x45\x54\ \x4c\x4f\x53\xe2\x29\x98\xfb\x62\x61\xc7\x28\x78\xcc\x54\x31\x5e\ \xbe\x7c\x45\xf7\xfc\x9e\xf1\x89\x89\xba\xca\xc0\xbc\x79\x73\x45\ \x60\x0c\x0c\x16\x8b\xd9\xa9\x95\x67\x9d\xd1\xd2\xd9\xf1\xe0\xb3\ \xcf\xdc\xfa\xcb\x5b\x74\x8c\xce\xbf\xe8\x7c\x89\x12\x91\x11\xd7\ \x32\x33\xd9\x99\x70\x88\x59\x8e\xb7\x70\xf1\x72\x49\xd6\x2d\xcb\ \xa5\x00\x7b\x0c\xa6\x73\xe5\xe7\x5f\x78\xc9\xf5\x05\x4b\x58\x28\ \x15\x8a\x08\xfd\xfd\xdd\xfd\x20\x8c\xb6\xac\xfb\xb7\x7f\xfb\x70\ \x78\xf6\xad\xcc\x91\x6f\x7e\xf6\x9b\xd5\xef\xb9\xf1\x5f\xea\x7b\ \xbf\xf8\xed\xc7\xae\xfc\xca\x7f\x85\x03\xe8\xe8\x0b\xbf\xf9\xcf\ \xc9\x1d\xe7\x5c\xf1\xe1\x95\xbe\x03\xdf\xbf\xf9\xbe\xac\x47\x61\ \xa4\xfb\xdf\x3e\x7d\x7d\xab\xb3\xf3\x2b\x37\xfc\x34\xc3\xfd\xd4\ \xb4\xda\xce\xba\xee\xb3\x57\x2c\xdb\xff\xc8\x2f\x7e\xf5\xd8\x01\ \x28\x07\x56\x5f\xfa\xf1\xcb\xbb\x26\xee\xba\xe7\xc9\x6b\xbe\x32\ \x2f\x94\x3d\xf2\xfd\xef\xfc\xbc\x37\xe3\x22\x39\x7e\xd9\x87\x3f\ \x71\x5a\x57\x68\xeb\x3d\x37\xfe\xf2\xf1\xc9\x90\x0e\x4c\xb9\xe5\ \x63\x5f\xfc\x5c\x7b\xe9\xe9\x6b\x3f\xf7\xc8\xc7\x7e\xf0\xfd\xe5\ \xd5\xc2\x6b\x4a\x02\xaf\x9e\xa5\x27\x5a\x3b\x08\x80\xa9\x03\x8f\ \xdf\x7a\xcf\x53\x05\x82\xc4\x58\xd7\xb5\x1f\xb9\x7a\xfa\xf7\x37\ \x3d\xe7\xad\xfc\xd2\x75\xeb\x77\x3e\xf4\xdd\xdf\x4d\xcc\xfb\xc6\ \xc7\xcf\x1f\xde\xfc\x93\xbb\x06\x1b\x3e\xf3\xa1\x65\x0f\xdd\x72\ \xeb\xa1\x19\xdb\xe3\xda\x59\x57\x5e\xb7\x71\x9e\x72\xef\x0f\xbf\ \xf7\x5c\x7f\x3e\x5a\xd3\x76\xc5\x87\xaf\xc5\x7b\xee\xbd\x6d\xf3\ \x1e\x22\x05\xd6\x5e\x74\xe5\xe9\xed\xf4\xae\x9f\xdf\x3d\x5e\x2c\ \xe3\x58\xcf\xf5\xff\x76\x95\xd0\xff\xd4\x2d\xbf\x7b\xb6\xcc\xa5\ \x39\x8b\xcf\x7e\xdf\x65\xab\x27\x77\x3f\x7c\xc7\x83\xdb\x4a\x84\ \xc8\x55\x8b\xae\xbd\xf6\x5d\x35\x0a\xa0\xec\x24\x3c\xbd\xc5\x40\ \x08\x95\x4b\xa5\xbb\xee\xba\xeb\xe5\xed\xdb\xf7\xee\xd9\xf3\xfe\ \x0f\x7c\xa0\xa1\xbe\x9e\x9d\xe8\x65\xbd\x29\x9f\x15\xca\x61\x45\ \x65\x8d\xf9\xec\xce\xe7\xf7\x74\x76\x57\xa9\x89\x03\x4f\x8f\x78\ \xc1\xf5\x21\xfd\xaf\xe6\xb4\xaf\x5f\x0b\x07\x94\x71\xa4\xa8\x91\ \xaa\x5a\x48\x3d\x01\x42\x41\x56\x38\x14\xab\xaa\x2b\x18\x05\x43\ \xc3\x63\x7a\x20\x5a\x5b\x19\x03\x1e\x91\x83\xd2\xea\xf7\x5d\xaa\ \x56\xb6\xc4\x77\x1c\xf5\x8d\x8d\x96\x4c\xd3\x11\x70\xaa\x64\x1e\ \x1c\x1d\x5b\x7f\xca\xfa\xf6\x96\xe6\x62\x26\xd9\x7f\xf4\x40\x63\ \x75\x75\xa1\x58\xa0\x84\x8e\x8f\x0c\xec\xdd\xbb\xe7\xea\x6b\xde\ \x97\xa1\xde\xf4\xf0\x88\x00\xd1\xdc\xd6\x36\x66\x5a\x55\xe1\xc8\ \xd4\xd0\x68\xae\x54\xc4\xa2\xd4\x5c\x55\x3d\x16\x0a\xd9\x25\x9b\ \x12\xaf\x98\xce\x50\xcb\x82\xc4\x6b\x6f\x6d\x8a\x85\x83\xe9\xd4\ \xcc\x9e\x3d\xfb\x57\xae\x5a\x33\x35\x39\x21\x71\x37\xd0\xd5\x9a\ \x19\x1f\xa9\x8b\x06\xec\xc6\x1a\xaf\x98\xd9\xbb\x77\xd7\xd4\x50\ \xaf\x5f\xc2\x73\x9a\xeb\x39\x04\xfb\x8f\xf6\xae\xb1\xc9\x4c\x22\ \x59\x19\xf1\x37\x47\xe2\xa5\x4c\x02\x20\x58\x2a\xe4\x5b\xea\xba\ \x5d\x99\xe7\xa8\x11\x08\x04\xc3\x21\x7d\x7c\xa4\xcf\x23\x14\x63\ \x2c\x63\xea\x53\xa1\x26\xc1\x53\x56\xf4\x34\x35\xc4\x1e\xdc\x74\ \xef\x6f\x6e\xbf\x1d\x52\x62\x13\x92\x8b\x04\xae\xfb\xc0\xb5\x3b\ \x5f\x7c\x71\xd7\xcb\x3b\x42\xfe\x88\x28\x8b\x5a\x40\x4f\xa6\x32\ \x4f\x3c\xf1\xd4\x9a\xd5\x2b\x4d\xd3\x25\x48\x68\x9f\x3b\xff\xc5\ \x43\xfd\xe3\xd9\xa2\x03\x10\x27\xec\x1f\x40\x6e\x42\x58\x32\x27\ \xb7\xfc\xf7\x57\x4c\x8d\xba\xf5\x8b\xcf\x7c\xff\x65\xeb\xdf\x7f\ \xcd\x86\xaf\xdf\xf6\xd5\x63\x0a\x9c\x73\xc6\x87\x16\x85\xd1\x66\ \x5b\x5e\x71\xc1\x07\xbf\x70\xd5\x12\xc0\xa6\xbf\xf3\x89\xdb\xf9\ \xf2\x0f\xde\xb0\xb1\xe2\xe7\x37\x7c\xf1\x17\x9b\x36\x7c\x7d\x75\ \x32\x49\x2b\x3e\xf9\xdd\x6f\xd7\xf6\x3f\xf0\xc9\x6f\xfe\xf6\xd8\ \x69\x55\x4f\x3e\xf1\x64\x70\xcd\xe7\xbf\x7a\xc5\x62\x0e\xa0\x33\ \xd5\x9b\xcb\x97\x00\x65\x8f\xdc\xf2\xa3\xf1\xf8\x79\xdf\xbb\xf1\ \x82\xe3\xf7\x7f\xeb\x3b\x3f\xfd\xd5\xa2\x1f\x7d\x72\x66\x74\xb4\ \xed\xbc\x0f\x7f\xf9\xf2\xee\x3b\xbf\xf4\xd1\xbb\xee\x7d\xee\xeb\ \x1f\x3e\xe5\x93\xff\x5e\xdd\x12\xfe\x13\x20\x7e\x8d\xbd\xe2\xec\ \xaf\x08\x78\x13\x77\xdc\xf1\x48\xe4\x8c\xeb\x3f\x7b\x5a\xf5\xc3\ \x37\xdd\x78\xdb\x6f\xb7\x7d\x68\x71\x6d\x66\xf3\xa1\x34\x5d\x3d\ \xd5\x7b\xe0\xc8\xb0\x5a\xa6\xee\x91\xe3\xc9\xd8\xdc\x33\x8e\x3e\ \xf0\xeb\x1d\xf9\xfa\x4f\x7c\xfc\x9c\xa1\x4d\x37\xdf\x73\xc7\x23\ \xab\xbe\x76\xce\xe0\x64\x7e\xf9\xbf\x7c\xfa\xca\x25\x15\xc6\xe8\ \xd6\xaf\xdf\xbf\x7b\xdd\x75\x9f\x5e\xd7\xa8\x53\x24\xa9\x2a\xbe\ \xfc\xda\x0f\xbb\xe5\xd1\x5f\xfd\xe8\x57\xdb\xfa\x4e\x0d\x6e\xdb\ \x92\xf0\x2f\xbb\xf1\x93\x17\xa8\x00\x81\x42\xdf\xaf\x7f\xf3\x68\ \xf8\x8c\x0f\x5e\xdb\x03\x7e\xf6\xcd\x1f\xfe\xee\x85\xa5\xff\x7e\ \xde\x1c\xcf\x21\x27\x51\xe6\x2d\x5e\xeb\x18\xf3\x08\x59\xb8\x68\ \xe1\xd2\xa5\x4b\x3d\xe2\x41\x04\x29\x63\x27\x64\xf8\xdf\x9c\x28\ \x2f\xf1\x48\xbc\x6b\xdd\x25\xab\x26\xee\xb9\xe5\x3b\x9b\x04\x81\ \x0a\xc1\x33\xaf\x78\x5f\x47\x54\xa4\x84\xfc\x8d\xd8\xc4\x01\xc4\ \xd0\x74\xcc\xc9\xe4\x04\xa6\x14\x32\x32\x3d\x05\x6a\xe3\x55\x66\ \xb9\x50\x2e\x99\x43\x03\x03\xea\xfd\xbf\xdf\x70\xc6\x19\xa7\xae\ \x5f\xd6\xd8\x14\x26\x1a\xd8\xfa\xfc\x43\x03\xc3\x39\xec\x58\x5e\ \x32\x53\x55\x3b\xb7\x5c\xd7\xf0\xc0\xa6\xc7\x86\x8f\x8d\x9d\x73\ \xc6\x86\xa6\x9a\x4a\x01\x08\xe9\x64\x12\x50\xa2\xeb\x3e\xb7\x54\ \xac\x8f\x47\xc7\xfb\x7b\xc7\x87\x46\xb3\xc9\x34\x86\x48\xc4\x42\ \xb9\x54\x1e\x19\x19\x4b\xee\xde\x23\xfb\xf4\x68\x55\xb5\x69\xdb\ \x01\x45\x69\xac\x88\x0e\x0e\xf4\x05\x44\xee\x96\x52\xa5\x69\x2f\ \x52\x11\xc3\x6e\x91\x19\xc5\xc5\xf3\x3a\x86\x7b\x8f\x72\x62\x51\ \x6a\x6b\x88\xa6\x52\x53\x95\x41\xdd\x37\xb7\xf3\xf0\xfe\x5d\xfd\ \xc3\x03\x12\xe0\x0c\x40\xdb\xa5\xbe\x70\xb0\xb5\xa3\x23\x93\xcb\ \xbe\xfc\xd2\xb6\xa0\x26\x75\x76\xb6\x70\x41\x9c\x4e\xce\xcc\x94\ \x0b\xa5\x42\xb6\xb6\x2a\x26\x09\x5c\x92\xe4\x64\x72\x3a\x9d\xc9\ \x59\x96\x1d\x8b\xc7\xce\xa9\x3d\x67\xa5\xef\x14\x80\x19\x44\xec\ \xa5\xe7\x9e\xd8\x7c\xc7\xaf\x75\xc7\x6e\xa9\x6f\x2c\x97\x8b\x63\ \x03\xbd\x87\x0e\x1d\x0c\xc4\x2a\x92\xf9\x62\x3a\x57\x4e\xce\x4c\ \xcf\x5d\xd0\x79\xe6\xf9\xe7\x36\x36\xd6\xfa\x75\x45\xc2\x72\x47\ \xb7\x6f\x7c\x66\x2b\xe5\xc8\xa7\x05\xd2\x93\x49\xea\x7a\xff\x00\ \x1d\x02\xce\x88\x18\x6c\xbb\xe0\x9d\x57\xc4\xb1\xa7\x46\xaa\x10\ \x00\xf1\x25\x17\xce\xfd\xe5\x2f\x6f\x1e\x58\xf8\xc0\x57\xe6\xce\ \x26\x2d\x27\x8c\x25\x0b\xc3\x7d\x33\x39\x74\xf8\x99\x9b\x87\x58\ \x39\xd8\xdc\x18\x52\x29\x07\xb2\xac\x2a\x2a\x08\x75\x74\x35\x85\ \x36\x4f\xd9\xa1\x77\xff\xcb\x7b\x6e\xbe\xfb\xd6\x2f\x4d\xec\x7f\ \xf7\x95\x57\x75\x61\x8c\x30\xa6\xe5\x74\x5f\x9f\xb3\xee\x23\xab\ \x75\x08\x7b\xd6\x9f\x19\x78\xf0\xb7\xc3\x09\x4b\x94\x14\x4d\xd7\ \x00\x50\x97\x2c\xaa\xdb\x7d\x7c\x92\xc2\x0d\x4b\x96\xf7\xfc\x45\ \x2b\x85\xb3\xd9\xae\x2b\xe2\x8c\x73\x0e\x91\x99\x3c\x3e\x0e\x42\ \x1f\x58\x35\x4f\x56\xc0\xda\x35\x73\xb7\x3c\xb8\x0f\xbc\xf3\xbc\ \x88\xfd\x9b\xdd\x7b\x0e\xa6\x84\xe6\xf9\x55\xf6\x81\xfd\x3b\x07\ \xf3\xf8\x94\x05\xe1\xe3\xbf\x98\x29\x65\xcd\xfb\x7e\xfd\x6b\xc7\ \x46\xad\xf5\x11\xe2\x3a\x82\x20\x68\xba\x26\x4a\x72\xa6\xb7\x8f\ \x04\xe6\xae\xed\xa9\xd7\x5d\x17\x08\x60\xe8\xc5\x4d\xf7\x3c\xbe\ \x0f\xfb\xe5\xf1\x92\x15\x37\xd8\x59\x67\x9f\x77\xe4\xae\x4d\xdf\ \xfe\xf6\xe4\x19\x17\xbe\x73\x59\x68\x74\x34\x57\x2a\xed\x7f\xea\ \xf6\xc3\x84\xc4\x9a\x2b\x65\x40\xc8\xac\x0a\xda\xc9\x78\x8b\x29\ \xba\xa6\x69\xcb\x97\x2f\x9f\xdd\xd5\x9e\xe7\x11\xe2\x21\x84\x38\ \x60\xec\xcd\xf9\xac\x00\x46\x89\xa0\xaf\xbe\xec\x23\x4b\xce\x2a\ \x94\x6d\xa2\xfa\x83\x3e\x05\x19\x65\xf3\xaf\xe2\xda\xeb\x61\x93\ \xeb\xba\xed\x1d\xad\x57\x5d\x73\x69\xff\x91\x63\xc7\x0f\x1d\x88\ \x85\x82\x8a\x20\x02\x66\xcc\x4c\xe7\x29\xa5\x1c\x60\xd7\xd6\xb7\ \x3d\xb6\x19\x1a\xd3\x16\x2a\xaa\x41\xf9\xe0\xc1\xe3\xae\x29\x2f\ \x5b\x7c\x3a\x33\xdc\x81\x7d\xfb\x12\xa5\x44\xb9\x50\x7e\xe0\xf7\ \x0f\x38\xb9\xfc\xb2\x05\xf3\xe2\x21\xbd\x3a\x16\x32\x0a\xb9\x72\ \x3a\x0f\x1d\xf7\xc9\x87\x36\x27\x16\x8c\x9f\xbe\x71\xe3\xd8\xd8\ \xd8\xcb\x2f\x6d\xa7\x8c\x35\x35\x34\x91\x7c\x3e\x9b\xcf\xa3\x42\ \x3e\x52\x5b\x2b\x68\xd2\x81\xe7\xf6\x54\x68\xfa\xfa\xa5\xf3\x19\ \x77\xb2\xe9\x44\x30\xe8\xe3\x18\x49\x3a\x97\xa0\x9a\x2a\xda\x66\ \x6e\xda\x31\x0b\xbe\x80\xe6\x18\xc5\xd6\xea\x6a\x11\xb2\xe3\xc9\ \x09\xc3\x32\xf6\x1c\x39\xb0\x76\xf9\xf2\xba\xfa\x46\x19\x0b\x8d\ \xed\x5d\x6c\x62\x62\xd3\x63\x4f\xa4\xd2\x33\x82\xe6\xcf\x67\x52\ \x5d\xdd\x0b\x42\xc1\x40\x26\x9d\xea\x3d\x76\xac\xb1\x61\x63\xb4\ \xb2\xd6\x71\xdc\xc9\xc4\x74\x6a\x26\xc3\x01\xd7\x23\x11\xd9\x17\ \x58\xbd\x70\xf1\x54\x2a\xb5\x77\xdf\x3e\x15\xc1\x3a\x04\xc3\xb1\ \xb8\x0f\x21\xc7\x17\x48\x52\xee\xd8\x26\xc1\x42\xe7\xc2\xc5\x7d\ \xc7\x06\x46\xa6\x66\x92\x85\x74\x47\x57\xc7\x65\x97\x5e\x34\x3d\ \x35\x65\x18\x66\xa9\x6c\x3d\xbd\xed\xc5\xb1\xa9\x29\x45\x0b\xc9\ \x08\x83\x7f\xc8\xf5\x81\x73\x26\xe8\x95\xf3\xe7\x77\xc4\x5e\xc9\ \x5a\xa6\x76\x6d\x1e\xd0\x4f\xb9\xb8\x3d\x77\xf7\xe6\x9d\x5f\x78\ \xcf\x72\x0c\x89\x61\x95\x01\x00\x40\x8d\x04\xd4\x60\xe7\x05\xd7\ \x5d\xbb\xba\xf2\x44\xb5\xbb\x7f\xcf\x09\x83\x4b\xc0\x39\x82\xd4\ \x03\xf5\x2b\x2e\xf9\xfa\xd2\x8d\x8f\xdc\xf4\x1f\xdf\xfc\x2e\xf9\ \xde\x67\x97\x08\x90\x63\xc5\x1f\x8b\x90\xbe\x91\x49\xb0\x24\x9a\ \x1b\xed\x2d\x8a\x5a\x24\x24\x8f\xb2\x13\xdb\x91\x42\x80\x10\xe2\ \x00\x58\x65\x53\xd4\x34\x01\xfd\xc9\x31\xcb\x19\x63\x8c\x41\xce\ \x28\x21\xc4\x73\xb0\x1e\xd5\xed\xe2\xc8\xc8\xcc\xe2\x85\xd1\xa1\ \xfe\x49\xa4\xd4\x45\x42\x75\x0b\xea\xe0\xd3\xbf\xbf\xab\x7a\xe1\ \x05\xef\xf4\x1f\xfd\xc3\x9d\x0f\xc9\x95\xf3\x3a\x2b\xc3\x49\x55\ \xa8\x9c\xb3\xea\x23\x1f\x3d\x4b\x70\x1d\x8f\x41\x89\x4d\x51\xc6\ \xa9\xe7\x00\x46\xd5\x48\xc0\x2b\x1e\x1b\x4e\x1a\xf3\x43\x98\x3b\ \xb9\xa7\xee\x7f\x42\x5c\xf9\x91\xcf\xbd\xab\xf9\x8e\x6f\xfe\x57\ \xbe\x64\xf8\x4e\x39\xe5\xe3\x9f\xe9\x3e\xf8\xf4\xaf\x7f\xf0\xf3\ \x9f\xe9\x1f\xbb\x20\xa2\x07\x97\x9d\x7b\xcd\xa5\x0b\x43\x96\xe5\ \x32\xce\x6d\xcb\x3d\x09\x30\xff\x1b\x6c\x62\x8c\x12\x32\x2b\x27\ \x0a\x4e\xb8\x63\x73\x30\x7b\x04\xbd\x99\x9f\xc7\xa2\x58\x98\x3c\ \x78\xc7\xfd\xcf\x94\xb1\x84\x67\xf9\x4d\x15\x3d\x97\xbd\x63\x5d\ \x48\xe6\x7f\x5b\x9f\xce\x71\xdd\x96\xc6\xfa\x2f\xae\xfc\xd8\xc1\ \x7d\x7b\x37\xdd\xf7\x07\xc7\x30\x89\x6d\x09\x10\xed\xdf\xbd\x0f\ \x00\x84\xb1\xe4\x32\x17\xcb\xe2\xd0\x91\xc3\x9e\xca\x98\x0a\x4b\ \x45\x6b\x6e\x6b\x67\x4d\x34\xac\x22\xd9\x38\x9e\xcd\x78\x84\x18\ \x96\x82\xc5\x62\xa6\xe8\x99\xce\x48\x3a\xa5\xc3\x96\xb0\xee\xdb\ \xb2\x75\xeb\xf0\xc8\x98\x59\x36\x7a\x8f\x1c\x5f\xbe\x7a\x4d\xbc\ \xae\xc6\x20\x9e\xe7\x92\xe1\x44\xc2\x30\xad\x86\xc6\xa6\xc9\x64\ \xe2\x50\xff\x40\x8f\x4f\x4d\xe5\xd3\xbc\x30\xd3\x10\x53\x2c\x23\ \xbb\x66\xd5\x12\xd7\x31\x0e\x1c\x3e\xbc\x6c\xd1\xc6\xc6\xb6\xf9\ \xb7\xde\xf9\xfb\xa9\xa1\xa3\x7a\x24\x32\x95\xc8\xed\xdd\x45\xcf\ \x58\xb9\x0a\x10\xcf\x30\x4c\x17\xf0\x7c\xb1\xfc\xe4\x96\x97\x2b\ \x2f\xaa\x09\xd6\x56\x1c\xec\x1f\xd9\xb9\x77\x6f\xdf\xc8\x58\xbc\ \xb2\x3a\x18\x8d\x41\xc8\x0b\x85\x9c\xe6\xf7\x57\x55\x55\x0e\x8d\ \xda\x58\x52\x34\xcd\x97\x9f\x9a\x1a\x18\x9e\x28\x95\x0c\xdb\xb1\ \x15\x7f\xd0\xa5\x3c\x5b\x2c\xac\x5c\xb3\xf6\xf0\x91\x43\xc5\x89\ \xa9\x8e\x48\x88\x99\x4e\x4f\x63\x53\xd6\xb2\x42\x01\x7f\x7a\x26\ \xe9\xca\xc5\x40\x2c\x76\xda\xd9\x9d\x7b\xf7\xef\x77\x9d\xbc\x84\ \xf1\xf4\x64\x82\x01\x06\xb1\xf4\xec\x4b\xcf\x6c\xdf\xb7\xaf\xe8\ \xd8\x1e\x2b\x43\xca\x11\xfc\x47\x58\x93\x42\x00\xb2\x43\x2f\x7c\ \xef\x7f\x84\x88\x40\x3c\xe6\x3f\xed\xcc\x79\x8f\xde\xf6\xd4\xa2\ \x0f\x7d\xf7\xdd\x35\xc7\xae\xff\xe4\xcf\x1e\x5d\xb6\x60\xf1\x86\ \x85\x77\xdd\xf4\xb3\x2f\x4c\x6e\x3f\xed\xfc\x77\xbe\xff\xdd\xab\ \xbe\xfb\xcb\x2f\x4e\x6d\x6d\x17\x50\xe8\xb2\x7f\xfd\x50\x13\x64\ \xa6\x65\x53\x0e\x00\x67\xb6\xed\x22\x92\x79\xe6\x77\x77\xec\x4d\ \x70\x67\xc2\x6b\x6e\xae\x97\xb8\x5b\x36\x4c\x57\x52\x2f\xbc\xfa\ \xb2\x2f\xfe\xf0\x27\x37\x1c\x6d\xc8\x0e\x8f\xac\xbd\xe4\xe3\x4d\ \x2a\xd8\x6a\x18\xb3\x12\xd4\xcc\xb5\x5d\x86\x8a\x13\x2f\x7c\xfc\ \x13\xf7\x7e\xec\x47\x3f\x5c\x51\x23\xbc\xb6\x16\xce\x39\xe3\x8c\ \x7a\x04\xd6\xd4\x57\x24\x1f\x78\x6a\xdf\x39\x9f\xba\xfc\x8c\x39\ \xbf\xbe\xed\xdb\x03\x35\xfe\xf1\x29\xe3\x8c\x2b\x4f\x53\x80\x38\ \x77\x51\xfb\x9d\x0f\xdf\x3d\xff\x5d\x9f\xed\x8e\x38\x3f\xf8\xd1\ \xc3\xcb\x4f\x7b\xb7\x1f\x89\xab\xce\x3f\x73\xcf\x2f\x37\xdd\xf8\ \x8d\x23\x61\x11\xb6\x6f\xb8\xf8\x9c\xb9\xd0\xb6\x6d\xc7\xa3\x9e\ \x65\x86\xe6\xae\x5b\x35\xa7\xf7\x96\x6f\xdc\xd8\x58\x1d\x6e\x5d\ \xba\xba\x6d\x51\xfb\xc3\xdb\xef\xff\x79\x3e\x76\x78\xa0\xb0\x70\ \x35\xdc\xff\xd4\xef\x5e\x38\x3c\x23\x7a\xc9\x68\x65\x65\x24\xde\ \x75\xe1\x9a\x86\xdf\xfc\xea\x5b\x03\x4d\xb5\x82\x18\x3b\xef\xf2\ \xf3\xeb\x74\x7c\xb2\xde\xf4\x96\xcb\x9a\x10\x00\x08\xa1\x28\x8a\ \x08\x21\x00\xa0\x47\x3c\xc6\x18\x00\x90\xf3\x37\x9b\x37\x71\xce\ \xb1\xac\xd7\x34\x34\x98\x10\x23\x24\x88\x6e\xe2\xb9\x97\xb7\x0c\ \xaf\x5d\xb6\xb4\x56\xfd\xdb\xb0\x89\x73\xa0\x88\x42\x54\x55\x97\ \xcd\xef\xae\xf2\xa9\xcf\x3d\xf9\x54\xc0\xa7\x2b\xa2\x94\x1c\x1b\ \x8b\x44\xa2\x7e\x7f\xd8\x32\xec\x45\xed\x5d\x53\x93\x13\x53\xd3\ \x53\x83\x53\x13\x92\x1c\xa8\x0e\x1b\xd3\xc9\xa4\xae\xfb\x57\x2c\ \xeb\xe9\x72\x9b\x77\xef\x78\x49\x57\xf5\x52\xc9\xd8\xb7\xff\xe0\ \xc4\x50\x6f\x53\xed\x7b\x5d\xcb\x1a\x1e\x9d\x98\x9a\x9e\x31\x6d\ \x6f\x74\x2a\x55\xfb\xfc\x16\x24\x89\xb6\xe7\x51\x06\x93\xd9\xbc\ \xee\x0b\xf4\x8f\x8e\x97\xad\xf2\x54\x26\x13\xac\x88\xd6\xd4\xd5\ \x59\xe3\x03\xc7\xfb\x0e\xcc\x69\xac\xaa\xab\x0d\x06\x83\xd5\xb5\ \xb5\x41\x49\x13\x65\xec\x75\xb5\x35\x46\xfc\x52\xc1\x32\x28\xe7\ \xa5\x92\x11\x8f\x56\x50\xcf\x21\x8c\x71\x49\x96\x35\x2d\x31\x9d\ \xfa\xe5\x5d\xf7\x36\x54\xd5\xe6\x3d\x8b\x22\x16\xad\xac\x13\x75\ \xcd\x1f\x0a\x67\x72\xb9\x91\xd1\xd1\x70\x45\xdc\x76\x3d\x7f\x28\ \x1a\x0c\x47\x11\x40\x3e\x5f\x80\x33\x60\xdb\x36\xe5\x6c\x62\x62\ \xa2\xbf\xb7\x2f\x1c\x0e\xe8\xba\x2e\x2b\xd2\x44\x3a\x19\x0a\x04\ \xe2\xb1\x68\x79\x66\x3a\x56\x55\x95\x25\x8e\x05\x19\xe1\xac\xf7\ \xe8\xd1\xda\x58\xc3\x92\x85\x8b\x6b\x6b\xf5\xab\xae\xba\x32\xe0\ \xf3\x7b\xae\xbb\xf7\xd8\xe1\x5d\x87\x0e\x64\xac\x12\xd6\x14\x4e\ \xb9\xa6\x8a\xb2\x24\xfc\x03\x1a\xd7\x81\x79\x67\x7c\xf1\xc6\xba\ \xb4\x49\x21\xe4\x8c\x49\xb1\x68\xe5\x65\x1f\xfb\x62\x4b\x7b\x00\ \xa0\x15\x9f\xff\xb2\xcf\xf1\x91\xea\xb6\xf7\x7d\xcd\xb7\x60\x28\ \xed\x35\xd7\x44\x5b\x16\x7d\xe8\xc6\xe6\x95\xc7\xc7\xb3\xd8\x17\ \xaf\x54\x81\x50\x77\xea\x7f\xfc\xfb\xa2\x3a\x04\x80\xdc\xf4\xc1\ \xcf\x7c\x21\x5a\x5f\x69\xc0\x53\x60\x2c\x2b\xad\x3e\x75\x5e\xcf\ \xfc\x10\xc8\xfd\xc7\x67\xae\xaf\x13\x41\x60\xc1\x3b\xfe\xeb\x3f\ \xdb\x0f\xf7\x25\x02\x97\x5f\xb3\xa0\xa3\x0e\x00\x7a\xe6\x35\x9f\ \xb7\xf5\x06\x00\x40\xeb\x69\x1f\xfc\xf8\x29\xfe\x60\x85\xf8\xf9\ \x1b\x2a\xeb\xa3\x7f\x5a\x6f\xe2\xb3\x99\x13\xf5\x5c\x5a\xbb\xf2\ \xc2\xeb\xa3\x63\x1a\x06\x0d\x1b\xaf\xbc\xbe\xfe\xf0\x68\xc6\x39\ \xe3\x1d\x5d\x6d\xb5\x81\x72\xc9\xac\x68\x5f\xf7\xa5\x1b\x3b\xa3\ \x8d\x22\x41\x0b\xfe\xe3\xc6\xaf\x06\xeb\xea\xed\x72\x51\x6f\x5c\ \xf5\xb1\x8f\xd5\x1e\x1b\x9a\x70\xb8\x5c\x5f\xa1\x59\x04\x5f\x7a\ \xf5\x7b\xe5\xb8\x64\xba\x2e\x87\xc1\xf3\xae\xf9\x50\xfb\xd1\xbe\ \x99\x32\x89\xd7\x54\xb7\x2e\xba\x32\xd6\x72\x74\xba\xe4\xb6\x75\ \x2d\x6f\x99\x53\x01\x0b\xed\x0b\xb8\x9f\x0a\x3d\x67\xb5\x75\x54\ \x09\xac\xf2\xdc\xf7\x7f\xb4\xfd\xe8\x68\xaa\x2c\xfb\xe3\x01\x01\ \x10\x4a\x4f\x32\x09\xde\xf2\x19\x88\x10\xce\x64\x32\x8f\x3e\xfa\ \x98\xeb\xba\x94\xd2\x75\xeb\xd6\xce\x9b\x3b\x97\x31\xca\x19\x7b\ \x93\xfe\x74\x94\x10\x5f\xac\xf5\xa2\x77\xbf\xe2\xc9\xea\x8e\x8c\ \x1f\xbf\xd9\x70\x3c\x08\xb4\xbf\xed\x4e\x27\x88\xc2\xe4\xe8\xb8\ \x9b\x9b\x89\xc7\xa2\x21\x51\x6d\xaa\xaa\x9e\x3f\xbf\x27\x1a\x0a\ \x45\x7c\xa1\x6d\x2f\xbe\xe4\x0f\x44\xb6\x6e\xdd\x7a\x98\xb9\x8e\ \xe3\x24\xa7\x66\x3c\x03\x56\xc7\x6b\xcb\x36\xeb\x1b\x9f\x84\x90\ \xd6\xd4\xc4\x92\xe9\x51\x59\xe0\x1e\x83\x05\xdb\x14\xf2\xc0\x1f\ \x89\xc6\xeb\xea\x66\x92\xd3\xc9\x42\xb1\x4c\x39\x90\x55\x0e\xc5\ \x87\x36\x3f\x52\x5b\x57\x9b\x49\x17\x04\x59\x91\x15\xcd\x30\x1d\ \xcb\x76\x1c\xcf\xe3\x80\x64\xb3\xf9\x85\x0b\x7a\x66\x74\x98\x4f\ \x8e\xf8\x63\xc1\xc9\xd4\x54\xc9\x94\xa2\x91\xa8\x61\x3b\x2f\x6f\ \xdf\x2a\x2a\xe1\xf9\x3d\x3d\x5b\xf6\x1f\x16\x04\x59\x96\xb5\x5c\ \xb6\x90\x4a\x26\xf2\x25\xd3\xe2\xc8\x70\xbc\x50\x75\x9d\x91\xcc\ \x27\x73\x16\xd1\x04\x41\x12\x98\xa8\x16\x4d\x27\x40\x28\x14\xc5\ \x42\xd1\x44\x72\x59\xd6\x83\x81\xb8\xdf\xef\x0b\x70\xcf\xe1\xae\ \x0d\x3c\x27\xea\xf7\x29\x9a\x9c\xc9\xa5\xf3\x99\x99\xcc\xcc\xd4\ \x6f\xef\xfe\x4d\x55\x45\x58\xf4\x4b\x13\x85\xa4\x04\x01\x72\x68\ \xd6\x2d\xd3\x80\xbf\xa6\xae\x66\xdb\xa1\xe3\xfd\x7d\xfd\x87\x5e\ \x3a\x0c\x89\x79\xf5\x95\x9f\x56\x45\x6c\x15\x8b\x33\xd9\xf4\xde\ \x03\xfb\x32\xc5\xa2\x1c\xf4\x23\x86\xbd\x9c\xc5\x19\xfd\xc7\x10\ \x0c\x85\x40\xc5\xfc\x15\x15\x7f\xf5\x5b\xf5\xaf\x38\xb2\x34\x2f\ \x58\xd1\xfc\xca\x6f\x56\xb5\x2d\xac\x6a\x7b\xe5\x0b\x31\xde\xd5\ \x11\x07\x00\x00\xa8\xb7\x76\x76\x01\x00\x42\xed\x8b\x6b\xdb\x5f\ \x5d\x20\x3c\xb7\x2b\x3c\xfb\x2a\x5a\xdf\x75\x6a\x7d\xd7\xab\xb9\ \x79\x55\xd3\xdc\xd9\x57\xbe\x78\xeb\xec\x1f\xef\x5e\x10\xfe\x8b\ \x42\xd8\xac\x11\x36\x07\x8c\x52\xa4\x77\xce\x5f\x40\x5d\xdb\x76\ \x41\x7d\xd7\x92\x26\x04\x29\x71\x5d\xcf\x03\x00\x00\x39\xd0\x36\ \x2f\x4a\x5c\x9b\x72\xb9\xad\xbb\x83\x7a\x2e\x61\x0c\x30\x57\xad\ \x68\x58\x59\xdd\x02\x00\xf7\x5c\xc7\xa3\xa0\xb9\xbd\x93\x11\xd7\ \x63\x1c\x72\x8f\x23\x5f\xe7\xe2\x95\x73\x21\x20\x9e\x4b\x28\x6f\ \x5b\xb4\xa2\x13\x42\x00\x98\xeb\xb8\x5c\x6f\x5d\xd3\xd0\x01\x00\ \x27\x9e\xeb\x79\x2e\x40\xb8\xae\x73\x71\xd3\x5c\xc8\x39\x71\x1d\ \xef\x64\xce\xf4\xd6\x83\x01\xca\x48\x38\x14\x9c\xdb\xd5\xf9\xc0\ \x83\x9b\x96\x2c\x59\xdc\xdc\xdc\x44\x28\x99\x1d\xb0\x63\x6f\x92\ \xdf\x24\x08\x46\x66\xe4\xf9\xc7\x0e\x99\x10\x0b\x18\xe5\x87\xf7\ \x1d\x37\xa2\x1b\x63\xfe\xbf\x0a\x6d\x6f\xe0\xb3\x32\x3a\x38\xac\ \x34\xd6\xd5\x55\xd4\x78\x65\x2f\xa4\x86\x8e\xee\x3d\x54\x5d\x5d\ \x55\x13\xab\xae\xaf\x6e\x78\x61\xeb\xb6\xe9\x44\xf2\xd0\x91\xbd\ \xcd\x4d\x4d\x8c\xa9\xb1\x48\xb5\x20\xfa\x1c\x8e\x19\x25\x00\x78\ \x74\x66\xdc\x35\xb2\xba\xae\xa4\xca\x1c\xab\x0a\x97\xf0\x69\x67\ \x9e\xee\x62\xbc\x6d\xcf\x1e\x0b\x42\x39\x1c\x01\x58\x8a\x05\x42\ \x02\xf5\x82\x3e\xcd\x2c\x3b\x99\x5c\x49\x12\x20\xe1\x0c\x23\x09\ \x03\x06\x10\x4a\x4d\xce\x44\xd7\x9c\x92\x99\x56\x3d\x01\x23\x4d\ \xdd\xb1\x7f\x6f\x73\x7d\x25\x92\x44\x2d\x10\xcb\x94\x4a\x99\x62\ \xb1\xb5\xa3\x73\xf7\xe0\x78\xd9\x70\x38\x14\x0e\x1e\x38\x54\xc8\ \x65\x01\x96\x54\x7f\xd0\x76\xcc\x9e\x95\xab\x58\xc6\xda\xb5\x75\ \x3b\x16\x05\x8c\x80\x68\xda\x01\x5d\x35\x2d\xc7\xf5\x68\xa1\x54\ \xb2\x08\xa8\x6a\x68\xae\xaa\xad\xe7\x94\x61\xea\x62\xe2\xf9\x65\ \x91\x73\x4e\x3c\x27\xa2\x2b\xb9\x99\xc9\xfb\xef\x3e\x3c\x78\xe4\ \x60\x68\xd9\x22\xa6\x0b\x81\x50\xa5\xeb\xc2\x39\x4d\x4d\xa9\x42\ \xd1\x57\x53\xe9\x50\x37\x1a\x8d\x2c\xea\x9e\xef\xa4\x9c\xe1\xc1\ \xa3\x47\x0f\x1d\xe2\x96\x31\xaf\x73\x9e\x45\x48\x3a\x9b\xf5\x18\ \x09\x44\x42\x66\xc9\x41\xa2\x8b\x09\x62\x8c\xbf\x9d\xe5\x9b\x10\ \x16\x4c\xd3\x0c\x06\x43\x1c\x00\xce\xa9\x63\xd3\xd9\x49\x51\xc7\ \xb5\x00\x07\x10\xc0\x57\x36\x33\x75\xac\xd9\xfa\x34\x73\xac\x3f\ \x2a\x16\x50\xd7\xb3\x5e\x51\x98\x81\x00\xb8\xb6\x03\xfe\x38\x6f\ \x4a\x67\x0d\x4b\x4e\x9c\xbe\xd6\x6b\xfc\x46\xe8\x1f\x7f\x6a\xb6\ \xd3\xec\x51\xfb\xa4\x4e\xcd\xff\x49\xde\xc4\x01\x67\x0c\x2c\x5e\ \xbc\x38\x5e\x59\x19\x8f\x57\x48\xa2\xc4\x18\x13\x04\xc1\xb6\x1d\ \x4a\x29\x7c\x13\x15\x0c\x08\xa1\x67\x15\x06\x8e\x1f\x2f\x00\x01\ \x01\xa6\x04\x9b\xdf\x7b\xdd\x99\x4d\x7e\x44\xfe\x5a\x83\xe2\x8d\ \x7c\x7d\xb1\x98\xcb\x95\x8d\x72\x19\x23\xea\x3a\xe6\x83\x0f\x3e\ \xb2\x68\xe9\x6a\xc2\x70\x32\x55\x10\x14\xad\x58\xce\xad\x5e\xbb\ \x79\x4a\x94\xdb\x00\x00\x20\x00\x49\x44\x41\x54\x6e\x7a\x26\x6b\ \x94\x88\xaa\x6a\x48\x91\x8b\x56\xb9\x98\x4e\xe8\xba\x88\xb8\xd5\ \xdd\xd1\xbc\x6e\xed\xda\x2d\x2f\xef\xf1\xec\x82\x16\xaa\x96\x44\ \xe9\xe6\x9b\x6f\xc9\xe5\x72\x92\xac\x88\xa2\x44\x01\xb2\x3c\x3b\ \xe6\xf3\x39\xae\x57\xdf\xd0\xe0\xd2\x71\xca\x99\x28\x88\xb6\xe3\ \x6a\xba\xcc\x18\x09\x05\x7d\x6d\x6d\x6d\xcb\x96\x75\x4f\x8f\x0f\ \x8c\x0f\x1e\x24\xd9\x49\xd5\xe7\x9b\x4c\x26\x74\xcb\x0d\x84\xfd\ \x33\xa5\x6c\xac\x32\x26\xc9\xaa\xec\x61\x97\x90\xe1\xf1\x11\x09\ \x73\x97\x13\xcf\xb4\x98\x47\x57\xad\x58\x4d\xca\xee\xa1\x83\x87\ \x98\xc0\x03\x7e\x15\x22\x68\x39\x8e\xe5\x12\x00\x05\x2c\xfb\x0c\ \x87\x8c\x8f\x4f\xc8\x5a\xa0\x2a\xac\x57\x07\x25\x08\x3c\xc6\x3c\ \x24\x08\x00\xa0\xca\xaa\x7a\x0a\x84\x96\xf6\xb9\x1d\xf3\x16\x4c\ \x4d\x4d\x8e\x25\x8a\x63\x9e\xd3\x18\x8a\x71\xb5\x28\xca\xc2\xa1\ \xc3\x7b\x99\x2f\xd0\xd4\xbe\xa0\x79\xe9\xc2\x81\x23\x13\xd9\x54\ \xa2\x6f\xef\x91\xd3\xe7\x2e\x16\x73\x4e\xa4\x2a\x66\x67\x0a\xa4\ \x6c\x21\x59\x21\x85\xb2\x2c\x48\x04\x01\xf2\xf6\x76\x12\xa9\xaf\ \x6f\x3c\x78\x60\x9f\x22\xcb\xe1\x70\x04\x00\xc8\x01\x7f\x8d\x14\ \xc1\x2b\x55\x83\x93\xf1\xcf\x53\x6f\x9a\x3d\x16\x00\x04\xed\x6d\ \xed\xb3\x2a\x46\x00\x02\xd7\x71\xfa\x8e\x1f\x8b\xc5\x2b\xdf\x70\ \x98\x6e\xf6\x4e\x17\xa8\x9e\xfb\xc1\x4f\x9e\xf0\xeb\x45\x08\x01\ \xce\x5c\xef\xaf\xb3\x3a\x84\xd7\xa7\x33\xa8\x7a\x70\x68\x32\xb1\ \x7c\xd5\x22\x00\xcb\xa1\xca\xa0\x1e\x8d\x6c\xd9\x75\xd4\x70\x61\ \x36\x37\x7d\xc3\x97\x3e\x7a\xf5\x07\xae\x70\x2c\xf6\x8d\x6f\x7d\ \xbf\x68\xda\xb2\xe7\x94\xd3\x53\x48\x52\x18\xe7\xaa\xa4\x3b\xb6\ \xf3\xe2\x8b\x7b\x56\x9d\xb2\xa2\xae\x22\x3c\xd0\x37\xb0\xe6\xc2\ \x0b\xf2\xd3\xd9\xf4\x74\x46\x51\x34\xdb\x74\x4d\xdb\x03\x18\x2a\ \x54\x29\x40\x2a\x21\x41\x95\x25\x51\x11\x5d\xcb\x12\x20\x56\x55\ \xc1\xa3\x2e\x03\x24\x5a\x11\x3a\xde\x77\xbc\x90\xcf\x47\xfc\x92\ \x69\x33\xc3\x62\x65\x9b\xe5\x72\x19\x98\xcc\x53\xa4\xf7\xf6\x0f\ \x77\x48\xfe\x39\x6d\x9d\x83\xc3\x49\xbb\x98\x29\x58\x05\x1d\x33\ \x7f\x30\xa8\x1a\xb0\x68\x58\x41\x45\x16\x83\x7e\x5f\x54\xd1\x24\ \x09\x00\x50\x28\x96\xb0\x20\x62\x51\xf1\x18\x28\x1a\x16\xe7\xc0\ \xa5\x60\x60\x60\x20\xa8\xc2\xea\x25\xed\x81\x58\x10\x29\x82\x43\ \xa1\xe8\xf7\xaf\x3e\xe3\xac\x78\xbc\xba\xa5\xb5\x65\x60\xa0\x2f\ \x18\x6b\x5a\x30\x7f\xfd\xde\xdd\x3b\x5e\x3a\x3c\xb8\x4b\x38\xae\ \x29\x2c\x14\xd6\x82\x2c\xe6\x96\x6a\x42\x35\xad\xfb\x8e\x1e\x4c\ \xa5\xd3\x2b\xba\x56\x2c\x5f\xb8\xba\x3c\x36\x3e\x74\x6c\xb0\xef\ \xd0\x31\xb7\x60\x04\xfc\xa2\x6a\x31\x82\xa9\xa3\x48\x00\xe3\xb7\ \xf3\x66\x0e\x04\x83\x5d\x5d\x73\x07\xfb\xfb\x86\x06\xfa\x4f\x0c\ \xa7\x9c\x7c\xc2\xff\xe9\x93\x27\xf0\x17\x8a\x64\xb0\xb2\xaa\xaa\ \xa5\x75\xce\x9b\x5c\x81\x73\x4e\xc8\x9b\xa2\x98\xbd\x01\xf7\x12\ \x20\x78\x7c\x60\xc0\x72\x36\x60\x41\x62\x10\x8f\x4e\x4e\x0d\x4d\ \x5a\xe1\x78\xa3\xcd\xb1\xe0\x0b\xae\x5b\x7b\x6a\xdf\x81\x23\x9a\ \xa2\x88\x82\x69\x1a\x26\x43\x18\xab\x14\x61\x21\x93\x71\x2a\x63\ \x11\xdb\x28\xf7\xf5\x0d\x76\x74\x2e\x1c\x1e\x4a\xec\xdc\xbd\xbf\ \x94\x2f\x08\xb2\xe4\x12\x97\x50\xc2\x39\x74\x1c\x6a\x39\xae\x67\ \xdb\x15\x91\x90\x69\x18\x92\x24\xa5\x33\x59\x0e\x2c\x41\x10\x20\ \x06\xba\x4f\xf3\xfb\xfd\x7d\xbd\x03\xfd\xc7\x07\xea\x6b\xe2\x01\ \x1d\x4e\xa5\x5c\x3c\x98\x25\xc4\xd5\x7c\x6a\x3a\x93\x36\x4d\x30\ \x93\xcc\x57\x35\x77\x64\x60\xa8\x6f\xf7\x8b\x1e\x83\x45\xdb\x34\ \x11\x44\x92\x24\xcb\x62\xa9\x98\x0e\x04\xb4\x70\x50\xae\xad\x69\ \x1a\x1a\x1c\xb1\x1d\x47\xa0\xbc\x94\x98\x76\x09\x67\x10\x6a\xba\ \x4f\xd5\x65\x04\x20\x00\xbc\xa5\xa5\x55\xd5\x03\xcf\x6f\x7b\x39\ \x9b\xca\x2e\xe8\xe8\xea\x9a\x3b\x6f\x72\x6a\xfa\xd0\xa1\x43\xdd\ \x73\xbb\x52\xa9\x19\x49\xd1\x6a\x6a\x6a\x47\x06\x0f\xb9\x4e\xba\ \xba\x52\x1b\x1d\xed\x33\x2d\x1b\x43\xd6\xdd\xd9\xd1\xd4\xd0\x00\ \x01\x5f\x7d\xc1\x99\xe9\x72\xee\xf8\xe8\x40\xb2\x9c\x2f\x10\xa7\ \x60\x96\x01\x83\x9a\xa8\xda\x1e\x2d\x16\xcb\x9c\xd1\xb7\xb9\x24\ \x6f\xb4\x22\x1e\x89\x55\xbc\x59\xf2\xcb\xc9\xf8\xa7\x4c\xa7\xe0\ \x9b\x36\x59\xf9\x1b\x0b\xa9\xaf\x57\x2f\x80\xc8\x30\xca\xe3\x13\ \x23\x92\x22\x33\xc7\x6a\x6c\x6a\xfa\xfc\x0d\x5f\x3a\xd2\x3f\x03\ \xe5\x60\x77\x4f\x57\x73\x53\x3c\x59\xc8\xee\xdc\xbd\x4b\x16\x05\ \x01\x23\xcf\xb6\x6c\xce\x91\xeb\xa9\x9a\x4f\x50\x65\xc7\x71\xab\ \xaa\x6a\xa7\xa6\xa6\x3b\x3a\x96\x2d\x5b\xb1\xbe\xf7\xd8\x21\xe2\ \x5a\x00\x30\xc7\xb1\x38\x04\x80\x62\xdb\x71\x89\xc7\xb8\x2b\x06\ \x75\x4d\x82\x78\x76\x7a\x90\x32\xa6\x28\x0a\xe5\x44\x96\xe5\xfd\ \x07\xf6\x2f\xee\x59\xbc\x72\xd9\xca\x64\x32\x49\x91\x00\xe4\xf8\ \x68\x8a\x01\x20\xfa\x3c\x94\xce\x78\xa5\x02\xcd\x1e\xe8\xab\x5d\ \xd9\xc0\xc3\x15\x9e\x2f\xa4\x89\x80\x17\x53\x45\xdb\xf0\x1c\x03\ \x0b\x68\xd7\xae\xed\xab\x56\x2c\x5a\xb9\x74\xa1\xed\x49\x7b\xf7\ \x1e\x14\xb0\x08\x20\x16\x65\xac\x68\x92\xea\xf7\xf9\xfd\x01\xc6\ \x21\x63\x7c\x7a\x3a\x31\x3a\x36\x61\x58\x76\x55\x75\x6d\x28\x56\ \xb9\xfa\x94\x55\x22\x16\x23\xc1\x60\x6f\x6f\xef\xe8\xe8\x48\x4d\ \x55\x75\x24\x56\xd7\xdb\x7b\xa4\xb1\xa9\x3e\x12\xaa\xf5\xbc\x8c\ \xae\x37\x3f\xfe\xf8\xb3\x87\x0f\xed\x3d\x6b\xe3\x15\x8b\xbb\x17\ \x34\xb5\xb5\x58\x0a\x64\x21\xb5\x7e\x6e\xfb\xc8\xbe\x9d\x58\xd7\ \xb4\x70\x90\x99\x54\x15\x65\xcc\x49\xa6\x54\x66\x84\x81\xb7\xbd\ \x9d\xc1\xac\x52\xe0\xc9\x67\xf8\x64\xfc\x9f\x62\x13\xc6\xc5\x52\ \x2e\x35\x3d\x9e\x49\x27\x9a\x3b\x1a\x80\x47\xa3\xcd\x9d\x0b\x97\ \x09\x48\x52\x5c\x06\x10\x02\x83\xfd\x93\x4f\x3f\xf5\x54\xb1\x90\ \x25\xae\xe3\x01\xe6\x72\x08\x09\xc2\xd8\x85\x80\xe7\x88\x13\x0b\ \x47\xaa\xab\x1b\xfa\x87\x26\x36\x9e\x71\x4e\xb9\x5c\x3a\x72\x64\ \xaf\x28\x70\x8f\x7b\x80\x41\x00\x00\xa7\x80\x33\x48\x3c\x6a\x9a\ \x26\x16\xa5\x59\x8b\x4d\xd7\x34\x5d\xd7\x15\x65\x01\x42\x28\x0a\ \xa2\x28\x0a\x41\xbf\xff\x9a\xf7\xbd\x77\x70\x74\xfc\xeb\xdf\xf9\ \xce\x9c\xce\xce\xa1\xa1\xe1\x97\xf6\x1f\x6c\x6b\x6c\x4c\x4c\x67\ \x65\x2c\x98\xfd\x43\xa0\xba\x21\x1c\x8b\x90\x94\x21\xe8\x7e\x41\ \x55\x2d\xc3\x54\x24\x71\x70\x70\x64\xfd\xea\x15\xef\xba\xec\x8a\ \xbb\x7e\xff\x30\xc4\x22\x46\x00\x20\xac\x6a\xba\xa8\xaa\xaa\xaa\ \x61\x41\xb0\x1d\x0f\x40\x50\x2e\x1b\x07\x0f\x1d\x6e\x6c\x6a\xae\ \xad\xad\x93\x34\x3d\x18\x0a\x4f\x4e\x4c\x7a\x9e\x47\x89\x37\x36\ \x3a\x46\x5c\x12\xaf\x69\x13\x45\x85\x48\xd8\x63\x25\xdb\xc9\x20\ \x81\x04\x83\xbe\xb1\x91\x91\x3d\xbb\x76\x06\xfd\xf5\xbe\x58\xa8\ \xb6\xbe\x0e\x60\x48\x38\xdb\x7f\xf0\xa0\xe5\xb8\xa1\x50\x44\xd5\ \x91\x60\x52\xcb\xb4\x75\x49\x12\x31\x3e\x69\x5d\x7b\x32\x4e\xc6\ \xff\x3d\x36\x01\x00\x10\x60\x4e\x39\xf5\xcc\xc3\x0f\x9c\x56\x5a\ \x29\x62\x18\xab\x6d\x14\x42\x55\xc0\xd3\x45\x41\x34\x8c\x92\x53\ \xcc\x6c\x58\xbd\x72\xb8\xb2\xf2\xf8\xd0\x68\xdf\xc8\xa4\x65\x53\ \xd7\x33\x11\x42\x08\x2a\x9a\xe4\x9b\x49\x26\x03\x81\x58\x3e\x9b\ \x49\x24\x13\x4d\xcd\x0d\x87\x8f\xee\x76\x09\x01\x10\x70\x3e\xeb\ \xb1\x02\x30\x44\x10\x00\xdb\x71\x34\x4a\x0d\xc3\x9c\x4d\x9d\x2c\ \xcb\x02\x58\x29\x95\x8a\x6d\x6d\xad\x83\x03\xfd\x01\x59\x8d\xc6\ \xc3\x72\x28\xdc\xd8\xde\x99\x2a\x3b\x48\x0f\x0b\x7a\xd0\x17\x8e\ \x98\xc7\x8f\x30\x8c\xc6\x0e\xef\xe9\xf0\xfb\x64\xcf\x52\x30\x50\ \x54\x0d\x71\x1e\xf0\x45\x20\x40\x66\xb9\x30\x93\xb6\x09\x93\xf7\ \xee\x3f\x8c\x44\x49\x96\x15\x51\x92\x01\x87\x9e\xe7\x19\xdc\x20\ \x84\x21\x84\x15\x55\x83\x48\xc8\x64\x73\x17\x5e\x74\x49\x3a\x5f\ \x06\x58\x54\x55\xad\x58\x4a\xa5\x52\xa9\x4c\x3a\x0b\x01\x61\x84\ \x0a\x52\xc4\xb6\xed\x99\xe4\x84\xee\x2b\x88\xb8\xc4\x08\xad\xab\ \xad\xa3\xc4\xd8\xb9\x63\x77\x43\x93\xab\xe8\x1a\x69\x89\x4c\x64\ \xc7\xcb\x33\xf9\xf1\xbe\x61\xe2\x39\xae\xed\x98\x79\x4b\x70\x98\ \x22\xab\x08\x60\xc6\x4f\xe6\x4d\x27\xe3\x64\xfc\x5d\xb0\x09\x62\ \xc8\x99\x5b\xca\x4e\x4f\x68\xc4\xad\x88\x47\xb1\x0e\x00\x2e\x02\ \xec\x02\x9b\xc8\x9e\xb7\xb8\xbb\x45\x2c\x65\xcd\x7c\x46\x90\xda\ \xb2\xc5\x92\xe2\x02\x24\x69\xae\xc7\x21\x04\xa5\x72\xd1\x34\x8a\ \xa6\x69\xb9\x2e\xd9\xbf\x67\x9b\xaa\xc9\xb2\x88\x4d\xcb\x99\x65\ \x94\x22\x08\x39\xa5\x80\x23\x00\x00\xa5\x14\x21\xec\x79\xae\xe7\ \x51\x4a\x69\x2c\x16\xb3\x1c\xd3\xf3\x08\xa5\xa4\xb6\xae\x5a\x55\ \xd1\xbe\xbd\x3b\x89\xa4\x37\x34\xd7\x4f\xee\xd9\x1f\x8e\x46\xa2\ \xf1\xa8\xa2\x49\x6b\xd7\xaf\x31\xb2\x29\x83\x8b\x8d\x15\xfa\xc1\ \xc1\x0c\xb0\x8c\xcc\xf4\xb4\x28\xf9\x04\x2d\xa8\x68\x01\x55\x8f\ \x1f\xe9\x9d\x4a\xa6\x1e\xcc\x95\x4d\x59\xf5\x01\x00\x6c\xcf\x73\ \x1c\xc7\x28\x9b\x9a\xae\x4b\xb2\x64\x59\x26\x00\xc0\xa7\xfa\x18\ \x40\xb9\x7c\x51\x90\x24\x45\xf3\xcb\x8a\x62\x59\x16\x67\xcc\x30\ \xca\xa5\x42\x56\x16\xe5\x42\x26\x23\xe9\xbc\xbe\xbe\x72\x7a\x6a\ \x0c\x2a\x54\x42\x52\xb9\x64\xb7\x34\xb7\x0b\x62\x15\xe3\x3c\xa0\ \xc8\xee\x44\x2a\x0a\x24\xe6\x82\xb8\x1e\x3a\x70\x6c\xd8\x91\x30\ \xa3\x14\x70\xe0\x70\xe2\x42\xc2\x21\x3f\x89\x4c\x27\xe3\x64\xfc\ \x5d\xf2\x26\xc6\x99\x28\x89\xa2\x20\xcc\x4c\x27\x4b\x33\xe3\x58\ \xa2\x14\x71\x93\xb2\x74\xb6\xe8\x18\x44\x0d\x44\x3a\xda\xe6\x55\ \xc6\x82\x3b\xf7\xee\xf1\x9c\xb2\xa6\x85\x08\xe7\x1e\x20\xb6\xed\ \xd8\xb6\x65\x5b\x96\x94\x9e\xf0\x69\x80\x57\x49\x1e\x50\x31\xa4\ \x00\x00\xcf\xe5\x82\x20\x12\xc6\x18\x64\x02\x02\x08\x61\x59\x96\ \x25\x49\xac\xae\xae\x19\x9b\x98\x9c\x3f\x7f\x7e\x47\x47\xc7\x33\ \xcf\x3d\xed\x7a\x76\x7b\x7b\xfb\x86\x53\x57\x7b\x76\x21\x91\x1c\ \x05\x8a\x4f\x57\x71\x45\xc8\xb7\xa0\x67\xde\xd8\xc0\xe1\xd6\x96\ \xa6\x73\x4f\x5b\x6b\x16\x32\xa2\xa0\x1c\x39\x7c\xec\xe9\xfe\xa3\ \x41\x55\x41\xae\xe3\xb8\xd0\x72\xf0\x64\x22\x2f\xc8\xe2\xe4\x64\ \x42\x53\x04\xdb\x33\x39\xa0\x10\x21\x41\x10\x00\x80\x92\x22\x2b\ \x8a\x5c\x2a\x97\x6d\xdb\x26\x94\x42\xee\x46\x42\xfa\xf8\xe4\x54\ \x24\x12\xef\xea\x9e\x3f\x35\x95\xf0\x3c\x0a\x21\x24\xae\xeb\x3a\ \x0e\xe0\xb4\x90\x9b\x09\x63\x45\x92\x1c\xcf\xb1\x06\x07\xfa\x43\ \x7a\xdc\xb5\xc5\xe1\xcc\xf4\x99\xe7\xae\x4d\xe5\x0c\xc7\x2a\xeb\ \x34\xe2\x66\xf3\x83\x47\x8e\x53\xcb\xa1\x2e\x99\x65\x5b\x72\x0c\ \x29\xe4\x1e\x20\xff\xf4\x17\x3a\xe6\x95\x4d\x47\xd6\x7d\xe2\x49\ \x88\x3d\x19\xff\x3f\xc3\x26\x0e\x90\x60\xb8\xa8\x7f\x68\x12\x9a\ \xa6\x93\x1b\x07\xc0\xf0\xb8\x59\xd7\x54\xb7\x70\xf1\xf2\x96\x05\ \x3d\x81\x86\x76\xce\x84\xe0\xf1\x23\x08\x7a\x02\xa6\xb6\x55\xcc\ \x9b\xc4\x30\x3d\x0e\x20\xc2\x10\x42\x2e\x0a\x1e\x24\x59\x19\xd6\ \x54\xc6\x23\x3b\xb6\x67\x11\xf2\x71\x28\x22\x88\x29\x67\x82\x80\ \x25\x0c\x21\xe4\xaa\xa2\x8a\xa2\xa8\x48\x92\x63\xdb\x5d\x5d\x5d\ \xa7\x9e\x7a\xea\xb1\xde\xa3\xc7\x8e\x1f\x95\x24\xa9\xaa\xba\xda\ \xb5\xb4\xca\xba\x7a\x0a\x05\xce\x47\xb6\xbd\x90\xac\x0e\xf9\x05\ \x4a\x7a\xe6\x75\x05\x83\x01\xcc\x89\x00\x70\x21\x93\x86\x8c\x38\ \x96\x09\x01\x8c\x44\x22\x05\x17\xe8\x92\x68\xdb\xb6\x3f\xe0\xa3\ \xae\x05\x10\x04\x40\xe0\x00\x00\x80\x24\x49\x62\x8c\x41\x84\x2c\ \xcb\xf2\x3c\x4f\x92\xa4\x7c\x3e\x3f\x32\xca\x03\x07\x0e\xc7\xab\ \x6b\x2a\xaa\xaa\x39\x87\x3e\x9f\xaf\x90\xcf\x71\xc6\x02\x3e\x3f\ \xa0\xd4\xb3\xcb\x99\x64\xb2\x54\xee\xd7\x35\x60\x95\xec\xc9\xe1\ \xe1\x60\xb0\x23\x10\xae\x33\x2d\x5a\x34\x4a\x50\x84\xc5\x62\x81\ \xe7\xcb\x96\x6d\x5b\xb6\x4b\x39\x74\x39\x97\xb0\x80\x30\x04\x18\ \x01\x06\x01\x84\xff\xd4\xe8\xe4\xcc\xec\xfd\xd6\x2d\x5b\xaf\xf8\ \xd4\xa7\xe7\xf9\x4e\x3e\x29\x6f\x26\x78\xff\x4b\x0f\x0f\x08\x73\ \xcf\x5e\xde\x7a\x12\xcc\xff\x58\x17\x7a\xab\x5d\xbc\x37\xf0\x1c\ \xa7\x00\xe7\x3c\x2c\x07\xaa\xbb\x97\x2e\xb3\xf2\x13\xdc\x9b\xb1\ \xcb\x13\xf3\x17\x76\xab\xba\x76\x6c\xef\x0e\x7f\xef\x88\x52\x11\ \xaf\xad\xa9\x38\xef\x9c\x33\x6d\xa8\x4c\xa4\x8a\xf7\x3e\xf0\x88\ \x61\x59\x22\x16\x31\x46\x50\x54\x83\x1a\x6d\x8c\xfb\xba\xda\xa3\ \xe3\x53\x09\x11\x72\x06\x31\x67\x18\x42\x09\x70\x5b\x10\xa0\x28\ \x42\x11\x8b\xa2\x28\x32\xc6\x19\xa7\xae\xeb\x62\x41\x28\x14\x0a\ \x8a\xaa\xaa\xaa\x7a\xfc\x78\x2f\xe5\x40\xf3\x05\x19\xe7\x84\x01\ \x0d\x8b\xa4\x54\xd2\x05\x14\xd6\x75\x11\x0a\x8c\x42\x9f\x2f\x52\ \x30\xcc\x83\x7d\x43\x86\x07\x08\xa6\xaa\xa6\x01\x11\x73\x4a\x7c\ \xaa\x0c\xa0\x1d\x0d\x8b\x9e\x43\xa7\xb3\x04\x61\x11\x02\x00\x11\ \x46\x48\x50\x55\x51\x51\x64\x45\x51\x08\x21\x8c\x32\xd7\xb3\x01\ \x08\x1b\xa6\xe9\xba\x9e\x6d\x3b\x9c\xc3\x62\xb1\xc4\x18\x4b\xa7\ \xd2\x66\xa9\x28\x63\xe4\x98\x25\x7f\x10\xd8\x46\x0e\x50\x17\x50\ \x2c\x22\x5d\x91\xa2\xa1\x50\x6d\x26\x5b\xf6\x38\x73\x00\x2b\x72\ \x3b\x97\x49\x96\x99\x9b\x2c\xe5\x98\x2c\x10\xc8\xf1\x2c\xf3\x02\ \x72\x11\x61\x04\xe1\x3f\x00\x9a\x4a\x87\x9f\xfe\xfa\x0f\x6e\x2f\ \x05\x6a\x54\x68\x3b\xfa\xbc\x8f\x7c\xe4\xda\x8e\xca\xff\x9b\xbe\ \x18\x73\x4a\x93\x89\xd4\x5b\x9e\xdc\x4f\x1f\x7b\xe1\xd6\xdf\x6e\ \x1a\x49\x1b\xa1\x96\x55\xd7\x7d\xf8\xea\x26\x3f\x98\x3e\xfc\xf8\ \x4f\x6f\xdb\x9c\x74\xd4\xf5\xef\xfa\xd0\x15\x6b\xdb\x01\x00\xcc\ \x48\xde\xff\x8b\xef\x1f\x89\x9f\xfd\xc5\xf7\xac\x9f\xdd\x8b\xc9\ \xfe\x97\x37\x6d\x7e\x6a\x28\xaf\x5c\xf2\xd1\x4f\x2d\xab\x10\x7a\ \x9f\xfb\xed\xad\xf7\x6d\x2b\x8b\x55\x17\xbf\xff\xfa\x33\xe7\x57\ \x00\x00\x9c\x4c\xef\xad\x3f\xb9\x1d\x2f\xbc\xea\xba\x0b\xe7\x02\ \x00\x86\x5f\xba\xff\xa7\x77\x3f\x59\x12\x2a\xce\xbd\xfa\x5f\x2f\ \x58\x54\x0b\x00\xf0\x72\x23\xbf\xf9\xd9\x4f\xd2\x6d\x57\x7d\xe6\ \x9d\x0b\xfe\xec\x2f\x34\xbe\x6b\xd3\x8f\x7e\x7f\xf8\x9d\x1f\xfb\ \xdc\x8a\x3a\x01\x00\xc0\xed\xdc\x96\xc7\x1e\x7c\x76\xc7\xe1\xc8\ \xf2\xf7\x7c\xf4\x92\x25\xb3\xcf\xd0\x91\xc7\x7e\xf2\xad\x4d\xc6\ \x17\xfe\xfb\xb3\x9d\x31\xe7\xa5\xfb\x7e\x79\xff\xb6\x3e\x4f\x08\ \x6d\xb8\xfc\x7d\x17\x2d\x6b\x7a\xed\x5a\x46\x62\xdf\x4f\x6f\xfa\ \x5d\xed\xc6\x0f\xbf\xfb\xd4\xc6\x57\xb1\xa9\x9c\x9b\x49\x89\x8d\ \x27\xf1\xe8\x04\x80\x40\xe8\x38\xce\xe0\xe0\xe0\x5b\x53\x0a\x7a\ \x03\x2f\x03\x80\x44\x87\x8a\x15\x35\xf5\x67\x9c\x7f\x11\x75\x92\ \x18\x15\xf3\xa3\xfb\x07\x8e\xed\x4f\x8c\x8d\x0b\x4c\xd1\x98\x2c\ \x05\x42\xe1\xc6\xa6\x96\xce\x0e\x06\xd5\x63\x43\xd3\xcf\x3d\xf7\ \x7c\xb9\x6c\x28\x9a\x1f\x42\x0f\x33\xdc\xd3\x39\xe7\x0b\x9f\xde\ \x18\x0a\x57\xdf\xf8\x8d\xdb\x10\xa0\x94\x32\xce\x10\xe0\x88\x31\ \x0e\x11\x87\x08\x40\x0c\xcb\x86\xc1\x21\x0a\x05\xc2\xc1\x50\xd0\ \xb6\xad\x42\xb1\x20\x4b\x12\x25\xc4\x34\x0d\xc7\x76\x80\x24\x02\ \xce\x11\x42\xe3\x23\x23\x02\x23\x22\x63\x1b\xd6\xac\x2d\x17\x8a\ \xc4\xa5\x18\x0b\x58\xd2\xa7\x72\x25\xae\xfa\xca\x66\x51\x00\xc8\ \xf0\x6c\x24\x8a\xae\x67\xf8\x7d\xc2\x74\x62\x44\x40\x08\x22\x1f\ \x84\x08\x30\x46\x88\xcb\x39\x13\x45\x81\x31\x8e\x10\xa6\x94\x5a\ \x96\x25\x0a\xb0\x58\x28\x3b\xb6\xb7\x68\xe1\x62\x8f\x90\x74\x26\ \x83\x10\xf7\x1c\x9b\x03\x2a\xc9\x22\x44\xc0\x76\xca\xd9\x91\x84\ \xee\x73\x38\xf3\x24\xec\xe3\x0c\x8a\xa2\xae\xaa\x3e\x8f\xf1\x4c\ \x26\x63\xa8\x2c\xac\x48\x33\xf9\x24\xa3\x20\xef\x59\x0e\xf3\x08\ \xe0\x22\x14\x28\xa3\x10\x43\xfc\x8f\x2a\x83\xbb\xc5\xe9\xa4\x55\ \xff\x99\x6f\x7c\xa9\x4e\xf2\x08\x90\x34\x3e\xf5\xe0\x6f\x5f\x9e\ \x77\xf6\xa5\x6d\xd1\xec\xa3\xf7\xbf\xd0\xb8\xee\xe2\x39\xf4\xf0\ \xdd\xf7\x3d\x97\xa7\xfa\xa2\xd3\xce\x3b\x75\x5e\x4d\x69\xfc\xc8\ \x13\xcf\x6c\x1d\xcf\x39\x95\x73\xe6\xb7\x86\xdd\x03\x7b\x8e\xe1\ \xea\x05\x97\x5c\x72\x7a\x58\x20\xc7\xb7\x3e\xf6\xfc\xc1\x61\x87\ \x49\x9d\x2b\xcf\x3a\x6b\x59\x33\x44\x50\xc0\x27\x54\x76\x53\x7d\ \x3b\x36\x3f\xf5\xa2\xe5\x6b\x3a\xe7\x1d\x17\xb7\xe8\xd9\x47\xef\ \x7d\xb4\x72\xed\x85\x4b\x1a\x82\xaf\xf3\xc1\x8a\x65\xde\x73\xc6\ \x15\x57\xb6\xa8\xb7\x7d\xe5\xab\xbf\x7d\x64\xc1\x17\xdf\x15\xfd\ \xf9\xf7\xef\x88\x5e\xfc\x99\xab\x62\x7d\x37\xfe\xe4\x27\x8d\xed\ \x3f\x3c\x45\xee\xbb\xe5\xc7\x3f\xdb\x7a\xb0\x5f\x5f\xb7\x6a\x16\ \xc4\x33\xc7\x9e\xbc\xe9\xf6\xad\x3d\x67\x5f\xf2\x89\x45\xed\x95\ \x21\xc1\x9e\xd8\xfa\xfd\x5b\x9f\x3e\xfd\x63\xff\xd9\x3e\x7d\xff\ \xb7\x6f\xba\xb9\xe3\xe6\xaf\xc4\xa6\xb6\x7d\xe7\x87\xbf\xef\xed\ \x1f\xed\x6a\xb6\x00\x00\x20\xb3\xeb\x47\xb7\x3c\xb8\xf0\xda\x2f\ \x2d\x35\x9f\xfb\xe6\x0f\x7f\xdc\xf6\xe3\x6f\x76\x9a\x3b\xbf\xfb\ \x93\x7b\x0f\x1e\xe8\xab\x8d\x59\x7f\xb6\x9b\x0f\x3c\xfa\xb3\x5b\ \x1f\xda\x3b\x94\x16\x8d\x59\x07\x59\x5e\xde\xf4\xcb\x1f\xec\xe3\ \x5d\x97\xfd\xeb\x67\x5a\x6a\xe3\xb3\xc0\x34\xbe\xeb\xbe\xdb\x1f\ \xdc\x53\xca\x45\x4d\x08\x9c\x03\xf7\xff\x62\xf3\xe8\xa7\xbe\xfb\ \x3f\xfa\xc1\x3b\x3e\x77\xd3\x2f\xe7\xfe\xf8\x6b\xed\x81\x13\x6b\ \x25\x8f\x3e\x7e\xd3\x2d\x9b\x7a\x07\x93\xa7\x9e\xf2\x5a\xe8\x46\ \xe1\xda\xc6\x46\x1c\x81\xb4\xf4\xf2\x13\x0f\xef\xee\x4f\x72\x25\ \xb2\xea\xf4\xf3\x96\xce\x89\x02\x00\x72\x83\xbb\x37\x3f\xfd\x52\ \xce\xc6\xb5\xdd\x2b\x37\x9e\xba\x24\x20\xbc\x2d\xb0\x89\x31\x66\ \x18\xc6\x5b\x4b\x9d\xd0\xeb\xaf\x8d\x3c\x57\xf7\xca\x23\x47\x76\ \x3f\x73\xff\x1d\xbb\x36\xdf\x35\xfa\xdc\xe3\x82\x65\x55\x87\x23\ \x9d\x4d\x8d\x15\x15\x41\xcb\xcb\xe7\x8e\x0e\xc8\x99\x34\xf4\x26\ \x8f\xef\x79\x38\x60\xa5\xd7\xcf\x6d\x08\x89\x02\x00\x55\x50\x40\ \x8a\xe7\x34\xe8\x21\x9f\x4c\xc6\x47\x8f\x30\x66\x10\x6a\x4a\x8a\ \x84\x05\xc9\x76\x08\x25\x00\x70\xe8\xb9\x84\x10\x96\x2b\x96\x5d\ \x8f\x78\x9c\x2a\x92\x50\x2e\xe4\xda\x5a\x9a\x4e\x59\xb6\x94\x39\ \x8e\x2e\x2a\x88\x70\xdb\x30\x99\x47\xcc\x52\xd9\xa7\x29\x2b\x57\ \x2e\x93\x64\xd0\xb3\xa0\xbd\xb2\x42\xcb\x65\xc7\x89\x97\x2b\x66\ \x12\x02\x23\x9e\xed\x20\x51\xb1\x5c\x2a\xca\x8a\x00\x81\x67\x39\ \xd4\xe3\x15\xf1\x86\x68\xbc\x81\x11\x4a\x3d\x9b\x31\x0f\x72\x06\ \x39\xe5\xcc\x83\x80\xa9\x8a\x1c\x0a\x06\x1d\xdb\x22\x0e\x29\xe5\ \xcb\xe5\x42\x41\x84\x4c\x00\x9e\x59\x4e\x29\x32\x0f\x86\x14\xdb\ \x2b\x05\x2b\x02\x2e\x20\x82\x22\x08\x92\x1c\x08\x56\xcd\xcc\xd8\ \xd9\x02\x31\x1c\x62\x3a\x45\x55\x87\xa2\xc4\x25\x49\xb0\x6d\x6f\ \x34\x5b\xd8\x9f\x98\xe8\x2f\xa6\xca\xcc\xd4\x38\xf5\x7b\x8e\x0c\ \x3c\x8e\x89\x0b\x18\x14\x24\xf0\x0f\xe1\x42\x43\x24\x62\x60\x8d\ \x8f\x0c\x0d\x0c\x0c\xa6\x0a\x86\x1c\x8a\xb3\xa9\xad\x37\xdf\xb9\ \x69\xeb\xbd\x77\x3e\xbc\x2b\x5d\x11\xc6\x1c\x6b\xcd\x73\x97\xcc\ \xaf\xf6\x7e\xfd\xdd\x1f\x1f\x2a\x82\xf1\x97\x37\xff\xe1\x85\xc9\ \xf6\xce\x86\x23\xf7\xfd\xe0\xa6\xfb\x77\x55\xce\x69\xea\x7b\xf2\ \xd6\x1f\xff\xfe\x10\x00\xa5\x87\x6e\xbb\x7b\xd0\xae\x98\x53\x05\ \xef\xbb\xe9\x2b\xbf\xda\x96\x90\x24\x01\x00\x80\x25\xc0\x46\xb7\ \x7c\xef\xa7\xbf\x57\x5a\x97\xc6\x4b\xfb\xbe\xff\xe3\x5f\x67\x1c\ \x32\xb8\x7f\xdf\x64\xde\x7e\xfd\x0f\xd6\xb2\x6c\xfd\xd9\xeb\x97\ \xd5\x36\x34\x54\xc7\xfc\xa1\x88\xaf\xd8\xbb\x7f\x88\xcd\xbb\xf4\ \xf4\x45\x73\x56\x5e\xb4\x3a\x5a\xda\xb3\xa7\x0f\x84\x9a\xde\xfd\ \xd1\x2f\x7d\xe4\xf2\xd5\x22\x99\x25\x67\xda\x4f\xff\xfe\x37\x47\ \x66\x4a\x47\x5f\xb8\xef\xe7\xbf\x79\x38\x49\x41\xe2\xd0\x56\xb7\ \x71\xd9\xc6\xe5\x8d\x3d\xe7\x5d\xd0\x80\x47\x5f\x3c\x6e\x68\x95\ \xf3\x3e\xfc\xc5\xaf\x5e\xb5\x76\x0e\x64\x14\x00\x30\xb9\x7b\x87\ \x15\x5c\xf0\x8e\x35\xed\xf3\x36\x9c\x3b\xdf\x37\xba\xa3\x77\x06\ \x44\xbb\x3e\xf8\x99\x2f\x5d\xb3\x71\x91\x48\xff\x6c\x8a\x8e\x37\ \x2d\xbf\xe4\x86\xaf\x7c\x62\x61\x5c\x9b\x9d\xf8\x2d\xf6\x3e\x79\ \xf7\x53\xfb\xcd\x4c\xff\x5d\xb7\xdc\xf2\xd4\xde\x71\x00\x80\x97\ \xd8\x75\xdb\xfd\x47\x2f\xba\xee\xfa\x45\x95\x22\x61\x00\x6b\xa1\ \xa8\x0e\x72\xd9\xbc\x0b\xb5\xa6\xd6\x96\x80\xf2\xc7\xb5\x02\x75\ \x4b\x3e\x71\xc3\x57\x2f\x5d\x5c\x43\xff\x54\xe5\xfa\xf8\xb6\x3f\ \x6c\xda\x39\xcc\xf3\x03\xf7\xfc\xfa\x01\x12\x69\xaa\x04\x13\x3f\ \xfc\xda\xd7\xb6\x8c\x7b\x6c\xea\xe5\xff\xfe\xfa\x8f\x27\x71\x4d\ \x9d\xaf\x70\xd7\xed\xf7\x0e\x17\xdf\x46\xd9\x13\xc6\x18\xbd\xa5\ \x78\x03\xf4\xe6\x9c\xcb\xb2\x34\x3a\x31\xba\xf9\xf1\x47\x62\x92\ \xd3\x56\x13\xf0\xab\x90\x52\x37\x18\x8b\xf9\x22\xd1\x50\x45\xa4\ \x26\xd0\x24\x28\x34\x91\x9e\xac\x6b\xef\x10\xca\xc1\x33\x4f\x3b\ \xb3\x37\x6d\xbe\x3c\x64\x22\x85\x09\xae\xdc\x37\x38\x39\x9d\xeb\ \x08\x04\xa2\x9c\x43\x84\x05\xd3\x32\x00\x14\x5e\x91\xa1\x42\x10\ \x20\x42\xa8\x28\x2a\x1e\xa5\x65\xc3\x08\x86\x02\x13\xe3\x63\x18\ \x81\xc6\x86\xfa\x86\xda\x5a\xe6\xba\xd4\xf5\x08\x24\xc4\xf3\x5c\ \xc7\xa9\xa9\xa9\xa9\xa8\x88\x62\x01\xe4\xf2\x33\x84\x78\xba\xae\ \x9b\x26\xda\xf2\xfc\xf3\xd9\xe9\x84\xae\xa9\x86\x61\xe8\x9a\x4f\ \xc0\x02\x25\x54\x12\x04\xea\x51\xcb\x22\x00\x02\x41\x10\x18\xe7\ \x94\x10\x08\x21\xc6\x88\x10\x82\x10\xaa\xaa\xaa\x4c\xa5\x52\x53\ \x93\x13\x8a\x28\x01\x0e\x72\xb9\xdc\xb6\xad\x5b\x1a\x1a\x6b\x15\ \x49\x88\x44\x42\xba\x4f\x81\x18\x95\x4d\x53\xd5\x34\xc7\xf3\xca\ \xa6\xcd\x52\x74\x3a\x55\x72\x1d\x16\x8b\xd5\x53\xc6\x4b\xe5\xa2\ \x1e\x0a\x67\x33\x19\x84\x41\xc7\x9c\x8e\x74\x4d\x66\x6c\x74\xd8\ \xa1\x84\x51\x22\x70\xc0\x09\x41\xb2\x62\x13\x2e\x8a\x92\x80\xc5\ \x7f\xc4\xe9\x84\x04\x52\x1c\x79\xf6\xf1\x87\x35\xe2\xd5\x2d\xda\ \x50\xdf\xb0\xf6\x92\x4f\xfc\xc7\xe8\x47\x3e\x78\xc3\x8e\x8e\xef\ \xfd\xf0\x3b\x71\x0c\x5c\x2c\x18\x33\xc3\x89\x74\x89\x64\x87\xa7\ \x32\xc5\x1a\x86\xaa\xdb\x57\x9f\x77\xce\xd9\x35\xe5\x7d\xb7\x8e\ \x77\x5f\x70\xde\xc5\x5d\xa5\xde\x1f\x1d\x3a\x08\x40\x0d\x93\xa3\ \xab\xd6\x5f\x70\xde\x12\x5f\x0b\x48\xff\x60\xf3\xc3\x17\x7c\xaa\ \x1b\x43\x28\x63\xb0\x7f\xfb\xd3\x07\x26\xad\xfa\xc9\x61\x5e\xb6\ \x7a\xf7\xed\xe9\x2f\xbe\xf7\xa3\xdf\xfe\xde\x9b\xfb\x74\xf6\x53\ \xb7\x7c\xeb\x40\x68\xdd\x7f\x6f\x9c\x53\x7a\xe9\x45\x4f\x0b\x48\ \x12\x00\x00\x87\x02\x70\xb0\x94\x07\x40\x0a\x86\x22\x22\x38\xa1\ \x87\x0f\xcc\xe9\xa3\x7d\xf0\xfc\xf7\x7d\xfc\xaa\x55\xca\xad\x5f\ \xfe\xfc\x2d\xf7\xb4\x5d\x22\x93\xa0\xea\xd3\x01\x00\x38\xa8\x62\ \xa9\x90\x35\x80\x14\xaf\x90\x00\x7f\x45\x84\xa9\x5c\xb0\x91\x14\ \xd3\x00\x00\xa2\xa2\x05\x70\xae\x64\x00\x21\x1e\xf5\x03\x08\x4e\ \xa0\x5d\xe2\xd8\xf3\xbf\xbd\xf7\x79\x2b\xd8\x7c\xf1\xe5\xef\xee\ \xae\xa9\x02\xa5\x02\x7d\x85\xa4\x3e\x7e\xe0\x80\xde\xba\xe1\x13\ \x9f\xfb\xa8\xb3\xfd\xf6\x1b\x7e\xf6\x93\xae\x79\x37\x1c\xbc\xf3\ \x77\x91\x53\xaf\x5b\x3d\xc7\xd9\x6c\x7b\xc4\x06\x42\xdb\xea\x8e\ \xe0\xbd\xb7\xfe\xe0\xdb\x30\xd1\xdb\x79\xf5\x37\xa2\xde\xc4\x6f\ \x7e\x7c\x7b\xbf\xa5\xaf\x3b\xf7\xb2\xd3\x17\xd7\xa9\xc0\xe5\xf4\ \xcf\xf9\xee\xa2\xac\xa9\xb2\xc8\xa8\x27\x86\x9a\xce\xba\xe8\xa2\ \xb9\xfe\x0b\xb5\xd2\xbf\x3e\xbe\xf5\x25\x0e\x5f\x28\xce\xb9\xf8\ \x7b\xd7\x5e\xe4\xa6\x76\x3c\xbb\xf3\x41\x7a\x92\x27\xff\xbf\xaf\ \x85\x53\x24\x50\x35\x54\xdf\xd9\xb1\x66\x75\x4f\x4c\xb6\x5b\xaa\ \xfd\xcf\x3f\x7a\x3f\xa3\x76\x53\xe7\xbc\xaa\xda\x3a\xac\xf9\xf3\ \x50\x89\x36\xd5\x93\x02\x08\x56\x54\x7b\x93\x62\x2e\x35\xaa\xc9\ \xbe\x8a\x78\x21\x51\x74\x98\xe2\x3f\x9e\x49\xdf\x73\xe7\x13\x9d\ \xf3\x16\xf4\xf5\x4f\x96\xcb\x96\xec\xe3\x84\x39\x0c\x00\x8c\x38\ \x04\x08\x63\x41\x90\x64\xd7\xa3\xb3\xd8\x21\x88\xc2\xd4\xc4\x64\ \xb9\x5c\x0e\x85\x42\xf5\x0d\xf5\xfe\x80\x5f\x90\xb0\x80\x04\xdb\ \xb6\x3c\xe2\xa9\xaa\x82\x31\xb4\x1d\x33\x10\x08\x59\x96\xe1\x38\ \xae\xa2\xd0\x72\xd9\x30\x2d\xcb\x75\x5d\x8c\x71\x20\xe0\x17\x04\ \x81\x10\x22\x8a\xa2\xeb\xba\x9e\xe7\x2a\x8a\x32\x6b\x11\x2c\xc8\ \xf2\xac\x59\x0d\x63\xcc\x34\xcd\xf6\xf6\xf6\xee\xee\xee\x44\x22\ \x81\x39\xd0\x34\x95\x10\x32\x34\x34\x1c\x8e\x84\x3c\xe6\x4a\x8a\ \x1a\x8e\x84\xe3\xf1\x9a\x74\x3a\x53\x28\x99\xba\xc0\xf3\xf9\x72\ \x3a\x63\x85\xc3\x15\x13\xe3\x89\x5c\xb6\xd4\xd1\xd1\x86\xa0\x60\ \x9b\x56\x6a\x3a\x19\x0c\xf8\x91\xc7\xfc\xaa\x3e\x9d\x48\x7a\x9c\ \xbb\x18\x62\x49\xa2\x1c\x20\x20\x50\xc7\x89\x85\x03\xba\xaa\xff\ \x03\xc6\x35\x18\x75\xd5\xaa\x95\xff\xfe\x85\xcf\x55\xbc\x5a\x65\ \xf2\x3c\x0f\xf9\xb0\xeb\x65\x8b\x1e\x88\x9b\xbf\xf8\xd6\xff\x8c\ \xd5\x9c\x71\xf9\xe2\xce\x23\xdb\x0f\xcf\xda\x2d\x71\x40\x01\x00\ \x82\xa2\x53\xd7\x26\x00\x48\x9a\x88\x11\x25\x00\x20\x84\x66\x4b\ \x03\xc1\xb0\x06\x99\xe5\xd1\x59\xaf\x40\xe0\xd8\xa6\x5e\xdb\xb6\ \x78\x51\x0f\xf2\xba\xd6\x5e\x5c\xd9\x12\xe5\x6f\xee\xc2\xea\x3c\ \x73\xdb\xb7\x36\x4f\xcf\xf9\xfc\xe7\xae\x09\x02\x40\x34\xbf\x54\ \x1e\xb1\x1d\x00\x34\x2f\x93\x07\xbe\x40\xf8\xd5\xca\xc1\xab\x05\ \x4e\xce\x71\x34\x1c\x14\xd5\xc8\x9a\xf9\xf5\xb7\x8f\x8f\x0a\xab\ \x42\xc5\xbd\xc5\x12\x00\x61\x2f\x6b\x52\x37\x1c\xd5\xff\xd8\xa5\ \x99\xcd\x5f\xc2\x3a\x75\x92\x65\x00\x22\xae\x59\x2e\xd0\xba\x80\ \xf6\xa7\xdf\x07\x7a\xb8\x76\xe1\xd2\xa5\xae\x1a\x8b\xe8\xf8\x4f\ \xdf\x0c\x00\xc6\x25\xbf\x12\x56\xb0\xba\x7c\x51\xcd\x7d\xbb\x86\ \x06\x8f\x0d\x67\x8b\xa3\xcf\xdc\xfe\xf9\x27\x72\x87\x46\x86\xe1\ \xc3\x4f\x05\xda\x26\x8e\x89\x1b\x6e\xfa\xc9\xd5\xe4\xe8\x93\x37\ \x7c\xeb\x97\xdb\xbb\x3e\x3d\x6f\xd9\xf2\x90\x81\x6b\x2b\x7c\xe0\ \xcf\xd7\xfa\xcb\xdb\xcc\xac\xa7\x1f\xf2\x47\x7c\x9e\x63\x18\xdc\ \x52\xa3\x61\x00\x00\xe0\x10\xbd\xbd\xe7\x98\x20\xc4\x82\x88\xff\ \xec\x9f\x80\x33\xe2\x11\xf6\x37\x60\x13\xa3\x34\x10\x89\xb6\x2f\ \x5c\xa6\x46\xd4\x9a\xd6\xce\x15\x1d\xd5\x87\xf7\x3e\xef\x8b\xc4\ \x17\xcc\x6b\xb7\x1c\x73\x7a\x26\x59\xdd\xe8\x0f\x37\x74\x65\x5c\ \x3b\x1c\x09\x72\x37\x03\xcb\x58\x2b\x08\xdd\xfe\x39\xa6\x93\xcc\ \x4c\x7b\xb2\x1f\x50\x4e\x0e\x1d\x9e\x8e\x56\x74\xe7\xf3\x34\x1c\ \x89\xe7\xca\x36\x05\x4c\x10\x65\x8c\x30\x82\x10\x21\x01\x42\xec\ \xba\x36\x00\xc0\x32\xcd\x70\x28\x70\xde\x79\xe7\x88\x22\x1e\x1a\ \xea\x0f\x04\x7d\xf5\x0d\xb5\x99\x4c\x3a\x14\x89\x88\xa2\x18\x08\ \xf8\x11\x82\x9c\x33\xc6\xe5\x59\x0c\xe2\x9c\x20\x84\x39\xe3\xa2\ \x28\xaa\xaa\x6a\xdb\xb6\x61\x18\x8a\xa2\x08\x82\xc0\x39\xc7\x18\ \xeb\xba\x1e\x0c\x06\x8b\x86\x49\x08\xf1\x3c\x0f\x21\xa4\x28\x8a\ \xaa\xaa\x86\x61\x44\x22\x91\x15\x2b\x56\x6c\xde\xbc\x39\x39\x39\ \x45\x5d\x62\xb9\x66\x53\x53\xe3\xfc\xee\xf9\x63\x93\x63\x08\xe1\ \x62\xd1\x90\x25\x8d\xd2\x2c\x71\x79\xc9\xb4\x89\x0b\x72\x85\x42\ \x2c\x1c\x6d\x6a\x98\x93\x2f\xba\x0c\x08\xb6\xed\xc9\x10\x07\x7c\ \x7e\xcc\x21\x31\x5d\x4d\x52\x1c\xd7\x75\x01\xb7\x01\x10\xb1\xc0\ \x29\xb0\x0d\xe7\x1d\xe7\x5d\x7c\xf6\x99\xe7\x34\xd4\xd7\xb9\xee\ \xdf\x5f\x04\x96\x51\x23\x9f\xe8\xed\x1f\x29\x8b\x84\x70\xb1\xae\ \x3e\xf8\xc4\xcd\x3f\xb2\x4e\xf9\xe8\x8f\xaa\x0f\xfe\xcf\x8f\x6f\ \x9e\xfb\xcd\x7f\xc9\x64\x4a\xa1\x15\x6d\xf3\xda\xb9\x2e\x51\x97\ \x72\x46\x5c\xc7\x25\x00\x00\xe6\x39\x8e\x47\x38\x00\xcc\x73\x1d\ \xc7\x83\x40\xc0\x4e\xf6\xd0\x81\x9d\x0b\x83\xc1\x7b\x1e\xda\x5d\ \xb9\xec\x53\x55\x1a\xb3\xa6\xa7\xfa\x47\xdd\x53\x7a\x56\xaa\x4f\ \x3e\x93\x74\xcf\xe9\xa9\xd0\x81\xec\xf3\xe1\xec\x43\xbf\x7a\xa0\ \xea\xb4\x77\xae\x68\x0a\xbd\xce\xe7\x9a\xdc\x72\xe7\x2f\x9e\xcc\ \x5e\xff\xd5\x7f\x15\x32\xe3\xd3\x5a\xbc\xaa\x7d\x71\x9b\x7a\xdf\ \x5d\x0f\x6f\x3b\x2b\xda\xff\x52\x21\x78\xfd\xa2\x13\xd3\xa1\x94\ \xb8\xb6\x4b\x38\x00\x40\xad\x59\xd4\x8d\x1f\xde\xfc\x48\x4f\xc5\ \x92\x4d\xbb\xc6\x6a\xce\x7e\x6f\xc7\x82\x06\xfd\x17\x3f\xdc\xf4\ \xdc\xe1\x39\xd3\x0f\x4f\x80\xb6\x8f\xb4\x9d\xc0\x26\xe2\x3a\xb3\ \xaa\x9b\xd5\xcb\x56\x06\xee\xfe\xde\xbd\x4f\xec\x5b\x64\xbd\x70\ \xc4\x9e\x73\x69\xdb\x09\xad\x61\xea\x39\x2e\xa3\x00\x80\x40\x55\ \xdb\x19\xe7\xb5\xfd\x49\x7d\xdf\x76\x08\xe3\x00\x80\xc6\x65\xcb\ \xcb\x0f\xdd\xf7\xd8\xee\xb3\x9a\x27\x9e\x9f\xa6\x0d\x73\x3b\x96\ \x6d\xfc\x5a\x8f\x47\x81\x3b\xb9\xeb\x0b\x5f\xbe\xfb\xfc\x77\x9c\ \xe9\x3f\xf4\xe3\xf4\x64\x66\x70\x22\xe3\xcb\x66\x0a\xb6\x27\xe8\ \x15\x8b\xd6\x6d\x5c\xf4\x9a\xb5\x88\x63\xbb\x84\x01\x00\x68\xfa\ \xd0\x9d\x0f\x1f\x39\xe3\xf2\xcb\x25\x01\xcd\x3e\x7e\xa4\x34\xb6\ \x63\xc7\x7e\x21\x3c\x7d\xff\xb3\x33\xcb\x3f\xb9\x74\x09\x2f\xdc\ \xf5\xbd\x3f\x3c\xbe\xbc\xbe\x6a\xe6\xc0\x8c\xcd\xd0\xdb\x15\x98\ \x10\x42\x76\x71\x7a\xdf\x91\x21\x07\x20\x2c\x60\xc0\x19\x63\x8c\ \x73\x10\xa8\x9b\xd3\x51\x57\x81\xf9\x9f\x58\x74\x09\xaf\xbf\x50\ \xa9\x54\x1e\x9f\x4a\xc8\x28\xfa\xd2\x8e\x9d\x9b\xef\x39\x58\x9c\ \xea\x3b\x7b\xfd\x8a\x64\x2a\x0b\x21\x29\x9b\x86\xc9\x04\xb1\xa8\ \x85\xeb\x2a\x6d\x2f\xa5\x70\xc8\xd3\x6a\xab\x8b\x91\x20\x2a\x11\ \x56\x94\xc4\xa4\xe5\x38\x14\x4c\xa7\x58\x2e\x2f\x34\xb7\xf6\xbc\ \xb4\x7b\x8f\x20\x08\x10\x70\x01\x53\x01\x09\x08\x02\x08\x05\x00\ \x31\x42\xb8\x54\x2a\xf9\x7c\x7e\xdb\xb6\xbb\xbb\xe7\xc7\x2a\x62\ \x1c\xd0\xf5\xeb\x4f\xad\xa9\xaa\xd2\x34\x8d\x73\xc6\x01\x57\x14\ \x99\x10\x12\x08\x04\x1c\x57\x94\x24\xd1\xf3\x44\x55\xf5\xcf\xcc\ \xcc\x8c\x8f\x4f\xd8\xb6\x8d\x10\x92\x65\x59\x51\x14\x00\x80\xe3\ \x38\xb3\x48\x54\x2c\x16\x1d\xc7\x51\x64\xf9\xff\x63\xef\x3b\xc3\ \x24\x39\xab\x73\xcf\x97\x2a\x76\x9a\xd0\x13\x77\xc2\xee\xce\xee\ \xce\xe6\xa8\xac\x55\x58\x49\x20\x40\x42\x08\x44\x30\x19\x2e\x06\ \x11\x84\xc0\xd8\x17\x83\xaf\xb1\xe1\x62\xc3\x45\xb6\xc1\x26\x18\ \xb0\x11\x49\x12\x20\x21\x64\x10\xca\x39\xae\xa4\xd5\x6a\x73\x9c\ \xdd\x99\x9d\xd9\xc9\x33\xdd\xd3\xa1\xba\xd2\x97\xee\x8f\x9a\x5d\ \x05\x56\x08\x09\xe9\x79\x90\x3d\xe7\xe9\x1f\x3d\x3d\xd5\x5f\x55\ \x75\x77\x9d\x3a\xe7\x3d\xef\x79\x0f\x76\x1c\xa5\x54\x32\xd3\x5c\ \x6b\x6d\xdb\x36\x63\x8c\x73\x4e\x08\x71\x5c\xb7\x3e\x57\x67\xd9\ \x46\x53\x4b\x73\x5d\x43\xfd\xa1\x81\xc3\x96\xe3\x64\xb3\x75\xab\ \x56\xac\x2a\x97\x6a\x3c\x16\x52\x2a\x00\x6a\xd0\xd4\xe8\x58\xa1\ \x31\xdf\xdc\x90\x6f\x57\x1a\x73\x2e\x2b\x95\xc9\xc0\xf3\x73\x69\ \x3b\x28\x55\x9a\x9b\xf3\xf5\x0d\x8d\x53\x47\x8f\x20\xc7\xd2\xd4\ \xa8\x54\xaa\x6f\xbf\xe4\xad\x1f\xff\xf3\x2b\x5c\xc3\xa5\xc4\x53\ \x2a\x7c\xa5\x31\x71\xb3\xa1\x73\x51\xdb\x43\x37\x5e\xfd\x5d\x13\ \x2b\x21\xd2\xe7\xbf\x61\xdd\x00\xee\xfd\xb3\x4b\xce\x5a\x9c\x5b\ \x71\xde\xce\xef\x3d\xb1\x9f\x7c\xf4\xca\xf7\xfc\xfb\x35\x3f\xf9\ \xbb\xc7\xb0\x6c\xde\xb0\xb8\xc9\x65\x2d\xf3\x97\xaa\x26\x00\x48\ \x35\x2f\x5c\x1e\xb4\x60\x00\xbb\x79\xfe\xd2\xc5\x75\x18\x34\xc6\ \x72\xe0\xa9\x3b\xbf\xbf\x2f\x72\x57\xbe\xed\x13\xef\x5c\x8f\xa9\ \xff\xf6\x73\xbb\x77\x6d\xdd\xf6\xfa\xcb\x2e\xfb\xec\x07\xc2\x6b\ \x6f\xfc\xee\xfd\xc2\xda\xf0\xfa\x3f\xeb\x6e\x69\x3a\xda\xd7\x47\ \x4e\x7a\x01\xb7\x3b\x31\x03\xcd\x75\xe8\xae\x9f\x7c\xf3\x16\xbf\ \xd6\x78\xea\x25\x57\xbc\xf5\x9c\x8f\xff\xe5\xe5\xdf\xfd\xd1\xaf\ \xae\x0e\x53\x97\x5d\xf1\xa9\x53\x5a\x66\x3f\x96\x5c\xcb\xc2\xe5\ \x34\x81\xa2\x8d\x8b\x2e\xff\xeb\xd2\x0f\x7e\xf2\xf5\x7f\xd9\xd1\ \x79\xf2\xbb\x3f\xf4\x86\x85\x80\xe0\x33\x9f\x78\xf3\xd5\xd7\xff\ \xc7\x0e\xb3\xfd\xf2\xbf\xf8\xf0\xbc\x63\x29\x72\x7e\x41\x6f\x4f\ \x7d\x0e\x00\x20\xb7\xf6\xd3\x57\xbc\xeb\x7b\xd7\xfd\x68\x3f\x6d\ \x79\xff\x5f\x5e\xb1\xe8\x18\x56\xdd\xd8\xb9\x78\x31\xa9\x3b\x11\ \xf8\x91\x5a\xbc\x7c\x69\xa3\x83\x01\x20\xd5\x73\xd1\xe7\x3e\x54\ \xb9\xf6\x67\xff\xf6\xa8\xdd\xfe\xa1\x4f\x7f\xb4\xd3\x02\x00\xc3\ \xa4\x60\x34\xb4\xac\x58\xb3\xa2\xde\x80\xae\xd7\xbe\xef\xbd\x53\ \x57\xff\xec\x1b\xff\x28\x59\xfa\x8d\x57\x7c\xfa\xd4\x79\xe6\x73\ \xae\x8f\xd6\xc5\xcb\xed\xa6\x14\x00\xa8\x68\xe6\xd0\xa1\x81\xd3\ \x62\x64\x10\xad\x41\x03\xc2\x58\x85\x4f\xdd\x7d\xfd\x8e\x48\x2c\ \x7f\xcb\x27\x2f\x5b\xdf\x64\xc1\x5b\x3e\xfd\xae\xe0\xa6\x5f\x7c\ \x9f\x40\x2d\x82\x34\xc6\xff\x73\xa3\x26\xc9\x83\xc9\xf1\xf1\x88\ \xa0\xc2\xe8\x70\xe4\xe4\xe7\xd5\xb9\xc1\xcc\x58\x79\x5c\x76\xb5\ \xb7\xa4\xd0\xb3\x54\x49\xd1\x7b\xdf\xfd\xce\x64\x50\x0f\x63\xec\ \xca\x4f\x7d\xda\xb6\xed\xe3\x69\x88\x63\x5b\xf7\x3f\xfa\xc4\xf5\ \x37\xdf\xd6\x9c\xb1\x5a\x52\x08\x7b\xa3\x7b\x9f\xb8\x7f\xd5\x92\ \xce\xf9\x1d\xcd\xf9\xfa\xdc\xfc\x9e\x1e\x33\x9b\xad\xc4\x71\xb5\ \xe0\xd7\xc7\xee\x92\xc6\x9e\x78\x68\x6a\x66\xcf\x50\x59\xee\x4b\ \xad\x29\xdc\xbc\xdd\xf8\xf9\x23\x85\xc9\x50\x86\xa5\x99\x8e\xee\ \x8e\xee\x85\xdd\xdb\x76\x6d\xaf\xd6\x3c\x62\x30\xc3\x30\x31\x66\ \x58\x11\x46\x6d\x6a\xb2\x4a\xb5\x2c\xa5\x6c\x68\xa8\xc7\x48\xbf\ \xe5\xd2\x4b\x36\x6d\x3a\x17\x63\x4d\x09\x76\x2c\x8b\x0b\x41\x18\ \x91\x52\x51\x46\x67\x95\xf3\x85\x64\x8c\x09\x21\x28\xa3\x18\x93\ \xab\xaf\xbe\xe6\xf6\xdb\xef\xd1\x4a\x55\xab\xd5\x86\x86\x86\xa4\ \x66\x49\x29\x25\x84\x24\xfa\x32\xa6\xe3\x5a\x96\x65\x18\x06\x00\ \x28\xa5\xc2\x30\x24\x84\xac\x5e\xbd\x7a\xf1\xe2\xc5\x5f\xfb\xda\ \xd7\x08\x26\xcd\x8d\x79\x40\x62\xe9\xb2\xde\xf7\xbf\xff\xbd\x03\ \xfd\x87\x4b\xe5\x52\x67\x47\x57\xa5\x52\xbb\xe6\xa7\xd7\xcd\x14\ \x4b\x14\x2b\xcf\x2f\x35\xb7\x36\x70\x11\xe5\x72\xf9\x94\xdb\x48\ \x59\x2a\x9b\xab\xd7\x5a\xec\xdb\xbf\xb3\x3e\xe5\x2c\x5f\xb8\xd8\ \x6d\xc8\xfd\xfa\x9e\x3b\x9f\xd8\xbb\x8b\xb8\xa9\x5a\x10\x6d\x3a\ \xfb\x35\x5f\xf9\xbb\x7f\x14\x55\x5e\x2b\x7a\xad\x2d\x06\xa1\xfc\ \x58\x8b\x0e\x30\xc6\xc6\xc6\xc6\x3e\xf9\x89\x8f\x35\x35\x35\x37\ \xb7\xb4\x1c\x1f\xd3\x2c\xa5\xcc\x66\x33\x1f\x78\xff\xfb\xf2\x4d\ \x2d\xfa\xd8\xdc\xd4\xa4\x45\x36\x8a\xe2\xb1\xd1\xa3\x4b\x97\xad\ \x64\x86\xa1\xb5\xe6\x9c\x4f\x4f\x4d\x2c\x3e\xa6\x66\xf9\x72\x17\ \xfc\x86\xff\xfe\xa3\xff\x77\xf9\xe5\xff\xf4\xd6\x93\xd2\x73\x60\ \xc7\x8b\x37\x5e\x1a\xdd\xf3\x9d\x2f\x7f\xcd\xbd\xf8\x4b\x57\xae\ \x9f\xbc\xe2\xaf\xae\xff\xc8\x37\xff\x65\x45\x66\xd6\x09\x89\xf2\ \xe4\xa1\x91\xe9\x54\x5d\xae\xef\xee\x1f\x5d\xbb\x2b\xf5\xe5\xff\ \xf7\xc9\x96\xff\xbe\x89\x9d\x52\xaa\xe6\x55\x93\xe0\xc6\xf7\xfd\ \x7d\xfb\xf6\x3d\x93\x43\x80\x10\xa2\x86\xe5\xda\xfa\xa1\x5f\x5d\ \x3f\xd5\xb9\xf1\x4d\xeb\xbb\x8a\x07\x1f\xbb\xe9\x91\x89\xd7\x5c\ \xf2\x9a\x3a\xfa\x2c\x61\xd2\xdf\x3f\xd7\x17\xc7\x41\x30\x3d\x72\ \xb4\xc5\xe9\x32\x88\xcd\x9c\x74\x77\xcf\xd2\xf6\xce\xd6\x7c\x4b\ \xa3\x6d\xb1\xa9\xa2\xaf\x8a\x55\xae\x8b\x1d\xe9\xf9\xf3\x5b\x4e\ \x16\x87\x2b\xa5\xd1\x31\x62\x0e\xe6\xb2\xa3\xad\xeb\xe6\x9d\x97\ \x59\x70\xd3\xd6\xc7\x8a\xd3\x15\xc7\x48\x4d\x4c\x57\xbc\xa8\xaf\ \x5c\xf5\x0d\xd3\x00\x84\x67\x15\xf4\xb4\xd6\xa0\xa5\x94\x4a\x6a\ \x00\x1c\x86\x21\x46\xba\xe6\xfb\x8c\x11\xdf\xaf\x4a\x82\xe2\xc8\ \x0f\x82\xd0\x72\xed\x86\xc6\x46\x82\x49\x14\x45\x84\x62\x8c\x30\ \x00\xa2\x94\xa5\xdc\x74\xa1\x50\xa8\x56\x2b\x51\x18\x52\x4a\x13\ \x3a\xa5\x65\x59\x8c\xb1\x24\x7a\xd2\x5a\x63\x8c\xa5\x94\x9e\xe7\ \x21\x84\x1c\xc7\x71\x1c\xc7\x34\x4d\x8c\x71\xa1\x50\x18\x1f\x1f\ \x67\x8c\x05\x41\x18\x0b\x6e\x59\xcc\xb6\xed\x54\x2a\x95\xaf\xaf\ \xaf\x14\x8a\x16\x42\x9d\x3d\x3d\xeb\x7a\x97\x3c\xfe\xc4\x16\xc3\ \x71\x73\xf5\x59\x27\x65\x72\xc9\x4d\xcb\x75\xd3\x59\x21\x50\xcd\ \xf3\x96\x2e\xed\xc9\x66\xd9\xa1\xbd\x7b\x94\x12\x53\x13\x13\x13\ \xc3\x47\xeb\xd3\xa9\x50\x23\x27\x57\xff\xfe\x77\xbf\xd7\xa4\xc6\ \xd0\xc8\x90\xc3\xd2\x61\x14\xa7\x18\x7e\xd5\x08\xa8\x61\x6b\xd1\ \x8a\xe5\x4d\x19\x3c\xe7\x66\x5e\x8a\x05\x93\xbf\xbd\xe1\xe7\xde\ \xc2\x8b\x3f\x78\x7e\x0f\x94\xfc\xa5\xab\x7a\x9d\x67\x5c\x90\xd2\ \x9b\x7c\xe0\xbf\xae\xe9\x9b\xd1\x76\x5d\xe7\x47\x3f\xf1\xbe\x96\ \xff\xc9\x88\x13\xc2\x48\xfa\x7b\x1e\x7d\x6c\xf3\xce\xfd\x39\x67\ \x8d\x02\x5d\x9c\x9a\x88\x0d\xcb\x64\xcf\x25\x2a\xff\x5e\xbc\x49\ \x2b\xc7\xb6\xbb\xe6\x75\xd4\xbc\xda\x23\x07\x77\x9e\xbc\xb2\xb7\ \xb1\x6d\xc1\xbc\x9e\xc5\xd9\xb4\x93\xc9\xa4\x31\x63\x29\xc7\x69\ \x30\x62\x47\x37\x96\xfb\xfd\x99\xb1\xfd\x46\xae\x98\xeb\x41\xd3\ \xe3\x7e\xdf\x83\x87\x77\xcc\x68\xa7\x35\xa5\xab\x65\xe0\xc4\x8f\ \xc3\xa8\xca\x1d\x27\x1d\xf1\x10\x23\xac\x35\xd1\x80\x41\x83\x52\ \xf2\x18\x79\x5a\x69\xad\xa3\x38\xaa\x56\x4a\x08\x41\x2a\x9d\xb2\ \x4d\xa6\x94\xcc\x37\x35\x6a\x84\x82\x20\xa0\x94\x31\xc6\xc2\x30\ \xa4\xd4\xd0\x4a\x03\xa0\xa1\xa1\xa3\x3f\xf9\xc9\x4f\xee\xbf\xff\ \xe1\x28\x92\x42\x88\x64\xfc\x03\xa5\x54\x29\x15\xc7\x71\x82\xf2\ \x18\x86\x11\x85\x61\x22\x4a\x9d\x04\x86\x18\x63\x4a\x69\xb1\x58\ \x8c\xe3\x38\x93\x49\x2b\xa5\x6a\x61\x98\xca\xa6\x57\xae\x5c\x25\ \xa2\x10\x83\xf2\x4a\xd3\x87\xf7\xfa\x53\xce\xe0\xf2\xf9\x9d\xde\ \xd4\xb8\xd3\xd8\x52\xe1\xa1\x57\x2b\x11\xc9\x01\x48\x14\x73\xc7\ \x4a\x49\x21\xa7\x26\x47\xe7\x77\xb7\x56\x26\x47\x3d\xaf\x54\x28\ \x97\x80\x73\x10\x9c\x68\x9c\x75\xad\x14\x33\xfd\x6a\x8d\x32\x23\ \x56\x12\x61\xf6\x6a\xfa\xd1\xd0\xc6\x77\x7d\xfa\x93\x73\x4e\xe6\ \x25\x9a\xdd\xfe\xee\x2b\xbf\x7a\x2c\xe7\x5c\xf5\xb1\xcf\x3c\x8b\ \xf6\x69\xb6\xaf\xf8\xc8\xe7\xbf\x3a\xf7\x21\x61\x4c\x62\x6f\xfc\ \xbe\xbb\xee\x38\x58\x49\x9f\x74\xf6\x59\x07\x77\xf2\x13\xc5\xac\ \x00\x00\x20\x00\x49\x44\x41\x54\xdc\xff\xe3\x89\xa7\xca\xd3\xc5\ \x45\x1b\x2f\x49\x11\xf5\x1c\xd6\xc7\x0b\xe8\x37\xf9\x41\xb8\x63\ \xe7\x1e\x8b\x6a\x11\x54\xbb\x97\xae\x7d\xdd\x79\xe7\x06\x81\xc7\ \x30\xb2\x1c\x87\x99\xa6\xeb\xa4\xe4\xe1\xc9\xdd\xbf\xbc\xdb\x14\ \x01\xb1\xc7\x02\xab\xdf\xec\xc9\x56\x07\x61\xeb\xc3\xa8\xda\x6c\ \x9c\xb9\x69\xc5\x93\x93\x47\xf8\x54\x64\xd8\x86\x06\xac\x10\x46\ \xc8\xa0\x88\x62\x45\x92\x18\x4f\x29\x01\x72\xf6\x0e\x42\x08\x06\ \x45\x0a\x85\x42\xad\xe6\x65\xb2\x29\x21\x84\x94\x31\x63\x44\x23\ \x2c\x84\xa8\xd5\x6a\x08\x21\x8c\xa9\x69\x80\x94\x3a\x97\xab\xdb\ \xbc\x79\xf3\x3d\x77\xdf\x3b\x53\xaa\x5a\x96\xc3\xb9\x74\x5d\x87\ \x52\x7a\x1c\x26\x43\x08\x09\x21\xa2\x28\x8a\xa5\x4a\xb0\xf0\x72\ \xb9\x3c\x36\x36\xe6\x38\x8e\xeb\xba\x8e\xe3\x14\x0a\x85\x30\x8c\ \x62\x21\xaa\x41\x89\x52\x2c\xa5\x34\x08\x05\xc1\x77\x6d\x7b\xb2\ \xad\xbe\xf1\x82\xb3\xcf\x51\x5c\x2c\xeb\xee\x70\xe6\xcd\xbf\xed\ \xc1\x07\xa4\x8e\x63\x29\x2c\xdb\xf1\x03\x9f\x12\x53\xf2\xb8\x34\ \xe3\xfb\x79\x47\x88\x20\x8e\x95\x57\x2d\x2d\x9a\xdf\x39\x3c\x3e\ \x55\x28\x7b\xba\x16\x78\x53\x85\x54\xe7\x92\xaa\x13\x4c\x4d\x57\ \x34\xb0\xb9\x9f\xe3\x9c\xcd\xd9\x33\x52\x31\x08\xbc\x8a\xca\xf6\ \xbe\xed\xf5\x27\xb7\xe7\x8c\xc5\x1d\xad\xbb\x0f\x8e\x2e\x5d\xbb\ \x71\x59\x77\x93\xe4\x42\xff\xe1\x75\x3a\x40\x20\xa4\x8a\x24\x32\ \x4c\x2b\x94\xd1\xe0\x78\xb5\x7d\xe9\x7a\x40\x10\x54\xbd\x91\xd1\ \x31\x29\x0d\xcb\x69\x1f\xbe\xef\x91\xda\x53\x53\x99\xd6\x94\xdb\ \x41\xa4\x21\x80\x4c\x65\x52\x29\x52\x6e\x6c\xee\xea\x68\xcc\xcf\ \x3b\xe3\xe4\x93\x77\x3f\xbe\x7d\x72\x74\xd2\x60\x76\xe0\x87\x26\ \xb5\x2d\x6a\x82\x56\x1a\x34\x42\x20\x94\xa4\x84\x20\x84\xa4\x54\ \x00\x80\x09\x2a\x14\x0a\xbe\xef\x37\x34\x66\xb5\x14\x86\xc1\x28\ \x25\x1a\x11\xdb\xb6\x18\x63\x18\x13\x42\xa8\x10\x4a\x6b\xc9\x18\ \xab\xd5\x82\x30\x8a\x2c\xcb\x62\xcc\x00\xcd\x13\xdf\xc4\x39\x97\ \x52\x68\xad\x30\xc6\x09\xe3\x0b\x29\x6d\x18\x46\x42\x26\x50\x4a\ \x09\x21\x82\x20\x00\x80\x52\xa9\x14\xc7\xb1\x1f\x71\x4c\xd9\xc8\ \xd8\xd8\xad\xb7\xdd\xba\xbc\xa7\x6b\x6a\x7c\x34\xae\x56\x21\xe5\ \xee\xd9\xf6\x64\xce\x4d\x37\x66\x32\x85\xc0\x27\x94\x06\x7e\x8d\ \x59\x06\xa6\xa4\x56\x8d\x40\x97\xeb\x32\x69\xc9\xbd\x99\xe2\x54\ \x2a\xe3\xd4\x2a\x7e\x36\x9b\x66\x7e\xd0\xd5\xdc\x14\x79\x51\x71\ \x72\x3a\xf6\x6a\x71\x10\x70\x29\xb1\xc9\xe6\x54\x08\xe6\x6c\xce\ \x9e\x69\x52\xca\x4c\xcb\x92\xd7\x77\xe2\xea\xcc\xf4\xe0\x90\x48\ \xd5\x75\x9f\x7d\xde\x12\xc9\x39\x17\xf2\x77\x91\x8f\xdf\xdf\x4f\ \x87\xa4\x92\x88\x01\x41\x18\x6b\xb2\x63\xfb\xbe\x6d\xbb\x0f\xb4\ \x77\x75\xa5\x52\x29\xc0\x96\x18\x2f\x0d\xed\x3a\x5a\xd9\xb3\xbf\ \x5e\x23\x3c\x5d\x2d\x54\xfa\x5b\xf2\x22\x28\xf9\xbb\x27\xa6\xc8\ \xe2\x93\x4e\xbe\xe8\x32\x7b\x45\xcb\xc5\xef\x79\xdf\xae\x1d\xbb\ \xaf\xbd\xf6\x17\xbe\x17\x97\x0a\xbe\x92\xfa\xa9\x27\xb7\x70\x11\ \x58\x96\x61\x98\x44\x09\x8e\x90\x89\x00\x69\xad\xb9\x50\x04\x41\ \x10\x04\x18\x13\xcb\x72\x43\xdf\xa3\x94\x44\x11\xa7\x14\x19\xc4\ \xa8\x96\x0b\xb5\x9a\xdf\xd8\x98\xb7\x2c\x07\x64\xac\x84\xb0\x2d\ \xc3\x31\x8d\xaa\x17\x52\x8b\x12\x8b\x58\xa6\x4d\x29\x0d\xfc\x40\ \x08\xa5\xb4\x52\x5a\x13\x42\x09\x25\x54\x6b\x00\x94\xb8\x2a\xa5\ \x94\x61\x18\x8e\xe3\xc4\x71\xcc\x39\x17\x42\xd8\x06\x53\x00\xcc\ \xb6\x27\x27\xa7\xaa\x41\xe8\x45\xc2\x0b\xe2\x99\x99\x0a\x8b\x75\ \x31\x1e\x75\x4c\x93\x9b\x75\xf3\x6c\x77\x6f\x75\x92\x53\xaa\x25\ \x4f\x5b\x8e\x08\x38\xc3\xa4\x79\x41\x77\xbe\xc9\xc5\x20\xca\xa5\ \x4a\x1c\x8a\x52\x61\x66\x7c\x64\x7c\x5e\x6b\x13\x46\x33\xd3\xe3\ \x63\x26\x01\x19\xfb\x14\x03\x42\x1a\xe6\xfc\xd3\x9c\xcd\xd9\x33\ \xc0\x26\xac\xfc\xed\x77\xdf\xf5\xc8\xfe\xd1\x88\x4b\x6a\x64\x56\ \x9e\x79\xde\xe9\xcb\xda\x4f\xd8\x3f\xf1\x42\xbc\x70\x2c\xc3\xb8\ \xd4\x6c\x9b\x31\x97\x63\x83\x23\x87\x06\x87\xad\x79\x6d\x16\xb6\ \x32\x5a\x79\x87\x07\x77\x5f\x7f\xf3\xb2\x8c\x15\x89\x19\x22\x74\ \x5c\x2b\xf2\x92\x36\x8c\x79\x74\x55\xf7\xb2\xde\x8b\xdb\xd6\x9f\ \x25\xa2\x09\x2a\x2b\x1b\xd6\xad\xdb\xb0\xee\x0c\x00\xa8\xcd\x70\ \x25\xd5\x2f\x6f\xbc\x76\xef\xbe\xed\xb7\xde\x76\x73\x1c\xf9\x86\ \x61\x81\xd6\x52\x6a\x8c\xb0\x14\x92\x30\xe2\xfb\x61\x18\x72\x04\ \x14\x63\x4a\x09\xe3\x71\x88\x29\x55\x42\xe6\xeb\x9b\xb2\x69\x4e\ \x30\x89\x82\x30\x8a\xc2\x74\xca\x49\xd9\x36\x06\xed\x58\x96\x88\ \x44\xca\x75\x6d\xcb\x11\xb1\x94\x42\x29\xa5\x15\x42\x80\x89\x46\ \x48\x28\x8d\x31\x49\x40\x71\x8c\x71\xe2\x9b\x92\xe7\x08\x21\xce\ \xb9\x45\x28\x45\x48\x23\x94\xc9\xd6\x65\x9a\xdb\x77\xdc\x75\x0f\ \x37\x53\x45\x5f\xa0\xc8\xa3\x7e\xd0\xd5\x90\x77\x0a\x45\xdf\x41\ \x4e\xca\x28\x1b\xda\xa6\x16\x14\xb8\x21\x91\x69\x58\x4e\x2e\x97\ \xce\xe7\x94\x08\xcc\x74\x8a\x47\xdc\x49\xa7\xc3\x58\x72\x20\x02\ \xc8\xe4\xe4\x48\xa9\x30\x16\x56\xa7\x9c\x74\x06\x83\x05\xc0\x5e\ \xbe\xb6\x15\x94\xdc\x79\x94\xd2\x52\x8a\xb9\xdf\xf9\x9c\xfd\x69\ \x9a\x7e\xfe\xea\x0f\xa1\xa4\xd4\xbf\x67\xcb\x90\xdc\xf4\x9a\x73\ \xf6\xee\x38\xd2\xd3\x93\xdf\xb1\xe3\xf1\xa1\xb6\x37\x74\x67\xa9\ \x7c\x51\x73\x7d\x93\x3c\x4b\x08\xce\x63\x6e\x9a\xac\x5a\xad\xee\ \xdd\xbd\x67\xc9\xfa\x95\x04\xd2\x41\x61\xe6\xe0\x96\xad\xb2\x58\ \xb4\x1a\x5b\x43\x97\x8c\x14\x7c\x33\xdf\x5c\x65\x5c\x09\xf7\x8c\ \x4d\x1b\x0b\xdc\x8e\xfd\x89\x38\x9a\xc2\x71\xcd\x74\x62\x0d\xae\ \xd6\xb6\x9b\xcb\x86\x35\xff\x2d\x6f\xbb\xf4\x5d\xd6\x65\xcd\xad\ \xf9\x6f\xfd\xdb\x77\x18\x65\x94\x31\x84\x92\x2e\x02\x8d\x11\xf2\ \xfd\x40\x4a\x29\xa5\x00\x9d\x68\xce\x61\xad\x34\xc6\x44\x29\xad\ \x95\x56\x5a\x51\x4a\x5d\xea\x96\x66\x4a\xb9\x5c\xce\x30\x58\xa9\ \x5c\xce\x64\xf2\x86\x61\x18\x86\x51\xab\xd5\x30\x49\x3a\x53\x75\ \xd2\x5b\x88\x10\x8a\xe3\x38\x79\x9e\x10\xc4\x19\x63\xe4\x98\x81\ \x06\xa5\x14\x73\x8c\x48\xeb\xd3\xce\x39\x6b\xc7\xc1\xfd\x77\x3d\ \xfa\x08\x96\xb2\xc9\x76\xdc\x86\xb4\x63\x18\x45\x0c\x19\x9b\x79\ \x32\xac\x85\x31\x58\x8c\x10\x03\x4c\x15\x22\x5d\x01\x9d\xd3\xda\ \x34\x1d\x6a\xb0\x20\xf4\x19\x36\x40\xa0\xe6\xd6\x16\xd3\x74\xf2\ \x4d\x2d\x31\xf7\xaf\xfe\xe1\x77\xa7\x67\x2a\x0b\x16\x2d\x7a\xf3\ \x9b\x2e\x4e\x39\x79\x25\x5e\x2e\x3f\xa2\x13\x66\xe9\x81\x7d\xbb\ \xe6\x2e\x80\x39\xfb\x93\x75\x4c\x8c\xb1\x96\xd6\xf6\x13\xfb\x13\ \x50\xe5\xd2\x4c\xba\x7d\xd1\xa2\x8e\xfa\x83\x7b\x26\xda\xba\xba\ \x8f\xec\x3e\xe8\x85\x1c\xe5\x4e\x70\x0b\x7f\x01\xdf\x24\x85\x24\ \x94\x00\xc1\x0a\x34\x22\xb0\x77\xe7\xce\x4b\xfd\x37\xd1\x30\xde\ \xf1\xd0\xc3\xfd\x4f\x3c\xb5\x36\x9d\x23\x26\x9f\x56\xe5\x74\xef\ \xf2\xfc\x8a\x66\xd5\x3a\x42\xf3\x74\x72\xaa\x82\xcc\x0a\x45\x55\ \xb3\xde\x90\x88\x47\xf1\x0c\x40\x64\xb0\x7a\xad\x48\xad\x56\xa8\ \x54\xaa\xed\x9d\x9d\x17\x5c\x78\xd1\x35\xd7\xde\x58\x29\x85\x40\ \x14\x21\x48\x08\xa5\xb5\x06\xa4\xa5\x90\x9c\xc7\x5a\x6b\xa9\x24\ \x08\x45\x30\x12\x42\x50\x4a\x11\x42\x09\xd4\x9d\x04\x41\xa1\x0e\ \x7b\x7a\x7a\x3e\xf5\xa9\x4f\x5d\x73\xcd\x0d\x93\x93\x65\xa5\x94\ \x57\xf5\x34\x68\x4a\xa9\x6d\xd8\x5c\x0a\x2e\x84\x94\x32\xa1\x44\ \x1d\xe7\x56\x24\x9a\xbf\x4a\x29\x84\x90\x61\x18\xb6\x63\x4b\xc9\ \xbd\x28\x62\x29\xb7\x65\x7e\xd7\xd6\x9d\x3b\x6b\x08\x00\x41\xb1\ \x30\x35\x59\xab\x34\xb9\xa9\xd6\x5c\x7d\x0e\x93\x1a\x01\xe6\xa6\ \x0d\xc3\x56\x12\x4d\x79\xde\xa4\x57\x33\x74\xe0\x5b\xb2\xb3\xa9\ \xb1\xc9\xb5\xa8\x4d\x00\x90\x63\xb8\xae\xe5\xfa\x2d\x81\xe7\x07\ \xc5\x99\x4a\x34\x31\x99\xcd\x59\xfb\xf6\x6d\x2b\x6e\x3c\x75\x5e\ \x6b\xab\x78\xd9\x7c\x13\x20\x84\xba\xe7\x2f\x9c\x9b\xea\x36\x67\ \x7f\xe2\xa6\x94\x7c\x1e\xcf\x85\x9c\x54\x8e\x15\x79\xc8\x91\x2c\ \x1f\xb8\xe1\x17\x87\x9d\xe6\x25\x67\x34\x9c\xb8\xb5\xeb\xf7\xf3\ \x9b\x90\x14\x12\x6b\x00\xac\x15\xd1\x06\x61\x63\x47\x87\x44\xa9\ \x8a\xea\x1b\xe3\xa9\x99\x0c\xc2\xca\xab\x14\xab\x53\x4b\xcf\x5b\ \xdf\xbc\xe1\xad\xbe\x45\xc6\xd5\xbe\x89\xf8\x48\x26\xed\xb4\x75\ \x75\x78\x95\x82\xa8\x45\x11\x0a\x9c\x54\x5a\x29\x60\xc4\x01\x20\ \x0d\xf5\x99\xba\xfa\x0c\x66\xf6\xde\x3d\xbb\xa6\x0b\x25\xd7\x69\ \x00\xd0\x80\x40\x69\xad\xb5\x02\x0d\x08\xc3\xe4\xc4\x04\x20\xa5\ \xb5\xd2\x1a\x34\x50\x8c\x11\xc6\x98\x73\x9e\x70\xbb\x01\x20\x8e\ \x63\xc3\x30\x3c\xcf\x3b\xff\xfc\xf3\xf3\xf9\x79\x5f\xfe\xf2\xd7\ \x82\x20\x40\x18\xf9\x35\x3f\x9d\x49\x23\x8c\xb5\x84\xc4\x07\x25\ \xdb\x27\xde\x2d\x41\xca\x93\xce\x3b\x00\x30\x0c\x03\x21\x94\x72\ \xad\x91\xd1\x91\x55\xcb\x96\x9a\x96\xf5\xc8\x13\x8f\x57\x85\x34\ \x0c\x93\x5b\x6a\x52\xa9\xa9\xe9\xc2\xc1\xc9\x69\x17\x51\x6c\x33\ \xab\x2e\x85\x00\x85\x35\x59\x8d\xa1\x66\x5b\xd4\x54\x4e\x29\x55\ \x98\x2e\xbb\xb1\x70\x1a\xd3\x80\x80\x19\xc8\x30\x4c\x27\x95\xca\ \xc4\x71\xb6\x2e\xe7\x66\x9d\x8a\x57\x25\x44\x51\x8a\xf5\xcb\xed\ \x48\xa4\x94\x73\x3f\xfd\x39\x7b\x95\x9a\x10\xa2\x7e\xc1\xfa\x8b\ \x17\x31\xa6\xc3\x35\x27\x9f\x32\xa3\xeb\x7b\x17\x77\x99\x5a\x88\ \x13\x0d\x83\xff\xbd\xb3\x33\x01\x08\x42\x22\xe6\x52\x4a\x6a\xb0\ \x28\xe2\x95\xd2\xcc\xe8\x40\xff\x8a\xce\xae\x3a\xd3\xe2\x00\xb5\ \x72\x21\xd4\x51\xf3\x19\x3d\xb5\x34\x14\x95\xd9\xbe\x64\x63\xa9\ \x90\x0b\xc6\x06\x9e\xba\xe3\x9e\x74\x63\xbb\x70\x6d\xed\x50\x1e\ \x99\xb9\x4c\x56\x47\x00\x36\x05\xca\x90\xe0\xa0\x82\xa7\xb6\x3e\ \x21\x95\x94\x5a\x52\x44\x10\x02\xad\x85\xd6\x14\x40\x81\xd6\x47\ \x87\x87\x00\x10\xc1\x58\x83\xe2\x9c\x8b\x38\x62\xcc\x88\xe3\x38\ \xe9\x38\x71\x1c\xc7\xb6\xed\x28\x8a\x1c\xc7\xa9\xf9\xbe\x94\x92\ \x73\x9e\xc9\x64\x3c\xbf\x96\xb8\x1e\x19\x86\x12\x74\x72\x01\x63\ \x8c\x85\x10\x89\x6f\x4a\x9e\x27\xc5\xbb\x24\xbf\x43\x08\xad\x5b\ \xb3\xe6\x03\xef\x7f\x6f\x7e\x5e\xc7\xaf\xef\xba\xab\x54\xaa\x20\ \x4c\x03\xa9\xa8\xe5\x80\x46\x1c\x51\xa5\x54\x2d\xf2\x45\x2d\x34\ \x79\x88\x24\x58\x2c\xc5\x1a\x9b\x8d\xba\xb4\x48\x31\x48\xb9\xd9\ \x5c\x43\x5d\xca\x55\x54\x6b\xd0\x42\x0b\x42\x29\x60\x84\x28\x22\ \x06\xa1\x26\x71\x2a\x16\x65\xc8\xb6\xac\x13\x0e\x7a\xff\x63\xcc\ \xb6\x6d\x84\xe6\xf0\xf5\x39\xfb\x93\x4e\xeb\x82\x20\x78\x1e\x8c\ \x88\xf8\x85\xa1\xc7\x1f\xdb\x59\x43\xd4\xa0\x14\xd4\xe8\xc4\x64\ \xe5\xb4\x93\x97\xba\x14\x7e\xd7\x3b\xbd\xd0\xcc\x71\x40\x58\x69\ \x0c\xc0\xb5\x42\x04\x07\x61\x70\xf8\xc0\x7e\x63\xe3\xd9\x98\xc7\ \x22\x0a\xa4\xe6\x53\xd5\xf1\xa1\x83\x9b\x83\x56\xfa\xf8\x78\xd4\ \x4b\x97\x37\x98\x64\x7a\xac\xa6\x95\x81\xcc\x6c\xdb\xbc\x6e\x33\ \x9d\xc6\xc0\x0c\xc3\x05\x4d\x95\x42\x3a\x8a\x15\xf7\x81\x40\x43\ \x7d\x06\x63\x01\x10\xc7\x1c\x4c\xc3\x90\x52\x51\x8a\x85\x14\x71\ \x14\x8e\x8c\x8c\x78\xb5\xaa\x41\x11\xc1\x18\x13\x62\x32\x56\x2c\ \xce\x4c\x4d\x4d\x55\x2a\x15\xd7\x75\x3b\x3a\x3a\xa4\x94\xc3\xc3\ \xc3\x42\x88\x6c\x26\xd3\xd7\xd7\x97\xf8\x2c\x21\x65\x22\x65\xa9\ \x40\x1f\x77\x07\xc9\x35\x9c\xb4\x7a\x60\x8c\x0d\xc3\x88\xa2\xc8\ \xb6\xed\xc4\x61\x11\x42\x08\x26\xcb\x97\x2e\xdb\x7b\xa8\xff\xc0\ \xde\xfd\x22\x12\x88\x51\x04\x88\xc7\x12\x19\x0c\x98\xa1\xa4\xd4\ \xc4\x55\x32\x32\xd3\x69\x7f\xba\x4c\x2c\x87\xa4\x52\x9e\x92\x88\ \x98\x05\x3f\x28\x56\xbd\x16\x46\x09\xa3\x08\x01\xd2\x38\x8a\x62\ \xa1\x04\x42\x40\x4c\xe6\x32\x6c\x58\x2c\x9b\x4b\xa7\x52\x2f\xb3\ \x0e\x81\x52\xea\xd1\x47\x1f\x49\xb8\xa6\x73\xd7\xc0\x9c\xfd\x49\ \x3a\x26\x65\x59\xf6\xaa\x55\xab\x4f\x9c\x31\x68\x8d\xa8\x91\xce\ \xd5\x19\x08\x23\x44\x88\x28\xec\xde\xbf\x73\xfe\xd2\x9e\x45\x0d\ \x86\x92\xea\xc5\xf9\x26\x0c\x80\x35\x00\x42\x1a\x81\x26\x10\xfb\ \xd1\xf0\xc8\x51\x08\x6b\x08\x6b\x8e\x84\xc7\x43\xd3\x74\x0f\x0e\ \xf4\x83\x6e\x8e\x65\xca\xa4\xa2\xa3\xad\xa3\xdd\x71\xac\x6c\x23\ \x98\x29\x20\x06\x48\xe0\x91\x56\x11\xc6\x18\x21\x2d\x01\x09\xa4\ \x79\x50\xf3\xeb\xb2\x0e\xd2\x42\x6a\xee\x58\xae\x92\xc2\xb2\xcc\ \x30\x0a\x53\x8e\xd5\xb3\x70\xe1\xfa\xf5\xeb\xb4\x92\x61\x28\x2c\ \xd3\x10\x0a\x08\x02\xdb\xb6\x3b\x3a\x3a\x8e\x01\x4f\xb8\x52\xa9\ \x48\x29\x5d\xd7\x4d\xa5\xd3\xa5\x72\xd9\x34\x4d\x84\x90\x56\x8a\ \x24\xc3\xe0\x9e\xf1\x89\x24\x7d\x82\xcf\x79\xa2\x94\x4a\xe8\xe3\ \x41\x10\x48\xad\xeb\xf2\x79\x3c\x38\x14\x84\x41\x1c\xc5\x86\x69\ \x01\x28\x20\x84\x02\x12\x52\x29\xa5\x25\x68\x4d\x30\x30\x0a\x16\ \xd3\x8c\x32\xdb\x02\x15\xc7\x52\x79\x51\x40\x1c\x2b\x53\xdf\xa0\ \x31\x57\xa0\x82\x28\xd4\x1a\x28\x33\x00\x23\x25\x85\x92\x80\x81\ \x18\xc4\x40\xe8\xe5\x6c\x58\x41\x08\x49\x29\xff\xe3\xfb\xdf\xf7\ \x3c\x0f\xe3\xb9\xce\x92\x39\xfb\x53\x34\xce\x79\x6b\x6b\xdb\xd7\ \xbf\xf1\x8d\x13\x82\x0f\x4a\x2a\x3b\xdb\x76\xd6\x05\x0b\x11\x68\ \x84\x19\x8d\x86\x66\xc6\x7e\x1b\x72\x0e\x60\xbc\xe8\x9c\x0e\x23\ \x44\xb5\x42\xa0\x81\x60\x2e\x04\x31\xe9\xd0\xd1\x23\x13\xe5\x62\ \x39\xa8\xfa\x2a\x90\xc0\xc3\x09\xc1\x52\x35\x1e\xee\xb3\x3a\x16\ \x88\xe2\xe8\x98\xaa\xb9\x5a\x47\xc5\xb2\x99\x6d\x40\xb6\xab\x10\ \x0d\xaa\xbe\xc9\x4c\xa4\xb4\x88\x6a\xcc\x44\x9a\x70\x66\x59\xb6\ \x41\x94\x88\x41\x6a\x25\x24\x21\x48\x49\x11\xf3\xa8\xb5\xb9\xf1\ \xf2\x8f\x7e\x78\xf9\xb2\xde\x98\x47\xd5\x8a\xc7\x28\x06\x40\x22\ \x8e\x10\xc2\xa6\x69\xda\xb6\x9d\x74\xa2\x64\x32\x99\x6c\x36\xab\ \xb5\x96\x52\x0e\x0d\x0e\x9a\x96\x15\x06\x81\x38\x56\xd4\xd3\xe8\ \x69\x4f\xf4\x9c\xe0\x22\x79\x3d\x8a\x22\xd7\x75\x93\x0e\x98\xd1\ \xa9\xa9\xf1\x4a\xa9\x7f\x6c\x24\x90\x02\x1b\x54\x28\x49\x08\x21\ \x14\x6b\x29\x31\x28\x50\xc2\x40\x20\x99\xa1\x28\x89\x29\x8a\x90\ \x32\x95\x46\x4a\x83\x50\x11\xf0\x98\x20\x33\x9b\x8e\x6b\xe5\x38\ \xe4\x18\x61\xd3\xb2\x84\xd6\x80\x00\x00\x63\x4d\x14\x48\x2d\x00\ \xbd\xdc\x0a\x04\x49\x63\x60\x52\x10\x98\xbb\x0c\xe6\xec\x4f\x13\ \x51\x72\x1c\xfb\xf9\x60\x56\x44\x70\x54\x9d\xd8\xb3\xed\x68\x8c\ \x30\xc1\xd8\x1b\x3f\x74\x34\x48\xaf\x4d\x3b\x27\xdc\xfe\x05\xb4\ \xe5\x08\x00\x55\x08\x81\x46\x18\x49\xa4\x89\x69\x1c\x3c\x7c\x68\ \x72\x78\x48\x82\x8c\xb0\xa4\x96\x59\xad\x5a\xe1\xc1\x70\x75\x47\ \x2e\x9b\x36\x82\x91\xfe\x4a\xad\xc1\x68\x68\xd4\x94\x84\xd5\x09\ \x88\xad\xba\xa6\xc6\x74\xbd\x9a\x1e\xe9\x0f\xab\x5e\xb5\x54\xa4\ \x0c\xe7\x1a\xb2\xf5\x2d\x1d\x06\x46\x58\x23\x8a\xa8\x94\x8a\x52\ \x9a\xc9\x66\x5a\x5a\x9b\xea\x73\x99\x6c\xb6\xae\x38\x33\x83\xb1\ \x36\x4d\x93\x52\x1a\x85\x31\xa3\x86\x52\x3a\x8e\x63\xd3\x34\x8f\ \xbb\x1b\x29\x65\xa5\x52\x99\x29\x16\xc7\x27\x26\x08\xa6\x61\x10\ \x24\xa9\xd3\xf1\x59\x95\xbf\x7b\xaa\x4a\xa9\xe4\xc5\x24\xad\x4b\ \xc8\x04\x05\xaf\xba\x73\xf0\xd0\xa3\x7b\x76\x94\x55\xac\x2d\x2a\ \xb4\xa2\x08\x19\x84\x08\x25\x11\x92\x14\x69\x15\x49\xc0\x54\x68\ \x21\x18\x42\x8e\x21\x95\x20\x42\x99\x1a\x6b\xad\x07\xa7\xc6\x8a\ \xf3\xda\x58\x18\xc6\x71\x44\x0d\x03\x51\xaa\xe3\x48\x2a\xc0\x88\ \x12\x42\x41\x09\x2d\xa5\xd6\xaf\x98\x3e\x0a\x42\x32\x0a\xb8\xc2\ \x96\x65\x42\x42\xb2\x8f\xa3\x58\x11\x03\xab\x58\x61\xdb\xa2\x3c\ \x08\x62\xa1\x00\x01\xc6\xd4\x30\x0d\x82\x11\x02\x1d\x47\x61\xc4\ \x15\x42\x00\x5a\x13\xc3\xb4\x4c\x03\x94\x8c\xa3\x88\x4b\x09\x88\ \x18\xa6\xc9\x08\x3e\x9e\xcc\x6b\xc1\x83\x30\xd2\x80\x00\x21\x66\ \x98\x06\xa3\x5a\xc4\x61\x18\x29\x40\x49\x68\x6e\xdb\x16\x12\x51\ \x24\x91\x65\x19\x08\x00\x40\x85\x61\x4c\x0c\xd3\xc0\x48\x03\xc8\ \x38\x08\x15\x71\x2c\x13\x81\x06\x04\x32\x8e\xe2\xa7\xb7\x04\xad\ \x78\x18\x0a\xd3\xb6\xb1\x16\x41\x2c\x4c\xcb\xd2\x3c\x8c\x15\xb1\ \x4d\x96\xec\x3b\x8c\x62\x6a\xd8\x14\x03\x80\xe6\x51\x14\x0b\x09\ \x80\x28\x33\x0c\x83\xce\x65\xb3\xaf\x5e\x43\x08\x89\xc8\x3b\x3a\ \x30\x10\x60\xaa\x95\x64\x4e\xfd\xa6\x0b\xd7\x37\x3b\x48\xbe\xd8\ \x3a\x5d\x82\x37\x21\x0d\x08\x10\x10\xa4\xb9\x06\x02\x51\x14\xdf\ \x72\xc7\xad\x99\x72\x55\x3a\x8c\x13\xe2\x55\x0d\x89\xa1\x56\x08\ \x9c\xba\x99\xf2\xd4\xe8\x38\x1a\x18\x48\x65\x5a\x3b\xdb\xf3\x6d\ \xf9\x5a\x35\xc0\xb8\x8c\x75\x5c\x2a\x4c\xf8\xe5\x5a\x63\x43\xa3\ \x54\x82\xc7\x95\xc0\x2b\x65\xd3\x29\xd7\x76\x24\x47\x4a\x0b\xb0\ \xf0\xba\xb5\xeb\x4e\x3d\xed\xa4\xb6\xd6\x16\xad\xa5\x10\x1c\x21\ \x85\x81\x29\xa5\x08\xa5\x8c\x32\x21\x64\x18\x85\x80\x00\x01\x4a\ \x38\x93\x84\xd2\x74\x2a\xb5\x7b\xd7\xee\x28\x8a\x08\xc1\xb5\x20\ \x48\x82\x49\xd3\xb2\x4e\xe8\x98\xf4\x33\x2c\x8e\x23\xa5\x15\xc6\ \x98\x51\x5a\x8d\xfc\x07\xb7\x3e\x39\x30\x31\x02\xb6\x41\x11\x06\ \x21\x25\x17\x40\x90\xe6\x0a\x61\x20\x04\x19\x84\x48\x42\x42\xd0\ \x92\x20\x64\x50\x4a\x69\xbd\xed\x06\x48\x12\x1d\x0f\x8e\x8d\x4c\ \x2c\x98\xdf\x42\x98\x9b\x72\x25\xe8\x90\x0b\x00\x8a\x40\x09\x2e\ \xc2\x98\xf3\x30\x8e\x83\x50\x49\xf9\x0a\x5d\x48\x8a\xf3\x96\x95\ \xa7\xb4\x93\xd2\x8e\x9d\xfd\x8a\x12\xc9\x55\xe3\xfc\x35\x0b\xb3\ \xde\x91\xb2\xd5\x91\xf1\x9f\xda\x39\xb2\x70\xc3\xd9\x4b\x3a\x9a\ \x28\x88\xca\xd4\xd1\xdd\xdb\x77\x4d\x05\x92\x50\x6b\xc1\xaa\x93\ \x7a\x17\x34\x51\x0d\x98\xe1\xa9\x43\x3b\x9f\xdc\x79\x20\xa0\xb9\ \xe5\xa7\x6e\x5c\xd8\x5e\x2f\xaa\x13\xbb\xb7\x6e\x3d\x3a\x13\x25\ \x1a\xe1\x4a\x48\xb7\x71\xfe\xe9\xeb\x56\xe6\x4c\x2c\xc3\xca\xc1\ \x5d\x5b\xfb\x8e\x16\xed\xd6\x85\x27\xaf\x59\xd5\x68\x81\x06\x4a\ \xf9\xf8\x23\x0f\x6f\x51\x0d\xab\x7a\xea\x83\x27\x9f\x3a\xa4\x29\ \xd5\x38\xbd\xfe\xb4\x25\xe5\xc3\x3b\x8f\x94\x04\x52\xa2\x7e\xe1\ \xe9\x2b\xeb\x2a\x8f\x6d\x3f\xc0\x11\xd5\x52\x35\x2e\x5a\xd7\x95\ \xae\xed\xd8\x76\x48\x51\x0a\x52\x90\x74\xdb\xe9\xa7\x77\xf4\x6f\ \x7d\xb2\x6a\x76\x9d\xd9\x53\xb7\x7f\xfb\x0e\xb3\xe7\x94\x6e\x6b\ \x72\xcb\xee\x41\x4c\x89\x66\x0d\x1b\xd6\x2e\x9c\xea\xdb\x3e\x5a\ \x89\xa4\x36\xe6\xaf\x3e\x73\xd9\xfc\x16\x22\x83\xd1\xfe\xbd\x7b\ \x0f\x8f\x70\x85\xe7\xd0\xb6\x57\xa9\x29\x29\x9d\x86\x05\xaf\x7b\ \x53\xbb\x17\x48\x37\xe5\x62\x00\x42\x10\x7f\x1e\xfd\xc5\xdf\x9b\ \x1a\x68\x10\x00\x11\x65\x1c\x30\x52\x88\x48\x30\x35\xc5\x40\xee\ \xdf\xf2\xc4\x7e\x6f\x66\xa2\x31\xbd\xd3\x14\x87\x72\x72\xd0\xd5\ \x63\xa6\x59\x33\xb3\xdc\x70\xcd\x54\x4a\xc9\x68\x7c\x78\xf0\xe0\ \xae\x3d\x87\x77\xef\x1d\xee\xeb\xf7\xa6\x4b\xf9\x4c\xc3\xbc\x96\ \xf6\xa0\xea\x63\xc5\x64\x04\xd5\xaa\x9f\x6f\x6a\xb1\x1c\x87\x1a\ \xd8\x60\xba\x67\x7e\x5b\x4b\x73\x36\xa8\x95\x78\xec\x97\xcb\xc5\ \x5a\xad\x5a\xad\x7a\x15\xcf\x2b\x57\xbc\x72\xd5\x2b\xd7\x2a\x21\ \x8f\xc2\x38\x94\x5a\x0a\xad\xfc\x30\x60\x96\x55\x0b\x42\x62\x98\ \xc3\xe3\x63\xb1\x14\x02\x14\x07\x25\x41\x26\xe3\x54\xb4\x96\x78\ \xf6\x21\x40\x4a\x50\x12\x23\x2d\xa5\x90\x52\x28\xad\x11\x26\x5c\ \xa8\x20\x88\x30\xa1\x02\x30\x70\x39\x33\x38\xdc\xdb\xd6\x95\x63\ \x0e\x8d\x01\xc5\x1a\x24\xaa\x85\x11\x22\x4c\x20\xc4\x31\x02\xc2\ \x18\x32\x98\x42\x14\xe1\x40\x09\xb0\x0c\xdf\x0b\x64\x95\xf3\x9a\ \x1a\x2d\x85\x23\x5e\x30\x3c\x35\x31\x55\x2c\x56\xfc\x9a\x57\xf3\ \xe2\xc8\x57\x42\x60\x04\x84\x62\x37\xed\x10\x93\xa8\x57\x8c\x89\ \xa4\x15\x37\x9a\x4e\xfa\xc0\x5b\xdf\xdc\xee\x08\x2e\x64\x8c\xec\ \x33\x2f\xf9\xf3\x33\x3b\xf3\xed\x2b\x4e\x7f\xc7\x6b\x97\x29\x61\ \x9e\xf7\x96\x4b\xcf\x5e\x9e\xc7\x66\x66\xf9\xc6\x4b\x3f\xfd\xd9\ \x4f\xae\x6d\x33\xbc\xd8\x38\x65\xd3\xdb\x5f\xbf\xba\x83\x30\x6a\ \x5a\x26\x05\x25\x8d\xa6\xb7\x5e\xfe\x97\x1f\x78\xe3\x69\x8d\xe9\ \xf4\x82\xb5\x17\x7c\xea\xaf\xaf\x3c\xb9\x2b\x95\x08\x39\xf2\x58\ \x36\xf5\x9e\xfa\xee\xcb\x4e\xcb\x18\xb4\xae\x6b\xed\x9f\x7f\xfa\ \xca\x33\x16\x64\xcd\xb6\xa5\x97\xbc\xeb\xb5\x79\xd7\x30\x2c\xcb\ \x34\x98\xe4\xaa\x63\xf5\xc6\x2b\x3f\xfb\xf9\x4b\x36\xb4\x47\x61\ \xc0\x71\xc3\x1b\x2e\xbe\x64\x6d\x2b\xe3\x52\x70\x9c\xbb\xe0\x3d\ \x97\x7f\xf8\xca\xf7\xf5\x36\x5b\x5c\x08\x1e\xc1\x92\xb3\x5f\x7f\ \xe5\x27\x3f\xbe\xaa\x85\x46\x5c\x45\x1c\x56\x6c\x7a\xf7\xa7\x3f\ \xf1\xce\x36\x07\x48\xfd\xaa\x77\x5e\x74\x51\x03\x11\xf3\x96\x5f\ \xf8\xa9\xbf\xf9\xec\x6b\x96\xe5\x23\xdf\x17\xd6\xbc\x37\x5c\xfc\ \xce\xde\x2c\x0e\x94\x7d\xee\x3b\x3f\xf1\xc9\xf7\x5e\xd8\xd1\x98\ \x6b\xea\xee\x5d\xbf\xbc\xd7\x45\x52\xce\xd1\xbb\x5e\xbd\x71\x13\ \x26\xda\x1f\xbf\xe7\xd7\xd7\x5f\x7b\xed\x0d\xf7\x6c\xed\x97\xd2\ \x3f\x7c\xe0\x50\x25\xd2\x27\xbc\xd9\xbc\xd0\x7c\x3a\x84\x04\x25\ \x52\x03\x02\xa0\x1a\x31\x8d\x62\x84\x7c\x29\x0b\x5a\x68\xcc\xa7\ \x20\x02\xa6\x08\x26\x23\x61\x68\x56\x7c\x8a\x84\x50\xaa\xb5\xb9\ \x3e\x0a\xfc\xb8\x16\x68\x21\x2b\xd3\x15\xd7\xb0\x0e\xef\xdb\x95\ \x4d\xd5\x37\x36\x36\x66\xb2\x59\xae\xb5\x53\xd7\x50\x0e\x2a\x99\ \x74\xaa\x50\x91\x99\x4c\xba\x29\x9f\x35\x0c\x24\x44\x14\x04\x9e\ \xeb\xba\x08\x21\xd7\x75\xb5\xd6\x5c\x48\x4a\x29\xc2\x60\x39\xa6\ \x46\x0a\x08\xa6\x84\xe9\x04\x05\x23\x24\xe2\x7c\xa6\x54\x96\x5a\ \x61\x3d\x5b\x7c\x44\x18\x25\x31\xd3\x6c\xd6\xa0\x01\x81\x02\xa5\ \x34\x68\xa5\xa4\xd6\x09\xd5\x08\x03\x42\xb1\x10\x1a\x30\x20\x2c\ \x7c\xbf\xd9\x4e\xbd\xf1\x4d\x97\x5d\x7f\xd3\x4d\xf7\x3d\xfc\x28\ \x32\xcc\xb5\x1b\xd6\xa5\x52\xee\xe8\xd8\xf0\xf8\xf8\x70\x50\xf5\ \x62\x4e\x2d\x83\x61\x05\x14\x13\x09\x32\x50\xb1\x69\xdb\xa0\x50\ \x14\x79\x81\x42\x85\x30\x5c\xd0\x90\x35\x18\x93\x4a\x51\x4a\x11\ \x02\x8c\x81\x10\x42\x08\x52\x4a\xda\x29\x9b\x32\xf6\x0a\x79\x27\ \x4c\xd9\xd0\x96\xbb\x06\x2e\xb9\x62\x55\x6f\x7b\xdf\xe6\x41\xb7\ \x73\xed\xda\xee\x99\xff\xba\x76\x7b\xb0\x7e\x4d\x10\x6b\x40\x18\ \xc5\xe1\x8e\xfb\x6f\xba\xf6\xbe\x51\xd3\xca\xbc\xfe\xa3\x7f\xff\ \xae\xb7\x5f\xb4\xef\x9f\x6f\xe1\xc0\x77\x3f\xf0\xdb\x9f\xde\xb2\ \x9b\x99\x86\xd6\x64\xdd\x1b\x3f\x7d\x41\x47\xf1\xab\xff\xf7\xdf\ \xfa\x4a\x1c\xb0\x7b\xe1\xe5\x7f\xf3\x96\x77\x5e\x74\xf0\xff\x5d\ \x5b\xd5\x26\x00\x60\xcc\x4a\x87\xb7\xde\x70\xcd\x0f\xc6\x65\xee\ \x1d\x9f\xfa\xd6\x05\x6b\x97\x1d\x18\xd0\xe1\xf0\xee\x5f\x5d\xf7\ \x93\xd1\x98\x10\x4c\x90\x66\x5d\x5a\x4d\x8c\x16\x36\x5c\xfa\xc1\ \xf1\xa9\xab\xee\x1e\x8a\x22\xad\xb9\x04\x19\x45\x9d\xa7\x6f\xea\ \xae\x3c\xf2\xcb\x07\x1b\xcf\xdb\xb4\x6e\xfb\x8f\x1f\xe0\x38\x9d\ \x42\x98\xc7\xce\xb9\x17\x9c\xb1\xf3\xea\x5b\x54\xcb\x69\xe7\x9c\ \xba\xc8\x9f\x2a\x64\x1c\x53\xab\x38\xd0\x91\x52\xa0\x51\x38\x39\ \x1c\x9e\xfd\x8e\x0f\x8c\x4f\x5d\xb5\xd9\x8b\xb8\xf6\x23\xce\x9b\ \x57\x5e\xf2\xb6\xd3\xeb\x7f\xf8\x8f\xff\xf0\xc8\x91\xaa\xc1\x08\ \x42\x84\x10\x46\xe7\xa0\xb6\x57\xad\x11\x82\x46\x07\x0f\x8c\x41\ \xe7\x9b\x5e\xdf\x70\xff\xe6\x83\xe5\x25\xd9\xbe\x9d\x4f\xb6\xba\ \xf9\x15\x2d\xae\x78\xb1\x75\xba\x63\x65\x78\x45\x30\xc5\x98\x20\ \x82\x01\x50\x10\x04\x71\x1c\x31\x82\x22\x3f\x98\x29\x4f\xb7\xb7\ \xb7\xd5\x6a\x35\xce\x79\x36\xe7\x7a\xe5\xc9\x07\x1e\xd8\x75\xce\ \x59\x1b\x6d\x9b\x24\xef\x2e\x57\xca\x5d\x9d\x5d\xa5\x62\xa5\x5c\ \x2e\x53\x8b\x56\xfc\x5a\xa0\xb4\x65\x67\x3a\x3a\x3a\xcc\xe9\xb0\ \x6b\x7e\x73\x2a\x6d\x9a\xa6\x55\x5f\x5f\x9f\x38\xa6\x44\x89\xc9\ \xf7\x7d\xcf\xf3\x28\xa5\x52\xca\x28\x8a\x82\x20\xcc\xe5\xea\xdb\ \xda\x5a\x11\xe0\x38\x12\x96\x69\x8e\x8d\x8f\x4f\x4c\x4c\x28\xa5\ \x14\x97\x48\x6b\x8c\xb1\x92\x0a\x10\x01\xd0\xa0\x11\x68\x0d\xa0\ \x41\x6b\xa5\xb5\x06\xad\x41\x2b\xa5\x95\x92\x98\xa0\x84\xe8\x24\ \x85\xa0\x94\x44\xa1\x8c\x2a\xb5\xac\x69\xb7\xd5\x37\xd6\x5b\xb6\ \x02\x58\xd3\xb3\x70\xe3\xc6\x33\x6b\x95\x99\x9a\x57\x19\x3e\x7a\ \x74\xe0\xc8\xe8\xe6\x6d\x4f\x09\x1e\x9b\xae\xe1\xc5\x21\x20\x20\ \x36\x8d\x82\xd8\x4c\x99\x02\x78\xa9\x52\x4c\x75\xb6\x55\x8a\x05\ \xc3\x34\x6d\xdb\x3e\x7c\xf8\x70\xb5\x5a\xcd\x64\x32\x2d\x2d\x2d\ \x09\x07\x1d\xe3\x57\x6a\x06\x14\xc2\x84\x97\x8f\x6c\xde\x32\x73\ \xe1\x49\x6b\x6e\x7e\xe4\x50\xf7\xfa\x33\xf0\xc8\xde\xdd\x43\xe5\ \x25\xa7\x92\xe3\x75\x0c\x42\x0d\xd3\xb0\x98\xf6\xb6\xde\xfb\xc0\ \x9b\x3e\xb6\xb8\x29\xc7\xc2\x48\xad\x7b\xf3\x47\xfe\xfe\xd4\xaa\ \xa9\x8a\xb7\xde\xf8\x8b\xfa\xa5\xdd\x7b\xb7\xdc\x30\x58\x14\xb6\ \xeb\x00\xaf\x3d\xfe\xe0\x8e\x8b\xde\xbd\xba\x3b\x8b\xb6\x55\x34\ \x4a\xbe\xf4\x54\x53\x4f\xef\xb2\x79\xe9\x9e\x15\xdd\xf1\xbe\x6d\ \xa3\x5c\x64\xad\xd6\x53\xae\xfc\xfc\x17\x43\xc2\xc6\x77\x3f\x78\ \xdd\xcf\xef\x01\xc2\xa6\x76\xdd\x76\xc3\xa1\xb6\xf7\xbd\xff\x7d\ \xfd\x5f\xbf\x25\x96\x1a\xb4\x8c\x49\xc3\x69\xa7\xf4\x1e\xb8\xff\ \xdb\xd7\xf5\xcf\xff\xe2\x95\xe7\x2d\xad\x7f\xf0\xc9\x92\x9d\xb5\ \xf0\xfd\xbf\xf9\x75\xc3\x86\x33\x57\xb4\x6e\x86\x73\x36\xc9\x3d\ \xb7\x3d\x98\x5b\xde\x52\x67\xe9\x63\xd3\x90\x08\x63\x47\x1f\xbb\ \xe9\xce\xea\xa2\xb7\x7f\xf0\x1d\x47\xff\x63\x1b\x57\xa0\x25\xea\ \x5c\xb3\x7c\xe2\xe0\xf6\xdd\x47\xca\x96\xed\x10\xc2\x52\xae\x11\ \xd6\x6a\x5c\xc2\x5c\x4e\xf7\x6a\x8d\x9b\x40\x0b\x21\xd3\x99\xba\ \x5c\x5d\xce\xa1\x43\x85\xc9\xa9\x52\x2d\x6e\x7f\x9e\xc2\xce\x0b\ \x4f\xf0\xd3\x1a\x8e\x09\xc5\x22\x00\xa4\x35\x28\xad\x39\x57\x4a\ \x6a\x2e\x55\x3a\x93\xc6\x08\x53\x42\xfc\x5a\xad\xc6\x64\x7d\x5d\ \xbd\x63\x52\xcf\xf3\x5a\x5a\x5a\xcb\xa5\xaa\xed\x5a\x71\xcc\x0f\ \x1f\x19\xd0\x5c\x77\x76\x74\xfa\xbe\xef\x38\x4e\x53\x53\x53\x39\ \x20\x2b\x57\x2e\xeb\x1f\x2c\x34\x36\xa6\x1b\x1a\xdd\x4c\x26\x1b\ \xc7\x71\xa2\xab\x0b\x90\xa8\x11\x60\xc7\x71\x00\xe0\xc8\xe1\xfe\ \x84\xd9\x54\x97\xc9\x22\xa5\x01\x34\x46\x1a\x83\x9e\x18\x1d\xab\ \x55\xab\x14\x13\x2e\x84\xd6\x80\x10\xd6\xb3\x40\x38\xd2\x48\x6b\ \x00\xad\x13\x81\x03\x48\x80\x2a\x00\x50\x5a\x23\xad\x08\xc6\x9c\ \xc7\x5c\x08\x4c\x88\x65\x58\x7e\xa9\x3a\xb0\xbf\xcf\xd2\x90\x4f\ \xb9\x5e\xad\x56\x1e\x3e\x6a\x84\x7e\x1c\x05\xad\x29\x77\xc9\x29\ \x27\xa9\x8d\x6e\xf3\xbc\x96\x1b\x6e\xbb\xa9\x58\xa9\x58\xe9\x6c\ \x18\x54\x99\x89\x52\xd9\x8c\x92\x51\xb5\x56\xe4\xdc\x97\x52\xcc\ \xcc\xcc\x28\xad\x5b\x5a\x5a\xb2\xd9\x6c\x42\x37\x4f\x3a\x6c\x12\ \x2e\xfb\x2b\x07\x86\x33\x08\xb6\x3f\xf6\xd0\x05\x97\x9f\xde\xd3\ \xba\xf5\xd4\x35\x6d\xfb\xee\xbf\xb1\xa8\x0c\x82\x9f\x03\xb3\x29\ \xa9\x24\xa2\x26\x11\x5a\x29\x4d\x29\x3a\xbc\xf9\xf6\xeb\x1e\x3a\ \x6c\x50\x3d\x31\x11\x9c\x09\x60\x30\x0a\x4a\x2a\xa5\xb4\x92\x88\ \x50\x04\xfa\x38\x43\x57\x09\xee\xb4\x2d\x7f\xc3\x5b\xea\x7a\x56\ \x2c\x1d\xbe\xf7\xdf\x7f\x7e\xff\xfe\x86\xb3\xd7\x8b\xd2\x81\xdf\ \xdc\x70\xdd\x34\xa7\xc2\x2f\x45\x84\x61\x84\x0c\x93\xec\xbf\xeb\ \xba\x07\x16\x7f\xee\xbd\x7f\xf6\x1a\xa4\x63\xce\x45\xa6\x7d\xe5\ \xba\xb5\x9d\x13\xb5\xf3\xdf\xd2\x69\xd6\x77\x76\x9f\xb4\x76\xfe\ \x96\xbb\x7d\xc7\x71\xa6\xfa\xb7\xee\x64\x0b\x2e\x7c\xcf\x47\x74\ \xca\xbc\xf5\xbb\xf7\xf7\xbc\x63\x55\xce\x31\x75\xf9\xe9\x29\x2b\ \xa6\x09\xdb\x7e\xf6\xd3\xf9\x8b\x3e\xff\x9e\xb7\x64\x0c\x11\x2b\ \xd0\x52\x2a\x82\x09\x68\x29\x78\x64\x36\xad\xfa\xc4\x27\xcf\xfb\ \xcd\xbf\x7e\x63\xdb\x98\x34\xd9\x5c\xec\xf4\xea\xc4\x9b\x34\x4a\ \xd5\x35\x94\x1f\x7b\xfc\xfa\x71\xd3\xaf\x06\xe3\xf7\x8c\xd5\x2f\ \xdc\xd0\x55\xef\x9c\xb0\xc7\xe5\x05\xf9\x4d\x1a\x83\xd4\x5a\x23\ \x8c\x30\xc6\x00\x08\x61\x2c\x35\x94\xab\x35\x8c\x24\x61\x86\x69\ \xd8\xb3\x5a\x6e\x52\x94\xca\x65\x0a\xbc\xa5\xa9\x41\xc6\xd1\xf0\ \xf0\x48\x5d\x5d\x43\xb9\x5c\x49\x65\x9c\x86\x86\x46\xc9\x95\x90\ \x52\x86\xd2\x74\xac\x89\x89\x09\x37\xd7\x9e\xcb\x66\xda\x5a\x68\ \x3a\x6b\x67\xb3\x56\x5d\x5d\x5d\xa1\x50\xe0\x9c\xcf\x92\x95\xb4\ \x36\x0c\x23\x19\xa0\x62\x32\x1a\x86\x61\xca\x4d\x49\xa9\x82\xa0\ \xc6\x98\x19\x45\x31\x42\xa8\xe6\x7b\x51\x18\x28\xa9\xa5\xd0\x5a\ \x69\x04\x28\xd1\xc3\x84\xe4\x96\x0f\x5a\x81\x46\x00\x08\x61\x40\ \xb3\x2c\xf0\xa4\x5d\x18\x63\x2c\xe2\x48\x29\x45\x19\x0d\xa5\xaa\ \xd6\xbc\x89\xc9\xb1\xba\x6c\x3a\x6d\x1b\x20\x82\xb0\x5c\xa8\x4e\ \x8d\x1b\x0c\x17\x86\xc7\x8e\x86\x3e\x71\xeb\x57\x2d\x5c\xe0\x9f\ \x75\xd6\x83\xdb\x9e\x9a\xe1\x12\x09\x4d\x4d\x88\x42\x0f\x24\xaf\ \x73\x4c\x1b\x63\x25\x65\x77\x77\xb7\x90\x52\x29\xd5\xd0\xd0\x90\ \xa8\x00\x27\x53\xf0\x0c\x83\xbd\xa2\xf7\x77\x62\x18\xe5\x43\x5b\ \x76\x1c\x39\xfd\x6d\x97\x7f\x00\xc3\xf0\x8f\xb6\x8d\x30\x86\x8f\ \xcf\x38\x4f\x02\x1f\xa5\x74\xba\x71\xe1\x85\x6f\x3e\x77\x64\xef\ \x6f\x46\x4b\x82\x12\x54\x9d\x1c\x19\x18\x38\x6c\x18\x86\x10\xaa\ \xef\x89\xed\x6f\x7e\xc7\x39\xeb\x1e\xd9\xb1\x75\xb0\x4c\xdc\xae\ \x37\x5c\x74\x52\x79\xec\xfe\xfe\x32\x30\x03\x09\x00\xcc\x4c\xef\ \xd0\xc3\xdf\xb9\xea\x27\x2d\xe7\x7e\xf8\x23\xe7\x9d\xb2\xb0\xe1\ \xbe\x69\x09\x2a\xaa\x0c\x1f\xe9\x1f\x8d\x09\x45\x58\x26\x7e\x17\ \x11\x8b\x06\x77\xfe\xfc\x67\xf3\xff\xea\xff\x9c\xd3\x15\x3c\x1e\ \xa9\x25\x27\x9d\x41\x86\x76\xf6\x0d\x57\x81\x56\xb7\x3c\x31\xb2\ \x6e\xfd\xa9\x4d\x8f\x3f\x40\x99\xa1\x74\xb8\xf5\x9e\xfb\x2e\xfd\ \xe6\xdf\xf0\x7b\xbf\xb7\x63\x70\x66\x81\x56\x66\xca\x7a\xe6\x50\ \x76\x84\x99\x85\x2a\x37\x5f\xf7\xf3\x8f\x7f\xee\x6f\x57\xe7\xa7\ \xef\x95\x72\xf0\xc9\xa7\xea\x3e\x75\xce\x19\x6b\xee\xbd\x6b\xc7\ \x08\x20\xe2\xba\x06\x21\x73\x17\xf8\xab\x1b\x0b\x77\x1b\xbb\xcf\ \xde\x64\x05\x0a\x11\x04\x40\x8c\x86\x7c\x8b\x85\xd5\x89\x5a\x56\ \x5e\x88\xdf\x04\x08\x91\x63\x11\x17\x22\x18\x00\x10\xa1\x52\x8b\ \x5a\x10\xa6\x52\x96\x93\xc9\x18\xc4\x58\xd1\xbb\x84\x22\x4e\x30\ \x98\x06\xe5\x9c\x07\x81\x0f\x52\x96\x2b\xd5\xfa\xba\x06\x37\xe5\ \x62\x8a\x53\xd9\x8c\x45\x2d\xcb\x34\x8b\xc5\x29\x2e\x62\x6a\xda\ \x51\xe4\xe7\x1b\x1b\x28\xcd\x2a\xc4\x99\x81\x19\x63\x2d\x2d\x2d\ \x94\xd2\x24\xee\x10\x42\xf8\xbe\xaf\xb5\x66\x8c\x5a\x96\x65\x59\ \x16\xa3\xcc\xaf\xf9\x5a\x6b\x46\x09\xc1\x16\xe7\xa2\x63\x5e\x5b\ \x3a\x9d\xf2\xbc\x82\x56\xd4\xa0\x04\xb4\x4e\x26\xab\x69\x04\x3a\ \x01\xf8\xb5\x96\x5a\x20\x04\x08\x63\x25\xa5\x52\x9a\x52\x2a\xa5\ \xc2\xa0\x11\x42\x82\x0b\x6a\x30\x66\x99\x1a\xe9\xc9\x99\xa9\x9e\ \x85\x0b\x9b\x5b\x9a\x82\xa0\x32\x39\x31\x3a\x78\xe4\xd0\xc2\x85\ \xdd\x96\x63\x46\x3c\x28\x4f\x8e\x87\xd5\xca\x39\x6b\xd6\x6f\x58\ \xbd\xf6\xa7\xbf\xb9\x75\xdf\xc8\x44\x18\x48\x09\xfa\xe4\xb5\xcb\ \x2f\x79\xdd\x79\xf5\xa0\x48\x24\x92\xe6\x61\x00\x10\x42\x24\x4d\ \xd8\x84\x90\x84\x8c\xae\x94\x7a\x05\xbd\x13\x22\x4c\x17\x1f\xb8\ \x6f\xe7\x25\x5f\x78\xf7\x23\x57\xff\xfd\x50\x55\x12\x44\x31\x45\ \x26\xc3\xa0\x64\x4c\xec\x53\xdf\xf4\xe1\xdc\x86\xa0\xae\xb1\x21\ \x1a\x7f\xe4\x87\xd7\xdf\xe5\x93\x3a\xac\xc9\xfa\x8b\xdf\xfb\x99\ \x95\x05\xc2\xac\xf8\xe8\x63\xd7\xde\xfc\xcb\x9f\xb6\x7d\xe8\xed\ \x57\x7c\xee\xbc\xc9\x92\x95\x6d\x20\xd5\x7d\x3f\xb9\xee\xce\x80\ \x18\x49\x4b\x38\xc6\xc8\x30\x10\x25\x7a\xf7\x3d\x3f\xbf\x7f\xe5\ \x17\xdf\xf7\xce\x0b\xbf\xb7\xcd\x37\xe6\x6d\xf8\xf3\x2b\xff\xaa\ \x22\x89\xc1\x82\xbb\xae\xbb\x5e\x69\x69\x30\x40\xc4\x80\xf2\xc1\ \x1b\x6e\xfc\xcd\xea\xcb\x2f\x70\xea\x7a\x36\x9d\xd2\xb2\xfd\xa6\ \xab\x6e\x7a\x64\xc2\xc0\xc2\x68\x1b\x5b\xf8\x77\x1f\x38\x65\xd9\ \x00\x31\x49\x24\x89\x2a\xed\xbb\xfa\x9f\xbe\x86\x26\x0f\xc4\x98\ \x0a\xd0\x6e\x9d\x8d\x80\x18\xc8\x40\x08\x30\x32\x18\xc2\x88\x32\ \x31\xb9\xf7\xc6\x5f\xde\xbc\xe4\xf2\xf3\x6d\xc3\x28\xec\xbf\xf3\ \x87\xb7\xb4\xff\xd9\x87\xfe\xf7\x49\xe3\xa3\xdc\x6c\x49\x87\x23\ \xde\xf3\xe0\xa6\x73\xf6\xaa\x30\x4c\x70\x54\x99\x78\x72\xf3\x66\ \x0f\x51\x0c\x08\xa4\xef\xe3\xf6\x37\x5d\xfa\x9a\x66\x17\xbd\x68\ \x8d\x14\x84\x10\xc6\x04\x00\x66\x63\x13\x00\xa5\x91\x14\x9a\x30\ \x6d\xda\xae\xc1\xa8\x49\x48\xa5\x52\x49\x3b\x8c\x13\x48\xa7\xeb\ \x4d\x22\x8b\xc5\xa2\xc9\x58\x63\x63\x63\x18\x85\x84\x11\x3f\xe6\ \x8c\x98\x07\x86\x0f\x36\x36\xd4\x67\xb3\x69\xc6\x28\xa5\x98\x32\ \xe6\xd8\x66\xa5\x12\x23\x82\x2c\xd3\x4a\x14\x29\x31\xc6\x09\xbb\ \xd2\x34\x4d\x42\x48\x18\x86\x7e\xcd\xc7\x5a\x6b\xad\x13\xb7\x15\ \x47\x1c\xb4\x56\x52\x06\xbe\xbf\x64\xd1\xa2\xb5\x6b\xd6\x8e\x8e\ \xdc\x11\x85\x11\x28\x09\x98\x02\x92\x5a\x4b\x84\xc9\xb1\x84\x0e\ \x03\x60\xc0\x18\x21\x9d\xa0\x3f\x4f\xb3\x22\x10\x0a\xa3\xd0\xb0\ \x4d\x44\x89\x00\x51\xf4\xca\x7e\x14\x74\x2d\xec\x72\xd3\xa6\x88\ \x43\x89\xe4\x44\x61\xda\x30\x0c\x3b\x9d\xb2\xac\x74\xc6\x4d\xbb\ \xd4\x68\x4a\xe5\xda\x9c\xec\xc1\x60\xd4\xb4\x0d\x20\x80\xa3\xb8\ \xd5\x4d\x91\x5a\x15\x63\xac\x84\x90\x4a\x25\x63\x51\x12\xc7\x9a\ \xa8\x44\xd5\x6a\x9e\x7e\x85\x15\x03\x88\x61\x55\xfa\xee\xf9\xc2\ \xff\xd9\x51\x1e\x1b\x23\x86\x49\x00\x0e\x3e\x78\xd3\xb7\x1e\x8f\ \xb0\x19\xdf\xfc\x1f\xdf\xde\xd2\x90\xa5\x48\xd5\x4a\x93\x47\x87\ \x46\x43\xa0\x69\x23\xb8\xf7\xc6\x6f\xee\xc9\x67\x29\x02\x40\x58\ \xfb\xd3\x52\x06\x0f\xff\xf2\xdf\xfb\x1e\xef\x6e\x6b\x4c\x0b\x7f\ \x66\x68\x60\xb0\x2a\x50\x42\x71\x32\x4c\x36\xb2\xed\xf6\x6f\x1c\ \x82\x90\x38\x2e\x44\xf7\xfe\xf8\xaa\x03\x79\xa3\x32\xed\x7f\xf7\ \xcb\xe3\x19\x9b\x00\x20\x8c\xe5\x64\x2d\xac\x3d\x78\xd3\x77\xcd\ \x58\x53\x83\x31\x28\xed\xbd\xf3\x1f\xbe\xf2\x54\x54\xf5\x77\xff\ \xe7\xf7\xca\x13\x95\x4c\xc6\xc1\xa0\x55\xa5\xef\x87\xff\xf4\x6d\ \x54\x2b\xee\xff\xcf\xaf\x07\xd3\x35\xcb\x40\x83\xbb\x9e\x02\xcc\ \x5c\x17\x3d\xfa\xcb\x1f\x6d\x93\x25\xe9\x8d\xff\xeb\xd5\xbb\xa6\ \x94\x51\xb8\xff\x07\x63\xc8\xd3\xcc\x32\x19\x8c\x6f\xbb\xe5\x2b\ \x7f\xff\x84\x5f\xd6\x2e\x93\x4f\xdd\xfa\x83\x23\xdb\xbb\xe6\xe5\ \xb3\x48\xf1\xd2\xd4\xd8\x44\x59\x33\x32\x97\xd0\xbd\x5a\x4d\x0a\ \x69\xd7\x75\x5e\xf0\xc6\xbc\x06\x04\x88\x9a\x6a\xea\x8e\x3b\x1e\ \x9d\xae\x85\x2d\x29\xe7\x45\x6b\xa4\x80\x06\xa4\x01\x27\xa0\x13\ \x00\xc1\x98\x50\x2a\x24\xe7\x5c\xd6\xfc\x10\xa5\x1c\xc7\x34\x2b\ \x95\x32\x45\x6e\x4b\x63\xde\xab\x79\xd8\xa6\xd9\x6c\x96\x20\x34\ \x35\x35\xbd\x64\x49\xaf\x9b\x49\x55\x82\x6a\x26\x9b\x35\x98\x19\ \x87\xe1\xd8\xc4\xb8\xc2\x2a\x45\x18\x32\x22\xcb\x20\x94\x10\xe6\ \x58\xb6\x63\x61\x84\xb5\xd6\x96\x65\xb9\xae\x5b\xa9\x54\x6c\xdb\ \xa6\x94\x86\x61\xa8\xa4\x32\x4d\xa6\x94\x40\x08\x6c\xdb\x56\x5a\ \x25\x03\x32\x11\x56\x47\x06\x07\x37\x6d\x3a\xa7\x56\xf3\xb5\x44\ \x99\x6c\xf6\x89\x2d\x4f\x1e\xea\xef\x97\x92\x53\x82\xb5\x52\x5a\ \x23\x8d\x10\xc1\x88\x0b\x25\xa5\x24\x94\x62\x8c\x35\xa0\x04\x3b\ \xd3\x1a\x12\x89\x5e\x0d\x3a\x96\x3c\x08\x83\x20\xae\x01\x92\x86\ \x45\x99\x61\x97\x6b\x5e\x2c\x95\xed\xb8\xcc\x60\x59\xcb\xe1\x51\ \x24\x31\x2d\x96\xc7\xa2\x72\xcd\x24\x2c\xe6\xa2\x3e\x5b\x67\x28\ \x54\x1e\x1d\x6f\x4a\xd9\xe2\xd8\xa0\x84\xc4\xbd\x26\x22\x07\x6a\ \xd6\x55\x51\x8c\xd0\x2b\xec\x9d\x10\xa8\xe0\xc8\x81\x01\xc2\x18\ \xc1\x08\x00\x6a\xc5\xb1\x8a\x42\xcc\x20\xc5\xe1\xc3\x93\x43\x1a\ \x00\x10\xc6\x94\x1a\x0c\x01\x80\x2a\x8e\xf5\x4f\x0e\xeb\xe3\xb7\ \x30\x83\x51\x93\xaa\xe9\xa3\x07\x27\x06\x35\x20\x44\x29\x3b\x3e\ \x6f\x15\x61\x14\x54\x26\xfb\x67\x90\xc1\x08\x26\x24\xf6\xa6\xfb\ \x2a\xc0\x08\xea\xdf\x57\x38\x7e\x42\x94\x19\x48\xd7\xaa\x0a\x31\ \x46\x00\x80\xa0\x78\xe4\xe8\x10\x26\x64\xba\x34\x8d\xa9\x41\x10\ \x00\x20\x0c\x7c\x7c\xa8\x0f\x11\x0a\x85\x02\xa2\x8c\x20\x44\xd9\ \x6c\x77\x42\x69\xfc\x68\x11\x11\x86\xf5\xc0\x60\x91\x31\x16\x4e\ \x1f\x2d\x6b\xcc\x28\x01\x00\xa2\xc3\x91\xc1\x01\xcc\x0c\x82\x09\ \x43\x7a\x66\xe4\xf0\xf4\x51\x0d\x00\x18\x13\xca\xe8\x5c\xdc\xf4\ \x2a\x8f\x9d\x10\x63\x86\x06\x40\x98\x84\xd3\x95\x5a\x88\x0d\x4a\ \x5e\x1a\x16\xae\x01\x69\x40\xa0\x94\x42\x7a\x76\x4c\x00\x42\x58\ \x83\x8e\xa5\xa2\x8c\x15\x8b\x45\x03\x01\xc8\xa8\xa7\xab\xd9\xb1\ \xed\x99\x99\x49\x95\xb6\x31\x68\xcb\x32\x2b\x95\x8a\x50\xd2\x17\ \xe1\xa4\x2a\x74\x77\x74\x6a\x29\xf2\x4d\xf5\x43\xc3\x43\x86\xe3\ \xba\x59\x54\x5f\x9f\xab\xfa\x80\x28\x66\x8c\x26\xa4\xed\x64\x1e\ \x2f\x21\x24\x8e\x63\x29\x25\xa5\xd4\xb1\x2c\xc7\x34\xb4\x52\x41\ \x10\x7a\x95\x4a\x18\xc5\x08\x60\x62\xa2\x34\x3a\x32\x1a\xc7\x71\ \xc7\xbc\xce\xb3\x37\x6e\x4c\xa5\x52\xb6\x93\x5a\xb1\x72\xf9\x81\ \xbe\xbe\xdb\xee\xb8\xcb\xf3\x23\x4c\x90\x56\x1a\x10\x68\x00\xc7\ \x71\x38\x8f\x85\x94\x51\x14\xd9\x4e\x4a\x29\xe0\x82\x23\x04\x42\ \x88\x30\x0c\x99\x45\xb1\xd6\x95\x4a\xa9\x5a\x2e\x67\x5c\xc7\x66\ \x86\x90\x5c\xc4\x92\x53\x40\x91\x0c\x23\xa5\xa4\x8e\x49\xe4\xd7\ \x82\xc9\xe9\x72\x10\xc4\xd9\x6c\xdd\x84\xe0\x53\xa5\x72\x53\xda\ \x56\x5c\x68\x2e\x08\xc6\x09\xf2\x2d\x8e\x29\x46\x25\x13\xcf\x67\ \x7b\x89\x29\x7d\x79\xeb\x74\x5a\xeb\x38\x8e\xa3\x28\x7a\x4e\xcf\ \x8a\xe0\xf1\x33\x35\xa2\xa2\xf0\xe9\xbf\xb4\x52\x3c\x8e\x4e\x98\ \xfa\xc7\x91\x7c\xe6\xd2\xcf\x59\x64\x76\xa9\xe8\xe9\xd7\xe2\x67\ \x17\x79\x05\x8f\x7f\x77\x1b\xa5\x04\x00\xa8\x38\x7a\xd6\x52\x8a\ \x03\x00\xc4\xbf\xbb\xbe\x4a\x8e\x2c\x8e\xa2\xd9\x3f\x9f\xa1\xe7\ \xf9\xdc\x45\x00\xd4\x73\x8e\x79\xce\xfe\xf4\x4c\x08\x9e\xa8\x86\ \x9c\x38\xd2\xa7\xa4\x32\x76\xf8\xce\x3b\x1e\xf3\x29\x25\x08\xf1\ \x6a\x21\xac\x5f\xd1\x94\x71\x94\x17\x4d\x1c\xee\x00\x00\x20\x00\ \x49\x44\x41\x54\xe2\x2f\xa5\x4e\x87\x10\x24\xcd\xb4\x5a\x23\x00\ \xc4\x39\xd7\x5a\x23\x84\x95\xd2\x18\xd3\x4c\x3a\x17\x79\xa5\x6a\ \xa5\x52\xa9\x54\x08\x98\x4d\x4d\x4d\x16\x43\x82\x47\xf9\x7c\xb3\ \x56\xa8\xea\x55\x23\xc5\x09\x66\xa5\x72\x39\xac\x79\xa6\x41\x19\ \x63\x96\x65\x69\xa5\x2c\xd3\xa0\x04\x2b\x84\x8e\x27\x5c\x9c\xf3\ \xaa\xe7\x25\x01\x08\x02\x84\x31\xf6\x83\x5a\x54\xab\x62\x8c\x6c\ \xc7\x05\x8d\x32\x86\x31\x36\x3e\xee\x7b\xbe\x6d\xdb\x75\x75\x39\ \x8c\x71\x36\x9b\x0a\xc3\x70\xa6\x14\x64\xb3\xee\xca\x95\x2b\x76\ \xec\xde\xd5\x77\xb8\x9f\x32\x13\x2b\x88\xb9\x94\x52\x2e\xee\x5d\ \x96\x4a\xb9\xc5\x52\xe9\xe0\x81\x03\x08\xa1\x24\x5b\x34\x4c\x8d\ \x11\x95\x4a\xa3\x98\x67\xd3\xee\xe2\xf9\xdd\xf3\x9a\x5a\x08\xa8\ \x08\x63\x29\x65\x2d\x88\xe2\x80\xc7\x91\xc6\x94\x55\x23\xdf\x31\ \x48\x9d\xe1\xd6\xe2\xa8\xe4\xd7\xaa\x40\xeb\xda\x5b\x81\x82\x93\ \xcb\xd8\xa9\x54\x1c\x87\x8c\x20\x8c\x70\x52\x07\x9c\x1d\x1e\xa3\ \xb5\xd6\x5a\x08\xc1\x79\xac\xa4\x7c\x79\xeb\x74\x18\xe3\x93\x4e\ \xda\x10\xf8\xfe\x5c\x3f\xdd\x9c\xfd\x89\x66\x6d\x52\xe6\x72\xb9\ \xe7\x43\x33\xa4\x90\x4e\x43\xd7\x85\x97\x36\x6b\x40\x40\x0c\x07\ \x0a\x77\xdc\xb1\x65\xaa\x1c\x64\x1b\x18\x68\xfd\xa2\x7d\xd3\x31\ \x9c\x26\x99\x8e\x02\x84\x10\x25\x05\x00\x44\x61\x5c\x0b\xa2\x86\ \x94\x9d\x6f\x69\x19\x1f\x39\x62\xda\x8e\x65\x9b\x15\xaf\x5a\xd3\ \x22\x97\x49\x8d\x8c\x0c\x9b\x96\x4d\x18\xa3\x96\x91\xcd\x64\x6a\ \xd5\x8a\x57\x2e\x37\xb7\xe4\x95\x54\xa5\x52\xc5\xd5\x76\x10\x31\ \x42\x31\x8f\xa3\x38\x52\x86\x61\x52\x4a\x19\xa1\x58\x03\x21\x54\ \xc6\x1c\x6b\x20\x84\x44\x11\xaf\xd4\x6a\x5a\xa9\xa6\x26\x66\x18\ \x16\xc6\xd4\x32\x6d\xd7\x49\x13\x82\x13\xc5\xde\x30\x0c\xfc\xa0\ \x26\x95\x0a\x82\x1a\x97\x90\x6f\x6c\x18\x18\x1c\xa2\x94\x61\xa5\ \x13\xc5\x94\xc6\xfa\x6c\x77\x57\x47\xb1\x5c\x1d\x3e\x7a\xb4\xea\ \xf9\xae\x9b\x62\x8c\x11\x46\x2d\xcb\xca\xe5\x72\xb9\xac\xd3\xd9\ \xde\x32\xbf\xbb\x9b\x61\x98\x1a\x1f\x27\xb6\x13\x45\xb1\x06\x82\ \x08\xe3\x42\x87\x52\x10\x83\x44\x5c\xd4\x80\x13\x93\x99\x06\x8e\ \x0b\x33\xd5\x7e\x6f\x5e\xf7\x3c\xca\xcd\x81\x03\x7d\x4b\x3a\x5b\ \x01\x51\x8d\x94\x4e\x82\x49\x84\x94\xd6\x71\x18\x6a\xad\x09\xc6\ \x9e\xe7\x0b\x21\x5e\xc6\x04\x44\x6b\xad\xb5\x7a\xed\x85\x17\x2e\ \xec\x59\x3c\xa7\x30\x37\x67\x7f\xb2\xa6\xb5\x0e\x7c\xff\xf7\x01\ \x11\x98\x00\x00\x42\xba\x56\x2a\xcd\x54\x3c\xa1\x93\x6a\xd2\x8b\ \xf1\x4d\xc9\xe6\x12\x40\x22\x4d\x30\x02\x50\x52\x0b\xcc\xb0\x8c\ \x04\xc3\x96\x10\x0a\x23\xe2\x64\x32\x20\x63\x44\x99\x17\x44\xb6\ \x89\x4d\xc2\x1a\xeb\x1b\x6b\xde\x8c\x04\x95\xcd\xa6\x4c\xcb\x41\ \xcc\x92\x91\xa0\x48\x29\x11\xa6\x1d\xc7\xb4\x9c\x40\xa2\x30\x56\ \x42\x4b\x66\x93\x5a\x24\x6d\x6a\x3b\x96\x25\x63\xae\x85\x64\x16\ \x21\x18\x83\xd2\x06\x33\x28\xa5\x3c\x88\x1a\xe6\x2d\xe0\x5c\x7a\ \xd5\x8a\x1f\x78\x94\x52\x21\x75\xcc\x23\xc3\x60\x9c\xc7\x42\x08\ \x25\x05\x63\x24\xac\x06\x99\x6c\x9d\x1f\xc4\x92\x0b\xd7\xb4\x14\ \x10\xc9\x25\x52\x98\x11\x82\x95\x1f\xf9\xc5\xba\x4c\xba\xb1\x21\ \x57\x2a\x57\x28\xa3\x94\x31\x84\x20\x9d\xb1\xcf\x3e\xfb\xd4\x94\ \x63\x96\x0b\x85\x6a\x65\x26\x9b\xcd\x9a\xae\xc3\x3d\x0f\x51\x9a\ \x71\xdd\x38\x8e\x31\x16\x54\xe1\x28\x12\x52\x4a\x0e\x9c\x60\xb2\ \x6c\xe1\xbc\xfa\xb4\x39\x34\x3c\x5c\x7a\xea\xb1\xa8\x67\x61\x81\ \xa2\xfe\xc0\xeb\xe9\x59\x68\x18\x06\xe7\x71\x92\x96\xaa\x44\xaa\ \x45\x6b\xad\xb5\x63\xd9\x8c\xd2\x97\x17\x6f\xd2\x1a\xa4\x10\x00\ \x88\x10\x3a\x77\x0d\xcc\xd9\x9f\xa6\xfd\x1e\xcd\x32\x42\x69\x65\ \xec\xd0\xad\xb7\x3e\xe4\x21\x4a\x10\xf0\x98\xe7\x97\x9c\xde\x55\ \x6f\xbf\x14\x7e\x53\x92\xd1\x69\x48\x02\x2e\x0d\x48\x21\x04\x8c\ \xb2\x84\xc5\x03\x00\x84\x90\x6a\xa5\x66\x18\x46\x10\x06\xb9\xba\ \x36\x11\x56\xa4\x92\xcd\xf9\x16\x2e\x42\x37\x95\xca\x66\xeb\xa6\ \x67\xaa\x65\xaf\x2a\xa3\x20\x9b\xc9\x84\x31\x47\xc4\x34\x4c\xa7\ \xe2\x47\xd3\x5e\x45\x63\x9b\x52\x96\x10\x9a\x08\xc6\x49\x9e\xa2\ \x95\xe2\x61\x14\x06\x01\xc6\xb8\xea\xf9\x00\x06\x65\x8c\x32\x83\ \x52\x7c\xac\x36\x1f\x23\x84\x19\x63\x42\x08\x66\x18\x18\x69\xdb\ \xb6\x8a\xc5\x22\x17\x5a\x08\x21\xa5\x36\x0c\x26\x29\xe2\x22\x99\ \xaa\x82\xca\xe5\x52\x5b\xa6\xae\xad\xad\xed\xc0\xc1\xc3\x5e\xad\ \xd6\xd8\xd8\x98\x49\xbb\x4a\x8b\x72\xb9\x94\x72\x9a\xeb\xea\xeb\ \x92\x84\xb4\xbe\xbe\x5e\x03\x78\x9e\x97\x10\x4d\x2d\xcb\x94\x52\ \x02\x60\x81\x65\xd2\x08\xd3\x58\x97\xcb\xa6\xdc\x9e\xae\x79\x07\ \x0f\xf6\x1d\x39\x72\x84\x48\x29\xe3\x05\x71\x1c\x2d\x5d\xba\x34\ \x81\xc0\x09\x21\x89\xf8\x2f\x1c\xeb\x37\x46\x18\xbf\x42\xbc\xf0\ \x39\x9b\xb3\x57\xa5\xdb\x92\xd2\xae\xeb\x78\xed\xa5\x97\x61\x0c\ \x42\x2a\xd3\x4e\xa5\x1c\x43\x4b\xf9\x52\xf8\x4d\xe8\x18\xbf\x49\ \xcf\xc2\xd5\xa0\x94\x12\x52\x32\x42\x18\x63\x41\x10\xcc\xcc\x94\ \x2a\xa5\x99\x9c\x6b\x85\x51\x4c\xa9\xe1\x64\xb2\x96\x81\xb2\x75\ \x39\xc1\x43\xdf\xaf\x31\xc3\x6a\x6c\xcc\x07\xa6\xc5\x18\xc9\xb8\ \x6e\xd5\xab\x99\x36\x8d\x42\x31\x31\x31\x13\x48\x9c\xa9\x4b\x73\ \xcd\xc3\x30\x3c\x0e\x39\x69\xad\x63\x21\x26\x27\x27\x3d\xcf\xcb\ \x66\xb3\x86\x69\x23\x04\x94\x32\x0a\x44\x83\x8a\xe3\x38\x91\x0f\ \x97\x52\x62\x9c\xd0\x09\xb4\x46\xda\xb2\xac\x4a\xd5\x4f\xa7\x53\ \x0d\x0d\x8d\x41\xb0\x1b\x61\x8a\x10\xc6\x18\xa7\xd3\xe9\x45\x8b\ \x16\x29\x29\xec\x54\x0a\x63\x4c\x29\x93\x42\x84\x61\x98\xcf\xd7\ \x23\x64\x28\x29\x05\xe7\xae\x65\x3a\x8e\x53\x2a\x95\xaa\xd5\x6a\ \x36\x9b\x05\x80\x64\x86\xb0\x61\x18\x61\x18\x5a\xb6\xf5\x34\x53\ \x09\x63\xcb\xb6\x95\x52\xeb\x37\x6c\x98\xd7\xd1\x71\xf0\xe0\xc1\ \xdd\xbb\x77\xd7\xd7\xd7\xb5\xb7\xb7\xe7\xf3\xf9\xe3\x15\xba\x04\ \x78\x9a\xd5\xae\x9b\x13\xa8\x9c\xb3\x39\x7b\x76\xba\xc7\x2c\x97\ \x95\xc6\x9e\xd8\xbe\xbf\x1a\x2a\x2b\xd7\xbc\x66\xdd\xda\xe6\x34\ \x05\xf9\xe2\x35\x52\x92\xd0\x29\xf1\x4a\x49\x40\xc1\x18\x8b\x50\ \x88\x09\x01\x00\xcf\xf3\x2c\x03\x13\xcc\x00\x50\x14\xf3\xe9\x62\ \xb1\x29\xe7\xf8\x9c\x97\x29\x4d\xb9\x26\xa1\xd4\xf3\x6a\x4a\x1b\ \x29\xdb\x89\xc2\x60\x6a\xba\xa4\x34\x94\xfd\xf2\xce\x7d\x87\x38\ \x18\x6d\xf3\x7b\x82\x30\xc2\x88\x30\x83\x62\x8c\x13\x94\x1a\x23\ \x04\x84\xa4\x52\x29\xad\xb5\x6d\x5b\x98\xb0\x62\xb1\x98\xc9\x2a\ \xc3\x60\x08\x83\x94\x12\x21\x7d\x6c\xb2\x13\x60\x42\xe2\x28\x54\ \x52\x50\x4a\x94\x52\x9c\xf3\x44\xd4\x2a\x0a\x23\x20\x74\x76\x2c\ \x1d\xc2\x0d\x4d\x79\x62\x38\x61\x14\x4a\xa5\x90\x86\x30\x0c\xcb\ \xe5\x4a\x26\x9b\xb2\x6c\x3b\x8c\xa2\xc8\xf7\xf3\xf9\x46\x8c\x71\ \xb5\x5a\xb5\x6d\x3b\x95\x4a\x25\x0c\x00\xc7\x71\x7c\xdf\xf7\xfc\ \xe0\xf8\x78\x3b\x00\x48\x26\xbe\xc4\x71\xdc\xdb\xdb\xbb\x74\xe9\ \xb2\xa3\x47\x87\xa2\x28\x88\xe3\x38\x11\xa2\x64\x8c\x25\xfc\xa6\ \x63\x13\xa8\xe6\x42\xa6\x39\x9b\xb3\x67\x19\x26\x34\x2e\xf4\xdf\ \x7e\xdb\xfd\x34\xdf\x5c\x2a\xce\xa4\xe3\xda\x1d\x77\x07\x17\xbf\ \xfe\xac\x1c\x43\xea\xa5\x60\xe1\x49\xef\x83\x06\xd0\x5a\x4a\xa9\ \x95\x9e\x9d\xbf\x42\xb0\x65\x5b\xb6\xed\x3a\x16\x0d\x6b\xa5\x30\ \x0a\x47\x86\x8f\xa6\xad\x2e\x83\xe8\x52\x69\x06\x41\xc6\xb2\x0d\ \x25\xa1\xe6\x55\x91\x92\x81\xef\x4b\x05\x83\x43\xa3\x3b\x76\xef\ \xc3\x66\x6a\xed\xc9\x67\xa4\x53\x39\xc0\x8c\x10\x24\x15\x97\x52\ \x22\x0d\x4a\x29\xad\x94\xc1\x98\x6d\xdb\x9c\x73\x82\x09\x22\xd8\ \x75\x2d\xc3\x30\x35\xc8\x28\x8c\x7c\xdf\x07\x50\x09\x2d\x13\x63\ \xb0\x2c\xf3\xf8\x6c\xa8\x6c\x36\xab\x81\xd4\xd7\x37\x98\xa6\x19\ \xc5\x02\x14\x08\xa9\xe3\x38\x0e\x82\xc0\x0e\x0d\x03\xa8\x4c\x44\ \x76\x41\x6b\xad\xa7\xa7\xa7\x39\x0f\x29\xa5\x29\xd7\xf5\xab\x95\ \x62\xb1\x40\x29\x03\x80\xa9\xa9\xa9\xa6\xa6\x26\xcb\xb2\x84\x10\ \x09\x0f\xc0\xb6\xad\x38\xe6\x89\x3e\xb7\xd6\x1a\x21\x20\x84\x24\ \xe9\xa4\x61\x18\x3d\x3d\x0b\x95\x92\xb3\xe5\x39\xa5\x94\x92\x96\ \x65\x73\xce\xa5\x94\xc9\xf6\x73\xbf\x45\x78\x86\x20\xf2\x9c\xfd\ \xb7\xb4\xa4\x81\xf4\x0f\xf5\x4d\x18\x26\x87\xfb\x79\xf3\xda\x37\ \x9f\xd7\x71\xc7\x5d\xfb\xce\x3c\x77\xf5\xe6\x5b\x6e\x1d\x29\xd6\ \xea\x5b\x5d\x25\x5f\x8c\x6f\xf2\x7d\xff\xd4\x0d\x1b\x7e\xfa\xbd\ \xef\x1d\x1f\x0a\x30\x7b\x10\x1a\x00\x92\xee\xdf\xd9\x19\xb9\x4a\ \x0a\x8c\x11\x46\xc0\x8e\x31\x7a\x92\xde\x60\x84\x10\x00\xc6\x18\ \xd9\x52\x81\xd6\x99\x25\xf1\xd2\x73\x85\x69\x39\xcc\x30\x00\x10\ \x1c\x17\x34\x79\xc6\x79\x26\x73\x50\x1a\x94\x9a\x3d\x67\x0d\x08\ \xe3\x63\xc2\x70\x2a\x39\x86\x63\xbd\xc7\xf8\xd8\xf6\x52\x6b\x50\ \x4a\x77\x2c\xec\x5d\x73\xf2\x29\x5a\xa9\x84\x66\x49\x08\x72\x6c\ \x1b\x21\x40\x08\x2f\xe8\x5d\xf9\x91\x38\xd6\x1a\x66\x2b\x02\x08\ \x39\x8e\x43\x09\x51\x4a\x2a\x99\xec\x0b\x94\x52\x84\x50\x8c\xb1\ \x54\x52\x4a\x89\x11\x46\x18\x29\xa5\x01\xf4\x2c\x4b\x00\x63\xad\ \x67\x0f\xec\xf8\x06\xcf\x54\xc8\x4d\x3e\x9f\xe4\x08\xa5\x94\x86\ \x61\xfc\x0f\x2f\xa8\xd5\xbc\x6a\xa1\x30\xad\xa4\x9a\xbb\x86\xff\ \xdb\xde\x7b\x40\xa7\xdc\x54\x43\xbe\xe9\x0f\xe4\xb5\x20\x84\x30\ \xd2\x42\x2a\x11\x4c\x6f\x7f\x72\xeb\x58\x68\x2d\x75\xcd\x17\xad\ \xc9\xab\xb5\xb6\x2d\x2b\xe5\xba\x4f\xf7\xac\x26\x4b\xcc\xfe\xa9\ \x41\x43\x02\x93\xcf\xba\x2c\x3d\x8b\x01\xeb\xa7\xf1\xaa\x64\x19\ \x20\x08\x01\x80\x99\x9a\x15\x0c\x98\x55\x2e\x79\x1e\x90\x8b\x10\ \xa0\x80\x9e\xbb\xcc\xb1\x53\x7b\xc6\x0b\xb3\xfb\x22\x98\x1c\x3f\ \xed\x54\x3a\xfd\xcc\x0d\xd5\xb1\x2e\x42\xc7\x71\x10\x9e\xed\xb3\ \x4b\x5e\x39\x51\x35\x21\xe9\x13\x7e\xd1\x94\xa4\x59\xb9\x83\xe7\ \xe6\x70\xe8\x39\xb3\x15\xfe\xa7\x59\x18\x04\x13\xe3\x63\x2d\xad\ \xed\x8e\xeb\xce\x5d\xc3\xff\x5d\x4d\x4a\x39\x3a\x32\x3c\x3d\x35\ \xd9\xd4\xdc\xf2\x07\x6c\xac\xea\x3b\x56\xac\xcf\x68\x84\xcc\x9c\ \xe5\xf7\x1d\x25\xeb\x37\x6e\x6c\xcf\x30\x25\x5f\x7c\x9d\x4e\x69\ \xfd\x47\x8d\xcc\xd6\xcf\xf2\x69\x1a\x00\x40\xfe\x61\xef\xd3\x27\ \x5a\xe6\xf8\xd3\x13\xff\x37\x49\x3f\x4f\xb8\xa0\x00\x80\x3f\x38\ \x84\xd1\x7f\xcc\xa9\xfe\x91\xcb\xfc\x37\xb2\xe9\xe9\xa9\x6c\x5d\ \x9d\xe3\xba\x49\xd0\xfb\xcc\xe8\x7b\x2e\xcb\x7b\xee\xdd\xf6\x55\ \x98\xca\x25\xdf\x26\x21\xa4\xad\xbd\xfd\x48\xff\xe1\xc6\x3f\x20\ \x74\xd2\x4a\x99\xd9\xa6\xc5\xf5\x48\x70\x7e\xca\x05\x6f\x3b\x8d\ \x31\x83\x20\x21\x4e\x2c\x65\x3a\x47\x93\x99\xb3\x57\xca\x84\xe0\ \x06\xcb\x1d\x0f\x55\x8f\x7b\xa8\xe7\xe5\xbf\x20\x84\x11\x9c\x58\ \x2f\xe3\xf9\x11\x0c\x42\x90\xd6\x52\xbd\x72\x59\x23\xc2\x18\x21\ \xad\x5e\x21\x29\x60\x84\x11\xbc\x48\xed\x66\x84\x09\xd6\xcf\x23\ \x4d\x8c\x30\x06\xfd\xc2\xeb\x61\x9c\xa4\x2f\x7f\x94\x57\x3a\x1e\ \x37\x11\x42\xd5\x1f\x8c\x2a\x6a\x25\xb9\x02\x00\x44\x0d\x06\x5a\ \x73\xf1\xbc\xdf\xdc\x5c\xeb\xc3\x9c\x3d\xeb\x97\x23\xb8\x78\xd9\ \x64\xce\x8f\x41\x84\x70\x0c\x1f\x4c\xe6\x2a\x13\x82\x51\x92\xed\ \x3e\xfb\xa1\xa5\x88\x22\xfe\xbb\xaf\x1f\x7f\x24\x62\x0f\xcf\x34\ \xac\x2a\x07\xf6\xec\x9d\xac\x0a\x82\xf4\xef\x79\xe3\x4b\x7f\x20\ \x02\xd5\xc3\x37\xdd\x70\xc3\x80\xa7\x93\x5d\x20\x80\x67\x1d\xc0\ \xac\x5c\xd8\x4b\x5c\x1c\x55\x0e\x5c\xfb\xa3\x9f\x0e\x78\x9a\xc0\ \x1f\xf4\x16\x84\x09\xf2\x8e\xde\x7c\xdd\x2f\xfa\x4b\x31\x39\xd1\ \xae\x65\x14\x09\xa1\x7e\xef\x22\x88\xa8\xd2\x6d\x37\x5e\xff\xe4\ \x70\x48\xf0\x8b\x3e\xf8\x67\x8e\x7a\x4c\xf2\x94\x24\x27\x7a\x09\ \x33\x62\xf5\xb1\xd1\x47\xcf\x67\x73\x71\xd3\xab\xde\xa2\x91\xdd\ \xd7\xfc\xec\x57\x23\x21\xa6\xcc\x59\x72\xf2\x79\x6f\x38\x67\xb5\ \xf5\x52\x39\x55\x72\x6c\xfb\xf7\xaf\xd9\xf6\xa6\x8f\x7d\xb0\xed\ \xe5\x00\x88\x12\x4a\x1c\x00\x20\x42\x8a\xbb\x1f\xb8\xfe\xae\xc7\ \x6b\x8a\x18\x4e\x6e\xc9\xba\x33\xcf\x39\x69\x89\x01\x42\x21\x9a\ \xe8\x9d\x68\xa5\x10\xc6\xfb\x6e\xbf\xe6\xc9\x68\xf9\x7b\x2e\x59\ \x0b\x4a\x0a\xa5\x09\x4d\xc6\x3d\x69\x99\x48\x9b\x52\x16\x8f\xee\ \xf8\xc5\xaf\xef\x9c\x0c\x08\xc5\x48\x2b\x29\xad\xfc\xa6\x4d\x6b\ \xb7\xdc\x7a\x7b\xef\x9b\x3f\xd6\x9c\x31\x7f\x47\x3a\x45\x2b\x29\ \x95\xd4\x88\x50\x42\x92\x5b\xbd\x94\x4f\xdf\xa5\x31\xa1\x09\x0a\ \x0a\x4a\x08\x05\x70\x6c\x77\xc9\x0e\x15\x00\xc2\x94\x62\x04\xc0\ \xc7\x1f\x7b\x7c\x4b\xfb\xb9\x97\x2e\xd4\x1a\x30\x55\xe5\x91\xdf\ \xde\x78\xc3\xbe\x92\x62\xd4\x68\x99\xbf\xe2\xdc\x4d\x1b\x5b\xd3\ \x48\x70\x85\x08\x4d\xa4\x20\xb4\x94\x52\x6b\x42\x29\x48\x21\x15\ \x10\x76\xec\x09\x25\x5a\x2b\x84\xc8\x31\xb4\x56\x29\x00\x1d\x8c\ \xef\xda\xb5\x67\xd9\x1b\x93\x90\x87\xce\x22\xa2\x52\x4a\xa5\x10\ \x26\xe4\xd8\xa7\x23\x84\x7c\xfa\x78\xe2\x99\xad\x8f\x3e\x96\xdf\ \x78\x51\x4f\xc3\xf1\xff\x4b\x29\x15\x42\x98\xf0\xe2\xcd\x3f\xfe\ \x65\xcb\xf9\xef\x3e\xb5\x27\xad\x84\xd0\x08\x25\xb4\xbb\x63\x67\ \x04\x98\x50\x8c\x11\x40\xb8\x75\xf3\x13\xbd\x8b\x2f\x3c\xb9\x13\ \x91\x59\x0d\x00\x2d\x85\xc4\xb3\xc7\xac\x11\x61\x04\x2b\xc1\xe5\ \x09\x91\x8b\xa4\x1b\xdf\x60\x2c\x71\x2e\xb3\x61\x94\x52\x2f\x7b\ \x6a\x3a\xe7\x9b\x5e\xf5\xe6\x0d\xee\xb8\xf7\xa1\xa1\xb7\x7e\xe6\ \x23\x8d\xe1\x91\xdf\xfc\xf8\xab\x07\x8b\x9f\xfd\xdc\xa5\xbd\x07\ \x76\x3c\x35\x38\xe5\x35\xce\x5f\xb3\x6e\x51\x53\x61\x70\xef\x8e\ \xfd\xc3\xd9\xae\xa5\xab\x7b\x3b\x28\x40\x69\x74\xff\xf6\x3d\x43\ \x90\x6a\x5d\xbf\x7e\x45\xda\x40\xe3\x7d\x3b\x76\xf7\x4f\xe6\x7b\ \x56\xae\x5e\xd8\xa2\xbc\xe2\xae\xc7\xee\x31\x16\xb6\x2f\xee\x58\ \xb0\x76\x51\x76\xf0\xc8\x54\xe7\xb2\xe5\x19\xe3\x25\x87\x4d\xc9\ \x8d\x11\x21\x80\xf1\x5d\x8f\x3f\x75\x30\x7e\xef\x07\x5f\x1b\x8d\ \x1f\x7e\xe8\x67\xff\xb4\x65\xff\xdb\x3e\xf3\xbe\x0b\xe2\xb1\x83\ \x3b\xf7\x0d\x49\x23\xb7\x78\xe5\x8a\xb6\xac\xe5\x8d\x1c\xdc\x7c\ \x60\xaa\xad\xbe\xd6\xd4\xda\xbb\xb2\xa7\x71\xe2\xd0\x8e\x3d\x47\ \xa6\xeb\xba\x96\xad\x58\xd0\x82\xb4\xd0\x4a\x21\x37\xbf\x72\xc3\ \x46\x7f\x7a\xcf\xd5\xd7\xdf\xbf\xfe\xd2\x0f\x6d\x68\x49\xb5\xe4\ \xdb\x36\x5e\xf0\x9a\x5c\xde\x8c\xca\x63\xfb\xf6\xf7\x17\xbd\x38\ \xd7\x36\xbf\xd9\x0c\xfa\x07\x47\x8d\xc6\xf9\x2b\x7b\xbb\x2d\x0a\ \x10\x95\x76\xed\xdc\x35\x19\x99\xbd\x2b\x56\xb5\xe5\x98\x90\x49\ \xe9\x37\x38\xbc\x7b\xcf\xe0\xb8\x97\x69\xe9\x5e\xb1\x6c\x81\x21\ \x83\x91\x83\x7b\x06\x46\x8b\x02\xdb\x0b\x96\xad\xec\xac\xb7\x34\ \xc2\xde\xc4\xa1\x9d\x07\x27\x71\x78\x98\x23\x46\x12\xe1\x42\x8c\ \x78\x79\xf8\xc1\x7b\x76\xac\x78\xd7\xff\xea\xcd\x86\xbb\x36\xdf\ \xfe\xa5\xcd\x4f\x7c\xe2\x2f\x3f\xb5\xbc\xd1\x8c\xbd\x89\x1d\x3b\ \xf6\x55\x74\x66\xd9\xda\x55\x4d\xac\xba\x6f\xd7\x50\x5d\x77\x6f\ \xb3\xad\x8e\x1e\x38\x48\x1a\xba\xdb\x1b\xd9\xd1\x03\xfb\xe2\x54\ \x6b\x56\x4d\xf7\x0d\x0c\xfb\x92\xb6\x2f\x5a\xb6\x68\x5e\x03\x20\ \x4c\x18\x05\x00\x20\xc4\x9f\x1e\xd8\xb5\x7b\x40\xa5\x5a\x57\xad\ \x5e\x92\xa6\xc4\xaf\x4c\xed\xdd\xb9\xb7\x2c\x68\xfb\xa2\x15\x8b\ \x5a\xb3\x18\xe3\xda\x64\xff\xae\x43\xa3\xda\x1b\x0e\x81\x51\x4a\ \x21\x28\xec\xd8\xbe\x6b\x32\x24\xdd\x8b\x57\x2e\x68\x49\x69\x40\ \xa0\xe3\xe1\xbd\x4f\xec\xa3\xad\xd1\x64\xe7\x92\x65\x2b\x5a\xd2\ \xfc\xe0\x53\xdb\x8f\x56\x60\xc1\xb2\x35\xf3\x9b\x6c\xa9\x50\x54\ \x19\xdb\xb5\xeb\xb0\xc4\x55\x4f\x61\xc6\x08\x70\x6f\xdf\xb6\xed\ \x23\x55\xd9\xd0\xb5\x74\x75\x67\xea\xd0\xee\x3e\xbb\x7d\x49\x7b\ \xce\xaa\x4c\x0d\x1c\x99\x41\x8b\x17\x74\x32\x78\x6e\xe6\xc8\x18\ \x1b\x1b\x1b\xbb\xee\xba\xeb\xce\x3a\xeb\xac\x93\x4e\x3a\x49\x71\ \xfe\x74\x65\x49\x3f\x5f\x6a\x2f\x5e\x5a\x6b\x3a\x59\xbd\x6a\xe5\ \xec\x33\x42\x4e\x3d\xf5\x34\xc6\xd8\x1c\x4e\xf9\x0a\x19\x21\xc4\ \xf3\xbc\xdb\x6e\xbd\xc5\x75\x53\xa9\x54\xea\x99\xa9\x8f\x65\x99\ \x6b\xd7\xac\x71\xdd\x14\x1c\x23\x8c\x24\x49\x90\x94\xd2\xab\x56\ \xf2\xf9\xe6\xe3\xbc\x73\xdf\xaf\x35\x34\x36\x3d\x73\xd9\x60\x78\ \xcf\xe6\x43\xe6\x07\x3f\xfa\xd6\x25\x8b\x96\x9b\x95\xed\xb7\xee\ \x32\xd7\x58\xfb\xbf\xf8\xb5\x9f\xd5\x40\xe1\x86\x85\xf9\xca\x96\ \xaf\x7f\xef\xd7\x3e\xf0\xcd\xbf\xfd\x75\x21\xbb\xa2\xd7\x19\xf8\ \xf2\x17\xbe\x39\xae\x68\xb9\x18\x2d\x5a\xb3\xbc\xf8\xc4\x2f\xfe\ \xf5\xa7\xf7\x49\xa8\xdd\xfb\xeb\xdf\xf2\xae\x53\x97\x66\xcb\x77\ \xdf\xf9\x50\xe8\xa4\x91\xd5\xd4\x2a\xf7\x7f\xe5\xab\xd7\x2e\x7c\ \xcd\xeb\xdb\xec\x97\x18\x86\x15\x0a\xd3\x8e\xeb\x5a\x96\x85\x10\ \x9a\xdc\xfb\xf8\x61\xd9\xf3\xde\x77\x9c\xdf\xb3\x64\xc5\xa9\xbd\ \xd9\x1b\x7f\x72\x93\xdb\xbb\x31\x1f\x1f\x7c\x6c\xc7\x91\xa1\xdd\ \x0f\xdf\xf5\xd4\xcc\x86\x33\x57\x7a\x7b\x1f\x7d\xbc\xbf\x64\x9a\ \xd4\x6d\xec\xa6\x47\xef\xfa\xfe\xf5\x0f\x4b\x1c\x3c\x7a\xc7\xed\ \x5e\x43\xef\xf2\x8e\x3a\x8c\x11\xb5\xd2\xad\xed\xf3\x3a\x1b\xe4\ \x96\xed\x83\xa7\xbd\xe5\x83\x67\xf4\xb6\x67\xf4\xd0\xbf\xfe\xcb\ \x7f\x5a\x6b\x5e\x63\xee\xfe\xe1\x57\xaf\xd9\x4c\x91\x7f\xdf\x2d\ \xff\xf5\xf0\xee\x51\x19\x4e\xde\xf7\x9b\x5b\x2a\x75\xcb\x56\xcf\ \xa7\xbf\xf9\xe1\x77\xee\xeb\x2b\x47\xe3\xbb\xee\x7c\xbc\x7f\xe1\ \xea\x75\x8d\xa6\x96\x1a\x51\x55\xdd\xb5\x75\xeb\xc0\xc8\xe8\xe6\ \x3b\x6f\x1f\x33\x16\xad\x6d\xf5\xbe\xf3\xa5\xab\x76\x96\x71\xe5\ \xf0\x23\xb7\x3e\x7c\x68\xc9\xe9\xa7\x3b\x13\x4f\x5c\x75\xd5\xf7\ \xfb\x8a\x51\x61\x70\xff\x40\x11\x4e\x3b\xff\xfc\x56\x53\x49\x4c\ \x64\x69\xf8\xd1\x27\x47\xce\x7b\xd7\x7b\x37\x2c\x5b\xb4\xfe\x8c\ \x93\x26\x1f\xfc\xe5\x83\x13\xad\xe7\xad\xa4\x3f\xfe\xe7\x6f\xdc\ \x7f\x70\x7a\xe6\xc8\xd6\xbb\x9f\x18\x5f\xbd\xae\xf5\xfa\x7f\xbb\ \x6a\xa8\xe1\xf4\xf5\xad\xfe\x37\x3f\xf3\xd9\xc1\xa6\x93\x4f\x5e\ \x88\xff\xf3\xaa\x7f\x2e\xb6\x2e\xe9\xfb\xaf\xef\xdd\xba\xbf\xac\ \xa7\xf6\xdd\xfc\xdb\xc7\x9a\x56\x9e\xd1\x69\x8e\xdd\xf3\x68\xdf\ \x8a\xb3\x2e\xa8\x2b\x6e\xfd\xc6\x55\xff\x71\xa0\x18\x0c\x3c\x79\ \xdf\x96\x21\xbd\x7e\xc3\x62\x39\x33\xbc\x65\xcb\xce\x89\x91\x7d\ \xb7\xdd\xf6\x78\xcb\x9a\xd3\xf2\xfe\x8e\x7f\xf9\xe7\x6f\xef\x9e\ \x08\x67\x46\xfb\x0e\x8e\xc0\xa6\xd7\x6d\x78\xec\x67\xdf\xbe\x79\ \x57\x11\x73\x4f\xbb\x9d\x3d\xed\x69\xa5\x00\xcb\x60\xe7\x83\xf7\ \x0e\x0b\x0b\x23\xa3\xab\xab\x69\xdb\xaf\xbe\x75\xcd\x03\x7d\x41\ \xe1\xf0\xed\xf7\x3e\x99\x5f\x76\xca\x3c\x3c\xf4\xfd\xaf\x5d\xf5\ \xe8\x40\xa5\x36\x35\xb0\xfb\x68\x71\xd5\x59\xaf\x5b\xe2\x54\xb7\ \x3d\xf6\xc4\xe0\xc4\xc8\x3d\xb7\xdd\x4d\xbb\x17\xec\xb8\xfe\xdb\ \x4f\x88\x25\x67\x2e\x69\xda\xfa\xab\x7f\xb9\x6e\x07\x6c\x3a\x63\ \x19\x51\xf2\x99\xce\x00\x63\x5c\x28\x14\x7e\xfc\xe3\x1f\x0f\x0f\ \x0f\xf7\xf5\xf5\x35\x35\x35\x35\xb7\xb4\x24\x1c\x9a\x89\x89\xf1\ \xfc\x31\x2c\x5c\x6b\x7d\x7c\xe4\x5c\x42\x63\xae\xaf\xaf\xaf\x7b\ \xf1\x36\x17\x37\xbd\xfa\xeb\x3c\x98\x44\xa5\x83\xb7\xdd\x76\xa7\ \x59\xd8\x77\xdb\x9d\x87\xcf\xfd\xf8\x9f\x43\xe5\xb6\xd4\xa2\xd7\ \xfe\xcd\xe7\xdf\xc9\xa0\xfa\xa3\x2f\xfc\xed\x98\xbb\xf1\x0d\xeb\ \xd6\x58\xe3\x8f\xff\xea\xf6\xbb\x4e\x6b\x59\x3c\x5c\xe4\x97\x9e\ \x75\xe9\x9b\xd6\xb7\x63\x3d\xf6\xcf\xd7\x5f\x5f\x6b\xbd\x64\xdd\ \xba\xf9\x61\xdf\x43\xbf\xb8\xe3\xc1\x73\xde\xd6\x4c\xb3\xbd\xef\ \xf9\xf0\x15\x8b\x32\xa0\xe5\xea\x6f\x5d\x7d\xbe\xe9\xbc\x74\x44\ \x52\x4b\x35\x2b\xe5\x87\x90\x06\xad\x15\x8f\x34\xc8\x38\xb2\xda\ \x97\x2e\x77\xc5\xe0\x91\xb1\xf3\xce\x5d\xb1\xae\x62\x17\xea\xf9\ \x81\x9b\xb7\x0c\xce\x5c\x26\x25\x9a\xb7\xe2\xfc\xcb\x3f\xb8\x09\ \xf4\xc4\xb7\x3e\x77\x47\xa5\xf1\xac\x95\x2b\x3a\xa2\xfe\x6d\x77\ \xdc\xb3\x65\x75\x6e\x66\xcf\xce\x3e\x95\x6e\x3f\xf5\xd4\x53\xf2\ \x52\x48\xad\x38\x8f\x40\x9a\x52\x01\x33\x4c\x8a\x54\xcd\xab\xb5\ \xad\xde\xf4\xc9\x8f\x5d\xfc\xe8\x0f\xbe\xf4\xab\xe2\xba\x8f\x5f\ \xf1\xba\x27\x6f\xf8\x87\x6b\x77\xef\x3e\x2b\x9f\xbe\xe3\xa1\xa1\ \x53\xde\xf6\xf6\x1e\x73\x72\xc7\x0f\x6e\x79\x74\xd7\xeb\x16\x9c\ \xd9\xa6\x85\x50\x24\xbd\x74\xe5\x6a\xb3\xa1\x40\xa6\xf6\xef\x7b\ \x6a\x9b\xb7\x7e\x79\x48\x5b\x2e\x79\xcf\x27\x4e\xef\x18\xf9\xca\ \x67\xbe\xf6\xd8\xfe\xc9\x45\xdb\x7e\x13\x74\x9c\xf7\xa5\xcf\x5c\ \xca\x46\xee\xfb\xfc\xbf\xde\xc9\x85\x38\x3e\x7e\x15\x94\x8a\xe3\ \x48\x4b\x0d\x24\xb7\x7a\xf1\x82\xbd\x03\x47\xf6\x3e\xb8\x73\x7b\ \xa9\xe9\xb3\x5f\xf9\x8b\x76\x18\xf9\xc6\xdf\xfe\xe3\x8d\xdb\xce\ \x38\x63\x79\xf7\xdd\xbb\xfb\xbc\x85\x68\xac\x12\xfa\xe3\x63\xde\ \xd0\xd4\x8c\x6e\x7a\x63\x6f\xee\xd6\x5b\xf0\x69\x97\x7d\xf8\x3d\ \x6b\xc9\xb5\x5f\xf9\xeb\xfb\xb7\xf7\x9d\x72\x3a\x01\x8d\x08\x16\ \x4f\xde\x7c\x63\xa9\xed\xec\x2f\xfe\xc5\xa5\xc6\xd4\x96\xcf\x7d\ \xf1\x9a\x7b\xf7\x9d\x79\xf1\xe2\xb6\x35\xeb\xd6\x4c\x17\x87\xfb\ \xf7\xfd\x7a\xd7\xc8\x78\xbc\xf7\x8e\xa9\xdc\x39\x5f\xf9\xfc\x5b\ \xd9\xe8\xe3\x5f\xfa\xda\x7f\xc5\x51\x6d\x7c\x7c\xc4\x9a\x77\xe9\ \xa5\xef\x38\xaf\xd1\x25\x71\xcc\x11\x26\x5a\xc6\x11\xd4\x9d\x75\ \xd1\x7b\x2e\x5e\x53\x5f\xee\xbb\xfd\xfa\xc7\xbc\xf7\xfd\xed\x17\ \x4f\x6d\x43\xb7\x7c\xfd\x73\xb7\xdc\xf6\xb0\xdb\xb3\x7f\x0f\x2c\ \xfe\xc2\x17\xae\x68\x51\x03\xa5\xbf\xf9\x0e\x8f\x22\x70\x73\x4b\ \xd7\xad\xcb\x14\x8a\x33\x87\xf6\x3c\xba\x37\x7c\xeb\x49\x2b\xfe\ \x73\xdb\xf6\xe8\xe2\xae\x81\xfe\x60\xe5\x99\xab\x1d\x90\xd1\xb3\ \x51\x24\x29\x95\xe3\xd8\x1f\xf8\xc0\xfb\x19\x33\xa4\x14\x8c\x31\ \xce\x39\x4a\xbe\xdc\x13\xb5\xc4\x25\x55\xbc\x7c\x3e\x3f\x97\xd3\ \xfd\x4f\xf5\x4d\x08\xab\xb0\x7c\x64\x60\xa0\x35\xd7\xfc\x9e\xff\ \xfd\xd5\xb3\x57\x77\x1d\xfa\xad\xc0\x18\x34\x00\x70\x6f\xa6\x54\ \x35\x1b\xc5\xe0\xe1\xc3\x56\xcf\x6b\x3e\xd0\xbb\xae\xbd\x67\xf9\ \x97\x3e\x53\xf8\xe9\x0d\x5f\x7b\xe8\xb7\xab\xae\x78\xdf\xc9\x35\ \x3f\x32\x71\xd8\x7f\xe8\x48\x7e\xdd\xa5\xef\xdf\xb0\x1e\x47\x87\ \x8e\x97\xc9\x10\xa1\x8e\xfb\x47\xfd\x3c\xb4\x4e\xe4\x45\x25\x60\ \xa4\x66\x01\x76\x4d\xa9\x01\xfe\xcc\x58\x88\x97\xd1\xea\xcf\xbf\ \xf5\xd3\x7d\xa2\x7d\x49\xae\xac\x90\x92\x52\x28\xa9\x40\x49\x09\ \x40\x6a\xc5\x42\x18\x33\x08\x07\xfa\x8e\xe4\x96\x9d\x73\x59\x4f\ \xaf\x5f\x38\x7a\xf4\xc8\xa0\x6a\x30\x57\x73\x39\x2b\xf9\x20\x13\ \x86\xac\xd4\xb3\x08\x0f\x02\x29\x7c\x80\x6c\x3a\x65\x4c\xf9\x02\ \xc0\x4c\x65\xd1\x78\x54\x28\xca\x40\x1b\x51\x69\x7c\x00\xf8\x99\ \x6f\x7e\xdb\xea\x36\x23\x8a\x39\x26\x64\x64\xe7\x9d\xdf\xbd\xe6\ \xc1\xd6\xe5\x2b\x44\x2d\xc6\x59\x21\xa4\x46\x18\xf1\xc8\x07\xe4\ \x36\x66\xdc\xd8\xab\x14\xa6\xa3\x7c\x47\x87\x05\x10\x23\x4c\x10\ \x4a\x76\x25\x41\x4a\x29\x75\x02\x5e\x61\x82\x81\x8f\x17\x4a\x90\ \x5e\x55\x1d\x1b\x74\x1b\x7b\xf2\x14\x00\x1a\x3b\xf3\xd9\x5d\x43\ \x95\x25\xeb\x17\xfd\xfa\xa6\x1d\x0f\x6d\x76\x7a\xce\xfd\xff\xec\ \x7d\x77\x9c\x5b\xc5\xd5\xf6\x99\xb9\x73\x9b\xfa\xf6\xde\xbc\xc5\ \x5b\xdc\x8d\x7b\xc5\x36\x60\xc0\xf4\xde\x09\x2d\xd4\x50\x52\x48\ \x08\x21\x09\x09\x09\x09\x84\x0e\x21\xe4\x03\xd3\x3b\x18\x37\x30\ \xc6\x05\x63\xdc\x70\x6f\xeb\xb2\xbd\xaf\xa4\x95\xb4\xea\xba\x65\ \x66\xbe\x3f\xb4\x36\x36\x2d\x86\x40\x5e\xc0\x7a\x7e\x2e\x5a\xed\ \x95\x74\x35\x77\xee\x33\xe7\x9c\x39\xe7\x3c\xc7\x51\x5f\xfd\xaa\ \xf5\x9c\xe7\xd6\x15\xda\x45\x06\x40\x0d\x0d\xc0\xee\x4a\x4f\x6f\ \x8a\xc7\x0d\x4a\x39\x70\xc4\x35\x6f\x6f\x3c\xb7\xa6\x54\x05\x80\ \xf4\xa2\x1c\x95\x04\xfa\x02\x1b\x77\xbc\xf9\xda\x76\x7d\x58\x6d\ \x66\x82\x61\xce\xe2\x9e\x40\xcc\x99\x57\xa4\x00\x18\x1c\x63\x30\ \x62\x90\x71\xde\x95\x37\x2d\x78\x67\xc1\xbd\x7f\x5e\x33\x76\xf6\ \x85\xa7\x4d\x1c\xc4\x29\xa5\x94\x32\xc6\x99\xa9\x03\x40\xc8\xd7\ \x63\xa6\x65\xe5\x65\x48\x00\x50\x56\x96\xb1\xaa\xb1\xa7\xb7\xb7\ \xdf\x95\x35\xd8\x45\x00\x34\x10\x10\xc2\x18\x5a\x3f\x7a\xf5\xb1\ \xc5\x4d\xd5\x43\xab\xa2\x1a\xe5\x71\x73\xd0\xe4\xd1\xd2\xca\xf7\ \x3e\xd9\x55\xd1\xae\x5b\xa7\x0d\xce\x67\xba\xf6\xf9\xcd\xc0\x64\ \x99\xea\xc1\xad\xba\x64\x5d\x04\x67\x84\xf1\x2f\x4d\xd0\xf9\xc6\ \xe9\xc7\x29\x6e\xfa\xc1\x83\x99\xba\x98\x39\xfc\xaa\xeb\x7f\x9a\ \x2d\x1c\x0c\x42\x33\x96\xdc\x38\x11\x33\x4a\x8a\xf3\x1b\x58\xde\ \xa9\x17\x9e\x2d\x1b\x09\xca\x15\xc1\x4c\xe4\x8c\x3c\xfd\xae\xe1\ \xc3\xee\xba\xe9\xd6\xd7\xf7\x0e\x2b\x2f\xce\xdd\x66\x2f\x3b\xfb\ \xe2\xe3\x20\x91\x40\x8a\x22\x76\xb7\x9a\x7a\x77\x73\xaf\xaf\x88\ \x58\x98\xe6\xdf\xd3\xe0\x29\x1f\x31\xc2\x25\x7d\x43\x9f\x8e\x71\ \xce\x38\x67\x94\x01\x66\x8c\x32\x53\x8b\x87\xc3\xa1\x90\xbf\xfb\ \xe3\x77\x9e\xee\xcd\x1a\x7c\x51\xb1\xfe\xe4\xcb\xbe\x99\xbf\xf8\ \xd5\xa9\x59\x7b\x1a\xea\x5f\x4e\x24\x4c\x9b\x8a\x7c\x6d\xad\x5d\ \xbe\x80\x13\x2c\xc5\x19\xce\xfd\x96\xfc\x13\x4e\x9b\x8c\xe2\x71\ \x2e\x4a\xb2\x54\x5a\x39\x7c\x1a\x70\x6a\x32\x53\x8b\x18\x8c\x31\ \x46\x4d\x6a\x0a\xd4\xa4\x8c\x32\x46\x0d\x4a\x29\x65\x26\x05\xa0\ \x66\xb2\x45\x06\xa5\x26\x35\x75\x9e\x9e\x95\x9d\xae\xb2\xdc\xba\ \x89\x33\x2b\x9d\x89\x84\x2e\x2a\xaa\x91\xd0\x65\x8b\xd0\xb1\x77\ \x7b\xb7\x34\xe8\x96\x4b\x2e\xf1\x7f\xe0\x9e\xbb\x43\x37\x4d\xca\ \x4c\x46\x4d\x13\x0c\x9d\x52\x8a\xa9\x50\x52\x9d\xfd\xce\xaa\x15\ \x3b\xa6\x57\x16\x84\x22\x71\xcd\x60\xa6\x49\x4d\x4e\xb9\x40\x29\ \x63\x86\x1e\x8b\x84\x43\xbe\x50\xd3\xe6\xa5\x0b\x77\x78\x66\xde\ \x38\xb2\xd4\xf0\x87\xd6\x6c\xfc\xa4\x79\x6a\x1d\xec\xdb\xd4\xec\ \xab\x1e\x97\x9e\x56\x32\x3a\x3f\xf1\xf7\x17\x16\x66\x5f\x77\xc7\ \x15\xde\xb7\x1f\x7f\xf1\xbd\xc8\x49\x97\xdc\xa6\x82\x41\x29\x63\ \xd4\x04\x66\x98\x94\x32\x46\x19\xe5\x7a\x22\xe2\xeb\x37\x4b\x6b\ \x72\x96\x6e\x59\xbd\xff\xd8\x41\x72\xf3\xaa\xa6\x18\x99\x50\x88\ \xb7\xce\xdb\x9b\x35\xfe\x86\x4b\xcf\x2d\x32\xda\xea\x63\x51\x34\ \x76\x50\xce\xa2\x0f\x56\x6e\xef\x1a\x5c\x1c\x0e\xc7\x35\x93\xc6\ \x23\x66\x7a\xfe\xe9\x57\xdc\x54\xfa\xc6\xdf\x9e\x59\xb0\x78\xe2\ \xd8\x9b\xb3\xb8\xce\x01\x8b\x24\xd2\xde\xd5\x19\xa8\x50\xc4\xb4\ \x41\x2e\xff\x9b\xeb\x37\x35\xa6\x0f\x46\xab\x3e\x69\xcf\x1e\x36\ \xb3\xa2\x02\xbf\xba\x6a\xe3\xfa\xfa\xc9\x63\xb2\x42\x31\x4d\xe7\ \x4c\x6b\xda\xba\x85\xe6\xce\xb8\xe4\x92\x53\x57\xc7\x9a\x57\xc5\ \x43\x62\xf6\xd8\x71\xa5\xef\xbf\xf5\xe4\x73\xf6\x8a\x69\x35\x99\ \x28\x9e\xd0\xd9\xe7\xd7\x41\x74\xf0\xef\xc0\xae\x1d\x16\x04\xce\ \xd8\xd7\xcc\xfc\x48\x71\xd3\x51\x62\x37\x11\x49\x55\xa5\x43\xe7\ \x06\x16\x65\x8b\x92\x64\x14\x69\xce\x65\xb7\x76\x3f\xf4\xf8\x6d\ \xd7\x2d\x27\x96\x9c\xb3\xae\xbc\x6d\x52\xe6\xbe\x7f\xfc\xfd\x45\ \x3f\x07\x33\x6b\xd2\x19\xa3\x47\xd6\x0d\xbb\xa1\xeb\x81\xa7\x6e\ \xba\xee\x6d\x62\x2b\xb9\xe8\xa7\x37\x4f\xac\x18\x3d\x7b\xea\x92\ \x17\xff\xfc\x8b\x55\x43\x66\x5e\x34\xcd\xf1\xd4\x23\x4b\x7f\xfa\ \xe8\x23\xa3\xd2\xbf\x21\x37\x71\x3e\x60\x39\x01\xa5\xaa\xd3\x19\ \x6e\x5f\xfd\xc0\x5f\xf7\x81\x49\xad\x79\xd5\xd7\x5f\x75\x5a\x79\ \x0e\x3f\x61\x42\xc9\xd2\xa7\xee\xfe\x44\xa6\x01\x94\x69\xc3\xbc\ \x78\xdc\xf4\xec\xad\x2f\xfd\xf5\x8f\x0d\xc7\xcc\x38\x73\xce\x45\ \x17\xf4\xcf\x7d\xe5\x8f\xbf\x5f\x26\x8a\x19\x27\x5f\x78\xe1\x98\ \xf2\x8c\x44\x42\x03\x00\x40\x32\xe2\x58\x91\x15\xc4\x98\x49\x29\ \x65\x20\xc9\x32\xe6\x0c\x09\x92\x4c\x04\xca\x80\x0b\xa2\x2c\x09\ \xd4\xa4\x1c\x13\x02\xcc\x52\x38\xea\x82\xd3\xf7\xbc\xfc\xec\x03\ \xab\x08\xc9\xa8\x1c\x73\xfe\xb9\x73\xb2\x89\x19\x8f\xe3\x8a\x63\ \x66\x0c\xab\x7f\xe3\xef\xbf\xfb\x2d\x8b\xf8\xb2\x47\xd6\x21\xca\ \x64\x55\xc2\xc0\x18\xe5\x44\x92\x80\xd2\xca\x63\xcf\x9b\xd1\xfe\ \xfc\xdc\xbf\xff\x89\xa0\x38\xb7\x57\x38\x45\x30\x29\xa3\x40\x39\ \x51\x6d\x52\xdf\x6b\x4f\x3d\xb4\x44\x64\x20\x3b\x8f\xbf\xf4\x96\ \x59\x95\x56\xc2\x66\x9e\x36\xc1\xf3\xd6\xc3\xf7\xbc\x0d\xa8\x70\ \xcc\x19\xb3\x87\x64\x98\x12\x1d\x51\x93\xbb\x39\x9e\x57\x9e\x5b\ \x92\x59\x9d\x2f\xb4\x85\x86\x0e\x2e\x62\x9a\x9b\xc8\xb2\x00\x0c\ \x4c\x86\x05\x49\x46\x14\x9c\xe5\x43\x72\xa5\x55\x1f\xac\xb9\xfe\ \xcc\x8b\xa7\x74\x3f\xfd\xcf\x7b\xee\xe6\x5c\x18\x3f\xe7\xbc\x11\ \xf9\x19\xf6\x13\x26\xbd\xf8\xee\xb3\xbf\xdd\xa1\xfa\x7d\x6c\xba\ \x45\x2c\x1f\x75\xfa\x09\x5d\xcf\x3f\x73\xdf\x9f\x15\x41\x8f\x39\ \x06\x65\xcb\xd1\x0f\xdf\x9e\xbb\xae\x21\x04\x94\x4d\x9a\x3e\xc5\ \xce\x34\xcd\xa4\x84\xb8\xc6\xcf\x18\x3b\x77\xfe\xbf\xff\xb8\xae\ \xec\x9c\x4b\x2f\xbc\xfc\xdc\x71\x2f\xbe\xf5\xe8\x06\x0e\xb6\x92\ \x49\x97\xce\xa8\xcd\x52\x4a\xce\x9d\xd8\xbb\xf0\xa9\x7b\xdf\x25\ \x10\x22\xae\x4c\x8b\x52\x39\xe3\xc4\x8f\x5e\x78\xff\xf7\x77\x6e\ \x8e\xf9\x7c\xe5\x27\x38\x4d\xae\x8e\x9f\x36\x66\xc1\xbb\x8f\x55\ \x9d\x71\xb3\x85\x1a\x89\xc3\x2b\x8d\x92\xdb\x8b\x94\xd2\x44\x22\ \x41\x44\x31\xd9\x35\x5b\x91\x65\x46\x19\xe3\x8c\x7d\x07\x09\x66\ \xe8\xd2\x8b\x2f\x4c\xf2\x9f\x28\x8a\x37\xdf\x72\xab\xaa\xaa\x8c\ \xa5\xaa\x9f\xbe\x13\x24\xf7\x38\x7e\x76\xe3\xf5\xd9\xd9\x39\xc9\ \x20\xe2\x41\xa3\xd7\xe9\x74\xfc\xe4\xf2\xcb\xb2\xb2\x73\x0f\x2d\ \x15\x14\x04\x41\xd3\xf4\x9e\xee\x8e\x9a\xda\xa1\xa2\x24\x25\xbb\ \xb5\xf4\x79\xdd\x55\xd5\x75\x87\x6f\x95\x9b\x86\xc9\xc5\xa4\x5e\ \x41\xd2\x60\xa1\xa6\xc9\x40\x12\xc9\x81\x03\x8c\x48\x38\x4a\x81\ \x58\x6d\x56\x11\xd3\x68\x38\xa2\x51\xb0\xd8\xec\x8a\x28\x00\x00\ \xa3\x5a\x24\x1c\x63\x58\xb2\xd9\x2c\x04\x23\xe0\x34\x1a\x0e\x53\ \x2c\x59\x2d\x32\x35\x29\x91\xa4\x6f\x1c\x70\xda\xb5\x63\x5b\x56\ \x76\xb6\xc3\xe1\x34\x4c\x83\x51\x53\x8b\xc7\x35\xdd\x44\x44\xb2\ \xd9\x1d\x12\xa6\xba\xc1\x89\x40\xc3\xa1\xb0\x46\xb1\xa2\xaa\x8a\ \x28\x60\x81\x50\x2d\x1a\x8e\x69\xa2\x62\xb1\x5a\x55\xd0\x62\xa1\ \x68\x8c\x21\xd1\x62\x51\x09\x3e\x94\x1f\x99\x61\x52\x41\x10\x93\ \x5b\xf6\x86\x69\x0a\x82\x08\xcc\xa0\x1c\x8b\x22\xe1\xa6\x6e\x72\ \x2c\x8a\x42\x72\x10\x44\x51\x92\x08\x8a\x47\x42\x31\x8d\x0a\xb2\ \x6a\x91\xa5\x64\x7b\x08\x2c\x08\xdc\x88\x05\x23\x09\xc0\x92\xc5\ \xa2\x10\x0c\xa6\x61\x62\x22\x0a\x88\x1b\xa6\x01\x98\x88\xa2\x44\ \xc0\x0c\x85\x42\x3a\x13\x2c\x16\xcb\x41\x95\x07\x00\x6e\x18\x5a\ \x22\xa1\x73\x10\x14\xab\xcd\xa6\x10\x43\x37\x38\xc2\xa2\xc0\xc3\ \xc1\x90\x0e\xa2\xd3\x69\x47\xcc\x64\x8c\x03\x30\x93\x02\x11\x04\ \x04\xd4\x60\x40\x04\x01\x38\x33\x4d\x33\x99\x0b\x60\x52\x83\x03\ \x26\xa2\x88\xa8\x1e\xd7\xa8\x62\xb5\x12\x6e\x04\x83\x61\x10\x55\ \x87\x5d\x65\x26\x45\x02\xd6\x22\xa1\xa8\x66\x4a\xb2\xaa\x2a\x12\ \xc6\x84\x20\x33\x1c\x0a\x69\x0c\xab\x16\x8b\x2c\x20\x4d\x8b\xc5\ \x13\xa6\x20\xa9\x76\xbb\x05\x4c\x33\x59\x4d\x26\x08\x28\x1e\x09\ \x27\x4c\x50\xad\x56\x8b\x4c\xe2\xe1\xfe\xa8\x81\xec\x4e\xa7\x84\ \xa8\xc9\x90\x48\x50\x34\x14\x8c\xeb\x5c\xb1\x58\x64\x51\xc0\x44\ \x30\xe3\xd1\x70\x4c\x13\x24\x59\x95\x25\x81\x60\xdf\xee\x15\xcf\ \x2c\x6e\x3e\xff\x86\x6b\xca\xac\x9f\xaa\xa8\x1e\xea\xd0\xf5\x07\ \xfa\x5f\x79\xf5\xd5\x5e\xb7\x5b\x92\xe5\xb3\xcf\x3a\xa3\xae\xb6\ \x8e\x31\xa6\x28\xca\xb6\xad\x9b\x47\x8e\x1e\x9b\x2c\xbc\x67\x8c\ \x45\x23\xe1\x94\xdd\x94\x02\x20\x4c\xa4\xc3\xb7\xf9\xb1\x40\x24\ \xe1\xd0\x03\x44\xbb\xd3\x75\xf0\x8a\x5b\x1d\x2e\xeb\x61\x07\xcb\ \x0e\x97\x7c\xc8\xd1\x82\xd5\x31\x70\xb0\x20\xfd\x57\x4a\x95\x03\ \x81\x21\xce\x38\xe3\x1c\xb0\x6c\xb1\x29\x16\xce\x39\xe7\x54\x4b\ \x98\x1c\x01\x32\x28\x52\x6d\x0e\x15\x92\xfa\xf0\x9c\x9a\x06\x10\ \xd9\xe1\x94\x81\x03\xd5\x75\xc0\xa2\xcd\xe1\x04\x00\xce\x3e\x93\ \x73\x8c\x44\x51\x84\x03\xcf\x89\xa2\xc8\x19\x07\x41\x14\x81\x73\ \xc6\x0e\x3c\xe0\x08\x0b\x12\x06\xce\xa8\x6e\x20\xa2\x58\x1d\xca\ \x01\x15\xfa\xe4\x7a\x60\x9a\x48\x90\x1d\x4e\x19\x0e\x7c\x3a\x91\ \x44\xce\x38\xe3\x40\x88\x94\x24\x7c\x1d\xe0\xd0\xd3\xfb\x74\x8d\ \x91\x14\x51\x52\x92\x96\xa1\xa6\xe9\xc9\xb0\xbf\xce\x40\xb1\xd9\ \x15\x00\x76\x40\xe2\x01\x10\x22\xc2\xc0\xa9\x10\x21\x99\x01\x04\ \x84\x88\xc9\x2f\x84\x05\x11\x01\xe7\x94\x72\x44\x14\x85\x70\xd3\ \x30\x00\xac\x0e\x07\x00\x98\xba\x91\x1c\x3e\x51\xb5\xba\xd4\x01\ \xf7\x98\x51\x43\x47\x48\xb1\x39\x94\x81\xec\x0c\x90\x64\xeb\xc0\ \x59\x98\xc6\x81\xb3\xe3\xa6\x09\x92\xc5\x2a\x01\x70\xc6\x75\xdd\ \x20\xaa\xcd\xa9\x02\x1c\xd8\xea\xd7\x75\x90\x2c\x36\xc9\x92\x5c\ \xb1\x38\x35\x4c\x2c\x29\x4e\x49\x41\x82\xc8\xfb\xdb\xe7\xbf\xf6\ \xe2\xd6\x3e\x75\xc6\xe9\xe7\x97\x3a\x90\xa9\x7f\x41\xde\xb9\x49\ \xcd\xf4\xf4\xb4\xb3\xce\x3e\xf3\xed\xb7\xe7\x8d\x1f\x3f\xbe\xb6\ \xa6\xd6\x30\x0d\x00\xc4\x06\x6a\xc5\x52\xf9\x4d\x29\xfc\x40\xa0\ \xa8\x96\x40\x20\xe0\x72\xa5\x51\xcc\x10\xe7\x07\x8a\xe8\x10\x46\ \x18\xa1\xc3\xe7\xf1\x40\x04\xe3\x8b\x7f\x44\x18\x7d\xe1\x16\xc0\ \xc1\x43\x0e\x1c\x70\xf0\x99\x43\x7e\x85\xbe\xfc\x53\x3e\xf7\xfc\ \x21\x1f\x84\xbe\xd6\x0b\x0f\x5f\x2a\xd0\xe7\x5d\xa1\x2f\x79\xf3\ \x43\xcf\xf3\x2b\xbf\x2f\x46\xe8\x4b\xbe\xfb\x17\xfc\xf8\xf9\x37\ \xf9\x8f\x07\x50\x13\xd9\x72\x4e\xb8\xe0\xba\xe3\x89\xc5\x61\x95\ \xa8\x49\x11\xfe\xec\x49\x0c\x74\xd7\x60\x2c\x2f\x37\xef\xea\xab\ \xaf\x12\x45\x91\x31\x86\x00\x11\x51\x0c\x06\x83\x00\xe8\x60\xc9\ \xfd\x7f\x44\xb2\xd7\x48\x8a\x9b\xbe\x05\x60\x04\xf2\xd7\x1f\x27\ \x04\xa0\x99\x60\x72\x38\x6a\x1b\x5f\x96\x95\x0d\xda\xbc\x69\x43\ \x4b\x73\x63\x46\x46\x16\x1c\x2c\xf4\x3d\xd8\x71\x06\x20\x95\x48\ \xf7\xbd\x82\x20\xc9\xc0\x69\x34\x1a\xfb\xb2\x09\x8d\x00\x80\x83\ \xa6\x6b\x18\x21\xd3\x30\x93\x84\x15\xec\xef\x6f\x6f\x6b\xa9\xa8\ \xaa\x46\x47\xd8\x23\x05\xc0\xd0\x34\x44\x44\xfc\x9f\x6e\x8c\x23\ \xbe\xe7\xb0\x00\x5f\xb8\x74\x30\xfa\xe3\x9e\x62\x18\x41\x58\x43\ \x6b\xdb\xb0\xf0\x35\x39\x86\x32\xa8\xc9\x61\xe9\x16\x7e\xd4\x36\ \x2f\x12\x25\x69\xd4\x31\x63\x9b\x1a\xf6\xb7\xb4\x34\x21\x84\x0e\ \xed\x6c\x73\xc8\x44\x4d\xe1\x87\x02\x7e\xe0\x92\x1d\xd2\xa4\x88\ \x03\x11\x49\x4d\xdd\xb0\x8c\xcc\xcc\x23\xa2\x3f\x51\xec\x6f\x58\ \xf7\xda\xaa\xee\xd3\x2f\x3a\x2b\x47\x32\x29\xfb\xaf\xeb\xe9\x38\ \x16\x68\x24\xc8\x22\xfd\x87\x4f\x26\x8e\x04\x91\x64\xe4\x8a\x92\ \x6c\x1a\xfa\x8f\x95\xa1\x44\x0c\xbe\x18\x3c\xbd\x91\x7c\x5d\xd3\ \x29\x6e\xc0\xcf\xa7\x1a\x39\x36\x7e\x34\x37\x56\x93\x24\xb9\xa6\ \x6e\x68\xea\xb6\x4e\x61\x80\x6e\x30\xf4\xb4\xee\xf2\xd2\xfc\x34\ \xbb\x82\xf4\xe8\xa7\x8e\xe3\x17\x75\x45\x38\x82\x1b\x4e\x20\xa6\ \xbb\x8d\x2c\xf9\xb7\x13\x0c\xc0\xe4\xd3\xd5\x8e\x03\x4d\xc4\x22\ \x75\xc7\xee\x35\xe5\xd2\xa1\xa3\xad\x69\x19\xec\xc7\xd8\xe3\x91\ \x03\x60\x04\x16\xf1\x53\xb7\x8e\x33\xae\x73\x10\x11\xe8\x14\x92\ \x63\x2b\x12\xc4\x19\x37\xd8\x80\x84\xa6\x28\x40\xd2\x48\x10\x52\ \x66\x41\x0a\x29\x1c\x76\x37\x21\x45\xb5\x84\xba\xdb\xda\x7b\x7d\ \x45\x16\xa0\x87\x24\xfa\x7e\x5e\x79\xfc\x08\xb8\x89\x48\xda\xde\ \xcd\x39\x02\xcb\xcc\x2b\xe6\x8c\x72\x8c\x80\x03\x70\x86\x11\xe2\ \xf9\x95\xaf\xcc\x5b\x18\x70\x16\x54\x8d\x9d\x72\x94\xc4\x0e\x18\ \xe5\x19\x45\xce\x19\x4e\x6d\x79\x50\xfe\xe9\x18\x0b\x37\x59\x47\ \x67\x64\xde\xd6\xa8\xe9\x50\xce\x1b\xe3\xac\xb0\x61\x4f\x6f\xe4\ \x95\x4d\xe1\x08\x4b\xd1\x52\x0a\x29\x7c\x16\x86\xc9\x4a\x86\x4d\ \x1b\xbe\xf6\xc9\x27\xfe\xfa\x67\x87\x4d\x4a\xba\x89\x4c\x4f\xa4\ \x1f\x33\xe7\x9a\xd3\xa7\xaa\xa0\x1f\xea\xe4\x1d\x91\xa3\xa2\x33\ \x86\x11\x02\x23\xc1\x12\x31\x3d\x16\x01\x8c\x09\x67\xa8\xa4\x7a\ \xe1\x27\x3b\xda\x23\xc6\xf1\xd7\x5c\x29\x59\xac\xd4\x30\x8e\x0e\ \xe6\xe7\x92\x45\x2c\x4b\x33\x5d\x20\xea\xbd\xa1\x7b\x37\x68\x57\ \xcc\xce\x9a\x15\xa5\xa4\x24\x4d\xe9\xed\x7f\x60\xb5\x6e\x57\x91\ \xf6\x25\x3b\x4b\x29\xa4\x70\xb4\xdb\x4d\xd4\x44\xd6\xfc\x4b\x7e\ \x71\xd7\xec\xde\xde\x50\xdc\x48\xf6\x66\xa1\x94\x4a\xce\x6c\x91\ \x9b\xfc\x6b\xdb\x4d\x00\x94\x03\x23\x62\x93\x92\x2f\xcb\x5a\xae\ \xd9\x64\x44\xc3\xb8\x7c\xd8\xa2\x7d\xee\x1d\xbb\xeb\xc7\xd7\x56\ \xaa\x69\x19\xff\x55\xdf\xde\x1f\xdc\xf8\x32\xae\x53\x30\x19\x27\ \x2a\xa9\xc8\x05\x3b\xe6\x21\x59\x2a\x96\x8c\x97\x77\xc6\x42\x08\ \x63\x01\x23\x94\xea\xc7\x7b\xc8\x52\x69\x18\xc6\x51\xb2\x6e\x1d\ \x95\xc0\x18\xcb\x92\x84\xbe\x4e\x17\x14\x46\xa9\x16\x8b\xf8\x02\ \x89\xcc\xc2\xb2\xaa\x82\x4c\xc4\x4c\xca\xd8\xe7\x05\x34\x8f\x84\ \x9b\xb8\xc9\x98\x21\x48\x1f\x6d\xdd\xe9\xf6\x78\x2e\x3b\x6e\x62\ \x4e\x3e\x5e\xbc\xaf\x67\xed\x27\x5b\x2e\x3d\x73\x4e\xdc\xd3\xa5\ \x6b\x1a\x51\xd5\xa3\x85\x95\x4c\x6e\x72\xc0\x98\x53\x0e\x79\x79\ \xd6\x13\xb9\x56\xbf\xd3\xbf\x31\x40\x6e\xaa\x50\x24\x60\x11\x2a\ \x5d\x77\x6c\xda\x86\x35\x7d\xdb\x43\x29\x72\x02\x00\xf0\xf5\x79\ \x23\xe1\xb0\x40\x84\x2f\x20\xeb\x94\x69\xf9\x03\x9b\xfd\x07\xae\ \xda\xe1\x1b\xad\xcc\xa4\x48\x10\xf2\xf2\xf2\x89\x28\xfe\xc7\xf7\ \x40\x98\x60\xc3\xb7\x78\xee\x13\x4b\x1b\x12\xb9\x19\xaa\xd7\x1d\ \xa8\x99\x7d\xe9\x4f\x66\x8f\xc4\xec\x0b\x8c\x9b\xff\xcc\x4d\x88\ \x83\xc1\x38\x4a\x44\x46\x0d\x2e\x7f\x65\xef\xde\xd7\x57\x6d\xcc\ \xcf\xcf\xdb\xb8\x79\xeb\x49\x33\xa7\xd7\xa0\xd0\x2a\x6f\xaf\xf3\ \xe8\x98\x65\x8c\x71\x57\xa6\x52\xa4\xa0\x41\x65\x52\xa8\x27\x22\ \x8a\xa8\xb5\x21\x2d\xb9\x6f\xec\x00\x00\x20\x00\x49\x44\x41\x54\ \x70\xef\xca\xa8\xaa\x60\x41\xa4\xf5\x11\xe7\x99\x13\x5c\x62\x1b\ \xcf\xb5\xa1\xcf\x2a\x31\x1c\xad\x08\x87\x43\xe1\x70\xb0\xb0\xa8\ \x34\x59\xca\x90\xc2\x8f\x15\x1e\x77\xaf\xc7\xdd\x93\x5f\x58\xfc\ \x1f\x8f\x24\x22\x6e\xdb\xbc\x6a\x83\x2f\xfb\x96\xbb\xae\x2c\x77\ \x89\xfd\x8d\xab\x1e\x9a\xbb\x78\xd7\x88\xaa\x51\xb9\xb2\xf1\xb9\ \xfd\xec\x23\xb2\x9b\x0c\x8e\x34\x6f\xd7\xd0\xf4\xf4\xc4\xec\xe3\ \xe6\x2d\x5d\xde\xd4\xda\x36\x6d\xf2\xe4\x71\x19\x62\xa2\x6d\xa7\ \x81\xe4\x64\x83\x9e\xa3\x21\x91\x0e\x0b\x78\x58\x95\x55\x0c\x47\ \xe7\xed\xd3\x58\x26\xd9\x28\x51\xa7\x55\x10\x30\x30\x46\x17\x7d\ \xd4\x37\x7d\xb8\x63\x76\x1d\x6e\x68\x8c\xb6\xc7\xb8\x90\x54\x76\ \x39\xba\x11\xf0\xfb\x5c\xae\x74\x42\x08\x3f\xa8\x0b\x98\xd2\xd1\ \xfc\xa1\x1b\x4f\x07\x9a\xf0\x0e\xb4\x49\x01\xc0\x08\x65\x65\xe7\ \x34\x35\xec\x63\x94\x26\xe5\xbe\xbf\xca\xd0\x01\x1e\x8f\x46\x04\ \x57\x5e\x71\x9e\x53\xe1\x90\x5b\x5c\xe2\xc4\xcb\xa3\x9a\x01\x48\ \xf9\x26\x76\x13\x00\x50\x0e\x09\x83\xd2\x9e\xa6\xb1\x79\x83\x9c\ \xa7\xce\xee\x0b\x45\x46\xe7\xa7\x91\xc6\x8d\x1a\xe5\x09\x9d\x1e\ \x25\x93\x0d\x63\xe4\xef\x8d\xfd\xbb\x23\x02\x08\xab\x12\x42\x3d\ \xd1\x95\x1c\x54\x82\x38\x00\xc6\x08\x74\x63\xc9\x9a\xbe\x05\x9c\ \x0b\x18\xab\x52\x2a\x16\x9e\xb4\x34\x99\x20\x10\x00\xe0\xc0\x69\ \x3c\xa6\x71\x62\x51\x44\x38\x28\xd1\x91\x22\xa9\x1f\x16\x0e\x4f\ \xbd\xfe\xb4\x52\x9d\x31\x41\x10\xf8\x91\x85\x58\x4d\x0a\x65\x43\ \xc6\x65\x7c\xf8\xd4\x3d\xf7\xb8\x6b\x0b\xed\xed\xf5\x5b\x82\xf9\ \x93\xeb\xf2\x9d\xec\x9b\xf9\x74\x40\xcd\xb4\x41\xb5\xfb\x77\xac\ \xea\xeb\xf2\xa3\x9e\xad\xa2\x23\x4d\x11\xe5\xed\xad\xdb\xb9\xa1\ \x45\x4d\xc0\x23\x8f\x97\x65\xe9\xc7\x3d\xcf\x38\x07\x63\x20\x95\ \x09\xc9\xc9\xda\x7d\x06\x00\x48\x40\xa0\x7f\x9a\xd1\x85\x04\x82\ \x92\x51\x37\x4a\x81\x02\x18\xdf\x9b\x84\xf9\x44\xa4\x5f\xe3\x8a\ \xd3\xae\x7c\xdd\x17\x1a\x81\x86\xc5\x1f\x35\x8f\x99\x75\x42\x81\ \xf5\x9b\x8d\x5b\x52\x67\x05\x30\xc2\x3b\xde\x7f\x69\x55\x6c\xf8\ \xcf\x2e\x1c\xc7\x28\x4d\xb1\xd2\x0f\xf5\x36\x38\x40\x40\x18\xe3\ \xa4\xce\x0a\xe3\x3c\xc9\x58\x47\x98\xdb\xc8\x4c\x43\xca\xae\xbd\ \xf6\x67\x37\x2d\x5b\xf1\x71\x77\x28\x5e\x3a\xe1\xac\x59\x33\x26\ \x65\xca\xd4\xa0\x82\x00\x9f\x8d\x86\xff\x67\x6e\xe2\xd4\xcc\x28\ \xaf\x46\xe7\xdd\x16\x0a\x78\x11\xc2\x70\x40\x65\x8c\x03\x12\x89\ \x58\x58\x52\x2e\x11\xe1\x47\x6c\xa8\x1b\x0c\x72\xed\xfc\x77\x33\ \x75\xf4\x35\x4d\x21\xc6\x21\xc3\xc2\xb5\xef\x3e\x1d\x35\xbc\x7b\ \xf9\xbd\x0f\x3d\x17\x72\xe4\x2a\x90\xd0\xac\x75\x37\xdc\x70\xd5\ \xe0\x9c\x43\x4d\x6b\xbe\xfa\x99\x87\x9a\x8b\xcf\xfb\xe9\xe9\x35\ \x5f\x7b\x36\x1a\x91\xee\xae\xde\xc4\x37\xfd\x0a\xec\x10\x91\x9f\ \xb0\xcf\xeb\xd5\xe3\x00\x00\x1c\xf0\x80\xa2\x09\x33\x0d\x26\x10\ \x02\xc0\xa8\x49\x91\x20\x0a\x88\x9a\x26\x45\x44\x14\x80\x53\x93\ \x21\x32\xd0\x19\x85\x99\x26\xe3\x20\x10\x32\x20\x8b\x42\x0d\x06\ \x42\x52\xa1\x85\x33\xca\x18\x12\x08\x3e\x30\xf3\x4d\xc0\xe4\x80\ \x78\x0b\xa7\xa6\x01\x58\x38\xa0\x35\x92\x54\x2b\x49\xe1\xbf\x8f\ \x6c\x08\x1e\xb7\x3b\x3d\x23\x43\xc0\xf8\xa0\xa8\xf7\x11\xf6\x21\ \x10\x44\x31\xd8\xbe\xf5\x95\x97\x16\x85\x65\xbb\x84\x21\xbc\x73\ \xf5\x63\x1b\x57\x60\x01\xe9\x26\x1e\x39\xfb\xa2\xd3\xc6\xe4\x1b\ \x87\x88\xbb\x1c\x91\x4f\x87\x01\x65\x97\x94\x67\x97\x55\x7e\xc1\ \xf4\x35\x4d\xce\x7f\xcc\x45\x19\x9c\x83\x44\xa0\x38\xed\x9b\x90\ \xaf\xc9\xfe\x17\x26\x82\xde\xdf\xdb\x13\xcd\xff\xf9\x3d\x77\x16\ \x49\xba\x09\xb2\x15\x7a\xe6\xbf\xb2\xbe\xee\x84\x33\x2a\xd2\x03\ \xef\xbd\xb3\xba\xe2\xd8\x39\x28\xda\xbd\x72\xf1\x73\xba\xbb\x66\ \xcc\xf4\x33\xc6\x0f\x26\x6b\x17\xbc\xb9\xb1\x35\x3c\x68\xec\xf1\ \x27\x8d\xaf\x14\x34\xf7\xca\x25\xcb\xf7\xb4\x79\xb9\x9a\x33\x6d\ \xce\x49\x43\xf2\x1c\x9a\x67\xff\xa2\x77\x3f\x68\x8f\xc8\x63\x66\ \x9d\x3d\xb9\x34\x7b\x50\x79\x89\x55\x01\x00\xbd\x7e\xcd\x92\x95\ \x1b\x5b\xd3\x2a\x8f\x99\x73\xd2\x44\x07\xe2\xdd\x7b\xd6\x2c\x5b\ \xbd\x33\x10\xa7\x05\xb5\x13\x4f\x3d\x6e\x14\xf4\xed\x7d\xeb\xfd\ \x7d\x93\x4f\x3d\xa5\xc8\xfe\xe9\x5e\xf2\xa1\xbd\x4d\x90\x20\x08\ \xc9\x9a\x3a\xa3\x7f\xcd\x7b\x4b\x76\x75\xc7\x4b\x47\x4e\x3f\x61\ \x6c\xc5\x9e\xd5\x4b\x7b\xe4\xea\x99\x63\x8b\x3b\x77\xaf\xd9\x1d\ \xc9\x98\x31\xae\x3a\xb8\x7f\xcd\xfa\x0e\xf1\xb8\x99\x63\x7b\xb6\ \x7c\xb0\x6c\x63\x93\x9c\x5b\x3b\xfb\xb8\x49\x99\x16\x63\xdf\x27\ \xab\x36\x6c\xdf\xaf\xa9\xb9\x33\x4f\x3b\xa3\x84\xb6\x2c\x7e\xef\ \xc3\xb6\x20\x1a\x31\xf5\xf8\x11\xf9\xe6\x07\x0b\x96\x76\xc7\xd1\ \xa0\x51\xd3\x8e\x1d\x5d\x41\x62\xbd\x2b\x97\x2f\xaf\xef\x8a\x95\ \x0d\x9b\x74\xdc\xe4\x5a\x21\xea\x59\xb5\xf4\xfd\x7a\x8f\x5e\x35\ \x76\xe6\xf4\x11\x25\xdc\x34\x53\x36\xdb\x7f\x03\x22\x08\x3b\x77\ \xec\x78\xf1\xa5\x97\x26\x4f\x9e\x7c\xd2\xec\xd9\x08\xe3\x01\xa1\ \xed\x2f\xd7\x59\x39\x8c\x9b\x30\x78\x5a\x76\xb6\x26\xac\xb3\x8f\ \x9d\xa0\x70\xc6\x02\xcd\xf3\x96\x6c\x1f\x3d\xfb\xc4\x62\x07\x71\ \x65\x5b\x3e\x63\x37\x1d\x61\x56\x02\x67\xd4\x64\x86\xfe\xf9\x3f\ \x3f\x6e\x62\x3a\xd4\xa7\xfb\x06\x7f\xfe\x37\xd6\x24\x12\x08\xc1\ \x5a\x4f\x47\x5b\x4b\x4b\xbb\x2f\x1c\x97\x5d\x99\x66\xc7\xaa\x27\ \x9e\x5f\xf4\xf1\x9b\x2f\x2e\xd8\xe0\xce\x74\x8a\x0c\x89\x19\xb9\ \xa5\xb5\xb5\x83\x0b\xd2\x61\xe5\x33\xf7\xcf\xab\xa7\xa3\x86\x15\ \x7c\xfc\xec\x3f\xde\xd8\x16\x84\xbe\x4d\xcf\xbe\xb6\x18\x17\x54\ \xa8\x7d\x9f\xfc\xe5\x9e\xe7\xfd\x7a\xf0\xc5\x27\xee\x5f\x1b\x48\ \x1b\x5e\x5d\x28\x13\xc1\xec\x6f\x78\xe1\x95\x77\xdc\x14\x9a\x97\ \xfe\xfb\xbe\x67\x57\x3b\x0a\x0b\x9a\x3f\x78\xe6\x6f\x4f\x7d\x00\ \x00\xeb\x16\x3e\xbd\xb2\x55\x2f\x2f\x75\xae\x78\xee\xe1\xb9\xcb\ \x3a\x80\xfa\x36\x6d\xd8\x1e\x88\xb3\xc3\xc7\xed\xe0\x5c\x4b\xee\ \x5c\x22\x00\x7d\xc9\xdc\x87\xde\xda\xdc\x97\x9b\x63\x59\xf5\xf2\ \xc3\x2f\xad\x6d\x37\x7b\x36\x2f\x5c\xf2\x11\x03\xa8\x5f\x31\xf7\ \xb1\x57\xd6\x1a\x00\xf5\x2b\xdf\x5b\xbb\x37\xec\xde\x36\xef\xa9\ \x79\x5b\x0a\x6b\x6b\x13\xf5\x8b\xfe\xf5\xd6\x7a\x80\xc8\xc2\x37\ \xde\xdc\x13\xb7\x17\xe7\x66\x4a\xf1\xe6\x67\x1e\x7e\x74\x6d\x17\ \xcd\xcd\x4e\x13\x81\x31\x44\x32\x8b\x2a\x6a\x4b\xd4\xe5\xcf\x3d\ \xb9\xa1\xd3\xbf\x6e\xfe\x0b\xf3\x36\x07\xab\x6b\x06\xd9\x88\x80\ \x59\x78\xd1\xb3\xff\xfc\xd8\xad\x0e\xad\x74\x2e\x7f\xe1\x9f\x1f\ \xec\xf5\x13\x01\xf1\x14\xbe\x29\x30\xc6\x6e\x8f\xe7\xc3\x55\xab\ \x5c\x2e\xd7\xae\x5d\xbb\x76\xd5\xd7\x1f\x4c\x6b\x62\x47\xec\x3a\ \x51\xc3\x70\x15\xd6\xce\x98\x3e\xed\xd8\x63\x8f\x9d\x79\xf2\xcc\ \xca\x1c\x6b\xd9\xd0\x71\x33\x67\x4c\xaf\x2b\x76\xb2\xc3\xb7\xea\ \x52\x9b\xbb\x3f\xfc\x18\x25\x26\x46\x7f\xf3\xd2\x45\xef\x58\x4c\ \xbd\x70\xd4\x8c\xc2\xa2\x69\x67\xdd\xf2\xcb\xb6\x1b\xae\xbd\x6b\ \x43\xd5\xfd\x0f\xdd\x9f\x06\x90\x30\xc5\xd2\xda\x89\x33\xa7\x0c\ \x83\xe8\xce\xfb\x96\x6d\xe3\x35\x99\xed\x1d\x34\x16\xee\x5e\xbd\ \xae\xe9\x9c\x39\xcc\x9a\x3d\xe8\x84\xb3\x4e\x2e\x0b\x16\x37\xdc\ \xfa\xf0\x5e\xcf\xd9\x0e\x8b\x18\x0e\x04\xd2\x2a\x4e\x1a\x59\x6a\ \xd7\xbb\xb1\xcd\x66\x13\xe2\xc1\x0f\xde\x59\x37\xe1\xa2\x3f\x5f\ \x32\xbd\x34\x36\xda\x72\xed\x1f\x97\xee\x3d\x6f\x0a\xc6\xd2\x90\ \x29\xb3\xe6\x9c\x58\x97\xeb\xdf\xfd\xe2\xc6\xb5\xc2\xac\xf3\xfe\ \xf1\xc8\xa4\xcf\xf9\x74\xc9\x80\x13\x13\x10\x67\x9c\x01\x16\x74\ \xdf\xd6\xa5\x7b\xe2\xa7\xff\xf2\xfa\xe9\xc5\xe2\x10\xc9\xf3\xf8\ \x92\xa5\xd3\x7e\x32\x9e\x6c\x5e\x53\xdf\xeb\xf5\xfa\xa9\xac\x79\ \xbb\x7d\x1d\x7b\x7a\xcd\xe1\xa7\x96\x6f\x59\xf2\x48\x6f\x38\xbd\ \xaf\xbb\x2b\x9e\x48\xec\x5d\xbf\xa5\xef\xec\x12\x46\xac\x23\x67\ \x9d\x76\x42\xad\xbd\x67\xf5\x73\xbb\xfa\x73\x7e\xf1\x9b\xab\x8a\ \x24\x4a\x29\xd7\xc2\x3d\x46\xac\xaf\xcb\x17\x36\xf4\xbe\xfd\x3d\ \x81\x91\x16\x59\x8b\x06\xb8\xa3\x64\xdc\xa8\x0a\xda\xfb\xf1\xd2\ \x8d\x4d\x99\xa3\x4a\xba\x7a\x69\xac\xbf\x73\xc3\xd6\xf6\xd9\x35\ \x43\x19\x4b\x79\x76\xdf\xd8\x49\xa7\x2e\x97\xf3\xba\xeb\xae\x4d\ \xee\xbd\x1a\x86\x61\x18\x3a\x42\x88\x03\x3e\xc2\x66\xb9\x94\xa1\ \xc2\x8a\x9a\xf8\xbb\x6f\x3c\xfd\x86\x65\x6c\x99\xa3\x73\xdb\xf2\ \x3d\x71\xd7\x2c\x9b\x18\x8f\xc7\x4d\xfa\x0d\x6a\x7d\x53\xf8\x9e\ \xcf\x18\xaa\xab\x79\x13\x7e\x79\xe7\xaf\xb3\x84\x4f\xa7\x00\x15\ \x2c\xa0\x1b\xc1\x88\x06\x39\x24\xd9\xb8\x1b\x00\x40\x8f\x69\x44\ \xad\x19\x32\xac\x3a\x0f\x57\xd4\x8c\xce\x2e\x19\x6a\x86\xda\x80\ \x03\xa5\x00\x8a\x28\xab\x3c\xac\xdb\xcf\xf9\xe5\xdf\x8a\x16\xbf\ \xf9\xc2\xdf\x6f\x7b\x7f\xea\xb5\x37\xcf\x92\x30\x00\xa7\xa6\x66\ \x08\x39\x56\x15\x00\x88\xcd\x25\x71\xae\xeb\x14\x61\xcc\x4c\x06\ \x00\x8a\x53\x85\x1e\x93\x01\x08\x5f\x60\x6f\x32\xce\x18\xa3\x0c\ \x61\x4e\x19\x20\x84\x98\x16\xa3\x82\xa4\x2a\x18\x00\x14\xab\xca\ \xf5\x90\x94\x5d\x57\x25\xbd\xff\xf1\xd2\xf7\x8c\xac\xa9\xa7\xe4\ \xf4\xaf\x58\xb4\xac\xc7\xc8\x98\x31\xc8\xfe\x71\x94\x65\xe4\x0f\ \xaa\x28\x29\xd2\x0b\x4b\xa6\xb8\x0a\x6c\x54\xe7\xc0\xcd\x44\x1c\ \xc0\x16\x0b\xc7\x31\xb1\x2a\x18\x4c\xcd\xc4\x82\xf6\xc1\xdc\x27\ \xd6\xc4\x2b\x4e\x9d\x56\xda\xbc\x7d\x8b\x16\x35\x47\x9d\x76\xd5\ \xcf\xb2\x97\x2d\x9c\xf7\xcf\x15\xab\x27\x5c\x33\x27\x0d\x64\x7b\ \x69\x45\x45\x89\x83\x15\xfd\x74\x58\x66\x5e\x61\x3c\xae\x7d\x17\ \x5d\xf7\x8f\x9e\x75\x10\x21\x60\x8c\x25\x13\xfd\x93\x69\x98\x18\ \x63\xce\x80\x1d\x99\xff\x44\x0d\xc3\x56\x7c\xcc\x95\x17\x06\x5e\ \x5d\xf8\xde\x4b\x6b\xb9\xe8\x28\x3a\xff\x27\xe7\x0d\x72\x62\xd3\ \xfc\x66\xfb\x74\x29\x7c\xef\xc9\x29\x1a\xec\x6d\x68\x6c\x8f\x49\ \xa6\xc1\x48\x41\xa1\xeb\x83\x27\x1e\x89\x4d\xb8\xe9\x91\xdc\x1d\ \xf7\x3f\xf2\x78\xcd\xc3\xbf\xca\xce\xc1\xf3\x76\xae\xd9\xd9\x98\ \x96\xeb\x2c\x18\x5b\x6c\xdd\xde\xd0\x75\xda\xd8\xc9\x66\x38\x9e\ \x95\x4e\x78\xc0\xd0\x34\x8d\x23\x00\xce\x74\x5d\x07\x33\xd2\xd3\ \x11\x29\x1a\x77\xda\x99\x9e\xfa\x7f\x7e\xbc\xda\x7f\xec\x64\x43\ \x4b\x20\x5b\xc6\x31\x63\x73\xfe\xdf\x9b\x6f\x0e\xc9\x9a\xb3\xe7\ \xed\x37\x58\xd1\x90\xea\x6c\x75\x77\x2c\x6e\x50\x0a\x00\xd4\xd4\ \x4c\x86\x12\xd1\xd6\x57\x5f\xfb\x64\xea\xd9\x67\x95\x38\x84\x43\ \xb8\x29\x29\x65\x40\x39\x05\x11\x53\x6f\xd3\xde\xa0\x7a\xdc\x10\ \xdb\x5b\xef\xbe\xbd\xd8\x35\x2d\x7f\xc9\x7b\x5b\x33\xab\xce\xcb\ \xb4\x3a\x87\x0e\xcd\xbc\xff\xf9\xd7\x27\xdf\xf0\xe0\xf1\x99\xeb\ \x6f\xfd\xdd\x1b\x95\x67\x5f\x9f\x6f\x73\xd5\xd5\xe5\xad\x5d\xdf\ \x62\x58\x46\x65\xa3\x04\x76\x5a\x30\xef\xd7\x34\xcd\x30\x0d\x53\ \xd3\x32\xab\x6b\xd5\x85\x2f\xbf\x36\x7f\xe5\xf4\xca\x0c\xd5\x26\ \x78\x3c\x21\x4b\x59\x49\x75\x65\xd1\x16\x95\x98\x46\xbc\xab\xb5\ \x03\x65\x0e\x3d\x75\x66\xdf\xdf\x5e\x5b\xdb\x7d\xfa\xcf\x86\xa4\ \xb3\xd6\xce\xc0\xc4\x19\x83\xb5\x88\xee\xb2\x89\xa6\x61\xa4\x36\ \x09\xbf\x39\x2d\x01\x20\x84\x44\x51\x4c\x3e\x30\x93\xc2\x58\x07\ \xa4\xbe\x8e\x30\x40\x62\x9a\xa8\x78\xf4\xc9\xbf\x39\xe6\x44\x93\ \x72\x41\x10\x38\x33\x8d\x2f\xa9\x78\x4b\xe9\xfa\xfe\xef\xf0\x1d\ \xe9\xfa\xb2\x68\x60\xdf\x9e\xcd\x9b\x76\xec\xda\xba\x79\xe3\x27\ \x1b\xf6\x0a\xaa\xb1\xaf\x5b\x3c\xe3\x82\xb3\x6b\x87\x54\x06\x77\ \x6e\xf0\x2a\xb5\xb3\xa6\xd6\xb4\x6d\xf8\xe0\xfd\xd5\x3b\xd5\x92\ \xd1\xe7\x9c\x36\xd1\xb3\x79\xc9\x82\xa5\xab\x76\x36\x05\xab\x8e\ \x19\x93\x81\x7c\x0d\x6e\x36\x6a\xdc\x68\x07\x8f\xb6\xb6\xf4\x55\ \x8e\x18\xda\xbe\xfa\xcd\xe7\x5e\x5f\xd4\x10\x49\x3b\xeb\xb2\x2b\ \x86\xa6\x6b\xfb\xdb\x23\x75\x63\xc7\x8c\x18\x39\x9c\xb5\x6d\x98\ \xb7\x60\x59\xc0\x52\x77\xfd\xf5\x97\xe7\x58\xcc\xde\xb6\x26\xa9\ \x60\xe4\xd0\xe2\xf4\xa8\xb7\xb5\x5f\x2c\x19\x5a\x60\xce\x9f\xbf\ \x69\xf0\xf8\x89\xd9\xd6\x4f\x23\x98\x5e\xb7\xdb\x62\xb5\xca\x92\ \x64\x9a\xe0\x72\x90\x96\x86\xfd\x62\xfe\xe8\xe3\x27\x96\xb5\x6d\ \xfe\x70\xc5\xba\x9d\xea\xe0\xe9\x17\x9c\x32\x49\x06\xb0\xab\x82\ \xc7\xad\x8d\x3f\xee\xd8\xd2\x4c\x6b\x4f\x47\x70\xc4\x8c\x59\x65\ \x69\x72\x66\x49\xa5\x25\xda\xbc\x7c\xf9\xea\x6d\xf5\xcd\x72\x7e\ \x55\x79\xb6\xd4\xd6\xd2\x9b\x55\x31\xb4\xc4\x0e\x60\xcb\xaf\x28\ \x50\xb7\x7f\xb4\x72\xc3\xb6\x3d\xba\x73\xd0\xf4\x49\x55\x2d\x1b\ \x96\xaf\x5c\xb7\x23\x04\xe9\xe3\x27\x1f\x63\x34\x6f\x78\x6b\xfe\ \x7b\x5b\x5b\xa3\x63\x66\x9c\x3a\xb9\xae\xb2\xaa\x2c\xbb\x7d\xeb\ \x87\x2b\xd7\x6c\x6e\xea\x4d\x0c\xaa\xad\x72\x88\x28\xe9\x69\xa6\ \xf0\xb5\x01\x80\x00\x62\xb1\x58\x73\x73\x4b\xa0\xbf\xdf\xdd\xeb\ \x66\x94\x59\x2d\x2a\x70\x24\x10\xc1\xdd\xdd\x9d\x9b\x97\xff\x79\ \x5d\xdf\x2f\xf3\x0d\x29\x65\xc0\x59\x52\x50\xef\x4b\xd9\x30\xa5\ \xb3\xf2\x3f\xc3\x77\xa4\xb3\xf2\xbd\xc5\xce\x1d\xdb\xb2\xb2\x73\ \x1c\x76\xbb\x69\x18\x80\x89\x48\x90\xa1\x69\x1c\x13\x42\x70\xb2\ \x39\xaf\x69\x1a\x26\x65\x58\x10\x65\x59\x34\xb5\x84\xc9\xb1\x22\ \x8b\xd4\xd0\x0d\x93\x22\x2c\x88\xa2\x98\x0c\xa2\x33\x6a\x1a\x8c\ \xcb\xb2\xc4\x0c\xdd\x60\x1c\x01\x22\x44\x14\x92\x41\x2c\x46\x39\ \xc2\x44\xc0\x9c\x31\x84\x05\x6a\xe8\x0c\x61\x82\x71\xd2\xf9\xd0\ \x75\x13\x11\x22\x0a\x98\x33\x0e\xc0\x4d\xc3\x48\xcd\xec\xff\x06\ \x18\xe1\x48\x34\xfa\xfa\x6b\xaf\xed\xaa\xdf\x93\x95\x99\x79\xd1\ \x85\x17\x0c\x1a\x34\x88\x31\xa6\xa8\xea\xb6\xad\x9b\x47\x8d\x1e\ \x43\x88\x08\x47\xa4\xb3\x82\x88\x28\x1e\x48\xf5\x60\x86\x61\x7c\ \x61\x03\x4c\x72\xa8\xcd\xa6\xaa\xaa\xd5\x6a\x3b\x1a\xb6\xde\xfe\ \xaf\xb8\xc9\x6a\xb1\x1c\x45\x5f\x98\x33\x46\x4d\x0e\x9c\x03\x30\ \xaa\x53\x13\x00\x38\x37\x0d\x93\x72\xe0\x03\xed\xa7\x11\x20\x4e\ \xcd\x44\x2c\x69\xd5\xd3\x44\x3c\x19\xa8\x46\x9c\x31\x5d\xd3\x3e\ \x9d\x9c\x00\x7a\x42\x83\x81\x02\x61\x6e\x1a\xba\xf9\x69\x6b\x03\ \x4a\x07\x1e\x27\xff\x63\x87\x2e\xd9\xdc\x30\xb4\x54\x13\x84\x6f\ \x09\x94\x53\x87\xdd\x7e\xe1\x45\x17\xbe\xff\xfe\xd2\x51\xa3\x46\ \x0d\x2a\x2b\xd3\x0d\x1d\x23\x9c\xd4\x58\x3e\xe2\xea\x6d\x2c\x49\ \xc8\xd7\xd5\xd4\xdc\xd6\x13\x35\xc1\x99\x95\x5f\x51\x5e\x66\x13\ \x4c\xe3\xcb\x62\xe1\x08\x21\xc6\xd8\x3b\xf3\xde\x0e\x06\xfb\x93\ \x1a\xe7\xa9\x2b\xf1\xed\x2f\x3b\x18\xc7\x62\xb1\xa3\xe7\xfb\xda\ \x1d\x2e\xb7\xdb\xed\x4a\x4b\x17\x25\x89\x31\x8e\x80\x73\xe0\xc0\ \x0f\x6d\x21\x93\x8a\x1e\xfc\x90\xe2\x4d\x49\x43\xdf\x61\x77\x9e\ \x7f\xfe\xf9\xc9\x18\x93\x24\x4a\x58\x10\x3c\x1e\x0f\x21\xe2\x11\ \x55\x74\x23\x2c\x12\xba\xf3\x83\xd7\x9f\x7e\x63\x15\x75\xe4\x64\ \x58\xc0\xdb\xe3\x4d\xab\x9d\x7e\xf5\x15\xe7\x16\xdb\xe0\x33\xf4\ \x44\x0e\x71\x02\xd9\x86\xf5\xeb\xdb\xdb\xdb\xb4\x78\xfc\x6b\x75\ \x63\x49\xe1\x6b\x5d\x60\xd5\x62\x11\x8f\xa0\x9b\xc4\x8f\x00\x25\ \xa5\x65\xfd\x01\xff\x9e\x5d\x3b\x1c\xce\xb4\x81\x52\xdf\xd4\x0c\ \xf8\xa1\x4f\xe0\x01\x25\x83\x81\xff\x11\x82\x44\x22\x11\x0c\x04\ \xea\x86\x8f\x38\xa2\x90\xab\x48\x42\xcd\x1b\x5e\x7a\x67\xeb\xb1\ \xd7\xdc\x75\xc2\xb0\x3c\x0c\xcc\x8c\xf4\xbc\xf1\xe4\xa3\xcf\xcf\ \xcf\xff\xc5\xa5\x33\x44\x96\x38\xac\xef\xe5\xc1\xa8\x07\xe7\xdc\ \x66\xb7\x57\x56\x0d\x66\xa6\x09\x29\xbb\xe9\x3b\x75\xee\x24\xe9\ \x68\xd8\x70\x40\x08\x0d\x1b\x31\xaa\xb7\xbb\x2b\x14\x0a\xa6\x66\ \xd4\x8f\xd4\x6d\xe7\x8a\xaa\x96\x95\x57\x5a\x8e\x2c\x58\x41\x10\ \xef\x68\xdc\x2d\xd5\x1d\x7b\xc2\xf8\x4a\x59\x8b\x52\x2e\x58\x73\ \xaa\xce\x38\x63\xf6\x5f\x5f\xac\xf7\x84\xa7\x15\xa9\xe8\x50\x45\ \x03\x72\xf8\x07\x71\x51\x14\xe1\xe8\x58\xd5\xff\x4f\x2f\xe8\xd1\ \x62\x40\x60\x8c\xf3\x0b\x8b\xf2\xa1\x28\x75\xd1\x53\x18\xf0\xe1\ \x91\x20\x0a\x60\x52\x4a\x18\x63\x1c\x4c\xd3\xa4\x0c\x08\x06\xf4\ \xb9\xae\x67\xe4\xa8\xbd\x6d\x52\x48\x21\x85\xff\x31\x18\x87\xec\ \x82\x8a\xf4\xf6\x20\xe3\x44\x55\x14\xc6\x39\x07\x1a\x8c\x6a\x45\ \x43\xab\x5d\x56\xcc\xbf\xa2\x0f\x41\x8a\x98\xfe\x37\x9e\x4e\x6a\ \x10\x52\x38\x3a\x61\xea\x46\xc6\xe0\xc9\x97\x66\x76\x6c\x5b\xfa\ \x66\x97\x3f\x9e\x55\x52\x33\x66\x64\x4d\xc1\xf0\x99\x97\x0e\xc7\ \x98\x69\x9f\x49\x24\x38\x8c\x9b\xc4\x94\x37\xf7\xdd\x23\x99\x4a\ \x9b\x1a\x87\x14\x8e\x42\x60\x41\xa4\xe1\xb6\x37\x9e\x7a\x6c\x8f\ \x99\x57\x5d\x64\xdf\xf3\xd6\xbf\xd7\xef\x3b\xe5\x67\x17\x1d\x67\ \x41\xfa\xe7\x53\x9c\xc8\x41\x8b\x49\x14\xc5\xeb\xae\xbf\x41\x51\ \x94\x54\xee\xe5\x77\x04\x41\x10\xfc\x7e\xff\xe3\x8f\x3d\x2a\x49\ \x52\xca\x7a\x4a\xe1\x28\x04\x21\xb0\x7f\xc7\xea\x16\x75\xf4\x1d\ \xb7\x5d\x9e\x25\x81\xe9\xd9\x74\xef\xfd\x6f\xec\xe8\x1a\x3b\xb1\ \xd8\xf2\x05\xdc\x84\x10\x3a\xb8\x8c\x2b\x8a\x92\xca\x0b\xff\xee\ \x20\x8a\x62\x28\x14\x6a\x6d\x6d\xce\xc9\xce\x4d\x4b\x4f\xff\xfe\ \x5b\x4f\x34\xd2\xb1\x7c\x7d\xd3\xd0\x29\xd3\xf3\xe4\xd4\xd5\x4b\ \xe1\x5b\x01\xc2\x58\xa0\x86\xae\x1b\x06\x23\x58\xd7\x74\x93\x63\ \xf2\x25\x1d\xac\x0f\xf3\xe9\xd8\x01\xa4\x86\xf0\xbb\x40\x72\x6c\ \x75\x4d\xd7\x74\xed\x5b\x7c\x5b\x23\xd0\xb5\x79\xcb\x36\x4f\x8c\ \x21\x66\x9a\x72\xee\xe4\x49\xe3\xb2\xec\xdf\x4e\x7a\x9a\xe1\xdf\ \xf7\xea\x9b\x4b\x33\xc7\x7d\x53\x6e\x32\x42\xbb\x36\x6f\x6a\xec\ \x8d\x17\xd6\x0c\x1f\x35\xb8\x10\x03\x80\xee\xdf\xbc\x7e\x43\x77\ \xc2\x7e\xcc\xc4\x89\x79\xb6\x81\x93\x0c\xb4\xed\x6a\xd1\xd2\x46\ \x54\x15\x60\x00\x3d\xd0\xb5\x69\xe3\x16\x4f\x9c\x21\xd1\x32\x7c\ \xca\x8c\x52\xbb\x00\x00\xba\xbf\x75\x7b\x7b\xa2\x6e\x78\xb5\x05\ \x01\x4b\xf8\xb7\x7e\xb2\xa9\x33\x48\x4b\x87\x8e\x19\x5a\x9a\x89\ \x81\xf5\x36\x6c\xdf\x52\xdf\x2a\x66\x96\x8f\x39\x66\x98\x4b\xa6\ \x4d\xdb\xd6\xef\x6c\xf6\x62\x91\x88\x44\x50\xb2\x2a\x26\x8c\xaa\ \x54\x0e\x0e\x86\x19\xdd\xbd\x71\x4d\x53\x40\x1c\x39\x69\x42\x91\ \x73\xa0\x43\x71\xdc\xd7\xb1\x65\xeb\x0e\x33\x7b\xd8\xd4\x61\x45\ \x08\x00\x40\x6f\xdc\xb5\x8b\x67\x56\x57\xe6\x1e\xdc\x14\xd7\xf6\ \x6c\xda\xca\x32\x2a\xeb\xca\x32\x3e\x73\x3d\x5b\x76\x6e\xa7\x19\ \xe5\x15\xf9\x8e\xff\x66\x8c\xf7\x6f\xd9\xa2\x39\xca\x86\x56\x64\ \x1f\x0d\xb7\x80\x61\xb2\xd2\x61\xd3\xea\x36\x3c\x7a\xcf\x9d\x77\ \x16\x65\x5b\xdd\x9d\x5d\x79\x13\xcf\x1d\x92\x6f\xa7\xf4\x0b\xea\ \xef\x52\x39\x96\xff\xf3\x85\x03\x21\xf4\xad\xaa\x66\x85\xf6\xac\ \x7a\xf0\xde\x7f\xed\x6a\xeb\xed\xee\xee\xec\xea\xf1\x25\x34\x3d\ \x1e\x8b\x25\x33\x6c\xe3\x91\x70\xdc\xe0\xdc\x8c\xfb\xbc\x1e\x4f\ \x5f\xff\x40\x77\x73\x4e\x63\xe1\x80\xdb\xe3\x09\x27\x4c\xa6\xc7\ \x7d\x5e\x6f\x28\x36\x30\x33\xa8\x91\xe8\xf7\x79\x3d\x7d\x01\x7d\ \xa0\x3d\x24\x12\x88\x30\xb0\xaa\x71\x23\xd0\xe7\xf1\x05\xa3\x1c\ \x00\x38\x4b\xc4\x62\x86\xf9\x1f\xd6\xb0\xdd\xcb\xe7\xbd\x38\x6f\ \xc5\xfe\xfa\xf5\x0f\xdc\xf5\xa7\x79\x1b\xbd\x00\xfa\xc2\xa7\xfe\ \xfa\xc4\x5b\x6b\xb6\x2e\x7f\xe9\x9e\xfb\xe7\x7a\x38\x00\x0d\x6f\ \x7c\xf7\x99\xdb\x6e\xb8\xee\xc1\xc5\x1b\x93\xa7\xd6\xbb\xe5\xfd\ \x27\x9e\x5b\xdc\xe5\xeb\xef\xeb\xf3\x6b\x14\x00\x58\xf3\x27\x8b\ \x7e\xff\xf3\x9b\x7e\xfb\xe4\x6b\x5e\x06\x00\xb0\x6d\xf1\xf3\xaf\ \x2c\xd9\xd0\xb0\x6d\xe5\xdf\x7e\x7d\xe7\x87\x2d\x71\xe8\xdb\x3a\ \xf7\xb9\xd7\xb6\xef\x6f\x58\xfc\xf4\x3d\x7f\x79\x7e\x29\x03\x41\ \x8b\xf4\xbb\x7b\x7b\xfb\x03\x9e\x65\x2f\xdc\xff\xc8\xdb\xeb\xe9\ \x21\x6d\x38\x3f\x7e\xf9\xfe\xfb\x5f\xf8\x60\xe7\xba\xf9\x7f\xfa\ \xd3\x13\x6d\x09\x00\x80\xee\x6d\xef\x3d\xfa\xaf\x97\xb6\x35\xf7\ \x86\xe3\x3a\x02\x30\x83\xad\x6f\x3d\xfe\x97\x9b\x6e\xbe\x63\xd1\ \xf6\xfe\x83\x2f\xdb\xfb\xc1\xb3\xbf\xbc\xf9\xb6\x57\x56\xec\x3b\ \xf4\xab\xe9\xa1\x8e\xf9\x4f\xfd\xe9\xc6\x9f\xfd\x66\xf1\xc6\x9e\ \x43\x9f\xe7\xcc\x8c\x04\xfd\x6e\x77\x5f\x4c\x37\x4d\x2d\xe2\xf5\ \x7a\xc3\xf1\x64\xc9\x0c\xd7\x13\x91\x3e\x8f\xc7\xd7\x1f\x3e\xb4\ \x7d\x54\xe3\xaa\x97\x7e\x75\xf3\x2d\xcf\xbd\xbf\xfb\x28\x99\xfc\ \x9c\x9a\xdc\x9a\x77\xfe\x0d\x77\xdc\x70\xe1\x49\xc7\x8c\x9e\x70\ \xc9\xf5\xb7\xdf\x74\xd6\x24\x85\xeb\x5f\x58\xf0\x9b\xea\x91\xf2\ \x63\x60\xbb\xcc\x41\x53\xae\xbb\xee\xea\xb4\x64\x7b\x92\x58\xeb\ \xbd\xb7\xdf\x93\x7d\xfe\x3d\x97\x14\xef\xbb\xe3\xbe\x25\x17\xdf\ \x75\xcf\xe0\xd0\xba\xc7\xfe\xf5\xae\x2f\x14\x52\x2a\x4e\xb8\xf3\ \xe7\x67\xf5\xaf\x7c\xf1\xee\x67\x56\x5a\x32\xac\xba\x86\xf2\x0a\ \x32\xa3\x5e\x77\x77\x54\xbd\xf8\x97\x7f\x98\x5d\x2d\xbc\xf2\xe7\ \xdb\x97\x74\xf2\x74\x59\xe7\x59\xc3\x6f\xfa\xc5\x8d\x83\x04\x8c\ \x00\x01\x06\xe0\xfe\xf9\x4f\x3e\xbe\x62\x6f\x9f\x61\xd0\x63\xce\ \xbc\xf1\x8a\x29\xca\xdd\x57\xfd\xaa\xe6\xe6\x07\x2f\x19\x57\xf0\ \x15\xe7\x55\x39\xed\x9c\xbb\x67\x29\x12\xc1\x6f\xfc\xfa\xd2\xed\ \xf5\x4d\xa7\x15\xc3\xe2\x8f\xe3\xd7\x3e\x72\xdf\x98\xcc\xce\xdf\ \x5f\x79\xd7\xf2\xcd\x67\x5d\x50\xd9\xd7\x11\x10\xc6\x4c\x9b\xb8\ \x67\xa0\xe1\x37\x04\x23\x91\xac\x71\x27\x5f\x7d\xc5\x29\x52\xf2\ \xe7\x84\xaf\xb1\xd1\x5b\x33\x75\x9a\x7b\xcf\x40\xcf\xfc\x21\x27\ \x5d\xf3\x97\x33\x2d\x12\xf2\x3f\xfe\xf3\x2b\x3f\xde\xdd\x3a\x63\ \xce\xe8\x9b\xef\x1c\x6a\x51\xa4\xb6\x35\x4f\xde\xf8\xf4\xe6\x9e\ \xcb\x8f\xaf\x9d\x7c\x72\xed\x64\x80\xde\xb5\xbf\xfe\x64\xd4\x6d\ \xd7\x9e\x77\x50\x84\x81\x07\xb6\xbf\xf2\x41\xd7\xd9\x77\x3d\x71\ \x72\x65\xf0\xbe\x5b\x7e\xfe\xe6\x47\x5d\x3f\x9f\x1c\x7a\xe4\x91\ \xe7\xc9\xf0\x13\x47\xd4\x0d\x9b\x30\x62\x10\x00\xf4\xb5\xee\x09\ \x67\xd4\x4e\xac\xeb\x93\xf1\x00\x81\x78\xb7\xcc\x7b\xe9\xe3\xe8\ \x9c\x39\x93\x02\xe2\x61\xcb\x89\xaf\x73\x7f\x40\xae\x3e\x76\x44\ \x0f\x11\x0e\x7b\x7e\xe7\x92\x87\xef\x7b\xa5\x3e\xdd\x25\x45\xc1\ \x5e\x98\xa6\x84\x02\x3d\x3e\x23\xe7\xc6\xdf\xff\x71\x8c\xb4\xeb\ \xaf\xbf\xbb\xaf\x83\xa7\x0b\x66\x2c\x6f\xcc\xd9\xb7\x5d\x39\xdb\ \x21\x40\x60\xd7\xe2\xe7\x97\xf7\x9d\x34\x67\xaa\x5b\x46\x47\xd3\ \x6c\x05\x2d\x16\xf2\x78\xbc\x6e\x7f\x42\xc3\xb6\x82\xfc\xac\x74\ \x15\x01\xe5\x29\xbb\xe9\x47\x08\x2c\x48\xb1\xce\x55\x7f\xf8\xdd\ \x5d\xbf\xf9\xd5\xaf\x9f\x78\x6d\x85\x61\x29\xbd\xea\xca\xd9\x3b\ \x5f\xbe\xfb\x8e\x07\xdf\xac\x39\xf1\x92\xd1\x99\x60\x29\x99\x74\ \xe3\x2f\x6e\xff\xe5\x75\x67\x46\x36\x2e\xd8\xd8\x11\xef\x77\x77\ \x4b\x15\xa7\x3e\xf2\xf0\x63\x73\xca\xe3\x6d\xa8\xf2\x8f\x8f\xfc\ \xf3\xb2\xa1\x7c\xc1\x5b\x1f\x01\x24\xda\xba\x8c\xd9\x57\xfe\xf1\ \x91\x27\xfe\x3e\x86\x6f\x7d\x6a\xee\x72\x43\x92\x10\x42\xb2\x0c\ \x1d\x2b\x5f\x7d\x6d\x8b\x71\xf1\xcd\x77\x5c\x73\x52\xd5\xfc\xff\ \xf7\xd4\x8e\x70\xfe\xb5\xbf\xfd\xed\xcc\xc1\x19\x5f\x7d\x62\x92\ \x6a\x91\x08\x0e\x37\xad\xd8\xd0\x9f\x3e\x73\xc6\xe8\x40\x47\x4b\ \x38\xad\xa2\x24\x0d\x00\xe7\xd4\xe6\xa1\xae\x96\x66\x70\x56\x9c\ \x79\xd1\x65\x63\xcb\x1c\xd4\x1c\x58\x38\x05\x9b\x2d\xb8\x69\xfe\ \x6f\x7e\x7d\xd7\x33\xef\x6e\x31\x01\x40\xc9\x38\xfe\xc2\x9f\x9c\ \x3c\xa6\x18\xe8\xc0\xe4\x95\x54\x8b\x84\xa0\x6f\xfb\x47\xbb\xa2\ \x55\xb3\x47\x0d\x02\x00\x8b\x22\x01\xf5\x2e\x5f\xb6\x7b\xdc\xac\ \xe9\x05\x03\xfb\xcc\x74\xe1\xab\xaf\xf3\xba\x13\xa7\x14\x4b\x7a\ \xc4\xdf\xd2\xd4\xd8\xd2\xe5\x77\x77\xec\x8f\xa5\x65\x96\x16\x12\ \x80\x8c\x9a\xdc\xcc\x40\x73\xaf\x67\xe7\xca\xe6\x84\xa3\x3c\x4f\ \xd9\xf9\xee\xd3\x77\xde\xf7\x4a\x90\x43\xee\xf0\x13\x2f\x3f\xff\ \x94\x5c\xbb\x30\xf0\x69\x91\xfd\xaf\xbe\xb7\x67\xce\x4f\x6f\x19\ \x9b\x2b\x23\x8c\x01\x58\x4f\x6b\x53\x63\x53\x9b\x2f\x94\xc8\xab\ \x9d\x79\xf9\x65\x67\x15\x59\x09\x3d\x3c\x00\xe2\xe9\x68\xcb\x9e\ \x74\xfe\xc3\x8f\x3e\x3c\xc1\xda\xe7\xb5\x4f\x7d\xe0\xd1\x47\x4e\ \x2a\xec\x79\x63\xc5\x16\x3d\xe2\xef\xd3\x72\x6f\xf9\xcb\x83\x8f\ \xde\x7d\x83\xb6\x6e\xee\x2b\x6b\xba\x80\x77\xbf\xba\x70\xeb\xac\ \x2b\x6f\x99\x54\x64\x39\x7a\x34\x8e\xb1\x20\xb2\xfe\xd6\xe7\x1f\ \xb9\x7f\xd1\xc6\x36\xce\x12\x5b\x97\xbe\xf0\x8f\x67\xde\x0b\x18\ \x07\x8d\xf3\x94\xdd\xf4\x23\xb3\x93\x99\x29\xa6\x55\x9f\x7d\xd1\ \x65\x39\x82\x21\x3b\xb3\x04\x80\xcc\x11\x27\x55\xb3\x27\x9f\x68\ \x1e\x7e\xfd\xe4\xea\xa4\x1f\xf4\xd2\xca\xfd\x4e\x27\xf6\x45\x12\ \x94\x1a\x08\x13\x59\x56\x01\x50\x59\x4d\xa5\x65\xaf\x4c\x00\x06\ \x97\x16\x89\x1b\x7d\x14\x10\x91\x15\x8b\xa2\x00\xd8\x4e\x9c\x39\ \x6c\xcd\x82\x6d\x3e\x63\x12\xc1\x88\x00\x74\x74\x34\x05\x42\xd1\ \x25\xaf\x3c\xcd\xf4\x68\xcd\xf0\x21\x0a\x90\xe2\xba\xe1\x47\x72\ \x6e\x91\xa6\x95\x7f\x7e\xe0\xcd\x91\x17\xff\x7a\x5a\x91\xd8\xd9\ \x49\xf9\x40\x49\x02\xe2\x9c\x1f\xd4\xf0\x3b\x34\xbe\x59\x3b\xf3\ \x8a\xa7\xa7\x5d\xdc\x55\xbf\xfc\x2f\xf7\x3d\x20\xa4\x3f\x78\xd9\ \xf8\x2c\x00\x60\x87\x6f\xe1\xf4\xee\x5c\x70\xef\x3f\x3f\x9a\x73\ \xdd\xed\x63\xf3\x65\x00\x00\xbd\xef\xb9\xbf\xdf\xd3\x9c\x3e\xeb\ \xf6\x0b\x27\x1c\x60\x88\x6d\x2b\xb7\x69\xa7\xfd\x69\x22\x00\xf4\ \x36\xae\xfd\xe7\x53\x8b\xe2\x59\xc3\xcf\x9e\xe4\x94\xc8\x40\xe3\ \x7d\x06\x80\x08\xf2\xb5\x79\xf3\x07\x4f\xbc\xf4\xdc\x73\x85\x99\ \xc5\x37\xfd\xea\xc9\x0d\x9d\xe7\x1c\x5f\x24\x02\x30\xce\x38\x20\ \x0c\x00\xeb\xde\x7a\x61\xe5\x7e\xa3\x68\xdb\xbb\x7b\xb6\xb5\x36\ \xc9\x9b\x76\xed\x97\x3f\x7c\x76\xee\xce\xb0\xf5\xc4\xf3\xaf\x3e\ \x7d\x52\x19\x00\xfd\x7c\xfb\x7e\x84\x89\x22\x4a\x00\x52\x5d\x71\ \x41\xa3\x4e\x00\xd4\x92\x8a\xa2\x55\xfd\x61\x83\x09\x44\xb6\x58\ \x54\x41\x4a\x1b\x31\x75\x6c\xf6\x8a\xce\x96\x2d\xef\x6c\x58\xba\ \x3b\x90\xbd\xfb\xfd\x0d\x9b\x9b\xf6\xeb\xea\xbe\xc0\xd8\xc1\x69\ \xea\x8f\x7e\xae\x12\x82\x1a\x76\xaf\xed\xb0\x8e\xfd\xcd\xed\x57\ \xe6\x48\xc0\xfa\xb6\xfd\xe5\xde\x17\xf7\xba\x67\x4c\x2d\xb5\x69\ \xba\xf1\x55\xf9\x4d\x29\xfc\x20\xb9\x89\x33\xa2\x66\x56\x57\x97\ \x1f\xec\xc9\xdb\xb9\x7e\x5e\x93\x7d\xf2\xb9\x69\xbe\x97\xe6\x6f\ \xba\xf3\xe2\x82\x97\xdf\x58\x51\x71\xc3\xe3\xd7\x8d\xd7\x1f\xb8\ \xe5\x8e\x84\xce\x00\x80\x03\x03\x00\xc6\x10\xa3\x26\x07\x60\x88\ \x27\xe5\xf7\x80\x1a\x9a\x61\x02\x40\x63\x43\x37\xb6\x8d\xb0\x11\ \x33\x91\x30\x4d\x0e\x2e\x47\xba\x33\xbf\xe2\x86\x3b\xae\x4b\x1f\ \x88\x3d\xd1\x48\x30\x28\x58\xec\xaa\xf8\x55\x76\x37\xf7\x6d\x7b\ \xf0\xf1\xf9\x23\x2e\xbb\xe3\x82\xb1\x85\x00\x90\x9d\x5f\xec\x0c\ \xae\x6e\x70\xb3\x9c\xac\xb6\x1d\xdd\x30\xac\xa4\xe4\x0b\x68\x96\ \x52\x44\xa4\xc2\x61\x93\x06\x67\xbc\xd1\xd6\xe6\x83\xf1\x59\x9f\ \x39\x22\xd6\xb9\xf6\xa1\x7f\xad\x3c\xfe\xc6\xdf\x9f\x34\xc4\x95\ \x0c\x54\x2f\xfe\xd7\x83\xfb\xd3\x8e\xbb\xeb\x86\x93\x0f\xc6\xeb\ \x1b\x77\xae\xf7\x67\x8f\x18\x56\xa8\x00\x40\xf1\xf0\x93\xff\xfa\ \xe8\x89\x08\x0b\x28\xb8\xeb\xed\x17\x57\xec\x6f\x4e\x0c\xa9\x0b\ \xed\xec\xf0\xe6\x4e\x2a\xce\x42\x69\xbd\x2b\x5a\x7a\x01\x0a\xb4\ \x98\xc9\x64\xab\x84\x0f\x1d\x53\x00\xc8\x1f\x33\xe7\x52\x6b\x07\ \x8d\xc5\x28\xe7\xa6\xa1\x2b\xd9\x35\x37\xfe\xe5\x21\x4a\x19\xc6\ \x9f\xeb\x3f\x4c\xb5\x50\x54\x77\x38\x6c\x08\x01\x4f\x8a\x17\x02\ \x63\xc9\xa6\x30\x0c\x61\x84\x00\x10\xa7\xba\x66\x00\x28\xfd\x2d\ \xcd\xfe\x8c\xa9\xd6\x82\xe1\xc7\x5f\x4e\xf7\x99\xf1\x18\xe5\x1c\ \xf8\xd1\xd2\x91\x01\x01\xd7\x34\x5d\xb6\x38\xb5\x90\xaf\xd7\xa4\ \x38\x14\x62\x58\x32\xa2\x61\x9f\xdf\xc4\x92\xaa\x4a\xf8\xd0\xbd\ \xeb\x14\x37\xfd\x08\xae\x37\xf8\x9b\x57\xfd\xe3\xaf\x38\x8d\x98\ \x06\x73\xcc\x3c\xbe\xee\xbd\xe7\x57\x8e\xbe\xee\xc1\xf3\x72\xf7\ \xdc\x70\xeb\x3f\xdf\x1d\xfd\xe7\x19\xe3\x06\xbd\xfd\xf2\x83\x8f\ \x6f\x90\x36\x75\xe8\xc3\x55\xc2\xf4\x44\x3c\x61\x02\x00\x33\x12\ \xf1\x84\xce\x01\x98\xa9\xc5\x13\x3a\x80\x24\xe9\xee\x45\x73\xef\ \x6d\x79\x9f\xd7\xb7\xc6\x2e\xf8\xe5\x29\x2e\x57\x5f\x5e\xa2\xf9\ \x8d\x05\xbb\xee\x3a\xe1\x92\xf1\xeb\xfe\xf8\x9b\x5f\xfc\xb6\xd0\ \x61\x29\x1f\x77\xf2\x05\xc7\xa6\xdd\x73\xcd\xcf\xab\x6f\x7d\xe8\ \xb2\xf1\x85\x5f\x71\x62\x9f\x2c\x78\x73\xd5\xae\x3e\xfb\x96\xc5\ \x0f\xad\xea\x77\x0c\x3f\xee\x8a\xe3\xa7\x9c\x73\xfc\xb2\xff\x77\ \xcf\x2f\x16\x88\x21\xb3\x6e\xd6\xf1\xc7\xa4\x0f\xdc\xd7\xba\x16\ \xd7\x0d\x04\x00\x3c\xb6\xe2\xd9\xc7\x3f\xea\xa6\x10\xea\xe8\x46\ \x65\x37\xcd\xaa\x3c\x10\x40\x35\xe2\xf1\x44\xd2\xb8\xda\xf0\xea\ \xd3\x9b\xba\x50\xc1\xda\xd7\x1e\x58\x12\xca\x3d\xe6\xfc\xf3\xab\ \xf6\x3e\xb7\x64\x5d\xfe\xe4\xbc\xb9\x8f\x3e\x10\xc5\x05\xe7\x5e\ \x7c\x56\x91\x93\x34\x6c\xdd\xe2\x2c\x3e\x3b\x0d\x0d\x84\x37\x06\ \xf4\xe9\x5c\x43\x2e\x39\xa5\xf2\x89\x87\x7f\xb9\xd1\x66\x86\x5c\ \x13\xae\x9a\x98\x99\x49\xcf\x9c\xb0\xe0\xcf\xf7\xfe\xe6\x6e\x7b\ \xac\x37\x77\xe2\x79\xe3\x0e\x88\xfa\xe9\x89\xb8\x66\x52\x00\x28\ \xa9\x1d\x57\x52\x3b\x0e\x00\x56\x76\xaf\xd7\xad\xc7\x54\xb8\x64\ \x00\x10\x3e\x95\xd5\xe6\x7a\x3c\xae\x19\x0c\x00\xf4\xb6\xf7\xaf\ \xbd\xf3\xdd\x9b\x1f\x7c\x5c\xe4\x5a\x42\x37\x01\xc0\xd4\x13\xc9\ \x07\xd4\x88\xc7\x34\x03\x13\x45\xf7\x6e\x7f\xec\xde\x3f\xa5\xc5\ \xbb\xbb\xe8\xe8\xdf\x4c\x19\x9e\xe3\xc2\xa7\x15\x0f\x05\x80\xb5\ \x7d\x1b\x83\x74\xe4\xe0\x74\xf5\x68\x98\xab\x8c\xa3\xcc\x82\xb2\ \xc8\x5b\xaf\xdd\x7b\xf7\x26\x19\x83\xa9\xc5\x82\x11\xea\x99\xfb\ \xf0\x7c\x86\xc7\x9c\x76\xcd\x85\x53\x4b\x74\xfd\xd3\xfe\xbc\xa9\ \xbe\x97\xff\x3b\x7c\x47\x7d\x2f\xcd\x70\xdf\xfe\xfd\x0d\xfe\x18\ \x05\xc4\x19\x13\x0b\x4b\xb3\x35\x4d\x2c\x2d\x2f\x52\x31\x74\x35\ \xec\xd5\x1d\xc5\x65\x59\xc6\xee\xad\xbb\xbd\x11\x6a\x4b\xcb\xab\ \xad\x2b\x67\xbe\x8e\xde\x84\xb5\xa2\x38\x23\xe2\x6b\xeb\x8e\xaa\ \x15\xc5\xd9\x7a\x5f\x47\x67\x44\xae\x28\xe2\x7f\xbf\xe9\xf7\xf2\ \xd4\x0b\x27\x97\xcb\xf6\xfc\x9a\xaa\x02\x07\x00\x04\x3b\xf6\xb4\ \x1b\x69\x75\x83\x72\x79\xd8\xb3\x7b\x4f\x43\x20\x81\x0b\x2a\xaa\ \x2b\xf2\x2c\x2d\x7b\x1b\x2d\x05\x15\x39\x8e\xaf\x4a\x2e\xf0\x75\ \x35\xb7\xb4\xf7\xc4\x4d\xc6\xa9\xa9\xe4\x95\x8f\x1a\x5c\x4c\x58\ \x64\xff\x8e\x9d\x1e\xdd\x56\x3b\xbc\x2e\x5d\x1e\xb0\x53\x42\xde\ \xd6\x5e\xcd\x56\x59\x98\x89\x80\x79\x5a\xf6\x34\x74\xfa\xb8\x64\ \x2f\xaf\xa9\xcd\x3b\xf0\xe6\x46\xc4\xd3\xd8\x1b\x2f\x2b\x2f\x51\ \x10\xf8\x5a\xea\x1b\xdd\xfd\xba\x41\x19\x63\xf6\x82\x21\x23\x0a\ \x78\xfd\xde\xe6\x60\x44\xa3\x9c\x71\xe2\x1a\x36\x6a\x68\x9a\x82\ \xbd\x2d\xfb\x62\x96\xdc\x92\x1c\xe7\xe7\xee\x8c\x44\x5b\xfd\x8e\ \xf6\x30\xa9\x1e\x36\x34\xcb\x2a\x02\x80\x1e\xf5\xec\xda\xbe\x57\ \x53\xf3\x46\x0c\xa9\x54\x0f\xc4\xaa\xba\x9b\x9a\x59\x5a\x51\x61\ \xfa\xa7\x32\xc8\xfd\x5d\x4d\xfd\x38\xb3\x34\xef\x33\x6f\xc8\xdc\ \x2d\x8d\x86\xbd\xb0\x30\xd3\xc2\x12\xbe\x7d\x2d\xfe\xc2\xf2\x0a\ \xe6\x6f\xf2\xf1\xcc\x41\x79\xae\x50\x57\x8b\x97\xb9\xca\x8b\xd2\ \x82\xee\x56\xaf\x90\x53\x18\xf8\xf8\xf6\xbf\x2d\x9a\x75\xd9\x85\ \x19\xa2\x54\x5e\x53\x97\xe3\x94\x0e\xbe\x4b\xa8\xa7\xd9\xc7\xd3\ \xca\xf2\xd3\x7e\x3c\x04\xf4\x15\x7d\x2f\x11\xe2\x86\x16\xec\x0f\ \x52\x84\x29\x65\x84\x08\xd4\xd0\x74\x83\x52\x8e\xac\xce\xcc\x4c\ \xa7\x72\x68\xd2\x5f\x8a\x9b\x7e\xf0\xdc\xf4\xad\x41\xef\xfc\xc3\ \xb5\x77\xd7\x5d\xf7\x8f\x73\xc6\xd8\x53\x17\xeb\xdb\x45\x62\xcf\ \xc2\x5b\xfe\xbe\xfa\x97\x4f\xfe\xbd\xfc\x28\xc8\x62\xfd\xea\x9e\ \xbc\x82\x24\x25\xbc\x8d\x1f\x7e\xb4\xd1\x1b\x31\x9d\x39\xe5\x53\ \xa6\x4f\xc8\xb5\x0a\x26\x65\x8c\x1a\x26\xfd\x9a\x9a\xe3\x29\x1c\ \x35\xdc\x99\x7d\xd5\x6f\x6f\x57\x72\x2c\xa9\x91\xf8\xd6\x21\x95\ \x4e\xfe\xd5\x6f\x87\xe5\x1f\xf5\x77\x1b\x26\xa2\xe1\xdd\xfb\xf4\ \x43\x4f\x05\x6c\x99\xfd\x3d\x3e\xbb\x75\xcf\xb6\x46\xf7\x4d\x57\ \x9d\x96\x46\xe8\xe7\x6b\x56\x52\x39\x04\x29\x1c\xb4\xa1\xa5\xc2\ \xf2\xf2\x4c\x9b\x90\x1a\x89\x6f\xff\x9e\x54\xd3\x06\x55\x94\x28\ \x47\xfd\xd0\x12\x01\xda\xea\x3f\xf1\xe6\x4c\xfd\xd5\x8d\x17\x0e\ \xae\x1a\x79\xdd\x6d\xd7\xe7\x86\x76\xee\xee\x0a\xe2\x2f\x6a\xb4\ \x9b\xe2\xa6\x14\x52\x48\xe1\x7f\x07\x6a\x52\x45\x95\x11\x50\x23\ \xee\xdb\xb1\x69\x63\x77\x58\x74\x5a\xe4\x2f\x6c\xd7\x9c\xf2\xe9\ \x52\x48\x21\x85\xff\x11\x4c\x93\xe5\x55\x8d\x9b\x60\x61\x8c\x2b\ \x4e\xd4\x3e\x7f\x59\x70\xd6\x19\xe7\xd7\x64\xab\x26\x33\x52\xdc\ \x94\x42\x0a\x29\xfc\x9f\x81\x51\x6a\x2f\xa8\x39\xae\x18\x27\x12\ \xb1\x53\xaf\xb8\xe3\x34\xd9\xe6\xb4\x4a\x86\x6e\x7c\x61\x76\x57\ \x8a\x9b\x7e\x48\xc0\x18\xc5\xa2\xd1\x8e\xb6\xd6\x94\x86\x60\x0a\ \xdf\x53\x70\x8e\x05\xc1\xe9\xfa\xd2\x94\x08\x66\x1a\x71\x13\x00\ \x11\xbb\x33\x0d\x01\xfb\x32\x62\x4a\x71\xd3\x0f\x0c\x82\x40\xf2\ \x0b\x8a\x28\x35\x01\x52\x11\xeb\x14\xbe\xb7\x2b\xe8\x91\x44\xb1\ \x39\xa5\xe6\x57\x1f\x41\xfe\xe3\xc7\x70\xce\x81\x73\x40\x88\x73\ \xce\x39\x13\x04\x92\x14\xc9\x33\x0c\x83\x73\x2e\x08\x02\xa5\x26\ \x20\xc4\x28\x13\x04\x41\x14\x45\x84\x10\x63\xd4\x34\x29\x63\x4c\ \x14\x09\x00\x62\x8c\x31\x3e\x50\x7b\x94\x4c\xea\x49\x66\xf1\x1c\ \x0c\x80\xf1\x03\x5d\xb4\x31\xc6\x8c\x31\x0e\x9f\x4a\x2e\x24\x5b\ \xdf\x25\x7f\x7b\xf0\x18\x84\x10\xa5\x34\x99\x87\x95\xfc\x0d\x1c\ \xde\xec\x3c\xf9\xaa\xe4\x91\xc9\x72\x00\xce\x0f\xbc\x39\xe7\x00\ \x20\x08\xc2\x41\xed\xf6\x64\x3e\x11\x00\x30\xc6\x30\xc6\xa6\x69\ \x26\x7f\x4c\xfe\x8b\x10\x4a\x7e\xdc\x81\x77\x83\x64\x3a\xd8\xc1\ \xc6\x95\xc9\x33\x49\xbe\x49\xf2\xc1\xc1\x73\x36\x4d\xf3\x5b\x6f\ \x20\x67\xb5\xd9\x52\xb3\x3f\x85\xef\xbb\xef\xf6\x6d\xe4\x48\x7e\ \x15\x37\x21\x84\x22\xd1\xa8\x48\x08\xc6\x82\xae\xeb\xaa\xa2\xa8\ \x8a\x25\xd0\xdf\xef\xf7\xfb\x11\x42\xf9\x79\x79\x9c\xf3\x40\xa8\ \x3f\x27\x27\x27\x14\x0c\xda\x1d\x0e\x4d\x4b\x34\x36\x36\x02\x70\ \x49\x52\xd2\xd2\xd2\x54\x45\xed\xf3\xfa\x89\x28\x30\xc6\x6c\x36\ \x1b\x02\x84\x05\x2c\x8a\x22\x70\x20\x22\x19\xa0\x89\x03\xac\xc3\ \x19\xa3\xa6\xa9\x69\x9a\xaa\xaa\x08\x21\x40\x78\xa0\xcd\x11\xe7\ \x49\xe2\xe3\x8c\x51\x46\x39\xe7\xb1\x58\xcc\x34\x4c\x9b\xdd\x96\ \x94\x47\xe7\x9c\x33\xce\xd1\x41\x8d\x00\x84\x80\x03\xe7\x0c\x21\ \xa4\xeb\x86\x61\x18\x08\x63\x91\x08\x08\xa1\x48\x24\xaa\xaa\xb2\ \x2c\xcb\x18\x63\xbf\xcf\x97\x48\x24\x10\x42\x92\x24\x69\x9a\x9e\ \x48\x24\x10\x46\xaa\xa2\x24\x12\x09\xa7\xd3\x19\x0a\x85\x45\x51\ \x8c\xc7\xe3\x1c\x38\xa5\xd4\x30\x0c\x8b\xc5\x42\x29\xd5\x75\x8d\ \x31\x2e\xcb\x72\x92\x77\x92\x43\x64\xb7\xdb\x9d\x4e\xa7\xae\xeb\ \x91\x48\x44\x55\x55\x5d\x37\xe2\xf1\xb8\x2c\x4b\xa6\x49\x33\x32\ \x32\x64\xf9\x5b\x96\xa2\x4b\x65\xc6\xa6\x70\x94\xe0\xab\xb8\x49\ \x14\xc5\xce\xce\x2e\xab\xd5\xae\xaa\x2a\xe7\x3c\x3d\x2d\xd3\xe5\ \x74\x36\x34\x34\x3f\xfc\xe0\x43\x5e\xb7\xe7\x2f\x7f\xfd\xcb\xa8\ \x51\x23\x3f\x5a\xf9\x76\x6e\x41\xfe\xc8\x51\xc3\xd3\x5c\xce\xe7\ \x9f\x9f\xfb\xd8\xe3\x8f\x39\xec\xf6\x13\x4f\x9c\x73\xd6\x59\xe7\ \xba\x9c\x59\x6f\xbc\x39\xcf\xeb\x73\xcf\x9e\x7d\x82\xcd\x6a\x0f\ \xf5\xf7\x1b\xba\x59\x59\x55\xa9\xeb\x7a\x5e\x7e\x01\x03\x4e\x44\ \x31\x69\x22\x21\x00\x30\x68\xc0\xef\x6f\xd8\xdf\x50\x53\x59\xcd\ \x05\x0c\x18\x61\x8c\x93\x9c\x85\x10\x8a\x46\xa3\x8c\x32\xd3\x30\ \xda\xda\xda\xb6\x6e\xde\xac\x25\xb4\x13\x4f\x3a\xd1\x6e\xb1\x3a\ \x9c\x4e\x86\xc0\x34\x4d\x49\x92\x08\xf9\x54\x07\xd4\x30\x0c\x49\ \x92\xba\xba\xba\x76\xee\xda\x9b\xd0\x74\x9b\x55\x55\x24\xa9\xa1\ \xa9\x71\x70\x65\xe5\xa8\x11\xc3\xdd\xbd\xbd\x1b\xd6\xad\x6b\x6f\ \x6f\xb7\xd9\xec\x08\x61\x9f\xcf\xb7\x65\xcb\x16\xab\xd5\x5a\x57\ \x57\xd7\xdb\xdb\x7b\xf6\xd9\x67\xf7\xf6\xf6\xee\xdf\xbf\x7f\xf3\ \xe6\xcd\x98\xe0\x86\xc6\x06\x8f\xc7\x3b\x76\xec\x98\x78\x3c\xde\ \xda\xda\xe2\xf3\x05\x2a\x2a\xca\x6d\x36\x9b\xdb\xed\x36\x0c\x5d\ \x51\xe4\x49\x93\xa6\xd4\xd4\x54\x7b\x3c\x7d\x0d\xfb\x1b\x0b\x0a\ \x0a\x14\xc5\xe2\xf7\xfb\x0b\x0a\x0a\x44\x51\x3e\x79\xce\xec\xdc\ \xdc\xec\x24\x8b\x7d\x6b\x17\x8c\xa4\xdc\xf0\x14\xbe\xe7\x11\x27\ \x4e\x29\xfd\x6e\xb9\x89\x9a\x66\x76\x56\x16\xe3\xd8\x6a\xb5\x64\ \x67\x67\x0b\x18\x37\x36\x35\xf5\xf6\xf6\x2a\xb2\x4c\x44\xd2\xde\ \xde\xee\x72\x3a\x73\xf3\x72\xb7\x6c\xde\x9c\x91\xe1\x72\x3a\x86\ \xb8\x3d\x6e\x8b\xc5\x52\x50\x58\x34\x6c\xd8\x30\x8b\xc5\x82\x05\ \x54\x58\x58\xd4\xd9\xd3\xd1\xd0\xd0\xd0\xdd\xde\x59\x53\x5d\xdd\ \xde\xde\x96\x9f\x9f\xc7\x38\xd7\x34\x4d\x56\x95\x01\x47\x8c\x73\ \x84\x30\xc2\xc8\x62\xb5\x2a\xaa\xa2\xe9\xba\xc5\x6e\x8b\xc7\xe3\ \x82\x24\x0a\x44\xe0\x9c\xeb\xba\x4e\x29\x15\x45\x51\x96\xa4\xbc\ \xfc\xfc\xe6\xa6\x26\xaf\xd7\xab\x5a\x2c\x18\x21\x0e\x70\xd0\xdb\ \x4a\xba\x5a\x8c\xb1\xa4\xbf\x96\xf4\x37\x13\x89\x44\x7b\x5b\x7b\ \x56\x56\x66\x55\x55\x85\xcf\xe3\x5e\xef\xeb\x4b\x73\x3a\x7c\x5e\ \x4f\x61\x61\x21\x21\xa4\x3f\x18\x5a\xfd\xd1\xea\xa1\x43\x87\x8e\ \x18\x39\xc2\xd7\xe7\x0b\x86\x42\x39\x39\x39\xe1\x70\xb8\xaa\xaa\ \x2a\x18\x0c\xa6\xa7\xa7\xdb\x9c\xb6\xd6\xb6\x56\x55\x55\xa2\xd1\ \xa8\xcd\x66\x73\x38\x9c\xa1\x50\xd8\x6a\xb5\x16\x14\x14\x18\x86\ \x11\x08\xf8\x15\x45\x69\x6a\x6a\xf2\x7a\xbd\x86\x6e\x18\x06\xdd\ \xbb\x77\xef\xc8\x91\xa3\xea\xea\xea\x62\xb1\x98\xc5\x62\x15\x09\ \xe1\xdf\x5e\x81\x39\x42\xc8\x30\x8c\xbf\xdd\xfb\xd7\x58\x2c\x86\ \xd3\x46\x56\xe3\x00\x00\x20\x00\x49\x44\x41\x54\x53\xa2\xf0\x29\ \x7c\x2f\x61\x9a\x66\x66\x66\xe6\xad\xb7\xfd\xfc\xbf\x37\xf0\xbf\ \x92\x9b\x18\xb3\xd9\xed\x19\x19\x59\x59\x59\x99\xa6\x49\x05\x8c\ \x4d\xc3\x44\x08\x2d\x79\xf7\x5d\x51\x14\xad\x56\x2b\x42\xa8\xac\ \xac\xcc\xed\xf1\x2c\x5b\xb6\x7c\xdd\xba\xb5\x95\x95\x55\x94\x2e\ \x40\x08\x28\xa5\xed\xed\x1d\xc5\x45\xa8\xb6\xb6\x56\xb1\x88\x1b\ \x3f\xf9\xa4\xa4\xa8\x38\x1a\x89\xc6\xa2\xb1\x78\x3c\x9e\x99\x9d\ \x25\xcb\x0a\x46\x58\x37\x74\x8c\xb1\x80\x31\x02\x40\x18\xab\x56\ \x2b\xc6\xb8\xb3\xa3\xa3\xa2\xaa\xd2\x30\x0c\x22\x4b\x08\x10\xc2\ \x98\x31\x26\x49\x92\x80\xb1\xa1\x1b\x36\xab\xd5\xe5\x72\xf5\x74\ \x77\x4b\xa2\x88\xb0\xa0\x6b\x9a\x6c\x51\x93\xde\x9c\x61\x18\x08\ \xa1\xa4\x8c\x15\xc6\x38\x29\xb5\x54\x55\x59\x8e\x11\xca\x48\x4f\ \xe3\x9c\xfb\xfd\x7e\x8b\x45\xed\xea\xec\xc8\xca\xca\x24\xa2\x00\ \x9c\x65\xa6\x67\xee\xdb\xb3\x2f\x11\x4f\x84\xfa\x43\x5a\x42\x13\ \xb0\x60\x2a\xea\xea\x55\x1f\x5d\x76\xf9\x65\x59\x99\x99\xb9\xb9\ \xb9\x1c\x71\x87\xc3\xe1\xf7\xfb\x63\xb1\x98\xd5\x6a\x4d\x24\x12\ \x82\x20\xa8\xaa\xea\x72\xb9\x44\x51\xe2\x1c\x38\xe7\xbd\xbd\xbd\ \xc1\x60\x10\x00\x0d\x1b\x3a\x5c\x51\x14\x84\xd0\xd0\xa1\x43\x47\ \x8e\x1c\xd9\xd4\xd4\x6a\xb5\x59\x19\x65\xdf\xee\x8a\xd4\xd3\xd3\ \x13\x89\x44\x52\xdc\x94\xc2\xf7\x96\x9b\x28\xa5\xdf\x8a\x8c\x10\ \xf9\xea\xd0\x86\xd3\xe1\x10\x45\x51\xd7\x75\x8b\x45\x35\x0c\x9a\ \x93\x9d\x93\x5f\x98\x57\x55\x55\xb5\x6f\xef\xbe\x77\xde\x79\xe7\ \xae\xdf\xfd\xae\xa8\xb8\xcc\x95\x9e\xee\xf3\x79\x5e\x7f\xfd\xb5\ \x5e\x77\x57\xf2\x5e\x35\x4d\x5a\x35\xb8\xd2\x6e\xb3\x73\xe0\xd3\ \xa6\x4d\xb3\x58\xd4\xa0\x2f\xb0\x7d\xfb\x76\x04\x20\x08\x82\xd3\ \xe9\x04\x04\xb1\x58\x4c\x54\x24\x8c\x31\xe7\xc0\x80\x0b\x80\x80\ \x73\xa7\xd3\x69\x98\x26\x96\x44\x2b\xb6\x71\xc4\x4d\x6a\x8a\x02\ \x11\x04\x81\x10\x82\x00\x19\xba\xc1\x18\xb3\x5a\xad\x4e\xa7\xd3\ \xeb\xf5\xba\x9c\x4e\x19\x54\xa4\x09\x58\x18\xb0\x9b\x04\x41\x30\ \x0c\x83\x10\x92\x2c\x94\xb5\x5a\xad\x18\x93\x9e\x9e\x9e\xa2\xe2\ \xc2\xe6\xa6\xa6\xe2\xe2\xe2\xee\xae\x8e\x9d\x3b\x77\x64\x64\x64\ \x50\x53\x07\x80\xac\xcc\xec\x99\x33\x66\xb4\xb6\xb6\xfa\xfb\xfa\ \x0c\x5d\xef\x0d\xf6\xa7\xb9\x5c\x9c\xf3\x50\x30\xe8\xf5\x78\x3c\ \x6e\x77\x30\x1c\xd4\x75\xdd\x30\x8c\x83\xae\xa2\xd5\x6a\x4d\x4a\ \x39\x21\x34\x20\x4b\xc3\x39\xca\xcd\xcd\xcd\xce\xce\xe9\xee\xea\ \x29\x2f\x2f\xeb\xe8\xe8\xd8\xb1\x63\x47\x5e\x5e\x9e\xcb\xe5\x12\ \x04\xf2\xed\x06\x9b\x10\x42\x84\x10\x51\x14\x53\xdc\x94\xc2\xf7\ \x13\xc9\x29\xfa\xad\x4c\x7b\xfc\xd5\xab\x34\x21\xc4\xe5\x72\x22\ \x84\x28\x65\xa6\x61\xe8\x86\x0e\x00\xa5\xa5\xa5\xc0\xc1\xef\xf7\ \x47\xa3\x51\x41\xc4\xc5\xa5\xf9\x82\x20\x5c\x7e\xf9\xe5\x93\x27\ \x4f\x0e\x87\xc3\xb9\x39\xb9\xc3\x86\x0e\x75\x3a\x9c\x00\xd8\x95\ \x96\x96\xd0\x34\x9b\xd5\x96\x91\x99\xe1\xf3\xf5\xad\x5b\xb7\x6e\ \xf5\xea\xd5\x7d\x7d\x7d\x8c\x52\xca\x28\x49\x3a\x5f\xc0\x19\x63\ \x1c\x80\x52\x53\xb1\x5a\x04\x8c\xa9\x61\x22\x04\x08\x61\x22\x90\ \x64\xd8\x0b\x21\x14\x8e\x84\x35\x4d\xeb\xe8\xe8\x40\x08\xb5\xb6\ \xb6\x6e\xda\xb4\xc9\x30\x4d\xa7\xd3\x49\x44\x72\x70\x2c\x0e\x75\ \xee\x00\x40\x96\x65\x4d\xd3\xd6\xaf\x5b\x3f\x7f\xde\xbc\x2d\x9b\ \x37\x07\x03\xfe\x5d\x3b\x77\xf6\x74\x77\xef\xda\xb9\xdd\x34\xcd\ \xce\xae\xce\x4d\x9b\x37\x09\x18\x85\xc3\x41\x84\xa1\xb0\x30\xbf\ \xba\x7a\xf0\xbe\x7d\x7b\x22\x91\xd0\x1b\x6f\xbc\xee\x74\x3a\x38\ \xa3\xd1\x48\xc4\xef\xf7\x63\x8c\x09\x21\x49\x1b\xd5\x6a\xb5\xa6\ \xa7\xa7\xeb\xba\xce\x18\x43\x08\x34\x4d\x73\x38\x1c\xf1\x78\xdc\ \xdd\xdb\xcb\x39\x8b\x44\xa2\x39\x39\xb9\x93\x26\x4d\xea\xee\xee\ \x6e\x6c\x6c\x0c\x06\x83\x87\xb4\xfb\xf9\x0e\x1c\x7b\xc6\x05\x81\ \x88\x22\x01\x66\x1a\x86\xc9\x01\x38\xe3\x58\x20\xa2\x28\x8a\xa2\ \x28\x24\x37\x1f\xa9\x79\xb0\xbe\x9b\x1f\xe8\x3b\x09\x00\x9c\x51\ \x46\xe9\xa1\x2d\x65\x39\xa3\xe6\x41\x2b\x8f\x33\x6a\xb2\x83\x9b\ \xaa\xc9\x57\x71\x66\x1a\xc6\x81\x52\x71\x7e\xe0\xb7\x8c\xea\xba\ \x01\x08\x8b\x84\x60\x74\x58\xed\x01\xa7\xa6\x6e\x18\x20\x08\x84\ \x08\x9c\x9a\xba\x61\x0e\xcc\x2a\x0e\x44\x14\x45\x22\x30\xd3\x30\ \x28\xc3\x44\x24\x84\x20\xe0\x08\x0b\x44\x14\x05\x8c\xe0\xe0\x27\ \x52\x53\x37\x4c\x84\x09\x49\x1e\x6c\x98\xc9\x3d\x59\x46\x4d\xd3\ \xa4\x07\xa7\x69\xf2\x34\x0c\x93\x62\x81\x10\x92\x62\xed\xa3\x20\ \x16\x8e\x10\x70\xce\x19\x03\x49\x92\x7b\x7a\x7a\xc2\xa1\x50\x55\ \x65\x25\x00\x24\x12\x09\x51\x14\x4d\xc3\xd8\xbb\x77\xdf\x88\x91\ \xa3\x75\xcd\x6c\x69\x6d\x9d\x3d\xfb\xf8\xe6\x96\x06\x9b\xcd\x16\ \xe8\xef\x5f\xb6\x7c\xd9\xb0\x61\xa3\x4c\xc3\x0c\x47\xc2\xa5\x15\ \x25\xba\xa1\xaf\x5d\xbb\xd6\xed\x76\xb7\xb4\xb4\x34\x36\x36\xc6\ \xa2\xd1\x58\x34\x4a\x64\x69\x60\x4f\x8d\x71\xe0\x3c\x16\x89\xa8\ \xb2\x12\x8b\x44\x45\x91\x20\xce\x39\x47\x8c\x53\x84\x31\xa7\x6c\ \xc0\x3e\xe4\x5c\x92\xa4\xc1\x83\x07\xef\xd8\xbe\x5d\xd3\x34\x97\ \xcb\xa5\x27\x34\xc6\x98\x69\x9a\xc9\x9d\xfb\xa4\xb9\x94\xdc\xef\ \x17\x04\x21\x18\x0c\x26\x12\x09\x4e\xcd\xca\x8a\x41\x4d\x8d\x8d\ \xaa\xaa\x18\x86\x6e\x1a\x7a\x4b\x4b\x13\x07\x10\x10\xf2\x7a\x3c\ \x89\x84\xee\x73\xf7\xd9\xed\x76\x82\x84\xa0\xbf\x3f\x2b\x2b\xb3\ \x28\xbf\xa0\xb7\xb7\x97\x19\x74\xf7\x8e\x9d\x35\xd5\xd5\xe1\x68\ \x44\x92\xa4\x68\x34\x6a\xb5\x5a\x93\x06\x54\x72\xdb\xce\x6e\xb7\ \xf7\xf7\xf7\xc7\xe3\x89\xf4\x74\x17\xc6\x38\x3d\x3d\x3d\x10\xe8\ \x77\xd8\x9d\x43\x86\x0c\x39\xf5\xd4\xd3\x8b\x8b\x8b\x17\x2c\x58\ \xd0\xd8\xd8\x92\x9d\x33\x13\x63\xf4\x6d\x84\x05\x3f\xbf\x6c\x30\ \x4a\x5c\x67\xde\x7a\xfb\x84\xb4\x44\x20\xca\xc1\xf0\xae\x98\xf7\ \xda\xea\x46\xed\xd4\xab\x7f\x73\x5c\x39\xf5\x04\x35\x59\x86\xed\ \xcb\xdf\x5c\xb1\x4f\xbd\xe5\x17\xa7\x7f\xf4\xef\x87\x96\xd5\xfb\ \x00\x29\xc7\x5d\x7c\xc3\xe0\xe0\x8a\x27\x17\xef\x10\x10\x13\xf2\ \x27\xff\xfe\xf6\x73\xb6\xbc\xfc\xc0\xeb\x6b\x3a\x44\xc2\x70\xf6\ \xd0\xeb\x7f\x76\x55\xc7\x1b\xf7\xbe\xb5\xd5\x23\x8b\x58\x07\xe7\ \x79\xbf\xfa\x75\xfa\x8e\x97\x1f\x7f\x67\xd7\x99\x3f\xbb\xc5\xb1\ \xff\x8d\x17\x37\xab\xb7\xdf\x79\xc9\xee\x57\x1f\x7f\x67\x63\x27\ \x80\x38\xfe\xf4\xab\xa6\x58\x76\x3e\xfa\xea\x2a\x2a\x65\x4d\x3e\ \xf3\xac\x19\x23\xcb\x45\x01\x68\xa4\x7b\xc9\x9b\x2f\x6e\x68\x0c\ \x8b\x04\x03\x33\x99\x92\x39\x73\xce\x39\x53\x86\xe6\x23\xc0\xb4\ \xbf\x65\xf1\xbc\xb7\x36\xed\x75\x5b\x07\x8d\xbe\xfa\xc6\x6b\x72\ \x35\x6f\x8c\xe2\x98\x77\xff\xc2\x05\x2b\x4a\x67\x5f\x3c\xb1\xc8\ \xa6\x38\x33\x84\x44\x30\xa2\x1b\x3b\x16\xbf\xe9\xce\x9d\x36\x06\ \x6d\x7a\xe2\xed\x8f\x98\xa3\x74\xf6\x69\x67\x8d\xaf\xc9\x13\x00\ \x12\xfe\xe6\x45\x6f\xbc\xb9\xa3\xd5\xab\x56\x9d\xf0\xf3\x2b\x8e\ \x5d\xfb\xe2\x43\xcb\xf6\x04\x10\x22\x93\x2f\xb9\xb9\xd2\xb7\xec\ \xf9\xa5\xed\x27\xfd\xe4\x8a\x09\x15\x19\x40\xcd\xd6\xed\x4b\x5f\ \x79\xeb\x63\x8d\x88\x29\x96\xfa\xd1\x72\x13\xe7\x80\x30\x4a\x2e\ \xb6\x2e\x97\xc3\xa2\xaa\x82\x28\x74\xb4\x75\x7a\xbd\x5e\x22\x12\ \x93\x52\x5d\xd7\x04\x09\xef\xdd\xdd\x50\x54\x58\xd8\xdd\xd5\xdd\ \xd5\xd9\x25\x08\x82\xae\x6b\xbd\xbd\xbd\x2e\x57\xdb\xa4\x89\x53\ \x30\xc1\x0c\x0c\x04\x50\x5d\x5d\xdd\xe7\xf6\x50\x4a\x5d\x4e\x67\ \x69\x69\x29\xc3\x58\x37\xf4\x58\x2c\x26\x10\x41\x40\x82\x80\xb1\ \x40\x88\xdf\xef\x0f\x07\x83\x59\x39\xd9\x8c\x73\x4e\x29\x43\x80\ \x81\x31\xc6\x08\x21\x7e\xbf\x9f\x51\x2a\x4b\xb2\xcf\xef\xef\xe9\ \xed\xf5\x78\x3c\xc1\x60\xd0\xa4\x66\x7b\x7b\xbb\xd5\x6e\x57\x54\ \x45\x51\x14\x41\x10\x92\x8e\xae\x20\x08\xba\xae\x7b\xbd\xde\x96\ \x96\x96\xdd\x3b\x77\x75\x75\x76\xec\xd8\xb1\xbd\xac\xb4\x94\x10\ \x21\x14\x0e\xe5\xa8\xd9\x12\x21\x91\x70\x58\x12\x45\xb7\xdb\xcd\ \x18\x75\x38\xec\xa2\x28\x74\xf7\x78\x89\x88\x55\x55\xed\x0f\x06\ \x9c\x2e\x87\x28\x12\xbf\xdf\xe7\x70\x3a\xb2\xb3\xb3\x7b\x7a\x7a\ \x38\xe7\x76\xbb\x3d\x16\x8b\x65\x67\x67\x6b\x9a\x56\x5a\x5a\xda\ \xd9\xd9\x69\x18\xfa\xb8\x71\xe3\x0c\x83\xe6\xe4\x64\x6b\x9a\xd1\ \xd4\xd8\x2c\x08\x42\x7f\x7f\xa0\xa7\xa7\x27\x14\x0a\x8d\x1c\x39\ \x32\x23\x23\xf3\xd3\xe5\xfd\xdb\x26\x27\x20\x4a\x76\x2e\x59\x3f\ \xef\xb9\x77\xb7\xf8\x87\xcc\xba\xf4\xb2\x4b\x2f\xe8\xb8\xef\x79\ \x6b\xba\x7d\xcb\xbb\x4f\xbc\xb2\x7a\x9f\xa4\x2a\x54\x4b\x58\x0a\ \xc7\xa5\x15\xd4\x5c\x72\xe5\x4f\x3c\x7f\x7f\x70\x43\x07\x57\xad\ \x4e\x97\x21\x72\x46\x35\xa6\x4c\x9b\x3e\x49\x32\x60\xc4\xd4\x69\ \x1f\x6e\x7e\xce\x9b\xe0\x76\x9b\x23\xb7\xbc\xb0\xf6\xf4\x13\x56\ \xef\x98\xeb\xd6\x78\xc1\xb8\xe3\x4e\x19\x55\xd6\xd2\xe6\xc0\x00\ \x56\xa7\xc3\x69\x21\x00\xd8\x9e\x5d\x71\xde\x4f\xae\xf2\xf4\xdd\ \xb7\x7c\x6f\x5c\xb6\x38\xd2\xac\x92\xa1\xc3\xb8\x0b\xaf\x3e\xef\ \x18\xf2\xea\xd3\x4f\x35\x05\x68\x46\x66\x5a\x34\x68\x60\x8c\x80\ \x53\x8d\x5b\x8e\x3f\xef\xe6\x39\x45\xdd\xcf\x3e\xfb\xcf\x9e\x98\ \x50\x33\xed\x9c\xab\xae\xbb\x3a\xfe\xe7\xbf\x34\x49\x8e\x0c\x7b\ \xe0\xed\x27\x1f\xdd\x1b\x54\x67\x9c\x7b\xed\xb5\xe7\x6b\x7f\xfb\ \xf7\xe3\xeb\xc4\x8c\xd3\xae\xbf\xdd\xbe\x73\xd1\xab\xcb\x77\xc6\ \x12\x7c\xf2\xf9\xe7\xa6\x1b\xa2\xce\xac\xa7\x5c\x7a\xdd\xac\xac\ \x8e\x67\x9e\x79\xa2\x37\x41\x46\xcc\x3a\xef\x9a\x5b\xaf\x7a\xf0\ \x0f\x7f\x6b\x63\xc4\x99\x5f\x73\xfe\x55\x57\xb9\xff\xf6\xd0\xc6\ \x4e\x53\x71\xa4\x29\x11\xb1\x64\xc4\xa9\x67\x54\xa3\x87\x1f\xfc\ \x5b\x0f\xa4\xa7\x5b\x34\x2a\x08\x29\xdd\xe4\x1f\x3a\xf0\x57\xdb\ \x4d\x8c\x32\x51\x14\x38\x67\xaa\xaa\xa6\x67\xa4\xb5\xb7\x75\xb4\ \xb6\xb6\x8e\x18\x3e\x42\x51\x14\x5d\xd7\x0b\x8b\x8a\x98\xc9\xf7\ \xed\xdb\x97\x97\x97\xd7\xd2\xd2\x62\x52\xea\x72\x39\x39\xe7\xa5\ \xa5\xa5\x56\xab\x2d\x10\x08\x00\x80\x24\x49\x25\x25\xc5\x15\x15\ \x15\xaa\xaa\x5a\xad\x56\x57\x5a\x1a\xe3\x3c\x12\x0e\x8b\x44\x54\ \x14\x45\x91\x14\x42\x08\x46\x48\xb1\xa8\x44\x92\xd2\xd3\x33\x24\ \x51\x22\x92\x44\x44\x91\x10\x82\x05\x41\x14\x45\xc6\x58\x32\xf4\ \x6e\xb3\xd9\x28\xa5\x0e\xbb\x3d\x37\x37\x97\x10\x42\x44\x49\x92\ \x24\x51\x12\x93\xac\x14\x8d\x46\xa3\xd1\x28\xa5\x34\x12\x89\xc4\ \x62\x31\x51\x14\x4d\xd3\x6c\x6d\x6e\x6e\x6a\xdc\xef\xf5\xb8\x37\ \x6d\xda\xb4\x79\xd3\x27\x91\x70\x38\x1e\x8d\x62\x84\xfa\xfa\xbc\ \x9c\x99\x86\xae\x33\xca\xfa\xfb\xfd\x3e\x7f\x9f\xd5\x6a\x09\x87\ \x43\xbe\x3e\xaf\x24\x12\xd3\xd0\xf7\xed\xdb\xe3\xf1\xba\x81\x43\ \x56\x56\x96\xaa\xaa\xfd\xfd\xfd\xc9\x9c\x4c\xa7\xd3\x59\x55\x55\ \x55\x5c\x5c\xec\x72\xb9\x38\x87\x50\x28\xc4\x39\x77\x38\x9c\x65\ \x65\x65\xf9\xf9\x05\x9a\xa6\x7d\xfc\xf1\xc7\xdb\xb7\x6f\xf7\xf9\ \xfc\xeb\xd6\xae\x8d\x45\xa3\x82\xf0\xdd\x2d\xde\x08\x99\x7a\xc0\ \xdd\xdd\xd1\xde\xba\x7f\x5f\x2b\x56\x54\x55\x42\xa6\x41\x73\x4b\ \x2b\x86\x8f\x1c\x35\xac\xa6\xda\x25\x98\x4c\x50\xc2\x0d\x6b\x17\ \x6d\x8f\x9d\xf3\x93\x8b\x0b\x65\x53\xa7\x8c\x72\x60\xa6\xa9\x16\ \xd6\x4d\x28\x67\xcf\x3c\xf4\x48\xbb\x5c\x3b\xb1\x26\x4f\x37\x98\ \xd5\x9e\xa6\xed\xdb\xd4\xc4\xcb\x67\x8e\x2d\xd4\x50\xce\x71\xd3\ \xeb\x76\x6f\xdc\xa4\x39\x1d\xb2\x00\x94\x02\x65\x1c\x11\x49\xeb\ \xdc\xf2\xce\x9a\x8e\x13\x2f\xbd\xa2\xca\x01\x09\x83\x52\x6a\x80\ \xab\xe6\xf8\xe1\x45\x1f\xbf\xf0\xe4\xf2\xad\x4d\x9e\xde\xce\xed\ \x9f\xac\x6f\xe8\x89\x11\x01\x33\x93\x5a\xf2\xaa\x27\x8e\x73\xbc\ \xf5\xc2\xb3\xeb\xf7\xb4\x7b\x7a\x5a\xde\x7f\xf9\xdf\xeb\xb4\xa2\ \x89\xe3\x6b\x91\x6e\xb0\x44\xd4\xdb\xd3\xdd\xd9\xde\xda\xd6\xe5\ \xb1\x3a\x55\x23\xda\xdf\xe7\xf5\x47\x13\x89\x44\x24\xe8\xf3\xfa\ \x22\x09\x83\x03\x33\x8c\x84\x5a\x34\x6a\x5c\x85\xe3\xad\x7f\x3f\ \xbb\xb1\xa1\xd3\xdb\xd5\xb4\xf0\xe5\xb9\x5b\x63\xd5\x33\x86\x95\ \x09\xc0\x02\xed\x5b\x17\x6f\x88\x9c\x77\xc5\xf9\xf9\x8a\x69\x18\ \x14\x71\x16\x09\xf6\x86\xa4\xf4\xf2\x8a\x42\x1a\x68\xd9\x59\xdf\ \x4e\x51\x8a\x9b\xbe\xd7\x31\xa9\xcf\xe0\x6b\x73\x53\x32\xa5\xdb\ \x34\x29\xc6\x82\x61\x98\xf5\xbb\xf7\x74\xb4\x77\xd4\x0d\xa9\x63\ \x9c\x17\x16\x16\x86\xc3\x61\xaf\xc7\xd3\xd3\xd3\xe3\xb0\x3b\xfc\ \x7e\xbf\xa6\x69\x93\x26\x4d\x72\x38\x9c\x5e\xaf\xb7\xa0\xa0\x60\ \xfc\xf8\x71\x2d\xad\x2d\xf5\xf5\xf5\x9a\xa6\x8b\xa2\x58\x50\x50\ \x60\xb1\x58\x31\xc2\x00\xa0\xd8\xac\x69\x69\x69\x02\x11\xe2\xf1\ \x38\xe3\x8c\x73\xc6\x38\x07\x40\x9a\xa6\x09\x44\x88\x44\xa2\xcc\ \x34\x0f\x9e\x34\xa5\x34\x14\x0a\xc9\xb2\x8c\x05\x41\xd7\x75\x97\ \xd3\xa9\x28\x4a\x71\x71\x31\x00\x78\xdc\xee\xb4\xb4\x34\x51\x24\ \xc9\x0c\x4c\x59\x96\x55\x55\xc5\x18\xdb\xed\xf6\xf4\xf4\xf4\x78\ \x3c\xde\xd8\xd8\x88\x10\xaf\xae\xae\x3d\xf6\xd8\x63\xf3\x72\xb3\ \xfd\xfe\x80\xa9\xeb\x49\x6e\x0a\x07\xfb\xdb\xda\xdb\x4c\x43\xef\ \x0f\x04\x3a\x3b\x3a\x13\xb1\x78\x34\x1c\xf1\x79\xfb\x12\xf1\x84\ \x24\x4a\x9e\x5e\x8f\xcb\xe9\x1a\x35\x6c\x44\x38\x1c\xee\xe8\xe8\ \x30\x0c\x43\x14\xc5\xbe\xbe\x3e\x45\x51\x92\x6c\xdb\xd0\xd0\x10\ \x8f\xc7\x09\x11\x72\x72\x72\x0a\x0b\x0b\xec\x76\xbb\xd5\x6a\xb5\ \x5a\x2d\x99\x99\x99\x89\x84\xe6\xf7\xfb\x23\x91\x70\x53\x73\x53\ \x30\x18\xfc\x82\xbe\xf7\xdf\x9a\xe9\x64\x6a\x28\xf3\xb8\x73\xaf\ \xfd\xed\x1f\xef\xf9\xd5\x15\xe3\x3f\x5a\xb4\xa8\xc1\x47\x05\x24\ \xe6\x96\x54\x0d\x1b\x36\x62\x68\xed\xe0\x74\x55\x60\x1c\x44\x81\ \x6e\x9c\xff\xec\x86\x78\xf9\x45\xe7\x4e\x21\x66\x82\x03\x32\x19\ \x54\x8d\x9a\x64\xe9\x6b\xee\x68\x6f\xde\xde\x18\x18\x35\xe5\x18\ \x99\x51\x59\xb5\x63\x5f\xd3\xbb\x4b\xb7\x55\x4e\x98\x39\x71\xea\ \xb4\x62\x63\xcf\x82\x8f\xeb\x05\x97\x5d\x24\xf8\x40\x9f\x7d\x44\ \x08\xda\xfd\xfe\x4b\xef\xb7\x39\x2e\xba\xe4\x44\x2b\x68\x94\x51\ \xc1\x96\x21\x51\xb3\xd7\x1d\x96\x54\x19\x21\x61\xc8\xf1\x67\x9f\ \x30\xae\x8c\xea\x06\xe3\xa0\x58\x1d\x4e\xe8\x71\x87\x74\x59\x96\ \x88\xa8\x10\x88\x76\x79\x34\xa7\x2d\x9d\x70\x8d\xdb\x06\x5f\x72\ \xc3\x2f\x7e\xf7\xc7\xbb\x2f\x9a\x9a\xbb\x70\xde\xaa\xa0\x99\x8c\ \x32\x21\x84\xb1\x20\x08\x18\x21\x00\x60\x8c\xab\x69\x0e\x2e\x84\ \x7b\xfa\x0d\x55\x91\x44\x49\xc2\x66\xd4\xdb\xad\xe5\xa4\xd9\x10\ \x02\x51\x30\x36\xcc\x9f\xfb\x49\xb4\xea\x27\x67\x4f\x23\x46\x02\ \x13\xe2\xde\xb5\xe4\x91\xe7\x96\x65\x1e\x73\xca\xad\xb7\xdf\x79\ \xc1\xac\xa1\xd8\xd4\x79\x8a\x03\xbe\xaf\xc4\x04\x9c\x33\x96\x2c\ \x00\x19\x78\x80\xbe\xae\x06\x54\x32\x16\x2e\x49\x62\x4b\x73\x4b\ \x4b\x6b\x5b\x46\x7a\xc6\xf0\xe1\xc3\x6c\x0e\x5b\x57\x67\x67\x7e\ \x7e\xbe\xa6\x69\xeb\xd6\xad\xa3\x1c\x0d\x2a\xaf\x68\x69\x69\x9d\ \x34\x69\x02\x16\x78\x46\x7a\x46\x3c\x16\xdf\xb3\x67\xcf\x89\x27\ \x9d\x3c\x65\xca\xd4\xdd\xf5\xbb\x76\xef\xde\xe5\x72\x4e\x74\xb9\ \x5c\xf9\xf9\x79\x18\x23\x9b\xdd\x0e\x00\xf1\x58\x2c\x1c\x8b\x22\ \x8c\x1c\x36\x3b\x03\x0e\x94\x01\x02\xc3\xd0\x6d\x16\xab\x69\x9a\ \x90\xcc\xdd\x42\xc0\x11\x98\xa6\x29\xcb\x32\x21\x44\x10\x04\x53\ \x37\x24\x59\x76\xbb\xdd\x09\x4d\x2b\x75\xa5\x29\x8a\xa2\x5a\x2c\ \xe1\x68\x24\x59\x20\x22\x08\x22\xc6\x02\x63\x8c\x51\xd6\xe7\xeb\ \xdb\xb1\x63\x47\x6f\x6f\xaf\x45\x55\x4b\x4b\x4b\x44\x91\x78\x3d\ \x6e\x82\xb0\x45\x55\x1d\x0e\x87\xa6\x25\x18\x07\x59\x56\x6d\x36\ \x87\x96\xd0\x93\x89\xe5\x0e\x87\x9d\x10\x81\x03\x67\x8c\x5a\x6d\ \x16\x00\xde\xde\xde\x66\x98\x06\x11\x89\x24\x49\x8a\xa2\xc6\x62\ \x51\x00\xc8\xcb\xcb\x13\x04\x81\x73\x9e\x48\xc4\x45\x51\x4a\xa6\ \x7d\x2a\xb2\x22\x49\xb2\xc5\x62\xe9\xee\xee\xf2\x7a\x7d\x83\x06\ \x95\xeb\xba\x7e\xc6\x19\x67\xe6\x17\xe4\x1f\xdc\xe3\xfb\x2e\x6c\ \x5e\x01\x62\x4d\xbb\x3e\xd9\xa9\xd7\xd4\xd6\x38\xf7\xef\xdd\x13\ \xe5\x69\x8a\xac\xaf\x7f\xf7\xd5\x67\x57\xec\x95\x14\x19\x10\xce\ \xc9\x44\x08\x13\x19\x05\x17\xce\x7d\xf1\xa6\x9b\xaf\x9e\x93\xab\ \x34\x7c\xa0\x71\x29\x6b\xf4\xd8\xea\x34\x39\xeb\xda\xdb\x07\x13\ \x6b\x46\x96\xdd\x5a\x9b\xbb\x30\x2a\x58\x24\x1e\x68\xdc\xb0\xbc\ \x69\xfa\xdd\x37\x5e\x22\x2d\x78\xe2\x77\xed\xda\x18\x62\x51\x45\ \x01\x1f\x52\x0a\x24\x28\x62\x62\xc5\xcb\xcf\x56\xde\x7a\xf3\xd9\ \x23\xac\x3d\xeb\x37\x9b\xc1\x9e\x08\x11\x4a\x4a\xb3\x8c\x96\x76\ \x8a\xc5\xdc\x51\x53\x87\x07\xc2\xab\xd6\x35\x22\x09\x45\x03\x5e\ \x8f\x59\x52\x95\xe7\xdc\xd1\xdd\x8b\x24\xc4\xa4\xa2\x9a\x42\xe2\ \xdd\xd6\xa5\xa3\x5c\x64\xf8\x77\x6d\x59\xdf\xd0\x1b\xf4\xf6\x76\ \x79\x83\x71\x41\x14\x11\xff\xfc\x77\xc3\x11\xb7\x9b\x1b\xae\xc1\ \x45\xf6\xdd\xbb\xfb\x65\x4c\xb1\xad\xa8\xb4\x42\x6e\xde\x14\xe0\ \x50\x08\x98\xc8\xbc\x7f\xe1\x4b\x2f\xde\x74\xeb\x15\x27\xa6\x5b\ \x9b\x96\x33\xcc\x13\x7b\xd6\x2c\x6c\xd8\xf8\x41\xc1\xc8\x33\xee\ \xfc\xc9\xa5\x7d\x6d\x7f\xf8\xb0\x9d\x2a\x62\xca\x78\xfa\x7e\x41\ \x10\xc5\x60\xdb\xd6\x67\x9f\x7e\xdd\x0b\x32\x01\xce\x80\x61\x84\ \xa9\xa6\xe7\x8e\x3f\xf5\x8a\x53\x26\x29\x5c\x63\x47\xa8\xb3\x82\ \x10\x62\x94\x6e\xdf\xba\x2d\x10\x08\x0c\xad\x1b\x92\x95\x93\xe5\ \xee\xea\x69\x69\x6e\xf2\x78\x7a\xcb\x2b\x06\x65\x66\x65\x78\xbc\ \xee\x50\x38\xd8\xde\xd1\x7a\xca\x29\x27\xab\xaa\xba\x75\xeb\xd6\ \x58\x2c\x61\x9a\x5c\x14\x25\x01\xe3\x68\x34\x54\x90\x9f\xeb\xed\ \xc3\x2d\x4d\xcd\xb9\xd9\xd9\xe9\x19\x19\x1c\x21\x4d\xd3\x98\x6e\ \x04\xfb\xfb\x35\xc3\xc8\xc9\xcd\x31\x0c\x4a\x88\xc0\x18\xa7\x54\ \x13\x30\x73\x38\xac\x94\x6a\x00\x14\x00\x71\x0e\xd4\xa4\x84\x90\ \xa4\xff\x88\x11\x06\xce\xfb\x3c\x1e\x82\x05\x43\xd3\x29\xa5\x76\ \xbb\x4d\x37\x0c\x93\x83\x2c\xca\xa6\x61\x10\x11\x10\xe2\x84\x90\ \xfe\x40\x7f\x57\x5b\x7b\x3c\x1c\x96\x30\xc2\x92\x18\x8f\x84\x5a\ \xdc\x6e\x6a\x18\xb9\x39\x39\x6d\x9d\x1d\xaa\xd5\x2a\x69\x92\xa4\ \xa8\x0c\x20\x14\x8d\x29\x8a\x64\xb3\x58\x82\xc1\xa0\xc9\xcd\x50\ \x34\x2c\xcb\x92\x6e\x1a\xf9\x45\xf9\x7e\x7f\xa0\xc7\xd3\xeb\xca\ \xc8\x8e\x27\x74\x00\xe4\xf7\xfb\x0d\xdd\xa0\x26\x2b\x28\x28\x74\ \x39\xd3\x74\xdd\x14\x04\x09\x01\xde\xbc\x69\x5b\x5e\x5e\x1e\x8c\ \x24\x08\x61\xbf\x3f\x80\x31\x2e\x28\x28\xb4\xd9\x6c\x2e\x97\x2b\ \x37\x27\x9b\x52\x4a\xc8\x77\x66\x37\x21\x2c\x4a\x7a\x4b\x5b\xfd\ \xd2\x8f\x3e\x02\xc7\x9d\x97\x5c\x79\x59\xcb\x43\xef\x68\xd4\x52\ \x50\x5e\x37\x2a\x68\x15\x15\x39\xde\xd7\x1d\x41\x5c\x92\x91\x20\ \xca\xac\xa7\xfe\xed\xc5\xab\x47\xdc\x71\xa9\xaa\xc7\x73\x46\xcc\ \x1a\x2c\x77\x3c\x76\xef\x43\x9d\xa6\xc8\x98\x72\xda\xcf\x7f\x37\ \x69\xda\xe8\xf5\x51\x0b\xa1\x41\x9c\xe8\x59\xf5\xe1\xc7\xf9\x23\ \x2d\xeb\xb7\x77\xb2\xba\x63\xb8\xc3\x21\x13\x81\x88\x48\x22\x08\ \x00\xcb\x32\x22\x44\xc6\xf1\xb6\x77\xde\x7e\x6f\xc4\x5f\x6f\x74\ \x22\x0c\xe1\xc6\xf7\x3e\xde\x7b\xf5\xc5\x37\x45\xd4\x05\x7b\xba\ \xe3\x15\xd9\x16\xde\x47\x01\x01\x16\x88\xee\xdd\xb7\xec\x83\x7d\ \x97\x5d\x7a\x13\xca\x58\xdc\x16\x12\x86\x4d\x3f\xb5\x32\xb2\xeb\ \xfe\x75\x0d\x42\x69\x29\xc6\xfd\xf5\xdb\x36\xd7\xfb\x98\x24\x0a\ \x02\x21\x88\x33\x00\x84\x88\x82\x91\x00\x00\x1c\x81\x80\x24\x45\ \x54\x8d\x9e\xf5\xef\x6f\x6c\xb9\xe8\x9a\x9f\xf1\x77\x96\x76\x46\ \xc5\xd1\xc7\xcd\x29\x0e\xae\x79\x7d\x5b\x2b\x1a\x34\x16\x61\x99\ \x88\x32\xf3\xee\x7a\xed\xad\xb5\xf7\xdd\x71\x51\xb3\x00\x99\x65\ \xe3\x46\x0f\x4d\xeb\xee\xf2\xd8\x8a\x73\x31\xa2\x26\xe3\x90\xe2\ \xa5\xef\x21\x37\x61\xe4\xef\x6e\xf2\xa0\xdc\xd9\xa7\xcd\x20\x9e\ \xad\xf3\x57\xb4\xcc\x3c\xef\x0c\xa5\x79\xdd\xfb\xfb\x1a\xc2\xb3\ \x27\xa9\xe2\x61\x1b\xbd\xff\xa1\x66\xa5\xb9\xb9\x09\x01\x9e\x3c\ \x71\x22\x51\xe4\xde\xae\x2e\x00\xa8\xdf\xbd\x7b\x57\xfd\x6e\x9b\ \xc3\xce\x38\x0b\xf4\x07\x2c\x56\x75\xf6\xec\xe3\x05\x81\x78\xbd\ \x3e\xb7\xdb\x13\x8b\x25\x18\xe3\x92\x24\x03\x86\xe2\xe2\xa2\xe6\ \xe6\x26\xbb\xc5\xe2\xf5\xf6\xf9\xfb\xfa\x7c\x3e\x1f\x47\x80\x89\ \xe0\xf7\xfb\x23\x91\x48\x61\x61\xa1\x45\x51\x21\x69\xcc\x21\x0e\ \x1c\xa8\x61\x68\x89\x98\x20\x20\xe0\x0c\x63\xc4\x39\xc2\x22\xa1\ \xa6\xa1\x6b\x3a\x21\x24\xe0\xf7\x27\x62\x31\x84\x11\x70\x4e\x30\ \x6e\x6c\x68\xc8\xcf\xcb\x8d\x46\xe3\xb2\xcd\x26\x49\x24\x99\xdc\ \x04\x00\x89\x68\xcc\x88\xc7\xdd\x3d\x3d\x12\x16\x32\x1c\xce\xd6\ \xd6\xa6\xae\x8e\x96\x44\x42\xe3\x8c\xd9\xed\x36\x00\xd0\x0c\x93\ \x01\x36\x39\x28\xb2\x82\x04\xec\x4a\x4b\x0b\x06\xfb\x73\xf3\xf3\ \xdc\x6e\x77\x7a\x66\x7a\x22\x11\x77\x5a\x2d\x82\x44\xa2\xf1\x08\ \x91\xc5\x40\xc0\x6f\x18\x54\x96\x14\x8f\xbb\x0f\x00\xca\xca\x4a\ \x65\x49\xd1\x75\xa3\xb2\xa2\x32\x14\x0c\x35\x36\x34\x4d\x99\x32\ \x1d\x21\xb4\x79\xcb\x16\xce\x78\x69\x69\x69\x59\x59\x99\xaa\xaa\ \x35\x35\x35\x85\x85\x85\x3e\x9f\x2f\x69\xfd\x7d\x27\xd2\x63\x08\ \x21\xa6\xb5\xed\xd8\xe3\x8f\x20\xbb\x05\x36\x2c\x7c\xb1\xe4\xb2\ \x53\xcb\x0b\x6c\x1d\xbb\xb6\x0d\x1e\x3a\xf2\xe4\x82\x61\x58\x92\ \xfb\x77\xad\x7e\x6f\x6b\xef\xd6\xed\x2d\x51\x03\xc9\xaa\xdc\xb3\ \x7d\xd9\x0b\xaf\xe5\x66\x07\x58\x7e\x3a\xd4\xaf\x59\xda\x1c\x48\ \x20\x91\x1a\x46\xe4\x93\x25\xab\x8f\x2f\x4e\x43\xf1\x8e\x6d\x4d\ \x6e\x90\x2d\xbd\x9f\xcc\x7f\x64\x13\xa2\x5c\x51\x82\x9e\x7d\x3b\ \x9d\x1c\xf3\xce\xfd\xfb\x43\xbd\x71\x64\xa2\x5d\x3b\x1a\xfb\x35\ \x90\x65\xb5\xbf\x71\xcd\x0b\xcf\x96\x0d\x33\x23\x92\x2c\x6c\x5f\ \xf4\xec\x93\x81\xe3\x8e\x1d\x37\xad\xe2\x18\x44\xdd\x3b\xd6\x6d\ \x69\x01\x42\x00\x61\x89\xb0\xcd\x0b\x9f\x88\xfb\x4f\x9c\x39\x76\ \x46\x0d\x81\x60\xe7\x9a\x7f\xcc\x5d\xd6\x1e\x27\xb6\x78\xa0\x61\ \x5b\xa3\x06\x44\x92\xf8\x01\x35\x57\x84\x11\xed\x6d\xd8\x1e\xee\ \x0b\x21\x41\x10\x10\xf7\x76\xd5\xef\xa1\x01\x49\xfa\xff\xec\x7d\ \x77\x98\x25\x65\x9d\xee\x17\xeb\xab\xaa\x53\x27\x77\xee\x99\x9e\ \x9e\x9c\x60\x60\x98\x21\x0c\x20\x82\x28\x18\x00\x03\xae\x01\x54\ \x0c\xab\x80\x89\x35\xef\xde\x5d\x77\xf7\x7a\x05\xd3\xe2\x35\xec\ \x55\x11\x05\xd1\x5d\x58\x64\x51\x30\x02\x92\x07\x18\x06\x06\x86\ \xc9\x33\x3d\xa1\xa7\x73\x38\x39\x54\xfa\xe2\xfd\xa3\x18\x64\x5d\ \x95\x60\x00\xf7\xe9\xdf\xf3\xcc\xf3\x4c\x9f\x3e\xa7\xfa\x54\xd5\ \xf7\xbd\xf5\x8b\xef\x6b\x1e\xba\xf9\x2a\x7f\xf6\x95\x2f\x3d\xe9\ \x65\x6b\x30\x28\x8f\xdc\xff\xe5\x9f\xdd\x39\x1d\xd3\x54\x38\x7d\ \x60\xdf\x9e\x40\x23\xcb\x66\x33\xdb\x6e\xbb\xfa\xa6\x62\x7e\xb2\ \x69\x48\xa6\x77\xd9\xfa\xa3\x8f\xa5\x40\xb6\x6e\xbe\xee\xea\x47\ \x27\x04\x9b\x1b\xee\x79\x31\x9a\xd1\x5a\xe7\x16\x2c\x7f\xc9\x29\ \x27\xd2\x89\x78\xd3\x8e\xf8\xc4\x53\x4f\xca\x16\x1a\x0f\x8e\x1c\ \xfa\xef\x1d\x51\xbf\xef\xfe\x49\x29\x7b\xfb\xfa\xe7\xcf\x9b\x4f\ \x98\x65\x94\x4e\x67\xb2\x71\x1c\x0f\x8f\x8e\x1e\x38\x74\xe8\x89\ \xed\xdb\x01\x00\xc5\x8e\x8e\x0d\x1b\x4e\x6e\xb7\x7d\x63\x40\x2e\ \x97\x3d\xee\xb8\xe3\xf2\xf9\x3c\x21\x64\x68\x68\xa8\xd5\x68\x33\ \xc6\x96\x2f\x5f\x76\x60\x68\x68\x68\x68\x68\xf5\xea\xd5\xb7\xdc\ \x72\x8b\x45\xa9\xe0\xfc\xc0\x81\x03\xab\x57\xaf\x76\xd3\xe9\x24\ \xda\x4c\x3a\x56\x30\x21\x94\x10\x1e\xc7\x18\x21\x88\x60\xb2\x9f\ \x21\x04\x61\x10\x70\xce\x0b\xc5\xa2\x31\xc6\xa2\x94\x32\x26\x95\ \x1c\x9f\x98\x48\xb9\x6e\xa5\x54\x26\x8e\x33\x7f\xd1\x62\x08\x49\ \x32\xc1\xab\xa5\x40\x10\x8d\x8d\x8d\xf6\x74\x75\x65\x53\xde\xce\ \x9d\xdb\xa5\x4c\xfa\x54\x35\xc6\x98\x50\xca\x18\xab\xd7\x6a\x85\ \x62\x07\xe7\x1c\x23\x0c\x00\x98\x9e\x9a\x56\x5a\x72\xce\x2d\xcb\ \x92\x52\xda\xb6\x33\x3d\x3d\x95\x4e\xa7\xbb\xbb\x7b\xa6\xa6\xa7\ \x9b\x0d\x7f\x64\x6c\x22\x8a\x22\xc7\xb1\x6b\xf5\x5a\xcc\x63\x63\ \x4c\x6f\x6f\xef\xa2\x45\x8b\x76\xed\xda\x05\x21\x4c\x6a\x76\x7b\ \xf7\xee\x4d\x2a\x83\xf3\xe7\xcf\xef\xef\xef\x2f\x14\x0a\x41\x10\ \x0c\x0c\x0c\x94\x2b\xb3\x7f\x74\x1e\x82\x23\xd0\x84\xb0\xa8\xfe\ \xe4\xaa\xab\xb0\x65\x33\xc7\x31\xf1\xc4\xf5\x5f\xfb\x2a\x61\xcc\ \xec\xfd\xda\xc6\x1f\x81\x27\xa7\x9e\x31\xb5\x08\xb8\xf6\xbb\x3b\ \x2d\x9b\x11\x0c\x08\x16\x1b\x6f\xfa\x86\x21\x36\x31\x07\x76\x68\ \x64\x33\x06\x00\x60\xcc\x1a\xdb\xf2\xc3\x6f\x3d\x82\x09\xd2\x8f\ \x6b\xec\x30\x1b\x1b\xad\x8d\xc1\xcc\x16\x53\xdb\x7e\x70\xf5\xe3\ \x96\xcd\xee\xff\xcf\xeb\x34\xb6\x18\x36\xdf\xfb\xf6\x3e\x6a\xdb\ \x16\x41\x86\x80\xad\x3f\xff\xce\x16\x48\x6d\xe6\x58\x9a\xef\xda\ \x78\xcb\xb6\x7b\x7f\x04\x00\x30\x00\x50\xca\xa8\x85\x81\x01\x00\ \x22\x8a\xd4\x9e\xfb\x7f\xb4\xfd\x1e\x7d\xe4\xdb\x50\xe6\x3a\x62\ \x6a\xe7\x75\xdf\x78\xc2\xb2\xed\x5f\xcb\x4c\x43\x48\x41\xfc\xe0\ \x8d\xdf\x30\xc8\xb2\x6c\x46\x8d\xd9\x7e\xe7\x75\x8f\x03\x62\x33\ \xd7\xd2\xd1\x8e\x7b\x6e\x7a\xfc\xce\x84\x70\x02\x53\x8b\x52\xdb\ \xe1\x13\x8f\x5e\xf7\x9d\x4d\x96\x6d\x23\x08\x18\x95\x0f\xdc\x78\ \x95\xc1\x96\x85\xcd\x35\x5f\x79\x38\xe9\xce\xc2\xc4\xa2\x94\xcc\ \xb9\x4d\x2f\x42\xd3\x00\xe5\xb2\xb9\xfa\xe1\xbd\x87\x2b\x22\x3b\ \xbc\x7f\xd7\xbe\x27\xee\xba\x6b\x4b\x7a\x68\x63\x98\x39\x36\xe3\ \x20\x23\x9f\xb5\xce\x8a\x31\xc6\x71\x1c\x66\xdb\x46\x6b\xa5\x94\ \x65\x59\xb3\xb3\xb3\x0f\x6c\xdc\x48\x09\x39\xf1\x84\x13\x1e\x7b\ \xec\xb1\x64\x98\x63\xd9\xf2\x65\xf5\x5a\x2d\x08\x82\x5c\x2e\x57\ \x2c\x16\x93\xce\xec\xa9\xa9\xa9\x65\x2b\x96\x6a\xa9\x97\x2e\x5f\ \xde\x6c\x36\x9b\xcd\xe6\x82\x05\x0b\xb6\x6e\xdd\x4a\x2d\x6b\xe9\ \xb2\x65\xc4\xb2\x9a\x8d\x46\xca\x75\xb5\x81\xd0\x40\x42\x10\x80\ \x90\x32\xa6\xb5\xc6\x84\x00\x84\x13\xc6\x13\x25\x15\xe7\x1c\x63\ \xec\xb7\x5a\x99\x54\x8a\xb9\xee\xec\xd4\x74\x2e\x9b\x6b\xb5\x5a\ \xf5\x4a\x75\x68\x68\xa8\x7b\x60\x7e\xbd\x5e\xb3\x48\x27\x82\x00\ \x68\xdd\x6a\x34\x27\x27\xc6\x9e\xd8\xba\x15\x01\x93\xc9\xa4\x31\ \x46\x47\x40\x47\x35\x5b\xed\x38\x8e\xbb\xba\xbb\xc6\x27\x26\xa5\ \x94\x84\x90\x76\xbb\xdd\xdb\xd3\xa5\xb5\xaa\x54\x2a\xb9\x9c\x57\ \xaf\xd7\x5d\xd7\x89\x22\x9e\x4a\xa5\x9b\xcd\xb6\xe7\x79\x69\x2f\ \x5b\xab\xb5\x93\x6e\xc5\x76\xbb\x6d\x33\x7b\xc9\x92\x25\xf3\xe7\ \xcf\xcf\xe5\x72\xc6\x98\x52\x69\x96\x52\xb2\x7f\xff\xfe\x81\x81\ \x81\x45\x8b\x16\x35\x9b\xcd\x04\x05\x3b\x3a\x3a\x30\xc6\xf9\x7c\ \x7e\x64\x64\x14\x61\xc3\x58\x56\x9b\x3f\xf2\xd8\xca\x91\xe6\x52\ \x68\xd9\x36\x78\x92\x99\x00\x31\xdb\x06\x00\x00\xcb\xfe\x8d\x3b\ \xca\x6c\xfc\x14\x7f\x0c\x65\x89\x40\xa3\xc5\x9e\x46\x29\x83\x08\ \x4b\x74\x89\x30\x00\x09\x65\x1d\x04\xc0\x68\x0d\x20\x66\x0c\x03\ \x63\x88\xc5\x00\x00\x06\x40\x66\x33\x00\x4c\x92\x11\x20\x96\x4d\ \x92\xb7\x01\x48\xa8\x45\xe8\xd3\x9f\x8c\xe6\x69\xf9\x05\x0b\xff\ \x97\x5f\x69\x00\xf1\xd3\xbf\xd2\xaf\x17\xa2\x65\x27\x6f\x30\x00\ \x60\xca\xf0\x91\x83\x3f\xe3\x11\x28\x7b\x52\x48\xce\x7a\xba\x54\ \xc0\x9f\xe8\x99\x30\x67\xcf\x6e\x7d\xfe\xae\xdf\x2a\xa1\x3a\x17\ \x1f\xbb\xb6\xe3\xde\x2f\x7d\xea\x03\x94\xa5\x4e\x7d\xe5\x69\x07\ \x7f\x7e\xed\x0c\xed\x7b\xd3\x45\x27\x7b\x80\xf3\xe7\xaa\x39\xce\ \xb9\xb0\x18\x8d\xc2\xc0\xf3\xbc\xdb\x6e\xbf\x7d\x6a\x7a\xe6\x8a\ \x2b\xae\x58\xb2\x74\xc9\x47\x3e\xf2\x91\xb1\xd1\xb1\x7d\x43\xfb\ \x7a\x7b\x7b\x09\x21\xe5\x72\x99\x10\x12\x04\x41\x32\x56\x32\x33\ \x33\x53\xec\x28\xa6\x3d\xcf\xb2\xc8\xca\x55\xab\xee\xbe\xeb\x2e\ \x8c\xb1\x63\xdb\x7d\xbd\xbd\xc5\xae\xce\xfb\xee\xba\xfb\xe1\x87\ \x1f\xfe\xc8\xc7\x3e\x86\x30\x36\xc6\x68\xa5\x92\x88\xcc\xf7\xfd\ \xd4\x91\x67\xa9\xd1\x06\x63\x9c\x72\x5d\x6d\x34\x8f\x63\x29\x45\ \xa5\x5c\x1e\x3e\x3c\x1c\x47\x61\xb3\x56\x2b\x97\xcb\xa7\x9f\xfe\ \xd2\xee\xce\xae\x58\x6b\x29\x04\x04\x1a\x33\x06\x21\x68\x35\x5b\ \x14\xe3\x91\x91\xc3\xae\xe3\xb4\x5b\xad\x76\xab\x95\xf2\x9c\x64\ \x60\xd8\x18\xc3\x2c\xc6\x2c\x56\xaf\x37\x52\x29\x57\x4a\x39\x39\ \x35\xb5\x7a\xd5\xca\x56\xab\xd5\x68\x34\x32\x99\x34\x21\xb4\x5c\ \x2e\x2b\xa5\x0a\x85\xa2\x52\x2a\x8a\x43\xc7\x75\xd3\x9e\x57\x89\ \x63\x8c\x71\x2e\x97\xcb\x65\x73\x43\x43\x43\x8f\x3c\xf2\xc8\xab\ \x5f\xfd\xea\xae\xae\xee\x64\xbc\xce\x18\x63\x59\x56\x1c\xc7\xbd\ \xbd\xbd\xae\xeb\x8e\x8d\x8d\x6d\xdb\xb6\xad\xd9\x6c\xf6\xf4\xf4\ \xbc\xea\xd5\x67\x95\xcb\xe5\x3f\x78\xbe\x04\x6a\x63\xa4\x10\xc9\ \xce\xa4\x94\x22\x04\x10\x9a\x73\x0b\xe6\xec\xc5\x68\x08\xc1\xdf\ \xb3\x38\x8d\x16\xd2\xee\x7e\xd3\xc5\x9f\x3a\x6a\xd7\x3e\x95\x19\ \x58\xbd\xb4\x5f\x9f\xf3\x9a\xc8\x58\x29\x9b\x70\xa1\x9e\x43\x4c\ \x07\x21\x88\x39\x07\x10\x6a\x0d\x3c\xcf\xbb\xfb\xee\x7b\x6f\xfe\ \xd1\x8f\x2f\xff\xdc\x15\x67\x9c\xf1\xb2\x07\x1e\x78\x40\x29\x5d\ \xab\xd7\x37\x6f\xde\xfc\x8a\x97\xbf\x62\x72\x72\xb2\x50\x28\xb4\ \xdb\x6d\xce\x39\x63\x6c\xdf\xbe\x7d\x67\x9f\x7d\xf6\xe1\xc3\x23\ \x47\xad\x5e\x25\x85\x14\x42\x74\x77\x77\xdf\x78\xe3\x8d\x84\xd2\ \xa4\x97\xa1\x52\xa9\x4c\x4e\x4e\xfa\xad\x56\xae\x58\x14\x52\xb6\ \xdb\x6d\xa3\x64\x18\x06\x8d\x46\x83\x31\x06\x8c\x06\x88\x20\x04\ \x0c\x30\x84\x92\x38\x0c\xbc\x94\x5b\x9e\x2d\xed\xda\xb5\xd3\x4b\ \xa5\xd2\x9e\x17\x05\x7e\xca\x75\x56\xac\x58\xd6\xa8\x57\xdd\x5c\ \x3e\x8e\x43\x8b\x12\x08\x81\xd1\xca\xb1\x99\x31\x4a\x2b\x59\x9a\ \x99\x09\xc3\x30\x97\xcf\x26\xee\x4c\x02\x1f\x51\x18\xba\xae\x5b\ \x2a\x57\x6d\x9b\xa5\xd3\xe9\x81\xf9\xf3\x07\x06\x06\x3c\x2f\xf5\ \xf8\xe3\x4f\xe4\x72\x79\xc6\xec\x72\xb9\xdc\x6e\xb7\x6d\xdb\x91\ \x52\x10\x62\x65\xb3\x56\xb9\x52\x4b\x3e\xde\xd1\xd1\x31\x3e\x3e\ \x7e\xf4\xd1\x47\x67\x32\x99\x2d\x5b\xb6\x8c\x8f\x8f\xa7\x52\xa9\ \x72\xb9\x92\x50\x14\x3c\x35\x2b\xb3\x7f\xff\xfe\xc9\xc9\xc9\x7c\ \x3e\x7f\xce\x6b\xce\x51\x7f\x8c\x41\x5f\x08\xa1\x92\xd2\x8f\x42\ \x63\x8c\xe3\xba\x17\x5d\xf4\xf6\x54\xca\x9b\x73\x0b\xe6\xec\x45\ \xeb\x37\x51\x4a\xb5\xfe\x1d\xeb\x13\x62\x24\x5a\xdb\x36\xdd\xb3\ \x65\x44\x6e\x78\xc5\x0a\xa8\xc2\x76\x64\xdc\x14\x56\xbf\xad\x45\ \xf9\xf7\xfb\x4d\x50\x70\xa1\x94\xb4\x2c\x32\x33\x53\xba\xfc\xf2\ \xcb\xdf\xf2\x96\x37\xbf\xf2\xec\xb3\x9a\xcd\x76\x67\x67\x67\x4f\ \x4f\xcf\xd6\xad\x5b\xb7\x6c\xd9\xb2\x75\xeb\xd6\x66\xb3\x39\x31\ \x31\x31\x32\x32\x32\x34\x34\x44\x08\x71\x1c\xa7\xa3\xa3\x63\x78\ \x78\xb8\xd5\x6a\x65\xbc\x94\xeb\x38\xcd\x56\xcb\x71\x1c\x00\xc0\ \xae\x5d\xbb\x3a\x3b\x3a\x6a\xb5\x5a\x14\x45\x87\x0f\x1f\x76\xcb\ \xd5\x88\x47\xbd\xdd\x9d\x29\xdb\xae\x56\x2a\x33\xd3\x33\x9d\x9d\ \x9d\x90\x50\xa0\x9e\xa4\xda\x44\x00\x34\x1a\x0d\x4a\x48\x32\xc7\ \x5b\x2e\x95\x3a\x8a\x1d\x9d\x5d\x5d\x36\x63\x43\x7b\xf7\x75\xfb\ \xc1\x8a\x63\x32\x04\x59\x8e\x6d\xc7\x61\x10\x47\x61\x1c\x87\x00\ \x80\x62\xa1\x30\xe6\xfb\x8e\x65\x65\x0b\xd9\x43\x87\x0e\x85\x61\ \x68\x0c\x88\xe3\xd8\x75\x5d\xa9\x8d\x31\x9a\x10\x02\x21\xe2\x82\ \xb7\xdb\x7e\xa5\x5a\xd3\x4a\xcf\xcc\xcc\x0e\x0c\x0c\xa4\xd3\x19\ \xa5\xf4\xec\x6c\xa9\x5e\xaf\x15\x0a\x45\xad\x01\xe7\x3c\x19\xd3\ \x4b\xa6\x7c\x6d\xdb\x66\x8c\xf5\xf6\xf6\x4e\x4d\x4d\x85\x61\x54\ \x2c\x16\xd6\xaf\x5f\x9f\xb4\x77\x3d\xf8\xe0\x83\x10\xc2\x53\x4f\ \x3d\x35\x0c\xc2\x53\x4f\x3d\x35\x97\xcf\x3f\x23\xeb\xe8\xb3\xbb\ \xd9\x9a\x5a\x34\xe5\x79\x06\x00\x11\xc7\xf9\x7c\x61\xe9\xf2\x55\ \x73\x7b\x60\xce\x5e\xbc\x49\xa5\xdf\xad\xeb\x4b\x29\x99\xd9\xfe\ \xc0\x0d\xb7\x6f\x5b\xb2\x30\x77\xfd\xf5\xbf\xf8\xe8\xc5\xa7\xff\ \xea\xe6\x9f\x2d\x3f\xfb\xcd\xc7\xf4\xb9\xf2\xbf\x3d\xc8\x7f\x1f\ \x36\x11\x42\x66\x66\x4b\x95\x7a\x6b\xe9\x92\x25\x9f\xfb\xfc\x17\ \xfb\xfa\xe7\x9f\xf7\xda\x37\xdc\xbf\xf1\x21\x08\x11\x21\x44\x69\ \x60\x59\x4e\x14\x44\x8f\x3d\xf6\x58\x2a\x95\xba\xfd\xf6\xdb\xeb\ \xf5\x7a\xb9\x5c\x8e\xa2\xa8\xbf\xbf\xbf\xa3\xa3\xc3\xb2\xac\xb1\ \xb1\xb1\xb5\xc7\xad\x0d\x7d\x7f\xd5\xaa\x55\x18\x63\xa3\x75\xbe\ \x50\x58\xbe\x72\xe5\xce\x5d\xbb\x28\x21\x0b\x06\x07\x31\xa1\x10\ \xa1\x94\xcb\x30\x21\x08\xe1\x89\x89\x89\xa3\x8e\x3e\x3a\xa9\xdb\ \x09\x21\x2d\x4a\x21\x86\x52\xc4\x8d\x7a\xd5\x18\x93\xcb\x78\x3b\ \xb6\x6f\x2f\xcf\xce\x18\xad\x94\x14\x81\xdf\xb6\x2c\xca\x28\x93\ \x5a\x2a\x25\x29\x25\x99\xb4\xd7\xdf\xdb\xd7\x6e\x34\x2b\x96\x35\ \x7f\xde\xbc\x47\x1f\xdd\x1c\x86\x61\x2a\x95\x42\x18\xcf\xcc\x94\ \x92\x76\x04\x88\x71\xb9\x5c\x0d\xc3\xd0\xb6\xed\x38\xe2\x13\xe3\ \x93\x9e\x97\x4e\xa7\x33\xc0\x20\xd7\xf1\x1a\xf5\x96\x45\x6d\xc7\ \x76\x97\x1c\xb7\xb4\x52\xab\x96\x2a\x95\xa4\xc1\x4a\x6b\x5d\xa9\ \x54\x16\x2d\x5a\x94\x70\xad\x20\x84\x8a\xc5\x02\x63\x96\x52\x2a\ \x0c\xc3\x81\x81\x01\xdf\xf7\xfb\xfb\xfb\x2f\xbe\xf8\xe2\x4d\x9b\ \x36\x75\x76\x75\xae\x5a\xb5\x4a\x1b\x55\xaf\xd7\x28\xfd\x43\xab\ \x45\x10\x22\xc1\x45\xab\xd9\x34\xc6\x30\x66\x83\xb9\xda\xf8\x9c\ \xfd\xe5\x46\x7c\x50\xcf\x4e\x4f\xf7\xad\x7d\xd5\x07\x2f\x1c\xfc\ \xca\x97\x7f\xe6\x87\xaa\x39\x33\x56\x0d\x39\x82\xa9\xe7\xe6\x37\ \x59\x96\x75\xf0\xe0\xc1\x5f\xde\x76\x67\x2e\x97\xbb\xff\xfe\xfb\ \x5f\xf1\x8a\x57\x5c\xf3\xdd\xef\xce\x9f\x3f\xb0\x62\xe5\x8a\x64\ \x7f\x6a\x60\x62\xc1\x3b\x3b\x3b\x57\xac\x58\x11\xc7\x31\x21\xe4\ \xd6\x5b\x6f\x9d\x9d\x9d\xb5\x2c\xab\x5a\xad\x6e\xdc\xb8\x11\x02\ \x90\x4e\xb9\x71\x1c\x7b\x9e\xe7\x79\x9e\x54\xaa\x58\x28\xd8\xb6\ \x3d\x7f\x60\xe0\xa1\x87\x1e\x8a\xa2\x28\x57\x48\x71\xce\x2b\xd5\ \x6a\xda\x71\x26\x26\x26\x26\x26\x26\x52\x9e\x07\x94\xd0\x12\x08\ \x21\xc3\x30\x20\x18\xe4\x0a\x85\xbd\x7b\x76\x8b\x58\x0c\x2e\x5c\ \xc8\x98\x4d\x10\xd2\x5a\x61\xc4\xa2\x28\x82\xc0\x94\xcb\x33\x85\ \x42\xc1\xb2\xa8\xe2\xdc\xf7\xfd\x3d\xbb\x77\xef\xd8\xbe\xdd\x75\ \x1c\xbf\xdd\x2a\x97\xca\x84\x51\xc7\x71\x82\x20\x24\x84\x70\xce\ \x6b\xb5\x9a\x65\x3b\x00\x98\x6a\xb5\xba\x70\xe1\xc2\x8e\x8e\xe2\ \xaa\x15\xab\x82\x30\x98\x9a\x9a\x86\x10\x04\x41\x90\xf4\x79\x9e\ \x7f\xfe\xf9\x99\x4c\x66\xf8\xf0\xe1\x4d\x9b\x37\x9b\x7d\x43\x09\ \x90\x75\x77\x77\x43\x08\xa7\xa7\xa7\x17\x2d\x5a\x94\x4a\xa5\xca\ \xe5\xb2\x94\x6a\x7a\x7a\xfa\xf6\xdb\x6f\x5f\xba\x74\x69\x5f\x5f\ \xdf\xe2\xc5\x8b\x7d\xdf\xaf\x56\xab\x27\x9d\x74\x52\xa9\x34\xfb\ \xa5\x2f\x5d\x79\xee\xb9\xaf\x7e\xc9\x69\xa7\x86\x61\xf8\x87\xfa\ \x4d\x94\xba\xa9\x94\x31\x46\x08\x61\x9a\x73\x9c\xbc\x73\xf6\x17\ \x1b\xf1\x01\x94\xca\xa4\xc7\xef\xf8\xe5\x55\x7e\x71\xef\xfe\xe1\ \xda\xd5\xa3\x33\xbc\xf7\xcc\xce\xcc\x6f\xad\x17\x3d\xc3\x53\x9d\ \x10\x5a\x6f\xb6\x1e\xdd\xb2\x05\x63\xb2\x73\xd7\xae\x3d\x7b\xf7\ \xe5\x72\xd9\x7b\xef\xbb\xb7\xbb\xbb\x1b\x22\x94\xcd\x66\x6b\x95\ \xf2\xc6\x8d\x1b\x1d\xc7\x39\xed\xb4\xd3\x36\x6e\xdc\x38\x39\x39\ \xc9\x18\x5b\xb1\x62\xc5\xec\xec\xec\xd0\xd0\xd0\x99\x67\xbe\x6c\ \x7c\x7c\x7c\xd5\xaa\x55\x42\xca\x5a\xad\x26\x84\xb0\x18\xc3\x94\ \xb6\x5b\x2d\xdf\xf7\x03\x3f\xd0\x00\x16\x8a\xc5\x5a\xb5\xd4\xae\ \xd5\x26\x27\x27\x63\x1e\xdb\x8c\x19\x6d\x10\xa5\xd4\xc0\x30\xf0\ \x5b\x41\x4b\x49\x3e\x3e\x36\xb1\x7f\x68\xc8\xf7\xfd\x7a\xad\xd6\ \x6a\x36\x67\xa6\x67\x5c\xd7\xcd\xe5\x73\x87\x87\x87\xc7\x67\xa6\ \x3b\x3b\x3b\xd7\xac\x5e\x55\xec\xec\x8c\x39\x6f\xfb\x6d\x84\x50\ \xbd\x5e\x3d\x78\xe0\x40\x5f\x5f\x1f\x40\x70\xf8\xf0\xe1\x66\xab\ \x35\x6f\xde\xbc\x6a\xb5\x5a\xa9\xd5\x10\x82\xe9\x74\x5a\x08\x11\ \xc5\x71\x26\x93\xd5\x46\x1f\x3c\x78\x70\xe1\xc2\x85\xed\x76\xab\ \x5a\xad\x62\x8c\x7b\x7b\x7b\x29\xa5\x95\x6a\x55\x29\x35\x6f\xde\ \xbc\x42\x3e\x5f\xaf\xd5\x92\x93\xda\xb9\x73\xe7\xd2\xa5\x4b\x17\ \x2f\x5e\x9c\xcd\x66\x1f\xdf\xba\x35\x95\x4a\x85\x41\x38\x3a\x3a\ \xea\x38\xee\x69\xa7\x9d\xf6\xc8\x23\x9b\x6f\xb9\xe5\x96\xed\xdb\ \xb7\x0f\x0d\x0d\x95\x4a\xa5\x7d\xfb\xf6\xbd\xfe\x0d\xe7\xfd\x31\ \xf2\x4d\x48\x08\xd1\x6a\x3d\xe9\x37\x41\x38\x37\x5d\x3f\x67\x7f\ \xa9\x26\xa5\xea\x5a\xbc\xee\xf4\xe3\x79\xdd\xd0\x53\x5f\xda\xa3\ \x51\xea\xb5\xc7\x6f\x18\xcc\x60\xa9\x9e\x63\xbe\x09\x42\xa0\x94\ \xae\x55\xab\x46\xe9\x9e\x9e\xce\x62\xbe\x30\x33\x3b\x53\xa9\xea\ \x7a\xb3\x7d\xf0\xf0\x28\x34\x86\x73\xa1\xa4\x3c\xb0\x7f\x08\x42\ \x73\xcf\x3d\xf7\x54\xab\x55\xce\xb9\x6d\xdb\xdb\xb7\x6f\x6f\x34\ \x1a\xbd\xbd\x7d\x9d\x9d\x9d\x71\x18\x6c\xdb\xbe\xfd\xe5\x67\x9e\ \x69\x59\x56\xd2\x10\x34\x3a\x3c\xdc\xa8\xd7\x11\x42\x42\x0a\x51\ \xaf\x1b\xa5\x53\xae\x07\x94\x40\x08\x39\xb6\x33\x32\x7c\x38\x57\ \x2c\x38\xa9\x74\x14\x8b\x66\xbd\xd6\xa8\x95\x3a\x0a\x85\x6c\x26\ \x1d\x45\xe1\xbe\xdd\xbb\xb5\xd1\x8d\x7a\xa3\x1d\xb4\xd2\x19\xaf\ \xd1\x6c\xb4\xdb\xad\xe6\xec\xcc\xd4\xf8\x38\x01\x66\xe1\xe0\xe0\ \xd8\xe8\x08\x8f\xe3\xfe\xfe\xde\xc0\xf7\x0f\x0f\x0f\xe7\x73\xf9\ \x56\xe0\x23\x84\xf3\xb9\x02\xc2\x98\x10\xe2\x79\x9e\xeb\x79\x08\ \x91\xe9\xe9\x69\x25\x25\x84\xc0\xf7\x9b\x84\x20\x00\xa4\x31\x6a\ \x6a\x72\x12\x21\x98\xcb\x66\xab\x95\xaa\x56\xaa\xdd\x68\xc6\x71\ \x6c\x0c\x40\x08\x1b\x63\x5c\xc7\x4d\x32\x56\xd9\x6c\x56\x6b\xdd\ \xd9\xd1\x11\x86\x41\x4f\x4f\xcf\xfb\x2f\xbd\x74\xdb\xb6\x6d\x77\ \xdd\x75\x67\xa5\x52\xa9\x56\xab\xcd\x66\xe3\xc0\x81\x21\x00\xa0\ \x52\x4a\xff\x31\x08\x00\x8d\xd1\x16\x63\xd9\x7c\x3a\xa9\xc6\xeb\ \x00\x00\x20\x00\x49\x44\x41\x54\x1e\x00\x10\x06\x41\xb3\x59\x9f\ \x5b\xe2\x73\xf6\x97\x9a\x8a\x92\xd2\x29\x2e\x7c\xdd\x85\x8b\x66\ \xc6\x86\xa7\x6a\x51\x47\xdf\x82\xde\x82\xc3\x63\xfe\xdb\x1d\xa3\ \xdf\x17\x1c\x22\xd4\x6a\xb6\x0e\x0d\x1d\x2c\x66\xdc\x81\xae\xa2\ \x88\x03\x23\x64\x2d\x14\x4e\x2a\x67\x34\xb2\x29\x4a\xbb\xa9\xb0\ \x59\x69\x35\xab\x95\xd2\x8c\xe3\xb8\xb3\xb3\x33\x5a\x4b\xa5\xd4\ \xfd\x0f\x6c\x3c\xaa\x51\xeb\xeb\x9d\xf7\xf3\x9f\xff\x82\x40\x2d\ \x38\x5f\x30\xaf\xbf\x52\x9a\x55\x3c\x26\x08\x0e\x2c\x5a\xd8\xbd\ \x67\x77\x69\x66\x7a\xc7\xb6\x27\x56\x2c\x5d\x99\xe9\x48\x11\x8b\ \x3c\xf2\xf0\xa6\x03\xfb\x0e\xe6\x72\x99\xe1\x43\x87\xc8\xd8\x58\ \xb1\x58\x94\x52\x62\x8a\xb6\x6d\x7d\xdc\xb1\xed\x20\x08\x32\xe9\ \xd4\xe4\xf4\x44\xb1\x58\x8c\x78\xc8\x45\x5c\x6b\x54\x6d\x97\xc5\ \xa1\x1f\xd4\xeb\x96\x65\x6d\xdf\xfa\xd8\xfe\xdd\xbb\xbb\xbb\x3b\ \x05\x8f\x6c\x6a\x95\xa6\x67\xb4\x54\xd3\x53\x53\x8d\x76\xa0\x25\ \xf0\x32\x29\x29\xa4\xeb\xa6\xaa\xf5\x06\x80\xbe\x94\x1c\x00\xcd\ \x18\x95\x22\xea\x28\xcc\xdb\xb7\x7b\x57\x3e\x9d\x46\x46\xe7\xb3\ \x69\xc7\x71\xfa\x7a\x7a\x2c\x42\x6c\xcf\x73\x98\x5d\xaa\x36\x1c\ \xcb\x81\x1a\x50\x44\xd3\x6e\xba\xab\xa3\x73\xe5\xf2\xe5\xa1\xef\ \xb7\x5a\x8d\x89\xb1\x11\xa3\x04\x34\xaa\xb7\xa7\x63\xe9\x92\xd7\ \x7d\xf9\xcb\x5f\xde\xbc\xe9\x81\x79\xf3\xe6\x37\x9b\x4d\xad\x04\ \xa5\x94\x62\x02\xe1\x1f\xa5\x27\x1c\x6a\xad\x79\x1c\x1b\x63\xb4\ \x56\x73\xf9\xa6\x39\xfb\xcb\x35\x88\x09\xe2\x95\x5b\xaf\xfe\xc6\ \xcf\x77\xb5\x3a\x0b\x76\xbd\x1a\x1c\x7b\xde\xbb\x2e\x7c\xd9\x2a\ \xa8\xc4\x73\xeb\x0b\x87\x10\xc5\x71\x14\x46\x41\x7e\x41\x9f\xcd\ \x28\x30\xc6\xf3\xbc\x66\xa5\x3d\x34\x74\xc8\xb2\x2c\x0b\x6b\xa2\ \x39\x04\x40\x1e\x61\xaa\xa5\x84\x24\x05\x7b\xc6\x58\xe0\x07\x07\ \xf6\xef\x97\x9c\x63\xa0\xa2\x28\x1c\xda\xb7\x6f\x7c\x6c\xcc\x00\ \x30\x36\x3a\x3a\x72\xe0\xc0\xe4\xe4\xa4\xe7\xa5\x5c\xd7\x8d\xa3\ \x18\x01\x50\x9a\x9e\x21\x18\x6f\xdd\xfa\xc4\xea\xd5\x2b\x1b\x8d\ \xc6\xec\xcc\x6c\x3a\x93\x0e\xc3\x80\x52\x32\x31\x31\xae\x8d\x11\ \x42\x24\x04\x03\xd5\x6a\x2d\x08\x02\x84\x60\x1c\x47\x9e\xe7\x6d\ \xdf\xb1\xad\x50\x28\xd4\xea\xfc\xc0\x81\xd6\xe0\x82\x41\x29\xe2\ \x38\xe6\x23\x87\x86\x5b\xcd\xa6\x54\xaa\x52\xad\xc6\x5c\x01\x04\ \xa5\x10\x06\x82\x28\x8a\x00\x30\x53\xd3\xd3\x85\x42\x81\x31\xd6\ \x6c\x36\x47\x46\x46\x46\x0e\x1d\xec\xeb\xeb\x5b\xb4\x68\x51\xa3\ \xde\x38\x3c\x7c\x58\x09\x95\xcf\xe6\x16\x0c\x0c\xec\xda\xb5\x33\ \x9d\xce\x1e\xb3\x66\x4d\xab\x1d\x0c\x0f\x0f\x1b\x63\xd6\x1c\x7b\ \xf4\xd0\x81\x7d\x5a\xeb\xf9\xf3\xe7\x09\xd1\x91\x94\x1d\x2d\xcb\ \xba\xe7\x9e\x7b\x4a\xa5\xd2\xa1\x43\x07\x09\x21\xad\x56\x53\x4a\ \x81\x11\x72\x1d\xe7\x49\xa7\xe9\x8f\x50\xec\x7f\x9a\xc2\xd5\x9f\ \x6a\x04\x66\xce\xe6\xec\xcf\x61\x84\xe2\x89\x6d\xf7\xdd\x33\x9a\ \xba\xf4\xef\x3f\xb6\xb2\xd3\x2a\xef\xfe\xd5\x57\xff\xfd\x96\x9d\ \xab\x17\x1d\xdb\x45\xc5\x73\xaa\xd3\x01\x60\x10\xc1\xcc\x61\x76\ \xca\xa9\xd6\xab\x5c\xa8\x58\x22\x8c\x49\x47\x57\xb7\xe0\x42\x8b\ \x10\x21\x08\x00\xf2\xfd\xb6\x94\x52\x49\x59\x6f\xd4\x39\xe7\xae\ \xeb\x62\x8c\x4b\xa5\x59\xa3\x61\x3e\x97\xc5\x04\x67\xb3\xd9\x89\ \x89\x09\xa9\x94\xd6\xfa\xee\xbb\xef\x7e\xec\xb1\xc7\x84\x10\x5a\ \x1b\x4a\xc8\x81\x03\x43\x71\x14\xe6\xf3\xf9\x98\x73\xcb\xb2\xda\ \xed\xf6\xb2\xe5\x2b\x67\x4b\xe5\xd1\xd1\x51\xa5\xf5\xe4\xc4\x84\ \x9b\x72\x2c\xcb\xe2\x42\x28\x29\x5b\xad\x16\x00\x60\xd9\xb2\xe5\ \x93\x93\x53\xda\x98\x72\xb9\x92\xce\x64\xa2\x98\x43\x00\xbb\x7b\ \x7a\xe7\x0f\x0c\x4c\x4e\x4c\x8e\x8d\x8c\xf0\x38\x6e\x34\x1a\x94\ \xd0\xee\xde\x5e\xdd\xf2\x95\xd1\x7e\xe0\x63\x42\x12\x9d\x12\xc6\ \x98\xeb\xba\xb6\x6d\x8f\x8c\x8c\x74\x75\x74\x44\x51\x88\x31\x2e\ \x95\x4b\x61\x10\x26\xcc\xbf\x8f\x3d\xfe\x78\xca\xf3\x1c\xc7\x6d\ \xb6\x5a\x03\x0b\x17\x33\xcb\x52\x4a\x19\x43\x39\xe7\x8e\xc3\xc2\ \x30\xb8\xf3\xce\x5f\x8d\x8e\x8e\x1c\x38\xb0\x3f\x21\xbd\xbb\xe9\ \xa6\x9b\xc2\x30\xb4\x2c\xcb\x71\x1c\xdb\xb6\xd3\xe9\x34\x84\x30\ \x9b\xcd\x96\xcb\xe5\x39\x14\x79\x7e\x58\x1c\xb5\x6a\x4d\x4e\x3b\ \x8b\xe9\x39\x17\xf1\x7f\x98\x21\x60\x6a\x95\x6a\x6e\xc1\x8a\x65\ \xf3\xf3\x28\x96\x03\xcb\x8f\xea\x73\x1e\xac\xb6\x02\xd8\x9d\x7b\ \xce\xb9\x70\x63\x80\x54\x2a\xe5\xb9\x98\x12\x8a\x70\x9b\xc7\x98\ \x52\x9b\x52\x6a\xa9\x25\x83\xab\xe3\x56\x75\xe7\x13\xb3\x51\x14\ \x85\x61\xe8\x79\x5e\x1c\x73\xa5\x94\xc5\x58\x3a\x9d\xae\xd5\xaa\ \x61\xc8\x2d\x4a\xdc\x42\x16\x23\xd4\xd7\xd7\x97\x34\x8e\x27\x43\ \xb9\x85\x42\x61\x7a\x7a\x7a\x78\x78\x98\x87\x7c\xf8\xd0\xa1\x5c\ \x2e\x97\x2f\x14\xbc\x74\x1a\x40\x04\x00\x54\x5a\xb5\xfc\x20\x93\ \xf1\x62\xc1\x5b\xb3\x7e\x2e\x97\xcd\x66\x33\x84\xd0\xbe\xfe\x79\ \xb5\x5a\x8d\xd9\x4e\xab\xed\x67\x32\x99\x6a\xad\x9e\xf2\xd2\xae\ \xeb\x75\x75\x76\x02\x00\x2b\x95\x5a\x69\xb6\x54\xaa\x54\x2d\x4a\ \xb5\x81\x71\x2c\x66\x66\x66\x82\x30\x22\x94\x52\x8b\x2a\xad\x95\ \x52\x84\x50\x62\x59\x9c\xf3\x81\x81\x81\xbd\x7b\xf7\x62\x8c\x0a\ \x85\x62\x3a\x9d\x5e\x38\x38\x58\xad\xd6\x18\x63\x00\x40\xad\xd5\ \xa1\x43\x87\x7a\x7b\x7b\x99\xd6\xb3\xb3\xb3\x87\x0e\x1d\x90\x52\ \x28\x85\x1f\x78\x60\xe3\xc1\x83\x07\x27\x26\xc6\x67\x67\x67\x19\ \xa3\x00\x24\x03\xc9\x46\x08\xe1\x38\x0e\xc6\x38\x91\x60\x31\xc6\ \xb4\xdb\xed\x5c\x2e\xf7\xe7\x54\x1c\xd0\x3c\xa8\x37\xdb\x12\x60\ \xc7\xf1\x3c\x97\xc1\x17\x74\x4f\xf3\x76\xad\x1e\xe3\x62\x3e\x83\ \x11\xd0\x32\xaa\x55\x9b\x34\x53\xc8\xd8\xcf\xba\x97\x42\x34\x7e\ \xfc\x85\x8f\x3e\xd4\xf9\xd6\x2b\x2f\x3b\xdb\x9a\xdb\xcd\xff\xc3\ \x72\xe1\x4a\x77\x2f\x5e\x77\x7c\xca\xc2\x00\x31\x46\x00\xc8\x6e\ \x38\xeb\x75\x0b\x06\x3a\x98\x4d\x40\x14\xc6\x52\xc3\x67\x8b\x4d\ \x06\x20\x04\xa5\x51\x10\x43\x84\x11\x81\xc0\x0f\x82\x48\x33\xe2\ \x30\x8b\xe2\x74\x3a\xe3\x5a\x88\x10\x1a\x19\x10\x86\x61\x36\x9b\ \x8d\xa2\x10\x42\xe8\xa5\x52\x49\xd0\x44\x29\xb3\x30\x4a\x39\x96\ \xdf\x6e\x51\x4a\x93\xc1\x91\x64\xf8\xc3\x75\x5d\x08\xe1\xd0\xd0\ \x10\xa3\x56\xbb\xd5\xca\x64\xd3\xd3\xd3\x93\xd3\xd3\x53\x03\x03\ \x27\xb4\x9a\xcd\x66\xa3\x6d\x51\x5a\xad\xd6\x28\xb5\xe2\x38\x0e\ \x7c\xdf\x75\x9c\x76\xdb\xcf\x65\xb3\xb9\x5c\x2e\x9b\xcd\x76\x74\ \x74\x24\x30\x97\x4a\x7b\xf9\x62\x61\xa6\x5c\x62\xd4\x02\x4a\xb7\ \x7d\xdf\x71\x1c\x74\x84\x97\x4e\x4a\x69\x31\x4b\x08\x49\x0c\x8d\ \xe3\x08\x21\x94\x4a\xb9\x8d\x66\x93\x73\x1e\x04\x81\x31\x7a\x62\ \x62\x72\xc1\xbc\xfe\x7a\xbd\xbe\x77\xef\x5e\xcf\x4b\x27\xbd\xdd\ \xa9\x94\x57\xaf\xd7\x83\x20\x58\xb8\x70\x61\xa5\x51\x17\x42\x62\ \x82\x08\xc5\x8f\x3d\xb6\x45\x6b\x1d\xc7\x61\x36\xeb\x21\x84\xab\ \xd5\x2a\xa5\xc4\x18\x93\x9c\x8b\x6d\xdb\xf5\x7a\x3d\x51\x3d\x48\ \x94\x0e\xda\xed\xb6\x94\x12\xfe\xe9\x71\x22\x9c\xd9\x7d\xed\xbf\ \x7e\xfd\x67\x9b\xf6\xb4\x63\xb8\xe4\xcc\x0b\x2f\xff\xdb\xbf\xee\ \xb5\x5f\xc8\xf5\xf7\xc4\x0f\x2f\xff\xf8\x8d\x63\xef\xfe\xd4\x67\ \xdf\xf9\xb2\xa5\xb5\x83\x0f\x7d\xf8\xfd\xff\x7b\xe5\xc7\xbf\xf3\ \x0f\xaf\x5a\xfa\xac\x81\x56\x54\xc6\x47\x66\x6d\x39\x47\x23\xf0\ \x3f\xd0\x25\x36\xc6\xc9\x75\xd8\x07\x77\xde\xf1\xd3\x29\x8b\x62\ \xad\x24\x80\xa8\x72\xdf\x6d\x9b\x15\x9c\xbf\x6a\xfd\xea\xf9\x99\ \xa7\x8f\x52\xfc\xde\x05\x00\x81\x31\x9a\x40\x18\x85\xa1\x43\x49\ \x18\x46\xc6\x68\xdb\xb6\x62\xc5\xc3\x98\xef\xdc\xb5\x1d\x89\x50\ \x4a\x91\xc4\x4a\x9c\xf3\x30\x0c\x09\x21\x84\x52\x63\x4c\x4f\x4f\ \x0f\xe7\xb2\x5a\x9a\xf5\x9b\xf5\x54\xca\xf5\x7d\x3f\x99\xb0\x4d\ \xfa\x18\x93\xdd\x6b\x59\xd6\x92\xa5\x4b\x76\xef\xde\x35\x39\x33\ \xb9\x70\x70\x91\x41\x70\x72\x66\x7a\xfb\xae\x5d\x5c\xca\xa9\x99\ \x59\x4c\x70\x18\x73\x6c\x59\xd5\x66\xd3\xcb\xe6\x56\xae\x5e\x65\ \x51\x6b\x6a\x6a\x6a\xd7\xde\xbd\xb5\x66\xd3\xa2\x74\x70\x70\xd0\ \x00\x38\x3a\x3a\xa6\x94\x8c\xc2\x88\x60\xdc\xf6\xfd\x4c\x3a\x6d\ \xb4\xa6\xd4\xc2\x10\x05\x61\xe8\x58\x54\x6b\x2d\xa4\x4c\xa4\xeb\ \x84\x52\x94\x52\x21\x65\x22\xc7\x50\xad\x56\x8a\xb9\xec\xfc\xf9\ \xf3\x1c\xc7\x6d\x34\x1a\xf5\x7a\x83\x10\xb2\x64\xc9\x92\x6c\x36\ \x9b\xf4\x58\x6e\xdf\xbe\x7d\x62\x6a\x0c\x42\xc0\x98\x85\x31\x0a\ \xc3\x20\x93\xf1\x08\xa1\xb6\x63\xb7\xfd\x96\x69\x19\x8c\x51\x42\ \x2f\x97\x4e\xa7\x39\xe7\x71\x1c\xdb\xb6\xbd\x64\xc9\x92\x20\x08\ \x2a\x95\x8a\x14\xe2\xcf\x80\x4d\x8f\xdd\x79\xc3\x8d\xf7\x8f\x5d\ \xf0\xe9\x7f\x3d\x67\xd0\x8c\x36\x4c\xc6\x06\x20\x98\xbe\xf5\xdf\ \xae\xf9\xc5\xa6\x43\x1d\xab\x4f\xbd\xe8\xa2\x0b\x96\x75\x5a\xfe\ \xcc\xee\x1f\x7e\xff\xfa\x4d\x7b\x67\x9c\x7c\xd7\xfa\x73\x2f\xbc\ \xe0\xc4\xce\xeb\xbf\xfa\xb9\xf1\xde\x0b\xff\xee\x1d\x4b\xae\xfb\ \xe7\xcf\x4e\xae\x3a\xe7\x13\x6f\x7a\x69\x7b\xf8\x91\x6b\xaf\xb9\ \x7e\xc7\xb4\x5e\x7f\xf6\x9b\xde\xf9\xc6\x53\xf5\xf8\x13\xdf\xbf\ \xf6\xa6\xdd\x13\x25\x61\x77\xbe\xfc\xfc\xb7\xbf\xe1\x25\x2b\xb0\ \x09\x1f\xbb\xed\xa6\xff\xf8\xd9\x7d\x15\xd4\x73\xc1\x07\xff\xee\ \xe5\x8b\xfd\x5b\xbf\xfb\xdd\xdb\x1e\x1b\xce\x2e\xde\xf0\xce\xf7\ \x5c\xb0\xa2\xe3\x08\x22\x22\xca\xf8\xc4\xbf\x7d\xfd\x5f\xe6\x0d\ \x5e\x79\x82\x4d\x30\x42\xd8\x62\xfc\xc0\x1d\xff\x70\xd5\x03\xaf\ \x7a\xcf\x27\xd7\x3b\x3b\xbf\x78\xe5\x7f\x9c\x70\xd9\xe5\xe7\xa4\ \xf7\x7f\xf3\x9a\x9b\x76\x1d\x2e\xd1\xc2\xd2\x13\x56\x17\x77\x3f\ \xf2\x70\xdd\x59\xf8\xc6\x8b\xde\x77\xfa\x72\xc2\x52\x99\xe6\x8e\ \x1f\x7f\xe8\x92\x9f\xba\xf3\x8f\x79\xfb\x3b\x2f\x5a\xd3\xef\x1a\ \x7f\xfa\xa7\xd7\x5f\xfb\xf3\x87\x0e\x76\xac\x3a\xf5\x9d\xef\x7e\ \xdb\xd2\x5c\x70\xdf\x8d\xd7\xfd\xe2\x91\x3d\xb3\x6d\x72\xce\x07\ \x3e\xb1\x5e\x6f\xff\xde\x0d\xb7\x8d\xb5\xcc\xba\x57\xbf\xf7\xd2\ \xd7\x1e\x33\x07\x01\x2f\xde\x5c\x38\x44\xdc\xaf\xec\xdd\xb5\x27\ \x90\xcd\x2d\x8f\xec\xed\x5d\x73\xc2\x40\x0e\x71\xae\x84\x46\xba\ \xb8\xe2\xe8\x05\xd9\xa7\xf7\x12\x3c\x43\xd0\x01\x0d\x74\x98\x1d\ \xb4\xda\x13\xa3\x23\xe5\x99\x29\x9b\x11\xcb\xc2\x96\x05\x32\x69\ \x87\x20\x9d\xf2\x98\x6d\x33\x00\x40\xb9\x5c\x9e\x9a\x9a\xd2\x4a\ \x1b\x63\x08\x26\xf5\x7a\x7d\x62\x62\x7c\x7a\x6a\xaa\xd5\x6a\x21\ \x8c\x84\x10\x09\xfd\xe3\x53\x52\x9f\x89\x66\x49\xb3\xd9\xda\x37\ \xb4\xaf\x56\xaf\x4a\x25\x35\xd4\xd9\x5c\xb6\x56\xab\x8d\x8c\x8e\ \x00\x08\x99\xed\x84\x61\x0c\x00\x42\x88\x14\x8b\x1d\x41\x10\x42\ \x80\x27\x26\xa6\x76\xec\xdc\x75\xe8\xe0\x70\x14\xc5\x6d\x3f\xa8\ \x37\x9a\x51\x18\x1d\x3a\x34\x5c\xab\x35\x08\xb5\xa4\x32\x10\x22\ \x00\x20\x17\x4a\x1b\x10\xc6\x71\x18\x45\x09\x3d\x80\x94\x02\x21\ \x24\xb8\x08\xc3\x20\x8c\xa2\x38\x8e\x2d\xcb\xa2\xd4\xe2\x5c\x58\ \x16\x6d\xb7\xdb\x41\x18\xa4\x52\xa9\x5a\xad\x9a\x4a\xa5\x8c\xd1\ \xbb\x76\xed\xda\xbe\x7d\xfb\xd6\xad\x5b\x0f\x1c\xd8\x1f\x06\x01\ \x00\x3a\x8e\xa3\x76\xbb\x6d\x8c\x22\x84\x48\x29\x38\x8f\x8d\xd1\ \x06\x68\x00\xcc\xd3\x05\x3b\x13\x24\x4a\xf4\x14\x1c\xdb\x4e\x26\ \x81\xff\xd4\xf7\xbb\xbb\x7f\x61\x9e\xc5\x4f\x3c\x70\xef\x9e\x0a\ \x5c\x7d\xcc\x9a\x14\x88\x7e\xfe\xed\x2b\xbe\x73\xd7\xec\x89\x2f\ \x3f\x8d\x3f\xfe\x9f\x5f\xf8\xf6\xcd\xcd\xb0\x72\xdd\xe7\xff\xe9\ \x87\x5b\x5a\xc7\x9e\x70\x54\x63\xcf\xa6\xbb\xb6\xec\x8a\xa4\x1c\ \xd9\xf3\xc4\x9e\x91\x1a\x00\x62\x78\xd7\xf6\x7d\x33\x8d\xa8\x31\ \xf2\xb5\xcb\x3f\xbb\x4d\x0e\xbc\xec\x84\xf9\x77\x5d\x7d\xe5\xf5\ \x1b\x0f\xd6\xa6\x87\xef\xf8\xd5\x83\x78\x70\xcd\xa0\x39\xf8\xad\ \xaf\x7d\x73\xdb\xb4\x1a\xbe\xff\xba\xcf\xfe\xdf\x7f\x17\x3d\x47\ \xad\x5b\xb3\xb4\x33\xaf\xef\xf8\x7f\x5f\xb8\xe6\xfe\xb1\xf5\xa7\ \x9d\x22\xf7\xfd\xe4\x8a\x2f\xdf\xe4\xff\xfa\xe1\x28\x50\x7a\xe9\ \xd1\xc5\xe6\x55\xff\xf2\xb5\xed\xd3\xd2\x22\x18\x22\x2c\xea\x93\ \xdb\xb7\xed\x9c\x6d\x49\x11\x54\x76\x3c\xbe\x75\x32\xd0\xd1\xe4\ \xb6\x9f\xdf\xb3\xc5\xee\x5e\x9a\x6a\x3f\xf6\x9d\xeb\x7e\x61\x0f\ \xae\xd0\x07\x1f\xfc\xe6\xd5\xdf\x9f\x0a\x29\x85\x06\xbb\xc5\xa3\ \x8e\x5d\x59\x7d\xf4\x27\xff\xf2\xcd\x1b\x9a\xc0\xdc\x79\xed\xe7\ \xae\xbe\x73\xfa\xc4\x97\x9f\x26\x9e\xb8\xf9\x0b\xdf\xfe\xcf\x5a\ \xa3\xf9\xd0\x4f\x6e\xda\x13\xe4\x8f\x3f\x71\x5d\xaf\x9e\xf8\xc1\ \x57\xfe\x65\x4b\xa3\xf3\xcc\x33\x4f\x5d\xdc\x57\x98\xdb\xff\x2f\ \x66\x53\x52\x66\xe7\xad\xfd\xd0\x47\x2f\x5e\xd9\x99\x2e\x74\xe4\ \xdd\xdc\xbc\x37\xbc\xfb\xb2\x4f\x7d\xe2\x63\x9f\xfc\xd8\x87\x5f\ \x75\x5c\x8f\xf8\xaf\xe3\xbe\xcf\x94\x6f\xd2\x3a\x65\x3b\x59\xd7\ \xe3\x91\xaf\xa9\x71\x3c\xb7\xc9\x25\x81\xc8\xb2\x30\x90\xba\xbf\ \xa7\xa3\x5e\xb2\x1a\x0d\x58\x2a\x95\xa2\x28\x32\x00\x40\x08\xd3\ \x99\x34\x42\xa8\xd5\x6a\x33\xe6\x38\xae\x5b\xc8\x17\x82\xc0\xd7\ \x5a\x6b\xad\x13\x29\xf0\xa4\x0d\x8a\x10\xca\x79\x34\x39\x59\xc3\ \x18\x29\xa5\x2a\xe5\xb2\xef\xfb\xcc\x62\x42\x08\x00\x10\x84\x48\ \x6b\x00\x00\x74\x1c\xa7\xab\xb3\x2b\x8e\xe3\xdb\x6f\xbf\x83\x52\ \xda\x68\x36\x05\xe7\x9c\x4b\x08\x40\xa5\x54\x0d\xc3\xb8\x5a\xab\ \x0a\xa9\xa4\x50\x06\x80\x46\xad\x1e\x45\x5c\xc4\x71\x2a\x95\xe2\ \x5c\x68\xad\xb5\x16\x10\x40\x21\x05\xa6\x44\x48\x91\x88\xfd\x42\ \x08\x5d\xd7\x05\x00\x00\xad\x08\xa1\xf5\x7a\xbd\xa3\xd8\xb5\x64\ \xc9\x92\xd5\xab\x57\x4f\x4f\xcf\xdc\x70\xc3\x7f\xb8\xae\x1b\xc7\ \xb1\xe3\xba\x84\x50\xc7\xb1\xb5\x4e\xb0\xd5\xb8\xae\x9b\x4a\xa5\ \x5a\xed\x26\xe7\x5c\x4a\x99\xf8\xa8\x09\xe0\x06\x41\x90\xbc\xe8\ \xfb\x7e\x1c\xc7\xe9\x74\xda\x62\xec\xcf\x93\x6f\x5a\x7a\xfa\xdb\ \xbf\x9a\x1b\xbc\xe9\x87\x3f\xba\xea\x73\x77\xdc\xb0\xf2\xac\x8f\ \xff\xf5\x2b\x76\x3d\xb1\xdf\xd0\x25\x93\x23\xa3\x31\x21\x8d\x72\ \x69\xdf\xae\x1d\x8f\x6c\xaf\x9e\xf1\xa9\xcf\xbf\xff\xac\xbe\x68\ \xcb\x43\x3b\x21\x00\x00\x52\xc6\x6c\x8b\x02\x00\x2d\x66\x7b\x0e\ \x1e\x3f\xb8\x6b\xd7\x21\xdf\xcd\xd6\x46\x27\x25\xb3\xa2\xe1\xe9\ \x89\x70\x01\xb1\x52\x99\x53\x2f\xfc\xe0\x39\xb3\xf4\xbe\x7f\xd8\ \x58\x1a\x3d\x38\xbc\x69\x63\x3c\xf0\xea\xff\xf5\xf7\x97\x75\x21\ \x00\xc2\x5d\x7f\xb7\x63\x18\x9a\xce\x89\x91\xb1\x10\x30\x31\xbd\ \x7f\x3a\x06\x8b\x13\xb2\x15\xa3\x24\xeb\xbf\xe8\x23\x6f\xf8\xe5\ \x37\x3e\xf7\xb5\xab\xa6\x00\xa4\x08\x00\x80\x89\x6d\xdb\x14\x23\ \x84\xb0\x6d\x3b\x14\x41\xa0\x0d\xb0\xba\x5f\xf5\xc6\x77\x2d\xa8\ \xb2\x27\x3e\xb7\xf5\x55\x97\x5e\x16\x90\xc9\xcf\x3f\x3e\x53\xad\ \x0b\xa0\x79\x6e\xf9\x19\x97\x5e\xf2\xca\xcd\xf2\xf0\xff\x7a\x60\ \xff\xfe\xdd\x07\x77\x6c\x1d\x4a\xce\x28\xc2\xa4\x32\x33\x5b\xae\ \x0b\x4c\xc9\x82\xf5\xaf\x7f\xff\x7b\xd7\x03\x5e\x3e\xb8\x62\xd9\ \xe6\xad\x87\x0f\xd7\x8f\xde\xb0\xb8\x6b\x6e\xff\xbf\xa8\x73\xe1\ \x98\x88\xc6\xf0\xb7\xbe\x75\xd5\x4e\xbd\xfc\xe3\x9f\x7f\xef\xc4\ \xaf\xbe\xf7\xff\xbe\x7e\xfd\x07\x3f\xf0\xe6\x6e\xc7\xe8\xe7\xd4\ \x43\x90\xec\x3d\x97\xb9\xae\xe3\x78\x8c\x48\xa3\x34\x02\x85\xac\ \x4b\x53\x19\xd7\xb6\x62\xbf\xee\xb9\x98\x12\x6c\xb4\xd1\x5a\x47\ \x51\x04\x21\x72\x5d\xd7\x71\x1c\xad\xb5\x52\xb2\xd1\xa8\xbb\x8c\ \xa5\x17\x2e\x00\xc0\x34\x1a\x8d\x24\xf6\x49\xb4\xe4\xfc\x20\x90\ \x52\x2c\x58\xb0\x80\xcb\xb8\xd1\x6c\x84\x71\xb8\x67\xef\xde\x91\ \xd1\xc3\x0b\x17\x2e\x2a\xd7\xaa\x71\xc4\x6d\xe6\xd8\x8e\xdb\x6c\ \x35\x1a\x53\xd3\x7e\x10\x38\x8e\x63\xd9\x6c\x6a\x6a\x8a\x10\x02\ \x31\x52\x5a\xb9\xae\x5b\x6f\x35\x10\xc5\x96\x65\xc5\x9c\x4f\x4c\ \x4f\x21\x00\x32\xe9\x4c\xa5\x56\x45\x00\x32\xdb\x76\x1c\x9b\x31\ \x66\xdb\x56\x18\x86\x6d\xbf\xad\x8d\x91\x52\x26\x99\xf8\xa7\x94\ \xe6\xda\xed\x76\x18\x06\xbd\xbd\xbd\xd5\x6a\x75\xd3\xa6\x4d\x61\ \x18\xc6\x71\x8c\x31\x45\x08\xf5\xf5\xf5\x71\xce\x23\xc1\x39\x8f\ \x39\x17\x18\xc3\x4c\x26\x2d\x95\x10\x8a\x2b\xa5\x08\x41\x00\x18\ \x84\x50\xc2\x50\x0e\x00\x88\xa2\xc8\x18\x13\x86\x91\x94\x12\x63\ \x9c\xc9\x64\x3a\x3a\x3a\x92\x4b\xf1\xa7\xbe\xdf\x91\x1f\x77\xac\ \x38\xf5\xe3\x57\xbc\x6c\xd7\x4f\xae\xb8\xf8\xf2\x9f\x6c\x3a\x65\ \x05\x61\xc8\xe0\x8e\x93\xce\x3c\xb7\xfb\x35\xaf\x36\x76\x67\x07\ \x3c\xa4\xb4\x8c\x23\x01\x80\x54\x46\x03\x03\x30\x41\x10\x83\xb0\ \x31\xa3\xc0\x5a\x84\x80\xd6\x06\x63\xcb\x28\xe1\xf5\xad\x7e\xd5\ \xd9\x47\xbd\xfa\x9c\xf3\xd3\x03\xcb\xe1\x81\xdb\xb5\x36\x8a\x4b\ \x64\x5b\x10\x1a\x0d\x01\xb1\x28\xf7\xeb\xcd\x00\x74\x79\x00\x20\ \x8b\x18\x65\xec\xc2\x09\x67\xbe\x76\xfe\xb9\xe7\xc4\x28\xd5\xf3\ \x34\x96\x25\x25\x22\xab\xff\xb8\x4b\x3f\xf0\xf6\x0f\x7f\xfc\xab\ \x23\x82\x22\x00\x08\xa3\x9a\xfb\xed\xa0\xae\x72\x16\x04\x4f\xaa\ \x57\x40\xa0\x22\x65\x00\x76\x90\x96\x61\xa0\x1d\x0b\xc3\xa7\x08\ \x80\x0c\x04\x00\x4c\x55\xea\xc0\x9a\xe7\x38\x0c\x43\x65\xac\x27\ \xcf\x48\x5a\x1d\xfd\x9e\x14\xca\x68\xc5\x01\x00\xc0\xea\x78\xfb\ \x27\xbe\xb4\xe6\xc1\xdb\xae\xba\xfa\xbb\x9f\xdc\x7e\xf8\xeb\xff\ \xfa\x91\xee\x39\x0c\x78\xd1\x62\x13\x02\xb5\xd9\x49\xd9\xbd\xe1\ \x13\x17\x9c\xd3\xe7\x90\xc1\x37\xbc\xcb\x79\x78\xb7\xe2\xb1\x71\ \xac\xe7\x56\xa7\x33\x00\x20\x08\x73\x5e\xc6\x73\x5c\x29\x7c\x24\ \x8d\xc1\xa8\x77\x60\x9e\x97\x2f\x12\x82\x64\x9c\xc3\x3a\xf6\x3c\ \x37\x61\xa4\x04\x00\x48\x21\x32\x99\x4c\xf2\xd9\xbe\xbe\x7e\x25\ \x0d\x04\x3a\x8c\xa3\x30\x0c\xa5\x54\x89\xd3\x94\x64\x8b\x6d\x66\ \x01\x00\xb2\xd9\x6c\xa3\x5d\xcf\x64\xd2\xe5\x72\xa5\xd9\x6a\x24\ \xe2\x97\x52\xc8\x30\x0c\x21\x40\xa9\x94\xc7\x63\x81\x10\x12\x42\ \xe4\xf3\x79\xdb\xb6\x13\x01\x4b\x42\x89\xd6\x9a\x31\x06\x21\xd4\ \x46\x53\x66\x29\x21\x8d\xd6\x7d\xfd\xf3\x38\xe7\x51\x14\x51\x84\ \x21\x84\x99\x4c\xc6\xb6\x6d\xcf\x73\x67\x67\x67\xd3\x28\xe3\x07\ \x3e\x00\x00\x21\xec\x39\x4e\x43\xa9\x76\xbb\x8d\x09\x36\xc6\xd4\ \x6a\x35\x4a\x29\x8f\x45\xb9\x5c\x49\xc4\x7b\x1d\x87\x3a\x8e\x13\ \xc7\x31\x84\xd0\x66\x8c\x52\x6a\xdb\x76\x1c\x87\x42\x88\x6a\xad\ \x9a\x08\x43\x50\xea\x26\x15\x3a\x08\x30\xe7\x3c\x01\x71\xdb\xb6\ \x13\x46\x27\xc7\x71\x2c\x8b\x15\x8b\x85\x74\xda\xfb\x33\x60\xd3\ \xee\x7b\xae\xfd\xf2\xf7\x1e\xc4\x19\x57\xb6\x4a\xd9\xc5\x6b\x8e\ \x5e\xb3\x96\xe8\x97\x3f\x7c\xf5\x7d\x3f\xf8\xee\x24\x16\x78\xc3\ \xeb\xdf\xf3\xde\xf3\xd6\x9e\x79\xda\xe0\xbf\x5d\xf5\xf7\x87\x7f\ \x96\xaf\x8d\xd5\x3b\x8f\x82\xc8\xee\x3a\xee\xb8\x75\xf7\xdd\xf8\ \xbd\x77\xbd\xeb\xe7\xe5\x91\xea\xe0\x29\x78\xc1\xca\x75\x67\x9d\ \xbe\xec\x96\x8d\xb7\x7c\x6b\xff\x9d\x31\x19\xf8\xc0\xa7\xd6\xf4\ \x41\xd1\x6a\xb5\xb8\x32\x5a\x46\xcd\x66\x33\xc6\xe9\x0d\xaf\x78\ \xfd\x4f\x37\x7e\xeb\x13\x7f\xfd\x36\xc7\xce\x9d\xf7\xde\xbf\x7d\ \xd3\x6b\xcf\xd8\x73\xcd\x3d\x37\x5c\xfd\x0d\x1b\xf2\x65\xe7\xfe\ \xcd\x71\x47\x1d\xa9\xc5\xc4\x41\xb3\x85\x22\x9f\xe7\x56\x9d\xf7\ \xee\xf3\x1f\xfe\xbb\x6f\xfd\xca\x0f\x62\xb6\x74\xfd\xba\x81\x9b\ \x7f\x78\xe5\x27\xee\x72\xcd\x94\xb1\x2c\x8c\x74\x1c\xb5\x9a\x6d\ \x21\xb5\xe2\x61\xab\xd5\x96\xc6\x88\xd0\x6f\xb5\x91\x06\x90\x58\ \x6c\xec\xfe\xef\xbc\x7b\xff\x0f\xa6\xa7\xc3\x33\x2f\x38\x6b\xd5\ \xc2\xf9\xc1\xab\xce\x7a\xf0\x7b\x0f\x7c\xff\x3b\x93\x44\xa2\x93\ \xcf\xbf\xf8\xd8\x81\x42\xd8\x6c\xfa\x91\x00\x00\xa8\xd2\xd0\xd7\ \xaf\xf8\xe2\x21\x98\x6d\x84\x2a\xe3\x39\x73\x13\x3d\x2f\xea\x3a\ \x9d\x90\x85\xc1\xf5\xef\x5e\x66\x01\x25\xa2\x58\x02\xe0\x1c\x73\ \xf2\x09\x4a\x88\xdf\xca\xa9\x42\x9e\x29\xdf\xa4\x09\x52\xd4\xb2\ \x10\x02\x06\xc6\x02\x98\x56\xab\x3d\x3a\x39\x85\x08\xb2\x2c\x4c\ \x30\x88\x95\x49\x58\x75\x2d\x8c\x54\x18\x64\x3c\x97\x20\x88\x21\ \xcc\xe7\x0b\x08\x11\x68\x0c\x0f\x1a\x7e\xab\xa9\x95\xc0\x10\x40\ \xa5\x18\x46\x40\x49\x8a\x90\x85\x41\x14\xb4\xb9\x1f\x69\xad\x6d\ \x62\x3b\xd4\x01\xca\xf0\x80\x23\x0f\x40\xa5\x81\x31\x8e\x65\x15\ \xf3\x59\x3f\x6c\x85\xa1\x8f\xa1\x71\x19\xed\x2a\xe6\xcb\xa5\x92\ \x94\x82\x40\x43\x30\x34\x14\x2d\x5e\x38\x38\x36\x32\xda\x6e\xb7\ \x88\xc5\xfc\x20\xc0\x18\x1b\x60\xb4\x51\x52\xc5\x98\x00\x29\xc3\ \x38\x06\x31\x0f\x95\x52\x10\x6a\x42\x90\x36\x40\x0a\x61\x59\x94\ \x10\x12\x45\x11\x42\xb8\x52\xa9\x05\x61\x94\xcd\xe4\x6c\xc7\xe1\ \x9c\xc7\x3c\x76\x53\x2e\x44\x20\x8a\xc2\x76\xbb\x1d\x89\x84\xd3\ \x57\x12\x42\x83\x20\x04\x06\x1a\x0d\x2d\x8b\x41\x48\x94\x02\x06\ \x40\x65\x14\x34\x12\x40\x63\x8c\xb2\x98\xcd\x18\xe5\x71\xdc\x6e\ \xf2\x42\x3e\x5b\xaf\xc6\x61\x14\xc1\x3f\x7d\x58\xb7\x70\xcd\xe9\ \x6f\x7e\x53\x7e\xa6\x11\x92\x54\xf1\x98\x0d\xa7\x1e\x3b\x50\x84\ \x03\x97\x7c\xa6\x7b\xf5\xe6\x1d\x23\x1c\xb9\xab\x17\x77\x03\x90\ \x79\xeb\x87\x3f\xd3\x73\xf7\x7d\x33\x61\xb8\xb9\x3a\xc3\x95\x88\ \x00\x78\xf9\xdb\x3e\xcc\xfa\xee\xdd\x3b\xd1\x74\xce\x7e\xdd\xf2\ \x75\x6b\xa9\x55\x78\xcf\xc7\x3f\xb3\xe4\x9e\xfb\x0f\x4c\x37\x48\ \x76\x7e\x4f\x06\x66\xf0\x31\xef\xbe\xe4\xbd\xab\x3a\x10\x95\x27\ \x5e\x72\x71\xc7\xf2\x6e\xaf\xbb\xff\xb5\xff\x7c\x45\xd7\xc6\xcd\ \x3b\x9a\x3a\xb3\xb4\xc7\x3b\xfa\x94\x0f\x5d\xde\xb5\xea\xe1\xdd\ \xa3\x02\xb0\xa5\x0b\x3b\x9f\xfa\x3e\x0b\x4e\x7c\xfd\x07\xb3\xb0\ \x2f\x83\x01\x00\x1b\xde\x78\xe9\xdf\xb1\xa5\xd9\x65\x59\x40\x8b\ \x1f\xf9\x87\xbf\xbf\xe3\xfe\xc7\xeb\x1c\x9d\xdb\x39\xff\xc4\xf9\ \x2e\x6d\x9f\xf0\xde\xf7\x15\x57\xcf\xf3\x8a\xd1\x29\xef\xbd\x74\ \xde\x42\x07\x93\x53\xce\x7b\xdf\x02\xd0\x93\x4f\x67\xde\x71\x19\ \xdd\x33\xd6\x8a\x40\xff\xf2\x75\xa7\xbf\xe4\x68\x00\xc0\xfa\xf3\ \x3f\xf0\x99\x79\x6b\x9e\x3c\xa3\x25\xdd\x80\xa6\xce\xba\xe8\x83\ \xad\xc1\x85\x00\x00\x98\x2a\xac\x7d\xe9\x19\xa9\x52\xe0\x6c\x78\ \xd9\x89\xa7\x9f\xd9\x39\x07\x00\x2f\x72\xd7\x09\x42\x2d\x05\xc2\ \x98\x3e\x29\x21\x08\x09\xa1\x5a\xeb\xff\x3e\x52\xf7\x0c\xba\xbe\ \x94\x20\x8a\xb4\x94\xc2\x40\x0c\xa8\x4d\x10\x4c\x79\xe9\xed\x7b\ \xf6\x34\x5a\x6d\x6d\x0c\x22\x58\x84\x91\xc1\x58\x01\xad\xb5\xa4\ \x04\xdb\x16\x21\x08\xe4\xb2\x59\x82\xc8\xe8\xf8\x24\xc5\xb0\x23\ \xe3\x20\x04\x2d\x8c\x09\x42\x96\x45\x31\x46\x04\xc1\x7c\x36\x3d\ \x33\x65\xda\x8d\x06\xb3\x9c\x46\xb3\xa5\xa5\x72\x98\x8d\x21\xb2\ \x99\xe5\xa5\x1c\xad\x84\xc3\x28\x02\xca\x61\xb4\x5a\x0f\x8a\x85\ \x9c\x85\x31\x71\x1c\xa2\x8d\x4f\x68\x3d\x08\x8c\x52\x40\x2b\xdf\ \x6f\x57\xcb\xb3\x46\x70\x0c\x80\xe7\xa6\x10\x82\xda\x68\x2f\xed\ \x01\x2d\x99\x45\xb4\x8c\x8c\x51\xbe\xe6\x51\xe4\x0b\x29\x1d\xdb\ \xce\x64\x3d\x29\x75\xa5\x52\xc5\x94\x5a\x96\xd5\x6a\xb5\xb4\x52\ \xca\x18\xdb\x71\x01\x04\x08\x21\x80\x20\xb3\x59\xcc\xe3\x6a\xad\ \x12\xc7\xb1\xc5\x18\xf7\x39\xe7\x22\x8a\xe2\x6c\x36\x0b\x00\x4c\ \xa5\xd2\x94\x32\x82\x89\x92\xc6\x68\x88\x20\x36\x10\x20\x04\xa5\ \x12\x29\xcf\xf5\xbc\x14\x8f\x42\xa0\x14\xa5\xc4\xb1\xac\x99\x99\ \x99\x38\x0c\xd1\x9f\xbe\x4e\x97\x1f\x38\xfa\xdc\x81\xa3\xff\xeb\ \x6b\xce\x8a\x13\xcf\x5a\x71\xe2\xaf\x7f\x66\xc5\x05\xaf\xfc\xab\ \x77\x00\x50\x1d\xbf\xed\xd6\x27\xda\xa1\x01\x00\xd8\x5d\x2f\x79\ \xf5\x9b\x5e\xf2\xf4\x0f\xa5\xfb\x4e\x3f\xef\x2d\xa7\x3f\xf5\x63\ \x76\xd5\x9b\xdf\x91\x10\x45\x1d\xf7\xf6\xb7\x1f\x97\xbc\x36\x6f\ \xe5\x86\xb7\xae\xdc\xf0\xd4\x5b\x96\x9f\x74\xf6\xf2\x93\x7e\xf3\ \xfb\xf4\x1f\xf7\xca\x77\x1f\x77\xe4\xef\x66\xe7\x9f\xf7\xb6\x77\ \x25\xff\xcf\x0c\x1c\xf3\xc6\xb7\x3d\xad\x88\xe6\xad\x7d\xdb\x85\ \x6b\x01\x00\x00\xac\xbb\x70\x70\x1d\x00\x00\x1c\x7f\xd6\x85\xc7\ \x27\x2f\x9c\x99\xbc\xf0\x7b\xce\xe8\xb4\xbf\x7a\xf2\xb0\xc8\xed\ \x78\xe9\xeb\x2e\x7c\xe9\xdc\xa6\xff\xcb\xa9\xd5\x51\x0c\x1a\xd5\ \x99\x7a\x3b\x36\x47\x12\x47\x34\x95\xed\xcc\xa5\x7f\x63\xc4\x8b\ \x3c\x53\x7c\x88\x30\x21\x4a\x6b\x65\x94\x82\x88\x12\x66\xdb\x8e\ \xcd\x9c\x52\xa5\x2e\xb5\x40\x92\xc4\x41\x80\x10\x84\x06\xc5\x31\ \xb7\x19\xa3\x16\x45\x08\x15\x0a\x79\x84\x69\xa5\x52\x71\x1d\xd6\ \x5b\xcc\x78\x9e\x27\x39\x57\x4a\x29\xa5\x92\x96\x9f\x7a\xa3\xa1\ \x0d\x98\x9c\x9c\xa2\x96\x95\x4a\xa7\x0d\xd0\x5c\xc4\x42\x72\x6d\ \x44\xa1\x98\xb3\x1d\x0b\x02\x18\xf1\xa0\xe9\x37\xdb\x7e\xd8\xdb\ \x3b\x4f\x2a\x5d\xad\xd4\xe2\x28\x06\x88\x10\x6c\x49\xa9\x0d\x44\ \x08\x11\x3f\x88\x5c\xcf\x1b\x9b\x9a\xc6\x8e\xd3\x3f\x30\x60\x59\ \xac\x52\x99\x95\x02\x5a\x36\x13\x52\xba\x0e\x6b\xfb\x61\x18\x86\ \x42\x48\xa9\x0c\xc6\x88\x50\x86\x08\x55\x5a\x6b\xad\x31\xc6\x88\ \x10\x4a\x28\x46\xd8\x18\xa0\xb5\x36\xda\x24\xc2\x07\xcc\xb2\x21\ \x40\x52\x69\xa1\x04\x84\x80\x31\x96\x14\x19\x19\xc3\x08\xa1\x84\ \xde\x57\x6b\x8d\x11\xc6\x04\x4b\xa5\xea\xb5\xba\x8c\x25\x04\x88\ \x31\x3b\x08\x42\xc6\x1c\x08\x11\x21\x14\x63\xf2\x22\xe3\xa7\xb4\ \xcf\xbc\xe0\x3d\x6b\x8a\xcb\xed\xb9\x1d\x32\x67\x2f\x0c\x30\x61\ \x0a\xc2\x87\x7f\x7a\xc3\x0f\x7f\xb5\x4d\x51\x2b\x79\x72\x2b\x1e\ \xf7\x9c\x7c\xfe\x87\xfe\xea\x65\x0e\x78\xd6\xfa\x74\xc6\x18\x4c\ \xa8\xe3\x7a\xd4\x62\x5a\x08\x98\x88\xf5\x68\x63\xdb\xb6\xcd\x18\ \x22\x9e\xed\xb0\x09\xbf\x2d\x84\x20\x08\x25\x42\x26\x49\x83\xa5\ \xef\x07\x10\x0b\x21\x04\x74\x18\x42\xc8\x18\x1d\xc5\x5c\x03\x63\ \x31\x86\x09\x51\xc6\x94\xab\x55\x88\x11\x73\xdd\xb6\xdf\xc2\x36\ \xb5\x5d\x46\x03\xe2\x78\x36\x24\x48\x03\x45\x18\x01\x00\xc4\x41\ \xc4\x85\x40\x98\x86\x11\xcf\xa4\x73\xca\xd4\x98\xed\x22\x4c\x23\ \x2e\x62\xa9\x6a\xb5\x96\x97\xf6\x88\xc5\x2c\xc7\xa1\xcc\x49\x79\ \x19\x80\x30\x97\x32\x93\xcd\xd7\xab\x65\x08\xb1\x52\x5a\x08\x4d\ \x28\x25\xd4\x8a\x85\x8c\xa2\x50\x03\x44\x08\xe7\x9c\x13\x4a\x29\ \xa5\x8c\xb1\x56\xab\x15\xf2\x58\x1a\xcd\x2c\x5b\x29\x25\x23\xc5\ \x95\xd4\x5a\x33\x65\x1b\x68\x34\x97\x52\xaa\x24\xdf\x64\x8c\x49\ \x3a\x0f\x00\x00\x49\x4e\x1d\x42\xc8\x1c\x06\x31\xe4\x31\x67\x8e\ \xe3\x47\x41\x91\x14\x93\xec\x58\xa9\x5c\x2a\x74\x14\x30\x46\x5a\ \xeb\x17\xd9\x64\xae\x7b\xd2\x39\xe7\xcf\x6d\x90\x39\x7b\xa1\x8c\ \x50\x3c\xbb\xf3\x81\x1b\xef\x1e\x3f\xf7\x92\x4f\xae\xe9\x76\x54\ \x02\x45\xc6\x60\xdb\xb5\x0c\xd7\xcf\x3e\xa6\x83\x00\x68\xad\x9f\ \x2a\xbc\x2b\xa5\x54\xcc\x8d\x31\xab\x56\xae\x5e\xbc\x74\x99\x1f\ \x46\x33\xb3\xd3\x63\x87\x0f\x1b\x03\x10\x42\x08\x3c\x29\x1e\xce\ \x18\x43\x08\xe6\x0b\x85\x35\x6b\xd6\x60\x68\xbc\xb4\xdd\x6a\xd6\ \x85\x92\xda\x18\xa1\x25\x40\xb8\xdd\x6a\x21\x42\xc2\x28\x62\x8e\ \xcb\x52\xee\xf8\xc4\x04\x82\xb0\xed\xb7\xfd\x30\x0e\xa2\x38\x12\ \x2a\x8e\xb9\xd6\x5a\x08\x35\x5b\xae\xc5\x42\x57\xea\xcd\x4c\xa6\ \xa0\x0c\x24\xc4\x52\xb1\x8c\x85\x16\x0a\xcc\x96\x6b\x5c\x43\xc2\ \x2c\x08\x11\xc0\xb8\xde\x6a\xdb\xb5\x1a\xe7\x42\x6b\x15\x07\x2d\ \xbf\xd5\x74\x2c\x5a\xc8\xe7\xb8\x14\x9c\x73\x6d\x00\x80\x08\x41\ \x14\x73\x91\x30\xa0\x03\x88\xa8\xc5\x2c\x6a\x69\xa5\x1b\xf5\x26\ \x82\x98\x31\x86\x09\x05\x11\x0f\xc3\x88\x31\x9b\x12\x0a\x21\x0a\ \xc3\xd0\xf7\xfd\xa4\xb4\x87\x10\x4a\x46\x05\x09\x21\x00\x00\x8c\ \xb1\x06\x06\x13\x8c\x20\xb6\x6d\x27\xe6\xc2\x40\x28\x84\x34\x06\ \x00\x88\xb5\x86\x08\xd1\xe4\xaa\xcc\xad\xc8\x39\x9b\xb3\xc4\x30\ \xd4\x33\x63\xc3\xf9\xa3\x4f\x39\x63\xfd\x72\xca\x23\x75\x64\x73\ \x18\x2d\x9f\xa3\x96\x01\x82\x51\x1c\x57\x1a\xf5\x4c\x31\x1f\x4b\ \x45\xa8\x15\x0b\x3e\x3e\x3e\x8e\x28\xa3\x8c\x11\x82\x73\x99\x1c\ \x82\x08\x63\x84\x10\x14\x31\xc7\x08\x25\x3d\xe2\xa5\x72\x99\xd9\ \xa9\x7c\x2e\xaf\x64\x1c\x04\x4d\xa9\x15\x44\x10\x53\x62\x00\x14\ \x5a\xdb\x29\xaf\xd2\x6c\xc6\x42\x87\xb1\xc2\x96\xd5\x0a\x94\x63\ \xdb\x1d\x5d\x03\x5c\xe0\x7c\xa1\x90\x2b\xf4\x71\xce\x8d\xd2\x5c\ \x88\x7a\x53\x5a\x36\xcb\xe6\x72\x1a\x22\xca\x1c\x21\x95\x81\xd8\ \xcb\xe4\xe7\x0d\x2c\xd4\x00\xb8\xa9\x94\xe3\x50\x84\x0c\x4b\xa5\ \x2a\xb5\xba\xed\x7a\x10\x40\xdb\xa2\x08\x5b\x71\x14\x40\x6d\x8c\ \x81\x42\x69\xa9\x12\x1d\x72\x63\x8c\x01\x10\x41\x88\x94\xd2\xb1\ \x10\xb1\x94\x96\xed\x84\x6d\x7f\x72\x72\x8a\x0b\xd9\xdb\xdb\x6b\ \x0c\x8c\x63\x6e\x34\x00\x00\x61\x4c\xa2\x38\x4e\xfa\xdd\x01\x00\ \x42\x88\x54\x2a\x95\x74\x48\x30\xc6\x94\x52\xad\x56\x2b\xe2\x31\ \x83\x36\x44\x50\x6b\x93\x49\x67\x00\x44\x71\x1c\x46\x31\xcf\xa4\ \xd3\x3c\xe6\xa9\x4c\xda\x4d\xa5\xf4\x1c\x36\xcd\xd9\x9c\x1d\x31\ \x0d\x50\xa1\xab\xbb\x7e\xef\xd6\x27\xf6\x9f\xb0\xa2\x68\xa9\x23\ \x55\x6c\x88\x08\x25\xe8\xb9\x60\x13\x80\x5c\xca\x6a\xa3\xf1\x92\ \x05\x83\x5a\x81\x54\xc6\xab\xd5\xeb\x5b\xb7\x6e\xab\xb5\x9a\x00\ \x22\x8c\x31\x63\x0c\x02\xa3\xb5\x11\x42\x02\x63\x30\xc6\x5a\x6b\ \x21\x44\x65\x7c\x7c\x78\x78\xd4\x40\x82\x80\x2a\xa4\x2d\x03\x8c\ \x1f\x04\x94\x5a\x88\x10\x2e\x15\xa1\x16\x26\x56\xbe\xc3\x9d\x37\ \x38\x98\xcb\x75\xae\x5a\xbd\x3e\x9d\x4e\x67\x32\x19\xad\x75\x52\ \x98\x67\x8c\x41\x00\xe2\x38\x3e\xe1\x24\x48\x1d\xcc\x39\x87\x4a\ \x5b\x84\x18\x03\xe2\x30\x62\x8e\x5d\x6f\x36\x21\xc1\x5e\xda\x13\ \x22\x12\x3c\x6c\xb6\x5a\x51\x24\x6c\xe6\x84\x61\x38\xbf\xbf\xef\ \xd6\x1f\xdd\x3c\x39\x76\x58\x2a\xa5\xa4\x36\x06\x4a\x0d\xa2\x98\ \x6b\xad\x0d\x80\x51\x14\x21\x42\x52\x5e\xda\x70\x0e\x21\x82\x98\ \x88\xa4\xd3\xc1\x68\x03\x0c\x44\x10\x11\xac\x78\x3c\x5b\x9a\xed\ \xed\xed\x15\x52\x70\xce\x93\x56\xef\xe4\x64\x7b\x7a\x7a\xf2\xf9\ \xbc\x10\xc2\xf7\xfd\xf1\xf1\x71\xad\x75\xc8\x23\xa5\x94\xeb\xba\ \xc5\x62\x11\x23\x24\x1d\x9b\x5a\x56\x36\x9b\x43\x04\x37\x9a\x4d\ \xa5\xd4\xdc\x24\xfd\x0b\xbc\x19\xb4\x16\x9c\x6b\xad\x84\xe0\x73\ \x8f\x89\x67\x9d\xad\x86\xf0\x77\x48\xfc\x41\x08\x09\xa5\x10\x21\ \x8c\x49\x32\x0e\xf1\x9c\x4c\x0a\xd5\xb7\xfa\x8c\xb3\x97\xef\xfe\ \xd6\x15\x9f\x2e\x14\xf3\x49\xa5\x4e\xf3\xa8\xb8\xfe\x9c\xf7\xbe\ \xee\x34\x17\xf0\x67\x9b\x6f\x02\x10\x18\x00\x46\xc6\xc6\xa6\x4b\ \xe5\x55\xab\x57\x41\x80\x2c\xdb\x4d\xa7\x0f\xcd\x94\xca\xcc\x75\ \x5a\x8d\x56\xcf\xd2\xde\x59\xc7\x0d\x83\x36\x26\x84\x10\xc4\x39\ \x0f\xc3\x60\x70\x70\x21\x2a\xd7\xf7\x0d\x1d\x50\x06\x31\x8a\x88\ \xb6\xb2\x85\x1c\xc6\xc4\x0f\x7c\x07\xa2\x74\x36\x3b\x30\xb0\x20\ \x5f\xec\xc8\xe6\x0b\x95\x46\x63\xef\xfe\xd1\x38\xd6\xed\x76\xb3\ \x5a\xa9\x0e\x2c\x18\xc0\x18\x3f\xfc\xf0\xe6\xce\xce\x4e\xa5\xa4\ \xeb\xa4\x0c\x34\xf5\x56\x05\x41\x90\xcb\x64\x23\x3f\x88\xa3\xc8\ \x75\x5c\xca\x2c\x66\xdb\x06\x01\x40\xb0\xe7\x30\xc7\x61\x99\x4c\ \x36\x9f\x2f\x64\xb3\xb9\xc1\x05\x83\x07\x86\xf6\x35\x1a\x2d\x2f\ \x95\x91\x51\x58\xab\xd7\x85\x91\x18\xa3\x38\x8e\x0d\x80\x18\x21\ \x0d\x20\x46\x04\x61\xca\x6c\x98\x61\x6c\x62\x7c\xdc\x71\x3d\x03\ \x50\x3a\x9b\x4b\x67\xf3\x7e\xbb\x8d\x49\x60\x31\xc3\x05\xc7\xd4\ \xb2\x00\xc4\x84\x48\x29\x20\x44\x08\x21\x8c\xb1\xef\xfb\x49\x4b\ \x54\x1c\xc7\x5a\x6b\x42\x28\x65\x76\xcc\x23\x2e\x55\xdb\x0f\x6c\ \x66\x5b\xc4\x32\x00\x35\xda\xbe\x10\xf2\xd0\xf0\x70\xbd\x5e\x4f\ \x74\xf7\xe6\xec\x85\x32\xa3\x75\xab\xd5\x18\x1f\x1d\x09\x82\x60\ \x8e\xfa\xea\xd9\x5d\x32\x03\x31\xce\xe5\xf2\x94\x5a\xff\x1d\x9e\ \x8c\x31\x08\xa3\x62\xa1\xc3\x71\x53\xcf\x19\x9b\x20\xb6\x18\x23\ \x6e\xcf\x79\xef\xfb\xf4\x86\xf3\x26\x2b\x0d\x5f\x03\x68\xb4\x0c\ \xc3\x90\x66\x7b\xac\xdf\x50\xf5\x7d\x46\x1e\x02\xcb\xb2\x22\xce\ \xef\xbb\xef\x3e\x2e\xe4\x09\x27\x9c\xd0\xac\x54\x0d\x80\x84\x10\ \x0c\x11\x25\xb4\xd9\x6c\x08\x21\x08\xc1\xc9\x18\x59\x14\x85\xa5\ \x52\x79\xc5\x0a\x53\x28\x14\x32\x99\x2c\x44\x94\x59\x38\x9f\x21\ \xae\x9b\x8a\x63\x0e\x20\x24\x94\x64\x32\x99\x5a\xa3\x79\x70\x64\ \x74\xff\xdd\xf7\x84\x41\x34\x33\x35\x9b\xc9\xe6\xb3\xb9\x5c\xa3\ \x5e\xef\xee\xef\x66\x98\x8d\x4f\x8d\xb9\x69\xc7\xa2\x94\xd8\x78\ \xc5\xca\x15\xed\xa0\x59\x2a\xcd\xee\xd9\xb5\xab\xdd\x6c\xe5\xbc\ \xf4\xd8\xc4\x18\x42\x38\x93\xcf\x16\xbb\x3a\xb9\x92\x65\xa0\x1d\ \xdb\x6e\xfb\xfb\xa6\x26\xa7\x8d\x06\xef\xbc\xe8\x9d\x9e\x6d\x19\ \x03\xb2\x99\x1c\xf2\x3c\x29\xe3\xd9\x6a\x39\x93\x4a\x21\x8c\x21\ \x44\x88\x10\x6c\x4c\xab\xd5\x32\x00\x72\xce\xd3\xe9\x0c\x84\x28\ \x97\xcf\xd7\xea\xf5\x4c\x26\xdb\xdf\xdf\x3f\x32\x3a\xca\x85\xc0\ \x84\xe8\x38\xce\x66\x73\x84\x90\x4a\xa9\x94\x88\x56\x26\x77\xa5\ \x5e\xaf\x27\x1c\x06\x09\x85\x9e\x52\x12\x33\x16\x46\x71\x10\x44\ \xd5\x72\x85\x51\x2b\x97\xcb\x25\xb3\x2c\x96\xe3\x18\x00\x38\xff\ \x73\xcc\xfa\xce\xd9\xef\xf7\x01\xa6\x26\x26\x08\xb1\x8e\x3f\x71\ \x2d\xc4\x73\xe9\xbf\x67\x36\x84\x71\xad\x52\x16\x42\xf4\xf4\xf6\ \xfd\x36\xe0\xd2\x93\x93\x93\xed\xb6\x9f\xf2\xd2\xcf\xf5\xb0\xa2\ \x31\xf9\xcb\x1f\xdd\x33\x25\x88\x8d\x91\x01\x06\x42\x68\xb4\xb2\ \x3b\x57\x9f\x7d\xc6\xda\x14\x92\x5c\xaa\xe7\x80\x4d\x5a\x6b\xcf\ \x4b\x77\xf7\xf4\x96\xca\xe5\x7d\xfb\x86\x56\xad\x5a\x1d\x86\xe1\ \xaa\xd5\xab\x97\x2e\x5f\x3e\x3c\x3c\xd2\xd1\xd1\x59\xab\x55\xf6\ \xec\xde\x4e\x09\x86\x00\x50\x82\x35\x63\xbd\xbd\xbd\x9d\x9d\x9d\ \x5c\x9a\x79\xf3\xfa\x35\xc0\xb9\x6c\xaa\x23\xc7\xb4\x36\xb5\x5a\ \xbd\xa7\xb7\x37\x9b\x2f\x6e\xdd\xb6\x23\xe4\xdc\x0f\xc2\x28\xe2\ \x88\x52\xcb\x21\xb9\x62\x4a\xe9\xb8\x1d\xd5\x0c\x8a\x1b\x7e\x4b\ \x86\xb5\xb1\xc9\x83\x8e\xeb\x58\x2e\x2c\x74\xa6\x59\x48\x88\x85\ \x76\xec\xd8\xe6\x07\x6d\x9b\x59\x98\x62\xa9\x54\x3b\xf4\xbb\x59\ \x6f\x36\x95\x85\x10\xfa\x6d\xff\xd0\xa1\x43\x5e\x2a\x83\x2d\x7a\ \xeb\x8f\x6f\xb9\xf4\x92\x8b\xbb\xba\xbb\xeb\xa5\xb2\x67\x5b\x18\ \x11\x8b\x59\x18\x53\xcb\x62\x52\xca\x98\x4b\x00\x11\x42\x38\x61\ \xd1\xb4\x2c\xa6\x0d\x70\x1d\xa7\xa7\xa7\x27\x8e\xe3\xb1\xb1\xb1\ \x46\xbd\x9e\x04\x68\xb5\x5a\xcd\xb6\xed\x64\x44\x0e\x21\xa8\xb5\ \x41\x08\x1b\x03\x00\x04\x94\xd2\xb4\x97\xd6\x46\x47\x51\xa4\x95\ \x54\x4a\x01\x08\x95\x96\x52\x0a\xad\x74\x30\x3d\x85\x11\x0e\xc3\ \x30\x93\xcd\xa6\x33\x59\x88\xe6\x68\x2a\x5f\x68\x68\x02\xa0\xd5\ \x6a\x2e\x5f\x75\x14\xb5\xe8\xdc\xd5\x78\xb6\x19\x6b\x8c\x93\xe1\ \xfc\xa7\xfc\xa6\x84\x3e\x08\x00\x00\x21\xea\xed\xed\x1b\x3e\x74\ \x40\x69\xf5\x5c\x6f\x85\x31\xc6\x18\xdd\x9a\x18\xba\xff\x40\x73\ \xdd\x49\xc7\x7a\x04\xc0\x78\xe6\xa1\xcd\x07\x06\x57\x2f\x5d\xdb\ \xc3\xfe\xfb\x07\x9e\x01\x9b\xd2\x99\x74\x2e\x97\x6d\xb5\x9a\x23\ \x23\xc3\xf7\xdd\x77\xef\xf2\xe5\xcb\x5d\x2f\x1d\x45\x51\x2a\xe5\ \x06\x41\xdb\xb1\x6d\x82\x31\x46\x46\x49\x29\xa5\x49\x3a\xa1\x86\ \x0f\x1f\xa6\x96\xa3\x8d\xae\xd6\x1b\x5a\xc5\x91\x0f\x20\x44\x5d\ \x3d\xbd\xd5\x7a\x23\x08\xa2\x9e\x9e\xbe\xc7\x9f\x78\x02\x40\x8c\ \x20\x6e\x36\xdb\x4a\x0b\xcb\x86\x96\xe5\x72\x91\x75\x53\xd6\xcc\ \xec\x04\x4c\xd1\x28\x6e\x73\x11\x94\x2b\xf6\xa3\x8f\x3c\xcc\xa5\ \xca\x65\xb2\x3d\xdd\x5d\xed\x66\xb3\x52\xab\x38\xcc\xd6\xc0\x78\ \xae\xcb\xa3\xc8\x18\x03\x11\x9a\x9a\x9c\x12\x5c\xcd\x36\xa6\xdc\ \x4c\xb6\x21\xd5\xde\xbd\x7b\xf3\x85\xc2\xd8\xe1\xe1\x66\x2d\xa6\ \x04\xf8\x22\x94\x5a\x29\x2d\xb5\xd6\x4a\xa9\x5c\x2e\xdf\xdf\x3f\ \xbf\x5c\xa9\x40\x44\x0c\x46\x51\x1c\x19\x00\x8c\x31\xe3\xe3\xe3\ \xe5\x72\x39\x19\x48\x4e\xa5\x52\x10\x42\xcb\xb2\x26\x26\x26\x9a\ \xcd\x86\xcd\x6c\x00\x0d\x21\x04\x63\x98\xf6\x3c\xc7\xb1\xc3\x30\ \xd4\x42\xc7\x51\x64\x08\xd6\xc6\x60\x84\x14\x00\x1a\x18\x03\x81\ \x51\x86\x32\xda\xf2\xdb\x6e\xb3\x49\x29\x41\x10\xcd\x3d\xa7\x5f\ \x04\x9e\x53\xf2\x6f\xce\x9e\x5b\x68\x97\x20\x40\x42\x85\xc6\x39\ \xb7\x2c\x4b\x29\x95\x20\x57\x32\x7f\xf6\xdc\x12\x7f\x4a\x92\x4c\ \xdf\x6b\xdf\xf9\xbe\x3d\xbf\xba\x36\xec\xea\xfa\xe0\xa5\xe7\x31\ \x00\x80\x18\x0e\x3e\xf3\xcd\x46\x10\x43\x60\x3f\x37\x6c\x42\x08\ \xd5\xeb\xb5\xe9\xa9\x09\x08\x4c\xab\x59\xdb\xbb\x67\xe7\xd4\xd4\ \x98\xd6\x5a\x4a\x85\x50\xa2\x23\xa2\xa1\xe1\x52\x68\x63\x8c\xc1\ \x14\x22\x3c\x5d\x2e\x4b\x00\x09\xb1\xb8\x10\x7e\x10\x41\x68\x3a\ \x3a\x16\x75\x74\x74\x3c\xfa\xe8\xa3\x8f\x3d\xbe\x75\xf1\x92\xc5\ \x5e\x3a\x7f\xf8\xc0\x61\x03\xa0\x97\xf6\x52\x8e\x0b\xa5\xdb\x98\ \x69\x65\xb3\x48\xb6\x95\x65\x6c\xd9\x56\x26\x00\xd9\xce\x3c\x42\ \x68\x66\xb4\x94\xb6\xb2\xbd\x7d\x3d\x7e\xad\x21\x43\x3e\xd0\xd7\ \x5f\xab\xd5\x1a\xf5\xba\x36\xa0\x5e\xa9\x12\x88\x52\x5e\xaa\x5c\ \xab\xcd\xce\x96\x94\x50\x88\x10\x64\x34\x97\xf1\x9e\x3d\x3b\x5e\ \x72\xca\x06\xc4\x80\xcf\x43\x69\xa0\x36\xb1\xe2\xc0\xb6\x08\xb2\ \xc9\x31\x4b\x97\x69\x88\x6a\xf5\x26\x73\x5c\xa5\x41\xcc\x65\x36\ \x9f\xd7\x46\x51\x8b\x48\xc5\xb9\x00\x08\x61\x6d\x54\xb9\x32\x8b\ \x09\xde\xbe\x63\x9b\x94\x12\x20\xac\x00\xd0\x4a\xda\xc4\xa2\x0e\ \x52\x20\xaa\xb5\x22\x4a\x2c\x6c\x11\x05\x00\xd4\x06\x1a\x95\x76\ \x9d\x96\x92\x4a\x01\x29\xb8\x14\xc2\x71\x98\x31\x2a\xe2\xa1\xed\ \xda\x8c\xb1\x17\xa7\x38\xb8\x92\x02\x3c\x35\x33\xf0\xbc\xec\xe0\ \xe6\x9f\x3d\xd4\x98\x7f\xe1\x59\xc7\xfc\xa1\x23\x39\xb2\xfa\xb3\ \x1b\x6e\xeb\x3b\xed\x0d\xc7\x2d\xf8\x53\x36\x84\xce\x3d\x22\x9e\ \x0f\x34\x01\x08\x00\x30\x66\xf3\xe6\xcd\xf7\xde\x77\xdf\x5b\xdf\ \xf2\x96\x05\x0b\x16\x28\xa5\x80\x79\xbe\xd7\xd3\xe8\x38\xe6\xcc\ \x75\x4b\x43\x8f\x3f\xba\xe7\xd8\x5d\x6d\x53\x2f\x00\x00\x20\x00\ \x49\x44\x41\x54\xe5\x45\x3a\xfe\xd8\x9d\x07\x5b\x99\x33\xf3\xe9\ \xe7\xac\x4f\x07\x21\x34\x5a\x73\x1e\x53\x4a\x32\x19\x4f\x4a\x1e\ \xf8\x7e\x1c\x47\x8e\x63\x6b\x05\x8d\x31\x4a\x29\xa8\x8d\x52\x1a\ \x20\x04\x20\x92\x1a\x04\x41\xdc\x6c\x05\x06\xf8\x8b\x17\x2d\x59\ \xb1\x6a\x95\x97\xc9\xb6\xeb\xed\x87\x1f\x7e\x64\xc7\x8e\x5d\x18\ \xd3\xf1\xb1\xa9\xd2\x6c\x55\x08\xe9\xa5\x52\x40\x1b\x82\x50\x67\ \xbe\xd3\x00\x23\x62\x99\x4e\x65\x8c\x30\x14\x59\x99\x74\x96\x11\ \xc6\x39\xd7\x5c\x57\x66\x4a\xd0\x68\x00\x80\x88\x63\x08\x61\xca\ \x71\xa3\x20\x24\x94\x4a\x21\xa6\x27\x27\x01\x04\x1a\x40\x02\x11\ \x4a\xd2\xcd\x52\xbb\x16\x73\x6c\x16\x85\x61\xa1\x90\xa5\xd4\xb8\ \x0e\x0b\xeb\x35\xd7\x76\x99\xe3\x48\x65\xea\xf5\xea\xd4\x4c\x29\ \xe2\x92\x32\x06\x21\x81\x10\xb8\x0e\x03\x40\x69\x2d\x6d\x9b\xe5\ \xf3\x79\x84\x50\xa9\x54\xd2\x5a\x02\xa0\x9a\xcd\x7a\xc2\x84\x07\ \x20\xd0\x06\x50\x4a\x09\xc1\x13\x93\xe3\x08\x11\xc7\xf1\x04\xd7\ \x10\x22\x08\x51\x1c\x46\xf3\x16\xf7\x2f\x5c\xb8\x70\xdf\xbe\x7d\ \x61\x18\xf2\x38\x8e\xa2\x28\x19\x5a\xa6\x94\x62\x8a\x5f\x1c\x21\ \x9d\x1a\x7a\xe0\x27\x3f\xb9\x77\x47\x1b\x58\x4b\xd7\xbd\xf2\xaf\ \x5e\x9a\xbe\xf6\x9a\xdb\x37\x5c\xf4\xfe\x35\xe9\xe7\x7f\xc4\xf1\ \xfd\x8f\x6f\x9c\x04\x6f\x3b\xeb\x0f\x26\x72\xe3\x8d\x87\xef\x79\ \xe0\xa4\x63\x5e\x7f\xdc\x9f\xeb\x5a\x88\xfa\xf0\xcd\xd7\xff\xc7\ \x9e\xaa\x7d\xc6\xf9\x17\x9e\xbe\x72\x8e\x53\xe5\x77\x43\x93\x31\ \xc6\x18\xa5\xb5\xe3\xba\x27\x9f\x7c\x72\xc2\xf7\x9f\x70\x44\x3c\ \xef\x45\x2d\x85\xea\x3b\xea\x8c\xd7\xec\x39\xf4\x83\x2b\xff\x0f\ \x65\x28\xd2\xa9\xb3\x2e\x78\xef\xe2\x02\x51\x47\xb2\xba\xcf\x16\ \x9b\x92\x67\xbe\xe7\x79\x52\x4a\x4a\x2d\xcf\xf3\x18\x63\xb6\xcd\ \x28\xa5\x52\x4a\x4a\x29\x44\xa8\x22\x94\x89\x63\x88\x91\x92\x50\ \x19\x2d\x91\x59\xb2\x78\xe9\xda\xe3\x8e\x4b\xa7\x33\x7e\x10\x34\ \x1b\x2d\x08\xc0\xaa\x55\x2b\x97\x2d\x5f\x8a\x11\x8a\xe2\x38\x0c\ \x02\xad\x75\xa1\x50\x00\x00\x50\xc6\xd0\x91\xe0\x96\x10\x62\x31\ \x96\xcd\x65\x36\x9c\xb2\x01\x23\x9c\x54\x7c\x8d\x51\xcc\xb6\x12\ \x1f\x32\xd1\x0d\x16\x42\x24\x3a\x77\x49\x75\x1f\x42\xa4\xb4\x56\ \xda\x68\xa5\x81\x36\x42\xc4\x08\x9a\xc0\xf7\xd3\xa9\x74\x1c\x05\ \x51\x10\xb6\x9a\x4d\xa8\x8d\xd6\x06\x20\xe4\x87\x0d\xa8\x15\x50\ \xc2\x6f\xc5\x52\x6a\xa5\x14\x82\x00\x01\xdd\x6c\x36\x8c\x01\x8c\ \x59\x8c\x31\xdf\x6f\x09\xc1\x8d\x51\x00\x40\x63\x34\xa1\x38\x8e\ \x45\x1c\x73\x08\x31\x84\xd8\xb2\xec\x20\x88\xa2\xb0\x6e\x59\x76\ \x72\x03\x21\x82\xd5\x6a\x35\x08\x82\x38\x8e\x13\x26\xb9\x44\xe5\ \xbc\x56\xab\x95\xcb\xe5\x38\x8a\x21\x7a\xe1\xa3\x89\xd2\xf6\x1f\ \xff\xf3\xd7\x7e\x79\xc6\x5b\xde\xba\xd6\x69\xb7\x08\x81\xa2\xb1\ \x6d\xf3\x83\xed\xce\xc5\xad\xc1\xce\xd5\xc7\x1f\x97\x33\xd1\xbe\ \xad\x5b\xc6\x9a\x70\xe9\xda\xb5\x0b\xf2\x2e\x90\xfe\xc1\xbd\x7b\ \x0e\x4f\x56\xbc\xde\x65\xc7\x1f\xbd\x30\x9a\x3d\xf0\xe8\xf6\x43\ \xb8\x63\xf1\xba\xa3\x17\x3b\x18\x00\xc3\x0f\xed\x78\x62\xca\xe7\ \xfb\xc7\x1b\x96\xfb\x6b\x5e\x8b\xe6\xd4\xa1\xdd\x07\x0e\x37\x63\ \xd8\xbb\xe4\xe8\xd5\x83\x1d\x30\x98\xde\x73\xb8\xb9\x68\xd5\x32\ \x5b\xfa\x07\xf6\x0e\xe7\x16\xaf\xea\x80\xcd\xdd\x7b\xf6\x4c\x96\ \xda\x5e\xcf\xc2\xc1\x22\x3a\x34\x74\x50\xa5\xfb\xd7\xad\x5f\xe5\ \x22\x62\x13\x75\x68\xd7\xa6\x07\x9b\xa4\xb0\x60\xcd\xca\xf9\x39\ \x00\x00\x10\xfe\xbe\x6d\x8f\x8d\x34\xd1\xf2\x63\xd7\x2f\x28\xd8\ \xbc\x35\xb3\x7b\xf7\xd0\x6c\x43\x0d\xae\x5c\x45\x83\x59\x90\x1b\ \x5c\xd8\xed\x3d\xdf\x8b\xd1\xba\xe1\x2b\x9f\x7f\xcc\x3e\xf9\x95\ \xcb\x1a\xd7\x7d\xe9\x0b\xa9\x2f\x7c\xf1\xf8\xce\xb9\x42\xea\xef\ \x84\x27\x6d\x0c\x82\x70\xcd\x9a\x35\x89\x9b\xf2\xd4\x38\xee\xf3\ \x5e\xd3\x46\x2b\x85\xd3\x2f\x7d\xeb\x87\x8f\x3d\xab\xdc\x8e\xb5\ \x93\x2d\x14\x3c\xa6\x84\xf8\xad\x60\xf7\x4c\xf3\x74\x18\x75\x74\ \x74\x54\x2a\x15\x08\x61\x5f\x5f\x5f\xd2\x12\x4d\x08\x21\x84\x58\ \x94\xce\xcc\xcc\x94\x94\x86\x90\x10\x4c\x8d\x01\x29\xdb\xd9\x70\ \xf2\xc9\xeb\xd6\xaf\x2b\x57\xaa\xe3\xe3\x7b\x93\xde\x45\x8c\x10\ \x42\x50\x4a\x25\xa5\x44\x08\x42\x84\x8c\xd6\xed\xa0\x85\x20\xd4\ \x7e\x8b\x73\x9e\x30\x7f\x27\xf9\x20\x00\x80\xeb\x3a\x89\xf0\x24\ \xa5\x34\x61\x74\x43\x08\x25\xb3\x20\x49\x21\x3f\x8e\xe3\x24\xde\ \x7c\x5a\xbe\x13\x02\x03\xb5\xd2\x5a\x29\x42\x11\x8f\x02\xc6\xb0\ \x43\x6d\x8d\x11\xc9\x17\x29\x46\x42\x0a\x0d\x4c\xca\x66\xb6\xed\ \xd8\xb1\x50\xc6\x20\x8c\xe3\x58\x08\x1e\x29\x25\xe3\x38\x12\x42\ \x04\x81\xaf\x94\xcc\xe5\x72\xbe\xef\x33\x66\x37\x9b\xcd\x76\xbb\ \x05\x01\x21\x98\x30\xc6\x28\xa5\x82\x4b\xad\x15\xc1\x34\x93\xcf\ \xc5\xb1\xa8\x55\x67\x1c\xc7\x11\x5a\xd4\x6a\x35\xce\x79\xc2\xd9\ \x92\x28\x1a\x24\xd0\xd9\x68\x34\x9e\x6a\x8f\x7a\x61\x2d\x6e\x57\ \x9a\x38\xb7\xee\xd4\xd3\x8f\xeb\x22\x00\x00\xd0\xdc\x4a\x91\x9a\ \x3e\xb4\xef\x00\x54\x2b\x8e\x97\xbf\xfa\xf6\x67\x6f\xda\x21\x06\ \xbb\xf4\x8d\x37\xff\xf2\xe2\xff\xfd\xd9\xb5\xfe\x3d\xff\xe7\xf2\ \xef\x77\xad\x5c\x77\xf4\xda\xec\xd2\x62\xe9\x1b\x5f\xfd\xa1\xb3\ \x60\x49\xe3\x17\xb7\x6c\x3a\xe5\x3d\x9f\x38\x7f\xdd\xe6\xff\xf8\ \xca\x37\x6e\x3b\xbc\x7a\xcd\xc2\x83\xdb\xf6\xc0\xd3\x5e\x73\xe4\ \xdc\xe4\xed\xdf\xfe\xd2\x8f\x26\xf2\xc7\x2f\x34\x3f\xb8\xf6\x86\ \x0b\x3e\xf3\xb5\xb3\xc1\x03\x57\x5e\xb9\xe9\xd3\xdf\xbd\x72\x30\ \x1c\xf9\xee\x17\x3f\x7f\xfa\x67\xae\xdd\x30\xfb\xd3\xcf\x7d\xe9\ \x8e\x55\x27\xad\x99\xbe\xf1\xea\xb2\xbd\x70\xed\xa2\xc2\x81\xad\ \xd7\x3d\xf8\x9a\x8f\xfd\xed\x5b\xe7\x93\x70\xf6\xb1\x4d\xf7\x46\ \x07\xc5\xf6\x43\x37\xbd\xf5\xe3\x97\xbf\x66\x95\x73\xc7\x75\x5f\ \xbe\x73\xdc\x19\xcc\xb4\x6e\xfd\xe5\x43\x1f\xbd\xe2\x93\xfc\x17\ \x57\x5d\xf1\xe3\xd1\x35\xc7\x1f\x47\xf3\xde\xa3\xff\xfe\x4d\x78\ \xda\xc7\x3f\xf1\x86\x95\xcf\xf3\x52\x8c\x6f\xb9\xe7\xb0\x7b\xc9\ \x17\x2e\x3a\xb1\x3b\x18\x79\xe2\x23\x77\xdc\x7b\xe0\xf8\xbf\x5a\ \x3e\x07\x43\xbf\x25\x6f\xfd\x24\x8f\x96\x31\x00\xe8\xff\xea\xd4\ \x24\x2f\xfe\x21\xf0\x24\x21\x4c\x17\xbb\x32\x00\x00\x60\x94\x94\ \xbf\xcb\x0b\x7b\x06\xbf\x89\x59\x56\x26\x9d\x6e\x35\x9b\x99\x4c\ \x26\x97\xcd\x76\x74\x74\x30\xc6\xea\xf5\x3a\x21\x24\x93\xc9\xd4\ \xaa\x75\xa5\x00\xc6\x94\x10\xcb\x18\xdd\xd7\xdf\x4f\xa9\xf5\xc4\ \xd6\xed\x95\x6a\x0d\x02\x10\x09\x2e\xa4\x60\x14\x4b\xa9\x00\x00\ \x49\x71\x9d\x10\x92\xb4\xfc\x24\xd3\xb6\x00\x80\x38\x8e\x93\x4e\ \xeb\xa4\x75\x33\x11\x7a\x92\x52\x26\x14\xb7\xc6\xe8\x64\x7b\x27\ \xce\x1a\x00\x20\x81\xb3\x24\xe4\x44\x08\x18\xa5\x81\x41\x10\x40\ \xa0\x35\x04\x00\x20\x38\xb4\x77\x8f\xe7\xd9\xa7\x9c\x72\x52\x4f\ \x77\x11\x03\x19\xc7\x31\xc6\x84\x0b\xa1\x35\x68\x07\x81\x36\x90\ \x4b\x29\xa4\x82\x10\x62\x4a\x92\xd9\xdd\xe4\x98\x10\x42\xa5\x54\ \x42\x51\xf0\xe8\xa3\x8f\xce\xcc\x94\x2d\xcb\x62\x8c\x19\x03\x8a\ \xc5\xe2\xfc\xf9\x03\x08\x41\xce\x79\x10\x84\xe3\xe3\x13\x84\x12\ \xa9\x44\x26\x9d\x5e\xbd\x7a\x75\xd2\xe8\x91\xf4\xc4\x3f\xc5\xc3\ \x1b\x04\x41\x36\x9b\x55\x4a\xbd\xe0\x0b\x6d\xde\x49\x17\xfc\xcd\ \x81\x6f\x5f\xf7\x4f\x1f\xbd\x65\xf1\xd1\xaf\x3d\xff\x82\x75\x45\ \x8d\xb3\xfd\xaf\xbd\xf8\xc3\xa7\x16\x40\x78\xe0\xd6\x1b\x1e\xad\ \x5f\xfc\xc5\x7f\x3d\xb1\x43\xdf\x72\xc5\x65\x37\xdc\xf0\xd0\x8a\ \xb3\x7d\xab\x67\xcd\x87\xfe\xf1\x53\xf3\x01\xb8\xed\xcb\x1f\xd9\ \xd9\xe8\xb8\x64\xdd\xda\x72\xb4\xff\x7b\x37\xdf\x71\xd1\x4b\xed\ \x1f\xdd\xbd\xfd\xdc\x4f\x7e\xe3\x8d\xab\x33\xf7\x7d\xcf\xff\x61\ \x8d\x1f\x59\xa3\xb2\x19\x92\x93\xce\xbd\xf4\xb2\x73\xe7\xdf\xfa\ \x2f\x1f\xbe\xed\xee\x1d\x2f\x3f\xcb\x71\x5d\x07\x01\x00\x20\xb2\ \x5d\x97\x60\x14\xb6\x5b\xb9\xc5\xa7\x7c\xea\x63\x97\x1c\xfc\xc5\ \x97\xff\xf1\x1e\xf7\x92\x8f\x5d\xd2\xba\xfb\x2b\x9f\xfe\xc9\x5d\ \x8d\x37\x5e\xa4\x9d\xfe\xd7\xbf\xe7\x93\xaf\x3b\xc6\x7b\xf0\xaa\ \x4f\xdc\x70\xf3\xed\x2f\xe9\x9c\x77\xc3\x2f\x77\x1d\xfb\xe6\xf7\ \xad\xef\xae\x6f\xf9\xca\xf7\x7e\xfa\xc0\x45\xa7\x07\xd1\xe2\x93\ \xcf\xff\x87\x0f\xbf\x0a\x00\x7d\xf2\x51\x5f\x07\xe4\xf9\x67\xa6\ \xc2\xfa\xa4\xca\x7a\xf9\x3c\x00\xc0\x9d\x97\xf1\x46\xa6\xcb\x00\ \xcc\x61\xd3\xef\xda\xfe\xda\xfc\xb6\x34\xd0\x91\x17\xe1\x1f\x74\ \xe8\x67\xb1\x2f\x9e\x21\xdf\x24\xa5\x6c\x34\x1a\x84\x10\xc7\x75\ \x19\x63\x31\xe7\x53\xd3\xd3\x93\x13\x13\x42\x88\x74\x3a\xdd\x6c\ \xb6\x1c\xc7\xb1\x2c\x47\x28\x61\x0c\xb2\x6d\xbb\xdd\x6e\xc7\x71\ \x8c\x10\x26\x84\x40\x42\x0a\x8e\x0d\x8c\x4c\xc6\xdc\xa4\x94\x18\ \x93\xc4\x0f\x4a\x80\x0f\x21\x64\x0c\xa0\x94\x52\x4a\x92\x18\x2a\ \x69\x68\x4c\xbe\x3e\x84\xf0\xa9\x77\x1a\x63\x08\x21\x4a\x29\xad\ \x75\x3a\x9d\x7e\x0a\xb9\x00\x30\xc0\x28\x23\x0d\x84\x18\x26\x05\ \x19\x00\x5c\xd7\x6d\xb7\x5b\xb5\x5a\x1d\x01\x1d\x47\xbe\x56\x8a\ \xd9\x0c\x42\xac\x8d\xa9\xd7\xeb\x42\xca\x98\x4b\x2e\x05\x21\x94\ \x32\x0b\x20\x64\xf4\x93\x96\x9c\x72\x18\x86\x95\x4a\xc5\xf7\x83\ \x54\xca\x49\x1a\x0e\xe2\x38\x2e\x97\xab\xd9\x6c\x41\x49\x35\x36\ \x36\x5a\xa9\x56\x00\x80\x49\x8b\x93\xe3\x38\x61\x18\x6a\xad\x93\ \x90\x13\x61\x14\xc7\x71\x82\xa1\x31\xe7\x2f\x96\x55\x86\xd2\x2f\ \x7f\xc7\xc7\x4e\x7f\x43\xe5\xe1\x5f\x7e\xf7\xca\x2f\x7c\xee\xb2\ \xcb\xce\x61\x47\xe2\x98\xf6\xcc\x14\x4e\x75\x2c\xec\x00\x00\xa0\ \x65\xf3\x7a\xef\x3a\x30\x11\x41\x4c\x10\x84\x06\x00\xc8\xa7\xca\ \x21\xb5\xc8\xf4\xf0\x7e\xde\xb5\xf6\x7d\x7f\xbd\xd6\x69\xcf\x84\ \xca\x5d\x38\x90\x01\x00\x20\x6a\xc1\xa7\xa5\x1d\x10\x42\xc0\x68\ \x00\x40\x67\x67\x17\xae\x87\xda\x68\x0d\x92\x16\x5f\x84\x60\x72\ \x37\x11\x04\x40\x01\xe0\xe6\xba\x5c\xdd\x8c\x01\x48\x17\xd3\x98\ \x94\x63\x69\x00\x26\x14\x61\x00\xc0\xe0\xc2\x2e\x39\x5c\xaa\xd6\ \xac\x36\xa2\x26\x28\x1d\x18\x89\xcf\x7c\xeb\x7b\xd6\xae\xc8\xb6\ \x87\x21\x7c\x72\x27\x20\xe6\xb8\x7f\xc8\x95\x20\x2c\x65\x62\x19\ \x09\x00\x2c\xd3\xe6\x92\x74\x3a\x73\x18\xf4\xdb\x76\x3e\x30\x5a\ \x27\xc4\x21\xbf\x15\x16\xfe\x3c\xb5\x85\x67\x88\xe9\x84\x90\x52\ \xc8\xb4\xe7\x51\x8c\xa3\x30\x6c\xd4\xeb\xbe\xef\x4b\x21\x05\xe7\ \xcd\x46\x03\x63\x92\xf6\x52\xda\x20\xca\x28\x84\xa0\xd1\x68\xa6\ \xd3\x99\xae\xae\x2e\x03\x20\x84\x30\xe4\x31\x84\x90\x51\xdb\xb2\ \x88\x52\x26\x8e\x23\x42\xe8\x93\x80\x72\xa4\x78\x92\x48\xbc\x01\ \x00\x10\xc2\x5a\x2b\x00\x00\x84\x08\xc2\x5f\xcb\xd8\x1a\xf3\x64\ \xfd\x37\x19\xfd\xc7\x18\x87\x61\x98\x4e\xa7\x31\x26\x9c\x47\x18\ \x43\x29\x62\x25\x0d\x04\x04\x68\xa3\xb5\x76\x1c\xa7\xbb\xbb\xbb\ \x5c\x9e\x6a\x34\x6a\xd5\x4a\x45\xca\x48\x70\x2e\x84\x80\x10\x01\ \x08\xb5\xd1\x10\x20\x08\xa1\x06\x46\x4a\x65\xa0\x31\x10\x6a\x6d\ \x20\x84\x5a\x6b\x29\x65\x10\x04\xcd\x66\x33\x08\x7c\x42\x88\x6d\ \x3b\x09\xa3\x0b\x21\x24\x8a\xf8\xec\x4c\xa5\xdd\x6e\xcf\xcc\xcc\ \x42\x08\x1c\xd7\x26\x94\x58\xd4\xa2\x98\x54\xca\x15\x4a\x89\x4a\ \x54\x7c\xc1\x93\xbd\xfe\xc6\xe8\x76\xbb\x2d\xc4\x8b\x22\xa6\x0b\ \xeb\xe3\xa3\x35\x34\x30\xd0\xb7\xee\xc4\xf5\xf8\x87\xd7\x8c\x36\ \x09\x0e\x9b\xa3\xc3\xb3\xc2\xcb\xba\x0b\xd7\xb8\xed\x4d\x77\x6f\ \x99\x79\xcb\xd1\xe2\xf6\x2d\x43\x5d\xa7\x9e\x9f\x02\x5b\xe5\x93\ \xe3\xe1\xd6\xca\xa5\x9d\xf7\x6e\x4f\xbd\xf4\xf5\x6f\xeb\x81\x51\ \x8c\x6d\x1b\x64\x7a\x53\xad\x5f\xfc\x6c\xf3\xba\xb7\xae\x0f\xfc\ \xf6\xd3\xe7\x0b\x8c\x56\xca\x18\x00\x80\x51\x5a\x6b\xc5\x8a\x7d\ \xba\x39\xf5\xe8\xce\xfa\x82\xde\x20\x88\x78\x92\x58\x55\x3a\xc9\ \xb0\x6a\xa3\x75\x72\x43\xb5\x31\x00\x02\xc5\xc3\x56\x18\x00\xde\ \xfc\xc9\xaf\x76\x16\x96\xbe\x77\x41\x5f\xae\xd7\x42\x1d\xcb\x4f\ \xbd\x60\x43\x7f\xd8\x0e\x1c\xcf\x7e\x90\xab\x27\xbf\x11\x88\xf7\ \x6e\xdd\x0e\xbb\x96\x2f\xef\xcf\x3c\xbf\x4b\xe1\xcd\x3b\x76\xa1\ \xf8\xf1\x83\x0f\x8f\xac\x5c\x53\xda\x74\xa8\xbe\xe1\x75\x8b\xe6\ \x80\xe8\x77\x65\x9b\xa4\x94\x52\x4a\x04\x61\x12\xdf\x24\xb5\x2f\ \x0d\xcc\x93\x4b\x1a\xbe\xa0\xd8\x94\x90\xed\x76\x77\x76\x66\xd2\ \x69\x00\xa1\x51\x1a\x01\x58\xcc\x17\xb2\xe9\xcc\x91\x4d\x8b\x09\ \x61\x51\xcc\x31\x25\x95\x72\xf5\xd0\xe1\xe1\xd9\xd9\x99\xae\xae\ \x2e\x44\xc9\xd8\xe8\x58\xa9\x54\x32\xc0\x10\x0c\x8b\xc5\xe2\x82\ \x05\x0b\x12\xa2\xdb\x24\x74\x02\x47\x44\xb4\x9f\xea\xe9\x42\x08\ \x25\x55\x80\xa7\xab\x95\x00\xf0\x54\x11\xee\x49\x4b\x12\x3a\x3b\ \x77\xee\x9c\x9a\x9a\x32\x5a\x23\x0c\x3a\xbb\x0a\x7d\x7d\xf3\xb4\ \x84\x52\x28\x4a\xa8\x14\x02\x00\x6d\x11\xc4\x1c\xd7\x4d\x39\x08\ \x41\x1e\x45\x9c\xf3\x04\xf3\xb4\xd6\x10\x41\x8c\x31\x04\xd0\x18\ \x2d\x35\x90\x5a\x25\x7c\xa0\x5a\x6b\x25\x15\x80\x40\x4a\xc1\x63\ \x2e\x95\x32\x46\x23\x04\x94\xd2\x71\xcc\x1d\x3b\xc5\x98\xed\xba\ \x5e\x3e\x5f\x40\x10\x20\x02\xb5\x96\x94\x10\x68\x20\x84\x10\x23\ \x04\x20\x04\xc6\x28\xad\x93\x33\x4a\x2a\x1c\xbf\xf1\xe5\x5f\x28\ \x6b\x4d\x6c\xbb\xf6\xaa\x9f\x07\x90\xf2\x20\x5c\xf5\xea\xb7\x9d\ \x73\xe2\xfa\xbe\xfd\x77\x5d\xf5\xe5\x8f\x3d\xba\xe2\xc4\x4b\xff\ \xe6\x83\x1f\x7d\xd7\xf0\x57\xbf\xf3\x8f\xf7\x03\x90\x5b\xf6\x8a\ \xbf\x79\xe3\x72\x33\xb4\xcd\x75\xed\x24\x99\x77\xd2\x5b\x2f\x1e\ \x2a\x7f\xed\xd3\x1f\x7a\xbf\x6d\xd9\x27\x5f\xf0\xfe\x0b\x4e\x5e\ \xf2\xbe\x4b\xdf\xf7\xf5\xab\xae\xf9\xe0\xc3\xd7\x07\xd5\xda\x8a\ \x37\xf6\x1d\x59\x9f\x90\x39\x29\xdb\xc2\x00\x00\xc2\x6c\x87\x6a\ \x90\x5e\x77\xd1\x6b\x8e\xbd\xfa\xca\x8f\xdf\xef\xe1\x16\x1b\xec\ \xcd\x12\x40\xac\x94\x0b\x21\x00\x08\x5b\xae\x63\x43\x00\x20\x66\ \xae\xc3\x30\xcd\x2c\x19\xa0\xbf\xfc\xce\x3f\x3d\x44\xb9\x35\x70\ \xfa\x07\x2f\x3c\x15\xa6\xc0\x65\x17\xbf\xe2\x5f\xbf\xff\x4f\x0f\ \xfe\x9b\x5d\x9c\x7f\xfc\xc7\xff\xf6\x22\x66\x3b\xee\x93\x0b\xb5\ \x71\xeb\x35\xdf\xc4\x2f\xfb\xe4\xf2\xd7\x3f\x4f\x6c\x02\xce\xe0\ \xfb\x2e\x39\xef\xff\x5e\xf3\x99\x4b\xaf\x47\xcb\xce\x78\xe7\x1b\ \xd6\xe4\xe6\x50\xe8\xb7\xb9\x4d\xc0\x18\xa3\xa4\xd2\x4a\x97\xaa\ \xd5\xb1\xb1\xb1\x04\xa1\x96\x2e\x5d\x42\xa9\xa5\xa0\x36\x7f\x96\ \xf2\x33\x7c\xc7\xdb\x2e\x48\xb6\x12\xa5\xf4\xb2\xbf\xf9\xc8\xd3\ \xe9\xf7\x6d\xc7\xd9\xbc\x69\xd3\xcd\x37\xdd\x94\x94\xea\x12\xbc\ \xd0\x5a\x13\x42\x20\x42\x10\x02\x4a\xa8\xd6\x1a\x20\x68\x31\x36\ \x72\x78\x74\xf3\xa3\x5b\x92\xc2\x99\xdf\xf6\x95\xd6\x16\xb3\x1d\ \xd7\x51\x82\xb7\x9a\xcd\x24\x2a\x74\x5d\x37\xc9\x19\x3f\x95\xcc\ \x4e\x32\xc7\xbf\x0b\x9b\x20\x84\x18\xff\x66\x3b\x6f\xa9\x54\x9a\ \x9d\x9d\x4d\x40\x8a\xcb\x00\x20\x90\xcb\x16\xe6\xf5\x0f\x30\xcb\ \x8e\x82\x08\x21\xa8\xa4\x24\x18\x2e\x59\xbc\x28\x9f\xcf\x73\x21\ \xb4\x56\x49\xf3\x5d\xc2\x1e\xa7\x94\x48\x3c\x55\x4a\x29\x84\x58\ \x28\x9d\x78\x64\xc6\x18\xa5\x34\x21\xd8\xb2\x2c\x8c\x89\x31\x5a\ \x4a\x89\x90\xd6\x46\x4b\xa1\x8d\xc1\x10\x20\xa5\x74\x14\x05\x4a\ \x0b\x42\x51\x22\x74\x80\xff\x3f\x7b\xdf\x1d\x27\x55\x75\xbe\xff\ \x9e\x72\xdb\xd4\xed\x05\x76\xa9\x4b\xef\x08\x48\x11\x41\xb1\x61\ \x2f\x21\x6a\x2c\x31\x26\x46\x63\x8b\x51\x63\xcc\xd7\x74\x4b\x8a\ \xa6\xa9\x89\x89\x1a\xd1\x24\xc6\x86\x11\x7b\xa1\x8a\x52\xa4\xf7\ \xba\x4b\xd9\x85\x65\xfb\xce\xee\xb4\xdb\xce\x39\xbf\x3f\xce\xcc\ \x65\x50\x0c\xe2\x4f\x8a\x78\x9f\x0f\x1f\x3e\xbb\xb3\x77\xee\xdc\ \x39\x33\xe7\xb9\xef\xfb\xbc\x0d\x65\x32\x68\x33\xd7\x8c\x31\x73\ \x5d\x49\xdc\xa6\x69\xde\x75\xf7\xdd\x23\x47\x8d\x32\xd3\x69\x79\ \xe5\x8a\xa2\xec\xdd\xbb\xf7\xd6\x9b\x6f\x2c\x29\x29\x2d\x2d\x2b\ \xf3\x52\x9f\x18\x63\xd1\x68\xe4\x5b\xd7\x7c\xb3\xb8\xa4\x4c\x5e\ \x8c\x5c\x04\x42\x88\x65\xd9\x7b\xeb\xeb\x06\x0c\x1c\xa2\xa8\xaa\ \x2c\x84\x6e\x69\x6e\xec\xdb\x7f\xd0\xa1\x7a\xf7\xb6\x99\x32\x2d\ \x07\x29\x81\x50\x40\xc3\x08\x40\xf0\x74\x32\x6e\x0b\x25\x14\x0a\ \x10\x24\xec\x74\x32\xe5\x40\x28\x14\xa2\x18\x80\x33\x9b\x71\x45\ \x51\x32\xbc\xc3\x59\x32\x19\x77\x38\x31\x82\x41\x8d\x62\x00\x60\ \xae\x99\x48\xa4\xb1\x62\x04\x83\xba\x17\x8f\x60\x8e\x23\x30\xa5\ \x04\x71\xe6\x32\x81\x15\x8a\x01\x84\x95\x4c\xa4\x1c\x61\x04\x83\ \xba\x42\x04\x77\x5d\x06\x8a\x42\xe5\x0f\x54\xa1\xc8\x7b\x21\xee\ \x24\x12\x49\x17\x94\x50\x28\xe8\xd5\xa2\x3b\x66\x2a\x99\xb6\xa8\ \x16\x08\x06\x34\xe1\x3a\x0c\xb0\x42\x09\x80\x70\x1d\x07\xb0\xac\ \x44\xf8\x4c\xe0\x8c\x7d\xb4\xf8\x83\xbe\x03\x06\x17\x16\x16\x79\ \x0f\xda\xe9\x44\xda\xc5\xa1\x50\x80\xf8\x29\x99\x07\x42\x47\xac\ \xbd\xb3\x23\x16\x8e\x44\x5d\xd7\xe5\x9c\xd7\x6c\xdf\xd1\xd0\xd0\ \x38\x78\xc8\xa0\xe2\xc2\x02\xc7\x71\x35\x4d\x6b\x6e\x6a\xec\x52\ \x51\x69\x7c\x8a\x7f\xcd\x39\x4f\x26\xe2\x87\xd9\xa7\x13\x02\x63\ \x4c\x30\xc1\x80\x15\x4a\x11\x20\x45\x55\x30\xc2\x28\x5b\xfc\x8a\ \x00\x18\x77\xb1\x42\x04\xa0\x60\x50\x17\xc2\x15\x02\xbb\x8e\x6b\ \xbb\x66\x41\x7e\x01\x55\xf5\x44\x22\x11\x0d\x87\x31\xce\x34\x42\ \x92\x62\xb3\x24\x1d\x8c\x71\x96\xa0\x39\x00\xda\xc7\x4d\x84\xe4\ \x9a\x55\x72\xde\x86\xe7\xe8\xa6\xd3\xe9\xe6\xa6\xa6\x70\x38\x9c\ \x97\x9f\x2f\x84\xc0\x6a\x81\x69\x27\x5b\x9b\xdb\xda\x62\x1d\x05\ \x79\x45\x41\x23\x68\xd9\x16\x45\xa8\xb8\xa4\xc8\x15\x3c\x65\xa6\ \x74\x23\xc4\x39\x07\x21\x30\x26\x00\x9c\x73\x8e\x1d\x45\x38\x26\ \x63\xcc\x61\x5c\xc6\x1b\x11\x42\x84\x50\x8c\x11\xe7\x1c\x23\xcc\ \x38\xe7\x5c\x20\x44\x34\x95\xba\x3c\x85\x05\x36\x74\x1d\x10\x25\ \x98\x0a\x01\x81\x40\x40\x00\x23\x44\x08\x60\xcc\x75\x09\x10\x29\ \x93\x81\x00\x40\x20\xbb\xb1\x30\xce\x01\x32\xbd\xe8\xc4\xe1\x9f\ \x65\x70\xf0\xfb\x0f\xc2\x9a\x11\xd2\x72\xa5\x15\x84\x8d\x50\x34\ \xfb\x00\x52\x8d\x90\x6a\xec\x0b\xcd\xaa\xb9\xe6\x1e\x26\xc1\xf0\ \x7e\xc6\x05\xa1\x7a\x34\xef\xe3\x6a\x34\xc9\x96\x7d\x62\xe2\xd1\ \x0b\xd2\x82\x61\x6d\xdf\x0b\x52\x05\xef\xf7\xc3\xbe\x17\xc2\x4a\ \x28\xf2\x71\xfb\x45\xd1\x03\x79\x7a\xe6\xab\x8f\xb2\xcf\x00\x40\ \x54\x39\xe4\x39\xe4\x9e\x2c\xe0\x41\x35\x42\xfe\x34\xf3\x83\x2d\ \x9a\x60\xcc\x65\xcc\x45\x08\xf5\xec\xd9\xbd\x4b\x97\xf2\x48\x38\ \x6c\x59\x96\x10\x82\x31\x2a\x8e\x05\xbd\x09\x21\x84\x30\x42\x04\ \x13\x4c\x11\x02\x8c\x09\xc2\x58\xee\x76\xe0\x72\x13\x02\x67\xc0\ \xb8\x6b\x04\x42\x79\xd1\x68\x63\x53\x33\x17\x60\xe8\x86\x00\x28\ \x2a\xcc\xef\x5e\x59\xd9\xd4\xd4\xe8\xb8\x76\x20\x60\xa4\x52\xa9\ \x64\x32\x21\x44\x00\xe5\xe8\x49\x38\x6b\x22\x61\x84\x84\x00\x2e\ \x38\x46\xd8\x33\x9a\x00\x81\xc8\x99\xee\x89\x10\x4a\x26\x13\xaa\ \xa6\x52\x85\x46\x22\xd1\x40\xd0\xa0\x2a\x6e\x69\x6d\xb6\x2d\xae\ \xab\x1a\x73\x79\x32\xd9\x49\x15\x6a\x3b\x7c\xc7\x8e\xed\xb1\x58\ \xeb\xe8\x51\xa3\x8c\x20\xe2\xae\x00\x10\x14\x63\x55\xd3\x18\x63\ \x4c\xe1\x9a\x30\x84\xe0\x00\x82\x73\xc4\x99\x90\xef\x4b\x80\x00\ \x01\x8e\xcb\x64\x89\x83\xe0\x82\x31\x8e\x30\x05\x00\x26\x80\x33\ \xd7\xe1\x2e\x20\x44\x08\xc6\x88\xba\xae\x03\x08\x10\xa2\x42\x08\ \x4c\x28\xc2\x42\x70\x8e\x30\xc6\x5c\x20\x05\x01\x08\xc6\x05\xe7\ \x80\xb0\x3f\xf5\xe3\xe8\x83\x10\xec\x3a\xae\xbf\x0e\x87\x28\x37\ \x81\xa7\x85\x23\x84\x74\x4d\x4d\xa7\x53\xf2\x67\xcb\xb2\x64\x70\ \xe3\x28\x73\x13\x00\x02\x44\x39\x64\xa4\x1f\x06\xc0\x5d\x86\x30\ \xe6\x02\x80\x71\x10\x82\x23\x04\x0e\xb3\x6d\x87\x10\x75\xe8\xb0\ \x91\x0d\x0d\x0d\xae\xcb\x3a\x3a\x3a\xf6\xee\xdd\x9b\x4e\xa6\x0d\ \xdd\x50\x34\x1a\x00\xc3\x34\xd3\x8e\x6b\x53\x4a\x6d\xc7\x92\xa6\ \x13\xa1\x44\x55\x14\xee\x02\x08\x81\x00\x3c\xeb\x82\x63\x24\x84\ \x37\xa5\x0c\x04\x91\x9c\x88\xa5\x6d\x45\x29\x61\xcc\x0d\x85\x02\ \x91\x48\xb0\xa8\xa8\xc8\x75\x9d\xe6\xc6\x46\x22\x90\x60\x0c\x23\ \x30\x6d\xd3\xb6\x84\x54\x94\xc2\x91\x30\x03\x91\x4e\x65\x16\xd4\ \x41\x20\x20\x23\xc1\xe6\xbc\x35\xc0\xd9\xe2\x20\x29\xcc\x92\xac\ \x1c\x26\x5f\x1f\x21\x9a\x0d\x1a\x02\x10\x60\x8c\xc9\xf4\x33\x2e\ \x84\xeb\x0a\xe0\x2e\x00\x17\x82\xcb\x5b\x33\x42\x58\x51\x28\x02\ \x10\x02\x04\x08\x7f\x37\x1c\x1b\x7b\x4c\x14\x16\x16\xd7\xd5\xee\ \xd4\x75\x5d\xf6\x8c\xf6\xd7\xe4\x7f\x03\x63\x9c\x36\xd3\x8e\x6d\ \x07\x02\x01\x2f\x8b\x50\x8a\x2d\x52\x7f\x48\x26\x3a\xa2\xd1\x02\ \x7c\xf8\x93\x8a\x0f\x3e\x3b\xd3\x65\x19\x01\x05\x1c\x27\x63\xce\ \x64\xe7\xd9\x32\xc6\x00\x61\x01\x60\x9a\xa6\xa2\x28\x86\x11\xe8\ \xd2\xa5\x2b\xa5\x74\xd7\xae\x5d\xcd\xcd\xcd\x42\x88\xc6\xc6\x46\ \x2e\x58\x22\x91\x90\x32\x8a\x6c\x7b\x24\x03\x90\x8a\xaa\x22\x80\ \xa0\x1e\x50\x08\x95\x3e\x9e\x14\xb3\x6c\xdb\x96\x67\xce\x64\xc8\ \x73\x07\xa4\x0b\x99\x5d\x26\x4a\x29\x42\x38\x95\x4a\xd5\xd5\xd5\ \x09\xe0\xc5\xc5\xc5\x8c\xb1\x3d\x7b\xf6\x68\x9a\x66\x99\xa6\xa2\ \xaa\x41\x23\x58\x52\x52\x52\x5e\x5e\x4e\x30\x76\x5c\x07\x23\x4c\ \x08\x91\x37\x01\xef\xfa\xf7\xd1\x93\xc8\xd4\x33\x0a\x21\xbd\x47\ \xe1\xbd\x3b\xf9\x3d\xce\xfd\xdf\x5b\x13\x10\x02\x23\x00\x42\x28\ \x21\x8c\x73\xc1\xf7\x89\x56\x3c\x7b\xbc\x6c\xb5\xe9\x7f\xd7\x8f\ \xb6\x6f\x02\xa5\x65\xe5\x9a\xae\xd7\x54\x6f\xf5\x3f\x8e\xcf\xe8\ \xcd\x51\xaa\x84\xc3\x61\x99\x69\xf8\x49\x47\xaa\xa0\xb0\xd8\x30\ \x0c\xe6\x32\x50\x8f\x22\x37\x21\x90\x7d\x2c\x65\xea\x76\xae\xd6\ \x25\x23\xee\x8c\x31\x0e\x48\x72\x4a\x22\x91\x68\x6b\x6b\x93\xdd\ \xb5\x53\xa9\x94\xe3\x38\xb1\xf6\x98\x40\x42\x37\x54\xd9\x95\xcd\ \xb6\x2c\x84\x30\x70\x01\x08\x00\x81\xeb\xba\xf1\x84\x93\x4a\xa4\ \x90\x34\x60\x90\x7c\x18\x09\x8f\x1a\x40\xce\x7e\x25\x22\x53\x46\ \x8e\xbc\x20\x42\x1b\x42\x18\xe3\x92\x92\x92\xb4\x99\xda\xbb\xb7\ \xbe\xad\xad\xdd\x32\x4d\x99\x44\x2e\x9b\x55\xca\xb1\xbd\x25\x25\ \x25\xf9\x79\x05\xaa\xa2\xe6\xd2\x7f\xee\x1b\x41\x80\x65\x5e\x95\ \x90\xa6\x4e\x66\xf5\x33\x87\x71\x2e\xb2\xf9\x9f\x32\xc7\x50\xe4\ \xf2\x1a\xc6\x18\x21\x81\x40\x60\x84\x78\x96\xf2\xf6\x3f\xc0\xcb\ \xca\xf1\x71\x14\x1d\x3a\x12\x08\x86\x42\x91\x68\x65\xf7\x9e\xfe\ \x6a\x7c\x21\x90\xdb\xff\x08\x0c\x37\x3b\xc8\x2c\x03\xf1\x89\xfd\ \x9c\xa3\x53\x4b\x31\x0a\x4b\x92\x92\xa5\x24\x94\xd2\x78\x3c\x8e\ \x10\x32\x0c\xc3\x4c\x9b\x80\xa1\xbd\xbd\x43\xa6\x4a\x1a\x81\x20\ \x08\xc1\x39\x47\x18\xcb\x4c\x02\xc1\x05\x42\x80\x44\x26\xeb\xd2\ \x6b\xc8\xb0\xcf\x5a\x01\x40\x98\x7a\x17\x20\x04\xc7\x08\x73\x21\ \x6c\xdb\x69\x6b\x6b\x8f\xc7\x13\x94\x12\xd7\x75\x2c\xcb\x56\x55\ \x5d\x80\x20\x84\x28\x44\x31\x02\x86\xaa\xa9\x9c\x0b\xd3\xb4\x6c\ \xcb\x96\x94\xa3\x28\x8a\x97\xaf\xb0\xef\x16\xc1\x05\x93\x26\x0f\ \x20\x4c\x30\x82\x4c\x92\x81\xd4\xba\x84\x10\x8e\xeb\x64\x19\x0d\ \x40\x08\x84\x91\x34\x88\xb2\xab\xc0\x45\xb6\x8b\x8d\xbc\x72\x2f\ \x57\x4d\xc6\xd4\xfc\x66\xe1\x47\x1d\x08\x21\x42\xa9\xbf\x0e\x5f\ \xac\xd3\x87\x8f\x88\x90\x4a\x0f\x22\x36\x65\x69\xc3\xe3\x23\x39\ \x98\x1b\x65\x01\x08\x63\x42\x6c\xcb\x92\x79\x8f\xa1\x50\x48\x66\ \x21\x44\x22\x11\x84\x90\x37\x1b\x2f\x33\x0f\x0e\x63\x94\x91\xba\ \x33\x96\x92\xe0\x5c\x4e\x36\x97\x16\xca\xbe\xe4\x20\x8f\x8f\x60\ \x9f\x34\x2e\x84\x54\xe0\x84\xe3\x38\xae\xcb\x10\x42\x8c\x39\xaa\ \xaa\x48\x67\x58\x16\x8b\xc8\x1f\x28\xa5\x9a\xaa\xa9\xaa\xaa\xaa\ \x2a\xa5\xd4\x6b\x37\x93\xbb\xa6\x42\x08\x44\x10\x60\xe0\x8c\x73\ \xce\x1c\xd7\xc5\x80\xb8\x10\x58\x20\x8c\x89\xcc\x7d\xdd\xdf\x1a\ \x42\xb6\x6d\xdb\xb6\xc5\x39\xcf\x98\x54\x00\x32\x19\x1a\x65\xbd\ \x4e\x9e\x75\xee\x00\xc0\xb2\x2c\x91\x5d\x37\x1f\x3e\x7c\x7c\x91\ \xdc\x24\x23\xfa\xba\xae\x07\x02\x01\x21\x84\x67\x1f\x65\x52\x0b\ \x19\x13\x42\x00\x06\xcb\xb6\x5d\xc7\xd1\x75\x5d\xda\x7b\xc1\x60\ \x50\x1a\x50\x18\x63\x96\x29\x04\x01\xce\x85\x97\xbe\x94\x31\x9a\ \x64\x8b\x95\x2c\x0d\xe7\x9a\x4b\xd9\x9f\x39\xe7\x40\xa8\x42\x08\ \x95\x6e\xa3\xc7\x92\xde\xf1\x00\x02\x63\xc0\x18\x4b\x45\x4c\x56\ \xb4\x51\x4a\x30\x26\x19\xbe\x40\x48\x12\x13\xcf\xe6\x22\xe7\xbe\ \x96\xb4\xfb\xa8\x2a\xab\xea\x1c\x8c\x33\x69\xe8\xb9\x1a\x53\x2e\ \x69\x4a\x6a\xce\xc4\x2f\x10\x22\x28\xd3\x65\x20\xd7\x1c\x73\x5d\ \x57\x16\x06\x62\x99\x90\xe9\xc3\x87\x8f\xc3\xa1\x37\x09\xce\x65\ \x41\x99\x37\x95\x97\x31\xb6\xbf\x51\x27\x14\xaa\xa8\x8a\x92\xeb\ \xd1\xec\x4b\x62\xe2\xc2\xb2\x1d\x84\x10\xc6\x99\x2c\x4b\x8c\xb1\ \x6c\x02\x83\x10\x56\x55\xca\x18\x07\x00\x01\x48\x70\xc1\x85\x40\ \x08\x28\xa1\x24\x5b\x76\x8b\x18\x97\x2c\xb3\x8f\x2b\x33\x3c\x86\ \xb2\x2d\x3e\x41\x08\xc4\x65\xd3\xc9\x8c\xc1\x49\x33\xa4\x81\x80\ \x73\x40\x58\x30\xc6\x24\x1b\x4a\xe4\x12\x1c\x80\x60\xcc\x15\x02\ \x0b\x81\x85\x70\x39\x47\x9e\x2b\x99\x55\x97\x10\x63\x6e\x26\x83\ \x49\x7a\x7c\x08\x08\x21\x94\x62\x21\x00\x04\x97\xae\x5f\xae\xb9\ \x9b\xa1\xec\x0c\xa9\x81\xaf\xbf\x1e\x5d\x30\xc6\x2c\x33\x6d\xdb\ \x56\x32\x99\xe4\xc7\x40\xdd\xf5\x97\xc5\x6b\x53\x14\x85\x1f\x28\ \x35\x0f\x21\xac\x1b\x06\xa5\x54\x51\x14\x55\xd3\x8f\x1a\x37\x21\ \xd9\x2a\x21\x43\x25\x99\x06\x20\xb9\x56\x8f\xe3\x38\x1c\x90\xa2\ \x12\x59\x0e\x22\xc9\x4b\xf2\x17\xc9\x80\x4a\x9b\x2b\xd7\x20\x92\ \xae\x5e\x36\x01\x3a\xe3\xf1\x39\x8e\x23\x13\xac\x25\xf7\xc8\x36\ \x2c\x59\x93\x47\x80\x00\xd9\xd5\x8a\x10\x22\x13\xa0\x78\x36\x20\ \xc6\xb9\x20\x84\x28\x8a\x82\x31\x01\x10\x32\x7f\x5d\xfa\x8f\x9c\ \x73\xa9\xdc\x49\xd2\x94\x7e\xa5\xbc\x06\xc6\x98\x6d\xdb\x08\x01\ \xa5\x44\x86\x04\x33\x45\x42\xc8\xb3\x99\x32\xd7\xec\x99\x7b\x84\ \x10\xce\x91\xa4\xe8\xcc\xa7\x94\x35\x99\xbc\xa0\x9e\x24\x3e\xf9\ \xb9\xe6\xfa\x77\x3e\x8e\x1a\x84\xe8\xec\xe8\xd8\xb5\x6b\x3b\x21\ \x04\x81\x9f\x6e\xf6\x99\xc0\x39\x8f\x44\xa3\xc1\x50\xf8\x93\xf4\ \xc4\xb9\x1b\x8b\xb5\x17\x15\x97\xd0\xc3\xaf\xe2\xd1\x83\xdd\x76\ \xb8\x69\x99\x98\x60\xcf\xb5\x71\x1c\x27\x1b\xc6\xe2\x42\x08\x97\ \x0b\x69\x08\xd9\xb6\xed\x71\x93\xe7\xe6\x70\x21\x50\x36\x94\x2e\ \xb7\xb7\xe7\xc1\x79\x94\x81\x65\x8e\x39\xa5\x9a\xa6\xc9\xf0\x9f\ \xe3\xba\x72\x62\xa5\xaa\x6a\x9c\x41\xf6\xac\x2e\xe7\x19\xca\xcb\ \x9c\x09\x61\x40\x82\x71\xd7\xb2\x2c\xcf\x71\x93\x3f\xa8\xaa\x4a\ \x08\x71\x5d\x57\x70\x57\x52\x92\xf4\xc5\x00\x40\x51\x14\x39\x3a\ \xdc\x71\x1c\xd7\x75\xa5\x12\x25\x4b\x76\xbc\xeb\xf4\xe0\x51\x8c\ \x77\xfd\xf2\x89\x99\x14\x2d\x42\x28\x26\xde\x52\xc8\x93\x78\x6f\ \x50\xe6\x3a\xf8\x76\xd3\x51\x06\x42\xf5\xf5\xbb\x0b\x8b\x4a\xaa\ \xfa\xf8\xbd\x50\x3e\x2b\x62\xed\x6d\xa6\x69\x1e\x70\xce\x0a\x00\ \xb4\xb6\xb6\xc4\x3b\x3b\xc2\xe1\xc8\x51\xe6\x26\xcf\x84\x90\xbb\ \x51\xee\x4f\x2f\x57\x88\x52\x6a\x9b\x96\x24\x0e\x99\x6a\xa0\xeb\ \xba\xa7\xcb\x20\x84\x84\x00\x4c\xa4\x40\x23\xdd\x28\xa2\x28\x8a\ \xa4\x30\x00\x20\x84\x62\x29\x17\x65\x35\x20\xce\x33\xbd\x19\x20\ \xdb\xc1\x8e\x00\x96\x5a\x15\x80\x00\x84\x38\x63\xd9\xd1\x7e\x52\ \x0e\x43\xd2\x56\xc2\x98\x08\xc1\x3d\xc7\x93\x73\x21\x04\xb3\x4c\ \xcb\xb1\x2d\x2e\x5c\x5d\x37\x24\x67\x39\x8e\xc3\x98\xcb\x5c\x17\ \x21\x24\xed\x2e\x4a\x33\x36\x8e\xaa\x2a\x8c\x65\xb2\xab\x3c\x31\ \x5e\x92\x9d\xa4\x54\xef\xb2\xe5\x01\x8c\x31\xd7\x71\x2c\xb1\xef\ \x57\xd9\xc8\x45\x36\xc0\x94\x6f\x13\x7c\xbb\xe9\xa8\x53\x13\x80\ \x99\x4a\xf5\xe8\xd9\xdb\x5f\x8a\xcf\x65\x74\xe6\xea\xbf\x99\xbb\ \x6c\x61\x61\x51\x47\xac\xed\xd0\xe7\xac\x7c\xd1\xdc\x44\x08\xd6\ \x0c\x43\x33\x32\x3a\xb7\xe0\x02\x10\x60\x4a\x90\x34\x80\x10\x0e\ \x06\x88\xe3\xba\x72\x18\xaf\xaa\xaa\xde\x38\x3d\xcf\xa3\x21\x84\ \xba\x0e\x93\x09\xee\x8c\x71\x84\x84\xa6\xd2\x80\xa1\xd9\xb6\x0d\ \x02\x61\x8a\x39\x17\x84\x60\x39\xef\x4d\x56\x3f\x6b\xaa\x4a\x55\ \x85\x64\x4d\x21\xaa\x10\xce\x41\x76\x50\xc1\x18\x83\x90\x22\xcf\ \x3e\x55\x48\xd7\xb5\xac\x21\x46\x08\xc9\x64\xaf\x32\xc6\x34\x4d\ \xc5\x18\xb7\xb7\xb7\x51\x45\x0d\x85\xa3\x00\x82\x31\x9e\x51\xca\ \x84\xc0\x44\x9a\x83\x20\x5b\x9a\x20\x84\x28\x15\x9a\xa6\x73\x9e\ \x09\xfd\x63\x8c\x39\x73\x33\x05\x71\x08\x61\x8c\x40\x00\xc6\x98\ \x71\x16\xef\x8c\xbb\xae\x2b\xcd\x5a\xaf\x91\x93\xaa\xaa\x42\x08\ \xc9\xce\x72\xe2\xc3\xf1\x99\x43\x20\x58\x32\x99\x56\x02\x21\xf5\ \x10\x3c\x24\x61\x9b\x16\x56\x35\xfa\xf9\x93\x89\x85\x63\x59\x82\ \x6a\xea\xa1\x97\xe7\x22\x8c\x7c\xdb\xf5\x73\x2c\x38\x64\xe7\xac\ \x70\xce\x63\xb1\x58\x61\x61\xa1\x37\x67\xe5\xc8\x38\x04\xf8\xa0\ \x9e\xa7\xe3\xd8\x99\x34\x4b\x9e\xc9\x80\xf6\x6c\x28\xc6\x99\xed\ \x38\x42\x08\x4d\xd3\x0c\xc3\xf0\x5c\x50\xb1\x1f\x38\xc2\x02\x63\ \x84\x31\x22\x04\x61\x24\xeb\xf0\x98\x10\xdc\x71\x2d\xd3\x34\x1d\ \xc7\x31\x4d\xb3\xbd\xad\xad\xbd\xad\x8d\x33\xa6\x69\x2a\x20\x70\ \x1d\xc7\xb2\x4c\x99\x47\x2e\x6b\xdf\x20\x93\x81\x29\x64\xe9\x89\ \xcc\x24\x97\xb6\x95\x47\x85\x84\x60\x69\xb3\xd0\x2c\x10\xc2\xdd\ \xba\xf5\xe0\x5c\x34\x36\x36\xba\x8c\xeb\x9a\x26\x1b\xec\x22\x8c\ \x85\x90\xa5\x27\x52\xe0\xe7\xb6\xed\xb8\x2e\x93\x8d\xda\x33\xc9\ \xa5\x52\xd1\x97\x2a\x92\xcb\x98\xcb\x2c\xcb\x4a\xa5\x52\x96\x69\ \x21\x84\x74\x5d\x97\xa7\x92\x64\x64\x9a\xa6\x8c\x60\x4a\x5f\x4f\ \x51\x14\x5d\xd7\x08\x3e\x1e\x7d\xba\xc4\xc6\xbf\xfe\xe1\xa1\xb5\ \x6d\x87\x72\xdb\x4c\xec\x7c\xfa\x8f\x7f\x5a\xbd\x37\x7d\xc0\x3d\ \x90\x8c\xb5\x27\xd2\xce\xc1\x4e\xd1\xf1\x9f\xbf\x3d\xf2\xce\x96\ \xb8\xcf\x19\x47\x90\x9a\x32\xb5\xf8\xb3\xde\x7b\xef\xa1\x07\x1f\ \xdc\xb0\x7e\x3d\x21\x44\x16\x64\x1d\x13\xbd\xe5\x3c\xae\xf1\xb2\ \x22\x65\x27\x6f\x00\xb0\x2c\xcb\xb6\x6d\x42\x14\x09\x2f\x35\xc9\ \x73\xfd\xbc\xe3\xbd\xa0\x9e\xd4\x62\x4c\xd3\x94\xce\x11\x63\x8c\ \x71\x81\x50\x46\x7e\x72\x1c\x27\x95\x4a\x49\xcf\x48\x6a\x3d\xd2\ \x8d\xf2\x28\x2f\x2b\x6f\x67\xf2\x89\x72\x33\x03\x72\xfb\x8d\x78\ \xe5\x2e\xf2\x54\xd2\x26\x72\x1c\xc7\xb6\x2c\x94\x93\x8b\x44\x29\ \x05\x21\x6c\xdb\xcc\xed\xd9\xe2\x3d\x51\xbe\x6d\x87\xb9\x59\xd5\ \x62\x5f\xb7\x29\x8c\xb1\xae\xeb\xf2\x3c\xae\xeb\xb6\xb7\xb7\x3b\ \x8e\x93\x9f\x9f\x4f\x29\xb5\x6d\x5b\xfa\x77\x9e\x3d\x75\x4c\xf8\ \x74\x9d\xb5\x8f\xdd\x77\xef\x6a\x33\x1c\x56\x49\xb0\xb8\xc7\x19\ \x17\x5f\x36\xa1\x4f\xe1\xe7\x3f\x9b\x9b\xa8\xdf\xbb\xd7\x3a\xa4\ \xf6\x0a\x6e\xba\xae\x7a\x4b\x6f\xfb\x40\x5f\x68\x1e\x9b\xf1\xc7\ \x07\x0b\xce\xbd\xfd\xbc\xd1\x45\xff\xfb\x14\x3b\xab\x6b\xdc\x71\ \x5f\x40\x91\x62\x6c\xfb\x07\x8f\x3d\xfe\xe2\xae\x4e\x65\xdc\x05\ \xdf\xfa\xe6\x99\x43\x7c\x16\xfa\x54\x6a\xca\x0a\xa9\x43\x86\x0d\ \x1b\x30\x70\x60\x20\x10\x60\xae\xfb\xff\x39\x67\xe5\x8b\xe5\x26\ \x24\xa5\x62\xcf\x56\x92\x41\xa8\x78\x3c\xee\xba\x6e\x28\x14\xd2\ \xf5\x40\x2e\x3b\x64\xed\x17\x92\x0d\x6c\xed\x17\xab\xf2\x58\xc0\ \xb6\x6d\x42\x88\xa2\xd0\x80\xaa\x4b\x7f\x8d\x10\x22\x27\x7a\xeb\ \xba\x2e\x05\x6f\xc7\x71\x72\xc3\x04\x1e\x3f\x7a\xc4\x24\x5b\x06\ \xcb\x69\x4b\x99\x5a\xb6\x9c\xe8\x98\xc7\x26\xa9\x54\x4a\xd7\xf5\ \x8e\x8e\x0e\xd3\x34\x03\x81\xcc\xd5\x4a\x62\xcd\x46\xf9\x45\x6e\ \x9a\x82\x3c\x61\x66\xe3\xe0\x4c\xfb\x51\x8f\xe9\x24\x85\x49\xde\ \x91\x61\x81\x40\x20\x20\x67\x16\x48\x21\xdc\x63\x4c\xd7\x75\x31\ \xc1\xe2\x18\x18\x02\x25\xd2\x6d\xdb\xaa\xd3\x67\xde\x7d\xcf\xc9\ \x95\xb0\x66\xfe\x8c\x47\x7e\x76\x47\xfb\x2f\xfe\x7c\x6e\xbf\x68\ \xba\x79\xf3\xeb\xaf\xcd\x69\x74\xa2\x13\xcf\xbb\x60\x78\x57\x36\ \xf7\xf5\x59\xc5\x63\xcf\x1f\x52\x4c\xd7\xce\x7e\xdb\xed\x35\x71\ \x64\xaf\xe8\xda\xf7\xdf\x89\x15\x0e\xe9\xce\x6b\xe6\x2e\x5a\xdb\ \x69\xe3\x5e\xa3\x4e\x3d\x6b\x7c\x7f\x05\x21\x42\xa8\x2c\xc7\x69\ \xaa\x5e\xfc\xe6\xbb\xcb\xac\x50\xf7\xb3\x2e\x3a\xab\x47\x44\xb3\ \x3b\xeb\xde\x98\xf1\x7a\x6d\x02\x7a\x8f\x3e\x7d\xea\xb8\x3e\x14\ \xa0\x69\xd3\x87\xaf\x2f\x58\x07\x3c\x51\x9f\x56\x74\x55\x81\x8e\ \x5d\x33\x5f\x7d\x6b\x47\x07\x19\x31\xf9\xc2\xc9\x43\x4a\xa4\xc7\ \x65\xb6\x6c\x9d\xf9\xc2\xdf\x76\xad\xe9\x77\xfa\x79\x17\xf5\xcb\ \x8f\xcd\x9e\x39\x73\x7d\x23\x1b\x32\xf1\x9c\x29\xc3\x2b\x00\x20\ \xb6\x7b\xf5\x1b\x6f\x2c\xb6\x34\xbe\xab\xd3\xe9\xad\xa9\x20\x3a\ \xdf\x9f\xf1\xe2\xaa\xfa\x74\x49\xbf\xf1\xd3\x4e\xed\xbf\x6c\xce\ \x9b\xca\x90\xb3\x46\x57\x44\x62\xbb\x96\xcd\xaf\x41\x43\x4b\x53\ \x4b\xb6\x2b\x17\x9c\x3b\x2e\xf8\x69\x77\x04\xa7\xf1\xc9\x3f\x3c\ \xc1\xc6\xdd\xf0\xe3\xc1\xad\xf7\x3f\xf4\xe7\x92\xaa\x87\xa7\xf6\ \x0e\xf8\x4c\xf4\x69\xf4\x24\xbd\x95\x2e\xe5\xe5\x32\xa7\xc7\xdb\ \x8f\x47\xe6\x7e\x7b\x10\x9f\x4e\x36\xb7\xcc\xad\xf6\x90\xd6\x0d\ \x42\x28\x14\x0a\xc9\x80\x57\xae\x5a\xe6\x11\x87\x0c\xd2\x7b\xfc\ \x22\x8d\x20\x19\xce\x93\xc1\x38\xce\xb9\xaa\x6a\x94\x50\x4c\xb0\ \xa2\x28\x86\x61\x14\x17\x17\x97\x96\x96\x06\x02\x01\x45\x51\x08\ \x21\xaa\xaa\x1a\x86\x61\x18\x86\xae\xeb\xaa\xaa\x4a\xbd\xdc\xfb\ \xdf\xb3\x7d\xf6\x1b\xb8\x92\xd3\x95\xcd\xcb\x75\xa0\x94\xaa\xaa\ \x1a\x8d\x46\x0d\xc3\xc8\xe5\x2c\x99\xd8\x9d\x3b\x55\x79\x3f\x9d\ \xdb\x75\x6d\xdb\x66\xae\x0b\x42\xc8\x8b\xd1\x34\x4d\x5a\x8b\x1d\ \x1d\x1d\x2d\x2d\x2d\xb2\x72\x50\x52\x70\x51\x51\x51\x49\x49\x89\ \xbc\x92\xdc\xec\x07\x21\xe0\xd8\x28\xa9\x43\xd4\x08\x97\x96\x97\ \x17\x95\xf7\x98\x72\xf9\xed\x57\x8e\x8a\xbc\xf2\xfc\x87\xe0\xec\ \xfc\xe3\xaf\x1e\x5a\x9b\x88\x94\x92\x3d\x7f\xfe\xc5\xaf\xd7\x35\ \x9b\x9b\x17\xbc\xf6\xca\xa2\x3a\x80\xb6\xff\x3c\xf4\xdb\x19\x4b\ \xaa\x01\x62\x6f\xcc\x78\x61\x67\x3a\xfe\xde\x0b\xff\x5a\xd2\x62\ \x54\x95\xa0\x57\x1f\x7e\x60\xe6\xaa\x18\xe8\x2a\x02\x20\x0a\xb6\ \x76\xcc\xbe\xf7\xbe\x7f\xc4\xc2\x5d\x95\x86\x85\xf7\xdf\xfb\xb7\ \x3d\x0c\x28\x56\x4a\xbb\x0f\x18\xd1\x37\xfa\xde\xdf\x7f\xf7\xde\ \xb6\x24\xaf\x9b\x7f\xef\x83\x8f\xb7\x2a\xc5\x51\xc5\x89\x27\x45\ \x00\xb7\x3d\xfb\xd7\xdf\xce\x6f\x0c\x0d\x1b\xd0\x4d\x25\xfb\xee\ \x39\x88\x18\xe5\x95\x55\x83\x06\x56\x15\xa9\xb1\xe7\x1e\xfa\xc5\ \xcc\x0d\xe9\x6e\x25\xf8\xa5\x87\x7f\xf9\xd2\x8a\x36\x48\x6c\x78\ \xf0\x17\x0f\x6d\xb3\x23\xc5\xba\x48\x98\x29\x40\x08\x00\xe7\x95\ \xf6\x1a\x39\xac\xf7\xc6\x37\x1e\x7b\x66\x49\xcd\xee\x55\x73\x9e\ \x7d\x6b\x3d\x00\x6c\x9c\xf5\xdc\x9c\x55\x75\x66\xac\x66\xd9\x9a\ \x1a\xfb\xd3\x6f\x07\xa9\xdd\x2b\xd6\x59\xe5\xe7\x9c\x3b\xbe\xfb\ \xb0\xa9\x27\xf5\xd6\x3f\x5a\x54\xed\x73\xd0\x81\x2d\x92\x1c\x61\ \xc6\x71\x1c\x19\x85\xcf\xad\xd8\x38\x02\x5f\xeb\x83\xf7\x6f\x92\ \x86\x80\x74\x8b\x24\x2b\x05\x83\x41\x59\x98\xe2\x38\x0e\x42\x42\ \xba\x6f\xb9\x46\x0d\xcf\x36\x42\xf7\xbc\x3c\x59\x50\xe2\x25\x49\ \xa5\x52\xa9\x44\x22\x21\xd3\xb7\x10\xcf\xe4\x2b\x4a\x4a\xf2\xec\ \x0e\x59\x6e\x22\x2d\x94\xdc\x84\x46\xc8\x86\xf3\x3d\x13\x49\x7a\ \x52\x5e\x46\xa8\x97\x9d\x20\xcb\x6b\xe4\x13\x0b\x0a\x0a\x3c\x8f\ \xcc\x2b\x70\x41\x28\x53\x74\xf2\x31\x7a\xf5\xcc\x40\xc7\x75\x1d\ \x21\x88\xeb\x7a\x27\x97\xac\x27\x6b\x9b\x31\xc6\x91\x48\x44\x4e\ \xcd\x8b\xc5\x62\x00\xe0\x65\xac\x49\x2f\xf5\x58\x19\x27\x8b\xe4\ \x64\x0b\x79\x31\xb8\x77\xd7\xee\xca\xb2\xbd\x6b\xe7\xec\xda\x45\ \x06\xfd\xf6\xfb\x57\xe5\x81\x69\x36\xdc\xf6\xe2\xbc\xd6\xab\x26\ \x0c\xfd\xeb\x86\xf5\xa9\x09\x85\x31\x1a\xc6\x8d\xbb\x63\xdb\x9d\ \x16\x5e\x79\xe5\xe0\xd2\x57\x5f\x51\x86\x4e\xb9\xf0\x9c\x71\x85\ \xb8\x79\xfd\xdc\xf5\xdb\xa6\x0d\xd0\x00\x80\x50\x58\xf6\xea\x1b\ \xca\xd0\x0b\x7f\x70\xf5\xb9\x00\xa3\x77\xdd\xf8\x8b\xb7\x96\xb6\ \x5d\x37\x4e\xe5\xe9\xe6\x9d\x8d\xed\x8e\xd3\xba\xbd\xa5\xe9\xa3\ \xcd\x0b\x58\xcf\xaf\xdd\x75\xed\xf9\x10\xdb\xbc\x7e\xf9\xc3\x26\ \x23\xe1\x80\x92\x68\x68\x0d\xf5\x38\x7b\x4c\x55\xa1\xa7\xac\x3b\ \x28\x34\x68\xf4\x29\xa7\x8c\x2f\x4d\xd6\xbc\xfe\x66\xb5\x71\xe7\ \xef\x6f\x19\x9e\x0f\x3d\xcc\x5d\x4f\xbf\xf3\xde\x80\xf6\xfa\xc6\ \xe2\xb1\x0f\xdd\x7a\x45\x1e\xb4\xac\x5b\xba\xd9\xb5\x5d\x40\x3a\ \xf0\xc4\xce\x9d\x4d\x8e\x9d\x5c\x5f\x6d\xdd\x73\xea\x49\xb3\x9f\ \x5d\xdc\x09\x63\xb6\x54\x5b\x43\x4e\x1f\x3d\x70\x42\xc5\x1f\x27\ \xfc\xaf\x95\xb0\x13\x6d\x22\xa0\x85\x02\x00\x40\x0b\x75\x7d\x63\ \x7b\xa7\xcf\x43\x9f\xae\x35\x33\x7e\xa0\x60\x1c\xe7\xf8\xc8\x18\ \x4f\x07\xb1\x9b\xbc\x74\x81\x78\x3c\xde\xd4\xd4\x94\x4c\x26\x35\ \x4d\xd3\x75\x5d\x36\x33\x91\x44\x03\xd9\x8a\x39\xaf\x3f\x81\xe4\ \x32\x69\x6e\x04\x02\x01\x59\xd7\x66\x18\x86\xa7\x52\xcb\x31\x73\ \xad\xad\xad\x8d\x8d\x8d\xf1\x78\xdc\xcb\x8d\xf4\x38\xc8\xd3\xaa\ \x9c\x6c\x63\x16\x69\x25\x49\xe1\xdc\xb2\x2c\xef\x71\xaf\xb3\x8c\ \x65\x59\xb2\xbb\x66\x47\x47\x47\x3a\x9d\xf6\xd2\xc1\xe5\x13\x3d\ \x66\x84\xac\xad\x94\x4d\x95\xc2\xb9\x0d\x9b\x3c\x53\x48\x66\xbe\ \x06\x83\xc1\x60\x30\x20\xb3\xa5\x24\x3d\x29\x8a\x52\x58\x58\x58\ \x51\x51\x51\x52\x52\x12\x0e\x87\xe5\xc9\x25\x8d\x7a\xc4\xea\x8d\ \x45\x70\xd9\xb1\xd1\xc4\x49\x00\x20\x84\x33\x11\x2e\x77\xcb\xce\ \xed\xa8\x6b\x2f\xcd\xb2\xa8\x1a\x0e\x00\x00\xe8\xa1\x60\x20\x1d\ \x33\xfb\x8e\x1f\x8d\xda\x56\xbf\x38\x73\xed\xd0\xaf\x5d\xde\xd7\ \xdc\xf8\xdf\x59\xef\x93\x5e\xa3\xba\x19\x41\x21\x84\x60\x2e\x00\ \x68\x81\x08\x30\x7a\x99\x75\xdd\x00\x00\x20\x00\x49\x44\x41\x54\ \x06\x5c\x00\x42\x84\x80\x99\x72\x03\x01\x39\x1a\x38\x1c\x54\x55\ \x70\x52\xef\xff\xf5\x77\xcf\x2f\x69\xeb\x37\x64\x60\x59\x41\x08\ \x38\x33\x5d\xa6\x1a\xb2\x9f\x26\x17\x82\x99\x2c\x74\xfe\xf7\x7f\ \x7d\xc3\xa4\xe2\x19\x7f\xba\xf3\x97\x4f\xcd\x75\x3d\xe2\xcc\x84\ \x3b\x80\x59\x29\xd0\x0d\xdd\x00\x00\x88\x44\x75\xee\xa6\x53\x69\ \x57\xd5\xb4\x8c\x71\x2e\x90\xaa\xd2\x1d\x6f\x3e\xfc\xa7\xff\xae\ \xec\x32\x60\x48\xcf\xd2\x3c\x64\x5a\xc5\x27\x4e\xea\x82\xea\x66\ \x7f\xf0\xfe\x2e\x16\x1d\x39\xb2\xe2\xa0\x2b\xa1\x85\x8b\x70\xd2\ \x8c\x27\x00\xc0\x69\x4e\x9b\x46\xa1\xdf\x2f\xfc\xc0\x37\x33\x6f\ \xce\xca\x27\xc1\x39\x83\x23\xa2\x54\x1c\xdc\xa7\x33\x4d\xb3\xa1\ \xa1\xa1\xb3\xb3\x33\x14\x0a\x75\xed\xda\x35\x14\x0a\x49\x63\x44\ \x55\x55\x4a\xc9\xc7\xac\x15\xcf\x29\x95\x44\x20\xad\x2d\x59\xf5\ \x92\x4c\x26\x93\xc9\x24\xe7\xbc\xb3\xb3\x33\x9d\x4e\xcb\x5c\x47\ \xc7\x71\x00\x90\xdc\xdb\x92\xb9\x3c\x8f\x4c\xfe\x55\x1a\x29\x9d\ \x9d\x9d\x2d\x2d\x2d\x9d\x9d\x9d\x52\x27\x4a\x26\x93\xf1\x78\x5c\ \xda\x99\x32\x07\x5d\x3e\xd7\x13\x92\x64\x53\x73\x49\x25\x9e\xdf\ \x27\x93\x95\x72\x7d\x40\x8c\xb0\xe4\x94\x9c\x04\xab\xfd\x00\x42\ \x20\xb4\x8f\xaa\xe4\x91\x92\xd7\x24\xd5\xee\x57\x96\x2c\x84\x24\ \x4a\x29\x3c\x31\xc6\x04\x3f\x46\xf2\x9b\x84\x93\x6c\xdf\x55\x53\ \xb3\xab\x7a\xfd\xab\x4f\x3c\xf0\x9f\x75\xce\x25\x5f\x3b\xb9\xdf\ \x89\x27\xa0\xbd\x0b\x9f\x9b\xbf\xa1\x7a\xe9\xab\xef\xae\x6c\x1b\ \x3b\xae\x17\x94\x8c\x1d\xae\x6d\xfa\xeb\xf3\xeb\xc7\x5c\x70\xc9\ \x88\x70\xc3\x93\x2f\x2e\x1a\x36\xee\x44\x00\xc7\xb2\x2c\x87\x0b\ \x00\x70\x1c\xcb\x76\x19\x28\x9a\x9b\x6c\xd9\xb8\xb5\x75\xf0\xa9\ \xa3\x6a\x17\xcd\x9c\xbd\x6e\xe7\xca\xd7\x9f\x5d\xdf\x19\x19\x3f\ \xb2\xb8\xbe\xb6\x49\x2b\xea\x35\x74\x70\xbf\xe2\x20\x49\xa6\xc8\ \xa8\x71\xc3\xdb\x57\xce\x98\xb1\x78\xcb\xae\x9a\x9a\xa6\x98\x45\ \x78\xaa\xa1\xb6\xbe\x64\xc4\xd4\x4b\xc6\x76\xdd\xb4\xf8\xfd\x16\ \x79\x69\xc4\xc8\xcb\x4b\x2f\x5f\xbe\x68\xcb\xf6\x5a\x3b\x6f\xd8\ \x20\x54\x3b\x63\xc6\xfc\x5d\xdb\x96\xfe\xeb\xed\x4d\xbd\x47\x4c\ \x18\x39\x66\x2c\xdf\x3a\xff\xd9\xb7\x56\xd5\xef\xac\x6e\x88\x75\ \x70\x0c\x1d\x8d\x0d\xcc\x28\x19\x3c\x74\x50\x65\x41\xc8\xb5\x52\ \x80\xba\x4d\x1d\x5f\xf6\xfc\x03\x0f\x75\x74\x19\x37\x2a\x1f\x1a\ \xd6\xbe\xf5\xe4\x4b\xef\x27\x3e\x7d\xe3\x18\x95\x27\x8c\x08\x36\ \xbe\x3a\x73\xee\x96\x8f\x66\x7e\xb0\xdd\x1e\x3f\xa1\xca\x27\xa2\ \x4f\x0b\x7f\x31\x19\xc3\x76\x1c\xd7\x71\x72\x7f\x60\xae\x7b\x64\ \x9c\xba\x83\xcc\xa7\x4b\x9b\xe9\x8e\xce\xce\xe2\xa2\xa2\x68\x34\ \x2a\x33\xad\x51\x4e\xa7\x37\x59\x60\xb7\x5f\xcb\x94\x7d\x55\xb8\ \x19\x05\xdd\x34\x4d\xb9\xa5\x5d\xd7\x35\x4d\x53\x4a\x4e\x94\x52\ \xd9\x55\x0f\x61\x02\x80\xd2\xe9\x34\x64\x93\x29\x24\xc5\x78\x99\ \x14\x32\x4e\xa7\x69\x1a\xc6\xd8\x30\x8c\x5c\x37\xd3\x33\x55\x3c\ \x89\x5d\xd7\x75\x69\xcb\x78\x33\x17\xbc\x04\x0d\x79\x79\xb2\x5b\ \x8b\x94\xc9\xb2\x2f\x81\xbd\x33\x78\x13\xf1\x72\xdc\x6e\x9e\xab\ \xc1\x7b\xdc\x24\x5f\x4e\xda\x59\xb0\xaf\x49\x26\x72\x5d\xd7\x33\ \xd0\x0c\xc3\xf0\xe6\x68\x1e\xe5\xbb\x60\xb0\x68\xe8\xf0\x92\x45\ \xaf\x4e\x5f\xad\x92\xbc\xf2\x7e\x3f\xfe\xf5\x6d\x23\xba\x51\x80\ \x93\x7f\x78\x6b\xc7\xf4\x97\xfe\xb1\x9a\x05\x26\x5f\x7b\xd7\xc5\ \x43\xf2\x01\xe0\xa4\x33\xcf\x5c\x1b\x08\xf4\xcb\x0f\x88\x93\x4f\ \x9e\xd8\xde\x7b\xfc\xf0\x52\x80\x44\xf7\x3e\x03\x71\x9e\x0a\x00\ \x85\x5d\xfb\xf4\x45\x41\x50\xfa\x5f\x38\xe5\xc4\x25\x2b\x96\xe4\ \x7f\xfb\x9a\xdb\xdb\x9e\x7a\x7e\xfa\xc3\x8e\x56\x7c\xcd\xed\x77\ \x0c\x0a\x69\x15\xd7\x5f\x57\x3f\xfd\x95\x9f\xff\x72\x0e\x63\x95\ \x67\x56\x86\xc3\xfd\x2f\xba\xeb\xbb\xd6\x73\xaf\x3c\xb1\x84\xf3\ \xc2\x91\x53\xfa\x16\xe1\xcd\x6f\xbf\xf1\xfa\x92\x3a\x62\xe4\x5d\ \x7d\xc3\x35\x65\x59\xba\x38\xeb\xea\x6b\x77\x3c\xfe\xf2\x5f\xfe\ \xb6\xf5\xca\x9b\x6e\xbc\xed\x9e\x5b\xfe\xfe\xc4\xf3\x7f\x58\x21\ \x7a\x9f\x7a\xdd\xb5\xe7\xf7\xa5\xd0\xf7\x9e\xdb\x3b\x9f\x79\xf9\ \xd9\xdf\xcf\xe6\x46\xef\x13\x06\x97\x05\x87\x4f\xbb\x71\xf2\x63\ \xd3\x7f\xff\xf3\x7b\x99\x0b\xa3\xce\xeb\x05\x00\xa3\x4e\x3d\xa3\ \x60\xfa\xac\x81\xe3\xc7\x00\x40\xa2\xb5\x6e\xf3\xf6\xa8\xfb\x3f\ \x76\x0e\x29\xbe\xf6\xce\x9b\x9f\x7c\xe2\xf9\x47\xd7\x28\x67\x7c\ \xe7\xce\xd3\x7b\xe8\x3e\x0d\x1d\x50\x03\x00\x01\xd2\x89\x69\x6e\ \x6e\xd9\x56\xbd\x8d\x33\x1e\x08\x06\x07\x0f\x1a\x48\x29\x3d\x62\ \xd3\x83\xfe\xd7\x9c\x95\x40\xc0\x98\x3f\x7f\xc1\xbf\xfe\xfd\xef\ \xe2\xe2\x62\x59\xa8\x21\xf5\x14\x69\x10\x65\x19\x44\xb6\xeb\xdd\ \x97\x34\x90\x1b\xb3\x93\xbf\x7a\x76\x90\xb4\x74\xf6\x85\xba\x5c\ \x17\x11\xca\x18\xb7\x6d\x4b\x26\x8e\xcb\xe3\x6d\xdb\x4e\x24\x12\ \xba\xae\x17\x15\x15\x79\x39\x8d\x72\xdb\x7b\xa4\x29\x49\x41\xbe\ \xa8\x97\x34\x20\xaf\x8a\x10\x8c\x10\x96\x0c\x98\x1b\xc2\x93\xdf\ \x57\x8c\xb0\xa4\x15\xdb\xb6\x11\x08\x45\xa1\xb9\x83\x33\xe5\x69\ \x73\x7d\x6b\x91\x23\x48\xc9\xf7\xe2\x39\xad\xd2\x64\xf3\xde\x72\ \xa6\x4f\x67\x16\x89\x44\xe2\xa6\x9b\x6f\x1c\x36\x6c\x98\x69\x9a\ \xf2\x0c\x47\x6b\xce\xca\x71\x0b\xe6\xc4\xda\x9a\xaa\x97\xbe\xf3\ \xfc\x52\xf3\x07\x3f\xbe\xa9\xeb\x81\x78\xe6\x80\x73\x56\x7c\xfc\ \x6f\x74\xc4\xda\x3b\x3a\x62\x91\x88\x1c\xf5\x86\xf7\xd4\xd7\xef\ \xdd\xdb\x30\x74\xe8\x10\x5d\xd3\x5c\xd7\xd1\x34\xad\xb9\xa9\xe9\ \x28\xcf\x59\x11\x02\xa8\x42\xe5\xb8\x4a\x59\x86\xe6\xd9\x05\x99\ \x9b\x10\x21\x18\x53\x90\x3d\x1e\x33\x69\x4a\x4c\x6a\xcc\x42\xc8\ \x7c\x4b\xe2\xc9\x46\x84\x10\x5d\xd7\xa5\xe5\x25\xcb\xe5\x02\x81\ \x20\x22\x14\x61\x22\x38\x73\x5d\x57\x72\x50\x26\xbf\xd1\xb2\x14\ \x85\xe6\xe5\xe5\xe9\xba\x9e\x4a\xa5\xa4\xda\x2d\x3d\x3e\x19\xfb\ \x93\x0e\x9a\x97\xd9\x20\x47\x6f\x66\xc3\x0a\xae\xa2\x28\xa1\x50\ \x48\x36\x8d\x23\x84\xb8\xcc\x45\x20\x03\x8e\x58\x08\xce\x18\x97\ \x05\x25\x90\xd3\x27\x20\x37\x07\x62\xdf\xea\x10\x8c\xc1\x2b\x06\ \xde\xd7\x29\xc5\x63\x67\x6f\xf2\xb0\x47\xc4\xd9\x65\xc1\x34\x1b\ \x68\xf7\x71\xb8\x60\xb5\xcd\x7a\xf6\x2f\x4b\x3a\xca\x2f\xbf\xf6\ \x9a\xae\xfa\x41\xa4\x09\x7f\xb5\x0e\xd5\xa9\xcb\xce\x32\x60\x65\ \x25\xc5\x25\xc5\xc5\x8a\x42\x2d\xcb\x94\x56\xc5\x01\x67\x91\x1f\ \xe9\x38\x9d\xa4\x15\xc9\x29\xb9\x9d\x8c\x3c\x2d\x39\xdb\x4b\x44\ \x00\x30\x69\xb8\x50\x4a\xe4\x1b\xc0\x18\x2b\x0a\xe5\x1c\x64\x52\ \xa2\xb4\x98\x64\x39\x9e\x14\x65\x84\x10\x04\x61\x10\x88\x0b\x99\ \x1c\x44\x38\x67\xba\xae\x13\x82\x5c\xd7\x4e\xa5\x52\x89\x44\xa7\ \x7c\x45\xaf\xb2\xdf\xeb\xd0\x22\x9b\x16\xc8\x1e\x6f\x32\xf0\x27\ \x1d\x43\xc3\x30\x2c\xcb\x76\x5d\xa7\x7b\xf7\x6e\x94\x2a\x48\x00\ \xc1\xd8\x71\xb8\x60\xc2\xc9\x76\x47\xc9\xb8\x60\xd9\xce\x79\xb9\ \x92\x7f\x36\xf6\x9f\xf1\xe3\x98\x93\x29\x1e\xce\x99\x72\x0e\x9e\ \xcf\x98\xab\x34\x79\xfc\xe5\x89\x56\x02\x84\x4f\x4d\x87\x17\x81\ \xd2\x69\xb7\x3d\x30\xed\x60\x47\x11\x4a\xd3\xa9\x14\x14\x14\xfa\ \x0b\x76\xa8\x92\x93\xd7\x7e\x16\x10\x92\x3b\x0e\x00\xd2\xe9\xb4\ \xac\x8d\x3d\xca\xdc\x84\xb2\x83\x04\xa4\xf3\x22\xf5\x20\x19\xd7\ \xcf\x75\x82\x72\xd2\xa6\xc1\x33\xa9\xa4\x94\xc3\x18\x97\x01\x3b\ \x6f\xc3\x4b\x15\xc6\x65\xae\xeb\xb8\x5c\x08\x4a\x08\x21\x14\x90\ \xf4\xaa\x30\xa5\x98\x10\x54\x54\x54\x14\x8f\xc7\x65\xa2\x80\xf7\ \x2a\x9c\x73\x79\x1e\x00\x90\x3f\x24\x12\x49\x59\x22\x67\xdb\xb6\ \xb4\xc8\x5a\x5a\x5a\x2c\xcb\xd2\x34\x2d\x16\xeb\x88\x46\xa3\x18\ \xc0\x71\x1d\x4f\x18\xfa\x98\x59\x04\x99\xc4\x4b\xec\xc5\xec\x32\ \xa5\x39\xfb\xb4\x70\xae\x50\x9a\xab\xf7\x7b\xcc\xf5\x31\xbf\x35\ \xb7\x36\xd8\xeb\xfa\xc2\xb9\x5f\xc8\x75\xb4\x37\x18\x88\xf2\xb2\ \x2e\xf5\x7b\xea\x38\x63\x54\x51\xc0\x6f\x0b\x71\x50\x95\x07\xe1\ \x54\x2a\x61\x3b\xb6\x2c\x83\xff\x84\xb1\xe2\x5a\xb6\x55\x54\x58\ \x72\x4c\xe4\x37\xd1\xec\xbe\xf5\x0c\x84\xdc\xa8\xbc\xa7\xd4\x78\ \xb2\x8e\xe7\xe9\x64\x35\x63\x92\xdb\x14\xc5\xeb\xee\x06\x00\x94\ \x2a\x02\x32\x3e\x1a\x42\x82\x50\x49\x67\x19\x0e\x32\x0c\x43\x3e\ \xd1\xa3\x42\x69\xe0\xc8\xf3\xdb\xb6\x1d\x8b\xc5\x52\xa9\xb4\xa2\ \x28\xb2\xae\x4d\xd3\x34\xa9\x9a\x19\x86\xe1\x38\x4e\x5b\x5b\x9b\ \xaa\xaa\xba\xaa\x7a\x2d\xe5\x64\xb6\xb7\x3c\x43\xe6\x1a\x90\x40\ \x02\xcb\x1b\x83\xa4\x27\xaf\x43\x9e\xbc\x42\x9c\x95\xd2\xe4\x13\ \x3f\xd6\x32\x05\xf6\x2f\x97\xc9\xb5\x28\x31\xc6\x9a\xa6\x1d\x81\ \x39\x39\x3e\x0e\x76\xf3\x87\xfc\xc2\xa2\x40\x30\xd8\xda\xda\x2a\ \x52\x3e\x31\x7d\x26\x73\x89\x52\x1a\x89\xe4\x01\x08\x4c\xf0\x27\ \x8c\x50\x2d\xbf\xa0\x90\x10\x72\xf4\xfb\x10\xc8\x31\x97\x1e\x01\ \x01\x80\xd4\x98\xe5\x3e\xf4\xf4\xe9\xdc\x6a\x3b\x8f\xbc\x20\xd3\ \xa9\x92\xca\xed\x2a\xb3\x7e\x34\x4d\x93\x8d\x93\x04\x08\x8c\x08\ \x21\x2a\x63\xc2\x71\x1c\x4c\x40\x11\x0a\xe7\x04\x21\x60\xcc\x91\ \x3c\x22\xb3\x07\x52\xe9\x74\x3a\x95\x72\x1c\x17\x40\x04\x83\x41\ \x99\xb1\x9d\x4d\x35\x20\xb2\x43\x8b\x24\x26\x19\x07\x94\xdd\x81\ \x6d\xdb\x6e\x6b\x6b\xb3\xd2\x69\x4d\xd3\x0a\x0a\x0a\x54\x55\xf5\ \xae\x3c\x6b\xa5\x66\xe4\xa0\xdc\x06\x4c\x52\xd8\x92\xd4\x43\x29\ \x75\x6d\x4b\x96\xfe\x49\x4d\xdd\x93\xfa\x3e\x69\x31\xc9\x15\xf0\ \x06\xd2\xc8\x68\x20\xc1\xc4\xef\xdf\x74\x74\x41\x29\x0d\x86\xc2\ \xa1\x70\xa4\xb0\xb8\xd4\x5f\x8d\x2f\x90\xbf\x8e\xbe\xde\x04\x00\ \x8c\xf3\x1c\x2e\xa0\x9e\xf5\xf1\xb1\xca\x35\x8f\xa1\xbc\x5a\x5f\ \xef\x30\x6f\xab\x03\x80\x65\x59\xb9\xdd\x9d\x64\x4d\x0c\xa5\x04\ \x50\xc6\x51\xc2\x08\xc9\x76\x2b\x82\x73\x00\xa4\xeb\x01\xc9\x47\ \xb2\xc6\xd0\x76\x1c\x99\x1c\x29\xdd\x34\x45\x51\x09\x21\x48\x0e\ \xfb\xe6\x82\xb3\x4c\x5b\x12\x29\x0f\x39\x8e\x63\x2a\x4a\x2c\x16\ \x4b\x26\x13\xba\x5e\x28\x1b\xec\xca\xa8\x62\xd6\x4d\xcb\x34\x1d\ \xc8\x6d\xd5\x94\xf5\xe7\x18\xe3\x9c\x60\x22\x3b\xdb\x01\x64\x66\ \x0e\xcb\xc6\x4c\xfb\x25\x7f\x67\xcc\x43\x2f\xaf\x22\x23\x5d\x31\ \x97\xf9\xc4\x74\x6c\x38\x29\xbe\xf5\xfa\xa5\x5c\xd2\xff\xc5\x4d\ \xa6\x69\x0e\x1d\x36\xec\xd7\x0f\xf4\x47\xfb\x5d\x13\xfa\x3c\x59\ \xa1\xd9\x77\xc3\xb9\xf0\x66\x97\x64\x75\xb6\x4c\xcb\x7f\xf9\x6b\ \x76\xa6\xc9\xbe\x10\x5a\xf6\x70\x24\x39\x28\xb7\x09\x41\x76\xd4\ \xbd\x1c\xa6\x0b\x28\x3b\x2c\x4f\x80\xc8\x52\x26\xca\xc9\x63\x82\ \xfd\xaf\x1c\xa1\x6c\x25\x6f\xee\x43\x52\xdc\x86\x6c\xdb\x70\x10\ \x20\x64\xcb\x28\xf8\x6c\xa3\x09\xf6\x4d\xba\x03\x5d\xd7\xe4\x68\ \x2c\x1f\x3e\x7c\x7c\x91\xdc\x24\x84\x50\x28\x55\xb3\x45\xf9\x5f\ \x5a\x8e\x3f\x6a\x02\xe8\x27\x47\xfb\xf9\xf0\x71\xdc\x78\x75\x87\ \xdb\x7a\xa2\xfe\xee\xf2\x71\x1c\x83\x31\x37\x95\x4c\x26\x12\xf1\ \x58\x7b\x9b\x3f\x67\xe5\x33\xb2\x0e\x55\x14\x5d\x0f\x1c\xb0\xd0\ \x17\x63\x1c\x0c\x85\x34\x4d\x57\x35\x4d\x97\xa5\x8f\x47\x8b\x9b\ \x7c\xf8\xf8\xb2\x23\xd6\xde\xb6\x7b\x77\x5d\x7e\x7e\x81\xa2\x29\ \xfe\x6a\x7c\x06\x3f\x03\x59\xa6\xc9\x85\xc8\x2f\x2c\xfa\x04\x3d\ \x21\xd7\x75\xda\xda\xda\x0a\x0a\x0a\xb5\xc3\x4c\x4c\x3e\x37\xf9\ \x38\xde\x77\x1a\xa0\xbd\xf5\x7b\x2a\xbb\x75\xaf\xa8\xec\xee\xaf\ \xc6\x67\x67\x73\xd3\x34\xf3\xf3\x0b\x0e\xf8\xd7\x50\x30\xd4\xd4\ \xd8\x10\x89\x44\x0f\xf7\x65\xf8\x13\xbb\x7c\x1c\xe7\x70\x5d\x37\ \x10\x0c\xfa\xeb\x70\xa8\xbe\x1d\x78\x15\x0e\xd9\xe2\x07\xf9\x6b\ \x30\x14\x06\x00\x7e\xf8\xf3\x9b\x7c\x6e\xf2\x71\xdc\x3b\x29\x7e\ \x36\xf8\xe7\xe5\x27\x21\x10\x40\x2a\x99\x5c\xbf\x7e\xbd\xc8\xa9\ \x18\xcd\xcc\xbf\xf5\xb9\xc9\xc7\xff\xf7\x57\x8c\xa7\x13\xed\x8d\ \x0d\x7b\xf7\x36\x34\xc5\xd3\x9f\xbb\xdd\x1d\x6f\xda\xb9\xb9\xb6\ \xf9\xe0\x8d\x22\x5b\x77\x6d\xdb\x51\xdf\x71\xcc\x2e\x86\x9d\x8e\ \x37\x35\xec\x6d\x6e\x8f\xb3\x8f\x6f\x2f\x9e\x88\x35\x37\xb6\x74\ \xb8\xd9\xc7\x85\x63\xb6\x34\x36\xc6\x92\x07\xc8\x02\x71\x9d\x54\ \xdc\xb4\xbc\x13\x58\xe9\x54\xca\xde\x57\xde\xc1\x1d\x27\x91\x34\ \xbf\xd4\x7c\xe8\xb1\xb9\xcb\xf9\xdc\xb9\x73\x5f\x78\xe1\x85\xd5\ \x6b\xd6\x78\x9d\xa6\xc5\xb1\x33\x67\xc5\xc7\x97\x5c\x3f\xa8\xfe\ \xdd\xcd\x77\x54\x47\xaa\x4a\x0c\x6e\x73\xed\x84\xb3\xaf\xba\xf2\ \x8c\x21\x87\xfe\xc1\xa7\xde\x7b\xe6\xa1\xce\xf1\xb7\xdf\x78\xfa\ \xc0\xff\x4d\x61\x1f\x3c\xf3\x68\x4d\xbf\xeb\xee\xb8\x34\x7a\x2c\ \x2e\x05\x4f\xcc\xfe\xe7\x9f\xdf\xdd\xd8\x98\xec\x48\xf7\x3b\xeb\ \xba\xdb\x2f\x3b\xd1\xab\x58\xdd\x3c\xfb\x1f\x7f\x7e\x7e\x91\xc5\ \xf0\x80\x29\x57\xdf\x71\xe5\x24\xec\x34\xff\xeb\xc1\xdf\xce\xaf\ \x89\x09\xb5\xe8\xf2\xef\xdf\x7d\x46\xff\xdc\x0e\x99\xfc\xf5\xdf\ \x7c\xfb\x8f\x35\x83\x9f\xff\xdb\x3d\x5d\x74\x00\x48\xfd\xfb\xfe\ \xdb\x3e\x44\xa7\xfc\xf5\xde\xcb\xa5\x3e\xbc\xf4\xd9\x7b\x7e\x35\ \xaf\xf2\x9f\x4f\xde\x52\xa4\x7c\xb9\xf9\x49\x70\x0e\x42\x4c\x99\ \x32\xe5\xf4\xd3\x4f\x17\x42\xb8\x99\x72\xdf\x23\xc4\xba\x3e\x37\ \x7d\x05\xcc\x26\x3b\x95\x60\xe5\xdf\xbe\xf3\xbe\xc9\xbd\xd5\x9d\ \xcb\xdf\x7c\xe0\xf7\xbf\x70\x42\x7f\xbd\x6e\x8c\xf3\xf4\xa3\x4f\ \xad\xab\xed\x2c\x1d\x38\xf9\xfa\x6b\xa6\xae\x7a\xe6\x0f\xcd\xfd\ \x2f\x9e\x36\xa1\x77\xe7\xa6\x37\xff\x31\x3f\x7e\xcd\xf7\x2e\xcb\ \x07\x00\x91\x5e\xf8\xdf\x67\xde\xf8\x68\x2b\x29\x3b\xe1\xe6\x6f\ \x5f\x10\x0a\xbb\x33\xfe\xf5\x48\xed\xbc\x9e\x97\x7c\xf7\x3b\xdd\ \xad\x75\x4f\x3e\xfd\x46\x2b\xd3\xc7\x9e\x7b\xf5\xb4\x93\xfb\xc4\ \xeb\x16\x3f\xf1\xd4\x6b\xbb\x3b\xd1\x89\xe7\x7f\x3d\x6c\xb0\x45\ \xaf\x3e\xdc\xbc\xb1\xef\xd4\x4b\x2e\x33\x97\xfc\xab\xae\xf2\x9c\ \xef\x4c\x1d\x7a\xcc\x2c\x86\x36\xf6\xc2\xeb\xcf\xb8\xbe\xb8\x7d\ \xe1\x53\xb7\xfc\xf9\xbf\xf5\xd3\x4e\x6c\x78\xf1\x4f\x1f\xb0\x91\ \xb7\x5c\x50\xf2\xf8\x33\x8b\x4e\xf9\xc1\xef\x2f\xe9\xba\xf9\xd6\ \x1f\x4d\x7f\x6f\xe2\xc4\x81\x9b\x9f\x9e\xb5\xb7\xe4\xb7\x8f\x3f\ \xd4\xf4\xd2\xaf\x1e\x79\xe2\xd9\x13\x7f\x7f\x93\xc7\xb5\x66\xcd\ \xec\x25\x2d\xc5\xc3\x83\xbb\x5f\xfb\xb0\xe6\x86\xd3\x7a\x03\x74\ \x26\xcd\x96\xcd\xab\x5e\x79\x77\xdd\x59\x17\x0e\xc9\x17\xcd\x2b\ \x5e\x9c\xf9\x41\x3a\x78\x6e\xca\x06\xf8\xb2\x72\x13\xf2\xca\xb1\ \x00\x40\xf6\x62\x14\x9e\x43\x27\xc4\x31\x31\x67\xc5\xc7\x71\x22\ \xb9\x10\x42\x55\x0a\xa0\xf4\x18\x75\xe1\x37\x26\xf7\x5b\xf8\xdf\ \x39\x2e\x2d\x9d\x72\xc1\x55\xb7\xdd\x78\xb9\xb3\xf2\xe5\x17\xe7\ \x6d\x0f\x86\x62\x6f\xce\x5b\x21\x00\xb6\x2e\x5a\x54\xdd\xac\x48\ \x23\x21\xbe\xe5\xcd\x3f\xcf\x58\x39\xe9\xea\xdb\xae\xbb\x78\x62\ \xa1\x01\x96\x49\x46\x9e\x7a\xd1\x4d\xb7\x7c\x73\x40\x97\x48\xb8\ \x6c\xd0\xe5\xdf\xbd\xf5\xda\xa9\x3d\xdf\x99\xfe\xd7\xf5\x69\x68\ \xdb\x34\x6f\x49\xa3\x3a\xed\xda\x6b\x4f\x19\x5c\xe1\xda\x78\xc0\ \xf8\x8b\x6e\xfe\xde\x95\xa3\xfa\xe4\x19\x91\xa2\xc2\xc8\xb1\xd4\ \x5b\x12\x2b\x05\xc5\xca\xea\xf9\x33\x1e\x7b\x65\xf5\xd0\xb3\xcf\ \xad\x24\xa0\x47\x8b\xca\x8a\xa2\x2d\x3b\x57\x36\xe5\xf7\x1e\x3d\ \xa4\x80\x94\x8e\x1a\x51\xaa\x6d\x5a\x5d\xbd\x75\x6d\x5d\xd5\x88\ \x09\x5d\x08\x0c\x3f\x69\x8c\x9a\xd8\xb4\x35\xb6\xcf\x68\x9a\xf7\ \xf6\xdc\xa2\x53\x6f\xfe\xf9\x55\x13\xd6\xce\x7a\xab\x15\x00\xac\ \xb8\x49\xca\x2e\x39\x67\xc0\xbc\x57\xde\x74\x00\xe6\xcd\x7c\xdd\ \x18\x79\xfe\xf8\xf2\x78\x73\xd2\xf9\xf2\x7e\x63\x04\x80\x90\x13\ \xaf\x41\x70\xc1\xb9\xe0\x42\x70\xef\x91\x23\x33\x67\xc5\xe7\xa6\ \xaf\x02\x35\xc9\x0e\x12\x19\x53\xbc\x28\x92\xaf\xd8\x9d\x89\x44\ \xf3\x92\x77\x66\x4c\xff\xcf\xeb\xb5\xcd\xed\x1d\x1d\x9d\x43\x26\ \x4e\x35\x76\xac\xa9\x35\x3b\xd6\xd5\xc5\x07\x4e\x1c\x2d\xbf\x79\ \xc1\xf2\x41\xa3\xba\x8a\xd9\xaf\xbd\x59\xef\x04\x15\x95\xb8\x0e\ \x2e\x2c\xaf\xa8\x2c\x2f\x0d\xa9\xb4\x6d\xc7\xca\x57\x9e\x7b\xfa\ \xe5\xb9\xeb\x62\x56\x47\x53\x02\x10\x22\xc5\x15\x55\xc3\x06\x55\ \x95\x14\x16\x70\x17\xa2\x25\x15\x15\x65\x65\x41\x23\x74\xf2\x65\ \xd7\x5d\x34\xa1\xef\xb1\xb6\x1c\x8c\x81\xa6\x2b\xcd\xb5\x5b\xea\ \x2d\x18\x72\xf6\x95\xdf\x38\x6b\x18\x24\x3a\x41\x55\x14\x0a\x00\ \x24\x40\x09\x33\x53\xa6\x8d\x55\xc5\x00\x00\x50\x35\x4c\x84\xe9\ \xf1\x4c\xeb\x86\x79\x2b\x5a\x7a\x94\x50\x5e\xda\x43\xd9\xbb\xfa\ \x83\x4d\x36\x30\x2b\x9e\xd4\x27\x9d\x7f\x69\xb7\xe4\xaa\x99\xef\ \xbe\x31\x77\x23\xff\xda\x95\x53\x03\xbc\x33\x96\xb6\xbf\xd4\x5f\ \x18\xf6\xe9\xf0\x0a\xba\x7c\x6e\xf2\xf1\xff\x2b\x1c\x00\xc2\x34\ \x33\x67\x25\xbe\x78\xf5\xba\xfc\x61\xfd\x3e\x9c\xfe\xa7\x77\x5b\ \xba\xde\x78\xeb\xcd\x53\x4e\x28\x4f\xa7\x6d\xbd\xcb\xa8\x11\x5d\ \xe3\xaf\xcf\x78\x6b\x67\x67\x78\xfc\x90\xae\x99\x2f\x47\x74\xc0\ \x5d\xbf\xfe\xd3\x55\xa3\x03\x4f\xdd\xfb\x83\x57\x96\xed\x52\x75\ \xec\xca\xda\xe6\xce\xad\x8f\xfe\xee\x99\xe0\x09\x5f\xbf\xed\x86\ \x69\xdd\xa3\x9a\x4c\xb7\x16\x4c\x92\x1f\x12\xc0\xc5\xb1\x9c\x81\ \x8d\xa3\x27\x4e\xf9\xda\x8f\x7e\x71\x83\xb6\xe7\xbd\x37\x36\xb4\ \xcb\xc7\x42\x85\x5d\xa1\xa5\x2d\xd6\x01\x00\xed\xb5\x89\x54\xb4\ \x6b\x97\xb2\x62\xdc\xd8\x52\x0b\x00\xe9\xbd\xcd\xb6\x1b\x2a\x8f\ \x64\x9e\xbd\x65\xf9\xfc\x9d\x9d\xce\xda\xf7\xfe\xf5\x97\x67\x66\ \x39\x22\xb1\xf0\x83\x45\x4e\x5a\x38\x26\xd7\x4a\x07\x7e\x6d\x4a\ \xb7\xbf\xfe\xea\x4f\x62\xc8\x19\x23\x7a\x95\x21\xc4\x3a\x52\x5f\ \x66\xbb\x29\xcb\x4d\x82\x73\x59\x43\x8b\x00\x38\xe7\x2e\x73\x39\ \xe7\x70\xd4\x67\x19\xf8\x38\x5e\x3c\x3a\x6c\x77\xd4\x7d\x30\xe7\ \xbd\x64\xa9\xb3\x6e\xd1\x9c\xd5\x66\xbf\x9f\x5d\x31\x71\xcf\xb3\ \xf3\xdc\x9d\x7b\xb7\x6c\xdd\xba\xbb\xa9\x83\x95\x39\x00\xfa\x79\ \x67\x0c\xbf\xe1\xff\x9e\xac\xbc\xe0\xe6\x01\x45\x19\x81\xd8\x6a\ \xdd\x3c\x7b\xf1\xce\xa2\xfc\xf2\x32\xc5\x6e\x4f\x89\xfe\x3d\xbb\ \xcc\x7c\xeb\x95\x57\x78\x43\x55\xcf\xbc\xbc\x88\xda\x5c\x57\xb3\ \x45\xef\x88\x25\x6c\x84\x80\x39\x66\x2a\x2d\xe3\x59\xa8\x5b\x9f\ \xfc\x17\x17\xbc\xf4\x52\xb8\x65\xd0\x80\xaa\xad\x6f\x3e\xb3\xb7\ \xd7\x05\xdf\x3b\x77\xf8\x31\xb2\x14\x3c\x5d\xff\xce\x1b\x0b\x45\ \x34\x2f\x51\xbd\x68\xaf\xd3\xf3\x8a\x3e\xd1\xa5\xff\x7e\x70\x8e\ \x3d\xe2\xc7\xd7\x9e\x72\x6a\xd7\xd7\xa6\x3f\x3e\x7d\x6c\x5e\xdd\ \x16\xb7\xf2\xa7\x27\x96\x94\x95\x9d\x91\xfe\xd5\x7f\x1f\x9f\x81\ \xda\x16\xbf\x53\x76\xe2\x35\x55\x9a\xdc\xb2\x4d\xaf\xce\x5c\x3a\ \xe1\xba\x5f\x7e\xff\xac\x5e\x00\xd0\xb9\xe9\xb5\x9b\xee\x7d\xf5\ \xa3\x81\x67\xc5\x13\x0c\x1c\xe8\x7e\xca\x85\x57\x6e\x33\x46\x9e\ \x31\x0e\xa0\xc9\x31\x13\x8d\x9d\xf6\x97\x9b\x9b\x5c\x97\x33\x16\ \x4f\x26\xd3\xe9\xb4\x6c\x93\x1f\x8d\x46\x15\x45\x61\x88\x1d\x19\ \x31\x9c\x0c\x1b\x9a\x19\x09\x4f\x08\x19\x3b\x76\x9c\x6c\x95\xeb\ \xef\xe7\xc3\xb2\xd6\x84\x24\x12\x89\xb7\xdf\x7a\x33\x18\x0c\x85\ \x42\xa1\xdc\xef\x81\xae\x6b\x23\x86\x0f\x0f\x06\x43\xb0\x7f\xab\ \x19\xc6\x58\x22\xde\x59\x5c\x5c\xea\xf5\xed\x4c\xa5\x92\x85\x45\ \x25\x87\xf8\xc2\x94\xe0\x74\x63\x53\x53\x73\x7b\xaa\x7c\xe8\xe9\ \x37\x5c\x77\x45\x85\x41\xba\xf7\x1f\xa0\xc7\x77\xae\x58\x57\x8d\ \x8b\x07\x9f\x36\x65\x7c\xd7\x82\x60\xb8\x6b\xfe\xaa\x77\x3f\x1a\ \x7a\xc9\xb7\x46\x77\xcb\x18\x09\xc2\x6c\x59\xbe\x64\xc9\xfa\x6d\ \x7b\x7b\x9c\x3c\xed\x92\xd3\x46\x54\xf5\xe8\x4b\xdb\x6b\x36\xed\ \x6a\xef\x3a\xfc\xe4\xa9\x93\xfa\xed\x5e\xbf\x7c\x53\x6d\xa2\xef\ \x09\x13\x4f\x3a\xa1\x6f\x10\x71\xb5\xa0\xc7\x80\xde\x5d\x09\x40\ \x59\xd5\x40\x23\x56\xbb\x79\x57\x7b\x79\xef\xbe\x61\x9e\xd4\x4a\ \x7a\xf5\xa9\x28\x38\x8a\x7b\x6c\xcf\xee\xda\xc2\xe2\x12\x39\x6e\ \x1e\x71\x73\xfb\xc6\xb5\x1b\xb7\xee\x48\xea\x95\x97\x5d\x77\xdd\ \xb0\x12\xbd\xa3\xb1\xde\x09\x75\x19\x54\xd5\x63\xe8\x88\x21\xc9\ \x1d\xab\x77\xa4\x8b\xbf\xf1\xdd\xeb\x06\xe6\xab\x4a\x41\xef\xe1\ \x3d\xf5\x75\xcb\xd7\x47\x06\x9f\x73\xdd\xa5\x93\x74\x49\xd7\xc9\ \x86\x3d\x4e\xf4\xe4\x53\x27\x14\x6a\x00\x00\x5a\x5e\x51\x98\xc4\ \x69\x71\x8f\xae\x65\x5d\xfb\x0f\xae\x0a\x6a\x79\x23\xc7\x9c\x50\ \x1e\xc1\x00\x18\x04\x2e\xef\xd5\xbf\x5b\x9e\xf6\x65\xfc\xa2\x5a\ \xa6\x69\x59\x96\x6c\x2d\xbb\xab\xb6\xf6\x99\x7f\xfe\x73\xce\xdc\ \x79\xf5\xf5\x7b\xfa\xf5\xeb\xa7\x69\x2a\x42\x28\x99\x4c\x84\x23\ \x11\xe5\x53\xba\x00\x08\x21\x1c\xfb\x0b\xe0\xe5\xff\x35\x67\xc5\ \x47\xc6\x09\x40\xa0\xd3\x43\xe6\x6b\x04\x60\xba\xc8\xcd\x69\x1a\ \x7e\x0c\xcf\x59\xb1\xb6\xad\x58\xb1\x7a\xd5\x87\xab\x5b\x4a\x6e\ \xbd\xeb\x9a\xd2\xe3\xc8\xd1\xf7\xe7\xac\x7c\x0e\xc8\x39\x2b\xe1\ \x70\xd8\x75\x5d\x45\x51\xb7\x6e\xdd\xfa\xd1\xd2\xa5\xe7\x9c\x73\ \x76\x7e\x5e\xbe\xe3\xd8\x9a\xa6\xb7\x34\x1f\xed\x39\x2b\x1f\xbb\ \xf7\x02\x3a\xd0\x77\x96\x39\xe8\xb8\x36\xb4\x08\x82\x98\x89\x66\ \xd5\x11\x72\x88\x3b\xd6\xe5\x30\xb2\x0b\x2f\x09\x09\xf7\x4b\x40\ \xf5\x68\xf7\xce\x2d\x7b\x50\x8f\x6b\xae\xbf\xb8\xf4\xb8\x53\x20\ \x85\x00\xbf\xbb\xdc\xe7\x58\xb5\xac\xf0\x9d\xee\xd9\xb3\x47\xf7\ \xee\xdd\x10\x42\x96\x65\x0a\x21\x5c\xd7\x39\x26\xe6\xac\x64\xae\ \x13\x13\xd6\xd6\xc4\x3a\x5a\xf6\xfb\x90\x85\x40\x54\x51\xca\x7b\ \x10\x4d\x67\xb6\x7d\xc4\x32\xb2\x8e\x30\x28\x86\xf6\x34\x3c\xbf\ \x86\x6a\x87\x28\xcd\xa5\x1d\xe8\x12\x71\xba\x44\x8e\x0d\x6e\x72\ \x5d\xd8\xb8\x11\xe6\xcf\x87\xd5\xab\x61\xdb\x36\x68\x69\x01\xce\ \x81\x10\x28\x29\x81\xbe\x7d\x61\xe4\x09\xa7\x9c\x73\xde\x29\x95\ \x5d\x8e\xcb\x4f\x50\xd7\xf5\x8e\xf6\x58\x41\x81\x6f\x37\x1d\xd2\ \xdd\x6a\xdf\x88\x5c\x39\xef\x03\x20\x33\x07\x20\x91\x48\x10\xa2\ \x7c\x7c\x92\xe3\xd1\xe1\x26\xaa\xb8\xbb\xab\x95\x77\x1f\x2f\x50\ \x30\xe4\x0c\x7e\x41\x00\xae\x99\x6a\xaf\x1a\xbb\xd6\x54\xfa\x8c\ \x9e\x10\x2a\x28\x3e\x2e\xfb\xe3\x08\x00\x8c\x20\xa0\x80\xc7\x4d\ \x42\x08\x57\x20\x0a\x82\x01\x22\x18\x18\x13\x18\x23\xe0\x82\x23\ \x44\x30\x08\x01\x72\x82\x01\x02\x20\xc7\xc2\xed\xda\x34\xe1\x9d\ \x77\xe0\xe1\x87\x61\xf1\x62\x40\x08\x06\x0c\x80\xee\xdd\x61\xd0\ \x20\x08\x04\x20\x99\x84\xc6\x46\x58\xba\x14\xfe\xf9\x4f\xb8\xe3\ \x76\x98\x34\x09\xbe\xff\x7d\x38\xe5\x14\x50\xd5\xe3\xe8\xf6\x2f\ \xba\x54\x54\xd6\xd7\xd5\xa5\x52\x09\x42\xfc\xc8\xcf\x67\x21\x25\ \x64\xdb\x36\x21\x58\x4e\xfd\xf8\x84\xbf\xc6\x10\x42\x45\x45\x25\ \xe2\xf0\xcf\x10\xfa\x0c\x9f\x16\x51\xcc\x6d\xab\xcb\x74\x5a\x58\ \x5c\xca\xb9\x9b\xf1\xec\x04\xc7\x18\xb3\x8a\x01\xb3\x67\xbc\x62\ \x96\xf6\xd6\x4f\x39\xfb\x2b\xa2\xa0\x73\x26\x8a\xbb\xe7\x9d\x55\ \x60\xbd\xdd\xa6\xdd\x72\x62\x20\x6d\xf1\xa6\x86\xe4\x8c\xe5\x71\ \xb7\x30\x30\x6d\x74\xa4\xd2\x80\xe6\xc6\xe4\xb3\x4b\xe3\x09\x7e\ \x6c\x78\x11\xeb\xd7\xc3\xff\xfd\x1f\xbc\xf1\x06\x0c\x18\x00\xf7\ \xde\x0b\xe7\x9c\x03\xdd\xba\x41\x20\xb0\xcf\xfe\x15\x02\x92\x49\ \xd8\xbe\x1d\x5e\x7f\x1d\xa6\x4f\x87\x73\xce\x81\x69\xd3\xe0\xbe\ \xfb\xa0\x77\xef\xe3\x66\xab\x45\xa2\x79\xa1\x50\x24\x99\x8c\xfb\ \x23\xb9\x3e\x23\x30\xc6\x9a\xae\x1d\x70\x47\x23\x84\x35\x45\x15\ \x99\xbb\xf6\x31\xe0\xd3\xd9\x42\x20\x21\x10\x08\x61\x9b\x76\x3c\ \x06\x08\x2b\x08\xf1\x1e\x03\xff\xfb\xfe\x92\xc6\x34\x3f\xf3\xeb\ \xd7\x2a\x9a\xc6\x5c\xf7\x2b\xf1\xb9\x09\x41\x75\x5a\x1a\x74\xc2\ \x2e\x69\xdd\xd5\xfe\xab\x85\xd6\xf7\xce\x2f\x3b\xbd\x3f\xa3\xdd\ \xa2\xd6\xf6\xd6\xfb\xb6\x3a\x21\x03\xa5\x01\x1d\x13\xc3\x9f\x5e\ \x7d\x15\x6e\xb9\x05\x92\x49\x78\xe4\x11\xb8\xea\x2a\x88\x44\x0e\ \xb8\x75\x21\x14\x82\xa1\x43\x61\xe8\x50\xf8\xde\xf7\xe0\xc9\x27\ \xe1\xbe\xfb\x60\xc5\x0a\x78\xec\x31\x98\x32\xe5\x38\xf8\xb8\x08\ \x21\x81\x40\x10\x00\x42\xe1\xb0\x4f\x3a\x5f\x32\x8a\xfc\x2c\x07\ \x31\x01\x5c\xd1\x36\xa0\xc2\x5d\x46\xb9\xa2\x07\x90\x63\xf1\x6e\ \xfd\xff\xbb\x66\xc7\xf6\x1d\x3b\xc7\xf4\xeb\xae\x06\xc3\x5f\xa9\ \x6e\xa7\x82\x0b\x97\x0b\xc6\x20\x92\xa7\x4f\xec\x17\x2c\x22\x2c\ \x0d\xb4\x0b\x76\xe6\x6c\xb1\x1c\x84\x14\x4a\x54\x74\x0c\x68\x6f\ \x2f\xbf\x0c\xd7\x5c\x03\xfd\xfa\xc1\x07\x1f\xc0\x4d\x37\x1d\x98\ \x98\x3e\x86\x82\x02\xb8\xeb\x2e\x98\x37\x0f\x0a\x0b\xe1\x8a\x2b\ \x60\xd6\x2c\x7f\x7b\xf8\x38\xc6\xb9\x49\x30\xc6\x1d\xac\x7c\xb4\ \x6e\xc3\xbf\xdf\x99\x57\x1f\xa9\xa4\xfd\x46\xbd\xba\x76\xc7\xea\ \xb5\x1b\xa6\x9d\x35\x25\x8c\xb9\x6d\xd9\x5f\x91\xc5\x12\x42\x58\ \x0e\x77\x04\x10\x8c\xb8\x80\xbc\x7c\x6d\x44\x39\x5d\xba\xb2\x6d\ \xce\x6e\x57\xd3\x49\x90\x88\x0e\x97\x4c\x9b\x5c\xd0\x27\x78\xa4\ \xb2\xd3\x3e\x0d\x1f\x7d\x04\x37\xdd\x04\x63\xc7\xc2\xb3\xcf\xc2\ \xc0\x81\x87\xf6\xdc\x13\x4e\x80\x17\x5f\x82\xaa\x3e\xf0\xdd\xef\ \xc2\x86\x0d\xfe\x0e\xf1\x71\xb4\xf0\x19\x7c\x3a\x01\xb6\x10\x90\ \xea\x3c\x71\x50\xff\xea\xea\x9a\x17\xe7\x2e\x2e\x2d\x2d\x5d\xbf\ \x71\xe3\x85\x67\x9e\xde\xdb\x69\x9e\xdf\xda\x9c\xf7\xd5\x98\x5e\ \xcb\x99\x28\x28\x33\xfa\x86\x49\xcf\x2a\xb5\x65\x67\x9c\xaa\xc6\ \xee\x1d\xb1\x87\xe7\xa5\x0c\x1d\x13\xca\x57\xb5\x45\x2e\x99\x98\ \x1f\xa9\x83\xf2\x00\x3a\xca\xf9\x61\xf1\x38\xdc\x7e\x3b\x44\x22\ \xf0\x97\xbf\x40\x49\x09\x00\x08\xc7\x86\x43\x0a\xfa\x56\x56\xc0\ \x9f\xff\x80\xce\x39\x0f\x7e\xf4\x23\x78\xf1\x79\xa1\xa9\xc0\xfc\ \x94\x37\x1f\xfb\x93\x02\xa6\x88\x1e\xde\x36\x0b\x07\xe7\x26\x04\ \xc2\xe5\xc8\x6e\xdd\xdb\x3f\x3f\xfa\xb5\xa9\xa7\xbf\xfc\xee\xdc\ \xdd\x7b\xd7\x9c\x36\x79\xd2\x88\x10\xb3\x6a\xb7\xb8\xa0\x0b\x2e\ \xbe\x12\xbd\x05\x11\x70\x06\xe5\xa5\x9a\xdb\x10\x7f\x73\xab\x8d\ \x0a\x93\x0b\x14\x96\x17\x24\x18\x83\xe0\xec\xdd\x85\x2d\x1d\x03\ \xc3\x23\x2a\xf0\x8a\xf5\x9d\xbb\xd2\xe2\x68\x26\x09\x4d\x9f\x0e\ \x8b\x16\xc1\x8b\x2f\x42\xaf\x5e\x99\xef\x51\xdb\x5e\x61\xa7\x0e\ \x9c\x9e\xf6\x69\x6f\xb5\x77\x17\x74\xfb\x2d\xf8\x47\x3f\xe1\xff\ \xf8\x9b\xb8\xf2\x52\x48\xa6\xfc\xed\xe8\x23\xf7\x46\x8d\x42\xf9\ \xa8\xa0\xfc\x68\xdb\x4d\x00\x1c\xa1\x94\xed\xb2\xc6\x5d\xc3\xcb\ \x20\xef\xfc\x33\xda\xe2\xc9\xc1\x45\x01\x54\xbd\xc2\x62\xc2\x74\ \xd9\x57\x24\xf8\x81\x31\x8a\x35\xa7\x9f\xad\x4f\x02\xc2\x86\x8a\ \x50\x53\x7a\x89\x40\x3a\x05\x00\x40\x18\x21\xd7\x7d\x7f\x79\xdb\ \x6c\x21\x30\xc6\x01\xf5\xe8\x69\xe1\x2d\x2d\xf0\xc8\x23\x70\xc6\ \x19\x70\xe1\x85\x39\x54\x83\x00\x61\x20\x0a\x52\xb5\x03\xd4\x68\ \x72\x06\x8e\x05\x1f\x1b\x24\x6d\xd9\xe2\x92\x0b\xe0\x3f\x2f\xe0\ \x27\x9f\x66\x67\x9d\x01\x91\x30\x7c\x45\x62\x1d\x3e\x3e\xdb\xcd\ \xeb\x08\xe4\xb3\x7e\x06\x6e\x62\x6e\x41\x9f\xa1\xdb\x36\x2e\xda\ \x5b\xdf\x88\x1b\x36\xd2\x40\x2d\x56\xd4\x25\x5b\x3a\x81\x39\x49\ \x86\xe8\x89\x93\x75\x4d\x3b\xbe\x8d\x26\x01\x99\xa6\x35\x08\xa3\ \xa0\x96\xcd\xf0\xc2\x48\x83\xdc\xf7\x8d\x74\x15\xe9\xd9\x27\x08\ \x38\x4a\x4b\xb2\x60\x01\xd4\xd6\xc2\x6f\x7f\x0b\x1f\xab\x75\x42\ \x24\xdd\xb4\xa7\x6d\xd1\x5b\xc2\xb1\x73\xbf\x55\xc2\x75\x8d\xae\ \x3d\x0b\xc6\x9d\x69\xa6\x52\xc1\x70\x64\x1f\x3d\xb9\x2e\x14\x15\ \xf0\xab\xbf\x81\xef\xfe\x19\x5a\xbd\x56\x9c\x36\xf9\x10\xb8\x09\ \x61\x82\x11\x67\x9f\xf7\xa6\x85\x08\x51\x30\x77\x1c\xbf\xac\xf3\ \x2b\x8e\x83\x73\x93\x60\x6e\x41\xf7\x2a\x74\xd9\x1d\x89\x8e\x98\ \x40\x88\x09\x9e\xcd\x13\x45\x41\x4a\x0b\xba\x54\x28\x04\x1f\xc7\ \xc9\x4d\x0e\x83\x2e\x61\xf1\xcb\x33\xed\x43\xbd\x4d\x08\x01\x21\ \x4d\x58\x47\xd8\xda\x78\xeb\x2d\xe8\xd2\x05\x4e\x3d\x75\xff\xdd\ \x8e\x98\x10\x8d\x6f\x3c\x1d\x71\x13\x81\xfc\x22\xc1\x45\x76\x6c\ \xbc\xc0\x48\x74\xd6\x6e\x78\xfd\xc3\x0f\xf2\xfa\x8f\x3c\xf5\xeb\ \x57\xb2\xec\x84\x74\x84\x09\x46\x18\xce\x3e\x03\x7e\xfd\x10\x9a\ \xb7\x40\x9c\x32\xf1\x33\xba\xed\x98\x10\x27\xb6\xfb\xd5\x0f\x77\ \x8c\x99\x34\xbe\x22\x84\xd8\x21\xa6\x14\x21\x84\xdc\x74\x7b\xcd\ \xae\x54\x59\xd7\xb2\x30\x85\x83\x3c\x5b\x00\xa6\x0a\xd2\x95\xcc\ \x72\xdb\x36\x73\xd9\x3e\x7e\x34\x34\x70\x2c\x66\x33\xc0\x84\x18\ \xaa\x30\x4d\xa9\x03\x66\xde\xbb\x10\x58\xd3\x11\xe2\xdc\xb4\xc5\ \xc1\x4d\x00\x84\x75\x1d\x39\x26\xe3\x84\x18\x6a\x66\xc4\xbd\xeb\ \x70\xdb\x11\x88\x12\x43\xcb\x1a\xa3\x42\xa4\x4d\xce\x04\x56\x14\ \xa4\x2a\x80\x00\x18\x13\x96\xcd\x7d\x96\x3d\x7c\x3e\x1d\x02\x51\ \x54\xde\xb5\xa8\x4b\xe5\x01\x99\x4b\x1c\xef\x46\x13\xc5\x50\x1c\ \xf8\x3c\xef\x91\x89\x23\x6b\x3d\x99\x26\xac\x59\x03\x13\x26\x40\ \x5e\xde\x27\x6c\x5f\xd7\x4c\x76\x76\x2b\x2b\x84\xce\x26\x86\x10\ \x25\x44\x08\x21\x18\x53\x7b\x0c\x58\xbc\x2b\x56\xdf\xde\x39\x65\ \xd2\x69\x22\x6b\x19\x21\x4c\x58\xbc\xe1\xad\xd7\x17\x55\xb7\xdb\ \x53\xa3\x79\xfd\x36\x6d\xc1\x00\x80\x11\x77\x39\x56\x54\x04\x9c\ \x73\xc0\xaa\x64\x04\x97\xdb\xae\x10\x00\x80\x88\xa2\x00\xc1\x40\ \x90\x1b\x6f\x5a\xb8\x74\xf3\xa0\xc9\x53\x20\x00\x38\x6d\x72\x57\ \x20\x42\xb0\xa2\x00\x02\x70\x6c\xc6\x38\x56\x54\x44\x31\xb8\x0e\ \x77\x98\xf0\x9e\x08\x00\xae\x2d\x04\x36\xdb\xaa\x9f\x7b\xb3\xfa\ \xb2\xab\x2f\x8f\x14\xab\x44\x92\x13\x67\xdc\x76\x40\x9e\x04\xb8\ \xb0\x1d\x99\x45\x89\x15\xda\xb9\x63\xdd\x2b\x1f\xac\x8a\x31\x4c\ \xd5\xd0\xd0\x91\x63\x4e\x1a\x50\x0e\xae\x2b\x00\x13\xd1\xf1\xda\ \xbf\xe7\x47\x86\x4e\x98\x3c\xa8\x8c\xc5\xeb\x67\xbc\xbe\x7e\xe0\ \xb8\x89\x03\x4b\x28\x17\x08\x03\x70\xc1\x11\x55\xf6\xac\x7c\x7f\ \x79\x47\xf4\xec\x49\x43\x14\x37\x5b\x56\x84\x09\x06\xf1\xf1\x5a\ \x77\x84\x09\xeb\x9c\xf7\xe6\x3b\xe1\x21\x93\x47\x1a\x4d\xff\x99\ \xb1\xa4\x29\xc9\x09\xd5\x7a\x0e\x18\x7e\xda\xa8\x7e\x6a\x62\xc7\ \x73\x33\x16\x37\xa5\x18\xc6\xc0\xc1\x98\x7c\xf6\x59\xc3\xca\x03\ \x7b\x37\xaf\x9c\xf5\xd1\xe6\x56\x8b\x87\xf2\xbb\x4c\x9e\x38\xb6\ \x4f\x81\xca\xfc\xb4\xcf\xcf\xa1\xa2\x7c\x66\xf1\x8b\x71\xd7\xf9\ \xe4\xbf\xaf\x42\x3a\xb8\x00\x70\xf9\xe7\xf9\x77\xa4\xd7\x26\x9d\ \x86\xed\xdb\x61\xf8\xf0\x4f\x8a\x03\x02\x84\xc3\x38\x50\xd5\xaa\ \x1c\xc8\xa9\xf6\xd0\xdc\xb5\xcd\xb1\xb8\xda\xb5\xf7\xdc\x9d\xad\ \x4b\xe6\xbe\x7b\xf2\xe9\x53\xa3\xe5\x15\x99\x24\x35\x44\x30\x8a\ \xbf\xfc\xc2\x73\xef\xed\x64\x03\x06\xf5\x0b\x0c\xee\x0b\xdb\xb6\ \x6d\x5d\xbb\xad\xdd\x02\x42\x49\x7c\x6f\x6d\xcd\x9e\x36\x3b\xd5\ \xbe\x71\xcd\xea\x0f\x17\x2f\x5b\xbd\xb5\xc1\x05\x8c\x11\x22\x14\ \xb5\xd4\x6d\x5b\xb4\x78\xe9\x9a\xad\x7b\x6d\xa4\x68\x22\xb9\x7e\ \xcd\xf2\x65\xcb\x37\x34\x27\x39\xa1\xd8\x49\xb5\x6f\x5e\xbb\xfa\ \x83\x45\xcb\xb7\x35\xc6\x89\x42\xda\x76\x6f\x5b\xb8\x68\xf9\x86\ \xda\x36\xa4\x50\x0c\xac\x79\xf7\xf6\x65\x4b\x97\x7d\xb8\x74\xf5\ \xae\x36\x13\x21\xa1\xe7\xf7\xbc\xe0\xb4\xb1\x65\x8a\x59\xb3\x62\ \xd9\x82\xc5\xcb\x96\x2c\x5f\xbd\x66\xe3\x2e\x0b\x29\x90\x8e\xad\ \x59\xbe\x74\xd1\xaa\x6d\x31\x3b\x43\x65\x48\xa1\xad\x35\xeb\x16\ \x6e\xec\x18\x32\x6c\x48\xbf\x42\xfe\xca\xbf\xa6\xbf\xbc\xb6\x09\ \x2b\x94\xa8\x4a\xd3\xa6\xa5\x2f\xbd\x37\xf7\x85\xd9\x1f\xc5\x1c\ \x42\x08\x6c\x5d\xfc\xe1\xf2\x1d\x6d\x10\x08\x74\x6e\x7b\xff\xa7\ \x7f\x9f\xb1\x23\xad\x20\x8d\xaf\xfe\x68\xe9\xb2\x5d\x69\x95\x66\ \xc6\x19\x61\x42\xda\x6a\xd7\x7d\xb8\x7e\x37\xa2\xfb\xd5\x1a\x21\ \x84\x81\xa7\x56\x2e\x59\xb4\xa5\xdd\xb1\x5b\x6b\xe6\xaf\xa8\xe9\ \x36\x78\xe8\xb0\xee\xd1\x8f\xde\x7e\xee\x6f\x73\xaa\x85\xd9\x38\ \x6f\xe5\xa6\x48\xaf\x81\x63\x07\xf7\x3f\x61\x50\x55\x79\x44\xa9\ \x5d\xf2\xf6\xaf\xfe\xf1\x5e\x67\xa0\x64\x50\xef\xca\x80\x48\x75\ \x38\x0c\xfc\x4a\xe3\xc3\x67\x37\xf9\xf8\x92\xf8\x9f\x0e\xb4\xb5\ \x41\xcf\x9e\x07\x72\x30\x85\x00\xd4\x4a\x42\xef\x2d\xdd\x38\x61\ \x40\xcf\x67\x36\x34\x6d\x88\x8b\x4b\xa1\x70\xe3\xd6\x6d\x93\x26\ \x8c\x0f\x50\x10\xde\x28\x44\x84\x80\x5b\x8d\xb1\xce\x82\x7e\x03\ \xcf\x3c\x6d\x22\x54\x6f\x87\x57\xdf\x7e\xf9\xa9\xe9\xbd\xbf\x79\ \xfb\xa5\xe3\x0b\xe7\x3f\x3e\x63\x7d\xd9\x59\xd3\xa2\x2b\xff\xf0\ \xee\x9e\xc1\x7d\x4a\x6a\x76\xbc\x39\x74\xea\x95\xd7\x4d\xee\xb3\ \x6b\xd1\xeb\x8f\xbc\xb5\x36\xaf\xb8\xb8\xb8\x37\x94\x0c\x08\xa0\ \x74\xeb\xea\xf5\xeb\x37\x77\xd6\x76\x84\x07\xfd\xf8\xc6\x8b\x9b\ \x57\xbf\xfd\x9b\x37\x6b\xfb\xf5\xea\x71\x62\xa8\xc8\x68\x5d\xf9\ \xf0\xcb\x2b\xa2\xa5\x05\xad\x8d\x73\xc7\x9c\x7d\xd9\x65\x23\xf4\ \x17\x9f\xfe\xd7\x56\xa3\xb2\xbb\xd2\xfe\xfc\x3b\xd1\x9b\x6e\xb9\ \xb6\x67\xc7\xf6\x27\x5e\x5e\xf3\xbd\x1b\xaf\x4a\xd4\xed\xd8\x96\ \xe4\x1b\x97\xbe\xbf\xa7\x60\xca\x13\xb7\x05\x66\xbe\xf0\xf2\x0e\ \x91\x67\xa4\x1a\x67\xad\x1b\x7a\xeb\xb4\x53\xf2\x89\x0b\x02\x04\ \xe0\xe2\x2e\x7d\x26\x4f\x9e\x44\xd0\xb0\xb6\xda\xdf\x2c\x59\x57\ \x3f\x6d\x64\x57\x70\x9a\xdf\x59\x58\x7d\xf6\x35\xd7\xb4\x2c\x79\ \x7f\xfe\xb6\xe6\x0b\x07\x15\x0e\xa9\xd2\x56\x37\x37\x02\xe9\xbe\ \x79\xed\x86\x55\x9b\x5a\x47\xed\x68\xef\x5d\x00\x35\x49\xb7\xe7\ \xc8\x1e\x20\x75\x31\x4c\x50\x30\xd8\x59\xbf\xf1\xc3\xba\xaa\x89\ \x13\xfa\x43\x3c\xc1\xf6\x2b\xd1\xc6\x9a\x6e\xa8\x04\xb8\x40\x05\ \x85\x15\x13\x4e\x3e\xa9\x34\xc0\x42\xed\xb5\xff\x58\xb9\x29\x31\ \xac\x2c\x9c\x57\x34\x70\xe0\xa0\x51\x11\xd7\x26\x86\xe6\xec\xfe\ \xcd\xdb\x8b\x06\x9e\xfd\x9d\x9b\x4f\xef\x0d\x96\x0b\xaa\x2a\xec\ \x34\xb3\xb9\x4f\x4f\x87\xd1\x6e\xf2\xf1\x65\x30\xf0\x04\x00\x7c\ \xd2\xa1\x03\x84\x38\x17\x36\xe3\x9c\xf3\x3d\xbb\x6b\x5f\x78\x7b\ \x76\x9f\xc1\xc3\x06\x7e\xed\xbb\x77\x3d\xf1\xe2\x98\xe1\x43\x07\ \x84\x70\x67\x67\x7c\x5f\xfc\x8e\xbb\x02\x17\x5d\x71\xc9\x79\xa1\ \xea\x39\x3f\xfe\xc3\xdf\xe7\x6c\xae\x83\xb0\x32\x7e\x78\xde\xba\ \x6d\x75\x90\x68\xde\x16\x87\x61\x23\x7a\xa4\x63\xc9\xca\x41\x13\ \x6f\xbb\xfd\xa6\xef\x4f\xae\x5a\xb3\x70\x83\x99\x6a\x9c\x31\x7b\ \x75\xdf\xd3\xaf\xfa\xc9\x2d\xdf\xbe\xfe\xcc\x13\xa2\x90\x76\xc3\ \xdd\x2f\xbf\xec\x9b\xf7\xdc\x7a\xa9\xd2\xb8\x65\x79\x6d\xd2\x49\ \x27\xbb\x0e\x39\xe9\xae\x9b\xaf\x3d\xb5\xaf\x31\x73\xe6\x92\xde\ \x93\xbf\x7e\xcf\xed\x37\xde\x7e\x66\xf7\x05\x73\x66\xef\x4e\xba\ \x96\x08\x4f\x3d\xff\x8a\xdb\xef\xfc\xf6\x00\xb5\x71\xee\xfa\x26\ \xaa\x50\x95\x62\xa4\x04\xc7\x7e\xed\x1b\x97\x8e\xae\x50\xc2\xfd\ \xee\xbc\xee\xec\xce\x75\x8b\xe7\x6c\x36\x87\x0f\x1d\x3c\xa6\x5f\ \xd7\xea\x85\x0b\xd7\xed\x4d\x02\xc5\x20\xdb\xf5\xb5\xed\x9c\x37\ \x77\xde\xac\x97\x5e\x5b\xdd\xac\x4e\x1e\x59\x01\x18\xda\xb7\x6d\ \xa8\x71\xca\xa6\x9e\x3e\xe5\xac\x31\x5d\x57\x2d\x5a\x0d\x4a\xb0\ \x47\xef\x8a\xfa\xba\x56\xb3\x61\xe7\xca\xd6\xf0\xe5\x93\xfa\x6f\ \xda\xbc\xd5\x6e\x6c\x6a\x4b\x91\x41\xdd\xa3\xc0\x04\x42\xd8\x8e\ \x37\x2c\x5d\xf0\xe1\xf2\x9a\x96\xd6\x86\xed\xf3\xe6\x2f\xd9\x56\ \x9f\x24\x07\x2a\xd4\x26\x18\xa7\x93\x4d\x0b\xe7\xcd\x7f\xef\x3f\ \xcf\x3e\xbb\xa2\x7e\xd0\x98\x21\x11\x4a\xec\xf6\x3d\xcf\x4e\x7f\ \xe2\x97\x8f\x3e\xfe\xfb\x99\xcb\x5b\x1a\x5a\xe3\x09\x6d\xec\xc0\ \x32\x48\x5b\x82\xd9\x4d\x35\xdb\x76\x35\x24\x30\xf1\x99\xc9\xe7\ \x26\x1f\x00\x60\x59\x07\x72\x4b\x85\x69\xdb\x45\x66\xf3\xd4\x93\ \x4f\x8a\xc7\x93\xa9\x44\xe2\xc7\x77\xdc\x76\xd1\xcd\x77\x3f\xf7\ \xce\xbc\xd6\xed\x9b\x04\x26\xfb\xfb\xef\xbc\xb0\xff\xb8\x3b\x7f\ \x78\xd3\xb7\xa7\x0c\x0a\xb7\xae\x05\x14\x1a\x3a\x64\xb0\xb5\x73\ \xcb\xb6\xcd\x35\x1d\xa2\x70\x44\x97\x10\x03\x8c\x40\x00\x43\x85\ \x05\xf9\x21\xe4\x98\xc9\xd6\x36\x46\x7b\xf4\x2a\x07\xc1\x81\x10\ \x40\x80\x10\x02\xce\x40\x8f\x16\x07\x54\x33\x65\x23\x4c\x30\x02\ \xce\x05\xd8\xf1\xbd\x96\xd1\xb3\x5b\x39\x70\x28\xeb\xd9\x8d\xb2\ \xce\xe6\xb4\x50\x29\x16\xcc\x05\x1a\x28\x8d\x84\xdd\x94\x29\xc3\ \x88\x88\x28\xd0\x5e\xfd\xf8\xf3\x73\xfb\x9d\x71\xe1\xa8\x5e\xc1\ \xbd\x2d\x1d\x0e\xc2\x6d\x7b\x6b\x77\x24\xb4\xb3\xcf\x9d\xd2\x33\ \x84\x80\x09\xa9\x9d\xdb\xc9\xf6\xea\x9a\x2d\x2f\xcd\x9c\xab\x0e\ \x38\xed\xbc\xe1\xe5\xc0\xec\x0d\x6b\x56\x6c\xde\xb3\x7d\xfa\xdf\ \x1f\x7f\x6d\xe5\xce\xcd\x5b\x56\xaf\x6d\x12\x7d\x7b\xf6\x8e\xb6\ \xed\x5c\xb8\x6c\x55\x5b\xa8\xe7\x05\x93\x46\x42\xc3\xe6\xf9\xab\ \x6b\x4c\xad\x5b\xef\x3c\x4d\x36\xf3\x63\x56\xbc\x66\x67\x6d\x6d\ \x4b\x22\xde\xd1\xb2\x65\xfb\xee\xe6\x84\x2b\xbb\x49\x60\x45\xc1\ \x94\x00\xa5\x04\xb8\x10\x80\x30\x76\xad\x64\x75\xcd\x8e\x86\xb4\ \x76\xee\xd7\xae\xbe\x6e\x72\x2f\x27\x9d\xa6\xf9\x5d\xae\xf8\xd6\ \x75\x3f\xbf\xf9\xbb\x77\x5e\x3c\xba\x30\x48\x05\xb6\x5b\x52\x1c\ \x14\x05\xe9\x68\xe1\x5b\x33\xff\xfd\xe1\x6e\xa4\xfa\xe4\xe4\x73\ \xd3\x57\x1c\x84\x80\xa6\x41\x7d\xfd\x01\x2d\x2a\x9b\x83\xbd\xbb\ \xa6\x3f\x6b\x3e\xf7\xb4\x53\x89\xa2\x00\xc0\xbd\xbf\xfc\x79\x64\ \xe2\x85\xf7\xbc\xbd\xca\x72\x19\xf2\x62\x55\x08\x61\x61\xed\xd9\ \xb9\xa3\xb1\xcd\xe9\xd6\xb3\xdf\xb0\x82\x48\x0a\x29\x05\x7d\x47\ \x0c\x0d\xef\x7d\x64\xc6\xa2\x70\xd5\x80\x2e\x21\x85\x71\x39\xdd\ \x95\x73\xce\x39\x77\x49\xa8\xac\xbb\xee\x2e\x5b\xb2\x3a\x95\x32\ \x53\x89\x94\xcb\x32\xb3\xcd\x80\x73\x2e\x64\x22\x8c\xe0\x42\x08\ \xce\x40\x2f\xec\x5f\x60\x2d\x5b\xb1\xce\x4a\x26\x56\x2d\x5d\xcb\ \x03\x5d\xba\x87\xb1\xcd\xe4\xc1\x82\x67\xba\xc0\x09\x21\x90\x82\ \xd2\x0b\x5f\x7b\xb5\xb1\x74\xdc\xe5\xe3\xba\x43\xd2\xed\x5a\x56\ \x14\xa4\x74\xc8\xd8\x53\xaf\x3c\xef\x8c\x0b\x4f\x19\x5e\x1e\xd5\ \xdf\xdb\x19\xdd\x00\x00\x20\x00\x49\x44\x41\x54\x18\xe3\x00\xe0\ \xba\x6e\xa4\xcb\x90\xeb\xae\xbd\xf6\xfe\x9b\xce\x6b\x5d\x3d\x7f\ \xf1\xae\x14\xc4\x77\xcc\xdb\x6a\x9f\x77\xfe\x79\x67\x8d\x1e\x32\ \x75\xea\x79\xa7\x96\xa6\xe6\x7c\xb4\x59\xeb\x51\x55\xa1\xd6\x3e\ \x35\x7b\x7d\xdf\x01\xfd\x42\xdd\xab\x46\x16\x74\x4c\x7f\x7d\x51\ \x7e\xbf\xaa\x22\x9d\x08\x01\x9c\x33\xa3\xb0\xcf\xe5\x57\x5e\x76\ \xe1\xa8\xca\x8a\xaa\x51\x37\x5c\x73\xf1\xf8\x3e\x11\xe6\x70\x84\ \x78\x63\x6d\x5d\x53\x2c\x11\xdb\xbd\xab\xa6\x19\x15\x04\x75\xe6\ \x38\x81\xbc\xca\x2b\xaf\xbc\xfc\xea\xaf\x9f\x7b\xca\x09\x3d\x14\ \xc1\xb8\x10\x1c\x04\x20\x84\x30\x11\x8e\x8d\x8a\xba\x8d\xaa\x8a\ \xbc\xfa\xf2\xbb\x3b\x1a\x3b\x45\x3a\x9d\xb2\x5c\x3f\x46\xe7\xeb\ \x4d\x3e\x00\x74\x1d\x2a\x2b\x61\xd3\xa6\x03\xdc\x82\x30\x72\xb5\ \xc0\x9e\x8e\xc6\x22\xbb\xba\x47\xa8\x30\xa8\xa9\x36\xe3\x2a\xc1\ \xbf\xfb\xdd\xef\x6e\x4a\x24\x9e\x9c\xb5\x78\xf4\xf9\x97\x2a\x8a\ \xca\x5c\x17\x10\x46\x22\xbd\x72\xd1\x7b\x0b\xaa\x3b\xa8\x4a\x2e\ \x9e\xb7\x79\x4c\xcf\x2e\x10\xec\x7a\xe6\x89\x3d\x9e\xfb\xf3\xf2\ \xb3\xbf\xde\x17\x90\x8b\x08\x55\x28\x06\x01\x08\x63\x95\x22\x17\ \x17\x5c\x7a\xf1\x19\x8f\xcd\x78\xf7\xa7\x1b\xe7\xe6\x77\x1b\x79\ \xc5\x98\x82\x80\xae\x20\x24\x00\x90\xaa\x50\x8a\x01\x61\xaa\x12\ \x0c\x20\x80\x44\xce\xff\xda\x59\x4f\xbc\x34\xe7\x9e\xdf\xbd\x2f\ \x48\xfe\x37\xa6\x9d\x51\x40\x12\x88\x52\xa9\x6d\x53\x4a\x15\x82\ \x04\x60\x5d\x53\xad\x58\xfd\xfb\xcb\x76\xc6\x0b\xe0\xf7\x8f\x6c\ \xa6\x81\x6e\xdf\xbe\x62\xf2\xe5\xf5\xad\x4f\x3d\xf6\x88\xa1\x2a\ \xdd\x86\x4f\xb8\xfa\x8c\xd1\x21\x10\x00\x02\x13\xaa\x50\x30\x53\ \x56\xf1\xd0\x49\xd3\x36\x6c\x7e\xf3\xbd\xc5\x05\xfd\x3a\x52\xe1\ \x5e\xe7\x4c\x18\x9a\x0f\x36\xa8\x54\x8f\x6d\x79\xe8\x83\xb5\x1d\ \xa7\x5f\x32\xa2\xb2\x78\x49\x5c\x1d\x35\xa0\x1c\x4c\x3c\x7a\x64\ \x9f\x7f\x7c\xd8\x36\xbc\x4f\x0f\x8c\xb2\x45\xea\x82\x89\x54\xaa\ \xa4\xcf\xf8\x8b\x2a\x82\x3c\x91\x02\x26\x00\x30\xc6\xf6\xba\x8f\ \xe6\xbe\xb3\xa5\x99\xd9\x4e\xc9\x98\x33\x4e\xac\x8c\xb2\x2d\xa0\ \x50\xc2\x1d\x07\x98\xcd\x04\x20\xac\x62\x45\x27\xf1\xe6\x67\x9f\ \xfc\xfb\x5b\x0a\x98\x0c\x46\x9e\xf6\xf5\x4b\xbf\xf1\x8d\xf4\xf3\ \x33\xff\xf8\x97\xbf\x87\x03\xb4\xbd\x53\x4c\x18\x95\x07\x7e\x12\ \xc1\xe7\xc2\xbe\x7e\xe1\xaa\xaa\xde\x75\xf7\x8f\x43\xc1\xa0\xdf\ \xe6\xe6\x30\x41\x51\x94\xfa\xfa\x3d\xdf\xb9\xf6\x9a\xc3\xd5\x2f\ \x5c\x08\x38\xff\x7c\x68\x6d\x85\x45\x8b\xf6\xf3\xd1\x9a\xeb\xb8\ \x65\xd6\x6d\xdd\xb8\x61\xd6\x4c\xee\xd8\xa9\x64\xe2\xe9\x8d\xad\ \xff\x7d\x77\x8e\x4a\x09\xa5\xd4\x76\xdc\x3b\xee\xb8\xa3\x80\xf2\ \x9f\xdf\xf9\x7d\x8c\x10\xe3\xd2\x1e\xb1\x52\xa6\xe3\xa6\xac\xbc\ \x69\x57\x2a\x23\x87\xb0\x47\xfe\xb0\x6b\xc5\x5b\x8f\x2f\xb1\xef\ \xb8\xfe\x92\x62\x6c\xdb\xb6\xed\x0a\xac\xa9\x54\xb8\x8e\xc5\x40\ \x53\x29\xa5\xd4\x35\x13\xb1\x84\x89\x14\x23\x6c\x28\xcc\x61\x54\ \x55\x08\x12\x96\xe5\x60\x45\xc1\xc2\x75\x04\xd6\x28\x01\x00\x4c\ \xa9\x6b\x26\x3a\x12\x96\x16\x8a\x86\x0d\xc2\x6d\xd7\xb2\x1d\xac\ \xa8\x0a\x01\xdb\xb2\x05\xa6\x2a\x11\xa6\xc3\x15\x8a\x2d\xd3\x76\ \x5c\xc7\x61\x1c\x63\x1a\xcd\x8b\xaa\x98\x27\x3a\x3b\x53\x8e\xd0\ \x8c\x40\x48\x53\x64\x96\x12\x67\x8e\xc3\x90\xa6\x52\x40\x18\x0b\ \x27\x99\x76\x30\xc1\x80\xa8\xae\xe2\xec\xea\xf2\x74\xda\x51\x0d\ \x9d\x30\xc7\xe6\xa0\x6a\x0a\x70\x81\x90\x48\x5b\xae\xaa\xaa\x64\ \xff\x50\x2a\x22\x0a\xc6\x9c\xd9\xfb\x22\x6b\xcc\xb5\x13\x29\x93\ \x63\x25\x1a\x0d\x51\xc1\x99\xeb\x5a\x2e\xd7\x54\x25\x27\x7b\x95\ \x9b\xa6\x65\x5a\x36\x07\x10\x00\x9a\x11\x8c\x04\x0d\xe0\x76\xbc\ \x33\x61\x3a\x42\xd5\xf5\x90\xa1\x1e\x87\x0e\x1d\xe7\x28\x14\xc5\ \xf9\x65\x9f\xf2\xc7\x2f\xb4\x5f\x38\x42\x88\x31\xf6\xdc\xb3\xcf\ \xb6\xb5\xb6\x38\x8e\x83\xfc\x06\xcb\x87\xc3\x7f\xc6\x38\x9d\x4e\ \x1f\xc6\xa5\x45\x08\x26\x4d\x82\x9f\xfd\x0c\x56\xae\x84\x91\x23\ \x73\x39\x0b\x83\xa8\xec\x37\xa8\xbc\xcf\x40\x40\x28\x95\x4a\xbe\ \x70\xe7\x4f\xac\x74\x8a\x04\x02\x94\x52\xe6\x3a\xf7\xfc\xe4\x9e\ \x1b\xae\xbf\xe1\x17\x0f\xfe\xe9\x27\x3f\xb8\x99\x52\x2a\x84\x50\ \xa8\x9e\x57\x9a\x8f\xe6\x2d\x80\xda\x3a\xfb\xea\xa9\xff\xf8\xc7\ \xf4\xda\x38\xb9\xe0\xe2\x8b\x8a\xa9\xc3\x5c\x41\x15\x95\x4a\xd7\ \x8b\x28\x01\x05\x38\x17\xcc\x75\xb1\x62\x14\x16\x04\x40\x08\x0e\ \x42\xa1\x94\x73\x2e\x00\x69\x86\x06\x5c\x08\xa4\x1a\x90\xb1\x1e\ \xb8\xeb\x12\x35\x20\x8f\x64\x0e\x03\x84\x34\x43\x07\xce\x85\x00\ \x55\xd3\xe4\x59\x03\x3a\x08\x0e\x4a\x48\xd9\xf7\x06\x38\x63\x1c\ \x05\xc3\xd1\xa0\xfc\x2d\x4b\x29\x84\xaa\x54\x01\xce\x05\x08\x2e\ \x10\x0d\x06\x69\x76\x2c\xb6\xc8\x2e\x09\x09\x06\x08\x17\x02\x51\ \x45\x47\x48\xe6\x2e\x09\x81\x03\xba\x26\x3e\x71\x13\x16\xcc\x61\ \x6c\xbf\xaa\x1e\xaa\x68\xf9\x79\xba\xbc\x81\x70\x00\x44\x68\x80\ \xc2\x7e\xcf\x43\x24\x10\x0c\x06\x82\x41\xef\x42\xb9\xeb\x20\x84\ \xc3\x91\x68\x38\x73\x21\xfe\xdc\xa2\xff\x6f\x9f\x4e\x08\xb1\x7e\ \xfd\xda\xba\xba\x3a\x2b\x9d\x46\xd8\xd7\xa1\x0e\x13\x7b\x20\x5d\ \x37\xd4\xc3\xd7\xf4\xf6\xac\xb3\xe0\xfe\xfb\xe1\x85\x17\xf6\xe7\ \x26\x2e\xb8\x8b\x30\xd1\x30\x42\x08\x38\x96\x7b\x48\xa4\x52\x29\ \xce\xf9\xb5\xd7\x5e\xbb\x75\xe3\xfa\x68\x28\xf4\xce\xf6\x6d\xe7\ \x4c\x99\x74\xe2\xc8\xe1\x8c\x33\x81\x91\xb0\x6d\xf4\xd2\x2b\x38\ \x2f\x42\xa6\x9c\x7b\x69\x69\x39\x41\x34\x12\x50\x98\xed\xc0\xfe\ \x1d\x0f\xbd\x44\x45\x91\xf3\x38\x87\xac\xab\xc4\xbd\x47\x72\x2f\ \x67\xbf\x72\x16\x2f\x7d\x41\xec\x7f\xce\x4f\xb6\x4e\xe0\x07\xd0\ \xf8\xf7\x3d\x4b\x1c\xa8\x15\xa3\xf7\xa0\xf8\x94\xcb\xfe\xdf\xf8\ \xe4\x39\xf9\x01\xcc\x84\x83\x3f\xeb\xb8\xb3\x9b\x18\x1c\xfe\x6e\ \x1b\xd4\x63\x75\x21\x44\x30\x18\xaa\xaa\xea\xe3\xcf\x80\x3a\x02\ \xce\xdd\xe1\xba\x99\x0e\x1e\x0c\xe7\x9f\x0f\x4f\x3f\x0d\xdf\xfe\ \x36\xf4\xcd\x0c\xfb\x46\xf9\x25\x88\x67\xed\x01\x84\xc0\x48\x51\ \x4d\x6f\x6f\x6f\xbb\xe5\x96\x5b\x2e\xbf\xfc\xf2\x2b\xaf\xbc\xf2\ \xdf\x4f\x4f\xff\xed\xaf\xef\x53\x14\x55\xd3\x34\x91\x17\xc5\x00\ \xa0\x07\x61\xd1\x42\xf4\xc6\xdb\xf0\xad\x6b\xf1\x84\x29\x05\xb6\ \x03\x82\x83\x10\xfe\x2d\xcb\x47\x46\x3d\x38\xcc\x0d\x52\xe0\x63\ \x5a\xb8\x10\x82\x52\x5f\x1d\x3f\x02\x9f\xec\xe1\xbc\xad\xfe\xe0\ \x07\xf0\xea\xab\x70\xdf\x7d\xf0\xf4\xd3\x80\x31\x00\x20\x75\xbf\ \x39\x62\x0a\xd5\xdb\x63\xb1\x3b\xee\xb8\xc3\x30\x8c\xb7\xdf\x7e\ \xfb\x81\x07\x1e\x50\x02\xc1\x86\xf6\xf8\x98\xd1\xa3\xf7\x1d\x64\ \x5a\xf0\x9b\x07\x21\x1c\x81\x5b\x6e\x41\x40\x41\xcd\xfa\xfe\xfe\ \x87\xe7\xe3\x88\x69\x20\x9f\xdc\x36\x3e\x0e\x37\x0e\xef\x47\x3a\ \x7c\x38\xfc\xec\x67\xf0\xfc\xf3\xf0\xe8\xa3\x07\xfc\x3b\x41\xa8\ \xa1\xa1\xa1\x77\xef\xde\xff\xfc\xe7\x3f\xab\xaa\xaa\x66\xcf\x9e\ \x5d\x59\x51\xf1\xde\xbb\xef\xee\x77\xd0\xef\x7e\x0b\xef\xbc\x0d\ \xf7\xde\x0b\x55\x55\xfe\x26\xf1\x71\x94\xf5\x26\x00\xe0\x9c\xf9\ \x2b\x72\xd8\xef\x06\xf8\xb0\x0f\xf6\x82\x1b\x6f\x84\x8d\x1b\xe1\ \xee\xbb\x41\x51\xe0\xbb\xdf\x85\xfd\x47\x89\x71\xce\xff\xf4\xa7\ \x3f\x0d\x1b\x36\x2c\x14\x0a\xdd\x74\xd3\x4d\xb7\xde\x7a\x6b\x6b\ \x6b\xeb\x8d\x37\xde\x98\xf9\xb3\x6d\xc3\x1f\xff\x08\xf7\xdf\x0f\ \xb7\xde\x0a\x57\x5f\xed\x7f\x5e\x3e\x8e\x09\x6e\x0a\x85\xc2\x7e\ \x84\xee\x70\x7b\x73\xe9\x74\xfa\xb0\x9b\x4e\xba\x0e\xbf\xff\x3d\ \xb8\x2e\xfc\xe0\x07\xb0\x6a\x15\xfc\xfc\xe7\xd0\xb5\xeb\x3e\xbb\ \x89\x90\xd3\x4e\x3b\x4d\xfe\x5c\x56\x56\xf6\xe8\xa3\x8f\xb6\xc5\ \x62\xdd\xa5\x7d\xb4\x7d\x3b\xfc\xf4\xa7\x30\x63\x06\xdc\x70\x03\ \xdc\x7b\x2f\xf8\x0e\xbe\x8f\xa3\xce\x4d\x42\x08\x45\x51\x6e\xf8\ \xde\x8d\x86\x61\xf8\x5a\xf8\xe1\x5a\x6b\x4a\x5b\x5a\x5a\xfe\xf0\ \xfb\x87\x74\x5d\x3f\xec\xf7\x80\x68\x14\xfe\xfa\x57\xe8\xd3\x07\ \xee\xbf\x1f\x66\xcd\x82\x9b\x6f\x86\x69\xd3\xa0\x5b\x37\x00\xf8\ \xd8\x4b\x97\x94\x94\x94\x94\x94\xc0\x8e\x1d\xf0\xef\x7f\xc3\x63\ \x8f\x41\x32\x09\x0f\x3e\x08\xd7\x5f\x0f\x9a\xe6\x7f\x64\x3e\x8e\ \xe6\x7e\x41\x08\x79\xb7\x71\x6f\xca\xb0\x8f\xc3\x01\x42\x08\xe7\ \x7c\xd7\xce\x1d\x25\xa5\xa5\x85\x85\x45\x87\xdd\x7a\x0a\x04\xe0\ \x9e\x7b\xe0\x94\x53\xe0\xd7\xbf\x86\x1f\xfe\x10\x1e\x7c\x10\x26\ \x4c\x80\x93\x4f\x86\x41\x83\xa0\xb2\x12\x82\x41\x88\xc7\xa1\xb6\ \x16\xd6\xaf\x87\xf9\xf3\x61\xf1\x62\x88\xc5\xe0\x92\x4b\xe0\x47\ \x3f\xda\x2f\xff\xc0\x87\x8f\x63\xc1\xa7\x3b\x42\x62\xed\x57\xd8\ \xa1\x93\xb9\xdd\x8e\xe3\x1c\xb9\x57\x1d\x3f\x1e\x66\xce\x84\x45\ \x8b\xe0\xe5\x97\x61\xfe\x7c\x58\xb0\x00\xda\xda\xf6\x25\xa7\x10\ \x02\x85\x85\x50\x51\x01\xdf\xf9\x0e\x5c\x74\x11\x9c\x78\xa2\xff\ \x31\xf9\x38\x16\xb9\xc9\xc7\x11\x00\x42\x08\x1d\xe1\x58\x3c\x21\ \x30\x71\x22\x4c\x9c\x08\xf1\x38\x34\x37\x43\x2c\x06\xa6\x29\x2f\ \x05\x74\x1d\xf2\xf2\xa0\xa4\x04\xb2\x99\xcd\x3e\x7c\xf8\xdc\xe4\ \xe3\x88\x23\x1c\x06\x7f\xf4\xb6\x8f\x2f\x09\x7c\x75\xc9\x87\x0f\ \x1f\x3e\x37\xf9\xf0\xe1\xc3\x87\xcf\x4d\x3e\x7c\xf8\xf0\xb9\xc9\ \x87\x0f\x1f\x3e\x7c\x6e\xf2\xe1\xc3\x87\xcf\x4d\x3e\x7c\xf8\xf0\ \xe1\x73\x93\x0f\x1f\x3e\x7c\xf8\xdc\xe4\xc3\x87\x0f\x9f\x9b\x7c\ \xf8\xf0\xe1\xc3\xe7\x26\x1f\x3e\x7c\xf8\xdc\xe4\xc3\x87\x0f\x1f\ \x3e\x37\xf9\xf0\xe1\xc3\xe7\x26\x1f\x3e\x3e\x06\x11\x6b\xd8\x51\ \x53\xd7\x06\x22\xb9\xf4\xbd\x99\xef\x7c\xb0\xd6\xdd\xf7\x17\x7b\ \xcf\xf6\xea\xfa\xb6\x34\x38\x1d\xf3\x5e\x78\xfc\xa5\x05\xdb\x01\ \xdc\xba\x9a\x6d\x7b\xdb\x52\xfe\xaa\xf9\xf8\x1c\x38\x48\x1f\x02\ \x82\x31\xa5\x94\x0b\x0e\x02\x38\xe7\x98\x60\x82\x09\xc2\x18\x21\ \xc4\x19\xe3\x9c\x0b\x10\x04\x13\xc7\x71\x38\xe7\xaa\xaa\x12\x42\ \x84\x10\x8c\x73\xc7\xb6\x85\x10\x8a\xaa\x12\x8c\xb3\x5d\xa1\x38\ \xc2\xd8\x75\x5d\x00\xc4\x39\xff\x64\x77\x4d\x84\x10\xa5\xc4\x75\ \x99\x9c\x6d\x9b\x33\xfe\x10\x65\x7f\x15\x72\xda\x2d\xc6\xd8\x71\ \x5c\x79\x52\x84\xe0\xd3\xfa\x4d\x61\x8c\x08\x26\x84\xca\x99\xf7\ \x1c\x63\x8c\x11\x62\x9c\xc9\xe1\x61\x08\x23\x00\x44\x09\xc9\x9c\ \x07\x63\x79\x36\xce\x39\x67\x1c\x63\x8c\x09\x91\x4d\x22\x31\xc6\ \x72\x5c\x63\xf6\x4a\x32\xa3\x1b\x31\x42\x72\x50\x63\x76\x73\x02\ \x20\x00\x01\x5c\x70\x04\x08\x10\xd8\x96\xed\x72\x7e\x24\xfa\xa1\ \xf0\xc4\xea\x05\x73\x16\xad\xa9\x4e\x0b\xbd\xc7\xc0\xd1\xa7\x9d\ \x3a\x26\xfa\xc5\x35\x98\xb0\x9a\x57\xfe\xfd\xa9\x05\xa3\x2f\xba\ \x6c\x5c\xdf\x32\xe0\xf1\x37\x1f\xbe\x7b\x46\xcb\xb8\xa7\xfe\x78\ \xde\x2b\xff\xfc\x47\x62\xf0\x95\xa7\x4e\x1c\x9a\x39\x2e\xb6\xee\ \xa1\x9f\xfe\x44\x9c\x74\xdb\x03\x97\xf5\x9f\xfb\xfc\x53\x2d\x53\ \x47\x4f\x1b\xb6\xea\x81\xbb\x7f\x1a\x3d\xf7\xee\x9f\x5f\x32\xf0\ \xb5\xa7\x9e\xc4\xe3\xae\x9d\x36\xba\xcc\xdf\x72\x3e\xbe\x00\x6e\ \xc2\x18\xb7\x77\xc6\x9b\xdb\x63\xba\xaa\x62\x8c\x83\xc1\x60\x22\ \x1e\x4f\xc4\xe3\x96\x65\xba\xae\xab\x6b\x9a\x1e\x08\x28\x54\x8d\ \x27\xe2\x3d\x7a\x74\x37\x74\x7d\xe3\xd6\x6d\xb1\xf6\x76\x4d\x55\ \x03\x81\x60\xaf\x5e\xbd\x54\x4d\xad\xa9\xa9\x49\xa5\xd2\x8a\xa6\ \x06\x0c\x83\x52\x9a\x4c\x26\x4b\x4a\x8a\x1d\xdb\x0e\x85\xc2\xc1\ \x50\x98\x73\x2e\x84\x20\x18\x03\x00\x17\xdc\xb2\xac\x8e\x8e\x78\ \x61\x51\x21\xc6\x98\xb9\x8c\x10\x82\x30\x02\x00\xdb\xb2\x5d\xd7\ \x55\x54\x05\x21\xe4\x38\x4e\x2c\xd6\x69\x9a\x56\x41\x41\xbe\xaa\ \xaa\xba\xae\x3b\x8e\x8b\x10\x10\x4a\x10\x64\x48\xc1\xe3\x34\xcb\ \xb2\xda\x62\x1d\x1d\x1d\x31\x4c\x48\x28\x14\x32\xd3\xa6\x65\x99\ \x91\x48\x54\x80\x10\x9c\xdb\xb6\x03\x08\x5a\x5b\x5a\x34\x5d\x53\ \x15\x2d\x9d\x4e\x11\x85\x22\x00\x5d\x37\xc2\xa1\x50\x22\x99\xec\ \xec\xe8\x60\xcc\x15\x82\x5b\xa6\xa5\xa8\x0a\xc6\x98\x31\xe6\x38\ \x0e\x25\x54\x55\x55\x2e\xb8\x69\xd9\x08\x21\x39\x6c\x0e\x01\x08\ \x00\xd7\x65\x94\x52\x4d\xd3\x6c\xc7\x61\x2e\xeb\xd3\xbb\x67\x5e\ \x5e\x84\xb1\xc3\xdc\xe3\xd8\x69\x79\xf1\x8f\xbf\x7a\x66\x5e\x75\ \x41\x79\x65\x00\x9b\x5b\xeb\x9c\x31\x93\xc6\x44\x89\x59\x57\xbd\ \xbd\x35\xc9\x8b\xba\xf7\xa8\xc8\x0f\x81\x9b\xae\xdf\x5d\xd7\x1a\ \x4b\x0a\x35\x54\x5a\x9c\x97\x6c\x6d\x88\xbb\x6a\x45\xaf\xaa\xc2\ \x00\x31\x3b\x9a\x6a\xf7\x34\xa5\x6d\x57\x0d\x15\xf6\xe8\x55\x69\ \x60\x30\xe3\x8d\x3b\x76\x36\x98\x0c\x45\x8a\x2b\x7b\x77\xcd\xb7\ \x5a\x36\xbd\xf9\xfa\x9b\x56\x69\xef\x10\x1e\x51\x55\x51\x54\x75\ \xc2\xb8\x31\x6d\x43\xc2\x0a\xd1\x02\x7a\x7b\xbc\x79\xdd\xe6\x2d\ \x61\x2d\xda\xb3\x47\x99\x12\x2a\x1b\x31\x7a\x22\xee\xdb\x4d\xc3\ \x82\xaa\xba\x82\x05\x84\xbb\x9e\x30\x66\x62\x5e\xdf\xee\x22\x56\ \x3b\xef\xf5\x99\x58\x0c\x1a\x14\x1e\x50\x50\x54\x10\xdf\xbb\x1b\ \x17\xf7\xed\x5d\x16\xe8\x6c\xde\xbe\xbd\xde\xad\x1a\xd8\x27\xa4\ \xf8\x5d\xea\x7d\x1c\x0a\x37\x69\xaa\xba\xb9\x66\xc7\xeb\xef\x2f\ \xee\xdd\xa3\x87\x42\x70\x45\x97\xf2\xf5\xeb\xd6\x6d\xaf\xde\xb6\ \x78\xe1\x22\xee\xba\xdf\xf8\xc6\xa5\xa5\x65\x65\x9d\x09\xb3\xba\ \xba\xa6\xb2\x5b\xd7\x93\x4f\x9a\xf0\xe2\x4b\xcf\xcf\x7a\xef\x9d\ \x6e\x15\xdd\x26\x8e\x9f\x74\xea\xa9\xa7\x85\x42\xa1\x79\xf3\x97\ \x7c\xb4\x6c\x19\x07\x51\x59\xd9\xad\x67\x8f\xee\x4d\x0d\xf5\x53\ \x4e\x39\x35\x14\x0a\xf6\xea\x33\xa0\x30\x3f\x1c\x8f\xa7\x31\x86\ \x60\xc0\x00\x00\xce\x45\x73\x73\xcb\xea\xd5\xeb\x42\xe1\x68\xf7\ \xee\xdd\xd3\xe9\xb4\x61\x18\x9a\xa6\x22\x04\xb1\x58\x2c\x91\x48\ \xe8\xba\x61\xdb\x8e\xa6\xf1\x0d\xeb\xb7\xcc\x9a\x35\xe7\xfa\xeb\ \xbf\x9b\x9f\x9f\xaf\x69\x9a\x61\x04\x74\x9d\x62\x02\x42\x30\x84\ \x90\xe7\xa5\x72\x2e\x6a\x6a\x6a\x37\x57\xd7\xad\x5a\xb3\x46\x21\ \xb4\xa2\xa2\x62\xd3\xa6\x8d\x3b\x76\xee\x9c\x38\x71\x62\x5e\x5e\ \x1e\x46\x78\xf3\xe6\xcd\xb6\x63\x2d\x5b\xb6\x94\x10\x12\x8d\x46\ \xda\xdb\xdb\x09\x21\x42\x40\x41\x61\xc1\xa8\x13\x46\xa5\x52\xa9\ \x85\x0b\x3f\x10\xae\xd3\xd6\xda\xbc\xbd\xa6\x3a\x1c\x89\x18\x46\ \x30\x95\x4a\xc5\x3b\xdb\x83\xc1\x70\x69\x59\x99\xe3\x38\x7b\x1b\ \x1b\x05\x60\x45\xa1\xd2\xf2\x0a\x85\x23\xc1\x48\x1e\x08\xd1\xa3\ \x67\xaf\xfc\xc2\x42\xc7\x61\xdf\xba\xfc\xe2\x31\xc5\x85\x69\x66\ \x1d\xd6\x8f\x70\xfb\xc2\x37\x9e\x7d\x7b\xc3\x88\xab\x7f\xf6\x7f\ \xd7\x4c\x0a\x08\xab\xad\x83\x17\x68\xa9\xd9\xd3\xff\xfc\xb7\x17\ \x66\xb5\x9a\xa8\xa8\xd7\xe8\x5b\x7e\xfe\x8b\x93\xd5\x15\xbf\xfd\ \xe9\x03\x6b\x76\x9b\x54\x0b\x57\x56\x14\x27\x1a\x77\x35\xc6\xd1\ \xe8\x73\xbe\x73\xdf\x0f\xbf\xbe\xe5\xbd\xbf\xdc\xf5\xd8\x02\x46\ \x28\x22\x91\xc9\xd3\xae\xfb\xe1\xb7\xcf\x6a\xdc\x30\xe7\x81\x07\ \x9e\xef\x04\x2e\xc2\x3d\x6e\xf8\xe9\x83\xa7\xe9\xc1\x82\x42\x3c\ \xef\x85\x3f\xcf\x9e\x35\xf6\xa1\xfb\x6f\x6f\xdc\xb1\xec\xc3\xad\ \xc1\x5b\xaf\xaa\xd2\x0c\x65\xfb\xf2\xd7\xff\x6f\xe9\x7f\x99\x56\ \x32\xed\xb6\x5f\x5f\x3f\xd9\x5e\xb5\x64\x89\xae\x8d\x62\x63\x07\ \x22\x00\x40\x18\xec\x96\x15\x8b\x16\x77\xed\x32\x79\x6a\xef\x68\ \x34\x1a\x59\xf9\xce\x13\x77\x7d\xd0\xf5\xc6\x3b\xae\xf8\xf0\xd1\ \x9f\xd7\x57\xdd\xfa\xf4\x2f\x2f\x7a\xff\x6f\x77\xff\x76\xc3\x90\ \xe7\xa6\xff\x34\xa4\xf8\x3b\xd1\xc7\xa1\x70\x13\xe7\x2c\x1c\x0e\ \x8f\x1c\x3e\x7c\xf8\x90\xc1\x86\xa6\xa6\x53\xa9\x48\x30\x38\xa8\ \x7f\xbf\xf6\xd6\xb6\x4d\x1b\x36\xc4\xda\x63\x95\x95\x95\xc3\x87\ \xf5\x53\x14\x5a\x5d\xbd\xf5\xc9\x27\x1f\x8f\x44\x23\x86\x61\x28\ \x94\x26\x13\x89\xc6\xc6\x06\xc3\xe8\xd9\xb3\x67\xcf\x50\x24\xbc\ \x7e\xe3\x46\x8a\x20\xd6\xd6\x62\x59\x36\xe7\x6e\x61\x61\x81\x42\ \x95\x74\xda\x31\x4d\x4b\xd7\x14\x84\xc0\xb2\x6c\x55\x55\xf3\xf2\ \x22\xc5\xc5\xc5\x3b\x77\xee\xac\xac\xac\x54\x55\x55\x08\xc1\x98\ \x00\x60\xa1\x50\x48\x4e\x58\x40\xc8\x6c\x68\x6c\xa8\xac\xac\x0c\ \x85\x42\x8c\x31\xcb\xb2\x38\xe7\x86\x61\xa4\x4d\x53\x08\xae\x28\ \x48\x76\xe9\x57\x14\x15\x21\x0c\x02\x51\x4a\xfb\xf6\xe9\x93\x9f\ \x97\x17\x08\x04\x52\xa9\x74\x7b\x5b\xeb\xae\x9d\x3b\x6d\xd3\xe2\ \xae\x6b\x39\x4e\x71\x51\x51\x30\x68\x00\x67\x7b\xf6\xec\x01\x84\ \xcc\x54\xda\x08\x04\x82\x81\x40\xb2\x33\xce\x1c\x67\x40\xff\xfe\ \x4b\x97\x2c\x51\x54\xc5\x4c\x19\x91\x68\x1e\xc6\x58\xd3\x54\x42\ \xb0\xeb\x3a\xd1\xbc\x3c\x5d\xd7\x15\x4a\xf3\xf3\xf2\x05\xc6\xcc\ \x75\x6d\xdb\xce\xcb\xcf\xa7\x54\x09\x86\x42\x42\x08\xce\x58\x79\ \x59\x59\x41\x61\x61\x30\x18\x60\x87\x7d\x30\x04\xaf\xad\xdb\x9a\ \x30\xca\x27\x9e\x39\x31\x80\x00\x90\x56\x90\x0f\x89\xf5\x6f\x3c\ \xfd\xd2\xdc\x41\xdf\xf8\xf5\x1d\x67\x06\x1e\xba\xf3\xb6\x27\x9e\ \x99\x33\xe2\x6a\xda\x92\x54\x2e\xbe\xe5\x37\xa7\x44\x66\x7f\xff\ \x97\x0b\x6e\x7d\xf4\xb1\xe0\xa2\xa7\x1e\x9a\xf5\xce\xda\xd6\xaf\ \x2b\x66\xbb\x9d\x37\xee\x2f\x8f\xdd\xd5\xf1\xd6\x83\x3f\x79\xee\ \x5f\x23\xc6\x8c\x3b\x7b\xc4\x29\xd7\xdf\x5a\xd0\xb8\x67\xf3\xcb\ \xaf\xbc\x3d\x7f\xde\xfa\x49\xe7\x22\xcb\x0c\x5c\x7a\xe7\x2f\x2e\ \x3b\x6d\x98\x26\x12\x9b\x1c\x20\x04\x03\x08\x2b\x65\xf7\x39\xe9\ \xaa\xfb\x6e\x3f\x7d\xc6\xfd\xb7\xbe\xfa\xef\x19\x17\x8e\x39\x5f\ \xa3\x84\x10\x8c\xf6\xb9\xd8\x08\x13\x82\x31\x06\x10\x96\xc3\x4e\ \xfc\xe6\xaf\x7e\x76\xc9\x30\x55\x71\x9c\x0f\x87\x4c\xdf\xb0\x7c\ \x63\xf3\xa8\x55\x1b\x53\xe3\xce\x9c\xd0\xd5\xf0\xb7\xa1\x8f\x43\ \xe6\x26\x1e\x8d\x44\x08\x6d\x6d\x6b\x6f\x3f\xe5\xe4\x93\xd3\xa9\ \x64\x53\x63\x83\x4a\xab\x16\xcc\x7f\x7f\xf3\xc6\x0d\xeb\xd6\xad\ \x1d\x37\x7e\x7c\x9f\x3e\x7d\x4e\x1c\x3b\x76\xe5\xca\xe5\xab\x56\ \x2e\xdb\xb3\x67\xb7\x6d\xdb\xed\xed\xed\xbd\x7a\xf7\x1a\x37\x6e\ \x2c\xc6\xb4\xa8\xb8\xc4\xb4\x6d\xd3\x32\x53\x89\x78\x53\x53\x53\ \xac\xad\xad\xb5\xb5\x75\xd8\xb0\xa1\x42\xf0\x58\x47\x42\x21\x54\ \xd3\x34\x00\xb0\x6d\x07\x63\x8c\x10\xaa\xac\xec\xd6\xd8\xd8\xa0\ \x28\x54\x55\x15\x21\x00\x21\x70\x1c\x26\xff\x94\x4c\x26\x01\x80\ \x60\xa2\xeb\x7a\x30\x18\xd8\xb1\x63\x07\x63\xbc\x57\xaf\x5e\xf1\ \x78\x5c\x51\x49\x20\x60\xd8\xb6\x69\x59\xe9\x68\x34\x4f\x08\x21\ \xb8\x00\x40\x85\x85\x05\x84\xaa\xab\xd7\xac\x72\x5d\xd7\xb2\x2c\ \xd3\x4c\x63\x8c\xf6\xec\xa9\xab\xad\xdd\x69\x18\x06\x63\x8c\x73\ \xd6\xaf\x5f\x5f\x55\x55\xaa\xab\xb7\x05\x83\x86\x10\xa2\xb3\x33\ \xa6\xeb\xc6\xb6\x6d\x5b\x1b\x1a\xf6\x22\x04\x7b\xf6\xec\x49\x24\ \x3a\x25\xe5\x11\x42\x18\x63\x58\x0a\x70\x9c\x3b\xae\xeb\x3a\x0e\ \xa2\x54\xd7\xf5\x40\xc0\x28\xc8\xcf\x6f\x8f\x75\x9a\xa6\xe9\xba\ \xae\xaa\x69\xad\xad\xad\x08\xe3\x80\x11\x38\xfc\xcd\xd7\xb1\xae\ \x85\x85\x95\x68\x6d\x8c\x41\x97\x02\xf9\x50\x5b\x63\x63\x0a\x82\ \x7d\x06\x0f\x8b\x94\xda\xfd\x07\x96\xac\xd9\xb1\x33\xce\xfa\x50\ \x44\xf4\x60\xb8\xa2\x67\x55\x94\x2c\x40\x91\x92\xde\x15\xe5\x06\ \xae\xb7\x52\xae\x46\x30\xa1\x5a\x34\x9a\xd7\x7f\xdc\xa0\xf0\x4b\ \x9b\x5a\x1b\x6a\xde\x9c\xfb\xaf\x27\x57\x38\x93\x47\x56\x62\xaa\ \x11\x6e\x31\x21\x38\x47\x81\x68\x48\x43\xfb\x0d\xf6\x15\x1c\x05\ \xc2\xa1\xfc\x60\x69\xcf\xaa\xee\x62\x73\x43\x9b\xc9\x30\x42\x52\ \x76\x13\x02\x30\xa2\xb9\x4a\x9c\xe0\x42\x09\x44\x55\x85\x00\x90\ \x89\x93\x4f\x78\x7a\xd1\xbc\x79\xff\x8f\xbd\xf7\x0e\x93\xf4\xac\ \xae\xc4\xef\x9b\xbe\x58\x39\x74\x75\x98\x9e\x1c\x34\xd2\x48\xa3\ \x84\x02\x92\x48\x42\x12\x41\x12\x22\x07\x13\x9c\xf0\x0f\xb0\x31\ \x78\xf1\xae\x61\xb1\x30\xc1\x60\xb0\x8d\x31\x6b\x63\x1b\x1b\xcb\ \xc6\x98\x24\x84\x05\x06\x14\x90\x64\x09\x24\xa1\x1c\x66\xa4\x99\ \xd1\x4c\x8f\xa6\x7b\x3a\xa7\xca\xf5\xc5\x37\xfd\xfe\x78\xbb\x8b\ \x11\xc6\xbb\xe0\x45\xac\x6c\xd7\x9d\x67\x9e\xa7\xba\xe2\x57\xdd\ \xf5\x9d\x3a\xf7\xdc\x73\xef\xfd\xd2\x3f\x3c\x0e\xb5\x37\x9e\x7e\ \xda\xa0\x1c\x33\x88\x9f\x1a\x9b\xa4\x90\xe5\x4a\x65\x9b\xc0\xae\ \xc5\xa6\xa6\xa6\xe6\xe7\x66\xc7\xc7\xc6\x76\xef\xde\x31\x3c\x32\ \x2c\x84\xe8\x76\x7b\xed\x76\x2b\x08\x82\x62\xa9\xd8\x6a\xb5\x2e\ \xb9\xe4\x92\x85\xc5\x85\x5b\xbe\x7b\x53\xb1\x58\xac\x54\xaa\xd3\ \xd3\x33\x4a\x01\xa5\x54\x23\x94\xcf\x65\xe3\x30\x68\xd6\xeb\x47\ \x8f\x4e\x78\x9e\x3b\x52\x1b\x4a\xa2\xa8\x50\xc8\x17\xaa\x55\xdb\ \xa6\x00\x40\x29\x95\x52\x12\x42\x3d\xcf\x25\x84\x70\x2e\x2c\x8b\ \xf5\x37\x15\x21\x84\x00\x74\x10\x04\x9d\x4e\x6f\x65\x65\xd9\xb6\ \xdc\x99\x99\x19\x84\x50\x36\x9b\x73\x1c\x87\x52\xaa\x94\x08\xc3\ \x80\x52\x9c\xcb\xe5\x11\x42\x18\x13\xd0\x20\x04\x80\x86\x56\xb3\ \x59\x5f\x59\x3d\x7e\x7c\x8a\x32\xda\xeb\x05\xad\x46\x23\x8e\x42\ \x84\x50\xad\x56\x03\x80\xa5\xa5\x45\x84\x74\x9a\x24\x49\x1c\xdb\ \xb6\x55\xad\x56\x3b\x9d\xce\xe2\xc2\xe2\xac\x14\xc5\x62\xa9\x52\ \x29\x75\x5a\x8d\x34\x8d\x3b\x9d\x0e\xa5\x94\x52\x9a\x24\x89\xc1\ \x26\xc6\x98\xe0\x9c\x50\x22\x94\x4a\xd3\x34\x9b\xcd\xae\xae\xd6\ \x35\x40\xde\x29\x32\xcb\xba\xec\x45\x2f\x72\x3d\xff\xf6\x3b\xee\ \x68\x3f\xef\xd9\x9b\xc7\x47\x39\x88\xa7\xf5\x4f\x78\xca\x19\xe7\ \x9f\xe4\xdd\xfc\x95\x3f\xfd\x03\xfa\x86\xcb\x47\xad\x68\xa1\x49\ \xce\x3e\x65\xfb\xa8\x1b\xdf\x7b\xd3\x75\x3b\x7a\x99\xbb\xee\x59\ \x18\xbb\xf4\xb4\x12\x8b\x85\x52\x52\x6a\x53\xc0\x50\x52\x6a\x25\ \x94\x81\x0e\x44\x74\xba\xf2\xc8\x83\x0f\x3d\x70\xff\xfd\x21\x2d\ \x0f\x57\xdd\x87\xef\x7f\xdc\xdd\xf1\x0b\x2f\xbd\x6c\xfb\xf4\xbe\ \xbb\x93\x54\x50\xaf\x92\x85\xee\xc3\xf7\xdf\xbf\xd9\x85\xdd\x9b\ \x4a\x18\x81\xd2\x1a\x81\xd6\x20\xeb\x0b\xd3\xf7\xdd\x77\xdb\xad\ \xb7\x3f\x9c\xdb\xfe\x96\x4d\x59\xca\xa5\x64\x4a\x13\x82\x08\x55\ \xb3\x47\xf6\x2f\xac\x6e\xc7\x08\x94\xd2\x8e\xeb\xba\x2e\x1c\x7b\ \xf0\xae\x87\x36\x76\x6b\x5b\xf7\x6c\x38\xfb\xc5\xcf\x1f\xbf\xe9\ \xeb\xff\x74\xcb\xd8\xb3\x5e\x76\xe6\x69\x95\xc1\x49\x38\x88\x1f\ \xff\xad\xfb\xbf\xb9\x4d\x83\xa6\x94\x7a\x9e\xe7\xfb\xfe\xdc\xfc\ \x5c\xb7\xdb\xdd\xba\x6d\x4b\xb7\x1b\x2d\x2e\x2e\xd9\xb6\x1d\xf4\ \x7a\x33\xb3\xb3\xa5\x62\x31\x8a\xa2\x20\xe8\x55\xab\x43\xd3\xd3\ \xd3\x08\xe3\x7a\xbd\xfe\xfd\xef\x7f\xef\xee\xbb\xef\x9a\x9c\x3c\ \x76\xf0\xd0\xc1\xb9\xb9\xe9\x34\x49\xa6\x26\x8f\xf5\xba\x9d\x34\ \x4d\x45\x9a\xe4\x72\xb9\x52\xa9\x58\x2e\xe6\x09\xc5\x86\x34\x29\ \xa5\x5a\xad\x76\xb3\xd9\x5c\x5c\x5c\xec\xf5\x7a\x4a\x29\xce\x45\ \x10\x44\x69\xca\xd3\x34\x0d\xc3\x30\x8a\x62\x8c\x71\xa9\x54\x3a\ \xf7\xdc\x73\x1d\xd7\x49\xd3\xb4\x54\x2a\x7a\x9e\x9b\x24\x49\xaf\ \xd7\xe3\x9c\xdb\xb6\xe5\x38\x36\x21\x84\x10\x02\xa0\xb5\x86\xc5\ \xc5\xa5\x7b\xee\xbd\x77\x62\x62\xa2\x5a\x2e\x77\x9a\x2d\x95\x0a\ \x8a\xb0\xef\x79\x41\xb7\x97\x44\x71\x7d\x65\x75\x71\x7e\x21\xe8\ \x76\x9f\x38\x78\x70\x61\x7e\xde\x75\x9c\x6e\xbb\xb3\xba\xbc\xa2\ \xa5\xb2\x18\x8d\xc2\x30\x0a\x43\xcf\x76\x7c\xdf\x75\x1c\x9b\x31\ \x66\x40\xd0\x94\x23\x11\x42\x8e\xe3\x38\xae\xab\x94\xf2\x3c\xaf\ \x52\xa9\x68\xad\x2b\xd5\x0a\xa5\x54\x69\x7d\xd6\x59\x67\x6d\xdb\ \xb6\xed\xe8\xd1\xa3\x52\x48\xa5\xd4\xcf\x61\x6b\x41\x76\xc7\x73\ \xde\x73\xf5\x6f\xef\xcd\x2e\x7d\xfe\x4f\x7e\xff\x43\x1f\xff\xf4\ \x0d\x77\x3f\xca\xc7\x2f\x7a\xd7\x3b\xdf\x2c\xf6\x7f\xf5\xfd\x1f\ \xfe\x6b\x38\xe3\x75\xef\x7e\xcb\x45\xb6\x56\x96\xe3\x30\x82\x01\ \x53\xc7\xb5\x09\x46\x88\x30\xc7\xb6\x31\x06\x40\x14\x07\x93\xd7\ \x7c\xfc\x77\x3f\xfb\xbd\xa5\xcb\xdf\xfc\xcb\x2f\x38\x7d\xf7\x4b\ \x5e\xff\x72\xe7\xf1\x7f\x7e\xef\xd5\x9f\x9a\xea\xe5\xb7\x6c\xcc\ \x7b\x95\x73\xdf\xf8\xaa\x67\x1f\xfe\xce\xdf\xbc\xf7\xea\x3f\xd9\ \xbf\xd0\x73\x7c\xcf\x61\x44\x93\xec\xf6\x9d\x9b\x1b\x07\x6e\xbc\ \xfa\x03\x9f\x5c\xa9\x5d\xfa\xee\x77\xbe\xc6\x23\x9a\x58\x0e\xc5\ \x9a\xb8\x63\x17\x5f\xf9\x62\x75\xf4\x8e\x3b\x0f\xb6\xb3\x59\x8f\ \x80\x22\xb9\xed\x57\xbd\xe6\x65\xe9\xa3\x5f\x7a\xcf\x7b\x3f\x7a\ \xfb\x44\x03\xd0\xd0\x8b\xae\xbc\x00\x4b\x7c\xf2\xf9\x97\x6c\x20\ \x83\x73\x70\x10\x3f\x3d\x6f\x02\x00\x25\x65\xa9\x54\x74\x18\xdd\ \x30\x3a\x9a\xcf\x65\x6d\x86\xff\xe9\xdb\xd7\xdb\xb6\x45\x29\xd5\ \x0a\x19\x36\x71\xe4\xe8\x84\xe3\x38\x53\x93\x93\x53\x53\x53\x9e\ \xe7\x59\xc4\x8a\xe3\x38\x4d\xf9\x9e\x3d\x7b\x9a\xcd\x56\xb9\x5c\ \xc0\x3b\xb6\x75\x5a\xcd\x5e\xb7\x4b\x10\x64\x32\x7e\x6d\xa8\x0a\ \x4a\x05\xbd\x50\x70\x9e\x26\xb6\xe3\xba\x8e\x63\xbb\xae\xb3\xb8\ \xb8\x24\x84\xc8\xe5\x72\xae\xeb\x20\x84\x1d\xc7\xe0\x26\x43\x08\ \xad\xae\xae\x76\x3a\x9d\x6c\x36\xff\xf8\xe3\x07\xa6\x8f\xcf\x44\ \x51\x3c\x3f\xbf\x70\xd6\x59\xcf\x3a\x76\xec\xd8\xd8\xd8\x18\xb3\ \x5c\x84\x48\xa7\xd3\xb5\x6d\x0b\x00\x30\x26\x71\x24\xe6\xe6\xe6\ \x26\x8e\x1c\x39\x3c\x71\xe4\xf0\xe1\xc3\x53\x53\x53\xa5\x52\xc9\ \x71\x9c\x4e\xa7\x63\xdb\x0e\x20\xa5\xb4\x24\x0c\x2b\xad\x84\xe0\ \x84\x78\x84\x60\xd7\x73\x7b\x41\xaf\x90\x2f\xa4\x69\x4a\x28\xc5\ \x04\x4d\xcf\xcc\x84\x61\x98\xcf\x17\x9a\xcd\x96\x94\x92\x10\x62\ \x1c\x0c\x08\x21\x4a\xa9\xeb\xba\x18\xe3\x6c\x36\x3b\x3a\x3a\xda\ \xed\x76\x47\x46\x46\x3d\x7f\x35\x49\xc5\xf4\xf4\x74\x2f\x08\x96\ \x57\x56\x09\x25\xf0\x73\xda\xa7\x82\xb7\x9d\x73\xf9\x87\xce\xb8\ \x34\x4a\x39\x00\x62\xb6\x63\x51\x0c\xcf\x7b\xfd\x9f\x9d\xf7\xf2\ \x54\x6a\xdb\x71\x29\x01\xf0\x2f\xfe\xcc\xe7\x2e\x24\xb6\x6b\xe1\ \xb1\x6b\xbe\xfe\x7c\xcb\xf3\xc8\xf8\x5b\xff\xee\x05\xca\xf7\xe8\ \x0f\xa2\x50\x64\xf7\x7e\xe4\xcf\xdf\xb7\xab\xe2\x50\x8b\x21\x80\ \xd3\x5e\xfa\xb6\xcf\xbe\xf0\x2d\x31\x57\x84\x32\xdb\xb6\x01\xd0\ \x65\x6f\xfd\xc0\x73\xdf\x18\x4b\x44\x1c\xc7\x52\x9b\x3f\xfd\x7c\ \x45\x3d\x66\xbd\xf1\x3d\x1f\x7f\xf5\x3b\xb9\xd4\xc8\xb6\x1d\x46\ \x31\xe8\xed\x1f\xfc\x8b\x6b\x80\xd8\x00\x70\xfe\x6b\xff\xc7\x97\ \xae\xe2\x94\xb1\x2b\x2f\x7c\x36\x50\x1b\x00\xce\x7b\xd5\x6f\x9e\ \xfe\xd2\x5f\x93\x88\x32\x11\x4e\xec\xbb\xe7\xde\xc7\x8e\x39\x63\ \x67\x5f\x71\xf1\xc9\x83\x33\x70\x10\xff\x1e\xde\x04\x00\x52\x29\ \xdb\x71\x4a\xa5\x62\xb1\x94\x8f\xe3\xf8\x1b\xdf\xf8\x56\xb3\xd9\ \xdc\xb1\x7d\x47\x36\x9b\x95\x42\x8c\x8d\x8d\x69\x80\xfd\xfb\x1f\ \xdb\xb9\x73\xe7\xb1\xc9\x63\x18\x21\xd7\x75\x7b\xbd\xee\xce\x9d\ \x3b\x77\xef\xde\xfd\xe0\x83\x0f\x71\x9e\x20\x04\xb9\x5c\xfe\xf4\ \xbd\x7b\x1d\xcb\x42\x08\xe5\x73\xb9\x62\x21\x9f\xcf\x67\x33\x19\ \x9f\x52\xea\x79\x2e\x63\x04\x00\x61\x8c\x1c\xc7\xc9\xe5\x72\x96\ \x65\x61\x8c\x08\x41\x46\x66\x32\x6c\x05\x40\x6f\xda\xb4\xa9\x5c\ \x2e\x67\xb3\xd9\x91\xd1\xd1\x2d\x5b\x36\x8f\x8c\x8c\xc4\x71\x5c\ \x28\x14\x6c\xdb\xe6\x9c\x9b\x87\x1b\xac\xd4\x1a\x1c\x87\x6d\xd8\ \x30\x36\x34\x34\x14\x06\x21\x25\x74\x74\x78\x24\x0c\x82\x85\xf9\ \x85\x76\xab\x95\x26\x09\x68\x48\x93\x24\x89\x62\xd0\x10\x87\x61\ \xb7\xdb\x6e\x35\x1b\x4a\x70\xad\x44\xb7\xd3\xb2\x18\x95\x22\x6d\ \xd4\x57\x94\xe2\x18\xe3\x28\x8a\x8c\xde\xc4\x39\x0f\x82\xc0\x75\ \xdd\x52\xa9\x34\x34\x34\x54\x2a\x95\x78\x9a\x76\x3a\x9d\x24\x49\ \x18\x63\x7e\xc6\x07\x80\x5c\x2e\x07\x00\xc7\x8f\x1f\x8f\xe3\xf8\ \xd8\xb1\x63\xbd\x5e\xf7\xe7\xb6\x8b\x14\x33\xcb\xf7\x7d\xdf\xf7\ \x2c\x6a\x5e\x11\x31\xc7\xf5\x7d\x8f\x12\x04\x00\x80\xa9\xe7\xfb\ \x36\xc5\x08\x33\x3f\xe3\x33\x8c\x30\xb3\x4d\x85\x14\x33\xc7\xf7\ \x3c\x2f\xe3\x33\x6b\xbd\x92\x8f\xb0\xe5\xf8\xb9\x6c\xd6\x77\x1d\ \x8a\xcd\xc3\x89\xe3\xfb\xbe\xe7\x10\x8c\x99\xed\xf9\xae\x85\x00\ \x30\xb5\x5c\xcf\xcf\xf8\x1e\x33\xaf\x88\x88\xe3\xf9\x8e\x4d\xd7\ \x2e\x3b\x0e\x25\xc4\xf1\x7c\xc7\x32\xdf\x7f\xc4\x71\x7d\xdf\xb1\ \x65\xfd\xc8\x5f\x7e\xe4\xfd\xff\x78\x67\xef\x4d\xef\x7e\xc7\x9e\ \xc2\x40\x6b\x1a\xc4\xbf\x93\x37\x21\xad\x14\x4f\x52\x4a\xed\x63\ \xc7\xa6\xee\xfa\xfe\xf7\x11\xc0\x45\x17\x5d\xf4\xcd\x6f\x7c\xb3\ \x52\xa9\x74\x5a\xcd\xc3\x4f\x3c\xb1\x7d\xfb\xa1\x62\xb1\x30\x79\ \x6c\xd2\xb2\xac\x4b\x2f\xbb\xec\xc0\xe3\x8f\xcd\x4d\xcf\x72\xce\ \x4f\x3f\xfd\xf4\xe3\xc7\x67\x9e\x7c\x72\x82\x51\x5c\xad\x54\x4f\ \x3d\x75\xcf\x6d\xb7\x94\x18\xa5\x8e\x63\x57\xab\x55\x8b\x92\xc5\ \xa5\x25\xc1\x53\x2f\x93\x51\x0a\x08\x41\x42\xa8\x6e\xb7\xcb\x39\ \xd7\x5a\x73\x2e\xd6\x19\x10\x4a\x53\xde\xed\x76\x7d\x3f\xa3\xb5\ \x96\x52\xd4\x6a\x35\x93\xdf\x11\x42\xc2\x30\x2c\x97\xcb\x08\x21\ \x29\x45\x1c\x27\x8e\x43\x19\x63\x18\x63\x84\x88\x92\xb0\x6f\xdf\ \x81\x47\x1e\x79\x44\x0a\xbe\x61\x6c\xcc\x75\xdd\x7d\xfb\xf6\xd5\ \xeb\x75\xd0\x8a\x60\x64\x5b\x2c\x8e\xe2\x28\x8a\x18\xa3\x94\x11\ \x9e\xa6\x21\x0f\x28\xa5\xb0\x66\xef\x04\xd0\x9a\x12\x3c\x32\x3c\ \xbc\xb4\xbc\xbc\xb0\xb0\xb0\xe6\x1c\x55\xaa\x2f\x8d\xd5\xeb\xf5\ \x30\x0c\x09\xa5\xd5\x6a\x75\x6c\x6c\x4c\x08\x51\x2e\x95\x5a\xad\ \x36\xa6\x56\x92\x24\x84\x90\x30\x8a\x4b\xa5\x12\xa5\x14\x9e\xf1\ \x7b\x48\x9f\xf5\xda\xdf\xff\xda\xab\x90\x63\xff\x9c\x60\xc2\x19\ \x3f\xfb\x63\x5f\xf8\x0e\x10\x6a\x5b\x03\xe3\xc0\x20\xfe\xbd\xd8\ \xa4\x95\xca\xe6\x0a\x31\xf5\x6e\xbc\xe9\xc6\xc9\xa3\x13\x9b\x36\ \x6e\x1c\x1f\x1b\x4b\x79\x3a\x71\xe4\xc8\xd0\xd0\xd0\xd4\xe4\xb1\ \x83\x87\x0e\x31\xdb\xaf\x54\xab\x3b\x76\x6c\x3b\xf7\xdc\x0b\x85\ \x10\x95\x4a\x99\x0b\xde\x69\x77\xaa\xd5\xaa\x54\xda\xf7\xdd\xfb\ \xef\xbd\xdb\xf7\x9c\xf3\xce\x3b\x7f\xd3\xa6\x4d\x77\xdc\x71\x5b\ \x26\x93\x21\x04\x4f\x4d\x4d\x4d\x1f\x3f\x5e\x1d\xaa\x20\xd0\x18\ \x83\xf1\x6d\x13\x42\xb2\xd9\x6c\x1c\xc7\x68\x5d\x06\x4f\x12\x9e\ \x24\x71\x36\x9b\xd5\x5a\x59\xb6\x9d\xc4\x29\x63\x6c\x61\x7e\x21\ \x8a\xe3\x4a\xa5\x52\x2c\x16\x29\xa5\x82\x73\xca\x58\x1c\xc7\x96\ \xe5\x9b\x52\x1a\x42\x30\x3f\xbf\xfc\xd0\x43\x0f\xcd\xce\xce\x02\ \xe8\x62\xb1\x60\x14\xae\x56\xab\x29\xa5\xd4\x5a\x4b\x29\x95\x56\ \x08\x23\x05\xda\xe4\x80\x5a\x73\xcb\xb2\x95\x8a\x39\xe7\x42\x08\ \xcb\xb2\xb4\x86\xf9\xb9\x39\xa9\x35\x42\x48\x4a\x69\x24\x79\x8c\ \xb1\xe3\x38\x1b\x36\x8c\xc5\x71\xd2\x6c\x36\x31\xc2\xad\x56\x6b\ \x7a\x66\x26\x9b\xc9\x44\x71\x9c\x24\x49\xdc\x0d\x00\x80\x59\xd6\ \xe8\xe8\x68\xb7\xdb\xcb\x66\xb3\x4a\xc9\x67\xf8\x27\x80\x30\xdb\ \xfb\x39\xa2\x04\xc2\xc4\x71\x07\xae\x81\x41\xfc\xdf\x61\x13\xa1\ \xa4\x5e\xaf\x7f\xef\xa1\x3b\xe2\xa0\x77\xde\xf9\xcf\xb6\x19\x9d\ \x39\x7e\xfc\xe1\x87\xe6\x97\x96\x97\x77\xed\xd8\xce\x28\x6d\xb7\ \xda\xbd\x6e\x77\x6c\xc3\x86\x2d\x5b\xb6\x34\x1a\xcd\x07\x1e\xbc\ \x6f\x65\xb5\xce\x28\xcb\x64\x33\x8c\x51\xad\x54\xa7\xdd\xde\xbb\ \x77\xef\xca\xca\xea\x7d\xf7\xde\x97\xcf\xe6\x3c\xcf\x0f\xba\x9d\ \xc9\xc9\x63\x73\x33\xb3\x85\x5c\x66\xfb\x8e\x1d\x84\x10\x00\x40\ \x08\x10\x02\x25\x95\xc5\x2c\x29\xa4\xa9\xbb\x2b\xa5\xa5\x94\x96\ \x65\x31\xc6\x84\x10\x4a\xaa\x34\x4d\xeb\xf5\x3a\xb3\x58\x21\x9f\ \x5b\x5e\x5e\x1e\x1b\xdb\x40\x08\x89\xa2\xc8\xb5\x6c\x00\x85\x10\ \x48\x29\x08\xa1\xcd\x66\xfb\xd1\x7d\x8f\x04\x41\x50\x2a\x95\x5a\ \xcd\x46\xbd\x5e\x9f\x9c\x9c\x6c\xb5\x5a\x46\x6f\x4a\x53\xde\xeb\ \xf5\x30\x26\x96\xe5\x70\x11\x13\x82\x1d\xc7\xe1\x9c\x1b\x5c\x33\ \x2f\x9d\xcd\x66\xa5\x94\x9d\x4e\xc7\xb2\xac\x5c\x36\xdb\xeb\xf5\ \xa2\x28\x6a\xb7\x5a\x52\xca\x52\xa9\x44\xa9\xa5\x64\x94\xcb\xe6\ \x16\x97\x96\x41\x6b\x9e\xa6\xcb\xcb\xcb\x49\x92\x48\xa5\x1d\xd7\ \xb7\x2c\xab\x17\x86\x1b\x37\x6e\x4c\xd2\xd4\xf7\xfd\xa7\xdf\xdf\ \x34\x88\x41\xfc\xd7\xc3\x26\xcb\xb2\x0e\x3f\xf2\x58\xa7\xd7\x7d\ \xd9\x15\x57\x68\xc1\x27\x8e\x3c\xa1\x40\x4e\x4e\x1e\x5b\x5d\x5d\ \xa2\x44\x63\x0c\x49\x1c\x15\x0a\xc5\xbd\x7b\xcf\x90\x42\xa5\x49\ \xd2\x6d\x07\x49\x98\x62\x44\x5b\xcd\x86\x45\x71\xb9\x90\x75\xd8\ \xd6\x47\xf7\xed\x0f\xc3\x50\xc9\xc5\x23\x47\x8f\x6a\x85\xe2\x84\ \xcf\xcd\xce\x03\x22\xe5\xa1\x61\xcb\x76\x95\x52\x52\x2b\x46\x19\ \x06\x10\x49\x1c\x86\x61\x2e\x97\x43\xca\x34\xb8\x81\xed\xd8\x52\ \x70\x1e\xc7\xcc\xb2\x16\x17\x17\x3b\x9d\x0e\x00\x24\x51\x10\x05\ \xdd\x25\x21\xe6\xab\x95\x52\xb9\xb0\x79\xf3\x66\xcb\xa2\x9e\x67\ \x29\xa5\x01\x88\x94\x2a\x8a\xa2\x4e\xa7\xe5\x7a\x8e\xeb\xb0\xe5\ \x38\xea\xb6\x5b\xbd\x30\xc4\x00\x8e\x6d\x65\x7d\x4f\x6b\x89\x30\ \x13\x32\x65\x16\x91\x89\x64\xcc\xc6\x18\xbb\xeb\xdf\xe4\xbe\xef\ \x1b\xfd\x48\x08\x81\x31\x8e\xe2\x38\x88\xa2\x28\x49\x34\x82\x30\ \x49\xa8\x65\x49\x8d\x94\x46\xa5\x6a\x6d\xd3\x96\x6d\xd3\xd3\xb3\ \x79\x3f\xbb\xe7\xa4\x93\x1f\x7e\xf4\x91\xd9\x99\xb9\x4c\x2e\x4b\ \x6d\x9b\x5a\xce\x39\xa7\x9e\x3d\xb2\x61\xac\xdb\x0b\x08\xc5\xcf\ \xfc\x9c\x6e\x10\x83\xf8\x8f\xa7\x85\x73\xce\x47\xc7\x46\x5f\x70\ \xf1\xc5\xb6\x63\xf9\x19\xbf\x58\x2a\x11\x46\x97\x96\x17\x8f\x4f\ \x1f\x7f\xf0\xc1\x07\xda\xed\x66\xa9\x58\x38\xfd\xf4\xbd\x08\xa1\ \x8c\x9f\xdd\xb8\x71\xd3\x95\x97\xbf\x6c\xeb\xa6\xad\x22\xe5\xcb\ \x4b\x4b\xfb\xf6\x3d\x32\x3c\x5c\x1d\xdf\xb8\xe1\x94\x3d\xa7\xd6\ \xeb\xad\xd1\xb1\x0d\xdd\x5e\x2f\x49\x52\xce\xe5\xe4\xe4\xf1\xdd\ \xbb\x77\x6f\xdc\xbc\x09\x01\x52\x5a\x6b\x00\x25\x15\x21\xa4\x54\ \x2c\x58\x94\x5a\x8c\x62\xbc\xe6\xf0\xc6\x48\x77\x5b\xed\xc6\x6a\ \x9d\x27\xa9\x6b\xdb\x8c\x90\x52\xa1\x50\x2e\x16\x97\x16\x17\x56\ \x57\x16\x57\x57\x16\xdb\xcd\x7a\x1c\x07\x5c\xa4\x04\x53\xd3\x66\ \xdc\x6a\xb5\xef\xb9\xe7\x1e\xa5\xd4\xe6\xcd\xe3\xbd\xa0\x93\x44\ \x91\xe0\x29\x01\x8d\xb4\xc2\x18\x59\x16\x8b\xc2\x20\x8e\x23\xce\ \x53\x21\xb8\xe3\xd8\x08\xa1\xe5\xe5\x65\xe3\x32\x77\x1c\x07\x63\ \x2c\x84\x48\xd3\xd4\xb6\x6d\xa3\xb2\x07\x61\xc0\x05\x57\x5a\x4b\ \x0d\x08\xb3\x7c\xbe\x50\x28\x16\xb7\x6c\xdd\xd6\x0b\x22\x00\xdc\ \x69\x77\x3a\xed\xce\xf0\x50\xcd\x71\x1c\x84\x90\xd2\x6a\x74\x6c\ \x94\x5a\x34\x08\x83\xed\x3b\xb7\x19\x9f\xc1\xe0\x43\x36\x88\x41\ \xfc\x8c\xb1\x49\x6b\x6d\x5b\xb6\x4d\x99\xeb\xd8\x52\x4a\x8b\x59\ \xae\xed\xec\xdf\xbf\xaf\x52\xae\x3c\xeb\x59\xe7\x14\xcb\x95\xa5\ \xa5\xa5\x85\x85\xc5\x1d\xdb\xb7\x0b\x9e\x4e\x4c\x4c\x64\x32\x7e\ \xbe\x98\x27\x84\x50\x4a\x57\x96\x57\x7d\xdf\x2b\x16\x4b\x67\x9d\ \x7d\xfa\xcb\xae\xbc\x62\xf2\xd8\xe4\xd6\x2d\x5b\x30\xc6\xa3\xa3\ \xa3\x57\x5c\x71\x45\x92\x24\x07\xf6\x1f\x48\xe3\x24\x08\x42\x50\ \x5a\x69\x05\x18\x21\x80\x20\x08\x04\x17\x46\xdf\xd1\x5a\x4b\xa5\ \xa3\x28\x42\xeb\xc5\xb2\xad\x5b\xb7\x2e\x2e\x2e\x1a\x5e\x33\x33\ \x33\x73\x64\x62\x82\x73\xbe\xb8\xb8\x28\xb8\x48\xd2\x84\x52\xda\ \x68\x34\x0e\x1e\x3c\x38\x31\x31\x71\xef\xbd\xf7\xee\xdf\xbf\x3f\ \x8e\x13\xa5\x15\x63\x16\xa5\x4c\x2a\x99\xa6\xa9\xed\x38\x8c\x31\ \x83\x17\x71\x1c\x03\x80\xe7\x79\xae\xeb\x9a\x84\x4e\x08\xc1\x39\ \xb7\x2c\x2b\x8a\x22\xce\x39\x63\x8c\x50\x62\x74\x77\xa5\x14\xc1\ \xd8\xf7\xbd\x52\xa9\xd4\x6a\xb5\x10\x00\x21\x24\xe5\x3c\x49\xd3\ \x46\xb3\x59\x28\x16\x1d\xc7\x61\x8c\xf1\x24\x4d\xe2\x14\x01\xca\ \x65\x73\xfb\x1f\xdd\x57\x5f\xad\x9b\xa4\x75\x10\x83\x18\xc4\xcf\ \x32\xa7\x03\x40\xa0\x75\x1c\x76\x41\x16\xb4\x14\xa5\x62\xe1\x9b\ \x5f\xbf\x4e\x6b\x78\xe7\xbb\xde\x79\xf2\x49\x27\x7d\xf8\xf7\x3e\ \x78\xe8\x89\x27\x66\xa6\xa7\xe6\x66\x67\xa2\x28\x54\x22\xbd\xfd\ \xf6\xdb\x57\x56\x56\x10\xc6\x9c\x8b\x95\xd5\xd5\x7b\xee\x7d\xe0\ \x82\x0b\x9e\xdd\x6c\xf7\x72\xb9\x9c\x65\xb1\xc9\xa9\x29\x8c\x71\ \xb1\x54\xaa\xd6\xca\xb7\xdd\xb2\xef\xcb\x5f\xfa\xf2\xbb\x7e\xf3\ \x9d\x27\x9d\xb2\x5b\x83\x16\x42\x50\x84\x95\xd2\x41\x10\x38\x8e\ \x5d\xae\x0d\x19\x11\x0a\x63\x52\x2a\x95\xb4\x52\x69\x9a\x06\x41\ \x30\x3f\x3f\x7f\xf4\xe8\xd1\x62\xb1\xd8\x6e\xb7\x3b\x9d\x8e\xa9\ \x91\x31\xc7\xb6\x1d\xa7\xd3\x6e\x1b\x03\x41\x9a\xa6\x95\x4a\x65\ \x69\x69\xa9\xdb\xed\xa6\x69\x22\x78\x7f\x24\xcb\xda\xa0\x16\x42\ \x49\x92\xa6\x8c\xb1\x34\x4d\xb5\xd6\x85\x42\x61\x68\x68\x68\x7e\ \x7e\x3e\x93\xc9\x10\x42\x3a\x9d\x4e\x18\x86\xbe\xef\x5b\x96\xd5\ \xed\x76\x1d\xc7\x75\xdd\x84\x73\x2e\xa5\x64\x8c\x65\x32\x99\x95\ \x95\x95\x24\x49\xe2\x38\x2d\x14\x8a\x5e\x26\x13\x76\xdb\x85\x62\ \x81\x0b\xc1\x2c\x46\x18\xab\xd6\x86\x38\x4f\x1f\x7c\xf0\x41\x29\ \xa5\xeb\xba\x2f\xba\xf0\x02\x78\xc6\x34\xd8\xf3\x5e\xa7\x79\xdf\ \xcd\x32\x0e\x01\xfd\xf0\x98\xb4\x14\xde\xf8\x8e\xfc\xe9\x17\x49\ \xce\x29\x1b\x14\xce\x06\xf1\x1f\x04\x9b\x10\x42\x69\x9a\xc4\x42\ \x45\x61\x0f\xb4\xbe\xe9\x86\x1b\x6e\xbc\xf1\x3b\xef\xfd\x1f\xbf\ \x73\xc6\x99\x67\xdc\x76\xcb\xad\xf5\x7a\x43\x70\xb1\xef\xd1\x47\ \x2f\x78\xf6\x85\xbd\xa0\x4b\x09\xa1\x04\x6b\xa5\x28\x21\xcd\x56\ \x4b\x48\x75\xf4\xd8\xb1\xda\xc8\x58\x36\x9b\x4f\xd2\xd4\xf3\xbc\ \x6e\xb7\x6b\x5a\x3d\x66\xa7\xe7\x27\x27\x27\xc3\x28\x8c\xa2\xa8\ \xd9\x6a\x86\x71\xa4\xa5\xca\x79\xfe\xfc\xdc\x7c\xb3\xd9\xf4\x3c\ \x8f\x51\x0a\x1a\x30\xc2\x00\x60\xdb\x76\xbb\xd9\x64\x96\x65\xdb\ \xf6\xc4\xc4\x44\x10\x04\xa3\xa3\xa3\x52\xca\x42\xa1\x50\x1b\x1a\ \x6a\x36\x1a\x99\x5c\x36\x0e\x42\x9e\xa4\x08\x00\x69\x00\xa5\x17\ \xe7\x17\xba\xed\x0e\xe7\x3c\x0c\xc2\x5c\x3e\x27\xb8\xe0\x9c\x53\ \x42\x14\xe8\x24\x49\x3c\xcf\x0b\xa3\xc8\x71\x1c\xd7\x75\xf3\xf9\ \xfc\xe6\xcd\x9b\x83\x20\x30\x46\x81\x72\xb9\x0c\x00\xbd\x5e\xcf\ \x08\xf0\x08\x63\x9b\x52\x43\x7c\x0c\xd6\x20\x80\x32\x0b\xdf\x8c\ \x00\x00\x20\x00\x49\x44\x41\x54\x38\x8a\x73\xf9\x5c\x1c\xc7\xc7\ \xa7\x8f\xb7\x5b\x2d\x2d\x79\x92\x24\xae\xef\xd7\x6a\xc3\x87\x9e\ \x38\x64\xd9\x36\xb3\x98\xe0\x9c\x73\x7e\xce\x39\xe7\x64\x32\x19\ \x25\x9f\x11\x39\x9d\x02\x98\xfb\xe2\x1f\xb1\xc9\x47\xbc\x52\x55\ \x9f\x90\x66\x22\x29\xe2\xc7\xef\x7c\xe0\xd6\x1b\xf0\xe8\xf6\x8b\ \xdf\xf0\x2b\x3f\xed\xd3\x26\x41\x27\x01\x3b\xe7\xdb\xff\xc6\xab\ \xf2\x4e\x37\xb4\xfc\x9c\x43\xff\x5f\x20\xb4\x4c\x3b\xdd\xc8\x2f\ \xe4\x97\x0f\xde\x3f\x25\xc6\xcf\x3f\x6d\xa4\x7f\xcb\xc4\xbd\xb7\ \xce\x39\x7b\x9e\x77\xfa\x4f\x34\x4c\x6a\xe6\xf1\x7b\xa6\xe9\x96\ \x0b\x4e\x1a\x4c\x9e\x7a\x26\xe5\x74\x08\xa3\x24\x8e\x92\x28\xf4\ \x6d\x67\x76\xfa\xf8\xdf\x7c\xf6\xaf\xae\xb8\xfc\xf2\xcb\x2e\xbb\ \xac\xbe\x52\x1f\xaa\xd6\xb6\x6e\xdb\x86\x09\x6d\x34\xea\xb7\xdd\ \xf6\xdd\x03\x8f\x3d\x76\xe3\x0d\x37\x5c\xfb\xd5\xaf\x3e\xf6\xd8\ \x63\xcc\xb2\x98\xe3\x9c\x72\xea\x69\x9e\x9f\x5d\x5e\x59\x22\x04\ \x86\xaa\x15\xa5\x75\x12\x27\x00\xf0\xe0\x83\x0f\xde\x7b\xdf\xbd\ \x71\x1c\x87\x41\x30\x3f\xbf\x70\xe4\xc8\x91\xe3\xc7\x8f\x63\x8c\ \x2d\xdb\x46\x00\x33\x33\x33\x96\x6d\x53\xdb\xd2\xeb\x54\x07\x00\ \xb5\x3b\x9d\x7a\xbd\xde\x6a\xb5\x18\x63\x9d\x4e\x67\x6a\x6a\x6a\ \x78\x78\x78\x64\x64\x64\x61\x61\xe1\xc8\x91\x23\x3c\xe5\x69\x9a\ \xe6\xf3\x79\xad\x74\xbd\x5e\x67\x8c\x6d\xd9\xb2\xe5\xa4\x93\x4e\ \xaa\x94\x2b\x99\x4c\xa6\x90\x2f\x28\xad\x8d\x33\x20\x49\x12\x00\ \xb0\x6d\x07\x21\x64\xa4\x6e\x93\x12\xae\xae\xae\x5a\x96\xd5\x68\ \x34\x4c\x3f\x4a\x2e\x97\x43\x08\x1d\x3f\x7e\x3c\x49\x12\x33\xb0\ \x49\x08\x61\xec\xe0\x1a\xc0\xf3\x3d\x00\xf0\x7d\x7f\xe3\xf8\x46\ \xcb\xb2\x1c\xd7\xd9\x7d\xca\x29\xbb\x76\xed\xaa\x54\x2a\x9e\xe7\ \x61\x8c\x4a\xe5\xf2\x70\xad\xb6\x61\x6c\x6c\xe3\xf8\xf8\xd3\xdf\ \xe8\xfb\x13\x9f\xa7\x52\x85\xb3\x13\x43\x63\xe3\x19\x19\x67\x89\ \xce\x10\x9d\x21\x3a\x0b\xbc\xb8\x69\xeb\xa4\x53\x7b\xe0\xee\x3b\ \x4f\x3e\xef\xa2\xa7\x3c\x40\xb4\x1f\xbd\xf3\xe6\xeb\xbe\xf6\xb5\ \x7f\xbe\xf9\xae\xe5\x20\x99\xde\x77\xeb\xb7\xee\x3f\xfa\xaf\xde\ \x8c\x7e\xe0\x9b\x7f\xf5\x99\xeb\x1f\xfa\x37\x5f\x35\x38\xfa\x97\ \x9f\xfc\xf4\x7d\xb3\xfc\xe7\xf7\x3e\xbb\xb3\x37\x7c\xed\x3b\x0b\ \x3d\x05\x00\x72\xe5\xe0\x67\x3e\xf1\xa7\x4f\xf4\xd4\xb1\x1f\x7c\ \xf7\x96\xfb\xa6\x4f\x3c\xec\x43\x77\xdf\x7e\xef\xa1\xe5\x9f\xec\ \x19\xf5\x63\x77\xdd\x70\xcb\xfe\xf9\xff\xfb\x43\x8b\x96\x1f\xff\ \xfa\x77\xfe\xa5\x3e\x90\x1f\x7f\x26\xbc\x89\x51\xb6\x30\x3f\x7f\ \xc7\x3d\xf7\x1f\x3e\x78\xe0\x9e\x1f\xfc\xa0\x54\x2a\x9e\x75\xe6\ \x59\xd7\x5e\x7b\x2d\xe7\x12\x01\x0a\xc2\x18\x63\x12\x05\xa1\x45\ \x70\x36\xe3\xcf\xcf\xce\xb4\x3b\x1d\xa9\x54\xbd\xd9\x3c\x6f\x78\ \x24\x93\xcd\xfa\x99\x4c\xbd\xd1\xb0\x6d\x37\x09\x83\x4b\x2e\xb9\ \xf8\xce\x3b\xbf\x3f\x79\xec\xd8\xee\xdd\xbb\xcf\x3f\xff\xfc\x6f\ \x7f\xeb\x5b\x8e\xeb\xee\xda\xb5\xab\x32\x5c\xa1\x8c\xfa\x9e\x0f\ \x52\x65\xb2\x99\xa9\xc9\xc9\x8b\x2f\xbe\x18\x00\x34\x40\x18\x45\ \x18\x21\xd7\x76\x7c\xdf\x9f\x98\x98\x90\x52\x52\x4a\x3b\x9d\x4e\ \xaf\xd7\x4b\x92\x44\x08\xd1\xe9\x74\x4c\xaf\x5f\x14\x86\x9e\xe7\ \x11\x42\x4a\xa5\x52\xaf\xdb\x35\x3d\x80\x3b\x76\xee\xe8\x3d\xdc\ \xed\x74\x3a\xb6\x65\xf9\xbe\x9f\xa6\xe9\x7a\xb7\x1d\x38\x8e\x93\ \xa6\x29\x00\x18\xf8\xcb\xe7\xf3\xc6\xc4\xa4\xb5\x8e\xa2\x28\x8e\ \xe3\x5a\xad\xb6\x7d\xfb\xf6\x5e\x10\xcc\x2f\x2c\x18\x7b\xba\x6d\ \xdb\x69\x9a\x5a\xcc\x32\x1c\x2a\x0c\x43\xd3\xf4\x9b\x70\x79\xf4\ \xe8\xd1\x72\xb5\xe2\x67\xfc\xa1\xea\xd0\xf9\x17\x3e\x9b\x50\x3a\ \x3f\x3b\xb7\x77\xef\xde\x66\xbd\x19\x86\x21\x2a\x17\xe1\x19\xe0\ \x70\xd2\x5a\x0b\x8d\xb5\x06\x35\xb4\x19\x2f\x1f\xe7\x49\x84\xb4\ \x72\x46\x36\xdf\xbf\x9a\x7c\xe7\x9b\xff\x7c\xc5\xdb\xde\x33\xb2\ \x75\xe7\x89\x7c\xe8\xe6\xcf\xff\xf9\x3f\x1f\x52\xe7\x9e\xbe\x71\ \xe9\xc9\xa3\xdb\x4f\xdd\xd3\x39\x72\xdf\x2d\xd3\xab\x7b\xc6\xb2\ \xd9\x7c\xbe\xec\xd1\xf6\xea\x72\x3b\x14\xf9\xa1\xda\xc9\xcf\x7d\ \xc5\x90\x2e\x01\x40\xd4\x6d\x36\x9a\x1d\x45\xbd\xea\x50\xd5\xe9\ \x7f\xa6\xbc\xf1\x97\xbf\xfe\x35\xe5\x1a\x03\x99\x34\xea\x8d\x6e\ \xc4\xdd\x7c\xb9\x5a\xf0\x11\x00\x80\x0e\xda\xab\xf5\x56\xe4\xe4\ \x2b\xd5\x82\x87\x54\xb2\xba\xb8\x1c\x63\xaf\x36\x5c\x66\x00\x4a\ \xa4\xed\xc6\x6a\x27\x12\x99\x52\x35\x4b\x92\xe5\xd5\x8e\x95\x5b\ \x7b\x60\x1a\x76\x1a\x8d\x66\x0a\x56\xb9\x3a\xe4\xdb\x04\x40\xb5\ \x57\x97\x5b\xbd\xc4\xcd\x97\x87\x8a\x19\xd5\x5d\xbc\xeb\xe6\x9b\ \xd1\xd6\x93\xf4\x78\xb9\x9a\xdf\xf2\xaa\x37\xbd\x6e\x3c\x83\x1f\ \x44\x58\x26\x9d\xe5\xe5\x05\x4d\x33\xd5\x52\x16\x03\x10\x4a\x29\ \x31\xdf\xca\xb2\xbd\xb2\xd4\x8a\x51\x75\xb8\xe6\xb1\x13\xbe\xa7\ \x55\xda\x58\x59\xee\xa6\x74\x6c\xbc\xcc\x98\xc5\x3b\xab\xf3\x8b\ \x8b\x96\x9b\xab\xe4\x3d\x00\x1d\xb4\x56\x56\x5b\x91\x95\x29\xd4\ \x2a\x79\x0c\x20\xd3\xb0\x51\x6f\x84\x1c\x97\x6b\x43\x34\x6d\x2d\ \x37\x7a\xd4\x2d\x0c\x55\x0b\x86\x2c\x26\xdd\xfa\x52\xa3\xe7\x96\ \x46\x70\xfd\xc9\x5b\xbe\xfb\xe0\xf0\xae\xdd\x3b\x0a\x4e\xa9\x52\ \xa4\x32\x59\x5d\x5a\x8a\x90\x3f\x52\x2b\x53\x0c\x32\x09\xea\x8d\ \x46\xc8\x49\xb5\x36\xe2\x41\x77\x7e\xb1\xa1\xed\x4c\xb5\x5a\xb1\ \xc9\x00\x9b\x7e\x5c\x10\x42\x7a\xdd\xde\x77\x6f\xba\x69\xdf\x23\ \x0f\x4f\x4f\x4f\x6f\xdd\xba\xed\x6f\xff\xf6\x1a\xdf\xcb\x6c\xdd\ \xba\x55\x6b\x48\xb9\xa4\x8c\x21\xd0\x4a\xca\xe1\x6a\xf5\xb9\x17\ \x3d\x07\x11\xfc\xbd\x3b\xef\x6c\xb6\x3b\x9e\xe7\xa5\x42\xdd\x78\ \xe3\x8d\x5a\x4a\x46\x29\x8f\x12\x84\xb4\xe7\xba\x42\x08\xd7\x75\ \x7d\xdf\x3f\xe5\x94\x53\x6e\xbb\xf5\xd6\x95\x95\x95\x6c\x31\xa7\ \x41\x2f\xcc\xcf\x3b\xcc\x9a\x9d\x9d\x5d\x59\x59\x31\x4d\x1e\x08\ \x21\xc6\x68\xb7\xdb\xeb\xb5\x3b\x00\xb0\xb8\xb8\x38\x3d\x3d\xbd\ \x73\xe7\xce\x5a\xad\xd6\xe9\x74\x38\xe7\x71\x1c\x33\xc6\xb4\x52\ \xd3\x53\x53\xe3\xe3\xe3\x48\x6b\x4c\x48\xd0\xeb\xcd\xcd\xce\x1e\ \x3e\x74\x28\x08\x02\x29\x65\xa3\x5e\xb7\xa8\xad\x94\x92\x52\x3a\ \x8e\x23\xa2\x30\x4d\x53\xdb\xb1\x11\x42\x86\x13\x65\xb3\xd9\x8d\ \x1b\x37\x2a\xa5\x66\x67\x67\xcd\xd4\x14\x63\xfe\x1c\x1f\x1f\xdf\ \xb5\x6b\xd7\xca\xca\x8a\x65\xdb\xed\x6e\x67\x65\x65\x05\x21\x54\ \xa9\x0c\xf9\x5e\xc6\xf4\xf7\x6e\xdf\xbe\x73\x65\x65\x55\x03\x28\ \x50\xfb\x1f\x7f\x6c\xeb\x96\x2d\xa7\xed\xdd\x9b\xcb\xe7\x56\x97\ \x57\x38\xe7\xb5\x4a\x55\x0b\x79\xd3\x77\xbe\xb3\x69\xb8\xb2\x63\ \xeb\x66\xce\xc5\x33\x01\x9b\xa4\xd2\x6d\xb7\xf4\xbd\x89\xc5\x8b\ \xb6\x6e\x2a\x2c\x3c\x41\xcb\x23\x0f\x45\xd6\x37\x6f\xb9\xe3\xdc\ \xd3\x4e\x1e\xce\xfb\x4f\xbd\x7b\x73\xdf\xc1\x89\x4d\xcf\x7f\xdf\ \x9b\x2f\xdf\x65\x7e\xbe\x9f\x5a\xf5\x03\x77\xff\xe3\xdf\x4f\x9f\ \xf3\xf2\xd7\x6f\x6d\xdd\xfb\xa9\xcf\xdf\x9e\xab\xd4\x2e\x7c\xdd\ \x5b\x4a\x87\xbf\x7d\xab\x7c\xee\x07\x5e\xd1\xfe\xf3\x8f\x7d\x62\ \x56\x55\x5c\xde\xa5\x1b\x2e\xf8\xcd\x77\xbc\x66\xc8\x31\x12\xd7\ \xd2\xd7\xbe\xf8\xe5\xe7\xbd\xeb\x43\x5b\x8e\x7e\xe1\x83\xd7\x3c\ \x32\x3c\x5a\x58\x59\x15\x97\xfd\xd2\x7f\xbb\xea\xec\xda\xcc\x7d\ \xff\xf4\x17\xd7\x7e\x5f\x32\x7f\xf3\x85\xaf\x7e\xfb\x4b\x76\xdd\ \xf4\x77\x9f\xba\xf9\x50\x9b\x6a\x5e\x3b\xfb\x65\xef\x7e\xfd\xf3\ \x8e\xdf\x73\xed\x1f\x7f\xe1\xde\xca\x70\xbe\xd3\x12\x43\xb5\x9c\ \x4c\xba\xf3\x0d\x75\xd5\x3b\xff\xe7\x8b\x76\x91\x2f\x7e\xea\x23\ \xf7\xad\x92\x0a\x4b\x12\x6f\xeb\xaf\xbc\xeb\xed\x27\x15\xf9\x3d\ \x37\xfc\xd3\x83\x93\x0b\xcd\xb6\xbc\xec\x57\xff\xfb\xa5\x23\xbe\ \x0b\x2b\xb7\x7c\xe3\x8b\x07\xb6\x3c\xfb\x17\x5f\x58\xbd\xfe\x0b\ \xdf\xbc\xfc\xfd\x57\xbb\x0c\x1f\xbb\xfd\xeb\x9f\x59\xb9\xbd\xde\ \x48\xce\x7b\xf5\x6f\xbc\xf1\xa2\x2d\xc8\xc8\x99\x00\x07\x6f\xf9\ \xe2\x57\xbf\x77\x14\xa1\x04\xaa\x67\xbe\xe3\xed\xaf\x1d\x32\x82\ \x9b\x0e\x6f\xfb\xfc\x9f\x7d\x67\xff\x8a\x93\x29\x5d\xfe\xd6\x5f\ \xb1\x1d\xfb\xd8\xad\xdf\xf9\x9b\xe9\xdb\x57\xda\xec\x95\xef\x78\ \xcf\xf3\x77\x79\x8f\xfd\xe0\x86\x5b\x1f\x9c\x6e\xd5\x3b\x7b\x5f\ \xf6\xb6\x37\xbd\x60\xfb\x03\xd7\xfe\xc9\x35\x77\x2d\x57\xc6\xb6\ \x5e\xf5\xfa\x37\x15\x17\x6f\xbe\xf6\x8e\x27\xdb\x8d\xf6\xd6\x17\ \xbe\xe5\x6d\x2f\x39\x6d\xf5\xf1\x5b\xff\xe2\xef\xbe\xd5\x25\xee\ \x96\x67\xbd\xf8\x65\x67\xe7\x50\x6b\xe6\xdb\xff\x78\xcd\xd6\xbd\ \x17\xbc\xe1\xaa\x0b\xee\xfc\xd2\x5f\xfc\xcb\x44\x57\xc7\xdd\xda\ \x99\x2f\x7f\xe7\xeb\x9e\xfd\xbd\xcf\xff\xc9\x57\x1e\xa9\x0f\x6f\ \xda\xf1\xe2\x17\x3f\x67\xe2\xd6\xaf\x3e\xd1\xa6\xb9\xa1\xcd\x2f\ \x7f\xd3\x2f\xee\xca\x0f\xb0\xe9\xc7\x7e\xa0\x01\x30\x02\x9e\x44\ \x73\xb3\xd3\x04\xa1\x6e\xab\xd5\x6e\xb4\x5c\xd7\x9b\x9f\x5b\x60\ \xb6\x8d\x11\xb2\x2c\xb7\xd7\x5c\x79\x6c\xdf\xa3\xbe\xe7\x54\x87\ \x86\x9b\xed\x76\xb3\xd9\xa2\x84\xd6\x46\x46\x17\x16\xe6\x0f\x1c\ \x3c\xf8\xaa\x57\xbe\x32\xe8\x05\x23\x43\xb5\x42\x31\x7f\xe7\x9d\ \xdf\x37\x6a\xb4\x6d\xdb\x8b\x0b\x0b\x51\x1c\xc7\x71\xbc\xba\xba\ \x3a\x32\x3a\x1c\x84\xe1\xf4\xd2\xd4\xd4\xe4\xa4\xe7\xfb\x96\x65\ \xa9\x94\x6b\x84\x38\x17\x8d\x46\xbd\xdb\x6c\x0f\x55\xab\xb3\xb3\ \xb3\x4f\x3c\xf1\x44\x14\x45\x9d\x4e\x47\x08\x51\xaf\xd7\x2d\xcb\ \x5a\x5d\x5d\x3d\x7c\xf8\xb0\xef\xfb\xd3\xd3\xd3\x7b\xf6\xec\x39\ \xfd\x8c\x33\xa2\x30\x5c\x5d\x5d\x4d\xd3\x94\x52\x3a\x35\x35\x95\ \xc9\x66\x6b\x95\xda\xc4\xd1\xa3\x49\x92\x14\x8b\x45\x6a\x5b\x8d\ \x46\x83\x51\x96\xcd\x65\x7b\xbd\x5e\x9a\xa6\xae\xeb\xa6\x69\xba\ \xb2\xb2\x32\x32\x32\x62\xdb\xf6\xe4\xe4\x24\xe7\xbc\x54\x2a\x8d\ \x8c\x8c\x34\x1a\x8d\x63\x93\x93\x9e\xef\x1b\x63\x81\xd6\xba\x5c\ \x2e\x11\x4c\x93\x24\x39\xed\xb4\xd3\xcc\xd8\x16\x00\x8d\x10\xce\ \x16\xf2\xf3\xcb\x4b\x7b\x29\x2e\x96\x4b\xfb\xf6\xed\x6b\x36\x9b\ \x00\x20\x84\x68\xb7\x3b\x26\x49\x7c\x46\xe8\x4d\x4a\x49\x80\x20\ \x4e\x1f\x7a\xf8\x91\xb9\x99\xf2\x1b\x2e\xb9\x70\xba\xde\xbe\xee\ \xc6\xef\x5e\x78\xee\xb3\xce\x29\x92\xa5\x76\xeb\xa9\x77\x1f\x7e\ \xcd\xab\xaf\xfa\xeb\x2f\xff\xf5\x27\x8e\xed\x79\xce\xa5\x2f\x39\ \xff\xa4\x9a\x4c\xf9\xd6\xe7\xbf\xfa\x77\xdf\xf4\x1c\x04\x70\xcf\ \x57\xbe\xe4\x9d\x7e\xd5\xef\xbf\xfd\x52\x0a\xf0\xbd\x7d\x21\xc7\ \x1a\xe2\x66\x53\xe6\xdf\xf4\xde\xdf\x3f\xdb\x9b\xf9\xf3\x8f\x7c\ \xec\x1f\x6e\xdd\xf3\xdb\x97\x9f\xbc\x26\x38\x71\xae\x01\xda\x2b\ \x8b\xe5\x33\x5f\xf2\xc1\xb7\xbf\xf4\xe0\x75\x7f\xf4\xb7\xdf\xfe\ \xee\x8b\xf6\x3e\xff\x0b\x5f\xfe\xde\x9e\xd7\xfe\xce\x2f\x9c\x3f\ \x02\x80\x27\xef\xfa\xc2\xf5\x07\xdd\xf7\x7e\xe8\xfd\x9b\x92\x03\ \x1f\xfd\xbd\xcf\xdc\x76\xe6\x69\x23\xed\xba\x77\xfa\x15\x1f\x79\ \xc7\x65\xff\xf2\x67\xef\xbd\x29\xd9\xf3\x87\xef\x7f\xd9\xf7\xff\ \xee\x83\xdf\xf8\xee\xc3\x2f\xda\xb5\x77\xb1\xa3\x5e\xf8\x6b\x1f\ \x7a\xd5\x6e\x79\xfd\x27\x3f\xf2\xf9\x2f\x7d\xff\x0f\x7e\xfd\x05\ \xcf\xbd\xf2\x35\xa7\x07\xdd\xfb\xbf\xf9\xd7\xb7\xde\x71\xcf\x45\ \xaf\xdd\x0a\x99\x9d\xbf\xf4\xee\xdf\x3d\xb5\x8c\x61\xf9\x91\x24\ \x49\xb5\xd6\x5c\xa8\xcd\xe7\xbc\xea\x43\xbf\xf9\xc2\x85\xfb\xbe\ \xf2\xd1\x7f\xf8\xc2\x73\xcf\xff\x00\xc1\x08\x63\x0a\xbd\xc7\xfe\ \xfe\xeb\xf7\x9e\xf6\xba\x77\x5d\x3c\xde\xf8\xd4\xc7\x3e\xfb\x8d\ \x7b\x9f\xf7\x6b\x17\xd5\x00\x60\xe9\xe1\xeb\xaf\xdb\x9f\xbe\xf3\ \xea\x4f\x9c\x5c\x00\xc0\x70\x73\x14\xed\x7c\xe1\xeb\x7f\xef\x17\ \xce\xbb\xfb\x1f\x7e\xef\xeb\x37\xde\x76\xc1\xae\x57\x9c\xf5\xbc\ \xab\x36\x9e\x1e\x1c\xbb\xe3\x0b\xd7\xde\x7a\xeb\x6b\x5e\xb0\x7d\ \x65\xae\x71\xda\x4b\xde\xfa\x1b\x57\x9e\x0a\x1a\xf8\xf8\xe5\xbf\ \xb2\x3d\x98\xb9\xf7\xfa\xcf\xdd\x72\x4f\xf3\xf9\x23\xd7\x7e\xe5\ \xeb\x95\x4b\xdf\x75\xf5\x65\xbb\xb4\x42\xad\x23\xdf\x72\x36\x9d\ \xfe\xb6\xab\xdf\xbd\x89\xc0\xf2\x23\x5f\xfe\xca\x7d\xcb\xaf\xff\ \xf5\x77\x8e\xb7\xbe\xff\xb1\xbf\xf9\xe2\x7d\x97\xec\x5d\x5d\xec\ \x9e\x71\xe5\xbb\xdf\xfe\xe2\xcd\xbd\x03\xd7\xff\xc3\xa1\xee\x1b\ \x3f\xf8\x07\x17\x6c\xf0\x06\x39\xdd\xff\x4e\x0b\xe7\x9c\x23\xad\ \x41\x69\xc7\x76\x31\xc6\x69\x9a\x44\x61\x18\x44\x31\xe7\xc2\x71\ \x5c\xa5\x34\xa5\x64\xb5\xbe\x72\xef\x7d\xf7\xf9\x7e\x36\x4e\xd2\ \x5e\xd0\x93\x4a\x1d\x3a\x74\xb8\xd1\x68\x6d\xda\xb4\x19\x63\xac\ \x01\x3d\xf6\xf8\xe3\xaf\x7b\xdd\xab\x4d\x25\x5e\x29\x35\x79\x6c\ \xb2\xd5\x6e\x03\xc0\xf2\xf2\x92\xed\x3b\x98\x20\xcf\x71\xcb\xe5\ \xf2\xb1\xa3\x4f\x2a\xa5\x0e\x1e\x3c\xd8\xea\x76\x0a\xc5\x62\x22\ \x78\xa7\xdd\x59\x98\x9f\x0f\x83\xa0\x50\xc8\x03\xc0\x91\x23\x47\ \xaa\xd5\xaa\x99\x9a\x82\x00\x84\x10\x69\x92\x84\x41\x30\x3b\x33\ \xc3\xd3\x34\x0a\xc3\x38\x4e\x78\xca\x47\x86\x47\xb4\x56\xb3\x33\ \xb3\xbe\xeb\xa6\x49\x82\x11\xf6\x7d\x9f\x73\x4e\x29\xf3\x7d\x1f\ \x13\xe2\x11\x6c\xdb\xb6\x69\xbe\x73\x1c\x47\x6b\xdd\x6a\xb5\x10\ \x42\x69\x9a\x9a\x4c\x6d\x6e\x6e\xae\x5c\x2e\x97\x4a\xa5\x30\x8a\ \x30\xc6\x9e\xe7\x05\x41\x40\x29\xc3\x98\x60\x4c\x6a\xb5\x5a\xb3\ \xd9\x46\x08\x29\x80\x5e\x18\x3c\xeb\x9c\x73\xc6\x37\x6c\x78\xe8\ \xa1\x87\x16\x17\x17\xd3\x28\xce\x17\x0a\x13\x13\x13\x48\xeb\x30\ \x8c\x29\x79\xa6\xf4\xd3\x69\xad\xc3\x38\x1e\x41\xe1\x0b\x2f\x3c\ \xff\x86\xdb\xee\xf8\xdb\x6f\xdf\xd6\x6e\x77\x76\x6e\xdf\x76\xc9\ \x8e\xe1\xa5\x07\xee\x48\x47\xf6\xfe\xc8\xfd\x37\x9f\x77\xd5\x87\ \xf7\x3e\x67\xff\x0f\x6e\xbb\xee\xb3\x1f\x9e\x78\xe5\x3b\x77\x50\ \x86\x05\x5e\x57\x21\x31\xb3\x2d\xd2\xff\xfa\x02\x00\xc0\x94\x5a\ \x8c\x01\x38\xe3\x67\x9d\xba\xed\xba\x27\x66\xe0\xf2\x93\x9f\xfa\ \x41\x22\x16\xa3\x08\x60\xcb\xae\x0d\xf6\x63\xcd\xd5\xc5\xa3\xcb\ \x76\xe9\xca\x33\xc6\xcc\xad\x73\xc7\x8f\x64\x4e\x79\xfe\xc6\x0c\ \xe0\xcc\xf6\x33\xb6\xe0\x63\x33\x73\x35\x62\x31\x46\x00\x60\x7c\ \xcb\x90\xfb\xa4\x04\x80\xd1\xd1\x31\xf2\x70\x0f\x40\x53\xc6\x18\ \xa3\x00\xde\xb3\xcf\x38\xf5\x07\xb7\x4e\x2e\xcf\x1f\xf8\xda\xe7\ \xbe\xd4\x72\xcb\x62\x69\x55\x6c\x57\x42\x6a\x00\xf4\x23\x1a\xaa\ \x46\xd8\xcb\x15\x01\x60\x64\xf7\x9e\x61\x76\xd7\x6c\x2b\x44\x08\ \x21\x42\xd3\xfa\xe1\xc5\x30\x29\xee\xbb\xed\xba\x7d\xe9\xd0\x69\ \xe7\x6e\x2b\xac\x95\x29\x17\x26\x26\x8a\x5b\x4f\x3d\xa9\x44\xd6\ \x7f\x73\x9a\xd9\x0e\x00\x6c\xdc\xb1\x19\xee\x4e\x3a\xdd\xe5\x1b\ \xfe\xf2\x33\xc7\x44\xc1\x0d\x67\xb5\xf4\x24\x00\x26\xcc\xb2\x19\ \x00\x40\x32\x7f\xed\x67\xff\xf6\x70\xe0\xe6\xd2\x05\x01\xbb\xe2\ \x95\xe3\x4b\x5d\xeb\xca\x73\xb7\x23\x40\x08\x03\xd2\x0a\xb0\x99\ \xbe\x07\x8d\x99\xc9\x6e\xdc\xdb\x77\xfb\xf5\xfb\xd3\x74\xcf\xb9\ \x67\xe7\x19\x20\xca\x6c\xc6\x00\x20\x73\xf2\x25\xbf\xf0\xe2\xfa\ \x4d\xff\xeb\xc3\x8f\x9c\xf1\xfc\xd7\x5c\x75\xd9\x90\x3b\xc0\xa6\ \x7f\x4b\x2a\x47\xb8\xb1\xd2\x28\x57\xca\xb9\x4c\x0e\x00\x83\x46\ \x69\xca\x11\x26\x8c\x32\x04\x18\xc1\xda\x8e\x13\x25\x55\x18\x06\ \xbd\x20\x24\x18\x23\xd0\x07\x1e\xdf\xdf\xeb\x6c\xb6\x1c\x67\x6e\ \x66\xba\x9c\xcf\x82\xd2\x4a\xf1\xa5\xa5\x65\x33\x57\xe0\xe4\x3d\ \x27\x1d\x3f\x3e\x95\x24\xe9\xc3\x8f\xee\xf3\xb2\x99\xe1\x91\x9a\ \x65\xd9\x47\x8f\x1c\x7d\x74\xff\x3e\x00\x34\x33\x3b\x77\x7c\x76\ \xb6\x54\x2e\x29\x04\xd9\x4c\xf6\xe0\xc1\x83\x3c\x4d\x39\xe7\x08\ \x63\xa5\xf5\xc2\xc2\x02\xe7\x02\x00\xf5\x82\x90\xac\xae\x56\xca\ \x15\xa5\x64\x9a\xa4\xd3\xc7\xa7\x27\x8f\x4d\x6e\xdb\xb6\x2d\x8e\ \xa2\x24\x4d\x17\x17\x16\x3a\xed\xb6\x14\xc2\xb2\x9d\x5e\xd0\xf3\ \x7d\x1f\x61\x04\xa0\x31\x46\x49\x1c\x6b\x04\x5a\x6b\x8c\xb1\xe0\ \x3c\x08\x02\x21\x84\x6d\xdb\x99\x4c\x26\x8e\x63\x8c\xf1\xd8\xe8\ \xd8\xd8\xd8\x58\xa7\xd3\x19\xaa\x56\xe7\x16\x16\x08\x21\x5c\x08\ \x9e\xa6\xc3\xc3\x35\xd0\x08\x63\x9c\x24\x89\x94\xbc\x5e\x5f\x11\ \x69\xe2\xbb\x6e\xaf\xdd\x2e\x9e\x72\x8a\xc3\xac\xe3\x93\x93\x18\ \xa1\x46\xbd\x4e\x00\xa4\x52\xae\x6b\x6b\xfd\x4c\x51\x3e\xb5\x06\ \xae\x40\x4c\x1d\x3c\x6f\xc3\x4e\xb8\xf8\x79\xb7\xdd\x7d\xcf\xf0\ \xc8\xe8\x4b\xcf\xdc\xad\x27\x1e\x14\x22\xe5\xea\xa9\x08\xaa\x45\ \x2f\x88\x2d\xb7\x74\xe6\xc5\xaf\x4e\x17\xf6\x5d\x73\xd7\xbe\x8d\ \x3b\xac\xa0\xd1\x91\x6b\x1f\x17\x04\x3f\x62\x28\x45\x20\x45\x1a\ \xc5\x1a\xb2\xbd\x63\xc7\xa6\x0b\xdb\x5e\xf0\xaf\xbe\xe5\x40\x69\ \x05\x00\x4a\x83\x06\xed\x14\xc6\x73\x41\xf3\xc8\x91\xe6\x9e\xd3\ \x8a\x00\x30\x54\x1b\xef\xdd\x72\x78\x45\xbc\x60\x38\x9d\x3f\x78\ \x5c\x9c\x74\x69\x8d\xcc\x48\xad\x34\x98\x79\x99\xe6\xd8\x94\x46\ \x08\x01\x20\x2d\x45\x1c\xc5\x00\xd6\xe1\x63\x93\x74\xf4\xd9\xf3\ \xf7\xdd\x72\x30\xde\xf9\xe9\x0f\xbc\x65\xee\xce\xcf\xfd\xf9\x23\ \x1c\x51\xaa\x44\xbb\x1d\x71\x00\xbb\x5f\x87\xd0\x52\x9a\xf1\x7e\ \xcb\x87\x0f\x2d\x26\x95\xd1\x82\x77\x90\xf3\x34\x4e\xac\xdc\x48\ \xd1\x29\x9c\x7b\xe5\x2f\xbf\x60\x8b\x03\x66\xca\x2a\x00\x00\x54\ \x36\x8c\xd6\x1f\x3a\x36\x1d\xc2\x66\xcf\xa0\x2f\x32\x7f\x47\xa9\ \x80\x31\xb2\xf4\xc4\x9d\xb7\xcf\x78\x1f\xfe\x5f\xbf\x35\x7c\xf8\ \xba\x0f\xfc\xe3\x8c\x5c\x7b\x09\x0d\x00\xc1\xd4\x9d\xb7\x1d\x8e\ \xde\xf7\xe9\xab\x77\xcc\x7c\xef\xfd\x7f\xb5\x0f\x65\x87\xf2\x4e\ \xbc\xff\xf1\x85\xb3\x2e\x1c\x07\x00\xc4\xac\xb4\xdd\x89\x22\x00\ \x1f\xb2\xd5\x9a\x9f\x87\x2b\x7f\xf9\xd7\xd7\x5f\x39\x7a\x48\xae\ \x6f\xef\xd1\xfe\x85\xaf\xfc\xd5\xf3\x5e\x78\xf4\x93\xef\xfb\xe8\ \xb5\x99\xcd\xbf\x71\xc5\xae\x01\x36\xfd\x1b\xb9\x80\x94\x18\xb0\ \x6b\x79\x0c\x53\xa5\xc0\xc2\x56\x2a\xd2\x30\x8c\x01\xc5\x00\x88\ \x10\x4c\x08\x4e\xd3\x14\x63\x64\x31\xea\x58\x56\xaf\xd3\x65\x18\ \x79\x36\xe3\x49\xa4\x14\x4f\x23\xe8\xac\x2e\x49\xce\x27\x8f\x4d\ \x74\xbb\x3d\xcb\x62\x8f\x3d\xf6\xd8\x57\xbe\x7c\xdd\xd4\xd4\x94\ \xd2\x30\x32\x3a\xc6\x53\x11\x07\x49\x1a\xf1\x28\x4e\x26\x8e\x4d\ \x95\x8a\x45\x44\xe9\xc2\xec\xec\xcc\xec\x9c\x59\x67\xb0\xb2\xb2\ \x62\xac\x92\x84\x10\xd7\xcb\x34\x1a\x0d\xdb\x76\x34\xc2\x1a\x74\ \x26\x57\x58\x5a\x59\x21\x18\x49\x29\x1b\xad\x66\x36\x9b\xb5\xe7\ \x9d\x24\x49\x56\x56\x56\x56\x56\x56\x84\x92\x41\x14\xb6\x83\x1e\ \xa2\x88\x2b\xce\x08\x13\x9c\xc7\x71\x14\x04\x41\x26\x93\x71\x2c\ \xd6\x69\x35\x9b\x9e\x33\xbf\x30\x57\x2e\x97\xb7\x6c\xd9\x62\x4a\ \x72\x51\x14\x89\x31\xb9\x79\xd3\xd6\xc7\x1f\x3f\xb0\xbc\x54\xcf\ \xe7\xf2\xe7\x9c\x75\xf6\xc2\xec\x5c\xdc\x0b\xb6\x6e\xdc\xd8\x6a\ \xb7\xd3\x34\x75\x6d\xe6\x58\x45\x8a\x41\x4b\xce\x2c\x76\xfc\xd8\ \x93\xab\x8b\x0b\x0b\x8b\x0b\x58\x4b\x0c\x58\x24\x31\xc6\xc8\x76\ \xec\x38\x89\xd7\x97\x44\xfd\xbf\x0f\x84\x20\xc5\xac\xd9\x0b\x0b\ \xd3\x87\x2e\xd8\xb8\x6b\xcb\x65\xcf\xc9\x7a\x76\x66\xee\x80\x08\ \xc3\x7a\x90\x20\xcb\x7a\xea\x5f\xbd\x79\xeb\x57\xaf\x79\x60\x2a\ \xf1\x2d\xb1\xbc\x1a\x5f\xf6\x4b\x17\x9d\x55\x38\x7e\xf3\x2d\x7f\ \xff\x3f\xaf\x7e\xe8\xdc\x2b\x5f\x3b\x0c\x90\x8a\x35\x79\x5f\x09\ \xce\xb5\x04\x62\x89\x60\xfa\x4b\x9f\xfa\xe8\x2d\xd0\xac\xe3\x1d\ \xbf\x71\xd9\xfa\x56\x28\xad\x78\x9a\x4a\x0d\x5a\x70\xce\xa5\x06\ \xd0\x4a\xa4\x71\x44\xb3\xdb\xde\x74\xe5\xa9\x9f\xf9\xdc\x07\xf7\ \x57\x2b\x95\x9d\x2f\x7c\xeb\x15\xaf\x7a\xe1\xe3\x7f\xfc\x87\x1f\ \xf8\x80\x2f\xbb\xe4\x94\x97\x5e\x76\xea\xd0\xe3\x87\x03\xf3\x12\ \x4a\xf0\x94\x0b\x00\x50\x92\xa7\x5c\x02\x10\x9c\xf4\xbe\x7b\xcd\ \x1f\x4f\x16\xd2\xb9\xb6\xf3\x86\xdf\x7e\xce\xee\xd4\x1d\xbe\xf3\ \xda\x4f\xfc\x71\x93\x2f\x1e\x42\x3b\xaf\xf2\x4a\x5b\xce\x3c\xd9\ \xfe\xfc\x1f\x5d\x7d\xe7\xae\x73\x5e\x7f\xe9\xb8\x92\x42\x2a\x94\ \x2f\x65\xa7\x6f\xfc\xf2\x27\x56\x6f\x5e\x5c\x68\x9e\xf3\xda\x77\ \x6c\xa2\x90\xec\x1c\xfe\xa7\x1b\xff\xf9\xe8\xa5\xff\xed\x57\x2e\ \xbf\xe7\x73\x9f\x7e\xff\xdd\x43\x65\xbf\xb8\xf3\xcd\x6f\x7d\x55\ \x85\x02\x00\x6c\x38\xef\x95\x97\xdc\xff\xc9\x4f\x7d\xe0\xfd\x95\ \x62\xee\x9c\x57\xbc\x01\x81\x32\x07\xa3\x25\x0f\x23\x5e\xdd\x76\ \xee\xde\xcc\x5d\x7f\xfd\xf1\x3f\xcd\x04\x47\x23\xb2\x97\x01\x08\ \x9e\x72\xa9\x01\xc0\x1f\x3f\xfb\xcc\xa1\xfb\xaf\xf9\xc3\x3f\xa9\ \x88\xb9\x55\xb5\x83\x15\x37\xbe\xfa\xaa\x4b\xfe\xec\x1f\xff\xf0\ \xea\x5b\xab\xe5\xed\xcf\xfa\x85\x97\x9d\x73\x76\xee\xa6\x3f\xbb\ \xfa\x7d\xdb\xce\x7a\xee\x9b\x5f\xf1\xda\x2b\x1f\xf8\xc4\xa7\xdf\ \xff\xfe\x6a\xd9\x2d\x6f\x7f\xd1\xdb\x5e\xb3\x57\xa6\xa9\x90\x1a\ \x00\xe2\x99\x07\xae\xb9\xee\xd6\x18\x68\xdd\xdf\x78\xc6\xd6\xea\ \x7f\xe5\x9c\x0e\xbd\xf9\x8d\x6f\x30\x32\x10\x63\xec\x5d\xef\xfe\ \x2d\xf7\x84\x36\x8b\x6c\x36\xfb\xd5\xaf\x5e\xf7\xbe\xf7\x5d\x5d\ \xab\xd5\x5c\xc7\x97\x5a\x01\x20\xad\x81\x4b\x1d\xc7\xb1\x65\x59\ \x0a\x14\x8f\xbb\x5a\xf1\x5a\xad\xe6\xfb\x7e\xa7\xd3\xab\x37\x9a\ \x08\xe3\x5a\xad\x66\xdb\xae\x02\xcd\x28\xc9\x7a\x9e\x14\xc2\x88\ \x44\x18\xe3\x72\xb9\x8c\x31\xce\xe7\xf3\xf5\x7a\xfd\x92\x4b\x2e\ \xc9\xf8\x2e\x21\x64\x64\x64\x24\x49\x92\x6f\x7c\xe3\x1b\x41\x10\ \xbc\xfd\xed\x6f\x7f\xf2\xc9\x27\x0f\x1d\x3a\xe4\x38\xce\xcc\xcc\ \x0c\x63\xac\x52\xa9\x44\x51\x24\x84\x50\x4a\x71\xce\xb7\x6d\xdb\ \xf6\xf0\xc3\x0f\xa7\x69\xea\x38\x4e\x6d\xa8\x8a\x11\x58\x96\x25\ \xa5\x3c\xe5\x94\x53\x1a\x8d\xc6\xe4\xe4\x64\x10\x04\xc6\x57\x99\ \xcb\xe5\x62\xc3\xb9\x10\x02\x80\x34\x4d\x39\xe7\x9c\x73\xdf\xf7\ \xbb\xdd\xee\xe2\xe2\x62\x75\x68\xc8\xf5\x5c\xcb\xb2\xc6\xc6\x46\ \x11\x22\x07\x0e\x1c\x0c\x82\x60\xe3\xf8\xa6\xed\xdb\x77\x38\x8e\ \x13\x04\x61\xb1\x54\x68\xb6\x1a\xd7\x5f\x7f\x7d\x92\x24\xaf\x78\ \xc5\x2b\xc2\x30\x0c\xc3\x30\x49\x92\x66\xb3\xb9\xb2\xb2\xd2\x6e\ \xb7\x41\x6b\x42\xa9\xd9\x5f\xc0\x18\xc3\x84\x98\x22\xa0\x79\xf8\ \x27\x3e\xfe\xd1\xe7\x5c\x74\x61\x18\xae\x2d\x8f\x64\x8c\x2d\x2c\ \x2c\xfc\xe6\x6f\xbc\x63\x68\xa8\x56\x1b\x1e\xee\x3b\x0c\xa4\x94\ \xf9\x7c\xee\x97\x7e\xf1\x2d\xd5\xa1\x61\xb3\x9b\xcf\x14\x07\x09\ \x21\x49\x92\x2e\xcc\xcf\xec\x3e\xf9\x54\x66\x59\x5a\x6b\xce\xf9\ \xea\xca\xd2\xce\x93\x4e\xf9\x77\xf8\x9b\x8e\x7c\xff\xe6\xc3\x5f\ \xfb\x2b\x2c\x39\x00\x50\xcb\x56\x4a\x2a\x21\x94\x52\xde\xc6\x5d\ \x67\xfe\xd2\x7b\xca\x23\x1b\x4e\xbc\x7b\xaf\xbe\x34\xbf\xdc\x48\ \x24\x2a\xd4\x36\x8c\x55\x73\x18\x54\x73\x69\x7a\x76\x39\x28\x8d\ \x6d\x2e\x92\xb0\x2d\x9c\x91\x72\x16\x00\x7a\x8d\xa5\x1e\xad\x0c\ \xcb\x87\xae\xfe\xf8\xd7\xce\x7f\xdd\xaf\x6e\x77\x71\x65\x7c\x53\ \xc9\x5f\x47\x3a\x95\x2c\x2e\xd6\xb3\x43\xa3\x24\x5c\x6a\x71\x77\ \xb8\x9c\x53\x71\x6b\xb1\xc9\x87\x46\xaa\x14\x44\x63\x7e\x7a\x7e\ \x35\x70\x4a\x63\x5b\x37\x94\x70\xda\x9d\x9c\x9a\x8e\x50\x76\xd3\ \x96\x8d\x3e\x85\xb0\xb5\xdc\x12\xee\x68\x25\x9b\x74\x56\x1a\x09\ \x1b\xa9\x16\x92\x4e\xbd\x9e\x38\xa3\x95\xce\x1f\xbd\xff\x93\xa5\ \x4b\xde\xf2\xbc\x11\xea\x8d\x6c\x1a\xc9\x7b\x00\xd0\x5d\x99\x9d\ \x5e\x6c\x00\x75\xab\x63\x63\x43\x39\x4f\x45\x9d\xa9\xa9\xe9\xc4\ \x2a\x6c\xde\x50\xea\xd4\x3b\xb9\xda\xb0\x95\x76\xe6\xe6\xe7\xdb\ \xa1\xc8\x55\xc7\x36\x0c\x17\x09\x00\xc8\x70\x66\x76\x35\x37\x34\ \x9e\x77\xc5\xea\xcc\xf1\x85\x66\xe4\x15\x86\x36\x8e\xd7\xfa\x9b\ \xa8\x74\x1a\xcc\x4e\x4f\x37\x63\x18\xde\xb4\xc5\xe3\xed\x1e\xce\ \x0e\x17\xbc\x34\x68\xac\xf4\xd0\x48\xad\x98\x76\x96\xa6\x66\x96\ \x52\xb0\xab\xb5\xd1\x91\x4a\xb6\xb3\x3c\x9f\x3a\xa5\x4a\xce\x01\ \x80\xb4\xb7\x32\x75\x7c\x31\x01\x5a\xa8\x8e\x8e\x0d\xe5\x31\x40\ \x7b\x69\x7a\x76\xb9\xc5\xf2\xb5\xad\x1b\x6b\x2a\x58\x99\x9c\x5a\ \x44\x99\xa1\x2d\x1b\x6b\x4c\x44\xb3\xd3\xc7\x1b\xa1\x2c\x0c\x8d\ \x6f\xac\xe5\x9a\x8b\x0b\xca\xaf\x94\xb3\x4c\x27\xdd\xe9\xe9\xe9\ \x56\x04\xa5\xe1\x0d\xe3\x43\xff\x21\x95\x70\xa5\x54\xd0\xeb\x3e\ \xed\xbc\x49\x6b\xa5\x94\xa2\x94\x52\x46\x34\x37\xb4\x13\x39\xb6\ \x85\x30\x2a\x16\x8a\x88\xa0\xa5\xf9\x38\x89\x13\x29\x25\x42\x28\ \xe5\x1c\xb4\xb6\x2d\xcb\x76\x1c\xad\xb4\x90\xd2\x54\xf1\xcc\x4c\ \xdb\x20\x08\x4c\x85\x3e\x97\xcb\x79\x9e\x67\x4a\x6f\x99\x8c\xd7\ \x6c\xd4\x87\x87\x47\x1c\xc7\x31\x1a\x50\xbf\xb5\x0d\x00\x3c\xcf\ \xeb\xf5\x7a\x0b\x0b\x0b\xf9\x7c\xbe\x58\x2c\x66\xb3\xd9\x4e\xa7\ \x93\xcb\xe5\xcc\x21\x75\xbb\xdd\x6a\xb9\xe4\x65\xfc\x42\xa1\xc0\ \x18\x5b\x5a\x5a\x6a\x34\x1a\xad\x56\x4b\x08\x81\x10\x4a\x93\xa4\ \x87\x71\x2a\x84\xd9\x9a\x69\x0c\x4a\xe6\x9c\x37\x26\x6f\xdb\xb6\ \xb5\xd6\x8e\xe3\x64\xb3\xd9\x42\xa1\xe8\xba\x5e\xbd\xde\x38\x76\ \xec\xc9\x24\x49\x1a\x8d\xc6\xf0\xf0\x48\xad\x36\xb4\xb4\xb2\x64\ \x06\xc5\x01\xc0\x23\x8f\x3c\x12\x04\x81\x5e\x77\x4b\x19\x9d\x1b\ \x13\x42\x29\x45\xeb\x61\x8c\x0e\x61\x18\x6a\xad\x01\x69\xfd\x8c\ \x69\xa6\xc3\x00\x3b\x2e\xba\x74\xf4\xcc\x0b\xcd\x17\x8f\xd6\x0a\ \x10\x20\xc0\x00\x60\xd9\x96\x67\xff\x88\x79\x12\x67\xca\x23\x3b\ \xcb\x23\x27\x5e\x53\xac\x6d\x2e\xd6\xcc\x65\xbf\x2f\xd2\x66\x4a\ \xb5\x0c\x00\xac\x72\x21\xf1\xc8\xb6\x5d\x3b\x73\x3f\xf2\x34\xf6\ \xf0\xe8\x28\x00\x40\xae\x66\x9c\x8b\xd8\x29\x8c\xae\x3d\x2b\x2d\ \x8d\x6e\x2d\x8d\xae\xdf\xd3\xca\x6e\xd9\xf9\x43\xc0\xf5\x0a\x43\ \xe6\x25\xec\x5c\x75\x64\xed\x42\x79\x14\x00\x54\x33\x15\xaa\x30\ \xb6\x73\xdb\xce\x1f\x1e\x70\xb6\xba\xe1\x94\xea\x0f\x81\x15\xbb\ \xb9\xad\xbb\xf7\x98\xcb\xee\xa8\x07\x00\xe0\xe6\x36\x6e\x7b\xea\ \x91\x11\x6f\x7c\xd3\x46\xf3\x7d\x51\x19\xdf\x5e\x19\xff\x57\xdf\ \xd8\x96\x3f\xbe\x7d\xf7\xfa\xd5\x4e\xc6\x1c\xa3\x5f\x1a\xf3\x01\ \x00\x9c\x5c\xed\xa4\x53\x6a\xfd\x3b\xe7\x86\xfa\x6f\x03\xac\x4c\ \x75\xe7\x29\x4f\x21\x3b\xf9\xda\xc6\x7c\x6d\xe3\xda\x0f\x7e\x75\ \x57\xff\x56\xe6\x6e\xd8\x76\x52\xff\xb8\x8b\xc3\x6b\xbf\x17\x64\ \x67\x37\xed\x38\x65\xd3\xc0\xdd\xf4\x7f\xd2\xc2\xcd\xa0\x12\x85\ \x10\xb2\x2c\xa6\xb5\x8e\x93\x34\x4d\x05\xd5\x8a\x10\x8a\x31\x22\ \xd4\x38\x86\x90\xc1\x26\x21\x84\x54\x0a\x21\xec\x38\x0e\xa5\x96\ \x46\x80\x41\xbb\xb6\x9d\x26\x89\xc1\x0b\xb3\x80\xb3\x50\x28\xb8\ \xae\xcb\x18\x6b\xb5\x5a\x82\xa7\x71\x9c\x84\x61\xa8\x94\xea\x76\ \xbb\x96\x65\xf5\x7a\xbd\x6e\xb7\xdb\xed\x76\x8d\xb2\x83\x31\x36\ \xcb\x29\x7b\xbd\x9e\x6d\xdb\xb9\x5c\x2e\x8a\x22\x42\x08\x63\xcc\ \xb2\xac\x7c\xa1\x30\x54\xad\xcc\xcf\xcf\x9b\x03\x08\x82\x80\x10\ \x62\xdb\xb6\x59\x32\x6c\x44\x25\xb3\x13\x58\x08\x01\x6b\x6b\x11\ \xc0\x68\x4c\x4a\xa9\x30\x0c\x2c\xc7\x36\x1e\x85\x5c\x2e\x2f\x84\ \x20\x84\xba\xae\x47\x29\x5d\x58\x98\x6f\x36\x5d\x44\x50\xa7\xd3\ \x31\xb8\xd6\x68\x34\xcc\x13\x02\x80\xc1\xb5\x34\x4d\x8d\x43\xca\ \x1c\xa4\x31\x2b\x24\x49\xb2\x36\x27\x33\xe5\x66\x51\xf0\x33\x24\ \x08\x42\xb9\x8c\xff\xb4\x3c\x75\xf1\x8c\xdf\xfa\xef\x3b\x72\xfe\ \xcf\x01\x62\x6b\xff\xdf\x7b\x7e\xc7\x2e\x58\x83\xf3\xf6\xbf\xbc\ \x87\x40\x03\xa5\x84\x52\x2c\x04\x17\x42\x28\x2d\xa5\xe2\x8c\x51\ \x21\x25\x20\xd4\x68\xd6\x35\x68\x21\xb8\x52\xca\xe4\x50\x69\x9a\ \x00\x00\x26\xd8\x00\x04\x20\x14\x06\xdd\x1e\xe7\xb6\x65\x99\xfb\ \x98\xfc\x85\x73\x4e\x29\x35\xa7\xf4\xe8\xd8\xe8\xf2\xd2\x52\xbd\ \x5e\xaf\x56\xab\x18\xe3\x30\x0c\x1f\x7e\xf8\x61\x73\x1f\x93\x0a\ \x25\x49\x62\x72\x9f\xbd\x7b\xf7\xe6\xf3\xf9\xc5\xc5\x45\xe3\x81\ \xea\x74\x3a\x66\xb0\xc9\x93\x4f\x3e\xc9\x39\x37\xbe\x81\x38\x8e\ \xcd\x64\xde\x20\x08\x3c\xcf\x4b\x92\x04\x61\xac\x01\xa4\x94\x06\ \xbc\x0c\x66\xad\xed\x13\x26\x24\x49\x12\xc1\x79\x3e\x9f\x67\x8c\ \x85\x61\xd0\x68\x34\x92\x24\x19\x1f\x1f\x1f\x1f\x1f\x27\x84\x34\ \x9b\xad\x83\x87\x0e\xcc\xcd\xcd\x19\xb5\xcb\xf4\x03\x1b\x0f\x54\ \x9a\xa6\xc6\xab\xb9\xc6\x9e\x30\x5e\x9f\x1d\x0c\x52\xca\x5c\x2e\ \xc7\x18\x5b\x5d\xad\x1b\x9a\xf9\x9f\xff\x43\x44\xbc\xa1\xda\xcf\ \xa7\xe0\xcd\x2a\xb5\xda\xe0\xa4\x1d\x60\xd3\x5a\xea\x08\x00\x5a\ \xe9\x4e\xa7\xa3\x94\xa4\x96\x65\x59\x4c\xa5\x9c\x10\x64\x56\x3c\ \x81\xb4\xc2\xa0\xcb\x39\x6f\x34\x1a\x4a\x69\xa5\x14\x25\xa4\xdb\ \xed\x2a\xa5\x85\x52\x4a\x70\x9b\x52\x25\xa5\x19\xb1\x66\x36\x02\ \x18\xec\x00\x80\x20\x08\x67\x66\x66\xa2\x30\x74\x1c\x27\x93\xc9\ \x38\x8e\x63\xf2\x29\xc3\x89\x0c\x61\x71\x1c\xc7\xb0\x24\xa3\xef\ \x4c\x4d\x4d\xb5\xdb\xed\x6e\xb7\x6b\xf2\xbe\x5e\xaf\x57\xaf\xd7\ \x8d\x34\x86\x31\xee\x33\x17\x33\xe7\x5b\x08\x21\xb5\xee\xd3\xa5\ \x24\x49\x8c\xf6\x64\xa6\xa0\x58\x96\x25\xa4\xc0\x18\xb7\x5a\xad\ \x62\xb1\x38\x34\x54\xa3\x74\x9a\x59\x0c\x21\x78\xf4\xd1\x47\xc3\ \x30\xe4\x5c\x2c\xaf\x2e\x19\xc4\xe1\x9c\x1b\x5a\x97\xc9\x64\x84\ \x10\x66\x51\x9d\x41\x25\x73\x87\x7e\xa7\xb1\xb9\xc6\x8c\xdf\x44\ \x68\xb0\x4a\x7b\x10\x83\x78\x7a\xb0\x09\x10\x50\x4a\x98\x4d\xb5\ \x06\xa4\x80\x50\xa2\xb5\x62\x94\x60\x42\x28\xc5\xae\xe7\x76\x78\ \x44\x30\x16\x42\x74\xbb\x5d\xc3\xb3\x6c\xc7\x61\x16\x4b\xd3\x94\ \x0b\xe9\xb9\x76\xd6\xf7\x01\xc0\x48\x30\x86\xb9\xb4\xdb\xed\x5e\ \xaf\x27\x84\x50\x4a\x76\x3a\x1d\x9e\x26\x00\xd0\x6c\x36\x83\x20\ \x30\x67\x35\x00\xac\x0f\xc6\xd5\x96\x65\xf9\xbe\x2f\x84\x38\x7e\ \xfc\x78\x14\x45\x06\x7a\xa2\x28\xb2\x2c\xab\xd3\xed\x22\x50\x3c\ \x4d\xe3\x38\x36\x12\x92\x11\xaa\x4d\x5f\xae\x21\x35\x62\x7d\x9c\ \x2e\x00\xe8\x13\x06\xec\x9a\x2d\x29\x71\x92\x18\x42\x64\x36\xa6\ \x6c\xda\xb4\xe9\xa1\x87\x1e\xba\xf7\xde\xfb\x0c\xd6\x28\xa5\xb5\ \xd2\xc6\x78\x69\xda\x56\x2c\xcb\xea\xf3\xa3\x75\x6a\xa9\x8d\x98\ \x65\xd2\x46\x73\xfc\x06\xf8\x30\xc6\x18\x21\xd0\x83\xe1\x72\x83\ \x18\xc4\xd3\x81\x4d\x00\x84\x62\xc6\x28\x68\xa4\x35\x00\xc1\xae\ \xe3\xda\x8e\xa3\x34\x08\x21\x99\x45\x5d\xd7\xed\x52\x6a\xe4\x24\ \x00\x6c\xd9\xb6\x63\xdb\x18\x61\x21\x95\x10\x5c\x4a\xca\x2c\x4b\ \xaf\xdb\xa3\xfb\x9a\xb4\xd1\xa7\x8b\xc5\xa2\xeb\xd8\x71\x1c\x72\ \x2e\xe6\xe6\xe6\x16\x16\x16\x18\x63\xdd\x6e\xd7\x68\x43\x9e\xe7\ \x45\x51\x64\x00\xcb\x54\x0f\xe3\x38\x36\x58\x60\x68\x8b\xe0\x3c\ \x08\x42\xc7\x62\x8c\xb1\x20\x08\x8c\x97\xd2\xc8\x3d\x66\x98\x2f\ \xc2\xd8\x67\x4c\x08\x61\x98\x8e\x49\xe5\x0c\x77\x33\x3f\x0a\xc1\ \xa3\x38\xca\xe5\x72\x9d\x4e\xe7\xc0\x81\x03\xad\x56\x9b\x10\x92\ \x24\xb1\xe3\x98\xf6\x1a\x8f\x2a\x42\x7a\xa4\x8f\x41\x86\x40\x99\ \x5f\x4b\x7f\x80\xef\x89\x92\x96\x01\x29\x33\xfb\xdc\x75\x5d\x42\ \xc9\x00\x99\x06\x31\x88\xa7\x05\x9b\xb4\x52\x00\xc8\x9c\x72\x80\ \xb0\x52\xda\xb2\xa8\x71\x57\x23\x8c\x29\xa5\x20\x85\x39\x33\x19\ \x63\x29\x17\x18\x13\x84\xb1\x10\x22\x97\xcd\x2b\xc8\x82\x96\x52\ \x0a\x9e\x9a\x1c\x07\x99\x53\xda\x71\x1c\x63\x10\x77\x5d\xd7\xb6\ \x19\xe7\xa9\x52\x3a\x4d\x53\x21\xb8\xef\xfb\x18\x63\xce\x53\xcb\ \xb2\x4d\x8a\x07\x00\xdd\x6e\x97\x52\xea\x38\x4e\x18\x86\x86\x92\ \x98\xe3\x71\x5d\x17\x23\x50\x5a\x11\x42\xcc\xc0\x6f\xdf\xf7\x5b\ \xad\x16\xc6\xd8\x8c\xd9\x25\x84\x58\x8e\x13\xc7\xb1\x21\x5c\x46\ \x1b\x32\x32\x76\xbb\xdd\x91\x52\x68\x0d\x51\x18\x19\x34\x8c\xe3\ \x24\x49\x52\x00\xb0\x2c\xdb\x54\xf1\x92\x24\x15\x4a\x6a\x58\xa3\ \x7b\x06\xe0\xfa\x62\xd9\x7a\xc1\x4b\xf7\x55\x27\x93\xe2\xf5\x41\ \x10\x63\x82\x60\x90\xd3\x0d\x62\x10\x4f\x1b\x6f\xc2\x18\x28\x25\ \x4a\x29\x8c\x29\x17\x52\x4a\xd5\x6c\xb5\x52\x9e\x32\xc6\x08\xa1\ \x51\xaf\x67\x48\x10\x00\x20\x84\x19\xa5\xc6\x70\x68\xdb\x36\xb3\ \x6d\x25\x39\x52\x32\x49\x13\xa9\x24\x26\x38\x4d\x53\x73\x02\x9b\ \x67\x0e\xa3\x88\x52\xa2\x94\x46\x08\x51\xca\x94\x02\xa5\x4c\x41\ \x0d\x99\x52\xbd\xe7\x79\x61\x18\x08\x01\x46\xa5\x2a\x57\xca\x8d\ \x7a\x83\x0b\x8e\x30\xc2\x18\x69\xad\xf3\x85\x7c\x9a\x24\x61\x18\ \x22\x84\x04\xe7\x61\x18\x1a\xcc\x30\x89\x9b\x52\x2a\x49\x12\x63\ \x6b\xd2\x4a\x11\x4a\xb4\xd2\x29\xe7\x08\x00\x21\x10\x82\x4b\x29\ \xc3\x30\x30\x4e\x02\x29\x95\xc9\xd7\x92\x34\x65\xd4\x4a\xe2\x24\ \x08\x43\x2e\xb9\x39\x66\xd3\x70\xd3\xcf\xef\x60\x7d\x86\x81\x41\ \x5b\x63\x23\x30\x88\x69\xb0\xc9\x4c\xd1\x54\x83\x84\x6e\x10\x83\ \x78\x3a\xb0\xc9\x78\x08\x30\x65\x52\x21\x00\xac\x00\x34\x42\x8e\ \xeb\xb5\xdb\xdd\xd5\xd5\x3a\x21\x44\x2a\x8d\x91\x50\xa0\x00\x21\ \xa1\x14\x60\xc4\x6c\x4b\x23\xe4\x79\x3e\x26\xa4\xd5\x6a\x49\x21\ \x73\x59\x0f\x53\xa6\xb8\x94\x80\x34\x22\x98\x31\x62\xdb\x9e\x6d\ \xf7\xe2\x38\x4e\x79\x16\x61\x44\x28\x42\x38\x93\xcb\x0f\x0d\x8f\ \x20\x84\x32\xb9\x42\x91\x31\xad\xb5\xed\x38\x9e\xe7\x36\x5a\x0d\ \x4a\xa9\xef\xfb\x4a\x29\xc6\x39\x60\x12\xf4\x7a\x4a\x83\x94\x2a\ \x49\x92\x5e\x18\x82\x52\x61\x1c\xdb\x96\x55\x2c\x95\x94\x52\x80\ \x90\xd6\x1a\x13\x22\xa4\x74\x6c\x87\xa7\x31\x4f\x42\xc5\x39\x41\ \x88\x31\x8a\x29\x69\x77\x52\x29\x25\x65\x98\x0a\x8c\x31\xc2\x84\ \x32\x66\x11\x42\x01\xd4\x7a\xa6\x06\x42\xf2\x38\x8c\x11\x20\x29\ \xb9\x59\x89\x6e\x34\x29\x42\x88\x65\x99\xc5\x79\x6b\x20\xd5\x27\ \x83\x46\xb0\x37\xd8\xe4\x38\x8e\x65\x59\x66\xe5\xe7\xe0\x13\x36\ \x88\x41\xfc\xec\xb1\x49\x6b\x40\x84\xd8\xae\x87\x28\x51\x4a\x69\ \x40\x08\x61\xca\x6c\x84\x03\x29\x35\x21\x84\x62\x10\x9a\x2b\x50\ \x1a\x80\x98\x16\x4b\x8c\xb5\xd2\x9e\xe7\x7b\x9e\x17\x04\x21\x57\ \x42\x23\xe2\xe7\x72\xd4\x76\x2c\xc7\x45\x08\x31\xc7\x06\x4c\x30\ \x65\x99\x5c\x5e\x23\xdc\x0b\xe3\x34\x15\x08\x81\x65\x59\xa5\xca\ \x50\xca\x39\x66\x36\x66\x4c\x49\x29\x24\x44\x5c\x28\x84\x39\x42\ \x9d\x20\xd4\x4a\x49\x29\x2d\xd7\x65\x96\xe5\xb8\x5e\x1c\xc7\xad\ \x56\x4b\x08\xe5\x58\x8c\x52\x2a\x94\xb2\x6c\x5b\x6b\x4d\x28\x4d\ \xd3\x94\x59\x96\x54\x2a\x49\x13\x24\xa5\x4e\xb9\x48\x62\x6d\x2a\ \xfd\x16\x53\x42\x98\x95\x53\x08\x23\xa5\x15\x28\x8d\x31\x31\x15\ \x46\xa3\x19\x09\x21\xcc\x06\x4d\xa5\xa4\xd6\x9a\x12\x02\x84\x18\ \xa2\xd4\x5f\xf0\xbb\x96\xe4\xae\x87\xc9\xf5\x4c\x62\xdb\x07\xac\ \x41\x0c\x62\x10\x4f\x63\x4e\x47\x30\x56\xeb\x8d\xa0\x08\x21\x84\ \x91\x51\x85\x3d\xcf\x45\x88\x4a\x29\x34\xd7\x6a\xad\x0f\x13\x10\ \xc2\x18\x63\x42\x89\xd1\x89\x38\xe7\x29\x4f\x1b\xcd\x86\xd1\x83\ \xd6\x36\x14\xb4\x35\x42\xc8\xdc\x55\x0a\xa1\xa4\xc2\xe6\x61\xa6\ \x24\x4f\x88\x29\x6c\xad\xa5\x4e\x48\x03\x06\xa1\xa4\x92\x12\x03\ \xc2\x18\x2b\x29\x19\x21\x9e\xeb\x65\x32\x19\x4a\xa9\x92\xdc\xd8\ \xa9\x8c\x80\x65\x7c\x46\x66\xa6\x25\x20\x24\xa5\x24\x5a\x03\x60\ \x0d\x58\x4a\x53\xb6\x4b\xd2\x94\x5b\x96\x8d\x31\xa1\x84\x52\x42\ \xa4\xd2\xa6\x26\xd8\x2f\xe1\x19\xee\x63\x1c\x09\x7d\xcb\x68\x1f\ \x7d\xcc\x0b\xf5\xa5\xfd\xfe\xb4\x29\x03\x5e\xe6\x48\x8c\x28\x6e\ \xd6\xee\x0d\x3e\x61\x83\x18\xc4\xd3\xa3\x37\x21\x30\x82\x8b\xd6\ \x1a\xb4\xd2\x1a\x38\xe7\x99\x8c\x9f\xc9\x64\x01\x50\x1c\x47\x0b\ \x8b\x89\xd6\x08\xe3\xb5\x8e\x10\x82\xb1\x94\xb2\x5e\x5f\x91\x52\ \xa7\x29\xd7\xa0\x34\xd2\x18\x61\x8c\xd1\x1a\xba\x21\xc4\x18\xe3\ \x3c\x05\xc0\x80\xcc\x7f\x22\x25\x37\x70\x40\x29\x35\x27\xbf\xf1\ \x9d\x9b\xfd\x2b\x1a\x01\x46\xc8\x60\x0d\xc6\x58\x6b\x08\x82\x00\ \x63\x22\xa5\x54\x52\x1a\x31\x3a\x49\xd6\xcc\xe5\x46\xb1\x96\x52\ \x12\x4a\x8b\xf9\x3c\x28\x29\xa4\x50\x5a\x63\x04\x1a\x83\xd6\xa0\ \x01\x84\x96\x9c\x73\xa5\x35\xb3\x1c\xe0\xa2\x3f\x8a\xc0\xe0\x9a\ \xc1\x26\x73\x24\x66\x92\xaf\xe1\x53\x18\xe3\x35\x67\xc0\x3a\x24\ \x01\x80\x29\x3b\xae\x43\x33\x32\x4a\x93\x01\x2f\x4a\x09\xc2\x03\ \x6c\x1a\xc4\x20\x9e\x1e\x6c\x52\x4a\x47\x51\x68\x4e\x3c\x42\x08\ \x4f\xa5\xe9\x26\xb1\x2c\x9b\x52\x86\x31\xc6\x98\x18\x50\xa2\x94\ \x11\x4a\xe3\x24\x8e\x93\x44\x0a\x29\xe5\x7a\x17\x1b\x41\x42\xf1\ \x7e\x55\xab\x5f\x71\x5f\xbb\x0c\x08\xd6\x85\x1b\xb4\xc6\x94\x74\ \xff\xe5\x00\x21\xa1\x04\x10\x6c\x86\x75\x6b\xad\x11\x00\x23\x84\ \xa7\x1c\x21\x64\xdb\x16\x06\x0a\x80\x00\xd6\xec\x94\x06\x1f\x4d\ \x76\xa6\x8c\x26\x2d\xa4\x90\x5a\x4a\xad\xb4\x52\x5a\x03\x02\xa5\ \x81\x02\x06\x40\x4a\x01\x21\x24\x4d\xb9\xf1\x5e\x19\x21\xa9\x2f\ \x66\x9b\x72\x5e\x1f\xaa\x84\x10\x8c\x31\xc6\x98\x19\xef\x0b\x00\ \xc9\x7a\x23\x8e\x21\x50\xc6\xfa\x64\xd0\xca\xbc\x71\x29\xe5\x40\ \x6e\x1a\xc4\x20\x9e\x16\x6c\x32\x73\x9d\x39\x17\x18\xe3\x42\xa1\ \x40\x08\x55\x52\xb5\x5a\x1d\x63\x01\xa7\x94\xd9\xb6\xa5\x95\xc6\ \x88\x60\x4c\x40\x03\xc1\xc4\xb4\xc5\x0a\x2e\x09\xc6\x88\x51\xce\ \x85\x4c\xd7\xe6\x43\x12\x82\x01\xb0\x69\x43\x63\x8c\x1a\x96\x41\ \x30\x36\x60\x44\x10\xd1\xa0\x85\x12\x18\x61\x84\x90\xd1\x7a\x10\ \xc1\x00\xa0\xa4\x94\xca\xd8\xab\xc0\x50\x94\x38\x8e\x4d\xeb\x9c\ \x12\x1c\x69\x65\x84\x1e\xc6\x58\x9f\x76\x99\x0b\x41\x18\x3a\x96\ \x05\x18\x2b\xad\xb9\x10\x00\x48\x48\xa9\xb4\x02\x8c\x31\x65\x58\ \x83\x16\x89\xc1\x91\x3e\xfd\x59\xc3\x35\xa5\x0c\xf9\xd2\x27\xb4\ \xcb\x11\x42\x3c\xcf\xcb\xe5\x72\x71\x1c\x1b\xc9\xc9\xa8\x4e\xa6\ \xfd\xc5\x68\xe1\xeb\xcc\x4e\xaf\x81\x97\x94\x83\x4f\xd8\x20\x06\ \xf1\xf4\xe4\x74\x80\x34\x4f\x9a\xcd\x66\xa1\x50\x20\x84\x38\xb6\ \x1b\x45\x09\xe7\xdc\xb6\x1d\xce\xb9\xe3\x38\x18\x53\x00\x64\x31\ \x1b\x63\x9c\xf1\x33\xad\x76\xcb\x10\x10\xc6\x98\x65\x5b\x82\x0b\ \xbc\xe6\xfd\x59\xc3\x3a\x8c\x31\x63\x14\xd6\xe6\x35\x3f\x45\x37\ \x46\x80\x28\xb3\x0c\xb1\x32\xb7\xcd\xb0\xb2\x10\x00\x00\x20\x00\ \x49\x44\x41\x54\x69\xd0\x1a\x90\x46\xb0\xb6\xdf\xc9\x48\x3c\x1a\ \x04\xe3\x86\xb6\x68\x29\x53\xbd\xb6\x0a\x25\x0c\x43\xc6\x98\xf1\ \x85\x5b\xeb\x03\x89\xa2\x28\x52\x4a\x09\x29\x38\xe7\x84\x31\xa5\ \x15\xa6\xc4\xf0\x1d\xcf\xf7\xd2\x34\x25\x98\x50\x4a\x19\x63\xd9\ \x6c\x56\x29\x15\x86\x21\x21\xc4\x98\x3f\x5d\xd7\x8d\xe2\x98\x0b\ \x61\x48\x1c\xa5\xd4\x4c\x47\x31\xbd\x2f\xc6\xb8\x60\xf8\x91\x61\ \x82\x66\x5d\x02\x00\x18\x9e\xd5\xe9\x76\xfb\xe3\x59\x06\x31\x88\ \x41\xfc\x8c\xb1\x09\x01\x00\xa0\x7a\xbd\xae\xb5\xde\xbc\x69\xb3\ \xc5\xec\x24\x49\x5c\xd7\x55\x6a\x6d\xd7\x1b\xa5\x94\x31\x1b\x00\ \x23\x84\xc2\x30\xa2\x94\x55\xab\x55\xa5\x44\x10\x04\x51\x14\x03\ \x02\x4c\x30\x80\x5e\x1f\xb0\x8d\x00\x29\xbd\x26\x1e\x23\x40\x3f\ \xda\x0a\xab\x94\xea\x67\x78\x00\xa0\x11\x00\x90\x13\xb1\x49\x29\ \x05\x52\x21\x84\xe2\x38\xee\x05\xbd\x42\x36\x93\xf1\xbd\x66\xb3\ \x69\xb6\x84\x1b\xf0\x32\xd8\x64\x86\x58\x2a\x09\x04\x61\x4a\x34\ \x27\x5a\x6b\xa4\x01\x09\xa1\x92\x54\x48\x29\x1d\xd7\x95\x52\x7b\ \xbe\x27\xa4\xa0\x94\xe6\xf3\xf9\x5e\xaf\x67\x26\x73\x46\xeb\x0b\ \xec\x3a\xdd\xae\x19\x30\x60\xf8\x14\xe7\xbc\xdf\x94\x67\xf8\x91\ \xb9\x29\x49\x92\x38\x8e\x95\x52\x8e\xe3\x18\x5c\x03\x00\x46\x69\ \x5f\x96\x1a\xc4\x20\x06\xf1\xb3\xc4\x26\xa5\xb5\xed\xd8\x85\x4a\ \xc5\xb4\xf2\x96\xcb\x15\xc6\xac\xa1\xa1\xa1\x5c\x2e\x37\x31\x71\ \xd4\x71\x5c\xb3\x11\xb3\x50\x28\x60\x8c\xd3\x34\x4d\xd3\xd8\xf5\ \x5c\x21\x44\xaf\xd7\x49\x92\x58\x08\x8e\x09\xd1\x60\x58\xd2\x3a\ \x15\xd2\xfd\xa2\x9e\xa1\x52\x3f\xca\x2b\x7e\x28\x3d\xad\x61\x93\ \x3e\x11\x9b\x08\xc6\xb0\xd6\xb6\xa2\xd2\x24\x41\xf9\x9c\x65\xd9\ \xc6\x76\xe4\x79\x9e\x94\xd2\xe8\x44\x52\xca\x4e\xa7\x43\x29\xa5\ \x84\x01\x00\x32\xb6\x49\x04\x92\x2b\xad\xb5\xd4\x1a\x11\xec\xf9\ \x5e\x12\xc7\x66\x1c\xb8\x71\x24\x98\x2e\x3f\xa3\x1c\x19\xf1\xc8\ \xcc\x1b\xe8\xdb\xbe\x0d\x7b\x32\x6f\xc1\x30\x26\x8c\xf1\xba\xed\ \x00\x30\xc6\xbd\x5e\xcf\x24\x80\x00\x60\x59\x16\xc1\x78\x60\x71\ \x1a\xc4\x20\x9e\x0e\xde\xa4\x31\xc6\x94\x32\x29\x65\x1c\xc7\x2b\ \xcb\xcb\x69\xc2\x4b\xa5\x72\x1c\xc7\xdd\x6e\x2f\x93\xc9\x74\x3a\ \x1d\xcb\xb2\x7d\xdf\x8d\xe3\x98\x52\x9a\x24\x5a\x2b\xd5\x6a\xb5\ \xda\xed\xa6\xe3\x58\x86\x2b\x09\x29\xd7\x56\xee\x9c\x60\x56\xfc\ \xe1\x85\x1f\x87\x4d\x3f\xbc\x03\x42\x80\xd7\x8d\x44\x1a\x00\x40\ \x08\x49\x10\x92\x9c\x2b\xa5\x52\xce\x83\x5e\x40\x10\x32\x1b\x9f\ \xda\xad\x16\x17\x9c\x60\x6a\x3b\x76\xa7\xd3\x69\xb7\x3b\x9e\xe7\ \x61\x2c\xcc\x78\x29\xa5\x34\x61\xb4\x54\x2a\x23\x84\xa3\x38\x4a\ \x24\xd7\x08\x09\x29\xe3\x28\x42\x18\xc7\x71\xbc\xb4\xb4\xd4\x1f\ \x78\x62\xb6\xd1\x19\x96\x64\xc8\x5a\x1f\xb0\x0c\xf6\x19\x90\xe5\ \x9c\x1b\xb9\xaa\x3f\x74\xa5\x6f\x23\x30\xa3\x9d\x00\xa1\x01\x34\ \x0d\x62\x10\x3f\x7b\x6c\x42\x08\xf1\x94\xb7\xdb\x2d\x43\x22\xda\ \xed\x76\x9a\x8a\x95\x95\x15\xad\xc1\x75\x6d\x84\x50\x1c\x87\x94\ \x92\x46\xa3\xde\xeb\x75\x7c\x3f\x23\x84\x88\xe3\x18\x90\x66\x8c\ \x31\xca\x92\x34\x41\x0a\x61\x82\xfa\xcf\x86\x11\x5a\xb3\x49\xe1\ \xb5\x74\x0e\xaf\x2d\xc5\xd0\x08\xad\x81\xd0\xda\x06\xdd\xf5\xd1\ \xb4\xd0\x77\x60\x6b\xd0\x5a\x53\x4a\x2d\x42\x7a\x3d\xe1\x79\x0e\ \x63\x4c\x88\x34\xea\x75\x41\x49\xc6\x28\x10\x44\x31\x43\x08\x29\ \xd0\x69\x9a\x68\x2d\xa3\x38\xf6\x1c\x9f\x60\x4c\x2d\x8b\x58\xcc\ \xf7\x3c\xc2\x98\xe0\x1c\x21\x80\x04\x81\x54\x9e\xeb\x12\x8c\x93\ \x24\x31\x89\x9b\x21\x5c\x51\x14\x71\xce\x5b\xad\x26\x21\x6b\x75\ \x37\x58\xb7\x32\x19\x99\xc9\x70\x2b\x93\xaf\x29\xa5\x8c\x4c\x6e\ \x72\x3d\xf3\x16\xd6\xa1\x8a\x3e\x73\xe6\x85\x0f\x62\x10\xff\xc9\ \x78\x13\x12\x52\x08\x29\xcd\xe9\x47\x28\x11\x92\x6b\xad\x28\xa5\ \xb6\x65\x6b\x2d\x93\x34\xed\x75\x39\x02\xa0\x18\xf1\x24\xc4\xa0\ \x05\x4f\x10\x00\x46\x28\x8d\xd3\x75\xfa\xa3\x01\x80\x52\x62\xdb\ \x36\x21\x34\x08\x7a\x8e\xe3\xda\xb6\x1d\x04\x21\x25\x38\x9b\xcb\ \x84\x61\x4f\x4a\x55\x28\xe4\xcd\xaa\x5e\xc7\xb2\x3d\xd7\xed\xf6\ \x7a\x1a\xa0\x58\xc8\x71\x1e\x47\x71\xc4\x08\xa3\x94\x86\x51\xe8\ \x30\x82\x91\x52\x3a\x65\x94\xf8\x3e\x83\x30\x61\xa9\x76\x3d\x4f\ \x32\x9c\xc9\xfb\x1a\x23\x8d\x40\x73\xe9\xe7\xbd\x28\x09\x0a\x59\ \xdf\xb6\x6d\x25\xa5\xeb\x39\x1a\x40\xcb\xb8\xd9\x59\x8d\xa2\x48\ \x2a\xa5\x61\xdd\xc1\x00\xa0\xb5\x54\x4a\x64\xb3\x59\x4a\x69\xab\ \xd5\x12\x22\xc5\x18\x99\xde\x63\xc7\xb6\x93\x24\x95\x42\x60\xdb\ \xa6\x84\x28\x29\xbb\x9d\x8e\xd6\x3a\x0a\x43\x21\x04\xa5\x54\x81\ \x46\x94\xe4\xfc\x5c\xbb\xdd\x8e\xe3\x58\x49\x99\x08\x8e\x30\xa6\ \x5a\x49\x50\x7a\xa0\x83\x0f\x62\x10\x4f\x0f\x36\x01\xc6\x98\xd1\ \xb5\xda\xbc\x49\x6a\xcc\x58\xa5\x34\x4d\x53\x9e\x22\x40\x72\x7d\ \xe5\x86\x94\x6b\x7e\xee\x7e\x5e\x06\x00\x12\x24\x96\x18\x21\xa4\ \x95\xd6\x4a\x13\x42\x94\x54\x71\x14\xf1\x34\x4d\xd3\x94\x23\x94\ \xa4\xb1\xd6\x12\x00\x2d\x2d\x2d\xf5\x27\x8d\x74\xbb\x1d\xa5\x34\ \x42\x10\x47\x11\xd2\xd2\x74\xab\x99\x99\x70\xcd\x7a\x83\x59\x96\ \x94\x52\x32\xc6\x39\x77\x35\xce\x67\x8b\x9e\x9f\xe5\x0c\x51\x66\ \x25\x82\x13\xc6\x52\x2e\x15\xa0\x72\xa9\x8c\x31\xe2\x49\xa2\xb5\ \x8e\x23\x50\x1a\xcc\xb6\x28\xad\x35\x46\x48\x2a\xcd\x53\xae\x14\ \x50\xca\xcc\x7c\x5e\x73\xe4\x96\x65\x99\x4a\xdf\xfa\x50\x14\x84\ \x31\xea\x1b\xb2\xcc\xf5\x7d\x75\xdc\xac\xa5\x32\x79\x9f\x31\x3d\ \xad\xa9\x69\x5a\x73\x21\xc2\x30\x94\x42\x0e\xea\x74\x83\x18\xc4\ \xcf\x1e\x9b\xcc\x79\xe8\x67\x7c\xb3\xa8\xd2\x75\x5d\x33\x85\xd2\ \x9c\xa5\x32\x92\x84\x10\xa9\xd5\x89\xe3\xd3\xcc\x39\x7c\xe2\x09\ \xd9\x6f\xdf\x37\x3e\x46\x53\x89\x5f\xeb\xec\x07\x50\x22\x35\x4b\ \x06\x8c\xae\x6c\x9c\x93\x00\x40\x29\x35\x8e\x4a\x8b\x12\xc7\xb1\ \xcc\xf3\x38\x0e\x63\x96\xc5\x28\x93\x52\x4a\xa5\xe2\x38\x2e\x15\ \xca\xd5\xe1\x1a\x75\xec\x40\xa6\x5a\x43\xd0\x0b\xa3\x38\x42\x00\ \xdd\x76\x5b\xc6\xe9\xe8\xd0\xb0\xe7\x79\x4a\x29\x4c\x30\x42\x48\ \x2a\x45\x2d\x5b\x2a\x29\xa4\x52\x6a\xed\xbf\x96\x60\x14\x74\x03\ \xa9\x99\x4c\xc6\x2c\x1f\x6f\xb5\x5a\x61\x18\x4a\xb9\x66\x6e\x32\ \x7a\x93\x99\x16\x47\x08\x35\x66\x71\xd3\xad\x23\xa5\x4c\x92\x18\ \x21\xb0\x6d\xdb\x24\x80\xe6\x68\xa5\x52\xea\x19\xb3\x9f\x6e\x10\ \x83\xf8\x4f\xc6\x9b\x34\x42\x98\x12\x6a\x84\x68\xdb\xb6\x7d\xdf\ \x27\x84\x98\xe1\xdc\xa6\x5a\x4f\xe0\x29\x44\xc9\xb8\xa2\xd7\xd4\ \x25\x8c\x0d\xf3\xfa\x11\x0d\xcb\x40\x95\x65\x59\x00\x08\xe1\xb5\ \x69\xff\x7d\x75\x9c\x52\x6a\x9e\xc4\xe8\x53\x5a\xc9\xf5\x71\x74\ \x1a\x63\x64\x08\x8b\x10\x02\x09\x81\x1c\x27\x8c\xa3\xf9\x85\x05\ \xbf\x90\x07\x9b\xfa\x8e\x6d\x5b\x6c\x79\x79\x29\x97\xc9\x9e\xbc\ \x6b\x77\x12\xc7\x19\xc7\x2d\x14\x0a\x5a\x6b\xa9\x14\xc6\x44\x68\ \x99\xc4\x71\x92\xa6\x9c\x73\xa5\x14\xc2\x88\x52\x8b\x20\x92\xa4\ \x09\xe7\xdc\xbc\x09\x83\xad\x69\x9a\x9a\xed\xc1\x98\x10\xad\x14\ \xe7\x9c\x10\x5a\xab\xd5\x6c\xdb\x0e\xc3\xd0\x8c\xb8\x8b\xa2\x38\ \x15\x9c\xd9\xd6\xd0\x50\xcd\xf7\x3d\x21\xb8\x10\xd2\x08\x73\xc6\ \x5b\x90\xef\x76\x1d\xc7\x79\xe6\xac\x5a\x19\xc4\x20\xfe\xf3\x60\ \x13\x02\x24\x84\x88\x93\xd8\x73\x5d\x63\x7d\x36\x58\x63\xa6\xb5\ \x99\xcb\x94\xac\xed\x51\xee\x23\x91\x81\x95\xfe\xac\x35\x58\x1f\ \x11\xd9\xbf\xde\x8c\x49\x5a\x9f\x2e\x22\x28\xa3\x68\xbd\x57\x0e\ \x21\x64\x58\x95\x29\xc3\x0b\x21\x94\x90\x7d\xe4\x3a\x61\x6c\x9b\ \x31\x70\x83\x94\x80\x15\x96\x94\x40\x42\x53\xa9\xba\x61\x40\x10\ \x25\x98\x24\x09\x27\x98\xc6\x71\xba\xb8\xb0\x84\x30\x16\x52\x5a\ \xb6\x8d\x30\x6a\x36\x9b\x49\x9a\x6a\xd4\xe7\x77\x58\x2b\x84\x10\ \x18\x2b\x40\xdf\xac\x94\xa6\x69\xaf\x17\x12\x6a\x81\x46\x02\xa4\ \xe0\x49\x10\x46\x9d\x6e\x80\x7a\xe1\xea\xca\x4a\x18\x45\xc6\x49\ \xa0\x35\x02\xc0\x29\xe7\xaa\x1b\xac\x67\x85\xa9\xd2\xca\xd4\xe6\ \xa2\x28\xd1\x4a\xc3\x4f\x96\xd3\x19\x0b\xfe\x8f\x31\x1c\xfc\x17\ \xd9\x86\x30\x88\x41\xfc\xb4\x7a\x13\x80\x3e\x71\x5c\x64\xbd\x5e\ \x37\x9c\x42\xac\xbb\xa5\x85\x10\x46\x95\x31\x43\xbb\x0d\x36\x19\ \x14\x33\x77\x58\xeb\x13\x5e\x9f\x5d\x7b\x62\x57\x07\x00\x68\x50\ \x28\x4d\xd0\x09\xe8\x66\xd4\x25\x21\x84\xb1\x74\x6b\x29\x85\x90\ \x66\x7b\x8a\x99\x78\xd9\xef\xa4\xd5\x5a\x03\x52\x8e\xef\xe6\xf2\ \x79\x4d\x90\x04\x70\x6d\xdb\x73\x1c\x42\x48\xd8\xeb\x21\x40\x84\ \x90\x34\x49\xd6\xba\x4f\x00\x14\x68\xad\x35\x18\xfd\x08\x21\xad\ \x94\xd6\x12\xd4\xda\x9b\x14\x6b\xfd\x77\x22\x58\x67\x46\x8c\x31\ \xd0\x08\x63\x42\x08\x25\x84\x46\x51\x84\x10\x22\x94\x39\x2e\x30\ \x4a\x09\x26\x1a\x00\x11\x2c\x52\x99\x6a\x8e\xd7\xe7\xcf\x69\xbd\ \x4e\xbe\x12\xa1\xd4\x4f\x5a\xa6\x43\x08\x9b\x5e\x65\x84\x9e\x42\ \x33\xe3\x24\x1e\x08\x56\x83\x18\x60\xd3\x8f\xd5\x9b\xac\x5c\x2e\ \xe7\x7b\x9e\x21\x32\xa6\xab\xa3\x9f\x7f\x29\xa5\x30\x80\x54\x4a\ \xa4\xa9\xe9\xdd\x07\x00\x53\x4a\xef\x1b\x7f\xfa\x48\x64\xd8\x93\ \x81\xa7\xfe\x33\xe0\xf5\x39\x22\xfd\xac\xd0\x68\xde\x06\x98\x30\ \xc6\x8c\x99\x45\x2d\x4a\xca\xd4\x8c\xa6\x5c\x4f\x36\x91\xd6\x1a\ \x6b\xd4\x8b\xe2\x9c\x94\x95\xca\x10\x20\x64\xb8\x0f\x98\x11\x07\ \xeb\x47\xa8\x4c\xdb\xaf\x96\x00\xa0\x0c\x39\x51\x4a\xa1\x35\x62\ \x68\x10\x6b\x9d\x91\x01\xc6\x48\x4a\x25\xa5\x50\x4a\x6b\x00\xad\ \x40\x08\x21\x85\xd0\x00\x46\x68\x73\x5c\xd1\x9f\x2f\x6c\xdc\xe2\ \xfd\xc3\xd6\x5a\x03\xc8\x7e\x4e\x87\x7f\x1a\x50\x41\x08\x92\x24\ \xed\x74\xda\x85\x42\xa9\x4f\x39\xe3\x38\x4e\xe2\x68\xc0\x9b\x06\ \x31\xc0\xa6\x1f\x7b\xce\x20\xdb\xb2\xcd\xec\x6d\xe3\xe5\xd1\xeb\ \x01\x27\x4c\x74\x32\xc6\x68\xd3\x70\x6b\xd2\xa2\xbe\x67\xba\x3f\ \x34\x12\x9e\x5a\xc5\x5b\xdf\x7d\xb2\x36\x90\xfb\x87\x07\x44\xa9\ \x19\x2a\xe0\x7a\x2e\x23\x8c\x60\x6a\x16\xa8\x18\xff\xa4\x52\x1a\ \x00\xf5\xa7\x35\x01\x40\xa3\xd3\xc9\x97\xcb\x43\x98\x4a\x29\x09\ \xa6\xf8\x04\x47\x91\xe9\xde\x45\x5a\x21\xac\xb5\xa6\x80\x90\x52\ \x9a\x4b\x21\x40\x69\xa9\xd7\x7c\x56\x04\x83\xd6\x94\x50\x73\x6c\ \x1a\xc0\xc2\xb8\x3f\xed\xc4\x38\xd3\x4d\xcb\x0a\xac\x0d\x3f\xe7\ \x66\x9f\x95\x52\xda\xe8\xdd\xb0\x6e\x68\xea\x7b\x32\xcd\x35\x84\ \xd1\x9f\xbc\x48\x27\xa4\xdc\xb0\x61\xa3\xd6\xb0\xbc\xbc\x94\xc9\ \x64\x29\xc1\x9c\xa7\x84\x5a\x43\xb5\x91\xa9\xc9\xa3\x83\x8f\xe9\ \x20\x06\xd8\xf4\x63\xc8\x53\x5f\x45\xa2\x94\xba\xae\x6b\x76\x4f\ \x1a\xa2\xa1\x94\x4a\x85\x64\xeb\xde\x02\xdf\xf7\x0d\x8a\x35\x1a\ \x0d\x93\xa1\xf4\x4f\x54\xb5\x2e\x09\x9f\x68\x0d\x07\x00\x7d\x82\ \xc8\x62\x18\x96\xc9\xe9\x2c\xcb\xc2\x08\x3b\xae\x53\x29\x55\xcd\ \xa6\xcc\x66\xb3\x69\x7a\xd6\xfa\x09\xa3\xd1\xe6\x33\x99\xcc\xf0\ \xd8\xa8\xe3\x38\x71\x18\x11\x8c\x95\x92\x00\xa8\x5f\x3b\xc4\x14\ \x83\x42\x18\xd6\x54\x1b\x85\x00\x2b\x8c\x05\x91\x4a\x22\x04\x08\ \x08\x5e\xf7\x7c\x9a\x75\x4d\xca\x40\x8e\x11\xc8\x10\x92\xca\x68\ \x41\x18\x23\xad\xb4\xa6\x84\x10\xcc\x00\xc0\x20\xb2\x5c\x9b\x1e\ \xa5\xfb\xd8\x74\xe2\x05\x80\xb5\x06\x97\x9f\xe4\xcf\x60\x8a\x03\ \x5b\xb6\xed\x5c\x5c\x98\xef\xb4\x5b\x4a\xe9\x42\xb1\x5c\xa9\xd4\ \x82\x30\x38\xe1\x19\x10\x42\x28\x0c\x82\x85\xb9\xd9\xf5\x5f\xdd\ \x8f\x06\xc6\x18\xb4\xf9\x37\x70\x7d\x0e\xe2\x67\x19\x86\xcd\x2b\ \xad\x00\x90\x29\xc8\xff\xd8\xfb\x28\xa9\x30\x46\x99\x6c\xee\x69\ \xce\xe9\x00\x10\xfa\xe1\xd6\x26\xb3\xad\xd7\xf4\xeb\x4b\x25\xb5\ \xd2\x00\x1a\x94\xb2\x18\x4b\x92\x84\x52\xea\xd8\x76\x9a\xa6\x8e\ \xe3\x98\x0e\x35\xa5\x94\xd6\x0a\x63\x62\x08\x85\x65\x59\xcc\xb2\ \xe0\x47\xfa\xe9\x90\x46\x64\x6d\xee\xa5\x19\xd3\x64\x9e\x4a\x69\ \xc5\x53\x9e\xcf\xe7\xcd\x46\x61\xcf\xcd\x04\xbd\x50\x0a\x65\xdb\ \x76\xa1\x50\x28\x16\x4b\xae\xeb\x38\x8e\x6b\xd9\x96\x65\x31\x46\ \x19\xe7\x42\x2a\xad\xa4\x00\x84\xb4\x5e\xc7\x44\x00\x40\xa0\xb5\ \x06\x04\x08\x23\x6c\xa4\x79\x4c\x10\x5e\x9b\x84\xa2\x01\xa0\x2f\ \x8c\x03\xac\x8d\x3d\x00\x04\x60\xf8\x20\x30\x8b\xca\x35\x20\xd6\ \x00\x48\x2a\x25\x95\x34\x99\xa0\x90\x42\x4a\x49\x00\xaf\xeb\x4b\ \x6b\x7f\xad\xa7\x5e\xf8\x29\xf2\x31\x63\x38\xa8\x0e\x0d\xd5\x86\ \x87\xfb\x1c\xf3\xa9\x65\x3e\x4d\x29\x1d\x1d\xdb\x10\x45\xd1\xdc\ \xec\x74\xaf\xdb\xfd\x51\x60\x22\xa4\xdd\x6a\x72\x21\x2c\xcb\x1e\ \x64\x82\x83\xf8\xd9\x86\x10\x1c\xb4\xce\x66\x33\x9c\x73\x8c\x89\ \xfd\xe3\x6a\xd0\xb9\x7c\x61\x74\x6c\x03\x26\x3f\x9b\xa5\xf0\xff\ \xe7\x3d\x2b\xfd\xb3\x58\x08\x89\x10\x2e\x97\xcb\x6a\x8d\x33\x29\ \x0d\x20\x85\x90\x42\x24\xc6\xef\x48\x18\xd2\x90\x72\x29\xa4\x06\ \x44\x0c\x82\xf1\x34\x06\x84\xd6\xe6\xae\x21\xe4\xb8\xae\x39\x71\ \x8d\xa9\xd1\x75\x6d\x4a\xd9\x3a\x70\x20\xd3\xfc\x21\xa5\x8c\xa2\ \x38\x89\x52\xd0\x88\x32\x86\xb1\xc2\x04\x9b\xed\xe1\x84\x52\x4c\ \x08\x20\xe0\x82\x8b\x40\xa2\x08\x53\x4a\x09\xc2\x94\x51\x8b\x32\ \xbd\x5e\x16\xd3\x08\x81\xd6\xaa\x4f\x20\xb4\x06\xad\x14\x32\x36\ \x4f\xd0\xda\x5c\xaf\x95\x5e\xfb\x0a\x30\xc5\x35\xad\x95\x94\x12\ \x21\xdc\xdf\xb5\x29\xa5\x54\x5a\x69\xb5\xc6\xc3\x8c\x38\x66\xb0\ \x4f\x6b\x05\xe6\x86\x13\xc0\xc8\x7c\xa5\xac\x5f\xd6\x3f\x7d\xa3\ \xef\x5a\xd7\x0e\x00\x18\x3b\xd8\xbf\xa6\x45\xb6\xe3\x4e\x1f\x9f\ \x2c\x96\x2a\xa7\x9c\x7a\x86\x6d\x3b\xc6\xf7\x60\x72\xe1\x63\xc7\ \x9e\x9c\x78\xe2\x89\x33\x4f\x3b\x6d\x64\x64\x94\x52\x0a\xeb\x59\ \x2a\x1a\xac\xf0\x1c\xc4\xbf\x2b\xfa\x45\x62\xa5\x75\xab\xd1\x3c\ \x78\xe0\x31\x0d\x6a\xa4\x50\x88\xc2\x70\xc7\x49\x27\xe7\x72\xf9\ \x35\x79\x17\x63\x00\x08\x82\x60\x6e\xe6\xf8\xea\xea\xf2\x8e\x9d\ \xbb\xfb\xe2\xc6\xd3\x85\x4d\x08\x81\x52\x2a\x8e\x13\xdb\xb2\x11\ \x42\x22\x35\x4b\x8d\xb4\x10\x22\x4d\xd2\x24\x4d\xa4\x90\x29\x4f\ \x39\xe7\x4a\x2b\xc7\x71\xbc\x4c\x36\x93\xcd\x47\x61\x98\x04\x21\ \x17\x32\x15\x1c\x69\x4d\x00\x40\x2b\xc1\x79\x60\x1a\x6b\x4f\x18\ \x7a\x89\x11\xa2\x8c\x11\x4c\xfa\x92\x53\xdf\x88\x20\xa5\x4c\x93\ \xb4\xd7\xed\x55\x87\x86\x80\x41\xab\xd5\x8a\xe2\x30\x49\xe3\x94\ \x27\x41\xd4\xab\x37\x56\xcd\x24\x39\xcb\xb2\x6d\xdb\xc9\x64\x32\ \x7e\xc6\x07\x84\x08\x21\x6b\x8b\xc0\xd7\x94\x72\xdd\x87\xd7\xbe\ \x69\x00\x69\x03\xf7\x1a\xaf\x03\x13\x00\x60\x8d\x0c\x3c\x99\x39\ \x9c\xe6\x21\x08\x40\x4a\xa1\xb5\x46\x7d\x5a\xa4\x35\x46\x20\x95\ \x02\xad\xff\xff\xf6\xce\x34\x48\x8a\xf3\xbc\xe3\xef\xd5\x3d\xd3\ \x3d\x3d\xb3\xf7\x01\x0b\xcb\xb1\x0b\x0b\x2c\xbb\x06\x84\x00\x81\ \xc0\x1c\x92\x10\xc8\x3a\x8c\x8c\x15\x3b\x15\xbb\x52\x4e\x9c\x54\ \x92\x72\x95\x5d\x95\x94\x9d\x54\xaa\xf2\x21\x55\xa9\x7c\x89\x53\ \x49\xc5\x96\xe3\xf8\x8a\x93\x58\xb2\x84\x25\x84\x4e\x04\x02\x79\ \x91\x57\xe6\x86\x05\x96\x3d\xc5\x9e\xec\xb2\xe7\xcc\xce\xf4\x4c\ \x77\xbf\x47\x3e\xf4\x4c\x6f\xcf\xec\x81\x58\x56\x44\xc1\xef\xaf\ \x60\x6a\x77\x76\xb6\xe7\x9d\x77\xa7\xff\xf3\x3c\x4f\x3f\x07\x86\ \x10\x13\xe2\xc6\xc5\xdd\x68\x54\xb6\x2a\x71\xd7\x6e\xbb\x23\x30\ \x21\xbf\x69\x6c\x7c\xff\xe4\x49\x08\xe1\xca\x9a\x9a\x83\x5f\x38\ \x38\xe5\x73\x02\x74\x77\xdd\x88\xe4\x17\x56\x55\xaf\xa4\xe9\xf2\ \xbd\xf4\xbe\xc5\xa2\xd1\xf6\xb6\xd6\x87\xb6\x6f\xcf\x2f\x28\x70\ \x6c\x9b\x31\x0a\x32\x4a\x09\x3d\xd9\x93\x0a\x95\x71\x3d\xd2\xd9\ \x79\x18\x7b\xd7\x85\x65\x06\xff\xe4\x69\xef\x7f\xc3\x65\xee\x29\ \x2a\x29\xde\xb6\xe3\xb3\xa7\xde\x3f\x89\x10\xce\x2f\x28\xe8\xfa\ \xa8\x73\xf5\xda\x3a\x8c\xb0\xab\x4a\x84\x90\x70\x38\xbc\xaa\xb6\ \xae\xb5\xf9\x6a\x6f\x6f\x77\x65\xe5\xd2\x4f\x56\x9b\xd2\x67\x35\ \x17\x5e\x93\x7f\xce\xb9\x3b\x95\xc0\x71\x1c\xb7\xa3\x1b\x48\x8f\ \xe7\xe6\x8e\xed\x8c\x0c\x0f\xc7\x14\xc5\x7d\x0c\x42\x48\x0b\x6a\ \x04\x41\xec\x36\x3b\xc9\x48\x8f\x67\x62\x78\xcd\x79\x01\x04\x10\ \x40\x4f\x68\xd3\xdd\xbe\x31\x86\x08\xc6\xe3\xf1\x78\x22\xe1\xc5\ \xd4\x75\x5d\x77\xbb\x94\x78\xfd\xe7\x18\xe3\x8e\x43\x2d\xcb\x42\ \x08\x39\xc4\x71\xbb\xc4\x21\x84\x20\x42\xd0\x77\xed\x6f\xd2\x45\ \x4a\x3b\xa2\x69\xad\xe1\x42\x30\x2e\xfc\xc1\x6c\xbf\x96\x79\x2f\ \xd9\x27\x6d\xd0\x67\x22\xe5\xdc\xba\xff\x26\x1f\xfc\xf1\x13\x08\ \x26\x17\xc9\xc5\xda\xda\xda\xcb\x97\x2e\x0d\x0d\x0f\x6f\xde\xb4\ \x89\xf3\x9c\xb6\x99\xd0\x71\x6c\xc7\xb6\x97\x57\xad\xa0\x0e\x75\ \x9f\xa5\xbb\xbb\xbb\xa2\xa2\x42\x55\xd5\xfe\xfe\xbe\xb2\xf2\x05\ \x79\x91\x3c\x2b\x99\x12\x40\xa4\xbb\x3c\x08\x57\x9b\x84\xb4\x9e\ \xfc\xdb\x48\x1d\x6b\x3c\x3a\x5e\x54\x54\x7c\xeb\xd6\x60\x61\x61\ \xd1\xad\x5b\x83\xe5\xe5\x0b\xbc\xc6\x5b\x52\x9b\x3c\x17\x00\x40\ \xe8\x5e\xae\x86\x10\xd8\x9c\x63\x8c\xab\x56\xae\x6c\x6b\x69\xae\ \xa9\x59\x65\x26\x12\x13\xe3\xe3\x85\xc5\x25\x8a\xaa\x36\x34\x34\ \x34\x5f\xbf\xfe\xd5\xaf\x7c\x45\xd3\xb4\x45\x95\x4b\xda\xdb\x5a\ \xbc\x6b\xd9\x9f\xa0\x36\xb9\x57\xe2\x3c\x1f\xc7\x8b\x8b\xbb\x29\ \x05\x20\x33\x19\xc9\xab\x35\xf1\xb2\xc0\x33\xa3\x0d\x20\xce\x2e\ \xc5\xcf\x64\x60\x82\xcc\x6b\x07\x42\x4c\x5e\xb9\x73\x27\x62\x0a\ \x91\xbe\x5a\xe7\xcd\x9b\xe3\x9c\x63\x8c\x14\x25\x3d\x4a\x60\xb2\ \xdd\x38\xc4\x6e\xa2\xa6\x57\x16\x03\x32\x93\xcd\xfd\xf9\xe8\xde\ \x36\x89\x6c\x18\xe7\x94\x4d\x5e\x68\x03\x93\xa9\x00\xc0\xdf\x51\ \xc0\x9b\xe2\xcb\x33\xe4\x44\x97\x72\xc4\xcb\x5f\x7c\xf7\x31\xc3\ \x3e\x08\x42\x46\x29\xa5\x8e\x61\x18\x5f\xfe\xf2\x97\x2d\xcb\x2a\ \x2e\x2e\xa6\x94\x52\x46\x7d\xd9\x15\x40\x08\xae\x10\xa2\xaa\xaa\ \x2b\xdf\x03\x03\x03\x6d\xed\xed\x15\x15\x15\x10\x42\xc7\x71\xc2\ \x86\xc1\xa8\xc3\x19\x13\xfe\x94\x4d\x01\xb2\x4a\x8e\x7f\xe7\xe5\ \x09\x42\x98\x30\xcd\xee\xae\xae\x48\x24\xbf\xa7\xab\x3b\x1c\x8e\ \x74\x77\x75\x2d\x5c\xb8\xc8\x71\x92\xd2\x74\xca\xb1\x9b\xd2\x29\ \xc1\x22\x7d\x27\xa7\x2c\x1c\x32\xd2\x0d\xa9\x89\xe2\x50\xea\xde\ \xaf\xa8\xea\xf9\xf3\xe7\xab\xab\xab\x1f\xdf\xbb\x37\x10\xd0\xbc\ \x10\xf3\x27\x6c\x37\x71\xe1\x96\x9f\x79\xf2\xe1\xa9\xd2\x54\x0b\ \x28\xe3\x4e\xc1\xac\x49\x24\x30\xed\xbe\xb9\x89\x45\x5e\xe2\xf8\ \xe4\xef\x7a\x33\x58\x32\x9e\xad\x37\x15\x4a\xf8\x4c\xad\xc9\x8c\ \x2a\x5f\xd9\xdd\xe4\x7c\x97\x4c\xda\xba\xd7\xbd\x7b\xea\x3b\x12\ \x64\x8f\x08\xe7\x9c\x23\x84\x09\x44\xee\x32\x3c\x41\xf1\x9b\x5a\ \x5e\xea\x83\xfb\x85\x5b\xec\x92\x1d\x60\x02\xfe\x2f\xb2\xec\xcd\ \x8f\x1d\x6f\x12\x42\x68\x7a\xc8\x34\x4d\xd3\x34\x75\x3d\x64\x18\ \x46\x38\x1c\x66\x8c\x01\x21\xe2\x13\x51\x4d\xd3\xb9\xb7\xd5\x10\ \x01\x08\x1d\xdb\xc1\x04\x73\xce\x8b\x8b\x8a\xaa\xaa\xaa\x40\xa6\ \xf2\x31\x1a\x8b\x52\x4a\x6d\x77\x66\xa7\x97\x79\x25\xb8\x80\x99\ \x06\xa3\xd2\x6c\xca\xe8\x75\x69\x69\x39\xa5\xb4\xa4\xb4\x8c\x51\ \x56\x5a\x5a\x9e\x48\x24\x1c\xcb\x06\x52\x9b\x7c\x9a\x04\xfc\xd1\ \x00\x08\xa1\x00\x44\x21\x5e\xd3\x6d\x84\xa0\x1a\x50\xdd\x8f\x3a\ \xdb\xb6\xeb\xeb\xea\x1e\xda\xb2\x85\x52\x6a\xdb\x16\x46\xf3\x33\ \xa2\xf1\xf6\x33\xa0\x20\x9a\x2c\x40\x71\x6d\x13\xff\x85\x36\x7f\ \xbb\x25\x77\xf4\xb6\x67\x1c\x65\xd2\x07\x04\x00\x00\xe2\x4c\xeb\ \x4a\x88\xdc\xd4\xec\xcc\x87\x38\x82\x00\xf9\x4f\x19\xef\xb2\xa0\ \x9b\xc2\x2d\x04\x40\x08\xfb\xaa\x85\xdd\x44\x6d\xec\x4a\x96\x5b\ \x6e\xe2\x2e\xcf\x6f\xf8\x78\x29\x0b\xee\x17\x5e\xf5\x4c\xce\x95\ \xfe\xb4\xab\xe3\xdb\x47\x4f\xe0\x3c\x87\xce\xef\xd3\x81\x4c\x06\ \x66\xce\xe4\x71\x4f\xda\x3c\x43\x12\x42\x48\x30\x81\x6e\xf6\xc2\ \xed\xe0\x9c\x6b\xba\x5e\x54\x5c\xd2\xd6\xda\xbc\x62\xc5\x2a\x3d\ \x64\xb8\xb1\xf0\xc1\x9b\xfd\x18\x61\x4d\x0f\x89\x4c\xcd\x30\x51\ \x94\x40\x20\x30\x3c\x7c\x6b\xe1\xa2\xc5\x8c\x52\x88\xd0\xb2\xa5\ \x4b\xdd\x9d\x59\xb8\xb0\xe2\xb7\x8d\x1f\x44\x2b\x16\x69\x9a\xee\ \x96\x22\x83\x4c\xd0\x1f\xb8\x5b\x3f\x1f\xe1\xc9\xfb\xc6\x74\x8a\ \x44\xc2\x56\x2a\x19\x89\x84\x2d\x2b\x15\x89\x84\x27\x62\x51\x69\ \x34\x79\x7a\x24\xbc\x73\x3f\x13\x19\x80\x10\x2a\x84\x70\x06\x3b\ \x3b\xda\xcb\xca\xca\x52\xa9\x14\x21\x8a\x61\x44\x38\xe7\xb6\x65\ \x6d\x58\xbf\x7e\xd3\x83\x0f\x86\x42\x21\x01\xc0\xf0\xad\x81\x50\ \x28\xe4\xaf\xfd\x98\xbb\x36\xb9\x69\xdc\xee\x89\xee\x3f\x09\x5d\ \xe5\x60\x8c\xdb\x96\x63\xa9\x56\xba\x31\x1c\x70\x65\x28\x23\x4d\ \x10\x52\xca\x00\x74\xeb\x40\x20\x63\xcc\x35\x82\x5c\xd5\x70\xaf\ \xbe\x11\x84\xdc\x64\x28\x9f\xc7\xc4\x7c\xea\xc6\xfc\xde\x16\x63\ \x1c\xa1\xb4\xc6\xb9\x1a\x04\xa1\x67\x31\x09\xb7\x4f\x8b\x6d\x3b\ \x10\xd2\x8c\x1d\xc4\xdd\xca\x98\xc9\xe8\x95\x37\x3f\x2a\x73\x58\ \xbf\x3c\xf9\x4d\x1e\xc6\x18\xcf\x04\xe1\xfd\x77\xba\xaf\xde\xeb\ \xb6\xe9\x4d\x5e\xf1\x0c\xae\xcc\x31\x21\x42\x88\x52\xc7\x6d\xec\ \xe9\xc6\x56\x33\x8f\x04\x00\x08\xb7\x88\x47\x80\xec\x30\x16\xe7\ \xb6\x6d\xb9\x17\x10\xbc\xfb\x1d\xc7\xb1\x2d\xbb\x62\x71\xa5\x63\ \xdb\x2d\x2d\xd7\x74\x3d\x44\x30\xa6\xd4\x09\x06\xb5\xb2\x85\x8b\ \xbb\x6f\x74\xfa\x05\xae\xa4\xac\xfc\x66\x7f\x6f\x7f\x4f\x57\x41\ \x51\xb1\xa2\xa8\x9e\x20\x46\xf2\xf2\xab\x57\xac\x3c\x77\xee\x4c\ \x55\x55\x75\x51\x71\x09\xc1\x18\x70\x91\x0e\x37\xa5\xff\x20\x42\ \x1a\x4e\x59\x57\x1e\x30\xf2\xdd\xaa\x72\x43\x72\xc2\x0c\x19\x0d\ \x10\x6e\xf3\xd9\xf1\xd8\xf8\x8d\xce\x1b\x81\x80\xaa\x05\x83\x89\ \x78\x7c\xe1\xa2\xc5\x6e\xa0\x59\x08\x11\x0e\x87\x21\x80\xa6\x99\ \x18\x19\x1e\xb2\x6c\x6b\xc1\xc2\x45\xf3\xa3\x92\xc7\x8f\xbe\xe5\ \x7d\x98\x14\x14\x16\xfa\x3f\x3d\xdc\x06\xd8\xc3\x23\xa3\xee\xe8\ \xcb\xdb\x54\x9d\x4e\x0d\xb5\x7a\x51\xa5\xec\xb0\xf4\x2c\xae\x4d\ \x6e\xa8\x6b\xca\x6f\xcd\x72\x9c\x74\xf6\x80\x98\xed\x61\xb7\xd5\ \x72\x5f\xa1\x5f\xb6\x4d\xeb\xf3\x2b\x3d\x79\x9b\xfa\xdc\x22\xf3\ \xf4\xee\x80\xbc\xd2\xd2\x12\xb7\x49\x8b\xb7\x78\x4a\xe9\xc0\xc0\ \x80\x42\x88\xdf\xeb\x14\x42\x28\xaa\x5a\x5c\x5c\x0c\x21\xb4\xac\ \x94\x95\x4a\x01\x08\x55\x45\x0d\x04\x83\x00\x00\xc7\xb6\x2b\x97\ \x2e\x77\x33\xf2\xbd\x83\x8c\x8f\x8d\xd8\x96\xe3\x5b\x29\x00\x00\ \x60\x82\x47\x46\x46\x62\xd1\x18\x80\x3e\xbb\x3c\xeb\xef\x26\xb5\ \x49\x72\x87\x7e\x9d\xfb\x9e\x11\x00\x00\xa0\x69\x5a\x61\x51\x21\ \xa5\x14\x41\xe4\xf6\x71\x03\xd9\x6f\xb2\x80\xa6\x15\xe4\x17\x22\ \x8c\xe6\xc5\x42\x87\xa9\xa4\xe9\x7d\xe3\x38\x4e\xee\x67\x0b\x42\ \x0a\x21\x22\x7b\x05\xf7\xf0\x0d\x2e\xa6\xb7\x37\x33\x37\xee\xf4\ \x16\x31\x7f\x7f\x87\x19\xd4\x17\xce\xed\x98\x4e\xa6\xbe\xcf\xaf\ \xad\x9e\xca\xe4\x68\xa2\xbb\xf9\xfe\x10\x7e\xb6\xb1\x99\x2d\xd0\ \x10\x4e\xdb\x7d\x05\x21\x3c\x53\xce\xae\x44\x72\x97\x8e\xb0\x1b\ \x6c\x99\xe5\x63\x1e\x22\x04\xc4\xbc\xbd\xfd\x60\x2c\x3a\x2e\xf7\ \x5d\x22\x91\x7c\x3a\xbd\x4a\x89\x44\x22\x91\xda\x24\x91\x48\x24\ \x52\x9b\x24\x12\x89\xd4\x26\x89\x44\x22\x91\xda\x24\x91\x48\xa4\ \x36\x49\x24\x12\x89\xd4\x26\x89\x44\xf2\xbb\x0e\x91\x5b\x20\x91\ \xcc\x3b\x99\xca\x84\xdc\xac\x5d\xf1\x7f\x31\x4e\xf5\x53\xb5\x18\ \xa9\x4d\x12\xc9\x2c\xe7\x2a\x02\x82\x8b\xbb\x38\xd1\x33\x43\x12\ \xc5\x4c\x0f\xb1\x2d\x2b\xe9\xab\xb8\x48\x3b\x29\x08\x19\x46\x18\ \xce\x52\x07\x0b\xe7\xbf\x20\x1b\x42\x68\xa5\x52\xa9\xa4\x99\xdd\ \x65\x41\x60\x4c\x42\x46\xf8\x8e\x8e\x73\x8f\xeb\x0d\xa4\x36\x49\ \xee\x67\x0d\x72\x9b\x5e\xe5\xd4\xfc\x08\xce\xc4\x2c\xa5\x99\xd0\ \x6b\x74\xec\x93\x95\x74\x1b\xff\x74\x4b\x66\x08\x21\x63\x7c\xda\ \x63\x20\x84\xe2\x13\x13\x4d\x97\x2f\xb8\x7d\xb5\xfd\x3f\xb2\x6d\ \x6b\x71\xe5\x92\x95\xab\xd6\xb0\xc9\x3e\x76\xe9\x16\x41\x6e\xa5\ \x07\xc6\x98\x33\x3a\x6d\x11\xd6\xdc\xf4\x14\x21\x34\x3e\x36\x76\ \xa5\xe9\xa2\xdb\xf4\x35\x6b\x31\x96\x55\xbd\x72\xe5\xd2\x65\x55\ \x99\xa6\x7a\xfe\x97\x0d\x01\x04\x84\x28\x48\x50\xdb\xe1\x00\x02\ \x00\x11\xc6\xc8\x1d\x86\x26\xb5\x49\x22\xb9\x2b\x10\x26\x34\x19\ \x9b\x48\x52\x25\xa8\xe9\x01\x25\x73\x8a\x63\x15\xc6\xde\x79\xe5\ \x58\xf9\xb6\xbd\x75\xa5\x1a\x9d\xee\x64\xe7\xd4\x66\x02\xab\x8a\ \xd7\xd2\x19\x40\x08\x28\xa5\x08\x63\xa2\xe0\xfe\xab\x1f\x9c\x1b\ \xd0\xb7\xd5\x04\x4e\x5e\x1c\xd8\xb9\xf7\xd1\x02\x68\xb1\x1c\x15\ \xc3\xb8\xb7\xa7\x2b\x92\x5f\xb0\x69\xf3\xd6\x9c\x23\x3b\x8e\x73\ \xe2\xd8\xdb\xcb\x96\x57\x7b\x55\x93\x82\xd3\x44\x3c\x61\x31\x10\ \x0a\xe7\x87\x03\xd6\xaf\x5f\x7f\x4b\x59\xbf\x6f\xcb\x02\x35\xf7\ \xa0\x00\x50\x2b\x05\x88\x82\xd1\x9d\x95\x76\x62\x8c\x3f\xea\x6c\ \xaf\x58\xbc\x64\x6d\xdd\x67\x72\x7e\x94\x88\xc7\x3f\x68\x38\xb9\ \x64\x59\x95\xb7\x12\x87\x01\x55\x21\x02\x08\x08\x05\xa0\xf6\x95\ \xc6\x77\x46\x8c\xb5\x3b\x36\x54\x72\x0a\x88\xdd\xff\xe6\x1b\x17\ \x56\x6f\xdf\xb3\x24\x4f\x61\xfc\x1e\x09\x94\x8c\x85\x4b\xee\x43\ \x88\x42\x46\x3b\x1a\x9f\xff\xe7\xef\x7e\xff\x07\xcf\xff\xe2\xe8\ \xc5\x14\x50\x02\x81\xa0\xae\xeb\x41\x55\xc1\xd0\xea\xe9\xbc\x31\ \x9e\xa2\x08\x93\xa0\xa6\xeb\xba\xa6\x60\x08\x04\x24\x4a\x40\x0f\ \x85\xc2\x21\xf5\xe2\x6b\x3f\x7f\xfb\x5a\xdc\x08\x07\x5d\x19\xc0\ \x4a\xc0\xec\xf9\xf0\xaf\xbf\xf1\xb7\x1f\xf6\x25\x83\x01\x92\x18\ \x1b\xec\xea\x1f\x75\xcc\xf1\x8f\xba\x07\x28\x52\x83\xc1\xc0\x54\ \xb9\x10\x5c\x44\xa6\x1b\x82\xa4\x28\x8a\xd7\xd6\x06\x00\x18\xd0\ \xf0\xb5\xf7\x5e\xfc\xfb\x7f\xf8\xee\x4f\x7e\xf6\x93\xef\xfd\xc7\ \x8b\xd7\x07\xe3\xfd\x1d\xad\x63\x22\xa8\x86\x82\x04\x41\x00\xa0\ \xe2\xae\x39\x10\xd4\x94\xf8\x9b\xff\xf3\xf3\x4b\x83\x56\x58\x0f\ \x40\x88\x02\x41\x4d\xd7\x75\x95\x60\x00\xa0\x1a\x08\x86\x42\x9a\ \x4a\xf0\x8c\x7b\x21\x44\x24\x92\x37\xf5\xee\x90\x61\xb8\xcd\xc8\ \x00\x00\x48\x51\xc5\x70\xf3\xf3\xff\xf2\xa3\xf6\x98\x08\x6a\xc1\ \x78\x47\xe3\xbf\xfe\xfb\x21\x5a\x5c\x5d\x51\x6c\x00\x81\x02\x7a\ \x28\x18\x70\x3a\x5b\xdb\xa2\x96\x20\x44\xd5\x74\x5d\x0b\x06\x30\ \x04\x00\x22\x35\xa8\xe9\xba\x16\x50\xb0\xbb\xda\x90\xae\x07\x14\ \x3c\x5f\xcd\x00\xa4\xdd\x24\xb9\x1f\xb5\x09\xd2\xab\xbf\x3d\x6e\ \x56\xee\xfd\xbb\x3f\xde\x31\x31\x1a\x0b\xa0\xe4\xa5\x13\x6f\x1f\ \x3b\xfd\x51\xc5\x83\xfb\x9f\xdb\x59\xa6\xaa\x0a\x21\x0a\x9f\xe8\ \x79\xf5\xd0\xeb\xed\x71\x7d\xd7\x53\x07\x36\x2f\xd5\x9b\x1b\x8f\ \x1c\xf9\x75\xcb\xa2\x4d\xbb\xcb\xac\xd8\xfb\x2f\x7d\x2f\xda\xbe\ \xf5\xf3\x07\x76\x85\x01\xc3\x90\x5e\xbf\xd4\x44\x91\x73\xf9\xc2\ \xb5\x5d\xab\xb6\x23\x8c\x15\x05\x03\x84\x02\x9a\x46\x87\xae\xff\ \xe2\x64\xd3\xe6\xfd\xfb\x16\x86\xc0\xa4\x35\x21\x04\xc2\x28\xc7\ \x9b\x9b\x5c\x18\x21\x3e\x37\x4d\xc4\x27\xcc\x9a\x7d\x5f\xfd\xf3\ \xfd\xf5\x6f\x7d\xff\x6f\xde\x38\x79\x7d\xb9\x62\x1f\xfb\xe9\x3f\ \xb5\x95\x2d\xda\xf3\xd4\xd3\x75\x65\xe0\xcc\xd1\x5f\x1d\xbf\xd8\ \xbb\x78\xc3\x63\x5f\x7c\x64\x19\x4b\xde\x3a\xf4\x83\xef\xb6\xee\ \x79\xea\xc0\xe6\xca\x13\x87\x5e\xba\xd8\xc7\x36\x3e\xf6\xf9\x5d\ \x6b\xf2\x7e\xfb\xd6\xcb\x0d\x4d\x83\xab\x77\x3d\xf9\xd8\x86\xe5\ \x80\x3a\x22\x57\x97\x04\xc2\x18\xcd\x60\x6d\x79\x8b\xe1\x94\x87\ \x16\x54\x96\x29\x47\x2e\x75\x0c\xae\xab\xa8\xec\x68\xbb\xa6\x96\ \xaf\xd1\xe9\xd0\x70\x2c\xbf\x2a\x79\xf3\xf0\x7f\x1d\xee\x1c\x1a\ \xba\x31\xaa\x3f\xa6\xab\xa3\xed\x8d\x2f\xbf\x79\xca\x29\xa8\x3d\ \xf0\xec\xde\x32\x34\xf6\xde\x0b\xaf\x9c\xed\x4a\xd5\xef\xfc\xdc\ \x63\x0f\x94\x5f\x3a\xf6\xc2\xf1\x0b\x37\xab\x37\x3f\xfa\xf8\xc3\ \xab\x91\xe3\xdc\xbd\x40\x49\xbb\x49\x72\x1f\xc2\x04\xa9\xae\xdb\ \x28\x3e\x3a\xf1\xd3\x97\x4e\x24\x89\x3e\xde\x7c\xea\xcd\x0b\xb1\ \xfd\x07\x1f\x1f\xfe\xf0\x8d\x0f\xbb\xa3\x04\x63\x85\x58\x0d\xaf\ \x1c\x1a\x2c\xd9\xb4\x6f\x9d\x7e\xfc\xf5\x77\xdb\x3b\xcf\xbd\x72\ \xf4\xfa\x86\xc7\x9f\xde\xbe\xa6\x02\x40\x75\xed\x8e\xa7\x0e\x3c\ \xfe\xa0\x06\x38\x47\x0a\x8b\xb6\x9f\x69\x17\x7f\xf0\x8d\x83\xa9\ \xe6\xd3\xed\x31\xa6\x20\xdf\x69\x4f\x82\x85\x45\xf9\xea\x94\xe6\ \xa6\x5e\x9f\xd5\xe9\x3c\x4d\xec\xef\xc8\x43\x08\xea\xb9\xd0\x70\ \xe4\xf0\x2f\xcf\xf6\x88\xaa\xa5\xa5\x02\x04\xd6\xef\xfe\xdc\xba\ \xc2\xb1\xb7\x8f\x35\xb6\x36\x35\xbc\x7d\x2e\xfa\xd8\xd3\x8f\x8e\ \x9f\x7e\xfd\xdd\xa6\x5e\x1c\xc8\x7f\xf8\xc9\x83\xcf\x6e\x5d\xd1\ \xf4\xee\x8b\x17\xe3\x95\x4f\x3f\x52\x73\xfa\xcd\xd7\xce\x9d\x6d\ \x7c\xb7\xb1\x67\xfb\x33\x5f\x7a\x68\x45\x09\x67\xd3\x07\x83\x10\ \x42\x39\x91\x26\xbf\xc7\x97\x79\x31\xd4\x51\x4a\x37\xd5\x57\x74\ \x5e\x6e\x49\x59\xd1\xb6\xf6\x58\xed\x86\xcf\xc4\x3a\xce\x77\xf6\ \xdd\x3a\x7b\xec\x95\x66\x7b\xd9\x13\x8f\x3e\x54\xa0\x2b\x62\xbc\ \xf5\xa5\x57\x7f\x53\xb5\xf3\x40\x15\x6b\x7a\xed\x54\x7b\x6b\xc3\ \x2b\x8d\x23\xc5\x4f\xef\xad\xbb\x72\xfc\xd5\x53\x67\x2e\x1e\x7d\ \xbf\x65\xc3\x93\xbf\xb7\x73\xed\x42\x30\x4f\x61\x29\xa9\x4d\x92\ \xfb\x10\xdb\x61\x8b\xd7\x3d\xf1\x8d\x3f\xf9\x62\x61\xf4\xc2\x8f\ \x7e\xf8\xdf\xa7\xdb\xbb\x6e\xf6\xde\x38\x79\xe2\x83\x9b\xb1\xb1\ \xa1\x84\x8d\xb1\x42\xd8\x78\x4b\xf7\x60\xcf\xb5\x0f\x4f\x9e\x6e\ \x8d\xd1\x89\x8e\xb6\xeb\xda\xf2\x2d\x7b\x36\xd5\x56\x2e\x28\xc6\ \x02\x18\x05\x65\x65\xc5\x11\x0c\x04\x51\xc9\xcd\xa6\x73\x7d\x96\ \x51\x51\xb6\x38\x94\xea\x3f\x73\x79\x80\xa8\xc4\xed\x00\x2b\x18\ \x23\x85\xcb\xf6\x3d\xb9\xbb\x38\x98\x3b\x53\xc7\xed\x89\x3f\xbd\ \x1c\x20\x04\xb3\xdb\x85\xd9\xe6\x44\xdc\x51\x77\x1c\xf8\xca\xfe\ \x4d\x8b\x1c\x4e\x4a\x97\xae\xdc\xb8\x6e\xad\x9a\x1c\xba\xde\x71\ \xa3\xb4\x76\xdb\xa6\xfa\xcd\x9f\x5d\x5d\xd4\xd9\xd1\xcf\x21\x29\ \x28\x29\x2f\xd4\x44\xcf\x8d\x68\xdd\x43\xbb\xeb\x37\xef\x5c\x11\ \x4e\x74\x83\xb2\xad\xb5\x91\xf7\x8e\x1c\x69\x1b\xb2\xc8\x4c\x6a\ \x88\xd0\x4c\x61\x7f\x84\x27\x7f\x85\xda\x6c\xc9\xfa\x07\x02\xa3\ \x6d\x67\x2f\x5f\x18\x00\x0b\xd6\xad\xc8\x63\x40\x21\xcc\xec\xe9\ \x4b\xae\xdb\xfe\x48\x6d\xdd\x8a\x05\xc5\xa1\x78\x5f\xdf\xcd\xbe\ \x9e\x0b\xa7\xde\xbb\xd8\x1d\xb3\x47\xfb\xaf\x75\x44\x57\xed\xd8\ \x5d\xbf\x69\x6b\xdd\x02\x36\x98\x50\xb7\x6d\x5c\xd8\xf8\xfa\xe1\ \xa6\x9b\xc9\x19\x5f\xbc\xd4\x26\x89\x04\x01\x3e\x3e\xd2\xcf\x0a\ \x6a\x9e\x7e\x66\x8f\x18\xb8\x3e\x6a\x29\x65\x8b\x96\x3d\xf2\xb9\ \xe7\xbe\xf5\x97\xdf\x7e\x62\x65\x41\x3c\x99\x30\x79\xb0\x24\xcf\ \x58\x5a\xbf\xed\x4b\x7f\xf8\x67\x7f\xf5\x47\x5f\xaa\x29\x36\x46\ \x7a\xda\xba\xc7\x92\xb6\x43\x05\xa4\xd1\xd1\xb1\xa4\x65\x73\x80\ \x55\x36\x7e\xfe\x72\x5b\x72\xa2\xe7\xe5\x17\x0e\x0f\xa6\x52\x2d\ \x97\xce\x8f\x33\x9c\xb2\x6c\x21\x80\x63\x3b\x4e\x62\xf4\xfa\xb5\ \xf6\x44\xf6\x68\x3b\x21\x00\x82\x68\x26\xbb\x29\x7b\xca\x86\xa0\ \x94\x2f\xdd\xb4\xe7\xb9\x2f\x7c\x7e\x5b\xfd\x72\xc2\x1c\xce\x19\ \xa3\x8c\x33\x2e\x20\x8a\xe4\xe7\x8f\xf4\x76\x8e\x25\xc7\xda\x7a\ \x47\x0b\x4a\x8a\x30\xb7\x86\x46\x63\x8e\xc0\x91\x08\xea\xbe\x71\ \x23\x35\xde\xdd\x3b\x62\x17\x16\x56\x3c\xf2\xdc\xd7\x0f\xae\x23\ \x2f\xbf\xf0\xd6\x88\x33\x4d\xa0\x5c\x08\x81\xd1\x8c\x8b\x21\xc8\ \x17\xd2\xe1\x4e\xb0\x78\xf5\xfa\xc5\xc9\xff\xfc\xde\x91\xc2\xf5\ \x9b\xcb\x55\x4e\x19\x03\x24\x98\x1f\x81\x9d\x2d\xad\xd4\x66\x56\ \xca\x51\xc2\x46\xa8\xb0\x7c\xe3\xce\x7d\x5f\xff\x8b\x6f\x7d\xed\ \xd9\x87\x4a\x74\xde\xd3\xda\x99\x1a\x1d\xe8\x1a\x4c\x19\x45\x15\ \xdb\x9f\xf9\xda\xef\x6f\x2d\x78\xed\x97\x2f\xf7\xa6\x14\x05\xcf\ \x83\x3a\xe1\xef\x7c\xe7\xdb\xf2\xad\x2c\xb9\xcf\x50\x08\xee\x3a\ \xff\xce\xcf\x7e\xf1\xea\x89\x0f\xae\xe4\xd5\xee\x3e\xb8\x7f\xab\ \xd3\x7d\xfe\x9d\x63\xbf\x6e\x1d\xe0\xab\xea\x57\x8b\xfe\x2b\x57\ \x06\xf4\xbd\xbb\x56\x5c\x3c\xf6\x4e\xc3\x99\xab\x96\x56\xb1\x71\ \xe3\x5a\xa7\xfb\xf4\xa1\xc3\x47\x3b\x26\x94\xfa\xda\x8a\x73\x6f\ \xfd\xea\x4c\x57\xaa\x66\xdd\x1a\x65\xb4\xfd\xbd\xb3\x37\x9f\xf9\ \xd3\x6f\x3e\xfb\xf8\x8e\x4d\xab\x8a\x2e\x9f\x6d\xa9\xac\xa9\xee\ \xbd\x72\xb5\xb8\xa6\x26\xde\xde\x34\x21\xe8\xb9\x86\xcb\x0b\x6a\ \xeb\x0a\x03\xd0\xb3\x9c\x10\x82\xe3\x63\xa3\x8a\xaa\x16\x14\x16\ \x4d\x5d\x58\x7f\x5f\x6f\x51\x49\x89\xdb\x6c\x1f\x13\x78\xb3\xed\ \xda\x98\x5a\xbe\x66\x49\x91\x63\x39\x08\x3a\x1d\x57\x9b\xf5\x15\ \x1b\x17\xf1\x81\xab\x7d\xf6\xc3\x7b\x76\xd9\x2d\xc7\x5f\x3a\x72\ \x22\x5e\x54\xff\xcc\xbe\x1d\xc5\x62\xe0\xed\x57\x8f\x34\xc7\xf3\ \x76\x3d\xbc\xb6\xa3\xe1\xd0\xe1\xe3\x4d\xe5\x9b\xf7\xef\x5a\x2a\ \x0e\xfd\xf4\xc7\xa7\xda\xa3\xcb\xd7\x6d\x79\x60\xe5\x02\x34\x65\ \x5c\x2b\x42\x68\x74\x78\xc8\x30\xc2\xe1\x48\x6e\x6c\x9e\x73\xde\ \xdf\xd7\x5b\x5a\x56\xee\xa5\x4b\x20\x12\x34\xd0\xf8\x6f\xce\x8f\ \xee\x3b\xf8\x44\x85\x2e\x7a\xda\x9b\xe3\xc6\xaa\xdd\x5b\x2a\x9b\ \xde\x7b\xf5\x8d\x93\xe7\xa3\xa2\xe4\xb3\xfb\x1f\x5d\x84\x06\x8e\ \x1d\x3d\x7e\xbe\xb9\x27\x52\xf5\x99\x07\x6a\x4a\x5a\xde\x3f\x72\ \xf8\xf8\x85\xbc\x35\xbb\x1f\x59\x17\x7e\xed\xc7\x3f\x3c\xd9\x3c\ \x5c\xb9\xf6\xc1\x8d\xb5\x8b\x15\xc1\xe6\xa1\x1b\xad\xec\x7b\x29\ \xb9\x2f\xe1\x8c\xda\x96\xc5\x00\x0e\x19\x06\x46\x00\x30\x3b\x1e\ \x37\x05\x56\xb5\x60\x00\x43\x6e\xd9\x2c\xa0\x6b\xcc\x8c\x27\x2c\ \xaa\x06\x82\x81\x80\x8a\x01\x8d\x4f\x98\x9c\xa8\x21\x2d\x48\x53\ \xf1\x14\x43\xba\x16\x04\x82\x71\x01\x15\x92\x1e\xb8\xc6\x1c\x07\ \x60\x2c\x98\x03\xb0\x82\x38\x75\x38\x80\x00\x62\x92\x65\x24\x20\ \x84\xa2\xe3\xa3\x83\x37\x07\xf2\x0b\x0b\x73\x86\x24\x9a\xa6\xc9\ \x18\x5d\xba\xbc\x9a\x33\x6f\x84\x07\x17\x02\x7a\x3e\x90\xe0\x1c\ \x20\x04\x85\xe0\x42\x60\xa2\x20\x6e\x4f\x24\xac\xa0\x11\x56\xa0\ \x00\x40\xa4\xcc\x84\x03\x14\x23\xa4\x71\x3b\x91\xb0\x80\x11\x0e\ \x41\x66\x9b\xa6\x49\x01\x31\x0c\x1d\xe6\xa6\x71\xa5\x9f\x74\x74\ \x64\x68\x74\x78\x24\x3f\x7b\x14\x00\x84\x68\x62\x22\x86\x09\xae\ \x5c\xb2\xcc\x97\x6c\x05\x20\x84\xee\x10\xb6\xf4\xf4\x57\x08\x89\ \xa2\x08\xcb\x9c\x48\xd2\x80\x16\x54\x08\x21\x18\x98\xf1\xb8\xcd\ \x61\x30\xa8\xa9\x2a\x11\x76\x32\x9e\x62\xa1\xb0\x81\xb8\x6d\x26\ \x4c\x2a\x88\x11\x0e\x21\x31\x3f\x69\x06\x52\x9b\x24\xf7\x2b\xd0\ \x1b\x31\x31\xf9\x0d\xc8\x0c\xfe\x72\xc7\xca\xfb\xef\xf4\xcd\xaa\ \xf0\x0f\x8b\xf5\xe7\x43\x7b\xa3\x5e\xd3\x8f\x11\x02\x4c\x37\x2c\ \x19\x21\x94\x4c\x26\x13\x89\xf8\x54\x87\x2e\x2f\x2f\x3f\x2b\xc1\ \x3a\x27\xdb\x3a\x33\x10\x64\xf2\x29\x72\x56\x37\xb9\xfc\xac\xd7\ \x35\x4b\xc6\x36\x42\x28\x91\x48\x98\x66\x22\x27\xea\x44\x08\xc9\ \xcb\xcb\x9f\xfa\x8b\xbe\x99\x24\xd0\x9b\x4d\x07\x66\xd8\x48\xff\ \x1e\xe7\x6c\xa6\xd4\x26\x89\xe4\x53\x19\xf0\x9a\x2e\xca\x23\x00\ \xe0\xee\xb4\xe7\x7b\x8b\x3b\xf3\x71\x9a\xc5\xdc\xdb\x3c\xef\x3b\ \x45\xe6\x37\x49\x24\x9f\x80\x47\xc9\x39\xe7\x9f\x96\x4a\x5a\xff\ \xb4\xea\xff\x4f\xfa\x2e\xdf\x46\x12\x89\x44\x6a\x93\x44\x22\x91\ \x48\x6d\x92\x48\x24\x52\x9b\x24\x12\x89\x44\x6a\x93\x44\x22\xb9\ \xcf\x21\xb1\x68\x54\xee\x82\x44\x22\xf9\xb4\x01\x93\xa6\x29\x77\ \x41\x22\xb9\x8b\x73\x08\x4e\xd7\x29\x53\x02\x60\xfa\xff\x1c\x1b\ \x20\x13\xdb\xb6\xe4\x26\x4a\x24\x73\x03\x21\x44\xa9\x33\x36\x3a\ \x1a\x1b\x1f\x77\x1c\xe7\x53\x3e\x1d\xe0\x1e\xa3\x28\x4a\x28\x1c\ \x2e\x2c\x2a\x0e\x04\x82\x73\xc8\xf6\x92\x79\xe1\x12\xc9\xdc\x85\ \x29\x95\x4a\xf6\x76\x77\x41\x88\x0c\xc3\xc0\xb3\x34\x9f\xfc\x9d\ \x84\x73\x9e\x34\xcd\x54\x2a\x59\xbe\xa0\x22\x2f\xbf\x90\xf3\x3b\ \x4b\x01\x95\x79\xe1\x12\xc9\x1c\x3d\x39\x4a\x9d\xfe\xbe\x5e\x5d\ \x0f\x19\x91\x08\xe7\x1c\x48\xaf\x6e\x0a\x41\x4d\xb7\x53\xa9\xa1\ \xa1\x5b\x44\x55\x42\xba\x71\x47\xd6\x93\xd4\x26\x89\x64\x8e\xc4\ \x62\x13\x58\x0d\x84\xf2\xf2\x81\x10\x10\x00\x00\xa1\xdc\x93\x1c\ \x04\xe7\x6a\x20\x18\x0e\x47\xa2\x63\x63\x9a\xa6\xdf\x99\x59\x2a\ \xb7\x4f\x22\x99\x93\x47\x47\xcc\x81\x1e\xf0\xe2\x3f\xc6\xfe\xed\ \x9b\x76\xf7\x75\xa8\x04\xe4\x96\x4c\x2f\x4f\x82\x07\x83\x41\xc1\ \x85\x63\xd9\xf0\x4e\xe4\x5b\x6a\x93\x44\x32\x27\x30\x4e\x0d\x76\ \x17\x98\x43\x65\x84\x9a\x1f\x5d\x83\x8a\x2a\xb7\x64\x16\xff\x17\ \x40\xc8\xef\xd0\xe7\x95\xda\x24\x91\xcc\xf5\x94\x23\x8a\x70\xb3\ \x07\x30\x91\xc1\xa6\xdb\x08\xcd\xcc\x6d\xcb\x67\x42\xc6\x9b\x24\ \x92\xb9\x9e\x6f\x98\x70\xc7\x16\x18\x0a\x00\x80\x8c\x35\xdd\xc6\ \xca\x94\xda\x24\x91\xdc\x2b\x3f\x05\x62\xcc\x28\x65\x0e\xe4\x42\ \x86\xc1\x6f\x6b\x37\xe1\x8f\xaf\x4d\x6e\xdb\x4f\xe9\xd3\x49\x24\ \x73\xb6\x05\x14\x46\x29\x9b\x8f\x39\x91\xf7\x37\x42\x88\x8f\xaf\ \x4d\x42\x08\xd3\x34\x21\x84\xd2\x6e\x92\x48\xe6\x6a\x3a\x11\x4c\ \xa9\xc3\xa4\xd9\xf4\xb1\x7d\xba\xdb\x16\xf6\xb8\xfa\x15\x32\x0c\ \xce\x98\xb4\x9b\x24\x92\x39\x09\x13\x00\x18\x21\x46\x1d\x4e\x1d\ \xc6\xb9\x0c\x38\xdd\x4e\x9b\x6e\x6f\x37\x09\xce\x53\xa9\x14\x42\ \x28\x31\x31\x21\xed\x26\x89\x64\xee\x9e\x8a\xaa\x1b\xb7\x18\x4e\ \x50\xa6\x06\x43\x40\x56\xd2\xcd\xa6\xe3\x50\x55\xd5\xdb\x68\x13\ \x84\x00\x42\xc3\x08\x73\xce\x43\x46\x98\x73\x26\xeb\xe9\x24\x92\ \x39\x9d\x6f\x10\x71\x6a\xf7\x9f\x6b\x48\x4e\x44\x8b\xeb\xb7\x10\ \x2d\x24\xb8\x94\xa7\xe9\x24\x5c\x08\xa2\x28\xa1\x90\x31\x8b\x43\ \x27\x84\xb0\x6d\x5b\xd3\xb4\xa4\x99\xd4\x74\x2d\x11\x8f\xeb\xa1\ \x90\xd4\x26\x89\x64\xce\xf2\x04\xb1\x66\xa4\x92\xa6\x19\x1b\x03\ \x9c\x43\x19\x75\x2b\xcb\x01\xfc\x00\x00\x00\x93\x49\x44\x41\x54\ \x9a\xa2\x38\x00\x00\x45\x51\x74\x23\x0c\x84\x98\x51\x9b\x20\x14\ \x9c\xab\x6a\x80\x71\x86\x10\x16\x9c\x0b\x21\xa4\xdd\x24\x91\xdc\ \xb5\x3c\x11\xc2\x28\x4d\xa5\x92\xd4\x71\xe4\x86\xf8\xc1\x98\x04\ \x82\x41\x55\x55\x19\xe3\x33\x35\x21\x10\x42\xd8\xb6\xa5\x69\xa1\ \xa4\x99\xd0\x74\x3d\x69\x9a\x9a\xae\x27\xe2\x13\x7a\xc8\x90\xda\ \x24\x91\xdc\x2d\x84\x10\x8c\x31\x80\xf2\xca\x52\xae\xf2\x70\xc6\ \x29\x75\x66\xbf\x3c\x47\x14\x45\x70\x0e\x21\x12\xc2\xbd\x15\x9c\ \x73\x21\xb8\x8c\x85\x4b\x24\x77\x0b\xa5\x94\x52\x47\x56\xad\x4c\ \x6b\x57\xde\x7e\xf7\xd2\xf6\x26\xf3\xdd\x02\x00\xc0\xff\x02\x5d\ \x51\x53\xfa\x5d\x5d\xb9\xdf\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x01\xd4\xd0\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x02\x00\x00\x00\x73\x96\x76\x82\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\xbc\x5c\x75\ \x9d\xff\xff\x69\xa7\x4f\x9f\x5b\xe6\xf6\xdc\x9b\x7b\x6f\x7a\x83\ \xd0\x42\x13\x05\x29\x86\xa2\x80\x20\x4d\x40\x69\xca\x2e\x2c\xeb\ \xba\xee\xaa\xdf\x75\x45\xdd\xd5\x75\x57\xf4\xa7\x82\x20\x0a\x04\ \x90\xa2\x14\xa5\x23\x2d\xa1\xa4\x90\x46\x1a\x69\x37\xb9\xb9\xb9\ \x6d\x66\xee\xf4\x53\x3f\xed\xf7\xc7\x24\x31\x40\x2c\xa0\xec\x06\ \x3d\xcf\xcc\xe3\x91\x3b\x33\x67\x4e\xf9\x9c\xcf\x79\x7d\xde\xef\ \xf7\x79\x7f\xde\x07\x4a\x29\x77\xee\x18\x78\xf0\xc1\x7b\x37\xbf\ \xb9\xc1\xf7\x5d\x08\x11\x08\x09\x09\x09\x39\xb8\x21\x03\xdb\xb7\ \x7d\xe7\xdb\xff\x5e\x98\xc8\x6b\x9a\x01\x11\x96\x52\x86\x8d\x12\ \x12\x12\x72\xb0\x2b\xd7\x2f\x7f\xf9\x8b\x5c\x2e\xab\xaa\x3a\x65\ \x1c\x80\xfd\x65\x0b\x42\xb8\xe7\x2f\x29\xc1\x5b\xbf\x7a\x57\xcb\ \xfc\xe9\x8b\x85\x84\x84\x84\xfc\x49\xe0\x4c\x73\x4a\x02\x20\xa5\ \xdc\x27\x28\x10\x00\x00\xa1\x47\x99\x13\x50\x8f\x32\xc6\x05\xc1\ \x10\x42\xf8\x36\x73\xac\xfe\x89\xef\x07\x41\x10\x30\xc6\x00\x00\ \x08\xa1\x77\x9a\x6c\x10\x42\xc6\x58\x10\x04\x94\x52\xce\x39\x42\ \x07\x58\xd5\xfb\x01\x84\x00\x80\x3f\xb2\xa1\xfa\x91\x1e\x9c\x66\ \xe6\xde\xfd\x7f\x77\x42\xff\xa7\x1c\x75\x48\xc8\x5f\x83\x72\xf5\ \xf5\x4e\x82\x00\xee\x7f\x31\x33\x29\x4b\x35\xb7\x51\x41\x53\x22\ \x46\x87\xa1\x18\x10\x66\xab\x4e\x20\xa5\x4a\x7e\xe7\x4b\x42\x08\ \x3d\xdf\x73\xbd\xc0\xb2\x62\x96\x15\x55\x54\x3d\xa0\xcc\xb6\x6b\ \x8a\x42\xf6\x5f\xbb\x94\xb2\x5a\xb3\x11\x52\xa2\xd1\x98\x6e\x44\ \x10\x22\xb5\x5a\x4d\x70\x46\x08\xf9\x4b\x5f\x5d\x52\x08\x01\xf6\ \x99\x76\x10\x50\xca\x5c\xd7\x57\x14\xfc\x07\x2e\x72\x4a\x99\xe7\ \xf9\x18\xe3\x3f\xbe\xf6\xff\x75\xd9\x62\x94\xdb\xb6\x43\x08\xfe\ \x9d\xbd\xfa\x47\x7f\x05\x80\xef\x53\xdf\xa7\x84\xe0\xb0\x67\x87\ \xfc\x95\x7b\x8b\x52\x4a\x21\xc4\xbe\xf7\x5c\x4a\xb7\xe6\x9d\xd7\ \xd3\x70\x6a\x57\xba\x49\x57\x14\x04\xca\x01\xdf\x58\x70\x7e\xb6\ \x69\x64\xc8\x76\x63\x86\x26\xa4\x84\x10\xda\xb6\xab\x6a\xc6\xa1\ \x87\xce\x4c\xa5\x92\x8a\xa2\x08\x21\x5c\xcf\xdb\xb9\x63\xe7\xc0\ \xc0\xb6\x88\x65\xec\xbb\xd8\xaa\x55\xa7\x73\x52\xf7\xe4\x9e\x6e\ \xd3\x34\x11\x42\x8c\xb1\x42\xb1\xb4\x71\xc3\x86\x6a\xad\x6a\x99\ \xc6\x01\xc4\x0b\x42\x28\x85\x63\x3b\x01\x17\x00\x40\x4c\x88\x69\ \x68\xf8\x40\xa6\xdc\x5b\xaf\x58\xe8\x51\x28\x38\x8d\x10\xc1\x15\ \x0d\x48\x49\x39\x46\x66\x5b\xef\x24\x54\x1c\x18\xb0\x89\x06\x20\ \x80\x52\xda\x35\x9b\x0a\x09\x00\xc4\x98\x58\xa6\x2e\x24\x96\x46\ \xa6\xb7\x53\xab\x0d\x6d\x99\x00\x06\x82\x07\x56\x10\xc7\xf1\xb9\ \x90\xd1\x88\x2e\xe4\x1f\x10\x1a\x28\x18\xad\xd9\xae\x00\x00\x02\ \x48\x14\xc5\x34\x34\x00\x21\x78\xaf\xea\xcc\x39\xe4\x7a\xf3\xec\ \x69\x8d\xf6\x96\x95\xc3\x5c\x43\x7f\x82\x78\x41\x20\x5d\xa6\x1a\ \xc9\xf6\xb6\x88\x9b\xdd\xb5\xdb\x57\xf4\xd0\x2b\x0f\xf9\x6b\xb6\ \xb9\xa6\x4e\xe9\x05\x7b\x6d\x2e\x09\x61\xb5\xe6\x5c\xde\x9d\xbc\ \xa0\x33\x62\x06\x8e\xef\xd4\x3c\xbb\xa6\x32\xaf\x43\x03\x73\x1b\ \xac\x65\xa3\x95\x8a\x84\x0a\xc6\x41\x10\x40\x84\x0f\x3f\xfc\x30\ \xcb\x32\x7c\xdf\xf7\x3c\x2f\x08\x7c\x08\x41\x53\x53\x23\x84\x78\ \x74\x74\x4c\xd3\x14\x00\x50\xa5\x6a\x4f\xea\xee\x99\x36\xb5\x1f\ \x42\xe0\xfb\xbe\xef\xfb\x42\x70\xd3\xd0\x9b\x9a\x9b\xc6\xc6\xb2\ \x34\x38\x90\xb1\x23\xa4\xc7\x71\x73\xcf\x8c\x29\x93\x26\x75\x74\ \xb4\x27\x0d\x58\xc9\xe5\x38\x24\x10\x02\x21\x84\x10\x52\x4a\x08\ \x20\xac\x5b\x58\x42\x48\x21\x01\x04\xa0\xe2\x80\xa6\xe9\x27\x7e\ \xfd\x4b\x17\xba\x6b\x5e\xdc\x56\xe6\x18\xc9\x5c\x45\x99\xfb\xe1\ \x4f\x7d\xee\xbc\xfe\x65\x8f\xbd\xe4\x2a\x9a\x10\xd0\xe3\x66\x6b\ \xef\xf4\xfe\x49\x9d\x1d\x1d\x1d\x49\x03\x96\xf3\xd9\x62\x45\x9d\ \x73\xf2\x59\x57\x9f\x79\xe8\x96\x67\x1f\x1f\x16\x3a\x46\xe8\x77\ \xd6\x1b\x17\x42\x02\x08\xa1\xe3\x2b\x4d\x3d\x33\xe6\x74\x25\x2a\ \x43\x3b\x1d\x54\x57\x10\x29\x85\xe0\x42\x4a\x00\xf7\xd9\xaa\x9c\ \x4a\xa6\x37\xf6\x4f\x9d\xda\xdd\xd1\xd5\xde\xd6\x62\x61\x5a\xcc\ \xe6\x24\x22\x10\xa2\x7d\xbb\x5a\x5f\x5e\x0a\xce\x25\x84\x10\x4a\ \x51\xdf\x04\x90\x42\x70\x09\xf7\x1d\x60\xfd\x88\x6a\x36\x68\x9d\ \x75\xf4\xdf\x5f\xf9\xb1\xf1\x17\x1e\xdf\xe1\x13\x84\x50\x7d\x9f\ \xf6\x6e\x74\xcf\x3e\x08\x09\xf6\x9e\x3b\x29\x39\x1d\xad\x25\xce\ \xbc\xe8\xf2\x85\xf3\xcd\xa5\x4f\x2f\xa7\xa6\x2e\xb9\xe0\x42\x4a\ \x09\x61\x7d\xb7\xa5\x14\x5c\x08\x21\x01\x80\x00\xc0\xb0\xeb\x87\ \x7c\xb0\x6d\x2e\x21\x44\xdd\x44\x82\x10\xba\x01\x9d\x6e\xa2\x53\ \xd2\xb0\x5a\xcc\x0f\xd8\xb4\x41\xc5\x8d\x3a\x5e\x97\x0f\x5a\x0d\ \x92\x31\x94\x73\xdb\x8c\x1f\x0f\xda\x0c\x41\x9f\xd2\xa9\x53\xa6\ \x42\x08\x6b\x35\x7b\xdf\x8a\x28\xa5\xbe\xef\xb7\xb6\xb6\x8c\x8f\ \x8d\xf9\xbe\x0b\x21\x30\x4d\xab\xb3\xa3\xbd\x54\x2a\x6d\xda\xb4\ \x09\x63\x02\x00\xe0\x9c\x45\xa3\xd1\x29\x53\xfa\x27\xf7\xf4\x6c\ \xd8\xb0\x9e\x10\xf1\x76\xe1\x62\x34\x50\x93\xe7\x5f\x7b\xdd\x7c\ \xd3\x2e\x38\x14\x00\xb0\x7b\xd5\x93\xb7\xdf\xf3\x54\x9e\x47\x10\ \xc4\x08\x02\x18\xb8\x08\x41\x86\x4d\xc1\x01\x46\x10\x48\xc6\x02\ \x07\xc2\x48\xad\x92\x7d\x63\xdd\xa6\x71\x47\xd0\x00\x78\x9c\x28\ \x44\x46\x74\x2c\x05\x95\x02\x08\x21\x18\x07\x3e\x8e\x9f\xf3\xb9\ \xbf\x3f\x32\x52\xcb\x56\x28\x51\xe0\xd0\xeb\x4f\xfc\xcf\x8f\x9e\ \x60\x42\x42\x4c\xa4\x91\x60\x55\x8e\x68\xa0\x18\x06\xa3\xac\x46\ \x91\xa9\x62\x28\x3c\xce\x58\xc5\x6b\x3c\xfd\xd4\x85\xa7\x36\xe6\ \xbe\xb5\x6e\x7d\x91\x09\x8c\x41\xc9\x17\x00\x29\x1a\x16\xc0\xb3\ \x21\x51\x88\xaa\x02\x20\x3d\x9b\x26\xa6\xcd\xbd\xf6\x0b\x17\x58\ \xd5\x6c\xd9\x13\x2a\xe6\x5b\x57\x3c\xfb\xc0\x7d\x8f\xe7\x85\x65\ \x07\x80\x10\xa2\x40\x0e\xbc\x9a\x24\x16\x50\x34\xc2\x6a\x0c\xaa\ \x54\x12\x05\xba\x92\xab\xbe\x20\x51\x25\x70\x03\xc2\x24\x24\x08\ \x02\xc9\x39\x73\x05\x8f\x00\x00\x04\xe7\x02\x00\x29\x78\xc5\x91\ \x08\x11\x15\x4b\xe0\xd5\x90\xa2\x03\xac\x06\x1c\x2a\x08\x48\xce\ \x24\xb5\xb1\x69\x39\x9e\x94\x00\x99\xaa\x34\xd4\xba\x47\x2f\x6d\ \x87\x71\xa0\x18\x0a\x90\x7e\x0d\x20\x15\xa9\xba\x1b\x30\x15\x23\ \x00\x00\x01\x12\xc1\x30\x12\x16\xf2\xc1\xf7\x16\xf7\xbd\x71\x7c\ \x7a\x44\x12\xa1\x5a\x91\x72\xb1\xd5\x26\xbf\x1d\xb5\xfb\x35\xb1\ \x2a\xd0\x2e\x6b\xa1\x4e\x50\x9b\xad\xaa\x71\x28\x2a\x8c\x63\x44\ \xa2\xd1\x98\xe3\xd8\xfb\xdf\x34\xac\x47\xb5\xa4\x14\xa9\x74\x6a\ \xe7\xce\x1d\x10\x82\xb6\xb6\x66\xce\x99\xe3\x38\x52\x82\x99\x33\ \x67\x70\xce\x6d\xdb\x1e\x18\x18\x70\x5d\xcf\x8a\x98\x8a\xaa\x31\ \x46\xeb\x8a\xb6\xff\x1a\x10\x04\x04\x83\xd5\xbf\xfc\xce\x15\x3f\ \x5a\x75\xf6\x17\xbf\xf7\xb5\x4f\x9e\xfc\x9b\xfb\x9f\xc9\xb5\x2d\ \xf8\xf7\x6b\x3f\x91\x31\x41\x71\xd7\xda\x9f\xfd\xf0\xb6\x2d\x64\ \xf2\x17\xbe\x78\xd9\x94\x86\x08\xf0\xcb\x2b\x9e\xfe\xe5\x1d\xf7\ \xbf\xa8\x19\x91\x99\x73\x67\x6f\x7f\xe0\x0e\xd9\x7c\xf8\x75\xd7\ \x5c\x70\x68\x67\x94\x53\x51\x9e\x58\x27\x81\x14\x52\x4a\x01\x20\ \x91\x52\xf2\xf5\xbf\xf9\xc1\xe7\x7e\xb8\xe2\xe8\x4b\xfe\xdf\xb7\ \x3f\x7b\xea\xd4\x07\x97\xd8\xae\x4d\x1a\x27\x5d\xf7\xbd\xdb\x58\ \x6d\xe4\x89\x45\x3f\x7d\x6c\xe9\x9b\xd5\xd8\xb4\xf3\x2e\xfb\xd4\ \xc2\xa3\xfa\x65\x69\xf0\x89\x5f\xfc\xec\xae\xa7\x47\xec\x72\x45\ \x3f\x64\xee\x8d\xb7\xde\xb2\xfc\xf1\x9f\xdd\x74\xdb\xcb\x99\x63\ \xcf\xbc\xe6\xe2\xd3\xa6\x65\xf4\xed\x2b\x5f\x58\x74\xd7\xfd\x3b\ \x2a\x94\x68\xb8\x6e\xa0\xc9\xda\xd8\x03\xff\xfd\x4f\x77\xae\xe4\ \x47\x9f\x7d\xd9\xbf\x5e\x72\x76\x61\xd7\xf6\x5b\x1e\xdf\x3e\xfd\ \x94\xf3\xae\xfa\xe4\x09\x1d\x51\xfe\xc6\x8b\xbf\xf9\xc1\xcf\x1f\ \x9f\x7a\xfe\x97\xaf\xed\x7b\xe3\xf2\x2f\xfe\xf2\xd4\x6b\xaf\x9f\ \xaf\xac\xf8\xca\xb7\x5f\xbb\xf6\xd6\x6f\xa7\x5f\xbc\xfd\x47\xaf\ \xb3\x1b\xfe\xf1\x33\xfd\x0d\x16\x0e\x2a\x2f\x3f\x7a\xcf\x9d\x0f\ \xbe\xc6\xeb\xe7\x45\xca\xb2\x03\x26\x1f\x71\xea\x55\x17\x9e\xdc\ \x9f\xc6\x6f\x2e\x7d\xf6\xae\xbb\x1e\x58\xe3\x24\x2e\xbd\xe1\x0b\ \xa7\x4f\xb1\x02\xbf\xf2\xca\xa3\x77\x2d\x7a\x74\x4d\xf2\xb0\x33\ \xaf\xbd\x7c\x61\x6f\x42\x91\x10\xec\x58\xc7\x2a\x2e\x8f\xcc\x58\ \x70\xd5\xc5\xa7\x4f\x6b\xd6\xc7\xb7\xae\xb8\xfb\xf6\x3b\x57\x4e\ \xa8\xe7\x5f\xfb\xf9\x53\xe6\xf6\xa6\xf4\xda\x77\xff\xe7\xa6\x15\ \x6b\x77\x19\xba\x1a\xf6\xfe\x90\xbf\x12\x9b\x8b\x0b\x99\xe0\x2e\ \x77\xfc\x80\xc9\x8f\xc5\x22\x3f\x70\x94\xdb\xb3\xde\x8d\x53\x50\ \x8a\x56\x1c\xca\x2d\x55\x55\x04\xe6\x42\x21\x00\x4a\x29\x38\x67\ \xf9\xfc\x44\xa1\x50\xc4\x78\x8f\x9f\xd5\xd1\xd1\x69\x18\x1a\x42\ \x90\x73\x8e\x20\x84\x10\x52\x4a\x19\x63\x52\x8a\x5a\xad\x26\xa5\ \xf0\x3c\x17\x00\xe0\xfb\x3e\x26\x18\x00\xc0\xb9\x84\xf0\x2d\x66\ \x57\xdd\x21\x0c\x02\xda\x7f\xc2\x45\x3f\x98\x7c\x7a\xa2\x35\xb5\ \x7d\xf9\xf2\x89\xc0\xf7\x76\xae\xb9\xe3\xb6\x42\x63\x63\xc7\xe9\ \x17\x7c\xec\xc4\x43\x5e\x1d\xdd\xa2\xb5\x35\xe9\xbf\xfd\xc1\x37\ \x5f\x53\x0e\xff\xf2\x35\x97\x8c\x6e\xde\xbe\x98\x32\x55\x81\x8e\ \x4c\x9d\x7a\xde\xd9\x33\xf0\xce\x6f\x7d\xf9\xe1\xc9\x1f\xbd\xec\ \x63\xb3\x89\xdc\xe3\xac\x01\x29\x81\x94\x92\xe8\xf1\xd6\xce\x8e\ \xce\x96\xb8\xa4\x9e\xcf\x28\x52\x34\x5e\xdc\x7d\xcb\xf7\x6e\x8d\ \x2d\xbc\xee\xe2\x73\x3e\xfc\xe4\x2b\xdb\x8f\x3c\xed\x13\xa7\xcf\ \x54\x6e\xfd\xfa\x57\xe0\xdc\x73\xae\xb9\xfc\xf2\x75\xab\xbe\x25\ \x88\x52\xd9\xb9\xf6\x27\x37\xdf\x3d\x58\x72\x64\x66\xce\x95\x57\ \x7d\x02\x2f\xbb\xff\x86\x1f\xe6\x2f\xfd\xfb\x2b\x2f\x3a\x2b\x77\ \xd3\x6d\x8f\x56\x49\x42\x4a\x01\x00\x90\x12\x10\x0c\x93\x26\x7d\ \xed\xe9\x97\xd7\x9e\x38\x7f\x72\x5b\x67\xa6\x3b\x72\xf5\x65\x27\ \x0d\xfd\xf2\xc7\x37\x6d\x8f\xdd\x70\xc3\xf9\x17\x0d\xee\x78\x64\ \xd9\xd2\xe0\xd8\x79\x7d\x93\xba\x33\x5d\xbd\x93\xfc\xd1\x9e\xde\ \xa9\x7d\xa6\xf3\xf4\x9b\x3b\x80\x31\xb7\xa3\x51\x79\xfc\xbf\x6f\ \xdc\x36\xe5\xdc\x2f\x9e\xb1\x70\xc9\xe2\xe5\xb9\x80\x41\x00\x28\ \x93\x28\x31\xfd\xea\xab\xce\x70\x9f\xbd\xe3\xfa\x15\xc1\x35\x37\ \x5c\xf6\xa9\x85\x23\x83\x77\xbc\xf0\xdc\x03\x77\x0e\x66\x52\x73\ \x8e\x3f\x69\xc1\x47\x4f\xfd\xed\x0b\xe3\xa7\x5d\x74\x7a\x6c\xd7\ \x8b\xff\xf2\x5f\x6b\x4f\xb9\xf4\x8a\x3e\x55\xd8\xa4\xfd\xda\x2b\ \xce\x49\xef\x5a\xfc\xdf\x0f\x8e\x9e\x7b\xf9\xc5\xe7\x7e\x7c\xdb\ \xca\xef\x6f\xe8\x9b\xd9\x33\xf6\xc2\x83\xdf\x7c\x7e\x55\xd9\x75\ \x54\x05\xef\x1f\xdc\x0c\x09\xf9\xc0\x81\xa4\x04\xfb\x5e\x00\xc0\ \xb2\xcf\x04\xa5\x50\xb0\xdf\xee\x2a\x30\x21\xce\xec\x4a\x3c\xb6\ \xb3\x98\xaf\xb9\x88\xd3\xaa\x17\x50\x09\x80\x84\x9c\x0b\xc7\x71\ \x7d\x3f\x48\x24\x12\x7d\xfd\x7d\x3d\x7b\x91\x52\xf8\x7e\xe0\xba\ \x1e\x04\x10\x00\xe8\x79\xbe\xef\x07\x94\x52\x21\x04\xe7\x9c\x52\ \xc6\x18\xe7\x5c\x30\x46\x1d\xc7\xe5\x9c\xd5\xaf\xf6\xb7\xbf\x00\ \x80\x40\xda\x85\x92\xd2\xd8\x3d\xbd\x31\x78\xf8\x9e\x07\xd6\x17\ \xa2\xf3\x8e\x3d\xf5\xf2\x4b\x4e\x3f\xa4\x2f\x03\x39\x30\x89\x8a\ \xa0\x60\x8c\x16\x07\xde\x7c\xed\xa9\x27\xd6\x94\xc9\xf4\xf6\x16\ \x05\x0b\x29\x18\x88\x34\x4f\x6e\x88\xed\xd8\xba\xea\x95\x57\xde\ \xdc\x39\x5a\x45\x04\x82\xbd\xeb\x04\x10\xd0\x20\xe8\x3e\xf1\x8a\ \x45\xb7\xff\xcf\xf9\x87\xaa\x4f\xde\x7d\xdf\xc6\xac\xa3\x2a\x8a\ \xf0\xec\x5d\x1b\xdf\x58\xb9\x66\x18\x5a\x11\x12\x69\x9e\xd2\xd6\ \x3a\xbe\x73\xcd\xab\x2f\xac\x78\xed\xd5\x57\x73\x6a\xdb\xcc\xf6\ \xb8\x04\xc0\xaf\x16\xc7\x37\x6f\x18\x29\x3a\x4a\xd3\x8c\xde\x98\ \xb3\x78\xc9\xb2\x35\x2f\xbd\xb2\x64\xcb\x68\x4b\x7b\x4f\x52\xa7\ \x94\xfd\xce\x6a\x15\x9c\x79\x2e\x85\xaa\xaa\xab\xc4\x67\x3c\xd1\ \x34\x2d\x43\xc6\x9f\x7f\x61\xf9\xea\x97\x16\x2f\x1f\xf1\xa6\x75\ \xb5\x97\x46\xd7\x6e\x9a\x68\x3e\xeb\xa3\xf3\x5b\xf4\xbc\x6d\x26\ \x3e\x74\xce\xb1\x78\x7c\x64\xe7\xc0\x2e\x40\xb0\x60\x41\x76\xfb\ \xc6\x65\xcb\x07\x02\xa2\xeb\x66\x04\x0a\x09\x80\xf4\x7c\x6a\x34\ \x4e\x9b\x64\x55\x5e\x58\xbc\x6c\xcd\xe2\x25\xaf\xec\x98\x68\x6f\ \xed\x6a\xee\x9a\x7d\xf1\xe5\xe7\x9f\x72\xcc\xac\xb4\x45\x40\x00\ \xe3\x4d\x93\x26\xc5\xd0\x9a\x55\xcb\x97\xad\xd8\x36\x5a\x70\x10\ \xe2\x5a\xba\xa7\xdb\x52\x94\xe6\xde\x93\x4e\x98\x1b\xe4\x77\xec\ \xae\x20\x53\x01\x9c\xcb\xda\xe8\xe0\xf0\xd6\x37\x6d\x3b\xa8\xe7\ \x5b\x84\xaf\xf0\xf5\xc1\x7d\xed\x67\x73\x01\xa0\x12\xb8\xb2\x06\ \x3e\xac\x73\xc1\x45\x24\x9e\xfe\x84\x2e\x5b\x45\x6e\x79\x6b\x8a\ \xb9\x59\x45\xd0\x8d\x2e\x2e\x0a\x8c\xa1\xa4\x9c\x15\x0a\xc5\x44\ \x22\x16\x04\x01\xa8\x4b\xcd\xbe\x80\x3f\xc6\x85\x42\x11\x13\x0c\ \x01\x2c\x95\x4a\xa9\x54\x42\x08\x41\x29\xdb\xb6\x7d\x3b\x04\x80\ \x31\xae\x69\x2a\x63\xbc\x5c\xae\x04\x41\xa0\xa9\xe4\x6d\x23\xbf\ \x10\x02\x48\x40\x14\x65\xf4\xf5\x47\xbe\xf6\x4a\xe2\xfb\xdf\xfd\ \x87\x53\x4f\x3e\xf6\xb7\x43\x6f\x1c\xb5\xe0\x68\x23\xff\xc4\x4f\ \x6f\x7f\xf9\xbc\xee\xd9\x1d\x04\x01\x29\x21\xc4\x56\x73\x6b\x97\ \x39\xb5\x27\x0a\xd6\x16\xcb\x8c\x27\x20\xc4\xd2\x9e\x18\x2c\xda\ \xa7\xf7\xcf\x99\x33\x7b\x5d\x22\xa6\x41\x40\xa1\x04\x7b\x6c\x2e\ \x21\x89\xa2\x0c\xbd\x72\xef\x4d\x0f\xbf\xc1\x98\x5d\x2e\x96\x1c\ \x14\x47\x50\x02\x88\x54\x5d\xe7\x10\x48\x00\x51\x50\xd9\x95\x9f\ \x38\xf1\x90\xa9\xd3\xe7\x4c\x86\x33\xe7\x34\x82\xc2\x8e\xb1\x92\ \xc1\x40\xbc\x21\xd3\x38\xa9\x7b\xa2\x28\x59\x61\xfb\xb0\x7f\xca\ \xfc\xb9\xd3\x96\x64\xd3\x87\x76\x37\x17\x86\xd6\x96\x5d\x04\x0d\ \x29\x84\x90\x10\x00\x84\xf4\x58\x83\xd5\xa4\x9d\x77\xd1\x99\xb3\ \x52\xf6\xdd\xeb\xd6\x0e\xe5\x45\x15\x7e\xe4\xb0\x43\xfa\xb7\x46\ \xe2\xb3\x33\xc6\xe8\xea\x89\xe2\xee\xf1\xcd\xdb\xc6\x2f\x3e\xe5\ \x23\xcb\x1f\xb8\xfb\xd1\xd8\x91\x97\x7e\xb4\x6f\xfd\x6f\x7f\x31\ \x90\x45\xa9\xa9\x04\x00\xa8\x68\xba\x8a\x91\x14\x12\x00\xc9\x01\ \x50\x75\xab\xb1\x2d\xe5\xe5\xb7\x8e\xd3\x93\x0f\x9b\x3b\xf5\x75\ \xc7\x9b\xd7\x9e\x1a\x79\x7d\xd8\xea\x3d\xf6\xf8\x6e\xf8\xad\x2f\ \xdd\xeb\xcc\xfb\xf8\x75\x27\xb4\xf3\xea\xf0\x50\x15\x1c\x32\xef\ \x90\xa9\x2b\x9c\x98\xa9\x42\x48\x68\x65\x34\xc7\x71\xf3\xc4\x8e\ \x87\xef\x7d\xda\x26\x71\xbd\xb6\xdb\xd7\x9a\x20\x90\x88\x28\x9a\ \xae\x51\x08\x42\x83\x2b\xe4\x83\xef\x2d\x4a\xb9\x2f\xbf\x5d\x45\ \x70\x95\xa7\xbe\x5a\x75\x8e\x33\xe8\x6c\x3e\xc1\x2b\xdc\xe6\xfc\ \x10\xd5\x86\x82\x95\x18\x7a\xa8\xa4\x04\x84\x18\x52\x42\x08\xc6\ \xc6\x46\x35\x5d\x41\x10\x4b\x29\xea\x26\x07\x84\x00\x63\x9c\xcb\ \xe5\xab\xd5\xaa\x61\x68\x00\x00\xc7\xb1\xc7\xc7\xb3\x0d\x0d\x0d\ \x93\x27\x4f\x16\x52\x80\xbd\xc9\xab\x8e\xe3\x8c\x8c\x8c\x01\x00\ \xc4\x3b\xd2\x2c\x39\x17\x02\x42\x45\xd3\xcd\x78\xc4\xdb\xb9\xec\ \x9e\x27\x37\x7e\xe3\xe2\x4f\x9e\xfe\xf2\xa6\x17\x5f\x5a\x32\xf7\ \x82\x93\xbf\xfb\x9d\x63\xd5\x14\x5e\x53\xad\x0a\x10\xa1\x52\x39\ \xf5\xba\x6f\x9c\x15\x55\x47\xd7\x3c\xfb\xc4\xf2\x2d\x62\xe6\x74\ \xcd\xb0\xe2\x70\xfc\xd7\xf7\xff\xaa\xef\xea\x4f\xfd\xe7\x8f\xbe\ \x07\x01\x1c\xd9\xfc\x92\x27\x85\x90\x7b\x6e\xed\x69\xba\x29\x2a\ \x23\x3b\xb6\x6f\x31\xe2\x49\xa2\x18\xd2\x93\x88\x28\xba\xa6\x02\ \x09\x20\x56\x74\x1d\x47\x14\xe7\xf9\x47\x1f\x99\xd6\x7e\xc9\x97\ \x7f\x78\x0b\x70\xf2\x8b\x1f\xb8\x73\x75\xb6\xa8\x2f\x79\xfd\xe4\ \xb9\xe7\x7e\xed\xe6\x5b\x57\x3f\xb9\xe8\x1b\xdf\xfb\xcd\x6d\x77\ \x4c\xbb\xee\xc2\xcf\x2e\x3a\x57\xc9\x6e\x5d\x75\xc7\x23\xcf\x64\ \xa1\x45\xa4\x14\x52\xd0\x80\x52\x25\x75\xf6\x75\xdf\x39\x93\xd3\ \xe2\xf8\xe0\x43\x3f\xbd\xf5\xc5\xd5\xc3\x65\x85\xdf\xfe\xe0\xcc\ \xcf\x5e\xf6\xe5\x53\x75\xb9\x63\xd5\xf3\xbf\x7a\x71\x15\x80\x74\ \xe9\xba\x1d\x17\x9d\x90\x59\xbb\x6e\xd5\x4a\x94\xfc\xf4\x69\x7d\ \x03\xcb\x96\x16\xb1\xda\x80\xb1\xa6\x6b\x18\x02\x09\x89\xae\xab\ \xba\x06\x47\xb6\x6f\x5f\x9f\x53\x16\x7e\xf2\xdc\x25\x5f\xbf\xf5\ \xe6\x3b\x66\x5d\x77\xfe\xdf\xdf\x7d\x31\x1e\xd9\xf4\xea\xad\x4f\ \x2e\x7e\x13\xd4\x96\x8f\xcc\xbc\xe6\x5f\xbe\x4a\x35\x43\x8c\x6e\ \x62\x95\x6d\xf7\xdd\xf3\xd8\x17\x2e\x3b\xed\x96\x5b\x17\x22\x24\ \xd6\xbd\x54\x93\xb5\xad\x8b\x16\x3d\x7e\xed\xf9\x27\xdc\xf8\xdd\ \x13\xa1\x5f\x79\xe4\xfb\x5f\xde\xb0\x8a\xa9\xba\x8e\x31\x92\x42\ \x70\x29\x51\x98\x30\x11\xf2\x01\x07\x9e\x74\xe2\x71\xfb\x87\xd9\ \x99\x04\x8a\xef\x5e\x64\x95\x8f\xd2\x5c\x0b\x09\x0c\x80\x2b\xe1\ \x08\x57\xee\xae\xc5\xd6\xc8\x68\x44\x41\x7b\x3c\x2f\x9f\x2a\xaa\ \xd6\xd8\xd0\xa0\xa8\x2a\x42\x50\x4a\x20\x84\xa8\x56\x6b\xf9\x89\ \x9c\xa6\xd6\xb3\x01\x80\x94\x32\x08\x58\x2a\x95\x8a\x46\x23\x08\ \x21\x08\xa1\x10\x92\x52\x36\x51\x98\xf0\x3c\x47\x57\xd5\x03\x5d\ \x3d\x52\x40\x12\x4b\x36\x6a\xee\x58\xae\x26\x29\x4e\xb6\x36\x9a\ \xb8\x36\xbc\xa3\xa2\x36\x34\xa4\xa2\x1a\x62\xcc\xaf\x8d\xe7\xcc\ \xfe\x13\xbe\xf6\xe5\xf3\x96\xfe\xe0\xdb\x8f\x0d\xd6\x44\x35\x57\ \xf3\x00\xb2\xd2\xe9\x28\x91\xa5\xd1\x51\x17\xe1\x48\xaa\x29\x66\ \x40\xc0\xa9\x53\x76\x1c\x97\x41\x0c\x24\x10\x50\x8f\xa5\x12\x9a\ \x37\x3e\x61\x73\x00\x11\x00\x80\x0b\xac\x9a\xc9\xb4\x4e\x6b\xc5\ \x7c\x45\xef\xc8\x58\x9e\x5d\x2c\x56\x3c\x21\x8c\x44\x4b\xca\x82\ \x41\xb5\x98\x2f\x08\x45\xf3\x28\x89\x24\xe3\x09\x93\x08\xbb\x58\ \xab\xd9\x45\xaa\xc5\xd3\xa9\xa4\x8e\xdc\x52\xb6\xe2\x50\xac\xa9\ \x52\x4a\x29\x81\x20\x91\x64\xcc\x52\x11\x90\x92\xf9\xd5\x62\xb9\ \x52\x43\x86\x09\x84\x74\xb8\xd2\xd8\x90\xb2\x88\xa8\x15\xc6\xec\ \x00\x62\x05\x39\x30\xd9\x12\x83\x6e\x39\x6b\x83\x44\x3a\xa5\x8b\ \x89\xb1\xb2\x54\x91\x1a\x4f\xc7\x09\x2f\x8c\x8e\xa3\x4c\x4b\x02\ \x06\xe5\x7c\xc1\x41\x4a\x34\x99\x51\x9d\x72\xa9\x94\x67\x66\xba\ \x31\x1d\x53\xa4\x53\x1a\xaf\xb9\x9c\x61\x05\x99\xa9\xe6\x98\x06\ \x81\x60\x4e\xd9\xab\x55\x0b\x01\x31\x12\xe9\xb4\xa5\x00\xc1\x83\ \x5a\xd1\xf5\x83\x4a\x80\xad\x64\x3a\x6d\x10\x29\x02\xbf\x92\x2f\ \x07\x56\xbc\x31\x61\x3a\xd9\xbc\x4b\x05\x0c\xf3\x54\x43\x3e\xf8\ \xca\x75\xe2\x47\x8e\x7b\x5b\x96\x36\x95\x80\x52\xda\x0f\x9c\x5e\ \xec\xeb\x50\x8c\x09\xe5\x0d\x6e\xd6\xb0\x66\x92\xb7\x94\x91\xa0\ \x94\x49\x21\x34\xdd\x50\x14\x22\x84\xf4\x7d\x9f\x32\xaa\xaa\xca\ \xfe\x69\x93\x52\xca\x20\x08\x30\x51\x34\x55\xc3\x18\xd5\x73\xd6\ \x11\x92\x8a\xa2\xfc\xde\x3d\x92\x32\x08\x02\x80\x15\x95\x20\x29\ \x98\x1f\x70\xac\xa8\x0a\x92\x01\xa5\x42\x02\x08\xa4\x4f\xd5\xce\ \x79\x27\xfd\xc7\xd7\xce\x7b\xfa\x86\xcf\xdc\xbd\xd5\x51\xcd\x88\ \x4a\xa0\x14\x2c\xa0\x9c\xa8\x1a\x86\x92\x33\xc6\xb8\x90\x00\x20\ \x84\x15\x85\xec\xcd\x55\x13\x41\x40\xf7\xac\x56\x02\x00\x01\x04\ \xf5\x25\xa5\xa2\xa9\x80\xd3\x80\x01\x55\x55\x10\x04\x82\x51\xca\ \x05\x80\x48\x51\x08\x82\x10\x00\x41\x03\xc6\x85\xc4\x84\x10\x82\ \xa1\x14\x94\x32\x2e\x25\xc6\xa4\x9e\xaa\xbe\x27\x9f\x4a\x70\x4a\ \x99\x00\x00\x02\x80\x30\x26\x84\xd4\xbf\x92\x82\x53\xc6\x84\x04\ \x84\x28\x18\x23\x08\x00\x10\xcc\xa7\x82\xa8\x2a\x92\x3c\xa0\x8c\ \xa8\x1a\x86\x40\x8a\xbd\x7f\x4b\xe6\x51\xa1\x28\x0a\x46\x80\x51\ \xca\x01\x52\x15\x02\xa5\xa0\x94\x72\x09\xea\x1b\x85\x40\x32\x4a\ \xb9\x90\xf5\x63\x24\x0a\x41\xfb\x7d\xb2\x67\x19\x29\x19\xa3\x4c\ \xc8\x7a\x66\x2c\x46\x20\xf0\x03\x40\x14\x05\xa3\x30\x95\x2b\xe4\ \xaf\x41\xb9\x3e\x7c\xc2\x31\x07\x98\x5f\x02\x81\xcf\x41\x20\x81\ \x04\x80\x00\xa0\x63\x80\x7f\x4f\x46\x36\xe7\xbc\x9e\x57\x81\x10\ \x42\xe8\x00\x15\x72\x20\x04\x9c\xef\xcb\xc5\x84\x18\x23\x04\xe1\ \x9f\xe3\xab\x08\x01\x14\x23\x92\x69\x8a\xd7\xc6\x46\x4a\x81\xf8\ \xd3\x27\xc7\x84\x84\x84\xfc\xf5\xc4\xb9\xa4\x14\x07\xc8\xa8\x96\ \x50\x85\x40\xdd\xf7\xb1\x04\xe2\xf7\xd4\x8a\xd8\x5f\xad\xf6\x9f\ \xb6\xbd\xdf\x87\x10\x42\xb8\x7f\xba\x7c\x3d\xe6\xf5\x9e\xa5\x16\ \x42\x49\x9d\xd2\xc0\xd6\x89\xba\x51\x24\x65\x18\x6c\x0e\x09\xf9\ \xdb\x53\xae\x72\xb9\xf2\x41\x35\x5b\x3c\x37\x3c\x7f\x21\x21\x7f\ \xa3\xde\xe2\x4f\x6f\xfb\x49\xd8\x0a\x21\x21\x21\x1f\x30\xe5\x92\ \x82\x87\xad\x10\x12\x12\xf2\x01\xf3\x16\xab\xd5\x6a\xd8\x0a\x21\ \x21\x21\x1f\x2c\xc2\xe7\x65\x84\x84\x84\x84\xca\x15\x12\x12\x12\ \x12\x2a\x57\x48\x48\x48\xc8\x3b\x21\x7f\xf8\x6b\x08\xe1\x01\xf3\ \x4b\x01\x00\x9c\x87\xa1\xfd\x90\x90\x90\x83\x4f\xb9\x08\x21\x08\ \xa1\x6a\xb5\xfa\xce\xd2\x02\x8a\xa2\x58\x56\x24\x08\xfc\xf0\x31\ \x33\x21\x21\x21\x07\x91\x72\x61\x8c\x47\x46\x46\x1e\x78\xf0\x97\ \xd9\xf1\x2c\x7f\x6b\xe6\x04\x04\x10\x13\x3c\x63\xc6\x8c\x8f\x9f\ \x75\xa6\xaa\xaa\xa1\x78\x85\x84\x84\x1c\x2c\xca\xa5\x28\xca\x13\ \x4f\x3e\xf5\xc2\x8b\x2f\x9a\x86\x71\x40\x57\x71\xeb\xb6\x6d\x93\ \x27\xf7\x1c\xbd\x60\x81\xe7\x79\x61\x3b\x86\x84\x84\x1c\x14\xca\ \x25\x84\x28\x97\x4b\xd7\x5d\xf7\xf7\x1d\xed\xed\xe2\x1d\x21\x2d\ \xa2\x28\x4b\x96\x2c\x19\x1b\x1d\xfb\x53\x1e\x56\x18\x12\x12\x12\ \xf2\xbf\xa4\x5c\x00\x00\x08\x61\x5f\x6f\xef\xe4\x9e\x9e\x77\x06\ \xe3\x55\x55\xdd\xb6\x6d\x7b\xb5\x5a\xf9\xc3\x6b\x97\x00\xea\x86\ \xa1\x40\xe9\xba\x2e\x97\xfb\x7d\x8c\x55\xd3\xd0\x44\xe0\x7a\x3e\ \xff\x3f\x7a\x80\x16\xd4\x4c\x43\xd9\x7f\xba\x38\x0b\x1c\xcf\x17\ \x00\xe9\x86\xa9\x60\xe9\x39\x2e\xdb\xf7\x84\x45\x88\x74\xc3\x20\ \x50\xb8\x8e\xcb\x64\xf8\xc0\xaf\x90\x90\x83\x5b\xb9\x00\x00\x41\ \x10\xf8\xbe\xff\x4e\xe5\x92\x52\x32\xc6\xfe\xc8\x54\x6d\x88\x35\ \x54\xfd\xed\xbd\x77\xad\xaf\xa5\xce\xfd\xd4\x59\x6d\x3a\xf7\x99\ \x00\x00\x20\x45\xf3\x87\xd6\xdc\xf2\xf0\x73\xa9\xb9\x67\x9c\x71\ \xfc\x64\x19\xb0\xff\xed\x38\x19\x44\x04\x54\x9f\xfa\xf9\x1d\xab\ \x77\xe7\xb9\x90\x00\x00\x41\xfd\xe8\xf4\x0f\x7d\xfa\xcc\x0f\x27\ \x40\xfe\xc9\x9f\xdd\xbc\xaa\x90\xfa\xe4\xa7\xcf\xed\x4d\xa0\x80\ \x49\x88\x15\x95\x4d\xfc\xe6\xe7\x37\xaf\x2d\xa5\xce\x3d\xff\xec\ \xde\x34\xa6\x2c\x8c\xeb\x85\x84\xfc\x1f\xf3\xbe\xe6\x73\x41\x02\ \x83\xad\x6f\x2c\x7f\xe8\x8e\x5b\x6f\xb9\xfb\xa9\x0a\x50\xeb\x55\ \xfe\x20\x22\xa2\x3c\xbc\xf8\xd9\x67\x56\x6f\xcd\xc3\xdf\x55\x2b\ \x84\xb0\x5e\xe2\x6b\xff\xca\x84\x10\xfe\xde\xf7\xf5\x3f\xc1\x5b\ \xbe\x82\x6f\x5f\xf4\xed\xeb\xdb\x77\xd4\x48\xd6\x96\xbf\xf8\xc2\ \xb2\xf5\x3b\x9c\x20\xf0\x3c\xcf\xf5\x3c\xca\x04\x00\x12\xeb\x89\ \x8e\x16\x63\xe9\xe3\x77\xfe\xe4\x81\xc5\x0e\xd4\x30\x04\xaa\x02\ \x37\xbe\xf8\xab\x5b\x7f\xfe\x9b\x9a\x91\x69\x49\x69\x9c\x87\xb2\ \x15\x12\x72\xd0\xdb\x5c\x7f\x26\x12\x40\xd5\x30\xe3\x31\xb2\xec\ \x91\x3b\x7f\xd6\x94\xf9\xbb\x4f\x1c\x8a\x7c\x0f\x00\x09\x10\x31\ \x2d\x4b\x57\x71\xbd\x9c\x17\x44\x44\x21\xc0\x73\x5c\xca\x04\xc4\ \xc4\x34\x0d\xc0\x29\x13\x92\xf9\x8e\xcf\x91\x69\x99\x18\x70\x2e\ \x21\xc1\x30\x70\x1c\x5f\x42\x43\xd7\x01\x0b\x5c\x26\x7f\x57\xe3\ \x53\x72\xdf\xa3\x10\x11\x85\x60\x00\x90\xa2\x62\xe6\xb9\x2e\xe5\ \x00\x40\x4c\x08\x7e\x5b\x21\x50\x08\x85\x6f\xbb\x5c\x39\xf2\xb4\ \x4b\xbe\xf2\x99\x93\x90\x60\x02\x40\xc9\x7c\xd7\xf3\xbd\x40\x99\ \x75\xd2\x05\xd7\x6c\xdb\xf2\xfd\xdf\xdc\xf9\xeb\x39\x53\x2f\x3e\ \xa1\xaf\xba\x7d\xf1\xcf\x16\xfd\x3a\x7a\xe4\x39\x9f\xbf\xe8\x44\ \x4b\x06\x34\x14\xae\x90\x90\xbf\x76\x9b\x0b\x00\x00\x44\x10\x44\ \xfa\xe7\x2c\x3c\x69\xea\xf3\x77\xfd\xf0\xe1\xe5\xbb\x35\x4d\x7d\ \x87\x4f\x49\x10\x2b\xbd\xfc\xc8\xcf\xfe\xe5\xfa\x6b\x2e\xbc\xf0\ \xa2\x2b\xfe\xee\x4b\xb7\xfc\x72\x71\x91\x41\x43\x57\xb3\xeb\x9f\ \xbe\xe1\x8a\xcb\xbe\xff\xc8\x4a\xa0\xe9\xaa\xa6\x95\xb6\x3c\xf7\ \x85\xab\xaf\xb9\xf9\xc9\x75\x38\x12\x1d\x7a\xfa\xd6\xcf\x5c\xfd\ \x95\x25\x9b\x1d\x43\x27\x48\xd1\x61\x61\xfd\x7f\xfe\xd3\xd5\xdf\ \xb9\xeb\x35\x60\xe8\x9a\x22\x06\x56\x3c\xfd\x9f\x5f\xb9\xfe\xd2\ \x4b\x2e\xb9\xe8\x92\x4b\xaf\xfd\xca\x7f\xaf\xce\x71\x0d\xef\xaf\ \x5d\x48\xfa\x15\x5b\x42\xcb\x88\x48\x20\x3c\xd7\x73\x6c\xdb\xf1\ \xa8\x04\x10\x48\xe6\xcb\xc8\x47\x2f\xbc\xea\x84\x49\xf4\x17\x77\ \xde\xb3\x61\xd7\xae\xc7\x16\xdd\xb1\xde\x9b\xfc\x99\xcb\xce\xeb\ \x34\x39\x15\xa1\x6e\x85\x84\xfc\x0d\xd8\x5c\x00\x00\x29\x39\x43\ \x89\x8f\x5d\xfa\x69\x2b\xff\x8f\x77\xfc\xf8\x47\x93\xda\xbf\x7a\ \x64\x67\xcc\xd9\x4f\x44\x54\xec\xfe\xf6\x8e\x1f\xdc\xf4\xf0\xc6\ \x05\x1f\xbf\xe0\xbc\xd9\x99\xc1\x15\xcf\xdc\x7d\xfb\x77\xcb\xe2\ \xab\x5f\xbc\xe0\xc8\xee\xc3\x4e\x39\xfb\xe8\x65\x3f\xbe\xf7\x67\ \x73\x67\x4f\x3f\xbd\xbb\x72\xf7\x6d\x77\x14\x1a\x8f\xfc\xc2\xa9\ \x47\x1a\x80\x32\x1a\x38\x8e\xcb\xf6\xf9\x6e\x92\xbb\xae\x43\x02\ \x86\x88\xea\x6c\x7f\xf9\x96\xef\xdf\x32\xd1\x7a\xc2\x35\xff\x78\ \xb8\x29\xdc\xf1\x89\x6a\x52\x87\x7c\xbf\xa4\x33\x88\x10\xab\x15\ \x2b\x41\x65\xc7\x9b\xab\x9f\x7b\x89\xb7\xb7\x77\xb6\x37\xa7\x55\ \x2c\x29\xe3\x00\x00\xc9\x7c\x9c\xec\xbf\xe4\xb3\x17\xec\xfc\xce\ \x9d\xff\xf9\x6f\x23\x6e\xa1\x70\xca\x25\xff\x7a\xdc\x94\x84\xef\ \xf9\x61\x77\x09\x09\xf9\x5b\x51\x2e\x00\x80\xe4\x81\x8c\x74\x5e\ \xf2\xf9\xcf\x6f\xfa\xa7\x6f\xfe\xe8\xc7\x0f\x74\x7d\xfd\xca\xe8\ \xde\xe7\x5a\x60\xa2\x55\xdf\x7c\xfa\xfe\xa7\xd7\xcc\x3b\xf7\x9f\ \xbf\x7a\xd5\x87\x11\x00\xe0\x98\x59\xb4\xf4\x0f\x0f\x3f\xf3\xc4\ \xf6\x85\xf3\xa7\x98\xf1\xd3\x2e\xbd\x6a\xdd\x96\xaf\xdc\x7d\xfb\ \xed\x85\xee\xf2\x8b\xbb\x13\xd7\xdc\x78\x49\x6f\x1c\xf8\x5c\xc2\ \x77\x84\xc0\xea\x21\x2d\x04\x61\x65\x64\x78\xb4\x18\xcc\x3e\xfb\ \xd4\x8f\x9d\x38\x07\x00\xc1\x7c\xdf\x0f\x02\x26\xde\xe2\x2c\x52\ \x6e\x4d\x9f\xd6\x3b\x92\x5d\x73\xe7\x0f\x9f\xc9\x15\xe9\xd4\xe3\ \xcf\xbc\xf2\xd2\xb3\x7b\x1b\x54\x4a\x05\x00\x20\xf0\x69\xd7\xe1\ \x27\x7f\xec\xa8\xa5\x3f\x7c\x78\x69\x64\xd6\xd9\x9f\x3c\x79\x2e\ \x0e\xfc\x20\xec\x2c\x21\x21\x7f\x53\xca\x05\x00\xa0\x7e\x60\x75\ \x1d\x79\xcd\xd5\xe7\x7c\xe9\xdb\xbf\xfa\xf9\x6f\x0e\xfd\xfc\x0c\ \xad\x1e\x66\x27\x90\x0f\x6e\x1d\xac\xb8\x12\xad\x7f\xee\x5b\x5f\ \x5f\xcc\x38\x20\x44\x0c\x6e\x2b\x55\x6a\x72\xb0\xc0\xa6\x19\x40\ \x24\xa7\x5d\x7e\xd5\xa7\xff\xfd\xc6\x1f\xdd\xbe\x2e\xb6\xf0\xaa\ \x2f\x9d\x38\x3d\xed\xbb\x1e\x32\x7e\xef\x6e\x73\x2e\x1a\xa6\xce\ \x99\x3f\xa3\xe5\xc5\x7b\xff\xf3\xdf\xb3\x27\x9f\x7a\xe2\x71\x53\ \xbb\x32\x1a\x46\xfb\x4b\x97\xa0\xbe\xd2\x36\xff\xf3\x37\xcc\x09\ \x02\xaf\x5c\x9c\xd8\xb2\xfc\xa9\xdb\xef\xbd\xf7\xbb\xc2\xfc\x8f\ \xeb\xcf\x8e\x23\xca\xa5\xc4\x8a\x52\xde\xb5\x6e\xed\xe6\x41\x35\ \x9e\x0c\xc6\x56\x3f\xf7\xfa\xc0\xc5\xc7\x4e\x82\x5e\x10\xfa\x8a\ \x21\x21\x07\x09\xff\x6b\xb5\x22\x24\xf5\x59\xff\x71\xe7\x7e\x66\ \xe1\x94\xc5\xf7\xdc\xf6\xf4\xba\x9c\xa2\x20\x00\x00\x04\xc2\xf1\ \x29\x03\x44\xd5\x09\x42\x08\x61\x28\x04\x99\x34\xfd\x88\xd3\x4e\ \x3a\x2e\xa3\x09\x2e\x24\x00\xd0\x88\x44\x75\x15\x50\x2e\x38\xe7\ \x40\xc2\xb7\x78\xa2\xef\xdc\x8c\x08\x60\xb2\xf7\xaa\x2f\x7d\xf5\ \xb2\xd3\xe7\x65\xd7\x3c\xf5\x95\xeb\xff\xee\xab\x37\xdd\xb3\xad\ \xc0\x14\xfc\xd6\x18\x3d\xc2\xaa\x61\xc6\x12\xe9\xae\xde\xe9\x0b\ \x2f\xfe\xdc\x25\x27\x74\xef\x78\xed\xa5\xad\xd9\x0a\xc6\x08\x40\ \xac\x88\xc2\xaf\xef\xba\xed\xa5\x5c\xfa\xea\x2f\xfd\xcb\x49\x1d\ \xce\x03\xb7\xdd\xb6\x72\xd8\xd3\xd4\x30\xe7\x36\x24\xe4\x6f\xcc\ \xe6\x02\x00\x48\x29\x5c\x6e\x9e\x78\xfe\x15\x6b\xdf\xfc\xe6\xbd\ \xf7\x3d\x02\xa8\xd2\x81\x80\x00\x38\x1d\x33\x00\x00\x33\x4e\xb8\ \xf8\xef\x4e\xeb\x05\x92\x4b\x09\x20\xc2\x40\x32\xb7\x66\x07\x40\ \x51\x6b\x3b\xee\xbc\xf9\x67\x13\x1d\x27\x7f\xf6\xa8\xfc\xfd\xf7\ \xde\xdc\xd7\xdb\x71\xe6\xdc\x46\x26\xa0\x1a\xd5\x21\xb5\x9d\xc0\ \x41\xa4\x01\x70\xb0\x7f\x3e\x84\x60\x42\x4f\xf5\x9c\x73\xf9\xf5\ \x1f\x3d\x63\x64\xf5\x8b\x0f\xfd\x7f\x3f\xbf\xef\xce\x78\xe6\x5f\ \xaf\xfc\xa8\x22\xbc\xbd\x11\x76\x48\x88\x02\x25\x63\x8c\x33\x2e\ \x54\xcb\x48\x67\xe2\x20\xc8\x07\x94\x01\x08\x55\x0d\x6e\x7c\xea\ \xbe\x07\x5e\x18\xfa\xf0\xa5\x5f\x39\xed\x43\xc7\xe5\xad\xf1\xd5\ \x5f\xf9\xf1\xed\xf7\x3c\xd1\x73\xc3\x39\x51\x18\x26\x45\x84\x84\ \x7c\x10\x6c\x2e\x8c\x31\xf9\x3d\xbc\x87\x79\x3f\x92\xf9\x38\x35\ \xf5\x92\x4f\x9f\x19\xf1\xf3\x25\x17\x40\x28\x99\x00\x5d\xb3\xe7\ \x4d\x6b\x96\xcf\xdc\x7f\xdb\xf3\x6b\x07\x5d\x2a\x04\x0f\x0a\xa3\ \x83\xc3\xd9\x12\x87\x44\x27\xc1\x4b\x0f\xfc\xf4\xd9\x01\xe3\xe2\ \x2b\xae\xbc\xfc\xb3\x57\x9e\xd0\x52\xbd\xeb\x96\x3b\xdf\x2c\x08\ \x05\x82\x74\xef\xd4\x34\x2a\x2c\x5e\xbc\x64\x57\x89\x9b\x86\xa6\ \x20\x28\x85\x90\x52\x42\x84\xb8\x53\x19\xcf\xe6\x3d\x81\x12\x99\ \x49\xc7\x7f\xe8\xc8\xd6\x18\x9e\xc8\x8d\x79\x62\x5f\xbe\x3c\x44\ \x20\x18\x19\xdc\x36\x5c\x70\x15\xc3\xd4\x08\x18\x7c\xe3\xc5\x27\ \x9e\xdb\x64\x75\x4f\x6b\x4b\x46\x21\x51\x9c\xdd\xab\x7e\x7e\xf7\ \xe3\xea\xac\x53\x2e\x3a\xf3\x08\xe0\xd4\x9a\xe7\x9c\x7c\xe9\xd9\ \x47\x6c\xff\xed\xbd\x0f\x2d\xde\x4a\x34\x25\xec\x31\x21\x21\x07\ \xbb\xcd\x25\x84\xcc\xe5\x72\xa6\x61\xd4\x73\xe8\x83\x20\x40\x08\ \x11\x45\x01\x52\xaa\xaa\x5a\x2a\x16\xd5\x77\xa4\x38\xbc\x0d\x08\ \xa4\xef\x3a\x35\xc7\x13\x7b\xe7\xcc\x04\x7e\xd0\x3a\xef\x94\x0b\ \x4e\x79\xfd\x9b\x8b\x56\x3a\x3e\x13\x22\xc0\x8d\xb3\x2e\xfb\xcc\ \xc5\xdf\xfb\xe1\x3d\x37\x7d\xfd\x4b\xf7\x35\x25\x55\x04\x6a\xd5\ \xda\xa1\x17\x7d\xe1\x73\x27\x4e\xdf\xf9\xea\xa3\xb7\xdc\xbf\x6c\ \xfe\x25\xff\x7e\x42\xbf\x15\x08\xeb\xa2\xcf\x7c\x6a\xe5\xbf\xfe\ \xf8\x96\x7b\xa6\x7f\xfd\xea\xd3\x13\xdd\x0b\x3e\xf9\xb1\xd7\x6e\ \xf9\xf5\x83\x5f\xda\xfa\x4a\x43\xdc\x14\x6e\x69\xfb\x04\x38\x54\ \x23\x04\x2b\xa3\x5b\x5e\xbb\xe9\xb6\x87\x9c\x48\x4a\x27\xc0\x2b\ \xe7\xc7\x44\xf3\x27\x8e\x39\x2a\x0e\x03\xbe\x37\x77\x8c\xf8\xd9\ \xe7\xee\xbb\xe9\xb7\xdb\x64\x43\xdc\x00\x3c\x28\x8c\x8d\x38\xc6\ \xa4\x4f\x5f\x7e\x4e\x57\x52\x01\xfe\xc4\xe3\x8b\x7e\xba\x74\x2c\ \x75\xc3\x3f\x9e\xd3\x65\x72\xd7\xe7\x08\x6a\x0b\x16\x9e\x7f\xf4\ \xcb\xab\xef\xbf\xfd\xf6\xb9\xfd\x5f\x3d\xa4\x45\x09\x68\xf8\x84\ \xc7\x90\x90\x83\x55\xb9\x30\xc6\xb6\x6d\x7f\xe3\x1b\xdf\xd4\x75\ \x5d\x4a\x09\x21\xec\xe9\xe9\xae\xd5\x6a\x63\x63\xe3\xf5\x5a\x83\ \xb6\x6d\x5f\x7d\xd5\x55\x7f\x70\xe5\x82\x0a\x6d\xf6\xb1\x1f\x55\ \xbc\x54\x02\xed\x4d\x60\x90\x3c\x90\xe6\x71\x67\x5d\x9c\x45\x9d\ \x89\xa9\xcd\x92\xb2\x80\xca\xee\x05\x67\xdd\xd8\x35\x7d\xc9\xe2\ \xd7\xb6\x8f\x16\x05\x24\xd1\xc6\xf6\xc3\x27\xa5\x79\xe0\x55\x2a\ \xfe\xe1\x67\x5e\x71\xce\x69\xf3\x50\x10\xf8\x1c\x34\xcd\xfe\xe8\ \xdf\x5d\x51\x58\x36\xc1\xca\xb6\x6b\x46\xac\x93\x3f\xfd\x0f\x2d\ \x53\x5e\x7a\x6d\xed\x76\x87\x49\xac\xf6\x1d\x79\x52\xd7\xcc\x39\ \xb3\x84\xeb\x46\x3a\xa7\x7d\xf8\xa4\xe3\xb7\x0c\x4f\x30\x09\xb5\ \x29\x87\x5c\xb4\xe0\xb8\xf9\x53\x5b\xf9\xde\x1c\x52\x29\x19\x53\ \x92\x27\x9c\x7e\x91\xb5\x7a\xe3\x70\xbe\x2c\xa0\x32\xef\x98\xd3\ \x8e\x3a\xe6\xe8\xfe\x4c\x84\x32\xee\xd5\x26\x78\x62\xda\xc5\x9f\ \x3f\xfc\x23\x33\x9a\xfc\x20\x00\x00\x08\x1a\x28\xe9\xfe\x8b\x3f\ \x73\x45\xec\x95\x9d\xb5\x62\x81\xb7\xb4\x40\x10\xa6\x75\x85\x84\ \xfc\x1f\x03\x2b\xe5\xd2\x01\xbf\x30\x0c\xfd\xc6\x6f\x7c\xeb\xb5\ \xd7\x5e\xd3\x34\x8d\x31\xd6\xd8\xd8\xf8\xfd\x9b\xbe\xb7\x71\xd3\ \xa6\xaf\x7f\xfd\x46\x55\x55\x01\x00\xbe\xef\x7f\xfe\x73\x9f\x5b\ \xb8\xf0\x63\x8e\xe3\xfc\x5e\xf7\x10\x40\xdd\x30\x15\xc8\x1d\xc7\ \x15\xbf\x9b\xaa\x2c\x21\x56\x4d\x43\xe3\x81\xe7\xf9\xac\xfe\x31\ \xc2\x44\xd5\x34\x82\x20\x00\x40\x0a\x1e\xf8\x5e\xc0\xa4\xa2\x9b\ \x86\x02\x1c\xc7\xe5\x7b\xb4\x02\x6a\x86\xa9\x20\xee\x38\x9e\x90\ \x00\x40\xa4\xa8\x9a\xba\x27\xf6\x2e\x05\xe7\x34\x08\x28\xe3\x10\ \x13\x4d\xd3\x08\x46\xf5\xe0\x1a\x0d\xfc\x80\xbe\x7d\xde\x25\x26\ \xaa\xaa\xee\xc9\xbf\x17\x9c\x05\x41\xc0\xb8\x00\x00\x00\x88\x4d\ \xd3\x40\x82\xda\xae\xbf\xff\x0c\x71\xa2\x19\x86\x86\x7d\xd7\x09\ \xa8\x08\xa7\x5c\x87\x84\x1c\xbc\x36\x97\x10\x72\xe6\x8c\x19\xaf\ \xbc\xf2\x8a\xef\xfb\x52\xca\x62\xb1\xf8\xd0\x43\x0f\x8f\x8e\x8d\ \x32\xc6\x00\x00\x8c\xb1\x74\x43\xba\xbb\x67\x12\xa5\xf4\x8f\x79\ \x8b\xb6\x5f\xff\x73\xbf\x8f\x25\xa7\x76\x8d\xee\xff\xb1\xe0\xcc\ \x73\xd8\x5b\x7e\x0b\x01\xf3\x9d\xea\x5b\xd2\x3f\xf7\xad\xad\xfe\ \x4e\x50\xdf\xa5\x6f\xcb\x0f\x85\x50\x0a\xee\xb9\xce\x1f\x3e\x6c\ \xce\x02\x97\x1d\x28\x43\x4b\x72\xc7\xae\xbd\xf3\x30\x58\xe0\x56\ \x03\xf0\xf6\xe3\x08\x09\x09\x39\xd8\x6c\x2e\x08\x21\x63\x6c\xdd\ \xba\xf5\xc3\xc3\xc3\x8c\x31\x29\xa5\xef\xfb\x08\x21\x55\x55\x01\ \x84\xba\xa6\x4d\x99\xd2\xdf\xd3\xd3\x2d\x42\xcf\x29\x24\x24\xe4\ \xe0\x51\x2e\x00\x00\x42\x48\x51\x94\x7d\xc5\x9a\xeb\xd1\xae\xbd\ \x56\x08\x90\x00\x04\x01\x05\x20\x54\xae\x90\x90\x90\x83\xc6\x5b\ \x04\x00\x08\x21\x7c\x3f\x9c\xac\x17\x12\x12\x72\xd0\x11\x3e\x6f\ \x31\x24\x24\x24\x54\xae\x90\x90\x90\x90\x50\xb9\x42\x42\x42\x42\ \x42\xe5\x0a\x09\x09\xf9\x6b\xe0\x2f\x33\xe3\x1a\x21\x44\x08\x09\ \x5b\x33\x24\x24\xe4\x03\xa3\x5c\x10\xc2\x4d\x1b\xd6\x65\xb3\x59\ \x84\x42\x0b\x2e\x24\x24\xe4\x03\xa2\x5c\x8a\x42\x76\x0f\x0d\xdd\ \x71\xd7\x22\x5d\xd7\xc3\x06\x0d\x09\x09\xf9\xe0\x78\x8b\x18\x6b\ \x9a\x56\x9f\xcf\x18\x12\x12\x12\xf2\x7e\x13\xfa\x77\x21\x21\x21\ \x7f\x55\xca\x05\x89\xa2\x6a\xaa\x02\xc3\x39\xc6\x21\x21\x21\x1f\ \x0c\x6f\x11\x61\x22\xdd\xad\xab\x97\x8f\xb2\xc4\x9c\x99\xfd\x51\ \x05\x48\x00\xa4\x7c\x17\x53\x14\xc3\xd9\x8c\xef\x37\x10\x00\x08\ \xe1\x3b\x4f\x4a\xd8\xf2\xef\xfb\x68\x0f\x21\x78\xc7\xe5\x20\xa5\ \x0c\xc7\xf8\xf7\x0f\x29\x01\x84\x70\xff\x0e\x7f\x20\xe5\x82\x58\ \xe1\x95\xc7\xef\xbc\xe5\xb9\xb5\xbb\xdd\xd4\xd4\xae\xfe\xae\xd5\ \xbf\xbe\xc7\x9f\x72\xda\x29\xf3\xda\x69\x40\xff\x14\xcd\x22\x10\ \xfc\x73\x53\x29\x82\x24\x0f\xaf\xa3\xf7\x07\x15\x82\xa1\x00\xff\ \xd7\x58\xc4\x20\xbf\xab\xa9\xed\x08\x78\x6e\xc2\x3e\x21\xea\xb9\ \x02\x86\x0a\xf6\x3e\x8d\x17\x3a\x92\xdf\x1b\xb5\x06\x98\x6a\x60\ \x54\xbf\x8a\x18\x63\x99\x4c\xe6\xe2\x4b\x3e\x5d\x2f\x00\x15\xf2\ \x7e\xa0\x6b\xda\xca\x55\xab\x7e\xf3\xeb\x47\x22\x91\x68\xbd\xd9\ \x0f\xa0\x5c\x18\xa3\xf2\xd0\xa6\x15\x23\xe6\xe7\xfe\xf5\x9f\x5f\ \xfb\xd5\x63\x5c\xb5\x70\x50\x19\x1c\x2f\x4a\xd8\xf1\xa7\x6f\x29\ \x45\x44\x0c\xc9\xf0\x4c\xbe\x4f\x68\x08\x4c\x78\xfe\x8e\x1d\xd9\ \x8e\x4c\x26\x1e\x8f\x0b\x21\xea\x63\x86\x85\x64\x23\xe1\x8e\x40\ \x12\x84\xe2\xf5\x97\x97\x2d\x08\x84\x81\xc1\xc4\xf8\xc8\xa8\xaf\ \x4e\x6a\x6b\x45\x08\x49\x29\xa5\x94\x18\xe3\x64\x32\xf9\x87\x6b\ \xd5\x85\xfc\x39\x58\x96\x25\xa5\xd8\xb9\x63\xa0\xb7\xb7\x5f\x37\ \x0c\x29\x25\x39\xa0\xd1\xa4\xea\x86\x81\xdc\xe1\xe1\x6c\x20\x65\ \x79\x68\xf3\xba\x81\x42\x66\x5a\x12\xbd\x9b\x2b\x81\x0b\x49\x15\ \x32\x76\xfa\x3f\x4b\xd5\x00\x32\x2c\xdc\xfe\x97\x33\x9b\x31\x51\ \x4a\x63\x6d\x4f\x7e\x8f\x09\xe9\x3a\xae\xef\x79\x20\x1e\xdf\xf7\ \xad\x00\x40\xf8\x6e\xe1\x88\xf3\xed\xe9\xc7\x21\xdf\x0d\x9b\xeb\ \x2f\xd9\xf2\xaa\x96\x7e\xfa\x66\x2d\xb7\xd5\xf7\x03\xc7\x61\x42\ \x88\x7d\x09\x8c\x52\x4a\xce\x79\xfd\x71\x0d\x21\xef\x07\x9c\x73\ \x16\x04\x8e\xe3\x04\x41\x60\x98\xe6\x81\x95\x4b\x70\x66\x64\x66\ \x9c\x76\xe4\xba\xbb\x17\xdd\x59\xa6\xfc\x8d\x1d\xdb\x5b\x66\x9f\ \x72\xe1\xac\x36\xf1\xee\x87\x14\x6e\xc6\xa5\x66\x86\xca\xf5\x17\ \x55\x2e\x05\xfb\x4e\xdd\x9e\x42\x08\xc1\x77\x06\x57\xa4\x94\xaa\ \xc9\xad\xa4\x24\x5a\xd8\x5c\x7f\x51\xe5\xd2\x25\x22\x40\xee\x79\ \xbe\x7a\xd8\x20\xff\xfb\x26\xef\xfe\x1d\xfe\x40\x71\x2e\x29\x03\ \x8e\x0f\x39\xf5\x92\xe6\xc9\x73\x37\xee\xc8\x91\x68\xba\xa3\xbd\ \x55\x91\x01\x97\xf8\xdd\x3a\x20\x50\x70\x20\x78\xa8\x5c\x7f\xd1\ \xf3\x87\x80\xf8\x63\x63\xbb\x14\x50\x70\x28\x42\x13\xe0\x2f\x8a\ \xe0\xa1\x03\x7e\xf0\x70\xc0\x08\x3d\x54\x61\xb0\xfc\xf1\x07\x1f\ \x7a\x61\x83\x0f\x31\x06\xcc\xa5\xd1\x73\xaf\xbe\xea\xe8\xde\x06\ \x4a\xc3\xc8\x55\x48\x48\xc8\x41\xa9\x5c\x08\x11\x2f\xbb\xe1\xd7\ \xcf\x6e\x3a\xf2\xa2\x6b\x8f\xeb\x89\x52\xc6\x25\x80\x86\x69\xb2\ \x50\xb6\x42\x42\x42\x0e\x5a\xe5\x82\x10\x78\x76\x45\xa6\x3b\x66\ \x4c\xed\x8e\xa9\x6e\xb0\xf7\x81\xf4\xa1\xa1\x1c\x12\x12\x72\xf0\ \x2a\x97\x94\xc0\x8c\x37\x45\x72\x6b\x7f\xf0\xcd\x7f\x4b\xa9\x52\ \x48\x11\xc8\xe8\x19\x97\x5c\x72\x58\x77\x8a\xd1\x30\x74\x12\x12\ \x12\x72\x10\x2a\x17\x44\x84\x20\x94\xe8\xba\xe8\xda\xeb\xc7\x2a\ \x3e\x84\x10\x00\x29\x81\xd2\x9a\x32\x39\x0f\x03\xed\x21\x21\x21\ \x07\xa1\x72\x41\x28\x83\xea\x96\x6d\xb9\x54\x6b\x0b\x54\xf5\x58\ \x5c\x83\x00\x00\x08\xa4\xc4\x0a\x81\xa1\xbb\x18\x12\x12\x72\x30\ \x2a\x17\x42\x24\xa8\x0d\x3d\x74\xdf\x33\x27\x9c\xf7\xf1\x5d\xcf\ \x2c\x5a\x3e\x16\x28\x18\x4a\x29\x04\x4e\x9f\x7d\xf9\xa5\xf3\x27\ \x25\x43\x6f\x31\x24\x24\xe4\xa0\x53\x2e\xc1\xa9\x92\x9e\xf1\x85\ \xaf\x4e\xc7\x84\x1c\xd6\xff\x95\xb3\xa4\x04\x00\x62\x24\x72\x23\ \xbb\x03\x4d\xe1\x3c\x34\xba\x42\x42\x42\x0e\x42\x9b\x8b\x90\xfc\ \xa6\x57\x5f\x58\xbd\x93\x23\x04\x01\x84\x00\x00\x88\xb0\xb4\xd7\ \xad\xde\x7a\xe4\x85\x9f\x6f\x6f\x3a\x33\xe8\x64\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\xd1\x20\x0c\x75\x85\x84\x84\x1c\x64\xca\x05\ \x01\x80\x90\x3b\x76\x4d\x20\x02\x00\x80\x08\x41\x20\x39\xe3\xd3\ \x8f\x5f\x78\x64\x5f\xb3\x08\xa7\xc2\x87\x84\x84\x1c\x84\xca\xc5\ \x19\x4b\x4f\x3d\xfe\xaa\xd9\x1f\x01\x00\x62\x42\x80\x08\xfc\x40\ \x60\x42\x08\xc1\x81\x53\xf3\xa8\x08\x2b\x10\x85\x84\x84\x1c\x74\ \xca\x05\x00\x10\x2c\x70\x18\x25\x04\x8e\xae\x79\xe5\x97\x0f\x3d\ \x95\x4d\xcc\xfb\xfc\xa5\xa7\xfb\x43\x9b\x40\x43\x6f\x67\xda\xe4\ \x22\xf4\x16\x43\x42\x42\xfe\xef\x39\xc0\x94\x77\x84\x31\x2d\x6c\ \xbf\xef\x17\x4f\x59\xdd\xb3\x23\xf6\xb8\x2d\xc1\x9b\xaf\x3e\xf3\ \xc2\xfa\x61\xa4\x84\x4f\x54\x0c\x09\x09\x39\x28\x6d\x2e\x00\x00\ \x84\xd0\x2e\x8d\x57\x23\x93\x2f\x3a\xe3\xa4\xe7\xee\xfe\x15\x26\ \x0a\x92\x8c\xcb\x3f\xf7\xc6\x22\x84\x10\xa1\x3d\xde\x26\xac\xff\ \x83\x10\xc8\x7a\x96\xd8\xde\xff\xf6\x6d\xa5\x9e\x00\x0b\x00\xc2\ \x18\x42\xc8\x39\xaf\x7f\x05\xdf\xba\xc6\xbd\x3f\x06\x10\x02\x84\ \x10\x04\x50\x48\x29\xa5\xd8\x97\x7a\x26\x81\xac\x17\x82\xad\xaf\ \x1d\x40\xb8\x6f\x1b\x70\xef\xe6\x10\xc2\x08\x21\x00\x41\xbd\x4a\ \x9c\x10\xa2\x5e\xc9\x04\x42\x54\xdf\x25\x4c\x48\x7d\xbb\x5c\x08\ \x21\x38\x84\x10\x21\x0c\xea\x4b\xee\xb7\xcf\x10\x42\x84\xf7\xfc\ \x04\x42\x58\x4f\xdc\x45\x08\x42\x88\xea\xeb\xad\xef\x2f\xdc\xb3\ \x2c\x94\x52\x00\x00\x21\x82\x52\x4a\x08\xa0\x94\x12\xc0\x7d\xc7\ \xbd\xef\x18\xf7\x2c\xcf\x85\x90\xef\xfd\x14\xd4\x9b\x0e\x4a\x00\ \x10\x84\x10\xc1\xb7\x36\x3a\x90\x52\x4a\x20\xeb\x27\x45\x4a\x00\ \x80\x44\x08\x13\x42\x84\xe0\x94\x32\x08\xf7\xee\x05\x00\x12\x48\ \x08\x11\x90\xb2\xde\x5c\xf5\x56\xc2\x84\x00\x29\x39\x67\xfb\xef\ \xa0\x14\x02\x40\x08\xe1\xbe\x56\xdf\x7b\x36\xf6\xeb\x0f\x18\x93\ \x7a\x3b\xd4\x9b\x7d\xef\xe9\x80\x10\x40\x21\x05\xc6\xa4\x5e\xd5\ \x44\x08\x51\x2f\xda\x87\x31\x86\x08\xed\xe9\x0c\xfb\x6d\x8c\x10\ \x0c\xc0\x9e\x3a\xbf\xf5\x55\x21\xb4\xa7\x10\x0d\xe7\x02\xec\x6b\ \xf5\x7a\xbb\x03\x20\x84\xc0\x04\x0b\x2e\x20\x82\x52\xee\x39\x10\ \x50\x6f\x86\xdf\xf5\x2d\xb0\xb7\x35\xde\xab\x51\x80\x10\x42\x70\ \xff\x83\x86\x00\xee\x79\xb7\xb7\x49\xeb\x5d\x77\xcf\x32\x72\xff\ \x93\x0e\x21\xdc\x73\x93\xac\x7e\xbc\x10\x48\xb0\xa7\xc2\x0b\x84\ \x08\xee\x3d\x14\xb0\xa7\xb7\xd7\x7b\xaf\x90\xfb\xfa\x8c\x90\x72\ \xef\x2f\x7e\x77\x0c\x07\xea\x42\x10\x40\x80\x11\x86\x08\xed\xfb\ \x56\x70\x06\xf6\x06\x86\x10\x84\xf5\x2d\xd6\xfb\x4f\xbd\x9e\xb2\ \x10\x02\xee\xed\x3f\xf5\xab\x58\x08\x51\xdf\xed\xfa\x4e\x40\x50\ \xdf\x38\xc4\x18\x41\x00\x19\x67\x7b\x4e\x1f\x84\x9c\xf3\xfa\x2f\ \x31\x46\x10\x42\xc1\x05\x80\x40\x08\xb9\xaf\x97\xd6\x77\xea\x8f\ \xe6\xbd\x1f\xa8\x3e\x97\x10\x89\x96\xbe\x5e\xf5\xd9\x9f\xfc\xf8\ \x4e\xbf\x34\x51\xbc\xeb\xe6\x6d\x03\xf8\xc2\x53\x3b\xfe\x9c\xaa\ \x29\x10\x02\x4a\x99\xe3\xf9\xf5\x93\xc7\x39\x97\x42\x32\x46\x31\ \xc6\xf5\x92\x92\x10\x21\x00\x00\x26\xa4\xde\x05\xa5\x04\x18\x23\ \x29\xa5\x53\xab\x09\xc1\xa3\xd1\x08\xc6\x44\x48\x28\xf6\x9e\x27\ \x04\x91\x90\x02\x23\xc4\x39\x23\x18\x33\xc6\x7c\xdf\x63\x94\x2a\ \xaa\xa6\x1b\x06\x84\x90\x8b\x3d\xc5\x2a\x09\x26\x8c\x33\x29\x25\ \x42\x58\x0a\x41\x08\x86\x08\x4a\x00\xeb\x5d\x00\x23\xe8\x3b\xae\ \x5d\xab\x4a\x29\x21\xc2\x86\x6e\xe8\x86\x01\x21\x66\x94\x51\xea\ \x4a\x29\x34\x55\x2d\x8d\x67\xb9\xe0\x00\x40\x2b\x12\x89\x58\x16\ \xe7\xac\x5c\x99\x40\x10\x99\x56\x04\x42\x88\x09\xa9\x5f\x9a\xd4\ \x0f\x5c\xc7\x05\x10\x10\x42\x28\x0d\x62\xd1\x98\x94\xd2\xf7\x7d\ \x4a\x29\x26\x58\xd3\x0d\xc6\x38\x42\x50\x4a\x00\xa4\xf4\x03\x5f\ \x21\x0a\x42\x88\x52\x8a\x11\x0a\x18\x55\x15\x55\x4a\x29\xa4\xc0\ \x08\xef\x11\x17\x08\xa4\x90\x42\x0a\x21\x44\xd4\x32\x14\x42\xde\ \x9b\x78\x49\x88\xeb\x17\x09\x46\xd8\xf7\x7d\xcf\x73\x55\x55\xe5\ \x9c\xd7\x1b\x1f\x40\xa8\x2a\x2a\x44\x88\x71\x2e\x85\x24\x84\x40\ \x04\xab\x35\xbb\x52\x2e\x59\x96\x95\x4a\xa5\x18\x17\x3e\xa5\x40\ \x4a\x84\x10\x21\x38\xa0\x14\x63\x22\xb9\xd0\x34\xcd\x0f\x02\x1a\ \xb8\xc5\x62\x01\x63\x9c\x4a\xa5\x10\xc2\x01\xa5\x75\x39\xd3\x75\ \x9d\x31\xc6\x18\x23\x98\x70\xc6\x31\x86\x18\x61\x80\x20\x46\x08\ \x40\x28\xa5\x94\x82\x17\x0a\x79\x46\x29\xc2\x44\xd7\x75\xc3\xb4\ \x14\x85\x00\x00\x82\x20\xf0\x7d\xcf\x32\xcd\x4a\xa5\x62\xdb\x36\ \x67\xdc\xb4\xcc\x86\x74\x1a\x21\x54\xad\x56\x6a\xb5\x5a\x2c\x16\ \xd3\x75\x1d\x40\x54\x1f\x09\xa5\x94\x85\x42\x11\x63\x5c\x6f\x4c\ \x5d\xd7\x4d\xd3\xf0\x7d\xdf\x71\x5c\xce\x85\x69\x9a\x44\x51\x04\ \xe7\x42\x48\x84\x10\x63\xdc\xf5\xdc\x78\x3c\x51\xab\x55\xa3\xd1\ \x58\xb9\x5c\x52\x88\xa2\x6a\xaa\xeb\x79\x0a\x51\x14\x55\x91\x52\ \xd6\x2f\x7b\x21\xa5\xe0\x02\x48\x89\x31\x7a\x6f\xe3\xb4\xed\xb8\ \xae\xe7\x43\x08\x31\x42\x08\xe3\xba\x86\xd6\x47\x62\x20\x01\x65\ \x14\x02\x89\x20\xe4\x62\xcf\xf0\x09\x11\xc2\x18\x73\xce\xea\x63\ \x67\x10\xf8\x52\x0a\x29\x44\x22\x91\x84\x08\x03\x00\x79\x7d\xb0\ \x14\x32\x08\x3c\x20\x38\xa5\x01\x80\x40\xd5\x0c\x8c\x30\xe3\x42\ \x51\x15\x42\x08\x80\x50\x4a\xc0\x19\xd7\x34\x0d\x21\xe4\x7b\x3e\ \xc6\xb8\xde\xe0\x18\x23\x8c\x49\x7d\x98\x04\x40\x0a\x21\x21\x84\ \x12\x48\x20\x44\xb5\x58\x60\x34\x20\x18\x03\x08\x85\x84\x91\x68\ \x8c\x32\x86\x20\x44\x08\x05\xbe\xcf\x18\x13\x9c\x72\xc6\x20\x94\ \x42\x48\x88\xb0\x61\x9a\x42\x48\x85\x10\x88\x50\x7d\x50\x31\x4d\ \x8b\x0b\xce\x18\xb3\x2c\x0b\x00\x28\x04\x17\x82\xfb\xbe\x5f\xa9\ \x54\x20\x80\x0d\x0d\x0d\x9c\xf3\x72\xa9\xc4\x38\x8f\xc7\xe3\xf5\ \x3e\xe0\xd8\xb6\xeb\xba\x91\x68\x54\x4a\xa9\x69\x5a\x7d\x80\x87\ \x10\x08\x21\xa5\x94\x11\x53\xff\xc3\x51\xf5\x03\xcd\x5b\x14\x5c\ \x18\x2d\xe7\x5e\x7e\xc5\x33\x4f\x3c\xb3\x4d\xc3\x1c\xc6\xce\xbf\ \xea\x53\xf3\x3b\x22\x7f\x4a\x11\xfa\xdf\x87\xaa\x28\x5b\x76\x8e\ \x3d\xf6\xdc\x0a\x29\xb8\xe7\xb9\xd5\x6a\xb5\x56\xa9\x4c\xe4\x72\ \x52\x4a\xc3\xd0\x4d\x5d\x4b\x24\x53\xc8\x34\xda\x3a\x7b\x34\xcd\ \x72\x3d\x1a\x04\x3c\x9d\x4c\x10\x04\x7e\x79\xff\xdd\x6f\x6e\x58\ \x7d\xd9\xa7\x2f\x38\x64\xfe\x51\x13\x55\xe9\x73\x0e\x21\xa2\x94\ \x42\x24\x73\xe3\xa3\x11\x43\xc5\x80\x19\x2a\x1e\x1b\xd9\xfd\xf2\ \x4b\xcf\xe5\xc7\xc7\x66\xcd\x9b\xdf\x39\x79\x4a\xb2\xb1\x45\xb3\ \x12\x7e\xc0\x62\x89\x54\x7b\x5b\x67\xa9\x5c\x92\x12\x21\x62\x06\ \x9e\xdd\xd2\x9c\x8e\x44\x2d\x0e\x31\x47\x38\x1a\x35\x15\xe0\x3d\ \xff\xc4\x93\x8b\x9f\x7e\x14\x02\xa5\x77\xca\x5c\xdd\x8c\x1d\xf3\ \xa1\x8f\x74\x75\xf7\xae\x5b\xb7\x61\xd7\xae\x1d\x51\x0b\xb7\x36\ \xc6\x6f\xfc\x7f\x5f\xac\x54\x8a\x14\xea\x9f\xba\xe0\x82\x93\x3e\ \x72\xc2\xc0\xd6\xad\x8f\x3d\xfe\xd8\xec\xb9\x87\x1e\x7d\xfc\x87\ \x38\xd2\x9a\xdb\xbb\x38\x54\x10\xa7\xe3\x3b\xc7\x6e\xfb\xc9\x4f\ \x04\x90\xc7\x1d\x7b\xcc\xc6\xf5\xeb\xce\x58\x78\xba\xa6\xab\x4b\ \x16\x2f\xde\xbc\x69\xd3\x8c\xd9\xb3\x66\x1e\xbe\x60\x2c\x5f\x50\ \x88\x12\xf8\x7e\xa5\x58\x1a\xdc\xb1\xf3\xa8\x05\x47\x0d\x6c\xdb\ \xfe\xfa\xd2\xe5\xb3\x66\xcd\x34\x22\x96\x19\x31\x1d\xc7\x2e\x95\ \x4a\xe9\x74\x43\x32\x99\x60\x9c\x63\x84\xc7\xc6\xc6\xca\xe5\x12\ \x51\xb5\x2b\x3f\x79\xf2\xa4\xb6\xc6\xe0\xdd\x97\xeb\x90\x12\xa0\ \x78\x23\xe3\x62\x74\x64\x04\x49\xb0\x79\xcb\x96\x9d\x3b\x76\xe4\ \xb2\xd9\x54\x3c\x91\x6e\x68\x88\xc6\x62\xb1\x58\xac\xb5\xad\xb5\ \xbd\xb3\xcb\xaf\x39\x35\xa7\x96\x4e\xa7\xe3\xb1\xe8\x8b\x2f\x3f\ \xf2\xb9\xab\xae\x58\x78\xea\xc9\x8b\x16\xdd\x95\x77\xa8\x6d\xbb\ \x50\x4a\xcf\xae\xc5\xf5\xe8\xe0\xe0\xb6\x78\x34\x5e\x2a\x96\xba\ \xba\x26\x0d\x0c\x8c\xae\x5c\xb6\xf8\xb6\x9b\xff\xab\x67\x72\xdf\ \xf9\x17\x5f\xd2\xd0\xdc\xa6\x9a\x11\x80\x08\xe7\xe2\xf0\xc3\x0e\ \xf7\xed\x6a\x31\x5f\x48\x34\xa6\x0b\x13\x13\xa9\x98\x96\x4a\x27\ \x15\x5d\xa3\x12\x2a\xba\xa6\x2b\x28\x3f\x36\x74\xdb\xb7\xff\x6d\ \x6c\x68\x77\xdf\xd4\xb9\x99\xd6\xae\xe3\x3f\x72\xd2\xcc\x79\xf3\ \x2a\x55\x7b\xdd\x8a\xd5\xae\x5d\x3d\xe6\xf0\x43\x6f\xbb\xed\xf6\ \x9f\xdc\xfc\x23\x45\x51\x8f\x39\xf6\xe8\x5b\x6f\xfe\x91\x8a\xd1\ \x83\x8b\x1e\x1c\x1a\x1a\xbc\xf2\x9a\x6b\xa2\xa9\x68\x34\xd9\x40\ \x54\x13\x20\xac\x62\xf4\x8b\x1b\xff\x63\xfd\xfa\x0d\xc7\x1f\x7f\ \x3c\xe7\x3c\x99\x4c\x5e\x78\xd1\x79\x2f\x2f\x59\xfa\x8b\x5f\xdc\ \x9b\x4a\xa6\xaf\xbf\xe1\x1f\xcb\x65\xc7\x63\x3e\xc2\x10\x40\xf4\ \xcc\x33\x4f\xce\x9b\x7f\x48\x26\xda\xfc\xad\xef\xfe\x78\xd6\xec\ \x59\x8d\x8d\x8d\x93\xbb\x3a\x35\x09\xb3\xd9\xaa\xaa\xaa\x3d\x3d\ \x3d\x98\x10\x29\x44\x10\xd0\x81\x81\xed\xae\xeb\x75\x75\xb6\x98\ \xe4\xbd\x58\x5e\xba\xa6\xfe\xfa\x99\x25\x8b\x97\xae\xd1\x4d\x2d\ \x62\x5a\xba\x69\x95\x2b\xd5\x52\xb9\x94\x48\xa6\xa2\xd1\x68\xa1\ \x50\xf4\x7c\x37\x42\xa4\x69\x98\xbb\x46\xb3\x0d\xcd\x2d\x66\x24\ \xae\x19\x16\x84\x10\x43\xe1\xbb\x76\xad\x54\x1a\xd8\xb6\x61\x70\ \xc7\x16\xea\xbb\x57\x5d\x7d\xed\xac\x79\x47\x54\x29\xd9\x39\x92\ \x2f\x97\xcb\x98\x7a\xdb\xde\x58\x91\x1b\xda\x32\xb0\x6b\xbd\x15\ \x4d\x4c\x9d\x7e\x18\xd1\xe2\xa5\x9a\xdb\x33\xa5\x77\xc6\xec\x99\ \xa9\x86\xc6\xe1\xe1\x9c\x5b\xa1\x87\x1d\x71\x04\x56\xd0\xc0\xce\ \x6c\x43\x63\xb3\xcf\x58\x36\x9b\x4f\x25\x13\x99\xe6\xc6\x98\x65\ \xa8\x84\x70\xdf\xf3\x05\x82\x18\xd7\x2a\x65\xee\x97\xef\xbf\x6b\ \xd1\xea\x57\x9f\x9f\xdc\xd5\x9e\x68\xc8\x8c\xdb\xf2\xc2\x2b\x6f\ \xa8\xd9\xbe\x9d\x1f\xae\xd5\xec\x6d\x5b\xb7\x62\x10\xac\x7c\xf9\ \x85\xe2\xd8\x4e\x8d\x48\xc7\xa7\x99\xae\xde\x63\x3f\x72\x9a\xeb\ \x05\x86\xaa\x8e\x8c\x8e\xda\x8e\xd7\xd4\xd2\x32\x6b\xd6\xec\x6a\ \xcd\x71\x3d\xbf\xa1\xa9\x59\xd5\x0c\xcb\x54\x9a\x1a\xa2\x63\xe3\ \xd9\x47\x1f\x7e\x64\xf5\xca\x95\x57\x5c\x75\x55\x73\x43\xf3\x03\ \xf7\xdd\xb7\xf2\xf5\xd7\xcf\x39\xf7\xdc\xf6\xb6\xf6\x58\x3c\x76\ \xcf\xdd\x77\x55\x2b\xb5\x85\x67\x9c\x99\xcb\xe7\x0f\x39\xe4\x50\ \xa2\xa9\x9c\xcb\x62\xb1\x58\xb5\x6b\xaa\xa2\x5d\x7d\xde\x89\x86\ \xa6\x88\xdf\xdf\xf4\xe8\xc0\x03\x86\xa4\xb9\xe1\x9d\xb9\x8a\xed\ \x07\x7e\x60\x4f\xbc\xf0\xab\xfb\x57\xec\xc8\x13\x05\xbf\x67\xe5\ \x92\x52\x22\x08\xa3\xd1\x58\x24\x12\x51\x55\x25\x16\x8b\x62\x84\ \x2c\xcb\xe4\x9c\xea\x9a\x42\x83\xa0\x5c\x2e\x39\xb6\x4d\x03\x1f\ \x48\xa9\x28\x84\x28\x08\x00\x19\x8b\x45\x5a\x5b\x5b\x11\x84\xbb\ \x76\x0d\x11\x8c\xac\x88\x01\x04\x0b\x7c\x87\x71\xdf\x75\x6c\xdb\ \xae\xda\x76\x55\x08\x5e\x2a\x97\x1c\xa7\xe6\xfb\x1e\xc2\xb8\x58\ \x2a\x6d\xde\xfc\xe6\xf0\xee\x61\x8c\x60\x2c\x1a\x53\x15\x15\x42\ \x11\x8b\x5a\xd1\x88\x11\x8b\x9a\x2d\x99\x26\x4d\xd7\x34\x55\xd1\ \x75\x4d\x51\x88\xe0\xa2\x58\x28\x55\x2b\x15\x8c\x49\x3a\x9d\x9e\ \xdc\xd3\x2d\x38\x5f\xbf\x7e\xfd\xc8\xf0\x70\xa5\x5a\x26\x04\xa7\ \x52\xa9\xa1\x5d\x83\x8c\x32\x29\x80\x4a\x14\xd7\xb6\xd7\xac\x5a\ \xf5\xf2\xcb\x2f\x63\x42\xfa\xa7\xf4\x33\xc6\x21\x00\x04\x63\x46\ \x03\xc1\x78\x22\x91\xc0\x04\x27\xe2\x71\x8c\xb1\x04\x60\xc7\xc0\ \x8e\x4a\xa5\x52\xa9\x54\x22\x91\xc8\xf0\xf0\x70\x3e\x97\x8b\x98\ \x96\x14\x02\x4a\x50\x2c\x16\xfb\xfa\x7a\x93\xf1\xc4\xe6\x37\x37\ \x4f\x9f\x36\xad\xaf\xb7\xaf\xb5\xa5\x05\x41\x18\x8f\xc7\xe3\xf1\ \x38\x84\x40\x08\x01\x01\x1c\x1f\x1f\xab\xd5\xaa\x89\x44\x22\x1e\ \x8b\x1d\xf0\x31\x3f\x7f\x9a\xcf\x02\x21\x17\x1a\x51\x2c\xc3\x64\ \x9c\x47\x2d\xab\xa1\xa1\x21\x08\x02\x01\x40\xa1\x58\xcc\x8d\x8f\ \xdb\x35\xbb\x58\x28\x49\x26\xa3\x91\xb8\x69\x58\xbe\xef\x1a\xba\ \x36\x6d\xda\xd4\xc6\xc6\x74\x36\x3b\x36\x34\x34\x18\x8d\x44\x74\ \xcd\x60\x8c\x61\x84\x27\xf2\xf9\x52\xa9\x34\x3c\xbc\x5b\x4a\x3e\ \xb8\x63\xc0\xad\x55\x06\x07\x07\x14\xa2\x60\x82\x57\xac\x58\xb1\ \x75\xcb\x56\x04\x51\x3a\x95\xd6\x35\xcd\xf5\xdd\x48\x34\xd2\xd4\ \xd4\xa0\xa9\x6a\x53\x53\x63\x22\x9e\x50\x54\x55\x55\xd5\xba\x8b\ \x11\xd0\x20\x3b\x9e\xe3\x8c\x37\x67\x9a\x7b\x7b\x7a\x7a\xfb\x7a\ \x9f\x7f\xfe\xf9\xf1\xf1\x5c\xb9\x5c\x0d\x7c\x37\x99\x88\xd7\x6a\ \xb5\xe1\xe1\x61\x20\x25\xa5\x3e\xe7\x6c\xf5\xea\xd5\x8b\xee\xbe\ \x7b\xfb\x8e\x1d\xd3\xa7\xcf\xec\xee\x9e\x5c\x2a\x57\x00\x04\x00\ \x08\x29\x04\xe7\xa2\xb9\x39\x93\xcd\x66\x75\x5d\xb7\x2c\x6b\x60\ \x60\x20\x3b\x3e\x31\x36\x36\xa6\xaa\x6a\xa5\x52\x5e\xb7\x6e\x3d\ \xa5\x34\x91\x88\x4b\x29\x73\xb9\x2c\xe3\x7c\xfe\xfc\x79\x1b\x37\ \x6e\x04\x12\xcc\x9a\x35\x6b\xc1\x82\x05\xa6\x69\x29\x8a\xd2\xdc\ \xdc\x1c\x04\x01\x00\x80\x51\xca\x18\x5b\xbf\x7e\x5d\xa9\x54\xea\ \xee\xee\xd6\x34\xed\x3d\x3b\xe9\x84\xe0\x68\x34\x12\x8f\xc7\x04\ \x10\x8c\x31\x5d\xd7\x08\x21\x9c\xb1\x72\xa9\xe4\x79\x6e\x57\x67\ \x67\x26\x93\x29\x95\x4b\x81\xef\x0b\xce\x0d\x5d\x8d\x46\x4c\x29\ \x58\xe0\x79\xe9\x64\x32\x1a\x8d\xe8\xba\xae\x2a\xaa\xa2\xa8\x6f\ \xbc\xb1\x96\x60\x4c\x08\x52\x09\x92\x82\x01\x28\x1a\x1b\x1b\x24\ \x04\x8a\xa2\x41\x80\x2a\xe5\x8a\x63\x3b\xba\xae\xd9\x35\x3b\xf0\ \x29\xf5\x83\x7c\x36\x9b\x48\xc4\x63\xd1\x18\x44\x32\x16\x8d\x20\ \x24\x31\x04\x86\xae\x09\xc1\x77\x0f\x0d\xe5\xb2\xd9\xec\xf8\x58\ \xa9\x54\x1a\x1b\x1d\x1e\x1d\xde\x5d\x29\x17\x83\x20\xd0\x75\x0d\ \x21\x2c\xb8\xa8\x55\xab\x89\x68\x0c\x23\x10\x8f\x5a\xa6\x6e\x4c\ \xe4\xb2\x11\xcb\xcc\x64\x9a\x09\xc1\x42\x70\xc6\xa8\xa6\xa9\xa6\ \x69\x96\xca\x65\xd7\x75\x20\x44\xba\x6e\xf6\xf6\xf6\x5a\xa6\xb9\ \x62\xc5\x8a\xa5\x4b\x97\xee\xde\xbd\x7b\x22\x97\x0b\x3c\x67\xeb\ \x96\x2d\xcf\x3d\xf7\xfc\xa6\x0d\x1b\x92\xc9\x24\xc2\x78\xf7\xe0\ \x60\x57\x57\xc7\xf4\xe9\xd3\x54\x4d\xf3\x7d\x9f\x32\xb6\x7b\xf7\ \x50\xa9\x58\x3c\xe5\xb4\x53\x53\xa9\x24\xc1\xa8\x52\x29\x71\x4a\ \x83\xc0\x75\x1c\x5b\x23\x4a\x32\x11\x43\x08\xca\x77\xeb\x2d\x22\ \x4c\xe8\xc4\xa6\xbb\xef\xfc\x95\x31\xef\xa3\x0b\x66\x44\x85\x60\ \x4c\x68\xcd\x51\xfd\xcf\xc9\xa1\xaf\x5f\x8d\x94\x06\xa6\xa1\x61\ \x42\xf2\xb9\x9c\xe7\x7b\x9a\xa6\xf5\x4c\xee\x31\x34\xcd\xb1\x9d\ \x6c\x6e\x5c\x8f\xc7\x81\x94\xb5\x5a\x15\x61\xa2\x60\x55\x08\xe6\ \xfb\x5e\x26\xd3\xdc\xd4\xd4\x98\x1d\x1f\x1b\x1a\xde\x85\x8d\x14\ \x82\x30\x16\x35\xfd\x20\xc8\x56\x8a\xbe\x5b\x6b\x48\x36\x15\x8b\ \x39\xc0\x83\xe1\xa1\x9d\xc5\x89\x09\x88\x51\xb1\x50\xc0\x0e\x8d\ \xa7\x5b\x18\x65\x66\x44\xad\x3b\x20\x52\x08\xd7\x0d\x1a\xe3\x0d\ \xc9\x58\x34\xf0\x6d\xa2\x28\x80\xa8\x9c\xf1\x6a\xb5\xaa\x22\x34\ \x79\x72\xef\x96\x37\x5e\xaf\x56\x2b\x10\x81\x74\x3a\x81\x11\xdc\ \x35\x34\xa8\x28\x98\xb1\xa0\x38\x31\x91\xcf\x4f\x20\x8c\x01\x00\ \x9c\x53\xc9\xb9\xe7\xfa\xae\xeb\x35\x36\x35\x63\x4c\x1c\xd7\x35\ \xb0\xce\x19\x83\x52\xaa\x0a\x49\x36\x36\xb6\xb5\xb5\xa5\x52\x29\ \xdf\xf3\x3c\xd7\x1d\x1c\x1c\x54\x75\xa2\x69\x6a\x05\x48\xce\x19\ \x90\x32\x1e\x8d\x52\xdf\x73\xa9\x5f\xad\x94\x67\x4c\x9b\xba\x7a\ \xf5\xaa\x78\x3c\x3a\x6d\xc6\x34\x84\x10\x02\x32\x91\x88\x43\x84\ \x3c\xcf\xf3\x3c\xaf\x56\xab\xb9\xae\xeb\x38\x8e\xae\xeb\xf1\x78\ \x9c\xf1\x3f\x2b\x1f\x85\xa8\x0a\x90\xa0\xa9\x21\xed\xb9\x4e\x3e\ \x97\xf5\x1c\xa7\xa3\xad\x2d\x9d\x4a\x25\x13\xc9\x91\xdd\xbb\x37\ \xbc\xb1\xee\xd4\x85\x67\x94\x0a\x15\xa2\x2a\x00\x21\x20\x65\xa1\ \x30\xd1\xd0\x90\x5a\xb0\xe0\xc8\x1d\xdb\x36\xad\x5d\xbd\xf2\xc8\ \x64\x0b\x0d\x98\x02\x89\x11\xb3\x72\xbe\xe7\x79\x9e\xe7\x3a\x1d\ \xad\xad\x03\x03\xdb\xa2\xd1\xe8\x1b\x6b\x57\x51\x46\x87\x87\x87\ \x4b\x55\x27\x57\xa8\x58\x89\xe4\x11\x2d\xad\xb1\x78\x0c\x41\x28\ \x28\xf5\x3d\x4f\x41\x38\x95\x4a\x29\x80\x01\xc9\xa5\x94\x9a\xaa\ \x51\x26\xaa\x35\x3b\x16\x8b\xb5\xb6\xb6\x0e\xed\x1c\x00\x00\x70\ \x46\x53\xc9\xc4\xe6\x4d\x9b\x62\xc9\x06\x29\xa5\x5d\xad\xed\xda\ \x35\x58\xab\xd6\x82\xc0\x8f\x58\x66\xb5\x5c\xaa\x54\xca\x63\x63\ \x23\x8a\xa2\x34\x36\x37\x57\x6b\x4e\x10\x30\x08\x31\x00\x88\x51\ \x06\x10\xfe\xd0\x87\x3e\xb4\x64\xc9\x92\x29\x53\xfa\x1f\x7b\xec\ \xf1\xf1\xf1\xf1\xdd\xbb\x87\x4b\xa5\x52\x3c\x9e\xd8\xb5\x6b\xd7\ \xc8\xf0\xf0\xd4\xa9\x33\x84\x10\x00\xc8\x8d\x1b\x37\xcc\x99\x33\ \xbb\x52\xaa\x3d\xfa\xe8\x23\x9f\xba\xe0\xbc\x19\x33\xa6\x43\x08\ \x01\xf3\xeb\x37\xcc\x6b\xb5\xda\xc4\xc4\x04\xe7\x7c\x64\x64\x44\ \x51\x94\x9e\x9e\x1e\xcb\xb2\x80\xf0\xa9\xef\xc2\x77\xdf\xfa\x5c\ \xf0\x54\x2a\xd5\xd2\xd2\x22\x81\xf0\x5c\x17\x12\x05\x21\x1c\x8f\ \xc7\x21\xc2\xd5\x6a\xb5\xaf\xbf\xbf\xa9\xb1\xb1\x94\x1d\xae\x54\ \x6b\xd9\x89\x12\x10\x82\xd1\x00\x4a\x6e\x99\x3a\x0f\x50\x36\x9b\ \xa5\xbe\xdf\x37\x65\x6a\xb1\x90\x2d\x8c\x67\x77\x0f\xed\xce\x66\ \xc7\x15\x2b\xa9\x2a\x24\x62\x59\x7e\x35\xc0\x2a\x66\x94\x1b\xba\ \x25\x21\xc9\x64\xda\x67\xce\x3e\xac\x68\xbb\xc5\x72\xc9\xae\xda\ \x9c\x71\xc0\x85\xaa\xaa\xd9\xb1\x11\xc3\xd2\x08\x92\x9c\x06\x18\ \xe1\xa8\x65\xc6\x62\x31\x04\x24\x0d\xbc\xf1\x5c\x76\x6c\x64\xb8\ \x5c\xb1\xbd\x80\xb5\xb4\x34\xaa\x98\x8f\x8f\x67\xeb\x51\xa7\xf1\ \xf1\xf1\xa9\x6d\x93\x91\x94\x15\xbb\xe2\x38\xd5\xad\x9b\x37\xf7\ \xf6\xf7\x45\x23\x51\x4d\x25\x08\x41\x85\x60\x06\x80\x1f\x04\xf9\ \x89\xfc\x94\x29\xd3\x66\x4d\x9f\x59\x2e\x57\x35\x5d\xab\xd9\x0e\ \x44\x38\x08\x68\x3a\x95\x6c\x6d\x69\x56\x35\xbd\xb1\x61\xaa\x63\ \x97\x30\x42\xdd\x93\xfc\x42\x3e\xbf\x66\xcd\x9a\x73\xcf\x39\x67\ \xd2\xa4\x49\x9a\xa6\x56\xca\x25\x82\x27\x79\xae\xd3\xda\xd6\xd6\ \xd5\xd9\x1e\x50\xae\xaa\x8a\xe7\xba\x91\x48\x34\x97\xcb\xa5\x52\ \x69\x43\x37\x00\xfc\xe3\x52\xf3\x7b\xea\x73\xd5\x0a\x7e\x72\xfa\ \x65\x17\x9f\xd3\xa9\x70\xc1\x01\x84\xc2\x77\xbd\x80\xbd\xf7\xeb\ \x47\x4a\x40\x08\xa6\xd4\xaf\xf1\xc0\x75\xec\x9a\x5d\x4b\xa6\x92\ \x2a\xc6\x86\x69\x58\x86\x5e\xab\x56\x5d\xcf\x8d\xc7\x63\x98\x60\ \x1a\x30\x8c\x71\xc4\xd2\x31\xc6\x0a\xc1\x93\xbb\x27\x2d\xb3\xcc\ \x62\xa9\x50\xab\x56\x74\xa4\xe5\xf3\x05\xdf\xf7\xb1\x42\x04\x17\ \x86\xa1\x06\xbe\xd3\xd8\x90\x1c\x1e\x1c\x18\xdc\xb9\x5d\x02\xd9\ \x90\x6e\xea\xee\xed\x6f\xcc\xb4\xb7\x75\x4d\x4e\xa4\x92\x8a\xa2\ \x52\x4a\x19\x0d\xa4\x94\x96\x65\x22\x84\x34\x4d\x43\x90\x21\x04\ \x01\x46\x2a\x42\x08\x5a\x88\x63\x55\x35\x10\xc2\x04\x81\xc0\x77\ \xe3\xb1\xc4\x78\xa1\x72\xe8\xe1\x47\x3c\xf3\xec\x73\xae\x5d\x6d\ \x9a\xd1\x17\x8f\xc5\x68\x10\x28\x04\xab\xa6\x3e\x6b\xe6\x4c\x84\ \xd0\x2b\xaf\xd8\x91\x58\x3c\x99\x4e\x5b\xb1\xa4\xe7\xf3\x5a\xa5\ \x1a\x8d\x27\x3d\xc7\x26\x2a\x69\x68\x68\xc8\xe7\xf3\xf3\xe6\xce\ \x21\x84\x8c\x8d\x8f\xcd\x3d\x64\x76\x24\x12\x75\x6c\x3b\x9e\x4c\ \x48\xce\x1d\xbb\xea\xb9\xce\x44\x3e\x67\x99\x86\xae\xa9\x5b\xb6\ \x6e\x9e\xd2\xd7\x6f\x46\x4c\xd7\x71\xb0\x42\x08\x52\xea\x82\x55\ \x2e\x97\xeb\x56\x40\x34\x1a\xad\x87\xc9\xe4\xde\x70\xec\x7b\xb3\ \x76\x01\x67\x01\x65\x85\x89\x89\xa1\xc1\x9d\x40\xca\xae\xce\x0e\ \x55\x51\x3b\xdb\xdb\x37\x6f\x7e\x33\x9b\x1d\x4f\xa5\x9a\x32\xcd\ \xad\xae\xe7\xfb\x35\x27\x12\xb5\x0c\x43\x17\x9c\x25\x62\x91\x29\ \xfd\x93\x5f\x5f\xfa\xd2\xd0\xd0\x8e\x79\x8e\x3d\x91\xad\x14\x0b\ \x79\x01\x78\xe0\xbb\x86\xa9\x07\x81\x93\x4c\x44\xf2\x11\x7d\xd5\ \xca\x57\x46\x46\x06\x75\x5d\xef\xec\xee\x99\x39\x7b\x5e\xa6\xb5\ \xa3\xb7\xb7\x4f\x53\x55\x00\x24\x0d\x7c\x26\x05\x46\x80\xa8\x44\ \xd5\x90\x0a\x14\xc9\x10\x42\x08\x01\x04\x84\xb0\x0c\x03\x91\x64\ \x32\x91\x1c\xe2\xd0\xb1\xed\x74\x2a\x65\x7b\x34\x12\x89\x70\xc1\ \x36\x6d\xda\x34\xa9\xa3\x2d\x9d\x68\xad\x55\x4b\xc9\x44\x02\x61\ \x38\x79\x72\xcf\x82\x05\x0b\x5e\x5f\xbe\xd4\x76\x3d\x21\x51\x24\ \x1a\xa7\x4c\xba\xb6\x17\x4f\x9a\x50\xc5\xca\xde\xf0\x8d\xa6\xe9\ \x99\x4c\x66\xcb\x96\x2d\x85\x42\x21\x9d\x4e\x97\x4a\xa5\x86\x86\ \x86\xae\x49\x5d\xe5\x72\xc9\x75\x5d\xdb\xb6\x8b\xc5\xc2\x51\x2d\ \x0b\x5e\x5a\xfc\x62\x34\x1a\x99\x31\x63\x9a\xeb\x3a\x8c\x05\xc9\ \x68\x9c\x31\x9e\xcd\x66\x47\x47\x47\x5d\xd7\xed\xeb\xeb\x9b\x39\ \x73\x66\xad\x56\xa3\x94\x62\x8c\x7d\xca\xdf\x5b\xcb\x23\x88\x68\ \x40\x6b\xb5\x9a\x15\x31\x23\xd1\xa8\xe3\xf9\x18\xe3\x48\x24\xc2\ \xb8\x48\x24\x12\x56\xc4\x92\x00\x68\xba\x9e\x4a\x26\x21\x00\x86\ \xa1\x35\xa4\x52\x12\x02\xc0\x65\xbe\x58\xa8\x56\x2a\xb1\x58\xd4\ \x30\xb4\x44\x3c\x9d\x1b\x19\xab\x56\x2a\x6b\x56\xbe\x3e\xed\x90\ \xc3\x15\xac\xb7\x64\x9a\xaa\x04\x54\xb2\x43\x01\xa5\x52\x20\xa4\ \x68\x40\x62\x21\x51\x26\xd3\xd6\xd8\xdc\x4c\x54\x54\x2c\x15\x31\ \x44\x11\x5d\x67\xbe\x9b\xad\xe6\x3d\x2f\xd0\x2d\x0b\x29\x2a\x17\ \x92\xfa\x5e\x22\x11\x97\x2c\x40\x08\xd4\x6a\xd5\x78\x2c\xd6\x16\ \x89\x75\x75\xb6\x8f\x8d\x0e\x8e\x8e\x8e\x32\xc6\x03\xdf\xf7\x5c\ \xa7\xb3\xbd\xcd\xd4\x55\xdb\x76\x1a\xd3\x69\x04\xe5\xae\x5d\x3b\ \x35\xc8\x6c\xc7\x81\x12\x08\x2e\x9c\x20\xb0\x2c\x6b\xfe\xa1\xf3\ \x9b\x9b\x5b\x84\x10\x9c\x33\x45\x89\x60\x84\x1a\x1b\xd2\x0d\xe9\ \x54\xb9\x5c\x2d\x95\x8a\xa9\x54\x6a\xa2\x5a\x4a\xa7\x13\x8a\x42\ \x74\x5d\x3f\x6c\xfe\xfc\xbb\xee\xbc\x73\xfd\xba\xf5\x10\x02\x55\ \x21\xa9\x44\xac\xbd\xb5\x65\x64\xf7\x2e\x55\xc1\xd9\xf1\x51\xcd\ \xb0\x6a\xb5\xaa\xaa\x2a\xf5\xeb\x5d\xd7\xb5\x80\x7a\x9a\xaa\xfe\ \xd1\x66\x27\x07\x1a\x2e\x44\xbc\xb9\xa7\x47\x7f\xe6\xd6\xef\xfc\ \x77\x52\xa1\x01\xe7\x8c\x99\x27\x9e\x7b\xce\xdc\xce\x24\x63\xfc\ \xcf\x71\x18\x31\xc6\x18\xc1\x68\x34\xd6\xd9\x49\x38\xa3\x3c\x08\ \x2c\xd3\x40\x08\x34\x67\x1a\xf3\x85\xbc\xe7\xd8\xae\x5d\xd3\x74\ \xd3\xd0\x35\x4c\x88\x61\xe8\x18\x81\xc6\xc6\x54\x43\x43\x6a\xeb\ \xe6\x91\x1d\xdb\xb7\x76\xf6\xab\x8c\x7a\x41\xe0\x29\x52\x45\x10\ \x20\x24\x77\xef\xda\xd9\x10\x8f\xee\x1a\x1c\x70\x9c\x5a\x34\x16\ \x69\x6d\x6b\x6f\xce\xb4\x74\xf6\xf4\x4c\xea\xe9\x63\x02\x07\x9c\ \x03\x08\x75\x55\xad\x55\x2a\xc4\x52\x00\x14\x12\x70\x4d\x53\xb9\ \x14\x08\x63\x00\x20\x82\x10\x31\xa9\x10\x55\x55\x75\x2e\x7d\x1a\ \xf8\x91\x66\x2b\x5b\x28\xbf\xf0\xfc\xf3\x8e\x6d\xa7\xd3\xa9\xf6\ \xb6\x76\x22\x7d\x5d\xd3\x1c\xea\xfb\xb6\xcd\xa9\xef\x73\xce\x85\ \x30\x0d\x4b\x0a\x50\x2a\x96\x14\xcd\x2a\x97\x4a\x81\x1f\x20\x20\ \x1d\x4e\x55\x55\xdd\xb8\x71\xe3\x21\x87\xcc\xeb\xea\xea\x7a\x79\ \xf1\x92\x62\xb1\xe8\x38\xce\xd8\xd8\x78\x5b\x7b\x5b\x32\x9e\xa8\ \x54\x6d\x4d\x51\x2b\xc5\xf2\xb4\xa9\x53\x97\x2f\x5b\x9e\x88\xc5\ \xbb\xba\xba\xaa\xd5\xaa\x10\xc2\xab\x56\x6b\x8e\xed\x38\x0e\x63\ \x2c\x1a\x8d\x46\xa3\xd1\xba\x9f\x52\xbf\x1d\x63\x3b\xae\x10\xf2\ \x3d\x9b\xbb\x9c\x71\xc9\x25\x82\xa8\x25\xd3\x62\x69\x06\xe7\x3c\ \x12\x89\x20\x08\x27\x77\xf7\x6c\x7b\x73\x8b\x82\xc9\x8e\xed\x3b\ \x12\xc9\xa4\x6e\xe8\xba\xa6\x99\xa6\x81\x91\x48\x25\xa3\x53\xa7\ \xf4\xa6\x52\xf1\xe5\xcb\x5e\x9d\x3b\xff\x84\xb2\x1d\xe4\x27\x26\ \x28\x0d\x0c\x53\xe3\xcc\x1f\x1f\x1d\x86\xdc\x73\xec\xca\xea\xd7\ \x97\x21\x20\xda\xda\x3a\x0e\x39\x74\xfe\xf4\x99\x73\x8e\x38\xea\ \x68\x80\x08\xc0\xc4\xb1\x6b\x08\x02\x08\x64\x40\x03\x04\x00\x63\ \x54\x51\xf6\xdc\x8f\x55\x54\x0c\x30\x0a\x7c\xec\xdb\x14\x40\x84\ \x20\x94\x52\x50\xea\x23\x08\x36\xac\x7f\x83\x4b\x58\x2e\x4c\x4c\ \x3a\xe6\xa8\xbe\xee\xae\xf6\xf6\x8e\x95\x2b\x96\x69\x9a\x52\xab\ \x56\x35\x4d\x1b\x19\xcb\x22\x84\xba\x7b\x26\x43\x48\x1c\xd7\xc7\ \xaa\x27\x65\x99\x32\xc6\x98\xa8\x56\xab\xa5\x52\x69\xf3\xe6\xcd\ \xd3\xa7\x4f\x5f\xb4\x68\xd1\xc6\x8d\x1b\x5b\x5a\x5a\xb2\xd9\x2c\ \x42\x48\x21\x04\x21\xe4\xba\x6e\x36\x9b\x8d\x27\xe2\x9a\xa6\x3d\ \xfe\xf8\xe3\xd7\x5d\x77\xdd\xe8\xe8\x58\x2c\x9e\x10\x9c\x8f\x8d\ \x8f\x0f\xee\x1c\x74\x5d\x17\x63\x3c\x69\xd2\xa4\xf6\xf6\x76\x21\ \x84\x69\x9a\x52\x4a\xdb\xb1\x31\x90\x48\x42\xf9\x9e\x46\x0d\xc6\ \x58\xcd\xae\x01\x28\x54\x55\x05\x00\xe9\xba\x9e\x4c\x26\x39\x17\ \x98\x10\xdd\x30\x8b\x85\xc2\xe8\xe0\xe0\xe8\xd8\x18\x63\xcc\xb1\ \x6b\x4e\xad\xea\xf9\xbe\x4f\x69\xa6\xb9\xa9\x21\x9d\x1a\x1f\x1f\ \x0f\x7c\xdc\xdd\xdd\x93\x1b\x1b\x2d\x15\x26\xb6\x6f\xdb\x3a\x75\ \xf6\x3c\x0e\x80\x6d\x3b\x63\x63\x23\x63\xa3\x23\x01\x0b\xb8\x00\ \x96\x1e\x49\x24\x52\xaa\xa2\x9b\x9a\x11\x4f\xc5\x27\x4a\xd9\x42\ \x3e\x97\x88\x35\xf8\xae\x5d\xab\x32\xca\x6a\x5c\x80\x74\x43\x5a\ \xd1\x0d\x80\xb1\x69\x98\x9e\xe3\x18\x86\xd1\xd2\xd2\x6a\x68\x9a\ \xef\x7a\x1d\xed\xed\x91\xa8\x55\x29\x67\x01\x00\xb1\x58\xcc\x0f\ \x02\xce\x98\x65\x18\xeb\xd6\xac\x22\x8a\x36\x75\x52\x67\x6b\x6b\ \x33\x22\x64\xf3\xe6\x37\x6b\x95\x32\x46\x08\x00\x8e\x20\x8c\xc6\ \xe3\xe9\xc6\xc6\x42\xa9\xac\x2b\x2a\x63\xcc\x30\x0c\x55\x55\xa3\ \xd1\x68\xa1\x50\x50\x52\x24\x9e\x8c\x27\xe2\x51\x1b\x43\x8c\x31\ \x04\x40\x57\xd5\xae\xae\x2e\xd3\xd0\x5f\x79\x65\xc9\xc7\xcf\x3a\ \x2b\x16\x35\x6d\xa7\xe6\xb8\xb5\x5d\x43\x3b\x2d\xcb\x50\x14\xc2\ \x03\xbf\xb9\xa9\x61\x68\xf7\x6e\x45\x55\xd3\x0d\x69\xcf\xae\xe9\ \x86\x21\x84\x10\x42\x00\x80\xdf\xa5\xb7\x08\x11\xf5\x6b\xb9\xf1\ \x92\xda\x3f\x67\x46\x6f\x03\xe0\x8c\x0b\xb5\x21\xa2\xbe\xf7\x8b\ \x07\x00\x08\x21\xa5\x54\x08\x1e\x8b\xc6\x39\x63\xaa\x4a\x38\xa3\ \x92\x33\xd7\x75\xa2\x91\x48\x26\xd3\x3c\x3a\x36\x2a\xa4\x28\x57\ \x4a\x6d\xd1\x58\x32\x19\x47\x48\x81\x40\x96\x4a\x45\x53\x81\x1d\ \x1d\xad\x3b\xb7\x6d\xdc\x35\x38\x30\x79\xea\x4c\xcb\x30\x2c\xcb\ \xac\x54\x2a\x95\x4a\x39\x9d\x8c\xa7\x12\xf1\x5d\x83\xdb\x75\x4d\ \x8b\xc7\x62\x42\xa2\x44\x2a\xd5\xd0\xd4\x64\x9a\x16\xe7\xc2\x71\ \x3c\xd5\x30\x55\x4c\xa8\xef\xf9\x81\x07\x31\x89\x24\x11\x21\x58\ \x0a\xae\x60\x2c\x31\xc2\x10\x09\x21\x85\x14\x9d\x5d\x9d\x96\x15\ \x29\x79\x4e\xb9\x5c\x30\xad\x98\x6b\xdb\x43\xa3\xd9\xc3\x8f\x3c\ \x3a\x70\x6b\x52\x08\xc9\x05\xc1\x44\x0a\x00\xa1\xcc\x8e\x8d\x97\ \x2a\x55\x4d\xd3\x93\xa9\xf4\xea\x55\x6b\x3d\x26\x20\x44\x8d\x99\ \x56\x29\x65\x22\x1e\x43\x42\x94\x4a\xa5\x89\x89\x89\xb1\xb1\xb1\ \xfe\xfe\xfe\x91\xdd\xc3\x9b\x37\x6f\xae\x94\x2b\xb9\x7c\xae\xad\ \xad\x4d\xd7\xd4\x4a\xb5\x3a\x3e\x3e\x1e\x31\xf5\x4a\xb5\xf4\xc6\ \xba\xb5\xc7\x1e\x7b\x6c\xcd\xae\x56\x2a\x95\x6c\x76\x9c\x32\x4e\ \x88\xd2\xd6\xd6\x56\x8f\x67\x31\xc6\x5c\xd7\x35\x4d\x13\x63\x5c\ \xbf\xdb\x2b\xf7\xe5\x76\xbc\xfb\x11\x23\x70\x9d\x48\x34\x16\xb1\ \x32\x8e\x1d\xf5\x52\x49\xdb\x76\x00\xe7\x2c\xf0\xbb\x3a\xda\xa7\ \x4d\xed\x1f\x1a\xce\x95\x8a\xc5\x68\x2c\xde\xdc\xdc\x84\x08\xc4\ \x18\x53\xdf\x1f\x19\x19\x9e\x3c\xb9\xbb\xa3\xad\x6d\xc7\xc0\xc0\ \xe8\xc8\xae\x74\x63\x7b\x4b\x53\xba\x54\x2e\x51\xc1\x85\xe0\xbd\ \x93\x27\xaf\x5d\xbd\xbc\x90\x1d\xce\x34\x26\x0b\xf9\x48\x43\x53\ \x73\xcf\xe4\xbe\xa6\xa6\x4c\xa1\x50\x8a\x27\x93\x81\x17\xa8\x8a\ \x8a\x31\x2a\xe4\xf2\xa6\xa1\x3b\x4e\x2d\x91\x8c\x22\x84\x20\xe0\ \x08\x61\xca\xa4\x84\x32\xa0\x2c\x99\x4c\x77\x74\x74\xbd\xf1\xfa\ \xca\x52\xa9\xe8\xd8\xb6\x42\xc8\xa6\xd5\x6b\x27\xf5\x4d\x99\x3e\ \x63\x86\xaa\x60\xdf\x73\x21\x94\x9c\x31\xac\x13\x28\xc5\xb2\xd7\ \x5e\x09\x82\xa0\xb7\xaf\xef\xb5\x65\x2b\x36\x6c\xde\x56\xa9\xd8\ \x7d\x7d\xfd\xb1\x78\x5c\x53\x35\xc3\x34\xb3\xd9\x71\xdb\xb6\x17\ \x2f\x5e\x7c\xc3\x0d\x37\x5c\x7d\xf5\xd5\x2f\xbd\xf4\xd2\x8c\x19\ \x33\x96\x2e\x5d\x7a\xc6\x19\x67\x74\x76\x75\xe5\x72\x13\x94\x06\ \xdb\xb7\x6f\x3b\xe2\xa8\x23\x6e\xb9\xf9\x47\x99\x96\x66\xd3\xd4\ \xf3\x85\x89\x37\xb7\xbc\x99\xcf\xe6\xa0\x84\xd3\xa7\x4d\xeb\xe9\ \xe9\xf1\x7d\x1f\x42\x38\x3a\x3a\x9a\x4a\xa5\x00\x00\xa6\x69\xba\ \x9e\xe7\xd4\x6c\x53\x7b\x2f\xe5\x80\x85\x10\xb1\x78\xac\xb5\xa5\ \x55\x42\x89\x11\xcc\xe6\x0a\x2d\xad\x6d\x84\x10\x88\xea\xb7\x38\ \x59\xcd\xb6\x0b\xa5\x8a\x14\x52\xc5\xb8\x5c\x2c\xd4\x2d\xc7\xde\ \xbe\xfe\x54\x43\xba\x5c\xa9\x79\x9e\xef\x39\x4e\x26\xd3\xda\xda\ \xd6\x96\xcf\x8e\x0d\xef\xde\x05\x38\x8b\xc7\x93\xb4\x54\x36\x74\ \x35\x12\x8d\x50\x46\x85\x90\x4d\xcd\xcd\xd3\xa6\xcd\xb0\xa2\x0d\ \x54\x08\x4a\x7d\xd7\xb5\x09\x42\xed\x6d\x99\x74\x2a\xb1\x75\xeb\ \xe6\x6a\x6d\xa2\xb1\x39\x13\x35\xb4\x86\xe6\x8c\x13\x04\xb6\x6d\ \xd7\x13\x18\x20\x82\x0d\x0d\x0d\x23\xbb\x06\xd7\xac\x5e\xd9\xda\ \xd6\x22\x38\x6b\x6b\x69\x99\x18\x1e\x50\x08\x31\x74\x75\x22\x3b\ \x3e\xed\xd0\x05\x1b\x37\x6e\x1e\x84\x6c\x64\xf7\x50\x73\xa6\x25\ \x62\xea\x9a\xaa\xba\xae\xd0\x74\x9d\x23\xce\x28\xf3\x7c\x7f\x78\ \x64\xd8\x54\x75\xc6\x98\x10\x22\x16\x8b\x05\x01\x2d\x15\x0b\x44\ \x51\x78\x96\x06\x9e\xdb\xd8\xd0\x98\x1b\xcf\xb9\x9e\x9d\x4e\xa5\ \x22\xa6\x35\x73\xe6\xac\xb5\x6b\x57\x1d\x3e\xff\x10\x8c\xa1\x69\ \x68\x11\xcb\xd8\x3d\xb4\x6b\xce\xdc\xb9\xbe\xef\x09\x21\xaa\x95\ \xaa\x6b\xd7\x7c\xcf\xc9\x67\x39\x26\xc4\xb4\x22\x86\xae\xff\xd1\ \xe8\xe2\x81\xbd\x45\xbb\x30\x5a\x8e\x4f\xbf\xea\x33\x17\x75\xeb\ \x5c\x70\x09\x81\xf4\x3d\x97\x32\x01\xde\x73\xb4\x05\x02\xc6\x58\ \xb1\x58\x82\x40\xa8\x9a\x6a\x18\xba\xaa\x44\x0a\xf9\x9c\x94\x22\ \x9f\xcf\xb2\x78\x02\x00\xc0\x02\xdf\x30\xad\xc2\x44\x4e\xd7\x0d\ \x5d\x33\x7c\xdf\x07\x82\x96\x5d\x27\x99\x8c\xeb\xba\xea\xb9\xae\ \x82\x71\x53\x7b\xc6\xb6\x1d\x4e\xd9\xc8\xee\x41\x0d\x43\x02\xa5\ \x42\x08\x92\x4c\xc1\xb8\x29\xd3\xd1\xd8\xd4\xac\x6a\x7a\x32\x95\ \x4e\xa6\x52\x1e\xcd\x57\x2b\x15\x84\xa0\xe7\x3a\x99\xe6\x26\x33\ \x1a\x97\x18\xa9\x2a\xf1\x3d\x9f\x0b\xae\x12\x1c\x04\xf5\x34\x19\ \x84\x89\xca\x99\xf0\x5c\xa7\x52\x2a\x74\x76\xf5\x40\xc0\x21\x94\ \x82\xd3\x88\x65\x41\x09\x73\xd9\x7c\xe0\xf9\xf5\xcc\x99\x67\x9f\ \x7e\xca\x8a\xc6\x3a\x7a\x7a\x8f\x38\xea\x68\xac\x6a\x5b\xb7\x6e\ \x5f\xbf\x71\x63\x22\x99\xd2\x74\xdd\x32\xcd\x58\xc4\x02\x60\xd6\ \xe6\xcd\x9b\xb3\xd9\xac\x6b\xd7\x2a\x95\xca\xc0\x8e\x6d\x53\xfa\ \xa7\x74\x76\x74\x98\xa6\x69\x99\xba\xe4\xbc\x90\xcb\x65\x32\x99\ \x9d\xdb\xb7\x37\xa4\x93\x1d\xed\x6d\x10\x41\xce\x59\x3c\x11\x87\ \x10\x69\x9a\x69\x9a\xa6\xe7\x79\xaa\xaa\x46\x22\x91\x20\x08\x5c\ \xd7\x35\x0c\x83\x31\xa6\xeb\xba\xa2\x10\xf9\x5e\x47\x0e\xdf\xf3\ \x7c\xdf\x4f\x26\x93\x08\xc0\x44\x2c\xda\x90\x4c\x6e\xd9\xbc\xa5\ \x50\x2c\xda\x95\x4a\x53\x63\xe3\xe6\x2d\x03\x52\xb2\xb1\xf1\x61\ \xa2\x80\xee\x9e\x49\xae\x6d\xfb\x4e\xd5\xb5\x4b\xc9\x44\xd2\x30\ \x4d\x84\xd0\xf8\xd8\xee\x63\x8e\x3e\xae\x5c\xad\x6a\x9a\xf2\xda\ \x8a\x65\xae\x5d\x9d\x3f\x77\x56\xe0\xfb\x2d\x8d\x4d\x85\xf1\xdd\ \xad\x2d\x99\xee\x9e\x1e\xc3\xb0\xe2\xf1\x78\x5b\x7b\x9b\xe3\x07\ \xe5\xfc\x04\xc1\x68\x7c\xc4\x56\x09\x4e\x25\x12\x94\x10\x55\x21\ \x18\x01\xcf\x73\x88\x02\x24\x52\xea\x99\x79\x18\x13\x4d\xd5\x83\ \x20\xc8\xe7\xb2\x76\xad\xe2\x71\x38\x51\x28\x74\x72\x16\x8b\x46\ \x0d\xc3\x1a\x1f\x1f\xcb\xe7\x72\x04\x43\xce\x82\xcd\x9b\xd7\xdf\ \x7a\xeb\x2d\x44\xb3\xfa\xfa\xa6\x9d\x72\xda\xc2\x0d\x1b\x37\xad\ \x58\xb6\x62\xcd\x9a\x37\xfa\x7b\x7b\x15\x4d\x4b\xa5\x53\x99\x4c\ \xe6\x88\x23\x8e\x18\x1e\x1e\x7e\xfc\xf1\xc7\x5d\xd7\xdd\xb8\x71\ \x63\x36\x9b\x9d\x31\x63\x46\x43\x3a\x6d\x59\xe6\xd8\x78\xb6\x5c\ \x2e\x51\x1a\x60\x84\x56\xad\x5e\x7d\xfd\x3f\x5c\x5f\x28\xe4\x0c\ \xc3\x88\x46\xa3\xb1\x68\x94\x40\x9c\xc9\x64\x7c\xdf\x17\x42\x64\ \x32\x99\x6a\xb5\xea\x79\x5e\x2c\x16\xa3\x94\x12\xf2\xff\xf3\xf6\ \x66\x4f\x92\x9d\xe7\x99\xdf\xb7\x9d\x7d\xc9\x93\x7b\xd6\xbe\x74\ \x55\xa3\xbb\x81\x06\xd0\x0d\xa0\x01\x02\x20\x29\x2e\xd0\x48\xa4\ \x34\x92\x46\x23\x5b\x73\x63\x5f\xd8\x96\x14\xa3\x5b\xd9\x96\xc3\ \x7f\x82\x7c\x2b\x87\x25\xcb\x1e\x5b\x97\x8e\xb1\x3d\x11\x22\x45\ \x8a\x34\x49\x71\x07\xb1\x34\xd1\x0b\xba\xab\xba\x96\xae\x25\x2b\ \xf7\xe5\xe4\xd9\xbf\xf3\x6d\xbe\x28\x4a\xa3\xd0\xd8\xa2\xd8\xb4\ \x95\x97\x15\x51\x11\x99\x27\x4f\xbe\xe7\xfd\xde\xf7\x79\x7e\x0f\ \xf1\x3d\xbf\x2c\xc2\x4b\x65\xdf\xcf\x2a\xe6\xca\xd2\x4c\xd7\x75\ \x5a\x16\x49\x92\x19\x86\x8e\x31\x26\x84\x60\x00\x01\x00\x18\x93\ \x95\xe5\x65\x02\x58\xf7\xf4\x24\x8e\x16\x79\x92\xd4\x77\x77\x3c\ \xdf\x73\x1d\x93\xd1\x12\x21\xd4\x6c\x36\x4b\x4a\x5d\x53\x5b\x5d\ \x59\xdd\x7f\xf8\x80\xe5\xc5\x6c\x3c\x42\x9a\xa5\x61\xb8\xbc\xd4\ \x19\x75\x8f\x18\x67\x9c\xf3\x76\x67\x69\x6d\x6d\xcd\x0b\xda\xd3\ \x70\x36\x9e\x0d\x06\xbd\x2e\x26\xaa\xd7\x3b\x1b\x74\x7b\x71\x1c\ \x05\x81\x33\xec\x9e\xd9\x96\xd3\x6c\x77\x08\x82\x93\xd1\xc8\x76\ \xec\x41\x6f\x4e\x69\x51\xf1\xdc\x78\x3e\x39\x39\xdc\x5f\x2c\xa6\ \x2f\xbf\xfc\x62\xbd\x56\x1b\x9e\x3e\xe1\x00\xb2\xb2\x98\x8e\xfa\ \x8a\x51\x4e\xf3\xbd\x8f\xbb\xdd\xd3\x93\xb5\x95\x15\x62\xdb\x9c\ \x31\x5d\xd3\x84\x10\x9c\x33\x25\xc1\x78\x3c\xf5\x3c\x1f\x03\x98\ \x65\x59\xbf\xdf\x9f\x4c\x26\x96\x69\x38\x8e\x8d\x20\xc8\xb2\x94\ \x66\x00\xc8\xaa\x12\x12\x48\x20\x85\x8c\xe3\xc8\x75\xec\xf9\x74\ \xfa\xe8\xe3\x87\xf3\xd9\x94\x31\x3a\x1d\x0f\x81\x14\x6b\x2b\x2b\ \xb4\xa4\xd3\xe9\x94\x71\x41\x08\x3a\x3f\x3f\x5d\x59\x59\x75\x3d\ \xa7\x28\x32\x9a\xa7\x00\xa8\x7f\x38\xeb\xf8\xff\x99\xe6\x6c\xba\ \x75\x63\x74\xef\x7f\xf8\xef\xfe\xa8\xa9\x4b\xa1\x04\x93\xee\xe7\ \x7f\xf3\x5f\xbc\xb4\x1a\x3c\xf3\x69\x11\x41\x54\x96\x25\xe7\xa5\ \xa6\x93\xe1\x70\x50\x52\xba\xbc\xd4\x16\x42\x00\xa0\x92\x24\x21\ \x84\x68\xba\xa6\x10\xb4\x2c\x9d\x0b\x39\x9f\x4f\x0c\xc3\x66\x94\ \x02\xc9\x00\x2f\x6c\xc3\x70\x1c\x6b\x3a\x9d\x4d\xc7\x93\x97\x5f\ \xba\x3d\x9e\xcd\x2a\x95\x0a\x50\x22\x9c\x8e\xa2\x68\x81\x00\x9c\ \x4d\x66\x34\xcf\x9b\xad\x76\x25\xa8\x31\x2e\x39\xe7\x52\x29\x42\ \x48\x14\x2d\x6a\xd5\x1a\xc1\x48\x70\x56\x64\xa9\xdb\x70\xd2\x34\ \xe1\x65\xa1\x19\x06\x50\xc0\x75\x9c\x34\x4d\xb3\x94\x89\x38\xe5\ \x8c\xc7\x71\x4c\x69\x61\x9b\x06\x00\xb2\x5a\xf1\xd7\x56\x56\x04\ \x2b\x7d\xcf\x9b\xcd\xa6\x94\x32\x5d\xd7\x05\xe7\xf3\xd9\xb4\xe4\ \xf2\x0b\x2f\xdc\xbc\x76\xed\xda\xe1\xf1\x69\xb5\x5a\xfd\xc4\x27\ \xde\xec\xf5\x2e\x56\x57\x57\x6e\xdf\xba\x35\x9f\x4c\x34\x42\x3a\ \x9d\x4e\x14\x45\xaf\xdf\x79\x4d\x71\x71\xff\xfe\x47\xea\xf2\x9d\ \x2c\xa2\x3c\x67\xac\xa4\xae\xe3\xb8\x8e\x73\x7e\x76\xf6\x5b\xbf\ \xf5\x5b\x8e\xe7\x66\x45\x91\xa4\x71\xad\x56\x0d\xaa\x35\x04\x89\ \x52\x4a\xd3\x34\x84\x90\xa6\x69\x97\x8d\x2a\x21\x04\x00\x20\xff\ \x8e\x46\xef\x19\x64\x74\x67\x67\xbd\xed\xed\x9d\x51\x7f\x90\xa7\ \x99\xeb\x3a\x86\x6e\x28\xa5\x4c\xc3\xe8\x5f\xf4\x6a\xb5\xaa\xa6\ \x61\xd3\xd4\x6a\x35\x3f\xcb\xe2\x41\xbf\x47\x69\x81\x00\x1f\x0f\ \x2f\xda\xf5\xe0\xea\xce\xee\xfe\xc7\x8f\xef\xbe\xff\xc3\xdf\xfb\ \xdd\xdf\x95\x80\xd9\xde\x3a\x20\xe0\xfe\x47\x77\x47\xa3\x61\xb4\ \x58\x10\xc7\x3c\x39\x7c\xba\xb5\x7b\xf5\xf6\x2b\xaf\xfa\x95\x5a\ \x9c\xa6\x52\x29\xd3\x30\x28\x2d\x12\x5a\x54\x2b\xbe\x4e\xf4\xb2\ \xa4\x48\x23\x59\x51\x14\xa2\x84\x82\x6b\xba\xa1\x11\xc8\x04\x10\ \x42\xc4\x51\x1c\xc7\xe9\x7c\x1e\xc6\x71\x26\xa4\x6c\x36\xdb\xb6\ \x65\x5e\xbb\x7a\xd5\xb4\x2c\x82\x00\x2d\x8a\xee\xf9\x59\xc5\xf7\ \x21\xe0\xa3\x41\x3f\x4d\xf2\xcf\xbe\xf3\xcb\xbf\xf0\xd9\xcf\x39\ \x6e\xc5\xb6\xbd\xd7\x5f\xff\x44\x38\x9b\x23\x04\xdf\xf9\xdc\xe7\ \x2d\x4f\x4f\xe2\xe2\xf5\xd7\x5f\xff\xd3\x3f\xfd\xd3\xcf\x7c\xe6\ \x33\xc7\x47\xc7\x84\x90\xc1\x60\x70\xfb\xf6\xed\xa2\x28\x4e\x4f\ \x4f\x68\x51\x8c\x46\xa3\xdb\xb7\x6e\x7d\xe9\x4b\x5f\xfe\xc2\x17\ \x7e\xf9\x93\x9f\xfc\x64\x9a\x26\xbd\x7e\xdf\x34\xf4\x8d\x8d\x4d\ \x03\xeb\x84\x90\xb2\x2c\x2f\xc7\xa0\x00\x80\xf9\x7c\x6e\xdb\x76\ \x92\x24\x44\xd3\x84\x7a\x46\x25\x90\x02\x0a\x40\x90\x66\xe9\x6c\ \x36\x05\x40\x35\x5b\x1d\x29\x15\xe7\x5c\xd7\x0d\x00\x21\x44\x50\ \x4a\x69\xdb\x6e\xab\xd9\x9c\x8c\x86\xd1\x62\x7e\xfa\xf4\x68\x69\ \x79\xa5\x5e\x6f\x18\xba\x66\x39\x9e\x50\x12\x28\x50\x24\x31\x04\ \x10\x63\x9c\x67\xc9\xe3\x47\x0f\xef\xd4\x9b\x19\x65\xae\x63\x9d\ \x9e\x9d\xd8\x8e\x1d\xb1\x85\x54\xd2\xb2\x2c\x5d\xc3\xbe\xef\x76\ \x7b\xe9\xf9\xf9\x53\x29\x4a\xd7\xf2\xa3\x30\x36\x34\x2d\x4f\xfd\ \x5a\xad\x01\x24\x3f\x3d\x39\xb2\x5d\xbf\x1a\x04\x8c\xb3\x56\xab\ \x19\x2f\x22\x04\x55\xa3\x5e\x5f\x34\xeb\x5e\xbd\x4a\x30\x5a\x5a\ \xea\x3c\x79\xa0\x11\xa2\x5c\xc7\x4e\x92\x78\xd8\xeb\xea\x08\xed\ \x9f\x9d\x9a\x86\xb6\xb1\xb6\x3c\x1e\xf6\x81\x14\x18\x01\xc1\x05\ \xe7\x82\x52\xea\xf9\x9e\x6d\xbb\x96\x6e\xb4\x5b\xed\x30\x9c\xc7\ \x71\x64\x99\x86\x63\x9b\x8b\x70\x2e\x39\xd3\x09\x36\x08\xf1\x1c\ \x9b\x31\x46\xf3\x42\x08\xbe\xbb\x73\xa5\x56\xab\x1e\x1e\x1e\x70\ \x4e\xc3\xf9\xf4\xe4\xe4\xd8\xb2\x0c\xa0\xc4\x64\x3c\x9a\x4c\x26\ \xb5\x46\xa3\x5a\xad\x2e\x16\x0b\x5d\x27\x61\x18\x12\xa2\xb5\x9b\ \xed\xcb\x05\xfd\xcf\xd2\x73\x41\x88\x11\x40\xd5\xcd\x7f\xf1\xaf\ \xfe\xa3\xa3\x29\x45\x08\x42\x20\x85\x32\x03\xf3\x1f\xd2\x56\xfc\ \xa3\x7e\x45\x08\x28\x20\x29\xa5\x42\x88\x34\x4d\xbb\xe7\x5d\x0d\ \x43\x2e\x84\x6d\xdb\x9c\x33\x8c\x91\x84\x40\x49\x1e\x54\x6a\x49\ \x5a\xd0\xbc\xf4\x3d\x2f\x4b\xd2\x70\x36\xd2\xb1\xac\x78\xde\x78\ \x38\x3d\x39\x3e\x95\x42\xe9\x44\x13\x8c\x07\x7e\x25\x1c\x8f\x19\ \x65\xd5\x4a\x65\x5d\x6a\x51\xd2\x00\x00\x20\x00\x49\x44\x41\x54\ \x36\x1a\x10\x4c\xf2\x3c\x9f\xce\xe6\x44\x37\xb3\xa2\x10\x52\x66\ \x59\xa6\x11\x6d\xe7\xca\x95\x28\x9a\x73\x5a\x6c\x6e\x6f\x27\x5c\ \x2d\xe2\x85\xa9\x11\xdf\xb4\x10\xc1\x59\x41\x19\x93\xb6\x6d\x23\ \x14\xd4\xea\x8d\x70\xd6\x97\x82\x8d\xc6\xc3\xe9\x6c\xba\xbe\xb9\ \x6b\x9a\x7a\xc6\x4a\xc6\x58\x49\x29\x46\x58\xd7\xb0\x66\x99\x8b\ \x38\x5e\x5b\x59\x7d\xf3\xcd\xb7\x16\x8b\x85\x10\xb2\xd1\x6a\xa7\ \x49\x56\xab\xa4\x87\xfb\xfb\x1a\xc2\x08\xa1\x66\xb3\x71\xfd\xfa\ \xf5\x6f\x7d\xeb\x9b\xeb\x6b\x6b\x4b\xcd\xf6\x70\x3c\x28\xf2\x1c\ \x43\x88\x20\x74\x6d\x37\x9c\x2f\x6c\xd3\x3c\x3a\x3c\xdc\xde\xde\ \xb6\x6c\x7b\x36\x9b\x2b\x08\x1c\xd7\xf5\x7c\x5f\x0a\x01\x31\x41\ \x08\x59\x96\x75\x99\xf9\x6e\x18\xa6\xeb\x7a\x79\x9e\xe9\xba\x1e\ \xc5\x29\x63\xe5\x33\x8c\x8a\x95\x02\x10\x21\x9d\x90\x2c\x89\x92\ \x38\x7e\x7a\xfc\x34\x5c\x84\xcf\xed\x3e\x97\xc4\x71\x51\x14\x06\ \x21\x25\x2d\xda\xcd\x3a\x50\xdc\xf3\x9c\xc9\x6c\x7e\x76\x7e\x5a\ \xf1\x7d\xa4\x44\x12\xa7\xb3\xc1\x60\xa9\xb3\x02\x01\xba\x38\x3f\ \x79\xb2\xff\xe0\xea\xf5\x9b\x83\xc9\xcc\xf3\x9c\x7a\xbd\xf1\xf0\ \xa3\xbb\x9d\x4e\x07\x14\x29\x2f\x4b\x0c\x71\x18\x2e\x26\xb3\xc5\ \xda\xc6\x66\xbc\x88\x1d\xdf\x1b\x8f\xc7\x9b\x1b\xeb\xbb\x57\x36\ \x4e\x9f\x9e\x18\x86\x86\x0c\xb3\x28\x72\x59\xe6\x55\xd7\xc5\x04\ \x97\x42\x32\xae\x94\x02\x08\x63\xdf\xf7\x1b\x8d\x26\xc2\x78\x31\ \x0f\x67\xf3\x98\x33\x16\x54\x03\x8c\x49\x18\x86\x08\x02\xc6\x18\ \xc1\x58\x49\xee\xb9\x1e\x65\xec\x53\x9f\xfe\xd4\xfa\xc6\xc6\xde\ \xde\x91\x6e\x58\x8d\x66\x9b\xe6\x2c\x0a\xe7\xdf\xfa\xe6\x37\x5f\ \xba\xfd\x32\xe3\xfc\xed\xb7\xde\xfa\x93\x3f\xf9\x93\xf9\x7c\xf6\ \xce\x2f\x7e\x1e\x13\xfc\x47\x7f\xf4\x47\x45\x51\x14\x94\x12\x42\ \x10\x81\x42\x32\xca\x8a\xb3\xf3\x93\x7f\xfd\x6b\xbf\x3f\x1e\x0f\ \xe7\xf3\x79\x5e\x14\xd5\x5a\x00\xa0\xba\x94\xda\x1b\x86\x71\x29\ \xdd\xd4\x75\x3d\x08\x82\xcb\x2a\x26\x84\x5c\x2c\x22\xcb\x40\xcf\ \x72\xe3\x2b\x80\x20\xea\xf7\xfa\x8c\x97\x2b\x2b\x2b\xd5\x5a\xcd\ \x75\x1d\x00\xd4\x22\x8a\x30\xc6\x96\x6d\x2b\x00\x4a\xca\xa4\x94\ \xbb\x57\xaf\xb2\x92\x2a\x21\xc6\xc3\x01\x02\xb0\xd6\xea\xf8\xb5\ \x86\x6e\xd9\xbe\xe7\x0d\x2e\xba\xe3\xf1\xb4\x5a\xa9\x4c\xa7\x65\ \xff\xe2\xbc\xc8\x92\xb4\x28\x1d\xc7\xc0\x08\x19\x86\x9e\x17\x54\ \x70\xbe\x88\x17\x94\xab\xbd\x27\x7b\xe7\xbd\xe3\x46\xbd\x32\xe8\ \x77\xdb\xad\x8a\x67\x19\x86\x6e\x2c\xc2\xf0\xe3\x87\xf7\x0b\x26\ \xae\x28\xf5\xf2\xed\x15\xdd\xb0\x01\x44\xb6\x63\x11\x82\x3f\xbe\ \x7f\x2f\x9c\x8f\x7c\xd7\x99\x4d\x67\xa3\xd1\x68\x7d\x7d\xdd\xb2\ \x2d\x50\x66\x9e\xeb\x01\xa5\x8a\x3c\x05\x92\xf7\xba\xdd\xad\x2b\ \xdb\x41\xc5\x1f\x0d\xba\x40\x29\xce\x38\xc2\x08\x13\xac\xe9\xfa\ \x8d\xeb\x37\x3c\xaf\x72\x74\x70\xd0\xed\x76\x3b\x9d\x36\xc1\x88\ \xd2\x5c\xc3\x70\xd0\xeb\x63\x0c\x4d\x5d\x1b\x8f\x47\xa5\xb8\xcc\ \xfd\x86\x3a\x21\xcd\xc6\xd2\xb5\xe7\x9e\xfb\xce\xb7\xbe\x21\xa1\ \x4a\x93\xf8\xe8\xf8\x50\xd3\xc9\x64\x3c\x1e\x0f\x07\x05\xa3\x49\ \xac\x1b\x86\x61\x98\x66\x38\x9b\xf9\x41\xd0\x6a\x77\x3c\xcf\xfd\ \xa9\x22\xba\xbf\x57\xb9\xa0\xe2\x74\x34\x99\x59\xbe\xbf\x7a\xfd\ \x56\x47\xfe\x8d\x6b\x42\x41\xdd\x34\xe4\xcf\xc1\xa1\xbf\x1c\x36\ \x23\x84\xa4\x94\x41\x50\xb1\x2c\x83\xd3\x52\x0a\xb6\xb1\xb9\xd9\ \x6c\x34\xce\xcf\xcf\xe6\x47\x47\xa5\xe4\x41\xb5\x26\x85\xb0\x6d\ \x9b\x95\x82\x73\xa6\x11\x2c\xb8\xc8\xcb\xa2\x51\xaf\x77\xbb\x83\ \xd1\x68\x34\x1d\x4f\xaa\xb5\x5a\x38\x0b\x69\x5e\x3a\xb6\x3b\xec\ \x5f\xcc\x68\x3e\x9b\xcc\x3c\xcf\x49\xf3\x5c\x4d\xa7\xed\xce\xb2\ \xeb\x78\x82\x8b\xd1\x68\x74\x75\xf7\xb9\x76\xbb\x09\x14\x67\xba\ \x0e\xa1\x4a\xd3\x04\x42\xe5\x38\xb6\x61\xea\x02\x20\xa0\xa4\x46\ \x88\x67\x1a\x90\x08\xc3\x30\x4a\xc6\x88\x86\x11\x06\x79\x9e\x36\ \x1a\x75\x53\x37\xc6\xe9\xf0\x30\x9c\x30\xce\x2d\xcb\x2a\xd2\x08\ \x5a\x9a\xae\x69\xaf\xbe\xf2\x4a\x1c\x47\x8b\xb4\x4c\xb2\x22\x4e\ \x8b\xb2\x2c\x8a\x2c\xbd\xba\xbb\xdb\xbb\xb8\xe0\x42\x00\xa0\xae\ \x5c\xb9\xf2\xf5\xaf\x7f\xed\xec\xec\xec\xa5\x9b\x2f\xbe\xf9\xe6\ \x5b\xff\xeb\xff\xf2\x6f\x96\x3a\x9d\xb5\xf5\x75\x5d\xb3\x3e\xfe\ \xf8\x11\xe3\xbc\xdf\xeb\xbd\xf9\xa9\x4f\x52\x4a\x97\x97\x97\x35\ \x43\x8f\x92\xd8\x34\x4d\x20\x01\xe7\xea\x52\xeb\xcf\x39\xe7\x8c\ \x5d\x2a\x68\x08\x21\x69\x9a\x14\x45\xf6\xf7\x9d\x4f\x3f\x4b\xb7\ \xab\xeb\x9a\xe0\xa2\x51\x6f\xb0\x92\x2d\xb5\xdb\x94\x96\x1a\x21\ \x2f\xdf\xb9\xa3\x69\xda\xb7\xbf\xfd\xed\x93\xd3\x93\xb5\xad\x2d\ \x29\xcb\x4e\xbb\x31\x9d\x4c\x8b\x2c\x0d\x2a\x15\xce\xc4\x79\xb7\ \x67\x12\xb4\xbd\x7d\x65\xef\xc9\x83\x07\xf7\xef\xbe\xf0\xd2\x8b\ \x4a\x89\x38\x8a\x74\x5d\xaf\xf8\xc1\xa8\x7f\x1e\x8f\xfa\xb6\x61\ \x63\x84\x1f\x3d\xde\x6b\xb4\xda\x57\x76\x9f\xab\xb7\x5a\x07\x07\ \x87\x8e\xeb\x5e\x7b\xee\x39\x83\x20\xcb\x34\xab\x41\x75\x51\x96\ \x94\x16\xb6\x4e\x74\xd3\x00\x0a\x30\x26\x84\x44\x86\x6e\x3a\x26\ \x76\x5d\x8f\x10\x22\xa5\x14\x9c\x31\x25\xea\xf5\x7a\xa7\xd5\x1a\ \x8e\x46\xdd\x6e\x57\x96\x79\xbb\xdd\xfe\xf8\x5e\xbf\xd9\xf4\x19\ \xa5\xd7\xaf\x5f\x7b\xfe\xf9\xe7\xf7\x1e\xef\xcd\xc3\x54\x48\xd0\ \xbb\xe8\x97\x59\x56\xa9\xf8\x95\xc0\xff\xd2\x97\xbe\xb4\x7b\xf5\ \xea\xab\xaf\xbe\x7a\xfd\xfa\xf5\x1f\xfd\xe8\x47\x6f\xbe\xf9\xd6\ \xe7\x3e\xf7\xd9\x3f\xff\xf3\x3f\x3f\x38\x38\x78\xe3\x8d\x37\x36\ \x36\xd6\x3f\xf8\xf0\xee\x64\x3c\x9e\xcf\x67\xeb\xeb\xeb\x8e\xe3\ \x4a\x25\x5f\xbe\x79\x63\x9e\x64\x00\x41\x43\xd7\x35\xa0\x0b\xf1\ \x13\xe3\x91\x14\xf2\x52\xb7\xc1\x39\x97\x42\x46\x51\x24\xa4\xf8\ \x7f\xd1\x3c\xfe\xf4\xd3\xe2\x6c\x36\xa3\x94\xee\xec\x6c\x37\x9a\ \x4d\xc7\xf5\x30\x21\x00\x00\x21\xf2\x38\x49\x84\x94\x86\x61\x62\ \x82\x09\xd1\x66\xb3\x89\x46\xf0\xd6\xe6\x46\xc9\x59\x96\x67\x60\ \x36\xe5\x10\x2e\x3b\x9e\x65\xb9\x4a\x28\xcf\x71\x97\x96\xda\xe3\ \xf1\x60\x3a\x1e\x0b\xce\x5e\xb9\x7d\xab\xdf\xeb\x55\xab\x55\x9a\ \x2d\x00\x94\xae\x6b\x57\x7c\xf7\xdb\xdf\xfd\xc1\x68\x3a\xfa\xe4\ \xa7\xee\x9c\x77\x8f\x3c\x47\xe3\x25\xd5\x74\xbc\xbe\xb6\x4a\x36\ \x37\x4f\xce\xcf\x6a\xf5\x5a\xa7\xdd\xd6\x35\x62\x98\x7a\x9a\xe6\ \x8c\x22\xc1\xd1\xda\xca\x2a\x5b\x4c\xee\xdf\xfd\x10\x68\x7a\x5a\ \xa4\xc3\xee\x91\x92\x92\x20\x6c\x1a\x86\x63\x99\x41\x50\x99\xab\ \x05\x86\xe0\xea\xee\x6e\xbd\x5e\x2f\x4b\x96\xa6\xa9\xad\x29\x20\ \x81\xa6\x69\x57\x76\xae\x54\x2a\x95\xa7\x27\x67\xb5\x7a\xbd\x56\ \xab\x25\x51\xd4\xcf\x53\x4a\x29\x90\xa2\xa4\x05\x26\x68\x3a\x9d\ \x30\xc6\x6d\xb7\x4a\x29\xcd\x53\x6e\x1a\xa4\xc8\xd3\x46\xa3\x41\ \x30\xa2\xac\x9c\x87\x73\x00\x94\x69\x5a\x83\x51\x2f\xcd\x53\x29\ \x41\x38\x9f\x79\x9e\xa7\x84\x2c\x84\xd8\xaa\xd7\x08\x41\xd3\xe9\ \x98\x71\xae\x6b\xe4\x1f\x7b\x5a\x44\x98\x94\xb3\x47\x7f\xf6\xdf\ \xff\xd5\xe7\xfe\xd5\x6f\x9e\xfc\xe5\xbf\x79\x77\x50\xea\x18\x02\ \x25\x4b\x55\xf9\x97\xbf\xf3\x3b\x3f\x4f\x52\xac\x52\x4a\x27\x9a\ \xe7\x3a\x1a\x21\x00\x40\xcb\x72\x20\x00\xbe\xe7\x06\x15\x4f\x72\ \xe6\x38\x8e\xa9\x6b\x80\x72\xcf\x32\x74\x02\x89\x86\x19\xc1\x83\ \x41\x1f\x03\xd0\x68\x34\x94\x60\x8d\x7a\xd0\xeb\x8f\xa7\x93\xfe\ \xc5\xe9\xfe\xca\xf2\xdb\x5e\xc5\x8e\x53\x2b\x8a\xa1\x42\x90\x96\ \x5c\x4a\x69\x18\xfa\x2b\xb7\xef\x94\xc8\x0a\x17\x8b\x34\xcb\x19\ \x53\x82\x31\xc7\x32\xf3\x2c\x27\x44\xc3\x08\x9d\x9c\x9c\x16\x8c\ \x57\x6b\x55\x9d\x10\x20\x24\x80\x5c\x15\x31\xc1\x90\xc6\x54\x07\ \xbc\x5a\xad\x12\x84\x95\x90\x06\xd1\x3a\x8d\xd6\xcd\x1b\xcf\x2f\ \xa2\xa4\xd7\xef\x42\x4e\xfb\x17\x17\x0a\x48\xa1\x78\x9a\xcb\xe7\ \xae\x3d\xbf\xbe\xb9\x75\x78\x70\xa4\xb0\x1e\x25\x19\x63\x82\x10\ \xe4\x98\xe6\xc3\x8f\xee\xdd\xbe\xf3\x5a\xab\xdd\x39\x3a\x3a\x2c\ \xcb\x72\x75\x75\xf5\x7b\x3f\xf8\xfe\x27\xde\x7e\x73\x69\x65\xf9\ \xe4\xec\x34\xa8\x55\x91\x8e\x99\xe4\x44\xd7\x32\x9a\xeb\x96\xe1\ \xfb\x7e\xab\xd5\x52\x08\x96\x8c\xdb\x96\x43\x08\xce\xf3\x82\x4b\ \x01\x11\x80\x0a\x28\x25\x14\x94\x1a\x46\x25\xe3\x9c\xd3\xb2\xcc\ \x39\xcb\xa5\x94\xcf\x5a\xbb\x94\xeb\xf9\x9e\xe3\x24\x71\xdc\x59\ \xea\x40\x00\x8a\xa2\xb8\x76\xf5\xaa\x69\x1a\xbd\x5e\xef\xca\xce\ \xd6\xde\x93\xc7\x75\xcf\x12\x45\x9a\x16\x79\xbb\x51\x9d\xcd\xc3\ \xa3\x83\x27\xba\x4e\xae\x5d\xbb\xbe\xba\xd4\x89\x93\xe8\xf0\xf0\ \xd1\xa3\xfb\xf7\x44\xc9\x7c\xd7\x33\x75\xfd\xd2\xe4\x98\xa6\x59\ \x6f\xd0\x2f\x58\x79\xf5\xc6\x8d\x95\xab\x2f\x0e\x27\x93\xb4\x28\ \xa6\xd3\xf1\xc9\xc9\x51\xa7\xd3\xb1\x6c\x1b\x48\x1e\xd4\x1b\x17\ \x83\xd1\x70\x36\x35\x2d\xcb\x5f\x59\x52\x4a\x53\x02\xb3\x2c\xc7\ \x44\xc7\x18\x32\x26\x4d\xd7\x17\x00\x71\x96\x13\x8c\xa4\xc2\xbb\ \xbb\x57\x0d\xd3\x79\xf2\xe4\x78\x3a\x1e\x8e\x06\xdd\x92\x31\xa1\ \x64\x14\x65\x0a\xc0\x5f\xfb\x8d\xdf\x3a\x3d\xeb\x4b\x30\x06\x00\ \x27\x69\x5e\xd2\x02\x29\x95\x67\x09\xe3\xe5\xaf\xfe\xda\xaf\x3e\ \x3d\x3d\xfd\xea\xd7\xbe\xfa\xc6\x9b\xaf\xff\xe9\x9f\xfe\x8f\xff\ \xf9\xef\xfc\x17\x8d\x7a\xa0\x90\xfa\xca\xd7\xbe\xfa\x87\xff\xed\ \x7f\x93\x51\x1a\x27\x69\x7b\x79\xe5\xfe\xbd\x7b\x6f\x7c\xe2\x13\ \x41\x50\x0d\x82\x20\x4e\x0b\xdf\xf1\x24\x50\x08\xc0\x92\x71\x04\ \x11\x26\x98\x73\x41\x19\x55\x4a\x3a\x8e\x43\x29\x4f\x8b\xb4\xa0\ \x39\x2b\x29\xb4\xed\x67\x10\xa3\x42\x08\x29\xcd\x5c\xd7\x6a\xb5\ \xea\x44\xd3\x20\x94\x50\x09\xac\xe9\xd5\xaa\xaf\xeb\xa4\xc8\x0b\ \x08\x14\x67\x2c\xcf\x8b\x20\xa8\xce\xa6\x93\xf6\xf2\x72\x1c\x27\ \x6c\x3a\xad\xb7\x5b\xf5\x66\x3b\xa7\xd9\xf1\xe1\xe3\x24\x1c\x69\ \x04\x20\x4c\x10\xd1\xb8\xe0\x4f\x0f\x0f\x5f\xbc\x79\xf3\xf4\x70\ \x7f\x7b\x73\x63\xd8\x3d\x77\x6c\xb7\x2c\x8b\x70\x3e\x7e\x7a\xfc\ \xe4\xc5\x97\x5f\x5e\x5e\x5e\xef\xf5\x07\x8e\xaf\x71\xc6\x7d\xbf\ \x62\x58\xf6\x52\xbb\x5d\x6d\x75\x4a\x26\x7d\xc7\x41\x40\x15\x71\ \x38\xe8\xf5\xa5\x14\x18\xe3\x8b\xee\x39\xcd\x53\xcd\xb6\xe7\x8b\ \xf0\xad\x37\x5f\x8f\x67\xc3\xde\xf1\x93\xc5\x3c\x25\xba\xe5\x0a\ \x59\x0b\x82\x34\x4e\x21\x90\x8e\x65\x99\xa6\x89\x09\x91\x18\x28\ \x42\x84\x12\x18\xe9\xf5\x46\x6b\x3c\x9e\x55\x7c\xbf\x5a\xf1\x8e\ \x0e\x8e\xca\x32\xf7\x5c\x2b\x9c\x8d\x0b\x51\x5a\xb6\xc5\x18\x65\ \x9c\xe5\x45\x5e\x14\x45\x38\x0f\x31\xc6\xed\x76\xcb\x24\x76\xc5\ \x75\xb6\xb6\x77\xce\x4f\x4f\xc2\x49\x48\x08\xb6\x97\x9c\x28\x0c\ \x8b\xa2\x00\x12\x68\x8e\x13\x47\x73\x5d\x33\x89\xa6\x87\xd3\x31\ \x67\x4c\x49\x79\xe9\xd3\xfc\x07\x3a\xaf\xbf\x47\x73\xe6\xb8\x72\ \xe5\x3f\xfb\xd7\xff\xa9\xe3\x79\x57\xff\x93\xdf\xff\x24\xff\xc9\ \x3a\x58\x01\xe4\x55\xfc\x9f\x47\x12\x01\x00\x20\x18\x02\x51\x22\ \x68\x34\x1a\x2d\x88\x35\x05\x81\xef\x38\x42\x94\x17\xfd\xfe\x62\ \x3a\x49\x16\x0b\xae\x98\x65\x10\x5d\xc7\xf3\x45\x58\x94\xcc\x34\ \x34\xce\xb8\x54\x00\x63\xcd\x76\x83\x4a\x10\x0c\xbb\x67\x67\x27\ \x7b\xaf\xbe\xfe\x8a\x6d\xe9\x25\x2f\xa9\xe0\x42\x49\xc6\x4a\x44\ \x10\x67\xcc\x71\xfd\x7a\xd0\xa9\x56\x9b\x10\xa0\x41\xbf\xe7\xb9\ \xb6\x14\xec\xe2\xe2\x2c\x8a\xe2\x5a\xb5\xd6\x6a\x36\x85\x14\x52\ \x81\x70\x1e\x32\x36\xd5\x75\x12\xce\xa7\x3a\x86\x1a\x02\xb6\x41\ \x2a\x15\xdf\x34\x0c\x9a\xe6\xd1\x2c\x04\x42\xd8\xa6\xe9\xb8\xde\ \x68\xd0\x2b\xd2\xa8\xd5\x6e\x9c\x3e\x55\x9a\xae\x03\x40\x86\xa3\ \xd9\xde\x93\x43\x88\x35\xcd\x74\x98\x90\xd1\x62\xb1\xbc\xd4\xa9\ \xfa\x5e\x91\x2c\x92\x45\x68\x98\xe6\xf6\xf6\x76\x96\xa6\x47\xc7\ \x47\x5f\xfb\xda\x57\x8f\x8e\x0e\x4d\xdb\x32\x2d\xd3\x74\x4c\xb7\ \xe2\xf7\xbb\xfd\x79\x34\x7b\xef\xfd\xf7\xef\xbc\xfe\xfa\xf2\xca\ \x52\x9a\xe5\x86\x69\x42\x08\x2f\xd7\x88\x0a\x00\x05\x54\x96\xe5\ \x00\x48\x78\x69\xfb\x02\x12\x28\x31\x9f\x8d\x93\x68\x31\x9b\x4c\ \xcb\x92\x3e\xdb\x6a\x11\x21\xe4\xb8\x4e\x9c\x24\x9e\xef\xb5\xdb\ \x2d\x29\x38\x84\x10\x60\x15\xc7\x61\xf7\xe2\x7c\x3c\x19\x02\x96\ \x43\x56\xac\xb5\x9b\x51\x9a\x9d\x9c\x3c\x8d\xd3\x34\xcf\x13\x08\ \x6d\xc3\x71\x0a\xc6\x6e\x3c\xff\xc2\xb7\xbf\xf1\xd5\xfd\xc7\xfb\ \x67\x27\x27\xed\x95\xad\xa0\x12\x74\xbb\x3d\xca\x98\xe5\xd8\x4c\ \x49\x40\xb0\x66\xe8\x37\x5f\x7a\x39\x38\xef\x3a\xae\x33\x9f\x4d\ \xe3\x68\xf1\xfc\x8d\xeb\xa7\x27\x4f\x8b\xa2\x30\x4c\xd3\xf3\xbc\ \x7a\xbd\x8e\x10\xce\x52\x16\x85\x23\xdb\x72\x24\xe7\x25\x5d\x48\ \xc5\x35\x0c\x35\xc3\xa8\xb6\x9a\xd3\x5e\x96\x26\x51\xca\xe0\xea\ \xe6\x55\xcf\x75\x9a\xed\x25\xd7\x71\xfb\xbd\x73\xc3\xb6\x00\xc6\ \xc4\xb0\x4b\x26\x3f\x7a\xb8\x0f\x88\x17\xa7\xf9\xfa\xfa\xe6\xfe\ \xfe\xfe\xda\xea\xf2\xd5\x2b\x57\xe6\xd3\x09\x00\xe0\xa2\x77\xb1\ \x73\xf5\x4a\xab\xdd\xbc\x7b\xf7\x6e\x4e\xf3\x3f\xfb\x9f\xff\xec\ \x0f\xff\xcb\x3f\x68\x77\x3a\x8e\xe7\x04\x81\xcf\x38\x17\x42\x7e\ \xed\xaf\xbe\x1e\x27\xf1\x1f\xfc\xc1\x7f\xa5\x69\x44\x09\xa9\x61\ \x2d\x89\x52\x84\x10\xd1\x48\xc9\x18\xc2\xa8\xcc\x4a\xce\x98\xa6\ \xeb\x8e\x6d\x27\x69\x92\x24\xc9\x6c\x3a\x1d\x4f\xa7\x1a\x02\xcd\ \xaa\x2b\xc1\xcf\x7c\xe7\x4b\xa5\x7c\xcf\xab\x06\xbe\x54\x52\x49\ \x2e\xc5\xa5\x4d\x5d\x29\x80\x30\x84\x84\xa0\x3c\x4b\x18\xe3\x8e\ \xeb\x09\x5e\xa6\x59\xd1\xeb\x0f\xa4\x52\xb5\x66\x73\x6d\x73\xcd\ \x76\x2a\xd3\x30\x9c\xce\x87\x59\x32\x2b\x8a\xcc\xf1\x3c\x44\x34\ \x4a\xcb\x41\xaf\x3b\xee\x5f\xf4\xce\x4e\x6f\xdd\x7a\x39\x49\x32\ \xa8\xc0\x74\x3a\x7e\xff\xc3\x1f\x7d\xf2\xed\x37\x0c\xd3\xcd\xe2\ \xa2\x5e\x5d\xfa\xf0\xa3\x8f\x7e\xe9\x0b\xbf\xc4\x25\xd7\x11\x72\ \x6d\x8b\x4b\x98\xd3\x70\x34\x1c\x4c\x26\x63\xc3\x30\x84\xe0\x83\ \xc1\xa0\x28\x8a\x8d\x8d\x4d\xc3\x5e\x71\x2b\xc1\xe9\xf1\x93\x66\ \x35\x00\x45\xe2\x38\x4e\x1a\x27\x42\xc2\xde\x60\x78\x76\x7a\x12\ \x4e\xe7\x40\x0a\x2e\x39\xc2\x88\x0b\x2e\xa5\x02\x10\x22\xac\x11\ \xdd\x31\x0c\x47\x72\x85\x11\xc8\x93\x64\x3a\x19\x0e\x87\x83\xa0\ \xe2\x39\xb6\x35\x9b\xcd\xb8\xe4\x65\x59\x12\x42\xc2\xf9\x14\x0a\ \x91\xa6\x69\xad\x56\x2b\x92\x05\x2b\x52\x9a\xe5\x15\xd7\x3b\x57\ \x90\xd2\x12\x59\x96\xef\x78\x69\x96\x98\xba\x2e\x84\xc4\x18\xb2\ \xa2\x50\x5c\x40\x25\x16\xd3\xb1\x65\x59\x97\xb2\xd8\x9f\xe5\xb4\ \x08\xa1\x41\xe4\xd1\x47\xdf\xc1\x57\x7e\xe1\x13\xd7\x96\xc5\xdf\ \x29\x55\x52\xf0\x9f\x67\xce\x05\x21\x64\x5c\xe4\x79\xd1\x68\xb6\ \xfc\x4a\x40\x4b\x06\x31\x52\x00\xe4\x79\x31\x9b\xcd\x66\xe3\x71\ \x59\x96\x80\xa8\x7e\xbf\x9f\x66\xb4\xd6\x6c\xad\xae\xae\xeb\x86\ \x79\xd1\xbd\x88\xc3\x79\x2d\xa8\x28\xa9\x2a\x7e\xa0\xe9\x5a\xaf\ \x3f\x08\x17\x8b\xac\x14\x83\xc1\x60\x3a\x99\x4c\xc6\x13\x20\xa8\ \x02\xa0\x5a\xab\x61\x04\x4c\x0d\x77\x9a\xcb\x83\xc1\x70\x3e\x1d\ \x6d\x6e\x6d\xa6\xf1\x42\x08\xc1\xca\x22\x8d\xa1\xeb\x98\xd3\x30\ \xd4\x0d\xa3\x52\x09\x10\x52\x59\x96\x9c\x9e\x9d\x5e\x9c\x9e\x6c\ \xaf\xaf\x5e\xdb\xdd\x36\x0d\x43\x70\xe1\x55\xfd\xc5\x22\xb4\xdd\ \x5a\x10\x54\xa4\x84\x4a\xaa\xc9\x64\xdc\x6e\xb7\x10\xb8\xd4\x96\ \x43\xd7\x73\x75\x5d\x5b\xc4\x99\x48\x0b\x48\x48\xbb\xd3\xaa\x06\ \xc1\x87\x77\x3f\x9c\x4e\xc6\x45\xc9\x98\x90\x4f\x8f\x8f\x84\xe0\ \x9e\x63\x63\x88\xbe\xfe\x57\x5f\xfb\xd5\x7f\xfe\x85\xdd\xab\xbb\ \xac\x64\xa3\xc1\x70\x3e\x0f\x7f\xf0\x83\xef\x5f\xbd\x7a\xb5\xd5\ \x68\x09\xc1\x2d\xd3\xcc\x8a\x22\x4d\x53\xa9\x80\xae\xeb\x86\x61\ \x30\xc1\x11\x42\x18\x11\xa0\x04\x2b\xf2\x79\x96\x29\xc1\x93\x68\ \x11\x45\x91\x10\x02\x21\xf8\x6c\x3d\x17\x84\x30\x49\x52\x25\xe4\ \xc6\xc6\x06\x84\x90\x16\x99\x61\x18\x45\x9e\x9f\x9e\x9d\x1d\x1f\ \x1f\x8d\x06\x83\x45\x14\x87\x61\xf8\xc1\x07\xef\xa7\x45\xb9\xb6\ \xb9\xbd\x73\xf5\x6a\x96\x65\xfb\xfb\xfb\x86\x61\xe4\x45\xd1\xa8\ \xd7\x0d\xc3\x18\x8f\xc7\x47\x47\xc7\x41\x63\xe9\xe0\xc9\xde\xe3\ \x47\x0f\x8f\x0e\x0f\x4e\x8f\x0f\x35\x20\x1c\xc7\xb6\x4c\x3b\x59\ \x44\xd7\x9f\x7b\x2e\x4d\xd2\x87\x0f\x1f\x78\x96\x4d\xb3\x4c\xc7\ \x44\x94\xec\x62\x38\xda\xdc\xdc\x92\x50\xe4\xbc\x30\x74\x01\x04\ \x08\x0b\x36\x1a\x0e\x8e\x8e\x9e\x40\xa4\x5e\xbb\x7d\xcb\x71\x6c\ \x5a\x14\xa6\x6e\xb0\x92\xce\xe6\x69\xa5\x12\x28\x29\xea\xd5\xea\ \x93\xf1\xb0\x52\xa9\xd4\x6b\xf5\x4b\x6b\xae\x69\x9a\x18\xe3\x3c\ \xcf\x4f\x4e\x4e\x7a\xbd\x81\x61\x98\x95\x4a\xf0\xe8\xf1\xa3\x1f\ \xbf\xff\xc1\xe6\xd6\x06\x55\x65\xb7\x7b\x4e\x08\xf1\x5d\x6f\x77\ \xfb\xca\x97\xff\xe2\x4b\xbf\xff\x7b\xbf\x77\xf3\xf9\xe7\x2d\x4d\ \x1f\x8f\xc6\xcd\x46\xfb\xdb\xdf\xfa\xeb\xfe\xc5\xc5\x3b\xef\xbc\ \xc3\xcb\x52\xc3\x58\x32\x5e\x32\x96\x67\x99\xae\xeb\x25\x2d\x20\ \xc6\x25\x15\x08\x21\xc7\x76\x84\x10\x83\xfe\x00\x00\x90\xa6\xe9\ \xf9\xd9\x79\x51\xd0\x46\xbd\xf2\x6c\x9d\xee\x25\xcc\x21\xcb\xd2\ \x28\x8a\x82\x4a\x45\x53\xba\x10\x12\x21\x99\x64\x59\x1c\xc7\xb6\ \x6d\xeb\xba\x8e\x00\x2e\x8a\x0c\x29\x1c\x54\x82\xde\xc5\xc5\xed\ \x57\x5f\x6d\xaf\xac\x38\xb6\x63\x58\x96\x55\x50\x4d\x33\xb6\xaf\ \xec\xbc\xff\xde\x7b\x86\x66\x54\x2a\x95\x5e\xaf\x4f\x29\xbd\x7f\ \xff\xbe\x65\x99\x95\x4a\x90\x65\xa9\x61\xe8\x15\xbf\x52\x16\xf4\ \xe5\x97\x5e\x3c\x3e\xe9\x72\x46\x09\x21\x37\x5f\x78\x7e\xb9\xb3\ \x24\x01\x8f\x17\x21\x86\xa0\x56\x0b\x18\xa3\x93\xc9\x44\x4a\xe9\ \x79\x5e\x51\x14\xe3\xd1\xb0\x5a\xad\x9a\x86\xe6\xba\x76\x35\xd8\ \x36\x00\xff\xf1\xdd\x0f\xa6\x83\x5e\xb5\x52\x09\xa7\x13\x8c\x60\ \x49\xcb\xe9\x64\x94\x25\xa9\x52\xaa\x5e\xad\x8d\xc7\xa3\x83\xc3\ \x03\xa5\x00\x21\x84\x40\x64\xdb\x76\x50\xf1\x0d\xd3\x68\x36\xaa\ \x59\x3c\x93\x52\x08\x21\xa6\xd3\x69\xbb\xd5\x5c\x59\x5e\x8e\xe3\ \xe8\xfc\xf4\x4c\x70\xae\x11\x0c\x11\x9a\x4e\xa7\x9e\xe7\x41\x84\ \xa2\x28\x02\x00\xd4\xeb\x75\x42\x48\x9a\xa6\xb6\x6d\x7b\x9e\x07\ \x11\xc0\x18\x27\x49\x02\x21\xd2\x34\xfd\x52\xba\x38\x9f\xcd\x40\ \xad\x66\x18\xc6\xcf\xaa\x8a\x80\x04\xd0\xe3\x47\xf7\x2b\x4b\x9f\ \xd1\x75\x53\x91\xbf\xad\x5c\x8a\xe6\x42\xfe\x7c\x09\x1a\x42\x08\ \xd3\x34\x74\x5d\x2f\xf2\x5c\x33\x2d\x21\xc5\xe5\x40\x7a\x65\x65\ \xc5\xd4\x70\x4f\xf2\xe1\x64\xc0\x39\xef\x74\x3a\x1b\xdb\x57\x88\ \x66\xc4\x69\x56\x09\x2a\x06\x46\xb6\x6d\x29\xa5\x3c\xcf\x47\x04\ \x8f\xc7\x93\x8b\x8b\x8b\x46\x7b\x79\x6b\x73\x43\xd7\x08\x86\x2a\ \x9c\x0c\x8e\x27\xc3\x5a\xbd\xde\x68\xd4\x14\x46\x82\x51\xc1\x0a\ \xcf\xb6\x3a\xcd\x06\x63\xfc\xfc\xf4\xa9\x94\x7c\x73\x73\xbb\x5a\ \xf1\x74\x43\x8f\xd3\x8c\x60\x0c\x80\x98\xcf\xa7\x08\x80\x66\xbd\ \xae\x04\x3f\x3f\x3b\x39\x7b\x7a\xbc\x98\xcf\x7c\x47\x9f\xcd\x93\ \x8d\x5d\xfb\xe8\xe8\x30\x4d\xf3\x8b\x8b\xf3\x93\x93\x13\x02\x18\ \x2d\x0a\x05\x04\x26\x46\xb3\x59\xc7\x18\x5f\x7d\xee\x6a\x67\x69\ \x25\xc9\x8b\xc1\xa0\xaf\xe9\xa4\xd5\x6a\xb8\x96\xd9\x6c\x35\x18\ \x2d\x02\xdf\x87\x40\x59\xa6\xfe\xe2\x0b\x37\x3e\x78\xff\x47\xbf\ \xf4\xcf\xde\xb9\x7a\x65\xe7\xdd\x77\x7f\xd8\x3b\x3f\x7f\xfa\xf4\ \xa4\x51\xaf\xfe\xd2\x2f\xbe\xf3\xe3\x7b\xf7\xa7\xe3\x31\xc4\x78\ \x3e\x0f\x8b\x92\x06\x41\xcd\x32\x0d\x84\xa0\x81\x35\xc7\xb6\xf2\ \xbc\x48\xe2\x48\x01\x60\x9b\x3a\x63\xc8\xb6\x6d\xc1\x99\x69\x1a\ \x1a\xd1\x9e\xcd\x40\x27\xa5\x4c\x92\xa4\xd5\x68\x70\xce\xa5\x54\ \xba\xae\x33\xc6\x74\x43\x6b\xb7\xdb\xa3\xd1\x48\x72\x7e\x6e\x1a\ \xa3\xd1\xa8\xd9\xee\xb4\x96\x56\x9e\xbb\xf1\xfc\x22\x4a\x20\x84\ \xb6\x6d\x67\x69\xba\xd4\x6e\xf3\x32\x6f\x36\x9b\xfd\x5e\xf9\xbd\ \xef\x7d\xf7\xb5\x4f\xbc\xe5\x7b\xde\xcd\x17\x5e\x18\xf4\x2e\x6e\ \xdf\x7a\xe9\xe1\x47\x1f\x0a\xa1\xae\x6c\x5f\xd1\x31\x04\x9c\x99\ \x1a\x2e\x8b\x7c\x63\x7d\x63\xb9\xdd\xba\x77\xef\x7e\x1c\xc7\x41\ \x10\xf8\x8e\xcd\x80\xc8\xc3\x50\xc3\xd8\xf6\xbc\x2c\x4d\xb3\x2c\ \xf1\x3c\x77\xd8\xef\x1d\x1e\x1e\x0a\x51\x9e\x9d\x9c\xd6\x5c\xad\ \x3f\x1c\x2c\x92\xd2\xd4\xc9\xf1\xf1\xd9\xf9\xf9\xd9\xf7\xbf\xf7\ \xdd\x8a\x67\x8e\x06\x43\xa0\x04\x2d\xf2\x46\x33\x58\x59\x5e\xe1\ \x9c\xff\xf2\x2f\xff\xb2\xae\x9b\x51\x14\x73\x56\xb6\x5b\xad\xce\ \x52\x67\x79\x65\x25\x08\x02\x05\x00\x42\x28\x8e\xe3\x9d\xdd\xdd\ \x1f\xfc\xf0\x87\xdf\xfc\xd6\x5f\xdf\xb9\x73\x47\xd3\xf5\xef\x7e\ \xf7\xbb\xba\x6e\x7d\xed\xeb\x7f\xf5\x87\x7f\xf8\x5f\xbb\xae\xfb\ \xe1\xdd\xf7\xdf\x78\xe3\x8d\x79\x38\xeb\xf7\x7b\xae\xeb\x05\x41\ \xa5\x5e\x6f\x20\x82\x2f\xe9\x38\x94\x96\x49\x92\xe8\xba\x06\x80\ \x4a\x12\xe1\x57\xbc\x20\xa8\x58\xc6\xb3\xf2\x39\x00\x80\x10\xe6\ \x79\xb1\x08\x43\x82\x31\xe7\x12\x13\x22\x84\x86\x10\x22\x84\x4c\ \xa7\xd3\x20\x08\x74\x4d\x4f\xe3\x48\x29\x69\xdb\x76\x96\x2b\xd7\ \x75\x0d\x4d\x83\x00\x94\x94\x02\x29\xdb\xad\xf6\x46\xab\x71\x7e\ \xda\xd5\x34\x6d\x54\x9f\x0e\x06\xa3\xd9\x64\xf4\xf0\x3e\xfb\xe2\ \x17\xbf\xa8\x24\xcf\xd3\xb8\x5e\xaf\xb9\xae\x77\xf3\xe6\x4d\xd3\ \x36\x35\x4d\x2b\xcb\x32\x4b\xe3\x66\xbb\x05\x81\xe4\x8c\x73\xce\ \x95\x10\xb4\xa0\xa6\xa6\x23\x05\xf2\x3c\x57\x42\x0a\x21\x2a\xae\ \x27\x19\x4f\xa2\x08\x41\x95\x67\x49\xbc\x98\xcd\xc6\x03\x29\x99\ \xe3\x58\xb4\xc8\x8b\x3c\xf3\x83\x00\x30\x2a\x59\x69\x59\xc6\xc1\ \xc1\x7e\x52\xd0\xd1\x68\x68\xd9\x3a\x46\x00\x23\xa0\x11\x0c\x94\ \xd0\x08\xa6\xb4\xc8\xb2\x8c\x52\xca\xcb\xa2\x64\x6c\x38\x18\xb6\ \x9a\x8d\xb2\x28\x21\x02\x52\x8a\x34\xcd\x10\x90\x08\x81\xd9\x6c\ \x32\x9f\x4f\x5d\xd7\x6d\xb7\xdb\x9c\x97\x9a\x86\x09\x41\x96\x65\ \x4a\x29\x1c\xc7\xc9\xf3\xbc\x2c\xcb\x66\xb3\x89\x10\x42\x08\x09\ \x21\xa2\x38\xb6\x6c\xdb\x30\xf4\x9f\xfa\xc0\x20\xff\x01\x11\x85\ \x58\x46\xf1\x8d\x7f\xfb\x3f\x9d\xff\xc0\xfb\x9b\x91\xbc\x64\xc2\ \xf9\xec\x6f\xfc\xfa\x8b\x6b\xcf\xae\x8a\x90\x4a\x69\x9a\xe6\x79\ \xbe\x65\xd9\x08\x21\x21\x38\xc2\x18\x02\xa0\x69\x9a\x65\x59\x86\ \x6e\x58\x96\x85\x20\xcc\xf3\xbc\x22\x25\x2b\x99\x6e\x58\x41\x25\ \xb0\xda\x26\x10\x7c\x3a\x1e\x9d\x9e\x9e\x74\x96\x3a\x6b\x6b\x1b\ \xc7\x27\xa7\x07\x4f\x0e\x6a\xcd\x76\xb5\xe2\x3f\xd9\xdf\x7b\xe9\ \xe6\x0b\x0f\x3e\x2a\x8f\x11\x6e\x34\x5b\xbb\xbb\x3b\x05\x05\x77\ \xef\xde\x3d\x3d\x3d\xc1\x84\xfc\xf8\x83\xf7\x85\xe0\x44\xd3\x1c\ \xdb\x81\x4a\xc8\x92\x36\x1b\xb5\xe9\x74\x72\x3a\x9d\x32\xc6\xa2\ \x38\xda\xda\xd8\x28\xb3\x64\x32\xec\xad\x2c\x2d\x1d\xee\x3d\xb2\ \x6d\x83\x71\x96\x65\xb9\x69\x68\xc7\x47\x07\xae\x57\x45\x10\x2a\ \xc9\x18\xcf\x01\x94\x97\xef\x6d\x65\x75\xf5\xf9\x1b\xcf\x9b\xae\ \x17\x2e\x92\xc9\x64\xb4\xbc\xbc\x2c\x18\xdb\xd9\xd9\x49\xa2\x45\ \x9c\xa4\xa6\x8d\x16\xe1\xac\xdd\x6e\x6d\x6d\x5d\xe7\xb4\x78\xf4\ \xe8\xc1\xde\xa3\x47\x96\x65\xe4\x79\x46\x30\x5a\x2c\xc2\x57\x5f\ \xb9\xbd\xb2\xb2\xf4\xa3\x77\xdf\xed\xf5\xce\x09\xd1\xe3\x24\xf1\ \x7d\x5f\xc3\x58\x70\x86\x4c\x03\x6b\x1a\xa5\x34\x49\xa2\x92\x16\ \x1a\xc1\x5c\x28\xc6\x28\x42\x40\xd7\x35\xf6\x93\x2f\xe2\x99\x7e\ \x42\x0a\x38\x8e\x13\x54\x03\x29\xe5\xe5\x92\xc4\xb2\xac\xcb\x95\ \xe5\xee\xee\x6e\x9e\x65\x1a\xd1\xe6\xf3\xf9\x7c\x3e\x5f\xdb\xba\ \xc2\x39\xaf\x56\xab\xb6\x63\x2f\x2d\x2d\x95\x94\xee\x7d\xfc\x31\ \xa3\xf9\x0b\x37\x5f\x3a\x3b\x3f\x3f\x78\x72\x30\x1d\x4f\x97\x3b\ \x9d\x38\x8e\x6b\xd5\xe0\x8d\xd7\x6e\xbf\xf7\x83\xef\x36\xaa\xc1\ \xce\xce\x4e\x6b\x65\x7b\x6f\x6f\xff\xf8\xf8\x28\x0e\x17\x47\xf4\ \xc9\xc5\xf9\x79\x49\xa9\x61\x9a\x45\x92\x26\x51\xb4\xbe\xbb\xcd\ \x04\x9f\x8c\x26\xfd\x72\x90\x65\x99\x52\xea\xe6\xf3\x2f\xf0\x32\ \xdf\xdc\x5c\x67\x8c\x4a\xc1\x31\x36\x2f\xba\x5d\xb7\xd2\x1e\x8f\ \xc7\x69\xc1\x21\x84\x51\x18\x9a\x24\x98\x4c\x27\x96\x69\x08\x09\ \x1b\x8d\x46\xb3\xd1\xb8\x71\xf3\x25\x88\xc8\x74\x1a\x12\x42\xea\ \xf5\x2a\x4d\x93\x77\xde\x79\x67\x32\x9d\x2c\xc2\x10\x11\xe2\xd8\ \xf6\xdb\x6f\xbf\xbd\xbd\xb5\xf5\xf8\xd1\xa3\xaf\x7c\xe5\x2b\xbf\ \xf7\xbb\xbf\x6b\x1a\x06\x82\x70\x3c\x1a\xae\xaf\xad\xfd\xca\x17\ \x7f\xe5\xcb\x5f\xfe\x52\x18\x2e\x2e\xba\xdd\x8b\x8b\x0b\x5d\xd7\ \x5b\xcd\x16\xc1\xa4\x2c\xa9\xa3\xbb\x10\xc2\x38\x8e\xa3\x28\xd2\ \x35\xcd\x30\xf4\x38\x49\x4c\xc3\xb8\x64\x83\xd5\xaa\x55\xf9\x6c\ \x1c\x60\xa5\x08\x21\x4a\xc9\x28\x8a\xca\xb2\x04\x00\xe9\x86\xe1\ \x79\x5e\xad\xd1\x72\x5d\x17\x21\xe4\x38\x0e\x54\x68\x79\x65\x19\ \x41\x35\x1a\x0d\x0c\xc3\xa8\xd7\xeb\x79\x9e\x43\x8c\x1d\xcb\x2d\ \xb4\x12\x43\x10\xa7\x99\xe3\x3a\x3b\x3b\xbb\xfd\xe1\x10\x22\x34\ \x9d\x4c\x1a\x8d\xc6\xad\x97\x6f\x7d\xf7\x3b\xdf\x29\x29\x75\x5c\ \x97\x73\xd1\x59\x5a\x52\x52\x41\x08\x4f\x9f\x9e\x08\x25\x1b\xcd\ \x46\x12\x47\x4f\x0e\xf7\xd7\x57\x57\x10\x04\xa7\x27\xc7\xae\xeb\ \xbe\xf0\xc2\x75\xc3\x30\xe3\x38\x3e\x3a\x3a\x3c\x3a\x3a\x2e\x4b\ \x5a\xaf\x55\x4f\x27\x03\xc1\x69\x12\x47\x49\xb4\x78\xee\xea\x8e\ \xe4\xdc\xd4\xc9\x3c\x9c\xdb\x86\x7e\xf4\xe4\x51\x96\x53\xcf\x73\ \x7d\xdf\x5f\xd9\xa8\xde\xfd\xf1\xfb\x97\xe0\x29\x25\xa5\x54\x32\ \x4d\x12\xcf\x71\xa7\xb3\xd1\x6c\x3c\xaa\xf8\x6e\x12\x59\x96\x6d\ \xd1\xa2\x18\x0c\x87\x4a\x08\xcf\x76\xca\x92\x26\x49\x44\x10\x2a\ \xcb\xf2\xf2\x1b\x8f\xe3\x18\x63\xcc\x39\x27\x84\x40\x08\x2f\x59\ \x49\xae\xeb\x30\xc6\x74\x5d\xf7\x7d\x9f\x52\x1a\xc7\x31\xe7\xfc\ \xf2\x5f\x08\x21\x3f\xeb\x6e\xf1\xf2\xa2\x23\x3f\xa8\xb7\xdb\xd5\ \xbf\x39\x2d\x4a\xae\x2c\x4b\xc7\x3f\x97\x28\x42\x29\xd3\x34\x3d\ \xcf\x33\x4d\x13\x61\x7d\x3a\x0f\x21\x82\x9e\x63\x23\x08\x84\x10\ \x84\xe0\x4e\xbb\x13\xa7\x8b\x28\x8a\x68\x79\x2a\x00\x5c\x5e\x5e\ \x35\x6c\x87\x60\xdc\x08\x2a\xfd\xde\xc5\xa0\x3f\xd8\xd9\xbc\xd3\ \x6c\xb7\x1f\x7c\xfc\xf8\xf0\xf0\xf0\x85\x97\x5e\x96\x0a\xc4\xd1\ \xa2\xdd\x6a\x7d\x3f\x8e\x10\x42\x8d\x66\x4b\x27\xda\x70\xd0\x3f\ \x7d\x7a\x38\x18\x0e\x2a\x7e\xa5\x20\xa4\x2c\x4b\x8c\xf1\x90\x73\ \xd3\xc0\x4b\xed\x66\x29\xb8\xef\x3a\xae\xeb\x48\x09\xda\xbc\x81\ \x00\x20\xb6\x35\x9f\x4d\xc7\xbe\xdd\xbb\xe8\x46\x8b\xb9\xef\x59\ \xb4\xa4\x1a\x41\x18\x82\xf9\x6c\xca\x79\x09\x94\x44\x10\x72\xce\ \x20\x90\x4a\x91\x20\x08\x88\x86\xef\xde\xfd\x80\x68\xe6\xd2\xea\ \xda\x68\x3c\xa2\x59\x56\xaf\x55\xa7\x93\x89\x6e\x18\x45\x96\x01\ \xa0\x94\xe0\xfd\x8b\x0b\xc3\xd0\x56\x97\x97\xbe\xfd\xed\x6f\xae\ \xae\xac\x34\x6a\x55\x00\x54\x9a\xc4\xb5\x20\xc8\xd3\xb4\x5e\x0f\ \xe6\x93\x09\x80\x90\xe8\x06\x2f\xcb\x78\x31\xb3\x5d\xd7\x30\x75\ \x2e\x44\x41\x0b\x25\xe5\xe5\x93\x4d\x23\x26\x2b\x0b\x04\x00\x67\ \x2c\xcb\x72\xa9\xe4\x33\x9f\x16\x57\x56\x96\x7d\xcf\x23\x18\x17\ \x45\xb1\x08\x13\x5d\xd7\x3d\xcf\xcd\x92\x64\x11\x45\x9d\x4e\xfb\ \xf9\x17\x9e\xff\xf1\x87\x1f\x3e\x79\xf2\x44\x42\x72\xeb\xb5\x3b\ \x86\x51\xd8\x8e\x7d\xf9\x0c\x7c\xf8\xf0\xe1\xc6\xea\xca\xa7\x7f\ \xe1\x17\xfe\x8f\x7f\xf7\x7f\x9e\x9e\x9d\xfd\xe0\x87\xdf\xbf\xf3\ \xfa\x27\xf6\xf7\x1e\x6d\x6d\xae\x67\x69\x2a\x95\xaa\xd5\x1b\xb5\ \x5a\xcd\xd4\xb4\x70\x36\xfb\xe0\xbd\xf7\xa4\x90\xcb\x2b\x2b\x87\ \xa3\x83\x4b\x6c\x43\xad\x56\xcb\xb3\x74\xd4\xef\x43\x00\x5c\xc7\ \x66\x1a\xb7\x2d\x53\x09\x55\x0d\x7c\x8c\x71\xef\xe2\x62\x3e\x9f\ \x8e\x27\x23\x4f\x07\x59\x12\x37\xda\xab\x65\x49\x93\xe1\x40\x37\ \x2d\xdb\xb1\x00\x90\xbc\x2c\x8a\xa2\xe0\x42\xe9\x86\xf1\xc2\x8b\ \x37\x27\x93\xd9\xa3\xbd\x27\x37\x6f\xbe\xc4\xb9\x38\x3a\x3c\xaa\ \x55\xfc\x22\xcb\x92\x38\xae\x34\x82\xa2\x28\x0c\x5d\x9f\x8e\xc7\ \x49\x92\xbc\xfe\xfa\xeb\x7f\xfc\xc7\x7f\xfc\xb9\xcf\x7e\xb6\x52\ \xa9\xd8\x8e\xdd\xef\xf5\x5a\xcd\x26\x2d\x8a\x76\xab\xdd\xbf\xe8\ \x3d\xd9\xdf\x2f\x4b\x56\xab\xd5\x26\xe3\x71\xb3\xd9\xb0\x4c\x53\ \x0a\x91\xa6\xa9\x10\xdc\x34\x0c\x29\xa5\x10\x42\xd7\x34\x56\x52\ \x04\x61\x1c\xc7\x00\x88\xcd\xf5\xe5\x67\x48\x77\x57\x4a\x59\xb6\ \xd5\x68\x34\xa5\x92\x10\x42\x4c\x34\x42\x34\xc7\x71\x2e\x41\x89\ \xb5\x5a\x8d\x10\x92\x17\x54\x37\x8c\xc0\x73\x3b\x9d\xce\xf1\xd1\ \x01\x42\xc8\xf5\x5c\xc3\xb2\xc3\xd9\xbc\xe4\xc2\xd1\xc9\x74\x3e\ \xcf\xcb\xd2\xb0\xad\xed\x2b\xdb\xdf\xfb\xde\x77\xb3\x34\xdd\xd8\ \xd8\x58\x5e\x5e\x9a\x4e\xc6\x08\x02\xd7\x71\x2d\xdb\x49\xe2\x64\ \x38\x1c\x61\x04\x97\x3a\x9d\xc7\xfb\x7b\xf3\xe9\x24\xcf\x93\x9a\ \xef\xb1\x22\xcb\x8b\x32\xa8\x78\x0a\x28\x8d\x60\xc7\x36\x20\x10\ \xb6\x65\x76\x5a\x8d\x7a\xa3\x11\x47\xf3\xde\xf9\xa9\x6d\x12\xa5\ \x94\xa1\xeb\x25\xa5\x08\x82\xf5\xf5\xb5\x34\x89\x28\x4d\x68\x0e\ \x68\xc9\x75\xcd\x9a\x4e\x26\xdb\xbb\x3b\xba\xa6\x01\x21\x01\x40\ \x9c\x09\x0c\xa1\xae\x69\x10\x01\xa0\xe4\xf1\xd1\x21\x84\x48\xd7\ \x34\x21\xb8\x12\xc2\x34\x0d\x46\x55\xbf\xd7\x8b\xe3\x85\xae\x6b\ \x05\xe7\x42\xf0\x34\x4d\x30\xc6\xb6\xed\x8c\x46\x23\x00\x14\x84\ \x90\xb1\x32\x4b\xb3\x92\xd2\x82\x5c\xd2\xe2\x8a\xc3\xc3\xc3\xbf\ \x9d\x6a\x09\x21\xe6\xf3\xb9\xe0\xfc\xa7\x16\x9b\xff\xa0\x72\x29\ \x5e\x70\xe3\x95\xcf\xfc\xca\x7f\xfc\xd6\x7a\x49\xd9\xbf\xff\x2b\ \x63\x42\xfc\x3c\xa6\x45\x00\x21\x34\x4d\x53\x4a\x29\x15\x27\x18\ \xc7\x69\xa2\x61\xa4\x6b\x44\x08\x51\xd0\x52\x96\x25\xe3\x7c\x7b\ \x7b\xdb\x30\x9d\xf3\x5e\x5f\x28\x58\xaf\x37\x34\x4c\x70\xa3\x9e\ \xa6\x99\x61\x18\x8e\xe7\xad\xae\xae\xbb\x9e\x77\x29\x7b\x5b\x44\ \x31\xc1\x48\xd7\x49\x1c\xc7\x44\xd3\x74\xc3\x78\xf7\xdd\x1f\x9e\ \x9e\x9c\xad\xaf\xad\x40\x20\x09\x21\x9e\xe7\xc7\x71\xec\xfb\xde\ \xd9\xd9\xd9\xb0\x7f\x71\x1a\x04\x37\x5f\x7e\x6d\xa9\x5d\x05\x08\ \x1b\x86\x69\xdb\xd6\xc3\xfb\xf7\x4f\x2f\xce\xcb\x22\xcf\xb3\xd4\ \xd0\xb0\x69\x1a\x92\xd3\x78\x31\x3b\x3f\x3d\x23\x86\x3b\x18\x4d\ \xc6\xa3\x21\x06\x0c\x8a\x42\x8a\x92\x60\x84\x35\x98\xa6\xd1\xd3\ \x93\xa7\xfd\x7e\x3f\xa8\xd5\xb5\xe9\x78\xb1\x58\x10\x08\xca\xb2\ \x58\x5a\xe9\x94\xb4\xec\x9e\x77\x01\x04\x96\xa5\x7b\x9e\x87\x11\ \xd8\xb9\xb2\xfd\xed\xbf\xfe\x56\xbd\x1a\x30\x56\x48\x4e\x59\x91\ \x1b\x84\x08\x56\x76\xda\xad\xef\x1f\xfe\xb0\x12\x04\x4b\x41\x05\ \x2a\x99\xa5\x71\x49\x8b\x24\x49\x88\x6e\x68\x9a\x66\x1a\xba\x66\ \x38\x40\x29\x00\x24\xc6\xd8\xb2\xac\xb2\x28\x66\xd3\xa9\x12\xf2\ \xd9\xac\xbf\x10\x02\xd3\x34\xff\xb6\x5d\x4b\x92\x14\xe3\x5c\xd7\ \xb4\xa2\x28\x94\x52\x8c\xb1\x24\x49\x76\x77\x77\x5a\x9d\xa5\x69\ \x18\x7d\xe3\x1b\xdf\xb8\xf9\xe2\x4b\xad\x56\xeb\xfa\xf5\x6b\x93\ \xf1\x18\x21\x44\x74\xd2\x68\xb5\x36\xb7\xb7\x1f\x3d\x7a\x3c\x18\ \xf4\x83\x8a\x3f\x1a\xf4\x5f\xba\xf9\xc2\xfd\x8f\x7e\x1c\x27\x49\ \xab\xdd\x9e\x4c\xe7\x5f\xfd\xfa\xb7\xe3\x38\xd9\xdd\xdd\x7d\xf4\ \xe8\x51\xab\xd5\x04\x40\x79\x9e\x37\x1c\x0e\x1f\x3d\xfa\xb8\xde\ \xa8\xef\x82\x6b\xeb\x5b\x9b\x9e\xe3\xea\xba\xe9\x3b\x76\xbf\x3f\ \xba\x77\xef\xde\x7c\x36\xa3\xa9\x56\xb2\xc2\xb6\xad\xb2\xa4\x59\ \x9a\x9e\x9f\x9e\x2f\xc2\xb0\x3f\x9c\xa4\x19\x3d\x7c\x72\xf0\xd2\ \xcd\x6b\x52\x0a\xc1\x39\x00\x24\x5e\x2c\x92\x24\xf9\xc6\x37\xbf\ \xa1\xe9\xe6\xe3\xc7\x8f\x7d\xbf\x32\x19\x8f\xcb\x3c\x5b\xee\xb4\ \xd7\xd7\xd7\xcf\x07\xdd\xc9\x74\x5a\x14\x45\xad\x56\xcb\xb2\x6c\ \x6b\x6b\xab\x5a\xad\xbe\xfb\xee\xbb\xbe\xef\x63\x84\xe7\xe1\x7c\ \x69\xa9\x13\xc7\xd1\xca\xca\xf2\xa3\x47\x1f\x7f\xf0\xc1\x07\x6f\ \xbd\xf5\x96\xeb\x3a\x65\x49\x07\x83\x41\x18\x86\xb6\x63\x6b\xba\ \x7e\x69\xb4\xb2\x2c\x53\xd7\xf5\x38\x8e\x35\x4d\xf3\x3c\x77\x11\ \x2d\xa4\x10\xf0\x59\x1f\x18\x25\x2d\x0d\xc3\x40\x18\x49\x29\x4d\ \xcb\x46\x88\xb8\xae\xa7\x9b\x96\xae\xeb\x97\xad\x07\x97\x0a\x40\ \xc8\x04\xef\x2c\x2d\x3d\x7a\xf8\xa0\xd7\xeb\x19\xa6\x69\xb9\x0e\ \xc6\x16\x10\x32\x0c\x17\x8b\xd9\x04\x6b\xba\x69\xd9\x2b\xab\xab\ \xae\xeb\x46\x8b\x39\x54\x0a\x28\x31\x99\x8c\x80\x94\x8b\xc5\xc2\ \xb2\xac\x5a\xad\x36\x1a\x4f\x5d\xc7\x43\x08\x38\xb6\xb9\xb1\xba\ \xd2\xea\xb4\x3c\xdf\x99\x4f\xa6\x79\x96\x26\xf1\x62\x36\x9f\x17\ \x79\xb6\xb9\xb9\x55\xa9\x54\x94\x14\xab\xab\x2b\x2f\xbc\x70\xf3\ \xc9\xfe\xe3\xd3\xa3\xfd\x69\x9c\x9b\x96\xa1\x69\xda\xe1\xe1\xd1\ \xea\xca\x72\x67\x69\xf9\xc1\xfd\x7b\xac\xc8\xab\x81\xcf\x39\x90\ \x4a\x65\x69\x3c\x9f\xce\x38\x65\x04\x23\xc9\x99\xe4\xdc\xb6\xad\ \x8d\x8d\x8d\x70\x36\x9b\x4f\xa7\x84\x90\x2c\xcb\xb3\x2c\xf5\x5d\ \x17\x02\x45\xf3\xdc\x77\x1d\xa2\x41\xdd\xd0\x11\x42\x40\x49\x5d\ \xd7\x20\x84\x8e\xe3\xac\xae\xae\x2e\x16\x8b\xc9\x64\x42\x08\xd2\ \x34\x22\x15\x47\x08\x52\x4a\x0d\xc3\xb0\x2c\x8b\x52\x7a\x49\x85\ \xbc\x6c\x6f\x39\xe7\xbe\xe7\xfd\xac\x8e\x6b\xc5\x81\xf1\xdc\xcb\ \x6f\x68\x55\x2d\xcf\xf2\x9f\x73\x99\xf8\xf7\x1b\x39\x84\x10\x84\ \x4a\x4a\x88\x81\x65\x59\x08\xe3\x92\xe6\x9c\x95\x45\x51\x20\x04\ \x89\xae\x1b\xba\x5e\xaf\xd7\x0b\xca\x5d\xd7\x6d\xb7\x5a\xad\xce\ \x52\x9e\xe5\xef\xbf\xff\xfe\x64\x3c\x2e\x59\x19\xc5\xb1\xeb\xfb\ \x44\x23\x71\x14\x0b\xc6\xcf\x4e\x4f\x6e\xdf\x7a\xb9\xea\x57\x24\ \xe3\x1a\xd1\xba\xbd\xfe\x45\x6f\xf0\xd6\xdb\x9f\x5a\x5e\x5e\x8e\ \xd2\xc4\x34\xcd\xc5\x62\xd1\x5e\xee\xac\x2c\x2f\x57\xaa\x81\x69\ \x99\x2b\xab\x2b\xa6\x4e\x10\x04\x08\x42\xa8\xa4\x86\xd0\xe6\xfa\ \xba\x2c\xb3\x22\x0e\x27\x83\xbe\x6d\x99\xa6\x69\x94\x65\xa9\x94\ \x04\x50\x40\x20\x31\x54\xa7\x27\x4f\x5f\x79\xf9\x79\x20\x74\x82\ \xa0\xa1\xeb\xa5\xc2\x67\x67\xa7\x25\x13\x6f\xbc\xf1\x7a\xbd\xd9\ \x7e\x72\x74\x24\x05\x77\x2a\x15\xcb\x36\x95\x94\x50\xc9\xb2\xc8\ \x20\x44\x65\x9e\x43\xd7\x01\x42\xb4\x9b\x0d\xce\xcb\xe1\xa0\xc7\ \x68\x71\xb0\xbf\x97\x46\x21\x67\x74\x3e\x9b\x4c\xc7\xe3\x34\x8e\ \xf2\x2c\x4d\xe2\xc8\xf3\x2b\x9a\xa6\x69\x44\x6f\x2d\x2d\x61\x6c\ \xd7\x02\x1f\x42\x28\x38\x4f\x92\xf8\x92\xf8\x8a\x21\x74\x1c\xc7\ \xb6\x0c\x00\x94\x02\xcf\x0c\x8a\x22\x97\x33\x63\xd3\x34\xab\xd5\ \x60\x11\x45\xb3\xd9\x14\x02\x10\xce\xe7\x96\x61\x38\x8e\x53\x64\ \xe9\xad\xdb\xb7\xde\xfb\xe0\x23\x4c\x4b\xcf\xf3\xf2\x3c\xff\xe0\ \x83\x0f\x8a\xbc\x28\xcb\x32\x89\x13\xc3\xb0\x96\x3a\x2b\x1f\x7e\ \xf8\xe3\x34\x8e\x87\x83\x1e\x04\xf2\xa5\x9b\xcf\x3f\x7a\x78\x7f\ \x1e\x46\xb6\xeb\xfd\xc5\x97\xbf\x9c\xa6\xc5\x6f\xff\xf6\x6f\xdf\ \xbb\x77\xef\xf9\x1b\xd7\x29\xcd\x2d\xcb\xd8\xd9\xd9\xde\xda\xda\ \x18\x8d\x46\xab\xab\xcb\xa6\xa9\x13\x82\x04\x57\x08\x4a\x05\xa4\ \xe7\x79\xbb\x57\xae\x24\x51\x38\x18\x5c\x50\x96\x37\x1b\x0d\x44\ \x33\x25\xe5\x6c\x36\x99\x4c\xc6\x8e\xed\x3e\x78\xf0\x30\x5a\x84\ \xcb\xcb\x1d\xce\xb9\xeb\x38\x00\x69\x00\xc0\xaf\xfc\xe5\x5f\x2e\ \x2d\xad\xbe\xf9\xd6\xa7\x46\xc3\xc9\xd9\xf9\xb9\x52\x72\x6b\x7b\ \x4b\x32\xa6\x00\xc8\x92\xb4\xbc\x64\xed\x0a\x89\x21\x72\x6d\x67\ \x6b\x63\xf3\x5b\xdf\xf8\xa6\x5f\xa9\xec\xef\xed\x75\xcf\xbb\x77\ \xee\xdc\x59\x84\x33\xa5\xd4\xa0\x7f\x31\x9d\x8c\x1e\x3f\xfe\xd8\ \x73\x5d\xcb\xb6\x35\x42\xd6\xd6\xd7\x15\x10\x1d\xaf\xe3\x7b\x0e\ \x84\x90\xd2\x32\x89\x17\x4a\x4a\x08\xa4\x63\x9b\x15\xcf\x55\xea\ \x99\x87\xbb\x90\x73\x5e\x14\x79\xa3\xd9\xc4\x18\x63\xa2\x59\x96\ \x4d\x08\xbe\x94\x19\x0b\x21\x20\x42\x08\x21\x2e\x39\xc4\xd8\x71\ \x1c\x00\xc0\x25\xd7\xa8\xd7\xeb\x37\xdb\xcb\xa6\xe5\x94\x8c\xc5\ \x49\xea\x3a\x2e\x42\xd8\xf7\x2b\x97\x1b\xb7\xb3\xf3\xb3\x70\x3e\ \xef\x75\xbb\x18\xc1\x6e\xaf\x47\x74\xbd\x52\x0d\x92\x34\xf7\x2b\ \x95\xa2\xa0\xb5\xa0\xb2\xb1\xb9\x86\x90\x3a\x3e\x3c\xe8\xf7\x2e\ \x6c\xc3\x94\x9c\xcf\xa7\x93\x70\x0a\xea\x41\x90\x46\x0b\x9a\xa5\ \x86\x46\x06\x17\x5d\x8d\xe0\x95\xe5\xa5\xe3\xa3\x83\xc9\x64\x96\ \x15\x05\x42\x48\x28\x98\xa6\x05\x17\x02\x43\x48\x29\xd5\x88\x56\ \xf1\x5c\xc6\xd8\xf1\xf1\x61\x9c\x2c\x20\x84\x4a\x08\x82\x31\x46\ \x10\x41\x10\x2e\x16\xe3\xf1\x58\xd7\x34\xe4\xc0\xf9\x7c\x96\x23\ \x84\x20\x14\x9c\x95\xbc\xb4\x4c\xd3\xd4\xf5\x34\x4d\xc3\x24\x46\ \x08\x03\xa0\x08\x21\xf5\x7a\xdd\xf3\x3c\xa5\x40\x1c\xc7\xfd\x7e\ \xdf\x32\xcd\x56\xab\x3d\x0f\xe7\x4a\xa9\x3c\xcf\x2f\x37\x54\xae\ \xeb\xc6\x71\x0c\x00\x70\x1c\xc7\xb2\x2d\xf0\xb3\x4d\xe8\x95\x2c\ \x81\xf5\xca\x67\xbe\x00\x04\xfb\xff\xb4\x6c\x01\x00\xa1\x92\x92\ \x71\x8e\x30\x81\x8a\x97\x5c\x14\x25\xc5\x10\x26\x49\x04\x04\x37\ \x4d\x93\xa6\x29\xe3\x3c\x5c\x84\x9c\x83\xeb\xd7\x6f\x6c\x6e\x6e\ \x01\x84\x13\x2d\x9e\xf4\x7b\x42\xf0\x24\x49\xe2\x38\xf1\x3d\xc7\ \xf5\x83\xb2\x9c\xfe\xe0\xfb\xdf\x2d\x28\xfd\xc2\x2f\xfd\x22\x2d\ \x28\x17\x7c\xbe\x88\x2e\xfa\x83\x37\xde\x7c\xab\xdd\xee\x40\x84\ \x34\x4d\x97\x52\xbd\x7c\xeb\x16\x00\xa0\x56\xab\xb9\x9e\x4f\x4b\ \x1a\x27\x49\x1c\x47\x42\xf0\x45\x94\xd4\x1b\x0d\x8d\x60\xdb\x32\ \x5a\xcd\xc6\xde\x43\xd6\xed\x9e\xeb\x04\x11\x04\x39\xa7\xae\x6b\ \xbd\xfc\xe2\x8b\x57\x6f\xbc\xf8\xee\x7b\x77\x11\x50\x1b\xeb\xeb\ \x4f\x1e\xdf\x43\x18\x32\x56\x32\x25\x11\x84\x2f\xbe\x78\x73\x67\ \x77\x67\x30\x1c\x6d\x6e\x6e\xfa\x9e\x47\x30\xa0\x45\x31\x9c\x8c\ \x90\x04\x10\x00\x8c\xc1\x6c\x3a\xa1\x34\x77\x1c\xcb\x73\x9d\xed\ \xcd\x8d\xbb\x77\xef\x9a\xa6\x79\x74\x74\x18\x45\xd1\xf9\xd9\xe9\ \xde\x5e\x16\xc5\x8b\x3c\x4b\x20\x44\x79\x9e\x29\xa5\x5c\xd7\xc3\ \x36\xaa\xf8\x3e\x36\xcc\x24\x49\x9a\x8d\x46\x2a\x58\x92\xc4\x18\ \x02\xa8\x76\x27\x00\x00\x20\x00\x49\x44\x41\x54\x42\xa5\xd4\x74\ \x3a\x55\x92\xdb\x96\x4d\x08\x79\xb6\xc2\x75\x79\x73\x58\xa6\x59\ \x14\x2c\xcb\x73\xa0\xa4\x61\x18\x49\x14\x15\x79\xa6\x1b\x86\x6e\ \x18\x71\x1c\x57\x3c\xef\xc9\x93\x27\x10\x82\x5f\xf9\xe2\x17\x2b\ \x41\x4d\x2a\x71\x74\x74\x74\xf7\xc3\xbb\x69\x96\xa5\x69\xca\x84\ \x68\xb5\x5b\x44\xd3\x8e\x8e\x8e\xfe\xf7\x7f\xfb\xbf\xbd\xf6\xca\ \xed\x8d\xad\xed\xd9\x6c\xe6\x7b\xde\x77\xbe\xfb\xbd\xdf\xf8\xf5\ \xdf\x78\xfb\x93\x6f\x03\x04\x3b\xcb\x4b\x83\xd1\x70\x75\x75\xb5\ \x5e\xaf\x57\x83\xaa\x65\x5b\xf5\x66\x83\x10\x62\xe8\x7a\x9a\x24\ \xac\x14\x91\x52\xa8\xd9\x76\x1d\x13\x77\x3a\x6b\x6b\xab\x07\x07\ \x8f\xb3\x34\x06\x52\x32\x46\x01\x00\xd7\xaf\x3d\xf7\x99\x4f\x7f\ \x2a\x4a\xcb\xbf\xf8\xf2\x97\x6e\xdc\xb8\xd6\xac\xd7\x4b\x9a\x43\ \xc9\x39\x67\x93\xc9\xa4\xd9\x6a\xbd\xfd\xf6\xdb\x95\xa0\x1a\x2e\ \xa2\x57\x5f\x7d\xb5\xdb\x3d\xd3\x34\xad\xdb\xeb\x59\xa6\x21\x85\ \xa0\x65\x19\x2d\x16\x07\x07\x07\x84\x90\xd5\xd5\xd5\x3b\x77\xee\ \x7c\xe7\x3b\xdf\x09\x17\xa1\x69\x1a\xe7\x67\xe7\xd7\xaf\x5f\xff\ \xfe\xf7\xbf\x7f\x76\x76\x36\x1c\x0e\xe7\xf3\xf9\xc1\x93\x27\xa6\ \x69\xbe\xf4\xd2\x4b\xe1\x7c\x7e\xe5\xca\x95\xdd\xdd\xdd\x4b\x5c\ \x87\x61\x18\xb3\xd9\xac\x28\x0a\xd3\x34\x2f\xe1\x13\x97\xb3\xf3\ \x67\x5e\x8c\x78\x9e\x67\x1a\x26\x42\xc8\x34\x0d\xa9\x7e\xc2\xc5\ \xbf\x64\xb8\x5f\xe2\xe1\x11\x21\x96\x61\x09\x29\x1c\xcf\x0d\xaa\ \x01\x21\x64\x6d\x75\xed\xe9\xc9\xe9\xd9\xc9\x19\x40\xc8\xf7\x3d\ \x84\xc9\xea\xfa\x5a\xa5\x1a\x04\x15\xbf\xb3\xd4\x79\x7a\x7c\x38\ \x1e\x8d\x1e\xdc\xbb\x97\x24\x31\x26\xa8\xda\x68\xac\x6f\xac\x0b\ \xce\x37\x36\x36\x34\xac\x9f\x3e\x3d\x21\x04\xd1\xa2\xc8\xf3\x64\ \x34\x1c\xcc\x26\xe3\x6e\x9c\x08\x21\x8a\x3c\x47\x08\x1d\x1f\x1f\ \x05\x95\x4a\xa3\xd9\x10\x5c\x5c\x74\xcf\xc2\x70\xae\xa4\x58\x5e\ \x59\x39\xef\x5e\x44\x49\xea\xb8\x36\xe5\x2a\xa8\x36\x20\x31\xa2\ \x70\x62\xea\x55\x43\xc7\x84\x90\xad\xad\xad\x0f\xee\xdd\x2b\x29\ \xc5\x18\x42\x09\x38\x2b\x0d\x5d\xab\x56\x83\xa8\x98\x43\x20\xe7\ \xf3\x39\x00\xc0\xd4\xb5\x22\xcf\x3c\xd7\x01\x1a\xce\x92\x94\x52\ \x4a\x30\xbe\xa4\x15\x16\x45\x51\xb2\xb2\x1c\x97\xe2\x01\x5f\x59\ \x59\xb5\x6d\xb3\x52\xf1\xb9\xe0\x52\x09\xdf\xf7\xe6\xe1\x3c\x49\ \x12\x84\x90\xef\xfb\xb6\x6d\xd7\xeb\xf5\x28\x8a\x9e\x3e\x7d\x3a\ \x9f\xcf\xf1\xdf\x81\xe2\xff\x63\x4f\x8b\x10\x28\x5e\x96\xe0\xff\ \x87\x97\x54\x92\x73\x4e\x34\xa9\x24\x4f\xb3\x2c\x8a\x13\x4b\xd7\ \x1c\xd7\x15\xb4\x48\xa2\xb9\x69\x1a\xb5\x6a\xf5\xe4\xe4\xe4\xd5\ \x57\x5f\x6f\x36\x1a\x45\x51\x20\x4d\x8f\x93\xa4\x52\xa9\x08\xce\ \x07\x83\x3e\x67\x5c\x48\x85\x31\x01\x40\x7d\xf4\xd1\xdd\xcf\x7d\ \xf6\xf3\x08\xc2\xbd\xbd\xc7\x79\x9e\xdb\x8e\x7b\xeb\xd6\x2b\x57\ \xae\xec\x9e\x77\x2f\x6e\xdc\xb8\x51\x32\x7e\xed\xfa\xb5\xed\x2b\ \x3b\x8b\x45\x14\x54\x2a\x33\x30\x0b\xa3\xb8\xc8\xb3\x70\xb6\xd8\ \xbd\xba\x2b\xa4\x3a\x3e\x3e\x9c\x4e\xa7\x40\x4a\x1d\xa3\xc0\x77\ \x2b\x15\xaf\x48\x62\xd7\xb1\x18\x47\x9a\x09\x2f\xc1\x0c\x08\x02\ \xc7\x75\x2a\xbe\xbf\x58\xcc\x39\x2f\x09\xc2\x4a\xe1\x76\xa7\xbd\ \xb5\xbd\x95\xa6\x89\xa6\x69\x57\x9e\x7b\xee\xee\x87\x1f\x1c\x1f\ \x1e\x98\x86\xe9\x39\x9e\x28\xcb\x08\x82\x2c\x49\x5c\xd7\xcd\x92\ \x78\x3c\xec\x13\x42\x36\x37\x36\xde\x7f\xef\xbd\x3c\xcb\xc6\xc3\ \x61\x59\x94\xfd\xfe\x05\xa5\x54\x48\x85\x20\xa4\xb4\x80\x18\xd3\ \x9c\xd6\x82\x6a\xab\xd9\xa4\x65\xd1\xef\x76\x31\x21\x1a\xc1\x86\ \xa1\x1b\x86\x31\x1b\x8f\xc7\xe3\x91\xa6\x69\xb5\x6a\x30\x9d\xce\ \xc4\xb3\x1a\x18\x20\x84\x00\x40\x4a\xa9\xa1\xeb\x9a\xa6\x75\xbb\ \xe7\x25\x2d\x9a\xcd\x06\x67\xa5\x14\x82\x52\xba\xb2\xb2\xb2\xf7\ \xe8\x91\x82\xf0\x33\x9f\xff\x67\x10\xc2\xa2\x28\xe2\x24\x5e\x44\ \xf1\xf6\xf6\xf6\xe0\xe2\x22\x8e\x93\x28\x8a\x11\xc1\xb6\x6d\x1f\ \x1c\x3c\xc9\xb3\xe4\x9f\xff\xea\xaf\x1c\xec\x3f\x9e\x4d\xa7\x10\ \x80\x5a\xbd\xfe\xeb\xbf\xf9\x2f\x1f\x3d\xde\x13\x4a\x72\x21\x68\ \x59\xbe\xfd\xc9\xb7\xd3\x2c\xd7\x08\x91\x4a\xd1\xc9\x24\x8c\xa3\ \xb3\x5e\x77\x6b\x7b\xdb\xb1\x9c\x3c\xa7\xa3\xfe\xb0\xd7\xeb\x41\ \x08\x74\x0d\xa5\x71\xec\xba\x56\xb3\xd9\x18\x9c\x2d\x96\x3a\x1d\ \xcf\xf3\x0c\x43\xd7\x99\xd2\x35\x6d\x65\x65\x75\x32\x99\x70\xce\ \x34\x08\xd2\x34\xdf\xdc\xa9\xbe\xf0\xfc\x0b\x6b\x6b\x6b\x0f\x3f\ \xde\x7b\xee\xea\x73\x42\xa8\x7b\x1f\xdd\x95\x25\xc5\x18\x13\xa2\ \x99\xa6\xc5\x68\x79\xd9\x1e\x72\xce\xcf\x4e\xcf\xaa\xd5\xea\xfa\ \xda\xfa\x7b\xef\xff\xc8\x77\xbd\x38\x8a\x9f\xec\xef\xe7\x59\x36\ \x1a\x8f\x2f\x8f\x7e\xa3\xe1\xa8\xd5\x6a\x01\x05\xd6\xd7\xd6\x9b\ \xcd\xe6\x47\xf7\xee\x95\x94\x6e\x6f\x6f\xaf\xaf\xaf\x1b\xa6\x39\ \x99\x4c\x0e\x0f\x0f\x29\xa5\xad\x56\x0b\x63\x2c\x38\x7f\x66\x30\ \x9a\xa6\x69\x98\x60\x5a\x96\xba\xae\x23\x4c\xa4\x94\xe4\xdf\xc7\ \x2c\x28\x04\x20\xc6\x58\x28\xe5\x98\x26\x56\xd2\x76\x9c\xc9\x68\ \xb4\xbb\xb3\xb3\xb3\xb3\xb3\xa5\x90\xae\x9b\xc7\x4f\x8f\x8e\x7a\ \xdd\xdb\xaf\xbc\xe2\xba\x5e\x9e\x24\xcd\x66\x53\xd7\x75\x56\x96\ \x1f\x7d\xf4\x63\x8c\xa1\x46\xc8\x73\xd7\xae\xdd\xb9\x73\xa7\xa4\ \x2c\xcf\xf3\x45\x11\x9d\x9c\x3c\x85\x50\xdd\xff\x88\xb4\x9a\x0d\ \xcb\xd0\x0d\x5d\xcb\x94\x5a\x84\xf3\x20\x08\x74\xdd\x98\x8e\x47\ \x4a\xf0\x8d\xf5\x35\xa5\x14\x46\xd0\x30\xf4\xf9\x6c\x62\xbb\x4e\ \x92\x15\x59\x29\x3a\xcb\xcb\xb6\x69\x6a\x10\x60\xa2\x99\x96\x93\ \xe6\x85\x02\x68\x34\x1a\xde\xbe\xf3\xba\x69\x18\x52\x08\x08\x24\ \xc4\x50\x94\x82\x31\x36\x1c\x0c\xfa\xbd\x69\xf7\xe2\xc2\xb1\xf4\ \x92\x52\xcb\x34\x39\x42\x69\x92\xea\x3a\x29\xf2\x74\x3c\x1a\xf9\ \xbe\x1f\x04\x95\x82\x16\x51\x1c\x31\xc6\x10\x42\x69\x9a\x1c\x3f\ \x3d\x82\x00\xc6\x49\xac\x94\xa4\x65\xd9\x1f\xf4\x93\x24\x11\x42\ \xd4\x6a\xb5\x4b\xee\xbe\xef\xfb\x45\x51\x50\x4a\x31\x46\x86\x69\ \xfe\xd4\xcb\x8e\xc0\x3f\xc9\x0b\x21\x14\xc7\xc9\xd1\xd1\xd1\x70\ \x38\x28\xf2\x54\xd7\x88\xef\x39\x08\x41\x0c\x91\x69\x1a\xb6\x6d\ \x2b\x08\x35\xcd\x70\x5c\xaf\xd5\x6a\x17\x45\x0e\x00\xd4\x30\x46\ \x10\x5c\xd9\xd9\x59\x5b\x5b\x6b\xd4\x1b\x2b\xab\xab\x57\xb6\xaf\ \x34\x1a\x0d\x2e\x84\x52\x60\xf7\xca\x36\x86\x88\x16\x85\xe0\xa2\ \x5e\xab\xbd\xf1\xc6\xeb\x04\x63\xdb\x76\xc2\x70\xd1\x6e\x77\xd6\ \xd7\x37\x6b\xd5\xba\xa6\x69\xf3\x79\xa8\x94\x0a\x82\x4a\xc5\xf3\ \x15\x10\xc3\x7e\x6f\x34\xec\x3f\xf8\xe8\xee\xd3\xa3\x03\x82\x80\ \xeb\x5a\xba\xa1\x6f\xac\xaf\x3b\x8e\x23\x39\xd7\x08\x71\x2c\xbb\ \x2c\xe9\xa0\xdf\xbb\xe8\x9e\xd5\xab\x15\xc3\xd0\x75\xcd\x60\x25\ \x27\x9a\x66\x5a\xd6\xcb\xb7\x6e\xad\xae\xac\xd2\x9c\xfa\xbe\x3f\ \x19\x0d\x39\x63\xb3\xd9\xfc\xf8\xf8\x28\xcf\x33\x29\x38\x02\x8a\ \x40\x2c\x78\x99\xc6\xd1\x22\x0c\xc3\xf9\xcc\xb5\x9d\xe7\x76\x77\ \x69\x96\x46\x61\xe8\xfb\x9e\x12\xe2\x32\x1e\x40\xb0\x12\x42\xa0\ \x6b\x3a\xcd\xf3\x38\x89\x93\x24\xee\x9e\x9d\x09\xce\xa2\x70\xf6\ \xf0\xfe\xfd\x34\x8e\x95\x10\xe3\xd1\xb0\xdf\xbb\x98\x8c\x86\xa3\ \xe1\x30\xcf\x33\xf8\x8c\x72\x2e\x20\xa5\x3c\x38\x38\x38\x3d\x3d\ \x1d\x8d\x46\x59\x96\x55\x83\x8a\xa6\x69\x8c\x31\xd7\x73\x6b\xb5\ \x5a\x14\x2d\x6a\xf5\x7a\x1c\xc7\xdb\xdb\xdb\x86\xa9\xb3\xb2\x44\ \x18\x2a\x29\x5b\x8d\xc6\x9d\xd7\x5e\x5b\x5a\x5a\x5a\x5a\x5e\x6e\ \x2f\x2f\x5d\xd9\xdd\x35\x0c\x23\x9c\xcf\x36\x36\xd6\xb7\xb7\x77\ \xf2\x34\x1d\x8d\x06\x12\x80\xcf\xbf\xf3\x4e\x67\x69\xc9\x76\x5d\ \xa2\xe9\x0a\x82\x37\xdf\x7e\xcb\x76\x5d\xbf\xe2\x47\x49\x4c\x69\ \x11\x04\x81\x65\x5a\x86\xae\x9f\x9d\x9e\xc6\x71\x7c\x7e\x7a\xfa\ \xf5\xaf\x7d\x2d\xcf\x52\xd7\xb2\x7c\xcf\x7d\xe3\x8d\xd7\xaa\xd5\ \xaa\xa9\xeb\x82\x95\x96\xa9\x1b\x86\xd6\xed\x9e\x1d\x1f\x1d\x96\ \x45\xd1\x6a\x35\x5d\xd7\xcd\x0b\x01\x00\x34\x4c\x73\xa9\xb3\xf4\ \xc6\x1b\x6f\x0c\x07\x43\xd7\xb5\x31\x41\x8b\xc5\xdc\x30\x8c\x87\ \x0f\x1f\x0e\x06\x7d\x2e\x38\x2d\x72\x0d\x61\xc9\xf8\x64\x34\x5c\ \xcc\xa7\x8f\x1e\xdc\x93\x82\x7d\xee\x33\x9f\xc6\x10\x0e\x07\x7d\ \x43\xd3\x30\x44\xf3\xe9\xcc\xb3\x9c\x2c\x49\x11\x00\x04\x21\xcb\ \x34\x1e\x3e\xb8\x0f\x81\x3a\x3a\x3c\x4c\xe2\x38\xcf\xf3\x77\xdf\ \x7d\x77\x7f\x7f\x1f\x02\x90\xa6\xe9\xe3\xc7\x8f\x1f\x3d\x7a\x74\ \x71\x71\x31\x1c\x0c\x8a\xa2\x78\x56\xeb\x02\x90\x52\x9a\xa6\x65\ \x1a\xc6\xe5\x81\xfd\xd2\xfa\xc6\x18\xa3\x45\x91\x67\x19\xa5\x39\ \xa3\x59\x16\x85\xe1\x6c\xf2\xcd\x6f\xfc\x5f\xd1\x62\x21\xa4\xb4\ \x2c\xbb\x5e\xad\x55\x3c\xbf\xdd\x6e\x57\x2a\x01\x2d\x39\x46\x58\ \x49\xa9\xeb\xfa\xce\xce\x2e\x82\x80\xd2\xe2\xe4\xf4\xa4\xa4\x54\ \x29\xf1\xea\xed\x5b\x15\xdf\x2b\xf2\xbc\x77\xd1\xed\xf5\xce\x38\ \x2f\x5f\x7b\xf5\x95\x95\xa5\xa5\xf1\x78\x74\xf6\xf4\xe9\x62\x3e\ \x83\x40\xd2\x22\x97\x82\x6b\x18\xea\x44\xb3\x0c\x53\x27\x5a\xa3\ \x5a\xb7\x4d\xab\x59\xad\x99\xa6\x95\x65\x79\x50\xad\x7a\x9e\x77\ \x19\x35\x22\x95\xb2\x6c\xe7\xc6\x0b\x37\x4b\x26\x4a\x2e\xf3\x3c\ \xdb\x7b\xfc\x58\xc3\xa8\xa4\x39\x42\x08\x63\x82\x08\x49\xb2\xf4\ \xfe\xbd\x7b\x7b\x8f\x1e\xb0\x3c\x8f\x17\x61\x38\x9f\x11\x42\xa4\ \x12\x42\xf2\xc9\x74\x3a\x1c\x8d\x75\x5d\x77\x6c\x9b\x16\x34\x49\ \x92\xcb\x0f\x2e\x85\x88\xe3\x64\x36\x9d\xf5\xfb\xfd\xe1\x70\x48\ \x08\x66\xac\xbc\xb8\xb8\x00\x10\x22\x84\x6d\xc7\xc1\x84\x58\x8e\ \x33\x99\xce\x16\x51\xec\xba\xfe\xd2\xd2\xaa\x10\xf2\xa7\xae\x74\ \xff\x89\x22\x14\xe1\x4f\x46\x5d\x40\x27\x08\x02\x81\x00\xb0\x74\ \x68\xf9\x15\x08\x00\x2b\x65\xab\xd3\x01\x0a\x9c\x9c\x77\x2b\x95\ \x9a\x6e\x98\x4a\x29\xcb\xd0\x8a\x22\xb3\x4d\x43\x29\x25\x01\xac\ \xb7\x3a\x7e\xb5\xae\x10\x5a\xdb\x58\x7f\xff\xbd\x77\x9b\xb5\xa0\ \xd5\x6a\xb4\x9b\x75\x83\x60\x9a\x67\xab\x4b\x2f\x78\x8e\x2f\x79\ \x4c\xd3\xac\x17\xc5\x82\x16\x16\xc1\xa7\x87\x87\x79\x9a\x36\x9a\ \x8d\xa3\xc3\xc3\x4e\xbb\xbd\xbc\xbe\x3a\x5b\x38\x61\x18\x9e\x1c\ \x1c\x16\x69\xe2\x57\x3c\x0d\x94\xa3\xfe\x14\x23\x74\xd1\x3d\x8f\ \x92\xd8\x30\xec\x22\x8b\x0d\xdb\xea\x77\xcf\x5b\xad\xf6\x78\xd8\ \x5b\x6a\x77\x86\x83\xfe\x62\x11\x03\xa8\x09\x89\xb1\x69\xd4\xea\ \x4d\xa2\x69\x86\xa6\x7b\x96\x53\x50\xaa\x4a\x86\x94\xd4\x90\xca\ \xd3\xa8\xd5\x68\x36\x6a\xf5\x5e\xaf\x57\x16\xac\x2c\x19\x02\x50\ \x09\x19\x2f\xa2\xa0\x52\x21\x84\x24\x71\xbc\xb5\xb5\x5d\x96\xe5\ \xe5\x8e\x42\xc3\x15\xca\x78\x96\xe7\x8e\x63\x03\xa0\x26\x93\x09\ \x84\x50\xd7\x31\x46\x88\x66\x65\x38\xee\x9b\xa6\xd5\xac\x07\x8c\ \x66\xc3\x41\xbf\x2c\x32\xd3\xb2\x94\x7a\x66\xd3\x28\xcc\xf3\x3c\ \xcf\x32\xd7\x71\x30\xc6\x10\xc1\x46\xb3\x49\x08\xe6\x8c\x06\xb5\ \xa0\xd3\x69\x3f\x7e\xfc\x31\x87\xaa\xbd\xba\x2c\x14\xd7\x34\x42\ \xa0\xd2\x30\x20\xb6\x69\xea\x04\x22\xf8\xd2\xed\xdb\x10\x81\xab\ \xd7\x77\xdd\xc0\x9b\xce\xa6\xd7\xaf\xdd\xd4\x88\x51\xad\x36\x32\ \x4a\x01\x52\xd7\x9e\xbf\x6a\xda\x26\x00\xe8\xa2\x37\xe8\x76\x7b\ \x6f\xbe\xf1\x66\x18\x46\xe1\x6c\x8a\x11\x9a\x4d\x26\x65\x59\x6c\ \x6f\xef\xd0\x92\x4f\xc6\x93\x47\x0f\x3e\x7e\xb2\xbf\xd7\xa8\xd7\ \xea\x15\x87\x15\x51\xbc\xc8\x58\x59\x9c\x1d\x1f\x42\x29\x5c\x9d\ \xd8\x1a\xca\x66\xa3\x64\x3a\xb8\x38\xb9\xd0\xb0\x30\x74\xb2\x7f\ \xb0\x2f\xa4\x2a\x15\x26\x3a\x6a\x36\x1b\xcd\x4e\xeb\xf8\xe4\xcc\ \xf5\x5c\x8c\xa1\xa6\xa3\x38\x0e\x6d\xdb\x08\xc3\xc9\xda\xc6\x52\ \xad\xd9\x9a\x47\x71\x92\xc6\x9c\x15\x9c\xd1\xe5\x4e\xfd\xe4\xe9\ \x7e\xad\xd6\x68\xb6\x6b\xbd\xc1\x68\xd7\xf3\x5c\xc7\x81\x08\x61\ \x82\xdb\x9d\x36\x65\x74\x3e\x9b\x53\x5e\x54\x6b\xb5\xd1\x74\x44\ \x2f\xce\xab\xd5\x1a\x84\x80\x31\x76\xfa\xf4\xa9\x6b\x5b\xbe\xeb\ \xac\x2c\x75\x0e\x0f\x0f\x1f\x3d\x7c\xe0\x38\xce\xad\xdb\xb7\x9e\ \x99\x46\x2b\x15\x80\x90\x00\x85\x38\x93\x04\x4b\x04\x24\x42\x38\ \x4f\x93\x38\x4e\x1c\xc7\x16\x14\x0f\x2e\x4e\x9e\x3c\x79\xe4\x57\ \x82\xfd\xbd\x03\x4d\xd3\x31\x84\x52\x4a\xca\x4b\x00\x09\xe7\xa5\ \x86\x89\x62\x5c\x43\x98\x15\xa5\xeb\xda\xf5\x6a\xcd\xd0\x75\xc6\ \xca\xbd\xc7\x8f\x3c\xcf\xb6\x6c\xf3\xc6\xf5\x6b\x92\x73\x8d\xa0\ \x34\x0d\xe7\xd3\x99\x12\xc5\xd5\x9d\x4d\xa5\x54\x38\x1b\x97\x79\ \x31\x19\x0d\x75\x1d\x2b\x49\x59\x99\xf7\x2e\xe6\x8e\xe3\x49\xc1\ \x92\x24\x0e\xfc\x20\x5e\x64\x27\x27\x47\x25\x2f\xa4\x12\xae\xeb\ \x56\x2c\xdd\xf7\xac\x68\x3a\x1a\x8f\xc7\x08\xa0\x97\x6f\xbd\xba\ \xb7\x7f\x14\xa5\x71\x05\xc1\xbd\x8f\xef\x65\x45\xee\x99\x3a\x04\ \xa8\xe4\x42\x41\xc3\x30\xed\x70\x3a\xc8\xc3\xb0\xde\x6c\x02\x08\ \x1d\xcb\xc8\xd3\x58\x49\x19\x2e\xc2\x24\x49\x35\x4d\x07\x00\x9c\ \xf7\xfa\x4a\x0a\xc5\xf9\x65\x8e\x11\x84\x10\x61\x08\x95\x42\x4a\ \x20\xc0\x81\x64\x50\x69\xe1\x22\xf4\xaa\x55\xd3\xb0\xab\xf5\x06\ \x5c\x2c\xea\xad\xce\x7c\x1e\x72\x09\x2d\xd7\x6f\xb4\x97\x4e\x4f\ \x4f\xa5\xfa\x29\x3c\xc7\x7f\xa2\xca\x75\xa9\xc1\x75\x5d\xd7\xb6\ \x2d\xcb\x32\x30\x26\x18\x63\xc3\x30\xb8\xe0\x97\xaa\x2b\x5d\xd3\ \xab\xf5\x5a\x1c\x27\x42\x48\x08\x41\x92\x24\x59\x96\x49\x29\x09\ \xd1\x66\xb3\x99\xe7\xf9\x52\x4a\xcb\x76\x56\x56\x57\x00\x54\x42\ \x70\x5d\xd3\x6a\x41\x70\xd1\xed\xb2\xb2\xa8\xd7\xeb\x04\x23\x0d\ \x93\x8a\xe7\x9f\x77\xcf\x18\xa5\xa7\x27\x27\x8c\x52\x82\x51\x12\ \x86\x79\x1c\x1f\x27\xd1\xfa\xc6\x9a\xe3\xb9\xb9\xae\xad\xad\x2d\ \x33\x5a\x8e\xc7\xa3\xd1\x70\xa0\xa4\x34\x0c\x23\xcf\x33\xa2\x69\ \xcb\x2b\x2b\xc7\x07\x7b\x9c\xf1\xe1\xa0\x77\x7c\x78\xc8\x68\xee\ \xf9\xce\xd9\xe9\xe9\x74\x32\x31\x74\x53\xd3\x74\xbf\x52\x75\x5d\ \x67\x3c\x1a\x39\x96\x85\x00\xcc\x93\xa4\x48\x73\x03\x63\xa2\x1b\ \xac\x2c\xc7\xa3\x61\x99\x97\x18\xe3\x34\x4d\xa6\xd3\xa9\x61\xe8\ \x94\x16\x8c\x31\xce\x7e\x92\x34\x87\x10\xbe\xe4\xca\x13\x42\x88\ \xae\x47\xe3\x89\x69\x9a\xb5\x5a\x4d\x33\x2c\xc6\x58\xbc\x08\x5d\ \xd7\xb6\x6d\xb3\xd5\x6c\xe4\x59\xda\x3d\x3b\xd5\x74\xbd\x16\x54\ \x04\x2b\xd3\x34\x55\x42\xc0\x67\xbf\xf2\xd2\xd4\xf5\xa5\xa5\x25\ \xc7\xb6\xa5\x92\x86\x6e\x60\x8c\x10\x02\x89\x90\x00\x00\xc3\xb4\ \xaa\xb5\x1a\xd6\x89\x54\x4a\x29\x65\x39\xe6\x60\xd0\xcf\xf3\xdc\ \x34\xed\xcb\x58\x3d\xdb\xb6\x31\xc1\x9d\xce\x92\x69\x5a\x97\x46\ \xa5\xe6\xca\xf2\x83\xbb\x77\xcf\xcf\xbb\xcd\x76\xa7\x12\x54\xe3\ \x24\xae\xd7\x1b\xe1\x3c\x1c\x8f\xc6\x83\xe1\x00\x21\x18\x2d\xc2\ \x66\xbd\x46\x10\x3a\xeb\x0f\x05\x13\x2b\x2b\x1b\x96\x61\xad\x2e\ \x2f\x1b\x1a\x39\x3f\x3b\x39\x7c\xb2\x5f\xab\x06\x88\x80\x70\x3e\ \xe3\xac\x5c\x5d\x5e\x2e\xa6\xfd\x24\x8e\x99\x4a\x2e\xce\x4f\x87\ \xc3\x51\x50\xf1\xc6\xc3\xc1\xc3\x07\x0f\x11\xc2\xba\x61\x6a\x58\ \xab\x56\x6b\x79\x9a\x09\x2e\xaa\x75\xaf\x64\x2c\x8a\xe2\x92\x95\ \x5c\xb0\xa0\x5a\x19\x8d\x46\x49\xce\x2e\x63\x2e\xcf\xcf\xce\x34\ \x0c\x4d\xd3\x04\x10\x72\x21\x5c\xd7\x01\x60\x8c\x09\x89\xa2\x88\ \x68\x9a\xeb\xb9\x5e\xc5\xbb\xe8\x5d\x18\xa6\xe1\xb8\xde\xca\xca\ \x32\x80\x8a\x89\xf2\xf4\xf4\x64\x79\x79\xb9\x5a\xad\x7a\x9e\x7b\ \xf7\xee\x5d\x4a\xe9\xea\xea\x6a\x59\x96\x4f\x9f\x3e\xf5\x7d\x3f\ \x89\x93\x67\x5d\xe9\x42\xce\x58\xbc\x08\x09\xc6\x9a\xa6\x95\x45\ \x26\x84\xf4\x7d\x1f\x21\x68\x68\x28\x4f\xe3\x4c\x8a\x7b\x77\x3f\ \x38\x3c\xda\xb7\x4c\x9b\x16\xcc\xf6\x2a\xe7\xe7\x67\x8b\x68\xe1\ \x7a\x3e\x80\x20\x2f\x8a\xbd\xbd\xc7\x5b\x9b\x9b\xae\xeb\x61\xa4\ \x4e\x9e\x3e\xb5\x2d\xa3\x56\xaf\xa5\x71\x58\xe4\x29\x63\xa5\x69\ \x1a\x61\x18\x0a\x29\x6c\xdb\x44\x40\x8d\xc7\xc3\x46\xbd\x61\x1a\ \x86\x54\x92\x40\x98\xa6\xe9\x64\x3a\xc1\x48\x5d\x52\xde\x30\x22\ \x84\x68\x8b\xc5\xe2\xe0\xe0\xa0\x51\x6f\x58\xb6\x5e\x96\x25\x17\ \x2c\x4d\x23\x0d\xa3\xe5\x4e\x6b\x79\x79\xf9\xc3\x0f\x3f\xbc\xe8\ \x9e\x29\x25\x66\xb3\x39\xc4\x28\x2f\x0a\x43\x83\x98\xf3\x3c\xcb\ \x0c\x4d\x2b\xb9\x80\x00\x13\x0d\xe9\xba\x91\x67\xa9\x41\x2e\x61\ \xb6\x20\xcf\x0b\x79\x29\x39\x90\x60\x63\x6d\x1d\x00\x70\x7c\x7c\ \x7c\xe9\x77\x02\x52\x0a\xf1\x93\x7c\xd2\xcb\x30\x52\x08\xe1\x65\ \x80\xe6\xe5\x25\x25\x1a\xf1\x03\x2f\x4e\x12\xce\x79\x5e\xe4\x10\ \x42\xdd\xb4\xb8\x90\xa3\xf1\xa4\x64\xfc\xa7\xb6\xba\xff\x54\x95\ \x0b\x28\x4d\xd3\x7d\xcf\x37\x0d\x4b\x23\x3a\xc6\x18\x13\x0c\x01\ \x94\x42\x22\x88\x10\x40\xba\xae\x57\x83\xe0\xf4\xf4\x74\x30\xe8\ \x21\x84\x57\x57\x57\x1b\xf5\x7a\x59\x32\x4c\x48\x96\x26\x3b\xbb\ \x57\x3d\xd7\x56\x8a\xb7\x5b\xcd\x5a\xb5\x3a\x9b\x4d\xa7\xb3\xe9\ \x78\x3c\x9a\x8c\xc7\xac\x64\x37\xae\x5f\x2b\x69\x71\xfc\xf4\x88\ \x33\x2e\x38\x73\x1c\xa7\x2c\x8a\xb5\xb5\x55\xc1\x58\x1c\x45\xa6\ \x65\x4e\x26\xe3\xe9\x78\xa2\x00\xa8\xd7\x6b\x10\xa8\x2c\x4d\x6e\ \xdf\xba\x75\xfc\xf4\xf8\xf1\xc7\x0f\x6d\xdb\x0a\x2a\x95\xf9\x7c\ \x5e\x52\x9a\x67\x85\xe3\x19\x8c\xd3\x5e\xaf\xab\xa4\xb4\x4d\xeb\ \x7c\x71\x92\x67\x09\xc6\x04\x28\xe0\x3a\xf6\x64\x34\x8e\xb4\xd8\ \x71\x5d\xc3\xb0\xe2\x28\xce\xb3\xa4\x2c\x4b\xc6\x68\x96\x25\xbe\ \xe7\xeb\x58\x1b\x0e\x07\x71\x1c\x21\x84\xb2\x2c\xcd\xf3\x9c\x52\ \x4a\x34\x6c\x18\xc6\x65\x0e\xe0\x25\x26\x50\x4a\xa9\xe9\x46\x49\ \x4b\xdb\x71\x19\x63\x69\x56\x48\xa5\x66\xe1\x5c\xd7\x49\x10\x54\ \x2c\xcb\x1a\x8d\x46\x05\xa5\x69\x96\x49\x29\x87\xc3\x21\x63\xcc\ \xf7\x2b\x4a\xa9\x67\x3b\xb6\x60\x8c\x97\x97\x96\x28\x2d\xeb\xb5\ \x3a\x80\x40\x30\x86\x11\xfe\x9b\x54\x57\x28\x84\xdc\x58\xdf\x44\ \x08\x3d\x78\xf0\x60\x75\x75\xd5\x73\xfd\x76\xbb\x63\x59\x16\xe7\ \x72\x6f\x6f\x6f\x6d\x75\xad\x56\xab\x09\x55\xda\x86\xb5\x73\x65\ \xe7\xc1\x8f\xef\x1d\x1c\x3c\x01\x4a\x1d\x1e\x1c\x4c\x46\xe3\x6b\ \xd7\xae\x6f\x6d\x6d\x2d\x16\x8b\xe1\x60\x38\x1d\x4f\x9a\xcd\xd6\ \x7c\x36\x5b\x5b\x5b\x5d\x5d\x5e\x8e\xa2\x70\x3a\x19\x17\x79\xb6\ \x58\xcc\x9b\xcd\x8e\x6d\x59\x52\xfa\x4a\xc9\x4e\xbb\xc5\xca\xec\ \xfb\xdf\xfb\x9e\x52\x62\x6d\x6d\xa5\xd9\x6c\x26\x8b\xd9\x22\x49\ \x35\x5d\xc7\x02\x3d\x78\xf0\x70\x9e\xe4\x9b\x57\x76\x26\x93\x71\ \x49\x0b\x08\x01\xe7\xdc\xb1\x1d\xd7\x73\x1f\x3e\x78\x10\x86\xe1\ \xd6\xce\xce\x78\x3c\x1e\x8f\xc7\x84\x90\xa2\xa0\x45\x96\x7a\x9e\ \x87\x75\x2b\x4d\xd3\xe3\xa3\x43\x28\x25\x31\x8c\x30\x0c\x0b\x4a\ \x4d\xd7\xae\xf8\x15\x00\x40\x50\xad\x74\x3a\x9d\x92\x95\x71\xb4\ \xf0\x2a\xee\xe5\x8c\xc9\xd0\x0d\x29\xd5\x64\x32\x39\x3f\x3f\xb7\ \x4d\x67\x69\x69\xc9\x75\x5d\x4a\xe9\x6c\x36\xbb\xcc\x01\xc8\xf3\ \xfc\xe8\xe8\x48\x4a\xb9\xbc\xb2\xfc\x6c\x37\x3c\x26\xb8\xd7\xed\ \x1e\xec\x3f\x0e\x2a\x15\x00\x54\x59\x96\x65\xc9\x6c\xdb\xaa\xd7\ \xeb\xcd\x66\x33\x4f\x93\xf1\x70\x38\x1c\x0c\x10\xc2\x9c\x4b\xdd\ \x34\xb3\x2c\x83\xb3\xd9\x70\xd0\xd7\x34\xdd\x71\xbd\xd9\x74\x3c\ \x9d\x8c\x5f\xfc\xf4\xa7\xe7\xf3\x89\x92\x22\x9c\xcf\x09\x46\x86\ \xae\x27\x4a\x41\x08\x58\x59\x3a\xb6\x5d\xd0\xe2\xec\xf4\xd4\x32\ \x0c\xd7\x75\xe6\xf3\x99\xeb\x38\xc7\xc7\x47\xd5\x6a\x15\x13\x8c\ \x10\x94\x52\x28\x29\x95\x82\x52\xaa\x46\xa3\xa6\x69\xfa\xf4\xff\ \x66\xee\xcd\x7a\x24\xc9\xb2\x33\xb1\xbb\xdb\xea\x5b\xb8\x47\x84\ \x47\xe4\x5e\x6b\x93\x5d\xbd\x90\x6c\x72\x04\x0c\x87\x03\xfd\x09\ \x62\xe6\xf7\x49\xd0\x8b\x20\x01\x12\x34\xc2\x8c\x06\xd4\x40\x1a\ \x72\x86\x64\xb3\xab\xbb\xab\xb2\xaa\xb3\x72\x8d\x3d\x7c\x35\xb7\ \xfd\xee\xf7\xe8\xc1\xb2\x4b\x8f\x04\x13\x18\xa2\xe2\x21\x11\x40\ \xc6\x83\xb9\x99\xdb\xb9\xe7\x7c\xe7\x5b\xf6\xfb\x24\x49\xbf\x7e\ \xfe\x35\x0a\x30\x1a\x8f\xee\xee\xcb\x5e\xf6\x23\x37\x92\x4a\x56\ \x75\xd9\xcb\x5e\x29\x69\xac\x79\xf3\xf6\x75\xf0\x8e\x52\xec\x9c\ \x4b\xd2\x54\x29\x32\xcc\x6e\xce\x59\x84\x49\xd7\x75\xde\xfb\xe9\ \x6c\x86\x09\x92\xd2\x60\x04\xde\xbb\x24\x49\x9e\x3e\x79\x92\x24\ \x71\x55\x55\x94\x10\x13\x02\x26\xd8\xb9\x30\x10\xb8\xde\x27\xe6\ \x22\x84\x86\x38\x67\x8c\x11\x42\x42\xf0\xdd\x76\x37\x99\x4c\x62\ \x11\x3b\xe7\x54\xaf\xbc\x0f\xce\x98\xe0\x7d\x55\x55\x79\x96\x61\ \xfc\x4f\xcf\xfe\xf9\x6f\xd4\x74\x31\x4a\x63\x11\x13\x4c\xc0\x83\ \x07\x8f\x00\x21\x8a\x50\x40\x82\x0b\x4a\x28\x41\x24\xcf\xb2\xd9\ \x78\x7c\x7a\xb2\xb8\xbb\x5b\xdf\xde\x5c\x8f\xf2\xb1\xf7\x01\x42\ \x08\xde\x53\x84\xba\xb6\x13\x09\x67\x8c\x1d\x1d\x1d\xdd\x5c\x5d\ \xbe\xf8\xf6\x9b\x07\x67\xcb\xdb\xdb\x9b\x38\x8a\xac\xd1\x6f\xde\ \xbe\x01\xef\xe6\x47\x47\xeb\xfb\xfb\x67\xcf\x9e\x3c\x3c\x3f\xdf\ \x6e\x37\x87\x43\xd1\x36\x35\xc6\x48\xa9\xfe\xe2\xe2\x82\x72\x96\ \xa6\x91\x56\x52\x29\x95\xe7\xd9\xa3\xf3\xf3\xcd\xea\xbe\x28\xf6\ \x4e\xe9\x5e\x75\x4e\x76\x00\xe0\xac\x11\x51\x62\x8d\x42\xe0\xaf\ \xaf\xde\x95\x87\x42\x1b\xc3\x29\x41\x08\x6b\xa3\xb5\x96\xcb\xe5\ \x59\x5d\xb5\x7b\xb7\xdb\x6c\xd6\x4a\x2a\xce\x28\xa5\xa2\x69\x54\ \x5d\x96\xa3\x7c\x8c\x50\xe8\xfb\x2e\x8e\x62\x63\x34\x21\x04\xe1\ \x10\xc7\xe9\x74\x3a\xd9\xef\x77\x5d\xdb\xce\x66\xb3\xcd\x66\x93\ \x65\xd9\xe0\xf9\x53\x95\xa5\xec\x7b\x6d\x5c\x14\xc7\x5a\xeb\xf5\ \x7a\x6d\xad\x19\x0c\x51\x07\xc2\xf1\x20\x37\x43\x08\xdd\xdd\xdf\ \x49\x29\x87\xe5\xd4\x07\xfc\x8c\xf3\x09\x19\x11\xa3\x0c\xe3\x94\ \x60\x6a\xad\x05\x00\x46\x39\xa1\x08\x61\xcc\x04\x3b\x3d\x3d\x1d\ \x4c\xa9\x2e\x2f\x2f\x27\x93\xe9\xd0\x32\x6c\xb7\xdb\xf3\xf3\xf3\ \xdd\x76\x1b\xa7\x22\x38\xf6\xf1\x47\x1f\x1b\x63\x7e\xf3\x9b\xdf\ \x5c\xbe\x7e\x35\xa8\x1a\x31\xc1\x97\x17\x57\x6f\xdf\x5e\x9e\x2f\ \x1f\x16\x18\x45\x91\xf8\x93\x5f\xfc\x09\x23\x78\xd0\xf7\x12\x42\ \x46\x79\x7e\x7d\x75\xdd\x75\xfa\x17\xbf\xf8\x53\xc6\xe8\xbe\xd8\ \x3f\x38\x5f\x3e\x7e\xf4\xf1\xcd\xf5\xe5\xb7\xdf\x7e\x7b\x73\x73\ \xab\xa5\x34\xb2\x33\xd6\x95\x55\x3d\x9a\x2e\x88\x77\x08\xc2\x66\ \xb5\x8a\x93\xec\xdd\xbb\xb7\x94\xb2\x38\x8a\x43\x08\x4d\xd3\x58\ \xe7\xf2\xd1\xe8\xf2\xf2\xb2\x2c\xcb\xed\x76\xa3\x95\x42\x08\x25\ \x49\x7c\x7b\x7b\x7b\xfe\xf8\xa9\xb5\xb6\x2a\x2b\x8a\xc3\x61\xbf\ \xe5\x9c\x3b\xef\x27\xf3\xd9\xe3\xc7\x8f\x7f\xfd\xd5\xf3\x10\x3c\ \x65\xd8\xf4\x5a\xca\x5e\xf6\x32\x84\xb0\xdb\xed\x94\xd1\x17\x97\ \x97\x8c\x33\x6b\x4c\xcf\xe4\xb7\xdf\x7e\x9b\xa6\xe9\xe9\xe9\xe9\ \x62\xb1\xe0\x9c\xaf\xd7\xeb\xbb\xbb\x3b\x42\xc8\xd5\xd5\xd5\x74\ \x36\xfd\xd3\x3f\xfd\xc5\x10\x86\xfa\x4f\xab\x5c\x84\x6d\xd6\xf7\ \x57\xef\x5e\x85\x07\x0f\xb5\xd1\xc6\x18\x04\x50\x10\xd2\x35\x25\ \x41\x5e\x4a\xf9\xee\xcd\xcb\x5e\xf6\x00\xd8\x1a\x8b\x30\x81\x10\ \xba\xae\xdb\x6e\xb7\x1f\x7f\xfc\x89\xea\xbb\xae\x2e\xe3\x88\x21\ \xe4\x11\x86\xf5\x66\xe5\x8d\x49\x13\xce\x08\xd6\x52\x51\x8a\x87\ \x50\xee\xb7\x6f\x5e\x97\x65\x95\x67\xd9\xfd\xfd\x5d\xb1\xdb\xfd\ \xf1\xcf\x7f\x6e\xad\xbe\xbe\xba\x78\xf9\xf2\x45\xdf\x77\x69\x9c\ \x3a\x6f\x10\xb2\x18\x63\xa3\x75\xd7\xf6\x03\xa7\xbf\xef\x9a\x9b\ \x9b\x9b\x2c\xcb\x19\x23\xa3\x51\xce\x18\x1b\x0e\x03\x63\xcc\x68\ \x34\x6a\xdb\xb6\xae\x2a\xce\xf9\xfc\x68\x51\xec\x56\x49\x9a\x11\ \x42\x94\xd2\x18\x13\xc6\x98\x75\x7e\x70\xe8\x65\x8c\x71\x2e\x28\ \x63\x8c\xf1\xdd\x6e\xc7\x39\x8b\x22\xf6\xe6\xcd\xeb\xa6\x69\x28\ \xc5\x8c\x62\x84\x89\x33\x68\xf0\x22\x27\x84\x50\x8a\xbd\xf7\xbf\ \xaf\x62\x04\x21\x24\xb8\x80\x10\x54\x2f\x9d\xb1\x18\x91\xe3\xc5\ \x42\x6b\x83\x11\xb2\xc6\xf6\x6d\x17\x71\x41\xf0\x0f\xa3\xe7\xfa\ \x5e\xcc\x35\xc4\x38\x13\x20\x43\xf8\x38\x63\x4c\x08\x41\x08\x71\ \xde\x65\x59\xd6\x74\x2d\xc6\xe4\x93\x4f\x3e\xda\x6e\xf7\x6d\xdf\ \x16\xfb\x62\xbf\x2b\x1e\x3c\x78\xb0\x38\x9e\xfb\xe0\x29\x46\x9c\ \x31\xce\x69\xcc\xf9\xab\x57\xaf\x1e\x3f\x7c\x58\x14\xc5\x62\x31\ \xc7\x08\x9d\x2c\x8e\xe3\x24\xdd\x6e\x77\x2e\x98\x3c\x4d\x8c\x51\ \xb7\x37\x57\x55\x5d\xd5\x87\xd2\x07\xa7\x94\x72\xde\x57\xd5\x51\ \x59\x15\x10\x42\x12\xc7\xef\xde\xbe\xed\x65\x37\x19\x8f\x29\x0a\ \x17\x97\x17\x4a\xa9\x51\x1a\xcd\x8e\x8e\x56\xab\x75\x92\x3a\x2c\ \x65\xcc\xf9\x74\x9c\x6d\xd6\x98\x52\x82\x30\x32\xce\x65\x49\xfa\ \xa3\xcf\x3e\x9b\x8c\xa7\xcd\xa1\x6e\xeb\x3a\x38\xaf\x95\x0c\xce\ \x12\x8a\x28\xc6\x8c\xd1\xae\x6d\x28\x65\x0f\x1e\x3c\x28\xf6\x85\ \x75\x36\x8a\x85\x31\xb6\xeb\x5a\x42\xb0\x31\xa6\x97\x7d\x59\x96\ \x08\xa1\x34\x4d\x7b\xa5\x8f\x8e\x8e\xb6\xbb\x5d\x96\x65\x8c\x3b\ \xa9\xd4\xf7\x59\x0f\xd7\xd7\xd7\x59\x96\x35\x4d\x33\xb8\x2c\x48\ \x29\xef\xef\xef\x11\x20\x42\xc8\x87\x45\xc5\x03\x80\xee\x65\x12\ \x27\x18\x00\x7c\xc0\xe4\xfd\x57\x22\x8a\x04\xa0\x30\xbc\x03\x49\ \x92\x94\x65\xf9\xe7\x7f\xfe\xe7\xbf\xfb\xdd\x8b\x5f\xfe\xf2\x1f\ \x9c\xb3\x9b\xcd\x6e\x60\x18\x24\x49\x8a\x09\xf8\x10\x46\x79\xe6\ \xbd\x2d\x8b\xdd\x8b\x6f\x9f\x7f\xf5\xd5\xaf\x09\x86\xc9\x78\x3c\ \x1d\xcf\xfe\xbb\x7f\x71\xee\x5d\x58\xad\xd6\xe3\x34\x4f\xe2\xe8\ \xf6\xea\xfa\xd5\xeb\x97\x9b\xd5\x9a\x10\xd4\xb6\x6d\x55\xd5\x3c\ \x8a\x2f\x2e\xde\xf5\xb2\x0f\xc1\xd5\x75\xb5\xdb\xac\xf2\x3c\x7f\ \xf8\xf0\xd1\xcd\xf5\xf5\xa1\x38\x30\x12\x8e\x4f\xcf\x5e\xbd\x7c\ \xd9\x76\x1d\x13\xde\x59\x37\xca\x33\x26\x22\x46\x31\x46\x00\x01\ \xb4\x32\x8f\x1e\x3d\xfa\xf8\xe3\x8f\xd7\x9b\xe2\xee\xfe\xbe\xac\ \x2a\x46\x59\xdd\x34\x71\x1c\xb7\x4d\x95\x8f\x46\xab\xd5\x9a\x31\ \xba\x5c\x2e\x19\x09\xbb\xcd\xba\x6d\xdb\x28\x8e\x8b\xa2\x08\x01\ \x38\x67\xd7\x57\x57\xcf\x1e\x3f\x4e\xb2\x6c\x36\x9d\x74\x5d\x7b\ \x76\x76\xd6\xb6\x6d\x14\x27\xd3\xd9\xec\x70\x38\x28\x65\x70\x84\ \x08\x21\xb7\xb7\xb7\x43\x37\xe1\xbd\x7f\xf2\xe4\x89\x73\xee\xe2\ \xe2\xa2\x2c\x4b\xfa\xa1\xa7\x05\xc2\xc8\x3b\x53\xd7\x87\xad\x60\ \x94\x12\x21\x04\xa1\x84\x52\xdc\x77\xf5\xed\xcd\x25\x42\xb8\x2c\ \xf7\xd6\x3a\x04\x80\x09\xb5\xd6\x52\x4e\x8d\xd1\x2f\x7e\xf7\xed\ \x4f\xbf\xf8\x02\x00\x5d\x5d\x5e\x36\x55\x69\x9c\x09\xce\xa5\x51\ \xa2\x82\x4b\xe2\xf8\xf8\xf8\xf8\xf2\xf2\xdd\xef\x5f\x24\x7c\x7b\ \x73\x6b\x8c\x1b\x8f\xc7\xb7\xd7\xb7\x08\xa1\x93\xe3\xe3\xf3\xb3\ \xb3\xa6\x69\x8a\x7d\x51\x95\xa5\x31\x5a\xab\x9e\x31\x2e\x55\xdf\ \x54\x75\x08\x61\xb9\x3c\x6f\xea\xaa\xa7\x54\xf6\xbd\x35\x26\x8e\ \xc5\x6e\xb7\xd9\xac\x56\xd6\x5a\xa5\x14\xe7\x1c\x43\x08\xce\xc6\ \x91\xa0\x18\xcd\x4f\x16\x7d\x5b\x76\x5d\xcb\xb9\x00\x00\x17\x3c\ \x41\x08\x10\xcc\xe7\xf3\xc9\x64\xa2\xa4\xe1\x5c\x24\x51\x4c\x08\ \x01\xef\xf7\xdb\x6d\xb1\xdf\x6f\xd6\x6b\x42\xc8\x64\x32\x99\x8e\ \xc7\xfb\xfd\xbe\x0f\x61\xb0\x7c\xf8\x7e\x3c\x24\x78\xe0\x74\x62\ \x42\xb0\xb3\x36\x16\x62\xbf\xdf\x4d\x67\x47\xb3\xe9\xa4\x28\xb6\ \x94\x8a\x47\x8f\x1e\x09\x21\xac\xd5\xa3\xd1\x88\x71\xf6\x03\xa9\ \x5c\x38\x04\xc0\x08\x00\x42\xd7\xf6\x94\x52\xc6\x59\x1c\xc7\x84\ \x10\xa5\xbc\xb3\xee\xdd\xc5\xbb\xc7\x8f\x1f\x50\x8c\xad\xd6\x79\ \x96\x9e\x1e\x1f\x07\x80\x3c\xcd\x56\x77\xab\x2c\x49\x05\x17\xd6\ \xe9\x3c\x4f\xad\x6a\x71\x40\x91\x10\xab\xfb\xbb\x8b\x8b\x0b\xa3\ \xd5\xc7\x1f\x7f\xf2\xf4\xe9\x63\x0c\xb0\xbe\xbf\xbd\xbb\xbb\xbb\ \xbd\xbe\x7e\x3e\xca\xcf\xcf\x96\x04\x63\x4a\x50\x9c\x44\x77\xb7\ \xdb\x2c\x4d\x46\xa3\xd1\xd5\xe5\xd5\x74\x36\x7d\xf2\xf8\x49\x1a\ \x47\xd6\xdb\x88\x33\xb0\x8e\x4c\xc6\xe3\x2c\x1b\xe5\xd9\x64\x94\ \x4f\xf2\xfc\xe6\xfa\xc6\x68\x45\x29\x7b\xfa\xe4\x11\x0e\x21\xe6\ \xdc\x59\x23\x78\x04\x80\xb8\x60\xce\xd9\xa6\x6d\x9d\xb7\x65\x59\ \x14\xc5\x0e\x13\xa0\x94\x46\x31\xb7\xd6\xc4\x51\xb2\xdf\xee\xea\ \xa6\x1e\x8f\xc7\x71\x12\x2b\x23\xfb\xbe\x07\x08\x94\x62\xef\x1d\ \xa5\x64\x36\x9b\x0e\xba\xad\x3c\xcf\xf7\x87\x72\x5f\x1c\x10\xc6\ \x43\x26\xf3\x0c\xe3\xbb\xdb\x1b\xe7\xbd\x94\x92\x31\xe6\x9c\x1b\ \xcc\x39\x43\x08\x49\x92\xe4\x79\xae\xb5\x41\x18\x7f\xb0\xf8\x2a\ \x66\x4c\xa9\x3e\x12\x42\x4b\x49\x29\x01\x82\x44\x14\x79\x6f\xe2\ \x24\x79\xfe\xcd\xf3\xe9\x64\x3c\x68\x5f\xad\xb5\x0f\x1f\x3e\x7c\ \x70\xfe\x48\x29\xf9\x1f\xfe\xc3\x7f\x94\x52\x2e\x97\xcb\xc9\x64\ \xd2\x76\xcd\x60\xcd\x9c\xc4\xb1\x52\xfd\xf3\xaf\x7f\xbb\xdf\x6c\ \xa2\x28\xfa\xe3\x9f\xff\x51\x1c\x25\xd6\xf9\xd5\xfd\xea\xeb\xaf\ \x7e\x3b\x19\x8f\xa6\xa3\x11\x42\x01\x01\x9c\x9c\x2c\xbe\x7b\xf1\ \xc2\x3b\x73\x34\x9b\x54\x55\xf9\xab\x2f\xff\xe1\x27\x3f\xf9\xc9\ \x64\x92\x47\x42\xa8\xae\xa7\x94\x4f\xa7\x53\xd5\xcb\xb6\x69\xa7\ \x93\x3c\x8b\x4e\xae\x6e\xee\x9a\xb6\x23\x44\xcd\xe6\xf3\xf3\xd3\ \x93\xdb\xd5\x3a\x38\x87\x10\x28\xad\x05\x17\xe3\xf1\x18\x00\xac\ \x31\x52\xaa\xb6\x6d\x37\xdb\xcd\xf7\xab\xba\xe9\x64\x42\x85\xbd\ \xbe\xbe\x1e\xa5\x09\x78\x3d\x6c\xf4\xaa\xaa\xe2\x71\x04\x18\x03\ \xc0\xf1\xf1\x31\x67\xb4\x3c\x14\x5f\x7c\xf1\x13\xa5\xcd\x57\xcf\ \xbf\xb1\xc6\x58\xef\x4f\x4e\x97\x9f\x7d\xfa\xf9\xf5\xcd\xb5\xb7\ \x3a\x84\x30\x30\xb9\x86\x54\xa4\x10\x42\x96\x65\x8b\xc5\x22\xcf\ \xf2\xe9\x74\xfa\x61\xba\x45\x8c\xb1\x35\xba\xd8\x6d\x09\x84\xe1\ \xa1\x8f\xf2\x7c\xc8\x18\xdd\x6f\x37\xd6\x18\xd9\xb7\xd6\x39\x44\ \x30\x47\x04\x05\xef\x0c\x70\x4a\xaf\x2e\xde\xbd\x7e\xf5\xdd\xcf\ \x7e\xfa\xd3\x62\xbb\x1a\x8f\x47\xc1\x9a\xd5\xfd\xcd\x78\x3c\x8a\ \x62\xbe\x59\xdd\x07\xef\x09\x46\x14\x53\x29\xbb\x38\x8a\x93\x38\ \xd2\x5a\xd5\x35\xd4\x75\x75\x34\x9b\x5e\x5d\x5d\x8e\xf2\xec\xfe\ \xee\x5e\xf6\x5d\x9e\xa5\x0d\x78\xd9\xc3\x60\x26\x4e\x29\xf5\xc1\ \x1f\x0e\xfb\xd1\x28\x8b\xe3\xa4\x2c\x8b\x38\x8e\x11\xca\x06\x14\ \x8c\x73\x4e\x28\x75\xce\x0d\xd1\x53\x55\x55\x8d\xc6\x63\xce\x59\ \x1c\x45\x4d\xd7\x85\xa0\x31\xc1\x60\x7d\x40\x88\x73\x3e\x9d\x4e\ \xe7\xf3\x79\x55\x36\xfb\xa2\x18\xa6\xbf\xae\x1b\x32\xab\x2c\x21\ \x04\x20\x0c\x32\x6c\xef\xbd\x10\x02\x20\x78\xef\x43\x08\xce\xbd\ \x57\x80\x0c\x59\x70\xd6\x59\x40\x20\xb8\xf0\xce\xab\xae\xd3\x91\ \x70\xc4\xa5\x19\x3e\x14\x7b\x67\x34\x67\x54\xf7\xf2\x1f\xf5\x31\ \xfd\xe7\xeb\xb9\x30\x46\xce\x6a\x83\x82\x52\xfd\xb0\x65\xf3\x36\ \x7d\xf9\xea\x55\xdf\xf7\x08\xc1\xcb\x97\x2f\xff\xe2\x5f\xff\x39\ \xa5\xd8\x58\x45\x30\x06\x02\x8c\xb0\xe3\xc5\x71\x5d\x57\x93\xe9\ \x84\x33\xca\x58\xcc\x28\x62\x94\x1a\x2d\x21\x78\xd9\x77\x77\xb7\ \x57\x51\x24\x4e\x8e\x17\xe3\xf1\xf8\x7e\x75\x5b\x55\xd5\x6e\xbb\ \xf9\xf4\xe3\x67\x67\xcb\x93\xa6\x2e\x57\xab\x55\x53\x57\x82\x73\ \xf0\x8e\x52\xc2\x19\x27\xc4\x26\x71\xbc\x3c\x3d\xa1\x94\x94\x87\ \x22\xce\xb2\xbe\x6b\x00\xdc\x7c\x31\xaf\xcb\x4a\x30\x3e\x5d\x2e\ \x93\x34\x31\xc6\xc4\xb1\xf0\xc6\x2c\x4f\x4f\x8a\xfd\x9e\x51\xe6\ \x7d\xb0\x3e\x38\xe7\x8a\xa2\x90\xbd\x5a\xaf\xb6\xef\x2e\x2e\xbd\ \xf7\x9c\x33\xad\x65\x9e\x27\x59\x9a\x58\xe3\xaa\xba\xea\xfb\x3e\ \x8a\xa2\x2c\x4f\x7d\x30\x5d\xd7\x20\x04\x21\x78\x8c\x11\x00\x94\ \x65\x39\x9f\x1f\x53\x4a\xd7\xeb\xb5\x94\x92\x71\x16\xc7\x09\xa5\ \xf4\xec\xfc\xfc\xf8\xf8\x58\xf6\xed\x7a\x75\x47\x08\xe6\x9c\x87\ \x10\x1e\x3c\x78\x30\x9d\x4e\x8b\xa2\xa8\xaa\xaa\xeb\x3a\x42\x29\ \xf9\xf0\xa8\x4b\xe4\xac\x11\x84\x1c\x8a\x5d\xd3\xd6\x69\x9e\x7a\ \x00\xc2\xc8\xff\xfe\x7f\xfc\x6f\x7f\xf6\xa7\xff\xe2\x7f\xfc\x9f\ \xfe\x87\x67\x4f\x9f\x7e\xfe\xc9\xa7\x9b\xcd\x3d\xe3\x8c\x68\x2b\ \x8d\x1e\x8f\xc7\xa3\x51\xbe\xdd\x6e\x1f\x3c\x78\x60\x8c\x1b\xe5\ \x63\xf0\xa8\xaa\x2b\x0c\x08\x41\xf8\xf2\xcb\x5f\x29\x25\xd3\x24\ \xfd\xf1\x8f\x7f\x5c\x57\xf5\xdb\xb7\x17\x94\x62\x4a\xd0\x17\x3f\ \xfe\xc3\xed\x76\x6d\x8d\xb9\xbf\xbd\x4d\xd3\x44\x29\x89\x21\x2c\ \x8e\x8e\x76\x87\x12\x45\x74\x3c\xce\x1f\x3e\x7c\xb0\xdb\xee\x9e\ \x3c\x79\x52\x1e\x0e\xc5\xbe\xc8\xf3\xd1\x64\x32\x19\x8f\x47\xa7\ \x27\xb3\x4f\xb6\xfb\xbf\xfa\x4f\x7f\xf5\xec\xd9\x33\x04\x61\x3a\ \xce\x11\xc6\x11\x17\x6d\xd7\x7b\x1a\x9c\x77\x10\xe0\xdb\x6f\xbe\ \x95\xca\xbe\xbb\x78\xf7\xea\xd5\xab\xf1\x78\xac\x95\x5c\x3c\x7a\ \x98\x44\x3c\x84\x70\x7d\xbb\x5a\xaf\xd7\x32\x4b\x1f\x3d\x58\x2e\ \x97\x67\x52\xca\xb6\x6b\xa3\x2c\xc1\x98\x52\x4a\x8a\x43\x61\xbd\ \x1d\x8f\xf3\xdb\xdb\x1b\xa9\x75\xdb\x34\x47\x47\xf3\xf1\x64\xfa\ \xec\xe9\x47\x3f\xf9\xc9\x4f\xdf\xbd\x7b\xfb\xbf\xfe\x2f\xff\xf3\ \xe1\x70\x78\xfa\xf4\xa9\xf7\x3e\x49\x92\x2f\xbe\xf8\x62\x10\x6c\ \x2a\xa5\xba\xbe\xd3\xc6\x7c\xe8\x6e\x11\x03\x02\x6b\x4c\xd7\x75\ \x00\x61\x90\xd0\x52\x4a\x11\x82\x10\x42\x2f\xa5\xb5\x16\x63\x8c\ \x08\x0e\x08\xe8\xe0\xa1\xe7\xbd\x96\xfd\xe5\xbb\x77\x93\xd1\x48\ \x76\xed\xcf\x7e\xfe\x49\xdf\xd5\x5a\x29\xa3\xfb\xb6\xaa\xb4\x92\ \x21\x78\x46\x28\x23\x94\x62\x9a\x67\x79\x96\x24\xd2\xda\xa6\x56\ \x4d\x53\x51\x8c\x56\xf7\x77\xe3\x2c\x2b\x0f\xa5\xd6\xaa\xeb\x3a\ \x8c\xf1\x28\x1f\x8d\x46\xa3\x10\x7c\xd7\x75\x52\x4a\xa5\xe4\x7a\ \xb5\x1a\x2c\x9e\x82\x37\xde\xe9\xe0\x1d\x21\x18\x21\x40\x00\x04\ \xa3\x61\x77\x59\x1e\x0e\xcf\x9e\x3d\xa3\x64\x50\x58\x23\x84\x02\ \x02\x34\x44\x4f\x11\x84\xb5\xd6\x9b\xcd\x16\x23\x52\x55\x07\x42\ \x28\x63\xac\x6b\x6b\x42\xa9\xb5\xc6\x68\x23\x04\x77\xd6\x58\x0b\ \x8c\x32\xe9\xbd\xf7\x8e\x73\x4e\x29\xd5\x5a\x02\x00\x40\x70\xce\ \x51\x4a\x01\x80\x11\x8c\x21\x30\x82\xad\x31\x55\x59\x31\x26\xac\ \x31\x00\x28\x40\x70\xc6\x50\x42\xe1\x43\x14\xd7\xff\x4d\xca\x16\ \x76\x4e\xef\x8b\xcd\x78\x3c\x8a\x84\x50\xca\x38\x87\x6f\xef\x76\ \xbf\xfa\xf2\xef\x94\x54\x9c\xb3\xb6\xeb\xde\xbd\x7b\x13\x45\x51\ \x79\x38\x9c\x9f\x3d\x20\x04\x0b\xce\xf7\xc5\x61\x32\x99\x9c\x9c\ \x1c\x77\x7d\x87\x50\xb0\x06\x37\x75\xe3\x9c\xe3\x11\x93\xaa\x7f\ \xf1\xe2\x77\x78\xd0\x0a\xc4\x71\x5d\x57\x6d\xdb\xb4\x5d\xf3\xdf\ \xff\xeb\xbf\x78\xf0\xf0\xe1\xdf\xfc\xf5\x7f\x3e\xec\x77\x75\x53\ \xc7\x82\x1b\xab\xaa\x2a\x34\x4d\x9d\x64\x23\x29\x65\xd7\xb5\xc7\ \xc7\x8b\xed\x7a\xb3\x2f\xb6\x04\x23\x82\x10\x63\xec\xf8\x78\xc1\ \x28\x59\x6f\xd6\x52\x4a\xd9\xb7\xb1\x60\x57\x97\x6f\x85\x60\xc5\ \x7e\x83\xc0\x03\xa6\x4c\xf0\x34\x49\x6e\x6f\x6e\xb4\xb2\xaf\x5f\ \xbf\xee\x7b\x79\x34\x3b\xea\xba\x6e\xe8\x84\xca\xb2\x6c\x9b\x76\ \xa0\x5c\x07\x70\x65\x79\xa8\xeb\x0a\x63\x64\x8c\xb1\x96\x0d\x5f\ \xdc\xba\xaa\x31\x66\x59\x96\x0e\xd3\x7e\x1c\xc7\x69\x9a\x9d\x9d\ \x2d\xb5\xd6\x97\x97\x97\x3e\x84\xf3\xf3\xf3\xa1\xae\x0d\xa2\xb6\ \x01\x2a\x1e\x32\x69\x0e\x87\xd2\x58\xfb\x61\xc5\x0b\x10\x74\x6d\ \xc9\x28\xe5\x14\x82\x37\x75\xa5\x92\x3c\xfd\x3f\xff\xdd\x7f\xfc\ \xf7\xff\xfe\xdf\xfd\xe7\xbf\xf9\x7f\xeb\xba\xda\x6c\x56\xc7\xf3\ \x85\xd6\xda\x68\x1d\x42\x48\x92\x78\xa8\x9e\x4f\x9e\x3c\x21\x84\ \x02\xd8\xbe\x93\x9c\x61\xf0\x41\x70\x1a\x47\xec\xeb\xaf\xbf\x42\ \x18\x3b\x07\xe7\xcb\x73\x63\x91\x92\xf2\xb0\xdf\x3d\x7e\xf4\xf0\ \x2f\xfe\xe2\x5f\xdd\xde\xdc\xfc\xa7\xff\xfb\xaf\x56\xeb\x15\x06\ \x3f\x68\x55\xdf\xbe\x79\x63\x42\x78\xfc\xf4\xd9\x6e\xb7\xfd\xec\ \xb3\x4f\xb5\xd6\xbf\x7b\xfe\x0d\x1a\x60\xf2\x28\x4e\xd3\x11\x26\ \xec\x50\x75\x45\x5d\xef\xf7\xc5\x62\xb1\xa0\x98\xfc\xf6\xb7\xbf\ \x9e\x4c\xe7\xd6\x1a\x4a\x29\x84\x10\x02\xf4\xb2\x5f\xad\x56\xef\ \x2e\xae\x7f\xfb\xfc\xf9\xc7\x1f\x7f\xdc\xf7\x7d\xdf\x75\xd5\xe1\ \xc0\x28\xae\xaa\xea\xe6\xe6\x66\x34\x1a\xa5\x49\x34\xc4\x53\x3b\ \xe7\x00\x21\xa3\x0d\x65\xdc\xfb\x20\x55\xff\xe6\xcd\xeb\xd1\x78\ \xb4\x3c\x39\xb3\xce\x3f\x7a\xfc\xd0\x68\x7f\x72\xb2\x24\x84\xbe\ \x7a\xf5\xaa\x6d\xdb\xb3\xb3\xe5\x93\x27\x8f\x57\xab\xd5\xbb\x77\ \xef\xbe\xf8\xe2\x0b\x84\xd0\x76\xbb\x1d\x8c\x98\xdf\xbe\x7d\xfb\ \xf3\x9f\xff\xec\xc3\x2a\x17\x00\x50\xc6\xa8\xe0\x98\x92\x10\x90\ \xf1\xae\x93\xbd\x10\x11\xa6\x94\x50\x12\x10\x00\xc6\x78\xc0\xad\ \x01\x02\x00\xc6\x98\x51\x46\x31\xbe\xbf\xbd\x41\xde\x39\xa3\xb3\ \x34\xb9\x5f\xdf\x03\x40\xdf\x21\x25\x25\x78\x1f\xbc\xff\x7e\x7a\ \xf5\xce\x6f\x36\xeb\x4e\x6b\x02\x08\x85\xa0\xb5\xf2\xde\xbe\x7a\ \xf5\xdd\xed\xcd\xad\xf7\x1e\x42\xe0\x4c\x30\xce\x23\x1e\x71\xce\ \x62\x11\xf9\xb1\x5d\xaf\x57\x59\x1a\x19\xa3\x23\xce\x38\x23\xde\ \x59\x14\x3c\xc5\x40\x10\x00\x02\x00\xc0\x28\xc8\xae\x5d\x2e\x97\ \xe7\x67\xa7\x45\x51\x50\x4a\x9d\xb3\x08\x81\x1f\x40\x05\x04\x9c\ \xf3\x34\x4d\xab\xaa\x72\xd6\x33\xc6\x4e\x4e\x8e\xb5\xd6\x9b\xcd\ \x8a\x10\xec\x9d\x19\xac\xd2\xad\xb5\xce\x39\x8c\x02\xe7\x1c\x63\ \xc2\x39\x1b\x10\x09\xce\xb9\xb5\xe6\xf7\x41\x8a\x48\x08\x11\xc7\ \x91\xf7\x3e\x8a\x12\xc6\x98\x94\xd2\x1b\x1b\xc5\x91\xf7\x41\x2b\ \x15\xc7\xf1\x3f\xae\x69\xfb\x67\x62\xa2\x52\x5a\x55\xe5\xb7\xcf\ \x7f\xf3\xe8\xe1\xa3\xe5\x72\x69\xb5\xec\x9a\xf2\xdd\xc5\x85\xec\ \x6a\x04\x60\x82\xc9\xd3\x68\xbb\x5a\x9d\x9f\x3f\x58\xdd\xdd\x7d\ \xf2\xd1\x47\x9c\x47\x16\xcc\x6f\xbf\xfc\xf5\xd3\x47\x0f\x9d\x36\ \x9d\xd6\x71\x22\x34\xd8\x2f\x7f\xfd\x2b\x29\xfb\x58\x44\xc1\x1a\ \x25\x95\x10\x51\x1c\x45\x49\x1c\xc7\x22\x7a\xb3\x7a\x95\x65\xd9\ \x78\x32\x6e\xdb\x26\x49\xe2\x48\xf0\xaa\xd8\x57\x04\x05\xe7\x46\ \x59\xc6\x44\x04\x98\x32\x46\x5f\x7d\xf7\x5d\xcc\x79\x3e\x4a\x57\ \xf7\xa6\xef\x3b\xc6\xc8\xd1\x74\xb2\x58\x2c\x8c\x31\x5f\x7d\xfd\ \x15\xc6\x38\x4b\x53\x2d\xfb\x28\x16\xab\xfb\x9b\xa6\x6e\x38\x63\ \x26\x60\x6b\x5d\xd3\xd4\x52\x76\x65\xd9\x34\x4d\x1d\x3a\x93\xa4\ \x00\x00\x20\x00\x49\x44\x41\x54\x63\x8c\xa5\xc7\x2c\x8e\xe3\xbe\ \x6f\xdb\xa6\x59\xaf\xef\xad\x75\x79\x3e\x72\xce\x6d\xb7\x5b\xef\ \x1d\xc6\x43\x48\x62\x70\xce\x04\xf0\x80\x3c\x42\xc8\x39\x5b\x55\ \x15\x42\x58\xc4\xf1\xc9\xe9\x92\x50\x96\x65\x99\xb6\x7e\xbf\xdf\ \xa7\x49\x32\x3f\x9a\x15\xc5\xbe\xae\xeb\xf3\xf3\xf3\xbe\xef\xad\ \xb5\x03\x2e\x96\x24\xc9\x6a\xbd\x0e\xfe\xc3\x23\xe3\xfe\xfe\xef\ \xff\xab\xb3\xf6\x67\x7f\xf4\x53\x8c\x7c\x55\x95\x37\x77\x57\x7f\ \xfd\xd7\xff\x0f\x21\xb0\xdf\xaf\x93\x24\x29\xab\x62\xbd\x5e\x49\ \xa9\x6f\x6e\x6e\xe7\x47\x73\xc6\xf8\xc5\xc5\xc5\xab\x57\xaf\xff\ \xf2\x2f\xff\xb2\x2c\xcb\xa6\x69\x63\x1e\x5d\xdc\xde\xfc\xf6\x37\ \x5f\x09\x21\x30\x0a\x65\xb1\x9b\xcd\x8f\x67\x93\x49\x9e\x8f\xf6\ \xfb\xda\x59\xf7\xea\xf5\xcb\x7f\xf3\x6f\xff\x8d\xd1\x9a\x60\x2c\ \x84\x28\x8b\x9d\x75\x16\x7c\x30\x5a\x4f\x67\x33\x16\x89\xb2\xdc\ \x5b\xab\x5e\xbf\x7e\x79\xbc\x38\x7e\xfd\xf2\x65\x59\x1c\x06\x9d\ \xd3\xa7\x9f\x7c\x3a\x3b\x9a\xfe\xf2\x57\x7f\xf7\xbb\xef\x5e\x3e\ \x78\xf8\x68\xf0\x6f\xb8\xbf\xbb\xab\xaa\x06\x82\x23\x04\x5b\xe7\ \x29\x65\xc5\xbe\xd0\xd6\x75\x7d\xd7\x34\xcd\xd0\xad\x43\xf0\x01\ \xe0\xe6\xe6\xf6\xfa\xe6\x86\x8b\x78\x32\x99\xdc\x5e\x5d\x5e\x5f\ \xb4\xde\x1a\xc6\x98\xf7\x5e\x2a\x49\xa8\xf5\x1e\xba\xb6\x67\x8c\ \x6a\x6d\x5e\xbf\x7e\xcd\xe3\xf8\xf1\x93\x67\xcb\xd3\xe5\xf1\xf1\ \xc9\xf9\xf9\xf9\x8b\x17\xdf\xb5\x6d\xfb\xf8\xf1\x93\x67\xcf\x9e\ \x7e\xf9\xe5\x97\xc3\xf9\x7a\x71\x71\x71\x38\x1c\xb4\xd6\xd3\xe9\ \xd4\x39\x57\x96\xd5\x07\xb2\x22\x10\xb2\xce\x5b\xeb\x11\xa6\x84\ \x10\x6b\x7d\xd3\xf6\x69\x02\x7e\xb0\x48\x73\x81\x10\xe6\xbc\x1f\ \xda\x19\x8a\xf1\x70\xc6\x84\x10\xea\xf2\x80\xc1\x2d\x4f\x97\xde\ \x59\xce\x98\x54\xca\x68\xc9\x29\x5d\xdd\x6f\xb4\xd4\x94\x52\x8a\ \x09\x0a\x30\x2c\x1c\x20\x04\xe3\xfd\x50\xe2\xb7\xdb\x2d\x67\xdc\ \x18\x73\x34\x99\xe6\x79\x3e\x50\x16\x9a\xa6\xa1\x94\x50\x8a\xc7\ \x93\xd1\x19\x5d\x62\x8c\xa3\xe8\xe8\xf2\xf2\x22\x8e\xa3\x7c\x34\ \x31\x5a\x77\x5d\x67\xac\x45\x08\x0d\x30\x2b\xe7\xfc\xec\xec\xec\ \xf4\x74\x29\x95\x1c\x8f\xc7\xbb\xfd\x21\x04\x20\x98\x44\x69\x0c\ \x00\x43\xa9\x75\xce\xb6\x6d\x1f\x27\xd1\xef\xb7\x84\x82\x52\xca\ \xb9\xf8\x7e\x83\x34\xa4\xc0\x78\xc0\x42\x0c\xc6\x67\x3a\xcf\xf3\ \x24\x49\x8d\x55\x52\x75\x75\x5d\x0f\x7f\x0f\x00\x5d\xd7\x19\x63\ \xa2\x28\x19\xf4\xff\x3e\x64\xde\xfb\xae\x6b\xbd\xf7\xff\xa8\x4a\ \xf7\x9f\xaf\xe7\x32\x5a\x1f\xca\x9d\x10\x04\x61\x47\x29\x2d\x8a\ \xe2\xee\xee\x0a\x61\x1f\x60\xf0\x2f\xc6\x4d\x53\x53\xfa\xb8\xef\ \xfb\x61\x1e\xb6\xd6\xb6\x6d\xf3\xec\xd9\xb3\xae\x6b\xa4\xd4\x52\ \x51\xce\xf1\xdb\x37\x6f\xa6\x93\x49\x61\x0d\x20\x30\xda\x38\xeb\ \x8c\xee\xef\xef\xef\x9d\x73\x75\x5d\x5b\x6b\x2f\x2f\x2f\x47\xa3\ \x4c\x6b\xd5\xab\x1e\x61\x14\xc7\x51\x70\xd4\x79\x17\x34\x00\xa2\ \x84\xe0\xc5\xfc\xe8\xcd\xdb\xd7\x75\x5d\x09\xc1\x77\x9b\x2e\x8e\ \x38\x4c\xc6\x4a\x29\x6b\x9c\x52\x3a\x8e\xe2\x44\xd0\xab\xab\x77\ \x8b\xf9\x62\xb7\xd9\x36\xad\xf4\x01\x08\xa6\x88\x40\x96\x65\x59\ \x96\x7d\xf9\xe5\x6f\x54\x6f\xe6\x8b\x45\xdb\xb6\xde\xbb\xa6\xae\ \x19\x27\x47\x47\x47\x59\x96\x87\x00\xdb\xed\xd6\x39\x83\x31\xf6\ \x3e\x78\x6f\x09\x79\xbf\x51\xa6\x84\xf6\xb2\x1f\x4f\xa6\x4a\x29\ \x00\x14\xa7\x29\x00\x18\xa3\x0f\xe5\x21\x8a\xb3\xf9\x7c\xde\x35\ \xb5\xec\x7b\x63\x74\x92\x24\x43\x58\xec\x70\x34\x19\x63\xac\xb5\ \x59\x9a\x8a\x48\x7c\x98\x1b\xba\xf7\xfe\xe2\xed\x6b\x6d\xb4\x88\ \xe8\xd1\x62\x7e\xa8\x0e\xff\xf0\xdb\x5f\x75\x7d\x7d\x38\xec\xb2\ \x51\xae\xad\x04\x87\xcb\xb2\x12\x22\xda\xed\x76\xc7\xc7\x27\x46\ \x9b\x8b\x8b\x8b\xc5\x62\x11\x45\xd1\xf5\xf5\x55\x00\xbc\x5c\x9c\ \xbc\x7a\xf5\xe6\xed\xdb\xb7\x4f\x9f\x3c\xbd\xbd\x7e\x27\xa2\xc8\ \x28\x95\x66\xe3\xbb\x9b\x3b\xcc\x22\xc6\xd8\xbe\x28\x76\xfb\xdd\ \x64\x3c\x6a\xeb\x9a\x13\xca\x39\x6f\x9b\x96\x33\x16\xc7\x71\x5d\ \xd7\xa3\xe9\xe4\xe6\xe6\xe6\xd3\x4f\x3f\xbd\xbc\xbc\xbc\xbc\xb8\ \x0a\x01\xb4\xd6\xbb\xdd\x6e\x36\x3d\xea\x7b\x99\x8f\x73\xa5\x74\ \x08\xe1\x6c\xb9\x7c\xf3\xf2\x45\x5d\x96\x69\x96\x1d\x0e\x95\xb3\ \x16\x00\x73\xce\x29\x25\xf3\xf9\xd1\xed\x6a\xfd\xdb\xdf\x3e\x1f\ \x8f\xc6\xd6\x39\x63\xcc\x76\xb3\xd6\x7d\x07\xc1\xff\xe8\xf3\xcf\ \x7b\xe3\x09\xc6\x80\x00\x21\x1c\xc7\x71\xd7\x75\x83\x59\x8a\x31\ \x16\x21\xc0\x18\x64\xdf\x27\x59\x46\x28\x55\x4a\x51\x4a\x09\x25\ \xbb\xdd\x36\xcb\xb2\x24\x49\x4f\x4e\x4e\xae\xaf\xde\xd4\x4d\xcd\ \x18\x1b\x74\xe9\x00\x61\xb8\xf9\x7d\xdf\x8d\xc7\x63\x21\xf8\x07\ \x7f\xe7\x19\x63\x54\x70\x44\x30\x04\xf0\x08\xa4\x56\xda\x5a\x11\ \x89\xc9\x78\x8c\x08\x8e\x92\xd8\xb4\x6d\x08\x80\xde\x67\xbf\x13\ \x02\x08\x82\xf3\xc1\x16\x45\xb1\x3c\x39\x5d\xaf\xef\xcb\xb6\x76\ \xc6\xa9\xae\x4b\x93\x44\x6b\xa5\x8d\xc6\x08\x61\x8c\x08\x21\x14\ \x13\xc1\xb9\xf5\xbe\x6d\x5b\xef\xfc\xe0\x52\x9d\x2f\x16\xe7\x9f\ \x7f\x8e\x01\xdd\xdd\xde\x72\xc6\x19\xe3\x51\x92\x6a\xa3\xb4\x52\ \xd1\x62\x1e\x0b\xbe\xde\xac\xd2\x24\x8a\x04\xa7\x94\x64\x49\x94\ \x44\x82\x12\xdc\xf7\xbd\x31\xc6\x39\x4b\x29\xe5\x8c\x6e\x37\xeb\ \xfb\xd9\x34\x16\x9c\x32\x0a\x00\x84\x10\x1f\xde\xc3\x55\x31\x17\ \x5a\x2b\xeb\xbc\x52\xca\x7b\x7b\x21\x7b\xc6\x58\x14\x45\x83\x75\ \xcf\x30\x6e\xcf\xe7\x47\x9c\x8b\xa2\x28\x8c\x31\x8c\xd1\xe1\x7f\ \xa3\x88\x23\x04\x9c\x71\x4a\xa9\xf7\x3e\x8e\xe3\x2c\x4b\x30\x21\ \xd6\xea\xbe\xef\xe3\xd8\x20\x84\xb3\x2c\x1b\xe0\x5d\xe7\x3d\xa3\ \x0c\xa3\x1f\xcc\x6e\x11\x00\x50\x40\x7d\xd7\x6f\x37\x5b\x21\xc4\ \x6e\xb7\xef\x7b\x09\x01\x42\x08\x8c\x51\xef\x9c\xf1\xbe\x28\x8a\ \xc9\x64\xd2\x34\x0d\x21\xb4\x28\x8a\xae\x6f\x00\xb9\xc1\x20\xb1\ \x6b\x1b\x86\x79\xc4\xf9\x78\xb9\x74\x46\xee\xb6\x5b\x4c\x71\x08\ \xa1\x6e\x9a\xe7\xcf\xbf\xda\x17\xe5\xe1\x50\x3e\x7b\xf6\x2c\x12\ \x62\xb3\x5e\x3f\xff\xfa\x79\x53\x35\x69\x92\x28\xa5\x82\x73\x42\ \xf0\xd9\x7c\x26\xe2\xa4\x6d\x1b\x2d\xbb\xb6\x3e\x54\x75\x9d\x67\ \xa9\x88\x58\x80\xb0\xda\xac\xd7\x9b\x35\x78\xc0\xc1\x0b\xc1\xa2\ \x24\x56\xc6\x49\x63\xb9\x88\x00\x21\x42\x50\x80\x80\xc1\x53\x8c\ \x54\xd7\xa5\x91\x10\x84\x45\x9c\x85\xe0\x19\xa3\x79\x9e\x63\x84\ \xb3\x6c\xec\x9c\x95\xb2\x47\x08\xd2\x34\xd5\x5a\x5b\x6b\x06\xfa\ \x15\x00\x46\x40\x28\x65\x11\x27\x8c\x84\x88\x13\x42\xa9\x35\x7a\ \xbf\xdf\x9d\x9d\x9f\x0b\x11\x13\x42\x92\x34\x55\x4a\x6d\xd7\x77\ \xde\xbb\x01\xa1\x1f\x6e\x57\x9a\xa6\xce\x39\x6b\x2d\xc6\xc4\x7b\ \xff\x81\x32\x14\x80\x10\x8c\x77\xe6\xdd\xc5\xdb\xa6\xad\x3a\xad\ \x5e\x7c\xfb\x5d\x79\x38\x30\x16\xb5\xad\x0c\x08\x28\xe1\xaf\xdf\ \xbd\xfd\xe9\x8f\x7f\xb2\xdd\xed\x9e\xf5\x52\x4a\x75\x7f\x77\xcb\ \x28\xb2\x56\xe7\x79\xd6\x34\x6d\x51\x6c\x51\xb0\xb3\xc9\x68\xb9\ \x5c\x5c\x5f\xbd\x0d\x01\x7c\x08\x71\x14\xbf\xf8\xdd\xf3\x80\xe8\ \x2f\x7f\xf5\xab\x34\x15\x94\xe0\xd5\xfd\xdd\xed\xc5\xd5\x8b\xe7\ \xcf\x91\xf5\x79\x92\xb4\x6d\x27\x83\x9b\x1d\xcd\x3f\x7a\xf6\x6c\ \xbb\xdb\xb5\x75\x9d\xa7\xe9\xed\xed\x4d\xcc\xe3\x28\x62\x59\x96\ \x76\x5d\xdd\x34\xe5\x66\xb7\x2a\x0f\x65\x1c\xa7\x51\x9c\xa4\xd9\ \xf8\x50\x1e\x78\x92\x6a\x1f\x18\x17\x18\x82\xf5\x8e\x89\x94\x30\ \xc1\x98\xc8\xd2\x74\x32\x19\x73\x42\x94\x35\xf3\xd9\x0c\x82\x8b\ \x93\xd1\x78\x32\x26\x9d\xdc\xac\xd7\xe3\x51\xbe\xd7\x52\x39\xeb\ \x01\x9c\xf7\x9c\x72\x1e\xc7\x11\x67\xde\xd9\x24\xcb\x30\xa6\x1e\ \xf9\x34\xcb\xb7\xdb\x3d\x65\xd1\xb3\xd3\xa5\x0b\xee\x68\x31\xe7\ \x9c\x01\xc1\x5f\x7f\xfd\x2d\x61\x42\xc4\x51\x40\xd8\xb8\x90\xa4\ \x79\x9a\x8d\xde\xbe\x7b\x4b\x19\xf7\x1f\x9a\xce\x0b\x08\x21\x40\ \xe4\xbd\x78\x04\x11\x84\x09\x26\x8c\x92\xe0\x5c\xdf\x76\x84\x92\ \x10\x00\x02\x80\xf7\x04\x93\xe0\x3d\x61\x8c\x53\x46\x30\x0e\x3e\ \x58\xe3\xea\xa6\x89\x36\xdb\xb6\xab\x31\x26\x55\x55\x16\x18\x51\ \x42\x3d\x58\x17\x1c\xf8\xc0\x30\xa4\x71\x64\xb1\xf7\x0c\xf7\x46\ \x31\xca\xd2\x38\x8a\xb3\x4c\x85\xe0\x29\x15\x51\xd4\x13\x6c\x65\ \x1b\x31\xb2\x3c\x5d\x52\xee\xea\xa2\x51\xc8\x68\xa9\x36\xc5\x5e\ \x79\x83\x18\x6d\x65\xcf\xca\x03\x0d\x28\x84\xe0\x95\x62\x84\x84\ \x10\x22\xce\x63\x4a\xcb\xed\xb6\x5f\x2e\x8f\x4f\x4f\xbc\xf5\x82\ \xb2\xf7\x88\x43\xf0\x21\x84\x71\x9e\x1e\xcd\xa6\x01\xf0\x1e\xef\ \x00\x40\x6b\x65\x9d\x8d\xe3\xb8\x6b\x5b\x4c\x70\x96\xe6\x5d\xdf\ \xc7\x71\xb2\x38\x9e\x0a\x11\xd7\xcd\xcb\x10\x7c\x1c\x47\x6d\x6b\ \x07\x95\x82\xd2\x52\xf6\xda\x59\x1f\x89\xd8\x18\xeb\x43\x00\x40\ \xc3\x74\x39\x1a\x4d\x26\x93\x31\x21\x84\x10\xea\xbc\xed\xbb\x2e\ \x04\xff\xc3\xc1\xb9\xbc\x31\x8e\x20\xda\x77\xaa\xae\xda\xb2\xac\ \xc0\xa3\x10\x02\xc6\x04\x02\xf6\x3e\x10\x2a\xb6\xdb\x6d\x14\x89\ \xfb\xfb\xbb\x4f\x3e\xfe\xe4\xfe\xfe\x4e\x29\x69\xb4\xd2\xa6\x07\ \x40\xc1\xe9\xdd\xaa\xf0\x5a\x17\x95\x44\x08\x01\x0a\xce\x3b\xc6\ \x39\xa6\x54\x4a\x59\x57\x15\xc1\x68\x36\x9d\x72\xce\x8c\x31\x6d\ \xd3\x70\xc6\x8c\x92\x4a\xaa\x3c\x89\x55\x2f\xdf\xbc\x7a\x15\x70\ \x38\x3b\x3b\x53\xaa\x77\xce\xd6\xd5\xc1\x3b\x33\x00\xe7\x00\x10\ \x02\x20\x67\x94\x6a\xbd\x37\x80\xe3\x38\xcb\x3a\xa5\x53\xca\x87\ \x35\x6e\xf0\x9e\x80\xad\xf6\xfb\x37\x2f\xbf\x43\xde\x9d\x9d\x9e\ \x34\x5d\x9b\x44\xb1\x88\xe3\x06\xc3\xbe\x38\x44\x51\xb4\xdd\xad\ \xad\xd5\x03\xdd\x34\x84\xa0\xb5\x1e\x82\x91\x19\xe3\x84\x30\x8c\ \x09\x0e\x96\x80\x8d\x05\x33\xde\x63\xc0\x55\xb9\x4f\x92\x78\x32\ \x3d\x1a\x8d\x47\x98\xb2\x28\x8e\xba\xae\x75\xce\xce\xe7\xf3\x2c\ \x4d\x19\x63\xf6\xfb\x0d\xa3\xf7\x6d\xdb\x5a\x63\x3e\x98\x46\xdf\ \x74\xad\xb5\xc6\x04\x5b\x54\x45\xdd\xf6\x55\x5d\x03\x50\xad\x1d\ \x22\x04\x30\x0e\x88\x6c\x0f\x87\xf5\x6e\xfb\xea\xd5\xab\x3f\xfd\ \xe3\x3f\x96\x5d\xf3\xcb\xbf\xfb\xdb\x3f\xfb\xb3\x3f\x33\x5a\x12\ \x46\x11\x76\xe5\x7e\xd7\xb7\x85\x94\xad\xf7\x53\x84\x71\x00\x90\ \x4a\x09\xc1\x64\xdf\x60\x4c\x0f\xc5\xe6\xa7\x3f\xff\xc9\xc3\x07\ \x67\x9c\xd0\x97\x5f\x3d\x97\x4d\x93\x50\xbe\xbe\x5b\xe5\xe3\xdc\ \x9b\x70\x77\x77\x77\x71\xf1\x6e\x7e\x74\xf4\xf9\x8f\x3e\x6f\xcb\ \xaa\xda\x1f\x4a\x80\xd9\x6c\xd6\x36\xd5\x7e\xb7\xa1\x94\x56\x55\ \x9d\xe7\xb9\xd1\x96\xf3\x18\xb3\xa8\xd7\x41\xb9\x40\x38\xf7\x28\ \x00\x1a\x20\x5d\xff\xeb\xaf\xbe\x69\x9a\xfa\xe4\xe4\x98\x52\xda\ \x35\xd5\xc9\xf1\x31\x80\xbf\xbb\xbb\x53\x52\x6d\xb6\xdb\xae\x6b\ \x06\x83\x87\xf1\x64\xd2\x77\xad\xd2\x0a\x53\x12\x27\xb1\xf7\x8e\ \x12\x08\x18\x59\xe3\x46\x79\x12\x27\xcc\x3a\x5f\x37\x55\xdd\xb4\ \xcb\xf3\xf3\x27\x1f\x3d\x8d\xe3\x84\x51\x56\x37\xdd\x6a\xbd\x9e\ \xcd\x66\xcb\xe5\x72\xb9\x3c\xab\xaa\x2a\x04\xc8\x47\xa3\xf3\xf3\ \x87\x87\xc3\xa1\xfb\x50\x1a\xdd\xf0\xae\x6a\xa5\x92\x28\x1a\xb0\ \x79\x4c\x30\x06\xf0\xce\xeb\x00\x69\x9a\xe2\x10\x08\x02\x84\xd0\ \x60\xae\xe9\xad\x23\x08\x39\x40\x18\xe1\x28\x8a\x7a\xa9\x9a\xa6\ \xb6\x4a\x21\x8c\x94\x96\x01\x01\x26\xd8\x06\x8b\x09\x10\xc0\x8c\ \x61\xc6\x09\xa1\xa8\xac\x6a\x67\xcd\xd1\x78\x9a\x44\x31\x41\x84\ \x13\xee\x7d\x20\x3c\x3a\x7f\xfc\xb4\xd8\xad\x54\x5b\x10\x1e\x52\ \x1e\x1d\x0e\xbe\xeb\xda\xf9\xd1\x51\x33\x9d\x18\x63\x08\x25\x91\ \x88\x18\x22\x9c\x60\xa9\x0d\x45\x78\x9c\x8f\xbc\x77\x84\x90\x88\ \x32\x44\x7c\x9e\xa4\xde\xd8\xae\xee\x28\x26\xce\x39\x02\x08\x13\ \x8c\x10\xc4\x91\x38\x9a\x4d\x01\x40\xab\x76\x57\xec\x45\x1c\x77\ \x5d\xc7\x45\x0e\x04\x7c\x08\xc6\x58\xef\xc1\x58\x57\x37\x1d\x04\ \x1f\xc7\x51\x55\x55\x8c\xd1\x24\x89\x87\x05\x85\xb3\xc1\xfb\x10\ \x45\x71\xf0\x50\x96\x15\xa1\x8c\x10\x2a\x84\x00\x00\x21\xa8\x31\ \x3a\xcb\x32\xc6\xe8\x83\x07\x67\x77\xb7\xb7\x3f\x14\xdd\xe2\x30\ \xf9\x7b\xef\x8d\xb5\x18\x63\xad\xf5\xc0\x26\x07\x40\xef\x61\x04\ \x8c\x43\xf0\xde\x59\xd9\xf7\xd7\x97\x97\x1f\x3d\x7b\xb6\xdf\x6d\ \x97\xa7\x27\x00\xe1\x50\xec\x95\x52\xaa\xeb\xab\xe2\xa0\x94\x1e\ \xe8\xe9\xc3\xc2\x8e\x33\x4e\x08\xee\xfb\xbe\x2c\xcb\x28\x8a\xaa\ \xaa\xba\xbe\xbe\x59\xad\xee\x02\xfc\x9e\x04\x9c\x44\x51\x1c\x63\ \x84\x18\x63\xd2\xca\xa2\x28\xa6\xd3\xa9\xd6\x7a\x88\xa5\x18\x58\ \x8b\x46\x6b\x4a\x88\xa0\x64\xb8\x24\x63\xed\xe9\xe9\xe9\x6e\xb7\ \x1b\xd0\x71\xe7\x9c\x75\x8e\x52\x3a\x4a\xb3\xea\x50\xe5\xe3\x7c\ \x32\x1d\x33\xc1\xd7\xeb\x75\xec\x6d\xd3\xb4\x6d\xd3\x54\x65\xa5\ \x8d\x12\x11\x1b\xdc\x69\x07\x9b\x94\xa1\xd3\x1e\x98\x78\x08\xde\ \x8f\x7a\x00\x61\xc8\x80\x19\xa6\x78\x4a\xdf\x77\x66\x42\xb0\xb3\ \xe5\x69\x79\x38\x1c\xcd\xa6\x75\x5d\x03\x88\x38\x8e\x09\x46\x4a\ \x22\xef\x9d\x77\xf6\x83\x69\xa8\x00\x50\x36\x75\x12\x47\x01\x23\ \x1f\xd0\xfe\x50\x74\x4a\x29\xa3\x11\x26\x42\x08\x1f\xbc\x75\xce\ \xb7\x6d\xd3\x36\x97\x17\x17\xbd\x54\x7d\xd7\x63\x84\x3f\x7a\xf6\ \x51\x79\x38\x10\xce\x0e\xc5\x61\x7d\x75\xb3\x5e\xad\xb5\x52\x87\ \xc3\xc1\x39\x47\x08\xed\x3a\x39\x99\x4c\xad\xb5\x4d\x53\xa2\x10\ \x08\x21\xb7\x37\x37\xe0\xc2\x76\xbf\x9b\xcc\xa6\x55\x59\x45\x91\ \xe0\x9c\x03\xc6\x01\x02\x46\xb0\x5e\x6f\x16\x8b\x05\x04\xa8\xaa\ \xca\x18\x23\x84\xd0\x5a\x37\x6d\x4b\x09\x21\x04\x77\x5d\x4b\x29\ \x91\x4a\xe5\x79\xfe\xe8\xd1\xc3\x5d\xb1\x8d\x93\x18\x00\xac\x35\ \xc6\xd8\x93\xb3\x49\x59\xec\xa5\x92\x9f\x7e\xf2\xf1\xf1\xd1\xe2\ \xf5\xeb\x97\x6d\x5b\x47\x51\xb4\xdd\x6d\x29\xa6\xbb\xed\x96\x30\ \x3c\x9d\x4e\xa3\x28\x9a\x4c\x26\x87\xc3\x1e\x01\x12\x42\x0c\x06\ \x75\x18\x23\x14\x3c\x06\x48\x92\xb8\xeb\x3a\x8c\x30\xf2\x1e\x91\ \x40\x09\x10\x08\xc8\x5b\xe7\xed\x1f\x7e\xfe\xa9\x53\xdd\xb3\x67\ \xcf\x8c\xb1\xfb\xed\x7a\x36\x9b\x01\xc0\x7e\xdf\x81\x37\xaa\x6b\ \x90\x3f\xfe\xe0\x95\x6e\x14\xf1\x48\x70\x8c\x03\xa5\xef\xe7\x50\ \x42\xa9\x05\xcf\x08\x45\x28\x20\x0c\xd6\x19\x4a\x08\xc6\x98\x52\ \x8c\x31\x38\x67\x31\xc6\x3e\xe0\x00\xd4\x5a\xdd\x75\x5d\xdf\x75\ \x18\x63\xe3\x5c\xc0\xc8\x38\x63\x9d\xc7\x8c\x62\x4c\x82\x73\xca\ \xe8\xbc\xd3\x76\x73\xc8\x31\x25\x4d\x1f\x23\x1e\x09\x84\x9c\x72\ \x50\x29\x69\xc1\xda\xcc\xe1\x9c\x27\x53\x2c\x16\xf3\x79\x66\x71\ \x9e\xe7\xb3\xd1\x24\x39\xf6\xfb\xfd\xbe\xeb\xba\xc5\x7c\xae\xbc\ \xe5\x82\xf7\x5a\x89\x38\xea\x95\x1c\x52\x2d\x66\x8b\x79\x79\x38\ \x18\x67\xea\x5d\xdb\x75\x1d\x21\x04\x13\x0c\x01\x18\xa5\x80\x11\ \xa5\x54\x49\x59\x77\x0d\x42\xc0\x98\x60\x8c\x87\x00\x82\xc7\xb1\ \x48\xbb\x46\x61\x4c\x09\x09\x00\xa8\xd8\x17\x83\xaf\xff\xc0\x14\ \x9b\x4c\x26\x87\xc3\x61\x36\x9b\xb5\x6d\x3b\x80\x5c\x84\x90\xc5\ \x62\x81\x30\x2e\xcb\x72\x58\x46\x69\xad\xb5\x36\x43\xd0\xc6\x93\ \x27\x4f\xb2\x3c\xc7\x3f\x1c\x26\x6a\x00\x18\x5c\x2c\xd2\x34\x0d\ \x21\x48\x29\x07\x40\x67\x78\xa7\x01\x20\x04\x0f\x00\x98\x90\xd5\ \x66\xf3\xe2\xc5\x8b\xbe\x97\x9f\x7e\xfa\x69\x5d\x37\xce\xd9\x61\ \xf5\xc0\x30\x1d\xf6\x6e\x94\x52\x00\x34\xf0\x06\x9b\xa6\x09\x1e\ \x49\x29\x8d\x51\xfb\xfd\xd6\x18\xbd\x5a\xdd\x97\x65\x69\xb5\x4e\ \xe2\x28\x4d\x47\x11\xa7\x91\x60\x98\x90\xbe\xef\xf6\x45\xb1\xbe\ \xbb\x57\x4a\x59\xe7\x28\x26\x1a\x2b\x84\x20\x89\x62\x80\x10\xbc\ \x17\x9c\x57\x55\xa5\xad\x3b\x3d\x3d\xad\xaa\xba\x69\xfb\x01\x31\ \x01\x00\x46\xe9\xf1\xc9\xdc\x5a\x47\x31\xde\xef\xf7\xde\xfb\xed\ \x76\x1b\xc7\x69\x2f\x15\xc6\x08\xe3\x60\x8c\x0a\x88\x79\xe7\x95\ \x52\x83\x53\x9a\x31\x06\x00\x86\x7f\x09\x21\xce\x79\x67\x1d\x22\ \xc4\x07\x00\x0c\x49\x2c\x92\x24\xc6\x08\xe1\xe0\xb5\x52\xfb\xed\ \x26\x04\xb0\xce\x55\x55\xe5\xbc\x1f\x3e\xa3\x73\x4e\x6b\xad\xb5\ \x56\x5a\x7f\x2f\x5b\xff\x80\xd3\x5f\x5a\xad\xbd\xcb\x10\x21\x9c\ \x36\xbd\xb4\x21\x60\xc6\x28\x63\x0e\x85\x80\x80\x52\x6a\x94\xa1\ \x94\x2a\xad\x5f\xfc\xee\xdb\xbb\xeb\xdb\x87\xe7\x0f\x00\xd0\xdd\ \xcd\x0d\x10\xb2\xdf\xef\xb1\x0d\x94\x52\xce\xb9\xd6\xfa\xf7\xa4\ \x42\x04\x10\x6e\x6f\x6f\xbb\x4e\x5a\x6b\xf7\xfb\xfd\x7e\x5f\xdc\ \x5c\x5c\x95\x65\xb9\xba\xbb\x43\x01\xf2\xd1\x68\x7e\xbc\xf0\x21\ \x34\x4d\xa3\xb4\x24\x18\x6e\x6f\xae\x37\xeb\xfb\xb6\xeb\x10\x42\ \x8c\x12\x6b\x6d\x12\x09\x8c\xb1\x75\x0e\x23\x82\x10\xba\xbe\xbc\ \x3c\x9a\xcf\x17\x8b\xc5\xdd\xea\x9e\x52\x1f\x02\xf6\x80\x5d\x40\ \xf3\xa3\x59\x9e\x46\x04\x85\xfa\xb0\x8f\x28\xdd\x6e\x37\x4a\x29\ \xc6\x98\xd5\x46\xa4\x99\x75\x8e\x61\x32\x88\x0d\x06\x83\xd0\xc3\ \xa1\xb0\xce\x2a\xa5\x00\x02\x21\x04\x02\x92\x5d\x6d\x54\x1e\x86\ \x1c\x75\x67\x3e\xfe\xe4\xb3\x34\xe2\x5d\x53\x2e\x9e\x3c\x59\xdd\ \xaf\xda\xb2\x50\x6d\x53\x6c\xd6\x43\xe3\x96\x70\x8a\x31\xf6\x5a\ \x59\xd9\x95\xfb\x35\x3c\x7d\xf4\xc1\x07\x86\x10\x22\x1f\xe5\x79\ \x96\x71\xce\xb5\x36\xd6\x9a\x21\x16\x97\x10\xea\x9c\xc3\x18\x33\ \xc6\x28\x26\x00\x40\x09\x1d\xb8\x02\xc3\xcd\x1d\x7e\x6f\x9b\xae\ \x57\x2a\x4e\x22\xc2\xb8\x73\xb6\x93\x0a\x30\x26\x54\x20\x8c\xb0\ \x10\x88\x32\xe4\x21\xa2\x74\x32\x9a\x78\xeb\x82\x73\xc0\x1c\xa7\ \x91\xa0\xb4\x2f\xeb\x5e\x2b\x46\x41\xcb\xba\x8d\xe2\x93\xa3\x45\ \x1a\xc5\xc8\x79\x86\x48\x70\xde\x48\xed\x94\x4e\xe3\xa4\xab\x55\ \x5b\x4b\x2e\x84\xd1\x7a\xbb\xdb\x3d\x79\xf2\x84\x0b\x91\xa6\x59\ \x51\x14\xfb\xe2\xb0\x2f\x8a\x10\x02\x65\xcc\x06\x0f\xde\xbb\xe0\ \xbd\x73\xd9\x28\x4f\xf3\xcc\x05\xef\x84\x08\x98\x56\x55\x33\x9b\ \x1e\x9d\x9e\x2e\xab\xaa\x11\x22\x3e\x39\x39\x59\xaf\xb7\x42\xc4\ \x9b\xf5\x3a\xcb\x33\x21\xc4\xf7\xdd\xd6\x78\x3c\x1e\xd6\x85\xc3\ \x67\xec\x55\x7f\x28\x0e\xd3\xf9\x6c\x38\xe3\x8d\x31\x83\xe8\x2d\ \x8a\xa2\xc1\xc8\x64\xb1\x58\x10\x4a\x7f\x18\xbb\x45\x8c\x8d\x31\ \x55\x59\x66\x69\x4a\x08\x91\x52\xc2\xfb\x88\x01\x18\x00\xd1\x10\ \x02\xc5\x24\x38\x07\xce\xf5\x4a\x3e\xff\xea\xab\xd1\x68\xc4\x29\ \x95\xae\xd7\x52\x46\x82\xb7\x4a\x57\x6d\x63\xad\x6d\xdb\xce\x07\ \x33\xbc\xdb\x18\xe3\xbe\xeb\xac\xf1\xce\xb9\x24\xc9\xf6\xfb\xfd\ \x6a\xb5\xda\xef\x77\x27\x8b\xf9\x28\x4b\xbd\x73\xce\xdb\x3c\x4b\ \xf2\x5c\x48\x29\x67\xb3\xe9\x90\x1f\x91\x65\xe9\xe1\x50\xe6\x59\ \xe6\xbd\xeb\x7b\x09\xc1\x12\x4a\x82\xf7\x22\x8a\xa4\x94\xa7\x67\ \xb3\x87\x0f\x1f\x1e\x0e\xe5\xa1\xac\x86\x46\x89\x32\x36\x14\xd9\ \x34\x4d\x38\xe7\xd5\xa1\x90\x4a\x8f\xf2\x6c\x36\x9d\xbf\x7d\xf7\ \x4e\x5b\x4b\x30\xc1\x08\x73\xc6\xe3\x28\x1e\x4a\xd5\xf0\x84\x28\ \xa5\x43\x6e\x05\xc2\x18\x00\x21\x4c\x08\xa1\x8c\x20\x84\x49\x96\ \x8d\x28\x46\x97\x17\xef\x10\xc6\xd3\xe9\x14\x42\xb0\x46\x79\x6b\ \x93\x28\xe2\x9c\xf7\xb2\xaf\xab\x32\x84\x60\x94\xf2\xce\x51\x8c\ \x29\x25\x1f\xe4\x2c\x88\x01\xe0\xf2\xee\x2e\x8e\xe3\x47\x49\x22\ \xcb\xf6\xf6\xfe\x1e\x11\x12\x10\x78\xef\x8d\x73\xce\xbb\x2c\x4a\ \x08\xc1\x7d\xd7\x25\x22\xfa\x2f\x7f\xfd\x37\x5d\xd3\xfe\xab\x7f\ \xf9\x2f\xad\x56\x5d\xdf\x79\x00\x04\x61\xb7\xdb\xf4\x5d\xeb\x9c\ \xdf\xef\x77\x08\x61\xce\xf9\xe0\x6f\x71\x34\x5b\x94\x65\x4d\x08\ \xe9\xda\xf6\xdb\xe7\x5f\xbf\xf8\xf6\x77\x69\x9a\xe5\xe3\xb1\x60\ \xac\xd8\xef\x11\x04\x8c\xd0\xc9\xf1\x02\x11\xd0\x5a\x52\x4a\x8f\ \x8f\x8f\xdf\xbe\x7d\x9b\xa6\x69\x1c\x47\xd6\x1a\x63\x35\xc1\x84\ \x52\xca\x28\xc3\x00\x4d\x53\xff\xfc\x8f\x7e\x3e\x18\xfb\x6a\xa3\ \x8d\xb3\x18\x53\x84\x70\x1c\x89\xf9\x6c\x3c\x1d\x65\x4a\xf5\x6f\ \xdf\xbe\x72\x46\x2f\x8e\x66\x55\x55\x77\x6d\x1b\xbc\xc7\x18\x30\ \xc6\xcb\xe5\x72\xb5\x5a\x71\xce\xa4\x94\x4d\xd3\x8c\x27\x63\x00\ \xd4\x75\x35\xc6\x88\x33\x64\x8d\x1e\xa8\x43\x42\x08\xc1\xf9\x7c\ \x3a\xbe\xbe\x78\x7b\x73\xf1\xf6\xe2\xd5\x8b\xc9\x78\xd2\x77\x5d\ \xc4\x70\xb0\xfa\xb3\x8f\x9f\x2a\xa5\xa4\xec\xa4\x94\x6d\xdb\xd4\ \xc5\xce\xf4\xdd\x64\x9c\x7f\x60\xfc\x02\xc6\x03\xec\x3d\x08\xf5\ \x08\x41\x8c\xd1\x38\x8e\x92\x24\x1e\x8e\x6d\x11\xc5\xf9\x38\x77\ \xd6\x35\x75\xed\x21\x04\x20\x04\x63\x4a\x30\x21\x98\x52\x12\x82\ \xb7\xce\x7a\x04\x88\x32\x40\x10\x00\x82\x0f\xce\x7a\x4c\x28\x21\ \x84\x0a\xe4\x09\xed\xb0\xaf\xc1\x50\xec\x92\x51\x5c\xc8\x3e\x76\ \x61\x9c\xb0\xd1\x24\xb2\x07\x75\x75\x7b\x47\x09\x42\xc8\x40\x16\ \xcd\x9d\xd4\x1c\xb5\x6d\x13\xa4\xb8\x3a\x6c\x14\x68\x9a\x0a\xc5\ \x50\x2d\xbb\xae\xed\x4e\x4e\x4e\x88\x77\x93\xe9\x64\x76\x34\x4b\ \xd2\x94\x47\xc2\x03\x60\x82\x7d\xf0\x08\x21\xc0\x08\x10\x62\x8c\ \x79\x08\x88\x60\x6d\xcc\xdd\xdd\x1d\x65\x6c\x34\x1a\xcf\x8e\x4e\ \x5f\xe9\x37\x47\xb3\xd9\x68\x34\xe9\xba\x7e\x3c\x9e\x7c\xfa\xe9\ \x67\x9c\x89\xd5\x6a\x7b\x38\x54\x08\xe3\xa3\xa3\xb1\x31\x6a\xc8\ \x6c\x37\xc6\x10\x42\x06\x0f\x05\x8c\xf1\xf9\xd9\xf9\x6c\x7e\x44\ \x28\xd5\x4a\x2f\x97\xcb\xc3\xe1\x50\x96\xa5\x73\x6e\x98\x57\x8c\ \x31\xb2\xef\xd1\x0f\xc4\x2b\x02\x21\x04\x21\x18\x63\x9a\xa6\x69\ \xdb\x56\x08\x71\x76\x76\xb6\xdf\xef\x7f\xdf\x6d\x05\x40\x40\x30\ \x76\x46\xcb\xbe\x45\x08\x17\xfb\xdd\xfc\x68\xb6\x5e\xdd\x23\x84\ \xea\xba\x4e\xd3\x54\xa9\x5e\x4a\x89\x10\xd2\x5a\x1b\xab\x84\x60\ \x21\x04\xce\x39\x60\xa4\xb5\x76\xce\x37\x4d\x2b\xa5\x3c\x3f\x3f\ \x8b\x22\x4e\x31\x42\x28\x08\x1e\x63\x82\xba\xae\x6b\xea\x9a\x12\ \xb2\x3c\x5b\x7a\xef\xa3\x48\x50\x92\x95\x65\x19\x45\x62\x94\x1f\ \xf5\x52\xb6\x4d\x13\x42\xb0\xde\x06\x8f\xac\xb5\x67\x67\x67\x0f\ \x1e\x3c\x78\xf9\xea\xd5\x30\xcc\x12\x4a\x10\xc6\x84\xd2\xbe\xeb\ \x06\xf1\x60\xf0\x21\x78\x20\x0c\xa2\x98\x8f\x27\x79\x53\x77\xce\ \x7b\xc6\x18\x04\x08\xf8\xbd\x79\xfc\x60\xf1\xfe\xfd\xd8\x12\x42\ \x20\x91\xc0\x94\x12\xce\x19\xc6\x98\xb0\xc1\xbc\x90\x53\x5c\x55\ \x0d\x84\x10\x09\xde\xb7\x4d\xdf\xb5\xdb\xcd\xda\x39\x37\x9f\x1f\ \xa5\x71\x6c\xad\x95\x94\x30\x82\xc3\x3f\x5d\x37\xf7\xfd\x5d\xc7\ \x18\x57\x4d\x77\x7d\x7b\xbb\xab\xaa\x48\x24\x8f\x9e\x3e\xf1\x01\ \x2e\xae\xaf\x42\x70\x94\x32\x04\x38\xf8\x40\x82\x3f\x14\x7b\x76\ \x34\xbf\xbd\xbd\xe2\x84\xe5\xa3\xec\xfa\xea\x82\x0a\xbe\xdd\xac\ \x67\xd3\x69\xdd\xd4\x46\xa9\x10\xc2\x7e\xbf\x67\x8c\x0e\xf4\xe8\ \x24\x49\x94\x92\x5d\xdb\x66\x79\x76\x7b\x75\x85\x1f\x3e\x7c\xf8\ \xf0\xa1\xb5\x36\x49\x62\x1c\xd0\xe2\x78\xe1\x9c\xeb\xba\x76\xb7\ \xd5\xcb\xe5\xe9\x8f\x7e\xf4\xa3\xf5\x6a\x35\x19\x8f\x47\xa3\x3c\ \x8e\xe3\xf3\xf3\x33\xad\x8e\x06\x79\x33\xe3\xcc\x29\x33\x70\x56\ \xff\xe4\x8f\x7f\xfe\xee\xf2\x92\x12\xd2\x29\xe5\x9c\xe7\x82\x22\ \x42\xb4\x94\xc5\x76\x6d\x8d\x23\x94\xf6\xbd\xe2\x91\x18\x65\xe9\ \x74\x32\xd9\xed\xb7\x84\xe0\x34\x49\x8c\xb3\xc6\x18\xce\x79\x9a\ \x66\xc6\xa8\xd1\x78\x34\x6c\xf7\xf3\xfc\x74\xbb\xdd\xa9\x4e\x72\ \x46\xa3\x28\x42\x48\xc5\x11\xf7\xde\xa3\xe0\x26\x59\x52\xd7\xf5\ \x76\x75\x07\x56\x07\x1f\x76\x9b\x55\x5b\x97\x87\xfd\x86\x73\xfe\ \x07\x7f\xf0\x23\xc1\x30\xc5\xa1\x8c\x39\x0a\x36\x78\xfb\xe1\xf0\ \x08\x46\x08\x82\x73\x76\xe0\x31\x0d\x14\xf3\x34\xcd\x9c\x73\x00\ \x61\x3c\x1e\x61\x4a\x24\xf4\x21\x78\x42\x48\x14\x73\x82\x09\xa3\ \x14\x23\xcc\x39\x63\x8c\x7a\x84\x29\xd0\x10\xc0\x18\xed\x83\x17\ \x94\x81\xf3\x9c\x51\x4a\x89\x35\xa6\xaa\xeb\xd6\x29\x43\x21\xe8\ \x16\xe9\x16\x63\x34\xcb\x84\x54\xa5\x3d\x20\x6b\x9d\x0c\x1a\x63\ \x68\x55\xd3\x6e\x9c\xe1\x28\xcd\x33\x02\x38\x13\xd0\x53\x6f\x39\ \x0a\xde\xbe\xba\xbb\xb4\x7d\xef\xb4\xd9\x15\x3b\x67\x5d\x14\x45\ \x6d\xd7\x51\xce\x19\x67\x94\x51\x65\x74\xdb\x77\x1e\x01\x04\x8f\ \x31\xc2\x8c\x05\xe7\x08\x26\xc6\x98\xed\x6e\x97\xe7\x39\xe7\x7c\ \x3c\x39\x62\x94\xee\x76\xfb\x10\x90\xb5\x86\x73\xbe\x59\x6f\x8d\ \xb1\xef\xde\xbd\x93\x52\x06\xf0\x21\x18\xce\x99\xb5\xf6\xfa\xfa\ \x3a\x49\x92\x61\xde\x1a\xa2\x33\xf3\x3c\xef\xda\x8e\x30\x4a\x29\ \x35\xc6\x0c\xda\x92\x81\x09\x84\x31\x7e\xf0\xe0\x41\x9e\xe7\xf0\ \x8f\x45\x5d\xfd\x33\xea\x16\x31\x1e\x74\x8b\x84\x90\x41\x97\x6f\ \x8c\x19\x66\xb1\xf7\xf4\x62\x8c\x29\x21\x00\xc8\x5a\x33\x94\xb3\ \xa2\x28\x10\x42\x83\x65\x47\x12\xc5\xd6\xbc\x2f\xde\xde\x7b\x84\ \xe8\x50\xb9\x10\x20\x29\x25\x21\x8c\x31\x91\xe7\xa9\x73\xf6\xe4\ \xf4\x78\xbf\xdd\x6e\xd7\xdb\x38\x16\xb3\xd9\x6c\x3c\x1e\xc9\xbe\ \x77\xd6\x81\x77\x08\x7c\x5d\x95\x9c\x73\xce\x88\x56\x5d\x12\x0b\ \x46\x71\x14\xf1\xae\xeb\x18\x67\x5d\xd7\x32\xc6\x76\xbb\xdd\xdd\ \xdd\x9d\xd1\x86\x10\x82\x10\xc6\x94\x28\x63\x66\xd3\x69\x9e\x65\ \xc3\xec\x86\x30\xe9\xfb\x0e\x10\x69\xdb\x97\x8c\x73\x2e\x98\xed\ \x0d\xa5\x84\x31\x96\xa4\xc9\x30\x0b\x0f\x42\xb0\xa1\x6c\x79\xef\ \xad\x75\x3e\x01\x4c\x88\xe0\x1c\x63\xdc\x75\x1d\x65\xbc\xd8\x07\ \x63\x35\xa5\x8c\x61\x20\x08\xa5\x69\xb6\xdf\x1f\x06\x49\x39\x21\ \xe4\xfe\xfe\x7e\x40\xfa\x17\x8b\x45\xd3\x34\x18\x7d\xa0\xfa\x07\ \x00\x28\xe3\x01\x53\xa5\x8d\xf5\xa1\xe9\x5a\xca\xb9\x75\xce\x1a\ \x47\x99\x8f\xa3\x54\x10\x8c\x01\x33\x46\x85\xe0\xb7\x17\x57\x7f\ \xf4\xb3\x9f\xdd\x5e\x5f\x6f\xf7\x3b\xc6\xd8\xe5\xcd\x75\x51\x8c\ \xac\xb1\x5a\x6b\xe7\x9d\x31\x56\x88\x81\x3d\x80\xd3\x34\xdb\xef\ \xf7\xd6\x85\xa6\x69\x8f\xe6\x13\x46\xf1\xd1\x7c\x9a\x24\xc9\x2f\ \x7f\xf9\x4b\x4a\xc8\x74\x3a\x7b\x70\x7c\xe4\xbd\x85\xe0\x93\x34\ \xe6\x9c\x3a\xab\x95\x6c\xd3\x38\x32\x46\xb7\x75\x35\x9d\x4e\xac\ \x49\x83\xb7\x5a\x69\x84\x20\x78\x0b\x08\xae\xaf\xaf\x8a\xa2\x18\ \xe8\xda\x5c\x08\x44\x09\x60\x7c\x72\x72\xcc\x30\x48\xa3\x98\x10\ \xd6\xa8\xdd\x76\xd3\x54\x55\x3e\xca\xd3\x38\x26\x8c\x75\x7d\x3f\ \x8c\x57\x8f\x1e\x3d\x9a\xcf\xe7\x57\x57\x17\x75\x53\xc7\x71\xec\ \x9c\x33\xd6\xf4\xbd\xa2\x14\x33\x2e\x92\x24\xa1\x94\x72\xc6\xca\ \xc3\x7e\xbf\xdb\x54\x55\x35\x74\x6a\x18\x43\x2c\x18\x0a\xce\xea\ \xfe\xc7\x7f\xf0\x79\x14\x45\xc5\x6e\x7b\x7d\x7d\xad\x94\x3a\x3e\ \x3e\xfe\xe9\x17\x7f\x20\x18\x0d\x1f\x2a\x17\x8d\xe3\x38\x8e\x63\ \xce\xf9\xa0\x55\x1a\x54\x38\x8c\x31\xad\xf5\x60\xf1\x44\x39\x8b\ \xb8\x60\x94\x6b\xad\x92\x28\x1a\x70\x5b\x8c\x10\x00\x70\xce\xa3\ \x54\x38\x84\x09\xc6\x71\xc4\x28\x26\x94\xe0\x62\xb7\xed\xbb\x8e\ \x20\x60\x28\x44\x94\x08\xc6\x99\xc3\x9c\xf2\xae\x6b\xad\xd1\xd8\ \xba\xf1\x68\xd4\x01\x50\x84\xa7\x49\x84\x08\xc2\xc1\xe4\x49\xb2\ \xb9\xbb\x65\x8c\x71\xca\xee\x2e\x2e\x92\x28\x72\xce\x39\x6b\x37\ \x9b\xed\xf9\xf2\x1c\x13\xd2\x74\x1d\x00\xd2\xce\x3a\x08\xeb\xdd\ \xb6\xae\x6b\x20\xb8\x6e\x5b\xe7\x3d\x60\x44\x19\xc3\x84\x28\xad\ \x03\x02\xce\x78\xd7\xf7\x1e\xc2\xa1\x2a\x9b\xae\xbb\xba\xb9\x45\ \x40\xac\x75\x4a\x49\xa5\x94\x94\xfd\xed\xdd\x55\xdb\xf6\x08\x05\ \x6b\x35\x40\xcc\x39\x1f\x2c\x6d\x06\x92\x93\x94\x92\xfe\xfe\xa7\ \xeb\xba\x00\x50\xef\x9b\xe1\x98\x1f\xa8\x12\xc3\x58\x63\xad\xed\ \xa5\x1c\x06\xb1\x1f\x88\xcb\x0d\x22\x04\x0f\x97\x38\x74\x8c\xc3\ \xee\x7f\xf8\x60\xef\x0d\x94\x59\x08\x88\x1a\x2d\x87\x95\x9c\xd1\ \xd2\x5a\x37\x78\xe0\x69\xa5\xac\xd6\x8c\x88\xf7\x64\x16\x4a\xbc\ \x0f\x03\x1c\x30\xe8\xf8\x07\x68\x49\x08\xce\x38\x21\x94\x1c\x1f\ \xcf\x23\xce\x0e\xc5\xbe\xef\xbb\xc9\x68\xd4\x38\x1b\x90\xf7\xc1\ \x0f\xc9\x7a\x9c\x73\x21\x84\xf7\xe1\xfb\xfc\x1b\xe7\x7d\x12\x89\ \x38\x8a\x92\x24\xb9\xb9\xb9\x59\x2e\x97\x83\x20\x5e\x6b\x13\xbc\ \x1b\x8c\x2e\x46\xa3\x7c\x3c\x1a\x31\xc6\xda\xae\xe3\x9c\x69\x63\ \x7a\xa9\xac\xc5\xb2\xef\x08\xa1\xa3\x3c\xef\xb5\x1a\x0c\xad\x30\ \xc6\xd6\xda\xfb\xfb\xfb\xe1\xf0\x77\xce\x01\x40\xf0\x61\xb1\x98\ \x87\x00\x75\x5d\x3b\xe7\x02\x40\xf0\xde\x5a\x1b\x25\x51\x1c\xf1\ \x34\x4d\x29\x63\x5d\xd7\x30\x46\x8e\x17\x73\x63\xcd\xdd\xad\x0b\ \xde\x5b\xa3\xa2\x88\x8f\xf2\xec\x03\xd5\x73\x08\x23\x84\xac\x77\ \x84\x12\x6b\x9d\xb5\x2e\x8a\xa2\xe0\x42\xb0\x81\x20\x8a\x3d\xd6\ \x52\x79\x02\x79\x14\xc9\xae\xd7\xb9\xc2\x18\x7b\xe7\x8b\xa2\xe8\ \xda\x0e\x10\x38\x6d\x56\xed\x3d\x05\x02\x21\x0c\xda\xd9\x61\x9a\ \x1b\x7c\x4b\x86\xd3\x65\xb9\x3c\x4d\xd3\x68\x34\x1a\x8b\x48\xc4\ \x49\xf2\xa3\x3f\xfc\x83\xdb\xdb\xdb\xfd\x6e\xb7\x38\x9a\x8f\xf3\ \x7c\xbb\x5a\xcb\xae\x77\x9c\x75\x6d\xd7\x35\x2d\x17\x02\x23\xa4\ \x7a\xd9\x51\x26\xbb\xde\x5b\xc7\x28\x85\xe0\x46\x79\xfa\xea\xf5\ \xdb\x37\xaf\xdf\x8c\xa7\x33\x44\x30\x42\xc8\x87\x80\x30\x41\x88\ \xe6\x59\x7a\xba\x38\x5a\x1e\x2f\x5c\x08\x9b\xed\x2e\x89\x85\x54\ \x76\xbb\xdd\x66\xd9\x68\x75\xbf\x9e\xcd\x67\x71\x9a\xf4\x7d\x3f\ \x9f\xcf\x29\xa5\xcf\x9e\x3d\x2b\x0e\x7b\x29\x65\x1c\xc7\x03\x42\ \x8c\x11\xca\x46\x93\xa3\xc5\xf1\x76\xbb\xa9\xeb\x5a\x69\xd7\x75\ \x72\xe8\xd1\xb4\x52\x27\xf3\x39\xa5\xec\x67\x3f\xfb\xd9\x57\x5f\ \x7d\xf5\xf8\xd1\xa3\x7c\x34\xfa\xf2\xcb\x2f\xdb\xb6\x6d\x9a\x66\ \xb1\x58\x4c\x26\x93\x10\xe0\xc3\xc4\x3f\x18\x63\xa5\x65\xdb\x37\ \x8c\x13\x1f\x18\x42\x38\x8e\x23\xce\x53\x3f\xec\x07\x31\x32\x56\ \x45\x34\x61\x9c\x4e\x26\x79\x2f\x49\xdf\xb4\xd6\xda\x34\x49\x18\ \x65\x18\x23\x63\x14\x0a\xce\x22\x60\x98\x46\x8c\x51\x08\xa0\x2c\ \xb3\xae\xdf\x17\x93\xf1\x28\x41\x24\xb2\x7e\x06\x82\x89\x38\x4d\ \x53\xc5\x62\xa5\x24\xf8\x10\x1b\xc8\x09\x8e\xb9\xf0\x9c\x88\x48\ \x34\x2c\x66\x42\x00\xcf\x8d\x36\x46\x69\xc1\x45\x46\x12\xa0\xc1\ \x04\xc3\xe2\x91\x00\x8c\x13\x81\x00\xf5\xb2\xa7\x8c\x32\xc1\xbd\ \xf3\x94\x51\x44\xb0\x35\xc6\x79\x4f\xa9\x18\x06\x46\xcc\x28\xf6\ \x7e\xf8\x1a\x33\xce\x87\x76\xf2\xbd\x90\x9a\x50\x46\x69\x92\xc4\ \x69\x1a\xa5\x69\x9e\x24\xf1\x7e\xb7\xdb\xed\x55\x92\x9c\x2e\x16\ \x8b\xc1\xa7\x68\x90\x31\x0e\x95\x6b\x58\x34\x85\x10\x30\x21\x94\ \x31\x4a\x08\x63\x6c\xe0\x30\x0e\x05\x21\x4d\x53\xd9\xf7\xc1\xff\ \xff\xc5\xe1\x87\xc1\xe7\x42\x83\xf0\x03\x84\x10\xc3\x2b\x3d\x5c\ \xdf\xe0\x3d\x06\x01\x00\xc3\xd0\xad\x44\x51\x24\xa5\x7c\x8f\xc5\ \x5a\x0b\x10\x8c\xf1\x0e\x05\x80\x80\xf1\x00\x61\x86\xc1\xad\x45\ \x29\x65\xb4\x8f\xe3\x14\x63\x70\xde\x2a\x15\x9a\xba\x62\x84\xa4\ \x69\x12\xc2\xa4\xef\xfb\xf9\x7c\x06\xe0\xbd\xb3\x94\xe2\xc7\x8f\ \x1e\x52\x82\xdb\xb6\x03\x08\x93\xc9\x04\x00\xfa\x5e\x22\x80\x58\ \x88\x2c\x4d\x05\xe7\xbb\xfd\x1e\x11\x3d\x9b\xcd\xbe\xfb\xee\xe5\ \x70\xd1\x98\xe0\x01\xa4\xbb\xbb\xbb\x4b\xe2\xe8\xd9\xb3\x8f\xd2\ \x2c\x6b\x9a\xd6\x59\xcb\x19\xf5\x01\xe2\x38\xc6\x18\x1b\xa3\x87\ \x16\xa9\xaa\x2a\xce\xf9\xd0\x57\x52\x4a\x27\x93\xc9\x66\xb3\xc1\ \x18\xc7\x51\x6c\x8c\x1d\xf8\xd9\x00\x00\xc6\x70\xc6\xe2\x38\x9a\ \x8d\xc6\xb3\xc9\x08\x61\x42\x99\x38\x9a\xcd\xd6\xeb\xb5\x31\x7a\ \xd0\xe8\x5a\x6b\xbd\xf7\x71\x14\x31\x46\x9d\xb3\x1f\xf0\x0a\x01\ \x02\x84\x51\x24\x22\x29\xa5\x56\x9a\x31\x16\x8d\x22\x6b\x1c\x0a\ \xc0\x30\x45\x08\x05\x07\x0e\x59\xc7\x48\xdb\xb9\xa6\x4e\x30\x06\ \x63\xf4\x7e\xbf\x6b\x9a\xc6\x3a\x8b\x08\x76\xce\x19\xe3\x28\xa1\ \x9c\x73\xce\xb9\x31\x9e\x10\x62\x6d\xd8\xef\xf7\x68\x90\xac\x50\ \x6a\xb4\x6a\xdb\xda\x58\x1d\x20\x64\x79\x76\xb2\x3c\x11\x8c\x11\ \x0c\x4f\x9f\x3e\xed\xdb\x36\xcf\xd2\xe9\x6c\x0a\x10\xee\xee\xee\ \x42\x08\xd3\xe9\x94\x31\x66\x8c\x1e\x14\x9d\x79\x9e\xc6\x22\x52\ \x52\x7e\xfb\xbb\x17\x93\xf1\x04\x53\xe2\x9c\x43\x18\x39\x1f\x28\ \x46\x94\xd2\xaa\x3c\xdc\x3a\xf5\xec\xa3\x8f\x1e\x9c\x9c\x0b\x2e\ \xbe\xf9\xdd\x0b\x84\x10\x67\x3c\x49\xe2\x2c\x4f\xd2\x34\xad\xdb\ \x66\x60\xbd\x35\x4d\x93\x24\xd1\xa0\x1c\x5e\x2e\x97\x55\x05\x00\ \xde\x05\xc8\xc6\x93\xa6\xed\xd7\x9b\x9d\x94\x92\x20\xb8\x5b\xad\ \x66\x93\xc9\x74\x36\xfd\xe8\xe3\x8f\x96\xe7\xe7\xbb\xed\xfe\x74\ \x79\x26\xbe\x7b\xf9\xe6\xdd\xc5\x2f\x7e\xf1\x8b\x34\xcb\x3f\xf9\ \xf4\xb3\x57\xaf\x5e\xe5\xa3\xf1\xe9\xe9\xc9\x6a\x77\xf8\x60\x4f\ \x54\x00\xc0\xef\xf9\x40\x2e\x84\x40\x08\x1e\x3c\x51\x06\xb3\xc9\ \x10\x82\x36\xc6\x3b\x4f\xc8\xc0\x97\x18\xf0\x20\x8b\x38\x02\x80\ \xb6\x71\xc0\x29\x8d\x05\x26\x4c\x2a\x49\xac\xc3\xc6\x25\x18\xff\ \xe4\xd9\x47\x8c\x10\x84\x21\x4b\xf3\x3c\xca\x04\xe7\x49\x96\x02\ \x42\x08\x23\xc6\x08\xc3\x98\xf8\xc0\x31\x01\xe7\xe2\x2c\xd7\x34\ \x58\xe7\x31\x40\xf0\x41\x08\x3e\xac\x08\xbd\x75\x5a\xeb\x22\xce\ \xee\xac\xdc\xb5\x2d\xc1\x98\x31\xe6\x01\xca\xaa\x1a\xae\xd3\x79\ \x6f\xbd\x0b\x08\x81\xf7\x3e\x04\x40\x10\xbc\x77\xde\x23\x00\xe7\ \x9d\xf7\x3e\x00\xb4\x5d\x87\x31\xc2\xef\xa1\x1e\x24\x55\xb7\xdd\ \x05\xc6\x0e\x18\xa1\xae\xaf\xad\xd5\x00\xfe\x70\x28\x86\xf1\x68\ \x10\xf3\x1b\x63\x86\x65\xfd\x70\xfe\x79\x18\x98\x43\x78\xa8\x00\ \xc3\x5f\x12\x42\xa2\x28\xd2\x5a\x03\x20\xf4\x43\x72\xb9\xc1\x49\ \x92\x0c\x16\x2e\xd6\xda\xa1\x85\xfe\xfd\x43\x25\x83\x95\xcf\xc0\ \xf9\x1e\xe0\xa1\x21\xc4\x69\x40\xf1\x19\x67\xc6\x18\xf0\x96\x52\ \xec\x7d\x60\x8c\x23\x14\xbc\x77\x43\x15\x17\x82\x7e\x7f\xd0\x61\ \x4c\xbc\x77\x7d\x2b\x39\x65\x00\x41\x29\x09\x28\x8c\x46\x99\x73\ \x8e\x01\x4a\x93\x04\x01\x20\x08\x71\x24\x38\x63\xb2\xef\x39\xa3\ \x9c\x91\xb2\xac\x0e\x46\x0f\x36\x55\x72\xbd\xa9\xeb\xba\xaa\xaa\ \x00\x40\x08\x05\x82\x11\x46\x4a\xa9\xc3\xe1\x30\x7a\xf4\xa0\x2a\ \xcb\xa1\x13\x8c\xa2\xa8\xed\x5a\x8c\x49\x24\x62\x80\x60\xb5\x1e\ \xc6\xde\x21\x17\x60\xf8\x80\x43\x68\xc2\xf0\x3b\x20\xb4\xdd\x6e\ \x11\x42\xa3\xd1\xc8\x18\x83\x10\xf2\xce\xaa\xbe\x2f\x43\x10\x8c\ \xf0\x28\x39\x39\x3b\x9f\x4e\xa7\x6f\xdf\xbe\x1d\xe8\xb8\x03\x25\ \x75\xc8\x9e\x19\x6e\xce\x07\x42\xc5\x80\x22\x11\x4d\xc6\x93\xba\ \xaa\xbd\x77\x18\x11\x8a\xdf\x1f\x7c\x84\x12\xc6\x18\xc6\x04\x61\ \x44\x09\x56\xb2\x1f\xa5\x99\xf7\x76\xb7\xdd\x48\xad\x02\x00\x8f\ \x44\x08\x70\x28\x0e\x59\x96\x29\xad\x87\x2f\x56\x00\x18\x8f\x53\ \x4a\xa9\xec\x15\xa3\x08\x01\x44\x82\x81\xf7\x08\x85\xa6\xad\x8d\ \x73\x5c\xf0\x5e\xf6\x84\x1e\x23\x04\xcb\xd3\x13\xc6\xe9\x64\x32\ \xf2\xde\x95\x87\xa2\x6e\x9a\xd1\x28\xeb\xba\x1e\x20\x8c\x46\xf9\ \xe1\x70\xd8\xed\xf6\xe7\x27\x27\x4f\x9f\x3c\x5e\x2c\x8e\x10\xf8\ \xf5\xfd\x2e\x84\x80\x30\xc1\x18\x0d\x3b\x8e\xcd\x7a\x95\xc0\x0c\ \x82\xbb\xba\x78\x67\x03\x24\x91\x60\x01\x1d\xca\x72\x71\xb2\x38\ \x3a\x3a\x6a\xda\x0e\x21\xc4\x39\xaf\xeb\x7a\x88\xf3\xc3\x08\x87\ \x10\xb2\x2c\x2d\xcb\x02\x20\x60\x4c\x77\xfb\x62\xb5\xde\x9e\x9e\ \x9c\xa4\xf9\xc8\x28\xe5\x9d\xed\x95\xba\xbe\xbe\x9d\x8e\xa7\x9c\ \x8b\x24\x4e\x9f\x3d\x7a\x7c\x7e\xfe\xf0\xbf\xfc\xd7\xbf\xfd\xec\ \xf3\x1f\x25\x69\x56\x1c\xca\xd9\xd1\x9c\x8b\xc8\x58\x97\x8f\x46\ \xf0\xa1\x64\x54\x82\x87\xdb\x8b\xac\x75\x83\x3e\xdf\x5a\xfb\xde\ \xe7\x09\x60\x48\x00\x12\x11\x1f\xf2\x9c\x83\x73\x51\x24\xe2\x64\ \x88\x4f\x89\x18\x21\x8e\x02\x8b\x05\x71\x60\x8d\xe5\x08\x46\x79\ \x76\x94\xe6\xa9\x10\x82\x12\x46\x88\xf5\xde\x00\x48\x6f\x65\x5d\ \x01\x41\x4c\x30\x66\x31\x05\x20\x3e\x08\x8c\x75\xdf\x33\xd9\x58\ \x41\x8d\xb1\x59\x9a\x6a\x6d\xd8\xd0\x26\x07\x48\xe2\x38\x4e\xa3\ \xd8\xa7\xbe\xe8\x10\xc6\x52\xeb\xfe\x70\x10\x82\xc7\x71\x12\xbc\ \x0f\x00\xca\x68\xd9\xcb\x00\x30\x40\xc9\x18\x61\x8a\x50\x00\xc0\ \x64\xa0\xee\x13\x08\xde\x05\x1f\xbc\x41\x10\x18\xe5\x21\x40\x1c\ \x73\x00\xd7\xb6\xbd\xd6\xba\x97\x2d\xe3\xb8\x69\xca\x38\x8a\x08\ \x25\x43\x45\x1e\xd6\x71\x43\x6d\x1a\xa6\x9c\x80\xde\xf7\x31\x4a\ \xa9\xe1\x09\x7e\x5f\xe6\x06\xba\x12\xfa\x81\x28\xae\x87\xb2\x92\ \x65\xd9\x64\x32\x19\xae\x75\xb0\xb8\x91\x52\x2a\xad\x11\x00\x25\ \x04\x05\x4f\x08\x1d\x0c\xd7\xbf\xe7\x13\x30\xca\x86\x99\xc7\x28\ \x8d\x00\x63\xc1\x43\xf0\x8c\x13\x4c\xa9\x40\xa0\x8d\xce\x47\x68\ \x3a\x9e\x28\xa5\xdb\xb6\x03\x94\x64\x19\x03\x84\xaa\xba\x71\xd6\ \xc4\x42\x94\x65\x59\x1e\xaa\x34\x4d\x7d\x40\xd6\xda\xba\xeb\x8a\ \xaa\xf2\xce\x45\x71\x4c\x08\x6d\xbb\x7e\x70\xa7\xf2\x3e\x44\x91\ \x10\x51\x84\x30\x16\x42\xac\x37\x6b\x6b\x0d\x21\xc4\x20\x8b\x00\ \x53\x42\x7d\x08\x00\x10\xc7\x29\xa1\x74\x9c\xa6\x22\x8e\x49\x55\ \x4b\xa9\x1e\x3c\x7a\xd4\x77\xea\xdd\xe5\x45\x9c\x65\x10\xbc\xd2\ \x2a\x89\x93\x47\x8f\x1e\x69\xad\xef\xef\xef\xdb\xae\xb5\xd6\x74\ \x7d\xc7\x18\xa3\x94\x1d\x0e\x65\x96\xa5\x03\x7e\x8f\x10\x28\x29\ \x43\x08\x7d\xdf\xb7\x6d\x13\xc5\x29\x8b\x92\x10\x40\x29\x6d\x8c\ \x35\xc6\xde\xdc\xdc\xb6\x6d\x1b\xc7\x31\x21\xd4\xfb\xf0\xe1\x7c\ \x2e\x04\xf9\x28\x7f\xf8\xe8\xe1\xfd\xdd\xfd\xcd\xe5\x95\x91\x6a\ \xb1\x58\x08\x2a\xda\xb6\x35\xc6\x06\xef\x19\xc7\xc3\x5e\x55\x6b\ \x3d\x9f\xce\x8c\xb3\x6d\xd7\x0a\x2e\x92\x24\xea\xb4\xec\x3a\xb9\ \xdd\xed\x08\xa1\xb2\x97\x8c\xf1\x38\xce\x8c\xd6\xbd\xb1\x52\xca\ \xe3\xd3\x25\x66\x6c\x57\x1e\xb2\x88\x8d\x27\xe3\x7c\x32\xa9\x9a\ \xfa\xea\xf6\x66\x3e\x3f\xda\x1d\x8a\x48\x44\xcb\x93\x65\x96\x8d\ \xee\x36\xf7\x51\x9e\xdd\xaf\xd7\xbb\xf2\x40\x10\x1e\x8d\x26\xab\ \xf5\xc6\x5a\x3b\x99\x4c\x30\x26\x7d\xdf\xf3\x88\x2b\x6d\x38\xe7\ \xfb\x62\xbf\x5a\xaf\x11\xc1\x28\xa0\xf7\x47\x3a\x42\x4d\xd3\xe2\ \xe5\x7c\x32\x99\x1e\xa0\x9e\x4f\x67\x1e\x93\xdb\xbb\xd5\xe9\xe9\ \xe9\xd3\xa7\x1f\xfd\xfd\x3f\xfc\x0a\x63\x42\x30\x6a\xdb\x36\x4d\ \xd3\xf1\x78\x7c\x7e\x7e\x76\x7b\x7b\xfd\xfa\xcd\x1b\xad\xf4\xe1\ \x50\x59\x0b\xf9\x28\x6d\x3a\xd5\xdb\xe8\xb7\xad\x00\x00\x20\x00\ \x49\x44\x41\x54\xb6\x4d\x3e\x9e\x70\x4a\x18\x17\xdb\xdd\x2e\x8e\ \x38\x0a\xe1\x6f\xff\xfe\x1f\xe2\x88\xff\xe2\x17\x7f\x16\x27\xe9\ \xae\xd8\xfb\x00\xce\xf9\xe7\xdf\x7c\xf3\xcd\x37\xdf\x30\xc6\xca\ \xaa\xfe\xe8\xe9\xb3\xc9\xe2\xf8\x83\x63\x2e\x11\x1a\xe4\x06\xc1\ \x7b\x47\x08\x26\x04\x85\xe0\x7e\xaf\x31\x02\x42\x88\x33\x9a\x10\ \x12\xac\x0d\x3e\x38\x63\x11\x46\x21\x38\xef\x49\xf0\xc4\x06\x02\ \x98\x18\xeb\x7c\xd7\x47\x16\x32\x21\xc6\x42\xf0\xe0\xbd\xea\xf9\ \x64\xda\x35\xed\xc3\xa7\xcf\x76\xc1\x2a\x04\x9c\xf3\x38\x89\xd2\ \x34\x61\x84\x46\x0c\x73\x40\x41\xe9\xd5\xe5\x95\x82\x20\x39\x2d\ \xda\xea\xe3\x87\x67\x27\x79\x86\x01\xca\xb2\x34\x4a\xe7\xd3\x71\ \x3a\x1a\xab\x88\x65\x4e\x55\x5a\x06\xef\xd2\x34\x21\x84\x20\x8c\ \x10\x19\x8c\x21\x10\x22\x98\x71\xc6\x28\x75\x01\x80\x60\x42\x06\ \xeb\x06\x00\x00\x04\x61\xd8\x74\x07\xc4\x20\x78\xc6\xa8\xb1\x96\ \x33\x8e\x00\x39\x4a\x7a\xd9\x33\x4e\x17\xa3\x85\x33\x8e\x30\x42\ \x30\xf9\xbe\x2f\x19\xb8\x20\x03\x9e\x15\xc7\x31\xa1\xd4\x05\x8f\ \x10\xb2\xce\x79\xe7\x06\x5c\x65\x48\x18\x11\x42\x70\xf6\x8f\xd7\ \xa5\x7f\xbe\xca\x45\x30\xf6\xda\x80\xf3\x49\x14\x23\x80\x3c\xc9\ \xbc\x77\x34\xc1\xb2\xed\x38\xe7\x93\xd1\xd8\x5b\xed\xbd\x05\x8c\ \x00\x3c\x82\x40\x30\x44\x9c\x61\xe4\x09\x26\x6d\xdb\x25\x9c\xbb\ \xde\x62\xec\x05\xa3\x81\x00\xe1\x84\x62\xd6\x49\x19\x9b\x9e\x39\ \x21\xb5\x4c\xa2\x14\x10\xed\xad\xef\x3b\xd9\x07\x2c\x3b\x5b\x97\ \xca\x4a\x73\x73\xb5\x3d\x7b\xf8\xa0\x68\x1b\x96\x70\x63\x5d\x87\ \x88\x60\x89\x76\xa4\xeb\x9c\x92\x81\x12\xc2\x30\x10\x10\x71\x9c\ \x11\x4e\x59\xc4\x3d\x72\x9b\x62\x67\x51\x40\x18\x13\xc1\x42\x80\ \x40\x30\xa6\x44\x03\x5c\xde\xaf\xf3\x7c\x74\x72\x7a\xca\x44\xf2\ \xe0\xe9\xa2\xa8\xfb\xc9\xd1\x69\xaf\xef\x7d\xc0\xf9\x78\xc2\xbd\ \xa9\xaa\x2a\x60\xc4\xe3\xa8\x6a\x5b\x44\x09\xe1\x4c\x1a\x13\x30\ \x1a\x1e\xd2\xc9\xe9\xf2\x78\xb1\x30\xd6\xb6\xeb\x55\x3e\xca\x8d\ \x71\x7d\xdf\x23\x20\x36\xe0\x60\xfc\x76\x5b\xc6\x49\x4c\x59\x24\ \x95\x3d\x9a\x47\x5c\x24\x71\x82\x84\x10\x69\x36\xae\x1b\x39\x30\ \xf2\x3f\x0c\xea\xc2\x01\x9c\x36\xb3\xc9\xa4\x1c\xe5\x0f\x1f\x9e\ \x4f\x26\x93\x2a\xae\xb5\xd5\xeb\xed\xea\xb3\xcf\x3e\x43\xe0\xfb\ \xae\x75\x36\x08\x21\x1c\x42\x9d\xd2\x22\xcb\x95\x52\x31\x17\xb2\ \xaa\xac\xf7\x22\x8d\xa5\xd4\x59\x92\xf5\x4d\x15\x21\x9a\xa6\xa3\ \xa6\x6a\x0e\x5d\x23\xe0\xc8\x22\x57\xc9\xea\xa3\xf1\x83\x3c\x4e\ \xee\xb6\x05\xc5\xb8\x38\xb4\x65\x2b\xab\xaa\x3a\xd4\xfd\x93\x27\ \x9f\x60\xef\x77\x4a\xc6\x60\x57\x7d\x03\x49\xec\x5d\xd8\xd7\x8d\ \x76\xbe\xa9\xdb\x28\x4e\x8d\x0f\xd3\xf9\x71\x3c\x9d\xf8\xbe\x27\ \x69\xbc\x6b\xca\x43\x57\x23\x12\x30\xc1\x82\x12\xc0\x10\x02\xc8\ \x80\xda\x10\xfd\xdd\xd7\x2f\x9f\x3d\xfb\xa8\x94\xee\xa3\x1f\xfd\ \x44\x07\x16\x27\xd9\xc9\xf2\xc1\x7a\xf3\x7f\x3d\x7e\xfc\x24\xcd\ \x22\x42\x58\xdb\xf6\xcb\xe5\xf9\xe3\xc7\x4f\x37\x9b\x6d\x9e\x8d\ \xad\x05\x25\x9d\x0b\x24\x89\x13\x8a\xd0\x1f\xfd\xec\xe7\xc3\x24\ \xae\xb5\x16\x51\x62\x9c\x75\xc6\x25\x49\x62\x02\x7d\x7d\x7d\xc7\ \xf3\x89\xe7\xb1\x04\xdc\x98\x30\x39\x3e\xa7\xf1\x75\x9c\xa6\xe3\ \xd9\x59\x3a\x39\xb1\xe1\x43\x3d\x6e\x30\xb2\x16\x94\xf4\xb1\x08\ \x31\x8f\x31\xc1\xe0\x11\xa3\x0c\x07\xc2\x69\x84\x38\xe1\x9c\x33\ \x87\xb0\x47\x04\x63\x4c\x11\xce\x32\x8c\x02\xc2\x80\x00\x1b\x65\ \x19\xa5\x1a\x45\xca\xba\x5c\xc3\x04\x93\x53\x20\xa9\xd5\x24\x8e\ \x43\x92\xdc\xb4\x1d\x1d\xcf\xf2\x1f\xff\xb4\x2f\x0b\x90\xdd\xc9\ \x6c\x9e\x88\x88\x32\xc6\x18\xe1\x24\x08\xef\x5c\x79\xd8\x39\x97\ \x65\x39\x19\xcf\x4a\xed\xc9\x78\x96\x2c\x8e\xbc\x73\x09\x4f\x50\ \xd7\xe6\x47\xf3\x3c\xcb\xb7\x87\xfa\x7c\x36\x8f\x01\x5f\x99\x9b\ \xd1\x6c\x8a\x39\x05\x42\x02\x0a\xfe\xff\x63\xee\xbd\x7b\x2c\xcb\ \x92\x3b\xb1\x30\xe7\x9c\x6b\x9e\x49\x5f\xb6\xcd\xf4\x34\x9b\x43\ \xed\x52\x24\x01\x89\xe6\x03\x48\x9f\x41\x5f\x53\x5a\x81\x0b\xac\ \x24\x08\x92\x96\x00\x87\x1c\x0e\x57\xc2\x2c\x39\xae\x7d\xf9\xf4\ \xcf\xdd\x7b\x8f\x89\x88\xfd\xe3\xbc\xcc\xce\xa1\xb0\x3b\x54\x11\ \x18\xf5\x43\xa3\x90\x59\xa8\xea\xca\x77\xdf\xbd\x71\x22\x7e\xf1\ \x33\x45\xd6\xab\xeb\x61\x97\x3c\x79\x28\xe2\x91\xc1\xa0\xa8\x80\ \x09\x00\xb6\x44\x4f\x8f\x4f\xd4\xd4\x0c\x8a\xb2\x18\x00\x58\x1b\ \x44\x55\xd8\x11\x87\x9c\x01\x1f\x77\x7d\x51\xb9\x3c\xbf\x08\x8d\ \x6f\x9b\x16\x01\x4a\x29\x06\xc6\xec\x8a\xc4\xca\x0f\xef\x67\x6d\ \xd3\x74\x22\x15\xec\xd5\xca\x8a\x0a\xce\x83\x59\x35\x74\xaa\x08\ \xcc\x7f\x59\xa8\xfb\x3b\x4b\xd0\x30\x66\x6a\xda\xa6\xeb\x5a\x66\ \xda\xee\xb6\xd3\x34\xcc\x66\x33\x1f\xdc\xc1\xe1\x32\x84\xd0\xb5\ \x4d\x04\x61\x34\x40\x6a\x9a\xa6\x6d\x1b\xef\xfd\xde\x69\x9f\x5d\ \xd7\x49\xdf\xf5\xa5\xd7\x98\x46\x49\x45\x34\xb3\x82\xa9\x2e\x9c\ \x6f\x0d\xf3\x7a\xbb\xbb\x5d\xc5\x76\x88\x96\xb0\x0d\xae\x09\x0a\ \x5a\x48\xc0\x92\x80\xbc\xb9\x78\xbb\xce\xc3\x94\xe3\xe1\xc1\x72\ \xb8\xb9\x95\x71\x52\x76\xaf\x5e\xbf\x31\x80\xae\xeb\x8a\xc8\x66\ \xd8\xb2\x73\xe9\xf6\xc6\x50\x44\x75\x9a\x62\x9c\x32\x12\x23\x10\ \x31\x16\x50\x44\x22\xa4\x21\x46\x8e\xe3\x2e\x46\x25\xea\xfb\x59\ \x2a\x9a\x55\x7f\xf9\xeb\xcf\xdf\xbe\x7b\x8b\x44\x4d\xd7\x06\x08\ \xd3\x34\xe5\x9c\xab\xdf\x80\xf7\x3e\x4e\x11\xa1\xae\x95\x1d\x11\ \x1d\x1f\x1f\xbb\x10\xce\x2f\x2e\x9c\xf3\x3f\xf8\xf8\x93\x8b\x8b\ \xcb\x97\x2f\x5f\xa4\x94\x52\x11\xcb\x31\xa6\x48\xcc\x9b\xcd\x76\ \x1c\x27\x22\xde\x6e\x77\xab\xd5\xed\x8f\x7e\xf4\xa3\x71\x9c\x5e\ \xbc\x78\x59\x8a\xbc\x9f\xcb\x0d\x11\x3d\x7a\x74\x96\x52\x9a\xcd\ \xfa\x47\x8f\xce\x86\x61\x37\x9f\xf5\xcb\xe5\x6c\x1c\x17\xc3\xb0\ \x3c\x3c\x9c\x13\x62\x60\x8a\xd3\xe4\x9c\x4b\x39\x9d\x3d\x3a\x13\ \x33\x63\x10\x82\xa6\xef\x42\xd7\xce\x0e\x0f\xd3\x76\x82\xcd\x8e\ \xc8\xb5\xc4\xc9\x74\x7e\xb4\x8c\x25\x63\xca\xe7\xbf\xfc\x16\x1c\ \x5d\xb5\x5d\x8c\x53\xe7\x43\x99\x12\x3b\x4a\x92\xc7\x38\x32\xe2\ \x5f\xfd\xd5\xff\xb5\xec\x7b\x3e\xec\xd2\x37\x72\xbb\x59\x69\x2e\ \xbb\xcd\xe6\xdb\xd7\xdf\xb6\x6d\x1b\x73\xbe\x7d\x37\x92\x0f\x7d\ \xd3\x7c\xf5\xe2\x85\xf7\x9e\xd8\xad\xd6\xeb\xd5\xed\xda\x05\xef\ \x88\x45\x15\x4c\x03\xfb\xa2\xba\x8d\xe9\xf6\xf5\x1b\x25\x3e\x3c\ \x3a\x4e\x06\xeb\x61\x78\xf1\xfa\xed\xeb\x37\x6f\xa7\x38\xb5\x5d\ \x33\x9f\x2f\xba\xae\xfb\xf2\xcb\x2f\xaf\xae\x2e\xff\xdd\xbf\xfb\ \x6a\xb3\xd9\x38\xe7\x2e\x2e\x2e\x4b\x29\x8b\xbe\x53\xd1\xa7\x4f\ \x9f\xfc\xc9\x1f\xff\xd1\xf9\xf9\xf9\xdb\xb7\x6f\xfe\xf4\x4f\xff\ \xf4\xe8\xe8\xe8\xc7\x3f\xfe\xf1\xf9\xf9\x79\x16\x19\x73\xee\x86\ \x21\xab\x7c\xf3\xe2\xc5\xeb\x37\x6f\xfe\xf6\xef\xff\xce\x14\x5f\ \xbd\x3b\xff\xd1\xef\xff\xc1\x87\x1f\x7f\xfc\x3f\xff\xe5\x5f\xfe\ \xe9\x9f\xfd\xb7\xef\xd7\xed\xaa\xe8\x62\x71\xf0\xf8\xd1\xb3\xc5\ \xa2\xf7\x04\x6a\x66\xa6\xc8\x68\x86\x06\xe0\x7d\xe8\xda\x2e\x98\ \x27\xc0\x6a\xb8\x05\x84\x4c\x84\x8c\x06\xaa\xa6\x8e\x5d\x72\x41\ \x80\x8e\x72\x5e\xec\x76\x4d\x9c\x30\xe7\xe2\x78\x48\x6c\xdd\xdc\ \x1d\x1c\xef\xd0\x8d\x68\xae\xef\xfb\xc5\x01\x23\x9b\x09\x37\x8d\ \x73\x46\x79\x62\xe7\x4c\xb5\xef\xfa\xc5\xd3\xe7\xab\x29\x26\xb5\ \x08\xe8\x9b\x76\x7e\xda\x14\x53\x63\x8e\xa5\xbc\x7c\xf3\xfa\xc9\ \xd1\xc9\xc9\xc1\xf1\xc9\xd9\xa3\xab\xcd\x6a\x13\xc7\xb6\xef\xd5\ \x0c\xcc\xda\x76\x06\x7a\x2b\x66\x44\xba\x5f\x88\x19\x18\xb1\x88\ \xf8\xe0\xba\x59\x5f\xd9\x42\x06\x41\x8d\x55\xc5\x4c\xd4\x44\xcd\ \x9c\x16\xdf\xf6\xc0\x94\x73\xf6\x2e\x74\xde\x3b\x66\x55\x0d\x1c\ \x6a\xa7\xe9\x9c\x0b\x4d\xf0\xc1\x57\x6e\x04\xd5\xc3\xd8\x7f\xc7\ \x9a\x32\x80\xaa\x5a\x71\xdf\x9f\x9e\xab\xaa\xc9\xc7\x69\x9b\xcb\ \xd2\x79\xf6\x9e\x45\x33\x7b\x24\xa4\xe3\xe3\x43\xe7\x58\x44\xa7\ \x9d\x82\x1a\x92\xd5\x9f\x1e\x89\x98\xd9\x00\x90\x8c\x9a\x60\xc1\ \x65\xc8\x59\x0d\x0b\x50\x12\x8e\x85\x4b\xe9\x43\x7f\x40\xad\x0b\ \xe1\xf8\xb0\xd9\xe5\x9d\xc4\x21\x78\x6c\xc8\xb5\x3e\x54\xb5\xbe\ \x5f\x2c\x14\x2d\x4d\x3b\x52\x49\xaf\x5f\x53\x08\x07\x21\x10\xd8\ \xd5\x6e\xd5\xcc\x7a\x1f\x5a\x40\x1c\xd2\x80\xc8\x0b\xd7\xef\x76\ \xa3\x66\x43\xc5\x61\x3b\xf8\x10\x10\x11\x0c\xb5\x08\x22\x04\x24\ \x06\x73\x8c\xb7\xb7\xb7\x66\xd2\xf7\xfd\x8b\x98\xea\x5c\x0b\xa6\ \x5d\xdf\xc5\x69\x1a\xa6\x01\xcc\xba\xb6\x2d\xa5\xf4\xd5\xe8\xa3\ \x14\x46\xf4\xce\x89\xc8\x72\xb9\xac\xfc\xb5\xca\xfb\xff\xe2\x8b\ \x2f\x2a\x7b\xa5\xe6\x98\x89\xd6\x5d\xb2\x9a\x49\x4a\xe5\xf2\xf2\ \xdd\x30\x6c\x6f\x57\x37\xeb\xd5\xed\x76\xb7\xbd\xb9\xb9\x54\x13\ \x78\x5f\xa3\xa8\xdd\x6e\x65\xaa\xc7\xc7\x8b\xa7\x4f\x4f\x5f\xbc\ \x78\x01\x58\x4e\x4f\x1e\x3d\x7e\x7c\xf2\xa3\x1f\xfd\x10\x11\x5f\ \x7c\xfd\x4d\x1c\x07\xe7\xfd\xac\xef\x42\x13\x0c\x94\x98\xfa\x79\ \x5f\x44\x96\x47\x4b\x44\x54\xa2\x2d\xdc\xa4\xdd\xd6\x10\xe2\xb0\ \x15\x87\x32\x0d\x3f\x78\xfe\xe1\x13\xf1\x7f\xf0\xe4\xb3\xf3\xf5\ \xe5\x9b\xd7\xef\x60\x3e\x3b\x7c\xfc\xc4\x07\xff\xe1\xd3\x27\xbb\ \x61\xb8\x45\x7a\xfa\xe8\xf1\xb4\x1d\xa6\xdb\x75\xbc\xbd\x8e\x2f\ \x5f\x7b\x76\xcc\x14\x37\xdb\xd5\x9b\x57\x47\x9f\x7e\xda\x74\x21\ \x9b\xae\x37\xd7\x5a\x66\x3d\xfb\xed\x7a\x57\xb2\xac\x6e\x37\x0e\ \xb9\xf5\xad\x19\xa4\x92\xcd\xac\x0b\x41\x52\x2a\x32\xa9\xda\x4f\ \xff\xfe\x27\x3f\xf8\xf8\x93\xe0\x43\xca\x19\x91\xa6\x69\xc7\x8c\ \x00\x7a\x7d\x7d\xe1\xbd\x3f\x3a\x3a\x40\x34\xd5\x32\x9f\xf7\xde\ \xfb\xed\x76\xc3\x04\xcc\xd8\xb5\x4d\x68\xdc\x5f\xfd\xfb\xff\xb3\ \x69\x5b\x00\xfd\xf9\x2f\xfe\xf1\xf4\xe4\x64\x1c\x77\xf3\x79\x0f\ \x00\x1e\xdd\x34\xed\xa6\xb8\xf3\x9e\x4b\x89\x3f\xf9\xdb\xbf\x39\ \x3b\x7b\x74\x71\xf1\x66\x1a\xb7\x4f\x1e\x9f\xfc\xea\x57\x3f\xff\ \xf4\xb3\x1f\xf0\x6f\x23\x73\xff\xe7\x5e\x4c\x18\xbc\x73\x8e\xb1\ \x62\x6f\x0a\xce\x71\x7d\x18\xbc\x67\x66\x02\x40\x43\xca\x64\x42\ \x80\xa0\xc5\x14\x0d\xab\x1b\x65\x06\x45\x29\x1d\xb8\x60\x68\xa5\ \x64\x15\xea\x02\xf5\x3d\x90\x3b\x3a\x3e\xf5\xfd\x1c\x92\xe4\x14\ \xfb\xbe\x55\x13\x2d\x05\x09\x45\x52\x41\x50\x49\x62\x52\x10\x62\ \x29\xae\xc4\xa6\x6f\x8a\xe4\x94\x22\x78\xd7\x78\x3f\x8e\x43\x1a\ \x76\x9f\xfd\xf0\xd3\x3f\xff\x8b\xbf\x58\x5f\xaf\xbf\xfa\xf2\xeb\ \x27\x07\xc7\x33\xc1\x8b\x9b\xcd\xe5\xd5\xdb\xa6\x69\x1b\xef\x35\ \x63\xe3\x7a\xc7\x64\x50\xc0\x40\x2c\x17\x53\x31\x45\xef\xc0\xfb\ \x21\xa7\x69\x9a\x44\x01\xd5\x21\x90\xaa\x1a\x88\xde\x91\xc9\xd5\ \x2c\xab\x88\x29\x22\x6c\xa6\x09\xcc\x44\xa4\x3e\xfe\x95\xb1\x55\ \x69\x00\xc3\x30\x00\x10\xd8\x9e\x54\x50\xf7\xe6\x76\xf7\x12\x91\ \xa6\x69\xe0\xb7\x61\xf4\xbf\xbb\x69\x51\xa4\x4c\xe3\x6e\xb7\x5b\ \x33\x73\x85\xba\xae\xaf\xa4\xd2\xa0\x00\x30\xa7\x24\xa9\xa0\x01\ \x22\x2a\x82\x99\xc5\x9c\x5d\x70\x06\xc8\x85\x73\xce\xdb\x3c\x8d\ \x9a\xb0\x48\x23\x82\x31\xcf\xc8\x3f\x3e\x7e\xd2\xb7\x7d\xd3\x76\ \xdd\x7c\x81\xcc\x8d\x53\xe7\xc1\x1c\x67\x53\x28\xd2\xb6\x1c\x14\ \x5a\x0e\xe8\x79\x57\x92\xa0\x91\x23\x62\x36\x80\x29\xc7\xe5\xbc\ \xdb\xe5\x78\xb5\xb9\xa5\x59\x07\x60\x53\x99\x66\x3c\xdb\x0d\x71\ \x37\x8e\x35\x20\x0e\x81\xa0\xa6\x31\x65\x43\x32\xf4\x08\x84\xb5\ \x73\x34\x13\xd5\xc2\x8c\xc5\x44\x34\x01\x94\x10\xd8\x39\x46\x80\ \x2a\x5f\xa8\x88\x63\xe5\xef\x00\x40\xdd\x93\xe6\x9c\x9b\xa6\x51\ \xd5\x7b\x4a\x9a\x73\xae\x6d\xdb\x4a\xaf\x6d\x42\x18\xa7\x9d\x88\ \x36\xad\x67\xe6\x5c\x52\xd3\xba\xa3\xa3\xe5\xbb\xf3\x37\x45\xca\ \x62\x39\xab\x9b\x8a\xf7\xab\x5c\x37\xd7\xe7\xa2\xd5\x38\x77\x37\ \x4d\xbb\xcd\xc6\x0f\xc3\x26\xa5\x58\x7b\xf2\xdb\x9b\x2b\x93\x3c\ \xa4\x31\xa7\x71\xb9\x3c\xf8\xf6\xdb\x6d\xe8\xda\xa6\x6d\x72\x29\ \xec\x9c\x8a\x68\x96\x3c\x0e\x59\x86\x84\xa3\xc6\xf1\xf1\xec\xe4\ \xb3\xd3\x4f\x0e\x9b\xf9\x87\xc7\x4f\x5a\xf5\x9f\x3d\x7d\x32\xb8\ \xec\xbd\x43\x83\x26\x34\x22\xc2\xed\x01\x1f\x3f\x6d\xdb\x6e\xea\ \xc7\x72\x94\x63\xc9\x06\xd0\xf5\x7d\x2c\x39\x9d\xe9\xbb\xe3\xc7\ \xeb\x69\xdc\x0c\x93\x36\xde\x0a\x1c\xf8\x36\x25\x89\x45\xd0\xfb\ \x29\x65\x30\xac\x69\xde\x56\x54\x8a\x0a\xc9\xfc\xb0\x37\x2d\x21\ \x84\x83\xc5\x6c\xd6\x37\x00\x08\xc0\xcc\x9c\x53\x39\x3c\x58\x3c\ \x7d\x72\x96\xd2\xf4\xf5\xd7\x5f\x3f\x7b\xf6\x9c\x08\x67\x7d\x13\ \x42\x28\xa5\x2c\x17\x33\x29\xe9\xe2\xe2\x5d\xdb\x3a\x47\xd0\xf5\ \x0d\x98\xa9\x64\xb0\x92\xd2\xf8\xe4\xc9\xd9\x34\x4e\x9b\xcd\xa6\ \xef\xfb\xa6\x6f\xfe\xe1\x67\xff\x0f\x11\x7f\xf4\xd1\x07\x6d\xd7\ \x9b\xda\xd9\xd9\x09\x33\xff\xf4\x3f\xfc\xd4\x35\xfc\xe8\xf1\xa3\ \xf7\x4c\x17\x47\x2c\x39\xa5\x69\x6c\x1c\x83\x63\x33\x55\x13\xc8\ \xe8\x02\x23\x5a\xce\x53\xce\xd1\x84\x01\xd0\xd0\x2a\x5f\x3c\x97\ \x08\x84\x4c\x55\xec\x89\x47\xa1\x3b\x68\xe6\x90\x8b\xa6\x09\x82\ \x83\x26\x4c\x68\xd4\xb6\xde\xbb\xce\x7b\x27\xaa\x53\x2a\xa8\x6b\ \xbd\x64\x43\xef\x5d\x1e\x01\x51\xb1\x24\xda\x6e\x8b\x14\x2a\x39\ \x6d\xd7\x9a\xa6\xeb\xdb\x4b\x07\x76\xb0\x5c\x28\xd8\xe5\xdb\x37\ \xcb\xd9\x2c\x0d\xdb\x9f\xfc\xf8\x6f\x3d\xb7\x69\x2c\xef\xde\x9e\ \xb3\x77\xc7\xf3\xc3\x69\x33\x6c\x37\xb7\x25\x04\x1c\x4b\x0b\x8e\ \xc1\xc4\xc4\xc0\xaa\xd8\x9b\x89\x8d\x39\xc5\x74\x75\x75\x1b\x4b\ \x56\x05\x52\xa8\xc1\x65\xf6\x80\x36\x90\x73\xb6\x3b\x25\x9f\x73\ \x54\x4b\x52\x29\xa5\x82\xf4\xf5\x9e\xaf\xcc\x24\x33\x24\xe4\x7b\ \xb6\x69\x9d\xae\xea\x9f\xa9\x7f\xf8\xb7\x86\x5d\xfd\x2e\x99\xa8\ \x86\x04\xc4\x28\x5a\x52\x8e\xcc\x1c\xc8\x13\x23\x12\x98\xa9\x0f\ \x0e\xd4\x50\xc1\x39\xd7\xf4\x5d\x68\x1a\x35\xe3\xc6\xd7\x95\x69\ \x01\x50\xac\x57\x90\x50\xb3\x37\x78\x7a\x78\xfc\xe8\xf8\x98\xd0\ \x41\x13\xb8\x6f\x13\xe2\x90\xb6\x28\x1a\x9a\x4e\x81\x88\xd0\x71\ \xb3\x5b\xad\xf3\x76\xd3\xcc\xfa\xe2\x50\xd5\xbc\x40\x2e\x19\x11\ \x9b\xb6\x7d\xfe\xd1\xc7\x5f\xbd\xf8\xa6\x28\x8c\xb7\xeb\x08\x2a\ \xa0\x97\x37\x37\x01\x83\x00\x4c\x2a\x82\xe8\xf6\x49\x13\xa4\x98\ \x09\x80\x9c\x53\x95\x61\xda\x31\x63\xca\xb1\x6e\x0f\x11\x69\x9a\ \xc6\x5c\xe2\x7a\x73\x7b\x71\x75\xa5\x06\x7c\x17\x6d\x82\x84\x08\ \x78\xaf\xb0\x23\xc0\xfb\xad\x70\xdd\xb6\x54\xbf\xdd\xfb\x73\xa6\ \x94\x8c\x56\x3f\x60\x05\x00\x11\x65\xa6\xe5\x72\x3e\x4d\x13\x16\ \x43\xb4\xf7\x75\x73\x46\x00\xcb\x69\x08\xc1\x6b\x89\xe3\x6e\x5d\ \x52\xda\xac\x74\xb9\x3c\x68\x3c\x11\x14\x53\x58\xcc\xba\xa1\x58\ \x1b\x42\xdb\xb5\xfd\xbc\xef\x66\xb3\xac\xd2\xb4\x0d\x20\x8e\xd3\ \xb4\x5e\x0d\x4d\x52\x31\x19\x39\x8d\x2e\x3d\x3e\xea\xfe\xe4\xd9\ \x87\xbf\xbf\x78\x8c\xd1\xb0\x5f\x5c\x90\xc6\xd0\xa8\x65\xe8\xdb\ \x98\xd2\x24\xea\x3c\x7b\xc1\x71\xbb\x6b\xd1\xd4\x63\x71\xec\x7c\ \x5f\x44\x76\x44\xda\x70\xb7\x98\x3f\x7d\x72\xf2\xcd\xdf\xff\xdd\ \xba\xe4\xa9\x4c\xe6\x68\xd8\xae\xad\x6c\x9a\xd0\x18\x91\x31\x1b\ \x5a\x56\x65\xf2\x4a\x5a\x50\xb3\x29\x7b\x4e\x69\xca\x39\x12\xc3\ \x9b\xb7\xaf\x6a\x23\x0c\x48\x39\x65\x33\xf8\x9b\xbf\xf9\xb1\x5a\ \x26\xe2\x9b\xd5\x75\x4e\xa9\x69\x9a\x10\x82\x8a\xa6\x9c\xae\x6f\ \x6e\x52\x1e\xa7\xd8\xbc\x7a\xfd\xa2\xb6\xba\xe3\xb4\x0b\x0d\xe7\ \x3c\x39\xe7\x52\x4a\xaa\xba\xde\xc4\x26\x07\x22\xce\x39\xc6\x29\ \x36\xde\x0d\xc3\xf0\xc1\x07\x4f\xc7\x29\xc6\x29\x76\x5d\xd3\x34\ \x0d\xbc\x9f\xea\x0a\x40\xb4\xc4\x34\x85\x14\x50\xc8\x00\x14\xd4\ \xc0\x8a\x98\x94\xa8\x25\x23\x20\x9a\x43\x20\x44\x60\x62\x22\x34\ \x15\x1f\x7c\xdf\xb5\xde\x87\xb6\x09\x4b\x85\x7e\x37\x62\xc9\x8e\ \x91\x3d\x65\xb0\x82\xb0\x5c\xce\x54\x72\x0b\x36\x03\x6d\x73\xf4\ \x24\x94\x35\x30\x41\x04\x25\x03\x34\x88\x13\x8d\x89\xb3\x34\x6a\ \xa0\x72\xe4\x5c\x1a\xa6\x26\x4e\x73\xe9\x55\x64\xa1\x7a\x00\xd8\ \xab\xad\x5e\xbf\x7e\xfc\xf8\x19\xa6\xb8\x3d\x5f\x3d\x79\xf2\x44\ \xa6\xe1\xd4\x71\x6c\xfc\xc1\x62\xfe\xac\xeb\x72\x4a\x59\xa6\x61\ \x5a\x67\x29\x53\xca\xb1\x48\x16\x03\x17\x4a\xd1\xbc\xd9\x90\xf3\ \x9e\x5c\xd1\x8c\x84\x66\x80\x40\xb6\x87\x25\xb8\x09\x04\xa6\xa6\ \x02\xc6\x05\xb4\x68\xb9\xdf\x1b\x56\x0e\x5d\xad\x4d\x66\x56\xcb\ \xd6\x3d\x2b\xe2\xbe\x72\xd5\x4d\xfa\x3f\x67\x42\xff\xdd\x25\x68\ \x54\x93\xe9\x9c\x73\x5d\xae\xd7\x14\x10\x33\x15\x01\x55\xa5\x3b\ \x04\x1a\x01\xaa\x93\x19\x20\x48\x29\xd5\x6f\x40\x72\x56\x32\xc7\ \x06\x39\xb5\x04\x8f\x4e\x8e\x4f\x8e\x0e\xd5\xd4\xcf\xdb\xdc\x84\ \x47\x9f\xfd\x60\x40\x8d\xd3\xd0\x75\x8d\x6f\x83\x22\x3a\xb1\x0e\ \x79\xb8\x5e\x7d\xfd\xe5\x57\x6e\xb9\x9c\x9d\x1c\x20\xf3\x22\x34\ \x17\xef\xce\xd1\x6c\x36\x9b\x2d\x8f\x8e\x67\xab\xed\x62\x2c\xab\ \x37\xaf\x92\x48\xdb\xb5\x4a\x20\x1e\x04\x2d\x81\xa8\xa7\x8c\x46\ \xc4\xaa\x0a\x8d\x2b\xc5\x32\x5a\xef\xc8\x4c\x88\x9c\xa9\xd5\xfd\ \x2e\x22\x95\x92\xf7\x01\x27\x04\x6c\x54\x9f\x10\x00\x40\xdd\x8b\ \x16\x2b\x69\xa5\x1e\x3e\xde\x7b\x11\xa9\x3d\x57\xbd\x0e\x95\x4c\ \x2b\x22\xa2\x50\x15\x06\x00\xfb\x2d\x32\xf3\x9e\x4b\x5d\xa9\x61\ \xef\xc7\x44\xad\x37\x47\xeb\x7d\xc9\x39\xe1\xd0\x78\x96\x0c\x04\ \x46\xa0\xa0\x16\x53\x64\x66\x30\x28\xa5\xb4\x4d\xc3\x48\x9a\x8b\ \x94\x22\x25\x0b\x61\x2a\x65\x8c\x93\x16\x31\xd3\xd0\x38\x97\xed\ \x6c\x31\xfb\xc3\xa3\xa7\x4f\xc9\xcf\x86\xc8\xdd\x7c\xbb\x6c\x4f\ \xff\xf5\x27\xd7\x12\x8f\xd8\x37\xb3\x19\x3a\x06\xd5\x39\x07\x9a\ \xca\x4f\xff\xe6\x6f\xb7\xa6\x8f\x3f\xfe\x20\x2c\xe6\xae\xe9\x36\ \xab\xcd\xed\xed\x4d\x8a\x79\x76\x72\x9c\xb6\x9b\x83\x0f\x3e\xbe\ \x7e\xf1\xcd\xf5\xcd\x55\x36\x6d\xbb\x6e\xde\x75\xbb\x38\xde\xee\ \x36\xc9\xca\x7c\x36\x97\x22\x0a\x00\x81\x00\x49\x18\x98\xd9\xf3\ \x1e\x6c\xa9\x79\xc3\x39\x15\x93\xc2\x04\x21\xb4\x29\xc5\x5c\xa2\ \x77\x5c\x6d\xed\x44\x4a\x8e\x02\x00\x92\x13\xaa\x30\x99\x96\xdc\ \x04\x97\x62\x02\x93\xc5\xbc\x1f\x76\x9b\xae\xeb\xbc\x23\xef\x48\ \x8a\xa9\x29\xa8\xd4\x78\x0e\xc7\x14\xa7\x01\x01\x1c\x93\x48\x9e\ \x2f\x7a\x91\x92\x4b\x7a\x7f\xed\x8f\x01\x00\x28\x82\x16\xc9\xa5\ \x98\xa9\x0a\x69\xc9\x56\x26\x82\xe2\x90\x3b\x37\x9b\x77\xed\x6c\ \x36\xf7\x9e\x11\xb1\x6f\xdb\xa6\x69\xbc\x67\x2b\x52\x4a\x0e\xe3\ \xb4\xf0\x48\x3e\x20\xa1\x39\xb7\x4d\xb9\x99\xcf\x25\x4f\x60\xaa\ \xbb\xd5\xf0\xd6\xfa\x29\x72\x8a\x1e\x91\x91\x54\x8b\x91\x01\x99\ \xc5\xa8\x53\x76\xc3\xe4\x9a\x6d\x7f\x7c\xe4\xda\xf6\xe4\xc9\xd3\ \xd6\x79\xb7\x1d\x3c\xd3\x7f\x75\xf6\x28\x38\x77\x64\xfa\x3f\xfc\ \xf7\xff\xdd\x14\xa7\x7f\xfc\xf9\x3f\x6e\xb7\x53\x3f\x6d\xca\xb8\ \xa6\x32\xf9\xe0\x1b\x8d\x51\x52\x2c\x71\x3b\x6c\x97\xa0\x8a\x24\ \xa1\x49\xac\x2e\xb4\xe8\x83\x20\x2a\xf2\x94\xca\x6e\x1c\x26\x4d\ \xe8\x1d\x11\x17\x55\x80\xca\x7e\xc8\x8c\x28\x92\x35\x27\x11\x99\ \x24\x57\xf1\x66\x65\x02\x56\x95\x71\xbd\x8d\x89\x88\x90\x45\xb4\ \x3e\x2c\xf5\x38\xbf\x3f\xc8\xef\x1d\x9f\xbf\x27\x95\xcb\x1c\x73\ \xdb\x74\x95\x7f\x5b\x47\x2a\xd8\x53\x74\xc1\x39\x47\x88\x81\x42\ \x25\x6a\x1b\x51\xcd\xbf\x01\xb3\xda\x4e\x7b\x62\xb3\x42\x49\x16\ \x5d\x77\xec\xda\x25\x37\xc5\xa4\x5b\x2c\xa4\x65\x99\x85\xb2\x68\ \x85\x6c\xd6\xb7\x1d\x3b\xab\xcb\x74\x15\xcb\x6a\x42\xe3\x2e\x83\ \x1f\x67\x67\x8f\x66\x87\x07\x19\x6d\x08\xcd\xe3\xe3\x53\x48\x25\ \x99\x63\xee\x9f\x3d\xfe\xe8\xd1\xf1\xd3\x57\xaf\x5f\x11\xb1\x5f\ \x36\xa3\x8c\xbb\xdd\x88\x08\x80\xaa\xb0\x6f\x95\x81\xc1\xcc\xc8\ \xd3\xe1\xe1\x31\xe0\xbe\x83\x45\xa0\x52\x44\x44\x9a\xa6\xad\x6b\ \xd3\xae\x73\xfb\xea\xac\x6a\x56\x7f\x0a\x0b\xde\xab\x6a\x0d\x47\ \xa9\xd6\x5d\x95\xb0\x56\x0d\x24\xeb\x47\x15\x63\x04\x00\xe7\xdd\ \x5d\x86\x18\x01\x98\xdc\x41\x07\x66\x56\x7d\x6f\xff\x05\x2e\x37\ \xe0\x7d\x93\x53\x96\x62\xb3\x6e\x3e\xeb\x16\xaa\x02\x4a\x40\xe8\ \xc8\x83\xa1\x77\x74\x72\x7c\xbc\x3f\x35\x14\xc6\xf5\x96\x98\x62\ \xd1\x71\x9a\x0c\x20\x10\xaf\x4b\xe4\x31\x3e\x73\xfd\x1f\x9e\x9c\ \x7d\xc8\x5d\x17\xa1\x39\x5e\xdc\xb6\x01\x7f\xf0\xc8\x3d\x3f\x0b\ \xeb\xcd\x41\x58\x0a\x58\x61\x80\x22\xe3\x54\x7c\x36\x33\x77\x79\ \x75\xd9\x9d\xa5\x47\x8f\x17\x16\xfc\x6e\xbd\x8b\xe4\x3e\xf8\xe4\ \x23\xcb\x25\x5f\xdc\x3e\x3f\x7b\xbe\x68\x16\x57\x57\x57\xeb\xcd\ \xa6\x9d\xb7\x13\x46\x62\x9e\x76\xe3\x95\x5e\xa8\x94\x9a\x2b\x2a\ \x6a\x80\x00\x68\xcb\x83\xc5\xc1\xbc\x93\xfd\xd9\x86\x00\x48\x1d\ \xab\x49\x25\x18\x31\x2f\x99\x20\xe5\x64\xa6\x00\x58\x4a\xa9\x38\ \xa3\x9a\x4a\x29\x97\x06\x5d\xdb\x3e\x7d\xf2\xc4\xcc\x72\x2e\x00\ \x56\xdb\xb1\xea\x7b\x91\x53\xf6\xde\x07\xef\xf7\x5e\x2e\x80\x88\ \x68\x48\x31\x97\xc3\xa3\x43\x15\xeb\xe7\xb3\xb6\x6b\xed\x7d\x49\ \x11\x39\xa7\x71\x1c\x90\x7d\x11\x93\x52\x88\x90\xcc\x79\x90\xce\ \x85\xbe\x69\x7b\xe7\x8f\xbb\xc3\x26\x74\xce\x31\x01\x10\x02\xe4\ \x84\x39\x11\x00\x98\x90\x28\xe5\x04\xaa\x62\x50\xd4\x74\xe2\xc4\ \xb8\x99\xc6\x8c\xe0\x90\x37\xe0\x1b\x76\x48\xe0\xd4\x02\x18\x99\ \x19\x8a\x21\x22\x83\xe4\x1c\x04\x31\x96\x61\x9a\xce\x2f\xdf\x39\ \xe7\x19\x80\xcc\x1c\xa1\xe4\xcc\x44\x66\xfa\x35\xd4\x40\x20\xf0\ \x69\x3c\x63\xc7\xeb\xf3\xf9\x14\x11\xa1\x0f\x0c\x18\xdd\xc2\xe7\ \x0e\xde\xa6\x4d\x8c\x9a\x45\xd8\x07\xdf\xf6\xfd\x72\xe9\xfb\x9e\ \x9c\x57\xa4\x31\xe6\x21\x4e\xef\xb6\xb7\x97\xe3\x36\x15\x65\x0a\ \x48\x2c\x8a\xcc\x44\x60\x08\xac\xc2\x26\x85\x88\x7d\xf0\x95\x7a\ \x7a\x4f\x9d\xaf\x65\xab\x96\xb0\xfb\xf2\x74\xdf\x79\x3d\x44\xbb\ \xbe\x2f\x95\xab\xea\x06\xe6\xb3\x45\xdf\xcd\xcc\xf6\xb6\x5c\x95\ \xac\x54\x5f\x44\x14\xd8\xdf\x37\x8a\x66\xc6\x44\x84\xa4\xb6\x7f\ \xb7\x6c\xd6\x90\x74\x44\x14\x8b\x13\x0b\x8d\xe7\xe0\x22\x82\xeb\ \x3a\x63\x40\xe4\xc3\x79\xef\x8b\x16\x53\x47\x6c\x9a\x9c\x88\x14\ \x38\x6c\xba\x71\x98\xca\x6e\xa2\x83\x83\xc1\xa4\x5f\x2c\x62\xc9\ \x4e\xed\xa3\x0f\x3f\xda\xdd\xac\x6f\x2e\x2f\x8f\xfa\x85\x3b\x7b\ \x76\xbb\x5a\xa9\x68\xdb\xf5\x1d\xd2\x1b\xb4\x94\x0a\x37\xc4\x04\ \x05\x20\x97\x62\x68\xa1\xf1\x47\x47\x27\x00\x50\x8d\x6d\x1f\xcc\ \xe1\x08\xb0\x4f\x2a\x57\x51\xbb\xbb\xf2\x88\x08\x66\x48\x84\x00\ \xd7\x97\xd7\x39\x34\x8b\xf9\xbc\x69\xdb\xfb\x63\xe7\xfe\x63\xab\ \x4a\x00\x62\x2c\x52\xc3\x9d\xea\x9e\xc5\x54\x15\x09\xab\x99\xbd\ \x73\xe1\xbd\x71\x2e\x44\xfc\xf0\xe9\xc7\x39\xc5\x5c\x72\x4a\xb9\ \x48\x59\xcc\xe7\xb3\xd9\x8c\xd9\x55\x18\x81\x8c\x18\x5d\x05\x20\ \x54\x54\x4d\x11\x41\x8a\xa8\x88\x73\x5e\x09\x76\x4d\x99\x17\xf9\ \x64\x25\x67\x57\xdb\x4e\xb5\x79\x7c\xf2\x8d\x8b\xf9\xe9\xd1\xf2\ \x74\xa9\x63\x7e\x3e\x3b\x3d\x72\xcd\x50\x92\x38\x02\xa7\x98\x27\ \x96\xe9\x84\xfb\x9d\xb9\xb8\x1e\xda\x10\xa2\xda\xa3\xa3\x23\x97\ \x72\xd9\x0d\x47\xf3\xc5\xc1\x0f\x7e\xf8\xd5\xe7\x5f\x74\xed\xfc\ \xf9\xc7\x07\x5f\x7c\xf1\x65\xdb\xf7\x38\xc7\xd0\xb6\xdb\x37\xef\ \x5e\xe6\xec\x9c\x43\x62\xf6\xae\x46\x04\x37\xdc\x3c\x7e\x74\xf6\ \xf4\xd1\x59\xce\x52\x6b\x93\x19\x88\xec\x21\xdd\xbb\x3b\x07\x54\ \x05\x91\xbc\x0f\x66\xea\xbd\xcf\x29\xfb\xe0\xbd\x6f\xde\xbe\x3d\ \x6f\xdb\xee\xe8\xf0\xb8\x3a\x82\x55\x2d\x61\x25\x3f\xef\x9f\x28\ \xac\x16\x5e\xaa\xb5\x50\x12\x0b\x18\x10\x19\x92\xaa\x4e\x29\x9e\ \x9d\x9e\xfd\x56\x73\xce\xff\x2c\x42\xcf\xec\x3c\x33\x01\x92\x6b\ \x9b\x96\x4c\x21\x47\x0f\x16\xc0\x9a\x6c\x8d\x5a\x1c\x2e\x47\x35\ \xc9\xd9\xd4\x1c\xa3\x23\x34\x33\x10\x65\x82\xc6\x7b\x4f\xb8\x2b\ \x89\x81\x11\xc8\xbc\x3f\x7c\xfa\xe4\xc9\xc9\x51\x92\xbc\x5b\xad\ \xf3\xea\x52\xcd\xc8\x79\x03\x04\x03\x32\x31\x90\x82\x66\x8e\xa1\ \x88\x1a\xcd\xa8\x79\xfe\xe8\x64\xf6\xe4\xd1\x76\xbd\x7e\xfb\xea\ \xf5\xe6\xf6\x96\xee\x01\x10\x04\x66\x24\xa2\xa4\x91\xc9\x3c\x7b\ \x30\xeb\x00\x9a\xd0\xb4\xa4\xf3\xe5\xf2\xf1\xf3\x67\x4d\xe3\xbf\ \x7d\xf1\xe6\x97\xbf\xfa\xfa\xea\xea\xa6\xc4\x89\x42\xdc\x0c\xdb\ \xa2\xa6\x80\xc6\xc4\xe4\xd0\xbb\x86\xa1\x65\x94\x54\x8a\x15\x44\ \x36\x35\x31\x05\x22\x26\xe6\xc6\x3b\xcf\x0e\xa1\x2e\xd9\x2a\x1f\ \xbb\x5e\xf3\x3a\x2a\x02\x80\xde\x15\xa9\x5a\xc8\xea\x71\xbe\x37\ \x5f\xf8\x5e\x55\x2e\x30\x23\x64\x1f\x5a\xe7\xc2\x9d\xe2\x09\xdd\ \xfe\xe1\x41\x55\x30\xb3\xa9\x24\xd8\xf3\xe0\x10\xd5\xf8\xce\x00\ \xd7\xb3\x63\x76\x0d\x63\x87\x68\x63\xca\xd3\xe4\x42\xd3\x34\x4d\ \x4e\xa9\xef\x7a\x15\x9b\x29\x43\x91\x6d\x5a\x83\xe5\x82\xd6\xb8\ \xe0\x54\x20\xa7\x75\xde\xe0\x8c\xa0\xc0\x6d\xbc\xb5\x0d\x2d\xfb\ \x39\xa8\xbc\x7d\xf1\xcd\x27\x1f\x7c\xf4\xf3\xbf\xff\xbb\x9f\xfe\ \xe4\x27\x07\xf3\x85\x1d\x1e\x31\x11\x5b\xbe\x7d\xf3\xae\xe9\xbc\ \x0f\xcd\x01\x30\x32\xab\x68\x29\x85\x01\xab\x37\x60\x20\xdc\x6c\ \xd6\x77\xee\x80\x60\x06\x08\x68\x40\x66\x66\x0a\xf5\x43\x51\x13\ \xa8\x8d\x93\x2a\x20\xaa\x6a\x85\xbd\x0c\x6c\x36\x9b\x95\x22\x56\ \x63\x02\x44\x1e\x50\x15\xf5\xee\x5b\x14\x85\x3b\xcb\x66\x13\x91\ \x18\x63\xed\xcd\x10\xb1\x1a\x8a\xbd\xa7\x80\x0e\xa0\x6b\xe7\x64\ \x4c\x58\x82\xb3\x3a\xa7\x3b\x76\xf7\x86\x50\x08\x08\x06\xa2\x06\ \x22\x52\xc4\x4a\x51\x55\x50\x0b\xce\x7b\x03\x63\xb0\xe0\x8f\xc1\ \xcf\xb6\x6b\xbb\xda\xcc\x1e\x9f\x6e\xbc\xad\x7b\x0a\x87\x73\x33\ \x3c\xc9\x4d\x2f\x16\x9b\xdd\xa0\x49\x91\xc8\xd0\x53\x9a\xc6\x55\ \x2a\xc3\xe1\xf1\xfc\x62\x77\xfd\xea\xea\xf5\x62\x31\xf7\xc4\xdb\ \xe9\x76\x50\x98\xcf\xfd\x5f\xfe\xdb\x7f\x13\xd8\x1f\x1e\x1c\x2c\ \x0e\x0e\x66\x8f\xe7\xdf\x7c\xf1\x65\x28\xe5\xec\xec\xd4\x6f\xa7\ \x23\x43\x8a\x05\x1d\x20\x60\xb5\x07\xea\x9d\x97\x31\xaf\x6f\xb7\ \x77\x77\x36\x54\xab\x20\x42\x67\x66\xa3\x4c\x52\x04\xc9\x6a\x93\ \x55\x97\xb9\x6d\xdb\x89\x48\xdb\xb5\x71\x8c\x5d\xdb\xb7\xa1\xdb\ \x6d\x86\x01\x47\x66\x2e\x52\x72\xcc\x00\x58\xb5\xae\x75\x73\x0d\ \xa2\x52\xb2\x19\x00\xa1\x00\xac\xb7\xdb\x29\xa5\xa2\x26\x66\xd3\ \x94\x3e\xfd\xe4\xf7\x89\xde\x73\xb7\x28\x2a\xa9\x64\x27\x05\x11\ \x1c\x39\x4f\xce\x39\x6b\x24\xfa\x9c\x20\xe6\x0c\xa6\x80\xcc\xe4\ \x0c\x01\x8c\x05\x48\x91\xcc\x10\x8c\x15\x30\x96\xc2\xa8\x28\xcc\ \x0d\x2b\x6a\xca\x79\xb5\xba\x58\xdf\x38\x4f\x1a\x27\x97\xa7\x96\ \xbd\x68\x22\x23\x32\x45\x13\x44\x55\x2b\x18\xbc\xa9\x69\xc1\x51\ \xc7\xf3\x37\xa4\xb7\x6f\x19\x31\x6f\xb7\x9c\x27\xef\x18\xa5\x92\ \xf7\x25\x23\x18\x01\x39\x02\xb0\x6c\x13\x11\xe5\x94\x8a\x0f\x8e\ \x8e\xe2\xc8\x6f\x5f\xbf\x14\x93\x9b\xd5\xd6\x34\x07\x87\x90\x55\ \xd3\x34\xc6\x48\x4c\x6a\x50\x54\x44\x54\x4c\xa7\xbe\x75\xf3\x65\ \xe7\xdc\x6a\x4a\x25\x9b\x72\x88\x25\x13\x91\x27\xe3\x4a\x4c\x03\ \xaa\x83\x45\x05\xe9\xef\x87\x86\x7d\xe7\x85\x04\x54\x49\x15\x76\ \x5f\xd1\xee\x47\xc5\x87\xcf\xc8\xff\xff\xac\x88\x52\x64\xb7\x1d\ \x41\xd1\x00\xf6\x89\x01\x16\x1f\x68\x1a\x0d\xd1\x54\x15\x01\x02\ \xbb\x86\x7d\xdf\xb4\x6d\x1b\xda\xd0\xb4\x21\x30\x31\x4a\x92\x71\ \x6a\x1c\xfa\xd9\xcc\x3b\x27\xa5\x30\x79\xa7\x80\x49\xe1\x7a\x87\ \x29\x67\x1b\x00\xb3\x99\x25\x22\x50\xc4\x21\xb9\xd5\x76\x1e\xd3\ \xf1\xb2\x4f\x22\xcd\x38\xba\x02\x0b\x80\xad\xca\x4c\xca\xfc\xe4\ \x90\xff\xf8\x0f\x5f\xbd\x7c\x35\x6c\x6f\x66\x8b\xb9\x61\xea\x99\ \x66\x46\x2c\xf6\x6c\x79\x78\xdc\x2f\x8a\x89\x00\x6c\xa7\xa9\x80\ \xc5\x9c\x35\xc6\xeb\xab\x1b\x05\x24\xe4\x3d\x7e\xa1\x50\xd9\xa1\ \x77\xd7\x5d\xea\x70\xab\xb5\x0c\xdf\x59\x12\xaa\x88\x96\x62\x00\ \xb7\xab\xdb\x3a\xff\xaa\x59\x8d\xfa\xd5\x3b\xb4\xd2\x54\x15\x08\ \xd1\xed\x03\x0b\xa4\xc4\x18\x6f\x6e\x6e\xe3\x34\x11\x73\xdb\xb6\ \xdb\xed\x2e\xe7\xf2\x9e\xf1\x59\x00\x9b\xf5\xb0\x59\xaf\x55\xd5\ \x79\x17\x27\x29\x25\x57\x3c\x2e\xe7\x8c\x80\x80\x90\x4b\xce\xb9\ \x80\x6a\x20\x6e\x5c\x98\x75\xdd\xc1\x7c\x39\x9f\xcd\x08\x30\x38\ \xb7\x5b\xad\x9b\x54\x6c\xca\xfd\xf1\x51\x9c\x87\x77\x71\xd7\x3e\ \x7b\x0a\x8a\xb4\x4e\xad\xd7\xf1\xea\x35\xcd\x8b\x51\x89\xa4\x68\ \x40\xd1\xba\xdb\xe9\x68\x37\x76\x87\x8b\x05\x12\x6d\x36\x6d\x29\ \x2d\xfa\xe6\xf2\xda\x11\x3f\x7a\xfa\xfc\xbf\xf9\xe8\xe3\xd5\x7a\ \xfd\xd5\xd7\x5f\x76\x1f\x7d\x00\xaa\x07\x64\x33\x17\x96\x19\x3e\ \x3b\x7d\x74\xda\x74\xdb\x61\x8c\x2a\x63\xc9\xbb\x38\xe6\x22\x9a\ \xf2\xe5\xbb\xf3\xdb\xf5\xba\xf6\xa1\x55\x87\x59\x11\x46\x30\xab\ \x03\xbb\x99\x56\x37\xd1\x7b\x3d\xff\x77\x9b\x2c\xf2\xa5\xc8\xab\ \x57\xaf\x6b\xa6\x7c\xa5\xa1\xd4\x85\xaf\xaa\xa9\x0a\xa8\x79\x66\ \x53\x65\xe7\x89\x39\x89\x7c\xfd\xf2\xdb\xb7\xe7\x37\xc5\xc0\x07\ \xc8\x09\xfe\xeb\x3f\xfc\xa3\xf7\x63\x45\x20\x60\xd1\x92\x4a\x6a\ \x54\x09\xeb\x2d\xa2\x4e\x94\xcd\xbc\x5a\xa3\x42\xaa\xca\x56\x3d\ \xc8\x54\xc5\xc0\x3c\x11\x00\x32\x02\x1b\x02\x58\x31\x03\xe7\xd4\ \x44\x8a\xb2\xd1\x74\x7d\x03\x81\xd0\x99\x03\x09\x96\x51\x27\x81\ \xa0\x48\x5c\xa1\x3a\x2c\x48\x60\x5a\x54\x91\xd0\x4d\xa9\xe8\xad\ \xa6\xad\x35\xce\xa3\x28\x6a\xd1\x54\x27\x03\x11\x53\x05\x03\x42\ \x11\x47\xc8\xa6\xea\x99\x73\xd4\xdd\x76\x35\xc4\x88\xde\x67\xd0\ \x49\x73\x49\xea\x5d\x3b\x5b\xcc\x43\x4e\x02\xd2\xcd\xfc\x34\x4d\ \x31\x25\xd5\x82\xa4\x8e\x68\x4c\x93\x0c\x9e\x42\x47\x0a\xc6\x08\ \x40\x88\x6c\xa0\x45\xd5\xb0\x20\x80\xaa\xed\xdd\x9f\x4c\xcd\x40\ \x54\x54\xf6\x00\x08\xc0\x6f\x6c\x9c\x2a\x3e\x5f\xfb\xac\xbb\x2f\ \xbe\x3f\xd3\x62\x9d\x81\x8a\xe4\x9c\xab\x2d\x24\x13\x55\xc5\x35\ \x20\x20\x22\x13\x9d\x04\x6e\x98\x88\x29\xb4\xa1\x0d\xc1\x11\x07\ \x94\x56\x33\x4f\x42\x02\x28\x93\xe9\x96\x95\x99\x5c\xda\xca\x60\ \x10\xda\x3e\xee\x36\x80\x3c\xbe\x3d\x2f\x22\x5e\x26\xb6\x5c\x09\ \xb9\x0e\x91\x05\x4c\x54\x54\x7c\x39\x2e\x5a\xd2\x3b\x53\x40\x91\ \x72\x18\xc2\xe6\x8b\x6d\xf2\xa1\x77\x7c\xa4\xa3\x11\xe4\xf5\xc5\ \xa1\xca\xec\xec\xd0\x8a\x12\xd3\x81\x3f\xdc\x0c\xdb\xdd\x30\x10\ \xd1\x48\xc1\x35\x5d\xd3\xf5\x40\x6e\x95\xd2\xae\xe4\xcd\x34\x4d\ \x0a\x86\xcc\xce\x93\x01\x21\x1a\x55\x27\x26\x32\xad\x86\xf6\x00\ \x88\xa6\xea\x9d\x33\xd5\x02\xe0\xbd\x8f\x29\xa9\x3e\xfc\x3c\xd0\ \x00\x01\x01\x91\xb0\x6a\x5d\x0c\x00\x94\x88\xab\x0a\xbf\x9a\x31\ \x00\x42\x68\xfc\xf1\xf1\xf1\x6c\x56\x59\x11\xef\x79\xf1\xa7\x38\ \x0d\xd3\x90\x52\x76\x8e\xeb\x3e\xb4\x94\x5c\x8a\xd4\x9c\xe1\x63\ \x4f\xcf\xc0\xba\xa6\x5d\xb4\x07\xb3\x66\xde\x85\xb6\x0f\xa1\xef\ \x5b\xc7\x30\x0c\x2b\x28\x2a\xd7\xb7\x4b\xf6\xa1\xd3\x49\xf3\xcd\ \xf6\x7a\xdb\xfa\xdd\xe7\x5b\xc0\x6f\x7d\x73\xfc\x72\x64\x1f\x47\ \xe4\x5d\x24\x1d\x4d\x4c\x74\x57\xac\x49\x56\xb6\xe3\xae\x6f\xb0\ \x71\xe5\xad\xcf\x84\x39\x96\x33\x44\x22\xda\xdc\x5e\x7d\xe6\xdc\ \x0e\xf2\xe9\xa2\xe5\xed\xed\x66\xd8\x3d\xf2\x8e\x9b\x66\x33\xdd\ \xb6\x10\x0f\x7c\x9c\xfb\xdc\x93\x27\xe1\x32\x9f\x85\xa3\x25\xcd\ \xbb\x4d\x8c\xe7\xab\xcd\x6d\x4a\xc9\x79\x41\x47\xc0\x90\x11\xcd\ \x04\x8a\xa2\x81\xc7\xc0\xad\x13\x9f\x53\x56\x30\x35\x70\x3e\xb4\ \x7d\x9f\x52\x4a\x29\xe5\x94\x87\x29\x7a\x29\x06\x00\x39\x23\xa0\ \x63\xb6\x6a\x62\xab\x02\x44\x80\x80\x8e\x10\xdc\xfd\x9c\x88\x40\ \x40\x08\x62\xc7\xc7\xa7\xa7\xa7\xa7\x4f\x9f\x3c\x79\xef\x69\x91\ \x90\x02\x3b\xef\x3c\x00\xef\x75\x58\x06\x52\xd4\xcc\x14\x0c\xc1\ \x10\x4c\xb4\x90\x02\x99\x39\x46\x52\x03\x80\xa8\x82\xcc\xbe\x69\ \x90\x88\x80\x80\x3c\x36\x14\x7c\x13\x25\x29\x96\x31\x4d\xbd\xb3\ \xa2\x59\x55\xc5\x01\xa2\xcb\xfb\x28\x57\x50\x03\xcb\xa6\xaa\x46\ \x04\x60\xc5\x0a\x18\xc4\x54\x48\x8d\xcc\x2a\xdf\x1d\xb0\x96\x07\ \x44\x40\x2b\x48\x84\xa2\x12\xa5\x94\x9c\x09\x31\xc6\x2c\x39\x17\ \x47\x51\x4b\x98\x1f\x58\x7b\x78\x1e\xcb\xcd\x6e\xb3\x4b\x93\x19\ \xb4\x9e\xe7\xfd\x5c\xa7\x51\xc6\x2d\x94\x6c\xdc\xe7\x04\x00\x1a\ \x42\x63\xe4\x32\x82\x23\x2a\xaa\xa0\xa0\x86\x68\xa6\x76\xe7\x27\ \x01\xa4\x2a\x48\xe4\x98\x14\xbf\xeb\xa7\xd4\x4c\xd4\xf6\x03\x98\ \x73\x58\xc7\x44\x32\x20\x62\x17\xbe\x57\x3d\x57\xd9\x6e\xd7\xaa\ \x05\xc0\x9c\xf3\xd5\xad\xb8\xf6\x11\xc4\xec\x9d\x5b\x0c\x71\xa1\ \x22\xce\xe2\xa6\x6c\x35\x89\x5a\x47\xbe\x05\x76\x19\x5a\xf1\x5d\ \x83\xae\x9d\x92\xda\x60\xa8\x1c\x16\xc7\xa7\xcb\x40\x88\x70\x7d\ \xf1\x4e\x44\x83\xf3\x54\x52\xa8\xb6\xe7\x06\x42\x90\x41\x8b\xea\ \xd9\x93\xc7\x87\xb3\x50\xcc\x5d\xbc\x7e\x09\xdb\x4d\x43\x64\x08\ \x4a\x3c\x12\x32\xd1\x32\x04\x40\x60\x22\xf2\xee\xe9\x07\x8f\x3e\ \xfa\xfd\xcf\x3e\xf9\xbd\x4f\xad\xa4\xbf\xfe\x3f\xfe\xf7\x1f\xff\ \xcd\x5f\x8f\x43\x9c\x19\x73\x42\x14\x25\xe6\xb9\xb7\x35\x15\xe4\ \x02\x84\xbb\xa2\x0e\x3c\x81\x81\x14\x80\x42\x58\x8a\x42\xc9\x90\ \x72\x2e\x39\xd7\xb7\x16\x42\xb8\xdf\x1e\x3a\xe7\x80\x5d\x0d\x3b\ \x21\xc2\x22\x6a\x26\x0f\xfd\x33\x60\x9f\x97\x55\x53\x7f\xa0\x72\ \x2c\x11\x2d\xa7\x98\x4b\x54\x2b\xef\xab\xb7\x06\x33\xbb\x5c\x9d\ \xdf\xde\xdc\xec\xb6\x5b\x62\x9e\xcf\xe6\xb9\xe4\xda\x95\x00\x40\ \xb6\xf0\x41\x2a\x9f\x69\xea\x86\x06\xc4\xeb\x04\x96\x65\x30\x8d\ \x5e\x0d\x26\xa5\xc9\xb1\x9e\x42\x57\x92\x6e\x1b\xbe\x31\xe1\xa3\ \xc3\xa7\x9f\x7c\x3c\x6b\xe7\x9b\xb7\x17\xbb\x5f\xfc\x3a\x70\xdb\ \x91\x49\x19\x3d\x42\x0b\x56\xea\xfa\xd8\x8c\x7d\xf8\xbd\x1f\xfe\ \xc1\xf2\xf8\xe4\xf3\xcf\x3f\x5f\xbd\x7c\xd1\x9a\x29\x02\x39\x26\ \x1f\x28\xf8\xc3\x10\x16\xa6\x64\xec\x3b\x7f\xf4\xec\xe9\xe2\x07\ \x1f\x87\x4f\x3f\xf2\xcf\x1e\xaf\x3f\xff\xf5\x4f\xff\xa7\x7f\x7b\ \xfb\xf3\xaf\xfb\x4c\x85\x38\xbb\x3c\x69\xf3\x98\xfd\xc7\xf3\xee\ \xf3\x88\xdf\x88\x5c\xc7\x3c\x0b\xb3\x46\xc8\x83\x26\x00\x71\x45\ \x9c\x6d\x77\x3b\x29\x52\x5d\x76\x6b\x1a\x63\xd7\xb5\xcc\xce\x35\ \xc1\xb7\x0d\x3b\x06\xac\x5c\x47\x34\xb0\x31\xa5\x7d\x3c\x98\x6a\ \xdb\xb4\x45\xca\x38\x0c\x54\x7d\x47\x55\x43\xd3\x81\x77\x77\x4e\ \x68\xb6\x58\xcc\x91\xf1\xfd\x2e\x7c\x75\xca\x74\x48\x6c\xa8\x08\ \xa6\xa0\x00\x05\x20\x99\x05\x66\x34\xd7\xa0\x31\x18\x99\x39\x04\ \x67\x46\x75\x14\x76\x0e\x7d\x03\x6d\x93\x7d\xeb\x84\x30\xe9\x88\ \x60\x81\xa6\x36\x34\xdd\x82\xa9\xd8\x76\x1d\xc7\xad\x9a\xb4\xce\ \x51\xdd\xe8\x21\x2a\x3b\x04\x57\x8f\xbc\xe0\x50\x45\xd1\x93\x82\ \xa1\x5a\x0d\x9f\x52\x04\xdd\x23\x07\x08\xf5\xed\x19\x78\xa0\x92\ \x8b\x90\xa9\xc3\x8c\x85\x0d\x9c\x3a\x40\xaa\x8e\x6e\x3b\xf4\xff\ \xf7\xaf\xbe\x79\x73\xb3\x8a\x00\xd4\x34\x45\x54\xc6\xdd\x71\xc3\ \xbf\x77\x76\x74\x12\x66\x1c\x27\xd5\x00\xd4\x01\xfb\x98\x4b\xe2\ \x82\x6d\x03\x62\xaa\xd9\x04\xf6\x8c\x01\x54\xc7\x4e\x8b\x99\x82\ \x14\x25\x02\xef\x3d\x12\xa9\x18\x22\x02\x92\x80\x9a\x9a\xa8\xd6\ \xc8\x1f\x35\xd9\x8f\x5d\x80\xff\x1c\xcd\xd5\xef\x90\xcf\xa5\xdf\ \x91\x35\xea\xaf\xf7\xad\x7b\x05\xec\x53\x2e\x31\x4f\x05\xa5\x90\ \x18\xa8\xaf\xe6\xb6\x08\x04\x2c\xa0\x63\x2c\x9a\x07\xdf\xb6\xec\ \x43\x29\xb2\xbd\x5d\x8d\xab\x8d\x23\x66\x51\xcd\x05\xbc\x33\x82\ \x58\x1b\x4d\x04\x45\x40\x46\x11\xb9\xba\x7e\x77\xbb\xbe\x66\xe7\ \x25\x0e\x1d\x68\x6d\xcb\x45\x11\x88\x92\x29\xe6\xb1\x9e\x0b\x06\ \xd6\x5f\xcc\xaf\xe6\xed\xed\xf9\x9b\xab\x9b\x9b\x8b\x8b\x4b\xd7\ \x2e\x4a\xb4\x69\xca\x0c\xe9\xf6\xf6\xaa\x6d\x42\xb6\x98\x7d\xa0\ \xd9\xb2\x6d\xdb\x6d\x1e\x4b\x2e\x88\x8c\xa6\x46\x60\x88\xec\xd9\ \xf9\xc0\x39\x57\xc2\x44\x29\xa5\x0a\x86\x45\x6b\x64\x06\x56\x87\ \x80\x87\xbb\x94\xef\xbc\x50\xee\x02\x16\xed\xc1\xab\xeb\x3a\xef\ \x7d\xb5\xc0\x1e\x76\xdb\x7d\x98\xfb\x7b\xbd\x86\xdd\x94\x92\xf8\ \xd0\x31\xd7\x45\x13\x86\xd0\xb5\x4d\x53\x83\x7c\xdc\xe6\x06\x6e\ \x6e\x87\x62\x93\x02\x82\x23\x76\x26\xb9\x6f\x5c\x60\x65\x4d\xa4\ \xba\x99\x62\xdb\x74\x9c\x64\x61\x48\x65\x9a\x56\x5f\x82\xf7\x3a\ \x8d\x6d\x4a\xe0\xc6\x21\xc6\xce\xb9\xaa\xfc\x47\xc3\x82\x6a\x86\ \x2e\xc0\x9b\xff\xf8\xeb\xd7\xf4\x85\x63\x3e\xc8\x48\xa9\x28\x18\ \x91\x92\x07\xc5\x58\x88\xd4\xcc\x1c\x4f\xa5\x84\x49\x3e\x7d\xfe\ \x3c\x9c\xdf\x4e\x2f\x2f\xa6\xeb\x9b\x53\x9b\x49\x7f\x78\x7b\x7e\ \x63\xa0\xbb\xd5\xbb\xc2\x80\x62\xd2\x34\xed\xe9\xd1\xa2\x69\x37\ \x52\xb4\x24\x55\xaf\x08\x86\x64\x88\x44\x34\x5f\x2c\xe2\x14\x7d\ \x08\x8e\xb9\xd2\x7a\x6b\x6a\x69\x45\x4c\xaa\x15\x5a\x45\xb5\x10\ \x09\xd0\x8a\x68\x85\xf6\x45\x2d\x67\x21\xf2\x06\x40\xcc\xcc\x58\ \x44\xe7\xf3\xc5\xd1\x91\x98\xe9\x76\x33\xfc\xf8\xaf\xff\xee\xf9\ \xb3\x8f\xf6\xc4\xf7\xff\xef\x87\xb5\x56\x47\x49\x2d\x80\x1e\x10\ \xc4\x4c\x35\xb3\x43\xf3\x4e\xd5\x8a\x26\x32\xaa\x8b\x70\x65\x32\ \x00\x43\x54\x72\x18\xda\xed\x94\x2f\x2f\xde\x8d\x53\x24\x22\x70\ \xec\xbb\x66\x3a\x8f\x1e\xe1\xc3\xb3\xe3\x27\xcb\xb9\xc5\xc9\x07\ \xc7\x66\x68\x80\xc0\xb8\xef\x12\x01\x11\x08\x99\x11\x8d\xd4\xac\ \x5e\x9e\x7f\xca\xd3\x78\xf8\x1d\x1b\x39\xc7\xd8\x38\x08\x1c\x9d\ \xd3\x54\x66\x4d\x3b\xa4\x62\xcc\x88\xf0\xf3\x5f\x7e\x71\x53\xf8\ \xec\xf9\x33\xf3\xcd\x90\x4b\x68\x9b\x32\x6c\xaf\x5e\xbd\xfc\xea\ \xf5\x39\x9c\x1e\x1c\x78\x1f\x15\xd7\xd3\xb8\xdd\xdc\xb8\xf9\xac\ \xe9\x16\x53\x2e\x0a\x40\x48\x44\xa0\xa5\x98\x28\x10\x15\x28\xa8\ \x58\x09\xf4\x0f\xb7\x52\x15\xac\x10\xd5\x7b\x7b\x98\xbb\x51\x8c\ \x2a\x55\xfb\x0e\xd3\xfc\x9e\x54\xae\xef\xe6\xa0\xbd\xf7\x45\x55\ \xf3\x01\x40\x9d\x7f\x95\xa0\x30\xaa\xa1\x33\x62\x40\x4f\x04\x02\ \x62\x62\x08\x4a\xcc\x2c\x6c\xf1\x00\x00\x20\x00\x49\x44\x41\x54\ \xa4\xce\xb1\x5b\x66\x22\x04\x56\x34\x06\x26\xb3\x32\xec\x5a\x66\ \xa7\x6a\x9b\x5d\x6a\x49\x99\xea\xbf\x52\x89\x34\xc5\x84\xb3\xe6\ \x69\x47\x4c\xa0\x56\x13\x78\xd4\x6a\x58\x34\xb2\x77\x60\x28\x22\ \x45\x24\xa5\xb4\x5e\xaf\xbe\xfc\xd5\x2f\x26\xb5\x11\xb0\x39\x3c\ \x31\x6e\x52\xb3\x28\x54\x14\xb1\x71\x3c\x6c\xb6\x1e\x5c\x9c\x64\ \xb0\x41\x94\xb4\x28\x51\x11\x30\x04\x55\x55\x61\x63\x32\xc7\xc8\ \xcc\x84\x08\x58\xd9\xf6\x5c\x1b\x63\x33\x03\x34\x42\x67\xb0\xe7\ \x43\xc8\xfd\x7a\xec\x81\x67\xd9\xc3\xca\x55\x89\x60\x95\x64\x2f\ \x22\x2e\x34\xcc\x0c\xef\xbb\x5b\x0c\xbe\x0b\x3e\x7b\x1f\x2a\xc7\ \xb5\x72\xb0\xa9\x6a\x03\x01\x20\x01\x4e\xd0\x06\x4f\x1e\x26\x89\ \x05\x27\xe7\x30\x5b\xa6\x0c\x41\x91\xcc\x47\xef\x06\x25\x9e\x60\ \xd9\xf6\xb8\x53\xd8\x8e\xc5\xd6\xce\x11\x3a\x1b\x87\x5d\xc3\x3e\ \x8e\x85\x90\x0c\x40\xea\x5b\x55\xd5\x24\x39\x66\x31\x2d\xe4\x83\ \x15\x50\x95\x52\xb2\x99\x22\x18\x21\x3b\xae\xa4\x86\x61\x1a\x87\ \xd5\xcd\xeb\xaf\x7f\xe5\x7d\x77\x3b\xe4\x09\x9a\xa3\x8f\x7f\xa8\ \xa7\xcf\x73\x58\x58\x8a\xdd\x14\x87\xf3\xcb\xb6\x94\x29\x8d\x53\ \x2a\xdd\x87\xcf\x1b\xd3\xcd\x76\x23\xae\x75\x48\x02\x25\x69\x51\ \x25\x20\xf3\xce\x11\x22\x33\xf7\x7d\x5f\x6f\xb0\xba\xb1\x45\x44\ \x62\x02\x31\x11\x95\xbd\xb0\xa4\x72\x52\x52\xb5\xeb\x34\x03\x95\ \x22\xaa\xd5\xde\x3d\xe6\x9c\x62\x46\x80\xd0\x74\xcc\x01\xd1\x2f\ \x97\x87\xef\xcd\xa4\x63\xf6\xde\x07\xef\x9c\x00\x99\x81\x81\x09\ \xd8\x2e\x67\xd3\x1c\x2c\xb7\x68\x86\x24\x06\x04\x40\x7b\x80\x07\ \x15\x68\x1c\xd3\xbb\xeb\x9b\x68\xe0\x0f\x97\x32\x0b\xa2\x52\x9c\ \x63\xec\x50\xf5\xdb\xab\x9b\x3c\xc5\xc7\x6d\x03\x31\x4e\x59\xbc\ \x73\x15\x65\xa8\xa9\x8e\x64\xc0\xa4\x44\x68\xa2\x06\x40\x68\x40\ \xfa\x4f\x2c\x0f\x1e\xde\x17\x24\x80\x8c\xce\x23\x03\x03\x12\x85\ \x66\x14\x1b\xb2\x26\xe5\x37\xab\xd5\x98\xe4\x83\x1f\x7e\x72\xb9\ \x1e\x38\x00\x79\xb7\x1d\x27\x87\xfc\xc1\xc7\x9f\xdc\xbc\x7a\xf1\ \x76\x13\xe9\xb8\x1f\x88\xfc\x7c\x0e\x5b\x5d\xed\xb6\xf3\xb6\x41\ \xe7\x54\xad\xba\x7d\x01\x3a\xc1\x3a\xbc\xef\x81\xad\xfb\x83\xa4\ \x7e\x06\xba\xb7\x6f\xdf\xd3\x23\xaa\x87\xc4\x9d\xe1\xb5\xd5\xca\ \x05\xdf\x9b\x8c\x6b\x50\xd3\xba\x90\xde\x53\xd1\x88\xbe\x5b\x28\ \x98\x21\xe1\x64\x05\x41\x3c\xa2\x53\x60\x05\x12\x35\x00\x25\x07\ \xde\x99\x73\xc2\x0c\x8e\x8b\x8a\x67\x17\x82\x0b\x4d\xe3\xa4\x68\ \xc9\x69\xd8\x7a\xa6\xd6\xe1\xa8\x45\x08\x10\x90\xa0\x6e\xbb\x09\ \x4b\x2a\x5a\xc0\xc0\x85\x80\x95\xdf\x60\xa0\x95\xb2\x40\x90\x4b\ \xd9\x3b\x7b\x00\x96\x9c\x67\x84\x71\xbd\xca\xae\xe5\xe5\xf1\x37\ \xef\x6e\x5e\x5c\xdc\xee\x4a\x99\xa6\x89\xd1\x9e\x3f\x3a\x3a\x6c\ \x3b\x9b\x8a\x19\x9a\x58\x29\x82\x76\x07\xcf\x1b\xc8\x3e\xe0\xa0\ \x88\xc4\x3d\xca\x88\x54\xa4\x54\x49\x7d\x1d\x43\xc4\xb4\x7a\x15\ \x3d\x1c\xe2\x1e\xe6\x1e\x3d\xfc\xfd\xfa\x01\x8f\xe3\x58\xd3\x37\ \xcc\xac\xe4\xa4\xa6\xff\x02\xdd\xe2\xb0\x5a\x6d\x2b\x58\x56\x8f\ \x8a\x9c\x4a\xd4\xa4\x00\xcc\x0c\x18\xd0\xb5\x49\x62\x96\x09\x41\ \x3c\x03\x28\x48\x81\x82\xce\x71\x2f\xe8\xa7\xd3\x63\x69\x1b\x5f\ \xec\x66\xcc\xc7\x4d\x33\x73\xb4\xbe\xba\x98\xf2\x88\x2a\x51\xa7\ \x64\x29\x28\xef\xaf\xc6\xde\x4d\xcf\x8a\x14\x86\x6c\x00\x82\x31\ \xe6\xcc\x7b\x8f\x43\x04\x40\x35\x40\x65\x35\x25\xe2\x51\x93\x4b\ \xda\x16\xd9\x94\x8d\xcd\x4f\x75\x79\xf4\xbf\x7e\xf5\xf5\xaf\x6f\ \xae\x47\x55\x8f\xf6\x41\xdf\xff\x70\x31\xb7\xdb\xb5\x66\xe5\x0e\ \xb6\x9b\xd5\x68\x88\xed\x3c\x57\xaa\x9d\xa9\x09\x20\xa8\xb2\xb8\ \xc0\xf5\x18\xbf\x67\x09\x55\x11\x49\x45\x50\x2a\x4f\x48\xb5\xb2\ \xe4\x00\x81\xf7\xc3\xe3\x9e\xbc\x82\x08\x20\xc5\xb2\x65\x05\xdc\ \x6c\x86\xd5\x66\x05\x40\x00\x48\x64\xeb\xd5\xfa\xfd\x99\x74\x6a\ \x26\x52\xa4\x88\x99\x1a\xa8\x59\x4e\x93\xa5\x29\xb2\x7a\x93\x8e\ \x89\x9b\x4e\x6a\xdd\xa9\x8d\x3f\x32\xf9\xe6\x7a\xb5\xd9\x19\x2d\ \x8f\x1f\xe9\xd2\xaf\x2c\x1e\x1e\x1c\xe7\x9c\x4d\x2d\x4f\xb1\x3f\ \x38\xbe\x5a\xaf\xbc\xe2\x1c\x70\xee\x5b\x53\xad\xde\x61\x95\xf3\ \x4a\x00\xa4\x8a\xfb\xca\x65\xcc\xd5\xb9\xc6\x1e\x68\xef\xf1\x21\ \x43\xd9\x11\x28\x98\x96\x8c\x51\xc7\x29\x31\x3a\xc9\x2a\xe4\xb7\ \x49\x2f\xa6\x3c\x7b\xfc\x78\xbd\x1b\x4e\x9e\x9c\x0d\x59\x73\xca\ \x07\xb3\xd9\xe5\xf9\x65\x49\xa5\x39\x3a\x2b\x69\x7c\xb1\x1e\x2d\ \x04\x80\x75\x06\xf5\xb3\x9e\x1c\x2b\x02\x10\x5a\x31\x43\x23\x40\ \x62\x46\x34\x34\xc2\xfa\x8c\x03\x10\x91\x01\x10\x40\x08\x41\x55\ \xf3\x9e\x87\x52\x13\x57\xf1\x7e\x0d\x52\xbf\x0d\xde\xc3\xf7\x24\ \xe3\xda\x0c\x88\xb8\xae\xe4\x1f\x76\x19\xf7\xe6\xce\xce\xbb\x4c\ \xd8\xa0\x43\x44\x12\xc2\x5c\x40\x81\x98\xd1\x7b\x0d\x6e\x15\xe3\ \x6a\x33\xed\x8a\x02\x62\x1f\x02\xa8\x38\x95\x0f\x8e\x0e\x9f\x1e\ \xce\x90\x44\xd3\xa8\x44\xc8\xe8\x5c\xf5\x41\x42\x06\x24\x44\x02\ \x26\x20\x66\x72\xc8\x39\x17\x47\xc1\xcc\x0c\x01\x91\x80\x50\x55\ \x01\x91\x9d\x23\x26\x30\x66\xd2\xb6\x65\x6e\x16\xbf\x7e\x77\xf5\ \xab\xab\x8d\x3b\x38\xe1\x79\x68\x25\x6b\x1e\xbf\x78\x77\xf1\x78\ \x3e\xfb\x70\x71\x52\x8a\x0e\x63\x4a\x46\xae\xeb\xbc\x73\xa0\x66\ \x80\x86\x20\xa6\xa2\xca\xa0\x77\xb7\xc8\x7e\x4e\xac\x03\xbc\x01\ \xa0\xd8\x7d\x9f\x75\xef\xa1\x78\x5f\xb0\xf6\x0c\x97\x3b\x3e\x4b\ \xfd\x62\xb1\x58\xec\x76\xbb\x3b\x3d\xaa\xd9\xfb\xe2\x5c\x88\x78\ \xb0\x3c\x8c\x53\x76\xec\xd1\xd0\x14\x72\x2e\xa5\xe4\x4a\x4b\xf3\ \xde\x6f\x4d\xd7\x5d\x68\xcd\x9c\xaa\xd3\xec\x41\x0d\x34\x07\x56\ \x37\xdb\x51\x7b\x5b\xec\x67\xe7\x97\xe7\xa6\x33\x93\x56\xb4\xa5\ \xe6\xc3\x45\xf3\xaf\x3e\x38\xd3\xf5\x75\xba\xbe\x3a\x59\x2e\x34\ \x25\x40\xaa\xcf\x1e\x1b\x54\x7a\x14\x31\x39\x72\xfb\x45\x92\x27\ \x44\x04\x03\x33\x53\x34\x60\x42\x47\xa0\x48\xc1\x3b\x92\x80\xe0\ \xad\xe4\xa6\x7f\xe3\xda\xff\xe5\xf3\x5f\x7f\x6d\x00\x8b\x79\x36\ \x68\x00\x5e\x5c\xdf\xfe\x6a\xb3\xf9\x8b\x83\x7e\xc1\x7c\x91\xe3\ \xf9\xce\x76\x6d\xdf\xf5\x0d\x91\x63\x25\x97\x0b\x68\x51\x84\x29\ \xa6\x1a\x8d\xd5\x34\x4d\x35\x47\xad\xa4\xed\x0a\xad\x96\x9c\x0d\ \x5c\x1d\x07\x9d\xdb\xcf\xec\xce\xf9\x10\x42\xed\xcb\x40\x15\x10\ \x72\x91\x52\x0a\x39\x7f\x72\xe2\xc6\x29\x16\x51\x53\x53\xcd\xb9\ \x2e\x91\xde\xeb\xb2\x4f\xd3\xb8\x5e\xaf\x15\x19\x80\x8d\xc8\x00\ \x44\x0a\x3b\xc6\x10\xd4\x24\x99\xed\x8a\x3a\xdb\xff\x61\x43\x40\ \x47\xa4\xb0\x4a\xc5\xba\xb9\x36\x6d\x56\x6b\x43\xf7\xfc\xe9\x87\ \x88\x78\xb4\x3c\x7c\xfd\xf5\x57\x57\x2f\x5f\xb6\xdd\x7c\x55\x52\ \x33\x9b\xed\xcc\x40\xa4\xd6\xac\x3b\x5c\x0e\x1c\x31\x52\x55\xe3\ \xd4\x51\xb1\x62\x27\xdf\xcd\x3c\x0f\x25\x2d\x4c\x58\x40\x8a\x02\ \x28\x24\x04\x90\x12\x9a\x1e\x5c\xf7\xe6\xe2\xe2\xda\x60\xc1\x61\ \x4a\xe9\xac\xef\x3f\xfb\xe1\xef\x09\xf0\x2f\x7e\xfd\xb9\xd1\xb5\ \xf3\x21\xc5\x69\xbe\x38\x8a\xc3\x30\xe6\x49\xc6\xdd\x7c\xb9\x38\ \x79\xfc\x98\x9c\x17\x55\x34\x90\x2c\x58\x0c\x15\x0c\x14\x19\xee\ \xa0\x18\x30\xd5\x87\x36\xa2\xaa\x1a\x73\x2e\xb2\x67\xd5\x3d\x3c\ \xc8\x2b\x60\xdf\xb6\xed\x6f\x3d\xa6\x7f\x97\xd9\x3f\x7b\x5d\x4b\ \x9d\x6c\xeb\x3c\x75\xff\x66\x4a\x29\x83\x66\x30\x15\x20\x05\x6c\ \x91\x8b\x16\x64\x54\x83\x58\xf4\xd5\xf5\x4d\xf6\xde\x1f\x1e\x11\ \x72\x62\xb2\x12\x01\xed\x9b\xf5\x6a\x97\x87\xd3\xc6\xb9\x22\xbd\ \x57\x50\x27\x53\x41\x44\x32\x24\x40\x04\x23\x05\x46\x53\xd4\x1c\ \x93\x01\x00\xa3\xee\x3f\x42\x31\x04\x24\x52\xd4\x3e\x38\x20\xf2\ \xa1\x4d\x25\x66\xd0\xcb\xd5\xfa\xcd\x6a\x73\xfc\xf4\x83\x81\x9b\ \xcd\x30\x22\x07\xef\x69\xe6\xf0\x66\xb5\x3a\x08\x05\x9c\x57\xc7\ \xbb\x38\xb6\x21\x58\xc9\x24\x46\x8e\xd5\xb0\xa8\x89\x9a\x6a\xae\ \xd7\xfd\x8e\xdc\xb0\x27\xdd\x55\x44\xaf\xc8\xbe\x3c\xd5\x91\xfe\ \x3b\xc2\xea\xdd\xc7\x76\xdf\x70\xd5\x19\xd3\x39\x37\x9b\xcd\x6a\ \xc8\xc8\x34\x96\x7f\xc9\x95\x2f\xa5\xba\xc8\x92\xa8\x56\x66\x0d\ \x91\x4b\xa9\x94\x52\x88\xdc\x95\xca\x2f\xd2\x74\x82\xe5\x8c\xe9\ \xc0\x50\x93\x01\x40\xf6\xbc\x71\xf0\xae\xa4\x9f\xbd\xb9\x2d\x8f\ \x17\x2b\x43\x3d\x5c\x5c\x4e\xbb\x99\xc3\xd7\x37\xd7\xaf\xbe\xb8\ \xf9\xe3\xd3\x93\x56\x31\xaf\x13\xaa\x66\x97\xd4\x8c\xf6\x78\x00\ \x82\x29\x22\x26\xd5\x4a\x61\x30\xb3\x1a\x57\x6d\x00\x6a\x0a\x44\ \x59\xa1\x9b\xb5\x6d\xd7\x74\x5d\x08\xc4\xeb\xab\xdb\x4b\xce\xff\ \xfe\xfc\xf2\xdb\x8e\xf9\xd1\xe3\x61\x54\x9b\xb2\xa2\x36\x4f\x8f\ \xbe\xbd\xdd\xcc\x4b\xf9\xb0\xe5\x6b\xf2\x6f\xc6\x29\x22\x9e\xa2\ \x48\xca\x73\xd7\x36\x8c\x79\x37\x19\x18\x78\x9a\x62\xac\xfa\x92\ \xfb\xb0\xb8\x8a\xa5\x22\xa2\x01\x95\x62\x55\x35\xad\x6a\x22\xe5\ \x4e\x1b\x5c\x9c\x63\xef\xbd\x96\x3c\xa5\x24\x62\xcc\x5c\x11\xed\ \x93\xe3\x93\x71\x8a\x29\xa5\x18\x2d\x84\xf7\xd4\x2d\x02\x00\xb3\ \x0f\xbe\x6d\x43\xab\x50\x27\x23\xc2\x2e\x30\xa3\x43\x04\x54\xaf\ \x06\xa5\xda\xf5\x81\x81\x16\x33\x35\xdc\xae\x56\x1a\x1a\xdf\xce\ \x85\xb8\x41\x3e\x3b\x3c\x3c\xa4\xee\xe0\xf8\xa4\x6b\xdb\x0b\x7c\ \xc5\xae\x05\x93\xeb\xdd\xd6\x77\xfd\xe9\xe1\x81\x23\xf2\xce\x31\ \x91\x14\x51\x15\x13\x45\xe6\x10\x82\x63\x87\x88\x6a\xc5\x54\x90\ \x90\x88\xea\x3f\x23\x52\xee\xc1\x09\xb0\xea\xf5\x5b\xc8\x21\x85\ \x20\x31\x83\x02\xb9\xee\x76\x33\xbc\xda\x0d\x39\x84\x94\xf2\xc1\ \x72\x09\xc8\xd7\x97\xd7\x8f\x9e\x3d\x0f\xce\xcf\x66\xb3\x34\x4e\ \x40\xce\x42\xf7\xf8\xec\x91\xa2\xb8\xc0\x48\x04\x48\x0a\xc6\xc4\ \xa0\xe4\x49\xc1\xed\xcd\x23\x2a\x0e\x77\x7f\x2d\xc0\x00\x3d\xaa\ \xaa\xa9\x91\x23\x24\x97\xa5\x3c\xbc\xed\xef\x1f\x0a\x91\xbd\x6c\ \xf6\xbf\x7c\xe5\x7f\x87\xce\x82\x84\xd5\x3e\xe1\xbe\xb2\xde\x4b\ \x99\x54\xb5\xa8\x4e\x19\x00\xa0\x02\xde\x62\x00\xc4\x08\xc4\xbe\ \xb9\x58\xaf\xad\xed\xbb\xc3\x83\xad\xd9\xe9\xe9\x19\x80\x06\xc7\ \xe3\xfa\x16\x88\x6e\x73\x44\x85\x45\xdf\x4f\x31\xb2\x02\xa3\xab\ \x74\x03\xda\xaf\x80\x81\x01\x49\x2b\x86\x80\x06\x54\x0f\x20\xdc\ \xab\xc9\x54\xcd\x26\xdb\xbb\xad\x17\xd4\x42\x7c\x51\xc4\x66\x8b\ \x41\xa4\x3b\x59\x3e\xf9\xf4\xd3\x61\x18\x7e\xfd\x8b\x7f\xe8\xda\ \x86\xfb\xe5\xd5\x10\x05\x62\x0c\x24\x4d\xa8\x6c\x4e\x00\x2d\x62\ \x8a\x46\xe4\x88\x2b\x9b\xd3\x54\x55\x4a\x31\x30\x30\x13\x15\x00\ \xdc\x4f\xfb\x8a\x0f\x49\x77\xf7\x55\xac\x22\xfa\xf7\x69\x20\xf7\ \xd3\xf4\xbd\x98\xcb\x39\x87\xe4\x08\xe9\xbd\x1f\xa1\x1a\xe1\x47\ \x54\x21\x38\xae\xec\xff\xbe\xef\x54\x75\xb3\xd9\x7c\xb5\xbd\x59\ \x61\x9a\xda\xe0\xa8\x61\xe2\x80\x31\x2b\xec\xb0\xd9\xb5\x8b\x9f\ \xbd\x79\x0b\xcf\x8e\xa9\x69\x4e\x42\xb7\x7c\x74\xb4\x9e\x36\x26\ \xb9\xeb\xbb\x8b\x97\x6f\xdf\xac\xc6\x4f\x79\xbe\xb9\x58\xf5\x2d\ \x67\x4f\x62\x6a\xaa\x60\x8a\x08\x68\x86\x00\x55\x78\x0e\x28\x84\ \x64\x40\x0a\x04\x66\x82\x84\x46\x02\x20\xea\x86\x28\x9b\xed\xc0\ \xc0\x25\x85\x4b\xa2\xf3\x34\xcd\x3e\xfa\x60\x63\xfc\x07\x1f\x7f\ \x7a\xec\xfb\xcf\x7f\xf1\x8f\x57\xf1\xd6\x1a\x7a\x91\xca\xed\x26\ \x49\xeb\x26\xef\xa8\x6d\xa7\x94\x1d\x72\x4c\x09\xd4\x1c\xb1\xf7\ \x6e\xca\x63\xbd\x5c\x35\x7b\xf8\x5e\x59\xb5\x4f\xba\x04\x12\x35\ \x11\xdd\x13\x41\xcc\x44\x64\x9a\xa6\x9c\x53\x8d\x86\x0f\x8e\xc7\ \x38\xc6\x58\x88\x10\x88\x4b\xa9\xe0\x70\x0d\x36\x24\xef\xf8\x3d\ \x77\x8b\x66\xa1\x69\x17\xcb\x83\xc5\x62\x81\x4c\xb0\xd7\x5d\xee\ \x83\x48\xcc\x94\xcc\x9c\x11\xab\x29\x68\xd1\x0c\x6a\xcc\x38\x8e\ \x03\x53\x68\x3c\x2b\x68\x20\xdf\x29\xbb\x0c\xb7\xaf\xce\x2f\x4c\ \x03\xf9\xa6\xe9\xc6\xed\x3a\x13\x7f\xfe\xe6\xf5\xb7\x97\xef\x6a\ \x10\x8c\x67\x57\x72\xc9\x29\x99\x59\x70\xae\x26\x3c\x10\x22\x20\ \x10\xfd\xc6\xd1\x48\x48\xf5\x84\x34\x33\x04\x33\xb3\x54\x62\x66\ \x20\xe7\x54\xb4\x4c\x25\xc5\x32\x4e\xba\xca\xb9\x9f\xcf\x38\xf8\ \xf5\x66\x58\x6f\xbe\x7e\xf6\xfc\x83\xb3\xc7\x4f\xce\x8e\x8f\x5e\ \x7e\xfb\xcd\xac\x6f\x6f\xaf\x6f\x61\x3e\x13\x42\x62\x47\x8e\x99\ \x1c\x20\x54\x68\x84\x08\xd1\x1c\xa0\x29\x88\x08\x22\x9b\x81\x3e\ \x20\x5d\xef\xb7\x67\x46\x00\x00\xe4\xc8\x93\x7f\x58\xb9\x1e\xba\ \xdc\x04\xef\x11\x7e\xcb\xfd\xfe\x3b\xec\xb9\x00\xec\x6e\x26\xaa\ \xaf\x6a\xa5\x50\x75\x27\xd5\x08\x55\xc4\x46\xd0\xa4\x42\x45\x08\ \x40\xa4\x78\x76\xd7\x31\x75\x07\x07\xc0\xfe\xb0\xef\x0f\x0e\x0f\ \x3f\xfa\xf8\xe3\x83\xe5\xe2\xa7\x3f\xf9\xc9\xc5\xeb\x97\x19\xd4\ \x99\x6b\xfa\x79\xd3\x57\x86\x62\x95\x9f\x01\xee\x3f\x1a\x15\xa8\ \x7a\x34\x30\xb3\x2c\x52\x65\x92\x55\x7c\x50\x8b\x7a\x74\x5c\xb1\ \x6a\x0b\x7e\xb5\xdb\x7d\xbb\xb9\x6d\x17\xc7\xd6\x86\xd3\x47\x67\ \x4f\x9f\x3f\x7f\xf7\xee\xe2\xe8\xf0\x64\x1c\x07\x0a\xde\x77\x08\ \xa6\x6d\x1b\xdc\xac\xf5\x21\x90\x00\xa1\x33\x05\x06\xcb\x0c\x80\ \x46\xee\x3b\x7c\xfd\x21\xfa\x5e\x21\xf9\xfa\xf6\x1f\xde\x49\xf7\ \x12\xf9\xfd\x9a\x42\xa4\xd6\xaf\xdf\x00\x32\xef\x98\x7b\x77\x7c\ \xf8\xf7\xaa\x5c\x5c\x19\x66\xa5\x48\xa9\x9d\x2f\x22\x7a\xef\x9b\ \xb6\x5d\x2c\x66\x52\x0e\x64\xb8\x59\xc5\xfc\x6d\x2a\x37\xd1\x7c\ \x21\x43\x37\x99\xbb\x1d\xf3\xcb\x6c\x4f\x96\x07\x33\x0a\xa7\xc7\ \x27\x7f\xf2\xe7\x7f\xe6\xe7\xcd\x76\xb7\xfe\xdf\xfe\xc7\x7f\xd3\ \xf7\x87\xe7\x63\x3e\x9e\x2f\x3e\xfd\xec\x69\x1c\x76\xd4\x72\x85\ \x8b\x10\x91\x08\x45\x32\x42\xe5\xab\x01\x22\x16\x05\x53\x34\x30\ \x05\x30\xb0\x62\x1a\x53\x9a\x98\x82\x6f\xec\xe4\x80\x7c\x27\x89\ \x5e\x9f\xbf\xc9\xd4\xad\xae\xd6\x3f\xf8\xfd\x7f\xf5\x17\x7f\xf4\ \x27\xcf\x96\xa7\xe7\xdf\x7c\x3b\x4a\x14\x43\xe1\x2c\x4d\x48\x59\ \xba\xae\x3f\x3c\x3a\x05\xf6\xcc\x84\xaa\x98\x0b\x11\x22\xf1\xa2\ \x5b\x20\x73\xdd\x4f\xdd\x31\x9c\xad\xae\xa8\x44\x24\x97\x54\x61\ \x4f\xd5\x82\x68\xde\x3b\x00\xf6\x9e\x54\x5b\x66\x66\xc7\x68\x10\ \x1a\x5f\x6a\xaa\xb0\x1a\xe5\x6c\x86\xc8\x84\x40\xa5\x64\xe2\xf7\ \x96\x8b\x9a\xf7\x3e\xb4\x6d\x08\xa1\xd2\xf6\x0c\x61\x3f\x3a\x19\ \x9a\x29\x28\x24\x51\x40\x53\xd3\xac\x2a\x26\x12\xcb\x98\xa6\x59\ \x68\xcc\x4a\xb8\xd3\x53\x3e\x3a\x7b\x74\xb3\x59\xbd\x7c\xfd\x26\ \x4b\x2e\x22\xc6\xbc\x1e\xa7\x29\x46\x57\x58\x87\xc9\x85\xe0\x9c\ \x93\x9c\x63\x4c\x08\xe0\x9d\x73\xce\x05\xe7\x89\x08\xd1\x10\xf5\ \x8e\xda\xf9\x1d\xda\xb0\x37\xa5\x31\x60\x62\x11\xc9\xa8\xc6\x88\ \x66\xac\x90\xc6\x22\x02\x59\x35\xe7\x42\x5e\x96\xbe\x0d\xce\xdf\ \x5c\x5d\xaf\xae\xae\xaf\xcf\xdf\x1d\xf4\x33\x33\x61\x00\x2d\x65\ \xb3\x5e\x07\xcf\xd9\x71\xd7\x75\xce\x79\x12\x28\x45\xa7\x3c\x89\ \x28\x00\xd6\x0b\xfb\x4f\x5d\xb0\x11\xf6\x96\x38\xf7\x1e\x26\x66\ \x75\x5a\xbc\xff\xe2\x9f\xf0\x3f\xbf\x2f\x7c\x2e\x29\x32\xec\x06\ \xbe\xc3\x3b\xef\x7f\xe2\xbd\xaf\xbe\x9a\x43\x56\x46\x03\x53\x14\ \x23\x45\xb2\x92\x45\x52\xd4\xb6\xe3\xa6\xcb\x59\x0e\x7d\xe8\xd8\ \xc7\xed\xf8\x6e\x33\x32\x06\xe0\x2e\x02\xbc\x5b\x0f\xdb\x51\x66\ \xc1\x3b\xcf\xc8\x58\xf7\x2c\x80\xf7\x38\x7d\xa5\xdd\x01\xec\x5b\ \xd7\xef\x3e\xbf\xba\xdf\xc8\xe3\x68\x80\x22\x32\x18\x5e\x6d\x77\ \x43\xd1\x33\x4f\x92\xc7\xcf\x3f\xff\xf9\x62\xde\x1d\xcc\x67\x22\ \x0a\xe6\x80\x31\x1c\xcd\x5a\xcf\x12\x98\xda\x60\x45\x9c\x58\x00\ \x26\x64\x05\x8b\x66\x62\xc2\x35\x12\xf8\xae\x1e\xdd\xd7\xaf\x5a\ \xb9\xc0\xb0\x36\xed\x0f\xf1\xac\x7b\x0a\xfe\xfd\x84\x58\x95\x8c\ \xb5\xf9\xaa\xe1\xc0\x39\x67\xd3\xf2\x7e\xa9\x7f\x75\xcb\x79\x75\ \x75\x79\x73\x73\x73\x9f\xc8\x9b\x52\xf2\xce\xb7\x6d\xbb\x27\xa9\ \xa0\x41\x8e\x91\x5c\xf6\xdd\x35\x48\x86\x28\x6a\x29\xcb\xcd\x6e\ \xf4\x47\xc7\xc9\x78\x16\xfc\x07\x9f\xfc\x40\x55\x4f\x97\xa7\xaf\ \xbf\x7c\xd5\x75\x07\xc3\x50\x76\x25\x4e\xd3\xf8\x26\xf8\x36\x38\ \x87\x5e\xea\x99\x5a\xff\x03\x06\xb4\xea\x7d\x81\x88\xc0\x01\x90\ \x14\xea\xba\xc8\x8c\x48\x7d\x2f\xaa\x45\x65\x1c\xc6\x71\xdc\x00\ \x86\x2f\x6f\x37\xd6\x77\x1d\x35\xbb\xcb\x9b\x5f\x7d\xfe\xf3\xe6\ \x5f\xff\xd1\xa3\x1f\x7e\xf4\xed\x7f\xb8\xcc\x49\x9f\x3e\xfb\xe0\ \xf4\xf0\x30\x20\x77\xae\x65\xe7\xa6\x92\x5c\x17\xc8\xa3\x4a\xf1\ \x50\x35\x0a\xd0\x34\x4d\xbd\x9d\xaa\x3e\xee\x7e\x5a\x9f\xa6\xa9\ \x48\xa1\xdf\xec\x67\xef\x7f\xbd\x4f\x56\xf7\x4d\xa8\x12\xab\x61\ \x8c\xb9\xe4\x94\xcb\x38\x4e\xdb\xed\x76\x9a\x86\x61\xd8\xbc\x1f\ \x19\xe5\xbe\x60\x14\x11\x84\x3a\x17\x82\xf7\xce\x00\xcd\xea\x9d\ \x0f\x6a\x68\x08\x0a\xa4\xc4\x62\x92\x93\xb4\x7d\x47\x6c\x31\x6d\ \x89\xb4\x3d\x3e\xd8\x62\xfe\xe9\x2f\x7f\xe6\x7c\x48\x56\xd4\x74\ \x37\x4d\x00\xb2\x1b\xc6\xae\x69\xdb\xb6\x51\x62\xe7\x3d\x12\x4a\ \x2a\x1c\xb2\x8a\x22\x00\x31\x03\x11\x10\x21\x13\x73\x5d\x54\x91\ \xdd\x91\x6f\x1e\x2c\x87\xc0\x81\x03\xc4\x8c\xaa\xa8\x64\x46\x45\ \x5b\x2c\x48\xce\xc5\x64\x62\x98\x2d\xa9\x1c\x1f\x1c\xc5\x18\x5f\ \x7c\xfd\xf5\xc9\xd1\x91\xf5\xf9\xf5\x9b\x37\x7d\xe3\x3c\x83\xa9\ \x30\x3a\x32\x90\x94\x35\x69\x29\x45\x8a\x14\x91\x94\x33\x20\xb5\ \x6d\x07\x4c\x88\xf6\x4f\xb6\xe1\xf7\x47\xf5\xc3\xdf\x79\xa8\x84\ \xfb\x4e\x00\x64\xdf\x1b\xaf\x08\x33\x63\xc7\xb3\x59\x7f\xbf\xb7\ \xae\xe6\x30\xf7\x7d\x04\x02\x7a\x74\x54\x6f\x71\x2b\x62\xb9\x94\ \x8c\x0d\x6f\x6f\x56\xa1\xe9\x8a\xd1\xbc\xeb\x1d\xd0\xe9\xf2\xa0\ \x14\x7d\x7b\x75\x25\x59\x19\xfd\x98\x77\xab\xab\xcd\x2d\x1a\x23\ \x28\x83\xb9\x0a\xb6\x00\x22\x12\x20\xd2\xbd\x06\x1d\x11\xd4\x4a\ \x41\x50\x7b\xf0\x48\x03\x61\xce\x85\x9d\x03\xc4\x75\xb4\x58\x60\ \x71\x30\x5b\x4d\x71\xd1\x77\x69\x1a\x2f\xde\xbd\x09\x61\x36\x9f\ \x2f\x06\x4c\x31\x4e\x51\xcd\x33\x17\x80\x40\x10\xda\x86\xb3\x62\ \x31\x2d\x2a\x08\xfb\xf7\xa2\xf2\x1b\xd5\x71\x3f\x2f\x19\x21\x18\ \x22\x03\xd5\x7d\xd6\xfd\x96\x7d\xcf\x36\xaa\x49\xdd\x77\x5d\xd8\ \x3d\x52\x53\xca\x3e\xd9\xc8\x3b\xa7\xa2\x4c\xef\x35\x2d\x9a\x01\ \xc0\x72\xb1\x00\xd0\x9a\x62\xe0\x98\x89\x09\x0c\xab\xd9\x19\x20\ \x90\x2a\x83\x16\x83\x62\x98\x8a\xc4\x94\x72\x29\x9b\xf5\xf6\x76\ \x4a\xcf\xe7\x87\x8e\x7d\x38\x98\xf3\xb2\x3b\x7a\x74\xf6\xf3\x5f\ \xfe\x6a\xb7\x1b\x91\x9b\x81\xdd\x9b\x18\xff\x71\xbb\x9d\xde\x5e\ \xf4\x04\xac\xf0\x1b\xfa\x00\x02\x40\xa0\xca\xaa\x43\x00\x05\x55\ \x30\x04\x35\x30\xd8\xb3\x22\xcd\x80\x18\x14\x41\xa4\xaa\x6f\xe1\ \x51\xd7\xce\xcc\xc6\x38\x7e\x79\xfe\xf2\xf4\xb3\x8f\xbe\x5c\xbf\ \x7d\xfc\xe9\x47\x6f\xbe\x79\x19\xc7\x1c\x7d\x5e\x2c\x66\x87\xcd\ \xdc\xb1\x2b\xad\x6a\x43\xe2\x74\xca\x13\x11\x6a\xc9\x41\xa9\xee\ \x4c\xf1\xee\xa3\xaf\x07\x78\xd3\x04\xe7\x9c\x9a\x18\x98\x88\xce\ \xe7\x3d\x98\x89\xee\x25\xd9\x29\xa5\xca\x94\x40\xb3\xd0\x36\x00\ \xc8\x8c\x3e\xf8\x94\xf2\x38\x4d\xc4\xe8\x1c\x02\xea\xe1\xc1\x52\ \xdf\x37\xfb\x47\xc1\x64\xbf\x6e\xc5\x7a\x2b\xa8\x28\xe2\x9e\x4f\ \x8f\x80\x59\xc5\xd0\x00\x54\xc1\x4c\xd1\x79\xef\xbd\xcb\x29\x11\ \x80\x4a\x7e\x7b\x7d\xf1\xe1\x67\xbf\xd7\x87\xf6\xfc\xed\xbb\x94\ \x73\x1e\xa7\x29\xc7\x38\xec\xe6\xf3\xd9\x62\xd6\x79\xe7\x94\x3d\ \x12\x9b\x59\xa1\x1c\xac\xad\x64\x9c\x3a\x70\x20\x21\x31\x7a\xef\ \x98\xf6\xc4\x49\x40\xa8\x82\x33\x04\xa8\xa7\x20\x29\x13\x7b\x23\ \x2b\x96\xa1\x48\x47\xae\x4c\x91\xd0\xcd\x8b\xdc\xc6\x29\xe7\x52\ \x04\xce\xcf\x2f\x8e\x8e\x0e\x5b\x1f\x6e\xaf\xaf\x57\xb7\xd7\x50\ \x72\xdb\x77\xad\x77\xec\xbd\x88\x3a\x62\x06\x44\x24\xf6\x5e\xd9\ \xa9\x41\xd7\xc1\xde\x1a\xa2\x72\x3d\x1e\xa4\x1b\xab\x56\xe1\x5b\ \xd5\xfc\xee\x37\x07\xdf\x79\x13\x20\xde\x37\xcb\x00\xc0\xff\x0c\ \xad\xe8\xef\xd0\x2b\xc2\xf9\xd9\x7c\x31\x5f\x2c\x70\x5f\x53\xea\ \x53\x0a\x60\x7b\x1f\x3e\x28\x02\x60\x68\x66\x62\xa6\xa4\x4a\x52\ \x84\x90\xb4\xe4\x14\x47\xe8\x42\xdb\xb7\x6f\xdf\xbd\x2e\xa2\x6a\ \xb6\x5e\xdd\xa4\x69\x88\x71\x87\x81\x9a\xae\xa9\x38\x0e\x31\xed\ \xd7\x34\x80\xb0\xd7\x58\xe0\x9d\x04\xc1\x4c\xed\xbe\xff\xaa\xa6\ \x0e\x95\xd1\x53\x2b\x4b\x10\xd8\x4d\xb9\xc4\x14\x45\x8f\xfa\xf9\ \xc1\xe1\x62\xdc\x4d\x68\xec\x49\xe3\xb8\x22\xa6\x22\x64\xa3\xa0\ \xe3\xa2\xca\xce\x17\x29\x25\xe6\x92\x0b\x31\xb5\x6d\xcf\x21\x28\ \xf1\xbd\x51\xda\xfd\xe4\x5e\xfb\x3f\xe7\x4c\x44\xad\x1e\x2a\x08\ \xfb\x20\x2c\x04\x72\x8e\xee\x0a\x8c\xe9\xbe\x23\x73\xcc\xce\xa0\ \x41\x54\x15\x15\x15\x11\xd7\xb4\xce\xb9\xf7\x8b\xcf\x42\xc4\xe7\ \xcf\x1e\x1f\x8f\x0b\xef\x7c\xbd\xec\x60\xf7\x68\x28\x88\x88\x9a\ \x48\xc9\x9a\x12\xaa\x11\x18\x9b\xc5\x94\xd4\x62\x08\x30\x0e\x37\ \x0c\xb3\xe7\x8f\x7e\xf4\xfa\x9b\xd7\x69\x9b\xc6\xdd\x70\x75\x75\ \x39\xc5\x38\x8c\x71\x4a\xa2\x00\x5d\xcb\x8d\x23\x6f\xfb\xc5\x36\ \x31\x02\xd6\x65\x7d\x7d\xe3\xc0\xcc\xaa\xb0\x7f\xe3\x00\x0a\x86\ \xb0\x87\xed\xcd\xcc\xd0\x8a\xe2\x30\x95\x92\x6c\xb3\xbe\x65\x58\ \x3e\x3f\x3b\x76\xc4\x5f\xfd\xec\x3f\x7e\x70\x78\xf0\xe5\xaf\x3e\ \x87\xb4\xeb\xe6\xdd\x38\xad\xae\x29\x15\x1b\xba\xb6\x05\x82\xcd\ \x6a\x37\xc4\x49\x4c\x16\x8b\xf9\x7c\xb6\x68\x9a\x46\xb2\x00\xa2\ \x77\xae\x94\xa2\x0a\x80\x15\x39\x46\x62\xb6\x62\xa6\xc5\xef\x79\ \x76\xc0\x48\x08\xd8\x78\xdf\x54\x9f\x25\xb3\xea\x33\x61\x00\xc1\ \x39\xb3\x7d\x17\x20\xaa\x39\x97\xdb\xdb\x9b\x27\x8f\xce\xe4\x7d\ \xd5\x3f\x88\x08\xc0\xc0\x0e\xbf\x43\x09\xf6\xf5\x5d\xd1\x40\x35\ \xb8\xba\x01\x64\x00\x04\x1f\x44\xb2\x89\xba\x66\xff\x48\xe6\x31\ \x7e\xfe\x0f\x3f\xf7\x3e\x10\xa2\x16\x05\x53\x2d\xa5\x69\xda\xae\ \x3d\xf0\xce\x01\x58\xdf\xf5\x66\x20\x52\x34\x34\xb5\x61\xaf\x77\ \x7f\x05\x25\x98\xd0\x79\xde\xeb\xc8\xaa\xca\x0c\xf1\x61\x13\xa4\ \xd5\xd9\xc1\x31\x98\xaa\x14\x34\x08\x73\x41\xe0\x16\x71\x66\x3a\ \xc5\x34\x0c\x53\x13\x9a\x61\xdc\x8d\xbb\xad\x99\x86\xa6\x3d\x5a\ \x2c\x6a\xee\x26\x31\xa9\xe1\x3e\x12\xa8\x16\x20\x06\xba\xb3\x4f\ \x51\x53\x35\xdb\x1f\x5c\x0f\x79\x3f\x46\xfb\x61\xd5\xf6\x2b\xd5\ \x4a\xf4\xa9\x9c\x88\xbb\xbd\x01\x1a\x40\xcd\xd5\xb3\xef\x0b\x13\ \xb5\xde\xaa\x56\x9f\x1d\x7b\xb8\xe9\x47\x43\x42\x54\x2d\x35\x92\ \xbb\x46\x84\x31\x32\x10\xf4\x6d\x57\x7d\x57\xd6\xdb\x0d\x07\x3e\ \x3b\x3d\x49\x71\xda\xed\x76\xb1\x76\xf2\x0c\x07\xc7\xcb\xae\xeb\ \x99\x09\x41\xd9\xf0\x21\xfb\x86\xee\xa2\x78\xef\x7a\x20\xba\xdf\ \xfd\xd9\xbd\x7e\xab\xfa\x7e\x9b\x1d\xb0\x13\x85\x69\x8a\x39\xe7\ \x61\x98\x72\x96\xf9\xdc\xb6\xbb\x61\x1c\x87\x10\x70\xb6\x5c\xb0\ \xe3\xfb\xbd\x15\x01\x2a\x32\x06\x0c\x4d\x43\x7b\x1f\xd4\xaa\x07\ \xbe\x27\x5d\xd5\x1a\x76\xdf\xa5\x23\x33\xda\xdd\x03\x6b\x54\x0b\ \xdb\x9e\x62\x23\x2a\xfb\x10\xf0\x0a\x7e\xd5\x1f\xaf\x3a\x75\x55\ \x12\x14\x3b\x78\x5f\x02\x3d\x00\x30\xa1\x43\xa0\xfd\x7e\x0f\x6a\ \xb2\x77\x8d\xf9\x33\x51\x35\xc9\x92\x45\x8b\xe6\x2c\x29\x49\x8c\ \x50\x52\x43\x4a\x2d\xa3\xa5\x14\xed\xab\x5f\x7f\xfe\xe7\x7f\xf6\ \x17\xef\xce\xcf\xaf\xaf\xaf\x76\xbb\xdd\xe5\xe5\xf9\x6e\xb7\x59\ \xf6\x6d\xdf\xf7\x6d\xd7\xb6\x9e\x48\xd3\x3d\x98\xa2\xa6\xb5\xc8\ \x1a\xd4\xbc\x2b\x22\x72\xfb\x46\x14\xbf\xa3\x80\xec\x97\x33\x22\ \x45\x61\x2a\x3a\x8c\xd3\x38\x8e\x66\xe5\xd5\x37\xdf\x1c\x1e\x1d\ \x05\x80\x17\x5f\x7f\x93\x76\xbb\x47\x47\x07\xfd\xa2\x09\x5d\xe7\ \x98\x39\xb0\x05\x40\xc0\x9e\xbb\xd0\x7a\x22\x0c\xa1\x09\xa1\x31\ \x35\x76\x8e\x88\xaa\x68\x71\xcf\x1e\xaa\x58\x84\x09\x13\x37\x8e\ \xeb\xf0\x76\x57\x3f\xa1\xce\x51\x75\xa0\x23\x6e\x1e\x72\xeb\xf4\ \x8e\xd8\xad\xde\xa3\xca\xac\xef\xde\x93\x8f\x82\xa0\x0a\x45\xb4\ \xd4\x1d\xeb\xdd\xa4\x76\x0f\x74\xaa\x8a\xbf\x83\x02\xab\x1d\x85\ \x23\x36\x07\xf7\x89\xf6\xf7\x03\x14\x21\xa2\x27\x00\x9b\x77\x9d\ \x0f\x61\x1f\x91\x09\x76\xf7\xa3\x76\xec\xd8\x3d\x90\x85\xdf\xff\ \x75\x44\x84\xda\x00\xdd\x1f\xdf\x0f\xad\x2c\x44\xbe\xd3\x9f\xdf\ \x19\x9c\x98\xaa\x81\x39\x83\xd9\x7c\xf6\xf8\x91\x2f\x77\x1a\xc3\ \xfb\xbf\x7b\x0f\x74\x20\x92\x22\xde\x3d\xc8\xf5\xa1\xfe\x4e\x35\ \x0d\x80\xe5\x37\xfd\x1e\xf6\xff\x07\xdb\x07\xa3\xdd\xa7\x64\xff\ \xbf\x19\x8e\xdf\x3d\x9e\xdf\x0b\x9c\xab\xfe\xcc\xf6\x1d\x83\x03\ \x1f\x5c\xcd\xbb\xa0\x6f\x36\x00\x35\xa3\x2a\x09\x02\xb8\x8b\x02\ \xaf\xb0\x91\x6c\xb6\xdb\xd5\x66\x23\xa5\x84\x10\x8a\x41\x37\x5f\ \xf4\x5d\xb7\x47\x40\x01\x1a\xc7\x8e\xb0\x7a\xab\x56\xa4\x63\x9f\ \x20\xf2\xe0\xa2\xdf\x9f\x3c\x5a\x6f\x88\xfb\x6e\x0c\xfe\x13\x7b\ \xef\x1d\x26\xd9\x75\xdd\x07\x9e\x73\xef\x7d\xa1\xea\x55\xec\xaa\ \xce\xdd\xd3\x93\xf3\x0c\xc0\x41\x0e\x4c\xa0\x00\x4a\x84\x28\x82\ \x11\x12\x49\xd9\x96\x25\x52\x5a\x6b\x97\xa4\xbd\x9f\xd2\x4a\xb2\ \x25\x5b\x61\x65\x59\x34\xed\xa5\x56\x94\x29\x12\x6b\x5a\xe4\x52\ \x14\xa5\xd5\x92\x00\x49\x90\x20\x89\x3c\xc8\xc0\x0c\x26\xe7\xce\ \xd3\x5d\x39\xbf\x74\xef\xf1\x1f\xaf\xaa\xfa\x75\x4f\x0f\x08\x4c\ \x40\x18\xd4\x01\xbe\xf9\x7a\xa6\x2b\xde\x70\xe2\xef\xfc\x0e\xb8\ \x52\x49\x62\x7d\x7c\x19\xa6\x91\x88\xe2\x89\x44\xbb\xbe\x8e\x10\ \xfe\xb4\xdd\x68\xae\x4d\x50\x8b\x84\x8c\xd3\xb2\xec\x7b\xd7\xff\ \xa2\x50\x96\x61\x95\x08\x1f\x97\x18\x0b\x97\x50\x5e\xc1\x01\x81\ \xa5\xe4\xd1\x45\x15\x47\xa4\x22\x40\xd5\x69\xb4\x6a\x07\xd3\x88\ \x8c\x23\x23\x09\x0c\x99\xc6\x05\x23\x14\x4c\x18\xba\x11\xa8\xd5\ \x76\x19\x54\x51\xb9\x5c\xba\xf7\xbe\x6f\xa7\xd3\x69\x22\xaa\xd5\ \xaa\x9a\xc6\xfb\xfb\x33\xf1\x78\xc2\x30\x74\x00\x34\x75\xa1\x73\ \xe8\x5a\x4d\x00\xd0\x34\xad\x9b\x87\x0d\x42\x81\xa5\x5b\x14\x30\ \x31\x11\x05\x0e\xa0\x92\xca\x97\x4a\x02\xa3\x36\x64\x41\x06\x95\ \x7b\x22\x1a\x1b\x1f\x0f\x5a\x08\x50\x70\x19\x50\xa0\x21\x63\x0c\ \x03\x8e\x07\xcb\xb2\x10\x31\x20\xd5\x44\x00\xce\x19\x9c\xdb\x57\ \x15\x0c\x6e\xd0\x84\xd6\xfe\x6c\xc1\x20\xd4\x76\xf6\xad\x73\x91\ \x42\x3d\xf0\x5d\xe5\x45\xa4\x3a\x54\xe8\x78\xa1\x55\x91\x40\x5b\ \x71\xce\x82\xc4\xee\x32\x6d\xd2\x3e\x9f\xa0\x3c\x2f\x18\xae\x13\ \x1c\x8f\x80\xff\xb6\x6d\x1a\x3b\x5f\x38\xfc\xdc\xa0\x86\x13\x46\ \x44\x02\x2c\xf5\xa5\xac\x20\xea\xeb\xfe\xdc\x7d\xb5\x55\xbd\xc2\ \xf6\x5b\xb4\xc3\x1f\xc0\x25\x0d\x18\x98\x5b\xde\x55\xe5\xe1\xb7\ \x03\x0c\x5c\x10\xa4\xce\xb3\x01\x80\x18\x85\x3f\x98\x08\x91\x95\ \x2f\x2f\x11\x2c\xc3\x60\x9f\xdb\xfd\xf6\x7a\xe3\x44\x5d\xdd\x09\ \x0b\x17\x13\x82\x48\x2e\x88\x26\xba\x2b\xae\x69\x1a\xe7\xdd\x14\ \x06\x29\x22\x43\xd7\xb9\x10\x01\x4b\x72\x1b\x8f\xeb\x79\x9c\xb1\ \xa8\x69\x6a\x82\x85\x8c\xc3\xca\xb7\x58\xe1\x73\x85\xab\x7b\x44\ \x24\x80\x29\x40\x20\x08\x6b\x1f\xc1\xb9\xec\x56\xd9\x97\xc3\x41\ \x0d\xc3\x68\x2f\xb7\x22\xa6\x31\xd9\x6e\xc7\x6f\x3b\xb9\x4a\x51\ \x77\xb3\xc3\x40\xd3\x40\x23\x11\x2d\xdb\xb3\x15\x66\xe7\x5c\x90\ \xfd\x45\xda\x0c\x26\x04\xf2\x76\x64\x82\x0c\x79\xc8\xa4\x07\x6a\ \x4c\x30\x8d\x01\x07\xe5\x31\x24\x5d\x33\x44\xa7\xb8\x1e\xe4\x8c\ \x34\xce\xa5\x54\x8e\xe3\x18\x86\x11\x8c\xec\x0e\xf6\x25\x28\x20\ \x18\x86\x1e\x89\xe8\xa6\x6e\x74\xd3\xc0\x01\xfb\xd5\x12\x8e\x1c\ \xa0\x53\x27\xc1\x2e\x08\xa6\x9d\xd4\x08\x6a\xae\x5c\xef\x68\x9b\ \x80\x8a\x11\x6c\xdb\x0e\x86\x7b\x3b\x8e\x03\x0c\x39\xb6\x8f\x44\ \xf7\x88\x77\x9a\x5e\x81\x88\x7c\x8f\x02\xca\xe0\x00\x89\xda\xdd\ \x56\x44\x14\x5c\x00\x28\xaf\x43\x19\xbc\x84\x04\x6e\xd7\xf8\x28\ \x4c\xe0\x81\x8c\x2f\x69\x08\x52\x4a\x91\xaf\x2e\x78\xbe\x75\x07\ \x8c\xb2\xe4\xee\xe0\x8a\x14\x35\x11\xe7\x9c\x07\x9a\x2b\x00\xac\ \x30\xc6\x71\x35\xe7\xa8\xab\x8c\x74\x5d\x0f\xfd\x96\x82\x33\xd6\ \xdd\x4a\xc6\x42\x69\x5d\xd6\xa6\xe7\x0d\x2b\xc1\x15\x67\x29\xac\ \x16\x97\x93\x94\x52\x97\x6c\x66\x29\xe3\x01\x9d\xe6\x93\x10\xb4\ \x7c\x05\xa0\x7a\x85\x9b\xd2\x25\x1d\x0a\x0a\x50\x5d\x33\x1f\xbe\ \xfb\xab\xfe\xf9\x32\xcf\xfc\xab\xc7\x72\x83\xed\x86\x4c\xd6\x5d\ \xac\xc0\x97\xe9\x2e\x1f\x63\x1a\x68\xed\xfa\x28\x17\x3c\x70\x96\ \xb8\x10\x9c\xb1\xc0\x78\x07\xd6\x48\x2a\xe9\x4b\x15\xb5\xe2\xed\ \x1e\x66\x0a\x62\xa9\xa0\xed\x87\xb7\xa1\xc2\x04\xc8\xb0\x5d\xde\ \x50\xd4\xd1\xf4\x6d\x4b\xd2\xf5\x63\x08\x80\x75\xd8\x81\x64\x00\ \xa0\x0b\x85\x99\x8a\xc8\x6d\x23\x66\x05\xe3\x4c\x7a\x1e\x75\x62\ \x40\x68\x17\xcf\x82\xb1\x2d\xb8\x14\x0b\xb5\x83\x92\xf6\xde\x76\ \x2c\x4b\xf0\x57\x6c\x77\x25\x53\xfb\xd8\x85\xac\x4d\x9b\x2b\x22\ \xa4\xe0\x96\x7e\x00\xb8\x98\x48\x11\x00\x41\x08\x4d\x08\xde\xf5\ \xea\x82\x38\xb1\x83\xaa\x66\x00\x14\x38\xc3\x6d\x5e\x69\xce\x83\ \x9c\x51\x10\x98\x30\xc6\x81\x24\x63\xed\xaa\xa9\xe7\xfb\xc1\xd4\ \x75\xa5\xda\x04\xd3\x42\x68\xba\x11\xd1\x4d\x53\x4a\xdf\xf3\x3c\ \x40\xce\xb5\x60\x49\xdb\xc9\x3e\x25\xd5\xd2\x84\x18\x05\xc8\x38\ \xe3\xbc\xdd\x86\xa3\x69\x1c\xd1\xf5\x55\xd8\x96\x29\xa5\x2c\xcb\ \x6a\x34\x1a\x41\x8d\xdf\x53\x92\x75\xba\x0e\xba\x9f\xbf\xc3\x97\ \xdd\xc6\x61\x74\x67\xbb\x77\x95\x5a\xb7\xb0\xcb\xda\xb9\x94\x76\ \x15\xa5\x5d\xcb\x5e\xd2\x5c\xaa\xeb\xc2\x84\x5b\x64\xc2\x58\xd6\ \x0b\x67\x18\x50\xb4\x02\x72\xdc\x8e\x2d\x3a\x09\x0d\xc6\x45\x1b\ \x2e\x10\xb0\xcf\x10\xb6\x49\x4b\xdb\x44\xbb\x0c\x31\x68\x0d\x62\ \x5d\xdd\x11\x1c\xb7\x20\x08\x24\x50\x08\x2c\xc8\x60\x05\x37\x81\ \xda\x67\x33\x40\xd4\x11\xe3\x22\x78\xbf\xb6\x8b\x1d\xf6\x30\x01\ \x90\x61\x68\xf4\x0e\xe3\x0c\xa0\x8d\x34\x6c\xf3\xfd\x32\xce\x03\ \x4f\xb4\xfd\xc9\x95\xea\x44\xc1\xed\xc6\xb6\xb0\x73\xb0\xa2\x95\ \x8d\x88\xe4\xd2\x08\x1f\xe8\x0c\x9d\xa0\x73\xa3\xc2\xee\xe2\x74\ \x7d\xcf\x55\x75\xf7\x6b\xe9\x73\x05\x5a\x6b\x85\x03\x1c\xde\xd4\ \x60\x21\x58\xc7\x5b\xee\x4a\xe7\xd9\x00\x08\x52\xa9\xa0\xc3\x3a\ \x30\xb3\x1d\xf7\x95\x2b\xa5\x3c\x5f\x06\x3e\xc4\xb9\x3e\x73\xf7\ \x56\x74\xa3\x89\x8e\x8b\xc7\xda\xe5\x01\x60\xc0\x90\xb3\x65\xea\ \x3f\x78\x30\xe7\x2c\x80\x5c\x13\x2d\x7b\x4d\x29\x55\x9b\xda\x15\ \x41\x29\x49\xcb\x1a\xc8\x3a\xca\x09\x30\xbc\xb1\xd0\x3e\x7c\xd0\ \x79\x70\x1b\xdd\x83\x6d\x1e\x8d\x95\x27\x20\xf4\xf3\xc5\x61\x80\ \x85\xe0\x42\x0b\xb4\x6b\xbb\x11\x27\x9c\x07\x24\x00\x54\x88\x14\ \x31\x39\xe7\x5c\xd3\xb4\xb6\x1d\x60\x6d\x84\x1c\xa2\x40\x20\x64\ \xe8\xd8\x8e\xd0\xb4\x80\xc1\x02\x90\x38\x40\x90\xd3\x76\x3c\xa9\ \xc0\x51\x2a\x50\xc1\xbe\x52\xb2\x13\x27\x06\xde\x7f\xbb\x1a\x13\ \x7c\x93\x00\x63\x84\x01\xd4\x53\x68\xc8\xb8\x86\x41\x8f\x67\x27\ \xaf\xcf\x39\x21\x46\xa2\xd1\x60\xfd\x04\xef\x6a\x96\x36\xc6\x05\ \x11\x91\xb3\xe0\x6e\xf8\xbe\x64\x4c\x04\x83\xdd\xbb\x6a\x2b\x8c\ \x6f\xf4\x95\x24\x92\x2c\x68\xc8\x6a\x3b\x1a\x18\xe4\x9e\x00\x41\ \xca\x90\x03\x1c\x58\xc2\xb6\xc1\x40\x00\x08\x1a\x54\x2e\x58\x75\ \x75\xe2\xe3\x55\x74\x56\x37\xec\xc2\xe5\xd2\x6d\xe9\x0d\x3e\xb0\ \x22\x42\xea\xcc\xd6\x09\xd2\x61\x9d\x4d\x6c\x3f\xbc\x3d\x37\x8c\ \x94\x52\x9c\x71\x64\x18\xba\x4d\xdd\xf3\x43\x88\xaa\x5b\x72\x3d\ \xf7\xde\x05\x96\xbb\x0b\x87\xee\x3e\x8f\x28\x9c\x84\x82\xb6\xf7\ \xdc\xd1\x63\x6d\x78\xd6\x39\x71\xc3\x8a\x88\xaa\xbb\x23\xab\xc6\ \x10\xe1\xdc\xe2\x32\xc5\xf7\xfa\x61\x16\x5c\x96\x86\x58\xed\x4f\ \x44\xa4\xa5\x66\x6c\xde\x8e\x16\x39\x0f\xb6\xa9\xe3\x08\xb7\x6f\ \x31\x63\x08\xc0\xc3\x83\xf0\x10\x99\x24\x54\x92\x02\x5c\x01\x63\ \x18\x3c\x12\x97\xf6\x06\x03\x00\x5e\x37\x35\x18\xdc\x15\xc6\x02\ \x96\xbf\x20\x6f\xb8\x4a\x0b\x74\xfb\x5d\xb0\xab\x5b\x3b\xc7\x21\ \x74\x0e\x94\x52\x8a\x3a\xdd\x63\x4b\xd7\x66\x99\x09\x0a\x58\xea\ \x97\xbf\x38\x76\xd0\x04\x18\x7e\xeb\x15\x3e\xd7\x45\xc7\x8c\x08\ \xc0\x00\x79\x10\x41\x04\xbd\x09\xac\xad\x73\x11\x59\x30\x5b\x49\ \xa2\x52\x00\x28\x44\x7b\x2c\x40\xdb\xd0\x30\x86\x08\xbe\x94\xc1\ \x19\xd6\xcc\xa8\x52\xca\xf5\x15\x21\xf7\xc9\x97\x2a\x40\xdf\x82\ \xe3\xfa\x8e\x2f\x31\xe8\xaa\x6f\xe3\x66\xdb\x08\x3a\x0c\x67\x8a\ \x96\x94\x3b\xb4\x39\x33\x1d\x0f\x99\x1f\xd4\x64\x82\xf4\x53\xbb\ \x97\xc0\x97\x5d\x6a\x4c\x6a\x47\xdf\xaa\xf3\x5b\x94\x52\x31\x46\ \x00\x41\x3d\x83\x85\x09\xb2\xc3\xa0\x93\x76\xe7\x53\x40\x57\x4b\ \xa0\xa4\x02\x04\xc1\x05\x11\x49\x25\x39\xe7\x1c\x39\x30\x0a\x3a\ \x13\x69\xc9\x43\x86\x6e\xd3\x8a\xba\x38\x9b\x11\xa8\xa6\x70\x3a\ \x69\x45\xee\x82\x42\xfc\x29\x6d\xa5\x43\x4b\x7d\xd1\xed\x82\x7b\ \xc8\xeb\xee\x7c\xbe\xf6\xd9\x0e\x39\x2c\xc8\x18\x53\x14\x10\x72\ \x41\x58\x79\x2d\xe5\x04\x82\x0c\x32\x6b\x3b\x5a\xd4\x49\x14\xb0\ \x10\xb2\x72\xf9\x79\x5b\xf2\x30\x3a\xc6\x13\xc3\xd7\xa3\x8b\x2a\ \x7d\x89\xc3\xb9\x4a\x92\xeb\xfc\xff\xd2\x25\x56\x51\x4a\x71\xce\ \x7e\x62\x8a\xfe\x55\xc4\xd0\x87\xbc\x89\xb0\x9e\x5e\x32\x92\xc0\ \x82\x46\xb3\x60\xea\x8b\x2f\x09\x64\x9b\xbe\xba\x5d\xbc\x03\x5a\ \x91\x7d\xec\x5a\x63\x00\x42\x06\x0c\xdb\xe0\x6d\x45\x1d\xf4\x43\ \x00\x6f\x69\xa7\x60\x97\x2e\x54\x40\xbe\xae\x08\x02\x70\x3b\x2e\ \x3f\x1c\x5d\xaf\x75\x29\xe2\x6f\xf7\x0f\x2d\x79\x40\x04\xd8\xcd\ \x82\x04\x9d\x0d\x2c\xe4\x3f\x87\x77\x22\xf4\x67\x40\x51\xd0\xfd\ \x73\x29\x19\x47\x40\xe7\xf3\xba\xa1\xab\xd5\xf0\x62\x16\x3f\x58\ \x2e\xc2\xae\xce\xea\xd4\x7a\x14\x80\x62\x6d\x1c\x9c\x5a\x5a\x04\ \x02\x49\xa0\x7c\x04\xe6\x49\xd9\x89\x43\x20\x3c\xe5\x40\x01\x02\ \x70\x44\xc2\x8e\x5b\x4c\x4c\x05\x61\x39\x76\x15\x72\x80\xdd\x69\ \x5f\x03\x08\xe7\x1e\x31\x18\xda\x2d\xa9\x63\x03\x90\x08\x7c\xcf\ \x5b\x91\x99\x6e\xbb\x42\xd4\xfd\x11\x02\x92\xd2\x50\x82\x46\x9e\ \x2f\x79\xda\xf1\x7c\x84\x02\x50\x1d\xfa\x6c\x6c\xe7\xd3\x18\xb5\ \x7d\x9b\xc0\xa4\x51\x30\x28\x2f\x7c\xa9\x64\xb8\x7b\xe5\x02\x73\ \x24\xcb\x82\x80\x40\xff\x2e\x71\x3d\x01\x10\x63\x2a\xb0\xa5\xc1\ \x99\xec\x40\x99\x01\x97\xf2\x7a\x5d\x7c\x00\xeb\x56\x72\x00\x59\ \xb0\x7e\x21\xf3\xdf\xe1\xe3\xc0\xee\x9f\x1d\x9e\xe4\x4e\xf7\x06\ \x22\x21\x6b\xdb\x57\x86\x41\xfd\x81\x00\x15\x9d\x93\x58\x25\x02\ \x08\xb0\xd3\x44\x21\x07\x28\x18\x61\xdb\xfe\x13\x08\x48\xad\xb8\ \xd1\xab\x66\xac\x56\x98\xde\x73\x9d\xaf\x70\xce\xb7\x4b\x45\xf4\ \xfa\xf2\xb9\xc2\x78\xff\xee\xb9\xec\x9c\x54\x02\xe0\x41\x9a\x03\ \xba\x19\xc8\x4e\x44\x13\x98\x1f\x22\x15\x4e\x76\xb6\x4b\x87\xdd\ \xa4\x38\x91\x6c\x9f\x8c\x76\xb5\xa3\xe3\xce\xb5\x59\x20\xdb\xe1\ \x62\xfb\x56\x75\x95\x60\xfb\x63\xf0\xe5\xe9\xa4\x70\xa5\xa9\x53\ \x3a\xc1\xf3\xe5\x11\x95\x52\x44\x48\xc0\xc2\xbf\x0f\xbe\x47\x38\ \xe7\xd5\x51\x83\xd8\x7d\x76\x48\x31\xc9\x70\x9e\x6b\x05\x07\x0e\ \x91\xba\x08\xeb\x4f\xbe\x52\xb2\x83\xa7\xc4\xae\x83\xd7\xf9\x7c\ \x44\x20\x3b\xbf\x43\x45\x08\x8a\xda\xb5\xee\xf6\x65\x20\x64\x81\ \xd7\x1f\x7c\x8b\x60\x45\x55\x50\xa7\x65\x8c\x48\x49\xe9\x05\xc9\ \x96\x20\x63\xd6\x86\x73\x74\xdc\x2b\x08\x7a\xb1\x43\xd7\x39\x38\ \xfa\x41\x2c\x0a\xa0\x82\xd9\xaf\xc1\xc5\x20\x20\x06\x20\x03\x08\ \x35\xc1\x8a\x7c\x5f\xb7\xa9\xb3\xcb\x8f\x74\x6e\x42\x64\xa5\xe6\ \x62\x48\x21\x1e\x8e\xae\x4d\xf2\x3d\x6f\xc9\xd9\x0f\xf1\xa3\x85\ \x77\xdf\x75\x3d\xdf\x97\x17\x93\xea\x3a\x97\xc8\x68\xc5\xc9\x0f\ \x1f\xa4\x70\xd8\x18\xba\x17\x4b\xcf\x95\x4b\x0d\x21\x28\xc3\x5f\ \x76\x99\xfe\x82\xd5\xb3\x25\xd4\x19\x92\xb0\x5c\x59\x2c\xe1\x77\ \xce\x3d\xdb\xc4\x3a\x25\xd7\xa5\x57\x0d\x8e\x80\x22\x85\xe1\x86\ \xea\x50\x01\x24\x6c\x6b\xc3\xcd\x70\xb0\xfc\xaf\xe7\x96\x1d\x59\ \x07\xe5\xf7\xba\xcb\x73\x01\x2d\x4f\x58\x76\xea\xf3\xd4\x76\x46\ \x82\x01\x65\xed\x59\x40\x9d\xbe\x1d\x54\x10\xf4\x7c\x21\x00\x04\ \x0c\x55\xac\xad\x9c\xd0\x0f\x95\x81\x11\x59\x30\x79\x67\xc5\xd7\ \x0e\x3a\xc6\xc2\x87\x26\x14\xea\xb7\x0f\x65\x00\x7b\x93\x41\x73\ \xdd\xd2\x39\x5b\xaa\x64\xb5\x73\x64\x6d\x12\xef\x65\xa1\x38\x43\ \x16\x8c\x57\xec\xe4\x49\xda\x8e\x55\xd8\x91\xee\x38\xed\xd4\x35\ \x8c\x1d\x6d\x48\xdd\xc7\x13\xb5\xdb\x53\xc3\x53\x9b\x56\x80\x8c\ \x2e\xd8\xdb\x92\xbe\x1f\x5c\xf5\xe0\xeb\xb7\x87\x0c\xb7\xcb\x73\ \x8c\x20\xc0\x4c\x04\xa1\x2b\x01\xa9\x70\x72\x87\xda\x06\x3e\x48\ \x95\x20\x01\x61\x3b\xdd\xde\xe9\x08\xed\x00\x2c\xdb\xff\xae\xa0\ \xe3\xa9\x74\xce\x3b\xad\x6c\xfa\x6f\xbb\xb0\xa4\xc8\x97\x0c\x49\ \x17\x3c\x40\xdc\x76\x1e\x8e\xe1\x75\x08\x97\xc6\x82\x22\x6f\xfb\ \xaf\xaa\x3d\x74\x69\xc5\x29\x5f\xa9\xb9\x14\x48\x5a\xc6\xa6\xd2\ \x5d\x84\xa0\xed\x6c\xc5\x55\x57\xd4\xf5\x80\x97\x88\x89\x2e\x38\ \x43\xdf\x2d\x4c\x87\xb5\x64\x68\x2f\x58\x90\xf2\xeb\x58\xdc\x76\ \x9e\x6b\xc9\x56\xa3\x0c\x7e\x6e\xab\x30\x45\x41\x06\x7f\xa9\xef\ \xa4\x53\x8f\x3a\xf7\xcf\xb6\xa7\xd4\x01\x5d\x2f\x3d\xbc\x0b\xd3\ \xe9\x04\xf3\xd4\xf6\x8f\xdb\xfb\x1b\x9c\xcf\x4e\x1c\xd2\x0e\xfe\ \x97\x5e\xaf\x13\x3d\x20\x51\x18\xa0\xb7\xca\xc0\xb1\x50\x9d\xa4\ \x0b\xba\xe8\x24\x5a\x96\x22\xcd\xb6\x61\x6e\xb7\x73\xd2\xaa\x4d\ \x42\xaf\x3d\x9e\xab\x53\x38\x67\xd4\xc5\x25\xb6\xb3\x7f\x88\x48\ \x12\x88\x82\xf2\x0a\xb5\xfb\x06\xda\x06\x48\xb5\x9d\x32\xd5\x49\ \x6c\x74\x68\x47\xa1\xa3\xc4\x00\x02\x9d\x05\x08\xcb\x5a\xb4\xba\ \x7a\x24\x1c\x5a\x76\x81\x0b\x1d\x3a\xad\xc0\xfa\xb5\xe3\x7f\x0a\ \x80\xb2\x88\x84\x9d\x51\x3d\x9d\x2b\xc4\x57\x2a\x36\xc0\x4e\x8d\ \x6b\x29\x96\xe9\x56\x09\xbb\x48\xd4\xce\xbd\x55\xe7\xf3\xa2\x89\ \x54\x78\x23\xcf\x67\xae\x2f\x78\xe5\xbb\xf6\x10\xdb\xb7\x80\x11\ \xeb\xc2\x05\xc9\x57\xe4\x49\xd5\xa9\x6a\x75\x3f\x3c\x76\x63\x0c\ \xb3\x0f\xf9\xa9\x00\x00\x20\x00\x49\x44\x41\x54\xdf\x97\x80\x14\ \xe4\x1e\x21\x84\xca\x01\x22\x08\x40\x59\xca\xef\x58\x6f\x0c\xa6\ \x87\x2d\x5f\x6d\x9f\x96\x86\x29\x80\xe7\x07\xec\x3a\x8c\xf3\xa0\ \xb3\x0e\x94\x92\x72\x39\xe5\x64\x37\xb6\x5a\x82\x95\x76\xcf\x4f\ \xc0\xaa\xc6\x39\x13\x08\x0a\x21\x74\xa9\xa0\x1b\x50\x53\xa8\xb6\ \x1f\xc0\x50\x94\x42\xce\x30\xd8\xeb\x80\x93\x4b\x29\x46\xc4\x88\ \x5c\x5f\x76\xf4\x33\x5b\xf2\x49\x57\x2f\xf2\x5c\x88\xad\xee\xda\ \x9e\xae\x96\xec\xaa\x60\xc6\xb1\x0d\x35\xee\x04\x01\x41\xf7\x45\ \x10\xd7\x75\xe9\x92\x18\xf0\x6e\xac\xdd\x09\xf1\x08\x11\xdb\x8a\ \x8c\xda\x06\xa5\x43\x23\x80\x21\x24\x1d\x75\x80\x29\xed\xff\x02\ \x9c\xbd\xea\x54\x96\xc3\x6b\x47\xed\xfc\x19\x75\xb0\xe1\x01\xb6\ \xb4\xa3\xf8\x70\x35\x28\x43\xbb\x68\xdc\x2e\x7a\xaa\x25\x4f\x9d\ \x68\x39\xf0\xb8\x13\x76\xa8\x50\xb4\x11\x8e\x1c\xc3\x09\xca\xd7\ \xd9\xa4\x58\x40\x50\x44\x9e\x24\x9f\x00\x81\x3a\xa1\x3c\xeb\x68\ \xdf\x25\xbb\x44\xc8\x18\x43\x5a\x96\x2d\xa0\xc0\x1d\x43\x60\x81\ \xa9\xee\xe6\x79\xb1\xc3\xbf\x8d\x41\xd6\x89\x2d\xd3\x50\xdd\xcc\ \x02\x0b\xb5\x79\x77\x6d\xce\x8a\x69\x54\x4b\x4a\xad\xb3\x2f\x18\ \xb2\x00\x44\x01\x5f\x5a\x27\x0e\x6d\xb7\xeb\x84\x76\x91\x80\x50\ \x05\x5a\x8f\x3a\xd8\xe8\x80\xd1\xa6\x5d\x7f\x01\x19\x2e\x62\x75\ \x58\xa7\xa9\xf3\xa2\x9d\xe4\xd1\x32\x33\xd5\x49\x15\x53\xe8\x2c\ \x5c\x00\x1e\x45\x4a\xf2\x7d\x6a\xf7\xe2\x72\x29\xdb\x69\x0c\x52\ \x14\xf8\x05\x80\x8c\xda\x1c\x38\x08\xc0\xba\x5c\xba\xed\xd3\x4f\ \x0a\x02\xc7\x10\x70\x85\x09\x45\x94\x04\xc4\xb1\x3b\x74\x15\x38\ \x30\x25\x55\x00\x8d\x52\xed\x6b\x16\x60\xb5\x59\xbb\xb1\x03\x58\ \xd0\x95\x16\x90\x40\x32\x44\xd5\xe1\xae\xe8\x66\x06\xc3\x51\x03\ \x32\x94\x08\xaa\xc3\xe5\x14\xa8\x96\xee\x5f\xbb\xea\x29\x9c\xab\ \x5e\x2a\x57\x21\x82\x94\x4c\x49\x02\x80\x0e\xd4\x8b\x13\x49\xe9\ \xf3\xa0\xa4\xa2\x48\xe7\x22\x18\xa7\x45\xbe\x44\x44\xd9\x69\xd8\ \x46\x44\x16\xe4\xe7\x2e\xf4\xc0\x87\x8b\x6b\xe1\x26\xfc\x15\x05\ \xbe\x15\x4a\xad\x9b\xf9\xed\x16\x1f\x03\x0c\xed\x8a\x40\x32\x1c\ \x85\x2d\x39\x6b\x1d\x37\xa7\x1b\xda\x75\xf0\x8a\x20\xa5\xf4\x3d\ \x4f\xb3\x04\x22\x80\x54\x5c\x08\x5a\x9e\xd4\x0b\xc0\xd5\x01\x35\ \x50\xe0\x93\xae\x48\x5d\x2d\xb7\x46\x1d\x6b\xac\xe8\x5c\x76\xdf\ \x8e\xc6\x0c\xbb\xab\xa8\x96\x55\x71\xbb\xc1\xc4\xca\x68\xb1\x9d\ \xb3\x46\xf6\xba\xd1\x5c\x4b\xf1\xe2\x8a\x7d\xa2\x55\x16\xa5\xeb\ \x97\x86\x71\xe6\x4b\x7d\x4e\xa1\x57\x0b\x66\xfc\x76\x0f\x98\x5c\ \x96\xfe\x0f\x83\x8f\xc3\xa0\xd3\x55\x8b\x50\x2b\x96\x3e\x8c\x7d\ \xef\x82\xe6\x57\x4d\x37\x86\xbf\x48\x27\xc5\xd5\xe9\x20\x0d\xe1\ \x21\x96\xa3\x33\xe0\x7c\xfb\x7d\xae\x93\x45\x17\x8d\xa1\xf7\x7d\ \x3f\x98\x38\x0b\xc8\x14\x11\xe7\x4c\x11\x48\x5f\x49\xdf\x6f\xa3\ \x55\x42\x80\xa9\x15\x69\x97\x0e\x26\x3e\x5c\xc3\xa6\x8e\xd3\xb9\ \x0c\xad\x17\x0a\x13\x20\x58\xab\x8e\x13\x0c\x9d\x58\xa7\x1d\x7a\ \x2f\x65\x94\x81\x88\xc0\x57\x0a\x43\x4e\x56\x70\x42\xba\x84\x3f\ \x2a\x94\xf9\x6b\x8f\x1d\xf5\xbc\xf0\x2e\xac\x80\x8f\xab\x15\xb7\ \xba\xc3\x45\xd5\x05\xdb\x61\x00\xd3\x00\x6c\x93\xa9\x81\xa2\x8e\ \xb2\x08\x54\x67\x58\xb3\x5c\xc2\xaa\x54\xb8\x1e\xd5\x3e\xa2\x9d\ \x2f\xb5\x22\xe6\xed\x12\x87\x86\xd1\x12\xe1\xa3\xb8\x02\xbb\xb3\ \x22\x65\xb6\x94\x95\x0f\xec\x69\x87\x0b\x2f\xb0\x0d\x6d\x58\xb5\ \x54\xb4\x7c\xaa\x51\xb7\x2b\xab\x9b\x6f\x5a\x95\xb3\x17\xce\xe1\ \x68\x3a\xdf\x0d\x3a\x5f\x65\xfc\x7c\xc1\x44\xd8\x66\xbf\xbe\x30\ \xf4\xd8\x29\xb4\x77\xa3\x89\xf0\x5a\x84\x11\x06\x2b\x30\x29\x4b\ \x19\x7d\x64\xe1\xbf\xae\xb0\x60\xe7\xc3\x61\x74\x8d\x70\x60\x4b\ \xbb\xef\xb2\x02\x67\xb8\xe2\x75\xba\x04\x75\x78\x4e\xfa\xf3\x7c\ \x00\x96\x15\x0f\xe8\x72\x55\xaf\xba\x67\xe1\xef\xbe\x6a\x75\x66\ \x45\x83\xc1\xc5\x88\x6a\xc3\x41\xda\xc5\xf7\xc0\xcf\x0a\xf2\x4a\ \x9c\x31\x64\x3c\xdc\x20\x75\x6e\x37\x86\xae\xeb\xe7\x42\x64\xc3\ \x7b\x24\xa5\x1f\x7e\x05\xce\xb9\x10\xc2\xf7\x7d\xdf\xf7\x35\x4d\ \x23\x20\xe9\xc9\x30\x7a\x3e\xd0\x4a\x4b\xb7\x11\xa0\x3b\x43\x21\ \x40\x99\x06\x7f\x0d\xa7\xa8\xc3\x77\xb8\x5b\xe4\x59\xb5\x08\xdb\ \xbd\x78\x21\x97\x3d\xd4\x0a\x47\x24\x09\x42\x0d\x34\x0a\x42\x8d\ \x7d\xb0\x3c\x87\xfd\x32\xdb\x50\x5e\x4a\x6d\x01\x9c\x4f\xcb\x74\ \x61\x40\xb0\x5a\x27\x5c\x58\x35\xac\xc0\xdf\x87\x51\xef\xe1\x13\ \x2e\x43\x3d\x86\x6d\x2f\x0c\x96\x70\x15\x5d\x4a\xc5\xa0\xfd\x03\ \x05\x7a\x9e\x4f\xa1\xea\x67\x97\xa4\xa4\x3b\xe1\xe5\x7c\x37\x2b\ \xec\x14\xaf\x38\xd2\x70\xce\x50\x85\x70\x61\xe4\x5c\x8f\xe1\xdc\ \x3c\xfd\xf2\x65\xc7\xd7\x0b\x2a\xc2\x0f\x2d\x4a\x38\x70\x5b\x61\ \x55\x56\xf5\x9c\x89\x80\x94\x7f\x2e\x10\x6c\xd5\xda\x4d\xb7\xe6\ \xc2\xc2\x4d\x8b\xa1\x0e\x92\x10\xc6\x35\xa4\x1d\x96\xbf\xd6\x4b\ \x3d\x60\x95\x1e\x06\xa0\xe5\x0f\xe9\x32\x40\xad\xd0\x8c\xab\x56\ \x85\xcf\xa9\x4a\x2f\x4f\x78\xa9\x8b\x36\xfe\x40\x52\x4a\x4f\xfa\ \x24\x1d\x60\xa8\x00\x65\xb7\x3f\x49\x29\xa9\xa0\x13\x2a\x2e\x43\ \xe1\x06\xcb\x15\x30\x5b\x75\xf3\x50\x2b\xd5\x34\x11\xeb\x14\x79\ \xc3\x27\x35\x68\x79\x53\x4a\x31\x0e\x61\x1c\xc6\xb9\x4d\x76\x5c\ \x88\xee\x91\xe8\x86\x2a\x1d\xd6\x69\xd6\xf5\xcd\xc2\x4e\xd6\x8a\ \x25\x0a\x13\x6f\x9d\x5b\xc5\x5b\x96\xf2\x23\x72\x5b\x36\xe7\x5c\ \x70\xc1\x03\x86\xe5\xf3\xd4\x16\x2f\x05\x92\x6e\xd9\xd5\x5c\xa1\ \x95\xa8\x3d\xd7\x7d\xa5\x6e\x5a\x01\x4c\x7d\x09\xe5\xd5\x59\x34\ \x06\xa0\xba\x14\x31\xa1\x27\x07\xf4\x9a\x40\xd4\xae\xc3\x06\x24\ \xfd\xdd\x7d\xf1\xe5\x52\xa7\x54\x78\x47\xc2\x26\x6a\x29\x23\xd3\ \x46\xbd\xae\x5c\xa8\x55\xad\x72\xd7\x7d\x3b\x37\x8c\x58\x81\x9b\ \x0f\x1b\xcb\x50\x6f\x50\x77\xa0\xc6\xeb\x83\xcd\xb9\x9b\xa1\xeb\ \xc2\xe5\xbb\xe9\xef\x15\x76\xe6\x5c\x57\xa8\xe3\x00\x2f\xdb\x45\ \xc6\xdb\x8d\x66\x2a\x8c\xf6\x0d\x2d\x25\x86\xd1\x18\x1d\x50\x30\ \xeb\xa4\x8d\x68\xb5\xe1\x08\x61\x5f\xa0\x8d\xb8\x39\x17\xe0\x7b\ \xbe\x68\xf1\x1c\x20\xeb\xb9\x9a\x6b\x79\x09\xa6\x8b\xed\x6a\xff\ \xbc\x6a\x57\xc4\xcb\x74\x9e\x5f\x42\x3c\xd7\xf5\x7d\x5f\x63\x1c\ \x39\x63\xc8\x24\x29\xec\xa4\x15\x7c\xdf\x6f\x67\xa7\x43\x5d\x59\ \x2b\x8e\x63\x60\x6c\xda\x00\xdf\xe5\x60\xab\xce\xb9\x0f\x13\x09\ \x10\x63\x10\x34\x39\x46\xa3\xd1\x7a\xbd\xce\x08\x35\x4d\x74\x9f\ \xb5\xcc\xa8\x06\x54\xad\x52\x05\x18\x17\xd7\x75\x1d\xc7\x09\xd8\ \xca\x02\x9f\xc2\x75\x5d\x0c\xaa\x9f\x21\x18\xc4\xb9\x2d\xc7\xdd\ \x30\x73\x05\x2c\x1b\x00\x78\x07\xda\xd4\xd5\x7a\xd1\x68\x34\xe8\ \x5f\x51\x4a\x21\x63\x52\x05\x43\xe3\x55\x70\x60\x30\x94\xca\x58\ \xf5\x8a\xbe\x52\x0c\x50\xf8\x53\xad\x50\x3d\x04\xf8\x12\x9a\xeb\ \xa5\xd5\x56\xd7\xe7\x62\x8c\x00\x39\x74\x3e\x6a\xf8\xf9\xdd\xfe\ \xe5\x6e\xff\x60\xe0\xf0\x2a\x22\xdf\xf7\xbb\xa9\xe2\x30\xe2\x6c\ \xa9\x7a\x10\xcc\x0c\xed\x94\xc0\x90\x96\x41\x46\x97\x6a\xa3\x1d\ \xc7\x88\x54\x27\x43\x4f\x6d\xf4\xd2\x39\x95\x56\x15\x5e\xd5\x30\ \x39\x70\xd8\xcf\x85\xf6\xdc\x26\x0e\xf4\xfa\xf0\xb9\x1a\x8d\xe6\ \x2d\x37\xdd\xf8\xff\x7f\xf3\xeb\x41\xb9\x77\xa9\x74\xbb\x6a\xb0\ \xb5\x6a\x85\x6c\x85\x0a\xc6\x97\x7c\xe4\xf2\x57\xa3\x65\x4f\x3e\ \xe7\x1f\xce\x7d\x62\x38\x1b\x4e\xaf\x4c\x3b\x9f\x53\x50\x7d\xa9\ \x57\x5b\x7d\x05\xe8\xdc\x70\x4f\xf5\xa5\xd3\x81\xab\xff\x4a\x2f\ \x8f\x10\xe2\x37\x7f\xff\xdf\x76\xea\x84\xdd\xca\xf4\x52\x81\x70\ \x79\xa8\x8c\xa1\x0f\x1e\x6e\x3c\x5a\x65\xc6\xed\x79\xb1\x97\xa1\ \x0a\x63\x80\x5c\x0f\xa3\x25\x57\x51\x05\x5d\x7c\xcc\x79\x20\x5a\ \xe7\xd9\x18\x58\x4e\x72\xdd\xf5\xb3\x57\x34\xb8\xac\xdc\xeb\x55\ \x33\xcd\x10\x02\x46\x2d\xa5\x51\x89\x4c\xd3\x6c\x36\x9b\x17\x74\ \xe0\x1b\xff\xec\x63\x1f\xfd\xd0\xfb\xef\x42\x86\xe7\xa6\x4d\x28\ \x74\xa2\x71\xf5\xa3\x8b\x3f\xe9\x5c\x87\xbf\x3d\x9e\xf7\x61\xe7\ \xd4\x5e\xc3\xec\x17\x14\x22\xf6\x0c\xc1\x29\x00\x57\x1e\xce\xe5\ \xd7\x6f\x19\x9b\xd3\xea\xa7\x19\x61\xc5\x0d\xa7\xf3\x9c\x7f\x58\ \x56\x0c\xee\x7e\x2a\x84\x68\x34\x22\xa5\x7c\xed\x35\x57\x30\xb4\ \x39\x16\x8b\xad\xaa\x81\x20\x5c\xc5\x7e\xd9\xd9\x1d\x82\xd7\xbb\ \xe0\x2b\xfb\x05\xbe\x74\x96\xfd\x82\xed\x7f\x36\xdb\x7f\xbe\xab\ \x7f\x99\xf7\x1c\x56\x50\x77\xbc\x84\x52\x7a\x15\x3f\xd8\x2b\xfb\ \x0e\x2f\x7d\x7f\x5e\x02\xcc\x95\x4c\x26\xd2\xe9\x54\x98\x78\xfd\ \xe5\x9f\xe3\xd7\xff\xd9\xbe\xa8\x5b\x80\xab\x4e\x56\x58\x66\x93\ \x3c\xcf\x7f\xbd\x64\xe8\x2f\x32\xdf\xd9\x93\x8b\xa9\x2d\xf6\x16\ \xe1\xd5\x97\xee\x78\x81\x9e\x5c\x0e\x61\xbd\x25\xe8\x49\x4f\x7a\ \xd2\xd3\x5c\x3d\xe9\x49\x4f\x7a\xd2\xd3\x5c\x3d\xe9\x49\x4f\x7a\ \xd2\xd3\x5c\x3d\xe9\x49\x4f\xae\x00\x79\x0d\x78\xe8\x89\x73\x10\ \xa2\xdd\x46\xd7\x1d\x64\xa0\x14\x4a\x09\xbe\x8f\xbd\xa4\x66\x4f\ \x7a\xd2\x93\xd7\x91\xe6\x42\x24\x21\x48\x08\x5e\x2e\x6b\x73\xf3\ \xa2\x90\x67\xb5\x3a\x4a\x1f\x00\x48\xd3\x65\x32\xee\x67\xfb\xbd\ \x91\x11\x15\x8b\xa1\xeb\xa2\x94\x40\xd4\xdb\x9e\x9e\xf4\xa4\x27\ \xaf\xa5\xe6\x22\x5d\x07\x44\xf3\xd0\xa1\xf8\xf7\xee\x8f\x3d\xf4\ \x90\x36\x3f\xcf\x1a\x0d\xec\x42\x2b\x11\x29\x12\x91\xb1\x98\xb7\ \x76\xa2\xfa\x53\xb7\xd7\xde\x7d\x87\x3b\x3e\x8e\x52\x62\x68\x8a\ \x4c\x4f\x7a\xd2\x93\x9e\xbc\x8a\x9a\x0b\x91\x34\x5d\x9b\x9e\xca\ \x7c\xe9\x9e\xd4\x37\xbf\x49\x9a\xb0\x77\xef\x2e\xdc\xf9\x1e\x67\ \xd3\x66\x6f\x7c\xdc\x4f\x25\x91\x48\xe4\xf3\xda\xd4\x94\x79\xe8\ \x50\xec\xe1\x47\x06\xfe\xd3\x5f\x64\xbe\xf8\xc5\xd2\x2f\x7e\xbc\ \xf4\x0b\xbf\x20\xd3\x69\x74\xdd\xde\x26\xf5\xa4\x27\x3d\x79\x75\ \x35\x17\x63\x4a\xd7\xe2\xf7\xdf\x3f\xf8\x7f\xfe\x99\x7e\xf6\x6c\ \xe9\x43\x1f\x2a\xff\xfc\xdd\xce\xfa\xf5\x2a\x16\x43\xdf\x87\x4e\ \x48\xe8\x67\x32\xf6\xf6\xed\xd5\x3b\xef\x2c\x7c\xe2\x13\x91\x17\ \x0f\xa4\xfe\xf6\x6f\xfb\xff\xf3\x7f\xb6\x1e\x7e\x64\xf1\x77\x7e\ \xbb\xb9\x67\x0f\xb3\xed\x5e\xe4\xd8\x93\x9e\xf4\x64\x99\x6a\xb9\ \xac\x6a\x8b\x04\x4f\x7f\xfd\xef\x46\x7f\xe3\x37\x55\x32\x39\x79\ \xcf\x3d\x67\xff\xf0\x0f\x5a\x3b\x77\x82\x10\xac\xd1\x40\xc7\x41\ \xdf\x47\x29\x83\xa8\x10\x6d\x9b\x35\x1a\x2a\x12\xa9\xdf\x72\xf3\ \xec\x7f\xf9\xdc\xdc\x67\x3f\xab\xcf\xcd\x8d\x7e\xfa\x33\xb1\x87\ \x1f\x56\xba\x0e\x88\xbd\xad\xea\x49\x4f\x7a\x72\xf9\x35\x17\x02\ \x09\x91\xbc\xf7\xde\xc1\x3f\xf9\xd3\xc6\xdb\xdf\x36\xf3\x97\x9f\ \x6f\xdc\x74\x23\x7a\x1e\x6b\xb5\xe0\xfc\xd5\x43\xf4\x7d\xd6\x6a\ \x01\x51\xf9\xae\xf7\x4d\xff\xf5\x17\x64\x7f\x76\xe4\xb7\x7f\x27\ \xfa\xdc\xf3\xa4\xeb\xbd\xad\xea\x49\x4f\x7a\x72\xf9\x35\x97\xe0\ \x7c\xb6\x30\xf0\xe7\x7f\xd1\xba\x6a\xf7\xd9\x7f\xf7\xef\xbc\x91\ \x91\x40\x25\xbd\x2c\xa5\xa7\x14\x6b\x39\xad\x5d\xbb\xe6\xfe\xe8\ \x8f\x40\x88\xc1\x3f\xf9\x13\x9e\xcf\x43\x87\x99\xb3\x27\x3d\xe9\ \x49\x4f\x2e\x4f\x9e\x8b\x21\x78\x2a\xf2\xe3\x43\x4a\xb1\xc5\xdf\ \xfa\x4d\x2f\x9b\x65\xaf\x98\xa1\x85\x58\xab\xe5\x6c\xdb\xb6\xf0\ \x5b\xbf\x35\xfa\xa9\x4f\xf5\x7d\xe5\x2b\xb9\x7f\xf3\x6f\x96\x0f\ \x18\x7f\x83\x09\x22\xd3\x79\xe4\xc2\x3e\x3d\x02\xb8\xb2\x45\x24\ \x5f\x97\x7c\x0a\x6f\x0c\x31\x05\xb0\x57\xbe\x78\xbe\x02\x47\xf6\ \x16\xfd\x02\x84\x38\xd3\x05\x33\xe8\x02\x69\x2f\xc8\xf5\x5b\xaf\ \x05\xb3\x20\x43\x71\xa6\xc0\x8e\x17\x72\xbf\xf5\x5b\xad\xdd\xbb\ \x59\xab\xb5\xfc\xb7\x7c\xf5\xbc\x95\x5a\x8e\xe1\x22\x42\xc7\xa9\ \xfe\xf4\xbb\xe3\xef\x7d\x6f\xfa\xab\x5f\xab\xdc\x75\x97\xbb\x76\ \xed\x1b\x14\x27\xc1\x90\x37\xdd\xd2\x91\xc2\x0f\x19\xf2\x0b\x78\ \xba\x22\x7f\x22\x73\x6d\x54\x4f\x2b\xba\x08\x98\x2e\x32\x60\xab\ \xb9\xd8\xa4\xe0\x4a\xe7\xf0\x60\x08\x4f\x4d\xb3\x86\x87\xaf\x48\ \x79\x49\x05\x43\x31\xda\xdc\xaf\xfc\x8b\x5b\x9e\x10\x35\x6f\x68\ \xd5\x57\xce\x98\xb8\xa2\x84\x33\xad\x50\x3f\x73\xb6\x72\x84\xb3\ \x0b\x08\x95\x08\x91\xaf\xef\xbf\x91\xa1\xf6\x12\xca\xeb\xf2\x68\ \x2e\x45\xfa\xfe\x59\xca\x24\x6a\xef\xbd\x13\x5d\x37\xac\x8f\x88\ \x71\x59\xaf\xa8\x5a\x69\xc5\x2e\x22\x17\x5a\x76\x44\xd3\x0d\xdf\ \x0b\x3d\x9e\x08\x18\x2b\xfe\xe2\xc7\xe3\xf7\xdf\x9f\xb8\xef\xbe\ \xdc\xa7\x3f\xfd\x46\xd5\x5c\x4c\x54\x5a\x67\x7f\x74\xf8\x73\x1a\ \x8f\x5c\xc0\xd3\x3d\xd9\xfc\xc0\x35\x7f\x1e\x37\x07\x95\x6c\x5d\ \xb0\xda\x92\xd2\x53\x8b\x0b\x4a\xc9\x15\x97\x88\x27\x33\x7a\xb2\ \x8f\x7c\x4f\x5d\xb9\xdd\x0b\x0c\xe1\x5b\x87\xc5\x74\x09\xb5\x57\ \x72\xde\x9b\x2e\xbc\x73\x83\xdc\x35\x24\x7d\x75\x31\x5e\x17\xd6\ \x6b\x55\xc7\x69\xad\x18\x97\x6b\x18\x7a\x2c\x91\xa4\x2b\xb4\x68\ \x2e\x98\x39\x5b\xda\xff\xe0\xd1\xbf\x34\x44\xec\x15\xeb\x2d\x22\ \xc1\xf5\x89\xcc\x1e\x2e\xf4\x97\x58\x9f\x4b\xaf\xb9\x14\x62\xba\ \x56\x37\xcf\x14\xbc\xeb\xd6\xca\xbe\x04\x86\x0d\x0b\xd7\xfc\x85\ \x49\x71\xff\x17\x53\xe4\x12\x17\xe1\x68\xc8\xb7\x9b\xf5\x6d\x6f\ \x3f\xe2\x9b\x13\xbb\xae\x89\xf5\x65\x97\x6e\x91\xe7\xd9\xdb\xb6\ \xb6\xde\xf2\x96\xf8\xf7\x7f\x50\xfc\xa5\x5f\x22\xc3\x78\x83\x3a\ \x08\x0c\xb9\x21\x62\x1a\x8f\x00\x79\xae\xf4\x19\x32\x00\x42\xa6\ \x73\x50\x9e\x74\x19\x37\x05\x82\x2f\x5d\x64\x06\x82\x2f\x55\x10\ \x18\x32\xce\x05\x02\x30\x64\x0c\xf9\x85\xf3\xcd\x21\x4a\x29\xd5\ \x8f\xbe\x16\x9f\xde\x2f\x22\xd6\xd2\x1c\x1a\x00\xe5\xda\x4e\xdf\ \xf8\xe4\xc8\xd5\x14\x89\xad\xbd\xea\x7a\xe9\x5d\xb1\xe8\x39\x53\ \x40\x54\x07\xad\xcd\x6f\x4e\xae\x04\xc1\xd1\xf7\x83\xc1\xe4\xc0\ \x18\x0a\x04\x4f\xb6\x29\xc0\x05\x43\x86\x80\x00\x3a\xbf\x28\x92\ \x3f\x44\xcc\xe7\x16\x8b\x85\x7c\x3c\x1e\x87\xe5\x34\xd9\x85\xc2\ \xe2\x08\x60\xaa\xaf\xcf\xbb\x32\xe1\xd6\xc4\x99\x66\x88\x98\x21\ \x2c\x52\xae\x17\x8c\x44\x07\x60\x4c\x47\x72\x3d\xa5\x84\x30\x19\ \x48\x5f\x4a\xce\x75\x52\x9e\x0c\xc6\x9e\x23\xe7\x8c\x07\x9a\xeb\ \x27\x26\x46\x2e\xbd\xe6\x92\x8c\x4d\xe4\x4b\x3a\xa9\xe6\xfa\x4c\ \xdb\xa1\x5a\x7a\x37\xcd\x39\xf6\xfc\x00\xf3\xfb\x87\xc7\x95\x92\ \x10\xf0\x58\x93\xe2\x00\x34\xb6\xe5\xab\xff\xdf\xb7\xca\x89\xd1\ \xcd\x37\xbc\x6d\xd9\x38\x70\x29\x55\x2c\x56\x7f\xc7\xdb\x33\x7f\ \xf5\x05\xfd\xcc\x19\x7b\xe7\x4e\x74\x9c\x37\xf0\x7e\x2a\x5b\x24\ \x6e\xfb\xe8\x0d\xef\x63\xb2\xd1\xaa\x1d\x7e\xea\xc5\xaf\xcf\x8b\ \xb7\xbc\xf7\xaa\xb7\xbd\xf8\xdc\x7f\x39\x61\xa7\x6e\xdc\xfd\xfe\ \xfa\xf4\xff\x38\xda\x5c\xff\xb6\xab\x7f\x61\x4d\x2c\xda\xa8\xef\ \x7b\xf0\xb9\x6f\x56\xe4\xc5\xa6\x59\x10\xd1\xaf\x95\xf5\xd3\x2f\ \x8c\x6d\xd9\x8a\xae\xdd\xb1\x19\x84\x52\xf2\x81\xb1\xe7\x26\x17\ \x9f\xf8\xbb\x2f\xbd\xf5\xd7\x7e\xe7\xca\x62\xe2\x7c\x89\x2d\x20\ \x15\x35\xef\xde\x69\x3c\x71\xd2\x7e\xc7\xb5\x99\x31\x5d\xb5\x1a\ \xee\xf7\x9e\x2e\x1f\xa8\xe3\x6d\x37\xa4\x6f\x19\x16\xe0\x78\xff\ \xf4\x64\xe9\x50\x49\x5d\x7c\x56\x11\x91\x2d\x2e\x9e\x7d\xeb\xdb\ \xde\x99\xed\x1f\x58\xf1\xab\x52\xa9\xf8\xd4\xde\xc7\xb2\x83\x83\ \xae\xeb\xe2\x95\x0b\xfa\x91\xd2\xcd\x8e\x7e\xec\xbd\xbb\xde\xd2\ \x72\x1a\x95\xe2\x13\x8f\xbd\xf8\x2d\x35\xfc\xf3\x3f\x35\x6e\x3c\ \xf0\xd4\x97\xab\x91\x6b\x6e\xdb\xb2\xfb\xc0\xc1\xaf\x35\x92\xb7\ \xbc\x73\xe7\x9d\x49\x4d\xe4\x17\xbe\xf7\xc8\xc1\x1f\x3b\xf8\xb2\ \x94\xd2\x65\xd0\x5c\x88\x23\x95\x0a\x5a\x42\xa6\x2d\x50\x04\xcb\ \x13\x3b\xae\x52\x08\xc8\x7c\x17\x9c\x56\xab\x5e\x01\x64\x02\x08\ \x26\xb6\x7d\xfb\x89\x7d\xd3\x55\xf7\x8e\x4f\xfc\xb2\x1e\xb5\xe4\ \x72\x2b\x84\xbe\xb4\xb7\x6f\x47\x29\xb5\xd9\xd9\xd6\xd5\x57\xbf\ \xa1\x35\x17\x80\x34\xa2\x6b\x0c\xef\xf9\x6f\x3c\xf8\xf5\x91\x6d\ \xff\xea\xf6\x6b\xef\xfe\xf6\x91\xe9\xd1\x91\x9f\x1d\x56\x27\xe7\ \x9e\x78\x28\x9e\x58\x2b\x8d\xcc\xb5\x5b\x3e\x99\x69\xdd\xf7\x8f\ \xcf\x3d\xab\x9b\x71\x9b\xd8\xa5\x38\xd5\xe8\x2b\x29\x50\x70\xd7\ \x96\xd2\xf7\x0a\xf3\x8a\x31\x94\x32\x92\x1d\x3a\x5a\xb2\xef\x7d\ \xf8\xf1\xdd\x77\xfe\xfc\xd8\xf6\xab\x3c\xbb\x05\x6f\x0e\x21\xc6\ \xd6\xf4\x69\x07\xce\xfa\xfd\xcc\xf9\xdb\xfb\xf3\xb1\x6d\x03\x1f\ \xdc\x63\x19\x25\xe3\x9d\x29\xff\xaf\xee\x2f\xfa\x1a\xf3\x3d\x12\ \x0c\xfd\x4b\xe0\xdc\x93\x60\x22\x12\x89\xae\xe2\x03\x9a\x66\xe0\ \x50\x5f\xe1\x4b\x0d\x98\x88\x8f\xd7\x0b\xf7\xfe\xc3\x33\xcf\xef\ \xb9\xe1\x77\xef\xd8\x59\xfa\x61\x25\xb3\x6d\xd3\xcf\xf9\x95\xfd\ \xdf\x9e\xe4\xd9\xe4\x90\x6e\x6d\xb9\xe9\x9a\x8f\x94\x4f\xfc\xd5\ \x0f\xe7\x16\x4d\x5d\x93\x4c\xc3\x97\x67\x40\x2f\x3d\x2a\x42\x31\ \x96\x6e\x34\xc1\x14\x14\xd5\xcf\x8d\xec\xa4\x22\xcd\x30\xee\x2d\ \x88\x1f\x54\xb4\x68\x34\x8a\xae\xcd\xc6\xb7\xde\x7b\xec\xec\x81\ \x83\x07\xaf\xdb\xb4\x26\x9a\xea\x53\xe7\x52\x0f\xfb\xbe\x3b\x3a\ \x86\x52\xf2\x62\x91\xd8\x1b\x9f\x96\x87\x7c\xcf\xb7\x95\x2c\x1f\ \x3e\xf2\xed\xb2\xd8\x30\x9c\xe8\x9b\x9b\xfc\xfb\x53\x72\xcb\xad\ \x9b\xaf\x91\x4e\x59\x44\xd7\x8e\x46\x5a\x2f\x1c\x7d\xa0\xea\xb9\ \x9e\x7f\xc9\xac\x31\x11\x48\xe9\x57\x12\x43\x2f\xb2\x2c\xeb\x1f\ \x83\x56\xc3\x48\xf7\x1f\x13\xfd\xdf\xf8\xfe\x83\x1b\xfa\x62\x6b\ \xc6\xc7\x7d\xf9\xe6\x22\xda\xf6\x24\x29\x05\x92\xf3\xf1\x01\x73\ \x5d\x92\x15\x5a\x70\xd5\x08\x7f\x6c\x7f\x6d\xa6\x45\xb6\xd7\x99\ \xe1\x7d\x29\x84\x73\xb6\x6a\xb2\x86\x88\x38\x67\x6f\x86\xde\x10\ \x52\x9e\x27\x3d\xe9\xce\x3e\x7b\xf0\x7e\x2d\x7b\x6d\x9f\xb0\x0f\ \x1d\xfd\x7b\x37\xf3\xb3\x7b\x86\x87\x1b\xad\x7a\x22\xbb\x2b\xd6\ \x3a\xf0\xfc\xe9\x17\x1c\xdf\xf6\xa5\xbf\x6c\x52\xd3\xab\xac\xb9\ \x00\xc0\xf4\x7c\xd0\xb8\x32\xc4\x8a\x4f\x81\x40\x52\x29\x29\xf4\ \x7b\x9f\x39\xf8\x91\xcf\x7e\xed\xc1\xaa\x1e\xdd\x7a\xcd\x77\x8e\ \x9f\xdd\xfb\xe4\xb3\x1f\x78\xf7\xbb\xd2\x26\x77\x56\xf3\xa7\x50\ \x29\x99\xcd\x00\x22\x6b\xd9\x57\x06\x98\x9e\xc8\xf7\xa4\x83\x22\ \xa2\x73\x92\x4a\x09\x28\x3f\xf3\xe2\x37\xcd\xd1\x0f\xee\xcc\x66\ \x3c\xdf\x25\xa6\x6b\x9c\x6c\x4f\xbb\xfe\xfa\xcf\xec\x4c\x5a\xbe\ \xba\x04\xa7\x5b\x29\x49\x42\x3b\x9d\xab\x7c\xf5\x5b\xdf\x79\xbc\ \xe0\x5b\x5b\xaf\x39\x2e\x32\x5f\xf9\xd6\xf7\xb6\xac\x5f\x77\xeb\ \xce\x2d\x8d\x5a\xe5\xcd\xa3\xb3\x7c\x9f\x5c\x49\xc8\x00\x48\xe9\ \x96\x7e\xd3\xb6\x78\xac\x52\xff\xca\xd3\x4d\x9f\x33\x4b\x60\xdd\ \xa6\xb7\xec\xee\xfb\xb9\x2d\x86\xe7\x5d\x1a\xad\xc2\x38\x3b\x5f\ \xd0\xc9\xd8\x9b\x85\x1d\x4f\x29\xcf\xf3\x3d\xae\xc5\x04\x79\x0a\ \x35\xb4\x8f\x3d\x7c\xf0\xd1\x8d\xdb\x7e\x61\xcc\x64\xae\xf4\x50\ \x44\x38\x78\x92\x8f\xbd\xeb\xc6\x7f\x35\x22\x7c\xff\xe5\x2d\xfc\ \x65\xc4\xd0\xaf\x3a\x41\xc9\x55\xc0\x9c\xe6\x48\x32\xf2\xb1\x4f\ \xfc\x2f\xff\xe1\x07\xfb\xff\xe3\x77\x9f\x7a\xf2\x99\x67\xdf\xfd\ \x8e\xb7\x6e\x63\x95\x5a\xee\xec\xf9\x4c\x1d\x71\x4e\x57\xc8\x36\ \x13\x81\x88\xc7\x37\xae\x1d\x79\xc7\x3b\xaf\xb9\x1b\x0b\x4f\xcc\ \xd4\x5b\x11\xa3\x0f\xed\x17\x1f\x3f\xfa\xc2\x60\x76\x82\x9a\x27\ \x4f\x14\xec\xeb\xae\xfe\x97\x3b\x46\x76\xf7\x5b\x49\xa0\x4b\xe3\ \x0a\x29\x80\x56\xb3\xb9\x2e\x1b\x1f\x1f\x1e\xbe\xff\xc1\xc7\xfe\ \xe1\xe0\xec\x37\xee\x7f\x70\x78\x60\xe0\x67\x77\xaf\x77\x26\x0f\ \x79\x0a\xf0\x4d\xd0\x5f\x45\x04\xdc\x14\xbb\x36\x58\x6f\xdb\x12\ \xb5\xa4\xac\xfa\x08\xd5\xd6\x57\x1e\x58\xb8\xe7\x99\x7a\xdd\x97\ \x4f\x9e\x72\xaf\xd9\x93\xbe\x6d\x63\x64\x5d\x46\x70\xbc\x34\x39\ \x3f\x22\xe2\x8c\xaf\xba\xb6\xc1\x58\xdc\x37\x41\x6e\x91\x00\xcd\ \x4c\x6a\xf3\xfa\x89\xf7\xdc\x7e\xf5\x3b\x17\xa7\x7e\x54\x25\x23\ \x6a\x26\xea\xb9\x07\x9e\x9f\x29\xae\x1d\x1a\xae\x2c\x3c\x7d\x96\ \xd6\xbe\xed\xaa\x8f\x6c\x18\xda\x91\x34\x22\x2f\xbf\xd8\x7a\x59\ \xd4\x81\x64\x08\xbe\x5a\x2d\x4f\x40\x3e\x20\x55\x16\x61\xf2\xd0\ \x07\x3e\xf8\xa1\x3f\xfc\xec\x5f\x7e\xfe\xfe\xbd\x83\x23\xe3\xb7\ \x0e\xea\xce\x99\xc3\x3e\x30\xa5\x68\x15\xaf\x0a\x91\xd7\x6a\x28\ \x25\x09\xfe\x86\xdf\x47\xd4\xed\xda\xb3\xc7\xf2\xee\x8e\x4d\xef\ \xe2\xc5\xef\xdf\xb7\xef\x7b\xcd\xe6\xf4\xc1\xa9\x67\x7c\x66\x95\ \xe7\xff\xee\xef\x9e\xf8\x5a\xc9\xae\x1f\x78\xf1\xf3\xfb\x4a\xe6\ \x55\x9b\x6e\x2e\xcf\xfc\xf0\x74\xbd\xc9\x2f\x7a\x8b\x10\x41\x29\ \x70\x5c\x37\x3e\x7d\xe0\x23\xb7\x5e\x33\x34\x3a\xfa\xc3\x87\x1e\ \x16\xba\x79\xd7\xad\xd7\x6a\xa7\x5f\x70\x1d\x5b\xbe\x49\xfa\xd9\ \x89\x48\xc1\xf0\x50\x74\x77\x9a\xbe\xf3\x5c\xed\x6c\xc5\xdf\x7b\ \xb2\x25\x85\x88\x1b\x4c\xd7\xf0\xf8\xa1\xe2\xd7\x8e\xba\xd7\x6d\ \xb5\xcc\x46\xeb\xa9\x29\xb7\x33\x86\xf8\xa2\x7d\x2e\xc6\x57\xf5\ \xad\x18\x32\xce\xf8\x15\xbf\xf0\x0c\x59\x21\xff\xe8\xbc\x3d\x70\ \xf5\x86\xeb\xf2\x27\xff\xe6\x87\x27\x0e\xb5\xca\xcf\xbf\x38\x77\ \x5a\xd7\xf4\x53\xc7\xfe\xeb\x37\x9f\x7f\xc4\x73\x67\x1f\x7c\xfa\ \x0b\x8b\x7c\xf3\xce\xd1\xf5\x67\x4e\x7e\x2f\xef\xb3\x97\x99\xfc\ \xbb\xf4\x19\x7a\x24\xaa\x44\x22\x50\x93\xac\xe9\x9e\x0b\x5b\x96\ \x04\xad\x96\x8d\x9e\x5b\x2c\x95\x3e\xf2\x73\xef\xf9\xdc\x3d\x5f\ \xfd\x6f\xff\xee\x37\x6e\xd3\x8b\x9b\xfb\xa2\xb6\xbf\xfa\x0d\x22\ \xce\xb5\xb9\x79\x62\x4c\xa6\x52\xf8\x06\x07\xef\x21\xea\xd4\x3a\ \xf8\xc0\xde\x67\x14\x00\x63\x86\xa1\x45\xb1\x75\xf4\xf9\xd3\x4a\ \x13\xa6\x06\x8d\x43\x47\xff\x89\x89\xa8\x8e\x95\x17\x0f\xfc\xdf\ \xcf\x29\x85\x28\x0c\x2d\xca\x10\x2f\x1e\x67\x45\x00\xb6\xaf\xdc\ \x5a\x29\xab\x0e\xfe\xe2\xdb\xae\xd9\xb7\x7e\xcd\xa6\xb1\xe1\xa1\ \xfc\x31\xd9\xaa\xb7\x3c\x29\xdf\x1c\x54\x1c\xc8\x50\x39\xde\x77\ \x1f\xcd\x79\x04\x86\xce\x74\x94\x0f\x1e\x76\x75\x2d\xa8\x70\x83\ \xce\xe1\xf0\xe1\xf2\xf3\x07\x08\x00\x4d\x9d\x69\x1c\x50\x5d\x02\ \x5d\xc9\x39\x93\xbe\x5c\x2d\x68\xf5\x91\xb1\x2b\xde\xe5\x62\x4c\ \xab\x15\x7f\xfc\xad\x47\xef\x27\x40\xce\x4d\x43\xc4\xec\xe2\xe3\ \x2f\x10\xd7\x79\x04\x9c\xc9\x67\x8e\x9c\x14\x5a\x84\xd9\x27\x1f\ \x7b\xfa\x3f\x4a\x02\xc6\x74\x43\x8b\x20\xa8\xd7\x46\x73\x71\xa2\ \xc5\x44\x1c\xce\xf8\xac\xe6\xac\x04\x6d\x2b\x99\x5e\xbf\xed\xc8\ \xe1\x47\x4e\x95\x0e\x6c\x96\x3e\x00\x7c\xe0\xe7\xde\xeb\xba\xde\ \x6f\xfc\xee\xaf\xff\xf3\xed\xfd\x99\xb7\xbd\xcf\x34\x8c\x73\xfb\ \x7b\x48\xd7\xf5\xd3\xa7\x80\x73\x7f\x60\xe0\x8d\xcb\xf5\x4c\x40\ \x52\xb9\x01\x86\x5e\xd3\x22\x9d\xf8\xdf\x05\x00\xce\x58\xf0\x03\ \xe3\x1a\x90\x27\x09\x18\x37\x0c\x1e\x9c\x7c\x4f\x12\x48\xe5\x12\ \x5c\xd4\x98\x78\x2b\x91\x2c\x4c\xec\x7e\xec\xf8\x93\x26\xaf\xb2\ \x99\x42\xcc\x4a\xce\xe4\x4e\x4e\xd6\x2a\x92\xa8\x98\x1a\x1f\x1e\ \x5b\x07\xea\x0a\x9f\xc9\xe8\x2b\xf0\x24\x00\x20\x17\xc8\x01\x80\ \xc0\x23\xe4\x0c\xa4\x04\x19\xba\x67\x26\x6b\xef\x96\x27\xc1\x93\ \x70\x91\x75\x0b\x02\x48\xa6\xd3\xc7\x8e\x1c\x8a\xc5\xe3\xcb\x63\ \x46\xaa\xd5\x6a\x89\x54\xda\xf7\xbd\x2b\x35\x4e\x27\x52\x52\xb9\ \x52\xb9\x00\x5c\xef\x1c\x78\xa9\x5c\x00\xc6\x91\x64\x70\xf2\x39\ \x27\xe5\x4a\x00\x21\x22\xa2\x73\x23\x7e\xd2\x9c\xf3\xcb\xa7\xb9\ \x94\x9a\xee\x4b\xf9\x8e\x14\xb3\x25\x00\x0a\x0f\xf7\x25\xe9\xf7\ \xad\xdd\xec\x7c\xec\x77\xdc\x05\xdd\x6f\xd5\x83\x7f\xfc\xf9\x0f\ \x7d\xc0\x6e\x35\x3f\xf7\xd9\x3f\xff\xa3\x5f\xbd\xd9\x8a\x98\xee\ \x0a\x2a\x41\x44\x74\x1d\xeb\xf1\xbd\xd2\xb2\xdc\x89\x09\x78\x63\ \xc2\xf6\xa4\x74\x33\xd6\x9a\x0f\x5f\xf7\x39\xbc\x20\x88\x10\x01\ \xc5\xcd\x7e\x5f\x5e\x20\x1c\x84\x94\x32\xa3\xd1\xd1\xf7\xfc\xb3\ \xc2\xcc\x5b\x6b\xa4\x82\xc6\x13\x40\x04\x64\x40\x34\x34\x30\x9c\ \x1c\x18\x56\x57\xf4\x34\x59\xa9\xe0\x13\xd7\x7b\x9e\x7c\x65\x05\ \x1e\x22\x88\x6a\x60\xfb\x17\xa5\x59\x62\xf1\x24\x00\x48\xe9\x2f\ \x2f\xf6\x53\x3c\x99\x62\xc8\xae\x50\x18\x2a\xb8\xb2\xb5\x7e\xe0\ \x96\xa1\xd4\x76\xf6\xca\xf3\x51\x04\x80\x88\x82\x9b\xf4\x92\x49\ \xde\xcb\xa2\xb9\x66\xfb\x52\x76\x7f\x3c\x7a\x6c\x11\x24\x41\x38\ \x6c\x25\x62\x0c\x87\xd6\x6f\x1a\x18\x5f\xef\x3a\x4e\x57\xb9\xfe\ \x8b\x5f\xfc\xb8\xe7\xba\x9f\xff\xab\x2f\xfc\xe6\x6f\xfc\xef\xfd\ \xfd\x03\xe1\x51\xd8\xa4\x69\xe2\xec\x59\xeb\xd1\x47\x1b\xb7\xdc\ \xe2\x0f\x0f\xbf\x41\xc1\x5c\x04\x24\x98\x91\x8d\xad\xbb\xe0\x8e\ \x6b\xa9\xbc\x8b\x71\xbb\x40\xa9\x58\x2a\x1d\xcf\x64\x57\x19\x12\ \xaf\x94\x92\x57\xb8\xc3\x45\x00\x83\xb1\x0b\x41\x3a\x28\xba\x58\ \xb7\x4b\x4a\x89\x88\x88\x2b\x2e\x30\x2a\xa9\x24\x5d\xb1\xed\x56\ \x44\xca\xd4\x12\x96\x9e\xbe\xe0\x23\x1b\x38\x65\xaf\xaa\xe6\x02\ \x00\x5f\x13\xee\xf6\xe1\xd8\x43\x47\xa2\x4f\x3d\x5b\xbb\xed\x36\ \x16\x0e\xf1\x88\x94\xef\x29\xe5\xfb\xbe\x24\x22\xa5\xd4\xf7\xbf\ \xff\xfd\xdf\xfb\xbd\xdf\xcb\x66\xb3\x07\x0f\x1e\xf8\xfa\xd7\xbf\ \xf1\x6b\xbf\xf6\xab\x9a\xa6\x2d\x29\x2f\xce\x93\xf7\xde\x2b\xf2\ \xf9\xea\xcf\xde\xf9\x06\xbf\x3c\xe4\xab\xd7\xb2\xb7\x86\x94\x24\ \xf5\xe6\x9d\xab\xe4\xab\xd7\xf0\x1a\xbf\x19\x19\x7d\x89\xa4\x7f\ \x39\x55\xf3\x65\xa9\x2d\x22\x81\xbb\x63\x18\xe2\x5a\xe6\xbf\x7d\ \x89\x57\xab\xb4\x1a\xb5\x56\x24\x62\x7e\xf7\xbb\xdf\xfd\xe5\x5f\ \xfe\xe5\x6b\xae\xb9\xc6\xb2\xa2\x77\xdc\x7e\xfb\x5f\x7f\xe1\x0b\ \x77\xde\x79\xa7\x94\xb2\xbb\xd3\x64\x18\xfa\xc9\x53\x99\x2f\xdf\ \x53\x7f\xeb\xad\x8d\x9b\x6e\x42\xdf\x87\x9e\xf4\xa4\x27\x3d\xb9\ \x5c\x5c\x11\x52\xa9\xb8\xe1\xbc\x7d\x4b\xf4\xbe\xa7\x33\x5f\xfa\ \x72\xee\x53\xff\x1b\x30\x16\xc6\xd3\x1b\xba\x71\xdf\x77\xbe\x33\ \x37\x3b\x5b\xaf\xd7\xf7\xef\xdf\xff\xf1\x8f\x7f\x7c\xff\xbe\x7d\ \xef\x7f\xff\x5d\x52\xca\xae\xe6\x22\x4d\x63\xf5\xda\xc0\x5f\xfc\ \x05\xda\x76\xfe\xd7\x7f\x9d\x74\xfd\x0d\xde\xf7\xd3\x93\x9e\xf4\ \xe4\xf5\xed\x73\x01\x00\x4a\xe5\x5c\xb5\xb6\xf2\xc1\xbb\x32\x5f\ \xfc\x52\xea\x9b\xdf\x24\xce\xc3\x9e\x17\x21\xdc\xff\xbd\xef\x7d\ \xec\xa3\xbf\xf0\x99\x4f\x7f\xea\x9e\x7b\xee\xb9\xf9\xe6\x5b\x0e\ \x1d\x3e\x32\x33\x33\xd3\xad\x29\x90\xa1\xa3\xe7\x65\xff\xea\x0b\ \xf1\xef\x7f\x3f\xf7\xe9\x4f\xb7\xde\xf2\x96\xde\x10\xa0\x9e\xf4\ \xa4\x27\x97\xd9\xe7\x02\x00\x45\xc0\xd9\xc2\x6f\xfc\x36\x78\x7c\ \xf0\x4f\xff\x5c\x2c\xe6\x8a\xbf\xf4\x2f\x64\xaa\x0f\x3c\xd9\x22\ \xbe\xe7\xa6\xb7\x6e\xdc\xbe\xfb\xe6\x5b\x6f\xd1\x84\xf6\xd4\x8b\ \x87\x3f\xf9\xa9\x7f\x3d\x38\x38\x4c\xa6\x25\xf5\x88\x12\x8a\x34\ \xae\x4f\x9e\xe9\xff\xbf\xfe\x32\x71\xdf\x77\x73\xff\xeb\xa7\x0b\ \xff\xfc\x5f\x82\xe0\x84\xa2\xb7\x5b\x00\x40\x5c\x57\x7a\xe4\x27\ \xa4\x55\x84\xae\x0c\xab\xb7\x56\x97\x78\xe5\xf5\x08\x30\xfe\x26\ \x61\xd4\x78\x13\x6b\x2e\x44\x66\xdb\xb1\xc3\xdf\xb3\x6f\x5b\x6b\ \xce\x66\xfa\x3f\xf7\x39\xeb\x89\x27\xea\x3f\x73\xa3\x3f\xd1\x07\ \x08\xef\x08\xbc\xbd\x47\xcf\x30\xc4\x7f\xbd\x9e\xbf\x60\xc7\x46\ \x47\x53\xa3\x47\xbe\xcb\x4e\x70\x70\xa4\x7e\x7c\x21\xfe\x4f\x3f\ \x36\x8e\x1d\x6e\xfe\xf4\x75\xfe\xee\x78\xea\xf1\xaf\xf5\x32\x5c\ \x21\x77\x95\x31\xa7\x41\x8c\x03\xac\x9e\xfe\x24\xcd\x88\x1e\x7f\ \x42\x2b\xce\xa0\xec\x2d\xda\xa5\xb5\x19\x5c\x94\xcf\x12\xef\xcd\ \x43\xb8\xa2\x35\x57\x94\x51\x8c\x63\xec\xc5\x1f\x80\x26\xe8\xa7\ \xd6\xc3\x48\x34\xfa\xe0\x33\xd1\xbd\x7b\x61\x5d\xc2\xd9\x3c\xe0\ \x8f\xa6\x28\xaa\x2b\x53\x90\x60\x51\x64\xef\x89\x31\x35\xbf\x1f\ \x0e\x37\xb5\xa9\xa2\x76\x64\x01\xce\xb6\x60\x34\x0e\x1f\xbb\x2e\ \x32\xd1\x17\x3d\xfe\x10\xc8\x1e\xff\xfa\xb2\x1b\x04\xc8\x20\x12\ \xb5\xc4\xca\x56\x6c\x02\xd0\x91\x84\xa1\xf7\x2f\x1e\x85\xf9\x03\ \xbd\x45\xbb\xe4\x2b\x4f\x9a\x89\xa6\x76\x6e\x57\x23\x63\x18\x8d\ \x46\xa5\x94\xbd\x35\xba\x4c\x62\xc5\x62\x86\x61\x84\xab\xb4\x97\ \xa1\xfb\x07\x80\x00\xef\xc9\x45\x6a\x85\x9c\xeb\xfb\x88\x08\x08\ \x24\x2c\xb8\x6a\xc7\xda\x93\x0b\x37\xcd\x16\xb7\x9e\x3e\x69\xc4\ \x0d\x48\x98\x10\xd5\x40\x17\x40\x04\xae\x0f\x0d\x0f\xca\x2d\xa7\ \xe5\x3e\x1d\x89\x3e\xbe\x61\x3c\xb7\x7e\x00\xeb\x1a\xbe\x50\xee\ \xed\xd9\xaa\xc2\xd1\x2e\xbb\x4a\x03\x0a\xef\xa5\x89\xb4\xb7\x69\ \x1e\xc8\xd7\x2b\xb5\x06\xf6\x26\x54\x5e\x16\x71\x05\xc2\x54\xc3\ \xd3\x42\xcd\x21\x9c\xf3\x4a\xa5\xf6\x95\xff\xfe\xdf\xf3\xf9\x1c\ \x29\xd5\x9b\x0d\x7a\x59\x3c\x2c\x21\x66\x66\xa6\x75\x7d\x49\x79\ \x5d\x16\x9f\x8b\x00\x1e\xaa\x9b\xd3\x0b\x64\xdb\x6e\x17\x83\x47\ \x5c\xe8\xa3\xa3\xff\xef\xd0\xd0\xb6\x46\x73\x6b\xa3\xb5\xa6\x65\ \x67\x6b\x9e\x20\x17\x00\x1c\xce\x16\x75\xf3\xcc\x40\xea\x50\xdc\ \x3a\x1e\x31\xcb\x8c\xcb\x92\xc2\x7c\xab\xe7\x35\xbc\x84\x30\x84\ \xa8\xae\x69\xa1\xba\x87\x86\x70\xcc\xd1\xe7\x0a\x5a\x7e\xd1\x7d\ \xf3\x30\xa8\xbc\xea\x1e\x2f\x44\x39\x4f\x44\x0c\xec\xac\x30\x63\ \xac\xd9\x6c\x3e\xf6\xd8\xa3\xd3\x53\x93\x01\xee\xb4\xb7\x4a\x97\ \xc1\xdd\x25\x4d\xd3\x2c\x2b\x26\x34\x2d\x50\x5e\xe2\x32\xbd\x4d\ \x42\xe7\x9b\x27\xc6\xa4\x5c\x46\x45\x4c\x88\x0a\x60\x06\x71\x0a\ \x41\x85\x1a\x5a\x03\x46\x1c\x46\xc4\x01\x06\x88\x86\x00\x90\x7a\ \x79\xd0\x97\x75\x8b\x0c\xc3\xe8\xa2\x76\x09\x40\x03\xb5\xa6\xbf\ \x6f\x28\x19\xeb\xdd\x9e\xcb\xba\xec\x42\x08\xce\x96\x28\x03\x11\ \x21\x9d\x4e\x5b\x96\xa5\x94\xea\xad\xfc\xe5\x13\x44\xd4\x3b\x31\ \xe3\xe5\xca\x73\x05\x3a\x52\xeb\x8d\x77\xbd\xfc\xb6\xe8\xdc\xdd\ \x35\x4d\xb3\xb7\x32\xaf\xf2\xca\x13\x91\xde\x9b\xc4\xfe\x2a\x2e\ \xbb\x78\x35\x2f\x55\x4f\x5e\x2b\x75\xd6\x93\xde\xb2\x5f\x61\x72\ \xb9\x34\x97\xea\x2d\xed\xe5\xf6\x9c\x57\x27\x9d\xed\xc1\x8d\x2e\ \xbb\xac\x9a\x41\xec\xe5\xe6\x2f\xb7\x55\x40\xc4\x70\x0e\xf1\x72\ \x69\x2e\x13\xa9\xb7\x8d\x97\x77\x2f\x01\x3c\x58\x36\x9d\x81\x00\ \x34\x24\xde\x5b\x9a\xcb\x2c\x3e\x30\x09\x10\x26\x92\x43\x44\xbd\ \x17\xa1\x5f\x66\x51\x4a\x85\x9b\x9a\xc5\xe5\xb8\x51\x02\xe1\xf7\ \x87\xca\x31\x46\x4a\xf5\x7c\xaf\xcb\xe2\x6e\x69\x0c\x27\x1d\xfe\ \xef\x67\x2d\x4b\x5f\xca\x24\xb6\x14\xbe\x3f\xdd\xbc\x23\xd1\x6a\ \x49\x80\x5e\xe4\x72\x39\xac\x05\xa2\xc9\xe1\x4f\x67\xa2\x27\x7c\ \x23\x2a\x78\x70\x8b\x3c\xcf\x1b\x19\x19\xf9\x95\x4f\x7c\xf2\x4a\ \x25\xdb\x7a\x3d\x48\x24\x12\x79\xf2\xc9\x27\xff\xe1\xef\xbf\x91\ \x48\x26\x2f\x6f\x86\xde\x44\x8a\x30\xf2\x8c\x48\x6f\xd1\x2f\xb9\ \xde\x42\x52\xa6\x72\xd0\x77\x4f\x9f\x5e\x58\x33\x34\x94\x4a\xa7\ \x03\x0b\x11\xf8\x5c\x11\x54\x4a\x37\x88\x89\x5e\xe0\x78\xe9\x57\ \xde\x77\x2c\xa6\x16\xcf\xce\xcf\x39\xda\xba\xb1\xb1\xee\x44\xb2\ \xa0\x2a\xd2\x43\xa2\x5c\x56\xcd\xe5\x3a\xf6\x99\x33\xa7\x36\x6d\ \xda\x12\x89\x46\x89\xe8\xb2\xe5\xb9\x88\x24\x17\x0b\x77\xfd\x2e\ \x19\x91\x4b\x35\xc0\xa6\x27\x00\x40\x5c\xd3\x8a\x73\x63\xdf\xfe\ \x53\x45\xe0\x3a\xee\x0a\x0a\x59\x02\x00\xa7\x59\xbe\xe5\x43\x8d\ \x5d\xb7\x31\xa7\xd9\x5b\xae\x4b\xb9\xf2\xba\x99\xb9\xf7\x73\xd1\ \x85\x23\x9e\xe7\x39\x8e\x22\x52\xe1\x94\x97\x52\xaa\x97\xa1\xbf\ \x8c\x8b\x4f\x24\xa5\x74\x1c\xc7\xf3\xbc\x28\xe2\x65\xd4\x5c\xed\ \xf7\x13\x1a\x09\xbd\xa7\xb9\x2e\xad\xe6\x22\xa1\x75\xd3\x2b\xab\ \xe3\x1e\xb9\x20\xa1\x53\xaf\x6f\xf1\x12\x1f\x66\x3d\xc8\xc1\x9f\ \x77\xd9\x7b\x72\xd9\x9d\xde\xa5\x95\xbf\xcc\x04\x0c\x44\xed\xff\ \x7b\x72\x69\x97\xb4\xb7\xec\xaf\xc9\xca\xf7\xe4\x75\x23\xbd\xc8\ \xbc\x27\x3d\xe9\x49\x4f\x73\xf5\xa4\x27\x3d\xe9\x49\x4f\x73\xf5\ \xa4\x27\x3d\xe9\x49\x4f\x73\xf5\xa4\x27\x3d\xe9\x69\xae\x9e\xf4\ \xa4\x27\x3d\xe9\x69\xae\x9e\xf4\xa4\x27\x3d\xe9\x69\xae\x9e\xf4\ \xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\ \xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\xa4\xa7\xb9\x7a\xd2\x93\x9e\xf4\ \xa4\xa7\xb9\x7a\xd2\x93\x9e\xf4\xa4\xa7\xb9\x7a\xd2\x93\x9e\xbc\ \x79\x45\xbc\x6a\xef\x14\xb0\x53\x20\x00\x22\x23\x52\x4a\x11\x32\ \x44\x44\x52\x8a\x00\x18\x22\x20\x12\x01\x22\x20\x22\x10\x28\xa5\ \x82\xa9\xb3\x00\x80\x88\x42\xd3\x10\x51\x29\x72\x5d\x87\x88\x10\ \x00\x3b\xaf\x88\xc8\x84\x10\x9c\x73\xa5\x94\xef\xfb\x6d\x26\x12\ \x00\xa9\x24\x29\x22\x00\xc6\x10\x00\x95\x92\x00\x80\xc8\x00\x08\ \x08\x00\x83\xe6\xff\xa5\x9f\x83\x27\x1a\x86\x01\x00\x44\xa4\x94\ \x52\x4a\x09\xc1\x3d\xcf\x03\x02\x64\x2c\x78\x47\x21\x44\x98\x43\ \xce\xf3\x5c\x22\x62\x6c\x19\x8b\xb2\x52\x2a\x18\xa8\x10\x70\x36\ \x75\x98\x9b\x08\x91\x99\x86\xa1\x88\x5c\xd7\x45\x44\xc3\xd0\x89\ \xc0\xf7\xfd\xe0\xb3\x99\xa6\xe9\xba\x2e\x29\x02\x84\x60\x60\x32\ \x76\x68\x55\x2e\x86\xa7\x40\xd3\x34\xc6\xb0\xfb\x99\x89\x28\x78\ \x0b\xea\x30\xd6\x2a\xa2\x60\x49\x83\x37\x0c\x26\x09\x12\x75\x57\ \x86\x3a\x1b\x87\x8a\x14\x04\x8b\xb6\xf4\xa5\x30\xe0\x08\x17\x9a\ \xc6\x90\x49\xe9\xd3\xd2\xdb\x10\x22\x76\x1f\x88\x88\x04\x80\x80\ \x80\xc0\x90\x31\x86\xb2\xc3\x69\x15\x0c\xfb\x42\x44\x0a\xde\xb5\ \xfb\x65\x43\x07\x00\x91\x31\xce\x48\x91\x94\x92\x80\xb0\xfb\x2b\ \x86\x8c\x71\xc6\x38\x02\x28\x25\x3b\x83\xa6\x91\x31\xc6\x18\x06\ \x7f\x65\x8c\xf9\x52\x72\xc6\x18\xe3\x52\xca\xe0\x99\x9c\x73\x45\ \x44\x21\xda\xde\xce\x07\x06\x64\xac\xfb\xf5\x5c\xcf\xc7\x0b\x3c\ \xf0\xc8\x39\xe3\x5c\x30\x64\x04\x40\x14\x1c\x89\xf6\xb9\xea\x9e\ \xb1\xe0\x8b\x33\xc6\x82\x65\x0f\x78\xbe\x10\x30\xe0\xa6\x40\x80\ \x65\xff\x8e\x18\xfa\xc0\x48\x40\x42\x68\xba\xae\x4b\xe9\x2b\xa5\ \x82\x33\x1c\xbc\x38\x76\xbe\x51\xb0\xa5\x04\xc4\x18\x27\x52\x9a\ \xa6\x01\xb5\x4f\x57\xb0\x92\x8c\x31\xea\x48\xe7\xb0\x11\x43\xa6\ \x94\x42\x86\x88\x8c\x73\x1e\x3c\xb8\xfd\xca\x9d\x23\xc1\x39\x17\ \x42\x47\x44\x22\xe5\xba\x4e\xf7\x53\x69\x9a\x16\x3c\x58\x08\xe1\ \x79\x1e\x22\xe8\x9a\x2e\x95\xf4\x7d\x19\x7c\x53\xce\x79\xc0\x2b\ \xc7\x10\x09\x68\x69\xd9\x11\x11\x99\x94\xbe\xe0\x42\xfe\x24\xbe\ \x33\xf1\xaa\xa9\x2d\xd7\x57\xc8\x74\xdf\xf7\x5a\xad\x7a\x24\x62\ \x5a\x56\xcc\x76\x6c\xcf\x75\xad\x58\x0c\x94\x72\x3c\xcf\xf7\x3c\ \x4d\x13\x9e\xe7\x05\xac\xb8\x96\x65\x29\xd5\x5e\x56\xcf\xf5\x72\ \xd3\x33\xca\x73\xa2\xd1\xe8\xf8\xf8\x18\x30\xae\x08\x3d\xa9\x90\ \x31\xe9\xf9\x24\xbd\xb3\x67\x67\xca\xe5\x72\x3c\x9e\xe8\xcb\xf4\ \x05\x3b\xe8\x79\x5e\x2c\x16\xd3\x75\x03\x00\xa4\xef\x39\xae\x9b\ \x88\xc7\x01\xa8\xd5\xb2\x85\x10\x9c\xf1\xe0\xfe\x00\xb6\xf7\x98\ \x31\x94\x52\x11\xa8\x33\x93\xa7\x11\x40\x08\xa1\x69\x66\x2c\x16\ \x5b\xcc\xe5\x07\x07\x07\x95\x52\xb6\x6d\x2b\x22\x04\x2a\x15\x8b\ \x8d\x46\x03\x80\x18\x63\x80\x6c\x78\x78\x44\x68\x5a\xb5\x52\x44\ \x6c\xef\xaa\x52\x2a\x99\x4c\x72\x2e\x18\x43\xc3\x30\x01\x51\xd3\ \x34\xc6\x98\x52\xca\x6e\xb5\x5e\xd8\xb7\x3f\x1e\x8f\x8f\x8c\x8c\ \xd8\x8e\x73\xf4\xd8\x71\x5d\xd7\xd3\xa9\x54\xd4\xb2\x0c\xc3\x7c\ \xfa\xd9\x17\x86\x87\x87\xe3\xb1\x98\x2f\x55\x32\x19\x47\x44\xc7\ \xf1\x18\x63\xb6\xe3\x18\x82\x5d\x30\xc7\xe9\xf4\xcc\xbc\x6d\xb7\ \x5a\xad\x56\x70\xa0\x19\xe7\x42\x68\x44\x60\x46\xa3\x88\x4c\x4a\ \x69\x45\x23\x5c\x70\xa5\x48\x2a\x25\xa5\xac\xd5\x6a\x9a\x10\xa6\ \x69\x72\xc6\x00\x88\x31\xae\x88\xa4\x94\x52\x91\xa6\x69\x42\x08\ \x44\x24\xc0\xe0\x07\xa5\xa4\x10\x5c\x49\x6f\x61\x61\xc6\x73\x9c\ \x44\x22\x11\x30\x85\x32\x2e\x18\x13\x52\x4a\xe4\x1c\x01\x38\x67\ \x9e\xe7\x08\xce\x82\x3b\xe3\x3a\x6e\xbd\xd1\x30\xcd\x88\xa6\xeb\ \x9c\xf1\x68\x34\xea\x79\x9e\xeb\x7a\x86\xa1\x73\xce\x85\x10\x2a\ \x30\x6e\x4a\x09\xa1\x01\x90\xe3\xd8\xae\x6b\x3b\xb6\xad\x6b\x46\ \x2c\x1e\xe7\x42\xf3\x7c\x09\x0c\x19\xa2\x72\xbd\x7a\xbd\xdc\xb2\ \x9b\x92\x28\x62\xc6\x62\xb1\x04\x63\x08\x20\x6d\xdb\x6e\x36\x5a\ \x89\x44\x52\x92\xb2\x6d\xbb\x2f\xdd\x57\xab\xd7\x1a\x8d\x7a\x2a\ \x99\x02\x04\x06\x58\xa9\x56\x0c\xdd\x30\x23\x11\x29\x15\x00\x71\ \xce\x39\xe7\xae\xeb\x71\xce\x6c\xdb\x41\x44\x4d\xd3\x48\x79\x23\ \x83\xfd\xf2\x95\x93\x92\x23\xa2\x6d\xbb\xf5\x7a\xb3\x5c\x2e\xfa\ \xd2\x45\x00\xc3\x30\x1d\xc7\x63\x5c\x24\x53\xe9\x58\x2c\xa6\x94\ \xd2\x35\x2d\x16\x8b\x79\x9e\x74\x5d\xb7\x51\x6d\xd4\x6a\x35\xce\ \x59\x5f\x26\x13\x8d\x44\x5c\xd7\xf5\x15\x11\xa1\x54\xca\xf7\x1c\ \xa5\x64\xcc\x8a\x09\x21\x3c\xcf\x35\x8c\x28\x01\x21\x80\x22\xe2\ \x0c\x73\xb9\xdc\xfc\xdc\x5c\x2a\x9d\x34\x0d\x33\x30\xde\xba\x61\ \x30\x64\x92\x40\x29\xa5\xeb\x3a\x91\x92\xbe\xaf\x69\x5a\xbd\x56\ \xb0\x62\xb1\xb9\xb9\x53\xbe\xef\xc7\xe3\x09\x4d\xd3\xd2\xe9\x34\ \x22\xd6\xab\x75\x43\xd7\x11\x51\xd7\x75\x02\x20\xa9\x84\xa6\x37\ \x5b\x4d\x33\x12\x71\x1c\xc7\x6e\xd5\x5b\xad\x26\x29\x19\x8f\xc7\ \xa3\x56\x0c\x91\x79\xbe\xd2\x74\x03\x14\x54\x2b\xe5\x85\xdc\x2c\ \x91\x12\xc2\x18\x1d\x99\x60\x8c\x13\x49\x00\x7f\x66\x66\x3a\x99\ \x48\xea\x46\x64\x6e\x7e\x61\x74\x74\xd4\xf7\xfd\xe3\x27\x4f\xc7\ \xe3\xf1\x54\x2a\xe5\xd8\x8e\xeb\x79\xd5\x6a\x75\x7c\x6c\x9c\x00\ \x9a\xad\x96\x10\x82\x31\x0e\x04\xa4\x94\xe7\x7b\xb6\x6d\xa7\x52\ \xa9\x62\xb9\x6a\x45\x8d\x40\x63\xbe\xc6\x9a\x8b\x33\x56\xa8\x34\ \x66\xca\x2d\xce\xa8\xd5\x6a\x8c\x8d\xa7\x74\xc2\xc5\xc5\x6a\x3e\ \x9f\x4b\xa5\x52\x63\x63\x63\x27\x8e\x9f\xb2\x6b\xb5\x64\x2c\xe6\ \xfb\x7e\x2e\x9f\x1b\x1f\x1f\x5f\xbb\xae\xaf\xd9\x6a\xba\xd2\x8d\ \xc7\xe2\x85\x4a\xe3\xb3\x9f\xfd\xaf\x85\x93\x07\x77\xef\xdc\xf6\ \xa7\x7f\xf1\x9f\x46\xd6\xad\xaf\xf9\x78\x72\xbe\x44\xa8\x31\x66\ \x2f\x9c\x3a\xfc\xe5\xbf\xfc\xdc\xc3\x8f\x3c\xba\xeb\xaa\x3d\xbf\ \xf4\x89\x4f\x1e\x3e\x7a\xac\x50\xae\x73\xa1\xdf\x5f\x42\x38\xa7\ \x00\x00\x20\x00\x49\x44\x41\x54\x7e\xfb\x1d\xbb\x76\xef\x88\x1a\ \xfa\x53\x4f\x3e\xd9\x9f\x49\x6f\x1d\x5f\x0f\xa0\x4e\x9e\x3c\xcd\ \x34\x1d\x10\x2b\xd5\x6a\x2a\x99\x1c\x1a\x1e\x8e\x18\xac\x65\xcb\ \x88\xce\x19\x80\xe3\xdb\x9f\xfe\xf4\x27\x1b\x8d\xda\xc8\xc8\xf8\ \x9e\x3d\x6f\x1d\x19\x5d\x7b\xdf\x77\xbe\xfb\x7f\xfc\xde\xef\xf4\ \x0f\xf5\x1f\x3e\x70\x28\xbf\x98\x9b\x9b\x39\xfd\xc0\x0f\xbe\xf3\ \xe4\xde\xc7\x01\x48\x29\x32\xa2\xf1\x5f\xfd\xd5\x4f\xf5\x0f\x8c\ \xcc\xce\xcf\x3a\x4e\x6b\x71\x71\x31\x9d\x4e\x03\xc0\xe8\xe8\x98\ \x52\xd2\xf3\xbc\xf5\xeb\xd7\x23\xa2\x52\xca\x34\x8d\xe1\xe1\x61\ \xd7\x75\xff\xe6\xcb\x5f\x29\x95\x4a\xdf\xf8\xc6\xdf\xe7\xf3\xb9\ \xdf\xfb\xfd\x3f\xd4\x34\xed\x33\x9f\xf9\xcc\xf6\x9d\xbb\x1f\xfa\ \xd1\x13\xbf\xff\x07\x7f\xf0\xf9\xcf\x7f\x5e\xd7\x9b\x85\x52\xf9\ \x67\x7e\xfa\x0e\xe4\xc2\xd7\xbc\xb9\xd9\x79\xc7\x83\x89\x7e\x0d\ \x95\x43\xaf\x70\xe8\x37\x22\xfa\xbe\xfc\xc2\x17\xff\xf6\xd8\xf1\ \xe3\xfb\xf6\x3d\x0f\x44\xba\xae\x6f\xdc\xbc\x75\xeb\xb6\xdd\x95\ \x5a\xd3\x88\x25\x4c\x2b\x25\xdd\xd6\xc4\xf8\xe0\xd0\xf0\x88\x2b\ \x55\xad\xd1\xe2\x9c\xd7\xeb\x8d\xc5\xc5\xb3\xd2\x73\xa5\xe3\x48\ \xdf\xdf\xb4\x75\x9b\x66\x5a\x8b\x8b\xb9\x72\xa5\xb2\x69\xf3\xd6\ \x78\x22\x25\x01\x39\x17\xa9\x74\xd6\x88\x98\xae\xef\x98\xa6\xe6\ \x35\xeb\x5f\xfa\xeb\x7b\x9e\x7b\x6a\xef\xfb\x7f\xf6\xbd\xc9\x44\ \xa2\x5e\x6f\xc5\x33\x03\x83\x23\xe3\xf5\xa6\xcb\x84\x9e\x4e\xc5\ \x3d\xa7\x5e\x2a\xce\xc7\x23\xc6\xc2\xfc\x74\xa3\x5e\x7f\xf6\xd9\ \x17\x72\x85\xf2\xfb\xde\xf7\xc1\x48\x2c\x59\xae\xd4\xd6\x6f\xd8\ \xe0\xd8\x4e\xad\x5e\x4b\xa7\xd3\x03\x03\x03\x86\x61\xd8\xb6\x6d\ \xe8\x86\xef\xfb\x56\x3c\xa1\x09\x96\x5f\x9c\x9a\x9f\x39\xf1\xe0\ \x8f\x7e\x38\x3e\xba\xf6\x3d\xef\xfd\xb0\xa6\x27\xf2\xb5\x3a\x46\ \x84\xdb\x6c\x96\x4f\xcd\x3e\xf5\xcc\x77\xf6\x1f\xdd\xeb\xf8\xec\ \xc6\x1b\x7f\xee\xc6\x1b\xdf\xa5\x6b\x52\x51\xf5\xd9\xa7\xf6\x1e\ \xda\x7f\xf2\x9d\x77\xfc\x0c\x37\xb4\x7d\xfb\xf6\xff\xcc\x4f\xff\ \xcc\x93\x4f\xee\x7d\xf6\xd9\xa7\xdf\xfe\xb6\xb7\x0e\x0d\x0d\x49\ \xcf\xfd\xde\x77\xbf\x37\x32\x32\xba\x6d\xc7\x2e\xdf\x53\x44\x2a\ \x6a\x59\x9c\xf3\x66\xa3\xa1\xe9\xfa\x91\xc3\x87\xb3\xfd\xfd\xb5\ \x5a\x63\xcd\x50\xfc\xdf\xff\xe6\x27\x6b\xf5\x57\xcc\x2e\xcb\x39\ \x16\x0a\xad\x17\x5e\x38\xf4\x0f\xff\xf0\x95\xe7\xf7\x3d\xc9\x98\ \xda\xbe\xfd\xaa\x9f\xba\xfd\x2e\x4d\x4f\xea\xd1\xc4\xa6\x2d\x5b\ \x3c\xdf\xe7\x20\xaf\xbf\xf6\x9a\xa8\x15\x75\x8a\xc5\xc5\xd2\x69\ \x02\xb3\x9c\xaf\x1e\x9f\x3c\x51\xa9\x94\x38\x17\x83\xa3\x13\x9b\ \xb6\x6d\x3f\x7d\x66\x66\x76\x7a\x3a\xd3\xd7\xb7\x6e\xed\x60\x4a\ \x8f\xb7\x64\xd3\x8a\x66\x0c\x9d\x29\x02\xdd\x64\x42\xe3\x0f\x3d\ \xf1\xc2\xaf\xfd\xca\x27\xde\x7d\xfb\x6d\xb7\xdf\x76\x9b\x6d\xbb\ \x84\x6c\xf7\x55\x6f\xf1\x3c\x55\xb5\xdd\x44\x36\x1b\x8b\x88\x53\ \x27\x8e\x45\x04\x53\xbe\xb7\xff\x85\xe7\x80\xb1\xbf\xf9\xd2\x97\ \xaf\xbe\xea\x2d\x1f\xfc\xf0\x87\x4f\x4f\x4e\x6d\xdd\xb6\xbd\x2f\ \x9d\x9e\x9a\x9e\x4e\x26\x12\x1b\x36\x6c\xc8\x64\xe2\x52\xc9\x46\ \xbd\xa1\x69\xd8\x74\xd8\xfa\x91\xd1\xfc\xe4\x29\xbb\x69\xff\x3f\ \x5f\xfe\xa2\xf2\x9c\x8f\x7e\xf4\x63\xdb\x77\x5c\xed\x4a\x5e\x6b\ \xba\x89\x68\xa6\x30\xb9\xb8\xef\xe9\xa7\x3f\xff\xa5\x7f\xdb\x72\ \xab\x99\xcc\xa6\x3f\xfe\xe3\x2f\xa6\xe2\x19\x43\xf7\x0a\x85\xa9\ \x3f\xfb\xe3\x3f\xba\xe1\x86\xb7\xbf\xe7\xae\xbb\xbf\x78\xcf\xd7\ \x7f\xe5\x57\x7e\x59\x70\xf1\xfb\x7f\xf8\x67\xd7\x5e\x73\xed\x47\ \x3f\xfa\x51\xdf\xf7\x1f\x7a\xe8\x91\xfb\xee\xbb\xef\x0f\xfe\xe0\ \x3f\xe8\x46\xc4\x73\x3d\x5d\xa7\xb1\xb1\xb1\x99\x99\x19\xc6\x70\ \x6e\x6e\x7e\x72\xf2\xcc\xbb\xdf\xfd\xd3\xff\xe3\x6b\xf7\x7e\xec\ \xee\x77\xf7\xf5\xa5\x5f\x62\x90\xc5\xab\x17\x2d\x32\x44\xbb\x59\ \xd9\xb6\x75\x4b\xa3\x5e\xf3\x5a\x4d\x43\xc4\xe3\x56\x34\xbf\x20\ \x93\x71\x6b\xdf\x73\xcf\x98\x86\x79\xed\x9e\x3d\x95\x62\xf1\x91\ \x47\x1e\x01\x86\xfa\xc6\x0d\xbe\xef\x0d\x0d\x0d\x9d\x3c\x7d\xaa\ \x56\xab\x0e\x64\x33\x3b\xb6\x6f\x7f\x62\xf6\xe4\xd9\xc5\xc5\x17\ \xf6\xed\x4f\x0d\x8d\x7a\xa8\x93\xf2\x19\xe3\xae\x63\xd7\xeb\x35\ \xd3\x30\xc6\xc7\xc6\x7c\x29\xcf\xce\xcf\x4f\x4d\x4d\x67\xfa\x07\ \xfb\x32\xfd\x53\x53\x93\x6b\xc6\x47\xea\x0c\xe7\x66\x67\xae\xda\ \xb5\x83\x73\x70\x5d\xca\x66\xb3\xf5\x7a\x1d\x00\x4c\xc3\xa8\x54\ \x2a\xd5\x6a\x55\xd7\xf5\x48\x34\x5a\x2d\x56\x40\x49\xc6\xdd\x7a\ \xa3\x69\x45\xa3\x86\x6e\x94\x8a\x05\xd3\x8c\xf7\x67\xfb\x95\x22\ \xdb\x71\x5c\xd7\xad\x94\xcb\x4a\xa9\x91\xe1\x61\xd7\x75\x53\xa9\ \x84\x52\xa0\x99\xe6\x81\x43\x07\xc6\xab\x8d\x6c\x7f\x76\xfd\xfa\ \x89\xeb\xaf\xbf\x5e\xd7\x75\xa5\xd4\xdc\xdc\xdc\xbe\x7d\xfb\x62\ \xb1\xd8\xce\x9d\x3b\xd7\xac\x59\x23\x84\xc8\xe5\x72\xa7\x4e\x9d\ \xb2\x6d\x7b\xcf\x9e\x3d\x5f\xfd\xea\x57\xcf\x9c\x39\x79\xf3\x4d\ \x37\xdc\x72\xcb\x2d\x0f\x3c\xf0\x40\xa1\x50\xb0\x6d\xfb\x07\x3f\ \xb8\xff\x83\xef\xbb\xeb\xe6\x9b\x6e\x3c\x7d\x66\x2a\x97\xcb\x37\ \x1b\x4d\xe4\xa2\x50\x2c\x26\x53\xb1\x44\x32\xe9\xd7\x16\x48\x02\ \x5c\x48\xdc\x42\x52\x79\xa6\x69\xc4\x62\x31\x86\x68\x59\x56\x36\ \x93\x19\x1d\x1d\xd9\x68\x25\x16\x0a\xe5\x5a\xd3\x35\x23\xa6\x54\ \x24\x15\x45\xad\x18\x01\xb7\xe2\x89\xb1\x71\x73\xeb\xd6\x2d\xad\ \x46\x6d\x76\x66\xfa\xf0\xc1\x83\x87\x0f\x1d\x1a\x1d\x5b\xa3\x09\ \x61\xe8\x1a\x67\x68\x59\x11\xc6\x35\xc6\x85\x69\xe8\x9a\x26\x0c\ \xd3\x22\xe5\x09\xd3\xb8\xe1\xba\xeb\x8e\x1f\xdc\x2f\x34\x96\x88\ \xc7\x14\x41\xd4\xd4\x33\x7d\xe9\x68\xcc\x6f\x39\x6e\xa6\x2f\x39\ \x75\x26\x1f\x31\x4d\x29\x3d\xd7\x75\x67\x66\xa6\x8b\x85\xc2\xa6\ \x8d\x9b\x6f\xb8\xe1\xfa\x96\xe3\x2f\xe6\x8b\xc5\x42\x21\x9b\xcd\ \x8e\x8f\x8f\xd5\xeb\xf5\x56\xb3\xe9\x7b\x9e\x52\x4a\x13\x82\x21\ \x94\x4b\xa5\x68\xd4\x48\x25\x13\x3a\x5f\x13\x35\x23\xd1\x68\x24\ \x9d\x4e\x30\x61\x49\x81\x2e\x49\xb7\x51\x8b\x46\x8c\x4c\x5f\x5f\ \x34\x12\x11\x12\x33\x7d\xa9\x4c\x3a\xe5\xf9\x55\xdf\x67\x95\x72\ \xa9\x3f\xdb\x67\xe8\x9a\x95\x4c\x58\xd1\xe8\xe9\x53\xc7\x39\xd2\ \xba\x35\x6b\x8a\x85\xfc\xae\xed\xdb\x2b\xe5\x72\x36\xd3\xe7\xb9\ \x36\x43\x8c\xc5\xa2\x9e\xe7\x71\x86\xf5\x5a\xd5\x30\x8c\x66\xa3\ \xce\x39\x1b\x1f\x1b\x7d\xf8\x91\xc7\xde\x7a\xfd\x0e\xe9\xcb\x0b\ \x3b\xf0\x44\x0a\x80\x2c\x2b\x86\x08\xbb\x77\xef\x1e\x1f\x5b\x7f\ \xe3\x0d\x37\x6e\xd8\xb4\x2b\x5f\xaa\x1e\x3f\x75\x32\x9e\x88\x49\ \x57\x35\x5b\x4e\xd4\xb2\x92\xe9\xf8\x3a\xbe\x66\xc3\x86\x81\x42\ \xa1\x55\x2c\x96\xf2\xf9\xe2\x73\xcf\x3e\xf3\xd0\x83\x3f\x2a\x14\ \x8a\x03\x03\x43\x02\x95\xc1\x31\x61\x45\x92\x71\x93\x94\xc3\x39\ \x99\xa6\xb0\x1d\xd7\xf7\x51\x2a\xe7\x86\xeb\xaf\xdf\xb9\x63\xbb\ \xeb\x38\xeb\xd6\xad\x3b\x76\xec\x58\x24\x1a\x4b\x24\xe2\xba\x1e\ \x61\xc5\xd2\xc0\xe0\x80\xdd\x6c\x20\x50\x22\x11\x9f\x9b\x99\xaa\ \xd5\x6a\x7b\x9f\x78\x42\x63\xec\xee\xbb\x3f\x72\xeb\x5b\xdf\x3a\ \x70\xf4\xf8\xfc\xd9\xb3\xa4\xe4\x9e\xb7\x5c\x5d\xab\xd5\x00\xe8\ \xd4\xa9\x93\x91\x48\x24\x99\x4c\x0a\xc1\xa3\x18\x59\x5c\x5c\xe4\ \x0c\x37\x6e\xda\x94\xcd\x64\xea\xd5\x72\x26\x93\x49\xa5\x93\x95\ \x9a\x97\x40\x43\xfa\xb2\x54\x2e\xa4\x33\xa9\xb1\xb1\x35\x67\x66\ \x8e\x27\x93\xa9\xa1\xfe\x7e\x43\x8f\x22\xc2\xe4\xe4\x19\xce\x85\ \x65\xc5\x95\x92\x37\xde\x70\xc3\x8f\x7e\xf8\xc3\xdd\xbb\x77\x6f\ \xdb\xba\xb5\x50\xc8\x97\xcb\xa5\x2d\x5b\xb6\x78\x9e\x9b\x4e\xa7\ \x16\x17\x17\xd6\xad\xdb\x58\xaf\xd5\x62\x31\xeb\xe8\xd1\x23\x86\ \x61\xe8\xba\x3e\x3b\x3b\x33\x31\x31\x71\xe0\xc0\x8b\xc9\x44\x3c\ \x9d\x4e\xd3\x4b\x72\x29\xbf\x4a\x9a\x8b\x88\x04\x67\x9b\x37\x6d\ \x1a\x1e\x1a\xac\xd5\xa2\x95\x4a\xd9\x34\x75\x25\xdd\x5b\x6f\xb9\ \xa9\x56\xaf\x6e\xde\xb4\x61\xcb\xe6\x4d\x31\x33\x52\x4a\x24\x17\ \x16\x16\x9e\x7a\xfa\xe9\x4a\xa9\x9c\x88\x27\x6a\xb5\x5a\x26\xdd\ \x57\xaa\x94\x0f\x1f\x39\xb2\x6d\xeb\xf6\x17\x1e\x79\xa0\x52\xad\ \x1d\x3a\x78\xe8\x6d\xef\xba\xa3\xe1\xb4\x94\x54\xa9\x64\x7c\x26\ \x7f\x56\x20\xf7\x3c\x8f\x80\x04\xe7\xe5\x72\xf9\x8e\xdb\x6f\xdf\ \xba\x7d\xd7\xd1\xe3\x27\x88\xc0\xb6\xed\xc5\x85\xb3\xc3\x23\x23\ \xbe\xe7\xe5\x72\x45\xcf\xf3\x84\x10\xa5\x52\xc9\xb6\xed\xf1\xf1\ \xf1\x89\x35\xa3\xbe\x84\x5c\x2e\x77\xf8\xd0\xa1\xc5\xf9\x7c\xd4\ \xd4\x73\xb9\xa9\xa9\x33\x67\x76\xee\xd8\x52\x58\x5c\x8c\x44\x52\ \x95\x4a\x73\x64\x6c\x4d\x32\x11\x2f\xe4\xf3\x42\xd3\x9e\x7e\xe6\ \x99\x6c\x26\xe1\x38\x0e\x00\x34\x1a\x0d\x21\x74\x61\x50\x32\x91\ \xc8\xf6\xf7\xc7\xe3\xb1\xab\xaf\xbe\x5a\xd3\xf4\x4a\xa5\xa2\xeb\ \xba\x61\x18\x9a\xa6\x29\xa5\x62\xb1\x98\x6d\xdb\x91\x48\xa4\xbf\ \x3f\x7b\xed\xb5\x7b\x16\x17\x73\xb7\xde\x7a\xeb\x7d\xf7\xdd\xf7\ \xad\x6f\xdd\x7b\xcb\xcd\x37\x66\xb3\x59\x4d\xd3\x4c\xd3\x1c\x1b\ \x1b\x63\x0c\x37\x6f\xde\x94\xcf\xe5\xb3\x99\x74\xb9\x5c\x92\x52\ \x96\x0a\x85\x4a\xb5\x36\xb1\x76\x8d\xeb\x5e\x38\x2f\x33\x01\xb8\ \xae\xeb\x38\xb6\x52\xbe\x54\x84\x68\xb5\x9a\xcd\xfd\x2f\xee\x5b\ \xb7\x7e\x73\x3c\x95\x05\xe1\x34\xea\xb5\x4a\xb5\xa6\x45\x2a\x29\ \x14\x2d\xd7\x33\x00\x75\x23\x22\xa5\x2b\x74\x73\x74\x6c\x8d\xae\ \xe9\x33\xd3\xd3\xbe\xef\x6d\x58\xb7\xb6\xd1\xb4\x5d\xc7\xa9\x56\ \x2b\x8c\x6b\x42\xd3\x50\x08\xae\x71\x04\x12\x82\x49\x89\x03\x83\ \x83\x31\xcb\xca\x2d\x2e\x6e\xdf\xba\x95\x00\x09\xc8\xf7\x5c\x50\ \x60\x37\xea\xd5\x8a\xe6\x3a\xb6\xa9\x33\xa5\xa0\x5c\x2a\x1d\xd8\ \xff\xe2\xd6\xed\x3b\x77\xef\xda\x53\xab\xd6\x0c\x2b\x3e\x38\x30\ \x64\xdb\x8e\xeb\xba\x4a\x49\xcb\xb2\x88\xa8\xbf\xbf\x9f\x31\x56\ \x28\x14\x6a\xf5\x7a\xbd\x61\x97\xcb\x32\x9d\xd0\x0d\x0d\x1d\xd7\ \x5e\x58\x58\x70\x5a\x76\x5f\x7f\xbf\x0f\x90\xab\x94\xa4\xef\x6b\ \xba\x20\x52\x76\xab\x85\xdc\xf0\xec\x96\xf2\xdd\x56\xa3\x59\x2e\ \x2d\x96\x2b\x95\xab\x77\x5c\x37\x36\x3a\xea\x23\xa4\x92\xf1\xe3\ \xc7\x8f\xc7\x62\xd6\x35\xd7\xec\x39\x7a\xf4\x08\x43\x4c\xa5\x92\ \x96\x65\x55\xab\x15\xa5\x82\x41\x58\xa4\x69\x82\x31\xd0\x75\x31\ \x3f\x5f\xce\x66\x33\xb6\xdd\x6a\x34\xea\x42\x70\xb8\x40\xde\x66\ \xf4\x3c\xaf\x5a\xad\xb4\xec\xa6\x61\x68\xb9\x5c\x3e\x95\x1c\xbc\ \xff\xfb\xdf\xbf\xb5\x49\x1b\xb7\x6c\xef\xef\xef\xaf\x36\xaa\xd5\ \x72\xc5\xf5\xfd\x52\xa5\x6a\x18\xa2\xde\xb0\xeb\x0d\xb0\x62\x11\ \xa1\x69\xb1\x78\x2a\xdd\x97\x4e\x24\x9e\xad\x55\x1b\xd9\x64\x3c\ \x22\x78\xcb\x6e\xce\xcf\x4c\x3b\x76\x26\x1a\x31\xca\xe5\xb2\xd0\ \xfa\x38\xd7\x40\x03\xd7\x76\x53\xc9\xe4\xd6\xad\x5b\xf6\x3f\xff\ \x5c\xb5\x5a\x1e\x1e\x1a\x76\x7d\x59\x2a\x14\xfa\x07\x87\x2a\x95\ \x72\x24\x9e\x28\xe5\xf3\xa0\x54\xb1\x58\x70\x6c\xfb\xe9\xa7\x9f\ \xca\xe7\x72\x77\xdf\x7d\x77\xc4\x8a\xd6\xea\xf5\x78\x3c\x8e\x88\ \x67\xce\x9c\x01\x80\x44\x22\x51\x2c\x16\x87\x87\x47\xfa\xfa\xd2\ \xd3\xd3\xd3\x52\xca\x85\xc5\x45\xe0\x90\x8a\x47\xb2\xe9\x58\x36\ \x93\xdd\xff\xc2\x73\x8b\x67\x17\x76\x5f\x75\x4d\xc4\xe4\x8e\xf4\ \xf2\xf9\xd2\x40\x7f\x7f\xab\x3a\xb3\xb8\x98\x97\x3e\x05\x79\xab\ \x66\xa3\xc5\x58\xed\xd4\xc9\x13\xe9\xbe\xcc\x2d\xb7\xdc\xaa\x1b\ \xe6\xba\x75\xeb\x1e\x7f\xfc\x31\xc7\x71\xde\xf9\xce\x77\x3e\xfd\ \xf4\xd3\x9c\xf3\x48\x24\x92\x4e\xa7\x87\x86\x86\x26\x27\x27\x37\ \x6f\xde\x86\x88\x96\x65\xb9\xae\x6b\xdb\xb6\xa6\x69\xc5\x62\xf1\ \x8e\x3b\xee\xf8\xce\x77\xbe\x93\xc9\x66\x34\x5d\x77\x1d\xfb\x75\ \x51\x5b\x24\x22\xcb\x34\xaa\xa5\x22\x03\x95\x4d\xa7\x18\xa9\xb8\ \x65\x5a\x11\x23\x16\x31\xaf\xde\xbd\xdd\x8a\x44\x18\x2a\x04\xca\ \x66\xb3\x82\xb3\x78\x22\x3e\x34\x34\x68\x1a\x7a\xad\x5a\x3d\x3b\ \x3f\x5f\xab\xd5\xac\x58\x3c\x3b\x30\x64\x59\xf1\xe7\x9e\x7b\x7e\ \x76\x66\xa6\x94\xcf\x35\xaa\x55\xdf\x75\x86\x06\x06\x75\x4d\x2b\ \x17\xcb\xa4\x94\xae\xeb\x4e\xab\x55\x29\x97\x4b\xa5\xd2\xc6\x8d\ \x1b\x47\x47\x47\x5d\xd7\x2d\x97\xca\xbe\xe7\x29\x22\xbb\xd5\x2a\ \x14\x0a\x67\xcf\x9e\x65\x8c\xa5\x52\x29\xdb\xb6\x4b\xe5\xea\xc2\ \xc2\x82\x52\x6a\x6c\x6c\xfc\xba\xeb\xaf\xdf\xbd\xfb\xea\xa1\xa1\ \xe1\xc1\x81\x7e\x8e\xcc\x71\xec\x7a\xa5\xd2\x68\x34\x86\x06\x87\ \x1c\xcf\x57\x8a\x76\xed\xda\x8d\x00\xd5\x6a\x75\x72\x7a\x5a\xd7\ \x75\x22\x68\xd9\xae\x61\x18\xb7\xdc\x7c\xcb\x96\x2d\x5b\x36\x6f\ \xd9\x62\x9a\x66\xb9\x5c\x0e\xf2\x23\x95\x4a\xe5\xba\xeb\xae\x4b\ \xa5\x52\x81\x16\x43\x44\xdb\x6e\x79\x9e\x87\x88\x83\x83\x03\x1f\ \xfe\xf0\x87\xff\xf1\x1f\xff\x71\x6a\x7a\xde\xb2\x2c\xce\xf9\x86\ \x0d\x1b\x26\xcf\x9c\xae\x56\xab\x6b\x26\xc6\xec\x66\xb3\x54\x2c\ \x66\x32\xe9\xbd\x7b\xf7\xda\xad\xd6\xe6\x4d\x9b\xaa\xe5\xaa\xae\ \xe9\xd8\xd6\x42\xaf\xfc\x02\x01\x02\x40\xa5\x5a\x46\x86\x41\xd2\ \x6a\x6c\x7c\xac\x3f\x9b\xd5\x75\xad\xd6\xa8\x2a\x25\x5d\xcf\x2f\ \x55\xeb\xb9\x7c\x31\x57\x2c\x37\x1d\xb7\xd1\x6c\x36\x1d\xa7\xe5\ \xf8\x42\x37\xe3\x89\xf4\xc8\xd8\xf8\xe8\xd8\x98\xe0\xac\x56\xad\ \x5a\xd1\x68\x7f\x7f\x36\x99\x48\x24\x12\xb1\x48\x24\x02\x4a\x7a\ \x9e\x27\x7d\xc9\x91\x1b\x42\xeb\x4b\xa7\x37\x6f\xde\x5c\xab\x56\ \x32\x7d\xe9\x74\x5f\xca\x30\x0d\x52\x32\xd3\x97\x26\xe9\x4b\xcf\ \xd7\x35\x11\x8f\x59\x71\x2b\x5a\xc8\xe5\x94\x52\x5b\xb7\x6c\xdb\ \x7d\xd5\x55\x52\x41\x22\x9e\x8c\xc7\xe3\xeb\xd7\x6f\xc8\x64\xb2\ \x91\xa8\xb5\x61\xc3\xc6\x8d\x1b\x37\x59\xb1\x58\xb6\xbf\x7f\xf7\ \x55\x57\xed\xda\xbd\x7b\xcb\x96\xad\x9c\xf1\xc9\xc9\xa9\xa9\xe9\ \xa9\x78\x3c\xd6\xa8\xd7\xe7\x66\x66\xaa\xe5\x82\x69\x18\x71\x2b\ \xaa\x0b\xe6\x3a\x4e\xb3\xd9\xf0\x3d\x87\x81\x6a\x35\xeb\x86\xc6\ \xa3\xa6\x3e\x3b\x3f\xc3\x10\x27\xd6\xae\x4d\xa5\xd2\x7d\xe9\xd4\ \x96\x2d\x9b\xe6\xe7\x67\x1b\xf5\x5a\x3c\x1e\x03\xa9\xe6\xe7\x66\ \x3d\xcf\xe5\x08\x4a\xca\x85\xf9\x39\x44\xea\xef\xcf\x1a\x86\x1e\ \x64\xee\x9a\xcd\xc6\xc0\x40\xff\xf4\xf4\x24\x22\x31\x76\xa1\x7a\ \x0b\x91\x48\x15\x4b\x85\x72\xa9\x94\x4c\xa6\x0a\x85\xe2\xce\x1d\ \xbb\x6e\xba\xf1\x66\x22\x98\x9d\x9b\xad\xd7\x6b\x88\x50\xa9\x57\ \xf7\x1f\x3c\x74\x66\x72\x6a\x76\x7e\xd1\xf3\x25\x72\x70\x7c\x50\ \xc8\xf5\x88\xd9\x97\x1d\xb8\x6a\xf7\x6e\xcb\xd0\x8b\x8b\x0b\xfd\ \xe9\xd4\xce\x6d\x5b\x26\xc6\x46\xa2\xa6\xe6\xfb\x0e\xe3\xca\xf1\ \xec\x96\x53\xf7\x1c\x5b\x17\xdc\xf7\xfd\x1b\x6f\xbc\x21\x70\x4f\ \x76\xed\xda\x29\x7d\xbf\x51\xaf\x0f\x0d\x0e\x46\x0c\xa3\x58\x58\ \x04\x50\xc9\x44\x6c\x78\x70\xb0\x54\x2c\xcc\x4c\x4f\x0d\x0f\x0f\ \xdd\xf5\x81\xf7\x47\x22\x51\xe4\x3c\x93\xc9\x0c\x0c\xf4\x6f\xdc\ \xb8\xd1\x71\xec\xe1\xe1\xa1\xeb\xaf\xbf\x7e\x60\x20\x30\xc0\x3b\ \x76\xef\xda\xbe\x73\xc7\x8e\xfe\x6c\xff\xf1\xe3\x27\x4e\x9d\x38\ \x59\xab\x54\x5b\xf5\xc6\xa9\x53\xa7\x16\xe6\xcf\x32\xc4\x74\x2a\ \xc5\x39\xaf\xd6\xaa\x53\xd3\x53\x9e\xeb\x37\x6a\xcd\x4a\xa9\xda\ \x6a\xd6\x53\x49\x6b\x71\x71\xfe\xc5\x43\x07\x76\xee\xbc\x7a\x7c\ \x7c\x5d\x32\x91\x58\xbf\x61\xbd\xa6\x69\x07\x0f\x1e\xcc\x64\x32\ \xeb\xd7\xaf\x3f\x70\xe0\x80\xe7\x79\x86\x61\xb8\xae\x37\x33\x33\ \xd3\x6c\x36\xb3\xd9\xac\xae\xeb\xae\xeb\xf6\xf5\xf5\x1d\x3d\x7a\ \x74\xcb\x96\x2d\xf5\x7a\xfd\xf1\xc7\x1f\xaf\x56\x6b\x8e\xe3\xbc\ \x34\xd9\xff\xab\xa4\xb9\x94\x52\xa9\x64\xc2\xd0\xb0\x56\x29\x15\ \xf3\x0b\x8e\xdd\x40\x90\xc9\x78\x2c\x9d\x8c\x8c\x0c\x67\x35\x8e\ \x86\x46\xd5\x72\xed\xe4\xb1\x63\xa7\x4f\x9d\xf0\xa5\xef\xd8\xad\ \x63\xc7\x8e\x1e\x3c\x78\xb0\x56\xad\x6c\xd9\xb4\xf1\x2d\xbb\x77\ \x6b\x42\x6c\xd9\xba\xc3\x93\x72\x72\x72\xf2\xf1\x47\x1f\xf3\x6c\ \xbb\x5e\x29\x21\xc9\xdc\xc2\xd9\xb9\xb9\xd9\x52\xa9\x28\x5d\x5f\ \xd3\xb4\x68\x34\x3a\x32\x3c\xe2\x7b\x5e\x5f\x2a\x9d\x4e\xa7\xdd\ \x96\x53\x2e\x15\x93\xf1\x44\xa5\x54\x3e\x7d\xe6\x4c\xa3\xd1\x70\ \x5d\x37\x95\x4a\x45\x22\x11\xd3\x34\x0d\xc3\xec\xeb\x4b\x8f\x8d\ \x8d\x6e\xdd\xba\x39\x9e\x48\x4a\xa5\xd6\xac\x59\x33\x3e\x3a\xea\ \xda\x2d\xcb\x34\xd6\x8c\x0c\x5b\x91\x88\x10\xfc\xc7\x3f\x7e\x70\ \x66\x76\xce\xb1\x1d\xdd\x30\x7e\xea\x5d\xef\x52\x52\xda\xb6\x1d\ \x8b\x59\xd9\x6c\x9f\xeb\x7a\xc9\x64\x72\x60\x60\xa0\x52\x29\x2f\ \x2c\x2c\xb6\x5a\xad\x56\xab\x25\x84\xd8\xbd\x7b\x77\x26\x93\xd9\ \xb8\x71\x63\xe0\x76\x69\x9a\x96\xc9\x64\x1d\xc7\x15\x42\x10\xd1\ \x8d\x37\xde\xd8\x6a\xb5\x9e\x7d\xf6\xd9\xf5\xeb\xd7\x03\x40\x3c\ \x1e\x3f\x7e\xec\x78\xb3\x5e\xcb\xf4\x65\x14\xf9\x08\x30\x3c\x30\ \x74\xf4\xe8\x91\xa8\x65\xe5\xf3\xb9\x52\xb1\x50\xcc\xe7\x7c\xdf\ \x47\xbc\x90\xcd\x62\x0c\xcd\x88\xde\x6a\x35\x11\x98\xef\x79\xbe\ \xef\xb6\x9a\xcd\x52\xb9\xb8\xb0\xb0\x58\xcc\x17\xa2\xd1\xc8\xd0\ \xd0\xd0\xf8\xf8\x44\x2c\x9e\xf4\x7d\xe9\xb8\x5e\x2e\x5f\x3c\x33\ \x35\x3d\x77\x76\xde\x71\x3d\xa9\xc8\x30\xa3\x42\x68\xd9\x6c\x66\ \x6e\x76\xba\x90\x5f\x8c\xc5\x2c\x20\x8a\x98\x66\x24\x12\xa9\x55\ \x6b\xd5\x72\x29\x48\xe7\x01\x40\x32\x1e\x4f\xa7\x52\xf9\x5c\xbe\ \x56\xad\x24\x13\xf1\x54\x32\xd6\x6c\xd5\x8b\xa5\x5c\x32\x99\x6c\ \x36\xea\x9e\xdd\xb2\x9b\xcd\x52\xb1\x50\x2a\x95\x46\xc7\xc6\x47\ \x47\xc7\x0c\x33\xe2\x79\x7e\xd4\xb2\x80\xf1\x68\x2c\x9e\xc9\x0e\ \x64\x32\xfd\x66\xd4\x32\xcc\x88\xae\x9b\x42\x18\x42\xe8\xba\x6e\ \x5a\x56\x74\xe3\xa6\xcd\xeb\xd6\xad\x3b\x79\xe2\x04\x10\x69\x9a\ \xa8\xd7\xab\x9c\xc1\xdc\xec\xf4\xc1\x17\x5f\x28\x16\xf3\xbe\x52\ \x9c\x6b\x8c\x31\xdf\xf7\xc8\x77\xec\x66\xc3\xf7\xbc\x85\xb9\x79\ \xcb\x8a\xa6\xd2\x7d\x96\x65\x19\x86\x9e\x48\x24\x33\x7d\xe9\xb5\ \x6b\xc6\x8f\x1f\x39\xda\x68\x36\x72\xb9\x5c\x21\x9f\xe3\x82\x03\ \x50\x2e\x97\x0b\x66\x8e\x55\x2a\x95\x48\x24\x52\x28\x14\xd2\xe9\ \xb4\xeb\xba\x0b\x0b\x8b\x3b\x76\xec\xb0\xac\xd8\x85\xcd\x0c\x25\ \x22\xd3\x34\x7c\xcf\x6d\xb6\x9a\x8d\x7a\x53\x70\x5d\x4a\x2a\x16\ \x4b\x0b\x8b\x8b\xa5\x72\xb1\xaf\x2f\xb5\x66\x62\xcd\xc6\x4d\x9b\ \xfa\x32\x7d\xe5\x7a\xad\x54\xad\xe5\x4b\xc5\xfd\x07\x4e\x1c\x3a\ \x72\xbc\x54\xa9\x2a\x40\xd3\xd2\xa2\x56\x64\xd3\xfa\xb5\x3a\x67\ \x4f\x3e\xfe\x88\x15\x31\x3c\xcf\x46\x50\xd9\x6c\xda\x93\xee\xcc\ \xcc\x54\xb3\xd5\x50\x4a\x71\xce\x34\xce\x37\x6c\x58\xa7\x69\x7c\ \xff\xbe\x7d\xbe\xe7\xed\xd8\xb1\x3d\x16\xb3\x4e\x9f\x3a\x05\x20\ \x0d\xc1\xcb\xc5\x9c\xdd\xaa\xbb\x4e\x6b\x7e\x7e\xce\xf7\xbc\xad\ \x5b\xb7\x0e\x0d\x0d\x93\x52\x52\xca\x58\x2c\x4a\x24\x37\x6c\x58\ \x67\x59\xd1\x64\x32\xc1\x39\xea\x3a\x37\x0c\x8d\x73\x2d\x6a\x45\ \xb2\xfd\x99\x2d\x9b\x37\x5f\x7f\xed\xb5\x8f\x3f\xfe\x78\xbe\x90\ \x9b\x58\x3b\xb1\xb8\xb0\x00\x00\x9e\xeb\x9e\x38\x7a\x7c\x76\x7a\ \x9a\x48\xd5\xea\x75\xcb\x8a\x11\xf1\x56\xc3\xf1\x1c\xdb\xd0\xd9\ \xec\xec\xa4\x6d\x37\x33\xfd\x03\xe9\xbe\x81\x64\x32\xdd\x97\x4e\ \x67\x33\x99\x78\x3c\x3e\x33\x33\x33\x39\x39\xb9\x7f\xff\xfe\xa3\ \x47\x8f\xce\xcf\xcf\xa5\x53\xa9\xd3\xa7\x4f\x2f\x2c\x2c\x0c\x0d\ \x0d\xd5\xeb\x75\xc3\x30\x3c\xcf\x2b\x16\x8b\x3b\x77\xee\x7c\xe8\ \xa1\x87\xf6\xec\xd9\x73\xe7\x9d\x77\x92\x52\xf0\x7a\xa8\x2d\x06\ \x55\x74\x53\x17\xdb\xb7\x6d\x6c\x34\x9a\xcd\x66\x6b\x71\xf1\xec\ \x40\xb6\xcf\xd4\x35\xdf\x97\x41\x81\xb7\xd9\xa8\xd5\x9b\x35\x86\ \xc0\x90\x66\xa6\xa7\x12\xc9\x64\x7f\x7f\xff\xa6\x4d\x1b\x8c\x48\ \xa4\x5c\xa9\xf4\xf5\xa5\xc6\x26\xd6\x02\x6a\xad\x66\x7d\xff\x0b\ \x2f\x5c\x73\xf3\xad\x71\xcb\x8a\x18\xba\x15\x31\x18\x90\x63\xdb\ \xf1\x78\x02\x89\x06\x07\x07\xc7\xc7\xc6\x80\x6b\xb9\x5c\x2e\x1e\ \x4f\xd4\x1b\xf5\xb8\x15\x9b\x58\xb3\x46\x29\x79\xec\xd8\xb1\x58\ \x2c\x36\x38\x38\xc8\x18\x8e\x8e\x8e\xcc\xce\x9e\xb5\xed\x66\x24\ \x12\x6d\x36\x5b\x8d\x46\xc3\x77\xe0\xe8\xd1\xe3\xa9\x04\x27\xa5\ \x74\x4d\xf8\xae\xfb\xfc\x33\xcf\x44\x92\x03\x53\x93\x53\xef\xb9\ \xeb\x7d\xb3\xf3\x73\x0f\x3f\xf2\xf0\xd4\xe4\xe4\xf1\xe3\x83\xe5\ \x72\xd9\x34\x4d\xc3\x30\x2a\x95\x5a\x66\x60\x78\x62\x62\xc2\xf3\ \xa1\x56\xab\x07\xe1\x7a\x32\x99\xac\xd5\x6a\xc3\xc3\xc3\xf9\x7c\ \xbe\x54\x2a\x35\x9b\xcd\x7c\x3e\xbf\x66\xcd\x9a\x48\xc4\x3c\x79\ \xf2\x24\x63\x6c\x70\x70\x70\x68\x68\x68\x70\x70\xf0\x6b\x5f\xfb\ \xda\x3b\xde\xf1\x8e\x7c\x3e\x2f\xa5\x2c\x16\x0b\xf1\x64\x22\x95\ \x4a\xe4\x16\x73\x85\x52\xe9\xd4\xa9\x33\xa5\x42\x71\xff\xbe\x17\ \x4c\xd3\xec\xcf\x0e\x98\x66\x44\xe3\x48\xed\x2a\xf9\x2b\xb6\x19\ \xe5\x72\x19\x11\x52\xa9\x58\xce\x69\xd9\xb6\x3d\x7f\x76\xce\x88\ \xc4\x3d\x1f\x24\xd3\x5a\x9e\x9f\xee\xcb\xac\x5f\xb7\x01\xb8\x60\ \x5c\x34\x6d\x87\x09\xcd\xb2\xa2\x4a\x7a\xae\xeb\x34\x6a\x35\x06\ \xaa\x90\xcf\x39\xb6\x1d\x35\xa3\xf9\x5c\x7e\xdd\x7a\x3f\x9d\x4a\ \xbb\xbe\xdf\x6a\x35\x46\x47\x87\x89\xc8\x30\x0c\xa5\x24\xe7\x80\ \xba\x96\x49\xa7\x1a\xf5\xda\xcc\xd4\xd4\xc8\xf8\x78\xb9\xd6\x44\ \x61\x3a\xae\x17\x31\x62\x76\xb3\xc1\x10\x32\xa9\xf4\xec\xe4\xa9\ \x52\xb1\x78\xdb\xbb\x6e\x1f\x1a\x1a\x64\x8c\xb9\x9e\x67\x3b\x6e\ \x22\x99\x30\xa3\xd1\x00\x16\xa3\x9b\x06\x22\xea\x4a\x22\xb2\x7a\ \xb3\xb1\x90\xcf\x09\xae\x9b\x66\xc4\x8c\x98\xe3\xe3\x6b\x8a\x0b\ \x0b\x8c\xf1\x46\xbd\x3e\x3d\x35\x79\xf0\xe8\xb1\x52\xa3\x3c\xb1\ \x66\x6d\xa5\xd0\xd0\x75\x03\x01\x48\xfa\x56\x24\x22\x50\x35\x5a\ \x75\x25\xfd\xc1\xc1\xa1\x4c\x26\x4b\xa4\x04\x67\x31\x2b\x32\x3c\ \x38\xe4\x3a\x8e\xa6\x6b\x31\xcb\x2a\x14\x72\x1b\xd6\xaf\x4d\x58\ \xd1\xa2\xe0\xb1\x44\x4c\x91\x9f\x2f\x2c\x9a\x11\x5d\x29\x55\x28\ \xe6\xd7\xae\x9d\x38\x72\xe4\x68\x24\x6a\xc4\x93\x31\xa9\xfc\x0b\ \x4b\x2e\x22\x62\xa5\x5a\x9e\x99\x9d\x19\x19\x1e\x9e\x51\x4e\xb9\ \x5c\x39\x78\xf0\x70\xcb\x16\x11\x2b\x75\xf4\xc4\xc9\x64\x26\x31\ \xbe\x76\xcd\xc6\x8d\xdb\x46\x47\xc6\x15\x49\xc7\xb1\x17\x17\x17\ \x53\xe9\x94\xef\xfb\xae\xeb\x97\xcb\x65\xa9\xfc\xdc\xdc\xfc\x99\ \x13\x27\xfa\xfa\xd2\x44\xea\xf0\xa1\x43\x7b\xae\xdb\xd3\xb2\x5b\ \xb5\x5a\x5d\xd7\x44\x7f\xb6\x2f\x99\x8a\x2b\x89\xbe\xe7\x33\x84\ \x81\x6c\x56\x7a\xde\xb1\x63\x47\x6b\x8d\x6a\x3e\x57\xf0\x7c\x6a\ \x34\x5b\x42\xd7\x3d\xc7\x16\x88\xa6\x6e\x70\x06\x87\x0e\xbe\x38\ \xbe\x66\xfc\x5d\xef\x7a\x57\xa3\xd9\x88\x5a\xd6\xe2\x62\x6e\x60\ \x60\x60\x78\x64\x38\x1a\x8d\xa6\xd2\x49\x64\xa0\x09\x4d\x37\xb4\ \x00\xb7\x51\x2a\x57\x0a\x85\x72\x36\xdb\x1f\x31\xcd\xdd\xbb\x76\ \x4d\x9f\x3e\x26\x18\x67\x88\x27\x8e\x1d\xaf\x36\xbd\xc7\xf6\x3e\ \x3f\xbe\x76\x23\x1f\x1a\x54\xa0\x18\xe7\x00\x82\x03\x4f\xc5\xe3\ \xb3\x33\xa7\x5b\xad\x4a\x24\x62\x6c\xdb\xba\xdd\xf7\xc1\x97\x7e\ \x22\x9e\xb8\xee\xfa\xeb\x1f\x7e\xf8\x61\xa5\x54\x3a\x9d\x2e\x95\ \x4a\x95\x4a\xa5\xbf\x7f\xa0\x52\xa9\x25\x12\x09\x29\x65\xb9\x5c\ \x2e\x97\xcb\xd9\x6c\xf6\xc5\x17\x5f\x4c\x26\x93\xb9\x5c\xee\xe0\ \xc1\x83\x1f\xb9\xfb\x6e\xcf\x75\x49\xa3\x97\xae\x47\xbd\x4a\x3e\ \x17\x29\x15\x8b\x59\x56\xc4\xe0\x20\x51\x29\xbb\x51\x63\xa0\x62\ \x51\x53\x20\xe8\x82\x47\x0c\xae\x0b\x36\x32\x32\xb4\x76\x62\x62\ \x74\x64\x54\x7a\x7e\xb3\x56\xdf\xb1\x6d\x9b\x65\x59\x41\x6d\x5e\ \xe3\x3c\xdb\x3f\x78\xdd\x75\x37\x65\x07\x86\xa4\x54\x73\xb3\xb3\ \x56\x24\x02\xd2\x5b\x9c\x9b\x6d\x35\x9a\xe3\x63\xe3\xba\xa6\x11\ \x51\x7f\x26\xbb\x71\xc3\x86\x6c\x36\x3b\x3a\x32\x9a\xe9\xeb\x9b\ \x9c\x9c\x6c\xd4\xea\xcd\x46\xf3\xb1\x47\x1f\x7d\xec\xd1\x47\x5b\ \xad\x96\x52\xaa\x5e\xaf\x1f\x3f\x7e\xbc\xd9\xb4\xa3\xd1\xa8\x6d\ \xbb\x95\x4a\xf5\xe4\xc9\x93\x27\x4f\x9e\x2c\x57\xaa\x52\xd1\xb1\ \x63\xc7\x53\xc9\x94\xef\x38\x51\x43\xcf\xe5\x16\x4f\x9d\x38\xb1\ \x7f\xff\xbe\xa9\xa9\x99\xb3\x0b\xb9\xc3\x87\x0f\x1f\x3c\x74\xd0\ \x71\x1c\xdf\xf7\x35\x4d\xab\xd5\xea\x80\x48\x44\xd1\x68\x74\x6a\ \x6a\xaa\x51\xaf\x6f\xd8\xb0\x61\xcb\x96\x2d\x88\x38\x33\x33\x73\ \xfa\xf4\xe9\x7a\xbd\x3e\x31\x31\x91\xc9\x64\x1c\xc7\x71\x5d\x97\ \x31\x96\x4e\xa7\xf3\xf9\x7c\xa3\xd1\xa8\xd5\x6a\x23\x23\x23\xcf\ \x3d\xf7\xdc\xde\xbd\x7b\x5d\xd7\x2d\x95\x4a\x93\x93\x67\x36\x6e\ \x58\xbf\x6e\xed\xc4\xf4\xf4\xd4\x63\x8f\x3d\xea\xba\x76\x2a\x99\ \xa8\x96\xcb\x23\xc3\x23\x5c\xe3\x07\x0e\xec\xaf\xd5\x6a\x9c\xf1\ \x0b\xb3\x19\xf3\xf3\x73\x42\x70\x5d\xd7\x25\xc9\xa0\x6c\x57\xab\ \x55\x5d\xd7\x21\x50\x8e\xe3\xd8\xad\xe6\xd9\x85\xf9\xd9\xa9\xc9\ \x5a\xad\xe6\xfb\x2e\x29\x5f\x13\x2c\x66\x59\x9e\xeb\xdb\xad\xc6\ \xe9\x53\x27\x4b\x85\x62\xa5\x5c\x2e\x16\x0b\xa4\xfc\xd3\xa7\x4f\ \x4a\xe9\x2b\x5f\xc6\xa3\x56\x3c\x16\x35\x74\x9d\x33\xc6\x10\x9b\ \x8d\x06\x10\x24\x93\x49\xe9\x7b\x67\xce\x9c\x76\x1d\x47\x70\xe6\ \x7b\xf6\xdc\xec\xd4\xf4\xe4\xa9\x72\xbe\x90\x5f\x58\xc8\x2d\x2e\ \xcc\xcd\xce\x06\x33\xd6\xf3\x85\xa2\xeb\x7a\xd9\xec\x80\xf4\x95\ \xa6\x99\x7d\xe9\x4c\x36\x3b\x10\x8d\x58\x4a\x01\x67\xc2\x30\x22\ \x4a\x81\xeb\xfa\xc9\x44\x1a\x99\x68\x34\x1b\x86\x19\x19\x1f\x1f\ \x4f\xf7\xa5\x0c\xc1\x67\xa7\x67\x16\xe6\xe7\x3d\xc7\x1e\x19\x1c\ \x88\x5b\x91\xb3\x67\x17\x1c\xd7\xd5\x34\x4d\xfa\x5e\xab\x51\x8b\ \xe8\x1a\x90\xb4\x9d\x66\x26\x9b\x41\x86\x8e\xeb\xd6\xeb\x35\xd7\ \x76\xaa\x95\xca\xe4\x99\xc9\xb5\x6b\x26\x5c\xd7\xce\x2f\x2e\x22\ \x92\xeb\x39\x11\xc3\x5c\x33\x3e\x1e\x8d\x46\xa5\xf4\x1d\xc7\xc9\ \xe7\x73\x52\xfa\x8d\x46\xa3\xd9\xac\x6f\xd8\xb0\x41\x49\xff\x82\ \x67\xbf\x6a\x9a\x76\xfc\xf8\xf1\xd9\x99\x99\xa8\x15\x31\x4d\x43\ \x29\x02\xc0\xe9\xe9\x99\x66\xb3\x39\x34\x34\x14\x8f\xc7\xf3\xb9\ \x5c\xb5\x54\x9d\x9b\x9e\x3d\x7e\xe4\x98\xef\x78\xe4\x2b\x54\x98\ \x88\x25\x50\x51\xab\xd9\x9a\x9b\x9a\x3b\x74\xe8\x90\xed\xba\x4f\ \x3d\xfb\xac\x95\x48\x1c\x39\x7e\xac\x52\xad\x18\x86\xce\x38\x1b\ \x18\xe8\xef\xcb\x66\xa5\x24\xc3\x30\x6c\xbb\x25\x7d\x37\x19\x8f\ \xa7\xd3\xe9\xc3\x87\x0e\x2f\xce\x9f\x2d\x97\x4a\xcd\x66\xbd\x52\ \x2e\xcf\xcd\xcc\x1c\x3d\x7c\x68\x7a\xea\x74\xad\x5c\x9c\x3a\x73\ \x7a\x6e\x6e\x36\xb0\x16\xb6\xed\x44\x22\x96\x10\x82\x80\x12\x89\ \x44\x2a\x95\x48\x24\x12\x88\xc8\x18\x32\x86\x5c\x88\x56\xab\xe9\ \x38\xee\xc8\xe8\xf0\xc2\xd9\x05\x21\x44\x26\x9d\xde\xbe\x75\x1b\ \x02\x48\xcf\x9f\x99\x9a\x3e\x73\xfa\x8c\x10\x62\xed\xc4\xda\x63\ \xc7\x8f\x95\xab\x65\x00\xa6\x7c\x72\x6d\xb7\x51\xaf\xf5\xa5\xe3\ \xb9\xfc\xdc\xf8\xf8\xc8\xe8\xd8\x1a\x45\xdc\xf7\x65\x21\x9f\x07\ \x80\x23\x47\x8e\x0c\x0d\x0d\x11\xd1\x53\x4f\x3d\x65\x9a\xa6\x65\ \x59\xba\xa6\x0d\x0f\x0f\x6f\xde\xbc\xb9\x56\xab\x05\x7e\xee\xfe\ \xfd\xfb\x07\x06\x06\x1e\x7c\xf0\xc1\xcd\x9b\x37\xc7\xac\x58\x80\ \x22\x7a\x7d\x60\xe8\x11\x7d\xd7\xd5\x39\xab\x56\x6a\x33\x53\xa7\ \xe7\x67\xa7\xfa\xfb\xd2\xa6\xce\x49\x11\x28\x85\x00\x0c\x41\x70\ \x96\xc9\x64\x92\xc9\x78\x3a\x9d\x2e\x14\x0a\x0f\x3c\xf0\x83\x7a\ \xad\xea\x39\xae\xf4\xbd\x68\xc4\x8c\xc7\x12\x6b\xd7\xad\xbf\xe9\ \xa6\x9b\x01\xa0\x54\x29\x1d\xdc\xbf\xcf\xb3\xed\x7a\xad\xd6\xa8\ \xd7\xda\xd8\x4a\xa5\x12\x89\xc4\xec\xcc\x6c\x34\x12\xb1\x5b\xad\ \x88\x61\x9e\x3e\x75\xea\xa1\x07\x1f\x9c\x9c\x9a\x3a\x73\xfa\xf4\ \xb3\xcf\x3c\x7b\xf0\xe0\xc1\xc3\x87\x0f\xcf\xcd\xcd\x69\x9a\x7e\ \xf6\xec\x82\x6d\xdb\x01\x6a\x2e\x9d\x4e\x09\xa1\x79\x52\x6d\xdd\ \xba\x6d\x64\x64\x64\x64\x68\x28\x11\xb7\x04\xc0\xf8\xe8\x68\xb3\ \xd1\x58\x3b\xb1\x76\x78\x64\x64\x70\x60\xf0\xc8\xe1\xa3\x43\x43\ \x43\xae\xe7\x19\x86\x41\x44\x9c\xb3\x56\xb3\xc9\x39\x7f\xe2\x89\ \x27\xa6\xa6\xa7\x77\xee\xdc\x39\x36\x36\x96\x4c\x26\x83\x1c\x64\ \x34\x1a\x8d\xc5\x62\x8d\x46\xc3\x71\x1c\x21\x44\xab\xd5\x62\x8c\ \xf9\xbe\x6f\x18\x46\xf0\xf4\xf7\xbf\xff\xfd\xad\x56\x6b\xef\xde\ \xbd\xba\xae\xe7\x72\xb9\xa3\x47\x8f\xc5\xa2\xd1\x17\x9e\x7f\xee\ \xc8\xd1\xc3\x89\x78\x7c\x6c\x74\x64\xd7\xae\x9d\x85\x7c\xae\x58\ \xc8\x9f\x9d\x9b\x33\x0d\x33\x38\x6a\x17\xb6\xf6\x8e\xe3\xc4\x62\ \x31\x11\xe0\x51\x91\xb2\xfd\x19\xc3\xfc\x9f\xcc\xbd\x57\x93\x66\ \xc9\x79\xe7\x97\x27\x33\x8f\x77\xaf\x37\xe5\x7d\xbb\xea\x9e\xe9\ \x1e\x8c\x07\x40\x00\x04\x44\x2c\xc9\xa5\x62\x43\x24\x01\xe2\x62\ \x57\x37\x92\xbe\x0f\x6f\x74\xc1\x0d\x6e\x28\x96\x2b\x06\x43\x86\ \x5c\x50\x4b\x12\x03\x12\x20\x81\x31\xdd\x3d\xd3\xd3\xb6\xaa\xba\ \xcb\xd7\xeb\xed\xf1\xfe\x9c\xcc\xd4\xc5\x0b\xf1\x12\x0c\xb6\x22\ \x40\x7e\x84\xca\x3a\x6f\x9a\xe7\xf9\xfd\x7f\x8f\x98\x66\x09\x65\ \xb4\xc8\xb3\x5e\xaf\xd3\xef\x5e\x65\x59\xe2\xbb\x36\x23\x45\xe0\ \xb9\x57\x67\xe7\x24\xcf\x64\x91\x4f\xe2\xd0\x73\x2d\xc6\xc8\xce\ \xce\x76\xc9\x34\xb2\x34\xcd\xd3\xf4\xe5\xcb\xc3\xc1\xb0\xef\xb8\ \xce\x70\x30\x50\x55\x05\x00\x40\x29\x9b\x4f\xad\xd1\x70\xc4\x18\ \x93\x25\xd9\x9a\xcf\x19\x25\x81\xef\x56\x6b\x65\x4a\x72\xd7\xb6\ \x68\x9e\xd1\x82\x20\x0e\x4e\x26\x63\x4d\xd1\x66\x53\x6b\x3c\x9a\ \xf2\xbc\x80\x10\xe2\x79\x41\x10\x45\x84\x79\x06\x38\x9e\x17\x44\ \x51\x12\x04\x91\x52\x20\xf0\x82\x61\x96\x28\xa3\x84\x14\xb5\x7a\ \xdd\x2c\x95\x4a\x25\xd3\x2c\x99\x61\xe0\x0f\xfa\xdd\xf1\x78\x78\ \x7d\x6f\xf7\xee\x9d\xdb\x8a\x24\x22\x8c\x9a\xcd\x66\x1c\x87\xb4\ \xc8\x07\xfd\xee\xab\x97\x87\x2f\x8f\x8e\x78\x84\x78\x84\xfa\x83\ \xe1\xc5\xf9\x85\xeb\xd8\xf3\xd9\x4c\x92\xc4\x3c\xcf\x0b\x92\xdf\ \xde\xdf\x4f\xd3\xe4\xe2\xfc\xcc\x75\xdc\x38\x0a\xea\xf5\xaa\x28\ \x0a\x8c\x51\x42\x8a\xf9\x7c\x5e\xa9\x94\x5f\xbe\x3c\xd2\x34\xad\ \x56\xab\x7a\x9e\x3f\x9d\xce\x5e\x7b\x72\x35\x29\x0a\x0e\x82\xdb\ \xfb\xb7\x5d\x2f\x00\x00\x56\x2a\xd5\x7a\xbd\xde\xef\x0f\x06\x83\ \xfe\xd5\xd5\xc5\x64\x32\xfa\xbb\x1f\xff\xed\xd5\xc5\xa5\xef\x78\ \xd3\xf1\x14\x73\xe8\xe5\xc1\xd1\x6c\x34\x91\x45\x19\x14\x74\xd4\ \x1f\xce\x2d\x07\x4a\xe2\xad\xbb\x6f\x76\x47\x23\x2c\x4a\xcf\x5e\ \x1c\x1e\xbc\x3c\x1e\x0c\x46\xd3\xa9\x95\x26\x29\x8f\x51\xe0\x07\ \xf6\x7c\xde\xe9\x5c\xcd\x67\xb3\x5a\xad\xe6\xb9\xae\x63\x5b\x8c\ \xb1\x66\xbd\x41\x48\x7e\x76\x76\xe2\xbb\x56\x1a\x87\x9e\xeb\xbc\ \x7a\xf5\x8a\x14\x85\x65\x59\x7f\xff\xf7\x7f\xdf\xe9\x74\x04\x49\ \x50\x74\x1d\x42\x88\x31\xa6\x94\x51\x4a\x79\x9e\x07\x00\x20\x04\ \x8b\xa2\xc0\x98\x37\x0c\x63\x34\x1c\xca\x92\xa0\xa9\x6a\xb5\x5a\ \x5b\x5f\x5f\xf3\x5c\xef\xe8\xf0\xf0\xc1\xc3\x07\xd5\x4a\xe5\x5b\ \xdf\xfa\xe6\xde\xde\xee\x64\x36\x69\xb6\x9b\x1c\xc7\x07\x5e\x6a\ \x59\xf6\x67\x9f\x7c\x72\x78\xf8\xac\xdb\xbd\xa8\x54\x4b\x17\x57\ \x9d\xc7\x4f\x9f\x5f\x76\x3a\x17\x17\x17\xd3\xe9\x74\x3a\x9d\x4e\ \x26\x93\xdf\xfe\xed\xdf\xde\xdf\xdf\xff\xe8\xa3\x8f\x7a\xbd\xde\ \xe3\x27\x8f\xb7\xb7\xb7\xcb\xe5\xb2\xc0\x0b\xc3\xe1\xd0\xb2\x2c\ \x59\x96\xb3\x2c\xbb\xba\xba\xfa\xce\x77\xbe\x83\x10\x7c\xfa\xec\ \x29\x21\xe4\x97\xcf\xb4\xfc\x55\xdd\xb9\x18\x93\x64\xd1\xb5\xe7\ \x17\x67\x27\xc3\x41\x7f\x6d\x65\xa5\x5e\xab\x0a\x18\x61\x0e\x30\ \x92\xa7\x71\x54\xe4\x59\x9e\x65\x59\x96\x0a\x02\x7f\xef\xee\x1b\ \xd5\x6a\x99\x14\xf9\xe1\xc1\x8b\x27\x4f\xbe\xf4\x7d\x2f\x08\x7c\ \x42\x48\x92\x13\xb3\x54\x01\x80\x9b\x8d\x27\xa3\xc1\x40\xc0\x28\ \x0a\x02\x45\x92\xa2\x20\x24\x39\x61\x84\xca\x92\x24\x49\xd2\x7c\ \x36\x2b\x8a\xe2\xa3\x8f\x3e\xc2\x10\xad\xae\xae\xe6\x49\x52\xa9\ \x54\x6a\xf5\xda\xce\xee\xae\xe3\xba\x0f\x1f\x3e\x7c\xf0\xe0\x81\ \xe3\x38\xaa\xaa\xb6\xdb\x4d\xc3\x30\x76\x77\x36\xee\xdd\x7b\xb3\ \xd9\xa8\x59\x73\x6b\x32\x99\x5c\x5d\x5d\x64\x59\x0a\x39\xa0\xc9\ \xb2\x2a\xc9\x3b\x5b\xbb\xc3\xc1\xa8\x37\x1c\x1e\x1c\x1e\xdc\xb8\ \x7e\xa3\xd5\x6c\x31\xc6\xe2\x24\x95\x24\x09\x21\x94\xa5\xd9\x17\ \x8f\xbe\x58\x5e\x5e\xde\xd9\xd9\xd9\xde\xde\x1e\x0e\x07\x8c\xb1\ \x56\xab\x95\xa6\x29\x21\x24\x8e\xe3\x8b\x8b\x8b\x7e\xbf\xef\x38\ \x4e\xb7\xdb\x5d\x14\x1d\xf3\x3c\x4f\x92\x64\x7f\x7f\x7f\x67\x67\ \xe7\xfc\xec\xc4\xf7\xfd\x87\x0f\x1f\xbe\x7a\xf5\x52\xd7\xf5\xe1\ \x70\x18\x05\x7e\x9a\x44\x2f\x5e\x1c\x9c\x9d\x9e\x3a\xb6\xcd\x28\ \xd5\x55\xed\xce\x9d\x3b\xba\xae\x53\xf2\xcf\xe7\x21\x17\xd4\x19\ \xa3\x00\xb0\x24\x8e\x16\xa0\x76\xb9\x5c\x2a\x95\x4c\x5d\xd7\x2b\ \xe5\xb2\xaa\x69\x08\x70\x80\x14\x69\x1c\xd9\xf3\x09\x20\x05\x20\ \x44\x95\x25\xcf\x9e\xf7\xba\x17\x9d\xcb\x0b\x5d\x51\xf6\x76\x76\ \x96\xdb\x6d\x8e\x31\x4a\x59\xb5\x52\x9d\x4f\x66\x8e\x6d\xcb\x92\ \xa8\xab\x5a\x9e\x65\x9a\xae\x99\xba\x89\x11\x9e\x4e\x27\x59\x92\ \x1a\xa6\x91\xa5\xa9\xeb\x3a\x94\xd1\x67\xcf\x9e\xfa\xbe\x57\xad\ \x94\x15\x59\x6e\x35\x1b\x9a\x22\x7b\x8e\xb3\xb1\xb1\xf1\xed\x6f\ \x7f\xfb\xee\x9b\x6f\x16\x84\x01\x0e\x0a\xa2\xc8\x00\x40\x18\x21\ \x8c\x04\x49\xc4\x3c\x26\x8c\x8a\x92\xc8\x8b\x02\x65\x54\xd5\xb4\ \x46\xab\xa5\x28\xfa\x62\xc7\x47\x10\x61\x8c\x77\xb6\xb7\xb6\x37\ \x37\xb3\x2c\x66\x80\x04\xbe\xb7\xb6\xba\x86\x31\xe6\x18\xe3\x11\ \x5c\x5e\x6a\x57\x2b\xe5\xf1\x70\x88\x21\xb2\xac\xb9\xef\x7b\x92\ \x24\x02\x4a\x39\x0e\x34\x1a\x8d\xf9\x7c\x72\x79\x79\xe1\xda\x0e\ \x60\xec\xc9\xa3\x2f\xf3\x3c\x35\x0c\x83\x52\x5a\x14\x84\x10\x9a\ \x65\x59\x92\xa6\xbe\xef\xcf\xe7\xf3\x8d\x8d\x8d\xc9\x64\x12\x04\ \xfe\xeb\x33\x40\x10\xba\x9e\x83\x31\x9a\xcd\xe7\xaa\xa2\x90\x82\ \x6a\xaa\x7e\xf3\xe6\xfe\xc6\xfa\xe6\xd2\xd2\xf2\xe6\xe6\x86\x28\ \xf2\xbe\xeb\x06\x7e\x38\x1a\x8e\x5c\xdb\xa6\x84\x0a\xbc\x98\x44\ \xc9\xa0\xd7\x3f\x78\xf1\xc2\x75\xec\xd5\x8d\xf5\xbb\xef\xbd\xbb\ \xb1\xb3\x33\xb3\xed\x4a\xad\xde\x1d\x0c\x9f\x3f\x3f\x44\x3c\x5f\ \xe4\x04\x52\x24\xf2\x62\xb3\x66\x96\x4c\xc3\xf3\xbc\xe1\x60\x50\ \x2b\x97\x21\xc7\xce\xce\x4e\x8b\x3c\x7f\xf1\xe2\xc5\xf1\xcb\x57\ \x92\x28\x35\xea\x75\x55\x91\x6f\x5c\xbf\x26\x08\xbc\xe7\x79\x7f\ \xf0\xfd\xef\xff\xfe\xef\xff\xde\xc6\xc6\x7a\x14\xc5\x8a\xac\x66\ \x59\x0a\x21\x43\x88\x43\x88\x83\x10\x70\x1c\x28\x8a\x82\xe7\xa1\ \x28\xe2\x2c\x4b\xaa\xd5\x4a\xab\xd5\x50\x14\x95\xc7\x18\x42\x88\ \x38\xae\x52\xa9\xbc\xf3\xce\x3b\x18\x21\x5d\xd5\x6c\xdb\x6e\xb6\ \x9a\x8b\x83\x9c\xe3\xb8\x92\x51\x5e\x5f\x5b\x3d\x3a\x7a\x1e\x04\ \xae\xed\xd8\x9e\x1b\xba\x76\x10\x47\xf1\xa2\xc8\xdb\x68\x34\x1e\ \x3c\x78\xf0\xa3\x1f\xfd\xa8\xd5\x6a\x7d\xfe\xf9\xe7\xfd\x7e\x5f\ \x96\x65\x84\x10\xc7\x71\xae\xe7\x0a\x82\xf0\xe4\xc9\x93\xbd\xbd\ \xbd\x3f\xfa\xa3\x3f\x5a\x5b\x5b\x73\x1c\xe7\xe4\xe4\xa4\xdf\xef\ \xff\x93\xb5\x91\x5f\x19\x43\x0f\xb3\x34\xf5\xdc\xd0\xb5\xed\x77\ \xdf\x7e\xa7\x52\x31\x21\x84\x1c\x60\x80\x03\x59\x9a\x04\x41\xa0\ \x6a\x8a\xc0\xcb\x92\xc0\x63\x8c\x2c\x6b\x5e\xab\x55\xaf\x5f\xbf\ \x1e\xc7\xf1\x65\xa7\x73\x74\x70\xb0\xbc\xb4\xc4\x57\xf9\x72\xc9\ \xac\xd7\x1a\xb5\x6a\xbd\x3f\xec\xcc\x67\x53\x46\xc9\xea\xca\xd2\ \xda\xf2\xf2\xff\xf6\xe9\xcf\x49\x51\x2c\x1e\x6e\x8d\x7a\x5d\x55\ \xd4\xff\xf3\xcf\xff\xab\xe3\x05\xbf\xfb\xbb\xbf\xf7\xe3\x1f\xfd\ \xcd\xb5\xf7\xde\x3b\x3a\x3c\x68\xb6\x1a\x6b\xab\xab\x4b\xed\x56\ \x92\xa4\x80\x31\xd3\x34\x01\x60\x79\x9e\x07\x41\x50\x14\x79\x14\ \x46\x61\xe4\x9f\x5d\x5e\xbc\x7c\x79\x2c\x4b\x8a\x35\x4a\x65\x5d\ \xd6\x34\x55\x55\x15\x59\x12\x4d\xc3\xb4\x3c\x57\x55\xd4\x95\x95\ \x15\x4d\xd7\x3c\xd7\xc3\x08\x92\xa2\xc0\x18\x19\xa6\xf1\xb5\xaf\ \x7d\xfd\xad\xaf\x7c\x25\x8c\xa2\x5e\xaf\xf3\xe1\x87\x1f\xce\x66\ \x33\x55\xd5\xc3\x30\x1c\x0c\x06\xa2\x28\x16\x45\x01\x21\x1c\x0e\ \x87\x8c\x51\x55\x55\xa3\x28\x7a\xf4\xc5\x17\x0c\x80\xeb\xd7\xaf\ \xbf\xff\xde\xfb\x9f\x3f\x7c\x98\x67\xf9\xf1\xf1\x31\x46\xd8\xb5\ \x9c\x4f\x7b\x9f\x4c\x27\x53\x5e\x14\x7d\x3f\x4a\x93\x64\x63\x6b\ \x6b\x34\x1a\x7c\xf8\xc1\x87\x24\xcb\x18\xcd\x10\xc7\xb1\x7f\xfe\ \xba\x53\xca\x38\x0e\x60\x8c\xa3\x38\x2e\x8a\x5c\x56\x24\x4d\xd5\ \x78\x81\xa6\x05\x53\x64\xa9\x55\xae\x6d\xae\xaf\x05\xae\x83\x31\ \x1f\xc4\x49\x18\x7a\x86\x61\x12\x9a\xa7\x49\x9e\xc6\x71\xbd\x52\ \x2e\x99\x86\xae\xeb\x82\x28\x00\x08\x74\x4d\xe1\x79\xb8\xbd\xbd\ \xcd\x38\xb8\x48\x6c\x8c\x86\x43\xa3\x54\x96\x04\x49\x10\x78\x55\ \xd5\x34\x09\x6f\x6d\x6d\x9d\xbc\x7a\x99\x24\x49\x63\x69\xe9\xe0\ \xd5\xab\x9d\xdd\xeb\xe5\x52\xa9\x48\xb2\x72\xc5\x1c\x8e\x06\x61\ \x18\xee\xec\x6c\xf3\x3c\x1e\x0c\x06\xa5\x6a\xab\xbd\xb2\xa1\xaa\ \xba\x2c\x4b\x08\xa1\x30\x0c\x31\xc6\x8b\x3e\xec\xe2\xf0\x67\x94\ \xca\xb2\x94\xa6\x05\x84\x20\xf0\xfd\x30\x0c\x39\x8e\x23\x94\xe6\ \x59\x56\x2e\x97\xae\x7a\xbd\x2c\x49\xac\xb9\xd5\xae\x6d\x06\x51\ \x77\x91\x5b\x92\x45\x41\x57\x65\x92\xa7\xa2\x26\x98\xa6\x19\x46\ \xf1\x8d\x1b\xfb\x3c\x0f\xe6\xb3\x79\xb3\x51\x3f\x7e\xf5\x12\x41\ \xb8\xb6\xb6\x32\x19\x8f\xee\x7f\xf6\x49\xb9\x52\x66\x80\x0d\x87\ \xc3\x6a\xa3\x29\x08\x42\x10\x04\x6b\x2b\xab\x67\x67\xa7\xfb\xb7\ \xf6\x55\x55\xf5\x7d\xbf\x52\xad\xd6\x6a\xb5\xd7\xab\xd0\x03\xc0\ \xa5\x69\x52\x2e\x9b\xf3\xf9\xd4\xb6\x6d\x59\x91\x9b\x8d\x56\xa5\ \x52\x21\x00\x41\x1e\xd6\x5a\xe5\xfd\xdb\xb7\xce\x8f\x7a\xcd\x66\ \xb3\xdf\xef\x33\x02\x00\xa5\x3c\xc2\x94\xd2\xf9\x78\x96\xc4\xf1\ \xda\xda\xba\x66\xea\x14\x70\x0c\x48\xda\x96\x56\x00\x00\x20\x00\ \x49\x44\x41\x54\xa1\x1c\x00\x59\xd7\x6f\xb7\xdb\x8e\x65\x45\x41\ \xb4\xb3\xb5\xe9\x3a\xbe\xe3\xba\xa6\xa1\x50\xca\x10\x46\x9a\x61\ \xdc\xb9\x73\xe7\xe1\x83\xfb\xd6\x7c\xfe\xfe\xfb\x1f\x9e\x9d\x5f\ \x32\xc0\x76\xb6\xb7\xf3\x22\x96\x05\x3e\xcb\xb2\xfb\x9f\x7c\xb2\ \xb2\xb4\xb4\xba\xba\x3a\x19\x4f\x46\x33\x6b\x67\xf7\x7a\xa9\x64\ \x0a\x18\x60\x8c\x29\xa5\x59\x96\xfd\x62\xd9\x31\xe4\x00\x97\x24\ \x29\x8f\xb1\x28\x88\x51\x90\xd0\x22\x4b\xd3\x8c\x51\xb0\x48\xfd\ \x18\xba\x1e\xc4\xc5\x70\x38\x8c\x33\x2a\xcb\x52\xc9\xd4\x11\x42\ \xaa\xa2\x32\xc6\xb6\xb7\xb7\x0e\x4f\x1e\x48\x92\xa4\x2a\x6a\xbf\ \x3f\xf8\xe0\x83\xdf\xdc\xda\x6d\xce\xe6\xe3\xbd\xbd\x6b\x83\xc1\ \xe0\xd3\x4f\x3f\xfd\xc1\x0f\x7e\x70\xff\xfe\xfd\x5e\xaf\x67\xd9\ \xd6\x1f\x7c\xff\x0f\x4e\x4e\x4f\x6e\x5c\x5e\xba\x8e\xdb\x6a\xb7\ \x4a\xa5\xb2\xe3\xb8\x95\x4a\xe5\x37\x7f\xf3\x37\x3d\xcf\x2b\x95\ \x4a\xab\xab\xab\x0b\xfa\xff\x5f\x7e\xe7\xc2\x18\x4d\xa6\xd3\x27\ \x4f\x0e\xef\xdd\xbb\x5b\xad\x95\x19\x60\x58\xe0\x17\x21\x38\x45\ \x51\x09\x61\x81\x1f\x69\x1a\x4a\x93\x30\x0a\xfc\x95\xa5\xd6\x93\ \xa7\x4f\x9b\xb5\x6a\xbf\xdf\x37\x35\xf9\xd6\xb5\x5d\x8c\x50\x9e\ \x84\x8f\x1e\x7e\xea\x38\x33\x59\xd5\x54\xd5\xf8\xbb\xbf\xfd\xbb\ \x9d\x9d\xeb\x4b\xcd\x46\x11\xba\x5f\x7e\x71\x9f\x02\xa6\xe8\x7a\ \xbd\xd5\xe2\x38\xee\xcb\x2f\x1f\x4d\x86\xfd\xdf\xfa\xed\xdf\xe6\ \x48\xb2\xd2\xae\x7b\xae\x75\x67\xff\x96\x61\x9a\xb2\xaa\x99\xa6\ \x19\xc5\xb1\xeb\xba\x92\x20\x21\x00\xad\xb9\x3d\x9d\x4e\xc3\x30\ \x9c\x4e\xa7\x82\x62\xd6\x5b\xcd\x3b\xf0\x9d\x3c\xdc\x6e\xd6\xdb\ \x0f\x3e\xfb\x39\xe0\x45\x24\x50\xd7\x9f\xdf\x50\x55\x01\x48\x1c\ \x45\x8a\xa4\x26\x61\x12\xf8\x11\x42\xa8\x28\x28\xe6\xf9\x4a\xb5\ \x7c\xe3\xd6\x1e\x44\xb4\x73\x75\xb5\xb7\xb7\x27\x8a\xe2\x64\x32\ \xf5\xdc\x53\x5d\xd7\x87\xbe\x4f\x8a\x42\x57\xd5\xd9\x74\x2a\x8a\ \x62\x18\x78\xae\x6d\xcd\xe7\x33\xdf\xf7\xdf\x7f\xff\x83\x6a\xd9\ \xfc\xce\xb7\xbf\xf9\x93\x9f\x7c\xf4\xe4\xf1\x93\xe7\x4f\x9f\xd4\ \x6a\x75\xca\xc8\xe9\xe9\x09\xe0\x38\x31\xcb\x4c\x5d\x47\x10\xd8\ \xb3\x49\xc0\xf3\x69\x1c\x4c\xc6\xc3\xa5\x66\x59\xd7\x15\x46\xd9\ \x3f\xf7\xaa\x0b\x00\x90\x04\x01\x71\x00\x01\x00\x28\x43\x10\x63\ \x8c\x09\x2d\x10\x46\x20\x4f\x45\xae\xe0\x05\x49\x6f\xb7\x1c\xd7\ \x33\x11\x2e\xb2\x24\x8d\x79\x55\xd3\xca\xa5\x0a\x6a\x34\x29\xc9\ \x8b\xa2\x48\x8a\x5c\x2a\x8a\xd6\xd2\xd2\xe5\xe5\xe5\x74\x36\xd9\ \xda\xde\x65\x94\x9b\x8d\xc7\xd3\xc9\x24\xcb\xd2\x28\x0c\x56\xd7\ \x37\xab\xad\x76\xb9\x5e\xcf\x53\x7f\x63\x34\x7c\xf2\xe4\x4b\x7b\ \x36\xd6\x65\xb1\x24\x4a\xad\x4a\x4d\xe0\x15\xb9\x5c\x81\xb0\x18\ \x8c\xbb\xaa\xa6\x5c\xbb\x76\x83\x52\x4c\x72\x1e\x21\x99\x12\x90\ \xa4\xa9\xa0\x4a\xb6\x35\x07\x00\xf0\x58\x81\x1c\x43\x90\x31\x5a\ \x08\x08\x20\x5d\xf2\x5d\x2f\xf4\xc3\x2c\x4d\x92\x38\x9d\x4e\x1d\ \xc0\x21\x0e\xa1\x38\x8f\xf3\x22\xa9\xd7\xab\xa4\x60\x79\xc1\x24\ \x85\x57\x35\x9d\x51\x81\xe3\xc8\x6c\xd2\xbf\x38\x3b\x84\x00\xdc\ \xbb\xfb\x5e\xa9\x5e\xef\x0e\x67\x5f\x3c\xfe\x7c\x65\xb9\xc5\x18\ \x68\x36\x9a\x2b\xab\xeb\x93\xe9\xec\xc3\x0f\xbe\xfe\x6f\x7e\xab\ \x1d\x84\x41\x12\x87\x9a\x69\x1a\xa5\x72\xb9\x54\x0b\x3c\x27\x70\ \x3d\x0e\xb0\xc8\xf7\xaf\xef\xee\x89\x98\xc7\x66\x99\x17\x52\xcc\ \x0b\xec\xb5\x22\xa3\x1c\x07\x18\x25\x8c\x52\xc8\xf1\x1c\xc0\xb2\ \xa4\x2c\xad\xb4\x04\x9e\x96\x4d\x31\x4a\x93\x9a\xa9\x23\xc6\xde\ \x79\xe7\xcd\xcb\xab\x9e\x61\xca\x08\x51\xdb\x9d\x6b\xba\x2e\xc8\ \xfa\x7a\x69\x7d\x7d\x6b\x3d\xcb\xb2\x38\x89\xd3\x20\x6c\x36\x9b\ \x2b\xcd\xd6\x64\x30\xe0\x97\x96\xb7\xb7\xb6\xa2\x30\xb8\xff\xd9\ \xe7\x9a\xa6\x32\xc6\xf8\xcd\x0d\x8c\xa4\xad\xbd\x37\xc2\xc8\xcf\ \x18\xd0\x2b\xe5\x93\xe3\x97\xa1\xf7\x61\x16\x7a\x5a\xb9\xae\x69\ \x06\xe6\x2b\x66\x49\xb7\x66\xc3\xc9\x7c\xf4\xc1\xfb\x5f\x6f\x34\ \xda\xcf\x5f\xbc\xac\x36\x5b\x84\x90\x38\x09\xa0\xa2\x04\x51\x1c\ \x47\xb1\x22\xcb\x08\x21\x49\x14\x00\xe5\xb2\xbc\x90\x78\x9e\x22\ \x6c\xcd\x5d\x84\x78\xcb\x76\xc6\xa3\xc9\x65\xaf\x6f\x94\xab\x69\ \x9e\x3b\x9e\x57\xad\x2f\xc9\xaa\x98\x4c\x5d\xc8\x40\xb5\xda\xa4\ \x84\x4b\xb3\xb0\x00\xe1\xcb\x93\x67\xdd\xce\xb0\x55\xbf\xfe\x1b\ \xdf\xfe\xbd\x7e\xdf\xbd\xff\xe0\x27\x19\xbd\xc3\x71\xac\x52\xa9\ \xbe\xf3\xce\xdb\x3f\xfc\xcb\xff\xca\x41\xf0\xbd\xef\xfd\x9e\x2c\ \x4b\x7f\xf8\x87\x7f\x98\xa6\x89\x69\x18\xad\x76\x53\x55\x95\xd3\ \xd3\x53\xcc\xc3\x83\xc3\xe7\x5f\xf9\xca\x5b\x49\x12\xb5\xda\xcd\ \x34\x49\x01\x07\xfe\xc9\xda\xc8\xaf\xe8\xb5\x08\x21\x74\x5d\x4f\ \x14\xe5\x5a\xad\x41\x08\x65\x80\xa3\x94\x02\xc0\x11\x4a\x09\x65\ \xb2\xa2\x08\xa2\x64\x59\x56\x1c\x87\xa6\xa1\x02\x46\xe2\xd0\xf7\ \x5c\x2b\xcf\xe2\xeb\xbb\x3b\x3b\x9b\x1b\xd7\x76\x77\xd6\x57\xdb\ \x18\x92\x30\xf4\x09\x63\x98\x17\x87\x83\x21\xcd\x52\x96\xc5\xa7\ \xc7\x87\xaf\x0e\x0f\x10\x8f\x82\x28\xda\xda\xda\x3e\x3c\x3c\x3c\ \x3c\x78\xfe\xfd\xef\xfd\x6e\x14\xb8\x86\x26\xf9\x9e\x4d\x8a\xec\ \xed\x77\xde\x32\x0c\xbd\x5e\xaf\x1b\x9a\xa1\x48\xb2\xa6\xa8\xfd\ \x6e\xef\xe5\xd1\x71\xb7\xd3\x7d\xf5\xf2\xd5\xc5\xf9\x45\xab\xd9\ \xba\x79\x73\x77\x63\x73\xf5\xd6\xfe\x9d\x7a\x73\x55\x37\x6a\x92\ \xa2\x26\x79\x84\x30\x71\xec\xf1\x7c\x3c\x3e\x7c\xf6\x82\x87\x7c\ \xa3\xd6\xea\x76\x7a\x81\x1f\x30\x06\x44\x49\xaa\x56\xab\xeb\x1b\ \xeb\x08\xc1\x28\x8d\xf2\x22\xcb\xf2\xac\xd3\xe9\x84\x61\x10\x04\ \xfe\xc5\xf9\x79\xa9\x54\x8a\x82\x20\x4b\x53\xcf\xf3\x10\x63\xbd\ \x4e\x27\xf0\xdd\x17\xcf\x9f\xad\xad\xae\xa8\x8a\xf4\xf0\xc1\x67\ \xd6\x7c\x56\x2d\x97\x30\x82\xd3\xd9\xd8\x34\x74\x49\x92\x6a\xb5\ \x9a\x69\x18\x92\x28\xea\x9a\x26\x8b\x42\x12\x85\x88\x03\x2f\x9e\ \x3d\xa5\x79\x4a\x48\xf1\xcb\xf1\x96\x5f\x42\x45\x68\xaa\x14\x47\ \x61\x18\x04\x92\x24\x2f\x6e\xe3\xb6\x3d\xb7\x67\xd3\xf9\x6c\x62\ \x4d\x47\xc3\x7e\x57\x96\xe5\x5a\xbd\xea\xba\xf6\xd9\xc9\x69\x18\ \x78\x18\xa1\x20\xf0\x39\x88\x34\xa3\xac\x1a\x26\x80\xb0\xdb\xef\ \x65\x79\x5e\x10\xe2\x79\x9e\x35\x9f\xf9\x9e\x53\x64\xb1\x35\x19\ \x8d\x7a\xdd\xd9\x64\x6c\xcd\xe7\x58\x10\x45\xc3\x94\x4b\xd5\xdd\ \x5b\xfb\xa5\x4a\xe9\xea\xf2\x74\x3e\x19\xd5\x4a\x26\x57\x50\xdb\ \xb2\x7b\xbd\xfe\x68\x34\x18\x0e\x3b\x95\x9a\x59\xa9\x56\xe3\x38\ \x7b\xe3\xcd\xb7\xf6\x6f\xbc\xa1\x2a\xfa\x52\xbb\xc5\x18\x89\xa2\ \x90\xc7\x50\x53\x64\x1e\x82\x3c\x4b\x48\x9e\x4a\x02\xa6\x59\x02\ \x48\x06\x01\xa1\x24\x03\x8c\x22\x88\xeb\xf5\x16\x87\x90\xa4\x48\ \xe5\x5a\x39\xc9\xe3\xcb\xcb\x8e\xa9\x1b\x1c\x62\xbe\x17\x40\x20\ \x72\x00\xf5\x7b\x97\x1f\x7f\xfc\xf7\x00\x00\x59\xd4\xc2\x20\xdb\ \xd8\x58\xad\x37\x2b\x8e\xe3\x78\x9e\x17\x27\xc9\xbb\xef\xbe\x3f\ \x9b\xdb\x41\x10\xd6\x1b\xcd\x37\xee\xbe\x39\x18\x0d\x1c\xc7\x69\ \x35\x97\x04\xc4\xfb\xae\x0f\x01\xd7\xef\x74\x96\x9a\xcd\xb2\xa1\ \x2b\xa2\x2c\x89\xb2\xa6\xe8\x92\x20\xbf\x1e\x46\x47\x08\x69\xd4\ \x1b\xf5\x5a\x6d\x3c\x9c\x10\x02\x2c\xcb\x79\xf8\xf9\x83\xe7\x2f\ \x1e\x8f\x06\x97\xe3\x61\xa7\xd7\xb9\xec\x5c\x9c\x07\x81\x7d\xe3\ \xe6\x0e\xc2\xf4\xb3\x07\x1f\x1f\xbd\x3c\x20\x34\xcf\xf2\x14\x62\ \xa8\x68\x9a\xa2\xa9\x25\xb3\xe4\xce\xe7\x67\xaf\x8e\x75\x59\x76\ \x6c\x2b\x0c\xfc\xf1\x68\x34\x18\xf4\x29\x29\x9e\x3e\x7d\xf6\xea\ \xd5\xb1\x65\x39\x39\xe5\x44\xad\x24\x97\x6a\xb7\xef\xbd\xb5\xb5\ \xbb\x33\x9f\x8f\xbf\xfc\xfc\x81\x24\xe0\x76\xa3\xe9\xfb\xe1\xcc\ \xf2\x46\xe3\xf1\xb3\x17\x4f\x11\x46\x37\x6f\xdd\x88\xe2\xa4\x52\ \xa9\x7f\xe5\xad\x77\x2b\xd5\xaa\xae\xab\x66\xc9\x8c\xe3\x04\x21\ \xbc\xa0\x76\xf2\x9c\x14\x05\x13\x31\xe6\x21\xce\x92\x8c\x52\x3a\ \x9d\x5b\x84\x70\x59\x46\xda\xed\x15\x51\xd6\x92\x34\x2f\x57\xaa\ \x9a\xae\x5e\x5c\x9c\xc6\x89\xaf\x6b\xba\xe3\x04\x51\x14\x11\xca\ \xe2\xc4\xfe\x8f\xff\xe9\x7f\x75\x9c\xb0\xd5\xdc\x03\x54\xad\x56\ \x2a\x77\xde\xd8\x3b\x3d\x39\xee\x76\x3a\x94\x14\x7b\xbb\xbb\x5b\ \x1b\x1b\x87\x2f\x0e\x2a\xe5\xf2\xd7\xbf\xf6\xd5\x66\xa3\xfe\xf0\ \xc1\x83\x46\xb3\xd9\x6a\x35\x0b\x92\xbf\x3a\x7e\x19\x45\xe1\xc9\ \xc9\xf1\xad\xfd\x9b\xed\xa5\x96\x61\x68\xa2\x24\x34\x9b\x35\xee\ \x9f\x6a\xe9\xfe\x8a\xee\x5c\x84\xd0\x92\x69\x02\x20\x86\x61\xe4\ \x7a\xb8\x5c\x2e\x31\x06\x18\xa3\xa2\x80\xe7\x96\x13\x04\x81\x20\ \x08\x9a\xa6\x61\x84\xe6\x96\xd5\x6a\xb5\x38\x8e\x7b\xf6\xec\xd9\ \x77\xbe\xf3\x9d\x76\xbb\x85\x10\x66\x00\x10\x42\x64\x49\xfe\xe0\ \xfd\xf7\x3f\xfd\xf4\xd3\x41\xbf\x27\xf0\xbc\xeb\xba\xb3\xe9\xf4\ \xc1\xc3\x07\x82\x28\xba\xbe\x67\x94\xa4\x5b\xb7\x6e\x1d\x1e\x1e\ \x56\xab\x95\xbd\xbd\x3d\xc7\x71\x18\x03\x95\x4a\x65\x73\x73\x53\ \x96\xe5\xd5\xd5\x95\x30\x4a\xa3\x38\x5a\x50\x0b\xe3\xf1\x78\x3a\ \x9d\xb6\xdb\x2d\x55\x55\x35\x55\x4d\xd3\xb4\xc8\xd2\xe5\xe5\x76\ \x11\xa7\xde\x64\x20\x0a\x42\xe8\xf9\xd5\x86\x51\x36\x34\xc7\x9a\ \xc9\x12\x3f\x9b\x0e\x25\x59\x94\x24\xc1\x71\x9c\x5f\x08\x00\x20\ \xcc\xf2\xac\x5e\xaf\x6f\x6f\x6d\x1f\xbe\x3a\xab\x54\xaa\xd5\x6a\ \x55\x11\xa5\x6e\xb7\x7b\x79\x79\x29\x89\x92\x69\x9a\xab\x6b\x6b\ \xb6\x65\xf5\x7a\xbd\x24\x4d\x39\x8e\xf3\x7d\x8f\x52\x1a\xc7\x71\ \xb7\xdb\x8d\xa2\x48\x92\xa4\xe5\xe5\x15\x84\x10\x82\x68\x7d\x7d\ \x4d\x53\xf5\x6b\xd7\xae\x4d\xa7\x53\x8c\xf1\x7c\x3e\x97\x24\xa9\ \x54\x2a\x01\x00\xba\xdd\x2e\x00\x6c\x69\xa9\xfe\x1a\x67\xff\x22\ \xf7\x1f\x85\x01\x25\x04\x80\x45\x21\x83\x8f\xe3\x98\x50\x96\x24\ \x19\x2f\x88\x84\x10\x55\x33\x5f\x1e\x1d\xa9\xba\xbe\xbc\xbc\x2c\ \x4a\x92\xe7\xba\xb2\x28\x03\x04\xa7\xd3\xa9\x2c\x2b\x2b\xab\xcb\ \x45\x9e\x7b\x9e\xb7\xe8\x90\xd6\x6a\x35\x51\x14\xa3\x28\x46\x08\ \x95\xcb\xa5\xe1\x70\x38\xb3\x0e\x65\x45\xaf\x36\x9b\x3c\x82\x84\ \x14\xbc\x20\xd4\xeb\xf5\xe1\xe5\xe9\x68\x34\x2a\x57\x5b\xd3\xd9\ \xd4\x0f\xf3\xb9\x35\x93\x65\x30\x9b\xcd\x5a\xad\xb6\xe7\xb9\x90\ \x03\xf5\x6a\x55\xd1\x14\x5e\xe6\x49\x91\x67\x71\xc2\x0b\x58\xe0\ \xf9\x34\x49\x82\xd0\x67\x84\x42\x0e\x00\x46\x49\x41\x74\x5d\x0d\ \xa3\x18\x23\xa8\xc8\x92\x69\x18\x49\xe0\x40\x0e\x58\xd6\x8c\x03\ \xb4\x56\xa9\x4e\x27\x36\xa0\x19\x47\x69\xe0\x79\x02\xcf\x63\x08\ \x6c\xdb\x49\x62\xf6\xc1\xee\x3e\x84\xa8\x56\xab\x16\x5c\xa1\x2a\ \xb2\xcc\x8b\x02\x2f\x5e\x9c\x9f\x6b\x8a\xde\xac\x37\x9e\x3e\x7b\ \x7a\xed\xda\xf6\xda\xca\x4a\x92\x24\xae\xeb\x00\x46\x09\x25\x80\ \x51\x5a\x14\x8c\x90\xd5\xe5\x65\xc8\x71\xbe\xe7\x21\x41\x00\x0c\ \xfd\xff\xa0\x22\x60\x92\x26\xd3\xe9\xd4\x0f\x7c\x08\x80\x80\x51\ \xe7\xea\x32\xf0\x03\x45\x55\x5d\xdf\xef\xf5\xfb\x1b\x1b\x5b\x61\ \x98\x2a\xea\xc5\xee\xde\x5e\x9e\x17\x17\x97\x97\x71\x14\x07\x7e\ \xd8\xed\x5c\x49\x92\xb2\xb6\xb6\xc6\x01\x16\xc5\x81\xe3\x38\x84\ \x92\xc0\xf7\x30\x86\x49\x12\xf1\x3c\x8f\x10\x42\x88\x3b\x3b\x3b\ \x65\xa4\xf8\xda\x37\x7f\x5d\xd6\x75\x04\xb9\x24\x4a\x37\x36\x36\ \x8f\xbe\x7c\xf8\xec\xf9\xf3\x6b\xd7\xf6\xe3\x38\x9e\x58\xde\x60\ \x3c\xce\x52\xcf\xf3\xa7\x51\x14\xe9\xba\x36\x9b\xcd\xb6\xb7\xaf\ \x57\x2a\x25\x60\x17\x9a\xae\x47\x51\x18\x45\x91\x61\x18\x71\x9c\ \x60\x1e\x87\x7e\x80\x21\xe2\x11\xcf\x18\x65\x8c\x69\xaa\x5a\x10\ \x1a\x47\x61\xb5\x52\x29\xb2\x50\x14\x85\x20\xf0\xf2\x34\x31\x34\ \x1d\x71\xb0\xdb\xed\xbe\xfb\xee\x07\xae\x33\x47\x08\xab\x2a\x9f\ \xa6\xf9\xb3\xe7\xaf\xbe\x72\xd7\x68\x34\x6a\x45\x51\x54\xab\x55\ \x00\xc1\xdb\x6f\xdd\x1b\x0e\x47\x87\x2f\x5e\xe8\x9a\xfe\xad\x5f\ \xfb\xc6\x0f\x7f\xf8\xc3\x1f\x7c\xef\x7b\x9b\xeb\x1b\xcd\x7a\xfd\ \x27\x3f\xf9\xe9\xf7\xff\xe0\x07\xd3\xd9\x34\xcb\x52\xc3\xd0\x7b\ \xbd\xde\xdd\xbb\x6f\x36\x1a\xf5\x45\x52\xa5\x52\xa9\xe4\x79\xce\ \x11\xf2\xcb\x31\xe0\x5f\x19\x89\x4a\x2a\x95\x4a\xab\xd5\x72\x1c\ \xc7\xb2\x9c\xf9\xdc\x8e\xa2\x38\x8a\x12\xcf\x0f\x21\x84\x8b\xb2\ \x42\x18\x86\x0b\xb5\x05\x21\x44\x55\x55\x08\xe1\xca\xca\x4a\x18\ \x46\x0b\x77\x0d\x21\xc5\xea\xda\xea\x9d\x37\xde\xa8\xd7\xeb\x80\ \xe3\x82\x30\x18\x0c\x06\xed\xa5\xa5\x57\x2f\x5f\xae\xac\xac\x10\ \x42\xca\x95\xb2\xaa\xaa\x18\xe3\x77\xde\x79\x97\xe3\xb8\xa2\x28\ \xa6\xd3\xe9\x82\x4d\x85\x10\x06\x41\x40\x28\x89\xa2\xc0\x75\x6d\ \xd7\xb5\x39\x8e\x55\xab\xe5\x20\xf0\xab\xd5\xf2\xdc\x9a\xe5\x79\ \x06\x01\x9d\xf4\xfb\x83\xab\xab\x34\x0a\x23\x3f\x88\xc2\x30\x0e\ \x42\x5a\xe4\x83\xee\x65\x11\xfb\x24\x0b\x6f\xde\xbc\x96\x24\xd1\ \xe3\x2f\x1f\x31\x46\x79\x1e\x01\x8e\x91\x82\x34\x1b\x4d\x84\xb0\ \xe7\x79\xb5\x5a\x2d\x8e\x63\xdf\xf7\x1d\xc7\x01\x80\x8b\xa2\xa8\ \xdb\xed\xce\x67\x33\xcf\xf3\x24\x51\x72\x1c\x67\x34\x1a\x13\x42\ \x05\x41\x38\x3e\x3e\x7e\xf4\xe8\xd1\x78\x3c\x2e\x97\xcb\x37\x6f\ \xde\x84\x10\x0a\x3c\xcf\x41\x38\xb7\xe7\x0b\x64\xc1\x75\xdd\x45\ \x99\x1f\x21\x24\x49\x12\x00\xa0\xd3\xe9\x12\x42\x5f\x83\xe7\x66\ \x8c\x41\x08\x25\x59\xf6\x3d\x9f\xe7\x79\x0e\x00\x51\x14\x1b\x8d\ \x86\x24\x49\xd5\x4a\x55\x56\x14\xcb\xb2\x00\x60\x1c\xa0\x45\x92\ \x15\xa4\x30\x0d\xa3\x51\xab\x73\x10\x48\xa2\x14\xc7\x51\xa7\x73\ \x75\x71\x7e\x31\x9f\xcf\x5a\xad\x86\x69\x9a\x45\x91\xe7\x79\x1e\ \x86\xfe\xa2\x00\x81\x79\xa4\xeb\x9a\xc0\xa3\x30\xf0\x26\xe3\xf1\ \xa2\x9f\x5b\xd2\xcd\x95\xe5\x55\x4a\x98\x6d\x5b\x94\x12\x42\x49\ \xab\xdd\x7a\xe7\x9d\xb7\x1b\xcd\x46\x10\x04\xba\xaa\x06\xbe\x97\ \xe5\x89\x6d\xcf\xc3\xc8\xcb\xb2\x38\x4d\x23\x49\x14\xca\xa6\xc9\ \x71\xc0\xb6\xe7\xae\x6d\x5b\xd6\x8c\xd2\x82\x14\x99\xa9\xa9\x80\ \x02\x92\x67\x71\x14\x8e\x06\x83\x5a\xa5\x5c\x2a\x99\xa1\xef\x4d\ \x47\xa3\xf1\x70\x44\xf2\xa2\xdf\xeb\x5d\x75\x2e\x6d\x7b\x6e\x59\ \x73\x52\xe4\x1c\x07\x34\x5d\x97\x14\xb9\xd5\x6a\xb9\xae\xf7\xf8\ \xd1\x17\xcf\x9f\x3e\x79\xfe\xe4\xf1\xf9\xf9\x29\x44\xdc\xf5\x6b\ \x7b\xa2\xc0\xb7\x9a\xb5\xfb\x9f\x7e\x7a\x74\xf0\x42\xd7\x14\x55\ \x91\x39\x40\x79\x0c\x79\xc4\x79\xae\x7d\xf0\xe2\x39\x86\x1c\xc6\ \x5c\x14\xfa\x59\x1a\x67\x69\xec\x79\x56\x18\xf8\xaf\x77\xd5\xa5\ \x94\x9a\x9a\x9e\x84\x51\x1c\x84\x0c\x30\x51\x92\x6f\xdd\xbc\xb5\ \xbb\xbb\x9d\xa6\xe9\xb5\xdd\x9d\x38\x0c\xa6\xa3\x51\x92\x44\x59\ \x1a\x8d\x87\xfd\x76\xab\xf1\xc6\xed\x7d\xdb\x9a\x63\xcc\x09\x3c\ \x7e\xfa\xe4\xc9\xc3\xcf\x1f\x3e\x7e\xfc\x88\x16\x99\xae\x48\x81\ \x67\xe7\x69\xcc\x63\xc8\x48\x1e\x85\xbe\x2c\xf2\xb5\x4a\x19\xd0\ \xc2\x9e\xcf\xec\xf9\xdc\x75\x5c\x8c\x30\xa0\xdc\xfe\xad\x5b\x80\ \x83\x93\xf1\xd8\x0f\xdc\x9c\x64\x05\xc9\xdf\xba\xfb\xe6\x3b\x6f\ \xbf\x9d\xc6\x31\x8f\x51\x92\x24\x81\xe7\xbb\x8e\x93\x24\xb1\x20\ \xf2\xa1\xef\x87\x61\xa8\xaa\xaa\x69\xe8\x79\x9e\xcf\x66\x73\x6b\ \x6e\x85\x41\x40\x29\x91\x65\x51\x96\xa5\xa2\x28\xc2\x20\x98\xcd\ \x66\xb6\x3d\x5b\x5e\x6e\x07\xbe\xdf\xeb\x74\x4f\x4f\x4f\x7d\xd7\ \x4d\xe2\xf8\xf9\xd3\xa7\xdd\xab\xab\x97\xaf\x8e\xa2\x30\x42\x10\ \x19\xba\x2e\x20\xd4\x68\xb4\x55\x45\x3f\x3d\x3b\xfb\xf1\xdf\xfe\ \xf8\xc1\xe7\xf7\x1f\x7e\x7e\x1f\xf3\xf0\xd7\xbf\xfd\x2d\x5e\xe2\ \x35\x43\xed\xf4\xae\xfe\xf8\x3f\xfd\x47\xc3\xd4\xea\x8d\x1a\xc7\ \xb1\x6a\xb9\x84\x11\xc7\x63\x74\x70\xf0\xfc\xe3\x8f\x7f\xf6\xf6\ \xdb\x6f\x79\xae\x1d\xc5\x21\x25\xb9\xef\xb9\xc3\x41\x7f\xe1\xff\ \xf9\xd7\xe0\xe7\xe2\xb2\x2c\x23\x84\x2b\x8a\xbc\xdf\xef\xbb\xae\ \xb3\x28\x7e\xd5\x6a\xd5\x6a\xb5\x42\x29\x6d\xd4\xeb\x10\x21\xc0\ \x58\xbd\x5e\x9f\xcf\xe7\x9a\xa6\xad\xae\xae\x2e\x48\x82\x85\x6a\ \x02\x00\x0e\x63\x1c\x45\xd1\xf2\xf2\x32\x07\x38\x45\x51\x6d\xdb\ \xfe\xcb\xbf\xfc\xcb\x5a\xad\x56\x64\x99\xe3\x38\xef\xbe\xfb\x2e\ \xc6\xfc\x7c\x3e\xe7\x79\x21\x0c\x43\x41\x10\x3a\x9d\xce\x6c\x36\ \xbb\x79\xf3\x66\xb7\xdb\x9d\xcd\x66\x2b\x2b\xeb\x69\x9c\x4c\xc7\ \x13\x49\x14\xef\xdc\xbe\xa3\x28\xf2\x74\x3a\xfd\xf2\xd1\x97\xbd\ \x6e\x37\x8e\xe2\x7a\xbd\x34\x9f\x8c\x11\x80\xae\x63\xcd\x66\xd3\ \x46\xbd\x1e\x84\x16\x2e\xb2\xb9\xe5\xfd\xc5\xff\xfd\x67\xa7\xaf\ \x8e\x3f\xf8\xfa\x37\x5d\xcf\x19\x0e\x87\x86\x61\x30\xc6\xb2\x2c\ \x93\x24\xa5\x52\xa9\x3d\xfc\xfc\x0b\xc6\x58\xb9\x5c\x9e\x8c\xc7\ \x9e\xeb\xca\xb2\x2c\x49\xa2\x24\x4a\x59\x96\x75\xae\xae\x24\x59\ \x5e\xb8\x22\x18\xa3\xd3\xe9\x34\x4d\xd3\x20\x08\x0c\xc3\x18\x8f\ \xc7\x0b\xa7\xd8\xe2\x65\x11\xc7\x51\x18\x04\xd5\x4a\x45\x14\xc5\ \x45\x74\x69\x6d\x6d\xed\xf0\xf0\x30\xcf\xf3\xc1\x60\x50\xa9\x54\ \x17\x3e\xaf\xd7\x43\x22\x2b\x95\xea\x70\x30\x8e\xe2\x84\xe3\x38\ \xd3\x34\x83\x30\xd0\x34\xe3\xda\xde\x75\xdb\xf3\x5d\xd7\x05\x1c\ \x74\x5d\xb7\xd9\x54\x78\x84\x73\x96\x03\x0e\x60\x84\x30\x82\xcb\ \xed\x56\x41\x18\xe3\xc0\xee\xd6\x35\x81\xe7\x19\xbd\x3c\x4b\x53\ \x4a\x0a\x1e\xf3\x8a\xa2\x3a\x8e\x33\x1e\x8d\x11\x84\xab\x2b\xcb\ \xed\x56\x35\xf2\x3d\x84\xa0\x88\xaa\xa2\x20\xb4\x97\xda\x08\x23\ \xdf\x0f\x82\x30\xe0\x95\x48\xa7\x74\xa9\xbd\x64\x98\xfc\x8f\x11\ \x87\x10\x0c\x7c\x4f\x37\x1a\xd3\xf9\x38\x48\xa2\x72\xb5\x92\xe6\ \xb9\xa2\xab\x49\x1c\xa5\x69\x12\x06\x7e\x9e\xe7\xbe\xe3\x2a\x92\ \xa0\xab\x32\xa3\x24\x89\x43\x7b\x3e\xaf\x55\x2b\x02\xd7\x10\x30\ \xc7\x08\x29\x99\x7a\x12\x27\x17\x67\xa7\xbb\x7b\x37\x35\x59\x66\ \x00\xea\x9a\x82\x21\x40\x90\x2b\x8a\x8c\x43\xe2\xad\x5b\xb7\x05\ \x51\x2c\x8a\x9c\xc7\xd0\x0d\x5d\xcb\xb2\x35\x4d\x4f\xa2\x58\x57\ \x35\x81\x17\x21\x03\x08\x82\xfb\x9f\x7d\xfa\xef\xfe\xdd\xef\x6c\ \x6e\xac\x8f\x27\x53\x92\x67\x71\x92\x1e\xbf\x3c\x2c\xb2\x18\x00\ \x6d\x3e\x9d\x88\x92\xc4\x00\xca\x29\x89\x33\x92\xa5\xed\xd7\x5b\ \x76\x06\x98\xaa\x2a\xb5\x6a\xb5\xdb\xed\x40\xc0\x55\x2a\xa5\xa2\ \xc8\xc3\x30\xfc\xb5\xaf\x7f\x6d\x65\x75\xb5\x28\x48\xa5\x52\xc5\ \x10\xa6\x49\x22\xcb\xd2\x74\x3c\x42\x18\xe9\x9a\xc2\x63\x54\x10\ \x70\xeb\xd6\x0d\x8e\x03\x8d\x5a\x79\x77\x67\x73\x36\x9d\x8d\xc7\ \x23\xc7\xb6\x42\xdf\x37\x4d\x53\x55\x94\xf3\xb3\xf3\x28\x8a\xd6\ \x57\xd7\xb6\x36\x36\x04\xc4\x8d\x07\x7d\xc6\x9a\x9a\xc8\x6f\xac\ \x6d\x2c\x35\xdb\xaf\x8e\x0e\xfa\xfd\xbe\x6c\x56\xca\xd5\xe5\x46\ \xb3\xb1\xbc\x5c\xfb\xe1\x0f\xff\xcc\x34\x75\xc0\x68\x10\x78\x3c\ \xc6\xe7\xa7\x67\x82\xc2\x63\x11\x29\x9a\xce\x71\xdc\x78\x32\x25\ \x79\x91\xa6\xa9\x63\xd9\xb9\xaa\x1a\xba\x81\x10\x4a\x92\xac\xdb\ \xed\x61\x5e\x68\xd4\xeb\x22\xae\x79\xee\xb4\x64\x1a\xf5\x7a\xbd\ \xdf\xef\x79\xbe\xcb\x00\xa5\x84\x68\x86\xc6\x86\x8c\xe3\xc0\xa2\ \x33\xdb\x6a\xb5\xde\x7f\xef\x03\xcb\xb2\xb2\xa2\xb0\x9d\xf9\xcc\ \x1a\xbb\x8e\x37\x1a\x8e\x8e\x5f\xbd\xd2\x75\x9d\xc7\xfc\xde\xee\ \xde\x9f\xfc\xe7\x3f\xf9\x9d\xdf\xf9\xef\x3f\x7c\xff\x83\xbf\xf8\ \xf3\x3f\xb7\xed\x39\xcd\xf3\xc7\x5f\x7e\xf1\xe9\xcf\x7f\xbe\xbe\ \xbe\xde\xbb\xba\x02\x84\x00\x0e\x24\x61\xe0\xfb\x41\xb5\x5a\x41\ \x4d\x83\xfd\xeb\xd8\xb9\x18\x42\xb8\x56\xab\x94\xcb\xa5\xe9\x6c\ \x02\x21\xc7\x71\x50\xd3\x14\x59\x96\x17\x2c\x09\xc6\x58\x14\x84\ \x28\x8a\x8a\xa2\x58\x5d\x5d\xa9\xd5\xaa\x69\x9a\xf2\x3c\xd6\x75\ \x9d\x52\x9a\xa6\x29\x63\xa0\x28\xf2\xa3\xa3\xa3\xf5\xf5\xf5\xd5\ \xb5\xd5\xcf\x3e\xfe\xb9\xe3\x38\x96\x65\x95\x4a\xa5\xd3\x57\xc7\ \x82\x20\xb4\x5a\xad\xb3\xb3\xd3\x38\x8e\x83\xc0\x4f\xd3\xd2\xea\ \xea\x6a\x92\x24\x97\x97\x97\x0b\xf8\xb3\x5e\xaf\xa7\x69\x22\x88\ \x42\xb3\xd9\xf4\x7d\x4f\x14\x04\x8c\xb0\x63\xdb\xa2\x28\x7c\xf7\ \xbb\xdf\x25\x84\x3c\x7b\xf2\x30\x70\xed\x92\x5e\xce\xd3\xc2\xd0\ \xcd\x56\x7b\xf9\xf3\x87\xe7\xa5\xaa\x21\x09\xf2\xd9\xc9\xa1\x88\ \x91\x24\xf1\xae\xeb\x26\x69\x54\x90\x82\x17\x04\xc0\x80\xeb\x7a\ \x8e\xe3\xb8\xae\xd7\x5e\x5a\xb3\x2d\x3b\x2f\x8a\xd3\xd3\xd3\x2c\ \xcb\x78\x9e\x2f\x8a\x22\x8a\x22\x81\xe7\x11\x42\xe3\xf1\xc8\xb1\ \xac\x9c\xe4\x98\x47\x0b\x4d\x85\x6d\xdb\x69\x9a\x3e\x79\xf2\xa4\ \x54\x2a\x31\xc6\x20\xe4\x5c\xc7\x13\x25\x47\x51\x94\x24\x49\xe2\ \x38\x3e\x38\x38\xe8\xf5\x7a\x41\x10\x28\x8a\x12\x86\x61\x18\x46\ \x49\x12\xbf\x5e\xfa\x07\x21\xb4\xb3\xb3\xf3\xf2\xe8\x55\x92\xc4\ \xcd\x66\x1b\x21\xe4\xd8\xce\xea\xea\xba\x61\x9a\x19\xa1\xa6\x69\ \xf6\xfb\x43\x9e\x47\xba\xae\x62\x04\x25\x49\xe3\x20\xc2\x98\x37\ \x4c\x13\xf3\x3c\x44\x18\x63\x08\x58\x71\x79\x71\x9e\x24\x09\x46\ \x48\x96\x64\x40\x69\xe8\xfb\x80\x50\x53\xd7\xf2\xbc\x40\x1c\x4b\ \xa2\xa0\x00\xbc\x28\x09\x59\xa2\x46\xae\xcd\x0a\xaa\x69\x7a\xe8\ \xfb\x05\x25\xaa\xa6\x6e\x6d\x6d\xa6\x59\x12\x86\xd1\xc2\xe8\xc4\ \x41\xc6\x23\xce\xb1\x66\x94\x51\xd5\x90\xdb\xed\x96\xe5\xba\xb6\ \x15\xf0\x18\xd3\xa2\xc8\x92\xd8\xb6\xa6\x8e\x3d\xad\x55\xaa\x82\ \x80\x25\x49\x32\x75\x95\x92\x7c\x34\xec\x33\x92\x66\x69\x0c\x28\ \xc1\x88\x33\x74\x35\x4b\x22\xdf\xb5\xd6\x37\xb7\xb3\x24\x12\x78\ \x0c\x11\x24\x05\xa3\x1c\x6d\x34\x9b\x8e\xed\x00\x24\x94\x6a\xa6\ \x6e\x2a\x45\x96\x01\xca\x2a\xa6\x01\x39\xe4\xfb\x6e\x91\xa7\xdb\ \xdb\x9b\xc7\xaf\x8e\xae\x2e\xef\xac\xaf\xad\x9e\x1e\x1f\x5f\x9c\ \x9f\xea\x86\x11\x04\xee\x1b\x6f\xdc\xf6\x5d\xc7\x9a\x4d\x4b\xe5\ \x72\x41\x19\x43\x10\x42\x11\x41\xf0\x7a\x18\x5d\x96\x66\xef\x7f\ \xf0\xbe\x63\x39\x3f\xf9\xe9\xdf\x09\x82\x78\x7d\x6f\xcf\xb6\xed\ \xa5\xa5\xa5\xbd\xbd\x5d\x84\xd0\x37\xbe\xf1\x6b\xb6\x65\xbf\x7c\ \x79\x62\x96\xca\xba\xaa\x62\xc8\x55\x6b\xf5\xe9\x7c\xde\x6c\xb4\ \x20\xc6\x10\xa2\x3c\xcb\xeb\xd5\xd2\x6c\x3c\xb8\xb8\xb8\x14\x30\ \x04\x84\x2c\xb7\x5a\x9e\xe7\xcd\x1d\xa7\x48\x53\x56\x10\x0c\xb9\ \x2c\x89\x5c\xdb\xa2\x58\x8a\xc3\xb8\x88\xc9\xa0\x3f\xac\xd5\xaa\ \xe7\x3c\x2e\x68\x4e\x29\xb9\x7d\xe7\x56\x9e\x65\x49\x1c\xcb\x92\ \xd4\x71\xdd\x41\xaf\xb7\xbe\x79\x7d\x34\x1e\xca\xb2\x5a\xaa\x9a\ \x9b\x7b\x5b\x7e\x18\xfa\x7e\x20\xcb\x32\xa3\x34\x49\x92\x24\x4d\ \xa6\xe3\xb1\xe7\x7a\x18\xf3\xad\x56\x53\x51\x24\x84\xf9\x41\xaf\ \xeb\xd9\x53\x04\x8b\x3c\xcb\x78\x1e\x52\x92\xab\xb2\x74\xf2\xea\ \xb8\xde\xa8\xa9\xaa\x4c\x68\x26\x08\x7c\x92\x64\x45\x4e\xee\xdd\ \x7b\x57\x14\xc5\xf3\xcb\x6e\xa9\x62\x7e\xe5\x2b\x6f\x9d\x9c\x9e\ \x38\x96\x83\x20\x32\x74\x23\x4d\xd3\xcb\xcb\x57\x2b\xcb\x4b\x0f\ \x1f\x3c\xf8\xeb\xbf\xfa\xab\x0f\x3f\xfc\xb0\xd9\x68\x1e\xbe\x78\ \xb1\xbd\xb9\xf5\xf0\xfe\x67\xb7\x6f\xdd\xb8\x7b\xf7\xde\xc1\xf3\ \xa7\x86\xa6\x38\x8e\x63\x18\x06\x84\x90\x11\x83\xfb\x47\x75\xe4\ \xbf\xb8\xe5\x66\xf1\x86\x12\x45\xa1\x56\xab\xc6\x71\x6c\x18\x46\ \x96\xa5\x0b\xa5\x86\x20\x08\x08\x41\x4a\x08\x63\x0c\x63\xcc\x18\ \x68\x34\x9a\x3f\xfd\xe9\x4f\xb7\xb6\xb6\x14\x45\xc1\x18\x2f\x0c\ \x8a\x81\xe7\x46\x51\xa4\x28\xca\xcd\x1b\x37\xee\x7f\xfa\x49\xbf\ \xdf\x6f\x34\xeb\xd5\x6a\xa5\xd7\xef\x03\x00\xaa\xd5\xca\xd5\x55\ \x67\x75\x75\xb5\x5a\xad\x5a\x96\x25\x08\x02\x00\xa0\xd1\x68\x54\ \x2a\x95\xdb\x6f\xdc\xce\xd3\x3c\xf0\xc3\x38\x49\x06\x83\x7e\xb7\ \xdb\xa3\x8c\x56\xab\x15\xc7\x75\x96\x96\x97\x2a\x95\x4a\xb5\x5a\ \x06\x24\xfc\xc9\x47\x1f\xbd\xec\x4f\x34\x59\xe7\x05\xc9\x30\xca\ \x88\x17\x6d\xc7\xad\x55\x84\x34\x0e\x96\x57\xb7\xe3\x38\x3c\x3c\ \xbc\x80\x90\x63\x94\x46\x51\xa4\xa8\x72\x92\x24\x92\x28\x7f\xf8\ \xe1\x57\x3b\xbd\xa1\xe3\x78\x96\x35\xc5\x18\x4d\xa7\xee\x74\x3a\ \xab\x94\xcb\xf3\xf9\x7c\x69\x69\x09\x42\xa8\x6a\x9a\x35\x9d\x6a\ \xba\x9e\x65\x09\xc7\x71\x08\xa1\x5a\xad\xb6\xb1\xb1\x91\xa6\xe9\ \x74\x3a\xd5\x75\xdd\x75\x9d\xe9\x74\xb2\xbd\x73\x8d\x52\x8a\x10\ \xaa\x54\x2a\x9d\x4e\x27\xcb\xb2\x38\x8e\xc3\x30\x5c\xe4\xb4\xff\ \x51\x01\xfb\x5a\x8a\xbb\x24\xcd\x52\x84\x30\x63\x8c\xe7\xf9\xf5\ \xf5\x75\x00\xc0\xd9\xe9\x29\x40\xd8\x75\x5d\x84\xf8\x56\x7b\xa9\ \xd5\xac\xcb\x8a\x86\x10\xef\xba\x1e\xe4\x71\xa5\x5c\x12\x25\x49\ \x10\xc5\x34\x49\xec\xf9\x64\x32\x1e\x44\x51\xc2\x31\xea\xda\x76\ \x9e\xa6\xab\xab\x6b\x6b\x2b\xab\xbe\xe7\x75\x7b\x3d\x43\xd5\xe2\ \xc8\x37\x2b\x8d\x72\xd9\xd4\x35\x15\x16\xc9\x9d\xdb\x77\xba\xe7\ \xc7\xcf\x9f\x3d\x03\x80\xdb\xbd\xb6\x5b\x2e\x97\xf2\x3c\xeb\x77\ \x4f\x14\x59\x2a\xf2\xcc\xb3\x6d\x5a\x20\x3f\x2c\xaa\x51\x50\xae\ \x19\x69\x1a\x56\x2b\xa5\x8b\xf3\x8b\x99\xe7\x87\x61\x60\x18\xea\ \xce\xf6\xd6\xc9\xab\x57\x71\xe8\x37\xea\xeb\xf3\xf9\x7c\x34\x1a\ \xdb\x96\x1d\x45\x2e\xa4\x59\x9e\x86\x51\xe0\xab\xb2\x52\x64\xa9\ \xe7\x5a\x45\x9e\x96\x4d\xfd\xec\xf8\x18\x73\x00\x01\xc0\x18\x87\ \x31\x4e\x92\x44\xd3\xd5\x6a\xbd\x29\xc8\xb8\x3f\xec\xe4\x69\x6c\ \xe8\x25\xdf\x77\x4b\x66\x09\x72\x5c\xab\x59\x5f\x6a\x37\x7a\x97\ \x67\x4f\x1f\x3f\xda\xdd\xd9\x12\x79\xde\x73\xad\x2c\x4d\x04\x8c\ \xd7\x56\x5a\xc7\x81\xe3\xf9\x0e\xe6\x21\x03\x1c\x96\x14\x59\x16\ \x20\xc7\x5e\x3b\xfd\x13\x47\xd1\x78\x3c\xa2\xa4\xe0\x38\x41\x96\ \xa4\x52\xa9\xd4\x68\xd4\x9f\x3f\x7d\xd6\x5e\x6a\x5f\x75\x3a\x61\ \x10\x9a\x86\xf6\xd6\xdd\x37\x5b\xcd\x7a\x9a\x65\x18\xf3\xae\x0d\ \xcb\x25\x43\x90\x24\x45\x56\xd2\x34\x63\x24\x3d\x79\xf5\xb2\xd7\ \xeb\x65\x59\x6e\x68\xf2\xe3\x47\x9f\x2b\x8a\x7a\xf3\xe6\xfe\xea\ \xd2\xf2\xc1\xc1\xa1\xa6\xaa\xb4\x28\xd2\x38\x6a\xae\x34\x4a\x86\ \xc1\x8a\x74\x63\x7d\xfd\xf6\xed\xdb\x8f\x1f\x3d\x2c\x8a\x7c\x6d\ \x63\xa5\xd5\x6a\xb2\x82\x9b\x4d\x86\x90\x03\x9a\xaa\x04\xa1\x6f\ \x68\xda\x64\x3c\xa1\x80\xdb\x53\x77\xc3\xd0\x6f\xb5\x96\x86\xa3\ \x49\xa7\xd3\xe1\x18\xf0\x3c\x6f\x63\x7d\x3d\x70\xfd\xcb\xcb\xcb\ \xcd\xcd\x4d\xdf\xf7\x7b\xbd\x9e\x65\xd9\x79\x1a\xf7\x7b\xe7\x9b\ \x6b\x4b\x8e\x3d\x17\x79\x61\x51\x84\x19\x0e\xfa\x5f\x79\xfb\xbd\ \x97\x2f\x0f\x2d\x6b\x6e\x18\x86\x20\x08\x8a\x24\x47\x61\xe2\xfb\ \x41\xb3\xd9\xdc\xd9\xdb\x99\x5a\x23\xcb\x9a\xe9\xba\xaa\x69\x6a\ \x96\xa5\x92\x24\xac\xaf\xaf\xdf\xbd\x7b\x77\x3e\x9f\xff\xe9\x9f\ \xfe\xef\xef\xbc\xfd\x15\x51\x14\x3a\x57\x57\x71\x14\x86\x9e\xf7\ \xfe\xfb\xef\x57\x2a\x95\x27\x5f\x3e\xea\x75\x3a\x92\x24\xfa\xae\ \x5b\xab\xd5\x30\x84\x94\x52\x84\x7e\x99\x0a\xf8\x57\x46\xa2\x02\ \x9e\xc7\x3c\xcf\xfb\xbe\xaf\xeb\x46\xb9\x5c\xd6\x34\xad\x5c\x2e\ \x2f\x2c\xc3\x18\x43\x8e\x03\x08\xc1\x7f\xd4\x31\x57\x2a\x15\x08\ \xa1\x2c\xcb\x0f\x1e\x3c\x38\x38\x38\x40\x08\x61\x8c\xb6\xb6\xb6\ \xe6\xf3\xb9\xae\xe9\xf5\x7a\x5d\x10\x84\xc9\x64\x72\x74\x74\x34\ \x9f\xcd\x7a\xbd\x9e\xae\xeb\xad\x56\xeb\xe2\xe2\x62\x41\x81\x02\ \x00\xda\xed\xb6\xe3\x38\xd7\xae\x5d\x5b\x5b\x5b\x4b\xd3\xec\xf2\ \xf2\xf2\xe2\xec\x74\x3a\x1a\x26\x61\xe8\x5a\xf3\xd9\x78\x34\x19\ \x0e\x49\x96\x66\x71\x94\xc5\xd1\x64\x38\xd4\x74\x6d\x63\x63\x83\ \x52\xd6\x1f\x8c\xe6\xb6\x9f\xe5\x6c\x6d\x7d\x2b\xcf\x0a\xc6\x81\ \x24\x0d\x0b\x92\x55\xab\xe5\x56\xab\x95\x24\x31\xa5\x64\x71\x1e\ \xc8\xb2\xbc\xb9\xb5\x25\x89\x92\xef\x87\xb6\x6d\x67\x79\x9e\x24\ \x29\x21\x44\x51\x64\xc0\x98\xaa\xaa\x08\xc2\x85\xd3\x76\xef\xda\ \x35\x4d\x55\x93\x24\xf9\x47\x73\xee\xca\xca\xca\xde\xde\xde\xca\ \xca\x8a\xae\xeb\x0c\x80\x66\xb3\xb5\xbe\xbe\xee\x79\x9e\x2c\xcb\ \x84\x10\x84\x90\xaa\xaa\x37\x6e\xdc\x58\x5d\x5d\xd5\x34\xad\x56\ \xab\x63\x8c\x28\x65\xaf\x57\x70\xb9\xb8\x38\x0f\xc2\x80\xe3\x80\ \xa2\x28\x80\xb1\xe5\xe5\xe5\xd5\xd5\x55\xd7\xf5\x2c\xcb\xb2\x6d\ \x5b\x14\x04\x4d\x51\x05\x41\xd4\x54\xa5\xc8\x53\x00\x58\xd5\x2c\ \x0b\xa2\x20\xf0\xbc\x24\x88\xaa\xaa\x1a\x86\xb9\xbe\xb1\x29\x49\ \x62\x18\xf9\x49\x12\x2d\x2f\x2f\xad\xae\xae\xe8\x86\xb6\xb2\xba\ \x7a\xfd\xfa\x0d\x41\xc0\x79\x12\xf2\x18\xd0\x3c\xb7\x6d\x1b\x23\ \xb4\xba\xbc\x76\xe3\xc6\x4d\x88\x60\x14\x86\x66\xc9\xd4\x34\x75\ \x67\x6b\x9b\xe4\x19\x21\x04\x41\x6e\x6e\x4d\x5f\xbe\x3a\x0c\x7c\ \x17\x21\x90\x26\x51\x18\x78\x51\xe0\xa9\x8a\xd4\x6e\x35\x6e\xef\ \xdf\x68\x37\x1a\x3c\xe2\x74\x4d\xd5\x14\x45\x16\x45\x49\x10\x28\ \x29\x6c\x6b\xe6\xbb\xce\x64\x32\x3a\x3d\x7e\xb5\xf0\x37\x84\x81\ \x07\x18\x65\xb4\x98\x8e\x87\xae\x3d\x0f\x7d\x17\x00\x86\x79\x8c\ \x79\x41\x14\x15\x45\x56\xc3\x30\xb0\xe7\x33\x46\x72\x89\xe7\xc3\ \xc0\x0f\x03\x8f\x16\x85\x80\x21\x8f\xa1\xae\x2a\xdb\x5b\x9b\xe7\ \x67\xa7\x79\x12\x29\x12\xcf\x01\xda\xef\x75\x64\x09\x47\x91\x9f\ \xa5\x51\x14\x78\xfd\x5e\x27\x0a\x3c\x4d\x95\x34\x4d\x41\x08\x82\ \xd7\xa3\x22\x20\x74\x6c\xfb\xc9\xa3\x47\xb2\x2c\xe5\x79\xaa\xc8\ \x62\xa3\x51\xfb\xb5\xaf\x7e\x0d\xf3\xe8\xfe\x67\xf7\x7b\xdd\xae\ \x65\x5b\xeb\x6b\x2b\xd5\x6a\x59\x12\xf9\x4a\xd9\x4c\xe2\xa8\x52\ \x36\x65\x51\xe0\x21\x94\x25\x51\x53\x15\x01\xa3\xd5\x95\xa5\x76\ \xab\xe1\x38\xd6\x7c\x36\xd1\x35\xf5\xad\xb7\xee\xb6\x1a\x8d\x7a\ \xb5\xf6\xe1\xfb\xef\x57\x2b\x95\xf9\x6c\x02\x01\x83\x00\xb8\x8e\ \x9d\xa7\x69\xad\x5a\x7b\xff\xbd\x0f\xda\x4b\x6d\xdf\xf7\x30\x46\ \xad\x56\x7d\x75\x75\xa5\x56\xaf\xb9\x8e\x83\x11\xee\xf7\x7a\x3f\ \xfa\xeb\xbf\x7e\xfc\xe8\x11\x65\x94\x63\x94\x31\x32\x19\x8f\x19\ \x63\xa2\x20\xd4\xeb\xf5\xa5\xa5\x25\xc0\xc0\xc6\xc6\xba\x69\x9a\ \x6b\x6b\x6b\x08\x21\x08\x61\xbf\xd7\x3b\x3a\x3a\xc8\x92\xe4\x93\ \x8f\x3f\xee\x75\xba\x1c\x07\x68\x51\xcc\x67\x33\x59\x92\x6c\xcb\ \xb2\x66\x33\xdb\x9a\x47\x71\x08\x31\xca\xf3\x5c\x53\x0d\x4d\x35\ \x09\xa1\xd3\xe9\xc4\xb2\xe6\x9a\x2e\x53\x5a\x4c\xc7\x23\xdf\x73\ \xc2\x20\x20\x45\x26\xf0\xe8\xab\x5f\xfd\x60\x3e\x9f\xbc\x78\xf1\ \xec\xda\xde\x8e\x22\x8b\xd6\x74\x3a\x9b\x4c\xaa\xe5\x72\xe0\xb9\ \xaa\x2c\x3d\x7b\xf2\xf8\xec\xe4\x24\x0e\x83\xb2\x69\x8a\x3c\xfe\ \x85\xcd\xfa\x5f\xc3\x6b\x91\x31\x56\x2e\x97\x10\x82\x00\x30\x49\ \x92\x8a\xa2\x30\x0c\x9d\x90\x9c\x52\x5a\x14\x8c\x52\x40\x8a\x5c\ \xd3\x34\x84\x20\xa5\xac\x56\xab\xf9\xbe\xcf\x18\xfb\xd6\xb7\xbe\ \x75\x76\x76\xf6\xf8\xf1\x63\x45\x51\x14\x49\xc0\x18\xdf\x7b\xeb\ \x1e\xc7\x31\x9e\xe7\xc3\x30\x3c\x3f\x3f\x37\x0d\x0d\x21\xb4\xb5\ \xb5\x49\x29\xbb\xbc\x3c\x7f\xef\xbd\x77\x0d\xc3\x50\x14\xc5\x71\ \x9c\xe9\x74\x7a\xf7\xee\xdd\xd9\x6c\x96\x17\xb9\x6d\xd9\xd3\xf1\ \xd8\xf7\xfd\xc5\x1d\xe4\xf2\xf2\xb2\x28\x8a\x4a\xa5\xc2\xf3\x7c\ \x18\x06\xbe\xef\x0f\xfb\x17\x79\x9e\xef\xee\x5e\xeb\x76\x46\x83\ \xc1\x40\x10\xf0\xda\xc6\xf6\xc1\xd1\xb3\x24\x49\xcd\x92\xe1\x7a\ \x76\x51\xe4\x7e\xe0\x17\x45\x0e\x21\xc0\x18\x07\x41\xa0\xe9\x25\ \x00\xb8\x3c\x23\xd5\x4a\xb5\x20\xc5\x68\x3c\xb8\xb8\xb8\x30\x0c\ \x23\xcb\xf2\x30\x08\x2b\x95\xca\x22\x79\x33\x1c\x0c\xaa\xe5\x72\ \x9c\xc4\xb2\x2c\x7b\x9e\x97\xe7\xf9\x68\x34\xfa\xf8\xe3\x8f\x6b\ \xb5\x5a\xb5\x5a\xad\x56\xab\xc7\xa7\x27\x71\x12\x0b\x82\xa0\x28\ \xca\x68\x34\x42\x08\x35\x1a\x8d\x46\xa3\x71\xed\xda\x35\x84\xd0\ \xc3\x87\x0f\x27\x93\x49\x1c\xc7\xaf\x67\x5c\x21\x84\x74\xbb\x5d\ \x46\x81\x24\xc9\xeb\xeb\x1b\x59\x51\x84\x51\x28\x8a\xd2\xea\xea\ \xca\x45\xa7\xdb\x6c\x36\xb7\x77\xb6\xeb\xb5\x3a\xc7\x81\xd1\x68\ \x18\x85\x49\xb3\xd9\x32\x4b\xba\x20\x08\x10\x41\x0e\x02\x59\x10\ \x8b\x4c\x6a\x54\x2b\x45\x9a\xc6\x61\x14\x04\xe1\x64\x3c\xae\x56\ \x2a\x8a\xa2\xe9\x9a\xd6\x6c\xd4\x7b\xdd\x73\x1e\x71\x25\x43\x67\ \x80\x8a\xbc\x90\xc7\x61\x02\x69\x51\x14\x49\x9c\x14\x45\x31\x1e\ \x8d\x55\xa9\x3c\x1e\x0e\xbb\xbd\x6e\x5e\x64\x10\x72\xb7\xf7\xf7\ \xc7\x63\x3b\xc9\xc0\xc9\xc9\xb1\x13\x38\xbb\x7b\xbb\x2b\x2b\x1b\ \xad\x46\x43\xe0\x05\x55\x96\xa3\x38\x3c\x3d\x39\x99\x4d\xc6\xa8\ \xd9\x08\x03\xef\xf8\xf8\x08\x43\xa1\x56\x29\xf3\xb8\x0c\x41\xfe\ \xf1\xa8\x6b\xcf\x67\x18\xc2\x3c\xcb\x02\xdf\x8f\xa3\x28\xf0\x3c\ \x8e\xb1\x2c\x4b\x8b\x22\x43\x18\xf2\x82\xe0\xfa\x2e\xe6\x15\x51\ \x12\xb3\x2c\xa6\xa4\x10\x78\x14\x85\x51\x1a\xf1\x59\x9a\x0a\x98\ \x87\x1c\x97\xa5\xe9\xcd\xeb\xd7\x4e\x4f\x0e\xef\x3f\xf8\x2c\x89\ \xa3\xb3\x93\x93\x34\xcd\x01\xcd\x3b\x97\x97\x51\x18\x62\xc4\x45\ \x71\x9c\x25\x12\xa0\x64\x3e\x9d\xcc\x26\x15\x88\x5e\x27\x2e\x2a\ \x0a\xc2\xe7\x0f\x1f\x1c\xbc\x78\x9e\x13\xfa\x6f\x7e\xeb\x37\x4d\ \xb3\xb4\x68\x2e\xaf\x2d\xaf\x70\x00\x3e\x7f\xf1\xec\xeb\x5f\xff\ \xfa\xf5\xbd\x3d\x8c\xb8\x22\xcb\xce\x4e\x4f\x05\x51\x5a\xdf\x58\ \x57\x64\x89\x52\x0a\x28\xe1\x31\x02\x92\xb0\xb1\xbe\x92\xa5\x71\ \x14\x04\x3f\xfb\xd9\xcf\xa7\xe3\x61\x9e\xdc\xcc\x84\x04\x42\xa4\ \x48\xb2\x80\xb0\xef\x3a\xc6\xcd\x9b\x18\x42\x1e\x22\x8e\x83\xd6\ \xdc\x16\x04\x3e\x8e\x23\xca\xe8\x68\x3c\xf0\x03\x17\xb1\xf4\xf9\ \xd3\xa7\xb3\xe9\xc4\xd0\x94\x3b\x37\xf7\x2b\xf5\x95\x4e\x67\xd8\ \xb9\xba\xb0\xac\xd1\xcc\xba\xbe\xb4\xb6\xb1\xb4\xb2\xb6\xbb\xb7\ \x27\x60\x2c\x49\xd2\xe9\xc9\xe9\x8b\xa7\xcf\x39\x00\xc2\x30\xbc\ \xb8\xb8\x18\x0e\x87\x5b\x9b\x1b\x24\x4f\x76\xb6\x56\x3e\xfb\x64\ \x1a\x45\x01\xa0\xa4\x5c\x2e\x17\x79\x16\xf8\x7e\x10\x78\xe1\xc2\ \xb5\xe9\x3a\x94\x50\x45\x56\x31\xe2\x1d\xc7\x65\x10\x59\x96\x5d\ \xb0\x02\x30\x96\x65\xd9\x60\x34\x94\x64\xa9\x52\xa9\x2c\x78\xd7\ \x66\xb3\xf9\xd6\xbd\xb7\xfe\xf8\x8f\xff\x58\xd3\x35\xdf\xf1\x04\ \x84\x93\x38\x7c\x79\x74\x90\xe5\x59\x1c\x85\x93\xf1\x88\xe7\x51\ \xa5\xfc\x46\x12\x87\xe3\xf1\xa0\xb5\x5c\xe7\x11\xff\x4b\x60\xba\ \x5f\xa1\x13\x15\x22\x00\x80\x20\x08\x9e\xeb\x95\xca\xa5\x45\x31\ \x88\x10\x22\x08\x1c\x21\xbf\x18\xc1\xc0\x63\x44\x08\xc1\x18\xe9\ \xba\xd1\x6c\x36\xa3\x28\xda\xd8\xd8\xd0\x34\xf5\xee\xdd\x37\x21\ \xe4\x3e\xfa\x9b\x1f\x39\xb6\x5d\xae\x56\x54\x4d\xab\x54\xca\xd6\ \xcc\x02\x00\x4c\xa7\x73\x9e\xe7\xeb\xf5\xc6\x17\x5f\x7c\x71\xe3\ \xc6\xcd\xdb\xb7\x6f\xcf\xe7\xf3\x28\x8a\x6c\xdb\x1e\x8f\xc7\x3f\ \xf9\xbb\x9f\x5c\xbf\x71\xfd\xfa\xf5\xeb\x86\x69\xb8\xb6\x1d\xc7\ \x71\xe0\xfb\xb2\xa2\x88\xa2\x38\x9f\xcd\xb2\x2c\x6b\x34\x1a\x3c\ \xcf\x33\xc6\x96\x97\x57\xac\xf9\x14\x61\xaa\x9b\xa9\xe6\xc7\x4b\ \xcb\x55\x3f\x1c\xe7\x94\xf6\x06\xfd\xd5\x95\x95\xbc\x08\x21\xe4\ \xa2\x38\x04\x1c\x40\x08\xa5\x69\x8a\x31\x9f\xa6\x59\x1c\x27\xbd\ \xfe\x60\x3c\xb5\xe7\xf3\x69\xb7\xdb\x95\x24\x69\x6e\xcd\xcb\xa5\ \x12\x8f\x79\xc7\x71\x00\x63\x0b\xfc\x82\x64\x59\x6b\xa5\xc5\x71\ \xe5\x20\x08\x5c\xd7\x35\x4d\x73\x38\x1c\x02\xc0\x4d\x26\x93\xd1\ \x78\x24\x0a\x62\x18\x86\x47\x87\x47\x80\x63\x61\x18\x6e\x6e\x6e\ \xce\x66\x33\xdf\xf7\x01\x00\xb2\x2c\xab\xaa\xda\xe9\x74\x21\x84\ \xaf\xf1\x6c\x59\x34\x07\x3c\xcf\xcf\xd2\xd4\x34\x4a\x10\xc2\xc0\ \xf7\xe7\xf3\xb9\xae\x99\x49\x92\x41\x08\xf7\xf7\xf7\xcb\xa5\x32\ \x84\xc8\xb6\xed\x34\xcb\xcd\x52\xa9\xd1\x6c\x94\x4b\x25\xc6\xb8\ \x30\x8e\xdd\xd4\xd3\x74\x55\x16\x45\x8b\x14\x08\x41\x45\x51\x93\ \x38\x8d\xa3\xe8\xe8\xf0\x70\x63\x63\xd3\xd0\x75\x5e\xe0\x39\x8e\ \x0a\x22\x5f\xaf\x55\xfd\x84\x49\x92\x0c\x11\x34\x54\x3e\x0e\xe3\ \xa5\xe5\x25\xcb\xf3\x1a\x8d\xfa\x64\x32\x79\xf1\xec\xd9\x7c\x36\ \xe5\x11\xaa\x56\xcb\x69\x1a\x43\x04\x6f\xdf\xb9\x09\x38\x14\x67\ \xb1\x22\x4b\xba\xaa\x86\x41\x10\x01\x4e\x55\xa4\x52\xa9\x74\xfd\ \xda\x35\xc7\xb2\x02\xdf\xe5\x31\x4a\xa2\x28\x8a\x6d\xd3\x30\xca\ \x86\x86\xb9\x5c\x16\xa5\x3c\xcb\x10\x07\xf2\x3c\x1b\x8f\x87\x84\ \xe4\x08\xa1\x52\x49\x4f\x12\x07\x02\x8e\x16\x94\x14\x45\xb3\xd9\ \xcc\x32\x1a\xf8\x1e\x05\x05\xa5\x29\xc6\x50\x96\x45\x8c\x61\x14\ \x06\x50\xd1\xa6\x93\x89\xa6\x2a\x2b\xcb\x2d\x4d\x51\x06\x83\x01\ \x25\x24\xf0\xdc\x28\x4e\x34\x45\xcc\xb3\x34\x89\xc3\x34\x49\x20\ \xc6\x51\x14\xbc\x3a\x3a\x60\x00\xed\x5f\xdf\x79\x3d\x41\x17\x44\ \x68\x38\x1c\x32\x4a\x39\xc6\x96\xdb\x6d\x06\xd8\xd9\xe9\xe9\xf2\ \xf2\x52\xad\xd6\xcc\xb2\xe4\xee\xdd\xbb\x6f\xdd\xbb\x47\x72\x22\ \x4b\xd2\xd1\xcb\x97\x84\xd2\x9d\x9d\x9d\x6a\xa5\x82\xb1\x90\x24\ \xa9\xeb\x38\xaa\xa6\x21\x08\x8a\x22\x35\x0d\x4d\x10\x70\xb3\xd1\ \x70\x5d\xe7\xd3\x4f\x3e\x6e\xb5\x56\xee\xdd\xbb\x67\x18\xba\xaa\ \x28\x98\xe3\x1a\xf5\x2a\x96\xb4\x9c\x42\x04\x39\xb3\x52\x39\x78\ \x72\xcc\xf3\x3c\xcf\x23\x9e\xc7\x94\xd0\x1f\xfe\xd7\x3f\x9f\x4d\ \xba\x1c\xe4\xd2\x34\xd5\x34\x25\x89\xe3\xa5\xa5\xf6\xfa\xf6\xce\ \x64\x36\x94\x15\xd9\x2c\x99\xa2\x28\x8e\xc7\xe3\x95\xa5\x56\x1c\ \xc7\x37\x6f\x5e\x4b\xa3\xf8\xe0\xc5\x81\xe7\x79\x94\x31\xcb\xb2\ \x92\x28\xdc\xda\xdc\xac\xd7\x4a\xd7\xf6\xf6\xfe\xe2\xff\xfa\x3f\ \x96\x97\xda\x18\xf1\x87\x87\x07\x61\xe8\x11\x4a\x11\x42\xed\xa5\ \x36\x63\x8c\x14\x2c\x08\x63\xcc\xa3\xbc\x28\x38\xc4\x91\xb4\xb0\ \xdc\x89\xa2\x08\x8a\x24\x21\xc4\x67\x69\x16\x06\x81\xef\xf9\xfd\ \x5e\xef\xab\x5f\xfd\x6a\xa3\xde\xf8\x87\xbf\xff\x87\x72\xa9\xc4\ \x28\x3d\x39\x7e\x99\x65\x89\x6d\xcd\xe3\x24\x9e\xcf\xa6\x18\x43\ \xc7\xb6\x3e\xfd\xf4\xe3\xc5\xfb\xe9\x9f\xfc\xd8\x7f\x75\xb9\x45\ \x8c\x51\x9a\xa6\x92\x24\xe9\xba\xb1\x28\xf7\x50\x42\x39\x0e\x12\ \xc2\xa2\x28\x49\x92\x24\x0a\x83\x30\x0a\x6c\xdb\xca\xb2\xec\xaf\ \xff\xfa\xaf\x0e\x0e\x0e\xe2\x24\x11\x45\x5e\x51\x34\x49\x92\x14\ \x45\x91\x24\xc9\xb6\x6d\xc0\x58\xbb\xd5\x6e\xb7\xdb\x82\x20\xf8\ \x9e\x37\x18\x0c\x96\x13\x85\x28\x00\x00\x20\x00\x49\x44\x41\x54\ \x28\xa5\x79\x96\x1d\x1d\x1d\xbd\xfb\xee\xbb\x80\xe3\x8a\xa2\xb0\ \x2c\xeb\xea\xea\x6a\x65\x65\xe5\xd7\xbf\xfd\xeb\x18\xe3\x83\xc3\ \x83\xd1\x68\x34\xec\xf7\x10\x60\x49\x14\x72\x8c\xa8\xb2\x18\x86\ \x81\xae\x29\x22\x8f\x15\x59\x12\x05\xbe\x5c\x2e\x6b\xba\x91\x15\ \xb9\xa6\xab\x66\xc5\x90\x55\xb5\x37\x18\x61\x5e\x86\x58\xf4\x82\ \x04\x22\xfe\xb3\x4f\x3f\xf6\xec\x29\x82\x8c\x31\x26\x08\x62\x96\ \x15\xaa\xa6\x59\x96\x7d\x7c\xfc\xea\xf9\xf3\xe7\xff\xcf\x7f\xfb\ \x6f\xa1\x1f\xc4\x71\x9c\x26\x29\x21\x24\xcf\xf2\xe9\x74\xe6\x38\ \xce\x70\x38\x34\xcd\x52\xb9\x5e\x17\x04\xe9\xea\xea\x2a\x08\x02\ \x8c\x31\xa1\x79\x96\x26\xbd\xee\xe5\xe9\xd9\x71\x1c\x47\x94\x52\ \x00\x58\x14\x87\xfd\x7e\x5f\xd7\x75\x0e\x40\x4d\xd3\xf7\xf6\xae\ \x25\x69\x76\x76\x71\xe1\x7a\xfe\x87\x5f\xfd\x6a\xb9\x5c\xfe\xff\ \xa6\xda\xfc\xb3\xb7\x2f\x1e\x0b\x8c\x81\x66\xb3\x59\x14\x39\xe6\ \x79\x51\x10\xc3\x28\x1c\x4f\x46\xa5\x52\x09\x00\x96\x65\x99\x65\ \x59\x96\x65\xb5\x9a\xad\xdb\xfb\xfb\xa5\x92\xb1\x48\xbf\x03\x46\ \xb2\x38\x2a\x92\x34\x8a\x23\x4a\x29\xc6\x3c\xc7\x81\xd5\xb5\x95\ \x85\x0d\xaa\x64\x9a\x41\xe0\x1d\x1e\x3c\x8f\xa3\x38\x4d\x53\x0e\ \x30\x04\x68\xe4\xdb\xa6\xa1\x4d\x27\xd3\x56\x7b\xf9\xbf\xfb\xce\ \x6f\xa4\x69\xfa\xfc\xd9\xd3\x93\x57\x47\xab\x4b\xad\x66\xa3\x51\ \x64\x85\x61\x94\x15\x49\xd9\xd9\xdc\x6c\xd6\x6a\xbb\xdb\x9b\xa6\ \xaa\xc6\xbe\x3f\x1b\x0e\x23\xcf\x2f\xb2\x24\x70\xdd\x22\x49\x4c\ \x4d\xb9\x75\x63\x97\xd1\x02\x90\x02\x43\x6e\x32\x1c\x20\x0e\x98\ \xba\x46\x48\x81\x31\x44\x18\x26\x49\xe4\xfb\xae\xe7\x7b\xa5\x52\ \xb9\xd5\x6e\x31\xc6\x8a\xa2\xa0\x8c\x12\x46\xf2\x22\x5f\x5d\x5f\ \x17\x45\x31\x2b\x0a\x45\x56\x10\x46\x08\x42\x1e\x63\x08\x40\xe8\ \x7b\x9e\xe7\xf4\xfb\x9d\x38\x0a\x87\x83\x41\xab\xd9\x4c\x93\x34\ \x08\x43\x5a\xe4\x8c\xe4\xba\xae\x65\x59\x0a\x38\x4e\x10\x45\x42\ \x48\x41\x08\x63\xac\x20\x05\x25\x05\x78\xbd\x96\xee\x02\xe9\xca\ \xb3\x5a\xb3\xa6\xaa\x9a\x6d\xcf\x1b\x8d\x7a\x51\x90\x6e\xa7\x63\ \x59\x76\xab\xd5\x2a\x0a\x92\x24\xf1\xe5\xd5\x25\xa5\xe4\x1b\x5f\ \xff\x7a\xa3\x51\xe7\x31\xe2\x31\x5c\x6c\xb2\x41\xe0\xa5\x71\xb4\ \x48\x5f\x9a\xa6\x29\xcb\xd2\x37\xbf\xf9\x0d\x55\x53\x24\x89\xf7\ \x3c\xf7\xf9\xb3\xa7\xc3\x61\x2f\x8c\x42\x52\xe4\x88\xa3\x81\x6b\ \x41\xae\x10\x45\xa1\xd7\xef\xff\x4f\xff\xf3\xff\x22\x4a\xca\xc9\ \xf1\xc9\xab\x97\x47\x8e\x3d\xdb\xdd\xdd\xc9\xd2\xac\x56\x6b\xe8\ \x86\x59\xa9\x94\x6f\xdd\xba\xb1\xb5\xb5\x71\x6d\x6f\x17\x50\xea\ \xd9\xae\x33\xb7\x10\x05\x91\x1f\x23\x00\x93\x28\xb9\x79\xf3\x1a\ \x86\x1c\x86\x40\xe2\xf1\x6c\x32\x9a\x4c\xc6\xdb\xdb\xdb\x94\xb2\ \x34\x2b\x4c\xd3\x64\x84\x0c\x07\x5d\x6b\x3e\x2b\x08\xdb\xd8\xda\ \x12\x25\x21\x4b\xd3\x22\x27\x3c\x8f\x09\x29\x1a\xf5\xc6\x7b\xef\ \xbd\x33\x9b\x8e\x65\x59\x2c\x57\xca\x08\x61\x55\x51\x00\xa5\x51\ \x10\xf8\xae\x7b\x71\x7e\x36\x1e\x8d\xba\x57\x97\xed\x56\xa3\x52\ \x32\xae\xae\x2e\xa3\xc8\x2f\x58\x01\x38\x26\xca\xe2\x74\x36\x41\ \x18\x2a\xaa\x0c\x11\x17\x27\x31\xa5\x24\x8c\x02\x42\xc8\x2f\xaf\ \xec\xfe\xea\xa8\x08\x42\x48\xa9\xac\xa5\x69\x02\x00\x97\x65\x05\ \xa3\x1c\x00\x4c\x10\xf8\x38\xc9\x5c\xc7\xcb\xd2\x54\xd5\xd0\x6c\ \x36\xfa\xd3\x3f\xfd\xb3\xdb\x77\xee\xfc\xd5\x5f\xfd\xcd\x6c\x6a\ \x0f\x87\x43\x06\x00\x05\x80\x50\x0e\x03\x00\x38\x4e\x94\x24\xc0\ \x71\xa2\x28\x96\xcb\xe5\xa2\x28\x38\x08\xb3\x2c\xa9\x98\xe5\x27\ \x4f\x9e\x7c\xff\xdf\xff\x87\xcd\xed\x0d\x5e\x40\xbc\x88\xfd\xd0\ \x7b\x79\x7c\xb4\xb7\xb7\xb7\xb5\xbb\x55\x6b\x54\x3f\xbb\x7f\xdf\ \x9a\x4d\x9c\xf9\x14\x23\x48\xf3\x14\x32\xd2\xef\x5c\x9a\xa5\x52\ \xe0\xda\x79\x1a\xf1\x25\x2d\xf0\x9d\x2f\xbe\x38\x52\x55\xbd\x20\ \x04\x62\x20\x4a\x54\x37\x44\x6b\x6e\x97\x2b\x6d\x0e\x70\x57\x57\ \x57\x00\xaa\xd1\xd9\x51\x18\xfa\xaa\xc0\x17\x14\x14\x14\x30\x00\ \x45\x49\x9b\xcd\xac\x34\xa3\xc7\xc7\x2f\x1d\xc7\xda\x5c\x5d\x66\ \x8c\x21\x0e\xc5\x51\xb2\x30\x40\x14\x45\x61\x98\xa5\x34\x4d\xcf\ \xce\xcf\x8b\xa2\xc8\xf2\xb4\x28\xb2\x34\x89\x28\x49\x25\x81\xa7\ \x84\x4b\xb3\x38\x08\xfd\xbc\xc8\xfd\xc0\xbb\xbc\x3a\xdf\xdc\xda\ \x29\x57\xab\x37\x6f\xdf\xe9\x0d\x46\x3b\x7b\xb7\x09\x23\xee\xd1\ \x0b\x41\x51\xdb\x1b\xeb\x82\x24\xfd\xf2\x18\xd7\x2f\xf9\x0d\x11\ \x02\x38\x0e\x49\x92\xcc\x71\x9c\x2c\xcb\x51\x14\xd9\x8e\x63\x96\ \x4a\x0b\x78\x5d\x14\xa5\xc5\x8e\x59\xab\x55\x18\x25\x08\x72\x1c\ \xa0\x1c\x00\xaa\x2c\x32\x92\x47\xbe\xcb\x01\x06\x28\x90\x04\x41\ \x53\xe4\xa2\xc8\xa3\xd0\x7f\xef\xdd\x77\x96\x97\x57\xc6\xe3\x51\ \x14\x7a\x8e\x33\x37\x34\x25\x8b\x02\x90\xd3\x34\x88\x3c\x4c\x0f\ \x0f\x5f\x94\x4a\x5a\xa9\x62\x20\xc0\x1e\xfc\xec\x27\xbf\xfb\x3f\ \x7c\xaf\x54\x2a\xff\xf4\xef\x7a\x22\x2f\x47\x41\x7e\x6d\xf7\x96\ \xaa\xea\x8a\xaa\x42\x0e\x86\xb6\xed\xfb\xbe\x40\x81\xba\xd4\x86\ \x39\x3b\x3b\x78\xb1\xbc\xdc\x2a\x95\x4b\x12\xe2\x74\x59\xf8\xfc\ \xfe\x27\x97\xe7\xe7\x80\x72\x93\xd1\xa8\xc8\xa2\xd0\x9f\x67\x59\ \xac\xab\x12\x84\xc0\x0f\x3c\x3f\x48\xee\xdc\xd9\x68\x36\x5b\x49\ \x12\x4f\xe6\x13\xc8\x0b\x0c\x14\x1c\xc6\xdd\x4e\x27\x4e\x88\xe3\ \x07\x00\x02\xc0\xb1\x4a\xa9\xec\x3b\x7d\x88\x39\x41\x14\xf2\x34\ \x16\x30\xba\xbc\x3c\xc7\x18\x8b\x92\xd8\x68\x2c\x75\xba\x57\x49\ \x1c\x01\x46\x25\x81\x67\x8c\x62\x41\xe4\x10\x4e\xa8\x27\xca\x8a\ \x28\xab\x0c\x70\x88\xe7\xd9\xeb\x0e\x8c\x23\x8c\x25\x45\x61\x56\ \x2a\x46\xd9\x24\xbd\x6e\xa5\x5a\xfb\xd9\xcf\x7e\xb6\xbb\x7b\x0d\ \x71\x5c\x1a\x25\x69\x9c\x0c\x06\x83\xb3\xb3\xb3\xef\x7e\xf7\xbb\ \x80\x03\x3c\x86\x08\x72\xa4\xc8\x44\x1e\xd6\xca\x86\xeb\x7b\x5e\ \x98\x67\x69\x2c\x8b\x2a\xc9\x81\xaa\x28\xb6\x35\x5f\x5b\x59\xfe\ \xda\xd7\xbe\x16\x84\xc1\xd1\xe1\x51\xaf\x7f\x61\x7b\x2e\x63\x34\ \x4f\xbd\x3c\x9e\x47\x5e\x12\x38\xf4\xbc\x73\xf9\x1f\xfe\xc7\x7f\ \xdf\x6c\x2d\x3d\x7b\xfc\xe4\xfa\xce\x8d\xdf\xf8\xce\x37\x1e\x3c\ \xb8\x1f\xf8\x69\x41\x20\x44\xd2\xdb\x6f\xbf\x9d\x24\x49\xb3\x6a\ \x06\xce\x7c\xda\x1d\x46\x6e\x24\x5f\xe3\x4b\x86\x39\xb8\x3c\x57\ \x55\x75\x73\x73\x23\xcf\xf3\x6b\x7b\x5b\xbd\xee\xf9\xe1\xc1\xa1\ \xe7\xce\x21\xac\x7c\xf1\xe4\x4b\xc0\xe8\xd9\xe5\x15\xe4\x50\xad\ \x64\x20\x92\x8e\x87\x1d\xc4\xcb\x2b\x9b\xbb\x71\x96\x7b\xd6\x44\ \x40\x62\x01\x32\x8c\xd9\xdc\x19\xf7\x86\x67\x61\x3c\xeb\x76\x52\ \x55\xd5\x4b\x65\x33\x47\x49\x18\x06\x1c\x14\xe3\x24\x42\x18\xf4\ \xfb\x9d\xbf\xf5\xe6\xa2\x28\xde\x79\xe3\xd6\x45\xf7\x22\x8c\x83\ \xe9\xdc\x5a\x5a\x5a\x42\x3c\xae\xd4\x6a\x59\x9e\x47\x51\x14\x04\ \xc1\xda\xc6\x06\x44\xa8\xd1\x6a\x2d\x1c\x9c\xff\xf2\x3b\x17\x84\ \x30\x0c\x43\x42\x87\xb2\x2c\x67\x69\x1a\xc7\x91\x20\x88\x84\x10\ \x59\x51\x16\xc1\x3a\xdf\x75\x18\xa0\x3f\xfe\xdb\x8f\x1e\x3d\x7e\ \x74\xff\xc1\x7d\x51\x52\xf2\x82\xbe\x7c\xf5\x2a\x4c\xb2\xc5\x34\ \xc2\x22\x03\xc7\xc7\xc7\x1f\x7c\xf0\x41\x91\xe5\x98\xc7\xab\xab\ \x6b\x45\xf1\x33\x55\x53\x93\x38\xe2\x20\x8c\x93\xe4\xee\x9b\x6f\ \x72\x80\x4b\x93\x44\x95\x15\xc8\x71\xa1\x1f\xe8\x9a\x9e\xa7\x29\ \xa0\xcc\xd4\xf5\xde\xf9\xf9\x78\x34\x8a\xa3\x10\x70\x9c\xed\x58\ \x18\x63\x00\x01\x65\xe4\xc5\xc1\xf3\xb7\xf5\x77\x4b\x15\x23\x49\ \xd2\x2c\x23\x9e\xe7\x36\x9b\xcd\xdd\xdd\xad\x5a\xad\x5e\xad\x56\ \x87\xc3\xe1\xcd\x5b\xfb\xe7\x97\x57\x41\x10\x9a\xba\xc0\x0b\xb8\ \x20\x19\xc7\x00\x60\x80\x50\x5a\x2a\x95\x75\xdd\x08\x02\xbf\xdb\ \xbb\xaa\x56\xca\x49\x1c\xcb\x8a\x3c\x9f\xcf\x79\x1e\x8b\xa2\x88\ \x10\x6a\x34\xea\x82\x20\x8e\x46\xc3\x38\x8e\x0b\x4a\x18\x25\x8c\ \x32\x0e\x00\x5a\xe4\x39\x07\x10\x42\x08\x72\xbc\x80\xb1\x80\x0a\ \x4a\x38\x8e\xf3\x1c\xe7\xed\xb7\xde\x89\xe3\x98\x11\x72\xd5\xb9\ \xe2\x45\x01\x00\xae\x52\xab\x5d\x9c\x9d\x67\x1f\xbc\xc3\x69\x2a\ \x00\xaf\xa3\x8b\x58\x44\x6a\xf3\x3c\xc7\x3c\x1f\x79\x3e\xc4\xfc\ \xf2\xf2\x72\x14\x45\x6b\x6b\x6b\x86\x61\xf4\xba\x9d\x30\x0c\xd7\ \xd6\xd6\x16\x12\x8b\x45\x33\x97\x90\xc2\xb6\xe6\x49\x92\x98\xa6\ \x99\x65\xd9\xa2\xcf\xb0\xb2\xb2\xf2\xf0\xf3\xcf\x37\x36\x36\x96\ \x96\xdb\x79\x91\xa6\x69\xb2\xbb\xbb\x43\x48\xe6\xda\x33\x0e\x30\ \x9a\xa7\x08\x50\xc7\xb6\xa6\xd3\xd1\xee\xce\xbb\x59\x96\x28\xb2\ \x94\x67\xe9\xe6\xe6\x6a\x9a\xe6\x18\xf3\x49\x9a\xb7\x1a\xed\x8d\ \x8d\xcd\xd9\x74\x66\xcd\xe7\xba\xae\x2f\xb5\x5a\x9e\xaa\x48\x22\ \x9f\x44\x61\x1c\xf8\xa3\xd1\x10\x63\xd6\xe9\x5c\x1c\xbd\x3c\x9a\ \xcf\x27\x57\x57\x57\xa6\x59\x82\x48\x72\x5d\x17\x02\x52\x2a\xa9\ \xd5\x4a\xa5\x77\x75\x81\x14\xe4\x79\x5e\x5e\x80\xbd\xeb\xd7\x8c\ \xb2\xc1\x0f\x04\xdd\xd0\x16\xb7\x1c\x4a\x28\xc2\xd8\x30\x54\x42\ \x18\xe4\x41\x92\xa6\x8b\x21\x00\x90\xe3\x5c\xd7\x63\x8c\xc6\x71\ \xbc\x68\xda\x72\x1c\xd7\x6a\x2d\x59\xb6\x65\xdb\xb6\x2c\x8b\x45\ \x51\x50\xca\x78\x51\xcc\xf2\x5c\x14\x25\xdd\x30\x38\xc4\x87\x61\ \x58\x14\x39\xf7\x9a\x22\x7a\xc6\x21\x98\x33\xaa\xa8\x5a\x96\x67\ \x8a\xa2\x4e\xa7\x53\xd3\x34\xeb\xf5\x7a\x9e\xe7\x37\x6f\xde\xf0\ \xfd\xe0\xf0\xf0\x70\x65\x65\x45\x14\x45\x42\x08\x8d\xa9\xac\xc8\ \x1c\xc7\x2d\x6c\x94\x18\xc2\x02\xc2\x38\x4a\x34\x4d\xa7\x94\x29\ \x8a\xd2\xef\xf7\x3f\xfc\xfd\x0f\x29\x23\x49\x12\x9b\x25\xe3\xd6\ \xfe\xcd\x57\x27\x27\xb6\x6d\xb7\x5a\x0d\x8c\xb8\x30\xf4\xcf\xcf\ \xcf\xeb\xcd\x26\xc7\xc1\x56\x6b\xe9\xf3\xcf\xbf\x60\x8c\xdc\xb9\ \x73\xfb\x67\x3f\xfb\x07\x5e\xe0\xd3\x34\x7b\xe3\xcd\x37\x9a\xcd\ \x66\xb7\xdb\x9d\x4e\x26\x94\x90\xd5\x95\x15\xdf\x0f\x03\xdb\x86\ \x8c\xb8\xd6\x3c\xf2\x5d\x8e\x15\xa7\x27\xa7\xc3\xd1\xe0\xd1\xa3\ \x2f\x7c\xdf\x5f\x5a\x5e\x99\x4c\x46\x41\x1c\x6f\x6f\x6d\x56\xab\ \x75\x55\x55\x93\x24\x82\xa2\xd8\xed\x0d\x3e\xfc\xf6\xbf\xbd\x79\ \xeb\xd6\xc5\xe9\xab\x7a\xb5\x26\x4b\x92\xe7\xbb\x79\x96\x69\xaa\ \x5a\x14\x69\xb3\x59\x97\x44\x35\x4b\x8b\x28\x88\x38\x8e\xa9\xaa\ \x9a\x24\x49\x9a\xa6\x51\x14\xa5\x69\x52\x14\x19\xc6\x50\xd7\xb5\ \xad\x8d\xb5\x57\xc7\xe7\x69\x46\x1a\x8d\xc6\x74\x36\xa3\x00\x20\ \x84\x78\x9e\xdf\xdb\xdb\x53\x34\x4d\x12\xc5\x30\x8a\x8a\xa2\xc0\ \x18\xff\xcb\xef\x5c\xa2\x28\x3e\x7d\xf2\xec\xd1\xa3\xc7\x77\xef\ \xde\x53\x55\x65\xf1\xe9\x2c\xbc\x3c\xb2\x2c\xef\xed\xee\x31\x92\ \x1f\x1f\x9f\xdd\xbf\xff\xb0\x28\x0a\x9e\x17\x10\x82\x7e\x12\xbc\ \x7c\x79\x34\x1a\x0e\xeb\xf5\xa6\xaa\x48\x17\xe7\x67\x94\xd2\xbd\ \xbd\xbd\x8b\x8b\xcb\x45\xc3\x55\x96\xe5\xc5\x9f\x37\x1c\x0c\x3e\ \xf8\xf0\x83\x9d\xcd\xed\xf3\x93\x13\xc3\x30\xca\xe5\x32\x2d\x88\ \x63\xd9\x81\xe7\x5d\x9c\x9e\xb7\xdb\x6d\x4d\x56\xe2\x28\x5a\xb4\ \xf6\xf2\xa2\x68\xb7\xdb\x95\x72\xe5\xe8\xf8\x25\x25\x44\x92\xe5\ \xe3\x93\x63\x4a\x68\xbb\xdd\x3e\x7e\x75\x32\x9d\x4e\x96\xda\x6d\ \xcf\xf1\xaa\x95\x6a\x12\x27\x45\x9e\x0b\x18\x67\x49\x9a\x22\x8e\ \xaa\x18\x00\x48\x28\x23\x94\x52\xca\x65\x69\x86\x10\xaa\x56\x2b\ \xc7\x27\xc7\x88\xe3\x6a\x95\x0a\x03\x20\x0c\x43\x9e\xc7\x71\x1c\ \x9b\xa6\x79\xf7\x17\x23\x55\x40\x92\x24\x0b\x96\x3d\x8c\x23\x0c\ \x18\x46\x88\x12\x0a\x21\xe4\x38\x0e\x43\x24\x09\x62\x84\x93\x34\ \x49\x00\xa0\x69\x9a\x8c\xc7\xa3\x6a\xad\x49\x0b\x92\xc4\x51\x92\ \xc6\x69\x12\xb7\xda\xcd\xf3\xd3\x63\xcf\x73\x9b\xf5\xea\x6b\x0c\ \xd2\xa0\x94\xaa\xaa\xaa\xaa\x6a\xa3\xd1\x80\x08\xf9\xbe\x6f\x96\ \x2b\x94\x52\x45\x51\x35\x4d\x63\x8c\x51\xc6\x16\xec\xdb\x42\xc9\ \x3f\x9f\xcf\x15\x45\xa9\x56\xab\x08\x21\x42\x48\x9a\xa6\x10\x42\ \x45\x96\xc3\x30\xd4\x54\xb5\x56\xa9\xb4\x5a\x2d\x46\x99\x80\x79\ \x43\xd7\xab\xd5\xaa\x6d\xcf\x4d\x5d\x31\x4d\xa3\x51\x6b\x64\x59\ \xf1\xf1\xcf\x7e\xce\x00\xd8\xdc\xd8\xb2\x9d\x59\xad\x56\xeb\xf5\ \x3a\x8c\xd1\x72\xb9\x54\x14\x59\x96\x25\xcd\x56\x03\x42\x10\x27\ \x91\xef\x07\x82\xc0\x9b\x25\xf3\xd6\xfe\x3e\xc2\x60\xd0\x1f\x5c\ \x5d\x5d\x76\x7b\x17\xb3\xd9\xc8\xf3\x5d\xd7\xb5\x15\x45\xe1\x38\ \xb0\xb5\xb5\x91\x13\x58\x2e\xd7\x65\x09\x4f\x46\x9d\x30\x08\x17\ \xa7\xb0\x24\x4a\xa2\x80\x82\xc0\xcb\xf3\x9c\xe7\x31\xe4\xb8\x28\ \xf6\x79\x9e\x47\x0a\x02\x00\x40\x00\x31\x82\x05\xc9\x29\x21\x79\ \x9e\x0b\x3c\xf6\x3c\xcf\xf3\x1c\xcc\xe3\x28\x0e\x49\x41\x24\x59\ \x4e\xd3\x44\xd3\x34\xc3\x30\x3c\xcf\x16\x84\xc5\xb8\x53\x02\x00\ \x60\x94\x15\x45\x61\xdb\x76\x56\xd0\x2c\xcf\x93\x24\x01\xaf\x09\ \xa3\xc0\x30\x08\xb6\x56\xd7\x97\xda\x6d\x5d\x37\x92\xf8\xd4\x9a\ \xdb\xef\xbc\xf3\x4e\x18\x86\xfb\xfb\xfb\x18\xf3\xc3\xe1\xb0\xd1\ \x68\x2c\x2d\x2d\x9d\x9f\x9f\xaf\xac\xac\x94\x4a\x25\xcf\xf7\x16\ \x78\x63\x18\x86\x94\x52\x5d\xd7\x44\x49\x9c\xcf\xe7\x95\x4a\x65\ \xe1\xa7\x2c\x95\x4a\x94\x52\x08\x61\xbd\x5e\x6f\xb7\xdb\x6b\xab\ \x5f\xee\xec\xec\x50\x4a\x4c\xb3\xe4\xba\xf6\x9f\x7c\xf2\x27\x3f\ \xf8\xc1\x1f\x94\x4c\x53\x55\x54\x9e\xc7\x45\x51\x08\x18\xcb\x92\ \x94\xc6\x71\xa5\x5c\x36\x34\x9d\x14\xf9\x68\x38\xac\x56\x6b\x8a\ \xac\xb4\x1a\xcd\x52\xb9\x14\x27\xf1\xd9\xd9\xd9\xf3\xa7\x4f\x44\ \x91\xef\x5e\x19\xcf\x5f\x3c\x07\x80\x26\x51\xb0\xba\xdc\xde\xd9\ \xdd\xf6\xc2\x64\x7d\x6b\x6b\x3c\x99\xe4\x45\x01\x38\xc0\x28\x13\ \x44\x01\x41\x84\x11\xbc\xb8\x38\x5b\xcc\x91\xb2\x1d\x07\x72\x1c\ \xc6\x28\xcd\x52\x51\x14\x25\x49\xe2\x00\x47\x19\xc5\x1c\x22\x94\ \x10\x42\xe6\xf3\x39\xa5\x24\x08\xfc\xc1\x60\x58\xab\x55\x54\x55\ \xd1\x34\xfd\xe6\xcd\x1b\x27\xa7\x17\x8c\x31\x5d\xd7\xa3\x28\x52\ \x55\x95\x72\x5c\x9a\xa6\xb6\x6d\x4f\x26\x93\xc5\xe7\xfa\x8b\xb1\ \xb8\xff\xe2\x15\x7a\x08\x61\x14\x85\x5f\x7e\xf1\xc0\xb5\x66\x37\ \x6e\xde\x00\x00\x0c\x87\x43\x8c\x31\xe4\x20\xc2\x08\x71\x54\xd7\ \x8d\x27\x4f\x9e\x5a\xb6\x1d\xc7\x09\xa3\xb1\x69\x96\x10\x42\x83\ \x7e\x6f\x36\x19\xaf\x2c\x2d\xbb\xb6\x15\xf8\x9e\x24\x4a\x79\x9e\ \xcb\xb2\xec\x38\x8e\x61\x98\x10\x42\x52\x14\x8c\x52\x41\x14\xdb\ \xed\xf6\xa0\xdb\x73\x7c\x1f\x43\x54\xad\xd5\x8e\x9e\x3f\xb7\x26\ \x13\x09\xf3\x08\x80\xa7\x8f\xbe\x9c\xce\xa6\x45\x9a\xe9\xba\x5a\ \xe4\x85\x3b\x99\xf8\xbe\x1f\x45\x51\x18\x04\x53\x08\x37\xb6\x36\ \x5d\xc7\x3d\xbf\x38\x2f\xe9\xa5\x92\x61\x00\x4a\x7d\xd7\x8d\xa2\ \x38\x89\xe3\xd9\x64\x5c\x32\xcc\xc0\xf7\x4b\x86\x11\x84\x7e\x1c\ \x63\x00\x40\x9e\x17\x84\x82\x82\x32\x9e\xe7\x19\xa5\x49\x1c\x4f\ \xa7\xd3\xd5\x95\x15\x08\x39\x59\x92\x3c\xcf\xdb\xde\xde\x8a\xe3\ \xc4\xf7\xfd\x34\x4d\x7a\xbd\xae\xae\x1b\x8b\xfb\x17\x00\x80\x63\ \x2c\x27\xb9\x22\x09\x18\x01\x49\x14\x0b\x42\x58\x51\x40\xc8\xd1\ \x9c\xca\xb2\x5c\xab\x96\x29\xe1\xce\x4e\x4f\x4c\xa3\x04\x00\xab\ \x57\x2b\x8e\xeb\xae\xaf\xaf\x4d\xa7\x63\xd7\x71\xd2\x34\x7d\x8d\ \x82\xcb\xe2\xdf\x7f\x6b\x7f\xbf\xdb\xe9\x08\x82\x90\xa6\xe9\xe2\ \x92\x6b\xdb\xf6\xed\x3b\x6f\x64\x59\x36\x1a\x8d\xb2\x2c\x5f\x59\ \x36\x8a\x22\xb7\x2c\x2b\x8e\xe3\x05\x50\x26\xcb\x32\xc7\x71\x95\ \x4a\x45\x92\x24\x46\x69\xad\x52\x09\x7c\xdf\xf3\x7d\x81\xe7\x0d\ \x4d\xe3\x18\x4b\x93\x04\x72\x5c\x91\x67\x59\x9c\x34\x1b\x0d\x52\ \x14\xb2\x21\x23\x98\xbf\x3c\x3a\xfc\x9d\xdf\xf9\xb7\x2b\xab\x4b\ \x08\xd3\x66\xb3\x39\xe8\x77\xd3\x24\x31\x0c\x93\x90\x82\xc7\x88\ \xe7\xd1\x6c\x3e\xbd\xb8\x38\x85\x90\x87\x90\x8b\xe3\x98\xd2\xa2\ \x54\x36\x08\xcd\x24\x59\x68\x36\x6b\x83\xc1\x70\x34\xea\x9b\xa6\ \x21\x88\xb8\x54\xd2\x00\x47\xcb\xa5\xb2\x20\xf0\xae\x63\xcd\xe7\ \xf3\x38\x4e\x04\x41\x02\x80\xc3\x18\x35\xdb\xcb\xb7\xf7\x6f\x3d\ \x7a\xf4\x98\x47\x7c\x92\x24\x3c\xe6\x31\x82\x00\xb0\x28\x0c\x10\ \x2a\xe2\x38\x02\x1c\x29\x48\x5e\x10\xc4\x51\xe6\x07\x6e\x41\x72\ \x42\x0b\x00\x28\xe6\x21\x42\x5c\xb5\x56\xae\xd7\x1b\xdd\x5e\xa7\ \x28\xc8\x82\x85\x56\x55\x35\x27\x54\x14\xc5\x82\x10\x8e\xe3\x38\ \x8e\x4b\xd3\x34\x49\x12\xf8\x5a\x00\x70\x5e\x14\xb7\xf6\xf7\x0d\ \xcd\x70\x3d\xf7\x17\xcb\xc8\x40\xb7\xdb\xb9\x79\x73\x5f\xd3\xb4\ \x7e\xbf\xd7\xeb\xf5\xf6\xf7\x6f\x31\xc6\x3c\xcf\xeb\xf5\x7a\xfd\ \x7e\x9f\xe7\xf9\xad\xad\x2d\x9e\xe7\x35\x4d\x93\x65\x99\xe3\x80\ \xc0\xa3\x56\xab\xd5\xe9\x74\x30\xc6\xcb\xcb\xcb\x8b\xc9\x55\x0b\ \xb3\xd5\x74\x3a\x5d\x5b\x5d\x8b\x82\x50\xd3\xd5\x4a\xa5\xf2\xe3\ \x8f\xfe\x46\x53\xd5\xb7\xee\xdd\x83\x90\xbb\xf7\xe6\xdd\xff\xf2\ \x5f\xfe\x33\x29\x0a\x91\xff\x7f\x99\x7b\xb3\x1f\x4b\xae\xf3\x4e\ \xf0\xec\xb1\x47\xdc\x2d\xd7\xca\xcc\xda\x58\x25\x92\x16\xb5\x98\ \x96\x17\x34\x0c\x77\x8f\xc7\x76\xcf\x3c\xf7\xff\xe6\x67\x01\xdd\ \x03\x0c\xfa\x65\xe0\x9e\x9e\xb1\x35\x2d\xc3\xb2\x2c\x59\xe6\x22\ \x16\x59\x24\xab\x58\x6b\xee\xf7\xe6\xdd\x62\x8f\x38\xfb\x99\x87\ \x28\xe9\xd1\x9a\xa9\x06\xd4\x7a\xcd\x44\x22\x33\x6f\x9c\x38\xdf\ \xf7\xfd\xbe\xdf\x42\x91\x03\xa2\xeb\x47\x69\xea\x8c\xf9\xe2\xf3\ \x47\x9b\xd5\x6a\x94\xa6\x75\x59\x2a\xc1\x31\x82\x4a\xf1\x2c\x0e\ \xef\xdf\x39\x39\x3d\x7b\xf5\x8b\x9f\x7d\x11\x04\xde\xf1\xc9\x2d\ \xe4\x0c\x41\x20\xf2\xd8\x64\x36\xc3\x18\x71\xde\xcd\xe7\x73\xa1\ \x34\xa3\xce\x39\x37\x19\x8f\xfe\xe8\x07\x7f\x00\xac\x2a\xf2\x9c\ \x8c\x53\xad\x94\x36\xc6\xf3\x58\xd7\xf5\x5d\xd7\xd5\x75\xa5\x94\ \xd3\xd2\x8e\xc6\x59\x9c\x44\xab\xd5\x72\xbb\xdd\x0e\x99\xf0\xb3\ \xd9\x94\x52\xc2\x18\x3d\x3c\x3c\x54\x5a\x42\x04\x07\x59\x5e\x96\ \x65\x43\x26\xf6\x78\x3c\xae\xaa\xca\x39\x37\x6c\xd8\x7e\xe3\x90\ \xfe\x5b\x64\xa2\x3a\x67\x94\xd8\xac\x6f\x5e\x3e\x47\x41\x18\x02\ \xe0\x30\x24\x00\x98\xbe\xeb\x5e\xbf\x7a\x9e\x24\xe9\xb3\xe7\xdf\ \x74\x9c\x13\x46\xb5\x36\x45\x59\xc6\x51\xd2\x76\xed\x47\x1f\xff\ \xcb\xc3\x87\x0f\x95\x92\x1f\x7f\xf4\x2f\x52\xf0\x81\x64\x9f\x26\ \xe9\xc3\x87\x0f\x29\xa5\xda\xa8\x9e\x8b\x71\x96\x1d\x1e\x1e\x2e\ \x16\xf3\xf9\x7c\xe1\x7b\x9e\x56\xf2\xf1\xe7\x8f\x8e\x6f\x1d\xde\ \xda\xdf\xdb\x9b\x4d\xe3\xc0\xff\xe2\xd1\x2f\x2f\x2f\x2e\x10\xb0\ \xeb\xf5\x9a\x52\xfa\xe4\xc9\x13\x6b\x6d\x9a\x65\xd9\x08\xad\x57\ \x6b\xed\x6c\x59\x94\x46\xea\xc0\xf7\x37\xdb\x55\x51\x6e\xdb\xb6\ \x7d\xf6\xfc\x69\xd3\xd6\x9e\xe7\xad\xb7\xcb\xa3\xe3\xc3\xeb\xeb\ \xeb\x8e\x77\x41\x10\x18\x0b\xac\x83\x10\x02\x08\x9c\x10\xfc\xcb\ \x2f\x1f\x1b\xa5\x76\x77\x66\x4d\x53\x1b\x2d\xf7\xf7\x66\x84\x90\ \xd5\xb2\x2c\xf2\xfc\xd5\xcb\xe7\x42\x88\x9b\xc5\x3c\x8a\xa2\xdb\ \xb7\x8f\xba\x4e\x34\x4d\xa5\x85\x21\x18\x53\x4c\x7c\xc6\xea\xb6\ \x35\xda\x40\x00\x11\x82\xc0\x5a\x2d\x85\xef\x85\xbc\xef\x3e\xfa\ \xe8\x17\xdf\xfd\xee\xf7\x6f\x16\xf3\x3b\x77\x6f\xbf\xff\x7b\xef\ \xbd\x78\xf9\xc2\x28\x99\x26\xc9\xdb\x21\xf4\x18\xe3\x9d\xd9\xec\ \xf9\xb3\xe7\x45\x51\x10\x42\x30\x42\xbe\xef\xef\xed\xef\x8f\xb2\ \x34\x2f\xeb\xf9\x7c\xfe\xed\x6f\x7f\x10\xc7\x31\x84\x60\xb8\xb6\ \x7c\xdf\x9f\x4c\x26\x83\x71\x6b\x14\x45\x00\x00\xde\x75\x84\xe0\ \xe9\x6c\x6a\xac\xd5\x5a\xf5\x7d\x27\x65\x9c\xe7\xb9\xef\xfb\x6d\ \xdb\x6a\xa3\xde\x79\xe7\xbe\xef\x07\x81\xc7\xa2\x20\x48\xb3\xec\ \xe8\xe8\x08\x58\xbb\xbf\xbb\x77\xeb\xf0\xe0\x17\xff\xdc\x9f\x9d\ \xbd\xbe\x73\xe7\x0e\x70\x36\xcb\x52\x67\xf4\x72\x31\xbf\x73\xfb\ \x84\x73\x79\x76\x76\x6a\x8c\x71\x56\x41\xb8\xdf\x75\x1d\x04\xe6\ \xe1\x83\xfb\x8c\xe2\xba\xda\xb6\x75\xd5\x36\x15\x80\xb6\xae\x72\ \x82\xbd\xd7\xaf\x4f\x9d\x51\xd6\x48\x82\xf0\x28\xcd\x84\x10\x82\ \x73\x0c\x21\xe7\x3d\xe7\xdd\xed\x07\xef\xfe\xf2\xb3\x8f\x9c\x31\ \x80\xc2\x24\x0a\x8d\xd6\x4a\x72\xa3\x35\x61\xc8\x6a\x2d\x2c\x67\ \x84\x22\x84\x11\x42\x43\x0b\x3c\xd8\xc4\x6a\x6d\x30\x26\xbb\xbb\ \x3b\xcf\x9e\x3d\xc5\x18\x0f\x14\x99\x6d\x59\xc1\xc1\x17\x94\xd2\ \x34\x4d\x99\xe7\x85\x61\xf4\x76\x38\x97\x52\xf2\xbd\x77\xdf\x7b\ \xfd\xf2\x95\x52\xea\xfc\xfc\x7c\x48\x5c\xf7\x3c\xef\xfe\xfd\xfb\ \x8c\xb1\x47\x8f\x3e\x07\x00\xcc\x66\xb3\x61\xef\xc4\x18\x1b\xfe\ \x80\x21\x7c\x68\xa0\x77\xf6\x7d\xe7\xfb\x7e\x18\x46\x07\xfb\x07\ \x3f\xfb\xd9\xcf\x46\xa3\x91\x31\xa6\x2c\x4b\x21\x44\x96\x65\x17\ \x17\x17\x0f\x1e\xbc\xb3\x77\xb0\x8f\x10\x0c\xe3\xd0\x18\xf3\xe0\ \xe1\x83\x78\x3c\x02\x4a\xdd\xb9\x7b\x77\x34\x1a\xbd\x7c\xf9\xb2\ \xeb\x3a\xcf\x67\x08\xc3\x9d\x9d\xd9\xe2\x66\xce\x18\xbd\x7d\xe7\ \xe4\xfc\xe2\xa2\x2c\xca\xe9\x74\x8a\xa0\x0b\x7c\x56\x6c\xd7\xb3\ \x49\x36\x1d\x7f\xaf\xcc\xb7\x4d\x53\xbd\x7c\xfe\x3c\x8a\x22\xde\ \x73\x29\xfa\xb3\xab\xab\xaa\xed\x9b\xae\x0f\x82\x20\x4b\xb3\x90\ \xb8\xa1\xef\xf3\x18\xcb\xd7\xeb\xbb\x77\xef\x38\xad\x3a\xc1\x09\ \xc2\x43\x46\xdf\x7a\xbd\x91\x52\x86\x41\xda\x9a\x7e\xbb\xcd\x87\ \x38\xb8\x24\x49\xb6\xdb\x6d\x59\xe6\xbe\xef\x53\x4a\x26\x93\xf1\ \x78\x3c\x86\x10\xcc\xa6\x53\x63\xc0\xa0\x50\xb6\xd6\x0e\x1c\x57\ \x6b\xed\xfe\xfe\x7e\x1c\xc7\x18\xe3\xdf\x95\x9b\x0b\x21\x24\x64\ \xbf\x5c\xce\xb5\x91\x37\xcb\x79\x18\x86\xc7\xc7\xc7\xe3\xf1\xd8\ \x68\x8d\x30\x2e\xf2\xcd\xf9\xf9\xd9\x66\xbb\x35\xce\x69\x21\x28\ \xa1\xd6\xd9\xa2\x2c\x3c\xe6\x7d\xfa\xc9\xc7\xdf\x7e\xf7\xbd\xf7\ \xde\x7b\xff\xf2\xe2\xfc\x07\x3f\xf8\x81\x10\x62\xbd\x5e\xdf\xbd\ \x73\xf7\xe0\xe0\xe0\x4d\x23\x03\x01\xef\x39\x42\x28\xdf\x6e\x9d\ \x36\xc8\x83\xdb\xd5\xda\x1a\x3b\x19\x8d\x5f\xbd\x78\x89\x21\xea\ \xba\x6e\xb3\xde\x8c\xb3\xd1\x7a\xbd\x34\xc6\xc4\x49\x82\x09\xb6\ \xd6\x36\x5d\x3b\x9f\xcf\xb3\xd1\x28\x1b\x8f\xae\xaf\xaf\xa7\xe3\ \xf1\xde\xce\x8e\xb3\xf6\x7a\x3e\xf7\x7d\xdf\x58\x8b\x21\xec\xdb\ \xb6\x2a\x8a\x7b\x77\xef\xf1\xbe\xbb\x5a\x34\xbd\x54\x00\x41\xab\ \x8d\x03\x10\x13\x94\xa5\xf1\xd5\xd5\x45\x92\x24\xd3\xe9\x28\x89\ \x83\xaf\xbe\xfa\x6a\x08\x32\x59\x2e\x97\x75\x5d\xaf\xd7\xeb\xd1\ \x68\xf4\xeb\xeb\x60\x20\x04\x06\x49\x02\x80\x13\x9c\x5b\xa5\x87\ \x18\x31\x2d\x15\x82\x50\x09\xa1\x95\xa2\x21\x54\x42\x02\x8c\xab\ \x22\x1f\x65\x69\xdf\xb5\xcf\x9f\x3d\xeb\x79\x3b\x99\x64\x7e\xe0\ \xbf\xdd\x2b\xe4\x1c\xc8\xf3\xad\x90\xc2\x18\x43\x28\x9d\xed\xec\ \x10\xc6\x86\xd7\xf8\xfa\xfa\x7a\x34\x1a\xed\xed\xed\x3b\xeb\x86\ \xb5\xaf\xef\xfb\x43\xc1\x47\x08\x51\x4a\x21\x84\xd6\x1a\x8c\xa1\ \x52\x22\x8a\x46\x47\xb7\xf6\xb5\x96\x2f\x5f\x3e\x77\x56\xdf\xbf\ \xff\x4e\xd7\xb5\x45\x51\xf8\x9e\x97\x46\x51\x18\x46\x00\xe2\xbe\ \xe7\x49\x14\x50\x8c\xba\xae\xf7\x3d\x22\xfb\x5e\x49\x79\x7e\x76\ \x3a\x9f\x5f\xd5\x75\x11\x86\x51\xc7\xdb\x6d\xbe\xed\xfa\x76\x79\ \xb3\x6a\x9a\x46\x6b\xd3\xf5\xad\x75\x7a\x6f\x7f\x77\xbd\x2e\x9b\ \xa6\xae\xeb\x32\x8a\x42\x00\x9d\x94\x5c\x48\x7d\xb3\x9c\x87\xd1\ \x28\x4d\x22\xa3\x95\xd3\xf4\xc6\x5e\x47\x61\xc4\x79\x8f\x11\xcc\ \xb7\x9b\x27\x4f\x1e\x17\xc5\x56\x0a\x31\xbf\xba\x02\xd0\x11\x84\ \x9d\xb3\x18\xa1\x28\x8a\xa5\x94\x04\x23\x82\x90\x10\x7d\xdf\xb6\ \x9c\xf7\x08\x41\xcf\xf3\x06\x9b\x79\xad\xd5\xd5\xd5\x65\x9e\xe7\ \x00\x00\x4a\xc9\x20\x0e\xd3\x5a\x23\x04\x9b\xa6\xb5\xd6\x12\x8c\ \x9d\x73\x59\x9a\x25\x49\x6c\xdf\x6a\x31\x82\x11\xde\x6e\xb7\x45\ \x51\xdc\xdc\xdc\x38\xe7\xc2\x28\xfa\xe0\xdb\x1f\xe4\x79\x0e\x21\ \xbc\xba\xba\xaa\xaa\xf2\xcf\xfe\xec\xdf\x46\x51\x94\xe7\x79\x18\ \x86\xc6\x98\x9d\x9d\x1d\x4a\xe9\xd0\x7d\x44\x51\xd4\xf5\x3d\x42\ \xc8\x1a\xad\xb5\x3e\x3c\x3a\x3c\x3c\x3a\x7c\xfc\xf8\x71\x9a\xa6\ \xef\xbe\xfb\xee\x90\x93\xd8\xb6\x6d\x12\xc6\x59\x1c\x4b\x29\x4d\ \x2f\x03\xcf\x47\x08\x5a\xa9\x9c\x31\x56\x6b\x0c\xe1\x76\xbd\x7e\ \xf6\xec\xc9\xd9\xe9\xab\xc0\xf7\x31\x42\x8b\xf9\xd5\x6c\xba\xd7\ \xf2\xb6\xc8\xb7\x75\x55\xb7\x4d\x0d\x9d\xda\xdf\x99\x62\x08\xfb\ \xb6\x6b\xfb\x66\x77\x3a\xe9\x9a\x9a\x20\xa8\x78\x57\x14\xc5\xcd\ \xe2\x1a\x12\x3a\x9b\x4d\xcd\x6a\xd3\xb6\x6d\x92\x66\x58\x75\x9b\ \x7c\xc3\x82\xf0\xcb\xc7\x9f\x2b\xc4\xee\xdc\xb9\xf7\xec\xd9\x2b\ \xa9\x55\x3a\x8a\x7e\x75\x60\x08\x63\x9e\xd6\x6a\x60\x11\x0e\x31\ \xcc\x4d\xd3\x60\x8c\xb3\x2c\x6d\xdb\xae\x2c\x0b\x29\xc5\x7a\xbd\ \xbe\x75\xeb\x30\x08\x82\xb3\xf3\xab\xb6\x6d\x01\x00\xe3\xf1\xf8\ \x8b\x2f\xbe\x40\x08\x99\x61\xba\x67\x6c\x7f\x7f\x7f\xe0\x6c\xff\ \x8f\xbf\xb9\x1c\x00\x18\x21\x65\x54\x5e\x6c\xad\xb5\xab\xb5\xdd\ \xe6\x9b\x0f\x3f\xfc\x10\x63\x8c\x2d\x86\x08\x94\x75\xde\x74\xad\ \x83\x50\x3b\x0b\xb5\x66\x1e\x73\xd6\x49\xce\xd7\xab\x9b\x27\x4f\ \xbf\x54\x8a\x3b\x6b\xbe\xf3\x9d\xef\xdc\xdc\xdc\x48\x29\x17\x8b\ \xf9\xd5\xd5\xd5\x40\xb8\x1f\xd4\xad\xab\xd5\x6a\x36\x71\xb3\xc9\ \x4c\x1b\x73\x7a\x76\xea\x9c\x91\x4a\x5e\x5e\x5d\xc4\x49\xbc\xdd\ \x6c\x78\xdf\xd5\x4d\xdd\x77\xdd\xc1\xc1\x81\x1f\x04\x84\x92\xb2\ \x2c\x8b\xaa\xe4\x9c\xbf\x7c\xf9\xd2\x0f\x03\xeb\xdc\x6a\xb9\x34\ \x42\x71\xc1\x09\x21\x81\x1f\x28\xad\x08\x21\x17\x17\x17\x49\x92\ \x84\x51\x08\x21\x54\xda\x6a\x2b\x8d\x71\xd6\x39\x00\xa0\x73\x6e\ \x32\x99\x78\x8c\x62\x0c\xaf\x2f\x2f\x3c\xcf\x2b\x8b\xbc\xef\x5a\ \x00\xc0\x62\xb1\x18\x8f\xc7\xc0\xd9\xf5\x6a\x49\x29\x15\xbc\x3f\ \x7d\x9d\x8f\x27\xb3\x28\x08\xab\x2a\x67\x18\x30\x4c\x94\x52\x04\ \x93\x37\xe4\x52\x07\x80\xb3\xc0\x19\x21\x7a\x4a\x28\x82\x80\x12\ \xb4\x5d\xaf\x38\xef\x6e\xe6\x57\x55\x5b\xf9\xbe\xf7\x16\x56\xce\ \xbf\xb6\xb8\xab\xeb\x5a\x6b\x1d\x86\xe1\xa0\x0c\x6f\xfb\xbe\x28\ \x0a\x21\x04\x42\xe4\xde\xbd\x7b\x94\x10\x8c\xa9\xe7\xb1\x20\x08\ \x18\x63\x41\x10\x0c\xa7\xc7\x5a\x6b\xad\x85\x00\x62\x84\xc7\x69\ \x2a\x85\x88\xe3\x78\x3a\x1a\xcf\x26\x13\x82\xf1\x17\x8f\x1e\x61\ \x82\xdb\xb6\xbd\x75\xb0\x87\x10\x94\x42\x10\xca\x44\xdf\x1b\x63\ \xf2\x7c\x4b\x29\xfa\xf2\xf1\xcb\xd5\x7a\x19\xc7\xd1\xd7\x5f\x7d\ \xf9\xe0\xe1\x3b\x5a\x89\xf1\xe8\x50\xf4\xdd\x8a\x73\xe0\xe0\x76\ \xbb\xc5\x98\x12\x82\xbb\x46\xae\x57\xab\x30\xf0\x43\x3f\xe8\x79\ \x0f\x1d\x70\xd6\xde\x3e\x3e\x59\x2c\xae\x95\x10\x69\x9a\x61\x84\ \x0e\x8f\xf7\xaf\xaf\xaf\xe2\x51\xd2\x35\x07\x9f\x7d\xf6\xcb\x38\ \x89\xfb\xbe\x6b\xbb\xa6\x2e\x8b\xba\x2a\x9e\x3e\xfd\xba\x2c\x0b\ \x46\x08\xc6\x28\x0a\x7d\xad\xa5\x96\xd2\xf3\x98\x36\xdc\x18\x25\ \x05\xd7\xca\x0a\xc1\xb3\x2c\xc3\x18\xd5\x75\xad\x94\x44\xc8\xd3\ \x5a\xe5\xf9\x46\x4a\x39\xd4\x3f\xad\x75\x5d\xd7\xd2\x98\xe1\xb9\ \x0f\x53\x36\x44\x70\xe8\x3d\xdf\xee\x93\x57\x4a\x5e\x5f\x5f\x27\ \x49\xc2\x18\xdd\x99\xcd\xd2\x34\x7d\xfd\xfa\xf5\xd7\x5f\x7f\x5d\ \x14\xc5\xed\xdb\x27\x49\x92\x0c\x46\x26\x03\x98\xe0\xfb\xfe\x40\ \xbe\x1b\x8a\x8a\x1f\xf8\xad\xe0\x49\x1c\x72\x2e\xb4\xd2\x93\xd1\ \x64\x7f\x7f\x3f\x0c\xc3\x27\x4f\x9e\x68\xad\x95\x52\xa3\xd1\x68\ \x34\x1a\x29\xa1\x08\xc1\x08\x21\xc1\x39\x00\x40\xb4\xfd\xe5\xe5\ \xf9\x97\x8f\x1f\x2b\xa9\x5e\xbd\x7a\xfd\xfc\xc5\xf3\xa2\x28\x18\ \x23\xe3\x71\x36\x9f\xcf\x6f\x6e\x96\x6d\xd3\x95\x65\x15\x45\x91\ \xb5\xe0\xd9\xb3\xe7\xbe\xc7\xa2\x30\x6c\xda\xb6\xed\xda\xae\xef\ \x77\x76\x76\xc2\x28\x78\xf4\xd9\x67\x49\x96\x31\x4a\x0f\x6e\xdd\ \x02\xcc\xd7\xd6\xdd\xbd\x73\xe7\xab\xcf\x3f\x8d\xb0\xa1\x94\x16\ \x45\xd1\x35\x95\x70\xf8\xa3\x7f\xfe\xc5\xe2\xfa\x3a\x64\x3e\x42\ \x48\x4a\xe5\xfb\xbe\x94\x2a\x49\xe2\xae\x95\x10\x1a\x25\x65\x5d\ \xf7\x75\x5d\x11\x42\x0f\x0e\x0e\xae\xaf\x2f\xbb\x6e\x3d\xc8\x93\ \xb7\xdb\x6d\x5e\x6c\x9b\xba\x86\x10\x40\x08\x37\x9b\x4d\x9e\xe7\ \x83\x17\x7e\x1c\xc7\x5a\x6b\x29\xe5\x74\x3a\x1d\xd4\x7b\xbf\x03\ \xd3\xa2\x03\x00\x42\x44\x30\xa2\x14\x43\x20\x84\x2c\x9b\x66\xb5\ \xd9\x26\x49\x8c\x10\x72\x10\x6a\xeb\x84\x94\xc6\x59\x07\xa1\x34\ \xca\x3a\xeb\x51\x86\x11\xa8\xaa\xf2\xea\xea\x72\xb3\x5a\x23\xe4\ \xac\x35\x5a\xeb\xbe\xef\x37\x9b\x75\xb9\xdd\x60\x8c\x31\xc6\x83\ \xa8\x4f\x4a\xa9\xb4\x7a\x75\xfa\xaa\x28\x0a\x63\x4c\x55\x57\xf3\ \xc5\xb5\x03\xf6\xa7\x3f\xfb\xc7\xb2\x28\xd7\x9b\x0d\x82\x30\x8b\ \x13\xad\x75\x1c\x47\xca\x98\x34\x4d\x1f\x3c\x78\x70\x75\x75\x75\ \x70\x70\x50\xd4\x95\x56\x2a\x0d\x23\x07\xac\x73\xce\x1a\xd3\x75\ \x2d\x26\xc4\xf3\x98\x10\xe2\xf6\xed\x93\x38\x8e\x8d\xb1\xd6\x3a\ \xe7\xac\xb5\x16\x42\xe4\x1c\x04\xc0\x65\x59\x36\x4a\xd3\x30\x0c\ \x6f\xe6\xd7\xbe\xef\x23\x08\xf6\xf7\x76\xb5\x56\xaf\x5f\xbd\xf4\ \x3d\x46\x30\xea\x3b\xbe\xbb\x33\x43\x08\x59\xad\x20\x00\x5a\x6b\ \xde\xf5\xc9\x24\x4b\xe2\xb0\xae\x6b\x6b\x2d\xd0\x0e\x38\x07\x01\ \xa0\x84\x44\x81\x9f\xa5\x29\xc6\x14\x00\x92\xc6\xd1\x7a\x93\x2f\ \x6f\xe6\x7b\x07\x7b\xa3\x24\xde\x16\x39\xe7\xfd\x50\x94\xde\x02\ \xea\x4a\xd3\x2c\x0c\x02\xa5\xd4\xf0\x62\x00\x00\x94\x52\x49\x92\ \xde\x3a\x3e\xd9\xdd\xdd\xc5\x08\x33\xc6\x38\xe7\x03\x8c\xa2\x94\ \x1a\x22\x8b\x11\x42\x08\x21\x8f\x51\xa9\xc4\xf9\xe9\xe9\xf1\xf1\ \xb1\x12\x32\xf4\x7d\x0c\xe1\x7b\x0f\xbf\x55\x94\x85\xe0\xe2\xff\ \xfc\xaf\xff\xf5\xce\xc9\xb1\xd2\x4a\xf1\x16\x40\xb4\x5c\xae\xda\ \xa6\xe9\xfb\x4e\xf0\xfe\xf3\x47\x9f\x65\x69\x3a\x1e\x65\xeb\xf5\ \xea\xbf\xfd\xe8\xef\x04\xef\x09\x46\x7d\xd7\x0a\x2e\x18\xf3\x9d\ \x35\x88\x10\x46\xa9\x92\x12\x43\xa4\xa5\xde\xdf\xdb\x2f\xca\xdc\ \x67\x1e\x82\xc8\x01\xbb\x33\xdb\x95\x42\x30\xca\xc6\xa3\x2c\x08\ \xfd\xba\x2c\xe7\x17\x17\x55\xb1\x65\x84\xee\xed\xec\xbd\x7c\xfd\ \x42\xb5\xcd\x72\xb5\x50\x4a\x59\x6b\x3c\x8f\x4a\x85\xa5\x10\x9c\ \x8b\xb2\xc8\x85\x6f\xa2\x38\x69\x3b\x6e\xad\x11\x92\x03\x03\x95\ \x1a\x5c\xe6\xdf\x04\x1d\x20\x34\xa8\x79\x9d\x73\x76\xa8\xed\x83\ \xd0\x1d\x12\x8a\x08\x89\xc2\x88\x52\x3a\x9e\xee\x94\x65\xa5\xd4\ \x5b\xef\x16\x01\xa5\x74\x18\x00\x39\x17\xc3\x4b\xab\x94\xea\xfb\ \xfe\xe8\xe8\xe8\xfb\xdf\xff\x7d\xcf\xf3\x21\x84\x8c\xb1\x81\xb8\ \xa4\x94\x1a\x1a\x2e\x42\x08\x21\xc4\x59\x37\xf8\xeb\xa6\x69\x3a\ \x24\x84\x0e\x66\xed\xdb\xed\x16\x21\xf4\x37\x7f\xf3\x37\xb7\x6e\ \xdd\x4a\xd2\xa4\xeb\x3a\x2e\x7a\x04\x51\x55\x55\x61\x10\x6e\xb7\ \xdb\xd5\x6a\xf5\xe9\xa7\x9f\xfe\xe5\x5f\xfe\xe5\x0f\x7f\xf8\xc3\ \xbf\xff\xf1\xdf\x3f\x7a\xf4\x68\xb0\x78\xc2\x98\x10\x8c\x95\x32\ \x94\x62\xe7\x5c\x1c\x47\xce\xda\x5e\xc8\x20\x8a\xef\x3f\x78\xb0\ \x5e\xaf\xb9\x94\xc6\x98\x51\x96\x44\x49\x32\x9e\x4c\x08\xa5\xef\ \xdc\xbf\xf7\xcf\x9f\x3c\xba\xbc\xb8\x18\x52\x36\xd2\x71\xea\x24\ \xbb\xbc\xbe\xbe\xba\xbc\xf0\x92\x71\x18\xa5\x41\x18\x0a\x25\x3c\ \x45\x29\xc5\x7d\xdf\xbd\x7e\xfd\xfa\xe4\xe4\xb6\xd2\x6a\x08\x8e\ \x71\xc0\x6d\x36\xdb\xfd\xfd\xfd\xcd\x66\xd3\xf7\x7d\x10\x04\x4a\ \x49\xce\x85\x73\x0e\x01\x84\x09\xf6\x3d\xbf\xef\xfb\xe5\x72\xe9\ \x79\xde\xb0\xbc\x86\x10\xbe\xff\xfe\xfb\x18\xe3\xe1\x2e\xc3\xff\ \xaa\x7a\xe1\xb7\xe6\x89\x0a\x85\x54\x4d\x2f\x00\xc4\xda\x38\x07\ \x91\x05\xf0\xab\x27\x4f\x5f\x9d\x9e\xaf\xf3\xa2\xac\xdb\x8e\x0b\ \x03\x9c\xb5\x16\x38\xe7\xac\xe3\x5c\xb4\x4d\xe3\x7b\x9e\xb3\xb6\ \xae\xaa\xb3\xd7\xaf\x76\x66\xb3\xb6\x6d\x05\x17\x5d\xd7\x39\x6b\ \x8d\xb5\xc6\x58\x82\xb1\xb3\x76\xf0\x7a\x2f\x8a\xbc\x6a\x6a\x6d\ \x4d\x5e\x16\x00\xc2\x5e\xf0\xf3\xcb\x8b\x6d\x9e\x37\x5d\x3b\x9d\ \x4d\x3f\xfc\x83\x3f\xc8\xc6\x63\x4a\x48\x5d\xd7\x7d\xdf\x57\x55\ \x75\x78\x78\xf8\xe0\xc1\x03\xdf\xf7\xef\xdc\xb9\x83\x31\x4a\x92\ \x64\x36\x9d\x8c\x47\x69\x10\x78\x10\x3a\x08\xac\xd1\x8a\xf7\xed\ \xe1\xc1\xfe\x7b\xdf\x7a\xe0\x31\x3a\xec\xdd\x11\x82\x84\x10\x8c\ \x11\x63\x9e\x56\x6a\xb3\x5a\xb5\x4d\xab\xa4\xda\x6e\x73\x63\x4c\ \x1c\xc7\x49\x92\x0e\x90\x04\x84\xd0\xf3\x7c\xc6\x98\x73\x8e\x32\ \x36\x4a\xd3\x51\x96\xcd\x66\xd3\xd1\x68\x04\x1c\x48\xe2\x78\x6f\ \x6f\x2f\x0a\x43\x63\x34\x74\x40\x6b\x85\x21\x88\xc2\xb0\xa9\x2a\ \xde\x77\xab\x9b\x85\x35\x7a\xb5\x5a\x5e\x9c\x9f\x5d\x5c\x9c\x9d\ \x9f\xbe\xe6\xbc\x87\x6f\x15\x42\x63\xad\x2d\xcb\x12\x22\xd4\x75\ \x9d\xb5\x76\xbd\x5e\x37\x75\xd3\xb6\x6d\x18\x06\x8c\x31\xa5\x35\ \xa5\x14\x00\x38\x34\x5c\xce\xb9\x3c\xcf\xd7\xeb\x75\x51\x14\xd6\ \xda\xf9\x7c\xfe\xf9\xe7\x9f\x3f\x7e\xfc\xc5\x7f\xfe\xcf\xff\x7b\ \xd7\xb7\x52\x72\x63\x75\x59\x16\xd6\x99\x30\x0c\xe2\x24\x14\x82\ \x7b\x1e\xd3\x52\x71\x21\x84\x10\x65\x51\x12\x82\xf6\x77\x76\xea\ \xaa\xba\xbc\xb8\x38\xd8\xdf\x4f\xc2\xd8\x1a\xf3\xec\xd9\x37\xbe\ \xef\x9d\x9c\x1c\x3d\x78\x70\xbf\xac\x8a\xa6\xad\x1c\x30\x5c\xf4\ \x55\x59\x38\x00\x3c\x3f\x88\xa2\x18\x13\xb2\xd9\xe4\xaf\x5e\x9d\ \x96\x65\x83\x20\xf1\x98\xcf\x98\x9f\x26\xd9\xd9\xe9\xe9\x62\x31\ \x8f\xc2\xa0\x2c\x8b\xf9\xfc\x86\x52\x76\xb0\xbf\x07\x00\xa8\xca\ \xf2\xf5\xab\x97\x7d\xdf\x68\x29\xbb\xba\x91\x42\x42\x38\x78\x55\ \x7a\x18\x21\xad\x64\xdf\xb6\x55\x91\xf3\xae\x33\xc6\x18\x63\xaa\ \xaa\x6e\x9a\xc6\x39\x3b\x2c\x4c\x39\xe7\xc3\x35\x31\x08\x53\x86\ \x9b\x4b\x6b\x15\xf8\x01\xc2\xd8\x5a\x37\xd4\x09\xce\xfb\xb7\x36\ \x17\x2a\xab\x4a\x6b\x6d\xac\xbd\xb9\xb9\x69\xdb\xf6\xec\xec\x6c\ \xbd\x5e\x2b\xa5\x8e\x8e\x6e\x0d\x7d\x9c\x31\x86\x52\x1a\x04\x01\ \x21\x64\x80\x41\x8a\xa2\xd8\x6c\x36\x52\xca\x8f\x3f\xfe\x78\xbb\ \xd9\xfc\xf0\x87\x3f\x7c\xfc\xf8\xf1\xe0\x07\x59\x55\x15\x00\x60\ \x3a\x9d\xce\x66\xb3\x34\x4d\xb7\xdb\x2d\x46\x58\x49\xa1\xa5\xea\ \xda\xb6\x2e\xab\xe3\xa3\x63\x9f\xb1\xaf\xbf\xfa\x2a\x4b\xd3\x83\ \xfd\xfd\x24\x8e\xfe\xf9\xe7\x3f\x33\x5a\xed\xef\xee\xfd\xfe\xf7\ \xbe\xd7\xb7\xcd\x7a\xb5\xe6\x3d\x17\x5c\x34\x75\x55\xe6\x5b\x4c\ \xc8\x6c\xb6\x3b\x1e\x4f\xaf\xae\x17\xcf\x5f\xbc\x74\x0e\x96\x55\ \x05\x31\x9d\x4c\x77\x3c\x2f\x90\x52\x7e\xfc\xd1\x2f\xa2\xd0\xd3\ \x4a\xbd\x7c\xf5\xaa\x69\xdb\x77\xde\x79\x90\x65\x59\x95\xe7\xcf\ \x9f\x3d\xfb\xe6\xeb\xaf\xb4\x52\xeb\xd5\x1a\x42\x64\xad\xe5\x9c\ \x5b\xeb\x92\x24\xb6\xd6\x08\x21\xd6\xeb\xcd\x7a\xb3\x19\x2c\xe1\ \xf2\x7c\xbb\x58\xcc\x87\x04\x1c\xad\x75\xdf\x77\x5a\x6b\xad\xb5\ \xc7\xbc\xbe\xef\x57\xab\x15\xe7\x3c\xcf\x73\xc6\xd8\xde\xde\x5e\ \x10\x04\x49\x92\x0c\x0f\xe5\x37\x16\xe9\xdf\x52\xcf\x65\xad\xa5\ \x1e\x1b\x4f\x26\x7e\x10\xf4\x3d\x47\x00\x3a\x00\x8d\xb5\x67\x17\ \x17\x45\x55\x1d\x1d\xd9\xf1\x64\x9c\x8d\x46\xcb\xe5\xd2\x01\x40\ \x29\xa1\x84\x02\x63\x94\x52\x1e\xf3\x16\x8b\xb9\x12\xc2\x18\xbd\ \x98\xcf\x2f\x2e\xaf\x94\x52\x52\xf0\x7c\xbb\xc1\x18\x0e\x99\x0b\ \x8c\x50\x6b\x2d\x22\x98\x7a\xcc\x38\x5b\xb5\x35\x42\x48\x03\x13\ \x06\xe1\xee\x28\xbb\xfb\xce\x3d\xdf\xf7\x9f\x7e\xf5\x75\x12\x26\ \x41\x18\x36\x6d\x0b\x20\x20\x84\x32\xc6\xa2\x28\xde\x6e\xb7\x49\ \x96\xc6\x71\xe2\xac\x9d\x4e\x67\x59\x9a\x32\xc6\xea\xba\x56\x4a\ \x25\x49\x92\x24\xc9\x66\xb3\xe1\x42\x44\x71\x04\x31\xb2\xce\x01\ \x80\x20\xc4\xd6\x2a\xc6\xf0\xc0\xdd\x5f\x2c\xae\x09\xa1\x6d\x53\ \x3b\x07\xbe\xfc\xe2\xb1\x73\x6e\x36\x99\x42\x84\x16\xf3\x39\x02\ \x10\x01\x38\x19\x8f\xfd\x83\x83\xb6\x15\x7d\xdf\x13\x8c\x9d\x03\ \xce\x5a\x88\xa0\xef\x79\x51\x14\x3b\x07\x8c\x35\xa3\x2c\xbb\x7d\ \x72\x62\x8c\x6b\x9a\x5a\xf0\xbc\xef\x78\xdd\xb4\xb3\xdd\x59\x1c\ \x85\x46\xe9\xe3\x5b\xb7\xc2\x20\x70\x6f\x19\xe5\x00\xda\xb6\xe5\ \x3d\x7f\x23\xd2\xec\x78\x3a\x1a\x31\x8f\x4d\xa7\x53\x04\x61\x91\ \xe7\x4e\x5b\xe6\x05\x10\x42\x82\x31\x65\x6c\xc0\x1a\x86\xce\xeb\ \x67\x3f\xfb\xd9\x17\x5f\x7c\x1e\x07\xde\x6a\x71\xfd\xc9\x27\x9f\ \xfc\xe9\x9f\xfe\xe9\xd0\x8e\x49\x29\x87\xf6\xc1\xf3\x98\x03\xa6\ \x28\xf2\xa6\xe9\x76\x77\xf7\x06\xa4\x4c\x48\xfe\xcb\x5f\x7e\x3a\ \x18\x43\xee\xec\xce\xbe\x79\xf6\x04\x23\x64\xb4\xba\x73\x72\x14\ \x06\x81\x51\xaa\xe0\x39\xc1\x84\x10\xda\xb6\xed\x68\x34\x21\x88\ \x51\x48\xac\x76\x18\x61\xc9\x45\x5d\xd7\x08\xa2\x24\x8d\x46\xe9\ \x38\x0c\xc2\xaf\x9f\x3c\xb5\x56\x03\x63\xa5\x92\xbe\xef\x13\x08\ \x39\x17\x43\xad\x12\x3d\x8f\x6f\x45\xc0\x81\xa1\x4e\x58\x6b\xad\ \x31\x18\x43\xad\x54\xd3\x34\x10\x02\x6b\xdd\xee\xee\x2e\x82\xb4\ \x69\x1b\x63\x8c\xb5\x0e\x0c\xd5\x11\x80\x61\x7b\x38\x0c\x82\x42\ \x48\x63\x8c\xb5\x56\xab\x37\xff\x7b\x9a\xa6\x5d\xd7\xf9\x81\xcf\ \x98\xf7\x76\x2e\x37\x18\xe3\xe5\x72\xc9\x39\xef\xba\xee\x8f\xfe\ \xc3\x7f\xf8\xf8\xa3\x4f\x9c\x73\xb3\xd9\xec\xe1\xc3\x6f\x65\xd9\ \xa8\x6d\x5b\x29\x55\x18\xfa\x00\x00\x42\x29\x46\x58\x6b\x5d\x96\ \xe5\xe0\x23\xf2\xe4\xc9\x93\xbf\xfe\xeb\xbf\x8e\xa3\xf0\xf3\xcf\ \x3f\xab\xeb\xfa\xdd\x77\xbf\x35\xec\x85\xbb\xae\x43\x08\x51\x46\ \x31\xc6\x0e\x80\xae\x6d\x8b\xa2\xf4\x3c\x96\x24\xc9\xa0\x70\xc8\ \xf3\xfc\xe7\x3f\xff\xf9\x9f\xff\xf9\x9f\x17\x45\x9e\x25\x69\x9e\ \x6f\x11\x42\x07\x87\x07\x43\xc2\xe3\xd5\xe5\x33\xca\xa8\xef\x07\ \x7d\xcf\x29\x65\x84\xf9\x5f\x3f\xf9\xe6\xfd\xf7\xdf\xf3\x83\x40\ \x19\x93\xaf\xb7\x9c\xf3\x9e\x0b\x3f\x08\x8f\x8f\x8f\xff\xf9\xe7\ \x3f\x65\xc8\x9e\xbc\xf3\x6e\xdf\xf7\x94\x31\xad\x4c\x1c\xa7\x2f\ \xeb\xc6\x3a\xab\x94\x64\x81\xdb\xdd\xdd\xfd\xc5\x2f\x3e\xf2\xd9\ \xc0\x13\xf4\x1d\x70\x5a\xeb\xeb\xeb\x6b\x82\x58\xdf\x75\x69\x96\ \xee\xee\xce\xce\x2f\xce\x06\x37\x04\x42\x70\x5d\x37\x4a\x29\x63\ \x34\xf3\x98\xe1\x06\x13\x12\x45\xd1\x10\x61\xc3\x39\x87\x10\x76\ \xb9\x85\x2b\xc5\x00\x00\x20\x00\x49\x44\x41\x54\x7d\x2f\x38\xdf\ \x6c\x36\x52\x2a\x84\xe0\x5f\xfd\xfb\xbf\xfc\x9d\x60\x45\x40\x08\ \xa5\x94\x55\x5d\x03\x08\x2d\x70\x98\x92\x8e\xf7\x08\x42\x2f\xf0\ \x8d\xb3\x79\x91\x2f\x37\x6b\xa9\x14\x74\xb0\xaa\x2b\x42\x30\xc5\ \x38\x4b\x12\xc1\x39\xa3\xa4\x2a\x36\x01\xf5\xf2\xf5\xf2\xe9\x37\ \x5f\x36\x6d\xeb\x9c\x5b\x2f\x96\x65\x59\x38\xab\xb1\x03\xd8\x3a\ \x1f\x63\x2b\xa4\x66\x14\xf8\x14\x41\x07\x30\x09\x7d\x3f\x89\x92\ \x28\x8c\xb8\x94\x90\x31\x1c\x87\xad\x35\x9b\xd7\xa7\xd3\xf1\x64\ \x77\x67\x67\xb5\x5e\x67\x71\x68\xb9\xa8\x37\xdb\x7a\xbb\x56\xbc\ \x4b\x3d\xb6\x59\xaf\xce\x81\x89\xa3\xd8\x48\x09\x9c\xd5\x4a\x52\ \x4a\x09\x25\xa7\x67\x67\x3f\xf9\xc7\x9f\x6e\xb7\x05\xa5\xbe\x95\ \x12\x3a\xeb\xac\x83\xce\x85\x1e\xcb\x92\x20\x0e\xa7\xce\x59\x67\ \x0d\xb2\x4a\x48\x6b\xac\xe9\xba\x2e\x4b\x92\xd5\x7a\x45\x28\x09\ \x42\xbf\xee\x9b\x38\x4b\x4e\xee\xde\x11\x42\x6f\x8b\x22\xdf\xd4\ \xb3\xd9\x2c\xef\x3a\x4a\x69\x5e\xd6\x45\x55\x69\xeb\x30\xa5\xe9\ \x78\x94\x97\xd5\x62\x3e\x6f\xdb\xae\x6d\xb9\xd4\x92\x60\x9c\x44\ \xfe\xc9\xe1\x41\x55\x57\x49\x1c\x31\x4a\xed\xdb\x02\x2e\x18\x41\ \x67\x35\x82\x80\xf3\xce\x68\x5d\xe4\x1b\x82\x70\xb9\xdd\x84\x51\ \x64\xad\x6d\x8a\x8d\x75\x40\x08\x89\x10\xdc\xd9\xd9\x9d\xcd\x66\ \x7d\x5b\x42\x00\xf2\xcd\xe2\xc9\x57\x8f\xf2\xcd\xb2\xc2\x88\x11\ \xfa\xe4\xe9\x93\x3f\xfe\x93\x3f\xce\x46\xd9\x8b\x17\x2f\xca\xaa\ \xc0\x08\x3f\x7a\xf4\x19\xa5\xc4\x19\x97\x17\xc5\xf5\xd5\x95\x16\ \x72\xb3\xde\xd4\x55\x71\x7e\x7e\xfa\xf2\xe5\x8b\xf7\xdf\x7f\x8f\ \x79\x1e\x21\xd4\xa3\xcc\x28\x15\x12\x66\xa5\xba\xb9\xbc\x8a\xa3\ \xb0\x28\x0a\x0d\x0c\x44\x40\x2a\x7e\xb3\x9c\x3b\x6b\xe3\xd8\x5b\ \x6f\x16\x84\x12\xdf\x67\x65\xa5\xac\x95\x8c\x66\x7d\xdf\x4a\xc9\ \x31\x81\x97\xd7\x97\x08\x42\x69\x44\x59\x15\x81\xef\x6d\xb6\x9b\ \xc1\x77\x58\x76\xa2\x5c\xe7\xbc\xe6\xd6\x1a\xe8\x80\xd1\x40\x49\ \xad\xa4\xb0\x0e\x73\xde\xc6\x49\x98\x1c\xdc\xf2\x7d\x7f\xd8\xb5\ \x43\x88\x20\x74\x42\x48\x00\xd0\x60\x73\x0d\x21\x34\x46\x02\xe8\ \x20\x72\xd6\x59\xcf\xf3\x00\x46\x7d\xdf\x8d\x46\xe3\xf1\x78\xea\ \x20\x34\xda\x12\xf2\xb6\x1c\x7a\x08\x8d\x14\xc8\xea\xd9\x74\x5a\ \xe5\x9b\xbe\x2d\x81\x95\x55\xb1\xee\xdb\x7c\xb9\x80\xbe\xef\x2b\ \xa9\x2c\x84\xdb\xed\x16\x42\x18\x87\xe1\xed\x93\x13\xa3\xfa\xa6\ \x11\xd6\xca\xff\xf6\xe3\xbf\x3d\xbf\x3e\xed\x39\x8f\xe2\xe0\xd3\ \x2f\x3e\x9d\xdf\xcc\x6f\x1d\xde\x42\x10\x9e\x9d\x9e\x1e\x1e\x1c\ \xae\x97\xab\xe7\xdf\xbc\xf8\xf7\xff\xcb\xff\xba\xd9\xae\x2f\x2e\ \xce\x9c\x73\x87\x87\x87\x55\x55\x6a\xad\xff\xf6\x6f\x7f\x74\xb0\ \x7f\x78\x7c\x74\x52\x14\x15\x65\x3e\x44\x08\x42\x14\xfa\x61\x55\ \x14\xb2\xef\x3d\x46\xb4\xd1\xbd\x68\x85\x51\xeb\x7c\x63\x81\xa5\ \x14\xbd\x78\xf1\x54\x29\xe9\x51\xe2\xac\xad\xab\x22\xf4\x3d\x46\ \xf1\xea\xe6\x46\x70\xd1\x69\xbe\xfd\xe5\x2f\xbb\x8e\x57\xf9\xca\ \x5a\x79\xb3\x5d\xaf\x8a\x8a\xf8\x51\x5e\x94\x98\x78\x67\xe7\x2f\ \xe7\x9b\x4b\x69\x05\xc6\xa4\xe3\x62\x93\xd7\xbb\xbb\xb7\xce\xce\ \x17\xbb\xbb\x7b\xe3\xe9\x14\x63\x72\x7e\xbd\x7c\x7d\xb6\xc8\xf3\ \xaa\xee\x54\x96\x25\xca\x42\x0b\xa9\xc3\x10\x12\x46\x08\x20\x1a\ \xee\xee\xdf\xf2\x18\x0b\xc3\x68\x67\xd7\xf3\xfd\xc0\x39\xb0\xb3\ \xb3\x9f\xa6\xa9\xe7\xf9\xc6\x28\xf4\x9b\xd6\x8b\xbf\xbd\x9b\xcb\ \x18\xb3\x29\xb6\x98\x12\x4a\xa9\xb5\x36\x8a\x23\x29\xa5\x90\x42\ \x1b\xed\x80\x1b\x65\x59\xdb\xf6\x46\x99\x24\x8c\x01\x72\x4d\xdb\ \xf8\xca\x03\xce\xb6\x6d\x83\x5d\x90\xfa\xbe\xe6\xbc\xde\x2c\x39\ \x17\xd6\x3a\xde\x55\x7d\x5b\x59\x2d\x29\x21\x3e\x25\x04\x01\x08\ \x2c\xc4\xa8\xed\xf8\xf2\xf2\x0a\x48\x13\xa5\x41\xea\xc7\xce\x38\ \x02\xb0\x55\xc6\x39\xf8\xe0\xdd\x77\x9b\x64\xdd\xd5\x35\x84\xf0\ \xc1\xbd\x7b\x57\x17\xe7\x49\x1c\x1d\x1f\xec\xe5\xab\x05\xaf\xab\ \x28\xf2\x47\x49\x08\x9d\xe9\xfb\x06\x40\x64\xb4\x8a\xe3\x88\x50\ \x26\xb5\x86\x98\xfc\xde\x07\x1f\xbc\x3a\x3f\xc7\x10\x43\x3b\x98\ \x9d\x59\x82\x80\xb3\xca\x48\x2e\xb1\x3d\x39\x3a\xf2\x19\x0d\x98\ \xf7\xcd\x8b\x73\x8f\x32\x01\xb9\x31\xba\xeb\x5a\x2f\xf0\xa5\x71\ \x6d\xd7\xb5\xbc\x5b\x2c\x6f\xfc\x20\x21\x9e\xd7\x09\x41\x99\x3f\ \xdb\x3b\x14\xa2\xe7\x42\xe4\x75\xc3\xa5\xf2\x02\x1f\x12\xb2\x58\ \xad\x85\x31\xd1\x28\xe3\x52\x02\x64\x67\x3b\x33\xe0\xd4\x28\x8b\ \xb3\x34\x7a\x7b\x43\x54\x00\x00\x00\x5d\xd7\x58\x6b\x8a\x22\x1f\ \x02\x1f\x9d\x73\xbe\xef\xbf\x7c\xfe\x8d\xe7\x79\xbe\xe7\x15\x55\ \x59\xd5\x95\xc7\xbc\x28\x8a\xfa\xa6\xb0\xaa\x93\x52\x1a\x63\x2e\ \xaf\x2e\xeb\x62\xc5\x28\x00\x08\x18\x68\xe7\xcb\xf9\x62\x39\xdf\ \x3d\xd8\xfd\xf2\xab\x2f\xaa\xaa\x88\xe3\x78\xb3\x5e\x05\x81\x5f\ \xe4\xb9\x47\x99\xe8\xf9\xfc\xea\xea\xa7\xff\xf4\xd3\x2c\x4b\x1f\ \x3d\x7a\xb4\xb8\x99\x7f\xfb\x83\xf7\x57\xeb\x15\xf5\x7c\xe4\x20\ \x70\x00\x01\xf8\xec\xe9\xb3\x20\x0c\x24\xef\x09\x41\x10\x63\xeb\ \x34\x26\x50\x08\xa9\x0d\x17\xb2\xf5\x3c\x6f\xb1\xb8\xf4\x7d\x9f\ \x31\x5c\x55\x79\xdf\x37\x65\x59\x4a\xa5\x00\x70\x94\x12\xa5\x15\ \x63\x14\x10\xe0\xa0\xbb\x59\x2e\x08\xc6\x69\x14\xcf\xcb\x7a\x3d\ \x5f\x00\x02\x11\x86\xc0\x12\x6b\x4c\xe0\x47\x49\x1c\x39\x88\x9a\ \xb6\x12\xbc\x87\x20\xb8\xba\x7a\xc5\x45\xef\xfb\x3e\x42\xa4\xae\ \x5a\xa3\x2d\x84\x88\x50\x84\x31\x72\x4e\x3b\xe0\xc6\xe3\x91\xb5\ \x26\x8e\xc3\x34\x19\x51\x3f\xc0\x84\x00\x80\xf2\x3c\xa7\x9e\x57\ \x55\xcd\x76\x9b\xe3\xb7\x4d\x8a\xb5\x46\xf7\x4d\xdd\x31\x7a\xfe\ \xfa\xd5\x76\xb5\x7c\x85\x40\x57\x57\x4f\xbe\xfc\xdc\xf3\xbc\x30\ \x0c\xb9\x10\xaf\x2e\xce\xfb\xbe\xdf\x9d\xcd\x26\xd9\x58\x8b\x2e\ \x8a\xe3\xb2\x2a\x5e\xbc\x7c\xfa\xc9\xa3\x8f\x94\x93\x90\x01\x8d\ \x5d\xd1\x14\x2f\xcf\x5e\x1d\x1f\x1f\x4d\xa7\x93\xe5\xfc\xe6\xfe\ \x9d\xfb\x67\xaf\xce\x81\x05\xc6\xbe\xc9\x27\x37\xd6\xfe\xe4\x27\ \xff\xf0\xf8\xf1\xe3\x87\x0f\x1f\xfe\xe3\x3f\xfe\xe4\x4f\xfe\xe4\ \x4f\xa4\x54\x4a\x6a\xc6\x3c\x88\x89\x75\x6e\xbd\x5e\x7d\xfa\xc9\ \x27\x4d\x55\x5b\xa3\x29\xa5\x1a\x38\x07\x81\xb0\xa2\x28\x37\x52\ \xec\x2a\xd1\xad\xd7\x6b\x00\xa1\x47\x71\x14\xf8\xdf\x3c\x7d\xb2\ \x5a\xaf\x08\x26\x42\x08\xea\x31\xe4\x1c\xa3\x10\x01\x0d\x91\x7d\ \x79\x76\xca\x9d\xbb\x75\xe7\xfe\xab\xe7\x2f\xa4\x54\x2f\x5f\x3f\ \x8f\x47\xf1\x78\x32\x06\x00\x45\x61\x7c\x78\xeb\x24\x4a\xc7\x3b\ \xbb\x07\x18\x93\xe9\x34\x99\xcf\xe7\xda\xd8\x87\xef\xbe\xef\xfb\ \x8c\x52\x4c\x28\xa1\x94\x40\xe8\x94\x16\x8c\x31\x46\x29\xe7\x4a\ \x29\xc3\x18\x1d\x88\xf2\x03\xcc\x0f\x00\xc0\x18\x29\xa5\x82\x30\ \x1a\xa8\xda\xff\xe3\x7b\x2e\x6b\x6d\x18\x04\xef\xbe\xf3\xc0\x01\ \x30\x98\x35\x5b\x6b\x03\xcf\x0b\x7d\xbf\x2c\x4b\x85\x20\xb0\x2e\ \x89\x93\x6e\xb9\xd2\x46\x41\x08\x43\x2f\x30\xca\x20\x07\xb8\xe0\ \x0c\x21\x00\xb1\xe8\x05\x10\xae\xed\x3a\x84\x90\xee\xa4\xe6\x0a\ \x63\xec\x30\xb4\x14\x72\x68\x7a\x27\x03\x2e\x60\x27\xca\xf9\xcd\ \xe1\xde\xbe\x68\x5b\x9a\x8d\x0d\x70\xae\xef\x17\xaf\xcf\xd2\xa2\ \x58\xe7\xf9\xde\xde\x41\x3a\x4e\x85\xe8\x0f\x6f\x1f\x71\x2d\xc2\ \x28\x3c\x39\x39\x2e\x9b\xba\xac\x8a\xa6\x6d\x0e\x8e\x8e\xda\xba\ \xea\xb9\x48\x93\xb8\xee\x5a\x88\x10\xa1\x74\x36\x9d\x52\xe6\x2d\ \x16\x0b\x29\x04\x00\x06\x38\xf3\x66\xd4\x73\x00\x38\x70\x75\x75\ \xbd\xbb\x33\x6b\x47\xed\x86\x0b\x2e\xac\x35\xc0\x4b\x82\xfa\x7a\ \x7e\x72\xef\xde\x44\x88\xb2\xaa\xa0\x83\x04\x53\x29\xd4\x62\xb1\ \x68\xbb\x33\xc1\x15\x00\x30\xcf\xf3\xbd\xfd\x1d\x08\x01\xc4\x68\ \xbd\x5d\x21\x84\xba\xbe\x5b\x2c\x6e\x7e\xf0\xe1\xef\x2b\xa9\xb6\ \xdb\xcd\x78\x3a\xdb\x6e\xf3\x27\xcf\x5e\x1c\x1f\x1d\xb9\x8f\x3f\ \x75\xd6\xfe\xe1\x1f\xfe\xa1\xff\x56\xd3\xa2\x7b\x53\x33\xde\x40\ \x39\xc6\x18\x84\x06\x60\xa2\xb7\xd6\x48\x29\x84\x60\x7d\xdb\x0a\ \x2e\x10\x44\x4a\xa9\xcd\x66\x23\x84\xf0\x3d\xaf\x69\xdb\xf3\xf3\ \x73\xa3\xb5\x7d\x03\xf3\xdb\x8b\xcb\x8b\xd3\xb3\xd3\x0f\x3f\xfc\ \xd0\xf7\xbd\x97\x2f\x5e\x44\x61\xb4\xd9\xac\xef\xdf\xbf\xaf\xb5\ \xd6\x42\x2e\x97\xcb\x93\x93\x13\x4a\x29\xe7\x62\xb9\x5c\x2a\x25\ \x2e\x2f\x2f\x20\x84\x46\x6b\x8c\x31\x81\xac\xe7\xbc\xaa\x2a\xc2\ \xa8\x10\x52\x1b\x0d\x89\x15\x42\x48\x25\x9d\x03\x43\xf2\xc0\xcd\ \xf2\x26\xcf\xf3\x2c\xcb\xba\xae\x5b\x2c\x16\xbe\xef\x2b\xa5\x08\ \x25\x0e\x00\xcc\x28\xc1\xc4\x21\x83\x00\xa0\x84\x52\x4c\x0c\x31\ \xa3\x34\x5d\xad\x56\x52\x29\x67\xdc\xe0\x3b\xe2\x9c\x4b\xd3\x94\ \x50\x2a\x95\x32\x46\x4b\x29\x36\x9b\xbc\x6e\xaa\x20\xf4\xc2\x38\ \xd2\xc6\x02\x00\x3c\xe6\x2b\xad\x84\x10\xd6\x1a\xad\x04\xa6\xa8\ \xae\x6b\xce\xfb\xcd\x66\x4b\xc9\x22\x88\xd3\x9d\xdd\xdd\x2c\x1b\ \x51\xe6\x09\xce\xcb\xaa\x12\x52\x80\xb7\x74\x73\x06\x10\xa2\xc5\ \xcd\x8d\x1f\x04\xdb\xed\xd6\xf3\x3c\xc1\x05\xe7\xbc\x28\x0a\x00\ \x80\xef\xfb\x3d\xe7\xcb\xe5\x12\x63\xdc\x34\x2d\x72\xf0\xeb\xaf\ \xbe\x9a\xee\xee\x54\x4d\xfd\xf4\xc5\x8b\xf5\x7a\x23\x38\x77\x18\ \x29\xdd\x00\x63\xff\xe9\x9f\x7e\xfa\x67\xff\xe6\x4f\xef\xdc\xbe\ \xfd\xe2\xf9\xf3\xfd\xbd\xdd\x97\x2f\x9f\x07\x61\xd0\x77\x4d\x48\ \x61\x51\x96\x08\x21\xc6\x98\x52\x6a\xb9\x5c\xce\xe7\xf3\x81\x84\ \x21\x84\xc8\xb2\x74\xb9\x59\x1a\x25\x8b\xb2\x58\x2e\x97\x5a\x69\ \x25\x95\x50\xaa\x13\xdc\x40\x67\xad\x85\x18\x59\xe0\x9a\xae\xcd\ \xcb\x62\xb0\x9c\xbc\xba\xbe\x1a\x44\x29\x5d\xd7\x05\x41\x40\x1d\ \xc5\x18\x07\x41\x18\x45\xc9\x26\x2f\xfc\x30\xb2\x30\x0f\xe2\x24\ \x4c\xb2\xae\xeb\xd4\xa6\x38\x39\xb9\xf3\xfb\xdf\xfd\x1e\xf3\x7d\ \xd1\x4b\xc6\xbc\xae\x6b\x06\x9b\x0a\xe6\xd1\xbb\xf7\x6e\x5b\x64\ \xb5\x31\xce\x5a\x84\x11\x42\xc0\x18\x3d\x8c\xc6\xce\xb9\xb6\xab\ \xad\xb5\x10\x41\xa5\xa5\x90\x6e\x38\x96\x5a\x6b\xad\xd5\x20\x70\ \x1e\xf6\xe0\xbf\x13\x38\x97\x73\xce\xf3\xbc\xd9\x6c\x57\x29\x15\ \xf8\xe1\xe1\xe1\xe1\xcd\xcd\xcd\x7a\xbd\x9e\x4e\x27\x52\x28\xad\ \x75\xd7\xf5\x55\xd5\xf8\x9e\xaf\x0d\x02\x10\x06\x81\x27\xba\x9e\ \x79\x0c\x62\xe2\xfb\x01\xc2\x54\x4b\x27\xbb\xa6\xac\x8a\x34\xcb\ \x28\xa2\x46\xbb\x20\x0c\xa5\x91\x06\x41\x4c\x31\x4b\xc2\x28\x88\ \xfa\x9e\x47\xe3\x74\xef\xde\xc9\x8b\x57\x2f\xcf\x9b\x4d\x1a\x27\ \x71\x10\x65\x69\x2a\xa5\xbc\x59\x2d\x2d\x45\x49\x14\x3b\x63\x8a\ \xb6\xb6\xc0\x35\x7d\x2b\xad\x11\x4e\x77\x4a\xb4\x52\x20\x46\xeb\ \xae\x35\xc6\x3a\x8c\x00\x44\x8b\x9b\x9b\xfd\xfd\xc3\xbd\xfd\xbd\ \xcb\xcb\xeb\xf5\x6a\xdd\x36\x0d\x40\x08\x22\x07\x01\x00\x6f\x16\ \x52\xa0\xaa\xea\x07\x0f\x1e\x30\x3f\x94\x1a\x24\xbe\x37\x9a\x08\ \x44\xf0\xce\xfe\xde\xce\xce\xce\xcd\x6a\x89\x20\x1c\x8e\x94\x92\ \x2a\x49\xd3\x6f\x7f\xf0\xdd\x67\xcf\x9e\xe7\x9b\x55\xcf\x39\xc1\ \x84\x25\xc4\x94\x8a\x77\x02\x61\x00\xac\xeb\x39\x7f\xfe\xf2\xf5\ \x83\x07\xef\x64\xe3\xe9\xab\x57\xaf\xda\xba\xa1\x94\x96\x4d\xeb\ \xe6\xf3\xa2\x28\x56\xdb\xfc\xe1\x77\xbf\x9b\x66\xa3\xc1\x1b\xf6\ \xff\x6f\xb7\x3b\xb8\x29\x74\x5d\x07\x21\x1c\x36\x5c\x00\x78\x08\ \xbd\x09\x76\x6e\xdb\x96\x0b\x31\xe0\x3b\x43\x48\xfa\xb0\xf0\xaa\ \xaa\x6a\xc0\xb0\x8d\x75\x00\xc2\xae\xed\x5e\xbe\x7c\xf9\xdd\x0f\ \x3e\x98\x8c\x27\xd7\xf3\x79\x14\x84\xdb\x3c\x7f\xdf\xf3\x36\xeb\ \xf5\xf9\xe9\xe9\xc0\x7b\x6e\x9a\x1a\x63\x2c\xa5\xc8\xd2\x6c\xa0\ \x7d\x5a\x67\xa9\x47\xcb\x6d\xc3\x98\x37\x99\x4d\xe3\x28\x2a\xab\ \x0a\x63\x0c\xde\xc4\xd6\x01\xc1\x79\x5b\xd5\x4d\x5c\x9d\xbe\x3e\ \x25\x04\x53\x84\xa5\x52\xd0\x3a\x0c\x11\xa6\x4c\x4a\x09\x09\x06\ \xc6\x1a\x6d\x80\x03\x8c\x79\x00\x82\xae\xeb\x18\x63\xb3\xd9\x6c\ \xbd\x5e\x5f\x5d\x5f\x33\x9f\x68\xad\xa5\x54\x00\xc2\xbe\xef\xf3\ \x3c\xef\xb9\x70\x0e\xf4\x7d\xdf\x77\x32\x08\x42\x21\xfa\xeb\xeb\ \xb9\x90\xb2\x6b\x3a\xad\x07\xe8\xd7\x09\xd9\x5b\xab\x31\xc6\x00\ \x38\xa3\x81\x85\x46\xf0\xa6\x97\xaa\xae\xeb\xd9\xce\xee\xad\x5b\ \x87\x0e\x62\x00\x1c\x25\xe4\xad\x60\x2e\xe0\xac\x1d\x8d\x47\x4d\ \xdb\x48\x25\xeb\xb6\xa9\xeb\x5a\x48\xd9\x74\x6d\xd0\x85\x10\x42\ \x63\x4d\xd3\x75\x6d\xdb\x62\x84\x44\xcf\xd5\x6c\x66\x9d\xbd\xba\ \x99\x07\x71\xb4\xbc\xb9\x91\x52\x58\x67\x01\x80\x4a\x29\x0f\x91\ \xaf\xbf\xfa\xea\xfa\xea\xf2\xce\xed\x93\x5f\x7e\xfc\xe9\x72\xb5\ \xfa\xe2\xf1\x17\xef\xbc\xf3\x0e\xc5\xe8\xb3\xcf\x3e\x5b\x2c\x16\ \x4d\xd3\x32\x46\xad\xb5\xa7\xa7\xa7\x49\x9c\x04\x41\xb0\x5e\x6f\ \x80\x73\x8c\xb1\xae\x6d\x31\x82\x7e\x10\x4e\x66\xb3\xcd\x6a\x8d\ \x30\x82\x10\x5a\x63\x01\x74\xd8\x81\x7c\xbb\x6d\xfb\xee\xf2\xfa\ \x6a\xb1\x58\x4c\xa7\xd3\x20\x08\xb8\x14\x7d\xd7\x8d\x27\x13\x6d\ \x0c\x44\x48\x08\x89\x19\x51\xc6\x5a\x07\x95\xb1\xa7\x67\x17\x79\ \x5e\x5e\x5f\xaf\x06\x73\x34\x98\xe3\x97\xa7\x17\x97\x67\x57\x7f\ \xf9\x57\x7f\xb5\xbf\xb7\xcf\xfb\xfe\x66\x73\x8d\x21\x9e\x4e\x33\ \xad\x54\x18\x05\x5c\x77\x88\x58\x84\x90\xb5\x6e\x18\x1a\x06\x19\ \xe9\x40\xb5\x01\x10\x0c\x7a\x58\x6b\x8d\x52\x1a\x41\xa8\x8d\x26\ \x98\x20\x8c\xda\xb6\xab\xea\xdc\xfe\x8e\x20\xf4\x00\x00\x08\xd0\ \x66\xb3\xc1\x08\x67\xa3\xac\xaa\x2a\x08\xc0\x64\x3c\xf6\x3c\xef\ \x5b\x0f\x1f\x96\x65\xd9\xb4\xed\x6c\x36\x0d\x82\xb0\xa8\xca\xae\ \x6b\x65\xcf\x29\x21\xc0\x38\xdf\x0b\x10\x22\x4d\xc7\x27\x23\x6b\ \x31\x02\x8c\x01\x46\xad\xd5\x10\x21\x00\x20\x42\xc8\x0f\x3c\x65\ \x35\x17\x62\xec\xd9\x7a\xb3\x85\xc6\x6e\xb7\x6b\x03\xad\x72\x1a\ \x52\x98\x57\xf9\xc1\xee\xce\xe5\xf5\x7c\x75\x7d\xd5\x01\xc1\x7b\ \x79\x74\xb0\x7f\xfb\xe4\xa8\xe1\xad\xe2\xfc\x58\xdd\x2e\xea\xb2\ \x91\x5c\x00\xd3\x74\x6d\xd5\xb4\x08\xc3\x9e\x73\xa1\x64\x10\x85\ \x3b\xfb\xbb\x2f\x4e\x5f\x76\x5d\x2f\x94\xe4\x52\xfa\xa1\x87\x30\ \x84\x00\x3a\x6b\x11\x82\xce\x39\x88\xb0\x05\xf0\x6a\xb1\x9c\x8c\ \xa7\x94\x79\xb7\xef\xdd\x7d\xf2\xcd\xd3\xbb\xf7\xee\x1d\x9f\x9c\ \xfc\xcb\x27\x1f\x1b\xe7\xc2\x28\x92\x52\x71\xc1\xad\xb5\x77\xef\ \xdc\xbd\xbc\xbc\x0a\xa3\xb0\xeb\x1a\x29\xa5\xe0\xbd\x36\x9a\x79\ \xb4\x6c\xf4\xbd\x7b\x77\xef\xde\xbd\xe7\x00\x1a\x8d\x67\xaf\xf2\ \x97\x27\x77\xee\x2d\xe6\xf3\xe5\x72\x29\x36\x5b\x42\xbd\x20\xc9\ \x0c\x40\xe6\xed\xf9\x5c\x70\xd8\x2e\x0f\x44\x87\xa1\xff\x1d\xf8\ \x1d\x03\xef\x61\x58\xae\xf5\x7d\xdf\x34\x4d\x10\x04\xe3\xf1\x78\ \x34\x1a\x09\x21\x06\x66\xb3\x31\x06\x62\xec\x9c\x25\x18\x9e\x9f\ \x9e\x5e\x5e\x5e\x8e\x47\xd9\xcd\x62\x6e\x95\xc2\x08\x6c\x37\x6b\ \x25\x55\x5d\xd5\xce\xb9\xbe\x6f\x9b\xa6\x49\xe2\xd8\x58\x0d\x11\ \xa8\xeb\x9a\x31\xaa\x95\xf2\xfd\x60\x6b\x37\x84\x62\x63\xcc\x00\ \x53\x12\x4a\x86\xd8\x81\x41\x47\xd9\xb7\xfd\xd9\xd9\x69\x10\x7a\ \x7d\xdf\xd7\x4d\x65\xad\x85\x10\x68\x25\x3d\xdf\xc3\x16\x21\x04\ \x9d\x35\xce\x18\xdf\xf3\x43\xdf\xab\xaa\x0a\x58\x77\x72\xfb\x78\ \x32\x19\x9f\x9c\x1c\x6f\xb6\x1b\xe3\xde\x04\x8b\x21\x08\x7f\x4d\ \xf1\x13\x82\x6b\xad\x29\xc5\x4d\xd3\xe4\x65\xde\x73\xe1\x31\x3f\ \x4d\x47\x51\x14\xcf\x66\xb3\x34\x4d\xbe\xf8\xe2\xd1\xcd\xcd\xdc\ \x58\x0d\x1d\x44\x08\x0f\x02\x20\x69\xb4\x54\xf2\xf2\xf2\x22\xcf\ \xb7\xd9\x78\x02\x10\x7c\xbb\xb0\xc5\xa1\x56\x53\x4a\x86\x84\xca\ \x41\xe6\x3d\xc0\xf6\xce\x5a\xeb\x9c\x00\xa0\xed\xba\xcd\x76\xab\ \x95\x82\xce\xe5\xdb\xcd\xe1\xc1\xe1\x64\x3a\x45\x52\x15\x65\x21\ \xa4\x34\x10\x10\x40\x08\x22\xce\xba\xcd\x66\xfb\xe5\x17\x8f\x3f\ \xfc\xfe\xef\x13\x02\x6f\x16\x57\x65\x91\x0f\x7c\xe0\xcd\x76\x73\ \x7e\x7e\x1a\xc5\x71\x5d\x17\x41\xe0\xe5\xf9\x36\x8c\x83\xbe\xef\ \xda\xae\xf3\x18\x63\x8c\x41\xf8\xc6\x5d\x4a\x1b\xdb\x76\xad\x50\ \x6a\xb6\xb3\x13\x44\x11\x84\xb0\x6e\xaa\xd5\x66\xfd\xf5\xd7\x5f\ \x05\x61\x88\x31\xaa\xeb\x4a\x08\xd1\xf7\x3d\xf3\x3c\x00\x1c\xf3\ \xe8\x60\x22\xa2\xb9\xeb\x78\xaf\xad\x85\x88\x4c\x77\xf6\xf6\x6e\ \x9d\xfc\xfd\x8f\xff\x1e\x58\x87\x20\x41\x88\x31\x8a\xcf\xce\xae\ \xfe\xee\x6f\x7f\xf4\x3f\xfd\xbb\x7f\x3b\x9d\x8e\xad\x53\x7b\xbb\ \x53\xca\xd0\x74\x3a\x35\xc6\x88\xb6\x2b\x36\x79\x5d\xd7\x42\x68\ \xa5\xb4\xd6\x9a\x73\x01\x01\x1a\xde\x08\xe7\x0c\xe7\xbd\x36\x5a\ \x2b\x6d\x8c\x46\x08\x03\xe0\x18\xf3\x28\xa5\x3d\xef\x19\x65\xc3\ \xf1\xfb\x1d\xc0\xb9\x00\xd4\x46\x11\x8c\x19\xa3\x46\x6b\xc6\xd8\ \xf0\x2c\x8d\xd6\x00\x80\xe3\xe3\xe3\xab\xab\xab\x28\x8e\xa5\x94\ \x91\xf4\xb5\xe0\x4d\x5d\xef\x9f\xdc\x76\xd6\x46\x7e\x28\xa5\x20\ \x94\x02\x9f\xd6\xba\x33\x21\xad\x81\x6a\x9b\xb2\xe9\x5b\xe7\x8c\ \xcf\x18\x54\x8e\x57\xcd\xe2\xe2\x42\xc5\xcd\xcd\xe2\x1a\xfa\x74\ \xf9\xe2\x1b\x01\xcc\x74\x67\x87\x04\x74\x3b\x5f\xce\xb2\x6c\xb3\ \x5e\x75\x7d\x6b\x1a\xaf\xcc\x8b\xa6\xd8\x8e\xfc\xd0\x6a\xad\x94\ \x5a\xad\x56\x5d\xd7\x71\x21\x5a\x21\x56\xc5\xd6\x38\x53\xd6\x9d\ \xb4\xce\x59\x4b\x30\x2d\xcb\x32\x08\x02\x4c\xc8\x97\x5f\x7d\xe9\ \xf9\xcc\x39\x33\x80\x86\xd6\x3a\x84\x20\xc0\x70\x93\x6f\x8b\xb2\ \x6c\xea\x96\x50\x36\x9a\xb0\xfb\x0f\xde\xb9\x5a\x5c\xaf\xb7\xeb\ \xd1\x6a\x74\x71\x7e\xfe\xed\xef\x7c\x70\xff\xfe\xfd\x9b\x9b\x9b\ \xd3\xd3\x33\x08\xdc\x8f\x7e\xf4\xa3\x8b\xcb\x8b\xd1\x28\xeb\x9b\ \xa6\x2c\xf3\xbc\xc8\xa7\xd3\x49\x14\x05\x8b\xa5\xbe\x77\xef\xee\ \x1f\xfd\xf1\x1f\x7f\xfe\xc5\x57\x17\xd7\xd7\x69\x36\x7a\xf8\xf0\ \x61\x55\xd7\x5e\x55\xdf\x2c\x16\x65\x59\xed\x4c\x67\x27\x27\xb7\ \x11\x42\xff\x3d\xa3\xfa\xe0\x03\x41\x29\x1d\x1a\x2b\x84\x50\xd7\ \x75\xc3\x42\x4d\x2a\x35\x74\xe6\x5a\x6b\x21\xc4\x30\x76\xd5\x75\ \x3d\xec\xec\xa5\x94\x14\x23\x6b\x0c\x84\x30\xdf\xac\x2f\x2f\xce\ \x0f\xf6\xf6\xdb\xa6\x5e\x77\x7d\x18\x86\xce\xd9\xaa\x2c\xda\xae\ \xf5\x3c\x26\xa5\x44\x08\xae\xb6\x4b\x82\xb1\x94\xd2\x98\xd6\xf3\ \x3c\x29\x95\x54\x02\x61\xe4\x00\xd8\x6c\x37\x18\x61\x4c\x30\x70\ \x00\x41\xc8\x3c\xcf\xf7\xfd\xd0\x0f\x96\x60\xe9\x9c\x03\xc0\x01\ \x60\xd3\x24\xc6\x84\xf4\x7d\x57\x57\xb5\x73\x06\x63\xe4\xac\x0d\ \x83\x70\x3a\x9d\x8c\x47\xe3\xa7\x4f\x9f\x5e\x5f\x5d\xee\xef\xed\ \x79\x3e\xbb\x59\xde\x28\x25\x10\x86\x4d\xc3\x01\xc2\xc3\x41\x47\ \x08\x4d\xc6\x63\x6d\xcc\x6a\xb3\x21\x84\x18\xe3\xae\x17\x8b\x8e\ \xb7\xc6\x80\xe4\x70\xfc\xde\xfb\xbf\xf7\xe0\xc1\xb7\x0e\x6f\x1d\ \x56\x55\xfe\xf4\x9b\xa7\xe9\x78\x4c\x29\x21\x00\x0d\x3a\x07\x6b\ \x5d\x27\x7a\xa5\xf5\xc0\x24\x12\xa2\xf7\x83\x20\x08\xfd\xb7\x66\ \xa2\x6a\x6d\x7c\xdf\xab\x9b\xa6\x6e\x1a\xce\xb9\x90\x72\x67\x67\ \x47\x69\xdd\xb4\xad\x52\xb2\xe9\x5a\x4c\x89\x54\xca\x59\x7b\xb3\ \x5a\x11\x42\x0f\x8e\x8e\xb8\xe0\x5c\x0a\x4a\xa9\xb3\x06\x58\x07\ \x1d\xb2\x5a\x29\x21\xbf\xf9\xe6\x9b\xf7\xdf\x7d\x2f\x49\xe2\xe7\ \xdf\x7c\x83\x90\x25\x04\xe5\xf9\x56\x29\x41\x28\x09\x02\xbf\x69\ \xea\x9e\x77\x79\x91\x1f\x1c\x1c\x2c\x6e\xe6\xce\x59\x46\xbd\xa6\ \x6d\x28\xa5\x4a\xc8\x5e\xf0\x8b\xab\x8b\xae\x6d\x99\xe7\x39\xe7\ \x28\x21\x3e\x63\xd3\xd1\xc8\x0f\xfc\xcd\x76\x4b\x09\x36\x1a\x51\ \x4a\x46\xa3\xd4\xf7\x59\x59\x56\x5d\xd7\x06\x41\x20\xb9\x40\x0e\ \x1c\x1e\x1e\x7a\x51\xe8\x25\x71\x98\x24\x7f\xfe\x3f\xff\xc5\x7f\ \xf9\xbf\xfe\xee\x93\x5f\x3e\xc2\x10\x07\x7e\x30\x1e\xcf\xa4\x10\ \x52\x74\xdb\x7c\xf9\x37\xff\xe5\xff\x18\x4f\xb2\xef\x7c\xf0\x7b\ \xe3\x49\x96\x24\x49\xdb\x34\x5f\x7c\xfe\xe5\xeb\xeb\x4b\xe3\x9c\ \xc7\x3c\x46\x59\xdf\x4b\xce\x85\x56\x06\x00\x88\x31\xc5\x24\x24\ \x18\x28\x0d\xac\x53\x9e\x0f\x8d\x36\x94\xd1\x61\xc8\xb5\x0e\x00\ \xc0\x20\xf2\x7e\x23\xb0\xfb\xdb\xc2\xb9\x9c\x0d\x82\x60\x77\x77\ \xa7\xae\x6b\x42\xf0\x64\x32\x4a\xd3\x24\x0c\x03\xe7\xc0\x66\xb3\ \x5e\xaf\x97\x93\xc9\x78\x6f\x6f\x87\xf3\xde\x1e\xec\xe6\x9b\xfc\ \xea\xe2\x62\x94\x44\x0e\x80\x38\x4e\xaa\xaa\x9a\x8c\xc7\x5e\x12\ \x8e\xc6\x91\x94\x2a\x80\x78\xb6\x33\x2a\x56\xa1\x78\x52\x21\xeb\ \xb4\xd4\x63\x2f\x3a\x9a\xec\x34\x42\xda\x00\x87\x59\x6c\xac\x5a\ \x2f\x17\xdd\x7a\xae\xa0\x09\x22\xf6\xe2\xfa\x6c\x32\x49\x92\x6e\ \xc4\x05\x7f\x78\xf7\x4e\xb5\xda\xbe\x78\xf2\x75\xe8\x05\x10\x80\ \x5f\x36\xb5\x06\xa0\xe6\xfd\xf9\xe5\xc5\xe9\x2b\xb3\xb7\xbb\xa3\ \x95\x6e\xda\x3e\x4e\x12\x82\xcd\xf5\x62\xc1\x85\xd4\xd6\x18\x67\ \xa1\x03\x81\x47\xad\x45\x42\x28\x00\x00\xc4\x18\x22\x84\x28\xbd\ \x9a\xcf\xab\xaa\xbe\x9a\x5f\x4f\x77\x77\x7f\xfe\xf1\x47\x4a\x69\ \xdf\x63\x17\x57\xe7\x5c\x71\x2e\xba\x2f\xbf\xfa\x82\x52\x16\x84\ \xac\xeb\xda\xa6\xed\xb5\x96\x65\xa9\x7d\x8a\x97\xcb\x25\x21\x78\ \x3e\xbf\x2a\xcb\x32\x8e\xe3\xd5\x7a\xf9\xf4\x9b\x27\x79\x59\x16\ \xdb\x3c\x8e\xe3\xae\xef\xdb\xb6\x85\x08\xf6\xbc\xd7\x4a\x27\x69\ \xea\x05\x1e\xc6\xe4\xad\x0a\x06\x70\xce\x29\xa5\x86\xfb\x68\x70\ \xb2\x1e\xac\xee\x87\xae\xaa\xef\x7b\x04\xa1\x1b\xe0\x50\x08\x07\ \xd1\x86\xd6\x9a\x73\x3e\x70\x29\xb5\xd6\x4a\xc8\x37\xdb\x61\xa5\ \xce\xcf\x4e\x03\xcf\x6f\xaa\xba\x6e\x9a\x34\x8a\x55\xcf\xdb\xa6\ \xb1\x56\x77\x9d\x04\x00\x12\x8a\x65\xc9\x01\x63\x94\x12\x21\xfa\ \x37\x42\x10\x67\x99\xef\xb5\xbc\x53\x5a\x43\x0f\x47\xbe\x0f\x01\ \xf4\x3d\x9f\x10\x52\x95\x55\x96\x65\x8c\x10\x8c\xb1\x35\xc6\xa3\ \x19\x25\x64\x32\x99\xb4\xad\x27\x7a\x6e\x95\xb6\xce\x39\xe7\xa2\ \x20\x08\x3c\xdf\x68\x0d\x1d\x68\xeb\x7a\xf6\xfe\xfb\x1e\xa1\x4d\ \x5d\x59\xe0\x1c\x70\xd6\x39\xab\x35\x84\x08\x40\xe8\x9c\x2b\xab\ \x01\xac\x4c\xac\xb5\x2f\x9e\xbf\xaa\xca\x22\xca\xb2\x9d\x9d\xdd\ \x87\x0f\xdf\xdd\xdb\x3f\x48\xb3\x51\x92\xa4\xff\xf4\xb3\x7f\x72\ \x10\xec\xee\xee\x4a\x29\xa0\x01\x5a\x19\x4c\xf0\xe0\x8a\x11\xf8\ \xbe\xb1\x76\x67\x67\x96\x4d\xc6\x42\x4a\x8c\xd0\xdb\xdd\x5b\x08\ \xe1\xaa\xae\x7b\x29\x11\xa5\x42\xc9\xb2\xa9\xc2\x20\xc4\x8c\x34\ \x75\xb3\x2d\xf2\xb2\x28\xb4\x35\xc2\x18\x82\x09\x82\x90\x52\x5a\ \x35\xf5\xab\x57\x2f\xa5\xd6\x75\xdd\x50\x8f\x21\x8c\xa4\x90\x46\ \x68\x8f\x31\xa3\xf4\xf5\xe5\xd5\xd9\xe9\xa9\x35\xfa\xf9\x8b\x67\ \xd3\xe9\x14\x02\x2b\x65\x7f\x73\xb3\x30\x46\x6f\xb7\x5b\xad\x35\ \x00\x70\x48\xc3\x6b\xdb\x16\x42\xc8\xb9\x50\x52\x12\x4a\x38\xe7\ \xda\x98\xb2\xae\xc2\x20\xc8\xd2\xcc\x19\x3b\x1d\x8d\xe6\x57\xf3\ \x9d\x9d\x19\x45\x84\x11\x94\xc6\x71\x1a\xc7\x00\x80\x83\xdd\x5d\ \xe6\xb1\x27\x4f\x9e\x3a\x67\xdb\xae\xf3\x28\x1d\x27\xf1\xe1\xde\ \x6e\x32\x9d\x08\x6b\xfe\xdd\x5f\xfc\xc5\x37\x2f\x5e\x7f\xf6\xe8\ \xd1\xf7\xbe\xff\x21\x70\x90\x12\x3c\x19\x4d\x2f\xce\x2f\x8a\x7c\ \x35\x76\xa3\xe3\x93\xbd\xc3\x83\xbd\xbb\xf7\x6e\x87\xa1\xa7\xb5\ \xf8\xf1\x8f\xff\x9f\xc5\x62\xdb\x5b\xa4\x94\xf6\x3c\x2f\x8e\x12\ \xce\x55\x12\xc7\x71\x1c\x00\x80\x18\xf5\x10\x42\x52\x09\xa3\x51\ \x18\x20\x84\xf1\x76\xbb\xe5\x7c\x68\xbb\x82\x34\x1d\xa5\x69\xc2\ \x28\xfd\xd7\xe1\xf9\xdf\xe6\x6e\x11\x09\xde\xcf\xaf\xcf\xad\xb5\ \xbe\xef\xf3\xbe\xc9\xb2\x8c\x12\xc8\x18\xf3\x18\x36\x5a\x38\xab\ \x94\xee\x11\xb6\x14\xa3\x9d\x49\x56\x6e\x96\x6d\x5d\x3a\xe7\x8c\ \x56\x0e\x82\x86\xb7\xba\x00\x02\x4a\x0f\xe1\x8a\xab\x94\x7a\x32\ \xdf\xaa\xaa\x42\xc6\x79\x18\x03\x00\x98\x72\x13\xe6\xa3\x64\x1c\ \xc4\x49\x10\x87\x87\x7e\x9c\x17\x05\xee\xf4\x28\x8d\x02\x48\xa7\ \xc4\x07\xe9\xb8\x51\x62\x44\xbc\x38\x1d\x89\xb6\xdb\xce\x17\x00\ \x62\x64\x5c\x3c\x1d\xd1\xf1\x64\xb5\xdd\x64\x59\x12\x04\x1e\xa3\ \x94\xf7\xa2\x28\xab\x93\x5b\xc7\x59\x36\x6a\xfb\x4e\x6b\x65\xb4\ \xf1\x3c\x0f\x40\x04\x01\x82\x70\xc8\xb2\x75\x00\x19\x6d\x54\x10\ \xf9\x42\x0b\x08\xd1\x78\x67\xac\x8d\xe9\x39\x4f\x93\x8c\xf7\x5d\ \x56\x24\x0f\x1e\xdc\xc7\x18\x6f\x37\x1b\xab\xa3\x6c\x3c\xe6\xd2\ \x18\xe7\x7c\x4a\xac\xd2\xdb\xcd\x9a\x31\xba\x5a\xad\x8c\xd1\x18\ \xe1\xae\xeb\x6e\x16\x37\x10\x13\x63\x55\xbe\x59\xc5\x51\x70\x70\ \xb0\x0f\x9d\xa5\x84\x04\x1e\xd3\x92\xe7\xdb\xb5\x10\xfc\x2d\xc3\ \x7f\x00\xb0\xd6\x32\xc6\x08\x21\xc6\x18\xcf\xf3\x06\xb2\xf2\xd0\ \xc4\x11\x8c\x11\xc6\xf0\x57\xc4\x7a\x63\x4c\xdb\xb6\x43\x77\xc6\ \x18\x1b\x68\x44\xda\x48\x82\x09\x23\xc4\x68\xb9\x5a\x2e\x7d\xc6\ \xea\xa6\x76\x46\x57\x75\xe1\x80\x51\x5a\x59\x6b\xb9\xe8\x28\xa5\ \x8c\xd1\xb6\x6d\xa3\x28\x34\x46\x4b\x29\x9d\xb3\x08\x22\x07\x80\ \x71\x16\x22\xc4\x18\xa3\x84\x20\x84\xb4\xd2\xbe\xef\xc7\x51\xa4\ \x84\xac\xcb\x6a\xf0\x12\x70\x0e\x48\xc1\x87\x89\x75\xe8\x7a\x9a\ \xbe\xc7\x18\x13\x8c\xdb\xba\x6e\xaa\x7a\x3a\x9b\x02\xe0\x86\x36\ \x30\x08\x82\x48\xc4\x98\xe0\x5f\x49\x73\x11\x00\x0e\x02\x88\x31\ \xde\x6e\x37\x52\x5b\xdf\xf7\xad\xb5\x94\xd1\xdd\xbd\xfd\x83\xa3\ \x5b\x7b\xbb\xfb\x93\xf1\xa4\x6d\xba\x67\xcf\x9e\xfd\xe4\x1f\x7e\ \xb2\x5a\xdf\x44\x51\x38\x7c\xfe\xc0\x38\x2d\xb4\x17\xf8\x0e\x38\ \xe8\xa0\xb1\x36\x8a\xa3\xd1\x38\xf5\x02\x86\x08\xa4\x8c\x80\xb7\ \x64\x45\x00\xa5\x94\x35\xc6\xf7\x7d\x84\x10\xa3\x2c\x89\x13\xad\ \xb4\xe0\x9c\x31\x86\x30\x26\x08\x46\xd9\x48\x29\xd5\xb7\x1d\x21\ \xa4\x6d\xdb\xd7\xa7\xa7\x98\x12\xc6\xd8\x64\x67\xa7\x6c\x4a\x29\ \x14\xf3\x7c\x08\x9c\x35\xb6\xa9\xab\x67\x4f\x9f\xac\x97\xcb\xb6\ \xae\xb2\x2c\x39\x3b\x7b\x4d\x28\x05\xc0\xf5\x7d\x6f\xad\x61\x8c\ \x75\x5d\x6b\x8c\x52\x4a\x22\x04\x56\xab\x65\x10\x04\x52\x0a\xe0\ \x80\x73\x0e\x20\xc8\x02\x3f\xc9\xd2\xbe\xe7\x01\xf3\x8e\x8e\x8e\ \x34\x97\x4d\x55\x51\x08\x0e\x76\xf6\x06\xed\xc4\x10\x73\x99\x65\ \x99\x4f\xe8\x66\xb3\x51\x52\x62\x66\x41\xa0\x9f\x7c\xf9\xc5\xde\ \xd1\xd1\x3b\xef\xbf\xff\xbf\xfd\xc7\xff\xf4\xf9\x57\x4f\xd2\xc9\ \xc4\x0b\x82\xed\x3a\xcf\xcb\xb2\xcc\x6b\xa3\xb5\xe0\x7d\x9c\x84\ \xdf\xfa\xd6\x83\xc9\x24\xcb\xb2\x24\x0c\xc3\x1f\xff\xf8\xef\xff\ \xe1\x1f\x7e\xb1\xbb\xb3\x33\x3d\xbc\xbb\x73\xbc\x1b\xc6\x11\xb0\ \xa0\xaa\x6a\x6b\x5d\x91\x57\x10\xa0\x9e\x2f\xa5\x90\x71\x1c\x31\ \x8f\x4a\xa9\xaa\x6a\xd3\xf7\xbd\x73\x6e\xc8\x61\x68\xea\xae\xef\ \xc4\x74\x3a\x05\xbf\x23\x3d\x17\x00\x40\x6b\xd5\xf5\x75\x1c\xc7\ \x00\xda\xe5\xea\x1a\x42\x03\xa1\x11\x52\x18\x6d\x8c\xb5\x5c\xb4\ \x5d\x5f\x50\x4a\x9c\xd6\x04\x51\x0c\x4c\xdb\xd4\x52\x29\x65\x55\ \x18\xc5\x65\x95\x4b\x51\x47\x18\x46\x7e\x80\x0d\x88\x2d\xbc\x75\ \x78\xf4\x9d\x83\x93\xaa\xa8\x1d\x42\x16\xc1\xbd\xfd\xbd\x40\xd8\ \xf1\xe8\x04\x13\x22\x95\x84\x7b\x3b\xfe\x89\x5f\x56\x65\x92\x24\ \x94\xb2\xae\x6d\xd5\xf1\x4e\x15\x02\x42\x89\xe5\xda\x4a\xad\x84\ \xc4\xcc\x2f\xfa\x76\xd5\x96\x95\x50\x49\x18\xf9\x61\xa8\xb5\x10\ \x4a\x20\x40\x92\x34\xd1\xce\x2e\x6e\x6e\xfa\xbe\x77\x6f\x00\x57\ \xa7\xa5\x71\x0e\x6a\x6d\xb4\x36\xce\x39\x9f\x20\x42\x49\xd3\x37\ \x16\x5a\x88\xdc\x72\xb5\xb0\x10\x48\x29\xdb\xb6\x92\x42\xf4\xbc\ \xfd\xfc\xf1\x67\x41\x10\xb4\x4d\x4d\x11\xbe\x5e\x5c\x29\x87\x08\ \xa6\x3e\x63\x5a\x88\xa6\xae\x86\xd4\x6e\x8c\xb1\x56\x62\x08\x13\ \x52\x52\x08\xde\x61\x88\x10\xb0\xc0\xb9\xbe\x6b\x9c\x55\x00\xd1\ \xba\x2a\x95\xe4\x6f\x6b\x88\x0a\x9d\x73\xc6\xe8\x41\xe3\x62\x8c\ \xf1\x7d\x7f\x80\xbd\x86\x08\x22\x6d\x0c\x06\x00\x3a\x37\x80\xf7\ \xc3\x17\x87\xef\x1a\x63\x86\x8d\x24\xc6\x08\x23\x34\x50\x3d\xfb\ \xb6\xdd\x6e\xb7\xce\x68\xe7\x5c\xd7\x0e\x52\x1e\x66\x8c\x1d\x4e\ \x3f\xa5\xc4\xf3\x58\x92\x44\x8c\x51\xca\x88\x19\x7c\x9d\x00\xb0\ \x00\x24\x69\x7a\xeb\xf8\x88\x77\xbd\x35\xc6\x18\xa3\x84\x5c\xf7\ \xdc\x68\xed\x79\xac\x2f\x3b\xa5\x15\x04\xc0\x1a\x63\xb4\xea\xbb\ \x96\x50\xca\x28\xa1\x14\x87\x41\x88\x00\x48\xc2\x10\x62\x9c\x44\ \x61\xd7\x06\x18\xc3\xe5\xea\xe6\xe0\x60\x5f\x69\xe1\x00\x05\xc0\ \x21\x84\xac\x05\x0e\x80\x21\x47\x8a\x31\x4f\x1b\x3e\x3c\xb5\xf1\ \x68\xb4\x7f\xeb\x30\x4c\xd2\xba\xe9\x56\x9b\x17\x9c\x0b\x4a\x3c\ \x29\x25\x63\xa4\x6e\x3a\x44\x48\xcf\x7b\x23\xad\x47\x28\x04\x00\ \x58\xe8\x1c\x50\x5a\x79\x8c\x79\x1e\x03\xc0\xa2\x37\x61\x8b\x6f\ \xc9\x47\x31\xce\x5a\xe0\x00\x84\x42\x4a\x07\x40\x36\xce\xa8\xc7\ \x2c\x70\x98\x10\xa5\x95\xb6\xd6\xf2\x1e\x63\x0c\x9c\x43\x18\x03\ \x08\x8d\x31\x1a\x38\xc5\x3b\x03\x5c\xc3\x3b\xa3\x5c\xc4\x08\x02\ \x8e\x20\xdc\xf5\xfd\xf5\xf5\x95\x12\x02\x38\x87\x11\xbc\xbc\x38\ \x8f\x92\x08\x00\x6c\xad\xe9\xfb\x7e\x20\x13\xec\xef\xef\xc7\x71\ \xd4\xb6\x2d\x42\x28\x0c\x43\x88\x20\x70\x8e\x7a\xec\xe4\xce\xed\ \x83\x83\xc3\xae\x6b\x99\xe7\x75\x5d\x7f\xf6\xea\xd4\x6a\xe3\x51\ \x96\x17\x9b\x8e\x77\x9e\xe7\x09\x21\x20\x04\x55\x9e\xa7\x61\x10\ \x79\x5e\xc7\xe8\x24\x49\xb4\x52\x71\xc0\x94\x82\xdb\xe5\xe2\xff\ \x7e\xf5\xa2\xe1\x62\x7a\x70\x4b\x28\xd9\x0b\x25\x95\xa8\xea\xaa\ \xad\xda\x80\x31\x00\xc1\xe1\xe1\x7e\x96\xa5\x84\xa0\x34\x4d\xb6\ \xdb\xed\x72\xb9\x7e\xf8\xce\xbd\xd5\x3a\x7f\xf1\xfc\x65\x5e\xd4\ \xa3\x2c\x9b\xcd\x66\x88\x60\xa3\x64\x18\x07\xc6\x18\x40\x58\x98\ \x78\x4a\xaa\xbc\xac\x07\xaf\x04\x2f\x60\x7d\xdf\x43\x0c\xa8\x47\ \xde\xe0\xb0\xff\x1f\x1c\x34\x7f\x8b\x09\x1a\x18\x05\x3e\x61\x14\ \x19\x23\x8d\x16\xc6\x08\x21\x5a\x8c\x11\x57\x7d\x51\x16\x69\x9a\ \x61\x62\x02\x82\x7d\x3f\x74\xc6\x80\x24\x30\x46\x25\x69\x14\x26\ \x49\x3c\x1a\x4b\x67\x63\x63\x0e\xb4\x9e\x85\x69\x40\x03\x27\x6d\ \xc0\x3c\xa5\x5d\x9a\x11\x61\xad\xa6\xb8\x6b\x5a\xa0\x01\x76\x1c\ \x48\xc3\x20\xa6\x84\xf4\x55\xcb\x10\x96\x79\xd5\x3a\x83\x18\xed\ \xb5\x31\x1a\x1a\xe3\x18\xc2\xcc\xc2\x80\x30\x44\x68\xef\x80\x6a\ \xba\xa2\xa9\xbc\xc0\xeb\xda\x4e\x1a\xd1\xd6\x35\x84\x18\x43\xb4\ \xde\x6c\x3d\xea\x59\xad\x11\x42\x6f\x6a\xbb\x86\x10\x42\x8c\x18\ \xc2\x00\x62\x40\x19\xf5\x7c\xaf\xeb\x5b\x88\x00\x02\x78\xb9\x5e\ \x60\x46\x07\x18\x0c\x42\x98\x64\xe1\x7a\x73\xc3\x7b\x8e\x80\x0b\ \x83\xd0\x3a\x07\x49\x08\x21\x09\x3c\xdf\x88\x1e\x58\xd0\xb4\x8d\ \x36\x0a\x40\x40\x08\xee\xda\xf6\xe2\xe2\x0c\x38\x38\x44\x2b\xbe\ \x7a\xf9\xc2\xf3\xd9\x7a\xb3\xd1\xd2\x18\x65\x28\xc1\xce\x68\xf8\ \xdf\x55\x33\x8c\x52\x4a\x08\x31\xe4\xa1\x0d\xbf\x65\xb8\xa1\x86\ \x9e\x45\x0a\x01\x21\xa4\x94\xfe\xca\x7e\x03\x0e\xd0\xd8\x60\x17\ \x01\x81\xd3\x5a\x19\x63\x10\x84\x1d\xe7\x7d\xd7\x41\x00\x94\xd6\ \x1a\x61\xa3\xb4\x73\x0e\x40\x67\x8c\xb1\xd6\x28\x25\x30\x46\x83\ \x68\xd6\x59\x2b\xb5\x7c\xd3\x79\x0d\xba\x7f\x08\xd3\x2c\xb5\xda\ \x42\x07\x8e\x8f\x8f\xcb\xa2\x50\x52\xfa\xbe\x37\x1a\x67\x97\x17\ \x67\xd6\x01\xc6\x42\x63\x8c\xef\x7b\x61\x18\xf2\xbe\x43\x10\x3a\ \x6b\x18\xf3\x99\x47\x01\x80\x14\x63\x46\x08\xa3\xb4\xef\xba\xcd\ \x76\x0d\x10\x94\x4a\x02\x60\x31\xc6\xd6\x59\x08\x00\x80\x10\x63\ \x32\x08\x1b\x82\x20\x04\x18\xfb\x81\xf5\xfc\x40\x6a\xdd\x73\x6e\ \x1d\x00\x88\x40\x84\x30\x21\x16\x00\x07\x61\x2f\x04\xf3\x3c\x0b\ \x9c\x47\xe9\xaf\x23\xb2\x08\x21\x61\x18\x22\x84\x2d\xb0\x84\xe0\ \x5f\x09\xe2\xdf\xb2\xd5\x15\x52\x76\xbc\x23\x35\x51\x5a\x57\x75\ \x9d\x00\x60\xac\xad\xea\x2a\x88\xa2\xaa\xae\xb7\xdb\xad\xe7\xfb\ \x8c\x10\x88\x31\x63\x4c\x19\x03\x21\xa4\x94\x21\x82\x11\xc1\xce\ \x9a\xbe\xef\x19\x46\x00\xbb\xcd\x6a\xbd\x33\x1e\x33\x42\x30\x41\ \x5a\x49\xc1\x5b\x07\x2c\xa5\xbe\x92\xca\x39\xdb\x75\x9d\x52\x6a\ \x30\x20\x1d\x6c\xa0\xca\xb2\xec\xba\x9e\x32\xd6\x08\x3e\xe4\xfe\ \x32\xc6\x9a\xb2\xbc\x7d\x74\x8c\xad\xab\xb7\xc5\x68\x32\xb9\x7d\ \x72\xf4\xe4\xd9\xd7\x5a\x2a\x12\xf8\xbe\xe7\x63\x82\x47\x69\x5a\ \x17\x25\x34\x06\x41\x90\x84\x7e\x16\xf8\x20\x89\xb9\x35\xc7\xf7\ \xee\x7e\xf5\xfc\xb9\x56\xbd\x03\x98\x11\x22\x78\xaf\xb4\xa0\x14\ \x4b\xc9\xc3\x90\xcc\x76\x26\x00\xba\x28\x8a\xb4\xd6\xa7\xa7\xa7\ \xd6\xb9\xdb\x77\xee\xfe\xe0\x8f\xfe\x4d\x6f\xd1\xab\xb3\xb3\x27\ \x8f\x1f\x7f\xf3\xfc\x6b\x08\x81\x1f\xf8\xc7\x27\xc7\xb3\x9d\x49\ \x82\x58\x10\x04\x4a\xea\x9b\xc5\xd2\x02\xe9\x80\x23\x04\x86\x98\ \x39\x67\xe2\xd4\x1f\x94\xe7\x69\x96\xfe\xae\xe0\x5c\x10\x42\xad\ \x55\x27\x5a\x4c\x31\x74\x90\x10\x04\x9c\x35\x56\x4b\x65\x1c\x34\ \x8c\x11\x08\x0d\x86\xb4\x6f\x5b\x4b\x94\xe6\xaa\x6b\xfb\xae\xeb\ \xa7\x49\x22\x95\x6e\x9a\x0a\x53\x92\x40\xfc\x7b\x7e\xd2\x17\x0d\ \xd7\x75\x32\x9a\xe6\xab\x9c\x46\xb1\xc3\xf8\x66\xb3\x0e\x46\xd9\ \x68\x6f\x07\xc5\xbe\xf1\x48\x16\x86\x1e\xc4\x0c\xc0\xd5\xe5\xe5\ \x76\xb9\x1a\x1f\xdf\x0a\x26\xa3\xeb\xcd\x5a\x4a\x91\x02\xba\xb9\ \x5e\x84\xcc\x1b\x25\x99\x17\x04\x24\x08\x63\x67\xbd\xaa\x2c\x2f\ \x2f\x12\x32\xa9\xdb\x4a\x5a\xa9\xa4\x84\x0e\x31\x4a\xd2\x24\xd3\ \xca\x18\x6d\xa4\x56\x16\x42\xea\x79\x42\x4b\x08\x20\x82\x90\x20\ \x04\x11\xc4\x08\x1b\x6b\x18\xf1\x94\x56\x00\xd9\x28\x8e\xb4\xb5\ \x10\x02\xa3\x0c\x70\xce\x67\xcc\x23\xd4\x19\xc3\x28\x35\x5a\x6b\ \x6d\x31\x34\x00\x02\x67\xb4\xd6\x06\x02\xc7\x18\x0d\x69\xb0\xc9\ \xd7\x75\x2b\x7c\x3f\x38\xd8\xdf\x97\x52\x19\x6d\x3c\xc6\xca\xb2\ \xb4\xda\xf0\xb6\x35\x0e\x60\x07\x18\xc5\x5d\xdb\xfe\xc6\x40\x81\ \x7f\xe5\xb3\x27\x04\x0f\x3f\x3b\x4c\x88\x6f\x0c\x36\x9c\x1b\x2c\ \x0a\x08\x21\xc6\x5a\xa5\x14\x42\x08\x63\x3c\xac\x1a\x07\x13\xd7\ \xe1\xc1\x0d\x8b\x54\xe7\x9c\xb5\x6e\x50\xfc\x49\xa5\x9b\xa6\xc5\ \x29\x22\x84\x08\x29\x84\x10\xce\xb9\x28\x0a\x85\xe0\xce\xba\x61\ \x75\x39\x20\x38\x4a\x2a\x63\x6d\x10\x86\x10\x80\xf5\x7a\x1d\x06\ \x41\xe8\x05\x42\xa9\x20\x0a\x7b\xd1\xb7\xbc\x13\xad\x3a\x3c\x38\ \x50\xda\x41\x08\x83\x30\x06\x0e\x34\x6d\x0b\x11\xee\x7b\x61\x8c\ \xd3\xd6\x31\xdf\x73\x16\x14\x55\x29\x95\x96\x4a\x27\x49\xca\x39\ \x9f\x5f\x2f\x76\xf6\x76\xfb\xbe\x6f\x3b\xf1\xeb\x8f\x05\x02\xe0\ \x9c\xf5\x7d\x5f\x2a\x15\xc5\x81\xb5\x40\x08\x39\x18\xf5\x00\x00\ \x3c\xca\x10\xb0\x5a\x6b\x8c\x87\x7d\xa5\x75\xd6\x01\x00\x11\xc2\ \x6f\xb8\x02\xce\x41\x04\x3c\xea\xf9\x9e\xe7\x9c\x05\xc0\x51\x42\ \xdf\x7a\x2d\xe2\x00\xc0\x08\x63\x84\x08\x22\x08\x22\x2d\x95\x31\ \xa6\x28\x8a\xae\xeb\xb2\x74\x94\xe7\xdb\x5b\x87\xb7\x20\xc1\xd7\ \xd7\xd7\xc0\x3a\x8c\x31\x25\x94\x68\x55\x36\x15\xc4\x38\x80\xc0\ \x1a\x8b\xc0\x60\x9c\xe1\x94\x55\x9b\xed\xa6\xef\x8f\x14\x46\x6d\ \xd3\x2e\x01\x20\x1e\x41\xd6\x74\x75\x3d\x60\x5b\x10\x00\xa5\x14\ \xef\x3b\x00\x80\xe7\x53\xcf\x23\x75\x5d\x0a\xde\x11\x42\xa2\x20\ \x28\xb7\xc5\xe6\x66\x35\x9b\xce\x4a\xb9\xc5\x10\x1d\x1e\xec\x9d\ \xf7\x22\xcf\xf3\x87\x7b\x0f\xb3\x24\x3b\x7d\x7d\x7a\x70\xb0\x3f\ \x99\x4c\xb6\xdb\x6d\x5d\x36\x10\x40\x82\xd9\x7a\xb5\x7d\xe7\xde\ \x6d\x42\xf1\xb6\x2a\x15\x80\xad\x32\xce\x82\x5e\x8a\x30\xc9\xa4\ \x32\x04\x21\x8c\xb0\xb4\xc2\x58\x33\x9b\xee\x4c\x27\x99\x33\x72\ \x34\x4a\xac\x71\xa7\xa7\xa7\x55\x51\xa3\xcc\x33\xd6\x51\x82\x1f\ \xdc\xbf\x07\xac\x2a\x8a\xc2\x28\xae\xad\xb1\xa6\xc7\x50\x0b\x2e\ \xd2\xd8\x9b\xec\x8e\xa0\x33\x69\x12\x5e\x5e\x5d\xb4\x75\x9e\x64\ \x09\xe7\x92\x79\x88\x50\xa0\xb4\x74\x56\xfe\xc6\x82\xf1\xdb\xf3\ \x8a\x30\x18\xe5\x0e\x22\x0d\xb1\x71\x49\x38\x85\xd0\x6b\x85\x61\ \x91\x87\x91\x97\xc6\x31\x06\x16\x0b\xcb\x80\x8f\x35\xc5\xc8\x67\ \xd9\xc4\x4b\xb5\x06\x16\x13\x28\xbb\x2e\xc0\x60\x8c\x59\xba\x2c\ \x7c\xc2\x8a\x24\x5d\x3b\x7b\xe6\xdc\x1f\x7c\xff\x43\x83\x90\x5c\ \xdf\x64\xa3\x24\x1b\xa5\x49\x32\xd3\x08\x87\x31\xa5\x4e\x85\x0c\ \x84\x52\x92\xab\xf5\x64\x77\x17\x1c\xee\x16\x98\x1e\x24\x23\x48\ \x91\xd9\xdf\x55\x42\xdd\xfa\xd6\xbb\x51\x18\x36\x75\xb3\x78\xf1\ \x22\x05\x7a\xa7\x2e\xb7\x79\x3e\xdb\x99\x58\x62\x29\x22\x18\x62\ \x68\x6c\xe0\x07\xc6\xb8\xae\xef\x4e\x2f\xce\x85\x14\x8d\xe6\x1e\ \x23\xd0\x02\x60\x2d\x72\x0e\x68\x0b\x2d\x78\xe7\xf6\xfd\x9a\xb7\ \x84\x52\xa1\xa4\x47\x19\xb4\x10\xb8\x61\xeb\xed\x20\x84\x94\x90\ \xdd\xf1\x21\x70\xce\x18\x03\x11\x84\x08\x01\x08\x81\xb3\x83\xd4\ \x56\x6b\x65\xad\x45\xe7\x08\x39\x10\x30\x6f\x7f\x67\x5f\x6b\xa7\ \x84\x82\x10\x8c\xd3\x59\xd3\x36\x4d\xd9\x7f\xeb\xe1\xec\xec\xec\ \xfc\xce\xdd\x3b\x47\xb7\x8e\x28\xf5\xec\x5b\xea\x16\xdd\xc0\x46\ \x36\x46\x51\x4a\x95\x12\x18\x47\x00\x40\x29\xad\xb5\xce\x5a\xc7\ \x58\x68\x2d\x20\x88\x0e\x01\x4b\x55\x55\x21\x80\xa5\x94\x8c\x32\ \x46\x3c\x8e\xb8\x33\x16\x42\x34\x00\x4c\x5a\x19\x6d\x5c\xc7\x85\ \x32\x56\x59\x80\x00\x52\x52\x75\x5c\x2a\x29\x83\x20\x00\x0e\x42\ \x80\x30\x24\xbc\xe5\x5d\xdf\x86\x61\xa8\xa8\x12\x4c\x6a\x63\x03\ \xcf\xd7\xc6\x5d\xcd\x6f\x0e\xf6\xf7\x1b\x25\x9e\x9c\xbd\xc4\x14\ \x15\xba\x16\x3d\xcf\xcc\x8c\x3b\xab\xa4\xf2\x8d\x89\xa2\xa8\xce\ \xb7\x12\x00\x09\x81\x84\xc0\xf7\x7d\x96\xa6\xc0\x01\x0f\x00\xae\ \x94\x76\x10\xd3\x40\x36\x3c\xa5\x21\x25\x51\xd5\x73\x23\x91\x85\ \x0a\x23\xa0\x94\xf6\xbc\xe0\xd6\xc1\x0e\xc4\x44\x1b\x6f\x32\x19\ \x5d\x5e\x5f\x43\x6c\xfb\xae\x55\x1a\x20\xe7\x9c\xd6\x14\x21\x4c\ \x90\xd6\x5a\x29\x0d\x8c\x0e\xa8\x67\x8d\x71\x18\x19\xe7\x94\x51\ \xda\x19\x60\x5d\xc0\x68\xc0\x18\x05\x10\x0f\xd7\x9b\x52\xe0\x6d\ \xe1\x45\x8a\x61\x80\x31\x54\x86\x02\xe4\x94\x0e\xbc\x20\x08\x43\ \x25\xb5\x75\x40\x5b\x00\x20\x4e\x82\x68\x92\x8c\x3d\xc6\x4e\x8e\ \x4f\x56\xab\x95\x10\x5c\x49\x85\x10\xce\xbc\xd8\xb4\xca\x62\x6b\ \x88\xfa\x55\xd3\x07\xb9\x91\x5a\x9a\xa2\xef\x35\x71\xd6\xba\x1a\ \x00\x00\x20\x00\x49\x44\x41\x54\xc6\xe3\x60\xdc\x09\xdd\x72\xbd\ \xdc\x54\x80\xf8\x69\x14\x49\xa9\xfd\x20\x50\x92\x37\x75\x11\xfa\ \x14\x81\xa0\xa9\x3c\x2e\x4c\x80\x7d\x0f\xb1\x8b\xe7\xe7\xae\xb7\ \x40\xd9\xeb\xd3\x0b\x62\x1c\xb0\xe6\x72\x7e\x3e\x3b\x3a\x70\x84\ \x35\x52\xb5\x52\xef\x05\x91\xd4\x9b\xb3\xab\x6b\xe6\x79\xb5\x90\ \x5e\x9c\x90\x38\xd1\x94\xf8\xa3\x89\x15\x6a\x59\x54\xdc\x80\x74\ \xb4\x03\x10\x96\xaa\xb7\xd6\x19\xa5\x08\x09\x18\x0e\x0e\xf6\x0f\ \x02\x06\xb3\x24\x98\x84\xfe\xb3\xe7\xa7\xc5\xb6\x0e\xa2\x38\xdb\ \x19\x43\x86\x10\x70\xe5\x26\x67\x08\x1d\x1f\x1c\x20\x8c\xc3\x20\ \x28\x8a\xed\xfc\x62\x69\x8d\xe5\xb5\xdc\xd9\xd5\xd3\xd1\x98\x42\ \xe2\xdf\xbe\x7f\x75\x7d\xdd\xf5\x7d\x12\x26\xc7\x07\x47\xc4\x63\ \x0e\x02\x4a\xe8\x6f\x1c\xd2\x7f\x6b\x1c\x7a\x33\x8a\x47\x7f\xf4\ \xfe\x87\x93\x20\x11\x65\xed\x94\x09\x92\x48\x40\xdb\xca\x4e\x4a\ \x3e\x4e\x92\x71\x1c\x6b\x67\x09\x66\x0c\x79\x10\x30\x40\x28\xf2\ \xa8\xb5\x12\x29\xee\x09\xee\xea\x6a\x54\x55\x9c\xaa\x02\xea\xd2\ \xc7\x4f\xfa\x62\xff\x3b\xdf\xab\xa6\x59\xdd\xb6\x65\x40\x25\xb1\ \xe1\x34\x86\xe9\x84\xf7\xc2\x06\x30\x40\x50\x23\x59\x03\x65\x30\ \x94\x31\xb5\x31\x33\x59\x04\xfc\x20\x4b\x62\xe3\x40\x91\xe7\x1a\ \x22\xa9\x4c\x2f\x44\x14\xc6\xd4\xa1\xf4\xbb\xe1\xeb\x57\xaf\x35\ \x05\x2c\x09\x3c\xca\x9c\xd4\x21\xf3\x81\xb1\x18\xe3\xe5\x7a\xcd\ \x0c\xb6\x96\x42\x03\x20\x81\x16\x39\xeb\x90\xb1\xd0\x58\x1b\x25\ \xc9\xfe\xfe\xe1\x8e\x31\x98\x12\x29\x25\x82\xd0\x19\xf7\x6b\x75\ \x2e\x04\x10\x22\x38\xf8\x0d\x0c\xaa\x77\x4c\x31\x00\xe6\xff\x65\ \xee\xcd\x7a\x2c\xcb\xae\xf4\xb0\x35\xec\xbd\xcf\x70\xa7\x18\x32\ \x72\xa8\xca\x2c\x16\x8b\x43\x37\xc9\x6e\x36\x5b\x2d\x36\x64\xa9\ \x1f\x0c\xbf\x19\x90\xfc\x1f\xfc\x7b\x6c\xff\x03\xbf\xf8\xcd\x7e\ \x92\x00\xdb\x02\x0c\x5b\x6a\x48\x16\x5a\x16\xd0\x6c\x92\xea\x81\ \x2c\x16\x6b\xca\xca\x29\xe6\x88\x3b\x9c\x73\xf6\xb0\xd6\xf2\xc3\ \xbe\x11\x2c\x52\x46\xb7\x90\x0d\xd0\x15\x0f\x85\xcc\xc0\x8d\xca\ \x1b\xfb\x9e\xbd\xc6\x6f\xb8\x53\xd9\xe7\x4a\x84\xae\xc2\x95\xab\ \xc5\xe2\xe1\xc9\xc3\x92\x6b\xd0\x33\x04\x18\xc6\xd1\xb1\x7b\xfc\ \xf8\x31\x00\x3e\x3c\x79\x78\x78\x78\xe8\x1c\xbf\xbd\x09\x8d\xec\ \xa1\x31\x15\x59\x5a\x8a\x98\xa9\xaa\xa8\xc2\x1e\x77\x5a\x4c\x54\ \x66\xb3\x8e\x18\x4b\xc9\x88\x76\x70\xb8\xaa\x3a\xce\xb6\xb1\xa6\ \x09\x6d\xd3\x38\xe7\x76\x3b\x30\xd3\x69\x1a\x53\x8a\x44\xd8\xb6\ \x8d\x81\xc5\x14\xd5\x4c\xc1\x4a\x11\x11\x11\x95\xdb\xf5\xad\x69\ \x89\x39\x11\xb3\xa8\x82\x6a\xe3\x1c\x98\x69\x29\x25\x97\x9b\xf5\ \x66\xb3\x5d\x5f\xfc\xf4\x74\xb6\x9c\x19\x96\x83\xc5\x6a\xee\x43\ \x47\xc4\x44\x01\x00\x62\x8c\xeb\xb5\x9b\xcd\xca\x30\xc4\xed\xd6\ \xcd\xe7\x0e\xc0\xd0\x42\xe0\x6a\x97\xa9\x2a\x2a\x25\x38\x06\xd3\ \x61\xdc\x89\x24\x0e\x8e\x1c\xc5\x94\x0d\xf9\xf8\xe4\x64\xb3\x1d\ \xa6\xe9\xea\xfa\xe6\x66\x1c\x47\xe7\x1c\x80\x88\x28\x21\x55\x65\ \x1b\x33\x29\x25\x95\x52\x4c\x8d\x10\x81\x08\x88\x4c\x05\x10\xcc\ \x0c\x10\x9a\xa6\x21\x42\x42\xec\xda\x56\x24\xbf\xe5\x78\xb1\x3e\ \xf3\x45\x67\xfd\x0c\xd1\x72\x8a\xc1\xbb\xf5\xed\xf5\x38\x8e\x39\ \x27\x32\x89\x71\xbc\xb9\xb9\x40\xc9\x5a\x12\x04\xb7\x5c\xcd\xdf\ \x9c\xbe\xda\x6c\xd7\x0f\x8e\x8f\x96\x8b\x65\x08\x61\xbb\xbe\xdd\ \xed\x86\xf9\x7c\x7e\x74\x74\x34\x8e\xe3\x17\x2f\x5e\x6c\x86\xa1\ \x94\xa2\x68\xcb\xc3\x83\xc5\x6a\x75\x7a\x7a\x96\x15\x62\x8a\xc3\ \x30\xcc\x67\x9d\x6f\xfc\x30\x8e\x17\x17\x67\x2f\x5e\x7e\x71\x78\ \x78\xb0\x5a\x2e\xb2\x64\x17\x5c\xd6\x94\x31\xe7\xa0\xcf\xaf\x5e\ \x95\x92\xcf\xce\xde\xfc\xf5\x17\x3f\x5f\x2d\x66\xbb\xdd\x3a\xcc\ \x9c\x6b\xd8\xb5\xae\x90\xaa\x83\xcb\xe1\x26\xa6\xb4\x6a\xe8\x76\ \x7b\x73\x70\x70\xd0\xb4\xa1\xe9\xdb\xbc\x4b\x63\x1a\x87\x18\xfb\ \xd9\x92\xd1\x1b\x61\x68\x9a\xa6\x09\xde\x79\x82\xb0\x5a\xcc\x17\ \xcb\x19\x21\x1e\x2e\xe7\xc1\xbb\x8f\x3e\xfc\xc5\xfa\xe6\xb6\x5f\ \x1e\xbe\x3e\x7d\xf3\xe8\xc9\xe3\xe3\x83\x93\x32\xe5\x92\x52\x8c\ \x51\x24\x37\xcb\xd5\x83\xc3\x93\xcf\x3e\xfe\xfc\xc5\x8b\xe7\x7d\ \x3f\x7b\xf1\xfc\xe5\xd3\xa7\x4f\xe7\xf3\xf9\x66\xbd\xee\xda\xee\ \xf2\xf2\x6a\xb9\x5a\x7d\xed\xfd\xaf\xa7\x52\x6e\xd7\xeb\xbd\xf8\ \xd5\x57\x43\x59\xd0\x1a\xe4\x43\x68\x97\xd8\x94\x60\xea\x94\x7d\ \x83\x92\x7d\x17\xc2\x82\x8e\x66\x0b\x06\x58\x73\x51\xc7\x59\x18\ \xc4\x4a\x49\x90\xc6\xc6\x6c\x8e\xda\x6e\x22\x5f\x4f\xad\xc0\xa5\ \x18\x9d\x1c\x7d\xf8\xf2\x65\xf7\xc1\xb7\x8f\x1f\x3d\xea\x67\x7d\ \x8c\xe9\xf8\xe8\x01\x91\x18\x40\xd6\x52\xac\x38\x63\x24\x50\x83\ \xa4\x22\x84\x46\x98\x53\x2e\x31\x4f\x65\x77\xf8\xf0\x31\x74\x71\ \x77\x7e\x2d\xdb\xc1\x2d\x97\x2d\xb8\x6f\xbf\xf7\xfe\xb0\xdd\xfe\ \xe9\xbf\xfe\xd3\x1f\xfe\xe0\x07\x1b\x84\x7f\xf3\xe7\x7f\xae\xa5\ \x9c\xac\x0e\x87\xdd\x60\x45\x18\x61\xb3\x9d\xca\x24\x55\x8b\x42\ \x4d\x94\xd0\x08\x2d\x30\x18\x29\xd3\xcd\x76\xc3\xf5\x1f\x4e\x09\ \x99\x94\xb1\xc2\x3e\xef\x91\x9f\x75\xce\x5d\xbf\x14\xea\xfa\x3e\ \xd7\x59\x0c\x33\xc5\x98\x9c\xf3\xab\xd5\x01\xb3\xbb\xbc\xbc\x14\ \x11\xef\x82\x81\x99\x2a\x11\x3f\x79\xfc\x70\xb3\xbd\xfd\xe0\x83\ \xaf\x89\xea\xc5\xf9\x9b\x22\xe5\xad\x77\x8b\x06\x82\x7b\x08\xaa\ \x22\xba\xa6\xf5\x4c\x14\x82\x4b\x29\x8b\x14\xc7\xd4\xb6\x0e\x80\ \x00\x6d\x1c\xb7\x06\x65\xb1\x9c\xcd\xe7\x73\x00\x8c\x31\xce\x67\ \x3d\xa1\xf5\x7d\xdb\x76\x8d\x0f\xac\xaa\x45\x12\x80\x84\xd0\x30\ \xa3\x81\xcd\x66\x5d\xf0\x6d\x4c\x53\xd3\x34\x80\x16\x9a\xe0\xdb\ \x80\x14\x5c\x09\x8a\x10\x53\xc4\xac\x9d\xe3\xdd\x18\xb7\xdb\x9d\ \x98\x8d\xe3\xb8\x9a\x2d\xb7\x6a\x21\xdb\xb8\xdd\x96\x49\xff\x66\ \xfb\x1f\x76\xd7\x37\x44\x74\x33\x8d\x29\xa5\x9b\xb3\xb3\x32\x9f\ \x3b\xc7\x6d\x91\xf1\xec\xf4\xb3\xeb\x73\x6a\x42\xf0\x61\x7b\xbb\ \x36\xc4\x45\x1f\xc6\x1d\xe7\xbc\xbb\xbd\xd5\xf5\xe6\x22\xb4\x0c\ \xce\xa7\x9c\xc8\x87\x5c\xe4\x47\x7f\xf1\x93\xd9\x7c\x19\x63\xbc\ \xba\xba\x11\x31\x42\x34\x43\x62\x74\xec\x88\xa8\x14\x51\x95\x94\ \x52\x15\x49\x42\x44\xef\x9d\x21\x96\xac\x88\x08\x66\xde\xb9\xbe\ \x6f\xab\x74\x57\xdb\xb6\x9b\x6d\x4a\x29\xe1\x5b\x4e\xe8\x51\x44\ \x8a\x14\x20\x40\x86\x3e\xb4\xcb\xe5\xac\xed\xbb\x79\x09\xa5\xc8\ \x6e\xe0\xb6\xa1\xd5\x6a\x3e\xeb\x5b\x44\xbc\xba\x3a\x2b\x79\x5a\ \x2e\xfa\x47\x8f\x1e\x35\x6d\x33\xec\x86\x93\x93\x43\xd3\x7c\xf2\ \xe0\xe8\xd1\xa3\x47\xe3\x38\x22\x28\x93\x6d\xc7\x6d\xd3\xb8\xd9\ \xac\x71\x0c\x88\xf2\xf8\xe4\xc1\xac\xf5\x6d\x13\xbc\xa7\xb6\x0f\ \xc0\x8a\x1e\x4f\x1e\x3d\xf4\xc1\x6f\x86\x21\xc6\xe1\xe8\xe8\x30\ \x16\x3d\x5b\xbf\x69\x96\xcb\x28\x32\x5f\xf4\x33\xbf\xbc\xb9\xb9\ \x19\xb7\x83\x53\xf9\xf1\x7f\xf8\xb3\xdb\x8b\xeb\x61\xd8\xc5\xb8\ \xb9\xbe\x3d\xfb\xf8\x93\x8f\x4b\xce\x87\x8b\x95\xc6\x2c\x0e\x7f\ \xfe\xd3\x1f\xfb\xd9\xcc\x87\x3e\x03\xaa\xd9\x62\xb1\xcc\x62\x53\ \x4a\x31\x4e\xa6\xda\x04\x67\x82\xc7\x47\xab\x79\xdf\x77\x8d\x3f\ \x79\xf0\x30\x4e\xf1\x17\xbf\xf8\xe8\xfc\xfc\x42\x2f\xaf\x0b\xc2\ \x72\xb9\x1a\x4e\xa6\xdd\xb0\x7b\xe7\x9d\x77\xea\xce\x7a\x18\x86\ \xa3\xa3\xa3\x1f\xfc\xe1\x0f\x52\x4e\x67\xa7\xaf\x63\x4a\x22\xfa\ \xad\x6f\x7d\x73\xb9\x5a\xb5\x7d\xf7\xc5\xcb\x17\x37\x37\x37\x1f\ \x7f\xfc\xf1\x6c\x3e\x6f\xfa\xae\x7e\x1c\x7f\x3b\x0e\xf8\xb7\xa8\ \x15\x51\xe4\xfc\xfa\x66\x9a\x12\x6b\xc5\xe0\x4c\x16\x9c\x11\x0e\ \x51\xe3\x2e\x59\xca\x5b\xd6\x84\x66\x49\xad\x48\x4e\x09\x52\x99\ \xa1\x3d\x6b\x9a\x77\x8d\x16\x63\xf2\x52\xec\x60\x71\x71\x3b\x5c\ \x5f\xdc\xfe\xe3\x3f\x79\xca\x63\xee\x27\x19\x76\xb1\x6b\x1b\xc7\ \x0e\xaf\xc7\x71\x73\x2a\x6a\x32\x70\xf1\x86\x90\x79\x1b\x9b\x6c\ \x6e\x94\xb2\x9e\x0e\x33\xf8\x29\x7f\xfe\xd9\x27\xc5\xe4\x7a\x73\ \x05\xa4\xae\xa1\x6e\xd6\x46\x4d\x7f\xfe\x93\x1f\x45\x89\xcf\x5f\ \xbf\x7c\x95\xe2\xf2\xe9\xd3\xd3\xd7\xaf\xfe\xe2\x97\x1f\xb1\x59\ \xdf\x84\xc3\xe5\xe2\xea\xf2\x62\xb0\x34\xf7\x7d\xf0\xde\xb4\x14\ \x2d\x06\xe2\x1c\x71\x68\x8c\xf0\xc5\xab\x97\x98\x15\x92\x42\x56\ \x74\x68\x01\xf5\x6e\x37\x57\xc1\xdc\xb5\xbf\xab\xd3\x6e\x0e\x8e\ \x89\xf6\x94\x97\x18\xab\x98\x5f\x4a\x39\x84\x36\xa5\xfc\xf2\xe5\ \x17\x6a\x46\x48\x76\x37\x52\x12\xd5\x0a\x17\x88\x31\xee\x76\xbb\ \x71\x1c\xdf\x1a\x8c\xea\x3d\x11\x19\xa0\x22\x12\x92\x22\x19\x3b\ \x52\x43\x2c\x8a\xa4\x86\x42\xe4\x9a\xa6\x89\x71\x8a\x31\xb6\x6d\ \x98\xcf\x7b\x44\x9b\xa6\xd1\xcc\x16\x8b\x4e\x55\xfa\x59\xd3\xb6\ \x5d\x08\x4e\x55\x6f\x6e\x6e\xd5\x0a\x52\x88\x69\xec\x67\x5d\xd7\ \xb6\x92\x05\x43\x40\x00\x64\x76\x4d\xe0\xc6\x35\x21\x20\x40\x2e\ \x19\x77\x44\x06\x16\x8b\x15\xc9\xa2\xed\x7c\x46\x4c\xa1\xef\x1e\ \x38\x47\xe3\xb8\x68\x65\xde\xf4\x66\xf0\xe4\xf8\xb8\x62\xfa\xc3\ \xc1\xc1\xc9\x72\x85\x55\x37\x9e\x10\x89\x6e\xc6\x9d\xef\x1b\x40\ \x42\x02\xe7\xfc\xed\x66\xa3\x20\x62\x45\x50\xc6\x3c\x8a\x89\x6a\ \x06\x22\x2d\x9a\x8b\x10\x3b\x33\x0b\x4d\x67\x46\x84\x90\x52\x31\ \xc0\x0a\xc5\xa8\x48\x57\xd5\x62\x26\x75\x8c\x45\x44\xce\xb1\x18\ \xd4\x3a\x17\x10\x9a\x10\x7c\x08\x66\xea\x7d\xe3\x83\x8b\x71\x9a\ \xa6\x11\xe9\xed\x78\x8b\xe6\x82\x67\xc7\x21\x78\x62\x4c\x79\x0a\ \x0d\x1d\x1c\xce\xc6\x11\x6e\x6e\xaf\xc1\x26\x44\xec\x3b\xd7\xae\ \xe6\x62\xfa\xf2\xc5\x0b\x29\xe5\xeb\x5f\xff\xfa\x6c\x36\x1b\xa7\ \x29\x4e\xdb\x27\x8f\x1e\xa0\xc9\xd1\xe1\xb2\x09\xec\xb9\x5b\xfd\ \xce\x37\xae\xae\xae\x2e\x2f\xc6\xae\xeb\x41\x33\x61\x78\xe7\xc9\ \x09\xb3\x9b\xcd\x0e\x11\x70\x18\xc7\xb6\xf7\xf3\xf9\x7c\x3e\xef\ \x99\xdd\x38\x8e\xd3\xe9\x34\x6b\x3b\x18\x46\x4c\x69\x5c\xdf\x36\ \xf3\x7e\xbe\xe8\x8e\x0e\x0f\x2c\xf7\xbc\x5a\x4e\x57\xd7\x36\x8c\ \x61\x3b\x9e\xb8\xf6\xc9\xe3\x83\xe2\x09\x82\x5b\x7d\xf7\xbb\x9a\ \x65\xd9\xcd\x5c\xd6\xb9\x0b\xb7\xc3\x50\x56\xcb\xa8\x38\x0d\x63\ \xdb\x74\xcc\xae\x68\x1e\x87\x61\xbd\x59\x4f\xd3\x84\x08\xc1\xd3\ \x62\xde\x3a\x87\x07\xcb\xc5\x6a\xb9\xf8\xc9\x8f\xff\xe3\xcd\xcd\ \xda\x39\x9f\x91\x1e\x9e\x3c\x40\xa2\xcf\x3e\x7b\xfe\xe1\xcf\x7f\ \xf6\xf8\xd1\xe3\x47\x8f\x1e\x55\x2c\xce\x66\xb3\xf1\xde\x2f\x97\ \xcb\xf3\xb3\x33\x66\xbe\xb9\xb9\x1a\x87\xe1\x1b\xdf\xf8\x06\x39\ \x7e\xf4\xf0\x51\x96\x42\x44\x45\x04\x53\x24\xa8\x25\x30\xc2\xff\ \xff\x2a\x37\x80\x43\x49\x6f\xa6\x9d\x34\xde\x4a\x56\x13\x76\x3e\ \x47\xcd\x22\xc3\xed\xce\x27\x0b\x80\x2a\x02\xaa\x8d\x0f\xb3\xae\ \x0b\x08\x5d\x17\x56\x44\xf3\x22\xb0\x5d\xeb\x7a\xd0\x59\x2f\x07\ \xab\x7f\xf5\x6f\xff\xf4\xf0\x83\xaf\xf3\xb2\x2f\x90\xc5\x12\x68\ \x1e\xb6\xa3\x0f\xdc\x76\xed\x90\x93\x00\x88\x42\x2a\x91\x9c\x4e\ \x69\x9a\x2c\x53\x1e\xe2\x04\x2d\x71\xc7\xbc\xce\x43\x36\xb9\xb8\ \x3c\x15\x89\xcf\xde\x7b\x52\x30\x23\xc3\x2f\x3e\xfb\x70\xd8\xed\ \xa2\x4e\xf3\x07\x0f\xb7\x69\x7a\x3c\x9b\x49\xeb\xd9\xf4\x70\xd6\ \xcd\x1a\xd7\x2e\x9a\xf0\xc1\x53\x2d\x65\xdc\x0d\x2d\xf5\x43\x9c\ \xd6\xb9\x24\x10\x47\x48\x9a\x2f\x2f\xce\x5b\x17\x3a\xd7\x00\x9a\ \x64\x21\x72\x6a\x76\x3f\x8d\x62\xe6\x3a\xf3\x26\xa2\x9c\x33\x39\ \x02\xb0\x69\x8a\x22\x02\x08\x22\x92\x72\xaa\xc4\xc6\xca\x28\xf4\ \x9e\x2b\x6a\x21\x84\x60\x46\xb3\x10\x2a\xdf\x90\x19\x43\x60\x7a\ \x3b\xde\xaf\x01\xc0\x9e\xee\x07\x88\xec\x18\x10\xeb\xe2\x5c\x44\ \x72\x4a\xb9\x94\x6a\x29\x5c\x24\xe7\x9c\x53\x4a\x80\x6d\x25\xc4\ \x56\x93\x37\x66\x42\x40\xc6\x3d\x9f\xa6\xaa\x77\xd5\x9e\xd1\x4c\ \x45\x32\x13\x33\x78\x35\x29\xa6\xb9\x94\x98\xa6\x0c\x65\x4a\x8e\ \x89\xcc\xcc\x10\x1d\xb3\xaa\xba\xe0\x0b\x29\x9a\x30\xc0\xed\x76\ \xd3\x03\xce\x0c\x1e\x1f\x9e\x10\x20\x2c\x5a\x0e\x0d\x56\xfc\x81\ \x19\xee\x76\x8f\x1e\x3e\x4a\x39\xbd\x78\xf1\x62\xd6\xb7\xec\xf3\ \x72\x79\x68\x68\x4a\x3c\x5f\x2c\x93\x41\x01\xdc\xe5\x82\x1d\x26\ \x40\x75\x5c\x8a\x10\x32\x33\x99\xd9\x66\xb3\x2d\xd9\x56\xab\x83\ \x54\xc4\x0c\x4c\x81\x3d\x23\x51\xcd\x22\x39\xe7\x52\xf6\x9c\xf3\ \x7b\x5e\x94\x94\x6c\xaa\x40\x80\x08\xa1\xf1\x21\x38\x62\x6a\x9a\ \xc6\x7b\x97\x52\x7c\x0b\xa2\xe8\x7d\xaa\xde\xee\xb6\x48\x48\x8e\ \x11\x8d\xbd\x7b\x73\xf6\xe6\xfa\xf6\x9c\x08\xb7\xc3\x66\x18\xd7\ \xde\xd3\xf9\xf9\x1b\xef\x9b\x94\xe2\x6e\x18\xba\xae\x5d\x6f\x6e\ \x2e\xaf\xce\x4a\x29\x67\x67\x67\x0f\x1f\x3e\x1a\xa7\xed\x66\xeb\ \x62\x1a\xab\xcc\xde\x76\xbb\x35\xd0\x61\xdc\xbe\x39\x7d\xdd\xb6\ \x5d\xd3\x04\xd3\x22\x22\x62\x90\x45\x6e\x6e\x6f\xc6\x38\x4c\x69\ \x51\x8a\x10\x10\x22\x7a\x40\x8e\xa9\x37\x5e\xb5\xf3\x0e\x5d\xde\ \xc4\xa8\xb7\x33\x20\xb8\x59\x7f\xbd\x99\x1d\x3f\x78\xb8\xea\x0e\ \x15\x88\x66\xdd\x0e\x32\xb4\x61\xbd\xdb\xcc\xda\xfe\xa8\x5f\x9c\ \x7d\xfa\x39\x45\xc1\x66\x7e\xcb\x21\x5a\x89\xa5\xcc\x67\x8b\xf5\ \xed\x2d\x7b\x1f\xd3\x94\x53\x34\xc9\x92\xf3\x6a\x35\x5f\xce\x5a\ \x0f\xba\x5a\xce\x43\x68\x7e\xf9\xd1\x27\xaf\x5f\x5d\x18\xb3\xeb\ \x66\x45\xf5\xec\xe2\x22\xef\xf2\xb0\x1d\xfe\xea\xec\x2f\xff\xe6\ \x6f\xfe\x66\xb5\x5a\xbd\xf7\xde\x7b\x15\x3b\x96\x52\xaa\xbc\x6b\ \x33\x7b\x73\x7a\x6a\x66\xc5\xf4\xf4\xfc\x2c\x34\xcd\xe9\xe9\xa9\ \x02\x00\x42\xdd\x1a\x7d\x45\x76\x8b\xa0\xaa\x05\x74\x18\x87\xe1\ \xfa\xca\x34\xce\x67\xb3\x31\x4d\x59\x8a\x4c\xb9\x0d\xb3\x47\x87\ \x0f\x1f\xcf\x97\x87\xb3\xf9\x6a\xb1\xf4\xc1\x13\xc3\x38\xed\xae\ \xdf\x7c\xc1\xd3\xd8\x92\xce\x1a\x67\x9e\x5f\x9e\x5e\xb4\xa1\x7b\ \xf7\xc1\x89\x1b\x06\x04\xf6\xed\x35\x9c\xbf\x41\x51\xdf\x37\x6e\ \xd6\xb6\xa1\x35\x32\x4a\xea\x25\x65\x8d\x6e\xd8\xce\x11\x70\x1a\ \x5b\xcf\x47\xda\xcf\x4c\xfa\x8e\xd0\xb3\x7f\xe7\xb1\x99\x36\xbb\ \xf5\xbc\x9f\x03\xd8\x7f\xfb\xdf\xfc\xd3\x7f\xf1\xcf\xff\xf9\xcb\ \x9f\xff\xf5\x7b\xdf\x0b\x07\x83\xac\x6f\x6e\x4e\x80\x66\x7d\xb7\ \x9a\xcd\x40\x72\xf6\x2e\x1f\x1f\xe7\x94\x06\xdf\x08\x51\xb2\xe5\ \x3a\xa5\x1b\xc9\x03\xc1\xb6\x14\x85\x11\x40\x0b\x19\x51\x30\x80\ \x9c\x0b\xee\x15\x53\x79\x6f\x19\xaf\x2a\x22\x95\x24\x08\x19\x77\ \xc3\x2e\xc6\x78\x7c\x74\xe4\x5d\x18\xc7\xa1\x0d\x9d\xf7\x8e\xc9\ \x01\x56\x2c\x12\xd4\x57\xd6\xb9\xd8\x34\x4d\x29\xa5\xca\xa7\x23\ \x62\x62\x7a\x3b\x03\x0d\x44\x74\x9e\xeb\xbc\x33\x84\x40\x44\xf5\ \xed\x20\x62\xd3\xb6\x2d\xa2\x73\x2c\x82\x75\xe1\xe8\xbd\x33\xd3\ \x98\xa2\xa9\xdd\xc7\x3e\x95\x32\xc5\x18\x42\xa8\x7e\x59\x35\x1c\ \x23\x62\xdf\xf7\x6d\xdb\xb0\xb1\x77\x4d\x2c\x49\xe2\xe0\x83\x33\ \x6e\x0c\x41\xcd\x50\x15\x54\x19\x51\x40\xd5\x04\x5d\x43\x0e\x0b\ \x94\x18\xa3\x13\x3d\x3e\x3c\x3c\x69\xfa\x10\xcb\x7c\xb1\x3a\xb7\ \x32\x3f\x3a\x3e\x3e\x3a\xaa\xf4\xc9\xdd\xe9\x69\xff\xe0\xc1\xc5\ \xe7\xcf\x2f\x87\xf1\xf9\xd9\xf9\xea\xf0\xe0\xa4\x99\x21\xe1\x1c\ \x9b\xb6\x6f\x9b\x6e\x7a\xf4\xe4\xe9\xf5\xed\xfa\xf2\x7a\x63\xae\ \x25\x95\xb9\xb3\x71\x1c\x51\xcd\xf9\x06\xcd\x8a\x94\x94\x33\x20\ \xe6\x2c\x80\xa4\x59\x88\x85\x99\x63\x8a\xe3\x34\xd6\x7d\x45\x05\ \xa3\xb0\xe3\x52\x72\x4a\x09\x08\x34\x0b\x11\x86\x26\xa8\x2a\x13\ \xb6\x6d\xa8\xae\x65\x55\x17\xe8\x6d\x30\x40\x88\x9b\xed\xf6\xfc\ \x6a\xfd\xed\x6f\x1f\x13\xc3\xe1\x6a\x45\x6c\xc4\x46\x60\xcb\xd9\ \xbc\x0b\xde\x7b\x6f\x45\x55\xf6\x9b\x68\x29\x65\xb3\xbe\x0d\x3e\ \x0c\xdb\x1d\x18\x68\xc9\x25\xa7\x38\x0d\x6d\xb3\x22\x42\x29\xda\ \xb7\x0d\x13\x4a\x29\x8b\xc5\xfc\x60\xb5\x62\x66\x44\x43\xc2\xcd\ \x76\x3b\xc4\xc8\xee\x48\x44\x44\x0a\x19\x32\x98\x63\xb7\x56\x55\ \x31\x70\x81\x38\x38\xdf\x94\x69\x4c\x37\xbb\x50\xf0\x1f\x7f\xeb\ \xf7\xf8\x66\x7d\xd4\xcd\x26\xdf\xbc\xd8\xae\xff\xf0\x1f\xfc\xe1\ \x80\x65\xb0\xb2\xfe\xe4\xe3\xe3\x77\x9f\x76\xec\x6f\x3e\xfc\xf8\ \xea\xc5\x2b\x6b\x42\x68\x1e\x5f\xdf\xae\x45\x75\x37\x4e\xcc\x01\ \x4a\x31\x91\x9c\x62\xc9\xd9\x11\xcc\x66\x4d\x08\xe0\x3c\x1c\x1c\ \x2c\x6e\x6f\xae\xdf\xbc\x79\x73\x7c\xb4\xf4\xfd\x21\xb7\x5d\x61\ \xdd\xed\xb6\xeb\xf3\x5b\x11\x01\x44\x53\xbd\xbe\xba\xaa\x61\xab\ \x94\x52\xdd\x2d\x55\x95\x88\xab\xcb\x46\xd5\xec\x73\x31\x7e\xf4\ \xd1\x47\xb3\xc5\x5c\x01\x72\x4a\xfa\x77\x2d\xd3\x7f\x5b\x91\x8b\ \x68\xda\x0d\x17\x9f\x3e\xcf\xce\x35\xd3\x78\xd4\x84\x13\xc5\xae\ \x6b\x4e\x1e\xbf\xfb\xf0\xf8\x64\xd1\xce\xe6\xbe\x3b\x08\xfd\x2c\ \x34\x20\xba\x1b\x36\x59\xf2\xf5\xb4\xeb\x1b\x77\xf2\xfe\xbb\x7d\ \xce\xe9\xcd\xf9\x30\xd9\xb3\x66\xfe\xb5\x1f\xfe\x89\x04\xca\x9f\ \x3e\xef\x9c\xd7\xd7\x67\x47\xbb\x71\xd6\xf6\x72\x03\x02\xa6\x04\ \x22\x19\x41\x40\x55\x20\xdb\x8b\x33\xb7\x93\xb1\x47\xeb\xfa\x9c\ \x43\xca\x36\xf9\x49\x09\x96\x00\x44\x54\xce\xaf\x6f\x10\x1c\xbb\ \x69\x9a\x7e\xd0\x74\xff\xf0\xdb\xbf\x3b\xcb\x79\x7d\x7e\x4e\x44\ \xfd\xbc\x33\x93\x7c\x79\x6e\x9a\xaa\x15\xca\xb8\xdb\xed\x76\x43\ \x62\x6f\xce\x3f\xf2\x5e\x0f\x96\xd2\x77\xfe\xf0\xf0\x2a\xc6\xe7\ \x97\x17\xb7\x29\x15\x15\x23\x8f\xc8\xf7\x83\xf0\x1a\xb0\xea\x27\ \x54\x6d\x7e\xb7\xbb\xdd\xc1\xc1\xa1\x14\x7d\xfe\xfc\xc5\xf1\xf1\ \xb1\xf7\x9e\x10\x89\xb8\x6d\x3d\x33\x33\x93\x42\x29\x39\xab\x5a\ \xca\x59\x4a\x51\xb5\x0a\xf2\x54\xd5\x9c\xb2\xa9\xbd\xed\x98\x0b\ \xba\x7e\x31\x9b\x2f\x72\xca\x45\xac\x71\xac\x06\xa6\x0a\xb0\xdf\ \x76\x4e\x31\x33\x91\x99\x22\x12\x91\x03\xb3\x71\x98\x2a\x84\x82\ \x19\x10\xd1\x79\x67\x06\xa5\x88\x19\x54\x84\x41\x6d\x81\x53\x4a\ \xa5\x14\x54\x08\xce\x8b\x5a\x92\x44\xde\x01\x54\x1d\xec\xac\x00\ \x9e\x88\x72\x32\xcb\x06\xa6\x9a\xa1\x44\x42\x8b\xe3\x38\xeb\x3a\ \x0f\xe6\x50\x16\xf3\xd6\x35\x2e\x0e\xc9\x35\x2d\x38\x37\x6c\x77\ \xe4\xc3\x6c\x75\x70\xb5\x5e\x9f\x5d\x5f\x0b\xd2\xd9\xd5\xf5\x6e\ \x98\x9e\xbd\xfb\xec\xd1\x3b\xef\xf0\x7a\xed\x9a\xe6\xe4\x98\x01\ \xdd\xe1\xc1\xee\xe3\xcf\x3e\x9f\x36\x63\xe3\xd8\x2c\x2f\xbc\x1b\ \x63\x4e\xe3\xe0\x0e\x8f\xfa\x36\xec\xb6\x9b\xa2\x86\xc4\xc4\x2c\ \x56\x1c\x93\x73\x4e\xb5\x54\x78\x47\x96\xac\x2a\xe4\x18\x40\x53\ \x49\x22\x82\x60\x22\xe2\x1c\x87\xe0\xbd\x67\x22\xaa\xf3\x8c\x18\ \xa7\x71\x1c\xdf\x5a\x87\xde\x14\x87\x24\x66\xe8\x7d\x60\x76\xc4\ \x90\xd3\x88\x26\x00\xe6\x28\x98\x00\x02\x99\x02\xa1\x43\x47\xcc\ \xbc\xdd\x6e\xd7\x79\x5b\x4a\xf6\xce\xab\x22\x13\xab\xe8\x76\xbd\ \x71\xde\x21\x52\xce\x39\x4d\x51\x4d\xb7\x9b\xad\x14\xa9\xb8\x93\ \xb6\x6b\x86\x69\x1c\x63\x42\xe6\x18\x13\x03\xcc\x9a\xce\x52\xd6\ \x5c\x4c\x25\x35\x2e\xa3\xc1\x34\x50\x5a\xc4\x29\x69\xb6\x77\x0f\ \x1f\xa0\xc8\xb2\x9f\x3d\x3a\x7a\xf8\xef\xdf\x3c\xd7\x93\x95\x1e\ \xcf\x37\xeb\x6b\x71\xbe\x79\x78\xbc\x21\xfd\xe5\x17\x9f\xbc\x29\ \xc3\x79\xd9\x5d\x9e\xbf\xfc\xde\x93\x07\x80\x68\x86\x9b\xcd\x76\ \xb1\x3a\x28\xb1\x0c\xbb\x9d\x94\x6c\x5a\xda\x36\xcc\x3a\x0f\x96\ \x56\x8b\x83\xbe\x6d\x5e\x7e\xf1\xe2\x93\x8f\x3f\x99\xa6\x64\x9c\ \x41\x71\x93\x47\xd1\x28\xa3\x32\x53\xdb\xb6\xf7\x9e\xaf\x55\x62\ \xbf\x16\xa4\x15\x2a\x78\x1f\xe6\x09\xc1\xcc\x76\xbb\x5d\x65\x5c\ \xfc\xe7\x08\x3a\xfd\xd6\x78\x8b\xd6\x79\xff\xce\x7c\x7e\x8c\xee\ \x61\xdb\xbf\xe3\xc2\x91\xa3\x20\xc6\x67\x97\xfa\xfa\x7c\x9b\x65\ \x30\x7c\xa9\x00\x6a\x58\x8a\xe4\x09\x19\xb1\xe5\x0c\xf9\x52\xa2\ \x13\x09\x45\x1c\xf6\x7e\x1b\xf5\x2a\x18\xdb\x38\x6d\x37\xd3\x14\ \x8a\xb5\xc8\x93\x0b\x53\x29\x18\x3c\x39\x2a\xa5\xb0\xaa\x37\x89\ \xac\xb3\x88\xcb\x6e\x3e\x9e\xbd\xd9\xe6\x5c\xae\x52\xbb\x8e\xd0\ \x14\x31\x71\xcc\xaa\x36\x8e\x03\x02\xb6\x5d\x97\x73\x6e\xbb\x96\ \x88\x86\x9c\x08\x94\x1d\x6b\x69\x90\x71\xde\x77\xab\xe5\xdc\xf7\ \x4d\x96\x83\xed\xd5\xc5\xf9\xeb\xa8\x59\x11\x8a\x63\xb7\xe8\xfb\ \xee\xc1\x71\xee\xfa\xe9\xf8\xc1\x37\x1f\x3e\xfc\xd9\xab\x2f\x9e\ \x5f\x9c\xaf\x8b\x26\x0c\xbe\x8e\x94\xac\xf6\x49\xe8\x9c\x6b\xdb\ \xb6\x69\x9a\x94\xd2\x7c\xb1\x22\xa2\xba\x58\x24\x62\x55\xa9\x08\ \xa4\x52\xa4\x14\xad\x91\x0b\x0c\x88\xc8\x21\xa3\x63\x30\x73\xec\ \x90\x48\x45\x98\x0b\x22\xbe\xad\x6a\x01\x1c\x3d\x78\x68\xc8\xeb\ \xf5\x3a\xa5\xd4\x84\x6a\x66\x63\x54\x0b\x28\x24\x02\xc3\xbb\xf1\ \x5c\x2d\x16\x82\x6f\x91\x68\xdf\xea\x32\x39\x46\x29\x72\xe7\x71\ \xe0\xef\x7e\x85\xbd\xad\x19\x88\x7a\x66\x20\x14\x30\x23\x50\x50\ \x53\xf3\x88\xbd\x0f\x54\xf4\xe6\xfc\xec\x6a\x7d\x6b\xa6\x01\xf8\ \xd0\xfb\xf9\x62\x59\xfa\x6e\xd9\x76\x1d\x22\x6b\xe9\x9b\xd9\x98\ \xc7\x55\xdb\x2e\x9b\x26\x18\xb4\x88\x6d\xdb\x42\x8c\x29\xa5\x16\ \x71\x9b\xf3\xef\xff\xce\xef\x5c\x9c\x9d\x6e\x2f\x2f\xbf\xfe\xec\ \xd9\xa8\x36\xde\xdc\x6e\x6e\x6e\xae\x5e\xbf\x5e\x1d\x1e\xbe\xb3\ \x5a\xad\x5f\xbf\xf2\x44\x6c\x06\x45\x52\x4e\x9d\x73\x0f\x56\x4b\ \xdf\xcf\xe2\x78\xb9\xdb\x0d\xe8\x3c\x20\x9a\x69\x85\xa3\xd5\x3b\ \x53\x33\x0a\x33\x02\x58\xce\x29\xa7\xa8\x86\x15\x46\x4b\xe4\x9c\ \x63\x15\x35\xd0\xbe\xef\x97\xcb\x39\x33\x94\x92\xdf\x36\x70\x01\ \x12\x19\x40\x68\xfb\x27\x8f\x1f\xe7\x9c\x4c\xa5\xed\x5b\xc4\xba\ \x7f\x56\x30\x54\x03\xc2\xbd\x55\x97\x88\x2c\x17\x87\xd5\x75\xa9\ \x6a\x78\xcc\x67\x0b\x1f\xdc\x6e\xd8\x55\x8b\x93\xae\xeb\xdb\xc7\ \xed\xfe\xe6\x03\x22\x82\x16\x75\xde\x2f\x97\x96\xa4\x18\x1a\x18\ \xe4\x61\x6c\x09\xe7\x4d\x9f\x36\xbb\xed\xf5\x55\x96\xe8\x99\x17\ \x9d\x7f\x72\xb4\xe2\xc3\x83\xa5\x0b\x0f\x42\xbb\xd9\xdc\x3e\x38\ \x3c\xba\x4d\x9b\xe5\x93\xc3\x71\xd9\x17\xca\xb3\x79\x2b\xa0\x5f\ \x7b\xf7\xf1\x7a\xbd\x56\x28\x9b\xb8\x3e\x7a\xef\xe1\xfc\xf1\x83\ \x97\xaf\x5f\xfb\xae\x4f\x59\xa6\x22\x2e\x34\x66\xb6\xdd\x6e\x99\ \x8c\x10\x82\xf7\xb3\xae\xd1\x12\xfb\xbe\x73\x4c\x5a\x64\xb7\xd9\ \xe6\xa8\xc6\x89\x91\xcd\xcc\x8c\x9c\x23\xf6\x7b\xea\x45\x5d\x6a\ \x57\x14\xe1\x97\xc5\x97\xf6\x43\x61\x33\x24\x62\xc7\x66\x36\x4e\ \x63\x51\xf5\xce\x7d\x55\x22\x17\x02\x8a\x95\x58\x06\x76\x6d\x9f\ \x2d\xac\xd7\x32\x6e\x4b\x89\xe6\x08\x99\xd0\xa0\x18\xe4\x10\x00\ \xb9\xc9\xd2\x94\x84\x66\x93\x26\xf3\xe6\x5a\x4f\x88\xa5\xe4\xe2\ \xf2\xc9\x07\xdf\x6a\x96\xb3\x61\x5a\x8f\x2f\x5e\x97\xb8\x69\x0c\ \x72\x51\x23\x07\xde\x49\x26\x29\x48\x00\x26\x2a\xa2\xa5\xc1\x49\ \x4c\x43\xf3\xec\x77\xde\xa5\xae\x1b\x3f\x7c\xb5\xf9\xab\x8f\xe1\ \xf6\xd6\x79\x57\xd7\x16\xf3\x0a\x22\x1f\xb7\x4d\xd3\xe8\x34\x94\ \x92\x89\x6d\xb2\x52\x12\x30\xcf\x66\x8b\xd5\xe2\xb8\x7b\xf8\xe4\ \xe4\xdd\xef\xff\x7e\x78\xf2\x64\xf8\xe5\x2f\x7f\xf4\xaf\xff\xd5\ \xcb\x9f\x7d\x28\xbb\x34\x5d\x4b\x7c\xf5\xb2\x98\xcb\xde\xdf\x02\ \xd1\xc9\xf1\xc9\xd1\xca\xd8\x7d\x12\xe3\x46\xaa\x12\xba\xe8\x9d\ \xa9\x47\x55\x73\xaf\x62\xf9\x7c\x27\x80\x57\xbf\xe9\x7d\x5b\x1d\ \x5f\xaa\x74\x91\xaa\x69\x56\x24\x42\x62\x44\xac\x20\xf5\x9c\x63\ \xbd\x69\x7b\xbe\xf4\x5b\xaa\xad\xc0\xed\xcd\x86\xc0\xcd\xfa\x65\ \x1b\x0a\x33\x23\x31\x11\x60\x5d\x37\x8a\x32\x41\x60\x36\xa8\xd0\ \xd3\xca\x67\xdc\x53\xb0\xf7\x17\x10\x40\x5c\xa9\x9c\xc1\x1a\xb3\ \xa8\xfe\x3c\x11\x18\x00\x8a\x99\x20\x80\x73\x2c\x60\x4c\x0c\x2a\ \x4e\x91\x8a\x50\x2a\x8d\xe1\xc9\x62\xe1\x19\x1d\xfb\x43\xdf\xcc\ \xd9\xab\xa1\xcf\xfa\xe0\xf0\x60\xde\xba\x71\xb3\x06\x81\x45\x8b\ \xe9\xec\x35\x78\xef\x44\xca\xe6\xc6\xe5\x0c\xa5\x1c\x98\x28\xea\ \xb3\xa3\xd5\x07\xc7\xab\x9b\x9b\xeb\xe7\x7f\xf3\x53\xef\x03\xaa\ \xf1\x6e\x7d\x00\x8a\xeb\xeb\x27\xce\xf1\xa3\x87\x53\x9c\xc4\x7c\ \xca\x79\xd9\x35\xe0\x02\x96\xa4\x89\xbb\xae\xc9\x68\xbb\x98\x05\ \xb4\xda\x71\x57\xf2\x40\x45\xe1\xd2\x5d\x50\xae\xbd\x79\x11\x2b\ \x25\x39\xa6\x10\xbc\xaa\xa4\x1c\x9d\xc7\x61\xb7\x2d\x25\xee\x86\ \x6a\x9f\xf1\xb6\xa1\x8b\x10\x01\x86\x29\x1e\x1c\x3e\x60\x22\x47\ \xc4\x48\x15\x31\xab\x2a\x5a\x14\xc9\xaa\x1c\x3e\x21\xda\x1d\x9f\ \xa1\x69\x9a\x61\xb7\xb3\x7a\x63\x2c\x2f\xe7\x0b\x11\xad\xd3\x4f\ \xe7\x1d\x33\x97\x5c\xf6\xba\xfb\x19\x0c\x89\x1c\x14\x50\x43\x73\ \x80\x7e\x71\xd0\x20\x94\xcd\xa8\x59\x1e\x3a\xff\xb4\xf3\x40\x7c\ \xd8\x74\xcf\x5c\x20\xa2\xb8\xdb\x1d\x32\x3f\x78\x78\x38\x73\x74\ \x76\xf6\xa2\x7b\x78\xc2\x93\x95\x17\x5f\xcc\x42\x9b\xc6\x09\xcc\ \x60\x1c\xdf\x11\x9d\x42\x38\x79\x70\x34\x81\xff\xd1\x47\xcf\xa7\ \x94\xa7\x29\x65\xd5\x7c\x79\x95\x4b\xbe\xba\xbc\x5c\xcc\xda\xd0\ \xb8\xbe\x6d\x4c\xb2\x8a\x38\x86\xed\xe6\xf6\xf5\xcb\x57\xbb\x6d\ \x32\x73\x29\x17\xdf\x28\x3a\x62\xf3\x9a\x72\xd6\x62\xa6\xf7\x3b\ \xab\xfb\x50\x55\x77\x4d\x76\xf7\xa5\x60\x86\x40\x44\x48\x84\x4c\ \x59\x44\xbd\xb7\xaf\x48\xe4\x22\xc4\x51\xf2\xa9\x6c\x8e\x1b\xce\ \xa9\x98\x0e\x41\xa6\x8e\x8a\x95\xa2\x86\x2e\x38\xf0\xa1\xd8\x64\ \xd9\x38\x4b\x2f\xe0\x54\x3a\x10\x65\x97\xa6\x98\x51\x1d\x53\x1c\ \xc7\xcf\x7e\xfa\x93\x31\x47\x72\xd2\xb2\xce\x4c\x5b\xd1\x60\x40\ \xe4\xcc\xb9\xc9\x4c\x45\xbd\x23\x56\x80\x54\xd0\x23\x9b\xbb\xd9\ \x4d\x1f\xff\x1f\x2f\x12\xe2\xb3\xdc\x1d\x4f\x5a\x70\x2a\x86\xa6\ \xa6\x22\xc8\x64\x06\x29\xa7\xed\x84\xa9\x14\xc7\xdc\x82\xf7\xa5\ \x18\x73\x20\x52\xc4\x9b\x61\xbc\x7c\xf5\xfa\xc3\x9f\xfe\x65\x1b\ \x1a\xdf\xb6\x56\x4a\xd3\xda\x38\x8e\x9c\x4b\x23\x5e\x22\x14\xf6\ \x40\x6e\x13\xd3\xc5\x8b\x2f\xba\x93\x07\x4f\x0e\x8e\x4e\x6f\xb6\ \xd5\x19\xec\x3e\xc9\x54\xbf\x93\x7d\xc2\x41\x1e\xc7\xf1\x5e\xf4\ \xaa\x7e\x84\x35\xd9\x32\x33\xb3\x23\xea\xaa\x40\xe8\x7e\x52\xbe\ \x47\x1f\xa9\x81\xa5\x24\xfa\x96\x62\xe8\x60\xa6\x67\x67\x97\x6d\ \xdb\xfa\x10\x7c\xd3\x55\x11\x2b\x62\x57\xa3\x97\x92\x48\x4e\xdb\ \x69\xac\xc8\xf7\xfb\x62\x81\x89\xee\x3d\xa3\x08\x01\x01\xd8\xb1\ \x88\x89\xa8\x99\x56\xe1\x4a\x53\x05\x44\x46\x93\x12\x0d\x14\x1c\ \x2b\xa8\xf7\x0c\x45\x29\x8b\xcb\x65\x15\xfa\x83\xd9\xac\xf1\xe4\ \x49\xc9\xb0\xcb\x1a\x36\x03\xa8\x06\xe7\x68\xbd\x5b\x5f\xc7\xcb\ \xeb\xb3\x10\x1a\xa6\x9b\x9b\x98\x54\xb5\xba\x4f\x56\x28\x09\x18\ \xbc\xd3\x75\xc7\xa8\x17\xb7\x57\xbd\xc9\xdc\x85\xf3\x8b\xd7\x71\ \x98\x98\xd8\x8f\x43\x8c\xb1\xa8\x1d\x3b\x97\x1b\x37\x1a\x68\xdf\ \x74\xf3\x25\xfa\x26\xb3\xbb\x99\x46\x22\x6b\x1a\x9f\x41\x0b\x20\ \x88\xa0\x85\x7a\x6d\xea\xb1\x57\x9d\xb2\x1a\x97\x11\xb1\x14\x41\ \xc3\xae\xed\xfa\xae\x55\x53\x11\x15\x91\xb3\xf3\xf3\x71\xdc\x6e\ \xb7\xeb\xae\x7f\x7b\xbf\x45\x44\x32\x80\xd7\xaf\x4e\xf3\xef\xeb\ \x6c\x39\xf7\xce\x33\x12\x01\x49\x29\x29\x66\xd1\x69\xbd\xbe\x89\ \x71\x12\x51\xe7\xd8\x0c\x4a\xc9\x66\xe0\xbd\x2b\xa5\x38\xe7\x73\ \x89\xec\x8c\x10\xd9\xb9\x38\x55\x54\x94\xaa\xa9\x8a\x18\x18\x02\ \x99\x54\x14\x1b\x28\x0a\x33\x39\x53\xa7\x02\x53\xa4\x29\xbd\xff\ \xf4\xe9\x1f\x7d\xed\x1b\x0f\xe2\xa4\x2a\x08\x7e\x7e\x3b\x8c\x31\ \x86\x26\x74\x6e\x0a\x9a\x5e\x5f\xbc\xd9\x0d\x43\xd8\x6e\xd4\xf8\ \xf5\x6e\xc2\x22\x24\x86\x66\xa2\x2a\xa6\x8f\x34\xcf\x8b\xdd\xa4\ \x8c\x86\x39\xe7\x71\x1a\x93\x68\xce\x5b\x35\x2d\x25\xa7\xcc\x8b\ \x45\xdf\x77\x6d\x8a\xe3\x6a\xb9\x48\xd3\xee\xf2\x5c\x2f\xaf\x2e\ \xdb\x36\x5c\xaf\xd3\x2e\xdf\xc0\xb8\x03\x36\x00\x85\x82\x7b\x50\ \x03\xed\xa3\xf3\xfd\xe6\xaa\xa6\x10\x51\xad\x10\x3b\x43\x30\x30\ \x30\x83\xba\x02\x56\xa5\xae\xfb\xaa\xd4\x5c\x55\x18\x68\xe6\x3a\ \x52\x54\x53\x51\x65\xcf\x32\x8d\x06\x0a\x81\x47\x28\x31\x95\x36\ \xcc\x98\x10\xa9\x4c\x39\x91\x89\x01\x48\x29\xc2\xa4\xe4\x0a\xb2\ \x8a\x71\x89\xc7\xad\x27\x04\x8d\x63\x03\x1a\x10\x48\x41\x72\x96\ \xe4\x38\x34\x8d\x98\x53\x21\x43\x54\x83\x6c\x28\x11\x20\x3f\xf0\ \xde\x98\xfb\x32\x68\x14\x71\x45\xc5\x6a\x45\x53\x52\x41\x44\x47\ \xa4\xaa\xad\x73\x66\x46\xa5\x60\xd6\x29\xa6\x08\x42\xb7\x6b\x2b\ \x06\xc8\x91\xc3\x85\x77\x27\xdf\xfc\xc6\xec\xe1\x23\xf7\x18\xdc\ \x7c\x27\xbb\x69\xb8\xd8\x78\x1d\x43\xcc\x0d\x09\x43\xdc\xb2\xee\ \xd2\xee\x7a\xcb\x44\xde\xb7\x2d\x02\x54\xe5\xf2\x58\x2d\x0b\x11\ \x61\x3f\xfc\x2a\x29\x25\x66\x27\x52\xa0\x56\xfb\xfb\x28\x56\x44\ \x8a\x73\xc2\xcc\x22\x56\x13\x0f\x00\x98\xe9\x5e\xb1\x53\x04\x40\ \xdf\x5e\xe2\x0e\xc0\x0c\x76\xc3\xe8\x52\x76\xce\x85\xa6\x21\x44\ \x03\x41\x4f\x75\xda\xd5\xb4\xb3\xae\xe9\xcc\x74\x1c\x46\x51\x51\ \xd1\x92\x0b\x7a\x8f\x95\xf5\x6a\xaa\x60\x84\xb0\x57\x87\x2b\xc5\ \xc0\x08\xc9\xc0\xc0\xc0\x39\xe7\x3d\x9a\x56\x6c\xab\x64\x29\x39\ \x92\x07\x68\x55\x61\x4a\x69\x9c\xa6\xb4\x2b\x79\x17\xb0\x38\xf6\ \xe0\x9a\x8c\xc1\xb1\xcf\x48\x17\xcf\x87\x2c\xd2\xb4\x0e\xdb\xa4\ \xb6\xd1\x52\xc6\x71\xf0\x9e\x99\x50\x01\x00\x30\xab\x62\x6e\x87\ \x00\x32\x6c\xd7\x9b\xf5\x06\x30\xe5\x34\x4d\x71\x9a\xa2\x81\x31\ \x73\x9a\xb2\x30\x29\xa0\x73\x6e\x2c\x65\x3b\x4e\xd0\xce\xb4\xe9\ \xd0\x79\x04\x32\x55\x52\x28\x31\x12\x51\xd3\x36\x66\x50\xd3\x89\ \x0f\xa1\x9e\xad\x88\x98\x1a\x20\x22\x53\x7d\x0d\x3b\x57\xcc\x4a\ \xb6\xa0\xa6\x60\x63\x2c\x8a\x2e\x34\x3d\xbc\x35\x00\x58\x01\x00\ \x7c\xd3\xc7\x62\xbb\xa9\xf8\xc0\x0e\x41\x44\xbc\xf3\xe0\x78\xb1\ \x3c\xe0\xc5\x72\xbb\xdd\xe4\x69\x1c\x86\x41\xa4\xc4\x54\xbc\x63\ \x90\x02\x66\xb9\x44\x55\x41\xc1\x29\x25\xb3\x29\xa5\x54\x21\x05\ \x75\x3d\xcd\xcc\xde\x07\x76\x1c\xa7\xd4\x34\x21\x95\x12\xad\xb0\ \x43\x99\xb6\xed\x34\xbd\xc7\x0d\x3d\xff\x62\xb7\x5e\x7b\x95\xd6\ \x87\xae\xe9\xa0\xbf\x0a\x80\xdc\xb8\xad\xc4\xf5\xf6\xc6\xa4\x1c\ \x1d\x1e\x75\x7e\x71\x76\x7a\x6a\xdb\xad\x2b\x1a\x00\x54\x34\x95\ \x12\x4d\xb7\x44\x8d\x92\x6f\xda\x3c\x0e\xb3\xf9\x02\xad\x4d\x22\ \x93\xcf\x71\x9a\xa0\x75\xc1\x63\xdb\x38\x42\x31\x28\x81\x69\xb7\ \xdb\x8d\xc3\xe8\x42\xf3\x47\xff\xf0\xfb\x2f\x5e\x5d\xad\x77\x71\ \x90\x3c\xa6\x49\x45\xb4\xc8\x5d\x1e\xd2\xfd\x32\xb7\x86\x73\x32\ \x22\x23\xa7\x65\xff\x82\x7d\x51\xab\x50\x15\x00\x0c\x14\x18\x04\ \xbf\x22\x91\x0b\x10\xa8\x60\x17\x39\x90\x33\x15\xc1\x30\x95\xdc\ \x83\x17\x4d\x60\x2e\xaa\x09\x91\x8d\x05\xd4\x32\x68\x62\xa3\xae\ \x69\xe7\x3d\x70\x60\x6e\x3c\xb7\x86\x7e\x4e\x21\x98\x5e\x5d\x9c\ \xea\x34\xb4\xce\xab\xe5\x51\x05\x09\x8d\x59\xd1\x81\x41\x01\x20\ \x29\x88\xc8\x8e\xd5\xac\x60\x41\xd0\x76\x30\x22\x12\xb3\x9d\x01\ \x14\xaa\xdc\x36\xa8\xf6\x2f\x44\x66\x86\x80\xa0\xa0\xaa\x11\x20\ \x9b\x64\x94\x60\x99\x8b\xce\xb5\xd1\xa9\xb4\x0f\x1e\xcc\xde\x79\ \xe7\xa3\x5d\xf9\xf0\xc7\x1f\xdd\xdc\xdc\x14\x29\x8b\xe5\xe2\x9d\ \xd9\xe1\xb3\xb0\xe8\xce\x2e\xfc\xb0\x03\x05\x5a\x76\xe7\x79\xba\ \xca\x6d\x33\x5b\xb0\xf7\x25\x67\x62\x76\xce\x95\xda\xe8\xdd\x19\ \x8e\x97\x52\xda\xb6\x09\xa1\x39\x3f\x3f\x07\x80\xd9\x6c\x56\xe9\ \x84\xfb\x5b\x64\xba\x6f\x23\x14\x88\x78\x3e\xef\x00\xd0\x4c\x73\ \xce\x66\x8e\x19\xdf\xd2\xc7\xc1\x00\x11\x89\x79\x1a\x06\x53\xab\ \xd6\x18\x00\xd0\xb6\xed\x34\x8e\x95\xae\x08\x66\xf3\x7e\x76\x7b\ \x7d\x93\x52\x3a\x3a\x3c\x08\xc1\x9b\x29\x21\x02\x98\xaa\x30\x20\ \x13\x16\xc9\xa5\x88\x48\xd9\xef\x1c\xc9\x88\xd0\xc0\x4c\x8b\x0a\ \x02\xa9\x01\xa8\x01\x93\x23\x80\x40\xc4\x9a\xfb\xc6\xb5\x26\x3a\ \x6d\xb8\x6c\x1d\x2a\x10\x4d\x46\x88\x5e\x8d\x9c\x6f\x7c\xe8\xd0\ \x5c\x4a\x98\xd2\x48\x65\x2c\x29\x11\x19\x0b\x03\x42\x41\x53\xb3\ \x02\x38\x8c\xbb\xb3\xf3\xb3\x9a\x84\x6b\x8a\x26\x22\x46\x2c\x22\ \x31\x8a\x99\xa5\x62\x88\xa8\x23\xf8\xd0\x94\x22\x29\x17\x61\x99\ \x04\x13\x38\x50\x22\x21\x4c\x0a\x0e\xd4\xdf\x35\x29\x4c\xec\xf8\ \x3f\x21\x18\x14\x22\x44\xc2\x54\x72\xc5\x49\xc4\xac\x00\x12\xb3\ \xc5\x0c\x45\xdf\x72\x40\x8f\x00\xaa\x56\xb9\x57\x57\xb7\xb7\xbb\ \x98\x52\x2a\xc1\x37\xde\x85\x5c\x64\xd8\xee\x36\xc3\xee\xe4\x9d\ \x47\xc3\xb0\xdb\xdc\x5c\xa7\x69\xfc\xd6\x07\xef\x17\x2b\x00\x42\ \x8e\x40\xc5\x54\x9d\xe3\x18\xf3\x6e\x37\xd6\xc2\x5c\xc4\x54\x73\ \x08\x5e\x44\x89\x5c\x68\x42\xd2\xc9\x79\x61\x13\x36\x53\xb3\x01\ \xb4\x5f\xf6\x5d\x43\xb3\x21\xf7\x17\x17\x87\x66\x62\xb9\xe4\x34\ \x0d\xdb\xdd\x85\x9a\xa7\x51\x0b\x35\xbe\x09\xde\x52\xd9\xe6\x9b\ \x57\x2f\x2e\xa7\x94\x43\x29\x3d\x98\x19\x28\x82\x12\x67\x76\xbb\ \x0c\x9b\xb3\x8b\x9b\xb6\xcd\x81\x1b\x98\xb5\x8e\x7d\xc3\x9c\x81\ \x48\x42\x81\x10\x98\x58\x63\x1c\x5c\x20\x15\x89\x93\x6c\x36\xb7\ \x37\xeb\xf5\xc3\x77\x1e\x1f\x3d\x7c\x18\x53\x59\x2c\x97\xcc\xae\ \xd4\xfa\xd6\xf4\xee\xab\xa2\x85\xee\x1b\x44\xb0\xbd\x45\x72\xfd\ \xcb\x5e\x8f\xa7\x5e\x4e\x55\x0d\x3e\x54\xe5\x92\xaf\x84\x56\x84\ \x22\xee\xd8\xbf\x1e\xc7\x32\x4d\x07\xb3\x3e\x93\x69\xf1\x5e\x32\ \x10\x2c\x10\x80\xc8\x07\x35\xb0\xc9\x98\xda\x45\xf2\xfe\xbc\xc0\ \xc6\xc2\x6e\xb4\x38\xde\x02\xb9\x59\xdb\xfd\xee\xe1\xf2\xbd\xef\ \x7e\xf7\xfc\xf9\x27\xb2\xbb\xa1\x0c\x04\xc8\x08\x86\x84\x88\x8a\ \x90\x1d\x29\xf2\xbd\x8f\x9e\xaa\xdb\x17\x3c\xf5\xaf\x66\x8c\xbf\ \xf6\x60\x81\x15\x33\xa8\x8e\x63\x08\x84\x08\x39\xab\x98\x0a\x1b\ \x20\x0d\x08\xa3\x77\xb9\xd3\xff\xe7\x17\x7f\xf5\x67\x6f\x2e\x61\ \xe6\x67\xe0\x9a\xc6\x5f\x9f\x9d\xbb\xa2\x3f\x98\xb5\xff\xe4\xe8\ \x60\x8e\x7a\x93\xa6\x89\xfd\x76\xca\x7e\xd5\x16\xc4\x9c\xb3\x94\ \x72\x3f\x95\xac\x5f\xa5\x94\x6a\xda\x56\xdf\x49\x75\x2d\x26\xa2\ \x3a\xb9\xaf\x7b\x16\x33\xab\xde\x27\x39\xe7\x1a\x59\xea\x9f\x2b\ \xf3\xb9\x94\xa2\x6f\xdb\x2e\x9a\xc1\xed\xf5\x4d\x29\xa5\x3b\x3a\ \xaa\xf0\xb1\xe3\xe3\xe3\x67\xcf\x9e\x55\x35\xf7\x18\xe3\x8f\x7f\ \xfc\xe3\x8b\xb3\x73\x87\x2c\x56\x42\xe0\x99\xcd\x44\x4a\xc9\x19\ \xc0\x10\xa1\x71\x3e\xe5\x52\x4a\x26\x22\x1f\x42\x7d\x7b\x7c\x37\ \x6d\x25\x22\x62\x04\xac\x23\x7c\xab\x9a\xca\x53\x4a\x31\x46\x0a\ \xec\x83\xd7\x52\xe6\xd8\x34\x60\x8a\xa4\xc4\x42\xa4\xe8\x06\xa2\ \x29\xc6\x29\x0b\x38\x3e\x9a\xcf\x0f\x3d\xc5\x98\x82\x6f\x53\x8a\ \x68\x02\x4c\x8a\xa4\x80\x92\x25\x95\x52\xe7\x4c\x22\x60\x40\x6a\ \x68\x80\xa6\x08\x46\x7b\x9e\x94\xa2\xb2\x03\x6e\xce\x6e\x37\xb7\ \xb2\x9e\x3f\x7a\x02\x4d\x97\xac\xce\xbe\xa9\x6d\x1a\x05\xb5\x0a\ \x36\xad\x37\xe3\x3f\x29\x5d\x4d\xd4\x0c\xf7\x7c\x6d\x30\x40\xd2\ \x52\x2f\x9d\xa1\x02\xe8\x5b\x16\x5c\x76\xd7\x16\x9d\xbf\x39\xbd\ \x7d\xf7\xd9\xd7\x3f\x38\x6e\x7c\xf9\xfd\xdf\xfb\x3e\x22\x75\xdd\ \x7c\xd6\xcf\xfe\xb7\x7f\xf9\xbf\xff\xc5\x9f\xff\xa8\x68\x49\xd3\ \xb0\x9c\xf5\xb7\xeb\x03\x90\xac\x69\xda\x4a\x71\x8c\xa6\x42\x40\ \x80\xae\xea\xf6\xa8\x0a\x33\x9b\x01\x22\x76\x5d\xcf\xcc\x22\x42\ \x9e\x1c\x85\x69\x33\x21\xf8\xb6\x09\xb1\x0c\x43\xca\x2e\xa5\x12\ \xba\x32\x67\x8d\x63\x5f\x12\x5b\x31\x70\xd0\x86\xc9\x7b\xeb\xc3\ \x95\x61\x54\x12\x2b\xf3\xa6\x5d\xcc\x31\x9d\x9d\xa2\xb3\x49\x65\ \x8c\x85\x19\xa3\xc2\x44\xad\xb2\x0b\x5d\xe8\xe6\x5d\x00\x54\xb3\ \x62\xc5\x8c\x99\x7c\x3f\xe3\x92\x33\xa1\x98\x6a\xce\xd9\x9a\x26\ \x65\xd9\x6c\xb6\xe3\x30\x95\x5c\x52\xce\x4d\xd3\x3f\x79\xf2\x48\ \x0c\x4e\xdf\x9c\x0e\xe3\x48\xcc\x48\x78\xe7\x6c\x09\x88\x95\xcd\ \xb3\xff\x20\x10\xa9\x4e\x5a\xf7\x70\x41\xa0\x9a\x14\xcd\x40\x11\ \xeb\x0a\xe5\x2b\xc2\xb8\x36\x6a\x9a\x1b\x84\x2c\xe5\xe0\xe8\xe0\ \x4d\x4e\x11\xf4\x04\x70\x8e\xce\x97\xc2\x06\xcc\xa8\x98\x27\xd4\ \xdc\xcd\x2f\x15\xff\xf2\x8b\xab\x5f\xac\x63\x02\x5e\x1c\x9f\x10\ \xb9\x22\xd6\x0c\xb7\x3f\xfe\xfc\xd3\xa7\xf3\xfe\x8f\xdf\x7f\x07\ \x94\x57\xd4\x2e\x1c\xb0\x0a\x00\x28\xa3\x21\x66\xc7\x85\x0c\x01\ \xeb\x56\x9b\xab\xec\xd1\x5d\x30\x77\x00\xc1\x08\x00\x0c\xc1\x00\ \x0c\x41\x4d\x11\x49\xc1\x3c\x61\xdb\x36\xe4\x28\xc5\x08\xb9\x04\ \xf6\xd1\x70\x43\xb4\x6e\xdb\x7f\xf3\xc9\xab\x0f\xc7\x34\xfb\xee\ \x33\x6e\x1a\x1e\x32\xb0\x3b\xf9\xda\xd3\xe9\xea\xfa\xa7\x2f\x5e\ \x8f\xaf\xcf\xff\xd1\xb3\xc7\x29\xb7\x17\xc5\x2e\xb6\xe5\x6c\xf8\ \xa2\x7b\xf8\xe8\xe4\xe4\xc4\x31\xdf\xaf\x81\x2b\x74\x65\x9a\xa6\ \xba\xdb\xea\xfb\xbe\xa2\x5a\xee\x82\xd1\x1e\x0f\x59\x87\xfa\x75\ \x16\x53\x71\x92\xdb\xed\xb6\x7e\xa7\x4e\x6d\x2f\x2f\x2f\xab\x34\ \xcd\xdb\x1d\xfd\x38\xee\xa6\x29\x86\xe0\xda\xb6\xcb\x39\x3d\x7e\ \xf2\x48\x24\x4f\xd3\x70\x7d\x7d\xb5\xdd\x6e\x44\x0a\x3b\xd7\x36\ \x5e\xcd\x8b\x48\xe5\xd6\x85\xe0\x6b\x95\x67\x92\x2b\x10\x6c\x1f\ \x7c\x01\xea\xba\x53\xcd\xc0\x4c\x89\x54\x50\xb5\x00\x12\x20\x66\ \x91\x28\x05\x4a\xf6\x15\x06\x26\x32\x67\x5f\xb2\xa5\x9c\xd5\x58\ \x9c\x9b\x04\x6e\xe2\x74\xba\x5e\x67\x44\xee\xfb\xdd\x36\xfb\xd3\ \x37\xdf\x99\x2d\x16\x6d\xd0\xa4\xc1\xb5\x60\x22\x66\x22\x50\xea\ \x6f\x4f\xde\x10\xcc\x14\x40\x4d\x75\x3f\x1d\x24\xe7\xbd\x47\xc2\ \x22\x25\x16\x89\xe4\x6f\x87\x78\x31\xa6\x12\x5a\x6f\x68\xaa\x62\ \x0a\x80\x66\x66\x68\xa6\x7b\x2b\x06\xfb\xd2\xfe\xf4\xd7\x1f\x4c\ \x35\xa3\xfd\xfc\x18\xa0\xaa\x65\xd4\x8a\x61\xbf\x8b\x78\x5b\x00\ \xa3\x48\xae\xff\xee\xd9\xe9\x9b\x10\xc2\xd1\xd1\xf1\x37\xbf\xf5\ \x8d\xb3\xd3\xf3\xcf\x3f\x7f\xbe\xdd\x6c\x36\xdb\x5b\x29\xa9\x69\ \xc3\xb2\x3f\x72\x68\x37\xd7\x57\xdb\xdb\x9b\xd6\x73\x1b\x3c\x98\ \x78\x26\x24\x0e\x1e\x43\x08\xbb\xdd\x2e\xa5\xe4\x9c\x2b\x25\x57\ \x93\x1e\x33\x2b\x45\xc6\x34\x5a\xce\x0b\x37\x4b\x63\xda\xed\x72\ \x42\x89\x65\x4c\x39\x9d\xce\x1d\x11\x3b\xc6\xa6\x56\xfd\x48\xd9\ \xb9\x53\x91\xbf\xfe\xe2\xec\x4a\x24\x35\x5d\x2c\x02\x62\xbf\xd3\ \xd1\xb3\x16\xa3\x5a\x23\x16\x3a\xcb\xe9\x06\x7f\x00\x00\x20\x00\ \x49\x44\x41\x54\x07\x6a\xc5\x71\x22\xca\x88\x4c\xc6\xde\xb7\x21\ \x24\x80\xa2\x5a\x44\x05\xa0\x6a\x0a\x79\x87\x45\x95\x98\x89\x9d\ \x14\x99\xc6\x49\x4c\xbd\x6f\xd4\x8c\xc8\x8d\xd3\xf4\xea\xd5\x9b\ \xd3\xb3\xb3\xbe\xef\xe5\xd7\x0f\xfc\xcb\xd2\x6f\xf7\x28\x69\x33\ \x35\xdd\x7f\xcf\x4c\xf7\x81\x4d\xb5\x69\x9a\x3d\x86\xfe\xab\x50\ \x73\x89\xe2\x36\x96\x71\x98\x38\xe7\x37\xdb\xed\xbb\x6c\xa3\xf3\ \x8f\xd8\x75\x42\x9d\x41\x50\x8b\x4e\x37\x24\x89\xe8\xaf\xce\x36\ \x3f\x5e\xc7\xee\xe4\xc9\x6c\x79\xbc\x55\x01\xc4\xc0\xce\x64\x9c\ \x1f\x34\x2f\x2f\x2e\xfe\xec\xe3\xe7\x3f\x7c\xfa\xee\xd5\xc5\xe9\ \x24\xa9\xab\xd0\x22\x06\x45\x04\xa2\x8a\x79\x62\x26\x51\x05\x35\ \xbc\x23\x6d\x22\xa1\x43\x82\x62\x55\xe8\xce\x00\x84\x41\xd5\x90\ \x48\xd0\x88\xc9\x19\xfb\x79\x83\x80\x10\x55\x24\x8f\x45\x6f\xbb\ \xe6\x6f\x6e\x2e\x3e\xdc\x8c\x87\xdf\x7a\x7f\xa4\xb0\x1b\x85\x80\ \xc7\x28\x22\x71\xb9\x5a\x39\xb5\x4f\xde\x9c\x77\xc3\xb8\xec\xfa\ \x5b\xa1\xf7\xff\xe0\x3b\x57\x9f\x7d\xfc\xf2\xe5\xab\xae\xef\xc0\ \xa0\x5a\x3f\x55\xb1\xa7\xba\x8c\xab\xdb\xc6\xeb\xeb\xeb\x7b\x24\ \xde\x38\x8e\xb5\xa4\xfa\x8d\xc8\xc5\xcc\x55\x4c\xf9\x7e\x8b\x1f\ \x63\xbc\xbc\xd9\xa4\x9c\xde\x9a\xb7\x88\x60\x60\x1a\xa7\x49\x45\ \x9c\x73\x9f\xfc\xf2\x97\xbf\xf8\xf0\xe7\xfb\xe6\x51\xb5\x82\xda\ \x08\xfa\x27\x4f\x1e\x4b\x91\xcb\x8b\x0b\x62\xf2\xc6\x75\xa8\x5a\ \xeb\xc7\x7a\x92\xb9\xbe\x79\xa2\xda\x72\x5a\x0d\x0f\x6a\x25\xab\ \x0b\xee\xae\xd8\x45\x6e\x1a\x34\x8b\x29\x0e\xdb\xf1\xba\x08\xf9\ \x26\x0b\x17\x20\x41\xda\x4a\xd9\x14\xb0\xd9\x6a\x79\x7c\xe4\x17\ \x73\x18\x76\xb6\xde\x7c\x71\x7a\xf1\x4e\x68\x40\x8a\x17\x35\x11\ \x42\x54\x35\x11\x11\x25\x03\x53\x50\x05\xdd\x67\x63\x30\x05\x03\ \x00\x0f\x84\x44\x52\x74\x52\xbb\x05\xdd\x64\xa3\xd5\xd1\x7c\x3e\ \x1f\x44\x2d\x46\xe0\x9a\xc4\xcd\xf6\xfb\x2c\xbc\xbb\x1b\xf6\xff\ \x95\xc9\xcd\x6a\x41\x4b\x64\xaa\xa6\x5a\x4a\x29\x39\x4b\x29\x5f\ \xde\x5a\xbc\xe5\xc1\x03\x00\xd8\xf5\xcd\xf5\x62\xb1\x8c\x53\xfc\ \x1f\xfe\xfb\xff\x2e\xc6\x29\xa5\xea\xc3\x44\x92\xe3\x66\xdc\x7d\ \xe3\x07\xdf\x5f\x2d\xe6\x1f\x7f\xf4\xd1\x38\x0e\x9d\x9f\x59\xd5\ \x09\x22\x32\xb1\x0c\x79\x2f\x5d\xeb\x5c\x25\xd0\x54\x32\xec\x30\ \x0c\x06\x5a\x5c\xb1\x22\x14\x98\x4c\xb8\x60\xe3\x7c\x37\xef\x34\ \x4d\xcf\x6f\xd6\xaf\x77\xe3\x3a\xa0\x35\x4a\x40\x19\x61\x42\xf8\ \x7c\x9a\xce\xd0\xf4\xd1\x43\x3e\x38\xd2\xa8\x71\x37\x7c\x74\xfa\ \x42\x01\x16\xc1\x37\x40\x5e\x6b\x32\xc2\x84\x79\x62\x5b\xa8\x89\ \x69\x2c\x79\x52\x2b\x6a\x02\x60\x88\x86\xc0\x48\x44\x64\x50\x49\ \xb0\x30\x4e\x09\x29\x11\x3b\x03\x32\xb3\xb8\xdb\x6d\x87\xed\x7c\ \x39\x9f\x2d\xe6\x88\x88\xc4\xf7\xa1\xea\x37\x42\x18\x00\xa8\x29\ \x80\xdc\x9b\xb9\xdc\xb5\x4a\x56\x5d\xc8\xeb\x1d\x81\xaf\x42\xb7\ \x48\x44\xbb\xf5\x7a\x7b\x71\xbb\x68\xdc\xeb\xcd\xed\x42\x8b\x6f\ \xbd\x0f\x88\x3e\x2c\x4c\x67\x0a\x1e\xa0\x78\xdb\xb0\x6e\xd1\x7f\ \xb4\x4b\xbc\x3a\xf0\x0f\x1e\xdc\xaa\x85\xae\x7f\xf4\xe0\x70\xbc\ \xbd\x46\x74\xb7\x03\x2c\xde\x79\xe7\xec\xf5\x9b\x8f\xae\x6e\xdf\ \xeb\xe6\x36\xec\xb2\x94\x3d\xe8\x0f\x20\x18\xb1\x90\x01\x80\x71\ \x1d\x1e\xdd\x0b\xce\x30\x13\x12\xa9\xd4\x7e\x01\x0c\xa1\xa2\xa9\ \xd4\x48\x41\x45\xa0\x64\x9c\x86\x34\x4d\x63\x18\xb5\xd5\x90\x8d\ \xa3\xa7\xe7\xe7\xe3\xc3\xc7\x0f\x09\xfb\xe1\x3a\x7e\xfb\xe9\xd7\ \x3e\x79\xf9\xf9\xf7\xbe\xfb\xbd\x9f\x7c\xf8\xe1\xd9\x38\x2d\xc9\ \xb7\xcb\xc5\xcf\x36\xbb\xa7\xfd\xfc\x2a\xa6\xe6\xfc\xaa\x20\x3f\ \x7b\xfa\xee\x62\xbe\xb8\xc7\x73\x55\x45\x70\x44\xac\xe8\xf3\xda\ \x67\xd5\xe8\xe3\x9c\x9b\xcd\x66\xd5\xb5\xa9\x92\x13\xeb\x0a\xb2\ \xb2\x14\x4b\x29\xab\xd5\xaa\xf6\xf9\x15\x76\x7c\x70\x78\x54\xe5\ \x09\xdf\x76\xb1\x4b\x84\x58\xe5\x46\xeb\xf8\xac\x3e\x30\x35\xf2\ \x54\x8b\x2a\xc7\xf4\xe2\xc5\x0b\x15\x6d\xaa\xf9\xbb\x4a\xce\xc2\ \x4c\xec\x3c\x10\x55\x55\x4f\x76\xae\xa2\x57\xd9\xfb\xaa\xe7\x83\ \x84\x64\x88\x40\x75\x72\xc8\x0e\x9d\x67\x33\x05\xd5\x10\x3c\xe8\ \x6c\x5c\x6f\xce\x8a\xdc\x14\x31\x73\x08\xb4\x2d\xc5\xbc\xf7\xb3\ \xd9\xd1\x93\xa7\xcf\x3e\xf8\xe0\xf3\x97\x2f\x3f\xfd\xf9\xcf\x70\ \xd6\x5f\xa9\x1d\x1d\x1e\x09\x98\x23\x60\x40\x56\x24\x55\xcc\x96\ \x44\x0c\x0c\x08\x4c\x35\x6b\x55\xa3\x55\x03\x98\xea\x6c\xc4\xfb\ \x02\x74\xbd\x4b\x11\x5d\x1f\xba\xee\xf0\x68\xe6\xdc\xc5\xd5\x65\ \x2e\x19\xcd\x1c\x21\x57\x4c\x83\xee\x67\x2a\xa0\x56\xa1\x50\xfb\ \x06\xa6\xb2\xdb\xef\x36\x2a\x26\x02\x00\x52\x4a\x3d\x76\xab\xa2\ \xdd\xfa\xb6\x5a\x11\xb6\x8f\x5b\x44\x38\x8d\xbb\x17\x5f\x7c\xee\ \x5c\xd8\xed\x36\x39\x17\x62\x2a\x39\xdb\xfe\x93\x81\xcf\x3e\xfe\ \xe5\x6e\xbb\x01\xd3\xc3\xd5\x3c\xa5\x5c\x72\x6e\x9b\x60\x00\x95\ \xe5\xba\xdb\xed\x2a\x87\xbf\xe2\x39\x42\x08\x35\xc9\x85\xc6\xef\ \x64\x00\xb6\x71\x1a\x03\xfb\xc5\x7c\x9e\x09\x32\xa2\xb4\xdc\xcf\ \x0f\x76\x57\x57\x9f\xad\x2f\x73\x31\x0f\xa0\x60\xa5\x94\xd7\x62\ \x72\x74\xd8\x3c\x3c\xf9\xfe\x0f\xff\x11\xba\xe6\xdf\xff\xdb\x7f\ \xb7\xb9\x7a\xf5\x52\xe1\xbd\xd5\x03\xdf\xb4\xb9\x14\x4f\x9c\xb3\ \x88\x59\x2a\xba\x6b\xe7\x4a\x3e\xe6\x12\xa5\x00\x92\x02\xc9\xde\ \xba\xb3\x36\x7d\x0a\xea\x4a\x91\x71\x8f\x67\x16\xb9\x0b\xf1\x86\ \x60\x29\x8a\xaa\x73\xde\xe4\x37\xd4\x62\xf4\xcb\x91\x4b\x2c\xdb\ \x1d\xaa\x19\x11\xee\x06\x61\x75\x79\xa2\x21\x84\xaf\x8c\xdf\x22\ \x58\x40\x3a\xa4\x30\xf3\x8d\x3f\x6a\x16\x2d\xb5\x9e\x6f\xa7\x31\ \xe5\xb2\x40\xe8\x11\x31\x17\x74\x9c\xb1\x79\xb3\x89\xe7\x02\x8f\ \x1e\x3f\xde\x48\x5e\x1e\xaf\x72\xda\xfd\x97\xff\xe4\x07\x6f\x3e\ \xff\xe5\x37\xbe\xf3\xbd\xff\xe5\x5f\xfe\x5f\xd7\xaf\xcf\x56\xcb\ \x83\x2f\xd6\xdb\xc5\x6c\x7e\xb8\x08\x39\x4d\x80\xc5\xc8\x04\x84\ \x84\xf6\xc7\x8a\xc8\x14\x94\xb5\x0e\xa4\x11\x90\x89\x1b\x72\xc1\ \x94\x00\x0d\xab\xe3\xab\x59\x4d\x0b\x04\xa2\x7a\x19\x73\x41\xcc\ \x06\x41\xad\x51\x83\xb6\x7f\x23\xb6\x25\xd7\x35\x8b\x57\x2f\xcf\ \xbf\xf5\xfe\x77\xfe\xab\x1f\xfe\xc9\x7f\xf1\x87\x7f\xb4\x29\xf9\ \xaf\x7f\xfa\xf3\xe3\x93\x47\x17\xaf\x5f\x2c\x8f\x1f\xe8\x76\xf3\ \x97\xa7\xe7\xe8\xdc\xf0\xc5\xf3\x87\x0f\x8f\x1f\x3f\x79\xd2\x77\ \x9d\xdd\xc1\x55\x96\xcb\xe5\x7d\xbb\xe7\x9c\xab\x69\xc4\xee\xc3\ \x86\x2a\xdc\xf5\x26\x95\x50\x5d\xbf\xef\x9c\xab\x0c\xbb\x3a\x02\ \xab\x25\x5b\x4a\xc9\xde\x7e\xb7\x88\x22\x32\x4d\xa3\xf7\xb5\x88\ \x2b\xfb\xca\xbc\x1e\x40\x25\x16\x11\xa9\x4a\x29\xd0\x04\xef\x03\ \xd7\xbd\x27\x11\x14\x11\x2d\x19\xc8\xdd\x97\x7b\xd5\x66\xe2\xd7\ \xaa\x3f\x03\x52\x42\x42\x23\x53\x30\xc0\x5a\xdc\xe8\x68\x80\x6a\ \xe8\xfc\x1a\x51\xd1\x00\x94\x51\xb8\x6b\x01\xd0\x51\x00\xe0\xb8\ \x4b\x8d\xf9\xa6\xe9\x77\x61\xdc\xc5\x78\x79\x79\xd1\x38\xd6\x52\ \x18\x10\xcc\x44\x41\x05\x15\x51\xc1\x14\xf5\xae\xb5\xd8\xe7\x1e\ \x55\x2d\x2a\x52\xca\x24\x3a\xaa\x5f\x2c\x57\xbb\x9c\xc3\x30\xce\ \x16\xfd\x62\x31\x4b\x29\xe6\x29\xaa\x16\x55\x10\xa3\x52\x04\xee\ \x85\x12\x01\xeb\x87\x42\x44\x35\x67\xa4\x34\x85\x26\x54\xba\x15\ \xee\xc5\xaf\xa5\x36\x8c\xe5\x0e\xbc\xf2\x96\x85\xee\xdd\xcf\xe6\ \x5c\x36\xb2\xc1\x7d\xdb\x0b\xa5\x18\x20\x30\x71\x05\x66\x6c\x37\ \x6b\x26\x38\x58\xad\xda\xd6\xa3\x2a\x13\xaa\xea\x30\x8e\x08\x35\ \x25\xfc\xea\xda\xd7\xb7\x3d\x4d\x53\x29\xa5\xed\xdb\x6d\x1e\xd1\ \x6c\x46\x2d\x91\xe5\x69\x48\x6a\x19\xa1\x80\x6d\x60\xa7\xaa\x3c\ \x5b\xec\x34\x6a\x4c\x3e\xa3\x63\x92\xe5\x42\x82\x3b\x5a\xcc\x03\ \x23\x6b\x3a\x08\x6e\x58\xae\xde\x0c\xdb\x9b\xb3\x9b\x8e\x88\xc5\ \xd0\x00\x00\xd9\x07\x08\xfe\x9d\x07\xb3\x02\x38\xa6\x5d\x9d\xf5\ \x11\x63\x13\x3c\xa0\x2f\x25\x3a\x64\x56\xd5\x2c\x5a\x2c\x69\x31\ \x40\xa9\x22\x8d\x08\x84\x75\x05\x6e\x88\x98\x62\xaa\x3a\xb5\xf7\ \xd9\xfa\x37\x4f\xb2\x0e\x11\xbf\xd4\x42\xde\x03\xbe\x44\xe4\x3f\ \x07\x43\xf7\x5b\xd3\xe7\xb2\x65\xdf\x7f\xf7\xbd\xaf\x2d\x96\x33\ \x74\x0a\xa0\x64\xc2\x9a\xb9\x64\x53\x4b\xaa\x98\x64\x8a\xe3\xa0\ \xfa\xf3\x17\x5f\xcc\x8f\x0f\xc1\xa3\x03\x6b\x58\xbe\xf7\x9d\x0f\ \x76\xd7\x6f\xfe\xf0\x3b\xdf\xfa\xd9\x67\xbf\x5c\xad\x56\xe3\xf5\ \xcd\x90\xcb\x36\xa7\x6e\x37\xce\xbe\xf6\x5e\x40\x09\x1e\x43\xf0\ \xc0\x54\x08\x65\xef\xbb\x47\x54\x87\x4d\x39\x57\x31\x13\x66\xf6\ \xc4\xbe\xe2\x47\x10\x48\x0d\xc1\xb2\xe4\xfd\xc5\x30\x43\xa2\x4c\ \x92\x4b\x6a\xdd\xcc\xf9\xf6\xf5\xc5\xf5\x4f\x7f\xf1\xc9\xc6\xf1\ \x6e\xbb\x9d\x1d\xae\xfa\xc3\xe5\x67\x2f\x3f\xff\x83\xdf\xfd\x36\ \x5d\xdd\x7c\xff\xfd\x6f\xfe\xfc\xb3\x4f\x16\xa1\xcb\xb9\xbc\xfb\ \xec\xe9\xd3\x6f\x78\xd7\xcd\x30\xcc\x96\xb3\xae\x23\x55\xd1\x0a\ \x26\xac\x9f\x56\x25\x03\x56\x70\x56\xbd\x30\xcc\x7c\xcf\xdb\xba\ \xff\x9c\x56\xab\xd5\x62\xb1\xb8\xa7\xc8\xed\x15\xe2\x4b\xa9\x3f\ \x25\x22\xf3\xf9\xdc\x7b\xff\xd6\xf9\x9f\xc9\x10\x54\x25\x13\x02\ \x39\x36\xd3\x52\xf6\xf1\x45\x65\xbf\x16\x34\x36\xc4\x3a\xd1\x47\ \x22\xf4\xcc\x3e\x38\xe7\x9c\x43\x32\xa4\x3b\x0d\x0c\x24\x42\x66\ \xf7\x65\xf9\x04\x02\x74\xe8\x90\x00\xb0\xc2\xc2\x55\x54\xc0\xd0\ \x14\x8a\x48\x29\x5a\x34\x6b\x49\x39\x65\x2d\x25\x6f\xa2\x77\xcd\ \x49\x87\x71\x8c\xeb\x8b\xab\x71\x3b\x80\xd8\x6d\x4c\xd3\x38\x98\ \x64\x47\x80\x5a\xb9\x1f\xa6\x02\xc5\xb0\x26\x7a\xa4\xbb\xa5\x54\ \xcd\x81\xb4\x5f\xa4\x2b\x98\x1a\x03\x10\x4d\x63\xd7\xb7\xbb\x61\ \x2b\x3a\x81\x2a\x33\x75\x4d\x50\x75\x29\xe7\x3c\x65\x50\xab\xec\ \x39\xe7\xbd\x63\x36\x80\x92\xf3\x76\x1c\x11\xa0\x69\x9a\x94\xe2\ \xed\xed\x8d\xf7\x3e\x84\x26\xa7\x84\x44\x44\x28\xb9\x88\x48\x8e\ \x59\xf2\x5b\x8a\x0b\x99\x41\xf5\x25\x01\x35\x26\x64\xaa\xe3\x57\ \xab\xe3\x3a\x00\x30\x2d\x66\xd8\x84\x66\xd6\x06\x00\x2b\x39\x16\ \x86\xe0\x7d\x08\xa1\x69\x1a\xe7\x88\x00\xc1\xf0\x7e\xdb\x83\x88\ \x4d\xd3\xe4\x9c\x0f\x0e\x0e\x88\x28\xe5\x3c\xa7\x43\x66\x0c\xe8\ \xbd\x51\x8e\x09\x00\x8d\x38\x83\x4e\x25\x4d\x39\x0e\x25\xdd\xc4\ \x51\x30\x62\xcc\x30\x4c\x32\xc8\xc1\xf1\xb1\xa4\x34\x5c\x5d\x52\ \xcc\x4d\x1a\x92\xd8\xf9\x58\xa0\xc4\x9e\x3d\xa8\x9a\x89\xc7\x90\ \x6c\x8b\x84\xed\xa3\x27\x7d\x33\x43\xc0\xe0\x83\x21\xc5\x9c\x73\ \xd6\xc5\xbc\x8f\xaa\x0c\xd8\xfb\xc6\xac\x80\xd1\x38\x8d\x31\x46\ \x76\x0e\x08\x44\xc5\x10\x00\x6b\x7c\x32\x00\xb0\x5f\x07\x36\xfc\ \xc6\xc4\x90\x08\x01\xd5\x7e\xb5\x53\xbc\xab\xb9\xaa\x6e\x1c\x30\ \x18\xfc\xed\xf1\xeb\xb7\x16\xb9\xb4\x6b\xc2\xb3\x27\xc7\xdd\xbc\ \x17\xd0\xa2\xa5\xa8\xa6\x34\x49\x49\x22\x3a\x48\x11\x97\x29\xb4\ \xe7\x17\x97\x57\x45\xbf\x76\xb0\x9a\xe2\x38\x5b\xcd\x48\xcb\xb3\ \x47\xef\xc4\xcd\xfa\xb3\x4f\x5f\xe6\xa8\x87\xfd\xfc\x1c\x11\x82\ \xbf\x14\xbd\x39\x3b\xfd\xc5\xe5\x25\xa3\x35\x8e\x83\x73\x4a\x38\ \x22\x64\x00\x44\xa0\x3b\x63\x1b\x35\x33\x35\x40\x20\x44\x4f\xd8\ \xf8\x9a\xe5\x40\xcd\xd4\x80\x98\xf7\x97\x16\x0c\x10\x09\x61\xd8\ \x0d\x9b\x61\x04\x84\xa8\x38\x26\x9d\xad\x16\x33\xc4\xb6\x09\x3f\ \xfa\xd9\x4f\xbe\xf9\xfe\xd7\x9f\x3d\x3d\x6e\xda\xa6\xf5\xe4\x4d\ \xba\xae\x1b\xb6\x97\x08\x36\xeb\xdb\x76\x31\x07\xd7\xcf\xfb\xd6\ \x9b\xe4\xbb\x5d\x61\x7d\xda\x6a\xa8\xaa\x0f\xdf\x3d\x31\xe8\x1e\ \x4f\x7c\xcf\x5e\xae\x23\xad\x8a\x50\xbf\x07\x19\xd7\x11\x7e\x85\ \x50\x31\x57\xcc\xf7\xdb\x4b\x0c\x55\x35\xed\x3a\x3f\xba\xbb\x8a\ \x86\x48\x48\xe8\x00\xd9\xbb\xa6\x09\x4d\xd3\xf4\x6d\xd3\xb4\x4d\ \xd7\xb5\xde\x91\xf7\x75\x4a\xc7\x31\x49\x51\x11\x15\x44\x74\xec\ \x9c\x77\xbf\x8e\x14\x40\xaa\x1b\x22\x34\x43\x05\x30\x11\x85\xda\ \xed\xa5\x92\x28\x6b\x01\x42\xf3\x88\xc2\x64\x86\x29\xc6\xf5\x76\ \xbd\x5c\xcc\xb7\x5b\xb8\xb9\xba\xbe\xbd\xb9\x15\x55\x0e\x8d\xa3\ \x10\x98\x08\x40\x54\x54\xad\xa8\xb1\x21\xc0\x5e\x49\xd6\xe0\x57\ \x4c\x11\x31\x45\xda\x83\x17\xd5\x08\xd4\x81\x2a\x48\xc9\xb1\x38\ \xf4\x52\x0a\x11\x41\xdb\x79\x17\x96\xf3\x65\x6a\xca\x7a\xbd\xa9\ \xba\x17\x00\xb0\xdb\x6e\x9b\xa6\xa9\x90\xf4\xba\x2a\xa9\x6d\x63\ \x9c\x62\x9c\x62\x7d\x59\x1d\x81\x03\x40\x55\xdf\x7f\xfb\x19\xd7\ \x7e\x2f\xa9\x95\xe2\x23\x56\x4c\xf7\xa8\x12\x04\x40\x84\xc6\x73\ \xf0\xc8\x04\x8b\xc5\xf2\xe0\x60\x75\x78\x70\xd0\x84\x50\x4d\x5e\ \x9d\xe3\x34\xc5\xed\x66\x5b\x87\x0c\x4d\xd3\x34\x4d\xb3\x5f\x29\ \x12\x01\x40\xca\xd9\x88\xb0\xee\xcf\xc5\x2c\x17\x10\x05\x83\x54\ \xca\x66\x1a\x60\xb4\x88\xd6\x30\x29\x38\xc0\x94\xa7\x21\xc6\x72\ \x75\x75\x7d\x70\xb0\xda\x5c\xdf\xa6\xdb\xf5\xd5\xe9\xc5\xfa\x76\ \x2d\x62\xcc\x7e\x02\x43\x42\x8f\xcd\xa4\x02\x48\xce\xbb\xcd\x34\ \x1c\x3f\x3a\x49\x71\x8a\x29\x2d\x0f\x56\x0b\xc4\xdd\x6e\x1c\x37\ \xbb\x92\xe2\x90\xc6\x5b\xc9\x68\x36\x3b\x58\x20\xb3\xaa\x4d\x79\ \xb8\x5b\x7c\x19\xa0\xee\x23\x17\x1a\xaa\xfb\x5b\x22\xd7\xfe\x14\ \xee\x86\x8f\x7b\x54\x57\x0d\xe9\xaa\x44\x62\x5f\x95\xdd\x22\xa2\ \xa1\x24\x18\x49\x49\xc4\xc4\x4c\x00\x8a\x61\x31\x4e\x66\x45\x31\ \x2b\xca\x14\x4f\xd7\x1b\x70\x9c\xa1\xc4\x18\xdf\x5d\x3e\xf1\xce\ \x7f\xf6\xf9\xeb\x7f\xf6\x5f\xff\xb3\xcf\x3e\xfe\xf4\xc7\xff\xee\ \xff\xf6\x9d\x2b\xbb\x91\x98\x26\xc6\x21\xda\x85\x66\x04\xf0\xa9\ \x10\x24\xa9\x19\xb8\xa2\x1b\x10\x00\x4c\xe5\x57\xf0\x4d\xbc\x7b\ \x56\xea\x3d\xa8\x2f\x51\x00\x11\xa8\x97\x03\x00\xda\x02\x0e\x69\ \x0c\xb8\x03\x05\x35\x70\xc8\x63\x5c\xb5\x8b\xb8\xd9\xf4\xf3\xf0\ \xf2\xe6\xe5\x45\xfe\xd6\x2c\xcc\xfe\xe3\x87\x3f\xfd\xbd\xef\x7c\ \xff\xd3\x5f\xfe\xa2\x41\x8c\xc3\xf6\x56\x63\x29\xa2\xb0\xb6\xf9\ \x6a\xb5\xdc\xaf\xab\x63\x8c\xb5\xdd\x0b\x21\x54\x5b\xd6\xfb\x36\ \xa4\xfe\x99\xee\xac\x74\xea\x02\xab\x0e\xb3\xee\x3a\x8b\x5c\x07\ \x61\xf7\x0d\x82\xab\x73\x7e\xe6\xb7\x05\xa3\xda\xdd\x3d\x94\x1a\ \xc2\x2a\xf1\xb5\xfe\x81\x99\xbd\xf7\x4d\xdf\x79\xe7\x1c\xb3\x77\ \xce\x7b\xb7\xb7\x71\x57\xc9\x26\xd9\x80\xb8\xf1\xce\x3b\x75\xf7\ \xa4\x99\x2f\x57\xfe\x08\x40\x84\x48\x40\x58\x27\xe1\x80\x68\x80\ \x06\x44\xe8\x1c\x23\x37\x9e\xd5\x02\x18\x10\x13\x00\x48\xca\xb9\ \xe8\xcd\xe6\xf6\x16\x6e\x99\xf9\xf8\xe4\xe8\x10\x8e\x83\x67\xef\ \x18\x51\x50\x0d\x10\xc4\x20\x9b\x89\xa1\x19\xa1\x19\xdb\xde\x57\ \x71\xbf\x16\x40\xb4\xfd\x64\x44\x4c\x01\xc0\xe5\x94\x54\x22\x91\ \x00\x68\xae\x2f\x28\x25\x17\x23\xe0\xb6\xed\xf0\x80\xed\xfa\xba\ \x6e\x3f\x62\x8c\xd7\xd7\xd7\x75\xe0\xdd\xf7\x7d\x55\x40\x6d\x9a\ \x66\x1c\x2b\x1c\x54\xaa\x5f\x69\x3d\x19\x55\x7d\xfb\x26\xdd\xf6\ \xa8\x88\x2a\x28\x64\x60\x8d\xf3\x60\xca\x8e\xbd\x77\xa1\xf1\x8d\ \x77\x87\xcb\xa3\xb6\xed\x6a\x18\x6d\x42\xf0\xcc\xd5\xf5\x12\x00\ \x44\x94\x88\x17\x8b\xc5\x7d\x19\x2e\x22\x39\x27\xe7\xfc\x9d\xcd\ \x92\xaf\xed\xa4\x02\x14\x2c\xc8\xe0\x10\x59\xad\x47\x46\xec\x82\ \x77\xf3\x32\xc5\x92\xdc\x6c\x16\x8c\x11\x70\xd2\x72\x33\xee\x52\ \x91\x5f\x7c\xfe\x9c\x8b\x6a\x68\x9f\x3d\x7b\xca\x4d\xe8\x9b\x5e\ \x45\x08\xa0\x6b\xbb\x9c\x22\x22\x3a\xc7\x53\x1a\x83\x83\xf9\x6c\ \xa6\x62\xe7\xa7\x67\xe3\x14\x8f\x8f\x8f\x1f\x3d\x78\x24\x79\x7a\ \xf3\xe2\xf9\xe5\xe5\x4d\xc9\x69\x3b\x8e\xf3\xa3\x65\xd7\x36\x29\ \x15\x31\x71\xde\x01\xd4\xd4\xb5\x1f\xf2\xf1\xaf\x1f\xdd\x6f\xe4\ \x00\xfb\x32\x82\xab\xd6\x57\x77\xbf\xa9\xaa\x39\x67\x5f\x95\x6e\ \x11\x01\xb3\x96\x4d\xde\x81\x7a\x44\x12\x05\x29\x1a\x63\xce\x52\ \x92\xe4\x52\xca\x94\x72\x9a\x46\xee\xdb\x25\x5b\x8c\x31\x38\xbe\ \xbe\xbc\xfa\xc1\x1f\xfc\x83\xed\x2e\xfd\x8f\xff\xd3\xff\x3c\x8d\ \xfa\xe8\xe1\xf1\xb4\x79\x1d\x08\x76\xc3\xb8\x4b\xd1\x5c\xed\xfb\ \x99\x9a\x10\x5c\x40\x33\x4d\x85\xd4\x6a\x5d\x53\xab\x95\x5f\x3b\ \x2c\x34\x74\x40\xec\x9c\xe3\xaa\x09\x0f\x60\x52\x0a\x21\x3a\xef\ \xd1\xa0\x8b\xc0\x56\x5b\x4a\x11\x11\xca\xe6\x8b\xf9\x54\x72\x4a\ \x4f\xdf\xfb\x26\x2e\xc2\xbf\xf8\x3f\xff\xd7\x0f\xde\xfb\xc6\x1f\ \xff\xc9\x0f\x4f\xbf\x38\xdb\xed\x6e\x67\x7d\xa0\x0a\x2b\x8a\xd1\ \x39\xd0\x34\xad\xd7\xc5\xcc\x6e\x6e\x6e\xb6\xdb\x6d\xdd\x01\xad\ \x56\xab\x87\x0f\x1f\xb6\x6d\xeb\xbd\xaf\x6f\x66\xcf\x53\x23\xaa\ \xa4\x45\x11\xe9\xfb\xbe\x4a\xd9\xec\xe5\xa9\x4c\x8b\x48\xf5\xad\ \xa8\xfb\x46\x24\x14\x11\xf8\x7b\x2d\xb9\xf6\xcf\xcd\x72\xb9\x9c\ \xcf\xe7\x95\xd3\x7b\x3f\x44\x23\x66\x72\xce\x3b\x47\x68\x44\xe4\ \xd8\x11\x01\xdd\xd1\xf7\xab\xc3\x3b\xee\x11\x02\x68\x06\x55\xf1\ \xef\xcb\xeb\xff\x0a\xdc\x21\xaa\x98\x1c\x31\x63\x50\x36\xa0\xa6\ \x71\x88\x8c\x92\xa4\x14\x35\x63\xcf\xcc\x0c\x84\xaa\xa0\x60\xc4\ \xac\x66\x25\x4b\x03\x9e\xd0\xd0\xcc\x60\x5f\x50\x14\xb3\x6c\x56\ \xcc\x0c\x88\x14\xf6\xfa\x3e\x66\xb6\xaf\xa3\xd5\x08\xeb\xb4\x4b\ \xcd\x10\xc8\x39\xce\x71\x17\x3c\x0f\xc3\xe6\xea\xf2\xc2\xfb\xc6\ \xb1\x1f\xa7\xb8\xb9\xbd\x75\x53\xea\x66\x33\x1f\xc2\x76\xb3\x09\ \x21\xcc\xe7\xf3\xa6\x69\x36\x9b\x4d\x8c\x11\xcc\x76\xbb\x5d\x8c\ \x63\x3d\x9f\xfb\x0d\xd7\xaf\x46\xf8\x7f\xef\x46\xa3\xfe\x17\xc1\ \x96\xf3\xd9\xd7\xbf\xfe\x7e\xd7\x35\x00\x46\x4c\x55\x1d\xa4\x0d\ \x1d\x13\x9b\x59\xe3\x43\xdb\x36\x77\x1a\x44\x56\x07\x9d\xa0\xe6\ \xb8\x92\x58\x11\x10\x1c\x3b\x76\x7d\x0d\x88\xd5\xc5\x1e\x80\xd0\ \x7b\x21\x4d\x9a\x1d\x00\x15\xe1\x2c\x6c\xd0\x01\x08\x80\x59\x81\ \x12\xb1\xa8\x43\x4f\x2e\x64\xef\x8a\x77\x13\x18\x20\x83\x00\x14\ \x03\x19\x40\x33\xb3\xaf\xc4\x9b\xe0\x1d\x22\x98\x16\xd5\x72\x7a\ \xfa\x5a\xe2\xce\xfb\xd6\x7b\x07\x22\x37\x97\x97\x69\x88\x97\xa7\ \x6f\x34\xa7\xcd\xed\x75\x4e\x11\x01\xc0\x11\x04\x57\xfd\xde\x7f\ \xb5\x6e\x46\x05\xac\x0b\x5c\x54\x2b\x5f\x06\x65\xd5\x03\xb5\x5f\ \xed\x5c\xf7\xeb\xdf\xfb\x28\x66\xb6\xd7\x1c\xd7\x4a\x70\xfa\x3b\ \x9a\xc5\xdf\x1e\x2a\xc2\x10\x88\x31\xa0\x11\x22\x23\x88\x6a\x41\ \x10\xc9\xb1\xa4\x08\x80\x2d\x42\xe8\x9b\x59\xe7\x72\x6e\x53\xce\ \x06\x7a\x73\x71\xf5\xe9\x47\xbf\xfc\xe3\x3f\xfe\x47\xdf\x7c\xff\ \xeb\x9f\x7d\xfa\xf9\xd5\xe5\xd9\xc5\xe9\x9b\x61\xbd\xbe\xbe\xb9\ \xed\x10\x66\x8b\x79\xad\x9f\x9d\x73\x84\x64\xaa\x84\xe4\xc9\x89\ \xc8\x38\x4d\xa6\x7a\x2f\x20\x77\xef\x61\xe3\x1a\xbe\x5b\x35\xba\ \x6a\x48\xa5\xa2\xaa\xc6\x4c\xce\x7b\x12\x53\x95\x86\xec\xb0\x42\ \x54\x73\x19\x36\xdb\xdb\xb2\x75\xde\x7f\xf1\xd9\x67\x0f\x1e\x3f\ \xfc\xe1\xf7\xff\xa8\xef\x66\xaf\x5f\xbc\xfe\xf4\xd3\x9f\x75\xf3\ \x6e\x71\xb0\x74\x4d\x70\x8d\xe7\xd0\x78\x1f\x88\x91\xd9\x31\xfb\ \xa3\x23\x77\x78\x78\xcc\xcc\x55\x5d\xab\x69\x82\x73\xbe\x1a\xcc\ \xdc\x0b\x3d\x57\x24\x44\x7d\xf3\x77\x53\x0c\x60\x04\x04\xec\xdb\ \xa6\xb2\xf6\x0c\xac\xd2\xd9\x62\x9c\x36\xeb\xeb\x0a\x67\x7d\xeb\ \x56\xbd\x96\xe2\x39\x67\x35\x03\x44\x76\xee\xfe\x9d\xec\x59\x93\ \xc8\xb5\x27\xad\x52\x30\x6a\x15\x43\x58\x27\x2d\x15\xbb\x7e\xf7\ \xe4\xd5\xc9\xd3\x97\x2e\x38\x55\x82\x53\x95\x41\x40\x53\x51\x64\ \x42\x40\x20\x02\x43\x00\xef\xc8\xd7\x0b\x58\x7f\x8a\x1c\xe8\x9d\ \x64\x7f\xeb\x3c\x23\xdd\x1b\x8f\xe8\x9e\xc0\x06\x68\xe4\xc0\xaa\ \xbd\x98\xa0\xdd\xf5\x86\x0a\x48\xc0\x7b\xbe\x2e\x12\x21\x58\x31\ \x35\x54\x75\x2e\x81\x0a\x22\x37\x2d\x12\xb8\x80\x0b\x17\xa6\x61\ \x8c\x32\xad\xb7\x9a\x62\x54\xb3\x94\x33\x33\xb3\x73\xcb\xd5\xaa\ \x3e\x1b\x22\x42\x99\x73\xde\x53\x0b\xbe\x5c\x51\xee\x4f\xfb\xef\ \x91\x2f\x88\xd1\x31\x93\x99\x18\x38\x62\xc7\xce\xb1\xef\xbb\x1e\ \x69\x3f\xf4\x5c\xf4\x33\xac\xd5\x99\x73\x9e\x5d\xe5\x72\x20\x21\ \x21\x79\xf6\xe4\x89\xd9\xdd\x8f\x81\x10\xb0\x9e\xb0\xf7\xcd\x9e\ \x15\x49\x64\x68\x04\xe8\xd0\x23\x00\x06\x4f\x1e\x4c\x95\xcc\xa8\ \xae\x03\xa4\x43\x35\x40\x04\x62\xae\x89\x4a\x55\xcd\xc8\x3b\x60\ \x43\x5a\x65\x11\x55\x25\x85\xbb\x8a\x56\x4d\xc0\x54\x57\xb3\xd9\ \x94\xe5\x76\x77\x3b\x8c\x63\x3f\x6b\x9f\x3c\x79\x30\xec\x86\xf5\ \xd5\xc5\x38\x4d\x75\x8b\xec\x10\x52\x16\x88\xd9\xf9\x96\xdd\x9e\ \x33\xbe\x27\x8e\xd7\xf7\x8b\x60\x78\xcf\xec\x41\x00\x90\xbb\x09\ \x49\x7d\x59\xa5\xfb\xc3\x5d\x4e\xda\x53\x1c\x6b\xbc\x32\x43\xfb\ \xca\xa8\xdc\x98\x01\x12\x3b\xd7\x10\xb9\xbd\x8d\xa6\x19\x00\x74\ \x6d\x3b\xeb\x7b\x33\x2b\x25\x33\xa3\x5a\x89\x31\x8d\x43\x4c\x29\ \x9a\xc0\x67\x9f\x7e\xfa\xfa\xd5\xeb\xbe\xef\x45\xc4\xa4\xc4\x71\ \x37\x0c\xbb\x59\xd7\xae\x96\xcb\xa6\x6d\xbd\xf7\xde\xfb\x6a\xe4\ \x2d\x22\xc4\xce\xfb\x20\x22\xd3\x34\x21\x80\xfb\xb2\x00\x10\xd4\ \x0e\xb1\xe2\xde\xb0\x86\x8c\xda\x0e\xa8\x0a\x11\x39\x1f\x0c\x35\ \x6b\xb1\x3a\x1b\x53\x10\x85\x94\xd2\x34\xc6\x71\x9a\x4a\x2e\x17\ \x6f\xce\xaf\x2e\x2e\x88\x68\x18\x86\xc3\xa3\x83\xd5\x6a\x35\x5f\ \xcc\x83\x0f\xfb\x6e\xce\x39\x04\x66\xf6\x88\x84\x18\xea\xa8\xab\ \xeb\xba\x2f\x57\x58\x7b\x77\xac\x3b\x31\x89\x7b\xea\x69\xb5\xb2\ \x30\x15\x53\xd9\x87\x3f\x72\x00\xa6\xa2\x80\x08\x60\xdc\xb5\x84\ \x87\xde\xfb\xb7\x85\x73\x63\xd7\xf7\xb7\xeb\xb5\xf3\x6e\xb9\x5a\ \xd5\xea\xaf\x4e\xdf\xee\x7a\x19\x35\x2b\x4a\xaa\xca\xaa\x15\x16\ \xcf\x68\xa0\x50\xe9\xfb\xfb\x3a\xe7\xfe\x30\x45\x00\x51\xeb\x2f\ \x55\x31\x5f\x75\x5e\x7f\xcf\x61\x06\x64\x02\x04\x44\x30\x50\xa8\ \xd8\xe0\xfb\x1e\xde\xea\xf2\xf7\x1e\xd4\xae\x00\x42\x7a\x97\x7a\ \xf1\xee\xa2\xe2\x1d\x4d\xcb\xaa\xd1\xac\xd6\xc4\x7c\xf7\xbf\xf8\ \xd2\x72\xdd\x04\x21\xa5\x82\xa0\x04\x16\x8b\x02\x92\xa8\xc4\x98\ \x3c\x93\x0f\x2e\x25\xcd\x7b\x3a\x37\x01\xd6\x32\xf6\x57\xb7\x82\ \x99\x97\xab\xa5\xdd\x11\x1e\xee\xb1\xc1\xf7\x58\xe2\xb7\x2e\x75\ \x4b\x29\x5f\x7b\xef\xd9\x07\x4f\x9f\xbd\x7a\xfd\x8a\x54\x9f\x3c\ \x79\xe2\x9d\x07\x43\x11\xb3\x52\x41\xc6\xb0\x2d\x9b\xe0\xbd\x0f\ \x81\x54\x2b\xad\x82\x88\x50\x7f\xd5\x30\xaa\x96\x7b\xa0\x13\x80\ \xd1\x7e\xd5\xb8\x0f\xa9\x22\xf9\xde\xb0\xa5\x8e\xb3\xe5\xee\x58\ \xf6\xf3\x5c\x70\x40\x60\x60\x68\x80\x00\x9a\x32\xd4\x3a\xc7\x0a\ \x00\x24\x64\x25\x32\x43\x53\x22\x20\x33\x01\x51\x06\x74\xec\xb8\ \xeb\x05\xa6\x28\x43\xd2\x02\x04\x3e\xb8\x19\x76\xf3\xfe\xf1\x76\ \xbd\x9e\x86\x21\x4e\x93\x1a\xf8\x10\xda\xd0\x32\xf3\xfe\x13\xa9\ \xbe\x56\x08\x84\x56\x15\x99\xb2\xe8\x6f\x00\xdb\x2a\xe8\x01\x04\ \xaa\x5d\x1c\x03\xee\xf3\xd4\xaf\x1f\x72\x45\xd5\xfd\x9d\x39\xe3\ \xb7\xaa\x89\xfa\xe5\xc5\xf3\x1e\xb2\x80\x58\x27\xa6\x00\x0d\x80\ \x1a\x48\xdb\x76\xcb\x05\x8a\x08\x22\xa5\x94\xa7\x29\xee\xb5\xae\ \x98\xd0\x0a\x98\x2d\x97\xab\x2a\x9a\x5e\xc5\xca\x9d\xab\xbe\x76\ \xa4\x5a\x65\x45\x40\x2b\xc6\x17\xe9\x5e\x8f\xb4\xba\x99\xde\xb1\ \xd5\xad\xbe\x7e\x3f\x0c\x54\x23\x42\x66\xae\x4b\x7d\xd5\xfb\x7d\ \x07\x21\xec\xf7\xd6\xff\x6f\x7b\x5f\x1a\x64\xc7\x75\x9d\x77\xce\ \xb9\xb7\xbb\x5f\xbf\x05\x83\x99\x01\x30\x20\x48\x8a\x20\xc1\xcd\ \x24\x65\x9b\x91\xb8\x44\x96\x15\x5a\x66\x2c\xcb\x8e\x24\x57\xa5\ \x2c\xbb\xe4\x1f\xae\x54\x92\x1f\xa9\x4a\xe5\x47\x92\xca\xaf\x94\ \x53\x89\xff\xa4\xf4\x33\x29\xc7\x8e\x2b\x3f\xe2\x94\x13\x27\xb6\ \x55\x12\xcb\x5a\x12\x4b\x14\x17\x89\x12\x4d\x9a\xe2\x02\x12\x04\ \x09\x80\x04\x17\xac\xc4\x32\x33\x6f\xe9\xed\xde\x73\xf2\xe3\x76\ \xdf\xd7\xef\xbd\x01\x08\xcc\x0c\x20\x70\xd0\x07\x55\xa8\x01\xe6\ \x2d\xdd\xb7\xef\x3d\xcb\x77\xbe\x73\x8e\xab\xd7\x65\x28\x2b\x48\ \x5b\xad\xb8\x8e\x7c\x97\x6a\x11\x35\xa1\xf6\xd0\x7b\x9d\x37\x5c\ \x9d\x07\x71\xa8\x96\x87\xed\xfd\x51\x27\xa5\x84\x15\xb2\x21\x85\ \x8a\x14\x12\x39\x5d\x6c\x8d\xb1\xb6\xd4\x71\xe8\x08\xa5\xeb\x28\ \x5d\x20\x9c\x9b\x9b\x3b\x7b\xf6\x1c\x22\xb8\xa5\x76\x91\xac\x3f\ \xff\x6e\x34\x74\x79\x6c\x1c\xd6\xc0\x5c\xc2\x49\xe2\x26\x3f\xd7\ \x7c\x90\xea\xc6\xab\x0c\x83\x20\x40\x99\x51\xaf\xee\x88\x88\xd8\ \x13\x0b\x45\x14\x12\x57\x8b\x51\x5f\x9f\x31\x5e\x66\xa1\xfe\xf9\ \x53\x64\x6b\x01\xac\x17\xbc\x8d\x93\x50\xa5\xe2\x13\x2b\x60\xad\ \x25\x10\x54\x64\x0d\x14\x96\xc1\x5a\x03\x20\x5a\x14\x91\x35\x36\ \x2f\x0c\x55\xd7\xc3\xe3\xc7\x51\x7e\x9d\x56\x5a\x47\x2a\x08\x82\ \x30\x0c\x1d\x36\x5f\x14\x85\x6b\x48\xcb\xcc\x51\xab\xb5\x6e\x62\ \x04\x29\x15\xc7\x31\x20\xba\x5e\xc6\xc3\xe1\x90\x99\x1d\x0f\xde\ \x2f\x14\x55\x6e\xf8\xac\xd2\xf4\xed\x15\x2a\xa2\xc0\x38\x7a\xa8\ \x56\x5b\xa6\xe0\x4c\xff\x14\x1c\xe2\xed\x82\x7a\x77\xd7\xf5\x75\ \x2b\xfb\x94\xa0\x61\x47\x0b\x12\x57\x05\x67\x40\x2c\x2a\xd4\xa8\ \x2c\xa0\x00\x90\x52\x40\x98\x15\x85\xab\xad\x0d\x02\xb5\x73\x69\ \xa9\xdb\x69\x23\x30\x02\xe6\x20\x40\x5a\x6b\x65\xad\xe1\x72\xca\ \xa6\x83\xd5\x2b\x2a\x3c\x78\xb2\xfc\xd8\x9f\xe2\x6a\x13\x10\xba\ \xc2\xd7\x92\x7a\x3a\xbe\x3c\x00\xb4\x96\x94\xfa\x50\x5e\xc4\xd5\ \xf3\xb9\x02\xad\x9d\xaf\xe4\x71\x28\xd7\x2c\xd4\x31\xce\x5b\xad\ \x88\x08\x00\x45\x29\xa5\x28\x20\x22\xa5\x34\x00\x39\xc4\x3a\x08\ \x02\x6b\x8d\xcd\x33\x57\x2c\xa0\xb4\xee\xf4\x7a\x25\x86\x2a\xa2\ \x94\x8e\xa2\x10\x84\xac\x65\xeb\xe6\xb2\x32\x23\xa2\xd2\xc1\x38\ \x6c\x46\xae\xd4\x45\xe9\x0e\xb8\x82\x67\xf7\x4a\x42\x62\xb0\x16\ \x0c\x08\x88\xa0\x53\x31\x5a\x85\xce\x3c\xbb\x53\x6d\x98\xc3\x30\ \xa8\xea\x10\xc7\xbb\xca\x09\x21\x39\x7b\xa6\xab\xa6\x68\xf5\xd0\ \xc3\xa7\x14\xeb\xf0\x3c\x57\xfc\xbd\xd2\x75\x51\x5a\x00\x0a\x2b\ \x58\xcd\xdd\x10\x20\x20\xb4\xd6\x66\x85\x59\x1f\x0d\xd5\xbd\xc7\ \x05\xad\x69\x9a\xa6\x69\x1a\xc7\xb1\xa3\x65\xb8\x03\xe3\xd4\x28\ \x33\xd4\x2f\xb2\xbc\xa4\xc9\x70\xbb\x76\xa2\x70\x52\x91\x49\x5d\ \x19\xf9\xdb\x1c\x2f\xce\xd8\x66\xc0\xc4\xc8\xc8\x5a\x46\xbc\xae\ \x13\xeb\x8a\xc9\x7d\xb4\xf3\xc5\xa6\xa4\x3c\x93\x00\x28\x84\xa0\ \xac\x35\x28\xa2\x54\x28\x92\x32\x5b\x00\x86\x82\x09\xa5\x28\x8c\ \x94\x60\x0c\x4e\xbd\xd7\xfb\x32\x08\x18\x45\xd1\xc2\xc2\xc2\xf6\ \xed\xdb\x95\x52\x69\x9a\xf6\xfb\xfd\xc1\x60\x80\x88\xad\x78\x9d\ \x9a\xcb\x15\x12\xe9\x40\x13\x11\x5b\x9b\x65\x99\x72\x8a\xac\xda\ \x1b\x4a\xa9\x90\x4a\xea\x8c\xdb\x96\x3e\x63\xe3\xdd\x13\x44\x9a\ \x22\x43\xd5\x31\x38\x46\x9e\xa5\x7a\x3a\xe4\x84\x99\x41\xc0\xf5\ \xc1\xf0\x75\xcf\x63\xdb\xe0\x34\xbe\xb5\x00\x4a\x10\xac\x2b\xeb\ \xb5\x16\x89\x89\x48\x2c\xe7\x45\x31\x4c\xd3\xb4\xc8\x8c\xb5\xb6\ \x30\x84\x60\xc5\x68\xd2\x51\xaf\xbd\x6b\x69\xf7\xe2\x8e\x85\x5d\ \x8b\x3b\xe6\xe6\xe7\x81\x30\xcb\xb2\x7e\x7f\xa5\xdf\x1f\x14\x45\ \xe6\xa6\x2b\x38\x26\x5c\x59\xd4\x53\x53\x94\x9e\x19\x5e\xfe\x2d\ \x60\x59\xea\x34\x2e\x63\x8d\x63\xdb\x31\x73\x10\x86\x44\x04\xd7\ \x48\xc5\xb5\xbf\x0d\x77\x6c\x7c\x48\xe5\x38\x81\x88\xa0\x14\x95\ \xbd\xd6\x40\xb9\xc6\x49\x4a\xa1\x7b\x01\x33\x9b\xa2\xe8\x75\x7b\ \x85\xcd\x45\xc0\xc5\x89\x3e\x1f\x57\x19\x74\xcb\xcc\x08\xe0\x7a\ \x75\x7a\xbd\x20\x22\x5a\x8b\x80\x28\x07\xce\x94\x09\x75\x0f\x0a\ \x96\x4f\x1d\x15\x05\x2a\x2a\x37\x89\xa0\x08\xfa\x43\x2a\x02\xd6\ \x32\x12\xb8\x24\x91\x9b\x76\x55\x96\xef\xca\x18\xc7\x13\x41\x9f\ \x46\x74\x07\xde\x6f\xb8\xca\xe6\x8d\xbb\xac\x39\x2b\x3a\x19\x36\ \xda\x52\x09\x56\xaa\xad\x76\x9e\x69\x7d\xfd\xed\xdc\xc5\xa4\x69\ \xe2\x18\xd8\x2e\xf5\x59\x3f\x1e\x2e\xe2\xab\x36\x8f\x78\xdd\x5a\ \xba\xae\x44\x50\x35\xa7\xf6\xb7\xe6\xf4\xf8\x58\xb3\x94\x95\xa0\ \x30\xe5\x6c\x7a\xed\xcc\xe8\xf4\x06\x8e\x13\xe1\x50\x12\xb3\xdc\ \x0f\xa4\xa8\xee\x50\xd5\xd5\x56\x95\x7b\x82\x29\x9d\x55\xcf\xfc\ \xb0\x00\x22\x15\x85\xb5\xc8\xa1\xd6\x9d\x56\x77\x94\x0e\xf3\x2c\ \x63\x00\xa5\x10\x48\x2b\x65\xa5\xa6\x34\xbd\x0a\x73\xff\x33\x4a\ \x13\xa5\xf2\xdc\x16\x69\x9e\x9d\x5f\x59\x8e\xa2\x88\x2d\xa7\x59\ \x9a\xe7\xf9\x28\x49\xf2\xf5\x96\x8b\xba\x0c\xcc\x89\x13\x27\x46\ \x49\x12\x06\xc1\x68\x34\xea\x76\xbb\x55\x53\xc9\xc0\xe5\x76\x67\ \x87\x39\x4e\xde\x5d\xad\xdd\x71\xad\x15\x5f\x15\xa7\x23\xf0\x74\ \x01\xb9\x5b\x65\x76\x9d\xc8\xac\x90\x82\x29\x67\xb9\xbe\xb0\x0e\ \xf8\x77\x18\x8a\xb5\x96\xad\x55\x02\x5a\x01\x13\x58\xa6\xdc\xb0\ \xb1\x16\x15\xd9\x42\x58\x24\x37\x86\x93\x21\x69\xd5\xeb\x0d\x7a\ \x76\x5b\xd4\xed\x74\x7b\x6d\x11\x8e\x42\xad\x08\x08\xa1\xdf\x97\ \x2c\x4b\x14\x21\x01\x29\x0c\x04\x80\xc5\x38\xd5\xe4\x82\x18\x42\ \x12\x21\x11\x76\x7c\x3c\x2b\xc4\x02\x75\x5d\x16\x41\x04\x22\xb6\ \xd2\x5c\xd7\x0a\xce\x05\x50\x41\xbe\xd5\x12\xbb\x07\xe0\xdb\x6c\ \x8a\x08\x96\x89\x09\x04\xf1\xe3\x1e\xb4\x3f\x4e\x61\x14\x59\x11\ \xd2\x61\xd9\xfd\xaa\x30\xae\xb7\x52\x14\x45\x15\xb1\xc0\x2a\x52\ \xd6\x5a\xf7\xf0\x5c\x30\x53\xb5\x85\x28\x4f\xc8\xc4\x26\x74\x90\ \x73\x25\x48\xae\x5e\x43\xa1\xcb\xec\x97\x57\xe8\x4d\x96\x25\x54\ \x6c\x19\x11\x15\x29\x61\x10\xef\x11\x57\xaf\xf4\xce\xfc\xd8\x11\ \x23\x72\x87\xd7\xf1\xe0\x9d\xaa\x75\x74\x04\xaf\x05\xbc\x3f\x0f\ \x02\x0e\x0b\xab\xf4\x3c\x7a\xe4\x65\x72\xfb\x5d\xb6\xa4\x49\x4a\ \x44\x8e\x04\xe0\x5d\xc8\x5a\x1e\x9a\x11\x15\xd6\xca\x62\xfc\xf9\ \x71\x57\x5e\x73\x4f\xc6\x07\x60\x42\xb1\xc2\x58\xdf\xcd\xd6\x79\ \x40\x55\x97\x36\xe5\x0a\xd6\xbf\xa5\xae\x98\xa6\x89\x3f\x65\x0b\ \x14\xa9\xbf\x7e\x1c\x89\x8b\x18\xeb\xd8\xa3\x98\xa6\x39\xb6\x30\ \x8e\xdb\x56\x24\xcb\x8c\xb1\x56\x04\x01\x35\x91\xf8\xb1\x00\x75\ \x0e\x70\xe5\x2c\x83\xab\x33\x4f\xd3\xf4\xfc\xf9\xf3\x75\xc7\xb3\ \xdf\xef\x3b\x7c\x63\x5d\x15\x57\x78\xfe\xdc\xf9\xc1\x60\xb0\x7b\ \xd7\xae\xc5\xc5\x45\xf7\xc4\x7d\xa7\x66\xf7\xd5\x9a\x70\x76\xcd\ \xc7\x6d\xb5\x89\x1c\xa3\xc2\x7b\x4c\x75\x7a\x0d\x00\x80\x9a\x56\ \x96\x2c\xec\xfa\x62\x30\x08\xa3\xb0\x8b\xfa\x2b\x18\x92\x7d\xb7\ \x0c\xac\x60\xf3\x72\x3e\xae\x43\xcd\x15\x23\x93\x0a\x01\x2d\x63\ \x1a\x46\xed\xc8\x98\xe1\x70\x08\x28\xd6\xb0\xb1\x16\x88\xfa\xc3\ \xe1\xd1\xf7\xde\x3b\x76\xf2\xf8\xcb\xaf\xee\x8f\x02\xd2\xd5\x4e\ \x76\x1b\x9b\x48\x95\xd6\x4e\x80\xc5\x92\x42\xcb\x56\x91\x72\x4d\ \xdf\x5c\x24\x8e\x08\x55\xfa\x18\x19\xc6\x25\x25\x1e\xac\x70\x9f\ \xf6\xa1\x2d\x6e\xae\xaa\xcf\x45\x44\xae\x99\xb2\x0f\x37\xdc\x41\ \x72\xbf\x42\x74\x95\x5e\x2e\x6e\xf1\xe7\x6a\x6c\xc6\x95\x52\xf5\ \x6c\x8f\x6b\xdb\x69\xad\xc9\x8d\x0d\x34\x59\x16\x87\x68\x23\x29\ \x80\x0a\xc9\x9c\xd8\x73\x52\x4b\xcb\x4e\xa0\x54\xd5\x8f\x5c\xd5\ \xe5\x7a\x75\x27\xae\x23\x2f\x21\x31\x91\x6b\x74\x5c\x7d\x44\x65\ \xed\x10\x2b\xf6\x2b\x4e\xc5\x3e\xfe\xc0\xbb\x63\xe0\x6a\x4d\xea\ \x3d\x6d\xfd\x0b\xdc\x5e\x34\x96\x83\x40\x6b\x1d\xf8\x41\x0f\x84\ \xa4\x02\xe5\x08\xf5\xb2\xfe\x6e\x2b\xd0\xe9\x76\xb9\x6a\x5c\xe1\ \x55\xc3\xb8\xc6\x55\x1c\xcd\x0d\x67\xed\xf3\x94\x16\x9e\xd5\xa0\ \xa5\x83\x8a\xbe\x9e\x19\xa6\x74\x5c\xb5\x44\x30\x1b\xed\xe2\x24\ \x63\x63\xec\x5f\x01\x5c\x7c\xd0\x5e\xdd\xa1\x06\x11\x87\x56\x12\ \x81\xb5\x76\x30\x1c\x22\x42\x10\x45\x71\xa7\x33\xe8\xf7\x93\x3c\ \x57\x8a\x9c\xee\xac\x53\x64\x26\x83\xaf\xf1\x45\x42\x85\x93\x56\ \x99\x36\x59\x37\xc8\xc5\x22\xbd\x5e\xf7\x8e\xdb\x6f\xdf\xb1\x73\ \xa7\xc7\x0d\xea\x85\x53\x6e\xcf\x4f\x47\xd0\xb5\x6d\xc9\xcc\xd6\ \xe6\x9e\xab\xa1\x2a\x70\x76\xfc\x50\x5c\x88\x31\x19\x7d\x97\x1e\ \x6d\x09\x40\x20\xbb\x42\xaa\x99\x12\xf3\xea\xe5\x2e\x55\x42\x58\ \xb6\xab\x43\x00\x85\x84\x86\xc1\xb2\xb5\x85\x31\x79\x41\x40\x80\ \x12\x86\x21\x20\x0b\x08\x83\x20\x91\xb1\x26\x19\x25\x28\x56\x29\ \x5d\xe9\x53\x00\x20\x1d\x28\x66\xee\xaf\x0e\x92\xd1\x70\x7e\x61\ \x7b\x1c\xc7\xce\xbc\x10\xd1\x60\x30\x42\x74\xda\xcd\x66\x79\xae\ \x82\x30\xee\xf6\xe2\xb8\xdd\x8d\xe3\x20\x0c\x9c\xb7\x01\x22\xc6\ \xd8\x34\x4d\xea\xb4\x9b\x9f\xbe\xe6\x72\xde\x8a\xa7\xe7\x79\x15\ \x5b\x99\x6b\x41\x44\x70\x8d\xba\x45\x23\x41\x5d\x89\x5c\x90\x61\ \x29\x60\x0a\x03\x02\xcc\x02\x82\x22\xa5\x0f\xbc\x66\xa9\x14\xcb\ \x14\x2e\x60\x3d\x8b\x1d\x10\x94\x0e\x94\x9b\xb5\xe0\x8a\x73\x3d\ \xdd\x5c\x50\x04\x81\xad\xd2\x9a\x4b\x3c\x91\xab\x8d\x88\x63\xa7\ \x69\x66\x36\x8f\x3f\xc3\xd5\x3d\x6a\x44\xeb\x6d\x66\xfd\x0a\x45\ \x04\x90\x80\xa0\xb0\x6c\x38\xaf\xb8\x06\x8a\xbc\xb2\xc3\x7c\xbd\ \x24\x54\x00\x80\x30\x0c\x9c\x6f\x5b\x03\x77\x71\x1c\x74\xc0\xf8\ \x3a\xeb\x55\xfb\xfe\xfa\xbd\x8f\xe3\x6f\x56\xd5\x3a\xf9\x20\x00\ \xa3\xf8\x16\xaf\x53\x71\xee\x58\x29\x5c\x94\x29\x3b\x01\x6c\x4d\ \xe3\xf4\x13\x0b\x35\x55\xf8\x29\x22\x0e\x5e\x71\x73\x31\x92\x24\ \x5d\x5e\x31\xbd\x5e\xaf\x15\xc7\x85\x31\x85\xb5\x85\x29\x40\x4a\ \xb4\x8e\xd7\x08\x45\xc5\xb0\x94\x13\x95\xab\x8c\xa7\xd4\x0a\x24\ \xd7\x3d\x70\xc9\x65\x72\xba\xdd\xae\xef\x17\x32\xeb\xbb\xd5\xbd\ \xcb\xa9\xdf\x3a\xb4\xa4\x28\xac\x4b\x1f\x79\x6f\x6b\x22\x4f\xe2\ \x12\x37\x3e\xcd\x3a\xf6\xd0\x9d\x4e\xa2\x92\x1f\x58\xfd\x67\x49\ \x1b\xac\x41\x4b\xa5\x6a\x16\x60\x16\x04\x14\xe6\xcc\x14\x91\x0e\ \x04\x55\x92\xa4\x62\x6c\xa8\x34\x33\x9b\xc2\x0a\x58\xad\x08\xcb\ \xae\x41\x96\x05\x1d\xeb\x9b\x09\xca\x33\x4b\x88\x48\x59\x61\x07\ \x83\x41\x32\x4a\x99\x25\xb7\x76\x7b\x14\xe7\x45\xce\xc0\x02\xa0\ \x82\x80\x59\xd2\x3c\x6f\xb5\xa2\x3b\xf7\xde\xd6\xdd\x3e\x9f\x1b\ \xc9\xf2\x3c\xcb\xb2\x95\xd5\x91\xab\xd2\x25\xa2\x40\x07\x41\xd8\ \x6e\xb7\xdb\x1f\xaa\xbc\xae\x62\x67\x41\x11\xcb\xac\x00\x7c\xed\ \x9e\xb7\x24\x6e\xd3\x58\x31\x2e\x5d\x42\xa0\x01\xc1\x99\xd5\x8a\ \xa5\x26\xb3\xdc\x1a\xd7\x7d\xc5\xa9\x42\x5b\xda\x49\x8f\xc0\x3b\ \xe4\x6b\xca\xf8\x4f\x82\x02\xee\x1c\x02\x18\x6b\x81\x1d\x46\x80\ \x75\x6a\x2f\x11\x21\xa8\xaa\x74\x96\xa6\x5c\x81\xba\xc9\x73\x9a\ \x68\x6a\xad\xeb\xc0\x36\x22\x1a\x93\xaf\x01\xd3\x8c\xb5\x1b\xf8\ \xbe\xf5\x65\x28\xa1\x75\x39\x38\xa3\xf2\xc6\x37\x52\x34\xea\x11\ \xc6\xb5\x8e\x90\x78\x1f\x73\xd6\xa5\xaa\x2b\x5f\xaf\xf8\x26\xee\ \xa2\x0a\xba\xa7\x94\xc2\x85\x34\xd7\x2c\xc9\x73\xea\x5d\xe5\x49\ \x1b\x07\x89\x58\x7f\x59\x1d\x22\x2c\x8f\x1f\x8a\x65\x8b\x80\x41\ \xa8\x0a\x43\xc3\xd1\x28\x37\x79\xaf\xd7\x8b\x3b\x31\x10\x0c\x56\ \x57\x6c\x6e\xb0\xe6\xad\xcc\x7e\xe3\xd4\x40\x1a\x5e\x77\x7f\x88\ \xc9\x55\xf5\xea\xa6\x1e\xeb\xcd\x7a\xe5\x17\x5a\x10\x22\x0a\x82\ \x71\x2c\x59\x67\x32\xfb\xe0\x59\x6a\x5e\xdb\x24\x30\x8a\x2c\x96\ \xad\x45\x57\xd7\xe6\x54\xa1\x35\xee\x5d\x6c\x59\x40\x08\x91\x00\ \x5d\xea\xd6\xad\xb7\x61\x2b\x19\x60\xa0\x50\x69\x00\x52\x88\x16\ \xdd\xd8\x76\x2b\x22\xa4\x6b\x97\xea\x72\xc2\x48\x02\x54\x36\x91\ \x00\xb2\xc6\x26\xa3\x6c\x98\xe4\x4a\x85\xed\x38\x4c\x92\x6c\x98\ \x64\x3a\xd0\x2a\x08\xb2\x2c\x33\x86\x83\x30\xbc\xe5\xd6\x9b\x76\ \xee\xd8\xd9\x1f\xf4\xdf\x7f\xef\xe4\x20\xc9\x06\x83\xc1\xf2\xf2\ \xf2\x68\x34\x72\xa7\xd8\xdd\xb8\x22\xea\x74\xbb\xf6\x1a\x99\xb7\ \xe8\xdd\x59\x87\x50\x3a\x03\xe8\x4c\xa5\x2b\x82\x65\xb6\x08\x02\ \xe4\x0e\x0f\x43\xd9\x4f\x63\x1c\xf2\xc8\xec\x91\xa8\x88\x33\x55\ \xae\xdd\x53\x0d\x4a\x0f\xc8\x95\x9b\x4c\x85\x4e\x52\xd1\x78\x15\ \xa9\xfa\x46\xb1\xc6\xb2\x9d\x40\x85\x4b\x53\x0c\xe0\xa0\x44\xac\ \x6a\xa9\xea\x2c\x81\xb2\x69\xed\xcc\x99\x9f\xac\x66\x60\xff\x99\ \x75\xa8\x75\xac\x02\x44\xca\x72\x3c\x44\xc7\x4d\x75\x83\x1e\x9c\ \x15\x75\x35\x8c\x1b\x69\x14\x15\x04\xce\xec\xa3\x4f\xfc\xd5\xdd\ \x2b\x44\xf2\x0c\xd3\xfa\xad\xd5\x01\x97\x3a\x40\xe9\x3f\xa4\xba\ \xeb\x32\x42\xe1\x89\x72\xb4\xa9\xc2\xaf\x09\x4c\x7d\xaa\x41\xb2\ \x07\xec\xa7\xb4\x5e\xd5\xf7\x17\x41\x26\xd4\xe8\xcc\x06\x28\x00\ \xa4\x28\xab\x3b\x91\x08\xd2\x2c\xb1\xb6\x68\x77\xb7\x85\x61\xd0\ \xee\x76\x4d\x96\x9a\xdc\x14\x93\x45\x88\x13\x85\xbe\x54\xde\x06\ \x82\x70\x55\x97\x82\x08\x1b\x53\x60\xe8\x8a\x14\xeb\x48\x96\xb5\ \x5c\xaf\x74\x31\xc2\x63\xff\xb7\x22\xce\x60\x15\x59\x3b\x04\xb5\ \xbe\x85\x14\x29\x5f\xbf\xe9\xfc\x74\x41\x01\x96\xa9\x62\x58\xcf\ \x8a\x60\x61\x04\x44\x46\x4f\x39\x2e\xa9\xeb\x8a\x2a\xda\x94\x94\ \xd0\x58\x59\x0b\x0e\x85\xcd\x29\x27\x1d\x46\x9d\x6e\xcf\xa6\x69\ \x6e\x52\x02\x08\x94\x36\x65\xb7\x32\x14\x25\xbe\xc2\xab\xe4\x5c\ \x21\x22\x28\xd7\xfc\x81\x82\xa0\xdb\x9b\x43\x54\x84\x40\x18\x59\ \x41\x02\x35\x1c\x8d\x88\xd4\xae\xdd\x7b\x96\x76\xef\x36\x45\xb1\ \xff\xc0\xc1\xd3\xa7\x4e\x27\xa9\x39\xbf\xdc\x2f\x8a\xc2\xb2\x2d\ \x6f\x8d\xc5\x27\x6d\xe2\x95\x21\x5f\x23\x33\xae\xc1\xd3\x7e\xa9\ \x9c\xfc\x61\x9c\x41\x40\x34\x15\x21\x8d\x85\x91\x1d\x68\x64\xc0\ \xa5\x00\x01\xeb\x8c\x0f\x98\x36\x4d\x3e\x85\xaf\xc2\x20\x10\x70\ \xf6\x81\xbd\x9f\x81\x20\x8e\xd6\xcb\x5c\x91\x19\xbd\x46\x62\x70\ \xed\x81\x3c\x58\x29\xe8\x82\xfe\xb1\xeb\xc1\xcc\x00\xd6\x37\xc9\ \x76\xe7\x6f\x0a\x0f\xaa\xeb\x20\x97\xbf\x1b\xe7\xa7\xab\x9f\x2b\ \x42\x99\x6b\x18\x2c\xf5\x1d\x56\xf9\x17\x52\x07\x5d\xaa\x09\xc0\ \xe4\xd3\x8e\xeb\xaf\xfb\x2d\x5d\x42\xf6\x7a\xaa\xf2\x1c\x2b\x76\ \xf3\x0c\xb0\x75\xa1\x68\xae\xee\xb0\x4c\xbe\x6b\xa2\xe3\xb1\x80\ \x8c\x15\x13\x4e\x90\x33\xea\x88\xfb\x2c\x06\xef\xff\x8c\xf3\x8f\ \x95\x32\x9b\xe2\x4f\x78\x17\xa3\x5a\x4c\x2e\xcb\x21\x2c\xdb\x0a\ \x09\xce\xf3\xdc\xac\xac\x74\x3a\x9d\x6e\xa7\xad\xe3\x56\x9a\xa4\ \xa3\xd1\x28\x49\x12\xef\xb9\x4c\x3e\x44\x18\xfb\x26\x4e\x25\x20\ \x12\xa1\x56\xfa\x52\x00\x97\x0b\x85\x8b\x4a\x91\x9b\xa4\x5d\x22\ \x15\x5c\x96\xb8\x05\x50\xc3\xbb\x00\x00\x13\xef\x49\x44\x41\x54\ \x13\x56\xcd\xa3\x5d\x6b\x33\x02\xc1\x2a\xd1\xe7\x16\x19\x7d\x26\ \x9e\x89\x94\xd3\x6c\xbe\x47\xa6\xa7\xc8\x1a\x5b\x72\x65\xea\x05\ \xfc\x7e\xdd\x45\x90\x2a\xc5\xe7\xf7\xc0\x84\x71\xa9\x08\x56\xcc\ \x65\xb7\x59\x01\x31\x26\xcf\x73\xda\x16\x75\x3b\x9d\xb6\xc9\xba\ \xc3\x64\x54\x98\x02\x90\x04\xb0\x30\x4c\x44\x5a\x80\x05\xd1\x00\ \xa8\x20\x0c\x95\x52\x1a\x81\x98\x19\x19\x01\x6c\xc1\xa6\x8c\x78\ \x58\x98\xb0\x60\x90\x82\x91\xc2\x9b\x3e\x76\xf3\xae\x9d\xbb\xde\ \x7a\xeb\xad\x43\x87\x0e\x2f\x2f\x2f\x0f\x87\x23\x07\xbe\x69\xa5\ \x03\x55\xd6\x28\xba\xfe\x91\x08\x9e\xe6\x75\xcd\xe0\x5c\x22\x62\ \x2c\x1b\x6b\xb9\x36\x21\x92\x0b\x03\x60\x6a\xf4\x6b\x20\x42\x0b\ \x32\xee\xa0\x45\x54\x33\xc5\x5c\xfa\xc7\x50\x36\xd4\x70\x84\x17\ \x44\xb4\x2c\xae\x4f\x39\x8c\x0b\xcf\x51\x04\xac\xd8\x0a\x45\x06\ \x55\xcd\xa0\xae\xc3\xe4\xb5\x93\x25\x9e\xa2\x55\x7a\x19\x88\x22\ \x55\xcd\x2d\x96\xa5\x2b\xee\x8d\x8e\x89\x5e\x3f\xc9\xce\x8b\xac\ \x67\xdc\xa7\x79\x43\x8e\xef\x27\xe3\x18\xc1\x8f\xc2\x56\x65\xd7\ \x0a\x81\x2a\xb8\xf0\xfd\x51\xeb\x2d\xbd\xd6\x3d\xf8\x0f\x5d\x37\ \x07\x54\xd5\xcc\x21\x8f\x47\xbb\xe4\xa9\x6b\xcb\x4c\x53\x11\x62\ \xdd\x79\xf4\xe9\xc8\x7a\xf0\x08\x17\x6a\xbd\x04\x13\x9c\xaf\xa9\ \x58\xe8\x42\x35\xcc\x63\x66\xac\x53\x16\xe5\x33\x01\x16\x9e\x69\ \x04\x3c\x01\x78\x11\x93\xb1\x56\xa1\xb2\x96\xc5\x0a\x58\x21\x46\ \x25\x24\xc6\xa6\x83\x01\x1a\xd3\x6e\xc7\x2e\x01\x0d\x00\xae\xb3\ \xb6\xaf\x36\x67\x6b\xb3\xa2\x60\xcb\x44\x88\x40\xd6\x5a\x10\x44\ \xe7\xb0\x63\xd9\x1c\x68\xdd\x76\xba\xb2\xad\xe3\xb2\x2d\x66\xa3\ \x50\x0b\x56\x9c\x12\x26\x20\x44\xd7\x66\x01\x6d\x15\x13\x88\xb8\ \xa6\x7c\x16\x88\x11\x98\x51\x55\xa1\x2e\x02\x01\x49\xd9\x9a\x89\ \x4d\x59\x3d\x83\x1e\x09\x00\x40\x66\xa8\x91\x9f\xdd\xda\x93\xfb\ \x54\x57\x0c\x58\x63\x20\x93\x4b\x47\x32\x5b\x5b\xcd\xe6\xb1\x45\ \x9a\x89\x31\x2d\x1d\x86\x61\xbc\xad\xa7\xfa\xab\xc5\x6a\xde\x6e\ \xc7\xba\x15\x67\x59\x42\xa4\x40\x05\x86\x21\xcf\x72\xa5\x29\x0a\ \xe3\x56\x10\xbb\xf4\xb1\xc2\x32\x73\x4f\x4e\x6f\x02\x5a\x04\x01\ \xc8\xf3\x2c\x0c\xa3\x40\x87\x6f\xbe\x79\xe8\xe0\xc1\x37\x4e\x9d\ \x3e\xa3\x08\x82\x20\xd0\xae\x65\x52\x75\xec\x9d\xf3\x5e\x14\xc6\ \x98\x42\x18\x2e\xa5\xd0\xfd\xaa\x6a\xae\x3a\x8f\xc6\xc3\x43\x30\ \xc9\x96\xa8\xba\x2f\x8d\x73\x31\x65\x22\x19\xc4\x8f\x86\x9f\xf2\ \x06\x5c\x8e\x84\x4b\x1c\x6b\x0c\x02\x88\xb0\x65\xa3\x94\xb2\xd6\ \xe4\x59\x16\x05\x91\xcb\x66\xae\x19\x42\xbb\xf5\xf3\x8e\x92\x7b\ \x4d\xed\x18\x4b\xdd\x75\x77\x0d\x52\x9c\x9f\xe5\x8a\x69\x5c\xc2\ \xdb\x75\x7d\x70\x9f\x33\x05\xc3\x3b\x9c\xab\x0e\x76\xd4\x17\x44\ \x00\xb8\x52\xcb\xf5\x83\x2a\x1b\x48\x6f\xcd\xae\xbf\xc7\xe9\x7c\ \x90\xea\x0f\xa6\x27\x40\x5c\x88\x14\xe6\xa9\x8c\xfe\xa1\xd4\x31\ \xfb\xb5\xbe\x0b\xc7\x08\xe7\x5a\x71\xf4\x2c\x9a\x56\xd1\xe2\xa7\ \x55\xd5\x2c\xa1\x77\x16\x66\x76\x4d\x35\xeb\x83\x4b\x44\x04\x58\ \x0d\xed\x30\xcb\xd2\x38\x8e\xa3\x28\xea\xf5\x7a\xed\x76\xbb\x1c\ \x02\xa2\x54\xd9\x04\x0d\xd1\x1a\xe3\x7a\x09\x72\xad\x06\x88\xc8\ \xe4\xe9\x28\xcf\x8b\x75\x62\xf4\x08\xd6\xb2\xef\x02\x52\xf3\xa6\ \x8b\x71\x00\x5e\xda\x54\x47\x8d\x66\x66\xcb\x65\xb7\x6a\x06\x00\ \x64\x10\x26\x61\x06\x2e\x01\x59\xd7\xc3\x43\xb0\x5a\x20\x64\xae\ \xfe\x81\xa8\x2a\x48\x81\xa6\x16\xb9\x4e\x30\xac\xff\xd3\x5d\x98\ \x43\xd0\xca\xf4\xae\x88\x80\x0c\x86\x03\x16\x5e\x5a\x5a\x6a\xc5\ \xf1\x0d\x7b\xf6\x6c\x9b\x9b\x73\x75\x05\x3a\xd1\x6e\x85\x8b\xa2\ \xc8\x8b\x62\xb8\x3c\x58\x5e\x5e\x0e\xc3\x10\x00\x02\xa5\x34\x95\ \x49\x1b\xed\xe8\x41\x44\x16\x10\x15\x69\xad\xfb\xfd\xc1\x89\x13\ \x27\xce\x9e\x3d\x3b\x1a\x8d\x02\x4d\x61\x18\x68\x1d\xb8\x2a\x59\ \xb7\x95\xaa\x08\x97\xf3\xbc\xc8\xb2\x2c\xcf\xf3\x20\xb8\x66\x38\ \xf4\x65\xcb\x72\xb6\x75\x82\x75\x3d\xd5\x35\x09\xac\x8c\x07\x0b\ \xd7\xfd\x17\xc0\x09\x5d\x5c\xed\xe6\x2a\x9f\xe2\xaa\xd4\xcb\x8e\ \xfc\xec\xb6\xb4\xab\xcb\x4f\xd3\xa4\xdf\xef\x43\x07\x5c\x26\xd1\ \xc5\xfc\x3c\xd3\x65\xdc\x41\x66\xfe\x34\x7a\xde\x8d\x8f\xba\x10\ \xc9\x17\x1e\xfa\xad\xef\x9e\xba\x83\xa5\xea\xc1\xe3\x6c\xf0\x55\ \xf7\xf8\xea\xce\x94\xb8\x60\x74\x82\x15\x30\xae\xb0\xab\xc1\xe4\ \x1b\xb2\x19\x93\xc4\xf1\x31\x91\x6a\xcd\x3c\xd7\x2c\x49\x62\xea\ \x31\x39\xbd\x5c\x0f\xbe\xd6\x54\x5e\xb3\xa9\xc6\x3a\xf3\x6b\x12\ \x07\x5c\x83\xce\x3a\xab\xb6\xea\xb9\x45\xef\x9f\x7a\xcc\x7e\x2a\ \x12\xb7\x6c\x81\xc5\x98\x71\xc7\xa1\xaa\xd4\x6c\x9c\x6a\x04\x80\ \x02\x91\xf3\xbc\x6e\x51\x4a\xec\x89\x5c\xc5\xf4\x46\xd9\xd7\x75\ \xb8\xb0\x9e\xa8\x75\xda\xb6\xe2\xe8\xb2\xcf\x29\x21\x82\xeb\xe6\ \xec\x1c\x19\x21\xac\x86\x81\x30\x94\xfd\x14\x1d\x68\x0a\xd5\xbc\ \x1c\xa9\x46\x49\x4f\xe4\x01\xbc\xf5\x9d\x5a\xcc\xd9\x02\x35\xf7\ \x83\xdb\xc3\xc6\x98\xe5\xe5\x65\x52\xb4\x7d\x61\xfb\xdc\xdc\x9c\ \x1b\xfb\x92\x24\x89\x7b\x81\x2f\x1d\xf3\x79\x79\x6b\x6d\x9a\x66\ \x1e\x0a\x25\x17\x2d\x22\xa0\x0e\x55\xa0\xdd\x04\x99\xd3\xa7\x4f\ \x27\x49\x12\x04\x41\xbb\xdd\x76\xfd\x81\x5b\xad\x96\x0a\x02\xaa\ \xb5\x21\x70\xcf\x31\xcb\xb2\xd5\xd5\xd5\xb2\xc2\xfc\x9a\xd0\x5c\ \x08\x22\x50\x14\xc6\x79\x2b\x53\x09\x9d\x7a\x4a\xbe\xce\x5b\xa9\ \xfa\x85\x97\x8f\x0a\x09\xea\xd1\x22\x96\x25\x73\x65\x0d\x07\x97\ \xb8\x98\x0b\xe2\x5c\xc7\x5e\xcc\xf3\xcc\x5a\x1b\x45\xd1\xce\x1d\ \x8b\xc2\x63\x46\x82\x1f\xbd\x53\xdf\x66\xce\xa7\x73\x2c\x38\x6f\ \x7b\x6b\x0f\x9e\xfd\x48\x77\x98\xaa\x9e\xab\xc5\x77\xbe\xde\x62\ \x8a\xf6\x4d\x04\xfe\x57\xfe\xc0\xd7\xa9\x00\x56\x26\x74\x84\x4f\ \x27\x8d\x99\x87\x1b\xc3\xb9\x66\x3d\xdc\xa9\x82\x9e\x29\x25\x55\ \xcf\x24\xce\x0e\x41\x58\xf3\x8d\x17\x8a\x01\xd7\x54\xa3\x17\xf2\ \xb9\xa6\x72\x7f\xd3\xc5\x40\x75\x47\xb5\x3e\xcf\x4f\xc6\x4f\xa1\ \xfe\x02\xa5\x08\x11\x9c\x81\x31\xc6\x64\x59\xe6\x22\x47\xd7\xfd\ \xd1\x55\xa1\xb9\x8e\x57\x5e\x09\xfa\x54\xa0\x30\x6f\xd0\xdf\xc5\ \xba\x19\x70\x8d\xcc\x50\x79\xb3\xc1\x5c\xc7\xef\xb9\xc2\x2b\xb0\ \x2a\x4f\x87\x6a\x76\x89\x47\x89\x91\x2f\x3c\xd4\xa3\x5e\x7a\xb5\ \x06\x37\xa5\x66\xa8\xea\x0f\xb4\x7e\xd7\x7e\x67\x1a\x63\xce\x7c\ \x70\x86\x81\xdd\x3c\x04\x6f\xec\x01\xa4\x28\x8a\x2c\xcb\xd2\x34\ \x75\xcd\x32\xdb\xed\xb6\x03\x20\xc6\x79\x7b\x16\xd7\x50\x21\xc9\ \x0b\x11\x19\x0c\x06\xfd\x7e\x3f\x49\x52\x37\xa6\xcf\x35\x23\x73\ \x83\x47\x01\xd1\xb9\x32\x79\x6e\x5c\xf7\x9e\xa0\xec\x45\x47\x97\ \xd2\x65\xe8\x6a\x32\x51\x31\x0c\xc3\x72\xaa\xc7\xc4\x9e\xae\x8a\ \x19\x26\x35\x97\x77\x71\x6b\xf5\x56\x13\x38\x17\xb9\x42\xc7\xaa\ \xad\x22\x83\x1b\x02\xe8\xde\x5b\x76\xd1\x6b\x29\x2c\xa7\x5f\xb5\ \x22\x93\x95\x33\x75\xa2\x28\xb2\xcc\x30\x49\x35\x10\x61\xad\x75\ \x1c\xc7\xad\x56\x2b\xcb\xb2\x24\x49\xea\x35\x2e\x00\x60\xac\xf8\ \x41\x3e\xae\xeb\x80\xab\x34\x2a\xcd\x26\x62\xbd\x72\xc5\xb7\x42\ \xad\x1d\x27\xf6\xf9\x1d\x6b\x6d\x05\xca\xbb\xe0\x80\x0d\x8b\x9f\ \x34\xe3\x1d\x43\x0f\xa5\x21\x6e\x88\x44\x1f\xc7\xad\x22\xcf\x95\ \xd6\xe3\x1a\x6f\xaa\xf1\x2f\x2b\xc7\xb7\x72\x75\xeb\x09\x31\xac\ \xb0\x61\x6f\xcc\xcb\xa8\x79\x0a\xc9\x5a\x33\xaf\x7a\x01\x14\x0c\ \x2e\xc4\x8a\x98\xca\x6c\xd6\x63\xc3\x5a\xb3\x97\xd2\x91\x71\xd8\ \xbc\x1f\x5e\xed\x3c\x7a\xa7\xa0\xdc\xbc\x7b\x63\x2c\x5b\x0b\x20\ \x44\xe8\xee\xdd\xcf\xbe\x74\xac\x60\x8f\xa3\xbb\x7c\xf7\xe4\x65\ \x08\x91\xb2\xa6\xd0\x5a\xaf\xbb\xd3\x8d\xd6\xba\xd5\x6a\x39\x17\ \xaf\x0c\xb4\xcb\x7e\x5b\x55\x97\xb1\xb2\x2c\xca\x81\xda\xd6\xf1\ \x0d\x9d\x1e\x43\x00\x14\x44\x8b\x8a\x08\x15\x95\x4d\xba\x88\xac\ \xb5\x86\xad\x7b\x42\x0c\x0c\x82\x75\xd6\x5b\xd5\x43\x13\xa6\x32\ \xe0\x30\x59\x4c\x3a\x65\x24\xac\xb5\x96\x6d\x9e\xe5\x61\x14\x5a\ \x63\xb3\x2c\x6b\xc7\xed\x24\x4b\xce\x9d\x3b\x27\x22\x9d\x4e\xc7\ \x59\x7a\x57\x04\xee\x80\x11\xa5\x54\x9e\xa7\xae\xc2\x89\x99\x51\ \xc0\x35\xfe\x06\x42\x17\x02\x2a\x44\x15\x45\x80\xb8\xb2\xb2\xc2\ \xcc\xbd\x5e\x2f\x8a\xc2\x38\x8e\xe3\x38\xd6\xda\xe5\x3d\x5c\x67\ \x62\x11\x97\x58\x61\xb6\x06\x94\xd6\x41\x10\x74\x3b\x6d\xf7\xa5\ \x17\x37\x1b\x57\x49\x73\xa5\x49\x72\xcf\xbd\xf7\xfe\xde\xbf\xff\ \x0f\x1f\x0a\x33\xe3\x74\xf6\xc3\x1f\x2f\x99\x4e\x53\x21\x4e\x10\ \x92\xca\xd6\x7c\xf5\xb7\xc2\x6c\xd9\xca\x6c\x70\x3a\xe3\x6e\x40\ \x85\xa3\x4f\x7c\x5d\x2d\x31\x59\x42\xe9\x53\x34\x59\x99\x45\x68\ \xd7\xa2\x4d\x7d\xa8\x83\x32\xab\x08\xdc\xe8\xc6\x2c\xcb\xd6\x11\ \x27\x06\x41\xf0\xc7\x7f\xf4\x07\xe5\xed\x5c\x3e\xc6\xec\x47\x6f\ \x4d\x5c\xfc\x74\xf2\xf0\x0a\x91\x68\xd6\x5a\xd6\xb5\x5e\x32\xc9\ \xbc\x9d\xa4\xd2\x4c\xf4\xdb\x9c\x78\x8c\x6b\x93\x65\x70\xe2\xbb\ \x1d\x4c\xb3\x8e\x8b\x4f\x46\xa3\x7f\xf0\xc5\x2f\xfd\xea\xaf\xfd\ \x3a\x5e\x88\xda\xe6\x52\x2e\x78\xb1\xdb\x19\x77\xb7\xba\xf0\x2b\ \x36\x6b\xa1\xfd\x91\xa9\x43\x19\x53\xbe\xcf\x05\xdc\x3d\xa9\x1f\ \xc0\xf1\x09\xae\x61\x23\x0e\x8e\xbf\x84\x8f\x1a\x1f\xc3\x56\xab\ \x35\x83\x6b\xff\x94\x7c\x2e\xa5\xb4\xd6\x01\x5c\xf3\x72\x29\x41\ \xd0\xd5\x97\x8d\xd0\x23\x3b\x9d\x36\x5c\x37\x82\x6b\x9c\xf7\x8b\ \x18\x89\x0f\xd1\xc0\xeb\x26\xa6\x3a\x9b\x11\x5e\x42\xe5\xf0\x47\ \x72\x91\xa7\x00\x87\x9a\x91\xb8\x88\x7f\x7d\x61\x6d\x85\xb3\x9a\ \xf9\x1a\xe2\x73\x6d\x62\x9a\xec\x2a\x5c\xea\x56\xda\x67\x9b\x44\ \x0a\x6f\x64\xcb\x6e\xf8\x8f\xa2\x50\xb3\x04\x8d\x34\xd2\x48\xa3\ \xb9\x1a\x69\xa4\x91\x46\x1a\xcd\xd5\x48\x23\x8d\x34\xd2\x68\xae\ \x46\x1a\x69\xa4\xd1\x5c\x8d\x34\xd2\x48\x23\x8d\xe6\x6a\xa4\x91\ \x46\x1a\x69\x34\x57\x23\x8d\x34\xd2\x68\xae\x46\x1a\x69\xa4\x91\ \x46\x73\x35\xd2\x48\x23\x8d\x34\x9a\xab\x91\x46\x1a\x69\x34\x57\ \x23\x8d\x34\xd2\x48\xa3\xb9\x1a\x69\xa4\x91\x46\x36\x49\x74\xb3\ \x04\x57\x4d\x04\x40\x21\xc4\xc1\x65\xd7\xe1\x22\x42\x52\xa0\x15\ \xc0\x66\x11\x2f\x5f\x42\x15\x23\xaa\x75\x75\x88\x41\x2b\x45\x61\ \x53\x6c\x16\x7e\xbd\x1b\x3e\x24\x08\xf5\x7a\x0a\xcf\x93\x02\xe5\ \x9a\xd3\x5c\x4a\x03\xa9\x35\x6e\xd3\x18\x90\xad\xdc\xd5\x40\x13\ \x9c\x19\xe2\x73\xef\x29\x7d\x99\x9e\xae\x61\x78\xe8\x63\xbc\xd8\ \x9e\x1d\x57\x7c\x59\xee\x35\x81\xd2\x6b\x74\x74\x61\x0b\xd6\x5c\ \x7c\xac\xf4\x47\x57\x10\xd5\xab\xc7\xbf\x93\xe4\xcb\x84\xea\x72\ \xdf\x6b\xb9\x58\xec\xde\xb6\x77\xc7\x03\x96\x8b\x0d\xc5\x35\x6b\ \x8d\x89\xdd\xbc\xc1\x8e\xd7\xb0\xcd\x20\x39\x7c\x96\x5e\x3f\xad\ \x03\x75\x19\x5b\x4b\x04\x14\xc1\x2f\xde\x6a\x03\xba\x98\xb5\xb9\ \xda\x9a\x4b\x48\xd9\xb3\x27\xed\xf9\xd3\x53\x5d\xd6\x50\x07\xc1\ \x8d\xfb\x74\x2b\xb6\x79\xb6\x55\x1f\x64\x40\x70\x76\x84\x7f\xfe\ \x4a\x10\x5f\x66\x9b\xb2\xa4\x80\x3b\x76\xe4\xbb\xbb\x1b\xd0\x5c\ \x48\x36\x4d\xec\xc9\xa3\xc2\x76\xaa\x1d\x92\x5a\xbc\x21\x5a\xbc\ \x81\x4d\xbe\x25\x5b\xb2\x10\xaa\xfd\xef\x7f\xeb\x4c\xff\xb0\xa2\ \xe8\x72\xdf\x9b\x9b\xe1\xbd\x7b\x3e\x7f\xc7\xae\x4f\x6f\x50\x73\ \x9d\x3f\x77\x36\x4d\x46\x75\x9b\x21\x00\x71\xab\xb5\x7d\x61\x71\ \x6b\xb7\xc1\x09\x15\x1c\x3a\x4b\xff\xe7\x95\xa0\x13\x5e\x9e\xe6\ \x0a\x15\x3c\x7c\x8b\x0d\xd5\xc5\x8c\xe9\xd5\xd5\x5c\x3a\x34\xef\ \xbd\x19\xfe\xf5\x1f\xef\x08\x95\xd0\xf8\xab\x11\xc0\xa4\xa3\x73\ \x7b\x3f\xf1\x72\x1a\xde\xf9\xd0\x2f\x76\x17\x97\xd8\x9a\xad\xf7\ \x20\x05\x80\x10\x3a\xa1\xb4\x74\xcd\xf0\x0a\x12\x8a\x00\x6a\x82\ \xc2\x08\x12\x0a\x0b\x10\x06\x34\x9e\x99\x43\x08\x84\x1b\xe8\x87\ \x89\x68\x8d\xe1\xef\xfe\xf7\xf9\x0f\x8e\x04\x9d\xae\x1f\xfd\x8d\ \x00\x92\xa7\xa3\xde\xae\x83\xf3\x77\xa9\xed\x3b\x6f\x7f\xe0\x17\ \x4c\x9e\x6f\xc9\x68\x31\xd2\x5d\x45\x01\x33\x13\x05\x08\xa6\xb0\ \x56\xa9\x00\x38\x37\x42\x5a\x05\x20\x46\x80\x08\xd8\x30\x6b\x1d\ \x61\x35\xef\x0f\x01\xb5\x8a\x64\x03\x0b\x4f\x44\x27\x4f\x1c\x1b\ \xf4\xfb\x0b\x0b\x8b\x30\x61\xa9\xe5\xdc\xb9\x33\x48\xb4\x63\xe7\ \xae\x2c\xcb\xae\xc1\x4e\x96\x9b\xb5\xe1\x03\x82\x4e\x28\xed\xc0\ \x0f\x6d\x29\x3b\xae\x22\xa1\x02\xc8\xad\x28\x42\xcb\x42\x0a\x35\ \x96\x1b\xde\x69\xae\x0f\x5d\x91\xab\xab\xb9\x94\x4e\xdf\xda\xbf\ \xd4\x0a\x76\xec\xdc\xc5\xd6\x00\x11\x08\x80\xb0\x22\xb2\x37\x7f\ \xfa\xaf\xff\xf2\xeb\xd9\xd2\xed\xad\x47\xbf\x20\x72\x5d\x74\xc2\ \xb3\x96\x6f\xdc\xb7\xf0\xd9\x6e\xf2\xdd\x7e\xfc\x2f\x1e\x68\x2d\ \x27\x7c\xe6\xd4\xf0\x2f\x9e\x1f\xd0\x52\xe7\xb7\x3e\xd1\x5b\xd0\ \x70\xee\xf4\xe0\x4f\x9f\x1f\xa4\x1b\x06\x59\x10\xb1\xe8\x2f\x47\ \xc7\x0f\xed\xb9\xf3\x2e\x49\x07\xa0\x75\xd9\xc1\xd2\x5a\xbd\xe7\ \xe7\x9e\x7d\xeb\xe4\x4b\xdf\xf9\xda\x23\xff\xfc\xf7\x64\xeb\x06\ \x2f\x22\x26\x87\xdd\x8f\x3c\xfc\xaf\xf7\xf5\x4c\x5a\x0c\xdf\x7b\ \xf7\xb1\x1f\x1d\x3e\x78\xff\xc3\xff\x71\xf7\xf2\xff\xfa\xab\x57\ \x9f\x5d\xba\xe3\x9f\x7d\xa2\xbd\xff\xdb\x07\xde\xf8\xf8\x7d\xff\ \xf8\xfe\x3d\x37\x02\xaf\xbe\xb4\xff\x4f\x5e\x3b\x75\x7c\x33\xdc\ \x21\x3c\x7b\xe6\xcc\x23\x9f\x7d\x74\x7e\x61\x71\xea\x17\xab\xab\ \x2b\x3f\xfe\xe1\xd3\x4b\x37\xec\x81\x2c\x83\xeb\x43\x0a\x0b\x0f\ \xdc\xbf\x63\x69\x75\xe5\xbd\xed\xf3\xbf\xbd\x97\x56\x72\x39\x72\ \x78\xe5\xeb\x07\xd2\x7d\x77\xce\x7d\xe9\x9e\x76\x04\xfc\xe6\xa1\ \x95\x6f\xbc\x96\x8a\xba\xa4\x0d\x7f\xb5\xa3\xc5\x82\x01\xdd\x44\ \xd5\x22\xcf\xfb\xe7\x01\x29\x40\xe4\xbd\xf7\x7e\xed\xc9\x67\x3f\ \x48\xf8\x57\xbe\xfc\x8f\x82\x28\xb2\xc6\x5c\x17\x4f\x52\x20\x88\ \xf4\xce\x0e\x6d\x03\xfd\xfe\xa1\x73\xbf\xff\x9c\xf9\x57\xbf\xb1\ \xf4\x4b\x77\xf1\xfc\xbe\x6d\x1f\x1c\x38\xf3\x5f\xdf\x32\xbd\x18\ \x73\xd8\x14\x73\x8c\x56\xd8\x22\x91\xc9\xad\x0e\x8a\xb3\x27\x18\ \x91\xac\x8d\x97\x6e\x7a\xf9\x54\xff\x3b\x4f\x3c\xfd\xe0\x97\xff\ \xc9\xee\xdb\xef\x2e\xd2\x64\xeb\xae\x35\x0b\x76\xe7\xa3\xd1\xdf\ \xbc\xf0\xd5\x37\x92\xbd\x5f\xfc\xf4\x3f\xfd\xc4\xe8\xab\x56\xdf\ \xf0\xc9\x9f\xfd\xdd\xb7\x4e\xbe\x71\x5a\x6d\xdf\x16\xe9\x5d\xb7\ \x7c\xe5\xa1\x25\xf3\xd8\x93\xff\x76\x45\xe2\x00\x8d\x52\x6a\x33\ \xfc\x7e\xd1\x4a\xaf\xd9\xd3\x39\xd0\x81\x52\xfa\xba\x42\xfe\x05\ \xa0\xd3\xd6\xf3\x86\xfa\x31\x3c\xf7\xfc\xa9\x3f\x39\xd5\xfa\xea\ \xaf\xcd\x3d\x60\x82\x47\x3e\xde\x7a\xfc\xa9\x53\x2f\x9c\x87\x4e\ \x08\xa0\x11\x2f\xcd\x62\x5c\x6d\x56\x84\x11\x91\x20\x7a\x0d\x16\ \xde\x6e\x2d\x85\xed\x2e\x16\x19\xdf\x7c\xf7\xd7\x5e\x3a\x72\xf4\ \xe8\x3b\x0f\xde\x79\x4b\xd8\xee\xf1\xc6\x26\x74\x7d\xd4\x7c\x01\ \x31\x0c\xc6\xca\xe2\x8e\xf8\x97\xef\xe9\xcc\xa3\xc9\x95\x5e\xe4\ \xfc\x89\xc3\x19\x2b\x8c\x23\x75\x71\x90\xf2\xb2\xb0\x03\xb6\xf6\ \x5c\x77\xe9\xb9\xb4\x83\xbb\x3e\x06\xc9\x30\x5c\xdc\xfd\xb2\xe9\ \x7d\xfd\xf1\xa7\xef\xbb\x79\xe9\x86\xa5\x9d\xc6\x6e\x79\x3f\x57\ \x2c\x5b\x40\x35\x5a\x79\xe9\xd5\x63\xc7\x6f\xb8\xe1\x7e\x3d\x7c\ \xe9\x87\x07\x9f\xbf\xe3\x9e\xdf\xb9\x21\xc8\x47\x45\xf0\xb1\xdd\ \xb7\x9e\x38\xf2\xed\x13\x69\x11\xe8\x38\x0e\x5a\x9b\x95\xaf\xb8\ \xd0\xc4\x46\x01\xd9\xe0\x30\xc7\x8f\xa4\x01\x61\xb1\x16\x8c\xd0\ \xc7\xf6\x74\x1e\xbd\x2b\x36\x23\x33\xb7\x2d\x18\x7d\x90\xfc\xe4\ \x94\x41\x8d\xed\x88\x2e\x7d\xd4\x12\x5d\xe5\x93\x6a\x99\x0b\x0a\ \x9e\x7f\xf5\xf5\x3f\xfd\xf6\xf7\xdf\xed\xec\xd1\x77\x7d\xf2\x1b\ \x2f\xbf\xfd\xca\xfe\x03\xbf\xf9\xf9\xcf\x76\x95\xcd\xf3\xec\xfa\ \xd1\x59\x59\xc1\x46\x40\xa1\x30\xe0\xf6\xb9\xe8\x67\x16\xe8\xc9\ \xe7\xce\xfd\xe0\xb8\x8d\x5b\xaa\xa7\x64\xd5\xea\xdf\xfa\x7b\xf3\ \x7b\xa3\xf1\x1c\xc6\x8d\xed\x18\xcb\x2a\x78\xf7\xec\xf2\x5f\x7c\ \xeb\xdb\x4f\x1c\x1b\xc4\xf7\x3e\xfc\xaa\xed\xfe\xd9\x5f\xfd\xdf\ \xfb\xef\xfd\x99\x87\xee\xb8\x65\xb0\xba\x0a\xb8\xe5\xcd\x3f\x02\ \x70\x61\x92\x42\x74\xb7\xbd\xcd\x16\x7d\x50\xad\xf3\x27\xbe\xf9\ \xd2\xd9\xe8\xd3\xf7\xfc\x72\xc4\xc3\xd4\x70\xbb\xbd\xad\x48\x57\ \x17\x6e\xfa\xc2\x2f\xdd\xfd\x0b\xc4\xa9\x6c\xd8\x6a\x88\x94\x93\ \xca\xd6\xba\x1a\x24\xa5\xae\x2b\x9d\x95\x16\xcc\x08\x04\x22\x88\ \xbb\x77\xb6\x6e\x09\xcd\xff\xfe\xc1\xf9\x37\xfb\xd2\x8b\x49\x33\ \x43\x3b\xfe\xdd\xcf\xcc\x75\xf9\x52\xa1\x22\x7d\x95\xf7\x4e\xc1\ \x00\xa3\x95\x87\xef\xbb\xf7\xf0\x91\x23\x7f\xfe\xf8\x8f\x76\x2f\ \x2d\x1d\x38\xf8\xc6\x6f\x7c\xee\xef\xef\xcb\x4f\x3f\x71\xf6\x83\ \xed\x78\x5d\xb8\xcf\x6c\x61\xe7\x8d\xed\xbb\xba\xb4\xef\xf6\xe0\ \xd4\x41\x13\x6c\x83\xa3\x6f\xad\xfc\xc1\xd3\xa3\x5e\x9b\x28\x80\ \x97\x57\x7a\xbf\xf9\x99\xc5\x1d\xc7\x61\x57\x8c\x76\x93\x6c\x32\ \x03\x24\xa3\xe1\x7d\x8b\x9d\xbb\x6e\xdb\xf7\xc4\x33\xcf\x9e\x59\ \xb9\xef\xd0\xe1\x23\xb7\xed\xdd\xfb\xab\x77\xee\x39\xfa\xec\xf7\ \xcd\x4d\x0f\xe2\x15\x9a\x88\x75\x0d\x99\x0a\xd6\xe1\x0d\xfb\x6e\ \x7a\xa4\xb3\xe7\xd6\xfb\xb6\xf5\x9f\x7c\xfd\x95\x9b\x7f\xee\xd7\ \xc3\x40\xde\x78\xf3\x1b\x9f\xbc\xfb\x8b\xbb\xb6\x85\xdf\x3c\xf8\ \xc4\xdf\x79\xf8\x2b\x8f\xa6\xdb\xc3\xa5\xdb\xd5\xe8\xd8\x26\x79\ \x43\xa2\x88\xd6\x06\x2a\x11\x14\xd1\x56\x5f\xf5\x72\x11\x58\xf0\ \xd6\x5b\x3b\x37\x85\xf4\xf3\xbb\xf0\xc5\x23\xb6\xbd\xc4\x3f\x79\ \xe5\xdc\x1f\xbd\x6e\xe6\x5b\x14\x1e\x4f\xce\xdc\x3d\xff\x3b\x9f\ \x9a\x3f\x64\x5b\x5d\xe5\x66\x49\x5e\x8b\xd1\xa2\x14\x02\xe9\xd9\ \x93\x77\x8c\xde\xff\xf2\xe7\x1f\x1d\x26\xd9\x8b\xfb\x5f\xfd\xcc\ \xa7\x3e\xf5\xf3\x9d\x22\x79\xf7\x4d\x03\xc4\x2c\x70\x3d\x28\x2f\ \x04\x6b\x60\xe7\x62\xb8\xfc\xce\xca\x63\x6f\x15\x67\xde\x1f\xfc\ \xe0\x98\x59\xe8\xaa\x96\xc6\xc0\x9a\x6f\xfd\xf0\xcc\x8f\x97\xe1\ \xee\x9d\xf4\xcc\x4b\xfd\x63\x29\xa8\x0d\xaf\x07\x22\x30\x43\x56\ \x14\xf1\xd1\x57\xfe\xe1\x83\xf7\xde\x76\xdb\xed\xcf\x3e\xff\xb7\ \xdb\xb6\xcf\x7f\xe9\xa1\x8f\xe3\x91\x17\x8b\x22\x37\x5b\x3d\x68\ \x41\xd4\x81\x7c\xf0\xd2\xa1\xef\xe5\xe1\xde\x79\x75\xf2\xf1\xbf\ \xf9\x4f\xef\x0c\x46\xef\xbc\xfd\xd8\xdb\x03\x68\xc9\xb1\xef\xfd\ \xe8\xdf\x3d\x79\xf4\x64\x7a\xee\xbb\xdf\xfc\xdb\x6f\x86\xf3\x77\ \xeb\xe1\x2b\x2f\xbc\xfd\x13\xa6\x68\x53\x08\xa8\x8a\xca\xc9\xc7\ \xd3\x07\x0f\x49\x29\x75\x7d\x04\x8b\x28\x22\x96\xe1\xc6\x05\xfd\ \xda\xfe\xe5\x67\x4e\xd9\xc3\x87\xfb\xfb\x57\x61\x47\x47\x45\x01\ \xca\x20\xfd\x1f\x4f\x9e\x3b\x4e\xc1\xcd\xb1\xf9\x7f\x2f\x0e\x46\ \x6e\x10\xf1\xb5\xe6\x73\x01\x80\x20\x0d\x73\x63\x4f\xbf\x77\xdf\ \x2e\x9c\xfb\xc2\xa3\x67\xfa\xa3\xfb\x16\x63\x38\xfc\x42\x66\x39\ \x35\xd7\x05\xc2\x25\x00\x44\x70\xf6\xd4\xe8\x7f\xbe\x3f\x04\x84\ \x38\xa4\xe1\xe9\xe4\xb4\x40\x4b\xa3\x00\x20\x21\x14\xe6\xa9\x17\ \xce\x3f\x2e\x40\x84\x71\x88\x9b\x63\x97\x11\x53\xc3\xd9\xb0\xbf\ \xfd\xd8\xfe\xaf\x3c\xfc\xb3\x07\xf6\xdd\x74\xeb\xd2\x8e\xc5\x13\ \x07\x6c\x36\x1a\xe4\x5b\x1e\xe2\x12\x00\x52\x98\xbc\xfd\xf6\x9f\ \xbd\x79\x84\x11\x55\xa0\xdb\xa1\xc2\x63\xc7\x9e\x06\x6a\x05\xba\ \xd5\x3f\xf3\xe3\x03\xa2\xc3\xa0\xb5\x72\xe6\xa9\xef\x9d\xfc\xae\ \x00\x6a\xdd\x0e\x95\x1e\xd3\x52\x36\xe0\xe9\x91\x52\x45\x9e\xc7\ \xf1\xf4\xc8\xcb\x3c\xcf\x11\xe9\x7a\x70\xb9\x04\x40\x11\xbc\xfd\ \x56\xff\xf5\x43\x40\x0a\xdb\x01\x1e\x7d\x67\x28\x44\xa1\x2a\x1f\ \x4c\xb6\x9a\x3d\xf6\x4c\xca\x00\x4a\x61\x1c\x20\x5e\x5a\x94\x7e\ \x75\x35\x97\x35\x0b\x77\x7c\xfc\xc8\x81\x1f\x9f\x3a\x7e\x1c\x4f\ \xbe\xae\xe3\xf7\x28\x08\x9f\x39\xd8\x07\x5b\x24\x8c\xfa\xc1\xcf\ \xb6\x5a\xad\x2d\x3f\xa2\x8e\x00\x10\x40\x2b\xec\x79\x6f\x4a\xa1\ \xae\xa2\x69\x00\x40\xc4\x76\x84\x9b\xe8\x18\x0b\x4b\x67\xdb\xdc\ \xb9\x3b\x1f\x7a\xea\xb5\x1f\x44\x6a\x88\xef\x3f\xad\x3b\xdb\x0e\ \x1c\x7d\xdd\x26\x43\x16\x19\xee\xba\xf3\xc6\x5b\x6e\x17\xbb\x85\ \xf3\xb9\x6e\x66\xbd\x0a\x82\x6d\x75\x0a\xb0\xd6\xa5\x36\x51\xaa\ \xad\xaa\x1f\x62\xd5\xde\xc4\x88\x44\x00\xe6\x17\x17\xdf\x3c\xf8\ \x7a\xbb\xdd\x9e\x0c\x26\x24\x49\x46\xdb\x17\x16\x8a\x22\xc7\xad\ \x1e\x64\xb8\x0d\x1f\x06\x14\x56\xab\x1f\x06\x04\xb5\x0d\xaf\x14\ \x76\xd5\x04\x4d\x17\xaf\x35\xcd\x25\x6c\xe7\x6f\xbe\x0d\x7f\xfb\ \x5f\x0e\x56\x97\x01\xd1\x08\x83\x08\x20\x01\x62\x57\xe9\xf9\xdd\ \x7b\x02\x45\x5b\x58\x73\xe5\x06\x6e\xd9\xce\xbf\xff\xb9\x1c\x2f\ \xff\x00\x74\x02\xc9\xd7\xab\x5b\x44\x38\x8a\xe3\x1b\x3f\xf7\x95\ \xe5\xfb\x1f\xb1\x22\x22\x92\x0b\x03\x22\x20\x91\xc0\x8d\x0b\x8b\ \xdb\xe6\x17\xb6\xaa\xe6\xb2\x5c\xfc\xca\xbd\xff\x86\xc5\xc0\x7a\ \x42\x3f\x51\x14\xe5\x66\xb4\x91\x0b\x68\x77\xba\xd4\xa3\xd9\x8c\ \x79\xd4\x6a\x8b\x88\xd9\xd2\x04\xa0\xc4\xe0\xdf\xbd\xc5\xde\xbf\ \x87\xd7\xa1\x9c\xa3\x0f\x73\x79\xaf\xae\xcf\x25\x82\x00\x8b\x4b\ \xbb\x17\x77\xef\x59\xe3\x97\xd6\x6e\x6d\x0e\xaa\x00\x68\x82\xf9\ \x78\x3d\xaa\x99\x79\x63\x81\x05\x73\xbb\xdb\xe9\x6c\xbb\x7b\x4d\ \x7b\xb2\xa5\x99\x28\x12\x87\x73\xae\x5e\x60\x3d\x00\x0d\xf0\x06\ \xf7\xa4\xb5\xd6\xae\xb5\xbc\xf6\x3a\x18\x3c\x2e\x02\x91\x86\x38\ \x58\xcf\xce\xfd\x50\x08\xe3\xa7\x50\x71\xcd\xd6\x02\x5c\x47\xa4\ \xad\x29\xe5\xf5\xd3\x42\x95\x84\x59\x98\xaf\xc3\x35\x67\xb9\x4e\ \x37\xdb\x35\xa2\xbc\xec\x95\x09\xa2\x9a\xfe\x5c\x8d\x34\xd2\xc8\ \x47\x4f\x1a\xcd\xd5\x48\x23\x8d\x34\x9a\xab\x91\x46\x1a\x69\xe4\ \xca\xcb\x95\xc5\xb9\x38\x8c\x25\x6a\x83\x70\xb3\xd0\x9b\x25\xa2\ \x02\x09\x5b\x17\x7f\x89\xe8\x90\xa3\x4e\xb3\x56\x9b\xbc\xf2\x61\ \x0b\xa8\xb1\xf4\x5b\x5e\x73\x21\xa2\xb5\x0b\xdf\xff\x6f\x70\x19\ \x45\x94\x8d\x5c\xc2\xf9\x41\xa2\x3c\x11\x52\x17\xca\x72\x48\xd0\ \xea\x1c\x78\x2a\x3a\xf6\x3a\x72\x83\x4c\x6f\xea\xca\x13\xe9\xf3\ \xc7\x45\x05\xcd\x52\x6c\x65\xcd\xd5\x26\xe9\x2a\xec\xbc\xfb\xc2\ \x25\x33\xcb\x1a\xb9\xd4\x13\x04\x48\xd8\x8a\xdb\x7a\x9a\xef\x22\ \x00\x21\x8a\x0e\x83\xc5\xf3\x47\xe1\xcc\x61\xc0\x66\xd9\x37\x77\ \xe1\x45\x82\x88\x22\xad\x66\xba\x3c\x22\x62\x1c\xc7\x6b\x76\xb3\ \x69\x64\x53\xa4\xdb\xed\x46\x51\x54\x27\x7b\x6e\xbe\xe6\x42\x00\ \x01\xfc\xcf\xa7\xda\xe7\x4f\x9f\xca\x8b\x02\x9b\xf3\x73\x05\x84\ \x70\x38\x28\x38\xa8\xba\x77\x3a\x89\x51\x9e\x1a\xc6\xcf\x9c\x18\ \x2c\xaf\xac\x62\x13\xd7\x5c\x11\x49\x14\xc2\xdb\xfd\x3c\xd4\xe3\ \x80\x5d\x29\xb5\xb2\xb2\xf2\x87\x7f\xf8\x5f\x3e\x38\x75\x8a\x99\ \x1b\x83\x71\x45\x3c\x2c\xa5\x4e\x9f\x3e\x15\x45\xe3\x1a\x9b\x2b\ \xe2\x73\x09\xc0\x8b\x49\x74\x6c\x85\xd2\x54\x9a\xe7\x78\x65\xcc\ \x3f\x28\xc4\x76\x2b\x8a\xa2\x71\x7b\x75\x8d\xf0\x4e\x1e\x9c\x1c\ \x84\x67\xcf\x09\x51\x13\xa1\x5f\xa9\x95\x6f\xa9\xb0\x17\xc7\xbe\ \x8e\x9a\x88\x92\x24\xdd\xff\xca\x2b\xc7\xde\x7f\xcf\x18\xd3\x98\ \xea\x2b\xb4\xec\x41\xa0\xbb\xdd\x5e\x10\x86\x4e\x79\x5d\x19\xcd\ \x25\xd2\x0d\xd4\xed\x37\xdf\x64\xd9\x36\x8f\xf1\x4a\xc6\x8d\x10\ \x04\x81\x1f\x21\x23\x00\x1a\xf8\xa6\x1d\x0b\x4b\x73\xbd\x66\xd9\ \xaf\xe8\xb2\x2b\xa5\x88\xc6\x95\x6a\x88\x30\x37\x37\xd7\x69\xb7\ \x59\xa4\x59\xf9\x2b\x28\x88\x41\x10\x5c\x41\xcd\xe5\x94\x97\xd2\ \x4a\x81\x6a\x56\xfb\x0a\xdb\xa2\x35\x7c\xab\x06\x70\xb9\xfa\x2b\ \x2f\x22\x3a\x68\xc0\xfb\xab\xb7\xec\xff\x1f\x99\x1d\x69\x08\x55\ \x23\xd9\x35\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x03\x2a\x53\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x02\x43\x08\x02\x00\x00\x00\x72\x93\x71\x8d\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x9c\x14\x65\ \xd2\xc7\xab\x9e\xe7\xe9\x34\x33\x9b\x23\xbb\x2c\xcb\x2e\x4b\x46\ \xb2\x82\xa2\x28\x8a\x0a\x8a\x8a\x39\xa3\x98\xd3\xe9\x19\xce\x53\ \x4f\xef\x3c\xd3\x7b\x41\xef\xd4\x53\xcf\x03\x41\x8c\xa7\x98\x03\ \x20\x26\x10\x44\x89\x92\x73\x4e\x9b\xf3\xcc\xf4\x74\x78\xc2\xfb\ \xc7\xc2\xba\xc0\xa2\xa8\xe0\x29\xf4\xf7\x83\xb8\xd3\x3b\xf4\x74\ \x57\xf7\xfc\xba\x9e\x7a\xaa\xea\x41\xa5\xd4\xa6\x8d\x1b\xde\x78\ \xe3\xd5\xd5\xab\x96\xbb\x6e\x02\x91\x40\x40\x40\x40\x40\xc0\xaf\ \x1c\xb6\x61\xfd\xba\xbf\xfd\xf5\xcf\xb5\x35\xd5\x86\x61\x21\xa1\ \x4a\xa9\xc0\x28\x01\x01\x01\x01\xbf\x7a\x71\x7f\xf3\xcd\xff\x56\ \x55\x55\xea\xba\xe9\x73\x01\xd0\x52\xd9\x11\x71\xc7\x4f\x4a\xc1\ \xae\xbf\xfa\x41\xef\xd9\xf7\xb7\x05\x04\x04\x04\x04\xec\x1f\x68\ \x6e\x4e\xba\x02\x50\x4a\x35\x6b\x2e\x02\x00\xa2\xe3\x73\xdb\xf3\ \x1d\x9f\x73\x21\x19\x45\x44\xdc\xcd\xa9\x6f\xda\xe2\xba\x9e\xe7\ \x79\x9c\x73\x00\x20\x84\xec\xe9\xf8\x23\x22\xe7\xdc\xf3\x3c\xdf\ \xf7\x85\x10\x84\xb4\xb2\xab\x03\x01\x22\x00\x7c\xcf\x07\x35\x9d\ \xe9\x2f\x73\xb0\xb2\xf3\xf8\x7f\xd8\xb3\x70\x5f\xce\x3a\x20\x20\ \xe0\x90\x10\xf7\x8e\x25\xed\x11\xb0\xa5\xde\x71\xa5\xea\x63\x89\ \x2c\x8d\x74\x8e\x58\x05\x96\x66\x21\x56\x46\x6d\x4f\x29\x9d\x7d\ \x1b\xb4\x41\x44\xc7\x75\x12\x8e\x17\x0e\x27\x87\xc3\x49\x9a\x6e\ \x7a\x3e\x8f\xc7\x63\x9a\xc6\x5a\xee\x5d\x29\x15\x8d\xc5\x09\xd1\ \x92\x92\x92\x4d\x2b\x42\x08\x8b\xc5\x62\x52\x70\xc6\xd8\xfe\x16\ \x20\x25\xa5\x84\xe6\x01\x02\x82\xef\xf3\x44\xc2\xd5\x34\xfa\x1d\ \x3a\xe8\xfb\xdc\x71\x5c\x4a\xe9\xf7\xef\xfd\x67\x57\x76\xee\x8b\ \x78\xdc\x66\x8c\x7e\x3b\xea\xf9\xde\x7f\x05\xe0\xba\xbe\xeb\xfa\ \x8c\xd1\xe0\xce\x0e\x08\x38\xc4\x61\x4a\x29\x29\x65\xf3\x6b\xa1\ \x54\x22\xe6\x9c\x5f\x9c\x39\xbc\x30\x23\xdb\xd4\x34\x02\x0d\x9e\ \x58\x51\x6b\x8f\x5f\x59\xba\x35\x9e\x48\xb6\x0c\xa9\x14\x22\xc6\ \xe3\x09\xdd\xb0\xfa\xf5\xeb\x91\x9e\x9e\xa6\x69\x9a\x94\x32\xe1\ \x38\x9b\x36\x6e\xda\xb0\x61\x5d\x24\x6c\x35\xeb\x51\x34\x6a\xb7\ \x6b\x5f\xd4\xa1\xb8\x28\x14\x0a\x11\x42\x38\xe7\xb5\x75\xf5\x2b\ \x96\x2f\x8f\xc6\xa2\xe1\x90\xd5\x8a\xbe\x23\xa2\x92\x76\xdc\xf6\ \x84\x04\x40\xca\x58\xc8\x32\x68\x6b\x03\x82\x5d\x45\x0d\x1d\x1f\ \xa5\xf0\x23\x4c\x0a\xcd\x00\xa5\x7c\x41\x49\x28\xbf\xa4\x3d\xa9\ \xdb\xb0\x21\xce\x0c\x40\x40\xa5\xe2\xb1\xb8\x2f\x15\x00\x52\xca\ \xc2\x21\x53\x2a\xaa\xac\xdc\x92\x76\x46\x6c\xeb\x9a\x1a\xb0\x08\ \xb6\x2e\xb2\xb6\xed\x0a\xa9\x92\x22\xa6\x54\xdf\xa1\xc5\x28\xb9\ \x1f\x8b\x27\x24\x00\x02\x32\x4d\x0b\x59\x06\x20\xc2\x8f\x7d\x80\ \x09\x81\xc2\xcc\xe9\xd9\x35\x2b\xbe\x66\xc1\x76\x61\x90\x7d\xd0\ \x77\x04\x95\xe0\xba\x95\xd6\x36\x3f\x92\xa8\xdc\xb2\xcd\xd5\xcc\ \x20\xfc\x15\x10\x70\x48\x7b\xee\x5d\x3a\x97\xc0\x4e\xcf\x5d\x21\ \x46\x63\xf6\x15\x45\x69\x17\xb5\x8b\x84\x3c\xdb\xb5\x63\x4e\x3c\ \xa6\x73\xa7\xc0\x80\xde\x99\xe1\x39\x65\x8d\x8d\x0a\x35\x4a\x3d\ \xcf\x43\x42\x8f\x38\xe2\xf0\x70\xd8\x72\x5d\xd7\x71\x1c\xcf\x73\ \x11\x21\x3b\x3b\x0b\x91\x96\x95\x95\x1b\x86\x06\x40\x1a\xa3\xf1\ \xf6\x45\xc5\x5d\xbb\x74\x42\x04\xd7\x75\x5d\xd7\x95\x52\x84\x2c\ \x33\x3b\x27\xbb\xbc\xbc\xd2\xf7\x5a\x73\x99\xa5\x72\x04\xcd\x29\ \xee\xde\xb9\x7d\xfb\x82\x82\xb6\x69\x16\x36\x56\x55\x09\x64\x88\ \x20\xa5\x94\x52\x29\x85\x80\xd8\xe4\xa7\x4b\xa9\xa4\x02\x04\x68\ \xb4\x21\xbb\xdb\xd0\x07\xee\xba\x38\xb1\x68\xfa\xba\x06\x41\x89\ \xaa\x6a\xd4\x7a\x1f\x7f\xe1\x0d\xe7\x77\x9a\xf3\xe1\x17\x09\xcd\ \x90\x12\x1d\x11\xca\x2b\xe9\xd6\xa9\x7d\xbb\x82\x82\x82\x34\x0b\ \x1b\xaa\x2b\xeb\x1a\xf5\x5e\x27\x8f\xbc\xee\x8c\x7e\x6b\x3e\x99\ \xb4\x5d\x9a\x94\x90\x6f\xc7\x00\x42\x4a\x05\x88\x68\xbb\x5a\x76\ \x71\xf7\x5e\x85\xa9\x8d\x5b\x37\xd9\xa4\x49\x64\x95\x92\x52\x48\ \xa5\x00\x9b\x47\x3c\xc2\x57\xdc\xcc\xea\xd4\xa5\x4b\x51\x41\x61\ \xdb\xfc\x36\x61\xea\xd7\x55\x56\x29\xc2\x10\x49\xf3\xa1\x36\xbd\ \x5f\x49\x21\x14\x22\xa2\x92\x4d\x1f\x01\x4a\x4a\xa1\xb0\xf9\x04\ \x9b\xce\x28\x16\x87\xbc\xc3\x06\xdd\x7c\xcd\xa9\x15\xd3\x26\x6d\ \x74\x19\x21\xa4\xe9\x98\x76\x7e\xe8\x8e\x63\x90\x0a\x76\x5e\x3b\ \xa5\x84\x5f\x16\x4b\x3d\xe3\x92\x2b\x46\xf4\x0f\xcd\x9e\x3a\xd7\ \x0f\x99\x4a\x48\x21\x95\x52\x88\x4d\x87\xad\x94\x14\x52\x4a\x05\ \x80\x00\x18\xdc\xfa\x01\x01\x07\xb9\xe7\x2e\xa5\x6c\x72\xb4\x11\ \x31\xe1\xf9\xdd\x42\x64\x58\x06\x46\xeb\xaa\x37\xc4\xfd\x4c\x9d\ \x66\x99\x74\x69\xb5\x97\x67\xb1\x5c\x4b\x3b\x37\xdf\x7a\x66\x73\ \x9c\x13\x74\x7d\xbf\x4b\xe7\x2e\x88\x18\x8b\xc5\x9b\x77\xe4\xfb\ \xbe\xeb\xba\x79\x79\x6d\x2a\xca\xcb\x5d\x37\x81\x08\xa1\x50\xb8\ \x5d\x41\xdb\xfa\xfa\xfa\x95\x2b\x57\x52\xca\x00\x40\x08\x9e\x94\ \x94\xd4\xb9\x73\xa7\x0e\xc5\xc5\xcb\x97\x2f\x63\x4c\xee\xae\xed\ \xdc\xf7\xf4\xb4\x0b\x6e\xba\xa5\x7f\x28\x5e\x6b\xfb\x00\xb0\xed\ \x9b\x29\xe3\x5e\xf9\xa8\x5a\x44\x08\x52\x82\x80\x5e\x82\x10\xe4\ \x34\x24\x05\x50\x82\xa0\x38\xf7\x6c\xc4\x48\xac\xb1\x72\xc9\xd2\ \x95\x15\xb6\xf4\x3d\x70\x04\xd3\x98\x8a\x98\x54\x49\x5f\x49\x90\ \x52\x72\x01\x2e\x4d\x39\xe7\x86\x9b\x07\x46\x62\x95\x8d\x3e\xd3\ \x70\xeb\xfc\xc9\xff\x78\x7a\x32\x97\x0a\x29\x53\x56\x2a\x8f\x0a\ \xe2\x7b\x9a\x65\x71\x9f\xc7\x7c\x12\xd2\x29\x4a\x47\x70\xde\xe8\ \x64\x9d\x36\x7c\xc4\xf0\xac\xaa\x47\x96\x2e\xab\xe3\x92\x52\xa8\ \x77\x25\x10\xcd\xa0\x12\x9c\x38\x32\x8d\xe9\x3a\x80\x72\xe2\x7e\ \x6a\xd7\xde\x37\xdd\x71\x51\x38\x5a\xd9\xe0\x48\x9d\x8a\xb5\xf3\ \x3e\x99\xf8\xda\xa4\x6a\x19\x8e\x7b\xc0\x18\xd3\x50\x80\x13\x53\ \x2c\x0c\x9a\xc1\x78\x8c\xa3\xee\x2b\xa6\x61\x42\x09\xdd\x95\x2c\ \x49\xf3\x12\x1e\xe3\x0a\x19\x41\x50\x42\xf0\x84\x14\x11\x00\x90\ \x42\x48\x00\x25\x45\xa3\xad\x08\x61\x3a\x55\xe0\xc4\x88\x66\x02\ \xd5\x3d\x81\x1a\x01\x25\xb8\xf2\xe3\x34\x14\xb6\x1d\xa5\x80\x84\ \x74\x65\xe9\x4d\xa1\x33\x15\xb7\xb9\x00\xcd\xd2\x40\xb9\x31\x20\ \x3a\xd1\xcd\x84\xc7\x75\x4a\x00\x80\x81\x22\x18\x44\xe5\x03\x02\ \x0e\x81\xb0\x4c\xf3\x0b\xdb\xf5\x07\xa4\x11\x12\xab\xf3\x85\x5c\ \x1b\x67\x9f\x96\xc5\x3b\x19\xf2\x1b\xcf\x18\xdd\xc6\xb7\xbd\x58\ \x4f\x5d\x4f\x41\xd9\xc8\x05\x25\x2c\x29\x29\xd9\xb6\xe3\x2d\xd3\ \x60\xa0\xc9\x39\x54\x32\x3d\x23\x7d\xd3\xa6\x8d\x88\x90\x9f\x9f\ \x23\x04\xb7\x6d\x5b\x29\xe8\xd1\xa3\xbb\x10\x22\x1e\x8f\x6f\xd8\ \xb0\x21\x91\x70\xc2\x91\x90\xa6\x1b\x9c\xfb\x4d\xa2\xdf\x72\x0f\ \x04\x81\x51\x58\xf8\xe6\xdf\xae\x7e\xfa\x9b\xb3\xef\xfc\xe7\xfd\ \xe7\x9d\xfc\xc1\xeb\x1f\x57\xe5\x1f\xf5\xe7\x9b\xce\xca\x0d\x41\ \xdd\x96\xc5\xe3\x9f\x1a\xbb\x86\x75\xb8\xe3\xce\xd1\x9d\x33\x23\ \xe0\x36\xcc\x9b\xfa\xe6\x84\xd7\xa7\x1b\x56\xa4\x47\xef\x9e\xeb\ \x27\x4e\x50\x39\x47\xdc\x72\xfd\x45\xfd\xda\x25\x09\x5f\x36\xd4\ \x2c\x55\xa0\xa4\x52\x4a\x02\x32\xa5\x94\x58\xf6\xc1\x93\x37\x3c\ \x35\x6f\xd0\xa8\x3f\xfe\xf5\xaa\xe1\x5d\xde\x98\x19\x4f\xc4\x59\ \x56\xfb\x5b\xfe\x39\x96\xc7\x4a\x27\xbf\xf4\xdc\x87\xb3\x57\x45\ \x93\xbb\x9e\x3f\xfa\xc2\x11\x47\x76\x52\xf5\x9b\x27\xff\x77\xfc\ \x8b\x53\x4b\xe3\x0d\x8d\x66\xdf\xde\x0f\x8e\x79\x76\xee\xa4\xf1\ \x8f\x8f\xfd\x32\xf7\x98\x33\xae\xbf\xf4\x94\xae\xb9\xe6\xfa\x05\ \xd3\x5e\x7a\xf1\xf5\x8d\x8d\x3e\x33\x68\x93\x9b\xaf\x62\xe5\x13\ \x1f\xfb\xdd\x0b\x0b\xc4\xa0\xb3\x47\xdf\x33\xea\xec\xda\x2d\xeb\ \x9f\x9d\xb4\xbe\xdb\xb0\xf3\xaf\x3d\x6f\x48\x41\x92\x58\x32\xfd\ \x83\x27\x9f\x9f\xd4\xe5\x82\x3f\xdc\xd4\x71\xc9\x15\x77\xbe\x39\ \xfc\xa6\xdf\xf6\xd7\xe6\xdd\xfb\xd7\xaf\x6f\x1a\xf3\xd7\x8c\xe9\ \xe3\x9e\x9e\xcf\x6f\xbb\xfd\xca\x4e\x99\x61\xea\x35\x7e\xf9\xde\ \x2b\x2f\xbc\xf1\xb5\x68\xba\x2e\x4a\x35\xd8\xd0\x61\xc0\xf0\x6b\ \x2f\x3e\xb9\x53\x06\x5d\x35\xfb\x93\x17\x5f\x9c\xb8\xc8\x4e\xbd\ \xfc\xb6\x3b\x4e\xeb\x1c\xf6\xdc\xc6\x59\xef\xbd\xf8\xd2\x7b\x8b\ \xd2\x0e\x3f\xe3\xa6\x2b\x46\x94\xa4\x6a\x0a\x61\xe3\x52\xde\x98\ \x10\x91\xee\x47\x5d\x7b\xe9\x69\x5d\x73\xcc\x8a\xb5\xf3\x5e\x1e\ \xf7\xc2\x82\x1a\xfd\x82\x9b\x6e\x1c\xd6\xbb\x24\xdd\x8c\x3d\xfa\ \x8f\xc7\xe7\x2d\xde\x62\x99\x7a\x70\xf7\x07\x04\x1c\x2a\x9e\xbb\ \x90\x2a\x55\x24\x84\xed\x7a\x5c\x9d\x9a\x1c\x79\xd2\xd6\xc6\x55\ \x3a\x0f\x76\x26\xe9\x7e\xa3\xed\x8b\xb0\xae\x6b\x92\x0a\xa9\x31\ \x40\xa5\xa4\x10\xbc\xba\xba\xa6\xb6\xb6\x8e\xd2\x1d\x01\x8d\x82\ \x82\x76\x96\x65\x10\x82\x42\x08\x82\x88\x88\xbe\xef\x73\xce\x95\ \x92\xb1\x58\x4c\x29\xe9\x38\x09\x00\x70\x5d\x97\x32\x0a\x00\x42\ \x28\xc4\x5d\x9c\xf7\xa6\xc8\x8b\xe7\xf9\x9d\x86\x5c\xf2\x64\x87\ \xd3\x52\xf3\xd2\xd7\xcf\x9d\x5b\xe3\xb9\xce\xa6\x45\x13\xc6\xd6\ \x66\x65\x15\x9c\x76\xd1\xa9\x43\xfb\x7e\x55\xb6\xc6\xc8\xcf\x36\ \x3f\x7d\xf2\xe1\xaf\xb5\x23\xfe\x70\xfd\xa8\xb2\xd5\xeb\x67\xf8\ \x5c\xd7\xd0\x56\xe9\xc3\xcf\x3f\xbb\x3b\xdd\xf4\xc8\x1f\xde\xe9\ \x70\xd2\xe8\x53\x7b\x32\xb5\x23\x2a\x02\x4a\x81\x52\x8a\x99\x29\ \x79\xed\x0a\xda\xb5\x49\x51\xbe\xe3\x72\x9f\x68\x86\xa8\xdb\xf6\ \xec\x3f\xc7\x24\x8f\xb8\xe5\xd2\x73\x8e\x9f\x32\x6b\xfd\xc0\x53\ \xce\x3a\xad\x87\x36\xe6\x81\x7b\xb1\xf7\x39\xd7\x5f\x71\xc5\xd2\ \x6f\x1e\x91\x4c\x6b\xdc\xb4\xf8\x3f\xff\x7e\x79\x73\xbd\xad\x72\ \x7b\x5d\x73\xed\x59\x74\xce\xeb\xb7\x3d\x55\x7d\xf9\xcd\xd7\x5c\ \x32\xb2\xea\xf1\xb1\xef\x45\x59\xaa\x52\x12\x00\x94\x02\x46\x31\ \x2d\xe4\x7f\x3d\xf5\xcb\xc5\x43\xfb\x77\xc8\x6f\x97\x5b\x14\xb9\ \x6e\xf4\x89\x5b\xdf\x7c\xe6\xf1\xf5\xc9\xb7\xdd\x76\xc1\x25\x9b\ \x37\xbe\x3b\x67\xb6\x77\x4c\x9f\x8e\xed\x8b\x72\x0b\x4b\xda\xbb\ \x65\xc5\x25\x5d\x3a\x86\xec\xa9\xab\x36\x82\xd5\xbb\x20\x4b\x9b\ \xf4\xd8\x83\xeb\x3a\x9f\x7b\xe7\xe9\x23\x66\xce\x98\x5b\xe5\x71\ \x04\xf0\xb9\x22\xa9\xdd\xae\xbb\xf6\xf4\xc4\x27\x13\x7e\x3b\xcf\ \xbb\xfe\xb6\xd1\x17\x8e\x28\xdd\x3c\x61\xda\x67\x13\x5f\xd8\x9c\ \x9b\xde\xeb\xd8\x13\x8f\x3a\x69\xf8\xa7\xd3\x2a\x4e\xb9\xe4\xb4\ \xe4\x2d\xd3\xef\xfe\xfb\xe2\x61\x97\x5f\xdd\x51\x97\x71\xd6\xf6\ \xa6\xab\xcf\xc9\xd8\x32\xe3\xb1\x37\xca\xce\xbd\xe2\xd2\x73\xcf\ \x5c\xb7\xe0\x89\xe5\x1d\x7b\x14\x97\x4f\x7b\xe3\xe1\xcf\xbf\x69\ \x48\xd8\xba\x46\x5b\x4e\xb4\x04\x04\x04\x1c\x94\x9e\x7b\xcb\x97\ \xd8\xe0\x72\xa9\xf9\xa8\xe0\xd3\x2d\xb5\x9c\x65\x9c\x51\x98\xfa\ \xe1\xa6\x8a\x0b\xd3\xbc\x08\xc3\xa8\x03\xbe\xb2\x40\xa1\x90\xd2\ \xb6\x13\x00\x2a\x35\x35\x35\x23\x33\xb3\x79\xda\xd0\xf3\x3c\xd7\ \xf5\x12\x09\x07\x01\x01\xd0\x71\x5c\xd7\xf5\x7c\xdf\x97\x52\x0a\ \x21\x84\x10\x9c\x0b\x21\x24\xe7\xbe\xeb\x79\x42\x70\x80\xdd\x67\ \x1c\x95\x02\x05\x80\xa0\xe2\xb5\xf5\x5a\x56\x71\xb7\x2c\xef\x5f\ \xff\x9a\xb8\xac\x36\xe9\x98\x91\xc3\x2f\x1d\x56\xbc\x7d\x5d\x39\ \x0a\x08\x31\x9d\xa0\xe4\xdc\xaf\xdb\xb0\xea\xeb\x8d\xd5\x8b\x2e\ \x1a\xda\xad\x6d\x9b\xaf\xb7\x48\x25\x39\x44\x72\x3a\x64\x26\x6f\ \x5c\x3b\x69\xd6\xac\x55\xf4\xb0\x28\xe9\x8b\xa0\x76\xec\x13\x10\ \x7c\xcf\x2b\x1a\x7a\xf5\x4b\x27\x93\x58\x5d\xf9\x94\x97\x5f\x5b\ \x51\x69\xf7\xd4\x34\xe9\xc4\xb7\xac\x58\xe2\xb6\xdd\x3e\xaa\x4b\ \x84\x45\x72\x3a\xe7\xe7\x55\x6c\x9a\xf1\xd5\xb4\x79\xc4\xce\x3b\ \xe7\xb4\x6b\x7a\xb4\x4d\x69\x00\x70\xa3\x75\x15\xab\x97\x97\xea\ \x39\x49\x9d\xba\x97\x24\xdb\x2f\xcf\x9c\xb3\xe8\x8b\xf2\x99\xc3\ \x4e\xbb\xbc\x6d\x71\x9a\xe9\xd7\xf2\x6f\x4f\x42\x0a\xee\x24\x7c\ \x4c\xd3\x4d\x9d\xb9\x5c\xa4\x66\x77\xcd\x65\x15\x2f\x4c\x9b\xbb\ \x70\xa3\x3e\xf7\x82\x91\x47\x15\xb6\x9d\x30\x7f\xf1\xca\x9a\x61\ \x23\x4f\xea\xaf\x99\xd5\x71\x9a\x7a\xdc\x39\xc7\xd0\x8a\xd2\x4d\ \x1b\xb6\x40\x87\x7e\x92\x7b\x95\xeb\x57\xcc\x69\xd8\xe0\x0d\x3b\ \xdc\x0c\x45\x50\x2a\x00\xe5\xb8\xbe\x95\xd7\xb5\x7d\xb8\xf1\x99\ \x19\x73\x16\xcd\x8b\xcd\x3a\xf3\xf4\x33\xf3\x0a\x73\x0a\x7b\x9e\ \x75\xc5\x05\x29\x8d\x65\x5e\x98\x81\x87\x29\xd9\xed\xdb\x27\x93\ \x45\x93\xe7\xce\x99\xb7\xb5\xd7\xe9\x76\xe7\x0c\x61\x64\x14\x17\ \x85\x35\x92\x53\x72\xe2\x90\x1c\xaf\x7a\x63\x65\x23\x09\x69\x20\ \x84\x8a\x95\x6d\xde\xbe\x76\x15\xa6\xe5\x32\x1a\xc4\x65\x02\x02\ \x0e\x1d\xcf\x1d\x40\x67\xb8\x20\x06\xc7\x9b\x42\x0a\x19\x49\xc9\ \x38\xcb\x54\x79\xb2\x6a\x6e\x5e\x3a\x4f\x54\x6a\xd2\x5f\x91\xa0\ \x75\x92\x52\x54\xbe\xe0\xb5\xb5\x75\xa9\xa9\xc9\x9e\xe7\x41\x93\ \x1a\xef\x84\x52\x5a\x5b\x5b\x47\x19\x45\xc0\xfa\xfa\xfa\xf4\xf4\ \x54\x29\xa5\xef\xf3\x75\xeb\xd7\x23\x00\xe7\xc2\x30\x74\xce\x45\ \x43\x43\xa3\xe7\x79\x86\xce\x76\xf3\x1f\xa5\x94\xa0\x80\x69\x5a\ \xd9\xfc\x77\xef\x9f\x95\xfa\xc4\xa3\xb7\x0e\x3f\xf9\x98\x4f\xb7\ \x2e\x39\xf2\xa8\x41\x56\xf5\xe4\xe7\xc6\x7d\x79\x7e\x51\xcf\x02\ \x46\x40\x29\x44\x1a\xce\xc9\x2b\x0c\x75\x29\x4e\x82\xc5\x75\x0d\ \x5c\xa4\x22\x52\x15\xaf\xd9\x5c\x17\x3f\xad\x53\xaf\x5e\x3d\x97\ \xa6\x26\x1b\x08\x3e\x2a\xd8\xe1\xb9\x4b\xc5\x34\x6d\xeb\xac\x57\ \x1f\x7f\x67\x09\xe7\xf1\x86\xba\x7a\x9b\xa4\x10\x54\x80\x44\x37\ \x4d\x81\xa0\x00\x89\xd7\xb8\xa5\xba\x66\x68\xdf\x2e\xdd\x7a\x75\ \xc0\x1e\xbd\xb2\xa0\x76\x63\x79\xbd\xc5\x21\x25\x33\x37\xab\x7d\ \x51\x4d\x9d\xe2\xb5\xeb\xb7\xbb\xc3\xfa\xf7\xee\x3a\xb3\x32\xa3\ \x5f\x51\x4e\xed\xd6\xc5\x0d\x09\x82\x96\x92\x52\x2a\x04\x20\xc4\ \x4c\xce\x0c\x67\x1b\xe7\x5f\x72\xc6\x61\xe9\xf1\x97\x97\x2e\xde\ \x5a\x2d\xa3\x78\xc2\xe1\x7d\x3b\xad\x8d\xa4\xf4\xcc\xb5\xca\x16\ \xd6\xd4\x6d\xab\x58\xbd\xae\xe2\xd2\x61\x27\xcc\x9d\xf8\xf2\x7b\ \xc9\x03\x2f\x3f\xa9\xe3\xb2\x4f\xff\xbb\xa1\x92\xa4\x77\x61\x00\ \xa8\x19\xa6\x4e\x89\x92\x0a\x40\x09\x00\xdd\x0c\x67\xe5\xa7\x3b\ \xd5\x6b\x2b\xfc\x93\x0f\xef\xdd\x65\xbe\xed\xf4\x69\x9b\x5e\x3a\ \x7f\x7b\xb8\xe4\x98\x63\x8b\xf0\x91\xbb\x5e\xb5\xfb\x9c\x79\xcb\ \x90\xb6\x22\xba\x7d\x6b\x14\xfa\xf6\xe9\xdb\x65\x9e\x9d\x1c\xd2\ \x11\x99\xdf\x58\x56\x25\x68\x4e\xcd\xc6\x77\x5e\x9d\x1a\x67\x29\ \x66\x6c\x9b\x6b\x64\x23\x28\xc2\x34\xc3\x34\x7c\x84\xc0\x6d\x0f\ \x08\x38\x04\xc4\x5d\xa9\xe6\xea\x51\x9d\xe0\x37\x8e\xfe\x55\xd4\ \x1e\x6c\xf9\x3d\x45\x8d\x68\x14\x71\x21\xfa\xea\x71\x94\xbc\x9e\ \x93\xb7\xeb\x35\x8f\x31\x4b\x29\x44\x28\x2f\x2f\x33\x4c\x8d\x20\ \x55\x4a\x36\xf9\x80\x88\x40\x29\xad\xaa\xaa\x8e\x46\xa3\x96\x65\ \x00\x80\x6d\xc7\x2b\x2a\x2a\x33\x33\x33\x3b\x74\xe8\x20\x95\x84\ \x9d\x75\x4f\xb6\x6d\x97\x96\x96\x03\x80\xdc\xa3\x42\x47\x08\x29\ \x11\x35\xc3\x0c\xa5\x44\x9c\x4d\x73\x5e\x99\xb2\xe2\xa1\x4b\xcf\ \x3b\xed\xcb\x95\xd3\xbf\x98\xd9\xfb\xa2\x93\x1f\xfd\xdb\x31\x7a\ \x3a\x5d\x14\x8d\x4a\x88\xf8\x4a\x1b\x7e\xcb\x43\x23\x93\xf4\xb2\ \x45\x9f\x4c\x9e\xbb\x46\xf6\xe8\x66\x58\xe1\x14\xac\x78\xff\xf5\ \xb7\x3a\x5e\x77\xe1\x5f\x9e\xfe\x27\x02\x96\xae\xfe\xc2\x51\x52\ \xaa\x1d\xc9\x2a\x86\x19\x92\x8d\xa5\x1b\xd7\xaf\xb1\x52\xd2\x98\ \x66\x29\x47\x11\xa6\x99\x86\x0e\x0a\x90\x6a\xa6\x49\x23\x9a\xfd\ \xf9\x7b\xef\x76\x6d\x3b\xea\x0f\x4f\x3d\x0b\x76\xf5\x8c\x89\x2f\ \x2c\xac\xac\x33\x67\xce\x3f\xb9\xf7\xb9\xf7\xff\x7b\xcc\xc2\x29\ \x2f\x3d\xf4\xcf\x0f\xc6\x4e\xe8\x7a\xcb\xc5\x57\xbd\x74\xae\x56\ \xb9\xf6\x9b\x09\xef\x7e\x5c\x89\x61\xa6\x94\x54\xd2\xf7\x7c\x5f\ \x4b\x3f\xfb\x96\xbf\x9d\x21\xfc\xba\x8a\xcd\x6f\x3f\x37\x66\xfa\ \xc2\xed\x0d\x9a\x18\xf7\x46\x8f\xab\x46\xff\x61\xb8\xa9\x36\x7e\ \xf3\xf9\x5b\xd3\xbf\x01\xf4\x67\x2f\xdd\x78\xc9\x90\xdc\xc5\x4b\ \xbf\x59\x40\xd2\x2e\x3b\xa5\xe3\x86\x39\xb3\xeb\xa8\x9e\x49\xa9\ \x61\x1a\x14\x41\x21\x33\x4d\xdd\x34\xb0\x74\xfd\xfa\x65\x55\xda\ \x88\xf3\xce\x9d\xf9\xc0\x98\x7f\x4f\x38\xec\x96\x0b\x6e\x7e\xf9\ \x52\x5a\xba\xf2\xab\x31\x53\x66\xac\x82\xd8\xdc\xd2\x1e\xd7\xdf\ \x7d\x9f\x6f\x58\xb2\x6c\x25\x6f\x5c\xf7\xda\x2b\x1f\xde\x31\xfa\ \x94\x67\xc7\x8c\x20\x44\x2e\xfd\x22\xa6\x62\x6b\x5f\x7a\x69\xd2\ \x4d\x17\x0c\x79\xf0\xd1\xa1\xe8\x36\xbe\xfb\xc4\x1f\x96\x7f\xc3\ \x75\xd3\xa4\x94\x28\x29\x85\x52\x24\xc8\x92\x0c\x08\x38\xd8\xc1\ \x13\x87\x0e\x6e\x39\x2b\xca\x15\x68\x6e\xe2\x92\x70\xc3\x91\x46\ \x22\x4c\x24\x05\x48\x28\x2c\x15\xda\xcb\xb1\xe4\x45\x2a\x29\xa2\ \x91\x1d\x21\x0e\xd7\xd7\x74\x23\x2b\x33\x53\xd3\x75\x42\x50\x29\ \x90\x52\x46\xa3\xb1\xea\x9a\x2a\x43\x6f\x4a\x01\x04\xa5\x94\xe7\ \xf1\xf4\xf4\xf4\xa4\xa4\x08\x21\x04\x11\xa5\x54\xbe\xcf\x6b\x6a\ \x6b\x1c\xc7\x36\x75\xbd\x35\x81\x51\x12\x59\x72\x5a\x96\x91\x28\ \xaf\x8a\x29\x9f\xa6\xe5\x65\x85\x68\x6c\xfb\xc6\x46\x3d\x33\x33\ \x3d\xc9\x20\x9c\xbb\xb1\x8a\xaa\x50\xa7\x21\xf7\xff\xe1\xfc\xd9\ \x4f\xfe\xf5\xc3\xcd\x31\x19\xad\x8a\x39\x40\xc2\x19\x19\x49\x4c\ \xd5\x97\x95\x25\x08\x8d\xa4\x67\x27\x5b\x08\xc2\xb7\x1b\x6c\x3b\ \xc1\x91\x82\x02\x89\x66\x72\x7a\xaa\xe1\x54\xd4\xc4\x05\x20\x01\ \x00\x21\xa9\x1e\x4a\xcb\x30\xfd\x58\x5d\x75\xa3\x59\x90\x1b\x76\ \xe2\x75\x75\x8d\x8e\x94\x56\x6a\x9b\xf4\x30\x7a\xd1\xba\xea\x5a\ \xa9\x19\x8e\xcf\x22\x69\x29\xa9\x21\x26\xe3\x75\xb1\x58\xbc\xce\ \x37\x52\x32\xd2\xd3\x4c\x92\xa8\xaf\x6c\xb4\x7d\x6a\xe8\x4a\x29\ \xa5\x40\xb2\x48\x5a\x72\x58\x27\xa0\x14\x77\xa3\x75\x0d\x8d\x31\ \x62\x85\x40\x2a\x5b\x68\x59\x99\xe9\x61\x26\x63\xb5\xe5\x71\x0f\ \xa9\x46\x6c\x4c\x6b\x93\x8c\x89\x86\xca\x38\xa4\x66\xa4\x9b\xb2\ \xa6\xbc\x41\xe9\x44\x4f\xc9\x48\x61\xa2\xb6\xac\x82\xe4\xb6\x49\ \x45\xaf\xa1\xba\xd6\x26\x5a\x52\x5a\xae\x6e\x37\xd4\xd7\x57\xf3\ \x50\x46\x56\x46\xb2\xa6\xec\xfa\x8a\x58\x42\x70\xaa\x91\x50\x7a\ \x4e\xb2\x81\x20\xb9\xdd\xe0\xc4\xa2\xb5\x1e\xb3\x52\x33\x32\xc2\ \x1a\x48\xe1\xc5\xea\x12\xae\xd7\xe8\xd1\x70\x5a\x46\x86\xc5\x94\ \xf4\xdc\xc6\xea\x06\x2f\x9c\x92\x95\x1a\xb2\x2b\xab\x13\xbe\xc4\ \xa0\xc4\x29\x20\xe0\x10\x10\xf7\xa1\x27\x0c\xde\xad\x06\xd2\x57\ \xe0\xfb\x7e\x27\xb0\x4b\xa8\x6b\xa2\x2c\x97\xda\x12\x11\x8a\x51\ \x23\xc4\x76\x69\x18\xe9\xfb\x5c\x49\x69\x98\x96\xa6\x31\x29\x95\ \xeb\xba\x3e\xf7\x75\x5d\x6b\x59\x71\xa3\x94\xf2\x3c\x8f\x32\xcd\ \xd0\x0d\x4a\x49\x53\x45\x28\x21\x4a\xd3\xb4\xbd\x1e\x91\x52\x9e\ \xe7\x01\xd5\x74\x46\x94\xe4\xae\x27\xa8\xa6\x6b\x44\x79\xbe\x2f\ \x15\x20\x28\xd7\xd7\xdb\xf5\x39\xf1\xff\xee\x3f\x7f\xea\x6d\x57\ \xbe\xbc\xd6\xd6\x43\x11\x9d\xa1\x92\xdc\xf3\x05\xd3\x0d\x8a\x4a\ \x70\xce\x85\x54\x00\x84\x50\x4d\x63\x3b\x73\xf8\xa5\xe7\xf9\x3b\ \x76\xab\x00\x10\x10\x9a\xde\xa9\x34\x43\x07\xe1\x7b\x1c\x74\x5d\ \x23\x08\x92\xfb\xbe\x90\x80\x44\xd3\x18\x41\x04\x90\xbe\xc7\x85\ \x54\x94\x31\xc6\x28\x2a\xe9\xfb\x5c\x28\x45\x29\x6b\x2a\x04\xdd\ \x91\x67\x2e\x85\xef\x73\x09\x80\x00\x84\x52\xc6\x58\xd3\xaf\x94\ \x14\x3e\xe7\x52\x01\x63\x1a\xa5\x04\x01\x40\x72\xd7\x97\x4c\xd7\ \x89\x12\x9e\xcf\x99\x6e\x50\x04\x25\x77\xfe\xac\xb8\xe3\x4b\x4d\ \xd3\x28\x01\xee\xfb\x02\x88\xae\x31\x54\xd2\xf7\x7d\xa1\xa0\xe9\ \x43\x11\x14\xf7\x7d\x21\x55\xd3\x39\x32\x8d\x91\x16\x5b\x76\xbc\ \x47\x29\xce\x7d\x2e\x55\x53\x51\x15\x25\xe0\xb9\x1e\x30\x4d\xa3\ \x24\x48\x71\x0f\x08\x38\x24\xc4\xfd\xf8\x21\x47\xb7\x52\xe0\x8e\ \xe0\x0a\xf0\x14\x28\x00\x06\x60\x52\xa0\x7b\xa9\x77\x14\x42\x34\ \x25\x53\x12\x42\x08\x69\xa5\x5d\x30\x22\x08\xd1\x5c\xc6\x83\x94\ \x12\x82\xf8\x53\x82\x02\x52\x82\x66\x45\x72\xb3\x53\x62\xe5\xa5\ \xf5\x9e\xdc\xf7\xea\xfc\x80\x80\x80\x80\x43\x07\xa6\x94\x6c\xa5\ \x5e\x51\xa1\x8e\xa0\x37\x6f\x56\x20\xf7\xd2\x15\xb2\xa5\xa0\xb7\ \xec\x3e\xd6\x62\x23\x22\x62\xcb\x62\xd4\xa6\xf8\xfb\x8f\x7e\x1a\ \x21\x2a\xdf\xae\xdf\xb0\xb6\xa6\xc9\xb5\x56\x6a\x7f\xce\x0d\x2a\ \x00\x05\x28\x10\x25\x82\xda\xe9\x94\xe3\x77\xbe\xbf\xc9\x7a\x44\ \x29\x02\x8a\x2a\x40\xa5\x82\xf2\xcf\x80\x80\x80\xff\xbd\xb8\x37\ \x34\x34\xfe\x5a\x9d\x5f\x27\xb1\x5f\xc7\x30\xa8\x34\x0d\x0d\x23\ \x0c\x2a\x95\xf3\x74\xcf\x2f\x8e\xc5\xf3\x62\xb1\x2c\x3b\x91\xe1\ \x38\xc9\xae\x17\xe2\xa2\x29\x96\x24\x01\x3c\x84\x98\xa6\xd5\x9b\ \x46\xb5\x65\x56\x84\xc3\x5b\x92\x22\x5b\x42\x56\x94\xb2\x7a\x46\ \x3d\xce\xd1\xf3\x80\xf3\xe0\xde\x0a\x08\x08\xf8\x1f\x82\xcf\x8d\ \xfd\xcf\x21\x6d\x00\x42\x40\xd3\x80\x52\x70\x1c\xb2\x7c\x19\x9b\ \x37\x3f\x7f\xc9\xd2\xc2\xb8\xdd\x96\x73\x43\xd3\xa0\x5d\x3b\x68\ \xd3\x06\xb2\xb3\x21\x3d\x1d\x92\x93\xc0\x34\x81\x52\xf0\x7c\xb0\ \xe3\xd0\xd0\x00\xd5\x35\x50\x51\x01\xdb\xb6\x41\x45\x45\x2d\xc0\ \x36\x5d\xdb\x90\x93\x53\x7f\x78\x3f\xd9\xff\x70\xd5\xae\x00\x10\ \xc1\xe7\xc0\x39\x04\x29\xe5\x01\x01\x01\x3f\xbf\xb8\x2b\x29\x0e\ \xd9\x73\xdf\xd1\x22\xb8\xac\x0c\xa6\x7c\x04\xef\xbf\x07\xf3\xe6\ \x81\x52\x90\x95\x05\x83\x8e\xf2\x7a\xf6\xf4\x7b\xf7\x56\xb9\xb9\ \x60\x59\xca\xb2\x94\x61\x80\xa6\x01\xd9\x19\x5c\xe2\x3e\x7a\x1e\ \x38\x0e\x26\x12\x10\x8f\xd3\xb5\xeb\xb4\xc5\x8b\xd9\x37\xdf\xc0\ \x82\x05\x90\x70\x20\x35\x05\x4e\x3e\x09\xce\x3c\x13\x8e\x38\x02\ \x42\x61\x00\x00\x15\xe4\x95\x07\x04\x04\xfc\xbc\x02\xd7\xd8\x50\ \x7f\x28\x7a\xeb\x86\x01\x9c\xd3\xf9\xf3\xd9\xcb\xaf\x68\x1f\x7c\ \x80\x65\x65\xa2\x5f\x3f\x31\x7c\x18\x3f\xfe\x78\xd1\xa3\xbb\xca\ \xc8\x44\x21\x40\x29\x90\x02\x64\x53\x91\xeb\xce\x3f\x3b\xcc\x86\ \x3b\xfe\x10\xd2\xf4\xb7\x22\x04\x94\x22\x1b\x37\xd1\x85\x0b\xd9\ \xa4\x49\xec\xb3\xcf\xb0\xb4\x54\xf6\xeb\xeb\x5f\x74\x91\x3f\x72\ \xa4\x2a\x2c\x04\xdf\x07\xdf\x0f\xbc\xf8\x80\x80\x80\x40\xdc\x0f\ \x0c\x3b\x65\x5d\x1b\x3b\x56\x7b\xe7\x5d\x65\x9a\x7c\xc4\x08\x7e\ \xfe\x79\xe2\x88\x01\x2a\x25\x09\x90\x80\xeb\x82\xf8\xb1\xa3\x19\ \x4d\x53\xba\x8e\x9e\x87\xa5\xa5\xec\xa3\x8f\xb4\xff\xbe\x46\x17\ \x2c\x90\x79\x6d\xfc\x2b\xae\xf4\x2f\xbc\x40\x15\xb4\x05\xcf\xff\ \xf1\x3b\x0f\x08\x08\x08\x08\xc4\xbd\x55\xe5\x05\xc6\xc8\xca\x95\ \xfa\x93\x4f\x69\xaf\xfd\x57\x85\xc3\xfe\xc5\x17\xfb\x17\x5f\x24\ \x7b\xf4\x00\x42\xc0\xf7\xa1\xc9\x5b\xdf\x2f\x23\x03\x4a\x41\xd7\ \xa1\xbe\x9e\xce\x98\x61\x8c\x19\x4b\x3f\xfa\x48\x96\x94\x78\x37\ \xdf\xcc\x2f\x38\x5f\xa5\xa5\x81\xe3\x40\xd0\x00\x20\x20\x20\x20\ \x10\xf7\xfd\xe2\xb0\x63\x34\xaa\x8d\x1f\xaf\xff\xf3\x71\xb0\x6d\ \xff\xb2\x51\xfe\x95\x57\xca\xae\x5d\x01\x00\x5c\xf7\x40\x45\x4b\ \x28\x55\x86\x81\xb1\x18\x9b\x3e\x5d\x7f\xe2\x49\xfa\xe5\x2c\x71\ \xcc\x20\xf7\xf7\xbf\x17\x83\x07\x83\x52\x41\x46\x4d\x40\x40\xc0\ \xff\x4c\xdc\x11\xb1\xd5\xd2\x24\x00\x10\xbf\x96\xf0\x02\x63\x60\ \x9a\x74\xc6\x0c\xe3\x4f\xf7\xd3\x19\x33\xf8\xa9\xa7\x7a\x77\xfe\ \x4e\x0c\x18\x00\x00\xe0\x79\x3f\x47\x10\x9c\x52\x30\x0c\xac\xaf\ \x67\x6f\xbe\xa5\xff\xfd\xef\x64\xfb\x76\xef\xc6\x1b\xbc\xdb\x6f\ \x53\x39\xb9\x60\xdb\x41\x14\x3e\x20\x20\xe0\xe7\x16\x77\xc6\x18\ \x21\x24\x1a\x8d\xee\xd9\x44\x50\xd3\xb4\x70\x38\xe2\x79\xae\xfa\ \x85\x6b\x93\x61\x40\x63\xa3\x3e\x6e\xbc\xf1\xc0\x03\x32\x3b\xdb\ \xfb\xc3\x3d\xfe\x85\x17\x29\x5d\xc3\x03\xe7\xad\xef\xdd\x9a\xca\ \x30\xc8\xa6\x8d\xfa\xa3\x8f\xe9\xcf\x4f\x10\x3d\x7a\xb8\x0f\x3f\ \x2c\x8e\x3b\x16\x38\x0f\xa2\xf0\x01\x01\x01\x3f\x9f\xb8\x53\x4a\ \xcb\xca\xca\x26\xbe\xf1\x66\x65\x45\xa5\xd8\x35\x5d\x12\x01\x29\ \xa3\xdd\xbb\x77\x3f\x73\xe4\x19\xba\xae\xff\x42\xf5\x1d\x11\x2c\ \x8b\xac\x5b\x67\xdc\x79\x27\xfb\x70\x92\x7f\xf6\x59\xde\x83\x0f\ \xc8\xe2\x0e\x3b\x62\xeb\xff\xab\x43\xd2\x34\x90\x92\x4d\x9e\x6c\ \xdc\x7b\x1f\x96\x95\xb9\xf7\xdc\xed\xdf\x70\x03\xe8\x3a\xb8\x6e\ \x70\x2f\x06\x04\x04\xec\x4f\x7f\x72\x6f\xbf\xd0\x34\x6d\xf2\x94\ \x8f\xa6\x4d\x9f\x1e\xb2\xac\x3d\x7f\x2b\x84\x58\xbb\x6e\x5d\x87\ \x0e\xc5\x83\x8e\x3a\xca\x71\x9c\x5f\xdc\x69\x11\x02\x9a\x46\xa7\ \x4e\x35\x6f\xbb\x1d\xcb\xcb\x9d\xc7\x1f\xf7\x47\x5d\x0a\xe1\x30\ \x24\x12\xff\xcb\xa3\x52\x0a\x3c\x0f\x08\xe1\x67\x9e\x29\xbb\x77\ \x37\x1e\x78\xd0\xbc\xeb\x6e\xba\x7c\xb9\xfb\xc7\x3f\xaa\xc2\xc2\ \xff\xf1\xb1\x05\x04\x04\x1c\x22\xe2\x2e\xa5\x6c\x68\xa8\xbf\xe5\ \x96\x9b\x0b\xda\xb6\x95\x7b\xb8\xba\x4c\xd3\x66\xce\x9c\x59\x5e\ \x56\xde\xb2\x69\xcc\x2f\x05\x4d\x03\x42\xb4\xb1\xcf\x19\x7f\xbc\ \x4f\x15\xb4\x4b\xbc\xf3\x0e\x1f\x7c\x0c\xba\xee\x2f\x45\x3d\xa5\ \x84\x78\x5c\x16\x17\x27\xfe\xf3\xac\xde\xf3\x30\xe3\xa1\x87\xc9\ \x9a\x35\xee\x93\x4f\x8a\xfe\xfd\x21\x1e\x0f\x42\xf0\x01\x01\x01\ \x07\x56\xdc\x01\x00\x11\x3b\x96\x94\x74\x28\x2e\xde\x73\xee\x54\ \xd7\xf5\x75\xeb\xd6\x47\xa3\x8d\xdf\xe3\xaa\x02\x9a\x96\xa5\xa1\ \x4a\x24\x12\x42\xb5\xd8\x4c\xf5\x90\x65\x48\x2f\xe1\xb8\x62\x3f\ \xb7\xd9\xd2\x34\x10\xc2\x78\xe0\x41\xfd\x2f\x7f\xe1\x67\x9d\xe9\ \x3e\xf2\x88\xec\xd0\x01\x13\x89\x3d\x44\x13\x8d\x90\xa5\xb5\xec\ \x7a\xc6\x3d\xdb\x71\x25\x10\xd3\x0a\x69\x54\x39\x76\x82\xcb\xe6\ \x92\x25\x62\x5a\x16\x43\x99\xb0\x13\xfc\x47\xb4\x05\x43\x62\x86\ \x42\x54\x7a\x76\xc2\xfb\xf6\x20\x1c\x87\x58\x11\xfd\xee\x7b\x44\ \xe7\x4e\x70\xeb\xed\xd6\x39\xe7\x3a\x63\xc7\xf0\x13\x4e\x80\x56\ \x0e\xf5\x67\x00\x35\xc3\x34\x34\xe2\x39\xb6\xcb\x55\xd0\xf7\x2c\ \x20\xe0\x20\x17\x77\xd8\xb1\x2c\xaa\xbb\xa7\xb8\x2b\xa5\x38\xe7\ \xdf\xd3\x71\x0c\xa9\x41\xa2\x9f\xbe\xfa\xe2\xb2\x58\xfa\xb9\x17\ \x8e\xcc\x37\x85\xcb\x25\x00\x10\xcd\x70\xb7\x2e\x7a\xf6\x9d\xcf\ \xd2\x7b\x9f\x7e\xfa\xb1\x1d\x94\xc7\xf7\x9b\x98\x19\x06\x36\x36\ \x1a\xf7\xfc\x41\x7b\xee\x39\xef\x96\x9b\xbd\x7b\xee\x51\x29\x29\ \x60\xdb\x7b\xaa\x2d\x83\xe8\x47\xcf\x4f\x58\xb8\xad\x5a\x48\x05\ \x00\xd2\x77\x93\xba\x1d\x77\xd9\x19\xc7\xa7\x42\xf5\x94\xf1\xff\ \xfe\xa6\x36\xfd\xbc\xcb\xce\x2d\x49\x25\x1e\x57\x48\x35\x9d\xd7\ \x7c\xf0\xfc\xbf\x17\xd7\xa7\x9f\x7b\xc1\xd9\x25\x19\xd4\xff\x21\ \xc7\x8b\x54\x83\xc6\x6d\x6f\x3e\xff\x5a\x75\xf6\xe0\x4b\xcf\x18\ \xa8\x0b\x57\x48\x00\x00\x4d\x67\x5b\x97\x7c\xf2\xc6\xe4\x45\xfd\ \x2e\xbd\x76\xc8\xbb\x6f\xc1\x95\xd7\x98\xe7\x9e\xe7\x8c\xf9\x0f\ \x3f\xf3\xcc\x9f\x7b\x8a\x15\xa9\xa5\xf1\x05\x1f\xbf\xf2\xd1\xe2\ \x9a\x41\xa7\x5f\x7c\x4c\xc7\x88\xe7\x07\x39\xf8\x01\x01\xbf\x7a\ \xc8\x01\x95\x0d\x86\xde\xda\x25\x73\xdf\x9e\x30\xe6\xd9\x97\x3f\ \x6a\x04\xbd\x69\xe1\x0c\x24\x4c\x36\x6c\x9f\xf1\xc9\xc7\x0b\xd7\ \x56\xe3\xb7\x0b\x80\x20\x36\xb5\x84\x6f\xb9\xd8\x07\xe2\x5e\x5f\ \x37\xfd\xd8\xe2\xb3\xc0\x30\xb0\xb2\xc2\xf8\xcd\xcd\xda\x84\x09\ \xee\xc3\x0f\x7b\x8f\x3e\x8a\x29\x29\xc4\xf7\x49\x2b\x4f\x20\x42\ \x54\x6c\xee\xf4\x69\x73\x96\x6d\xb4\x3d\xcf\x71\x9c\x84\xe3\xf8\ \x5c\x02\x28\x6a\xa6\x16\xb4\xb1\x66\x4f\x7a\xe1\x3f\x13\x67\xd8\ \x68\x50\x04\x5d\xc3\x15\xd3\xdf\x1a\xf3\xfc\x07\x31\x2b\xb7\x4d\ \xba\x21\x84\x6a\x75\x8c\x43\xf6\xb2\x06\x06\x12\x02\x6e\xe3\xb2\ \xaf\x3e\x7e\xe9\xb9\xa7\x26\x7c\xb4\x14\x75\xb3\xe9\x84\x09\x23\ \x0d\xe5\x6b\x3f\x9e\x34\x75\x6d\x59\x23\xe9\xd3\x2f\xf1\xe6\x9b\ \xe2\xf0\xc3\xad\x2b\xae\xd4\x26\xbc\x00\x84\x20\xa5\xdf\x61\x84\ \xa6\x65\xad\x60\x67\xa2\x2a\xee\x76\x1c\xdf\xbe\xb5\xd9\xa4\x64\ \xef\x8f\x61\x34\x4c\xba\x7a\xe6\x5b\x8f\x3d\xfe\xdc\xa4\x69\xb3\ \x36\x54\xbb\x2c\x58\xcc\x23\x20\xe0\x50\xf0\xdc\x7f\x22\x0a\x50\ \xb7\x42\x29\xc9\x6c\xce\xbb\x2f\x8c\xcf\xce\xfd\xcd\x59\xfd\x88\ \xeb\x00\x28\x20\x2c\x14\x0e\x9b\x3a\xdd\xd1\x10\x9d\x30\x8d\x81\ \x63\x27\x7c\x2e\x91\xb2\x50\xc8\x02\xe1\x73\xa9\xb8\x6b\xbb\x82\ \x84\xc2\x21\x0a\x42\x28\x64\x14\x3d\xdb\x76\x15\x5a\xa6\x09\xdc\ \x4b\x70\xb5\x73\x65\x21\x54\x3a\x91\x5b\x37\x27\xfd\xee\xf7\x74\ \xea\xc7\xce\x3f\x1f\x87\x1b\xaf\x83\x78\x34\x91\xf0\x00\x90\x32\ \x46\x77\x5b\x7e\x08\x51\xba\xf1\x84\xd0\x06\x9e\x32\xea\xde\x2b\ \x4f\x24\x92\x4b\x40\xc5\xdd\x84\xe3\x3a\x9e\x76\xd8\x89\x17\x5d\ \xbf\x6e\xcd\x13\x1f\xbc\xf0\x7e\xaf\x2e\x97\x0e\xe9\x18\x5d\x3f\ \x63\xfc\x4b\xef\x27\x0d\x3c\xe7\xc6\x4b\x86\x86\x95\xe7\xb7\xa6\ \xed\x92\x7b\xae\x00\x4d\xd3\x5a\x17\x46\x24\x56\x38\x35\xb9\xa6\ \xe1\xc3\x09\x4f\xe6\xe6\x3e\x70\x4e\xbf\x36\x09\xc7\x05\x05\x84\ \xe9\xe1\x48\x58\x27\x00\x89\xb8\x6a\x9b\xe7\xbe\xf2\x2a\xbb\xf5\ \x37\xe6\xef\xee\x50\xae\x13\xbd\xf4\xb2\x70\xc8\xa2\xbe\xcb\xa5\ \xe2\x4e\xdc\x95\x2c\x12\x36\x11\xa4\x52\x48\x29\xb8\xb6\xed\x4b\ \x34\x43\xa6\xe4\x9e\xcf\x15\xd3\xf5\x1d\x8f\x02\x25\xdc\xc4\x8e\ \xd5\xa6\x80\x50\x9d\xa2\x9b\x48\x78\x5c\x02\x21\x8c\x51\xda\x5a\ \xbd\x82\x66\x9a\x75\xab\x3e\x79\xfa\xf9\x29\xa9\x1d\x7a\x15\xd6\ \xd4\x10\x82\x41\xc8\x3f\x20\x20\xf0\xdc\xf7\x09\xe9\x79\x91\x4e\ \xbd\x46\x9c\xd8\xe5\xf3\x17\x9f\x7a\x67\xee\x36\xc3\xd0\xf7\x88\ \x0a\x30\xc2\xeb\xbf\x7c\x77\xfc\xdd\xbf\xbd\xfe\xe2\x8b\x2f\xb9\ \xfa\x37\x77\x3d\xfb\xe6\x8c\x3a\x8e\x96\xa9\x57\x2e\x9b\x7a\xdb\ \xd5\xa3\x9f\x78\x77\x01\x18\xa6\x6e\x18\xf5\x6b\x3e\xbb\xe3\xba\ \xeb\xff\x3d\x65\x29\x8d\x24\x6d\x9d\x3a\xe6\xca\xeb\xee\x9d\xb9\ \xda\xb6\x4c\x06\xa1\xb0\x58\xf1\x75\xe3\x88\xe3\xfd\x8f\xa7\xc5\ \x9f\x7e\x06\x6e\xba\x66\xc3\xd7\x93\xfe\x72\xd7\x6f\x2e\x1f\x35\ \xea\x92\x51\x97\xdf\x74\xef\x63\x0b\xab\x84\x41\x5b\xea\x2e\x51\ \x6e\x63\x5c\x61\xd8\x8a\x28\x90\x4e\xc2\xb1\xe3\x71\xdb\xf1\x15\ \x20\x28\xee\xaa\xc8\x49\x17\x5f\x3b\xa4\xbd\xff\xdf\x17\x5e\x59\ \xbe\x65\xcb\x87\x2f\x4d\x58\xe6\x74\xb8\x72\xf4\xf9\xed\x42\xc2\ \x97\xad\x48\x9f\x66\x18\x9b\x3e\x7f\xfa\xaa\x7b\x9e\xd9\xd8\x80\ \x86\xd6\xba\x3d\x7d\x21\x0b\x7a\x0e\x3b\xa9\xa3\x78\xe9\x89\x7f\ \xcd\xd9\x16\x37\xf5\xdd\x9f\xa9\xe8\x49\x48\x82\x8f\x8e\xef\xff\ \x69\xc8\xf0\x6e\xf9\xed\xd4\xb3\x2f\x7a\xee\xbd\xaf\xea\x05\x35\ \x4d\xad\xf4\x9b\xf7\x6e\x1e\x7d\xd5\xb3\x53\x96\x33\xc3\xd4\x4d\ \xbd\x7a\xd9\x94\x5b\xaf\xbf\x7e\xfc\x67\x6b\xf4\x24\x63\xd9\x87\ \xe3\xae\xbb\xf9\xee\x99\x5b\x7d\x4b\x23\x54\x37\xbc\xb2\x15\x7f\ \xfd\xcd\xe5\x7f\x7d\x63\xb9\x6e\x99\x4c\xd8\xf3\xa7\xbe\x7c\xcf\ \x6f\xaf\xbf\x64\xd4\xa5\xa3\x2e\xbf\xf2\xae\xbf\xbf\x5e\xed\x21\ \xdd\xd5\x7f\x47\xaa\x43\xe3\xfa\x71\x4f\x3f\xef\x1f\x76\xce\x8d\ \xe7\x0c\xd2\xb9\x2b\x03\x69\x0f\x08\x08\xc4\x7d\x5f\x9d\x77\x25\ \x38\x49\x3d\xf5\xf2\x1b\xcf\xe8\xea\x4f\x78\xe6\xe9\xb9\xa5\x8e\ \xa9\xb5\x4c\xb0\x21\x3a\x75\xbf\x78\xe5\xc9\xbf\x3d\xf7\x71\xce\ \x80\xb3\xee\xf9\xe3\xdd\x23\xfb\x67\x4c\x19\xf7\xe8\x98\xf7\x16\ \x7a\x48\x8b\x0e\x1f\x76\xf6\xa0\xc2\xe9\xaf\x8e\xff\x7c\x55\xa3\ \xe9\x6d\x7b\x79\xec\x84\xda\xac\x23\x2e\x18\x3e\xd0\x02\x9f\xfb\ \x9e\x6d\x27\xb8\x50\xa0\x6b\x58\x55\x9e\xfc\xd0\x53\xa1\xd5\xa5\ \x1f\x5f\x71\xab\x3f\xfa\x72\x67\xcd\xac\x67\xff\xf1\xf4\x46\xd2\ \xfd\xfa\xdb\xef\xfc\xfd\xad\x37\x9c\x76\x74\x8f\x34\x13\x45\x8b\ \x59\x4a\x24\x84\xc7\xea\x1a\xbd\xc6\x8d\xab\x16\x7e\xf6\xc5\x57\ \x1b\xca\x6b\x25\x52\x8d\xed\x38\x2a\xc5\x5d\x9a\xd6\x69\xd4\x55\ \x17\xe5\x35\xcc\xfd\xcb\x9f\x1e\x7a\x6b\x61\xed\xb0\x51\x57\x0d\ \xee\x9c\xea\x3a\x7b\xed\x16\x20\x7d\xd7\x4e\x7c\x97\x32\x4a\xe1\ \xd3\x94\xe2\xd1\xb7\xdc\xdc\x55\xae\x78\xf2\xa9\xff\x6e\x4b\x10\ \xbd\xe5\xc3\x86\x50\x1d\x1b\x3f\x19\xfb\xb7\xbf\xbd\x3d\x6f\xd9\ \x43\xcf\x5a\x17\x5f\x78\xf6\xb4\x29\xd1\xfb\x6e\x19\xf7\xe9\x72\ \x0f\xf4\x92\xa3\xce\x38\x7d\x60\xd6\xe4\x97\x9e\x9b\xb1\x21\xa1\ \xc5\x37\x4e\xf8\xcf\xcb\x76\xdb\xc1\xe7\x0e\xef\xaf\x0b\xdf\xf7\ \x3c\xdb\x4e\xf0\xe6\x08\xb9\x12\x8e\x1d\x77\xb8\xd4\x35\xba\x65\ \xd1\x94\xc7\x9e\x9a\xc8\x7a\x0c\xbb\xe3\xf7\x77\xdf\x76\xc3\xa8\ \xa3\x7b\x95\x18\x08\x6a\x97\x75\xb2\x88\xa1\xf9\x5f\x4c\x1c\x3f\ \xbb\xb1\xfd\x0d\x57\x9d\x99\xa1\x71\x1e\x28\x7b\x40\x40\x10\x96\ \xf9\x61\xfa\x2e\x3c\x15\x69\x37\xea\xc6\x1b\x57\xfe\xee\xe1\xa7\ \x9f\x99\x58\xf8\xc0\x35\x49\x3b\x97\xad\xa6\xcc\x88\xae\x9a\xfa\ \xfa\xd4\x45\x7d\xce\xfd\xfd\x7d\xd7\x1e\x4f\x00\xe0\xe8\xc3\xfc\ \xfa\x5b\xdf\xf9\x78\xf2\xfa\x11\xfd\x3b\x87\x52\x4e\xb9\xfc\xda\ \xa5\x6b\xee\x7d\x79\xdc\xb8\xda\xa2\x86\xe9\xdb\x52\xaf\x7f\x70\ \x54\x49\x0a\xb8\x42\xed\xe8\x8b\xa0\x6b\x18\x8f\x9b\x77\xde\x45\ \x27\xbf\xff\x6a\xdf\xbe\x1b\x3b\x0d\x3c\x11\xa0\x6a\xdb\x96\xb2\ \x3a\xaf\xe7\xd9\xc3\x4f\x1d\xda\x0b\x40\x72\xd7\x75\x3d\x8f\xcb\ \x5d\xa2\x32\xbe\x08\x77\xeb\x5a\x52\x5a\xb9\xe8\x85\xa7\x3e\xae\ \xaa\xf3\xbb\x1c\x7b\xc6\x35\x97\x9f\x5d\x92\xa9\xfb\xbe\x04\x00\ \xcf\xf5\x0b\x8f\x38\xf9\xd4\x23\x67\x3f\xf5\xce\xec\xc8\x61\x67\ \x9f\x77\x72\x6f\xea\xb9\xde\xee\x11\x27\xd0\x34\xd3\x30\x28\x21\ \xcc\x32\x18\xa1\x68\x85\xc2\xba\x85\x4c\xe3\x6e\x22\xe1\xef\x91\ \x54\x23\x7d\x37\x52\x30\xf0\x86\x1b\x2f\xbc\xe3\xa1\x09\xcf\x4e\ \xec\xf8\xc0\xb5\x27\x36\xcb\x3b\xd5\xb5\x8a\x25\xb3\xdf\x9a\xba\ \x68\xd0\x85\x0f\xdf\x32\x6a\x20\x5e\x38\x4c\xb7\xac\xdf\x3d\x37\ \xfe\x99\xe7\xc7\x6f\x3d\xb9\x57\x7b\x2d\x63\xe4\xe8\x6b\x96\xaf\ \xb9\xff\xa5\x71\xe3\xb6\x64\x97\xce\xae\x6f\x73\xeb\xef\x2e\x2c\ \x0c\x29\x2e\x5b\x89\xb9\x13\x42\x00\x11\x41\x56\x57\x6c\xa8\x76\ \x93\x2f\x1e\x76\xda\xd0\x9e\xd9\xa0\xb8\xd7\x64\x03\xd5\x72\xc0\ \xa1\x57\x2f\x9b\xfc\xf2\xd4\xb5\x27\x5e\xfb\x70\x9f\x2c\x7d\xbd\ \x17\x54\xc9\x06\x04\x04\xe2\xfe\xc3\xf1\x5d\x2f\x5c\x38\xf0\xfa\ \xeb\xce\xb9\xeb\xaf\x6f\x3d\xff\x41\xbf\x1b\xbb\x1b\x4d\xb3\xa2\ \x0c\xc5\xe6\xb5\x9b\x1b\x13\x8a\x2c\xfb\xec\x91\x07\x66\x70\x01\ \x8c\xc9\xcd\xeb\xea\x1b\x63\x6a\x73\x2d\xef\x6a\x81\x4c\xeb\x7a\ \xc5\xb5\x97\xfd\xf9\xc1\xa7\xc7\x2d\x4d\x1e\x71\xed\x5d\x43\xbb\ \x65\xb8\x09\x87\x58\x0c\x00\x24\xa5\x4a\x01\xfd\xe3\x9f\xe0\xd5\ \x89\xde\x7d\xd7\xac\xde\x5c\xa5\xbb\xbe\x10\x32\xb3\x4b\xaf\xfe\ \xdd\xdb\x4c\x7f\xf5\x2f\x7f\xae\x3c\x79\xf8\xd0\xc1\x5d\x0a\x73\ \x0d\x4a\x5a\xaa\xbb\xf4\x5d\x2d\xbf\xff\x8d\xb7\xf5\xf2\x3c\xa7\ \xa1\xae\x66\xcd\xdc\x8f\xc6\xbd\xfa\xea\xa3\x32\xf4\x7f\xbf\x3d\ \x3b\x85\xf8\x42\x29\xaa\x69\x0d\x5b\x96\x2e\x5e\xbd\x59\x4f\x49\ \xf3\xca\x17\x7e\x36\x7f\xc3\xa5\xc7\xb4\x47\xc7\x6b\xe9\xfc\x9b\ \x4c\xcc\xff\xf4\xf9\x89\x53\x57\x32\x4b\x4f\xd4\x6c\x65\x0d\xf0\ \xd4\x43\x77\x5a\x54\xa8\xa4\xdc\xb3\xaf\xbc\xbe\x5f\x3a\x7a\x7b\ \x78\xf2\x8e\xe7\x17\x0e\x38\xe3\xfa\x73\x57\xfc\xfd\x8d\x71\xef\ \xf7\xe9\xd2\xc3\xd8\x61\x04\x04\x7f\xcb\xd6\xf5\x35\x2e\xd3\x17\ \x4f\x7a\xf8\xcf\x53\x7c\xa6\x43\x52\xf2\xb0\xd4\xf0\x15\x93\xc6\ \xd6\x4c\x3d\x45\x9c\x79\xaa\x96\xd3\xfb\xea\xeb\x2e\xfe\xe3\x43\ \xe3\x5f\x14\x29\x67\xdd\x74\xdf\x31\x1d\x52\x5c\xc7\xd3\x2c\xb2\ \xb7\xb1\x12\x57\xb4\xa8\xcb\x51\x7d\xda\xce\x7d\xfe\x2f\x7f\xda\ \x7a\xf2\xc9\x27\x0e\x3e\xa2\x7d\x6e\x1a\x25\xd8\xac\xee\x88\x14\ \xdd\xaa\x49\x13\xdf\xd2\x7b\x9f\x7b\xd9\x29\xdd\x01\xc0\x34\x34\ \x04\xd0\xcc\x10\x33\x18\xb8\x81\xd0\x07\x04\x04\x61\x99\x7d\x76\ \xdf\x7d\x97\x77\x1a\x7c\xee\x95\x23\x3a\xcf\x78\x65\xec\xd4\xa5\ \x55\x9a\x46\x00\x00\x41\xda\xae\xcf\x81\xe9\x26\x23\x84\x10\x8a\ \x52\xb2\xf6\xdd\x06\x9c\x72\xe2\xe0\x5c\x43\x0a\xa9\x00\xd0\x8a\ \x24\x99\x3a\xf8\x42\x0a\x21\x9a\x57\xab\x96\x84\x68\x1a\x66\xfd\ \xe3\xaf\xf0\x8f\x7f\xf9\x0f\x3d\xe8\x5d\x7b\x25\xf5\x5d\x54\x4a\ \x49\x0f\xd3\x4a\xae\xbd\xeb\xbe\xd1\xa7\xf5\xa9\x5c\xf4\xd1\xbd\ \xbf\xfd\xcd\x7d\x8f\xbf\xb2\xae\x96\x6b\x74\xd7\x70\x33\xa1\xba\ \x15\x4a\x4e\xcd\x28\x2c\xe9\x36\xe2\xd2\x1b\x46\x0d\x29\xda\xf8\ \xf5\x17\x6b\x2b\x1b\x29\x25\x80\x54\x93\xb5\xef\xbf\x38\xf6\x8b\ \xaa\x8c\xeb\xee\xba\xfb\xc4\x02\x7b\xe2\xd8\xb1\x0b\xb6\x3b\x86\ \x4e\x77\x51\x50\x00\xc3\x8c\xa4\xa5\xa6\xa4\xa4\xa4\x84\x4d\xa6\ \x08\x0b\x27\x25\xa7\xa4\xa4\xa4\x26\xa7\xec\x1a\xdf\xdf\x25\x3a\ \xe3\x08\xe3\xd8\xf3\xae\x39\xb5\x3b\xbc\xfc\xdc\xf8\xa5\x95\x1e\ \xa3\x08\x08\xa0\xa4\xeb\xc6\x05\x65\xa6\xc1\x08\xa1\x94\x73\x95\ \x95\xbd\xe4\xf7\xf7\xb2\x1e\xdd\x8a\xaf\xbf\x0a\xbe\xfc\x52\xea\ \x7a\x28\x92\x64\x52\x2e\x94\x10\x82\x03\xc0\x77\x47\x50\x84\xef\ \xa5\x77\x3c\xfa\xae\x3f\xfd\xf1\x8c\xde\xe9\x8b\x27\x8f\xbf\xf5\ \x37\xb7\xfc\xf3\xa5\x4f\x6a\x39\x69\x8e\xb9\x13\xa6\x95\x2d\xfb\ \xf4\xc3\xb9\x55\xb9\xe9\x7c\xd6\x94\xc9\x93\xa6\x4c\x9a\xb6\x70\ \xad\x0f\x6a\xed\x9c\xa9\x33\x17\x6e\xfb\x76\xc1\xa9\x80\x80\x80\ \xc0\x73\xff\x7e\x75\x57\x32\x21\x42\x43\x2f\xb8\x7a\xf1\xaa\x87\ \x5f\x7d\xed\x5d\xf0\xb5\x02\x02\x12\x68\x46\xb2\x05\x00\xdd\x87\ \x5c\xfa\x9b\x53\x4a\x40\x09\xa5\x00\x09\x05\xc5\x13\xb1\xb8\x07\ \x9a\x1e\xdb\xf8\xc2\xbf\xc7\xd7\x14\x9c\x7c\xd5\x91\xd5\xaf\xbf\ \xfa\xef\x8e\x25\x05\x67\xf4\xce\xf2\x15\x61\xa9\xc9\xa7\xaf\x9f\ \x7b\xe4\xb2\xb5\x70\xeb\xcd\xde\xed\xb7\x63\xf9\x1c\xd8\xe9\x96\ \x4a\x2e\xcd\xf4\xe2\x73\xae\xf8\xed\x49\xa7\x97\x2e\x9c\xfe\xf6\ \xbf\x9e\x7f\xed\x85\x94\xdc\x7b\x01\x81\x81\xe7\x00\x00\x20\x00\ \x49\x44\x41\x54\xae\x39\x49\x93\x4e\xb3\xe7\xca\x98\x86\x8a\x73\ \x2e\xb8\x90\x7a\xd8\xca\xc8\x4d\x01\xaf\xda\xf3\x39\x20\xea\x06\ \xae\xf8\xe8\xb5\x89\xd3\xb6\x1e\x7f\xf9\xbd\xa7\x1c\x37\xb8\x3a\ \x5c\xb1\xf0\xde\x67\xc6\xbd\x32\xb9\xf8\xb6\x73\x92\x70\x67\x26\ \xa4\x52\xae\x87\xdd\x8e\x39\xb7\xef\x09\x0c\x09\x5d\xf5\xee\x1f\ \x7f\xfb\x2e\x8e\xbe\xe5\xbe\xae\x59\xa8\xb8\xef\x24\x12\xae\xdc\ \x4b\xad\x93\xf0\xa4\xd5\xf6\x82\xab\x2e\x5f\xfd\xe7\x27\x5f\x7d\ \x3b\xcb\xd7\x35\x54\x00\x84\x25\x27\x65\x50\x2e\x0f\x1b\x7e\xf5\ \x75\xc7\xe4\x81\x14\x0a\x00\x08\xf5\x46\x9e\x2e\xcf\x3c\xdb\xba\ \xe1\xe6\xc4\xd8\x07\xc7\xbc\xfa\x5f\xaf\xdb\x69\x97\xa6\x6e\x79\ \x77\xc2\x33\x9d\x8b\x1f\x1c\xd6\x35\x43\x80\x0a\x19\x4c\x39\xae\ \x1d\xf5\x98\x1e\xf2\x7c\x40\x44\xdc\xa9\xfb\x42\xa8\x8c\xe2\x7e\ \x57\xfc\xb6\xd7\xc8\xd2\x0d\x9f\xbd\xfb\xca\xf8\x57\xff\x93\x94\ \xdf\xe9\x86\xa1\x05\xc2\xe5\x00\x80\xa8\x9c\x68\x22\xab\x30\x7b\ \xeb\xdc\xa9\x2f\x7c\x25\x90\x10\xee\xb9\xae\x94\x4b\x3f\x7b\x53\ \x99\x39\x7d\xba\xe4\xef\x38\x86\x80\x80\x80\x83\xd5\x73\xa7\x94\ \xb2\xbd\xf0\x23\x1a\x0f\x28\xee\xd2\xf4\x2e\xa3\x2e\x3b\x23\xe2\ \x56\xd7\x27\x00\x51\x71\x09\x85\x3d\xfb\x74\xcd\x51\x1f\xbf\x3e\ \xf6\xf3\xc5\x9b\x13\xbe\x94\xc2\xab\x2d\xdb\xbc\xbd\xb2\x5e\x20\ \x33\x99\xf7\xc5\xc4\xe7\x3e\xd9\x60\x5d\x7a\xf5\x35\x57\x5c\x75\ \xcd\x90\x36\xd1\x17\x9f\x7d\x61\x55\xad\xa4\x3a\x2d\xa8\x72\x2e\ \x5e\xbc\x74\x51\xb7\x3e\xeb\x6f\xbe\xcb\xd2\xa9\xa6\xb8\x92\x52\ \x29\x85\x84\x08\xbb\xb1\xa2\xb2\xda\x91\x24\x35\xb7\xfd\xb1\xc7\ \x0d\xcc\x4b\xa6\x35\x55\xe5\x8e\x6c\xce\x04\x44\x02\x5e\xe9\xe6\ \x75\xdb\x6b\x13\x9a\x15\x32\x18\x6c\x5e\x32\x7d\xf2\x67\x2b\xc3\ \x45\x5d\xf3\xd3\x92\x90\x69\xf6\xb6\x6f\x9e\x7f\x79\x92\x7e\xd8\ \xb0\x4b\xce\x18\x00\x76\x2c\xa7\xd7\xc9\x97\x9f\x3d\x60\xfd\xa7\ \xaf\xbe\x3d\x63\x2d\x33\xb4\x6f\x7d\x7f\x04\xee\x39\xb1\x58\xcc\ \x71\x1d\x3b\xe1\x71\xee\xd9\x76\xcc\x4b\xc4\x62\xdf\x57\xc5\xea\ \x7b\x5e\x7a\xe7\x63\x47\x9d\x75\xac\x57\xb9\xcd\x43\x44\x50\x92\ \x93\xe2\x2e\xbd\xba\x64\xf2\xa9\xcf\x3f\x3b\x73\xe5\x36\x87\x4b\ \x29\xbc\x9a\xed\x5b\x6a\xf3\x0b\x9d\x67\x9e\x21\x76\xb4\xf6\xfc\ \xab\xd6\x56\xa4\x5c\x72\xc3\xf5\x57\x5d\x7b\xd5\x11\x69\x95\xcf\ \x8d\x79\x65\x43\x0c\x08\xb0\x82\x92\xc2\x64\x55\x3b\x6b\xfa\x67\ \x5b\xa3\x10\x32\x4d\x46\x40\x48\xa5\x14\x20\x42\x22\x5a\x53\x5e\ \xdd\x28\xa9\x99\xd5\xbe\xc7\xe0\x01\x7d\xd3\x69\xac\xb4\xbc\x11\ \x76\xa6\xcb\x73\xcf\xcd\x3f\xf2\xa2\xc7\x1e\xff\xd7\x53\xcf\x3c\ \x33\x66\xcc\x7f\xc6\xbf\xf0\xfc\x23\x57\x9f\x1a\x26\x74\xc4\xad\ \x8f\x3f\x38\xfa\x48\xe5\x7b\x81\xb2\x07\x04\x1c\xcc\x9e\xbb\x94\ \xaa\xaa\xaa\x2a\x64\x59\x4d\x15\xaa\x9e\xe7\x11\x42\x98\xa6\x81\ \x52\xba\xae\xd7\xd7\xd5\xe9\x7b\xe4\x35\xee\x06\x82\x72\x13\x76\ \xcc\x76\x9a\x1d\x59\xcf\xf5\xf2\xfa\x0c\xbb\x68\xd8\xfc\x87\x5f\ \x5a\x60\xbb\x5c\x4a\x8f\x66\x1d\x36\xfa\xca\x4b\xff\xf9\xd4\x2b\ \x8f\x3f\x70\xd7\x6b\xd9\x69\x3a\x81\x58\x34\xd6\xef\x92\x3b\x6e\ \x18\xda\x6d\xd3\x57\xef\x3d\xfb\xfa\x9c\xfe\xa3\xfe\x3c\xa4\x53\ \xd8\x93\xe1\x4b\xae\xbc\x70\xc1\x3d\x4f\xff\xfb\x9d\xc3\x1f\x19\ \xdc\x3e\xf5\x2f\xcf\x57\xe5\x65\x8d\x69\x93\x52\xfb\xc0\xfd\x39\ \x21\x5d\x39\xf5\xeb\x6b\xa0\x9f\xc1\x18\xd5\xca\xd6\x7c\xfd\xf8\ \xd8\xb7\xed\x48\xba\xc9\xc0\x69\xa8\x2e\x97\x39\x67\x1d\x7d\x64\ \x0a\x7a\x62\x67\x4e\x3d\x73\x2b\x3f\x7b\xed\xf1\x4f\xd7\xa9\xcc\ \x14\x0b\x84\x57\x5b\x5e\x6a\x5b\xed\x2f\xbb\xe2\x9c\xc2\x34\x0d\ \xdc\x9a\x49\x2f\x3d\x37\xbb\x3c\xfd\xb6\xdb\xcf\x29\x0c\x89\x84\ \x2b\x08\x1a\x47\x8d\xb8\x60\xd0\x97\x0b\x5f\x1f\x37\xae\x77\xa7\ \xfb\xfa\xb6\xd1\x76\x2f\xe0\x54\x4a\xb3\x52\xb2\xd2\x51\x23\x7b\ \x89\x96\x28\xe9\xd8\x31\xdb\xf1\xbf\x7d\xe9\x92\x3e\xc3\xcf\x3f\ \x65\xfe\xa2\x17\xe7\x54\xbb\x42\x49\xdf\x33\xdb\xf6\x1e\x7d\xcd\ \xc5\xff\x78\xe6\xcd\xbf\xdf\xf7\xbb\x36\x59\xe9\x1a\x11\xd1\x06\ \x3e\xf4\xca\x9b\xcf\x1d\x72\x6c\xf9\x65\xc3\xb5\xfb\x9f\xf9\x5d\ \x5f\xbb\x30\x8f\x0a\xd6\xf5\xb2\x2b\xce\xbe\xfd\xfe\xe7\x9f\x7d\ \xb5\xfb\xbd\x57\x9e\x98\xd9\xe3\xb8\xb3\x4e\x9a\x37\x76\xea\x2b\ \x77\xae\x99\x91\x91\x6c\x72\xbb\x61\x53\x42\xef\xa5\x13\x8d\x91\ \x75\xb3\x5f\xff\xd7\x9b\x2b\x52\xd3\x92\x28\xca\x86\xea\x72\x37\ \xb7\xdf\xd0\xa3\xda\x49\xbf\xa5\x3f\xfe\x6d\xe1\x15\xa1\x04\x24\ \x8f\xc7\xe3\xbe\xc4\xef\xa9\x3a\x0e\x08\x08\xf8\x95\x40\xef\xbe\ \xfb\xae\x56\x7f\xa1\xeb\xfa\xd4\xa9\x1f\xbf\xfe\xfa\xc4\x4f\x3e\ \xf9\x74\xca\x47\x1f\x4d\x9d\xfa\xf1\xfa\x0d\xeb\xa7\x4d\x9f\xfe\ \xc6\x1b\x6f\x4e\xfd\xf8\xe3\x49\x93\x27\x2f\x58\xb0\x60\xc0\x11\ \x03\xba\x75\xeb\xea\xfb\xfe\xde\xa4\x1d\x40\xba\xae\xc8\x6c\xd7\ \xb1\x57\x97\x0e\x61\x2a\xa5\x02\x00\x25\x89\xd5\xae\x5d\x9e\x65\ \x59\xc5\x5d\x7b\x76\xc8\x4b\xe6\xbe\xca\x2c\xea\x76\xd4\xc0\xde\ \x69\x26\x45\xaa\x27\xa5\xa4\x17\x75\xeb\x3b\xa0\x57\xd7\xec\x08\ \xdb\xb6\x6a\x89\x93\x75\xf8\xc5\x67\x1d\x9b\x42\xa5\xe7\x8b\x94\ \xdc\xf6\xf9\x69\x9a\x5d\x6e\xf7\xf9\xbf\x07\xcc\xd2\xad\x30\xf1\ \xd5\xbc\x63\x7a\x33\xcf\xb7\x22\x91\xf4\xdc\xa2\xa3\x8e\x1b\x7a\ \xdc\xa0\x5e\x19\x61\x1d\x19\x63\x8c\x00\x61\xe1\x48\x72\x6e\x71\ \xaf\x73\x2e\xbe\xec\xc4\x7e\xed\xe4\xb7\x4d\x03\x94\x22\x7a\x66\ \x66\x4e\x92\xa9\x51\x4d\x4f\x4e\xcb\xee\x3e\x70\xe8\xe5\x57\x5c\ \x76\x74\xa7\x2c\xc1\xa5\x1f\x2b\x5b\xb1\xbe\xae\xeb\xf1\x23\x4f\ \x1f\xd4\x19\x85\xaf\x00\x94\x94\x2c\x29\xab\x30\x3b\x59\xfa\x32\ \x23\xbf\xb0\x6d\x56\xf2\x6e\x2b\xe4\x49\x21\x52\x8b\x0e\x3f\xed\ \xf8\xc3\xd3\x4c\x10\x7b\xa6\x43\x22\x82\xe4\x9e\x20\xf9\x9d\x7a\ \x75\x2f\xc9\xc6\xa6\x7f\xab\x24\x31\x52\x0b\x0a\x72\x0d\x3d\xb9\ \x5b\xef\xde\xf9\x49\xcc\xe7\x90\xd3\xe1\xb0\x41\x47\xf4\x48\x31\ \x08\x32\x3d\x29\x25\xa3\xe4\xb0\xbe\xfd\x7a\x76\xcb\x8c\xe0\x1a\ \xe1\x73\xa1\x1d\xf6\xf6\xab\x24\x92\xe4\x0d\x38\x2a\x3d\xaf\x20\ \x53\xc3\x04\x58\x1d\x8a\x0b\x43\x66\xa8\x53\xaf\xfe\x5d\xf3\x52\ \x00\x88\x15\x89\x64\xe6\x15\x1d\x75\xdc\x49\xc7\x0f\xec\x96\x16\ \xd6\x28\xd1\x19\x01\x64\x66\x38\x92\x52\xd2\xeb\xe8\x4b\x47\x5f\ \xd4\xaf\x20\xd9\xe7\x7b\x9b\x29\x45\xe1\xb9\xca\x4a\xed\x76\x58\ \xaf\xbc\x14\x4d\x06\xe9\xee\x01\x01\xbf\x7e\xf6\xda\xcf\xdd\xb2\ \xcc\x07\x1f\x7a\xe4\xeb\xaf\xbf\x36\x0c\x83\x73\x9e\x95\x95\xf5\ \xc4\xe3\xff\x5c\xb1\x72\xe5\x03\x0f\x3c\xa8\xeb\x3a\x00\xb8\xae\ \x7b\xe3\x0d\x37\x8c\x18\x71\xaa\xbd\x67\xf3\x96\x66\x9f\x15\xd0\ \xb4\x42\x1a\x0a\xdb\x4e\xb4\x88\x42\x2b\xa4\x7a\xc8\x32\x84\xe7\ \x38\x2e\x6f\xda\x4c\x28\xd3\x0d\xa3\xa9\xf6\x5d\x49\xe1\xb9\x8e\ \xc7\x95\x66\x86\x2c\x0d\x6c\x3b\xb1\x43\x34\x29\x33\x74\x43\xbf\ \xfb\x77\xf0\xf4\xbf\x13\xcf\x3d\xc7\x2f\xbc\x48\xf3\xb9\xbe\x63\ \xaa\x54\x49\x21\x7c\xcf\xf3\xb9\x40\xca\x0c\xc3\x60\x94\x00\x80\ \x52\xd2\xf7\x5c\xcf\xdf\x5d\xd4\x28\xd3\x75\xbd\xa9\xba\x15\xa4\ \xe0\x9e\xe7\xf1\xa6\x9e\x2f\x48\x43\x21\x8b\x48\x3f\x9e\x70\x5b\ \x36\x3a\x63\x86\x65\x19\xd4\x4d\xd8\x9e\xdf\x7a\x34\x1d\x71\xef\ \xfd\xbe\x90\x5a\x21\x8b\x08\x37\xee\xf8\x2d\x4d\x43\x35\xc3\x32\ \x35\x3f\x11\x77\xc4\x8e\x69\x62\x42\x35\xc3\xd0\xe9\x0e\x23\x70\ \xd7\x71\x7d\xa1\xf4\x48\x12\xb8\x09\x7a\xf5\xd5\xda\x7b\xef\x27\ \x5e\x79\xd9\x3f\x75\x84\x05\xc0\x40\xd8\x09\x47\x2a\x00\x24\xba\ \x61\xe8\x4d\x49\xfa\x4a\x49\x29\x7c\xcf\xf3\xb8\xa4\xac\xe5\xae\ \x84\xe7\xba\xbe\xd8\x7b\xc7\x18\xa5\x88\x66\x58\xa6\xee\x3b\xf1\ \xa0\x71\x58\x40\xc0\x41\x1e\x96\x91\x52\xf5\xe8\xde\x7d\xd6\xac\ \x59\xae\xeb\x2a\xa5\xea\xea\xea\xde\x7e\xfb\x9d\xb2\xf2\x32\xce\ \x39\x00\x70\xce\x33\x32\x33\x8a\x8a\xdb\xef\xd5\x6d\xff\x36\x2c\ \x13\x77\x77\xba\xf1\xcd\x9b\x95\xf0\xe3\x31\xbf\xe5\x66\x29\xb8\ \x63\xf3\xdd\xe4\x92\xbb\x76\xb4\xe5\x22\x16\x21\x4b\x8e\x1d\x0b\ \x8f\x3d\xee\xde\xf5\x7b\x7e\xd6\x59\x60\xc7\x7d\x29\x7d\x77\x77\ \x95\x55\x52\x38\x09\xfb\xbb\x4f\x5b\x70\x2f\xc1\xbd\xd6\x64\x4e\ \xd8\xf1\xd8\x9e\xa7\xc1\xbd\x44\xd4\x83\xdd\xcf\x63\x17\x79\xdc\ \xfb\x87\x29\x91\x68\x6d\x9f\x82\xbb\xb1\x98\xdb\x72\x97\x52\xf8\ \x09\xdb\xdf\xcd\x08\x7e\x3c\x0a\x86\xc1\xef\xbf\x9f\x2e\x5b\x6e\ \xfc\xfe\xf7\xa2\x4b\xd7\x44\x51\x7b\x6c\xee\xa1\xaf\xa4\xe7\x24\ \xbc\x3d\x47\x0b\x7b\xec\xea\x3b\x1f\xf1\x28\xb9\x17\x8f\x79\x7b\ \x3f\xbf\x80\x80\x80\x83\xc5\x73\x47\x44\xce\xf9\xd2\xa5\xcb\xb6\ \x6f\xdf\xce\x39\x57\x4a\xb9\xae\x4b\x08\xd1\x75\x1d\x10\x4d\xc3\ \xe8\xdc\xb9\x53\x71\x71\xd1\xcf\x37\x84\x37\x0c\x3a\x6f\x9e\x75\ \xda\x19\xe2\xf0\xfe\x89\x57\x5e\x86\x70\xf8\xd0\x5a\x60\xda\xb2\ \xe8\x17\x5f\x58\x67\x9e\x25\x4e\x38\x21\x31\xee\x39\xb0\xac\x60\ \x7d\xed\x80\x80\x80\x1f\x23\xee\x00\x40\x08\xd1\x34\xad\x79\x15\ \x3d\xa5\x54\xf3\x6c\x5b\x53\xca\x9d\xe7\xf9\xdf\x97\x72\xbd\x9f\ \xd0\x75\xac\xa9\xb1\xce\x3b\x9f\x6c\xdb\x1e\xff\xe0\x3d\xd5\xad\ \x2b\xd8\x87\xd8\xba\x45\x88\x10\x0e\x6b\x4f\x3c\x69\xde\x76\x9b\ \xfb\x97\xff\xf3\x6e\xbf\x1d\x6c\x3b\xb8\x7d\x03\x02\x02\x7e\x70\ \x58\x06\x00\xa4\x94\xee\x2f\x61\x6d\x4f\x44\x00\xd0\x1f\xfb\x07\ \x9d\xfd\x75\x62\xc2\x04\xd5\xa5\xcb\x21\xa7\xec\x00\xa0\x14\x38\ \x8e\x7f\xd9\x28\xf6\xd5\x57\xc6\x43\x0f\x8b\x7e\xfd\xc5\xe0\x63\ \xe0\x17\xb8\xc0\x61\x40\x40\xc0\x2f\xdf\x73\xff\xe5\x44\x24\xd8\ \x7b\xef\x5b\x17\x5d\xe4\x5d\x7b\x8d\xfb\xe8\xa3\x3f\xf7\x5a\x16\ \xbf\x28\x4c\x13\x37\x6d\x0a\x9d\x3a\x42\xa5\xa6\x26\xde\x7a\x4b\ \x65\x67\x81\xe7\x05\x37\x71\x40\x40\xc0\x9e\x90\x5f\xfa\x01\x1a\ \x06\x6e\xda\x6c\xdc\x77\x9f\x38\xec\x30\xef\xb6\xdb\x40\xca\x43\ \x57\xd9\x01\xc0\x71\x54\x51\x91\xfb\xc0\x9f\xe9\xc2\x85\xfa\x13\ \x4f\x28\x44\x08\xd2\xd2\x03\x02\x02\x7e\x7d\xe2\x4e\x08\x08\x61\ \xfc\xed\xaf\x64\xd3\x26\xf7\xa1\x07\x65\xbb\x76\xe0\xfb\x87\xfa\ \x15\xf3\x3c\x7e\xe6\x48\xff\xea\xab\xf4\xa7\x9e\xd2\xa6\x4e\x05\ \xd3\x0c\x6e\xe2\x80\x80\x80\x5f\x99\xb8\x2b\xc3\x60\xef\x7f\xa0\ \xbd\xf0\xa2\x77\xd3\x4d\x62\xc8\x10\x4c\x24\x82\x0b\xd6\x34\x70\ \x71\xef\xb8\x43\x76\xea\x64\xfc\xe9\x7e\x2c\x2d\x05\x5d\x0b\xac\ \x12\x10\x10\xb0\x1b\x18\x6d\x6c\xf8\x91\xca\xdb\x22\xb5\x9b\x52\ \xaa\x69\x9a\xda\x7f\x89\x33\x08\x4a\xea\xba\xbf\x69\x63\xe4\x94\ \x11\x90\x96\xe6\x7f\xf0\x9e\x4a\xcf\x00\xcf\xdb\xc7\x3c\x6c\x44\ \x90\x52\xc9\x83\x38\x7e\x13\x36\xd9\x3b\x1f\x68\xe7\x9f\xe7\xdd\ \x7c\x93\xf7\x7f\x8f\x50\x5f\xa2\xda\x27\xf3\x23\x20\x17\x9e\x54\ \x02\x71\xc7\xc2\xaf\x6a\x27\x88\x88\xd8\x62\x37\x88\x1a\x63\x41\ \x37\x82\x80\x80\x5f\x29\x6c\xc5\x8a\x15\x3f\x4e\xd9\x4b\x4a\x4a\ \x4c\xd3\x94\x52\x12\x42\x96\x2d\x59\xb4\x75\xdb\x56\xba\xff\x5a\ \xc5\x2a\x00\xd4\xf5\xc3\xff\xfb\xba\xb9\x7a\xf5\xcc\x3b\x6f\xaf\ \x9b\xfd\x15\x71\x9c\x7d\xaf\xb0\x51\x0a\x74\x0b\xad\x14\x54\xf2\ \x60\x1d\x71\x11\x95\x25\x4b\x4e\xea\xdf\xfe\xd9\x67\x57\x95\x64\ \x57\xf4\xee\x44\xf6\xed\xc9\xa7\x94\x48\x8f\xb4\x0d\x59\x29\x9c\ \xfb\xf1\x58\x54\x08\x41\x29\x0d\x85\xc2\x4c\xd3\x3c\xcf\x8d\x44\ \x92\xdb\xe4\xe5\x37\x6d\xac\xac\xac\x58\xbd\x72\xb9\x94\x2a\xd0\ \xf7\x80\x80\x5f\xa5\xb8\x27\x7e\x54\xac\xa3\xc9\xd7\x6b\xfa\x59\ \xd7\xf5\xb5\x6b\xd7\xfe\xe9\x4f\x7f\x0a\x85\x42\xfb\xeb\xb0\x12\ \x84\x0c\x6c\x8c\x9e\xb4\x65\xdb\xdb\x39\xd9\x0f\x7e\xf4\x91\xfa\ \xe0\x83\x1f\x14\x3f\xf2\x1d\x55\xd4\x5f\xeb\x73\xaa\xee\x3b\x07\ \x69\x9b\x14\x05\x42\x23\x59\xc7\xc1\x35\xf3\xb8\xf5\xd8\x1f\x3f\ \xbf\xb5\x93\xa7\x53\xba\x0f\x05\x65\x8e\x1b\xbd\xe2\xe4\x67\xf2\ \xb2\x7a\xae\x5d\xbb\xcc\xb2\xc2\x96\x15\x12\x52\x08\xdf\xcf\xc8\ \xcc\x22\x84\x54\x57\x55\xee\x7c\x42\xa0\x92\xf2\xed\xb7\xdf\xad\ \xae\xa9\xd1\xb4\x20\xec\x13\x10\xf0\x2b\x14\x77\x42\x7e\x4c\xd8\ \x7d\xb7\x18\x00\xa5\xd4\xb2\x2c\x73\x3f\x4d\xee\x09\xc4\x34\x21\ \xef\xa8\x6f\x68\xb0\xac\x17\xb2\xb3\x18\x63\xda\x0f\x6c\x2f\x4c\ \x51\x19\xba\xa6\x51\x1d\xe8\x41\xdb\x03\x4b\x53\x50\x93\x4b\x3e\ \x3f\xbd\xe0\xec\xf1\xeb\x06\x7d\x15\x9d\x71\x52\x1b\xcd\xff\xfe\ \x71\x8a\xd4\xb8\xeb\xba\xeb\xd6\xac\xce\xce\x6d\x93\x9d\xd3\x86\ \x52\x2a\xa5\x88\x45\x1b\x2b\xca\x4b\xc3\x91\x24\xd2\x62\xec\x85\ \x88\xba\xae\x1b\x86\xc1\x18\x0b\xbe\x27\x01\x01\xbf\xbe\xe1\xfd\ \x2f\xf0\x98\x3c\xc4\x53\xeb\xea\x7a\xc5\xe2\xff\xc9\xcd\xde\x6c\ \xe8\xfb\x33\x96\x7f\x90\x3d\x99\xb9\x5c\x34\x20\x63\x4d\xcf\xb4\ \x63\xa7\x94\x65\x97\x25\xb8\xf6\xfd\x57\x93\x10\x5a\xb6\x7d\x5b\ \x5a\x7a\x46\x5e\x7e\x01\x80\xe2\xdc\x97\x52\x26\xa5\xa4\x66\x66\ \xe7\xd6\xd7\xd7\x41\x60\xea\x80\x80\x43\x40\xdc\x91\x32\xa6\x31\ \xfa\x33\x07\x5c\x7d\xc4\x0e\x8e\x33\xba\xa2\xf2\xeb\xe4\xe4\x8f\ \x53\x53\x8c\x40\x6e\xbe\xe3\xe2\x09\xf0\x75\xf2\xd9\x69\xf9\x46\ \x42\x1c\x37\xa5\x8c\x08\xf5\xfd\x1d\x1d\x11\xe2\xf1\x78\x4e\x4e\ \x2e\xe7\xbe\x52\x8a\x52\x8a\x88\x42\x88\xa4\xa4\x64\x25\xa5\x94\ \x32\xb0\x6a\x40\xc0\x41\xe2\xfc\xed\x45\x02\x08\x05\xaf\x74\xfd\ \x9a\x5a\x11\x2e\x2a\xcc\x0f\x31\x50\x7b\x84\x62\x0e\x04\x12\x11\ \x01\x2e\xad\xac\x49\xe3\x62\x4c\x6e\x76\x8c\x52\x33\x90\x9b\xef\ \xbe\x7e\xbe\xdc\xd4\x31\x69\xf6\x90\x9c\x41\x9f\x94\x2e\x1e\x90\ \xb1\xba\x47\x8a\xe6\x7d\xbf\xc5\x18\xd3\x00\x85\xe7\x79\x6b\xd6\ \xae\x6d\x9b\x9f\x1f\x0e\x87\x09\xa5\x80\xa8\xbe\xaf\x53\x90\x52\ \x2a\x98\x5e\x3d\x70\x28\x05\x4d\x61\xd2\xdd\xbe\x6b\x81\xd9\x0f\ \xb4\xd9\x77\x4f\x15\x3b\x28\x2c\xcf\x5a\x57\x76\x69\xcf\xff\x6c\ \xca\xc2\x8d\xd5\x7e\xa4\x20\x3b\x3f\x7b\xfd\x9c\xe9\xbc\x6d\xbf\ \xbe\xc5\x99\x82\x1f\xd8\xec\x42\x0f\x71\x40\x34\x3a\xb2\xb6\xf6\ \xf5\xcc\xf4\x05\x91\x70\xa0\xec\xfb\x02\x4a\x35\x6b\x68\x4e\x8f\ \x05\xb5\x43\x26\x95\x6e\x29\x0e\x7b\x3a\x25\xfb\xd6\xaa\xb3\xba\ \xba\xba\xb6\xb6\x96\x51\x5a\x5c\x5c\xfc\xbd\x29\x31\x8e\xe3\x9c\ \x78\xe2\x49\x03\x8f\x3c\xd2\x09\x1a\xda\x1c\x30\x74\x5d\x7f\xf9\ \xa5\x17\xb7\x6c\xd9\x62\x9a\x66\x93\xd0\x70\xce\xb3\xb3\xb3\x2f\ \xbb\xec\x72\x7e\x28\x17\x66\x1f\x60\x0c\xc3\x58\xbc\x78\xd1\xbb\ \xef\xbc\x1d\x89\x24\x35\xeb\xbb\xe7\x79\x17\x5e\x74\x71\x61\x61\ \xa1\xff\xab\x2d\x9c\x6c\x45\xdc\x09\x21\x76\xd5\xd6\x35\x35\xfa\ \x88\xf3\xce\x5d\x35\x6b\x8e\x64\x06\xe1\x76\x45\x5d\x0c\x30\xeb\ \x40\xbb\xed\x21\x29\x47\x57\x56\xd7\x51\xfa\x7a\x66\x26\x81\x20\ \x20\xb3\x6f\x97\x50\xa8\xba\x4c\x63\xc6\xc9\x6d\x46\xbe\xb4\xa9\ \xe7\xbc\xda\xd9\xc7\x66\xeb\xdf\xb7\x06\xaa\x02\x05\x4a\xe5\xe5\ \xe5\x15\x14\x14\x48\x29\xa5\x94\xdf\x3b\x2c\x53\x4a\x59\x96\x95\ \x96\x96\x96\x08\x4a\xc9\x0e\x18\x96\x65\x55\x57\x57\x95\x95\x6e\ \x2f\x6c\x5f\x44\x08\x69\xba\x28\x84\x90\xd4\xb4\x34\x1e\x74\x78\ \x3e\x60\x84\x42\x61\xa5\xd4\xc6\x0d\x1b\x4a\x3a\x76\xb2\x2c\xab\ \xc9\xec\x4a\xa9\x48\x24\x92\x96\x96\xe6\xfd\x6a\xdb\x37\xb5\x1e\ \x96\x61\xba\x61\x10\xbf\xa6\xba\xde\x57\x10\xaf\xde\xbe\xa9\x2c\ \x9a\x5e\x90\x74\xa0\x47\x27\x3e\xe2\x49\x75\xf5\x47\x35\x46\x1f\ \xcd\x6f\xb3\xd1\xd4\x8d\x60\xb1\xb7\x7d\x1d\x55\x02\xe3\x6a\xe1\ \x91\x19\xbd\xe7\xd6\x0c\x9e\x5c\xb6\xea\xb0\xd4\x68\x8a\x46\xc5\ \xf7\x58\x8f\x10\x42\x28\x45\x00\x42\x88\xd8\x37\xaf\x50\x4a\x29\ \x84\x10\x81\x0b\x79\xc0\x10\x42\xba\xae\x6b\xc7\xed\xa6\xf2\x91\ \x16\xdb\x03\xb3\x1f\x48\xb7\x52\x0a\xce\x79\xc2\xb6\x3d\xd7\x0d\ \x85\x42\xcd\x8e\xce\xaf\xfd\x86\x6f\x45\xdc\xa5\x10\x46\x5a\xbb\ \xfe\x5d\x36\x7e\x3e\xed\x53\x9b\xcb\x4d\x15\x65\xe9\x45\x7d\x7b\ \x15\x65\xc8\x03\x19\x93\xe1\x88\xc9\x9c\x5f\x5e\x59\xb5\xda\x34\ \x3f\x48\x4f\xd3\x64\xb0\xd8\xdb\x0f\x8b\xcc\xd8\x11\x6d\xc6\xb0\ \x36\xa3\x9e\x58\xdd\x7f\x56\xd5\x27\x67\xb4\xa5\x7b\xbf\x23\x11\ \x91\x31\xad\xac\x62\xf3\xe6\x4d\x9b\x38\xe7\x94\xd0\x36\x79\x79\ \xed\x8b\x8a\x83\x62\xa5\x5f\xc4\xa5\x44\xfc\x71\xd9\xc9\x01\x3f\ \x11\x42\xc8\x41\xf6\x15\x68\xd5\x73\x57\x5c\xd2\x0e\xfd\x4f\x48\ \x6b\xd3\x61\x73\x45\x03\x35\x93\xb2\x32\xd3\x99\xe4\xf2\x40\x26\ \xce\x78\x88\xe7\xd7\xd5\x77\x8c\xdb\xf7\x14\xb7\xaf\x61\x2c\x14\ \x44\xdb\x7f\xe8\x85\xf4\xe5\xea\x1e\x29\xab\xfa\xa4\x1d\xfd\x71\ \xf9\x92\xfe\x19\xd5\xb9\x06\xf3\xd5\xde\xe4\x63\xd9\xd2\xc5\x65\ \x15\x5b\x3a\x94\x74\x4a\x4d\x4d\x6b\x6c\xa8\x5f\xbf\x7e\x7d\x75\ \x75\x8d\x69\x06\xcd\x06\x02\x02\x0e\x6e\x71\x47\xa4\xe8\xaf\x99\ \xfb\xe5\xac\xc5\x9b\x39\x21\x04\xa4\x27\xac\xa3\x4f\x19\xd6\xb5\ \x4d\xca\x01\x9a\x50\xf5\x11\xf3\x3c\xef\x92\xca\xea\x85\xc9\x49\ \xd3\x53\x92\x83\xf4\xc7\x1f\xe3\x77\x48\xe5\xeb\x64\xfa\xf0\x36\ \xd7\xfc\x6d\xd5\xc0\xe9\x15\x1f\x5e\xd0\x4e\x21\xe0\x1e\x86\x24\ \x48\xa2\xd1\xc6\xca\x8a\xf2\xe3\x8e\x1f\xca\x98\xe6\xb9\x4e\xc8\ \x32\xb3\xb3\xb3\xe7\xcf\x9f\x5f\x53\x1d\xeb\xd8\xa9\x53\xb0\x88\ \x6a\x40\xc0\x41\x2b\xee\x88\xc4\xab\xdf\x3c\x67\xe1\x96\x2e\x43\ \x4e\xeb\xd1\xc6\x12\x42\x2a\x85\xba\x69\x1c\x20\x65\x57\x00\x12\ \x61\x64\x6d\x5d\x9e\xe7\xfd\xa5\x6d\x5e\x9c\x90\x20\x49\xe6\xc7\ \xa1\x79\x72\x63\xa7\xa4\x85\x47\x66\x1c\x3e\xa3\x72\xc1\xa0\xac\ \xb2\xb6\x16\xe3\x7b\xa4\x76\x81\x92\x52\xf6\xe8\xd9\x5b\xd7\x75\ \xd7\x71\x94\x54\xbe\xcf\xa5\x94\x1d\x4a\x3a\x2c\x9c\x3f\x4f\x88\ \xc0\xf2\x01\x01\x07\x8b\xc3\xd7\xea\xb0\xdd\x77\x6d\x95\x94\xdd\ \xae\x20\x27\x64\x1a\x96\x65\x85\x42\x26\x23\x07\xca\xa3\xe3\x88\ \x6d\x5d\xef\xbc\xaa\x9a\x99\xc9\xc9\xb3\x93\x93\x8c\x40\xd9\x7f\ \xd2\x93\x12\xbf\x3a\x21\x87\x48\x75\xe4\xe7\x15\x00\xd0\xea\xc4\ \x05\x12\x9a\x91\x99\xc5\x39\x57\x00\x0a\x94\x02\xe5\xfb\x5e\x52\ \x52\x32\xa1\x54\xca\x60\xd6\x2e\x20\xe0\xe0\xf5\xdc\x95\x52\x46\ \x28\xd5\x6c\x9c\xfe\xc1\xeb\xaf\x44\x18\x28\x90\x5c\x86\x06\x9c\ \x70\x7c\xa7\x9c\xc8\x81\xf0\xec\x24\xe2\xc8\x9a\xba\x34\xce\x5f\ \xc9\xce\x70\x11\xcd\x20\x26\xf3\x53\x2e\x27\x57\xdb\xdb\x85\x17\ \x1e\x95\xd5\xf7\xeb\xea\xb9\x83\xb3\xb6\x16\x45\x5a\x6b\x38\x83\ \x84\x10\xa9\x00\x11\x00\x01\x24\xc0\xce\x7e\xbf\x81\x01\x03\x02\ \x0e\x5e\x71\x47\xc2\x28\x91\xe1\xec\x21\xa7\x9d\x51\x6f\xfb\x80\ \x4d\x1d\xbf\x59\x46\x92\x2e\x0f\x40\x6e\xa2\x87\xd8\xde\x71\xcf\ \xaa\xad\x9d\x9e\x9a\xbc\x30\x1c\xd6\x02\xb7\xfd\xa7\x81\x4a\x29\ \xc4\xd9\x43\x72\x7a\xcd\xa9\x39\x72\x5a\xe5\xf6\xc2\x70\xab\x91\ \xf7\x9d\x3d\x64\x10\x14\x00\x82\x52\xa0\x64\xf0\x50\x0d\x08\x38\ \xa8\xd8\x35\x2c\x83\xa8\xb8\xbd\x6d\xcb\xf6\xa8\x2b\x08\xd5\xad\ \x50\x38\x64\x85\x42\x56\x28\x14\xb2\x18\x21\xb0\xbf\xab\x8a\x14\ \x80\x02\x3c\xbd\xb6\x2e\x85\x8b\xff\x66\x66\xba\x64\xff\xf5\x83\ \x3f\xc4\x9d\xf7\x82\xd0\x82\x41\x99\xbd\xe6\xd4\xb4\xdd\x14\x17\ \x8c\xec\xc5\xf6\xcd\xd7\x53\xa9\xa6\x4b\x11\x10\x10\x70\xb0\x7a\ \xee\x88\x44\xd8\x55\x5f\xcd\x58\xd8\x73\xf0\x51\x55\x0b\x3e\x5f\ \x5d\xdf\xa4\x0c\x52\x62\xf2\xa0\x93\x4e\xe8\x94\x1d\xe1\xfb\x35\ \x2c\xc3\x11\xdb\x79\xee\xc8\x9a\xda\xe9\x29\xc9\x8b\x22\x21\x7d\ \x0f\xb7\x5d\x72\x37\xe1\xf8\x80\xa0\x14\x6a\xba\x8e\xa0\xa8\xa6\ \x33\x54\x9e\xe7\x21\xd5\x94\xf0\x91\x19\x1a\x05\xcf\x71\x41\xd3\ \x35\x12\x44\x15\xbe\x65\xfe\xd1\x59\xfd\xbe\xac\x3e\x62\x46\xd5\ \xb6\xf6\xad\x3a\xef\xa8\x00\x90\x10\x9d\x68\x82\x73\x05\x2a\x58\ \x68\x3b\x20\xe0\x60\x16\x77\x25\x05\x4b\x29\x3c\xeb\x82\x42\x4a\ \x49\xa7\xfc\xf3\x8f\x54\x00\x00\x04\x55\x43\x4d\xb5\xaf\x53\xb1\ \xbf\xc3\x32\x1c\xf1\xd4\xda\xfa\x54\xce\x27\x66\xa6\x7b\x48\xcc\ \x5d\x97\x4d\x12\x42\x64\xb4\x1f\x78\x64\xef\x7c\xd7\x76\x0c\x53\ \x2f\x5d\xbb\xac\x41\x6a\xb5\xdb\x37\xd4\x26\x68\x61\xd7\xae\xa2\ \x76\x0b\x49\x6f\xc7\xcb\x57\x95\x36\x60\x61\xf7\x5e\xaa\x62\xc3\ \xb6\x46\x97\x06\x0a\xb5\xd3\x79\x2f\x2b\x08\x2d\x1a\x98\xd1\x77\ \x76\xcd\xec\x21\xd9\xdb\x0a\xc3\xbb\x47\xde\x11\x19\x21\x35\x35\ \xd5\xdb\xb7\x6d\x4b\x8a\x24\x25\xa5\x24\x07\xcd\x7e\x03\x02\x0e\ \x66\x71\x27\x84\x36\x6c\x5b\xb9\x64\x7d\xb9\xc4\x9d\xc5\x5a\x88\ \x54\xb9\x1b\xd7\x6d\xef\x32\x64\x44\x56\x6a\x98\xfb\xfb\xad\xc1\ \x85\x8f\xd8\xd6\xf3\x46\xd6\xd4\x7e\x95\x9c\xb4\x28\x1c\xde\xb3\ \x69\x3b\x22\x0a\x3f\x1e\x75\xcc\x13\x86\x1f\xb3\x76\xea\xdb\x4b\ \x79\xc6\xb0\x53\x07\x7e\xfe\xc2\x3f\xd7\x54\xe8\xa7\x0c\x3e\x55\ \x2d\x79\x43\xeb\x77\x5a\x6c\xea\xea\xb5\xe5\xb4\xdf\xc9\xa7\x8b\ \x4f\x9f\xdb\x54\xe7\x50\x16\x88\x7b\x93\x5b\xae\x14\xe2\xdc\xc1\ \x59\xfd\xbe\xaa\xee\x3f\xb3\xaa\x95\xc8\xbb\x92\x52\x29\xc3\x30\ \x33\xb3\xb2\x35\x5d\x93\x52\x41\x90\xdf\x1e\x10\x70\x10\x8b\x3b\ \x20\x20\x4a\xd7\x75\x25\x52\x6c\xd2\x57\x54\x92\xcb\x76\x3d\x8f\ \xe8\x92\x97\xba\x1f\xdb\x0f\x28\x00\x89\x78\x72\x5d\x43\xae\xef\ \x3f\x58\x90\xef\xb4\x96\xdb\x4e\x08\x69\xd8\xb6\x68\x6a\x69\x4d\ \xbb\x8e\x69\xb3\x3e\x9d\xb2\x50\x74\x3f\x89\xe5\x0c\x1d\x79\x51\ \x87\x3a\xd6\x3b\xdf\xf8\x6a\x1e\x07\xd7\xe1\x12\x10\xc1\x77\x1d\ \x21\x02\xc7\x73\xd7\xeb\xea\xab\x6d\xed\x23\x8b\x8f\xc8\xe8\xf3\ \x75\xf5\xec\xe3\x73\x2a\x73\xcd\xdd\xba\xcd\x20\xa0\xe7\x79\xf5\ \x75\xb5\xe1\x48\x24\x1c\x0a\x07\x16\x0b\x08\x38\x98\xc5\x5d\x0a\ \x91\xd4\xb6\xc7\xf0\xf6\xbd\x00\x90\x31\xa6\x84\xef\x71\x49\x28\ \xd5\x28\xf1\xdc\x84\xbf\xff\x04\x54\x22\xa6\xf9\xfe\x99\x35\x35\ \x73\x93\xc2\xf3\x92\x22\x7b\xcb\x6d\x27\xcc\x08\x99\x16\x63\xcc\ \xb4\x42\x86\xcb\x94\x74\x1b\x6a\xab\xab\x6b\xb4\xb8\x5b\xd4\x94\ \xb8\x27\xa5\x90\x12\xa4\x82\x20\x8d\xaf\x55\xe6\x0e\xce\xea\xfd\ \x75\x55\xdf\xaf\xaa\x26\x9d\xd7\x6e\x37\x71\x57\xa0\x74\xc3\x48\ \xcf\xc8\x64\x8c\x29\x21\x30\x98\x50\x0d\x08\x38\x98\x3d\x77\x00\ \x25\xb8\x2b\x04\xa5\x50\xb9\x61\xd1\xac\xaf\x16\xd4\x47\x3a\x9c\ \x7a\xc2\x11\xbc\x7a\x2b\x24\xb7\xc9\x4a\x36\xf6\x57\x36\xa4\x4b\ \xf0\xcc\x86\xc6\xc2\x84\xfb\xaf\x36\x6d\x12\x94\x58\xdf\x35\x4f\ \x8b\x4d\xcd\x0b\x01\x29\xf2\xda\xf9\x33\x3f\x9b\xbd\x5d\xcb\xe8\ \xd4\x83\x4a\xdf\xe5\x46\xdb\xfc\x6c\x6d\x0b\x6d\x97\x69\x2e\xb1\ \x9d\x60\x3e\x75\xf7\x4b\x2b\xd4\xd6\xa2\xc8\xea\x5e\xe9\x87\xcf\ \xac\x9a\x7d\x5c\x4e\x5d\x86\xde\xb2\x60\x15\x01\x3d\xd7\xad\xae\ \xae\x0a\x87\x22\x49\x49\x91\xc0\x5c\x01\x01\x07\x19\xad\x55\xa8\ \x12\xc2\xa3\x65\x33\xbe\x58\x60\xe4\xb6\x37\x13\x75\x1e\xc0\xd6\ \x95\xdf\x2c\xd9\x5c\x83\x74\xff\x64\x2a\x72\xc4\x34\x9f\x9f\x5d\ \x5d\xbb\x2a\x12\x9a\x9d\x1c\xd1\xbe\xfb\x81\xa1\x78\xac\xa1\xc1\ \x57\x48\x80\x47\x1b\xe3\xa8\x5b\xe1\x90\xc9\x13\x51\xd7\xae\x9f\ \xfd\xf9\xb4\xb4\xa3\xaf\xf9\xf3\x3d\x57\x3a\x4b\xa6\x2d\xda\xd6\ \xc8\x68\xd0\x4b\x6f\xd7\xeb\x28\x95\x60\x38\xfb\xb8\xec\x50\x23\ \xef\x39\xb7\x46\x51\x6c\x11\x57\x47\x05\x4a\xd3\xb4\xd4\xd4\xd4\ \x70\x24\xac\x64\xd0\x5e\x39\x20\xe0\x60\xf7\xdc\x01\x00\x11\xdd\ \x78\xbd\x6d\xe6\x0e\x39\xa2\xef\xa2\x69\x5f\x12\x42\x89\x92\xfb\ \xf1\xeb\xef\x23\x0e\x8c\xc6\xba\x26\x12\x0f\x16\xe4\x37\x50\x6a\ \x7d\x47\xe1\x12\x52\xf4\xca\xde\x18\xff\x22\xa2\x11\x81\x6d\x13\ \x5f\x7a\x09\x11\x43\x94\x4f\x9f\x38\x0e\x10\x85\x98\x33\xf6\xf1\ \x25\x86\x06\x89\x78\x02\x28\x0b\xa4\x7d\x4f\x34\x5f\xae\xef\x9c\ \xb4\xa1\x5b\xf2\xe1\x5f\x56\xcd\x3f\x26\x3b\x11\x6a\x36\x92\x52\ \x52\x99\x96\x65\x5a\x96\xeb\x38\x76\x3c\xfe\x13\x26\x54\xd5\xa1\ \x96\x68\x83\xd8\xb4\xdc\x09\xe0\xce\xea\x80\xa6\xa8\xa0\xda\xb5\ \xd0\xb7\xd9\x2e\x3b\x36\xb6\xb0\x53\xd3\x9b\x94\xfa\x49\xa5\x63\ \x07\xa5\xdd\x11\x9b\x0b\xec\x9a\x7f\xda\x25\xe8\xba\xd3\xc2\x4a\ \x29\xb5\xe3\xd5\x2e\xff\xbe\xd9\x3a\xcd\xff\x6f\x61\x25\x05\x4a\ \x29\x68\x6d\x39\xbd\x83\xd2\xec\xad\xf5\x73\x97\x32\x9c\x9e\x97\ \xaf\x2d\x9c\x32\xe9\x53\x2f\x1e\x8d\x7d\x3e\xb9\xac\x1c\x8f\xeb\ \x9f\x8d\xfb\xa3\x7c\x54\x02\x58\x42\x8e\xac\xad\xdb\x6a\x18\x33\ \x52\x92\xf5\x7d\xd8\x67\xf3\xe5\xfb\xf6\x3a\x22\x02\x00\xa5\x0c\ \xa4\xef\xba\x40\x18\xfb\x61\x37\x10\x05\x4a\x40\xf8\x3b\xbf\x99\ \x04\xa8\x8e\x20\x14\xf7\x01\x10\x98\x8e\x08\x20\x3c\xb5\xd7\xc7\ \x19\x02\xd3\x50\xfa\x3b\xde\x80\x04\xa8\x86\x08\xc0\x3d\xa5\x10\ \x98\xb6\xe3\x30\xa5\xaf\x9a\x7a\xaa\x13\x0d\x29\x05\x50\x20\xb9\ \x12\x02\xa8\x86\x20\x54\x53\x20\x8a\x30\x40\x00\x71\xe0\xd6\xd8\ \x51\xc0\x75\x32\xef\xe8\xac\x0b\xc6\xac\xef\xba\xb8\x6e\xde\x31\ \x59\x28\x5a\xde\xa6\x92\x73\x21\x38\xff\x29\x99\x32\x84\xd0\x83\ \x36\xd3\x06\x5b\xdf\xb0\xe3\xeb\x8d\xd8\x5c\x1e\xd0\xbc\x64\x92\ \x52\xd2\xf7\x7c\xce\xb9\x52\xd2\x30\x0c\xa6\x69\x40\x88\xeb\xba\ \xb6\x9d\xa0\x94\x6a\xba\x46\x08\x05\xa5\x5c\xc7\x15\x42\x68\x1a\ \xb3\x76\x2e\xa7\xf7\xc3\x45\x10\x29\xa5\xbf\x62\x79\x47\xd5\xb2\ \xf3\xd1\x4e\x33\x02\x80\xda\x39\xc0\x6c\x32\x32\x20\x12\x00\x68\ \x5a\x0e\x49\x37\x74\xcf\xf3\xe2\x71\x9b\x50\x6a\x9a\x16\x80\xf4\ \x3d\x9f\x0b\xbe\x8b\x1d\x54\x73\x63\x8d\xa6\xff\x90\x20\x41\xb2\ \xc3\x68\x1a\x63\x52\x72\xed\x07\x2a\xc6\x2e\x8a\xc9\xd8\xaf\xc5\ \xec\xad\x9d\xa4\x92\x52\x4f\x1f\x74\xe2\xc9\x0b\xe7\x2f\x2c\xad\ \x47\x85\xa1\x63\x87\x1f\x5b\x92\x65\xee\x97\x3c\x48\x9f\x90\xfe\ \xd1\xd8\xc0\xc6\xe8\xd8\xdc\x9c\x0a\x4d\xfb\xf9\x1b\x40\x22\x05\ \xbf\x56\x6e\xaf\x85\x9c\x62\xaa\x11\xa5\x00\x44\x83\xdc\xbc\x4a\ \xd2\x2c\x92\x5f\x4c\x89\x2f\xb7\x2f\xe0\x31\x8e\x6d\xba\xd1\x88\ \x09\xad\x1c\x1d\x02\xfa\x6a\xdb\x2a\x91\xdc\x9e\x46\xc2\x00\x0a\ \xbc\x06\xb5\x75\x2d\xf7\x28\xe6\x75\xa7\x86\xa3\x36\xae\xf6\x3d\ \x8e\x48\x21\xa5\x1d\xcd\xcc\x45\x90\xd0\xb0\xd6\xaf\xac\x04\xa0\ \x90\xde\x81\x66\x66\x62\xcd\x3a\x8e\x19\x34\x2d\x09\x14\x81\xf8\ \x36\x11\x07\x92\x95\x87\xea\x80\x99\x81\x48\x58\xd3\x23\xb5\x22\ \xdf\xea\xff\x65\xd5\xd2\xfe\xe9\x09\xb6\x8b\x6e\x21\xe2\x8e\x2f\ \x16\xfe\x48\x85\x4e\x49\x49\x3d\x68\x17\x97\xc0\x96\x2e\x20\x20\ \xa0\x14\xbb\x2c\x90\xa4\x00\xa4\x92\x04\x10\x09\x20\xa0\xeb\x24\ \x2a\xca\xcb\xaa\x2b\x2b\x09\x42\x7a\x5a\x9a\x19\xb1\x5c\x14\x9b\ \xb7\x6f\xad\xa8\xa9\xf2\x95\x4a\x4e\x49\xd7\xcd\x50\x43\x7d\x63\ \x43\x6d\x7d\x43\x5d\x54\x27\x2c\x3f\x3b\x73\x40\xdf\xee\xfe\x0f\ \xff\x5a\x29\xa5\xc2\xe1\xb0\x65\x85\x7e\xc5\xce\xfb\x2e\xe2\xde\ \xe4\x8b\x37\x69\x0f\x20\x01\x00\x05\x52\x20\x25\x48\x48\x22\x91\ \x88\xc6\x62\x5c\x0a\x09\x50\x56\x5a\xba\x79\xcb\xe6\x84\xeb\x25\ \x67\xe4\x18\xa6\x55\x53\x5d\x5d\x59\x59\x15\x8b\xc5\xa4\x54\x52\ \x4a\x00\x44\xa5\x40\x01\x25\x3a\x65\x3a\xd3\x74\xdd\x34\x4d\x2b\ \xa4\xeb\x3a\x12\x60\x28\x4d\x46\x8a\x8b\xdb\x57\x55\x96\x77\x2b\ \x6e\xa7\x69\xec\x87\x5a\x4f\x29\xc5\x18\x4b\x4b\x4b\xff\xb5\x98\ \xbd\xf5\x27\x18\x51\xbc\xae\xa6\xaa\xc1\x76\x7d\x9f\x4b\xd5\xb8\ \xf8\xab\x99\x78\xf4\x31\x25\xd9\xfb\xa7\x71\xd8\x88\xba\xfa\x38\ \xa5\x1f\xa7\xa5\x90\x7d\xb6\x11\x22\x78\x89\xb8\x07\x5a\xd8\x32\ \x50\x29\xd7\x8e\x26\x9a\xab\x72\x08\x0b\x87\xc3\x1a\xdd\xb7\x2a\ \x1c\x02\xc8\xd5\x86\xe9\x5e\x05\xa5\xe9\x45\x54\x46\x15\xd5\x60\ \xe3\x3c\x2e\x22\xc4\x5b\xce\x69\x04\xe9\x16\x5e\xe5\x40\x9a\xa9\ \x36\xcc\x87\xae\xc7\x50\xb6\x47\x55\x3e\xa5\x50\x31\xd7\x5f\xbe\ \x5c\xf5\xca\xa5\x16\x51\x02\x31\x5e\x23\x7d\x04\x59\xc1\xd7\xb8\ \xd0\xa3\x37\x09\xa7\x13\x93\xab\xcd\xf3\x05\xc9\xa2\x39\x08\x12\ \x55\xd5\x0a\x1e\xcf\xd2\x72\xc3\x6a\xd3\x97\x9c\x0c\x66\xa5\x8b\ \xfc\xc6\x24\x38\x72\x38\xa3\x8e\x5c\x3f\xcb\x8f\xa7\x6b\xd9\xed\ \xa8\x3a\x60\xcb\x34\x52\x2e\xa3\xc9\x6c\xc1\xa0\xcc\xe1\x6f\x6e\ \x2d\xd8\x10\x5f\xd9\x4d\x6f\xd6\x2a\xa5\x9a\xbe\x0c\x3b\x56\x8c\ \x0c\xc2\xee\xdf\xe3\xbe\x2b\xc0\x9d\x23\x7a\xdc\xe9\x1c\x36\xf9\ \x84\x8e\x6d\x57\x56\x55\xd5\xd6\xd6\x30\x9d\xe5\xb6\xcd\x4f\x4a\ \x4e\xb6\x13\xf6\xf2\x75\x6b\x6b\x1a\x1a\xa8\xae\xa7\x67\x64\x29\ \x42\xaa\x6b\xeb\x2b\x37\x6e\x8d\xc5\xe2\xc2\x93\xa6\x66\x14\x97\ \x94\x14\xe6\x67\x1d\xe8\x15\xe7\x7f\xb9\x28\x6c\x61\x5b\x25\x05\ \x20\x02\x12\x84\xa6\xf0\x95\x92\x8c\x52\x2e\x44\x6d\x4d\x6d\xc2\ \x71\x14\x40\x5d\x43\xfd\xe6\xad\xdb\x5c\xd7\xcd\xc8\xcc\x4c\xcf\ \x34\x2a\x6a\x1b\x37\x6e\xd8\xdc\x18\x6d\x44\x24\x52\x2a\x25\x15\ \x2a\x64\x1a\x63\x54\xd3\x18\x33\x0c\xd3\x30\x42\xba\x69\x69\xba\ \x41\x28\x43\x82\x82\x73\x02\x82\x69\x54\x48\xe9\xba\xae\x3a\x34\ \x72\xc3\x5a\x5b\x20\x9b\x32\xde\xb8\x65\xda\x67\x5f\xea\x1d\xfa\ \x76\x2d\x0c\x49\x29\xa4\xd4\x52\x2d\xed\xa7\x7f\xfd\x3d\x42\x8a\ \x1c\xf7\xc4\xfa\x86\xcf\x52\x93\x37\x1a\x86\xb6\x6f\x3b\x54\x92\ \xc7\x13\xbc\xf3\x31\x23\x7b\xe8\x5b\x3f\xfe\x72\x89\x43\xac\x3e\ \xa7\x5f\x77\x74\xc7\x54\x04\xe0\xbe\x2b\xec\xca\x69\x53\x3e\x5c\ \x53\xc5\xf5\x7d\x88\xba\x53\x0a\x95\x4b\xb9\x4c\xa3\x99\x0c\xd1\ \x97\x5b\xe6\x72\x2b\x07\x63\x1c\xbb\x0c\xd2\xfc\x85\xde\x96\x8d\ \xc2\x68\x50\x56\x89\xd6\x2e\x4f\xd5\x4c\xe5\xd1\x04\xcd\x30\x40\ \x34\xc7\x58\x15\x10\x06\xf1\xad\xbc\x26\x81\x6d\xda\x23\x21\x50\ \xbd\x94\xd7\x85\x68\xe7\x1e\x34\xd3\xc4\xc6\x85\x6a\x55\xa9\x42\ \x13\x73\xba\xb2\xf8\x5a\xdf\x2c\xa0\xed\xda\x23\xe7\x40\x10\x50\ \x27\x19\x1d\x58\x61\x96\xac\x5c\xe5\xc7\x1a\x24\x0b\x21\xd6\x89\ \x9a\x06\x1a\xae\x12\x8e\x02\x43\x07\xa9\xbe\x8d\xde\x1e\x10\x7d\ \x17\x6a\xc9\xe1\x19\xc7\x4e\x2e\x3b\x7c\x66\xd5\xaa\x2e\xf9\x3b\ \x26\xd1\x95\x82\x1d\xed\xc2\x10\xd4\x8f\x76\xdc\x0f\x6e\x01\xfa\ \x56\x7e\x70\x47\x90\x5d\x21\x21\x20\x25\x60\x53\x11\x08\x7a\x09\ \xbb\xaa\xaa\xaa\x21\x1a\xd5\x2d\xa3\x4d\x7e\x7e\x28\x39\x5c\x59\ \x5d\xbd\x6a\xd9\xd2\x78\xc2\x4e\x4e\x4e\xce\xca\xcd\xb3\x13\x89\ \xb2\xb2\xca\xaa\x9a\x5a\xdb\x75\x95\x42\xa9\x80\x22\xf5\x7d\xb1\ \x78\xc9\xd2\x68\x7d\xde\xe0\x01\xbd\x3c\xcf\x3f\x54\x1f\x9a\x2d\ \x72\xb7\x50\xa9\xa6\xa0\x2d\x28\xca\xa8\x10\xaa\x21\x16\x6d\x8c\ \x36\xba\xae\x6f\x27\x9c\xad\xa5\xa5\x0d\xd1\xc6\xd4\x94\xb4\xd4\ \xf4\x8c\xaa\xea\x9a\xd2\xb2\xb5\x09\x97\xfb\x42\x20\xa0\x02\x41\ \x29\xa3\x8c\x68\x9a\x11\x0a\x85\x4c\xc3\xd4\x35\x9d\x6a\x1a\xd3\ \x74\xca\x98\x42\x22\x9a\xf6\x49\x29\x48\xa5\x69\x3a\xf7\x84\x93\ \x70\x0f\x11\x13\xb7\xee\xb9\x7b\x89\x98\x1f\x29\x1c\x3a\xe4\xf8\ \x7c\x2d\xe1\x09\x40\x50\x9e\xe7\xfd\xc4\xf6\x03\x0a\x40\x29\x35\ \xb4\xa1\xde\x92\xf2\x83\xf4\x34\xb9\x6f\x91\x5a\xa5\x24\xb5\xb2\ \x4e\x3c\x6f\xf4\xdd\xb7\x8e\xaa\x7d\xff\x91\x4f\xa7\xcd\x53\xba\ \x09\x00\x9a\x46\x7d\xc7\xc9\xeb\x77\xc6\x88\xa2\xca\x45\x1f\xbd\ \x23\xd4\xf7\x2b\x3b\x52\xf0\xaa\x65\x9d\x8d\x85\x87\xd1\x2d\x2b\ \x05\xea\xa4\xf8\x18\x66\x6f\x17\x15\x0c\x51\x01\x33\xc0\xaf\xc5\ \x0e\xbd\xe8\xda\xf9\xfe\xc2\x15\x10\xf3\x00\x11\x51\x53\xf1\x15\ \x7c\xed\x32\x11\xee\xae\x95\x74\xa1\xe0\xca\xca\xad\x2a\xb7\x17\ \x6b\x58\xe1\x2b\x80\xac\x9e\x2c\x55\x21\x00\x78\xe5\x62\xc3\x3a\ \x99\x77\xb8\x4e\x11\x94\x23\xb7\xaf\x93\xa9\x1d\x35\xd6\x24\x02\ \x88\xc4\x97\x9b\xa6\xbb\xd5\x06\x68\x6d\x69\x4e\x1a\xae\x37\x48\ \x5e\x7b\xa8\x59\x25\x1a\x5d\x95\xd9\x99\x39\xf5\x8a\x4b\xd0\x0e\ \xe4\x35\x26\x52\xd5\x66\x19\x8b\x07\x64\xf6\x9f\x55\x99\xbb\x2d\ \x4d\x14\xed\x50\x2a\x04\x20\x88\x80\xcd\x13\x7c\x81\x9c\xb7\xea\ \x60\xaa\x6f\x87\x3a\x4a\x81\x92\x08\x8a\x10\xe2\xc4\xed\xaa\xca\ \xca\x84\x6d\x1b\xa6\xd9\xae\xb0\x9d\xaf\xe4\xd6\xf2\xd2\xd2\x55\ \x2b\x25\xc1\xd4\xcc\x8c\xe4\xec\xec\x68\x34\xba\x7e\xe3\x96\x68\ \x63\xd4\x17\x82\x03\x80\x22\x42\x28\x42\x18\x63\x1a\x22\x51\x02\ \x74\xc3\x3c\x64\xbb\x3e\xe0\x6e\xfa\x8e\xa0\xa4\xa4\x8c\x2a\x85\ \x75\x75\xb5\x31\x3b\x1e\xb7\x13\x71\xdb\xae\xa9\xab\x8b\xc5\x6c\ \xcb\xb2\x32\x32\xb3\x6b\x6a\xeb\x57\xad\xdd\xe0\xf9\x3e\x20\x95\ \x0a\x34\xaa\xeb\xba\xae\x6b\xba\x02\x08\x59\xe1\x48\x38\xc4\x0c\ \x83\x31\x46\x09\xdd\x31\x6b\x8a\x28\x15\x12\x42\x00\x41\x81\x00\ \x00\x4a\x99\xeb\x79\x9e\xc7\x0f\x5d\x71\x97\x52\x86\x53\x73\x73\ \xf5\x6f\x3e\x7a\xeb\xb5\x24\x26\xb8\x94\x42\x18\xbd\x8f\x1e\x54\ \x9c\x95\xf4\x53\x16\x02\x97\x00\xa9\x42\x9c\x52\x5b\x3f\x3f\x12\ \x5e\x1c\x0a\xe9\xfb\x76\x5b\x73\x8f\xe7\xf5\x3e\x7a\xf8\xa0\xec\ \x6f\xe6\xac\xcb\xf1\x38\x20\x32\x22\x97\x4c\x19\xbf\xe0\x3d\x37\ \xa1\xb5\xbb\xff\x3f\x27\xbc\xfb\xdc\xe3\x5f\x6f\x17\xa6\xf5\xfd\ \x69\x9a\x88\xd0\xb0\x89\x57\x6d\x03\x95\x90\x35\xa5\x2a\xd2\x99\ \x15\xb5\x23\xb2\x56\x80\x27\x01\x41\xb8\x0a\x35\x08\xb5\xa5\x7d\ \xda\xd2\xfa\xa5\xfe\x8a\x75\x10\x32\x94\xf4\xc1\x2a\xa4\x5d\x73\ \x28\x31\x91\x80\x72\x6b\x45\xd9\x06\x99\x90\xbc\x71\xb3\x0c\x27\ \xc9\xec\xbe\x84\x4a\x90\x09\xb5\x7e\x2e\x4f\x3e\x4c\x6f\xdb\x16\ \xb9\x0f\x5e\xbd\x8a\xfb\xd8\x3e\x0b\x41\xee\x88\xd3\x29\x86\x6d\ \xfa\x68\x45\x45\xc8\x74\x10\xd5\x92\x0b\xc8\xe8\x40\xd7\x4f\xf7\ \x6b\x2d\xda\xb3\x1b\x6e\x9c\x73\xc0\xf3\x10\x9b\x1a\x0f\x2c\x1c\ \x98\x7e\xc4\x8c\x8a\x9e\x0b\xea\x56\x17\xab\xc6\xc6\x86\xd4\xf4\ \x24\x21\x9b\xea\x9a\x50\xa3\x34\x6e\xc7\xa5\x14\x4d\x93\x57\x01\ \xad\x87\x65\x40\x11\x42\x00\x94\x90\xb2\xa2\xbc\xbc\xbe\xae\x2e\ \x1c\x89\xe4\x14\xb4\xf5\x3c\x6f\xcd\xc6\x0d\xf5\xd1\x28\xd1\xf4\ \xec\x36\xf9\xbe\x14\x55\xb5\x35\xe5\x55\x55\xb1\x98\xad\x49\xe4\ \x5c\x20\x21\x52\x2a\xca\x34\x53\xd3\x18\xd5\x19\x65\x86\x6e\x30\ \xaa\xa5\xa6\xa6\x89\x43\xb6\xc7\x75\x73\x4a\xcc\xce\x17\x8c\xb1\ \x44\xc2\xae\xa9\xa9\xf6\x7d\xee\x70\xbe\xbd\xa2\x3c\x1e\xb3\x23\ \x49\xc9\x56\x98\xd6\xd4\xd6\xd5\xd4\xd4\x26\x5c\x9f\x10\x02\xa8\ \x11\x4a\x93\x42\x61\xcb\x0a\x5b\x96\x69\x59\x21\x9f\x73\x4a\x99\ \x69\x59\x0a\x00\x14\x10\x42\x00\xa4\x42\x90\xb2\x69\xce\x0c\x15\ \xa0\x52\x92\x52\x42\x08\x93\x42\xe1\x41\xb7\x10\xf6\x0f\x10\x77\ \x44\xe4\xbe\xd3\x50\x1f\xd7\xf2\x8a\x0b\xda\x24\x81\x52\x52\xb2\ \x64\x93\xfd\xc4\xb0\x8c\x47\xc8\x80\x86\x68\x91\xe3\x4c\xc8\xc9\ \x72\x08\xb1\xf6\xed\xb6\x66\xba\x5e\xb9\xfc\xa3\xbb\x6e\x78\xeb\ \xe8\xab\xc7\x5e\x93\xbb\x63\x89\x6e\xaa\x19\xdc\x57\xbd\x4e\xba\ \x68\x70\xda\xfa\xdb\xde\x9f\x4f\x0d\x7d\x5f\xae\x95\x14\x90\xd2\ \x51\xeb\x9e\xa7\xbc\x4a\x51\x5f\x0f\x61\x5d\x6d\x9c\xc1\x23\x45\ \x24\x45\x97\x9b\x67\x73\xbf\x02\xd2\xfb\x10\xd1\xa0\xca\xd6\xf3\ \x6d\xab\x65\xee\x11\xba\x89\x20\x24\x10\x1d\x4d\xa3\x69\x79\x3a\ \x60\xa9\xb4\xdb\x09\x44\xda\xca\x2d\x97\x91\x54\xac\x5e\xc6\x13\ \x49\xd4\xac\xe2\x35\x0e\x96\x50\x55\xb5\x19\x52\xf3\xd1\xae\x95\ \x9c\xa2\x15\x46\xb5\x73\x7d\x6a\xc1\x91\x1a\xa8\x6b\xc0\x25\x48\ \x17\x7c\x07\xc8\xff\xb3\xf7\x66\x3d\x96\x65\x57\x7a\xd8\x5a\x7b\ \x3a\xd3\x3d\x77\x8c\x39\x23\x33\xab\xb2\xaa\xb2\x06\xb2\x8b\x43\ \x17\xa9\x26\xd9\x6e\xb2\xd5\x74\xb7\xd4\xdd\xd2\x8b\x1e\x3c\xc1\ \x80\xe1\x17\xbf\x18\xfe\x1d\xb6\x61\xc0\xf6\x83\x0d\x3d\xd9\x02\ \x04\x1b\xb2\x25\xd8\x90\x2d\xb5\x7a\x94\x35\x98\x0d\x89\x6c\xb6\ \x38\x16\x2b\xab\x32\x2b\x33\x23\x63\x8e\x1b\x77\x3a\xf3\x1e\xd6\ \xf2\xc3\x8d\x4c\x56\xb1\x29\x89\x15\x45\x8a\xd5\x56\xed\x87\x04\ \x02\x88\x1b\x79\xee\x39\x67\x7f\x7b\xad\x6f\x7d\xeb\x5b\x03\xb1\ \xf7\x92\xa8\x07\x32\x11\xe4\x3a\xf0\x04\x31\xfe\x6c\x63\x38\xe9\ \xf9\xe4\x56\xfa\xee\xcb\xfd\x4f\x7d\xfd\xf2\xec\xd7\xdd\xf7\xef\ \xbd\xf9\xcb\x5f\xfc\x25\x25\x65\xf0\x5e\x49\x81\x2a\x7e\x70\xff\ \xbe\x14\x52\xa9\x0f\xdc\xca\x10\x42\xf8\x51\x35\xda\x9f\xff\x9d\ \xf3\x4c\xda\x78\xc5\xcd\x20\x02\x83\x90\xc2\x5a\x57\x2c\x17\xf3\ \xf9\x1c\x18\x26\x5b\x5b\xa0\xf5\x0f\x1e\xbe\x7b\x31\x9d\x0e\x87\ \xe3\xd1\xe6\x56\xeb\xdc\xa3\x83\xc3\xf9\x72\x59\x55\x15\xa2\x94\ \x28\xbd\x27\x21\x8c\xd2\x3a\x52\xda\xc4\xb1\xd6\x91\x31\x51\x1c\ \xc5\x71\x1c\x03\x0b\x13\x45\xff\x96\x44\xee\xcf\xee\xe7\x55\xc5\ \x62\x9d\x2f\x02\x12\x07\x04\x64\x44\x60\x70\x3e\x34\xad\x2d\xaa\ \xfa\x7c\x7a\x51\x36\x9d\x8e\x62\x93\xa4\x47\x27\x67\xf3\xf9\xa2\ \xb5\x5e\x49\x2d\x75\xc4\x8c\xbd\x34\x1b\x8d\xc7\x59\x9a\x19\x63\ \x84\x90\x28\x90\xeb\x26\x8a\x22\xad\x8d\xa7\x00\x20\xd6\x45\x59\ \x00\x66\xb1\x16\xa0\x22\x07\x62\x00\x62\x50\x52\x06\xdb\x09\x10\ \x1f\x22\x49\x45\xfc\x33\x4a\xca\xf5\xb7\x23\xa2\x1f\xbb\x11\x7e\ \x8e\xc5\xac\x1f\x0f\xee\x4d\x39\xab\x92\x5b\xbf\xf9\xeb\x5f\xdd\ \x33\xd6\x13\x00\xb0\xb3\xf6\xc3\x44\x19\x04\x60\x98\xff\xca\x6c\ \x76\x66\xcc\x1f\xe7\xb9\x82\x0f\x50\x4a\xf5\xae\xeb\x3c\x46\xe6\ \xbd\x1f\x22\x32\xc3\xaf\xfc\x95\x5f\x7b\xfb\xf7\xff\x9b\x77\xe6\ \x5e\x67\xd1\x4f\x18\x2c\xa8\x1e\x8e\x86\x48\x7d\xc4\x01\xf7\x33\ \x74\x19\xca\x54\x3c\xf7\x39\x75\xf0\xbd\x10\xbf\xa2\xf6\xf7\x85\ \x3d\xf2\x55\x85\xcf\x7d\xd9\x6c\x6c\xe1\x95\x42\x91\x7f\xb8\x01\ \xd1\xe0\x60\x0f\xb0\x0f\x43\x40\x00\x00\x20\x00\x49\x44\x41\x54\ \x85\x07\x46\x48\xb6\xd1\x9d\x62\x50\xa0\x37\xc4\x46\x4d\xb3\x47\ \x41\x65\x22\xdf\x55\xba\x8f\x37\xee\x0a\xf9\x54\xc0\xcc\x8c\x93\ \x57\x24\xf6\x21\x04\x60\x00\xc8\x60\xef\x15\x29\x01\x36\x3f\xa5\ \x81\x21\xb4\x62\xf7\x15\x54\x3f\xfb\xfa\x8e\x20\xee\x62\xf9\xa7\ \x5f\xdc\xf8\xf7\xfe\xfa\xec\xd5\x83\x72\xfe\x09\xf7\xb5\x7f\xfa\ \x4f\x5e\x7e\xe5\xd5\x3c\xcf\xeb\xaa\x7a\xf0\xe0\x7e\x53\xd7\xdb\ \x3b\xdb\x44\xf4\x41\x2f\x65\xad\x3b\x5e\xef\xdb\xff\x1f\xc8\x66\ \xd6\xdf\x85\x9e\xbe\xea\xcf\x36\xb2\x73\x6e\x76\xbe\x58\xad\x96\ \x5a\xeb\xa4\x3f\x08\x21\x3c\x3e\x3e\xb9\x58\x2e\xa2\x5e\x6f\xe3\ \xc6\xfe\x72\xbe\x7c\xf7\xad\xb7\xab\xb2\xf2\x81\x29\x84\x35\xf1\ \x22\x84\x84\x58\x44\x49\x92\x65\x59\x1c\x27\x26\x8e\xb5\x54\x80\ \x12\x11\x01\x90\x18\xe1\xfa\xb7\x8b\x89\x7e\x08\x94\x1f\xfd\x5a\ \xf8\x1a\xf8\xde\x37\xed\x8b\xc1\x79\x27\xa5\x00\x44\xe7\xbd\xb5\ \x6e\xb6\x98\x1d\x1c\x1c\xd4\x4d\x2b\x84\x60\x90\xc7\x27\xe7\x97\ \xb3\xf9\x3a\xd0\x96\x52\x4b\x1d\xc5\x51\xd2\xcb\xf3\xf1\x68\x6c\ \xa2\x18\x40\x48\x29\x98\x89\x18\x84\xd2\x28\x14\x48\x85\x88\xcc\ \xf8\xf4\x04\x61\x66\x20\x06\x7a\xa6\x86\x27\x04\x81\x28\x00\x05\ \x7e\x98\x0d\xf7\xde\x23\xea\xd9\xdb\x42\x44\x42\x88\x1f\xd6\xdb\ \xdf\x73\x98\xfd\x1c\x63\x9d\x1f\x3f\x66\xcf\xc4\x3d\xbd\x7c\xf8\ \x3b\xff\xc7\xff\x3e\xd0\x4c\x4c\x81\xe2\x4f\x7f\xe9\x8b\xcf\x6f\ \x64\xd7\x56\xcb\x38\x21\x3e\x59\xd7\x9f\x2b\xab\xff\x75\x73\xe3\ \xfc\x03\x2a\x20\x11\x85\x94\xef\xf7\x45\x09\x3e\xdb\xf9\xec\x57\ \x6e\x95\xff\xdb\x5f\xff\x53\x27\x63\xf3\x01\xf6\x04\x04\x0b\x10\ \xe3\xd6\x73\x18\x3c\xec\xfc\x82\x64\x0f\x84\xe2\xc5\xaf\x48\x08\ \xec\x1d\x47\x7b\xf2\xee\x2d\x24\xcf\x3f\x5e\x7b\xce\x40\x0e\x08\ \x60\xf2\x82\x24\x0f\xc9\xf3\x72\xc0\xc0\x28\xc7\x77\x14\x00\x00\ \xb1\xb3\xac\xb6\x64\x8a\x3f\x94\xae\x33\xc0\xf8\xae\x84\x70\xa5\ \xaa\x14\x3d\xb1\x3b\x00\x72\x40\xfe\xea\xb4\xd8\x7d\x05\xc9\xfd\ \x9b\xa0\xbb\xb5\xe3\x7b\x9f\x1c\x5e\xec\x46\x2f\xfc\x93\x3f\xb9\ \xfc\x4f\xff\xb3\xf9\xe5\xec\x3b\xdf\xfa\x17\x81\x82\x10\xb2\xdf\ \xcf\x5f\x79\xf5\xd5\xd3\x93\x93\x6b\xc0\xc4\x1a\x07\x85\x10\x1f\ \x86\xb2\xfb\x08\xb1\x05\xef\x6d\x9c\x41\x60\x0a\xcc\xe0\x03\x9d\ \x9e\x9f\x31\xca\xf1\xd6\xf6\xaa\x28\x0e\x8e\x8f\xad\x0f\x71\x1c\ \xf7\x47\x93\xcb\xc5\xea\xd1\xe3\xa3\xba\x69\x10\x90\x08\xa5\xd2\ \x69\x62\xe2\x38\x4d\xe2\x24\x4a\x62\x1f\x42\x92\x24\x5a\x1b\x21\ \x25\x08\x21\x85\x64\x86\x2b\x58\x66\xbc\x6a\x7f\xb8\x76\x00\xf9\ \x14\x59\x3e\xfa\xa9\x92\x10\xe2\x19\xd2\x3d\x6d\xdd\x42\xa1\xa4\ \x0f\x6c\x5d\x77\x79\x39\x3b\xbb\xb8\x58\x2c\x97\xd6\x79\x6b\xed\ \x7c\xbe\x28\xaa\x3a\x30\x28\x65\x04\x42\x14\x27\xe3\xc9\x38\x49\ \x7b\x69\x92\x6a\x63\x10\xd1\x7b\x16\x52\x0a\x14\x21\x10\x41\x08\ \x0c\x8e\x18\x08\x88\x11\x00\x09\x20\x10\x00\x03\x31\x04\x66\x26\ \x5e\xd7\x93\x8c\x12\x42\xa0\x67\x66\xb8\x7e\x90\x8a\xb8\xd6\xb9\ \xf3\xfa\xce\x3f\xc3\xee\x67\xc8\xfe\x63\x83\xfa\x8f\x0e\xb8\xa3\ \x10\x28\x7a\x3b\x5f\xfa\xca\xbf\x73\xb2\xb2\x02\x11\x80\x89\x75\ \x66\xe4\x87\x0c\x10\x7e\x6d\xb1\x14\xcc\x7f\x38\xec\x7f\x78\x13\ \x03\xf2\x6e\xef\x53\x5f\x8c\xe7\xc7\x6f\xbe\x33\xd3\xe6\x83\x3b\ \x1a\xf2\x15\xf8\x06\x77\xf5\xa3\x6f\x9f\x0e\x25\x0a\xf0\x93\xf8\ \xa3\xad\x3f\xc8\xfe\xd9\xf5\xf0\x7b\x0e\x1e\xf8\x11\x90\x23\xf7\ \xbe\x14\xe6\x7d\xe7\x23\x3f\xbd\x86\x7f\x03\x31\x29\x71\xd5\x57\ \xdf\xfd\xdc\xc6\xaf\xfd\xc1\xb7\xab\xb7\xee\x6d\x7e\xe6\x33\x5b\ \x9b\x9b\x28\x84\x10\x42\x4a\x29\xc4\x35\x9f\x6f\xd3\x34\x44\x14\ \x45\xd1\x7b\x23\x97\x3f\xef\x6b\x9d\x82\x30\xac\x65\x4c\xcc\x08\ \xe3\xcd\x8d\xf3\x8b\xcb\x07\x0f\x1f\xba\x40\xd2\x18\x06\xf9\xf0\ \xf0\x64\x31\x5f\x38\x1b\xd6\xa1\x25\xa2\xe8\xe5\xe9\x60\x30\xcc\ \x7a\x3d\x13\xc5\x88\x82\x98\xbc\x77\x69\x92\xac\x23\x4a\x14\x72\ \x0d\xc4\x02\x80\x10\xae\x5a\xe0\xf8\xfa\x57\x28\xa5\x5c\x1f\xa8\ \x3f\xf7\xf4\xff\x27\x3c\x8d\x9e\xc5\xef\x02\xd1\x85\xd0\x75\x76\ \xb5\x2a\x0e\x8f\x8e\x96\xab\xaa\xed\x6c\xd3\x76\x8b\xc5\xa2\xed\ \x1c\x03\xa3\xd0\x91\xd2\x42\xca\xd1\x70\xb4\xb1\xb1\x11\xc7\xf1\ \xfa\x96\xb6\x6d\x0b\x0c\xc6\x18\x1f\x98\x60\x8d\xd4\x82\x51\x30\ \x0a\x02\x70\x81\x03\x07\x26\xa2\x10\x80\x91\x01\xd6\x47\x29\x22\ \xaf\x83\x7c\x21\x44\x20\xef\xfd\x35\x83\x29\x21\x44\xd7\x75\xf7\ \xee\xdd\x4b\xd3\xb4\xd7\xeb\x25\x49\xa2\xb5\x7e\xda\x7d\xfc\xbe\ \xa0\xfe\xd9\x49\xf6\xf3\xdd\x11\x3f\x02\xee\x08\xe4\x96\xf3\x22\ \x4a\xd3\x8d\xfd\x3b\xa3\xf7\x48\x95\x94\xd6\xd7\x2e\xfc\x05\x80\ \xa1\xf7\x5f\x9d\x2f\xff\x59\xbf\x77\x2f\x49\xd4\x07\xa7\x77\x98\ \x41\x47\x59\x96\x98\xb5\x80\xcf\x3b\xf5\xea\xe7\x5e\x0e\xed\xd7\ \x8f\x6b\x54\x29\x7c\xbc\x7e\xf2\xf5\xbd\x37\x36\xbe\xf8\x7b\x47\ \x83\xdf\xff\xa3\xf3\xcf\x7e\x56\x3e\x6b\x82\x27\xba\x5e\x29\x15\ \x11\x9f\xc5\xec\x3f\xdf\x0c\xf4\xa7\x1c\xbf\x5f\x11\x1f\xc4\xc0\ \x75\xd3\x5e\x5c\x5e\x4e\x67\x73\x62\x06\xa5\x8b\xb2\x9e\x9f\x9e\ \x2d\x96\x85\x23\x8a\x85\x49\x4d\x2c\x84\x88\x92\x68\x30\x1a\x67\ \x79\x2f\x4a\x62\x10\x32\x30\xa3\x40\xc1\x4c\x0d\x49\xad\x01\xd6\ \x50\x8e\x42\x88\xab\xee\x9d\x2b\x14\xb8\x7e\xd8\xde\xb6\x2d\x00\ \x68\xad\xd7\xf8\xf2\x0c\x50\xd6\x82\x9e\x8f\xa0\xf0\xe9\x19\x6b\ \xc7\xcc\x5d\x67\xa7\xcb\x79\x55\x96\x8f\x9f\x1c\x16\x45\xd5\x59\ \x5f\xd6\x4d\x55\x35\x88\x42\x28\xa5\x95\x36\x26\xe9\xf7\x07\xbd\ \x5e\x96\x24\x49\x1c\xa7\x00\x2c\x40\x00\xa2\x52\x2a\x78\xef\xbd\ \x63\xa1\x00\x91\x51\x30\x33\xa0\xf0\xc4\xde\x7a\xeb\xdd\xd5\x69\ \x77\x35\x9f\x60\xad\x04\x03\x01\x28\x10\x57\xab\x45\xbf\x17\x79\ \x6f\x8b\x6a\x75\xbd\x3b\x2f\x84\xa8\xaa\xfa\x8f\xfe\xe8\x1f\x66\ \x59\x1a\x45\x51\x9a\xa6\x69\x9a\x0e\x86\xc3\x41\x7f\xd0\xef\xe7\ \x71\x1c\x6b\x6d\xb4\x56\x42\x08\xa9\x24\x30\xac\x43\xfb\x9f\xc3\ \x39\xfa\xf4\xeb\xa9\x1f\x09\xda\x7d\x71\xf2\x7b\x7f\xef\x9b\x9f\ \xfe\xca\x97\xce\xbe\xf1\x87\x6f\xcd\xaf\xc6\xec\x79\xca\x7e\xf9\ \x37\xff\xd2\x6b\xbb\x7d\x7f\xad\x9e\x0b\x2b\xc4\x17\x97\xab\x5b\ \x5d\xf7\x3f\xee\xed\x58\xc4\xe4\x83\x7f\x61\xa3\xc5\xbd\x7f\xfc\ \x37\xfe\xa7\xf8\x20\xe8\x58\x20\xc8\x38\x3a\xf8\x47\x7f\xeb\x7f\ \x86\x07\x4e\x47\x1f\xcb\x3b\x3e\xc0\x49\xee\xe8\x64\x3f\x39\x78\ \x65\xf3\xee\xef\xfc\xde\xec\x3f\xf9\x8f\x69\x6b\x0b\xfc\x87\x95\ \x85\xf5\x7a\x39\x02\x0a\x21\x18\x58\x08\x41\x57\x74\x35\x03\x5f\ \xc9\x08\x9f\x09\x22\x04\xae\xbd\x3d\xd6\xaa\x55\xbc\x1a\xcc\xbd\ \x96\x63\x3e\xdd\xff\xc4\x20\xae\x74\x99\xb4\xfe\x30\xf3\x87\x39\ \x30\x70\x3d\xa5\x64\x0d\x7e\x57\x57\xc3\x4f\x5d\x23\x9e\xe2\x38\ \x11\x09\x81\xc0\x84\x02\xd7\x3c\x15\x11\x11\x71\xdd\xb6\x27\xd3\ \xcb\xe5\x6a\xe5\xac\xeb\x9c\x5b\x15\xd5\x6c\xb1\x74\x81\x88\x40\ \x48\x9d\x45\x26\x4f\xf2\x51\x3e\x4a\xd3\xc4\xc4\x51\x14\x47\x81\ \x89\x80\x58\x4a\x44\x64\x04\xe7\x5d\xa0\xc0\x4c\x42\x28\x16\x40\ \xcc\x0c\x48\x1c\x82\x27\x06\x0e\x4c\x0c\xea\xbd\x0e\x2a\x1f\x80\ \x61\xd3\xe6\xfb\xdf\x7b\xf3\xe0\xd1\x41\x7f\xd8\xef\x0f\xfa\x79\ \x3f\x4f\x92\x28\xcf\xfb\x59\x9a\xf6\xd2\x4c\x49\x85\x42\xe0\x95\ \x89\x33\x33\x20\x5d\x59\x43\x3d\x7d\x14\x0c\x02\x81\x88\xf0\xaa\ \xd9\x1f\xaf\x5a\x39\x9e\x76\xe4\x22\xbc\xcf\x1b\xe0\xc7\xc2\xc7\ \xd5\x2f\x20\x30\x00\xaf\x07\xad\xf3\xd3\x2e\x2f\x5e\xbf\x09\x01\ \x98\x11\xd7\xb7\x9a\x85\x40\x46\x24\x82\xe9\x6c\x76\x74\x7c\x3a\ \x5b\x2c\xad\x73\xde\xf3\xd1\xe9\x39\x30\x4a\xa5\x47\x93\x8d\x2c\ \xeb\x49\xa5\x95\x52\x91\x89\xd3\x34\x55\x52\x89\xa7\x0b\x00\x9c\ \x77\x4c\x61\x4d\x9f\x83\x24\xcf\x32\x08\xe3\x9d\x73\x2e\x38\xea\ \x82\x90\x5d\x40\x8d\x4a\x0b\x20\x70\x24\x38\x78\x07\x00\xe4\xac\ \x6f\x5b\xd7\x56\x14\xba\xdd\xcd\x41\xf0\xf6\xfa\xc3\xa0\x19\x40\ \x08\x8e\xfb\x65\xe0\xf9\xaa\xa1\x65\x25\x85\x90\xf8\x04\x89\x53\ \x6d\x22\xa5\x46\x83\xe1\x70\x3c\xc8\xf2\x34\xcb\x7a\x83\x41\x9e\ \xe7\xb9\xd6\x2a\x04\x5a\x13\x37\xcc\x80\x00\x44\x8c\x02\x9f\xf9\ \x55\xbc\xff\xe9\xaf\x0b\xf8\xff\xea\x3b\x8f\xef\xbf\x9e\x35\x1f\ \x0c\xcc\xb4\x4e\x89\x98\x99\x02\x09\x25\x99\xf9\x47\xc7\xec\xc9\ \x6c\xf7\x37\x7e\xfb\xab\x26\x49\xf6\xfe\xe2\x6f\x7f\x82\xf8\xe9\ \xc6\xc4\x24\x4b\xae\x47\xaa\x12\x40\x4c\xf4\x1b\xf3\xc5\x61\x1c\ \xfd\x49\x2f\xbb\x9e\x2f\x83\xd6\xf8\xe8\x9b\x7f\xf7\x1e\x5f\x75\ \xa8\x6a\x0d\x6f\xfe\x3f\xff\xd7\xb7\xc1\x64\xa9\xf9\x78\x3e\xdc\ \x07\x81\x3a\x70\x86\x1f\x7f\xf9\x97\x5e\xfe\x1f\xfe\x28\xf9\xc6\ \x37\xaa\xbf\xfa\x57\x3f\x24\xb8\x13\xd1\xb7\xfe\xc5\xb7\xe2\x38\ \xe9\xe7\xbd\x28\x49\x92\x24\x8e\xe3\x58\x6a\xbd\x36\x9c\x21\x20\ \x0a\xe1\xea\x0d\x5c\xe3\x2b\x11\x22\xae\x13\x57\xbc\xc2\x95\xa7\ \xf9\x2c\x20\x22\x0a\x66\xbc\xc2\x1d\xc6\x35\x77\xf1\xd3\xca\x06\ \xd6\x69\x3a\x13\x02\x00\x88\x75\x80\x0b\x88\x04\x2c\x85\xf0\xc1\ \x0a\x29\x98\x09\x10\x5a\xdb\xd6\x4d\x37\x9f\x2f\xcf\xa7\x33\xcb\ \x58\x35\xed\x6a\x55\xac\x56\x05\xae\xf9\x17\x6d\x04\xaa\x5e\xde\ \x9b\x4c\x26\xa3\xc1\x58\x29\xad\xa4\x0c\x14\x9c\xf7\x28\xa4\x10\ \x57\xb6\xf9\x3e\x90\x77\x0c\xa0\x98\xa5\x23\x08\xc4\xc4\xe0\x89\ \x88\x78\x9d\x2d\xf9\x40\xce\x5f\x93\xfc\x45\x81\x45\x59\x1f\x1c\ \x9e\x8a\xb3\x0b\x46\x16\x52\x28\x2d\x8d\x51\x46\xa8\x2c\x8e\x87\ \x79\x3f\xcf\xfb\x79\x3f\xeb\x0f\xfa\x59\xaf\x97\x65\xbd\x28\x36\ \x02\x15\xaf\x47\xe5\x0a\x40\x04\xa2\xab\x34\x6b\x7d\xb8\x7c\x48\ \x37\xff\xab\x1c\x04\x41\x3c\x13\xb0\x13\x0b\xc0\xb5\x2c\x05\x05\ \x78\xef\x19\x70\x59\x56\x87\x47\x27\x97\xb3\x79\x59\xb5\xb3\xd9\ \x32\x8a\x93\x38\x89\x8c\xc9\x92\x34\xdb\xdc\xda\x4a\xd3\xd4\x98\ \x58\x48\xd1\x76\x9d\x44\x11\x19\x13\x42\xb0\xce\xc5\x51\xbc\xd6\ \xba\x10\x88\x00\x40\xbc\xee\xf9\x23\x47\xdc\x79\x08\x0e\xbc\x0b\ \x9d\x6b\xc9\xc4\x96\x65\x20\xe2\xe0\x18\xba\xc6\x35\x4c\xa4\x50\ \x90\x77\x0a\x78\x98\xa7\x69\xd4\x1f\xe4\x99\x64\x3b\x1e\xf6\xaf\ \x1b\x50\x93\x90\x3a\xdd\xb8\x8d\x02\xd6\xec\x0f\x73\xc0\xe0\x24\ \x79\x61\xed\x62\x3e\x5f\x2d\x8a\x47\x07\x8f\x41\x42\x9e\xf7\x36\ \x26\xe3\xdd\xed\xed\x9b\xb7\xf6\x47\xe3\x71\x08\x14\x9c\x47\x21\ \x9e\xda\x9e\x21\x0a\xe4\x75\x66\x08\x1f\x22\xdf\x45\x60\xba\xba\ \xed\x04\x88\x7c\x45\xcd\xa1\x58\xcb\x81\xf8\x47\x26\x31\xa1\x96\ \x74\xfc\xe0\x7b\x62\xf7\xf5\x57\x6f\x8e\xe9\x87\xf4\xf0\xba\x7a\ \x70\x9d\x0b\x70\x42\xbc\xd4\x34\x9f\x2b\xca\xff\x73\x63\x7c\xae\ \x75\x74\x2d\xc9\x0d\x33\xa8\x28\x53\xf0\xd4\x5b\x88\xc1\x24\x99\ \x79\xfa\xe3\xc7\xeb\x27\x5f\xd2\xfa\xcb\x4f\x7f\x3a\xec\xbd\xd9\ \xfb\x7b\x7f\xbf\xfa\xad\xdf\xfa\xf0\x7f\xf0\xfb\x6f\x7e\xcf\x76\ \x16\x11\xb5\xd6\xbd\x3c\xcf\xb2\xac\x97\x65\x79\x3f\x4f\x7b\xbd\ \x34\x4d\x7b\x69\x92\x25\xa9\x94\x02\x10\x50\x08\x25\xd5\xba\x96\ \x18\x88\x80\xaf\x82\xe5\x2b\x3e\x87\x99\x08\x04\xc2\xb3\xb2\x1b\ \x13\xe2\x87\x33\xe9\x47\x60\x24\x04\x04\x7a\x6a\xb3\x70\xb5\xb5\ \xf8\xca\x52\x6a\x0d\xf0\x8e\xc9\x98\xc8\x53\x08\x21\x5c\xce\x67\ \x3e\xd0\xe3\x83\xc3\xb2\xa8\x3a\xe7\x2f\x17\x85\x27\x02\x10\x71\ \x94\x80\x40\x63\xe2\x5e\x2f\x1f\x0c\x06\x69\x92\xc5\x71\x22\x04\ \x23\x84\x35\x5c\x0a\x90\x04\x78\x05\x9a\x0c\x92\x91\x80\x83\x88\ \x1d\x6b\x67\x7d\x00\x24\x06\x62\xc1\x81\x99\x09\x98\x03\x01\xc5\ \xd7\x6d\x0b\x26\xd2\x69\x3f\xd9\xdc\xd7\x5a\x12\x30\x51\x20\xa2\ \xd6\x77\x81\x79\x39\x9d\x1f\x9e\x5c\x48\x20\x94\x6c\xb4\x1e\x0d\ \x87\x9b\x9b\x5b\xaf\xbd\xf2\xca\xfe\xcd\x7d\x40\x64\x62\x62\x16\ \x52\x00\x0a\x06\x08\x21\xac\xbb\xd8\xf8\x3d\x10\x83\x3f\x19\x9a\ \x5f\x59\x7d\x01\xaf\x8f\xca\xf5\x23\x43\x60\x20\x96\x52\xad\xb3\ \x30\x0a\x54\xdb\xf6\xf4\xe2\xfc\x62\x7a\x49\x00\xd3\xd9\xa2\x6b\ \x5d\x59\xd6\x6d\xe7\x09\x31\xeb\x0f\xd2\x5e\x3f\x6b\x6c\x96\xf5\ \xa2\x24\x01\x21\x03\x31\x08\x50\x4a\x0b\x40\x22\x16\x52\xb7\x75\ \xa9\xe3\xec\x8a\x78\x01\x61\x99\x5c\xf0\xec\x83\xf4\x8e\x95\x09\ \x81\x9d\xf7\x5d\xd3\x00\x3a\xea\x08\x50\x7b\x17\xd0\x36\x91\xc4\ \x71\xa4\x95\x90\x52\xe0\x64\xb2\x6f\x34\x0e\x07\x79\x1c\x2b\xef\ \xbb\xb3\xe3\x47\xd6\xd6\xd7\x7f\xab\x84\xc4\x64\x88\x02\x04\x01\ \x42\x40\xf2\x40\x2e\x91\x8c\xb6\x69\xda\x1a\xbc\x8d\xe3\x44\x69\ \xed\xbc\x3f\x38\x3c\x9e\xcd\x17\x17\x97\xb3\xbb\x77\x5f\xda\xdb\ \xdb\x93\x4a\xa2\x10\xcc\x50\x95\x55\x55\x55\x93\xc9\x44\x4a\xf9\ \x2c\x79\x7d\x1f\x99\xf2\xaf\x49\x98\xde\x6f\x79\x84\x57\xe0\x7c\ \xb5\xc1\x04\x02\x31\x31\x33\x70\xdd\xb6\x3f\xca\xb9\x23\xb8\x93\ \x83\x87\xbd\xd1\xeb\x49\x1c\x3f\x6b\x8c\xbe\xea\x50\xbd\x2e\x92\ \x7e\x65\x59\x44\x44\x7f\x38\x18\x88\x0f\x97\x63\x7f\xbc\x7e\x0a\ \x8b\xc8\x6d\x8f\xab\xdf\xf8\xf5\xfc\x6f\xfd\xcd\xe8\xde\x3d\xf7\ \xca\x2b\x78\xdd\xe0\x7d\x1d\xf4\x91\x52\xde\x79\x44\x74\x3e\xac\ \xa6\x53\x38\xbf\x78\xa6\x78\x8b\xa2\x28\xd6\x26\x4b\xa2\x7e\x3f\ \xcf\x92\x78\x90\xe7\xbd\x3c\x4f\xb3\x5e\x9c\xa4\x51\x14\x0b\xa9\ \x10\x15\x22\x11\x05\x60\x04\x81\xf2\x69\x36\x00\x28\xd6\x5e\x7e\ \x3f\x0d\x29\xc8\xfa\xa5\x25\x06\xa0\xa7\x8e\x83\xcc\x5e\xc3\xba\ \x86\x8c\x81\x82\x54\x72\x59\xd5\x45\x51\x4c\xe7\xb3\x55\x51\x18\ \x9d\xb4\x36\x1c\x9d\x5e\x08\xa9\x93\x24\x4b\xb3\x2c\xcb\x72\x13\ \x45\x6b\x93\xe4\x28\x8a\x8d\x89\x88\x58\x6b\xc3\xdc\xa1\x60\xe2\ \xe0\x09\x1d\x43\x20\x00\x54\x02\xc4\x55\xc9\x9e\xd0\x7a\xf4\x1d\ \x3b\x4b\xb4\xde\xc6\xcc\x00\x24\x00\x11\x45\x60\x64\xbe\x2e\xa7\ \xc8\x8c\x71\x2a\xf2\x0d\x94\x52\x30\x23\xb0\x02\x46\x72\x5a\x78\ \x82\x69\x13\x16\x71\x9a\x4a\x81\x02\xc5\x74\xbe\x5a\xad\xca\xe5\ \x7c\x79\xe7\xec\xec\xa5\x97\x5e\xea\xf5\x32\x66\x0a\x80\xcb\x65\ \xf1\xf8\xc9\xe1\xde\xde\x8d\xed\xcd\xcd\x1f\x4a\x4a\x7e\x78\xc3\ \xf0\x27\xbb\xad\xef\xc1\xa5\x10\x10\x11\x19\xc8\xb9\x7a\xb1\x9c\ \xcd\xe6\x8c\x88\x4a\x05\x89\x75\xe7\xde\x79\xfc\xb8\xaa\x9b\xb6\ \x75\x40\xa8\xa4\x4e\x92\x4c\xc6\xb1\x32\x11\xa0\x48\xb2\x4c\x29\ \x2d\xa4\x8e\xa2\x38\x10\x7b\x1f\x50\xc8\x75\x46\xa5\x95\xd2\x71\ \xca\x42\x36\x9d\x0f\x80\x9e\xc0\x05\xb0\x1e\xd9\x43\x86\x82\x02\ \x57\x55\xc5\xbe\xd3\x5a\xf4\xd2\x6c\x56\x14\xcc\xa1\xdf\x4b\xfb\ \x51\xdc\x53\xaa\x9f\xf5\x8d\x31\x75\x5d\x19\xa3\x26\x9b\xa3\xfe\ \xa0\x77\x3e\x3d\x73\xa1\xa9\xda\x82\x84\x57\xd7\x75\x85\x64\x86\ \x96\x95\x02\x01\x52\x0a\x64\x44\x56\xe8\xd9\xd7\x71\x4f\xc6\x4d\ \xe6\x5a\xde\xb9\x71\x83\x08\xab\xb2\x6c\x5b\xd3\x58\xfb\xe8\xf0\ \xe8\x62\x36\xdf\xdf\xdb\x9d\x8c\xc7\x08\x5c\xd7\xcd\xe5\x6c\xd6\ \xd9\xee\x97\x7e\xe9\x97\x26\x93\x89\x73\x6e\x5d\x5f\x86\x67\xed\ \x14\xf0\x13\x70\x46\x0c\x8c\x6b\x2a\x8c\x11\x00\x88\xd7\xda\x4e\ \xb6\x5d\x5b\x37\x55\x51\xa9\xd8\x80\xd1\x6c\x7e\xcc\x97\x94\xb1\ \x76\xdf\xfa\xda\xef\x5f\xbc\x95\x3c\xad\xa0\x52\xa0\xf8\xf5\x2f\ \x7e\xe1\xce\x46\xef\x83\x32\x33\x04\x90\x10\xfd\xea\x72\xf9\xed\ \x5e\xf6\x66\x96\xea\x8f\x03\xed\x9f\x3f\x33\xc3\x80\xa2\xfc\x4b\ \xbf\xde\xff\x5f\xfe\x46\xf2\x8f\xff\xb1\x7d\xfd\xf5\x6b\x33\x33\ \xeb\x14\x30\xdf\xbe\x25\x9b\x76\x4d\xe0\x02\x73\x08\x61\x0d\x63\ \x21\x10\x33\x57\xc1\xd7\x65\x37\x2d\x1a\xa0\x80\x1c\x98\x42\x6c\ \x4c\x12\x27\x59\x96\x8f\x36\x26\x9b\x9b\x5b\xa3\x51\x3e\x1a\x0e\ \x04\x22\x53\x40\x29\x99\x99\x41\x84\x40\x20\x84\x44\xf8\x29\x70\ \x32\xc8\x00\x57\x74\x81\x84\xb5\x86\x02\x50\x48\x60\x2c\xaa\x4a\ \x68\xe5\x43\x38\x3f\xba\xa8\x5b\x3b\x5f\x2e\x56\x65\x75\x79\x39\ \xdf\xdc\xdc\x51\x4a\xa7\xf9\x30\xcb\x7a\xdb\xdb\xbb\x69\x92\x00\ \xa2\x10\xd2\x79\xbf\x56\x16\x20\x08\xef\xad\x89\x04\xb3\x64\xc4\ \xc0\x10\x00\x03\x88\x80\x08\x28\x19\x91\x43\xf0\x3e\xb8\x40\x75\ \x67\x85\x67\xe7\x83\x90\x82\x01\x94\x14\x08\x82\x38\x90\xb3\x6d\ \xdb\xb5\x3a\x42\x4c\xae\xc5\x00\x33\x09\x15\x74\x2c\xa5\x02\x10\ \x02\x50\x20\x89\xe0\x8c\x74\xf9\xc0\x07\x57\xf5\x07\x7d\x13\xa7\ \x5d\xdb\x49\x6d\x6d\x55\x9f\x9d\x5f\x5e\x5c\x5c\x3e\x39\x38\xdc\ \xd8\x9a\x08\x85\x6d\xd7\xcc\xe6\xcb\xf9\xb2\x68\xdb\x76\x34\x1e\ \x0a\x7c\xaa\xc8\xfc\xc9\x43\x2f\x84\xb5\x7d\x08\xae\x29\x1d\x66\ \x44\x01\x44\xae\x28\xdb\xa2\x78\xf3\xfb\xdf\xaf\x5b\xfb\xfc\x4b\ \x77\xb7\x6f\x6e\x36\x4c\x4e\x0a\x56\x2a\x08\x89\x1a\xd1\x43\x9a\ \x64\x59\x2f\x47\xa3\x95\x92\x4d\x53\x2b\x29\x51\x88\xc5\x62\x99\ \xa6\x5e\x2b\x23\xd7\x04\x3b\x22\x23\x5a\x4f\x28\x65\xe7\x5c\xdb\ \x76\x9e\x98\x50\x38\xef\x9b\xd6\x7a\xdb\xb2\x22\x19\x0b\x14\x08\ \x02\x33\x63\xf2\x58\x0e\xfb\x5b\x71\xaf\x1f\x2b\x81\xae\xe9\xaa\ \x66\x3a\x3d\x5e\x2c\x17\x8b\xe5\xc2\xc4\xfa\x2f\xfd\xc6\xbf\xdb\ \xd8\xaa\x0b\x75\xdb\x55\xdb\x37\x36\x77\xf7\xb6\x95\x52\x74\x3d\ \x0a\x01\xd8\x87\x96\x03\x12\x0b\x60\x46\x26\x23\x48\x50\x2b\x23\ \xca\x7a\x69\x49\xf5\x70\x34\xcc\xf3\xf1\x72\xb5\x5c\xcc\x17\x45\ \x59\xd4\x45\xb9\x2c\xaa\xea\xed\x77\x92\x24\xce\x92\x38\x32\x1a\ \x00\xba\xa6\x39\x7c\xf2\x64\x30\x1c\x48\x29\x78\x6d\xcb\x02\xb8\ \x46\x4b\xf1\x01\xa0\xf5\xaa\x91\x06\x91\x00\x84\x08\x7e\x7a\x72\ \x72\x72\xf0\x04\x50\xbe\xfa\xd9\x4f\xab\x2c\xf3\x12\x7f\xac\xce\ \x1d\xd3\x2c\x1f\x8e\x7a\x4f\x69\x19\x0e\x64\x22\x25\xae\x41\x54\ \x39\xc4\x37\x8a\xf2\xb5\xaa\xf9\xaf\x6f\xee\xb5\x88\xf1\xc7\xe0\ \xfe\x51\xc0\x77\x6b\xbb\xd7\x5e\xeb\x5e\x7d\x35\xfb\xbf\xff\x5e\ \xf9\x1f\xfd\x87\xd0\xcb\xe1\xc3\x34\xc1\xf7\x36\x64\x42\x8a\x98\ \x88\x10\x50\x01\x33\x5d\x69\xb9\x99\x08\x80\x88\x3d\x06\x2f\x21\ \x60\xb0\xab\xcb\xf3\x55\xdb\x16\x6d\x27\x96\x8b\xc3\xb3\x93\x2c\ \xcb\x36\x26\xa3\xbb\x2f\xbe\x30\x1e\x8d\xae\xb2\x7a\xe2\xfb\xef\ \xbe\x1b\x45\xf1\xab\x9f\xf8\x44\x08\x04\x80\x12\xaf\xff\xce\xac\ \x9b\xcf\x05\x23\x04\x12\x8c\x02\xb1\x6b\x1a\x66\xf0\xc8\x1d\xf3\ \xc1\xd9\xc9\xd9\xc9\x59\x08\xbe\x6e\xbb\xa6\x75\x9e\xd8\x13\x24\ \x49\x3f\xee\xf5\x8d\x8e\x02\xc8\x34\x49\x8c\x89\x9d\xa7\x24\x4d\ \x99\x41\x6b\xb9\xf6\xf6\x75\x3e\x84\x40\x0c\x10\x58\x05\x62\x47\ \x6c\x03\x5a\x4f\x81\x99\xc1\x6b\xa3\x99\x83\x03\x72\xc1\x3b\xdf\ \x0a\x0e\xde\x7b\x41\x12\x00\x6c\xeb\x99\x7c\xf0\x56\xad\x8b\x8f\ \x70\x4d\x55\x30\x02\x86\xe0\x9d\xb3\x02\x00\x58\x20\x01\x02\x49\ \xb2\x42\xd8\x38\x32\x71\xa4\xf2\x3c\xdd\xbd\xf1\x42\x51\xd4\xe5\ \x6a\xd5\x24\x75\x57\x55\x6d\x53\x3e\x3a\x3c\x3e\x3e\x3f\x8b\x62\ \x6d\x62\x9d\x24\x69\x6c\xcc\xc3\xc7\xef\xbe\xf0\xc2\xf3\x5b\x5b\ \xdb\xde\xd1\x9a\xb5\x7a\x0f\x08\xfc\xab\xb8\x60\x66\xbe\x32\xb5\ \xb8\xaa\x51\x23\x30\x51\xd7\xb6\x65\xd1\xb5\x4d\x53\xd5\x8c\x92\ \x19\x9c\xf3\x96\xa8\xe9\x9c\x0f\x80\x42\x23\x38\x65\x54\x96\x64\ \x4a\x08\xad\x15\x32\x55\x45\x91\xa6\x69\x70\x41\x48\x89\x4c\x5a\ \x0a\xa9\x14\x00\xba\x10\x18\xd0\xda\xce\x79\xe7\x9c\xf3\xde\x53\ \xa0\xf5\x0d\x36\x52\x65\x06\x25\x4a\x17\x02\xa2\x02\xe4\x24\x52\ \xb1\x82\xae\xab\x2f\x97\xb3\xd5\xfc\xb2\x9c\x9d\x2d\x57\x85\x43\ \xd5\x35\x6d\x20\xbf\xbf\xbf\xdf\xb4\xe5\x6c\x36\x75\xae\x55\x5a\ \xdc\xd8\x9c\x48\x22\xe7\x9d\x14\xf2\x3a\x91\x42\xf0\xed\xf2\x50\ \x4b\x83\x20\x05\x2a\x81\x22\x90\x17\xc2\x7b\xef\xb3\x18\xc1\xb9\ \xb6\x2a\xb7\x36\xf6\xcc\x44\x0f\x07\xa3\xe5\x6a\x75\x76\x7a\x06\ \xc1\x2b\xc1\x97\xd3\x73\xa6\x10\x99\x54\x48\x49\xc1\x1f\x3e\x79\ \x7c\xf3\xe6\xfe\x70\x38\xfc\x91\x1c\x89\x7f\x22\x5a\xec\xfd\x4d\ \x3f\x44\x08\x2c\x01\xbd\xb5\x5d\xd3\x46\x51\x02\xc4\x3e\x04\x07\ \x3f\x06\xdc\xc9\x06\xfd\xd2\xeb\x7f\xe1\x57\x3e\xb1\xf9\x1e\xa7\ \x69\x0e\x3e\x5c\xe7\xac\x43\xfc\xd5\xe5\x6a\xa5\xe5\x1f\xf7\x73\ \xfc\x18\xd9\x3f\x22\x2b\x04\xea\xf7\xcb\xdf\xfe\xad\xc9\x7f\xf9\ \x5f\x99\x1f\xbc\xd5\x7d\xf1\x8b\xd0\x75\xd7\x82\x18\x60\x80\x9a\ \x75\x4b\x2c\x10\x51\xa1\x58\x77\x73\xac\x95\x7f\x0c\xeb\x6c\xdf\ \xf9\x2e\xd1\x12\x7d\x13\x4b\xee\x9c\xad\x16\xb3\xbd\xed\x09\x30\ \x75\x9d\x2d\x57\x45\xdb\xd4\x97\xd3\xcb\xe1\xb0\xdf\xcf\xd2\xae\ \xeb\x88\xa8\x6d\x3b\xa9\xf5\xde\xde\xde\x70\x3c\xbe\x76\xd3\xdc\ \xb3\x79\x1a\xeb\x12\x9c\x66\xf4\xf3\xd5\xfc\xec\xa2\xab\x9b\xd1\ \x8d\x3d\x35\xc8\x7b\xfd\xb4\xe7\xba\x6f\x7f\xef\xfb\xe0\xa9\xe9\ \x1c\xa0\x4a\x7a\xfd\x3c\xe9\xe9\x28\x41\x15\xb3\x50\x2a\x8a\x41\ \x6a\x40\x61\x8c\x09\x04\x44\x0c\x08\x42\x20\xa2\x60\x64\xa9\x75\ \x20\xee\x1c\x78\x92\x9e\xd8\x13\xfb\xc0\x9e\xc8\x91\x47\x25\x9a\ \xae\x71\xb6\xeb\x9a\x5a\x22\x69\x01\x80\xce\x75\x56\x48\xa5\x90\ \xe3\xc4\x18\x9d\x09\xe4\x38\x8a\x77\x06\xe9\xf5\xe2\x47\x40\x24\ \x67\x43\x5b\x78\xaf\x81\x85\x00\x21\x98\x05\x3a\xeb\xab\x5e\x3f\ \xca\x8c\x2c\x66\xb3\x3b\xb7\x5f\x8b\x46\xd9\xc6\x78\xb3\x58\xad\ \x2e\x2e\x2e\x4c\x9b\x6a\x25\x8a\xd5\x3c\x90\xeb\xe5\x43\x64\xca\ \xd2\xb8\x2c\xab\xb7\xef\xdd\xdb\xdc\xd8\xc4\x67\xf4\x2d\x3f\x9b\ \x95\xf1\xbe\xf1\x52\xef\xed\xed\x7a\x3a\x52\x03\xd6\x6a\x3f\xc1\ \x40\xce\x2b\x21\x83\xf5\x97\xb3\xf9\xc9\xe1\x61\x51\x57\x42\xc7\ \x0f\x1e\x3e\x7a\x70\x74\x58\x05\x57\x74\xb6\x2a\x2b\xef\x49\x80\ \x8c\x8c\x36\x46\x93\x77\x97\x67\xb3\xae\x6b\xad\x75\x0b\xa9\x01\ \x30\xef\x0f\xbd\xed\x60\x10\x00\x10\x50\x74\x21\x38\x1f\x88\x02\ \x10\x29\x25\x13\x85\x52\x23\x92\x20\xf2\xcc\x5d\xd3\x74\xa5\x65\ \xdd\xd7\x28\x05\x91\x37\xda\x1c\x3c\x7c\xfb\xe0\xf1\x63\x62\x16\ \x18\x64\x68\x08\x65\x60\xb9\x39\x1e\xbc\xf6\xda\x6b\xb7\x6e\xdc\ \xe8\x16\x8b\xfa\xe2\xc2\x68\x89\x0a\xcb\xb2\x60\xa2\xf4\xce\xf0\ \x1a\x0a\x74\x06\x10\x48\x43\x5d\x0b\xe1\xbd\x25\x0e\xc8\x24\x24\ \x02\x90\x6b\x7d\x17\x14\xe9\x40\xa1\x6e\x4e\x0e\x1e\x8d\x26\x93\ \x28\xc9\x36\x46\x93\x34\x4e\x6d\xd7\x20\x04\x72\x36\xd2\x98\x65\ \x69\xd7\x76\xfd\x5e\x0f\xa5\x74\xd6\xae\x35\x4a\xf4\xf4\x5d\xfd\ \xb3\xee\x7d\x7f\x76\xaa\xd7\xd5\x13\x11\x02\x28\x30\x00\x0a\xd4\ \x5a\x77\x65\xfd\xf0\xe1\xa3\xe3\xc7\x4f\xd8\x53\x17\xc2\x77\xbf\ \xf7\x5d\xaf\x75\xe9\xbd\xfa\xd1\x74\x8f\xf5\xcd\x17\x5e\x91\x7d\ \xd9\x75\xdd\x87\x74\x6f\x77\x88\xdb\xce\xfd\xca\x6a\xf5\xf5\x5e\ \xef\xd0\x18\xf3\x31\xb8\x7f\x74\x96\xed\xea\xaf\x7c\x79\xfc\xdf\ \xfe\x77\xe9\xef\xfd\x41\xf7\x85\x2f\x7c\x28\x0e\x3f\xb0\xf7\xb4\ \x2e\x7c\x22\x03\x0a\x81\x4f\xa3\x0f\x44\x08\x0c\xac\x22\x07\x41\ \xa2\xb0\xbe\xeb\x8f\x46\xae\xad\xf6\xf6\xf7\x25\xc2\x62\x3e\x8f\ \xa2\xa8\xab\xbb\xa2\x58\x35\x6d\xbb\x8c\xa3\x61\x9e\xa5\x59\x06\ \xcc\x75\x53\x1f\x1f\x1f\x0f\x47\x23\xb8\xae\x17\xf2\x7a\xa3\xd0\ \xda\xc0\x24\x38\xf4\x50\x5c\xce\xa7\x87\x27\x49\x92\x64\xf9\x40\ \xf7\x7b\x56\x61\x60\x50\xda\x00\xb2\x61\x09\x2a\x8a\xd2\x7e\x9a\ \xf5\xa5\xd2\x81\x05\x10\x4b\x6d\x88\xe1\x72\xbe\xca\xf3\xbe\x36\ \x1a\x11\x95\x52\x6b\x6b\x5a\xa1\x14\x13\xbb\x10\x9a\xd6\x07\xd6\ \x00\x4c\xe4\xbd\x6d\x3b\xd7\x49\xa3\x38\xc8\x10\xc8\x03\x82\x52\ \x3b\x99\x6e\xab\x65\x62\x20\x19\xf6\x8d\x89\xa2\x38\xd2\x4a\xe6\ \x59\x12\xbc\x2b\xca\x42\xcb\xc0\xa0\xae\x07\xee\xc2\xb7\xa2\x59\ \xa0\xd6\xcc\x48\x8c\x14\x02\x63\x50\xe0\x16\xe7\x73\x09\x2e\x4d\ \x92\xb3\xc7\x8f\xd2\xde\x30\xcd\xf3\xd1\x60\x60\x22\x53\x54\x85\ \x52\xa2\x97\x67\xd3\xb3\x53\xc1\x98\x46\x71\xdb\x36\x3b\x9b\x9b\ \x5b\xe3\x71\x5b\x97\x52\x6a\x63\x22\x86\x2b\xcf\x97\xb5\x3e\xf5\ \xbd\x53\x03\x9f\x05\xf2\x57\x7d\x58\x88\x81\x3c\x02\x4a\x14\x75\ \xb1\xe2\xc0\x75\x51\x1c\x3e\x39\x3c\x38\x78\xec\x9c\x4b\xe2\x24\ \xa0\x38\xbe\xb8\x70\x40\x1d\x51\x40\x44\xa9\x24\x60\xa4\x64\xac\ \x75\x55\x16\x6d\xb5\x6a\xab\x95\xf5\x56\x2b\xc3\x68\x03\xe0\x65\ \x53\x2d\x67\xc6\x6f\xef\xf4\xfb\x7d\x62\x60\x94\x51\x64\xb4\x8c\ \x80\x43\xb0\xd6\x77\x6d\xd7\x36\xb6\xa9\xba\xb6\xb5\x6d\x53\xd6\ \xad\x4c\xc6\xbb\x83\xad\xa7\x5d\xa8\x14\xba\xb6\xa7\xa5\xd4\x5a\ \x0a\xe6\x80\xce\x86\x98\x95\x0e\x94\x30\xf4\x50\x54\xad\x4d\x03\ \x1a\x01\xae\xaa\xda\xba\x1c\x8f\xc7\x02\xaf\x93\x0f\x22\x20\x72\ \xc0\x66\x21\x84\xd2\x24\x10\x15\x05\x44\x06\x23\x25\x0b\x8e\x50\ \xec\xdc\xb8\x39\x19\x4f\x1e\x3e\x7c\x74\x7e\x78\x38\xdc\xd8\x1a\ \x4e\xb6\xb2\xbc\x37\x1a\xf6\xbb\xa6\xac\x06\xfd\x62\x31\x75\xb6\ \x4d\x8c\x21\xe6\xd1\x68\x3c\x1e\x0e\x28\x04\x40\x21\x84\x20\xe2\ \xf7\x4a\x20\xdf\xdb\x13\xf0\x54\xd4\x74\xd5\xd9\x2b\x60\xad\xa4\ \x24\x89\xc8\x00\xae\xb3\x27\x67\xe7\x07\x8f\x1e\xce\xa7\x97\x4a\ \xaa\x58\x47\x3e\x84\xb3\xc3\xa3\x26\x50\x17\x82\xfa\x91\x80\xc7\ \x83\x7e\xf1\xf5\xcf\x01\xf9\x0f\x3f\x97\xc3\x23\x7e\xaa\xaa\x76\ \xad\xfd\xef\xf7\x76\xaf\x27\x6f\xff\x78\xfd\xac\x98\x99\x10\xdc\ \x73\xcf\xd5\x5f\xfa\x52\xfa\x07\x7f\xb0\xfa\x2f\xfe\x73\xee\xf7\ \xaf\x5d\xae\xa4\x62\xc6\xce\xb3\x10\xeb\xde\xc3\x2b\x3d\xf9\x3a\ \x08\x41\x0c\x0c\x2c\x04\xb0\x07\xf0\x9e\x6d\x2f\x8d\x22\x21\x04\ \xf1\xd6\xd6\xf6\x70\x30\xae\xaa\xfa\xe2\x7c\x9a\xa4\x59\x6c\xf4\ \x6c\x7a\xe6\xbc\x97\x08\xb1\xd1\xc0\xf1\xec\x72\x5a\x57\x65\x92\ \x5c\xa7\x45\x6d\x0d\x40\x8c\x18\x7c\x90\x4a\x02\xc8\xf9\xfc\xf2\ \x62\xb1\x58\x76\x4d\x2b\x50\x1d\x1f\xc1\x22\x2a\x43\x38\xbc\xbc\ \xf0\x36\x40\x60\x06\x95\x25\x79\x12\xf7\x84\x30\x52\x1b\x44\x11\ \x38\x18\xad\x8d\xd2\x55\xd9\xa2\x54\x42\x19\xa5\x04\x31\xac\x27\ \xba\xf9\xe0\xba\xce\x02\x73\x67\xc9\x79\x0a\xae\x43\xf2\x00\x41\ \x22\x4b\x8c\xda\x95\x15\xd2\x10\x81\x10\x6a\x98\x9a\xb4\x3f\xd1\ \x26\x16\x4a\x31\xf3\x7c\xb1\x98\x5f\x2c\x8e\xaa\xaa\xae\x8a\xc5\ \x7c\xb6\xbb\xb3\xfd\x85\x37\xde\x20\xf7\x81\x7b\x94\x19\xc0\x08\ \xce\xa4\x57\x02\x00\x90\x88\x19\x09\x89\x24\x04\x24\x4a\xa2\x78\ \x67\xb2\x61\x98\x0e\xef\xbd\x99\x0c\x87\xa6\x9f\xf7\x37\x37\x36\ \x37\xc7\x4a\xab\x19\xfb\x95\x40\xe1\x83\x50\x32\x51\x5a\x09\x21\ \x98\x83\xf5\x9e\x9c\x14\x12\xd7\x53\x1f\x01\x9f\x61\xca\xb3\xb0\ \xfd\x19\xd6\x3c\x0d\x27\x59\xa0\x90\x42\xb2\xf3\x5d\xdb\x3d\x7e\ \x78\x70\xf0\xe4\x20\x04\x22\x21\x49\xe3\xbc\x6d\x9d\x27\x47\x8c\ \x42\x28\x6d\x62\xa5\x4d\x14\x2b\xa9\x28\x78\xf2\xb6\x5c\x2e\xdb\ \xaa\x90\xbe\x8d\x24\x82\x23\x17\x48\x68\x23\xa5\xf4\xd6\x5f\x9e\ \x1f\xf7\xd2\x28\xcf\x73\xe7\x83\x6d\x8b\x79\x51\x94\x65\xd1\xb5\ \x8d\xb7\xd6\xda\xd6\x75\x2d\x30\x0b\x01\xce\x71\xa6\x7a\xde\x75\ \x10\x8b\xbc\x9f\x33\xd5\x4a\x60\x62\xa2\x1b\xfb\x37\x00\xb9\x2a\ \x2e\x6c\xe7\xdb\x96\xbc\x73\xb6\xae\x07\xa3\xd1\xb8\x3f\xd0\x88\ \xb6\xad\xaa\xf9\x4c\xa2\xd0\x4a\x5f\x53\xf9\x89\x40\x81\xda\x45\ \x29\xa5\x64\x44\x29\x75\x70\x24\x85\xe8\x02\x1b\xa5\x5e\xff\xec\ \x67\x5f\x79\xf9\x65\x5b\xac\x64\xdb\xbc\xf5\xe0\xd1\xf1\xc3\x77\ \x4f\x8f\x4f\xc7\x5b\x5b\xb7\x9e\xbb\xdd\xcf\xd3\xc9\x64\xd4\x4b\ \x95\x04\x58\x4c\x67\x69\x9a\x4e\xcf\xcf\x8a\xd5\xea\xc5\x97\xee\ \xf6\xfa\x83\xab\x6e\x36\x7c\x4f\x81\xfa\xfd\x59\xc5\xb3\x53\x76\ \xdd\xff\x81\x42\x48\x14\xde\xba\xb3\xb3\xb3\xc3\x27\x47\xb3\xd9\ \x8c\x01\x45\x94\xb4\xce\xcd\x96\x0b\x81\x48\x2c\x02\x71\x2f\xcb\ \x7e\x4c\xe0\xb0\x16\xff\x7f\xc8\xb5\x96\xf8\xfe\xc5\xc5\xea\xd4\ \x98\x3f\xe9\x65\xd1\xc7\xc8\xfe\x91\x5a\xc4\x9c\x98\xfa\x37\xff\ \x72\xf6\x47\x7f\x14\x7d\xfd\x1b\xcd\x6f\xfd\x26\x5c\x77\x64\x84\ \x6e\x66\x64\x2d\xae\xab\x60\x02\x9f\x36\x62\x5c\xbd\xae\x02\x04\ \xa0\x66\xdf\x01\x84\xc0\xb6\x69\x94\xa2\xb0\xbc\x9c\xa5\x49\x2f\ \x4e\xb2\xd1\x68\x2b\x8a\xf3\xaa\x2c\x22\x85\x52\x80\x6b\x4a\xad\ \x94\x10\x18\xa7\xc9\xcb\xaf\xbe\x16\x47\x51\xa0\xf0\x81\xb8\xd1\ \xf5\x36\x90\x52\x7a\xef\x99\x59\x00\xd6\xf3\xd5\xf1\xe1\xd1\xe3\ \xc7\x8f\x90\x58\x28\x59\xf8\xf6\xc9\xbd\x37\x2d\x71\xeb\x83\x25\ \x02\x60\x08\x20\x22\x63\x4c\x2c\x54\x44\x28\x01\x15\x08\xe6\x00\ \x21\x04\x19\x27\x52\x69\xe7\x83\xf5\x35\x0a\x74\xde\x79\xe7\x09\ \x38\x50\x70\xd6\x29\xa5\x24\x42\xa4\x40\x2a\xd6\x6b\x44\x24\x6e\ \x7d\x1d\x38\xf6\xa8\x39\x28\xad\x8d\x22\x7b\xf4\xce\x3b\x75\xdb\ \xad\x8a\xb2\xac\x9b\xce\x59\x26\x6a\xda\x46\x20\x38\xdb\xf5\x63\ \x23\xae\xd9\x18\x2c\x5c\x5d\xd6\xb3\x73\x1d\x19\x14\x18\x98\x99\ \x59\x2b\x65\x5d\x18\xf5\x07\x9f\x7f\xe3\xf3\xdb\xa3\x51\x75\x78\ \x48\xab\xf9\x83\xa3\x47\xdd\x85\xce\x96\x93\xd1\xe6\xc6\xfe\xde\ \xde\x78\xd0\x8b\xf6\x6f\x28\xe2\xd5\x72\xee\xbc\x45\x8e\xdf\x7e\ \xeb\xad\xd3\xe3\x93\x37\x3e\xff\x17\x94\x94\x8c\x57\x2d\xfb\x42\ \xe0\xda\x09\xeb\xbd\xc1\xe3\x33\x88\xa1\x10\x28\x78\x64\xaa\xaa\ \xfa\xe8\xf0\xe8\xe0\xe0\xa0\x69\xba\xba\xed\x02\x40\x60\xb6\x3e\ \xa8\xc8\xa8\x48\x4a\x44\x01\x32\x36\x31\x11\x31\x51\xaa\xb4\x25\ \x7f\xb9\x5c\xd4\x55\x29\xc9\x8d\xb3\x68\x34\x1e\xc5\x69\xcf\x31\ \x1f\x9f\x9e\xae\xaa\x06\x50\xd4\x5d\x73\x7e\xa2\x2e\xce\x64\x5d\ \x2c\xbd\xed\x42\x20\x06\x0e\xc4\xc4\x0c\x28\x08\x04\x4a\x11\x98\ \x41\x82\x40\x0e\xc1\x3a\x27\x0e\xcf\xce\xcd\x56\x4e\x81\xfa\xbd\ \x5e\x16\xa7\x65\x5b\x02\x80\x8a\x0c\xb9\xf6\xee\xdd\x57\x3f\xfb\ \x8b\xbf\x48\x42\x14\xe5\x8a\x13\x13\xc0\xae\xc8\x65\x59\x02\xbd\ \x04\xae\x2b\xb1\xe5\xb5\x28\x09\x24\x43\xf0\xc1\x07\x0a\xce\xb3\ \x92\x2a\xce\xf2\xdd\x5b\xb7\x74\x9a\x82\x6d\xc6\x89\x7e\xed\xce\ \xed\x79\xe3\x0a\x0f\x27\x67\xa7\xab\xe5\x7c\xb2\x31\xbc\x7d\x73\ \x57\x70\x77\x79\x71\x21\xd7\xc3\x5e\x88\xab\xa2\x98\x5f\xce\xf2\ \xe1\x90\x89\xd6\xfd\xb7\x7c\xd5\xf3\x85\xef\x3f\x47\x7f\x78\xc4\ \x52\x08\x42\x42\xd7\x34\xb3\xcb\xcb\xc3\xc7\x07\xc5\xb2\x24\x86\ \xa6\x6e\x51\xeb\xb2\x6d\x85\x56\xaa\x97\x2b\x29\x80\x50\xa0\x88\ \xb4\x56\x3f\x2b\xf4\x40\xdc\xb5\xee\x97\x57\xc5\xef\x0f\x07\x53\ \xa5\x3e\xd6\xc9\x7c\x04\x99\xf7\xf6\x73\x6f\x84\xf1\x38\xfd\xdd\ \xdf\x6d\x7f\xe3\xd7\xaf\xa1\x4b\x59\x3f\xd1\x9e\xb0\x06\xed\xda\ \x58\x66\xdd\x5d\x7a\xe5\xe9\x71\xe5\x6b\x20\xbc\xef\xc8\x3b\xad\ \x50\xb0\x0f\x45\xbd\xbb\xb9\xb5\xd1\xeb\x3f\xfa\xc1\x5b\x26\xeb\ \xe5\x93\x8d\xd1\xc6\xc6\xe6\xd6\x26\x92\x6f\xab\xa2\x64\xaf\xb5\ \xb2\x6d\xab\x8d\x7e\xf4\xce\x3b\xb7\x9f\x7f\x3e\xc9\x72\x14\x8a\ \x81\xaf\xda\x1f\xaf\xfe\x63\xbc\x3a\x3e\xf0\x87\x02\x8f\x1f\x0e\ \x6d\x63\x16\x52\x6a\xa5\xa7\xd3\xcb\xb3\x93\x93\xd9\xe9\x79\x6b\ \x3b\xcf\x1c\x10\x3a\xdb\xda\x10\x9c\x0f\x52\x6a\x04\x19\x0b\xa5\ \x8d\x26\x81\x42\x45\x52\x48\x64\x56\x28\x90\x18\x18\x94\x92\x02\ \x09\x11\x3b\xe7\x03\xb1\x77\x9d\x40\x94\x12\x95\x94\x0c\x90\x18\ \xcd\xb1\x06\x60\x72\x0d\xf8\xce\xb5\x6d\x6b\xeb\xd0\x35\x5d\xdb\ \xcd\xcb\x76\xff\xa5\x4f\x05\x42\x21\x14\x04\x0a\x9d\x7d\xfb\xcd\ \xef\x09\x65\x88\x48\x2a\x25\xbd\x07\x84\x54\x2b\xad\xd5\xd6\xad\ \x9b\x2f\xbc\xf8\xa2\xbf\xd6\x70\x74\x5e\xcb\x55\xc8\x01\x0b\x00\ \x09\x4c\x1c\xbc\x27\x47\x9e\x36\xb7\x5e\xba\x71\xeb\xb9\xcc\xc4\ \x3c\x9f\xef\x6d\x6c\x98\x48\x61\xde\xfb\xee\xa3\x47\x87\x4d\x79\ \x74\x74\xf8\xc2\xcd\xdb\x1b\x71\x52\x4c\x2f\xda\xba\x96\x91\x01\ \x62\x29\xa4\xf7\xee\xfc\xec\x64\x83\xb7\x4d\x14\x0b\xa9\x1b\xdb\ \x75\xd6\xc5\x91\x8e\xa3\x88\x01\x43\x08\x52\xca\xa7\x87\x0a\x30\ \x43\x59\xd7\xab\xf9\x6c\x76\x71\x7e\xf0\xf8\xa0\x2c\x4a\x44\x61\ \xe2\xa4\x6a\x5b\xa1\x75\x3e\x18\xa6\x52\x0a\xa9\x3c\xd3\x7c\x36\ \x8b\x94\x96\x4a\x84\xd6\x6b\xa5\xfa\x79\x6f\x36\x6b\x8b\xd5\x82\ \xd9\xef\x6c\x8c\x5f\xde\xdf\xcd\x92\xb4\xf3\x3e\x00\x6f\x8d\xc7\ \x6f\xde\x7f\xe7\x7c\xb6\x40\x86\xa6\xae\xd2\x34\x4b\x23\x5d\xdb\ \x1a\x20\x30\x0a\x29\x85\x27\xee\x7c\x00\x21\x19\x84\x07\x1e\x4d\ \xc6\xcf\x3d\xf7\x62\xc3\x62\xe7\xc6\xce\xb7\x0e\xef\x3f\x7a\xe7\ \xc8\xd8\x7a\x7b\x38\x3a\x7a\xf2\x48\x47\x8a\xc9\x57\xd6\x36\xce\ \x2f\xeb\xd5\x7c\x75\x49\x21\x58\x6b\x9d\x77\x6d\xb0\x93\xfd\xdd\ \x8d\x8d\xb1\x90\x3f\x9c\xc6\xfd\x41\x97\x40\xa1\x55\xa6\xb4\xb0\ \xb6\x76\xbe\xf3\xde\x99\xc8\xac\x53\x55\x17\xfc\xaa\x2c\xf3\x3c\ \x4f\xc6\x93\x55\x79\x9c\x49\x35\xcc\xfb\x9f\x78\xed\x93\x0f\x8e\ \x8e\x4e\xce\x4f\xc2\xc1\xa1\xa2\x2e\x56\x22\x40\xe8\xda\x4e\x47\ \x91\x56\x7a\x7a\x79\x21\x95\x94\xda\x8c\x37\x36\xb5\x31\x45\x51\ \x49\x2d\x93\x24\x06\xc4\x10\x02\x51\xd0\xda\x5c\xdd\x77\x44\x22\ \x6e\xad\x2d\x56\xf3\xc7\x8f\x1f\x4d\xcf\xa6\xec\x28\x89\xd3\x40\ \xd4\xb4\x5d\x9e\x66\x1b\xfd\x3e\x6a\x45\xcc\xce\xb9\xe9\xf9\xe5\ \xce\xd6\x76\xbd\x5c\xaa\xeb\xf5\x9d\xfe\x6b\x6b\x11\x9d\xc0\xcf\ \x15\x65\x16\xe8\x1f\x0e\xfb\x01\xf1\x63\xc2\xfd\x23\xc7\xcc\x38\ \xe7\x6f\xdd\x6a\xbe\xfc\xe5\xe4\x6b\x5f\x53\xa7\x67\xbc\xbf\x7f\ \xbd\xbf\x53\x97\xcb\xba\xae\x8d\x31\x51\x14\xaf\x5b\xde\xab\xba\ \x0e\x81\x10\x30\x50\x88\x64\x14\x02\x39\xf0\x8d\x22\xc9\xfc\xa9\ \x17\x5e\xfe\xcc\x6b\x9f\xe9\x96\x05\xcd\x17\x6f\x1f\x3e\x38\x39\ \xbd\xdf\x1f\xdf\xb8\x71\xe3\xe6\xc6\x78\xb0\xb5\x31\x8e\x25\xb9\ \xb6\xee\xaa\xb2\x67\x86\xe5\xe2\xf2\x9d\xef\x2c\x7e\xe1\x33\x9f\ \xc3\x5e\xc4\xc0\x61\x1d\x63\x03\x22\x09\x01\x8c\xb0\x36\x6e\x25\ \x40\xbc\xfa\x87\x09\x42\x90\x52\x06\xa2\xd9\xc5\xe2\xf0\xc9\xf1\ \x62\xb1\xa8\x9b\xc6\xd9\x36\x30\xbb\xb0\xae\x87\xea\xd8\x24\x51\ \x24\x04\x0a\xad\xb5\x92\x2a\x20\x09\xad\xbb\xce\x45\x12\x14\x92\ \x92\x64\x6d\xad\x8c\x0a\x36\x78\x84\x10\xc5\x8e\xa9\xad\xeb\x51\ \x2c\xfa\x46\x2a\x41\x5d\x57\x76\xd6\x56\x75\xdd\x39\x5b\xd7\xa5\ \x6f\xbb\xba\xb0\x8d\x27\x0a\x0e\xa9\x23\xf2\xde\xf4\x06\x2c\x83\ \x88\x85\x14\x11\x77\x3e\x04\x65\xe2\x7e\x9e\x45\x46\x50\x70\x75\ \x5d\x07\x22\x47\x62\xbc\xb1\xf9\x4b\x5f\xf8\x52\xd6\xcb\xab\xba\ \xba\x9e\x90\x7f\xdd\x4c\x4b\xa0\x7d\x80\x10\x58\x04\xd2\x5a\x2a\ \x05\x20\xe9\xbc\x58\x8e\x37\x13\xf5\xdc\x8b\xe1\xb2\xdc\x8e\xc8\ \xd6\xed\xaf\xfd\xe2\x1b\x61\x73\xf7\x0f\xff\xf8\x4f\x0e\x2f\xea\ \x19\x2d\x33\xe5\xd3\x7e\x6e\x03\x37\xce\x2b\x2d\x02\x87\x77\xdf\ \xbd\x3f\x3d\x3b\x4b\xb3\xde\xed\x3b\x2f\xcc\x56\xab\xa6\xed\xb6\ \xc7\x83\xd0\x36\x8e\xc5\xb2\xac\xe2\x24\xe9\xe7\x69\x6c\x34\xa0\ \x08\x21\xcc\x96\x8b\x45\xb1\x3a\x5f\x2c\x9c\x10\xc2\x18\x09\x22\ \xcb\xf3\xc6\x79\xa9\x0d\x83\x58\x4e\x97\x93\xc9\xa6\x27\xae\x6a\ \x67\x7a\x5a\x22\xa5\x49\xd4\x3a\x5f\x87\x50\x76\x6d\xe7\x9a\x3c\ \x82\x7e\x2a\x9f\x1c\x1d\x8d\x7a\x7d\x2d\xf0\xe2\xfc\xe2\xc6\xad\ \x9b\x9f\x7a\xe9\xee\xd7\xbf\xf3\xdd\xe9\xb2\xe8\x9a\x6e\x32\xda\ \xd2\x59\xcf\x3b\xcf\x5d\x93\x26\xe9\x64\x32\x59\x15\x85\x0f\x04\ \x52\x5b\x1f\x88\xf1\xee\x2f\x7c\xaa\x55\xbd\xbb\x7b\xdb\x26\x34\ \x63\x6c\x17\x97\x87\x83\x3c\xdd\xdd\xcc\xf6\xf6\x5e\x30\x1a\xbb\ \xae\x9e\x95\xdd\xa2\xb1\xbd\x24\xde\x19\x24\xde\xda\xd9\x65\x5d\ \x76\x5d\x0f\x55\x9c\xa4\xa2\xec\x1e\x3f\xb8\xff\xdc\x1b\x5f\x8a\ \xae\x35\x5e\x9c\x81\x02\x34\x1a\xb5\xd2\x00\x80\x46\x68\x60\x36\ \x4a\xd8\xb6\x5e\x2e\x2e\x23\x63\x66\x56\x74\x3a\xeb\x3c\x6e\xc8\ \xa8\x9e\xd7\xad\xaa\x3d\xe6\x66\x2b\x2e\xdb\x59\x8f\xad\x08\x01\ \xe3\xc4\x5a\x17\x98\x8c\x36\xce\xb6\x07\x8f\x1e\xa2\xd4\x81\x78\ \x3c\xde\x6c\xad\x8b\xa5\x74\xcc\x48\xa1\xae\x4b\x81\x20\x05\x08\ \xa1\x50\xc8\xd6\xfb\x45\x51\x14\x65\xd9\x16\x4b\xeb\x43\x92\xf7\ \xbb\xb6\x55\x69\x12\x09\x55\xda\xae\x9f\x67\x67\x17\x17\x71\x9a\ \xc6\x49\x6f\x55\xd8\xb6\x75\x52\x6a\xcf\xac\x5e\x7c\xf1\xc5\xeb\ \x81\xbb\xd6\xff\xd2\xa9\xaa\x84\x18\x07\xfa\xea\x72\x79\x6c\xf4\ \x0f\x92\x44\x7d\x8c\xec\x1f\xc1\xc5\xcc\x00\xf5\x57\x7f\xad\xf7\ \xb7\xff\xb6\xf9\xc6\x37\xba\xdb\xb7\xae\x51\xb4\x64\xe6\xb6\x73\ \x21\x90\xb5\xde\xfb\x46\x6b\xa5\x94\xa2\x40\xce\x3a\x21\x90\x89\ \x3c\x89\xae\xe9\x74\x22\x6d\xdb\x45\x69\xf2\xe2\x2b\x77\xd3\xf1\ \x00\x11\x76\xf7\x76\xa2\x9e\x6a\x83\xbd\x77\x32\xff\xc1\x5b\x3f\ \x18\xf5\x7b\x93\x41\xae\x80\x20\x78\x40\x28\xca\x22\x8a\x62\x44\ \xbe\x9c\x5e\xe4\x24\x40\x42\xdc\x8b\xcb\xba\x14\x42\xa5\x51\x2a\ \x50\x7a\xe7\xd7\x29\xaa\x14\x1a\x10\x51\x22\x7b\x6e\xba\xb6\x69\ \x9a\x47\x8f\x1e\x5d\x5e\xcc\xac\xf5\x71\x94\x76\xd6\x2e\xcb\x72\ \x30\x1c\xe4\xbd\x14\x95\x52\xca\xd4\x75\x57\x55\x65\x12\x27\x4a\ \x29\x0e\x04\x82\x93\xc8\x74\x4d\x8d\xe4\x7d\x5b\x36\xe5\xd2\x39\ \x8f\x4a\xb1\x80\x5e\xbf\x6f\x94\x34\x46\x35\x5d\x98\x4d\xa7\x8b\ \xb6\xf0\x4d\xd9\xb5\x6d\xd3\x75\x4d\xdb\x09\x09\xde\x39\x26\x40\ \x19\x3b\x10\x14\x82\xd1\x48\x80\x8c\x22\x38\xa7\x8c\x37\x80\xdc\ \x14\x3e\x72\xda\x44\xfb\xfb\xfb\xe3\x51\x3e\x9f\x5d\x58\xdb\xcc\ \x17\xab\xa6\xf3\x8b\xc5\xec\xde\xdb\xf7\x5e\xfb\xc4\x27\xaf\xd9\ \xa2\xc5\x20\xa5\xd4\xda\xa0\x94\x81\x40\x0a\xd0\x22\x92\x10\x94\ \x50\xcb\xd9\xbc\x5c\x95\x5e\xcc\x44\x14\x35\x4a\xa2\xf3\x3d\xa9\ \x5d\xd9\xa6\x13\x79\x67\xff\xf9\xe3\xe3\x13\x11\xcb\x59\x79\xbe\ \x6a\x4a\x64\x65\x22\xad\xe2\xc4\x85\x60\xad\x5d\xcd\x97\x71\x9c\ \x92\x50\xc9\x60\xc0\x88\xae\x6d\xb5\xd6\x04\xaa\x58\x15\x21\x50\ \xe7\xb5\xd6\x3b\x00\x00\x20\x00\x49\x44\x41\x54\x96\x44\xa4\xe4\ \x72\xb9\x78\xf0\xf0\xe1\xc1\x93\x23\x1b\x02\x79\xaf\x50\x28\xa5\ \x95\x50\x52\x4a\x21\x55\x2f\xcf\x97\xab\x2a\x4d\x33\x6f\x9d\x27\ \xda\xdd\xde\x1a\xa6\x31\x92\xbb\xff\xee\xc3\xce\xd1\xe6\xce\xee\ \x6a\xb5\x22\x1f\x7a\xe3\xbe\x44\x76\x14\x8c\x56\x5b\xa3\xb1\x6f\ \xdb\x34\x8a\x6e\xee\xef\x3f\x39\x3b\x9f\x2e\x8b\xb6\x6d\x2e\x2f\ \xa7\x4a\x0a\x66\x30\x26\x1e\x8d\xc6\x71\x1c\x03\xc0\xce\xee\x5e\ \xe7\xfc\xe1\xc9\x29\x11\x2e\x97\xcb\x2e\xc1\x64\x76\xb9\x3a\xbc\ \x2f\x7c\x7b\x67\x7f\xef\xb9\xfd\xdd\x7e\x9e\xd5\xe5\x72\x5a\x17\ \xc0\x41\xc6\xf9\xc6\x70\x30\xe8\xa5\xbe\xa9\xbd\xb3\x12\xb9\xad\ \x2a\x29\x8d\xab\x1a\xd7\xd4\x18\x58\x08\x79\xdd\x4d\x03\x9d\xeb\ \x02\x79\x60\x12\xc0\x52\x48\x0a\xc1\xd9\x90\xea\xc4\x75\xde\x28\ \x5d\x82\x10\x69\x92\x6f\x4e\xce\xef\xbd\x1b\xc7\x79\xa2\xa5\x64\ \x51\x57\xcd\xb0\x3f\x8c\x2d\x64\x06\x1d\xc8\xe2\xe2\x32\x56\xda\ \x05\x47\x21\x48\xa9\x8c\xd1\xa7\xa7\x27\x3a\x8e\x85\xd0\x65\xb1\ \xf2\x3e\xea\xf5\xb2\x6a\xb9\xb2\x5d\x37\x47\xbc\x7d\xe7\x8e\xed\ \xba\xa3\x93\x93\x77\x1f\x1d\xd4\x4d\xc3\xc1\x7b\x67\xb5\x32\xda\ \x68\x21\x15\x20\x66\xfd\x3e\x08\xa9\x75\x0c\x20\xbc\xf5\x79\x9a\ \xf6\x7a\xd9\xb0\x9f\xcf\xce\x4f\xd4\x78\x3c\xbe\x6e\x5a\x1f\xfe\ \x65\xe0\xee\x00\x9e\xb3\xf6\x53\x55\xfd\x77\x27\xa3\x73\xad\xd3\ \x7f\x6b\x67\x89\x7d\xe4\x83\xf7\xf6\x0b\x7f\xc1\xdf\xbe\x95\xfc\ \xc1\x1f\x74\x7f\xed\xaf\x5d\xaf\x17\x9e\x89\x99\x91\x88\xbd\xb7\ \xce\x59\x29\x25\x13\x19\xad\xb5\x92\xd6\xd9\xa6\xe9\x00\x90\x6d\ \xe8\x27\xe9\x20\x1f\x58\x84\x25\xb5\x66\x9c\xc1\x2a\x8e\x17\x32\ \x0b\xfa\xd7\x7e\xf9\x57\x16\x21\x7c\xfb\x4f\xbf\x39\x9b\x2f\x12\ \xa3\xb4\x00\x94\x8a\x84\xb4\x14\x84\x90\x87\x27\x27\x74\x78\x32\ \xd9\x9e\xdc\xbc\xbd\x2f\x88\xbc\xeb\xc0\x24\xde\xf9\xaa\x2e\x19\ \x42\x9a\x25\xcc\x42\x28\xed\xbd\x5f\x15\xcb\xb2\x2c\x8b\xa2\x28\ \xea\x06\xb5\x04\x62\x9d\x46\x2a\x35\x4d\x70\xbd\xe1\x70\x3e\x5b\ \x66\x79\xdf\x7a\xbf\x2c\x97\x4d\xdd\xf4\x07\xb9\x94\x02\x15\x46\ \xb1\xc9\xb2\xe4\xf2\xec\x64\x5e\x14\x75\xdd\xb4\x6d\xa7\xb5\x91\ \xc6\xb0\x40\x6f\xeb\x10\xac\xc9\xc7\x85\xad\x2f\x8e\x0f\x4d\xe8\ \x64\xf0\x14\x02\x02\xc6\xca\x20\x82\x44\x26\x23\xbb\x10\x38\xb4\ \x5a\x4a\x1f\xd0\xb2\xdc\x18\x4d\x52\x41\xd2\xae\xaa\xcb\x72\x7e\ \x71\x9c\xdd\x98\x44\x71\x8c\x52\x9e\x4f\xa7\x4d\x55\xe0\xda\x83\ \x41\xa9\x57\xee\xdc\xfe\xc4\x27\x5f\x97\x26\x5e\xad\x8a\xeb\xe0\ \x3b\x82\xf7\xc1\x59\xaf\x05\x21\x01\x10\x51\xf0\x1e\x3c\x03\x90\ \x25\xf0\xde\x20\xb6\xde\x25\x83\x1e\xaf\x66\x67\x97\xd3\x24\x89\ \xce\x9e\x3c\x59\x2d\x4a\x21\x20\x8a\xcd\xd9\x69\xe1\x9b\x56\x90\ \x92\x1a\x37\x61\x33\x4b\x62\xef\xc3\xd6\xf6\x76\x1c\x67\x45\x51\ \x2c\xea\x86\x80\x1f\x4d\xcf\x36\xc6\x93\x9d\x9b\xcf\xf5\xfb\x03\ \x01\x50\x57\xd5\xf4\xf4\xe4\xfc\xe2\xf4\xe4\xf4\xec\x72\x36\xd7\ \x3a\x42\x80\xc6\xda\x5e\x9c\xea\x58\x30\xf1\x62\x31\xef\x0d\x07\ \xda\x68\x26\x88\x8c\x59\x5c\x5c\xb0\x95\x6c\x84\xb3\x5d\x1a\x99\ \xc8\x08\x23\x11\x43\x40\x81\x00\xf2\xd6\xad\xdb\xb6\xac\x87\x69\ \x6f\x32\x1c\x1a\x85\x32\x8a\x01\x21\x4d\x12\x25\x05\xb0\x68\xea\ \x3a\x8e\x75\x12\x47\x83\x41\x3f\xef\xe7\x4d\x55\x27\x49\x12\x27\ \xb1\x90\x5e\x2b\x65\x9d\xcf\x93\xb8\xb3\xdd\x3f\xfb\xda\x3f\x55\ \xcd\x32\x47\x7b\x77\xff\x05\x21\xc4\xc5\xf9\xb4\xac\x4a\xe7\x3a\ \x29\x20\xca\x28\x4e\x43\xbd\x5c\xb4\x45\xb1\xb9\xb1\x69\x7d\x60\ \x29\x03\xa0\x73\xfe\x72\x3a\x0b\xae\xfb\x30\x6d\xcf\x2c\xb4\x50\ \x9a\x29\x68\x2d\x7b\x69\x2f\x89\x63\xef\x7d\x14\xc7\x91\x4e\x9d\ \xe3\x34\xd6\x32\x8e\x92\x97\xee\x74\xcb\xd9\x68\xb4\x59\x0a\xaa\ \x16\x0b\xc5\x0c\x04\xe7\xf3\x79\xba\xbb\x11\xc5\xe9\xf6\x8d\x88\ \xbd\xaf\x8a\x65\xd7\x36\xaf\xbd\xf4\xa2\x54\x7a\x55\x56\x6d\x5b\ \x6b\x13\x75\x4d\x0d\xde\x72\xd3\x5e\x1c\x9f\x9c\x9e\x9c\x64\x69\ \x16\x29\xdd\x5a\xd7\xd4\xf5\xd6\x70\x78\xe6\xfc\xbc\xac\x11\xc0\ \x91\x8f\x4c\xa4\xb5\x3e\x3a\x3a\x66\x90\x83\xe1\x58\x45\x71\x92\ \xa6\xab\xc5\xb2\x2e\x8a\xf1\x64\xe2\xda\x5a\x23\xa8\x9f\xc5\x8c\ \x05\x42\xfc\x5c\x59\xf5\xbd\xff\xe3\x7e\x2e\x3f\x0e\xdb\x3f\xba\ \x65\x55\xa2\xe1\xa8\xfd\xd2\x97\xb2\xdf\xf9\x07\xe5\xe1\x13\x90\ \x1f\x2c\x9c\x59\x1f\xed\x26\x8a\x7c\x08\x28\xa4\x96\x2a\x04\x4f\ \x3e\xa0\x40\xa6\xb5\x85\x89\x92\x1a\xb5\x32\xd8\xb6\x68\xc3\xf2\ \x72\x51\xb4\x2d\x07\x2b\xc8\x5b\xc1\xa9\x32\x49\x90\x8b\x65\x91\ \x6c\x6f\x8e\x37\x36\x25\x70\xa4\xa5\x51\xc2\xda\xb6\xae\x4a\x49\ \x98\xa4\xc6\x77\x96\x1d\xad\x66\xb3\x27\xec\xd3\x5e\x06\xa8\x83\ \xe7\x5e\x6f\xc0\x80\x6d\x6b\x8d\x31\x71\x12\x3b\x1f\x9e\x1c\x1e\ \x1c\x1c\x3c\x6e\x9a\x26\xf8\x40\xcc\xda\x44\x52\x2b\x13\x99\xba\ \x6d\xfa\x83\x21\x31\xb6\xce\x61\xd7\x48\xa1\xd2\x2c\xe9\xf7\xf3\ \x2c\x4d\x66\x97\x97\xab\xe5\x42\x49\x1c\x0d\x07\x4d\xb9\x68\x8a\ \x32\xb8\x80\x00\x40\xd6\x7b\x49\x28\x66\x6d\xb9\x98\x5d\xde\xb8\ \x73\x37\x42\x8e\x04\xc6\x52\x63\x00\x0a\x6b\xc7\x02\xa6\x40\x5a\ \x19\x8c\xe3\x48\x62\x24\x99\x28\xd4\x41\xee\xde\x79\xf5\xe6\x73\ \x2f\x16\xf3\xcb\x97\x6e\xdf\xfc\xe6\xd7\xff\xa4\xb8\x3c\x9f\x46\ \x21\x30\xdf\x7f\xf0\x40\x49\x4e\x63\xed\x9c\xf5\xc1\x13\x60\xaf\ \x97\x02\xf8\xae\xb9\x26\x27\x83\x00\x44\xe0\x3c\xa1\x0f\x0c\x18\ \x1b\xd3\x8b\x32\x89\xcc\x81\x92\x24\x91\x0c\xe0\xdc\xd6\xe6\x46\ \xda\xcf\x4b\x8d\x95\xab\xf3\x1b\xdb\x96\x55\x33\x5f\x98\xd8\x74\ \x55\x0d\xb5\x05\x17\x50\x2b\xe7\xfc\x6a\xb9\xcc\xb3\x64\x6f\x77\ \xe7\x95\x97\x5e\xd6\xda\xdc\x7b\xf0\x6e\xd1\x76\x5a\x9b\xe5\x7c\ \x2e\x18\x74\xd4\x33\x59\xde\x75\x8d\xb5\x4d\xbd\x5a\x0a\x09\x12\ \x45\xd7\x34\xc0\xa8\x95\x8a\x94\x86\x10\xda\xa6\x46\x29\xad\xb5\ \xcb\xc5\x62\xb9\x2a\x8d\x8e\x44\x7f\x10\x6c\xeb\x09\x6d\xa3\x56\ \xcb\x25\x84\x20\x05\x68\x00\x01\x41\x02\x78\xe7\xda\xce\x79\xdb\ \x9e\x16\xcb\xe5\xec\xd2\x3b\xbb\x28\xeb\xcd\x9b\xfb\xda\x48\x29\ \x44\x92\xa4\x79\x3e\x4a\xb2\x84\x39\x18\xa5\x8d\x36\x25\x97\x00\ \x98\x44\xb1\xd1\xbc\x39\x1e\x9f\x5f\x4c\xd9\x5b\xdf\xf8\x18\xd8\ \xfb\xee\xf6\x9d\x7d\xa3\xf5\xd9\xd9\x79\xdb\xb5\xce\x79\x25\x85\ \xd6\x52\x38\x27\xea\xda\x68\xb9\x5c\x2e\xab\xaa\x71\x2c\xde\x7e\ \x70\x40\x8c\x91\xd6\x22\xf8\x3c\x4b\xaf\xed\x59\xc4\x00\x20\x64\ \x94\x65\x12\x00\x98\x84\x94\x8c\x98\xa4\x99\x40\x35\x5f\xac\xd2\ \x5e\x3e\xca\x52\x21\x98\xc1\xdf\xf8\xe4\x4b\x59\xaf\x8f\xf3\xda\ \xcc\xe6\xb2\xe9\x82\x95\x36\xf0\xc9\x6c\x71\xf7\xc5\xad\xc9\x60\ \xa8\x04\x1c\x1f\x3e\xbe\x75\x6b\x1f\x04\x36\x4d\x6d\xbb\xe6\xfe\ \xfd\xfb\x6f\x7c\xee\xf3\x22\x89\xaa\xc5\xaa\xb4\x76\xdc\x1f\x34\ \xab\x32\xcf\xb3\x72\xb1\x72\xe4\xc9\xd3\x60\x38\x2c\x8b\xb2\xd1\ \x4d\x08\xc1\xda\xb6\x58\x7a\x72\x2e\xcf\x32\x90\xd2\x5a\x7b\x7c\ \x7c\xbc\xbf\x7f\xab\xae\xeb\xaa\x5c\xee\x6e\x4f\xda\x62\x15\xfd\ \xd8\x0e\xd5\x9f\x8a\x4e\xe6\xcb\xcb\xd5\xfd\x24\xf9\x56\x96\x6a\ \xf8\x18\xdc\x3f\xba\xe0\xce\xc6\xd4\xbf\xf9\x97\xb3\xbf\xf3\x77\ \xcc\x3f\xff\x3a\xff\xf2\x17\xaf\x07\x34\x4c\xec\x7c\x07\x00\x02\ \x10\x05\x22\xa0\xb5\x5d\xd7\xb6\x52\x4a\x16\xca\x7a\x97\x1a\xcd\ \xce\xa6\x71\xd2\x35\xed\x48\x45\xc1\xbb\x7c\xd0\xe7\x65\x75\x71\ \x7c\x40\xc3\xfe\xec\xf0\xd8\x5a\x67\xb4\xac\x9a\x36\xdb\x1c\xb3\ \x80\x71\x9a\x76\x5d\xeb\x9c\x03\x21\x87\xe3\xa1\xd6\xc2\x77\xae\ \xa2\x2a\x1b\x8c\xda\xce\x39\x2a\x95\x52\x69\xd6\x0f\x44\xe7\xe7\ \x67\xe7\xd3\x29\x11\x4d\x46\x93\x93\xf6\xb8\x6a\x6a\x06\x70\xd6\ \x67\x59\x6e\xb4\x79\xf2\xe4\x70\x30\x1c\x6b\xad\x87\x83\x81\x89\ \xa2\xd5\xb2\xa0\xe0\xd3\xdc\x20\x50\x5d\x2e\xbd\x6d\xa2\x24\xbe\ \x3c\x3b\xae\x8a\x82\x9d\xcb\x92\x34\xd2\xca\x05\x2a\xeb\x1a\x8d\ \xe1\x20\xbd\x0f\xb3\x93\xe3\x9b\xbb\x3b\x3c\xc8\xc9\x36\xce\x02\ \x6b\xb4\x9e\xd3\x38\x1e\x4f\xc6\x69\x92\x64\xfd\x41\x14\x99\x66\ \x71\x7e\x74\x72\x12\x63\x3a\xda\xbe\x71\x74\x31\xfd\xf4\xdd\x5b\ \x99\x92\x17\x67\x07\xc1\xb7\xd3\xe9\x45\xde\x8b\xe3\x24\x49\x8c\ \x74\xae\xf5\x44\x04\x18\x28\x28\x2d\x75\xa4\xc1\x51\xe7\xc2\x35\ \x89\x19\x29\x55\x1c\xc7\x49\x0c\xc0\x5a\x0a\xa9\x95\x12\xa0\x95\ \x76\xde\x2b\x2d\x95\x44\x83\xac\x95\xca\x77\xb7\x5f\xe8\x45\xfd\ \x9d\xed\xee\x62\x19\x1d\x69\xd7\x76\xa9\xd1\x7b\x9b\xdb\xc5\x6a\ \xc9\x52\x04\x0e\x59\x12\xf7\xe2\x68\x77\x6b\xb3\x58\xcc\xab\xb2\ \x2a\x17\xb3\x9d\xfd\x9b\x47\xa7\x27\xb7\x6f\xde\xb2\xd6\x3f\x79\ \xf2\x44\xc5\x49\x59\x55\xdb\x9b\xe3\x38\x32\x00\x3c\xec\xe7\xc5\ \x70\x98\x66\xf9\xf6\xd6\xd6\xf1\xe3\x83\xb6\x6e\xd2\x34\xf5\xce\ \x6d\x4c\x46\x6b\xb7\xb8\xc5\x7c\x45\xec\x27\xc3\x9e\x42\x2e\x96\ \xf3\xae\xe9\x8c\x31\xb1\x89\xd8\x75\x2f\xdc\xba\x75\xc0\xa1\x6d\ \xca\xc3\xa3\x63\xe9\x1a\xc9\x1c\xd2\x5e\x9e\xf5\xa5\xea\x9c\x73\ \xa7\xe7\x17\x59\x9a\xec\xdf\xba\xbd\xbd\x73\x23\x49\xe2\xc0\x34\ \x9b\x5d\xae\x96\xcb\xaa\xaa\xf2\x5e\x7e\xf3\xe6\x2d\x62\xda\xdf\ \xbf\x71\xff\xfe\xfd\xe3\xf3\xcb\xdd\xf1\x76\xca\x6e\x8e\x4d\xa4\ \x24\x90\xaf\xaa\xda\x3a\x07\x80\x81\x18\x85\x34\x04\xae\xeb\x80\ \x14\x3a\x7c\x72\xf4\xae\x47\x55\x34\xbe\xac\x5a\x89\x22\x4f\x22\ \x1d\x99\xeb\xdb\xac\x23\x04\xa6\xb2\x2a\x05\x10\x50\xa8\x00\x93\ \x28\xea\xf7\xf2\xb6\xb1\xf3\xd9\xf4\xc1\xfd\xb7\xf7\x6f\xde\x7a\ \xfe\xce\xad\xcd\xcd\x1e\x44\xf8\xf8\xe8\xd1\xc5\xc5\x0a\x03\x87\ \xaa\x8c\x93\x91\x18\x8d\x1f\xdc\x7f\xab\x5c\x54\xb7\x6f\xee\xdf\ \xbc\xb1\x0b\x0c\x5d\xdb\x72\x08\x5a\x6b\xdb\x34\x79\x96\xb6\x65\ \x31\x9b\xce\x5c\x67\x6d\xd7\x25\x71\xda\x76\x2d\x22\x1c\x9f\x9e\ \x49\xad\xa2\x24\x05\x04\xa0\x30\xe9\xe7\xe7\xe7\xe7\x31\x82\xb3\ \xb5\xc7\x20\x39\x49\xf3\xbc\x2e\x96\x37\xb6\x37\xaa\x62\x69\x9b\ \x4a\x20\x09\x0a\xce\xd6\x06\xf9\xa7\x0f\xee\x01\xf1\x56\xd7\x7d\ \xbe\x28\xff\xf6\xc6\xa4\x11\x52\x7f\xcc\xc9\x7c\x94\x99\x19\x6b\ \xdd\x27\x3e\x41\x1b\x9b\xc9\x3f\xf8\x5d\x7c\xe3\xb3\x90\x7e\x30\ \x5d\xb9\x10\x62\x63\x3c\x2a\x57\x2b\xf2\x4e\x08\x11\x98\x63\x93\ \x18\x63\xd6\x05\x4f\x81\x22\x20\x66\x79\x9e\x1b\x23\x43\x90\x52\ \x64\x2a\x92\xd6\xf7\xa2\x24\x89\x7a\xb6\x75\x6d\xdb\xea\xad\x8d\ \xae\xac\x4f\x9a\xc6\x76\x88\x08\x28\xd4\xde\x8d\x9b\x49\x12\x5f\ \x9c\x9f\x1d\x3c\x39\x50\x28\x5a\xeb\x86\xc3\x4d\x63\x14\x0b\xf4\ \x80\x04\xb8\x5c\x2e\x99\x51\x01\xb3\xb3\x4d\x5d\x5c\x9c\x9f\x6d\ \xef\xee\xe4\xbd\xfe\x4a\xc7\x4e\xb9\xb5\xfb\x63\xb3\x2a\x96\x42\ \x52\xe7\x7c\xd7\x59\x94\x97\xa7\xe7\xbb\x37\xf6\xd8\xb9\xba\x2a\ \xb3\x48\x07\xe0\x58\x49\x90\xc2\xb5\x75\xb1\x5c\x46\x12\x6f\xdd\ \xde\xbf\x75\xe3\x86\x12\x42\xeb\xe8\xe4\x72\xfa\xe6\xdb\xf7\x5b\ \x67\x1d\xb5\xc5\x14\xab\x44\x67\xb1\x71\x22\x78\x6f\x8b\xa6\x16\ \x51\x32\xd9\x1c\x6f\xdd\xdc\x97\x02\xf2\x6c\xa4\x03\x40\x5d\x44\ \x26\x5e\x75\xbc\xaa\x1a\x42\xf9\xd6\xdb\xf7\x6f\x6f\x0d\x1a\x5b\ \x3b\xf6\x4d\x17\xf2\x2c\xda\xd8\xd8\xe0\xe0\x9b\x06\xd3\x34\x6b\ \xda\x66\x38\xec\x6f\x6c\x6c\x44\x71\xe4\x43\x7b\xfd\x5d\xc6\xd4\ \x51\x88\x80\x82\x6d\x3b\x0a\xce\xe9\xa7\xfe\x8c\xf4\xdd\xef\x7f\ \xdb\x24\x69\x6f\x7b\x7b\x7f\x6b\x63\xa3\x97\x65\x83\xe1\xfd\x37\ \xdf\x7e\x74\x72\x41\x55\xd7\xb4\xed\xad\x17\x9f\xb3\xb1\x60\x09\ \xec\x5d\x51\x15\x1b\xc3\x7e\x53\xae\x66\xe7\xa7\x5a\x4a\xdb\x76\ \x22\xb8\x7a\x35\x7f\xfc\xe0\xed\x97\xef\xdc\x1d\x8f\xc7\x45\x73\ \xda\xd4\x4d\xde\xeb\x4d\x2f\xce\x05\x50\x1c\xe9\xc0\x3c\x99\x8c\ \xb5\x8e\x80\x38\xef\xe5\x79\x96\x09\xc4\xb3\xe9\x54\xa5\x49\x08\ \x96\x59\x28\x01\x6d\xdb\xc4\x82\x4d\x64\xac\xb5\xc3\xd1\x70\x76\ \x39\x6b\x9b\x7a\x3c\x1a\x0d\xb2\x74\x34\x18\x9e\x77\xed\xaa\xac\ \x37\xf3\xd8\x08\x61\xe2\x24\x4a\xd3\xad\x2c\x3b\x38\x3d\x9d\x4e\ \x67\x84\xf2\xe2\xe2\x22\x49\x52\x63\xb6\x94\xd1\x71\x9c\x1c\x1f\ \x1d\x37\x75\x77\x76\x76\x7e\x74\x74\x98\xa6\x49\xdb\xb4\x46\x89\ \x9d\x8d\x49\x3a\x9a\xcc\x4f\x1e\xc5\x02\x15\xf2\x72\x3e\x63\x0a\ \x02\x31\x10\x87\x00\xde\x73\xd7\xb9\x58\x49\xa1\x41\x2a\xad\x4d\ \x6c\x2d\x81\x90\xd2\x44\x46\x2b\x16\x58\xd4\xcd\xf5\xc0\x9d\x99\ \xd2\x24\xf9\xd4\x67\x5e\x5b\xce\xe6\x47\x4f\x0e\x62\xa3\x8d\x50\ \x12\xa9\x2c\x97\x14\x02\x33\x6a\x6d\x8e\x1e\x3d\x90\xd4\x1e\x3e\ \x61\x61\x60\xb1\x58\x95\xcb\x6e\xff\xc6\x8b\x93\x2c\x29\xe6\xf3\ \x65\xb3\x62\x82\x07\xef\x3c\xa8\x96\x2b\xb6\x9d\x08\x7e\x6b\x63\ \xdc\xd6\xb5\x05\x24\xeb\xce\x9e\x1c\xd6\xab\xe2\xee\xdd\x57\x2e\ \x67\xb3\xc7\x4f\x9e\x04\xa2\x2c\xeb\xd9\x10\x8a\xb2\x42\x29\x36\ \xe2\x58\x68\x35\x5f\xcc\xb8\xb3\xcf\xed\x6e\x33\x84\xae\xad\x94\ \x14\x20\x50\x69\x36\x52\x97\xad\x5b\xb5\x95\xb3\xb5\x51\x32\xb8\ \xae\x17\xc7\x12\x7e\x06\xe0\x6e\x05\xbe\x51\x56\x12\xe0\x1f\x0d\ \xfb\x01\xc0\x7c\x8c\xa0\x1f\x71\xcd\xcc\x8d\x1b\xcd\x57\xbf\x9a\ \xfd\xe1\x1f\x8a\xd3\x53\xbe\x7b\xf7\x83\xfe\x85\xbf\xf8\xab\x5f\ \xfe\xce\xb7\xbf\xfd\x9d\xef\x7e\x27\x8e\xe3\x40\x5c\x37\x8d\x52\ \x6a\x3d\xbd\x41\x29\x15\xc8\x37\x75\xa1\x21\xc1\x40\x40\x0c\xd6\ \xa7\x0e\x95\x00\xd0\x24\x87\xf9\x8d\xcd\x4f\x06\xd5\xbb\xb8\xff\ \xa8\xaa\xaa\xe5\x72\xf1\xfa\xeb\xaf\x6f\x6d\xef\x28\x29\x2f\xa7\ \xd3\x7b\x6f\xdd\x9b\x4e\x2f\x90\xb1\x9f\xf7\xbb\xae\xcd\x93\x68\ \x77\xf7\x86\x90\xa2\x28\xcb\xb2\xed\x98\xf8\xf6\xee\xee\xce\xc6\ \x46\xd7\xd6\x6f\x79\x5f\xcd\x97\xd3\x93\xb3\x5e\x3e\x18\xf7\x07\ \x6d\xd7\xb5\x4d\x1b\x02\x5d\x9e\x9d\x69\xa9\xea\x55\xb1\x98\xce\ \x88\x39\x51\x3a\xc4\x49\xb0\x5d\x6a\x22\x85\xb8\xbf\xb3\x5b\x16\ \xab\xb7\xdf\x79\xcb\xb6\xcd\x9d\x97\x5e\xb8\xb1\xb3\xa5\x21\x68\ \xe4\xb6\x5a\xbc\xf4\xdc\x2d\xad\xf5\x3f\xff\xd3\x7f\x21\x51\x72\ \xd7\x2e\xa7\xd3\xf1\xb0\xd7\xcf\xb3\xc6\xb5\xcd\xca\x8e\x27\x93\ \xbd\xe7\x6f\x8f\x37\x37\x98\x7c\x68\x82\x10\x0a\x51\x01\xc8\xba\ \xae\x8b\xc3\x27\x59\xbf\x9f\x8f\x7b\x0f\x1e\x3f\x9e\x2e\xe6\x59\ \x96\x6f\x8d\x86\x1b\xa3\x7e\xb1\x2a\x28\x04\xa9\x04\x4a\xa3\x0c\ \x2b\x93\x1c\x9f\x9d\xd9\xe0\x93\x24\x87\x6b\x15\x3a\x98\x28\x4e\ \xb3\xd1\x64\x1c\xba\x86\xd9\x4b\x09\x3e\x38\x06\x94\xca\x00\xe3\ \xe9\xd9\x71\x96\xf7\x66\x6d\x55\x94\x73\xec\x5a\xed\xa9\x2b\x9a\ \xba\x0b\xc3\x9d\x3d\x13\x9b\xd9\x72\xe1\xeb\xaa\xe9\x9a\x76\xb1\ \xac\xea\x32\x32\x42\x21\xf4\xd3\x28\x8f\x93\xb6\xae\x09\x60\x39\ \x9b\x4e\x46\xa3\xba\xa9\x8b\xba\xa9\xea\xca\x12\x03\x72\x53\x37\ \x71\xac\x88\x64\xbf\x9f\x4f\xe7\x8b\x7b\xf7\xde\x21\x47\x9b\xa3\ \xf1\xe6\xe6\xc4\x39\xeb\xbd\x5b\x5d\x56\x23\xdc\xa8\x5b\xeb\x7d\ \x68\xab\x1a\x6c\xb3\xbb\xb3\xc3\x80\x0c\x98\xf7\xfb\xab\xf9\x4c\ \x00\x57\xc5\xb2\x6d\xaa\xce\xba\xce\x76\x10\xec\xfe\xee\x0e\x9a\ \xc4\x83\x98\xaf\x8a\x93\xf3\x0b\x40\xa1\xa3\x28\x90\xef\xda\xa6\ \x6d\x5b\x6a\x5b\x21\xe4\x0b\x2f\xbe\x78\xef\x07\x6f\xcd\xe7\xf3\ \x07\x0f\x1e\x6c\x6e\x4c\xea\x62\x65\x6d\xb7\xb9\xb5\xdb\x8b\x55\ \xbd\x5a\x8c\x7b\x89\x42\x66\x84\x24\x36\x4d\xe7\x88\x09\x99\x43\ \x08\xe4\x91\x84\x50\xd2\x00\x48\xa9\x8c\xef\xda\xba\x73\x8c\x18\ \xa7\x59\x24\x80\x82\xe3\x2b\x23\x9d\x0f\x06\xf1\x21\x70\x14\x99\ \x2f\xbc\xf1\xd9\xb2\x2c\xbe\xfb\x6d\x6d\xdb\xd6\x36\x5d\x6c\xcc\ \xc9\xd1\x49\x08\x01\xa5\xf4\x2e\xc4\x3a\x29\x66\x53\x30\x48\x0a\ \x5a\xeb\x7a\xd9\x60\x90\x65\xb1\x0e\xc1\xdb\x1a\x20\x74\x9d\x44\ \x11\xac\xb7\x8d\x25\xdb\xae\xb4\xce\xd3\xe4\xec\xf4\xf4\xf4\xf4\ \xcc\x85\x30\xbb\x98\x95\xfb\x75\x9a\xf7\x02\x82\xf5\x9e\xdb\x76\ \xbe\x2a\xfa\x83\x41\xd3\xb5\x27\xd3\x69\xdc\xcf\xab\xa6\xe6\xba\ \xb4\xfd\xc4\xba\x66\x6f\x67\x33\x8e\xf5\xe1\xd1\xe1\x70\xdc\xdb\ \xbd\xf9\xdc\xbd\xfb\x8f\xdf\xb9\xf7\x96\xd0\xa6\x69\xda\xa3\xa3\ \xc3\x17\x6f\xde\x96\x4a\xfc\x94\xc1\x9d\x10\x63\xa2\x5f\x5d\xae\ \x4e\x8c\x7e\x10\x45\x1f\xcb\xdb\xff\x1c\x2c\xef\xdb\xaf\xfc\x4a\ \xef\x6f\xfe\xcd\xf4\x5b\xdf\xa6\x57\x5f\xfd\x40\x68\xc3\x44\xc1\ \x56\xfd\x2c\xda\xdb\xd9\xdc\xde\xd9\x2d\xca\xfa\x9d\xfb\xf7\x57\ \xab\x25\xa3\x00\xc0\xce\x79\x01\xa4\xd0\x07\x83\x6d\xd3\x16\x8b\ \xe2\x9b\xdf\xa0\xd3\x9d\xd3\xcd\xad\xad\xad\xfd\x2d\x99\xaa\xa6\ \x2e\xdf\xbd\xff\xd6\x72\x59\x53\x08\x69\x92\x12\xd1\xf4\xe2\x32\ \xb8\xee\xec\xf4\xe4\xe4\xe8\x78\x6d\xf1\x3e\x6d\x9a\x3c\xd2\x2f\ \xee\xbf\x92\x27\x71\x1d\xfc\xee\xd6\xc6\xbd\x07\x0f\x7b\x59\xe6\ \xdb\xfa\xc1\x0f\xbe\x37\x1e\x8f\x37\x27\x1b\xd3\x8b\xb7\xa4\xd0\ \x4d\x51\xe5\xfd\x7e\x53\x35\x08\xb8\xb3\xbd\xdd\xb6\xcd\x6c\xbe\ \x68\xab\x5a\x48\x61\x94\xa1\xe0\xdb\xb6\xce\xd2\x64\x32\x1e\x27\ \x71\x74\xfb\xd6\xcd\x3f\xfd\xe6\x9f\x14\xab\x22\xef\x25\x46\xa9\ \xa3\x83\xc7\xfd\x38\x1a\xe6\xf9\x83\x47\xef\x9e\x9c\x1e\xbf\xfc\ \x0b\x9f\xb9\x7d\xf3\xe6\xfd\x47\x07\x9e\x1a\xe6\x9e\x40\x0e\x14\ \x84\xc0\x97\x5e\x7a\xc9\xe4\x79\xdb\xd6\x8b\xd9\x54\x20\xc7\x18\ \x8f\xb7\x36\x7a\x99\xe9\x84\xf8\xde\xa3\x3f\xb6\xab\x82\xfd\xe6\ \xcd\xd7\xef\xda\x2a\x93\x88\xaf\xbc\x78\x67\x32\x18\x90\xb3\x55\ \x5d\xbf\xf3\xf6\xfd\xc7\x07\x07\x55\x5d\x98\x48\x27\x59\xcf\x05\ \x0c\x80\x2a\x8a\xba\xae\xbb\x06\xbe\x7b\xef\xef\x3c\xf7\xfc\xed\ \xe7\x9e\x3b\x7e\xfc\xe0\xe1\x3b\x6f\x09\x01\x21\xf0\x27\x3f\xfd\ \xe9\x5b\xb7\xee\x54\xe5\x2a\xb8\xb6\x2e\xab\x77\x1f\x1f\x37\xcb\ \x02\x15\x46\x79\xde\xcf\x72\x55\x75\x3a\x31\xa2\x6b\x17\x97\xb3\ \x88\xa9\x2b\xbb\xa2\x6a\x84\xd4\x65\xd5\x6a\x09\xb3\xf9\x52\x0c\ \x05\xa0\xa8\xca\x72\xba\x5c\x45\x69\x3a\x1a\x4e\xa6\xb3\x45\xd3\ \x75\x8e\x38\x4d\xd3\x28\x8e\x6e\xde\xdc\xad\xcb\xe2\xe2\xe2\x62\ \x34\x99\x3c\xff\xdc\x73\xf7\xdf\x7e\xd0\xb4\xcd\xe5\xe5\x65\x64\ \x34\x05\x0f\x4c\x65\xb1\xf2\x04\xb6\xb5\x91\x32\x75\x5b\x2d\x8b\ \xa2\x3f\xde\x48\x93\x6c\x71\x39\xed\xf5\xf2\x3c\x4b\x25\x02\x02\ \x48\xa5\x19\xf9\x6c\x51\x76\xee\x78\xd8\x1f\xd8\xa6\x6b\x3b\x1b\ \x84\x4c\x7a\x3d\xa5\x4d\x59\x96\x17\xe7\x17\x4a\x47\x8d\xb5\x52\ \xca\x38\x8e\xd3\x5e\x6f\xb1\x5c\xcc\x67\xb3\xc9\x70\x30\xbd\x38\ \x1f\x0e\xf2\xe0\xda\x7a\xb5\x8c\xb5\xec\xe7\x69\xbf\x17\x75\x8a\ \x7d\x70\x57\x23\x00\x42\x00\x44\x60\x15\x02\x37\x4d\x57\x75\x6d\ \xdd\x58\xeb\x88\x18\xe2\x24\x65\x00\x46\xee\x0f\x72\x14\xd7\x19\ \xc7\xb4\x36\x67\x88\xb5\x8a\xfa\xf9\x2f\xbe\xfe\xa9\x83\xc7\x8f\ \xbb\xa6\x9e\x8c\x27\x75\xb1\x04\x10\xbd\x5e\xde\x36\xdd\xd6\x78\ \xc3\xdb\x6e\xba\x5a\x2c\xab\xd2\x11\xeb\xed\xde\xaa\x28\xa2\x28\ \x99\x8c\x87\xdb\x7b\x1b\x17\xe7\x27\x52\x48\x22\x3e\x3f\x9f\x2e\ \x67\xe7\xfa\xa5\x17\x63\x6d\x66\xf3\x45\x51\x56\x44\x50\x77\xdd\ \xc3\x47\x8f\xfa\xc3\xa1\x0f\xc1\x33\xd8\xa6\x55\x5a\x2f\x8a\xb2\ \xb3\xd6\x07\x1f\x67\x59\x7f\x30\xa8\x6c\x73\x3e\x3d\x1d\xf4\x93\ \x3c\x37\xc3\x41\x3f\x4d\x25\x80\x12\xe4\xc7\xc3\x3c\xcf\xe2\x65\ \xd5\xb0\x90\xb6\xb3\xb1\x89\x7a\x69\xf2\x53\x06\x77\x0f\xb0\x6f\ \xdd\x27\xeb\xe6\xef\x8f\x86\x17\x1f\xeb\x64\xfe\x5c\x04\xef\xde\ \x77\x9f\xff\x3c\xdd\xbc\xd9\xff\x7f\xbf\xb6\xf8\x0f\xfe\xfd\x0f\ \xfa\xbe\x2f\xe7\x17\xe4\xdb\x71\xbf\xe7\x6d\x13\x45\x72\xb2\x31\ \xf1\x17\xd3\x34\xcb\xab\xd6\xa2\x10\x06\x7c\xbb\x5c\xe9\x41\x6f\ \xeb\xc6\x0e\xed\xed\x05\xc7\x6d\xb0\x87\x67\xa7\xe7\xe5\x4c\xa5\ \x12\x35\x4e\x2f\x97\xb6\xf6\xc8\xa4\xa4\x98\xcf\x66\x82\xf8\xe2\ \xfc\x74\x35\x9f\x09\x62\x67\x5b\xa5\xa4\x92\x22\x8f\xf4\x30\x8d\ \xa8\x2d\x5d\xd7\xc6\x4a\xf4\x22\xb1\x39\x48\x7d\x59\x86\x72\xb1\ \x0a\xee\xde\xbb\x8f\xca\xb2\xee\xe5\xfd\xba\x6a\x96\xcb\x82\x11\ \x46\xe3\x31\x03\x34\x6d\xdb\xd9\x36\x8a\xb5\x73\x7e\x77\x6f\x07\ \x04\x8c\xc7\x63\x21\xc5\xf9\xe5\x45\x3f\xef\xf9\x47\xee\xe4\xe2\ \x9c\x10\x95\x34\xe3\xe1\xa8\xe6\x30\xcc\xb3\xdd\x9d\x2d\x26\x9f\ \x8c\xc6\xbb\x7b\x7b\x77\x8a\xe6\xfe\xc3\x03\x44\x6c\xba\xb6\xb1\ \x71\x63\x6b\xad\xf5\xb0\xdf\xb7\x81\x2f\x0e\x9e\x9c\x07\x2f\x81\ \x5f\xb8\xf3\x52\x37\x99\xa8\x2c\xbb\x71\xfb\xd6\xce\x5b\x6f\x32\ \x70\x9c\x88\x72\x76\xf9\xda\x2b\x2f\xdf\xbd\x79\x33\x55\xdc\xd6\ \xed\xc3\x93\xb3\xd9\x7c\x1e\x45\xc9\xf3\xcf\xdf\xf9\xd6\x77\xbe\ \x5d\x2f\xcb\x71\x59\xff\xc2\xa7\x3f\x9d\x66\x71\xb1\x2a\x25\xea\ \xeb\x70\x32\xc4\xa3\xe1\x20\xd6\xe6\xe6\x64\xb0\x3b\xc8\x0e\x1e\ \xbe\xab\x92\x34\x35\xd1\xe9\xe9\xb1\x00\x42\x72\x89\x12\x9b\x69\ \xef\xb2\xad\x97\x5d\xbb\xa8\x8a\x08\x94\xef\x3c\x2d\x66\x2a\x8a\ \xb4\x14\xb2\x09\x4d\x65\x03\x6a\x13\xc7\x22\x32\xd6\x75\x65\xe3\ \x76\x76\x7a\xc1\xfb\x8b\xcb\xa3\xb3\xd9\x4c\x44\x85\xd2\xf1\x72\ \x55\x5a\xcf\x81\xa1\x6e\xeb\xad\x8d\xb1\x73\x76\x38\xec\x33\x70\ \xd3\xd4\x7b\xfb\x7b\xd3\xcb\x59\xbd\x5a\x19\x27\xbb\xa6\x19\x8e\ \x86\x24\xe0\x64\x3a\x25\xa2\x51\x7f\xa4\x84\x2c\x56\xb3\xd9\xaa\ \x28\xba\x10\x27\x19\xd9\xee\xf9\x1b\x3b\xb1\x11\x6d\x53\x85\xe0\ \x19\x90\xf1\xff\x63\xef\x4d\x9a\x2c\xcd\x8e\x2b\x31\x77\xbf\xc3\ \x37\xbc\x31\x5e\x0c\x19\x19\x91\x53\x65\x0d\x00\x0a\xc4\x40\x16\ \x01\x02\x6c\x52\xa2\x4c\xdd\xa2\xfe\x82\x4c\xab\x36\x93\x99\xfe\ \x82\xb4\xd6\x5e\x5a\xf6\x52\x1b\x0d\x6d\x32\x49\x4b\x0d\xa4\x75\ \x13\xcd\xb6\x26\x41\x01\x4d\x10\x43\x15\xaa\x90\x55\x39\x67\x64\ \x4c\x6f\xfe\xc6\x7b\xaf\xbb\x6b\xf1\xb2\xa8\x36\x2d\x08\x30\x51\ \x32\xaa\xc8\xba\xb9\x49\x4b\xb3\xb0\x7c\xf1\xde\xf7\xce\x75\x3f\ \x7e\xfc\x1c\x12\xb2\xf3\x6d\xbb\x6d\x42\x66\xbd\xcb\x32\x72\x36\ \x29\x20\x80\x31\xa6\x69\xea\x97\x67\x67\xe5\x70\x94\x58\x56\xcb\ \xf5\xae\xc2\x16\x16\xe1\xb4\x5a\x2e\xfb\x66\x3b\x1e\x8d\x53\xe8\ \xbc\xa5\xf1\x68\x08\xda\xf7\x7d\x83\xa0\x86\x10\x51\x68\x97\xe7\ \xa7\xc0\x49\xb1\xb4\xc6\xfa\x10\xab\x3e\x26\x51\x60\x79\xb5\xf8\ \xb6\x5b\xb0\x7b\x9d\x6f\x0a\x62\xdf\xf7\x57\x67\xdb\xe9\x78\xe2\ \xc9\x8e\xf2\xfc\xe4\xe0\x70\x3a\x9d\x0e\xb2\xfc\xc1\x83\x07\x3e\ \x2b\xb6\x9b\xb3\xcb\xab\x73\x6b\x4c\x55\xd5\xa1\xe7\x72\x38\x56\ \xb0\x8b\xcd\x96\xa8\xca\x72\x4f\x2d\x83\x44\xb2\xa6\xe7\x54\xf7\ \x1d\x1a\x3b\x9e\x4e\xc1\x9a\xaa\xeb\x83\x82\x22\xda\xbc\x78\xf8\ \xf0\xf1\xde\x6c\xaf\xaa\x1b\x00\x63\xad\xe3\xa4\x89\x53\x4c\x09\ \x11\xea\xaa\x3e\xbe\x7f\x2f\x23\x6e\x36\x0b\x97\xf9\x3e\x86\xf9\ \xea\x7a\x34\x18\x24\xd6\x97\x17\x2f\x7a\x36\xa7\xb7\x4e\xd7\x0f\ \x1e\x91\x75\x06\x28\x84\xb8\xe8\xda\xcf\xbe\x72\xff\xcd\xba\x99\ \xc6\xf8\xfd\xf1\xf0\xef\x5c\x27\x83\x08\xf8\x0f\x35\x1c\xe4\x6f\ \xf1\xde\x8b\xc8\x64\xd2\xff\xce\xef\x4c\xfe\xf8\x8f\xda\xab\x2b\ \xbd\x79\xfa\xb7\x62\x21\x43\x57\xc5\xd0\xd6\xf5\xe6\xf0\xf8\x26\ \x59\x7f\x76\x7e\x89\x88\xe3\xe9\xe4\xb0\x18\x1a\xe7\xb0\xab\x68\ \x36\x7c\xe3\xfe\xbd\x1b\xa7\xa7\x91\xa1\xee\x39\x30\x3e\x7a\xfa\ \xac\x8a\xbd\x6b\x20\xcb\x5c\xee\xdc\xc5\xf2\x32\x25\xce\xf3\x7c\ \xb3\x5c\xb5\x55\x05\xcc\x31\x84\x51\x39\x70\xc3\xa1\xb3\x94\x52\ \xe7\x49\x21\xf6\x1c\xfa\xd8\xd4\x4a\x20\xfd\xf6\xe3\x0f\x9e\xbd\ \x73\xe7\x8e\xf1\x24\x96\x9c\xf7\x5d\xbf\x60\x55\x55\x52\xe4\xae\ \xef\xa3\xf0\x60\x34\x98\x2f\xe7\xcc\x6c\x94\xbd\xcf\xb2\x22\xeb\ \x63\x0c\x31\xf6\x31\xa4\xc4\x9b\xba\xaa\xeb\xaa\xae\xb6\x0a\x08\ \x64\x0e\x0e\x0e\x75\x58\x78\xe0\xf1\x74\x92\x42\x9f\x6c\xd6\xd6\ \x75\x5e\xe4\x79\x91\x5f\x6f\xaa\x42\xf2\x24\x29\x86\xd6\xa4\xe8\ \x10\xaf\xae\x2e\x49\x60\x36\x19\xe7\xd6\x1c\x4c\x86\x8c\x71\xb5\ \xed\xea\xed\x26\x73\x6a\x35\xad\xaf\x5e\xac\x27\x53\xfb\xce\x3b\ \xfd\x66\xdb\xa4\x66\xd9\x34\x1f\xbc\xff\xbe\x31\x76\xb2\x37\x9b\ \x1d\x1e\xed\xed\xed\x5f\x5e\x5f\xad\x36\xd5\xf9\xe5\x55\x51\xe6\ \x16\xcd\x30\x7f\x9d\xe1\x9e\x73\xf6\xe1\x83\x4f\xde\xba\xf7\x46\ \x6e\xf9\xfe\xad\xd3\xb0\x59\xf9\x72\x98\x97\x65\x9f\x64\xb3\x5e\ \x6a\x6a\xca\xf1\x64\x76\xb4\x6f\x78\x32\xd0\x78\x7d\x71\xb9\xe7\ \x06\xe3\x7c\xe0\x87\xc3\x4d\xec\xcf\xce\x5e\x2c\xbb\x2a\x20\x50\ \x56\x8a\x75\x41\x10\xc9\x1f\x1c\xdf\xda\x34\xdd\x47\x1f\x7e\x14\ \x59\xd0\x17\x51\xf4\xd1\xe3\x27\xce\x7b\x70\x19\x0b\xcc\x17\x8b\ \x51\x99\xf7\x75\xec\xca\xac\xed\x3a\x34\x76\xb5\x5a\x1e\x1c\x1e\ \x5c\xc5\x74\x70\x70\x70\x7a\xf3\xe6\xe9\xad\x5b\x89\x20\x89\x5c\ \x5c\x5c\xc4\x3e\x5d\xbc\x3c\x4f\x2c\x26\xcf\x7a\x96\xbe\x6a\xee\ \x9e\x1c\xfb\xcc\xd7\xd5\xaa\xda\xae\x99\x93\x31\xa6\x53\xcd\x86\ \xa3\xd2\xe7\x9b\xf9\x52\x8d\x4b\x8a\x24\x60\x44\x49\x64\x17\x69\ \xdb\xb4\x4d\x5e\x0e\x98\xb9\x6d\xdb\xb6\x6b\xcb\xc1\xe0\xed\x77\ \xde\xc9\x1d\xbd\x71\xef\x6e\xb3\x5d\x2b\xf3\xf9\xf9\x59\x4a\xa1\ \x6b\x2a\x0b\xb1\x6b\x5b\x34\x16\x51\x0d\x21\x1a\x04\xd5\xdc\x67\ \x59\x56\x66\x59\x66\x7c\xde\x9d\x5d\xf4\x21\x0a\x59\x40\x30\xce\ \x1a\x12\x6b\xcd\x6b\xc7\xc1\xb7\x75\x93\xda\xfa\xc6\xfe\x8d\xcd\ \xb6\x29\x5c\xb9\xb8\x5e\xc4\x36\xf8\x2c\x3b\xd8\x3f\xfa\xf8\xe1\ \xa3\x6a\x53\xad\x36\xf3\xf1\x78\x64\x6d\x9e\x67\x85\x73\x05\x2b\ \xf5\x0a\xa8\x12\xbb\xca\x62\xca\xbc\x6d\x62\xcc\x7c\x99\x44\xee\ \xbe\xf9\x46\x3e\x1e\x3d\x7e\xf4\xb8\x89\xd1\xe6\xb9\x00\xe5\x79\ \x31\x52\xcd\x9c\x01\xa5\xd5\x7a\x03\xc6\x33\x2b\x28\x1a\xb4\xa2\ \x29\xb4\x81\x80\x8a\xc1\x60\xbd\x9a\x9b\x22\x7b\x79\x75\x51\xe4\ \x16\x11\x8b\xe1\x38\xa4\xfa\x7a\xb9\x19\x4f\xa7\xc5\x60\xd0\x86\ \x88\x40\x8b\xf9\x22\xf4\x9f\x35\xb8\x93\xea\xef\x6e\xb6\xcf\xf3\ \xec\xc7\xe5\xc0\xfd\x9d\xa2\x9b\xb0\xf6\x1d\xa7\xee\x1f\x28\xb8\ \xff\x2d\x92\xc3\x55\x21\xcf\xdb\x3f\xfc\x27\xe3\xff\xf5\x7f\x19\ \x7e\xf0\x73\xfd\xed\x6f\x43\x08\xbf\xfa\x03\xbf\x58\xae\xaf\xae\ \x2e\x6c\x96\xb5\xb1\x43\x56\x34\x46\x44\x4e\x4f\x6f\xbe\xf5\xe6\ \x5b\xa0\x3a\x3f\x7b\x3a\x3f\x0b\x31\xc6\xcd\x72\x1d\x15\xd0\x67\ \xc3\xe1\xa8\xcc\xa9\x69\xe5\xea\xec\x02\x01\x9c\xf5\xcd\x76\x29\ \x8a\x96\x08\x8d\xad\xb6\xdb\xb2\x28\x08\x09\x40\xb3\x3c\xe3\x14\ \xe6\xd7\x0b\x88\x71\x7f\xb6\x5f\xe4\x39\x18\xff\xf3\x0f\x7f\x51\ \x0e\x07\x37\x0e\x0f\x8d\x31\x58\x78\x2c\x07\x75\xdf\xf7\x9c\x42\ \xab\x45\x39\x60\x49\xd6\x13\x12\xaf\x57\xf3\x10\x82\xb5\xae\x69\ \x3a\xc9\x61\xbd\x5a\x5e\x5e\x5d\xfb\x22\xef\x03\x0b\x68\x96\x59\ \x42\x54\x4e\x65\x99\x19\xe2\xf3\x8b\xb3\xb4\x59\x17\x04\xf5\x62\ \x81\x64\x5e\xce\xe7\xb3\x6d\x65\xca\x21\x6b\xcc\x1c\x3a\x8b\x6d\ \x53\x95\x45\x71\xeb\xf6\xed\xe5\x7c\xd1\x6d\xeb\xf1\x70\x58\xaf\ \xd7\xc5\x6c\xaf\xf0\x2e\xf4\x0d\x46\x9d\x5f\x9e\xb7\x7d\xe7\x09\ \x05\xe0\x6b\xef\x7e\x79\x75\x7d\xa9\x4d\x65\xa5\x8b\x5d\x3b\x2d\ \x9d\xf5\xc5\x78\x50\x5c\xbc\x78\x56\x66\xf9\xd1\xe1\xe1\x97\xdf\ \xfd\xf2\xfd\xfb\x6f\xc6\xd0\x85\x10\x34\xbd\xd6\x12\x3c\xe1\x62\ \xd9\x3c\xa1\xcb\xaf\xdc\x3f\xaa\xd6\x9b\x93\xe3\x53\xb5\x45\x8f\ \x54\x0e\xbd\xb5\xba\xbe\x6c\x9b\x6d\x45\xe5\x68\x54\x14\x47\xa3\ \xa3\x93\xe9\xfe\x34\x1b\x1a\xa5\x6c\x30\x6c\x39\xb6\xdb\xea\xea\ \xf9\x19\x79\x6b\x6d\xa6\xc8\x7d\xd7\x1e\xdf\x38\x1a\x8c\x46\x0f\ \x1f\x7c\x12\x12\xb8\xac\x40\xd4\x41\xe6\x0d\xa8\xb5\x9e\x55\x9b\ \xae\x05\x11\x55\xa9\xdb\x56\x09\x9a\xba\x19\x4e\xa6\xcb\xe5\xea\ \xe8\xe0\xe8\x8a\x2e\x86\xfb\x7b\xc1\x9b\x0f\x9e\x3f\xda\x54\x15\ \x00\xaa\xa8\x37\x76\x72\x30\x33\x4f\xf3\x3e\xa6\x2c\x73\x64\x4c\ \x5e\xe4\x6d\x1f\xaf\xe6\xcb\x14\x7b\x40\x02\x04\xa3\x3a\x28\xca\ \x83\xd9\xac\x6f\xda\xbe\x0f\xb9\x35\xaf\x52\x58\x15\x11\x09\x88\ \xa2\xca\xe5\xe2\xfa\xf0\xe0\xd0\x44\xe8\x9a\xed\x9b\xf7\x6e\x9d\ \xde\x3c\xba\x7c\x79\xb6\xcb\xbf\x4d\x29\x7a\x88\x46\xa3\xf3\xae\ \xa9\xfa\x2a\x68\x4c\x1d\x00\x02\x9a\x57\x2e\xb8\x79\x26\xaa\xeb\ \xaa\x6a\xfa\x58\x35\x3d\x38\x67\x8c\xed\xda\xae\xc8\xb2\xd1\x74\ \xa0\x44\xaf\x5d\x75\x22\x99\x18\xb8\xef\x3a\x00\x46\xd2\x87\x0f\ \x1f\x8d\xc7\xfb\x83\xe1\xe4\x7a\xb1\xcc\x8b\xc1\xb6\x7e\x7c\xeb\ \xf6\x9d\x3e\x84\xae\x63\x97\x59\x72\x2e\x4a\xea\x36\xb5\xb5\x84\ \x90\x66\x93\xe1\xbd\x37\xde\x90\x27\xcf\x43\xe8\xd1\x64\x65\x51\ \xfe\xf8\xc7\x3f\x5b\x2e\x17\xc6\x58\x63\x0c\x22\x06\x4e\x45\xe6\ \x45\xb5\x28\xcb\xc8\x12\x42\x34\xc6\x26\x16\x63\xc9\x80\xf5\xde\ \xee\xed\x4d\xf7\xf6\xee\x9c\x9e\x9e\x54\xeb\xab\xf9\x55\x3d\xcd\ \xf3\xa6\x6f\x7a\x51\xe3\x2c\x19\xf4\x59\x96\x65\x79\x1f\x15\x01\ \x57\xdb\x15\xa9\x7c\x96\xe0\xce\x88\x87\x29\x7e\xbb\xaa\xfe\xf5\ \x78\x54\x19\xfa\xbb\xad\xdc\x11\x81\x08\xc9\x7c\x41\xfa\xff\x0a\ \xe0\x1e\x42\xfc\x8d\xaf\xc1\x74\x36\xfe\xb3\x3f\x8f\xff\xc9\x7f\ \xfa\xab\xdb\x2a\x21\x62\x55\x87\x2e\x88\x37\x7a\x3d\x5f\xce\x0e\ \x8e\xa7\xb3\xfd\x98\x34\xb5\x89\x98\xf7\x26\xc3\xc1\xad\x9b\x5d\ \xbd\xee\xa2\x8c\x8d\x97\x18\x62\x5b\x03\xc4\xbb\x37\x67\xa0\xfb\ \xf7\x8e\x6f\xa6\xc0\x22\x09\x85\xcf\xcf\xaf\x39\x45\x65\x05\x30\ \x9b\x4d\x95\x39\x02\x32\x9b\x6a\xbb\x59\x2e\x63\x1f\xdb\x01\x98\ \xe1\x54\xac\x7d\xfa\xe8\xd1\xd9\xd9\xd5\xc1\xa1\x9c\xdc\x3c\xfd\ \xc5\xc3\x47\xce\x5b\x70\xed\xe3\xe7\xcf\x46\x83\x71\x8c\xdc\xa7\ \x68\x0c\x1c\x1c\x4c\x53\x8a\x7b\xf9\xe4\xc9\xa3\xa7\xa1\x0f\xaa\ \xa8\x02\xd7\x97\x97\x7d\xd7\x39\x9f\xb5\x6d\x3b\x1c\x4f\x34\xa5\ \xd0\xd5\xa5\x77\x37\xf6\x6e\xb4\xdb\xf5\xfc\xea\x62\x80\x14\x11\ \x82\xb1\xe3\xc9\x60\x3c\x9d\x46\x8e\x2f\xcf\x9e\x39\x8f\x07\xf9\ \x60\x34\x2e\x63\x1f\x27\xe3\x49\xe8\xc2\x6a\xb1\x1c\x0d\x87\x83\ \x61\xb9\x5a\xae\x2e\x57\xcb\xd9\x62\x71\xf3\xe4\xb8\xb0\xe6\x47\ \xe7\xe7\xcc\x58\x31\x92\xcf\x5f\x9c\x3d\x3b\xdc\x9b\x78\x07\x7d\ \x2f\xc0\x61\x7f\x5c\x32\x98\x32\xb3\x57\x17\x67\x97\xf3\xe5\xfe\ \x8d\xa3\x3b\xb7\x4e\x73\xe7\x50\x53\x8a\x51\x5f\xf7\x23\x23\x57\ \x5e\x2e\xea\xb7\xde\x50\xe3\x6c\xd7\x75\x3f\xff\xf0\x17\x83\xfd\ \xc3\x72\x9c\xcd\xa6\xd9\x74\xba\x57\xaf\xb7\xde\x11\x59\x92\xba\ \xc5\xc8\xe7\xeb\x4b\x11\x50\x01\xe7\xfd\xd0\x79\x0b\x98\x98\xc5\ \x24\xd4\x64\x48\x8b\xcc\x3c\x78\xf0\xd1\x66\x55\x3b\x9f\x01\xa2\ \x25\x24\x61\xe3\xf2\x18\x25\xcf\x7d\x80\x26\x0a\x5b\x43\x83\xc1\ \x70\xb3\xdd\x00\x92\x2a\x76\x4d\xdf\xb7\x61\xb2\xb7\xf7\xe0\xe9\ \xe3\x3a\xf6\xe8\xa8\x8f\xc9\x12\x19\x30\x85\x75\x7b\xe3\x59\x14\ \x30\xce\x2b\x28\x2a\x5f\x5d\x5f\x66\xce\x6d\xfb\x24\xac\x99\x47\ \x24\x45\x66\xab\xb2\x3f\x9d\x5c\x9d\xbf\x44\x54\x24\x05\x10\x65\ \x88\x10\x44\x35\x88\x26\x10\x54\x68\xba\xd6\x39\xf2\x16\x06\xb9\ \x9b\x5f\xbc\xec\x9a\xca\x18\x33\x1c\x4f\x38\x25\xe2\x76\x6f\x98\ \xc7\xc0\x55\xcf\x4d\x32\x6d\x97\x58\x92\x77\xc6\x00\x20\x60\x1b\ \x3a\x50\x83\x2e\xdb\x34\x5b\x30\x96\xc8\x09\x10\x11\x6d\xb7\x15\ \x73\x2c\xf2\x5c\xf4\x35\xe9\x62\xeb\xdc\xb6\x09\x0c\x9a\x0d\xb2\ \xa4\xa1\x18\x0e\x2e\x96\xdb\x78\x55\x6f\xeb\xcd\xb7\x7f\xfb\x6b\ \x5f\xfe\xea\x5b\xa0\xf4\xfd\xef\xff\x70\xb5\x5e\xa8\x13\x6e\xeb\ \x57\x31\x59\x60\x2c\xc2\xf3\x17\xe7\xb7\x6f\x9d\xee\x4f\xc6\x2f\ \x9e\xbf\xb8\x71\x72\xd3\x93\x5d\x5e\x2f\xac\x75\x29\x71\xe2\xa0\ \x08\xd6\xda\x1e\xd5\x11\x59\x47\x64\x49\x23\x28\x88\xb5\x3b\xc3\ \xfc\x54\x94\xf9\xa6\xda\xcc\x17\xd7\xce\xa0\x01\x0d\x41\x62\xc2\ \xb6\xed\x92\xb4\xc6\x97\x8b\xd5\x52\xd0\xee\xcd\x66\x3d\x6f\xb8\ \x6f\x63\xdf\x10\x87\xcf\x12\xdc\x23\xe2\xd7\xab\x66\x2f\xa5\x7f\ \x3d\x1e\x47\xc4\xbf\x5b\xd7\x01\x24\x74\x9e\x40\xf4\x1f\x2c\x62\ \xff\xed\x34\x33\x6f\xdc\xeb\xde\xfb\xad\xc1\xbf\xf9\xb3\x74\x7d\ \xa5\xb3\xd9\xaf\xfe\xbe\xb5\x6d\x1f\x7a\x4d\x12\x03\xc7\xc4\x2f\ \xf7\x0f\x8e\x47\x83\xe9\x8f\x7e\xf4\x41\xd7\xa4\xdf\xfd\xfd\x6f\ \x67\x83\xc9\x8d\xe3\x13\x63\xfc\x60\x34\xe9\x42\x58\x6f\x96\xc2\ \x49\x08\x98\xd9\x59\x47\x60\xa7\x7b\x47\xc6\xfa\xc5\xea\xfb\x40\ \xa6\x28\x87\x7d\x48\xcb\x45\x1b\x22\x5b\x6b\x36\x55\x9f\x84\x5d\ \xee\xbe\xfc\x95\x2f\x03\xd2\x0f\xfe\xed\x8f\xae\xae\xaf\x98\xf9\ \xc1\xc7\x9f\xd4\x55\xdd\xb6\xd5\xde\xde\xac\xd7\x55\x12\x01\x6b\ \x72\x97\x37\x6d\x7d\x78\x30\x3b\xbc\x71\xa3\xae\xb7\x6f\xdc\xbd\ \xbf\x5a\x55\x57\x57\x0b\x40\x4c\x9c\x24\xb1\x35\x26\x85\xbe\xc8\ \xf3\xcc\xd9\xb6\x6a\x9b\xa6\x39\x9a\x8e\x26\xe3\x71\x57\x57\xd7\ \xf3\x65\x7e\x74\x58\x8c\xc7\x40\xe8\x86\xc3\x83\xf1\xe4\xe3\xe7\ \xcf\x1e\x3f\x79\x06\x64\xb2\xbc\x28\x8b\x72\x70\x38\x8e\x31\x3d\ \x7c\xf8\x44\x55\x42\x4c\x4a\xd4\x86\x7e\xbd\xdd\x5c\xaf\xb6\xf7\ \xdf\xf9\xca\xf5\x72\x79\x3d\x5f\x0d\x47\xe3\xa6\x6b\x97\x8b\xc5\ \x8b\x17\xcf\xbf\xfe\x1b\xef\x02\xa7\xbe\xad\xcf\xb6\xdb\xb6\x8f\ \x40\xb0\x69\x1a\x97\xe5\x3e\xcf\x6e\xdc\xb8\x51\x55\x5b\xe6\x80\ \xa8\x29\xb2\x77\xa5\xc2\x6b\x38\x9c\x68\xe6\xcd\x72\xb3\x48\xa9\ \x47\xd4\xbc\xcc\xf3\xa2\x38\xbf\xbc\xc0\x15\xec\x1f\xfc\xc6\xfe\ \xd1\x49\x8a\x67\x49\x68\x5a\x8e\x8e\x8e\x4f\x00\xcc\xff\xf9\x7f\ \xfc\xd1\xa3\x47\x4f\x38\xa5\xbd\xd9\xec\xf4\xe4\xe4\xf0\xf0\x70\ \xbd\xad\x89\x6c\xdb\x55\x45\x9e\xc7\x98\xd6\xeb\x8d\x28\x25\x8e\ \x88\x04\xa4\x46\x28\x69\x20\x63\x42\x8a\xc6\xda\x18\x83\x25\xdb\ \xb6\x6d\xe1\x0a\xeb\x3d\x09\x69\x92\xcd\x66\x83\xc6\xf4\x75\x47\ \x46\x9b\xaa\x1e\x4d\xc6\x9c\xa4\xae\xb6\x83\xd9\x7e\x5b\xd5\x06\ \x49\x00\x0d\x51\xe6\x33\x83\x26\x84\x00\x48\x3b\xa9\xa2\x35\x86\ \x88\x85\xd9\x18\x63\xac\x19\x78\xdf\x34\x0d\x4b\x22\x35\x12\x53\ \x62\x51\x10\x34\xce\x39\xd7\x85\x0e\x8c\x99\xee\xed\x23\x62\xdd\ \xd4\xdb\xed\xd6\x39\x67\x9d\xeb\x43\x20\xe1\xa2\x1c\x34\x21\xb4\ \x7d\x68\x43\xea\x12\x87\x10\xfa\x40\xce\x60\x4c\x29\x46\xcd\x8b\ \x81\x24\x21\x9f\x15\x83\x51\xdd\x05\x40\x44\x54\x11\x69\xea\xc6\ \x3b\xff\xda\x1b\xaa\x88\xb8\x58\xaf\x9b\xae\x1b\x0f\x3c\x00\x35\ \x6d\x77\x79\xb5\x28\x47\xfb\xac\x20\x64\x6f\xde\x79\x83\xfb\xde\ \x39\x4b\x84\xc2\x29\xb1\x1a\xe7\x00\x51\x38\x51\xe6\xb3\x2c\x3f\ \x3f\xbf\xb8\x75\x7a\xeb\xfc\x62\xbe\x5c\x6e\x56\x8b\x0d\x10\x8a\ \x0a\x0b\x23\x22\xab\xa6\x24\x9c\x12\xe6\x99\xc2\x2b\x67\xd3\xdd\ \xff\x48\x06\x88\xa8\x28\xf2\xf5\x6a\xb3\x5a\x2c\x0d\xe1\xde\x74\ \xb8\x6d\xd8\xac\x3a\xe6\x98\x65\x45\x5f\x37\x21\x68\x5d\x77\x7e\ \xb8\x3f\x3a\x2a\xcf\x9f\x3d\x16\x55\xf8\x7f\xfb\xb9\xff\x3a\x68\ \x02\x40\x00\xdf\xdd\x56\x0b\x6b\x3f\x2c\xf2\xff\x3f\xf8\xc9\xbc\ \x4a\xbc\xff\xe2\xfc\x2a\xc7\x98\xcd\xef\x7e\x67\xf8\x5f\xfd\x0b\ \xfa\xe8\x17\xfc\xfb\xbf\xf7\x2b\x39\x00\x23\x82\xc8\xc5\xd5\x75\ \x5d\x85\x41\x39\x9e\xce\xc6\xd5\x76\x5e\x6f\x2b\x63\xa7\xe3\xd1\ \xd1\x62\x9d\xd6\x55\x98\x8c\x4c\x39\x9a\x9e\x9f\x5f\x06\xa1\xbd\ \xd9\x2c\xa4\xd4\x36\xdb\xc1\x60\x18\x63\x3a\x3f\xbb\xe4\xc0\x75\ \xdb\x94\xc3\x61\x51\x96\x9b\xba\xc7\xbe\x37\x64\x8c\xa1\xcc\x3b\ \xe7\x3d\x8b\x18\xeb\x6e\xde\xbc\x39\x9e\x4e\x7f\xf2\xb3\x9f\x35\ \x5d\x5b\x0e\x47\xc2\x32\x1a\x4f\x9a\x2e\xa4\xa8\x57\xd7\xcb\x00\ \x00\x48\x31\xca\x78\x36\x8a\x29\x1a\xeb\xa6\x7b\xb3\x24\xfc\xe7\ \xdf\xff\x0b\x00\x72\x3e\x13\xd0\xbe\x6b\x1c\x41\xe1\x1c\xa0\xa2\ \xf0\xf2\xfa\xda\x18\xbc\x79\x78\x38\x1d\x95\x92\x94\x85\x16\xab\ \x0d\xb3\x90\xf3\x93\xc9\x78\xd9\x87\xb3\x8b\xcb\x87\x4f\x9f\xa2\ \x75\x08\xd4\x75\x81\x47\x80\x40\x29\x69\x12\x01\x00\x03\x78\x35\ \x9f\xb7\x6d\x23\x2a\x26\x2b\x18\xfd\x7a\xdb\xed\x1f\xdc\xd8\x39\ \x92\xbf\xf3\xd6\x3b\xd3\xc9\xf8\x2f\x7f\xf4\x57\x07\xfb\xb3\xa3\ \xc3\xa3\xe3\xdb\x77\x33\x9f\x6f\xda\xde\x14\x45\xf5\xe0\x41\x31\ \x1a\x6e\xaa\xcd\xd9\xf3\xe7\x37\x8f\x0e\xcb\xdc\x7b\x9f\xbd\xf6\ \x2e\x0d\x41\x6a\xaa\xf9\x66\x73\xbd\x3f\x2e\x8c\x75\x55\x5d\x9d\ \x5f\x5c\xba\x81\xbd\x5a\x2c\x63\x39\x3c\x38\xb9\xab\x06\x9c\xcf\ \x42\x64\xe1\x14\x62\x12\x55\x16\x65\x91\x8b\xab\xcb\xa6\x6d\x8a\ \xb2\x4c\xac\x03\x3b\x70\x16\xb7\x75\xad\xa0\xb8\x33\xdf\x57\x11\ \x61\x14\x70\x48\x99\x35\x2c\x69\x47\xb6\xc4\x3e\x4e\x27\x7b\x5d\ \x1f\x9c\x73\x55\xd5\x64\x79\x79\x71\x79\x05\x08\x45\x99\x5b\x67\ \xeb\xe5\x26\x1f\x1b\xb4\xb6\x4b\x15\x31\x8c\xc6\xa3\xd9\x34\x05\ \x4e\x2a\x3a\x9d\x4c\x38\xc5\xae\x89\x59\x96\x19\x44\x4e\x29\x70\ \x54\xd1\x3e\x84\x6d\x55\x39\xe7\x8d\x31\x4d\xdb\x71\x8a\xbb\xb8\ \x5b\x63\xc8\x5a\x6f\x7d\x4e\xce\xf5\x6d\x1d\x45\xa7\xe3\x61\x62\ \xd9\xae\x97\x7d\xdf\x8d\x86\xa3\x24\x5c\x64\x99\x37\x0e\x8d\xa9\ \x57\xd7\xdb\xa6\x6f\x43\x14\x20\x72\x39\xab\xa4\x94\x82\x48\xe0\ \x58\x87\x6d\x14\x2d\x47\x93\xbc\x1c\xf6\xbc\x65\x61\x15\x25\x22\ \x83\x8a\xaf\x19\x00\xf3\x6a\x3e\xb5\x5a\x2f\x01\x80\x8c\xcd\xcb\ \xfc\x77\xbe\xfb\x9d\xbb\xd7\x55\x60\x3a\x38\x3a\x9c\xcd\x86\x49\ \xe5\xe9\xd3\x67\xca\x6c\xad\xe5\xc4\x0c\x92\x84\xad\xf5\xe4\xac\ \x88\x96\x79\xbe\xdd\x56\x7d\xaf\xf7\xdf\xf8\xd2\xf3\x17\x4f\x24\ \x45\x40\x08\xb1\x97\x5d\xf8\x0a\x0b\xb3\x70\x44\x6f\x2d\x12\x01\ \xd0\xce\x3e\xde\x3a\x0b\x00\xce\xb9\xf9\x7c\xbe\x3f\xdb\x3f\xb9\ \x79\xba\x5a\xad\x04\x1c\xb9\xf1\xa6\x15\x51\xd3\x03\x23\x7d\x9b\ \x00\x00\x20\x00\x49\x44\x41\x54\x89\xa6\xa8\x6d\xc7\x6d\xbb\x2a\ \x71\xa8\xc5\x58\x7d\x6e\x40\x30\x98\xcf\x0c\xdc\x13\xc0\x51\x4c\ \xdf\xaa\xea\x9f\x96\xe5\x0b\xef\xbf\x10\x41\x7e\xce\x4e\x4a\x9b\ \xf7\xde\x3b\x30\xc6\xfe\xc9\x9f\xf0\xbf\xf7\xfb\xbf\x92\x3c\x4f\ \x55\x41\x0f\x0e\xf6\xcb\x42\x39\xa0\x45\xbb\x3f\x19\xa1\x31\xce\ \xef\xf7\x61\xb2\x6d\xba\x26\xc6\x01\x58\x56\x5a\xac\xaa\xc5\xba\ \x0d\x8c\xa7\xa7\x37\xd7\xd6\x0a\x48\xe6\xed\x57\xbf\xfe\x0d\x83\ \x76\xb3\x59\xcf\x97\xf3\x28\xda\xd4\x35\x8b\x4e\xc6\x63\x6b\x5d\ \x96\xf9\xb6\xed\x90\xa8\x28\xcb\xc3\x1b\xc7\x3f\xff\xc5\x83\xe5\ \x72\x85\x68\x7c\x96\xa3\x31\xd6\x5a\x63\xfd\x70\x34\x59\x2d\x57\ \xeb\xed\x1a\x9d\xef\x63\x44\x63\xc8\xba\xc5\x72\xf1\x7f\xfd\xe0\ \x87\xb3\xd9\x5e\xdd\x76\x7d\x9f\x52\x62\x34\x98\x65\xfe\x60\x36\ \x5d\xce\x17\xca\xa9\x8f\x92\x98\x27\xa3\xd1\x74\x3c\xb1\xa4\x49\ \x92\xf7\x45\x39\x9a\x6c\xba\xf6\xc7\x1f\x3d\x98\xce\xf6\x42\x08\ \x4d\xd7\x65\x59\x31\x2c\x47\x7d\x1f\x44\xa5\xae\xdb\xcc\x0f\xfa\ \x10\x91\x6c\x48\xd1\x88\xb6\x5d\x17\x98\x99\x13\xb9\xac\x8d\x62\ \x5c\xc6\x49\xaf\x2f\xce\x4f\x6f\x9d\x9c\x9e\x9c\x6c\xb6\xdb\xe7\ \x2f\xce\x7f\xfa\xc1\x47\xa7\x37\x8f\xbf\xf3\x8d\xaf\x4d\xf6\x8f\ \x3e\xfe\xc9\x8f\x8f\x4e\x4f\x8f\x4e\x4f\x1e\x3c\xf8\xa4\xed\xda\ \xb7\xdf\xb8\x77\xf3\xe8\x28\xd6\x75\x1f\x22\x14\xd9\x6b\x00\x8d\ \x02\x58\x92\xae\x59\x6c\xd6\xd7\x87\xd3\x5b\xab\xcd\x26\x49\xb2\ \x86\x6e\xdd\xba\x35\x1c\x8d\x8f\x8e\x4e\xbc\xc9\xc1\x88\x80\x5a\ \x32\xb1\x8f\x2c\x92\x62\x34\xc6\xee\xed\xed\xc5\x18\xb6\xdb\x2d\ \x99\x0e\xc9\x39\x0b\xa1\x8f\x31\x06\x83\x56\x04\x76\x7e\xee\xcc\ \x2a\xcc\x2c\x2d\x22\x78\x67\x8d\x31\x3e\xcb\xb3\x72\x80\xce\xad\ \x16\xcb\x10\x52\x39\x1c\x46\xa2\x36\x25\x50\xc9\xb3\x2c\xa5\x30\ \xc9\x87\x19\xd8\x9b\x37\x6f\x16\x36\xbf\x5e\x2c\x87\xc3\xf1\x70\ \x38\x40\x32\x55\xb5\x1d\x8d\x46\x8b\xf9\xbc\xeb\xfb\x3c\x73\x79\ \x56\x24\x8a\xcc\x49\x25\x31\xcb\x6a\xb5\x3c\xba\x71\x63\xbb\xd9\ \xbe\xf2\x8e\x47\x22\x44\xeb\xac\x31\x16\x90\x42\x17\x52\x64\x12\ \x6d\xbb\xd0\x85\x38\x99\xed\xf7\x5d\x0b\xc2\x79\x9e\x11\x22\x79\ \xbb\xde\x54\x9b\xb6\xab\xdb\xbe\x8b\x49\xd1\x18\xeb\xc8\x38\x34\ \x1e\x11\x03\x33\x09\x91\xb5\x75\x1b\xd0\x18\x9f\xe7\x7d\xdf\x03\ \x09\x82\x7a\x47\xaf\xe7\xa1\xbf\x2b\xa2\x53\x8a\x4d\xb5\xae\xab\ \xcd\xf1\xf1\xd4\x7a\x1a\xed\xe5\x7b\x87\xc7\x68\xbd\x20\xa9\x42\ \xb5\x5d\x3c\xfc\xe4\x61\x55\x6d\x45\x52\x62\x10\x24\x61\x22\xb4\ \x09\x92\x0a\xe7\xde\x4d\xa7\x7b\xcb\x75\xf5\xce\xdb\x6f\xb3\xa4\ \x47\x8f\x3e\x26\x54\x7d\x15\xe0\x08\xaa\xaa\x0a\xaa\x9a\x52\x34\ \xd6\xa8\xa8\x31\x86\x99\x77\x81\x33\x44\x84\x48\xd6\x39\x04\xfc\ \xf6\xb7\xbf\x4d\xce\xfe\xd1\xbf\xf8\x93\x62\x30\x92\x18\x3f\x79\ \xf2\xf4\x60\xb6\xd7\xb4\x11\x12\x27\xbf\x11\xb5\x79\x59\x26\xee\ \xc9\x7e\x76\x7e\xee\x09\xf1\x76\xe8\x4f\xfa\xfe\xbf\x3f\x3c\xf8\ \xc2\xe3\xf7\x73\x77\x50\xa4\xbf\x71\x54\x7d\xe9\x9d\xbd\xef\x7d\ \xaf\xff\x2f\xff\x8b\x5f\xf9\xc7\x60\x76\xb8\x3f\x18\x50\xdf\x48\ \xd7\x2d\xf2\x42\x8f\x6e\xee\xc7\x34\x58\x2c\x68\x38\x1a\xd4\x6d\ \x7b\xec\x06\x94\x65\x64\xdd\xe3\xc7\xcf\x44\xe9\xf8\xe6\x4d\xb2\ \x7e\xb9\xb8\x3a\xdc\x3f\x64\x16\x30\x3a\x1c\x4f\x8a\xd1\xe8\xbb\ \xdf\x85\x1f\xfe\xf0\x47\x17\xe7\xe7\x3a\x1c\x64\x99\x9d\x4e\xc6\ \x75\xb5\x4e\x89\x9d\x73\xcb\xd5\x6a\x53\x55\xa2\x90\x52\xea\x53\ \x63\x88\x92\xf3\xde\xb9\xae\x4f\xe3\xe9\x6c\xdd\x77\xe4\x3c\x27\ \x69\x9a\x86\x59\x98\x65\x7b\x35\x07\x80\x3c\x2f\xda\x76\x93\x65\ \x85\xcd\x0c\xc7\x30\xdd\xdb\x5b\x5c\xcf\x9b\xb6\x41\x72\x04\x64\ \x88\x00\x70\xbd\x5e\xb7\x6d\x1f\x05\x04\x89\x7c\xd6\xc7\x70\xb9\ \xda\x58\x6f\xf3\xc1\xd0\xd9\x4c\xd5\xc4\x24\x29\x45\xc4\x4e\x71\ \x35\x18\x8e\x00\xd1\x3a\xdf\x86\xd8\x85\xa8\x20\x64\xec\x78\x3c\ \x36\x46\xa7\x93\x51\x8c\x7d\xd7\xb5\x31\xc4\x9f\xfd\xec\x7d\x00\ \xe8\x53\xec\x43\x5a\x6e\xb6\xcf\x5e\xbc\x7c\xf7\xab\x5f\xbd\x75\ \xf7\xde\xcf\x3e\xfa\xf0\xfe\xdb\x6f\x9f\xbd\x7c\x79\xeb\xf4\xe4\ \xde\xbd\x7b\xdd\xb6\x5a\x5e\x5c\xda\xa2\x28\xca\xd1\xeb\xe4\xce\ \xc7\xf4\xe5\x2f\xdd\xff\x8d\x77\x4e\xad\x0b\xce\xe0\x58\xed\x97\ \xbf\xfc\xd6\x6f\x4d\xf6\xa7\x87\x53\x97\x79\x60\x14\x11\x43\x06\ \x44\x54\xb1\x0f\xfd\x7a\xb9\xb2\x86\xfe\xa3\x3f\xfc\xc7\x6f\xbd\ \xf3\xf6\xf7\xfe\xe4\x7b\x8f\x1e\x3f\x24\x41\x24\x4d\x89\x55\xa2\ \x33\x66\x67\x3c\x06\x68\x10\x51\x01\x45\x81\x58\x34\x31\x18\xc3\ \x92\x42\x8a\x93\x83\xfd\xaa\x69\x2f\x56\x2b\x74\xfe\xec\xe2\xc2\ \x1b\x43\x99\xb5\x48\x0c\x2a\x7d\x9f\x67\x99\x37\xc6\x19\x3b\x1a\ \x8d\x2e\xaf\xaf\x43\x08\xc6\x65\x93\xc9\x24\x86\xde\x59\x1b\xfa\ \xae\x6b\x5b\x54\xc9\xb3\xcc\x7b\x4f\x94\xc5\x18\x12\x87\x98\xd2\ \xf1\x8d\xe3\xa6\x69\x99\xd9\x3a\x07\x40\x44\x06\x80\x12\x0b\xa7\ \xbe\xeb\x7b\x6b\x8c\x18\xec\x43\x5c\xae\xd6\x88\x93\xd9\x74\x2f\ \xf4\xad\x21\x44\x32\xeb\xba\x3a\xbb\xbc\x6e\xda\x10\x45\x81\x2c\ \xab\x32\xb3\x25\xca\x7c\x0e\xaa\x88\x22\x22\xce\xe5\x49\x58\x00\ \xc8\x18\x42\x44\x63\x52\x0c\x31\x69\x08\xe1\xf5\xed\x07\x40\x51\ \xe3\x93\x87\x0f\x86\x99\x1a\x43\x45\x31\x74\xc3\x09\x24\x26\x63\ \x59\xa4\xdd\xae\x6e\x9f\xdc\x28\xad\x59\xae\x37\x97\x8b\x75\x17\ \x59\x84\x43\xe8\xb3\xcc\x1b\xb2\x5d\xd7\x01\x50\x4a\xbc\x5c\x2d\ \x47\xa3\x91\xb1\x26\x84\xce\x10\xfe\x35\xbd\x80\x80\x84\x98\x52\ \xf2\x0a\x31\x86\xdd\xbf\x33\x33\x10\xf4\x7d\x3f\x99\x8c\x9b\xa6\ \x86\xc4\xa3\xd1\xd0\x64\xf9\xf1\xe9\xe9\xf9\xe5\xb5\x71\x99\xcd\ \x0b\x9f\x17\xd5\x66\x2d\x1c\xab\xab\xf3\x49\xe6\x9d\x44\x44\x75\ \xce\x7e\x66\xe0\x8e\x00\xbf\xbb\xa9\x18\xf0\x07\xa3\xc1\x17\x65\ \xfb\xe7\x0f\xdc\x59\xb8\x2c\xb7\xdf\xfd\xce\xec\xbf\xfb\x1f\xe8\ \xfd\xf7\xe1\x37\x7f\xf3\x57\x92\x6d\xa0\xc9\xf2\x2c\x73\xf9\xde\ \xad\xfd\x87\x0f\x1b\x96\x2a\xf4\x75\x4c\x66\xbb\xdd\x04\x81\x8b\ \xb3\xed\xfd\xdb\x63\x32\xa6\x69\x9a\xe5\x6a\x75\x78\x74\xdc\x34\ \xad\xf3\xfe\xd6\xed\x3b\x96\x8c\x8a\x82\xa2\x00\x10\x99\xb7\xdf\ \x7e\xe7\xe4\xe4\xf4\x7b\xff\xf2\x5f\xd6\x75\xb5\x3f\x3b\x52\xe6\ \xbe\xeb\x32\xe7\xf2\x2c\xdf\x56\x75\xd7\xf5\x0a\xc4\x00\xb1\xef\ \x89\x4c\x12\x05\x00\x83\x14\x62\xf2\x59\x26\x48\x22\xa2\x00\x64\ \x48\x81\xb2\x3c\x1f\x0c\x06\xeb\xf5\xb6\x28\x0a\x45\x1a\x8e\x27\ \xa9\x6f\x9e\x3f\x7b\xde\x76\x8d\x24\x29\x06\xa5\xcb\xf2\x72\x30\ \xdc\x56\xd5\x76\xbd\xe9\xfa\x48\xd6\x8b\x22\x18\xeb\xad\x8d\x31\ \x90\xf5\x68\x9c\x00\x2a\xa1\x28\xc4\xc4\x18\x93\x54\xad\xf3\xc5\ \x74\x76\xb0\x5c\x2e\xba\xae\x47\x44\x43\x96\x2c\x65\x1e\x55\x9a\ \xe1\xc0\xdd\x38\x9c\x40\xea\x43\xdb\x86\xbe\xef\x43\x8c\x2a\x26\ \xf3\x21\xf2\xfb\x1f\x7c\x38\xd9\x9b\x7d\xe9\x2b\xef\x2e\xea\xba\ \x0f\xe1\xed\x77\xde\x99\x8d\xc7\x29\xb1\x88\x02\x60\xd3\xb6\x05\ \xbc\x9e\x71\x18\xc6\xae\x06\x6d\x55\x52\xaf\x9a\x7a\x3a\xda\xdf\ \x9b\xec\x1f\xb0\x11\x95\x00\xe8\x89\xac\x88\x90\x2a\xa0\x58\xc2\ \xbe\xad\xdf\xfd\xca\x97\xbe\xf4\xf6\xdb\x67\x2f\x5f\x6e\x36\xeb\ \x1d\xa3\xa6\xc2\xa2\x51\x38\x10\x7a\x04\xdc\xa9\xcc\x3f\xed\xc7\ \x80\x10\x10\x54\x59\x12\xa7\xba\x69\x56\x9b\x4d\x44\xe8\x50\x5d\ \x66\x23\x8a\x31\x34\x70\x65\xea\xbb\xd1\x64\x14\xac\x19\x0f\x47\ \xd6\x98\xf5\x76\x8b\xd6\x1e\x9f\x9e\x0c\x46\xe3\x6a\x5b\xe7\x99\ \x27\x80\xf9\xfc\x32\xf4\x3d\x11\x1a\x63\x13\x73\x0c\x21\xcb\x32\ \x63\x2c\x1a\x08\x21\x5d\x5e\x5d\xad\xd7\xeb\x2c\xcf\x09\x49\x11\ \x53\xe2\xd8\x25\xb2\x84\x68\x10\x01\x10\x62\x4c\x86\x30\xb2\x5c\ \x2f\x96\x6d\xd3\x58\x43\x07\xfb\x33\x24\x73\x71\xb5\x38\xbf\xbc\ \x26\xeb\x02\x8b\xb5\x99\x31\x26\xb1\x24\x16\xc3\x6c\x8c\x45\x4b\ \x9a\x52\x02\xb0\x3e\x4b\x29\x21\x00\x12\x00\x88\xb3\x26\x85\x90\ \x92\xf9\x75\x50\x8e\x20\xb5\xd5\xda\xa4\x34\x2a\x4a\x57\x18\xc4\ \x4e\x8d\x40\x6a\x95\xe5\x70\x3a\xf4\x72\xd0\x6d\x37\xd6\xcd\xda\ \x3e\x60\x17\xc8\x66\x89\x15\x11\x98\x53\x55\x87\x18\x13\x8b\x5e\ \x5d\xbe\x18\x0c\x0a\x67\x4d\xdf\xef\xde\x6c\x44\x40\x10\x05\x15\ \x00\x52\x05\x24\x94\x1d\x41\xc6\x52\xe4\x39\x2b\x8b\x48\x4a\x69\ \xb6\xb7\x4f\xa0\xd7\xd7\xe7\x09\xcc\x70\x34\xd4\xcb\x2b\x63\xcd\ \x68\x3c\x02\x84\x5b\xb7\x6f\x85\x66\xdb\x45\x9e\x8e\x07\xf3\xf3\ \x35\xa6\xbe\xab\x9a\xcf\x0c\xdc\x9d\xea\x6f\x57\xf5\x07\xc3\xf2\ \xcc\x7b\xfa\x02\xdc\x3f\x8f\x33\x58\xd1\xfe\x77\xbf\x0b\xff\xd3\ \xff\x6c\x7e\xf0\x03\xf9\xd6\xb7\x7f\x95\x1f\x61\xe6\xb6\x69\x8a\ \xdc\x0f\x46\xf9\xf1\xc9\xd1\x83\x8f\x9f\x0f\x43\xcc\x33\xca\x5d\ \x90\x18\x9d\x82\x81\xd8\xd6\x75\x99\xbb\xef\x7c\xfb\x5b\x77\xef\ \xbd\x51\x0e\x72\xf8\xf4\x41\xd6\x57\x2e\x63\xa0\x02\x91\x43\xe6\ \xed\x7f\xf8\x8f\xff\x83\x47\x1f\x7f\x9c\x52\x5c\x2f\x97\xb7\x7e\ \xf3\x9b\xe7\xe7\x2f\xe7\x8b\x55\x52\x65\x01\x05\x15\x51\x11\x15\ \x15\xc0\x64\xc9\xa8\x21\x02\x25\x44\x01\x4d\x31\x22\xe2\x68\x34\ \xde\xac\xe7\x48\x06\x00\xba\xb6\x9d\xcd\x0e\xfb\xc8\xa0\x34\x9b\ \x1d\x3e\xdf\xac\x0f\x0e\x0e\x57\xcb\x15\x00\x92\x31\x5d\xdf\xa7\ \xbe\x8b\xbb\xdd\x96\x14\x89\x4c\xd2\x84\xaf\x8c\xe1\x51\x58\x90\ \x50\x55\xd1\x20\x18\xc3\x8a\xce\xd0\x66\xbb\x19\x8d\x27\xd3\xc9\ \x74\xbd\x5a\xbb\xcc\x01\x70\xe6\x5c\xea\x57\xa9\x6e\x17\x9b\xda\ \x99\x30\x28\x6c\xd3\x46\x11\x45\xb2\x1a\x43\x0a\x31\xb9\x08\x22\ \x7f\xf9\x57\x7f\x75\x74\x72\xf2\xa5\xb7\xdf\xf9\xd1\x8f\xff\x6a\ \x3c\x1c\xa8\xa8\x31\xb6\x9c\x4c\xfb\xae\x5b\x5c\x5c\x1c\x12\xbe\ \x46\x56\x31\x59\x7b\xf5\xec\xe5\xfa\xfc\xa1\x75\x92\xe5\xfe\xf0\ \xf0\xce\xb0\x9c\x30\x37\x48\x8a\xa0\xca\x09\xa9\x04\x95\x5d\x52\ \x95\x27\xfc\xad\x6f\x7c\xf5\xf0\xe0\xf0\xfc\xc5\xd3\xe5\x6a\xb5\ \x6b\xf1\x8d\x01\x42\x03\xa0\xc2\x8a\x28\x2a\x04\x0a\x00\xa2\x40\ \x0a\x0a\x04\x80\x90\x42\xca\x7d\x66\x4c\x06\xf5\xb6\xae\xeb\x3b\ \x6f\xbf\x79\xbe\x5e\x5d\xd7\x5b\x93\xfb\xd0\xb6\xb7\xf6\xf7\xaf\ \x5e\x9e\xdf\xba\x73\xbb\xf4\x19\x88\x10\x00\x8b\xb8\x3c\x47\x63\ \xfa\x98\xda\xba\xb6\x06\x99\x63\xd7\x75\x00\xb2\xcb\x10\x47\xc0\ \x10\x42\x1f\x22\x28\xbb\xcc\x22\xd2\xd3\xa7\xcf\xba\xbe\x27\xa4\ \x5e\x12\x80\x32\x2b\x12\x5a\x63\xc9\x98\x18\x83\xa8\xa8\x48\x12\ \x13\x59\x55\x41\xd1\x88\xc2\x7a\x5b\x35\x4d\x33\x5f\x6d\x18\x09\ \x74\xc7\x56\x33\x01\x58\xbb\x73\xc3\x0c\x84\x64\x9c\x25\xf2\x66\ \xf7\x9b\x12\xc4\x10\x40\x81\x88\x10\x95\x0c\xe9\xaf\xe3\xf7\xab\ \x8a\x48\xd6\xd8\xae\x6d\x63\x5b\xb9\x85\x32\x08\x03\xb4\x7d\x0c\ \x7d\x24\x93\x1d\x1e\xdd\x98\xed\x8d\x3f\x7c\xf0\x49\xd7\xd6\xce\ \x65\x82\x82\x08\xcc\x1c\x53\x4a\x31\x74\x4d\xe5\xad\x16\x9e\x41\ \x48\x52\xb0\x44\x29\x09\x19\xa3\xaa\x02\x82\x04\x88\x60\xad\x45\ \x80\xd1\x68\xb4\x5c\xad\xa7\xd3\xc9\x9d\xdb\x77\x1e\x3f\x79\x5c\ \x37\xd5\x78\x3c\x79\xeb\xad\xb7\x40\x63\x55\x6f\xc4\x58\x42\x2e\ \x0b\x77\x78\xb4\x1f\x9a\x4d\x99\xe7\xdf\xfc\xda\xbb\x12\x3a\x50\ \xac\x9a\xe6\xc5\x87\x3f\x95\x14\x49\xe0\xb3\x01\xf7\x84\x78\xb7\ \xef\xbf\xd6\x34\xff\xed\xd1\x41\x47\x94\x7d\xb1\x98\xfa\x79\x3c\ \xa1\x97\x77\xbf\x0a\xc7\xc7\xf6\x8f\xff\x38\xfc\xd3\x7f\x0a\xe6\ \x97\x53\x93\x88\xc8\x8c\xa1\xef\x9e\x3c\x7b\xcc\xdc\x92\xc9\x4f\ \x4e\xde\x38\x3a\xb8\xf5\xde\x7b\x33\xb0\x46\xa1\x4a\x5d\x33\x1a\ \xe6\xef\xbd\xf7\x4d\xa4\x8c\x05\x45\x05\x11\x64\xd7\xde\xd2\xab\ \x3a\x71\x07\x2d\x64\x29\xf4\xb1\x6d\xb6\x2f\xcf\x5e\x14\x59\x3e\ \x6f\xdb\xab\xcb\x8b\xae\x4f\xe4\x0a\x11\xdd\xc5\x8c\xa9\xe2\xce\ \x93\x40\x94\x45\x01\x44\x53\x4a\x60\x8c\x31\xd4\x36\xad\x0a\x4f\ \x26\x93\xa2\xf0\xd6\xa0\x08\xe7\xde\x97\x83\xbc\x67\x41\x24\x9f\ \xe5\x84\x98\xe5\x05\x2b\x29\x60\x17\x02\x33\x2b\x20\x90\x1a\x44\ \x51\x76\x44\x87\x87\x47\xd7\xd7\xd7\x21\x26\xb4\xbb\x75\x47\x45\ \x44\xb2\x06\x0d\xb1\x4a\x0a\x09\xab\xed\xe1\xc1\x01\x73\x22\xb4\ \x44\x26\x76\xdd\xcb\xa7\xbf\x18\xbe\x31\x31\x42\xa7\xc7\xa3\xae\ \x69\xaf\xe6\x2b\x45\x8f\x48\x2a\xaa\xca\xa1\xeb\x5c\x9e\x5f\x5e\ \x5d\x3d\x79\xfa\xe4\xad\x37\xdf\xdc\x1b\x8d\x1e\x3d\x7c\xf4\xde\ \x7b\xbf\xc5\xcc\xe7\xeb\xc5\x8b\x97\xe7\x6d\x1f\x08\x91\x5f\xe7\ \x1a\x96\xd1\xa0\x1c\x1e\x1f\x91\xd7\xc4\x49\x62\x5f\xcd\x2f\x69\ \x79\xa9\xd8\xb7\xa1\x5b\x6f\x83\xe2\x60\x7a\x70\x78\x7a\xf7\x6e\ \x8a\x69\x7d\x7d\x71\xbc\xbf\x17\x63\xb7\x9c\xd7\xde\xe7\xc2\x11\ \x54\x76\xeb\x3e\xcc\x9c\x67\x3e\xf3\x6e\xbd\xae\x3e\x0d\xd1\x13\ \x04\xc0\x9d\x46\xc3\xda\xc4\x3c\x1c\x0e\x2c\x9a\x6a\xbd\x1a\x15\ \xe5\xe9\xe1\xe1\x72\xb3\xb1\x04\x47\x37\x6f\x0e\x8d\x59\x1a\x72\ \xd6\x0c\x47\x83\x18\x7b\xef\xbc\x75\x2e\x25\x11\x51\x04\xf4\xde\ \x19\x82\xc9\x78\x14\x43\x27\xcc\x00\x1a\x42\xb0\xc6\x38\xef\x10\ \x20\x04\x0e\x21\x22\xa2\x82\xc6\xc4\x44\x46\x55\x8d\x31\xce\x5b\ \x00\x4c\x9c\x2c\xea\x2e\x61\x4b\x09\x55\x40\x54\x93\x40\xdd\x74\ \xaa\x29\xeb\x6c\xdd\xd4\x6d\x1f\xc9\x7a\x05\xa5\x4f\xdb\x4e\x04\ \x45\x22\x00\xe0\xd4\x8b\x44\x32\x56\x85\x09\x9d\xb5\x26\xf4\xa2\ \xc2\x3b\x2b\x3b\x40\x12\x16\xf8\xf4\xb7\x7d\x1d\xda\x1d\x68\xb5\ \x6d\x9e\x3c\x7d\x11\xeb\x15\x61\x4c\xd2\x97\xc3\xe2\xe6\xc9\xad\ \xc3\xe3\xa3\xc1\xde\x21\xba\xbc\x6d\x5a\x04\x36\x46\x13\xc7\x2e\ \xf6\x21\xb1\x08\x18\xa2\x5d\x7d\x6e\xa8\xd3\x44\x93\xd1\xe1\xd3\ \x27\xad\xaa\x41\x30\x88\xa4\x02\x48\x6c\x10\x01\xc4\x18\x4b\x64\ \x32\xef\x39\xa5\xd1\x70\x74\xff\xfe\xfd\xcd\x76\xb3\xde\xac\x10\ \x61\x38\x18\x8a\x86\x62\x30\x50\x34\x75\xdb\x7d\xf2\xf1\xc7\x83\ \xcc\x91\xf2\xd1\xc1\x6c\x50\x16\x1d\x08\x02\xc6\xf9\x42\x98\x25\ \x25\xc0\xcf\xc8\xf2\x37\x20\x7e\xad\x69\x04\xe0\x87\xc3\xe1\x17\ \xb8\xfe\xb9\x9d\xa9\x32\x1c\x1d\xc9\x1f\xfc\x81\xf9\xdf\xff\x37\ \xbc\xbe\x86\x5f\x6d\xd8\x5e\x64\xe3\x3c\xf3\x9f\x3c\xfe\xb8\xae\ \xd7\xdf\xf8\xc6\xd7\x6e\xdf\x79\x67\x79\xb5\x68\xb6\xcf\x50\x83\ \xcd\x89\x2c\xa1\x4d\x04\xd1\x66\x23\xb2\xf9\x5f\xcf\x03\x11\x08\ \x00\x64\xd7\x94\xee\x2e\x89\xd0\x77\xf5\xe6\xf0\x60\x6f\x36\x1e\ \xfe\xe5\x0f\xff\xad\x02\x1a\xc4\xe9\x78\xb4\xd8\x76\x20\x00\xaf\ \xbc\x40\x54\x54\x69\xb7\xee\x42\x2a\xc2\x88\x4a\x84\xae\x2c\xc6\ \xa3\x61\x51\xe6\xfb\xfb\xd3\x22\xb3\xc3\xd1\x60\x36\xdb\x47\xb0\ \x55\x1d\xb8\x0b\x79\x9e\x5b\xe3\x54\x79\x6f\x6f\x36\x5f\x6f\x7c\ \x5e\x56\x75\xd5\xf4\x3d\xa4\x64\x40\x32\x67\xad\xb1\x79\x9e\x1d\ \x1f\x1c\x56\xab\x0d\xe9\x4e\xa6\x20\x31\x84\x18\xfb\x90\x18\x62\ \x42\xc4\x22\x2b\x44\xa4\xaa\xab\xc3\x83\x59\xb5\xdd\x90\xa5\xd8\ \x75\x93\x12\x06\xbe\xea\xd4\xb0\xc9\x55\x3a\x40\x31\xc6\xc6\x90\ \x12\x27\x43\x20\x29\xf6\x01\x45\xe5\xf2\xfc\xe2\x9d\xb7\xde\x9e\ \x8d\xa7\x8f\x15\x62\x48\x15\xb4\x6d\x4c\x8f\x5f\x9e\x4d\xa7\xd3\ \xd7\xd5\xca\x50\x5b\x57\xed\xd5\xb5\x2d\xb0\x69\x9b\xb6\x66\x12\ \x4a\xb1\x51\xec\x06\xa3\xc1\x60\xb8\x7f\x74\xfb\x78\xbc\x37\xbe\ \x7c\xfe\xf4\xfa\xfc\xa2\x6d\xea\x94\x12\x12\x29\x19\x93\x15\x4d\ \x5d\x09\x33\x21\xec\x92\x31\x86\x83\xd2\x5a\x5a\x2e\x57\x04\xfe\ \xd5\x12\x11\x22\x12\x28\x22\x13\xe4\xce\x86\xd0\xcf\xa6\x93\x2f\ \xbf\xf9\x96\x57\xb8\x31\x9a\xbe\x5f\xb7\x37\x6f\xdf\xf9\xf2\xbd\ \xfb\x5a\x6f\x27\x59\x3e\x19\x8d\x9c\x33\x22\xa4\xa8\x9c\x22\x28\ \x66\xd6\x39\xa2\xdb\xa7\x27\xd6\x9a\xf5\x7a\x15\x63\x48\x29\x10\ \x82\x2a\x2b\x90\xb5\x06\x11\x81\x60\x37\x44\x2d\xcb\xa2\xed\xba\ \x94\xc4\x58\x8b\x80\xbb\x27\x03\x89\x44\x24\x71\xdc\x89\x46\x58\ \x38\x25\x36\x44\x51\x05\x54\x48\xa5\xeb\x13\x10\x01\xa0\xaa\xec\ \xf2\x16\x09\x05\x55\x0d\xa2\x31\x46\x95\x53\xe4\x94\x92\x41\x42\ \xd4\x22\xcf\x32\xef\x3a\x49\x84\xbb\xcb\xfa\xd7\x42\x3c\x05\xea\ \x85\xc0\xe4\x07\xc7\x77\xb8\x9f\xa2\xb6\xa1\x5d\xee\xcd\x26\xc3\ \x71\xb9\xbc\xba\xa8\x96\x5b\x57\x94\xde\xf9\x37\xef\xdf\x3b\x49\ \x1a\x04\x7f\xf6\xf3\x07\xfd\x7a\x6b\x88\x90\xc0\x80\xf1\x56\x27\ \x03\x7b\x70\x30\x92\x58\xa3\x24\x83\x5e\x01\x11\x8c\x42\x22\x24\ \x63\x80\x70\x37\x20\x80\x94\x58\x54\x01\x20\xc6\xa8\xa0\x45\x51\ \x2c\x16\xf3\x90\x52\x9e\x65\x88\x10\x13\x67\xc6\x71\xd7\x3b\xc4\ \xdc\x3a\x4b\x46\x58\xbd\x2f\x12\xcb\xe5\x72\xd5\x06\x26\x00\x6b\ \x3e\x0b\xb5\x8c\x00\x38\xd0\xef\x6c\xaa\xb5\x31\x8f\xf2\x2f\xcc\ \xc2\x3e\xdf\xd4\x0c\xff\xde\xef\xb9\x7f\xf6\xcf\xe8\xfd\x0f\xe0\ \x1b\x5f\xfb\xe5\x1f\xbd\x48\xdf\xc7\xd1\x78\x7c\xef\xfe\xfd\xa3\ \xa3\xc3\x9b\xc7\x37\xbb\xa6\x89\x31\xae\xaf\xcf\x0b\xa7\x12\x3b\ \x5f\xe6\xa6\x28\x87\xd3\x43\xa2\x92\x90\x55\x85\x90\x54\x58\x01\ \x01\xad\xa2\xa2\xea\x0e\xb0\xeb\x6a\x15\xfa\xbe\xda\x56\x7b\xd3\ \xe9\x7b\xdf\x7a\xef\x67\x3f\x7d\xbf\xc8\xf3\xc4\x14\x63\x05\x80\ \xaa\x3b\x5d\x81\x18\x22\x00\x50\x15\x4e\x12\x42\x1f\x59\x0a\x9f\ \x1f\xec\x1f\x7c\xeb\xbd\x6f\xe5\xb9\xef\xba\x26\x84\x16\x40\x8e\ \x0e\x0e\x41\xc9\x98\xed\xf9\xf5\x93\x61\xe1\x66\xfb\xfb\x8e\xa8\ \x0f\xbd\xad\x1b\x43\x88\x88\x83\xc1\xb0\x6b\x2a\x4d\x81\x85\xad\ \xb1\x29\xa4\x1d\xe4\x39\x63\x12\xa7\x94\x12\x18\x64\x11\x63\x0c\ \x20\x15\x59\xb1\x03\x85\xd0\x87\xe9\x78\x62\x09\xd7\xeb\xf5\xfe\ \xe1\xa1\xf7\x99\xd1\x44\x2a\x16\x24\xc6\x9e\x85\xc9\x51\x4c\x29\ \xa6\x48\x9e\x84\xb5\x6d\xd9\x5a\xbb\x5e\x2d\x53\xdf\x17\x3e\x3b\ \x9c\xcd\x52\x1f\x52\x4a\xcf\x5e\x9c\x6d\xdb\x6e\xff\xd0\xff\x1a\ \x5a\x5d\x02\xa4\x10\x79\xb5\xda\x76\x75\xf4\xc6\x82\xf4\x37\x8e\ \xc6\x27\xb7\x6e\xf6\x01\xfa\x6a\xb3\x4a\x22\xc2\xd3\x49\x61\x30\ \x85\x9e\x56\xab\x6d\x54\xc8\x54\x8d\x21\x4e\x09\x15\x84\x83\xb3\ \x32\x1c\xb8\xae\xe9\x0d\x92\x02\x02\x02\xa0\x22\x01\x11\x09\x11\ \x59\xc3\xaa\x8e\x8c\xcf\xbc\x51\xe5\xa6\xe9\xd6\x9b\x83\x72\xc0\ \xeb\x6d\xdc\x6c\xf7\x06\xc5\xb8\x2c\x15\x14\x44\x9c\xb1\x0a\xa2\ \xac\x84\xa4\xcc\x04\x38\x19\x0e\x92\x4a\x8c\x21\x84\x60\x9d\x8d\ \x31\x1a\x43\xce\x59\x00\x65\x66\x43\xa4\x2a\xc6\x50\x08\x09\x94\ \x88\x54\x44\x76\xcc\x89\xb1\xc6\x18\x83\xc0\x7d\x0f\x22\xaa\x20\ \x48\x0a\x84\x44\x24\xba\x0b\xcd\x25\x44\x02\x40\x11\x21\x24\x78\ \xd5\x6a\x28\x22\xa0\x0a\x28\xee\xee\x2d\x16\x61\x49\x1c\x49\xbd\ \xf3\xce\xf6\x9d\xee\xba\xc4\xdd\xc4\xf8\xf5\x11\x0a\x91\x85\x5c\ \x56\xdc\xbd\xff\xa6\xc1\x40\xd0\x49\xbb\xb8\x78\xf9\x6c\x71\x79\ \xa9\x09\x6c\x66\xc0\xb9\x7c\x34\x7e\x63\xb6\xa7\x60\x9a\xa0\xcf\ \x9f\x9f\x6d\x36\x5b\xeb\x33\x44\x31\x80\xe3\x41\xf6\xef\xff\xa3\ \x6f\xcc\xf6\xf7\x7e\xfc\xd3\x4f\x10\x45\x74\x87\x9d\x08\x02\xba\ \xfb\x04\x0c\x85\x18\x91\x0c\x82\x19\x94\x85\x28\x77\x5d\xb7\x53\ \xe5\xa7\x98\x52\x8a\xe2\x9c\xaa\x18\xa4\xed\x7a\x0d\xc2\x90\xd2\ \xdd\xdb\xb7\x13\x4b\x8c\xc9\x1a\x43\xd6\x6f\xbb\x20\xc6\x70\x12\ \xd0\xcf\xc2\xf2\x97\x11\x0f\x12\xbf\xd9\xb6\x3f\x38\x38\xb8\x70\ \xae\xf8\x82\x93\xf9\xfc\x1e\x66\xfe\xee\x77\xec\xe1\xa1\xfd\x57\ \xdf\x83\xdf\xfc\xfa\x2f\x07\x18\xa2\x62\xec\xc7\xfb\xe3\x3b\xfb\ \xf7\xad\xb1\x0c\x2a\x92\x62\x5b\x0d\x4b\x3f\x2c\x1d\xe2\xc0\x1a\ \x94\xbe\x29\xc2\x42\xb7\x55\x0b\x28\xac\x29\x29\xf9\xa1\xc9\xa6\ \x59\x31\x51\x11\x83\x52\x35\x6d\xb5\x5d\x6c\xaa\x27\xca\xa3\xb6\ \x77\xd4\xc8\xc9\x9d\x5b\xfc\xd1\xcf\x37\x57\x2b\x50\x27\x2a\x48\ \x44\x88\x91\x99\x08\x0c\xe1\x8e\xd2\xb1\xde\x02\xda\xbe\xed\x58\ \xb0\x0f\xd1\x65\xb9\xcf\xb2\x2c\xcb\x36\x1b\xf2\x8e\x62\xec\x54\ \x35\xf6\xeb\xd4\x2e\x32\x37\xbd\x79\xef\x16\x01\x3d\x7a\xfc\xc4\ \x5b\xdb\xd5\x15\x71\x72\xde\xa1\xf7\x89\x0c\xaa\x84\x98\xd8\x48\ \xdd\x75\xbe\x28\x62\x8a\x6d\x95\x58\xd1\x9b\xdc\x1b\x40\x03\x08\ \x54\xb8\x1c\x88\x9a\xbe\xe5\xd0\x0f\xf2\x6c\x90\x0d\xe6\xd8\x14\ \x27\x77\xcf\x75\xcc\x57\xb1\xbf\x3a\x1f\x4e\xcc\xd5\x55\x85\x6e\ \xcc\x02\x51\xa2\x98\x14\x91\x00\x1c\x08\x70\x1f\xda\x18\xbb\x14\ \x8c\x37\x93\xf1\x28\xb3\x76\xdb\x34\xf5\xba\xda\xad\x4d\xbe\xe6\ \xa7\x14\xe3\xf1\xdd\xfb\xf9\xdb\x6f\x28\xaa\x70\x00\x55\x54\xa9\ \x17\x57\xcf\x1f\x7f\xf2\xe2\x62\x2d\x49\x32\xaa\x67\xe5\xc8\xef\ \x95\xe5\x8d\xd9\xe8\xe0\x94\x1b\xa7\xe9\xd9\xfb\x0f\x3f\x1a\x40\ \x02\x07\x6f\xdc\xba\xbd\x9c\xaf\x0e\x6f\x8c\xbe\xf9\x5b\xb7\xbd\ \x93\xbf\xfc\xe1\x03\x12\x93\x20\x63\xd3\xab\x06\x44\xab\x92\x1b\ \x24\x10\x8c\x92\x0c\x01\x02\x76\x29\x98\x76\x0b\xc8\xf7\xee\x9c\ \x32\xab\x37\xb8\x23\x52\x00\x40\x92\x38\x67\x8d\x35\x31\x24\x4e\ \x0c\xa8\x64\x48\x04\xd6\xf3\xd5\xf5\xd5\x35\x91\x11\x51\x05\x12\ \xc5\x10\x92\xb3\xd6\x10\x09\x2b\x21\x71\x12\x9f\x39\x66\x06\x40\ \x02\x54\xdc\xb5\x66\x80\x84\xa8\xb0\x3f\x9e\x2d\x56\xab\xa4\xa2\ \x29\xa9\xb0\x1a\xda\xe1\x7b\x17\xfa\xc8\xac\xa2\x08\x88\x80\xaa\ \x28\x0a\x80\x96\x45\x90\x08\x95\x00\xd0\x5a\x6b\x15\x98\xd9\x1a\ \x6b\x8c\x55\x51\x44\xc3\x02\x92\xa2\xcf\xf3\xe9\x78\x4c\xf4\x9a\ \x63\x41\x54\xb1\x1c\xdb\xcd\xe2\xe1\x87\x3f\x2e\x28\x96\x4e\x87\ \xa3\x7c\x58\x14\x83\xcc\x87\x28\x21\x85\x76\xb1\x2a\xc8\xd9\x12\ \x2e\x2f\x2e\x09\x06\x6f\x1c\xed\x2d\x2e\x2f\x02\x0c\x80\x5a\x8a\ \xdd\xc4\x0e\x8b\x0c\xab\xed\x35\xc7\x4e\x25\x92\x23\x15\xb3\xab\ \xd1\x8d\xa2\x30\x23\x50\xe0\x40\xc6\x3a\xe7\x91\x28\xa5\x94\x17\ \xd9\xfd\x7b\xf7\x2e\xce\xce\x2c\x92\x01\x4a\x31\x20\xa0\x20\xa8\ \xca\x9d\xdb\xb7\x9c\xa3\xf1\x78\x1c\x63\xec\xba\x6d\x9e\x65\x2c\ \x88\xbc\x2b\x53\x88\xf5\xb3\xe0\xdc\x19\xe0\xe6\xb6\xba\xad\xf0\ \x3f\x0e\x06\xf8\x05\x3e\x7e\xce\xc1\x5d\x8e\x4f\xf8\xeb\x5f\xb3\ \xff\xea\x4f\xe1\x3f\xff\xcf\x7e\xe9\xe8\x09\x11\xbf\xf4\x95\x2f\ \x65\x3e\x57\x72\x22\x82\xc0\x16\x05\x31\x2d\xae\x2f\x37\x2b\x1c\ \x0c\x06\xa1\x6b\x9a\xd5\x9c\x48\x13\x07\x63\xd0\xe5\x45\x39\x9e\ \xed\x9f\xbc\xe1\x29\x81\x44\x83\xb6\x6f\xb6\xeb\xeb\xf9\xb6\x5d\ \xb2\x6e\x43\x0b\x21\x0e\xa4\xee\xb7\x75\xbf\xad\xd7\x4d\xbb\x19\ \x94\xb3\x24\xc9\x80\x41\x50\x50\x21\x32\x0a\x4a\x44\x88\x48\x68\ \xf2\xdc\x2f\xab\xca\x01\xf4\x7d\xff\xc9\xc3\x4f\x26\xa3\xd1\xe1\ \xe1\x81\xb5\x0e\x51\xad\x75\x22\xa1\x28\xfd\x5b\x6f\xdd\x1d\x0c\ \x72\x6b\x88\x59\x76\x29\x22\x29\x06\x4e\xc9\x19\x72\xd6\x3a\xe3\ \xfa\x18\x55\x95\x59\xaa\xba\xbe\x7b\xef\xee\xd5\x7c\xb1\xdc\x54\ \xce\x7b\x55\x34\xd6\x08\x89\x27\x0b\x0a\x6d\xd7\x86\x14\x1c\x61\ \xdb\xb4\x99\x2f\x5c\x39\x1e\x9f\xdc\x59\x24\x36\x82\x96\xc2\xf9\ \xe3\xb3\x2e\xaa\xcd\x3d\xf7\x02\xcc\x9f\x16\x92\x40\x48\x51\x62\ \x62\x4e\x92\xac\x73\x79\x51\x34\x4d\xbb\xb8\x5e\x56\x75\x1b\x22\ \x8b\xe8\xeb\xad\x4a\x1a\x6b\xae\x2e\x5e\xd4\xab\xcb\x2c\x73\x99\ \x37\x44\x8a\x9a\x4a\xef\x0e\x0f\x67\xd2\x77\x7d\x53\xc7\x36\x54\ \x9b\xf9\x60\xc8\x43\x3b\x5a\x5e\x3d\x8f\x15\x39\x17\xa3\x36\xeb\ \x9a\xc6\xe3\x99\xb1\xb1\x5e\x6f\x08\xd1\x18\xde\xac\xaf\x41\x93\ \x0a\xa2\xb1\x0a\xbd\x28\x23\x92\x05\x52\x56\x86\x44\x44\x2c\x1a\ \x62\x54\x82\x72\x3c\xca\x07\x03\x10\x61\x56\x04\x20\x4b\xb8\x1b\ \xc5\x22\x21\x92\x24\x4d\x31\xb5\x5d\x6b\xc8\x94\x83\xd2\xfb\xac\ \xef\x7a\x61\x01\x05\x11\xf5\x2e\x03\x00\x6b\x8c\xa4\x24\x20\xbb\ \x9e\xcf\xe7\xf9\x74\x3a\xbd\xbe\xbe\x06\x00\x42\x14\x45\xd8\xfd\ \x01\x70\xc6\x65\xce\x97\x45\x31\x5f\x2e\x8b\xb2\x60\x4e\x84\xe0\ \xb2\xac\x1c\x8d\x54\xa4\x6a\x5b\x83\xf4\x29\x8b\x43\xaa\x3b\x46\ \xdb\x91\x21\x50\x15\x05\xa3\x60\x8c\xb1\xd6\xee\x84\xe1\x89\x93\ \x88\x02\x92\x75\x4e\x98\x9d\x73\xf4\xba\x33\x55\x55\xb5\x86\xba\ \xae\xfd\xf8\x93\x4f\x4a\xc7\x93\xc2\x4c\x86\x59\xdf\xb5\x83\xd1\ \xc8\x78\x9f\x97\xc3\x62\x30\xca\x87\xd9\x6a\xbd\x28\xa7\x13\x8c\ \xc5\xed\xd3\xe2\x62\xbd\xf9\xe4\xbc\x61\x23\xa8\x66\x53\x75\x8b\ \xe5\xf6\xf8\xe6\x91\xc8\x05\x19\x13\x62\x50\x34\xa0\xf8\x8a\xaa\ \x04\x14\xd1\x9d\x6f\x4b\x88\xc1\x39\xd7\xb5\x4d\x0a\xfd\x68\x34\ \xdc\x9f\xed\xc5\x10\x25\x31\x22\xa8\xaa\x08\x97\x79\xe1\x8f\x6f\ \x18\x6b\xda\xbe\x49\x31\x3a\xe7\xd8\xd2\x8b\x17\xe7\xcb\xeb\xeb\ \xcc\xfb\xbe\xef\x1d\x7d\x16\x3a\x77\x11\xb9\xf9\xe1\x87\x11\xe0\ \x47\xc3\xf2\x8b\xc4\xd4\xcf\xf7\x11\x81\xe1\x90\xff\xe0\x0f\xec\ \x7f\xfd\xdf\xd0\xcf\x3f\x02\xf7\xcb\xcd\xdf\x9c\xb1\x84\xa8\xca\ \xa0\x82\x98\x8c\xa7\xe9\x64\x48\x3c\x65\x11\xeb\xb2\xa6\xe9\x3b\ \x70\x46\x35\xc6\x30\x72\xfe\xd6\xed\xbb\x4a\x56\x63\x57\x5d\x9f\ \x95\x33\x41\x5b\x6c\xd6\x2b\xd0\xe4\x8d\x54\x6d\x44\x48\x80\xb1\ \xa9\x02\xf1\x21\x77\xd5\xe1\x7e\xb1\x5e\x37\x84\x04\x44\xba\x53\ \x2b\x7f\x7a\x40\x35\x31\x7b\x63\x9c\x75\x29\x86\x40\x14\x43\x97\ \x65\xfb\x88\x4a\x06\x55\x18\x01\x0c\xd9\xfd\xfd\x83\xc3\x23\xd3\ \x75\x3d\x91\x05\x85\x94\x62\x1f\x7a\x61\x4e\x29\x85\x10\x00\xc1\ \x39\x9f\x39\x07\xce\x70\x4c\x31\x84\xd1\x68\xb4\x58\xad\x44\x84\ \xc8\x10\x19\x40\x62\x96\x10\x23\x69\xea\xba\x86\x49\x8b\xb2\x48\ \xcc\xc0\x10\xc0\x3c\x39\x5f\x6c\x53\x5c\x67\xfe\xd4\xd8\xeb\xa6\ \xb5\x65\xc9\xc2\xc2\x02\x89\x0d\xa8\xb5\x64\x94\x00\x81\x00\x41\ \x55\x18\xac\x35\xc3\xd1\xe8\x6c\xf5\xf2\xf2\x7a\xde\xf5\x21\x24\ \xee\xfa\xf8\x7a\xa1\xe4\x44\x66\x35\xbf\x58\xbe\xf8\x04\x40\x43\ \x0c\x99\x43\x95\x78\x30\x1d\x93\x8a\x45\x76\x88\x93\xc1\xb8\x37\ \x85\x5a\x73\xf1\xf2\xa5\x37\xd9\xa0\xb4\x60\xba\xd9\x2c\x9f\x37\ \x08\x92\x25\x6e\x5d\x6e\xae\xe7\xab\xa6\x3e\xf4\x7e\xd8\x36\xe7\ \xba\x7b\x1d\x0a\x8a\x3b\xce\x42\x11\x41\x45\x15\x05\x00\x52\x4a\ \xeb\xf5\xfa\xf0\xe0\x30\xc5\xa8\x02\xde\x7b\x42\x24\x42\x24\x24\ \x21\x00\x10\x16\x66\x36\xc6\x64\x59\x16\x63\xec\xba\x2e\xf4\x71\ \xbe\x5c\xc4\x18\x77\x7c\x8b\x82\xe6\x79\x7e\xb0\x37\x3b\x7f\xf9\ \x12\x14\x14\xd5\x39\xc7\x29\x2d\x17\x8b\x5d\xff\xa7\xf2\x8a\x16\ \xda\x19\x67\x24\xe6\xfd\x83\xfd\xa3\xe3\x1b\xfc\x8b\x8f\xda\xbe\ \xdb\x71\x71\x44\x26\xcb\x73\x65\x46\x44\x16\x06\xc4\xdd\xb4\x86\ \x08\x91\xc8\x39\x87\x88\x29\x84\xbf\x76\x82\xdd\x15\x01\x89\xb9\ \x0f\x01\x10\xad\x35\x21\x84\xb2\x28\xac\x73\xaf\xad\x73\x57\xa4\ \x64\xfc\xde\x6c\x74\x72\xe7\x64\x92\xe9\xde\xc8\x5f\xbd\x7c\xb6\ \x69\x16\xd3\x83\xc3\xe1\x64\xe2\xb2\xa2\x57\x1b\xc7\x43\x0d\xea\ \x8b\x01\xf5\xc5\x66\xb1\x40\x75\x83\x21\xae\xba\xd8\x1b\xbb\x8a\ \xf1\xfd\xf7\x1f\x35\xad\x5c\x5c\x2e\x43\x60\x30\x42\x28\x51\x77\ \xf1\x07\x80\x48\xc6\x18\x51\x60\x4e\xde\x7b\x43\x58\x75\x5d\xdb\ \x36\x93\xc9\x64\x3c\x1e\xb7\x4d\x4d\x06\xad\xb3\x9c\x52\x4c\x62\ \xac\x41\xc2\x98\x7a\xef\x3c\xa1\x61\x8e\x22\x92\x52\x0c\x31\x70\ \x62\x00\xc8\xbc\xff\x0c\xc0\x1d\x55\xf7\x3e\xf8\xf9\x8f\xf3\xec\ \xc2\xfb\x2f\xc0\xfd\x73\xce\xb9\x2b\xa8\xf2\xef\x7c\x1b\x54\xcd\ \x4f\x7e\x02\xd9\x2f\xc9\xd1\x12\xe6\xe7\x8f\x9f\xde\xbe\x73\xa7\ \x8f\x7d\x5e\x7a\xee\x2a\x24\x2e\x4a\x5f\x8e\x6e\x03\x58\x30\xfe\ \xf8\x9e\x01\x90\xb6\xad\xb8\xaf\xe2\xfc\xb2\xba\x5e\xc4\x18\x94\ \xec\x68\xff\x48\xda\x85\x1d\x4c\xf6\x67\xa3\xcb\xcb\xb6\x5d\xae\ \x00\x0c\x59\x9b\xfa\x70\x70\x70\x6c\x11\x7f\xef\x1f\x7d\x93\xfb\ \xf8\xa7\x7f\xfa\x3e\x91\xdf\xd9\xc0\xee\x5e\xdb\xab\x89\x1f\x22\ \xee\xbe\xed\xde\x6f\xeb\x86\x10\x43\xdf\x0d\x87\xa5\xf7\xae\xef\ \xda\xcc\xfb\x94\x02\x00\x5a\x84\xc4\xc9\x7b\xcf\x49\xac\xf3\xaa\ \x9a\x76\x8b\xf8\xcc\x21\x04\x51\xe6\xc4\x59\x96\xef\xf4\x67\x21\ \x84\x8f\x3f\xfe\xe4\x6a\x7e\x3d\x1a\x0d\x01\x28\x26\x4e\x29\x45\ \x66\x12\x19\x17\xa5\x33\x26\xf4\x75\xf2\x16\x89\x62\x88\xea\xca\ \xab\xaa\xb3\x7b\xfb\x67\xf5\x36\x86\xad\xa2\x05\x6f\xa5\x57\x65\ \x46\x11\x42\x30\x4a\xa4\xa8\xa0\x44\xe8\x9c\x45\x83\x8a\x70\x75\ \xbd\x78\xfa\xe2\xf9\xb6\x6d\xd0\x18\xab\x99\x31\xe6\xf5\x16\xe1\ \x15\x10\x51\x63\x0c\x45\x59\x22\x1a\xd5\x7e\x32\x99\x64\x79\xfe\ \xf4\x93\x47\xc7\x47\x7b\x7b\xfb\x33\x97\xe5\x1d\xe5\xf9\x74\x8f\ \x48\xac\x48\x61\x49\xe6\xbd\x8d\x04\x9d\x89\x5e\x59\x38\x1f\x0e\ \xae\x97\xdb\x1f\xfd\xd5\xc7\x37\x6f\x0c\x36\xdb\x5e\x24\x57\x62\ \x01\x05\xa4\x5d\x33\x41\x84\x0a\xaf\x06\x22\x08\xb4\x5e\xaf\x53\ \x4a\xd6\x3a\x6b\x8c\x88\xf4\xa1\xcf\xbc\xb7\x64\x77\xf5\xbb\xaa\ \x72\xe0\xcc\x67\x94\x11\x21\xa9\x6a\x1f\xc2\x2e\xaf\x9c\x88\x00\ \xa0\xeb\x43\x59\x14\xc3\xd1\xc8\x2f\x16\x3b\x95\x8e\x80\x5a\x63\ \x47\x93\x71\xdb\xb6\xdb\xaa\x26\x22\x24\x42\x40\x24\xda\x2d\x6b\ \x0e\x86\xc3\xd9\xfe\x8c\x95\x7f\xf2\xb3\x9f\xc5\x10\xad\xb3\x7d\ \xe8\x4d\x43\x2a\xc2\x2c\xd6\x3a\x55\x79\x85\xd1\x88\x22\xa2\xaa\ \x22\x22\xaf\xd2\xc3\x05\xf0\x95\x54\x1c\x11\x45\x04\x01\x84\x99\ \x76\x55\x02\xd1\xeb\x35\x4c\xaa\x6a\xad\xdd\xbf\x71\x52\x64\xc6\ \x97\xc3\x3b\xf7\x8e\xb7\x8b\x8b\xc0\xfa\xe6\x5b\x5f\x02\x94\xba\ \xaa\x07\x64\xcb\xd9\x8d\x4e\x28\x2b\x72\x84\x1e\x23\x63\x23\x87\ \x6e\x3f\x15\x5d\xb3\x65\x75\x16\x34\xcd\x97\xcd\xfe\x26\xb6\x9d\ \x66\x59\xd9\x25\x48\xa9\x23\x72\xf8\xaa\x19\x25\x44\xc3\xbb\xc4\ \x4a\x4e\xa0\xe6\x8d\xfb\xf7\xcb\xb2\x5c\xad\x96\x0a\xb2\x7f\xb0\ \xdf\xb5\xad\xb1\x06\x89\x32\xef\x91\x30\xa5\xc4\x62\xb2\x2c\x33\ \x66\x77\xb7\x5a\x11\x30\xc6\x1a\x9b\x00\x21\xc4\xf8\x6b\x83\xbb\ \xb5\xe6\xd1\x63\xff\x93\x9f\xfe\x64\x34\x6a\xbe\x58\x4c\xfd\x7b\ \x70\x42\x90\x77\xbf\x0a\xd3\x69\xf1\xa7\x7f\x6a\xbe\xf4\x0e\x10\ \xfd\x8d\x28\x03\x67\xcf\x5e\x14\x59\x9e\x15\x8e\xb4\xb3\xda\x3f\ \x7f\xf2\x49\xbd\x5a\xe4\x59\x61\xdc\xc0\xe6\x43\x72\x3e\x2f\xb2\ \xd8\x37\x23\x4f\xa3\xd1\xa8\x4e\x3d\x4a\x02\x6b\x52\xdf\x18\x9c\ \xa4\x6e\x3d\x5f\x57\xca\x6a\xd0\x10\x0c\x03\xf8\x00\xcd\xe9\xdd\ \xe3\xd2\xd1\x8d\x1b\x77\x7e\xf0\xe7\x3f\xee\x83\x30\x08\xa0\xaa\ \xc8\xee\x3b\xa9\xaa\xcc\xbc\xfb\x32\x70\x8a\xd6\x59\x95\x14\x3a\ \xbd\xbc\x38\x5f\xde\x3a\x1d\x0d\x6f\xb1\x35\x88\x00\xa0\xd6\x5a\ \x55\x8a\x29\x86\xd0\x5b\xe3\x63\x8c\xcb\xe5\x12\x10\x0c\x91\x02\ \xb0\x88\x88\x20\x26\x6e\x1b\x54\x35\x86\x10\x34\xc4\xc8\x2a\xa1\ \xed\x44\xd1\x5a\xb7\x9b\xde\xa9\x02\x21\x8a\x70\xe2\x98\x38\x1a\ \xf0\x09\x40\x8d\x37\xd9\x30\x52\xe1\x4b\x6a\xdb\xcd\xb0\x18\x70\ \xea\x55\x23\xbd\xc2\x5e\x50\x22\x66\x44\x95\x5d\x09\x69\xac\x01\ \x91\x2e\x74\xab\xf5\xa6\x6d\xba\x6c\x38\x62\xe6\x94\x18\x5f\xab\ \x74\x67\x8e\x37\x4e\x6e\x1f\xee\x8d\xac\xf5\x0a\x6c\x89\xbc\x33\ \x0f\x7f\xf1\xe1\x60\x76\x94\x4f\x67\xdb\xc8\xc3\x3c\xdb\xdb\xbf\ \xa1\xbe\xb0\x9a\xac\x09\xda\x75\x58\xfb\x99\xec\x47\x89\x4d\xbd\ \x95\xd2\xf8\xa2\x64\xbd\xa8\xea\xae\xeb\x46\x80\xce\x58\xd3\x4b\ \x02\x7a\x45\x64\x23\x2a\x22\x21\x20\x0b\x0b\xb3\x77\xae\xae\x9a\ \xc4\x9c\xe5\x79\xdf\x36\x31\xa6\xa2\xc8\x77\x42\x46\x04\x44\x44\ \x83\x06\xf3\xdd\xcc\x53\xac\xb3\xaa\x6a\xac\x1d\x8f\x46\x8b\xc5\ \x12\x90\x44\xb9\xc8\x73\x11\xb9\xbe\xbe\xde\x21\x2f\x11\x89\x70\ \x12\x4e\x31\x8a\x88\xf7\x5e\x44\x00\x89\x10\x08\x77\xf8\x0e\x9b\ \xcd\x76\x6f\x7f\x3f\xcb\x72\x00\x0a\x21\xaa\x02\x00\xe6\x59\x8e\ \x44\x0a\x60\xac\xe1\xb4\xdb\xd8\x07\x50\x75\xd6\x12\x11\xa7\xb4\ \xbb\xfb\x77\x4b\x6d\x06\x51\x76\xd5\xfd\x4e\x69\xaf\x8a\x88\x31\ \xc6\xb6\x6d\x5f\x93\x70\x47\x4c\xcc\xeb\xaa\x02\xcd\xae\xe6\xf3\ \xeb\x97\x4f\x16\xe7\x4f\xde\xbc\x7d\xb3\xed\x03\x28\xc7\x14\x82\ \x82\x4b\x99\x1f\x8e\x81\x5a\xc3\x11\x53\x3e\x0a\x0c\x68\x7d\x26\ \xbd\x37\x8b\x20\x0c\xd2\xf5\xb4\xde\xf0\xde\xde\xf1\x62\xf3\x04\ \x40\x88\x0c\x92\x10\x12\xc2\x2e\x80\x82\x76\x2f\xd2\x18\x2b\xc8\ \xb3\xbd\xe9\x78\x3c\xee\x43\x77\xe7\xce\xed\xe1\x60\x90\x65\xb9\ \xaa\x02\xa8\xb1\x46\x45\xbc\xf3\x88\x60\x8c\x11\x51\x6b\xf3\x5d\ \x83\x15\x43\x00\x00\x63\x8c\xf9\xf5\xd5\x32\xea\xbd\xff\xd9\x4f\ \xc3\x66\xf3\xc3\x5b\x27\x8c\x88\x5f\x80\xfb\xe7\xfd\x24\x96\xe3\ \x63\xfe\xfd\xdf\x1f\xfc\xd9\xbf\xb1\xc7\xc7\xfa\x37\x82\xbb\x31\ \xa6\x28\xcb\xf9\xf5\xf5\xfe\xc1\x64\x3d\x5f\x73\xb7\x59\x5e\x9e\ \x65\x16\xb7\x5d\x4b\xa6\xb7\x79\xdc\x54\xb5\x21\xb1\x28\x7b\x65\ \x46\xdc\x17\xde\x96\x45\xd1\x2b\x28\x61\x17\x03\x58\x5f\x8e\x4b\ \xec\x38\x50\x9e\x34\xbb\x5c\xd7\x47\x77\x6e\x16\x63\x9f\xaa\xed\ \x7c\x71\xbd\xda\x86\xc8\x1e\x0c\xee\x16\x9e\x76\xd5\x96\xee\x8a\ \x32\x11\x01\xe8\xfa\xde\x7a\x87\x00\xc2\x09\x50\x85\x63\x1f\x5a\ \x67\xad\xaa\x90\x21\x11\xe9\xfb\xde\x18\x33\x1c\x8e\x52\xe4\xd5\ \x6a\xb3\x5a\xad\x43\x08\x3b\xed\x0d\x22\x66\x59\x66\xc8\x8a\x88\ \x70\x8a\x21\xec\xd6\x67\x76\xb7\x88\x35\x56\x15\x11\x88\x0c\x59\ \x34\x21\xf4\xa1\xef\x00\x64\xa7\xca\x17\x51\x97\xe5\xe8\xf2\xaa\ \xed\x2d\x41\x0a\x1c\x25\xa6\x14\x10\x90\x39\x29\xa8\x1a\x4a\x06\ \x48\xc1\x02\x2a\xb3\xdf\x19\x9a\x90\xcb\x72\xdf\x87\x8e\x85\xbb\ \xa6\x41\x63\x9c\x35\xaf\x3b\xd6\x03\x05\x34\xce\x0b\x50\xdf\xc7\ \xed\x76\x79\x75\x71\x41\x00\x37\x6e\x9c\x26\x49\x75\xdb\x35\x71\ \x55\x84\x58\x0c\x66\xc5\xb0\xb4\xd2\x94\xe0\x5c\x33\xb8\xe3\x0b\ \xeb\xce\xaf\xfc\x7a\x74\xf7\xfe\xe3\xb3\x45\x60\x06\xf0\xaa\xd9\ \x60\x30\x6d\xbb\x66\xa7\x24\x41\x34\xf4\x6a\x39\x48\x01\x51\x59\ \x99\x85\x49\x54\x79\xb1\x58\x8e\xc7\xe3\xbc\x28\x7c\x26\x3b\xce\ \x9a\x90\x68\x27\x1b\x27\x00\x04\xd9\x19\xab\x19\x03\x08\x7d\x1b\ \x3f\xb5\x49\xf1\x00\xe0\xbd\xb7\xce\xee\x76\xcd\xc8\xd8\x5d\x9d\ \x49\x00\x6d\xd7\x19\x6b\x8a\x22\x57\x01\xde\xb9\x12\x23\xed\xb6\ \x36\xab\xb6\x61\xe6\xed\xb6\xca\xbc\x97\x9d\x0a\xde\xb9\xdd\x02\ \x9a\x22\x08\xf3\x0e\x6d\x09\x71\xe7\x05\xbf\x13\x0e\x8a\x88\x22\ \xbe\x9a\xca\x18\xb3\x13\xe2\x20\xa2\x35\x06\x11\x99\x5f\x5d\x33\ \xaf\x67\xf9\xab\xaa\x44\x34\x2c\xf3\xdc\xbb\xbe\xeb\x0a\x83\xa1\ \x0f\xe7\x17\x97\x29\x8e\xcb\x22\xdf\x9b\x4e\x7d\x59\x06\x6d\x9b\ \xf9\x26\xf4\x58\x0e\x0e\xa0\x09\xb0\x59\x99\x6e\x7e\x7a\x5c\x83\ \x19\xfe\xdb\x8f\x9b\x36\xda\xd8\xc5\x27\x4f\x2f\x8e\x6e\xde\xf0\ \xbe\xa8\xea\x9a\x2c\x10\x02\x12\x80\xbc\xda\x55\x55\x05\x66\x11\ \x15\x55\x58\xad\x57\xa7\xa7\x27\x79\x91\x97\x45\xe1\x9d\x15\xdd\ \xf1\x67\xaa\x2a\xbb\x48\xa9\x9d\x5a\xd4\x5a\x0b\x80\x83\x41\x76\ \x70\x70\x78\x76\x76\x61\x58\x42\x08\x44\xbf\x66\x86\x2a\x22\x00\ \xb8\xef\xff\xc5\xcb\xbe\x7f\x5a\xe4\x5f\x94\xed\x7f\x3f\x0e\x8a\ \xa4\xdf\xf9\x76\xf6\xcf\xff\xf9\xe8\x7a\xae\x93\x31\xfc\x8d\xf2\ \x27\x6b\x5d\xdb\x75\x31\x0c\xda\xba\x7d\xf9\xf4\x71\xb5\x38\x3f\ \xbd\x79\xe4\xb3\x9c\x39\x86\xd0\x15\x9e\xb8\x6b\x0f\x66\xd3\xcc\ \xd1\xd3\x87\x4f\xf6\x67\x7b\x36\xcf\xf3\xe1\x18\x7c\xa6\x36\x43\ \xeb\x46\xb9\xa9\xab\x0d\xf6\xd0\xf7\x9d\xf7\xf9\xc9\xed\xd3\xaa\ \xdb\xe4\xc0\xab\x55\xfd\xf2\xaa\x22\x37\x50\xe8\x54\x85\x00\x00\ \x51\x01\xf0\xd3\x78\x2d\x24\x62\x91\xb2\x28\xfe\xe3\x3f\xfc\x27\ \x00\xd0\x34\xf5\xde\x74\x22\x9c\x18\x14\x11\xad\xb1\xaa\xea\xfc\ \x6e\xf1\x09\x91\xf0\xfa\xfa\xca\x18\xb3\x43\xf6\x1d\x0a\xec\x2e\ \x8b\xdd\xb5\x61\xac\xb5\x44\x79\x51\x74\x7d\xcf\x31\x31\x33\x00\ \xa1\x21\x15\xce\xf2\x42\x42\x10\x15\xd8\xf9\xc6\x2a\x73\xea\x31\ \x86\xd8\x56\xd6\x64\xdc\xf7\xd0\x36\x44\x91\x54\x04\x2c\x00\xa2\ \x31\x6a\x94\x41\x15\x95\x58\x89\x68\x38\x1c\xae\x37\x6b\x8e\x69\ \x5b\x55\xcc\xc1\x1a\x63\x9d\xd5\xc4\xaf\xd6\xb9\x5e\xa3\x5b\x76\ \xee\x17\x1f\xff\xe2\xf9\xc7\x3f\x31\x2e\x1f\x8f\xa7\x59\x9e\x9d\ \x3d\x7b\x4e\x44\x9a\x42\x91\xf9\xe1\xa8\x1c\x95\xf9\x70\x60\xab\ \x7a\xfb\xf2\xfa\x7c\x58\x20\xb9\x09\xd4\x96\xaa\xfa\x74\xd4\x9f\ \xbe\x31\x5d\x8d\xfc\xcf\x1f\xd5\x45\x39\xd8\x56\xd5\x8b\xb3\x79\ \x59\x8c\x04\x76\x59\xd6\xb8\x53\x19\x22\xa8\x82\xee\x10\x5c\x44\ \x99\x59\x55\x36\xeb\x0d\xa7\xa4\xc2\x22\x1a\x39\x8a\x68\x9e\xe7\ \x9e\xbc\x31\x06\x09\x77\xc4\x3a\xc0\x2b\xe6\x3c\xcf\x69\x38\x1c\ \x39\xeb\x8c\x77\x10\xb8\xaa\xab\xb2\x2c\x4d\x96\xab\x2a\x02\xc1\ \x6e\xdf\xf8\x15\x4c\x89\xba\x1d\x99\x60\x88\x1c\x22\x71\x4a\x0a\ \xd2\xf7\x7d\xd3\xb6\x7d\xdf\x83\x82\x77\x0e\x77\xb3\x16\xc4\xb6\ \x6d\xf5\xd3\x05\x67\x43\x44\xc6\xec\x20\xbe\xef\x7b\x11\xb1\xce\ \xed\x40\xdf\xee\x90\x5d\x95\x45\x54\x95\x76\x0d\x09\x91\xb5\x96\ \x88\xf0\x35\xd1\x0e\x55\xa4\xd9\x6c\xca\xbd\x31\x1a\x63\x8d\x1b\ \x4f\xf6\xa7\xd3\x72\x30\x2a\x33\xe7\xba\x08\xdd\xba\x4e\xda\x94\ \xb6\x38\x98\xbd\x89\x6b\x6d\x56\x2b\xa2\x8d\x2b\x96\x7b\x37\x0a\ \xbf\x7f\xf8\xd1\xcb\xab\xf3\xf3\x8d\x25\xdf\x45\xb9\xb8\x9c\x77\ \x7d\xb7\xb3\x03\xfb\x77\x43\x74\x75\x97\x05\x08\xc8\x9c\x10\x30\ \xf4\xc1\x18\x93\x38\x2a\x68\xaf\x1c\x63\x20\x63\xcb\xb2\x30\xc6\ \x32\x33\x00\xec\x9e\x73\x44\xf2\xce\xc5\xc4\x5d\xd7\xa5\x98\x76\ \x1d\x86\x49\xe9\xd7\x03\x77\x63\x68\x31\x87\xbf\xf8\x8b\xb3\xa3\ \xc3\xe7\x59\xf6\x05\xb8\xff\xbd\x19\xab\xa6\xef\x7e\x37\xcb\xf3\ \x37\x9f\x3f\xff\x70\xfa\xd5\xbf\x91\x73\x97\x6d\x5d\x59\x6b\xaf\ \xaf\x17\xa1\xab\x42\x17\xc7\xc3\x49\x91\x15\xa7\xb7\x4e\x67\xc7\ \xa7\x6a\xf3\xa4\xd0\x55\x2b\x03\xf3\x5d\x0b\x38\x00\x00\x20\x00\ \x49\x44\x41\x54\xb0\x7c\xf1\xf4\xe4\xd6\xad\xbd\xfd\xbd\xae\x0f\ \x01\x91\x8c\x1d\x96\x03\x05\xa2\x18\x5c\x2f\x59\x4a\xdb\x7e\x7d\ \x72\xeb\x1d\x96\xd4\xb5\x75\x99\x15\x28\x59\x4c\xc4\x88\x06\x70\ \x67\xe3\x87\xbb\x8a\x8c\x88\x99\x77\xf5\x75\x4a\x29\x85\x78\xf3\ \xf8\x18\x51\x13\xa7\x22\xcf\x99\x13\xbd\x62\x5d\xd8\x90\xb1\xc6\ \x89\x26\x42\x63\xad\x9b\xcf\xe7\x29\x05\x6b\x2d\x33\x73\x4a\xaf\ \x60\x4b\x13\x02\x12\x91\x41\x88\x31\xd6\x55\xc5\x2a\x48\x96\xc8\ \xb0\xa8\xaa\x18\x6b\x38\xc5\x3c\xcf\x27\xb4\x77\xbe\xb8\x8c\x89\ \x41\x03\xa1\xb1\x29\x54\xdb\xa5\x1f\x8c\x4c\xdf\xda\xd0\x90\xe9\ \x0c\x82\x2a\x8a\x80\xc2\x0e\xe6\x76\x11\x7e\x06\x51\x9f\x3c\x7d\ \x52\x77\xf5\xde\x64\xdc\xb7\xf5\xf1\xf1\x91\x32\xce\x0e\x8e\x5e\ \xbc\xbc\x80\x94\x5e\x6f\xa0\xaa\x80\x99\x85\xb1\x87\xbd\x83\xc9\ \xc1\xe1\x51\xdd\x74\xf3\xcc\xa8\x82\xa4\x24\x96\xba\xb6\x4d\xa1\ \xb9\xbe\xde\x3a\x28\x6e\x1e\x9d\xe6\x46\xe3\xba\x86\x94\x00\x57\ \xe3\x11\xd2\x20\x7b\x78\xf1\x7c\x58\x64\xfe\xf8\xe8\xd1\x83\x8d\ \xc1\x98\x62\x85\x84\xf8\xa9\x5d\x01\xc0\x2b\x41\x86\x00\xbe\xaa\ \x85\x85\x44\xa4\x6d\xdb\x94\x52\x9e\x79\x11\x76\xce\x10\x19\x22\ \xda\x59\x35\x48\xd8\xd9\x3a\x02\x28\x24\x4e\x21\x04\x43\x36\xcf\ \xf3\xac\xc8\xd7\xeb\xed\x0e\x7f\x63\x88\xde\xba\x1d\xe7\x00\xa8\ \xfa\xea\x7e\x45\x40\x4c\x89\x99\xc5\x5a\xbb\x23\x13\x0c\x91\x82\ \x32\xa7\xdd\x93\x22\xbb\x16\xc1\x98\x5d\xf4\x69\x64\x66\xdd\x29\ \xdc\x41\x54\x95\xd9\x1a\x13\x52\x22\x22\x32\x06\x54\x77\x75\xfb\ \xab\x69\x01\xe2\xae\x78\x67\x11\xd8\x6d\x2d\x00\xbc\xb6\x71\x98\ \xaa\x12\xe1\x74\x3c\x01\xd0\x17\x2f\xce\x4e\x6f\xcc\x8a\xe1\x78\ \xbc\xb7\x9f\xe7\x59\x9e\x79\xb4\xc6\x19\x57\x3a\xf0\x6a\x52\x63\ \x36\xeb\x97\x64\xb7\xf9\x0c\x64\xcb\xd7\x67\xeb\x79\x8f\x54\x18\ \x28\x49\x93\x24\x4e\xdc\x75\xd6\x39\x11\x56\x01\x30\x04\xfa\x69\ \x41\xae\x3b\xf7\x65\x00\x05\x11\xee\xfa\x4e\x94\xbd\x73\xd6\x92\ \xaa\x16\x45\x86\x64\x52\x8a\x29\x45\x63\x2c\x73\x02\x20\x04\x50\ \x85\xa6\x69\x3f\xf8\xe0\x83\x8f\x3e\x7a\x10\xe3\xae\xee\x97\x5d\ \x3d\xff\x6b\x11\xee\xf8\xf2\x1c\x1e\x3e\x5c\x7d\xf3\x1b\xf1\xfa\ \x2a\xfb\xff\x70\xce\xa7\xff\xcf\xe5\xf9\xef\xfc\xfd\x15\x91\xf6\ \x05\x1c\x7f\xc6\xe0\xce\x7a\x7a\x0b\xde\x7d\xf7\xcd\x67\x4f\xe1\ \x37\xbe\xfa\x37\x16\x33\x10\x55\x0c\x61\x1b\xc2\xc5\x8b\x73\xaf\ \xf0\xd5\xaf\x7e\xdd\x60\xec\xdb\xee\xe2\xe5\x8b\x00\xa4\x0c\x0e\ \xf0\xf1\xc3\x07\x2a\xe9\xed\xb7\xef\xaf\xaa\xba\x0b\x7d\x0e\x68\ \x80\x3c\xac\xc0\x78\xa7\x44\x75\xa4\x7a\x39\x1b\x34\x87\x37\xb2\ \xb3\xf5\x22\xf7\xb9\x11\x6f\x61\x80\x80\x49\x7a\x43\x9f\x7e\xc2\ \xb8\x2b\xc1\x91\x77\x06\x04\x00\x0a\xd0\xf7\xfd\x7c\x3e\x9f\x8c\ \x47\x64\x70\xbd\x5e\x92\x21\xef\xbd\x73\x1e\x11\x55\x11\x10\x0d\ \x1a\x05\xd8\x6e\xb7\x88\x48\x64\x98\x75\xf7\x08\x15\x45\xa1\x20\ \x3b\x63\x83\x98\xa2\x00\x66\x99\x9f\x8c\x27\x6d\xdf\xd7\x4d\xcb\ \x9c\x14\x08\x40\x39\x31\x93\x2d\xca\xbd\xe9\xd1\xec\xba\x5a\x29\ \x42\x8a\xb1\xcc\x8a\xdc\x72\x1d\x1b\x6e\x85\xba\x3a\xd3\xce\x4a\ \x4c\x22\xc6\x3a\x4b\x94\x14\x8d\x02\xa8\x1a\x55\x61\x21\x82\xf9\ \x7c\xbe\x5c\xfd\xdf\xec\xbd\x79\xb0\xad\xd9\x55\x1f\xb6\xd6\xda\ \xc3\x37\x9c\xf1\x9e\x3b\xbd\xf9\xbd\x1e\x5e\x37\x2d\xf5\xa0\x96\ \x5a\xb3\x8c\x06\x8c\x80\x80\x01\x03\x0e\x94\x2b\x84\xb8\x3c\x61\ \xd9\x31\x55\x71\x4c\x20\xe5\x38\xae\x38\x0e\x54\x30\x98\xc4\x36\ \x09\x04\x83\x31\x51\x41\x19\x08\x08\x09\x81\x06\x6c\x24\xa4\xd6\ \xd8\x2d\xf5\xa0\x96\xba\xfb\xbd\xee\xd7\x6f\x7e\x77\x3c\xe3\x37\ \xec\x61\xad\xfc\xb1\xcf\x7d\x2d\x81\x04\xd2\x6d\x9a\xea\x3f\x38\ \x55\xaf\xea\xde\xfb\xee\x70\xce\xf7\x9d\xbd\xf6\xda\xbf\xf5\x1b\ \xf6\xfa\xbd\xce\xfa\x70\xa5\xb0\x76\x3e\x9b\xb3\x6f\xad\x02\x4d\ \x87\xd4\x30\x31\x73\xaf\x5b\xda\x63\x47\x19\xcd\x7c\xbe\x10\x34\ \x65\x6f\x68\x6c\xb6\x32\x5a\x2d\x8a\x8c\x08\x49\xa1\x31\xd2\x89\ \x7a\x00\x5d\x3f\x9e\x35\xb3\x71\x77\xe0\xa0\xdf\xce\x5d\xb3\xf3\ \x74\x33\xa9\xed\x60\x78\x2c\x94\xfa\xfa\xd5\x4e\xf4\xdc\xfa\x48\ \xcb\xf6\x31\x01\xd4\x28\x20\x78\x90\x85\x90\x42\x11\x88\x54\xd3\ \xb4\x6d\xeb\xf2\xdc\x32\x47\x40\x54\xa8\x83\x0f\xce\x39\x52\x94\ \xf4\x47\x44\x44\x8a\x14\x29\x6b\x6d\xd3\xb4\x17\x2e\x5c\x98\x4d\ \x67\x89\x6c\x13\x59\xb4\xd6\xb0\x44\xc8\x05\x11\x38\x32\x0b\x23\ \x40\x8c\x31\xb2\x70\x8c\x44\xca\x58\x63\x8c\x35\xd6\x10\x51\x8c\ \xf1\xc6\xf5\x1b\xb3\xe9\x54\x98\x63\x8c\x36\xcf\x94\xd6\x37\xa3\ \x2d\xd2\xda\x67\x91\x24\x4c\x5a\x7a\xbe\x24\xea\xcc\x41\x95\xa4\ \x18\xd3\xd3\x12\x22\x11\xf1\x21\x24\x13\x5d\x7f\xd8\x00\x2c\x44\ \x14\x86\xed\xdd\x5d\x84\x18\x9a\x56\x65\xdd\x57\xbe\xea\x7e\xef\ \x1c\x82\x18\xa3\x95\x36\x5a\x6b\xdd\xca\xce\x23\x4f\x42\xeb\x8c\ \xa9\x9c\xd9\xe9\x0f\x0b\x6c\xf0\xea\x33\xd0\x66\xea\xe8\xf1\xcd\ \x2b\xed\x62\xb6\x35\xcd\xb5\xe1\xc4\xea\x07\x42\xc0\xc4\xcd\x5f\ \x92\x95\x0e\x4e\xc9\x88\x08\x84\xce\xb9\xba\x6e\x7a\xfd\x6e\xb2\ \xd9\x21\x02\x10\x4c\x26\x62\x00\x2d\x00\x69\xa5\x59\xa4\xc8\xcb\ \xbd\xfd\xfd\x73\xe7\xce\xcf\x66\x33\x63\xb2\xc8\xac\x13\x15\xf4\ \x05\xc2\x32\xea\xe1\xcf\xc0\xce\xce\xfc\x9e\x7b\xe8\xf7\x3f\xf8\ \x27\x0f\xdf\x5e\xc8\xc3\x64\x65\x59\x64\x28\xb1\x9a\xcf\x59\x17\ \x9d\xc2\xfa\x6a\x36\xab\xbd\xcd\x2c\x30\xf3\x5f\x9c\x18\xfe\x6c\ \x1f\x91\x65\x38\xe0\xfb\xee\xbb\xed\xd3\x9f\x5e\xa9\xeb\x59\x9e\ \xd1\x57\x08\x66\x42\xc4\x79\x5d\x17\x45\x41\xca\x74\xbb\x43\x1b\ \x9b\xc9\x78\xda\x56\xe3\xbd\xf1\xce\xc2\x37\xaa\x28\x56\x47\x47\ \x86\xe5\x70\x67\x6f\x6a\x2c\x3d\x73\xe9\x4a\xaf\x5f\x76\x3a\x9d\ \x4e\x91\x3b\x8e\x8b\xbd\x5d\x8d\x9a\xb0\xeb\x76\x17\xba\x9d\x8d\ \x4e\xc4\xba\xba\x14\xfd\xc0\x64\x03\x69\x89\x1b\x35\x9f\x4c\x88\ \x08\x44\xa5\x19\x5a\xa2\xca\x24\xb6\x43\x8c\x91\x63\x4c\x4b\xfb\ \xc6\xb5\x6b\x46\x91\xb6\x9a\x39\x92\x42\x59\xb6\x02\x28\xc2\x91\ \xa3\x56\xa8\xb5\xbe\x72\xf9\xca\x95\xab\x57\x15\xe9\x44\x99\x00\ \x84\xd1\xea\x6a\xdb\xd6\xf3\x79\x85\x80\x5a\x19\x04\x08\x21\x2e\ \xaa\xca\x07\x9f\x68\x97\x22\x18\x63\x00\x64\x24\x85\x0a\x06\xc3\ \x11\x6a\x1b\xa2\xcf\x05\x72\x8d\x05\xf0\x5d\x67\x4e\xec\xf9\xf6\ \xea\xb9\x2b\x4a\xda\x5e\x99\x19\x51\xba\x58\x99\xee\xcd\x5c\x3d\ \x17\x06\x0d\xcb\xf9\x53\x82\x2f\x7c\x74\x6d\xdb\x58\xab\x21\x44\ \x43\x38\x9f\xec\x6a\x44\xa3\x0e\xdd\x96\x48\x44\x55\x33\x0d\x46\ \x6b\xc6\x76\x1a\xcf\xeb\xc5\x08\x95\xb6\x59\x8e\x46\x01\x91\xce\ \xb3\xcc\x66\xb4\xbb\xd8\x3b\xbf\x9f\x3b\x0d\xa4\x78\x34\x2f\x46\ \x72\xe5\xe9\xf6\xda\x75\x5b\x0e\x57\x3d\x13\x66\x2a\x2f\x3b\xd3\ \x9d\x89\xce\x35\x43\x40\x64\x40\x02\x50\x20\x20\x4b\x6c\xf7\xa0\ \x97\x42\x14\x91\xaa\x5a\xcc\xe7\xf3\xe1\x4a\x5f\x29\xb5\x34\x33\ \x24\xb4\x99\x4d\x47\x9f\xc8\x71\x79\x5c\x21\xb4\xca\x6c\x6f\xed\ \x5c\xbf\x7e\xcd\x87\x80\xa4\x05\x70\x89\xce\x33\x63\x32\xef\x14\ \x26\x42\x04\xc5\xcc\x89\xe8\x42\x4a\x09\x48\xdd\x34\x75\xdd\x28\ \xad\xcb\xb2\x50\x5a\x6d\xed\xec\xb4\x75\x9d\x60\x7d\x66\x19\x0d\ \x86\xb3\xf9\x3c\x04\x46\xc4\xd4\x86\x6b\x44\x00\xd0\x4a\x25\xd3\ \x60\x11\xf1\xde\x67\xd6\x6a\xad\x7d\x08\x22\x22\x09\x7c\x13\x50\ \x5a\xa7\x4d\xb1\x6e\x1a\x8e\x11\x0f\xeb\x2d\x23\xc2\x91\x45\x29\ \x0d\xca\xee\x4d\xaa\xb2\xbf\x6a\x6d\xe6\xbd\x9f\xce\x66\x75\xe4\ \x5e\xa7\xdf\x3c\x7b\xa9\xbe\x34\xed\x14\xd6\x0e\x50\x95\x28\xb0\ \xb0\x85\x22\x57\x14\xd9\x40\xe5\xdd\x53\x47\x4f\x5c\x72\x17\xe7\ \xe3\x19\x00\x41\x20\x42\xb2\x26\x13\x91\xb4\xb1\x8a\x08\xa3\x40\ \x22\xa1\x8a\x10\xa2\x73\x6d\x53\xd7\x2b\x2b\x7d\xe6\x48\xb4\x9c\ \x25\x68\xad\x93\xe5\x1e\xa2\x02\x00\xf1\x11\x09\x99\xd9\x39\xa7\ \x8d\x41\xa5\x14\x80\xb1\x56\xbd\x50\xcc\x1d\x40\x7d\xec\x63\x70\ \xfb\xed\xcd\xed\xb7\xc1\xfb\xdf\xf7\x62\x14\x77\xf6\x2d\x6e\xdc\ \xfd\x37\xde\xf1\xb7\x57\xab\xcb\xfb\x93\x6b\x1f\xfc\xd0\x53\x6f\ \xfb\x9e\xef\x5d\x71\xd7\x6a\xb7\xf8\x83\x5f\xff\x35\xfb\xc6\xef\ \x3b\xfa\xe4\x6f\xfd\xc6\x23\xd7\x33\xad\xbe\x96\xc6\xb4\x76\x8c\ \x99\x29\x30\x59\xe1\x71\xeb\x82\x43\xca\xac\xb6\x1c\x6a\xcf\x11\ \x40\x04\x54\x66\x3b\xf4\xe5\x98\x6a\x22\xde\x79\xaf\x4d\xa9\x96\ \xf7\xc4\xb5\xbe\x11\x40\xa4\x2c\xd3\x86\x63\xe3\xa2\x4f\xbf\x0d\ \x6f\x82\xd8\xb1\x76\x2c\xd6\x14\x04\x28\xdc\xb8\x28\xd6\xe4\x08\ \x00\x12\xda\xe0\xb4\x2e\xd5\x4b\xea\xf4\xc1\x0c\xd6\x2e\x5e\xfd\ \x40\xef\x17\x7e\xe1\xc4\xfe\xf8\xd1\x63\x47\x33\xf8\x8a\xf6\x56\ \x4d\xdb\x6e\xef\xee\xae\x74\xbb\xdd\x7e\xd7\x44\x5b\x39\x27\x02\ \x83\xe1\x60\xb3\xdc\x54\x99\xe9\x0d\xd6\xbc\x57\x9d\xe1\x4a\xa6\ \x69\xd0\x19\x64\xb9\x75\x28\x7b\xd5\x02\x6a\x3f\xe8\x0c\xca\xa2\ \xd3\x6e\x4f\xd9\x8f\xf3\x12\x8a\x7c\xb4\x77\x75\x1c\xad\x0e\xa6\ \x5d\x28\x18\xd7\x55\x08\x4e\x9b\x9c\x05\x14\x90\x24\xa5\xc7\x41\ \xeb\xc7\x00\x09\x4b\x8d\x31\x7a\xe7\x6d\x96\xb1\xc4\x2c\xcb\x88\ \x10\x44\xda\xb6\x31\xda\x12\x29\x42\x64\x16\x0d\xd0\xed\xf6\xba\ \x65\xb7\x75\x9e\xd9\x2b\x6d\x86\xc3\x95\xd1\xca\xca\xde\x3e\x78\ \x17\xd3\x1c\x0f\x09\x21\xb2\xd2\x26\x88\x00\x07\x10\x10\x61\x63\ \x34\xa2\x84\xc8\x5a\xeb\xb5\xd5\x51\xaf\x28\x67\xe3\x49\x14\x88\ \x02\x75\x3d\x3b\xd3\xcf\x57\x4d\xa7\xbd\x66\xa8\x6e\x4c\x5e\x84\ \x20\xc2\x3e\xcf\x55\xf0\x59\xed\x6b\x23\xc8\x31\x26\xda\x02\xfb\ \x60\xad\x41\x60\x54\x2a\x84\xd8\x04\x17\x63\xb4\x26\x3f\x90\xae\ \x1c\xa6\xc4\x0c\x7a\xeb\xed\x78\x1e\x55\xff\xd8\x89\xdb\x48\x67\ \x0c\x9a\x8c\x0d\x28\x55\x53\x37\x75\x65\x50\x15\x2a\xbf\x78\xe1\ \x19\xb5\x35\x3b\xde\x5b\xb5\x5a\x09\x47\x46\x52\xdd\x61\x10\xdd\ \x41\xdb\xc9\x7b\x32\xec\x0c\x7a\x3b\xbb\xd7\x77\xd1\x81\xcd\x54\ \x64\x46\x44\xa5\x80\x83\x20\x60\x9a\x61\x27\x0c\x88\x0f\x82\x23\ \x5a\xe7\x85\x25\x8d\xff\x12\xbc\x2e\x22\x55\x5d\x29\x52\x65\xb7\ \x4c\x65\x5a\x58\x80\xa8\x69\x1a\x16\x56\x4a\xf9\x10\x6d\x8a\x66\ \xd5\x3a\x21\x30\x48\x28\x91\x19\x81\x88\x90\x14\x01\xd0\xf2\xdd\ \x8f\x44\x2c\x22\x8a\x54\x08\x5e\x84\x9d\x73\x2c\xc2\x1c\xa3\x30\ \xd4\x35\x02\x10\x42\x32\xd9\x02\x61\x04\x4a\xbb\x90\x80\xa4\x50\ \x3a\xad\x54\x96\x65\x31\x46\x89\x51\x5b\x1b\xbc\x47\x40\x06\x4e\ \x25\x1e\x89\x7c\xdb\xf8\x10\xb5\x52\xcb\x53\xe7\x61\x02\x0e\x41\ \x50\x14\x52\x64\x98\x4e\xe6\x17\x2e\x5d\xdb\x3c\x76\x34\xcf\x2d\ \x2a\x0b\x8b\xc5\x7c\xff\x86\xbf\x7c\x35\x63\x36\x6d\xa8\xb6\xc7\ \x85\x76\xe2\xf1\xc6\x64\xe6\xbb\x27\x4e\xde\x71\x67\x7e\x7c\x78\ \xeb\x7d\xf7\xcd\x17\xd5\x67\x1e\x7e\xa4\x9a\xd7\x6d\x1b\x44\x60\ \xeb\xfa\xf5\xba\xa9\x92\x37\x03\x73\x40\x48\x87\x4e\x10\x01\x01\ \x08\x21\x8a\x88\x31\xd6\xb9\x46\x21\xc5\x98\xee\x11\x79\xe7\x9b\ \xba\xcd\x8b\x3c\xcb\x72\x56\x02\x22\x0a\xd1\x1a\xd3\xb6\x4e\x69\ \x04\x6d\x8c\xd2\x2f\x8c\x2d\x83\x08\x55\xa5\x3e\xfe\x71\xb8\xe7\ \x1e\xe9\xff\x29\x63\xb7\x17\x74\x3c\x30\x05\x4d\x9e\xfc\xf5\x5f\ \xf9\xa5\xf3\x5b\x0b\x3c\xf5\x46\xda\xf9\xd4\x4f\xfd\xe4\xff\x31\ \xfa\xd6\x7f\xfe\xfd\x6f\x7f\xd5\xc7\x5a\x63\xd5\xd7\xb6\xa3\x84\ \xd0\xac\x9f\xfa\xbe\xd7\xad\x36\x7f\xf0\xe8\x6f\x8d\x83\x20\x9a\ \xd5\x23\x6f\x7f\xeb\xdd\x6f\x73\x37\x7e\xef\x7d\x8f\x3f\x78\xfb\ \xcb\xfe\xd6\x2b\x8e\x9c\x61\x46\x72\x97\x3e\xfc\xd0\xcf\x5f\x0b\ \x5a\x7f\x29\xea\x23\xdc\xaa\xee\xab\xfe\xca\xdd\xaf\x7a\xec\xb1\ \xff\x70\x61\xba\x40\x04\xdb\x7b\xcd\xb7\xbd\xe2\xbb\xfa\x3a\xce\ \x77\x7e\xe7\xbd\x8f\x3e\xb8\x76\xea\x7b\xde\x7a\xe7\x6b\xf7\xae\ \xbe\xeb\xc3\x9f\xff\x78\x54\x16\x01\x24\x56\xbd\xa3\xdf\xf9\xa6\ \x93\xbd\x8f\x7c\xfa\x9d\x53\x81\xce\xea\x37\x7d\xc3\x89\xf2\xc1\ \x47\x7f\x73\x01\xa4\xf2\xbb\xde\xfe\x75\xaf\x7d\xea\xf3\xbf\x74\ \xa9\x55\xfa\xa5\x04\x2f\x51\x08\xd3\x5b\xce\x6c\x14\xf9\x99\x9d\ \xdd\x47\x8e\x1f\xfb\x93\xba\xfc\xc0\x93\x7a\xaa\x09\x42\x3d\x5f\ \x5f\xe9\x67\x9d\xbe\x81\x42\x5c\x63\x35\xe5\x99\x0a\x4d\xd3\x88\ \xb2\xbd\xee\xd0\x76\xd7\xfa\x2b\x31\x03\xd7\xd3\x8a\x60\x44\x85\ \x6e\x70\xb6\x3f\x66\x3f\xe9\x1e\x09\xb3\xad\xf9\xf6\x93\xa6\x86\ \x6e\xe7\x64\xd6\xf8\xf9\x34\xb6\xdb\x6e\xa6\x50\xa9\xa0\x82\x56\ \x80\xc4\xc1\x23\x02\xa1\x12\x89\x81\x59\x04\x22\x0b\x8b\xc4\xc8\ \x8d\x73\x90\x32\x0d\x40\xb2\xcc\x10\xa2\xf3\x3e\xcd\xfd\xb4\x32\ \x4a\xa9\xe8\x55\xb7\xd3\x51\x4a\x09\xbb\xb2\xd3\xad\xea\xda\x66\ \x99\xc9\x32\x1f\x63\xe0\xa8\x80\x04\x89\x23\x0b\x60\x56\x96\x5c\ \x63\xd5\xb6\x9a\x50\x84\x11\xb5\x52\x4a\x98\xb5\xd1\x8a\x00\x7d\ \x8c\x8e\xbd\xd2\xd3\xb6\xc9\xc0\x57\xd3\x9d\xb5\xd1\xca\xe9\xb5\ \xd5\xc9\x98\x76\x67\x55\x96\x15\x1c\x2a\x52\xb8\xba\xb1\xe2\x5c\ \x67\xb1\x58\xb8\xe8\x35\xa8\xb6\x6d\x41\x81\x36\x1a\x48\xef\x8f\ \xa7\x48\xe4\x10\x05\x55\x53\xd7\x03\x54\x87\x0e\x7c\x93\xa0\x9f\ \x7a\xe2\x32\x77\xf6\xc4\x8e\x24\x42\x59\x76\xf3\x5e\x2f\x1f\xf6\ \x03\x7a\xef\x98\xda\xd0\xcc\xa7\x61\x32\xc9\xac\x1f\x2f\x2e\x2a\ \xb7\x58\xdf\xe8\xce\xf6\xaa\xdd\xbd\xe9\xfa\xa9\x5b\x6e\xb9\xe3\ \x0e\xd5\x1f\xe4\xa3\x95\x51\x77\xe5\xe8\xc6\x11\x54\x6a\x3c\xd9\ \x63\x09\xcf\x5e\x78\xc6\xb5\xb5\x26\x0b\x48\x51\x40\x01\x00\x92\ \x00\xc7\x98\x5a\x78\x6c\x1a\xe7\x43\xd4\x9a\x10\x88\x85\x13\x0c\ \x93\xe7\x79\xe2\x5c\x27\x0c\x9d\x88\x80\xa1\x3f\xe8\x6b\xad\xbc\ \x8f\xc6\x68\x66\xd6\xda\x10\x92\x00\x32\x0a\x30\xa7\xa3\x40\x88\ \x09\xa9\xc7\x25\x0a\x01\xa8\x08\x89\x74\xa2\x54\xb6\x6d\xeb\x9d\ \x53\x4a\x45\x61\x85\xe4\x83\xdf\xdb\xdd\xe9\x0f\xfa\x06\x91\x39\ \x0a\x62\x42\xd5\x44\x04\x51\xca\xb2\x74\xce\xe3\x17\x11\xd8\x8d\ \xcd\x10\x29\xc6\x58\x2d\x6a\x8e\x51\x29\x12\x01\x14\x06\x60\x91\ \x17\xe2\x2d\x23\x81\xdb\x52\x2b\x8a\xdc\x2e\x9a\xed\xdd\xbd\xfe\ \xe6\x86\x42\x30\xc0\xb4\xa8\xae\x3f\xfa\x85\x21\x32\x92\x0b\xce\ \x31\xd4\xb1\x71\x00\x43\x1c\x15\xa3\xe3\x67\x07\xa7\x6f\x05\xf0\ \x28\xcd\xa8\xdf\x7b\xfb\xdb\xfe\x32\x29\x53\xcd\x5b\x01\x39\x77\ \xfe\xa9\xeb\xd7\x2f\x9f\x3b\xf7\xd4\x62\xb1\x30\xc6\x1e\x30\x36\ \xd3\x81\x89\x62\x64\xef\xc3\x92\xb8\x45\x2a\x7a\xaf\x34\x71\x94\ \x3c\x2b\xac\xc9\x40\x80\x43\x8c\xde\x8b\xd6\xc6\x68\x85\x68\x94\ \x12\x16\x85\x64\x8c\x15\x7e\x21\xde\x32\xc6\xd0\x23\x8f\xd0\xf9\ \x67\xe4\x6f\xfd\x4d\xe9\x94\xf8\xa2\x15\x77\x09\xce\x6c\xdc\xf3\ \x3d\x3f\xf0\x8e\xab\xe7\x3f\xf6\x9b\x0f\xb7\x6a\xf5\xce\x6f\xfb\ \x2f\x7f\xc0\x9e\xc8\xbe\xf0\xd9\x67\xc3\xd9\x97\x7d\x4d\xf7\x49\ \xb8\x51\x9d\x57\xbc\xf5\x81\x1f\x38\x5d\xfd\xfe\x47\xa9\x38\x75\ \xfc\xee\xaa\x8a\x6f\xbe\xf7\x5b\x77\x9e\x7d\x57\xef\xcc\x77\x7f\ \xfd\xfc\xea\x83\xcf\xfd\xde\xf8\x9a\xd9\xbc\xf5\xef\xbc\x61\x08\ \x8b\xc0\x08\x08\x92\x94\x11\x09\xe6\xf3\x1e\x46\xaf\x7e\xc5\xdf\ \x79\xed\x09\xfd\xcc\x17\xde\xb9\xba\xfe\xda\xbe\x7f\x72\xa7\xbc\ \x63\x8d\x2e\xbc\xff\xa1\xdf\x76\x71\x4e\xdd\xd7\x7f\xe3\x3d\x6f\ \x3a\xff\xf9\xdf\x39\x7a\xc7\x5f\x7f\xcd\xf4\x99\x0f\x5d\xd9\xcd\ \x14\x38\x19\xbc\xec\xec\xb7\xbf\xee\xd6\x23\xbb\xcf\xbd\xe7\xc3\ \x97\xb7\x56\x87\x0f\xbc\xed\xfe\x37\x4d\xaf\x7f\xe8\x43\x17\xaf\ \xdf\x71\xf7\x7f\xfd\xf6\x97\xdf\xbe\xf3\xec\xff\x7b\xa1\x16\xfd\ \x52\xea\xde\xd1\x87\xea\xe4\xc9\xc9\xea\xea\x9d\x37\x6e\xe4\xe1\ \x2e\xfe\xca\x1b\x4f\x8c\xd2\xd6\x3e\xf6\x00\xd1\xee\x8f\x17\xdd\ \xa2\xc3\x2c\x79\xd6\xb7\x99\xce\x33\x5b\xae\x6d\x3a\x32\xab\x67\ \xc0\x30\x51\x60\x31\x40\x36\xe4\x4a\xe3\x5e\x3d\x7b\xe6\x8a\xaf\ \x1b\x93\xb7\x34\x0c\x1e\xdb\xfd\xe9\x34\x5f\xdf\x40\x65\xbc\x8b\ \x62\x4c\x0c\x10\x23\x29\xa3\x84\xc5\xb3\x23\x45\x89\x68\x48\x5f\ \x7a\x3a\x5c\xb6\x8a\x80\x29\x7c\x35\xad\x0a\x63\x8c\xb5\x16\x91\ \x98\x99\x43\x64\x96\xb2\xec\x28\xa5\x11\x93\x36\x04\xb6\xb6\xb6\ \x4e\x9c\x38\x1e\x83\x4f\x12\xc7\x84\xc3\x24\x9a\x30\x91\xea\x75\ \x7a\x89\x36\x17\x63\x44\x44\x06\xd1\x5a\x73\x8c\xc2\x92\x67\x99\ \x31\x19\x12\x64\x79\xd6\xed\x74\x5c\xdb\x5a\x63\x48\xa9\x28\x52\ \xd5\x95\x36\xa6\xc8\x8b\x10\x42\xb7\xdb\x1d\x8f\x27\x88\x68\xb3\ \x6c\x51\x57\x84\x24\x00\x9a\x94\xb5\x59\xeb\x9c\x52\x8a\x94\x42\ \x20\x75\x78\x7d\xb8\x30\xe2\x70\x63\xb3\xd2\x34\xa9\xab\xd2\x96\ \xa4\x8d\x0b\x9e\x82\xcb\x8c\xf6\x80\xb3\xad\xed\xd9\x85\x6b\x23\ \xa0\xd0\xb4\x31\xf8\xd6\xb7\x95\x33\x34\xe8\x99\x21\x9e\x79\xf9\ \xcb\x3a\x83\x95\xc0\x31\xb6\xe3\x33\xa7\xd7\x4e\x9f\x3a\x0a\x48\ \x82\x38\x99\x8e\xaf\x5c\xba\xf5\xc6\x8d\x9d\x47\x1f\x7d\x22\x46\ \x00\x48\xd5\xfd\x79\xfc\x2d\xc4\x38\x9b\x4e\x10\x51\x84\x11\x40\ \x22\xa4\xfe\xd2\x18\x23\x07\x23\x64\x16\x0e\x21\x80\x40\xa7\x53\ \xf6\x7a\xbd\x9d\x9d\x5d\x42\x12\x06\xa3\x0d\x22\x0a\x1e\x34\xbf\ \x22\x5f\x7a\x6a\xb9\x59\xdf\x29\x8d\x54\xbd\xf7\x49\x42\x0c\x08\ \x59\x66\x99\x39\xd1\xed\x87\x83\x01\x29\x8a\x2e\x88\x52\x22\x40\ \x84\x84\xca\xd8\x2c\x55\xc4\x18\x63\x72\x13\x23\xa2\x44\x9f\xaf\ \xab\x8a\x88\x96\x6f\x13\x16\x8e\xc1\x68\x3d\x1a\x8d\xe8\x8b\x46\ \x77\x5f\x73\x75\x17\x0e\x21\x68\xad\x9c\x8f\x3b\xdb\xdb\xc7\x9b\ \xd3\xfd\x6e\x11\x7c\xd8\xbb\x76\xbd\x9d\x4e\xcd\xa8\x1b\x2d\xce\ \x5d\x04\x93\x6b\x6b\x2a\x87\x47\x4f\x9c\xaa\xa0\x17\xfd\x1c\x20\ \x8a\xcc\x45\x42\x20\xc7\xad\x32\xb6\xf0\x21\xde\x7a\xdb\xe9\xb3\ \x77\x9c\x39\x72\x74\xf3\x03\xef\xff\x00\x33\x6a\xad\x58\x18\x0e\ \x06\x1e\x31\x86\x18\x63\xfa\x84\x45\x12\x2b\x09\x11\x97\xd0\x19\ \x00\x00\xe4\x79\xde\x34\x8d\x31\xc6\x66\x66\x7f\x3c\xc9\x72\xa3\ \xb5\x56\x6a\x69\x73\x7f\xd8\xf7\x97\xb5\xf4\xf8\xe3\x62\x34\xbf\ \xf2\x95\xc8\x2f\x22\xea\x8d\xda\x36\x97\x3f\xf9\xef\x7e\xfa\x7f\ \xfd\xd7\xbf\xf4\xfb\x33\x47\x04\x6c\x56\x6f\x7f\xc5\x19\xf5\xd0\ \xc3\xe7\x40\x7d\x2d\xa1\x2a\x12\x1d\x0c\x5e\x71\xe7\xdb\x27\x97\ \xde\x75\x7e\x3a\x13\xb5\x72\xc7\x99\x6f\x3c\x7b\xec\xde\x5e\x38\ \xff\xc8\x93\xbf\xf6\xe9\x2b\x57\x8e\x1f\xbb\xbd\x99\x3d\x73\x79\ \x2a\x27\x57\xcc\xa7\x1e\xfb\x8d\x31\x6b\x85\xa2\xec\x70\xd0\xd9\ \xe8\xd8\x1c\x80\x7d\xe0\x93\xb7\xfc\x95\x35\xf7\xf0\x27\x2f\x9d\ \x17\xd1\xc7\x8e\x7d\xc3\x1d\xab\x47\x94\x62\x5b\xdc\x7a\x7a\xb4\ \x59\x2f\x76\xbb\xeb\xf7\xe7\xf5\x67\x3e\xf9\xf4\x7b\x3e\x77\x6d\ \xff\xf8\xd1\x97\xe9\x18\x62\xf4\xc5\xca\xfd\xa7\xcd\xa5\xff\xf4\ \xb9\x8f\xdd\x76\xcb\x5b\x0b\x69\xad\x69\x2f\xee\x3e\x77\xea\xe4\ \x1b\xbb\x9d\xb3\xf7\x6c\x76\xce\xed\x5c\xd0\x59\xf9\x92\x4b\xf2\ \x16\x89\x45\xfe\xf4\x91\xcd\x13\x93\x49\xc7\xf9\xaf\x54\xdc\x45\ \x40\x2b\xd3\xe9\x0e\x8c\x29\x4e\x9e\xbe\xad\x37\x5c\x1f\xac\x1e\ \x3b\x7b\xd7\xfd\xc7\x4e\xdd\xb9\x3d\xf6\x4f\x9c\xbb\xee\xa4\xf0\ \xd4\xc1\x7c\x25\x5b\x3f\x6a\xd6\x8f\x70\xd9\xf7\x41\xe7\xd8\x99\ \x5c\xdc\xa9\x2e\xed\xf7\x1b\x6d\x04\x28\x43\xcc\x69\x9f\xeb\x05\ \x46\x27\x90\x51\xd1\xd1\x1d\x0d\x36\x30\x2e\x1a\xb7\x34\x05\x06\ \xe1\x25\xdb\x61\x89\xcd\x00\x88\x00\xb2\x48\x08\x21\x59\x0c\x6a\ \x4d\x78\xc0\x71\x1e\x8f\xc7\xb3\xd9\x8c\x88\xb2\x2c\x13\x59\x32\ \x31\x98\x63\x0c\x91\x14\x19\x6b\x2f\x5d\xba\x1c\xc2\x72\x34\x97\ \x40\x4f\x52\x2a\xb5\xff\x89\x53\x61\xac\xe9\x76\xbb\x4a\xe9\xd4\ \x0c\x2e\x16\xd5\x7c\xb1\x30\xd6\x28\xa5\x8c\xd6\x88\xb8\x58\x2c\ \xa6\xb3\xe9\x6c\x31\x33\xd6\xf6\xfb\xfd\x2c\xcf\x99\x79\x7f\x3c\ \x9e\x2f\x16\x55\xdd\x44\x66\x41\x10\x14\x9d\x59\x9d\xd9\xc8\x8c\ \x8a\xca\xb2\xd3\xed\x76\x3a\x9d\xae\x31\x56\x69\xbd\x04\xaf\x0f\ \xb1\x22\x00\x02\xe2\xda\xc9\x93\xeb\xc7\x8e\x91\xb1\xb6\x53\x46\ \x60\xef\x9d\x6b\xaa\xdc\x68\x6e\xea\xd9\xd6\x16\xce\xe7\x5d\x42\ \xc5\xe2\x59\xc0\x16\x35\x63\x15\xe0\xec\x3d\xf7\xce\x9b\x7a\x6f\ \xb6\x57\xd5\x7b\xf3\xe9\xb5\x7a\xbe\x1d\xeb\x3d\xf1\x0b\x76\x0b\ \x76\xf5\x99\x93\x27\xde\xf6\x96\xb7\x9c\xbd\xfd\x0e\x3c\x20\x6f\ \xa4\x7f\x2c\x9c\x58\xf0\x55\x5d\x47\xe6\x03\xfd\x17\x26\x4e\x4d\ \x02\xc7\xd2\x6d\x4a\xf8\xbb\xd6\xba\x28\x8b\xcd\xcd\x4d\xef\x7d\ \x08\xa1\x28\xf3\xb4\x4d\x02\x00\x11\x69\x9d\x5e\x7a\x22\x2b\xd2\ \xd2\xf2\x73\x79\x4f\x97\x76\x02\xe9\xeb\x84\x84\x40\x8a\x48\x62\ \xec\xf7\x7b\x27\x4f\x9e\xe0\x18\xad\xb1\x80\xc9\xec\x17\x62\xe4\ \xc8\x4c\x88\x9d\xb2\xd3\xe9\x74\x08\x31\x78\x9f\x66\xab\x31\x04\ \xef\x1d\x33\x1b\xad\x41\xc0\xfb\x80\x20\x8a\x28\x2f\xf2\xd1\x68\ \x84\x87\xf7\x96\xe1\x34\xd6\x17\x01\xa5\x68\x67\x7b\x3b\xd4\x8d\ \x0a\x3c\xbe\xb1\x75\xe9\xfc\xb3\x19\x29\xa5\xa1\x96\x06\x06\xdd\ \xde\x2d\xb7\xd3\xda\x49\xec\x6e\xd6\xad\x84\xba\x56\xe4\x4c\x86\ \xb6\xb0\x8c\x6d\xe4\x8a\xc8\x0b\xba\xe0\xeb\xaa\x9a\x39\xe7\x6e\ \xb9\xe5\xd6\xfe\x60\x14\x19\x53\x5c\x49\xfa\x43\x09\x85\x0f\x31\ \x0a\x08\x8b\x70\x8c\x49\x4c\x97\x2a\xfb\x52\xd1\xba\x94\x6b\x63\ \x59\x96\xaf\x79\xcd\x6b\x4f\x9d\x3a\xa5\x48\x21\x61\xdb\x3a\x11\ \x39\x6c\x71\x47\x84\x10\xf4\x83\x0f\x42\xbf\x2f\x67\xcf\x82\x77\ \x2f\x66\x1b\xa9\xf2\xa2\x2c\xcb\xb2\xc8\x34\x99\x0c\xe7\x17\xdf\ \xfb\x4b\x3f\xf9\xce\x4f\xb6\xdf\xfe\x1d\x6f\xe9\x68\xa5\xbf\x6a\ \x58\x26\x72\x5c\xdb\xfc\xfa\x63\xea\xdc\x27\xce\x3d\x0c\x68\xd0\ \x5f\xfc\xe0\x47\x7f\xec\xfc\xdc\x1b\x61\x01\xe2\xe0\xd0\xe4\xc2\ \x78\xf4\xe4\x5f\x5a\x71\x4f\x3d\xb5\x73\x43\x13\xc5\xe0\x46\x27\ \xbe\xfd\x3b\xde\xf8\x3f\xfc\xa5\x53\x77\x41\xac\x4d\xe7\xeb\xee\ \x3e\xb2\xfa\x99\x27\xde\x35\x63\x45\xd8\x3c\xfe\xd8\x4f\xfd\xe7\ \xe7\x9e\x75\xfb\x1f\xfb\xf0\x53\x9f\x38\x72\xf6\xef\x7f\xe7\x2b\ \xbf\xa5\x34\x10\x62\x0b\xa4\x62\x70\xa4\xba\x04\x1c\x85\x4e\x1e\ \x7d\x3d\x4e\x3e\xf2\xe1\xc7\xdf\x6b\xd6\x5e\x7f\xa4\xdb\x2d\x32\ \x73\xe1\xe9\xf7\xee\xdb\xbb\xdf\x7c\xdf\x5f\x95\xfd\x8f\x3f\xb9\ \xbd\x53\xe6\x1d\x78\x09\xce\x84\x45\x9e\x5e\x5d\x3d\x52\x55\x47\ \xa7\x93\xaf\xe4\x20\x86\x08\x79\x5e\x58\x6b\x43\x94\xfd\xe9\x82\ \x4c\x31\xaf\xc3\xc2\x41\x1d\xcd\xdc\xa9\xad\x89\xbb\xb1\x33\xdf\ \xd9\x5b\x54\x01\x17\x5e\x3c\xaa\x28\xda\x4a\x36\x7e\xee\x9a\xdb\ \x9e\x15\x62\xfc\xb8\x6a\x26\x33\xb7\x58\x2c\x24\xd2\x4a\x7f\x74\ \xea\xc4\x68\x73\xf3\xe8\xe6\xd1\xa3\xab\x1b\x47\x37\x36\x6e\xbf\ \xe3\xec\x99\xdb\x6e\xd9\xd8\x5c\x4b\x07\x70\x24\x8c\x31\x7c\xe9\ \x75\x12\x10\x70\xde\x31\xb3\xd6\x1a\x80\x52\xad\xc9\xb2\xac\xd3\ \xe9\x96\x65\x01\x20\x75\xd3\xa4\xee\x26\xb1\x9e\x11\x29\xf8\x60\ \xb4\x59\x2c\x16\x02\x1c\x53\xa1\x4a\x0d\x52\x8c\x22\xe0\x7d\x70\ \xce\x39\xef\x9c\x77\x89\x54\xd3\xe9\x74\xda\xb6\xd5\x5a\x6f\x6c\ \xac\xa7\x58\xd7\x64\x54\x22\x00\xf3\xf9\x7c\x32\x99\xd6\x4d\xb3\ \x32\x5a\x2d\x8a\x12\x10\xf3\xa2\x30\x36\x9b\x2f\xe6\xcc\x1c\x63\ \x6c\x9c\x23\xa3\x94\x56\x80\x68\x8c\xe9\xf6\xba\xc3\xe1\xca\x60\ \x30\x1c\x0c\x06\xdd\x6e\x8f\x0e\x3b\xa3\x42\xc0\x85\xf7\xb5\x08\ \xe5\x99\xc9\x73\x45\x3a\xf8\x10\xbc\x0f\xae\x95\xa6\xd9\xbb\x7c\ \xb9\xda\xd9\x36\x19\x79\xf2\x0b\x74\x66\x75\xd8\x39\x7e\x2c\xe4\ \x3d\xdb\x5d\xbd\x71\x63\xdf\xaa\x6c\x6d\x65\xd0\xeb\x75\x7a\x9d\ \x5c\x7c\xed\xda\x05\x8b\x57\x18\x0d\xc9\x62\x3e\xb3\x99\x3d\x7d\ \xea\xa4\xf7\xfe\x8b\xf4\x88\x29\x05\x2b\x12\x42\xd3\x34\x8b\xf9\ \x7c\xd9\xb1\xa3\xf0\xd2\x41\x57\x10\x30\xd5\xf1\xc4\x45\xf1\xc1\ \xbb\xd6\x9d\x3e\x7d\xfa\xae\xaf\x7b\x59\x96\x65\xde\x07\x6d\x34\ \x33\x0b\x27\x6e\xe2\x92\x46\x79\x50\x61\x13\xb4\x02\x07\xa6\x12\ \x90\x6c\xe5\x8d\xd1\x80\x80\x28\x21\x78\xad\xe9\xe4\xf1\x63\x59\ \x9e\x55\x55\x95\x40\x9e\xd4\x41\x67\x99\xed\xf7\xfb\x9d\x6e\xd7\ \x39\xd7\xb6\x8d\xf7\x5e\x98\x01\x81\x08\xb5\x52\xde\x7b\xe6\x18\ \x42\xd0\x5a\xaf\xad\xae\x12\x21\x00\xf6\x7b\xfd\x5e\xaf\x0b\x87\ \x4c\x37\x4c\x17\x43\x90\x90\x91\x95\x56\xd5\x6c\xee\x16\x15\xb2\ \xc4\xaa\xb1\x2c\x5a\x78\x3e\xdf\x1d\x1c\xeb\x1f\xbf\xff\x65\xfd\ \x5b\x6f\x83\xd1\xf1\x46\x75\x7d\xd0\xc3\xd1\x4a\x0c\xae\x59\x4c\ \xe7\x8b\x45\x8c\x31\x46\x2f\x12\x85\x7d\x9e\x9b\x41\xbf\xdb\xe9\ \x16\x3b\x3b\x3b\xd3\xe9\x4c\x29\xb3\x1c\x64\xa7\x6b\x02\x00\x80\ \x75\x55\x31\x47\x84\x25\x39\x28\x5d\x26\x01\x49\x9c\x99\x18\x63\ \x53\x37\x84\xd4\x36\xed\x91\x23\x47\xde\xf8\xc6\x37\xf6\x07\xfd\ \x10\x02\x29\xf2\x87\xb7\x1f\xd0\x9a\xf6\xf6\xd4\x67\x3f\x1b\xef\ \x7f\x05\x6f\x6c\x82\x0f\x2f\x5a\x61\x37\x30\x3e\xff\xee\x77\xed\ \x6c\xd5\x4a\x67\x99\xec\x3c\xf9\xee\xf7\x5e\x0e\x59\xf1\xf8\xfb\ \xff\x63\x73\xb2\xb7\x68\x2f\xc3\x74\xcf\x7c\x75\xf5\x9d\x01\xd7\ \xd6\x5f\x7b\xcb\xb1\x6e\x67\x54\x9e\x5a\x19\x6d\x3f\xfb\xae\x0f\ \x5f\xb9\x58\x37\x63\xce\x6f\xb7\x4a\x77\x3a\x2b\x61\xfe\x19\x8f\ \xe5\x89\xd5\x3b\xf7\xf7\x7e\x6b\x1a\x94\xb1\x08\x3a\xdb\xbe\xf0\ \xce\x77\x3e\xf7\x2b\xc0\x91\x51\xf5\x7a\xf7\xde\x7e\xf4\xbe\x95\ \xec\xc8\x91\xcd\xbb\xb6\xaa\x07\xce\x4d\x3e\x01\x64\x62\x7d\xe9\ \x89\x2f\x3c\xf4\xf9\x1d\xf7\x77\xdf\xf0\x80\xd9\xbe\xa2\xf2\x0d\ \x03\xd8\xe9\x0c\x7d\x7d\x2d\x20\x02\x0e\x6e\x39\xfd\xba\x13\xf9\ \xf1\xef\xec\x86\xcd\xd1\xbd\x77\xac\x9e\xba\xa1\x33\xd9\x7f\xfc\ \x91\x78\xcf\xdf\x7f\xd5\xeb\x7f\xfd\x83\x3f\xa4\x8e\xff\xe0\xaa\ \x2e\x0e\xad\x67\x79\x11\x61\x77\x91\x67\x56\x57\x2b\xa5\xce\xee\ \xee\x3e\xb1\xb9\xf9\xe5\x99\x61\x22\xdb\x3b\x5b\x4d\xd3\x64\xc6\ \xae\xac\xac\x6c\xac\x6d\x54\x2e\xec\xcf\x1b\x04\x38\x72\xea\xb6\ \xce\x68\x43\x4c\x69\xcb\x52\x93\x6d\x9b\x68\x33\x5d\x88\x1a\x5f\ \xdf\xbb\xfe\xb9\x27\x8f\xe9\x32\xc4\x18\x63\x68\xbc\xe4\x54\xac\ \x9e\x18\x74\xd4\xa9\xf5\xe3\xb7\x30\x23\xb0\x20\xe2\x5d\x77\xdd\ \x71\xc7\x5d\x77\xb4\x8e\x5d\xdb\x5c\xbe\x74\xe9\xc2\x85\xe7\xce\ \x9f\x7f\xf6\x40\xc0\xf4\x45\xfd\x2e\xca\xf2\x30\x4e\x8a\x25\xa6\ \x5e\x32\x84\x90\xba\x42\xef\x3c\x21\xc6\x18\x1f\x7b\xec\xb1\x9d\ \x9d\x9d\xb6\x6d\x45\x30\x31\xea\xac\x35\x1c\x45\x91\x4a\xbc\x62\ \x11\x89\x31\x18\x63\x44\x24\x84\x10\x39\x42\x00\x42\xa5\xb4\x36\ \xc6\x34\x4d\xf3\xcc\x33\xe7\xad\xb5\xc2\xdc\x34\x4d\xa7\x5b\x96\ \x65\x27\xcf\x32\xe8\xf5\xe6\xd3\xc5\x7c\xbe\x10\xd9\x52\xa4\x94\ \xd2\x80\x54\x64\xd9\x6c\xce\x40\x18\x22\x13\x48\xb2\x4e\x4c\x1e\ \x28\x84\x84\x44\xa2\xc1\x9a\xac\x75\x89\xc7\x7d\x48\x93\x13\x65\ \x8c\x8b\xb1\x20\x55\x64\x79\x74\x5e\x31\x00\x04\x4b\x39\x39\x57\ \x6d\xed\xe8\x18\xa6\x6a\x01\xb6\x18\xde\x76\xbc\xbf\x71\xdc\x61\ \xac\x64\x7f\x6f\x36\x5b\x1d\x1d\x1d\x16\xbd\xf9\xb5\x1b\x4c\x11\ \x08\x05\xb5\xd5\x10\xeb\x5a\x77\x7b\xdd\x41\xaf\x33\x20\x17\x9a\ \x27\x9f\xfe\x02\x68\x88\x1c\xf5\x01\xdb\x42\x80\x13\x5b\xa3\x6d\ \x9b\xe9\x6c\x3a\x18\xf4\x40\xc4\x7b\x0f\x02\xa9\x88\x80\x80\x52\ \x4a\x69\x75\xb3\xa9\x8c\xc2\x79\x51\xdc\xff\xaa\xfb\x49\xeb\x67\ \x9f\x7d\x2e\xe1\x30\x9c\x92\xb4\x96\x1d\xff\x52\x5f\x96\xfe\xeb\ \x66\xe7\x1e\x63\x4c\x76\x8f\x59\x9e\xbb\xa6\xb5\x5a\x85\xe0\x57\ \x47\x2b\x79\x9e\xcf\xa7\xd3\xba\xae\x9d\x77\xc9\x2b\x2c\x84\x60\ \xad\x05\x90\xf1\x78\x1c\xbc\x47\xa5\x92\x82\x54\x44\xa2\x0f\x36\ \xcb\xc0\x41\xe2\xcf\x94\x65\x79\xfa\xf4\xa9\xed\xed\xe2\xfa\xb5\ \xab\xde\x3b\xa2\x43\xca\x98\x12\x90\x94\xa8\x99\xa4\x14\x33\x87\ \x18\x26\xbb\xbb\x70\xfa\x8c\x06\x2c\xb4\x76\x75\xa5\x4c\xdd\xdd\ \x3c\x0d\x43\x3b\x6d\xb9\x3c\x72\x22\xf8\xdc\xcd\x77\xaf\x3f\x7b\ \x49\xdb\x02\xb3\x82\x0d\x85\x80\x65\x6e\x97\x2e\xf4\x9a\x80\xa3\ \x42\xb8\x7e\xfd\xaa\xf7\xce\x18\x4d\x8a\x10\x98\x45\xd4\x72\x93\ \x83\xd9\x6c\x96\x66\xc5\x4b\x75\x74\x88\x4c\xcc\xcc\x49\x32\xa6\ \xb4\xca\x8b\x3c\xf8\x60\x33\xeb\x83\x4f\x2d\x45\x96\x65\x1c\x39\ \x86\x78\xd8\xe2\xae\x14\x6e\x6f\xe3\xb9\x67\xe2\x77\x7f\xf7\x8b\ \x4a\x34\x47\x22\x68\xf6\x9f\x7e\x6a\x47\x1b\x4b\xa4\xa5\xda\x7d\ \xea\xa9\x6d\x63\x2d\x34\x5b\x4f\x7c\xfe\x86\x42\x11\x32\x5f\x25\ \xa5\xcc\x28\xf3\xdc\x17\x7e\xe2\xe7\x9f\xc4\xfe\xd1\x6f\xfe\x96\ \xdb\x6f\x7d\x7a\x4a\x6f\x7f\xf3\xff\x72\xf1\x89\x77\x3e\x39\xfe\ \xfa\x6f\x7a\xdb\x4f\x65\xb9\xfd\xf4\x27\x1e\x01\x3b\x3a\xb2\xba\ \x31\xfd\xdc\xb3\x91\x0e\x1c\x11\x99\x19\x22\x00\x12\xe5\x8b\xbd\ \xf7\xfe\xc2\x7b\xde\x4f\xc5\xed\xdf\xf4\x9a\xef\x7f\xe6\xca\xd3\ \x77\xdc\xfd\x8f\x8f\x56\xef\xfb\x7c\xb5\x79\xdf\x89\x5b\xcb\xc1\ \xcb\xe7\x3b\xbf\x79\xf9\xea\xa3\x97\x6f\xff\xd1\xbf\xf6\xb6\xff\ \xcd\xe4\xf5\x83\x1f\xfb\x9c\x20\x77\xd7\xbf\xe1\x6c\xf6\xcc\x7b\ \xfe\xf0\xff\xdc\xf2\xfc\xd4\xec\x1d\xaf\x3d\xfb\xcd\x1c\x73\x54\ \x6a\xeb\xc2\x7f\x7c\x37\x7c\xe2\xc9\xed\xdd\xfb\x6e\xe9\x14\xb6\ \xff\x12\x2c\xee\x28\x30\xc9\xf3\x2b\xfd\xde\xd9\xed\xdd\x2f\xdb\ \xb9\xa7\x15\x49\x24\x5a\x63\xe3\xeb\xf1\x04\xb2\xcc\x06\x89\x65\ \xb7\x23\x40\xd6\xd8\x72\x65\x84\x4a\x65\x36\xe3\xa6\xcd\xb5\xd1\ \x0a\x65\xd1\x56\xcf\x5d\x29\x1a\xaf\x7a\x32\xd7\x9e\x31\xda\x72\ \x18\x40\x17\x2b\x6b\xca\xac\x2f\xda\xc6\x20\x29\x61\xe0\x18\x91\ \xc1\x1a\x93\x19\xa3\x8b\x3b\xee\xbc\xe3\xec\xd9\x3b\x9a\xe6\xdd\ \x57\xae\x5c\x51\x4a\x21\x2e\x25\x8e\x84\xc4\x31\xc4\x18\x43\x8c\ \xcc\x11\x50\x94\xd2\xa9\xeb\x49\x1c\x44\x6d\x8c\x42\xaa\xeb\xf6\ \xfc\xf9\xf3\xf3\xf9\x4c\x29\x03\x80\xcb\xf2\x21\x07\x0d\xa3\x2c\ \x77\x0c\xa5\x74\x8c\x69\x75\x70\x02\x91\x5d\xe3\xe6\xb3\x79\x5e\ \x64\x9d\x4e\x51\x55\x55\xd3\x38\x00\x48\xae\x87\xdd\xee\x66\x51\ \x14\x79\x6e\xf7\x76\x76\xb7\xb7\x17\xf3\xf9\xa2\xdb\xed\x6a\x65\ \x10\x79\xe6\xfc\x64\x32\x11\x90\x3c\xcb\x23\xcb\x01\x7b\x5c\xa2\ \x0f\x8b\xd9\x22\xcb\x33\x22\x13\x39\xee\xee\xef\x0f\xfb\xfd\xc3\ \x2d\x9d\xc4\xf3\xc8\xcb\xa2\x5b\x74\x48\x40\x02\xef\x6c\x6d\x2f\ \x9a\xd9\x5d\x9d\x3b\xad\xcd\x7a\xca\x04\x81\x26\x3a\x4d\xfa\xcc\ \xd9\x93\x93\x16\x55\xd9\x5d\xed\x0e\xaa\x6a\x7f\xb2\x37\x9b\xed\ \x5f\x51\xe8\x55\x91\xd5\x4c\xfd\xde\xb0\x28\x3a\xa8\x34\x68\x0d\ \x12\x63\xf0\x6d\x1d\xf6\x67\xbb\xa0\x18\x49\x31\x47\xad\xcc\x01\ \x6b\x1c\x11\x91\x39\x12\xa2\x08\x0b\x4b\x9e\xe5\x31\xc6\x45\xb5\ \xa8\xaa\x2a\xf8\x50\x14\x45\xb7\xd7\x6d\x9a\xa6\xae\x6b\x04\x54\ \x5a\x0d\x06\xc3\x36\xb4\xde\x7b\x22\x54\xa4\x7c\x8c\xcc\x6c\x8c\ \x66\x8e\xe9\x06\x1d\x1c\x0e\x12\x2c\xc3\x22\x9a\x08\x63\x8c\x1a\ \x34\xa0\x00\x83\x31\xfa\xd8\xd1\xa3\xdd\x4e\xd1\xef\x75\xdb\xd6\ \x95\xdd\xce\xfe\xfe\x7e\x9a\x91\x24\x84\x67\xb1\xa8\xda\xb6\x65\ \x86\xf4\xe4\x88\x94\x36\x26\x19\x07\x81\x88\x22\x6c\x62\x30\x46\ \xd7\xd5\x62\x6f\x6f\x77\x65\x38\x98\x4d\xc7\xf3\xf9\x6c\x6f\x6f\ \xf7\x05\x35\x3d\x80\xb8\x1c\x31\x00\x22\xec\xec\x6c\x61\x0c\x8a\ \x39\x78\x6f\x98\x9b\x58\xef\xee\x5f\xb3\xb6\xff\xdc\x24\xf4\x61\ \xad\x5f\xa2\xab\xd8\x7b\x31\x65\x51\x74\x87\xb6\x28\x00\x50\x2b\ \x9b\xb2\x56\xc4\x07\x80\xe0\x38\x14\xb9\x25\x05\x02\x31\x84\x68\ \x8d\x4e\xbb\x54\x72\xb8\x9b\xcd\xa6\x6d\xd3\x52\x99\x27\xc1\xb0\ \xcd\x4d\x53\xb5\x55\x55\xd5\x4d\xad\x94\x1a\xf4\x07\xd1\xc7\xe9\ \x6c\x1a\x7c\x30\xc6\x2c\xaa\x26\xf8\x40\x44\xd1\x3b\x16\x3e\x6c\ \x71\x47\x54\x9f\x7d\x14\xa7\x93\xf8\xc0\x03\xfa\x45\x2f\x33\xca\ \x5a\xb5\xdc\x3b\x29\x7d\x2c\x40\xfa\x4f\xb3\x2c\xfc\xb2\x1c\xbf\ \xa6\xe1\xe8\x6f\x7c\xe8\xfd\xf3\x4f\xed\xbb\xc9\xe7\xcf\xbd\xb7\ \x9a\x5f\x3a\xff\xd9\x9f\x99\x9e\xb8\xd7\x4f\x1e\x39\xb7\x37\xce\ \x55\xf7\x91\x47\x7e\xa6\x9d\xd4\xf6\x26\x9a\x8f\xf8\xbc\xbb\x93\ \x38\xe7\x1b\x09\x4f\x7e\xf4\xe1\x9f\xad\xa6\x33\xc3\xbf\x37\x0e\ \x57\x66\xe0\xae\x8e\x35\x6c\x7d\xe2\xdc\x95\x47\x45\xfc\x87\x3f\ \xf9\x6f\xef\x3c\x7e\xc7\x6c\xf7\xd3\x17\xa6\xde\xa8\x4c\x9a\xc7\ \x7f\xf7\xc1\x4f\x5f\xda\xbd\xc4\x28\x93\xc7\x7f\x66\x3a\x18\xb8\ \xf8\x60\x6c\xb6\xc9\x4f\x3f\xf5\xe4\xd3\xa4\xf2\xf3\x4f\xff\xe2\ \xa5\xb8\xa5\xb5\x7d\xe9\x75\xee\xbc\xb0\xe6\xe2\xca\xca\x2b\xb7\ \xb6\x57\xea\x7a\xfb\x8f\xd5\xa1\xd4\x76\x09\x7b\xd7\x56\x80\x4a\ \x69\x75\xf5\xfa\xd5\xc1\x70\x65\xb0\x32\x2c\x3b\xfd\x26\x38\x63\ \x6c\xbf\xd7\x03\xf6\x3a\x8a\x06\xd4\x8a\xf6\x2e\x5f\x99\x3c\x73\ \x71\xb5\x9b\x93\x11\xdf\xc1\xfe\xda\x66\x6f\xb4\x12\x8b\x59\xed\ \x60\x51\x2f\x8a\x4e\x59\x74\x3b\x18\x9d\x44\x0f\x1c\x63\x14\x24\ \x6a\x5b\x1f\x42\xe8\xf7\x7a\xf7\xdd\x77\xef\xa5\x4b\x97\x0e\x66\ \x71\xcb\x3e\x4a\x2b\xbd\x58\x2c\x62\x08\x48\x14\x82\xd7\x5a\xdd\ \x34\x49\x4f\x69\x4d\x82\x94\x84\xda\x07\xdd\xbe\x20\x26\x17\x61\ \x5a\x16\x97\x25\xef\x6c\x59\x6e\x10\x91\x54\x02\x70\x90\x99\x7d\ \x0c\x5c\x71\x08\x2e\xc6\xc0\x0c\x44\xe4\x7d\x5c\xcc\x17\x57\xae\ \x5c\xc9\x72\xd3\xef\x96\x12\x53\xda\x9f\x72\xad\x03\x83\x36\x33\ \x6d\x53\x0b\xb3\x31\x16\x01\x15\x80\x08\x04\xe7\x48\x41\x74\x7e\ \x36\x99\x68\xbd\xa6\x0b\xda\x1d\x8f\xf7\xf7\xc6\xc3\xc1\xe0\x90\ \x80\x19\x48\x9e\x65\x59\xd1\x6b\xdb\xb6\x9a\xcd\xc9\xf1\xe5\x8b\ \x17\x1d\xf8\xdb\xce\x9e\x11\xe9\x02\x47\xcd\xe2\x5b\xe7\x2a\xdc\ \xde\xdd\x9e\xb2\xae\xc6\xb2\xb6\xd9\xd3\x9a\xf6\x16\x8d\xd5\x30\ \x1c\xe6\xdd\xd1\x7a\x9f\xba\xd6\x66\xb6\x28\x04\x04\xa2\x0f\xa1\ \x99\xcc\x66\xca\x64\xfd\x61\x67\x7b\x77\x0f\x51\x71\x14\x51\xa2\ \x14\x05\x61\x11\xce\x8b\xee\x89\x63\x47\x47\xa3\x51\x08\x2c\xcc\ \x28\x3e\xc6\xa8\x48\xf5\xba\xbd\x9b\x97\x2b\x86\xc8\x91\xb5\xd1\ \x89\x57\xee\x9d\x9b\xcd\x66\x4a\xa9\x24\xdc\x5f\xe2\x68\x00\x07\ \x66\x8e\xcf\x83\x91\xcc\x8c\xc8\x00\x94\xba\x7a\x6d\x0c\x4b\x10\ \xe6\x5e\xaf\xb3\x36\x5a\xe1\x18\x63\x0c\x6d\x93\x80\x17\xf1\x31\ \x02\x0a\x2e\xbd\x9f\x21\xd9\xcb\xa4\x5f\x97\xb0\x35\x24\x12\x91\ \x65\xac\x13\x92\x42\x68\x9b\xc6\x65\xb6\xd3\xe9\x30\xf3\x74\x3a\ \x3d\x98\xdf\x1c\x72\xa2\x9a\x36\xd8\xc4\x49\x9f\x4e\xa7\xec\x1d\ \x00\x83\x12\x17\x5d\xa1\xcc\x74\x3e\xa7\x6c\x3b\x72\x46\xe8\x7b\ \xdd\x55\x34\x3a\x3b\x96\x89\xb6\xa0\x0c\xa7\x2b\x17\x04\x15\x02\ \x33\x82\x00\x8a\x73\x6d\x66\x95\x22\x89\x12\x8d\x36\x22\x6c\x8c\ \x8a\x31\x12\x61\xbf\xd7\x3d\x75\xea\x14\x29\xf2\xde\x19\xa5\x52\ \x32\x95\x52\xaa\xd7\xeb\x75\x3a\x1d\x40\x50\x4a\x25\x3f\x06\xa5\ \x55\x59\x16\x7b\x7b\xe3\xf4\xc6\x4e\xad\xcf\xe1\x2b\x33\x7d\xea\ \x93\x7c\xea\x24\xdf\x75\x17\x48\xfc\x73\xa8\x35\xc2\x91\x01\xd5\ \x01\x4c\x29\x1c\x63\xa2\x49\x28\xf5\xb5\xb4\x3f\x48\xa4\xc5\x6d\ \x5f\x6e\x58\x2b\x73\xf9\xea\x27\x51\x65\x24\x57\x1e\x7d\xf2\x59\ \x24\x6b\xb5\x05\x69\xae\xdd\x78\x04\x55\xae\xbe\x12\xc8\x8c\x0a\ \xa1\xb9\xb1\xf3\x04\x91\x95\xdd\x87\xf7\xd0\x10\x6c\x3f\xb4\xf7\ \x59\x40\x32\x3a\x57\x94\x85\xfa\xdc\x67\xbe\xf0\x79\x54\x99\x55\ \x1a\x00\xdd\xfc\xa9\x67\xa7\x68\xb4\x51\x80\xe2\xaf\x5c\xb8\x71\ \x09\x11\x00\x8d\x26\x93\x02\xe3\xf6\xf7\x9f\x10\xd4\x9a\xd4\x4b\ \xb0\x73\x0f\x44\x5f\x58\x5f\x7f\xe3\x95\xab\x47\x27\xd3\x6b\xfd\ \xde\x97\xed\xdc\xb3\x2c\x53\xa4\x8a\xa2\x33\x5c\x19\x39\xef\x9d\ \x8f\x59\x9e\xb3\x44\x6d\x74\xb7\xdf\x0d\xc1\xa1\x77\xd3\xdd\xc9\ \xda\x68\x15\x7b\xa5\xab\xaa\x92\x48\xa2\x9f\xbb\xea\xe8\x3d\x67\ \xcb\x8d\x8d\xb6\xe2\xc8\xe8\xfc\xb4\xdf\xeb\xd9\x3c\xf3\xcd\x4c\ \x01\x03\x24\x55\x21\xa2\x50\x96\xd9\x22\xcf\x11\x71\x67\x77\x07\ \x6e\xfa\x3d\xc9\x4d\x62\x6b\xd0\x86\xda\xd6\x11\x91\x52\xe4\x9c\ \x4f\xe8\xed\xc1\xd3\x43\x44\xcc\xf3\xfc\xf8\xf1\xe3\xdb\xdb\x3b\ \x00\x28\xcb\x60\x04\xba\x09\xd9\xa7\xa9\xe1\x4d\xd9\x4e\x2a\x18\ \x88\x88\x80\x42\x62\x91\x88\x10\x90\x9d\x4b\xaa\xd8\x24\x85\x87\ \xc9\x64\xea\x9c\xcb\xec\x4a\x9e\x17\x0a\x15\x29\xcd\x31\xb6\x5c\ \x07\xef\xbd\x77\x08\x84\x80\x1c\x62\x70\x01\x11\x32\xa3\x59\x58\ \x21\xd5\x8b\xba\x2c\xdb\xa6\xf5\xdb\xdb\x3b\xb5\x73\x80\x87\xc4\ \xdc\x45\x40\x69\xbd\x3f\x99\x36\x75\x6d\x40\x23\xe1\x68\x7d\x35\ \xeb\x15\x2a\xcf\x7c\x68\x95\x56\x2e\xc4\x8c\x14\xfa\xb8\x77\x63\ \xcb\x97\xdd\x06\xb5\x0f\x65\xa7\xdb\x3f\x73\xfb\x1d\x5a\xe7\x79\ \x89\xc6\x64\x31\x5a\xf0\x5c\xcf\x66\x04\x22\xe0\xc8\x50\x37\xcf\ \xf6\x67\x8b\x5e\x91\x93\x70\x0c\x51\x91\x01\x81\x98\x4e\xf8\x20\ \xbd\x5e\xf7\xf6\xdb\x6f\x0f\xc1\x27\x94\x20\xc6\x88\x84\x56\xd9\ \xa4\x29\x23\x45\x21\x84\xa2\x2c\x8a\xa2\x60\x61\x63\x97\x36\x9c\ \xde\x7b\x63\x6c\x08\xe1\xa6\x18\x0a\x31\xb9\x34\x26\x2a\x3d\xdc\ \x04\x64\x64\xf9\x00\x11\x4e\x35\x1a\x00\x84\x85\x10\x43\xf4\x84\ \x40\x84\x83\x41\xff\xea\xf5\xad\x34\x85\x45\x42\x00\x92\xe4\x04\ \x2f\x42\xe9\x94\xcf\x9c\xee\x60\x9a\xa6\x82\x80\xb1\xca\x18\xed\ \x9c\x6b\x9a\xa6\xd7\xed\xd8\x17\x90\xd4\xb1\x6c\x6a\x13\xd9\x9d\ \x88\x05\x80\xb0\xae\x17\x93\xd9\xc4\x45\xef\xd9\x33\xb2\xaf\xa3\ \x9e\x46\xe1\x5d\xe8\xf6\xc9\x55\xf3\x7d\xc8\x10\x43\x55\x2b\x93\ \x51\x96\x0b\x50\x0c\x01\x18\xb5\x52\xbe\x6d\xb4\x41\x41\x46\x45\ \x56\x2b\x89\x8c\x24\xc2\x29\xc7\x8a\x93\xc7\xf5\x3d\xf7\xde\x7b\ \xfa\xf4\x49\x00\xa9\xeb\x2a\x79\xe8\xa4\x63\xa5\x52\xca\x6a\x1b\ \x39\x8a\x48\x66\x23\xc5\x0d\x2d\x00\x00\x20\x00\x49\x44\x41\x54\ \x33\x6b\x6d\xaa\xef\xfb\xe3\x71\x1a\xe4\x44\xe6\x17\x10\x90\x1d\ \xa3\x7a\xe8\x21\xbe\xf3\x4e\xe9\xf5\x20\xbe\xe8\x90\x42\x70\x2d\ \x95\x2b\x2b\x19\xcf\xe6\xb5\x20\xc6\xe0\x31\xeb\x9f\x38\xb2\xca\ \x8b\xfd\xeb\x5b\xfb\x62\xed\xd7\xb6\x4a\x50\x1b\x95\x06\x07\x79\ \x22\xd2\x67\xd6\xdc\x44\xd5\xf4\x41\x8e\xf3\x9f\xb0\xaf\x69\x95\ \x01\x00\xa8\xf4\x9d\x2a\xb3\x37\xfb\x6e\x41\xb2\x7f\xe4\x53\x73\ \xb0\x1f\xa5\x29\xd1\x1f\xc3\xb7\x32\x78\xa9\x3e\x34\xf3\x95\x41\ \x9f\x44\x4e\x4c\xa7\x9f\x1a\x7e\x85\x36\x93\x49\xa9\x0c\x04\xbd\ \x0b\xd6\x66\x2c\x0e\x01\xbb\x9d\x6e\x1a\x73\xf9\xd6\xb5\xd3\xfd\ \x47\x1e\x7a\xe8\xee\xfb\xee\x1b\x6e\x8c\xa2\x06\x51\x30\x5b\xcc\ \x3b\x6b\xa5\x1d\x76\x27\xd3\xb1\x29\x56\x8b\xce\x88\x1a\x3f\x1f\ \xef\x29\x58\x90\x8a\xa4\x51\x67\x3d\x4d\x39\xb1\x11\x49\xfe\xaf\ \x12\x42\x38\x77\xee\xe9\x84\xa8\x8a\xdc\x1c\xe9\x11\x21\x79\xe7\ \xe7\x8b\x79\xaa\xe9\xc6\x98\x18\xfd\x7c\x3e\x77\xce\x13\xa1\xb5\ \x59\x59\x94\x84\x6a\x73\x73\x33\xcf\x8b\xd9\x6c\xae\xb5\x41\xa4\ \x03\xc3\x26\x11\xe1\x64\xeb\x71\x70\x3c\x43\x00\x48\x40\x39\x1c\ \x20\x36\x36\xb3\x31\xfa\x44\xd7\x41\x40\xa5\x2c\x11\x28\x8d\x83\ \x7e\x5f\x6b\x9d\x65\xd6\x18\xcb\x31\x81\xa0\x0c\x1c\x88\x74\xea\ \x37\x44\x84\x63\xcc\x8d\x59\x5d\x19\x01\x42\xb7\xd7\x4b\x85\x6d\ \x67\x67\x77\x3e\x5f\xa8\xd4\x88\x1d\x6a\xb2\x47\x84\x8b\xc5\x22\ \xa9\x87\x62\x88\x9d\xbc\x3c\x75\xe6\xb4\x53\xdc\x44\x2f\xdd\xb2\ \xe1\x08\x88\xe2\xa2\x72\x50\x2d\x66\x41\x00\xcb\x5e\x6c\xbd\x5b\ \xd4\x1c\x35\xa8\xd8\xb4\x4c\x24\xc4\x24\x41\x48\x10\x41\x9c\xab\ \x51\x21\x2a\x52\x68\x32\x34\x10\x19\x75\xaa\x11\xd1\x5a\xbb\xba\ \xb9\x09\xc0\xbd\x6e\x37\x84\x10\x62\xd0\xa4\x13\x0b\x45\x58\xe2\ \x01\xc6\x22\x22\xe9\x0a\x06\x0e\x75\x55\x17\x22\xa4\xf4\x7c\xbe\ \x08\x21\xe4\x79\x91\x06\xd7\x48\x94\xa6\x91\xa9\xce\x7f\x11\x94\ \x9d\x92\x51\x6f\x96\x96\x48\xa4\x89\x30\x04\x9e\xcf\xa7\x9b\x6b\ \x2b\xd6\x18\xad\x35\x20\x65\x79\x51\x35\xee\xfc\xb3\x17\x62\x8c\ \x10\x53\x26\x17\x11\x92\x1c\x18\xc0\xa1\xd6\x4b\xab\xc8\x18\x53\ \x6a\x92\x31\x26\xcf\xf3\x2c\xcb\x92\x6f\x4e\x02\xaf\x0f\x1d\xd6\ \x41\x00\x24\x08\x02\x40\x98\x18\xb8\xb3\xaa\xda\xdb\xd9\xce\x51\ \xbc\x44\x32\x14\x42\x56\xed\xf1\xa8\xd4\xfd\x32\x8f\xb3\x71\x1b\ \x9c\x2a\x4b\xa5\x94\x44\x09\x55\x53\xf6\x7a\x46\x49\x5b\x37\x93\ \xc9\x82\x83\x0f\xc1\x77\xba\xa5\x2d\x4a\x45\x08\x22\x84\xc9\xbc\ \x17\x8c\xd1\xfd\xc1\x08\x11\xd2\x30\x1f\x51\x92\xe7\x4e\x88\x51\ \x11\xb1\x20\x47\x3e\x48\x19\x5c\x72\x40\x9d\x73\xb1\x8a\xd3\xc9\ \x84\x88\x9c\x73\xc9\x57\xf9\x50\xc5\x5d\x6b\x7a\xe6\x59\xf5\xe8\ \xa3\xed\x7f\xfb\x0f\xa4\xd7\xc3\x17\x39\x34\x35\x78\x97\x1f\xb9\ \xff\x87\x7f\xec\x5f\x9c\xfc\xc2\x2f\xff\xc3\x1f\xfb\x0f\x95\xb2\ \xc5\xc6\xcb\xdf\xf1\x4f\x7e\xf4\x35\x6b\xca\x74\xe8\x7d\x3f\xff\ \xe3\xff\xee\xb7\x3f\x2b\xd6\xfc\x85\xc3\xcc\x8b\x50\xdc\xe5\xf2\ \x60\x30\xcb\xb3\x97\xdd\xb8\xf1\x3b\xc7\x8f\xc9\x97\xbb\xc4\x31\ \x40\xe4\x18\x83\x58\x1b\x16\xf3\xea\xd4\x99\x33\x9b\x9b\x47\x82\ \x0f\x8b\xd9\xbc\x6d\x9d\x55\xd0\xd6\xcd\x60\x30\x1c\xac\x8d\x04\ \xa3\x67\x1f\x10\xc0\xa8\x59\x5d\x6d\x5d\xbd\x2a\x36\x5b\x4c\xdb\ \x8d\x63\x1d\xdf\xb8\xd9\x7e\xd3\xeb\x8d\xca\x5e\x47\x67\x06\x55\ \x49\x26\x07\xc8\x00\x48\xa4\x0d\x31\x70\x94\x4e\x59\xec\xfe\x31\ \xfa\x13\x47\xbf\xbe\xb6\x5a\x16\x65\x22\xe8\x11\x01\x91\xb6\xd6\ \x26\x02\x7e\xa2\x37\xef\xec\xef\x4f\xc6\x63\x7d\xe0\xaf\x4b\x4b\ \x2e\x35\x01\xc0\x32\xdc\xe1\x40\x48\x93\x48\x08\x37\x19\x29\x92\ \x16\x15\xa9\x10\x92\xd5\x54\x62\xe9\x21\x29\x18\x0c\x87\x45\x59\ \xec\xef\x8f\x51\xc0\x5a\x33\x9b\xcd\xb4\x32\x65\xd9\x41\x44\xe7\ \xbc\x1c\xa8\x37\x8b\x2c\x2b\xf3\xdc\x68\xd3\xed\x94\x36\xcf\xa2\ \xc8\xb4\xaa\xc6\xe3\x71\xdb\xb6\x51\x18\x0e\x57\xda\x01\x08\x69\ \x3c\xd9\xbf\x70\xe9\x8a\x22\x4d\x0c\xab\xfd\x95\xb2\xdf\x29\x57\ \x7a\x4c\x50\xb5\x4d\x2b\x51\x84\x15\x61\xe3\x9a\x76\xe2\x06\xdd\ \x41\x59\x14\xdc\xba\x96\x25\xcf\x7a\x10\x99\x63\x0b\x96\xbb\xdd\ \x9e\x68\x99\xec\x4f\x16\xb3\xa9\x52\xd4\xb6\x4d\xb7\xdf\xcf\xcb\ \x15\x83\x4a\xb3\x12\x91\xc0\x51\x21\x94\x45\x77\x65\x65\xd8\xe9\ \x76\x10\xa4\xaa\x2a\xad\x89\x11\xad\xb6\x29\x43\x75\x49\x82\x14\ \xe0\xc0\xc9\x89\x57\x29\x95\x17\xf9\x78\x3c\x26\xa2\xfd\xf1\x3e\ \x11\xc5\xc8\xde\x79\x49\xe9\x4e\x07\x27\xa4\x2f\x3e\x85\x88\xdc\ \xd4\xb6\x8b\x88\x84\xc0\xda\x2e\x65\x4d\xf3\xd9\x7c\x7f\xbc\x5f\ \x16\x85\x56\xca\x45\x4f\xca\x9c\x3a\x75\x0a\x10\x9f\x7d\xee\x39\ \xef\xdb\xe4\xf4\xb8\xbc\x59\xcc\x0c\x40\xa4\x38\xc6\xc4\x90\x56\ \x44\xda\xda\x2c\xcb\xb4\xd6\x65\x91\x0b\x40\x0c\x3e\xc9\x36\x5f\ \x48\xad\x40\x41\x4c\x96\xfd\xa9\xbe\x12\x3c\x73\xe1\xd9\xf5\x3c\ \x17\xa3\x98\xc8\x35\x10\xa3\x72\x75\xe4\xa6\x69\xc4\x2f\x66\x93\ \xb1\xb6\x9d\x5e\xb7\x37\xec\x85\xc8\x02\xce\x1a\xac\x17\x8b\xa6\ \xaa\x8b\xbc\xd0\x19\x72\x6c\x7d\x8b\x56\xab\xcc\x66\xce\x83\x80\ \xc4\x18\xd7\xd7\xd7\x4e\x9d\x3e\x35\x1c\xf4\x8d\x35\x4b\x7a\x2e\ \x11\x33\x63\xc2\x13\x05\x83\x0f\x80\x31\xb5\x20\x21\x04\x00\xb0\ \xd6\xee\x4c\x77\xda\xb6\x15\x20\xe7\x3d\x24\x74\xeb\x90\x0c\xf7\ \x27\xbf\x20\x4a\xf1\xab\x5f\x8d\x87\xf3\x68\xf8\xaa\x1f\xde\xb9\ \xa3\xf7\x7e\xdb\x8f\xfc\x4f\x3f\x78\xe7\x68\xfd\xf2\xe7\x58\x00\ \x5a\x4f\x6f\xf9\x8e\x7f\xf8\x26\x7e\xf8\x1d\x7f\xf3\x5f\xf5\xdf\ \xf2\x23\x3f\xfd\xdf\xfc\xe0\x27\x3e\xf4\xb7\x1f\x9a\xe9\x5c\xff\ \x45\x79\xff\x33\x47\x66\x64\x61\xed\x93\x6b\xeb\xc7\xa7\x93\xc2\ \x7f\x79\xb6\x3b\x2a\x88\xc1\xdb\x2c\x17\x09\xd6\xea\x1b\xd7\xaf\ \x44\xdf\x8c\x56\xd7\xb4\x32\xa4\x94\xd6\xe5\xf0\xe8\xb1\x95\xcd\ \xa3\xdd\x32\x43\x8e\xdc\x34\xde\xb7\x4a\x62\x89\xe4\xf6\xf7\xa5\ \x2c\xb0\xe8\x5b\xbb\xd9\xeb\xf4\x57\x56\xb4\xce\x0a\x96\x18\x39\ \x90\xd2\xc1\x07\xad\x1d\x08\x93\x78\x4b\xd4\x38\x9f\x1b\x93\xac\ \x7e\x97\x36\xae\xcc\x9b\x9b\x1b\x6b\x6b\xa3\x53\xa7\x4e\x94\x45\ \xe1\xbc\x47\x04\x66\x88\x1c\x8d\xcd\x8a\xb2\xc3\x91\x11\x31\x7a\ \xbf\xb2\x32\x58\x19\xad\xac\xae\x8e\x1e\x79\xf4\xb1\xab\x57\xaf\ \x27\x77\x5a\x8e\x92\x82\x0e\x80\x30\x11\xb9\x53\xef\x1e\x23\x24\ \x2e\x1d\x00\x0a\x0b\x11\x31\x2c\x65\x52\x08\x2c\xc2\x84\x51\x13\ \xad\xad\x0c\x0a\x6b\x39\x33\x52\x16\xc3\x95\x41\x08\x5e\x69\xd5\ \x1f\xf6\x43\x0c\x6e\xe2\x40\x44\x69\xe3\x9d\x07\x44\x24\xdd\x7a\ \xaf\x9c\x13\xa3\x02\x87\xda\xd5\x0c\xd1\x18\x45\xa2\xf0\xd0\xfa\ \x54\xc4\x18\xda\xf9\x78\x47\x44\x08\xd4\x7c\xba\x8f\x00\x47\x8e\ \x6c\xae\x0c\xbb\xac\x48\x74\x58\x14\x1c\x45\x79\xb1\xcc\x92\x79\ \xd6\x4d\x3d\x9f\xd7\x0a\x20\xcf\xc6\xfd\x41\xdf\x58\x13\x9a\x16\ \x43\x44\xa0\xa6\xa9\x00\xd8\x2a\x95\x75\x0b\x44\x68\xda\xba\xdb\ \xef\x53\xa6\x45\x29\x0e\x6c\xb2\x8c\x94\xaa\xaa\x85\x36\x2a\xd3\ \x3a\x78\x27\x8c\x12\xa3\x26\x62\x06\xd6\x10\x39\x02\x4b\x3a\x85\ \x10\x91\x20\x36\xad\xd3\x5a\xe5\x79\x51\xd7\x4d\x5d\xd7\x44\x20\ \x12\x99\x7d\x02\x82\x95\x31\x22\xf1\xc0\x1e\xf8\xf9\x97\xcf\x22\ \x49\x58\x94\x68\xf5\x1c\xa3\xd1\x96\x10\x5b\x1f\x67\x8b\xa6\x75\ \xa1\xdb\xed\xe4\x59\x1e\x39\x2a\x82\x33\x27\x8f\x8f\xc7\xe3\xdd\ \xdd\xbd\x64\xfa\xcb\xcc\x22\x8c\x44\x02\xc2\xec\x11\x53\x5e\x36\ \x21\x82\x46\x12\x81\x2c\xcf\x90\x48\x21\x68\xb4\x2c\x49\xdf\x7a\ \x68\x9e\x3b\x04\x45\x88\x44\x82\xc4\xa0\x89\x84\xd4\xb5\xed\x6d\ \x3f\xe8\xdb\x6e\x36\xae\x2a\x9f\xa0\x1b\xa3\x4a\x95\x71\x32\x56\ \x40\xa8\x16\xf3\xb6\xad\x59\xa4\x28\xf2\x7e\xaf\xb4\xca\xe4\xfd\ \xac\xaa\x2a\x45\x06\x11\x5d\xe3\xb2\x72\x25\x2f\x72\xcf\x41\x01\ \x0f\xfa\x9d\xe1\xa0\x1b\x43\x13\x43\xee\x20\x0a\x1b\x00\x51\xa4\ \x58\x54\xf2\x55\x52\xa4\x03\x7b\x4d\x9a\x40\x85\x18\x88\x54\x08\ \xde\x18\xb3\x58\x54\x2e\x04\x22\xc3\xc2\x0c\x42\x78\xb8\x80\x6c\ \x22\x7a\xe4\x51\x50\x8a\x6f\xbb\x0d\x9c\x7b\xf1\xfc\xc2\x00\x80\ \x94\x6e\xf7\x9e\xfa\xb9\x7f\xf6\x43\xc7\xde\xf4\x23\xff\xd5\x9a\ \x49\x48\x87\xd2\x5a\x41\xb3\xbf\x75\xbd\xde\xdd\x9b\x37\x9b\x8e\ \xe1\xab\xbe\x59\x12\x39\x88\x00\x91\x7e\xfe\x1c\x28\x31\x72\x04\ \xd4\x8a\x88\x39\x2c\x8d\xfc\x91\x14\x7d\x99\xed\x82\xd9\xb3\x08\ \xa2\x56\xcf\xbf\x6a\x4e\xbf\x33\x7d\x51\x24\x31\x37\x9e\xff\x86\ \xf4\x23\x09\xee\x27\x44\xe6\x00\xa8\x68\x89\x0b\x87\xa4\xb3\x7b\ \x29\xd7\xf7\x67\x47\x2b\x0f\x5c\xba\x38\x68\x1a\xf9\x72\x1d\x8f\ \x36\x7a\x51\x2d\xb4\xd6\x21\xfa\xe0\x1d\x12\x6d\x6d\xf9\xd9\x74\ \xa2\x94\xb6\xda\xf6\x46\xab\xfd\xd5\x51\xbf\xd7\x41\x64\xf4\x9e\ \x7d\x1b\x30\x0a\xc7\xd9\x74\xaa\x35\x77\x72\xab\xd8\x37\xd3\x05\ \x14\x9d\x28\x2d\xfa\xa0\x8d\x65\x66\x90\x0a\x80\x83\xaf\xd8\xb5\ \x99\x31\x04\xa4\xc0\x18\xad\x92\x6f\x53\xba\xd0\xd1\xbb\x23\x1b\ \xeb\xa7\x4e\x9f\xb4\xb9\xf1\xde\x2b\xa5\x08\x49\x24\x59\x3f\xb2\ \x48\x48\xf2\x24\x22\x72\xae\x45\x54\x83\xe1\xe0\xde\x7b\xee\xd9\ \xd9\xd9\x0b\x21\x2a\x5a\x26\xcd\x93\x4d\xe1\x95\x72\x40\x2c\xbe\ \x49\xb5\x06\x22\x44\x54\x31\x06\x41\x00\x24\xad\xb4\x20\xa3\x48\ \x55\xcd\xd6\x56\x57\x8e\x6c\xac\x01\x30\x22\xf8\xe8\xcb\x32\xef\ \x0f\x7b\x55\x55\x2b\x8d\xbd\xe1\x08\x09\xc7\x93\x31\x10\x68\xab\ \x5b\xe7\x83\x88\x46\x00\x4d\x79\xa7\x88\x12\x9b\x18\xf2\x3c\x73\ \x3e\xb6\xde\xa7\xc4\x89\x43\xd5\x76\x6c\xab\xca\xd5\xf3\x2c\xcf\ \x97\xe7\x0f\xe1\x9d\xab\x57\xc6\x57\xb9\x30\x84\xd1\x43\xa9\x26\ \x75\x60\xd1\x12\x7d\x3f\x72\xe4\x68\xac\x15\x0e\x5e\xda\xfd\xc9\ \x0e\x33\x13\xe2\x22\x9b\x0f\x06\x43\x6d\xb4\x56\xb0\x98\xcf\xf3\ \xcc\x4a\x04\xdb\x29\xbb\xfd\x9e\x2d\xcb\x10\x19\x89\xf2\x22\xb3\ \xd6\x2a\xad\x93\xec\x53\x11\x28\x22\x04\xf1\xde\x23\x69\x02\x50\ \x4a\x07\x09\xa4\x94\x42\x8c\x91\x93\x5d\x4c\x64\x29\x8a\xb2\xaa\ \x1a\x8e\x2c\x02\xcc\x41\x80\x11\x95\xc8\x32\x10\x29\x85\xb5\xfe\ \x51\x9a\xa1\xdc\xf4\x84\x87\x10\x42\x66\x33\x42\x8a\x2c\x51\x40\ \x90\xa6\xb3\x85\xf7\xa1\xdb\x29\x35\x61\x08\x3c\xe8\xf6\xf6\x77\ \xf7\xd3\xcf\x20\x91\x2c\xc3\xb5\x85\xf0\x00\xbe\x07\x14\x81\xd6\ \x79\x00\x28\x42\x08\xae\x45\x40\x00\xc9\xb3\xdc\x18\x0b\x87\x2e\ \xee\x08\x8c\x98\x16\x02\x09\x10\x40\x14\x0c\x22\x35\x07\x4f\xaa\ \x92\x18\x95\x20\xc4\x2c\x86\xbc\xf5\x9a\xa2\x26\xe8\x96\x39\x82\ \x84\x10\x84\xc5\x37\x2e\x64\xf9\x78\xbe\xab\x40\x77\x3a\x9d\x3c\ \xcb\x85\xd0\x68\x0d\x44\x59\x96\x2d\xea\xa8\xb5\xed\x74\x0a\x63\ \x48\x98\xbd\x77\x44\x59\xca\x43\x02\x40\x66\x4e\x06\x7a\xda\x10\ \xa0\x4e\x49\x25\x04\x0a\x00\x01\x89\x59\xea\xb6\x8d\xcc\x48\x4b\ \x5b\x7d\x80\x43\x14\x77\xa5\x70\xb1\x50\x9f\xfc\x24\x9f\x3e\xcd\ \xb7\xdc\x02\xde\x43\xf6\x22\xa2\xc6\x4a\xd1\xf4\xfa\xb9\x2b\xe7\ \xe3\xb7\xbe\x59\x27\x43\xd2\x9c\xdc\x1f\xfe\xd6\xff\xfd\x5d\x3f\ \xff\x13\xff\xfe\xd7\x5f\x69\x8e\x1c\xff\x83\x7f\xf3\x8f\x1e\x1b\ \xab\xbc\xc0\xaf\xea\xd6\x50\xb1\x3a\x38\x9e\x93\xdf\x9f\x5c\xac\ \xa3\x10\x22\x48\x64\x2a\x37\x46\xc7\x63\x75\x79\xa7\x6a\x06\x83\ \x33\xfd\xac\x14\x76\xce\xcd\x67\xd5\xb6\xfb\x12\x0e\xa0\x08\xa8\ \x5e\xef\xd6\x7e\x66\x17\xf3\x4b\x93\xa6\x41\x22\x00\x01\x2c\x46\ \x83\x63\xa5\xb5\xd1\x5d\xdf\x9a\xee\x80\x1a\x1e\x19\x6d\x36\x8b\ \x8b\xe3\xc6\x29\x22\x11\xc8\xcb\xe3\x83\x62\xa0\xa1\xd9\x1b\x3f\ \xb7\x88\xd8\x2d\xd7\x62\x3b\x76\x02\x28\x51\xd9\x95\x1c\xdd\xa2\ \x6d\x5e\xca\xbe\xc5\xe7\x56\x57\x6d\x88\xb7\xec\xed\xf3\x97\x63\ \x07\x23\xe2\xea\x68\xb4\xb1\xbe\xbe\xb7\xbf\x0b\xa0\x39\xc6\xb6\ \xad\x63\xf0\x00\xc8\x51\xb6\xf7\x76\x8b\x6b\x9d\x23\x47\x37\x8f\ \xaf\x8f\x94\xd5\x95\x77\x8d\x42\x43\x2a\x8a\x60\xd3\xf6\x8c\x29\ \x3a\x79\x3b\x9f\x40\x68\x4d\x96\x41\x24\xef\x6b\x5b\x14\xda\x90\ \xaf\xaa\xaa\x9a\x47\xef\x17\x21\xf6\x87\x23\x54\x98\x68\xc5\xd6\ \x58\x12\x24\x92\x95\x95\x55\x9b\x99\xd6\x35\x0c\x91\x90\xb4\xd5\ \x29\x0c\x28\xcb\x6c\x88\x51\x84\xb5\xb1\x31\x04\x10\xb6\x26\x63\ \x91\xa6\x69\xb6\xb7\xb7\x97\x6a\x55\xad\x43\xd3\x12\x01\x80\x4a\ \xcc\x3c\x66\x41\x5c\xda\x7f\xc7\x18\x99\x81\x08\x88\xd0\x85\x28\ \x1c\x15\x91\x68\x23\x1c\xfb\xbd\xee\xd1\x7c\x73\x65\xd8\x1f\x0e\ \x57\x9c\x6f\x93\x7b\x9f\xd6\x7a\x7d\x7d\xbd\xaa\x6a\x11\x59\xcc\ \x67\x59\x66\x37\xd6\x37\x6e\xdc\xd8\xf2\x21\xb0\x88\xce\x4c\x6f\ \xd8\xcf\x32\x1b\x85\x7d\x60\x16\xd0\x5a\x87\xc8\x5a\x29\x6b\xcd\ \xa1\x4f\xbd\x94\x02\x37\x49\x43\x8a\xd7\x10\xdd\x7a\x17\x80\xbd\ \x8f\x56\x21\x21\x36\xce\x0b\x00\x91\x34\x3e\xe4\x21\x50\xe4\xcc\ \x1a\x44\xd0\x5a\x79\x1f\x42\xf4\x05\xd1\x74\x3a\x75\xde\x17\xb9\ \x2d\xf2\xdc\x5a\x13\x99\x88\x08\x49\x34\x91\x08\x64\x99\x29\x13\ \x5c\x6d\xad\x4d\xb0\xb7\x31\x5a\xa9\x18\x42\xf4\x01\x14\x24\x75\ \x68\xd3\xb6\xc1\x5a\x6b\xcc\xd2\x18\x32\x0d\x27\x34\x4d\x26\x13\ \xef\x03\x29\xc5\x2c\xcc\xa2\x28\x2d\xdf\xe7\x47\xd9\x89\xd1\x79\ \x73\xa4\x9d\xc8\xc0\x49\x7c\xbf\x64\xa3\x22\x86\xe0\x63\x88\x9d\ \x51\x27\xd9\xaa\xc4\x18\x42\x10\x6b\x6d\xb7\x5b\x2a\x4d\x91\x65\ \x99\x94\x8d\x4b\xc7\xe1\xe8\x3d\x80\x90\x5a\xd2\xe7\x93\x3b\x59\ \xf0\x3e\xc6\xd8\xef\x76\x89\xd0\x68\x43\x2f\xb8\x19\x5d\x52\x39\ \x97\x99\xaf\x14\x42\x08\x21\x68\x45\x1c\xe3\x7c\x51\x95\x65\x27\ \x84\x10\xbc\x2f\xba\x19\x87\xf6\xb9\xe7\x9e\x3b\x7e\xec\x68\x51\ \x14\x31\xb2\x52\xaa\xaa\xab\x7e\xaf\xdf\x36\xae\x6d\x5b\x65\x54\ \xe0\x28\xa4\xb3\x8e\x59\x19\xae\x34\x0e\x86\xc3\x7e\x9e\x2b\x22\ \x55\x14\x45\x9e\x67\x88\x24\x02\x44\xc4\x2c\x4d\xd3\x2a\x45\xcc\ \x32\x9b\x4e\x7d\xf0\xc6\xd8\x7e\xbf\x4f\xa4\x62\x08\x8a\x94\x6b\ \xdb\xe9\x74\x92\xa8\xf0\x69\xfe\x21\x72\x88\xe2\x4e\x84\xbb\xbb\ \x74\xee\x5c\x7c\xdb\x5b\xa5\x2c\x71\xb1\x78\xd1\x9b\x47\xd2\xc6\ \x3c\x5f\xfc\xa2\xd0\xd1\x5b\xef\xd1\x97\x1f\x79\xcf\xfb\x3f\x7a\ \xf6\x1b\xff\xfa\x6b\xde\xf8\x96\x13\xbf\xff\xc4\x35\x0f\xe6\x4f\ \xbb\x65\xcc\x31\x2f\x4f\xdf\xff\xb2\xef\x5a\xed\x6c\xea\xe9\x87\ \x7f\xfb\x93\xef\x1c\x07\x11\x5c\x79\xe5\x7d\x3f\xf4\xea\xe3\xc7\ \xa9\x7d\xf6\x77\x3f\xfa\xb3\xd9\x91\x37\xbe\x62\xf3\x84\x2a\xee\ \xbc\xb5\xb8\xfe\xcb\xef\xfd\xe1\x4b\x3e\x33\x07\x15\x4d\x44\x44\ \x75\x6f\xbb\xfd\xaf\xde\x36\xd8\x5c\xb1\xfb\x1f\xfc\xd8\x4f\x3d\ \x3d\xae\x14\xf8\x6c\xe3\xbf\xf8\xae\xd7\x7f\xeb\xde\xfe\xf9\xf9\ \xee\x07\xde\x37\xae\x5e\xfb\xea\x7f\xf4\x8a\xd5\x95\xb6\x7d\xea\ \x03\x1f\xfd\xb7\x57\x1c\x8b\x14\x6f\x7a\xc3\x8f\xdf\xa3\x9e\xd9\ \xf2\x5d\xd3\x7c\xf6\xdd\x9f\x7a\xff\x9b\xdf\xf4\xd3\xfd\xeb\xff\ \xf2\x97\x3f\xf3\x71\xc1\x95\xb7\xbf\xf1\x27\x6f\xa9\xff\xfd\xff\ \xf3\x91\xff\x6c\xcc\x4b\x74\xac\x4a\x00\xdb\xdd\xee\x5e\xb7\x7b\ \xcb\xde\xde\xde\x1f\xeb\xdc\x45\x00\x18\x48\x51\xe4\x25\x8b\x19\ \x34\xb5\x6d\xeb\x7d\xab\x08\x91\x14\x0a\xd6\xd3\xc9\x73\xf5\xf4\ \xda\x25\x3d\xc8\x33\x76\xb5\x1d\x74\xeb\xf9\x82\x81\x39\x42\x13\ \xc5\x8f\xf7\x62\x08\x36\xcf\x4c\x96\x77\xbb\x3d\x24\xf4\xbe\x82\ \xcc\xd4\xb3\xa9\x6f\x1a\x9b\x65\xda\x1a\xe1\x88\x8a\xf3\xcc\x10\ \x01\x21\x68\xab\x47\x2b\xc3\xd5\xb5\x91\xb1\x2a\x46\x2f\x2e\x6a\ \xa5\xdb\x16\x8c\x31\xcc\xf1\x20\x8c\x8f\x31\x4d\xd5\x12\x52\x89\ \xa8\x94\xda\xd9\xd9\x51\x4a\x11\xe9\x83\x9a\x72\x93\xa1\x91\x26\ \x6c\xcb\xb8\xcd\x44\xeb\x4e\xfc\x8b\x44\x9b\x21\x45\x5a\x54\xf0\ \xd2\xeb\xf7\x1f\x78\xd5\xfd\x31\x7a\xe6\xa0\x94\xca\x8b\xc2\x68\ \x53\x37\x75\xd3\xb6\x44\xca\x39\xd7\x3a\xd7\xb4\x6d\x0c\x31\x09\ \x32\x75\x66\x74\x6e\x6c\x9e\x91\x56\x8d\x73\x44\x94\x67\xb6\x28\ \x8a\xa4\x2d\xd4\x4a\x1d\x1a\xd0\xd4\x5a\xa7\xe8\x38\xa5\x35\xb3\ \x78\xe7\x9a\xb6\x29\x8c\x8e\x1c\x95\xd6\xa8\x35\x53\x58\xd4\xb5\ \x22\xe9\x7b\x1f\x22\x97\x45\x56\xd5\x55\x5b\x57\x1b\xeb\x6b\x46\ \x5b\x02\xf4\x3e\xd8\x2c\x1b\x76\xba\xb3\xe9\x04\x45\xf2\x2c\x8b\ \x31\x70\xdb\x6a\x55\x1c\xd9\x5c\xaf\x5d\xb0\xc6\xe6\x59\x66\xac\ \xd1\x8a\x12\x58\xc2\xc9\xa2\x93\x28\x84\xe8\x9a\x7a\x3e\x9f\x07\ \xef\x49\xa9\x7e\xbf\x9f\x0f\x87\xb8\xc4\x85\x11\x05\x5c\xeb\xe6\ \xb3\x85\x00\x20\x92\x48\x3c\xb8\xb6\xf2\xc5\x6c\x4e\xfc\xd2\xee\ \xfd\xa6\x41\x0d\xdc\xb4\x6a\x47\x60\x11\x1f\x7c\x66\x33\xb0\x5a\ \x11\x21\x42\x55\x2d\x9a\x59\x8b\x8a\x94\x56\x1c\x22\x01\x0a\xa2\ \x08\x68\xad\x15\x91\x77\xc9\x2f\x28\x19\x28\x8a\xce\xad\xcd\x52\ \x30\xba\x37\x46\x17\x45\xc1\x2c\x7c\xe0\xd6\xf2\x42\xeb\xd2\x32\ \xf2\x2e\xbd\xdf\x24\x32\x87\xc8\xd6\x66\x8a\x54\x6a\x11\xda\xa6\ \x2d\x73\xb3\xb1\xb1\xe1\xbd\xef\xf7\xfb\x21\x34\x80\x08\x20\x93\ \xe9\xd4\xb5\x6e\x38\x58\x09\x21\xa0\x52\xdd\x5e\x4f\x48\xaf\xaf\ \xaf\xba\x00\x79\x9e\x15\xa5\xc9\x8b\x1c\x40\xea\xba\xe9\x74\xca\ \xb4\x79\x10\x91\x31\x5a\x29\x3d\x19\x8f\xab\xaa\xd2\x4a\x19\x6d\ \x80\x97\xbd\x27\x21\xd4\x75\x53\x2d\xaa\x94\xa7\x9a\x18\xf8\x22\ \x72\xa8\xce\xfd\xfa\x75\xba\x70\xc1\xdd\x77\xdf\x8b\x3d\x4a\xfd\ \xb2\x0c\xdf\xa0\x07\xdf\xf4\xfd\xdf\xbb\xf5\xa1\x7f\xf2\x6f\xfe\ \xf5\x6f\x66\x1f\x78\xf6\x5d\xbf\xf6\x23\xaf\xbf\xeb\x9d\xbf\xfa\ \xa9\xb9\x29\xd4\x9f\xb6\x2b\x69\x57\x3d\xf5\xd1\x87\x7f\xee\xf4\ \x99\xbf\xf6\x9a\xf5\x2e\xea\x13\x6f\x7d\xe0\xfb\x76\x6f\x3c\x7d\ \xf7\xba\xfe\xdd\xf7\xfd\x60\xff\x15\x3f\xfe\x86\xb3\x2f\xfb\x95\ \x87\x7e\xf6\xb1\x47\xb3\x07\x5e\xf7\x3f\x2f\x9a\xdf\xbb\xe2\x94\ \x51\xc4\x71\xd1\x84\xa0\x54\x91\x69\x8b\x3c\x79\xfc\x73\xbf\x78\ \x6d\xfd\x0d\xdf\x70\xf7\x6b\x09\xec\xcb\xef\xf9\x7b\x47\xe7\xef\ \xfa\x94\x2f\x16\x3b\x1f\x7c\xf7\x47\x7e\x6e\x1c\xd4\xea\xc9\xbf\ \x71\xcf\x70\xff\x57\x7f\xef\x9f\x9d\x7d\xed\xff\xfe\xc0\xad\x5f\ \x77\xe9\xf1\xc7\x50\x0f\x34\xdf\xf8\xd8\xa7\xfe\xfb\xdf\xbd\x71\ \xe6\x1f\x7c\xf7\x8f\xbf\xfc\xc8\x05\x12\x38\x71\xeb\xb7\x1d\x7d\ \xec\x43\xfb\xa3\xd7\xdd\xb9\x7a\x6b\xbc\x6a\x35\x1e\xd6\xfb\xf5\ \xcf\xa1\xb8\x33\xcf\x33\xbb\xd5\xed\xdc\xb6\xbb\x37\x91\x3f\x6a\ \x21\x94\x12\x7d\x9b\xba\xde\xde\x72\x00\xcc\x21\x99\x47\x45\xa5\ \x50\x29\x02\x40\x8d\x00\x22\x6d\xd3\xd4\x95\x9f\x4f\xa1\x63\x4c\ \xc6\x30\x77\x2d\x12\x90\x02\x17\xa5\x54\xd4\xe9\xe4\x48\x2a\xf8\ \x76\x3a\x6e\x11\x89\x85\x57\x86\x03\x6b\x8d\x55\xd8\xb6\x0e\x95\ \xaa\xeb\x2a\x57\xb6\xec\x14\x5a\xab\xb2\x2c\xca\x4e\xb9\x32\x1c\ \x18\x4d\xb8\x64\x46\x22\x22\x79\xef\x8d\x31\x44\x37\xcd\x67\x10\ \x01\x48\x1b\x88\x51\x00\x98\xa5\x75\x6e\x3a\x9d\x1a\x63\x48\x99\ \xb6\x6e\x93\x5e\x34\x45\x01\xdc\x5c\xe9\x88\x90\xc0\x19\x48\xcc\ \x6b\x82\x44\x62\x37\xa0\x20\xb9\x96\x87\xb8\xbf\xbf\xdf\xd4\x0b\ \x04\x2e\xbb\xa5\x22\x15\x59\x10\xc9\x18\x43\x44\x4a\x29\x52\x1a\ \x00\xab\x58\xe5\x79\xbe\xa8\x2b\x65\x94\x97\xd8\x78\x67\xd1\x34\ \x6d\x9b\x65\x99\x36\x7a\x75\x75\xb5\xdb\xed\x8c\xf7\x27\xe6\xb0\ \xc6\x61\x07\x2a\x1e\x65\x8c\x11\xc1\xd6\x35\xde\x7b\xd2\x4a\x14\ \x91\xd6\xac\x74\x13\x63\xed\x3d\x19\x5d\xe4\x16\x94\x72\x3e\x90\ \xc2\xb2\x2c\x11\xc0\xfb\xd0\xed\xe4\x5a\x51\x92\xcc\xec\x8f\xc7\ \xd1\xb9\x4c\x97\xf3\xd9\xbc\xe8\x74\x4d\x96\x45\x65\x57\x86\x43\ \x35\xaf\xb4\x36\xc6\x68\xad\x75\xf0\x2e\x08\xa7\x73\x46\xf2\x5e\ \xcf\x8c\xee\x99\x3c\xcf\xb2\xa6\x6d\x33\x6b\x8d\xb5\xce\x7b\xa5\ \x54\x4c\x05\x01\x71\x32\x9d\x54\x55\x4d\x40\x22\x12\x23\x2f\x09\ \x84\xf0\x47\x67\x99\x37\x0b\xfa\xf3\x27\x57\x04\x42\x0a\x91\x93\ \xbd\x2d\x11\x2d\xaa\xaa\xf5\x6d\x99\xe7\x69\xac\x6d\xad\x25\x8a\ \x2e\x46\x9b\x59\xe7\x2b\x21\x14\x10\x22\xc5\x22\x0a\x50\x91\x0e\ \x31\x1c\x64\x70\x73\x8c\x21\x78\x62\x05\xad\x6b\xda\xb6\x2d\x8b\ \x02\x01\x92\x1b\xc4\x61\x0b\xfa\xd2\x77\x1d\x50\x25\x4f\xf5\xf4\ \x65\xe7\x43\x62\x1f\x1a\xa3\x6f\x1a\xe6\xb4\x6d\x4b\xc0\xdd\x4e\ \xae\x08\xc7\xe3\xfd\xa2\xe8\xb6\x6d\x6b\x8c\xca\xf2\x3c\xe9\x5a\ \x9c\x73\x65\xa7\x5c\xcc\xe7\x79\x77\x98\xe7\x59\xa7\x2c\xf3\x22\ \xb7\x16\xcb\xb2\x68\x1b\xb7\x4c\x9a\xa5\xe4\xc9\xa3\xb4\x46\x6b\ \xed\x68\xb4\xd2\xed\x76\x8c\x31\x08\x18\x62\x00\xc4\x18\x23\x02\ \x84\xe0\x82\xf7\x69\x5e\x71\x73\x80\xf1\x35\xbf\xbd\x04\x51\x3d\ \xfc\x30\x88\xc4\x57\xbd\x0a\xfe\x1c\x8b\x3b\x29\x63\xb4\x02\x00\ \x8c\xed\xd6\xd5\xbd\x6f\xfe\xfa\xbf\xfc\x96\x8f\x6f\x75\x5e\xfd\ \xf6\x5e\x98\x6e\xed\xd4\xf8\xd5\x89\x54\x63\x70\xe5\xe6\xbd\xaf\ \x38\xfd\xca\xb8\xf7\xeb\x6d\x5c\x3c\x77\xf9\x13\xb6\xbc\xcd\xb8\ \x1b\xb3\x66\xaf\x1d\x6f\xe5\x47\x37\x35\x80\xd9\x78\xf3\x7d\x6b\ \xf4\x91\x8f\x7e\x46\x50\x33\xbb\xd1\xf1\x6f\x7f\xd5\xb1\x5b\x26\ \xd7\xfe\xd3\x43\x57\x3e\x1f\x41\xc8\x1e\xbd\xfb\xf6\xb7\xf6\xe1\ \xfa\xc2\xf9\xb8\xfb\x69\xdf\x8c\xc5\x6e\xb5\xe5\xb7\x7d\xef\x37\ \xde\xf6\xc8\x23\x3f\x73\xb9\xb7\xee\xab\x8b\x13\x37\xdd\x1b\xef\ \x9d\xed\x9f\x32\xf2\x19\x2f\x3e\xaa\xf5\xfb\xee\xfb\xe1\x91\x3f\ \x36\xf2\x5f\x78\xb0\x0a\x6b\xcd\x23\x9f\x6f\xb3\xaf\xbb\xe5\xf5\ \xfb\x9d\x7b\xaf\x5f\x7e\x1f\xca\x28\x03\x68\x5e\xb2\xc5\x5d\xa4\ \x32\xe6\x99\xd1\xe8\xd5\x4f\x3c\x71\x71\x51\xc5\x2f\x5a\x15\x69\ \x94\x4e\x48\x91\x39\xd4\x1e\x49\x38\x7a\x24\xc8\xac\xb5\xd6\x2e\ \xf7\xab\x18\x5d\xd3\x34\xa1\x25\xa3\x41\xeb\xa0\x94\x0b\xed\x9c\ \xa3\x26\x65\x04\xe6\x4d\x03\xa0\x42\x84\x22\x2f\x14\x11\x8b\x78\ \xef\x8c\x31\xce\xbb\x76\x3e\xe3\x28\x83\x61\x5f\x59\x83\x64\x6c\ \x9e\xe7\x79\xd6\xef\x77\xbb\xbd\x6e\xa7\xd3\xd1\x4a\x15\x45\x5e\ \x94\x79\x0a\x9c\x31\x46\x87\x10\x9c\x6b\x8d\xd6\x3a\xb3\x20\x90\ \xd4\x2e\x88\x9c\x7a\x71\x66\xde\xde\xda\x76\xce\xd9\x2c\x0f\x21\ \x7a\x0e\x74\x33\xc8\x8b\x9e\xd7\xd4\x24\xc1\x37\x2e\x79\x8c\xcb\ \xb8\x55\x89\x89\x81\x46\x20\x32\x9f\xcd\x5c\xeb\x00\x60\xb1\x58\ \xb4\xae\xed\x75\xbb\x89\xad\x91\x6c\xc4\xdb\xd6\x59\x0b\x44\x94\ \xe7\xf9\x7c\xbe\xb0\x59\x36\xab\xea\xaa\x5e\x18\x6b\x8c\xed\x77\ \xbb\x5d\x11\x69\x9a\x46\x58\x8c\xd6\xab\xa3\x95\x7e\xaf\xc3\x87\ \x5a\x41\x88\xd0\xb6\xae\xaa\x6a\x9b\xe5\x02\xc8\x31\x26\xbf\x2d\ \x46\xd1\x4a\x07\x90\xba\x75\xa0\x14\x12\x32\x51\x14\x08\x22\xce\ \x7b\x4d\xd8\xeb\xf5\x85\xe3\x6c\x36\x2f\x0a\xeb\x5c\x63\x8b\x32\ \xcf\x0b\xcc\x73\x22\xe4\x24\xf6\x6d\x6a\xcc\x28\xb3\x26\xcb\x2c\ \x21\x59\xad\x53\xe7\xae\x08\x33\x9b\xdd\xf4\x23\x0c\x2e\x20\xaa\ \xa2\x28\xac\xb5\x44\x18\x42\xe4\x10\x8c\xd1\xc2\xc8\x91\x8d\x35\ \xde\x79\xe7\xda\x54\x08\x01\x96\x52\x82\x9b\x09\x4a\x4b\xe2\x22\ \xa1\x44\x81\x14\xdf\xf1\xbc\xf4\x2c\x39\x99\x8b\x08\x27\x98\x3f\ \x84\xb0\x98\x2f\x40\x24\xcb\x0c\x30\x47\x0e\x44\xd8\xe9\xf6\xba\ \xdd\xee\x6c\xbe\x20\x24\x4e\x53\x40\x52\x40\xa4\xb4\x89\x2c\xcc\ \x92\x50\xb5\xe0\x43\x2d\x51\x29\x74\xce\xb5\xae\x55\x4a\xb1\x84\ \xe4\xfb\x76\xe8\xd6\xfd\x8b\xf6\x21\x02\x10\x20\x14\x26\x1f\x22\ \x12\x6a\x9b\x13\xc0\xea\x68\x94\x19\x25\x10\xad\xb5\xc9\xb5\x88\ \xa3\xb4\xad\xd3\xda\xe7\x45\x1e\x39\x68\xa3\xf3\xcc\x64\xc6\xd4\ \x75\x1d\x62\x50\x26\x0b\xd1\x67\x99\x1d\xf4\x7b\x40\x48\x4a\x08\ \xa9\x2c\xcb\x74\x3e\x5b\xd2\x8d\xbc\x4b\xc2\x2b\x52\x94\xe7\x79\ \x32\xce\x04\x11\x44\xc8\xac\xf1\x3e\x74\x3a\x65\xa7\x53\xd6\xf5\ \xbe\x08\x6a\x42\x16\xc1\x43\xc8\x28\x10\x91\x1e\x7d\x94\x6f\xb9\ \x45\x8e\x1d\xfb\x73\x2b\xee\x88\xb0\xd8\xbb\x7c\x69\x6b\x0c\xa8\ \x2c\xb5\xef\xfb\xbf\xfe\xf9\x1f\xec\x9d\xfe\xef\xfe\xe9\x3f\xff\ \xbb\xdf\x72\xfa\x9d\x3f\xf1\x2f\x3f\x7e\xd1\x17\x5f\x1d\xd3\x5d\ \x29\xda\xba\xf4\xff\xfd\xe2\x07\xfe\x45\xbb\xf2\xcd\x77\x8d\xe0\ \xb1\xa7\xde\x75\x75\xbe\x20\x65\xd2\xde\x28\x31\x78\x31\xa7\x8f\ \xbd\xca\x8f\x1f\xba\x36\x6f\x12\x4a\x18\xfc\xfe\xb8\xda\x9a\xb9\ \x5a\x90\x88\xac\x9f\x7e\xe6\x5d\xef\xff\xc7\x0f\x4f\xd6\x5f\x73\ \xeb\x3d\x57\x9e\xfb\xed\x27\xf7\xf7\x9b\xdd\x8f\xbc\xe7\x0f\xff\ \xe9\x87\x2e\x2d\x5e\x7d\xef\xf7\xf4\xc0\x0b\x25\x1f\x6c\x12\xf6\ \x02\x98\xbc\x8f\x9a\x7a\xeb\xca\xe5\x77\xff\xc6\x87\xff\xd5\xd5\ \x16\x0a\x98\x3d\xfe\xcc\x47\x8e\xdd\xf6\x8e\x07\x36\xda\x47\xcf\ \x7d\x1c\xb2\x35\xf3\xa2\x9a\x6a\xfe\x59\x3c\x9e\x1d\x8d\x48\x60\ \x73\x3e\x8f\x5f\x84\x57\x26\x34\x70\x6d\x75\x35\x72\xf0\xde\xb9\ \xb6\x71\xde\xb7\x4d\x5b\x55\x8b\xba\xae\x11\xd1\x68\x53\xd7\x95\ \x0f\xce\xe8\x24\x15\xa4\x20\xb2\xf0\xde\x13\x89\x31\x3a\x2f\x5c\ \x60\x9d\x15\x26\xef\xdc\xd8\xd9\x9d\x2d\x1a\x9b\x17\x36\xcb\x49\ \xe9\xd6\x85\x6e\x6f\x08\xa4\x9a\xd6\x09\x73\xd3\xd4\x4d\xb5\x18\ \x0e\xfa\x9b\xeb\xeb\x2b\x2b\xc3\x5e\xaf\x37\x18\xf4\xad\x35\x29\ \x9a\x86\x0e\x0c\xc1\xa3\xf7\xf3\xd9\xec\xca\xa5\x4b\x17\x2f\x5e\ \xd8\xda\xba\x51\x57\x8b\x64\xa1\x97\x34\x7b\x3b\xbb\x3b\xcc\x0c\ \x80\xce\x39\xb9\xe9\xe9\x8d\x37\x2b\x3b\x2e\x3d\x10\x0f\x24\x94\ \x37\xad\xac\x44\x20\x32\x2b\xad\x88\x50\x40\xac\xb5\x83\xc1\xa0\ \xdb\xed\x22\xc2\x78\x32\x89\x31\x14\x45\x9e\x00\x5f\x6b\x6d\x96\ \xe7\x79\x91\x67\x79\x3e\x5c\x19\x6e\x6c\x6c\x6c\x6e\xae\xe7\x79\ \x3e\x9f\xcd\x76\x77\xf7\x62\x8c\x44\x64\xd2\x04\x13\x80\x93\x0f\ \xd4\x21\x43\x54\x31\x4d\x1d\xeb\xa6\x71\xae\x65\x8e\x49\x02\xea\ \x5d\xa8\x9b\xb6\x6a\xda\xc0\x42\x5a\x19\x6b\x3b\x9d\x6e\x96\xe7\ \x48\x14\x23\x87\x18\xdb\xb6\x15\x96\xb6\x75\xcc\x31\xcf\xf3\x94\ \x38\x8a\xa4\xb4\x31\x5a\x9b\x94\xad\x4c\x20\x99\xd5\x99\xd1\xe9\ \x79\x02\xb3\xa2\x94\xb1\xca\x71\x69\xb4\x96\xf8\x29\xec\xda\xd6\ \x3b\x17\x42\x48\xed\x70\x9a\x33\x8a\x30\x88\x74\x7b\x1d\xa4\x64\ \x22\x13\x99\x59\x1b\x45\x2a\x99\x29\x26\x23\xa0\xf4\xb1\xdc\xf4\ \x81\x58\x0e\x53\x93\x0d\x01\x0b\x02\x26\xa5\x71\x22\x4a\x36\x6d\ \x13\x42\x48\xac\x79\xad\x74\x1b\x3c\x8b\x24\x23\x0a\x24\x12\x49\ \xd4\x78\x45\xa4\x20\xd1\x13\xf1\xc0\x2c\x17\x25\x4a\x9c\xcf\x67\ \xd6\xda\xe1\x70\x90\x9e\x2a\x2c\xa7\xba\x87\xae\xed\x69\x8b\xba\ \x09\x33\x21\xb3\x44\x06\x52\xca\xa4\x43\x8c\x73\x21\x86\x14\xf3\ \x5b\x76\x8a\xba\xa9\x9d\x73\x59\x96\x21\x82\xf7\xde\x05\xef\x7c\ \xd8\xd9\xdd\xd9\xda\xd9\x49\x6f\x09\x52\x48\x88\x46\xeb\x64\x6e\ \xaf\xb5\x4e\xaf\x28\x1d\x7a\x92\x77\x69\x32\xac\xf6\xde\x05\xe7\ \xbd\x73\xae\x6d\x09\x91\x52\x5c\x09\xc7\x10\x7c\xb7\xd3\x3d\x79\ \xe2\x24\x21\xc6\x18\x84\x23\x82\x00\x7e\xad\x54\x48\x44\xf0\x5e\ \x3d\xf4\x30\xdf\x76\x9b\xf4\xfa\x10\xe3\x9f\x4f\x71\xc9\x33\xf5\ \x89\x5f\xfd\x1f\x1f\x04\x32\x59\x69\x00\xdc\xee\xe7\x7f\xfa\x47\ \xff\x9e\x35\x46\xa2\xf7\x0c\xf6\xab\x23\xb9\x8b\x88\xcd\x8f\x8e\ \x3a\x83\xca\x9e\xee\x2a\x57\xc7\xf2\xae\xdb\xde\xde\xb8\xeb\x0b\ \xf3\x86\xd3\x47\x5e\x39\x38\x72\x72\xff\xda\xfb\xa2\x1a\x1c\x5f\ \x3d\xb3\x7f\xed\x37\x6b\xb0\x39\x00\x92\x9e\x6d\x7f\xfc\xe3\x37\ \x22\x92\x51\xa4\x94\xea\x8d\xfa\x9b\x79\x63\x47\x9d\x4e\xb5\xd5\ \x1c\x39\xf6\xd6\x9e\xdc\xd8\xa9\xa3\x92\x59\xdd\xd6\xda\xe4\xb3\ \xdd\xc7\xe0\xce\xb7\xdf\xb6\xf6\xf2\x5b\x36\x36\xf7\x9e\x7b\xd2\ \x93\x21\xd4\x0a\xaa\x8b\x17\x7f\xe7\xa1\xcb\x93\x8c\xb8\xd8\xe8\ \x64\x36\xdb\xbf\xf1\xf1\x1b\xb7\x7d\xef\xe6\xf8\xc1\x8b\x55\xf9\ \xba\xac\x67\x15\xc8\x4b\x16\x97\x01\xd0\x22\x57\xfb\x3d\x0d\x70\ \x74\x7f\xbf\xfa\x63\x93\xdf\xc9\x64\xbc\x98\xce\xad\x55\xa4\xd0\ \x28\x8d\x04\xcc\xb1\x9a\x57\x20\x58\xe4\x25\x8b\x90\x51\x4b\x43\ \x3d\x06\x17\xa3\x0b\xcc\x84\x11\x91\x8c\x41\x52\x8b\xba\xe1\x4c\ \x6f\x1c\x39\xe6\x5d\x1b\x62\x44\x52\x2c\xac\x50\xed\xee\xed\x87\ \xc0\xc6\xda\xa6\xae\xcb\x6e\xbf\xd3\xeb\x2d\xea\xd0\x1f\x0c\xb4\ \xcd\x88\x54\x96\xe5\xae\xad\xeb\xaa\x2e\x7b\x9d\x64\x33\x88\x88\ \x59\x96\x11\xe2\x78\x3c\xae\xaa\x5a\x2b\x95\x56\x79\xe4\x48\x44\ \x4d\xdb\xce\xa6\xb3\xa4\x81\xfa\xa2\x99\xd8\x41\x1b\x09\x5f\xe4\ \x43\x26\xcf\x1f\xd9\xe5\xe0\x3b\x53\x30\x1b\x00\xfa\x10\x16\x8b\ \xc5\xc6\xc6\x29\x45\xb0\xa8\x16\xae\x6d\xdb\xd6\x01\x40\x96\xe7\ \x00\x31\xd1\xea\x49\x9b\xd4\xce\x03\xe2\xca\x70\xd0\xed\x74\x9a\ \xa6\x89\x81\x09\x15\xa1\x32\x06\x40\xb4\x00\x53\x04\x63\xf4\x61\ \xc9\x90\x4b\x15\x90\x73\x2e\x99\x40\x90\x80\x08\x03\x91\x20\x28\ \xd2\xc6\x6a\x66\x20\x42\x6b\x34\x87\xc8\x08\x65\x99\xdb\xcc\xb4\ \x55\xe5\x11\xf3\xfc\xff\x67\xef\x4d\x83\x2d\xbb\xae\xf3\xb0\xb5\ \xd6\xde\xfb\x0c\x77\x7c\x63\xcf\x8d\x46\x03\xdd\x0d\x90\x04\xc0\ \x49\x93\x39\x89\x12\x65\xca\x22\x65\x0d\x74\xa2\x48\x91\x54\xa9\ \xc8\x91\x68\x2b\x8a\x2a\x55\x51\x22\xa7\xac\xd8\x52\x49\x72\x29\ \x29\xa9\xe2\x54\xb9\xec\x8a\x65\x45\x92\x55\xb2\x25\xc5\x65\xbb\ \xca\x11\x45\x16\x35\x91\x26\x20\x50\x04\x08\x11\x22\x40\x36\xd0\ \x13\x5e\x0f\x6f\xe8\x37\xdf\xe1\x9c\xb3\x87\xb5\xf2\x63\xdf\x77\ \xfb\x75\xa3\x1b\xe8\x11\x3d\xbc\xf3\x81\xc5\x7a\xc0\xbb\xef\xde\ \x73\xd7\x39\xfb\xdb\x6b\xaf\xe1\x5b\x69\x0c\xb0\x0d\xcb\x32\x27\ \x65\xcb\xca\xa7\x46\x21\x64\x59\xae\x95\xb2\xce\x25\x5a\x23\x30\ \xa2\xd2\x0a\x95\xa2\xc0\x4c\x44\xa4\xb5\xc4\xe1\x76\xc6\x78\xef\ \xad\xb5\x84\x97\x34\x96\xa3\xfc\xbd\x36\xda\x07\x5f\x14\x45\x9a\ \xa6\xbb\x77\xed\x3a\x77\xfe\x5c\x60\x06\x88\xdd\xe4\x48\x8a\x88\ \x74\x90\x00\xa4\xe2\x94\x44\xad\xf5\x28\xfb\x17\xc9\x12\x47\xff\ \x00\xa3\xf3\x2e\x49\x0d\x78\x61\xe1\xcd\x5e\xaf\xd1\x6c\x10\x82\ \x75\x4e\x80\x1b\x8d\x66\x65\xd9\xb9\x80\x48\xb1\xe0\x55\x91\x0a\ \x21\x84\xe0\x9d\x77\x2c\x4c\x00\x88\x04\x08\xce\x39\xad\xb0\xd5\ \x6c\xed\xdd\xbb\xa7\xd5\x6a\xd9\xca\x2a\x22\xe7\x9d\xdc\x7c\xcc\ \x7d\x34\x41\x3c\x06\xf3\x08\x90\x48\x31\x05\x11\xb6\x2e\x28\xc5\ \x4a\x6b\xef\x9d\xad\xb8\xd1\x69\x32\x8b\xb5\x2e\x4d\x52\xad\xa8\ \x28\x8a\x34\xcd\x9a\xcd\x66\xe9\x4a\x63\xcc\xc4\xc4\x64\xf0\xae\ \x3f\x1c\x34\x90\x53\x44\xa3\x82\x52\xb1\x20\x49\x19\xa3\x10\x89\ \x59\xb4\xd6\x49\x92\x58\x5b\x69\x6d\xb4\x36\x51\xbf\x54\xeb\xa8\ \x9e\x04\x5a\x9b\x80\x3e\x86\xe3\xb5\x56\xab\xab\xab\x7b\xf6\xee\ \x1e\x0c\x87\xc3\xc1\xb0\xdd\xea\x2c\x2c\x2e\x2e\x2e\x2d\xdd\x20\ \xb9\x6b\x8d\x73\x73\x74\xe2\x84\xfb\x89\x9f\x90\x56\x13\x87\xc3\ \xb7\x30\x2c\xa3\x69\x5b\x88\x26\x55\x00\x00\xa8\x6f\x20\x11\x29\ \xe2\xd3\xe6\x93\x1f\x79\xcf\x77\xe6\xe4\xcf\x1c\xff\xcd\x57\x36\ \xcd\x47\xbe\xe5\xbb\xe7\xfe\xfa\x9f\x7d\xfe\x6b\x2f\x7c\xf4\x9b\ \xff\x57\xbf\xfa\xf9\x3f\x3a\xf3\x92\x31\xd3\x10\x16\x96\xd6\x96\ \x69\x4b\x0f\x00\xc9\x18\x32\xa3\xb2\x45\x9a\x7e\xf7\x53\x3f\xbe\ \x37\x6f\xf6\x56\x3e\xfb\xe7\xa7\x5f\x79\xe4\x89\x9f\xde\xd5\xff\ \x8c\x6f\x1d\xfb\xf6\xb7\xbd\xcf\x60\xff\xb9\x17\x7f\xfd\xe2\xea\ \xd9\xa7\x4f\x3e\xf1\x6d\xef\xff\x5f\xd6\x97\x3e\xf3\x99\xd7\xce\ \x1a\xad\x45\x42\xaf\x77\xde\xb3\x49\x4d\xa6\xc5\xa1\x14\xab\xbd\ \x65\x94\xcd\xff\xfc\xec\xcf\x9a\xb0\x81\xe9\x93\xeb\xfd\x55\x44\ \x85\xf7\xb0\xeb\xae\x98\x2f\x74\x3a\xfd\x2c\x9d\x39\x71\x72\xae\ \x28\x80\x68\x7c\x62\x63\xe6\xb2\x2c\x9a\xad\x86\x89\xe9\x6c\x11\ \x10\x0e\x82\x60\xb0\x2c\xac\xab\x98\x08\x02\x06\x10\x84\x10\x04\ \x7c\x14\xa0\xca\x1a\xcd\x4e\xb3\xd1\xc8\xb2\xc0\x0c\xa0\xac\xb5\ \xd6\x98\x2c\x35\x65\x31\x1c\x75\x1c\x9a\xa4\xd5\x6c\x06\x01\x22\ \x08\x21\x70\xe0\x28\x51\x92\xe7\x39\x80\x46\xa2\xc4\x18\x94\xa0\ \x94\xca\x92\x6c\x4b\xe2\x86\x85\x48\x1b\xdd\xed\x76\x27\x26\xba\ \x71\xee\x5a\xf0\x41\x29\xe2\x20\xeb\xab\xab\xf1\x30\x01\x20\x61\ \x7c\xdc\x1c\x11\xb9\x6c\x0b\xa8\x8e\xda\x99\x46\xec\x3f\x52\x2e\ \x04\x1f\x02\x8c\xaa\x2a\x6d\xbf\xd7\x2f\x8a\x02\x89\xda\xed\x96\ \x4d\x12\x66\x51\x8a\x8a\xb2\xac\xaa\x2a\x4b\x33\x52\x3a\x70\xd0\ \x10\x67\xc8\x51\x08\x4e\x11\xe5\x69\xca\x0c\x44\x0a\x04\x48\x41\ \x08\x3e\x0e\xa3\xf0\xde\xdd\xd2\x96\x8e\x44\x5b\xa3\xc3\x01\x84\ \x90\x74\x0c\x38\x08\x70\x60\x45\x8a\x10\x87\x83\x7e\x9a\xe8\x3c\ \x6b\x00\xa2\x2d\xcb\x24\xd1\x9a\x54\x59\x16\xda\xe4\xa4\xa8\xd5\ \x6a\x69\x93\x66\x69\x6a\xab\x32\x30\x87\xe0\x07\x83\x7e\xd2\x68\ \x27\x46\x27\xc6\x00\xc5\x1c\x26\x7a\xef\x51\x6b\x85\xc8\x88\x5b\ \xd2\x30\x42\x88\x8d\x46\x1e\x45\x34\x23\xef\xf8\xe0\xaa\xaa\xec\ \xf7\xfb\x21\x84\x2c\x6b\xec\xde\x33\xdb\x1f\xf6\x7c\x08\x69\x92\ \xae\xad\xaf\x17\x45\x19\x58\x98\x03\x00\x08\x87\x58\xb2\xc2\xc2\ \xd1\x7b\xdd\xf2\x85\xb7\xf4\x6c\x45\x42\x60\x16\x21\x45\x48\xa3\ \x83\x2d\x87\x60\xb4\x0a\xde\x57\x55\x35\x28\xfc\x60\x58\x88\x20\ \x2a\xc5\x1c\xc5\x00\xd8\x7b\x17\x7c\x14\x2a\x50\x51\x88\x62\xcf\ \xde\x5d\xbb\x67\x67\xf3\x2c\x21\x85\xce\x5a\x22\x8c\x1a\x12\xb7\ \x56\x9c\x26\x97\x34\xe8\xa3\xf6\x3a\x20\x20\xb0\x08\x2a\xb2\xb6\ \x42\xe6\xe0\xa8\xdb\x6e\x68\x63\x5c\x35\x60\x0f\x89\xd1\x44\xe4\ \x9c\x2f\x8b\xc2\x49\xf0\x7e\x30\x3d\x31\x05\xc6\x34\x1a\x8d\x8d\ \xcd\x75\xd2\x2a\xc9\x21\x4b\x93\x3c\x4b\x05\x51\x69\xda\x12\xca\ \x67\xa2\x58\xda\x1b\xa2\x84\x0e\x69\x6d\x4c\x82\x20\xce\x7b\x67\ \xab\x10\x58\x44\xac\xad\x7a\x9b\xfd\x78\x80\xdb\xb7\x77\x0f\x21\ \xe5\x8d\xc6\xae\xdd\xb3\x6b\xeb\xeb\x37\x46\xee\x62\x8c\x7a\xf5\ \x55\x60\x0e\xef\x7a\x17\xdc\xe1\xf6\xa5\xdb\xbf\x3d\x90\xe9\xaf\ \xfe\xf1\x1f\x7c\xf6\x8f\x01\x38\x30\x2b\xa5\xff\xe4\x0b\xff\x04\ \x11\x79\xe3\xdf\xfc\xce\xd9\xdf\x17\x0e\x48\xda\xe0\xc6\xd3\xcf\ \xfe\x1f\x80\xfa\xf5\xd3\xfb\x10\xb5\xb8\x33\x7f\xfc\x9f\xff\x21\ \xa2\x84\xe0\x91\xcc\xd7\xbe\xfa\x6b\x2f\x03\x21\xbe\xfc\xbb\xe7\ \xff\x23\xb0\x0f\x40\xa9\xd1\xa7\x8e\xff\x8b\xd3\xaf\x2a\xe1\x80\ \x64\x08\x01\x70\xf8\xa5\x2f\xfe\x0a\xa0\x49\x88\x00\x52\xbf\xf6\ \xec\xa7\xfe\xf2\x19\xa2\x0c\xfc\x7a\x89\x8a\x8a\xaf\xfe\xe1\x33\ \x2f\x12\x25\xea\x1e\x6e\xc0\x42\x91\xc2\x98\x33\xb3\x33\xdf\x72\ \xfa\x34\x0d\x87\x9c\x5f\x56\x76\x1a\x82\x47\x04\xe7\x02\xb3\x8f\ \xd4\xec\x9c\xd3\xda\x10\x6a\x66\xf1\xc2\xa8\x84\x00\x09\x88\x04\ \x14\x92\x22\x1d\x87\xab\x59\x6b\x53\x9d\x13\x42\x92\x68\x0e\xb6\ \x2c\x2a\x09\x3e\x49\xd3\x3c\x4f\xbd\x0b\x9a\x00\x02\x37\x1b\x4d\ \xeb\xac\xb5\x3e\x4b\x48\x29\x50\xa4\x89\x0c\x29\x25\x80\x44\x4a\ \x93\x12\x66\x19\xf5\x1c\x81\xb3\x95\x48\x30\xda\x00\x40\x4c\xc7\ \xc5\xa9\x4c\xde\xf9\xa5\xa5\x25\x1e\x75\xc9\x43\x08\x01\x81\x00\ \x41\x40\x08\x69\xdc\x3d\xb3\x15\x6a\xbf\x14\x8f\xe5\x98\x3f\x24\ \xe5\xac\x65\x91\x38\xd2\x67\xb3\xb7\x31\x18\x0c\xb3\xcc\x20\x62\ \x9a\xa5\x1c\xe2\x5c\x1e\x1d\x42\xe8\x0f\x86\x2c\x90\x24\x26\x49\ \x53\x00\xb0\xb6\x54\x00\x4a\x29\x22\x15\x82\x38\x17\x98\x19\x09\ \x15\x92\x56\x3a\xd0\x2d\x30\x3b\xa2\xf0\xa8\x02\x30\xe6\x45\xa2\ \x53\x2c\xcc\xf1\x18\xc2\x22\x12\x38\x31\xca\xb9\x0a\xd8\x73\x23\ \x15\x0e\x20\x1c\x78\x34\x58\x43\x44\xac\xb3\x82\xba\xa8\xec\xf4\ \xd4\x74\x9e\x65\xc1\x56\x65\x31\x48\x48\x65\x69\x1a\xc4\x29\x8a\ \xfa\xc4\x71\xf8\xe8\x96\x26\x17\x00\x8c\x0e\x31\x40\x84\x71\x4c\ \x0a\x00\xc6\xb2\x9d\xd2\xba\xa2\x2c\x85\x39\x8e\xe3\xd0\x89\x39\ \x7a\xf4\x68\xe0\x90\xe7\x79\xaf\xd7\x5b\x5b\xdb\xd8\xd8\xdc\xd8\ \xd8\xd8\x8c\xef\x08\x82\x31\x52\x64\xb4\x09\x1c\x2e\x95\xd0\x60\ \x1c\x6c\x2c\x31\xdf\x48\x44\x10\x58\x2b\x87\x88\x26\x4d\xcb\xb2\ \x30\x46\x0f\x37\x7b\xe7\xe7\x57\xaa\xc2\x92\x52\xa8\x74\x60\x07\ \x08\xcc\x12\x82\x17\x88\xfb\x01\x75\x27\x27\x66\xa6\xa6\xa6\xa7\ \x27\xf3\x3c\x11\x0e\x00\x8c\x94\x78\x67\x91\x10\xe4\x56\x17\x1b\ \xe2\x38\x89\x40\xc1\x3b\x61\x41\x15\x8b\x4b\x30\x49\x32\xb6\x95\ \xb5\xa5\xb5\xd6\x28\x68\x64\xb9\x52\x28\xc1\x67\x59\xae\x94\xb6\ \xce\x39\xf6\x5a\x9b\xd2\x56\xde\x56\x46\x1b\x00\xd1\xda\x20\x40\ \x4c\xc8\x7b\xe6\xf1\xd6\x13\x02\xc7\x99\x1b\x18\xf5\x15\x00\x38\ \x84\x32\x0c\x41\xc4\x98\x04\x89\x94\xd2\xc3\xe1\xc0\x56\x96\x08\ \xdb\xed\x0e\x11\xa5\x69\x12\x82\x1f\x0c\x07\x5a\xd3\xcc\xec\xf4\ \x0d\x7a\xee\x4a\xd1\xd7\x8f\x03\x00\x3f\xfa\x08\x3a\x07\xf7\x1f\ \xa2\xe1\x54\x1c\x92\x8b\xa4\x00\x40\xc5\x43\xf4\x16\x9b\x13\x99\ \x37\xfb\x73\x54\x2a\xaa\xc7\x6c\xe3\x64\x1a\x95\x3e\x28\x65\xb6\ \xbf\xdb\x95\x6f\x88\x34\xfa\xb8\x51\x87\x14\x2a\xa2\xfb\xc2\x70\ \xe7\xa6\xa6\xd5\xe9\x53\xd4\xeb\x71\xb3\xb9\x3d\x1c\x47\x0a\x43\ \x19\x8c\x51\x51\x6e\x23\xf8\x40\x4a\x45\x65\x5d\xa3\x4d\xf4\xc2\ \x48\xa1\x02\x15\xf5\x43\x44\xd8\x68\x8d\x82\xce\x3b\x52\x4d\x22\ \x32\xa4\x98\x43\x60\x97\x68\x2d\xc2\xb6\xb2\xce\x39\x20\x1a\x0e\ \x8b\xaa\xaa\x92\x2c\x69\x77\x9a\x12\x82\x30\x1a\x4d\x81\x99\x50\ \x81\x08\x21\x91\x22\xa5\x55\x08\xcc\x1c\x65\x46\x00\x04\x9d\xf3\ \xcc\xac\xb4\x32\xc6\xb0\x0f\x21\x70\x65\xdd\xda\xfa\xba\x22\x1a\ \x8d\xdc\x84\xad\x80\x2f\x8c\xf3\xa8\x97\xee\xac\x8c\x3a\x40\x46\ \x0d\x94\x22\x42\x84\x02\x10\x02\x93\xd6\xa4\xd4\xb0\x28\x63\xc1\ \x5f\x59\x96\x89\x31\x14\xf5\x52\x00\xf2\x3c\x67\xe6\xcd\x5e\xbf\ \xaa\xca\xc4\xb9\x3c\xcb\xb5\x4e\xbc\xb3\xc2\xcc\x0c\x31\x48\x42\ \xd4\xb6\xae\xce\x00\x00\x20\x00\x49\x44\x41\x54\xa4\x05\x98\x05\ \x8c\x36\x5a\x53\x96\x65\x37\x1f\x1f\xd8\x3a\xae\x20\x02\x20\x8e\ \xfa\xb6\x88\x52\x6d\x48\x6b\x6b\xad\x31\xda\x7b\x47\xa4\x6d\x55\ \x79\x17\x38\x09\x69\xa2\x15\x01\x02\x24\x79\xae\x94\x02\xf0\x55\ \x59\x6a\x93\x38\x5b\x6d\x0e\x86\x79\x6a\x7c\xe0\x8c\x54\x59\x16\ \x20\x64\x8c\x76\xe1\x92\x9e\x5a\x54\x72\x40\xdc\x52\x6d\xd4\xc6\ \xd9\x30\x1c\x6e\x22\x62\x9e\xe7\x44\x89\x52\x60\x92\x04\x89\xb4\ \xd6\x2c\x82\x51\x72\x59\x61\x08\xec\xad\xcd\xd2\x74\xff\xfe\x7d\ \x49\xa2\x7b\xbd\x5e\x60\x19\x55\x2f\x8a\x4c\x76\x3b\x7b\xf6\xec\ \x16\x90\xb3\x67\xcf\x95\xa5\x25\x52\x91\x37\x93\x34\xcd\xf3\xbc\ \x18\x0e\x51\x82\xd1\x7a\x72\xa2\x93\x24\xda\x3b\xd7\x1f\x0c\x8b\ \xa2\x28\x8a\xb2\x37\x70\x8c\x10\x42\x90\x38\xa7\x85\x19\x82\x6f\ \x36\xf2\x6e\xbb\x3d\x35\xd9\x6d\x34\xdb\x4a\x1b\x4d\x84\x08\xb1\ \xd7\x81\x39\x04\x17\x88\xe2\xb4\xba\x5b\xf7\xa4\x70\x5c\x09\x4c\ \x44\xa3\x48\x12\x07\xeb\xbc\x49\xd2\x46\xbb\xd9\xdb\xb0\x80\x94\ \xa4\xa9\xf3\x95\xb5\x3e\x4b\x92\xe1\x70\x40\xa4\x94\xd6\xa8\x30\ \x4b\xb3\xe0\x5d\x59\x56\xba\x41\x84\x54\x56\x15\x50\xe2\xc5\x00\ \x0a\x80\x78\xef\x63\x8e\x8a\xa2\xba\x82\x08\xb0\x08\x30\x11\x09\ \x73\xe5\x5c\xf0\xa1\xd1\xa0\xd8\xd9\xa4\x94\xce\x73\xdd\x6c\x52\ \x1c\x11\xe5\xbd\xf7\xde\x79\xcf\x81\x90\xf9\x86\xea\xdc\x89\xb0\ \x2c\xd5\x73\xcf\xc9\xf4\x34\x3f\xfa\x28\xdc\x97\xe4\x5e\xe3\x26\ \x03\x8d\x67\x66\xa6\xe1\x2b\x2f\x66\x27\x4e\xf4\xf7\x5d\x3e\x2f\ \x5b\x38\xea\x64\x69\xa5\xbc\xf7\xd1\x3d\x0e\x10\x90\xc0\xb1\x15\ \x10\xa5\x10\x01\x03\x42\x5c\xd0\x5a\x6b\x0e\x3c\x70\xfd\x44\x9b\ \x58\x9e\xcc\xc2\x21\x70\x6a\xd2\xb2\x2c\x9a\xcd\x46\xd6\x68\x98\ \xc0\x5a\x9b\x24\x6d\xf8\xe0\xca\xaa\x80\xfe\x46\xa3\x35\x61\x4c\ \x9a\x1a\x2d\xa8\xa3\xcc\x54\x31\xac\x92\x34\x31\x3a\x11\xb1\x71\ \xb4\x9b\x77\x3e\x8a\xea\x19\x63\xe2\xd0\x4e\x20\x00\xc0\x8d\xf5\ \xcd\x41\x7f\x48\xa3\x19\xaa\xcc\xcc\x6a\x24\x09\x4b\x30\xea\x78\ \x1f\xeb\xd0\xe2\xa5\x19\x9f\xa3\xf4\x2a\x03\xb3\x22\xf2\xde\x27\ \x49\x0a\xa8\xad\xf5\xc3\xa2\x48\x53\x4d\x00\xce\x56\x88\x4a\x29\ \x15\x25\x3e\x12\x93\xb6\xdb\x24\x20\x18\x73\x64\x44\x3a\xc9\xbc\ \x73\x48\xb1\xb5\x70\x74\x9c\x8f\x93\x16\x42\xc0\x91\x08\xee\xcd\ \xdc\x0f\x41\x22\xd2\x94\x66\x49\x92\xa6\x88\xc8\xde\x5b\xe7\x09\ \x31\x00\x03\x87\x34\x4b\x4a\x67\x11\x31\xc9\x9b\xc5\x50\x1c\x43\ \x92\x35\xbd\x2f\xac\xb5\x59\x9a\xda\xca\x0d\x43\xa1\x0c\x36\xf2\ \x86\x42\x14\x67\x91\xbd\xa2\x4c\x9b\x74\x58\x55\xb9\xd6\x82\x04\ \x00\xde\xf9\x58\x9b\x91\x20\x46\x01\x93\xd8\x75\x24\xcc\x08\x80\ \x44\x8d\x46\x0b\x04\x38\x04\x0b\x8e\x88\x42\x10\x16\x60\x01\x11\ \xf0\xde\x31\x8b\x22\x32\x44\x28\x4c\x48\xbd\x8d\x8d\x41\x6f\x40\ \x48\xa8\x48\x84\x44\x38\x04\xd7\x6c\xa6\xcd\x66\x92\xa5\xf9\xc6\ \xfa\xc6\xa0\xbf\x98\xe6\xb9\x80\x10\x4a\x92\x98\x7d\x7b\x76\xaf\ \xad\x2e\x07\x5f\xed\xde\x35\xdb\xed\x76\x43\xf0\x01\xa4\xdf\xeb\ \xaf\xad\x6d\x80\x36\x1c\x55\x6d\x49\x09\x04\x8d\x52\x55\x65\x62\ \xf4\x63\x87\x0f\x4f\x74\x3b\x21\x04\x40\x8c\x25\xb9\x10\xe5\xe7\ \x59\x48\x08\x35\x92\xa2\xed\xd3\x47\x6f\x2e\x22\xc3\x80\x71\x62\ \x9f\x30\xb3\x78\x52\x24\x8e\x11\x35\x8b\x48\x90\x24\x4f\x01\x18\ \x95\x76\xde\x7b\x1f\x40\xa0\xd5\x6c\xb1\xb3\x81\x39\x6f\x64\xc6\ \x24\xa8\x12\x09\x4c\x48\x10\xbc\x52\x2a\x49\x33\x1b\xd8\x05\x10\ \x64\x65\xc8\x85\xa0\x50\x69\xad\xc1\x39\x66\x26\x00\x52\x3a\x76\ \x4e\x6b\xa5\xd9\xf9\x66\xb3\x03\x80\xb6\xaa\x8a\xa2\x8a\x05\xa0\ \x1c\x98\x34\x00\x73\x08\x7e\x54\x24\x00\x4c\x64\x54\x94\xd1\xb9\ \x7e\x72\x87\x8d\x0d\x3a\x79\x82\xdf\xf3\x5e\xe8\x74\xe0\xce\xb7\ \x2f\xd5\xb8\x67\x0a\x22\x61\xb1\xd3\xde\x34\xa6\xf1\xca\x2b\xbd\ \x0f\x7f\x18\x2f\xcb\xc2\xe8\x58\x69\x1b\x25\x71\x79\x34\xdd\x11\ \xe3\xbc\x6a\xa5\x08\x08\x82\x67\xa5\x88\xb4\x16\x91\x44\x1b\x11\ \x1f\x3c\x17\x45\x51\x55\x95\xb5\x2a\x00\xa7\x89\x71\xde\x9b\x24\ \x41\xa4\x7e\x7f\xe0\x7d\xc8\xb2\xbc\xdd\xed\x28\x21\x93\xe9\xc1\ \xa0\x68\x11\x91\x56\xd1\xe3\x46\x22\xad\x74\xcc\xc5\xc5\x6e\x20\ \xd8\x8a\xa7\x10\x51\x9a\xa5\x3e\xf8\xb2\x2a\x15\x29\x11\x50\x82\ \x00\xa0\xb5\x09\xa3\xda\xe7\x10\x27\xc9\xc7\x40\x69\x1c\x11\x77\ \x49\x1e\xfe\x52\xe4\x7d\xd4\x40\x39\x2e\x64\x66\x1e\x79\xb1\x3e\ \x84\xe1\xb0\x98\xec\xb6\xe2\x94\x1f\xef\xab\x34\x49\x4d\x6a\x10\ \x30\x56\xef\xc5\xc6\xa2\x28\x29\xee\x7d\x10\x00\x61\x8e\xc7\x85\ \xad\x51\x7f\x18\x8b\x43\xe8\xe6\x25\x7f\x25\xcb\xf3\x89\x89\x89\ \xe8\x26\x07\x66\xe7\x3d\x33\x27\x69\x2a\x20\x22\x9c\x37\x5a\x7e\ \x18\x50\x48\x6b\xad\x95\x76\xde\x97\x65\x99\x18\x6c\x36\x9b\xf1\ \x34\xd3\x68\x36\x75\x12\xc3\xde\x1c\x35\x05\xf3\x3c\x34\x1a\x0d\ \x1b\x42\x65\x2d\x29\x13\x55\x7c\xb5\xd2\x31\xd3\x10\x87\xa3\x22\ \xa0\x51\x26\xca\xab\x09\x8b\xd0\x68\xe8\x12\x78\x36\xda\x20\x21\ \xc9\xe8\x0b\x22\xa0\x52\x64\xb4\x76\x96\x9d\xf7\x00\x50\x55\x95\ \xb5\x56\x9b\x84\x05\xac\xf3\x71\x80\x75\x96\x25\xce\xd9\x2c\x4d\ \xf3\x34\x43\xc4\x10\xd8\x24\x1a\x50\x98\x03\x82\x1c\x7a\xe8\xa1\ \xe0\xab\x58\xa5\x83\x88\x08\xd4\x68\x36\x56\x56\xd7\x28\xb6\x61\ \x02\x00\x48\x3c\x82\x67\x49\xd2\xe9\xb4\x8d\x51\xde\x59\x89\xfa\ \x21\xf1\x34\x8e\x4a\x93\x62\x42\x66\xc6\x28\x7b\x00\x72\xab\x95\ \x0b\xa3\x31\xdf\x97\x54\x2d\x89\xa2\x30\x46\x10\x00\x42\x72\xce\ \x22\x62\x60\xd6\x89\x21\x20\x66\xce\x1b\xcd\x94\xbd\x31\xba\xd9\ \x6c\x0e\x0b\xeb\x9c\xab\x4a\xa7\x47\xf9\x8c\xa0\x4d\x6a\x03\x0f\ \xac\x65\x51\xe3\x59\x83\x5b\x45\x39\x08\x20\x3e\x04\x61\xf1\xce\ \x55\xd6\xb1\xa0\x52\x26\xba\x14\x4a\x29\xef\x61\x94\x8a\x26\x0a\ \x8c\x04\x40\x8a\x00\xa4\xaa\x2a\x81\x1b\x92\xfc\x55\x0a\x7b\x3d\ \x3a\x7d\xc6\xfe\xed\xef\x01\xe6\x9a\xf2\x76\x10\xb9\x33\xf7\x4d\ \xb2\x94\x67\xfb\x5f\x3d\x01\x97\x67\x23\x46\xb9\x30\x40\xa5\x75\ \x92\xa6\x49\x92\xc4\x21\x66\xf1\xe1\x0c\xc1\x57\xb6\x22\x12\x16\ \x00\x91\x34\x49\xad\x2d\x01\xa0\xd9\x68\x84\xd8\xb4\xad\xb5\x51\ \x08\x20\x5a\xeb\x3c\x4d\xca\xaa\x88\x81\x48\xef\x7d\x08\xbc\xb1\ \xb1\xde\x68\x67\xb1\x00\xda\x3b\x9f\x18\x53\xd9\x20\x2c\x4c\x8c\ \x23\xc1\x2f\xc6\x51\x84\x62\xd4\xc5\x3e\x18\x0c\x10\x30\xcb\xb2\ \xe8\xa2\x95\x45\x45\x44\xd3\xd3\xd3\xf3\x0b\xf3\x10\xe5\x64\x95\ \x8a\x43\x85\x04\x85\x90\x82\x70\xec\x5d\xda\x5e\xc1\x0f\x40\x23\ \x29\x5a\x40\x10\x20\xc4\x38\x16\x2e\x0e\x57\x1b\x0c\xfa\xd6\x76\ \x85\x03\x8b\xc4\x0a\xf7\x50\x85\x2c\x6b\xa0\xf2\xe0\x7c\x4c\x12\ \xc6\xb8\x8f\xb3\x2e\x52\x0d\x22\x46\x72\x41\x1a\x89\x09\x6f\xb1\ \xcc\x4d\x0d\xf3\x44\xac\xca\x72\x58\x14\xa3\x72\x46\x04\x04\x34\ \x89\x21\x45\xd6\x5a\xad\xd4\xc6\xfa\xba\x10\x1a\xa3\x63\xe7\x30\ \x02\x6a\x6d\x8c\x81\x10\xbc\x31\x5a\x25\x5a\x91\x4a\x12\x23\x21\ \x38\xef\x59\x42\xb3\xd1\xd0\xc6\x94\x55\xa5\x4c\x4a\x44\x9b\xbd\ \xbe\xa8\x8c\x59\x02\x8c\xfe\x3c\xb2\x62\x80\x50\x0c\x8b\xaa\x2c\ \x95\x32\xda\x18\xa3\x4d\x96\x65\xa4\x08\x11\x63\x0a\x17\x00\x38\ \x30\x12\x22\xa9\x38\xb9\x43\x29\xe5\x43\x20\xa2\x66\xb3\xb9\xb1\ \xd9\xf3\x6e\x20\x88\x5a\x69\x1f\x7c\x96\x25\xdd\xee\x84\x52\x00\ \x48\x31\xda\xce\x21\x84\x40\x49\xa2\x09\xb1\x28\xca\x3c\x4b\x89\ \x48\x84\xad\xb5\x49\x62\xd2\x34\xed\x76\x27\x36\x37\xfb\x1b\x9b\ \xc3\x98\x35\xf1\xce\xa5\x49\x63\x66\x6a\x72\x6a\x72\xb2\x91\xa7\ \x5a\xa1\xb3\xde\x68\x52\x88\x31\xc3\xe0\xbd\x0f\x18\x62\x67\x5d\ \x54\x1f\xba\x45\xcf\x7d\x24\xe8\x02\x51\x4c\x0e\x46\xea\xd3\x71\ \xcc\xa3\x52\x1c\x42\x51\x14\xce\x15\x0a\x91\x99\x41\x30\xcd\x32\ \x94\x90\xa4\x09\x82\xa9\xaa\xaa\x2c\x6d\x96\x65\x89\x36\x22\x21\ \xcf\xf3\xaa\xaa\xb4\x4e\x98\x65\x30\x28\x4b\x2f\x69\xde\x64\xe0\ \x10\x3c\xfa\xb1\xce\xbd\x70\x90\x62\x58\x14\x45\x91\x26\x89\xd2\ \x1a\x20\xb6\x07\x82\x00\xfb\xe0\x01\x60\x5c\x54\x1a\x13\xd4\x12\ \x48\x6b\x5d\x55\xf6\x86\x3d\x77\x7a\xf5\x55\x5c\x59\xe1\xa7\x9e\ \xaa\xf9\x6e\x67\x91\x3b\x40\x3f\x4d\x97\xba\xdd\x23\x2f\xbf\x4c\ \x1b\x9b\x60\xcc\x78\x77\x27\xa5\x92\x24\x1d\xcf\xb5\x89\xf3\xa6\ \x65\xab\x94\x38\x04\x1f\xd8\x1b\x9d\x10\x11\x10\x66\x79\x96\x24\ \xda\xda\x2a\xb6\xce\x47\x6f\xba\xaa\x8a\xd8\xfb\xbe\xbe\x51\x18\ \xad\x41\x5c\x9a\xa6\x49\x92\xf5\xfb\x7d\x44\x88\xe5\xe0\x65\x51\ \xea\x34\x7a\xee\x23\xa7\x49\x29\x15\xbd\x6f\x8a\xcf\xfa\x68\xb4\ \x1e\xdb\xca\x46\x01\x19\x52\x94\x98\xd4\xb9\x30\x3d\x3d\x6d\x12\ \x53\x94\xc5\xea\xca\x5a\x88\xaa\x8f\x22\xa3\x19\x1c\x1c\x99\xfd\ \xb2\x8e\x45\x1c\x45\x99\x63\x09\x0a\xc6\x0c\x57\x08\x97\xa4\x80\ \xab\xb2\x42\xa2\xd4\x68\x8e\xfa\xb4\x5a\x23\x42\x55\x96\xda\x18\ \xad\x95\x75\xa3\x49\x0b\x51\x0b\x9e\x99\x9d\x75\x20\xb1\x7e\x59\ \x38\xaa\x6b\x29\x34\x68\x14\xd1\xcd\x96\x42\x62\x60\x8e\xa2\xbb\ \xf1\xbb\x10\x71\x6c\x68\x6c\x36\x9b\xc3\xc1\x40\x58\x94\xd1\x08\ \x62\xad\x8f\x99\x06\x16\x56\xca\x08\x72\x23\x6f\x24\x3a\xed\x0f\ \x7a\xc1\x61\x9a\x26\xa9\xd6\xde\x39\xa3\x75\x4c\x96\x38\xe7\x7a\ \x83\x61\x59\xb9\xbc\x9d\x6f\x1b\x48\x3b\x1a\x4f\x4a\x48\x0e\xdc\ \x68\x98\x27\x8b\x75\x56\x69\x25\xe3\x8d\xf1\x52\xa9\x3a\x23\x48\ \x60\x0e\x55\x50\x8a\x44\xc4\x5a\x4b\xa4\xb3\x2c\x63\x59\x8b\x7b\ \xa7\x00\x13\xa1\x31\x86\x48\x42\xf0\x55\x55\xc5\x37\x88\xe3\xb0\ \xb5\xd1\x5a\x6b\x67\xad\x49\x14\x22\x3a\x67\x43\x08\x49\x92\x66\ \x69\x3a\x35\x35\xb5\xd9\x2b\x62\x65\x7c\x3c\x4f\xcc\xcc\xcc\x64\ \xa9\x61\xef\x02\x50\x1c\x7a\x2e\x48\x48\x04\x38\xa2\x60\x42\x8a\ \x92\x00\xf1\xda\x6e\x4b\xbc\x3d\x52\x3b\x22\x10\xa9\xe8\x62\x23\ \xa1\xf3\xbe\xac\x4a\x85\x88\x44\x81\xa5\x28\x4b\xa3\x33\x12\x2e\ \xcb\x2a\xcb\x12\xad\x94\xf7\x4e\x80\xb2\x34\x75\x96\xcb\xd2\x5a\ \xeb\x3d\xab\xc5\xa5\xc5\xca\x4b\x6b\x62\x2a\x56\xbf\x68\xad\x46\ \x05\xa6\xb1\x89\x1a\x39\x49\x12\x0e\x41\x1b\xa3\xb4\xa9\xaa\x32\ \xbe\x26\x7e\x3b\x19\xab\xf9\x00\x44\xdd\xcd\x10\x2c\x73\xac\xfd\ \xbf\xc1\x3a\x77\xf5\xe2\x8b\xd0\xe9\x84\xc7\x1f\x03\x0e\x35\xe5\ \xed\x1c\xa0\x48\x45\xb4\xfa\xe8\xa3\x70\xe2\x64\x72\xfe\x42\x75\ \xe4\x51\xb4\x76\xab\x5a\x26\x36\xe1\x31\x87\x00\x5b\x87\xca\x18\ \x9d\x88\xcf\x28\x80\x26\xa5\x80\xc8\x39\xdf\xeb\xf7\x08\x90\x10\ \x9c\xf7\x20\xa0\x88\x7c\x08\x59\x9a\xc5\x64\xa3\x42\xcc\xb3\xd4\ \x24\x46\x04\x43\xf0\xb6\xb2\x26\x21\x63\x4c\x9a\x35\xca\xca\x0b\ \x59\x5b\x59\x11\x8c\x83\xab\x09\xc9\x39\x07\xa3\xd9\x49\xa3\xbc\ \x56\x08\xa1\xd9\x6c\x2a\x45\xb6\xb2\x20\xba\x0c\x65\x55\x96\x20\ \xd0\xe9\x74\x8e\x1e\x3d\x7a\x36\x3d\xd7\x9d\x9c\x9c\x5f\x58\x58\ \x5d\x5d\x8b\xe3\xf4\xc2\x48\xf4\xfd\xf5\xd5\x90\xb0\xa5\x2d\x38\ \x6a\x56\x1d\xe9\xca\x22\xfa\x10\xac\xb5\x89\x31\x49\xa2\xbd\xf3\ \x00\xec\x9c\x25\x45\xa4\x94\x77\x9e\xb4\x52\xa4\x00\x29\x46\x63\ \xac\xb5\xc6\x98\x24\x4d\x46\xdb\x8f\x00\xd2\xa8\x05\x86\xc3\x56\ \x68\xe1\xa6\xaa\x35\xa2\x40\x8a\x52\x2a\x36\xcb\xc4\x1b\x51\x14\ \x45\xbb\xdd\x9e\x9c\x9c\x1a\x0c\xfa\xd6\x7b\x5b\x39\x0e\xac\x89\ \x98\xd9\x56\x55\x48\x40\x11\x96\x65\x49\xb9\x32\xc6\x54\x55\x29\ \x21\x34\xf2\x4c\x11\x85\x10\x86\xc3\x8a\x11\x57\xd6\x36\x07\x65\ \xb9\x6b\xf7\x3e\x11\x31\x46\x8d\xef\x66\x08\xc1\x3b\xa7\xb4\xd6\ \x46\x6b\x6f\x10\x50\x2b\xc5\xc2\x84\x14\x24\x56\x37\x4a\x2c\x7a\ \x89\xf2\x87\xf1\xfe\xc3\x56\xc1\x12\x22\x6a\x93\xa6\x69\x0a\x22\ \x80\x51\x9a\x4d\xe2\x8b\x95\x26\x14\x08\x21\x80\x48\xec\x0f\xb0\ \xce\x09\x73\x9a\x65\x51\x38\x88\x30\x2a\x67\x71\x59\x96\x59\xde\ \x8c\x37\x9a\x99\x25\x30\x11\xda\xaa\xda\xd8\xd8\xc0\x6e\xdb\x5b\ \xdb\x68\x64\x5a\x29\x10\xf6\x21\xc8\xa8\xb1\x4b\x00\x41\x94\x80\ \x40\xf0\x21\x70\x40\x40\x6d\xf4\xad\xa4\x54\xc7\xa3\xa3\xe2\x46\ \xb6\x35\x12\x40\x44\xc0\x18\xa3\x4d\x92\x6a\xc5\xde\x06\xef\xfb\ \xfd\x7e\x66\x30\x31\xba\xaa\x2c\xa2\x24\x89\x21\x91\xe0\x7d\x25\ \xc0\xc2\x5c\xd9\x41\x51\x5d\x98\x3f\xed\x19\x76\xef\xdb\x9f\x65\ \x0d\x44\x85\x8a\x44\xe2\x33\x09\x0c\x2c\x20\x8a\x94\x56\x2a\xb6\ \xaa\x12\xc2\x68\x6e\x09\x00\x87\x60\x9d\x15\x11\x45\xe4\x83\x17\ \x11\xa3\x75\x14\xc9\x00\x80\x34\x4d\x58\x6e\x28\x2c\x83\x48\x2f\ \xbf\xcc\x87\x0f\x43\xa7\x03\x2c\x35\xe5\xed\x2c\x7e\xf7\xbe\x3a\ \x7c\x18\xbe\x7e\x5c\x5f\x38\x5f\x3e\xfe\x58\x24\x77\x44\xfc\xe6\ \xbf\xf1\xbe\x6d\x95\x27\x78\x79\xf2\x09\xb7\xff\x20\xdb\x7b\xd0\ \x01\x84\x99\x08\x95\x22\x45\xca\x07\x1f\x5b\x4d\xe3\x7e\xc0\xcc\ \xc8\x9c\x03\x20\x80\x8f\x7d\x92\x4a\x02\x52\xda\x91\x74\xf4\x39\ \x08\x20\x26\xf6\x91\xc6\x4f\x41\x00\x80\x54\x67\x48\x08\x80\x9a\ \x92\xf8\xc1\x8d\x6e\x0a\x00\x82\xb8\xe7\xc0\x81\x5d\x7b\xf7\x99\ \xc4\x3c\x7a\xec\x88\xb5\x2e\x32\xf5\x75\x2c\xe3\x6d\x49\xe5\x51\ \xb5\x8f\x20\x62\x9a\x24\x80\x90\x8a\x00\xe0\x28\xc6\x8b\xb4\x7d\ \x12\x45\x64\x80\x58\xfb\x88\x63\x3b\xc8\x78\xeb\x88\x53\xe7\xf0\ \xe6\xe4\x07\xac\xb5\x4f\x3d\xf5\xce\xb7\xbf\xfd\x1d\x74\x59\xc3\ \x70\xac\x1a\x42\xad\x34\x33\x8f\xcb\xf9\xb7\xec\x0d\x31\x05\x82\ \x5b\x7a\x0b\x63\xd9\xdd\xa8\xc4\xd2\x11\x61\x91\x19\xef\xa3\x54\ \x8e\x5c\xae\xf7\xb2\xbd\x19\x60\x24\x10\x10\x8b\x93\x62\x0b\x3e\ \xa0\x08\x6f\x13\x7a\x84\xf1\xb0\xc3\xa8\x34\x10\x9f\x90\xdd\x07\ \x0e\x3e\xf6\x8e\x77\x6c\xcd\xc5\x16\x8a\xc9\x09\x00\x40\x38\x70\ \xe8\xf0\x15\xa6\x30\xc6\x8c\x45\x82\xb6\x44\x99\x81\x10\x03\xf3\ \x93\xef\x7c\xe7\xe8\xd6\x20\xc4\x83\xcb\xe8\x18\xb7\xa5\xe2\x2d\ \xd7\xd4\x6a\x8a\x93\x17\x81\x48\xdd\x44\x70\x26\x84\xd0\x6a\xb5\ \xbe\xf7\x63\x1f\xbb\xf4\x6e\x5b\xa7\xbc\x31\x41\xe2\x96\x96\x37\ \x40\x4c\x02\xe1\xd8\x84\xb8\xd5\x94\x10\x23\xe9\x2c\x92\xb1\x74\ \x0f\x1c\x53\x4a\x2b\xa5\x2f\x6f\xb9\xb8\xb4\x6e\xe2\xfd\xca\x3a\ \x02\xe3\x47\x7d\xeb\x97\xf9\xd6\x9d\x18\x25\x87\x2e\xf5\x54\x8f\ \xce\x50\xfa\xfa\x99\x1d\xcb\x92\xfe\xea\x2b\xfc\xc8\x23\xd2\x7d\ \xeb\x7a\x53\x6b\xdc\x2b\xe4\x1e\xbc\x3d\xfc\x30\x58\x9b\x9d\x3c\ \xd5\xff\xc8\x47\xc6\x5d\x0e\x79\x9e\xdf\x5c\xd5\x01\x8e\x47\x67\ \x02\x18\xa5\xb7\xcd\x6d\x00\x20\x35\x9e\x29\x3b\x92\x07\xa0\x11\ \x1d\x8c\xff\x6c\x4c\xf1\x97\x5d\xe4\xa8\xa9\x04\x62\x01\xf8\x15\ \xeb\x5b\x69\x15\x42\xd0\x31\xfc\x7c\x6b\x18\x15\x94\x23\x02\x80\ \x46\x15\xaf\x93\x6e\x5c\x00\xee\xe6\xe2\xbf\x22\x92\xa6\x69\x96\ \x65\xd7\xda\x93\xae\xba\x6d\x5d\x72\x39\x2f\xbf\x11\x6a\x2b\xb1\ \x0c\x00\x69\x76\xf3\x57\xf5\xa6\xd0\x00\x57\x5c\xf3\xf8\x83\x92\ \x04\xaf\xd3\x32\x66\x8b\xe3\xb6\xdf\xfb\x1b\xbd\xe0\x9b\x1f\xb3\ \x87\xd8\x6a\x35\xaf\xff\x21\xdf\xee\x20\x5c\xf1\x91\xb1\x6f\xdb\ \x6c\xd5\xf5\x5f\xe5\x75\xe3\x47\x7d\xbc\x3f\xcb\xa5\x57\x6c\x0d\ \x87\xdc\xe6\x43\xc9\x25\x2f\x24\xca\x30\x5c\x37\xb9\x6b\x8d\xa7\ \x4f\xd3\xf9\xf3\xf6\x13\x9f\x90\x46\x03\x7b\xfd\x9a\xef\x76\x16\ \x7c\x70\x07\x0e\xc2\xde\xbd\xe9\xcb\x2f\x63\x55\x6d\xa3\xb9\x9b\ \x0c\x62\xca\x35\x7e\xbe\xf6\x7f\x82\xcb\x8a\x14\xae\xfd\xa2\x37\ \x5e\xd2\xb7\x32\x42\xf3\x8d\xd7\xaf\xc8\x8d\x5f\xd3\xcd\x07\x07\ \xde\xe8\x5b\xdc\xd0\xf7\x1b\xc5\x6d\xaf\xe4\x98\x3b\x75\xd9\xb7\ \xca\xb6\x72\xe5\x43\xf0\x16\x83\x6f\x5f\x2d\xc9\x9b\x58\x5c\xde\ \xec\x8e\x6e\x59\x4d\xae\xfa\x97\x02\xd7\x5b\x8c\x25\x46\xd3\x99\ \xd7\x00\x80\x1f\x7f\xac\x8e\xc9\xec\x44\x88\x48\x9a\xfa\xc7\x1e\ \x4b\x5e\x7b\x8d\xca\x52\xee\x93\xde\xab\x1a\x35\x76\x2c\xae\x7b\ \x89\x2a\x8d\xa7\x4e\x02\x33\x1f\x3e\x8c\x75\xfb\xd2\xce\xa4\x77\ \xc2\xf2\xe8\x91\xe4\xf4\x69\x1a\x0c\x00\xeb\x89\xb5\x35\x6a\x3c\ \x00\xe4\x4e\x84\xce\xa9\x17\x5f\x94\x66\x93\x1f\x7e\x18\xbc\xaf\ \x0d\xb7\x13\x81\x54\x3d\xf6\x98\x5a\x5b\x4b\xe6\xe6\xa0\xf6\xdc\ \x6b\xd4\x78\x10\xc8\x1d\x11\x7a\x3d\x7a\xe5\x55\x7e\xe2\x09\x98\ \x9e\xae\x3b\x98\x76\xaa\xeb\x2e\xf6\xe1\xc3\xdc\x6c\xa5\xaf\xbe\ \x5a\x87\x65\x6a\xd4\x78\x50\x3c\xf7\xe1\x90\xe6\xe6\xf8\xed\x6f\ \xbb\xbf\x94\x20\x6b\xdc\x4e\xc7\x9d\x43\xe8\x76\xc3\xae\xd9\xe4\ \xe4\x29\x50\xaa\x36\x48\x8d\x1a\x0f\x02\xb9\xc3\xf2\x0a\x9e\x3d\ \xcb\x8f\x3d\x5e\x9b\x6c\xe7\x22\x04\x9e\xe8\xfa\xd9\xd9\xec\x6b\ \x5f\xab\x6b\x61\x6b\xd4\x78\x40\xc8\x5d\xbd\xfc\x32\x70\xe0\x27\ \x9f\xa8\x3d\xf7\x1d\xec\xb9\x73\x68\xb7\xcb\x63\x47\x93\xb9\x39\ \x7d\xf1\xa2\xe8\xda\x79\xaf\x51\xe3\x3e\x27\x77\x01\x50\xc7\x8f\ \xcb\xee\x3d\xbc\x6b\x57\x1d\x70\xdf\xb9\x10\x00\x80\xea\xc8\x51\ \xb4\xd6\x2c\x2c\x80\xd6\xb5\x49\x6a\xd4\xb8\xef\x3d\x77\x7a\xe5\ \x38\xef\xdf\x2f\xad\x56\x4d\xee\x3b\x1a\xde\xbb\x83\x07\xb0\xaa\ \xf4\xd2\x92\xa8\x9a\xdc\x6b\xd4\xb8\x77\x71\x1d\xeb\x13\x11\x8a\ \x82\xbe\xfa\x12\x1f\x3b\x06\x9d\xee\x7d\x24\x19\x16\xe7\xa0\xef\ \x50\x27\xfb\xce\x04\xcf\xd0\x7b\xfb\xf0\xc3\xe8\x5c\x72\xfa\x74\ \xbd\x78\x6a\xd4\xb8\xcf\xc9\x5d\x6b\x9a\x9b\xc3\xa5\xa5\xf0\x89\ \x4f\x48\x23\xc7\xcd\xcd\xfb\x81\xd6\x31\x78\x29\x06\xde\x57\x3b\ \xf4\xbe\x26\x99\xba\x13\x1b\x1b\x86\xe0\xf6\xee\x75\x7b\xf6\xa4\ \xaf\xbc\x8a\x55\x05\x84\x75\xbb\x72\x8d\x1a\xf7\x33\xb9\x9f\x3d\ \x0b\xcc\x72\xe4\xc8\xfd\x52\x23\x21\x22\x4a\x63\x9a\x6b\xc2\x1d\ \x4a\x3d\x77\xee\xc8\x22\x49\x62\x8f\x1c\x4d\xce\x9d\xc3\xb2\x84\ \x24\x01\xa8\xc9\xbd\x46\x8d\xfb\x93\xdc\x45\x6b\xba\x70\x01\x42\ \xe0\x87\x1e\xc2\xfb\xaa\x37\x75\x27\x87\x65\xee\xa8\x59\xab\xc3\ \x87\xba\x9f\xfa\x14\x59\x1b\xb2\x0c\xeb\x1c\x0c\x80\xa6\x9b\x79\ \xd2\x58\x20\xd4\xc6\xbb\x05\x10\x5e\x31\x16\xec\x3a\xdd\x13\x70\ \x3b\xc3\xec\xd7\xe1\xb9\x8b\xe0\xf1\xe3\x80\xc8\x0f\x1f\xaa\x85\ \x07\x6a\x08\x91\x3d\xfc\x88\x9e\x5f\x50\xcb\xcb\xa1\xdb\xdd\x22\ \x7c\xbc\xaa\x3c\xfa\x6d\x95\x60\xbc\x57\x37\x3b\x80\xf3\x9b\xe8\ \xc2\x8d\xd1\x3b\x03\x34\x13\x99\x69\xc8\x2d\x86\xb5\x70\xac\x62\ \x7e\x19\x7d\x81\x3c\xe8\x9b\x2e\x21\x6c\x56\xb8\x36\x44\xba\x11\ \xbb\x47\xad\xf9\xbd\x6d\x26\xbc\x45\xb3\xdf\x07\x0f\xfc\x9b\x91\ \x3b\x11\x0e\x0b\x75\xfc\x15\x3e\x74\x48\x76\xef\x86\x5a\x32\xac\ \x06\x80\x7d\xf4\x11\x20\x4a\x4f\x9f\xb6\x47\x8f\xc2\x28\xc3\xe1\ \x37\x37\x37\x5e\xaf\x86\xda\x6e\xb7\x93\x34\x17\xe1\x07\x9b\x65\ \x5e\xb9\x48\xeb\x25\xaa\x1b\xe1\x0b\xcf\xf0\xd0\x84\xec\x6e\x85\ \x5b\x29\x50\x40\x80\x7e\x6f\xb3\xaa\x8a\xcb\x64\xe4\x05\x92\x34\ \x69\x77\xba\x0f\xf6\xb6\xaa\x08\x96\x07\xf8\x95\x0b\x64\x6e\xa4\ \xdd\x42\x00\x14\xc2\xae\x26\x2b\x7d\xf3\x45\x07\x88\x68\xab\xaa\ \xdf\xdf\xbc\xe2\x1d\x10\xb1\xdb\xed\x2a\x6d\xee\x11\xcb\xeb\x37\ \xfd\x1e\x30\x18\xe0\xb9\x73\xf2\xf8\xe3\xa0\x75\x4d\xee\x35\x90\ \xd9\x4f\x4d\xf9\xa9\xa9\xe4\xcc\x19\x21\x42\x80\x10\xc2\xd9\xb9\ \xd3\x88\x98\x24\xe9\xf6\xf0\x44\xf0\x7e\x6d\x6d\xe5\xc8\xd1\xc7\ \x91\xe8\xc1\x76\x24\x35\x81\x51\x30\x26\x77\x16\x19\xcf\x78\x83\ \x38\x4e\x07\x61\x3c\x54\x8f\x46\xe3\xed\x6f\x2a\xa4\x70\x39\x95\ \xac\x2c\x2f\xad\x2c\x5f\x6c\xb7\x3b\xdb\xcd\x2e\x22\x2b\x2b\x17\ \x41\x64\x72\x7a\xc6\x3d\xd0\x0b\x96\x10\x8c\x02\x73\xf9\x5c\x97\ \xed\x95\x62\x84\x97\x86\xee\xc6\xbb\x10\xc9\xfd\x16\xcd\x6e\xab\ \xf2\xb5\x33\xa7\x1a\x8d\x38\xf3\x6f\x3c\x7c\x4b\xac\xad\xfa\xbd\ \xcd\x47\x8e\x1c\xbb\x47\xcc\x7e\x1d\x9e\x7b\x59\xd0\xdc\x9c\xfd\ \x8e\xef\xa8\x79\xad\x06\x00\x40\x08\xa1\xd3\x09\x53\x93\xe6\xb5\ \xd7\x40\x29\x44\x2c\x8b\x82\x03\x7f\xd7\xdf\xfe\xbe\xd7\xbf\xf6\ \xb9\x2f\x3d\xdb\xeb\x6d\x4e\x4c\x4c\xf9\x9d\x11\x9a\x17\x01\xad\ \x70\xcf\x44\xb6\xde\x77\x7b\x26\x73\xad\xd0\xf9\x30\xbf\x5a\x56\ \x3e\xec\x9d\xca\xdb\xb9\x09\xcc\x17\x56\x8a\xd2\x86\x1b\x1c\xd9\ \x74\xd5\xa5\x49\x4b\x8b\x0b\xef\xfb\xe0\xb7\xee\xda\xb5\xe7\x8a\ \x5f\xad\xaf\xaf\x3d\xfb\xcc\x17\x66\xf7\xec\xb5\xd6\xe2\xce\xc8\ \x3b\x89\xc0\x4c\x27\x71\x41\x8c\xa6\xe9\x4e\x1a\x3c\xaf\xf4\xec\ \x6a\xbf\xea\x34\xcc\xae\x6e\x46\x04\xab\x3d\xbb\xb2\x59\xdd\x7a\ \x16\x8e\x88\xd6\xd7\xd6\x26\x27\xa7\xdf\xff\xa1\x0f\xbf\xfe\xb7\ \x7f\xfa\xd9\x4f\x5b\x6b\x91\xe8\x5e\xe8\xe4\xbf\x0e\x72\xbf\xb8\ \x8c\x0b\x0b\x72\xf4\x48\x9d\x9d\xac\x01\x00\xc0\xcc\xdd\x6e\x98\ \x9e\xce\x5e\x7d\x15\x9d\x8b\x43\x90\xb3\xec\xea\xc3\xf6\x9a\x8d\ \xe6\x60\x30\xd8\x59\x27\x1b\x84\x46\xa2\x87\x2a\x10\xc2\xa9\xf9\ \xfe\x54\x3b\xd9\x3d\x99\x15\x36\xe4\x89\x3a\xbd\xd0\x27\x42\x66\ \xb9\x75\x66\x8f\x74\xa6\x48\x37\xf2\xc6\xeb\x7f\x95\x67\xb9\x56\ \x6a\xa7\x2d\xd7\xd4\x10\x92\x24\x9a\x16\xd7\x8a\x41\x11\x0e\xef\ \x69\xb2\xc8\xee\xc9\x6c\x7e\xa5\x18\xda\xa0\x6e\x53\x7d\x85\x00\ \x88\x40\xb3\xd5\xba\xea\x6f\xf3\x3c\xbf\x77\x04\x5a\xde\xec\x64\ \x48\x44\xaf\xbc\x02\x44\xe1\xd8\xb1\x5a\x55\xa6\x46\x0c\xcb\x70\ \xa3\x51\x1d\x39\xa2\x17\x97\xf4\xf2\xb2\x28\x85\x88\x74\x8d\x10\ \x43\x1c\x78\xbd\xd3\xca\x25\x79\x2b\xe6\xda\xcc\x74\x96\x28\x1f\ \xb8\x9d\xeb\xa5\x8d\xca\x05\x66\x16\xb9\x6d\x85\xaa\xa2\x14\x5d\ \x75\x51\xb2\xb0\x52\x6a\xa7\xad\x57\x91\xd1\xff\xb2\x44\xb5\x72\ \x15\x58\xf2\x44\x15\x55\x58\x1f\x38\x11\x19\x0f\x04\xbf\xf5\x8f\ \x21\xc2\x6b\x9d\x87\x10\x09\xb7\xc6\x0b\xdf\xf3\xe4\x0e\x40\x27\ \x4f\xca\xec\x2e\x99\x9a\xaa\x85\x07\x6a\x8c\x9d\x77\xfb\xf0\xc3\ \x68\xad\xba\xb8\x1c\xb5\x7f\xe9\x1a\x0a\xc0\xd7\x2a\x2a\x78\x90\ \x69\x5d\xe2\x64\x63\x31\x86\x66\x3a\xa9\x75\x7c\x61\xb5\x24\x44\ \x85\xe8\x83\xcc\x74\xd2\x99\x4e\x12\x6e\x53\xe7\x17\x29\xba\xc6\ \x19\x20\xee\xa9\x3b\x88\xd6\xc7\x29\x0d\x44\x9c\x68\x26\xcd\x4c\ \x9f\x5b\x1e\x56\x9e\x35\x21\x00\x18\x45\x87\x76\x35\x6f\x1b\xe5\ \x22\xd2\x35\xaa\x6d\x48\xd1\xbd\x13\xe1\xd0\x6f\xe6\x1b\x10\x9d\ \x3a\x25\x7b\x76\x43\xad\x2a\x53\x63\xfc\x6c\x87\x60\xf7\xed\xa3\ \xaa\xd2\xab\x2b\x95\x22\x44\x50\xd7\xf0\xdc\x49\x11\x11\xed\x08\ \x0f\x52\x40\x29\xec\x34\x4c\x6a\x48\x00\x98\xc5\x39\x3e\xb5\xd0\ \x0f\x2c\x44\xb0\xd6\xb7\xbb\x27\x33\x16\xc9\x53\x35\x2c\xfd\x6d\ \xfb\x44\x52\x57\xdd\x3b\x11\x41\x29\xb5\x73\x0e\x4c\xed\x5c\x13\ \x61\x23\xd3\x9b\x6b\x65\x9e\xa8\xf9\xd5\x62\x79\xa3\xd2\x0a\x05\ \x64\xb6\x93\xee\x99\xcc\x58\x84\x6e\x1f\xe7\x12\x22\xd1\xd5\xbd\ \x19\xa5\x14\x22\xde\x27\xd5\x32\x81\xe9\x95\x57\x65\xd7\x2e\xe9\ \x74\x6a\x72\xaf\x31\xf6\xdc\xfd\xfe\xfd\x54\x94\x7a\x7e\x41\x90\ \x00\x50\x5d\xeb\x59\x27\x85\xb0\x33\x12\x7a\x5b\x71\x18\xa3\x70\ \x61\xb5\xb0\x41\xd6\xfa\x56\xd1\xa8\x30\x66\x79\xd3\x32\xcb\x74\ \x27\xf5\x41\x36\x86\x9e\x10\x83\xdc\xfa\x27\x0a\x91\xba\xaa\x87\ \x8e\x48\xd7\xba\x23\x0f\xa2\xdb\x2e\x5a\x51\xb7\x65\xd6\xfb\xb6\ \x5f\x38\xad\xd0\x7a\x36\x9a\x10\xa1\x72\x3c\x77\x71\x30\xdb\x49\ \x95\xc2\xe5\xcd\x2a\x96\xb9\xdf\x0e\xc7\x1d\xb5\xba\xd6\x03\xaf\ \xf1\x9e\xd9\x54\xdf\x90\xdc\x95\xa2\x95\x15\x3a\x3b\xe7\x3e\xf6\ \x71\x69\x36\x71\x87\x65\xc6\x6a\xbc\xb1\xe7\x1e\x5a\xcd\xf4\xf4\ \x29\x0c\x01\xae\x1d\x79\x09\xc1\xd3\xbd\x51\x39\x70\xc7\x6d\x82\ \x10\x58\xce\x2d\x0f\x45\x40\x11\x22\xc2\xca\x66\x45\x34\x32\x0d\ \x21\xac\xf6\xec\xf2\xa6\x05\x18\xfd\xf6\xb6\x10\x00\x29\x0a\xfe\ \x2a\x75\xf2\xc1\x7b\x24\xda\x21\x31\x77\x44\x5c\xed\x57\xcb\x9b\ \x15\x22\x28\xc2\xb5\xbe\x45\x18\x9b\x1d\x4b\xcb\x67\x96\x86\xf1\ \x16\xd0\xed\x50\x23\x11\x00\x22\x0a\xd7\xf0\x74\x59\x02\xdc\x33\ \x31\xf7\x37\x24\x77\xad\x61\x7e\x1e\x2a\xcb\x47\x8f\xc0\xce\x58\ \xa2\x35\xae\xd3\x59\xe2\x66\xd3\x1d\x3a\x64\xce\x9e\x43\x6b\xd3\ \x3c\xf3\xb6\x7a\xe9\xc5\x17\x4c\x92\x6e\xe7\x79\x66\xee\xf5\x36\ \x27\xa7\x66\xfc\x83\xde\xd8\xcc\x02\x41\x00\x47\x39\x86\x51\x41\ \x05\x20\x5e\x16\x5a\xc7\x51\x2f\x65\xfc\x6d\x90\x5b\x95\x5c\x13\ \x91\x89\xc9\xa9\x57\x8f\x7f\xad\xd5\x6e\x5f\xb1\xbd\xf6\x7a\xbd\ \x4e\x77\x22\x78\xff\x60\x27\x3c\xa2\x19\x95\x00\x00\xc6\x03\x0c\ \x0b\x00\xa0\x5c\xae\x8a\x3a\x8e\x8f\xb3\xdc\x06\xd7\x5d\x98\x9b\ \xed\xf6\xa0\xbf\xf9\xf5\x97\xbf\xaa\x2e\xf3\xdf\xc5\x39\x07\x80\ \x5a\x6b\x6b\xed\xbd\x4e\xee\xa2\x94\x5a\x58\x84\x10\x64\xff\x81\ \xba\x7d\xa9\xc6\xe5\x4e\x23\xd9\x83\x07\xcd\xb9\x73\x58\x55\x94\ \xa6\x53\xd3\x33\x21\x04\x16\xbe\xdc\x35\xc2\xc9\xe9\x99\x10\xf8\ \xc1\x6e\x95\x0c\x02\xef\xd9\x1f\x82\xdc\x18\x8f\x0a\x80\x21\xf1\ \xb7\x26\xc4\xd7\x6a\x77\x11\xc4\x07\x7f\x85\x47\xda\xee\x74\x49\ \x29\x77\x6f\x50\xcc\x1d\x82\x0f\xb0\xaf\xc3\xd3\x8d\x1b\xb3\x7b\ \x24\x77\xad\x6e\xc9\x53\x35\x26\xc9\x67\x76\x7b\xe7\xf8\xb2\xfd\ \x59\x94\x36\x13\x93\xcd\x7b\xa7\x71\xec\xcd\xc2\x32\x4b\x8b\x60\ \xad\x1c\xd8\x8f\xf5\xcc\xcc\x1a\xdb\x5d\x26\x22\x7b\xf0\x40\xe3\ \x2f\xff\x12\x9c\x93\x34\x75\xde\x23\x22\xe2\x95\xf1\x5f\x67\x77\ \x84\x4f\xd0\x4c\x00\x6f\x3c\xce\x22\x70\xab\xce\x7b\x08\x57\x37\ \x3b\x33\x87\x07\x7d\xc1\x0a\x40\xa2\x21\xd3\x77\xc1\xec\x22\xe2\ \x9c\x7b\xdd\xa9\x08\x01\xc0\xde\x4b\x1b\xea\xb5\xc9\x1d\x11\x44\ \xf0\xc4\x49\x40\xe4\x83\x07\xeb\x81\xc8\x35\x2e\x7b\xbe\x89\xdc\ \x43\x0f\xe9\xc5\x45\xbd\xba\x62\x3b\x1d\x08\x41\x76\x70\xd4\xee\ \x2e\x6a\xda\xef\x64\xb3\x8b\x40\x80\xda\xf2\xd7\x3e\x5d\xbf\x01\ \xb9\x63\x55\xd1\xe9\xd3\x72\xe0\x80\xcc\xce\xde\x2d\x72\x67\xef\ \xca\xb2\xa8\xac\x13\x66\xe7\xbc\x00\x80\x88\x77\x8e\x85\x9d\x75\ \x0c\x80\x20\xde\xb9\x50\xe7\x03\xde\x62\x20\xda\x87\x0e\x01\x51\ \x32\x77\x0e\x76\x52\x49\x75\x8d\x1a\xf7\x0b\xde\xd0\x73\x2f\x0a\ \xba\x70\x81\x1f\x7d\xf4\x6e\xad\x5e\x0e\x9c\x4f\x3d\xf4\xce\xa3\ \x07\xa1\x3f\x7f\x62\x6e\xad\xd5\xce\xd6\x2f\x2e\x39\xca\xf7\xee\ \xed\x0e\x56\xfb\xed\x3d\x8d\xe5\xf9\x79\x0b\xd9\xae\x03\x7b\xed\ \xda\xc5\x5e\x15\x6a\x7d\x84\xb7\x8e\xdb\x99\x43\xb7\x1b\xba\x5d\ \x73\xee\x9c\x60\x6d\xf8\x1a\x35\xee\x2f\xcf\xbd\x2c\xf1\xc2\x05\ \x3e\x74\xe8\xae\xf4\x5c\x89\x77\xd0\x3d\xf4\xfd\x3f\xfa\xa3\xdf\ \xf0\xd8\xc3\x87\x0f\xed\x69\x3f\xf4\xc4\x7f\xf1\x77\x3e\x36\xad\ \x0b\x6e\xec\xff\x9e\x1f\xfa\xc4\xc3\xd3\x87\x7f\xea\x17\x7f\xfe\ \xe3\xef\xda\xdb\xeb\xa9\xef\xf8\xc1\x1f\x7a\x6a\x6f\xd3\xd7\x65\ \xf8\x6f\x25\x42\xe0\x76\x2b\x74\xbb\xe6\xc2\x79\x50\xaa\xb6\x47\ \x8d\x1a\xf7\x13\xb9\x43\x31\xa4\xf3\xe7\xe5\xd0\x43\x77\x87\xdc\ \x81\x29\xef\xec\x99\xcd\x4f\xfc\xe5\x1f\xfd\xee\xef\xfd\xd1\x62\ \xdf\x71\xf0\x02\x08\xc2\xce\x3a\x04\xfb\xda\xf9\x8d\xa3\xef\xff\ \xf8\xbb\x0f\xe6\x83\x61\x19\xea\x49\x9e\x6f\xf5\xa9\x8a\x43\xbb\ \xcd\x9d\x4e\x72\xee\x5c\xad\x28\x57\xa3\xc6\x7d\x45\xee\x44\x34\ \xbf\x00\xfd\x7e\x38\xfc\x88\xdc\x8d\xd5\x4b\x3a\xf1\x0b\x2f\xff\ \xfe\x1f\xfc\xd9\xa3\xdf\xf9\x13\xff\xd3\x4f\xfe\xe0\xfe\xa6\x0a\ \x21\x30\x0b\x73\x00\x40\x65\x4c\x71\xf6\xcb\xff\xe9\xf3\x67\x3f\ \xfc\xbd\x1f\x9f\xd5\xae\x1e\x57\xf6\x16\x03\x99\xb9\xd3\xf1\xb3\ \x33\xe6\xcc\x1c\x0e\x87\x75\xd8\xbd\x46\x8d\x7b\x0d\x6f\x14\x73\ \xc7\x33\x67\x20\x4d\xe5\xc0\xfe\xbb\xd4\xbe\x84\xc6\xc0\xdc\xf3\ \xff\xdf\xaf\x7e\xf1\x2f\x3e\xf9\x73\x3f\xfb\xa1\x23\x5f\xa6\xac\ \xdb\x4a\x84\xf2\x99\x89\x2c\x0c\x2c\x24\x59\xf2\xda\x97\x3e\xdd\ \x7e\xec\x1f\x7c\xf2\xdb\xf7\xfc\xf5\xbf\xb3\xb5\xeb\x7e\x67\x0f\ \x52\x22\xc6\x98\x66\xb3\x39\x6e\xdc\xe0\x76\x1b\x8f\x3d\xa6\x4e\ \x9c\x6c\x57\x95\xec\xda\x85\x75\x27\xc4\x2d\x23\xcf\x9b\x4a\xa9\ \x2b\xca\x30\x10\xb1\xd1\x68\x70\x1d\x75\xbc\x63\x68\xb6\x5a\x59\ \x96\x5d\x61\x76\x11\x49\xd3\xb4\xd9\x6c\x25\xc9\xfd\xda\x2e\x70\ \x4d\x72\x17\x22\x9a\x9b\x93\xa9\x69\x69\xb5\xef\xca\x10\x64\x0e\ \xde\x74\x0e\x7d\xef\x8f\xfc\xfd\x83\x0d\xd5\xc2\x0b\xff\xe9\x8b\ \x5f\xc8\xc3\xf7\xfd\x9d\x9f\xfa\x85\x00\xfa\xcc\x33\xff\xf6\x6c\ \xd9\x54\x80\x09\x0e\x9f\xfd\xec\xa7\x3e\xf0\x9e\x1f\x35\xba\x8e\ \x0c\xdc\x59\x24\x49\xf2\xe2\x8b\x2f\x9e\x38\xf1\xea\xfa\xfa\x5a\ \x2c\xac\xb6\xc6\x7c\xeb\xcb\x2f\x7d\x74\x75\xf5\xdf\xfc\x5f\xff\ \xf4\xc2\xf4\x94\xf6\x75\xb1\xec\x2d\xaf\x46\xa5\xcf\x9f\x3b\x67\ \x8c\xd9\x7e\x7e\xee\xf5\xfa\xbf\xf3\x3b\xbf\xbd\x7c\x71\x59\x98\ \xeb\x08\xd8\x1d\x31\xbb\xd6\xe7\xcf\x9f\x4f\xd3\x74\x3b\xbf\x27\ \x49\xf2\xe7\x7f\xf6\xa7\x9f\xfd\xec\x67\x8a\xc1\x00\xf0\xbe\x3c\ \x98\xbe\x91\xe7\x4e\x67\xcf\xca\xf4\xd4\xdd\xd2\x83\x24\xa5\x42\ \x7f\xf1\xe9\x4f\xfd\xfb\x76\xa6\xfa\x6b\x4b\x2b\x1b\x43\xf8\xf4\ \xef\x9e\xfd\xab\x3d\x49\xe8\x2f\x2e\xae\xb0\xc9\x7e\xf7\xb7\x4e\ \x56\x79\x57\xad\x7f\xed\x9f\xff\xe2\x2f\x82\xaf\x8c\xaa\x23\x03\ \x77\x10\xc6\x98\xd7\x5e\x3b\xb3\xb0\x30\x7f\x71\x69\x29\x8a\x55\ \x95\x88\xba\x3f\xfc\x9b\x45\xf1\xd7\x7f\xf6\xa7\x5f\x6c\xb5\xf2\ \xda\xb5\xbc\x1d\xc7\xa3\x2c\xcb\xda\xed\x0e\x6e\x85\xb9\x88\xa8\ \x28\x8a\x67\xbe\xf0\xf4\xdc\xd9\xb9\x07\x5e\x4e\xe0\xee\x9e\x4a\ \x1b\xcd\x96\x31\x97\xc6\x9f\x2a\xa5\x5e\x7a\xe9\xa5\x73\xe7\xce\ \xf6\xd6\x37\x50\x3d\x60\xe4\x4e\x84\x73\x73\x3c\x39\x29\x77\x4d\ \xec\x17\x81\xdd\xda\xe2\xf9\x15\x11\x24\x52\xda\x80\xb8\x8b\x17\ \x5e\x03\x40\x22\x8d\xec\x06\x7d\x4b\x44\xa4\xa0\x2a\x86\x57\x9d\ \x01\x7f\xad\x5b\xe9\x7d\x85\x2a\x55\xa3\x3f\x90\x10\x4a\x17\x02\ \xa9\x2c\x51\x23\x6b\x84\x50\x30\x24\x66\x5b\x11\x48\x08\x65\x00\ \x9d\x28\x03\x20\xde\x97\x40\x89\x26\x02\x00\x0e\x55\x00\x65\x94\ \xde\x09\x0b\x40\x6b\xbd\x7f\xff\x81\xd9\xd9\x5d\xd1\x70\x8e\x28\ \x5d\x5d\x6b\x9c\xbf\xf0\xe4\xfe\x83\x9b\x07\x0f\xe4\x75\x58\xe6\ \xb6\xd8\x19\x40\x6b\xad\x88\xe4\x92\x40\x39\x4c\x4c\x4e\x36\x9a\ \x4d\x66\xae\xa9\xfd\x4e\xf2\x0d\x6e\x77\xde\xe3\x46\x7b\xf8\xf0\ \x23\xce\xb9\xfb\xd4\xec\xfa\x5a\xdf\x13\x07\x03\x3a\x7d\x3a\x3c\ \xf1\x24\xb4\xdb\x50\x16\x77\xcb\xde\xb4\x5d\x29\xfc\xb2\x7f\xbb\ \xa4\x97\x7f\x03\x73\x09\x84\x6d\x80\xdd\xb3\xef\x84\xe1\xc9\x95\ \xd2\x21\x88\xa0\x99\x9e\x7d\xdf\x43\x93\xd3\xeb\xcb\xcf\xbf\xb6\ \x7e\x11\x51\x85\xc0\x13\x53\xef\x6e\xc3\xe2\xf9\xf5\x95\x18\x7f\ \x10\x0e\xdd\xe9\x77\x75\x64\xf1\xdc\xda\x32\xa0\xd9\xb5\xeb\xdd\ \x38\x3c\xb1\x54\x38\x02\x9f\x77\xde\x36\x6d\x36\x2f\xac\x2d\xdd\ \xa7\x07\xb7\x1b\x7f\xfe\x31\xcb\xb2\xd1\xb9\x95\xa8\x37\x39\x81\ \x20\xfb\x9c\xcd\xb2\x2c\xad\x0b\x22\x6f\xeb\x56\x7a\xc5\xbf\x26\ \x49\x52\x9b\xe5\xad\x37\xbb\x52\x4a\x69\x7d\x9f\x6a\x26\x5e\x83\ \x92\x94\xc2\xe5\x65\xec\xf5\xe5\x91\xc3\x62\xcc\xdd\xfd\x6e\xc2\ \xbe\x1c\xf6\xfb\xfd\x5e\x51\xba\xf1\x75\x04\x57\xf5\xfb\xbd\x41\ \x51\x5d\x7f\x0d\xa4\x48\x10\xea\x3c\xf9\xae\xff\xf9\xbf\xfd\xe8\ \x2f\x3f\x31\x91\x58\x46\xad\xb4\xc9\x0e\xbc\xed\x91\x8f\x1c\x98\ \xf9\xc6\xef\x7c\xff\xcf\x1c\xe9\xb4\xac\x1b\xea\xd6\x3b\xbf\xff\ \x3b\xff\xc5\xdf\x3a\x72\xc4\x05\x0f\x00\x20\xb6\x82\xe9\x0f\x7f\ \xf0\x57\x7f\xf4\x03\x3f\xd2\x92\x7e\xe9\xb3\xf7\xbd\xff\x17\x3e\ \xf1\xde\x8f\x92\xeb\x55\xa1\xfd\xa1\x0f\xfe\xf2\x77\xbf\xf3\x5b\ \xc1\x97\xbc\x93\x16\xc0\x08\x21\x6c\x1a\xb3\x96\x37\x66\x7a\x7d\ \x0a\x9e\xa5\xc6\x6d\xc3\x1b\x99\xbd\xc6\x5b\x6c\x76\xbe\x5f\x1f\ \xed\x6b\x78\xee\x5a\xe3\xf2\x32\x84\xc0\xfb\xf6\x01\x87\xbb\xca\ \xec\x01\xcc\xc4\x7b\xdf\xf7\x4d\x07\x27\x92\xf9\x57\x9e\x7b\xe1\ \x95\x05\xd4\x3a\x38\xd7\xdc\xfb\xf8\x77\xbc\xf7\xf1\x6a\xf1\xf8\ \xb3\xcf\x7d\xdd\xeb\xe4\x3a\xdd\x66\x65\x72\xdf\xff\xeb\xaf\x5d\ \xdc\x15\x38\x04\x7d\xf0\x6f\x7e\xf0\xc7\xcf\x7e\xf5\xff\x7c\xe6\ \x4b\xbf\xd4\x73\x53\x3f\xf0\xb1\x5f\x99\x6d\xb6\xbf\xba\x16\xde\ \xfd\xf8\xb7\xf7\x2e\x7e\xc9\x97\x3e\x4e\x30\x0b\xc1\x4f\xed\xff\ \x60\xa7\x78\xfe\xac\x3a\xf8\xf8\xee\x5d\x9f\x9b\xcf\x82\x1b\x34\ \x26\x3f\xf4\x48\xe7\xdf\xbd\xd6\xf8\xf0\xa3\x0d\x18\xf4\x4d\x02\ \x52\xee\x18\x5a\x1f\x87\x7d\x59\x04\x88\x96\x1b\x8d\xc9\x61\x41\ \x3e\xd4\xd5\x4a\xb7\xc5\xc2\x57\x3d\x86\x8a\x30\x40\x1d\x92\xb9\ \x83\x66\xbf\xea\x3c\xc8\x2b\x1e\xf8\x07\x24\x2c\x23\x44\xb8\xb2\ \x02\xde\xcb\x9e\x3d\x77\x55\x0f\x52\x6c\xd0\x1f\xfd\xc9\x7f\xf4\ \x93\xdf\xb6\xe7\xc2\xaa\x3e\x76\xf0\xbf\xfb\xad\x9f\xfb\x7b\xbf\ \xfd\x85\x33\xed\x87\xdf\xf7\x0f\x7e\xf5\x97\x8e\x86\xc5\x64\x76\ \xfa\x0b\xff\xea\x1f\xfd\xda\x1f\x7c\x19\xb3\xe4\x4d\xef\x00\xa2\ \x62\xbb\xf0\xd2\xab\x9f\x99\xdc\xf7\xa1\x8c\x12\x15\x16\xbf\xf4\ \x95\xdf\x2c\x07\x1b\x95\xe5\x23\x8f\xfd\xc0\x8c\x7d\xf1\x99\x85\ \xd3\xb3\x07\x7e\x64\xa6\x7c\xfa\x0b\xa7\x9e\xfc\xe6\x96\x04\x11\ \x0d\xe2\xa1\x75\x74\xff\xbb\x2f\xbc\xfa\xaf\x4f\x98\xef\x7a\xdf\ \xc1\x6f\xfc\xcb\xe5\x33\xd0\x7f\xe9\x85\xa1\x3f\x7c\xe8\xe3\x53\ \xf9\xd1\xd3\xa7\xfe\x28\xcd\xb3\x4c\x63\x21\x0f\xfe\xea\xd3\x5a\ \x6f\x17\xb0\x16\x80\x80\xb8\xde\x6e\x4d\xf7\xfb\xcd\x24\xf1\xb4\ \x63\xc6\x43\xdc\x49\x78\x1f\x98\x79\xfb\x2c\x0f\x44\x4c\x92\xac\ \xb6\xcc\x1d\x45\xd4\xd1\xbc\xc2\x79\x37\xc6\xdc\xd7\xa3\x68\xf5\ \x35\xc3\x32\x2b\x2b\x60\xad\xec\xd9\x73\x57\xa7\xeb\xa1\x31\xf8\ \xd2\x1f\xfe\xc6\xff\xf8\xbb\xaf\x1c\x9f\xa7\x9f\xfa\x67\xbf\xf5\ \x3d\x3f\xf0\x37\x7e\xe3\x4f\x5e\xfb\x96\xef\xfd\xe4\xbb\x36\x3e\ \xfd\xc3\x9f\xfc\xa5\xce\xdf\xfa\xc5\xff\xfb\xc7\xff\xee\x67\xfe\ \xf8\xf9\xbf\xda\x94\xec\xba\xaa\x21\x49\xab\x84\x10\x01\x89\x64\ \x70\x7e\xf1\x2b\x44\xc9\xec\xc1\xff\xf2\x23\x8f\xcc\x7e\xee\x99\ \x7f\x72\xde\xee\xfe\xbe\xb7\x7d\xd7\x64\xef\xcf\xde\x3e\xf3\xae\ \x7d\x0a\x76\x37\x5e\x58\xae\xbc\xce\x1e\x7e\xdb\xa1\x77\x04\x78\ \x7b\xa1\xf7\x1c\xdc\xf7\x81\xe9\xe3\x9b\x19\x0e\x9e\x3b\xf1\x17\ \xdf\xf6\xa1\xff\xe1\xf0\xf0\x85\xcf\x7c\xe5\xc5\xf7\x3c\xfe\xc1\ \x84\x40\x1e\xf4\xb8\x4c\x51\x14\x1f\xfb\xd8\xc7\x3f\xf0\xc1\x0f\ \x16\xc5\x28\x01\x83\x00\x9c\xa6\xfb\x94\xee\xfe\xd1\xa7\x7f\xfa\ \x27\xff\x7b\xce\xf3\x5a\x3a\xf4\x16\x91\xa6\xe9\xbf\xfa\xf5\x5f\ \x7f\xed\xb5\x33\x79\x9e\x47\xa2\xf1\xde\xef\xde\xbd\xfb\xc7\x7f\ \xe2\x93\x0f\xfc\xc0\x93\xbb\x88\x2c\xcb\x9e\x7f\xfe\xb9\xdf\xff\ \xbd\xdf\xeb\x76\xbb\x63\x7e\xaf\xaa\xea\x87\xfe\xeb\x1f\x3e\x7c\ \xf8\xb0\xb5\x0f\x58\x9d\x3b\x22\xcd\x2f\x40\x08\xbc\x77\x2f\xdc\ \xd5\xa7\x8a\x80\x97\xce\xbc\xc4\xec\x05\x27\x5a\x69\xb6\xfa\xea\ \x8a\x64\x9d\x63\xdf\x70\xe8\xf9\xcf\xfd\xce\x4a\x89\xbd\x2f\x7f\ \x6e\xa5\xf5\xd3\x47\x1f\x99\x7c\xfe\xb9\x4d\xd0\xd7\x5b\xb2\xa2\ \x75\xae\x21\x78\xda\xf5\x2d\x4f\x7d\x60\x61\xe1\x95\x6f\x7a\xd7\ \x77\x2f\x9d\xfa\xe7\x6b\xb8\x6f\x77\xab\x7a\xf9\xa5\xdf\x9e\x69\ \xe6\xbb\x0e\xa5\x9a\x50\x44\x84\xdd\xae\x7d\x1f\x9d\xe1\xb9\x17\ \x0a\x23\x70\x7c\x55\x3e\xf0\xee\x87\x9e\x48\x74\xee\x7b\x5f\x7e\ \xe9\xfc\xf1\xfd\xc3\x3f\x39\x57\x64\x1f\xc8\x26\x52\x05\x12\xe4\ \x81\xaf\x41\xd6\x5a\x67\x59\xb6\xbd\x9b\x46\x1a\x39\xef\xdb\x9f\ \x2c\x2d\xe5\x21\xb8\x2c\xc3\x9a\x80\x6e\x0d\x79\xde\x58\x5a\x5a\ \xb8\x70\xfe\xdc\xc3\x87\x1f\x55\x6a\x54\x30\x83\x88\x69\x96\xa9\ \xba\x18\xe9\x8e\xa1\xd1\x68\x58\x6b\xcf\x9c\x3e\x75\xf4\xe8\xb1\ \x46\xb3\x39\xe6\x77\x63\x4c\x96\x65\x0f\x56\x58\x06\x11\x9c\xc3\ \xd7\xe6\xa0\xdb\x95\x5d\xbb\xee\xfa\x5c\x6c\x52\x54\x14\xf8\xad\ \x3f\xf6\x33\x1f\x39\x30\xff\x8f\x7f\xfe\x69\xca\x3a\xed\x0e\xf6\ \x8a\x01\x90\x66\xdf\xdf\x90\xa4\xd1\x6e\x00\x6f\x5c\xef\x59\x00\ \x79\x71\xfe\x59\x35\xac\x14\x35\xd2\x74\xa2\x91\xe8\xd5\xcd\xf9\ \x5d\x7b\x3e\xfe\xd1\xbd\x6a\xee\xf8\xbf\xfc\xc2\xd9\x4f\x9f\x64\ \x37\xdd\x97\xd5\xe4\xd5\x8b\x65\x50\x98\x36\x4c\xef\x8b\xcf\xff\ \xd3\xcf\x9f\x78\x59\x40\x9d\x19\x6c\x1c\x6d\xeb\x33\x17\x5e\xa8\ \x90\x5f\x7c\xfe\x7f\xff\x2a\x38\x6a\x1c\x3d\x39\xff\x62\x09\x86\ \x76\x40\x44\x54\x44\x98\x2f\x1b\xab\xc4\x02\x76\xff\x3e\xb0\x96\ \x16\x16\x64\x66\xa6\x1e\xc4\x78\xeb\x16\x76\xce\x55\x65\x25\xc2\ \xdb\x8b\x1d\x84\x59\x6a\xdb\xde\x49\xb3\x87\x10\x6c\x55\xc5\x11\ \x1c\xdb\xab\x21\xf9\x7e\xb6\xfc\xd5\xc9\x1d\xad\xa5\xa5\x05\x3e\ \x78\x00\x92\xe4\x6e\x0f\xd8\x93\xaa\x74\x4f\x7e\xff\xcf\xfc\xc3\ \x1f\x7e\xc7\x6f\xfc\xec\x27\xbf\xb4\x60\x4d\x26\x55\x25\x5d\x9d\ \x00\x30\x52\x92\xa3\x77\x95\xbd\x6e\xaf\x19\x15\x86\xe3\x2f\xff\ \x36\x50\x96\xd1\xc2\x33\xcf\xff\x4b\x52\xe6\x95\xf3\xcf\x06\x40\ \x04\x50\xba\x91\xa5\x1d\x00\x1c\x2c\x7c\xea\x8b\xa0\x13\x6d\x00\ \xe0\xb5\xe3\xbf\x79\x0a\x4d\x9e\x75\x01\x60\xfe\xd4\xef\x9f\x03\ \x00\x20\xa3\x53\x45\x02\x90\x48\x71\xea\xe9\xaf\x7c\x5d\x9b\x86\ \x42\xd9\x99\xcb\x22\x4c\x4e\x49\xa3\xa1\x17\x17\xe1\xa9\xa7\x6a\ \x9a\xb8\x75\x5c\x35\xb3\x57\xa3\xb6\xfc\xed\xf3\xdc\xad\x85\xc5\ \x25\xd9\x7f\xe0\xae\x87\x1a\x7c\x55\x4d\xbc\xed\xe3\x3f\xf7\xf7\ \xbe\xfd\xdf\xff\xc2\x8f\xfd\xce\xd3\x73\xad\x76\x33\xd8\xc1\xd9\ \xaf\xad\xbf\xff\xd8\x43\x64\x37\xb3\x7d\x6f\xdf\x65\xcb\x73\x67\ \xd7\x48\xdf\x40\x91\xb5\xd6\x39\x00\x08\xa0\x31\x39\x00\xa8\xa4\ \x7d\x05\x63\x91\xca\xc6\x45\xc5\x4a\xe7\xea\x6a\x37\xbc\xf6\x8d\ \x00\x00\x20\x00\x49\x44\x41\x54\x3f\x8f\xf2\xa7\xa8\x12\x93\xdf\ \x9e\x51\xf6\xf7\xe3\x7a\x60\xe6\x56\x93\x9b\x4d\xb3\xb8\x54\xab\ \xba\xd7\xa8\x71\x3f\x78\xee\x55\x45\x4b\x4b\xfe\x89\x27\xee\xb6\ \xda\x9f\x38\x49\x3e\xf4\x83\x7f\xff\x88\xcc\xfd\xc7\xd9\x6f\xf8\ \x6f\x7e\xec\xc3\xd5\xca\xe9\x3f\xff\x93\x2f\x3c\xfd\x87\xff\xef\ \x7f\xf5\x2b\x7f\xf7\xe7\xff\xb7\xe9\xf6\x37\x7f\xf7\xb9\xbf\xf8\ \x7f\xbe\x7c\xd6\xa5\x69\x5d\x4e\x70\x37\xc0\xcc\xad\x56\x68\xb5\ \xf4\xd2\x22\xd4\xf2\x0f\x35\x6a\xdc\xeb\xe4\x0e\x00\xd6\xe2\xd2\ \xa2\xec\xdb\x77\xd7\x3d\x77\xad\xf5\xc5\x13\x9f\xff\x34\x4d\x3c\ \xf5\xcd\x1f\x20\x82\xcd\x73\xf8\xfc\x17\x9e\x3d\xf7\xc2\x7f\xf8\ \xc7\xbf\x8c\x3f\xfc\xdd\xdf\xb8\xfc\xf4\x6f\xfe\xda\x6f\xfd\x87\ \xc2\xa4\xa6\x76\x1a\xef\xce\xe6\x2b\xdc\x6c\x4a\xa3\xa1\x17\x97\ \x80\xea\x0e\xd5\x1a\x35\xee\x71\x72\x27\xc2\x5e\x0f\x57\x57\x79\ \xdf\xbe\xbb\x7d\xd6\xc6\x44\xf3\xb3\xbf\xfd\xcb\x7f\xee\x47\x4d\ \x1c\xa4\x4c\xa3\xd9\x68\xa6\x72\xe2\xf3\xff\xf6\x67\x3f\xfb\xaf\ \x51\x99\x46\x23\x37\x35\xab\xdc\xad\xdb\xc3\x1c\x9a\xcd\xd0\x6a\ \x99\xf9\x79\x08\x21\x0e\x55\xaf\xcd\x52\xa3\xc6\xbd\x4a\xee\x88\ \x78\xe1\x02\xb0\xc8\x81\xfd\x77\xdd\x73\x17\x80\xa4\xd1\x4e\xae\ \x70\x17\x01\x74\x9a\x77\xd2\xbc\xbe\x7f\x77\xdd\x73\x97\x46\xc3\ \xef\xd9\x93\x1e\x3f\xae\xfa\x7d\xb9\x6f\x55\x38\x6a\xd4\x78\xf0\ \x40\x57\xf7\xdc\x17\x16\xa0\xd9\x94\x6e\x17\x6b\x1d\xd7\x1a\x6f\ \x48\xee\x00\xe0\x76\xef\x46\x5b\x51\xaf\x27\xb5\x76\x58\x8d\x1a\ \xf7\x32\xb9\x0b\x00\xce\x2f\x48\xb7\x0b\x8d\x46\xed\x88\xd5\x78\ \x13\x30\xfb\x99\x69\x2c\x2b\xea\xf5\xea\x51\x12\x35\x6a\xdc\xeb\ \x9e\x3b\x2d\x2e\x48\xa7\x23\x8d\x06\xd4\x9e\x7b\x8d\x37\x23\xf7\ \x30\x33\x43\x55\xa5\xfa\x3d\xa9\x27\xa9\xd6\xa8\x71\x8f\x93\x3b\ \x2e\x2e\x4a\xa7\x03\x35\xb9\xd7\x78\x33\xa0\xb0\x9f\x99\xc1\xaa\ \xa2\x5e\xbf\x1e\x93\x5d\xa3\xc6\xbd\x4d\xee\x00\x34\x3f\x0f\x9d\ \x8e\x34\x9b\x35\xb9\xd7\x78\x13\x04\xf6\xd3\xd3\x54\x96\xaa\xd7\ \xab\xc9\xbd\x46\x8d\x7b\x98\xdc\x89\x70\x30\xc0\x0b\xf3\x32\x3b\ \x2b\x79\x5e\x93\x7b\x8d\x37\xf1\xdc\x59\xfc\xec\xac\x20\xea\x85\ \x85\x3a\x43\x53\xa3\xc6\xbd\x4d\xee\x1b\x1b\x60\x2d\xef\xdb\x57\ \xb7\xa5\xd4\x78\x73\x08\x4b\xa3\x11\x66\x67\xf5\xf2\x0a\x06\x5f\ \xe7\x54\x6b\xd4\xb8\xa7\xc9\x1d\xbd\x97\x99\x99\x07\x5f\xa4\xbc\ \xc6\x6d\xa1\x77\x22\x3f\x33\xa3\x57\x57\xc1\xd7\x7a\xee\x35\x6a\ \xdc\xcb\xe4\xbe\xb9\x09\xce\xc9\xcc\x74\x3d\x7b\xa1\xc6\xf5\x3d\ \x44\xe4\xa7\xa7\xd4\xea\x2a\xd6\x0f\x4c\x8d\x1a\xf7\x0c\xae\xec\ \x50\x15\xa5\x70\x63\x03\x9c\xe3\xe9\xe9\xba\x83\xa9\xc6\x9b\xbb\ \xed\x22\x42\xe4\x27\xa7\xd2\x33\x67\xc0\xfb\x5b\x69\x52\x8d\xe2\ \x05\x18\x3b\x2d\x10\xa2\x08\x2b\x11\xc5\xf1\x20\x37\xa3\xc8\x8a\ \xc8\xcc\x20\x42\x4a\x31\xb3\x30\x13\xd1\x6d\x1f\x9c\x26\xa3\x19\ \xa7\x80\xa3\x41\x8b\x38\x52\x09\xc5\x91\x7d\x40\x00\x91\x90\x10\ \xc6\x63\x98\xb7\x4c\xc4\x37\xbb\xc4\xae\xfa\x45\xc6\xc3\x3d\xb6\ \x3e\xe1\x92\x7a\xc8\x9d\x9b\x05\x1a\xbf\xd1\x1d\x52\xcb\x8d\x97\ \x7d\xd9\xf7\xba\x1d\xe3\x2c\x6f\x7a\xac\xd5\x96\x6d\x47\x57\x15\ \x7f\x88\xb3\x27\xa3\xf2\x3b\x12\x0a\x0b\x00\x08\x08\x02\x2a\xa5\ \xe2\x2b\x99\x59\x84\x91\x08\x01\x5f\x3f\x8c\xfb\xea\x92\xf1\x08\ \x88\x04\xd7\x98\xdc\x3d\xbe\x98\xb8\x2e\xae\xaa\x3b\xaf\xaf\xb2\ \xc2\x36\x36\xc1\x7b\x99\x9e\xae\xb3\xa9\x35\xde\xdc\x3b\xd0\x1a\ \x92\x54\x66\x67\xf5\x0b\x2f\x18\x22\x31\x66\xfb\x63\x13\x1f\x73\ \x1c\xd1\xdc\xe8\xf9\xba\xe2\xa9\x46\xc4\xb8\x62\x99\x47\x6b\x06\ \x11\x45\x58\x00\xd8\x87\xf5\xd5\xb5\x46\xa3\x41\x4a\x55\xb6\xf2\ \xce\x11\xd2\xe8\x5d\xe3\x3e\x70\x89\x41\xaf\xca\x3a\x92\x37\x72\ \x22\x35\x18\x0c\xf2\x3c\x4f\xd3\xb4\xdf\xeb\x8d\xa6\xa6\x6d\x63\ \xda\xed\x4b\xe5\x5a\x14\x73\x8d\xa5\x25\x08\x04\x00\xc6\x18\x04\ \x14\x61\x66\x66\xe1\x38\x4d\x96\x45\x00\x40\x6b\xa3\x08\x9d\xb3\ \x55\x65\x11\x21\xcb\x32\x22\x52\x2a\xae\x3b\xcc\xf2\xec\x26\x66\ \x41\x20\x62\xbf\xdf\x2f\x8a\x02\x11\xe3\x85\xc4\xfd\xc4\x18\x83\ \x88\xde\x39\x66\x21\x45\x88\xe8\x9c\x23\x42\x44\x8a\xeb\x3f\x04\ \x26\xc2\xb8\xfd\xe0\xa5\x9b\x21\xd1\x1c\x97\xb6\xa7\xf1\xfe\xb4\ \xcd\x04\x97\xb1\xce\xb6\xdb\xab\xb5\x26\x22\xe7\x5c\x08\x01\x11\ \xe5\xda\xec\x7b\x99\x85\xb7\xbd\xe1\x68\xb7\xc3\x4b\x57\x43\x5b\ \xbc\xa6\xb4\x8e\x6f\xab\x95\xf6\xc1\x5f\x7a\x7d\xa4\xcf\x4b\x7f\ \x3d\x62\xff\x11\x75\x42\xa4\xdd\x4b\x8f\xc7\xf8\x75\x4a\x2b\x11\ \xe8\x76\xbb\x37\xb7\xc7\x7b\xef\x99\xd9\x18\x63\xad\x55\x4a\x27\ \x89\xb1\xd6\xf6\x36\x7b\x2c\xdc\x6a\xb6\x8c\x31\xc3\xc1\xb0\xd5\ \x6a\x59\x67\x8d\x31\x00\xb0\xb6\xb6\x16\x42\x50\x4a\x65\x59\x9e\ \x65\xd9\x70\x38\x44\x04\x10\x30\x89\x21\x24\x40\x50\xa4\x04\x44\ \x29\xb5\xf5\x34\xe2\xa5\xc5\x22\xe2\x9c\xd5\xda\xa0\xc2\x2b\xac\ \x27\xa3\x2f\xc9\x22\xe2\xbd\xf7\xce\x25\x49\x6a\x12\xb3\xed\x71\ \x45\xc4\xd7\x93\x3b\x29\xd8\xdc\x44\x6b\x6b\x72\xaf\x71\x3d\xe8\ \x76\x27\xa8\xd5\x4a\xf6\xef\xd7\xab\xab\x13\xed\xb6\x34\x1b\x10\ \x42\x5c\x77\x08\x28\x80\x20\xb4\xb5\xca\xc6\xfe\x57\x5c\x6c\x3c\ \x72\x7d\x40\x21\x42\xe0\x50\x59\x9b\x24\x29\x8b\x28\xa5\xaa\xaa\ \xaa\x2a\x7b\xe6\xc4\x2b\x67\x4f\x9e\x7c\xc7\x53\xef\xd8\x1c\xf4\ \xcf\x9c\x39\x3d\x1c\x0c\x32\x6d\x08\xc4\x07\xef\xd8\x93\x56\x88\ \x0a\x58\x02\xf3\x76\xa6\x16\x66\x16\x06\x01\x6b\xed\x7b\xde\xf5\ \xae\x46\xbb\xfd\xcc\xd3\xcf\x3c\xf5\xd4\x3b\x8f\x3d\xf6\xf8\xcb\ \x2f\xbe\x78\xe2\xe4\x49\x20\x01\x94\x00\xcc\x9e\x5f\xef\x07\x5d\ \x41\xe8\xdb\xc9\x77\xfb\xcf\x44\x04\xcc\x86\x54\xa2\xd2\x87\x0e\ \x3e\x2c\x20\xfd\xde\x66\x51\xf5\x5d\x70\xdd\xee\xe4\x60\x58\x55\ \x36\x00\xaa\x7d\xfb\xf7\x05\x57\x9d\x3b\x77\xa6\x18\x0c\xda\xed\ \xe6\xbe\x7d\xfb\x42\x90\xa2\xb0\xb6\x72\x07\x0f\x3f\xfc\x9e\x6f\ \x78\xaf\xbb\xf1\x61\x38\x26\x31\x2f\x7f\xe9\xe5\xaf\xbc\xf0\x15\ \x93\x24\x08\xa8\x14\x89\x00\x12\x1c\x3c\x70\xb0\xac\xca\xa5\xa5\ \x25\x10\xd6\xa9\x9e\xe8\x76\x7a\xbd\x41\x59\x96\x80\xd8\x69\x77\ \x45\x64\x75\x75\xdd\x39\x67\x8c\x21\x10\x24\x21\x20\x11\x66\x11\ \x00\xda\xa2\xc2\x2d\x86\x15\x41\x44\x16\xde\x72\xca\xe5\xf2\x11\ \x45\xc0\x02\x0a\x45\x98\x77\xef\x9a\x9d\xe8\x76\x97\x57\x56\x36\ \x36\x37\x8d\x49\x04\xd0\x87\x20\x00\x22\x01\x69\xe4\x78\xa2\x52\ \x08\x40\x88\x02\x20\xcc\x80\xa8\xe0\x32\x3b\x33\x33\x02\xc6\x1d\ \x17\x40\x48\x98\x7d\x68\x34\xf2\x24\x4d\x07\xc3\xa2\xd9\x6a\x21\ \xe0\xfa\xc6\x7a\x7c\x8c\x02\x33\x91\x0e\xc2\xe3\x1b\xc2\xcc\x84\ \xa8\x8d\x21\x42\xef\x3d\x22\x32\x87\xf8\x8d\x44\x18\x11\xbd\x0f\ \x21\x04\x63\x4c\x92\x24\x4a\xa9\xef\xfb\xc4\x27\xd2\x2c\x93\x1b\ \xe4\x37\x22\x1a\x0e\x87\xc3\x61\xd9\xed\x76\xad\xf5\xad\x56\x96\ \x67\xcd\xe1\xb0\xfc\xca\x5f\xbd\xb8\x30\x3f\xff\x4d\xdf\xf4\x4d\ \x4f\x3e\xf9\xc4\x85\xf3\x0b\x2b\xcb\x6b\x07\x1f\x3a\xd8\x6c\x34\ \x4f\x9f\x39\xf5\xb9\xcf\x7d\xce\x7b\xff\xe8\x23\x8f\x3e\xfe\xf8\ \xdb\x67\xa6\x3a\xa7\x4f\xbe\x76\x61\xe1\xfc\x91\xa3\x8f\x4e\x4d\ \x4c\x06\xf6\x83\xc1\x60\xd7\xae\xdd\xde\xfb\x56\xb3\x8d\x88\x40\ \x5b\xa6\x06\x94\xc0\xc1\xfb\xf9\xf9\xf9\xc9\x3d\x93\x3a\xb2\x76\ \xdc\x95\x45\x10\xc9\x39\x2b\x22\xc1\xf9\xc1\x70\xb8\xb4\xb8\xd4\ \xdb\xec\x1d\x3d\x7a\xd4\x28\x93\xe7\x39\x10\xc6\xed\x84\x48\xbd\ \x8e\xdc\x85\x69\x61\x01\x10\x61\x66\xa6\x26\xf7\x1a\x6f\x7e\x70\ \x66\x0e\x00\x61\x76\x16\x37\x36\x60\x63\x9d\x1b\x0d\x60\x19\x9f\ \xa0\x2f\x39\x69\xa3\xff\x1b\x9f\x67\x03\x33\x33\xb3\xf3\xcc\x81\ \xd3\x34\xad\xaa\x4a\x1b\x33\xa2\x00\x66\xef\xdc\x6b\x67\xce\xcc\ \x2f\xce\xbf\xfb\xbd\xef\x2a\xca\xf2\xec\xd9\xb9\xb2\x2c\x1a\x79\ \x0e\xc2\xc0\xa2\x50\x7b\xc7\x4a\xe9\xb1\x8f\x29\xd1\x8d\x11\xe1\ \x10\x22\xd7\x23\x00\x12\x06\x16\x00\x44\x22\x1f\x02\x22\x2a\xa5\ \x01\x41\x58\x50\x81\x46\x25\xdb\x04\x45\xf1\xf5\x67\x8a\x6b\x9d\ \x97\x47\x67\x61\xd0\x44\x04\x98\x25\x59\x9a\x67\x20\x52\x95\x05\ \x60\x9e\x41\xde\x6a\xb5\x7b\xbd\xd2\x3b\x8f\x5a\x8c\x51\xae\x0c\ \x59\xda\x68\xe6\xcd\x3c\xcf\x99\xf1\xc2\xfc\x82\xf5\x0c\x00\x0f\ \x6b\x73\xd3\x91\x20\x4d\x3a\x31\x46\x2b\x35\xda\x21\x01\x10\x68\ \x6d\x6d\xad\xaa\x2a\x60\x01\x00\x5b\x56\xab\x7e\xbd\x3b\x31\x91\ \x26\xe9\xda\xfa\x5a\xbf\xd7\xdf\xbb\x6f\x6f\x9e\xe7\x0b\xf3\x0b\ \xde\x07\x50\x88\x80\x02\x40\x4a\x6b\x52\xe3\x03\xd3\x96\xd7\x2d\ \x5b\xce\x7e\xd8\xda\xf3\x68\x8b\xdc\x05\x00\x05\x44\x04\x09\xc4\ \x3b\x5b\x59\x4b\x4a\x35\x1a\x8d\x5e\xbf\xe7\xbd\x47\xa5\x23\xa7\ \x22\x20\x0a\x00\x60\x24\x6f\x8c\xef\x01\x00\x48\x22\xc2\xf1\xe8\ \xb0\x65\x61\xa5\x54\x08\x41\x46\x4f\x0e\x7a\x16\x04\xc8\xf2\x7c\ \x38\x28\x5a\xad\x56\x9a\xa6\xab\x6b\x6b\x88\x44\x44\x80\xa8\x00\ \x90\x94\x41\x24\x42\x22\x45\x5b\x23\x2e\xe3\xcf\xce\x79\xa5\x08\ \xb7\x3e\x2f\xc6\x2b\xbc\xf7\x00\x28\x22\x4a\xd1\x76\x77\xfe\x46\ \x63\x44\x49\x92\x88\x20\x11\x4d\x4e\x4e\x6a\xad\x37\x37\x37\x37\ \xd6\x37\x90\x50\x1b\x33\x18\x0e\x57\x56\x56\xf3\x3c\x5f\x58\x58\ \x98\x9f\x9f\x7f\xec\xb1\x63\x83\x7e\xdf\x68\x6d\xb4\xde\xbb\x77\ \x5f\x9a\xa6\x02\xd2\xee\xb4\xf5\xb2\x5a\x5b\x5d\x1b\xf4\xfa\x7b\ \x76\xef\xee\xf7\xfb\x9d\x4e\x07\x89\xbc\x77\x49\x92\x22\x46\xc3\ \x46\xfb\x83\xd2\x2a\x4d\x53\xef\x7d\x92\xa5\xce\x79\x14\x24\x45\ \x00\xe0\xbd\x8b\xf4\xad\x8d\x6e\xb5\x9a\xcd\x66\xb3\xb7\xb9\x99\ \xa4\x09\x6e\xc5\x21\xc7\x47\x20\x7d\xe5\x33\xeb\x3d\xae\xac\xf0\ \xcc\x8c\x34\x9b\x75\xd9\x72\x8d\x37\x05\x73\x20\x11\x99\x9d\x05\ \xa5\x70\x69\x59\xf6\x1f\x24\x0c\x00\x28\x02\xf1\x1f\x8a\xee\xbb\ \x40\x24\xde\x78\xca\x26\x8a\xf1\x74\xd5\xc8\x33\x24\x0c\xde\x0b\ \xa2\xd6\x5a\x98\x91\x30\x04\x39\x7b\xf6\xec\xa9\x53\x27\x9f\x7a\ \xc7\x3b\xca\xaa\x3c\xfe\xca\xf1\x7e\xaf\x97\xa6\x49\xe0\x80\x00\ \x22\x6c\xb4\xce\xb5\x72\xce\xb1\x08\xc8\x25\xcf\x3d\x06\x37\x39\ \x04\x8e\x8e\x27\x8b\xf3\x2e\x52\x8a\x77\x4e\x29\xa2\x38\xf7\x1c\ \x60\xb4\xc4\xb7\x85\x50\xc7\xe1\xd4\x37\x08\x86\x8c\x37\x80\xf8\ \xb3\xa0\x84\xc0\x26\xcd\x00\x51\x6b\x93\x64\x69\x46\x99\xb5\xa5\ \x56\x26\xcf\x1b\x9e\x01\x95\xe4\x59\xda\x5b\xdf\xe0\x00\xc3\xfe\ \x90\x59\xb5\x5a\x93\x81\x49\x27\x06\x89\x4c\x9a\xdc\xdc\x7c\x4e\ \x44\xe4\x10\xbc\x73\x5b\xfe\x36\x0a\x00\xb3\x1f\xf6\xfa\xce\x7b\ \xad\xf5\x28\x40\xc1\xd2\xdb\xd8\x9c\x9a\x9a\x9e\x9e\x52\xbd\xcd\ \xde\xc6\xda\xda\xe4\xe4\xe4\xfe\x7d\x7b\x57\x57\xd7\xbc\x77\x5a\ \x2b\x22\x0c\x21\xfa\xe6\x31\x46\x31\xf6\xcd\x25\x66\x3b\x94\x22\ \xa5\x94\x52\x2a\xc6\x9b\xb6\xc2\x68\x02\x48\x00\xa4\x10\x20\x4d\ \xb4\x1e\xbd\x20\xcf\x72\x24\x15\xc9\x5d\x63\x7c\x15\xc2\x68\x1f\ \x88\xb1\x23\x64\x11\x61\x61\x10\xa5\xd5\xd8\xf8\x63\xe7\x7d\xbc\ \xf7\x0f\x7a\x9b\x8d\x2c\xf3\x3e\xe4\xcd\x46\xbb\xdd\x76\xd6\x75\ \x3a\x1d\x18\x45\xab\x41\x00\x95\xd1\x5b\xbb\x39\x44\x06\xf7\x3e\ \x88\x08\xb3\x84\x10\x42\xf0\x31\xc6\xcd\xcc\x91\xeb\x8d\x49\x42\ \x08\xf1\x4f\x62\x4c\x6c\xfb\x41\xe4\xfa\xc9\x5d\x29\xd5\xed\x36\ \xda\xed\xf6\x38\xa6\x45\x84\x67\xcf\xce\x21\x40\x9a\x24\x81\xb9\ \xdb\xed\x0e\x87\xc5\xf2\xf2\xf2\xca\xca\xf2\xf4\xf4\x94\x36\xc6\ \x39\x07\x20\x9b\x9b\xbd\x34\xcd\xda\xed\xf6\xb1\x63\xc7\x4e\x9f\ \x3e\x8d\x8d\x46\x51\x94\xcc\x5c\x55\xd5\x44\x77\x42\x6b\x0d\x08\ \x81\x83\x08\xa8\x18\x2f\x42\x24\x24\x63\xcc\xc6\xc6\x46\x96\x67\ \x21\xb0\x51\x1a\x64\x74\xd9\x4a\x29\x42\x64\x11\x22\x6a\x36\x9b\ \xcc\x42\x88\xa4\x94\x77\x2e\xba\xf9\x31\x0a\x77\x05\xb9\x03\x78\ \x8f\xab\xab\x32\x3b\x5b\x6b\x73\xd7\xb8\x1e\x14\x45\x81\x5a\x83\ \xd6\x9d\x3c\x0f\x8b\x4b\x55\x65\xa1\xac\xc6\x31\x12\x44\x44\x12\ \xef\x03\x33\x6b\xad\x95\x22\x63\x0c\x22\x10\xd1\xa5\xbc\x9f\x88\ \xf3\x21\x31\x46\x11\x8a\x00\x87\x70\xe1\xc2\x85\x85\x0b\x17\x9e\ \x7a\xe2\x1d\xb6\x2a\x5f\xf9\xda\xcb\xce\xba\x3c\x4b\x01\x80\x59\ \x42\x2c\xa5\x27\x9a\xe8\xb6\x97\x96\x2e\x32\x87\xad\x35\x2f\x2c\ \x8c\x88\xa8\x14\x01\xc4\x2a\x5e\x09\xe0\x83\x47\x22\x42\xb4\xd6\ \x8a\x00\x29\x85\x5b\x41\x6a\xdc\x16\xc0\xdd\x9e\xb2\xbb\x66\x98\ \xf8\xf2\xd0\x4d\xe4\x3e\x50\xc0\xc2\xcb\xab\xab\x9d\x56\xbb\xdf\ \x1f\x00\x4a\x60\xdf\xe9\x4e\x35\x1a\x4d\x22\x9d\x64\x2a\xcf\xb3\ \x24\x31\xb3\xb3\xbb\x8a\xc2\x02\x62\xe5\x05\x55\x52\xda\x2a\x08\ \x27\x59\x76\x73\x4b\x4c\x44\xb4\x51\x8d\x2c\x4f\xb3\x2c\xb2\x30\ \x00\x04\x0e\xcc\x9c\xa6\x29\x22\x02\x62\x08\x41\x1b\xe3\xbd\xeb\ \x6d\xf6\xf2\x2c\x9b\x99\x9e\xae\xaa\x6a\x63\x7d\xbd\xd3\xe9\xec\ \xd9\x35\xbb\xb2\xba\x5a\xda\x92\x28\x49\x12\xad\xb5\x89\xec\x8c\ \xa8\xc6\x29\xba\xc8\xef\xcc\x12\xef\x54\xdc\x8c\xe3\xa1\x28\xfa\ \x86\x2c\x20\xec\x51\x30\x78\xdf\xeb\xf5\xb4\xd6\x59\x96\x09\x20\ \x90\x52\x4a\x11\x0b\xb0\x20\x8d\x92\x1b\x31\xde\x82\x80\x24\xcc\ \xc2\x08\xc0\xa3\xc0\xf8\xd6\xa9\x8b\x39\xf2\x7b\x08\x01\x40\xd2\ \x34\x05\x84\x10\xb8\xd1\xcc\xd6\xd6\xd6\x2b\x6b\x11\x50\x10\x42\ \x60\x04\x60\x00\x24\x1c\xc7\x9d\xe3\xed\x18\xc7\x22\xac\xad\x10\ \x21\x04\xde\x0a\x76\xa7\x49\x92\x3a\x67\x43\x08\x5a\x2b\xad\x4d\ \x9e\xe7\x37\xc1\xec\x23\x5f\x58\xeb\xe8\x4d\x67\x59\x1a\x7c\xc8\ \xb3\xbc\xd9\x6c\xed\xdb\xbb\x77\xee\xcc\x6b\xc7\x8f\x1f\xdf\xbd\ \x67\xcf\xee\xdd\x9d\x24\x4d\x1f\x3a\x74\xf0\x85\x17\x5e\x58\x5a\ \x5a\xb4\xd6\x96\x65\x59\x55\xd5\xfe\xfd\x0f\x75\x3b\x1d\x66\x9e\ \x9c\x3a\x00\x00\xc5\x70\xb8\xb6\xb6\x5a\x16\xe5\xec\xec\x6c\x92\ \x26\x48\xe4\xac\x23\x4d\x44\x2a\x66\x62\x63\x4e\x21\x4d\x33\xe7\ \x1c\x29\x95\x10\x01\x00\x0b\x2b\x54\xf1\x8e\x23\x22\x88\xb8\x10\ \x94\x52\x79\x96\x95\x65\x25\x2c\x49\x96\x79\xef\xe3\x6f\x45\xae\ \xf0\xdc\x01\xc1\x39\x5c\x5b\x95\x99\x19\x20\xaa\x4b\x21\x6b\xbc\ \x29\x5a\xad\x26\xa7\x29\x75\x3a\x92\x65\x6a\x6d\x55\xa7\x99\x06\ \x8a\x59\xd4\xed\xa1\xf6\xed\xbe\xd2\x15\x25\x1c\xd6\x5a\x61\x8e\ \x6b\x26\x4d\x93\xb9\xb9\xf3\xe7\xcf\x9e\x3d\xfa\xe8\x23\x8b\x4b\ \x8b\x73\x67\xce\xa0\x30\xa1\x48\x08\x12\xf9\x00\xc0\xb3\x47\x4f\ \xed\x76\xfb\xe2\xe2\x45\x61\x11\x14\x96\x4b\x9e\xbb\x70\x4c\x6b\ \x32\x0b\x7b\xef\xbc\x8f\x81\x05\x74\xce\x31\x07\x45\x8a\x03\x8b\ \x04\x21\x50\x5a\xa1\x42\xbe\x46\x48\xfd\x0a\x72\xdf\x4e\xeb\xd1\ \x6d\x8f\x21\x02\x01\x21\xa5\x01\x90\x50\xad\xac\xae\x6d\xf6\xd6\ \x5b\xad\xd6\xfe\xfd\x87\x7a\xbd\xbe\x75\x4e\x25\x0d\x91\xa0\x8d\ \x11\x82\xe5\x95\x8d\x56\xab\xe3\x1c\x6f\xf6\x06\xa8\xc0\x64\x09\ \xb3\xdc\x5c\xe5\x87\x80\x24\x26\x6d\x36\x5b\xa3\xc3\x38\x00\x20\ \x8a\x88\xb5\x56\x1b\x13\xbc\x57\xa4\x48\x69\xef\xbd\x51\x26\x04\ \xef\x5d\x88\xae\x25\x80\xd9\xdc\xd8\x50\x4a\xe5\x8d\x8c\x85\xab\ \xaa\xd2\x5a\x47\xe3\x20\x22\xb3\x1b\x59\x50\xc6\xa1\xf0\x70\x45\ \x06\x6f\x7c\x1f\x05\x94\x42\x61\xf6\x31\xa5\xdb\xed\x74\x86\xc3\ \x61\x51\x56\x40\x4a\x6b\x0d\x81\x41\x18\x62\x7e\x45\x46\x91\x1c\ \x44\xc2\xad\x3c\xa8\x6c\x55\x9b\x8c\x99\x3d\x96\x45\xc5\xc8\x78\ \x23\x4b\x87\x45\xd9\x69\xb7\xcb\xb2\xec\x0d\x06\xb1\xde\x29\x5e\ \x99\xd2\x5a\x58\x38\x70\xf4\x0c\xb6\xed\x3a\x4c\x44\x88\x71\xab\ \x10\x44\xca\x32\x43\xa4\x44\xc0\x5a\xe7\xbd\x4f\xd3\x34\xcf\xf3\ \x10\xc2\x70\x38\x8c\xfb\xd3\x8d\x7b\xee\x80\x88\x59\x96\xc6\x08\ \xbe\x08\x78\xef\x72\xad\xbb\xdd\x09\xad\x4d\x55\x55\xc5\x70\x08\ \x02\xdd\x6e\x67\x63\x63\xfd\xe8\xd1\xa3\x5a\xe3\x2b\xaf\xbe\x9a\ \x65\xd9\xec\xec\x6c\xab\xd5\x74\xde\xe7\x8d\xdc\x3a\x9b\xa6\x69\ \x08\xa1\xdf\xeb\x9f\x3f\x7f\x5e\x29\x95\x65\x59\x77\x72\x42\x44\ \x08\x91\x30\x06\x12\x47\x7b\x9e\xd2\x5a\x91\x0a\x3e\xa0\xa2\x51\ \x9a\x07\x20\x16\xe7\x54\x95\x45\x90\x5e\xaf\xc7\xcc\x45\x59\xce\ \xcd\xcd\x1d\x3a\x74\xa8\xd3\xed\x06\xe1\xe8\xb6\xc3\x95\xd5\x32\ \x88\xe0\x3d\xae\xae\xf1\xe1\xc3\x75\xab\x61\x8d\xeb\x7b\xe2\x51\ \x21\xe9\x4e\x07\xf2\x3c\xed\xf5\x9c\x56\xe8\x60\x5b\x0c\x77\x54\ \x03\x13\x57\xe0\x36\x87\x7d\x54\x2c\xc8\x2c\xde\x8f\x4a\xc4\x94\ \xa2\xb3\x73\x73\x0b\xe7\xcf\x1f\xd8\xb7\xef\xc2\xf9\xf3\x67\xce\ \x9c\x56\x84\xc0\xa1\xe8\x0f\x30\x70\x60\x46\xad\x74\x9e\x31\xb3\ \x75\x56\x29\x93\x98\xa4\xb2\x36\xc4\x95\xc0\xcc\xcc\x80\x28\xcc\ \x71\xe1\x01\x42\x4c\x09\x12\x91\x49\x4c\x08\xc1\x68\x03\x02\xde\ \x3b\x6d\x14\x80\x70\x08\x44\xb0\x15\x91\xb8\xba\x93\xbe\x9d\xf1\ \xc7\x3e\x32\x6e\x21\xc6\x79\x4d\x92\x1c\xd8\xf7\x50\x70\x7e\x62\ \x62\x32\xcb\xd3\x6e\xb7\x03\x48\x69\xd6\x08\x52\x18\x93\x28\xa5\ \xb3\x2c\x45\xa1\xa9\xa9\xc9\x66\xab\xd3\x1f\x0c\x26\x26\xba\x8c\ \xdc\x9d\x9c\x24\x52\x37\x37\x59\x1d\x91\xca\xa2\x5c\x5b\x5b\x8d\ \xe5\x31\x88\x18\x98\x47\xa1\x71\xa2\x48\x96\x08\x04\x82\x02\x2c\ \x20\x20\x82\x28\xcc\x32\x33\x3b\xa5\x94\x5a\x5b\x5b\xcb\xf2\xac\ \xd9\x6e\x11\xa9\xd5\xd5\xd5\x18\x78\xd9\x22\xaf\x58\x8c\x34\x72\ \xd5\xb7\xf3\x5a\x0c\xc4\x5f\xb1\x4f\xc7\x02\xcf\xb2\x2c\x27\x26\ \x26\x8c\x31\x45\x55\x01\x88\xf7\x41\x24\x5c\xca\x0d\xc2\xb8\x5c\ \x8a\x89\x30\x06\x77\x90\x2f\x4f\x4d\x03\xc4\x78\x1d\x20\x24\x26\ \x71\xce\xe7\x59\x0e\x80\xbd\x7e\x0f\x01\x58\x20\x84\x80\x40\x48\ \x24\x2c\x00\xa8\x14\x45\xff\x75\x5c\x8f\x68\x8c\x89\xf1\x16\x63\ \x12\xe7\xac\x31\x3a\x4d\xd3\xf8\x4b\xad\x29\x49\x92\x34\x4d\x62\ \xf9\x90\x31\x09\x11\xc9\x4d\x9e\x99\x80\x59\xb4\x56\x65\x59\x6e\ \x6e\xf6\xa6\xa7\xa6\x45\xd8\x3a\x27\x22\xc6\x98\xa5\xa5\xa5\x23\ \x47\x8f\x01\xc2\xe2\xd2\xd2\xbe\xbd\x7b\x87\xc3\x7e\x9a\xa6\xd6\ \xda\xb9\xb9\xb3\xce\x85\x24\x49\xfb\xbd\xfe\xc4\x54\x97\x43\x58\ \x5c\x58\xe8\xf7\x7a\x83\xc1\x60\x79\x79\xd9\x39\x67\x9d\xd3\x5a\ \x03\x90\x80\x20\x40\x4c\x12\x68\xa5\xbd\xb3\x80\x23\xeb\xb1\x48\ \xac\xc8\x1a\x53\x35\x00\x4c\x4f\x4f\x6f\x6e\xf6\xac\xad\xa6\xa6\ \xa6\x39\x84\xf1\x66\x19\x43\x37\x57\x26\x54\xd1\x7b\x5c\x5f\x93\ \xe9\xf7\x3e\x00\x22\x50\x88\x3b\x77\x87\x7a\xcb\x22\x6a\x18\xeb\ \x16\xf3\x5c\xd2\x14\x57\x57\x50\x8d\xce\xdc\x71\x09\xc7\x78\x6b\ \xac\x85\x8e\xae\x59\x3c\x36\x2a\xa5\x89\x90\x05\xbc\x77\xc2\x9c\ \x65\x39\x07\x5e\x5f\x5f\xbf\xb8\xb4\xb4\x67\xf7\xee\x93\x27\x4f\ \x5c\x38\x7f\x5e\x6b\x8d\x0c\x9b\xeb\xab\x5c\x06\x57\x14\x8e\x39\ \xa0\x64\x9d\x76\x3e\xd1\x29\xaa\x32\x56\xfe\x05\x66\x1e\x93\x7b\ \x5c\x79\xf1\xc6\x0b\x23\x8c\x6a\xe4\x63\x49\x38\x07\x46\x44\xad\ \x95\x02\x24\x41\x40\x21\x40\x04\x82\xcb\x7d\xf3\x2b\xbc\xf8\x31\ \x0b\x6c\x27\xf4\xb1\xe7\xce\x12\x10\x41\x2b\x85\x88\x69\x96\x1d\ \x3d\x76\x34\x48\x60\x16\xcf\x32\xbb\x67\x0f\x33\x34\x1a\x14\x5f\ \x9c\xe7\x79\xb3\xd5\x32\x49\x3a\x19\x3a\xfb\xf6\xef\x46\x4d\x3e\ \x48\x9a\xdc\x6c\xcc\x1d\x20\x70\xb0\xce\x21\x51\x0c\x77\x68\xa3\ \xe2\xaa\x0e\xc1\xc7\x0b\xe4\x4b\x19\x52\x04\x1a\x71\xfc\xd2\xd2\ \x72\xb7\xdb\x9d\x9c\x9c\x5a\x5d\x5b\x15\x84\xe9\xa9\x69\x22\x5c\ \x5d\x5d\xdb\x4a\x42\x52\x3c\x3c\x39\xe7\x99\x21\x26\x2a\xb7\x67\ \x1a\x2e\x5d\x6d\x0c\xd4\x00\x20\x90\xc4\x28\x77\x08\x31\xd6\xaf\ \xb4\x66\x06\x46\x44\x10\xdc\xda\xcb\x89\xa2\x57\x8d\x31\xa8\x22\ \x21\x20\x20\x6d\x7b\xe7\xb8\xf1\x47\x7e\x57\x44\x84\x3a\x49\x0c\ \x08\xe4\x8d\x1c\x01\x49\xe9\x98\x21\x19\x65\x6f\x00\x00\x47\xc7\ \x8b\x71\x7d\xb7\xc8\x28\xfa\x87\x08\x49\x92\x82\x80\xb5\x2e\xd6\ \x50\x22\x12\x33\xaf\xaf\x6d\x78\xef\x11\x81\x46\x31\xa8\x9b\x8b\ \xcc\xc4\x3c\x93\x24\x49\xd2\x6a\xb5\x92\xc4\x14\x45\xb1\xbe\xb6\ \xa6\xb4\x0a\xde\xc7\x87\x6d\x7d\x6d\x23\x4b\x33\xef\xfd\xea\xca\ \x2a\x11\x79\xef\xcb\xb2\x58\x5b\x5b\x3b\x7c\xf8\x70\x77\xa2\xcb\ \x12\xbc\xd7\xbb\x76\xed\x2e\x8b\x52\x44\xb4\xd6\x13\x13\x13\x26\ \x49\x3c\x07\x1f\x3c\x32\x50\xcc\x1b\x93\xb2\x55\x55\x14\x85\xd6\ \x5a\x64\x14\x79\x8c\xce\x8a\x56\xba\x28\x8a\x10\xbc\xd1\x66\x38\ \x1c\x0e\x86\x83\x5e\xaf\x37\x31\x31\x14\x99\xdc\xd8\xd8\xd0\x49\ \x62\x8c\x8e\xf5\xa9\xaf\xf3\xdc\x9d\xc3\xb5\x75\x99\x9a\xbe\xdf\ \x79\x51\x58\x9c\x65\x67\x77\x68\xda\x40\x1b\x7a\x2b\x77\x12\x69\ \x34\x24\xcf\x69\x75\x15\x50\x44\x02\x51\xac\x77\x1e\x2d\xa1\x71\ \x37\xc7\xc6\xc6\xe0\xb9\xe7\x9e\xab\x2a\xbb\x67\xcf\xde\xb7\xbd\ \xed\xf1\x34\xcd\x4a\x5f\x6a\x63\x82\x0f\xb6\xaa\x36\x37\xd6\xdb\ \xcd\xd6\x0b\x5f\xfe\x72\x2c\x8c\x61\x09\x6b\xcb\xcb\xb6\x3f\x3c\ \x7a\xe8\x70\x27\x6f\x58\xeb\xbe\x7e\xe6\xd4\xc5\xf5\xcd\xa0\x09\ \x91\x04\x85\x14\x31\xb3\xd0\xd8\x5b\x17\xad\x94\xd6\x1a\x00\x9c\ \x73\xc2\x8c\x88\xce\x3a\xa5\x14\x11\x59\x67\x99\x59\x69\x4d\x4a\ \x8d\x78\x82\x00\x11\xe4\x72\x5a\xc7\xd7\x71\xfd\x15\xb4\x1e\xa9\ \x2a\xfe\x97\x44\x19\x66\x89\x49\x47\x5b\x5a\x1f\x1c\x0b\x57\xde\ \x59\x17\x3c\xa3\xab\xfc\x6e\x35\x21\x81\x36\xd6\xd7\xf5\x34\x22\ \xe1\x97\x5f\xf8\xa2\xb5\x2e\x30\x0a\xaa\x41\x51\x3c\x76\xec\xd8\ \xa1\x83\xdf\x11\xaa\xea\x26\xec\x9d\x66\xa9\xd6\x9a\x85\x95\x52\ \x1c\x38\xd6\x02\x45\x4e\x47\x11\x54\x84\x48\x5b\xc1\xdb\x51\x7b\ \x18\x29\x05\x20\xbd\xfe\xa0\xd1\x6c\x4e\x4e\x4e\x0d\x8b\xc1\xc6\ \xc6\x66\x9e\xe7\x93\x93\x53\x1b\x1b\x1b\x31\xd2\x1d\xab\x4a\xf2\ \x3c\xdb\xca\x37\x63\xac\x8b\x57\x8a\x46\x35\xec\x63\x43\xc5\x7b\ \x2c\x1c\x0f\x4d\xd6\xda\x24\x4d\x13\x93\x24\x59\x26\x23\xff\x93\ \x2f\x6d\x09\x31\xc3\x8b\x08\x82\x28\x81\x99\x08\x71\x7b\x2a\x75\ \xb4\x01\x33\x47\xda\xcd\xb2\xd4\x3b\xef\x9c\x13\x01\x16\x06\x70\ \x81\x79\x54\x78\x33\x2a\xca\x0f\xdb\x8a\x5f\x31\x04\x1f\x42\x00\ \x00\xa5\x34\x11\x21\x92\xb0\x28\x22\x93\x1a\x00\x28\x86\x45\x65\ \x2d\x88\xc4\x67\x43\x58\x6e\x8b\x4f\xd3\x6a\xb5\xca\xb2\xb8\x70\ \x61\x7e\xd7\xee\xdd\xa7\x4f\x9d\x5a\x59\x59\x69\xb7\xdb\x44\xb8\ \xba\xba\xda\x68\xe4\x55\x55\x0d\x8b\x61\x23\xcf\x87\xc3\x61\xa3\ \xd1\x68\xb7\xdb\x83\xc1\xb0\x6b\x0c\x22\x76\xda\x1d\x14\x58\x5a\ \x5c\x8c\x89\x0a\x22\xb2\xd6\x6a\xad\x29\x66\xfc\x47\x39\x15\x1d\ \x42\x88\x19\x14\x52\x04\x88\x4a\x64\x54\x17\x2f\xa2\x94\x52\xa4\ \xb4\xd6\xce\x7b\x4d\xaa\xd3\xe9\x68\xad\x91\x48\x6b\xb5\x75\xa7\ \xc4\x39\xf7\xba\x52\xc8\x10\x70\x6d\x4d\xa6\xa7\xee\xf6\x68\xec\ \xdb\xe0\xba\x0a\x4b\x9d\x12\x7e\x2b\xec\x1c\x18\x1b\x0d\x49\x53\ \x5c\x5b\x43\xa5\x4a\x5b\x58\x6b\x63\x2f\x9e\x42\xd3\x6c\x76\x7a\ \xfd\xfe\xd2\xe2\x52\x9e\xe7\x9b\x9b\x3d\x6b\x6d\x08\x61\x73\xb3\ \xb7\xb8\x78\x31\x49\x34\x21\x4d\x4d\xcf\x14\xc3\xe1\xfa\xea\x4a\ \xf0\xe1\xd4\xa9\x93\x88\x90\xa5\x69\x62\xb4\x36\xfa\xf4\x89\x93\ \x8f\xee\xdb\xff\xff\xb3\xf7\x66\xbf\xba\xa5\xe9\x7d\xd0\x33\xbc\ \xc3\x5a\xeb\x9b\xf6\x78\xce\xa9\x53\xd5\x55\xd5\x83\xdb\x1d\xa3\ \xc6\xb8\xd3\x56\xe3\x44\x51\x02\x16\x62\x92\xb8\x08\x52\xa2\x48\ \x48\x70\x83\xe0\x8e\x1b\x24\xee\xb8\x40\xfc\x03\x5c\x71\xc1\x24\ \x14\x09\x09\xe4\x38\x41\x22\x22\x42\x8a\x63\x21\x3b\xd8\x4e\x62\ \x63\xb0\xbb\xec\x76\x0f\x55\x67\xa8\x73\xf6\xfc\x8d\x6b\x78\x87\ \xe7\xe1\xe2\x5d\xdf\x57\xbb\xba\x2d\x5c\xbd\xbb\xb1\x65\xfa\xac\ \x92\x8e\xce\x54\xfb\xec\xfd\xed\xbd\x9f\xf7\x79\x7f\xe3\xa3\xa3\ \x23\x0b\x1c\xd0\x9c\x1e\x1d\x5f\x77\xdd\xae\x6d\x17\x47\x0b\x40\ \xaa\xaa\x2a\xa5\xa4\x84\x65\x29\x64\x66\xe7\x3d\x13\x89\x6a\x16\ \xc9\x00\x9a\x73\x96\x4c\x44\xd6\xd8\xd1\x4c\x88\x44\x54\x34\x1c\ \x65\x0f\xa4\xc3\x7e\xfa\x83\x20\xcc\xf7\x0d\xf7\x7b\x50\xcc\x38\ \xdc\x19\x11\x55\xbc\xf3\x04\x94\x53\x0e\x21\x5e\xde\x5c\x6e\xbb\ \x16\x88\x77\x5d\xcc\x49\x9f\x3c\x3e\x5b\xad\xd7\x21\x06\x85\x3c\ \x9b\x34\x39\xf7\xcb\xbb\x8d\xb1\x94\x33\xf6\x43\xca\xc5\x4e\xf5\ \x20\xcc\x1d\x11\xa7\xb3\x99\xb1\xa6\x1f\x06\x55\xb1\xc6\x1e\x50\ \x23\x05\x20\x42\x18\x67\x71\xd1\x49\x2a\x40\x31\xfa\xaa\x2a\x88\ \x40\x16\x9d\xcf\x66\xa2\xd0\xf7\x1d\x91\x39\x3d\x3d\xdd\xed\x36\ \x21\x04\x6b\xfd\x5e\x48\x51\x46\x33\x8a\x20\x00\xe5\x1c\xcb\xff\ \x3e\x7e\xc6\x55\xc7\x53\xa4\xbc\xbd\x9c\x41\xb5\x9e\x4c\x52\x4a\ \xc3\x66\x5b\x08\x54\x84\x11\x8e\x53\x18\x87\x7d\x19\xf0\xe5\x24\ \xbe\xaf\x53\x2a\x33\x9d\x88\x0a\x3a\x64\xad\x0d\x43\xdc\xac\x37\ \xc5\xdd\x93\x0b\xda\xb6\x07\xda\x00\x08\x41\x60\xf4\x49\xc0\x7d\ \x0b\x14\x11\x1b\x63\x44\x44\x24\x7b\xe7\x8d\xb5\x31\x84\x61\x18\ \x54\x81\x0d\xab\x6a\xcc\x19\x44\x8c\xb5\x0f\x73\xb9\x96\x3b\xaa\ \x88\x30\x33\x80\xde\xde\xdc\x6e\xb7\x9b\xb3\xb3\xb3\xd5\xf2\x6e\ \x36\x9b\x5d\x5d\x5d\xad\xd7\xeb\x61\x08\x31\x46\xe7\xe6\x17\x17\ \x97\xef\xbf\xff\xf9\x8b\x8b\x8b\xe7\xcf\x9f\x1b\x63\xdf\x7b\xef\ \xbd\x97\x2f\x3f\x7e\xf9\xe2\xe5\x93\xa7\x8f\x55\x75\x36\x9f\x97\ \xc1\xad\xaa\xce\xfb\xc2\x4b\xc4\x94\xac\x31\xfb\xc1\x8b\xe5\x1e\ \x93\x52\x2a\xb7\x22\xdd\x1b\x44\xfa\xbe\x67\x66\x62\xca\x39\x57\ \xbe\x1a\xda\x6e\x3e\x5f\x18\x63\xb7\xdb\xcd\xd1\xf1\xd1\xe1\x85\ \xfd\x63\x36\x77\xdc\x6e\xa1\xeb\xf4\xf4\xec\xcf\xfb\xe6\x4e\x8c\ \xae\x62\x04\xfd\x89\x9d\xb9\x7f\x5a\xff\x12\xa2\xa8\x4e\x26\x30\ \x99\xf0\xf5\xf5\x76\x75\x7b\x7d\xf1\x3a\xc6\x1e\x54\xfa\xa1\x6b\ \xdb\xd0\xd4\xf3\xf3\xf3\x47\xc6\x18\x00\x9d\x34\xcd\xcf\xfc\xcc\ \xcf\x18\x63\x0b\xa4\xd8\x77\xc3\xc9\xe9\x71\xbb\xdb\x5d\x5f\x5f\ \xc5\x30\x7c\xe7\xdb\xdf\x0e\x43\xdf\xd4\xcd\x7a\x79\x57\x57\xfe\ \xfa\xea\x8a\x00\x66\x4d\x3d\xa9\x1a\x23\xa0\x29\x2f\xa6\x53\x04\ \x18\xfa\xd8\xf7\x7d\xd7\x75\xde\x55\x22\xc2\x6c\x10\x89\x50\x0d\ \x33\x21\xe6\xfd\xa4\x28\xe8\x63\x16\x51\x50\x24\x94\x24\x5a\x06\ \x15\x20\x22\x48\x91\xe8\xdd\xc3\x91\x3f\x35\xd0\x89\x8a\xe3\x06\ \x54\x0f\xa3\xfc\x53\x54\x6a\x81\x1a\x00\x18\xd9\x16\x05\x27\x42\ \xcc\xe9\xf2\xf2\x2a\x23\x4c\xe7\x47\x6c\xac\x68\xae\xeb\x66\xb3\ \xba\x63\x66\x62\x98\xcd\xeb\x2f\xff\xd4\x7b\xff\x6c\xfd\x4d\x63\ \xcd\x30\x08\x8d\xdb\xec\x03\xd7\xc6\x7e\x18\xd6\xdb\x8d\xf3\xbe\ \xae\x2a\x6b\xed\x76\xb7\x8d\x21\x6a\xf1\x1c\x15\xdd\x37\xde\x47\ \x71\xca\xa0\x1f\x19\x6e\x05\x04\x4d\x86\x61\x32\x69\x52\xca\x6d\ \xbb\xa9\xeb\xda\xfb\x2a\xa5\xb6\x6d\xb7\x44\xf7\x35\x33\x9f\xa0\ \x56\x87\xb3\xef\xe0\x0d\xa6\xf1\xed\x8a\xaa\xee\xda\xd6\xf9\x0a\ \x10\x87\xbe\x37\x6c\x40\x32\xfe\x71\xd4\x45\xd1\x78\x64\x11\x18\ \xf5\xe6\x9f\xb8\x1f\xca\x05\xcb\x1a\x9b\x73\xee\x63\x50\x54\x55\ \xcd\x79\x84\xdd\x08\xcb\xb9\x85\x7b\xef\x9b\x30\x97\x4f\xc4\x68\ \xee\x37\xc6\x16\x78\xc7\x39\xeb\x9c\xcf\x49\xda\xb6\x13\x11\x62\ \x53\xce\x22\x22\x26\xa6\x04\x23\x47\xf3\xb0\x0b\x2a\x22\x55\x55\ \xb5\x5e\xad\xae\xae\x6f\xac\x35\xe7\xe7\x8f\xa6\xb3\xe9\x8b\xe7\ \xcf\xaa\xba\x66\xe6\xcb\xcb\xab\x0f\x3e\xf8\xe0\xe8\xf8\xf8\xf2\ \xf2\xea\xe9\xd3\xb7\xa6\xd3\x49\x33\x99\xa8\xc2\xd5\xd5\x95\xf3\ \xee\xed\xb7\xdf\xbe\xbb\xbb\x7b\xfd\xfa\xe2\x73\xef\xbc\x3d\x69\ \x26\x8b\xc5\x9c\x99\x9d\x73\x44\x34\x0c\x43\xcc\x29\xa5\xe4\xe6\ \x33\xd8\xbf\x77\xe5\x14\x51\x15\x38\x70\xdc\x88\x2a\x7b\xf8\x8b\ \x59\x50\x0c\xf3\x10\x87\xb6\x6b\x4f\x4e\x4e\x98\xc8\x3a\x17\x63\ \x28\xdf\xfb\x3f\x30\xdc\x89\xe0\xe6\x06\x00\xf4\xf4\xe4\xff\x27\ \x4b\xe5\x9b\xcd\xfd\xff\xe3\x57\xb8\xdb\x0d\xcd\xc4\xa3\x35\x70\ \x7e\x1e\xfe\xf0\x83\x6f\xfd\x9f\xbf\x65\x1d\x41\x0c\xd7\x57\x97\ \x4c\xb4\x69\xbb\x2e\xa4\xcb\xeb\xb3\xb3\xe3\xf3\xba\x6e\x8a\x45\ \x3b\x84\x5d\x88\x1a\x31\x23\x70\xd7\x76\xbb\xed\xaa\xef\xda\x17\ \xcf\x9f\xaf\x97\xd7\xc7\x47\x47\x93\xba\x82\x3c\x8f\x29\xde\xdd\ \xad\xfb\x21\x2e\xd7\xcb\xd5\xd1\x02\x01\x6f\xb7\xcb\xd7\x77\x37\ \x4c\xe0\x10\x53\x17\x72\x88\x6c\x2c\x19\x03\x4c\x00\x80\x59\x18\ \x0d\xe6\x4c\xaa\xc4\x14\xb3\x16\x20\x22\xc6\x80\xa0\xcc\x1c\x43\ \xe8\xba\x56\x01\xb2\x0a\x13\x2a\x62\x16\xf1\x88\x58\x38\xd2\x71\ \x0c\x8d\x3f\xd0\x7e\xbc\x09\x68\xb9\x16\x8c\x3b\x3b\xe2\xf8\x87\ \xe3\xbc\x27\xc9\x4a\x4c\xc6\xa0\xf7\x66\xdb\x6b\x02\x40\x76\x7d\ \xa2\x24\x0c\x68\x9d\x6b\x08\xc8\x59\x9b\x42\x88\xa1\x7f\xfa\xf4\ \xf1\xb3\xe7\xcf\xaf\xae\xb6\x80\x4c\xc6\x01\x3e\x90\x50\x2d\x58\ \x12\x1b\x23\x22\xcb\xd5\xd2\xfb\xaa\xaa\x2a\x6b\x5d\xdb\xb6\x29\ \x25\x38\x5c\x58\xf7\xac\x32\x21\xed\xed\x2d\xb4\xff\xd0\x60\x18\ \x42\x4a\x32\x9d\x36\x75\x5d\xf5\xfd\xa0\x0a\xb3\xd9\x4c\x24\x87\ \x10\x99\x0d\x68\xd6\x7d\xc8\x0f\xee\x07\xfd\x38\x89\x55\x0b\x56\ \x30\xbe\x70\x40\x4c\x64\x0c\x03\x2a\x33\x1a\x42\x62\x20\xe2\x7d\ \xb2\xcd\x7e\x11\x05\x2c\x1b\xa8\xa8\x1e\x4d\xa7\xfd\xd0\x87\x18\ \x11\x31\xa5\x58\x6c\x06\x4c\xc8\x86\x9c\x33\xfd\x30\xc4\x14\x91\ \x11\x95\x00\x80\xef\x07\x8f\xab\x94\xf3\x85\x10\x72\xce\x84\x02\ \x08\x39\xab\x61\x02\x55\x63\xd8\x54\x16\x00\xba\xae\x4d\x49\x8a\ \x62\x24\xe7\x48\xc4\xaa\x9a\x73\x1c\x0f\x98\x1f\xb4\xe5\x7f\x76\ \x7a\x09\xe0\xf2\xe2\x62\xbd\x5e\x9f\x9e\x9c\x2e\x8e\xe6\x7d\xd7\ \x5d\x5d\x5c\x5c\x5f\x5f\x1f\x1f\x1f\x35\x4d\x9d\x72\xec\xba\x1d\ \x12\x7c\xe1\x0b\x5f\x9c\xcf\xa7\xd7\xd7\xb7\x5d\xd7\x17\xb6\x89\ \x89\x52\x4a\xc6\x98\xd3\xe3\xa3\xbb\xdb\x5b\x10\xf5\xde\x23\x51\ \x91\xba\xc7\x18\xfa\x61\x98\x4c\xa6\xa3\xc2\x08\x40\x34\x83\x66\ \xe7\xeb\xfb\x76\x40\x15\x51\x40\x6b\x4d\x01\x21\x11\xa0\x6b\xdb\ \x62\xd4\x95\x9c\x2b\xef\x41\x34\x8b\x1a\xb6\x59\x32\xe9\x0f\x7c\ \x9c\x78\x77\x07\x55\x05\x4d\xfd\x66\x2e\xbe\x79\x3e\xc3\x70\x97\ \x97\xcf\x5e\x3c\x7a\x7c\xb6\xde\x2c\x93\x4a\xbd\xd9\xac\x5f\xbd\ \x98\x3d\x3d\x1f\xd6\xab\x7e\xb7\x7a\x7c\x76\xde\xb6\x31\xe5\xdd\ \x6e\x47\x43\xb7\x9b\x4e\x66\xc7\x47\x47\xed\x6e\xf7\xf1\xeb\xcb\ \xb6\x8d\xef\xbe\xfb\x53\x4f\x9f\xbe\x7b\x7b\x73\x09\x90\x9e\x3f\ \xff\xa8\x6b\xdb\xc7\xe7\xa7\x61\x88\x39\x45\x11\xbd\xbe\xbe\xdd\ \xed\x3a\x66\xb3\x6e\x77\x99\x14\x8d\xe9\x40\xd6\x7d\x07\x0a\x8e\ \x89\x14\x73\xcc\x7e\x32\x15\x55\x83\x60\xd8\xe4\x2c\x8c\x64\x98\ \x92\x64\xc3\x96\x88\x21\x84\x9c\xb3\xe4\x4c\x48\xd6\x98\xae\x40\ \xd5\xde\x21\x6a\x88\x51\x41\xad\xb5\xd6\xb9\x22\x32\xfb\x01\x7f\ \x52\x99\x47\xa4\x04\xf7\x25\x90\xfb\x41\x3f\xce\x3b\x2d\xf1\x20\ \xcc\xaa\x59\x0a\x06\xa4\xc0\xec\x42\x06\xc9\x58\x59\x8f\xc0\xdb\ \xcd\xae\x69\x4c\x08\x29\x84\x34\x69\xaa\xa3\xc5\xd9\x8b\xe7\x6b\ \xe3\x38\x49\x86\x1f\x81\xf0\x67\x24\xc3\xec\x7d\x15\xd8\xc4\x10\ \xb6\x69\xeb\x9d\x9b\x34\x8d\x02\x0c\xfd\x10\xc2\xb0\x17\x43\x17\ \x60\x5c\x88\xc8\x32\xc9\x3d\x69\x39\x33\x8b\xe4\xcd\x66\x5b\xd7\ \x75\x55\x55\xc3\x30\xe4\x9c\x26\x93\x29\xc0\x76\x9c\xc2\xf2\xa9\ \x6c\x86\x4f\x05\xb7\xa9\x16\xb9\xf9\x21\x3f\xab\xcc\x26\x26\x46\ \x54\x90\x5c\x94\x8e\xf7\x3d\xca\xc6\x70\x56\xd1\x1c\x55\xa1\xaa\ \xab\x94\x53\x09\x5a\xb9\x1f\x3b\xe6\x8c\x1d\x86\x3e\x0c\x03\xa8\ \xe6\xac\x87\x33\x61\x7c\xb5\xe1\xde\x0a\xab\x28\x92\xa5\x40\x64\ \x0a\x21\x44\x63\xd8\x58\x56\x91\x61\x18\x52\xca\x6c\x4c\x31\xac\ \x16\xa2\xbd\xd0\x07\xe5\x13\xc8\x6c\x1e\x06\x39\x23\x62\xdb\xb5\ \xdd\xae\x7b\xf7\xdd\x77\x7d\xe5\xdb\xdd\x2e\xc4\xb8\xdd\x6e\x5e\ \x7e\xfc\x92\x99\x15\x21\x0c\xbd\xaa\x7e\xfe\xf3\x5f\xa8\xeb\x7a\ \xb7\xeb\x76\xbb\x6d\x18\xa2\x88\x16\xc2\x69\x36\x9b\xa8\xe6\x76\ \x17\x41\xe1\xe2\xe2\xa2\xe0\x93\xc4\x5c\xb4\xf0\x93\xa6\xf1\xce\ \x29\x96\xbb\x8d\x80\x82\xaa\xa4\x38\xd0\x3e\x08\x48\x11\x09\xa9\ \x08\x69\x0a\x4c\x1f\xfa\x01\x11\x44\xb2\x61\x53\x54\x4f\xc3\x10\ \xd8\x5a\xb6\xac\x11\x90\xf0\xfb\x37\x77\xba\x5b\x6a\x5d\xab\xaf\ \xf0\xcd\x70\x7f\xf3\x7c\x86\x2f\xf7\xed\x76\xed\x2c\xa5\xa9\x6f\ \xbd\x9b\xab\xd8\x10\x36\x9b\x8d\x0e\x43\x08\x11\x89\x66\xb3\x59\ \x50\x61\x00\xc8\x89\x11\xfb\xae\xdd\xee\xd6\xc7\xc7\xf3\xf3\x47\ \xcd\xe9\xe9\xb1\x48\xe8\xc3\xf0\xea\xe3\xe7\xa1\x1f\xaa\xaa\x76\ \x95\x5f\xad\xd6\x48\xe8\xbd\x1f\x86\x8e\x99\x9c\xf1\xc3\x10\xff\ \xe8\xbb\x1f\xb2\x31\xdb\xcd\x6e\xe8\x07\x22\xf2\xbe\xb2\xce\xc6\ \xd0\xd7\xf5\x63\x04\x41\x64\x02\x10\x44\x36\x6c\x9d\x8b\x5d\xa7\ \xaa\xc6\xd8\xac\xc8\x9c\x44\x54\x54\xad\xb3\x86\xb9\x38\x76\x8c\ \xb1\xc5\x55\x6f\x98\xad\x35\x68\x78\x1f\x6d\xf6\x29\x14\x62\xfc\ \xc9\x7d\x48\xbe\x4c\xf6\x91\x1e\x1c\x9d\xf4\x84\xa8\xa8\xa2\x1a\ \x33\x84\xa8\x8a\x06\xd9\x66\x01\x60\xac\x27\xb5\x68\x4e\x92\x63\ \x46\x4c\x90\x22\x80\x5a\xc3\x5c\x79\x40\x02\x83\xd9\xf2\x03\x37\ \x28\x44\x0c\x61\xd8\x6d\xb7\x00\x4a\x48\x75\xed\x01\xb0\x8c\x45\ \x6b\xad\xb3\xc6\x59\x4e\xa9\xf8\x78\x72\x81\x28\x55\x53\xcc\xba\ \xc7\x46\xa8\xf8\xc8\x8a\x96\xa3\x6d\x3b\x63\x4c\xd3\x34\x29\xc5\ \xd5\x6a\x39\x9b\xcd\xfa\xbe\x0f\x43\xf8\xbe\xd0\xc1\xef\x07\xe3\ \xf6\x48\x45\x41\x45\x0a\x3a\x5c\x1c\xa1\x07\x13\xcd\xe1\x80\x41\ \x1c\x75\x4c\x39\x8b\xaa\x0e\x7b\x0e\x39\xa5\x12\x64\xa6\xcc\x5c\ \x18\x45\x0d\x80\x48\xde\x98\xfd\x7d\xe1\xde\x35\xaa\x28\x3d\x11\ \x10\xb9\x00\xd0\x44\x54\x38\x52\x00\x38\xe4\x2f\x12\x11\xee\x15\ \xab\xaa\x40\x54\xe4\xf0\x74\x10\x76\x95\x18\x03\x7d\x60\xfc\x80\ \x3f\x3b\x3d\x77\xde\x67\x11\x63\x1d\x20\xad\x37\xdb\xcd\x66\xfb\ \xdb\xbf\xf3\x3b\x0a\x5a\xf9\xea\x9d\xcf\x7d\x0e\x11\x87\xa1\xf7\ \xde\x3f\x79\xf2\xd6\x77\xbe\xf3\x5d\x66\x5e\xad\x56\xeb\xf5\x7a\ \x3a\x9d\xcd\xe7\x73\x6b\xf8\x7b\xdf\xfb\xde\xf9\xf9\xa3\x0f\x3e\ \xf8\x66\x09\xc0\xb9\xb9\xb9\x3e\x3b\x3b\xab\x9a\x7a\xff\x7a\x02\ \x22\x20\xa1\x61\x53\x9c\x68\xfb\x2c\x31\x40\x82\x94\x52\x18\x42\ \x53\x37\xa8\x40\x84\x25\x9e\x6c\xbb\xdd\x1a\x63\xe6\xb3\xd9\x7a\ \xbd\x9a\x9f\x9c\x80\xb2\x31\x84\xf8\xe9\xe1\xae\x00\xb0\xbc\x83\ \xa6\x81\x87\x7a\xe7\xde\x3c\x3f\x61\xab\x3b\x88\xe4\xed\x6e\x33\ \x9d\x7b\x3d\x9a\xe3\x30\xb8\x98\xb6\xfd\x50\x23\x8a\xea\x76\xd7\ \x2e\x8e\x8f\x92\xc8\x6a\xb9\x41\x54\x6b\x70\xb5\xba\x0d\x61\x58\ \x1c\xfb\xc9\xd4\xc5\xd4\xaa\xe6\xed\x6e\x3b\x99\x2e\x9e\x3c\x99\ \xec\x36\x2b\x95\x82\x9f\xc4\x12\x5a\xe0\x9c\x81\x2c\x49\xf4\xd5\ \xeb\x2b\x00\x4c\xaa\x44\x48\x4c\x92\xa3\x64\xda\x6e\xd6\xa0\x32\ \x9b\x4e\x52\x8e\xcc\x64\x2a\x5f\xd7\xb5\xb5\x0e\x89\x15\x50\x44\ \x9c\x43\x50\x23\x29\xc6\x22\x45\x20\x2e\x2a\x0d\x66\x36\x86\x11\ \xd1\x1a\xb6\xc6\xb0\xb3\x7a\x2f\xc9\xf0\xd3\x10\x73\x49\x6b\x82\ \xef\x13\xc0\xc3\xa7\x0c\x4d\xa0\x00\x59\x51\x32\x65\x60\x63\x2a\ \xeb\x2a\x49\x22\x19\x66\xf3\x69\xd6\xdc\x0d\xdd\x64\x7a\xd4\xb6\ \x6d\xd7\x25\x6b\xd2\xe5\xc5\x4d\x53\x57\x7d\x9f\x8e\x66\x95\xc1\ \x87\xeb\x36\x10\x41\x25\x0d\x5d\x0b\x00\xc6\x18\xe7\x7c\x53\x57\ \x61\x08\x29\xc5\x1c\x03\x31\x19\x6b\x54\x51\x40\x73\xce\x29\x0a\ \x31\xed\x3f\xb8\x31\x14\xa0\xd8\xbb\x88\x58\x24\x0f\x43\xaf\x2a\ \xd3\xe9\x74\x18\xc2\x6a\xb5\x9e\x4e\x26\x39\xe5\x7d\xca\x63\x09\ \x75\xa6\xc3\x9c\xde\x9f\x6b\x7b\xc0\x07\xc6\x88\x4d\x51\xb5\xce\ \x2d\x8e\x8e\x8a\x8c\xa7\x90\x13\x84\xe3\x7f\xc5\x98\x5a\x90\x71\ \xe7\x9c\xa8\xcc\x17\x8b\x72\x2a\x8c\x20\x0f\x91\xaa\x1e\x1d\x1f\ \x23\x22\xe9\xde\xa3\x39\xe6\x3b\x62\x01\x25\x46\x98\x9e\x28\x89\ \xc4\x51\x53\xcb\xe5\x50\x29\x2a\xdb\xc3\xbd\x24\xc4\xf2\x9b\x7a\ \x74\x34\xcf\x59\xee\xee\xee\x88\x08\x40\x4b\x2e\xa6\x64\x41\xf7\ \xb0\xf8\x01\x63\xad\x2d\xa6\xb9\x92\xa9\xf0\xe1\x87\x1f\xc6\x18\ \x3e\xf7\xb9\x77\x5e\xbd\x7a\x9d\x52\xdc\xed\x76\xef\xbe\xfb\x6e\ \x08\x43\xdf\x0f\x93\x49\x33\x9b\xcd\x72\xce\xc6\xd8\xed\x76\x37\ \x9b\xcf\x40\x61\x3a\x9d\x3e\x7d\xeb\xe9\x7a\xb3\x5e\x2c\x8e\xca\ \x7b\x78\x72\x7a\x66\x9d\xeb\xfb\xde\x59\x0b\x48\xba\xdf\x28\xc8\ \x70\x1e\xf2\x9e\x46\x2e\xb9\x3e\x98\x62\x24\xa6\x10\x03\x33\x55\ \xd5\xbc\x6d\x5b\x67\xbd\x88\x6c\xd6\xeb\x2b\x63\x8e\x4e\x4f\xfb\ \xbe\x63\x66\x46\x84\xef\x77\xa8\x12\xe1\x72\xa9\x55\xad\xbe\x7a\ \x93\x1a\xf6\xe6\xf9\x0c\x33\x06\xac\xb5\xce\x59\x54\xc1\xc5\x02\ \x43\xaa\x52\x44\x84\x9c\x92\x35\x76\x08\x49\x55\x9d\x31\x92\x12\ \x33\x12\x42\xbb\xdd\x2c\x16\x53\xc2\xdc\xb5\x1b\xc0\x5e\x84\x01\ \x1c\x20\x55\x75\xad\x39\x6b\x8e\xc6\xf0\x66\xbd\x29\x6c\x89\x77\ \x06\x01\xbb\xae\xb7\xce\x8b\x0a\xaa\x18\x66\x6b\x18\x88\x24\xa7\ \xdb\x9b\x9b\x0f\x3f\xfc\xb0\x72\x2e\x67\x32\xd6\xb7\x6d\xb7\xd9\ \x6d\x73\x92\xbe\x1f\xda\xae\xf3\xde\xbf\xfd\xce\x3b\x95\x77\xdb\ \xcd\x3a\xc4\xe8\x9c\xf3\xde\x67\xc9\xc6\x18\x6b\x38\x67\x32\x44\ \xb5\xb3\xde\x59\xb4\xf6\xde\x37\xb9\x7e\x5f\x7d\x8d\xee\xe3\x3c\ \x3e\xd9\x7e\xf6\x27\x00\x02\x08\xe8\x5e\xba\x86\x59\x20\x67\x4a\ \x4a\x10\x72\x4c\x29\xa5\x54\xd5\xd6\x3a\x72\xde\x8a\xe0\xc7\x1f\ \x5f\xac\x57\xeb\xda\xbb\x76\x37\x7c\xe9\x8b\x5f\x7a\xfe\xfc\xa3\ \xf9\xa2\x39\x3e\x9e\x89\x3c\x38\xfb\x1e\x0d\x91\xb3\x63\x90\x48\ \x0c\x83\xaa\x4c\x67\x53\x15\xe9\xfa\xbe\xd0\x71\xd6\x72\x55\x39\ \x00\xcc\x22\x65\x55\x67\x62\x26\x52\x28\x86\x4f\x2c\x99\x10\x38\ \x26\xff\x28\x11\xce\xe7\x73\x22\xcb\x7c\x23\x78\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x29\x9d\x12\x1f\xfc\x90\xdf\x97\x97\xf9\xc9\ \xd5\x06\xc7\x30\xc9\x72\x36\xe6\x2c\xc6\x70\x8c\x91\x88\xb2\x08\ \x01\x1e\x70\x19\x55\x28\xe1\x97\x45\x72\x33\x0c\xa1\x08\xd2\x4b\ \x82\xa3\x2a\x30\x53\x4c\x29\x1f\x9a\xbc\x44\x40\x46\x3e\x7c\x4c\ \xf3\x1f\xf5\x8e\x52\x78\x34\xdd\x23\x4e\x05\x88\x96\xfd\x07\x38\ \x6a\x6f\xc6\xcb\x04\x31\xf3\x74\x3a\xc9\x39\xf5\x7d\x37\xae\xfd\ \x00\x3c\xaa\xe6\x1f\xf6\xb2\x6b\x16\x29\x88\x56\x55\xd5\x1f\x7d\ \xf4\xec\xe5\xcb\x97\xdf\xf8\x17\x7f\xe1\x2f\x7c\xe5\x2b\xff\xe8\ \x57\xff\xd1\x47\x1f\x3d\xbb\xb9\xb9\x5d\xaf\xd7\xc5\xb0\x1a\x63\ \x08\x61\x50\x55\x63\xb8\x24\x03\xcf\xa6\xd3\x9c\xf5\xe8\xe4\x78\ \xb9\x5a\xe6\x9c\x98\xcd\x74\x3a\x39\x3e\x3e\xba\xbc\xb8\xf8\xed\ \xdf\xfe\x9d\x5f\xf8\xcb\x7f\xa9\xa9\x9b\x12\xbf\x53\x6e\x89\x29\ \x45\x26\x02\x6b\x00\xa8\xe8\x97\xac\xb5\x80\x10\x87\x08\x8a\x43\ \xbf\xb9\xbd\xbd\x45\xd0\x18\xc2\x6a\xb9\x7c\x74\x76\x36\x9b\x4e\ \x53\x11\x89\x21\x32\xd3\x0f\x60\xee\xcb\x25\x34\x35\x54\xfe\xcd\ \xe6\xfe\xe6\xf9\x2c\xbb\xcc\x72\xbb\x8d\xc9\x3f\x7d\x74\x02\xc7\ \x47\x18\x02\xec\x5a\xfb\xf4\xbc\x5d\xaf\xca\x5d\x78\xb7\x6b\x01\ \x85\x10\x2c\x33\x81\x18\x82\x9c\x63\xbb\x8b\x29\x03\xb1\x17\x31\ \x55\xbd\x20\x30\xb7\xd7\xd7\xed\x66\x33\x69\x6a\x04\xe8\xbb\x16\ \x14\x88\x0a\xac\xec\x10\x47\x36\x0c\x41\x9d\x35\x29\x66\xeb\x6c\ \xcc\x79\x18\x86\xab\xcb\xab\x93\x93\x85\x9b\x34\xd6\xf9\xae\xeb\ \x36\x9b\x76\xbd\xde\x86\x18\x9d\x35\x95\xaf\x50\x75\xe8\x7b\xc9\ \x32\xf4\xbd\x88\x32\x93\x88\x20\xa1\xab\x3c\x82\x18\x26\xcb\x86\ \x99\xc9\xb0\xc8\x21\xfb\x5b\x3f\x1d\x39\x03\x02\x7b\x3f\xed\xfd\ \xe4\xf7\xfd\xdf\x43\x00\x26\x42\x25\x11\x2d\x42\x6c\x04\xcc\x92\ \x55\x33\xa3\x4e\x9b\xda\x90\x9e\x9e\x1c\xb7\xbb\x6e\xe8\x43\x0a\ \x69\x4d\x18\x42\x6a\x9a\xc9\x57\x7e\xfa\x4b\xeb\xf5\xad\xc8\x03\ \x2b\x23\x44\xe4\xf8\xe8\xe8\xbd\xf7\xdf\x3f\x38\x54\x0f\xf0\x88\ \x31\xe6\x04\xa0\xc8\x07\xcb\xfc\xbd\x57\x10\xa2\x00\x20\x39\x5b\ \xef\x54\x21\xa5\x3c\x26\xe8\xee\x37\xf4\x9c\x73\x91\x96\x33\x73\ \xc9\x67\x3f\xe8\xd0\x0f\x9f\xee\x62\x1a\x2a\x3f\x96\x3c\x02\x55\ \x11\x95\x92\xfa\xe0\x9c\x4b\x29\xa5\x9c\x24\xeb\x68\x46\x15\x2d\ \x18\x8e\xa8\x02\xa2\x48\x2e\x9b\xfc\x08\x85\xab\x1a\x6b\x99\x28\ \xe7\x9c\x72\x2a\xdc\x09\x12\x32\x91\x7e\xe2\x4e\xfa\x24\xe6\x0a\ \x0b\x7b\x4b\xc5\x9e\x4a\x29\xa5\x94\x72\x71\xd8\x8e\xd2\x9a\x31\ \x84\x00\x11\xc1\x18\x2e\x7f\x4d\x84\x98\xcb\x19\x36\x82\x1e\x0f\ \x3e\x50\x0f\x9e\x29\x6b\xdd\xeb\xd7\xaf\x7f\xe3\x37\x7e\xf3\xe7\ \xbe\xf6\xb5\xaf\x7d\xed\x6b\xaf\x2f\x2e\x62\x4c\x31\xc6\x17\x2f\ \x5e\x7c\xf5\xab\x5f\xdd\x6c\x36\x75\x5d\xe5\x2c\x85\x44\x5d\x2e\ \x97\x22\x79\xb3\xd9\x54\x55\x65\x8d\x89\x21\x2e\x16\x8b\x3f\xfc\ \xc3\x6f\x1d\x5e\xde\xdd\xae\xdd\xed\xb6\x7d\xdb\x4e\x9a\x46\x45\ \x53\x8e\x39\x46\x91\x3c\x0c\x03\x33\xbb\x83\x0a\x74\x2f\x0d\x70\ \xde\x86\x7e\xb8\xbe\xbe\x12\x91\xe9\x64\x22\x39\x23\xc0\xf9\xa3\ \x47\x21\x04\xb6\x36\x4b\x22\x24\x6b\xe8\x8f\xdb\xdc\xeb\x5a\xfd\ \x9b\xe1\xfe\xe6\xf9\x13\xb7\x76\x00\x80\x57\x17\xd7\xce\xd1\x75\ \xb7\xfe\x62\x3f\xbc\xa7\x9a\x56\x9b\xcd\x66\x4b\x19\xda\xb6\x9d\ \x4c\xe7\xbb\xed\xae\xaa\x8c\x61\x93\x53\xba\xbd\xb9\x45\x44\x49\ \x89\xcb\xa6\x2f\x9a\x43\x78\xf6\xea\x7b\xa7\x27\xe7\x86\xf1\xc3\ \xef\x7e\xe7\x2f\x7c\xf9\xcb\x27\x47\xc7\x77\x37\xb7\x6d\xbb\x43\ \x44\x6b\x1d\x00\x18\x66\x1e\x53\x8e\x84\x40\x15\x55\x52\x2c\xd9\ \xad\x7d\xdf\xa9\xce\xad\x31\x93\x66\xe2\xbd\xb7\x43\xb2\x2e\x88\ \xea\xdb\x4f\x9f\xa6\x18\x6f\xaf\xae\x54\x72\xdd\x34\x29\xe7\x9c\ \x92\xb1\x16\x09\x89\xc9\x59\x43\xea\x0c\x23\xaa\x5a\x63\x94\x19\ \x51\x0f\xe0\xee\x3e\xcf\x4a\x0e\x2e\x1e\xdd\xe7\xaa\x1c\x46\x3e\ \xde\xd3\x7b\x33\x19\x62\x2a\x51\x27\x31\xf6\x08\x59\x33\x18\x94\ \xaa\xb6\x8d\xe3\x7e\xb7\x95\x18\x6a\xe7\x2a\x5f\x6d\xdb\x9d\xb7\ \x36\x67\xf9\x83\x6f\x7d\x6b\x36\xab\x42\xdf\x4e\x16\x67\x0f\x1c\ \x34\x88\x7d\xdf\x2d\x97\x4b\xef\xfd\xe1\x86\x51\x80\x14\x11\x29\ \x99\xc6\x39\x67\xa4\x43\xd4\x25\x94\x25\xb8\x2c\xe3\x6f\xbd\xf5\ \x74\xdb\xb6\x57\x57\x57\x44\x0c\xfb\x52\xa7\xc3\xa0\x49\x29\x19\ \x6b\x0c\xf1\xc1\x52\x74\x3f\x01\xe6\x90\x1e\xa1\x87\xf8\xa0\x3d\ \x82\x22\x59\x14\xa0\xcc\x5c\x55\x10\x2d\xe1\xcd\x5a\x30\x1c\x00\ \xd4\x92\xf2\x06\xa0\xa2\x22\x8a\x44\xe5\xde\x20\xaa\xa2\x5a\x10\ \x1b\x62\x04\x80\xac\x02\xa3\x9a\xbd\x64\x07\x43\x31\x53\xe5\xbd\ \x7c\x15\x72\x2e\x57\x81\xc3\xb6\x0e\xfb\x18\x83\x12\x03\x8c\x63\ \x52\xcb\x48\x94\x88\xe4\x3d\x8f\x5a\x32\x43\x1f\xee\x4d\x15\xc9\ \x88\x26\xe7\xf4\x6b\xbf\xf6\x6b\x67\x67\xa7\xdf\xf8\xc6\x37\xfa\ \xbe\xaf\xab\x6a\xb1\x58\x20\xe2\xd5\xf5\xd5\xf3\xe7\xcf\xbc\xaf\ \x9e\x3d\xfb\x70\xbd\xde\x7e\xfc\xf1\xc7\x44\x44\xc4\x4d\xd3\x0c\ \x43\xd8\x6e\xb7\x47\x47\x0b\xe7\xec\x30\x04\x66\x26\x82\xd5\x6a\ \xfd\xe1\xf7\xbe\xd7\x75\x9d\x88\xac\xd7\x6b\x44\x1a\x62\x6c\x9a\ \xba\xf6\x6e\xb3\xda\x6d\xb7\x5b\x6b\x1d\x1b\xa3\xf7\x78\xa1\x61\ \x18\x28\x8e\x82\xad\xae\x6d\x6b\x5f\x79\xef\x4e\x4e\x4f\x97\x77\ \x77\x64\xcc\xf1\xf9\x99\x43\x6b\xac\xc9\x3f\x90\x0a\x89\xb8\x5a\ \x41\x55\xbd\xc1\xdc\xdf\x3c\x9f\xf1\x09\x8a\x00\x64\xb2\x86\xd9\ \x8c\xb3\x2c\x9c\xff\x56\xdf\x53\xdb\x7a\xe7\x77\xdb\xed\x64\xda\ \xa4\x24\xe5\xa6\xdf\x77\x3d\x21\x26\x4d\xdd\xae\x2b\xb6\x92\xe7\ \xcf\x2f\x96\xab\x76\xb7\x5c\x97\xaf\x66\xc9\x69\x31\x9b\x5b\x43\ \x2a\x9a\x24\x03\xb2\x64\x91\x9c\x6b\xef\x18\x15\x55\x25\x27\x83\ \x98\x34\x83\x42\x8c\x29\x4b\x50\xd1\xc9\x64\x3a\x99\x4c\x87\x98\ \x37\xdb\xad\xb1\xa6\x2d\x84\x2a\x51\x4e\x61\xd7\xee\xac\x73\x4c\ \x6c\xac\x03\x8a\x31\xc5\x02\xf8\x92\x64\x90\x4c\x00\xd6\xb0\x5a\ \xf3\xa9\x16\x37\x29\x7a\x8c\x31\x02\x57\x14\xb4\xa4\x6b\x1f\x96\ \xdf\x7d\x07\x84\x02\x90\x92\x0a\x82\x40\xce\x81\x09\x72\x6c\x27\ \x35\x93\x75\xdb\xf5\x0a\x42\x3e\x99\x36\xcb\xcb\x97\xa9\x6b\x7d\ \xd5\x30\xaa\x73\x66\xb7\xdb\x11\xe1\x72\xbd\x5d\xae\xd6\x8f\x1f\ \x9f\xbe\xfd\xce\xfb\xf2\xa0\x6c\x3e\x42\xdc\x6e\xdb\xab\xeb\xeb\ \xba\xae\x8b\xba\xb1\x1c\x49\xc6\x18\x63\x58\xb2\x96\x74\x1d\xbc\ \xd7\x06\x37\x0e\xa6\x9c\xb5\x34\x63\x68\xd9\xc7\xb1\x10\xa1\x00\ \x6a\x8c\x2d\x7c\xa3\x31\xac\xb2\xdf\xfc\x11\x0f\x47\xc2\xa7\x01\ \x99\xfb\x61\xec\x00\x00\x65\xcb\xdf\x47\x8e\xd1\x38\xcd\xc7\x2c\ \xfd\x7d\xfe\x33\x32\x8c\xad\x84\x87\xd7\x11\x01\x69\xac\x2b\xb9\ \x9f\x9f\x3f\x46\xc1\xc3\xde\x78\xaf\x84\x40\xc4\x66\x5f\x59\x07\ \x32\xde\xb1\x44\x34\xa5\xf8\xa9\xc0\xa2\xb1\x80\xa4\xdc\xc6\xa8\ \x2c\xf5\xf7\xc0\x25\x3e\x50\xaf\x0f\xe0\x39\x42\x8c\x2f\x3f\x7e\ \xfd\xf8\xd1\xe3\xdf\xff\xfd\xdf\x5b\x6f\xb6\x7f\xf5\xaf\xfd\xb5\ \x17\x2f\x5e\x84\x10\xbd\xf7\x52\xca\x14\x41\x5f\xbf\xbe\x38\x3b\ \x3b\x7d\xf6\xec\xf9\x6a\xb5\x1e\x86\x21\xc6\x38\x99\x4c\x26\x93\ \xc9\x6c\x36\xbf\xbb\xbb\x3b\x3e\x3e\x4e\x29\x9e\x9e\x9d\x39\x67\ \x01\x90\x0d\x3f\x7e\xfc\xf8\xe5\xcb\x97\x00\xb0\x58\x1c\x4d\x67\ \xf3\x5a\xb2\x75\xd6\x10\x1a\x6b\x0e\x81\xef\x2a\x32\x26\x74\x12\ \x22\x68\xbb\x6b\x01\xc1\x1a\x1e\x86\xfe\xe2\xe2\x95\x88\x48\x4e\ \x39\x27\x00\x71\xd6\x8a\x64\x55\xe6\x1f\xac\xd9\xc3\xe5\x4a\xab\ \x0a\xbc\x87\x1f\xbe\x20\xe6\xcd\xf3\x13\xb7\xbc\x23\x45\xe4\x1c\ \x25\x6f\xfb\x0d\x19\xcc\x62\x86\xf8\x85\x2f\x7c\xf1\xe2\x8f\xbe\ \x1d\x25\x0f\xfd\x50\x37\x15\x91\x3a\x5f\x75\xed\x3a\xf6\x61\x3a\ \x6d\x24\x2a\x09\xc5\x24\x1f\xbd\x7e\xb6\xdb\xa5\xa9\xf7\x4f\xce\ \xcf\x52\x18\xac\xb5\x8f\xcf\xcf\x53\x18\x72\x48\x39\x65\x11\x15\ \x16\x54\x35\x20\x92\x83\x33\x1c\x86\x9e\x10\x05\x60\xe8\x87\x6d\ \x9f\xd8\x7b\xc3\xa6\xeb\x06\xef\xeb\xcd\xb6\xed\x87\xc1\x3a\x2f\ \xaa\x39\xe7\xa1\xef\xe6\x4d\x2d\x99\xb6\x29\x8a\x8a\xb3\xae\xaa\ \xa4\xeb\xc7\x0c\xd8\x93\x93\xe3\xe5\x4d\xce\xc3\xe0\x2d\x33\xa1\ \x32\xdf\xdf\xca\x8b\xb8\x7b\xec\xe8\x41\x00\xd9\x87\x17\xee\x67\ \xfa\xb8\x29\x23\x82\x08\x21\x13\x18\x4b\xb6\x4f\xfd\x30\xb4\xde\ \x03\xfb\x0a\x89\x30\xda\xda\xb8\x9a\x69\x19\x06\xcf\x34\xec\xb6\ \x8f\xce\x8e\x95\xf9\xc3\xe7\x2f\xda\xae\x65\x35\x84\xe6\xea\x66\ \xf3\xea\xe2\xe6\xc9\x3b\xef\xe5\x07\xcd\x77\x64\x26\x36\x85\x7f\ \xcb\xa2\xa5\x6f\x33\xc4\x14\x42\x2c\x51\xe0\x45\x57\x42\x7b\xa0\ \x19\x89\x55\x25\xe7\x94\x45\x98\x8c\x73\xde\x5a\x57\x50\x6c\x00\ \x60\xa6\x3d\xfc\x2d\x58\xca\x34\x72\x1c\x73\xc3\xf7\xa9\x00\x05\ \x91\x18\x95\x30\xc5\x09\xf5\xc9\x30\xd6\x43\xee\x2e\x00\x96\x1c\ \xe6\x31\x82\x02\x4a\xdc\x21\x7e\x6a\xeb\x57\x25\x42\x6b\x9d\x48\ \x96\x9c\xee\xa1\x46\xfa\x49\xb5\xd2\x28\x61\x84\xc2\xc7\x42\xd6\ \x9c\x93\x96\xac\x83\x7d\x13\x88\x82\x8e\x49\x2c\x38\xb6\x39\x22\ \x8e\x29\xc6\x02\xa2\x22\x39\x4b\x49\x78\x8f\x31\x95\xc8\x49\x44\ \x30\xc6\xdc\xaf\x66\xfd\x21\xce\x54\xa2\xa1\x1f\xfe\xe9\x3f\xf9\ \x67\xd3\xd9\xec\xf9\xb3\x67\xa7\x67\x67\xdf\xfc\xfd\x6f\x3a\xef\ \xdf\x7a\xf2\x24\xa5\x24\x39\x33\xf3\x30\xf4\xce\xd9\xb3\xb3\xf3\ \x18\xa3\xaa\x7e\xf4\xd1\x47\xeb\xf5\x1a\x00\x72\x96\x0f\x3f\xfc\ \x68\x18\x06\xc3\xe8\x9c\x43\xa4\xa6\x69\x42\x88\x93\x66\x82\x48\ \x8b\xa3\x23\x55\x88\x31\x14\x5b\x5b\xdf\xb6\xd6\x70\xd7\xb6\xb7\ \xb7\xb7\xef\xbf\xff\x3e\xec\xcd\x78\x31\x06\x54\xa9\x26\xcd\xf5\ \xf5\x4d\xdf\xb5\xc7\x27\x27\xce\xb9\xe2\xce\x2b\x48\x1a\x22\xb6\ \xed\xce\x7b\x5f\x57\x95\xea\xfd\xcd\x1d\x11\x43\xc0\xbb\x3b\xfd\ \xe2\x17\xd4\x39\x7c\xa8\x37\xfa\xcd\xf3\x93\x02\xb8\x03\x20\x62\ \x33\x3b\xda\xae\x57\xbb\xbb\xe5\x73\xe8\x34\x67\xb3\xdd\x86\x21\ \x3c\x7d\xfa\x74\xb5\x5e\x6f\xdb\xae\x1f\x06\x6b\x50\x25\x23\x60\ \xe5\x2b\x2e\x33\xa9\xb2\x5d\x17\x8f\xa7\x27\xe7\x0b\x6f\xad\x99\ \x56\xd5\x3a\x84\x7e\xbb\x9d\x78\x7f\x7b\x77\x97\xb3\x80\x42\x4a\ \x19\x8d\x32\x08\xab\x0c\x6d\x07\x96\xbd\x73\xb3\xe9\x74\x76\xb4\ \x50\xe2\x97\x17\xb7\x1f\x5f\x5e\x29\x43\xd7\x0f\xd7\xb7\x77\x57\ \xb7\x77\x59\x10\x88\x43\xd7\x89\xea\x66\xbb\x3d\x9d\x4d\x9a\xc5\ \x7c\x3a\x69\x12\x7b\x20\xa4\xbd\xe8\x05\x09\xb0\x70\xa6\x25\x3c\ \xa0\x98\x98\x54\x01\x41\x14\x40\x04\x99\x61\x3f\xca\x0f\xdb\x24\ \x1e\xc0\xda\x4f\x1b\xde\x01\x88\xd1\x74\x5d\x77\x77\x77\x7d\xbb\ \xba\x89\x92\x90\xb1\x69\x66\x13\xcf\x8b\x66\x32\xf7\xee\xdb\x77\ \xcb\xed\xf2\xd6\x54\x1e\x4a\x36\x3a\x03\x20\x65\x05\x64\xbb\x69\ \x87\x17\xaf\xae\xbe\xce\xf4\xb0\x25\x4a\x15\xb2\xec\x53\x52\x74\ \x5c\xe7\xb1\x60\x29\x2a\x22\x42\x59\xe0\x93\x2a\x6e\xc4\x62\x59\ \x34\x5c\xf0\x8a\xc2\x40\x96\x06\x8c\xbe\xef\x54\xa1\xfc\x0e\x28\ \xf5\x43\xaf\xaa\x4c\x9c\x73\x2e\x02\xf5\x72\xfc\x8c\x97\x00\x19\ \xc9\x3e\x85\xfb\x45\xdf\x63\xa8\x7e\xce\x42\x24\xfb\xfd\x7d\x14\ \x79\x94\x5f\x16\xe4\x64\xff\xfa\xa1\x31\x9c\x72\x8e\x61\xd8\x87\ \xcc\xed\xb9\x59\x95\x82\xe2\x14\x43\x2a\x11\x92\x12\x82\x8a\x94\ \xfc\x1c\x30\x6c\xd8\x58\xc5\x12\x21\xf1\x89\x67\xb8\x84\xaa\xa4\ \x9c\x53\x4a\x31\x06\x3d\x74\xac\x82\xe6\x2c\x29\xc5\x52\x79\x2a\ \xa2\x3f\x8a\xf7\x9e\x08\x44\xf5\xd9\xb3\x67\x6d\xd7\x55\xbb\xdd\ \x77\xbe\xf3\xdd\xaa\xf2\x2f\x5e\xbc\x98\x4e\xa7\x31\x67\xe7\xab\ \xb6\x6d\x5f\xbc\x78\x31\x9f\x2f\xce\xcf\xcf\x77\xbb\xf6\xe6\xe6\ \x96\x08\x4f\x4f\x4f\x44\xf2\xc5\xc5\xc5\x3b\xef\xbc\x3d\x0c\xa1\ \xaa\xea\xba\xa9\x46\x03\x2d\xa1\xb1\x76\xe8\x87\x18\x43\xca\xb9\ \x6d\xdb\xba\x69\x24\xf4\xdb\x4d\xb7\xdd\x6e\x87\xbe\xb7\xce\x89\ \x08\x31\xab\x68\x4e\xa9\xef\x3a\x1a\xb0\xeb\xda\xe7\xcf\x9e\x0d\ \xc3\x90\x62\x6c\x77\xbb\xed\x76\x5b\x00\xcc\xd5\x72\xb5\xeb\x7b\ \xe7\xbd\x8a\x2c\x66\x33\xf3\xa9\x77\xbc\xeb\x20\x04\x3d\x3e\x01\ \xa4\x37\xb0\xcc\x9b\xe7\x33\xcc\x77\x45\x67\x8a\x53\xf0\x7a\xd7\ \xf5\xce\xd6\x21\x3b\x57\xed\x36\x57\x8b\xc5\xd1\x7c\xb6\xb8\xdb\ \xde\x85\x38\xe4\x94\x05\xd4\x7b\x4f\xc4\x0c\x88\x42\xb3\x7a\x22\ \x01\x76\xbb\x7e\x90\x18\x42\x27\x39\x81\xc8\xb3\x8f\x3e\x54\xc0\ \x9c\x52\x8c\x31\x84\x54\x20\xd9\x77\x9e\x3e\x3e\x3d\x59\xcc\x67\ \x93\xe3\xd3\x63\x6b\xa8\xa9\x27\x21\xe9\xfc\x7b\xcf\xae\xae\xaf\ \x53\x4a\xcb\xf5\xda\x5f\x5e\x1a\xeb\x6b\xef\x76\xdb\x8d\x05\x75\ \x88\x33\xe7\x7e\xfa\xf3\xef\xd6\x06\xaf\xae\x6f\x96\x5d\xd6\x18\ \xbc\xf3\x21\x25\x41\x64\x84\xcd\x66\x25\x92\x90\x34\x8b\x56\xcc\ \x5a\x86\x7b\x49\x4a\x21\x2e\xf1\xb9\x4a\x63\xa1\x1c\x83\xaa\xa0\ \x02\x28\x8d\x28\xfb\x38\x34\x04\x80\x18\x05\x11\xf4\xf5\xeb\x57\ \xd7\xd7\x97\x59\x42\x33\xad\x11\xb4\x6f\xd7\x24\x64\xe7\xc7\x6c\ \xcc\x66\xb3\x11\xc9\x92\x73\x55\x57\x42\x68\x09\x25\x45\xb6\x4e\ \x55\xad\xf5\xce\xf9\x07\x7f\x93\x69\xf1\x4d\xed\xdb\x91\x54\x15\ \x21\x97\x90\x48\x05\x25\xd8\xc7\x9a\x03\x2a\x8c\x6a\x13\x49\x51\ \x83\x82\xc2\x30\x84\x10\x63\x09\x73\x17\xd1\xe2\x00\x2a\x51\xbd\ \x6c\x6c\x55\x55\x27\x27\x27\xbb\x5d\x5b\xc2\xd7\x00\xc0\x3a\x57\ \x98\xd8\x94\x53\x21\x2d\x0f\xb3\xfb\x80\xba\xe7\x2c\x65\x42\x97\ \x63\xa6\xac\xf0\xe5\xcc\x50\x18\x03\xdd\x72\x4a\x0a\x4a\x88\xcc\ \x6c\xad\xc9\x59\x00\x74\x2c\x1e\xfa\x24\x20\x1a\x01\xd0\x10\x19\ \x66\x6b\xad\x35\xb6\x7c\x99\x15\xec\xbd\xbc\x1b\xb1\x34\x6d\x11\ \x8d\x12\x4c\x91\x18\xc3\x01\x44\x52\xd5\x92\x30\xb6\xbf\x3d\x68\ \x11\xd2\xa8\x6a\x4c\x59\xb2\x94\xe4\xb8\x87\xdd\x54\x55\xb1\xef\ \x87\x18\xd3\xac\x99\x34\x75\xdd\x75\x7d\xdb\x0f\x26\xe5\xd5\x66\ \x4b\x08\x29\x46\x04\xdd\x6c\xd6\xdf\xfd\xee\x77\x0c\x73\xca\x39\ \xa5\x68\x8c\x5d\x2e\x97\xcf\x9f\x3f\xaf\xeb\x7a\x3a\x9d\x3a\x6b\ \x2e\x2e\x2f\xbe\xfc\xe5\x9f\x72\xce\x95\xcf\xd1\x7a\xb5\xec\xbb\ \x0e\x11\x25\x4b\x18\x06\x15\x30\x86\xeb\xba\xba\x11\x75\xde\xaf\ \x57\x2b\xc9\xe2\x7c\x95\xb2\xc4\x18\x76\xbb\x6d\xd3\x54\x95\xf7\ \xaa\x7a\x7b\x73\x43\x44\x31\x84\x21\x0c\x55\x55\x85\x14\x43\x18\ \xfa\x30\xa4\x9c\x51\x44\x73\xfa\x14\x2c\x83\x5d\x07\x39\xeb\x6c\ \xf6\x66\x6c\xbd\x79\x3e\x0b\xa1\xaa\x0a\x9b\x76\x95\x20\x22\xa1\ \xa0\xed\x9c\x4b\xcb\x2d\x9b\xc6\xd6\xd3\xb6\xef\x66\x4d\x75\x34\ \x9b\x76\x03\xaf\xd6\x3b\x45\x55\xc4\x14\x33\x93\x69\x77\xdb\xe5\ \xed\x5d\xd2\x54\x4f\x26\x9b\x3e\xa6\x28\x86\xe8\x64\x3e\xef\xfb\ \xfe\xea\xf6\x36\xc4\xc8\xcc\xde\x48\x6d\xcd\xe9\x7c\xf2\xd3\x5f\ \x7c\xff\xad\xb7\x1f\xa5\x61\x33\xc4\x9d\x84\xb4\xee\x96\x77\xcb\ \x6d\xbb\xda\x3a\xa4\x3e\x44\x63\x85\x58\xdf\x7a\x74\xfa\xea\xe5\ \xc7\xe7\x95\x8b\x6d\xf7\xf8\x78\xfa\xb5\xaf\x7e\xb9\xca\x6d\xbf\ \x59\x71\xd7\x3d\x9d\x9c\x34\x9a\xd5\x4d\xd6\x5d\x97\x14\xbc\x31\ \x21\x86\xae\xdd\x4d\xeb\x09\xba\x4a\xd8\x21\x5b\xce\x2a\x61\xd0\ \x10\x9a\xba\x51\xd0\xc4\x14\x41\x06\xc8\x0a\xc0\x99\x88\x38\x2b\ \x08\x08\x12\x8a\x46\xd1\xcc\x85\xc4\x8b\x48\x90\x73\xd8\x6d\x37\ \x4b\x44\xa8\x7c\xed\xd0\x86\xae\x8b\x29\x21\x19\x64\xde\xa5\xdc\ \xa9\x88\x4a\xe8\xdb\x21\xb4\xde\x57\xef\x9c\x1d\x2f\x9a\x66\xb5\ \x6b\x77\x5d\xb0\xae\xb2\x06\x1f\x9a\xe7\x0e\x52\x14\x80\x3a\x16\ \x18\x8d\x58\x87\x8e\x52\xf4\xb2\xb4\x23\x91\x80\x8a\x94\x66\x6a\ \x2d\x79\x6a\x00\xaa\xac\x80\x30\x84\x94\xf2\x16\x11\x54\x71\x08\ \x11\x10\x44\x04\x43\x54\x55\x36\x6e\xd7\xee\x62\x8c\x7b\xbe\xb4\ \x04\xa6\x3b\x6b\x2d\x91\x8e\xc6\x28\xda\x57\xaf\x14\x18\xc8\x8d\ \xbe\x21\x22\x72\xc6\x8e\x0a\x9c\xfd\xd9\x33\x9f\xcf\xcf\xcf\xcf\ \xae\xae\xaf\x96\xcb\x15\x02\x70\x69\x32\xc5\xe4\xab\xaa\x04\xd5\ \xec\xf1\x23\x2c\x94\x2c\x20\x95\x85\xbf\x1f\x86\xac\x79\x84\xf0\ \x01\x4b\xd8\xf9\xc8\xe0\xe2\x08\xfe\x30\xa3\xb5\x96\x8d\x41\x80\ \x94\x12\x00\x30\x73\xc9\x04\x2d\xe9\xf6\xd6\x98\xc9\xb4\x81\xbd\ \xdb\xd8\x5a\xf7\xe0\x50\xc4\x9c\xf3\xdd\xcd\x2d\x81\x1c\x9d\x1c\ \x91\x8a\xe6\x1c\x52\x4e\x52\xa4\xf9\xea\xac\x1f\x88\x52\x0c\x5d\ \xbb\xf3\xde\x77\x7d\x2f\x92\x55\xe5\xe2\xe2\xa2\x18\xfa\x3e\xfc\ \xf0\x43\x50\x89\x21\x2c\x66\xb3\xed\x66\xad\x92\x55\xf2\xf9\xf9\ \x79\x4a\x69\xe8\xfb\xcb\x8b\xd7\x8f\x1f\x3f\x99\x54\x13\x67\xed\ \xeb\x8b\x57\x97\x17\x57\xa0\xb8\xdb\xb6\xeb\xd5\x7a\xbe\x58\xa4\ \x18\xbd\xf7\x37\xd7\x97\xd7\x2a\xa0\x58\xd7\x7e\xb3\xde\x14\xaf\ \xaf\x48\xee\x87\x8e\x18\x53\x0c\x29\x67\x55\xbd\xbd\xbe\x5a\xde\ \x5e\xff\xc0\xe6\x9e\x92\x4e\xa7\x87\xb8\xce\x37\xcf\x9b\xe7\xff\ \x7d\x73\x6f\xdb\x6d\xec\x03\xa7\xe8\x89\x63\x55\x5f\x7d\xef\xc3\ \xdf\xfb\xbd\x6f\xfe\xcc\x97\xde\xf3\xd6\x2c\xef\x6e\x55\x32\x1b\ \x6a\x7c\x9d\xc2\x76\xbb\x59\x35\xae\x9e\xcd\xe6\x33\x5f\xe5\x61\ \xc8\x2a\x8b\xd3\x93\xb4\xdc\x5d\x5e\xdd\x2c\xa6\xd3\x8c\xec\xea\ \xe9\xd1\x09\xc9\x72\x75\x32\x69\x86\x7e\x98\xd5\x93\xcf\x3d\x39\ \xef\x37\x9b\x61\x5b\x0b\x25\x42\x5d\x6f\x37\x29\x24\xc9\xc4\x00\ \x4d\xe3\xd4\xb0\x60\x62\x94\x93\xa3\xa6\xe6\x27\xb9\x1f\x34\xa6\ \xf7\xde\x79\xab\x71\x74\x73\xf9\xea\xf6\xee\xf6\xf1\xe3\xc7\x5c\ \xd5\xc6\x73\x26\xa0\x0c\x9c\xd0\x78\x5b\xd7\x33\x40\x97\x90\xd6\ \x31\x1f\x89\x69\xc0\xb3\xc5\xa9\x6d\xd6\xb7\x57\xdb\xbb\x3b\xeb\ \x0c\x3a\x62\x43\xb5\x41\x20\x46\xa6\x9c\xd5\x30\x8b\x62\x82\xc4\ \x84\xa2\xa8\x22\x88\x06\x19\x1b\x5b\xb5\xeb\x65\xe5\xf9\xe9\x5b\ \xef\x22\x62\x8e\xc3\xdd\x75\x70\x44\xcd\x74\xf6\xe8\xf4\xa4\xeb\ \x77\x48\x40\x8c\x29\xa6\xd0\xf5\x75\xe5\x9b\xba\xae\xeb\x46\x44\ \xdb\x5d\x67\x10\xbc\xb5\xfa\xc0\x04\xab\x71\x79\xdf\xc7\xa7\xe4\ \xc3\xe8\xb9\x97\x6a\x59\xa0\xf3\x5c\xea\x00\xf7\xab\x6c\x19\xb8\ \x87\x34\xf5\x7d\x12\x6f\xf9\x43\x1e\x43\x83\x37\x9b\x0d\x31\x55\ \x63\x6c\x21\x1c\xfe\xda\xc8\x3e\x8c\x52\x43\xbc\x97\xa8\xb6\x97\ \x4b\xee\x39\x55\x6b\xcc\x1e\xee\x47\x22\xb2\xd6\xf4\x7d\x6f\xd8\ \xcc\x67\xb3\x1c\x33\xa0\x22\x82\x55\x5b\xd8\xce\x7d\x3d\x08\x95\ \x7c\x01\x20\x4c\x49\x72\x29\x89\x76\x6c\xb0\xb4\x70\xe8\x98\x79\ \x39\xc2\x2a\x63\x5d\xd1\xbe\xd4\x7b\xac\x15\xcd\xa2\x88\xc0\x48\ \x85\x1e\x00\x40\xe7\x9c\x2a\xcc\x67\x8b\x51\xa8\xb3\x27\x57\x1f\ \x44\xa8\xa2\x88\x0c\x61\x38\x9a\x4d\xad\x35\x00\xe8\xac\x4d\x80\ \x77\x77\x2b\x24\x62\x54\x2e\x67\x4e\x4e\xa6\x14\xcb\x12\x8b\x48\ \x96\x5c\x6a\xa4\x56\xab\x95\x8a\x82\x66\xc9\xf9\xd7\x7f\xfd\xd7\ \xdb\xb6\x05\x80\xdd\x6e\xf7\xea\xe3\x8f\xef\xee\xee\x4a\x81\x5f\ \x4e\x19\x01\x76\xdb\xad\x21\xbe\xba\xbc\x44\xc2\x10\x86\xcd\x66\ \x53\x52\x83\x98\x68\xbb\xdb\x66\xc9\x92\x05\x10\xbc\x77\x21\x84\ \x30\x04\x40\x48\x31\x79\xef\x6f\x6e\x6f\xbc\xf7\x22\xb2\x5a\x2d\ \xa7\xcd\xe4\x53\x98\x3b\xf4\x3d\xe4\x0c\xb3\xe9\x1b\x4c\xe6\xcd\ \xf3\x59\xd1\x81\x14\x2c\x63\xee\x53\xd7\x76\xc1\xf9\x2a\xa6\x8f\ \x3e\x7a\xb1\xba\xbe\xf9\xca\x97\xde\x9f\x36\xd3\xcd\xf2\xae\xbd\ \x5d\xfb\xc6\x4f\xea\x26\x74\x9d\x21\x50\xc9\x04\x70\x72\x74\xdc\ \x85\x30\x6d\x16\x47\x3c\xf9\xf8\x66\x05\xa6\x5a\x77\xb1\x19\xf2\ \xe2\xec\xd1\xd5\x72\xb3\x6e\x7b\x06\xec\x42\x34\xd6\x61\x0c\x7d\ \xca\x6e\xea\x35\xe4\xaa\x99\x0c\x10\xaa\xda\x07\x75\xb3\xd9\xba\ \xbf\x5b\xa7\x9c\xa6\x0d\xd5\x35\x7c\xf9\x8b\x3f\xb3\xba\xb9\xbb\ \x7a\xf5\x1a\x19\x6e\xd7\xcb\x55\xbb\xeb\x52\x4a\x88\x7d\x68\x27\ \x79\xe2\x5d\x93\xb7\xdb\xb0\xda\x08\x99\xa6\x3e\x0a\xd8\x5f\x6d\ \xdb\x6d\x46\x69\x95\x89\xc8\x20\x43\x74\x6c\xc0\x31\x69\x4a\x5d\ \x6a\xbb\x36\xa3\xb2\x75\xcd\x64\xde\x54\xcd\x10\x06\xcb\x6c\x40\ \x53\x4e\x48\x92\x45\x11\x14\x10\x77\xab\x65\xb7\x59\x9d\x2d\x16\ \x4d\xe5\xdb\x6e\x07\x29\xd4\xd6\x88\x48\x0e\x3d\xa9\xa4\xbe\xad\ \xac\x01\x02\x35\xa6\x95\x44\xaa\xdb\xcd\x9a\xd8\xa6\x18\x52\x4a\ \xf3\xb9\x99\x4f\xa7\xf2\xd0\x2d\xca\x5a\x3b\x99\x4c\x8a\x14\xf2\ \x30\xa7\x0e\x45\x51\x00\xe0\x5d\x75\xb4\x58\x54\x75\x35\x0c\xc3\ \xed\xed\x4d\x8c\xa9\x08\xe2\x73\xce\xce\x79\x22\x3e\x3b\x3b\x1d\ \x3d\xa4\x08\xfb\xae\x54\x10\x51\x6b\x4d\x91\xd0\x94\xf6\x8c\x9c\ \x33\x11\x1b\xc3\x87\xee\xbd\x31\x44\xf8\x93\x56\xf1\x4f\x4c\xa4\ \x9f\x58\x9d\x14\x68\xbf\x68\x97\x49\xba\xd9\x6e\x09\xa9\xaa\x6b\ \xf0\x05\x5f\x2f\xe8\xfb\xb8\xfb\x8f\xf2\x79\x95\x5c\x0a\x37\x88\ \x78\xec\x41\x55\x22\x61\x1e\xb5\x31\x05\xbd\x2f\x6f\x52\xe4\x93\ \xf9\x5e\xa8\x60\x22\x50\x51\x40\x14\x10\xc9\x42\x4c\x08\x98\x72\ \x56\x85\x18\x13\x22\x01\xe2\x3d\x5d\xeb\x43\xbe\xda\x0b\x1f\xeb\ \x9c\x1b\xc2\x90\x45\x92\x90\x0a\xd4\xcd\x44\x01\x52\x18\x88\x40\ \x32\xa4\x31\xf9\x21\x0d\xa1\x8f\x31\x96\x64\x85\xb6\x6d\x53\xca\ \x75\x55\x1b\xc6\xaa\xaa\x36\x9b\x4d\x71\x7b\xbd\x7e\xfd\x7a\xb5\ \x5a\x1d\x8a\x4a\x76\xbb\xed\xcb\x10\xe6\xf3\xf9\x10\x83\xb1\xb6\ \xeb\xda\xc5\xd1\x51\x4c\xe9\xe6\xe6\xc6\x30\xaf\x57\x6b\x64\xb4\ \xd6\x88\x88\x0a\x0c\xa1\x57\xd5\xa3\xe3\xa3\x21\x0c\xed\xae\xed\ \xda\xae\x6e\x9a\x94\x32\x11\xd5\x75\x73\x74\x7c\xfc\xa9\xcd\x1d\ \xcb\xe6\x3e\x99\xbc\xb1\xa7\xbe\x79\x3e\xe3\x2e\x73\x32\x5f\x6c\ \x56\xab\x98\xb3\x02\x0e\xce\xf9\x18\x19\xed\x72\xb5\xfb\x9d\xdf\ \xfd\xe0\xe9\x93\xf3\x27\x67\xe7\xce\xc3\x6e\xb7\xed\xfa\x3b\x26\ \x5d\x6f\x56\x8b\xa6\x49\x49\x77\x7d\x1f\x93\x3c\x7f\xf9\xea\x36\ \xa3\x9a\xaa\x17\xac\x7d\x2d\xc6\xd9\x7a\x36\x39\x3a\xb9\xbb\xbd\ \xc9\x43\x7f\xdb\xde\xce\xbc\x7d\x7c\x3c\xd1\x9b\xe5\x5b\xf5\x63\ \xb0\x95\x01\x23\x12\xfa\x21\x01\x1a\x32\x7e\xbd\x6b\x4f\xce\x26\ \xff\xdc\x3f\xff\x33\x8b\xd9\x51\xd5\x54\x17\xaf\xfa\xcb\x9b\xab\ \xdb\xbb\xeb\xd0\xed\x72\x18\x1e\x9d\x9d\xdf\xad\x57\xdb\xbe\x7f\ \x84\xf6\x51\x35\xeb\xd6\xcb\x3c\x5d\x98\x13\xd3\xee\xc2\xc7\x97\ \xd7\x9d\xb5\x3d\x20\x2c\x37\xa6\x8b\xfe\x74\xb1\x5a\x5f\x7f\xfc\ \xe1\xb7\x17\x9e\x27\x15\x51\x69\x2f\x12\x5d\x76\x37\x70\xd6\xf3\ \xd1\x71\xb7\xd9\x59\x5f\xd5\x4d\x8d\x12\x0c\x72\x02\xc9\x21\x00\ \x18\x87\xe0\xe7\x33\x5f\x4d\xda\x5d\x3b\xf4\x5d\x0a\xbd\xe6\x6c\ \x98\xd8\xf9\xc5\x6c\xbe\x69\x5b\xcd\x09\x25\x5b\xc3\x8b\xf9\xdc\ \x7b\x47\xc4\xae\x9a\x90\x75\x29\xe5\x14\x86\xdd\x66\x45\x48\x0f\ \x3b\x52\xeb\xba\x3e\x3a\x3a\x72\xce\x1d\x96\xe7\x7b\x13\x16\x62\ \x8c\x5f\xfe\xa9\x9f\xfe\xc5\x5f\xfc\x97\x11\x71\xb3\x59\xff\xd2\ \x2f\xfd\x52\xd7\x0d\x45\xce\x9f\x52\x2e\x7f\xdd\xfb\xaa\xc8\x4b\ \x60\xec\x4a\x45\x33\x72\xa7\xa3\x49\xa7\x20\xc2\x00\x07\x22\x74\ \x2c\xee\x28\xce\xa5\xfb\xea\xc3\x7d\x1e\x2d\x16\x29\x69\x09\x56\ \xcb\x7b\xfd\x4b\xa1\x3c\x45\x04\x08\x42\x08\xa5\x4f\x55\x54\x08\ \x31\x67\x29\xc8\x7d\x89\xca\x2a\x94\x75\x2e\x63\x5e\x47\xe9\x3a\ \x33\x23\x52\x4c\x89\xe4\xa0\x5b\x87\x22\x83\x39\x74\xba\x12\x31\ \xd1\x3e\xcb\x00\xc6\x52\xee\x94\x05\x8b\xa6\x5e\x21\x86\x54\x0a\ \x4c\x54\x15\x51\xe0\x81\x70\x18\x00\x60\x92\xcc\x96\xc9\x30\x08\ \xa6\x20\x80\x68\x9d\xcd\x59\x8e\x1f\x1d\x39\x82\xd7\x1f\x7f\x34\ \x0c\x39\xc6\xa1\xaa\x5c\x4e\xa3\xe0\xa7\xae\xab\x94\x72\x8c\x81\ \x99\xac\xa9\x00\xa0\x04\xf8\x1c\x0c\x68\xd3\xe9\x74\xb5\x5a\xdd\ \xdd\xdd\x55\x55\x75\x79\x79\x59\xdf\xd4\x75\x53\x97\x4c\x82\x72\ \x14\xc5\x18\x8d\x31\x02\x3a\xb4\x9d\xf7\x55\x55\x79\xe3\xcc\x74\ \x36\xed\xfb\xbe\xaa\x9a\xb6\xed\x8c\xb5\xbb\xb6\xf7\x55\x63\x2d\ \x2f\x16\xf3\xd2\x1c\xfb\x69\x29\x64\xdf\x61\xce\x30\xfd\xb1\x62\ \xee\x0a\xaa\x80\x04\x2a\x20\x02\x88\x80\xfc\xd9\xdd\xbf\x2a\x22\ \x92\xb3\x00\x1a\x36\x20\x29\x03\x5b\xcb\x9a\x62\x52\x34\x04\x31\ \x09\x97\x9a\x92\x3f\xff\xa5\x80\x7f\x4e\xd5\x32\x8f\x4e\x8e\xe2\ \x6e\x97\x99\x12\xf3\x50\x79\x37\x0c\x88\x64\x7c\x15\x63\x7c\xfe\ \xe2\x72\xb3\x6a\xdf\x79\xfa\xc4\xd5\xb3\x5d\x18\x44\x03\x20\xdc\ \x6d\x57\x71\x48\x24\x26\x66\xb8\xbc\x5d\x2f\x95\x95\x9c\x92\x49\ \xc0\x51\x08\x8d\x5f\x9c\x9e\x4f\x8f\x8e\x38\xe5\x6f\xff\xc1\x1f\ \x7c\xf3\x8f\xbe\xbd\x7d\xfa\x88\x0d\xbd\x5e\x6f\x27\x53\xdf\xed\ \xda\xbe\xed\x11\xcc\xb6\x8b\xcf\x5e\x5f\x91\x6d\xbe\xfa\xb5\x9f\ \x9f\x1c\x3d\xf9\xf0\xd9\xb3\x97\x1f\xdf\xc4\xae\x2f\x94\x62\x8c\ \x99\x90\xbd\xaf\x63\x4a\x5d\x1b\x43\x3f\x80\xc8\x76\xbb\x1a\x42\ \x47\xac\xce\x19\x43\xf0\xd6\xf1\x02\xbd\x4f\xeb\x56\xb6\xeb\xeb\ \xfe\xe6\x64\x6a\xde\x7b\xb2\xa8\x28\x83\xe4\xa1\xeb\xdb\x36\x3a\ \xdf\x9c\x4c\xe7\x8d\xb7\x53\x43\xf3\xb3\xd3\xa2\xa9\xd3\x18\x48\ \x08\x62\xc2\xcc\xb3\x49\x1d\x0d\x6f\x76\x3b\xef\xab\x6d\xdb\xad\ \x56\xeb\xba\xf2\x6c\x5d\x4a\x31\x0d\xd1\x58\x47\x3c\x4c\xea\xc6\ \x1b\x64\xc3\xa8\x9a\x52\xb2\xde\xc7\x94\x16\xd3\x89\x7f\xef\x73\ \x17\x17\x57\x9a\xd3\x83\x2f\xc8\x39\xe7\x10\xc2\xfd\x99\x7e\xd8\ \xdf\x8b\xd7\x74\xbd\x5e\x3f\x7f\xfe\xbc\x1f\x86\xed\x66\xd3\xf7\ \x7d\x4a\xc5\xf2\x83\x29\xe5\xd2\xd7\x51\x5a\xe8\xca\xb6\x5e\xc6\ \xf0\x30\x04\x66\x2a\xab\x5f\xc9\x09\x28\xb0\x4c\xce\x29\xc6\x58\ \x36\x65\x66\x1e\xd9\x16\x3d\x44\xb4\x03\x20\xe6\x94\xc7\x0c\xfd\ \x92\x2a\x53\xe2\xd7\xcb\xbf\x44\x63\xef\x92\xb1\xb6\x6c\xb2\x31\ \x46\x32\xec\xbd\x23\x63\x00\x41\x72\x06\x20\x1d\x01\xa2\x32\xcd\ \xb4\x14\x8a\x8a\x0a\x88\x2a\x48\xce\x19\x58\x09\x8d\xb5\xb6\xa4\ \x65\x8d\x8e\xad\xf1\xbe\x82\xf7\xac\x67\xaa\x59\x44\x33\x02\x01\ \x51\x39\x93\x8c\x73\x4c\x0c\x08\x0f\x13\x9e\x1e\xbe\xe2\x4b\xf7\ \x48\x79\x57\x89\x38\xa5\x10\x12\xb0\x65\x22\xb2\xd6\x56\xce\x12\ \x33\x22\x86\x10\x11\xa9\xf8\x2a\x8c\xb1\x75\xdd\xe4\x9c\xa7\xd3\ \x29\x22\x7a\x6b\x52\x0c\x88\xb4\x77\x18\x40\x55\x55\xe5\x90\x5e\ \xaf\xd7\x43\x3f\xf4\x7d\xe7\xac\xed\xbb\x6e\xb5\x5c\xd6\x4d\x69\ \xf4\xee\x98\xb9\xef\xfb\x82\xb6\xc5\x18\xad\xb5\x29\x0d\xcc\x5c\ \x55\xb5\xf7\xbe\xaa\x6a\x66\x12\xe9\x7d\xe5\xea\xa6\xe9\x86\x41\ \x45\x18\xef\x39\x54\x95\x08\xfb\x1e\x72\xd6\xe9\x14\x7f\x7c\x9b\ \x3b\x39\x74\x46\xbb\x2d\xf0\x94\xde\xfe\x12\xe5\x1b\xb9\x7c\x21\ \x42\x7f\xf2\x7c\xd7\x1c\x61\xf6\xf6\xbf\xfe\xd7\xff\xd6\xd7\xde\ \x3f\x62\x92\xab\x3f\xf8\xed\xdf\xb9\x80\xd3\xe1\x83\xbf\xfb\x0f\ \x7f\xff\xdd\x6f\xfc\x2b\x3f\x7f\xbc\xf9\x8d\x67\xf0\x37\xff\x9d\ \x7f\xbb\xe9\xd6\xdb\x9b\x6f\xfe\x8f\xff\xc3\xdf\xbf\x0e\xc0\x6f\ \x4a\xbd\xff\xd4\x9f\xdb\xab\xcb\xcd\xf2\xce\x22\x71\x5d\x0d\xce\ \x9f\xb4\x2d\xb3\x0d\x39\x21\xb0\x02\xdf\x2d\x77\xdd\xf0\x7c\x7a\ \xd4\x58\x6f\x01\x14\x18\xc5\xda\xbe\x0d\xa1\x6f\xd7\x9b\x6e\x37\ \x64\x9e\x1e\x85\xac\x64\x8c\xad\xaa\x3e\xc4\x20\x62\x7d\x35\x31\ \xcd\xa2\x69\x56\xb7\x37\x1f\x6d\x37\x1f\xbd\xbc\xc8\x20\xe1\xbb\ \xcf\xc6\x42\xd6\x43\x0f\x27\xbb\xaf\x7f\xe3\x17\xce\xdf\xf9\xf2\ \x4d\x3b\x04\x9a\x01\x82\x69\x6a\x3f\x09\x3a\x74\xc8\x01\x24\xbe\ \x7c\x79\x01\x00\x04\x3e\x45\x4c\x59\x87\x38\x64\xca\x60\xb4\xae\ \xf8\xad\xd3\xd9\xd1\xbc\x6a\xdb\x5d\x80\xd6\xcd\xb0\xf1\xd5\xe9\ \xd4\x91\x70\x1e\xb6\x29\x24\xcd\x69\xb6\x38\xb9\xba\x5e\xe7\x21\ \x0c\xd7\x9b\x6e\xb3\x32\xb6\x02\x20\x00\x1d\xe2\x70\x7c\x72\x5c\ \x21\xb5\x29\xec\x56\xcb\x4c\xbc\xeb\x87\x9b\xd5\x73\x01\xb4\x55\ \x33\x84\xc1\x30\x18\xb2\x60\xac\xad\xea\xd5\xab\x8b\xed\x6e\x2b\ \xde\xec\x0d\x50\x60\x92\xc4\x94\x86\x10\x91\xcd\xd9\xe9\xc9\xa3\ \xf3\x33\x79\xd0\x37\x5a\x99\x0b\x5d\xd7\x1f\xa6\xdb\xa1\xd2\xa8\ \xd8\x4d\x01\xe0\xd9\x47\xcf\x5e\xbc\x78\x21\x92\x0f\x75\xd5\x45\ \x37\xa2\x0a\x65\xd0\x8b\xe4\x43\x1d\xb6\x48\x19\x95\x87\xa4\xb0\ \xb2\x43\x6b\x99\x59\xc6\xb0\x88\x96\xd1\x8d\xfb\x44\xfb\x7d\xd4\ \xa2\x12\x51\xce\x63\x63\x6d\xf9\xe5\xe1\x42\x60\x8c\x2d\xbc\xab\ \x64\x51\x50\x44\xf2\x95\x67\x66\x11\x50\x50\xeb\x9c\xde\x0b\x36\ \x28\xb1\x6e\x84\x18\x63\x1a\xa3\x0d\x24\x15\xbd\x0d\x33\xab\xba\ \x92\x15\x43\x34\xea\xc4\x8b\x10\xbe\xbc\x27\x25\x4e\x26\xe7\x1c\ \x42\x04\x00\x55\x61\x36\x45\x60\x4f\xcc\xc5\x06\x50\x04\x85\x38\ \xa6\xc3\x3f\xac\x24\x65\x14\xed\x4b\x4a\xe5\x04\x15\xc9\xd6\xb8\ \xac\x9a\x72\xba\xbd\xbd\x31\xa0\x39\x25\xc4\x91\xfc\x28\xc9\x9a\ \xc6\xb0\x88\x34\x4d\x03\x80\xed\x6e\xbb\xed\x7b\xef\x6d\xce\x69\ \x5f\x26\xcc\x07\x4a\x1c\x00\x8e\x8e\x17\xab\x15\xac\xb7\xeb\xb3\ \xb3\x73\x32\xbc\x6b\xdb\xd7\xaf\x2f\x42\x0c\x6d\xdb\x01\x62\xca\ \xb9\x34\x7b\xb0\xe1\xc7\x8f\x9f\x38\xe7\xba\xae\xbd\xb8\xbc\x0c\ \x29\xc8\x20\x93\xc9\x14\x91\x36\xeb\x0d\x12\x86\x21\x7c\xba\x20\ \x1b\x11\xfa\x01\x72\xd6\xe9\x8f\x0d\x96\xd1\x0c\xfe\x1d\x7e\xef\ \x5c\xfe\xaf\xdf\x92\xcf\xff\x25\x73\x44\xc0\x9f\x67\x92\xf0\xe2\ \x85\xf2\x9f\x94\x98\x8f\x6c\xa1\xbd\xfa\xfb\xff\xfd\x7f\xf1\xea\ \x5f\xfb\xf7\xbe\x3e\xff\x83\xff\xea\xbf\xf9\xdf\x7e\xea\x6f\xfd\ \xc7\x3f\x37\x7b\x2e\x49\xfc\xec\xf4\xc9\x29\x37\x1b\x8b\x1f\xfe\ \xe6\x7f\xf9\xb7\x7f\x79\xc7\x35\x28\xf2\x9b\xc1\xfe\xa7\xae\x96\ \x11\x80\xbe\x6d\xe3\xd0\x93\xb1\xec\xaa\xe4\xbd\x0b\x03\x8d\xe2\ \x71\x12\x55\x40\xda\xf5\xa1\xbb\x8b\xbe\xb6\x55\x45\xc9\x10\x51\ \xf4\x93\x69\xd0\xce\x2a\x11\x76\x80\x5a\x79\xf7\xf6\xd3\xb7\xd6\ \xab\xf5\x7a\xbb\xbe\x5b\x2e\xad\x25\x49\xe4\x99\x98\x69\x36\x9b\ \xc5\x9c\xb3\x0a\x69\xca\x2a\x29\xa4\xe2\xc5\x64\xb4\x5d\x4a\xdb\ \x2e\x04\x75\x89\xfc\xf4\x64\xe2\x40\xf3\xd0\xb9\x2e\x6d\x86\xcb\ \x5d\x50\x56\x20\x01\x66\xab\xe4\x56\xdb\xd8\x7d\xf7\x23\x3f\x69\ \xd8\x63\xd6\x20\xd2\xbb\xdc\xb7\xaf\x96\x18\x86\xf3\xa3\x99\x71\ \x14\xba\xb5\x04\x37\x9f\x36\xad\x10\x00\x4d\x66\x53\x41\x9b\x99\ \x9c\x73\x8b\xe9\x54\x52\xda\x6e\xbb\x9c\xc5\x58\xa3\x29\x41\x4e\ \x6c\x2c\x49\x6e\xfb\x75\x1b\x61\xd9\x87\x3e\x44\xeb\x1b\x6b\x38\ \xc5\xa8\x19\x33\x4b\x65\x6b\x22\x5e\xad\xd6\x48\x14\xca\x20\x48\ \xc9\x18\x3b\xa4\x76\x3a\x9b\x5b\x5f\x29\xc0\xc9\xc9\xc9\xe3\xc7\ \xe7\xf2\xc0\x6f\x34\x1d\xcb\xbe\x99\x0f\xb0\xcc\xc1\x8a\x59\x52\ \x70\x09\xf8\x00\xe8\x8f\x11\xe1\x00\x25\xa5\xdd\x5a\x2b\xa2\x4d\ \x33\xd9\x4f\xfc\xd2\xe3\x31\x02\xdf\xfb\x5f\x7e\x52\x36\x8e\x87\ \x35\xfc\x93\xc3\x05\x00\x81\x90\xca\xe4\x45\x92\xd1\x02\xba\x0f\ \x13\x1b\xdf\x08\x21\x20\x01\x28\xf2\x78\xb9\x28\x79\xbc\x87\x18\ \x5e\x1d\x25\x57\x80\xaa\xa5\xb7\x5a\x15\x10\x09\x50\x09\xd1\xa2\ \x2d\x1b\x2b\x22\x16\xe7\x51\x99\x83\x59\xd4\x30\x12\x12\x10\x1c\ \xee\x0a\xa3\x6c\x87\x88\x99\x45\x08\x14\x54\x04\x89\x00\x0b\xab\ \x5b\xf6\xd5\xd1\xf1\xf0\xf0\xbb\x2a\x80\x61\x96\x94\xb7\xeb\x75\ \x4a\x99\xad\x43\x43\xaa\xea\x99\x51\xd4\x10\x3a\x67\x43\xc0\x61\ \xe8\xd7\xeb\x75\xca\xb9\xdc\x75\x4a\x74\xbb\x08\xa4\x18\xbc\x35\ \xa3\x9c\x74\xef\xe7\x3a\xa4\x25\x87\x10\x6e\x6f\x6f\xdb\xae\x75\ \xd6\xa9\x8a\xaf\xfc\xb0\x1a\xee\x96\x77\xce\x79\xeb\x5c\xd7\xf5\ \x85\xec\x68\x26\x93\x94\xb3\xa8\xb6\x6d\x7b\x71\x71\x31\x84\x10\ \x86\x28\x22\xd6\x86\x18\xe3\x6a\xbd\xb6\xc6\x5a\x67\xe1\x53\x0e\ \x55\xc4\xb2\xb9\xc3\x64\xf2\xe3\x9d\x02\x76\x82\x27\xef\xf2\x8c\ \xf4\x77\x7f\x79\x98\xfc\xbc\x7f\xeb\x9c\xf8\xc5\x67\xbc\x1c\xa9\ \xe4\x9c\x62\x08\x31\x66\x11\xc9\x29\x69\x89\xce\xc8\x29\xa7\xd4\ \xcb\xd9\xcf\xfd\x9b\xff\xe1\xf9\x97\x9e\xff\xee\xaf\xfc\x9d\x5f\ \xf9\xed\x04\xf6\xcd\xe2\xfe\xa7\x8c\xb8\x83\x48\x4a\x61\xaf\x81\ \x0e\xbd\x71\x2e\x44\x1a\x63\x61\x58\x53\x16\xa1\x0c\x39\x67\x69\ \xbb\x90\x12\x47\xcb\xa9\xef\x2a\x9b\x16\x8b\xa3\x7a\x86\xf5\xbc\ \xef\x87\xbc\x5e\xef\x34\x0d\xa8\xa9\xf6\x36\xc5\x5e\x95\x33\x82\ \xd5\x94\x73\x72\xce\x51\xd6\x90\x63\xce\x80\xa8\x92\x05\x33\x96\ \x6e\x78\x0f\x78\x7b\x73\x1d\x82\xa2\xf3\x80\x9a\x20\x99\xca\x1c\ \x3d\x32\xc3\x90\xbb\x9b\xa5\x46\x98\x54\xcd\x74\x71\x1a\x33\x5a\ \xc6\x9b\xdb\xd7\x77\x77\x37\xa7\xe7\xa7\x0c\xd0\x6f\x37\xfd\x7a\ \x75\xe4\xcd\x6c\xea\x66\x33\x4f\x96\x06\x4e\x9a\xc3\xed\xcd\x35\ \x00\x00\x9a\x90\xd2\xa6\x5d\x85\x9c\x34\xc1\x7a\x93\x35\x0b\x28\ \x11\xd1\x6e\xdb\x59\xc7\x7d\xb7\x9b\xcc\x8f\x8c\x65\x69\xfb\x66\ \x32\x71\xf3\x79\x88\xba\xda\x6c\xb6\x9b\xb5\xa4\xa1\xf2\x96\x12\ \xd6\x93\x69\x4a\x21\x84\xae\x9e\x34\x20\x91\xd9\x30\x19\x05\xed\ \xfb\x61\x88\x29\x4b\xf6\xde\x7f\xf4\xd1\x47\x5d\x96\xaf\x9e\x3f\ \x49\x3f\xfc\x7c\x1f\xcb\x7d\x98\xcb\xde\x77\x88\x6f\xbc\x0f\xbb\ \x8b\xca\xfd\x30\x47\x44\x2a\xfd\x9f\x7b\x38\xed\x10\x94\x3e\x12\ \x92\xcc\x06\x51\x54\xef\x85\xb4\x10\x14\x8c\x1e\x00\x4a\xf7\xde\ \x41\x39\x53\x3e\xfd\x25\x91\x17\x89\x2c\xf3\x21\xbb\x71\xbf\x99\ \x91\xa6\x24\x0a\xa3\xd8\x73\x5f\x3e\x0b\x30\x16\x1c\xc2\x1e\xa6\ \x3f\xf8\x52\x19\x29\x6b\x46\x20\x05\x40\x05\x66\x3e\x10\xa6\xc6\ \x58\x33\xb2\x88\x45\x21\x09\x59\x84\xa9\x14\x26\x2a\x31\x81\xaa\ \x08\x92\x02\x92\x10\x71\xb9\x5c\xec\xdb\xe6\xb8\xe8\x38\xb3\x1c\ \x1a\x13\xe9\xa1\x91\x3e\xa0\xaa\x86\xb8\xf2\x95\xe6\x48\x16\x8c\ \xb7\x49\x81\x54\x4a\xda\x66\x53\x79\x15\xbb\xdb\xc1\x30\x0c\xab\ \xd5\xb2\xf8\xb7\x4a\x91\x5e\xb1\x8f\x32\x73\xdd\xd4\x39\xa5\xc3\ \xaa\x8e\x88\xc3\x30\x0c\xc3\x50\x20\xa9\xcd\x66\x03\x04\x0a\xda\ \xf6\xed\x30\x0c\xc5\x8e\x9b\x52\x52\x1d\xd9\x8e\x42\xa4\x23\xe2\ \xf3\x67\xcf\x4b\x71\x47\x49\x4f\x53\xd5\xae\xeb\x01\x57\x6d\xd7\ \x39\xeb\x7c\xce\xc6\x9a\xfb\x84\x2a\x42\x1f\x20\x67\x69\x9a\x1f\ \x1b\xa1\x8a\x10\xb6\x9a\x2b\xfe\xc2\xcf\x42\xff\x3a\x25\x42\x67\ \xb5\xf8\x8d\x7f\xe8\x97\x17\x55\x95\x8c\x85\xa1\x1f\x14\x98\x19\ \xc9\x9a\x8f\xff\x8f\xff\xe5\xbf\xfb\xdb\xbf\xbc\xe5\xc6\x39\x4b\ \x6f\x26\xfb\x9f\xc5\x93\x73\x2a\x37\x68\x31\x3c\x58\xb6\x21\x80\ \x64\x64\xc3\x06\x10\x29\x27\x04\x51\x55\xd4\x8c\x51\x51\x43\xce\ \xa4\x62\x35\xa7\x25\x19\x56\x14\x4b\xe6\xad\xf3\xa3\xf9\xc4\x19\ \x04\x45\x02\x26\x42\x20\x54\xd5\x0c\x9a\x49\xb3\x25\x14\x85\x98\ \x15\x10\x0d\xb1\x61\x32\x64\x72\x56\x5b\x9b\xb0\xdb\xf4\xed\xa6\ \x31\x9e\x50\xb3\x28\x22\xa2\x71\x8b\x27\x4f\xb1\x6e\x2e\x3f\x7e\ \x85\x4c\x27\x9f\xff\x3c\x80\xf1\x94\xd9\x31\x4a\x5e\xd4\x53\x4a\ \xea\xc9\x7e\x74\x7d\xd3\x7b\xaa\xde\x3a\xbb\x5b\xde\x56\x93\xba\ \xa9\x6a\x86\x6a\xe8\xdb\xdd\xa6\x6d\xfb\x5d\x10\x15\x40\x26\x8d\ \x71\x98\xf8\xba\x0f\x61\xb3\xde\xc6\x98\x44\x74\xbe\xf0\x64\x26\ \xa2\xd9\x37\xf5\x14\x28\x29\x31\x62\x0c\xbd\x25\xb5\xac\x21\xe6\ \xd0\x25\xc9\xe9\xf1\xa3\x73\x94\xb0\x5d\xdf\xad\x62\xcf\x84\xce\ \xd9\xd9\xfc\x08\x40\x6d\x55\xa5\x9c\x63\x3b\x08\x68\x06\xa9\xea\ \xfa\x47\x6f\x70\xbf\x2f\xd9\xbe\xef\xaa\xc7\xd1\xf4\x03\x38\x8e\ \xdc\x52\x64\x81\x7b\x6b\x0f\x1a\xc3\x00\x87\x79\xbd\x57\x4c\xde\ \x97\xc4\x20\x16\x7b\x67\x49\x58\x2c\xfc\x2a\xf3\xa8\x47\x04\x42\ \x50\x81\x0c\x08\xc8\xcc\x84\xb4\x0f\x54\x1b\x87\x49\x2e\xd2\x1d\ \x22\x62\x02\x05\x05\xc1\x51\xae\x0e\x22\x0a\x02\x08\x74\xff\xa3\ \xcf\x22\xa5\x41\x04\x33\x96\x06\xf0\x31\x9d\xb8\xbc\x85\xfd\x3c\ \x19\x65\xf5\x48\x88\x5c\xc4\xfb\x25\x94\x02\x90\x18\x01\x0c\xb0\ \x31\xa0\x4a\x84\x08\x45\x10\xc9\xcc\x6c\x4c\x82\x2c\x88\x08\x54\ \xfa\x01\x1f\x3a\x2c\x54\x0d\x19\x67\x2d\x1a\x02\xd0\x0c\xca\xd6\ \xd4\xc6\x19\x67\x35\x0d\xd6\x60\xbf\xc3\x42\x1a\xa4\x94\x71\x1f\ \xb5\x5f\x36\xf4\x18\x23\x28\x9c\x1c\x2f\x4a\xe5\x5e\x41\xff\xcb\ \xeb\x1c\x63\x4c\x29\x4d\xa7\x33\xeb\x4c\xd7\x77\x29\xa5\xe5\xdd\ \xea\xe6\xe6\xa6\xaa\x7c\xdf\xf7\x39\x17\x43\x9f\xcd\x41\x76\x6d\ \x1b\x62\x70\xce\xb3\x31\x9b\xed\x46\x45\x8c\xb1\xa2\x62\x8c\x8d\ \x29\xd1\x10\xac\xb1\x39\xa7\xae\xcf\x79\x9b\xcd\xa7\xbe\x4e\x86\ \x1e\x7f\xac\x9b\x3b\x12\xe4\x65\xfe\xe0\x57\x32\x5b\xd4\xac\xd4\ \xe0\xe6\xbb\x79\x9b\x14\x7f\x98\x16\x43\xb6\xde\x3b\x43\x8c\x97\ \xdf\xfa\xf6\xe4\x6f\xfc\xd5\x7f\xe3\x5f\xad\x3e\xff\xf5\x9f\xba\ \xf8\xc7\xbf\xd5\xc2\xcf\x9e\xbe\xf7\xf9\x9f\xfd\x8b\x5f\x6f\x55\ \x5f\x7e\xf7\xbb\xcb\x41\xde\xcc\xf7\x3f\x23\x5e\xb5\x18\x4c\x28\ \x38\xeb\x63\x18\xcb\xec\xf7\xe1\x23\x92\xf6\xc1\x80\x82\x80\xe8\ \xad\x97\x94\xda\x6d\xdb\x4c\x6b\x53\x19\x4d\xc1\x79\x37\xa9\xfd\ \xa4\x9e\x84\x94\x83\x88\xaf\xbd\xb3\xdc\x18\xb3\xbb\xbb\xdd\xdd\ \xdd\x21\xa0\x41\x85\x1c\x09\xd9\x33\x1a\x24\x10\x01\xd0\x18\x03\ \x5b\xe2\x1c\x2d\x65\x50\x55\xcd\x02\x90\x41\xb1\x6e\x2a\xe4\x53\ \xdb\x20\x52\x67\x2a\xef\x0c\x62\x9e\xce\x16\x72\x74\xb2\xa8\x66\ \x26\xa1\x63\xaf\xc0\x09\xe8\xe5\xed\xf2\x68\x31\x5f\xd4\x33\x62\ \xd6\x9c\x8d\x9d\x3a\x4f\xc0\x15\x85\x61\xbd\x6b\xbb\xb6\x9b\x2f\ \x66\x67\x8f\x1e\xe5\x28\x55\x7d\xb7\xdb\xb6\x44\xc0\x16\x14\x71\ \x08\xc1\x00\xdd\x2e\x97\xab\xf5\xae\x6e\x2a\x20\x03\x39\x4d\x6b\ \x3b\x3f\x9b\x83\xa6\x30\xc4\x47\xa7\xc7\x93\xda\x3e\x3e\x3f\xde\ \x6c\xb7\x21\x0c\x0a\xb4\xeb\xba\xb2\xa3\xf9\xba\x12\x40\x43\xd4\ \x0d\x7d\x37\xf4\x44\x94\x1f\x38\xd3\x3f\xd9\xdc\x47\x58\xa6\x20\ \xef\x7b\xbc\xec\xd0\x72\x57\xac\xa2\xf7\xab\xbd\xc7\x84\xaf\xfb\ \xe1\xc6\x0a\x25\xe9\xb7\xc8\x5d\xf6\x6d\xd4\xba\x47\x8d\x88\xd9\ \xaa\x08\x92\x94\x46\xd3\xf2\x07\x44\x46\x48\x0b\x7d\xaa\x0c\x2a\ \x42\x86\x47\x92\x3d\x29\x84\xcf\x00\x00\x20\x00\x49\x44\x41\x54\ \x76\xfc\x27\xf6\x91\x93\x22\x0a\x5c\x6c\x4a\x00\x70\xd0\xab\x88\ \xe4\x72\xda\x8c\x9d\x1b\x39\xb7\x6d\x4b\x44\x4d\x5d\x97\xb4\xc8\ \x22\x95\x51\x51\x32\x8c\x85\x35\x65\x20\x62\xda\xe7\x91\x21\xb3\ \x61\x23\x22\x29\xa7\x24\xa2\x00\xd6\x58\x2c\xa7\x03\x61\x96\x31\ \x38\x81\xd9\x88\xa6\x82\xdb\x10\xf1\x43\x07\x3b\x00\x80\xb3\xd6\ \x5b\x97\x52\x5f\xa4\x38\xd3\xe9\xc4\x37\x53\x36\x24\x39\x92\xa6\ \x6e\xdb\xe2\xfe\xea\x23\x22\xde\xf9\xc2\x88\x34\x4d\x83\x88\x45\ \xe8\x59\xe2\x94\xef\x17\x5d\x95\xcf\x63\xa1\x37\xac\x31\x22\xd2\ \x0e\x6d\x21\x30\x44\x24\xa5\x8c\xa8\xde\x55\x25\x66\x2e\x67\x61\ \x26\x6b\x8d\xb3\x36\xc6\x58\xfa\xd0\xf7\x54\x07\x96\xde\xc7\x10\ \xc2\x74\x3a\xfb\xd4\x70\x87\xbe\x83\x9c\xe1\xc7\xb8\xb9\x97\x1b\ \x62\x06\x49\x25\xdb\x08\xc2\x46\x7f\xa8\xea\x48\x66\x7a\xf5\xad\ \x7f\xf2\x9b\xfe\x86\xeb\xe9\xe6\xdb\xbf\xf2\x3f\xfd\x03\xfd\x2b\ \x5f\xfb\xea\xed\xef\xfc\xaf\xff\xf0\xb7\xbe\x0b\x4f\xfc\x6f\xbf\ \x38\xff\xca\x5f\xfc\x05\x19\x6e\xb7\x2f\xbe\x77\xd7\xff\x48\xa9\ \x11\x6f\x9e\x07\x12\xe6\x08\x86\xb8\x00\xe1\x83\x73\x2e\x46\x96\ \x1c\x73\x4a\x22\x04\xa0\xa4\x48\x88\xe5\x3a\x8d\x98\x01\xbb\x10\ \xbc\x33\x6c\x9a\xb6\x8f\x9c\x65\x52\xbb\x21\xc6\xb6\x1f\x26\xd3\ \xda\xb0\xcb\x31\x19\xae\xaa\xca\x13\x42\x46\xda\x0d\xc1\x20\x89\ \x08\xe5\x6c\x08\xb5\x38\x2d\x89\x33\x2a\xb0\x11\xa6\x52\xae\x51\ \x64\x09\xc4\x45\xc9\x87\xd6\xba\xa6\x29\x82\x46\x4c\x49\xb6\x28\ \xfe\xf8\x54\x97\xcb\x9b\xf5\x76\x71\x7e\x1e\x24\x36\x86\x3f\xf7\ \xe8\x91\x42\x98\xcf\xa7\x1a\xf3\x66\xd3\xd6\xbe\xaa\x7d\x2d\x15\ \xc0\x10\x05\x88\xda\x30\xf4\x59\x26\x71\x75\x75\xa5\x59\x24\x44\ \x6f\x31\xc4\xe0\xfd\x74\x36\x5b\xb0\xe1\xdb\xe5\x2a\xe7\xe0\x4d\ \xae\x0d\x18\x6f\x78\xe2\x20\x75\x95\x19\xd0\x38\x3e\x3d\x6e\x63\ \xff\x87\xdf\xfa\x60\x36\x71\x7d\xaa\x82\x60\x8a\x62\xc0\x3f\x79\ \x74\xde\xf5\x3b\x57\x3b\x64\xf3\xf2\xd5\xe5\x26\x5a\xb0\x93\x07\ \x1b\x4a\x94\x50\x99\x91\x18\x15\xc6\x3d\xd6\x18\x29\xc9\xbd\x5a\ \xfe\x1c\xe1\x90\x03\x4e\x05\xb8\xd0\xb1\x4c\x95\x28\x8f\x35\xd3\ \x0c\x20\x88\x24\xaa\x0c\x54\x55\x75\x91\xe8\xed\x76\xdb\x92\xb1\ \x85\x84\xc4\x48\x08\x44\xa8\x48\x08\xc8\xc4\x08\x28\x24\xa4\x8a\ \x44\x25\x1e\x0b\x00\xa6\x93\xc9\x64\x32\x59\xae\x56\x39\x27\x50\ \xb0\x4c\x2a\x52\x34\x21\x44\xa8\xb4\xef\x32\x2c\xef\x95\x00\x58\ \x34\xc6\x42\x8c\x07\x1f\x93\xb1\xc6\x18\xa3\x84\xf3\xe9\xec\xf4\ \xf4\x64\xb5\x5c\xae\x37\x1b\x04\x28\x77\x05\xc3\xac\x44\xa5\x02\ \x89\x99\xc6\x98\x30\x00\x44\x5c\xcc\xa6\xbe\xaa\x37\xeb\xf5\x6a\ \xb3\x41\x20\x63\xec\x28\x5a\x24\x81\x24\x75\xe3\x41\x21\x46\x62\ \x62\x51\x65\x63\x0c\xd3\x8f\x30\x27\x94\x40\x88\xd1\xa0\x13\x11\ \xd4\x1c\x53\xda\xdd\x5e\x67\xc9\xd6\x5a\x04\x09\x92\x15\x49\x35\ \x17\x61\x92\xb3\x5c\x08\xd5\xca\x57\x85\xe0\xd4\x1c\x42\x18\x24\ \x67\x42\x14\xd5\xe2\xa7\x62\x44\x26\x90\x14\x13\x88\x88\x32\xb2\ \x65\x8b\x80\x29\x64\xa8\x15\x15\x11\x80\x09\xeb\xaa\x0a\x69\x18\ \xfa\x1e\x55\x2d\x53\x53\x55\x3d\x68\x8c\x89\x00\x98\x20\x0b\x1c\ \x1f\xcd\x77\xbb\x5d\xdb\x76\x08\x94\xd2\xa7\xe2\x07\x14\xb7\x5b\ \x30\x46\xeb\x1f\x6b\x3b\xb6\x42\x8e\x7a\xbf\x05\x81\x2c\xfe\x30\ \xc3\x1d\x2f\xbe\xfd\xcf\x5e\x2a\x7b\x6f\x8d\xea\x87\xff\xf4\x1f\ \xfc\xc1\x3f\x4e\x64\x7d\x5d\x35\x70\xf9\x47\x7f\xef\xbf\xfd\xbf\ \xb3\x02\x22\x57\x4d\x63\xde\xec\xed\x7f\x26\x8b\x7b\xca\xaa\x45\ \x72\xac\xc1\x39\xca\xd9\x0d\x43\x6f\xac\x16\xf8\x4d\x01\x18\x49\ \x49\x47\xa9\x1b\x26\x10\x26\x24\x63\x10\x4c\x88\x21\xac\x76\xb3\ \xd9\x04\xad\xcf\x48\x00\xe8\x9d\xcf\x31\x77\xbb\xbe\x72\xae\x9e\ \x2c\x4c\x33\xd3\xac\x90\x62\x65\x19\x01\x92\x82\xb2\x63\xe3\x9c\ \x77\xbb\xb6\x7d\xf2\xf6\x3b\x48\xbc\xdd\xb5\xce\x5a\x24\x92\xac\ \x20\xc0\x08\x84\x04\xcc\x39\x27\x54\x04\xc0\x44\x1c\xad\x37\xf3\ \xe3\xcd\x6e\xd5\xb3\x46\x48\xde\x12\x0d\xc1\x4f\xfc\xdb\x8f\x1e\ \xb7\xdb\xcd\x90\xda\x4d\xb7\xbc\xea\xfb\x94\x25\xe5\x1c\x72\x0a\ \x29\x33\xe1\xa4\xa9\xcf\x16\x73\x10\x89\x22\x64\x5d\xcc\x79\xd3\ \x75\xb7\xb7\x4b\xe7\xed\x6c\x3a\xb1\xd6\x5c\xbe\x7e\x75\x72\x3c\ \x9b\x1f\x9d\x18\x94\xb4\xb9\xdb\xdc\xdd\xb0\x35\x57\xab\xf5\xcb\ \x9b\x95\x33\xfc\xd5\xaf\x7c\x41\xe2\xae\xdf\x76\xac\x96\xc8\xdd\ \xbc\xba\x08\xa9\x9f\x9d\x2e\xc0\x55\x09\x1d\xf8\xa3\xe5\x2e\x3d\ \x74\xca\x28\x22\x12\x1b\x66\x66\x1d\xcb\xa3\x05\xc6\x10\x19\x40\ \xc4\x02\x7a\x80\x02\x96\xc0\x46\x04\x42\x46\x64\xc3\x28\x6a\x98\ \x0c\x62\xcb\x48\x84\x2a\x8c\x40\x11\x25\xc6\xd8\xb6\x3d\xb3\xe9\ \xfa\xae\x6d\x5b\x20\x28\x36\xf5\x94\x22\x11\xeb\xd0\x89\x08\xc2\ \x18\x09\x79\xe8\x09\xcf\x29\x29\x93\x88\x94\x62\xbf\xbe\xeb\x52\ \x8e\x08\x84\x48\x29\xa6\x66\x32\xf1\xce\x29\x14\xdb\xe9\xc8\xc3\ \x2a\x28\x66\x0a\x29\x29\x02\x15\xb4\x47\x55\xc6\xd6\x0f\x61\xe2\ \xb6\xef\xe4\xfa\x3a\x0e\x03\x16\xe3\xab\xaa\x88\xf6\x43\x5f\x50\ \x99\x2c\x99\x85\x71\x4c\xee\xd4\x18\xd3\x7a\xbd\x32\xed\x6e\x18\ \x82\xe4\x9c\x93\x74\x5d\x5f\xae\x25\x84\x59\x35\x2e\xe6\xd3\x94\ \xf2\xd0\x77\x39\xeb\x90\xa2\x89\x4c\x04\x0f\x46\xc3\x10\xd1\x50\ \x09\xcc\x41\x20\x06\x83\xce\xfb\xd5\x66\xbb\x5c\xad\x88\x39\x97\ \x85\x06\x01\x10\x45\x15\x01\xac\x61\x02\x75\xde\x39\x67\x97\xab\ \x8d\x64\x99\x4d\x3c\x21\x32\x13\x82\x72\xb9\xcc\x80\x7a\xef\x98\ \x68\x18\x86\xa9\x99\x6a\x12\xc9\x99\x89\x09\xc8\x30\x7b\x67\x69\ \xac\x5d\x11\x67\xb9\xed\x42\x5d\x7b\x66\x42\x40\xb0\x9a\x43\x48\ \x1a\x4a\xc4\x71\x4a\x69\xb7\xdb\xe6\x94\x51\xd5\x7a\x4b\x74\x90\ \x42\x22\x82\x08\xb4\x9d\x36\x0d\x18\xf3\x63\xfb\xce\x57\xe0\x29\ \x7d\xe1\xcb\x9f\x34\x38\x12\xea\xf5\xb7\xf2\xf2\x4e\x3f\xbb\x7b\ \x83\xad\xe7\xfd\xa5\xc8\xf8\x7a\x7a\xe8\x27\x60\xdb\x4c\xed\x0f\ \xf9\xfe\x24\x01\x63\x99\x52\x1a\x10\xed\xc1\xfc\xc1\x44\x29\x0f\ \x80\x86\xc9\x10\x92\x6a\xca\x22\x07\xb3\x9d\x28\x18\x76\x20\x43\ \xc8\xc2\xc4\xa2\x09\xd0\x30\x12\x68\xca\x2a\x88\x3f\xd1\x70\xbf\ \x02\xe4\x2c\xe5\xcb\x6f\x30\x06\x88\x6c\x8c\x45\x31\x56\x44\x7a\ \xe3\x1a\xf5\x09\xd9\x56\x2e\xce\xa8\xa2\xd6\xfa\x94\x60\x18\xb2\ \x61\x63\x4b\x8f\x3b\xf1\x90\x83\x44\x01\xd2\x47\x27\x27\x37\x27\ \x27\xcb\x4d\xcb\xd4\xe4\xa1\x1f\x86\x3e\x26\xad\x5c\x75\x7c\x7a\ \xd6\x34\xd3\x57\x1f\x7f\xec\x6c\x53\x57\x4d\x04\xcd\x39\x4b\x8c\ \xa5\x28\x75\x64\xe1\x08\x11\xcd\xfe\xf6\x9f\x45\xd4\x5b\x87\xcc\ \xa0\xe0\xbd\x23\x66\xe3\x6d\x9f\xd3\xf3\x57\x1f\x1f\x4d\xa7\xf3\ \xf9\x74\x79\x77\x67\x0c\x19\xc6\x24\x38\x71\x93\x9b\xd5\x8a\x2d\ \xdf\x2d\x77\x56\x75\x5a\x37\xb6\xaa\x04\x30\xa4\x98\xb2\x4c\x66\ \xf3\xc5\x62\x26\x2a\xfd\x30\xd4\x55\xb3\x5a\x6e\xb6\x6d\x32\xa4\ \x73\xcf\xf5\xec\xb8\x13\x9a\xcd\xe6\x74\xb3\xad\xac\x75\x08\xef\ \x2c\x2a\xdb\x6e\x56\xab\x6d\xce\xdb\xa8\x38\x3f\x5d\xc4\x6e\x53\ \xbb\xea\x0b\x9f\x7f\xff\x83\x6f\xbf\x74\xde\x3f\x74\xca\x20\x02\ \xa0\x08\x0a\x30\x02\x82\x0a\x12\x94\xc5\xb6\x04\x0b\x94\xf8\xf4\ \xb1\x64\x1a\x01\x15\x91\x54\x13\x82\x12\xa1\xb3\x16\x88\x0c\x13\ \x22\x0a\x00\x02\x1a\x42\x01\x42\xd0\xed\x66\x5d\xc2\x23\x89\xf1\ \xa0\xe8\x00\x40\x5b\xca\x08\xb5\x54\x3b\x8d\x01\x2f\x88\x58\xd5\ \x15\x13\xa7\x94\x86\x61\xe8\xda\x8e\x88\x08\xb9\x20\x03\x85\x8f\ \xe9\x86\xb2\x6b\xf3\x01\xca\x2f\x3f\x49\x29\x83\x64\xc4\xa2\xbb\ \x57\x45\x60\xa4\xd2\x83\x18\x42\xe8\xbb\xb6\x72\xde\x18\x13\x63\ \xca\x92\xb1\x24\x91\x29\xb0\x61\x42\x2a\x88\xbc\x14\xbf\xa8\x73\ \x31\xa5\x10\x93\xb5\xd6\x1b\xa3\x5d\xa0\xd1\x85\xa6\x08\x0a\xc0\ \xd6\x31\x13\x59\xc3\xd6\x1a\x1d\x00\x49\xd9\xfc\x28\x9e\x18\x24\ \x63\xc6\x2e\x2a\x22\x44\x32\x6c\x8a\x92\x27\xa4\x88\x30\x7e\x38\ \x88\x28\x39\x23\x91\x31\x56\x55\xaa\xaa\x32\xc6\xf6\x7d\x2f\x22\ \xf3\x49\xe5\x9c\x1b\x86\xa1\x70\x18\xe5\x45\xee\xba\x4e\x44\xbb\ \xae\x8b\x31\x5a\xe7\x90\x30\x4b\x04\x94\x94\x63\x55\x57\xd6\x95\ \xf2\x13\x89\x31\x0e\x21\x54\x75\x83\x48\x5d\xdb\xa6\x18\x45\x81\ \xd8\xc8\x48\x87\x98\x10\x62\x53\xd5\xdb\xed\x4e\x00\x66\xf3\xc5\ \xbd\x39\x2e\x02\x5d\xa7\x4d\xf3\xe3\x04\x37\x14\x54\xf1\xec\xcb\ \x46\x5e\xe7\xdb\x3b\x25\x06\xc1\x07\xba\xc3\x7e\x0c\xe8\x90\x26\ \x53\x7d\xe9\x5f\xfa\xfa\xbf\xff\xb9\xc6\xbd\x7e\xfe\x77\x7e\xf5\ \x83\x5f\xdd\x0c\x83\xa9\xbf\xf0\x8d\x7f\xe1\x3f\xf8\xea\xf9\x93\ \x7e\xf9\xab\xff\xf3\x6f\xfe\xbd\x77\x7e\xfa\xdf\xfd\xfa\xd3\xf7\ \x81\x8f\x8f\xe0\xc5\xdf\xfd\x95\xff\xec\x59\x24\xef\xbf\xf2\xd7\ \x7f\xf1\x3f\x99\xc7\x4b\x81\xe1\x0f\x3f\xf8\xaf\x7f\xe3\xe6\xd1\ \xdf\xfc\xcb\x7f\xe3\x77\x7f\xeb\x3f\xfd\xe6\xaa\x03\xfb\xfe\xbf\ \xf5\x57\xfe\xa3\xbb\xdf\xff\xcf\xff\xf7\x8b\x95\xe3\x9f\x50\x17\ \xd5\xa1\x27\x5a\x72\x8e\x00\x99\xc8\xc4\xa4\x50\x88\xab\x7d\x2e\ \x6b\xc9\xf3\x53\x41\x40\xe7\xdd\x01\x7c\x34\xc6\x18\xe3\x87\xa1\ \xdf\xad\xb7\xb3\x33\x47\x24\xa4\x52\x7b\xce\x02\xb1\x6f\x8d\xb1\ \xb3\xd9\x74\x27\x48\xc6\x24\x36\x41\x48\x50\xdd\xec\xc8\xf8\x59\ \xdb\x25\x40\x4f\x5c\x1b\x36\x92\x83\x82\xb0\x21\x55\xcd\x29\x02\ \x92\x8c\x4e\x18\x02\x54\x40\xcd\xaa\x8c\xd0\xee\xda\xb8\xeb\x11\ \x50\xb2\x66\xd5\x20\x22\x9e\xb8\xf2\xdb\xae\x35\x04\xe7\x8f\x4e\ \x72\x8c\x31\x84\x98\x52\x3b\x24\x26\x4a\x02\xbb\x65\xcb\x92\x42\ \xc8\xb4\xeb\x93\x4a\xcc\x92\x41\x80\xdd\xed\xdd\xcb\xf5\xfa\x6e\ \x3e\x9f\xbe\xfd\xd6\xd3\xf5\x7a\xd7\x2c\x4e\xeb\xaa\xae\x48\x24\ \x85\x86\xdc\x8b\x9b\xad\x0a\x39\xb6\x98\xd3\x51\x6d\xd3\xdc\xe9\ \xd0\x4d\x27\x95\x71\xbe\x9a\x54\x54\x55\x5d\x0e\x71\x79\x39\xc3\ \x7e\xee\x50\x1f\x7a\xa0\x1a\x42\x87\xca\x90\x51\x90\x88\xd8\x50\ \x02\x1d\x31\x18\x1c\xb5\x86\xb8\x5f\xb0\x01\x01\x51\x8b\x9d\x88\ \x01\x8d\xb1\x64\x08\x41\x19\x8b\x32\x81\x10\x21\xc5\x64\xad\x51\ \xcd\x80\xb0\x5e\x6d\xd9\x5a\xe7\x5d\x99\xe9\x7b\x49\xfb\x1e\x22\ \xde\x77\x54\x21\x61\x8a\x89\x88\x9c\x73\x63\x81\x95\xaa\x35\xb6\ \x00\xde\x44\x14\x62\x4c\x31\x88\xe4\xca\x57\x39\x67\x04\x14\x10\ \x50\xb0\xd6\x54\xce\x18\x36\x31\xc6\xc6\xfb\x21\x0e\xbb\xb6\x75\ \xce\x55\x75\xbd\x59\x6f\xda\xbe\xf3\xd6\x8a\xb5\x23\x02\x83\xa6\ \x28\xee\x0d\x91\x71\x36\xc5\x04\x0a\x6c\x4d\x01\xb5\x91\x88\x1d\ \x81\x8e\x6b\x9a\xb1\xec\xac\x13\x05\x95\xac\x0a\xa0\x62\x8d\xc9\ \x9a\x11\x81\x08\xad\x61\x36\x58\x6c\x8f\x0f\xdf\xdc\x8d\x65\x36\ \x02\x09\xc6\xb4\x19\x28\xad\xd9\x06\xc0\x5a\xd7\x6e\x37\x21\x67\ \x46\x2c\xac\x40\x09\x19\x4d\x29\x85\x10\x0a\x35\xfd\xff\xb0\xf7\ \xa6\xb1\x9a\xad\x59\x7d\xdf\x5a\xeb\x99\xf6\xf0\x4e\x67\xac\xb9\ \xee\xd4\xc3\xed\x06\x7c\x69\x20\x34\x76\xa2\xd0\x04\x23\xb0\x32\ \xd9\x91\xe2\x98\x88\x90\x58\x76\x42\x2c\x1b\x99\x0f\xfe\x80\x33\ \x38\x56\x3c\x88\x18\x89\x18\x8b\x38\x92\x13\x64\x14\x12\x27\x51\ \x24\x42\x06\x12\x2c\x87\x21\xee\x6e\xa0\xbb\x81\x06\x9a\xa6\xe9\ \x7b\xfb\x8e\x35\x9e\x53\xe7\x9c\x77\xda\xd3\x33\xad\x95\x0f\xfb\ \x3d\x75\xef\x6d\x7f\xc8\xed\xe2\x4a\x48\xdd\x77\x7f\x28\x55\x9d\ \x52\x55\x9d\x3a\x67\xef\xb5\xd7\xb3\xd6\xff\xff\xff\x8d\x1b\xef\ \x94\x12\x8b\x28\xad\x90\x08\x10\xbb\xbe\x67\x11\xad\xb5\x80\x84\ \xe8\xcb\xaa\xc6\x40\xa3\x9c\x91\x41\x48\x91\x88\xa4\xcc\x31\x27\ \x22\x15\x63\xae\x6b\x33\x1a\x37\x91\x20\x0b\x88\x60\xdf\x0f\x55\ \x5d\x2b\xad\xc7\x38\x4d\x6d\x1c\xbd\x55\xe7\x8e\xcc\xd8\xf7\xf0\ \xae\x16\x77\x24\xc8\x9b\xfc\xa5\xcf\x60\x9d\xf9\xee\x8b\x8c\x0a\ \x04\x80\x14\x7c\x25\xa6\x6b\x49\x21\xa2\x71\x56\x41\xf0\x03\x93\ \xb1\x8a\x52\x0c\xac\x6c\x61\x28\xf8\x21\x83\xb6\xef\xec\x55\xcc\ \xcc\xb7\x9e\xfe\x33\xb7\xf2\x2f\xff\xe4\xcf\xff\xd6\x9f\xfa\xce\ \xbf\xf8\xdc\xf9\x43\xb5\xf7\x91\xed\xa3\xcf\xdc\x7b\xe3\x7f\xfe\ \xdd\xdf\x4d\x7f\xe2\x3b\xff\xe3\x17\xae\x7e\xf2\x13\xbf\xf7\x0f\ \xbe\xf8\xbb\xf8\xbe\x17\xfe\xea\xb7\xb8\xcf\x9e\x46\xd4\x08\xca\ \xee\xd7\xf9\x8d\x9f\xff\x27\x7f\xf9\xfc\xf8\x2f\xfc\xb9\x6f\xf9\ \xfe\x7b\x9f\xfd\xf5\xab\x57\xbe\xbd\xfc\xc0\x37\x7f\xee\xe3\xff\ \xf8\xfa\x73\xdf\xfd\xc2\x53\x1f\xfd\xec\xab\x4e\xbe\x86\xa3\x78\ \x04\x2e\x39\x16\x9c\x59\x6b\x26\x72\x39\x69\xa3\x0d\x22\x33\x67\ \x61\x42\x1a\xa5\x14\xc8\x3b\x60\x10\xe7\x11\x9b\x80\x39\x33\x2a\ \x9d\x18\x4e\x4f\x4e\x8e\x67\xb5\x53\xa0\x24\xd7\x55\x89\xe4\x92\ \x50\x06\xbc\x76\x74\xb8\x4d\xbc\x69\xfa\xc8\x88\xb6\x64\xe0\x8c\ \x3a\x64\x61\xc0\x3e\xa4\xb6\xf7\x48\x88\x89\x73\x66\x24\x42\xd2\ \x08\x94\x99\x33\x03\xec\xdc\x92\x19\x80\x19\x33\x02\x92\xc2\x9c\ \x39\xa5\x8c\xa4\x13\xf3\xb2\xd9\xb6\xab\x9e\xf4\xd5\xf7\xdf\xbe\ \x05\x39\x62\x8e\x04\x69\xbb\xd9\x5e\x5c\xac\x5b\x9f\xd0\x96\x48\ \x68\x9c\x29\xca\x89\x20\x6d\xbb\xbe\xed\x7a\x50\x68\xac\x7d\xe3\ \xfe\x1b\xbe\x4f\xb7\x6f\x4e\x42\x4c\x77\xee\xdd\x03\x70\x47\xb7\ \xf6\x7c\x48\x43\xdf\x37\x9b\xad\xcf\xb0\x49\xc0\x82\xc0\xdc\x6c\ \xb7\xbd\xc2\x4d\x17\xea\xe9\x54\x2b\x45\x90\x20\x79\x9b\x21\x87\ \xa8\x44\x3d\x7f\x65\xba\x77\x50\xe4\x27\x02\x64\x23\x00\xa7\xc8\ \xc9\x23\x51\x8c\x09\x44\x1c\xd6\x68\xf4\x25\xdc\x15\x89\x68\xb7\ \x52\x24\xc0\xc7\x3a\x77\x24\xa3\x34\x8a\x68\xad\x00\xd8\x0f\x1d\ \x02\x8d\x92\xbc\x9c\x05\x01\x63\x40\x66\x66\xce\xdb\xcd\x5a\x48\ \x2d\xf6\xf6\x46\x19\x1f\x22\x5d\x02\x2e\x46\x9b\xd1\xae\xb8\x13\ \x91\xf0\x38\x20\xa2\x3c\xda\x72\x62\xd2\x5a\x6b\xa5\x40\x29\x54\ \x44\x46\x0b\xf3\xe9\xe9\x29\x02\x55\x75\x39\x26\xc2\xc4\x98\x90\ \xc5\xf7\xdd\x20\x10\x62\x1c\x73\x0d\x2f\xce\xce\xb5\xd6\xc7\x57\ \xaf\x76\x7d\xb7\xdd\x6e\xb9\xac\xac\xb1\xce\x15\x4a\xa9\xe0\x7d\ \x4a\xa9\x28\x0a\x42\xcc\xcc\xfd\x30\x88\x48\xad\x70\x54\x4f\x65\ \x01\x90\x91\xf7\x2d\x88\x40\x02\x2c\x59\xf2\xb8\x75\x80\x51\xa6\ \xa9\x80\xac\xd6\x00\x20\x8a\xb4\xd1\xa4\x9e\x58\x2b\x73\x99\xc7\ \x09\xa3\x34\x7f\xc4\x81\xe4\xc5\x7c\x3e\x99\xce\x52\x4e\x7d\xdf\ \xb7\x6d\x03\x6f\xc6\xdd\x88\x88\x28\xa5\x01\xd0\x39\x73\x7c\x7c\ \x24\xc2\xce\x19\xe6\x74\x19\x73\xcf\x30\x9a\xb6\x60\x07\xa5\xaa\ \x27\xd5\xd9\xf9\x45\x48\x1b\x3f\x78\x1f\x12\xe2\x2e\x1b\x27\xa7\ \x84\x84\x6d\xdb\xc5\xcc\x82\xbe\x0c\x29\x0b\x08\x12\x8c\x43\x06\ \x81\x3e\x04\x20\x5d\x22\xaa\x98\x04\xd1\xa7\xd8\x75\xfd\xdb\x3a\ \x77\x1c\x06\x28\xcb\x37\x79\xb4\xef\xca\xc2\x4d\xc3\xe6\xd5\xd4\ \x10\x28\xf7\x24\x7f\x3c\x46\xf9\xe0\x77\xfe\xbb\x3f\xf8\x67\xff\ \xb5\x83\xd2\x6d\x5e\xfa\xa5\x1f\xfb\x3b\x3f\xf1\xf9\xb3\xf0\xdc\ \x47\xff\x8d\x1f\xfc\x0f\xbf\xf7\xc6\xdc\xa5\xfb\x9f\xf9\xbb\x7f\ \xe7\xc7\x7e\xfd\x81\x7f\x27\x8d\x33\x8a\x74\xdd\x43\xba\xf5\x8d\ \x2f\x3c\xc5\x55\x79\x58\xdb\x45\xd6\x05\xc4\x47\xaf\xde\xbf\x67\ \xf6\xfe\xb8\x89\x0f\xce\xdb\xb5\xb0\xe7\xea\x9b\x5e\xb8\x52\xfe\ \xe6\xa7\x7f\xd1\x83\xd6\x90\x45\x22\x98\x83\x67\x6e\xff\xf1\xeb\ \x47\xcf\xc7\xee\x35\x36\xc5\xc3\x07\xbf\xa0\x27\x7f\xec\xd9\xa3\ \x97\x9e\x3e\xbe\xf1\xf2\x9d\x5f\x61\x37\x03\x79\xf8\x35\x5b\xdc\ \x39\x8f\x86\x46\x01\x00\x30\x46\x48\xb9\xbc\x13\xf1\xee\x26\x02\ \x2c\xa0\x76\x8d\x1e\x0b\x07\x1f\x76\x40\x1f\x42\x16\xce\x31\x09\ \xc3\xf2\xfc\x7c\x7d\x30\x13\x83\x4e\x89\x4e\x3d\x03\xd8\xc9\xdc\ \x1a\x7b\x75\x7f\x16\x99\x5f\xec\xde\xe8\x53\x66\xc6\x94\x33\x2a\ \x05\x28\x82\x59\x97\xa6\x8d\x7e\xb9\xbc\xd0\x0a\xb4\x36\x0a\x55\ \xe6\x94\x65\x97\x77\xb8\x5b\x03\x70\x16\x60\x46\x8e\x22\xce\x95\ \x03\xa9\xcc\x42\x5a\x15\x55\xd5\x6e\x56\x66\xea\x6e\xdf\xbe\x7d\ \x70\x7c\xd8\x2c\xcf\xb6\x17\x1b\x0d\x32\x9f\xcf\x5c\x51\x9d\x6f\ \x9a\x75\xe3\x0b\x63\x06\x89\x21\x26\x52\x4e\x1b\x5b\x4d\x94\xb2\ \x86\x45\x8e\x0e\x71\x36\x9b\xed\xed\xcd\x88\x60\x5a\xd7\x5f\xfc\ \xd2\x6b\x0f\xce\xce\x0e\x0e\x8e\x83\x1f\x9a\x90\xb6\x7d\x3c\x5d\ \xb7\x22\x62\x4b\x37\x9f\xcf\xef\x3f\x3a\x0f\xa2\xf7\x0f\x0e\x37\ \xcb\x25\xa4\x60\x2c\x45\x2f\x98\x22\x66\x0e\x7e\x33\x94\x65\x75\ \xe3\x39\xf9\xca\x0d\xf1\x88\xd8\xb5\xed\x66\xb5\x32\x0b\x8c\x3e\ \x05\x1f\x32\x4b\xb5\xb7\x18\x83\x5d\x76\x63\xf1\x4b\x3e\x09\x29\ \x02\xe6\x66\xdb\xa4\x18\x20\xd7\x55\x59\x1a\xad\x87\xa1\xbb\x38\ \x3b\x1b\x53\x7c\x8d\x71\x84\xa8\x48\x01\x4a\xe6\x14\xbc\x17\xe1\ \x94\x76\x86\xd5\x4b\x85\x3a\x8d\x06\xa5\xb1\xb8\x8f\x0a\x1b\x22\ \xd2\x46\xef\xf2\x78\x11\xbd\xf7\x2c\xcc\x99\x41\x6b\x45\xc4\x22\ \x04\x20\x4a\x0d\x7e\xc8\x29\x2b\x4d\x46\xeb\xe0\xc3\x6a\xb5\x52\ \x48\x5a\xc0\x87\x80\x00\x29\x06\x5b\x16\x46\xeb\xc1\xfb\xf5\x7a\ \x15\x63\xdc\x0d\xd6\x77\x82\x45\x1c\x7b\x5b\x11\x41\x52\x8a\xc0\ \x59\x87\x0a\x89\x54\x88\x41\x14\xc4\x94\x01\x50\x0b\x6a\x4d\x20\ \xc0\xcc\x9a\x08\x14\x01\x10\xa2\x08\x27\x04\xd1\x44\xd6\x68\x66\ \x40\x94\xa2\xb0\x48\xf2\xa4\x7d\x3b\xe4\xcc\x5d\xdf\x97\xf5\x24\ \x5d\x02\x34\x9a\xa6\x25\xa5\x48\x2b\x42\xe5\xac\xa3\x9d\x67\x8a\ \x1e\x03\x14\x85\xb9\xef\x3b\xeb\x9c\xb5\x85\x88\xa4\xe8\x77\x99\ \xc9\x8a\x00\x90\x59\xac\xb5\xe0\x87\x98\x39\xb2\xa4\x0c\x63\x30\ \x7e\x55\x4d\x95\x76\x99\xb9\x2c\xa7\x02\x98\x73\x24\xa4\x61\xc8\ \x15\xa1\x2b\x0a\x52\x9a\x94\xce\xc0\x92\xb3\xb5\xc5\x74\x36\x2f\ \x38\x5b\x6b\xb5\x52\xa4\xd0\x18\xd7\x74\x6d\xef\xfd\xdb\xc7\x32\ \x7e\x90\xb2\x78\x77\x8b\x3b\x00\x70\x00\x26\x20\xb5\x8b\x97\x21\ \xf5\x95\x9c\x0d\x94\x3d\x38\x5a\x7c\xf6\x67\x7f\xe2\x93\x2f\xd1\ \x0f\xfc\x67\x7f\xed\x87\xbe\xff\xd7\xff\xec\x7f\xf1\x4f\x0f\x0f\ \xf7\x5f\xfd\xe5\x9f\xfa\xc9\xdf\x3c\xff\xd3\x3f\xfc\x37\xfe\xd2\ \x5f\x78\xf9\x07\x7e\xf8\xa7\x73\x51\xfe\xff\x0e\xbe\x95\x32\x27\ \x77\xfe\xc7\x5f\xc4\x7f\xe9\xd6\xc1\xd7\x5f\x99\xce\x5f\x1a\x5e\ \xfe\xc4\x97\x7e\xb9\xb0\xa5\x9d\x7c\xe3\xf7\x7c\xf4\x7b\xcf\x5f\ \xfe\xc9\x2f\x2e\xd7\x22\xfa\xd6\x8d\x6f\xd3\xcd\xe7\x5e\x5b\xad\ \xb5\x9e\x80\x64\x61\x56\xc5\xd1\xd3\xb7\xfe\xf9\xd3\xf6\xf3\x3f\ \xf7\xab\x3f\x33\x5c\xfb\xb7\xfd\xc5\x6f\xbc\x94\xaf\xfc\xd1\x6f\ \xfe\xc1\xec\x3f\xf7\x3b\x6f\x1c\x7d\xa0\x9e\xd3\x63\xa4\xe3\xd7\ \xe0\x58\xe6\x92\xd1\x43\x40\x62\x0c\x2b\xd2\x39\x3d\x26\x67\xee\ \x44\x1a\x63\xfe\xea\xa5\x65\x66\x67\xce\x8e\x81\x90\x90\x0c\xe4\ \xcc\x28\x7e\x68\x6d\x31\x41\x8e\x24\x64\x6d\x01\x1c\x14\x28\xe2\ \x70\x68\xe9\xbc\x70\xcb\xf3\x0d\x80\xc9\x29\x1a\xad\x16\x7b\xb3\ \xae\x6d\xb6\x2d\x0f\xb1\x6d\xda\x4d\x65\x4d\xa4\xa0\xb5\x56\xb6\ \x20\x52\x2c\x79\x17\x42\x05\x4a\x13\x85\x18\x99\x38\xa6\x6c\x48\ \xb9\xa2\x14\x24\xa5\xad\xd6\xf6\xf8\xe8\x78\x76\xbc\xb8\x7a\xfd\ \x5a\xec\xbb\xf5\x7a\x3b\xce\x70\x7d\xce\x89\xf3\xd1\xd1\x91\x2d\ \xfb\x87\x67\x2f\x6b\x6d\xab\xaa\x18\xe7\xc8\xa5\xa9\x52\xe6\xfb\ \x27\x8f\x00\xe1\x85\x8f\x3c\x8d\x80\xe7\xe7\x8f\xb6\xed\xb6\xe9\ \x9b\xfb\x2f\x7d\xf1\x96\xf7\x43\xd3\x84\xa1\xdb\xf4\x31\x31\x22\ \xf0\xc9\xe9\x49\x58\x9d\x92\x2e\xac\xd5\xd6\xa8\x1b\x37\xaf\xdd\ \xbd\x73\xf7\x62\x3d\xec\x2f\x26\x0c\xba\xe9\xdb\xa1\xd9\xba\xe3\ \xf4\x64\xf7\xcc\xf8\xe2\x54\xda\xb8\xa2\xdc\x9b\x97\x43\x3f\xf8\ \x9c\x11\x29\x33\xe3\x18\xa0\x25\x80\xa8\x58\xb2\x51\x4a\x11\xad\ \x56\xab\x7b\xf7\xee\x11\xc2\xf2\xe2\xe2\xe6\xf5\x6b\x5a\x2b\xeb\ \x46\xc6\x5e\x16\x16\x67\x8b\x91\xa0\x1d\x63\x48\x29\xc9\x58\x58\ \x91\x04\x76\xa2\xba\xcb\x48\x03\x1c\x4d\x40\x23\x61\x6f\x14\xad\ \x83\x00\x2a\x24\x24\x4e\x97\xe1\xc3\x32\x32\xa1\x30\xfa\x48\x80\ \x39\x67\x63\x4c\xd7\x34\xdb\xed\xe6\x60\x6f\xdf\x5a\x1b\x43\xc8\ \x88\x89\x05\x44\x50\xeb\x98\xa2\x78\x74\xce\x59\x67\x39\xe7\xe8\ \xfd\xb8\x27\x56\x23\x2f\x9b\xc6\x65\xdd\xb8\x89\x85\xf1\x9c\x93\ \x63\x16\x11\x24\x6a\xbb\x7e\xb9\x5c\x91\xd2\xc6\x98\xfd\xc5\xa2\ \x74\x16\x10\x08\x61\xcc\x25\x06\x16\x22\x2a\x0b\x17\x43\xb2\x5a\ \x8d\x84\xaf\xc2\x28\x01\x79\xd2\xf4\x01\x14\x90\xb6\x1f\x6e\x56\ \x95\xb1\x76\xb4\xd4\x3e\x7c\x78\xb2\x6d\x9a\x71\xc5\x6c\xb4\x16\ \x66\x00\xcc\x39\x13\xc8\x78\x7e\x12\x91\xa1\xef\x37\xdb\x06\x50\ \x09\x70\xa9\x15\x29\x0c\x29\x2a\x52\xa3\x60\x34\x03\x00\xe9\xa2\ \x2c\xe7\x8b\xc5\x6c\xba\xd8\xdb\xbf\xa2\xb5\xae\xaa\xd1\x03\x81\ \x29\x45\xa5\x0d\x22\xe4\x94\x8f\xaf\xdc\x50\x46\x31\xa7\x31\x74\ \x13\x91\x52\x8c\x5a\xeb\x10\x43\x16\x71\x85\x63\xce\xcc\x29\x84\ \x18\x42\x70\xb6\x78\xcb\x42\x55\x04\x06\x2f\x45\xf9\x2e\x77\x76\ \x0c\xb3\x67\xf5\x8d\xf7\x53\x61\x81\xa3\xac\x5e\xe1\x7b\xaf\xe4\ \xfc\x8e\x55\x8b\x86\xd2\xaf\xfd\x4f\x3f\xfe\xf1\x14\x9a\x56\x7d\ \xc3\x6f\x7f\xdf\x9f\xba\x71\x58\xa9\xfc\x5b\xff\xf8\xbf\xf9\x74\ \x4c\xc3\x66\x58\xfc\xe6\xf7\xfd\xa5\x0f\xdf\x70\x22\xed\x3b\xfa\ \xe6\x28\xe4\xed\x17\x7e\xff\x1f\xb5\xcf\xff\xe5\xaf\x5b\x7d\xf6\ \xce\x66\x7b\xb4\xff\x5c\x18\x86\x3f\xf2\xc2\xf7\xd1\xc3\xff\xfe\ \x7f\xff\xfc\x27\xa9\xd8\x47\x28\xae\xef\x3f\x7b\x71\xf1\x53\x9d\ \x58\x0b\xe3\x10\xc9\x86\xd5\xe7\x7f\xe9\x57\xff\xd6\xcb\x5e\x6b\ \x50\xcf\x16\x13\x2b\x77\x3f\xff\xfa\xfd\x6f\x7b\xfe\x5f\x7d\xf1\ \x57\xff\xcb\x33\xfd\xef\x7c\x83\x99\x12\x7c\xed\x8e\x65\x2e\x69\ \xc9\x84\x08\x19\x51\x10\x1d\xb3\xd2\x97\x5e\xb5\xc7\x9b\x97\x31\ \x6d\x89\x10\x09\xad\xb3\x9c\x39\xa5\x94\x20\x29\x16\x92\x8c\x88\ \xa5\xb5\xae\xb0\x5a\xd0\x3a\x0b\x28\x75\xe5\xd0\xea\xae\xd9\x50\ \xdf\xd5\x2a\x4f\x4b\x8b\x6c\x86\x10\x08\xd9\x19\x4c\x06\xac\x55\ \x3e\xc6\x9c\xa3\x26\xdb\x0f\xfd\x79\xdb\x14\x45\x35\x9b\xef\x19\ \x6b\x40\x30\x65\x66\x88\x23\x00\x74\x14\x8c\xa0\x22\x30\x3a\x01\ \x68\x63\x94\xd2\x92\x42\x6c\xbb\xe5\x83\x53\x67\xd5\xfe\xd1\x51\ \xb3\x3a\x5f\xaf\xd6\xc1\x07\x1f\xc2\xe6\xe4\xdc\xda\xe2\xf6\x8d\ \x63\x04\x9c\x4d\x26\x4d\xdb\xc6\x9c\x63\xf0\x4d\xdf\x87\x10\xc8\ \xe0\xab\xaf\xbd\x6e\xac\x0e\xc1\x6b\x92\xeb\xd7\x8f\xd4\x45\x7b\ \x7e\xf6\xf0\xfa\xe1\x41\x71\x30\x59\x6d\x87\x87\xab\xb6\xef\xba\ \xe3\xe3\xa3\xe3\x12\x8d\x88\x22\xc8\xdd\xf2\xf4\xa2\x0b\x31\x66\ \x31\xdb\x48\x93\xe9\xc1\x7c\x7e\x0d\x57\xcb\xa8\xab\x27\xec\xa2\ \x44\x8c\x73\x0c\xb0\x69\x5a\x45\x86\x11\x3b\x1f\xc4\x7a\xa5\x15\ \xf3\xc8\xa2\x96\x18\x03\x2a\x4a\x43\xe0\xa4\xb5\x52\xb3\xba\x16\ \xe1\x18\x82\x64\x26\x42\xe7\xac\xd2\x3a\x86\xb8\x6d\xda\x18\xb3\ \x75\xce\x1a\x93\x39\xe7\x71\xe4\x00\x90\x62\x58\x2d\x97\xc5\x2e\ \x52\x18\x76\x44\xd3\x71\x5d\x0b\x38\x4e\x25\x00\x1f\xa3\xec\x20\ \xc7\x1c\x42\x50\xa4\x50\xa1\x00\x0e\x43\x7f\xe7\xf5\xd7\xea\xc9\ \xe4\x70\xff\x10\x45\x08\x29\x4b\x0a\x7e\x00\xce\x84\x20\x39\x0d\ \x31\x5a\x6b\xb5\xa6\x9c\x73\xe8\x9a\xc9\x74\xe6\x0a\x17\x42\x08\ \x31\x08\x73\x59\x94\x08\xbb\xfd\x6b\xdb\xb6\x7d\xdf\x5f\x71\x2e\ \x83\xe4\xcc\x21\x46\x11\xd6\xa0\xb4\xb1\xcc\xdc\x35\x2d\x2a\x55\ \x96\xd5\x68\xb9\x42\x01\x85\x90\x85\xad\x29\x14\x2a\xc4\x44\x88\ \xce\x5a\x67\x74\x84\x04\x8c\x46\x2b\x6d\x15\xc2\x13\xf7\xee\xd8\ \x76\xed\x72\xbd\xba\x7d\xfb\xa9\x71\x9b\x51\x55\xd5\x72\xb5\x32\ \xc6\x86\x10\xca\xa2\x2c\x8a\xb2\xef\x5b\x42\x52\x44\x39\x73\x08\ \x61\x7f\x7f\x5f\x5b\x77\x7a\x7a\x96\xb2\x47\x44\x55\x68\x03\xda\ \x68\xd3\x6c\x1b\x52\x5a\x69\x7d\x78\x78\xd8\x75\x83\x36\x26\xe5\ \x7c\xe7\xfe\xfd\x94\x38\x86\xd8\xf7\x7d\x51\x16\xd3\xc9\xf4\xd5\ \xd7\x5e\x2b\x0b\x07\xa3\x53\x4c\x91\x0f\x43\xce\xa9\x2a\xca\x94\ \x52\x8e\x51\x69\xad\xb4\xd2\x4a\x23\x11\x23\x18\xa3\x8c\x56\xd6\ \xba\xb2\x2c\x43\x4c\x6f\x1f\xcb\x78\x0f\x45\xf1\x2e\xce\xdc\x85\ \xa1\xb8\xa6\x9f\xfb\x06\x3a\x7f\x29\x9f\xf5\x40\x0e\x8e\x3f\xa8\ \x20\xf1\xeb\xaf\x7e\x05\x3e\x26\x65\x4d\x8e\xfe\xda\x47\xbe\xfb\ \x5f\xf9\xb6\x6b\xff\xcf\xdf\xfc\x74\x54\xba\xd0\x5a\xc7\x30\xf9\ \xc0\x77\x7c\xef\xb7\x7f\xe0\xb7\x7f\xea\xef\xaf\x95\x75\xf8\x4e\ \x5e\x33\xc1\x56\x1f\xfe\x93\xdf\xfe\xe7\x6f\xb8\xcd\xc7\x3f\xf3\ \xe3\xf7\xd2\x8d\x3f\xf9\x47\xff\xdc\x1b\xaf\xfc\xe2\xfb\x6f\x7e\ \x93\x5d\xf3\xbf\xf5\x5d\xff\xf2\xdd\x97\xfe\xdb\x5f\x3d\x0d\x8b\ \xa9\x5d\xbf\x7e\x5f\xde\x8c\x54\x13\x01\xd4\xba\x2c\xc4\x49\x8a\ \x16\x15\x93\x8e\xab\x4f\xfd\xcc\x2f\xff\x95\xcd\xd9\xd9\xfc\xe9\ \x04\xaa\x56\xc0\xfc\x35\xdb\xb9\x93\x1a\x5d\x21\x8a\x30\x2b\x95\ \x89\x1c\x33\x11\x26\x9f\x47\x8a\xf2\xd8\xbf\x8c\xe8\x52\x44\x64\ \x61\x14\x24\x22\xeb\x6c\x4a\x49\x52\x40\x60\x02\x0d\x24\xa8\x15\ \x89\xd8\xc2\x31\xe7\xc1\x37\xec\x31\x87\x30\x74\x1b\xc9\x79\x32\ \xa9\x2f\x2e\xda\xc9\x74\x5a\x38\x97\xfc\x80\x29\x4e\xcb\x22\xf8\ \x8d\xef\xfb\x4d\x8e\x29\x31\x81\x34\xdb\x75\xd7\x36\xd3\xd9\x6c\ \x3a\x9d\x19\xa5\x43\x8c\xc2\x84\x3c\x9a\x23\x47\xc3\x2b\x31\x51\ \x12\x90\xc4\x7b\xf5\xac\x2e\x8b\xcd\xf9\x45\x4e\xc3\xd1\x95\xe3\ \xaa\x9e\x9b\x62\x72\xe7\xce\x9d\x90\xe3\xcd\xdb\xb7\x09\x29\x85\ \x90\x82\xb7\x1a\x37\x69\x68\xb6\x8d\xcf\x1c\x32\xcf\x66\x75\xe4\ \x78\xe5\xea\xf1\x6c\x3e\xbb\xff\xe0\x7e\xa9\xa1\xb0\x26\x06\x66\ \x96\xc3\x59\x11\xfa\xfe\x68\x56\x76\xfd\x90\xba\xbc\x3f\x9f\x1d\ \x4e\x94\x0e\x9d\x48\xb2\x55\x79\xb6\x96\xf5\xb6\x6b\x43\x6e\xe2\ \xf6\xe1\xd2\xa7\xcc\xbd\xef\x9e\x2e\xe7\xcf\x3e\x91\x89\x09\x11\ \x63\xe6\x3e\xe6\x94\xfb\xc1\x47\xc9\xd2\x87\x30\x70\xaa\xa7\x33\ \x6d\x8d\xd6\x3a\xa5\x88\x84\xde\x0f\xe7\x27\xa7\x56\xeb\x9b\xd7\ \xae\xdd\xba\x71\x43\x29\x3a\x7b\xf4\x28\x04\xdf\x77\x7d\x35\xad\ \x72\xce\x2c\x02\x08\x3e\x86\x21\x04\x04\xb4\xd6\x2a\x4d\x63\xe8\ \xee\xa8\x61\x7f\xf8\xf0\xe1\x64\x32\x71\xae\xd8\xf9\x80\x88\x15\ \x29\xbc\x0c\x27\x00\x41\x66\xe6\xcc\x0c\x1c\x53\x1c\x67\xfd\x31\ \x44\x44\x4c\x9c\x83\x0f\x22\xcd\xfe\x62\x0f\x01\x72\x8a\x04\x90\ \x62\x54\x88\xa5\x75\x39\xe7\xcc\x2c\x88\x99\x39\x33\xe7\x2c\xdb\ \xed\xd6\x07\x9f\x73\x26\x44\x21\x1a\xf9\x7f\x39\x31\x42\x1e\x7a\ \xdf\x6c\xb7\x8b\xf9\xc2\x5a\x03\x3c\x46\x8a\x61\xce\x59\x1b\x29\ \x6c\xa1\xad\xcd\x99\xd5\xb8\xbe\x17\x40\x10\xa3\x94\x35\x7a\xb5\ \x59\xe7\xe4\xaf\x5d\x3b\xd0\x4a\x81\x88\x56\x24\xa2\x00\x94\x52\ \x68\x94\x82\x27\x42\x60\x89\x08\x29\x02\xc4\xfb\xf7\x1f\x00\xe0\ \x53\x4f\x3d\x35\x62\x8f\xc6\xaf\x89\x22\x9d\x62\x8a\x21\xec\xce\ \x37\x80\xcc\xdc\xb5\x5d\x4a\xb9\x2c\x2b\xe7\x9c\x11\x20\xa4\xb2\ \x54\x5a\xa9\xcc\x3c\x9e\x84\xac\x73\x21\xa6\xe5\x7a\x75\xbe\x5c\ \x86\x10\xbb\xa6\x43\xa4\xc9\x74\x3a\x0c\xc3\x81\x3e\x40\x85\x4d\ \xb3\x41\x9a\x16\x45\x29\x04\x87\xc7\x87\x2c\xdc\x75\xcd\xf9\xa3\ \xb3\xb6\x6d\x0b\xeb\x42\xdb\x30\xb3\x2b\x5c\x55\xd7\x40\xd4\xf5\ \xc9\x59\x13\xe2\xb2\x6d\x7b\x3f\x0c\xfa\x6d\xba\x45\x3f\x40\x55\ \xbf\x9b\x6a\x19\x06\x3b\x47\x39\xcf\xaf\xfc\x66\xca\x00\xc2\xc8\ \x73\x75\xb0\x20\x94\xaf\xe0\x96\xe6\xe8\xed\x8d\x8f\xfe\x27\x3f\ \xf2\xc3\xa7\x3f\xf7\xa3\x3f\xfd\xf1\xd7\xac\x2b\x25\x79\xde\xfb\ \xf0\x7f\xf4\xb7\xfe\x66\xfd\x99\x7f\xf8\xf7\x7f\xf6\x73\xc6\xbe\ \xa3\xd3\x06\x91\xce\xe1\xfe\x6f\xfc\xf6\x4f\x7c\xb2\xbd\xb7\x09\ \xde\x69\xff\xff\x7e\xea\xc7\x73\x1e\x5e\xfd\x27\x3f\x58\xd9\x82\ \x10\x87\x6e\x63\x21\x7d\xf2\x57\xfe\x76\x8e\xbb\x21\x3e\xa2\x49\ \xdd\xef\xfc\x6f\x9f\xf8\xfd\x90\x9c\x41\x14\x63\xef\xbe\xfc\xdf\ \x3d\x84\x84\x1a\x1e\x9c\x7c\x8e\x94\x8d\x77\x7f\xfa\xff\xbc\xcf\ \x60\x0a\xfa\x1a\xee\xdc\x1f\xff\x98\x10\x05\xd0\xe4\x0c\x48\x8f\ \x63\x63\xe1\x52\x2d\x23\x2c\x19\x18\x01\x32\xe7\x9d\xad\x1c\x81\ \x39\x3b\x07\x85\xd3\x21\x85\xde\x7b\x55\x9a\x24\x9c\x72\x08\xc1\ \xb7\x7d\xc7\x21\xb4\x4d\xcf\x66\x0e\x46\x29\x57\xf8\x98\x87\xde\ \xef\x57\x4e\x8b\x88\x0f\x7b\x55\xad\x04\x83\xf7\x80\x84\x80\x46\ \x61\xce\x79\x79\x7e\xd6\xb5\xcd\xde\x62\xa1\x8d\x06\x26\x10\x12\ \x01\x51\xc8\x88\xa2\xc8\xa7\x44\x4a\x39\x57\x1c\x2e\x0e\xac\x05\ \x32\xb9\xf3\xb2\x5a\x6e\x4c\x51\x1c\x5c\xb9\x7a\x70\x1d\x27\xed\ \xf6\xf8\xe8\x50\x3b\x2d\x4d\xf3\xf0\xce\x1b\x5d\xd7\xcc\x67\xd5\ \x6c\x3e\x49\x82\x17\x9b\x2d\x18\x13\x33\x2f\x97\x17\xdb\x76\xfb\ \xf0\xe4\x84\xbb\x76\x7f\x62\xeb\xe9\xbe\x76\x46\x0d\xad\x4d\x5e\ \x84\x55\x1c\x0a\x04\x2d\xd2\x6d\x1b\x95\x03\x12\x34\x71\xa3\x0a\ \x7b\x74\xe5\x4a\x78\xb8\x06\xe5\xac\xad\xd7\xeb\x15\x24\x0f\xf9\ \xc9\x19\xf4\x59\x00\x8d\x35\xda\xa6\x71\xa1\x5a\x96\x3e\x84\xb8\ \x59\x1f\x5f\xbd\x92\x25\x93\xa2\x7e\x18\x9a\x91\xe0\xca\x38\xb4\ \x5d\xd2\xea\xc6\xf5\xab\xa7\x0f\x1f\x5e\xac\x96\xfd\xd0\xef\x1d\ \xee\x19\xe7\x94\x62\x22\x15\x42\x1a\x86\xc1\x18\x33\x4e\x81\x53\ \x8e\x21\x8c\x3b\x3e\xf1\xde\x57\x55\xc5\xcc\xde\xfb\x71\xe4\x26\ \x5a\x88\xc7\x21\x38\xe2\x63\x4a\xaa\x8c\x41\x66\x9a\x85\x81\x01\ \x11\x53\x88\x5a\xeb\x30\xf8\x47\xa7\xa7\xc1\x7b\x10\x50\x80\x04\ \x38\x9f\xce\x0a\x57\x3c\x3a\x3f\x4b\x9c\x41\x46\xba\x86\x64\xc9\ \x39\xe5\x94\x22\x29\x35\x99\x4c\x9c\x73\x5a\xa9\xc7\xc7\x05\x42\ \x02\xa0\x91\x2b\x2d\xc8\xbb\xe0\x76\x90\x1c\x13\x29\x43\x48\x21\ \xc5\x98\x52\xf4\xb1\x9c\x94\x63\x84\x02\xe7\xfc\xf0\xe1\x83\xbe\ \xdf\x56\x85\x7a\xe6\xf6\x2d\x3f\x78\x61\x4e\x31\x02\x0a\x01\x20\ \x3c\xb9\x43\x93\x48\xcd\x66\xf3\xa6\x6d\x1f\x9d\x9d\x1d\x1f\x5f\ \x41\xa2\xc9\x6c\x36\x9d\xcf\xd7\xab\x0d\x29\xa5\x14\xbd\xf4\xe2\ \x39\x8d\x59\x69\x44\x5a\xa9\xba\xae\x67\xd3\x29\x29\x3d\x9b\xcd\ \x52\x66\x67\x6d\x5d\x2a\x24\xba\xb8\x58\x56\x75\x55\xd6\xf5\x6a\ \xb5\x3a\x3d\x3b\x4f\x99\x43\x08\x88\x0a\x15\x16\x85\x25\x0d\x3e\ \xf6\x80\xd9\x87\x2e\xe5\x61\xdb\xe4\x90\x86\xb2\xac\x8a\xc2\x0a\ \x88\xd6\x78\x7e\x7e\xee\x43\xd0\x4a\x8d\x4c\xad\x90\x62\x89\x50\ \x55\x85\x30\x8b\xc0\xfa\xec\x1c\x05\xab\x7a\xf2\xe5\x9d\x3b\xef\ \xef\xbf\xbb\x6a\x99\xf6\x8d\x3c\x3c\x6d\xbe\xed\x4f\x2b\x3f\x00\ \x3a\x70\x28\x2f\x7f\x82\x85\xde\x69\x9f\x2b\x39\xa4\xea\xa9\xbf\ \xf2\x37\x7e\xe4\xf0\xb7\xfe\xc1\x0f\xfe\xdd\xff\xb5\x37\xd3\x42\ \x92\x57\x87\xff\xfe\x5f\xfd\x91\x8f\x6c\x7e\xf6\x3f\xf8\xdb\xff\ \xf0\x42\xaa\xea\x9d\x7e\xbe\x28\xdc\x9e\xaf\x36\x80\x64\x94\x05\ \x89\xed\x70\x81\x40\x12\xee\x35\xed\x58\xa1\x14\x21\x0e\x7e\x05\ \x6f\x8d\x98\x94\xd0\xf9\x01\x51\x8d\x38\xaf\x14\x9b\x08\x48\xa8\ \xc6\x68\x0e\x4e\x6d\x07\xf0\x64\xc8\x85\xaf\x92\x85\x2a\xf3\x2e\ \x44\x30\x73\x14\xc9\x84\x2a\x45\xa5\xb5\x75\x2e\xa5\x18\x42\xdc\ \x41\x2f\x79\x37\x9c\x19\x37\x72\x39\x65\x44\x34\xc6\x28\xca\xb3\ \xca\x54\xd6\x6e\xb6\x9b\xec\xdb\x49\x69\x15\x70\xe1\xcc\x6c\x36\ \x25\xc4\xc0\x32\x30\xf8\x51\xa1\x8d\xd0\x75\x6d\x6b\xb0\xaf\x6d\ \xec\xfd\x66\xb9\xd6\xb6\x80\xbd\x39\x5e\x7e\xb3\x10\x50\x29\x44\ \x10\x8e\xfe\xec\xd1\x43\x42\xa8\xaa\x99\x71\x35\x2b\x42\xd0\xa3\ \x19\x1e\x04\x9d\x75\x29\x84\xae\xd9\xa8\xda\x96\x45\xa1\xeb\xba\ \x0b\x29\x03\x2a\x6b\xaf\xde\xb8\x25\xc9\x6f\x9b\x4d\x6e\x9a\x12\ \x65\xef\x60\x71\x7c\xf5\xf8\x7c\xb9\x5c\xae\x37\x75\x3d\xb5\x55\ \x29\xa4\x99\xf0\x62\xb5\xbe\x73\xf7\xc1\xe9\x59\x73\x75\xaa\x1d\ \x11\x87\xc1\xe9\xda\x11\x82\x35\x4c\x26\x76\x9d\x53\xc6\x12\x29\ \xa1\x21\x91\xb2\x8a\x34\x65\xa1\xb2\x36\x4a\x6d\x7d\x18\xac\xd2\ \xc9\xb7\x2a\x7b\xfd\xe4\x55\x46\x10\x09\x50\xa1\xd2\x24\x28\xc2\ \x82\x42\x68\x58\xd8\x7b\x3f\xad\x26\xe7\xe7\xe7\xcb\xd5\x52\x72\ \x1e\x59\xd5\x4d\xdf\x1a\xa5\xdf\xb8\x73\xcf\x87\x30\x29\x2b\x64\ \xd9\x39\x79\x44\x32\x33\x03\x03\x51\x06\x88\x29\x01\x0a\xe7\x04\ \x22\x84\x60\xad\x13\xe6\xa1\xeb\x81\xa5\xac\xea\x94\x32\x28\xc4\ \x5d\xf4\x0f\x67\x16\x4d\x0a\x38\x0b\xa1\x20\x28\xad\x94\x22\x60\ \x41\xc2\x14\xe3\xc9\xc9\xc3\x18\x82\x22\xda\x6e\x36\xe3\xb1\x6d\ \x64\x9c\xae\x57\xeb\x54\xfa\x18\x83\x00\xa4\x98\x52\xce\x63\xea\ \xef\x65\xbc\x19\x01\x43\xe5\xca\xc4\x3c\x66\x05\xa7\xf1\x53\x62\ \xde\x6c\x36\xd3\xe9\x64\xc4\xf1\x21\x33\x64\x11\x60\x44\x26\x90\ \xc2\x99\xd2\x39\xe6\x34\x22\x49\x89\xcc\xc5\x72\xdd\x74\x1d\x30\ \xbf\x71\xe7\xee\xd7\x7d\xe8\x43\x46\xdb\x98\xe3\xe0\x7b\x45\x88\ \x50\xd1\x93\x1a\x54\x47\xc1\x7e\x55\x55\x4d\xdb\xb6\x6d\xfb\xda\ \x6b\xaf\x5d\xb9\x7a\xa5\x28\x0a\x1f\x82\xd6\xca\x87\x60\x4d\xa5\ \x15\xe5\x3c\x26\xe6\xef\x02\x06\xd6\x9b\x0d\x91\x16\x91\x61\x18\ \x72\xce\x9c\x49\x44\x8a\xa2\x14\xa4\xbe\xf7\x07\x07\x87\x77\xef\ \xdd\x23\x52\x08\xa3\xdd\x37\x23\x8a\x2b\x74\x59\x5a\x57\x98\xc1\ \x77\xa8\x50\x20\xf7\x43\x4b\x04\xf7\x1f\xdc\x15\x40\x67\x6d\x55\ \x96\xad\xb3\xc3\x30\x28\xa5\x00\xc1\x69\x27\x22\x7e\xf0\x44\xd4\ \xb6\x6d\x4a\x39\xfa\x10\x73\xfe\xb2\xce\x3d\x80\x2b\xde\xcd\x47\ \x9f\x80\x3b\x7e\xf1\x17\xc2\xfc\x2a\x55\x53\xc8\xad\xac\x1f\xf2\ \xe0\xe1\x9d\xa7\x3b\x84\x00\xdf\xfc\x6f\xfe\xc5\xef\xd9\xfb\xdd\ \x1f\xfa\x4f\xff\x0f\x7d\x78\xeb\x08\xc2\xc5\xf9\xfa\x83\x7f\xe2\ \xfb\xff\xcc\x37\x6e\xfe\xda\x0f\xfc\xa3\x30\xbd\x7e\x45\xe5\xae\ \xeb\xf8\x9d\x2e\xc0\xf1\x4d\xdf\x16\x20\xe1\x18\xcd\xf1\x76\x4a\ \x38\xaa\x2f\xff\x23\x6f\xf9\x08\xe2\xdb\x17\xb7\xf8\xb5\x4e\x09\ \x89\x39\xa5\x9c\x95\x22\x16\x4e\x48\x8c\x08\xbd\x8f\x21\x58\x00\ \xad\x34\x68\x49\x97\xd4\x9c\x51\xc8\xb2\x8b\xab\x55\x04\xbb\x8f\ \x28\x45\xda\x59\x3b\x29\xed\xac\xb2\x75\xe5\x66\x55\xa5\xb5\x59\ \x6f\xb6\xeb\x4d\x6c\x3d\x26\x77\x45\x15\x55\x5e\x37\x94\x3a\x85\ \xbe\x0f\xb8\x6a\x6d\x0e\x21\x8b\xf4\x9b\xf5\x10\xf6\xaa\xaa\x1c\ \xb1\xcf\x84\x3a\xe5\xa8\x09\x41\x24\xe7\x94\x73\x58\xfb\x5e\x15\ \x13\xe5\xca\xa2\x9c\x92\x71\x8a\x8c\xce\xa8\x33\xd4\xa5\x4b\xdc\ \x47\x3f\x08\xa3\x72\x56\x47\x99\x4e\x2a\x85\x9c\xbb\x75\x4a\x89\ \x52\x8c\x3e\xf8\x18\x00\xa9\xed\xc2\xb2\x19\x12\x23\xb3\x28\xc2\ \xb6\x6d\x1e\x9e\xaf\x22\xe3\x66\xd3\xb9\xc2\x95\x75\x89\x4a\x91\ \xb0\x42\x51\x65\x6d\xab\xf9\x20\xba\x83\x3b\xb3\xd2\x92\x06\xc9\ \x44\x44\x95\x9b\x04\xce\x39\xf0\xa6\x6f\x87\x3e\x89\x72\xcd\x10\ \xb6\x11\x86\xa0\x3d\xdb\x27\xef\xa3\x18\x20\x21\x15\xda\x43\x06\ \xc4\x94\xb9\x28\x2d\x00\xa4\x10\x93\x49\x6d\xdb\x71\x16\x52\x1a\ \x38\x0b\x48\xcc\x9c\x24\x07\x09\x45\x3d\xe5\x30\x68\xad\x2c\x91\ \x0c\x21\xa5\x9c\x10\x7d\x16\x00\x94\x10\xb3\xce\x0a\x44\xa1\x28\ \x04\xa3\xa8\x34\x3a\xf6\x3e\x0c\xfd\x10\x62\xa1\xad\xaa\x4c\x06\ \xe1\x90\x62\x1c\x6c\x61\x48\x83\x65\x40\xe6\xcc\x29\x1b\x05\x04\ \xc3\xc5\x16\x7d\x28\xeb\xca\x73\xf2\x83\x1f\x3b\x9e\xd1\xa8\x89\ \x88\x4a\x2b\x22\x4c\x29\x74\x7d\x4e\xc1\x1b\x80\x1d\xd5\x1b\x04\ \x08\x04\x50\x58\x9c\xb6\xfb\xf3\x7d\x05\xc4\x90\x98\x13\x00\xb2\ \x08\x11\x96\x75\xa1\x94\x8e\x99\xb5\xd6\x80\x34\x2a\x0d\x49\x80\ \x20\xdd\xb8\x76\x40\x84\xa4\x48\x11\x12\xa5\x88\x39\x13\x5c\x34\ \xeb\x98\xb3\x45\x62\xcf\x12\x40\x2c\x24\x91\x00\xa9\xb2\xa5\x36\ \x46\x89\x12\x16\xfc\xca\x03\x66\x10\x31\xe7\xb8\x5e\x2f\x41\x38\ \xa7\xb4\x5c\x9e\x05\xdf\x0b\x40\xce\x99\x88\x58\x18\x04\x72\x8a\ \x22\x59\x00\x04\x09\x89\x7a\xef\xd7\x9b\xcd\xe8\x33\xf2\x3e\x94\ \x52\x14\xc5\x62\x6f\x31\x3f\x3d\x39\xbd\x73\xe7\xbe\x2b\xdd\x64\ \x32\x6b\x36\xad\xf7\xde\x16\xce\x18\x63\x95\x8d\x3e\x85\x36\x72\ \x10\x25\x3a\x47\xcf\x51\x5c\x51\x68\xa3\xfb\x66\xd8\xd2\x66\xbe\ \x58\xe4\x10\xe3\xe0\x67\x75\x1d\x6c\xec\xda\x8e\x45\x3c\x0f\x04\ \x08\x45\xe1\xa3\x6f\xb6\x4d\x4e\x4c\x44\xc0\xfc\x76\x87\x6a\x08\ \x52\xb8\x77\x57\x2d\x83\x04\xb9\xe7\x47\x5f\x62\xd2\xb8\xf3\x8e\ \xe1\x57\xf2\xb2\x54\xee\x99\x17\x3e\xac\xa6\xf0\x43\x3f\xf2\x5f\ \x6b\x63\x97\x5f\xfa\xf8\x7f\xfe\xd7\xff\xab\x9b\xcf\x7e\x63\xa5\ \x0f\xff\xfc\x5f\xff\x7b\xca\xd8\xf4\xc6\x67\x7f\xec\x47\x7f\xf4\ \xf3\x5b\xe3\xde\x0b\x74\xff\x43\x55\xcc\x10\x00\x13\x31\xa1\x11\ \x4e\x39\x77\xde\x5b\x6b\x47\x68\x4e\xd8\x01\xd0\xde\x72\x5f\x8d\ \xe9\xe1\x89\x01\x60\xb5\xe9\x00\x40\x29\xec\x87\xae\xd8\xd2\x03\ \x01\x22\x4d\xda\x21\x68\x70\xce\x54\x8b\x8c\xc8\x79\xa3\x08\x0b\ \x6b\x42\x18\xfa\x10\x90\x85\x09\x05\x44\x72\x1e\x4f\x06\x9c\x85\ \x45\x00\x54\xcc\x89\x10\x59\x08\xc9\x68\x22\x1f\xfa\x6e\xb5\x9e\ \xcc\xc2\xfe\xe2\xc0\x19\xa3\x81\x14\xd0\x48\x0e\xe9\x42\xef\x4f\ \x03\x68\xa5\xad\x1d\xbc\xdf\xac\x2e\x94\xb1\x82\x68\x8d\x46\x66\ \x3f\xf8\xde\xfb\xb2\x9e\x96\xf5\x24\x7a\x5f\x4f\x26\x21\xc6\x0a\ \xc8\xe9\xb6\x6f\xba\xc5\x64\x22\x84\xc7\x47\x47\x61\x7d\x56\x95\ \x2e\xc4\xd0\xaf\xd6\xb9\x89\x89\x8a\x98\xc6\xb5\xa3\x22\x65\x9c\ \x53\xeb\xcd\xb6\xf7\xde\xc7\x14\x01\x72\x4a\x99\x25\x4b\xe2\x9c\ \x41\x30\x65\x79\xf2\xaf\x38\x8b\xd5\x7a\x84\x54\x00\x82\x71\x86\ \x90\x98\xf3\xd0\xf6\xc9\x47\xc9\x59\xe1\x68\x2c\x4b\x46\x2b\x22\ \x6c\xfb\xa1\xa8\x26\x1c\xb3\x25\x2d\x40\x46\x3b\x22\x2d\x63\xe3\ \x7d\xd9\x35\x67\x01\x61\x1e\x23\xd6\x91\x48\x2b\x4a\x20\x47\x7b\ \x7b\xfb\x07\x07\xcb\xa6\xe9\xbb\x46\x3b\xd7\xb4\x6d\xf4\x61\x3a\ \x9f\x16\xa5\x6d\x42\x47\x40\x52\x98\x94\x71\x18\xfa\xd5\xe9\x23\ \x05\x12\xed\xe2\x00\x00\x20\x00\x49\x44\x41\x54\x09\xa1\x6a\x2a\ \x5b\x57\xa3\x56\x6a\x97\x50\x85\x08\xbb\xd0\x02\x22\x05\x48\x64\ \xb4\x29\xb4\x0e\x31\x86\x14\xe5\x92\x7b\x8a\x30\x7a\xb2\x72\xe6\ \xc8\x9c\x18\x84\x39\x2b\xa5\x0d\x61\xe5\x6c\x51\x94\x0a\xb2\x64\ \x46\x61\xad\x55\x4e\xc2\x22\xc8\xa2\x35\x11\x08\x0a\x3b\xa5\x91\ \xc1\x90\xe6\x98\x83\xf7\x00\x0c\x80\x84\x64\xb4\x09\x31\x6e\xb6\ \x5b\x5d\x18\x57\x16\x40\x2a\xc4\xb4\x63\x3e\x3d\x49\xf3\x3e\xb2\ \x9c\xa4\x28\x1c\x00\xc4\x14\x47\x27\xea\x2e\xb6\xf8\x72\x09\x2c\ \x97\x41\x0b\x31\xe5\xc1\x47\xc0\x34\x9b\xce\x6e\xde\xbc\x5d\x56\ \x55\x8a\xe9\xe4\xe1\xc9\xbd\xfb\x0f\x00\x31\xf8\x78\xef\xee\xfd\ \x18\xa2\x31\x86\x00\x09\xd0\xb9\x12\x09\x39\xb1\xb3\x0e\x01\x11\ \xa8\x74\xa5\xd1\x06\x04\x50\xd0\x0f\xbe\xdd\x36\x48\xc8\x29\x09\ \x80\x26\x65\xb4\x1e\xeb\x69\xdf\xf5\x7d\xdf\x0b\x08\x01\x8d\x47\ \x59\xfc\xb2\xa6\x15\x42\x00\xeb\xde\xdd\x07\x5f\x04\xe6\xcf\xe8\ \x79\x25\x67\xaf\x72\xdb\xc1\xec\x36\xd9\x24\xab\x13\x81\x77\xf4\ \xe6\xc4\xc2\xca\xcf\xff\xc8\xbf\xf7\x4f\x0b\x6b\x8d\x06\x01\x4e\ \xc3\xe0\xdc\xa7\xfe\x87\x1f\xfa\xd7\x7f\xc6\x39\xab\x41\x00\x72\ \x58\x0d\xc6\xbe\x57\xd9\xff\x30\x2e\xd9\x95\xf6\xcb\x41\x30\x91\ \x00\x6a\xde\x11\xd7\xbc\xf7\x63\x53\xa3\x95\x4a\x97\x50\xb4\x1d\ \xe7\x78\xec\x3e\x85\x23\x20\x2a\xb7\x6a\x83\x20\xed\xcd\x27\xaa\ \xae\x39\x65\x46\x72\xe5\x44\xdb\x02\xc8\x74\x3e\x89\x88\x2b\x4a\ \x27\xd0\x0e\x3e\x85\x3c\x0c\x41\x03\x32\x0b\x8e\xb3\x85\x9c\x72\ \x66\x00\xca\x99\x95\xb6\x02\xe4\x73\x16\x26\x40\x45\x39\x43\x48\ \xa5\x26\x08\xc3\xa3\xfb\xf7\xaa\xb2\xda\x2f\x6f\x08\x64\x06\x9c\ \xee\xef\xab\xe4\xfb\x6e\xab\xac\x4a\x29\x0d\x83\x2f\xca\x4a\x7c\ \x64\xe6\x96\x99\x73\x22\xa2\xc2\x9a\x30\xf4\xdb\xcd\x46\x29\x95\ \x99\x8b\xa2\x12\x0c\x75\x55\x1c\x1f\x1d\x74\x83\x8f\x39\x55\x56\ \x4d\x0f\xf6\x87\x76\x3b\xf4\x3d\x28\x13\x09\xfa\x1c\x94\x52\x7d\ \xef\x1f\x3c\x3c\xd3\x1c\x4a\x6b\x53\xce\xc6\xb9\xc9\x6c\x46\xc6\ \x96\x75\x13\xa2\xac\x36\x4d\x36\xa8\x59\x20\xfb\x27\xfe\xc2\x5b\ \xa3\x0d\x81\x42\x51\xd6\x6c\xdb\xc6\x91\xf3\x31\xe6\x94\x84\x19\ \x10\x49\x00\x38\x11\x88\x35\xda\x1a\xcd\xa3\x7e\x09\x50\x1b\xb7\ \xdd\xae\xfb\xc4\x82\xe4\x8c\x19\xbc\x27\xc8\x0c\x4a\x58\x10\x00\ \x19\x15\x80\x42\xd4\xa4\xac\xd5\xce\x99\xab\x07\xb7\x52\x88\x83\ \xef\x73\xf2\x00\xd2\x6e\xba\xae\x1b\x0a\xab\xbb\xe5\x45\xde\xaa\ \x10\x03\x33\x08\x21\x0b\xba\xc2\x29\x01\xed\xaa\x9c\xa5\xdf\x76\ \xc0\x20\x8f\xed\xc9\x00\x02\xa3\x7d\x96\xc6\xc4\x5e\x57\x14\x65\ \x55\xaf\x56\x4b\x9d\xa3\x33\x7a\x54\xcb\x1a\xa3\x34\xa4\x7e\x73\ \x01\xc2\x29\x67\xe5\x8c\x30\x27\x40\x54\x8a\x62\x4c\x39\x68\x2e\ \x95\xb6\xc4\x2c\x88\x09\x49\x2b\xda\x34\x8d\x92\xbc\xbf\x98\x17\ \xc6\x12\x83\x56\x8a\x85\xe3\xe0\x0d\x40\x65\x94\x12\x24\x12\xa5\ \xb0\x6f\xba\x57\x5e\x79\xe5\x7d\x1f\x78\xff\x64\x32\xbd\x38\xbf\ \x78\xfd\xd5\xd7\xae\x3e\xf7\x01\x65\xcc\x93\xb5\xb0\xd6\xda\x71\ \xc7\x60\x8c\xd1\x5a\x83\xd6\xe3\xdd\x0e\x00\x5a\x6b\x60\x09\x41\ \x08\x09\x04\x33\x0b\x21\x4c\x26\xd3\xdb\xb7\x6f\x17\x65\x99\x52\ \x1e\x51\x79\x8b\xc5\x7c\x32\xa9\x89\xd4\x18\xfc\x9b\x52\x2a\xcb\ \x12\x09\xc7\xd4\xcc\xc7\xa4\xc3\x91\x47\x78\x74\x74\x48\x4a\x71\ \xce\x02\x20\xcc\x4a\xab\x71\x61\xcb\x3b\xc4\x01\x8f\x6e\xb2\xcc\ \x7c\xc9\x22\x07\x19\x43\x95\x45\xde\x3e\x73\x8f\x41\xac\x79\x77\ \xd5\x32\xf6\x8a\xfa\xe0\x47\x75\x6c\xe4\xf8\xb6\x7c\xe1\x17\xa2\ \xdd\xa7\x45\xe6\xe5\x83\xaf\xe0\x58\x14\xda\xf5\xd0\xbc\x65\x68\ \x42\x24\xfd\x76\xd9\x6d\xde\xaa\xd7\x78\xaf\xb4\xff\x61\xb5\xec\ \xa3\x08\x7a\xe7\x57\x22\x64\xda\x85\x55\x5b\x00\x61\x0e\x21\x18\ \xad\x8d\x31\x80\x98\x62\x1c\xe5\xe4\x92\xf3\x63\xe8\x03\x03\x35\ \x3e\xd6\xa5\x3b\x5d\xb5\x42\xe6\xc6\x53\xef\x27\xc2\xa6\xe9\x83\ \x60\x64\x2d\x0c\x8c\xa8\xb5\x01\xec\xfb\xde\x03\x92\xb0\x74\xfd\ \xa0\x11\x81\x33\x64\x1e\x86\xa1\x74\x26\xc7\xac\xb5\x11\xe6\x14\ \x42\xca\x8f\x6f\xf7\x1c\x63\xb0\xec\x25\x8b\xc4\x98\x62\xee\x63\ \x17\x87\x19\xa7\xe0\xac\x2e\x9c\x13\x0d\x15\x31\xa0\x20\x25\xc6\ \x08\x00\x63\xf4\x76\x18\xfa\x5d\x0e\x39\x22\x23\x4c\xea\x1a\x10\ \x8d\x71\x48\x34\x9b\x4d\x39\xa7\xb6\xdd\x3a\xcc\x90\x7d\x1a\x80\ \x8c\xb2\x46\x15\x66\x72\xb6\xda\x06\xc4\xd6\x7b\x14\x24\xd2\xc1\ \x47\x81\x5c\x16\xea\x70\xff\xc0\x3a\x67\x9d\x4d\x2c\x65\x55\xb9\ \xa2\x6c\xda\xbe\xef\x7d\xd7\x75\x6e\xb1\x78\x32\x87\x2a\x00\x72\ \x8e\x39\x0e\xc7\xc7\xd7\x49\xa9\xb6\xdd\x86\x61\x20\xa2\xd2\x59\ \x6b\x6d\x8a\xc9\xfb\x01\x58\x24\xf3\xd1\xe1\xe1\x6c\x3e\xbf\x7b\ \xff\x14\x45\xea\xc9\xf4\xeb\xbf\xfe\xeb\x4a\xab\x6f\x5e\x3b\x2e\ \x95\x1c\x2c\xa6\x5d\xbb\xad\xeb\x7a\xb9\x69\xc7\xa0\x2b\x43\xda\ \x90\xd2\x20\xc6\x68\x01\x1c\xda\xce\xa3\xe2\x98\x5d\x55\x1e\x2f\ \x66\x77\x4f\x1e\x72\x8a\x13\xab\x51\x18\x63\x2a\x58\x34\x52\xd6\ \x88\x80\x12\x33\x77\xde\xec\xe4\xe3\xe8\xc8\x80\x42\x2f\x79\xa7\ \x92\x1a\x71\x1c\x59\x84\x64\xa4\xaf\x0e\xde\x37\x43\x9f\x82\xaf\ \xac\x99\x55\x65\x18\x7a\x43\x28\xcc\x4a\xc1\xa4\x54\x29\x49\xdb\ \xfa\x02\x94\xb2\x3a\x84\x20\x39\x59\xad\xb4\x52\xbe\x6b\x32\xa2\ \x52\xa4\x8b\x4a\x91\xf1\x7e\xf0\x7d\x57\x68\xd5\x6f\x9b\x7a\x6f\ \x4f\x21\x1a\x90\xd5\x66\x73\x76\x7e\x2e\xc1\xef\x95\x45\x55\x96\ \x46\x69\x40\xde\xb6\xdb\x10\xc2\x7a\xb3\xa1\xfb\xea\xc1\x9d\x7b\ \x39\xa5\xb1\x2d\x78\xb2\x7b\xbe\x2c\x8a\x31\xb6\x77\x32\x99\x58\ \x63\x64\x17\xb7\x8b\x5a\xeb\x61\x18\xba\xa6\x1d\xd5\x04\x00\xa8\ \x49\x1d\x1f\x5f\x79\xfa\x99\xa7\x7d\x08\x67\x67\xe7\x63\x29\xbf\ \xc4\x42\x8d\x01\x97\xa2\x94\x12\xe0\x10\xfd\x18\xbe\x34\xee\xa2\ \x00\x61\xfc\x5d\x01\x19\x83\x98\xc6\x68\xb6\xc7\xbb\x6b\xba\x34\ \x49\x3d\x2e\xeb\xb0\x03\x83\xef\x5a\x2e\x14\xe4\xb7\x91\x98\x44\ \x20\xc4\x77\xb9\x73\x67\x28\x0f\x69\x78\x39\x7e\xf6\xd7\xf8\xea\ \x3f\x67\x3e\xf8\x31\xbd\x1d\x30\x9d\x7d\xc5\x62\xbb\x7f\x66\x0a\ \xfe\xa4\x91\xcc\xef\x5d\xef\xf6\x65\x8c\x49\x29\xed\x8a\xbb\xd6\ \x82\xa8\x52\x92\xc7\x17\xc0\x98\x0a\x6b\x8c\x31\xd6\xe6\x9c\x95\ \x48\x1e\x67\x29\x3b\x72\x66\x52\xd6\x46\x16\x52\xe6\xf4\x62\xf3\ \x6b\xbf\xfe\xd9\x67\x9e\x7d\xdf\xd1\xe1\x51\xd3\x0d\x29\xb3\x88\ \x68\xa4\x2c\x30\xfa\xcb\xc7\x3b\x3e\xe7\x84\x48\xc0\x9c\x53\xba\ \xb8\x58\x4d\xea\xea\x92\xa4\x99\x14\xa1\x56\x90\x63\xe2\x10\x67\ \x55\xbd\xbf\xbf\x3f\x31\x8c\x80\x22\xe8\x63\x1e\xfa\xa1\x04\xdf\ \xb4\xab\x34\x34\xd6\xee\xa5\xa8\x44\x74\xef\xfd\x72\xbd\x9e\x4c\ \x67\x87\x57\xaf\x64\x16\xc9\x59\xa6\xb5\x26\x92\x9c\x62\x8c\x12\ \x83\xb6\xb6\xed\x86\xa6\x69\xb5\xb5\x30\x0c\xce\x1a\x64\x57\x18\ \xdd\xb7\x78\xb1\x5a\x5d\x0c\x7e\x52\x5a\xab\xd4\xf1\xc1\xfe\x6a\ \x80\x36\x74\x84\x38\xa9\xa7\x8a\x7d\xdf\x34\x75\x5d\xb3\x60\xd7\ \x75\xdb\x66\xab\x88\x58\x20\xf9\x01\x11\x67\xa5\x99\xb9\x9a\xa6\ \x15\x3f\x51\x71\x67\x11\x67\xf5\xb4\x76\x0a\x73\xb3\xd9\x14\xd6\ \x18\xeb\xc6\xa8\x00\xe6\x0c\x9c\xb3\x52\x29\x12\x22\x6e\x9a\x36\ \x24\xf6\x21\x14\xd5\xe4\x7b\xbe\xfb\xbb\xde\xf7\xec\x6d\x05\xdc\ \xb7\x1b\xe1\xfc\xb1\xef\xfa\xae\x9f\xfb\xbf\xfe\xef\x93\xf3\x8b\ \xbc\x63\x4b\xa3\x51\x84\x5a\xa7\x94\x24\xcb\xf5\xa3\x83\x6b\x87\ \x87\x94\xb9\x2a\x0a\x67\x6d\x04\x41\xc9\x77\xee\xdd\xb3\x24\xc9\ \xc7\x52\x1b\xad\xd4\x80\x6c\x9c\x51\xa2\x62\xea\x85\xa8\x98\xd4\ \x81\x30\x87\x4c\x09\x34\x02\x0b\x09\xee\x6c\x38\xe3\xf7\x9a\x79\ \xa7\x75\x09\xc1\x03\xa1\xd1\xca\x10\x19\x10\x02\xd0\xc2\x44\x20\ \x90\x29\xf5\x06\x71\x5a\x1a\x22\xd6\xc8\x88\x1c\x62\x40\x54\x20\ \x09\x52\xd6\x0a\x15\x6a\x95\x82\xef\x3b\xad\xcd\x62\x52\x96\x4a\ \xf7\x6d\xd3\xac\x44\x6b\x95\x52\x6a\xdb\x16\x38\x2e\x6a\xe7\xbd\ \x8f\x92\xcb\xbd\x3d\x52\x04\x84\xf3\xc5\xbc\x6b\xbb\x14\xa5\xac\ \xa6\x5d\xdb\x70\xce\x8f\xa9\x26\x5f\xe9\xd8\xdd\x15\x45\x3f\x0c\ \xce\xb9\xa2\x28\xaa\xaa\x2a\x9c\x1b\x13\x11\xaa\xb2\xe4\xcc\xcc\ \x42\xa8\x88\x94\x88\x94\x55\x5d\x94\xc5\xe9\xc9\x69\x3f\xf8\xb1\ \x2e\xc7\x9c\xf4\x2e\x18\x63\x77\x91\x1a\xe1\x50\xc8\x99\x95\x52\ \x20\x90\x38\x11\xd1\x68\x29\x10\x96\xa0\x02\x00\x70\xe6\x91\x6b\ \x28\x20\xe3\xeb\x72\xf4\x00\x03\xc0\x98\xe4\x41\x88\x72\xe9\xca\ \x85\x51\xe9\x29\x6f\x29\xee\x28\x82\x29\x82\x31\x82\xef\x5e\xeb\ \x4e\x30\x9c\x73\x7e\x1f\x55\x86\x4f\x7e\x2b\xf2\x87\xf5\xf3\x1f\ \x55\x0f\x4f\xf2\xd7\xac\x9f\xf3\xab\xb0\x79\x7f\xcc\x75\xcb\x99\ \x01\x84\x48\x8f\x98\x66\x44\x21\x62\x91\xb1\xcd\x91\x91\x45\xa0\ \x54\xce\x59\x69\x3d\x1e\x2a\x81\xd9\x28\x35\x7a\xd6\x95\x52\x4a\ \x61\xd7\x0f\x5f\x7c\xf1\xc5\xae\x1f\xae\x5e\xbd\x21\x98\x62\x08\ \x0c\xe0\xbb\xde\x18\x33\x9d\x4e\x43\x4c\xa4\x34\xb2\x28\xa7\xc3\ \xe0\x99\x79\xd3\xb4\x49\x90\x84\x63\x4e\x12\xbd\x70\x52\x28\x87\ \xb3\xe9\xd1\xc1\xe1\xa4\x2c\xcb\xc2\x70\x68\x9d\x2d\x62\x4a\x31\ \x66\xe1\x32\xa7\x48\x4e\x86\x2c\xeb\x8b\xd3\xaa\x2a\x8b\xba\xa4\ \xc2\x74\xc1\x2b\x67\x37\x6d\xcb\x22\x55\x55\x69\xa3\x52\x8c\x19\ \x24\x03\xd7\xf5\x24\x84\xf0\xe8\xd1\xdd\xa2\x2c\x8d\x2b\x62\xf4\ \x9a\xc0\x19\x15\x25\x2b\x85\xae\x28\x18\x48\x6b\x74\xc6\x10\x91\ \xc2\x1c\xfd\x00\xcc\x0a\x61\x36\x9d\xf6\x1c\x7c\xdf\x6f\x68\x35\ \x5f\xcc\xb4\x22\x16\x26\x00\x05\xc2\xcc\x31\x78\x90\x5c\x4e\xf7\ \x9e\xec\x31\x10\x91\xf9\x6c\x72\xeb\xc6\x55\x20\xb5\x59\x6f\x66\ \x75\x6d\x6c\x21\x08\x21\xc6\x14\x12\x02\x3a\x6b\x43\x12\x14\x69\ \x3a\x1f\x93\xb0\xc8\x8d\x6b\x57\x9f\x7b\xe6\x16\x44\xbf\x3c\x3b\ \x89\xcd\x2a\x02\xaa\xc9\xe2\xfd\x7f\xe4\x85\xb3\x4f\x7d\x7a\xb1\ \x70\x39\xb3\x20\x69\x22\x14\x50\x44\x98\xd3\xa4\xaa\xa7\xd6\x58\ \x65\x90\x25\xfb\xa0\x14\x5d\x3b\xd8\xef\x36\x6b\x8e\xe9\xfd\xdf\ \xf0\xbc\x24\xde\xf4\xed\x9d\xe5\xd9\xaa\xef\x6a\xe3\x5c\xed\x92\ \x40\x07\x61\x00\xca\x92\x2a\xed\x90\xc9\x08\x2a\xad\x43\x0c\xa4\ \x55\xca\x59\x11\x19\xa3\x51\x24\xf8\x44\x00\x19\xc4\x6a\xad\x09\ \x35\xa2\xd5\x9a\x24\x91\x42\x16\x88\xc1\x0b\x02\x02\xc5\x10\x54\ \xe1\xf6\x17\x73\xad\xf5\x66\xb3\x59\x6f\x36\x0a\x75\x5d\x94\x00\ \xd8\x0d\x5d\xa1\xf4\xfe\x7c\x5a\x58\x3b\xb4\xad\x62\x37\x9f\x4d\ \x66\xb3\xe9\x76\xb3\x41\x89\x8b\xc5\xb1\x23\xc5\x21\xdd\x79\xf8\ \x20\x0c\x9d\x40\x9e\xcc\x26\x57\xae\x5e\xcd\x0c\x39\x0b\x81\xaa\ \x27\xd3\xc7\x29\x95\x4f\x70\x8d\x4c\x57\x63\xcc\x98\x7c\xb9\xde\ \x6c\x36\x9b\x4d\x08\xc1\x39\x9b\x52\x56\x4a\x93\x1a\x63\x23\xb3\ \xd1\x3a\xa5\x9c\x73\x10\x01\xad\x35\x8b\xb8\xb2\x40\x90\xd1\x18\ \xcc\x3c\x0e\xeb\x77\x4f\x90\x68\x19\x0f\xb3\x34\x3e\x3d\xe3\x81\ \x87\x79\xd7\xd9\xea\x71\x5b\x89\x8f\xef\x00\xbc\x7c\x49\x38\xb7\ \x23\x3d\x8d\xf5\x1d\x41\x84\x77\xd9\x1f\x6f\xef\xdc\x63\x04\x6b\ \xde\xcd\x27\x9f\x20\x9c\xe6\x97\xd6\xc8\x1a\x8c\xc0\xc5\x17\xd2\ \xa7\x5f\xcb\x98\x85\xcc\x7b\x55\xf1\xab\x65\xec\x2e\x3b\x90\x26\ \x11\x82\xd6\x80\xa8\xdf\xcc\x23\x44\x1a\x13\x3d\x46\x4d\x9b\x88\ \x31\xc6\x5a\x3b\x78\x0f\x97\x4c\x67\x40\x41\x66\x41\xbc\x94\x8e\ \x51\xdf\x0d\xaf\xbf\xf6\x9a\x52\xfa\xf8\xf8\x18\x78\x0c\xc0\x82\ \x94\x52\x61\xad\x31\x66\x17\x41\x09\x00\xc0\x8a\x94\x2d\xec\xe0\ \x83\x46\x31\x98\x15\xa4\x69\x65\x8e\x67\x75\xa9\x81\xb7\x27\xbe\ \x25\x2a\x0b\x46\x60\xd2\x5a\x29\x8b\xd8\xf7\x43\x8e\x71\x6a\x8d\ \x11\x93\xa2\x6f\xd6\x43\x7f\x91\xdc\x74\x56\x4d\xea\xe3\xab\xd7\ \xda\xb6\x7f\xe3\xce\x1b\x7a\xad\xa7\x93\x89\x22\x44\xc2\x66\xbb\ \x0d\xdd\x23\xe7\x8a\xa2\x28\xda\xb6\xd5\xde\x57\x75\x49\x08\x9b\ \x6d\x63\x88\x0e\x0e\xf6\xae\xcc\x0f\x63\x08\xc9\xb7\x79\xe8\xfb\ \xae\xad\xaa\xc5\xf1\xe1\xfe\xab\x77\x1e\x4c\xeb\x62\x56\xb9\xa9\ \xd9\x6f\x87\xae\x6d\xb7\x29\x85\xaa\x2c\xab\xaa\x8a\x31\x14\xd6\ \x56\xd6\xe4\x14\xc3\xd0\xc5\x18\x46\xb7\xe7\x13\xec\xb1\x34\xe1\ \xa4\x2e\x5d\x59\x29\xa5\xee\xdd\x3f\x45\xc4\x10\x42\x4a\x49\x91\ \x1a\x93\xce\x95\xb6\xc1\x0f\x80\x58\x94\x25\x21\xde\xb8\x76\x55\ \x21\x84\xbe\xf1\xeb\x47\x7b\x93\xa2\x8d\xe9\xe2\xe2\xf4\x70\x5a\ \x1c\xcd\x4b\x20\x62\x16\xeb\x1c\x21\xa6\x18\x01\x10\x93\x60\xf2\ \x1c\x63\x4e\xac\x51\x71\x0c\x43\x0c\xc5\xb4\x7a\xea\xe6\xad\xd3\ \x93\x93\xaa\x28\xf6\xe6\x7b\x49\x18\xee\x68\xbe\x7f\xff\xd6\xf5\ \x6b\xd7\x0e\x8f\xfa\xcc\x9f\x7b\xe5\xa5\xd5\x72\x65\xb4\x03\x25\ \x28\xc0\x31\x8a\x30\xe4\x8c\x28\x1c\x13\x12\x4a\x4a\xcf\x3d\xfb\ \x6c\x4e\x29\xc4\x78\xb1\x59\x35\xab\xd5\x18\x87\x22\x39\x1b\xe5\ \x98\xd3\x98\xdd\x98\x85\x91\xd4\x7c\xba\x78\xee\xb9\x67\x10\x30\ \xe5\xbc\xd8\xdb\x5b\x2e\x57\x4a\xab\xd1\x4e\xd5\x34\xed\x6c\xbe\ \x98\x2f\xf6\x48\x51\xdb\x36\x31\xc6\xe9\x64\x52\x3a\x73\xe3\xea\ \xf1\x8b\x5f\xf8\x42\x0e\x43\x55\xd6\xda\x3a\x7d\xfd\x7a\x74\x06\ \x08\x94\xa1\x6a\x52\x83\x90\x08\x5e\xa2\x5e\x9f\x34\x47\x9f\x39\ \xc7\x64\x8d\x19\x07\x23\x5d\xdb\x86\x18\xc7\xae\x3c\xf8\x80\x44\ \xce\x59\x66\x41\x52\x22\x2a\xa5\x18\x42\x98\x4d\xa7\x63\xad\x4d\ \x29\x33\x88\x56\xca\x59\x8b\x88\x31\x25\xda\xc1\xc7\xdf\x7a\x0b\ \xa0\x20\x00\xef\x6a\x37\x8c\x39\x0a\x8f\x3f\xdd\x7f\x66\x0b\x4c\ \x44\x29\xe7\x31\xac\x2d\xa5\x84\x84\xc2\xe3\x72\x8b\x50\xbe\x6c\ \x2c\x93\x12\x68\xf3\xae\xf3\x8c\xd2\x20\x3b\x5c\xba\x82\xec\xe5\ \x3d\x5c\xd2\x57\xdb\xd8\x5d\xa9\xdd\x94\x51\x69\x41\x22\xce\x6f\ \xf6\x18\x44\x34\x8a\xde\x98\x47\x64\x3b\x29\x55\x38\x37\xf6\xf2\ \x3b\x5f\x09\x21\xca\x88\x33\x46\x10\x28\x8b\x22\xa6\xf8\xe2\x17\ \x7f\xbf\xef\x9b\xab\x57\xae\xf9\xa1\x27\xa5\x0b\xe3\xba\x7e\xe0\ \x14\x69\x97\x33\xc2\x7a\xd7\xfe\x83\x1a\x07\x31\xd1\xbf\xef\x99\ \x5b\x47\xb3\x72\x7d\xfa\xa0\x5b\xaf\x2d\x30\x19\x33\x59\x4c\xb0\ \xac\x11\x49\x01\x87\xae\x1b\x9a\x95\x35\x86\x18\x34\x08\x23\x90\ \x32\xb5\x2b\x7c\x4c\x09\x00\x01\xf7\x0f\x0f\xcb\xc9\x64\xbd\x5c\ \x2e\x97\x17\x22\xd9\xfb\x41\x91\xb2\xae\xea\xbd\x37\xd6\x3e\x7f\ \xfb\x26\x8a\xb4\x5d\xdb\xb6\x5d\x3f\xc4\x9e\x54\x7f\xba\xce\x7c\ \x51\x95\x76\xe6\xb4\x00\x2a\x45\xa5\xd3\xfd\xc9\xca\x10\x58\x25\ \x0a\xe2\xde\xe1\xdc\x6c\x50\x2b\xec\xbb\x7e\xb5\x1c\x52\x48\xda\ \xa8\x75\x58\x96\x55\x55\x14\x16\x88\x9e\x38\xcf\x7d\xec\xd7\xa6\ \x93\xb2\xac\x66\x08\x74\x7a\x72\x01\x40\x31\x24\x41\xd0\xd6\x8c\ \x5f\x55\x45\xc0\x39\x4a\x8e\xc1\xf7\x07\xfb\x07\x55\x61\x41\x58\ \x08\x2f\x1e\x9d\x72\xa3\x0b\x67\x65\xb3\x39\x3c\x38\xf8\xba\x6b\ \x53\x41\x9c\x4e\xa7\x5d\xdf\xa5\x98\xca\xa2\x1e\xfa\xc1\x07\xb2\ \x7a\x2a\x0c\x21\x44\xd4\x00\x84\x3e\xc5\x7e\xb5\xa9\xa7\xd3\x5b\ \x4f\x3d\x53\x4c\x66\xcc\xd2\x2d\xb7\x07\xb6\x7e\xee\x9b\xbf\x45\ \x29\xd5\xf7\xfd\x74\x3e\xfd\x63\x2f\x7c\xe4\xe5\x3b\x77\x5f\x7e\ \xf5\x0d\x08\x41\x6b\xb3\x77\x70\xe0\xca\x62\xb3\x59\xfb\xe0\x27\ \x55\x45\x00\x43\xdf\x5d\x3d\x3e\x7a\xfa\xf6\x6d\x57\x96\x9f\xfa\ \x8d\x5f\x4f\xc1\x3f\x73\xf3\x86\x25\x7c\xe3\x95\x57\x1e\xde\xbf\ \xa7\x5d\xa9\x15\x8d\xd1\x64\x39\x27\x50\x44\xda\x7a\xef\x59\xa0\ \x9a\xcc\xaa\xe9\x22\xe6\x48\x48\x55\x59\x1f\xc4\xa8\x00\xca\xba\ \x1a\xe7\x75\x6d\xd7\xc6\x94\x21\xe6\xd2\xe8\x1a\x75\xdf\xf6\xc4\ \x3e\x32\x1f\x5f\xbf\xd6\x5b\x12\xe1\xde\x0f\xdb\x66\x8b\xa0\x84\ \x31\xb1\x08\x03\xf3\x93\xc2\x3a\x88\xaa\xaa\xb2\xd6\x8c\xd2\x5e\ \x11\x29\xac\x2b\xac\xdd\xf9\xad\x88\x14\xa9\xc4\x19\x91\x42\x08\ \x17\x17\x17\x4d\xd3\xb6\x4d\xa3\x8d\xde\x36\x4d\xb3\xdd\xb2\x08\ \x21\x38\xe7\xe6\x8b\x45\xe1\xdc\x0e\xb6\xf7\xd6\x49\xc9\xa5\xa2\ \xec\x71\x63\xfe\x26\xc5\x7c\xf7\xfb\xf4\x65\xe7\x66\x52\xaa\xef\ \xba\xf5\x7a\x9d\x73\x46\xc2\xa2\xb0\xf3\xf9\x82\x90\x72\xe2\x2f\ \xeb\xdc\x93\xd8\x77\xbf\xa9\x7e\x6b\x35\x7f\xaf\xb2\x7f\xd5\x09\ \x66\xe4\x71\xff\x9e\x44\x18\x81\x32\x8f\xb2\xb7\x9c\xd2\x78\x9b\ \x8e\x62\x02\x11\x11\xe6\xae\xeb\xca\xa2\x18\xfb\xf7\x9d\xa7\x71\ \xbc\x95\xb3\x00\x12\x29\x8c\x29\x29\xa5\x40\xe4\xde\x9d\x3b\x6d\ \xb3\xbd\x7d\xfb\xe9\x31\x26\xb8\x2c\x9c\x55\x2a\x3b\x17\x63\x24\ \x04\x53\xb8\xa1\xeb\x38\x47\x4e\x3e\xfa\xfe\x03\x4f\xdf\x7c\xfe\ \x43\x1f\x08\x9b\x0b\x2b\x87\x9d\x86\x61\xbb\x2e\xa7\x13\x5b\x4f\ \x02\x50\xd6\x7a\xb3\xbc\x88\xdb\x4d\x5d\x55\x65\x59\x6a\x63\x91\ \x54\xba\x54\x22\x03\xa1\x20\x49\x48\xcd\xb0\xca\xcc\x55\x51\xce\ \x6e\xdf\x16\xe6\x94\x42\xce\xbc\xbc\x68\xce\x2f\x56\x56\xe3\xea\ \xfc\x7c\x31\x9f\x16\xc6\x4a\x4d\x13\x06\x9f\x40\x17\xb5\x05\xa6\ \x3c\x64\xc9\x88\x64\x8c\x21\xc2\x1b\xd7\x0f\x66\xb3\x8a\x20\xe6\ \xe0\xb7\xeb\xbe\x2e\x2b\x61\x07\xc2\x46\xe5\x61\xe8\x60\xc0\xe9\ \x74\x3a\xf8\xe0\x43\x08\x61\x70\xa6\x99\x12\xe6\x27\x81\xa8\x8a\ \xd1\x64\x8d\x26\xc2\xf5\x7a\x43\x44\xbd\x0f\x23\xb0\x02\x00\xb3\ \x00\x0a\x57\x3a\x2f\x0e\x67\x55\x5d\xa2\xe0\x74\x36\x8f\xde\x73\ \x4c\xa4\xcc\x7c\xb1\xaf\xd8\x57\x65\xe1\x48\x94\xc1\xa3\xc2\x66\ \xe0\x2b\x87\xb3\xf5\x32\x35\x5b\x7f\xf3\xea\x7e\xd3\x6c\x97\xab\ \x6d\xb9\x77\x7c\x76\xd1\x30\x84\x08\x02\xa8\xec\x64\xb2\x6a\xb6\ \xed\x66\x7d\xf3\xc6\x4d\xb1\xf6\xe1\xe9\x99\x4a\xb9\xb0\xce\x2a\ \x2d\x04\xaa\x34\xaa\x30\x7b\xb6\x78\x61\xfa\x21\xe7\xdc\xbd\xd3\ \x47\xa5\x2b\x17\xd3\xc5\x7c\x3e\x23\x75\xab\xeb\x3a\x44\xb0\xc6\ \x08\x8b\xd5\xaa\x6f\x9b\x61\xe8\x17\xd3\x69\x5d\x5f\x39\xd8\xdf\ \x2f\xac\x89\x29\x07\x11\x6b\xdd\x18\xc5\x95\x59\x52\xf4\x46\x2b\ \x55\x54\xa5\x2b\x63\x4c\xc6\xd9\x18\x19\x00\x93\xc8\xbd\xd3\x73\ \xc9\xd9\x11\xb9\x3e\x98\xaa\x24\x63\xa2\xa8\x76\xb5\x4e\xdb\x76\ \x02\x54\x06\x35\xb7\x73\x4a\xb9\xcd\xb1\xd0\x5a\x8c\x52\x46\x87\ \x10\x4e\x4e\x1e\x2a\xb2\x88\x34\xe6\x86\x0a\x3c\xe1\x3b\x55\x11\ \x4d\xa7\x13\x63\x4c\xce\x3b\xef\xd5\xb8\xea\xa4\x5d\x76\xa6\x82\ \x11\x3c\xa2\x75\xdf\xf5\xcb\xe5\x45\xca\x69\xb3\x5d\xc7\x18\x33\ \x33\x29\x55\x18\x83\x22\xde\xfb\x93\x93\x93\x51\x68\xa0\x8d\x19\ \x83\xf7\x76\x9c\x2a\xa2\xcb\x22\x8e\xe3\x23\x43\x6f\xb1\x80\xe3\ \xf8\x4f\xbc\xfd\xea\x87\xa1\x69\x1a\x10\x51\x4a\x65\x4e\x5d\xdf\ \x34\x6d\x3b\x9b\xce\xad\x75\x6f\x0f\x0e\x4b\x09\x2e\x85\x93\xef\ \x5d\xef\x5d\xef\x64\x3e\x90\xf3\x9b\x66\x14\x46\x64\x00\x95\xf3\ \x18\x38\x40\x4a\xe1\x38\x1c\x04\xe0\x31\x32\x10\x00\x01\x9a\xb6\ \xad\xab\xca\x39\x37\x78\x9f\x59\x94\xd6\x82\x8a\x85\x69\x34\x2e\ \xa3\xca\x39\x8f\xc7\xd3\x8b\xf3\x33\x66\x7e\xea\xf6\xd3\x84\xba\ \x2a\x8a\xc9\x64\x12\xe3\xca\x33\x7b\x3f\x54\x54\xd1\x6e\x7d\xea\ \x0b\xab\x6e\xdf\xbe\xe1\xea\x4a\x65\x5f\x5a\x3d\xad\xcb\x76\x39\ \x69\x56\xab\xe6\xfe\x09\x96\x13\x42\x28\xb4\x5a\x5c\xb9\x66\x15\ \x85\xa6\x6d\xfb\x21\xc6\x2c\xa4\x40\x29\xab\xb5\x46\xcc\x02\xca\ \x1a\xad\xf4\x6a\xb9\xda\x34\x0d\x29\x24\xa2\xb6\xdd\x22\xa9\xcc\ \xa6\xed\x7a\xaa\x5c\x4e\xa9\xdd\x6e\x50\xe9\x6d\xe7\x43\x02\x5d\ \xce\xcb\xd9\x7e\xa1\x91\x9b\x73\x2d\x9e\x32\x90\x48\x59\x15\xca\ \x41\x59\x16\xc9\xf7\x85\xe2\xec\x3b\xce\xb1\x2e\x0b\x10\x19\x30\ \x22\x52\x8c\x79\xb5\xd9\x1a\x67\x8b\xc2\xb1\x80\x36\xf6\x89\x3b\ \xf7\xaa\xaa\x4e\xee\xbe\xf6\xda\xe7\xbf\x18\x33\x02\x99\xbe\xef\ \x85\x45\x29\x9d\xf2\xa8\x2d\x97\x4a\xcb\xf5\xab\x7b\xd3\xe9\xd4\ \x87\xfc\xc1\x0f\x7f\x43\x3b\xa4\x93\xfb\xf7\x8f\x0e\x0e\x8e\x8e\ \xae\x75\x9b\xf3\x76\x88\x8a\x66\x8f\x4e\x96\xdb\xe8\x8e\xaf\x1c\ \x52\x31\xd3\xb5\x2e\xcd\x5c\xdc\x82\xb2\x23\x6f\x36\x83\x6f\x86\ \x3e\xf6\x7d\x61\x4b\xe3\x9c\x80\x52\x45\xe9\xbd\x6f\x63\x42\xcb\ \x32\xad\x3c\x66\x42\x6c\xb4\x04\xca\x5b\x0e\xa1\xeb\x70\x8b\xc6\ \x14\x78\x34\x29\x6a\xb4\x4d\x3e\xda\xdf\x3f\x3c\x3e\x62\xce\x4d\ \xd3\x20\x48\x4a\xc9\x90\x2a\x9c\xe3\x9c\xce\xcf\x1e\xe5\xcc\x5d\ \xd3\xbc\xb2\x5e\x2b\xa5\x44\x78\xef\xca\x55\xce\x1c\x42\xca\x31\ \x69\xa3\xcb\x6a\xaa\x35\x6c\xba\xc1\x39\x17\x05\x43\x1f\x44\xa0\ \xef\x7d\xd7\x0f\x75\x5d\x2f\xe6\xf3\xdc\x7b\x9f\x52\xdb\x0c\x7d\ \xdc\x00\x0b\x44\x30\x60\x6c\xc2\x29\x98\x3d\xe7\x94\x85\x35\x74\ \x04\xf8\xc6\x1b\x6f\xa8\x66\x13\x89\xea\x49\x8d\x42\xcc\x38\x06\ \x5f\xfc\x01\x0a\x1c\x12\x12\x08\x28\xa2\x71\xae\xf8\x26\xe7\x9a\ \x10\x00\x45\x98\x08\x19\xd0\x18\x05\x08\xcc\x09\x91\x72\x4e\xc6\ \x5a\xeb\x8a\x61\x18\x9c\xb5\xae\x28\x52\x8c\x29\xa5\xc7\xa9\x7b\ \xbb\xbf\x02\x10\x30\x0b\xf3\xe5\x6a\x54\xc6\x9f\xbc\xb5\xb8\xbf\ \x0d\x85\x21\x90\x85\xdb\xed\x56\x29\x55\x4f\x26\x00\x00\x0a\x98\ \x53\xd7\xf5\xa7\x67\x8f\x0a\x57\xbe\x5d\xe7\x3e\x16\xf7\xf7\xae\ \xf7\xae\x77\x5c\x67\x90\x19\x98\x15\x01\x03\x00\x8d\x2d\x07\x8b\ \x08\x28\xa5\x95\x16\x66\x4e\x51\x00\x01\x55\x06\x1e\x3b\x11\x22\ \x95\x73\x7e\xfa\xe9\xdb\xdb\xed\xf6\xf4\xd1\x23\x00\x11\x8e\x6a\ \xd7\xfb\xa0\xf0\x88\x2e\xc0\xc4\x40\x64\xcf\x2e\xd6\x49\x5e\xdf\ \x5b\x2c\x0a\xe7\xd2\xd0\x16\x1a\x7d\x4e\x29\x65\xb2\x50\x9b\xca\ \x3a\x0c\x83\xb7\x95\x05\x11\xc8\x09\x8d\x02\x53\xe8\xd2\xcc\xeb\ \xaa\x3e\x3a\x1e\x82\x47\x6b\xaa\xaa\x82\xae\x19\xce\xce\xfa\x10\ \x38\xe7\x10\x12\xa3\x42\x32\x56\x17\x59\x12\x80\x58\xeb\x52\x8a\ \x12\xe3\xa2\x74\x06\x22\x0b\xfb\x98\xa8\x2c\x4e\x4e\xcf\x87\x96\ \x45\x90\xa8\x1a\x06\x1c\x5a\x8f\x14\x3d\x8a\x9a\x4c\x74\x59\x40\ \xce\x6d\xb3\x55\xa9\x75\x05\x3a\x63\xc2\xd0\xb5\xab\x55\x06\xcd\ \x97\x34\x6a\x6d\x5d\x16\x08\xd1\x2b\x8d\xd3\x69\x95\x05\x9a\xa6\ \x9d\x68\xad\xb4\x8a\x31\x86\x34\xa4\xd0\x3f\x99\x76\x01\x91\x56\ \xdb\x66\xdb\xc7\x90\x98\x85\x7c\x18\x94\x22\xa5\x4d\xe1\x0a\x01\ \x8e\x11\x48\x00\x85\x4f\x4e\xce\x1e\x3e\xda\xc4\x0c\xab\x1e\x84\ \x34\x01\x7c\xc7\xc7\xfe\x45\x08\x7c\xb6\x6a\x8c\xa9\xc1\x4c\x7e\ \xe3\x4b\x2f\x02\xe0\xe0\xa8\x4e\x3c\x0c\xa4\x54\xb9\x39\x8f\x9a\ \x6c\x0f\x13\x01\x2e\xaa\x49\x8a\x59\x69\xed\xac\x81\x1c\xcb\xd2\ \x89\x22\x36\xe4\x35\x06\xa4\x6a\x36\x99\x97\x35\xc4\x68\xad\xbe\ \x73\xff\xd5\x36\x87\xb2\x70\x4a\xa2\xd2\x1a\x3b\x76\x16\xae\x5e\ \x5b\x4c\x2b\x2b\x29\xcf\xdc\x34\x67\x4e\x02\x4a\x3b\x42\x1d\x63\ \x3e\x3e\xae\x04\x18\x15\x81\x1a\x71\xd9\xa2\xb4\xed\xba\x7e\x68\ \x3a\x6b\xb4\x30\x17\x65\x31\x04\xff\xe0\xc1\x3d\x97\xd3\x83\x07\ \x0f\x2f\x96\x2b\xd2\x7a\x14\xdb\x1c\x1d\xec\x3f\xfb\xfe\x67\xa7\ \xd5\x24\xc4\x78\xb1\xdd\x9e\x3e\x7a\xf4\xe8\xde\x03\xe5\xf3\x4c\ \x15\x26\x25\xed\xd9\x24\xa8\x5c\x35\x80\x6c\xda\xb8\x6d\xc2\xeb\ \xf7\x7f\x1f\x9d\x03\x54\x24\xc8\x00\x42\xa8\x9d\xf9\x03\xd0\x3a\ \x76\xfb\x24\xba\xdc\x85\xe2\x65\x15\x06\x81\x91\xc0\x01\x08\x99\ \x33\x29\x5d\x96\xd5\x30\x78\x80\xac\xb4\x42\x04\xab\xf5\xfc\xf8\ \xb8\xeb\x3a\xef\xbd\x36\x06\x00\x52\x8a\xb8\x4b\x92\x78\xf3\xaf\ \xbf\x7c\xae\x46\x8d\x8b\x8c\xd6\xfb\x4b\x4a\x25\x02\xe4\xcb\x69\ \x28\x00\x42\x0c\x91\x14\x29\xa5\x8c\x31\x45\xe1\x50\xd1\xe0\xfb\ \x94\x32\x91\x82\xb7\x64\x1f\xc2\x18\xb6\x26\x5a\xbf\xfb\x42\x16\ \x01\x16\x18\xff\x0b\x63\xd6\xf6\xd7\xba\x67\xff\xab\x48\x2a\x83\ \x63\x88\x94\x20\x09\x33\x02\x80\xd0\x2e\x6c\x80\x10\x55\x16\x66\ \x66\x24\x25\x38\x66\x0d\x8c\xd1\xf7\x39\xe5\x14\x86\xe1\x70\x6f\ \x51\x3a\xd3\xb4\xcd\x6a\xb5\x4e\x99\x09\x49\xf2\x48\xbb\xa7\x9c\ \x99\x48\xb1\xa0\x20\xad\xd7\x6d\xbb\xd9\x4e\xeb\xa2\x2a\xac\x45\ \xc4\xec\x35\xa8\xca\xb9\xd9\x6c\xaf\xe9\xb6\x31\xf5\xab\xd5\xf6\ \xd3\x9f\xfa\x74\xff\xfc\xb3\x57\x0f\x17\x5a\x83\x29\x1d\x16\x9a\ \x34\x56\x13\x0b\x29\x84\xed\x59\x5e\x6f\xfd\x7a\x19\x87\xbe\x9e\ \x4e\x6d\x61\xa8\xa8\x75\x31\xb5\xae\xce\x10\x53\x18\xb2\x8f\x85\ \x73\xc9\xb7\x7d\xbb\x16\xdf\x96\x75\xbd\x5e\xae\xdb\x21\x41\x16\ \x4d\x7a\xb2\x38\xc8\xca\x44\xd2\xa5\xd5\x48\xb2\x0d\xad\x56\xae\ \x6b\xbb\x61\xf5\xa8\x56\xe9\xca\x9e\x05\xe6\xcc\x29\xfa\x40\x4a\ \x52\x4e\xba\x28\xc6\xa7\x8d\x10\x10\x45\x97\xc4\x99\x63\x0c\x43\ \xd3\xd8\x82\x10\x18\x81\xe7\xb3\x72\x56\x6b\xac\x8a\x27\x93\x6c\ \x20\x82\x8f\xdc\xc5\xbc\x7f\x7c\xf5\xe2\x62\xdd\xac\xce\x9c\x2d\ \xe6\xf3\x19\x11\x89\x20\xb0\x4a\x91\x23\x6b\x21\xb5\xde\xf4\xa0\ \x6c\xda\x78\xa2\x78\xfd\xca\xb1\xad\xa7\x7a\x52\x1e\x97\xce\xda\ \xea\xc5\x57\x1e\x9c\xf5\xd9\x68\xf7\xe2\xbd\x65\x59\xb5\x87\xfb\ \x73\x05\x99\x32\x6f\xd7\x4b\xab\xcc\x7c\x52\x11\xf1\x7c\x3a\x57\ \x20\x16\x51\x1b\x63\x44\x9a\xae\x69\xba\xa6\x3e\xdc\xd3\x19\x52\ \x0e\x21\x5a\xdf\xfa\x83\xc9\xfc\x78\xef\xea\x32\x6d\x95\x23\x83\ \xa8\x87\x8c\x0c\x90\x86\xe6\xe2\x01\x6f\x8c\x62\x8e\x21\x32\x60\ \xc8\x28\x64\x91\x5c\xce\x4a\x58\xb4\xa5\xce\xf7\x64\x29\x13\x30\ \x52\xdb\x79\x3f\x78\xe4\x7c\x7c\xb0\x58\xcc\x26\xaf\xde\x7d\xfd\ \x77\xbf\xf0\x62\xf2\x5d\x55\xda\xbe\xf7\x6d\xef\x81\x94\x32\x86\ \xe3\x70\x70\x30\x63\xf6\xeb\x36\x94\x75\xbd\x7f\x34\x7f\xf6\xfd\ \xb7\xfb\x76\x48\x7d\xc4\x65\xeb\xef\x9c\xf6\xf7\xce\xda\x3e\x42\ \xcc\xa6\xa8\x0f\xf6\x17\xdf\x7c\xeb\xf6\xf0\x7b\xbf\x73\xf7\xe4\ \x61\x8a\xbe\xb4\x66\x08\x9e\x95\x28\x36\x23\xd4\xe4\x09\x8f\x4d\ \x48\x97\x6c\x1a\x64\xb8\x34\x5d\x8f\x5c\x59\x10\x00\x4c\x59\x46\ \xaa\xf0\xd1\xd1\x71\x51\x14\x63\xf0\xef\xa5\xa2\xc6\x11\xa1\x31\ \x3a\xe7\xe4\x7d\x86\x11\xef\x2b\x79\x24\x9f\xec\xc2\xeb\xe5\xf1\ \xb4\xf3\xf1\xb2\x7d\x94\x37\x82\x8c\xea\x82\x71\x80\xb3\x7b\xc7\ \x20\x64\x31\x46\x17\x65\x51\x14\x85\x52\x34\xf4\x1d\x01\x49\x66\ \xa5\xbe\x6c\xa1\x9a\x33\x28\xfd\xee\xca\x14\x47\x24\x4f\x35\x85\ \xb0\x95\x90\xa0\xd8\x43\x2b\xd0\x35\xf2\x9e\x16\xf2\xab\xe3\xca\ \xa8\x12\x8c\x58\x6a\xca\x44\xe3\x9a\x1f\x11\x08\x58\x49\x12\x0e\ \x44\x00\x20\x9c\x93\xc6\x91\x4c\x96\x58\x18\x04\x4f\x4e\x4f\x41\ \x8e\x26\xb3\xc9\x64\x3e\x9f\xcd\xf7\xce\xcf\xcf\xb7\x9b\x86\x39\ \xef\x8c\xea\xa3\xae\x8b\xc5\xa2\x06\xc9\x08\xb2\xbd\x38\x5f\xdc\ \xba\xc1\x20\x91\xc3\x6c\x6f\x9f\x0d\x07\x15\xfa\x9c\xb5\x2e\x30\ \xe3\xeb\xaf\xdf\x1f\xd6\xcb\x6f\xfd\xa6\x0f\x21\x7b\xab\x11\x51\ \x90\xe8\xe8\xfa\x4d\xc5\xa0\x02\xc7\x3e\x44\x1f\x59\xa0\xcf\x59\ \x97\x95\x9a\x4d\xcc\x62\x4f\xe9\x82\x44\x74\xdf\xc6\xd5\x9a\x43\ \x94\x9c\x39\x67\x10\x48\x2c\xa0\xcd\xa6\xef\x54\x39\x55\x47\x73\ \xac\xe7\x84\x5a\x29\xa7\x8c\x0b\xc3\xd0\x9c\xf9\xb8\x0d\x31\xf0\ \xf2\xac\x81\x61\x99\x79\xf1\xcc\x8d\xab\x86\xa0\xe9\x3d\x64\xd0\ \xd6\xba\xa2\x74\x85\x43\xc8\x4a\x51\xca\x99\x05\x98\x24\x65\x0e\ \x31\xc7\x1c\x14\x69\xe7\x9c\x04\xc9\x89\x27\xda\x3c\x19\x50\x58\ \x29\xf5\xe0\xc1\xc3\xdf\xf9\xad\xcf\x7d\xfb\xc7\x3e\xb6\xbf\x77\ \xf8\xe0\xe1\x69\xad\x75\xca\x49\xa3\x01\x04\xd2\x5a\x72\x64\x4d\ \x29\x67\x37\x2d\xab\xc9\x6c\x32\x9b\x77\xfd\x70\xf5\xf6\x35\x5b\ \x59\x12\x9a\xbb\x79\x17\xf9\xa5\xd7\x5f\xd6\xa5\xd1\xc6\x26\x48\ \x8f\x96\x6b\x21\x5f\x95\x9a\x53\x5c\xcc\xe7\x95\x2b\x63\xd7\x02\ \x33\x11\x5a\xa5\x09\x78\xb4\x32\x58\x63\x12\x40\x69\x5d\x1a\x22\ \x20\x31\xe9\x75\xbf\x3e\x7b\xf9\xd5\x6a\xbf\xaa\xb4\xae\x4a\x1b\ \xdb\xb6\x32\xfa\xfa\x33\x37\x6e\x5f\xbb\x19\xce\xce\x1f\xdd\xb9\ \x1f\x7c\x34\xda\x28\xeb\x16\xd3\x92\x94\x5e\x3e\x3a\x7f\xf4\xe0\ \x44\x99\x62\x85\x8a\x91\xcb\xf9\xc4\x0b\x03\x69\x0e\x8c\x89\x35\ \x51\x7b\xb1\xc2\xe0\x2f\x4e\x1f\x0d\xdb\xa6\x2a\x8c\xc4\xb4\xa8\ \xeb\xc5\x74\x1e\x59\xfa\xc1\x97\x93\xfa\x7d\x4f\x3f\x53\xba\x22\ \xe6\x14\x43\x60\x95\xda\x58\x64\x0d\xc5\xfe\x84\x26\xa5\x3b\x98\ \xce\xdf\x7f\x7b\xfd\xe8\x62\x58\x6d\x15\x8b\x9e\xd5\x4a\xcb\xc7\ \x3e\xf6\x1d\x9f\xf8\x95\x5f\x79\x78\xf7\x5e\x65\xed\x5e\x3d\xf1\ \x29\xa0\xd5\xf4\x07\x98\x3c\x8b\xbc\x69\xb5\xbe\x6c\xde\x47\x15\ \xff\x25\x38\xfc\x72\x02\xa9\x94\xaa\xeb\x09\x22\xf6\x7d\xdf\x34\ \xcd\x98\xea\x25\x20\x21\x84\x31\xa1\x20\xa7\x9c\x39\x8f\x08\x12\ \x24\xd2\x5a\x9b\x11\x52\x88\x8f\xcf\x04\x30\x92\x6d\x80\x2f\xa7\ \x9f\x82\x6f\x4e\xe7\x45\x58\x44\x91\x02\xc4\x18\x42\x8c\x11\x10\ \x9c\x73\x22\xb0\x5c\x2e\xb5\xfe\xb2\x21\x0c\x33\xa8\x77\xd5\x1e\ \x24\x00\x0a\x9f\xfa\x17\xcc\x8d\x6b\xb8\x79\x2d\x3f\x38\x85\xa7\ \x3f\x42\xf7\x3f\x19\x9b\x35\xd0\x7b\xe3\x9f\xaf\x92\xb1\xbb\x30\ \x0b\xa0\x62\xc0\x84\x26\x23\xa1\x08\x20\x11\x04\x95\x93\x70\x04\ \xa5\xf3\x18\xd7\xa7\x34\xa0\x20\x10\x08\x02\xc2\x7a\xb3\xb1\xce\ \x55\xf5\x34\xc7\x64\x95\xbd\x7d\xf3\xa9\x61\xe8\xcf\xcf\x2f\xb6\ \x9b\x8d\x8f\x1e\x81\x48\x29\xad\x95\x21\xcd\x89\x01\x04\x14\xbe\ \xef\xd9\xdb\x55\x5d\x76\xdd\x5a\x30\xe6\xb0\x39\xb9\x77\x01\x62\ \x0a\x6d\x31\x0d\x16\x64\x6f\x3a\x99\xd7\x93\xcd\xb2\x6b\xda\xde\ \x87\xbe\xaa\xaa\xa3\x9b\x06\x88\x52\xda\xf4\xbd\x8f\x2c\x55\x35\ \x49\x4a\x89\x31\x76\x32\x41\xad\xb3\x26\xca\x4c\x44\x44\xaa\x69\ \x2f\xd8\x0f\xc8\x8c\x88\xda\x14\xf3\xfd\xfa\x51\x4b\x03\xa8\x7a\ \x36\x57\xe5\xd4\x82\x03\x34\xe7\x6d\x7f\xff\xe4\x2c\x25\x50\xa0\ \xaa\x7a\xdf\x1d\x14\xe7\xf7\xfa\xfb\x17\x1d\xc3\xd9\x8d\xc3\xbd\ \xe9\xfe\x15\xe7\x1c\x00\x14\x65\xa9\x08\xda\xed\xaa\xef\xfb\x0c\ \xa0\xb5\x8b\x29\x87\x24\x51\x54\x60\x89\x31\x3b\x94\x82\x54\xd7\ \x73\x6e\xe3\xde\x93\x8d\x65\x00\x62\x8c\xdf\xfa\xad\x1f\xfd\xd0\ \x87\xbe\x4e\x00\xee\xde\x7f\xf8\xf0\xe1\x89\x05\x0c\x39\xa6\x9c\ \x11\x81\x8c\xee\xc3\x90\x19\xaa\x69\x0d\xda\x74\x31\xdf\x7e\xf6\ \x7d\xcf\x7d\xe0\x03\x82\x90\x85\x42\x84\x5f\xfd\xcc\x6f\x36\xc1\ \x67\xa2\x94\x42\x08\x41\x91\x6c\xda\xa6\x9e\x1e\x1e\x1d\x1c\x38\ \xeb\xfa\x6d\xab\x00\x67\xf3\x99\x41\x88\x7d\x17\x87\xc0\xcc\x40\ \xb4\x98\x4c\xe7\x57\xae\x5c\xbb\x7a\xed\xd5\x57\x5e\xdd\x6e\x9a\ \x3b\xdb\xb3\x8b\xe5\x32\xe6\xb8\x58\x56\xc8\x7d\xaf\xf8\xf6\xf5\ \x2b\x47\xf3\x85\x33\x76\xb3\x3a\x29\x67\xd5\xf5\x6f\x7c\x1e\xc9\ \x28\x20\xf6\x1e\x8d\x11\x64\x3b\xa3\xd9\x1c\x48\x57\xac\x27\x30\ \x99\x14\x86\xbe\xf4\xf2\xcb\x5d\xc8\x07\x07\x8b\x61\x48\x1c\x93\ \xd5\x6a\xb5\x5e\x57\x65\xf5\xfc\x87\x9f\x1f\xda\xcd\xb4\x2e\xcb\ \xb2\x1c\x52\x1e\x62\xfe\xd2\xcb\xaf\x50\x92\x83\x2b\x47\x21\x78\ \xcc\x62\x9d\x33\xb6\xc8\x83\xbf\xf3\xe0\xfe\xd1\xd1\x95\x83\x83\ \x83\x88\x92\x34\x16\xb3\xab\x2e\x5c\xc9\x9d\x0f\x1a\xb7\xcb\xf3\ \xf6\xec\x24\xe6\x38\xad\x26\x90\xf3\xa4\xa8\xf7\xca\x7d\xb2\x6f\ \x06\x06\x3c\xc1\xdd\x3e\xc6\xe0\xc3\x4e\x47\xf0\xf8\xc3\x32\x0a\ \x22\x59\x76\x60\xb2\x31\x27\x79\x18\x06\x22\xca\x39\x8f\xbf\x04\ \x1c\x11\x84\x14\x63\x4c\x31\xed\x5a\xf4\x5d\x6c\x00\xc7\x18\x53\ \x8c\x8f\x47\xf0\x8f\xbf\xd7\xb2\xe3\xaf\x8c\x7d\x32\xc9\x5b\x6e\ \x83\xf1\xf5\xc2\x22\x8a\xa8\xaa\x6b\x04\x68\xdb\xd6\x7b\x9f\x53\ \xe2\x2f\x4f\x85\x64\x06\x45\xef\xea\x93\x0f\xc5\xb1\xda\xb3\xfc\ \x99\xff\x25\xdf\xfe\x2e\xf7\xf5\x37\xf9\xf7\x7e\x29\x9e\x9e\xc9\ \x7b\x95\xfd\xab\xe6\xa2\x1c\x30\x07\x01\x2b\x48\x09\x50\x00\x49\ \x80\x81\xe0\x12\x4e\x0f\x80\x99\x13\xee\x6c\x19\xa3\xa8\x1d\x00\ \x40\xdb\x42\x69\x4b\xa4\x10\x21\xe7\xc4\x39\xcf\x67\xf3\x83\xfd\ \xbd\xd5\x72\x75\xf7\xde\x9d\xed\x66\xc3\x92\xb4\xb5\x64\x74\xcc\ \x51\xa2\x2f\x9c\x5a\x4c\x8b\xa7\x6f\xde\xec\x97\xe7\xaf\xbe\xfa\ \x7a\x59\x17\xc1\x02\x21\xcc\xea\xba\xb0\x0b\x48\xc3\xe1\xde\x7c\ \x52\x96\x95\xb9\xde\xf4\xdd\xa6\xed\x8a\xaa\x46\x5d\x22\xc7\x21\ \xc7\x8e\x53\x4c\xd9\x6f\x9b\xc9\xde\x7e\x59\x54\xc6\x16\x42\x46\ \x04\x30\x65\xf6\x71\xb3\x5a\x75\x9b\x8d\x05\x26\x0d\xda\x98\xcc\ \xc0\x64\xaf\x3d\xf5\x3e\xb1\xb5\x07\x1e\xb6\x7e\xbd\x5e\x89\x76\ \xeb\x18\x56\x5d\x54\x02\x8b\xba\x42\xb2\x60\xab\x62\xff\x78\xd3\ \x9c\xfa\x47\x9b\xa6\xf7\xb3\xd2\x1e\x2c\xe6\xb3\xd9\x74\x3b\x6c\ \x24\x7b\x92\xa4\x09\x94\x2b\x7d\x64\x00\x75\x74\xed\x56\x13\x60\ \x7d\xb1\x42\xad\xb7\x1e\xd6\xbe\x5f\xaf\x9b\x2b\x65\xf7\x2c\xe2\ \x13\x88\x65\x72\xce\x37\x6e\xdc\x7c\xfa\xf6\x53\x7b\x07\x07\x7e\ \xf8\xff\xd8\x7b\xd3\x66\x49\xb2\xe3\x4a\xcc\x97\x7b\x6f\x2c\xb9\ \xbd\xb5\xf6\x5e\xd0\x68\x34\x08\x80\x24\x40\xe3\x90\xe2\x98\x6c\ \x38\x1a\x0d\x87\xb2\xd1\x66\xfa\xac\x9f\xa7\x3f\x20\x33\x99\x64\ \x63\x92\x51\x66\xb2\x91\x89\x8b\x46\x23\x89\x04\x31\x00\xb1\x35\ \xd0\x4b\x6d\xaf\xde\x96\x99\xb1\xdc\xc5\xdd\xf5\x21\x32\x5f\x57\ \x35\x00\xb2\x51\x5d\x20\xc1\x56\xdd\x0f\xaf\x9e\x45\xbd\x88\x8c\ \x8c\xc5\xaf\xdf\xe3\xc7\xcf\x49\xab\xd5\xc1\xe3\x27\x4f\x8b\xe9\ \xf1\xd1\x91\xf3\xae\x69\x6a\x51\xbd\x5c\x0f\xf3\xc5\xaa\x1b\xe2\ \xd5\x7a\xa3\x63\xee\xb6\x89\xc9\x1b\xb8\xf5\x7a\xf3\xe7\x7f\xf6\ \x17\x1f\x3e\x7c\x38\x64\x41\xf4\xc1\x07\x04\x8f\x60\x29\x96\xe0\ \x5a\xc2\xea\x3b\x7f\xf5\x37\x07\xcb\x83\xbb\xc7\x33\x03\x05\xa4\ \x94\x72\x08\xd5\xb2\x69\xba\xbe\xdf\xc4\xd8\x86\x30\x6b\xdb\x37\ \x4e\xef\x3d\x4b\x67\x3f\xfe\xeb\x1f\x51\x53\x2d\xeb\xf6\x90\xab\ \xa5\x67\x9f\x86\xd3\xb1\x70\x3e\xe7\x59\x2b\x4d\x4d\x55\x0d\x96\ \xf2\xb0\xed\x86\x11\x4b\x91\x71\xe8\xbb\x6d\xc9\xb1\x71\xd4\xe7\ \xae\xa3\x75\xf7\x30\xfe\xe6\xef\x7c\xab\x5e\xb4\xdf\xfd\xf6\x77\ \xd9\x5f\x32\xd7\x26\x0a\x60\x31\xf6\x9e\x7d\xd3\xd4\xa7\x87\x47\ \xcb\x79\x93\x62\xe2\xc0\xb3\xc6\x3f\x9b\xcf\x4a\x4a\x6d\xd5\xc4\ \x6e\xe3\x9d\x5b\x2e\x16\xeb\xcd\x26\x96\xb2\x70\x55\xeb\x83\x43\ \xe2\xa6\x91\x50\x95\x94\xa0\x26\x98\x05\x22\x3a\x98\x7b\x3f\xf4\ \x6f\xe7\x2f\xf7\x97\xeb\x47\x1f\x7e\xdc\xe5\x78\xfb\xe4\x48\x09\ \x3e\x8f\xa3\xbd\xdd\x28\x83\xed\x23\xf0\x0e\x17\x87\xa9\x68\x04\ \xaa\xa6\xaa\x53\xc6\x3d\xf9\x14\x9a\x99\x73\x2e\xe7\x0c\x06\xe3\ \x18\x55\x15\x10\x7c\xf0\x06\xb0\x73\x18\x27\x9a\x3c\xfc\x60\x8f\ \xc5\xec\x1c\xb4\xf7\x05\xd5\x4f\xe8\x3d\xb8\x3f\x7b\x7b\x21\xcc\ \x0e\x31\xe6\x5c\xa6\x3e\xf1\x94\xf2\x64\x68\xfe\x33\x51\xf6\x97\ \x73\x38\xfd\xbb\x33\x77\x6e\xb0\x5c\x6b\x3f\xd8\x78\xae\x3f\xf9\ \x7e\x7e\xfc\xd8\x7c\xf5\x6a\x2d\x5a\x5f\x8f\x7f\xc8\xe1\x72\xc7\ \x79\x34\xab\x8d\x03\x40\xd8\x15\xf1\x91\x8a\x21\x01\x11\x91\x02\ \x14\x05\x9e\x60\xf7\xa9\x1a\xc8\x3c\x29\x6b\x5c\x5c\x5e\x1d\x2e\ \x96\x95\x73\x88\xe6\x90\x25\x0e\xa9\x2f\x5f\x7e\xfb\xc1\x37\xbf\ \xf1\xd5\xef\x7c\xf7\x3f\xfc\xf8\x47\x3f\x8c\x65\xcc\xac\x6a\xf1\ \xf6\xc9\xea\xd6\xd1\x6a\xc6\x48\x63\xf7\x5b\x6f\xbf\xf1\xee\xe9\ \xb1\xaa\x21\xa0\x4a\xca\x39\x05\xcf\x39\x45\x03\x58\x3f\x7b\x56\ \xcf\x97\x47\x27\x77\x17\xa7\xac\x1c\x8a\x42\x2e\x1d\xd4\x55\xbb\ \x5a\x8d\x46\x63\xdf\xf7\xdd\xd0\x76\x39\xd3\x1a\x42\x5d\x4a\xb9\ \x7e\x76\xe6\x1c\x81\x59\x5d\x55\x15\x03\x33\x44\xd5\xa7\x97\x57\ \xd1\x89\x5f\xce\xb7\x9b\x61\xe8\x47\xd9\xe4\x61\x9b\x9a\x55\x68\ \x66\xb3\x3a\x74\x96\xa2\xe5\x1c\x75\x63\x08\x18\x42\x27\xee\x7a\ \x7b\x7d\x7e\xb9\x59\xd4\xee\x76\x37\xde\xca\xd2\x56\xa1\x72\x58\ \x39\x6f\x84\xf5\x6c\x55\x13\xab\xe1\xc7\x4f\xce\xce\x2e\x37\x42\ \x81\xa8\x1a\x4b\xee\x87\xd8\x15\x3a\x02\xff\x52\x8e\x40\x20\x2a\ \x27\xc7\x27\x48\x0c\x40\x93\x74\xfe\x62\xb1\x5c\x1e\x2c\xff\xe5\ \x1f\xfd\xa7\xf3\xc5\xfc\xf1\x93\x47\x7f\xfa\x67\x7f\x11\x47\x45\ \x18\x91\xd8\x81\x2b\xa6\x8f\x3f\x7a\xfa\xe3\x1f\xfe\xf4\xcd\x37\ \x1e\xfc\xdb\xff\xed\x2f\x1e\x3d\xfc\x68\xbe\x5a\xfe\xd6\x6f\xbf\ \x77\xb0\x3c\x8c\x63\xbc\xbe\xba\x28\x29\x0d\xfd\xb5\x25\xc9\x7d\ \xdc\x5e\x6d\x73\x97\xf2\xd6\xbd\x79\xff\xd6\x20\xe5\x60\xb5\xbc\ \x75\x72\x4a\x88\xf5\x76\xdb\x3d\xfc\xb8\xdf\x74\x32\xe6\xc5\xc1\ \x11\x45\x3a\xbd\x75\xe7\xeb\xff\xe4\x5b\x87\xc7\xab\x87\xdf\xff\ \xce\x6c\xdc\xac\xc2\xd1\xd5\xe3\x0f\x16\x87\x73\x2b\x34\x6f\x6e\ \x31\xcf\x9e\x7e\xe7\x3b\xb0\xd9\x42\x1a\x09\x31\x9b\x01\x7b\x55\ \x1c\xc8\x1d\xdc\xbf\x77\x78\xeb\xf8\xfb\x3f\xfc\x3e\x06\x8f\x21\ \x7c\xf0\xe8\x31\x72\x0b\xe0\x99\x83\x68\x41\x34\x1b\x86\x07\xa7\ \xc7\x6f\x7d\xed\x3d\x06\x05\x2a\x6c\xa0\x08\xad\x0f\x61\x36\xab\ \x88\x37\x29\x45\xce\x41\x67\x43\x89\x0c\x14\x90\x9c\xa8\x6e\x7b\ \x05\x04\x76\x90\xca\x75\x8e\x50\xf9\x10\x5a\x06\x3f\x73\xf3\x6f\ \xfe\xee\xb7\xfe\xfd\x9f\xfd\x45\x9f\x47\xe7\xfd\x3a\x0e\xf3\xc5\ \x02\x3f\x97\x18\xd5\xc4\x51\xdc\xa5\xd7\x44\x64\xb6\x8f\xb7\x66\ \x37\x0d\x52\xa5\x94\xa9\xce\xe9\xbd\x9f\x3c\x0f\x3e\xbd\x3f\xe2\ \xcf\x30\x61\x3e\x29\x03\xd0\x5e\x7c\xc9\x9e\x5b\x1d\x00\xec\xec\ \x5f\x5f\x60\xc6\x03\xa8\x99\x8a\x00\xa0\x99\x20\xf1\x62\xbe\x2b\ \xd2\xba\x17\xce\x19\x00\x5e\xb5\x06\x57\x89\xb6\x7c\xd7\xfd\xde\ \x31\x37\x47\x04\x31\x1c\x7f\xcd\x3e\xfe\xbf\xf2\xe3\x87\xaf\x93\ \xf7\x7f\xfc\x80\x0c\x00\x80\xbd\x7d\x6b\xd1\x0f\xbc\x4d\x76\x3d\ \xa6\xb1\x44\x98\xec\x79\x88\x92\xa1\x47\xaf\x93\x05\x04\x07\xdd\ \xbf\x0d\xce\x81\xea\x64\xa3\x0c\xa5\xa4\x6e\x7d\x59\xaf\x96\x2a\ \x22\x96\x39\xf8\xe5\xac\x3e\x3d\x9c\x1f\x1e\x1e\xdc\x3e\xf9\x83\ \xc6\xe9\xd9\x93\xa7\xbf\xfd\xcd\xdf\xfa\xe0\xc7\x3f\xf9\xd2\x1b\ \xf7\xee\x1e\x1f\xf6\xeb\xab\xcd\xf9\x53\x32\xa8\x4b\x98\x0e\x95\ \x00\x00\x20\x00\x49\x44\x41\x54\x9c\x9f\x98\x64\x8a\x82\x6c\x0c\ \xea\xeb\xe0\xbc\x57\xc3\x1c\x87\xeb\x4b\xdb\x26\xe1\x76\x76\x78\ \x38\xa7\xa2\x4e\xd1\xf9\xba\x9a\x93\x43\x37\x8c\xf1\xfc\xe9\x33\ \x7f\xbd\x76\x3e\x38\x1f\xd0\x14\x91\xea\xa6\x89\x25\x81\x96\x4d\ \xb7\xbd\xee\xfa\x8b\x21\x35\x27\xf3\x67\xcf\x9e\x15\x6e\x62\x81\ \xbe\x1f\xfa\x75\x7f\xff\xf8\x56\x11\x0d\x21\xe4\xd8\x53\x89\x0e\ \x9d\xb7\x72\x3d\xf6\xe0\x6b\x2c\xb1\x48\x77\xb9\x4d\xeb\xee\xd9\ \x0f\x3f\x7c\x7a\xeb\x64\xf1\xc6\x9d\x5b\x07\xf3\xba\x72\x74\xd1\ \x9f\x65\x83\x31\xc6\x31\x66\xa8\x1a\x29\x36\xa4\xd2\xa7\x12\x05\ \x92\x92\xbd\xac\x42\x92\x77\xfe\x47\xef\xbf\x9f\xc6\xf4\x87\xff\ \xfc\x9f\x7b\xef\x11\x71\x18\xfa\xaf\xbc\xf7\xee\xf1\xf1\x11\xa2\ \xfd\xcd\xf7\xfe\xc3\xfb\x3f\xfe\x41\x53\xad\x70\x59\x72\x2e\xc3\ \x30\x00\x80\x6f\x9a\x1f\x7d\xef\xaf\x7f\xf0\xd7\x7f\x79\x76\xf6\ \xf4\x6b\xbf\xf1\xb5\x77\xde\xfd\xd2\x1b\x6f\x3e\x70\x8c\x2a\x80\ \xf0\x96\xa9\xaa\x96\x8b\xb3\xc7\x1f\x7e\xf0\xe1\x5b\xf7\x4f\x2e\ \x2f\xaf\xba\x7e\x5b\xec\xd4\x0c\xd0\x87\xa8\x4a\x80\xe8\xfc\xea\ \xe0\x48\x44\x73\x4c\x3e\xf8\xe2\xf9\xc1\xd7\xdf\x3b\x7e\xeb\x41\ \xf0\x74\x70\xe7\x96\xef\x98\x63\x37\x58\x2e\xe3\xe6\xce\x1b\xb7\ \xf8\xe4\xd8\xb0\xc2\xba\x1a\xce\x1f\xcf\x1c\x05\xe7\x88\xc2\x5a\ \xb8\x3e\xbd\xbf\xba\xfb\x56\x3d\x9b\xbb\xca\xee\x6c\xfb\x1f\xfd\ \xe0\x27\xc5\x38\x50\x5d\xcc\xab\xfa\x62\x88\x18\x0c\x8c\x82\x8e\ \x52\xb6\x71\xa8\x3d\x8e\x25\x26\xd1\xc7\xcf\xce\xd7\x43\xf7\x8d\ \x77\xbe\x7e\x1d\xfb\x41\xcb\x62\xb5\xdc\xa6\x21\x9b\xf4\xb1\x6f\ \x42\x53\x35\xd5\xd8\x8f\xdb\xed\xd6\x57\x4d\x3b\x6f\x65\xc8\xeb\ \xf5\xd5\x9d\xbb\x77\x57\xa1\xf2\xde\xf7\xdd\x70\xf6\xe8\x71\xd3\ \xd4\x39\x17\x26\x66\x76\x2f\xed\x79\x3c\x09\x84\x31\xb3\xd9\x04\ \xbe\x6b\x29\xb2\x6f\xf3\x98\x7c\xc7\x58\x44\x44\x64\xca\x9d\x61\ \x92\x8a\xdc\x8b\x8b\x4d\xbc\x9a\x1b\x2d\xb5\x9d\x56\x26\x22\xee\ \x0a\x53\x7a\xc3\xc0\xf9\xd9\xcf\x9d\xf8\xc6\x38\xa9\x92\xe1\xc4\ \x52\xd1\x1b\x6b\xe2\x7d\xa1\xdd\x00\x81\x10\x45\x15\x5e\x10\x0e\ \x9b\xbe\xf1\x2b\x25\xb2\x20\x43\x7e\x52\xbe\xfd\x27\xea\x1c\x98\ \xec\x9a\x54\xfb\x6b\x7b\xad\xfb\xf5\x85\x89\xee\xa7\x8b\x40\xab\ \x5a\x5d\xf3\xf4\xba\xff\xde\xe5\x16\xb4\xa0\x3a\x90\x6c\x0a\x42\ \x60\x66\xa9\x88\xe3\xa9\x51\x55\x08\xd1\x24\x33\x18\x18\x94\x9c\ \x2b\xe7\xda\x00\x8b\x86\xbb\x6e\x38\x5e\x2d\xaa\xe0\x57\xab\xd5\ \xf5\xd9\x23\xcc\xfd\xad\x7b\x77\x1f\x9c\x1e\x7e\xfd\xcd\xfb\xc7\ \xb3\xf9\xbb\xbf\xfd\x8d\xa1\xef\xc6\xf3\x33\xd4\x12\x66\x2d\x10\ \x82\x87\xf6\xf4\x98\x90\x24\x49\xbf\xe9\xad\x14\xe7\x88\x11\x62\ \xb7\x55\x30\x87\x5a\x99\x0c\x57\x6b\x6e\xee\x54\x44\x54\x54\x8b\ \x91\xf3\x6e\xb6\x68\x9a\x99\x30\x1a\x4f\xfa\xaa\x54\x31\xcf\xda\ \x2a\x76\x43\xca\x69\x73\x75\x75\xbd\xbe\xe8\x73\x6c\x8f\x6e\x1f\ \x2c\xe6\x07\xd5\xf2\x2a\xda\x47\xfd\x10\xb3\x37\x9e\xe7\x96\xaf\ \xaf\x2f\x4b\x1e\x89\x6c\x8c\xdb\x2a\xb3\x99\x38\x11\x6a\x9a\x92\ \x3a\x63\x76\x9e\x4c\x04\x80\x9e\x5e\xf5\x43\xfc\xf8\x78\xb5\x38\ \x3e\x58\xa2\xf7\x5d\x3f\x86\xaa\x1e\x15\x62\xca\xb1\x68\x2e\x52\ \xd4\x14\xc1\x88\x3e\x0f\xa9\xc0\xc0\x9c\x77\x93\xe4\x00\x12\x38\ \x47\x6f\xbc\x79\x9f\xd0\x86\xa1\xbb\x78\xf6\xf4\xee\xad\xa3\xfb\ \xf7\xee\x7d\xfd\x6b\x5f\xaf\xea\xea\xe3\x0f\x7f\xfa\xfe\xfb\x3f\ \x91\x92\x20\x3f\x69\xab\xfa\x9f\xff\xb3\x6f\x7c\xf9\xcb\xef\x02\ \x6a\xec\x3e\xca\x14\xaa\xaa\x56\x33\xb5\x8c\x58\x0e\x57\x8a\x6f\ \xcc\xda\x3a\xcf\x66\x72\xb5\x1e\x9f\x9e\x5f\xdc\x3e\x3d\x75\xed\ \xcc\x7c\x60\x1f\xf2\x30\x54\xf3\xf9\xf5\x66\xa3\x88\x59\x73\x2c\ \xb1\x69\x1b\x91\x32\x4a\x41\x47\xc5\x34\x83\x0d\xa5\xcc\x56\x27\ \xd5\xad\xdb\x29\x27\xdf\x34\xb3\x83\x65\x7c\xe2\x0c\x74\x48\x59\ \xbc\x3b\xba\xf7\xc6\xe2\xcd\xf7\x92\x9f\x0f\x39\x97\x47\x8f\x6b\ \xd7\x3c\xed\x2e\x93\x94\xda\xcf\xc8\xcd\x90\x6a\x64\x36\x33\x91\ \x3c\x8e\x52\x54\x2e\xaf\x2e\x4f\x8f\x96\x4d\x5b\xeb\x30\x6e\x37\ \x9b\x61\x1c\xef\xde\xbf\xdb\x0d\x7d\xdf\xf7\xc7\x07\xab\x34\x8e\ \xb9\xeb\x55\xb4\x59\xac\xd8\xf9\x31\x5d\x01\x13\x3a\xe4\xe0\x53\ \x3f\xdc\x5d\x1d\x75\x67\xe7\x7d\xdf\x1f\x1c\x1e\x02\x12\xe4\x3c\ \x0b\x3e\x02\xd6\xe8\xac\x8f\x2f\x6d\x90\x6d\x93\xec\x1d\x98\xea\ \xe4\x41\x26\x53\x0e\x3e\x25\xd3\x66\x3b\x2f\x9a\xc9\xc6\x60\x02\ \x70\xa6\xcc\xfd\x93\x64\xb7\xc8\xb4\xc3\x8e\x4c\xb9\xb7\xc4\x02\ \x00\x22\xfe\x24\xff\xdf\xaf\x05\x98\x09\xf7\xa0\x8d\x8a\xde\xac\ \x39\x6c\x6f\x60\x89\x7b\xae\xe4\x8d\xa2\xbc\xc2\x4e\x63\xc6\xfd\ \x1c\x9a\xd5\x2b\x1d\x9a\xe1\xea\x63\x45\x04\x53\x43\xc6\xe9\x27\ \xbf\x0e\xee\x5f\x88\x81\x80\xb5\x67\x2d\xb9\x6d\x7d\xdb\x9e\x6c\ \x08\x82\xa3\x54\x32\xa5\x81\xb4\x98\xb1\x4e\x4b\x57\x04\x90\x62\ \x25\x12\xc1\x6a\x5e\x9b\x8a\xa9\x22\x84\xb7\xde\x7c\xf0\x95\x77\ \xde\x2e\x29\x12\x1e\xdc\x7f\xf0\xe0\xe1\x47\x1f\xce\xbc\x66\xc0\ \xee\xea\x4c\x0e\x67\xf7\x4e\x0f\x82\x1a\x5c\x5f\x6e\xae\xaf\xb2\ \x24\x24\x0a\x6d\x5d\x37\xc1\x82\xa3\xba\xe2\xd5\x42\xd5\x78\xb4\ \x00\xae\xdf\xac\xb3\xe9\xa4\xb0\x31\xc6\x1e\x04\x8f\x96\xf3\x27\ \x67\x4f\xcf\x3f\xfe\xc9\xa2\x9a\x07\xf2\x8c\x68\x66\xde\x07\x44\ \xc8\x64\x51\xb2\x68\xf6\x75\x55\xd7\x5e\x25\x5f\x5f\x5f\x3e\x3b\ \x7b\x76\x75\x71\x5e\xd5\xe1\xce\xbd\x07\xb3\x83\xc3\xf3\xf5\xf9\ \xd1\xad\xe6\xfe\xed\xe3\xee\x8a\xa2\x14\x0c\xee\xc9\xf5\x59\x8e\ \x29\xf6\xdb\x8a\xc1\x33\xad\xfb\x9e\xd4\xaa\xaa\xc9\x8c\xcc\x2c\ \x08\x40\xa4\x06\x55\x5d\x21\xc0\x7a\x4c\xdd\x93\xab\x3e\x6b\x51\ \xed\xc7\xc1\xb9\x80\x44\x55\xdd\x1a\x60\xd9\x51\x23\xd0\x31\x7d\ \x1e\x70\xa0\x94\xdc\x34\xad\xa8\x9c\x5f\x3c\xfb\xf8\xe3\x8f\xbe\ \xf4\xa5\xb7\x6e\x9f\x1c\x5f\x9e\x9f\x95\x1c\xff\xf0\x3f\xfe\x83\ \xe5\x6a\xd9\xb6\x21\xc5\xc1\x79\x77\x7c\xf0\xee\x97\xdf\x3c\x5e\ \x6f\xae\x42\xf0\xcc\x6e\xb1\x5a\xb2\x8f\xe3\xd0\xa5\x18\xd1\xa8\ \x44\x4f\x68\x68\x05\x41\xd4\x0a\x53\xbe\x7b\x6f\xf1\xce\x57\xbf\ \x74\x76\x91\xfb\x2e\x9f\x9c\x9c\x2c\x17\x0b\x20\x06\xb3\xd6\xac\ \x94\xb2\xe8\xba\x4d\x3f\x94\xe1\x72\x3e\x5f\x59\x4a\x41\x41\xa5\ \x34\xec\x37\x31\x5f\x9e\x3d\x4b\x86\x07\xf7\x1e\x9c\x7f\xf4\xf8\ \xe9\xd5\xf6\xed\xf7\xbe\xee\x57\xab\x01\x68\x8c\x65\xb6\x5a\x2d\ \xef\x3e\x68\x4e\xee\x8a\x77\xe4\x91\x7d\x05\x71\x46\x56\x37\x8b\ \xee\xec\xe1\xe3\xc5\xc1\x81\x61\xad\xe6\x8b\x5a\x91\xa4\x66\xb5\ \x77\x4e\xb2\x0c\xd1\x1b\x78\x03\x65\xb7\x6c\xea\x92\xf3\xb3\xc7\ \x4f\xee\xdc\xbe\x35\xaf\x6a\x48\xb9\xbb\xba\x86\x5d\x83\x28\xab\ \xe6\xac\x65\xcc\xe9\xe0\xf4\x38\x95\x44\x04\x55\x1d\xd6\xd7\x79\ \xec\xb7\xf5\xfd\xbb\x4f\x9e\x3e\x15\x28\xcc\x7e\xbe\x9c\x0f\x63\ \x3f\x6c\x7b\x83\xcf\x83\xb9\x4f\x0a\xbb\x38\x25\xe3\xcc\x34\x61\ \x2a\x13\xf6\x62\x60\x44\x7c\x53\x53\x9d\x54\xf3\x74\x6f\x56\x43\ \x44\xde\x7b\x7b\xb1\x36\xbe\x67\x65\xe2\x84\xd1\xd9\x9e\x91\x33\ \xa1\xf6\x45\x26\x71\x19\xdc\x79\x80\xdb\x0d\x53\xd2\xcc\x8c\x88\ \x77\x98\xce\x7e\x33\x1a\x18\x4c\x20\x3e\xfc\x6a\x83\xbb\x29\x84\ \x43\x3e\x5a\xd9\x93\x0f\xb4\x39\xa0\xe1\x99\xad\xbe\xee\xda\x68\ \x0f\xdf\x57\x7c\x0d\xcb\x7c\x01\x98\x32\x00\x75\xd3\x32\x1a\x31\ \x8e\x7d\xb7\xac\xb0\x0a\xae\x1f\x73\xb0\x48\x39\x19\x90\x11\x39\ \xe7\x41\x12\x59\xb9\x7b\xe7\xf8\xee\xf1\xea\x60\xde\x32\x4a\xf0\ \x34\xab\x9b\xc5\x62\x71\xbd\x59\xe7\x61\x78\xf3\xed\xb7\x66\x33\ \x8f\x65\xc8\x83\x54\xc1\x8f\xc3\xc6\xd2\x30\x9b\x55\x4f\xdf\x7f\ \xdf\xb6\x9d\x88\xa8\x69\xd5\x34\xe8\x30\x96\xe8\x02\xbb\xaa\x02\ \x53\x60\x36\x1b\xab\x80\x12\x28\x75\x43\x01\x01\xb4\xaa\x69\xaa\ \xb6\x06\x72\xe8\xc3\x7a\xdb\xc5\x22\x28\x10\xc0\xd5\xa1\x76\xec\ \xc1\x31\xa8\x41\x29\x56\x0a\x39\x2a\x43\x7e\xf8\xe8\xd1\xf9\xd9\ \x39\x93\x3f\xbd\x7b\xef\xe8\xe8\x20\xb4\x55\x1f\x87\x34\x6c\x53\ \x77\xd5\xd4\xd5\x9b\x6d\xb3\xd5\xf3\x75\x91\x34\x96\x50\xd0\x14\ \x15\xd4\x9a\x1a\xc1\x71\x31\x62\x4a\x12\x11\xcd\x39\x5f\x05\x16\ \x00\x05\x06\xc4\x6a\xde\xa0\xe6\xeb\x21\x1b\x18\xfb\x3a\xa9\x3a\ \x60\x45\x92\x49\x0b\x73\x77\xe9\xe4\xa5\x9d\x9a\xcd\xcc\x79\xff\ \x83\x1f\xfe\xe0\xc7\x3f\x7e\xff\xe4\xe4\x78\xb5\x5a\xfc\x47\xbf\ \xff\x7b\xc1\xb3\x16\xad\x3d\x1f\xac\x4e\xd5\x34\x8e\x11\x88\x0d\ \x20\xc6\x11\xd1\x56\xab\x45\x55\x57\x06\x00\xa8\x22\xc9\x3b\xae\ \xfc\x3c\x76\x71\x7b\x7d\xe9\x9d\x5b\xac\x66\xe0\x18\x94\xb8\xaa\ \x81\x1c\x39\xba\x75\xfb\x36\x72\x43\x44\x36\x71\xf0\x00\x91\x19\ \x89\x56\x6d\xbb\xde\xac\xc3\x6a\x59\x57\x75\x7a\x72\x86\x52\xac\ \xa8\x73\x6e\x3d\xc6\x11\xec\xfe\xbb\xef\x9a\xe1\x0f\x7f\xf8\xe3\ \x52\xfb\xa3\xee\xfc\xce\xe9\xdd\xb2\x3a\x38\x7f\xf2\xec\xcb\xb7\ \x1f\xb8\x5b\x77\xb6\xa6\x24\x5b\xe7\x35\x95\x92\x3c\x8e\x63\xa9\ \x6f\x1f\xc7\xf3\xb3\x6b\x4d\xe4\x9c\x20\x14\x53\xe5\x02\x0c\xde\ \x7b\x4b\x79\x74\xd0\xa1\x38\x13\xf1\x38\x3a\xdb\x58\xfe\xf7\x7f\ \xf3\x9d\xaf\x62\xbe\x77\xe7\xf6\x86\xca\x85\x8c\x55\x53\x23\xbb\ \xb1\x26\xd3\xf4\x68\x7d\x79\x79\x79\x79\x78\xf7\x76\x3f\xf4\xd9\ \xe3\xba\x0c\x7c\xd0\x36\x95\xe5\x0a\xce\xd3\x06\x56\x75\x56\x0c\ \xa1\xf6\x5e\xb6\xe3\x20\x22\x53\x72\xfd\x4b\x62\x32\x53\x17\x7f\ \x36\xe3\xbd\x52\x00\x4e\x24\x99\x3d\xec\x3e\x55\x41\x0d\x11\x27\ \x86\xcc\x2e\xe2\xdb\x8e\xc6\xae\x53\x2d\x55\x75\xc7\xf6\x7d\x6e\ \xdc\x38\x6c\xe0\xcd\x3c\xb0\x93\xb9\xd6\x1b\xc8\x1e\xc9\x4d\x3a\ \x7b\x6a\xbb\xc3\x02\x94\x1b\x43\x85\x69\xae\xd8\x61\x35\x88\xf0\ \x73\x82\xfb\xab\xe5\x9f\x1b\xb8\x05\x1e\xdf\xb6\x27\x8f\xe9\xc1\ \x37\xe9\xa7\xff\x4b\x71\x33\xaa\x9d\xc0\xeb\x82\xea\x17\x22\x71\ \x47\xb0\x54\x54\xd2\x10\x53\xc9\x25\xcf\x97\x2b\xcf\x3c\xab\xf1\ \x6b\x6f\xdf\xb6\xf5\xb0\x19\xc6\xab\x3e\xf6\x31\x12\xea\xd7\xde\ \x7b\xe7\x9b\x5f\x7f\x6f\x7d\xfe\xa4\x26\xa8\x43\x95\x62\x77\xef\ \xce\x51\x1a\x7a\x4b\x03\x59\x09\x6d\x65\x64\x55\x20\xd3\xdc\x84\ \xda\xdd\x3e\xf1\x8c\xeb\x67\xcf\xba\x7e\x63\x16\x81\x00\x01\xbc\ \xd3\x30\x0b\xe4\x3c\x21\xa6\xbe\x8f\x6b\x01\xc2\x79\x53\xb3\xd3\ \x60\x71\xcc\x7d\x86\x90\x45\xc8\x57\x75\x68\x13\x11\x36\xab\xf5\ \xe5\x7a\x35\x6b\x96\x4d\x9b\xbb\xf8\xf4\x6a\xed\x88\x11\x40\x55\ \xac\x08\x48\xda\x3c\x29\x85\x2d\xcc\x9a\x2f\x7f\xe5\xbd\xe0\x9b\ \xaa\xaa\x52\x1a\x2f\xaf\x2f\x2e\xae\x2e\x18\x71\x7b\xf5\xcc\x19\ \x1c\x2d\xef\xdc\x67\xd7\x5d\x5d\x54\xe2\x35\x41\x30\xc4\x79\x9b\ \xd1\x06\xcb\xcb\xaa\x61\x14\xed\x36\x63\xb7\x0d\x1e\x11\x3d\x12\ \x32\x79\x35\x14\x33\x26\x5f\x55\x8d\x42\x31\x33\x87\xe0\x9d\x47\ \x66\x30\x43\xd8\x75\x1d\x32\xbd\x3c\x02\xaa\x66\x07\xab\xd5\xe1\ \x72\x55\x85\xb0\x5a\x2d\xe6\x6d\xdb\xce\xda\x9c\x47\x22\x08\xa1\ \x02\x00\x54\x93\x4c\xcc\x2c\x45\x87\x6d\x9a\x2f\xe6\x0a\x96\x4a\ \x61\x26\x30\x76\xcc\xc8\x6c\x22\xec\xf9\xe0\x68\xd6\x6f\xd7\x4f\ \x1f\x5d\x14\x4d\xed\x7c\x56\xcd\xe6\xc8\x0e\xc0\xa1\x27\x15\x55\ \x51\x62\x2e\xa2\xce\x39\x53\x43\xc2\x2c\xa5\x6e\x5a\x04\xfd\xc9\ \x87\xef\x07\x5f\xa3\x03\x30\x4b\x66\xb1\x76\x8b\xa3\x07\xdc\x56\ \x67\xdd\xd6\x1d\x1d\x71\x83\x83\x2b\x67\xdd\x95\xbb\x77\xbb\x59\ \xac\xc6\xc3\xc3\x87\x39\x81\x03\x2a\xc9\xae\xce\x14\xdd\x20\x5e\ \x10\x8c\x6c\xf5\xa5\xbb\x6f\x9d\x1c\xa8\x79\x99\xbc\x3c\xa6\x76\ \x38\x12\xd1\xd8\x04\xc8\x95\x17\x46\x31\x3d\xbd\xb7\x9a\xa5\x6c\ \xc4\x5b\xcf\x8f\x6a\x99\x3b\xca\xb7\x17\x11\xc0\x79\xf7\x91\x6c\ \x74\xbd\x96\xb9\x9f\x35\xa7\x8f\xb7\x97\x7d\xd7\xf7\xe3\xe0\x64\ \xeb\x98\xc8\xd1\xb3\x67\x1f\x9e\x69\xcf\xb7\x96\xcb\x76\x41\x82\ \x98\x8c\x96\x0d\x31\xbf\x54\x08\xda\x31\xbe\x76\x89\xab\x02\xa2\ \x21\xd2\xde\xb9\x00\x09\x49\x6d\xe7\x18\x3c\x89\x82\x31\xf3\xa4\ \x0c\xcc\x7b\xb0\x02\x91\x94\xc8\x26\xce\x18\xe2\xf4\x54\xa8\xa8\ \x81\x4d\x31\x7d\x8a\xfa\xd3\x87\x18\x00\xa8\x4d\xee\xac\x48\xc8\ \xc4\xf8\x5c\x71\x15\x0c\x6e\xe6\x92\x09\x87\x01\x42\x00\x53\xd5\ \x49\xf9\xfd\x57\x9f\x3f\x1b\x00\x22\x3b\x03\x04\xf6\x40\x08\xa6\ \xaf\xc3\xe2\x17\x67\x9c\x9f\xad\x41\xf3\x62\x3e\x23\xc7\x8c\x08\ \x06\xf3\xa6\x7a\xef\xce\x41\xf6\x3a\x8c\x36\xc0\xec\xfd\xa7\x57\ \x25\xa6\xdf\xff\xe6\x6f\xd4\x04\x57\xc3\x76\x79\xf7\x76\xe5\xf9\ \xe9\xe6\xd2\x08\x53\x29\x25\xc9\x76\xdd\xe7\x21\x57\xa1\x76\xa1\ \xea\xba\xae\x9a\xcf\x6b\x1f\x62\x3f\x5c\x9e\x9d\x95\x9c\x09\x2d\ \xa5\xcc\x4c\x40\xa4\xa6\xc1\x51\x2e\x29\xe7\x51\xc4\x62\x8a\x70\ \x05\xab\xc5\x3c\xc7\x11\x88\x21\xd4\x58\x61\x3d\x5b\x18\x3b\xcd\ \xb9\xe6\x30\x6e\x7a\x19\xf3\xc9\x57\x6f\x1f\x1f\xdd\x2b\xf7\x77\ \x5c\x86\x94\x13\x9a\x82\x1a\x11\x86\xca\x87\xa6\x86\x22\xc3\xb6\ \xef\xba\xee\xfa\xea\xfa\xf2\xe2\xba\x0e\xb5\x88\xb2\x21\x6b\x89\ \x9b\xa7\x95\xc4\xd6\xf2\xc5\x30\x16\xf3\xc5\x6c\xf3\xf8\x59\x9f\ \xb7\x86\xb2\x25\x42\x83\x92\xb3\x4a\x21\xdf\x10\x4f\xfc\x7e\x0d\ \x40\xa5\x14\x66\x14\xcd\x1c\xdc\x2e\xb9\xdb\xdb\x28\x9b\x2a\x12\ \x31\x93\x1a\x00\xd0\xcb\x65\x39\x66\xb6\x0a\xed\x3b\x27\x77\x81\ \xc0\x7b\xf7\xe6\x9b\x6f\xfa\xc0\x8c\x2e\xf6\xe9\xea\xfa\x5a\x72\ \x69\xeb\xb6\x9e\x2d\x10\x91\x2b\x57\xd5\xb5\x40\x81\x14\x81\x2b\ \x62\x87\x48\xa0\x64\xa0\x60\x42\x55\xc5\xde\xcf\xab\x79\x98\x1d\ \xa9\x99\x0b\x95\xaf\x6a\x24\x37\x41\xc4\x34\x79\x98\x83\x3a\x06\ \x34\x01\x00\x34\x20\x33\x22\x32\x81\xa6\xaa\x63\x8e\x97\x57\x67\ \xe8\x31\x96\x78\x3e\x76\xa3\x6b\xcf\x73\x62\xa6\x70\x72\xbb\x54\ \xf0\x4c\xe0\xf1\x76\x0d\x33\x87\x8b\x83\x8f\x4b\x6f\x0a\x58\xc0\ \x15\x04\x11\xc0\x22\x3a\x28\x18\x38\x82\x95\x6f\x97\x33\x35\x7a\ \x5e\x35\x25\x81\x15\x9a\x81\x69\xbf\x8b\x5c\xc0\xcc\x33\x13\x53\ \x43\x53\x41\xe8\x54\x5c\xeb\xcc\x2c\x9a\x25\x28\xce\x93\x11\xa8\ \xd1\x15\x8c\x30\x23\x6a\xbd\x39\x4b\x52\x4c\x41\x90\xaa\x93\xe5\ \x36\xe0\xb5\x16\x5f\xb3\x5f\x52\x73\xf7\x90\x1c\xbd\xdc\x65\x47\ \x44\xe7\xdd\x24\x2c\x63\x60\x3a\xc9\x0d\x4c\x57\x0a\x11\x11\x3d\ \x93\xaa\x4d\xf7\x9a\x88\x6e\x1a\x89\xf6\x13\x00\x30\xb3\xc8\xb4\ \xc0\x9b\x8c\x35\x0c\x09\x83\x0f\x45\xc4\xf6\xce\x91\x48\x68\x66\ \xa2\x8a\x00\x2a\x42\x93\xd7\x01\x21\x02\xa8\xda\xd4\xe0\xa7\x66\ \x80\x40\x86\x13\xb2\x03\x30\x99\x31\x19\x20\x3a\xe6\x69\x29\xf0\ \x2b\x0f\xee\x22\xb0\x7a\xd7\x7d\xf3\x2e\xb4\x4b\x5c\xfe\x97\x14\ \x0e\xf1\xd1\x9f\xbe\x36\xeb\xf8\xe2\xc0\x32\xb7\x6e\xdd\xa9\x18\ \x45\xc5\xac\xe8\xac\x71\x8e\x8b\x4a\x19\xbb\xb4\xbd\x0c\x84\x87\ \xa7\x77\xe7\xab\x83\x67\x4f\xcf\x56\xb3\xea\xfa\xc9\x93\x83\x79\ \x7b\x7a\x72\x7c\x71\x76\x96\x72\xc9\xc3\x38\x9b\x2f\x2e\xce\xb7\ \xe3\x38\x8e\xdb\xad\xf7\xae\xa8\x75\xc3\x90\x52\x9e\x37\x4d\x5f\ \x0a\x85\xaa\x02\x90\x38\x06\x26\x66\x2a\x51\x86\x6d\x3f\xf6\x29\ \x17\x59\x1d\x1c\xa8\x08\xc6\x92\x44\x9e\x75\x63\x34\xac\x16\xab\ \xf9\xf1\x2d\xac\x1a\x34\x53\x11\x55\x28\xa9\xf7\x4a\x67\x1f\x3f\ \xf6\xe4\xdf\xfe\xd2\x3b\xcd\x72\x1e\x9a\x06\x98\xda\xb0\x42\x11\ \x40\x4c\x29\xc5\xb1\x5f\x5f\x5c\x6c\xaf\xb6\x43\xb7\xdd\x5c\x5e\ \x8c\xdb\xbe\xad\xeb\xbe\x1b\xfb\x6e\xfb\xc6\x1b\x6f\x04\xef\xc7\ \x61\x9b\x73\xa9\x02\x85\x02\x84\xfe\xfa\xfc\xa2\xdb\x5e\x92\x13\ \x76\x40\x88\x8c\xce\x7b\xce\x8c\x7d\x3f\x08\xd8\x62\xbe\x50\x04\ \x47\x84\x46\x44\xa8\x62\x5a\x64\x62\xa5\x31\x31\x80\x89\x48\x15\ \x2a\x24\xdc\x6e\xb7\x39\x65\x7c\x59\x79\x42\x44\x48\xd9\x62\x62\ \x70\xf0\xe5\xdf\x78\x6f\x79\x7a\x58\x4a\x31\x57\x57\xab\x36\x00\ \x82\x1a\x10\x91\x22\x80\xa9\x81\x11\x03\x21\xba\xb9\x03\xda\xe1\ \xba\x0a\x68\x62\xa8\x93\x8d\x35\x06\xac\xc2\x02\x0d\x05\x50\x0c\ \x4c\x71\x2a\x93\xa8\xed\x7d\xf3\x60\x52\xd5\x9f\xb4\x0b\x41\x15\ \x80\xf8\xee\x83\xb7\x1e\x3d\x7d\xfc\xed\x1f\x7c\xf7\xf0\xd6\x61\ \x9f\x06\xad\xdb\x9e\x78\x2a\xfd\x39\x72\x9e\x1d\x39\x02\x2c\x51\ \x44\xa5\x28\x28\x10\x79\x72\x86\x84\x14\x00\x04\xb0\x88\xa9\x22\ \x66\xcb\x51\xb2\x12\xa2\x91\x01\x80\x02\xa8\xf1\x4e\x1d\x11\x15\ \xd1\x08\x0d\x21\xcb\x94\x27\x2b\x10\x30\xa2\x90\x15\xb4\x09\xf8\ \x65\x42\x65\x32\x02\x15\x75\x0c\x93\x9b\x16\x19\x7a\xf6\x88\x64\ \xc8\x04\xd8\xae\xdc\x36\x0e\x5d\x1c\x72\xdf\xd5\x3e\x6a\xf5\xf2\ \xc5\xec\x4f\xb0\xb5\x1d\xe1\x7d\x87\x83\x4f\xbf\x4c\x6a\x91\x7b\ \x2d\x01\xb8\x41\x48\x6e\xb8\x92\xb6\xcf\xb5\x6f\x08\x90\x13\xf4\ \x02\x66\xaa\x32\x79\x8a\xa3\x6a\x4a\xa9\x88\x54\x21\x38\xe7\x00\ \x51\x4d\xa1\xec\x74\xc4\xd0\xe8\xe7\xad\x25\x10\x00\x08\x77\x9c\ \x9c\x89\x23\xef\x7e\x3e\x07\xe2\xd5\xb1\x65\xd2\x99\xfc\xe5\xbf\ \x11\x66\x50\x01\x64\x04\xb5\x71\xfd\x2b\xe7\x41\x22\xa2\x14\x1b\ \xfb\x52\xe2\xff\x4f\xe3\x6e\xa8\xf9\xef\x41\xdc\x13\x01\xde\x7c\ \xfb\x8d\xda\x73\x4c\x29\x8f\xc3\x35\x14\x22\x2a\x39\x15\xb5\xd9\ \x62\xd5\xb6\xcd\xfc\xe8\xd8\x36\x43\x6a\x42\x7f\x71\x01\x2a\x8e\ \xe8\xe2\xd1\xa3\x94\xf2\xed\xd3\xdb\x64\xc8\xc8\xc7\x27\xc7\x69\ \xef\x13\x6c\x6a\xa5\xe8\xb6\xeb\xe7\xcb\x43\xdf\xcc\x16\x47\xc6\ \x06\x32\x8e\x43\xd7\x15\x29\x39\x15\x1c\x8d\x59\x89\xb9\x24\x19\ \xbb\x81\xd9\x71\xdd\x64\xb3\xf9\x7c\x35\x5b\x1e\x50\x55\xa3\xf7\ \x65\x8c\xa2\x62\x86\xd7\xeb\x0d\x20\xd4\xc1\x3d\xf9\xf8\x43\x26\ \x5b\x1d\x1e\x22\x11\x20\x16\x11\x00\x88\xe3\x60\x0a\xe4\x28\xc6\ \x08\x62\x68\x56\x07\xdf\x1e\x1d\xc6\x61\xe8\x87\xa1\x88\x5e\xad\ \xaf\x45\x35\xc5\xd1\x5c\x23\x90\x9a\x79\x73\xbe\xee\x63\xe9\x9d\ \x27\x76\xa4\x26\x08\x84\xc4\x00\x50\xf9\x10\xea\x3a\x95\x7c\xbd\ \x5e\x2f\x56\x4b\xdd\x75\x12\xb2\xf3\x80\x48\xa5\x14\x76\x3c\x79\ \x38\x78\xa7\x29\xa6\xbe\xeb\xa7\xcc\x0e\x4c\x5f\xae\xc4\xa5\xaa\ \xb3\xc3\xc3\xd9\xfc\x78\x71\xb8\x98\x1f\x2f\xc6\x58\xd8\x33\x20\ \x17\x05\x03\x63\x47\x60\x20\x60\xc8\x28\x66\x80\x4e\x4d\x11\x08\ \x77\x15\x3b\x20\x04\x23\x3f\x19\xb6\xe1\xcd\xf2\x7f\xaf\x4c\x75\ \xe3\xc3\x79\x63\xbc\x80\x08\x60\xb8\xd7\xdb\x9f\x7e\x62\x2c\x86\ \xbe\x3a\x3c\xb9\xe5\x3c\x1f\x2d\x16\xdb\xa1\xcb\x92\xa7\xcb\x2b\ \x82\xb5\x22\x2b\xa9\x60\x29\x86\x60\xa0\x0a\x38\x45\x34\x23\x50\ \x25\x2b\x0c\x42\x64\x4c\x0a\x56\x44\x26\xcd\x39\xdb\x4b\xb4\x80\ \x65\xb3\x49\xb8\x85\x15\xd0\x10\x8c\x08\x80\x15\x00\x0c\x88\xc0\ \x08\x8d\x08\x0c\x14\x4d\x10\x1c\x21\x20\x17\x35\x41\x00\x80\x6c\ \xa4\x51\x2d\x0f\x6c\x50\xf9\xca\xd7\xc1\xa1\x31\xe8\x6a\xde\x96\ \x3a\xa4\x61\x30\xfb\x7c\xf2\x27\x53\xc8\x9e\xec\xf1\x54\x27\xc8\ \x7b\x62\x40\xee\x2b\x9f\xf4\xa9\x26\xd8\x09\x96\xb9\xf9\xfb\x9b\ \x30\x35\x05\xf7\x49\xdd\xc1\xcc\xd4\x14\xf7\x96\xe2\x53\x31\x16\ \xf7\xa5\xdb\x69\x8b\x02\xd0\xbe\x69\xea\x46\xfc\x1d\xf6\x34\x79\ \x35\xc3\xfd\x34\xf2\xf3\x82\xfb\x2b\xef\x2f\x2a\xb6\x7e\x6c\x66\ \xfb\x55\x97\x01\x79\xfc\x55\x0b\x87\x99\x19\x3b\xac\x5b\x97\xe9\ \x35\xba\xff\xab\x9d\x44\xc1\x64\xbb\xed\x04\xb1\xdf\x6e\xce\xe3\ \xf0\x66\xce\xce\xfb\xe3\x93\x5b\x07\x48\x66\x12\x73\x66\xcd\x77\ \x8e\x0e\xc7\xcd\xda\x11\x55\xcc\x90\x4b\x53\x85\xa6\x9d\x95\x22\ \x5a\x74\x75\x78\xb0\x3c\x3e\x2a\x29\x89\xa8\x67\xd7\xd6\xed\x76\ \xdd\xc7\xa3\xe8\x67\xf3\xc5\x7c\x81\xec\x20\x95\x66\xe8\x73\x4c\ \xdd\x66\x6b\xa6\xcc\xd4\xd6\x0d\x33\x57\x8b\x43\x76\x8c\x55\x0d\ \x55\x03\x40\x48\xac\x88\x25\x66\x11\xcb\xb1\x3c\x7d\xf8\xe8\xd9\ \xb3\x73\xe7\xfc\x72\xb1\x18\xc7\xb1\x5b\xaf\xe7\xb3\x76\xb1\x5c\ \x94\x92\x9d\xa7\x38\x26\x07\xd0\x2e\x67\x6d\xd3\x9a\x29\x23\x95\ \x94\xcf\x9f\x9d\xf7\x9b\x4e\x44\x44\xc5\x00\x0c\x50\x01\xc6\x2c\ \x06\xa5\x9e\xb7\xdb\xcd\xb8\x1d\xd6\xc8\x82\x68\x80\xe0\xc8\x01\ \x12\x22\xa1\x43\xef\x43\x3b\x6b\x05\xac\xeb\xba\x7e\xdb\xd7\x75\ \xe5\x9c\xf3\x21\x4c\xfe\x23\xaa\xea\x98\xc9\xd0\x54\xfa\x7e\x18\ \xfa\x1e\x10\xea\x10\x52\x4a\x71\x8c\x2f\x17\x61\x54\xe4\xe4\x64\ \x35\xab\x5a\x70\x24\x25\x7a\x47\x13\xd6\x39\xbd\x56\x28\x06\x66\ \xca\x64\x88\x66\x05\x0d\x76\xba\xb4\x13\x42\x0a\x88\x88\x0a\x6c\ \x9f\x4a\xe5\x6c\xd2\xac\x32\x9c\x16\xf9\x6a\x08\xb4\x0b\x20\x9f\ \x26\x5a\xa0\xa9\x02\x5a\xe9\xba\x39\x3b\x66\x97\xc6\xc8\x31\x99\ \xa9\x73\x0c\xe4\xa6\xa2\xad\x62\x29\x2a\x6a\x45\x11\x88\x00\x89\ \x10\x65\xb2\x80\x13\xc3\xa4\x60\x08\xe4\x98\x11\x1c\x9b\xee\xcf\ \xcf\x00\x10\x35\x39\x13\xde\x85\xdf\xe9\x0d\x9e\xb2\x7a\x52\x24\ \x24\x06\x66\x33\x32\x06\x33\xdc\x13\x51\x10\x11\x0d\x41\x0d\x26\ \xa6\xb7\x33\x34\x25\x11\x42\x35\x4d\x84\x65\xd6\x40\x92\x48\x4e\ \x17\xcb\x8a\x3f\x5f\x00\xda\x37\xa9\x4e\x2d\xa9\x04\x00\x13\x27\ \xd5\x7b\xef\x7d\xb8\x99\x80\xf7\xe4\x74\x7b\xa1\x70\xfa\x5c\x2e\ \x7f\xb3\x71\x8a\xf8\x44\xd3\xf5\x20\x55\x61\xe7\x26\xe0\x5e\xcd\ \xdc\xe4\x88\xad\x0a\x7b\xa1\x03\x7b\x6e\xb9\x80\x2f\x50\x6e\x60\ \x67\xd8\x4d\xf4\xf7\x11\xdc\x15\x60\xf9\xa6\x3b\x98\xdb\x7a\x8b\ \x6f\x7c\x8b\xe5\x91\xfc\xe8\xaf\xa4\xbc\x86\x65\xbe\x28\xe3\xe2\ \xe2\xd9\xfa\xea\x22\xa7\x94\x4b\x99\xdd\xb9\xe5\x98\xfd\x7c\x7e\ \xfb\xee\x5d\xbd\xb8\xdc\x6e\xb7\x69\x8c\x95\x41\x55\x05\x28\xd9\ \x08\x91\x09\x0c\x3d\x91\xa4\x0c\x80\x79\x1c\x85\x11\xbd\x23\xa2\ \x3a\x54\x68\xd0\xf5\xe3\xf5\xf5\xe6\xe2\x72\x53\xe5\x72\x70\xfb\ \x36\x84\x60\x2d\xfa\xd5\xca\x9b\x35\xaa\x26\x02\x60\x34\xad\x5e\ \x99\xc7\xeb\x6b\x66\xe7\x43\x6d\x62\xa5\x94\x38\x8e\x71\x18\x24\ \xa5\xab\xf3\x67\x0f\x3f\xfc\x29\x99\xa2\x77\x29\xe5\x83\xc3\x23\ \x76\x0c\x06\x7d\xdf\x33\x51\x55\xd7\xd5\x3c\x78\x1f\x9a\xa6\x49\ \x39\x96\x92\xfb\xed\xf6\xe2\xfc\xa2\xdf\x76\x39\x65\x26\xae\x9a\ \x7a\x1c\x63\x3b\x9f\x1b\x90\x6f\xea\xa1\x40\xa8\xab\x27\xef\x7f\ \x30\xa6\xec\x02\x6b\x31\x26\x42\x20\x03\x24\x76\x44\x64\x00\xe3\ \x18\xd9\xb9\xc5\x7c\xd1\x36\xda\xf7\xfd\x38\xc4\xe0\x82\xf7\x3e\ \xa6\x48\x00\x8e\x49\x4a\xd9\x6e\xb7\x39\x67\x37\xe1\xa7\x80\x84\ \xe8\x5f\x96\x11\x8c\x80\xb9\x88\xb5\x6c\x26\xc0\x2c\x06\x44\x93\ \x3f\x32\x10\x60\xd1\x42\xc4\xb1\x1f\x9d\x77\xc1\xbb\x18\xe3\xd4\ \x0c\xc9\x3b\x7e\x06\x4f\x73\x32\xeb\x3e\x7b\x9d\xa4\xaf\xd0\xf6\ \xfe\x10\xbb\xf8\xbe\x23\x51\x9b\xaa\x2a\xb1\x03\xdc\xa9\x31\x03\ \x20\x30\x28\x82\xb0\x42\xc0\x29\xe2\xa2\x10\x8a\x16\x10\xef\x59\ \x4d\x07\x56\x0b\x58\x04\xb2\xa0\x11\x00\x22\xef\x17\x0e\xb4\x5b\ \xd2\x7b\xd9\xd9\x31\x4e\x4d\x96\xba\xd3\x39\x04\x03\x40\xa7\x6e\ \x52\x2d\x9e\xd6\x09\x68\x80\x60\x6a\x02\x06\x48\xce\x01\xd5\x06\ \x8e\x01\x0c\x55\x00\xc0\x48\x8c\x99\x30\x2b\x21\x11\x93\x08\x09\ \xd7\x55\x55\xb3\x16\x93\x9c\xc5\x04\x7d\x02\x2d\xe8\x15\x20\x2a\ \x28\xbd\x7c\x00\xfa\x44\xe6\x77\x2a\x3f\x98\x95\x52\xcc\x2c\x84\ \xc0\xcf\xdd\xd0\x1b\xb8\x66\xfa\x1b\xdd\x37\x28\xdd\x20\x39\xb6\ \x9f\xfb\x6f\x26\x03\xef\x3d\x11\xab\x19\x33\x03\x62\xd3\x34\x93\ \xaa\x3b\x12\x4d\x77\xf0\x06\xdc\x37\x00\x15\xb1\x7d\xee\x7f\xb3\ \x8c\x40\x78\x41\x59\xc1\x7d\x9a\x27\xa3\xaf\xb2\xdc\x69\x0a\x6e\ \xc5\xef\xfe\x53\x07\x03\xbc\x33\x87\x87\x3f\x90\xf6\x1e\xdf\x79\ \xa6\x1f\x7c\x60\xfc\x9a\x0a\xf9\x8f\x7f\xa8\x59\xcc\xa3\x0f\xce\ \x07\x17\xbc\x6f\x4f\x8f\xab\xaa\x2a\x66\xeb\xf5\x66\x38\x7b\x56\ \x72\xf6\x4c\x0e\x2c\x75\x9b\xa6\xad\x2b\x1f\x54\x05\x00\x72\x8a\ \x60\x89\xd8\x2b\x01\x7a\xf4\x54\x13\x3b\x00\x60\xe7\x83\xaf\x62\ \xbe\x58\x6f\x36\x30\xf6\xe6\xb8\x99\x2f\x5c\xdb\x22\x11\x13\x93\ \x0b\x06\x06\x22\x25\x67\xd3\x98\xb7\x1b\x43\xf3\x84\xb9\xef\xa4\ \x48\x4e\x29\xa7\xd4\x77\xdb\xab\x67\xe7\xdd\xfa\xca\x81\x36\x55\ \x38\xbf\xb8\xe8\xfa\x64\xe8\x6e\xdf\xbe\xb5\x58\xac\x90\x20\xa5\ \xb8\xd9\x74\x22\x92\xf3\xd4\x8a\x92\xfb\x7e\x23\x59\x2a\x57\x11\ \x31\x62\x01\x40\x76\xae\x69\x9d\x01\x22\xe3\x7c\x7e\x40\xb9\x3c\ \xbc\xd8\x6e\xba\x2d\xfa\x6a\xb2\xab\x67\x62\xc7\x41\x04\xa6\x90\ \x39\xbd\x99\x65\x1c\xe3\x68\xce\xf9\xb6\xae\x87\xbe\xdf\xac\xd7\ \x6d\xdb\x7a\xef\xc5\x2c\xc5\xa8\x45\x55\x84\x89\x08\x89\x89\x09\ \x51\x85\x5f\x1a\x1a\x60\xef\x7f\xf8\xc3\xef\xad\xe6\x8b\xaf\x7c\ \xf5\x3d\x83\x89\xb3\x81\xaa\x32\x6c\x86\x6e\xb3\x1e\xba\x01\xc0\ \x7e\xfa\xe8\xa3\x31\xa5\xdf\xfb\xbd\xdf\x5f\x1e\x2c\x4d\x0d\xcc\ \x44\x0a\x19\xa2\x89\xaa\x12\x00\x31\xa1\x80\x02\x2a\x92\xe2\x9e\ \x80\xcf\x13\x43\x1a\x08\x41\x8b\xf4\x63\x2f\xa5\x0c\xc3\x20\xa2\ \xc7\x27\x27\x55\x55\x03\x18\x12\xa9\x69\x4e\xea\x5c\x93\x8b\x11\ \x22\x98\x0f\x84\xa0\x59\x54\x59\x2b\x37\x11\xf3\x8c\x0d\x35\x61\ \x56\xb5\x9d\x1e\x39\xda\x24\xf9\x4d\x00\x81\xc8\xcc\x64\x34\x23\ \x2b\x85\x80\x78\x22\xf7\x81\x01\x02\x16\x68\x8a\x31\x81\x06\x87\ \xa0\xd9\x54\x18\xcc\x4c\x8a\x08\x93\x21\x15\x70\xe8\x80\x08\x49\ \x81\x26\x47\x59\x04\x20\x64\x35\x43\xd1\xb9\x00\x2a\x06\x40\x67\ \x9e\xd0\x67\x95\x51\xd5\x23\x0e\xb9\x10\x79\x04\x42\xf7\xf2\xf8\ \xf3\x4d\xd4\x56\xd5\x49\x37\x26\x84\xe0\xbd\xdf\xb3\x16\xe5\x86\ \x02\xff\xfc\x4c\x30\x05\xf1\x3d\x6f\xd2\x9e\x6f\x43\x9d\x7e\x49\ \x29\x11\x11\xb3\x9b\x02\x3a\x4c\xec\xc9\x9d\xb0\x0c\x80\x19\x13\ \x31\xb3\x4c\x47\x50\x9d\x2c\x47\x6e\x3e\x65\xaa\xd5\x4f\x47\xd6\ \x9d\xe6\xf6\xf3\xc1\x7d\x67\x3b\xfc\x4a\x33\x77\x83\xe6\x88\xca\ \x07\xf9\xdb\x7f\x09\xbf\xf9\x87\xfc\xd3\x3f\x4d\xed\xef\x86\xd3\ \x25\xd2\x6b\x71\x99\x2f\x08\x2c\x03\x53\x8a\xc1\xce\xed\x41\xf3\ \x9c\x08\xb7\xeb\x35\xe4\x22\x45\xca\x38\xcc\x6b\x6f\x5a\xb4\x64\ \x61\x0c\xc1\xc7\x31\xc9\x58\x88\x1d\x99\x16\x05\x5f\x71\x02\x05\ \x5f\x73\x1d\x54\x75\x36\x5f\x10\x3d\x7d\xf4\xe4\xd1\xf1\xe9\x69\ \xbf\xd9\xe4\x94\xd2\x93\xa7\x1c\x42\xdb\xcc\x42\x55\x03\xa0\x23\ \x04\x29\x68\xd2\x78\x5f\xb2\xa6\x6e\x13\x73\x4e\x63\x5c\x5f\x5d\ \x6d\xd6\xeb\x7e\xb3\x75\xcc\xf3\xa6\x2a\x5c\x23\x68\x1c\xc7\x31\ \xd9\xa6\x8b\x7c\x7e\x19\x53\x6e\xdb\xda\x79\x62\x66\x03\x64\xc5\ \x5c\x8a\x1a\x2e\x57\x47\x95\x0f\xfd\xb6\x1b\x87\x78\x74\x7c\x52\ \xd7\xf5\xc5\xc5\x55\x1a\x87\xa2\x72\x78\xb0\x1a\xc7\x08\x80\xeb\ \xcd\x86\xc9\x29\x20\x91\xf7\x4c\xa6\x22\x2a\x88\x8e\x98\x90\x80\ \x91\x54\x77\x69\x30\x01\x80\x48\x1d\xaa\x22\x25\xa5\xa8\xba\x23\ \x3b\x33\xd2\x8e\x58\x6d\x70\xd3\x52\xf8\xd2\x8b\x57\x33\x69\x57\ \xc7\x17\x7d\xfc\xde\x4f\x1f\x87\xaa\xf6\x21\x94\x92\xc7\x61\x90\ \x52\x40\x95\xa9\x52\x93\xe6\xf4\x81\x2b\xf9\xfb\x1f\x3f\x6d\xaf\ \xfa\xba\x6e\x44\x85\x00\x19\x51\x4a\x0e\xce\xb7\x8e\x65\x8c\xfd\ \x38\x1a\x7b\x0c\x8d\x90\x13\x24\x03\x9a\x74\x03\x55\x95\x44\x4c\ \x04\x89\x8a\x80\x68\xa5\x22\xb1\x33\xe8\xc6\x5c\x84\x88\x11\x4c\ \x44\xa4\x50\xdd\x1e\x95\x5c\x88\xc0\xea\x55\x40\x44\xa6\x09\xf9\ \xad\x14\xb4\x18\x31\x06\xd2\x71\x4c\x48\xe0\xbc\x03\x83\x94\x93\ \x8a\x3a\x44\x90\xa2\xa5\x14\x29\x48\x88\x66\xce\x7b\x22\x22\x26\ \x30\x05\xc3\x4c\x55\x36\x90\x34\xd0\x90\x2c\x15\x27\xe6\x41\x03\ \x51\x1d\x2a\x46\xc8\xec\xce\x8a\xeb\x13\x82\x9a\xaa\x85\xba\x92\ \x82\x66\x88\xb0\x63\x97\x13\x58\xc3\x8e\x15\x4a\xce\x22\x52\xc0\ \x8d\xa2\xd1\x8c\xa8\x41\x72\x4c\x0c\x35\xbe\x74\x58\x17\x51\xe7\ \x38\xa5\x14\x63\x34\xb3\xa6\x69\x78\xd7\x58\x3b\x71\x1f\x77\x52\ \x33\x37\x15\xd4\x4f\x92\xeb\x1d\xf5\x91\x9f\x0f\xee\x3b\x7b\x32\ \x44\x33\x1b\xc7\x31\xe7\x42\xcc\x93\xa4\xc4\xae\x60\xbb\xcf\xd6\ \xa7\x5c\x4a\x27\xd3\x84\xfd\xfe\x3b\x0a\x3c\xe2\x04\xf3\xef\x60\ \xf7\x09\xb2\x7f\x41\x15\x72\x8f\xe7\xbd\x5a\x64\xc6\x10\xc2\x92\ \x4e\xde\x34\x37\xc3\xd3\x77\x5d\x75\x1b\xf1\xe9\xeb\xa8\xf8\x45\ \xa1\xcb\xa8\xe5\x5c\x50\xa1\xbf\x5e\x2f\xe6\x0b\x54\x40\x05\x03\ \x03\x15\x54\xb5\x52\xb4\x14\x11\xaa\xaa\xe0\xbc\x33\x53\x22\x02\ \xb4\x94\x06\xef\xeb\x10\x3c\x80\x3a\x00\x33\xf0\xce\x13\x91\x82\ \xa1\xe7\xd0\x54\x3f\xfd\xf8\x83\x93\xe3\xa3\x79\x08\x5a\xca\xcc\ \xbb\xbe\xeb\x36\x97\xd7\xa2\x26\x66\x22\xa5\x09\x15\x98\xb0\x89\ \x8a\x6c\x87\xae\x1b\x86\x34\x8e\x29\xa6\x79\xd3\x2e\x9a\x8a\x08\ \x4b\x8e\x29\xa5\xb6\x9d\x19\xa2\xaa\xc4\x94\x72\x96\x9c\x52\xf1\ \x54\x85\xd6\x87\xaa\xaa\x2b\x22\x8e\xa9\x64\xc9\xc3\xd8\xc7\x71\ \x6c\x66\xf3\x3b\x77\xee\xb5\xed\xec\xfa\xea\x2a\xe5\xa7\xa1\xae\ \x89\xb9\xef\x7b\x00\xc8\x49\x0f\x96\x07\x43\x71\x4f\x2e\xae\x00\ \x9c\x8a\x31\x7b\xdc\x55\xb3\x14\x0d\x89\x91\x90\xcc\xd4\xcc\x78\ \xe7\x04\x0f\x4c\x6e\xea\x53\xe2\xa9\x15\x15\x51\x8b\xec\xab\x14\ \x93\x7f\xda\xcb\x23\x03\x0c\x76\xad\xf5\x19\x2d\xdf\x7f\xb8\x31\ \x88\xc8\x6e\x3e\x9b\x11\xcf\x10\x4c\x4b\x49\xe3\xd8\xf7\x43\x1d\ \xfc\xad\x5b\xf7\x3e\x7c\xf4\x98\xd7\x52\xd7\x6a\x06\x25\x47\x34\ \x63\xc2\xc5\x62\xf6\xe0\xa4\x0d\x4d\xf5\xd3\x47\x9b\x8b\xed\x75\ \x01\x07\xae\x72\x4d\xeb\x42\x05\x48\x31\xa7\x92\xb2\xe6\x88\x06\ \xcb\xd5\x6a\xdb\x6d\x7d\x08\x21\x54\xb2\xdd\x96\x32\x41\x01\x54\ \x54\x92\x14\xd1\xb2\x5a\x2e\xd6\xd7\x57\xa5\x14\xe7\xd9\x07\xcf\ \xa1\x52\x83\x9c\x32\xa6\x92\xc7\x5c\x37\xb5\x73\x6e\xb3\xdd\x56\ \x55\xc5\xde\x01\x40\xc9\xc5\xc0\x3c\x55\x26\x24\x85\x53\x11\x00\ \x24\x26\x00\xf5\x8e\x42\xe5\x08\x11\x10\x4b\x19\x4b\x1e\x34\xf6\ \x5e\xf3\xb2\x76\x95\xc9\xbd\xe3\xe3\x37\xee\xde\x0a\x84\xa8\xfa\ \xe1\xf9\xe6\xc9\x99\x74\x05\xb4\xe4\x31\xc5\xe5\x32\x8c\x63\x4c\ \x29\x12\x79\xe7\x7d\x55\xd5\xe0\xd5\xac\x94\x94\x63\x1f\x55\x81\ \xeb\xa0\xe8\xfa\xa1\x6f\xeb\xca\x81\x79\x96\x6f\x2c\x01\xdc\xcb\ \xe4\xee\xd3\x0a\x69\xbb\x1d\x44\x24\x84\x50\xd7\xf5\x04\xc5\x4c\ \x10\xcd\xd4\x7d\x04\xf0\x49\x64\xff\x14\x98\x33\x45\xf3\x9b\xed\ \xaa\xca\xcc\xa5\x94\x94\xd2\xf4\xbf\x45\x4a\xc5\x8e\x89\x60\x3f\ \x19\x98\xea\x2e\x31\x07\xd8\x19\x6a\x03\xa4\x18\x53\x4a\xcc\x4c\ \x7b\x84\xa7\x00\xf8\x10\xa6\xfc\x9d\x88\x18\x51\x5f\xcc\xdc\x11\ \x88\x40\x5e\x29\x0b\x1d\x21\x5e\x4a\xfe\xaa\x7b\xf3\xab\x00\x0a\ \xb7\xbe\xe5\x98\xec\xe3\xef\xbe\x76\xea\xf8\xc2\xd4\x53\xf1\xc9\ \xd3\x67\xdd\xe6\xfa\xc1\xbd\x7b\xcb\xe5\x32\xe6\x64\xa6\x40\x84\ \x62\x25\x25\x10\x6d\x9b\xda\x07\x56\x53\x20\x44\xc2\x21\x0e\xec\ \x99\x32\x4f\x7d\x92\x60\x34\x6e\x36\x54\x55\x68\x54\x23\x2b\xc0\ \x98\x62\xd3\xd6\xa0\xd4\xaf\xd7\xfe\xee\xed\xeb\xab\x0b\xdf\xd6\ \x47\xf5\x0c\x66\x6d\x12\xcb\xaa\x29\xe5\x9c\xc6\xed\xe6\xea\xfc\ \xec\x0c\xa4\x84\xa6\x22\xe7\x6f\x1d\x1d\xd6\x55\xed\x88\xaf\xaf\ \xd7\xd7\x9b\x4d\x2e\x52\xb5\x0d\x37\xad\x22\x3b\xb6\x36\x54\xfd\ \xe6\x9a\x21\x93\x25\x94\xd4\xce\x66\xa8\x92\x4a\xd9\x6e\xfa\x51\ \xcb\x6c\xb9\xbc\x7d\xef\xc1\x72\x3e\x27\xa4\xf5\xe5\xd5\xc5\xd5\ \x55\x51\x25\xb3\x61\x1c\xc7\x71\x60\x44\xc1\x50\xbb\xfa\x1b\x5f\ \x7b\xdb\xff\xf8\xc3\xb3\x67\xe7\x66\x85\x80\x44\x93\x0b\x1e\x54\ \xa6\x56\x71\x9e\x10\x07\x13\x54\x63\x76\x6a\xaa\x6a\xe4\x9d\x01\ \xec\xc9\x33\x80\x4c\x13\xe5\x6d\xc7\x5b\xfb\x5c\x64\x26\xcc\x45\ \xb3\xd2\x58\x8c\x9c\x2f\x51\x86\xdc\x31\xb1\x63\x14\x15\x46\xf3\ \xb3\xa5\xa1\x5d\xc5\xc2\x8b\x55\x08\x55\x56\x4b\x29\x8d\x02\x08\ \x86\xa2\xdd\x66\xdd\x97\xb8\x6a\x2a\x58\xde\xf2\x3e\x95\xac\xc5\ \x70\xc8\x86\x6a\x68\xc5\x0c\x08\x7d\x35\x6b\x11\xd0\x42\xad\x09\ \x0a\x3b\x35\xce\x52\x62\x56\x11\x0d\x15\x13\x05\x46\x03\x11\xe6\ \xf9\xbc\x75\x31\x45\x91\x52\x22\xe4\x64\x80\x24\xea\xbd\xab\x7d\ \x6b\xbe\x6e\x9c\x63\x57\xd8\xd7\x6d\xca\xa9\x24\x11\x63\x03\x88\ \xaa\x2e\x00\xd7\x0e\xb2\x89\x14\x5f\x05\x33\x19\x53\x1e\x53\x42\ \x26\x30\xe3\x82\x15\xb6\xbe\xaa\xc8\x72\x58\x36\xaa\xf9\x9c\xc2\ \xf5\xf9\x76\x4c\x71\xdb\x75\xd7\x5d\x8c\x58\x23\x3b\x5f\x79\x42\ \x87\x81\x2a\xdf\xd8\x08\x45\x74\x94\x21\x8e\xd1\x32\x2a\x82\x16\ \x73\x61\xe6\xd8\x19\x9a\x49\xae\x1c\x55\x3a\x7a\xc9\x3c\x16\xb0\ \xf6\xe5\xa2\xbb\xaa\x0e\xc3\x50\x55\xd5\x7c\x3e\x67\xe6\x9b\xbc\ \xfb\xa6\x2e\x2a\x7b\xbf\xf3\x9b\x68\x7e\x03\xbf\x4c\x09\x7b\x29\ \xe5\x06\x88\xcf\x39\xdf\xa4\xfc\x21\x84\x1d\x8b\x06\x29\x97\x72\ \x83\x9e\x13\x33\x4c\x7f\xb9\x57\x91\x9c\xf0\x99\xe0\x3d\x3b\x77\ \x83\xdb\xd8\x1e\xc6\x21\xfc\xc4\xcd\xe3\xc5\xcc\x9d\x08\x5e\xca\ \x8c\xfd\x17\x3e\x83\x04\x72\xa5\x7f\xf5\x3f\xa6\x29\xcb\x03\x04\ \x53\x20\x8f\xaf\x01\xf7\x2f\x44\x6c\x07\x53\xbb\xb8\xbc\x3a\x39\ \x58\xdd\xbb\x7f\xff\xea\xea\xca\x9c\x33\x55\x00\x24\x03\x06\x64\ \x44\x15\x89\x49\x9b\xa6\x02\x02\x51\xb9\xbc\x3c\x3f\x38\x38\x68\ \x67\x0d\x01\x4a\x11\x22\x2c\x49\x8a\x02\x00\xa3\xab\xa2\x69\x51\ \x51\x91\xe3\x83\x85\xe5\x54\x11\xcd\x2b\x7f\x71\xfe\xb8\x99\x2d\ \xaa\xd9\x22\xb4\x8b\xb6\x6a\xe6\xb4\x50\x2d\xf3\x55\x3b\x5b\x36\ \x08\x1a\xc8\xa1\x62\x08\x3e\xa7\xb2\xed\xfa\x94\xa2\xa8\xba\xaa\ \x6e\x16\xab\xa4\x1a\xda\x16\x65\x48\xc3\xf6\xd6\xc9\xe1\xbc\xad\ \x57\xcb\x19\xa0\xb2\xe6\x3c\x14\x55\x5b\xce\xea\xbb\x27\xa7\xb3\ \xc3\xe3\x92\xf3\xf5\x7a\x73\x75\x71\xf1\xf4\xf1\xa3\x1c\x93\xaa\ \x94\xd2\xb3\x73\xcb\xe5\xa2\xf5\xee\x72\x13\xa9\x9a\x39\xae\xbe\ \xf2\xee\x6f\xd4\xd5\xc7\x4f\x9f\x7e\xac\x9a\x88\x88\x09\xb3\xa8\ \x23\x46\xd0\x09\x9d\x41\x01\x10\x41\xd8\xf5\xe9\xa1\x19\x39\x36\ \x51\x35\xd5\x02\x7b\x45\x28\xb0\x3d\xd9\xd0\x5e\xfe\xc2\xef\x18\ \x2c\x6d\x33\x23\xe7\x8b\x58\x9a\x0c\x97\x01\x89\x5d\x08\xde\x79\ \x2a\x31\x06\x17\x62\x2c\x7d\x37\xa6\x52\xcc\xa0\xaa\x6b\x44\xc8\ \x29\xa6\x52\x2e\xaf\xb7\x9b\x4d\x3f\x5b\xac\xa2\x02\xf9\xd0\xf8\ \xca\xe5\x9c\x53\x02\x93\xda\x73\x5d\x05\x03\x48\x45\x41\x8b\x95\ \x14\x73\x54\x33\x44\xf2\xde\x23\x68\x4e\x83\x29\x04\xf6\xaa\x05\ \x4b\x03\x5a\x1a\x66\xf4\x2e\xe6\x2c\x6a\x44\x84\x9e\x7d\xc5\x60\ \x6a\x5a\x10\xc1\x24\xe5\x04\x29\x65\x30\x64\x76\x80\x28\x6a\x25\ \x89\xb2\x99\x1a\x2a\x92\x51\x08\x21\xb0\x8a\x14\x29\xc5\x00\x9c\ \xaf\x42\x68\x10\xa4\xa4\x21\x82\xbf\xde\x6c\x71\x9b\xb2\x48\x01\ \x68\x66\xcb\x12\x32\xe6\x42\x86\x26\xc6\x40\x26\x6a\x0a\x8e\x43\ \x5d\xb9\x5c\xf2\x38\x46\x2d\xe2\x9c\xab\x9b\x26\xf8\x4a\x45\x4a\ \x1c\xb5\x24\x2f\xe9\x34\xb8\xe3\x99\x3b\x6c\xe7\x9e\x5f\xc6\xac\ \x63\x9a\xa6\xdb\xb6\xad\xaa\x6a\xaa\xa3\x7e\x8a\xef\xb8\xd7\x79\ \xff\x84\x1b\x03\x2f\x6a\xf6\x4e\xc2\xee\xb0\x17\x89\x64\xe6\x29\ \x79\x87\xbd\x24\x19\x22\x99\x4a\x79\x2e\xbb\x87\x9c\x55\x35\x8e\ \x23\x11\xb5\xb3\x99\xf7\x9e\x26\xf0\x7d\x82\x77\x26\x7a\xcc\xd4\ \x48\x75\xb3\x70\xd8\x0b\x4c\xbe\x98\xb9\x33\x83\x14\x78\xd5\xe2\ \x00\xa6\x66\x88\xae\x42\xf6\xc0\x0e\x35\xd9\x2b\x9d\x41\x5e\x8f\ \x7f\x28\x50\x06\xcc\xec\x8d\x37\xee\xdf\x3f\x3d\xde\x5c\x5e\xc6\ \x14\x9d\xf7\xa8\x6a\x84\x66\x85\x1d\x1a\x90\xf7\xce\x05\x07\xa0\ \x25\x4b\xdb\x36\x87\x87\xc7\x22\xe2\x38\x20\xe0\xd0\x77\x45\x4a\ \x12\x05\x67\xa7\xc7\x33\xef\xfd\x38\xf4\x9a\xd3\x66\xbd\x6e\x9a\ \x4a\xa4\x9c\x5f\x5c\x9e\x9e\x1c\xf5\x65\x7c\x7c\x76\xe6\xae\xae\ \x9a\xc5\xa2\xaa\xdb\x76\xd6\x3a\x76\x8e\xec\xe0\x60\x51\x72\x19\ \xb7\xdb\x38\xc4\x8b\xcb\x3c\x0c\x51\xd5\xc6\x54\xc6\x24\x47\xab\ \xd9\x62\x75\xf0\xec\xe2\xc2\x0c\xe6\x4d\x35\xf6\xe5\xfc\xec\x0c\ \x8f\x57\xde\x59\xd3\x34\xec\x99\xd9\x05\xe4\xf9\xe2\x50\x80\x1e\ \x7e\xf0\xc1\xe3\xc7\x8f\xbb\xed\xa6\xa4\x98\x86\xb1\x0a\x6e\xd6\ \x36\xcb\xe5\x41\xa8\x1a\x11\x3d\x3b\x7b\xa2\xae\x76\x15\x0e\x43\ \x0a\xed\xec\xc1\x9b\xef\xbc\xf1\xd6\xdb\xeb\xf5\xd9\xdf\x7c\xef\ \xaf\xb4\x64\xcf\x34\xbd\x45\xca\x40\x86\xe0\x08\x0c\x32\xec\x38\ \x89\x6a\x8a\xc6\x3b\x86\xf2\x9e\xb8\x06\x3b\x28\x15\x04\x3f\x87\ \x76\x15\x00\x80\xa5\x9c\x52\x8a\x4e\xa1\x69\xdb\xba\xa9\x4a\x29\ \x04\xe0\xbd\x37\x84\xa1\xef\xcb\x30\xd6\xa1\x1a\xfb\xbe\x14\x09\ \x55\x55\xb7\x0d\x31\x23\x58\x53\x55\x29\x8e\x43\xb7\xed\x63\xe2\ \x3a\xe5\x94\xd9\x41\x70\xce\x7b\x46\x57\x21\x82\x27\x34\x95\x4d\ \xd7\xc7\x94\xfc\x62\x51\x62\x0f\x88\x4d\xd3\x12\x3b\x66\x67\x9e\ \x8b\x48\x2e\x39\xe5\xd1\xa4\x10\x94\xd8\x6f\xbd\xf7\xed\xac\x65\ \x1f\x76\x82\x5a\x88\x80\x3a\x8c\x31\xa7\x52\xd7\x75\x49\x23\x82\ \xd6\xc1\xfb\x50\x21\xa0\x9a\x16\x75\x63\x2c\x65\x4c\xce\xc4\x21\ \x96\x84\xa0\x38\xaf\x6b\x5f\x61\xcc\x4a\x08\xec\x2b\x31\xeb\x87\ \x31\xe6\xe4\xab\x20\x42\x59\x8d\xab\xb6\x6d\x5b\x06\x74\xc1\x03\ \xeb\x98\x73\xca\x6a\xc6\xa4\x21\x8f\xa3\xa8\xb8\xd6\x37\xbe\xa9\ \xa9\x11\xcb\xec\x89\x28\x94\xac\x79\x48\x20\xd9\x95\xbc\x24\x7b\ \xfb\xb0\x9d\x49\x3f\xc3\x51\x61\xf9\x72\x57\x7f\xe2\xad\x4c\x5a\ \xed\x13\x7a\xfe\xa9\x3e\x26\xc4\x1b\xe3\xec\x9b\x32\xe6\x2e\x50\ \xdf\x6c\x9c\xea\xab\x53\x8c\x9e\xe6\x80\x09\xab\x71\xce\x31\x3b\ \x00\x08\x06\xaa\x4a\x4c\x88\x58\x72\x2e\x22\xa5\x14\x04\xa8\xab\ \x10\xaa\x7a\x2a\x24\xa8\xd9\xc4\x9f\x31\x11\xb9\x01\xf1\x11\xd1\ \x60\x22\xd6\x80\xe9\x0b\xc1\xdd\x98\xb1\x94\x57\x18\xdb\x27\xb6\ \xcc\x57\xff\x09\x7b\x04\x63\xf0\x01\x98\xe1\xa3\x3f\xcf\x8f\x1e\ \xbd\x56\xfd\xfd\x22\x44\x77\x24\x9f\xd6\xad\x30\x00\x00\x20\x00\ \x49\x44\x41\x54\x3a\x59\x2d\x24\xa7\x34\xf4\x25\xa5\xd2\xf7\x5a\ \x8a\x22\x0c\xe3\x16\x52\x57\xb5\x35\x79\x2c\x39\x55\xc1\xcf\x17\ \x2b\x29\x85\xa9\x32\xc9\x5d\x97\x54\x20\x46\xcb\x59\xb1\xad\x42\ \xdd\x38\x5f\xa5\x98\xf2\x18\xb7\xd7\xd7\x64\xb6\x8d\xb1\xe4\xf2\ \xe4\x7a\xd3\x1e\x1e\x9e\xdc\x79\x50\x35\x6d\x49\x69\xe8\xfb\xcb\ \x87\x1f\x9d\xe5\x62\x2a\x00\x28\x65\x0f\x20\x12\x36\xcd\xbc\x6a\ \xdb\xab\xf5\xb6\xcf\xf9\xee\xfd\x07\x07\x87\x47\x7d\xd7\xa3\x9a\ \xe5\x8c\xec\x9b\xa6\xad\x2a\xe2\xca\x9b\xf3\xdb\x31\x3e\x3c\xbf\ \x4c\x49\x88\x2b\x91\x8f\x7c\xe0\x71\x1c\xba\xa1\x6f\xda\xa6\xa9\ \xfd\xf1\xa2\x5e\xcd\xdb\xb6\x6e\x62\x92\xf5\x66\xbb\xed\xe3\xf5\ \xb6\xc7\x8a\x66\x8d\x79\x17\x9a\xf9\x6a\x4c\x65\x1c\x3b\x33\xef\ \xc8\x41\xc9\x20\x3a\x39\x81\x0b\x82\x31\x01\xed\x09\x30\xb6\xa3\ \x38\x90\x1a\x4d\x62\x52\x53\x1f\x10\xee\x8d\x8f\x11\x90\xf8\xf3\ \xc9\x6b\xab\xa1\xc6\x3c\x26\x11\x72\x38\x6b\x9a\xc6\xef\xba\xd6\ \xfb\x31\x8f\xe3\x28\x39\x19\xa8\x6a\xae\x2a\x37\x9b\xd5\xe4\x58\ \x4a\x99\x94\xa5\xbc\xf3\xda\xb4\x94\x12\x22\xa9\x48\x4e\x5b\x90\ \xd2\x36\x8d\xf3\x5e\x55\xb2\x58\x8c\x69\x18\x47\x31\x03\x22\x03\ \xac\x42\x15\x42\x45\xc4\x93\xe8\x61\xe5\xbd\x63\xa7\x66\x45\x74\ \x6a\x6a\x8a\x29\x2b\x8d\xa1\x0e\xc1\x3b\x54\x03\x91\x98\x72\xdf\ \x0f\x8e\x9d\x09\x30\x71\xed\xab\x50\xd5\x88\x28\xaa\x84\x44\x8e\ \x81\xfc\x08\x1a\x72\x6f\x6a\x83\x84\x68\xe8\x21\xba\xc0\xce\xb7\ \xa8\x4a\x52\x86\xa1\x1f\x63\x67\x5a\x10\x14\x91\x5d\xed\x78\x5e\ \x2b\x01\x95\xe8\x41\xd1\x71\x61\x1e\x0b\xe4\x21\x9b\x0a\xe4\x28\ \x96\x63\x16\xa0\x26\x90\x77\xc0\x86\x96\x4a\xee\x63\x1a\xd3\xe8\ \x55\x82\x69\x94\x28\x96\xd1\xd9\x76\xb8\xae\xf5\x04\x9d\xfb\x65\ \x8b\x8b\x7b\xde\x8b\x20\xf2\xf3\xa4\x97\x17\xc9\xec\x37\xf3\xef\ \x6e\x7d\x35\x4d\x77\x13\x5b\x66\xb2\xc0\x86\x7d\x21\xf4\x79\x52\ \xcd\x73\x1d\xad\x74\x83\xe0\x03\x80\x73\x8e\x98\x54\xab\x14\x63\ \x8c\x91\x88\x01\x00\xa7\x25\x83\x99\x96\x32\x49\x90\x4d\xfd\x4d\ \x93\xbc\x3b\x31\x95\x5c\x52\xc9\x2f\xe2\x23\xce\x41\x29\xaf\x36\ \x00\x68\x31\x5e\xd2\x41\x6d\x1f\xfd\xdf\xe5\xd1\x87\xa2\x80\x9a\ \x5f\x47\xf6\x2f\x0e\x5b\xc6\xfb\x30\x76\x1b\x00\x50\x29\x0c\x68\ \xaa\xe4\x5d\x15\x82\xa4\xd1\x7b\xe7\xbc\x37\xf4\xa1\x0a\xa2\xd6\ \xf5\xc3\x30\x0e\x22\xea\x9c\x1f\x86\xe8\x5d\x55\xcf\x1a\x37\x9b\ \x2d\x0f\x0f\x44\xb5\x48\xb9\xbe\xba\xbe\xba\xbc\x62\xe7\xd7\xeb\ \x4d\x55\x37\xbe\xaa\x2f\xae\xae\x4f\x0e\x17\x07\xb7\xee\x58\x4a\ \x08\x9a\x87\x31\xf6\xfd\x38\x8e\x7d\xdf\x77\x5d\x1f\x63\xaa\x9b\ \x06\x99\x81\x78\x18\xc7\xba\x9d\x3d\x78\xfb\x9d\xd9\x7c\x71\x7e\ \x7e\xd9\xf5\x83\x63\xc7\xde\x37\xb3\xf6\xe0\x60\xb9\x98\xcf\xda\ \x59\x0d\x04\x57\x57\xd7\x67\xeb\x6e\x3b\x26\xd1\x72\x71\xb9\x3e\ \x5a\xcd\x8f\x4f\x56\xb3\xd5\x32\x54\xbe\xaa\x9c\x47\xb3\x92\xce\ \x2f\x2e\x14\x9c\xab\xe6\x01\xdc\xc2\xd5\x9b\xb1\xac\x0e\x4e\xb8\ \x69\x9e\x9e\x3d\x55\x64\xef\xa0\xef\x3b\x29\xe2\xa7\xd7\x72\xb7\ \x1c\x26\xb8\x61\x89\x03\xd0\x44\xfc\x9b\x78\xe5\x93\xcf\xb7\xed\ \x8c\x30\xf7\x24\x03\x34\x83\xcf\x13\xda\x11\xc0\x21\x30\xb1\x98\ \x0e\xe3\x60\x92\x03\x13\x81\xe5\xac\xa9\x18\x11\xb9\x3a\x10\x53\ \xa8\x82\x77\x01\xc0\xe2\xd8\xe7\x52\xcc\x90\x88\x76\xd4\x14\x22\ \xe7\x5c\x08\x3e\x8d\x9a\x73\xec\x4c\x3c\x3b\x40\x28\xb9\x14\x15\ \xe7\x9c\x67\x66\xe6\x10\x42\x08\x95\xaa\xe6\x5c\x52\xce\x66\x50\ \x85\xca\xd0\x9c\x73\x6c\x08\x88\x8e\x9d\x98\x8d\x31\x66\xc9\xd9\ \x7b\x32\xb0\x5c\x8a\x1a\x13\x57\x55\x15\x9c\x0f\xce\x3b\xe7\x55\ \xb5\x94\xc9\xe2\x15\x15\x09\x42\x1d\x02\x7b\xa3\x5c\x8a\xf7\x4e\ \x0c\x4b\x4e\x5d\x4a\x58\x19\x01\x94\x54\xb2\x2a\xa0\x39\xcf\xce\ \xb9\xe0\x9d\x38\x56\x03\x29\xd9\xe2\x48\x45\x4d\x01\xaa\x2a\x78\ \x07\xc5\x10\x81\x99\x02\x39\x01\xed\xba\x4e\xc8\x7b\xc6\x6c\x25\ \x66\x2d\x46\x8e\xd9\x7b\xef\x8c\xe2\x98\x1f\x6f\x04\x0f\xe7\xf5\ \x62\x36\x99\xd5\xbd\x74\xa1\xe9\x13\x15\x46\x80\x09\x5a\xb9\xa1\ \xc7\x7c\x0a\x67\x7f\x7e\xaf\xe9\xdf\x9b\x9c\x7d\x8a\xcf\x37\x9d\ \x50\xaa\x93\x9e\x23\xec\x64\x84\xf7\x6e\x7b\x48\x44\x80\x6d\xd3\ \xb0\x73\x37\x5a\x03\xbb\x9e\x26\xb3\x89\x21\x63\x00\x8e\x19\x00\ \x72\xce\xa2\x82\x86\xa2\xf2\x1c\x5b\x66\x92\x8d\x98\x82\xfb\xab\ \x63\xcb\x20\x81\x76\xfa\xed\xff\x7e\x3c\x7c\xdb\xdd\xf9\x12\x7f\ \xe5\x2e\x3d\xfc\x76\x39\xef\x00\x5f\x07\xf7\x2f\xca\x50\x33\x13\ \x35\xd5\xba\x69\xaa\x49\x76\x11\xd1\x87\xd0\xcc\x97\x06\x36\x0c\ \x29\x67\x19\x62\x64\x22\x05\x65\xe7\x0c\x8a\xa2\xd5\xb3\x9a\xc8\ \x71\xa0\xd9\xbc\x0e\x95\x1b\xc6\xd8\x75\xdd\xf9\xc5\x39\xbb\x90\ \xb3\x74\xdb\x81\xd8\xf7\xdd\x78\x7c\x78\x78\x71\x79\x75\x79\x71\ \xd1\xce\x5a\x44\x60\x00\x1f\x2a\xa7\x5a\x03\xfa\x50\x77\xfd\x38\ \x8e\x83\x88\x56\xb5\x3f\xbe\x75\x67\xb1\x3a\x40\x72\x8f\x9f\x3c\ \x1d\xc6\x54\xd7\x75\xdf\x75\x77\xee\xdf\x3f\x3d\x3e\x98\xcf\x5a\ \x40\x2d\x25\xaf\x37\xd7\x67\xd7\x57\xdb\x18\xdd\x6c\x1e\xbb\xb8\ \x3c\x3d\x6d\xea\x30\x14\xd1\x94\x7d\x76\x3e\x72\xeb\xa9\x72\x74\ \x70\x72\x0b\x28\x6c\x87\xb2\xb9\xba\x14\xab\x4e\x6e\xdd\xa3\xd0\ \x5e\x5e\xaf\x33\xf0\xea\xe0\x50\x4a\x1a\x86\xed\x24\xdb\x2d\x52\ \x70\x6a\xf8\x41\x98\x7c\xc2\x27\x4a\xb7\xde\x98\x41\x10\x19\x01\ \x19\x83\xaa\x99\xda\x8e\xec\x3d\xad\xcc\x0d\xf4\x73\xf1\x8e\x11\ \xb1\x0a\x81\x5d\x28\x22\x29\x8e\x0a\x46\x66\xc4\x3e\x84\x8a\xd9\ \x99\x4d\x7d\x8a\x28\x52\x4a\x29\x45\x8a\xed\xba\xfb\x2d\x67\x71\ \x8e\x26\x80\x80\x99\x7d\xf0\x08\x20\x45\xa2\xc4\x89\x4f\x37\x6f\ \x5a\x64\xca\xfb\xd2\x9f\x88\xa4\x94\x01\x40\x0d\x0c\x20\xa6\xa4\ \x26\x93\x48\x3e\x00\x30\x3b\x26\x70\xe8\x52\xc9\x29\x25\x07\x84\ \x66\xa1\xaa\xa6\x26\x7c\x03\x50\xb0\x94\x93\xaa\x4e\xba\x2b\x88\ \x98\x35\x5b\x16\x47\xa8\x6a\x08\xe0\x1c\xb1\x61\x0d\x6c\xa3\x0e\ \xc3\x16\xd1\x81\x41\xd5\x54\xce\xf9\x92\xa2\x89\x80\x19\x88\xe6\ \x71\x28\x12\x7d\x8a\x0d\xb9\x9c\x25\x96\x02\x75\xed\x89\x10\xd4\ \x31\x19\xa8\x80\x21\x5a\xce\x49\x92\x28\x28\x93\xf3\x3e\x00\x31\ \x00\x98\x06\xad\x96\x4f\xc6\x72\xf9\xa8\x3f\x3e\x58\x7d\x7d\x45\ \x2f\x11\xdd\x3f\xd5\x6b\x7a\x53\x62\xbd\xc1\xd0\xe1\x39\x0d\x99\ \xe7\xeb\xa8\xcf\x05\x77\xfd\x14\x1c\x7f\x33\x00\x00\x09\xd1\x70\ \xe7\x07\x32\xe9\x13\x01\x21\xed\xe6\x03\xbf\x07\xd9\x77\xa6\x7a\ \xd3\x07\x4d\x5a\x3f\x44\x26\x12\x63\x8c\x29\x11\x92\x38\x21\xa2\ \x2a\x54\x2f\x62\xee\xde\x61\xca\xaf\x38\xb9\x23\xc0\x6c\xe7\x3f\ \x2c\x54\xbb\xdf\xf8\x7d\x3e\xbd\xc0\xf3\xa7\x66\xfc\x9a\x2f\xf3\ \x45\x49\xde\xa7\x07\x4e\xcd\x39\x07\x45\xd0\x40\x99\xe3\x98\x4a\ \x1c\x0d\x8c\x28\x54\xa1\x29\xa5\x18\x51\xdb\xcc\xaa\xca\x8f\x71\ \x34\x80\xaa\xae\xd5\x4c\xd5\xd8\xe3\xb6\x5b\x0f\xfd\xf8\xe1\x47\ \x1f\xa9\xd9\xac\xaa\xcf\x36\x17\x75\xdd\x6e\xd6\xc3\x76\xd5\x17\ \xb1\xe5\xc1\x51\x8a\x63\xd7\x6d\xb5\xe4\x34\x8e\x2a\xe2\x98\xc7\ \x31\x8a\x68\xd3\x34\xab\xa3\x93\x66\x3e\xab\xaa\x46\x89\xbb\xed\ \x70\x7e\x79\x5d\x44\xe6\xf3\x45\x2e\x25\xa6\x7c\x7c\x72\xe8\x9b\ \x2a\x5b\x19\xba\x6e\xdb\x6d\x2e\x2f\xaf\xb6\xc3\x10\xda\x99\xaf\ \xe6\x5d\x02\x33\x27\xec\x57\xcb\x36\x54\x55\x5d\x57\x95\x27\x94\ \x54\xc6\x51\x28\x5c\x6f\xe2\xd5\x66\x34\x37\xbb\x75\xeb\xed\xac\ \x70\xbd\x8d\x8a\xc4\x8e\x01\x45\x35\xe5\x1c\x01\x4c\x54\xa7\x9c\ \x7c\x4a\xc3\xed\x93\xc5\xf8\x27\xa3\xa8\xe2\x14\xce\xd5\x40\x8d\ \xf7\x69\xd7\x94\xfe\x39\x7c\xf9\xdc\xdd\x54\x4b\xca\x39\x26\xe7\ \xc2\xac\x69\xc0\x7b\xc9\x23\x99\xf9\xaa\x46\x0e\x31\x95\x14\x53\ \x0e\x3e\xa6\xa8\x6a\xc4\xae\xa9\x6b\x62\x52\x83\x52\x4a\xce\x65\ \x1c\x33\x80\x39\xe7\x26\x30\x37\x84\x8a\xaa\x9d\xea\x4e\x70\x8e\ \x9c\x8b\x29\xa6\x94\x7c\x08\xb9\x24\x33\x24\x64\x1f\x02\x11\x9b\ \x81\xaa\xc6\x22\x29\x26\x02\x10\xd1\x94\x33\x3b\xf6\x4d\x65\x84\ \xa6\x1a\x88\x03\x7b\x20\x8a\x29\xa5\x94\xbd\xc3\x92\x8b\x8a\xb1\ \x73\x21\x84\x9d\x8b\x67\x29\xb9\x48\x29\x46\x22\xa2\x92\xc7\x31\ \xf8\xd0\x04\xaa\x0f\xe6\xcf\xb6\x82\xce\x11\x38\x0a\x4e\x21\x17\ \x29\xb9\xe4\x94\x53\x36\x53\x4f\x95\xa3\xd5\x7c\x7e\x7b\xb6\x58\ \xaf\xb7\x4f\xfa\xae\x1b\x7a\x04\x0f\x33\x6f\x60\xa2\xc2\xce\x35\ \x4d\x45\x05\x24\x26\x74\xe8\xd8\x2b\xd2\x18\xb3\x28\xa8\xd9\x18\ \xd5\xfb\x20\x29\xaf\xaf\xca\x57\xef\x1a\xd3\x4b\xd6\x16\x77\x94\ \xf3\xbd\xec\xc1\x5e\x4f\x86\x5e\x08\xd3\xcf\x45\x76\xdd\x73\x19\ \xf7\x32\x03\x7c\xc3\x68\x14\x91\x1b\x8e\xfc\x1e\x8a\x21\x33\x9c\ \x82\x3b\x13\x4f\xf5\x5a\x55\x01\xe6\x09\xea\x4b\x29\xe5\x52\x72\ \xce\x53\xe5\xd9\x7b\x0f\x66\x93\xe5\xe4\x8d\xa0\x4d\x29\x85\x89\ \x11\xf0\xc5\xe0\xee\x1c\x94\xfc\x8a\x79\xee\x06\xcb\xb7\xfd\x5b\ \xbf\x45\xb8\xd1\xbf\xf9\x9f\xd2\xd9\x23\xa5\x80\xf4\x3a\x28\xfe\ \xba\x0e\x22\x32\x63\xfa\xcc\x70\xb0\x01\x89\x01\x7b\xaf\x48\x63\ \x1a\x10\x00\xbc\x27\xf6\x06\xc5\x3b\x76\xbe\x06\xf4\x1c\xcc\x57\ \xbe\x69\x2b\x24\x08\xcc\xc4\x88\x88\x95\x77\x6a\x30\xc4\x98\x72\ \x79\xf4\xf4\xa9\xaa\x9d\x9c\x9c\x5e\xaf\x3b\x62\xbf\x58\x1d\x5c\ \x7d\xf4\x2c\xa6\x7c\xbd\xd9\x92\x5f\x2c\x16\xcb\xc5\x72\x49\x60\ \xb1\xef\xbb\x6e\xeb\x9d\x17\x11\x04\xac\xeb\x86\x43\x18\x53\xde\ \x0c\x71\xb3\xed\xb7\xfd\xe0\x43\xb5\x9c\x2f\x0d\x60\xec\xfa\x21\ \xa5\xc7\x4f\xcf\xd6\xdb\x6b\x04\x95\x52\x72\x8a\xfd\x10\xab\xd0\ \xfa\x7a\x76\x75\x3d\x56\xf5\xbc\x1f\x8b\x80\x1f\x0b\x5d\x6c\xae\ \x0f\x0e\x56\x87\x8b\x59\x1c\x72\x45\xe1\xba\xcb\x82\xa1\x9e\xb7\ \xec\xe7\x5d\xd4\xac\x50\x4c\xc6\x32\x26\xc9\x57\xeb\x73\x2b\x29\ \xa5\xa1\x0a\x81\x4c\x26\xbf\x62\x64\x42\x72\x86\xa0\xb6\x5f\x58\ \xc3\x27\x3a\xac\x44\x48\x80\x48\x06\x4a\x68\x40\x53\x61\xcd\xcc\ \x08\xe9\xe5\x33\x1c\x04\x53\x34\x21\x93\x12\xc7\xc0\x54\x05\x46\ \xae\x08\x91\xd9\x8f\x59\x72\x1a\x25\x47\xd3\x9a\x00\x10\x61\xde\ \x36\x75\x5d\xeb\xd4\xbe\x68\x21\xa7\xd4\x0f\x63\x2e\x89\xd0\x40\ \x8a\x99\x81\xdb\x91\x6c\x00\x8c\xd9\x8d\xe3\x18\xfb\x5e\x55\x18\ \x0c\x55\x83\xf3\x75\xd3\x38\xef\xa7\x45\x1a\x82\x73\x05\xfb\x38\ \x98\x28\x13\x98\x64\x05\x95\x8c\xde\xb3\xf3\x8e\x0d\x1d\xe1\x98\ \xd2\xd8\x77\x00\x50\x79\xef\x08\x90\xb1\x6d\xea\x10\x9c\xa8\xa9\ \x6a\x70\x5c\xa4\x8c\x63\x64\x43\x02\xcc\x5a\x2c\x2b\xb0\x2c\x16\ \xf3\x51\x8a\x02\x11\xf9\x24\x39\xa5\x1e\xa4\x10\x82\x43\x40\x44\ \x0a\xbe\xa9\x78\xe9\x69\xd1\x06\xcb\x21\x33\x40\xca\x71\x2c\x08\ \xaa\x92\x55\x33\xa9\x11\xf8\xda\x7b\xa3\x0a\x08\x11\x70\x88\x51\ \xd3\x68\x40\x3e\x84\x88\x50\x44\x9b\xc5\x41\x5d\x05\x00\x79\xe9\ \xb0\x7e\x93\xad\x4f\x74\x17\xe7\xdc\xde\x43\xf5\xa6\xa6\x8a\x3f\ \xbb\xcb\xf3\x48\xce\xf3\x5b\x44\x04\x11\x9c\xe3\x69\x39\x87\x40\ \x86\x48\xc4\x88\xb6\x57\xf5\x01\xe7\xbc\x73\x0c\xa5\x98\x19\x7b\ \xf6\x21\xdc\x88\x16\x88\x94\xa9\xad\x78\x4a\x2b\x98\x79\xb2\xc6\ \xde\x31\x73\x3e\x05\xa0\xc2\x2b\xcd\xdc\x4d\xc0\x1d\xf3\x6f\xfe\ \xb1\x0f\xa3\x3e\xdb\xc0\xf1\xbb\xee\xf8\x3d\x78\xf6\xbd\x72\x79\ \x61\xaf\x91\x99\x5f\x4b\x0c\x1d\x37\x9b\x75\x1c\x87\xaa\xaa\x3f\ \x5b\xe4\xc1\xf0\xa5\xdf\xf1\xd3\x0a\x91\x99\xb6\x5b\x0a\xff\x1d\ \xdd\x7e\x6b\xfe\x3b\xff\x8a\xb6\xdd\xa7\x8e\x3c\xe2\x27\xb9\x92\ \xc1\x27\xf2\x49\xce\xe0\xde\xed\x29\xbb\xc1\x03\xd1\x69\xfb\x37\ \x44\x69\x6f\x55\xd3\xdd\xac\x64\x6b\x70\x87\x93\xc5\xb0\x81\xc1\ \xb0\x5f\xf5\xb2\xd9\xf2\xd4\x0e\x70\x6a\x87\x01\x33\x5b\x18\xdc\ \x9b\x74\x4f\x5f\xb4\xcb\x9c\x78\xc0\xaa\x3a\xc9\xed\x22\x12\x98\ \xc9\xd4\x32\x8e\x04\x60\x13\x9a\x39\xc1\xe5\x93\x5a\x37\xec\x0d\ \xe6\xa7\x0a\xd6\x14\xbc\xa7\x26\xfd\x9f\x9b\xad\x7f\x46\xb2\xcb\ \x54\x8e\xce\x29\xbd\xc4\x6d\xca\xa2\x5f\xbd\xb3\xf8\x0a\x00\x40\ \xbb\xff\x5e\xb2\x67\xce\x67\x33\x30\x08\x60\x01\x11\x0d\x16\xbb\ \x88\x03\xf9\xc6\x75\xd3\x00\xc1\x1a\x83\x1a\x11\xcd\x9a\xe7\x8e\ \xb0\x8b\x18\x60\x60\xd6\x02\x02\xa2\xd8\xad\x05\xee\x2e\x62\xde\ \x9f\xfa\x74\xe3\x1a\x00\x40\xcc\x76\x6b\x76\x13\x3f\x60\xe7\x2d\ \x25\x66\x00\xd6\x02\x00\x92\xda\xdd\xc5\x54\x8c\x04\x78\x9e\x89\ \xc7\x66\x2d\x40\xb3\xbb\x82\x36\x49\x9a\xc1\x5b\x2b\x07\x06\x80\ \x62\x46\x06\x73\xb4\x69\xcf\x25\xdc\x88\x64\x21\x22\xc4\x5b\xad\ \x03\x70\xb6\x2f\x21\x9a\x79\x03\xdb\xf1\xbb\x01\x61\x5f\xce\x30\ \xab\x0d\xea\xfd\xb9\xd5\xb6\x53\xb3\x51\x87\x2f\x93\xc1\x8a\x48\ \xdb\xb6\xff\xe2\x5f\xfc\x27\x3f\x1b\xf1\x5f\x24\x56\xe2\x73\x77\ \x7a\x87\x93\xef\x45\x82\x77\x4a\x8e\x37\x71\xfe\x53\x99\xfe\xcf\ \x7d\x52\xf0\x17\xcf\x35\xcf\xef\xfe\xb3\xe4\x4e\xf7\x1c\xf5\x01\ \xcd\x79\xc8\x19\x5f\x2d\xe6\xbe\xd1\x6f\xff\x0f\x31\x34\x18\x1a\ \x60\x36\x57\xed\xb4\x43\x5f\x8f\x5f\xc7\x61\x50\x55\xd5\xe4\xf4\ \xd8\xf5\xdb\xcf\x96\xea\xbb\xdd\x93\xe9\x1c\x21\x83\x2a\x84\x0a\ \xc8\xc1\x8b\xbd\x0c\xf6\x33\xcf\xe9\x27\x5a\xa5\x08\x37\x82\x4b\ \x37\x26\x0a\xd3\xde\x9f\x78\x4a\x7e\xa2\x68\x47\x9f\x7a\x83\x26\ \xed\xa9\x5d\xc3\xc6\x5e\xc0\x10\xf1\x85\x37\xec\x53\x2f\x9c\x7b\ \x31\xb1\x60\x78\x41\x6a\x84\xf6\xe5\x7e\x22\xd8\x27\x4f\xf0\x2b\ \xc2\x11\xed\x65\xdf\x35\x26\xe4\x4f\x7d\xc3\xe7\x63\xcb\xf3\x2a\ \x90\xcf\x5d\xc7\xe7\xae\xd1\x5e\xef\x91\xf0\xe7\x1d\xe1\x39\xe5\ \x5f\xc2\x17\x77\x7f\xfe\x08\xf0\x8b\x8f\xf0\xdc\x47\xd3\xcf\x9e\ \xc3\xcd\x9d\x7c\xe1\x81\x78\x4e\x99\xfc\x17\x7d\x8b\xdd\xc3\xf0\ \xc9\x77\x9f\x4e\x6f\xb7\x58\xfa\x79\x5f\xe4\x15\x5e\x74\x80\x1b\ \xf3\xeb\x7f\x14\xe3\xc5\xcc\x3d\x78\x48\xaf\x54\x01\x1d\x41\xb3\ \x5d\x3f\x54\x24\x50\x01\x24\x30\x01\xf4\xe8\x3c\xbc\x76\xda\xfb\ \xb5\x4c\xdd\x21\xe7\x9c\xe2\xf8\xcb\x24\x36\x7b\x12\x88\x19\x96\ \x0c\xaa\xe0\xfd\xce\x45\xf8\x97\x4e\x66\x3f\xcb\x43\x61\x9f\x69\ \xb3\xfd\xec\x86\xbf\xf3\x10\x7f\xfb\x51\x7f\xbd\x9e\x57\xfb\xdb\ \xcf\xc8\x3e\xc3\x59\xdb\xdf\xfa\x07\x7f\x0f\x47\xb0\xbf\x6b\xdb\ \x2f\x3e\x82\xfd\xb2\xe7\xf0\x6b\x30\x1f\xff\x83\x06\x77\x22\xf3\ \x01\xd3\xab\xc4\xdc\xcd\xc0\xaf\xe8\x78\x66\x17\x8f\xad\x59\x61\ \xdc\xd8\xf2\x2b\x5c\x27\x7d\xfa\xd1\x67\x82\x65\xb4\xc4\x61\xcc\ \x80\x60\x86\x3e\x04\x04\x63\x1f\x1c\x5a\x4a\x09\xd9\x9b\x64\x74\ \x95\x67\x48\x63\x04\x1f\x3c\xbd\x5e\x0e\xbc\x82\x98\xe1\x7d\x40\ \x44\xe7\x7e\xf9\xf4\x04\x71\x92\x94\x51\xef\xe0\xb5\x30\xdc\xeb\ \xf1\x7a\xfc\x1a\x05\x77\x00\x08\x01\xe2\x2b\xcd\xdc\x15\xfc\x8a\ \xee\xdc\xd5\x8b\x0b\x7c\xe3\x77\xe9\xc3\xff\xb5\x54\x87\xb4\x18\ \xed\xe9\x07\x06\x7f\x57\x70\x17\x91\xe3\xb7\xff\xe0\x9f\x7e\xeb\ \x7e\xec\xc7\xaa\x0e\x0f\x7f\xf0\xd7\xd7\xea\x2f\x3e\xfe\xf1\xc5\ \xc0\x6f\x7d\xed\x6b\x72\xf1\x01\x1d\xbd\x59\x1e\x7f\xef\xe1\x35\ \xbe\xf5\x8d\x6f\xda\x93\x1f\x7f\xb4\x8e\x7f\x1f\xe6\x43\x5f\xf8\ \xcc\x3d\xc5\x18\xc7\x10\xea\x97\xd9\xbb\x08\xa8\xda\xde\xaf\xe0\ \xf5\x78\x3d\x5e\x8f\x7f\xc0\x41\x9f\xe4\xd8\x44\x10\x02\xc6\xf8\ \x02\xe0\xff\x2a\x92\xc1\x9d\x70\x12\x01\x02\x98\x7e\x56\xc5\x78\ \x44\x94\xdc\x6d\xc6\xfa\x9f\xfd\xeb\x7f\x75\x98\xce\xcf\xcb\xf1\ \x1f\xfd\xeb\x3f\x3e\xf1\xc3\xb3\x75\xfe\xcd\x3f\xfc\x2f\x7e\xfb\ \x9d\x93\xdf\xf9\x97\xff\xd5\xd7\x4e\xb0\x1b\xf8\x77\xff\xb3\xff\ \xfa\x77\xee\xcd\x8b\xbc\xce\x16\x5f\xc1\xcd\x72\xde\x87\xaa\xf6\ \xe1\x65\x32\x77\x2c\x82\x2a\x16\xc2\xeb\xcc\xfd\xf5\x78\x3d\x7e\ \x9d\x32\x77\x44\xa8\x02\xc4\xf1\xd5\x7e\x80\x2a\x1c\xbc\xeb\x7f\ \xeb\x04\x16\x27\x38\xff\xcf\xa9\x3a\xc5\xb3\xff\xf3\x33\x19\x64\ \x13\xd1\xf5\x47\xff\xef\xff\xfc\xf0\xfc\xcd\xaf\x1c\xfe\x1f\x7f\ \xf2\x6f\xfe\x1f\xf9\xc6\x1f\xbb\xdb\x7f\xf4\xdf\xfc\xb7\x5f\xbe\ \x74\xdf\xba\x5f\xfd\xe9\xbf\x2b\x10\xc7\xa2\x80\x08\x39\x8e\xf2\ \x3a\xb2\xbf\xa2\x89\xb8\xaa\xea\xc9\x11\xe6\x65\xf0\x4a\x29\x20\ \x62\xc1\xbf\xbe\x92\xaf\xc7\xeb\xf1\xeb\x14\xdc\x89\xac\xaa\x70\ \x8c\xaf\xb6\x43\x35\x3d\x93\xef\xfe\xef\xea\x18\x54\x80\x18\xe0\ \xfb\xb0\x7d\xa2\xf8\xd9\x54\x21\xc9\x55\x6d\xdd\x38\xe7\xea\xa6\ \xad\xa2\x33\x4d\xeb\xcb\xf3\xf3\x73\xd7\xc5\x2f\xed\xb5\xea\x45\ \x15\xd4\x7e\x21\x97\xe8\xf5\xf8\xe5\x27\xe3\x49\xb6\xf4\x97\xbf\ \x9e\x88\x58\x0a\x8a\x6a\x55\xbd\xce\xdc\x5f\x8f\xd7\xe3\xd7\x2d\ \x73\xaf\x61\x1c\x5f\xe5\x9b\x89\xa0\xd1\xce\x7e\xa8\xb8\x87\xc3\ \x55\x6c\x27\xf9\xfb\x59\x3f\x04\x89\x19\x01\x00\x19\xcb\xf9\xbf\ \xfb\xb7\x7f\xf2\xe7\x1f\xfb\xa3\xaf\x7c\x83\x35\xc7\x52\xdd\xbf\ \x7f\xcb\xff\x94\xdf\x3c\xa9\xff\xaa\x1f\x5f\xd7\x53\xff\x81\x07\ \x22\x96\x02\xff\x1f\x7b\xef\x1d\x65\xd7\x71\x9f\x09\x56\xbc\xf9\ \xe5\xd0\xaf\x73\x03\xdd\x48\xdd\x00\x91\x41\x30\x88\x14\x93\xa8\ \x48\x4a\xb2\x68\xcb\x92\xd3\x78\x64\xd9\xe3\xd1\x6a\x65\xd9\xbb\ \xeb\x39\xde\x3d\x3a\xb3\xde\xd1\xf8\xec\xd8\xe3\xe3\x71\xb6\x67\ \x6d\xcb\x1c\xcd\x78\x64\x4b\x96\x44\xc9\x14\x41\x31\x47\x90\x00\ \x41\x64\xa0\x1b\x9d\xe3\xcb\xf9\xc6\x0a\xfb\xc7\x05\x40\x10\x24\ \x25\x10\x80\x88\xf4\xbe\x83\x3f\xf0\xfa\xa5\xfb\xea\x56\x7d\xf5\ \xd5\x2f\x72\x0e\x14\xb5\x73\x2b\x3a\xe8\xe0\x8a\x03\x9d\xa7\xdc\ \x2f\x33\xb9\x4b\x40\x4c\xd4\x3d\x82\x29\x06\x88\x02\x88\x41\x72\ \x35\x4e\xa6\xa1\xbc\xf0\xea\x64\x92\xb5\xea\x8d\x40\x42\x08\x58\ \xab\xd9\x46\x8a\x6e\x1a\x1a\x73\x5a\xbe\x5d\xdb\xfb\xe4\xd3\xc9\ \xdb\x3f\xff\xef\x7f\xe7\x5f\x7b\x87\x9f\x7a\x7d\xa1\x41\x70\x27\ \xef\xf5\x4a\x42\x02\x00\x03\x06\x39\xef\x28\xf7\x0e\x3a\xb8\x9a\ \x94\x7b\xe8\x50\xd5\x54\xe8\x3a\x97\x73\xc1\x73\xa0\xf7\xe0\xae\ \x84\x28\x4c\x03\x84\x80\x60\x40\x49\xe3\x04\x17\xb5\x02\x07\x17\ \x92\xa1\x0a\x31\xf4\x97\xff\xe9\x6f\xff\x1e\x00\x35\x02\x16\xbe\ \xf1\xf0\x7f\x03\x00\x18\x98\x3d\xfd\x8f\x7f\x03\x00\xe0\xfc\xe5\ \xbf\xfe\xa3\x83\x1a\x01\xb6\xed\x00\x44\x3a\xd4\x7e\xc5\x95\x3b\ \x60\x0c\x70\x2e\x35\xb5\x33\x18\x1d\x74\x70\xd5\x90\x3b\x00\x00\ \x21\xa0\x6a\xd0\x71\x2f\xaf\xec\x82\x04\x48\x26\x05\x07\x90\x00\ \xc1\x01\x63\x00\x91\xcb\x13\x8c\x83\x31\x01\x3c\x70\x18\x40\x17\ \xde\xd8\x49\x32\x2f\xb0\x85\x84\x84\x18\xf4\x6c\x5a\x24\x80\x40\ \xfa\x5e\x10\x50\x6a\x20\x28\xfc\xa0\xcd\x05\xa0\xd4\x24\xef\x54\ \x5f\x45\x32\x2f\xf0\x09\x35\xce\xa4\xc9\x89\x20\x68\x33\x01\x15\ \xc5\x24\x50\xfa\x81\xcd\x84\x40\x58\x57\xcf\x84\x8a\xb3\xa0\x15\ \x08\x01\x00\x22\x44\xa7\x18\x05\x81\x0d\xb0\x4e\x11\x02\x00\x70\ \xe6\x70\x40\x15\x72\x5d\x34\xa6\x82\x10\xb2\xa0\xa3\xdc\x3b\xe8\ \xe0\x6a\x24\x77\xa9\xeb\xc0\xb1\x2f\xe7\xca\x44\xc0\xce\x0b\xe5\ \xfd\xa4\x7f\x39\x58\x29\x48\xb3\x17\x0f\x0e\xa3\xca\x6b\x8c\x03\ \x70\xb9\x4a\xcb\x5c\xf8\x3e\x21\x25\x27\x4a\xdf\xce\xb1\x0f\xa4\ \x14\x7f\x7a\xe6\xb1\xe9\x4a\x51\x00\x89\x20\x05\xd2\x07\xea\xc0\ \xf6\x35\xeb\x17\x66\x9f\x2a\x05\x91\xb1\x0d\x3f\xdb\x6f\xf1\x13\ \xe3\x8f\xcc\xb7\x1c\xfc\x56\x7e\x97\x81\xa4\x7d\x3b\xd6\x6c\x58\ \x9c\x7b\xa6\xe0\xf8\x08\x02\x01\xad\xb5\xeb\x7e\x66\xc8\x72\x0f\ \x1e\x7f\x24\x1f\x44\x47\xd7\xfd\x74\x5f\xd4\x5c\x59\x7e\xe2\xd8\ \xf2\x2c\x44\x58\x48\xd8\xb7\xfa\xd3\xeb\x52\x59\x2c\x9b\x53\xd3\ \x8f\x4d\x54\xda\x23\xab\x3f\xca\x2b\x2f\xcf\xb4\xda\x48\xf0\x54\ \xcf\x5d\x5d\x60\xf6\xf8\xca\x02\xba\x2e\x2a\xdc\xc3\x80\x01\xce\ \xa5\xaa\x75\xc8\xbd\x83\x0e\xae\x38\xde\x20\x2f\x89\x90\xd4\x34\ \x60\x3b\x97\x37\x5a\x26\x28\xf3\xa9\xc3\xb2\xe7\x56\x65\xdb\x03\ \xea\x96\xbb\x89\x37\xcb\x96\xe6\x25\x7a\x37\x52\x55\x0a\x66\xb7\ \x1a\xf5\x7a\xbd\xed\xf8\xf2\x5c\x56\x97\xdc\x6e\x35\x6d\x8f\x5f\ \x38\xbf\x23\x4c\x7c\x67\xbe\x26\xfb\xef\xdb\xf1\xf3\x49\x0a\x2d\ \xab\x4f\x27\x30\x10\x78\xfd\xd8\x6f\xfe\xf4\xee\x87\xa2\x18\x0c\ \xac\xfd\xc5\x6d\x69\xa5\xcc\x72\x77\xef\xf8\xf9\x38\x0c\xde\x12\ \x60\xc9\x7d\xae\xac\xdf\xf4\x1b\x9f\xda\xf5\xd9\xb4\x06\x15\x2d\ \x67\x12\xb5\x6f\xf8\xd3\xb7\x0e\x0c\x48\x6d\xdb\xfd\x5b\x3f\xac\ \x43\x08\x58\x21\xdf\x26\xb7\xed\xf8\xb7\xab\x75\x18\x08\xc1\xa5\ \xbe\x61\xfd\x27\xbb\xe0\xd2\x8a\x13\xb9\x73\xf7\x17\x57\x25\xfa\ \xb7\x6c\xfa\xcd\x8f\x6f\xbb\x0b\x07\x4d\x9f\xf4\xdf\xbb\xfb\x2b\ \xf7\xae\x5b\xcb\x39\xbb\x1e\xb8\x10\x42\x18\x04\x90\x73\xa9\x75\ \xc8\xbd\x83\x0e\xae\x26\x72\x07\x08\x01\x5d\x87\xb6\x7d\x79\x57\ \x26\x42\xa0\x7a\x3c\xd8\xff\x5d\xff\xe8\x93\xfe\x81\xef\x7a\xc7\ \xf6\x71\xf6\x6e\xe2\xec\x04\xe7\x4a\x6c\xf0\xc1\x5f\xfe\xd2\xff\ \xfe\x7f\xfc\xf6\x43\x77\x6f\xc4\x2c\x38\x7d\x75\xc2\x77\x40\xf4\ \x83\x3f\xf3\xb9\x8f\xee\xea\x0e\xfc\x0b\x4a\x8b\x82\x10\xbb\xed\ \xe9\x85\x7a\x33\x17\xef\xaa\x96\x8f\xd4\x64\xcf\x9d\xbb\xbe\x38\ \x64\xe2\x78\xee\x43\xc3\x5a\xfe\xf0\xcc\x29\x09\xb1\xa6\x25\x58\ \x7b\x7c\x62\xe1\x88\x8f\x08\x3a\x5d\x1a\x49\x08\xc1\xc3\xfa\x80\ \x9c\xf9\xe9\xde\x0f\xad\xd1\x0b\xaf\xcd\x8d\x07\x42\x59\xb7\xe1\ \x57\x76\xaf\xba\x65\x4d\x76\xcd\xec\xa9\xbf\xfb\xde\xcb\x0f\x8b\ \xc4\x2d\xbd\xb4\x72\x2a\xbf\xd8\x95\xec\xf3\xea\xc7\x4b\x1e\xc3\ \x08\x42\x88\x79\x50\x98\x9c\x79\xe4\x85\xe3\x7b\x6c\xda\xdb\x15\ \xeb\xf3\xdb\x53\x3c\xfe\xbe\xd5\x11\x35\xd3\x7d\x5b\x0c\xd8\x75\ \x5f\x51\xae\x8f\xe0\x92\xd0\x2c\xc3\x98\xd0\xb4\xce\xba\xea\xa0\ \x83\xab\x86\xdc\x43\x87\xaa\xa1\x43\xdb\xbe\x8c\x9d\xf6\xa4\x00\ \x34\x8e\x7b\x46\x10\xe0\x12\x40\xe0\xb7\x41\x72\x14\xf7\x0e\xa2\ \x0b\x8e\x96\x91\x81\x50\xde\xf7\xf3\x5f\xfa\xd9\xbb\x47\xa3\x99\ \x35\xbf\xfa\x95\xff\xf2\xf9\x7b\x86\x3d\x3f\x00\x40\x3a\xae\xd8\ \xf1\xe0\xaf\xff\xfe\xff\xfd\xef\x1e\xdc\xde\xed\xfb\x17\x9a\xc2\ \x84\x20\x0e\xdc\xfc\x62\x65\x41\x8b\x8e\x24\x49\xf1\xc9\x17\xfe\ \xc3\x49\xa7\x6b\xfb\x50\xdf\x6b\x87\xbf\x51\x66\x02\x02\x67\x66\ \xee\xa5\xe8\xaa\xcf\x7f\xe6\xce\xcf\xfb\x85\x57\xaa\x0c\x02\xe6\ \x65\x56\xff\xc2\x2f\xdc\xff\x07\x1f\x1c\xd9\x0a\xb9\x0d\xd4\x81\ \x8d\x7d\x83\x07\x8f\x7c\xbd\xe0\x0b\x04\x9c\x63\x47\xfe\xcb\x33\ \x73\xb3\x1a\x55\x5d\x16\x20\xd1\xf6\x38\x31\x15\x95\xf3\xfa\x52\ \x79\x92\xab\xfd\x5d\x96\xc1\x85\x94\xd2\xe7\xa4\xf7\xd6\x5b\xff\ \xf0\xdf\xdc\xff\x65\xb1\xf4\xad\xa3\xd5\x16\x0e\x4e\xbe\x3e\x3f\ \xb3\x66\xed\xa7\x36\xf7\xf4\x4f\x4c\x7c\xb3\x0e\x33\x2a\xbc\x4e\ \x84\x2e\x72\x5d\xc0\xb9\xd0\x6f\x38\xe5\x4e\x10\xa0\xf8\x5d\xff\ \xeb\x84\x77\x5d\xea\x7c\x83\x17\x33\xec\xf4\x86\x29\x36\x7e\xae\ \x7d\x04\x4a\xcb\x02\x8c\x41\xc7\x91\x97\xcb\x27\x26\x01\x89\xc0\ \x54\x97\xcc\xaf\xa0\xfe\xad\x68\x76\x0f\x23\x26\xd2\x08\xbf\xf0\ \x20\x77\x85\x8a\x97\x1f\xfe\xbd\x97\x9a\x8b\xf3\x25\xf8\x6b\x7f\ \xfc\xf0\x27\x3e\xba\xfd\x4f\x1f\x1d\x67\x7e\x90\xd8\xf8\xf1\x5f\ \xfe\xc8\xda\xd7\x8f\x1e\xac\x70\x74\xe1\x66\x19\x08\x65\xb3\xfa\ \xfa\xd3\xaf\xb5\x07\x3e\xf4\x95\x81\x98\xf9\xcc\xf4\x64\xf7\xea\ \xbb\x37\xf5\xef\x30\x41\x6c\x55\xf7\x66\x54\xbe\x35\x1b\xbf\xf9\ \xd4\x6b\xff\xd7\xb3\x95\xee\x9f\xbd\xfd\x13\xc3\x93\x7b\x4f\x3a\ \xa4\xb2\xf0\xdd\xef\x16\x1f\xe7\x5e\x8d\x03\x18\x8d\xdf\xb6\x65\ \x70\x6b\x0c\x2a\x7d\xbd\x5b\x0b\xcd\x4d\x27\x5e\x7f\xb6\x85\x40\ \x20\xa1\x8a\xa9\x80\x86\x82\xb8\xc3\x98\xe7\xcc\xec\x3d\xf8\x17\ \x66\xd7\x5f\xad\xed\xee\x3e\x5c\x9d\xa2\x84\x60\x5e\x3c\x72\xf8\ \x8f\x9f\x9e\x5f\xf0\xbd\x1a\x49\xdd\xaf\xa1\x60\x7c\xfa\xb9\x7b\ \x6f\xfb\xdd\x11\xf7\x1f\xff\xc7\x89\xe9\xbb\xb2\x3b\x48\xd8\x3c\ \xfd\x5a\xd6\xef\x61\xaf\x19\xec\x38\x80\x52\x68\xbe\xe1\x8b\x0e\ \xdb\x4b\x5e\xdf\x4b\x08\x02\x30\x53\x85\x1e\x7b\x77\x89\x74\x42\ \x82\xa8\x2a\x73\x11\x29\x2e\x6d\x78\xde\xda\x05\x02\x9c\x69\x00\ \x74\xdd\x33\x7b\xd5\x81\xc5\x16\x7c\xb7\x6d\xc6\x21\x00\x83\x09\ \x71\x89\x69\x31\x67\x5b\x5a\x9f\x7f\x5b\xaf\xa6\x09\x4f\xde\xc4\ \xc4\x9a\x0e\x30\x06\xb6\x0d\x92\x49\x70\xb9\x26\x87\x04\x00\x42\ \x4c\x24\x80\x00\x53\x80\x20\x90\xe2\x5d\xdd\x09\xd9\xae\x17\xa5\ \x80\x7a\xa2\x67\xb8\x3b\x35\xfb\xe2\x0c\x03\x9c\xe3\x9e\x9f\xfb\ \xdc\x4f\x9d\xfa\xa7\x3f\x29\xec\xf8\xe5\x6d\xf4\x42\xcb\x85\x09\ \xc9\xad\xd8\x8e\x1d\x5d\x29\xae\x8d\x66\xe4\xd4\xde\xb6\x71\xf7\ \x6d\xbf\x53\x9f\xff\xfe\x3f\x3e\x73\x8c\x6a\x1b\xbb\xba\x56\x57\ \x9b\x05\xdf\x02\xab\xbb\x6f\x5f\xaf\xa9\x84\x37\x5d\x2e\x21\x44\ \xdc\xaf\xd5\xfc\x2a\x04\x08\x21\xd5\xa9\x3f\xf7\xad\x67\x8e\x53\ \x7d\x55\x3c\xbb\xbe\x50\xaf\xac\x1d\xfd\x62\xb2\xfd\xec\xc9\xc5\ \xc3\x77\x0f\x7f\xf6\xfe\x5c\x04\xd7\x5f\x5e\x81\x43\xbb\x36\x8c\ \x01\x94\x1c\xb3\xbc\xd7\x8e\xe4\x31\xc6\x00\x20\x42\x14\xdf\xaf\ \x38\x01\x53\x30\xa5\x8a\xa9\x69\x16\x6f\x1c\x7e\x6d\xfa\xd1\x64\ \xe3\xa9\xba\x58\x65\x68\x71\x0d\x81\xda\xb5\x4c\x80\x10\xc2\x20\ \x08\xca\x8b\x0b\x74\x79\x29\xa5\x69\x4b\x2b\xcb\x52\x55\xc3\xf9\ \x13\x8b\xc7\x0d\xd3\xba\xbe\x89\x06\x41\x30\x5d\x41\x35\xf7\x9c\ \x02\xeb\x17\x00\x26\xc0\x40\x5c\xf6\xc6\xb8\xe0\x97\xf4\xed\xb5\ \x4a\xc5\x71\xda\xe7\x4a\x03\x09\x80\xa6\x69\x89\x64\xea\xfa\xde\ \x56\x31\x02\x55\x07\x1e\xcd\xa3\x77\xa5\xc4\xc3\x5a\xf0\x7d\x31\ \x81\x2f\xa1\x74\x29\x84\xd0\x75\xec\x7a\xad\x76\xde\x08\x43\x84\ \x52\xa9\x14\xa1\xca\x55\x32\xf2\x6f\x22\x77\xa9\x69\x12\x63\xd0\ \x6e\x5f\xc6\x2f\xe0\x1c\xc4\x46\xc8\xe6\x6e\x60\x44\x61\xf4\xa3\ \x48\x49\xc0\xe5\x17\xf9\xbb\xd2\xa9\x10\xca\xb6\xaf\x7c\xfc\xb7\ \xbf\xb2\x5d\x3d\xf8\x9b\xff\xf0\x2a\x13\x70\xcd\x1d\x3f\xb5\x8d\ \x1c\xfa\xe2\x37\x9e\x7b\xf0\x96\xcf\x0b\xe6\x33\x2e\x2e\x28\xb2\ \x5a\x4a\x2e\xb8\x11\x5d\xa3\x81\xd2\x13\xaf\x7c\x7b\xc9\xa6\x19\ \x7b\xa5\xe9\x14\x17\xea\x15\x81\x57\x34\x54\x28\x97\xa6\x2b\xa5\ \xbf\xc1\xeb\x3e\x36\x18\x0f\x5e\xdc\xff\x97\x0b\x3e\xa6\x08\x00\ \x70\x76\x83\x86\x22\xc8\xcf\xe7\x17\x04\x9a\x41\xa0\x5e\x2d\xac\ \x18\x5d\x25\x87\x7b\x73\xa7\xfe\xfb\x2b\xe4\xd3\xab\x22\xcb\x8f\ \x1f\x78\xa4\x0d\x06\x14\xbd\x3f\xa5\xf2\xfd\xaf\xfd\xd1\xe1\x8a\ \xad\x60\x22\xa4\x77\x6a\xfc\x9f\x45\x33\xa0\x18\x41\xa9\x48\x67\ \xea\xb5\x89\xba\x07\xe4\xb1\x23\x7f\x06\x00\x52\x35\x7c\x60\xfc\ \x69\x07\x2a\xe8\x5a\x5e\x86\x9c\xb3\xb9\xd9\x29\x2d\x91\xa4\x01\ \x97\x86\xa1\xe9\x9a\x20\x14\x00\xc9\x18\x5f\x5c\x98\x1f\x5e\xb3\ \x0e\x22\x2c\x2f\x91\xc3\xae\x05\xb3\x0c\x7e\xa3\xbd\xce\xe9\x86\ \x3b\x08\x02\x01\xce\x36\xe4\x91\x6f\x6e\xc0\x76\xa9\x66\x19\x84\ \x60\x7e\x79\xb9\xd9\x6c\x24\x93\xa9\x37\x35\xbd\x90\xb2\x5a\x29\ \x43\x08\x33\xd9\x2e\xcf\xf3\xae\xe3\xca\x1c\x67\xcd\x32\x67\x87\ \x3d\xec\x1f\x72\xa6\xed\x51\xd8\x56\x50\x86\x47\x1b\x79\x0e\xb9\ \x5f\xa2\x94\x71\x1d\x7b\x6e\x76\x3a\x99\x4a\x63\x84\xcf\xed\x02\ \xe3\x7a\xee\xc2\xfc\xdc\xc8\xda\xf5\x41\x10\x5c\x15\xd3\xf2\x4d\ \x07\x45\x55\x01\x18\x23\xdb\xe6\xe8\xf2\x98\x03\x21\x06\x7e\x91\ \x1f\x7c\x94\x63\x04\x84\x00\x10\x43\x20\xa4\xdb\x78\x37\xd1\x32\ \x52\x78\x3e\x7c\xff\xaf\xfc\x87\x5f\xbf\x15\x7f\xf5\x7f\xfd\xdd\ \xf1\xa6\xc0\x46\xf7\xc7\x7f\xee\x41\x36\xf3\x0f\xeb\x6e\xbd\x77\ \x7d\x4f\x2a\x43\x36\x0e\x75\x1d\xcf\x37\x3c\xfc\xe3\xd6\x0a\x42\ \xd4\x6d\xec\xdb\xf3\xe2\xf3\x02\x20\x85\x1a\x14\x81\xd7\x8f\xfd\ \x03\x26\x86\xaa\x44\x01\x68\x9d\x9c\x79\x0a\x61\x1d\x83\xc5\xbd\ \x07\xfe\x33\x97\x90\xbe\x29\x10\xfe\xec\xef\x21\x94\x10\x00\x9c\ \x53\x33\x4f\x62\xac\x55\x67\xbf\x35\x07\x55\x05\xa3\x63\xc7\xfe\ \xec\xa0\x80\xaa\x62\x62\x30\xfd\xe2\xfe\xff\xc4\x25\x20\xc4\x50\ \x30\x01\x00\x20\xe8\x4d\x9d\x7a\x04\x60\x9d\x20\x08\x20\xe5\xed\ \xf1\xd7\xeb\x9c\x52\x9d\x62\x09\x00\x10\xfe\xfc\x81\xf1\x69\x42\ \x75\x04\xaf\x55\x76\x87\x10\x3a\xb6\x83\x20\xba\xfb\xb6\x3b\xc0\ \x0f\x9f\x02\xc9\xe4\xae\x3b\xee\x3a\xfb\xec\x81\xfd\xaf\x36\x9b\ \x8d\x44\x22\xc5\xae\x6b\x72\x3f\x87\x58\x01\x21\x30\x17\xd7\x2a\ \xcd\xa0\x27\xa5\x23\x08\x98\x10\xcb\x65\xc7\x0d\x44\x4f\xda\x30\ \x35\xc2\xb8\x5c\x2a\xdb\x8e\xcf\x2f\xdd\x0c\x07\x21\x2a\x97\x8a\ \xef\xbb\xeb\xee\x54\x2a\x73\xde\x53\xcd\x66\xe3\x85\xe7\x9e\xc9\ \xf5\xf4\x5e\xe6\x0a\xde\x57\xf7\xc8\x67\x63\xaa\xcf\x85\x42\x70\ \x32\xaa\x30\x26\x6a\xad\xa0\xd8\x70\x13\x96\x9a\x8e\xaa\x08\xca\ \x4a\x33\x28\x36\xdc\x4b\xdf\xea\x10\x42\xf5\x5a\x2d\x9d\xc9\xde\ \x72\xdb\x1d\x6f\x7d\xf6\xa9\x27\xf6\xf8\x9e\x07\x31\xbe\x1a\xdc\ \x4e\xe4\x4d\x3b\xbe\xa6\x81\xcb\xad\xdc\x01\x93\xcd\x82\x14\xfc\ \xcc\xa6\x8a\x20\xa6\xef\x22\x38\x3d\xf0\xfd\xdc\xf6\xcf\xfe\xd6\ \x27\x87\xfe\xec\xcb\xbf\xf8\x83\xe3\xd5\x88\xa5\x12\x8a\x16\x8f\ \xbe\x9c\xc9\x8e\x3d\xf4\x99\xad\x6b\xfa\xb3\xf1\xe4\xf6\xb5\x7d\ \x7b\x96\x0f\x2d\xe3\x1f\x2f\x84\x24\x44\x8a\xa6\xbe\x51\x6d\x5c\ \xa1\xe6\x99\xed\x1c\x51\x12\x36\x93\x24\xaa\x12\xfd\xb1\xf7\xf7\ \xf4\x8b\x89\x11\xd2\x3f\xa5\x91\x33\x85\x10\xdf\xfa\x76\x48\xa8\ \xf1\xc6\xe6\x0e\xa9\x42\xcf\x69\x43\x05\x89\x42\xc9\x75\xd0\x95\ \x4a\x55\x55\x00\x00\xa8\x54\x80\x69\x02\x21\xce\x9e\x76\x34\x4d\ \x6b\xb7\xdb\x37\x54\xdb\x2d\x08\x80\x42\x11\xc5\x90\x0b\x71\x6a\ \xa5\x9d\x8a\x2a\xd9\x84\xe6\xfa\x9c\x60\x38\xb1\xd8\x44\x08\x02\ \x09\x10\x84\x42\x5e\x3a\x9d\x49\x8c\x89\xa2\xbc\xcd\xa9\x95\x12\ \x4a\x30\xbe\xd1\x2a\xfc\x50\x02\x25\x44\x94\xc0\xa5\x92\xdd\x72\ \xf8\x48\xaf\xc5\x85\xc8\xc4\xd5\xf9\xa2\xed\xfa\x1c\x21\x88\xe0\ \x65\xd0\x50\x61\xd7\x52\x5d\x33\xde\xf6\x59\x2d\x5c\x08\x57\x9d\ \x59\x46\x4a\xa0\xa9\x00\x63\xd8\x6a\x03\x74\xd9\x1c\xf9\x12\x00\ \xac\xa3\xee\xf5\x38\x95\x41\x7e\x45\x2c\x1d\x67\xb6\x7b\xe1\xaa\ \x45\x32\xa9\xde\xf6\xd0\xbf\xea\xc7\xcb\x43\x77\xfd\xfc\xef\x7c\ \xc4\x6a\x2d\x1d\x7b\xe4\xdb\x8f\xfd\xe3\x1f\xfe\xee\xb7\x20\x6f\ \xb7\xb5\x2f\xfd\xf5\xd7\x6e\x9a\xfa\x87\xc7\x5f\x5b\x32\xcc\x4e\ \x83\x88\x2b\x29\xde\x51\x78\xca\x69\x36\x81\x65\x9d\x3b\x79\xde\ \xc9\xef\x74\xdd\xab\x48\x01\x00\x46\x30\x19\x51\x2c\x8d\x7a\x3e\ \x37\x35\x9a\xaf\xba\x42\x02\x02\x21\x80\x92\x5f\xa6\x63\x0c\xc6\ \xe8\x1d\x9a\xd5\x49\x8c\xf1\x8d\x96\x6c\x70\xb6\xb7\x63\xc4\xa0\ \x2a\xc5\x8c\x0b\x95\x62\xc7\xe3\x2d\x87\x29\x04\x11\x04\x7d\x71\ \x59\x46\x44\x22\x04\xe1\x3b\x38\x64\xc3\xd6\xea\x57\x8b\xd9\xea\ \x8d\xcb\x12\x22\x54\xee\xb0\xd5\x92\x97\x91\xdc\x21\x18\x7c\x1f\ \xed\xef\x85\x76\x89\x93\x0c\x1e\x7b\x3f\xd1\xe9\x85\x3b\x6b\x21\ \xa5\xe8\xe4\x93\x7f\xf3\xe7\xff\xfc\x92\xa4\x2a\x0f\x82\xf0\x7d\ \x08\x23\x88\x88\xa6\xcb\x97\xbe\xf5\xf7\xff\xf4\xec\xac\xaa\xe0\ \x4e\x19\xc2\x2b\x0b\x7c\x96\xdc\x23\x91\xf3\xce\xb0\x37\x14\xb9\ \x0b\x29\x85\x08\x0f\xa6\x12\x63\x18\xd1\x69\xcb\x65\xcb\x55\x07\ \x02\x40\x31\x64\x4c\xa4\x22\x4a\x32\xaa\x88\xcb\xc3\x32\x00\xe1\ \xb7\x8f\x26\x80\xe0\xc6\xda\x53\xa5\x04\x5c\xbc\xe1\xc8\x33\x55\ \x82\x31\x9c\x2f\xda\x1e\x13\x14\x43\x00\x00\xc6\x70\x20\x6b\x5c\ \xae\xdd\x0e\xa2\x77\x1c\x5e\x8c\xaf\x22\x72\x7f\xb3\xf1\x5b\xd3\ \x25\xc6\xa0\xd5\xbc\x6c\x83\x2e\x80\x9a\xc5\x31\x2a\x0e\x7f\x9f\ \x35\x03\x09\xa8\x58\x77\x37\xcd\xf4\xc1\x99\x53\x12\x5c\xd8\xdc\ \xa3\x58\x1e\x7d\xf4\x6b\xfb\x4f\xb3\x3a\x80\x98\x9a\x96\x49\x90\ \x04\x00\xa8\x2a\x78\xfd\x89\xef\x70\xa4\x9a\x1a\xe9\x64\x44\x5e\ \x51\xe5\x0e\xde\x50\xee\xa9\xd4\x79\xcb\x00\x42\x78\x43\xdc\x1c\ \x09\x30\x86\x09\x4b\xd1\x14\x2c\x04\xe0\x5c\x32\x26\x67\x0b\x6d\ \x2e\x24\x42\xa0\xdc\xf4\xb2\x71\x0d\x42\x68\xea\xa4\x69\x07\x97\ \xed\x1b\x11\x02\xef\xc0\xee\x18\xe3\x1b\xc4\x1a\x26\x25\x88\x99\ \x94\x60\x64\xea\xa4\x5e\xb6\x75\x45\xcd\xd7\xdc\x52\xdd\x23\x18\ \xb5\x40\x90\x8a\x28\x7d\x69\x9d\x4b\x09\x2f\x5f\xac\xf1\x8f\xd8\ \x3b\x11\xc6\xa7\x9d\xe9\x57\x17\xb9\x0b\x21\x75\x1d\x10\x02\xdb\ \x97\xcf\x2c\x23\x01\x8d\x20\x56\x12\x6d\x1f\x50\x15\x72\x4f\x36\ \xca\x22\x61\xc2\x0b\xf7\x1f\x4a\x00\x14\x23\xa2\x9c\xff\xb7\xd3\ \x37\x55\xd5\xcd\xab\xc6\xc0\x75\x43\xd3\x3b\x09\x6b\x9f\xb5\x5a\ \x60\x68\xe8\x4d\xd3\x0b\x13\x08\xe0\x0d\x41\x32\x10\x48\x09\x28\ \x46\x10\x82\xe5\x8a\xc3\x84\x2c\x35\x3c\x84\x4e\xb7\x91\xa9\xb6\ \x02\x21\x64\xd4\xa0\xb6\xcb\xea\xed\x00\x41\x78\xe9\xad\xc3\x24\ \x90\x08\xe1\xb7\x65\x19\x04\x11\x46\xf8\xc6\x59\x16\x52\x02\x5d\ \xc5\xc5\xba\xdb\x76\x19\x42\x30\x60\x92\x12\x04\x21\x08\x98\x98\ \x2b\xd8\xa9\xa8\xa2\x10\x94\xaf\x5d\xb6\x1e\x73\x10\x42\x82\xdf\ \x3e\x00\x93\x60\x02\xaf\x9a\x4d\xf5\x3c\x9b\xbb\x06\x30\x06\xcd\ \xd6\x65\xec\xa1\x2a\x18\x88\xae\xc2\x63\x0a\x02\x08\x48\x01\x22\ \xbd\xb0\x7e\x58\x80\x0e\x1d\x5f\x5f\xca\x5d\x86\xf6\xce\x66\x13\ \x24\x12\xe7\x3e\xe5\xfb\x3e\xba\x61\x24\x24\x97\x72\xb9\xea\x48\ \x09\x30\x82\x00\x82\x6a\xcb\xc7\x67\x2c\xb3\x08\x82\x7a\x3b\xa8\ \xb6\x02\x00\x00\x3e\x37\x34\xef\xd2\x80\x31\x0a\x7c\x1f\x18\xe6\ \x79\x7f\xf7\x7d\x1f\x22\x74\x83\xac\x32\x08\x41\xbd\xed\x57\x5b\ \x3e\x84\x00\x23\xd8\x68\x07\x10\x9e\x36\x8d\x40\x08\x7d\x26\x16\ \x4a\x0e\x38\x1d\x7b\x7a\x39\x1c\xaa\x00\x60\x8c\xd9\x3b\xa4\xf1\ \x73\xce\x20\x42\x80\x5f\x15\xb1\x61\x6f\x52\xee\x20\x54\xee\xad\ \x26\x80\x97\x29\x14\x12\x01\xaf\xc0\x66\x8e\x21\x4a\x4e\xcf\x72\ \xf7\x84\xa8\x2c\x08\x70\xc3\x64\x00\xdf\x00\xa2\x49\xaa\x9a\xc6\ \x84\x38\xf4\xea\xde\x0d\xe5\x72\xad\xd5\x2c\x9c\x38\x06\x19\x03\ \x00\x48\x29\x5c\xc7\x4d\x24\xd3\x01\x0b\x6e\x08\x96\x01\x00\x9f\ \xe3\x67\xc3\x6f\xf6\xb9\x21\x04\xd1\xe5\x1e\xf9\x44\x2a\x3d\x71\ \xf2\x84\x61\x18\xe7\xa9\x31\xc7\xb6\xe3\x89\x24\x63\xc1\x0d\xd2\ \x7e\xf2\xdc\xb1\x45\x6f\x1e\x76\x08\x01\xb9\xac\x2e\x39\x29\x84\ \x19\x89\x3a\xed\xe6\x91\x83\x07\xd0\x9b\xf4\xbb\x64\x8c\x21\x4c\ \x30\xc6\xfc\xaa\x23\x77\x00\xa4\xae\x03\x8c\x61\xb3\x75\x39\xcf\ \xaa\xae\x5c\x78\x9d\x9d\x75\x76\x48\x00\x31\x05\xa8\x53\x55\xe3\ \xba\x5a\x5a\x38\x91\x4c\x01\xdb\xc1\x8d\x26\x88\xc7\x89\x15\x41\ \x61\x34\x2d\x84\xba\x61\x31\xc6\xae\xef\x54\x49\x2e\xc1\x8e\x3e\ \x7e\x11\x2e\x52\x8c\x00\xbb\x34\x12\x30\xcc\x08\x8a\x40\xf1\x16\ \x2a\x51\x93\x3a\x00\xe0\x2a\x49\xa5\xf9\x09\x81\x71\xd0\x1b\x15\ \x5d\xd6\xbb\x4e\x7e\x86\x10\xd0\x4b\x0b\x43\x27\x84\x24\xd3\x19\ \xce\xc5\x79\x9f\x42\x15\x0d\x63\x7c\xf5\x0c\xfb\x5b\x94\xbb\xa2\ \xc0\x6a\x05\x48\x71\xd9\xdc\x02\x10\x90\x4e\x4f\xcd\xeb\x5d\xbc\ \xfb\x41\x80\xed\x36\x6a\xb7\x98\x69\x72\x29\xe5\x99\x70\xa8\xab\ \x44\xc2\xfc\xa4\xa1\x90\x8b\xf1\xd6\xc9\x4b\x76\x17\x71\xce\xde\ \x76\x80\xf9\xf5\x5e\x58\x26\x1c\xbd\x30\x31\xf8\xbd\x1f\x76\x29\ \xa5\xef\x07\xef\x70\x47\xae\xa2\x09\xff\xe6\x24\x26\x45\x91\x89\ \x04\x68\xb6\xa0\xef\x5d\x3d\x3e\xdf\x0e\xae\x0d\xf5\xde\x68\x00\ \x00\x78\x2c\x76\x43\x6e\x6f\x1d\x2f\xd2\x95\xe1\xf7\x0e\x45\xfd\ \xa8\x45\x79\xfe\x96\x14\x8f\x41\xd7\x05\x9e\x0f\x60\x47\x6e\x77\ \xf0\x2e\xce\xba\xa8\xd9\x94\x8a\x22\x3b\x3d\xf6\x3a\xe8\xe0\x6a\ \x24\x77\x00\x64\x2c\x06\x5c\x17\xb8\x6e\x87\xdc\x3b\x78\x57\xe4\ \x4e\x1a\x4d\x49\xa9\xe8\xb4\x61\xea\xa0\x83\xab\x91\xdc\x85\x90\ \xf1\x38\x74\x1c\xe8\x79\x1d\x72\xef\xe0\xdd\xcc\x23\x84\x5a\x4d\ \xa9\x50\xa9\xeb\xe0\x06\x30\xf8\x76\xd0\xc1\x35\xa8\xdc\xe3\x71\ \x60\x3b\xc0\xed\x90\x7b\x07\xef\x02\x12\x00\xd4\x68\x48\xaa\x08\ \x55\x83\x1d\xe5\xde\x41\x07\x57\xa9\x72\x77\x1d\xe8\xb9\x9d\x70\ \xc5\x0e\xde\x9d\x72\x6f\x34\x24\xa5\x9d\xee\xd8\x1d\x74\x70\x95\ \xe0\x4d\x71\xee\x10\x00\x10\x4f\x00\xdb\xee\xd8\xdc\x3b\x38\x5f\ \x9b\x4b\x49\x29\x35\x0c\xf3\x6d\xf3\xdd\xa5\x65\x69\xb6\x03\x35\ \x4d\x4f\xa7\xa8\x61\x40\x4a\x3b\x23\x76\x11\x30\x0c\x13\x63\x7c\ \x7e\x7f\x1f\x08\x75\x5d\x17\x1d\x63\xd7\x4f\x0c\x96\x65\xa9\xaa\ \x7a\xde\xb0\x4b\x29\x15\x45\x31\x4d\x93\x5e\xb3\x93\x99\x9c\xa7\ \xdc\x45\x22\xb4\xb9\xbb\x12\x76\xd8\xbd\x83\x37\xa0\xaa\xea\xfe\ \xfd\xfb\x0e\x1c\x78\xad\x5a\xad\xc0\xb7\xe4\x5a\x3a\x0a\xfd\xdc\ \xf3\x2f\x0c\x57\x2a\xff\xf1\x3f\xff\x81\xa7\x50\x24\x3a\xe2\xfd\ \x62\x80\x31\x9e\x9d\x9d\xa5\x0a\x3d\xf7\x2f\x8d\x46\xf3\x2f\xff\ \xe2\xcf\x0b\xf9\xbc\x38\x53\x70\xb2\x83\xcb\x4c\x82\x18\x17\x8b\ \x45\x55\xd3\xce\xe5\x77\x55\x55\x1f\xfb\xc1\xa3\xff\xfc\xad\x6f\ \xda\xed\x16\x80\xd7\xa4\x19\xe3\xfc\x96\x48\x32\x91\x00\xae\x0b\ \x6c\xa7\x33\x8d\x3a\x78\xd3\x44\x21\x64\x79\x79\xb9\x50\xc8\x17\ \x0b\x85\xb7\x8a\xf7\x26\xc6\x9f\x9d\x5f\x6c\x30\xf6\xe2\xeb\x07\ \xa4\x94\x1d\x8b\xde\xc5\x9e\x8f\x80\xaa\xaa\x56\x24\x72\x76\x84\ \x21\x84\x9e\xe7\x1e\x3e\x74\x68\x61\x61\x9e\x31\xd6\x51\x5c\x3f\ \x99\x53\x29\xa0\x84\x58\x56\x44\x51\xde\x68\x7f\x8a\x10\x9a\x9a\ \x9a\x5a\x5a\x5a\x6c\xd6\xeb\x10\x5d\x07\xe4\x2e\x44\x58\xb2\x15\ \x96\x2b\x9d\x5b\xde\xc1\x79\xa7\x54\x8c\x71\x77\x77\x4f\x3a\x9d\ \x39\x8f\x60\x24\x84\x3e\xc6\xfd\x2b\x05\x20\xc1\xaa\xb1\x8d\x2a\ \x63\x1d\x06\xba\x3d\x32\xf4\x5a\x00\x00\x20\x00\x49\x44\x41\x54\ \x04\x7a\x07\x18\x63\x84\xd0\xb9\x2a\x32\x1a\x8b\xad\x35\x4d\x21\ \x44\x67\x60\x7f\x82\x80\x90\x52\x7a\x76\xd8\x43\xb3\xcc\xe0\xe0\ \x10\xbb\x66\xe7\x33\x39\x7f\x05\x5b\x16\xd0\x75\x58\x2e\x75\xdc\ \x62\x1d\xbc\x2d\x14\xe5\xfc\xa6\x57\x02\x42\x45\x4a\x5d\xf0\x82\ \x61\x61\x4d\x55\xfc\x8e\x70\xbf\x0c\x5b\xe9\x79\x0f\x4f\x17\x55\ \xee\xe0\x3d\x1c\xf6\x50\xbf\xbf\x75\xc2\x5f\x9b\xe4\x0e\x00\xc0\ \x58\x26\x12\xb0\x5c\xe9\x04\xb4\x75\x70\x81\x0b\x40\x40\xa8\x05\ \x01\x65\xbc\xa5\x2a\x40\x48\xd9\x99\x39\xef\xc9\xb0\x77\xd0\x19\ \xf6\x77\xa7\xdc\x01\xa5\x32\x11\x87\x95\x72\x47\xb9\x77\x70\x3e\ \x89\x0b\xf1\xb6\x73\x9d\x49\x49\x7d\x9f\x72\x5e\xa7\x44\x30\x76\ \x83\x14\x0b\xfb\x09\x01\xa1\xb7\xe9\xd3\xd6\x19\xd2\x9f\x34\xde\ \xb6\xd9\xef\x3b\x4d\xf8\x6b\x55\xb9\x4b\x42\x64\x3c\x09\xcb\x95\ \xeb\x20\xcf\x10\xc2\x1b\xd7\x2b\x7c\xd9\xe7\xa4\x94\x52\xd7\xf5\ \xb7\x46\x8c\x01\x00\x18\xc6\x69\x08\x35\x21\x45\x3c\x91\x48\x24\ \xd4\x20\xe8\x90\xc5\x45\x53\x8c\x6d\xdb\xe7\x35\x82\x40\x08\x45\ \xa2\xd1\x8e\xd8\xfa\x89\x0e\x7b\x10\x04\x8e\xe3\x9e\xdb\x42\x45\ \x4a\x69\x59\x16\x21\xe4\xda\xe5\xf7\xb7\x28\x77\x42\x64\x32\x0e\ \x4b\xc5\x6b\x7d\x32\x09\x2e\x3d\x97\x33\xf7\x06\x9d\xaf\x54\xbd\ \xcc\x86\x6f\xd7\x75\xef\xbb\xef\x03\xef\xbf\xeb\x2e\xc7\x71\xce\ \x1f\x6a\x4d\xd3\x0e\x1f\x8e\xfc\x60\xcf\x6d\x1f\xff\xf8\xc6\x4f\ \x7c\x02\x79\x5e\x87\x2f\x2e\x0e\xaa\xaa\xfe\xe9\x9f\xfc\xf1\xf4\ \xf4\xb4\x69\x9a\x21\xa7\x30\xc6\x72\xb9\xdc\xbf\xfd\xc2\xff\xf2\ \x4e\xad\x7f\x3a\xb8\x74\x68\x9a\xb6\x77\xef\xcb\xff\xed\xe1\xbf\ \x4f\x24\x92\x67\xa9\xdc\xf7\xfd\x5f\xf8\xc5\x5f\x1a\x19\x19\xf1\ \x7d\xff\xfa\x50\xee\xa1\x59\x26\x89\x8e\x1d\x03\x42\x5c\xd3\x55\ \x7f\x21\x04\x08\xc1\x1b\xa9\x91\xe4\x7b\x73\x20\x78\x1b\x93\xba\ \x84\x10\xd9\x36\x72\x5d\x9e\x48\x00\xd9\xb1\xb9\x5f\xca\xa4\x45\ \xf9\xfc\xf2\xd2\xe2\xc2\xea\xe1\x91\x73\xb3\x99\x64\x67\x54\x7f\ \x92\x40\x08\xb5\xdb\xed\xd9\xe9\x69\x85\x2a\x56\x24\x72\x6e\xbe\ \xd8\x35\x3d\xf2\xe7\x29\x77\x00\x08\x91\xc9\x24\x2c\x5e\xf3\xca\ \x1d\x22\x48\x15\x04\x6e\xd4\x6c\x9a\xf7\xf4\xee\x41\x08\x6d\x07\ \x3a\x0e\x4b\x24\x3a\xd6\x83\x4b\x04\x63\x3c\xf0\x83\x0e\x95\xbf\ \xf7\xaa\x25\x08\x82\xeb\xec\x78\xf4\x96\x50\x48\x42\x64\x2a\x85\ \x4a\x25\xd8\x6e\x4b\xd3\xbc\xa6\xd7\x6a\xd8\xb4\xb9\x83\xf7\x62\ \x1a\x95\xcb\x40\x08\x9e\x4c\x76\x4a\x42\x5e\xfa\x46\xd9\xc9\x54\ \xea\x8c\xfc\xe5\x39\x91\xbc\x55\xf1\x8a\x5c\x0e\x48\x09\x4a\xa5\ \x4e\xed\xb0\x0e\x2e\x08\x42\x90\x52\x51\x44\xa3\x3c\x1a\x85\x1d\ \x72\xef\xa0\x83\xab\x94\xdc\x05\x07\xd1\xa8\x54\x14\x58\x2e\x77\ \xc8\xbd\x83\x0b\x12\x3c\x5c\xe0\x6a\x95\xa5\x92\x9d\x09\xd3\x41\ \x07\x57\x31\xb9\x4b\x09\x62\x51\x40\x48\x87\xdc\x3b\xb8\x60\xe5\ \xce\x71\xb9\xc2\x13\x49\x80\x71\x67\x30\x3a\xe8\xe0\x2a\x25\x77\ \xc8\xb9\x8c\xc5\x00\xa5\xa8\x5c\x96\x1d\x72\xef\xe0\x42\xb4\xbb\ \x10\xa4\x52\xe6\xc9\xa4\xc4\xb8\xe3\xe5\xe8\xa0\x83\xab\x55\xb9\ \x0b\x21\xa2\x51\x49\x29\x2c\x95\x3b\x42\xac\x83\x0b\x53\xee\x82\ \x94\xca\x2c\x24\xf7\x0e\x3a\xe8\xe0\xaa\x25\x77\x10\x8b\x01\x42\ \x60\xa9\x74\x8d\x56\x31\xee\xe0\x0a\x28\xf7\x72\x99\x27\x93\x80\ \x74\xc8\xbd\x83\x0e\xae\x62\x72\x97\xb1\x18\x50\x14\xb4\xb8\x08\ \x44\xa7\xa2\x45\x07\x3f\x06\x12\x42\x68\xdb\xb8\x58\x64\xe9\xb4\ \xc4\xa4\x63\x96\xe9\xa0\x83\xab\x98\xdc\x4d\x53\xf6\xf4\xc0\x52\ \x09\x3a\x4e\xc7\xa7\xda\xc1\x8f\x9b\x41\x88\x14\x8b\x50\x4a\x96\ \xeb\xea\x34\x78\xe9\xa0\x83\xab\x98\xdc\x43\x86\xef\xce\x81\x46\ \x03\xb6\xdb\x1d\x72\xef\xe0\xc7\x00\x23\x52\x2e\x0b\x4d\xe3\x91\ \x48\x27\x83\xa9\x83\x0e\xae\x6e\x72\x17\x42\x76\x75\xc1\x46\x03\ \xd8\x76\x87\xdc\x3b\xf8\xd1\x90\x10\x91\x52\x49\xaa\xaa\xe8\x90\ \x7b\x07\x1d\x5c\xfd\xe4\x2e\xba\x72\xb0\xd1\x80\x1d\x72\xef\xe0\ \xc7\xcf\x20\x84\x4b\x25\xa1\xaa\xdc\xb2\x3a\xe9\xa9\x1d\x74\x70\ \x55\x93\x3b\x04\x40\x76\xe7\x60\xbd\x0e\x6c\xbb\x63\x45\xed\xe0\ \xc7\x92\x3b\x29\x95\xa5\xa6\x8a\x48\xa4\xe3\x4d\xed\xa0\x83\xab\ \x5d\xb9\xcb\x5c\x0e\xb4\xdb\xb0\x5e\xef\xe4\x31\x75\xf0\xa3\x00\ \x21\x00\x80\xe6\xf3\x52\x51\x45\x24\x02\x3b\x0d\x83\x3a\xe8\xe0\ \xaa\x26\x77\x29\x65\x4f\x0f\x40\x10\x2e\x2c\x5e\x05\x5a\x4c\x9e\ \x2d\xa9\x7c\xf6\x5a\xce\x3c\x7c\xe3\x71\xe7\x46\x5e\x29\x72\x87\ \x8e\x43\x56\x56\x58\x2a\xc5\x2d\xab\x73\x23\x3a\xe8\xe0\xea\x01\ \x79\x7b\xe5\x1e\x89\xc8\x64\x12\x2d\x2d\x5d\xe1\x36\xd9\x42\x70\ \x88\x2d\xcb\x84\x22\x70\x5d\x5f\xc2\xd3\x84\x7e\xba\xdb\xa1\x14\ \x9c\x0b\x8c\x09\x44\xb0\xd3\x3f\xf8\xca\x6c\xbc\x08\xa9\xae\x4b\ \xda\x6d\x77\x74\x03\x55\x55\x2a\x04\x46\x08\x00\x20\xa4\x80\x00\ \x0a\x29\x84\x10\x61\xff\x4f\x04\x11\x55\x14\x08\x81\x94\x92\x31\ \x0e\x01\x80\x08\x02\x00\x38\x63\x8c\x73\x04\x11\x84\x30\x6c\x92\ \xc0\x38\x0f\x77\x8d\xb3\xf7\x14\x42\x88\x31\x82\x10\x71\xce\x85\ \x10\xe7\xb6\x90\x09\x6b\xb4\x42\x08\xc3\xd6\x16\x10\x42\x84\x20\ \x63\x2c\xfc\x34\x71\xa6\x9a\x7f\xf8\xaa\xf0\xf3\xe0\x99\x77\x21\ \x8c\x10\x42\x52\xca\xb0\x55\x26\xc1\x44\x02\x40\x30\x86\x08\x49\ \x29\x11\x7a\x73\x01\x58\x09\xe4\x19\x51\x01\x01\x94\x00\x20\x04\ \x21\x44\x52\xca\x30\xd6\x1f\x42\x28\xcf\xbc\xe2\xf4\x1b\xa5\x94\ \x00\x08\x21\xc2\x6f\x94\xe0\xf4\x53\x52\xc8\xf0\xff\x8c\xf1\x4b\ \x29\x20\x0e\x21\x94\x52\x4a\x29\x08\x26\x94\x52\x88\x50\xf8\x9d\ \x42\x08\x21\x45\xe0\x9f\x6e\x76\xa8\xaa\x2a\x21\x04\x00\xc0\x18\ \xe3\x9c\x21\x84\x01\x00\x42\x88\x20\x08\x4e\x5f\xf6\x39\xbf\xed\ \xad\x5f\x71\x76\x88\xde\xf6\xdb\x09\xc1\x00\x40\x2e\xb8\x42\x69\ \x10\x30\x09\x24\x04\x50\xfc\x48\xd7\x4b\x78\xb3\x80\x94\x42\x0a\ \x29\xc1\xd9\x1b\x47\x29\x95\x52\x40\x78\xba\x85\x2c\x44\x08\x48\ \x29\x84\x80\x08\x09\x21\xce\xde\x72\x08\x61\xf8\x73\x38\xe7\x67\ \x1b\x9f\x86\x57\x18\xb6\x9f\x0d\xb5\x60\x78\x4f\xc3\x8f\x0a\xff\ \x13\xfe\x11\x42\x18\xce\xa2\x8b\x1e\x73\x85\x52\x29\x45\x78\x67\ \x11\x44\x18\xe3\xf0\x7b\x85\x14\x82\x0b\x29\x25\x42\x88\x73\x1e\ \xb0\x40\x51\x14\x4a\xa8\x04\x40\x70\xee\x07\x01\xe7\x4c\x51\x14\ \x8c\x49\xf8\xdb\x85\x10\x18\xe1\x70\x02\x08\x21\xb8\x10\xe1\x44\ \x3d\x77\x6e\x63\x8c\x85\x10\xe7\xcf\x79\x00\xc2\x29\x1a\x3e\xc4\ \x18\x61\x4c\x18\x63\xe1\x8f\x3e\xf7\x95\xe4\xed\x7f\x84\xa2\xc8\ \x6c\x17\x5c\x5a\xba\x82\x5a\x4c\x0a\xce\x69\xf2\x9e\x4f\x7c\x7a\ \xc7\xaa\x58\x6b\xe1\xb5\xef\xbc\x52\xbe\x67\xf7\xaa\x3d\xdf\xf8\ \x7a\x9e\xae\xfd\xf4\xa7\xef\x38\xf0\xfd\x7d\x1f\xfe\xd5\x07\x9e\ \xfb\xcb\x3f\x7c\x6a\x12\x7f\xe6\x0b\x9f\x5d\x7e\xfc\x1b\x7b\xe7\ \x1a\x14\x77\x8c\x48\xef\xed\x3d\x82\x70\x65\x6a\x3a\x5b\xad\xb6\ \xe2\xc9\xb9\xf9\xc5\xea\xec\x9c\xe3\x38\x10\x02\x8c\x89\x1f\x04\ \x91\x48\xc4\x30\x8d\x64\x22\xc9\x39\xf7\x7d\x6f\x61\x7e\x9e\x33\ \x46\x28\x4d\x26\x93\x7e\x10\x30\xce\x11\xc2\xe9\x54\x2a\x9e\x88\ \x3b\x8e\xed\xfb\xbe\xa6\xaa\x08\xa3\x64\x22\x81\x20\xf0\xfd\x00\ \x22\x84\x11\x92\x42\x30\xc6\x9a\xcd\xa6\xe7\x79\xb1\x58\xcc\x34\ \x2d\x2e\x38\x42\x28\x24\x08\xcf\x0b\x00\x90\x41\xc0\xf2\xf9\x82\ \x69\x9a\x9e\xe7\x7b\x9e\x9b\xc9\x64\x5c\xd7\xd1\x75\xc3\xb4\x0c\ \x8c\x20\x00\xc0\x0f\x58\x48\x40\x08\x21\xc6\x85\xe7\xfb\x04\x93\ \x46\xa3\xd9\x6a\xb7\x55\x55\x8d\x58\x16\xc6\x70\x29\x5f\x84\x10\ \x56\xab\x55\xdf\xf7\x54\x55\x75\x1c\x27\xf0\x7d\x78\x86\x65\x20\ \x44\x84\x10\x88\x20\xc6\x98\x33\x8e\x31\xb6\x6d\x3b\x60\x3e\x46\ \x98\x50\x12\xf8\x7e\xc0\x18\x0e\x2f\x0b\xa1\x20\x08\x84\x10\x08\ \x63\x88\xb1\x69\x99\x82\x0b\xdf\xf7\x09\xa1\x08\xa1\xc0\x0f\x54\ \x55\xc5\x18\x4b\x21\x32\x99\x74\x36\x93\xba\x38\xa2\x91\x00\x70\ \x2e\x30\x42\x9a\x66\xe4\x0b\x85\x62\xa1\xe0\xf9\x5e\xe0\x07\x9c\ \xf3\x54\x2a\xa5\xa9\xea\xe0\xd0\x50\xf8\xc9\x53\x53\xd3\x2b\x2b\ \x2b\x00\x80\x4c\x26\x13\x8b\xc5\x5a\xad\x16\x42\x28\x16\x8d\xe6\ \xba\x73\x9e\xeb\x79\x9e\x47\x08\x41\x08\x29\xaa\x1a\xaa\xa9\xb0\ \xae\xb9\xe0\x3c\x64\x25\xd7\xf3\x10\x44\x86\x69\x22\x84\x80\x3c\ \xed\x83\x13\x42\x30\xc6\x29\x25\x85\x42\x11\x42\x18\x8f\xc7\x17\ \x16\x16\xba\xbb\xbb\x81\x94\x5c\x08\xcb\x8c\x40\x04\x00\x84\x52\ \x08\x09\x00\x82\x50\x48\x89\x20\xe4\x9c\x63\x8c\x19\xe3\xe5\x72\ \x59\x51\x54\xc3\x34\x08\xc6\xf9\x7c\x5e\x51\x94\xc0\xf7\x97\x96\ \x96\x4c\xd3\x74\x3d\x37\xf0\x03\x8c\x51\xbb\xd5\x56\x54\x45\xd7\ \x75\xd7\x75\x0d\xc3\x80\x10\x22\x88\x00\x00\x7e\xe0\x57\x2a\x65\ \x84\x70\x2c\x1e\xf7\x7d\xbf\xd9\x6c\x02\x00\x08\x21\xa6\x69\xb6\ \x5a\x2d\x29\x05\xc6\x98\x60\xaa\xa8\x8a\x65\x5a\x8e\xe3\x40\x84\ \x54\x55\x0d\x82\x80\x60\x12\x8f\xc7\x5d\xcf\x8b\x46\xa3\x86\xa1\ \x5d\x84\x1a\x84\x10\xba\x9e\x77\x72\x6a\x46\x53\x55\x88\x90\x65\ \x9a\x9e\xeb\xd6\xea\x35\xa7\x6d\x33\xc6\x28\x25\xa6\x69\xaa\xaa\ \xd6\x6a\xb7\xb3\x99\x4c\xae\x3b\x77\x6a\x72\x72\x79\x65\x99\x20\ \x6c\x9a\xd6\xe0\xe0\x60\x2a\x95\x9e\x9c\x9c\x2c\x97\xcb\xaa\xa6\ \xaa\xaa\x66\x9a\x46\xad\x56\xcb\x66\x33\x82\x0b\xc3\xd0\xa3\x91\ \x28\x80\x80\x73\x4e\x30\x0e\x37\x24\xdf\xf7\x6b\xb5\x5a\x22\x91\ \x50\x55\x95\x31\x86\x10\xc2\x18\x49\x09\x18\x0b\x5c\xd7\x55\x14\ \x35\xdc\xe1\x5a\xad\x56\xbd\x5e\x4f\xa7\x33\x94\xd2\x68\xd4\x0c\ \x02\x06\x00\x20\x04\x41\x08\xc9\xdb\x1b\x42\x54\x55\x64\xb3\x68\ \x69\xe9\x0a\x06\xb7\x49\x1e\x28\xbd\xc3\xbb\x6f\x4a\x7d\xe7\xf7\ \xff\xfd\xab\x0b\x4e\x7c\xe3\xbd\xd1\x88\x81\x80\x04\x90\x18\xa6\ \x41\xa1\x44\xa9\xe1\x0f\x3e\xf0\xd1\x93\x7f\xf1\x2f\x44\x37\x15\ \xdc\x71\xfc\x5e\x01\x93\x0c\x13\x62\xcf\xbf\xec\x59\x5b\x2e\x1f\ \xac\x37\x0f\xbd\x7e\xe2\x85\x47\x1f\x7d\xe6\xe9\x67\x18\x63\xf7\ \xdf\x7f\xbf\x15\x8b\xb6\x6d\x7b\xd5\xea\xd5\xfd\x83\x83\x86\xa6\ \xcd\x4c\x4d\xfe\xd5\x5f\xfc\x59\xa3\x56\x4d\xa5\x52\xf7\x7d\xe0\ \x83\x5d\x3d\x3d\x2f\xbf\xba\xcf\xf5\x82\x5b\x76\xef\xda\xbe\x63\ \x47\x21\x9f\xc7\x04\x6f\xdf\xb2\x45\x06\x62\x7d\xdf\x00\x41\xa0\ \x52\xae\x47\x63\x51\x95\xc0\xc0\x0b\x6c\xdb\x5e\x5a\x2e\x9c\x38\ \x71\xe2\xe6\x9b\x77\xf5\xa7\xb3\x8c\x71\x55\x55\x74\x5d\x05\x00\ \xd8\x6d\x7f\x71\x71\xd1\xf3\xbc\x20\x00\xb3\xb3\x4b\x93\x93\x53\ \x85\x42\xe1\xee\xbb\xef\xca\xe5\xba\x73\xb9\xde\x58\x2c\x2a\x00\ \x08\x82\x80\x09\x8e\x09\xa2\x04\x4b\x88\x24\x00\x2d\xdb\x5b\x5c\ \x5c\x79\xf5\xd0\x78\xa9\x5c\x16\x52\xf4\xf7\xf5\x6f\xd8\xb0\xb6\ \xea\x08\x0c\xe1\xfe\xc3\xe3\xfb\xf7\xbd\x02\xa5\xac\x94\xcb\xb5\ \x6a\xc5\xb5\x3d\x84\x10\x80\x00\x02\xa0\x69\x5a\x3c\x9e\x30\x0c\ \xbd\x5e\x6f\x00\x00\xf2\xf9\x95\xe9\xe9\xe3\xf1\x44\x2a\x1a\x8d\ \x96\xcb\x95\x76\xab\x4e\x15\x2d\x91\x48\x00\x08\x4b\xa5\x12\x46\ \x38\x9b\xcb\x9a\xc9\x54\xa6\xab\xab\x52\xaa\x40\x88\x74\x5d\xaf\ \x96\x6b\xbe\xe7\x5b\x96\x85\x20\x56\xa8\xf2\xe0\xc7\x3e\xf8\xcb\ \x3f\xff\x29\xdb\x79\xd7\x7d\x7e\x11\x00\x6d\x3f\x38\x71\x72\xe2\ \xd6\xdd\x37\x47\xa2\xd1\xc5\xe5\xfc\x9f\xfc\xe9\x9f\xcf\xcc\xcc\ \xdc\x71\xfb\xfb\x46\x47\x47\x67\xa6\x66\x37\xac\x5b\xdf\xd3\x33\ \x60\x18\x3a\x84\xf0\x6f\xff\xe6\x6b\x4f\x3c\xf1\x44\x24\x12\xb9\ \xef\xbe\x0f\x7c\xf2\x93\x9f\xd8\xbb\xf7\xd5\x42\xa1\xd8\xdf\xdb\ \xfd\xb1\x8f\x7e\x94\x10\x1c\xb8\x9e\x16\xd5\x74\xcb\x4c\xa7\x52\ \x44\xa1\x9e\xef\x13\x8c\x11\xc6\x82\x73\xc6\x79\xab\xd9\x3c\x7a\ \xf4\x68\x24\x12\xe9\x1f\x18\xd0\x75\x5d\x4a\x79\xfa\x10\x10\x30\ \xd7\xf1\xea\xf5\x7a\x3c\x96\x2a\x97\xcb\xd5\x4a\xfd\xa9\x27\x9f\ \xb9\xe7\x9e\x7b\xd6\xad\x5b\x47\x29\x4d\x24\xe3\x5c\x08\x8c\x43\ \xc9\x2f\xf1\x19\xc9\x15\x04\x2c\x08\xfc\x53\xa7\x4e\x35\x5b\x76\ \xa1\xb8\x10\x8d\xc6\xd6\xad\x19\x81\x40\x89\x46\x53\xf3\xf3\xb3\ \x47\x0e\x1d\x73\x6d\xbb\x5a\xab\x4c\x4d\x4f\xbb\x76\x8b\x33\x0e\ \x11\x54\x55\xd5\xf7\xbc\xb1\x8d\x1b\xa5\x94\xe1\x4e\x03\x01\x78\ \xec\xf1\x3d\xb5\x46\xe3\x96\xdb\x6f\x2b\x97\x4a\x07\x0f\x1d\x81\ \x00\x0c\x0e\xf6\xf7\xf7\xf7\x9f\x3c\x79\xd2\x75\xdd\x81\x81\x81\ \xd5\xab\x86\x37\x8e\x6d\xe2\x82\x2f\x2c\x2c\x24\x93\x69\x84\xd0\ \xe4\xe4\x64\x26\xd3\xa5\xeb\x3a\x84\x68\xf7\xcd\xbb\xb7\xed\xd8\ \x14\x5e\xde\xbb\xb3\x72\x60\x5c\xa9\xd5\xff\xfe\xdb\x8f\x0e\xaf\ \x1a\xa2\x84\x74\x77\x65\x97\x16\x16\x8f\x1f\x3f\xb6\xf7\xa5\x97\ \xca\xc5\xe2\x83\x1f\xfb\xc8\xa6\xcd\x37\xb5\x6d\x6f\x6a\x66\x16\ \x41\xf0\xc0\x03\x1f\x79\xfa\x99\xa7\xbe\xf3\xed\x6f\x51\x84\xef\ \xbb\xfb\xfe\x5b\x6e\xb9\x6d\xf5\xea\x91\x97\x5f\x3d\xf4\xec\xb3\ \xcf\xb5\x1c\x3b\x9b\xc9\x8c\x8d\x8d\x2e\x2d\xcc\xdf\x7e\xdb\x6d\ \xa9\x64\x62\xfb\xb6\x55\x3d\xdd\x19\xc7\x09\x58\xe0\xc5\x62\x56\ \x68\x69\x6e\x34\x9a\xc7\x4f\x8c\x33\x2e\xb7\x6c\xdd\xea\xd8\xb6\ \xa2\x28\xa6\x69\x48\x29\x5d\xd7\x29\x14\x0a\xd1\x68\xd4\x71\x3c\ \x00\x60\x3e\x5f\xfa\xda\xd7\xfe\xc7\x2f\xfd\xd2\x2f\x8e\x8c\xac\ \x51\x55\x35\x91\x30\x34\x4d\xc1\x04\x08\xc1\xdf\xde\xe6\x0e\x14\ \x05\x74\x75\xc1\xa5\x2b\x69\x73\x47\x84\xfa\xcb\x27\x9e\x7a\x75\ \xe5\x23\xbf\xf2\xe5\x9f\xba\x7b\x8b\x2a\x19\xe3\x5c\x4a\x00\xa4\ \x10\x42\x10\x8a\x57\x0e\x3d\xf3\xec\xb4\xf2\xb1\x8f\xdd\x86\x7d\ \xa7\x13\x83\x77\x45\xc0\x01\x80\x8d\xba\xc5\x58\x23\x1a\xf7\x1d\ \x3b\x9d\x4e\xc7\x63\xd1\x64\x2a\xd9\xdb\xd7\x7b\xf7\x3d\x77\x27\ \x52\x89\x52\xa9\x44\x10\xee\xe9\xce\x1d\x39\x72\x18\x02\x99\xeb\ \xea\x1a\x1b\x1b\xdb\xb5\x6b\xe7\x7d\xf7\xdd\x17\x31\x4d\x8c\x20\ \xe7\x7c\x61\x61\xae\x5e\xaf\x39\xad\x26\x84\x70\x79\x71\x61\x76\ \x7a\xd6\x75\xb9\xaa\xa9\x08\x42\x21\x01\x21\x44\x55\xd5\x6c\x36\ \xa3\x28\x34\xe4\x17\x45\xa1\x08\x21\xdf\x67\x8c\x0b\x55\xa5\x86\ \x61\x68\x9a\x36\x30\x30\x20\x84\xf0\x3c\x97\xb1\x00\x00\x60\x18\ \x3a\xa5\xd4\xb6\xdd\x46\xa3\xe5\xfb\x4c\x55\x15\x4d\x51\x00\x0c\ \x25\x27\x53\x09\x5d\x5e\x5a\xaa\x55\xab\x9a\xa6\x22\x04\x6d\xc7\ \xde\xf3\x83\xc7\x39\x0b\xfa\xfb\x7a\x76\x6c\xdb\x9c\x4a\x25\x39\ \x0f\xd2\xe9\xe4\xb6\xed\x5b\x7b\x7a\x7a\x74\x4d\x4b\xa7\x52\x3d\ \x3d\x3d\x43\x43\x43\xdb\xb6\x6d\xb5\x2c\x0b\x21\xd8\x68\xd4\x33\ \x99\x8c\x61\xc6\x0c\xc3\xa0\x94\xc6\x62\x51\xdd\xb0\x2c\xcb\x32\ \x0c\x83\x12\xa2\x6b\x5a\x22\x11\xcf\x64\x32\x43\x03\x03\x96\xa6\ \x07\xae\xab\x2b\x2a\x81\x48\xa1\x24\x9e\x8c\x9b\x96\x19\x4d\xc4\ \x56\xad\x19\xce\xf5\x74\x73\x7e\x31\x13\x17\x61\x5c\x2a\x95\x92\ \xc9\x64\xa1\x50\x64\x41\x90\xcd\x66\x47\x46\x46\x28\xa5\xe9\x74\ \xfa\xb3\x3f\xf7\x99\xfb\x3e\x70\xdf\xa9\x53\xa7\x0a\x85\xbc\xa6\ \x6b\x8b\x8b\x8b\xcb\xcb\xcb\xa9\x54\x6a\xc7\x8e\x1d\xbb\x76\xee\ \xdc\xb4\x69\xe3\x96\x2d\x5b\x96\x16\x17\x22\x91\x68\x7e\x65\xb9\ \x56\xaf\x4f\xcf\xcc\x20\x8c\x3c\xd7\x2d\x95\x4a\x42\x08\x14\x1a\ \xc7\xa4\x44\x08\x49\x21\x74\x5d\x67\x8c\x85\x86\x9d\xd0\xd0\xc1\ \x18\x63\x2c\x90\x00\x28\xaa\xa2\xa9\x6a\x2a\x95\x8c\xc5\xa2\x8b\ \x8b\x8b\x84\x90\x56\xab\xc5\x39\xd7\x75\x3d\xf0\x99\xeb\xd8\xae\ \xeb\x86\x76\x06\xc6\x98\x10\xc2\xf7\x7d\x8c\x91\xe3\x38\xcb\xcb\ \x4b\xa1\x2d\xc5\x32\x8c\x93\x27\x4f\xce\xcd\xcf\xf5\xf7\xf5\xad\ \x1a\x1a\x1a\xdb\xb8\xc1\x76\xdb\x86\x69\xbc\xff\xfd\x77\xee\xda\ \x75\xb3\xa6\x6b\xa6\x69\xf6\xf5\xf5\x75\xf7\xf4\x8c\x8d\x8d\x65\ \xb3\x59\x4c\x48\xa1\x50\xf0\x7c\x3f\x12\x89\xe9\xba\xe1\xfb\x3e\ \x21\x24\x1e\x8b\xc4\xe3\xd1\x58\x2c\xe6\xfb\xbe\x69\x9a\xa6\x69\ \x76\x75\x65\x47\x46\x46\xfa\x07\xfa\x8b\xc5\x62\x34\x1a\x55\x55\ \xa5\x5a\xad\x46\x22\x11\xcb\xb2\x2c\xcb\xda\xb8\x71\xac\xab\x2b\ \x4b\x08\xb9\x08\xe5\x2e\xa5\xa4\x94\x6e\xda\xb4\xf1\x96\xdd\xbb\ \x3f\x78\xff\x07\x46\x86\x87\xb7\x6f\xdf\xf6\xd1\x0f\x7f\xe8\x96\ \xdd\xbb\x15\x85\x56\xab\xd5\xc0\xf7\xc7\xc6\xc6\x6e\xda\xb8\x11\ \x63\xf8\xff\xfd\xd7\xff\x5a\x29\x97\x23\x96\xa5\x28\x8a\xeb\x3a\ \xc5\x62\x41\x08\x9e\x4e\x26\x3f\xf2\x91\x0f\xf7\xf7\xf7\x45\x2c\ \xb3\x5a\x2e\x7a\x9e\xcb\x02\x2f\x91\x88\xab\x9a\xea\x79\x81\xeb\ \x3a\x9c\x73\x20\x81\xef\x07\x52\x4a\xc3\xd0\xfb\xfa\xfa\x17\x16\ \x16\x3c\xd7\xd5\x34\x0d\x00\xc8\x18\xe7\x9c\x2b\x8a\x92\xcb\xe5\ \x0c\xc3\x30\x4d\xb3\x5e\xaf\xa5\xd2\xe9\x6c\x36\xcb\x18\x0b\x02\ \xdf\xb6\x6d\x00\x80\xeb\xba\xcd\xa6\xed\xfb\xfe\x3b\x2b\xf7\xae\ \x2e\xfa\xfc\xf3\xc0\xf3\xc0\x95\xaa\xe3\x0a\x31\x91\xcd\xa7\xbe\ \xfe\x87\x2f\xe6\x36\xff\xda\x17\x3e\x7b\xef\xc1\x03\x10\x11\xc0\ \x5d\x5f\x10\x5d\x45\x81\x80\x0a\x15\xfb\x1f\xfb\xae\xf9\xb9\x2f\ \x7f\xf8\x26\xf4\x77\x8f\xb0\x8e\xcd\xfd\x4a\xec\xc0\x68\x95\x69\ \x6a\x8c\xb1\xee\xee\xb9\xd9\xd9\x99\x99\x19\x00\xa1\x6b\xdb\xe5\ \x4a\x65\x62\x62\x5c\x55\xd5\x85\x85\xa9\xa5\xa5\xc5\x64\x22\x46\ \x08\xd6\x34\x2d\x16\x8d\xae\x5e\xbd\x3a\x9e\x48\x58\x96\x35\x3a\ \x36\xf6\xcc\xb3\xcf\x4d\x4c\x4c\x34\xea\xd5\xde\x9e\xde\x99\xe5\ \xe5\xc1\x81\x29\x29\x84\xaa\x2a\x0a\x41\x35\xdb\x03\x52\x5a\xa6\ \x2e\x85\x40\x08\xc7\xe3\xf1\x78\x3c\x6e\x59\x16\x21\x24\x3c\xdd\ \x13\x82\x85\x90\xad\xb6\x5d\xaf\xd7\xa3\xd1\xa8\xa6\x69\x23\x23\ \x23\x93\x93\x93\x91\x48\xa4\xa7\xa7\x47\x08\xe1\x79\xbe\x10\xd2\ \xb4\x2c\xdd\x20\x00\x00\xc6\x25\x44\x08\x41\x19\x08\x29\x85\x20\ \x08\xb5\x5a\xcd\x4a\xb5\xaa\x6a\x7a\x2a\x91\x1a\x1f\x3f\xe1\xd8\ \xed\x66\xad\x56\x28\xac\x24\x63\x31\x8d\x92\x7c\x3e\x3f\x3f\xbf\ \x90\x4c\xc5\x7d\xdf\xa1\x14\x53\x85\x18\xa6\x3e\x38\x34\x10\x8b\ \x47\x8b\xa5\x02\x42\xa0\x56\xab\x68\x9a\xc6\x18\x3b\x6b\xbc\x3e\ \xad\xef\x08\x51\x14\x25\x08\x82\xfc\x4a\xbe\x6d\xfb\x8a\xa2\xb8\ \xb6\xe3\x39\x5e\x3c\x91\x88\xc5\xe3\xae\xe7\x41\x82\x52\x99\x4c\ \x2a\x93\xd1\x2d\xe3\xe2\x5c\x45\x8c\xf3\xbe\xbe\xbe\xb6\xed\x0d\ \xf4\xf6\x2c\x2f\xaf\xec\xdf\xb7\xaf\x5e\xaf\x53\x4a\x4b\xa5\xd2\ \xe4\xe4\x74\xbb\xd9\x34\x4d\xf3\xe9\xa7\x9f\x5e\x3d\xbc\x3a\x9f\ \xcf\xeb\xba\xde\x6e\xb7\x47\x47\x47\x07\x06\x07\x0c\xd3\x4c\x26\ \x93\x6b\xd6\xae\x3d\x75\xea\x94\xdd\x6a\x8e\x6d\xda\xe8\xfb\xfe\ \x89\x13\x27\x7a\xfa\xfa\x52\x94\x22\x88\x00\x06\x67\x49\x1c\x21\ \xa4\xaa\x6a\x36\x9b\x0d\x49\x2d\xf4\x64\x40\x08\xa5\x84\x18\xa3\ \xf9\x85\x85\x64\x32\xe9\x7b\xfe\xea\xd5\xab\xe6\xe6\xe6\x08\x21\ \xc9\x64\xd2\xf7\x7d\x09\x64\xe0\x07\x88\x60\x45\x51\x4e\xfb\x36\ \x10\x02\x00\x84\xe6\x63\x84\x10\xa5\x74\xdf\xbe\x7d\xb1\x68\xa2\ \xa2\xa8\xb6\xdd\x1e\x1f\x1f\x1f\x19\x5e\x6d\xb7\xda\xbe\xe7\x0f\ \x0e\x0e\xb6\x1a\xcd\xe3\xc7\x8e\x26\x13\x89\xd5\xab\x57\x97\xcb\ \x65\x4d\xd3\x54\x55\xed\xee\xee\xde\xb6\x6d\xdb\xf7\xbe\xf7\xbd\ \x99\x99\x99\x72\xa9\xc4\x58\x80\x10\x74\x1d\x87\x10\x42\x29\xf5\ \x3c\x0f\x21\x14\x7e\x1d\x42\x68\x79\x79\x45\x51\x8e\x17\x8b\xa5\ \xf9\xf9\x79\x21\xb8\xaa\x9a\x9b\x37\xdf\xd4\x68\x34\x30\xc6\xa9\ \x54\xaa\x3b\xd7\x9d\xed\xca\x5e\xdc\x31\x5f\x48\xa1\x69\x7a\x34\ \x1a\xcd\x17\x0a\x37\x6d\xda\x48\x10\x5a\x59\x5e\x1e\x1a\x1c\x98\ \x9e\x9a\x7e\xfa\xc9\x27\x27\x26\x26\x76\xdd\xbc\x6b\x70\x70\x70\ \xe7\xae\x9b\xe7\x17\x76\xed\xf9\xc1\xa3\x01\xf3\x5f\x78\xfe\xd9\ \xc0\xf5\xd3\xe9\xcc\xed\xb7\xbf\x2f\x93\xc9\x1a\x86\xa5\x9b\x46\ \xb3\xd5\x28\x95\x8a\x8d\x7a\x3d\xbf\xb2\xbc\x92\xcf\x6f\xdd\xb2\ \x85\x20\x54\xaf\x37\xa0\x04\x91\x68\x04\x9c\xde\x0e\x25\x42\x30\ \x97\xcb\x55\x2a\x65\x8c\xb1\x61\x68\x52\x02\x08\x01\xe7\x5c\x4a\ \xa9\x28\x4a\xab\xd5\x0a\xc7\x13\x23\x1c\x8d\x46\x96\x96\x96\x30\ \xc6\x63\x63\x1b\xdb\xed\x36\x42\xc0\x8a\x18\x42\xb0\x77\x50\xee\ \x94\xca\x81\x01\x50\xaf\xc3\x62\xe1\x4a\xe5\x31\x49\xce\x71\xb4\ \xfb\x9e\x4f\x7d\xe6\x9e\x1d\x6b\x88\xb0\xab\x33\x27\x67\xec\xe4\ \x83\x9f\xf9\xd7\x9f\xfd\xf4\x03\x72\xfe\xf0\x82\x83\x2d\xd3\xc0\ \xce\xd2\x13\x3f\x7c\xde\xb1\xfa\x4c\xdc\xe1\xf6\xf7\xfc\x06\x49\ \x49\x10\xde\x6c\x59\x82\x52\x6b\xfd\xe8\x4d\x1b\x37\xee\xbe\xf5\ \xd6\x58\x2c\x86\x10\x52\x35\x8d\x52\x3a\x38\x34\x38\x30\x30\x70\ \xe0\xf5\xd7\xff\xea\xaf\xfe\x3a\x1e\x8f\x43\x88\x00\x00\x9e\xe7\ \x2d\x2e\x2c\x4e\x4d\x4d\x19\xba\xf1\xbe\xf7\xdd\x81\x10\x6a\x34\ \x1a\x9e\xe7\x06\xbe\xc7\x18\xeb\xeb\xeb\xd5\x54\x15\x40\x29\x18\ \x17\x9c\x43\x29\x85\x14\xaa\x4a\x2c\xcb\xc2\x18\x1f\x3a\x74\xa8\ \xdd\x6e\xbb\xae\xcb\x18\x03\x00\x02\x00\x30\x42\xb9\x5c\x57\x3a\ \x9d\xa8\x54\xaa\xb1\x58\x6c\x64\x64\xa4\xd5\x6a\x31\xc6\x0c\xc3\ \x08\x82\xc0\xb2\x0c\x04\xa1\x6d\xfb\x81\x2f\x42\xe3\x3b\x90\xc0\ \x54\x15\x85\x12\x5d\xd7\xd7\xaf\x5b\xdf\xdd\xd3\xb3\x66\x78\x35\ \x0f\x82\x5a\xb5\x36\x71\xf2\xc4\xca\xca\x52\x3c\x16\xeb\xef\xef\ \x8b\x44\xac\xee\x5c\xae\xd5\x6c\x0a\xc1\xa9\x42\x25\x90\x8e\x63\ \x97\xcb\xa5\x7d\xfb\x5e\x1d\x5a\x35\x68\x59\x66\xff\x40\x9f\xa6\ \x6b\xe7\xba\xe6\xc2\x25\x17\x8b\xc5\x28\xa5\xa1\xfb\x8e\x05\x41\ \xa5\x58\x5c\x98\x9f\x87\x12\x18\xba\x2e\xa4\x8c\xc6\xa2\xbb\x6f\ \xb9\x65\xf5\xf0\xf0\xc8\xda\x35\xdb\x77\xed\x40\x18\x03\x70\x31\ \xf3\x56\x0a\x61\x18\xfa\xe8\xd8\x06\x55\x53\x07\x07\x07\x6f\xbb\ \xed\xb6\xb1\xb1\xb1\xd0\x77\x0a\xa4\x4c\x24\x12\x9b\x36\x6e\xa2\ \x94\xfe\xc1\xef\xff\xc1\xe2\xe2\x62\x2e\x97\x53\x14\x85\x10\x32\ \x37\x37\x37\x3b\x33\xab\xaa\xea\x5d\x77\xdd\xad\x28\xb4\xd9\x6c\ \x16\x8b\x45\xcf\xf3\x7c\xdf\x8f\x46\x22\x86\x61\x00\x20\x19\xe7\ \x67\x7d\xc2\xa1\x63\x30\x1e\x8f\x2f\x2d\x2d\x35\x1a\x8d\xb3\xfd\ \xa3\x09\xc1\x52\x82\x78\x3c\xae\x28\x8a\xaa\xab\xd5\x6a\x6d\xd3\ \xa6\x4d\x8d\x46\x83\x31\x16\x8d\x46\xed\xb6\x0d\x11\x54\xa8\x12\ \x5a\x84\xcf\xba\x3d\xe1\x19\x24\x93\xa9\xbe\xde\x1e\xd3\x30\x14\ \x85\xd6\xaa\xd5\x53\x13\xe3\x53\x93\xa7\x08\x86\x99\x74\x3a\xd7\ \x95\xcd\x75\x75\x49\x21\x0a\x85\x82\x61\x18\x9c\xf3\x6a\xb5\x4a\ \x08\xd9\xb3\x67\x8f\x94\x32\x9b\xcd\x76\x77\x77\x0f\x0e\x0d\x41\ \x00\x18\x67\xae\xeb\x9e\x75\x93\x26\x12\x89\x64\x32\x19\x5e\xb6\ \xe3\x3a\x47\x8f\x1e\x7d\xe5\x95\x57\xea\xf5\x3a\x21\x34\x12\x31\ \x6d\xdb\xbe\xe9\xa6\x9b\xb6\x6d\xdb\x96\xcb\xe5\x36\x6e\xda\xa8\ \xa9\x7a\x70\x51\x7e\x6c\x29\xa4\x61\xe8\x6b\xd7\xac\xed\xea\xea\ \x2a\x14\x8a\x7b\x5f\x79\xc5\xb6\xed\x91\x91\xd5\x83\x83\x03\x00\ \x80\x76\xbb\x5d\xa9\x54\xda\xad\x96\x10\x22\xbf\x92\xdf\xb9\x73\ \xc7\x03\x1f\x7b\x20\x1e\x8f\x9b\x96\x99\xcd\x66\x8b\xc5\xe2\x89\ \x13\x27\x96\x97\x97\x96\x97\x97\x22\x11\x0b\x23\xd8\x6c\x36\x66\ \x67\x66\x9e\x7f\xf6\xd9\x43\x07\x0f\x4e\x4c\x4c\xb4\x9a\x4d\x4d\ \xd3\x0c\x43\x01\x00\x60\x4c\x42\xdf\xaf\xaa\x2a\xa1\xc3\xe0\x4c\ \x50\xc0\x1b\x16\x51\xc7\x71\x2a\x95\x4a\xa1\x50\xb4\x6d\x3b\x9f\ \xcf\x1f\x3d\x7a\xb4\x50\x28\x12\x42\x2d\xcb\x32\x74\xdd\xb6\xed\ \x20\x08\xc8\x3b\x2d\x5c\xd1\x9d\x03\x18\xa3\xe5\x15\x3e\x30\x08\ \xae\x48\xfc\x32\x82\xc2\x73\x6a\xd5\xd6\x40\x52\x7d\xe5\x91\xff\ \x79\xe0\xe8\x34\x98\x6f\x6e\xdf\xb9\x35\x12\x3c\xf5\xf8\x2b\xfb\ \x9b\x28\xf9\xe8\xb7\xeb\x9e\x11\x75\x66\x5e\xfc\x93\xaf\x2e\x3b\ \x75\x46\x50\xc7\xec\xfe\x9e\x1b\xdd\x05\x27\x2b\x4b\xa2\xaf\xbf\ \x67\xc3\x3a\xda\x6c\xad\x5b\xbd\x7a\xff\xbe\x7d\xb3\xf3\x73\xcf\ \xbf\xf0\xfc\xf0\xda\x5f\xda\xb6\x6d\xdb\xfa\xf5\x1b\x66\xa6\x66\ \x5e\xdb\xbf\xaf\x90\x2f\xb8\xae\x4b\x31\xb2\x2c\x73\xdb\xf6\x6d\ \x9a\x61\xaa\x9a\x11\x8d\xc7\x3c\xb7\xe5\x39\xce\xd4\xd4\xa4\xe4\ \x6c\x65\x79\x79\xd3\xc6\x31\x29\x44\xb5\x5a\xe7\x81\x47\x75\x15\ \x42\x10\x04\x01\xa5\x44\xd3\xd4\xfe\xfe\xbe\xd0\x6b\x4a\x08\xc1\ \x18\x01\x20\x11\x42\x86\xa1\x51\x4a\x5d\xd7\xcd\x66\x33\x0b\x0b\ \x0b\x21\xbd\xb6\xdb\x6d\x00\x40\x3c\x1e\xe7\x9c\x2b\x8a\x1a\x89\ \x44\x7c\xcf\xb7\x9d\xc0\xb2\x0c\x8a\x31\x13\x12\x41\x90\x4c\xa5\ \x54\xc5\x74\x1d\x67\xd5\xf0\xaa\x63\xc7\x8e\xa6\x92\x89\x20\xf0\ \x96\x97\x97\xea\xd5\x8a\x6d\xdb\x11\xd3\xb0\x0c\x63\xdb\xd6\x2d\ \xf5\x7a\xa3\x54\x2a\x39\x8e\x83\x31\x36\x0c\xc3\xf3\x3c\xcf\xf5\ \x7c\xdf\xaf\x56\xab\x8c\xb1\xb3\x61\x24\x61\x48\x03\xc6\xd8\xf3\ \xbc\x33\xbe\x2f\x0c\x00\x50\x28\x4d\x98\x16\x40\x08\x13\x8a\x11\ \xf4\x3c\x4f\x55\xd5\x74\x26\x63\x98\x06\xa4\x44\x00\x71\x71\xca\ \x5d\x02\x40\x29\x45\x08\x5a\x96\x25\x84\x58\xb3\x66\x78\xc7\xf6\ \xed\x0f\x3f\xfc\xf0\xab\xaf\xbe\xba\x7e\xfd\xfa\xcf\x7e\xe6\x33\ \xbe\xeb\xad\x1d\x5b\xf7\x9d\x6f\x7f\xb7\x50\x28\x4c\x4e\x4e\xda\ \xb6\x5d\x2c\x16\xef\xbd\xf7\x9e\x0d\x1b\xd6\x8f\x8f\x4f\x6c\xdd\ \xba\x99\x33\xbf\xb8\xb2\x32\x37\x37\x57\x2e\x97\x37\x6f\xd9\xa2\ \xaa\xaa\x69\x9a\x8c\x73\xdf\xf3\x14\x45\x09\xe5\x76\xa8\xbb\x53\ \xa9\x54\x68\x96\x09\x6d\x62\xe1\xef\x12\x9c\x5b\x11\x2b\xf0\x7d\ \x4a\x69\xf8\x0b\xd2\xe9\x34\x21\x24\x9f\xcf\xa7\x52\x29\xce\x79\ \xb3\xe9\x28\x9a\x8a\x11\x3e\x23\xf6\xe5\xd9\xb8\xa6\xbe\xbe\x3e\ \xc7\x71\x53\xc9\x8c\xeb\xb8\xcb\x8b\x0b\xf1\x58\x2c\xbf\xbc\x6c\ \xdb\x2d\x20\xb8\x14\x3c\x95\x4e\xde\x7a\xeb\xad\xa5\x52\x69\x7e\ \x7e\xbe\xd1\x68\x28\x8a\x92\x4c\x26\x5d\xd7\xf5\x7d\x1f\x42\x58\ \xab\xd5\x02\xdf\x57\x34\x35\x28\x87\x4e\x45\x85\x31\xa6\x28\x8a\ \xef\xfb\xae\xeb\x12\x42\x82\x20\xa0\x84\x48\xc1\xb2\xd9\x2e\xd3\ \x34\x54\x55\xd5\x34\x8d\x52\x3a\x3c\x3c\x9c\xcd\xe6\x8a\xc5\x62\ \x2a\x95\x2a\x97\x2a\xbe\xcb\x10\xa2\xef\x7e\xd8\x25\xc6\x58\xd5\ \x54\x4d\x55\x2a\x95\x4a\xb9\x54\xda\xb5\x63\x1b\x90\x72\x7a\x7a\ \x86\x50\xe2\xbb\xf6\xdc\xec\x5c\x24\x12\x41\x10\x96\xcb\xe5\x2d\ \x9b\x37\xcd\xcc\x4c\xfb\xbe\xef\x38\xce\xde\xbd\x2f\xaf\xac\x14\ \x56\xaf\x1e\xf6\x3c\x3f\x96\x88\xba\x8e\x93\x5f\xc9\x97\x0a\x05\ \x29\xa5\xe7\x3a\xd1\x68\x24\x95\x4a\x26\x13\x71\x55\x23\x61\x88\ \x17\x63\xcc\xb6\x6d\x21\x44\xa9\x54\x0a\xb7\x55\xce\x85\xe7\xf9\ \x18\x23\xce\x59\xb8\x5f\x02\x00\x22\x91\xc8\xce\x9d\x3d\xe5\x52\ \xc5\x75\xdd\x6c\x36\x1b\x8d\x46\x83\xc0\xe7\x9c\x11\x82\x54\x55\ \xc1\x18\xbf\x03\xb9\x73\x2e\x53\x29\xa0\x28\x70\x65\xe5\x4a\x29\ \x77\x08\x91\xf4\xea\x07\x9f\x7d\x74\xbf\x90\x88\x28\x9a\xaa\x81\ \xe6\xe2\x73\x8f\x4e\x4b\x80\x55\x4d\xc3\xb0\x72\xe2\x58\x91\xaa\ \xaa\x02\x82\xa9\x63\x47\x10\x55\x2e\x9c\xdc\xc3\x48\x26\x74\x4e\ \xb5\x7a\x29\x45\xd8\xfd\xfc\x6d\x1f\xbe\xdd\xdb\x25\x84\xe7\xfa\ \x70\xa5\x94\x32\x54\xa6\x52\x0a\x29\x25\x80\xe0\x4d\x2f\x90\x42\ \xbc\xf1\x8d\x52\x48\x79\xf6\xff\x52\xca\xd3\x51\x81\xd7\x22\xbd\ \x0b\x61\x16\x8b\xed\x44\xe2\xd4\xec\x6c\x4f\xff\x60\x5f\xb6\x2b\ \x99\x4e\x61\x4a\xdb\x76\x1b\x13\xec\xba\x6e\x5f\x7f\xff\xcc\xf4\ \xec\x03\x0f\x3c\x50\xc8\x2f\xbf\xf4\xc2\xf3\xba\xae\x8f\x8e\x8e\ \x35\xea\xf5\x66\xdb\x8e\xc5\x62\xd5\x5a\x2d\x11\x8f\x0b\xcb\x58\ \x5c\x98\x9b\x9f\x9f\xb7\x4c\x63\xe3\xd8\x28\x86\x10\x23\x38\x38\ \x30\x40\x09\x46\x10\x42\x88\x1c\xc7\x25\x84\x58\x56\xa4\xd9\x6c\ \x01\x00\x28\xc5\x67\x4f\x98\x12\x40\x4a\x49\xb1\xd8\xae\x54\xca\ \x8e\xe3\x00\x00\xaa\xd5\xea\xcb\x2f\xbf\xbc\x7b\xf7\xee\xe1\xe1\ \x61\xc6\x18\xc5\x34\xf0\x7d\x44\xa0\x42\x28\xe3\x0c\x48\xc0\x25\ \x40\x08\x67\x92\xe9\xe5\x85\xa3\xaf\xbc\xfc\xf2\xf8\xc9\xe3\xf5\ \x66\x3d\x08\xbc\xf9\xb9\xb9\x56\xa3\x8e\x31\xea\xca\x64\x66\xa6\ \x26\xfb\xfb\xfb\x47\x56\x0f\x3f\xfb\xfc\x73\xba\xae\x99\xa6\xe1\ \xba\x6e\xb5\x5a\xb1\xed\xf6\x33\xcf\x3c\xad\x69\xaa\x6d\xb7\x1b\ \x8d\xa6\x10\x1c\x42\x8c\x10\x42\x08\x11\x42\x34\x4d\x0b\xb9\x2c\ \x24\x7a\x4a\x29\xc1\x0a\x21\xb8\xd9\x6a\x4b\x88\xea\x75\x77\x60\ \x68\x75\xad\x56\x93\x08\xb6\x1d\xb7\xda\x68\x6c\x1b\xdb\x80\x10\ \x02\xe0\x62\x94\x13\x17\x12\x41\x14\x04\xcc\x71\xec\x78\x2c\x96\ \xc9\x66\x63\xb1\x58\xa5\x54\x0e\x82\x80\x10\x12\x4d\x45\xca\xf5\ \xca\xf0\xf0\xf0\x43\x0f\x3d\x74\xf8\xf0\xe1\x89\x89\x89\xd1\xd1\ \xd1\xa1\xa1\x55\xe5\x72\x25\x93\xc9\x08\x29\xbb\xb2\x5d\xdc\xf7\ \x25\x04\xaf\xbc\xf2\x4a\xa9\x5c\xce\xe6\x72\x3b\x77\xec\x10\x40\ \x9a\xa6\x19\xc6\x26\x62\x8c\x7d\xdf\x0f\x59\xde\xb2\xac\xb3\x41\ \x87\x67\x4d\x4f\x40\x02\x29\x41\xa3\x56\x6f\xb5\x9a\x42\x08\x45\ \x51\x5e\x7a\xe9\xa5\x6d\xdb\xb6\x0d\x0c\x0c\x10\x4a\xa8\x24\xe0\ \xcc\x9c\x3e\x1d\x69\x4a\x48\x18\xef\x48\x08\x39\x72\xe4\x70\xa3\ \xd6\xd4\x75\xbd\x59\x6f\x54\xca\xc5\x03\x07\xed\x78\x34\xd2\xdf\ \xdf\xdf\xa8\xd7\x5a\x8d\xfa\x6d\xb7\xdd\xb6\xbc\xb4\x18\x1e\x1a\ \xe2\xf1\xf8\xcc\xcc\x8c\x69\x9a\xdf\xff\xfe\xf7\xa3\xd1\x28\x00\ \x60\x76\x6e\xae\x5e\xaf\x41\x00\x09\x21\xa1\x77\x37\x1e\x8f\x6b\ \x9a\x16\x1a\x67\xc2\x6d\x35\x62\xe9\x94\x92\x46\xa3\x61\x59\x56\ \xa9\x54\x8e\x46\xe3\x0b\x0b\x0b\x00\x20\x29\xe5\xc4\xc4\x44\xc4\ \x8a\x2a\x8a\x72\x71\xdb\x2a\xe7\x3c\x62\x45\x54\x8a\x4d\xa3\x77\ \xfb\xd6\x2d\x51\x93\x3e\xf9\xe4\x73\x8d\x46\x23\x1a\x89\x56\x7c\ \x0f\x13\x4c\x08\x5d\x58\x5c\xf4\x3c\xaf\xd5\x6e\x1d\x3a\x7c\xc8\ \xb2\x2c\xcf\x71\x01\x84\xb6\x6d\x0f\x0d\x0d\x61\x8c\xa5\xe4\x5d\ \x5d\xd9\xc0\x73\x9b\x8d\x06\x41\x50\x55\xd5\x5c\x57\x16\x41\xd0\ \x6e\xb6\x04\x0f\x3c\x42\x75\xc3\xd2\x34\x4d\xd7\xd5\x5a\xad\xe1\ \x38\x4e\x2c\x16\x33\x0c\x03\x63\xa4\xaa\x6a\x78\x3b\x08\x11\xcd\ \x66\xb3\x5a\xad\xc6\x62\x89\xf1\xf1\x89\x42\xa1\xe8\x38\xce\xca\ \xca\x0a\xc6\x78\x76\x76\x36\x9b\xc9\xc6\x12\x51\x88\x90\x6d\xb7\ \xc9\x3b\x2d\x5a\x99\x4a\x01\x42\xe0\xca\x8a\xc4\x57\x2e\x12\x05\ \x22\x55\x37\xd4\xb3\x1b\x27\xa6\xba\x71\x76\xbf\xc5\x8a\x8a\x01\ \x90\x12\xc0\x30\x8a\xeb\x02\x89\x9d\xf1\x40\x51\xd3\x11\x05\xb5\ \x9c\x1a\x93\x00\x02\xc0\xb9\x0b\xb0\xa9\x61\x18\x70\x06\x00\x90\ \x82\x43\xa2\x53\x28\xc2\x87\xe7\xdb\xdd\x84\x0f\x90\x15\x33\x63\ \xbe\x5b\x71\x19\x83\x10\x4a\xc9\x98\x00\x9a\x62\x4a\xe1\x71\x21\ \x09\x8d\x9a\x6a\x04\x43\xde\xb6\x0b\x9e\x00\xa7\x03\x9e\x91\xa2\ \x22\xe8\x33\x1f\x42\x00\xa1\xa2\x60\x11\x9c\x7e\x2f\xa0\x54\x17\ \xcc\x15\xe0\x9a\xa4\x77\x24\x65\xda\xb1\x27\xb9\x28\x35\x5b\xdb\ \xba\x73\xed\x56\xbb\x5e\xaf\x33\x16\x78\x01\x1e\x1f\x1f\xdf\x7d\ \xcb\x2d\x10\xc0\x76\xab\xdd\xd3\xd3\x73\xf0\xf5\x03\x10\xc2\x20\ \x08\x9e\x79\xe6\x99\xd5\xc3\x23\xb1\x64\xaa\x5c\xa9\xad\x1a\x5e\ \x0d\xa4\x3c\x7c\xf8\x70\xad\x56\x73\xec\xf6\xe2\xe2\x62\xb3\x51\ \xd7\x56\x0d\x45\x23\x96\xae\xab\x18\x61\xcf\xf3\xa5\x94\xcd\x66\ \x13\x21\x54\xaf\xd7\x1d\xc7\x61\x8c\xb9\x2e\x44\xa7\x77\x43\x88\ \x20\xe2\x9c\x73\xce\x22\x91\x48\x2e\x97\x6b\xb7\xdb\xf5\x7a\x3d\ \x97\xcb\x71\xce\x19\x67\x08\x22\x29\x24\x40\x02\x43\x85\x52\x12\ \x66\xec\x51\x00\x17\x97\x56\x8a\xe5\x9a\xe0\x22\x93\xc9\xcc\x2f\ \xce\x22\x84\x7d\xcf\xad\xd7\xaa\x4e\xbb\xa5\x6b\x2a\x01\xb0\xd9\ \x68\x1c\x3b\x7a\x64\x6a\xf2\x14\x17\x9c\x73\x26\x04\x34\x4d\x5d\ \x4a\xd1\x68\xd4\xe6\xe7\x65\x26\x93\x49\xa5\x92\x8e\xd3\x56\x14\ \x8a\x10\xc4\x18\x87\xce\xc3\x33\x6b\x8f\x84\x5a\x12\x63\x2c\x89\ \x74\x7d\x9f\x4b\xa9\xe9\xda\xf6\x9b\x77\xed\xda\x75\xf3\xd1\xe3\ \xc7\x26\x26\x27\xa3\xb1\x04\x22\xa4\x37\x9d\x40\x08\x03\x10\x5c\ \x84\x41\xcc\xd4\x75\xd7\xf5\x0e\xec\xdf\x3f\x3a\x3a\x0a\x21\x68\ \xb7\x5b\x18\x63\x4d\xd3\x8e\x1e\x3d\xda\x6e\xdb\x9a\xaa\x8e\x9f\ \x9c\xe8\xeb\xeb\x0b\x4d\x2b\xba\xae\x1f\x3c\x78\x10\x42\x98\xcb\ \xe5\xea\xf5\x7a\x36\x9b\x8d\x45\x22\x93\x93\x93\x73\x0b\xf3\xb5\ \x5a\x6d\x69\x79\xb9\x52\x2e\x0b\x21\x88\x42\x29\xa5\x61\x60\x7b\ \x10\x04\x9c\x73\xcf\xf3\x82\x20\x08\x4d\x37\xa1\x72\x3f\x7d\x60\ \x13\x02\x41\xcc\x39\x93\x52\x26\x12\x89\x20\x08\x56\x56\x56\xd2\ \xe9\xb4\x6d\xdb\x8c\x05\x8c\x33\x4c\x10\x63\x2c\xe4\x5f\x8c\x31\ \x84\x90\x31\xc6\x39\x77\x1c\xc7\xb6\xed\xc1\x81\xc1\x67\xa7\x9e\ \x95\xf1\x68\xa3\x59\x13\x82\xcf\x4e\x4d\x95\x23\x96\xef\xb9\x82\ \xb3\x52\xb1\x68\xdb\x36\x84\x18\x42\xa8\x28\x8a\x69\x9a\xa9\x54\ \xaa\x52\xa9\x4c\x4c\x4c\xac\x5a\xb5\xaa\xab\xab\xab\x5c\x2e\x57\ \x6a\x55\x29\x44\x48\xd0\x8c\x71\x4a\x69\xb8\xdf\x84\xc6\x0a\x45\ \x51\x4c\x43\x0d\xfc\xa0\xd5\x6a\xa5\xd3\xe9\x0d\x1b\x46\x3f\xf5\ \xa9\x87\xa2\xd1\xe8\xf7\xbe\xf7\x7d\xdb\x76\x46\x47\xc7\x34\x55\ \x5b\x3f\x3a\x8c\xf1\xbb\xce\xe1\x81\x00\x0a\x21\x89\x42\xe2\xf1\ \xb8\x69\xe8\x92\xf3\xc7\x9f\x78\xee\xd8\xd1\x23\x63\x63\xa3\x2f\ \xbf\xf4\x62\x21\xbf\x9c\x4a\xa5\x62\xf1\xd8\xb3\xcf\x3d\x37\x38\ \x34\x50\x2e\x95\xdb\xad\x76\x34\x1a\x5d\x98\x9b\x4f\x25\x93\xb7\ \xde\x7a\xeb\xf1\xe3\xc7\x33\x99\xcc\xc0\x40\x1f\xc6\x78\xf3\xe6\ \x9b\x4e\x4d\x8c\x0b\x21\x2c\xd3\x48\x25\x13\x89\x78\x8c\x60\xc2\ \x58\xa0\xeb\x86\xa2\x60\xce\x65\xe8\x45\x08\xf7\xb3\x70\xb6\x23\ \x04\xc3\xb4\x00\xdf\x67\x41\x10\xf4\xf6\xf6\x9a\xa6\xe9\xba\x2e\ \x42\x78\x68\x68\x28\x1a\x8d\x7a\x9e\x1b\x8d\x46\x4c\xcb\x0c\x82\ \x40\x55\xa9\xaa\x6a\xef\xa0\xca\x19\x93\xe9\x34\xc0\x18\x2d\x2d\ \x01\x74\xa5\xdb\xeb\x48\x29\x38\x67\x8c\xf1\xb3\xf6\x4d\xc1\xd9\ \x59\x84\x21\x34\x17\x6a\xc6\x67\xf1\xcc\xdd\xf7\xed\xfe\xad\x7b\ \x46\xdf\x6f\x11\xe6\xfb\x6d\x26\xa4\x15\xbf\xf9\x93\xf7\xfd\xe9\ \xfd\x1b\x76\x08\xdf\x11\xc2\xe7\xa4\xfb\xc3\xf7\xfd\xed\x43\x9b\ \x6e\x0a\x98\xff\x16\xa3\x9b\x4f\xf4\x35\xb7\x6d\xff\x8d\x8f\x6c\ \xff\x99\x1e\xcb\xf0\x83\xb6\xcf\x03\x48\x12\x63\x37\xfd\xbb\x5f\ \xbd\xe7\xcb\x5d\xd4\x77\x19\xd8\xb8\xeb\xff\xf9\xe9\xdd\xbf\x72\ \xe7\xc6\x4f\xf5\xa8\x90\x0b\x09\x00\x60\x81\xdb\xb3\xee\x4b\x5f\ \x78\xe0\xab\x3d\xc4\xf3\x99\x6d\xf6\xfc\xc2\xe7\x3f\xf0\x7f\x76\ \x11\xcf\x67\xb6\x92\xfa\xc8\xe7\xee\xff\xea\xb0\xce\x7d\x71\x4d\ \xfa\x0c\x20\xe7\x64\x7e\x3e\xbd\x6d\xeb\x1d\x1f\xb8\x8f\x33\xb6\ \x77\xef\x5e\xc6\x19\xe7\x5c\xd3\x34\x09\x80\x15\x8d\xbc\xb2\xef\ \x15\xdd\xd0\x27\x26\x26\xe6\xe6\x66\x23\x91\x08\x0b\x82\x62\xa1\ \x60\xdb\x76\x7f\x7f\xff\xc8\x9a\x91\x4c\x26\xb3\x61\xfd\xba\x5c\ \xae\x4b\x55\x15\xc6\x58\x22\x1e\x5f\xb7\x76\x9d\x65\x59\x9c\xb3\ \x6a\xa5\x62\xdb\x6d\xce\x99\xa6\xa9\x9a\xa6\x39\x8e\xe3\xba\xae\ \xae\xeb\xaa\xaa\x40\x08\x19\xe3\x41\xc0\x7c\xdf\x0f\x82\xa0\x58\ \x2c\x07\x41\xa0\x69\x5a\xbb\xdd\x2e\x16\x8b\xb5\x5a\x2d\x14\xce\ \x4b\x8b\x4b\xb5\x7a\x1d\x42\x40\x08\xe2\x2c\xf0\x5c\xcf\x73\x1d\ \xcf\xf5\x1d\xc7\x3b\x74\xf0\xd0\xcb\x2f\xbe\xf4\xc3\x1f\x3e\x7e\ \xf2\xe4\x89\x13\x27\x4e\x94\x8a\x85\x56\xa3\x81\x31\x0a\x63\xb1\ \x6b\xb5\xaa\x6d\xb7\x2b\x95\x52\xab\xd5\x20\x84\x30\x16\x34\x1a\ \x75\xdf\xf7\xc2\x50\x1c\xce\x19\x63\x81\xaa\x2a\xa1\xc8\x3d\x4b\ \x2e\xa1\x44\x55\x55\x55\x51\x14\xc7\x71\xe2\xf1\x78\xff\x40\x7f\ \x32\x95\x8e\xa7\x92\xc9\x74\x2a\x16\x8f\xf7\x74\x77\x57\x2a\x95\ \xa5\xa5\x65\x53\xd7\xfb\xba\x7b\xe2\x91\x28\x85\xe8\xe2\x6c\xee\ \x10\x42\x3f\xf0\x31\x82\x5b\xb7\x6e\xce\xa4\x93\x8d\x46\xf3\xe8\ \xd1\x63\xa7\x93\xc5\x10\x92\x52\x78\xae\x57\x2c\x15\x75\x43\xdf\ \xbb\x77\xaf\xa6\x69\x41\x10\x2c\x2e\x2e\x2e\x2e\x2e\x66\xb3\xd9\ \x1d\x3b\x76\xe4\xba\xbb\xa3\xd1\xe8\xf0\xf0\xb0\x65\x59\x21\xf5\ \x0f\x0f\x0f\x1b\x86\x21\xa5\x6c\xb7\xdb\xb6\x6d\xfb\xbe\x1f\xba\ \x10\x20\x84\x61\x98\x39\x38\x1d\xdb\x7e\x1a\x52\x48\xcf\xf5\x6a\ \xb5\xba\xa2\x28\x08\xa1\x20\x08\x4a\xa5\x52\xab\xd5\xc2\x18\xb7\ \xda\xed\x7a\xad\xee\x38\x6e\x98\xdd\x13\x5e\x6d\x18\xe3\x51\x2a\ \x95\x0e\x1d\x3a\xf4\xdc\x73\xcf\x1d\x38\x70\xe0\xf0\xc1\x83\x27\ \x4f\x9c\x68\x35\x1a\xed\x56\xcb\xf3\x1c\x16\x04\xad\x46\xbd\x5a\ \xa9\x54\xca\xe5\x99\xe9\x69\x08\x80\xe7\x79\xe5\x72\x79\x71\x71\ \x91\x52\x6a\xdb\x76\xb8\x31\x68\x9a\x16\x8b\xc5\x52\xc9\x14\x44\ \x28\x0c\xe0\xf1\xfd\xd3\xf6\x99\x5c\x2e\x17\x3a\x7e\x77\xed\xda\ \x99\x4c\x25\x87\x87\x57\x77\x77\x77\x4b\x29\xb7\x6e\xdd\xda\xdb\ \xdb\x7b\xf0\xe0\xc1\x20\x60\x5b\xb7\x6e\xcd\x66\x33\xe1\x2f\x05\ \x17\x25\xa7\x24\x90\xe1\xb6\x5d\x2a\x95\xbf\xf9\xcd\x6f\x8e\x8f\ \x8f\xdf\x7e\xfb\xed\x08\x61\x43\x37\x12\xf1\xf8\xf8\xf8\xf8\xf1\ \xe3\xc7\x85\x94\x8e\xe3\xe6\xf3\xf9\x07\x1f\x7c\xb0\xbb\xbb\xdb\ \x75\xdd\x56\xab\xbd\x76\xed\x9a\x9d\x3b\x77\xe6\xf3\xf9\x42\x7e\ \x25\x08\xfc\x8d\xa3\xa3\xbd\x3d\x3d\x0a\xa5\x8a\x42\x33\x99\x4c\ \x34\x12\x71\x1d\xbb\x54\x2c\x00\x20\x39\x97\x18\x43\xce\x65\xab\ \xd5\x72\x1c\x47\x4a\x19\x86\xae\x03\x00\x10\x02\x42\x88\x66\xb3\ \xa9\x69\x1a\x21\xc4\xb6\xdd\x74\x3a\x6d\x99\x26\x00\x40\x51\x94\ \x56\xab\x9d\x48\x24\xc3\xd9\xe8\xba\x2e\x42\xf0\x9d\xcd\x32\xe9\ \xb4\x8c\x58\x70\x6a\x1a\x06\xc1\x9b\x12\xa7\xde\x73\x6a\x67\x8c\ \x5b\xc9\x6c\x54\x43\xcd\x6a\xb1\xe1\x72\x42\x88\x91\xe8\x8a\x6a\ \x18\x40\x28\x79\xe0\xfb\x5e\xbb\xd5\xf6\x99\xfc\xb1\x25\xce\xa4\ \x0c\xb0\x39\x76\xd7\xd6\x4f\x34\x67\xfe\xee\x87\xe3\x7b\x6d\xba\ \xea\xee\x5b\x3e\x31\x3f\xfe\x4d\x9c\x1e\x35\x00\x6b\x42\x04\x80\ \x42\x15\x7d\x71\x00\x00\x20\x00\x49\x44\x41\x54\x64\x82\x6e\x58\ \xf3\x60\x56\xe5\x0d\x26\xc2\x5c\x30\xc1\x6d\x8f\x31\x44\x34\x15\ \xe3\x00\xc6\x76\xde\xf4\xb9\x1e\xf1\xca\xa3\x2f\x7d\x77\xb9\x0d\ \xb6\xdc\xf4\x1b\xc9\xe6\x63\xaf\xb7\xe2\x3d\x31\xcb\x03\x3e\x86\ \x02\x20\x2b\x82\x9b\xfb\x5e\xf9\xf7\x4f\xe5\x6b\x96\x96\x50\x10\ \x94\x32\xe0\xca\xd0\x58\x57\xaf\x27\xe3\xa3\x03\x6b\xa6\x8e\x1e\ \xa2\x6a\x24\x9d\xda\xba\x69\x70\xc3\xf4\x91\x93\x1b\xd6\x7d\x30\ \xa3\xeb\x8a\xaa\xc8\x56\x00\xc0\x35\xd6\xa3\x4e\x22\x44\xca\x65\ \xb5\x50\x40\x23\x23\x9e\x14\x4f\xed\xd9\x13\xb8\xde\xba\x75\xeb\ \x4e\x4d\x4e\xd6\x6a\xb5\xd5\xc3\xc3\x9e\xe7\x9f\x38\x71\xf2\x81\ \x0f\x7f\xec\xf9\xe7\x9e\xa1\x84\x52\x4a\x05\x0b\xd6\xad\x5b\x97\ \x4e\xa7\xc7\xc7\xc7\x07\x86\x56\x21\x88\x06\x07\x07\xb7\x6e\xde\ \x3c\x35\x39\x09\x21\xcc\xa6\xd3\x51\xcb\x0c\x82\x20\x62\xe9\x08\ \x63\x82\x21\x26\x34\xb4\x2d\x86\x13\x5a\xd7\x75\x45\xa1\x00\x00\ \x29\x43\x3e\x95\xae\x13\x40\x08\x33\x99\x0c\x21\x78\x69\x69\xc9\ \xf7\xfd\x4c\x26\x23\xa5\x0c\x6d\xdf\x94\x92\x20\x08\x10\xa0\x02\ \x48\x42\x51\x18\x04\xd2\x6c\xb5\x72\xb9\xdc\xe4\xa9\x99\x89\x93\ \x27\xe7\x97\xe6\xf3\x85\x15\xa7\xdd\xf2\x3c\x0f\x41\x40\x2c\x0b\ \x42\x82\x09\x52\x55\xc5\xf3\x9c\xc0\x0f\x7c\xdf\x0f\xbd\xa6\x9e\ \x17\xda\x28\xb0\x94\xb2\x58\x2c\xb6\xdb\x6d\x4d\xd3\x4c\xd3\x2c\ \x95\x4a\xa1\x1d\x83\x52\x4a\x29\xb5\x2c\x4b\xd3\xb4\xf9\xf9\x79\ \x55\x55\x09\xa1\x8a\xa5\x47\xa2\xd1\x52\xb1\x28\x01\x7c\xfd\xf5\ \xd7\x75\xc3\x74\xda\x36\xc6\xb8\x51\xaf\xc7\xa2\xb1\x78\x3c\x7e\ \x29\xa9\x92\x9a\xae\x61\xa0\x95\xca\x95\x83\xaf\x1f\xdc\xb0\x61\ \xc3\xda\xb5\x6b\x0f\xbd\x7e\x50\xd7\xf5\x68\x2c\x76\xe2\xd8\xf1\ \x44\x22\x01\x01\x2c\x16\x8b\x83\x83\x83\xcf\x3e\xfb\xec\xc8\xc8\ \xc8\xe0\xe0\x60\x3e\x9f\x47\x08\x45\xa3\xd1\x54\x32\xa1\x10\x34\ \x33\x37\x6b\x59\x16\x80\x50\x55\x55\x3f\x08\x10\x44\xe4\x0c\x42\ \x9b\x7b\x68\x7f\x0f\xcd\xd6\xa1\x45\xe5\x8c\x78\x47\x81\x6f\xeb\ \xba\x1e\x8d\x45\x0a\xf9\x62\xb9\x5c\xce\x64\x32\x8a\xa2\x60\x8c\ \xcb\xa5\x72\x57\x57\x57\x68\xab\xe2\xfc\x74\x0a\xae\xe3\x38\x21\ \x27\x02\x00\x8e\x1e\x3d\xba\x6f\xdf\xbe\xb9\xa9\xe9\x99\xd9\x69\ \x20\xa4\xaa\x28\xaa\xa6\x50\x0c\xeb\xf5\x7a\xc4\xb2\x22\xa6\xd9\ \x68\x35\x1b\xcd\x66\xb8\x51\xd9\xb6\xad\xaa\x5a\xb8\x5b\xd7\xeb\ \xf5\xb9\xb9\x39\x84\x50\x77\x77\xf7\xa9\xe9\xc9\x30\x17\x54\xd3\ \x94\x78\x3c\x6e\x45\x22\xa9\x54\x2a\xbc\x3c\xd3\xb4\x30\xa6\xeb\ \xd6\x6f\x48\x67\x32\xb6\x6d\x1f\x38\x70\x20\x9f\x2f\x34\x9b\x4d\ \x8c\x69\xbd\x5e\x37\x0c\x23\x9d\xca\x10\x82\x2f\x2e\x14\x52\x53\ \x35\x35\x96\x7a\xf1\xa5\x97\x0e\x1f\x3c\xd8\xdd\x95\x1d\x1d\x1d\ \xc5\x18\x1f\x3f\x76\x2c\x12\x89\x28\xaa\x9a\x5f\xc9\x7f\xe7\x3b\ \xdf\x49\xa6\x52\xba\xae\xde\x79\xe7\x9d\xba\xa1\xe5\x72\xdd\x52\ \xca\x30\x17\xc9\xf3\x82\x9b\x6f\xde\xb5\xff\xd5\x97\x59\xe0\xaf\ \x19\x1e\x19\x19\x19\xe1\xdc\xd7\x34\x4d\x51\xd5\x95\xe5\xe5\xc9\ \x89\x09\xc3\xd4\xa5\x1c\x40\x48\x09\x53\x9d\x11\x42\x56\x24\xe2\ \x7b\xde\x59\xfb\x70\x10\x70\xdb\x6e\x59\x96\x15\xc6\xa7\xfa\x7e\ \x20\x01\x28\x57\x2a\xb5\x5a\x6d\xcd\x9a\x35\xe9\x74\x5a\x51\x14\ \xce\xb9\x42\xa9\xeb\x39\x84\xbc\x53\x97\x54\x29\xa5\x69\x8a\x55\ \xab\xe0\xca\x0a\x68\x36\xaf\x60\xe1\x5f\x3f\x00\xdb\x1e\xfa\xad\ \xbf\xfc\xbb\xbf\xfd\xa3\xbf\x78\xf8\x6f\xfe\xf4\xf7\x6e\xee\xd1\ \xda\x1e\xb8\xf9\x67\xfe\xb7\xdf\xfb\x7f\x7f\xff\xab\x5f\xfd\xea\ \x7f\xfc\xe3\xaf\x7f\xff\xeb\x7f\xbc\xab\x5b\xda\xc1\x8f\x5f\x24\ \x42\x88\x64\x72\xfb\x40\x3c\x96\xe8\xfe\xe4\xa7\xef\xfc\x42\xb7\ \x1a\x14\xab\x33\x1e\x6f\x9e\x18\xff\xda\x8b\x33\x47\x01\x24\x40\ \x7a\x66\xfa\x8e\x75\x91\xd2\xf3\xc7\x9f\xf3\x01\x01\x40\x0a\x11\ \xc4\x72\xf7\xdc\xbd\xed\x97\xb7\x77\x0f\x4b\xee\xa9\xfa\xd0\x48\ \xcf\x88\x6a\x8c\x7d\xf4\xce\xaf\x6c\xcb\x65\xeb\xb5\x89\xaa\x1f\ \xd8\x95\x57\x9e\x3a\xf0\xf5\x15\x5f\x84\x89\x65\x7e\x10\x8c\xed\ \xf8\xca\xc7\xb7\x7c\xc8\x80\x81\x00\x80\x0b\x9e\xca\xec\x4c\xf3\ \xc3\x3f\x38\xf0\xfd\xde\x81\x7b\xe3\x84\x6b\x2a\x3f\x3e\xf3\x42\ \x2c\xb3\x7b\xa0\xf7\xd6\x21\x5a\x38\xb4\x32\xad\xe9\x26\xb8\x16\ \x85\x3b\x42\x74\x65\x05\x52\x3a\xce\xc4\x0f\x7e\xf0\x58\xbb\xdd\ \x1e\x1b\x1b\xe5\x42\x24\xe2\x89\x76\xbb\x3d\x37\x37\x77\xf2\xe4\ \xc9\x68\x34\x7a\xe2\xe4\x71\x29\xe5\xd6\x6d\xdb\x2c\xcb\x5a\x5e\ \x5e\xb6\x2c\xeb\x8e\x3b\xee\x48\x25\x93\x0b\xf3\x0b\xd5\x6a\x95\ \x52\xba\x7e\xc3\x68\x57\xae\x8b\x31\x46\x28\xed\xee\xce\xf5\xf7\ \xf5\x40\x88\x2a\xc5\x62\xe8\xbf\x80\x10\x4a\x29\xc2\x9c\x4f\xdb\ \xb6\x39\x17\x61\x40\x47\xe8\x9f\xab\x37\x1a\xb1\x58\x94\x52\x02\ \x21\xea\xe9\xe9\xc9\xe5\x72\xa9\x54\x4a\xd7\xf5\x46\xa3\xd1\xd7\ \xd7\xa7\x2a\x8a\xef\xfb\xaa\xa6\x21\x8c\xa0\x04\x86\xa6\x9b\xa6\ \x91\x4d\x67\x38\x63\x0b\x0b\xf3\x84\x90\xc1\xfe\xfe\x6d\x5b\x37\ \x87\xf1\xd7\x9e\xe7\x0b\x2e\x28\x26\xd5\x6a\xb5\x5e\xab\x42\x21\ \x1c\xa7\x5d\x2c\x16\x3d\xdf\xa7\x94\x36\x9b\xcd\x90\x9e\xaa\xd5\ \xaa\x69\x9a\xd9\x6c\xb6\xdd\x6e\xbb\x8e\xc3\x39\x77\x5d\xd7\xb6\ \x6d\x42\x70\x2c\x16\x53\x55\x35\x54\xa9\x9e\xe7\x19\xa6\x41\x28\ \x4d\x65\xd2\x98\xd2\x48\x2c\x22\x21\xa8\x56\xab\xd5\x6a\x65\x61\ \x6e\xbe\xb0\xb4\xa2\x51\x45\x25\xca\xc5\x49\x26\x29\xa5\x42\x15\ \x08\xc0\xc4\xc4\xe4\xfe\x7d\xfb\xd7\xac\x19\xd1\x75\x3d\x99\x48\ \x60\x82\xa7\xa6\x26\x1b\x8d\xfa\xc9\x13\xc7\x7b\x7a\x7a\x5e\x78\ \xe1\x85\xcd\x9b\x37\x87\xac\x37\x3e\x3e\xfe\xa1\x0f\x7d\x28\x9b\ \xcd\xbe\xfa\xea\xab\xed\x76\x9b\x31\x96\xeb\xee\xee\xea\xea\x0a\ \x0f\x3d\xa6\x69\xc6\x13\xf1\x48\x24\x82\x31\x0e\x83\xed\xc2\xfa\ \x04\xe1\x76\x18\x06\xbd\x9c\xdd\x54\x10\x42\xb6\xed\xf8\xbe\x6f\ \x98\x86\x14\x32\x16\x8b\x65\x32\x99\x5c\x2e\x97\x48\x24\x56\x56\ \x96\xb3\xd9\x6c\x24\x1a\xe1\x42\x60\x8c\x43\xc7\x83\xa2\x28\x96\ \x69\xa5\xd3\x69\x5d\xd7\x8b\xc5\x22\xc6\xa8\xbf\xaf\xef\x9e\xbb\ \xef\xe9\xea\xea\xe2\x82\x37\x1a\x35\xdf\x71\x39\xe3\x10\x80\xb9\ \xb9\xf9\xa5\xe5\x65\xce\xf8\xdc\xfc\x6c\xb1\x58\xe4\x82\x3b\x8e\ \xbd\xb4\xbc\x88\x20\xac\x37\xea\xc5\x62\x61\xed\xda\xb5\xb6\xdd\ \x2e\x97\xcb\x52\xca\x56\xab\xd5\x68\x34\x84\x14\xa6\x69\x76\x65\ \x33\x10\xc2\x48\x24\x22\xa5\x54\x35\x55\x4a\x19\x8b\xc5\x30\x26\ \x9a\xa6\x67\x32\x99\x85\x85\x85\x4a\xa5\x72\xfc\xf8\xb1\x3d\x7b\ \xf6\x50\x4a\x0d\xc3\x10\x17\x75\x50\x86\x08\x3a\x8e\xf3\xd8\x63\ \x8f\x1d\x39\x72\x64\xeb\xd6\xad\xa3\x63\xa3\xd5\x4a\x65\xef\xcb\ \x2f\x1f\x3b\x76\xac\xb7\xaf\x87\x52\xea\xf9\x5e\xb9\x54\x52\x14\ \x75\x68\x68\x88\x73\xfe\xc3\x1f\x3e\x31\x3b\x3b\x8b\x51\x98\xb9\ \xaa\x12\x82\x4b\xc5\xe2\xfa\xf5\xeb\x21\x84\xcf\x3e\xf3\x0c\x81\ \x38\x1a\x8d\x07\x9e\x3b\x37\x33\x35\x35\x3d\x85\x09\x5a\xb7\x7e\ \xbd\xa2\x6a\x10\x02\x08\x01\x42\x90\x33\x8e\x11\xa2\x94\x86\xc2\ \x5a\x08\xc0\x39\xa7\x8a\xa2\xeb\x1a\xa5\x34\x3c\xb5\xe4\x57\xf2\ \x82\xf3\x54\x2a\x59\xad\x56\x6d\xdb\x26\x94\x30\xc6\x20\x80\x10\ \x02\x08\x7f\x44\x0b\x6c\x21\xe4\xc0\x00\xaa\x56\x61\xab\x75\x05\ \xc9\x1d\x11\xc2\xaa\xb3\x7f\xff\xd5\x2f\xfd\xca\xe7\xbe\x70\x10\ \x6f\xfc\xb5\x7f\x75\xbb\xc2\xdd\x17\x1e\xfe\xdd\xdf\xf8\xe2\xaf\ \xff\x9b\x5f\xfb\xf2\x9e\xe3\xcb\x13\x07\x9e\x3a\x30\xeb\xa9\xf4\ \xc7\x5f\xa1\x04\xc8\x30\xba\x8a\x73\xdf\x78\xf8\x5f\x7e\x7b\x16\ \x6e\xd8\x92\x8d\xee\x3f\xfc\xf0\x42\xcb\x46\x10\x63\x44\x00\x60\ \xbe\x88\x6e\xdd\xf0\x61\x51\x9f\x01\x5a\x2a\xa2\x27\x75\x8c\xa4\ \x94\x10\x62\x42\x34\x0c\x21\x00\x42\x51\x52\xb4\xfd\xda\x77\x1f\ \xff\xe2\x9e\xb9\xc6\x8e\xe1\x5d\x4b\x33\xff\xf3\xf5\xe5\x39\x08\ \x11\x44\x14\x43\x08\x00\x22\xb0\xb5\x6f\xdf\x7f\x7a\xe4\xf5\xef\ \x27\x56\x7d\x66\x57\x6f\xd6\xe7\x9c\x4b\x3a\xd0\x77\xbb\xc2\x4a\ \x95\x56\x89\x26\x76\xf7\x47\x33\xba\xa2\x57\xe7\x7f\x38\xc5\x86\ \x3f\xb6\xfd\xa1\xda\xca\x93\x0b\x0d\x5f\x53\x0c\x20\xaf\xc1\x2c\ \x2c\x8c\xd5\x42\xa1\x0d\xc0\x91\xe5\xbc\x49\xd4\x6d\x9b\x6e\x6a\ \xd7\x9a\x85\xc5\xc5\x5c\x3a\xa5\x11\x72\xe8\xc0\x6b\xcf\x3d\xfb\ \x74\x10\x78\x2d\xbb\xf1\x81\x0f\xdd\xb7\x75\xfb\xe6\x4c\x36\xe3\ \x07\x41\xa3\x5e\x1f\x1c\x1c\xd8\xb0\x61\x6d\x6f\x4f\xd7\xa9\x89\ \x13\x85\x62\x71\x70\x70\x68\xf5\xaa\x61\x55\xd1\x92\x89\x14\x26\ \xea\xe4\xd4\xcc\xc1\x83\x87\x0a\xc5\x0a\x26\x1a\x55\x94\x30\xa1\ \xc6\xb5\xed\xee\xae\x2e\x20\x05\x0b\x02\x8c\x21\x04\xc0\x73\xbd\ \x46\xbd\x8e\x11\x02\x52\x52\x4a\x14\x4a\x52\xc9\x78\xab\xd9\x6a\ \x36\x9b\xa9\x64\xd2\x34\xcd\x30\x01\x07\x11\xdc\x68\x37\x55\x5d\ \xd3\x0c\x55\x02\x88\x20\x5a\x58\x58\x7a\xe4\x91\x47\x16\x17\xe7\ \x08\x96\x6b\x46\x56\x0d\xf6\xf5\xc6\x2c\x4b\x25\x98\x62\x48\x08\ \xf4\x83\x30\xdc\x05\xab\x86\x89\x10\x41\x08\x01\x29\xc3\x58\xb4\ \x50\x78\xaa\xaa\x1a\x9e\x0c\x38\xe7\x12\x22\x4c\x15\x45\xd3\x11\ \xa1\x98\xaa\x54\x55\x1b\xad\x76\xa3\xd5\x96\x08\x61\xaa\x44\x62\ \xf1\x48\x34\x92\x48\x24\x55\x55\x93\x52\x36\x9b\x6d\xc6\x58\x3c\ \x1a\x4f\xa5\x33\xc3\xab\x57\x23\x84\x52\xc9\xa4\xb8\xa8\xfb\x8e\ \x31\x5e\x5e\x5c\x7a\xe2\xb1\x1f\xb6\x9b\xad\x3b\x6e\xbf\x2d\x9d\ \x4c\xcc\x4e\x4d\x65\x53\xc9\x78\xc4\x5a\x59\x5a\xf8\xee\x77\xbe\ \x95\x4a\x27\x4e\x9c\x3c\xb1\x65\xeb\x96\x8d\x37\x6d\xea\xe9\xeb\ \xe5\x52\x2c\x2d\x2f\x05\x9c\x0d\xae\x1a\xba\xe7\xde\x7b\x8e\x9f\ \x38\x31\x71\xea\x54\x20\xc4\xf0\xc8\x48\x2c\x91\x60\x9c\x47\x22\ \x11\xdf\xf3\x6a\xb5\xda\xc2\xdc\x3c\x46\x18\x02\x08\xa1\xc4\x18\ \x05\xbe\x87\x31\xb4\x4c\xc3\x75\x1d\x00\x04\x00\x12\x00\xe9\xba\ \x36\xe7\x81\xaa\xe9\x94\x2a\x42\x02\x82\x29\x02\x68\x65\x61\x25\ \x9d\xca\xa8\xaa\x41\xa8\x22\x01\x20\x94\x3a\xae\x7b\x5a\xfb\x4b\ \x41\x08\x12\x41\x70\x70\xdf\xab\x87\xf7\xbd\xda\x28\x15\xbb\x33\ \xe9\x5b\x6f\xdd\xdd\xdf\xdb\xa3\x6b\x5a\xb3\xd5\x8a\x27\x13\x88\ \xd0\x42\xb9\x02\x31\x8e\xa7\xd2\x8a\xa6\x4b\x08\x5c\xcf\xd6\x34\ \x05\x22\x00\xa1\x54\x34\x22\x44\x60\x45\xcc\x80\x79\x18\x43\xdb\ \x6e\x01\x84\x4d\x2b\x0a\x01\x52\xb1\x9a\x8a\x27\xed\x86\xbd\x38\ \xbf\x58\xaf\xd6\x09\x51\x7b\x7a\xfa\xfa\xfa\x06\xe3\xf1\x94\x69\ \x46\xe3\xf1\x54\x3e\x5f\x74\x6c\x17\x48\xd4\xdd\xdd\xbb\x6b\xe7\ \xcd\x61\x19\x09\x4a\xc9\x45\x0c\x3b\xc1\xa4\x58\x2a\x9d\x9a\x9c\ \xbc\xff\x43\x1f\x5e\x3d\x32\x5c\xad\xd5\x1d\xcf\x29\x95\x4a\x0b\ \x8b\xf3\xd3\xd3\x93\x81\xef\x0a\xc6\x74\x55\xdb\x7c\xd3\x56\x85\ \x6a\xad\x96\x13\x78\xac\x55\x6b\x53\xa2\x34\xea\x35\xc1\xfd\x58\ \xc4\x18\x5d\xbf\xd6\xf3\xfd\x4a\xa5\xde\x6c\xb5\x8e\x1e\x3f\xee\ \x7b\x01\xe3\x70\x71\x71\xd9\xf7\x59\x3a\x93\x33\x8c\x48\xa8\x0e\ \x43\xfa\x45\x52\x54\x0a\x05\x15\x63\x04\xa4\x94\x12\x41\x49\x15\ \xaa\x50\xc5\x6e\xb6\x29\xc2\xb5\x4a\x75\x7e\x76\xc6\x77\x1c\xd7\ \x69\x3b\xed\x66\x61\x65\x79\x65\x79\x61\x7a\x72\x42\x55\x89\x19\ \x31\x12\x89\xb8\xa2\xa8\xe4\x47\x59\xba\xfb\xfb\x49\xb9\x02\x5a\ \x2d\xd0\x95\xbd\x52\x04\x42\x20\x3f\xf4\xf8\x3f\xbc\xc6\x59\xab\ \x4d\xa7\xe6\x8a\x6b\x35\x0d\x01\xe9\xb5\x6a\x0d\xc7\xb6\x36\x3c\ \xf0\x81\x4d\xf4\x6b\x5f\xfa\xef\x25\x41\x8c\x0b\x30\x69\x40\x20\ \xdb\xed\x25\x63\x70\x6d\x36\x9a\x56\x91\x68\x73\x3a\xd4\x7b\xab\ \x6f\x4f\x97\xda\x6e\xe8\xc0\x41\x58\xf7\x1a\x0b\x34\xf5\xfe\x9d\ \xa9\x9b\xba\x25\xcf\x1a\x8f\xcf\xb5\x45\x7d\xe5\x89\x27\x96\x04\ \x42\x14\x23\xd5\xf3\x4b\x2e\xee\xee\x4d\xf5\x79\x8a\xe2\xfa\x6e\ \x2a\xbd\x53\x01\xb5\x95\x7a\x1e\x02\x88\x10\x06\x40\x00\x6c\xaa\ \x90\x57\xaa\xe3\x75\x1f\x9a\xaa\x2a\x45\x80\xd5\x35\xeb\x7a\x57\ \xd1\xb6\x7d\xe7\x06\x81\x48\x76\xb4\x77\x6c\x92\x28\x48\x2c\x1f\ \x9b\x9f\x7a\x7f\xef\x8e\x53\x33\x7b\x53\xa3\xf7\xc6\xa8\x05\xc1\ \xb5\x47\xee\x12\x21\xb2\xbc\x22\x14\x75\x70\xeb\x8e\x76\xb6\xeb\ \xc4\xf1\xe3\x73\x53\x33\x9e\xed\xa4\x53\x49\x8c\x51\xb9\x58\x68\ \xd6\xab\x0d\xcb\xb8\xf9\x96\x9d\xf9\xc2\xf2\xd1\x43\x47\xaa\xd5\ \x2a\x80\xd0\x30\x0c\xdf\xf7\x55\x45\xf1\x3d\x67\xcd\xda\xe1\xc5\ \xc5\x45\xbb\x65\x67\x33\x5d\xa1\x55\x7d\x61\x61\x61\xf2\xd4\x14\ \x00\x62\xc7\xce\x9d\x00\xc0\x20\x60\x94\x10\x00\x24\x63\x81\x69\ \x1a\x51\xcb\x92\x42\x9c\x0e\x67\x12\x42\xd7\x34\x5d\x47\x10\x60\ \x8c\x61\xbd\xd6\xa8\xd5\x6a\xae\xeb\x58\xa6\x19\xfa\xa9\x3c\xd7\ \xe5\x42\x50\x55\xf1\xfd\x00\x21\x18\xf8\x9c\x50\x5c\xab\xfd\xff\ \xec\xbd\x69\xac\x64\xd7\x7d\x1f\x78\xd6\xbb\xd7\x5e\x6f\xef\xf7\ \x7a\x65\xbf\x26\x9b\xa2\x48\x8a\x5a\x28\x51\xb4\xec\x71\x6c\xd9\ \x19\xd9\x0e\x10\xdb\x1a\xd8\x8e\x07\xf1\x38\x98\x38\xc2\x64\x80\ \x09\x82\xc4\x49\xc6\x33\x81\x31\xb1\x61\x27\x03\xef\xb1\x2d\xe7\ \x8b\x66\x62\x2b\x5e\x61\x5b\xb2\x48\x6a\xa1\xb9\x35\x45\xd1\x6c\ \x36\xd9\xeb\xdb\xb7\x7a\xb5\x57\xdd\xba\xfb\x3d\xeb\x7c\x38\xdd\ \x6d\xc1\xc0\x68\x69\x7d\x60\x02\xf7\xf9\xd0\x78\x78\xf5\xaa\xba\ \x5e\xbd\x73\xff\xf7\x7f\x7e\xff\xdf\x12\x5d\x79\xeb\x0a\x42\xc0\ \x73\x1d\x29\xe5\x6c\x36\x1d\x8d\x86\x5a\x4b\x8c\x80\x90\xc2\x4c\ \x11\x8d\x60\xa7\x64\x0c\x22\x0c\xe0\x6d\x67\x2b\xad\x75\x51\x14\ \x06\xa0\x98\xcd\x66\x86\x1f\x82\x31\x06\x08\x4d\xc2\x50\x03\xe0\ \xf9\x7e\x7b\x6e\x9e\x31\x16\xce\x66\x4a\xe9\xe9\x6c\xb6\xb9\xb9\ \xe5\xd7\xaa\x84\xd0\x2c\x4e\x4b\x52\x60\x84\x9a\xad\x16\xc1\x64\ \x71\x71\x49\x43\x94\x15\xc5\x2c\x89\xef\x8d\x2d\x03\x21\xcc\xb3\ \xec\xc1\xf5\x0b\xad\x76\xab\x2c\x8a\xdd\xdd\x9d\x2f\xbf\x7a\x69\ \xfd\xc2\xf9\x46\xb3\x3e\x8b\x27\x37\x6f\x5e\xe3\x82\x3f\xf5\xf4\ \xb7\x3f\x70\xfe\xfc\xad\x5b\xb7\x86\xc3\x21\x00\x00\xde\xa1\x36\ \x8e\xc6\xe3\xf3\x17\xce\x1f\x1d\x1c\x6e\x6d\x6f\x9b\xf1\x29\x21\ \xa4\x2c\xcb\x2c\xcd\x76\xb6\xb7\x57\x57\x57\x11\x46\x66\xac\x85\ \x31\x01\x40\x5b\x94\x9a\xc1\x9d\xf1\x0a\x93\x42\x40\x00\x3c\xcf\ \xd3\x00\x2a\xa5\x30\x42\x69\x9c\xc4\xe1\x0c\x23\x58\xe6\x79\xad\ \xd5\xf4\x03\x77\x16\x25\xae\xef\x00\xa5\x0c\xa2\x45\x20\x50\x4a\ \x1f\xed\xef\x4f\x06\x7d\x87\x52\xe8\xba\xbe\x63\x1f\xec\xed\xe7\ \x79\xee\xba\x8e\xeb\xba\x51\x1c\xc7\x49\xd2\x6e\xb7\x8b\xa2\x4c\ \xb3\xdc\x76\x6c\x4a\xad\xa2\xc8\x08\xc1\x52\x0a\x00\x40\x1c\x17\ \xab\xab\xab\x8c\xb1\xeb\xd7\xaf\x39\x8e\xe3\x7a\x2e\xc2\x28\x9c\ \xcd\xb2\x38\x21\x84\x2c\xce\x2f\x9e\x3d\x7b\x76\x6b\x7b\x4b\x03\ \x28\xa5\xfc\xec\xe7\x3e\xd7\x6e\xce\xcf\xb5\x16\xa2\x59\x34\x1a\ \x8d\x20\x44\xf3\xf3\x73\xed\x76\x5b\x4a\xf5\x81\x27\x3f\xd0\x3d\ \x3e\xae\x56\x83\xa0\xe2\xc0\x6f\x3e\xa9\x42\x2a\x19\x04\xc1\x77\ \x7d\xf7\x77\xd5\xeb\x55\xa0\x54\xa3\x59\xcf\xb2\x78\x38\x1e\x74\ \x7b\xc7\xdd\xe3\x23\x2d\x58\xab\xd5\x7e\xe4\xdd\x8f\x78\xbe\xe7\ \xda\x6e\xb3\xd5\xfc\xe8\x77\x7f\x74\xd4\x1f\xbc\xf6\xea\xab\x69\ \x92\x7c\xe5\xcb\xaf\x7e\xef\xf7\x7c\x4f\x10\xf8\x96\xe3\xec\xef\ \x1e\xf9\x5e\x80\x29\x9e\x4e\x43\x84\xd0\xd6\xf6\xee\x77\xff\x9d\ \xef\x7c\xe0\xc2\x03\x40\x01\xa9\xa4\xc1\x18\x10\x42\x8d\x7a\x7d\ \x3c\x1c\x1a\x43\x24\x08\xa1\x02\x1a\x42\x90\xce\xe2\xd9\x34\x6c\ \xb6\x9a\x8e\x65\xd9\x94\x56\x2a\x15\x2d\x45\x12\xcd\xf2\x22\xaf\ \x55\xfd\xe1\xb0\x3f\xbf\x30\x47\x6d\x6c\x5b\xf6\xff\x8f\xb7\xcc\ \x1d\xc2\x8c\x5a\x5b\x83\x93\x31\x4c\x62\x85\xde\x49\xae\x1e\xb1\ \x6c\x91\xf0\x07\xbe\xe3\x7f\xf8\xfe\xf7\x56\x7e\xf7\x9f\xbd\x2c\ \x09\x25\x18\x69\x12\x7c\xdb\xf7\x7f\x1c\xbf\xf5\xa7\x2f\x6e\xcf\ \x1c\xcb\xff\x86\xfa\x1d\x84\x47\xbd\xe7\xde\x5e\xfe\xc4\x0f\x7f\ \xf7\xff\x35\x1b\xfc\xc5\x4b\x83\xf4\xc3\xef\xff\x9f\x3a\x57\xff\ \xef\x41\x92\x71\x1e\xe5\x50\x50\x18\x7e\xe5\xcd\x9f\x7f\x99\xa5\ \xcb\x0f\xfe\xb3\xf7\x3b\xaf\xef\x46\xcc\xa6\x14\x00\xcb\x42\x77\ \xd0\xff\xf4\xc6\xa5\xcd\x2b\xdf\xfe\xf4\xbf\x87\xd9\xe6\x33\x5f\ \xfe\xf2\xf2\x03\x3f\xb5\x92\x7d\xb6\x3b\x3d\x06\x9a\x67\x79\x28\ \xb4\x04\xd6\xea\x87\x9e\xf8\x1f\x17\x03\xbf\x08\x9f\x7f\x6e\xbf\ \x43\xa0\xaa\xb4\xdf\x63\x4d\x3f\xf3\x9f\xff\xf2\xd7\xa7\x42\xcd\ \x9d\xfe\xc9\xef\x5a\x7b\x4f\xa5\x98\x25\x12\xa7\xbd\xdf\xff\x4f\ \x5f\xf8\x8b\x49\xa6\xea\x7c\xc6\xef\x28\x6c\xfe\x9b\xeb\xdc\x49\ \xf7\x98\x56\xab\xde\xa9\x93\x3b\xc7\x1d\xad\xc1\xce\xce\xce\x60\ \x34\x92\xb7\x6f\x54\xba\xdd\x6a\xbf\xf7\x89\x27\x08\x21\xa3\xf1\ \xa4\xd3\xe9\xc4\x71\x4c\x30\x2e\x19\xab\x54\x2a\x93\xe9\xe4\xec\ \xb9\x73\xdb\x7b\xbb\xc9\x2c\x4e\x66\xf1\xee\xee\x6e\xb5\x5a\x8d\ \xa2\x68\x6f\x6f\x8f\x71\xf6\xc8\xbb\x1e\x26\x18\x2b\x25\x6f\x9b\ \xfc\x29\x65\x8e\xe1\x77\x27\xea\x40\x6b\x4c\x88\x29\xb8\x7e\xe0\ \x0f\xfa\xfd\xf1\x78\x22\xa5\x84\x50\x33\x56\xec\xed\xed\xd4\x6a\ \x95\xd5\xd5\x13\xb5\x7a\xcd\x08\x85\xb8\xe0\x94\x52\xad\xf5\x60\ \xd0\xdf\xdd\xdd\xf1\x3c\x17\x13\x34\x0d\x27\x9d\xe3\x43\x21\x24\ \xc6\xd8\xf3\xfd\x38\x8e\x85\x10\x94\x52\xc6\x98\x11\xdf\xfb\x95\ \x8a\xc1\xc4\x39\xe7\x66\x36\x68\xce\xd7\xa3\xd1\xc8\xfc\xa4\x51\ \x9a\xc4\x51\x64\x59\x96\xeb\xba\x52\x4a\xce\xf9\x99\x33\x67\x86\ \xc3\x61\xb3\xd1\x58\x5e\x5e\x3e\x3c\xea\xcc\x26\x61\xbb\xdd\xae\ \x37\x5a\x42\xf0\x76\xab\x79\xe6\xdc\xf9\x34\x4d\x8b\xbc\x98\x86\ \xe1\x78\x32\x46\xf7\x14\x86\x23\x84\x38\x75\xfa\x54\xb5\x5a\x9f\ \xcd\xc2\xf1\x78\x9a\xe5\xe5\xfe\xe1\x61\xa5\x5e\x0f\xa3\x59\x92\ \x66\xb6\xe7\x3d\xf5\xe1\xa7\xd6\xd6\x56\xd3\x34\x1b\x8f\xc7\x87\ \x87\x87\x86\xaf\x62\xdb\x56\x10\x54\xd6\xd6\xd6\x3a\x9d\x0e\x84\ \x70\x3c\x1a\x1d\x1e\x1e\x1a\x04\x69\x34\x1a\xa5\x69\x5a\xad\xd5\ \xe6\x16\xe6\x79\xc9\x20\x06\x10\xdd\x36\x77\xcc\xf3\xdc\xb2\x6d\ \x08\x21\x00\x10\x68\xe3\x7a\x08\x8d\xd3\xa2\x10\x6c\x34\x9a\xe6\ \x69\x56\xb2\xa2\x52\x0d\x8e\x0e\x0f\x98\x28\xc7\xe3\xa9\xe7\xbb\ \x18\x41\xa5\xa1\xd1\x73\x49\x29\x78\x59\xee\xef\xef\x49\xa5\x82\ \x4a\x30\x9b\x85\x87\x9d\x4e\x9a\x33\xa9\xa4\xef\xfb\x86\x0d\x75\ \xe2\xc4\x89\xc1\x60\x50\xa9\x54\x20\x84\x8e\xed\x04\x81\x37\x1a\ \x4b\x8c\x09\xa5\xd6\x1d\x0e\xa5\x3d\x9d\x86\x94\x5a\x8c\x71\x08\ \x91\x94\x6a\x32\x99\x20\xad\x1b\xb5\xba\xe7\xba\x93\xc9\xa4\x52\ \xa9\x2c\x2d\x2e\xa6\x59\x76\xf1\xe2\xc5\xd1\x60\xf2\xe2\x4b\x2f\ \xba\xae\x7b\xf2\xe4\xc9\xb9\xb9\xb9\x28\x8e\x3e\xf0\xe4\x07\x8c\ \xaa\x33\xcb\xd3\xcd\xcd\xad\xf7\xbe\xef\x31\x29\xbf\x79\x1d\x93\ \x06\x04\x63\x07\xd9\x96\x45\xb4\x94\x82\x8b\x85\x85\x85\x2b\x6f\ \x5e\xb1\x6d\xfb\xd1\x47\x1e\xe9\x1c\x1e\x74\xbb\xdd\xdd\xdd\xdd\ \x8f\x7e\xef\xc7\xb4\x92\x37\x6f\xde\x58\x3f\xff\x40\xbd\x51\x27\ \x96\x45\x29\x9d\x4e\x67\x00\xc2\x66\xa3\x5e\xad\xd7\x3e\xfe\xf1\ \x1f\xfa\xf3\x3f\xff\x4c\xab\xd9\xaa\xd5\x6a\x95\x4a\xe5\xfb\xbf\ \xef\xfb\x08\xc1\x5f\x79\xed\xf5\x8b\x17\x1e\x12\x5a\xda\xae\x25\ \x15\x44\x84\x20\x84\xd2\x34\xad\xd5\x6a\x82\x73\x83\xc5\x41\x00\ \xf3\xa2\x40\x18\x95\x65\x09\x00\x38\x75\xea\xd4\xee\xee\xee\x68\ \x3c\xf6\x7c\x7f\x6f\x7f\x5f\x03\xf8\xc8\xbb\x1f\x1d\x0e\x87\x96\ \x6d\x21\x88\x2c\xcb\xfa\x5a\x9d\xbb\x3e\x75\x0a\x94\x25\x3c\xea\ \x80\xc7\x1f\x7f\x07\x6b\x88\x28\xf3\xfa\xc3\x7f\xf7\x67\xff\xed\ \x3f\xfa\xab\x4f\xfe\x6f\x7f\x74\x79\x60\x79\x8e\x56\xc2\xaa\x9d\ \xfb\x3b\x4f\xb7\xbf\xf4\x4b\x2f\xcc\x04\xf5\xbf\x41\x26\x24\x24\ \x48\x8d\x5f\x7b\xfd\x67\xdf\xa2\x36\xe7\xa9\x02\xe4\x0b\x2f\xfd\ \x2c\xd0\xca\xb5\xac\x83\xed\xff\x74\x00\x00\xa4\x9e\x05\x80\x45\ \x83\xe8\xe0\x53\xcf\x01\x60\x53\xfa\x37\x9f\x8f\xf5\xfe\xd6\xef\ \xfc\xe7\xfd\x00\xa8\x8c\x49\x30\xb8\xfa\x8b\x37\x80\xc6\x34\x00\ \xd9\xad\x67\x5f\xb9\x05\x80\x4f\xc1\xe6\x97\xbe\xfc\x6f\x31\xd4\ \x8c\x27\x12\x10\x42\xbc\x62\xf8\xa7\x9f\xee\x73\x85\x7c\xdb\x06\ \xb3\xa3\xdf\xfd\xc3\x2e\x81\x5a\x69\x00\x28\x94\x93\x28\xc3\x84\ \x5e\xbf\xf6\x4b\x00\x00\x42\xec\xff\xc6\x2a\x3b\x84\x90\x31\x6b\ \x77\x8f\x07\x15\xeb\xc4\x09\x6f\x3c\x8d\x71\xb6\x7f\x78\xb8\xb3\ \xb3\xc5\xde\x2e\x7d\xdf\x77\x5c\xf7\x43\x1f\xfa\x10\xa1\x14\x02\ \xb0\xbe\xbe\xde\xaa\x37\xae\x5d\x79\xeb\x60\x7f\x7f\x73\x73\xf3\ \xca\x95\x2b\x0f\x5d\xbc\xb8\xa0\x55\xc9\xd9\x0b\x1b\x2f\x7c\xf0\ \xc9\x0f\x3e\xf7\xdc\x73\x79\x9e\xc7\x71\xb2\xb9\xb9\xf5\x91\x8f\ \x3c\x7d\xfa\xf4\x49\x29\x55\x51\x14\x08\x21\x0c\x20\x22\xb8\x52\ \xad\x2a\xad\x4d\xb1\x00\x1a\x20\x8c\x11\xc1\x93\xd1\x38\x49\x52\ \xc7\x71\xd3\x2c\xb7\x6d\xdb\x3c\xda\xed\x76\x19\x63\xc7\xc7\xc7\ \xcd\x56\xeb\xc1\x0b\x0f\xb6\xe7\x5b\xbe\xef\x71\x2e\x10\x82\xbd\ \xde\x60\x63\x73\x73\x79\x79\x29\x49\x92\x6b\xd7\xae\x65\x59\xa6\ \x94\x56\x4a\x51\x4a\x0d\xd9\xc6\x5c\x33\x4a\x29\xc3\x0f\xc9\xd2\ \x54\x03\x80\x31\x36\xba\x24\x08\x61\x96\x65\x18\x63\xe3\x2e\x30\ \x1e\x8f\xa3\x38\xb2\x1c\x97\x33\x66\xd4\x92\x8e\xe3\x9c\x39\x73\ \x46\x08\x71\xf9\xf2\x65\xce\x79\xb5\x52\x09\x3c\xbf\xd7\xeb\x22\ \x08\x59\x59\x3e\x78\xf1\x5d\x27\x56\x57\x03\xdf\xab\x37\xeb\xbd\ \xee\xc0\x09\x82\x77\xbd\xfb\xd1\xbb\x44\x88\x6f\xba\xce\x28\x4d\ \x08\x0e\xfc\xaa\x12\xea\xcb\xaf\x5e\xba\x7e\xfd\xe6\xa5\x4b\x97\ \x94\x12\xcd\x56\xe3\xf1\xc7\xde\xb3\xb6\x76\x92\x31\x6e\x59\xe8\ \xe2\xc5\x87\x76\x76\x76\x7e\xf7\x77\x7f\x37\x4d\xd3\xb7\xde\x7a\ \xfb\xc9\x27\x9f\x9c\x9f\x9f\xf3\x7d\x7f\x73\x73\xa3\x56\xad\x38\ \x8e\x73\xf5\xea\xd5\x8b\x17\x2f\xde\xbc\x79\xf3\xd1\x47\x1f\x3d\ \x79\xf2\xa4\xe0\xc2\x1c\x5c\x2c\x4a\x0c\x61\x46\xde\x75\x60\x56\ \x42\x03\x40\xa8\xc5\x59\x39\x9d\x4e\x6d\xdb\xa3\x94\x14\x45\xe9\ \x07\x01\x00\xa0\xd3\xe9\xb8\xae\x6b\x39\xce\xfe\xde\xde\xe9\xb3\ \x67\xab\xb5\x2a\xd0\x0a\x68\x00\x21\x14\x52\x8d\xc7\x13\xa0\xf5\ \xea\xea\x89\x7e\xb7\x17\x86\x21\x42\x88\x33\x06\x31\x32\xec\x97\ \x30\x0c\xc3\x30\x34\xa2\x30\x00\x40\x14\x45\x69\x96\x00\xa0\xf3\ \x3b\x06\x03\xb3\xd9\xac\xd1\x68\x54\xaa\x95\xd1\x70\x54\x14\xf9\ \xad\x5b\x9b\x86\xb4\x9e\xe5\x79\xab\xd1\xc4\x18\x2f\x2e\x2e\x3e\ \xf8\xd0\x83\x3b\x7b\x7b\x59\x96\x35\x9b\xcd\x66\xbd\xf9\x17\x9f\ \x79\x66\x79\x79\xf9\xe0\xe0\xa0\x5e\xaf\x7f\xe0\xfd\x1f\x68\x34\ \x1a\x5a\x2b\x21\x04\x21\xf4\xa9\xa7\x9e\x2a\x59\x72\xcf\x1b\xbf\ \xcc\x13\xc5\x85\x14\xbc\xdd\x6a\x3c\xf7\xcc\xb3\xc7\xdd\xe3\x1f\ \xff\xf1\x1f\xff\xde\x8f\x7e\xcf\xaf\xfd\xca\xaf\x1c\x1c\x1c\x1d\ \x77\x8e\x8e\x0e\x0f\x00\x00\x14\xc3\x4b\x97\x5e\xd9\xde\xde\x21\ \x18\x17\x45\x99\x17\xc5\x0b\x2f\xbe\xf4\xd1\x8f\x7e\xb4\x60\x1c\ \x40\xd4\x6a\xb7\x5e\x7e\xf9\x05\x29\xa5\xef\x07\xab\x27\x57\x6e\ \x5e\xbf\xf9\x6b\xbf\xfa\x6b\x3f\xf6\x23\x3f\xf2\xe1\x8f\x3c\x8d\ \x09\x61\x65\x89\x01\xd4\x5a\x95\x45\x11\x4e\xa7\x6e\xe0\x03\x00\ \x20\x00\x08\xc2\x5a\xad\xa6\x84\xe0\x9c\x1b\x6e\xd8\x8d\x1b\x37\ \xea\xf5\x7a\x92\x24\xe3\xf1\x78\x7d\x7d\x7d\xed\xe4\x9a\x5f\x09\ \x5c\xd7\xcd\xb2\x4c\x6b\xfd\xb5\x30\x77\xb5\xb4\x08\x82\x00\xef\ \xee\xbc\x83\xae\xee\x4a\x94\xa8\xfd\xc8\xbf\xfc\x99\x7f\x3e\xfe\ \x83\x9f\xf9\x77\x9f\x7a\x49\x53\x0a\x01\xd0\x92\x37\x1e\x78\xfa\ \x6c\xde\xbd\xfc\xd6\x3e\xb2\xe9\x37\x53\x91\x30\x86\x80\x8b\x02\ \x40\x82\xe0\x6d\x35\xd3\x37\x55\xd2\x30\x22\x52\xe6\x52\x23\x8c\ \xd0\x6d\xbd\xd2\xdf\x64\x5b\xe6\x4c\x14\x00\x1a\x14\x1e\x68\xad\ \x00\xc4\x08\x42\x08\x20\x42\x08\xdc\xfd\x1f\x21\x26\x98\xfe\xb7\ \xab\xa9\xd5\x08\xa1\x38\x26\xa3\x51\xb1\xba\x36\x4e\x8b\xb5\xd5\ \xd5\x30\x0c\x0f\x8e\x0e\xd7\x4e\x9e\xfc\xd0\x53\x4f\x95\x65\x99\ \xc6\xf1\xc1\xde\xde\xb9\x73\xe7\xf2\x3c\xdf\xda\xda\x6a\xb5\x5a\ \x2b\x2b\x2b\x46\xa9\x18\x45\x51\xa5\x12\x34\xea\x95\x6f\xff\xf6\ \x6f\xff\xb6\x8f\x7c\xdb\xc1\xc1\xc1\xc3\x0f\x3f\xac\xb5\x5e\x5d\ \x3d\xf1\x3d\x1f\xfd\x28\xa5\x74\x77\x67\xcf\x10\x78\x31\x46\x1a\ \x68\x83\x8d\x70\xc6\x34\x00\x4a\x6b\x00\x81\x56\x4a\x70\x31\x18\ \x0c\x80\x52\x69\x3c\xab\xf8\xee\xd2\xe2\xfc\xa0\xdf\x0d\x7c\x17\ \x41\xbd\xbf\xb7\xb3\xbb\xb3\xa5\x04\x9b\x85\xe3\x24\x8a\x59\x59\ \x5a\x94\xf4\xbb\xfd\xb7\xdf\xba\xf2\xca\x8b\x2f\xde\xbc\x7e\xbd\ \xdf\xed\x66\x49\x8c\x20\xf0\x5c\x07\x13\x62\xd4\x80\x46\xe7\x6d\ \x6a\x59\x59\x96\x86\xc9\x67\xe4\x3c\xb7\x4d\x3c\x30\x36\xbd\xb9\ \xef\xfb\xa6\x02\x62\x8c\x59\x59\x1a\x82\xf9\xca\xca\x8a\x69\xc4\ \x8c\xa7\x6e\x9a\xa6\xe3\xf1\x78\x75\x79\xa9\xd5\x68\x38\x96\x15\ \x04\x41\xad\x5e\x01\x40\xd7\xea\x35\xd7\x75\x57\xd6\x56\xce\x3f\ \x74\x7e\x32\x9b\xc0\x7b\xea\xdc\x4d\xc5\x54\x4a\x31\xce\x6d\xd7\ \x7d\xe1\xc5\x97\xf2\xb2\xf8\xef\x3f\xf6\x7d\xa7\x4e\x9f\x9d\x86\ \xb3\x9d\xdd\x5d\x84\x31\x21\x34\x0c\x43\xc3\x11\xf4\x7d\x1f\x00\ \x90\x24\x09\x84\x40\x6b\xe5\x38\xce\xc7\x3e\xf6\xb1\xc1\x60\x50\ \xaf\xd7\x6b\xb5\x5a\x51\x14\x8f\x3e\xfa\xe8\xe9\xd3\xa7\x67\xb3\ \x99\x94\x77\x2c\x7f\x95\x82\x10\x52\xcb\xba\x1b\x95\x03\x10\xd6\ \x5a\x2b\x29\x92\x38\x29\xf2\x8c\x73\xa6\xa5\x9c\x5f\x98\xf3\x5c\ \x5b\x94\x45\xa3\x56\xdb\xdb\xdb\x7d\xeb\xed\x37\xc3\xe9\x78\x3a\ \x19\xcd\xc2\x29\x17\x42\x08\xc1\x18\xeb\xf5\x7a\xaf\xbc\xf2\xf2\ \xe5\xcb\x6f\xee\xec\xec\x65\x79\x9e\xe7\x05\x84\xd0\x0f\x82\x2c\ \xcb\x8a\xa2\xa8\x56\xab\x08\x21\x23\x65\xc8\xf3\xdc\x75\x5d\xdf\ \xf7\x93\x38\x0d\xfc\x6a\x92\x64\x52\x28\xa5\x80\x56\x70\x32\x9e\ \x5a\xd4\xa9\x56\x6a\x65\x29\x1c\xc7\xd5\x40\x73\xce\xb4\xd6\xab\ \x27\x4e\x34\x9a\xcd\x5a\xad\xc6\x19\x9f\x4c\xa7\x41\x10\x5c\xbe\ \xfc\x46\x10\x04\x8f\x3c\xf2\x2e\xdb\xb6\x08\xc1\x41\xe0\x39\x8e\ \xa5\xb5\x5c\x5c\x5c\x60\xac\x7c\xcf\x13\x8f\xbb\xae\xa3\xee\xc9\ \xaf\x0d\x40\x28\x85\xc8\xd2\xa4\xc8\x33\x2d\xd5\xe5\xbf\x7a\xe3\ \x93\xbf\xfd\x9b\x3f\xf6\x23\x3f\xfa\x83\x7f\xff\x07\x37\x36\x36\ \xb6\xb7\x77\x30\xc6\x37\x6e\xdc\xdc\xde\xda\x3c\x3a\x3c\x38\x38\ \x3c\xd4\x52\x42\xad\x11\x42\x69\x96\x65\x45\xd9\x1f\x8c\x6e\xdc\ \xdc\x4c\xd3\x52\x08\xe1\x3a\x4e\x9a\x66\x86\xb7\xba\xb7\x73\x78\ \xf3\xe6\xad\x34\x4d\x8b\xa2\x9c\x4e\xc3\xa3\xce\xd1\xf1\xf1\xf1\ \x68\x30\x38\x3a\x3a\x1a\x8d\xc7\x49\x9a\x5a\x94\x82\x3b\x16\x3d\ \xb6\x6d\x1b\x51\x85\xe3\x38\xc7\xc7\xc7\xc6\xa7\x41\x29\x65\x74\ \x1e\x49\x1c\x87\xd3\xb0\xcc\x8b\x32\x2f\x10\xfc\x1a\x93\x52\xad\ \x81\xe7\xa9\x13\x2b\x70\xff\xe0\x1d\xf4\x86\x64\x1c\x3d\xf9\xf7\ \xff\x97\x0f\x5a\x6f\x7e\xfa\x4b\x9b\xa7\x1f\x7e\xf4\xec\x89\x79\ \x02\x94\x60\xfa\xcc\x07\xde\x9d\xc7\xfb\xdb\x03\x41\xc9\x3d\x5c\ \x1e\xdf\x62\x51\x85\x5f\xef\xd1\xbf\x05\x46\x08\x08\xe1\x38\x46\ \xd1\x4c\x9e\x3c\xd5\xaa\xd5\x4a\x56\x7e\xfe\x0b\x9f\x5f\x5e\x59\ \xfe\xa9\x4f\x7c\xe2\x07\xfe\xde\xdf\x6b\xb5\xdb\x69\x92\x0e\x7a\ \xfd\x9d\xad\x2d\xce\xf9\x74\x3a\x7d\xed\xb5\xd7\x8e\x8e\x8e\x30\ \x42\xb6\x6d\xef\xee\xec\xdc\xba\xb5\x81\x30\xe5\x82\x2d\x2d\x2d\ \x45\xd1\x2c\x9c\x4e\x2d\xcb\x5a\x5a\x5a\x3e\x79\x72\x79\x73\x73\ \xf3\x5f\xfe\xf4\x4f\x1f\x1d\x75\x4a\xc6\x08\xa6\x00\x00\x2d\x95\ \x14\x62\x3c\x1e\x27\x71\x2c\x85\x00\x4a\x03\x08\x31\x42\x4b\xcb\ \xcb\xb5\x7a\x2d\x8e\x22\x2d\xe5\xe1\xfe\xc1\xf1\xd1\x51\x91\x65\ \x93\xd1\x68\x34\x1c\x56\x83\x60\xbe\xdd\xd6\x4a\x69\xa0\x8b\x3c\ \x07\x00\xa4\x69\xc2\x19\x73\x5d\x67\x6f\x6f\x77\x34\x1a\x1a\x0f\ \xf1\x3c\xcf\x95\x94\x9c\x73\xd3\x8f\xdf\xf5\x3e\xcc\xf3\x1c\x21\ \xd4\x6c\x36\x31\xc6\x9c\x73\x73\xfd\x18\x8f\x30\x84\x50\x92\x24\ \x84\x10\xcf\xf3\x5c\xd7\x05\x10\x9a\xe2\x9e\x65\xd9\xf5\xeb\xd7\ \x6f\xde\xbc\x69\x0e\x10\xb7\xed\xb7\x18\x27\x08\x3b\xb6\x4d\x08\ \x4e\xe3\xb8\x73\x7c\xf4\xd2\xcb\x2f\x3c\xf7\xf9\xe7\x4e\x9d\x3e\ \xe9\xf9\x9e\x90\xf7\xda\xb6\x6b\x4d\x29\x16\x52\x56\x6b\xde\x2b\ \xaf\x5c\xba\x74\xe9\xd5\x7f\xfa\x4f\xff\xd7\x5f\xfc\x0f\xff\xfe\ \x43\x4f\x3d\xe5\x79\xc1\xf5\xeb\x37\xc2\x30\x32\x85\x75\x6b\x6b\ \x7b\x32\x99\x98\x09\x41\x96\x65\x57\xaf\x5e\x43\x88\x50\x42\x1c\ \xdb\x5e\x5c\x5c\x1c\x0e\x87\x73\x73\x73\x41\x10\x9c\x3e\x7d\xda\ \x71\x9c\x5f\xfc\x85\x5f\xb8\xf4\xca\x2b\x7f\x1d\x7d\x06\xa1\x19\ \x26\xa7\x49\x72\xbb\x7f\x47\x08\x42\xe8\xf9\xee\xfc\xfc\x82\x14\ \x22\x4d\xd3\x32\xcb\xba\xc7\xc7\x71\x14\x2b\xc1\xb7\xb7\xb6\x8a\ \x2c\x3f\x7b\xe6\x8c\xef\x79\xea\x8e\xf5\x98\xb1\x6a\x50\x4a\x85\ \xb3\x70\x77\x77\x27\x89\x63\x29\x45\x96\x65\xa6\x34\x1b\x42\x7d\ \xad\x56\x33\xbe\xe4\xd3\xe9\x74\x3c\x1e\xbb\xae\x3b\x3f\x3f\x9f\ \xe7\x05\x86\xd8\x71\xdc\x38\x8a\x01\x00\x18\xd3\x3c\xcb\x95\xd2\ \x81\x1f\xf8\x9e\x6f\xde\x5f\xbb\xd5\x6e\x34\x9a\xfb\xfb\xfb\x2f\ \xbd\xf4\xd2\x34\x0c\x17\x17\x16\xe2\x38\x96\x52\xe5\x79\x0e\xb4\ \xb6\x6d\xcb\xf3\x5c\xcb\xb2\xfa\xfd\xfe\xcd\x9b\x37\x7f\xfb\xb7\ \x7f\xdb\xf3\xdc\xf3\xeb\xe7\x08\xc1\x10\xc1\x7b\x50\x18\x18\x87\ \xcb\x2c\x89\x1d\x8a\xf3\x34\xfe\xcd\xdf\xf8\xf5\xf5\xf5\xf5\x1f\ \xfb\xd1\x1f\x0d\xc3\x99\xe3\xb8\x17\x2f\x3e\x4c\xa9\x9d\xe7\xd9\ \x0b\xcf\x7f\xf1\xed\x2b\x97\xbf\xf8\xf9\xcf\xff\x97\x4f\xff\xde\ \x4b\x2f\xbd\x88\x10\xa2\xb6\x7d\xee\x81\xf3\x6b\xa7\x4e\x1e\x76\ \x8e\x08\x81\x8d\x46\xdd\x48\x37\x20\x84\x1b\x1b\x1b\x7f\xf9\xc2\ \x5f\x26\x49\x52\x96\x65\xaf\xd7\xdb\xdd\xdd\xd9\xde\xde\x06\x00\ \x50\xc7\xa6\x94\xf6\x7a\x3d\x29\xa5\xed\x7b\xc0\xa4\x7b\x68\x0d\ \x11\x34\xf2\xd4\xc9\x64\x02\x21\x64\x8c\x6d\x6d\x6d\x55\x2a\x95\ \xd5\xd5\xd5\xd9\x6c\x76\xfd\xda\x35\x56\x96\x65\x59\x56\x2a\x15\ \x82\xf1\xd7\x2a\xee\xda\x76\xf4\xd2\x32\xda\xdf\x7f\x07\x49\xee\ \x90\xd8\xd5\xb6\x3d\x52\xab\xff\xe4\x5f\xff\xbb\xff\xfd\xdf\xfc\ \x9b\x7f\xf2\x0f\x7f\xa0\x01\x4a\x0e\x9c\x86\x95\xec\x6f\x5e\x89\ \x01\xc1\xe0\xfe\x7a\x67\x00\x77\x14\x27\x78\x16\xcd\x1a\xad\x68\ \x3a\xfd\x9d\x4f\x7e\x92\x71\xf6\xd3\xff\xea\x5f\xcd\x2f\x2e\xbc\ \x75\xf5\x6d\x0d\x40\x9e\x17\xd7\xaf\x5d\xeb\x75\x7b\xdb\xdb\xdb\ \x93\xc9\xa4\x2c\x4b\x8c\x09\x44\x68\x32\x99\xa4\x69\x7a\xf3\xe6\ \x8d\xed\xad\xed\xce\xd1\xb1\x52\xaa\xd5\x6a\xed\xec\xec\x18\x2f\ \xd9\xbd\xfd\xa3\xc3\x83\xc3\x59\x18\x4e\xa7\x53\x29\xc4\xc1\xc1\ \xc1\xfe\xfe\xfe\xde\xde\xde\x78\x3c\x9e\xcd\x66\x86\x7d\x71\xdb\ \x9e\x10\xc1\xc0\xf7\x95\x94\x95\xa0\x22\xb8\xb8\xf4\xca\x2b\xe1\ \x34\x04\x1a\x60\x84\x1b\xb5\xfa\x5c\x7b\x2e\xcf\x72\x8b\x5a\x92\ \xf3\x34\x4b\x05\x63\xae\xeb\x42\x08\x20\x00\x5a\xa9\xee\xf1\xf1\ \x2c\x0c\x5d\xd7\xb5\x6d\xe7\xee\x6b\x1a\x7c\x26\x4d\x53\xa5\x94\ \xeb\xba\xb5\x5a\x6d\x79\x79\xb9\x5e\xaf\x0b\x21\x9a\xcd\x66\xa3\ \xd1\x30\xb8\x81\x11\x0d\x9a\x67\x49\x29\xcd\x80\xd7\xf7\xfd\x34\ \x4d\x8d\x4e\x67\x7f\x7f\xdf\xf4\x56\x4a\x29\x44\xb1\x1f\xf8\x25\ \x67\x18\xe3\x34\xcf\xdf\x7a\xeb\xca\xd6\xe6\xe6\x03\x0f\x9c\xd5\ \x5a\x75\x8e\x8e\x8a\xbc\xf8\x5a\x74\xb5\xaf\x57\x69\x6c\x9b\x5e\ \x79\xf3\xfa\xcf\xfd\xdc\xcf\x7f\xe2\x13\x9f\xf8\xc9\x9f\xfc\x47\ \xd7\xae\x5e\x1b\x8f\x27\x65\x59\x6e\x6c\x6e\x1e\x1c\x1c\xcc\x66\ \xb3\x34\x4d\x09\x21\x51\x14\x99\x50\x8b\xd9\x6c\x36\x9d\x4e\xe3\ \x38\xce\x8b\x22\xcf\x8b\x95\x95\x95\x4e\xa7\x73\x78\x78\x48\x29\ \xcd\xf3\xbc\xdf\xef\x0f\x87\xc3\x7e\xbf\x6f\x7c\x72\x46\xa3\xe1\ \xa0\xdf\x1f\x8d\x46\x59\x96\x45\x51\x04\xef\x64\x59\x41\x08\xa9\ \x65\x2b\xa5\x7c\xcf\xab\xf8\xfe\xee\xde\xee\x95\xcb\x6f\x5a\x94\ \x42\x00\x2d\x42\xce\x9f\x7f\xc0\x50\x57\x11\x44\x77\x3f\x49\xc7\ \xb1\x5d\xd7\x53\x4a\x4d\x26\x93\x6e\xaf\xe7\x38\x0e\x42\x08\x42\ \x84\x09\x31\xe5\x09\x42\x68\x00\x31\xe3\xde\xdc\x6e\xb7\xd7\xd6\ \xd6\x92\x24\x6e\xb6\x9a\x2b\x2b\x2b\x96\x65\x8d\x46\x63\xd7\x75\ \xab\xd5\xaa\xf1\x08\xc3\x18\x6b\xa5\xa5\x14\x8d\x46\x23\xcf\xb3\ \xb2\x2c\x11\x44\x6f\xbc\xf1\xc6\xf1\xf1\xb1\xe3\xd8\x59\x96\x79\ \x9e\x37\x37\x3f\x57\x96\xa5\xe7\x79\x49\x12\xbf\xf6\xda\x97\xff\ \xe8\x8f\xfe\xa8\x5a\xad\xae\xae\xae\x4e\xc7\xe1\x70\x38\x54\x4a\ \xdd\x43\x07\x86\x11\x4e\xd3\xe4\x4f\xff\xe4\x8f\xff\xcb\xef\xfd\ \xde\xaf\xfc\xca\x2f\x4f\xc3\xe9\x47\xbf\xeb\xbb\x9f\x79\xe6\x99\ \x17\x5f\x78\xb1\xd3\xe9\x46\x51\x0c\x00\xe4\x25\xd3\x4a\xce\xb7\ \xdb\x93\xf1\x68\x6f\x6f\x8f\x0b\x31\x0d\xc3\xa0\x52\x6d\xb4\x5a\ \xcd\xf6\x7c\x5e\x94\x5a\xe9\xb2\x2c\xdf\xff\xfe\xf7\x3c\x7c\xf1\ \xe1\xb2\x2c\x4f\x9f\x3e\xfd\xf4\x87\x3f\x5c\xaf\xd7\x01\x00\xe7\ \xcf\x9f\x5f\x5f\x5f\x7f\xe4\x5d\xef\x5a\x5d\x5d\x75\x2c\x3b\x08\ \x02\x23\xdd\x30\xba\xa4\xb2\x2c\xd3\x34\xd5\x4a\x37\x1a\x8d\x7e\ \xbf\xdf\xe9\x74\x8c\x91\xf2\xde\xde\x5e\x9e\xe7\x65\x59\x26\x49\ \x42\x28\xad\xd5\x6a\x45\x9e\x6b\xa5\x10\x42\x5f\x0b\x73\x07\xae\ \xab\x56\x56\xf0\xe5\xcb\xef\x5c\x64\x07\xb4\xa9\x7a\xf6\xe7\x7f\ \xe2\x73\x00\xd1\xdb\x65\x5c\x2b\xe0\xfa\x3e\xf8\xd2\xaf\xfe\xeb\ \x2f\x68\x80\x5d\xfb\x7e\x99\x7d\xa7\x60\x19\x3c\x9b\xa1\x28\x82\ \x67\xce\x3d\xf7\xcc\xe7\x5e\x79\xe5\x95\x7f\xf1\x2f\xfe\xf9\xe9\ \xb3\x67\x6e\xdd\xba\xb9\xb0\xb0\x50\xab\xd5\xa6\xa3\xe1\xce\xe6\ \xf6\xf5\xab\xd7\x86\x51\x98\x44\x51\x1a\xc5\x9d\xfd\x03\x8c\x90\ \xeb\xba\x17\x1f\x7e\x38\x9c\x85\x69\x96\x9d\x5a\x5a\xc0\x00\x23\ \x84\x35\xd0\xd5\x6a\xe5\xca\x95\x2b\x27\x4e\xac\x8c\x27\x13\xad\ \x75\xa7\xd3\x29\x8a\x42\x70\x7e\xee\xec\x99\x6a\xad\xba\xbf\xbf\ \x7f\xfd\xfa\xf5\x56\xab\x65\xd9\xb6\x69\x2c\x21\x82\x52\xca\xce\ \xe1\x61\x50\xf1\xd3\x24\xd5\x5a\x86\x61\xe8\x38\x56\xb5\x1a\x60\ \x8c\x27\x93\xd1\xc6\xc6\x4d\xcb\x22\x9e\xef\x78\xb6\x25\x05\x9b\ \x8e\x87\x69\x34\xf3\x1c\xab\xd5\xac\x4f\x26\x13\xdc\xa8\x21\x8c\ \x7a\x83\x89\x69\xb1\x4d\x67\x6a\xd8\x23\xa6\x13\x47\x08\x15\x45\ \x61\xac\x10\xd3\x34\x0d\x82\xc0\x10\x4b\x8c\x66\xf2\x6e\x04\x1a\ \xc6\xd8\x28\xec\x11\x42\x86\x08\xe4\xba\xae\x31\x66\x59\x59\x59\ \xf1\x7d\xd7\xf6\xec\xab\x57\xaf\xf5\x7a\xbd\x46\xbb\xb5\xb2\xb2\ \x42\x28\x3d\x75\x72\x75\x36\x9d\xc6\xb3\x70\xb1\x5e\x85\xf0\x9e\ \xef\xad\x64\x3a\xcd\x7e\xe6\xff\xfc\x3f\x1e\x7b\xcf\xe3\xff\xf8\ \xa7\x7e\xb2\x64\xaa\x3d\xb7\x70\x7e\x7d\xfd\x85\x17\x5f\x3c\x38\ \x38\xfa\xd2\x5f\x3e\x7f\xfe\xdc\xfa\xc6\xc6\x46\x9e\xe7\x1b\x1b\ \x1b\xe6\x6e\x34\x3f\x3f\xef\x38\xce\xf5\xeb\xd7\x9f\x78\xe2\x09\ \x8b\x52\xc6\x98\x10\xc2\xe0\x48\x5f\xf8\xc2\x17\x4e\x9d\x3a\x05\ \x00\x18\x0c\x06\x87\x87\x87\xe1\x34\xf4\x2b\x5e\x7b\x6e\x2e\x4d\ \xe2\x9d\x9d\x9d\x95\x95\x95\x07\x1e\x78\x00\x00\xa0\xb4\xd6\x4a\ \x21\x8c\x93\x24\x2e\x19\x13\x45\x09\x81\x0e\xc3\xc9\x34\x1c\x3b\ \x0e\x9d\x9f\x6f\x0b\xce\x6e\xde\xb8\xb6\x74\x62\x25\xa8\x56\x30\ \x42\x66\x0c\x3e\x9d\x4e\xc3\x30\x0c\x82\x80\x97\x85\x94\xb2\xdd\ \x6e\x8f\x26\x93\x71\x77\x20\xb4\x92\x52\x1a\xef\x9a\x7e\xbf\x6f\ \xcc\x64\x4c\xae\x53\x14\xc5\x5a\xc3\xf1\x78\xea\xba\x7e\xb5\x5a\ \xcf\xf3\x72\x32\x99\x46\x51\x4c\x08\x29\x0a\xa6\x34\x40\x08\x39\ \x8e\xed\xfb\x3e\xe3\xbc\xd5\x6a\x71\xce\x83\xc0\xb7\x1d\x27\x49\ \x92\x66\xb3\x39\x37\xd7\xae\xf8\x7e\xa7\x73\xb8\xb1\x71\x93\x52\ \x7c\xf1\xe2\x43\x4a\xc9\x07\x1f\x5c\xb7\x6d\x3a\x99\x8c\x30\x86\ \x50\xe3\x7b\x08\x38\x84\x08\x4a\x21\x5f\x79\xf1\xa5\x9b\x37\x6e\ \xf4\x7b\xfd\x7a\xbd\xfe\x87\x7f\xf8\x87\x18\x91\x33\x67\xce\xfa\ \xbe\x97\xe6\x25\xa1\xb6\xe0\x8c\x33\x56\x09\xfc\x0f\xbc\xef\x7d\ \xe8\xc9\x27\x5f\x7f\xe3\x8d\xe1\x68\x6c\xdb\xb6\xe7\x05\x9f\xfd\ \xdc\xb3\xc3\x5e\x5f\x0a\xd9\xac\xd6\xc2\xd9\x94\x52\x22\xa5\x24\ \x84\xda\x8e\xb3\xbe\xbe\xee\xfb\x7e\xb7\xdb\x3d\x7d\xee\x34\xb1\ \x68\xbf\xdf\x07\x42\x66\x69\x76\x74\x74\x84\x31\x36\x67\x0c\x42\ \x49\x5e\xe4\xbd\x70\x66\x5b\x56\x18\x86\x6f\xbf\xfd\xf6\xe9\xd3\ \xa7\x17\x17\x17\x07\x83\x01\xe7\xbc\x28\x0a\xa5\x94\x45\xe9\xde\ \xce\xce\x89\x13\x27\x1a\xf5\xfa\xd7\x29\xee\xda\xb6\xd5\xa9\x53\ \xe4\xcf\xfe\x0c\x0e\x87\xba\xd5\x02\xef\x50\xb6\x3d\x44\x18\x03\ \xf0\x37\xb4\x7c\xe6\x9b\xf7\xd7\x3b\x57\xdd\xb5\x7d\xb0\x0f\xa4\ \xfc\x83\x2b\x6f\xfd\xe9\xcb\x2f\x3f\xf9\xe4\x93\xd5\x5a\xed\xf7\ \x3e\xfd\x69\x6a\x11\x56\x14\xa6\xb9\x16\x82\x17\x45\x6e\x3b\xf6\ \x57\xbe\x7c\xc3\x22\x84\x31\x66\xa2\xf2\x2e\xac\xaf\xef\xec\xed\ \x1e\x1d\x1d\x3d\xf4\xf0\x45\x50\x03\xdf\xf1\x1d\xdf\xf1\xdc\xb3\ \xcf\x76\x3a\x47\x67\xcf\x9e\x7d\xf4\xd1\xc7\x86\xc3\x01\x26\xe4\ \xec\xd9\xb3\x4b\x4b\x4b\x52\xca\x85\xb9\x76\xc9\x98\x65\x59\x83\ \xc1\x20\x08\x02\x00\x01\xd4\xc0\x8c\xda\x2c\xdb\xf6\x83\xe0\xf8\ \xe0\x30\x49\x92\xe5\x85\xc5\xd7\xf6\x0f\x92\x28\x46\x00\x2a\x21\ \xc7\xc3\xd1\xfa\xb9\x07\x8c\x13\x40\x50\xa9\x20\x8c\x2b\x95\xca\ \x99\x73\xe7\x84\x94\xae\xe7\xb5\xdb\xed\xad\xad\xad\x2c\xcf\x2d\ \x4a\x18\xe7\x77\x6d\xad\x8c\xdf\x9e\x71\x53\x99\x4e\x26\x8c\x31\ \x53\xfb\xf2\x3c\x37\x85\xbb\x5e\xaf\x1b\xa3\xc1\x34\x4d\xa3\x28\ \x32\x7c\x1e\x29\x25\x63\xcc\x64\xa1\x19\x30\x34\xa1\x55\x77\x0e\ \x00\x00\x20\x00\x49\x44\x41\x54\x08\x82\x28\x8a\x94\x52\x6e\xe0\ \x13\xc7\x0e\xaa\xd5\x0f\x7e\xe8\x83\x94\xda\x57\xaf\x5d\x3b\x73\ \xee\xac\x12\x72\x67\x6b\xf3\x8d\xd7\x5e\x9f\x76\xbb\xdf\xf9\x81\ \xf7\xde\xe6\x35\x7f\x53\xfc\x31\x82\xfb\xbd\xe1\xef\x7d\xfa\x0f\ \xc3\xe9\xec\x1f\xff\xfc\xff\xfc\xd2\xcb\x5f\x8e\xe3\xd8\xb2\xac\ \x24\x4e\x39\x63\x94\x5a\xfb\xbb\x07\x67\x4e\x9d\xdd\xdf\xdf\xbf\ \x7c\xf9\xb2\x6d\xdb\x8c\x31\xcf\xf3\xce\x9e\x3d\xbb\xbc\xbc\x7c\ \xf9\xf2\xe5\x3c\xcf\x2a\x41\xe5\xc2\x43\x0f\x9e\x3d\x7b\xf6\x99\ \x67\x9e\xd1\x5a\xaf\xaf\xaf\x57\xab\xd5\x34\x4d\xe7\xe6\xe7\x8d\ \x0f\xd7\xfc\xe2\x1c\x84\x10\x02\x5d\x14\x45\xbf\xdf\xb7\x1d\x57\ \xab\xdb\x52\x26\x4c\x28\xa5\xf4\x70\xff\x00\x69\x48\x11\x71\x6c\ \x7b\x73\x63\x33\x4d\x53\x84\x50\x3c\x8b\xa6\x93\xc9\x43\x0f\x5f\ \x94\x42\xfa\x95\xc0\x88\x98\xd6\x56\xd7\x1c\xcb\x72\x6c\x7b\x69\ \x61\xbe\x5e\xad\x75\xbb\xc7\x08\xc2\xa0\x52\x09\x67\xa1\x52\xca\ \x84\xb1\xb4\x5a\xad\x30\x0c\xe3\x38\x76\x5d\xf7\xed\xb7\xdf\xae\ \x54\x6a\x0b\x0b\x0b\x83\xc1\xc0\xf7\x7d\x73\x98\x08\x82\xc0\x75\ \x5d\xa5\x54\xb7\xdb\x05\x1a\x20\x04\x95\xd2\xd3\xe9\xa4\x59\xab\ \x29\xa5\xa2\x28\x5a\x5a\x5e\x9a\x9b\x9b\xb3\x2c\xdb\xb2\xac\x76\ \xbb\xad\x84\x5c\x5f\x5f\xdf\xd9\xd9\xf9\xf8\xc7\x3f\xfe\xf9\xcf\ \x7f\xfe\xec\xd9\xb3\xe7\xcf\x9f\x4f\xd3\xf4\xda\xb5\x6b\x2f\xbd\ \xf4\xd2\x0f\xfd\xf0\x0f\x9a\x73\xc0\xbd\xe0\xb1\x4a\x0c\xba\xc7\ \x52\x08\xc1\xd8\xc1\xee\x1e\x21\x74\x30\x18\x51\x6a\x59\x96\x65\ \x3b\x6e\x3a\x9b\x6c\x6d\xdc\x9c\x9f\x6b\x2d\x2e\x2e\x6b\xad\xfb\ \xfd\x3e\x84\xb0\x35\xb7\x10\x45\xd1\x1b\x6f\xbc\xf1\xf4\xd3\xdf\ \xe6\xfb\x3e\x80\xf0\xf1\xc7\x1e\xef\xf5\x8e\x31\xc6\x52\x0a\xdf\ \xf3\xb6\xb7\x36\xa3\x28\x92\x52\x8e\x46\xe3\xb9\x85\xb6\xe0\xfc\ \x70\xff\x20\x0e\x67\x18\x63\xdf\xf3\x78\x51\x62\x4a\x38\x67\x71\ \x9c\x74\x8f\x3a\x27\x57\x57\x87\xc3\xe1\xc6\xc6\x86\x49\x47\x29\ \x8a\x62\x38\x1c\x72\xce\xe3\x38\xbe\x79\xf3\x66\xad\x56\xdb\xdf\ \xdf\x3f\x7f\xfe\xfc\xfb\x3e\xf0\xfe\xaf\xd9\xb9\x43\xa8\xcf\x9d\ \x05\x5a\xa3\xc3\x43\x39\x3f\xff\x4e\x15\xf7\xfb\xeb\xbf\x46\xb2\ \x8c\x52\xd6\xe1\x21\x9f\x9f\xff\x7f\x9f\x7d\xae\x3b\x0d\xe7\x1a\ \xf5\x5f\xfb\x8d\xdf\x58\x39\x71\x62\xed\xe4\x89\x7e\xb7\x7b\x3b\ \x76\x59\x69\xc7\x76\xda\x73\xad\x8f\x7c\xe4\x23\x9e\xed\x7c\xfe\ \x73\xcf\xc4\x51\x7c\x62\x65\xe5\xa8\xd3\x79\xe1\x85\x17\x6d\xd7\ \xc1\x94\x24\x71\xda\x6e\x34\x6d\xdb\x31\x8e\x34\x4b\x4b\x4b\x2b\ \x2b\x2b\x10\xc2\xc9\x64\xbc\xb0\xb0\x00\xb4\xde\xda\xda\x0a\x82\ \x20\x0c\xc3\x6e\xb7\x6b\x0e\xef\x66\x4d\x26\x13\xa0\x75\xe0\x7b\ \x47\x47\x07\x47\x9d\xce\x43\x0f\x3e\x54\xa9\xf8\x45\x51\x2a\x29\ \xa4\x92\x10\x68\x29\xf9\x78\x30\x68\xcc\xb5\xea\xf5\x9a\xe3\xd8\ \x65\x59\x5c\xbb\xfa\xf6\xe5\xcb\x97\x4d\x99\x9e\x4c\xc6\xae\xe3\ \x7a\xae\x53\x72\x61\x1c\x65\x01\x00\x86\xba\xce\x18\xaf\xd5\x6a\ \x8b\xcb\xcb\xcb\x4b\x4b\xbd\x7e\xdf\x71\x1c\xad\xb5\xe3\x38\x96\ \x65\x39\x8e\xf3\x91\x8f\x7c\x44\x6b\xbd\xb7\xb7\xc7\xca\x72\x12\ \x86\x69\x96\x07\x41\x60\x32\x57\x3d\xcf\x6b\xb7\xdb\x46\x76\x5f\ \x14\xc5\xd5\x6b\xd7\x96\xe2\xe9\xea\xc9\x13\x73\x8b\x73\x52\x49\ \x20\xc5\xfc\xfc\x7c\xbd\x5a\x7f\xee\xd9\xe7\x2e\x5f\x7e\xa3\xd7\ \xed\xff\xc0\xc7\xfe\xee\xbd\xb5\x28\x8e\xe3\xfc\xd9\x67\x9e\xfb\ \x8f\xbf\xf5\x5b\x4f\x3d\xf5\xa1\x5f\xfd\xf5\xff\x78\x62\x65\xe5\ \xf1\xc7\x1f\x05\x10\x86\x71\x1c\xd4\x6a\x87\x87\x07\x84\xd2\xa5\ \xa5\xa5\xc7\x1e\x7b\xec\xc1\x87\x1e\xba\x71\xfd\xfa\xcd\x9b\x37\ \xe7\xe6\xe6\xa4\x94\xcf\x3f\xff\xfc\xf1\xf1\x31\x44\x68\x79\x69\ \xb1\xc8\x32\x4a\xa9\x54\xca\xf7\xfd\x66\xb3\x59\xab\xd5\xe6\xe7\ \xe7\xcb\xa2\xb0\x5d\x07\x63\x32\x1c\x0e\x31\x42\x06\x14\x7e\xe8\ \xa1\x87\xa4\x94\x06\x9b\x2d\x8a\x62\x16\xcd\x1c\xcb\xb2\x2d\xfa\ \xe6\xe5\xcb\x8b\xf3\x0b\x2b\x2b\xcb\x37\xaf\xdf\x98\x8e\x27\x18\ \x42\xa9\x84\xeb\x38\xe1\x74\xaa\x00\xb2\x1d\xc7\xb1\x6c\x08\x61\ \x7f\xd0\x7f\xf1\x85\x17\xc7\xa3\xd1\xca\xd2\xc2\xf1\xf1\xf1\x78\ \x3c\xae\x37\xea\x52\xc1\x2c\xcf\xcc\xe9\xc1\x60\x62\x66\x9a\xbd\ \xb8\xb8\xb8\xbe\xbe\x0e\x00\xda\xdc\xdc\x32\xb4\x54\x13\x36\xf2\ \xf4\xd3\x4f\xaf\xaf\xaf\x6f\x6e\x6e\xbe\xf9\xe6\x9b\xdd\x41\x1f\ \x00\x0d\x11\xac\xd5\xea\x52\xca\x69\x38\x5d\x59\x59\x31\x50\x18\ \x42\xe8\xda\xb5\x6b\x5f\xfa\xd2\x97\x4e\xad\x9d\x9c\x9f\x9f\x37\ \x6a\x61\xa5\xf4\x53\x1f\xfe\xf0\xcd\x5b\xb7\x7e\xfb\xb7\x7e\xeb\ \xc6\x8d\x1b\xd5\x6a\xf5\x87\x3f\xfe\x43\xf7\x36\xca\x96\x52\x4a\ \x21\x10\x84\x08\x22\xdb\xa2\x79\x5e\x2a\xa9\x85\xd4\x45\xc9\x2d\ \xdb\x36\x5c\xa3\x38\x8e\x2f\xbf\xf1\x57\x9e\xbf\x01\x11\x19\x8f\ \xc7\x5a\x83\x4e\xa7\xf3\xd9\xbf\xf8\x5c\xb3\xd1\xf2\x3c\x8f\x33\ \xbe\xb7\xbd\x73\xe1\xc2\x7a\xa5\x52\xcd\xf3\x1c\x63\x72\x78\x78\ \x38\x1e\x8f\x31\xc6\xfd\x7e\x7f\x71\x65\x49\x01\x55\xa9\x54\xe6\ \xe7\xe7\xa2\x30\x84\x00\x6c\xef\xec\x08\xa0\xe7\x17\x16\x98\x14\ \x79\x9e\x0f\xfa\xfd\x22\x4d\x1d\xdb\x76\x1c\x67\x7b\x7b\x7b\x6e\ \x6e\xce\x90\xb8\x8c\x8a\x98\x33\x3e\x9d\x4c\x8f\x0e\x0f\xcb\xa2\ \x94\x42\x92\xaf\xfd\xab\xa8\xf9\x05\x60\x59\xf0\xa8\xa3\xdf\xf7\ \xbe\xfb\x76\xe9\xf7\xd7\x5f\x8f\x96\x94\xa2\x47\x47\xc5\xc2\x42\ \x34\x8c\x5c\x8b\x1c\xee\xef\x11\xcb\x4a\xe2\x64\x6b\xe3\x96\x6b\ \xdb\x84\x10\xc7\xb2\x93\x24\x79\xf5\xd2\x2b\xef\xfd\xe0\x93\xab\ \x2b\x2b\xbb\x5b\xdb\xe6\xf2\x3b\x75\xf6\xcc\xfe\xfe\xfe\xe5\x37\ \xdf\xfc\x07\x3f\xfe\x0f\x26\xe3\xc9\xda\x89\xd5\x56\xa3\x29\x44\ \xc9\x8a\x22\x08\x02\x8c\x40\x91\x17\x52\xaa\xd9\x2c\xde\xdb\xdb\ \x3b\x75\xea\x64\x14\x45\xbd\x6e\x77\x77\x67\xc7\xb1\x6d\x9b\x5a\ \x8a\x0b\x29\x25\x46\x68\x16\x86\x61\x18\xba\xb6\xb5\x7f\x74\x74\ \xf3\xc6\x8d\x9c\x95\xd1\x6c\x26\x85\xec\x0e\xfa\x96\x6d\x35\x58\ \x6b\x73\x7b\xbb\x37\x1c\xcc\x2f\x2c\x58\x96\xe5\xb9\x6e\x9e\x66\ \x69\x9c\x10\x8c\xc3\xe9\xb4\xdb\xed\xfa\xae\x57\xad\x55\x77\xf6\ \x0e\xb5\xd2\xcd\x66\x23\x49\xd2\x34\x4d\x20\x84\x94\x10\xa5\x4a\ \x08\x80\x96\x32\xcb\xb2\x34\x89\x97\x97\x96\xa6\x61\x38\x1c\x0c\ \x2c\xcb\x9a\x9b\x9b\x73\x5d\x77\x67\x67\x87\x52\x5a\xad\xd5\xf5\ \xc1\x21\x42\xa8\xd1\x68\x2c\x2f\x2d\x8d\x27\xe3\x56\xab\x39\x3f\ \x37\x1f\xc5\x11\xd0\x1a\x68\x9d\xa5\xc9\xf1\xd1\xd1\x43\x17\x2f\ \x14\x59\xbe\xb9\xb1\x71\x74\xd4\xad\x55\xab\xfb\x3b\xbb\x1b\x1b\ \x1b\x82\x0b\x51\xe4\x10\xe8\x7b\x1b\xbd\x53\x4a\x6f\x5c\x7b\x9b\ \x17\xf1\x71\x67\x6f\x32\x1e\x1c\xee\xef\x5f\xba\x74\xa9\x3d\xd7\ \x86\x40\xfb\xae\x67\x5b\xf4\xd5\x57\x5f\x7e\xf8\xe2\xc5\xb5\xb5\ \x55\x00\xe0\x9f\xfe\xc9\x9f\x98\xc3\x04\x84\xe0\xf9\xe7\x9f\xbf\ \x70\xe1\x41\x82\x71\x14\x45\xa7\x4f\x9d\xdc\xda\xda\x2a\xf3\x5c\ \x2b\xe5\x38\x0e\x00\xc0\x98\xd4\x1f\x1f\x1e\xd5\xeb\x0d\x87\x5a\ \x5b\x9b\x9b\x00\x82\xfd\xdd\xdd\xef\xfa\xef\xbe\x53\x0b\x8e\x10\ \x22\x08\x49\xce\xc3\xf1\xc4\xa2\xe4\xb8\x73\x74\xf9\xf2\x1b\xad\ \x7a\x7d\x69\x61\x71\x3c\x19\xe7\x65\x36\x1a\x0f\xa9\x67\x1d\x1c\ \xed\x97\xa2\xb4\x5c\xef\x5d\x0f\x3f\x72\xfe\x81\x73\x82\x97\xe3\ \xd1\x90\x95\x39\xc5\xe8\xad\x2b\x57\xe2\x28\x3e\x77\xee\xec\xc1\ \xc1\xc1\x78\x1a\x56\xab\x55\x63\x48\xc0\x39\xf3\x7d\x7f\x38\x1c\ \x6a\xa0\x1d\xc7\xa1\x94\x1c\x1d\x1d\x69\xc5\x1f\x7f\xec\xdd\x7b\ \x7b\x7b\x4a\xca\xf9\x76\xab\x5a\xa9\x8c\x06\x03\xa8\xf5\xd2\xfc\ \x42\xa3\x56\x3b\xec\x76\x1a\x9e\xff\xae\x87\x1f\x1e\xf4\x7a\xae\ \xed\x9c\x3e\x7d\xda\x0f\x82\xad\xed\x6d\x00\x34\x2f\xd9\x95\xb7\ \xae\x54\x2a\x95\x0f\x7d\xe8\x43\xd7\xaf\x5f\xfb\x9d\x4f\x7e\xb2\ \x73\x74\xd0\xef\x1e\x1d\x1e\x1e\xde\xba\x75\x0b\x43\x38\x1c\x74\ \xef\xd9\xd2\x07\x23\x34\x9b\x46\x8e\xe3\xcc\xcf\xcf\x61\x88\x8d\ \xeb\x32\x10\xca\x38\x21\x09\xcd\x95\xd2\x18\x43\xa5\x34\xe3\xac\ \xc8\x13\x08\x00\xc1\x70\x6f\x77\x07\x41\xe8\x79\xfe\x9f\xff\x59\ \xbf\x59\xf1\x30\x44\x69\x1a\x4d\x26\x13\x4a\x89\xd6\xea\xdc\x03\ \x0f\x28\xa5\xb4\x06\x37\x6e\xdd\x6c\xce\xb5\xe6\x16\xe6\x6c\xcb\ \xda\x3b\xea\xbc\xf6\x95\xd7\x0b\xce\x26\xd3\x69\xef\xcb\x83\xf6\ \xdc\xbc\xd4\xb7\xa7\x53\xd1\x2c\x92\x4a\x6a\x0d\x10\xc6\xc3\xe1\ \x90\x0b\xa1\x94\x2a\x19\x1b\x0c\x87\xad\x56\xcb\xa6\x56\x96\x66\ \x83\x7e\xff\xe8\xf0\xf0\x6b\x15\x77\x28\xa5\x5a\x5c\x00\x18\xc3\ \xce\x11\xa0\x14\xe4\xf9\xfd\xb2\x76\x7f\xdd\x5e\x4a\x59\x07\x87\ \xe9\xf2\x32\x49\xb7\x03\x05\x21\x04\x65\x96\x0a\xc6\x20\x44\x05\ \x4e\x91\x56\x08\x42\x80\x51\x32\x0b\xdf\xb8\x74\x09\x22\x94\x67\ \x19\x2b\x0b\xc7\xb5\xbf\xf0\xa5\x2f\xd5\xeb\xf5\xf5\x0b\x17\x94\ \x86\x8e\xe3\x1e\xec\xee\x7e\xdb\x93\x4f\xba\x16\xa5\x18\xf3\xb2\ \xbc\x7e\xed\xc6\x64\x34\x89\xa3\xa4\xc8\xcb\x70\x1a\x1d\xe3\xa3\ \xb9\x66\x33\xa1\x96\x28\x39\x2f\xca\x83\xbd\x7d\x5e\x96\x95\x4a\ \x45\x4a\x79\x7c\x78\x18\xc5\x71\xbd\xd9\x74\x83\x6a\xc6\xc4\xad\ \xcd\x6d\xcf\xf3\xb2\x2c\x13\x1a\x52\x44\x46\xd3\x99\x17\xd4\x92\ \xa2\xdc\xdd\x3f\x0a\x67\xc9\xa3\x8f\xbe\xbb\xdf\x1f\x64\x45\xb9\ \xbc\xb2\x16\x86\x61\xb7\x37\xac\xd6\x1b\x42\x48\x42\x30\x54\xda\ \x22\xc4\x77\x1d\xa8\x95\xe3\x38\xbc\x2c\xf2\x2c\x85\x40\x7b\x8e\ \x4d\x20\x90\x8c\x15\x69\xa2\x38\x4b\x93\x98\x50\x0b\x68\x3d\x1c\ \x0c\x95\x82\x9c\x4b\x80\x89\x65\x59\x79\x9a\x6a\xce\x2c\x8c\xf2\ \x24\x59\x68\xb7\x6d\x8b\x86\x9c\x13\x04\xa1\x92\x0f\x9c\x3d\x73\ \xee\xdc\xb9\xbd\x9b\xdb\x40\x83\xee\xc1\x91\x16\x62\xf3\xfa\x75\ \x29\x25\xa1\x04\x28\x0d\xb5\xfe\x16\x8e\xc2\x08\xca\x7c\xbe\x66\ \x2d\xb7\x2a\x9d\xde\x38\x4f\x32\x4a\xed\xe9\x30\x54\x9a\xb3\xbc\ \xb0\x30\x4a\x67\xe1\x17\x9f\x7b\x36\x08\x02\xa5\xf5\xa0\xdf\x93\ \x52\x0a\xc1\x5f\x7d\xf5\xb5\x56\x7b\xe1\xd4\xe9\x33\x8e\x1b\xec\ \xef\xed\x9e\x3a\xb9\xd6\x6a\x34\x04\xe7\x94\x90\xa3\x83\x03\x42\ \x08\x2b\x8a\x3c\x4d\x21\x00\xa3\xe1\xa0\x16\x78\x6b\x2b\xcb\x9d\ \x4e\xa7\xea\x79\x51\x38\x39\xdc\xdd\x6d\xb5\x5b\x40\x83\x34\x8e\ \xba\x47\x87\x73\xad\x39\x8f\x5a\x36\xc2\xbd\xce\x71\x1a\xc7\x42\ \xa9\xe1\x78\xc8\x95\x60\x82\x85\x61\xe8\xb8\x4e\xf7\xe6\xf5\xd9\ \x68\x90\xcd\x46\xd5\x6a\x75\x36\x1e\x7a\x36\x5d\x59\x98\x1f\x0f\ \xba\xf3\x73\xcd\xc0\x73\x08\xc1\x98\x60\xdb\xa1\x00\x2a\xc7\xb5\ \x7c\xdf\xe7\x9c\x1f\x77\x8f\x38\x2f\x21\xd2\x05\xcb\x81\x16\x14\ \xeb\x32\x4f\x66\xd3\x91\x14\x6a\xed\xe4\x5a\x16\x87\x96\xe5\x8c\ \x87\x03\xdb\x22\x48\xa9\xc0\x0b\xca\xbc\xb4\x2c\x6b\x3a\x99\x9e\ \x5c\x3e\xd1\xac\xd5\x85\x52\x84\x10\x8c\x70\x50\xa9\xfc\xc3\x9f\ \xf8\x89\xaf\xbc\xfe\xfa\xa5\x57\x5f\x3d\x38\xda\x5f\x68\xb4\x7a\ \x47\x87\x37\xae\xbc\x89\x09\x82\x00\xc4\x49\x04\xbe\x05\x0b\x73\ \xad\x35\xd2\xd0\xb5\x5c\x0b\xdb\x50\x21\x02\x2d\x00\x78\x96\x17\ \x4a\x95\x19\x4c\xcd\xc0\x86\xf3\x1c\x42\x48\x10\x72\x5d\x67\x36\ \x0b\x91\xd6\xbe\x6b\x6b\xc9\x8a\x0c\x20\x0c\xf3\x70\xc4\x19\xdf\ \xdb\xd9\xca\x8b\x82\x10\xb2\xb7\xb7\xf7\xa9\x4f\xfd\x3f\x8c\xb1\ \xbc\x28\xe7\x17\x96\x11\xc2\x69\x94\x02\x09\x38\x97\x3b\x7b\xfb\ \x51\x94\x00\x4c\xa2\x69\xd8\xed\x5d\x2d\x8a\xc2\xb6\xed\x70\x36\ \x2b\xcb\x12\x23\x04\x00\xf0\xfc\xca\x74\x3a\xc5\xc4\x82\xc4\x92\ \x79\x59\xad\x35\x66\x51\xac\x95\x80\x10\x4d\x77\xb6\x83\x20\xf8\ \x9a\x9d\xbb\x10\x60\x69\x09\xd8\x16\xda\xdc\x02\x4a\xbd\xa3\xde\ \x90\xf7\xd7\x7f\x5d\x9d\x3b\x4a\x53\xba\xbf\x2f\x1e\x7f\xdc\x1d\ \x8c\xca\x28\x81\x10\x29\x4c\x98\x90\x08\x2a\xa9\x11\x44\x90\x12\ \x92\x15\x45\x96\xa6\x96\x65\x51\x4a\x05\xe7\x4a\x49\x00\xd1\xc6\ \xc6\x46\xb5\x5a\x6d\xcf\xcd\x1f\x1e\x1d\xfb\xbe\x8b\xa5\x6c\x56\ \xab\x93\xf1\xc4\xc0\x1a\x8f\x3e\xf6\xae\x8d\x8d\x0d\xc6\xd8\xa5\ \x4b\x97\x3e\xf8\xc1\x0f\x9e\x39\x75\x52\x6b\xb0\xbb\xbf\x7b\xe3\ \xd6\x0d\xdb\x75\x36\xb7\x37\x6f\xdc\xbc\x71\x62\xf5\x04\x63\xcc\ \x71\x9c\xb7\xde\x7a\x0b\x40\x98\xa4\x69\x50\xa9\x8c\xc7\x63\x2e\ \x24\xe7\xbc\x64\x8c\x0b\xe1\x79\x7e\x5e\x96\x59\x96\x41\x00\x76\ \x76\x76\x46\xa3\x51\xbd\x5e\x67\x8c\x5b\x16\x34\xfd\x69\x59\xb2\ \xe9\x74\xca\x18\xa7\x96\x65\x2e\x5a\x13\x7f\x73\x77\x3a\x0a\x11\ \x42\x18\x9b\xf9\xa1\xe3\x38\x1e\xe7\x10\xe1\x93\x27\x4f\x6a\xad\ \x1b\x8d\xba\x94\xb2\x37\x18\x28\xa5\xa4\x94\x7e\x10\x2c\x2d\x2f\ \xa7\x59\xd6\x6c\x36\xfb\xfd\x7e\x92\x24\xb3\xd9\x0c\x13\xe2\xd8\ \xce\xc5\x87\x2e\x66\x49\xfa\x99\xcf\x7e\xb6\x5a\xad\x6a\xa5\xa0\ \xd6\x08\x42\x04\xa0\x86\xc0\xa2\xe4\xee\xac\xec\x9b\x2e\x31\x40\ \x5b\x96\xd5\x6e\xb7\x20\x44\x04\x93\xb4\x60\x5c\x02\xc7\x76\x19\ \x17\x96\xe3\x22\x44\x34\x00\x59\x9a\x9a\x4f\xc3\x44\x14\x1d\x1e\ \x76\xbe\xf8\xc5\x2f\xfa\x41\xa5\x2c\x0b\x42\xad\x24\x9a\x41\xc9\ \x92\x24\x89\xe3\x58\x4a\x69\xa8\x90\x94\xd2\x8d\x8d\x8d\xa5\xa5\ \xa5\xa7\x9e\x7a\xca\x77\xec\x5e\xe7\xf8\xf2\x5f\xbd\x99\xcc\x92\ \x34\xca\x5e\x7e\xe1\xe5\xc5\xa5\x45\xdb\xb2\x83\x20\x18\xf5\x46\ \xd7\xdf\xbe\xa6\x95\xa2\xd4\x4a\xd2\x6c\x96\x24\x96\x45\x99\x94\ \x51\x92\xd8\xd3\x59\x14\xc7\x95\x6a\x35\x9c\x4e\xe7\x5a\xcd\x17\ \x5f\x78\x61\x71\x61\x01\x40\x40\x2d\x92\x24\x51\x96\xa5\x08\x61\ \xc3\x25\x35\xa4\x23\x23\x23\x30\xc6\xb6\x46\xe2\xeb\x79\x1e\xd0\ \x40\x09\xa5\xa4\x24\x04\xf9\xbe\xaf\x95\x6e\xb7\x5a\xb5\x5a\x9d\ \x73\x71\xe1\xc2\x85\xab\x57\xaf\xfa\x7e\xc0\x39\xb7\x2c\xab\x5e\ \xab\xaf\xad\x9e\x5c\xbf\x70\x81\x73\x31\x99\x4e\x7a\xbd\x5e\x59\ \x14\xae\xeb\x5e\xb8\x70\x61\x69\x65\xe5\x17\x7e\xee\xe7\x77\x36\ \x37\xf2\xd5\x13\x91\xb1\x8b\xa0\xd4\xa6\xb4\x64\x39\xb5\x09\x82\ \xf7\x5e\xdf\x31\xc6\x08\x41\xc6\xb8\xd6\x40\x03\x80\x31\xf2\x5c\ \x2f\xcb\x0b\x42\x08\x40\x90\x17\x85\xa1\x78\x3a\x8e\xcd\xd9\x9d\ \x60\x42\x8c\x39\xe3\x85\x2a\x09\xc6\x15\xcf\xc5\x0e\x32\x73\x1a\ \x83\x2e\x7e\xea\x53\x9f\x6a\x36\x9b\x79\x9e\xa7\x69\x3a\x1e\x4f\ \x8e\x3b\x7f\x69\x90\x49\xd7\x75\x77\x77\x77\x8d\xa8\xe2\x95\x57\ \x5e\xf1\x7d\x7f\x6b\x6b\x8b\x73\xbe\xb8\xb8\x68\xcc\xae\xcd\xa6\ \x5d\x5b\x5b\x4b\xd3\x94\x95\xe5\x64\x32\xf1\x3d\xcf\xa0\x76\x84\ \x90\xb3\x67\xcf\x7e\x3d\x58\xa6\xd5\x52\xab\x6b\x78\x67\x07\xa6\ \x29\x40\xe8\x3e\xec\x7e\x7f\x01\x00\x34\xc6\xf6\xf1\x31\x4a\x12\ \x76\xf6\x8c\x75\x6b\x93\x45\x89\xd6\x5a\x03\xcd\x58\xa9\x35\x50\ \x52\x22\xa0\x08\x02\xa6\x91\x71\x5d\x17\x21\x54\xe4\x39\x04\x40\ \xe9\xdb\xd7\xf3\x60\x30\x20\xd4\x1a\x0c\xa4\x2a\x8a\x5f\xfa\xe5\ \x5f\x36\xf9\xf4\xaf\xbf\xfe\x7a\xad\x56\xbb\x71\xe3\x86\x65\x59\ \x6b\x6b\x6b\x52\xca\xe1\x68\xe8\x3b\x76\xbf\x3f\x38\x38\x38\x68\ \xb5\x5a\x5a\xeb\xe3\xee\xf1\x51\xe7\xa8\x2c\x4b\x4a\xc9\x64\x32\ \x81\x08\x33\xce\x4d\x4a\x1c\x63\xcc\x48\x6f\x0c\x36\x7a\xdc\xe9\ \xd4\xaa\x55\x25\x65\xb7\xdb\xad\xd7\xeb\xf3\xf3\xf3\x00\x80\xc3\ \xc3\x43\xe3\xef\xd8\xef\xf7\x4d\x68\x91\xbe\xb3\xcc\xf5\x46\x29\ \xc5\x18\x1b\x23\x04\xa5\xd4\xca\xd2\xd2\xf2\xca\x4a\xaf\xdf\x3f\ \x3e\x3e\xf6\x2b\xd5\x7a\xbd\xee\x7a\xfe\xfe\xfe\x01\xe7\xfc\xec\ \xd9\x73\x49\x1c\xbf\x36\xe8\x07\x81\x7f\xf2\xe4\xc9\xdd\xdd\x5d\ \xad\xf5\xca\xca\x8a\xd1\x43\xe5\x79\x3e\x1a\x8d\x9e\x7b\xee\xb9\ \x6e\xb7\x0b\x00\x30\xa9\x17\x26\xdc\xd5\x70\xe7\x31\xc6\x10\xdc\ \xa3\x19\xa8\x92\xb2\x5a\x6b\xd4\x9a\xed\x82\x4b\xea\x78\x2a\x8b\ \x07\xc3\x21\x40\x10\x00\x45\xb0\x16\x52\xa7\x49\x5a\x96\x65\xa5\ \x5a\x35\x93\xed\xb2\x2c\x95\x92\x59\x9e\x63\x42\xb7\xb6\xb6\x18\ \x17\x45\x96\xec\x6d\xdd\x2a\x8a\xdc\x71\x1c\xa3\x42\xa8\x54\x2a\ \x65\x59\xb6\x5a\xad\xb9\xb9\xb9\xe1\x70\xa8\x9b\x8d\x34\xcf\x6f\ \x6d\x6e\x1c\x76\x3a\x25\x67\x61\x18\xc6\x69\x1a\x27\x09\xc1\x38\ \x4d\xd3\x7e\xaf\x57\x09\x3c\x2e\x78\xbd\xd1\x28\x59\xd9\x1b\xf4\ \x4b\xc6\x00\xd0\xb6\x6d\x87\xd3\x70\x32\x9e\xf8\x9e\xfb\xf6\xdb\ \x57\xa5\x90\xd1\xe9\xc4\x73\xdd\xf1\x70\x3c\xe8\xf7\xb3\x2c\xe3\ \x8c\xcd\x66\x11\x17\xb2\x94\x89\xeb\xb9\x86\x77\xd4\xef\xf7\x6b\ \xb5\x9a\xe3\x38\x66\x24\x88\x31\xae\x57\x2a\x8f\x3f\xf6\x6e\x00\ \xc0\xce\xf6\x5e\x9a\xa6\xbe\xef\x9f\x3e\x7d\x6a\x63\x63\x6b\x32\ \x99\x9c\x3b\x77\x2e\x4e\x92\xd7\xaf\xbe\x05\x21\x78\xf0\xc1\x0b\ \xfb\x3b\x3b\xcd\x66\xb3\x5e\xab\xce\x2f\xcc\x3b\xcf\x3d\xa3\x94\ \xd2\x52\x7d\xfe\xb9\x67\xbb\xbd\x5e\x1c\xcd\x04\xe7\xfd\xfe\x00\ \x69\x45\x29\x75\x6c\x57\x43\x40\x2d\xdb\x0f\xfc\x7b\x8b\x3e\x83\ \x10\x98\xdb\x39\xc6\x98\x52\x22\x84\x54\x5a\x4b\xa9\x2d\xcb\xd6\ \x40\x57\x2a\x35\xc7\x75\x86\x7d\x19\xcd\x72\xce\x39\x42\xb8\x64\ \xa9\x52\xda\x24\x14\x42\x88\xa4\x14\x5a\x2b\x29\x2d\x8b\x52\xc7\ \x71\x18\x63\x26\x1d\x30\x08\x82\x20\x08\x06\x83\x41\xb7\x7b\x8c\ \x11\xe8\x76\x8f\x07\x83\x81\x49\xf5\x6a\x34\x1a\x06\x52\x37\xb8\ \x99\xeb\xba\x46\x14\xe6\x79\x5e\xb3\xd9\x0c\x82\xc0\x24\x07\x98\ \x71\x51\x14\x45\x8c\xb3\x8a\xef\x55\xab\x55\xcf\xf3\x26\x93\xc9\ \xd7\x73\x47\xc3\x48\x9d\x3f\x8f\x2f\xbf\x01\xa3\x48\x37\x9b\xf7\ \x8b\xfb\xfd\x05\x00\x00\x08\x91\x4e\x47\xbb\x2e\x5f\x5c\x54\x82\ \x0b\xc1\x15\xc0\x00\x40\x63\xbd\x2d\x38\x47\x40\x01\x25\xa4\x94\ \x8c\x69\xa3\xf6\x2c\xca\x52\x4a\x45\x6d\x0a\x21\x4c\xd3\x14\x11\ \x22\x95\xb6\xac\xbf\xde\xe5\x96\x65\x5d\xbf\x7e\x7d\x67\x67\x27\ \x08\x82\xa2\x28\xa2\x28\x4a\x92\x24\x0c\xa7\x81\x6b\xe7\x79\xa1\ \xb5\x8e\xa2\x78\x71\x71\xa9\xd7\xef\x1f\x1d\x1d\x39\xb6\xb3\xbf\ \x7f\x40\x08\xc1\x94\x18\xcf\x10\xf3\x22\x67\xce\x9c\x31\x3c\x7a\ \x08\x21\x21\x24\xcf\x73\x4a\x48\xb5\x5a\x5d\x5f\x5f\x1f\x8d\x46\ \x86\x11\x6c\x6a\xba\xe7\x79\x69\x9a\x0a\x29\x01\x84\xe6\x8a\x35\ \x4f\x71\x5d\xd7\xbc\x60\xb5\x5a\x25\x84\x48\x29\xe3\x38\x2e\x8a\ \x42\x03\x90\x24\xc9\x8d\x1b\x37\x56\x4e\xac\xce\x66\xb3\x7a\xbd\ \x5e\xa9\xd5\x95\x56\x96\x65\x4b\xa9\x0c\xd5\x6f\x63\x63\x63\x3c\ \x1e\xf7\x7a\x3d\x73\x82\x3e\x3a\x3a\xda\xd9\xd9\x31\x4c\x15\x93\ \x97\x66\x62\x25\xcc\xc4\x15\x42\xf4\xad\x68\xdd\x08\x25\xe1\x2c\ \xc1\x96\x84\xd8\xb6\x3c\xcf\x29\x05\xc2\x88\x33\xa6\x24\x03\x88\ \x40\x4c\x0b\xc6\x8c\x36\xd2\x08\xb2\x7c\xdf\x53\x52\x1e\x1f\x77\ \x5d\xc7\xae\x37\x5b\x36\x25\x79\x3c\x4b\x92\x54\x4a\xd9\xeb\xf5\ \x7e\xf3\x37\x7f\x73\x65\x65\x65\x3a\x9d\xe6\x79\x3e\x9d\x4e\x77\ \x76\x76\x2e\x9c\x7f\xa0\x28\x8a\x5a\xbd\x11\x46\x33\x26\xc4\xb9\ \xf3\x0f\x7c\xf1\x8b\x5f\x72\x1c\x7b\x3a\x9d\xce\xa2\xa8\xd5\x68\ \x24\x49\x9a\x17\x99\x54\xaa\x60\xe5\xca\x89\x13\xb5\x7a\xa3\xd7\ \x1f\xc4\x49\xe2\xf9\xbe\xeb\x38\x08\x63\x51\xa8\xf5\xf5\x0b\xed\ \x76\xfb\xe6\xf5\xeb\x93\xf1\x64\x16\xce\xb4\x52\x8d\x46\x03\x28\ \x25\x55\x21\xb5\x2e\x19\x33\x2a\x01\x33\xc7\xb6\x6d\x7b\x38\x1c\ \x4e\xa7\xd3\x93\xa7\x4e\x16\x45\x61\xe4\xb2\x46\xdc\x74\x70\x70\ \x78\xeb\xd6\x2d\x29\xf5\x64\x32\x59\x5c\x5a\x6c\x34\x1a\xb6\x6d\ \x51\x4a\xcb\xb2\x6c\xcf\xb5\xa3\x28\xda\xde\xda\x3a\xec\x74\x3a\ \xc7\x1d\xdf\xf7\x3b\xc7\x47\x7f\xf2\xc7\x7f\xdc\xed\xf5\x6a\xd5\ \x6a\xe0\xfb\x8d\x7a\x8d\x95\xa5\x6d\x59\x41\xa5\x32\x99\x4d\x30\ \x21\xc6\xba\xe0\x9e\x3f\x79\xb3\x55\x28\x25\x10\x82\xa2\x64\x9c\ \x71\xa5\xb5\x11\xa1\x1b\x82\xac\x89\x9d\x32\xb4\x2b\xad\x15\x00\ \xc0\xb6\x6d\xdf\x0f\x7c\x0d\x80\x56\xbe\x63\x73\xc6\x8c\x66\xc2\ \xb4\xe7\x8d\x46\xc3\xec\xba\x34\xcd\x86\xa3\x11\xe7\x3c\x49\x12\ \x08\xa1\xa1\x69\xe5\x79\x1e\x86\xa1\xd9\xd2\x66\x6a\x65\xdc\xf6\ \x4d\x34\x4a\xb5\x5a\x35\xd6\x17\x94\xd2\x5a\xad\x56\xab\xd6\x16\ \xe6\xdb\x93\xc9\x64\x3c\x1e\x7f\x4d\x2a\xe4\x6d\xd8\x5d\xa9\x33\ \xa7\xc9\x5f\x7c\x0e\x24\x09\x68\xb7\xef\x97\xb5\xfb\xcb\x74\xee\ \xd6\xf1\xb1\xb2\x6d\xd9\x6a\x51\x84\x28\xb5\x0a\x26\x84\x92\x10\ \x53\x84\x71\xd5\x75\x2a\x81\xcf\xf3\x6c\xd8\xef\x19\x0a\x04\x42\ \x48\x29\x05\x21\x20\x94\x1a\xc5\x90\xe6\x82\x3a\x0e\x46\xb6\x4d\ \x08\x06\xc0\xf7\xfd\x2c\xcb\xee\x5e\x12\x96\x65\x99\xbc\x8b\x5b\ \xb7\x6e\xb5\xdb\x8d\x76\xab\x0d\x31\x45\x84\x2a\x00\x35\x40\x42\ \x6a\xae\x34\x40\x38\x2f\x19\xe2\xdc\x75\x5d\x4a\xe9\xea\xea\xea\ \x78\x3c\x36\xa9\x43\x96\x65\x75\x3a\x9d\x73\xe7\xce\xd9\xb6\xbd\ \x38\x3f\x6f\x9c\x00\x8e\x8f\x8f\xe3\x38\x36\x42\x53\x93\xb6\x5a\ \x96\xa5\xd4\x1a\x61\x6c\x34\x99\xb7\xa3\x9f\x95\x32\x8a\x24\x73\ \xe0\x70\x5d\x77\x7e\x61\x01\x22\x34\x18\x0c\xb9\x94\xb3\xd9\xac\ \x52\xa9\xae\xad\xad\x65\x59\xb6\xbd\xbd\x35\x99\x4c\x08\x21\xe3\ \xf1\xf8\x2b\x5f\xf9\xca\x70\x38\x34\xae\x03\x08\x21\x13\x1e\x64\ \xee\x6a\x26\x9d\xce\xf3\x3c\x63\x82\x06\x8c\x4f\x0b\x30\xb9\xb9\ \xf7\x58\xdd\x95\xd6\x7e\x50\xc1\x94\xba\xae\x3f\x9d\x65\x5c\x6a\ \x2f\xa8\x28\xa5\x96\x96\x96\x5a\xcd\xfa\xeb\x5f\x79\x25\x49\x78\ \x96\x66\x10\x42\x2e\x44\x59\x96\x10\x93\x4a\xa5\x0a\x01\x08\xc3\ \x50\x55\x2b\xc4\xb6\x1b\xd5\xaa\x85\x80\x91\x89\x9a\xae\xb0\x28\ \x0a\x13\x88\xb1\xbf\xbf\xdf\xe9\x74\xf6\x77\xf7\xce\x9c\x39\x23\ \xa5\x0a\x82\xaa\xef\x05\x84\x58\x69\x9a\xd5\x6a\x75\x21\xc6\x4a\ \x81\x5e\x6f\x50\xab\x04\xf5\x7a\xcb\x72\x9d\x30\x0c\x2b\x41\xed\ \xa8\xd3\xad\x54\x6a\x51\x14\xb7\xe6\x17\x0a\x2e\x4f\x9c\x98\x43\ \x8b\xf3\x5c\x8a\xdd\x9d\x9d\x83\xa3\xa3\x3c\xcb\x28\x26\x61\x18\ \x12\x42\x38\x63\x0a\x00\x44\x89\xd2\xca\xd4\x38\x53\xd9\xe7\xe7\ \xe7\xbb\xdd\xae\xef\xfb\x16\xb5\xbc\xa0\xb2\xb6\xba\xca\x85\xe8\ \x1e\xf7\x87\xc3\xa1\x10\x72\x7f\x7f\xff\xdc\xb9\xf3\xa7\x4f\x9f\ \xde\xd9\xde\xd9\xdd\xdd\xe5\x9c\x13\x4a\x2e\xbd\xfa\xf2\xde\xd6\ \xce\xe6\xcd\x9b\xa3\xe1\x10\x62\xa4\x21\x90\x92\x53\x6a\xc7\x71\ \xec\x79\xb6\x4d\x31\x57\xd2\x71\x1c\x56\x96\x8c\x73\x6a\x5b\x10\ \x22\xd7\x0f\x20\x42\xf7\x6a\xa3\x0f\xcc\x1f\x57\x08\x6e\x5c\xa0\ \xb9\x64\x84\x12\xa1\x04\x82\x24\x8a\xc3\x30\xd6\x8a\xdd\x86\x65\ \x00\xd0\xe6\x28\x69\x5c\x89\x08\xa5\x08\xa2\x2c\x4f\xa3\x28\x72\ \x1d\x07\x00\x60\x1e\x55\x4a\x99\x7d\x02\x00\xd0\x5a\xcd\xcf\xcd\ \xe5\xb9\xdf\xef\xf7\x8d\x70\x49\x29\x75\xe5\xca\x15\x73\xb2\x34\ \x9b\xcd\x68\x7a\xa5\x94\x0f\x3e\xf8\xe0\xca\xca\xca\x68\x34\xea\ \x76\xbb\xc6\xd2\x83\x52\x0b\x22\xb8\xbf\xbf\x6f\xb8\xbc\xb7\x13\ \x66\xbf\xce\x4e\x3a\x7b\x16\x0e\x07\x70\x32\xd1\x67\xce\xdc\xaf\ \x6b\xf7\x97\xe9\xdc\xad\xdd\x3d\x6d\x59\x62\xae\x0d\xa5\xd2\x4a\ \x21\x74\xdb\xb4\x18\x42\xa8\x15\x80\x10\x58\x96\x65\x02\x35\xcc\ \xfe\x36\x99\x0f\x16\xa5\xf5\x7a\xbd\x2c\x4b\x00\x91\xe5\x78\x08\ \x6a\xa0\x94\xb1\x9c\x35\xac\x35\xc3\xa0\x98\x4e\xa7\xc3\xe1\xd0\ \xf3\xbc\xb2\x28\xca\xc0\x9b\x4e\x26\x26\x0f\xb3\xdf\xef\x1b\x50\ \xa5\x2c\x4b\x25\x25\x42\x08\xa1\xdb\x3e\x30\x26\x00\xde\x24\xd4\ \x98\x9e\xae\xd5\x6a\x21\x84\x06\x83\x81\xc1\x25\x4c\xef\xe3\xba\ \x6e\x59\x96\xc6\xf9\x4b\x6b\x4d\x09\x11\x4a\x49\x23\x79\x85\x90\ \x73\x6e\x2e\x39\x8c\x71\xaf\xd7\x9b\x9f\x9b\x9b\xcd\x66\xa8\xd3\ \x01\x00\x28\x25\x8d\x84\x75\x34\x1e\x47\x71\x52\xad\x56\x19\xe3\ \x26\xbe\x23\x8a\x22\xc3\xd1\x34\xea\x27\xe3\xf6\x6e\xaa\x80\xf9\ \xe6\x5d\x9d\x94\x01\x64\x4c\x36\x69\x92\x24\x5f\x1d\xb2\xf3\xcd\ \xe1\x03\x00\x48\x21\x31\xc6\x4a\x6b\xc6\x58\xce\xa5\xe3\x06\x5a\ \x6b\xcb\xb6\xdb\xed\x16\x21\x44\xa9\xdb\x69\x70\xfc\x0e\xc5\xb3\ \xd1\x68\x04\x95\x2a\x22\xb4\x5a\xad\x2a\x00\x30\xc6\x96\xeb\x98\ \x23\x0b\x00\xc0\xf3\xbc\xa5\xa5\xa5\x5e\xaf\x37\x99\x4c\x8e\x8e\ \x8e\xa6\xd3\x29\x0f\x82\xd1\x64\x7c\xd8\x39\xca\x8b\x5c\x01\x7d\ \x74\xdc\xd1\x10\x4c\xc3\x29\xe3\x4c\x48\x51\xb2\x32\x00\x7e\xc9\ \x19\x13\xfc\xc4\xea\xaa\x02\xda\xb6\xed\x5a\xa3\x36\x1e\x8f\x1d\ \xc7\x6e\x36\x5b\x00\xc0\xf1\x60\xec\x07\xfe\x70\x34\x92\x52\xd9\ \x8e\x83\x20\x6a\xcd\xcd\x01\x08\xcd\x36\x31\xa9\x99\xc6\x6d\x0d\ \x63\x6c\xc4\xf4\x84\x90\x7e\xbf\xef\x38\x8e\xaa\x56\x36\x36\x36\ \x9b\xad\x26\x84\xd0\xb6\x6d\x4a\xb1\x94\xea\xcd\x37\xdf\x5c\x5a\ \x5a\xaa\xd7\xeb\xd3\xe9\xd4\xd8\x3a\x6d\x6e\x6e\x15\x49\x9a\x23\ \x5c\xad\xd6\x34\x04\x61\x12\x11\x4a\x1d\xdb\x21\x04\x59\xd4\xab\ \x56\x2a\xd3\xf1\xc4\x00\xfa\x82\x73\xa9\x55\x51\x96\x51\x96\x9a\ \x92\x7a\xcf\x03\x55\xd3\x71\xa7\x69\x22\xa4\xc4\x84\xd8\x2e\xd5\ \x25\xc7\x18\x01\x08\x30\xc4\x1a\xda\x69\xa2\xa5\x94\xe3\xf1\x58\ \x4a\x29\xa5\x32\x27\x48\x42\x2c\xa5\xb5\x94\xdc\x42\xc8\xbc\x01\ \x93\x88\x62\xfa\xfa\x34\x4d\xcd\xfd\xf5\xb8\xdb\x2d\x8b\xdc\x08\ \xe2\x8c\x4b\xdd\x6c\x36\x33\xea\x39\x73\x20\x30\x1f\x17\x21\x24\ \x0c\x43\xce\x79\xb7\xdb\xed\xf7\xfb\x26\x99\xb6\x52\xc1\x59\x96\ \x4d\x27\x13\x21\x44\x10\x04\xf4\xeb\x9b\xd6\x2b\xa5\xce\x9f\x07\ \x4a\xe1\x8d\x0d\xf5\xde\xf7\xde\x2f\x6b\xf7\x97\x46\x08\x65\x99\ \xbd\xbd\x25\x16\x16\x44\x7b\x4e\x95\x65\xc9\x18\x40\x04\x21\x24\ \xb5\xd2\x52\x67\x9c\x09\x51\x52\x08\x38\xe7\x00\x02\x63\x72\x72\ \x5b\xf0\x0d\xa1\xd9\x79\x42\xaa\x2c\xcf\x2d\x8b\x40\xad\xd5\x9d\ \x23\xaa\xd9\xee\xe6\x4e\x60\x38\xef\xc7\xc7\x9d\x69\x38\xb3\x1d\ \x17\x22\xdc\xed\xf5\x37\x36\xb7\x92\x38\x11\x52\x95\x65\x29\x84\ \x84\x10\x14\x69\x86\x10\x7a\xe4\x91\x47\x7c\xdf\xdf\xdd\xdd\x35\ \xed\x67\x96\x65\xbe\xef\x9b\x02\x8a\x00\xc8\xb2\xcc\x9c\xa6\x6d\ \xdb\x36\xe6\xec\xc6\xe8\xd1\x18\xa8\x68\xce\x01\xc6\xe6\x0d\x98\ \x06\x2a\x4d\x53\x63\x10\x26\x95\x32\x1d\x77\x59\x96\xd3\xe9\xb4\ \xde\x6c\x5d\xb8\x70\xc1\x71\xdc\x28\x49\x07\xfd\xfe\xe1\xe1\x81\ \x49\xaa\x34\xcf\x35\x37\x27\xf3\x85\xb9\xc9\xdd\x4d\x88\xbe\x6b\ \xa2\x62\xcc\x26\x0d\x34\x64\x72\xd4\xee\x35\x43\x15\x65\x59\x06\ \x94\x92\x82\x29\x25\x2c\x62\xe5\x59\x42\xa9\x75\xb0\xbf\xd7\xef\ \x1e\x16\x45\x4e\x30\x62\xac\x2c\xcb\xd2\x34\xcb\x94\x10\x43\xd9\ \xf4\xfd\x20\x49\x92\x59\x9c\x78\xb6\xe5\x5a\x98\x73\x6e\xee\x6a\ \x00\x00\x63\x85\x46\x08\x69\x34\x1a\xd5\x6a\x75\x6b\x7b\xa7\xd6\ \x4c\x2d\xc7\xcd\x8a\xf2\xea\xb5\xeb\x8e\xeb\x2a\x0d\xfa\xc3\x31\ \xe7\x0c\x20\x6c\xdb\x4e\xa7\xd3\x7d\xe2\x89\xf7\xcc\x2d\xcc\x4b\ \x21\x76\xf7\xf6\xb8\x90\xc7\xc7\x3d\xcb\xb6\x6a\xb5\xc6\x70\x38\ \x8c\xa2\x68\x36\x99\x04\x41\x90\xc4\x89\xe5\x38\x14\x13\x08\xa1\ \x56\x5a\x09\xa9\x15\x04\x50\x6b\x04\x4c\xba\x96\xf9\x8b\x57\x2a\ \x15\x73\xf0\x8a\xe3\x38\x8a\xa3\xd3\xab\x6b\x42\x88\x28\x8a\x26\ \x93\x49\x92\x24\xcb\xcb\x2b\xef\x79\xcf\x13\x49\x92\x4e\xa7\xd3\ \x37\xdf\x7c\xf3\xb8\x7b\x0c\x11\xc0\x18\xa5\x59\x22\x39\xf3\xaa\ \x35\x6a\x13\x6d\x82\xa4\xb5\x2a\x58\x8e\x09\x08\x3c\xdb\xb1\x28\ \x41\x88\x95\x85\xe7\x7a\x0b\x8b\x8b\x61\x1c\x87\x51\x92\x64\xa9\ \x1f\xf8\xf0\x5b\x1a\xa8\x22\xcb\xa6\xe6\x15\x8c\xef\x34\x21\x18\ \x13\x04\x00\xb2\x5d\x97\x65\xda\xf8\xcd\xc5\x71\x22\x95\xa6\x94\ \x58\x96\xed\x38\x8e\x14\xa2\x60\xcc\x71\x2c\xdf\xf7\x09\xc6\x45\ \x51\x98\x6d\x03\x00\x48\x92\xc4\x28\x2d\x8c\xfb\x45\x59\xe4\xb6\ \x6d\x87\x61\x38\x9b\xcd\x38\xe7\x06\x45\x64\x8c\x19\xe3\x23\x42\ \x88\xb1\x81\xeb\xf5\x7a\xc6\xe0\x81\x31\x96\x65\x19\x42\xa8\x2c\ \xcb\x4e\xa7\xa3\xa5\x30\x39\xf2\xae\xeb\x7e\xfd\xe2\xae\xe7\xda\ \x7a\x71\x11\x6e\x6e\xdd\xa7\xca\xdc\x5f\xa6\x6d\x47\xd3\x29\x1e\ \x8f\x8b\xc7\x1e\xd7\x84\x14\x45\x9e\xe7\xb9\xe5\xb8\xd4\x72\xb4\ \xd2\x90\x22\x08\x14\x50\x0a\x40\x40\x09\x11\x92\x9b\xae\x5c\x29\ \x89\x10\x42\x10\x1a\x48\x84\x71\x51\x30\x8e\xa1\x83\x11\x32\x1a\ \x96\xbb\x83\x50\xe3\xd1\x98\x24\x49\xaf\xd7\xcb\xb2\xdc\x0f\x02\ \x8c\x69\xa3\xd1\x9c\x4e\xa7\x93\x69\x88\x20\xc2\x98\x08\x91\x21\ \x44\x08\x41\x81\xef\x95\x65\x61\xc4\x8d\x66\x04\x6a\xcc\x63\x6d\ \xdb\x36\xe6\x4a\x8e\x65\xd9\xb6\x6d\x70\x21\xd3\x38\x03\x00\xee\ \x0a\x67\xc0\x9d\x8b\xdc\xc0\xbb\x77\xc7\x65\xa6\x51\x32\xd0\x0d\ \xb5\x2c\x53\xf7\x5b\xad\x56\xbf\xdf\x8b\xe2\x54\x69\x30\x1a\x0e\ \x87\xc3\xa1\x94\x52\x29\x6d\x5e\xcd\xe4\xcf\xdd\x05\x73\xcd\x8d\ \xea\xae\xa9\xa4\xf9\x81\xbb\x8f\x22\x84\x1c\xdb\xb6\xac\x7b\x8c\ \xd9\x83\x10\x96\x45\x7e\x7c\x7c\x64\x3b\x1e\xa6\x41\x50\x0d\xb2\ \x9c\x61\x8c\x18\x06\x16\x85\xcd\x5a\xad\x4c\x23\x93\x7c\x62\xdc\ \xa9\x2c\xcb\xca\xd2\x74\x38\x1c\x48\xa9\xb3\x34\xe5\x4a\xd9\x04\ \x73\xa6\x8c\xaf\x8b\x79\x4d\x53\x29\xf2\x3c\x3f\x3e\x3e\x06\x5a\ \x03\x88\x6c\xc7\xad\x54\xaa\x41\xa5\x3a\x18\x8e\x82\x20\xc0\x84\ \x32\xce\x85\x90\x42\x08\x04\x41\xad\x5e\x1f\x8f\x27\x4b\x2b\x2b\ \x57\xaf\x5d\xdf\xdd\xdd\x4d\xb3\xbc\xe4\xdc\x72\x9c\xf1\x78\x12\ \x45\xb1\x56\x53\x4a\x29\xa1\xd4\x9c\xab\x24\x67\x86\xa0\xa2\x84\ \x14\x46\x0f\x45\x6f\xb7\x8e\x65\x59\x9a\x3f\xb7\xf9\xe4\x0d\xf4\ \x91\xe7\x99\xe3\xd4\x6a\xb5\x5a\x5e\x98\x50\xec\xea\x1b\x6f\xfc\ \x55\x59\x72\x21\xc4\xfe\xfe\xbe\x91\xfc\x00\xa0\x92\x38\xa6\x18\ \x53\x8a\xa5\x14\x00\x42\x08\x01\xc2\x10\x13\x0c\xb5\x82\x00\x20\ \x08\x1c\xcb\xe2\x8c\x13\x84\x8b\xa2\x14\x52\x05\x95\xaa\x06\xb0\ \xd5\x9e\xc3\xf7\x2e\x6f\xd7\x08\x43\x4a\x31\x84\x98\x60\x0d\x10\ \x72\x1c\xdb\x76\x5d\x88\x30\x67\x02\x13\x8c\xb4\x63\x0e\x8e\x5a\ \x6b\x0d\x20\x21\x96\xe3\x3a\xc6\xfd\x51\x4a\x29\x38\x27\x94\x52\ \x84\x4a\x08\xcd\x36\x30\x00\xba\x69\xe1\xab\xd5\x5a\xab\x59\x4f\ \xd3\x44\x29\x35\x18\x0c\xba\xdd\xae\xd1\x9d\x9a\x1d\x1b\x04\x01\ \x63\xcc\x58\x8c\x05\x41\x60\x80\x1d\x73\x3f\x36\x7b\xdb\x98\x3d\ \xf8\xae\x43\x29\x2d\x8a\x42\x08\xf1\x0d\x14\x77\xc7\x55\x6b\x6b\ \x78\x7b\xeb\x7e\x59\xbb\xbf\x4c\xeb\x82\xa3\x08\x4f\xa6\xec\xe4\ \x49\x28\xa5\xe1\x0e\x9a\x72\x06\x21\xd4\x4a\x41\x04\x29\xa5\xae\ \x45\x8a\x2c\x63\x19\x33\x44\x11\xad\x34\xc6\xc4\xf4\xce\x79\x96\ \x29\x00\x5d\xc7\x0d\x2a\x81\x2c\x0a\x7e\xd7\x54\x16\x80\x3c\xcf\ \x27\x93\x89\x39\xfc\x0e\x06\x03\xe3\xdd\x38\x1c\x0e\x4c\xec\xa7\ \xf1\xd7\x35\x13\x2d\xad\x15\x84\x98\x52\xcb\xb2\xe8\xb5\x6b\xd7\ \xcc\x37\x4d\x13\x44\x08\x31\xc9\x1b\x45\x9e\x17\x59\x56\xad\x56\ \x8d\x64\xd4\x04\xef\x59\x96\x75\x17\x8e\xd0\x77\xec\x6d\x4d\xad\ \x37\x0d\xfb\x5d\x0c\x1a\x00\x10\xc7\x71\xb3\xd5\x6a\xcf\xcd\xf5\ \x7a\xbd\xbd\xbd\xbd\xe1\x70\x58\x14\x25\x26\x16\x42\x10\x23\x8c\ \x10\x82\xf0\xf6\x25\x6a\x22\x43\xcd\x55\x7d\xb7\x1d\x56\x77\xd2\ \x88\x4c\x87\x65\x2e\x42\x33\xfe\x32\x66\x20\xf7\x0a\x0e\x28\xd7\ \x75\x08\xd4\x9e\x6d\xf9\x95\x0a\x93\x82\x20\x88\x11\x24\xb6\x35\ \x3f\xdf\xe8\x88\x1c\x68\x29\x98\x3c\x38\x3c\x34\xf7\x2d\xd7\xf3\ \x08\xa5\x59\x9a\xc5\x49\x4a\x29\x9d\x9b\x5f\xb0\x29\x4e\xa3\xd0\ \x18\x37\x6a\xa0\x95\x52\xbb\xbb\xbb\xe6\xc4\x63\xcc\xc2\x82\x4a\ \xad\xd7\xed\x1a\xe8\x89\x31\x6e\x7e\x35\x73\x03\xf3\x3c\xaf\x5e\ \xab\xb6\x5a\x8d\xad\xcd\xad\x3f\xf8\xfd\xdf\xc7\x84\x44\x49\x92\ \x24\x89\x14\x82\x73\x7e\x78\x78\xa8\x80\xce\xd3\xb4\x5e\xad\x28\ \xa5\x26\xd1\xac\x28\x0a\x42\x29\xc6\x98\x22\x2c\x84\x30\x0e\x35\ \x5a\x69\x08\xa0\x61\x10\x99\x0f\xc7\xf3\x3c\xc3\x46\xb5\xa8\x15\ \xce\x66\xb5\x5a\x65\x6d\x6d\xed\xf1\xc7\x1f\x7f\xee\x99\x67\xff\ \xfc\xcf\x3f\xe3\xba\x2e\xc6\xd4\x24\x6e\xd7\x6b\xf5\x74\xd2\x2f\ \x4b\x56\x0b\xaa\x8d\x6a\x35\x08\x2a\x71\x1c\xeb\xdb\x3b\xf0\xf6\ \x0e\x85\x40\x27\x49\x5a\xf2\xb2\xc8\x72\x08\x50\x5c\xe4\x8e\xe7\ \x23\x4c\x34\x44\x1a\xde\x7b\x68\xa8\xd6\xe6\xec\x8a\x21\x84\x10\ \x23\x21\xb5\xa1\x42\x12\x63\x37\x44\x68\x1a\xcd\x86\x18\x1b\x1b\ \x4e\x2e\x24\x00\x80\x12\xc2\x38\xaf\x56\x6a\x7e\x50\x95\x92\x6b\ \xa5\x4a\x21\x04\xbf\xdd\x0d\x18\x07\x69\x73\xe0\xa3\x94\xba\x9e\ \x57\x14\x99\x39\xf6\x71\xce\x08\xa1\x84\x90\x3c\xcf\x00\x80\xb6\ \x6d\x09\xce\x35\xa5\x69\x9a\x52\x4a\x6d\xdb\xb6\x6d\x5b\xdd\xb9\ \x00\x8d\xf9\x3e\x42\xd0\x74\xf7\x86\x67\x49\xbe\xfe\x6f\xe3\xf9\ \xfa\xc4\x09\x78\xf3\x16\x10\xe2\x7e\x65\xbb\xbf\x34\x42\x64\x32\ \x21\x93\x09\x3b\x75\x12\x68\x4d\x09\x75\x1c\x07\x62\x8a\x08\x09\ \x3c\xdf\x44\x57\x23\xad\x6d\x82\x62\x42\x4c\x71\x31\xd6\xe7\x18\ \x63\x42\xa9\xd6\x5a\x48\xa9\xb4\xa6\x96\x43\x28\x85\x42\x60\x88\ \x4c\x17\x63\x4a\xbc\x29\x8e\x86\xe0\x95\x67\xb9\xd6\xa0\xd7\xeb\ \x0f\x87\x03\xcb\xb2\x93\x38\x11\x52\x1a\x98\x32\xcb\xd2\x3c\x2f\ \xb4\x92\x08\x6a\xcb\xb2\x26\x93\x09\xb8\xe3\x76\x6d\x6c\x0e\xef\ \xe0\x1e\x20\x49\x12\xd3\xed\x1a\x64\xd3\x90\x1d\x2d\xcb\xb2\x6d\ \xbb\x28\x4b\x2e\x84\xa1\xaf\xdc\x7d\x0f\xe6\x6b\xd3\xcb\x07\xd5\ \xea\x60\x38\x1c\x8e\x46\x26\xfd\x80\x31\xe6\xb8\x8e\xd6\x10\x21\ \x64\x59\x54\xc7\xca\x90\xe2\x4d\x6f\x65\x00\x25\x33\x40\x33\x97\ \xae\xb9\x68\xef\xe2\x36\xa6\x91\x77\x1c\xc7\x71\x1c\x82\x89\xe7\ \x7b\xf7\x4a\xdb\x80\x04\xc3\xf9\x76\x8b\x5a\x9e\x50\xb2\x56\x6d\ \x50\xcb\x46\x90\x14\x65\xe6\xbb\xae\xe7\x3a\x4a\x0a\xad\xa0\x2c\ \x4b\x42\x29\x26\xa4\xd9\x6c\x4a\x29\x31\xa1\x8c\x31\xa5\x15\xb5\ \x2c\xd7\xb1\xca\x24\x36\x77\x37\x2d\xb5\xc1\x67\x18\x63\x27\x4e\ \x9c\x38\x7d\xfa\xf4\x74\x3a\x4d\xb3\x22\x8e\x93\x6b\xd7\xae\x67\ \x59\x11\x86\xb3\xa2\x28\xb3\x2c\x6b\x36\x1a\xe1\x6c\x96\x24\x59\ \x59\x14\x79\x96\xda\xb6\x8d\x30\x8e\xe2\xd8\x71\xdd\x38\x4d\x84\ \x94\x42\xca\x28\x8e\x5d\xcf\x13\x52\x24\x59\x16\x25\x49\xe0\x7b\ \x59\x9e\xe1\x12\xbb\x8e\x63\xfb\x81\xeb\xba\x9e\xeb\x01\xa0\xa2\ \x64\x06\x21\xd2\x5a\x33\xce\x31\x26\xae\xe7\xc6\x51\x6c\x86\xcf\ \x51\x14\x2f\xcc\xb5\xe3\x28\x7e\xfe\xf9\xe7\x59\x21\xaa\xb5\x9a\ \xb9\x31\x13\x82\x3d\xcf\x2d\x8a\x42\xe9\xdb\xe7\x3c\x3f\xf0\x95\ \x52\x45\x91\x4b\x21\x00\x86\xe0\x76\x6c\x97\x02\x00\x28\xa9\xb8\ \x28\x31\x80\x65\x51\x42\x80\x2d\xcf\xa9\x5a\x8d\xc5\xc5\x60\xf9\ \xc4\x09\x2f\xf0\x21\xba\x67\xc2\x8c\x86\x50\x53\x82\x01\x84\x10\ \x22\x0d\x94\xd6\x20\x8a\xa2\x92\x31\x84\x31\xa5\x94\x17\x85\x94\ \x0a\x23\x0c\x00\x80\x00\xde\xad\xbc\xa6\x70\x2b\x25\xa0\x52\x59\ \x9a\x08\x29\x10\x42\xd2\x1c\x67\x31\x42\x10\x41\x84\x8a\xb2\xe0\ \x8c\x69\x0d\xb4\x06\x94\x52\xad\xa1\xd6\x40\x08\xa1\x35\x34\xcc\ \x7a\xc7\xf5\x40\x91\x9b\x69\x8a\x6d\xdb\x8d\x46\x03\x22\x58\xe4\ \x05\x80\x00\x61\xac\x94\xaa\x56\xaa\x40\xab\x38\x8e\x4d\xcb\xf2\ \x0d\x74\xee\x41\x20\xd7\xcf\x5b\x5f\xfc\x22\xec\xf5\xf4\x7d\x87\ \x99\xfb\x4b\x6b\x6b\x7b\x07\x28\xc5\xce\x9c\x01\x52\x4a\xa1\x09\ \x26\x1a\x21\x42\x90\xeb\xd9\x94\x58\x08\x41\xa4\xb5\x16\x82\x10\ \x6a\xbe\x34\x88\x84\xe3\x38\x46\x59\x57\xad\x54\x00\xc2\x84\xda\ \xac\x2c\x25\x2b\x95\x16\x00\x6a\x88\x00\x44\x00\x63\xe8\xb8\xb6\ \x10\x0c\x13\x64\x51\x8b\x0b\xa6\x94\x12\x82\x33\x56\xfa\xbe\x2f\ \x94\x28\xca\x82\x52\x4a\xa8\x8b\x10\x14\x42\x26\x49\xdc\x6a\x35\ \xa4\x52\xb6\x6d\x9b\x8a\x6c\x2e\x5a\x43\x6a\x64\x8c\x21\x82\xcb\ \xa2\x0c\x2a\x15\xc7\xb2\x66\xb3\x99\xa9\xf2\x86\x60\xe3\xd8\xb6\ \x06\x40\x03\x73\xfd\x68\xc3\xca\x37\x5c\x1a\x03\x91\xc7\x71\xac\ \x01\x34\x27\x0f\xc6\x98\x39\x1c\x58\x94\x2a\xa5\xa5\x52\x10\x68\ \x04\x01\x93\xd2\x1c\x90\xcd\xff\x6b\x8e\xd8\x46\xba\x62\xd0\x21\ \x53\xd6\x0d\xab\xd2\x14\x7d\x63\x95\x85\x09\x76\x6c\x47\xdf\x13\ \xe6\xae\x81\xc6\x10\x50\xa4\x6d\x0b\xf1\x82\x2d\x2d\xb6\x83\x5a\ \x9d\x10\x5a\x96\x25\xa1\x48\x2a\x7e\xf9\xcd\xcb\x10\x23\x42\x29\ \xe7\xdc\xf5\xbc\x20\x08\x8c\x59\x31\xb5\x2c\x05\x80\xd6\xba\xc8\ \x32\xa0\x38\x81\x1a\x29\x85\xb4\xa2\x08\x19\x22\x93\x6d\xdb\x41\ \x10\x64\x59\x26\xa5\x18\x0e\x47\x5a\x32\x8c\x34\x82\x2a\x8e\xc3\ \x34\xc9\x9b\xed\x26\x26\x48\x15\x2a\x8a\xa2\x8a\xef\x52\x4a\x08\ \x42\x14\x63\x29\xb8\x67\xdb\x36\xc1\x40\x03\xad\x24\x10\xbc\x1e\ \x54\xe2\x38\xf1\x83\xa0\xdd\x9a\xef\x76\x8f\x85\x52\x12\x68\xdb\ \xa6\x9e\xef\xd7\xfc\x0a\xe7\x4c\x8a\x92\x31\x06\x94\xb4\x09\x06\ \x00\x40\x44\x43\xc1\xf3\x5c\x43\x0c\xb2\x3c\x9d\x45\x61\x8e\x49\ \x1c\xc7\x49\x9c\x40\x84\x6c\xdb\x76\x5c\xdb\xa2\x94\x10\x5c\x96\ \x5a\x6b\x81\x10\x56\x4a\x97\x45\x91\x96\x4c\xf2\x12\x13\x4c\x80\ \x25\xb8\xd0\x1a\x00\x05\xca\x92\x57\x83\x8a\xe0\x1c\x62\x6a\xfb\ \x3e\x44\x88\x52\xea\xba\x4e\xa5\x56\xf3\x2b\x81\x09\x3d\xbf\x27\ \x34\x0c\x68\xad\x01\x22\x0a\x62\xa5\x14\xa1\x48\x69\x69\x3b\x1e\ \xe3\x7c\x32\x99\x02\x0d\x34\x00\x08\x4a\xa1\xb8\x46\x5a\x2a\xa5\ \x20\xa0\xb6\xa5\x01\x70\x1c\xd7\xb2\xac\x38\x8a\x8b\x22\xaf\x56\ \x03\x48\x28\xc0\x42\x02\xa0\x21\x46\x94\x22\x42\x7d\x3f\x08\x4a\ \xc6\x84\x14\x1a\x20\x62\x29\x21\xdc\xa0\x3a\xbf\xb8\x54\x32\xe6\ \x57\x6a\x4d\xdb\xd6\x5a\x13\x42\x2b\xd5\xea\x2c\x9a\x56\x5b\x4d\ \xdf\xf7\x01\x80\x84\x33\x44\x69\x12\x27\x00\x63\x56\x32\xce\x58\ \x9c\xa6\x36\x25\x45\x59\x42\x08\xe7\xe6\xe7\xc9\x37\xf2\x3b\xe9\ \xf5\x75\xa0\x35\xda\x3f\x90\xcb\xcb\xf7\x8b\xfb\xdf\xf2\x05\xb5\ \xb6\x76\x77\xc4\xd2\xa2\x68\xb5\xa0\xd6\x84\x52\x8c\x09\x57\x52\ \x4a\x99\x65\x29\xe7\x21\x82\xd0\xef\x41\x84\xb1\x00\x00\x20\x00\ \x49\x44\x41\x54\xc2\x04\x01\x28\x84\x84\x00\x69\x20\x4d\x47\x4c\ \x29\x01\x10\x52\x4a\xfd\x20\x90\x4a\x23\x4c\xe4\x6d\x8e\xbc\x82\ \x10\x40\x08\x0c\xe5\x40\x6b\x25\x95\x94\x52\x48\x8c\x10\x82\x9c\ \x0b\x6a\x61\x84\x21\x80\x4a\x4a\x0e\x80\x82\x50\x43\x08\xfc\xc0\ \x23\x25\x96\x82\x23\x84\x7d\xdf\x37\x34\xc4\xbb\x3e\xae\x84\x10\ \x83\xae\xa4\x79\x06\x20\x50\x5a\x65\x65\x61\x32\xf3\xf4\x1d\x70\ \xdf\x38\xfa\x9a\xa2\x6c\xca\xba\x49\x4f\x35\x9d\xb8\x61\x58\x0b\ \xa9\x6e\x07\xda\x7c\xd5\xb3\x8c\xcb\x55\x91\x67\x5f\x8d\xb0\xdf\ \x7d\x1d\xd3\x39\xc2\xdb\x39\x5c\xb7\xb9\x8f\x94\x52\x83\xcf\x18\ \x77\x56\xc6\xd8\x2c\x8a\xa2\x28\xbe\x37\xa9\xa4\xd6\xc0\xb6\x2c\ \x8b\x60\xdb\x22\x05\xe3\x79\x11\xf7\x47\x03\x88\x30\xb6\x2c\xad\ \x54\x1c\x86\x0a\x20\x4a\x08\x80\x50\x1b\x1f\x63\x8c\xf3\x3c\xb7\ \x6c\xab\xda\x6c\x10\x42\xf3\x3c\x9f\xf6\xba\xa0\xcc\x81\x54\x18\ \x6a\xc7\xa6\x8e\x65\x31\xc6\x90\x06\x71\x14\x0b\x29\x19\x63\x04\ \x43\x08\x24\xa5\x88\x12\xa8\x94\xd4\x5a\xb9\x9e\x2d\x95\xac\x35\ \x6a\x4a\x83\x22\x55\x52\xf0\x4a\xe0\xb7\xda\x4d\xdb\xb6\xc2\x59\ \x28\x58\xc9\x39\xf7\x5c\xaf\xd1\x6c\xf8\xbe\xdf\xeb\x0e\x24\x17\ \x5a\xe9\x34\xcd\xa4\xd6\x06\x2e\x90\x5a\x11\x84\x58\x99\x6b\xa5\ \x18\x2b\xb4\x52\x14\x41\x82\x49\x5e\x14\x08\x62\xd7\xb5\x93\x34\ \x2d\x59\x99\xf2\xa4\x7b\x8c\x3c\xc7\xa5\x94\x12\x4a\xca\xb2\x04\ \x50\x43\xa8\xf3\x22\x4d\xd3\x94\x73\xae\x81\x46\x88\x40\xa0\x38\ \x17\x10\x68\xa5\x95\x43\x1d\x44\xb0\x14\x52\x49\x0d\x21\x10\x42\ \x22\x88\xa9\x85\x09\x21\x5c\xca\xa2\x28\x92\x2c\xab\x97\xb9\x0e\ \x65\x38\x19\x69\x0d\xee\x0d\x10\xd3\x1a\x00\x88\x6c\xd7\x43\x84\ \x2a\xc1\x01\x44\x1a\x40\x42\x2d\xa1\xb4\x52\x1a\x21\x82\x11\x52\ \xca\x78\xfc\x2b\xc3\x77\x05\x10\x2a\xad\x6d\xc7\xf5\x7d\x9f\x31\ \xae\x35\xd4\x10\xb9\xbe\x4b\x2c\x1b\x5b\x76\xbd\x05\x6c\xdb\xd1\ \x08\x03\x8c\xbd\x4a\x45\x29\x15\x67\xa6\x79\xd7\x96\x65\x55\x1b\ \xad\xa2\x28\x00\xa6\x00\x53\xad\x14\x57\x3a\x2b\x0b\xae\x81\x82\ \x40\xa4\x19\x54\x4a\x2a\x85\x31\xae\xd4\x6b\xe6\x0c\x1a\x45\x11\ \x67\x25\xc2\x84\x5a\x96\x19\xcf\x7e\xfd\xe2\x0e\x85\x50\xcb\xcb\ \x00\x63\x74\x70\x20\x3e\xfc\x14\xfc\x2a\x67\xbe\xfb\xeb\x6f\x67\ \xe7\x6e\xef\xee\xb3\xd5\x35\x65\x59\x40\x6b\x73\xea\x24\x84\x58\ \xb6\x05\x10\x9a\x45\x33\x56\x94\x14\x61\x0b\x13\x56\x94\x52\x29\ \x88\xa1\x29\x70\x26\x98\xc2\x8c\x37\xa3\x38\xd2\x00\xd6\x6b\x55\ \x45\xa8\x92\xc2\x94\x54\x43\x8c\xb3\x6d\xdb\x90\xc4\x8d\x64\xd4\ \x1c\x69\x29\xa5\x10\x02\xd7\x75\x4d\x2f\x6c\xca\xa5\x31\xfe\x35\ \x4f\x34\x15\xf9\xee\x64\x49\x08\xc1\x4a\x06\x11\x34\xa2\x50\xdb\ \xb6\x05\xe7\x9e\xe7\x71\xce\x4d\xd1\xbd\x6d\xd5\x5b\x96\x4c\x08\ \xd3\xe6\x9b\x59\xee\xdd\xfe\xda\xbc\x67\x84\xb1\x41\xc9\xef\xce\ \x7b\x4d\x0b\x2f\x84\x90\x52\x49\x29\x35\xb8\x2d\xc4\x35\xff\xde\ \xad\x1a\x77\xb1\x1a\xe3\x11\x6f\xde\xa7\xe1\x47\x1a\x00\x24\xcf\ \x72\xc6\xd9\xbd\x51\xdd\x21\x04\x42\x4a\x88\x31\x40\xd8\xf3\x7d\ \xdf\xf7\x36\x77\xf6\x8e\x8f\x7b\x8e\x1f\x08\xc6\x30\x04\x84\x50\ \x78\x7b\xa0\x00\x8d\x03\x7e\xab\xd5\x6a\x34\x9b\xdb\x3b\xbb\x45\ \x51\xce\x2f\x2c\xd8\xb6\x25\x78\x61\x32\x4f\x00\x80\x1a\x80\xc6\ \x5c\x6b\x1c\xce\xca\xb2\x2c\x8b\x42\x6b\x25\xb9\x08\x2a\x15\x3f\ \x8a\xfb\xfd\xbe\xed\x38\x96\x6d\x33\xce\x95\x54\x7e\xcd\x0f\x27\ \x33\x4c\xb0\xed\xba\x88\x20\x6a\x59\xc4\xa2\x52\x29\xcb\xb6\x4b\ \xce\x34\x04\x69\x96\x69\x00\xd2\x34\x21\x84\xda\x96\x05\x00\xa8\ \xd5\xaa\x9c\x73\xa3\xf2\x91\x52\x0a\xc6\x24\xe7\x49\x9c\x38\x8e\ \xe3\x78\x1e\x44\x50\x2a\xc5\x84\x20\x94\x12\x42\x4c\x4f\x6d\xa0\ \x33\x33\x0a\x36\x73\x8b\x28\x8a\xcc\x30\x5c\x4a\x59\x16\x25\x2b\ \x4b\x42\x09\x00\xc0\x76\x1c\xcf\x73\x28\xa1\x0a\x68\xa5\x15\x80\ \x08\x21\x0c\xa1\x2e\xcb\xc2\x75\xdd\x6a\x25\x60\x65\xae\x24\x71\ \x1c\x87\x62\x3c\x0b\xa7\x69\x9a\x99\x43\xde\x3d\x07\x1c\xde\x3e\ \x3b\xdd\xf1\x4e\xd0\x5a\x23\x08\x5d\xd7\xd5\x1a\x2a\xa5\x94\x32\ \x21\x5c\x06\xc0\x41\x18\x21\x42\x28\xe7\x3c\x8a\xa2\xa2\x28\x84\ \xe0\xd3\xe9\xf4\x76\x5e\xa3\xe0\x10\x40\xad\x6f\x9f\x26\xcd\x99\ \x4f\x0a\x09\x01\x40\x5f\xb5\x00\x84\xfa\xee\xad\x08\x6a\x88\xa1\ \xd0\x4a\x09\x89\x34\x80\x08\x6a\xa5\x30\x42\x9e\xed\x04\x95\x0a\ \xa1\x84\xb3\x02\xdd\x11\x52\x69\xad\xbf\x81\xce\x5d\x08\xb5\xba\ \x0a\x10\x82\x5b\x5b\xe0\xbe\x89\xfa\xfd\xce\x9d\x31\x6b\x6b\x33\ \x7b\xe2\x09\xed\x38\x80\x31\xad\xb5\x52\x12\x61\x44\xa9\x05\x08\ \x82\x00\x6a\x0d\x0c\x72\x0d\x21\xc4\x18\x29\xad\x0c\xe8\x61\x28\ \x28\x86\x5c\x98\x65\x99\x06\xa8\xd9\x6c\x7c\x75\xd0\xe3\xed\xef\ \x6b\xad\x94\x32\x36\x2f\x77\x23\xeb\x4c\x31\x35\x95\xdd\x50\xe6\ \x19\x63\x69\x9a\x36\x1b\x75\xad\x75\x96\x65\x86\x2b\x66\xd0\x0f\ \x03\x74\x0a\x25\x10\x44\x5c\xf0\xa2\x28\x1a\x8d\x86\xeb\x38\x52\ \x48\x08\x21\x46\x48\x48\xa9\x01\x90\x42\x9a\xe4\x3c\xe3\xc6\xfe\ \xd5\x0a\xc3\xaf\x56\x1b\xdd\x9d\x8b\x1a\x61\x88\x79\xf4\xee\x0f\ \xdf\x8d\x5a\x45\x77\xf8\xcb\x66\x99\x1f\x90\x77\x32\xfc\x8c\xa0\ \xe4\xab\xb3\x58\xcd\x73\xbf\x95\xc9\x9e\x54\x9a\x09\x09\x31\xf5\ \x3c\xdf\x75\x5d\x44\x68\x9e\xe7\x40\x49\x09\x01\x04\x4a\xa9\xdb\ \xb2\x2c\x23\x99\xc1\x18\x57\x82\x40\x29\x15\x86\xd3\xc5\xa5\x25\ \x27\x08\xfe\x3f\xf6\xde\x34\xd6\xb2\xec\x3a\x0f\x5b\x6b\xed\xbd\ \xcf\x74\x87\x37\xd5\x3c\x75\x55\xcf\x6c\x8a\xcd\x79\x90\x28\x31\ \x12\x4d\xc8\x8e\x12\x4b\x94\x42\xcb\xb2\x1d\x59\x12\x22\x0b\x08\ \x14\x03\x19\x00\x03\xb2\x91\x40\xf9\x65\x20\x46\x0c\xd8\x8a\x00\ \x23\x96\xa3\x28\x71\x14\x5b\xa6\x13\x51\x0e\x29\x51\x12\x29\x91\ \x94\x38\x36\xc5\xe6\xd0\x43\x55\xcf\x55\xd5\x55\xf5\xea\x8d\xf7\ \xdd\xe1\x0c\x7b\x58\xf9\xb1\xce\xd9\xef\xbc\x57\x24\xd5\xfd\x9a\ \x0d\x53\xee\xbe\x68\x34\x5e\xbf\xbe\xef\xdc\x7b\x86\xfd\xad\xb5\ \xbf\xf5\xad\x6f\x4d\xcb\x19\x23\x00\x62\xe0\x60\x9d\xdb\xdd\xd9\ \x99\x2d\xe6\x83\x62\x70\xfd\xfa\xf5\xe0\x5d\x9e\xa5\x7b\x93\x89\ \xf4\x04\x8c\xc7\x23\x22\xc5\x00\xd6\xf9\xc9\x64\x32\xd9\x9b\x0c\ \x8a\x7c\x30\x28\xe6\xf3\xf9\x64\x32\xe1\x10\x12\x63\x26\x93\x89\ \xb3\x8e\x88\x16\x8b\x45\x9a\xa6\x49\x9a\xee\xec\x4c\xce\x9d\x3f\ \x97\x0f\x06\x9e\xfd\x6c\x36\xa5\x4e\x1e\x3a\xc8\xb2\xcd\xbd\xbd\ \xe0\xa1\xaa\xac\x0f\xa0\xb4\x6a\x5c\x00\x46\x22\x0d\x44\x4a\x69\ \x22\xad\x4d\x4a\xca\x04\x66\xef\xbd\x75\xc1\xfb\x60\x9d\xf7\x01\ \x94\xa2\xc0\x08\x4a\xe5\x45\xa1\x14\x31\xb3\x22\x42\xa4\xaa\x2a\ \x65\x43\x66\xb4\x21\xa3\x43\x53\x2d\xe6\x53\xd7\x54\x83\x3c\xd5\ \x44\x84\x9c\x25\xba\xc8\xd3\xaa\x54\x25\x70\xa2\xe9\xc8\x42\x48\ \x39\x05\xb9\xbf\xde\x07\x66\xb6\xb6\x49\x92\xf4\xec\xd9\xb3\x44\ \xba\xaa\xca\xcd\xcd\xf5\xf9\x62\x0f\x51\x21\x12\x89\x3d\x11\x87\ \xc9\x64\x67\x67\x67\xbb\x69\x6c\x08\x81\x91\xbb\xa2\x4c\x9b\x31\ \xc4\x41\x60\x44\x04\x0c\x5a\x29\xef\x7d\x5d\x3b\x44\x54\x4a\x23\ \x82\x6f\x5b\x3a\x14\x43\x00\x02\x46\x24\x44\x00\xea\x34\x66\xb8\ \x28\x4b\xe1\xdc\x45\x3f\x2f\x05\xea\xf9\x7c\xfe\xd2\xc0\xfd\xec\ \x59\x3e\x71\x42\x7d\xe3\x1b\xb8\x28\x81\xe8\xdf\xdf\x60\xa6\xd7\ \x5f\xff\xbe\xb3\x76\xa5\xcc\xcd\x9b\xe6\xd6\xad\xfa\xfe\xfb\x38\ \x4d\xa1\xae\x11\x89\xa8\x55\xfb\x29\x65\x94\x56\x59\x96\x2a\x40\ \xf0\xc1\x05\xeb\xbd\x27\x85\xc2\xba\x88\x66\x4b\xc0\x0e\x80\x01\ \x98\x0f\xa2\xa1\xfc\x5f\x01\x5c\x69\x05\x92\x29\x0d\xd6\x5a\x49\ \xe5\x24\x42\x68\xad\xa3\xc9\x57\xc4\x5f\x41\x4f\xc1\x4d\xa9\xbf\ \x29\x52\x42\xce\x70\x90\xca\x2a\x32\xb3\xd2\x1a\xbb\xb2\x27\x75\ \xe9\xb9\xfc\x89\x04\x15\x39\x7e\x14\x93\xc5\x25\x1d\xc1\x3a\xfe\ \x67\x08\x81\x43\x50\x5a\x4b\xe9\x35\xae\xd5\x08\xfd\x82\xfe\xb1\ \xc4\x27\x4a\xe4\xd8\x9e\xce\x1c\xf0\xe8\xc8\xce\x4a\x27\x3a\xc9\ \x95\xd2\x95\x75\xb5\x75\x4a\xa7\x59\x51\x38\x6b\xd3\x24\x59\xcc\ \xf6\xb8\xbb\xb4\xcc\x9c\xa6\x69\x94\xeb\x88\x6e\xda\x59\xab\x15\ \x58\x67\xbd\x73\x8c\x80\x4a\x29\xad\x26\xd3\x3d\xe7\x9c\x32\xda\ \x79\x3f\x99\x4c\x56\x57\x2f\xae\xae\xad\xd5\x8d\xbd\x71\xe3\x86\ \xf7\x21\xcb\xf2\x10\x02\x92\xda\xde\xde\x4e\xd3\x8c\x01\xaa\xa6\ \x91\xb3\xd2\x46\x17\xa3\x21\xed\xee\x94\x75\x35\x0a\x01\x88\x4c\ \x62\x8a\xbc\x98\xec\x4e\xd2\x34\x95\x30\x9f\x18\xa3\x95\x92\xad\ \x8c\xdc\x62\x24\x6a\x6c\xd3\x38\xab\xb4\x9a\xce\x66\x59\x9e\x01\ \x21\x20\x91\xd2\x8b\xc5\xa2\xac\xab\x2c\x49\xb5\xd2\x55\x5d\x49\ \x64\x6d\xea\x26\x30\x3b\x87\x65\x59\x72\x08\x5a\x1b\x44\x28\xcb\ \x32\x35\xda\x39\xeb\x43\x08\x2c\xfb\x36\x32\xc6\x30\xf8\x22\x4b\ \x9b\xba\xe6\xe0\x47\xc3\x62\x77\x67\x6b\xb3\x2a\x57\x96\x97\x14\ \x21\x42\xb0\x4d\x7d\xb4\x6a\x2a\x02\x48\x26\x21\x1b\x44\x00\x60\ \x84\xd9\x6c\xa6\x75\xad\x94\x4e\xd3\x0c\x40\x76\x90\x0a\x91\x94\ \xd2\x4a\x69\xef\xec\xd6\xf6\x96\x77\xde\xfb\x20\xcf\x03\x69\x72\ \xae\xed\xa2\x92\xe3\x2c\x16\x8b\x38\x91\x5c\x11\x71\xe0\x3e\xf4\ \xf7\x45\x6a\x48\xe4\xd9\x09\xb8\x13\x20\x33\x03\x73\x62\x4c\x53\ \x37\xde\xfb\xe1\x68\xa8\xb5\x46\x80\x98\x0f\xe9\x97\x94\x24\x14\ \x45\xf8\x9e\x37\xe2\x33\xcf\xc2\xde\x04\xc6\xe3\xd7\xc1\xfd\xb5\ \x0b\xee\x5a\x27\xcf\x3f\xcf\xc6\x34\x97\x2e\x41\x37\x0b\x3c\xaa\ \x5c\x92\x24\x39\x71\xfc\x04\x30\x23\xc3\x7c\x6f\xba\x55\x55\x82\ \x84\xb2\xef\x14\x0e\x12\x00\xf2\x3c\x3f\x71\xe2\x24\x92\xca\xb2\ \xac\xe9\xa4\x2c\x91\xb9\x8e\xe3\x34\x01\x40\x36\xe3\x87\x04\x85\ \x92\x29\x4b\x8e\x5f\x2e\xca\x34\x49\xda\x2d\xad\xf7\xb2\x42\xc4\ \x4d\xa5\x85\x69\x6d\xaa\xaa\x5a\x2c\x16\xc1\xfb\xe0\x43\xdd\x34\ \x46\x29\x04\x18\x0e\x87\x9a\x94\xec\x2a\x64\xa1\xfa\xee\x25\xc9\ \x94\x0c\x30\x9a\xcf\xe7\x69\x9a\x19\xd3\x0e\xce\x8e\x62\x18\x21\ \xe8\xeb\xba\x26\xe7\x24\x5c\x0d\x06\x83\x98\xef\xcb\x7b\x0e\x25\ \xe6\x02\xfa\xb2\xd7\x96\xb9\x1f\xd2\xc2\x7a\x34\x94\xf1\xcc\xa5\ \x75\xe3\x62\x84\xc1\x21\xe9\x33\x67\x4e\x9f\x3c\x7d\xda\x7b\xdf\ \x54\xd5\xd7\x1e\xfd\xb2\x73\x56\xe4\x7a\x91\x23\x92\xb6\xd5\x73\ \xe7\xce\x9d\x38\x71\x62\x38\x1a\x41\x53\x09\x1d\xcc\xcc\x3e\x78\ \x27\x15\x88\xa6\xf1\x21\xac\xac\xae\xee\xcd\xf6\x6e\xde\xbc\x39\ \x9d\x4d\x17\x8b\xb2\x53\x88\x36\x8d\x75\x69\x96\x37\xb6\x99\x4e\ \xa7\x4a\xa1\x3b\xb6\x02\x08\x4a\x2b\x22\xb2\xce\x01\xe2\x74\x36\ \x1b\x0c\x87\x59\x96\xb9\x10\x18\x18\x10\xb6\xb6\xb6\x4c\x9a\x36\ \xb6\xb6\xb6\xf1\xce\x25\x46\xad\x0c\xc7\xc1\x5a\x41\x76\x1f\x02\ \x29\x22\xd4\x5a\x29\xef\x83\xf7\x2e\xcd\xb2\xdc\xb9\x79\x59\x6e\ \x6f\xef\x60\x80\x95\x95\x15\xe7\x7d\x63\x6d\xd3\x34\x80\x28\x73\ \xb4\xad\xb5\x8b\xb2\x2c\xed\x2c\x84\xa0\x09\xc6\x83\x22\x49\x52\ \x6b\x2d\x03\x08\x64\x6a\x6d\x98\x9d\x56\xba\xe6\xca\x3b\xe7\x00\ \xe6\xb3\x79\x5e\xe4\xb2\xb7\x1b\x8f\xc7\x79\x96\x11\xd1\x91\x7b\ \x76\x9c\xf3\x21\x04\x99\xca\x42\xa8\x26\x93\xbd\xcd\xcd\xad\xa6\ \xb1\x32\x8c\xc9\x7b\x4f\x48\x5a\x69\x66\x54\x4a\x35\xd6\x86\x50\ \xcb\xf5\x48\x92\xc4\x39\x1b\x5c\x60\x66\x44\x52\x8a\xe4\x06\xc9\ \xf3\x23\x4f\xb5\x18\xf0\x01\x00\x61\x4b\x33\x02\x02\x21\x31\x07\ \xef\x98\xb4\x62\x80\xc0\x21\x30\x23\xb7\x4f\x15\x21\xd9\xa6\x99\ \xcf\xe7\x59\x96\x05\xe7\x45\x27\x26\x0f\xbf\x7e\x49\x27\x14\x42\ \xb8\xff\x01\xf3\xe9\xcf\xe0\x6c\xc6\xcb\xcb\x7f\x41\x70\x08\x38\ \x30\x87\xd7\x68\xe3\x15\xd2\xab\x33\x5b\x45\x6b\x73\xed\x3a\xa7\ \xa9\x3b\x71\x42\xf6\xa5\x3e\x84\xc0\x41\x69\x63\x9d\xdd\xd9\xd9\ \xd1\x5a\x27\xc6\x10\x92\x22\x92\x9a\xa8\xe0\xa6\xd2\xda\x3a\x8b\ \x5a\xcf\x66\xb3\x96\x7a\x56\xba\x2c\x4b\x46\xee\x4b\x5c\x64\x72\ \xa9\x74\x1b\x89\x43\x4b\x08\x41\x46\xc5\x47\x04\x17\xa8\x12\xf0\ \x95\x95\x10\x42\x90\x3a\xa7\xfc\x5f\xc1\xd0\x6e\xd4\x5f\x8b\xc2\ \x8a\xa8\xc5\x38\xef\x09\x31\x84\x50\x5b\x87\xd0\x26\xe3\x51\xe2\ \xa2\xb5\x8e\xdd\x83\xde\xfb\xd9\xa2\x1c\x8f\xc1\x98\xa1\x1c\x3c\ \x66\xee\x6d\xb6\xde\x2d\x48\xad\xf5\x70\x38\x94\xd0\x22\xb1\x24\ \xa2\xb9\xb8\x62\xc9\xf1\x25\x90\x88\x65\x8d\x52\x3a\x49\x92\xa3\ \xa5\x90\xcc\xac\xb4\xa9\x6a\x9b\xba\x50\x35\xee\xc5\x1b\xb7\x4c\ \x9a\x4a\x65\x22\xd8\x86\x43\xc0\xee\xb2\x48\x83\x95\xb5\x76\x3e\ \x9f\x4f\xa7\x7b\x32\x5d\x7a\x3a\x9b\x5b\xef\x5d\x08\x01\x81\x94\ \x42\x44\x6d\x34\x29\x85\xa6\xe5\x8e\x1a\x6b\x37\x6e\xdd\xcc\xd2\ \x74\x3e\x5f\xcc\x66\x33\x6b\xad\xd6\x6a\x67\x67\xf7\xf4\x99\x41\ \x9a\x24\xde\xb9\x2c\x2d\x94\x52\x3e\xb8\xad\xad\xad\xd1\x68\xd4\ \x74\x35\x40\x21\xaf\x7c\xc7\x7a\x6d\x6e\x6d\x9e\x3d\x77\xde\x07\ \xcf\xd2\x78\x55\xd7\x3c\xec\x8a\xd2\x80\x01\xb0\xa9\x1b\xb2\xbe\ \xaa\x9b\x3c\x2f\x1a\xe7\x9b\xa6\x71\xce\xe7\x45\xb1\x79\xeb\x76\ \x5d\xd5\x49\x9e\x03\x00\x2a\xc5\x44\x95\xb5\x4b\x44\x75\x55\x2d\ \xea\xba\x69\x2c\x29\xd3\x34\x8d\x49\x75\x92\xa6\xa3\xd1\xc8\x5a\ \xab\xb4\xd9\x99\x4c\x17\x55\x63\x6d\x03\x3e\x78\x80\xd1\xf2\x4a\ \x92\x15\xd3\xd9\x4c\x27\x69\x31\x1c\x23\xe9\xe5\x95\x95\x24\x49\ \xb4\x36\x48\x78\x64\xc1\x8c\xf7\x7e\x7b\x7b\xfb\xf8\xf1\xe3\x44\ \x2a\x4b\x33\xe7\xfc\xad\x5b\xeb\x32\x10\x35\x84\xa0\x75\xc2\x8c\ \xc6\xa4\x88\x38\x1c\x8e\x66\xb3\x69\xc4\xd8\x3c\xcf\x9c\x73\xce\ \xfb\x58\xd1\x01\x00\x22\xd4\x3a\xeb\x6d\x10\xdb\x04\xa8\xcd\xd6\ \xb5\x96\xad\x5e\xf7\x7e\x0e\x80\x8c\xd0\xd6\x49\x00\x08\x51\x11\ \x05\x6b\x9d\x73\x75\x53\x2b\x84\xa6\x71\x81\xbd\xb5\xb6\x2c\x4b\ \xfd\x52\x33\x85\x07\x1f\x48\xd6\x6f\xd1\xfa\xba\xbf\x70\xe1\x2f\ \x00\xb4\x21\x06\xcf\x4d\xed\xed\x6b\xb5\xfa\x9b\x64\x0a\xbf\xe3\ \xf0\x8e\x00\x00\xe9\x53\x4f\x71\x92\xd8\x53\xa7\xc0\x5a\x00\x18\ \x0e\x07\x81\x59\xa7\x49\x59\x97\xeb\x9b\x9b\xce\xb9\x2c\xcd\x90\ \xd9\x20\x29\xad\x9c\x73\x84\xed\xfe\x51\xc0\x6e\x77\x77\x77\x63\ \x63\x43\x6b\xc3\xa4\x52\xa3\x13\x42\x67\xad\xe4\xb3\xd2\xc9\x22\ \xf4\x85\xe4\xc8\xc2\xa1\x8b\x1f\x8b\xd4\xd3\xb2\x2c\x13\x89\xa1\ \x2c\x69\xad\x5a\xca\x3e\x11\xbd\x47\x57\xba\x64\xe6\xaa\xaa\xc4\ \x48\x20\x4d\x53\xa9\xcb\x19\x6d\xc4\x7c\xd8\x7b\x0f\x0c\x3e\xc8\ \x5a\xf3\x51\xd8\x2e\x3a\x45\xa1\x8f\xa2\x21\x41\x24\x8e\xa4\x46\ \x2a\x8e\x8f\xed\x1b\x00\x7c\x08\x46\x72\xb6\x24\x91\xcf\x15\x63\ \x19\xd1\xce\x8b\x41\xb9\x48\x65\xa4\x7e\x10\xa9\x09\x99\x58\x7f\ \xb4\x7b\xc4\xcc\xa3\xf1\xd2\x85\x4b\x77\xaf\x1d\x3b\x31\xaf\x9a\ \x6f\x3c\xf6\xc4\xde\x74\x8a\x88\xce\x36\x2b\xe3\x91\x70\x53\x46\ \x19\x09\x6f\x42\xee\x6f\x6c\xdc\x7e\xf1\xc6\x0d\x17\xd8\x5a\xbb\ \xb4\xbc\xac\xd8\x19\x76\xb2\xe7\xaa\xea\xba\x69\x1a\x46\xf0\x3e\ \xd4\xb6\x29\xeb\x0a\x98\x8b\xa2\xd0\x4a\xcd\x6f\x6f\x20\xe2\xd6\ \xd6\xd6\x43\x0f\x3d\xe4\x03\x6b\xa3\xb3\x2c\x3b\x79\xf2\x24\x43\ \xd8\xdc\xde\x5a\x5e\x5e\x3e\x7b\xee\xdc\xc6\xc6\x06\x03\x98\x24\ \x49\xb3\xcc\x3a\xd7\x58\xbb\x28\xcb\xd0\xf8\x34\x4d\x07\xc5\x00\ \x11\xf3\xbc\xf0\xde\xd9\xba\x9e\x57\x65\x5d\xd7\xaa\x65\xb4\xb8\ \xa9\xad\x75\x0e\xd0\x95\x65\x55\x8c\x46\x68\x55\x96\x0f\x16\x65\ \x6d\x74\x6a\x4c\xca\x1e\xd8\x71\x92\xa6\x8a\x9a\xe0\xaa\xaa\x2a\ \xe7\x45\x89\x80\xc1\x03\x30\x59\xeb\x92\x34\x49\xd3\x64\x75\x65\ \xe5\xd8\xb1\x63\x21\x84\xc6\x3a\xad\x35\xa2\xad\xeb\xda\x37\x8d\ \xd1\xfa\xec\xda\xf1\x26\x30\x2a\x6d\xb2\xc2\xa4\xd9\xac\xac\x16\ \xf5\xfa\x60\x30\x8c\x2a\xa6\xa3\xbd\x48\xd1\x6c\x36\x7b\xfa\xe9\ \xa7\xcf\x9d\x3d\x37\x38\x35\x28\xcb\x32\xcb\xb2\x58\x25\xd2\xda\ \x24\x49\x2a\x05\xfe\xaa\xac\x98\xe1\xd8\xb1\x35\x63\xd4\x74\x3a\ \x2d\xcb\x8a\x39\xa0\x52\x88\xdc\xc9\xaf\x00\x10\x02\x7b\x61\xe1\ \x3b\x2f\x0a\x3c\x50\x59\xf1\x61\x9f\xa2\x41\x60\x50\x7d\x70\x0f\ \x00\xce\x5a\x40\xb4\x4d\x33\x9b\xce\x56\x96\x97\x86\xc3\xe1\x62\ \x31\x67\x5e\xa4\x69\xfa\x52\x33\x77\xff\x86\x87\x80\x14\x7d\xe3\ \x31\xff\xae\x77\xfd\x45\x10\x74\x30\x69\xcc\x0a\xad\xe8\x35\x9a\ \xb9\xbf\x1a\x56\x11\x4c\x4a\x4d\xa7\xd9\x53\x57\x9a\xbb\xee\x72\ \xc7\x8f\xab\xba\x16\x61\x43\x9e\x67\x69\x9e\x23\xb5\xda\x86\x10\ \x3c\xfb\x90\xa6\xb9\x56\xda\x3b\xa7\x94\xd2\x5a\x49\x02\x39\x1a\ \x8d\x94\xd2\xb7\x6f\xdf\x6e\xac\x43\xd2\x0a\xb3\x61\x91\xfb\x06\ \xea\xba\x16\xbc\x1e\x8f\xc7\x71\x62\x46\x9c\x5b\xdd\xd1\xf4\x20\ \x30\x6a\xad\x1d\x8d\x46\xcb\xcb\xcb\x21\x04\x85\x58\x96\x0b\x61\ \x93\x45\xda\x28\xb9\xaa\x54\x5c\x8b\xa2\x90\xce\x23\x09\x0f\xf3\ \xe9\x2c\x30\xa7\xc6\x28\xa5\xa4\x61\x84\x3a\x69\x4d\x6c\x01\x17\ \x40\x94\x2f\x90\xe7\x39\x63\x9d\xe7\xf9\x78\x3c\x96\xde\x57\xc9\ \xbe\xb3\x2c\x13\xcf\xd5\xde\x56\xdd\x45\x53\xd6\xaa\xaa\x64\x03\ \x21\x79\xba\xc8\xe4\xbb\xe9\xac\xed\x37\x29\xcb\x72\x36\xdd\x9b\ \xec\xed\xe1\x91\xbb\x25\x11\x97\x97\x57\xc7\xe3\x95\x62\x0c\xc3\ \xab\xd7\x6f\xdf\xbe\x9d\xa4\xa9\xb5\xd6\x24\x26\x49\x12\xa1\x62\ \x24\xb0\x6d\x6c\x6c\x9c\x3a\x7d\xf6\xd2\xa5\x4b\x5f\xfd\xda\xd7\ \xcb\xc6\x2a\xa2\xf9\x7c\xbe\x34\xcc\x8b\xac\xd8\xdc\xdc\xb4\x4d\ \x53\x0c\x8a\xbb\x2e\x5d\x4c\xd7\xd7\x37\xb7\x76\xb4\xd6\x59\x9a\ \xa1\x56\x83\xc1\x70\xe3\xf6\xba\x5c\xf3\xa2\x28\x86\xc3\xe1\x74\ \x36\x33\xc6\x3c\xf0\xc0\x83\x44\x3a\x04\x87\xe8\x2f\x5f\xbe\xbc\ \xbe\xbe\xae\x94\xda\xd9\xd9\x91\x53\x93\xc0\xbc\x58\x2c\x14\xd0\ \x62\xb1\x48\xf2\x4c\x4f\xa7\x8d\xab\x17\x8b\xc5\xb0\x28\xc4\xdf\ \xcd\x37\x0d\x33\x57\x8d\x2d\xab\x52\x58\x2a\x26\xe4\x00\x8d\xb5\ \x67\xce\x9c\x99\xee\xed\x01\xd1\x60\x30\x30\x4a\xad\x9d\x38\xee\ \xbd\x9f\xce\x67\x49\x96\x56\x4d\x8d\x84\x45\x31\xc0\x9d\x6d\xd2\ \x94\xa0\x22\x05\xd6\xd9\xc9\x64\x92\x25\x7a\x77\x77\x37\x00\xec\ \x4d\xa7\x5a\xa7\x49\x9a\xd5\x88\x64\x92\x79\x69\x1b\xdb\x8c\xc7\ \xe3\xda\x6d\x2c\x6a\xe7\x02\xde\xb8\x79\x33\x78\x6f\x12\x13\xd3\ \xe7\x97\xbd\x61\x52\xfa\xf8\xb1\x63\xf3\xf9\x7c\x67\x67\x67\x3c\ \x1e\x8f\xc7\x4b\xf2\xcf\x53\x4f\x3d\xad\x14\x8d\xc7\xe3\xb2\x2c\ \xc7\xe3\x25\x63\xb4\xb5\x4d\x5d\xd7\xc6\x18\x66\x9e\x4c\x26\x8b\ \xc5\x22\x04\x0f\x20\x05\x51\x3c\x24\xd7\x91\x02\xbc\xf0\x96\x78\ \x47\x9e\x7a\x10\xdc\xf9\x40\xe6\x4e\x84\x5d\x31\xbf\xaa\x2a\xe6\ \x71\x9a\x26\x4d\x53\x8b\x00\xec\xa5\x82\x3b\x1c\x5b\xe3\xf3\xe7\ \xe9\xc9\x27\xfe\x62\x01\xdc\xeb\x76\x38\xdf\xc9\x97\x22\xda\x9d\ \xe8\x8d\xcd\xe9\x0f\xfe\x60\xd4\x4d\x5d\xbb\x76\x5d\x1b\xbd\x96\ \x24\xce\x39\xeb\x1c\x03\x38\xef\x33\x93\x20\x42\xdd\xd4\xa2\xdb\ \x50\x0a\xbd\xf7\x7b\xd3\xe9\x70\x3a\xcd\xb2\x7c\x50\x14\x8c\x94\ \xa4\x99\x88\x82\x4d\x92\x64\x59\x06\xc0\xd1\x21\x40\x72\xdb\xaa\ \x2a\xcb\x45\xa9\xb4\x16\x70\x94\xfe\x1a\x71\x23\x21\x22\x99\x5e\ \x3f\x9f\x4e\xa5\xd3\x9a\x88\x64\x86\x75\x55\x55\x92\xbf\x03\x40\ \x31\x28\xdc\xb4\x25\x52\x94\x52\x0e\x51\x21\x0e\x8a\x42\x11\xf9\ \x10\x64\xca\x12\x59\xdb\x11\xd3\x28\x09\x35\xa2\xf4\x07\x4a\x68\ \x69\xd2\x34\x1d\x8f\xc7\x4d\xd3\xec\xed\xb5\x85\x4a\x99\x74\xa3\ \xb5\x66\x00\xec\x70\x5c\xfa\x06\xa5\x24\x1b\xa5\xee\xb1\x54\x2b\ \x61\x46\x86\x80\xb7\xf5\xd8\x57\xf0\x68\x6a\xad\x9f\x78\xf2\xf2\ \x23\x7f\xf6\xe8\x7f\xf4\x43\xef\xb7\xa2\xc4\x97\x20\x81\x10\x42\ \xd8\x9d\xec\xc6\xcd\x0a\x33\x6f\x6d\x6d\x5d\xbb\x76\xed\xd8\xb1\ \xb7\x2e\x2d\xad\xb8\x9d\x9d\xd1\x68\x48\x4a\x27\x49\x62\x12\x69\ \xb3\x84\xa6\x69\x64\x60\x53\xd3\xd4\x44\x34\xaf\x16\xd7\xae\x5d\ \xbb\xe7\xfc\xf9\xbd\xbd\x3d\x22\x65\x8c\x59\x5b\x5b\x93\xb9\x10\ \x83\xa1\x5d\x5d\x5d\x35\x26\xdd\xd9\xd9\xda\xd8\xb8\x95\xa6\x59\ \x9e\x17\xd6\x36\x6b\x6b\x6b\x82\xef\x52\xfd\x4e\x92\xa4\x48\xf2\ \xed\xcd\x2d\x29\xa8\x4a\xdb\x42\x92\x24\xcb\xc7\xd6\x34\xd2\x6c\ \x32\x71\xde\xe7\x45\xde\xd8\x46\x6b\xed\x83\x97\xef\x1c\x42\x58\ \x5f\x5f\xf7\x21\x8c\x86\xc3\xc5\x6c\x66\x4c\x22\xf3\x89\x6e\x6f\ \x6c\xc8\xbe\x2a\xcb\xf3\x13\x27\x4f\x6c\x6c\x6e\x2c\xaa\x32\x04\ \x06\x08\x69\x62\xaa\xaa\x6e\x9a\xc6\x79\x2f\x72\x54\x1f\xbc\xf7\ \xbe\xae\x9b\xad\xc6\xad\x6f\x6c\x27\x49\x52\xd6\xd6\xba\x10\x00\ \x8b\xd1\x38\xd9\xde\xdd\xd9\xd9\x01\xd2\x1c\x8e\x1c\x52\x41\x02\ \x7f\x08\x61\x7b\x7b\x9b\x50\x8d\x46\x4b\xc6\x98\xd9\x6c\xca\x8c\ \xd3\xe9\x34\x7a\xac\x4b\x3f\x01\xb0\x9a\xcd\x66\x3b\x3b\x5b\x5a\ \x2b\x63\x14\x00\x86\x10\xb8\x4b\xce\x7b\xa8\xdd\x16\xa6\x00\x40\ \x6c\xfe\x19\x00\x18\x10\x21\x46\x02\xa1\x6c\x00\xbb\x74\x95\x41\ \x2e\x0b\x01\xb2\xf7\xf2\xc8\xcd\xe7\xb3\xc4\xa8\xd9\x74\x5a\xd7\ \xf5\x64\x32\x79\xa9\xe0\xce\x83\xc2\x5f\xb8\x40\x4f\x3c\x09\xf8\ \xfa\xa0\xec\xd7\x6a\x35\x95\x94\x9a\x4c\xd4\xed\x8d\xe6\x9e\xbb\ \xa5\x97\x8d\x99\xa7\xd3\x3d\x93\x24\x83\xd1\x48\x6b\x7d\xee\xf4\ \x19\xef\xfd\x7c\x36\x1b\x0c\x06\xae\xaa\xbd\xf3\x69\x96\x04\xf6\ \x21\x40\x92\x24\x4d\x5d\xdf\xbc\x79\xf3\xfc\xf9\xf3\x83\xc1\x00\ \x49\x91\xa2\xf5\xf5\xf5\x62\x75\x45\xa6\x0c\x1b\x63\x96\xc6\x4b\ \x21\xf0\x64\x32\x41\x14\x71\x0b\x96\x55\x5d\x96\x3b\x22\x1f\x94\ \x0a\x64\x2c\x57\x4a\xaa\x52\xd6\x15\x23\xc8\x4c\x1f\xd1\xd8\x4c\ \x26\x13\x21\x22\x5a\xd3\x2e\x1f\xc4\x04\x18\x00\xf2\x2c\x17\x9b\ \xd9\x20\xb2\x99\xc6\x22\x11\x29\x8d\x68\xa5\x36\x8c\xa8\x98\x01\ \x91\x10\x15\x00\x6a\x6d\xb2\x2c\xab\xaa\x6a\x6b\x6b\x4b\x5a\xba\ \x8b\xa2\x90\xd9\x08\xed\x7c\x0f\x22\x31\xab\x91\x4f\x94\x90\x20\ \x80\x2e\x8a\x4c\xd9\x73\xc8\x6f\x5a\x75\xb3\xb5\xaa\x7d\x99\x23\ \x4b\x21\x95\x52\x5b\xdb\xdb\x57\xae\x3c\xf5\xae\xf7\x7c\xaf\xf3\ \xfe\xd4\xc9\x53\xa7\x4f\x9d\xde\xda\xdc\x40\xe0\x95\xa5\xd1\x53\ \x97\x9f\x90\x0f\x92\x2f\x90\x65\xd9\x0b\x2f\xbc\x20\x73\xd7\x96\ \x96\xc7\x49\x92\x3e\xfd\xcc\x33\xe8\x92\x53\x6b\xe7\x89\x94\x31\ \xd9\xf2\xf2\x5a\x62\xb2\x9b\xb7\xd6\x67\xb3\xf9\x6c\x36\x1f\x97\ \xb5\xb3\x7e\x63\x63\x73\x6b\x6b\x3b\x49\x53\x09\x9c\x4b\x4b\x4b\ \x21\x04\xa3\x35\x22\xee\xed\xed\x3a\xe7\x98\x7d\x9a\xe9\xd3\xa7\ \x4f\x4c\x26\x53\x22\x4a\xd3\xf4\xea\xd5\xab\x59\x9a\xb9\xc6\x2f\ \x8d\x97\x31\x30\x00\xac\xae\xac\x00\xe1\x4a\xb2\x14\x7c\x68\xb9\ \x08\x80\x2c\x4d\xad\xf3\x4d\x37\xda\xd0\x05\xef\x9c\x27\x0d\xcc\ \x90\x17\x83\x79\xdd\x94\x75\xb3\xb2\xba\x36\xdf\x9d\xdc\x78\xf1\ \x45\xe7\xfd\x7c\x36\xcb\xb2\x4c\xea\xd5\x12\x44\x89\x94\xf3\xd6\ \xbb\x90\x14\xb9\x0f\xce\x23\xe7\x45\x4e\x4a\x13\x91\x6d\x1c\x40\ \x30\x5a\xcf\x17\xa5\xb5\x8e\x94\xba\x76\xed\xfa\x78\x3c\xde\xda\ \xda\x29\x8a\x61\x5e\x0c\xea\xc6\xa6\x69\x7a\xc4\x11\x58\x88\xc1\ \x87\xc9\x64\x22\xdb\xbb\xd9\x6c\x86\x40\x9b\x9b\x9b\x52\x26\xd7\ \xda\x54\xd5\x22\xcf\x8b\xe9\xde\x64\x7b\x67\x6b\x38\x1c\x7a\xe7\ \x6a\xf6\xe4\xc8\x18\x63\x8c\xf6\xde\x85\xe0\x95\x36\x2d\x9c\x53\ \x0b\xd8\x48\x48\x88\x0c\x80\x80\x0a\x49\x18\x4c\x45\x84\x00\x81\ \x39\x72\xee\xc2\x08\x21\x51\x60\x46\x00\x31\x5b\x50\xa4\x32\x63\ \xe6\xf3\x45\x9a\x9a\x34\x49\xd9\xfb\x6a\x36\x0b\xd6\x26\x89\x21\ \x4d\x2f\x0d\xdc\x99\x61\x34\xe2\xfb\xef\x53\x1f\xfb\x5d\xd8\xda\ \x82\xc1\xe0\x75\xc1\xcc\x6b\xb2\x4a\x8b\xe9\xf3\xcf\xd1\x7c\x56\ \xdf\x7f\x3f\x76\xc9\x29\x23\x6f\xef\x6c\xa7\x59\xba\xbc\xb2\xa2\ \x11\x88\x10\x99\x35\xa2\x03\xd6\x89\x8e\x22\x77\xc9\xfb\xeb\xf9\ \x6c\x77\x6b\x73\x65\x79\xc5\x36\xb6\x69\xea\x72\xba\xe7\x46\xa3\ \x2c\xcb\x01\x15\x92\x6e\x5c\xb8\x7c\xf9\x72\x55\x95\xe3\xf1\x32\ \xa0\xaa\x6a\xbb\xb5\xbd\xd3\xd4\x65\x9e\xe7\xd2\xdf\xb4\xbe\xbe\ \x2e\x2c\xfc\xee\xee\xee\xfa\xfa\xfa\xfa\xfa\xfa\x68\x69\x58\x0c\ \x06\x46\xeb\xba\x6c\x26\x93\xc9\x78\x3c\x76\xa1\xe3\xd0\x9d\xdb\ \xde\xd8\x9c\xee\xed\xa5\x79\x3e\x9b\xcd\x02\x07\x20\xd2\x5a\xb3\ \xcc\x46\xf3\x01\x42\x60\x24\x20\xad\x4c\x1a\x42\xc8\xb3\x2c\xcf\ \xb2\xf9\x7c\xee\x9c\x67\x00\x52\x26\x00\x02\xc0\x62\xb1\x90\x6a\ \x6d\x9c\xe3\x21\x9c\xcf\x62\xb1\x18\x0c\x0b\xad\x09\x90\xb5\xa1\ \xbc\x48\xad\xb5\x4a\x23\x12\x05\x76\x44\x14\xd8\xa3\x52\x81\x01\ \x14\x32\x80\x07\x04\xa5\x2b\xeb\x12\x24\x93\xe5\xb4\x28\xb1\x95\ \x84\x1e\xe5\x65\x94\x9a\x4c\xb6\xbf\xfc\xc5\xcf\x3f\xf8\xd0\x43\ \xa3\x2c\x51\x8a\x16\x89\x6a\xea\x3a\xcf\x52\x63\x12\x69\xb0\x92\ \x56\x2f\xe7\xdc\x6c\x3a\x79\xea\xca\x93\x67\x4e\x9f\x2c\x67\xb3\ \x9a\xd4\xad\xeb\x57\x8f\x1f\x3b\x5e\x56\xe7\x02\x24\x1e\x10\x29\ \xf9\xd2\x97\xfe\xec\x91\x2f\x7e\xe5\xec\xd9\xb3\xde\xb2\x02\x75\ \xf3\xfa\xad\xeb\xbe\xb1\x4d\x63\x92\x3a\xcb\xb2\x6b\xd7\xaf\xaf\ \xac\xac\xd4\x55\xb5\x98\xcf\xae\x3c\xf9\xc4\x63\x8f\x3d\x0e\x18\ \xee\xbd\xff\xa2\x88\x58\xb6\xb6\x6e\x0f\x07\x43\x0e\x3e\x38\xb6\ \x95\x43\x8f\x1b\x37\x37\xbd\x6b\x9a\xaa\xbc\x75\xeb\x86\x47\x48\ \x93\x44\x11\x24\x69\x52\xce\xe6\x06\x11\x39\x78\x0f\x3a\x1d\x2a\ \x32\xd6\xd9\xe1\x68\xf9\xf8\x89\x33\x36\x84\xed\xc9\xa4\x06\xc2\ \xb4\x28\xcb\xb2\x48\x8c\xad\xea\x67\x2e\x3f\x95\x15\x85\x73\xb6\ \x58\x59\x2d\xab\xca\x03\x37\xde\x6d\xec\x6c\x27\xc6\x24\x5a\x29\ \xa5\x93\x54\x8f\x96\x06\x4b\x2b\xe3\xcd\xdb\x1b\x44\x14\xd8\x29\ \x05\xc4\x1e\xd8\x2b\x22\xd0\x44\xc0\x46\x13\x07\x07\x1c\x66\xd3\ \x89\xd1\x3a\x4d\x74\x9e\x25\x44\x47\x64\xc3\x02\x87\x28\x6e\x49\ \x92\xc4\x07\x27\x72\xc6\x24\x4d\x11\xb8\x6e\x9a\xf9\xac\xd1\x84\ \x46\x51\x53\x2d\x64\x18\x2c\x7b\x44\x00\x57\x5b\x00\x29\x86\x32\ \x00\x28\x4d\xa9\x49\x92\x34\x9d\xcf\xe7\x9a\x54\x51\x14\x55\x59\ \x71\x08\xe3\xd1\xb0\x6e\xaa\xba\xae\x97\xc6\x43\x22\x9a\x4c\x26\ \x5a\xa1\x18\x42\x58\x6b\x97\x47\x63\x0e\x6e\x51\xce\x89\x94\x31\ \xba\xaa\x2a\xad\x40\x2b\xc5\xa1\x52\x8a\xf3\x42\x63\x6d\x75\x5d\ \x17\x45\x6e\x15\x0c\xc7\xc5\x4b\xce\xdc\xb5\xf1\x6f\x7e\xb3\xfe\ \x37\x1f\xa6\xe7\x9f\x0f\x6f\x7e\x33\x34\xcd\xeb\x58\xf7\xda\x4b\ \xdd\x43\x72\xf9\xb2\x5f\x5d\x6d\xce\x9f\x8f\xd1\x5d\x7c\x62\x37\ \x36\x36\xa6\x7b\x7b\xce\x79\x52\xd4\x34\xcd\x6e\xe7\xec\x28\x49\ \x4d\xc7\x7b\x10\x33\x97\x8b\x45\x9a\x24\xd6\x36\x75\xdd\x38\xdb\ \x68\xad\x47\xa3\xd1\x64\xb2\x2b\xd9\x6c\x96\xa5\x7b\x7b\x93\x2c\ \x4b\xe5\x98\xde\xbb\x38\xb1\x3a\x4d\xd3\xc9\x64\x22\x14\x7c\x55\ \x55\x08\xe0\x9c\x5b\x5f\x5f\x5f\x5e\x59\x19\x0e\x06\x37\x6f\xdd\ \x5a\xbf\x79\xeb\xfc\xf9\xf3\x26\x31\x42\x9a\x07\x63\xd6\xd7\xd7\ \x43\x08\xca\x18\x51\xb8\x93\xd6\x52\x10\x20\x04\xad\xb5\xb3\x56\ \xb6\xba\x79\x9e\x2d\x2d\x2d\x11\x51\x59\x96\xda\x68\x51\x77\x1a\ \xa3\x49\x91\xb5\x24\x62\x1e\xa1\x35\xe7\xf3\x79\xd3\x34\x32\x62\ \xbb\x9d\xbf\x0a\x2c\xdd\x34\xe2\xd2\x9e\x65\x99\xef\xfc\x39\x48\ \x61\x96\x64\xce\x79\x51\x73\xb2\xf8\x3f\x21\x4a\x4f\x53\x31\x18\ \xc8\x64\x8f\x23\xdf\x0d\xef\xdc\x95\x2b\x97\x77\x76\xb6\x09\xd1\ \x79\xe7\x9c\x47\xc4\xcb\x97\x9f\x14\x53\x65\xe1\xdc\xb5\xd6\x71\ \x63\x71\xeb\xd6\x2d\x66\x6e\x9a\x7a\x3e\x9f\xad\xac\xac\xdc\x7f\ \xff\x7d\xcf\x3d\xf7\x9c\x22\x62\x0e\x67\xce\x9c\x59\x2c\x16\x44\ \x98\xa6\xc9\xf3\xcf\x3e\x5b\x96\x25\x62\x2b\xe1\x3f\x7e\xfc\x38\ \x02\x3c\xf6\xd8\x63\x4a\xa9\x67\x9f\x7d\x56\xee\xd1\xd5\xeb\xcf\ \x57\xcd\xec\xf8\xf1\x13\x00\xf8\xd9\xcf\x7e\xee\xfe\xfb\xee\x5f\ \x5b\x3b\x36\xcc\xf3\xf1\x68\xc8\x23\xb8\xf6\xc2\x0b\xd3\xf9\x6c\ \x30\xc8\x03\x73\x5e\x14\x45\x91\x95\xd5\x02\x11\xb5\x51\xe0\x7d\ \x5d\x37\x5a\x25\xde\x37\x69\x62\xce\x9e\x3b\xb3\x7a\xec\x58\xdd\ \xd8\xcd\x9d\xed\x25\x1e\x07\x08\x79\x96\x10\x82\xb4\x99\xca\xec\ \xf2\xa6\x69\xb6\xb7\xb6\xaa\xa6\xde\xdc\xdc\x9c\x4c\x26\x89\x31\ \x1c\x82\xf3\x0e\x51\x23\xa2\xf3\x76\x6b\x6b\xb3\x6a\xaa\x34\x4b\ \x95\x52\x4d\x53\x7b\xef\x86\xc3\x51\x5e\xc0\xf6\xf6\x96\x94\x49\ \x62\xb7\xc1\x70\x38\x14\xee\xee\xc8\x7e\xee\x88\xa4\xb5\x69\xfb\ \xa7\x94\x92\xcb\x2b\x2d\xc7\x42\x0f\x02\x82\x75\xdc\xaf\xd9\x46\ \xdf\xf6\xf6\x08\xc1\x13\x11\x04\xae\x03\x4b\x83\x56\xe3\x7c\x70\ \x5e\xfa\x98\xac\x6d\x18\x3c\x00\x6e\x6e\x6e\xca\xfb\x65\xce\x8c\ \x1c\xad\xae\x6b\x02\xf6\xc1\x11\xb6\x15\x7b\xd1\x77\xca\x97\x99\ \x84\x89\x71\x61\x38\x5a\x19\x16\x03\xa7\xc9\x24\x99\x7e\xe9\x8f\ \x12\x5f\xba\x1b\x88\xe8\xb9\xe7\xfc\x3b\xde\x81\xaf\x83\xfb\x6b\ \x30\x71\x0f\x9c\x3d\xf5\x74\x73\xf1\x62\x18\x0c\x60\xdf\x9a\x5c\ \xb5\xe4\xb2\xb8\xdd\x7a\x94\x67\xbd\x37\x7e\x08\x7b\xf5\x28\x95\ \xe7\x79\x08\x81\x48\xa5\x69\x5a\xd7\x75\x55\x95\xd6\xd5\x00\x41\ \x6b\xdc\xde\xde\x40\x64\x22\x08\xec\xb6\xb7\x37\xf6\xf6\x76\xf2\ \x3c\x97\x6e\x9c\x24\x49\x04\x7f\x11\x71\x30\x18\x08\xcb\xa1\x8c\ \xd9\xde\x69\x26\x93\xc9\x64\x67\xe7\xd6\xfa\xfa\x64\x77\x72\xfa\ \xf4\xe9\x22\x2b\xb2\x53\xe9\xf2\xf2\xf2\xb5\xab\x57\x9b\xa6\xc9\ \xb2\x6c\x3c\x1e\x2f\x2f\x2f\xa3\x22\xd7\xfa\x05\x7a\x64\xd6\x40\ \x4d\x5d\x2b\x63\x50\x91\xf7\xa1\xaa\xe6\xb3\xd9\x6c\x3e\x9f\xb7\ \x0d\xe5\x44\x0c\x1e\xc0\xc4\xc1\xaa\x5a\x6b\xe9\x83\x4d\x92\x44\ \x7c\x7d\xb3\x34\x6b\x5c\xc3\xb0\xaf\xa2\x11\x7f\xed\xe8\x40\xe0\ \x9d\x1f\x2f\x0d\xad\x75\xf3\xf9\x5c\xf4\x3f\xc6\x18\x19\xd9\x2a\ \x0d\x50\x70\x74\x60\x67\x52\x04\x00\xd6\xda\x9d\x9d\x1d\xe8\x46\ \x91\x48\x69\x57\x18\x61\x51\xe6\x55\x55\x4d\x84\x12\x41\x05\x7d\ \x42\xe0\xf1\xf2\x72\x53\xd7\xeb\xeb\x37\x89\x98\x8c\x6e\x9a\x9a\ \xc1\x67\xb9\x01\xe0\xa6\x29\x9f\x79\xf6\x69\xef\xed\x70\x38\x10\ \x7f\x92\xb5\xb5\xb5\xd5\xd5\x55\x39\x2f\xc1\x91\x24\x49\xc6\xc3\ \xa5\xc5\x62\xf1\xdc\xb3\x57\xa7\xd3\x69\x5d\xbb\xab\x57\xaf\x5f\ \xb8\xeb\xe2\x89\x53\x27\xee\xba\x70\x7e\x6b\x6b\xab\x2a\x17\x81\ \x7d\x92\x67\xa7\xcf\x9d\xcd\xf3\xdc\xba\xa6\x18\x16\xde\xb9\xa5\ \xa5\xa5\x22\x4d\x76\x36\x37\x11\x70\x65\x65\x75\xb1\xa8\x08\xfc\ \x8d\x6b\x2f\xdc\x5c\x5f\x47\xa5\x95\xd1\xb5\xf3\x24\x29\x40\x20\ \x06\xc8\x8b\x62\x38\x1e\xe1\x36\x8a\x3e\x6a\x51\x96\x4d\xd3\xe4\ \x79\x5e\x55\x95\x6f\x1c\x21\x21\x62\xb9\xa8\xa7\x7b\x53\xef\x9d\ \x6d\x82\x18\x66\xd5\x75\xb3\x7a\x6c\xb0\xbc\xb2\x8a\xd8\xf6\x49\ \xc8\xec\x17\x29\x65\x2b\xa5\xb5\x52\x00\x47\x94\x42\x12\xe1\x68\ \x34\x94\x43\x49\x11\x28\xb6\x34\x97\x65\x09\x42\x8b\x7b\x0f\x5d\ \x1b\x73\x34\x1d\xea\xe3\x7b\x2b\x8d\xf5\xae\xea\xec\xfe\xe5\x79\ \x46\xc4\xba\x76\x48\x10\xcb\xfb\x31\x2c\x89\x06\xcc\x7b\x4f\x4a\ \xa5\x49\xd6\xba\x0b\x68\x93\x24\xa9\x52\x8a\x03\x3b\xef\x9a\xba\ \xc9\xb2\xe2\xc4\xc9\x53\x69\x91\xcd\x83\x63\x86\x97\x0a\xee\x68\ \x5d\xb8\x78\x17\x00\xd0\x93\x97\x81\x5e\xa7\xdd\x5f\x8b\x9c\x0c\ \xd6\xb5\xbe\x7c\x79\x7e\xff\xfd\x21\xcb\xb0\xcb\x4f\xa5\x27\x50\ \x1e\xbe\x96\x31\x30\x46\x94\x21\xd2\x62\x0a\xbd\xa6\x4d\x69\xf6\ \x11\x59\x61\x08\x21\x31\xc9\xa2\x9c\xce\x66\x46\x1b\x52\x1a\x67\ \xf3\xbd\xaa\x5e\xb8\xd0\x18\x43\x26\xc9\x57\xea\x25\x00\xf2\xd6\ \x35\xad\xc9\x41\x1b\x2d\x98\x39\x36\xb2\x5a\x67\xeb\xa6\x86\xb6\ \xfd\x8f\x9c\x73\x56\xd9\xd1\x60\x28\x10\xbc\xb4\xb4\x34\x1a\x8d\ \x86\xc3\xa1\x7c\xb4\x49\x53\xd1\xcb\xb3\xf7\x65\x55\xd5\x55\xa5\ \x6c\x63\x52\xed\xbd\xd8\x1b\xf8\x34\x35\x21\x84\x2e\xd7\xf6\x4d\ \x53\x2f\x16\x4d\xf4\x12\x90\x15\x25\x0a\xfa\x56\xb1\x1e\x28\x00\ \x0b\x53\x14\x3b\x5a\xdb\xb3\xe3\xc0\x01\xf6\x26\x7b\xae\x93\x72\ \xc6\x91\x1d\x92\xda\x4f\x77\x27\x8b\xc5\xfc\xa8\x6a\x19\x64\x0e\ \x5a\xeb\xa5\xa5\xa5\x34\x4d\x43\x10\x33\x61\x0d\xcc\x49\x92\xdc\ \xbc\x75\x4b\xe4\x3a\xc6\x98\xc8\x26\x2d\x2d\x2d\x2d\x2d\x2d\xd5\ \x75\x4d\x84\x52\xbb\x7e\xe6\xd9\x2b\xc5\x20\xad\xaa\x6a\x32\xd9\ \xda\xd8\xbc\xcd\xec\x49\xb1\x36\x78\xe2\xe4\x31\x66\xbf\xb2\xba\ \x7a\xfd\xea\x75\x04\x28\x17\x8b\xaa\xaa\x7c\x77\x6a\xb3\xf9\x5c\ \x6b\x3d\xd9\x9b\x4e\xa6\x7b\x8a\x54\x55\x55\x21\x70\x92\x98\x72\ \xb1\xc8\xf3\x64\x65\x75\x69\x73\x7b\xdd\x24\xaa\xc8\x07\x17\x2f\ \x5e\xb4\xde\x25\xc0\xd9\xb0\xa8\xca\x05\x32\xcd\xcb\x45\x55\x2d\ \xca\xaa\x6c\xaa\x9a\x43\x20\x22\x5f\x86\xd9\x6c\x5e\xa4\xa6\x71\ \x1e\xbc\x53\xec\x83\x65\x44\x5a\x34\xb6\xae\xeb\x2c\xcb\x4c\x92\ \x14\x45\x31\x9b\xcf\xea\x6e\x30\x05\x73\x48\x92\x64\x56\x56\x5a\ \x1b\x45\xba\xb5\xf9\xf1\x7e\x32\x99\xd4\x55\x93\x67\x45\x08\x70\ \xfb\xd6\xfa\xde\x74\xb6\xb7\x37\x11\x87\x00\x67\x6d\x8d\x30\x9f\ \xcf\x66\xb3\x19\x87\x90\xe5\x59\x08\xfe\x28\xb5\xc3\x9e\x3a\x56\ \x4c\x77\x8b\xa2\x90\xbb\x2f\xbd\xc7\xce\xb9\x80\x40\xdd\x3e\x15\ \x3a\x97\x98\xbe\xe2\xe5\x10\x23\x14\x7d\xff\xc5\x83\x08\x80\x91\ \x20\x36\xd6\xc5\x76\xa4\x96\xd8\x54\x2a\x38\xa7\x14\x21\x12\x73\ \x88\x8e\x17\xde\x7b\x40\x00\x40\xef\xfd\xb5\x1b\x2f\x8e\x57\x57\ \x30\xd1\xf9\xf2\xe8\x25\x67\xee\xce\xf1\x85\x0b\xe1\xec\x59\xf5\ \xe8\xa3\xb8\x58\xbc\x6e\x42\xf0\x9a\x7b\x69\x65\xae\x5f\x83\x9b\ \x37\xeb\x0f\x7e\x90\xd3\x14\x17\x8b\xb8\x51\x4d\x92\x44\xf4\xe9\ \xf2\x1c\x4b\x72\x07\x00\x65\x59\x6a\xdd\xf3\xd1\xe8\xec\xbd\x64\ \x2c\xc3\x74\x3a\x25\xc2\xa6\xa9\xab\x6a\xa1\xb4\xaa\xaa\xc5\x70\ \x38\x44\x0c\xbb\xbb\xdb\x4d\x53\x0d\x06\x83\x95\x95\xa5\xbd\xbd\ \x29\xb2\x96\xa2\x65\xb4\x76\x29\xcb\x52\x56\x82\x0f\x81\x03\x07\ \x1f\x10\x20\x49\x92\xe5\xa5\x65\xad\x75\x55\x95\x10\x38\x84\xb0\ \xbc\xbc\x8c\xe2\xa9\x32\x1a\xd5\xb6\xd9\xdb\x9b\xce\x16\xf3\x3c\ \xcf\x87\x83\x81\x52\x9a\x02\x64\x69\x8a\xc4\x8e\x1d\x29\xd4\x86\ \x62\x1c\xda\x1f\xe5\x11\x00\xb1\x74\xce\xcb\xea\x1a\x0c\x06\x83\ \xc1\x40\x64\x33\xa2\x81\x01\x44\x04\xa5\x55\x62\x34\x26\xa6\x4d\ \xaf\xa6\xd3\xa9\xb5\x16\x98\x08\x31\x88\xa5\x5a\xab\x10\x6d\x3b\ \xce\xdb\xa0\xa8\x35\xd1\x2b\x70\x6a\x62\xce\x52\x33\x1e\x0d\x64\ \xe8\x9a\x5c\xdb\x34\x4d\xad\xb5\xeb\xeb\x37\x95\x51\xcc\xac\x08\ \xb2\x34\x15\x79\xa2\x56\xb8\xbc\x34\x6a\x9a\x74\x32\x99\x4c\xf7\ \x26\x4d\x5d\xed\xed\x24\x79\x51\x20\x87\x44\xd3\xf9\x33\x67\x6e\ \xdf\x5a\x27\xf6\xd5\x62\x76\xfe\xec\xa9\xe9\xee\xf6\x68\x50\x68\ \x85\x84\x9c\x26\xba\xa9\x16\x12\x9c\x88\x68\x34\xc8\x11\x31\x4d\ \x12\x0e\xe8\x39\x18\x93\xa6\x69\x36\x1c\x0e\x77\x76\xb6\xca\xf9\ \xe2\xfa\x8b\xd7\x10\xf9\xd2\xbd\x17\x6b\xeb\x8e\x1d\x3f\xce\x04\ \x65\x53\xdf\xda\xbc\x55\x55\xe5\xb9\x33\x67\xb3\xa2\xb0\x75\xb9\ \xbc\xba\xca\xd6\x29\x66\x6b\xdd\x20\x4f\x8d\xd1\x01\x20\x30\xbb\ \x10\x00\x70\x36\x9f\x03\xa0\x63\x5c\x5e\x5e\x36\xc6\x34\xd6\x16\ \x45\x91\x24\x89\xe3\x50\xd6\xd5\xcd\x9b\x37\x05\xf4\x89\x28\xcf\ \x07\x49\x92\x38\x8f\x59\x96\x24\x49\xe2\x5c\xa8\x2b\x57\xd7\xb5\ \x31\x29\x00\x07\x6f\x13\xa3\x75\xae\xf3\x2c\x11\x88\x94\x7b\xba\ \x58\xd4\xde\xa9\x23\xe7\x37\x21\xb0\xd8\xd5\x25\x49\x22\xfb\x18\ \xb1\x23\x95\x6e\x3b\x24\x52\x44\x62\x5d\xd3\x7f\xe6\xe3\xbf\xa3\ \x89\x85\xfc\x61\xe7\x96\x6a\xa2\xe9\xb4\x73\x56\x75\xee\x43\x82\ \xe6\x42\xf8\xc8\xa3\xe5\x9c\xf3\xd6\x41\xcf\x00\x23\x36\x64\x30\ \x73\x60\x76\x8c\x68\x81\x92\x14\x12\xd5\xfc\xf9\x7e\xee\xbd\x87\ \x89\xf3\x3c\xbc\xe5\xcd\xea\x6b\x5f\xc7\xc9\x1e\xaf\xac\xbc\x0e\ \xee\xaf\x2d\xbe\x5d\xe9\xe4\xb9\xe7\x21\x49\xaa\x7b\xee\x6e\x45\ \xa6\xad\x48\x0b\x8c\x31\x83\xc1\x40\x00\x5d\x72\x10\xb1\x07\x40\ \xc4\x4e\x89\xcb\xf2\x10\x1f\x3b\x76\x4c\x00\x48\x06\xd4\x25\x69\ \x9a\x17\x23\xe6\x50\x2e\x4a\x61\x6c\x92\xc4\x8c\x46\x93\xb2\x2c\ \xc5\x5f\x0c\x01\xd6\xd6\xd6\x94\x52\xcb\xcb\xcb\x4b\x4b\x4b\xd2\ \x3e\xba\xb7\xb7\xb7\xb3\xb3\x63\x8c\xb9\xfb\x9e\x7b\x4e\x9e\x3a\ \x71\xf9\xca\x65\x67\x2d\x12\x8d\x86\xa3\x73\xe7\xce\x59\x6b\xa7\ \x93\xbd\xc5\x62\x61\x8c\x81\x10\x76\x76\x77\x93\x2c\x1b\x2f\x2f\ \xcd\xcb\xc5\x7c\x3e\x2f\x8a\x62\x79\x79\x79\x3c\x1c\x06\xeb\x15\ \x91\x67\xe7\x42\x2b\x68\x91\xc2\xa9\x4c\x09\x12\xb7\x4b\x42\xbd\ \xba\xda\x72\xa7\x11\x94\x77\x77\x77\x67\xb3\x99\x2c\x2a\xe8\xb6\ \x23\x27\x4f\x9e\x04\x80\xe9\x74\x2a\xf3\x9b\x24\x42\x0c\x06\x83\ \xb5\x13\x27\x51\x52\x65\xe6\xe8\xf7\xd2\x2d\xa6\x7c\xbc\x34\x3e\ \x9a\xf7\x6c\x08\x21\x4d\xb3\x24\x49\x4e\x9d\x3a\xb5\xbc\xbc\x32\ \x1c\x0e\x67\xb3\x29\x03\xe4\x79\x2e\x93\xa6\x85\x6d\x8f\xef\x3f\ \x77\xee\xdc\x85\x0b\x17\x84\x8b\x2f\xcb\xd2\x24\xc9\x85\x73\x67\ \x21\xf8\xe9\x74\xda\x58\xbb\xb2\xb4\x74\xf7\x3d\xf7\x5c\xbb\x76\ \x7d\xb1\x58\x64\x69\xba\x34\x1a\x13\xc2\x30\x2f\xde\xfc\xa6\x87\ \x8b\xc1\xe0\xc2\xf9\xf3\x79\x51\x34\x4d\xe3\xac\xbd\x76\xfd\xfa\ \xf5\x6b\xd7\xef\xb9\xe7\x9e\xef\xff\xde\xef\xfb\xe3\x3f\xf9\xec\ \xee\x64\xa7\x2c\xcb\x93\x27\x4e\xbc\xf1\xa1\x37\xae\x1d\x5b\xd9\ \x58\x5f\xdf\xdc\xbc\x9d\x18\xbd\xb2\xbc\xfc\xec\x0b\xd7\x36\x36\ \x37\x4f\x9d\x3d\xbd\x94\xe7\x57\x9e\xbe\x92\x25\x66\x3c\x1e\x9f\ \x3f\x7b\x2e\xb8\x86\x18\x0c\xa3\xb7\xb5\xd1\x8a\x11\xe7\xf3\x45\ \x55\x57\xf3\x45\x15\x02\x27\x69\xa2\x94\x21\xad\xd9\x72\x10\x8d\ \x24\x33\x12\x12\x51\xe3\xdd\x95\xa7\x9f\xaa\xeb\xda\x07\x5f\xd7\ \x0d\x31\x34\x4d\xf3\xa6\x37\xbd\x71\x65\x75\x69\x67\x67\x7b\x3e\ \x9f\xdd\xbe\xbd\xbf\xf8\x18\x0a\x00\x00\x20\x00\x49\x44\x41\x54\ \x09\x08\xce\xf9\xc1\x20\xbd\xf7\xfe\xfb\x56\xd7\x56\x1b\x6b\xa1\ \x6f\xc5\xcc\xcc\xe2\xb8\x62\x8c\xd0\x1d\x47\x8d\xaa\x0c\x00\xe2\ \x34\x37\x99\x4c\x62\x77\x85\x64\xe5\xc1\x7b\xeb\xdb\xed\x5d\x1c\ \xbe\x18\x15\x2f\xd1\x78\x0e\xa2\x3c\x57\x86\x61\xed\x13\xf4\x01\ \x69\x5f\xfe\x18\x1b\xad\x65\x74\x9f\xb5\x16\x02\x5b\x6b\x45\xea\ \x1a\x1b\xee\x00\x18\x51\x01\x33\x04\x4e\x8b\x6c\xb4\x3c\x46\xad\ \x3c\xb0\x7e\x59\xa7\x15\x1e\x7a\xc8\x7c\xe4\x77\x60\x6f\x0f\xd6\ \x56\x5f\xc7\xbb\xd7\x16\xb8\x6b\x9d\x3e\xf7\x1c\x68\xed\xce\x9c\ \xc5\xde\x4c\x2e\xd5\x99\xe2\x4a\xa3\xff\x6c\x36\x93\xdf\x74\xe9\ \x06\x32\xb7\xe3\x8a\x84\x8b\x97\xbe\xcd\x2c\xcb\xb2\x2c\x15\x87\ \x8d\xb2\x9c\x57\x55\xad\xb5\xde\xda\xda\x02\x40\xad\x13\xe6\x30\ \x9f\x2f\x18\x38\xcb\x0a\xc9\x59\xe2\x30\x49\x69\xf5\x14\x3d\xfb\ \xde\x64\x92\x64\x49\x51\x14\xb6\x69\x1a\x6b\xa5\x2f\x3c\x84\xd0\ \x54\x75\xd3\x34\x08\x20\xfd\x1d\xd3\xe9\xd4\x73\x98\x4e\xa7\xb2\ \x7d\xde\xdd\xdd\x6d\xaa\x3a\x34\x36\x78\xef\x21\x90\x02\x24\xf2\ \xce\xd7\x75\xdd\xd8\xa6\x1d\x9c\xdd\x52\x31\x14\x02\x21\x52\x7f\ \xc2\xaa\xe8\x16\x44\x5b\xe9\x7c\x60\xe6\xb2\xac\xb6\xb6\xb6\xab\ \xaa\xda\xdd\xdd\x95\x84\x4b\x6b\x0d\x80\x21\xb0\x7c\x67\x38\xd8\ \x12\x29\x40\x3f\x9b\xcf\xeb\xaa\x3e\x72\x61\x8f\x08\x13\xad\xf3\ \x2c\x0d\xde\xad\xdf\xba\xf1\xc2\x0b\x57\xa5\x1b\xd6\xda\x06\x81\ \xf3\x34\x15\x6d\x68\x62\x34\x91\x0a\xde\xef\x6c\x6d\xed\x4d\xf7\ \x06\xc5\x60\x50\x14\x84\x40\x00\xb5\xb5\xd6\xda\xa6\xae\x37\x37\ \x37\x11\xd1\x68\x85\x90\xcc\x66\xb3\x67\x9f\x7d\x36\xcb\x72\x44\ \x28\x8a\x3c\xcf\xd2\xa6\xa9\x49\xe1\xcd\x9b\x37\x8d\x36\x5a\x91\ \xb5\xf5\x6c\xba\xc7\x18\x56\xd7\x56\x48\xe3\x7c\x36\x0f\xc1\xde\ \xb8\x79\x63\x36\x9f\x56\x8b\xc5\xde\xde\x34\x31\x06\x01\x9d\xf3\ \x3b\xdb\xdb\xce\x59\x95\x26\x4d\x5d\x27\x8a\xb6\xb7\xb6\x20\x84\ \x54\x2b\x70\x21\x58\xcb\xc1\x11\x21\x00\x36\x75\x33\x9b\x2f\x9c\ \x77\xd6\x7a\x0e\x41\x29\x43\x4a\x71\x90\xf1\x85\x68\x83\x97\xc6\ \xfa\x79\xb9\xd8\xdc\xda\x92\x4e\xe0\xba\xaa\x6d\x6d\xa7\xd3\xd9\ \xed\xdb\x1b\x1b\x9b\xb7\x65\x30\x7a\xd3\x34\x46\x27\x4a\x19\xef\ \xc3\x64\x77\xd2\x34\x95\xf7\x41\xfa\x82\x80\xc5\x8f\x40\xee\x02\ \x26\x89\x91\x1f\x8e\x52\xea\x20\x1a\x8d\xc7\xa6\x9b\xaa\xd8\x34\ \x8d\x78\xb9\xec\x7b\xc6\x41\xeb\x8f\x24\xa8\x2d\x46\x1a\x91\x34\ \x97\xdd\x4f\xf4\x62\x92\x14\x21\x8e\x79\x69\x75\x65\xad\x6b\x0c\ \x44\x1a\xd0\x7b\x2f\x1a\x2d\x44\x4c\x4c\xa2\xb5\x91\x6a\x8a\xd6\ \x5e\x6b\x8f\x08\xed\x1e\x12\x00\x18\xe6\x75\xb5\xa8\xea\x53\x67\ \x4e\x2b\xa3\xf5\xcb\x3a\x39\xff\xf0\xc3\xb0\xb7\xa7\x9e\xbc\xec\ \xee\xb9\xe7\x75\xbc\x7b\x0d\x21\x3b\x62\xca\xbc\xfa\xcc\x33\x30\ \x1e\x37\x67\xcf\xf4\xc1\x3d\x31\x49\x5d\x37\xf2\x04\x8b\xe7\x97\ \xec\x3a\xc5\xea\x44\x9c\xa9\x10\x51\x6c\xdc\xbb\xa2\x56\xab\x24\ \x03\x00\x67\x6d\xf0\x90\xa6\xb9\xd1\xc6\x39\x46\x80\x34\xcd\x99\ \x99\x03\x26\x49\xaa\x94\x16\x5d\xb9\x58\x0b\x48\x2e\x13\xbd\xbd\ \x5e\x7c\xf1\xc5\x45\xbd\x00\x00\x4d\x94\x24\x89\x32\x4a\x92\x53\ \x45\x94\xe7\x39\x30\x13\xe2\x80\xc8\x73\x08\x21\xe4\x79\x9e\xe6\ \xb9\x98\xf0\xd5\x65\x09\x9e\x9d\xb5\x8d\xb3\xd0\x19\x74\xb7\x86\ \x4d\x24\x5c\x27\x09\x49\x0e\x40\x91\xa8\x89\xf3\x3d\x64\xd1\x02\ \x30\x37\x4e\xdc\xc0\xac\x75\x44\x6a\x38\x1c\x75\x67\xa7\x98\x43\ \x7b\xa8\x0e\xce\x0f\xad\x67\xef\xa4\xf1\xe4\x68\xc3\x3a\x78\x50\ \xe4\x4b\xa3\x61\x39\x9f\xcd\x7c\xa8\xeb\xda\x35\xb5\x77\x6e\xee\ \x1d\x87\xb0\xba\xbc\x2c\x99\x69\xa3\x28\xcb\x32\x99\x4f\xbd\x37\ \xd9\x55\x4a\x25\x46\x2d\x8f\x47\xf5\xa0\x98\xcf\x67\xd2\x53\x8a\ \x80\x75\x5d\x6f\x6e\x6e\x8a\xa7\x02\x21\x71\xe0\xb5\xd5\x55\x6b\ \x1b\xe7\xec\x7c\x31\xdb\xd8\xbc\x0d\xcc\xda\x18\x04\xb0\xce\xad\ \xae\x2c\x6f\x6d\x6f\x7e\xfc\xe3\xbf\xb7\x37\x9f\xa7\x59\x96\xa5\ \xd9\x60\x30\x2c\xcb\x92\x81\x0d\xa9\xf1\x68\x39\x49\x12\x08\xb0\ \xb2\x7a\xdc\x72\x20\xa2\xaa\xae\xcf\x9d\x3c\x8d\x04\xde\xda\x5b\ \x37\x6e\x1a\x44\x76\xae\x2a\xcb\x45\x35\x47\x24\xad\x34\x21\x3a\ \xcf\x89\xd1\xc1\x03\x03\x28\x72\x80\xe8\xad\x17\x17\xcf\xda\xd9\ \xa6\x69\x16\x65\x59\xd5\x55\x40\xc8\xb2\x4c\x69\x65\xad\x4d\x93\ \x3c\xcb\xf2\xb2\x5c\x30\xb7\x6c\xf5\x68\xb4\x34\x28\x0a\x44\x15\ \x02\xb9\xc6\x96\xec\xfa\xc6\x8a\xa2\x19\x17\x23\xfe\xa6\x52\x71\ \xda\xea\xcb\xbc\xec\x80\x00\x89\x31\xf2\x30\xcb\x43\x18\xe9\x91\ \x96\x40\x47\x24\x60\xa9\x3f\x4b\x7e\x2d\x26\x48\x52\x05\x91\xfa\ \x40\x9c\x10\xd0\x29\xca\x7a\x0d\xab\xc8\xdc\x0d\x11\x8c\xc9\x93\ \x44\x8b\x56\xe7\x03\x94\xa5\x59\x59\x56\xd6\x36\xcc\x10\x82\xa0\ \x7f\x08\xa1\xdd\x25\x4c\xa6\xb3\xe1\x78\x81\xa4\x38\xc0\xcb\x01\ \xf7\x10\xc2\x7d\xf7\xf1\xda\x1a\x7d\xed\x6b\xf0\x9f\xfc\xc8\xeb\ \x90\xf7\xda\x79\x05\x80\x61\x5d\x9f\x98\x4c\xca\x77\xbf\x27\x2c\ \x8d\x69\x36\x8f\x29\x64\x56\xe4\x8b\xb2\x94\xaa\xa3\x70\x29\x82\ \x5f\xb1\x70\x84\xc8\x22\x77\x11\xf8\x90\x7a\x14\x73\xeb\x82\x9b\ \x24\xa9\x52\xad\x56\xaf\x5b\x21\x32\xba\x28\x51\x44\x81\x7d\x96\ \xa6\xfb\x4b\xb4\x73\x4a\x11\xb4\x1d\x8d\x46\x2b\xb0\x42\x8a\x82\ \xf7\x44\xa4\x48\x01\xb3\x22\x25\x79\xb7\x78\x2a\x21\xa2\x0b\x01\ \x08\x5d\xf0\xe2\xca\xc8\xc1\x13\x03\x31\xb2\x74\x95\x70\x14\x42\ \xb4\x23\xea\xbb\x85\x27\x95\x26\x27\xb8\x2c\xe0\x1e\xa7\xe8\x89\ \x13\x88\xb5\xde\x07\x56\x8a\x42\x68\xbb\x4f\x5b\x54\xed\x9a\x66\ \x5d\xf0\x32\xc9\x2f\x6e\xc6\xe5\x08\xfb\x0d\x87\x47\x64\x06\x42\ \x9e\xe5\xa3\xf1\xc8\x5a\x87\x88\x59\x96\x9f\x39\x73\x26\x32\x3c\ \xd2\xbb\xd4\x27\x04\xc4\xf7\x46\xdc\x7b\xf6\xa6\x53\xef\xbd\x22\ \xb5\x32\x5e\x1e\x17\x23\x52\xad\xa8\x4e\x29\x35\x1e\x8c\xc4\x4e\ \x59\x36\xfb\xed\x78\x58\xe6\x38\xb1\x44\x2e\xfb\xf2\x78\xe9\x94\ \xa2\x86\x9d\x31\xa9\xb5\x4d\x9a\x64\xc0\xc0\xcc\x0a\x89\x03\x10\ \xa1\x42\xe5\xd9\x59\xef\xb2\x3c\xb7\xce\x91\x42\xef\x6d\x62\x8c\ \xb7\x4e\x71\xc0\x10\xe8\xd8\xb1\xa6\x6d\xaa\x64\x04\x0c\x01\x62\ \x37\x0f\x30\x35\xb6\xc1\xc0\xe2\x8f\x15\x10\x94\x52\x0c\xe0\x82\ \xf7\x1c\x9a\xa6\x91\x4b\xe7\x2a\x26\x02\x6d\xd0\x07\x3b\x1a\x8f\ \xbc\xf7\x88\x44\xa8\x98\x91\xc8\x00\x78\xef\xad\xd6\x2a\xe2\x56\ \x08\x41\xed\x17\x39\xd5\xd1\xcd\x96\xc5\xda\xa4\xb5\x6a\x57\x32\ \x3d\x46\xb4\x61\x6d\xcd\x3c\xb8\x54\xb5\x9e\x8c\x83\xc1\x40\x86\ \xcf\x4c\x26\x93\xbd\xbd\xbd\xa8\x91\x8d\x77\x2a\xe6\xe6\x07\x49\ \x1f\xee\x3d\x90\x2c\x0c\x5b\x9a\xa6\x44\x68\x8c\x39\xbe\x76\xc2\ \x18\x33\x9f\xcf\xb7\xb7\xb7\x65\xb6\x8c\xdc\x1a\xa9\x9f\x8f\x46\ \xa3\xc1\x60\x70\xfa\xf4\xe9\xe1\x68\x58\xce\x17\x2f\x07\xdc\xbd\ \xe7\xd1\x28\x5c\xba\xa4\xbe\xf1\x0d\x20\x7a\x1d\xf2\x5e\x43\xe0\ \x4e\x34\x6c\x9a\x13\x65\xb5\xb8\xef\x3e\xf0\x7d\x9a\x98\x8d\x36\ \x49\x22\x6a\x19\x25\x93\x74\x90\x64\xc8\x40\xc7\xc8\x6b\x25\x59\ \xab\x49\x92\xc8\x30\x86\x10\x14\x11\xa0\x0c\x67\xd8\x37\x3d\xef\ \x4f\x56\x22\x22\xe0\x80\xc8\xc2\x89\xcb\xde\x56\xc8\x47\x69\x58\ \xf5\x3e\x04\xf0\x40\xc0\x3e\x90\x22\xe2\x9e\xf9\x12\x8b\xff\x06\ \x07\x66\xd2\x3a\x00\x2b\xd4\x8e\x65\x84\x85\x46\x06\x0c\x01\xc9\ \x28\xc0\xc0\xc4\x1c\x3a\x4e\x9c\x03\x00\x07\x66\x00\x12\xd8\x4b\ \xc4\x97\x55\x22\x56\x20\x94\xd9\x23\x80\x32\x0e\x83\x31\x30\x44\ \x0b\x49\x31\x44\x94\xcc\xbd\xf5\x96\x09\x8e\xf7\xd7\x2c\xfb\x58\ \xaa\x65\x4e\x12\xa3\x95\x3e\x5a\x13\x13\x33\x67\x59\x7a\xe2\xf8\ \xf1\x3c\xcf\xfb\x9e\x07\xa4\x54\x62\x0c\xc7\x2e\x5b\xa5\xe4\xbc\ \x5a\x85\x0f\x00\x30\xd7\x4d\xa3\x95\x36\x5a\xb3\x63\x22\x0a\xcc\ \xce\x3a\xef\x1d\x20\x16\x79\x11\x82\x0f\xcc\xc6\x18\x00\x1f\x79\ \xe4\xce\x31\x78\xdf\x92\x13\xb4\xaa\x7c\x83\x48\xce\x39\x42\x32\ \x26\xf1\x2e\x28\x54\xc1\x43\xf0\xde\x28\x03\xc4\xc0\xde\x73\x60\ \x42\xe7\x1a\x86\x00\x00\xa0\x7c\x22\x7a\x0f\xad\x16\xde\x05\x66\ \x45\x0a\x10\xc0\x71\x55\xd5\xce\x7b\x40\x31\x43\x2e\x28\x6e\x78\ \x50\x7a\x6c\x94\x32\xc6\x7a\x2f\xa6\x89\x88\xc8\x4e\xe2\x6f\x60\ \x16\x71\x93\x25\x52\xc1\x83\x73\x01\x98\x42\xa8\x65\xce\x2a\x00\ \x47\x6b\x4c\x89\x55\xf2\x03\x22\x1e\x71\x30\x39\x82\xd2\x5a\xe2\ \x9c\xf4\x24\x8b\x81\x5d\x5b\xdb\x04\x06\x1f\xd2\xc4\xd8\xc6\x06\ \x0e\x79\x96\x39\xe7\x2c\x51\x9e\xe7\xf3\xf9\x3c\xf8\x10\x38\x88\ \xdb\xb0\x48\x00\x92\x34\xc5\xbe\x68\x06\x00\x09\x48\x44\xec\x8a\ \x14\x29\x44\x6c\x6c\x03\x0c\x4a\xa9\xb2\x2c\x97\x96\x96\x00\x60\ \xba\x37\xcf\xb2\x2c\x4b\xf3\xba\xb2\x49\x92\x8c\x97\xc6\xc7\xd6\ \xd6\x8a\x62\x90\x65\x59\x92\x26\xda\xe8\x44\x1b\xdb\xf8\xf0\x72\ \x33\x77\x58\x5a\x0a\xf7\xdc\xa3\x1e\x79\x04\xf6\xf6\xc0\x98\xd7\ \x6b\xaa\xaf\x15\x70\x47\x38\x39\x9d\x8e\xad\xbd\x76\xff\x7d\x78\ \xf0\xa6\x23\x11\x29\xa3\x4d\xd2\xe9\x01\xda\xb1\x73\x20\xfd\xd4\ \xed\x68\x54\x08\x81\xad\x48\xc0\x09\x91\x48\x91\x8e\x6b\x8c\x81\ \x3d\x07\x66\xd6\x5a\x69\xd3\x5a\x86\x05\x66\x20\xd4\xca\x10\xb0\ \x64\x25\x20\xa3\xc8\xbc\x1f\x8f\xc7\x20\x76\x8c\x89\x41\x34\x81\ \x59\x25\x04\x08\x1c\x82\x28\x0b\x65\x0c\x47\xf0\x2c\xf9\x1a\x33\ \x38\x0e\x81\x59\x73\x00\x82\x76\xca\x41\x08\x00\xb4\x5f\xc7\x92\ \x5a\x96\x17\x34\x09\x21\x30\x90\xe4\x8e\xaa\xad\x1b\x13\x02\x53\ \x60\x06\x54\x80\xc0\xcc\x3e\xb0\xb4\x1c\x06\x66\x42\x04\x42\xd2\ \x5a\x27\x86\x48\x91\xcc\x5d\xf2\x5e\x63\xd2\xb2\x31\x1c\x3a\x72\ \x06\x03\x07\x60\x08\x0c\x69\x9a\x1d\xad\xaa\xc7\x00\xc6\x24\x69\ \x9e\x99\x34\x53\x8a\x10\x50\x1b\x23\x44\x90\xd6\x3a\x04\xdf\xc9\ \x96\x20\x04\x1f\x42\x90\x16\x04\x42\x32\xc6\x0c\x92\x04\x18\xb4\ \x32\xc1\x70\xd3\xd4\x8d\x75\xa4\x68\x38\x5a\x12\xc3\x77\xef\x5c\ \xa2\x35\x33\x1b\x93\x1a\xef\x01\xdb\xfa\x01\x02\x48\x61\x53\x26\ \x9e\x33\x82\xe6\xf6\xd4\x20\x20\x29\x0a\x9a\x15\x29\x00\x0a\x3e\ \x10\x52\x00\x07\xc0\x55\x5d\xbb\xe0\x09\x95\xd2\x09\x73\x00\x0c\ \x46\x6b\xaf\x3d\x00\xa4\x26\x8d\x8c\x44\x50\x3e\x57\x89\x50\x16\ \x4c\x04\x08\x81\x89\x88\x12\x63\x90\xc8\x7b\x1f\x80\xbd\x67\x0e\ \xa8\xb4\xe6\xc0\xd6\x39\x85\x84\x84\x8a\x34\x80\x46\xa5\x94\x4e\ \x8c\x4e\x10\x95\x68\x9c\x02\x5b\x00\x2f\x3b\x23\x1f\x42\x08\xbe\ \x0d\x09\xc0\xad\x29\xf4\x51\x2d\x7f\x01\x80\x03\x87\xc0\xc0\xec\ \x9c\x47\x80\xf1\x78\x49\xc2\xb6\xf4\x2e\x04\x1f\xbc\x77\x8d\x75\ \x21\x20\xa3\x52\x89\xb2\xce\x33\x33\x90\x0a\x9e\x99\xa1\x69\x1a\ \x60\x56\x92\x06\x31\x67\x79\xbe\x3f\xdb\x0b\x30\xcd\x92\x34\x4d\ \xfa\x23\x01\xa4\x94\xe5\x9c\x5b\xcc\x4b\x0e\xa0\xb5\x4e\x33\xd4\ \x46\x21\x11\x03\x93\x92\x61\x67\x5c\x37\x75\x63\x1b\x5a\x90\xd6\ \x46\x91\x52\x4a\x65\x49\xf2\xf2\xc0\x9d\x07\x03\xff\xce\x77\xe8\ \x8f\x7f\x9c\x9e\x79\x26\xbc\xe9\x4d\xf0\xfa\x3c\xd5\xd7\xc6\x0b\ \x19\x2e\x6e\x6e\xc1\xb1\xb5\xea\xde\x7b\x0f\x46\x74\x24\xa5\x90\ \xa8\xfd\x47\xd6\x2a\x03\x7b\x21\x46\x08\x00\x1b\xeb\xdb\x21\x90\ \x08\x84\x14\x5c\x20\x42\x45\x0a\x02\x13\x21\x12\x78\x0e\x0c\x4c\ \x9a\x50\x51\x00\x0e\xbe\x95\x85\x05\x0e\x3e\x00\x29\xe2\x2e\x7f\ \x04\x00\xa5\xb5\xa0\x3c\x29\xe5\x9c\x03\x40\x64\x74\x4e\x74\xee\ \x9a\x28\x36\x4c\x01\x63\x00\x22\x06\x12\x83\x59\x0e\x0c\x8c\xcc\ \xec\xf7\xc7\x59\x87\x00\xcc\x00\x92\x3f\x22\x28\x22\x4e\xb4\xe2\ \x1e\x37\x2e\x7f\x22\x63\x01\x98\x81\x11\x3b\xb9\x0b\x00\x51\x90\ \x84\x1c\xc1\x05\xcf\xcc\xa8\x28\x30\x7b\xef\x02\xb7\x1a\x35\x0e\ \x0c\x88\x3d\xce\x1d\x00\x38\x04\xf9\xec\xfd\x0d\xf8\x51\x52\x77\ \x24\x17\x30\x23\x0d\x84\x88\xca\x05\x66\x06\x4d\xe8\x7c\x00\x20\ \xe7\xa4\x5d\x4b\x3c\xbb\xbc\xf7\xa1\xbd\x62\x0c\xe0\xd9\x7b\x0f\ \x8d\x43\x44\x1f\x3c\x13\xa8\xd4\x30\xe1\xa2\xa9\x15\x51\x40\x76\ \xde\xa6\x49\xca\xc0\x42\x81\x45\xc1\x5f\xdf\x28\x3f\xf8\xa0\xd1\ \x58\x6b\x11\x49\x6b\x8d\x80\x60\xf6\x73\xdb\xe0\xad\x5c\x58\xd2\ \x04\x8d\x47\x22\xd1\x16\x31\xe0\xc2\xb6\x34\x17\x82\x02\x40\x63\ \xb4\x52\x3a\xa8\x90\x24\x18\x6b\x12\x00\xec\x6c\x60\x46\x26\xc5\ \x08\x4c\xad\xc0\xdc\x28\x00\x00\x54\x90\x28\x05\x10\x24\xbe\x32\ \x33\x80\x02\x24\xeb\x42\x08\xae\x53\x31\x01\x22\x63\xe7\xdf\x02\ \xa4\x45\xc5\xe8\x83\x0f\x8c\xad\x35\xcb\x11\x56\x01\x00\x33\xd4\ \x75\x83\x80\x44\xc4\xd6\xc9\x77\x96\x4e\x51\x51\xb3\x08\x16\xfb\ \xe0\xd3\x24\xcd\xf2\x62\x34\x1e\xd9\xc6\x4e\x26\x13\x6b\x7d\x5d\ \x37\x00\xac\x98\x01\xd9\x3b\x57\x2e\x16\x75\x5d\x4f\xa7\xd3\xc8\ \xbc\x4b\x56\x24\x32\x27\x04\x64\x60\xea\xd6\x14\x00\x54\x55\x35\ \x55\xd3\xa2\x18\x64\x79\x3a\x9d\x4e\xe7\x8b\x59\x63\xeb\xc6\xd6\ \x65\x55\xee\xec\xee\x48\xaf\x89\x31\x89\x28\x53\x87\xc3\x21\x12\ \xbe\xbc\x82\x2a\x78\x1f\x1e\x78\x10\x00\xe8\x99\x67\xfc\xdb\xde\ \xf6\xfa\xb0\xec\xd7\xce\xeb\xfc\xd6\x96\xbf\x74\x77\x18\x8d\xf0\ \x9b\xa5\x3c\xdc\xbd\xfa\xd3\xe6\x22\x88\x76\x6b\x03\x05\xdb\x88\ \xa4\x5f\x03\xbc\xf7\xbe\x71\x92\x1e\xc6\x09\x47\x7d\x62\x9a\x0f\ \x96\x22\x0f\xfd\xe0\x3b\xe3\xd6\xae\xd7\x43\xc9\x2f\xe5\xcf\xf7\ \xff\xf2\x20\x83\xd9\xff\x62\x92\x84\xfa\xe0\x0f\x55\xb7\xba\xaa\ \x27\x77\xbc\x38\xc6\xc5\x1d\xd9\xf3\xc8\x99\xf6\x7f\xb3\x7f\x70\ \x04\xe0\x03\xec\x6a\x5f\x36\x23\x71\xe3\x95\x38\x96\xb6\x6a\x12\ \x42\x09\x40\x02\x0d\xcc\x1c\x4f\xaf\x2f\xab\x97\x04\x50\xfa\x0f\ \x04\xa6\x05\xa0\x65\xfe\xb2\x73\x2e\x70\x08\x3e\x34\x9d\x6a\x90\ \x94\x02\xec\x9d\x4c\x77\xb4\xee\x53\x82\xf7\xec\x3d\x7b\xef\xf2\ \x3c\x6f\xaf\x76\xc7\x6c\xc9\xa0\x22\xd0\xca\x77\x4d\xad\x71\x8c\ \x62\xbc\x3e\x42\x98\x41\x3b\xd5\x88\xa3\x86\x24\xbe\x94\xd2\x2d\ \xa9\x16\xa4\x50\x81\x5d\x34\x0e\xdd\x5c\x17\xea\x5f\xf0\xfe\x95\ \x0f\x21\x04\xf6\x00\xa1\xe3\xf6\x28\xaa\xc2\xbd\xf7\xde\x3b\x24\ \xf5\x4a\x5c\x1f\xe2\x6c\x48\xf9\xb8\xe8\x32\x2d\x62\x01\x91\x12\ \xa8\xa0\xbc\xf7\x3b\x3b\x3b\xb3\xd9\x4c\x0c\x33\x00\x20\xcf\x73\ \xa5\x48\x03\x30\x84\x43\x83\xf4\x22\xb8\xc7\x27\xa4\xf5\x14\x13\ \x01\x7b\x08\x62\xc2\x51\x37\xf5\xd5\xab\x57\xfb\xa3\x02\xa2\x39\ \x47\x3c\x9a\x73\x4e\x6c\x53\xad\xb5\x2f\x0f\xdc\xd1\xda\x70\xdf\ \xbd\x40\xa4\x1e\xfd\xaa\xfd\xd0\x87\x24\x2b\x79\x1d\xf8\xfe\x83\ \x97\xca\x14\xd6\xde\xb5\xb9\x59\xbd\xf7\xbd\xa1\x28\x0e\xd1\x32\ \x71\x82\x68\x6c\xc9\xc3\xde\x6c\xd2\x08\x3a\xf1\x97\x4a\x29\xa4\ \xf6\x91\xf5\xce\x33\xb6\x2a\x31\xf9\xf3\xd8\xc8\xda\x15\x03\x85\ \x84\xc0\x5e\xb2\x1d\xa2\x82\x58\xba\xf8\x84\xfa\x94\x2e\x95\x3e\ \x04\x74\x78\xa4\x10\xa0\x3f\x86\xbb\x8f\x05\x20\x13\xcb\x7a\x6b\ \x2c\x62\x62\x97\x60\x42\x1f\xdd\xe0\x00\xe2\x09\x99\x73\x38\x86\ \xb5\x50\xce\x2d\x8f\x71\x08\x95\xf6\x1d\xfe\xf0\x95\xd8\xab\xa2\ \x94\x70\x63\x2c\xec\xcf\xf2\xee\x83\x45\x84\x06\x31\x5f\x93\x37\ \x48\x5f\x8c\x78\xb1\xa5\x69\x2a\x00\x11\x87\x14\xb6\xfd\xc6\x1c\ \xfa\x07\x91\x84\x54\x0c\xd4\x84\xf0\x21\xd2\x79\x9e\x45\xe4\x8a\ \xf3\x66\x5b\x5d\x39\x22\x2b\x15\xfb\x39\xe3\xf5\xe9\x06\x38\x83\ \x77\xe1\xce\x98\x77\x28\x27\x88\xad\x3d\x44\x6d\x4f\x66\x2b\x6c\ \x04\x68\x7a\xf6\x27\xb1\xe9\x57\x2e\x85\x52\x8a\x99\x02\x87\x3b\ \x0f\x28\xd5\xd4\xfe\xe8\xdd\x23\xbc\xfa\x57\x5b\xbe\x9e\x08\x34\ \xe3\x8d\x8e\x67\x1d\x9f\xe7\xde\x84\x45\xd4\x00\x5d\x57\xb2\x3c\ \x0f\x74\x68\x5c\x6a\xdf\xe3\x37\xde\x32\xe1\x2a\xbd\x77\x80\xed\ \x3d\x8d\x43\xbe\xa4\xd0\xc4\x2c\x64\xbd\x62\x26\x63\xb4\x2c\x8d\ \x97\x99\xb9\x4b\x9f\xea\x7d\xf7\xd2\xa3\x8f\xe2\x6c\x0e\x5a\x41\ \x77\x59\x5f\x7f\xfd\x87\xfa\xf2\x44\x17\x76\x76\x86\x55\xbd\x79\ \xcf\x3d\x90\xe7\xd0\x69\xb7\x0f\x2d\x9e\x43\x1d\x98\xf1\x49\xed\ \x3f\xac\xb2\x12\x62\x56\x1e\x42\xc8\xf2\x34\xa6\xed\xfd\xd1\xd2\ \xed\x3a\x11\xda\x05\xf7\x0f\x1b\x87\xa9\x1e\x6c\xfd\xe0\xfe\xef\ \x0f\x6a\x12\x42\x3f\xb9\x8b\x1f\x74\xe7\xb2\x8f\x18\x74\x30\x19\ \x0c\x87\xc0\x3d\xbe\xb3\xfd\x7f\x07\xd1\xfe\xd0\xb6\x20\x6a\x87\ \xfa\xb1\x41\x7e\x96\x36\xae\xa3\x61\x0c\x22\x78\xef\xa4\x65\x17\ \x0e\x4e\xa0\xed\x9f\x8e\x24\xec\xe2\xa5\x1e\xe7\x40\xc9\x7b\xd2\ \x34\x15\x58\x8f\x57\x2f\x36\xfb\xc8\xfe\x89\x98\xb9\xeb\xd1\x17\ \x29\x9e\x94\x8b\x05\xfa\xc5\x93\x5c\xf2\xd6\x3b\xb7\x32\x21\x04\ \xc7\xed\xc3\x20\xd0\x7f\x08\x4c\xe3\xe8\xf0\xbe\x22\x10\x7a\x52\ \xd1\x10\x1a\xb9\xb2\xf1\x9a\x75\x49\x33\xc7\xec\xb9\x7f\xb4\x43\ \x48\x2a\x07\x93\xfd\x56\xc4\xdc\x3b\xbf\xc6\xd1\x78\x19\xe7\xbd\ \x0e\xe1\xd0\x64\xf6\x7e\xd2\xd0\x7f\x98\x63\x4e\x1d\xed\x9d\x15\ \x30\x29\x12\x8f\x5f\x0e\x01\xbb\xd8\xd5\xda\xd1\x00\x90\x52\x12\ \xfb\x21\xae\x02\x61\x6c\xe4\xc1\xc6\x03\x25\x58\x79\xe0\xe3\xbe\ \x47\xa2\xa0\x44\x38\xa5\xd4\xcb\x04\x77\x66\x30\xc6\xbf\xed\x6d\ \xfa\x0f\x3f\x81\xd3\x3d\x5e\x5b\x7b\xd5\xc0\x1d\xd9\xd5\x95\x83\ \x2c\x4b\x11\xd9\x37\x95\x0d\x3a\xcb\x0c\x7b\x57\x57\xa5\x0b\xa0\ \x93\x2c\x4b\x4d\x68\xca\x26\xa8\x2c\x4b\xc0\xdb\xca\x86\x34\x4d\ \x5e\x77\xbd\xf9\x8e\xbf\x1c\xe2\x99\xbd\xa9\x03\xb8\xb9\xb2\xb2\ \xca\x87\xe7\x1c\x1c\xca\x5b\x63\x02\x7e\x28\x13\x89\x1b\xe4\xd8\ \x57\xdd\x96\x49\xbb\xdc\xbf\x9f\x16\xf5\xb8\x0e\xd6\xdd\x0a\x89\ \xeb\xa7\x93\x99\x43\xf4\xa8\x91\x3c\x2e\xee\xbe\xbb\xc5\x2c\xd0\ \x4b\x71\x27\x2d\x5b\xe6\xfe\xa1\x02\x70\x5c\x42\xfd\x8e\x92\x7d\ \xa0\x0f\x10\x3b\x4b\xfb\xeb\x76\x3f\x73\x07\xee\xe3\xf5\xa1\x04\ \xb6\xdf\x1d\xde\x4f\xab\x3b\x3c\x3d\xba\x1e\xa1\x1f\x05\xfb\x28\ \x09\x3d\x2b\x82\x98\x42\x4a\x4b\x41\xb4\x10\x88\xe3\x98\x05\xfa\ \x63\xac\x95\xab\x27\xe0\xae\x64\xe6\x4f\xc7\xe1\x00\x80\x18\x93\ \xc9\x7b\x88\x88\x19\xe6\xf3\xb9\xf4\x49\xc6\xc9\x53\x91\xf5\x72\ \x21\x00\xb6\x03\x05\xe5\x6f\xfb\x71\x88\x88\x14\x99\x43\xa1\xb4\ \xdf\xbe\x2b\x3a\x71\x51\xa3\x77\x45\x72\xea\x26\x57\xa0\x9c\x4b\ \x3f\x2c\xf9\x03\x28\x84\x81\x3d\xf3\xfe\x34\xdd\x7e\x58\x8d\x59\ \xf0\x11\x0b\xd9\xbd\x2b\xdf\xf7\x12\x88\xf7\x22\xfa\x88\x45\xd9\ \x6e\x7c\x6c\xf6\x43\x7b\x00\xd9\x4f\x72\x3b\x31\x95\x20\xde\xbe\ \x6e\x1c\x53\xe0\x96\x10\x14\xe5\x55\x08\xec\x03\x13\x91\xd0\xfd\ \x72\x4d\xbc\x77\x22\x8c\x52\x4a\xb7\x5c\x20\xee\xcf\x67\x67\x66\ \xfd\xb2\x4f\x90\x39\x3c\xfc\x30\xfd\xf3\x5f\xc3\x1b\x37\xf8\xf8\ \xf1\x57\x8b\x0a\xf0\x4d\x71\xe1\x1d\x3f\x74\x29\x7c\xe6\x53\x5f\ \xa9\x19\x4e\xbc\xf1\x7d\xdf\x33\xba\xfd\x47\x9f\x7d\xd2\xac\x5e\ \xfa\x91\x0f\x7d\xe0\xe2\xb2\x7a\xe6\xcb\x9f\xf8\xe4\xe7\xaf\x1c\ \x7f\xcb\xfb\xdf\x38\x58\xff\xa3\x3f\xf9\xba\x3e\xfd\xc6\x1f\x7a\ \x60\xf8\xe8\x97\xbf\xba\x70\xdf\x7e\x76\x28\x7b\x5f\xfb\xc0\x80\ \xca\xe8\xfd\x48\x10\x42\x13\x40\x69\xd2\xc0\xde\xf9\x3a\x00\x69\ \x95\xd0\x37\x3b\x50\x08\x8d\xf3\x1e\x00\xb5\x4e\xa9\xbd\x61\xce\ \x79\xcb\x40\x5a\xa5\x84\xed\xf1\x49\x25\x7a\xdf\x39\x04\x39\x34\ \x8e\x59\xab\x04\x01\x99\xad\x0b\xac\x95\x11\x06\xda\x05\x47\x2a\ \xf9\x2e\x17\x96\x5e\xda\xde\x0e\x08\xeb\xc3\xe1\xf1\xc3\xfd\xf2\ \xfb\xb9\xed\xa1\x24\x3d\xe6\x71\x77\x52\xa2\xd1\x14\xc9\x7b\x1f\ \x25\x69\xf1\xe9\x57\x6d\xa5\x54\xc8\x0d\x0e\x1c\xa4\x67\x24\x4e\ \x97\xee\x23\x5a\xff\xe3\x64\x15\x09\x9c\x75\x48\x27\x23\x38\x30\ \x2e\xec\xfe\x9f\x8b\x80\x44\xd6\x50\x5c\x93\xfd\x58\x25\xcb\xa5\ \x0f\x9d\x11\xac\xdb\xdf\x74\xe0\xde\xdf\xb2\xf4\x8d\x00\x63\xdf\ \x79\x3b\xdc\xa3\x77\x59\xe0\x95\x4d\xf2\xf4\x9d\x63\x96\x20\x48\ \x9f\xfb\x8a\x24\x7b\x1c\xf9\x5d\xd7\x75\x0c\xab\x12\x50\x85\x99\ \x89\x97\x3a\x12\x5c\xa2\xea\xf3\xde\xb3\xb3\xc6\x18\x91\x5a\xf6\ \x5b\x28\x63\x7a\x68\xad\x93\xf0\xdc\x37\x8e\x8f\xc1\x23\x25\xf4\ \x21\x88\x9b\x23\x74\x0a\xd7\x6e\x83\x25\x6a\x13\x1f\x0f\xd8\x4a\ \xd7\x3b\x3b\x36\x39\x29\x19\x8a\x2b\x07\xec\xb0\x1b\x63\x32\x1e\ \xef\x57\x4c\x0e\x22\x1f\x42\x84\x8a\xa8\x65\xad\x7b\x0f\x61\x9f\ \xee\x7b\x25\xb5\x0e\x3a\x98\xb8\x1c\x1c\x60\x0d\x87\xbe\x5e\xdc\ \x62\x86\xae\xf7\x42\x9b\x64\x7f\x23\xbb\x4f\xce\x09\x77\xd8\x41\ \xfc\xc1\xdd\x70\xb7\xb5\x95\x7f\x30\xb2\x94\x21\x80\xd6\x06\x11\ \x65\x43\xd3\x9d\xa9\x8f\xf1\xec\x65\x83\x3b\x32\xfb\xb7\xbd\x0d\ \x10\xd5\x97\xbf\x1c\xde\xfa\xd6\x57\x09\x4d\x82\x6d\x46\xf7\xbf\ \xfb\x6f\xfe\xf5\x87\x66\x57\xfe\xee\x1f\xde\x58\xf9\x99\x9f\xf8\ \xb9\xb7\xbb\xdf\xfa\xc3\xcf\x6f\xfc\xc4\xdf\xfe\x99\xd1\x73\x9f\ \xfc\xc4\xd7\xdd\xfb\x7f\xf4\xa7\xf3\xe6\x7f\xf9\xda\xb9\x77\xff\ \xfc\x87\xce\x34\xeb\xbf\xf4\xa7\xfe\xec\x7b\xde\x79\xee\xc9\xaf\ \x7c\x65\x0e\xdf\xa6\x43\x81\x19\xcc\xda\xda\xc3\xc7\x86\x43\xf2\ \x9b\x2f\xdc\xbe\x52\x3a\x20\x44\xe7\xaa\x6c\x70\x61\xa4\xaa\x9d\ \xf9\xb6\x87\xe2\xf4\xe9\x77\x2d\xab\xe9\xd5\x5b\x8f\x97\xa0\x0e\ \x61\x6e\x60\x1e\x0c\xef\x3b\xbd\x7c\x4a\x2b\xbb\x7e\xfb\xb1\x9d\ \xb2\x44\x04\x65\x8e\x9d\x3f\x73\x7f\xea\x37\xaf\xde\x7e\xaa\x86\ \xe2\xe4\x89\xb7\xac\x64\x66\x67\xe7\xf1\xdb\xb3\x59\x7b\x95\xd9\ \x51\x7a\xfa\x4c\xa1\xb7\x76\x6f\x04\x04\x95\x9c\x3a\x96\xc1\xd6\ \xde\x3a\x20\x31\xe5\x27\x96\x8f\x2f\xa6\xd7\xca\xf0\x5d\x3a\xe0\ \x2a\x20\x16\xd6\xde\xbd\xbd\x7d\x7d\x69\x79\x73\x50\x28\x66\x7b\ \xf0\x71\xd0\xda\xe8\x4e\xf9\x1b\x19\xd2\x43\x55\xc4\xf8\xa0\xc7\ \x05\xb6\x0f\xd0\xdc\x49\x97\x63\x4e\xd7\xad\x3d\xf9\x95\x26\x14\ \x3c\x3a\xec\x8b\x7d\x30\x29\xeb\x37\x7f\xf6\x1a\x9d\x0e\x94\xf2\ \xee\xe4\xdc\x03\x07\xe8\xad\xc9\x43\xc8\xce\x7c\x58\x54\x11\xc3\ \x12\x47\xce\xbe\x77\x34\x69\xc4\xed\xd3\xeb\xae\xd7\xca\x7b\xe8\ \x6b\x1c\x62\x5a\x5f\x6e\x82\x95\x24\xe9\x70\x38\x14\x8e\x2b\x76\ \x5a\xc5\xab\x14\x37\x43\x51\xea\x1e\x61\x37\xd2\xc1\x71\xf3\xd4\ \x5a\x66\x1a\x13\x53\x51\xef\xbd\xc9\x33\xc9\xfd\xc5\xda\xb3\xf3\ \x2c\x84\x58\xb2\x1e\x0e\x87\x91\x0d\x13\x44\x16\xce\xad\xa5\xcb\ \xbd\xe7\x8e\xb2\x88\x2d\xbe\x72\xdf\xb5\xc6\x10\x20\xf8\xd0\x4f\ \x7e\xfb\xd6\x9b\x46\x1b\xe7\x2d\x12\x67\x79\xda\x25\x64\xd4\xe9\ \x5b\xda\xbb\x0c\x4c\xfd\xc7\x40\xea\xba\xfb\x37\x0e\x42\xd4\x4d\ \xc5\xee\x33\xb9\xda\x32\xae\xeb\x15\xe5\x9d\xbd\xa7\xa8\xbf\x7f\ \xea\x9b\x3e\xf6\xc9\x31\xb9\x11\x2d\x79\x82\x18\x00\x10\x85\x33\ \x62\x00\x54\x42\xbf\x60\xcb\xb7\x70\x67\x3e\xc0\xc2\x27\x22\x00\ \x83\xf5\x8e\x2d\x03\xa2\xd1\x5a\xf7\xc2\x86\xf7\xde\x7b\xad\xb4\ \x92\xb2\x7f\xec\x2c\xf1\xbe\x96\xff\xd4\x47\xc8\x19\xf8\xd4\xa9\ \x70\xf1\xa2\xfa\xea\x57\x1b\x7a\x95\xcc\x7f\x39\xb0\xce\x75\xf5\ \xc2\x33\xeb\xf7\xbe\xfd\x1d\xd7\xc6\x66\x6c\x37\x5e\xb8\xdd\x9c\ \xbc\xfb\x5d\xf7\x24\xcf\xff\xb3\xdf\xfe\xe4\x86\x0f\x7b\xf9\x3d\ \x3f\xfb\x7d\xef\x7e\xfa\xf1\x1b\x9f\xff\xd2\xee\xf7\xfc\xf0\x8f\ \xaf\xff\xe9\xf5\xe9\xa2\xe6\x3f\xe7\xa0\xd6\x25\x17\xbf\xff\xad\ \xbf\x98\x2c\xbe\xb0\x3d\x7d\xee\xe6\xe6\x95\x12\x38\x30\x9d\x38\ \xf3\xc1\x0f\xbe\xf7\xef\x4c\x9e\xfd\xc7\xbf\xf9\xb9\x8f\xdf\xfb\ \xe6\xff\xf2\x7d\xe7\x4f\xce\x5c\x71\xdf\xda\x47\x3e\xf6\xb5\xcf\ \xb0\xea\xf3\x3c\xc1\xfa\xe4\x0d\x0f\xfc\xdc\x9b\x96\x76\x9f\xdf\ \x79\x71\xb1\xfb\xd4\x4e\x39\xf7\xc1\xdc\x75\xee\xaf\xbc\xe3\xc2\ \xbd\x83\xd1\xf9\x07\x9f\xfe\xa7\x1f\xb9\x7c\xeb\xae\xd3\x6f\x5f\ \x1b\xde\xf5\xbe\x87\xde\xff\xb1\x3f\xfe\x87\xd7\x1a\xd6\x08\xd6\ \xba\x07\xde\xfa\xdf\xfe\xf4\x1b\x4f\xff\x1f\x1f\xfe\x5b\x4f\xcc\ \x9a\xe3\x17\xfe\xe6\x2f\xbc\xf3\xc1\xdf\xfc\xe8\xdf\xb9\xbc\x57\ \xae\xde\xf5\x33\xbf\xf0\xde\x1f\xfc\xc8\xef\xfe\xed\x47\xf7\x28\ \x55\xdf\x8d\xe9\x7b\x20\x1a\xd6\xcd\x89\xd9\xfc\x93\x27\x8e\x7b\ \xbc\xf3\x76\xb3\x73\x3e\xce\x43\xe8\x0b\x48\x22\xcd\xd2\x27\x6a\ \xee\x14\x8d\x20\x29\x3a\x68\x9e\xd7\x7f\xb3\xa8\x2f\x62\xde\x2d\ \x45\xa4\xbe\xd9\x5e\x9f\xc5\x3e\x64\x95\xd7\x25\x6b\xba\xbf\x25\ \xef\x17\x1e\xdb\x4d\x07\x7e\x13\xce\x3a\x1e\x81\x50\x1d\x22\x94\ \xfb\x05\xdb\x56\xcc\x71\x07\x65\xdf\x67\x78\xfb\xa5\x88\xf0\x1d\ \xea\x0b\xe9\xae\x8c\x13\xce\x44\x88\xef\xbe\x29\x55\xd4\x57\xc8\ \xf5\x94\xcf\xed\x77\x42\xc6\x7c\x36\xbe\x47\x8e\xd6\x22\x94\x52\ \x75\x55\xc9\x1b\x24\xeb\x8f\xdc\xae\x84\x07\x31\x49\x16\xe8\x17\ \x06\xbf\x5f\x0e\x01\x69\x3c\xed\xc8\x81\x68\x82\x18\xeb\xe1\x1c\ \x58\xa9\x24\xee\xcf\xa2\xba\x49\xfe\x2f\x30\x00\xb1\x0f\x1c\x51\ \xac\xfd\xce\x24\x63\xbe\x18\x80\x63\xab\xea\xc1\x62\x29\x75\xf9\ \x27\x7b\x7f\x20\xa8\xc7\x1b\x1a\xdd\x74\x8f\xc6\xb9\xcb\xe9\xf4\ \x37\x61\xb1\xf6\x13\x1f\xbf\x98\x67\xf4\x53\x90\xae\xa0\xaa\x42\ \x68\x7b\xed\xba\x8e\x3b\x16\x8e\x2b\xee\x42\xfb\xe6\x04\xdd\xf6\ \x95\xbb\xb9\xed\xc6\x28\x12\x95\x64\xf0\x21\xa8\x00\x08\xc8\xfb\ \xc3\xb5\x5b\xd9\x7b\xf7\xa8\xbf\x7c\x70\x0f\x81\x57\x56\xc2\xbd\ \xf7\xd2\x17\xbf\x84\xf3\xf9\xab\x34\x52\x95\x41\xaf\x0e\xf8\xd1\ \x2f\x7e\x2e\xbd\xf8\xee\xbf\x76\x1f\x3e\xfe\xa9\x8f\x9e\x7a\xe3\ \xf1\x81\xb1\x6c\x2b\xcb\xca\x18\xb4\x55\xc9\xca\xa4\xa9\xde\x7e\ \xf2\x8f\xff\xb4\x7e\xf3\x5f\xfd\xd1\xf7\x27\x9b\x5f\x0b\x7f\x5e\ \x48\x56\x66\x40\xe1\xc5\xaf\x7e\xe3\x7f\xfd\xf2\xfa\x4e\xbe\xf4\ \x8e\xbf\xfa\xbe\x9f\x7e\xee\xeb\xbf\x36\xd7\xee\xc6\xed\xc7\xc9\ \x3b\x8f\xcb\x6f\xb8\xf0\xa6\xe7\xbf\xfe\xf7\x7e\x77\xfd\xfc\x2f\ \xfc\xe5\xbf\x71\xf6\xf2\xa7\x9f\xb7\xa0\x42\x59\x3b\x4b\x3a\x4f\ \x95\x06\xca\x33\xcd\xcf\xbe\xf0\x5b\x1f\xfb\xfa\x9f\x41\x72\xe6\ \xbd\xef\xfc\x07\xc7\x67\x1f\xfd\xd4\x73\x1f\xfe\xf0\xe5\x8d\xe5\ \x07\x7e\xe9\x43\x17\xbe\x27\x7d\xfc\x4b\x8f\x5e\xfe\xed\x7b\xee\ \xfa\x4f\x4f\xe4\x2b\x9e\x01\x01\x81\x1b\x28\xde\xf0\xe0\xb2\x7a\ \x7a\x63\xfa\x86\x4b\x6f\x7d\xf2\xcf\x3e\x63\x0c\x04\xb3\xf6\xd0\ \xc5\xb7\x5d\x7e\xf4\xb1\x87\xef\x7d\x97\x77\xa5\x4a\x73\x80\xea\ \xbb\x93\x90\x09\x00\xc7\x67\xb3\xd5\xd9\xec\xb9\x07\x1f\x58\x81\ \x6f\x29\x82\x8c\x0f\x65\xe4\xd6\x0f\x31\xef\x11\xf8\x24\x8d\xea\ \xa5\xe7\xfb\xca\x11\xf9\x77\x5c\x39\x44\xc4\x21\xb0\x77\x11\xb2\ \xa5\x81\x5e\xde\x29\xde\x35\xa2\xbe\xf0\xbe\x05\xaf\xe8\x32\xd6\ \x6d\xf6\xc1\xb9\xaa\x9f\xe3\xf7\xb7\x11\x9d\x5f\x2a\xf4\x93\x3e\ \x38\xa8\xb6\x6c\x6c\x73\x88\x69\xe9\x17\x4b\x81\x5b\xb9\x58\x5f\ \x9a\xd2\x67\xa2\xfa\xb8\x2f\xf8\x0b\x77\x38\x46\x1d\xb1\x10\xe2\ \x9c\x0c\xd3\x10\x1b\xb5\x3e\x0b\xdc\xe7\xbe\xac\xb5\x62\x6c\xd2\ \xd7\xaa\x8b\x17\x79\x6b\x3a\xdf\x81\xaf\x10\x2c\xf2\x73\x60\x06\ \x67\xad\x6d\x44\x57\x17\x15\x29\x44\x54\x14\x85\xec\x4e\xc4\x75\ \xa7\xaa\xaa\x38\x09\x28\x12\x41\x44\xd4\x38\x8b\x9d\xf9\x41\x0c\ \x75\x7d\xb2\x22\x84\x26\x7e\xe1\xf8\x06\xa9\xd0\xca\xb7\xf4\xde\ \x0a\xe1\xe0\xbd\x37\x46\x6b\xad\x99\xa3\xd8\xe6\x00\xa0\x8b\x62\ \x47\xc8\x7d\x01\x50\x24\xec\xc7\xf2\xc8\x7d\xc7\x7d\xc6\x91\x51\ \x09\x11\xc5\x33\xac\xaf\x11\x38\x94\xbb\xf4\x2b\xab\x31\xb9\xe9\ \xfd\x7c\xe0\xfd\x48\xd2\x0e\xd2\x6b\x52\x45\x6c\x09\x1a\x68\x3d\ \x88\x48\x91\x49\x52\xad\x55\x92\xa4\x60\x7d\xab\x1f\x53\x9d\x72\ \x97\x41\x18\x42\x42\x04\x6a\x1d\xd7\x8e\x48\xcb\x80\xf7\x3c\x1c\ \xfa\x77\xbd\x2b\xf9\x95\x5f\xa1\xe7\x9e\x0b\x0f\x3c\xf0\xaa\x64\ \xee\xa0\x97\xc6\xa3\xf0\xf4\x53\x8f\x9a\xbb\xdf\x70\x6c\xf2\xc5\ \x6f\xdc\xfa\xa9\x1f\x78\xa3\xbd\xf5\xd1\x8d\xe2\x17\x3e\xf0\xee\ \xcf\xff\xfe\x15\xf7\x97\x3e\xf0\x96\xdb\x8f\xfe\xef\xb3\xfc\xaf\ \x0c\x53\xf3\xd8\xef\x7f\xec\xed\xef\xfb\x91\x0f\x5e\x7c\x46\x7a\ \x37\xbe\x75\xe0\x25\xf4\xdb\xb7\xe6\xfe\xdd\xef\xf9\x9f\x1e\xbc\ \xf5\xb1\x8f\x3f\xfe\xc5\xaf\x3e\xf9\x91\x6a\xb1\x75\x6b\xfd\x77\ \xf4\xe0\xfe\x87\x73\x63\x60\xf7\xb1\xe7\x1f\xfd\xc0\x5b\x7e\xf9\ \x3f\x2f\xc3\x89\x44\x19\x02\xef\x9a\x93\x97\x7e\xea\x07\xee\x7a\ \x60\xeb\xda\xbf\xfb\xd3\xe7\xbf\x42\x58\xaf\xef\xde\x7c\xc7\xa5\ \x5f\xfc\xf9\x53\x97\xff\xe0\x91\x7f\xf9\xec\xf3\x1f\xb9\x1d\x6e\ \xd6\xcd\xae\xcf\x1e\x7c\xf7\xc5\x8b\x4f\x3d\xf3\x7b\x55\x80\x81\ \x39\x76\xee\xd8\xbd\x9a\x6f\xc9\x3e\xd2\xf9\x70\xe2\xdc\x3b\x47\ \xd5\x17\x7f\xef\x1b\x3b\x3f\xf2\xe6\x1f\x5c\xfd\xc6\x67\xf2\x14\ \x9e\x7c\xfa\x13\xc9\xf2\x3b\x1f\xb8\xe7\xc4\x89\xf0\xcc\xd7\x6e\ \x9a\x3c\x2b\x20\x94\xa0\xbe\x3b\xe1\x1d\xee\xdd\xda\x6a\xb4\x7a\ \x6e\x75\x65\xed\x9b\x06\xcf\x2e\x21\x12\x50\xee\xcb\xcf\xb1\x93\ \x04\x1c\xcc\x0d\x5a\x7b\x99\x6e\x03\x1b\x28\xc4\xa0\x40\x77\x68\ \x6c\xc0\xf4\x12\x9f\xa8\xd7\xee\x13\xc1\xce\x85\xb8\x92\xe3\x06\ \xbc\xdb\xef\xb7\x4c\x77\x3f\x71\xeb\x27\xf2\x9e\x03\xf4\xa0\xbf\ \x2f\xd4\x89\x05\xd3\x3e\xee\x47\x55\x49\xd7\xae\xc5\x01\x98\xfa\ \x25\xd6\x3b\x24\x2b\x2d\x85\xdd\xd9\xfb\xed\x27\xcb\x07\x43\xce\ \xcb\xcd\xdc\x65\x04\x76\x5f\x12\xda\xbb\xa4\xfb\x5b\x87\xba\xae\ \x85\x5b\x8f\x9e\x0d\xf2\xdd\x22\x3b\x21\x72\xba\x58\xc3\x8c\x69\ \x72\x66\xb4\x1c\xb0\x28\x8a\x76\x92\xb5\x73\x91\x61\x40\x44\xe7\ \x42\x55\x55\xf3\xf9\x5c\x38\x7d\xe9\xbe\x91\x6f\xe2\xbd\xb7\x1d\ \x53\xd4\x37\x3a\x96\xf8\xd7\x34\x4d\xd3\x58\x0e\x20\x13\xcf\xa5\ \x03\x28\x4d\x53\xe1\x76\x84\x70\x67\xf0\xce\x35\x59\x96\x21\x52\ \xd3\xd4\x55\x85\x00\x4c\xd4\x95\xd3\x18\xbd\xdf\x57\xcd\xc6\x0f\ \x8d\xf5\x03\x44\x70\xde\xc6\x2f\x2c\x37\x4b\x7c\x60\x62\x31\xf6\ \xa8\xc8\x74\x98\x55\xbb\xb3\xe9\x21\xd6\x3f\xe4\x9a\x1c\x26\xdf\ \x08\x0f\x3a\x85\x61\x90\x2c\x1e\x23\xf7\x1b\xc4\xb8\x21\xd6\x48\ \x04\xeb\x3d\x07\x6b\x1b\x76\xbe\xab\xa9\xf6\xc6\x3c\x01\xca\xd8\ \x77\x08\x01\x7a\xad\x4f\xfa\x48\xe9\x5c\x08\x6f\x7e\x18\xbc\x6f\ \xfb\x54\x7b\xc4\xe2\x77\x4a\x2a\x83\x84\xd3\x5b\xd7\xe6\x65\x7d\ \xe5\x0f\x7e\xe3\x7f\xfe\x74\x28\xf1\xd4\xf5\x17\xd6\xfd\xfc\x85\ \x7f\xfb\x9b\x1f\xf9\xe0\x8f\xfe\xd4\xdf\xfd\x4b\x74\xeb\x89\xdf\ \xfb\xf0\xa7\xae\xac\xbe\xe7\x4d\xd7\xa1\x4c\x79\xf2\x07\x1f\xfe\ \xf5\xd1\xbb\x73\x24\x42\xff\x6d\x0e\xaa\xb9\x7e\xf1\xb3\x5f\xf8\ \x1f\x1f\x19\xbd\xf3\x43\xef\xfb\x99\x07\x6f\x3c\xf2\xb9\x17\x3e\ \x9d\x65\x2b\x46\xa5\x9a\x14\x00\x2a\x85\x2f\x3c\xfd\xeb\xff\xfa\ \xfa\xf2\xa9\x8b\x3f\x7b\x76\x60\x76\xea\xa0\x55\x52\xee\x3d\xf1\ \xc4\xb5\xad\x72\x77\x83\xd1\x18\xac\xae\x5c\xfe\xd5\x2b\x4f\x9f\ \xfc\xa1\xf7\xfe\xfd\xf7\x5c\xfa\x9e\x7f\xfb\xe8\x1f\x6e\x9a\xb1\ \x36\x67\xbe\xff\x5d\xbf\x98\x6d\xfe\xce\x1f\x3c\xf7\xa4\xd2\xd9\ \x62\xef\x2b\xbf\xfd\x47\x8f\x7d\xe0\x87\x7f\xe5\xad\xe7\x2f\x5c\ \xbd\xfc\x02\x61\x7a\xf1\xc2\xfb\xc6\xe9\x9f\xad\x0c\xcd\x68\xf5\ \xfb\x2e\x2d\x9f\x2e\x93\x7c\xbe\xfe\xf1\xab\xab\x3f\xf9\x63\x6f\ \x7b\xc7\x17\xbf\xf6\xab\xd5\xf8\x47\x46\x49\x01\xb0\xf9\xdd\x89\ \xec\x8c\x78\x69\x7b\xe7\xe6\xd2\xd2\x24\xcb\xf0\x9b\x66\xee\x28\ \x3c\x21\x4b\x85\xc8\x07\x59\x60\x1a\x11\x5a\x19\x79\xe0\x7e\x46\ \x7f\x70\x24\x0d\x6a\x43\xfd\xb1\x06\x07\xa8\x4c\x22\x29\x77\x2a\ \xd5\x2a\xc7\x10\x49\x29\x14\x87\x19\xa1\x26\x10\x49\xeb\x84\x48\ \x1f\xe2\xb2\x3b\x4b\x26\xd4\x69\x3b\x05\x10\x01\xb4\x52\xfb\xa4\ \x8d\xf7\xc4\xc4\xce\x31\x80\xf8\x9d\x49\xeb\x47\xcc\xb9\xba\x8a\ \xee\x01\xe0\x8e\xe9\x79\xfb\x36\xc4\x28\x33\xf6\xde\xcb\x57\x6f\ \x9c\x95\x31\x43\x0c\x6c\x9b\xba\xad\x01\x68\x0d\x00\x84\xad\xeb\ \x2c\x70\xb0\x4d\xdd\xd4\x35\xbc\x02\xda\xfd\x50\x11\x22\x7a\xc8\ \x08\xc6\x2d\x16\x0b\x91\xa9\xa4\x69\x6a\x8c\xc9\xb2\xac\x9f\x66\ \x2a\x52\x24\x6a\x71\x1f\x10\x29\x31\xc6\x7b\x6f\xad\xd3\x4a\xa5\ \x69\x1a\x98\xad\xb3\x26\x49\x92\x4c\x49\x4a\x68\x9d\x53\x26\x31\ \xc6\x14\x83\x02\x18\x82\xf7\x5a\xa3\x0c\x69\x91\xf1\x81\x31\x23\ \x96\x00\x36\x28\x0a\xea\x62\x46\xbf\x22\xd2\x85\x10\x56\xa4\xd7\ \xd6\xd6\xc4\xa7\x4c\xcc\xf7\xfb\x34\x11\x22\x06\xf6\xc2\x4c\xa7\ \x69\x2e\xae\x2c\x91\x19\x39\x54\x2c\xed\xd7\xba\x93\x24\x71\xce\ \xd7\x4d\xe9\x9c\x35\x49\x52\x0c\x06\xde\x7b\x0e\x01\x10\x05\xec\ \x63\x66\x70\xc4\x82\x47\xbf\x1a\x4f\xad\xe7\x9a\x8c\x1e\xf3\xad\ \x15\x1a\x44\xfe\xaa\x8f\xfe\xfb\xcf\x24\x07\xec\x34\x31\xb2\x1b\ \xe0\x8e\x7f\x91\x0d\x09\x51\xdb\x6f\xe5\xa4\x52\xad\x28\xb8\x96\ \x4a\x72\x3e\x84\xe0\x11\x51\xa1\x92\x62\x95\xf0\x82\x48\x88\x8c\ \x48\x88\x1c\x9f\x31\x38\x8a\x5a\x06\x00\xb0\x69\xc2\x83\x0f\xa2\ \xf7\xf4\xc8\x23\xf0\x63\x3f\xf6\x2a\x30\x33\x98\x65\xe1\x0b\x1f\ \xfb\x7f\x80\xb4\x26\x58\xd4\x48\x78\xe3\x77\xfe\xef\xab\x26\xcd\ \xf8\xea\x97\x7f\xe3\x9f\x7c\x09\x10\x00\x48\x9b\xe2\xc6\x17\x3e\ \x72\x15\x74\x3e\x1c\xcc\x9e\xf9\xf4\xaf\x5d\xc1\x34\x35\xf8\xed\ \xca\xa9\x21\x49\x4f\x1f\x1b\x98\x4a\x1f\x4f\xa1\xac\x60\xf5\x2d\ \x0f\xfd\xc0\xec\xf6\x67\x5e\xd8\x9d\x11\x25\x5a\x29\xf1\xdc\xc8\ \x06\xf7\xbd\xed\xd2\x43\xcf\x3f\xf3\x8f\xb7\xbc\xd2\x5a\x2d\x26\ \x8f\x3f\xbe\xf3\x0d\x44\xad\x90\x90\x86\xa7\x56\x4f\xd5\x8d\x1a\ \x24\x54\x5a\x7f\xd7\xc5\x0f\x0e\xea\x27\xeb\x63\x7f\xed\x8d\xf9\ \xf5\x8f\x7c\xe5\x4b\x69\xbe\xe4\x69\xe5\xc4\x70\x58\xf1\xca\xf9\ \x42\xbf\x38\xdf\x43\x74\x66\xf0\xd6\x87\x4e\x8c\xb7\x5e\x84\xb3\ \x4b\xf9\xc6\x02\x1e\xba\xf8\xce\xa7\x4c\xae\x69\xfa\xd4\x0b\x5f\ \xfa\xde\xe3\x6f\xbd\x72\xed\xb1\xf3\x6f\xf9\xa9\x2c\x19\x21\x84\ \xef\x4e\x64\x1f\x34\xcd\x03\x9b\x1b\x97\x8f\x1d\x2b\x8d\xa1\x6f\ \x46\x23\x44\xc7\xdc\xbe\xc5\x9d\x48\xb2\x04\xfe\x50\xab\x43\xe0\ \xde\xe3\x22\x11\xb1\xad\x5a\xca\xfb\x63\x12\x2a\xb5\x33\x46\x02\ \x44\xe9\x01\x8c\xfd\x35\x82\x20\x7d\xc5\xfa\x9d\xa2\xc0\xb8\x55\ \xa3\xae\x2c\x14\x81\x43\xd0\x3d\x06\x92\xba\xae\xab\xaa\x12\x49\ \xdf\x7e\x6b\x6b\xdf\x74\xa6\x9f\x75\xf5\xf6\xe0\xdd\x1c\xd4\x56\ \x51\xb3\x9f\x32\xf7\x86\xec\xf4\xd9\xe4\x48\x5b\xcb\x57\x53\xa4\ \x68\xdf\xe7\xec\x08\x05\xd5\xa4\x28\x72\x41\xd5\x98\x4d\x0b\xd0\ \xa4\x69\x1a\x77\x18\x32\xb4\x28\xd6\x51\x23\x2a\x01\x03\x32\xcb\ \x14\xa7\x28\x12\x8d\x9a\x16\xf6\x5e\x1b\x63\x9d\x5b\x2c\x16\xf2\ \xfe\x34\x4d\xb5\x31\x0c\x20\x4e\x06\x48\x24\x85\x3f\xa9\x75\xf7\ \x77\x00\x2d\xb7\x8e\xfb\xb5\xc4\x98\x95\x0b\xe5\x92\xa6\x29\x33\ \xec\xee\x4c\xb6\xb6\xb6\x56\x57\x57\x65\x28\x6e\xd4\x14\xee\xeb\ \xdf\x19\x43\xe0\xb6\x09\x97\xf8\x5b\xf1\x66\xb1\x50\x1f\x7f\x4e\ \x92\x44\x27\x6a\x3a\xdb\x8b\xb4\x55\xff\xae\x09\x49\x75\x64\xce\ \x1d\x7a\xc5\x1b\xf9\x32\x51\x7d\xd4\xbf\xbf\x7d\xa2\xef\x50\x14\ \x89\x64\xd1\x21\xe9\x14\x76\x3b\x1b\x79\xce\x95\x52\xd0\x34\x52\ \x50\x31\xdd\x74\x11\xef\x9d\xf7\x9e\x14\xc5\x5d\x5a\x9b\x27\x31\ \x31\x30\x31\xc1\xc1\xe7\xe9\x48\x99\xbb\x73\xe1\xd2\x25\xff\xf0\ \xc3\xea\x91\x47\x60\x3a\xe5\xe1\xf0\x3b\x0f\x2b\x0c\xa2\x19\x92\ \x7c\x07\x00\x93\x34\x01\x00\xd4\xe6\x80\x1d\x8e\x4e\x12\xc9\x59\ \xf4\x9f\x3f\xeb\x9b\xd9\x53\x7a\xee\x6d\x0f\xff\xc4\xd8\xd8\xa7\ \x1f\xfb\x17\x57\x26\xee\x07\xee\x79\xc3\xad\xed\xcf\x21\xc2\x7c\ \xfa\xf4\xcd\x6a\x93\xc1\x8f\x4f\xfd\xf0\xfb\xef\x7f\xfb\xfa\xe5\ \x7f\xfa\xf9\x67\x1e\x55\x5a\x84\xbd\xad\x75\x28\xb3\x07\xc8\x2f\ \xdd\xf3\x93\x77\x8f\xc6\x7b\x1b\xbf\xfb\x27\xcf\x3e\x7e\xd7\x83\ \x3f\xbf\x3a\xdb\xda\xc2\xa6\xa1\x8b\xef\xff\xde\xbf\x5f\xcf\x3e\ \xff\xc9\x27\x9f\x7f\xf0\x81\x9f\x3e\x99\xc3\xad\x67\x7f\xfd\x4b\ \x37\xb7\x0d\x42\x31\x3a\xbd\xf9\xfc\xbf\xfc\x83\x47\x7e\x6b\xe6\ \xc3\xd2\xd5\xe7\xdf\x77\xe1\x24\x4f\x9f\xbc\xb1\x70\x76\xeb\xa3\ \xff\xe7\x27\x7f\xbf\xb2\xb8\x3c\x79\x42\xd5\x8d\xfa\xae\x14\xcb\ \x38\xc2\x73\x93\xc9\xa8\xaa\x9f\x38\x79\xb2\x51\x0a\xbf\x35\x2b\ \x73\x48\x9b\xb8\xbf\x0e\xbb\x26\xcf\xf8\x58\x1f\xe8\x51\x42\x8c\ \xda\xe1\x3b\xf5\xe0\x81\x59\x9c\x9f\xba\x01\xa7\x69\x6c\x80\xea\ \xd3\x2c\xfd\x0e\x91\xc8\xd5\x48\x51\x5e\x46\x50\x53\x4f\x5d\x00\ \x9d\xfa\x5d\x3e\x34\x49\x12\xe7\x9c\xb8\xc0\x47\xa5\xc7\xa1\xa5\ \x08\x07\x3b\x57\xef\x24\xcd\xfb\x8e\xde\xb1\x3e\x29\xb4\xf8\xa1\ \xc6\xa8\xbe\x9c\x1f\x3a\x89\xfd\x51\xa5\x90\xc1\xb9\x10\x6b\x98\ \xf2\xb9\xf2\xd1\xd2\x4a\x2a\x5a\x97\x28\x40\x3c\x6c\x3b\x1e\xe2\ \x40\x12\x3c\xa0\x4f\x77\x4e\x72\x6d\x0f\xec\xbd\x2f\xcb\x52\x06\ \x16\xc6\xb2\x81\xcc\xb3\x05\x06\x05\xe0\xbc\x17\xda\x21\x8e\xcf\ \xde\x27\x3d\x08\x65\x6e\x45\xec\x63\x8a\x84\x3e\x22\x26\xc6\x2c\ \x2f\x2d\x6f\x6c\x6e\xec\xec\xec\xac\xac\xac\xc4\x9d\x5c\xd4\x44\ \x4a\x2b\x7f\xbf\x23\xff\x50\xeb\x59\xbf\x96\x2e\x91\x5e\x5a\x70\ \x43\x08\xc1\x87\xb2\x2c\x17\x8b\x45\x9a\xa4\x44\x54\x55\x55\x55\ \x55\x82\x8f\x72\x8b\xe9\x15\x38\xda\x8a\x88\xa5\x9f\x4c\xf4\xe7\ \xe2\x1e\x32\x15\xf8\x36\xb1\xb9\xaf\x3b\x68\xad\x11\x98\x4d\x27\ \x69\xed\x15\xae\x7d\x9f\x7a\x8a\x53\x10\xe2\x80\x81\x58\x4e\xd8\ \xbf\x3e\x3d\x69\x96\x3e\xe2\x59\x2a\xe5\xdf\xfe\x76\xfd\xdb\xbf\ \x8d\xd3\x29\x2c\x8d\xe1\x2f\xc2\x8b\xc8\x54\x7b\x5f\xfc\xed\x4f\ \xfc\x29\x33\x23\x25\x46\xd1\xa7\x3e\xff\x8f\x50\xa5\x99\x31\x2f\ \x5e\xfd\xad\xab\xac\x4c\xb6\x34\xb9\xfe\xff\xfe\xab\x17\xfe\x0d\ \x92\xd6\x2a\xc5\xc3\x1b\x32\x05\x61\xe3\xb3\x9f\xfb\x1f\xfe\x84\ \x01\x01\x61\x31\x00\x00\x20\x00\x49\x44\x41\x54\x5b\x99\xfc\xe5\ \xc7\x7f\x85\xd1\x20\x7f\xf5\xf1\x27\x82\x78\xac\x6a\xa2\x8f\x7f\ \xfa\xbf\x63\x66\x40\x63\xb4\x21\x48\x16\x1b\x1f\xfd\x77\xb7\x82\ \x31\x4b\x85\x81\x66\xeb\xf7\x7e\x77\x03\x09\x03\x60\xa2\x15\x79\ \xef\x12\x45\x4f\x5d\xf9\xdf\x18\x8d\xd6\xc9\x77\x25\xb8\xd3\xd9\ \xc9\x5e\x40\xbc\x3e\x1e\xab\x6f\xa1\xf4\x60\xe0\x3b\x97\x5f\xaf\ \xdc\xa4\xa4\x5e\x74\xa8\xa9\x7a\x7f\x19\xb4\x4f\x24\xf7\x51\xa6\ \xaf\x7e\x89\xa2\x0b\x29\xee\x09\x8f\x29\x19\x71\x74\x2d\x8f\x26\ \xec\x7d\x22\x52\x9c\xb9\x10\x18\xfb\x6c\xcc\x41\xf8\x96\x1a\x6c\ \x59\x96\x32\x1e\x4f\x6a\x9e\xfd\x76\xf9\x43\x4c\x7a\x7f\xaf\x70\ \x28\xb6\xc5\x03\xc6\x10\xd2\xd7\x4b\xc4\xdc\x39\x92\xda\x9d\xa7\ \xf1\x51\x0b\xdd\x21\x38\x67\x43\x48\x23\x16\x08\x93\x6e\xad\x15\ \x27\x71\xa1\xb3\x63\x95\x22\x56\x74\xdb\x5d\x85\x0f\xa1\x03\xf4\ \x78\xd6\x91\xc4\xd7\x5a\x37\x75\x15\xdd\x7e\x62\xae\x2a\xe4\x49\ \xd3\x34\xde\xb9\x44\x69\x71\x30\x16\xc4\x8c\x45\xec\x16\xe6\xb4\ \xd2\x5a\xab\x44\x49\x45\xb7\x3f\x6b\x45\xbe\xa7\x5c\x91\x9d\x9d\ \x9d\xd1\x68\xd4\x47\xc3\x78\x01\x0f\xb5\x1a\x1d\x10\xb0\x86\x10\ \xe5\x40\x51\xd9\x19\x1d\xd5\x83\x0f\x21\x04\xad\x74\x9c\x45\x27\ \x5f\x5b\x6e\xab\x38\xad\xf7\xbb\x6a\x5f\x6e\xee\xde\x7f\xd2\x62\ \x66\x1d\x67\x58\x1f\x6a\x2e\x83\x6f\xd6\x16\x7b\x28\x73\x8f\x87\ \x62\x66\xa9\x43\xc4\x50\x2a\xf4\xa3\x9c\x5a\x0c\x4e\xfd\x52\x6d\ \xe4\x7f\xda\xe3\x84\x10\xbc\xdb\x37\x5c\x3a\xba\x8e\xe2\x5d\xef\ \xa2\x5f\xf9\x15\x7a\xe2\x09\x38\x7f\xe1\xd5\x15\x6c\x78\x5b\x95\ \x95\x0f\x4c\x26\xcd\xb3\x94\x10\x00\xb8\xa9\xca\xda\x3a\x40\x95\ \xe5\x85\x79\xc9\xe6\xfb\x88\xba\x3f\x7c\x4a\xeb\x4c\x62\x1d\x51\ \x2a\x19\x02\x92\x49\xc8\x7c\x9b\x03\x68\x9d\xf7\x02\x5c\xd6\x53\ \x3f\xb7\x2f\xd3\x7b\x03\x00\x23\xee\x6f\x35\x90\xd2\x7e\xb7\x52\ \x57\xca\xcf\xbe\x5b\xd9\x76\xd0\x21\x3c\xb8\xb1\x51\x1a\x73\x73\ \x69\xac\xbf\xd5\x66\x96\xa1\x9f\xb9\x47\xcd\xb2\xe0\xe6\x9d\xda\ \xc7\x98\x8b\xb5\xab\x17\x5b\xa9\x7b\xbf\x59\x7f\x1f\x10\x89\x20\ \xb0\x4c\x8c\xeb\xb7\x98\x46\x54\x92\x95\x10\xb5\x80\xfd\xcf\x02\ \x60\xec\x1a\x40\x5a\x43\xf3\x5e\x17\x52\x74\x2e\xeb\x88\x02\xee\ \x53\xc6\xb1\x4e\x75\xa8\x09\xeb\x9b\xd6\x36\xfb\xf5\x34\x49\x75\ \xe3\xc2\x93\x23\xc7\x08\x74\x80\xb2\x7f\x65\x4d\x4c\x78\xb0\x39\ \x00\x00\x24\x45\x4d\xd3\x54\x44\xdf\x72\xc5\xfa\x5a\xc0\x98\xda\ \x3b\xe7\x82\xf7\x04\x07\x2c\xde\xa2\x9e\x5d\x6b\xcd\x81\x97\x97\ \x97\x05\x50\xb2\x2c\x13\x7c\x8f\x87\x6d\xcf\x48\xa9\xc0\x2c\x6e\ \x33\x22\x98\x39\x14\xe4\xfa\x90\x77\x48\xc9\x0e\x2c\x0e\xb3\x03\ \x01\xb5\x2c\xcb\x62\x5e\x1f\x39\xf7\xc8\xb7\xc4\xfe\x89\x98\xea\ \x0a\xcc\x09\xa8\xc9\x69\x56\x55\x55\xd7\xb5\x9c\xbb\x43\x97\x53\ \x3e\x18\x16\x11\x19\xa5\x8c\x2c\xdf\x3c\x6e\xe0\x8e\x9c\xb9\xc7\ \x3b\x28\xbb\x9c\xbe\x79\x46\xdf\x76\xe6\x9b\x72\x32\x70\xd0\x7c\ \xa9\x83\x91\xfd\x82\xb6\x1c\x50\x2e\x5d\xbf\x35\x2f\x3e\x60\x77\ \xb6\x40\xc7\xd6\x3c\x49\x95\xb0\xd7\xe2\x7b\x54\x70\x67\xf6\x6f\ \x7e\x98\x97\x96\xd4\x23\x8f\xc0\x0f\xff\xe5\x57\x0f\x62\xbc\xf3\ \xab\x77\xbf\xfb\x27\xff\xc6\x4f\x5c\x5a\x4d\xaf\x7f\xf9\xa3\xbf\ \xf1\x5b\x7f\xb8\x17\x30\x70\xfa\xce\x0f\xfe\xec\x4f\xbc\xef\x0d\ \x61\xe7\xe9\x7f\xf5\xeb\xbf\xf1\xf5\x5b\x75\xa2\x5f\x1f\x1e\xf2\ \x9d\x8e\xa9\x48\x83\xc6\xde\xb5\xbd\xf3\xf4\xb1\x63\x3b\x79\x4e\ \x07\x2d\x65\xbe\x55\x3a\x09\x3d\xa7\x01\xa9\x79\xb6\x0c\x6a\x6f\ \x33\xdb\xd9\xea\x05\x29\x62\x23\x61\x4b\x17\x76\xa9\x71\x5f\x77\ \x28\x07\x8a\x28\x19\xd7\x83\xa4\x63\xbd\xf6\xc5\xfd\xb9\x36\x6d\ \xe7\x4e\x08\x8c\x28\x32\xed\x3b\xfd\x4f\xfa\x82\x4b\x59\xfc\x51\ \x2d\xb7\xbf\x78\xf0\x00\x65\x74\xe8\x34\xfb\x2d\xa9\x7d\xac\x97\ \x25\xda\xee\x30\x14\x42\xcf\xfa\xa6\x7f\x04\xef\x3d\x1c\x6d\x90\ \x67\x27\x39\x88\x97\x42\xb2\x63\x39\x91\x76\x78\x61\x27\x49\x8c\ \x68\x22\x26\x0d\x5d\x32\xee\x11\xc0\xf4\xf4\xd4\x7d\x23\x9a\xd1\ \x68\xe4\xbd\x07\x6a\x3b\x9b\x04\x55\x25\x88\xca\x8d\xb0\xd6\x22\ \x43\x9a\x24\x65\x59\xc6\x28\x2e\x64\x77\x5b\xd2\x08\x21\x00\xc4\ \x38\xd7\x0f\xa5\x6d\x0c\x46\xd0\x4a\x17\x45\x91\x65\x19\x74\x63\ \xa3\xe3\xed\x93\x83\xf4\x93\xa6\x78\xe9\x42\xef\x15\xed\x3f\xe5\ \x0b\x34\x4d\xb3\xb1\xb1\x31\x18\x0c\xd6\xd6\xd6\x88\x49\x9c\x17\ \xa1\x73\x18\x8d\xe1\xc1\xbf\x32\xbb\x94\xae\x25\xdd\xc5\xbe\x5c\ \x21\x7c\x0e\x65\xeb\x87\x8a\xa8\x87\x64\x4e\x87\xd8\xcb\xd8\x71\ \x16\xe7\x7c\xc9\x05\xe9\x57\x95\xe4\x0a\x4b\x2f\x82\xfc\x20\xc5\ \x83\x7e\xeb\xaf\x31\x26\x4d\x92\x3e\xdb\x73\x54\x70\xf7\x9e\x8f\ \x1f\xe7\x7b\xee\x56\x5f\xf8\x42\x78\x15\x8d\x21\xd9\x43\xf2\xb6\ \xff\xf8\x3f\xbb\x2f\x5b\xff\xd2\x37\xe8\xc7\x7f\xee\x97\x57\xec\ \xad\xbf\xf7\xeb\x8f\xbc\xf5\xc7\xff\xab\x5f\xfa\x2f\xde\xf1\xff\ \xfd\xc6\xbf\x5e\xfa\xfe\xbf\xf5\xdf\xff\x83\xe1\x7f\xf3\x5f\xff\ \xc3\x1b\x21\x37\xaf\xc3\xfb\x77\x3a\x73\x5f\xaa\xaa\x33\xd3\xe9\ \x97\xee\xbd\x1b\xbf\xd5\x2d\x46\x54\xba\x9d\xf1\x18\xf3\xb5\xa8\ \x02\x86\x6e\xec\xe4\x9d\x74\x64\x27\xb8\xd6\x0c\xfe\xa0\xd7\x6e\ \x90\xd1\x04\x22\xc4\x56\x22\x75\xef\xd5\x63\xe3\xb6\xe0\x40\xe1\ \xf4\x30\x21\xd3\x4d\x4e\xe8\xe6\x33\x44\x5e\x25\x76\xe4\xc7\x55\ \x11\x03\x52\x3f\x48\xec\xa7\xb4\x70\x60\x65\xf6\x1b\xf1\xef\x5c\ \xcc\x02\xaf\x42\x95\x76\x0b\xd2\x1f\x32\xab\xd9\x27\x73\x5e\x81\ \x9f\x7b\x17\x35\x79\xb1\x58\x94\x65\x69\x8c\x19\x0e\x87\x02\xc4\ \x11\xf5\x22\xcf\xae\x3a\x77\xc6\x48\x10\x4b\x91\xb9\x6f\x7e\x22\ \xbb\x9f\x10\xc2\x62\xb1\x10\x0b\xc9\xaa\xae\xe5\x2a\xc9\x37\x97\ \xf8\x21\xaa\x1b\xad\x35\x02\xb8\xba\xe1\xae\x24\x2b\xa4\x96\x40\ \x4f\x5b\x5d\x44\x88\x15\x54\xd1\x4a\xb6\x6c\x7b\x92\xc8\xcc\x4f\ \x17\x5c\x3b\xd4\xa9\x03\xfd\x43\xa1\xe8\xd0\x05\xef\xef\x51\xe4\ \xb3\xf6\x9b\x21\x98\x8b\xa2\x28\x8a\x42\xd2\xf9\xd4\xa4\x8e\x5d\ \x60\xdf\x67\xd2\x04\x40\xe5\x1c\x25\xa2\x1c\xed\xc2\xcb\x66\x25\ \xcf\xf3\x98\x5f\xdf\xe1\x59\xc6\x87\x72\xf6\x43\xbd\x11\x87\xb6\ \x6b\x71\x27\xd1\x76\xe7\xca\xce\x89\x59\x6a\x1b\x7d\x53\xc9\xe8\ \x9f\x1c\x47\x10\x47\x7d\x91\xb0\x67\x5a\x6b\x52\x04\x61\xbf\x73\ \xea\xa8\xe0\xee\x5c\x58\x5d\xf5\x6f\x79\x8b\xfe\x83\x3f\x84\xdb\ \xeb\x60\xf4\xab\x83\x30\x98\x68\xff\xa9\x7f\xfe\xcb\x9f\x28\x77\ \x36\x77\xb1\x3e\xf7\xc0\x5f\xff\xbe\x07\xe1\x5f\x3c\x7a\xdf\x9b\ \xdf\xe7\xbe\xf0\x7f\xfd\xea\xaf\xfe\x93\xe2\xd1\xe1\x07\xfe\xd1\ \x8f\x5c\x58\xa2\xab\xdb\x6c\xe8\x75\xd3\xb0\xef\x6c\xe6\x8e\x77\ \x6f\x6d\x15\xde\x3f\xb5\xb6\x86\xdf\x7a\x03\x27\x7e\x81\x92\x91\ \xc5\xb2\x7e\x6f\x5b\x4d\x77\x3e\xe2\x3d\x00\x65\xe9\xe1\xe8\x4c\ \x33\x20\x42\xb0\xb5\xb6\x2c\xcb\x34\x4d\x07\x69\x06\x07\x3d\xf6\ \x24\x73\xe9\x9b\x4c\xf5\xd3\x6d\xf9\x7d\x3b\xb9\xd8\x7b\xd4\xaa\ \x4f\xc8\xb6\x3d\x32\x5d\x2f\x4f\x4c\xa8\xfb\xdb\x85\x7e\x62\x15\ \xbc\xbb\x93\x84\xe9\x73\xa9\x77\x9e\x57\x0c\x1b\x22\x5e\x16\x6e\ \xa7\x5f\x00\xdc\x2f\x00\x1c\x15\xdc\x45\x3b\xb7\x58\x2c\x64\x49\ \xe7\x79\x2e\x78\xd7\x77\x6e\x10\x8c\x88\x44\x53\x74\x8f\x11\xaa\ \x1a\x19\xa0\xfb\xa5\x5c\x8a\xb2\x2c\xcb\xb2\x6c\x9a\x66\x6f\x6f\ \x6f\x30\x18\x14\xc3\x41\x31\x18\xc4\xef\x2c\x63\x3c\x11\x51\x78\ \x18\xa3\x75\x70\xff\x3f\x7b\xef\x1d\x1d\xd7\x75\xdd\x0b\xef\x7d\ \xce\xb9\x65\xfa\x0c\x06\x95\x00\x08\x12\x04\x01\x76\x90\x14\x41\ \x52\x8d\x2a\x54\xb1\xa4\xc8\xb2\x1d\xc9\xb2\x9d\xb8\x25\x71\xe2\ \x24\xdf\x73\x9c\x97\x64\x65\xa5\xbc\xe4\xcb\x4b\x5b\xc9\x5b\x49\ \xfc\xe5\xc5\xb1\x9d\xc4\x45\x6e\x71\x62\xc9\x96\x65\x75\x89\xaa\ \x14\x7b\x11\x0b\xd8\x89\xde\x31\xbd\xdf\x72\xce\xf9\xfe\xb8\xc0\ \x70\x58\x24\x91\x20\x21\x82\xe2\xdd\x4b\xb2\xa1\x59\x33\x77\xee\ \x9c\x73\xee\xef\xec\xb3\xf7\x6f\xff\xb6\x9d\xcf\xe7\x9d\xcf\x96\ \x55\x7f\x19\x63\x4e\x8c\x85\x2a\x0c\xa7\x9d\xcd\x52\xa9\x94\xcb\ \xe5\x9c\x9d\x6f\x9a\xbb\x82\x40\xce\xda\x98\x2b\x8b\x87\xb1\xa2\ \x41\x60\xa5\xf3\x5b\x99\x3c\x3f\x47\x8d\xcb\x79\xdd\x09\xdf\x0b\ \x10\x95\x3d\xa6\xcb\xdb\x43\x39\x9d\x73\x19\xd1\x30\x09\x15\x12\ \xd3\x0e\xa4\x56\x6a\xc8\xc0\x79\x92\x79\xe7\x87\xd7\xcf\x11\xe7\ \x70\x76\xd0\xca\x15\x55\x49\xcf\x2f\x47\xa5\x9c\xcd\xc9\xef\xf7\ \x3b\xd3\x57\xde\x74\x2b\x2b\x87\xcf\x89\x7f\x5e\x06\xb8\x4b\x09\ \x8c\xd9\x37\xdd\xc4\x9e\xf8\x09\x9e\x3c\x09\xca\x2c\xe6\x03\x39\ \x37\x04\xd2\x50\xf3\xb2\x8d\xcb\x9a\x0e\x3d\x7e\x14\x29\xef\xde\ \xfe\x34\xfe\xc1\x47\x7e\xfb\x37\x32\xb0\xfa\x96\x83\x5b\x9f\x3a\ \x1c\x07\x95\x5d\x02\xb2\x0b\x5e\x34\x05\xd1\x94\x32\x71\x5b\xd8\ \x76\x49\xa2\xaa\x30\x45\x0a\xd3\xb2\x4d\x01\xc8\xa8\xce\xde\x21\ \xab\x2e\x85\x65\xda\x16\x53\xbc\x4e\xa8\x5f\x0a\xcb\xe4\x86\x94\ \x84\x31\x0f\x23\xd2\xb6\x4b\xb6\x10\x84\xa8\x65\x61\x32\xdb\xce\ \xdb\xc2\xe9\xae\xa0\x29\x94\x5a\x56\x11\x88\xa6\x50\x06\x20\x6d\ \xbb\x20\x40\x55\x19\x9b\x8b\xe8\x8e\xb8\x38\x1e\x1f\xf3\x7a\x47\ \x83\x21\x7c\xe7\xe7\xc1\xb2\x6c\x00\x70\x1c\xba\xf3\x93\x60\x38\ \xcd\x09\x39\x9f\x94\x3d\x55\x75\x82\x67\x94\xff\xca\xf1\x84\xb2\ \xa2\xa1\xc2\xd8\x14\x43\xfc\xbc\x3a\xc0\xb2\xcb\x73\x8e\xae\x40\ \xd9\x81\x2a\x7b\xf7\x65\x28\x77\x18\x84\xe5\x47\xae\x4c\xde\xb8\ \xa0\xde\xcb\xbb\x40\xc0\x05\xab\x57\xca\x8e\x58\xe5\xde\x76\xfe\ \x1b\xae\x10\x35\x80\x64\x32\xe9\x74\x3a\x5d\x5d\x5d\x1d\x0a\x85\ \x2a\xf3\x6c\x17\x54\x1e\xae\x14\x32\x03\x00\xc3\x30\x40\x48\x4a\ \x48\xa9\x54\x72\x2a\x7e\x19\x63\xf9\x7c\xde\x89\xc9\x38\x70\xe3\ \x0f\x06\xe8\x74\x0f\x26\x87\xed\x57\x29\x69\x62\x94\x0c\x10\xc2\ \xa9\x3f\x72\x36\x92\xf2\x09\x60\xfa\xe7\x03\xa1\x4e\x43\x54\xdd\ \x61\x3a\x39\x90\x34\x7d\xb0\x13\x04\xa9\x43\x89\x29\xeb\xdb\x9c\ \x69\xae\x3b\xed\x8a\x56\x30\x8b\xce\xc8\x96\x55\xb2\x92\x2a\xa3\ \xd2\xe5\x29\x06\x04\x02\xa4\x2c\xe8\x56\x36\x27\x60\xe5\xec\x43\ \x33\xc6\x76\x82\xe8\xb0\x4b\xcb\xa7\x8d\x73\x8b\x96\xcf\x5b\x48\ \xe7\x87\xf5\xce\xd7\xa2\x39\x67\x3f\x70\x0e\x34\xe5\xfa\x5e\xe7\ \x64\xec\x7c\x4b\x79\x23\x77\x86\x0e\xa6\xab\xb7\xa4\x94\x84\x31\ \x26\xa7\x74\xcd\xa6\x14\xc7\x66\xfe\xec\x9b\xa6\x58\xb1\x02\x2d\ \x9b\xec\xdb\x27\x5b\x9a\x66\x35\xa3\x6a\x92\x9a\x5f\xff\x7f\xff\ \x6a\xde\xd8\x33\x7f\xff\xe4\x41\x5d\xc7\x81\x13\x87\x86\x8c\x4f\ \xdc\xfd\xc8\xaf\x36\x75\x2c\xde\xf2\x8f\x8f\xe5\x39\x52\xe5\xe2\ \x8f\x1c\xa5\xba\x05\x9f\xbe\x31\x5a\x78\xe5\xed\xc7\x93\x36\x30\ \xa6\x13\xe2\x5f\xb1\xe2\xf3\xc1\xe2\xae\x1d\xa7\x76\x2b\xa1\xae\ \xcd\x9d\x8f\x56\xb3\xf8\xde\x03\xdf\x3a\x9e\xca\x9e\x8f\xef\x52\ \x18\x34\xb0\xe1\xa3\xab\xd6\x1d\x38\xf0\xcd\x9e\x54\x4e\xa2\x52\ \xd7\x70\xe7\xcd\xcb\xee\x0d\xc9\xd1\xed\xfb\xbf\x79\x32\xef\xdf\ \xb0\xf6\x97\x17\x55\x55\x4d\x8e\x3c\xbd\xf5\xf8\x76\x0b\xa9\x10\ \x74\xd9\x9a\x3f\x5d\x13\x0d\x4a\x51\xec\xed\x79\x62\x47\xff\x60\ \xd7\xda\x2f\xc2\xd8\xe3\xbb\xc7\xc6\x51\xe2\xa2\x25\xbf\x3e\x5f\ \xee\x7e\xf5\x44\x37\xa3\x6c\xae\x21\x3b\x2d\x96\x16\x8f\x8d\xf7\ \x84\x42\x79\xf5\xc2\x0c\x77\xc7\x34\x4d\xd5\x34\xdd\x79\xfe\xcb\ \xfa\x24\x67\xc0\x0e\x24\x01\x09\x67\x6b\x8e\x4f\x3d\x96\x12\x84\ \x94\x4e\x3b\xe0\x32\x9e\x96\x29\x7d\x8e\x73\xcb\x39\xcf\x19\xb9\ \x4a\xac\xa5\x94\x72\x9b\x97\x9b\x37\x39\x61\x10\x47\x2a\xcf\x01\ \x73\x47\x1f\xd5\xe1\x4c\x38\x49\xbf\x4a\x72\x98\x53\x1a\xea\x3c\ \x67\x62\x3a\xa0\x5f\x99\x0c\xac\xac\x88\x99\xd6\x95\x7c\x47\xcf\ \x5d\x4a\x70\x64\x7b\x2b\xab\xe1\x2b\x8b\x59\xc4\x79\x8f\xfd\x59\ \xd5\xb0\x30\xf3\x0a\x26\x5d\xf7\x34\x34\x34\x54\x57\x57\x3b\x14\ \x17\xc6\x58\x59\xd7\xb7\x6c\x30\x2d\xc4\x56\x19\x68\xe2\x9c\x1b\ \xa6\x89\x42\x7a\x3d\x1e\xa7\x86\xc8\x79\xb3\x73\x85\xb2\xcb\x9f\ \xce\x64\x4c\xd3\xe4\x42\x30\x4a\x01\x51\x70\x21\x04\x37\x4c\xd3\ \xa3\xeb\x5e\xaf\x97\x51\xe6\x51\x35\x4a\xa9\x93\x14\x2d\xf3\x20\ \xcb\x93\xcb\x34\x15\x10\x6d\xdb\x22\x38\x15\x73\x77\x64\x23\xa7\ \xf1\x99\x93\x69\x31\x4b\x98\x2e\x5a\x76\x6e\xe6\x1c\x5e\x53\xa5\ \xd6\x8a\x43\x8c\xa9\xec\x76\x8d\x48\x1c\x6f\x9a\x73\xce\x6d\x2e\ \xa1\x2c\x4e\xc7\x00\x9d\x49\x74\xdc\x5e\xe1\x4c\xd3\xb4\x44\xda\ \x4c\x9f\x35\x04\x59\x21\x4d\xec\x38\xcc\x50\x71\x1a\xa8\xac\xb2\ \x7e\x27\xcf\xfd\x9c\x57\x2a\x65\x7f\xca\x6e\xb8\xb3\x36\x38\xe7\ \xce\xaa\x76\xdc\x1d\x29\xa5\x69\x5a\x95\x22\xfe\xe7\x28\x95\x4a\ \xce\x2d\x29\xa7\x44\x0b\x1c\x79\xe7\x99\x3f\xff\x96\x25\x96\x2c\ \x11\x8b\x5a\xf1\xad\x6d\x98\x2f\x48\x32\x3b\x31\x6f\x61\x1b\xd2\ \xfb\xf0\x1f\x7e\xe5\xa1\xe8\xb1\x3f\xfb\x93\xaf\x8c\x58\x94\x63\ \xe0\xc1\x5f\xfb\x92\xba\xe3\xeb\x9f\xf9\xf8\x43\x9f\xf8\x9d\x7f\ \x5d\xf7\x4b\x5f\xba\xbd\x4d\x2b\x9a\x17\x55\x04\x24\x79\x89\xf9\ \x6f\xb8\x7d\xed\x27\xdb\xaa\x17\x30\xea\x6b\x6d\xd9\x14\xd6\x42\ \x8b\xda\x3e\x73\xcf\xca\x8f\x34\x86\xc3\x86\xa5\xaf\x5b\xfd\x19\ \x4f\xea\x99\x37\x7a\x27\x37\xac\x79\x34\x84\x26\x9f\xaa\x5a\xe0\ \x53\x79\x05\x69\x59\x58\xbd\x6e\xf5\xaf\xae\x6d\x5a\xe3\xa1\xb4\ \xba\xee\x96\x45\xd1\x26\x0f\x15\x3d\x27\x7f\x74\xa4\xd8\x78\x47\ \xe7\x5d\x9a\xc8\x0e\x0d\xfc\xf4\xb5\xa3\xbb\x16\x75\x7c\x62\x81\ \x87\xda\x42\x4a\xf4\x34\xd6\xb5\x27\xfb\xbf\xfb\xcc\xa1\x5d\x1d\ \xab\x7e\x73\x79\x6d\x5b\x4b\xd3\x83\x77\xad\xb9\xdf\xc3\x33\xdc\ \xb3\xe4\xf6\xce\x2f\x74\xce\x6b\x00\xc1\xe7\x5a\x3b\x2b\xa9\x30\ \xef\xe0\x60\x28\x1e\x3f\x5e\x57\x57\x62\xec\x5d\xc0\x7d\x8a\xd1\ \x77\x21\x3f\x71\x6a\x29\x23\x54\xbc\x3e\xf5\xbf\x48\x10\x29\x32\ \x46\xcb\x09\xb7\x32\x04\x94\x25\xd7\xa9\xd3\x52\x52\x61\x4c\x61\ \x54\x61\x94\x31\xca\x98\x90\xd2\xb4\x4d\xc3\x34\x01\xc1\xe7\xf7\ \x33\x85\x49\x29\xa4\x14\x0e\x07\x87\x73\xdb\xb2\x4c\xce\x6d\xce\ \x6d\x29\x85\x23\x11\xeb\x28\x0a\x0a\xce\x41\x4a\x90\x92\x5b\x36\ \x48\x49\x09\xa1\x78\x56\xd1\xec\x39\x0d\x02\x2b\xa9\xf4\xef\xd4\ \x8b\x03\xa0\x12\xd9\x9d\xc6\x4e\xdc\xb9\x9f\x29\xc9\xc9\x0b\x79\ \xfd\xe7\x8c\xcc\xcc\xc0\xdd\xe9\x82\x94\xcf\xe7\x1d\x44\xa8\xd4\ \x90\x71\x00\x5a\xd7\x75\x27\xbf\x5a\xa9\xe8\xe2\x80\xaf\x47\xd7\ \x9d\xaa\x11\xa7\xc4\xd4\xa9\xcb\x0f\x85\x42\xc1\x60\xd0\x71\xdb\ \x55\x55\xd5\x54\x95\x51\xaa\x29\x8a\xd7\xa3\x33\x42\x28\x01\xcb\ \x34\x0a\xb9\x9c\xe0\x76\xc0\xef\x0b\xf8\x7d\x4c\x61\xe7\x08\x4f\ \x56\x6e\xde\xc2\xe6\x20\x04\x01\x94\x42\x38\x5c\x28\xa3\x64\x20\ \x80\xaa\x28\x8c\x32\x5d\xd3\x9c\x38\x8f\xd3\x0a\xca\xf1\x0c\xca\ \xb0\x3e\xf5\x2b\x88\xf3\x39\xe1\xb4\xb4\xe5\xdc\xe6\xc2\x46\x04\ \x42\x90\x32\x4a\x08\x4a\x90\x5c\xd8\x42\x70\x21\x38\x80\x04\x22\ \x91\x38\x50\x78\x86\x88\x24\x25\x0a\xe1\x28\x9e\x2b\x53\xc4\x5c\ \x42\x1d\x75\x97\xcb\xf2\xdf\x09\x52\x52\xee\xc7\x28\x10\xa6\xba\ \xb2\xe2\x34\xa1\x66\xba\x83\xd8\x14\x9b\x4c\x48\x21\x41\x3a\xa5\ \x17\xe7\xab\x48\x96\x1d\x9a\xa9\x8a\x6c\x04\x67\xdb\x9a\x4e\xd6\ \x12\x45\x61\xba\x47\xf7\xfb\x7d\xba\xae\x4e\x4f\x22\x52\x4a\x9c\ \x6b\x52\x4a\x34\x4d\x53\x35\x15\x11\x85\x14\xc2\x69\x21\x4b\xc8\ \xa5\xf7\x50\x3d\x27\x32\xe3\xf5\xf2\x8d\x1b\xc9\x9b\x5b\xf1\x8e\ \x4d\x30\x3b\xe0\x6e\x9a\xf6\xa2\xcd\x9f\xff\xc2\x7a\xe3\x7f\xff\ \xe6\x9f\x1f\x4e\xa2\x4f\x03\x03\xd4\xda\x05\xf3\xcc\xb7\xf3\xa6\ \x65\x4f\x0e\xf4\x96\xbc\xf7\x85\x02\x9a\x14\xf9\x8b\x81\x76\x13\ \x23\x1b\x3b\x36\x27\x06\x7e\x6a\xa9\x44\x92\x70\xdb\xfc\x3b\x46\ \x0a\xa7\xfb\xfa\x7e\xf4\x22\x65\x8b\x14\x44\x24\x0c\x29\x45\xd5\ \x28\x8e\x52\xcf\x3d\xb5\x3a\x49\x16\x85\xa6\x47\x03\xaa\x6e\x9b\ \xa9\xac\x99\xb7\xb8\x6c\x69\x7b\x30\x52\xda\xb5\x6b\xa8\x56\x02\ \xab\xaf\xbf\xa5\xb1\xf4\xd2\x4b\xc7\x9f\x3f\x6d\xc3\x92\xc8\x87\ \x0a\xd2\xe2\x76\x2c\x6d\x2f\x7f\xb0\xeb\x17\x78\xfc\x95\xa1\xa2\ \xc9\x88\xca\x25\x70\x5e\x94\xdc\xe4\xc2\x06\xa4\x4c\x8d\x98\xb9\ \x03\x93\xbe\xa5\x1d\x35\x75\x93\x91\x8d\x22\x77\x62\xd2\xf0\x68\ \x08\xd6\xcc\x79\x13\xb3\xb3\xa5\x32\xe6\xef\xed\x33\x8a\xa5\xbe\ \xea\x28\xbe\x6b\x48\xe1\x4c\x00\xb9\x22\x9a\x51\x19\x0f\x71\x5a\ \x2e\x00\xc8\x29\x91\xd3\x29\xf5\x56\xa7\x78\xe9\x8c\x27\x5b\x3e\ \x65\x57\x9e\xbb\x25\x00\x96\x1b\xd3\x00\x20\xa2\x69\x99\x44\x30\ \xc1\x85\x44\x14\x08\x14\x64\x05\x3f\x4d\x54\x16\x61\x0a\x21\x6d\ \x5b\x22\x52\x00\xb0\x4c\xcb\xb2\x2d\x4a\x29\x02\x98\x96\xe5\xf3\ \xf9\x28\x53\x84\x70\xca\x9c\xce\x8a\xc3\x9e\x45\x85\x44\x74\x24\ \xc9\xce\xdf\xba\xca\x80\x0e\x08\x12\xa4\x04\x09\xd3\x7d\xb5\xa7\ \x51\xdb\xe9\x1f\x84\x95\xe2\x2a\xe7\xa8\x0d\x5f\x4e\xac\xa6\xac\ \x91\x59\x79\x62\xa8\xac\xfe\x3d\x57\xff\x72\x9a\xa8\x0e\x00\x82\ \x73\xa6\xa8\x8c\xd2\xb2\x3c\xb2\xf3\xc3\x8b\xc5\xa2\x93\xe4\xa4\ \x94\x52\xa7\xc2\x1d\x89\xaa\x28\x26\xa5\xb6\x6d\x0b\xdb\x16\xba\ \x0d\x42\x28\x94\x32\x46\x4b\x25\xb3\x5c\x56\x0a\x00\xc5\x62\xd1\ \xa1\x4e\x96\x2b\x42\x41\x52\xd3\x34\x9d\x1a\x57\x4d\xd3\x04\x17\ \x42\x61\x1e\x4d\x47\x09\x04\x89\xac\x20\x6b\x96\x25\xc3\xa6\x69\ \x7f\x4e\xb7\x8d\x29\xa0\x17\xd2\x76\x56\x8c\x69\x55\x90\x02\xa7\ \x49\xb7\x4e\x56\x83\x52\x2a\x1d\xed\x7f\x87\xc8\x64\x0b\x21\xa7\ \xf4\x23\xcb\x5f\xe1\xa0\xbc\x94\xdc\x30\xcc\xcb\xea\x5e\x0b\xc2\ \xe9\xcf\x0d\x20\x9c\x6e\x49\x78\xc6\x45\x70\xce\x0e\x8e\xe4\x06\ \x48\x29\x1d\xb4\x76\x0e\x46\x12\x40\x70\x5e\xde\xd2\x2b\xc9\x3c\ \x67\x07\x70\xc0\xe6\x76\x99\x33\xc3\x18\x93\x20\x2d\xcb\x04\x90\ \x84\x11\x82\x68\x73\x4b\x58\xa2\xb2\xbd\x25\x21\x96\x33\x56\x96\ \x65\xd9\x9c\x2b\x4e\x94\x0c\xe4\xe5\x46\x03\xf8\x4d\x37\x2a\xdf\ \xf9\x8e\x7e\xea\x34\xd0\xd9\x10\xbe\x92\x1c\xf5\xf5\x0f\xfe\x62\ \x5d\x20\xf1\xe0\x6f\xff\xe5\xc7\xbc\xde\x74\xdf\xee\xaf\xff\xf3\ \x63\xcf\x7f\xf7\x87\x9b\xff\xe8\x4b\x5f\x6f\xbd\x47\x5b\xb8\x32\ \xf6\xfa\x7f\x6f\x3f\x9a\x2e\xaf\xf2\x77\xbb\x55\xc1\x6b\x1a\x36\ \x35\xd0\x53\x6f\x9c\x1a\xba\x73\xd9\x7a\xb4\xfa\xb7\x6c\xfb\x3b\ \x46\xb0\x64\x1a\x25\x01\x88\x54\x21\xb9\x9d\x07\xbe\x7b\xeb\xf2\ \xfb\x6f\xaf\x6f\xa9\x61\x69\xc3\x16\x92\x5b\x91\xc6\xfb\xef\x69\ \xeb\x9c\x3c\xfd\x83\x17\x4f\x6e\x53\x7c\xab\x96\xd7\x57\xed\x3f\ \xf0\x83\xc5\x9d\xbf\x4e\xd1\x38\x74\xe8\x9f\x4e\x30\x4a\x88\xd2\ \xd0\xfa\xe8\x6d\xf3\x94\xd7\xb7\xbd\xc2\x89\xd7\xc8\x1f\x7a\x61\ \xcf\xb7\x36\xdf\xf0\x8b\xcb\x6a\x9e\xdd\x31\x9e\x41\xb4\x05\xad\ \xee\x5c\xf1\xa5\xea\x7c\xae\xff\xc8\xd7\xbb\x53\x9e\x56\x3e\xb8\ \xbf\x2f\xd3\xda\xf1\xf9\xf9\xcc\x77\xf4\xf8\xcf\x1a\xe6\xd5\xaa\ \x28\xad\x39\xe5\xb7\x13\x02\xa6\xe1\xdb\xbd\x7b\x52\xca\xa1\x48\ \x58\x99\x51\xc3\xa0\x4a\x88\x3c\x3f\xa7\x74\xc1\x50\xe3\x39\xc1\ \xca\x4a\x84\x2a\x7b\xbb\xba\xa6\x53\x42\x1d\x2e\x81\x61\x18\x6a\ \x45\x28\xb6\xfc\x8d\x15\x7d\x21\x04\x00\x05\x98\xca\xd0\x56\x4a\ \xc4\x4c\x05\x70\xa6\xb5\x3d\xce\x6f\x2a\x52\x76\x60\xce\x81\xd4\ \xb3\x95\xd3\x01\xce\xd6\xc6\x82\x8a\x2a\x56\x00\x28\x77\x32\xa9\ \x64\x6e\x94\x49\xf4\x97\xb5\xfb\x0a\x59\xa9\x54\x5e\xce\xc5\x39\ \xce\x5e\x25\xf7\x99\x9e\x5d\xf7\x88\x88\x9c\x10\x59\xd1\x92\xb0\ \x3c\xf2\x3e\x9f\xcf\x01\x5c\x45\x51\x38\xb7\xa7\x2a\x0d\x28\xf5\ \xfa\x7c\x96\x65\x31\x45\xd1\x75\x3d\x93\xc9\x64\xb3\xd9\x40\x20\ \xe0\xec\x0a\xe5\xcc\xb6\x73\xe4\x72\xee\xc1\xa1\xdb\x73\xce\x73\ \xb9\x5c\x79\xa6\x4a\xa5\x52\x24\x12\xf1\x78\x3c\xba\xae\x9b\x96\ \x29\x80\x94\xa3\xc6\x8e\xb4\x59\x25\xe5\x11\x09\x4c\x8b\xbf\xb3\ \x72\xdd\x2c\x4c\x77\x55\x75\x6a\x91\xce\x28\x3c\x4f\xab\x1f\x97\ \xf3\xed\x42\x70\x51\x21\x0a\x54\x1e\x9c\x33\x95\x41\x97\x41\x85\ \x9c\x92\xc3\x7b\xa7\x06\x64\x04\x01\x51\xa0\x98\xaa\x29\xaa\xc8\ \x30\x39\xb3\x6f\x72\xb3\xf2\xf4\x76\x9e\x0a\xb4\x2c\x07\xe7\xcb\ \xa5\x79\x95\x0f\x94\xc4\x29\x6a\x93\x13\x6a\x2f\x4f\x6e\xf9\xf3\ \xca\x34\xef\x1e\x01\x2f\x0f\xdc\xa5\xe4\x6b\xd6\x40\x75\xb5\xff\ \xe0\x21\x31\x2b\x9e\x3b\x6a\x0a\x6e\xfb\xf6\x1f\xfd\x7e\x6d\x40\ \x57\x15\x00\x30\x32\x63\x42\x53\xfb\xb6\x7e\xf7\x77\xbe\x7c\x70\ \xd5\xa2\x5a\x3b\xfb\xc3\xb7\xf7\x1d\x48\x70\x55\xbd\x70\x6d\xfc\ \x39\xc7\x29\xac\xaa\xbe\xa1\xa5\x3e\x78\x7f\x95\xbf\x39\x12\x89\ \xf5\xfc\xec\xad\x89\x18\x41\x49\x89\x32\xed\x18\xaa\xa5\xe4\xb6\ \x27\xb7\xbc\xbe\xa2\xeb\xff\x84\x6a\xfa\x27\x4c\x50\x15\x6d\xb2\ \xf7\xfb\x3f\xe8\xfb\x21\x48\x29\x90\x06\x7c\xcb\x5b\xeb\x56\x44\ \xd6\xff\x7e\x7d\x6d\xc7\x44\x61\xdd\xa9\xcc\x2e\x29\x2d\x16\xb9\ \xe5\x8e\x8e\x65\xdb\xb6\xfd\xed\x91\x78\xc1\xef\x0d\x48\x9e\x1d\ \x19\xdd\x36\x62\x7c\xaa\x2e\x14\x11\xa3\x29\xc6\x14\x62\x8f\xed\ \x39\xf8\x17\x2f\x0d\x8c\x53\x14\xde\x9a\xfb\x35\x2a\x07\x06\xde\ \x68\xbb\xfd\x9f\x1b\x73\xff\xfe\xfa\x44\xac\x65\x41\x8b\x82\xe7\ \x47\x77\xaf\xaa\x51\x82\xa9\x0c\x39\x70\xf0\x54\x5d\x6d\xd2\xe3\ \x51\x2f\x9d\x1a\x5c\x59\x38\xf3\x2e\xb8\x0f\xe7\xd5\x74\x54\x2e\ \xf7\x0b\x5e\xa4\x9c\x7c\x43\x44\x4a\x08\x20\xd0\x8a\x0a\xf5\xca\ \xa6\xa0\x0e\xee\xa8\x2a\x03\xc0\x32\x6b\xcd\x41\x79\xa7\xd2\x55\ \x51\x14\xa7\xcd\xde\xf9\x1c\x98\x33\x7f\xe3\xbb\xa5\x52\x1d\x6d\ \x85\xf3\x3b\xde\x9d\x83\xe3\x70\x5e\xa3\x64\x29\xa5\x73\x16\x87\ \x99\xfb\x90\xf2\x9c\x58\xff\x99\x76\x3f\xd3\xcc\x90\xca\x01\x2f\ \xbb\xe7\x53\xa3\x47\x08\x88\xb3\x74\x78\x1c\x18\x2d\x13\xb1\x6d\ \x9b\x53\x4a\xca\x1c\x18\x07\xca\x9d\x10\x8a\xa6\x69\xb6\x6d\x53\ \xaa\x38\xff\x59\xd6\xd1\x3d\x67\x1b\x63\x8c\xf9\xfd\x7e\x47\xa5\ \xd9\x19\x76\xdb\xb6\xe3\xf1\x78\x24\x12\xd1\x34\x8d\xf3\x33\x3c\ \x96\x32\xf7\xe3\x0c\x43\x06\xb0\xdc\xd3\x75\x4a\x9a\x9c\x31\xa8\ \x68\x68\x55\x4e\xa8\x96\x3b\xf9\x9d\x43\x25\x3a\x67\x46\xca\x1b\ \x9b\x7d\x59\x2a\x87\x53\x65\x44\x65\xa1\x9e\xb2\xee\xe3\x99\xcc\ \xbc\x44\x80\xb3\x12\x2d\xe5\x51\x75\x9a\xe4\x95\x8b\xb9\xde\x41\ \x05\x41\x96\x19\xa5\x30\xdd\xef\xa5\x5c\xe1\x7c\x4e\x9b\x49\x38\ \x4f\xfa\xe2\x9c\x98\xcf\xe5\x81\xbb\x6d\xcb\x86\x7a\x68\x6d\x8d\ \x1c\x38\xa0\x36\x37\x3a\x9d\x43\xae\xb4\x13\x29\x87\x0f\x6c\xed\ \xe1\xe5\x2d\x5d\xd1\x3d\xba\xae\x88\xb1\xe3\x3b\x07\xba\x39\x20\ \xd5\x74\x5d\xb9\x08\x64\x07\x00\x46\x95\xfe\xa3\x7f\xff\x6f\x47\ \x65\xb0\xe1\xbe\xfb\x17\xb7\x1d\x4b\xc3\x5d\xb7\xfc\xd9\x48\xf7\ \x3f\xee\x1d\x8b\x11\xa2\x29\x94\x49\x61\x04\xe6\xdd\x7d\xef\x92\ \x07\x5b\xfc\xe6\x1b\xdb\x7f\x52\x42\x95\x39\x31\x33\xe9\x64\x36\ \xf4\x7c\xf2\x99\x6f\xfe\xfc\x39\xf4\xb4\xdd\xb7\xe1\xb3\xa7\x07\ \x8f\x2d\x5e\xf1\x07\x75\x99\x67\x63\x55\x0f\x2e\xf4\x61\x6c\xc1\ \xc7\x6b\xe7\x9d\x3e\x38\x6e\x75\x75\x6c\xf6\xa8\xa1\x7a\x75\x78\ \xcb\xf0\x10\x63\x14\x00\x19\xd3\x05\x41\xc6\x7c\x2a\x94\xa8\xea\ \x51\x55\x1f\x14\x4f\x6e\x7d\xfb\x9f\x03\xf9\x5d\x25\x5c\xe1\xd1\ \x42\x3a\x45\x39\xa7\x74\xc3\x08\xc5\xe1\x21\xe8\xee\x3e\xdd\xd1\ \x7e\x11\x4b\xc0\x2e\x93\x8e\xcf\x72\xc3\xa7\x57\x19\x39\x1b\xbb\ \xa7\xc3\xf4\x74\x7a\x7e\xf1\x1c\x0a\xbc\x70\xb4\x5f\x9c\xd5\x5f\ \x41\xf6\x72\x9e\x87\x8a\xb6\xf7\x68\xdb\xb6\x6d\x1a\x30\xdd\xe4\ \x61\x2a\x0a\x54\x6e\x99\x2a\x84\x94\x50\x2a\x99\x00\xe0\xa8\xc5\ \x3a\xa5\xf9\x42\x4a\xb3\x58\x2c\xf7\x94\x50\x54\xb5\x1c\x9a\x38\ \xc3\xa7\x94\xd2\xf1\xd1\x9c\x6c\xc8\x59\x4d\x3c\x60\x3a\x71\xe0\ \xfc\x1f\xca\x73\x28\x40\x00\x58\xce\xb2\x56\x72\xe7\xa1\xa2\x65\ \x04\x00\x98\xa6\xc5\x39\xbf\x9c\x1d\xfd\xfc\x6e\x15\x0e\x1b\xa4\ \xec\xa2\x56\xa6\x10\x2a\xa5\x68\x01\x41\x65\xaa\xa6\x28\xe5\x2e\ \x4e\x0e\x40\x57\x4a\xe5\x18\x46\xa9\x7c\xc6\x72\xe0\xac\x3c\x41\ \xb6\x65\x15\x8a\x25\xdb\xe6\xe5\xe2\x29\x07\xee\xcb\x89\x5c\xe7\ \x45\x87\xb2\xe7\xa8\xbb\x38\x71\x09\x67\x5b\x2d\x16\x8b\x94\x52\ \xaf\x3f\xe8\xe4\x03\xca\x9b\x53\xa5\x0e\x8f\x73\xce\x76\xd8\x4d\ \xe7\xe4\x3f\xe0\x6c\x4d\xe3\xf2\x2b\x95\xac\x44\x59\x0e\x80\x5f\ \x88\xaf\x72\x39\x2d\x53\x84\x10\xe9\x74\x46\xd7\xb5\xf2\xde\x53\ \x8e\x19\x4c\x5d\x9f\x20\x9c\x57\x80\x3a\x45\x39\x25\x84\x12\x7a\ \xbe\x48\x6a\xe5\x76\xcd\x28\x11\x7c\xaa\xe6\x80\x0b\xa1\xa9\x6a\ \x59\x84\x0e\xa7\x25\xf0\xce\x29\xf7\xad\x58\x00\x65\x89\xbc\xa9\ \xf5\x70\x79\xe0\xce\xb9\xa8\x8a\xc2\xc6\x8d\x0d\x6f\xbd\xd5\x54\ \x5b\x3d\xa2\x69\x6c\x16\x0a\x9a\x98\xee\x65\xe7\x06\xfb\x51\xd1\ \x3c\x8a\x36\x83\x93\x86\x65\x4b\x91\x9a\xd8\xfa\x62\x6e\x6f\xda\ \xca\x1c\x3a\xf6\xdf\xc5\x5c\x51\x53\x94\xe1\xfe\x1f\xa5\x48\x0e\ \x15\x8f\xb0\xd3\x43\x83\x4f\xed\x19\xdf\x1b\x2f\x9a\x53\x0c\x96\ \x4a\xff\x4d\xda\xb6\x90\xb2\x70\x7a\xeb\xde\xaf\x15\x73\x79\x85\ \x3f\x15\xb7\xc7\x8d\xe4\xf7\x9f\x8d\x37\xa8\x4c\xb1\x8c\xac\x55\ \x9c\xe8\x19\xdd\x17\x64\xf6\xde\x89\xbd\xa3\x05\xc1\x08\x91\x50\ \xd8\xb7\xf7\x9f\x65\xbe\xa4\x52\x44\xd0\x79\x7a\xef\x4b\x7b\x8f\ \xe5\x41\x8b\x0d\x3c\x2f\x89\xa2\x2a\x47\x5f\xda\x35\x9e\x02\x95\ \xce\xa9\x88\x3b\x21\x6c\xfb\x76\x30\x8c\x9e\xc6\x46\x78\xaf\x09\ \xad\xa9\xae\x56\x15\x95\x55\x30\x10\x10\xf0\xfc\x66\x1d\x67\x69\ \xb4\x96\x5b\xb9\xc3\x59\x3d\x0a\xa6\xde\xe0\xc8\xd5\xe0\x19\x6f\ \x94\x10\x42\xa6\x04\x1e\xcf\x28\x4c\x4d\x67\xdf\x6c\x82\x20\x84\ \xb4\x6d\x6b\xca\x33\x92\x12\x40\x52\x42\x29\xa3\x94\x32\x82\x54\ \xc8\xa9\x3e\x96\x86\x61\x3a\xcc\x7a\x21\x05\xa5\xd4\x34\xcc\x92\ \x65\x30\x45\x55\x55\x65\x7a\xae\xa7\x68\xe9\x62\xda\x4d\x11\x5c\ \xca\x0a\x1f\xf9\xac\x80\xbb\x04\x21\xa7\x28\xd5\xe7\x28\x70\x39\ \x2e\x01\x48\xe0\x82\x57\xf8\xf8\x20\x2a\x1c\x6a\x5d\xd7\x02\xfe\ \xc0\xcc\xc2\xee\x52\x4a\x8f\xc7\x13\x0e\x87\x7d\x3e\x5f\x59\x2d\ \x8a\x52\x8a\x48\x6c\xdb\x16\x82\x3b\x59\xba\xca\xa4\x88\x10\x67\ \xc4\x49\x2c\xcb\x46\x90\x48\x88\x42\xa9\xe2\x70\x43\x1d\x46\x1d\ \xe7\xc4\x21\xa5\x48\xa9\xa8\x0c\x24\x30\x46\x55\x55\x25\x84\x72\ \xc1\xa7\xca\x75\x09\xf1\xe8\xba\xc7\xeb\x33\x0c\x13\xa6\x45\x16\ \xcb\xea\xf6\x8e\x62\x70\xb9\xc0\xd2\x39\x43\x38\x65\x10\x94\x31\ \xcb\xb2\x28\x21\x9c\xf3\x58\x2c\x5e\x28\x14\x02\x81\x80\x23\x16\ \x5f\x9e\xd0\x8a\x83\x08\x98\x96\xe9\x54\xbd\x4e\x6b\x5a\xc8\xca\ \x4d\xf5\x2c\x62\xc9\x34\xc0\x71\x2e\xa6\x92\xf6\x67\x83\xfb\x99\ \x24\x2d\xa2\xaa\xaa\x8c\xd1\x99\xe9\xfd\x3a\xae\x7a\x6d\x6d\x4d\ \xb9\x0c\x6a\x4a\x53\xb0\x22\x82\x27\x71\x4a\x6d\xa9\x7c\x26\xa3\ \x8c\x32\x3a\x75\x2a\x62\x0a\x63\x44\x71\xd6\xb2\xb3\x5c\xcf\xe1\ \x07\x2b\x2a\x73\xca\xee\x9c\x8f\x7b\xbd\xde\x69\xdd\x6b\x87\x05\ \x23\x2d\xdb\x76\x2a\xe3\x08\x21\x8c\x4e\xab\x3e\x4c\xd1\xc5\x2a\ \x34\x84\x9d\xaf\xbb\xcc\xb0\x0c\x00\x58\x1b\xd6\x47\x35\xad\xb9\ \x58\xea\xd3\x75\x26\xe7\x1a\xef\xe3\x7c\x77\x87\x4a\x2b\x3e\x9a\ \x14\x94\xb2\x91\xb1\xfd\x84\x6a\x8c\x90\x7c\xae\x27\x0b\x94\x31\ \xad\x94\x3a\x74\x30\xce\x29\xd5\xde\x81\x9b\xe8\x2c\x25\x63\x32\ \x71\x82\x10\x0d\x92\x87\x04\x32\x02\x13\xb1\xc4\x01\x00\x40\x54\ \x14\x4a\x7b\xfa\x9e\x17\x00\x74\x4a\x23\x1e\x10\xec\x78\xac\x1b\ \x88\x4a\x9d\xce\xb6\x66\x6c\xb8\x34\xce\xa8\x3a\x25\x6b\x63\xa7\ \x86\x26\xe3\x8c\xa9\x73\x0a\xdb\x25\x21\x6c\xe7\x2e\x63\x7e\x73\ \xb6\x26\x8a\x25\xe3\xdd\xd7\xfa\x37\xbe\xfa\xcf\x73\x75\xa6\xa7\ \xce\xd1\x73\x79\x39\xe6\x72\xf9\x19\x7c\xaa\x58\x2c\xde\x7b\xef\ \x87\xee\xbd\xf7\x43\x97\xf1\xe0\xca\xb3\xf7\xd6\x99\x3c\x48\x33\ \xf8\xc6\xca\xc3\xc4\x7b\x5e\xe4\x5d\xde\x73\xa9\xf7\x7f\x8e\x06\ \xc0\xcc\xfc\x77\xd3\x34\xe7\xcf\x6f\x7e\xe6\xe7\x3f\xb9\xf8\xef\ \xba\xfc\x71\xbb\x2c\xb7\xf8\x72\x1f\x21\xd3\x34\x57\xae\xf4\x85\ \x82\xeb\x32\xd9\x6d\xe1\x90\x9c\x63\xac\x8f\x77\xb8\x69\xca\x28\ \x85\xb3\x84\xc3\xd4\x69\xe1\x30\x55\x7b\xef\xdc\x01\x32\xaa\x01\ \x00\x50\xe7\xbd\x54\x23\x5a\x45\x50\xd8\x7b\xee\x97\x51\xad\xf2\ \xbf\x94\xca\xcc\x33\x52\x85\xcd\xb1\x0e\x4c\x8c\x92\xb1\x31\xfa\ \xe6\x9b\xe9\x65\x4b\xec\x60\x10\x0b\xe3\xef\xce\x83\x42\x9c\xd3\ \x13\x3e\x97\x6f\xef\x32\x37\x9e\xcb\xf9\x69\x17\xff\x59\xe7\x60\ \x80\xd3\x2c\x3f\x84\x8b\x55\xc4\x71\x7c\xec\xca\x94\xf8\xf9\xf9\ \xf3\x8a\xf7\xe2\x25\xdd\xe4\xa5\xfe\xf6\x73\xde\x7f\x79\x92\x6d\ \x78\xad\x2c\xb9\xcb\xae\x9d\xb1\x6d\xbe\x60\xa1\xb9\x72\xe5\xaa\ \xb7\xde\xf2\x4a\x69\x5d\x13\xe0\xee\xda\xbb\x98\xaa\x92\xee\x6e\ \x48\xa5\x8a\x9b\x36\xf1\x44\x1c\x84\x78\x77\x70\x97\x73\xfd\xac\ \xf6\x81\xb5\xf7\x73\xe4\xcb\x5f\x25\xa1\x32\xe4\x70\x05\x6f\x52\ \xba\xc3\x7e\xc5\xed\x0a\x50\x5c\x24\x42\x72\xd9\xd2\x8e\x92\x51\ \x67\x9a\x1c\x5d\x6c\xbf\x96\x0d\x11\x10\xe9\xae\x5d\x80\xc8\x57\ \xad\x02\xc3\x74\x87\xc4\x35\xd7\xae\x51\xbb\x02\xe0\x4e\x08\x19\ \x5d\xb2\x44\x01\x58\x93\x2b\xb8\xe0\x7e\x8d\x2f\x07\x02\xb9\x1c\ \x7d\xed\x35\x58\xb2\x44\x2c\xed\x00\xcb\x72\x87\xc4\x35\xd7\xae\ \x5f\x70\xa7\x00\xa3\x01\xff\x20\xc2\x0d\xf9\xbc\x7b\x44\xbf\xb6\ \x8d\x52\x32\x39\x49\x0f\x1e\xe2\xb7\x6d\x02\x8f\x17\xdd\x90\x8b\ \x6b\xae\x5d\xb3\x76\x05\xf4\xaa\xa8\x94\x31\x46\x8b\x1e\xcf\xcd\ \xd9\x5c\x9d\x65\x25\x18\x63\x2e\x28\x5c\xb3\xe0\x4e\xb7\xef\xc0\ \xc9\x49\xfb\xb6\xdb\x41\xb8\x93\xe8\x9a\x6b\xd7\xb7\xe7\x4e\x00\ \x2c\xc0\xed\x41\x7f\x88\xf3\xd6\x92\x61\xb9\x91\x99\x6b\xd7\x90\ \xd0\xad\x5b\xe5\x82\x16\xb1\x7c\x19\x5c\x5e\xcf\x1a\xd7\x5c\x73\ \xed\x9a\x07\x77\x00\x50\xa5\x3c\xec\xf5\x12\x80\x1b\x72\x39\xb7\ \x21\xd2\x35\x7b\x8a\xa3\x10\x8b\x91\xd7\x5e\xe3\xab\xd7\xc8\xea\ \x1a\xe0\xb6\x3b\x24\xae\xb9\x76\xbd\x83\x3b\x93\xb2\x5f\xd3\x0e\ \x79\xbd\xeb\x73\x79\xfd\x72\xca\x7b\x5d\xbb\x8a\xa6\x6a\xa4\xbb\ \x1b\xc6\xc6\xec\xbb\xef\x02\x8f\x07\xb8\x3b\x8d\xae\xb9\x76\xdd\ \x83\x3b\x00\x58\x88\xbb\xfd\xbe\x65\xb9\xc2\x3c\xd3\x14\x6e\x64\ \xe6\x1a\x34\x24\xa8\x6d\xdb\x0e\xa6\xc9\xbb\xba\xc0\x76\x79\x32\ \xae\xb9\xe6\x82\x3b\x00\x00\x48\x80\x6d\x41\x3f\x01\xe8\xca\xe6\ \xdd\xb0\xfb\x35\x67\x92\x12\x5a\x28\x04\x76\xec\x90\x6b\xd7\x88\ \xe5\xcb\xc1\x74\x19\xee\xae\xb9\xe6\x82\x3b\x00\x00\x30\x29\x07\ \x55\x6d\x58\x53\x6f\xcc\x66\xa9\x5b\xb6\x78\xcd\x81\x3b\x21\xda\ \xf8\x84\xff\xf8\x09\xeb\xf6\xdb\x41\x55\xdd\x01\x71\xcd\x35\x17\ \xdc\xa7\xc1\x1d\x20\xa1\xb0\xdd\x01\xdf\xaa\x42\xa1\xd1\x34\x6d\ \xd7\x79\xbf\xb6\x8c\xb1\xe0\x9e\xbd\x2a\xe7\xf6\xed\x77\xc0\x94\ \x12\xa2\x6b\xae\xb9\xe6\x82\xfb\xb4\xa2\xd0\x0e\xbf\x3f\x62\xdb\ \x4b\x8b\x25\x17\xdc\xaf\x31\xe3\x3c\xb8\x7d\x87\x6c\x6f\x17\x1d\ \xed\x60\xbb\x3c\x19\xd7\x5c\xbb\xf6\x1d\xb6\x2b\x78\x2d\x45\xca\ \x83\x7e\x6f\x92\xb1\x5b\x32\x99\x57\x42\x41\xe9\x8a\x88\x5d\x23\ \x26\x15\x45\xe9\xed\xd3\xf7\xee\x33\x3e\xfa\x90\xac\xae\x01\xcb\ \x00\xa4\xee\xb0\x5c\xcc\xc8\xa9\xd4\x8b\x48\x67\xa4\x7b\x85\x5c\ \x5a\x16\x2f\xa1\xfb\x94\xcc\x6c\xe8\x01\x14\x02\x1a\x9b\x49\x08\ \xb8\x68\xe1\xf5\x70\x34\xbd\x92\xe0\x4e\xa5\x9c\x64\xca\x2e\xbf\ \x7f\x5d\x2e\xef\xe7\xa2\x40\x89\x5b\xbf\x7e\x0d\x18\x22\xa8\xaa\ \x72\xf8\x10\xa4\x12\x99\x9b\x6e\xf4\x2a\x4c\x1a\x25\xb8\x54\x6c\ \x27\x14\x98\x72\x81\xdd\x9c\xdb\xc0\xad\x72\xc7\x9c\x0f\xda\xb1\ \x17\x95\x7d\x03\x3f\xc9\x95\x26\xcb\x8d\xa5\x2e\xe5\xa4\x64\xd5\ \x06\x17\x77\xd4\xdf\x61\x0b\xf3\xb2\xe6\x8e\xa9\x80\xe7\x9d\xbf\ \xa5\x00\xdb\xc4\x0f\xb4\x66\xa7\x46\xe5\xd1\x09\xba\x6f\x98\x2a\ \x54\x5e\xe2\xac\xc1\x87\x3a\x6c\x8d\xc1\x65\x8d\x0d\x65\x40\x95\ \x0b\xbc\x6e\x9b\x20\x38\x20\xc2\x1c\x18\x79\x76\x65\x2f\x27\x10\ \xb7\x05\x03\xf7\x25\x92\x9d\x85\xfc\x1b\x81\x80\x06\xae\x5d\x0b\ \xe0\x5e\x2a\x79\x5e\x78\xc9\x0c\x04\x72\xcb\x96\xfa\xcc\x4b\xef\ \x0d\x4f\x08\x2f\x64\xf8\xc0\x31\x51\xd1\x6f\x4f\x02\xa0\x94\xb4\ \x6e\xbe\xda\xb0\x50\x58\xa5\x0f\xe4\xc8\x11\x64\x27\xc7\x5f\x1f\ \xcf\x9c\x60\x44\x85\xe9\x06\x52\xe5\x6e\x67\x17\xf8\x43\x4e\x0f\ \x38\x80\x69\xe7\x97\x36\xdc\xb3\x7c\xde\xbd\x97\x03\xee\x52\x82\ \xdd\x73\x88\x67\x93\xe7\x34\xf4\x21\xde\x80\xba\x70\x05\x12\x94\ \xdc\xfe\xa0\x9e\x9f\x15\x02\x03\x29\x7c\xee\x38\xf3\xaa\xb2\xc2\ \x9b\x9f\x1a\x96\xe9\x61\xc6\xe9\xa6\x58\xe5\xe6\x2d\xc0\x28\x6c\ \x5e\x6c\xeb\x97\xa3\x32\x4c\xa8\x9d\x18\xe3\x23\x3d\x72\x5a\xe9\ \xde\x19\x76\x24\x84\x35\x77\x28\x91\x1a\x61\x1a\x1f\x34\xcf\x1d\ \x00\x88\x94\xfb\x7d\xde\x94\xa2\x6c\xcc\xe4\x5e\x0d\x06\xaf\xee\ \xf6\x85\x08\xd7\x6d\xe4\xff\x12\x06\x9e\x10\x92\x4e\x6b\x3b\x77\ \x8e\x6f\xdc\x68\xd4\xd4\xe0\xa5\x96\xa0\x21\x72\xcb\x96\x2f\x7c\ \xbb\x26\x33\xa4\xf8\x82\x67\x5a\xe4\x00\x48\xcb\xc8\x69\xc1\x03\ \x5a\xb3\x52\xdb\xd4\x71\xd3\x9d\xf6\xdc\x58\xf1\x57\x76\x98\x15\ \xea\xd1\x98\x8f\x11\x15\x90\xa9\x4c\x47\x69\x14\x8d\x3c\x10\x95\ \xa2\xb4\x05\x27\x84\x39\x6b\x50\x48\x8b\x4b\xea\xd1\x02\x14\xb8\ \x65\x97\xb8\x94\x08\xc8\xa8\x76\x39\x99\x6b\x49\x55\x6b\xff\x2b\ \xfe\x5d\x3f\x09\x56\x45\x2b\xa7\x1b\x85\xb0\x2c\xab\xf7\xd4\xf2\ \xd3\x45\x58\x7b\xdf\xc7\x98\xa2\x7e\x20\xfd\x77\x09\xc0\x08\x78\ \x55\xe9\x55\x2a\xba\x2c\x01\x48\x00\x55\x21\x0a\xca\x6c\x49\x00\ \x02\x17\xd2\xa3\x51\x8d\x82\x69\x09\x4b\x48\x07\xdc\x2f\x0b\x15\ \x28\xb3\x12\xe3\xf4\xe7\xff\x52\x43\x39\xd5\xf4\xca\xa1\x95\xa5\ \x42\xf2\x74\xf3\x1e\x1e\x6c\x5a\xb1\xae\x61\xc9\x0a\x7e\xb5\xf9\ \xc4\xec\x8a\x5f\x6e\x4c\x55\x0e\x7b\x3d\x9b\x32\x99\xff\xb0\x6a\ \xd2\x57\x4f\x44\x4c\x0a\x69\x99\xc2\x32\xaf\xd3\xb8\x10\x53\x2e\ \x36\x55\x2e\x19\xd3\x76\xed\x22\x83\x83\x99\x5f\xff\xb5\x19\xed\ \xa0\x68\xe5\x33\xea\x44\x7f\x6d\x7b\x9b\xcc\x67\x24\x63\x4e\x0f\ \x1e\xe4\x9c\xb5\x2f\x3f\x76\x7a\xac\x7b\xeb\x96\xcd\xbf\xf3\xe7\ \xe2\x03\x2c\x66\x20\x2d\x13\xea\x37\x6f\xfc\x93\x56\x5f\x2e\x6f\ \x99\xb1\xd1\x17\x5e\x3b\xba\xab\xf3\xe6\x7f\x5c\x98\xfd\xcf\x1f\ \xef\x7d\xa9\xba\xfd\xcb\x37\x05\x0f\x3d\x79\xe0\xe8\x0d\xab\x7f\ \x63\x45\x4d\x54\x40\xfe\xd0\xa1\xc7\x0e\x8d\x0d\x5e\x01\xcf\x85\ \x52\xe3\xf4\x81\x85\xf5\x0d\x5e\x46\x24\xa2\x74\x20\x4b\x70\xc5\ \xe7\x9f\x8c\x2c\x7c\xf3\x7b\x3f\x68\xfd\xd0\xa3\x8a\xee\x11\xd7\ \x47\x7a\xdc\xe2\xb0\x7e\x6d\x74\x7e\x3e\x73\x2a\x18\xf9\xe5\x05\ \x38\x51\x92\xe3\x43\xd9\x1f\xed\x2f\xb6\x2f\x8d\x7c\xb8\x43\x47\ \x21\x7a\x7b\xd2\x4f\x1c\x2a\xc9\xcb\xee\x56\x8c\x84\x9a\x13\xc3\ \xd5\x56\xa1\xa6\x71\xa1\x28\xe5\x25\xa5\xce\x82\xa7\x52\x90\x15\ \xeb\x5e\x7f\xe5\xad\xb1\xfc\xd0\x8a\xbb\x3f\x22\xec\xab\x2f\xcd\ \x74\xe5\x3d\xf7\x02\x25\xaf\x86\x82\x7f\x34\x34\xb2\xc8\x30\x76\ \x2a\xca\x55\x03\x77\x09\x52\xb8\x7c\xfb\x8b\x59\x02\x4c\x7f\xf5\ \x75\xd9\xd0\x50\x58\xbd\x5a\x9f\xee\xcc\x7b\x49\x26\xa4\xe4\x80\ \x44\x70\xee\x0b\xf1\x89\x41\x2e\x25\x11\x5c\x9f\xb7\x60\xe7\x50\ \xf2\xa5\x97\x5f\xb9\xe9\x33\xbf\x5d\xd3\xb2\xd8\x2a\x15\x3e\xc8\ \xc7\x24\xf4\xf9\x68\x7c\xeb\xae\xbf\xed\xce\x35\x3c\xb4\xe9\x7f\ \x6e\xc8\x8d\xe4\x6d\xad\xa3\xe3\x93\xab\x47\xba\xfb\x41\xd5\x09\ \x69\x58\xf8\xa9\x35\x91\xc4\xe3\x5b\xfe\x2e\x2d\x35\x85\x52\x4a\ \x15\x7e\x79\x35\xc0\x4e\x3c\xdd\x02\x82\xb6\x09\x81\x5a\x99\x4d\ \x98\xf9\x34\x00\x7a\x7c\xfe\x49\x4f\xf5\xf7\x7e\xf2\x54\x68\x7e\ \xdb\x8a\xcd\x0f\xc2\x75\x23\x05\x22\x01\x54\x95\xf8\x2c\x0c\x28\ \xf2\xcd\x6d\xe3\xff\x36\xac\x7d\xe5\x63\x91\x1b\x8b\xf4\xa6\x25\ \xca\x33\x5b\xc6\xf6\xa6\xa4\x4f\x43\x60\x78\x45\x12\xa9\x96\x04\ \x21\x24\x12\x0a\x9a\xd7\x9a\x1c\x92\x48\xa8\x04\xba\x60\xc9\xcf\ \xf7\x1e\x3d\x7a\xe2\xd4\xdd\xbf\xf7\xd7\xde\x50\x64\x2e\x9c\x53\ \xd9\x15\xbf\xa2\x2a\xe4\x1e\xbf\xcf\x06\xb8\x23\x95\xd9\xe3\xf7\ \x5f\x2d\xce\x0c\xa1\xa8\xea\x14\xaf\x57\xc2\xf6\x45\xee\x6a\x52\ \x51\x94\xe1\x21\xcf\x96\x2d\x66\xd7\x7a\x51\x5f\x87\x33\xf2\xf2\ \x84\x04\x2e\xe5\xa4\xa7\xe6\xe0\x48\xfc\xc6\xba\x05\x38\x70\x44\ \x6d\x68\xdd\x9d\x53\x9e\x7d\x7d\xeb\xba\xf6\x85\x35\x91\x90\xfd\ \xc1\x97\xa9\x91\x42\x4a\xc6\xbc\xbc\x70\xe2\xd8\xf0\xc0\x8a\xba\ \x4e\xb3\x74\x6c\xeb\xe1\xd3\xcd\xed\xbf\x8c\x29\x28\x58\xb4\xb1\ \xb6\x79\xac\xef\x3f\x62\x16\x46\x42\xf5\x01\x6a\xc5\xb3\x93\x57\ \x04\xce\x6c\x21\xec\x40\x78\x6b\x9a\xb4\x04\x1a\x1a\x8c\x02\x48\ \x19\xaf\x6e\xfb\xee\x0b\x6f\xfa\x15\xb6\x6a\x41\x93\xa4\x4c\x72\ \xeb\xba\x5a\xf3\x42\x80\x05\x64\x69\x5b\xe8\x97\xe6\x29\x76\xd6\ \x54\x3c\x4a\x3e\x5e\x3c\x1c\xe7\x1e\xbf\x3a\x2f\x48\xc6\xe2\xd6\ \x15\x09\x94\x08\x29\x25\x25\xa7\x49\x78\x2c\x9d\x5e\x5f\x3d\xcf\ \x1e\xe9\x21\xad\xab\x9e\x39\x35\xb1\xbf\xfb\xf8\x4d\x4b\xdb\xbc\ \x5e\x1f\x9f\x1b\x8a\xaa\x57\x5e\xc3\x91\x4a\x39\xa0\x69\xbb\x02\ \xfe\x0d\xd9\x9c\x47\x70\x89\x57\x73\xb2\xaf\xdb\x7f\x2e\x76\x88\ \x54\x55\x39\x7c\x84\xc4\x26\x8b\xf7\xdd\x2b\x75\x7d\x46\x8e\x1e\ \x4a\xc1\x05\xd2\xf1\x54\xf6\xe9\x17\x5e\x7e\xee\x19\x23\xb1\xc9\ \x00\x00\x20\x00\x49\x44\x41\x54\xc4\x18\x5d\x76\xe3\xde\xa2\xf2\ \xf8\x33\x2f\xde\xb8\x76\xf5\xda\x05\x75\xb9\x4c\xe6\x3a\x20\xfb\ \x21\x00\x37\xad\x9c\x29\xb5\x48\xb0\xc6\x2e\xc5\x05\xf5\xe6\x63\ \xaf\xec\x1a\x2d\x6e\x5c\x7e\x9f\x0f\xf2\x59\xc3\x0a\x04\xeb\xec\ \x52\x2a\x50\x77\xd7\xa6\x8e\x9b\x88\x28\x5d\x01\xa7\x43\x0a\x2e\ \x65\x91\xe3\x8e\x7d\x6f\xff\xf0\xe5\xb7\x12\x75\xed\xd9\xa6\xe5\ \x8f\xbd\xf0\x86\xb0\xf9\xc7\x6e\xdf\x68\xe5\x33\xe2\xba\x11\x6d\ \x16\x42\x16\x4c\x21\x09\x12\x94\x80\xa0\x7b\x28\x2b\x94\xbe\xff\ \x46\xf2\x58\x46\x86\xfd\x8a\x17\x84\xa5\x69\x9f\xb8\x29\xe8\x97\ \xf2\x8a\x78\x19\x5c\x08\x41\x94\x9e\xe1\xb1\xc7\x9f\x7e\x7e\x67\ \x0a\xd4\x95\xb7\xbc\xd4\x13\x7b\xfd\xad\x9d\x0f\xdd\xb9\x69\x9e\ \x4f\x29\x14\xe6\xca\x21\x95\xcc\xc6\x32\xb7\x11\xdf\x08\x05\xdb\ \x8a\xc5\xd5\xb9\x82\xe5\xd2\x78\xe7\xac\x11\x82\xa6\xe9\x7d\xf6\ \x39\xf0\xfa\xcc\x0d\xeb\xb1\x34\x43\x4e\x8b\x00\x28\x16\xf2\x6d\ \x61\x6d\xcd\xca\x15\xdb\x77\xef\xfb\xce\xab\x7b\x9e\x7c\xe9\xf5\ \x65\x4b\x3a\xee\x5c\x50\x55\xe8\x3b\x6a\x5f\x0f\x0b\x40\x72\xaa\ \x36\x2f\x6f\xfb\xe8\x3d\x1b\xbe\xbc\xc4\x37\xb6\xef\xf4\x41\x45\ \x0f\x79\x55\xd2\x73\xea\xc9\xfe\x1c\xaf\x0a\x7a\x7b\x4f\x3e\x27\ \xeb\x1f\xf9\xf0\xfa\xcf\xad\x6a\x5a\x81\x76\x49\x5c\x21\x97\xa7\ \x64\x0b\x8f\x91\xba\xa3\x6b\x75\x2a\x95\xfa\xfe\xcb\xdb\xbe\xfb\ \xe2\xd6\x4c\x36\xfb\xc8\x9d\x37\x7b\x87\x8f\x14\x0a\x85\xeb\x83\ \x4e\x20\xb9\x80\x45\x8b\x83\x9f\xda\x10\xb9\xb9\x1e\x4f\x8f\x73\ \xaf\x02\xc7\x4f\xa4\x7e\xb8\x3b\x33\x5c\x92\xc3\xc3\xf9\x5e\xd0\ \x3e\x77\x67\xf5\xfd\xcb\x7c\x3e\x90\xf6\x95\x38\xc6\x23\x00\x07\ \x30\xb2\xa9\xb5\x0b\xea\x9a\x9b\x9b\x9e\x7d\x6d\xeb\xb7\x5e\xd9\ \xfd\xfa\xf6\x5d\x9b\x6f\xbd\xa9\xd3\x53\xcc\x8e\xf6\x0b\x42\xe6\ \xc8\xb8\xcf\x8a\xfa\x3a\x91\x72\xb7\xdf\x97\x61\xec\xe6\x6c\xd6\ \x55\x88\x9c\xcb\xe0\x4e\x92\x49\x7d\xdb\x5b\xc5\xcd\x77\xda\x4d\ \xcd\x33\xeb\xce\x81\x00\x42\x48\xd3\xb6\xe9\xe9\xfd\x1f\x5e\xd9\ \xd2\xb9\x6a\x55\xf7\xb1\x13\xf5\xf5\x0d\xbf\xb0\xb6\x43\x9e\xda\ \x6f\xd9\xb6\x2d\xc4\x07\x7c\x05\x20\x53\x60\x72\x6f\xf7\x7f\x8d\ \x16\x40\xe6\x0f\x3c\xbf\xe3\x5f\x87\x4b\x46\xcf\xc9\x1f\x1e\x4b\ \xd9\x7e\x9a\x7c\x6d\xdb\x1f\x3f\x77\xa2\x97\xe7\xb6\x3f\xb3\xe3\ \xb1\x34\xe8\x99\x89\x57\xb6\x9d\xda\x25\xa8\x76\x05\xc6\x44\x4a\ \x4b\x82\x39\xda\xd7\x49\x52\x1f\xb9\xe7\xae\x78\x22\x35\x19\x4b\ \x7c\xe4\xae\x3b\xea\x92\x3d\x66\x62\xc2\x02\xbc\x3e\x02\xee\x88\ \x00\xf9\x9c\x2d\x40\xbe\xb5\x27\xb1\x7d\x92\x1f\x3b\x9a\xde\x11\ \x83\x6a\x1f\xd5\x18\x92\x92\xf9\xa3\xd7\x62\xfb\x92\x92\x1a\xa5\ \x9f\xec\xca\xe4\x09\x5e\x11\xbc\xe3\x02\x8c\x42\x2e\x34\x74\xe8\ \x93\xb7\x75\xd5\x35\xcc\x3b\x7c\xe4\xd8\xea\xce\xce\x5b\xe6\xf9\ \x4b\xa7\x0f\xdb\x80\x82\xcb\x39\xe2\xcf\xb0\xd9\xb8\xa8\x02\x30\ \xac\xa9\x6f\xfb\xbc\x77\xa4\x32\xdf\xae\xad\x49\x30\xa6\xb8\x99\ \xcd\x39\xe8\xf3\x28\x8a\xbe\x63\x07\xeb\x1f\x48\xff\xf1\x1f\x4f\ \x91\xc8\x66\xb8\x49\x60\x81\xcb\x52\xa1\xe0\x1b\x3c\xf4\xf0\xaa\ \x55\x9d\xf3\xeb\x9b\xa2\xa1\xe0\xd0\x21\xdb\x32\x32\x25\x0b\xc8\ \x07\xb9\xd8\x55\x4a\x21\x25\xa0\x2c\x0d\x0f\x3f\xd7\x37\x28\x10\ \x29\x63\xba\x82\x64\x7c\x62\x0f\x10\x8d\x51\x56\x4c\x1f\x3c\x2d\ \x99\xca\xd4\x42\x7a\xdf\xb6\xf8\x4e\x09\xc8\x98\x47\x21\x54\x5e\ \x89\x74\x3f\x47\x9a\x33\xac\xe0\xe8\xe9\xf5\x8d\x8b\xeb\x3e\x7c\ \xb7\x00\x58\x28\x33\x76\x6c\x38\x6f\x72\x4b\xf9\xe0\x17\x61\x4a\ \x00\x21\x01\x10\x86\x86\x0a\xa7\xfb\x25\x21\xe8\x51\x70\x78\xb4\ \x28\x09\xaa\x04\x84\x04\x20\x68\x17\xac\x57\xf7\xa7\x04\x00\xa5\ \xa8\x33\x94\xf2\x4a\xb4\x8f\x24\x24\x67\x72\x3b\x9b\xaa\x15\xdd\ \x9f\xb9\x75\xcd\xc0\xca\x8e\xc5\x55\x3e\xd6\xb3\xcf\xb2\x79\xce\ \xb4\x3d\x73\xa6\x5d\xd1\xac\x80\xbb\xc3\x99\xd9\x12\x0a\xdd\x92\ \x19\x5e\x52\x2c\xbe\x11\x0c\xba\xe0\x3e\x07\x3d\x1e\x04\xf0\xbe\ \xbc\x85\x37\x36\x1a\xeb\xd6\xcd\xb8\x35\x87\x94\xc2\x1f\x08\x27\ \x57\xdd\xf1\xea\xfe\x97\x15\xb4\x71\x74\x27\xf3\xf8\x46\x4f\x1a\ \xc2\x34\x84\x90\xf6\xbc\x55\x4d\x0b\x97\x7e\x80\xd3\x7a\x0a\xf3\ \xa8\xcc\xc7\x88\xaa\x32\x7f\xe5\xeb\x2a\xf3\x4d\xfd\x45\xcf\xfc\ \xa1\xab\x95\x27\x1e\x64\x54\x9b\xf1\x8e\x2a\xa5\x44\xc1\xab\xd6\ \xde\xf6\xf6\xb3\x3d\xc7\x26\x32\x30\x79\x94\xe9\x3e\x44\x3c\x59\ \xcc\x83\x94\x25\xe6\x8b\xdc\xb6\x99\xa1\xfc\x00\xd3\xc5\xa6\x78\ \xee\x0a\x78\x15\x00\x05\xcf\xf0\x36\x94\x73\xdc\x66\xf4\x69\x95\ \x15\x5e\x97\xcb\x73\x97\xdc\x0e\x37\x2e\x1c\x5a\xd8\xf5\x72\xdf\ \x41\x4a\x0c\x32\xb8\x83\x69\xde\xb1\xe3\x05\xc1\x2d\x5b\x00\x2e\ \xdb\x54\x5f\x5d\x2f\xe7\xc6\x99\x89\xcd\xd2\x75\x35\x21\x77\x05\ \xfd\x79\x4a\xee\x4c\x65\xde\x0a\x04\x5c\x9d\x99\x39\xe8\xb6\x2b\ \x03\x03\x9e\xd7\x5e\x2f\xdd\x71\x07\xaf\xaf\x63\x96\x35\x63\x94\ \x51\x55\xb5\xf1\xce\x8f\x65\xd6\xdc\x26\xa4\x04\x98\xce\xe7\x22\ \x41\x09\xbe\x60\xc0\xe7\x0f\xca\x0f\x68\x66\xcf\x16\xc6\xdd\xcb\ \x7e\x6f\x66\x00\x2d\x01\x08\x12\xc3\x9e\x79\xf2\x8d\x80\xa8\x69\ \x5f\xa9\xd5\xfc\x49\xa9\x54\x42\x44\x90\x02\x00\x54\x24\x00\x10\ \x51\xd4\x60\x55\x15\x81\x0f\x32\x57\xac\x68\xe1\xc6\xf9\xbc\xab\ \x69\x26\x4b\x4b\xa1\x33\xf7\xdf\xa5\xe0\xfe\x50\xb8\xf9\x23\xbf\ \x96\xcb\xa4\x25\x4c\xd1\x36\x14\x44\x40\x24\x88\x81\x70\x44\xd7\ \xf5\x0f\x38\xb8\x13\x29\xc7\x14\x65\x6b\x30\x70\x73\x36\x5b\x6d\ \xdb\x29\xc6\x5c\x9d\x99\xb9\x65\x94\xea\xbb\xf7\xd0\x64\xb2\xf0\ \xa1\x7b\x25\x63\x60\xce\xdc\xb9\x96\x52\xe8\x9a\xea\x99\xd7\x78\ \x41\xe8\x97\x1f\xe8\xc8\x2f\x23\xea\xcc\xf3\x96\xf2\xb2\xb4\x95\ \xa5\x04\x02\x50\x55\x5d\x03\x17\x8a\xa9\x49\xf1\xc1\xaf\xf2\xa0\ \x08\x53\x35\x73\x97\x3e\x74\x97\xe5\x18\x49\xe1\xf3\xfb\xfd\x81\ \xc0\x85\xa0\x5f\x5e\x21\x4a\xce\x1c\x06\x77\x87\x33\xf3\x4a\x38\ \x78\x5f\x32\xb9\x2e\x97\x7f\x26\x12\xf6\xb8\xe0\x3e\x77\x8c\xa0\ \xc3\x93\xb1\x9b\x9b\x8d\xf5\x5d\x68\x18\x70\x79\xa9\x26\x29\xa5\ \xbc\x6e\x88\x77\x67\x3b\xe0\xf2\xaa\x6a\x6c\x48\x71\x5d\x0e\x7b\ \xf9\xf4\x73\xb5\xc6\x5e\x0a\x31\xf7\xe1\x6c\x16\x83\xff\x4c\xca\ \x03\x3e\xdf\xa8\xaa\x6e\x4e\xa5\x55\xb7\x56\x74\x4e\x3d\x15\x94\ \x2a\x7d\x7d\xde\xb7\xde\x2a\xdc\x7d\x37\xaf\xaa\x42\xb7\xa5\xb9\ \x6b\xae\x7d\xf0\x5c\xb8\xd9\xbb\xb4\x22\xe5\xb8\xa2\xbc\x11\x0c\ \xae\xcf\xe5\x9a\x4c\xd3\x74\x39\x91\x73\xc7\x54\xcd\xfb\xda\xeb\ \x68\x18\x85\x7b\xef\x06\x77\x5e\x5c\x73\xcd\x05\xf7\x19\x1c\xd7\ \x5f\x0d\x05\x83\x16\xbf\x29\x9d\x95\x2e\x88\xcc\x11\xa3\x94\xa4\ \xd3\xfe\xa7\x9f\x36\x96\x2e\x31\x97\x2e\x41\xcb\x72\x87\xc4\x35\ \xd7\x5c\x70\xbf\x64\xe7\xfd\x6d\xbf\xef\x88\xcf\x73\x77\x3a\xad\ \xbb\x91\x99\xb9\x61\x52\xd5\xb4\xa3\x47\xb4\xa3\x47\xf3\x1f\x7e\ \x90\x57\x45\xdd\xa6\x7a\xae\xb9\xe6\x82\xfb\x4c\xae\x5e\x24\xe4\ \xd5\x50\x68\x55\x2e\xbf\x2c\x5f\xb0\x5c\xe7\xfd\xaa\x23\x3b\x22\ \x08\xee\x7f\xfe\x45\x49\x59\x71\xd3\x26\xbc\xda\x92\xd3\xae\xb9\ \xe6\xda\x2c\x19\x7b\x1f\xbe\xe3\xd5\x50\xe0\xf3\xe3\x13\x77\xa5\ \xd3\xfb\xfc\x3e\x29\xa5\x0b\xf0\x57\x75\x37\x27\x4a\x3c\xee\x7b\ \xe1\xc5\xc2\xed\xb7\x19\x1d\x1d\xd4\xb2\x2e\x3e\xe6\xce\x18\xd3\ \x75\xdd\x1d\xc2\xd9\x33\x8f\xc7\x4b\xc8\xb9\xfe\x16\x22\x6a\x9a\ \xa6\x28\x8a\x3b\x3e\xb3\x37\xec\xaa\x7a\x01\xce\x87\xa2\x28\xba\ \xc7\x43\xe9\xb5\x5a\x62\x3d\xeb\xe0\xae\x08\xe1\x88\x44\xde\x91\ \xce\x7c\xa7\xb6\x26\xee\x4a\x11\x5c\x55\xe3\x2a\x8b\xee\x3e\x40\ \x47\xc7\x72\x7f\xfc\x7b\x40\xe9\xc5\xc7\x64\x34\x4d\xdb\xb1\x63\ \xfb\x9b\x6f\xbe\x91\x48\xc4\xaf\x90\x44\x87\x6b\xe7\xef\xbc\xa4\ \xbf\xbf\xaf\x12\xc7\x29\xa5\xa9\x54\xfa\x2b\xff\xf4\x0f\xa3\xa3\ \xa3\x42\x08\xb7\x9b\xf6\xac\x0c\x3b\x25\xe9\x54\x5a\xf7\x78\x2a\ \xf1\x5d\x55\xd5\xa7\x7e\xf6\x64\x3a\x9d\xca\xe7\x72\x78\x6d\x2e\ \xf8\x59\x07\x77\x27\x32\xf3\x42\x24\x7c\x47\x6f\xbf\x43\x78\xbf\ \x58\x70\x97\xdc\xb2\x25\x53\x18\x08\x9b\x4b\xc2\x28\xda\x96\x8d\ \x84\x08\xce\x91\x52\x04\x24\x04\x6c\xcb\x46\x4a\x51\x0a\x01\xc8\ \x18\x73\x17\xfe\x7b\x8c\x28\x82\x6a\x61\xcb\x6b\x3b\xe4\xfc\xa6\ \x62\x57\xd7\x25\x29\x85\x11\x42\x12\x89\x44\x2c\x36\x19\x8f\xc5\ \xd0\x05\xf7\x59\x9b\x22\x45\x51\xfd\x81\x40\xd9\x7f\x47\x44\xcb\ \x32\xfb\xfa\xfa\x46\x86\x47\x6c\xdb\x72\x47\x7e\x96\x86\x9d\x52\ \x1a\x08\x06\x35\x4d\x2b\xe3\x3b\x21\x64\x74\x74\x74\x7c\x7c\x2c\ \x9b\x4e\xe3\xb5\xa9\x8f\xf4\x7e\x84\x65\x54\x21\xb6\x07\xfc\x03\ \x9a\xf6\x40\x32\xf9\x72\x38\x74\x31\x52\x04\x92\x1b\x7a\xd3\x6d\ \x9f\xba\xc5\xfb\xc4\x8f\x9e\x17\xfe\x1a\x2f\x2b\x8e\x4f\xca\xbb\ \x1e\xfe\x68\x71\x70\x70\xf1\xad\xf7\xb7\x78\x8a\x85\xdc\xc8\x53\ \x3f\xde\xda\xf9\x0b\x1f\x5f\x5a\x2b\x33\xa9\xf8\xfe\xd7\x9f\xdd\ \x76\x78\x04\x14\x17\xdf\xdf\xcd\x6c\x85\x34\xf5\xe6\xe7\x1f\x9b\ \xcc\xfc\xc6\x27\xed\xfa\x7a\x6a\x18\x97\xc4\x83\x24\x84\xd4\xd6\ \xd6\x45\xa3\xd5\xee\x48\xce\xb6\xff\x4e\x08\xa9\xf4\x22\xfd\xfe\ \xc0\xa2\xb6\x36\x97\x91\x30\xab\x86\x88\x94\xd2\xf2\x20\x4b\x29\ \x15\x45\x69\x6a\x6a\xe6\x0d\xf3\xdc\xb0\xcc\x3b\x1a\x05\x48\x32\ \xf6\x72\x24\xf4\xcb\x13\xb1\xf6\x42\xf1\xa8\xcf\xab\xbc\x57\xd5\ \x0c\x22\x9a\x85\x7c\x75\xeb\xda\x20\x3c\x3b\xff\x91\x3f\xfc\x98\ \xba\xe5\x0f\xbe\xbe\xbf\xb5\xa9\xe6\xd0\x78\x22\x64\xf7\x7e\xff\ \xab\x8f\x0d\x66\x39\xf7\x77\xde\x1f\xca\x3d\xf1\xef\xff\x3e\x16\ \x5c\xf7\x2b\x8f\x7e\xc6\xc8\x7c\x65\xc7\x80\xa9\x29\xae\x6b\xf3\ \x6e\xb6\x7c\x6f\xcc\x43\x03\xb1\xbb\xef\x44\xce\xa1\xb2\x79\xfb\ \xc5\xaf\x18\xc6\xdc\x61\x9c\x5d\x37\xd2\x11\x26\xa8\x7c\x45\xca\ \x6b\x37\xf2\x7b\x2d\x8d\xfc\x85\xb6\xcf\x6b\x77\xc1\xbf\x4f\xf7\ \x8d\x00\x5b\xc2\xa1\x4f\x4d\xc6\xef\x4a\x67\x0e\xfb\xbc\xef\x9d\ \x1b\x22\xcc\xca\x0c\x0e\xe7\xd4\xf6\x96\x66\x7f\x18\x84\x55\xb5\ \x68\xf9\x02\x9a\x8f\x8f\x8d\x4f\x6a\xf3\x3e\xf6\x99\xdf\xaa\x99\ \xe8\xdf\xfe\xbd\xe7\xe3\xa6\x69\x72\x21\x86\x8f\xec\xd8\xd7\xb7\ \xa1\xad\x7d\xc1\xce\x9e\x6e\x50\x34\x77\x8d\x5e\x78\xe1\x12\xf4\ \x65\xec\x95\xbb\x63\xf1\xd5\xeb\x8a\x1d\xed\x97\xa3\x14\xe6\x0e\ \xe6\x1c\xc1\x1d\xd7\xdc\x91\xbf\xfa\xe0\xae\x08\x71\xcc\xe3\xd9\ \xed\xf7\xdd\x9f\x4c\xfe\xb0\x26\x1a\x57\x98\xf2\x1e\xda\x0c\x84\ \x5b\xe9\xa1\xc1\x7c\xe7\x03\x1f\x49\x1f\x7d\xea\xe7\x9e\xb6\x0f\ \xdd\xba\xb6\x30\x79\x34\x55\xc0\xe2\xe0\xf6\x1f\x7e\xeb\xdb\x83\ \x59\x0e\xe1\x75\x04\xa4\x69\x1a\x1c\x3c\x3e\x9f\x66\x5b\x86\x74\ \xd3\x4d\xef\x6c\x96\x82\xab\x0e\xa7\x6a\x46\x8d\x3d\x9f\xe9\x0a\ \x68\x3a\x5c\x0a\x4f\xc6\x31\xce\xb9\x70\x85\x0a\x66\xfb\x81\x64\ \x0c\xcf\x9e\x17\x29\xa5\xed\xd6\x22\xcc\xb2\x11\x42\xce\x3f\x1b\ \xd9\xb6\x7d\x4d\xef\xa9\xef\x13\xb8\x13\x80\x22\xe2\xcf\xab\xaa\ \xfe\xae\xaf\xef\xa6\x6c\xf6\xa7\x55\x55\xca\x7b\xa9\xb9\x11\x6e\ \xf4\xf7\x4e\x7c\xfe\xb3\x1f\x7d\xfc\x77\xbf\xbb\x4b\x04\x7e\xf5\ \x2f\x1f\x7e\xf1\x6b\x3f\x4d\xf1\xa6\x40\xf5\xfc\xe5\x9d\x6b\xab\ \x73\xc6\x58\x42\x51\x03\xb5\xcb\x56\xad\x9d\x17\x5a\xb9\x3c\x30\ \xf9\xf8\x81\x3e\x54\x5d\xba\xd8\x85\x4d\x10\xd4\x4a\x7c\xed\xb6\ \xd8\x58\x3d\x1d\x58\x56\xbb\x8a\x5f\xf2\x92\x15\x42\x84\x42\x21\ \x9f\xcf\x77\x2d\x28\x26\x5d\xab\x86\x04\x53\xc9\x94\x69\x1a\x95\ \xc8\xce\x18\xab\xab\xab\x73\x1d\xf7\xd9\x44\x76\x2c\x96\x4a\x99\ \x74\xfa\x9c\x3d\xb5\xba\xba\x46\xd5\x54\x29\x5c\xcf\xfd\xbd\x4c\ \x15\x62\x67\xc0\xd7\xab\xeb\x0f\x24\x52\xcf\x85\xc3\xef\x99\x56\ \x65\x8c\x8c\xf7\xed\xfa\xc1\xd7\x62\x87\xc7\x0a\x96\xb9\xe3\xdb\ \xdf\xb5\x46\x8e\x4c\x10\x0b\x77\x1c\x18\x6a\x5d\xbe\xbe\x99\x17\ \xde\x7e\x73\xeb\x9b\xdb\x8f\x76\x2e\x59\x1b\x98\x1c\xfc\xcf\x6f\ \xbd\x3e\x90\x46\xd5\xcd\xa7\xbe\x93\xd3\xcd\xb0\xa9\xb7\xd0\x7a\ \x3c\xf3\xf2\x87\xaa\xd2\x21\x46\x6d\x79\xa9\xe5\x6b\x86\x61\xdc\ \x7c\xf3\x2d\x77\xdc\x79\x67\xb1\x58\x74\xc7\x73\x96\x4c\xd3\xb4\ \xaf\xfc\xd3\x3f\xf6\xf4\xf4\x04\x02\x01\xc7\x67\xe4\x9c\xd7\xd6\ \xd6\xfe\x8f\x2f\xfd\x8e\xeb\xbc\xcf\x9e\xe9\xba\xbe\x7d\xfb\xb6\ \x6f\x7f\xeb\x5b\xd1\x68\xb4\xfc\xa2\x69\x9a\x1f\xfd\xd8\xc7\xda\ \xda\xda\xcc\x6b\xb6\xd0\xef\xfd\x03\x77\x02\x90\xa2\xf4\xd9\xaa\ \xf0\x6f\x8e\x4e\x74\x16\x0a\xbb\x7d\x3e\xed\x5d\xbd\x11\xa4\x8a\ \x4c\x0f\xbe\xf8\x54\x8f\xea\xf1\xa8\x98\x7e\xed\x99\xe7\xa8\xee\ \x51\x71\x7c\xcb\x8f\xff\xed\x05\x01\x80\xa8\xe9\xba\x3c\x71\xfa\ \x2d\x5b\x10\xca\x34\x5d\x57\x98\x9b\x4a\xbd\xb0\x39\x65\x63\x6b\ \x76\x24\x04\xc5\x43\x37\x44\x6b\x66\x1a\x59\xe1\x9c\x5b\x96\x65\ \xb9\x5a\x34\xb3\x18\x93\x51\xc6\xc6\x46\x47\x87\x87\xbd\x8b\x17\ \x97\x99\x1b\x52\x4a\xcb\xb2\x5c\x70\x9f\x45\xbf\x53\x55\xb3\xd9\ \xec\x40\x5f\xaf\xae\x69\x81\x60\xb0\x1c\x7b\xb4\x6d\xfb\x9a\x5e\ \xf0\xef\x1f\x20\x22\x00\x22\xbe\x1c\x0a\x17\x09\x79\x30\x91\xbc\ \x88\x36\x31\x12\x08\xf3\x78\x3d\x14\x41\x02\xd1\xbd\x1e\x85\x80\ \x44\xea\xf1\x05\x02\x81\x40\xc0\xef\x57\x19\xd3\x3c\xbe\x40\x20\ \xe0\xf3\x7a\xd8\xc5\x35\x1c\x97\x52\x48\x40\x82\xc0\xb9\x25\xcf\ \x8a\x39\x58\xb6\x70\x42\x15\x42\x4a\xa0\x84\xbd\x63\x9d\x0e\x12\ \x82\x44\x08\x4b\x94\x29\x53\xc2\xe6\x12\x10\x24\x17\xf6\xd4\x0b\ \xc2\xe2\xe2\x0c\x85\x5c\x48\x0e\x48\x09\x02\xe7\xa6\x90\x52\x08\ \x9b\x0b\xee\x34\x58\xe0\xc2\xe2\xb3\x7f\xe8\x13\x04\xab\x26\x8d\ \xd5\x3b\x63\xdd\x6b\xaa\xc6\x9a\x3d\x94\xbb\x27\xfc\xb9\x6b\x42\ \x88\x6b\x3d\xd4\x7b\x4d\x3a\x40\x52\x7e\xf0\x52\x4a\xef\x2b\xcb\ \x47\x15\xa2\x57\xd7\x5e\x0c\x87\xee\x4e\xa5\x1f\xab\x35\x7a\x34\ \x4d\x7d\x1f\x17\xb1\x10\xb6\x1e\x58\x7d\xc7\xba\x4f\x37\x78\xf5\ \x91\x9e\xef\x6d\x39\xba\xb5\xc0\x39\x63\x5e\x10\xa5\x40\xdd\x2f\ \x7e\x7c\x7d\xd7\xcb\xaf\xfc\xd9\x20\x6c\xfc\xd4\xed\x9f\x01\x23\ \x19\x9b\x7c\xf1\x95\x03\xaf\xd8\x54\xc5\xca\x8d\x81\x84\x56\xaf\ \xfe\xe2\xca\x68\xbd\x9d\xdd\xfd\xf2\xbe\x1f\x8e\x14\xf2\x00\x44\ \x0f\xad\xb9\xf7\x86\x2f\x34\xf9\xcc\x03\x6f\xff\xdf\x5d\xc3\xfd\ \x52\x8a\x9a\x96\xcf\x3e\xb8\xbc\xed\xf9\x97\xff\x62\x94\x53\x29\ \x95\xae\x9b\xfe\xfe\x86\x20\x2f\x0a\x19\x1b\x79\xe6\xa5\xee\xb7\ \x6f\xbe\xf9\x8f\xd5\xd1\x7f\x7b\xee\xd4\x09\x04\x6d\xed\xfa\x3f\ \x6f\xb5\x9f\x7b\x62\xdf\x2e\xc6\x66\x31\x5b\xc0\x29\xae\xda\x15\ \xf7\x14\xec\x3d\xb7\xd4\x08\x82\xe0\x02\xc7\x1c\x36\x44\x44\x57\ \x82\xe9\x2a\x8d\xfc\x07\xec\x17\x5d\x85\x50\xc6\x33\x91\xb0\x97\ \xf3\x7b\x92\x69\x71\x71\xa3\x29\xb8\x2d\x00\x09\x41\xdb\x34\x6c\ \x21\x11\x51\x0a\x6e\x9a\x16\x20\x91\xdc\x32\x2d\x7e\xd1\x93\x47\ \x88\xcc\x1f\x3d\xf4\x8f\xff\xbd\xeb\xe9\xe6\x45\x0f\xd6\x05\xea\ \xd7\xae\xf8\xdc\x7c\x3f\xe3\xac\xa5\x6b\xd9\x43\x35\x8a\x4a\x09\ \x68\x9e\x26\x99\xd9\xf2\x9f\x2f\x7c\xf9\x99\x03\xaf\x73\xaa\x22\ \x80\x14\xa6\x69\x15\x2c\xc1\x11\x09\x81\xe2\xc9\xa3\xff\xf1\xb3\ \x3d\xff\x4d\xaa\xba\x6a\x7d\x81\x05\x0b\x3f\xd1\xd9\xb0\x64\x79\ \xfb\x2f\x7a\xd3\x3f\x7d\x62\xef\xce\x95\x2b\x1e\x89\x50\x93\xfa\ \x57\xde\xd8\x7e\x67\xd4\xa3\x12\x04\x09\x00\xa8\x87\xbc\xec\xf0\ \xfe\x3f\xf9\xc6\xcb\xdf\x0c\x2f\xf8\xd4\xaa\x86\xf6\x70\x70\xe9\ \x0d\x2b\x1e\x0c\xcb\x2c\x06\xd7\x6c\x58\xf4\xa1\x79\xc1\x10\xce\ \x66\xca\x86\x33\x12\xc8\x58\x37\x6c\x8b\xf5\x2d\x0e\x0c\xb6\xfa\ \x98\xe5\xd2\x5d\x5c\x73\xed\xba\xb0\xf7\x1b\xdc\x15\x21\x0e\x79\ \xbd\x3b\x82\x81\x07\x92\xc9\x3a\xeb\xbd\x81\xd9\xb4\xec\xb6\xdb\ \x7f\xe5\x5f\xbe\xf5\xfd\x6f\xff\xe0\x89\x7f\xf9\xcb\xdf\x6e\xf1\ \xa2\x69\x99\x36\x09\xde\xf7\x5b\x7f\xfb\x83\xff\xfa\xaf\xc7\xbe\ \xf6\x57\x37\x2d\xf4\x99\x17\x07\x58\x88\xa4\x98\x3f\x71\x6c\xe4\ \x84\xaa\x87\x4b\xd9\xbe\x8c\x21\x55\x45\x13\x5c\xe9\x68\x7f\x50\ \x4c\x3c\x77\x78\x22\xce\x28\x11\xc0\xd5\xc0\xfa\x7b\xba\x3e\x33\ \xdf\xef\xe1\x42\x48\xc9\xbd\xe1\x95\x2b\x5a\x37\x2f\x0a\xd7\x81\ \xe4\xc2\xce\x19\xb4\x71\xd3\xba\xcf\x06\xcd\x13\x43\xe9\x9c\xa2\ \xe8\x4c\xad\xa9\xf5\xf9\x87\x27\x0e\x0d\x8f\xee\x4c\x63\x7d\x8d\ \x1e\xe9\x58\xfc\xa1\xec\xe0\xe3\xc7\x13\x69\xe2\x94\x2c\x4b\xc1\ \x41\xad\xa9\xbb\x79\x55\xeb\x8d\x5e\x99\xcc\x72\xcd\xce\xef\xeb\ \x2d\xd6\x2e\x6d\x5a\xd2\xd6\xb8\x2e\x33\xb1\x7d\xc2\x0c\x68\x38\ \x8b\x8d\x8c\x05\x81\xf6\xc3\xe9\xba\xe1\xe2\xee\x5b\x6b\x4a\x1e\ \x4a\x5c\x6c\x77\xcd\x35\x17\xdc\x67\xe9\xfb\x8a\x94\x3c\x19\xad\ \x6a\x36\xcc\x4d\xe9\x8c\x49\xde\xe3\x06\x08\x61\x46\xa2\xef\x67\ \xff\xf1\xf7\x7f\xfe\x17\x5f\xe1\x2b\x1f\xfd\x7f\x7e\x71\x55\x3e\ \x5b\x6c\xbf\xe3\xd7\xbe\xfc\x40\xc3\x63\x7f\xf3\xa7\xcf\x8e\xb6\ \xfc\xc1\xef\x7e\xa1\x96\x94\xec\x8b\xc3\x2c\x21\xec\x48\xc3\x83\ \xf7\x2c\x5d\xb9\xf7\xd0\x8f\x93\xa5\xd8\xf6\x3d\xff\xdf\x08\x5b\ \xb9\xb6\xce\x7b\x7c\xa8\x9b\x30\x2f\x63\xbe\x52\xf2\xf9\xa7\x76\ \x7c\x3b\x41\x3b\x3f\xd4\xf5\x09\x3f\x98\x9c\x73\x4f\xb0\x7d\xc9\ \xfc\x5b\x9b\x43\xd5\x28\x39\x52\xcd\xce\xec\x7d\xf2\xa5\x3f\x3e\ \x6e\xb4\xae\x5f\xb8\xe4\x78\xf7\x57\xb7\x0d\xf6\x50\xaa\x49\x29\ \x41\x0a\xc1\x4b\xfe\xda\xbb\x97\x87\x72\x87\x87\xfa\x54\xd5\xcb\ \x08\x03\x90\x12\x84\x44\x5f\x7d\xed\xc6\x85\x21\xb2\x7d\xd7\x3f\ \x9c\xcc\x19\x9a\x9c\x38\xd0\xbb\xbb\xa5\xfd\x8b\xeb\x1a\x3c\xdd\ \x27\x5f\xb4\x94\x1a\x15\x67\xcd\x73\x47\x50\x4c\xd1\xf5\xe6\xe4\ \xe4\x3c\xfd\xe8\xaa\x08\xb5\x5d\x68\x77\xcd\xb5\xeb\xc5\xae\x42\ \x65\xad\x22\xe5\x0e\xbf\xef\xa8\xd7\xf3\x48\x3c\xf1\x42\x24\x54\ \x20\x94\xbd\x73\x14\x58\xa1\x30\xb0\xff\x85\x23\xb9\x82\xa5\xce\ \xef\x1f\x9d\x6c\xd4\x98\xa4\xfe\xae\xbb\x6e\xeb\x79\xfe\x5f\x7e\ \xfa\xe2\x2b\xfa\x48\xe3\xc7\xbe\xf1\xe9\xb5\x8b\xfc\x4f\x1f\xb7\ \x99\xf6\x1e\xfb\x84\x94\x16\xf1\x2c\xbd\x7d\xe5\xdd\xc7\xf6\xfd\ \xcd\xae\xe1\x61\x9f\xaf\x2e\xe4\xaf\xf5\x79\x7d\x4c\x6b\xb8\x75\ \xdd\x17\xe6\xd7\xb6\x6a\xd9\x55\x27\x13\x6f\x4d\x4c\xee\xca\xc8\ \xe6\x15\x37\xdf\xec\xa3\x90\x45\x35\x3e\xf0\x93\x27\xfa\x05\x22\ \x63\x44\x25\xa8\x30\x15\x8d\x52\xb6\xc4\x21\xc2\x3c\xc1\x60\x2b\ \x08\x3b\x59\x2a\x56\x87\x1a\xfd\x99\x2a\x9f\xcc\x14\x90\x32\x7d\ \xd1\xe6\x8d\xcb\xe7\x57\x2f\xc8\x35\xaf\xec\x3f\xb6\xc3\xa6\x41\ \xca\x27\x0e\x1c\xfe\xa7\x97\x06\xe3\x2a\x41\x5f\xdd\x72\x85\x92\ \xb1\xa1\xad\x6d\x6d\x9f\xaa\x4f\x7f\xf5\x44\xd2\x58\xd6\xe1\x57\ \x9c\xe4\xf2\x2c\x44\xfc\x2c\x85\x74\x1c\x4a\xb7\x1e\xcd\x3c\xf7\ \xf1\xe6\x7c\x88\x29\xa6\x5b\x83\xe4\x9a\x6b\x2e\xb8\xcf\xde\x57\ \x4a\x99\x54\xd8\xe3\xd1\xaa\xff\xd5\x3f\xb4\x31\x93\x7b\xa1\x2a\ \xcc\xde\x99\xbf\x21\x41\x0a\xa9\x6d\x78\xf8\x73\xbf\xfa\xe8\xc3\ \x1d\xfa\xa9\xdf\xff\xcf\x1d\xd4\x5b\x55\x33\x5f\xeb\xdf\x93\xa0\ \x7a\x10\xf2\x23\x31\xa2\x44\x6b\x43\xf2\xc8\xc4\x7b\x9e\x42\x38\ \xe7\x35\xd1\x0d\xcb\xea\x9a\xfd\xd6\x17\x17\x76\xc4\xb6\x75\xef\ \x5a\xbb\xe6\x97\x07\x0f\xfc\xcd\xb7\x9e\x7a\x42\xea\x9d\x8f\xdc\ \xf2\x89\xee\xe3\x7b\x6a\x5a\x1e\xdd\xd4\xd6\xe9\xd5\x82\x83\x27\ \xbf\x19\xb3\x29\xa5\x80\xc8\x18\x00\x02\x4a\x69\x13\x75\xe1\xed\ \x1b\x3e\x5f\xa5\x06\x54\xfb\xc4\x33\xbd\x47\x3b\x96\xff\x41\x63\ \xf6\xbf\x5f\x39\xfa\xe4\x43\x1b\x7f\xeb\x57\x16\x43\xff\xb1\x6f\ \x1c\x3b\xb5\xab\xfb\xe4\x0f\xa4\xb6\xe2\xe1\x4d\x1f\xef\xee\xdd\ \xc3\xa9\x86\x00\x12\x80\x50\x4d\x57\x03\x8a\x34\x08\x65\x80\x94\ \x58\x23\xaf\xed\xfc\x5f\x1e\xa3\x47\x90\x35\x88\x8a\x4a\x88\x9c\ \x05\xd0\x95\x04\xa9\x2d\x37\xbe\x36\x51\x08\xb2\x83\x5d\x51\xe4\ \x12\xdc\x4c\xaa\x6b\xae\xb9\xe0\x3e\xab\xa6\x09\xb9\x25\x14\xfc\ \xb4\x47\x7b\x34\x1e\x7f\x23\x14\x7c\x77\xb7\x95\x50\x9c\xec\x39\ \xbc\xe5\x45\xbf\xf6\xe1\xfb\x3e\xfa\xd0\x4d\x6f\x3f\x76\x58\x82\ \x2c\x03\x95\x90\x17\xcb\x2e\x60\x4c\x4b\x4f\xfc\xfc\x9b\xcf\xbe\ \xa1\x2a\x1a\x4a\x23\x9d\x8f\xbf\xbe\xe3\x1f\xb8\x65\x78\x3d\x55\ \x00\xa3\xaf\xec\xfe\x9a\x6d\xd9\x38\xfa\xd2\x96\xf4\x2e\xb0\x33\ \x89\xec\xa4\xa4\x0a\x02\xc0\x74\x91\x3e\x22\x15\xd6\xd0\xf6\x7d\ \xdf\xd0\x19\xe6\x73\xc3\x59\x8b\xe7\x8e\xfe\xcb\x69\x99\x2f\x95\ \x8a\x4f\xbd\x39\x10\x60\x3c\x91\x9d\x20\x8a\x8f\x02\x80\x1c\x7e\ \x71\xfb\xd7\x2c\xee\x68\x10\xe7\x77\x6c\xfb\x2b\x69\x17\x54\x4a\ \x10\x74\x9e\xdc\xf6\xf3\xed\xbb\x4c\xa9\x5b\x89\xee\x0c\x2a\x0a\ \x3d\xf8\xd4\xd6\x63\xa6\x9c\x95\xea\x2b\x9b\xe2\x82\x53\xd9\x8e\ \x03\x89\x37\xef\x6d\x88\xd7\x6a\xaa\xe1\x7a\xed\xae\xb9\xe6\x82\ \xfb\x2c\x1b\x91\x32\xa9\x28\x4f\x46\xa3\x5f\x1e\x19\xed\xca\xe6\ \xde\x0c\x05\xf5\x77\x0c\x18\xa0\x14\xc6\xd0\xd1\xdd\xa7\x76\xbc\ \x74\xc0\xa8\xf9\xa7\x4f\x3e\x3a\xef\xbb\x3b\x27\xc7\x78\x57\x28\ \xc0\xcd\x3c\x53\xab\xa2\x60\xa5\xe2\x59\xa0\x17\x93\x3c\x40\x61\ \xe7\x92\xd9\x8c\xf3\x37\x21\x44\xda\x45\x44\x8a\x80\x00\x76\xd1\ \xc8\x20\x52\x30\x93\x93\x46\x1c\x00\x09\x51\xce\xc3\x5b\x04\x69\ \x66\xb2\xfd\x69\x00\x44\xc2\x08\x31\x8c\xb8\x04\x42\x29\x2b\x15\ \x46\x8a\x00\x84\x94\x21\x7a\xea\x6a\x08\x00\x20\x0d\x23\x05\x40\ \x11\xa7\x7e\x4b\xc1\x28\x11\x24\x94\x6a\x00\x20\xa5\x59\x30\x4a\ \x04\x67\x4b\xf0\x6f\xfd\x1b\x93\x96\x4a\xf7\xdf\x54\x43\x6d\xd7\ \x69\x77\xcd\xb5\xeb\xcb\xae\x4e\x55\x27\x02\x10\x29\x5f\x88\x84\ \xc6\x14\xe5\x13\xb1\xb8\x2e\x04\x7f\x07\xef\x5b\x02\x9d\xb7\x64\ \xe5\x92\xd6\x96\x05\x4b\xd6\xdd\xb9\x71\x95\x35\xd9\x97\x2d\x66\ \x0f\xbd\xbe\x67\xf9\xbd\x1f\xde\xb0\x7c\xf1\x1d\x0f\x3f\xec\x1d\ \x3d\x79\xf0\x54\x46\x51\x2e\x0e\x1f\x91\x50\xc2\x28\x61\x94\x50\ \x04\x24\x53\xf8\x0b\x30\xfd\x37\x4e\xbd\x81\xe2\x3b\x7d\x9e\xb0\ \x72\x89\x13\x22\x25\x88\x00\xe0\xbc\x88\x95\x6f\x3b\x73\x65\x40\ \xa4\x15\x3f\x0e\xcf\x2e\x8f\xc2\x59\x42\x76\x5b\xc1\xa6\xbe\x5c\ \xe7\xae\xf8\xfe\x1b\xab\xc7\xe7\x79\x88\x2b\x08\xe3\x9a\x6b\xae\ \xe7\xfe\xfe\x98\x22\xe5\x90\xaa\x3e\x19\xad\xfa\xc2\xd8\xf8\xea\ \x7c\x7e\x47\x20\x40\x2f\x90\x56\x95\x16\xa7\x37\x3c\xf4\xeb\x9f\ \xbb\xb1\xc9\x00\x1d\x26\x0e\xff\xeb\xff\xf9\x76\x41\xd7\x0f\xbf\ \xf0\xb5\xef\x75\xfe\xf5\x5f\x7e\xfd\x7b\xa2\x34\xf4\x8d\xbf\xfe\ \x7a\xbf\xa1\x6a\xae\xd0\x6f\xe5\xa8\x21\xa2\x84\xf5\x6f\x4c\x4a\ \x82\x7b\x6e\xad\x91\x00\xe8\x62\xbb\x6b\xae\xb9\xe0\xfe\xfe\x7d\ \xb7\x94\xcf\x54\x85\x1f\x89\xc5\x3f\x1e\x4b\xec\xf3\xfb\x2e\x14\ \x79\x47\x95\x9a\x2f\x7d\xf5\xcf\x76\x7c\xcf\xc7\x80\x67\x12\x93\ \x99\x92\xd4\x74\x8f\x2c\x8d\x7d\xff\xaf\x7e\xeb\xf9\xea\x08\x2f\ \xa4\x12\xe9\x92\xa6\xb9\xed\x23\xce\x76\xdb\x19\x36\x0e\xe4\x57\ \xef\x88\xbf\xbd\x3e\x3a\xd2\xec\x65\x2e\x03\xd2\x35\xd7\x5c\x70\ \x7f\x9f\xc1\x7d\x40\xd5\x9e\x8c\x56\x7d\x76\x62\x72\x75\xae\xb0\ \x3b\xe0\xd7\x2e\x14\x79\xb7\x4a\xb9\x58\x31\x0b\x00\x88\x44\x53\ \x11\xa4\x44\xca\xa8\xb4\xe2\x13\xe3\x80\xc8\x54\x17\xd9\x2f\x60\ \x5d\x6f\x4e\x52\x2e\x77\x6d\xaa\x91\x04\xd1\x15\x93\x71\xcd\xb5\ \xeb\xcf\xae\xa6\x92\x22\x02\x20\xc8\xa7\xaa\x22\x29\x46\x3f\x15\ \x8b\x69\x42\x5c\xb0\x60\x15\x09\xa1\x94\x52\x4a\x49\x85\x3a\x18\ \x22\x39\xf7\x25\xd7\x1c\xb7\x5d\xc1\xc6\x81\xc2\xda\x6d\xb1\x03\ \x1b\xa3\x43\x0b\x7c\x6e\xe1\x92\x6b\xae\xb9\xe0\x7e\x15\x4c\x95\ \xb2\x4f\xd7\x7e\x5a\x55\x75\x5b\x2a\xb3\x26\x97\x7f\xcf\x82\x55\ \xd7\xde\xdd\x24\x22\x0a\xd8\xf8\xda\x38\x11\x72\xfb\xed\xb5\x82\ \xa0\x1b\x6d\x77\xcd\x35\x17\xdc\xaf\xd2\x1d\x48\xf9\x64\x34\x92\ \x54\xd8\x2f\x4d\xc6\x75\x57\xea\xf4\x32\xdd\x76\x86\x4d\xfd\xf9\ \x35\xdb\x26\xf7\xdd\x58\x3d\xb4\xc0\xe7\x46\xdb\x5d\x73\xed\xba\ \xb5\xab\x1f\xb0\x66\x52\x0e\x69\xea\x7f\x55\x47\x7f\x7b\x74\x7c\ \x63\x26\xfb\xfa\xbb\x71\xde\x5d\x7b\x0f\x43\x90\x37\xbe\x32\x2e\ \x28\xee\xb8\xa3\x0e\xde\x17\x92\x0c\x21\x28\x25\x08\x21\xa4\x94\ \x88\xa8\x28\x0a\xa5\x84\x31\x66\xdb\x5c\x08\x2e\x84\x40\x24\x88\ \x58\x2a\x95\x18\x63\x1e\x8f\x87\x10\x62\x9a\xa6\xd3\x06\x41\x51\ \x98\xa2\xa8\xce\x67\x39\xe7\x84\x52\xc1\xb9\x9c\x32\x01\x80\x4e\ \x73\x62\x44\x90\x12\x10\x91\x10\x02\x00\x9c\x73\xa7\x6c\xcd\xf1\ \x04\xa6\x35\x72\xa7\xfc\x02\x42\x88\xaa\xaa\xa6\x69\x4a\x29\x85\ \x14\xe8\x24\xe9\x9d\xeb\x4c\xb7\x10\x70\xfe\x70\x2e\x48\x29\x45\ \x44\x47\xc8\x9b\x31\xc6\x39\xe7\x9c\x3b\x5f\x84\x04\x29\x65\x84\ \x10\xe7\x1b\x09\xa2\x94\x52\x82\xb4\x2d\x5b\x02\x28\x8c\x11\x4a\ \x11\x80\x32\x8a\x80\xb6\x6d\x13\x42\xca\x77\x28\xa5\x24\x94\x22\ \x82\x14\x52\x4a\x59\xa9\x2f\xe1\x68\xfd\x13\x24\x9c\x73\xc3\x30\ \x66\xa6\x34\x3b\x15\x93\x24\xc8\x9c\x02\x6a\x00\x42\x88\x61\x94\ \x08\x12\x44\x94\x52\x52\x46\x11\xd1\xb6\x6d\xc6\x14\x27\xde\xe9\ \xfc\x10\xe7\x0f\x47\x32\xde\xb9\x5b\xe7\xd6\x6c\x9b\xdb\xb6\xc5\ \x18\x23\x84\x4a\x29\x9c\x77\x22\x22\xa3\xcc\x34\x4d\x09\x92\x51\ \x86\x04\xa5\x90\x94\x52\x2e\x38\x48\x49\x19\x93\x52\x22\x20\x12\ \xb4\x2d\x8b\x73\x21\x84\x90\x0e\x57\x6b\xba\xdd\x41\x45\x20\x15\ \x10\x11\xc1\xf9\x97\x00\x00\xa1\x84\x12\xea\xac\x1f\xe7\x53\x08\ \x48\x28\x11\x42\x72\xce\x15\x45\x99\x9a\x05\x04\xa7\xb3\x63\x79\ \xba\x09\x21\x52\xca\xa9\x35\x81\x28\x9d\x21\x76\x56\xca\xd4\xc2\ \x10\x00\x80\xe8\x10\x95\x41\x0a\xe9\x4c\xb9\x04\x29\x84\x20\x48\ \x0a\xc5\xe2\x8c\xdd\x48\x21\x04\x22\x6a\x9a\xe6\xac\x16\x45\x51\ \x8a\xc5\x22\x17\x5c\x61\x8a\x6d\x5b\xaa\xaa\x31\x85\x19\x86\xc1\ \x28\x73\x56\x82\xaa\x2a\x96\x65\x73\xc1\x55\x45\xb5\x6d\xdb\x59\ \x5d\xe5\x4e\x2c\xb6\x6d\x73\xee\xac\x1c\xe7\x95\xa9\x06\x2d\x94\ \x32\xe7\xcd\x8c\xb1\xe9\x71\x40\x44\xb0\x2c\x5b\x55\x55\xdb\xb6\ \x09\x41\x4a\x99\x69\x9a\x5c\x70\x04\x10\x52\x3a\x4b\xbd\xfc\xbb\ \x70\x2e\x80\x3b\x02\x10\x09\x3f\x8b\x46\x3e\x12\x4f\xfe\xca\xc4\ \xe4\x9e\x80\xdf\x44\xa4\xae\x07\x7f\xe9\x66\xa9\xa4\xf5\x78\x66\ \xcd\xf6\xf8\x5b\x77\xd5\x8d\x36\x7b\xdf\x87\x68\xbb\x94\x32\x97\ \x2b\x32\xc6\x74\x8f\xc7\xeb\xf1\x14\x8a\xc5\x81\xc1\xa1\x5c\x2e\ \x17\x8b\xc5\xaa\xa3\x51\x4d\xd7\x42\xc1\x90\x51\x32\x6c\x6e\xaf\ \x5e\xbd\x7a\x78\x68\x78\xfb\xf6\x1d\x85\x7c\x61\x7e\xcb\xfc\x86\ \x86\x86\xe6\xe6\xa6\xa1\xa1\xe1\xde\xbe\x23\xa1\x60\x40\xd7\x3d\ \x91\x70\x28\x35\x31\x19\x0c\x85\x14\xc6\x54\x55\xd5\x3d\x9e\xa9\ \x07\x1e\x51\x0a\x89\x08\xc2\xe6\xb9\x5c\x8e\x50\x1a\xaa\x0a\x73\ \x6e\x23\x12\xe7\xe1\xe5\x5c\x98\xa6\x89\x04\x15\xc6\x38\x17\xf9\ \x7c\xee\xd4\xc9\x53\xcd\xf3\xe7\xeb\xaa\xa6\x79\x74\xce\x05\x22\ \x20\x21\x58\xc6\xd7\xe9\xbd\x42\x0a\x91\xc9\x64\x62\x93\x93\xa6\ \x69\x06\x02\x41\x00\x39\x31\x31\x19\x8d\x46\x43\xa1\x50\x3a\x95\ \x46\x44\xd3\x30\xe2\x93\xb1\x42\xa1\x10\x8d\x46\x4d\xd3\x2c\x95\ \x4a\x9a\xa6\x21\xe2\xfc\xf9\xf3\x6d\xdb\xee\x9b\x18\x4f\xa5\x52\ \x42\x88\x78\x32\x21\xa4\xac\xae\xae\x2e\x14\x0b\x99\x74\x86\x52\ \x1a\xad\xaa\x62\x94\x66\x33\x59\xc3\x32\x55\x4d\xd7\x75\x9d\x31\ \x2a\x84\x34\x0d\x43\x02\x44\xc2\x61\xdb\xb6\x33\xd9\x6c\x5d\x5d\ \xed\xd2\xa5\x4b\x67\xd0\x62\x89\x12\x32\x11\x4f\xa4\xd3\x39\xd3\ \x2c\x8d\x8f\x8f\xa1\x04\x82\x90\xcb\xe7\x57\xac\x58\x99\x2b\x14\ \x4c\xd3\x62\x8c\x8d\x8f\x8d\x0b\xce\xeb\x6a\x6b\x26\x26\xc6\x03\ \x7e\x3f\xa1\x24\x9d\xce\x44\xab\xab\x01\x49\x3a\x93\xa9\xab\xab\ \xa5\x94\x64\x32\x19\xce\x39\x25\x14\x11\x1b\x1a\xe6\x35\xce\x9b\ \x37\x3c\x32\x92\x49\x67\x3c\x5e\x4f\x24\x52\x05\x88\x85\x7c\x3e\ \x1e\x8f\x2f\x59\xba\x04\x11\x87\x46\xc7\x4c\xd3\xf4\xf9\xbc\xf1\ \x58\x3c\x52\x55\x05\x08\xb1\x58\x4c\x55\x55\x29\x64\xbe\x50\x68\ \x6e\x6e\x0a\x87\xc3\xfe\x90\x8f\x10\x6a\x18\x86\xae\x32\x9c\xc2\ \x53\x40\x04\x21\x41\x48\x30\x4d\xcb\xb2\x6d\x21\x65\xb1\x58\x02\ \x84\x5c\x36\x97\x4a\xa5\x72\xb9\x9c\xa6\x2a\x94\x50\xdb\xb6\x04\ \xe7\xb9\x6c\xce\xe3\xd5\x6b\xaa\xab\xfb\x07\xfa\xf3\xb9\x1c\x00\ \x58\x96\xed\xf1\xe8\x48\x08\xa3\xd4\xf1\x0c\x0a\x85\x02\x65\x8c\ \x31\x66\x59\x96\x6d\x59\x1e\x8f\x87\x29\x8a\xa2\x28\x52\x4a\xc3\ \x30\x28\xa5\xaa\xa6\x4b\x01\xc5\x52\xd1\x34\x4d\x44\xf4\x79\x7d\ \x96\x6d\x2b\x8c\x51\x4a\x35\x5d\x37\x8d\xd2\x86\xf5\x37\x38\xef\ \xbf\x74\x57\x86\x78\x3d\x7e\xcb\x32\x8f\x1e\x39\x36\x3c\x32\x3c\ \x7f\x7e\xd3\xa9\x53\xa7\x6e\xdc\x78\x53\x20\x10\xec\xeb\x1b\x68\ \x6c\x6c\xda\xbf\xef\xed\xf1\xf1\xf1\x65\x4b\x97\xc6\x13\x71\xce\ \x79\x34\x5a\xdd\xd7\xdb\xdb\xdc\xdc\x1c\xa9\x8a\x9c\x38\x7e\xa2\ \xbe\xbe\xbe\xaa\x3a\x1a\x8b\xc5\xe3\xb1\x98\xae\xeb\x12\xe4\xc2\ \x85\x0b\x23\x91\x48\x26\x93\x49\xa7\x93\x3e\xaf\x57\x82\x24\x84\ \x20\xe2\xc4\xc4\xf0\xbc\x79\xf3\x6a\x6a\x6a\x87\x87\x87\xb3\x99\ \x2c\x63\xac\x54\x2a\x49\x29\xeb\x1b\xea\x8f\x74\x1f\xad\xab\xab\ \x33\x2d\x73\x7c\x7c\x7c\xd1\xa2\x45\xd1\x68\x94\xdb\x5c\xd3\x35\ \xa7\x63\x14\x63\xd4\x59\xe6\x42\x8a\x39\x41\x35\x51\xa4\x1c\x51\ \xd4\xef\xd5\x56\xff\xe1\xc0\xd0\x1d\xe9\xcc\x53\x91\xb0\xd7\x05\ \xf7\x4b\x75\x28\x08\x2a\xa6\xb8\xfd\xb9\xd1\xa2\x97\xee\xb8\xa3\ \x0e\x40\xbe\x0f\x6e\xbb\x94\x32\x9b\xcd\x37\x36\x35\xf9\xfd\x7e\ \x55\x55\x25\x10\x44\xf6\xc2\x0b\x2f\xbd\xf4\xd2\xcb\x77\xdd\xb5\ \xf9\x8b\x5f\xfc\x62\x21\x9f\xef\xeb\x1b\x1c\x1b\x1b\x45\x20\x88\ \xe4\xbf\x7e\xf4\xf8\x91\x23\x47\xfe\xe7\xef\xfe\xae\xcf\x1b\xc8\ \x86\xf2\x8c\x69\x43\xc3\xc3\xaf\xbd\x7e\xd2\xef\xf5\xdd\x7d\xe7\ \xe6\x89\xd1\xf1\xda\xda\x9a\xf6\xf6\x76\x5f\x28\x18\x89\x46\x05\ \x08\x40\x24\x65\xe7\xcf\x16\x43\xfd\x03\xa3\x63\xa3\x6d\xad\x6d\ \x16\xb7\x91\x20\x51\x19\x43\xca\x39\xcf\x64\x32\x84\x10\x8f\xa6\ \xdb\xb6\xed\xd1\x3d\xdf\x7f\xec\x7b\x77\xdf\x7d\xf7\xfa\xae\x2e\ \xdd\xe3\x41\xc6\xc8\x79\xd5\xcb\x36\xe7\x8c\x52\x00\x30\x4e\x9d\ \x9e\x18\x1d\x1f\x9f\x98\x68\x5d\xb8\xb0\x50\x2c\x3e\xf3\xcc\x33\ \x9d\x9d\x9d\x5d\x5d\x5d\x8c\xb2\x9e\xde\x9e\x42\xbe\x70\xe4\xc0\ \xc1\xd3\xa7\x4e\x2f\x6a\x5d\x34\x19\x9b\x94\x42\x08\x29\x6b\xaa\ \x6b\x1a\x1b\x1b\x6f\xb9\xe5\xe6\x17\x7f\xfe\x7c\xb1\x54\xc8\xe5\ \xb3\x2f\x6c\x79\x29\x99\x4a\x2d\xea\x68\x57\x55\xf5\xd8\xf1\x63\ \xa6\x61\xdf\xd0\xb9\x6a\xfe\xbc\xa6\xfd\xfb\xf7\x25\xb3\x39\xa6\ \xaa\x5e\xaf\x97\x10\x8a\x08\x4b\x97\x2e\x05\x80\xd6\xd6\xd6\xd5\ \xab\x57\xd7\xd6\xd6\xda\x16\x9f\x99\xdb\xce\x18\x1d\x1c\x99\x38\ \xd9\x3f\x9c\x4d\x26\x76\xef\xda\x3e\xd4\xdf\x3f\x32\x38\x28\x50\ \x6e\xbe\xeb\xde\xf1\x58\x9c\x29\xaa\xdf\x1f\x4c\x4c\x4c\xe6\xd2\ \xa9\x25\xed\xed\xdb\xb6\xbd\xd9\xb6\xa8\x35\x9d\x49\x31\x55\xb5\ \x38\xc4\xd3\x19\x8f\xcf\x77\xcb\x2d\x37\xae\x59\xdd\x49\x19\x6d\ \x6a\x68\xf4\xf9\x7c\xbb\x76\xee\x3e\x72\xac\x77\xdd\xda\xb5\xb6\ \x65\xf7\xf4\xf4\x58\xb6\x7d\xc3\xfa\x0d\x5e\xaf\x8f\x79\x42\x93\ \xc9\x41\x71\xbc\xbf\xaa\xaa\x0a\x15\xdf\xe4\x58\xf2\xed\x43\x27\ \x2c\xdb\x0a\x85\xe2\xed\x4b\x97\xec\x3b\x74\x82\x29\xca\xa1\x43\ \x07\xbd\x1e\xef\x0d\xeb\x6e\x98\xd7\x30\xaf\xbd\xa3\x3d\x97\x4b\ \x35\x37\x35\xd5\xd7\x84\xe8\xf4\xa9\x00\x00\x38\x80\x21\x20\x91\ \xcc\x89\xa2\x91\xcb\x17\x46\x12\x31\x5b\xca\xee\x83\x87\x06\x06\ \x06\x3c\xba\x06\x82\x97\xf2\xc5\xde\x9e\x53\x0a\xa5\x63\x23\x23\ \x25\xa3\xd8\x50\x57\xb7\xff\xed\x3d\xc9\x64\x52\x55\x55\xc3\x28\ \xea\xba\x4f\xd7\x35\x8f\xc7\xa3\x69\x5a\x32\x99\x4a\xa7\x13\x8a\ \xaa\x7b\x3c\xde\x4c\x3a\x05\x20\xbc\xbe\x40\x34\x5a\x1d\x8d\x56\ \xe5\xf3\xf9\xc1\xc1\x21\x9f\xcf\x17\x0c\x55\xe5\x8b\xa6\x65\xda\ \x52\x8a\x62\xb1\xa8\xe9\x9a\xa6\x6a\x88\x18\x0e\x87\x17\x2f\x5e\ \x3c\x31\x31\xd1\xd9\xb9\x42\x53\x55\x7e\x89\x20\x23\xa5\x24\x84\ \x46\xab\xea\x15\x95\xbe\xf6\xda\x1b\x3b\x77\xec\xfc\xea\x57\xff\ \x6f\x22\x11\xff\xa5\x4f\x7d\xba\xbd\x7d\xc9\x9e\x3d\x6f\x77\x74\ \x2c\x31\x4b\xc5\xe7\x9e\x7d\xfa\xa1\x87\x1e\x7a\xe5\x95\x57\x85\ \xe0\x6b\xd6\xac\x79\xe6\x99\x67\x6e\xbd\xf5\xd6\xee\xee\x6e\xcb\ \xb2\x3a\x3b\x3b\xd7\x6d\xd8\x50\x5b\x5b\xe3\xf1\xf8\x16\x2d\x6a\ \xeb\xe9\x39\xfd\xea\x96\xd7\x6f\xbb\xfd\x36\xbf\xdf\x9f\xcd\x8c\ \x8e\x0e\x8f\x2d\x6e\x6f\x0f\x05\x83\x5e\xaf\x37\x36\x99\xc8\xe7\ \x8a\xba\x9e\xf7\xf9\x82\xc5\x82\x31\x36\x36\x46\x08\x31\x4d\x6b\ \x51\xdb\x62\xd3\xb4\x87\x06\x47\xc6\x27\xc6\xf7\xef\x7f\xfb\x23\ \x1f\xf1\x1b\x25\x7b\xc1\x82\x16\xd3\x34\x19\x55\xeb\xe7\xd5\x23\ \x9e\x39\xe2\xcc\x15\x1e\xa1\x2a\xe5\xd3\x55\x91\x8f\xc6\x13\x9f\ \x1b\x9b\x78\x2b\xe0\xcf\x4d\xa9\xa1\xbb\x76\xd1\xd1\x76\x85\xac\ \xdc\x1b\x5f\xb2\x3f\xf9\xfc\xc3\xcd\xe3\xf3\x3c\x5a\x89\xbf\x0f\ \x5f\x8a\x88\xf3\x5b\x5a\xea\xea\xea\x14\x85\x59\x96\x1d\x08\x04\ \x42\xa1\x50\x32\x19\xdf\xbb\x77\x6f\x3a\x9d\xee\xe9\xe9\x59\xbe\ \x7c\xf9\xa2\x45\xb6\xd7\xeb\x79\xee\xb9\xe7\x23\x91\x48\x34\x5a\ \xa5\xeb\xda\xd8\xf8\x58\xfd\x44\xfd\x82\x96\x16\xc6\xe8\xfd\xf7\ \xdf\xff\xd2\xcb\x2f\x79\x35\xbd\xb7\xa7\xc7\xb6\xec\x70\x24\xac\ \x7b\x3c\xba\xc7\xc3\x39\x37\x6d\x0b\x10\x54\x45\xa1\x84\x4a\x21\ \x11\x31\x14\x0e\x9d\x3e\x7d\xca\xb2\x4c\xa6\x69\x42\x70\xc1\x85\ \x40\x00\x00\xbf\xdf\x0f\x00\x04\x31\x97\xcb\x51\x42\xea\xea\xea\ \x28\xa5\x86\x69\x9a\xa6\xe5\x09\xf8\x00\xd1\x89\xbd\x48\x29\xa7\ \x8e\xc3\x52\x02\x80\x61\x18\x5e\xaf\xf7\x86\x1b\x6e\xc8\xe6\x72\ \x1e\x8f\x67\x68\x68\x28\x14\x0e\xe7\xf3\xf9\x7c\x3e\xef\x1c\xbd\ \x5b\x5a\x5a\x22\xfe\x80\xae\xe9\xba\xae\xf7\x0f\xf4\xe7\x72\xb9\ \x60\x30\xc8\x14\x36\x30\x38\xd0\x30\xef\x11\x4d\x53\x33\xd9\xb4\ \x69\x59\x55\x55\x51\x9b\x73\x8f\x47\x47\x24\x3e\xaf\xaf\xa6\xda\ \x13\x08\x04\x90\x60\xb4\xba\x5a\xf1\x78\x35\x8f\x27\x97\xcb\xd5\ \xd6\xd6\x86\xc3\x61\xc6\x58\x4d\x4d\x0d\x21\x44\x08\xd1\xd9\xd9\ \x99\x48\x24\x66\xdc\x19\xd5\xb6\x2d\x94\x52\x51\x98\xcf\xeb\xab\ \xae\x8e\xa6\x12\xb1\x40\x28\xb8\x60\x41\x8b\xc9\x79\xc9\x30\x2d\ \xcb\xd4\x3d\xba\x94\x7e\xa2\x10\xa6\x28\x2b\x3b\x57\x1d\x39\x72\ \x78\x68\x74\x74\xf1\x92\x65\xeb\x9b\xe6\x03\x62\x73\x73\x13\xa5\ \xb4\x3a\x5a\xbd\x6a\xd5\x2a\x8f\xc7\xd3\x38\xaf\x91\x11\x36\x3c\ \x38\xd4\x37\xd6\x3b\x6f\x5e\xa3\x61\x94\x76\xed\xd8\xd1\xde\xd1\ \xa1\xeb\xfa\xaa\x95\x2b\xc7\xc6\x46\x05\xe7\x9d\x2b\x3a\x9b\x1b\ \x1b\xb7\x6c\xd9\xe2\xf7\xfb\x8f\x1e\x3f\x96\xce\x64\xc2\x91\x70\ \x28\x18\xdc\xb7\x77\x4f\xd7\xa6\x4d\x42\x88\xe1\xe1\x21\x55\x55\ \xc2\xe1\x88\x6d\x99\x96\xcd\x91\x11\x89\x08\x08\x12\xc0\x16\x90\ \x4d\x17\x0a\xf9\x7c\x2e\x5f\x1c\x1d\x1d\x4d\x26\x12\xa3\x93\xe3\ \x20\x45\xb4\x2a\x82\x00\x14\xa1\x90\x4d\xf7\xf7\xf7\x2a\x94\x99\ \x46\x31\x97\xc9\x0c\x0f\xf6\x13\x8a\x81\x40\x80\x52\x1a\x0c\x06\ \x4d\xd3\xa4\xd3\xe6\xf7\xfb\x84\xe0\x8a\xaa\x2a\x8a\x62\xdb\x3e\ \x29\xa5\xaa\xaa\xba\xae\x99\xa6\x69\x9a\x66\x28\x14\x24\x84\x20\ \x82\xaa\x28\x1e\x5d\xaf\xad\xad\x15\x42\xf4\xf6\xf6\x4a\x29\x14\ \x45\x2d\x16\x0b\xd9\x6c\xc6\xe3\xd1\xc9\x8c\xf6\x54\x04\xb4\x2d\ \xbb\x58\xcc\x1b\x26\xa9\xaf\xaf\x6f\x5d\xb4\xf0\xf8\x89\xa3\xd9\ \x6c\xb6\xa6\xb6\x06\x00\x14\x45\x19\x1a\x1a\x04\xc1\x03\x81\x00\ \x63\x8c\x10\x6c\x68\x68\xf4\xf9\x7c\xf9\x7c\x3e\x93\xc9\xac\x5f\ \xbf\x5e\x55\xd5\xae\xae\xae\x60\x24\x0c\x00\x0b\x16\xb4\x2c\x6a\ \x6b\x6b\x6c\x9c\xb7\x6e\xdd\xba\x89\x89\x89\xa3\x47\x8f\x22\x62\ \x30\x14\xdc\xb9\x73\x47\x6b\x6b\x6b\x5d\x5d\xdd\xb2\x65\xcb\x0a\ \x85\x42\x2e\x93\xed\x58\xba\xa4\x65\xfe\xfc\xc3\x87\x0f\xc7\x62\ \x31\xc3\x30\x0e\x1e\x38\x18\x0c\x06\xfd\x7e\xff\xc0\xe0\xc0\x82\ \x05\x2d\xb5\xb5\x35\xa7\x4f\x9f\x36\x4d\x23\x12\xa9\x6a\x9e\xdf\ \x28\x38\xa7\x8c\x4e\x9f\x48\x70\xae\xb0\x53\x98\x94\x59\x4a\x1f\ \xab\xad\x69\x2f\x95\x1e\x4c\x24\x2d\xe2\xb2\x3c\x2e\xc5\xa7\x20\ \xe8\xcd\x59\x9b\x9e\x1f\x9b\xac\xf7\xec\xbd\xb9\xe6\x7d\x6b\xb7\ \x44\x08\xa9\xae\xae\x76\x0e\xbf\xba\xae\x49\x29\xfd\x7e\x5f\x5b\ \x5b\x9b\xa2\x28\x27\x4e\x9c\x18\x1f\x1f\x6f\x69\x99\x7f\xe3\x8d\ \x1b\x1f\x79\xf4\xe1\xcd\x9b\xef\x5c\xb2\x64\xc9\xc8\xc8\x08\xe7\ \x3c\x18\x0c\xde\x72\xcb\x2d\x0b\x16\x2e\xac\xae\xae\x69\x68\x68\ \x58\xdf\xd5\x15\x0e\x47\x84\x94\xc7\x4f\x1c\x1f\x1c\x1c\x94\x52\ \x6a\x9a\xe6\x00\x31\x21\x04\x10\xa5\x94\xc2\xb6\x24\xe7\xba\xc7\ \x53\x5b\x57\x47\x90\x10\x42\x98\x03\xfa\x88\x94\x10\x45\x51\x10\ \xb1\x54\x2c\xd9\xb6\xcd\x85\xf0\xfb\xfd\x99\x4c\xe6\xd8\xd1\xa3\ \x1e\xaf\x17\x00\x9d\x80\xbe\xd3\x21\xd3\x34\x4d\x42\x08\x73\x82\ \xc5\x88\x35\xd5\xd5\xc5\x42\x71\xdb\xd6\xb7\x4e\x9f\x3c\x35\x38\ \x30\xe8\xd5\xf4\xa1\xc1\xa1\x83\x07\x0e\xee\xdd\xb3\x27\x19\x4f\ \x6c\xdd\xba\x95\x73\xb1\xbe\x6b\x7d\x3a\x9d\xae\x8a\x54\x69\x9a\ \xa6\x30\x65\x62\x62\xc2\xb6\xed\x1f\xff\xf8\xc7\x94\xd0\xd8\x64\ \xac\xbf\xaf\x2f\x1e\x9f\x44\x44\x29\x21\x10\x08\x14\x0a\x45\x42\ \x68\x38\x12\x29\x14\x8a\x96\x6d\x21\x10\xc6\x78\x00\x00\x20\x00\ \x49\x44\x41\x54\x39\xc1\x77\x4d\xd3\x22\x91\x08\x22\x16\x0a\x85\ \x44\x22\xd1\xdb\xdb\x2b\x84\x38\x79\xf2\xa4\xee\xd1\x67\xbc\xa9\ \xda\xb6\x3d\x36\x36\x6a\x99\xa6\xc7\xa3\xe7\x72\x39\xc1\x45\x24\ \x52\xd5\xd6\xd6\x96\xcf\xe7\x23\x91\x48\x7b\x47\xfb\xd2\xe5\xcb\ \x91\x52\xd3\xb6\x34\xaf\x9e\xca\x65\xc6\x62\x13\xcd\x2d\x2d\xff\ \xe3\x77\xbe\x74\xdf\x2f\xdc\x57\x30\x8d\xe3\xa7\x4e\x0d\x0f\x0f\ \xa7\x52\x29\xd3\x34\x1a\x6b\xa3\x2d\xf3\x9b\x0d\xa3\xb8\x6e\xdd\ \x9a\x4f\x7f\xe6\x53\xd1\x68\x38\x9d\x49\x71\x6e\x0f\x0f\x0f\xc6\ \x62\x13\x84\x82\xae\xab\xa9\x54\x7c\x60\xa0\x2f\x95\x4e\x06\x43\ \x01\x44\x88\x46\xc2\xa3\x23\x43\x23\x43\x03\xfb\xf7\xee\xb1\x2d\ \x43\x70\xcb\xe7\xd5\x73\x99\xf4\x82\xf9\xcd\x1d\x8b\x17\x99\x46\ \x89\x51\xac\x64\x29\x13\x02\xaa\xca\x74\x5d\x2b\x16\x0a\xa9\x54\ \x8a\x31\xb6\x66\x65\x67\x4d\x4d\x4d\x22\x1e\xb3\x4c\x23\x36\x39\ \x39\x30\x38\x98\x48\x24\x8a\xf9\xbc\xe4\xa2\xaa\xaa\x2a\x12\x89\ \x04\xfc\x01\x9f\xcf\xe7\x4c\x99\x33\xbf\x42\x88\x52\xa9\xc4\x39\ \x57\x55\xb5\x50\x28\x14\x0a\x05\x67\x91\xd8\xb6\x9d\x48\x24\xc6\ \xc6\xc6\x9c\x03\x9c\xcd\xed\xb1\xb1\x71\x45\x51\x74\x5d\x8f\xc7\ \xe3\x96\x65\x85\x42\x21\x27\xc2\x53\x2c\x16\x4f\x9d\x3a\x35\x32\ \x32\x2c\x84\x84\x19\xe0\x3b\x02\x20\xa4\x52\x99\x44\x22\x41\x08\ \x89\x4d\xc6\xa5\x94\xe1\x70\xe8\x81\x07\x1e\x90\x52\x6a\x9a\xba\ \x71\xc3\x86\xfb\xee\xbb\xcf\xef\xf7\x0b\x21\x86\x86\x86\x34\x4d\ \xeb\xeb\xeb\x63\x8c\x7d\xee\x73\x9f\xfb\xd3\x3f\xfd\xd3\x85\x0b\ \x17\x1e\x3e\x7c\xb8\xbb\xbb\x9b\x10\x22\x25\x18\x25\xc3\xef\xf7\ \x71\xce\x3b\x96\x74\x3c\xf8\xe0\x83\x2b\x56\xac\x90\x52\xd6\xd6\ \xd6\x9a\xa6\x39\x38\x38\x98\x4a\xa5\xbc\x5e\x6f\x2c\x1e\x4f\x26\ \x12\xc5\x62\x91\x10\x12\x08\x04\x9a\x9b\x9b\x4f\x9c\x38\x71\xe0\ \xc0\x81\xe3\xc7\x8f\x9f\x3a\x75\x2a\x1c\x0e\x6b\x9a\x66\x59\x96\ \xcf\xe7\xeb\x58\xda\xee\xdc\x0f\xe7\xb6\xb3\xb6\xe7\x44\x42\xb5\ \x32\x38\xf3\x4a\x38\xb4\x2d\x99\xfa\xdc\xf8\xe4\x9b\xc1\x60\xbf\ \xae\xaa\xae\x22\xca\xc5\xad\x39\x9b\xe1\xfa\xd7\xe2\x0b\x8e\x67\ \x9f\xf8\x95\x85\xa9\x2a\x55\x35\xdf\xbf\x8c\xb4\xaa\x2a\x84\xe8\ \x88\x38\x32\x32\xea\xf7\xfb\xc3\xe1\x60\x34\x1a\x6d\x68\x68\xe8\ \xee\xee\xee\xeb\xeb\x4b\x25\xd3\x55\x91\x48\xcf\xa9\x5e\x4a\xd9\ \xc7\x1e\xfe\xe8\xd3\x4f\x3f\x3d\x30\x30\xe0\xf3\xf9\x8a\xc5\xe2\ \xf0\xf0\xf0\xd8\xf8\x78\xb8\x2a\x44\x28\x75\xc0\xf7\xf0\xe1\xc3\ \xa7\x4f\x9e\x6a\x6c\x6c\x5c\xb5\x76\x8d\xae\x6b\xa1\xaa\x08\xa5\ \x4c\x4a\x29\xa4\x14\x52\x12\x82\x84\x10\x46\x99\x61\x18\x44\x61\ \x54\x61\x88\x00\x42\x0a\x21\x90\x10\xc3\x30\x8a\xa5\x52\x3e\x9f\ \xf7\x78\x3c\xf1\x78\x3c\x99\x4c\x76\xae\x5c\x85\x08\x8a\xaa\xda\ \xdc\x16\x42\x38\xce\xb8\x03\x13\xb6\x6d\x3b\x79\x39\xb3\x58\xe2\ \xdc\xee\xed\xed\x31\x0c\x23\x93\x49\x27\x93\x89\xd3\xa7\x4f\x9b\ \x46\x89\x10\xaa\x28\xca\xf0\xd0\x50\x3e\x99\xaa\x8a\x44\x2c\xcb\ \xe4\xd2\x6e\x6a\x6e\x8c\x84\x23\xdd\x47\x8e\xa4\x52\x49\x09\xb2\ \xb5\x75\xa1\xe3\x5d\x12\x42\x6d\xcb\xf2\xfb\xfd\x4e\x9a\x4b\x51\ \x14\x82\xc8\xb9\xad\x30\x45\x42\xc9\x30\x8c\x60\x30\x68\x18\x46\ \x3a\x9d\xae\xae\xae\x6e\x68\x68\xb8\xe7\x9e\x7b\x6e\xbd\xf5\xd6\ \x67\x9f\x7d\x36\x9f\xcf\x2f\x5f\xb1\x6c\x06\xce\x3b\x41\x92\xcd\ \x64\x07\x07\x07\xa3\xe1\xd0\x64\x2c\x36\x39\x39\x49\x08\x66\xb3\ \xd9\x1d\x3b\x76\x08\xce\x17\x2c\x58\x30\x34\x3c\x3a\x32\x3a\x92\ \xcd\xe7\x62\x47\x26\x84\x14\x85\x62\x31\x95\xcd\x7c\xe1\xa1\x0f\ \xd7\xd6\xd5\x79\xfc\x81\x7b\x4b\xe6\x53\x3f\xfd\x29\x02\x8e\x0c\ \x8f\xf4\xf6\xf6\xd7\x46\xab\x7c\xfe\x50\x67\xe7\xb2\x6c\x3a\xbb\ \xff\xed\xb7\x91\x60\xa9\x54\x7c\xfb\xed\xfd\x9d\x9d\x9d\xf3\xea\ \x1b\x72\xe9\xcc\xfa\xae\x1b\xc6\xc6\x26\x4e\x9d\x3a\xcd\x28\xd5\ \x14\x85\x10\x52\xdf\x50\xef\xf1\x79\x43\xc1\xe0\x81\x83\x07\x27\ \xc6\xc7\xfb\xfb\xfa\x36\x6f\xde\xbc\x62\xf9\x72\xcb\x32\x6b\xa2\ \x7e\x90\x56\x2e\x97\x0b\xf8\x7d\x84\x52\x0e\xe0\x94\xd0\x79\xbc\ \x2a\x97\xa8\xaa\x6a\x43\x43\x43\x30\x18\x2c\x14\xf3\x2d\x2d\xf3\ \xe7\x35\xd4\x53\x82\xa5\x42\xfe\x99\xa7\x8b\xbd\x27\x4f\x70\xd3\ \x54\x54\x5d\x53\x35\xc3\x28\x96\x0c\xcb\xeb\xf5\x22\x62\x3a\x9d\ \xa6\x94\x6a\x9a\xe6\x1c\xb6\x00\x40\x55\xd5\x5c\x3e\xcf\x39\xf7\ \xfb\xfd\x4e\xe6\x5c\x4a\xe9\xf5\x7a\x9d\xfc\x24\x25\xb4\x2a\x52\ \x15\x89\x44\x74\x5d\xf7\x7a\xbd\xaa\xaa\xc6\xe3\xf1\x64\x2a\x95\ \x4c\x26\xab\xab\xab\xb9\x10\x86\x61\x8a\x19\x49\x6c\x13\x82\xb9\ \x5c\x61\x62\x74\xd8\xe3\xd5\x0a\x85\xc2\xa9\x53\xa7\x7a\x7b\x7b\ \x1b\x1b\x1b\x0f\x1d\x3c\xd4\xdd\xdd\xdd\xd9\xb9\x36\x18\x0a\xbd\ \xfa\xea\xab\x52\xca\xad\x5b\xb7\x26\x93\xc9\xba\xba\xba\xe7\x9e\ \x7b\xae\xab\xab\xeb\x96\x4d\xb7\x72\xcb\xfe\x85\x07\x1e\xf8\xf6\ \x77\xbe\x83\x88\x23\x23\x23\xa6\x69\x36\x35\x35\xda\x9c\xd7\xd5\ \xd7\x0a\x2e\x73\xb9\x6c\xa1\x50\xb0\x2c\x6b\xe7\xce\x9d\x1e\x8f\ \xe7\xc1\x07\x1f\xcc\x64\x32\xb5\x75\xb5\xcb\x96\x2d\x1d\x1f\x9f\ \x20\x84\xe4\x72\x39\xc7\x23\x59\xbd\x7a\xb5\xdf\xef\xef\xef\xef\ \x1f\x1f\x1f\xb7\x6d\x7b\xe3\xc6\x8d\x37\xde\x78\x63\x26\x93\x11\ \xb6\x5d\x5f\x5f\x07\x12\x9c\x90\x87\x6d\xdb\x73\xc8\x73\x07\x00\ \x22\x65\x81\x90\x6f\xd7\x56\x47\x38\x7f\x34\x16\x13\xe0\xd6\x27\ \x5d\xdc\x09\x9d\x62\x24\x66\x6c\x7a\x61\xb4\x67\x59\xf0\x60\x57\ \x15\x7b\xbf\x05\x20\x9d\x69\x92\xc9\x64\xd2\x09\xb1\x0e\x0e\x0e\ \x16\x0a\x85\x40\x20\x70\xfc\xc4\x71\x29\x25\x53\xe8\xe0\xe0\xd0\ \x92\x25\x1d\xc3\x83\x23\x42\x08\x4a\xe9\x81\x03\x07\x9e\x7d\xf6\ \xd9\x63\xc7\x8e\xc5\x62\x93\xe3\x63\x63\xd9\x4c\x26\x91\x4c\xf4\ \xf4\xf4\x70\x9b\xa7\xd2\xe9\x60\x30\x18\x8d\x46\x75\x8f\x07\x00\ \x1d\x9a\x8a\xcd\xb9\x65\x59\xa6\x51\xca\x66\x32\x99\x4c\xc6\xb2\ \x6d\x24\x68\x9a\xa6\x61\x18\xa6\x65\x59\xb6\xed\x50\x3b\x34\x55\ \x6d\x68\x68\xa8\xa9\xa9\x71\xd2\xb0\xfe\x40\xc0\x34\xcc\x5c\x2e\ \xef\x3c\xff\x8e\x2b\xe7\x84\x65\x9c\xe7\x64\x70\x70\xf0\xe0\xa1\ \x03\xf9\x7c\x4e\x08\x5e\x2a\xe5\x75\x5d\xa3\x94\x08\xc1\x47\x86\ \x87\xa4\xe4\x27\x8f\x1f\x9b\x1c\x1f\x1d\x1e\x19\x3a\xd4\x7d\x28\ \x10\xf4\x99\xa6\x31\x38\x38\x90\x48\xc6\x15\x85\xe4\x0b\xb9\xb1\ \xb1\xe1\x44\x22\xde\xd6\xb6\x08\x11\xfd\x7e\x3f\x53\x98\x94\x32\ \x9b\xcd\x3a\x74\x07\x42\xe9\xa2\x45\x8b\x28\x21\xc5\x62\x61\xf5\ \x9a\x35\xb5\xb5\xb5\x0d\x0d\x0d\x75\x75\x75\x00\xd0\xde\xde\xbe\ \x66\xcd\x9a\x93\x27\x4f\x26\x93\xc9\x42\xb1\x80\x33\x2a\xc2\x13\ \x82\x47\xab\xab\xc3\xe1\xc8\xf1\x13\x27\x7a\x7b\x7a\x4c\xd3\x2c\ \x16\x4b\x96\x69\xf6\xf5\xf5\xf9\xfc\x7e\xd3\x30\x19\xa3\x55\xd1\ \xaa\x9a\xba\x3a\xa6\xa9\xd9\x42\x7e\x78\x78\x58\xd5\x34\x5b\x70\ \xa6\x28\x48\xb0\xb5\xb5\xf5\xf6\xdb\x6f\xbf\xe1\x86\xae\xda\xda\ \x86\xd3\xa7\x7b\x63\x89\x0c\x63\x98\xc9\x14\xe2\xf1\x54\x43\x7d\ \x43\x34\x1a\x79\xe4\x91\x87\x3f\xf5\xc9\x4f\xf4\xf7\xf6\x1d\x3e\ \x74\x08\xa4\xec\x3d\xdd\x57\x13\x8d\x56\x85\xc3\xf3\x1a\x1a\x74\ \x55\xab\x0a\x47\x1a\x6a\xeb\x5b\x5a\x5a\x74\x8f\xa7\xad\xad\xcd\ \xeb\xf5\x2e\x5e\xbc\xb8\x73\xd5\xaa\xa6\xa6\x26\x44\x8c\x27\xb3\ \x8c\xa9\x63\x63\xe3\xf1\x78\xc2\x61\xb9\x20\x80\x6d\x4b\xd3\x98\ \xf2\xc1\x9b\x9b\x9b\x5b\x5b\x17\xa8\x9a\x62\xd9\x66\xfb\xe2\x36\ \xbf\xd7\x7b\xfc\xe8\xd1\x93\xc7\x8f\x49\x29\x01\x91\x73\x5b\xd7\ \xb5\x68\x34\xea\xf7\xfb\x09\x21\x8a\xa2\x4c\xd1\x51\xa6\x59\x4c\ \x3e\x9f\xaf\xaa\xaa\xca\x89\xb3\x69\x9a\xe6\x50\xad\x34\x4d\x73\ \x96\x4a\x5d\x5d\x5d\x7d\x5d\x7d\x28\x12\xb2\x6c\x3b\x95\x4e\xc7\ \x12\x09\x9b\xf3\x9a\xda\xda\x68\x34\x8a\x94\x0a\x29\x8b\xa5\x52\ \x38\x12\xa1\x94\xce\x68\xd8\xa5\xcf\xef\xab\x6f\xa8\x7f\xf5\xb5\ \xd7\x1e\x7f\xfc\x89\xee\xee\x6e\x5d\xd7\x0b\x85\xc2\x96\x57\xb6\ \x58\x96\xb5\x60\x41\xcb\xc8\xf0\x48\x38\x1c\xe9\xe8\xe8\x70\xb2\ \xbe\x47\x8e\x1c\x29\x95\x4a\x2b\x57\xae\x14\x5c\x00\x40\xb8\x3a\ \x72\xc7\x9d\x77\x6e\xd8\xb0\x61\xc1\x82\x05\x13\x13\x13\x99\x6c\ \x8e\x12\xaa\x28\x8a\x69\x9a\x42\x48\xaf\xd7\x7b\xdb\x6d\x9b\x1e\ \x78\xe0\x01\x21\xc4\x53\x4f\x3d\x65\xdb\x76\xb1\x50\x0c\x87\xc3\ \x0d\x0d\x0d\x1e\x8f\xbe\x68\x51\x2b\x22\x36\x35\x35\xf9\x7c\x3e\ \x4a\xe9\x9a\x35\x6b\x18\x63\x5e\xaf\xb7\xbe\xbe\xbe\xa5\xa5\xa5\ \xbe\xbe\xde\xb2\xb8\xaa\xaa\x23\xa3\xa3\x63\x63\x63\x0e\x87\x07\ \x11\xe6\x56\xed\xbe\x2a\xe5\x5e\xbf\xff\xc9\xaa\xaa\x8f\xc7\x12\ \x2f\x85\xc3\x7b\xfd\x3e\x97\x16\x79\x31\x31\x99\x9b\x5f\x1e\x0f\ \x25\x4a\x3f\xfd\xec\xc2\xa2\x97\x29\xef\xa3\xdb\x2e\xa5\x04\x10\ \x52\x02\xe7\xb0\x74\xe9\x12\xc6\xe8\xe4\x64\x6c\x64\x64\x34\x1c\ \x0e\x4f\x4c\x4c\x84\x43\x61\xc6\xe8\xe4\x44\x2c\x9b\xcd\x70\x2e\ \xf7\xee\xdd\xad\xaa\xaa\x65\x59\xe1\x70\xd8\x34\xcd\xea\xea\xea\ \xba\xfa\xfa\x54\x26\x59\x5f\x5f\xef\xd5\x3d\xd2\xb2\xf7\xef\xd9\ \xab\xeb\x7a\x20\x10\x20\x84\x98\x96\x65\x98\x06\xe7\x5c\xd3\x34\ \x95\x29\x2a\x65\x92\xf3\x54\x32\x55\x5d\x1d\x75\x08\x8c\x0a\x21\ \x14\xa4\xb0\x39\xa5\x34\x9b\xcd\x66\xb3\xd9\x80\x3f\x90\x48\x24\ \x4c\xc3\x48\x24\x12\x0e\xf9\x32\x91\x48\xa0\xc2\x42\xe1\x10\xa5\ \xd4\x34\x4d\x87\x4e\xe0\x84\x4a\x0a\x85\xc2\xc4\xc4\xe4\xbe\x3d\ \xfb\x8e\x1e\x3a\xb4\x6f\xef\x3e\xcb\xb6\xea\xeb\xeb\xa5\x94\xc5\ \x5c\xbe\x66\xfe\xfc\x54\x3c\x59\x5d\x1d\xf5\x79\xff\x7f\xf6\xde\ \x3c\xc8\xae\xeb\xbc\x13\x3b\xdb\xdd\xb7\xb7\xbf\xd7\xfd\x7a\x07\ \xba\x01\x34\x40\x80\x04\x40\x90\x00\x45\x52\x94\x28\x4a\x96\x3d\ \x0e\xad\xa9\x94\xe2\xa4\x9c\x8c\xec\x71\x1c\x27\x76\xe4\xaa\x89\ \xc6\x89\x64\x57\x39\xf1\x64\x5c\x76\x6a\x66\x62\x6b\x2a\xb6\xe3\ \x2a\x47\xf1\xc4\x13\xd9\xd2\x48\xb2\x25\x6a\x21\x45\x11\x22\x09\ \x92\x20\x01\x62\xeb\x6e\xa0\xf7\xed\xbd\xd7\x6f\x5f\xef\x7e\xef\ \x39\x27\x7f\x5c\x92\xe3\x2a\x8f\x67\xcc\x1e\xd9\xa1\x64\xbd\xff\ \x50\x85\x7e\xfd\xfa\xbe\x7b\xbf\xf3\x7d\xbf\xed\xd3\x7a\xbd\x5e\ \x3a\x95\x62\x8c\x47\x51\xc4\x39\xf7\x3c\x4f\x14\x25\x00\x60\x3a\ \x9d\xe9\x76\xbb\xfd\x7e\x7f\x6a\x7a\xda\x0d\xfd\xce\x4a\x97\x31\ \x26\x8a\xa2\x40\x48\x2e\x97\x43\x10\x4a\x92\x84\x10\x12\x44\xb1\ \x5c\x2e\x77\x3b\x9d\x53\xa7\x4e\x45\x51\x54\xad\x56\xab\xd5\xea\ \x17\xbe\xf0\x05\x51\x14\x47\xa3\xd1\xf8\xf8\xd8\xe1\xd6\xa7\x60\ \x8c\x6b\xb5\x6a\xad\x5a\xd5\x54\xd5\x34\xcd\xd1\xa0\x8f\x30\x42\ \x18\x39\x8e\x63\xa5\x33\xb5\x5a\x4d\x35\x8c\x72\xb9\x3c\x31\x3e\ \x1e\x47\x41\xe3\xa0\x56\xad\x56\x25\x55\x3a\xa8\x1d\x2c\x2f\x2f\ \x1f\x3b\xb1\x18\x46\xa1\xa6\x1b\x27\x4e\x9c\x64\x0c\xb8\x23\x9b\ \x10\xc1\x71\x03\xd7\x76\x06\x83\x7e\x2e\x97\x6b\xb7\xdb\x63\xe3\ \x63\x1f\xf9\xc8\x87\xf3\xf9\xdc\xf5\xeb\xd7\x87\xa3\x7e\xab\xdd\ \xe8\xf6\xda\xe9\x74\x9a\xf1\xd8\xb4\x74\x51\x14\x2b\x95\x0a\xc4\ \x58\x96\x65\x04\x78\x3e\x9b\x99\x9e\x9c\x98\x28\x65\x5a\xdd\x91\ \xae\x2a\x9e\xeb\x15\x8b\xf9\xb4\x79\x94\x51\x9a\x08\x10\x21\x04\ \x94\x52\xd7\x0d\x08\xc1\xa2\x24\xf9\x7e\xe0\x79\x7e\x29\x5f\x8c\ \x02\xbf\xd7\xeb\x76\x7b\x9d\x7a\xe3\x60\x7f\x6f\x2f\xf4\x3c\x51\ \x14\xc3\x38\x06\x00\x58\x96\xd5\xeb\xf7\xe2\x38\x66\x8c\xe9\xba\ \x1e\x45\x11\x42\xc8\xf3\xbc\xa4\x13\x7f\x47\xd0\x99\x9c\x16\x51\ \x14\x05\x41\x90\xcd\x66\x25\x49\xb2\x6d\x5b\x14\x45\x20\x48\x44\ \x20\x44\x12\x67\x67\x67\x39\xe7\xb5\x5a\x0d\x8b\x82\xa2\xa9\x66\ \x3a\xc5\x11\x1c\x3a\xf6\x21\xbb\x18\x04\xa3\x20\xba\x75\xeb\x76\ \x2e\x97\xab\x56\xf5\xf1\xf1\xf1\xad\x9d\x8d\x42\xa1\x30\xe8\x0f\ \x66\x67\x8f\x5c\xbd\xfa\xc6\xf8\xd8\xd8\xfd\xf7\xdf\x8f\x11\xd0\ \x34\xed\xd6\xad\x5b\x4b\x4b\x4b\x41\x10\x08\x82\x70\xef\xee\xdd\ \xe3\xc7\x8f\x03\x06\x32\xd9\x8c\x20\x8a\xba\xae\x57\xab\xd5\x74\ \x2a\xc5\x18\x8d\x23\x98\x8c\x95\x09\xb8\x74\xfe\xfc\xf9\x93\x27\ \x4f\xfe\xd9\x9f\xfd\x19\x21\xa4\x5a\xad\xb6\xdb\x6d\xd3\x34\x45\ \x51\x0a\x82\xb0\x5c\x2e\xb7\xdb\x6d\x84\x90\x65\x59\xc9\xe3\x93\ \xcd\x66\xc7\xca\xa5\xc0\x0f\x15\x45\x09\x82\x50\x10\x84\x72\x79\ \x1c\x40\x90\x48\x45\x31\xc6\xef\xad\xe2\x8e\x38\xa7\x10\xfe\xab\ \x42\xf6\xb1\xe1\xe0\xbf\xae\x37\xff\xd1\xec\x54\x80\xd0\x0f\x65\ \x91\xff\x7e\x1e\x75\x66\x7d\xf4\xf0\x0b\x8d\x1b\x97\x0a\x1b\xc7\ \xcd\xbf\x35\xb4\xfd\x1d\x42\x15\x00\x18\x45\xa1\x28\x4a\x49\x65\ \x5f\x59\xb9\x7b\xfc\xf8\xf1\xc9\xc9\xc9\x5b\xb7\x6e\x31\xca\x4c\ \xd3\xba\x77\xf7\x6e\x26\x93\x41\x08\xba\xae\x3b\x33\x33\x23\x08\ \x82\xeb\xba\x4f\x3e\xf9\x64\xb5\x52\x69\x77\x3a\xf3\xc7\x8e\x86\ \x61\x38\x37\x37\xb7\xb1\xba\xa6\x6a\x1a\x42\x48\x37\x74\x4a\xa9\ \x28\x08\x90\x60\x59\x92\x39\xe0\x10\x21\xc8\x39\x8b\x38\x84\x89\ \xac\xfb\xed\x83\x05\x72\x88\xde\xd2\xaa\xa7\x52\x29\x4d\x51\x09\ \xc6\xb6\x6d\xcf\xcc\xcc\x10\x42\xa2\x28\xd4\x75\x4d\xd6\x35\x84\ \x71\x72\xbb\x27\x1d\x4d\xa2\xef\xb6\x2c\xcb\x34\x4d\x51\x14\x62\ \x1a\xce\x1e\x99\xa9\x54\x2a\xbd\x7e\xb7\x56\xab\xe6\x73\x79\xdb\ \x19\x2a\x8a\xda\x68\xd6\x83\x20\x70\x6c\x9b\xb3\x38\x8e\x43\xc7\ \x71\xe3\x38\x6e\x34\xea\x51\x14\x22\x04\xea\xf5\x9a\x28\x4a\xaa\ \xaa\x75\xbb\xdd\x20\x08\xe3\x98\x06\x41\xd0\xed\x76\x19\x63\xba\ \xa6\x2d\x1c\x3b\xa6\x10\x91\x10\x81\x60\xd2\xeb\x76\x01\x00\xaa\ \xaa\xd6\x6a\x35\x42\x88\x69\x9a\x09\x8f\xda\x6e\xb7\x5d\xd7\xb9\ \xf0\xd0\x85\xe4\xc8\x79\xb7\x67\xaa\x24\x49\x44\x20\x53\x13\xd3\ \xa2\x80\x38\x8d\xab\xfb\x7b\x8d\x46\x23\x95\xa2\x8b\xa7\xee\xab\ \xd5\x9b\xed\x5e\x6f\x6a\x6a\x32\x65\x9a\x90\x83\xd0\xf3\x05\x8c\ \x24\x2e\x6e\xac\xaf\x39\xae\xbf\xb5\xb3\x7b\xee\xc2\x43\x8a\xa2\ \xac\xaf\x6f\xd6\x1b\xcd\xb4\x61\xde\x78\xf3\x46\x69\xac\x78\xe2\ \xd8\xb1\xd2\xd8\x18\x46\x70\x61\x61\x3e\x65\x99\xdb\x9b\x3b\x29\ \xc3\x3a\x73\xfa\x74\xab\xd5\x5a\x98\x5f\xd0\x74\xcd\x32\xad\xc1\ \x60\xe0\xbb\x9e\x2a\x2b\xbd\x5e\xaf\xd9\x6c\x5e\xb8\x70\xe1\xd4\ \xe2\xe2\x77\x5f\x78\xa1\x56\xa9\xd6\x1b\x1d\x22\x88\x29\xd3\xc4\ \x84\x60\xc0\x19\x65\x18\x63\x00\x60\x18\xb3\x44\xa6\xcd\x01\x1f\ \x0e\x47\x10\x80\xf5\xf5\xd5\xc5\xc5\x45\x55\x96\x00\x03\xed\x56\ \xe3\xf3\xff\xef\xbf\x6e\xd5\x1b\x92\x28\xb2\x28\x22\x18\x33\x16\ \x0f\x07\xfd\xfe\xa0\xe7\x79\x5e\x82\xab\x94\xcb\xe5\x7a\xbd\xbe\ \xbb\xbb\xfb\x0e\x38\x13\x86\x21\x63\x2c\x91\x99\xbf\xad\xff\x23\ \xa3\xd1\xa8\xdf\xef\x27\x80\x1b\x85\xc4\x4a\xe7\xf2\xf9\xfc\x70\ \x38\x6c\x36\x1a\x82\x28\xa6\x53\xa9\x44\x6c\x33\x37\x37\xb7\xb4\ \x74\x27\x39\x1e\xde\x7d\x2f\x03\x30\xc6\xae\xeb\x2d\x2e\x2e\x5a\ \x96\x11\xc7\x41\xab\xdd\xd8\xdd\xdd\xed\xf7\x06\xe7\xce\x3d\x18\ \x45\xf4\xda\xf5\xeb\xd9\x4c\xfa\x81\x33\xa7\x21\x84\x18\xe3\x4e\ \xa7\xa3\x28\xca\x9d\x3b\x77\x44\x51\xec\xf7\xfb\xb3\x73\xb3\x04\ \x63\x41\x14\x7a\xbd\x7e\x2e\x97\xeb\xf7\xfb\x83\xc1\x60\x76\x76\ \x26\xf9\x43\xb2\xd9\xac\x69\x1a\xb6\xed\xd8\xb6\xfd\xfe\xf7\xbf\ \xbf\x52\xa9\xa4\x52\xa9\x54\x2a\xa5\x28\x0a\xc6\x78\x67\x67\x67\ \x76\x76\x76\x6f\x6f\x6f\x63\x63\x63\x61\x61\x61\x61\x61\xe1\xc4\ \x89\x13\x3b\x3b\x3b\xbe\x1b\x40\x08\x04\x81\x00\x10\x61\x82\x01\ \xe7\x00\x82\x77\x3c\x0a\xef\x39\xbb\xbf\xc0\xf9\xa6\x2c\xff\x61\ \xb1\x70\x71\x38\x7c\xaa\x37\x08\xe0\x0f\xc1\x99\xbf\x7a\x4e\xc4\ \x40\x08\xd9\x93\x7f\x5e\xf5\x15\x7c\xf9\x47\xc6\x18\xfe\xff\x21\ \x6c\x80\x52\xaa\x28\xaa\x20\x90\xbb\x77\x57\x57\x56\xee\x2d\x2e\ \x9e\x48\xfc\x1d\xc5\x62\x71\x6d\x7d\xed\xee\xdd\x95\xf5\xf5\x75\ \x5d\xd7\xdf\x78\xe3\x8d\x0f\x7e\xf0\x83\x47\x8f\x1e\xa5\x94\xee\ \xec\xec\xe4\x72\xb9\x73\xe7\xcf\x0f\x87\xc3\xd5\x7b\xf7\xc2\x30\ \xc8\x64\x32\xe5\x72\x19\x40\xc8\x18\xd3\x35\x5d\xd5\x35\x4c\x88\ \xeb\xb8\x8c\x33\x08\x21\xa3\x94\x53\x16\x45\x11\xa5\x34\xa6\x34\ \x0a\x03\xc0\x38\xe7\x00\x41\x04\x38\x78\x07\x75\x89\x69\x2c\xbe\ \xfd\x82\x10\xf6\x7a\x7d\x88\x31\x84\x30\x08\x82\x30\x0c\x93\x12\ \x90\x4c\xfa\xc9\x34\xfd\xf2\x95\x97\x6a\xb5\xaa\x61\x18\x1f\xfc\ \xc0\x07\x1e\x7e\xe8\x82\xaa\x28\x80\x03\x51\x12\x19\x65\x84\xe0\ \xd1\x70\xc8\xe2\x58\x51\xe4\xe4\x29\x45\x08\x0a\x02\x89\xe3\x28\ \x69\xc9\x1d\xc7\x29\x14\xf2\x47\xe7\x8f\x3a\xb6\x3d\x18\x0c\x38\ \x63\xaa\xa2\x00\x00\x32\x99\x4c\x3a\x93\x69\x36\x1a\xf7\x56\x57\ \x6d\xc7\x06\x80\x9f\x3a\x75\x6a\x71\x71\x71\x7a\x7a\x7a\x76\x76\ \x36\x93\xc9\xe8\xba\x4e\x29\x75\x1c\x27\x93\xc9\x94\xc6\xc7\x0f\ \x57\x65\x10\x26\xf5\x7a\x43\x51\x54\xc3\x30\xb2\xb9\xbc\xeb\xba\ \x00\x00\xd3\x30\x73\xf9\xdc\xfe\xfe\xbe\x2c\xcb\x0b\xf3\xf3\x93\ \xe3\x93\x92\x20\x22\x0e\x54\x59\x8e\x82\x40\x97\x55\x1a\xc6\xcb\ \xb7\xef\x7c\xe3\x99\xaf\x7f\xf3\x99\x67\x02\xcf\xaf\x54\x2a\xb5\ \x4a\xcd\xf7\x83\x6e\xaf\x1b\x86\x81\xae\xeb\x86\xae\x47\x51\x98\ \xcf\xe7\x3a\xdd\xae\xe7\xfb\x9d\x4e\x3b\x0c\x42\x82\xc9\xf4\xd4\ \x54\xa9\x58\x12\x04\x61\x66\x66\xf2\xf8\xf1\x63\x82\x40\x1e\xb9\ \x78\x49\x10\x84\x2f\x7f\xf9\xcb\xb6\x3d\xca\x64\xd2\x00\x30\xd7\ \xf5\x46\xc3\xa1\x2c\x4b\x69\xcb\x88\x63\x9e\x98\x0f\x1c\xc7\x63\ \x8c\x41\x04\x04\x81\xc4\x51\xdc\xe9\x74\x6e\xdf\xbe\xdd\x6c\xb6\ \x5c\xd7\x61\x94\x5e\xbb\xf6\x46\xad\x5a\xa5\x71\xdc\x68\x36\xe2\ \x38\xa2\x34\x46\x08\x2a\xa2\xc4\x39\xa3\x71\x0c\x00\x48\xa8\xc2\ \xa9\xa9\xa9\xd9\xd9\x59\x49\x92\x82\x20\x48\x34\xe0\xb6\x6d\x27\ \x20\x0c\xe7\xfc\x1d\xf7\x59\x02\xd3\x61\x8c\x29\xa5\x61\x18\x72\ \x00\x86\xa3\x51\xaf\xdf\x27\xa2\x90\xcb\xe5\xc6\xca\xe5\x13\x8b\ \x8b\x95\x6a\x95\x32\x36\x37\x37\x97\xe0\x24\x87\x90\x0f\x34\x9a\ \x0d\xcb\x34\xcb\xe5\xf2\xec\xec\xac\x2c\xcb\x9c\xf3\x74\x3a\x6d\ \x59\xd6\x95\x2b\x57\x6a\xb5\xea\xfc\xd1\xf9\x87\x2e\x5c\xc8\x65\ \x73\x89\x01\x22\xa1\x07\x0a\x85\xc2\xd5\xab\x57\x7f\xff\xf7\x7f\ \xff\x4b\xff\xe6\x4b\xc3\xc1\xd0\x1e\x8e\xf6\xf6\x76\x47\xa3\x51\ \xaf\xdf\x0b\xc3\x80\x08\x44\x92\x45\x45\x91\x55\x55\xf5\xfd\xc0\ \x75\xdd\x38\x8e\x6d\xdb\xee\x76\xbb\xb2\x2c\x97\xc6\x8a\x00\x02\ \x49\x12\x8f\x1f\x3f\x0e\x00\x98\x9e\x9e\x1e\x1b\x2b\x7d\xf1\x8b\ \x5f\x4c\x1a\x05\x42\x08\xc6\xd8\xf3\x3c\xce\xb9\x61\x18\x10\x40\ \xc6\xf9\x3b\x97\x85\x73\xf0\x5e\xcc\x72\x11\x39\xff\x7a\x3a\x7d\ \x4b\xd7\x7e\xae\xd1\x9c\x0e\xc2\xe8\x87\xf5\xfd\xaf\x6a\xdb\x09\ \xba\xff\x6a\x67\xfe\x4e\xef\xc5\x1f\x19\x6b\x8e\x29\x7f\xdd\xb6\ \x9d\x03\x4a\xe3\xbf\x84\x27\x32\x7e\x28\x96\x49\x51\xe4\x66\xb3\ \xf5\xcc\x33\xdf\x00\x80\x9f\x3b\xf7\x80\xae\x1b\x3b\x3b\x3b\x82\ \x20\x94\x4a\xa5\x28\x8a\x9e\x79\xe6\x99\x04\xdd\x7e\xe4\x91\x47\ \x32\x99\x8c\xa6\x69\x10\xc2\xe1\x70\x18\x46\x21\x42\xe8\xd2\xa5\ \x8b\xc9\x00\x6b\xdb\xce\xe4\xe4\xa4\xa6\xaa\x8a\xa2\x88\x92\x14\ \x05\x61\xb3\xd9\xb0\x6d\x1b\x00\x80\x11\x86\x08\x26\x65\x9a\x10\ \xa2\xe9\x3a\x21\x02\x40\xef\xdc\xc1\x3c\x69\x63\x05\x51\xc4\x84\ \x20\x8c\xe3\x38\x4e\x0a\x5c\xa1\x50\x50\x14\x05\x61\x92\x34\xfb\ \x09\xd4\x9e\xbc\x89\xe3\x38\xbb\xbb\xbb\xad\x56\xcb\xf7\xdc\xf1\ \xd2\x98\x65\x9a\xba\xa6\xa7\x2c\x8b\x60\xc4\x29\x43\x10\x7a\xb6\ \x03\x38\x17\x04\xf2\x17\x7f\x0a\x63\x9c\xe8\xa6\x39\xe7\xa5\x52\ \xe9\xe0\xe0\x60\x69\x69\x89\x52\x4a\x08\x16\x25\x31\x8a\x22\xcf\ \xf7\x83\x20\xc8\x64\x32\xf3\x0b\x0b\xa2\x28\x26\x43\xc5\x4b\x2f\ \xbf\xdc\x6e\xb7\xb7\xb6\xb6\x1c\xc7\xd9\xdc\xdc\x5c\x5b\x5b\x8b\ \xa2\x68\x62\x62\xa2\x54\x2a\x1d\x9d\x3b\x12\xd3\xc3\x48\x21\x39\ \x67\xaa\xaa\xf4\xfb\x7d\xd7\x75\x09\x21\xe5\xf1\x72\xe0\xfb\xa5\ \x52\xe9\xc9\x27\x9f\xbc\xef\xbe\xfb\x04\x81\x10\x4c\xd2\xa6\x25\ \x0b\xa2\x6b\x3b\x61\x10\xe4\xd2\x99\x4c\x2a\xf5\xc4\xa3\x8f\x97\ \xc7\xc6\x46\xc3\xe1\x9d\x9b\xb7\x5f\xbb\xf2\x5a\xb5\x52\x6b\xb5\ \xda\x18\x63\x59\x52\x00\x80\x8e\x6b\xf7\xfb\x7d\x4a\x63\x59\x16\ \x75\x5d\x29\x14\xb2\x9d\x6e\x67\x79\x79\x49\x51\xe4\x28\x8e\x46\ \xa3\x21\xc6\x50\x92\x24\xc3\xd0\x32\x99\xcc\x70\x38\x78\xe0\xec\ \xfd\xf7\xdf\x7f\xa6\x5e\xaf\x13\x42\xf6\xf7\xf7\x57\x56\x96\x37\ \x36\xd6\x47\xa3\x11\xc2\x80\x08\x88\x32\x1a\x04\x81\xe7\x7b\x00\ \x00\xce\x80\x6d\xbb\xf5\x7a\x7d\x7b\x7b\xfb\xce\xd2\x9d\xfe\xa0\ \x7f\xf7\xee\xdd\x5e\xaf\x2b\x89\xa4\x52\xad\x50\x4a\x25\x41\xc8\ \x65\xb3\x8a\x2c\x07\x9e\x17\x06\x01\x46\x48\x10\x05\x08\x91\xac\ \x28\x08\xa1\x83\x83\x83\x56\xab\x95\x70\xa7\x51\x14\x25\xac\x49\ \xa2\x06\x49\xc4\x91\x9c\xf3\xe4\xf0\x96\x65\x39\x71\x99\x21\x84\ \x89\x40\x18\x67\xaa\xa6\x8e\x8d\x8f\x67\x72\xd9\x87\x2f\x3d\x7c\ \xf6\xdc\xd9\x27\x3e\xf0\x44\xf5\xa0\x26\x48\xa2\x24\x4b\xe0\x50\ \x78\x80\x24\x49\xc9\xb7\x59\x2a\x95\xc6\xcb\xe3\x8e\xeb\x18\x86\ \xf1\xe9\xcf\x7c\xfa\x93\x9f\xfc\x64\xa1\x50\x48\x67\xd2\xf9\x7c\ \xc1\x30\x8d\xe4\x53\x51\x4a\x8f\x1c\x3d\x3a\x3b\x3b\xfb\xd4\x53\ \x4f\x8d\x46\xa3\xd7\x5f\x7f\xfd\xeb\xdf\xf8\xc6\xdd\x7b\xf7\xf6\ \xf7\xf7\x83\x30\xd0\x54\x8d\x10\x01\x00\x10\x86\x91\xef\x05\x00\ \x70\x55\x55\x12\x81\xd0\xf2\xf2\x32\x21\x44\x92\xa4\x20\x08\x09\ \x26\x08\x63\x59\x95\x92\x33\x6c\x6a\x6a\xfa\xf1\xc7\x1f\xdf\xd8\ \xd8\x30\x0c\x23\x0c\xc3\xf5\xf5\xf5\xcd\xcd\xad\x6e\xb7\x97\xb8\ \xc4\x11\x82\x51\x18\x26\xfc\x44\x1c\xc7\xef\xc5\xbc\x5c\xcc\x79\ \x8f\xe0\x7f\x39\x56\xfa\x3f\x36\xb7\xff\x41\xb3\xf5\x4f\x27\xc6\ \x19\x00\x3f\x4c\x14\xfb\x4b\x95\x1d\xe6\xea\xc1\x07\xff\xbc\xba\ \xb3\x60\xbd\xfe\x68\xfe\xaf\xbb\x6b\x09\x02\x4a\xe9\xa0\x3f\xc8\ \x97\xb2\xec\x6d\x3e\x03\x21\xe4\x7b\x5e\x14\x85\x87\x98\xe4\xae\ \x5f\xbf\x31\x1a\x8d\xce\x9e\x3d\x9b\xc9\xa4\x5d\xd7\xad\xd7\x1b\ \xaf\xbd\x76\xd5\x34\xcd\x54\x2a\xc5\x18\xab\xd5\x6a\x29\x2b\xf5\ \xe3\x3f\xfe\xe3\xb9\x5c\x6e\x6f\x6f\xef\xe0\xe0\x20\x81\xd1\x19\ \x63\x56\xca\x5c\x5b\x5d\x57\x55\x95\x03\x7e\xf5\xea\xd5\x6c\x2a\ \xa5\xe9\x7a\xab\xd9\x6c\x36\x1a\x94\x33\xcf\xf3\x4b\x63\x25\x81\ \x08\x89\xd3\x1d\x21\xc8\x38\x45\x08\x21\x81\xc0\xe4\xb1\x84\x6f\ \x7d\xf2\x44\xf7\x42\xa3\x98\x51\x3a\x1c\x0e\x69\x1c\x9b\xa6\x99\ \xf8\x4b\xe3\x28\xe2\x94\x42\xf4\x16\xac\x89\x10\xa2\x34\xe6\x1c\ \x34\xea\xf5\x9d\xed\x9d\x5c\x26\xeb\xf7\xfb\x9d\x4e\xa7\x56\xab\ \xb6\x5a\xad\x28\x0a\x55\x55\x6d\xb7\x5b\xba\xae\x71\x0e\x54\x55\ \x61\x8c\x41\x08\x34\x4d\xe5\x9c\x01\xc0\xfd\xc0\x13\x44\xd1\xb1\ \x6d\x59\x96\x4d\xd3\xe8\xf7\x7b\x9c\x03\xc3\x34\x33\x71\xb4\xbd\ \xbb\x5b\xab\xd5\x7c\xcf\x9b\x9d\x9d\x99\x28\x97\x0f\x6a\x35\x41\ \x20\x82\x20\x30\x4a\x31\xc6\x8d\x46\xa3\x52\xa9\xe4\x72\xb9\xa4\ \x79\x6f\x34\x1a\x27\x4e\x9c\xc8\x66\x73\xa6\xa9\xb3\x43\xe2\x03\ \x5c\x51\x94\x6c\x2e\x1b\x04\xc1\xd6\xe6\x46\xa3\xd9\x50\x35\x6d\ \x38\x1c\x36\x9b\x4d\x80\x70\xad\x56\xc3\x88\x9c\xbf\xff\xfe\xda\ \xde\x4e\xbd\x56\x15\x30\x19\x1f\x1b\x3f\x7d\xdf\xe9\xf3\xe7\xcf\ \xb9\xbe\x7f\x7b\x69\x59\x92\xc4\x6e\xb7\x9b\xb6\xd2\xed\x56\x4b\ \x96\xe5\x56\xab\x11\x86\xfe\xe9\xfb\x4e\x02\x00\x34\x5d\xe3\x1c\ \x28\x8a\x22\x20\x69\x76\x66\xb6\x52\xa9\x64\xb3\x59\xce\xb9\x2c\ \xcb\xb2\xac\xf8\x7e\xc8\x18\x53\x64\xc5\x30\xcd\x98\xc6\x27\x8e\ \x9f\xb8\x71\xf3\x06\xa5\xb4\xdd\x6e\x87\x61\x38\x3b\x3b\x9b\x49\ \xa7\xfb\xfd\x11\x8d\xa9\x24\x0b\xaa\xaa\xca\x1c\x60\x81\x84\x11\ \x05\x00\x84\x61\x70\xe7\xce\x6d\xcf\x0b\x5d\xd7\x67\x71\x24\x62\ \xb8\x70\x74\x7e\x62\xac\x6c\xc8\x6a\xec\xfb\x51\x10\xca\x92\xe4\ \x3a\x23\xcf\x71\x82\x30\x14\x25\x51\xd3\xd4\x74\x3a\x9d\x0c\x49\ \xbe\xef\x6b\x9a\x26\xcb\x72\x1c\xc7\x89\x60\x26\xe9\x4f\x13\x62\ \x3c\xe9\x76\x2d\xcb\xca\x64\x32\x84\xe0\x91\xed\x84\x14\x24\x3e\ \xd8\xe1\x68\xd4\xeb\xf5\x26\x26\x26\x5a\xcd\x16\xe7\x5c\xd7\xf5\ \x4c\x26\x33\x1c\x8e\x10\x44\xfc\x50\x67\xaa\xa6\x69\x33\xb3\x33\ \xba\xae\xff\xe9\x9f\xfe\x69\xfd\xa0\xae\x69\x9a\xe7\xb9\x9b\x1b\ \x9b\xb3\xb3\x47\xba\xdd\xde\xce\xf6\xf3\x0f\x3d\x78\xae\xdf\xed\ \x5e\xbe\x7c\x39\x0c\xc3\xa9\xa9\xa9\x4b\x17\x2f\x7e\xf8\x23\x1f\ \xb1\x47\xa3\x3f\xfa\xa3\x3f\xe2\x9c\x4b\xa2\xe8\x3a\xce\xfe\xee\ \xde\xec\xdc\xec\x68\x64\x6f\x6d\x6d\x4e\x4d\x4f\x31\xca\x14\x45\ \x06\x10\x30\xc6\x55\x4d\xcd\xf2\x2c\x00\x40\xd3\x34\xc3\x30\xc2\ \x20\x90\x65\x85\xc6\x34\x0c\x42\x2b\x6d\xfa\xbe\x8f\x31\x3e\x73\ \xe6\xf4\xf2\xf2\x4a\xb7\xd3\x69\x35\x9b\xad\x46\x73\x7a\x7a\xba\ \x58\x2c\xba\xae\x4b\x29\x93\x55\x39\xc9\xd3\x78\x2b\x91\xe2\xbd\ \x59\xb9\x64\xc6\xae\xe9\xda\x9f\xe4\xb2\x7f\xbf\xd3\x79\x74\x38\ \xfa\x61\x5a\xe4\x5f\x26\x51\x31\x05\x1f\xf8\x5a\xd5\x18\x46\xcf\ \x3d\x3d\xe1\x2b\x04\xff\x35\x43\xdb\x39\x20\x84\x40\x08\xba\xdd\ \x0e\x00\x00\x21\x0c\x21\x74\x1d\x27\x0c\x43\x41\x10\xdf\x55\x3b\ \x03\x01\x08\xc3\xb0\x52\xd9\x7b\xf8\xe1\x0b\x63\x63\x45\xdf\xf7\ \x5a\xad\xa6\x24\x89\xab\xab\x77\x6f\xdf\xbe\xb5\xbb\xbb\xed\x79\ \xb6\xa2\x28\x1f\xfa\xd0\x87\x54\x55\x75\x5c\xc7\xf7\xfd\x44\x89\ \xec\x79\x5e\x18\x84\x92\x24\x4d\x4e\x4c\xe8\x9a\x3e\xec\x0d\x64\ \x41\xd8\xd9\xdd\x6d\xb7\x5b\x9a\xa1\x7b\x81\xef\x39\x8e\xa1\xeb\ \xaa\xac\x70\x9a\xb8\x08\x21\x65\x14\x42\x3e\xb2\x7b\x8c\x86\x88\ \x24\x4f\x1a\x80\x00\x41\x08\xc3\x20\x8c\xc3\x10\x50\xda\x6c\x34\ \x78\x4c\xe3\x20\xec\xb4\xda\x95\x9d\xbd\xdd\xed\x9d\x7a\xed\x80\ \x33\xa0\x69\x86\xa2\x6a\x44\x90\x62\xca\x00\x40\x81\xeb\x0f\x3b\ \x3d\x4b\x96\x33\x8a\x8a\x01\xe8\xf5\xda\x9d\x76\x93\x33\x26\xcb\ \x72\x2e\x9f\x8f\x29\x8d\x28\x0d\xa2\x78\xe8\xba\x00\xe3\x30\xa6\ \x31\x65\x10\x22\x8c\x05\xc0\xa0\xa1\x1a\x9a\xa2\x5b\x56\x2a\xa6\ \x9c\x72\xe8\xf8\xc1\x41\xa3\xb1\xb1\xb1\xa9\x6b\x86\x3b\x72\x03\ \xd7\xd7\x65\x9d\x46\x34\x9d\xce\x3e\xf9\xd4\x87\xe7\xe6\xe7\x63\ \x4a\x1f\xb9\x74\x29\x9f\xcf\x57\x2a\x95\xf5\xf5\xf5\x7a\xbd\xee\ \xba\xee\xf1\xe3\xc7\x4f\x9d\x3a\x65\x18\xba\x2c\xcb\x87\xa3\x93\ \x28\x65\xb9\x5c\x6e\x7c\x6c\xcc\xb2\xac\x23\x47\xe6\x53\xa9\x54\ \x18\x84\x86\x69\xa8\xaa\xaa\x28\xca\x91\x23\x47\x1b\xad\xc6\x57\ \xbf\xf6\x95\x83\xe6\x81\x6a\xa8\x44\x12\x35\xd3\xf4\x82\x70\x6d\ \x73\x33\x8a\xa2\xb9\xe9\xa9\x4e\xa3\xde\x3c\xd8\xab\xd7\x76\x21\ \x0f\x97\x97\x6e\x61\xc4\x17\x4f\x1c\xb3\x4c\x8b\x43\xd4\x6c\x77\ \x7b\x03\x87\x73\x82\x10\xc9\xe7\x73\xf9\x5c\x9e\x33\xae\xc8\x32\ \x63\x2c\x8e\x22\x51\xc4\x92\x24\x74\x3a\x6d\xd7\xb6\x4d\xc3\x4c\ \x5b\xd6\xec\xd4\xb4\x6b\x3b\xe3\xa5\x31\xcb\x30\x11\x07\xc3\xfe\ \xc0\x1d\xb9\x92\x28\xaa\x8a\x24\x08\x48\x12\x31\xe2\x0c\x50\x86\ \x01\x14\x89\x10\xb8\xfe\x68\x38\x74\x47\xb6\x3d\xb0\xbf\xfa\x95\ \xaf\x2c\xdf\xbe\x23\x0a\x82\x28\x49\x98\x08\x41\x1c\xeb\xa6\x95\ \x2b\x8d\x0b\xaa\x1e\x03\x68\xa6\xd3\x82\x20\x24\xe4\x0d\x00\x20\ \xa9\xef\xa2\x28\x7a\x9e\x97\xa0\x73\x6f\xf3\x3d\x6f\xb9\x31\x55\ \x55\x1d\x1b\x1b\xcb\x66\xb3\x9c\x03\x4d\x55\x73\xb9\x8c\x80\xa1\ \x44\x50\xe0\x7b\xa1\xef\x8d\x06\xfd\xad\xed\xed\x28\x8a\xc6\xc6\ \xca\x17\x2f\x3e\x12\x53\xe6\x7a\xde\x21\xbc\xc1\x8c\x71\x41\x10\ \x8e\x1d\x3f\x9a\xcf\x67\xce\x9e\x3d\x33\x31\x31\x01\x18\x52\x64\ \x2d\x97\xcb\x0b\x02\x99\x99\x99\x30\x2d\xed\x77\x7f\xff\xf7\x6e\ \x2f\x2f\x15\xc7\x4a\x11\xa3\x33\x73\xb3\x11\x8d\xd7\x36\xd6\x9b\ \xed\xf6\x93\x1f\x7e\xaa\x37\x18\xbc\xf2\xea\xab\xf7\x96\x96\x05\ \x04\xb7\xd7\xd7\xdb\x8d\xfa\xb1\x23\x47\x64\x51\x50\x14\xc9\x75\ \x5d\x46\x29\x07\x8c\x53\x2a\x8b\x64\xac\x54\x20\x18\x4a\x22\x81\ \x10\x50\x1a\x0b\x22\x81\x08\xf5\xfb\x7d\x2f\xf0\x04\x51\x94\x64\ \x75\x76\x66\xce\x1d\xb9\x19\x33\x93\x32\x52\xce\xd0\x19\xf5\x87\ \x34\x66\xa2\x24\x21\x84\x11\x11\x00\x22\x08\x63\x00\xdf\xc3\x45\ \x93\x03\xf0\xaf\x0a\xb9\x8a\x28\xfd\x77\x07\xf5\x6c\x1c\xff\x10\ \x9c\xf9\x8b\xaf\x48\x80\xc7\x6f\xf7\xce\xbf\xd4\xbc\xf2\x64\x71\ \xf3\x84\xf9\xd7\x4f\x7f\xe4\x80\x63\x82\x8f\x9d\x38\x25\x10\xa1\ \xdd\x6e\x36\x1b\x07\x9d\x4e\x8b\x52\x5a\x9e\x98\x12\x25\xf9\x5d\ \xe9\x7f\x39\x00\x18\xe3\x87\x1f\x7e\x28\x11\xa2\x69\x9a\x96\xcf\ \xe7\x77\x77\x77\xb6\xb6\x36\x9f\x7f\xfe\xdb\x77\xee\xdc\x71\x1c\ \x77\x66\x66\xba\x54\x2a\x25\x1d\xc7\xfc\xfc\xfc\xc3\x17\x1f\x4e\ \x6c\x29\x6b\x6b\x6b\x9e\xeb\x69\x86\x3e\x37\x33\x23\x4b\x92\xef\ \xfb\xe9\x54\xaa\xd1\x6c\x72\xce\xf7\xf6\xf6\xc2\x38\x2e\x8d\x8f\ \x01\xce\x19\xe3\x90\x03\x08\x38\x44\x50\xd6\x54\x00\x41\x42\xa2\ \x02\xc0\x10\x82\x10\x42\xdf\xf5\x43\xdf\x67\x31\x85\x10\xca\x82\ \x68\x18\x46\x3a\x9d\xb6\x74\xa3\x51\x3b\xf0\x1c\xa7\xdb\xee\xb8\ \x8e\x17\x06\xb1\x28\x10\x08\x21\xa5\xd4\xf7\xfd\xbd\xdd\xdd\x46\ \xad\x96\x31\x2d\x18\xd1\x56\xa3\x01\x01\xc0\x18\xbb\x9e\x1b\x86\ \xa1\xa2\x28\x8a\xaa\x76\xda\xdd\x98\xb2\x38\x66\x61\x44\x15\x4d\ \xdf\xaf\x54\x87\x23\xc7\xf3\x7c\xce\x40\x10\x84\x98\x90\x4a\xb5\ \x16\x04\x61\x69\x6c\x2c\xa4\xf1\xd0\xb6\x47\xb6\xfd\x96\xd7\x86\ \x08\x92\x24\x19\xba\x71\xee\xdc\xb9\x20\x0c\x7b\x83\x01\xa5\x74\ \x7b\x7b\x7b\x6a\x6a\x6a\x6c\x6c\xac\x50\x28\x8c\x46\xa3\x72\xb9\ \x7c\xf4\xe8\xd1\xc4\xb3\x6a\xa5\x52\x87\x8b\xaf\xa2\x8c\x96\x8a\ \xa5\x93\xa7\xee\x2b\x97\xcb\x73\x47\xe6\x4e\x9d\x3c\x05\x11\xac\ \xec\x57\xba\xdd\x6e\xb9\x5c\x3e\x73\xe6\xf4\x23\x97\x2e\x85\x61\ \xb0\xbe\xb1\xe6\xb8\x2e\x05\xbc\xdb\xef\x65\x72\x39\x51\x14\x15\ \x4d\x79\xe2\x89\xc7\x4f\x2e\x1e\x57\x65\xa9\xd5\x38\x60\x34\x0c\ \x7c\x3b\x93\x4e\x65\xd2\x29\x7b\x34\x1a\x0d\x87\x04\x11\xd3\xd0\ \x01\x07\xb2\x2c\xe6\xf3\xb9\x4c\x26\xb5\xbe\xbe\x3a\x1c\x0e\xa2\ \x30\xa0\x2c\x86\x00\xb1\x98\x89\xa2\x60\x9a\x46\x3e\x97\xb5\xed\ \x51\x3e\x9f\x2b\x16\xf2\x9e\xeb\x64\xd2\x29\x51\x14\xe2\x38\x92\ \x25\x51\x14\x84\x38\x0a\x69\x1c\x02\xce\x11\x42\x8a\x2c\xc8\x92\ \x10\x85\xa1\xa9\x9b\x2c\x8a\x13\x4b\x5a\xbb\xd1\x7c\xe9\xa5\x97\ \x5e\x7b\xf5\x15\xcf\x75\x0b\x85\x7c\xb9\x5c\x76\x5c\x77\x6f\x6f\ \x2f\x93\xcb\xc9\x8a\x42\x30\x49\x98\x9b\x99\x99\x99\x6c\x36\x0b\ \x00\x78\x5b\x32\xc8\x12\x3e\xfc\x1d\xe3\x42\x42\x95\x3b\x8e\xd3\ \x6e\xb7\xdb\xed\x76\xbf\xdf\x6f\x77\xda\xfd\x6e\x0f\x72\x86\x20\ \x27\x08\x65\x32\x19\xcb\x34\x8f\x1f\x3b\x66\x59\xe6\xce\xce\xf6\ \xf6\xf6\x0e\xa5\xec\x70\xa9\x0f\x9c\x33\x49\x14\xe7\x17\x8e\xcc\ \xcf\x1f\x3d\x7e\xfc\xc4\x87\x3f\xfc\x61\xc3\x30\x1a\x8d\xe6\x6b\ \xaf\xbd\x96\xcb\xe5\x2e\x5e\x7c\xf8\xc9\x27\x9f\xd0\x34\xf5\xf9\ \x17\x5e\xd8\xd9\xdd\x65\x8c\xed\x57\x2a\x7e\x10\xa4\xd3\x69\x3f\ \xf0\x4f\x9f\x3e\xfd\xd4\x47\x3e\x3c\x3e\x3e\xd6\x6c\xd4\x1b\xb5\ \x03\x8c\x90\xaa\xc8\x99\x6c\x1a\x63\x1c\x45\x11\xa5\xf1\x5b\x2b\ \x2b\x30\x12\x04\x61\x7c\x6c\xac\x56\xad\x56\xab\x55\xc6\x79\x10\ \xf8\x10\x26\x79\x48\x5c\x92\xc4\x54\x3a\xcd\x39\x87\x00\xcc\xcd\ \xce\x3a\xc3\x21\x81\x30\x9b\x49\x43\x00\x05\x82\x45\x91\x00\x08\ \x18\xe7\xec\xed\x1e\xed\xbd\xbb\xc6\x48\xe4\xfc\x40\x14\x7f\x67\ \xbc\xf4\x5b\xdb\x7b\xff\xa0\xd1\xfa\xdf\xcb\x25\xce\x7f\x28\x7d\ \x07\x00\x00\x4a\x60\xa6\x1d\x7c\xf8\x4b\x95\x83\x29\xed\xa5\x0f\ \x95\x00\x7f\x77\x31\x32\x8c\x71\x49\x92\x16\x8e\x2f\x3a\x8e\x1d\ \xc7\x31\xc6\x44\x51\x14\x51\x14\x0f\x81\xb9\xbf\x63\xfe\x4c\x98\ \xd5\x74\x3a\xfd\xd2\x4b\x2f\x39\x8e\xf3\x89\x4f\x7c\xa2\xd3\xe9\ \x7c\xf5\xab\x5f\x5d\x5a\x5a\x0a\xc3\x30\x9b\xcd\x56\xab\x55\xc3\ \x30\x34\x4d\x13\x45\x51\x96\x65\xc6\x58\x18\x45\x8a\xaa\x04\x9e\ \xff\xf8\x13\xef\x7f\xfe\xd9\xe7\x28\xa5\xb3\xb3\xb3\x51\x14\x5d\ \xbc\x78\xd1\x4a\xa5\x5e\xbe\xfc\xdd\x63\x27\x4e\x58\x29\x0b\x61\ \x01\x21\x44\xe3\x10\x09\x84\x51\xca\x19\xe3\x94\x01\x0e\x10\x44\ \x1c\x26\xa7\x15\x77\x5d\x57\x92\x24\xd3\xb2\x6c\xd7\x6d\xd7\xeb\ \xaa\xaa\x56\xab\xd5\x6e\xa7\xbb\x70\xec\x78\x69\x2a\x1c\x0e\x87\ \x08\x9b\x8c\x33\x41\xc0\xd5\xca\xfe\xde\xde\xee\x9b\x6f\x5e\xcf\ \xa4\x52\x2c\x8c\x18\xa5\x09\x6c\x4f\x30\x71\x43\xcf\x0f\x02\xd3\ \x34\xdb\xad\xae\xac\xaa\x31\x8d\x13\x38\xc2\x30\x4c\xce\x98\x20\ \x08\x34\x8a\x21\x84\x9e\xe7\x5b\xa6\xc9\x18\x73\x6d\xcf\x34\xcd\ \x7e\x7f\x68\x9a\xa6\xef\xfb\x10\x42\xcb\xb2\x92\xc2\xbd\xba\xba\ \x3a\x3f\x3f\xcf\x19\x63\x8c\xed\xed\xed\x1d\x3d\x7a\x34\x9d\x4e\ \x47\x51\x24\x08\x42\xa7\xd3\x99\x98\x98\x20\x84\xdc\xbd\x7b\xb7\ \xd3\x69\x9f\x3d\x77\xf6\x10\x26\x26\x08\xa1\xe3\x3a\x3b\x3b\xdb\ \xba\x22\x1f\x39\x32\xd7\x6b\xb7\x10\x42\xae\xe7\x85\x41\x60\x5a\ \x56\x2e\x5f\xac\xd7\x0f\x62\xdf\xbd\x74\xf1\xe1\xcf\x7e\xf6\x5f\ \x02\xce\xe7\xe7\xe7\xcb\xe5\x32\xe7\xfc\xe8\x91\xa3\x18\xe3\x6a\ \xb5\x86\x00\x6c\x35\x1a\xb5\x6a\xd5\x32\x4d\x04\x81\xe7\x3a\x95\ \xfd\x3d\x59\x92\x32\xe9\xb4\x40\xf0\x68\x64\x0b\x48\x91\x44\x61\ \x72\x72\xc2\xf3\xdc\x62\xa9\xa0\xc8\x32\x80\x80\x51\x86\x09\x2c\ \x14\x73\x9a\xa6\x8c\x46\xb6\x20\xbc\x25\x49\x1a\x0e\x87\xed\x76\ \x6b\x38\xec\x8f\x8d\x8d\x39\x8e\x1d\xc5\x01\xc6\x48\x94\x04\x59\ \xe6\xa2\x24\x03\x00\x15\x99\xa4\x52\xc6\xc9\x93\x27\xb2\xb9\x5c\ \x3a\x95\xee\x76\x5b\xd5\xfd\xad\x5e\xb7\xeb\x3a\x8e\x24\x0a\x99\ \x54\xca\xd0\x75\x08\xb8\xef\xb9\x80\x52\xc0\x79\xad\x56\xb3\x2c\ \xf3\xf6\xed\xdb\xef\x7f\xff\xfb\xa7\xa7\xa7\xd7\xd7\xd7\x05\x41\ \x20\x84\x24\x26\xd5\x44\x8b\x92\x88\x67\xe0\xdb\xaf\x76\xbb\x9d\ \x18\x47\x31\xc6\x0c\xa0\x7c\xbe\x68\x5a\xa6\xed\x78\xe9\x74\x7a\ \xf1\xe4\xa9\x6e\xaf\x57\xad\x54\xb6\x77\xf6\x5c\xd7\x33\x74\x8d\ \x10\x02\x0e\xa3\x42\x85\x8c\xb3\x46\xa3\xe9\xd8\xf6\xdc\xdc\x1c\ \xc2\xd8\x30\x8c\x8d\x8d\x0d\xcf\xf3\x4c\xd3\x9c\x98\x98\x38\x7d\ \xe6\x74\xbd\xde\xfc\xc8\x47\x3e\xfa\xeb\xbf\xfe\xbf\x2c\x2f\x2f\ \xcf\xcf\xcf\x3f\xfd\xf4\xd3\x99\x4c\xc6\x30\x0c\x4a\xa9\x1f\x04\ \x88\xf3\x56\xfd\xe0\x8d\xab\xaf\x4f\xdb\xd3\xe7\x1e\x3c\x2f\x10\ \x71\xd0\xeb\x71\x08\x45\x51\xe4\x9c\x47\x61\x84\x31\x42\x98\xe4\ \x72\x39\x4d\xd3\x74\x5d\x4f\x67\x32\x34\x8a\x30\x21\x00\x00\xd3\ \x34\x0d\xc3\x70\x5d\x1f\x42\x10\xc5\x61\xb1\x54\xd0\x74\xd5\xf3\ \xdd\xc1\xa0\x2f\x45\x8a\xc6\xb5\xa1\x6b\x6b\xba\x8e\x05\x02\x11\ \x42\x84\x20\x04\xdf\xd3\x3b\xea\x24\xc6\xbe\x63\x19\x5f\xce\xa6\ \xff\xf3\x66\xeb\x55\x43\xbf\x62\x1a\xca\xdf\x79\xd9\x3b\x47\x10\ \x70\xf0\xc4\x33\xb5\x7c\xdd\xff\xbf\x7f\x71\x61\x98\x16\x0f\x21\ \x6c\x67\x8c\x41\x0c\x52\xa9\x4c\xd2\xc1\x24\x3d\xd1\x21\x3e\x0c\ \x84\x90\x52\x96\x48\x14\x64\x59\xbe\x73\xe7\xce\xb3\xcf\x3e\xfb\ \x93\x3f\xf9\x93\x9f\xfa\xd4\xa7\x3e\xff\xf9\xcf\xbf\xf0\xc2\x0b\ \x3b\xbb\xbb\xfb\xfb\xfb\xa5\x52\x49\x96\xe5\xd1\x68\x54\x3f\xa8\ \x03\x00\x12\x59\xfa\xea\xbd\xd5\xb3\x67\xcf\x0a\x92\x18\xf9\xfe\ \xfc\xfc\xfc\xab\xaf\xbe\x6a\xdb\x76\x26\x93\x11\x44\x51\x54\xe4\ \x2f\x7c\xe1\x0b\x1f\xfd\xe8\x47\x9f\x7c\xea\xc3\x8c\x73\x98\xf4\ \xea\x51\x14\x86\x61\xe8\xfb\x02\x79\x0b\x97\xe1\x10\x4a\xb2\x2c\ \x0a\x42\x1c\xc7\x80\xb2\xe1\x60\xb0\xbb\xb3\xa3\xab\x5a\x1c\x46\ \x95\x4a\xe5\xe2\xc5\x8b\x8b\x8b\x27\x34\x55\x11\x44\x12\xf8\x01\ \xc2\x50\x20\x18\x43\x9e\x4a\xa5\xf2\xf9\x7c\xe0\x3a\xbe\xeb\x44\ \x51\xc4\x11\xe7\x8c\x25\x8c\x1c\x02\x40\x10\x04\x8c\xf1\x70\x38\ \x4c\xb6\x7f\x59\x96\x35\x3f\x3f\x7f\x6f\x65\x25\x8e\xe3\x74\x3a\ \xed\xfb\xbe\xef\x7b\x23\x67\x74\xd4\x9a\x17\x00\x0f\xe2\x38\x95\ \xb2\xfa\xfd\xde\x68\x34\x12\x04\x61\x7c\x7c\x3c\x51\xe3\xb5\xdb\ \xed\x44\x29\x41\x19\x4b\x67\x32\x94\xd2\x54\x2a\xb5\xbd\xbd\x7d\ \xe9\xd2\x25\x59\x96\xaf\x5f\xbf\x5e\xad\x56\x35\x4d\x7b\xf4\xb1\ \x47\x0f\x49\x4a\x21\xd4\x6a\xb5\x3b\xed\xf6\xe9\xc7\x1f\xd3\x34\ \x65\x6b\x73\x2b\x91\x06\x1e\xd4\xeb\x61\x10\x40\x08\xf7\xf7\xf7\ \xa7\xa7\xa7\x83\xc0\x4f\x8a\xa0\x6d\xdb\xd7\xae\x5d\x33\x0c\xc3\ \x71\x9c\xa9\xa9\x29\x42\x48\xbd\x5e\xef\xb4\xda\x49\x94\xc2\xe2\ \xe2\x62\x36\x9b\x55\x55\xb5\x7c\xe2\x78\x36\x63\x31\x0e\x14\x45\ \x1d\x0c\xfa\xba\xae\x0b\x82\x00\x00\xa0\x31\xe5\x10\x70\xc6\x11\ \x46\x88\x20\xc0\x41\x14\xc5\xef\x58\xe4\x09\x21\xeb\xeb\xeb\xb2\ \x2c\xff\xc4\x4f\xfc\x84\x61\x98\x9e\xe7\x29\x8a\xe2\x7a\x36\xf3\ \x63\x4c\x88\x20\x72\x84\x20\x65\xc0\xd0\x0c\x53\xd7\xae\xbc\xfc\ \x32\x42\xc4\x0f\x5c\xc6\x58\xbb\xdd\xde\xdc\xdc\x8c\x63\x6a\x18\ \x3a\x63\x6c\x62\x62\x22\x95\x4a\xdd\xbc\x79\x33\xa9\xdd\x89\x1d\ \xa1\xd9\x6c\x8e\x46\xa3\x28\x8a\x6c\xdb\xe6\x9c\x47\x51\x04\xdf\ \x2e\x85\x89\xc2\x32\xb9\x6f\x13\x5e\x5d\x14\x45\x55\x55\x05\x41\ \xe0\x08\xcb\x8a\x7c\xec\xd8\x31\x88\x09\x42\x78\x6a\x6a\x7a\x30\ \x1a\x7a\xae\x43\x19\xd7\x34\x3d\x39\x1e\x0e\x31\x32\x21\x84\x7c\ \x3f\x58\x59\xbe\xfb\xc0\x03\x0f\x20\x82\x1b\x8d\x86\xeb\xba\xa6\ \x69\x6e\x6e\x6e\xb6\x5a\xad\x62\xa9\xb8\xb2\xb2\x52\x2c\x16\x4f\ \x9e\x5c\x7c\x2b\x38\x76\x6c\x73\x00\x00\x20\x00\x49\x44\x41\x54\ \xec\x08\xa1\x2b\x57\xae\x64\xb3\xd9\x7a\xbd\x3e\x39\x39\x19\x45\ \xd1\x70\x38\xaa\xd5\x6a\x7b\xbb\xbb\x07\xf5\xfa\xd4\xec\x6c\xa1\ \x50\x90\x64\x29\x9b\xcf\xeb\x86\x01\x38\x67\x9c\x45\x7e\x40\x59\ \x28\xcb\x72\x72\x98\x01\xce\x92\x31\x25\x99\x51\x20\x84\xdd\x6e\ \x37\x0c\xc2\xc1\x60\x18\x7a\x9e\x6d\xdb\xcf\x3f\xff\xfc\x87\x9e\ \x7a\xaa\x38\x36\x16\xc6\x91\xa2\x2a\x80\xf3\xd0\x0f\x04\x22\x70\ \x84\x21\xf9\x1e\x15\x77\xc6\x98\xeb\xba\x7f\x13\x7a\xf4\x10\xc2\ \xcf\x9a\xc6\x03\xa3\xd1\x27\x2b\xb5\x95\xf2\x58\x93\x10\xf2\xd7\ \xf8\x35\x51\xc0\x7d\x97\x05\x1e\x8e\xfc\x1f\x34\x8d\x7c\x28\xa2\ \xb3\xd7\xba\x0f\x7f\xa7\xf9\x9d\x27\x4b\x37\xe7\x75\x32\x8c\xfe\ \x9d\x4c\xaa\x28\xe3\x7f\xcf\xe8\x99\x58\xf0\xb7\xb7\xb7\x93\xdc\ \xd4\x62\xb1\x68\x18\xc6\xa1\x06\x55\xee\x79\x7e\x32\x35\x1f\x1c\ \x34\x7e\xe3\x37\x7e\xf3\xfd\xef\xff\xc0\x2f\xfd\xd2\x2f\x75\x3a\ \xdd\xa5\xa5\x65\xc3\x30\x97\xef\x2c\xdf\xbb\x77\x2f\x95\x4a\xf5\ \xfb\x7d\x8c\xf1\x60\x30\x48\x9e\xc6\x24\x6c\x76\x6f\x6f\x6f\x72\ \x62\x1c\x61\xa4\xc8\x72\xa7\xd3\x49\xf2\xa1\x5c\xc7\x69\xb7\xdb\ \xbe\xef\xbb\xae\x1b\x84\x81\xeb\x79\x9e\x63\xeb\x9a\x82\x38\x1b\ \x74\xba\x18\x42\x45\x51\x00\x44\x34\x8e\x21\x24\x18\x21\xdf\xf3\ \x12\x5a\x72\xd0\xeb\x6e\x6d\xac\x9f\x7f\xf0\x41\x88\xb8\xaa\xca\ \xc5\x42\xce\x73\xdd\x90\xb2\x89\x99\x69\xca\x28\x42\x30\x8a\xc2\ \x38\xa6\x8d\x83\x5a\xa5\xb2\xe7\x0c\x86\x34\x8c\x0c\x5d\x17\x64\ \xa1\xd5\x6e\x25\x02\x0c\x0e\x40\xd2\xfa\x79\x81\x3f\x39\x35\x85\ \x10\x3a\x76\xec\x58\xa9\x50\x6c\xd6\xeb\xdd\x6e\x77\xbc\x34\x66\ \x18\x46\xab\xdd\x4a\x10\x03\xdb\x75\x4d\xd3\x1c\x8e\xec\xe4\xfe\ \x4f\xf2\xc7\x13\x17\xa5\x69\x9a\x89\x5f\x89\x31\x36\x1c\x0c\x18\ \x63\x93\x93\x93\xeb\xeb\xeb\x77\xee\xdc\x39\x76\xec\x98\x65\x59\ \xeb\xeb\xeb\xf7\xdf\x7f\xff\xfc\xd1\xf9\x38\x8e\x0e\x71\xd9\xe3\ \x98\x4e\x4f\x4d\x59\xd9\x02\xe4\xec\xd5\x57\x5f\xed\x0f\xfa\x02\ \x11\x42\x1a\xe7\xf3\xf9\x74\x3a\xb3\xb9\xb9\x11\x86\x21\x65\xec\ \xc6\x8d\x1b\xc9\x17\xbd\xb5\xb5\x75\xe2\xc4\x89\xc4\xa5\x95\x88\ \x7f\x14\x45\xe6\x80\x06\x81\xa7\xa9\x4a\xb9\x3c\x36\x39\x31\x6e\ \x98\x26\xc1\xc8\xf3\xbc\x28\x8a\x29\xa5\xb6\x33\xea\xf7\xbb\x77\ \xef\xae\x18\x86\x16\xc7\x91\xe7\x38\x49\x60\x3d\x84\x10\x63\xc2\ \x39\xd5\x35\x25\x95\xb2\x2c\xcb\x7c\xe5\x95\x2b\x51\x14\x88\x22\ \x09\x02\x8f\x90\xb4\x28\x0a\xbd\x5e\x37\x9d\x4d\x61\x4c\x44\x51\ \x4e\x12\x66\x46\xc3\x51\xbd\x56\x65\x34\x8e\x02\x6f\x7b\x7b\x57\ \x55\x64\xc7\x1e\x38\xf6\x70\x67\xdb\x57\x14\x05\x41\xd6\xe9\x74\ \x47\xc3\xbe\xa2\xa8\x9c\x53\x59\x12\xac\x42\xae\xdb\xed\x0e\x87\ \xc3\xa5\xa5\x25\xcb\xb2\x0c\xc3\xe8\xf7\xfb\xc9\x80\xa8\x28\x4a\ \x72\x91\x65\x59\x4e\x0a\x9f\x28\x8a\x89\x92\x44\x10\x84\x28\x8c\ \xa2\x28\x0a\x62\x2a\x49\x4a\xad\x56\x13\x25\xc5\x30\xcd\xdd\xbd\ \x9d\x76\xa7\xbb\xbf\x5f\x51\x14\xad\xd5\x6a\xc7\x71\x04\xc1\x61\ \x30\x00\xc6\x98\xaa\xaa\x8f\x3f\xfe\xb8\x95\x4e\xb5\x9b\xad\xeb\ \xd7\xae\x05\x41\x10\xc7\xb1\x24\x49\x8a\xa2\xc8\x92\x7c\xf3\xe6\ \xcd\x93\x27\x4f\x7d\xf3\x9b\xdf\xec\x74\x3a\x84\x90\xd5\xd5\xd5\ \x38\x8e\x7f\xec\xc7\x7e\x6c\x7a\x7a\x5a\x92\x24\x4c\x08\xc6\xb8\ \xd7\xed\x41\x84\xe2\x38\xce\xe5\x72\xa9\x54\x4a\x56\x14\x51\x14\ \x03\xdf\x07\x00\x30\xce\x7d\xd7\x73\x6d\x7b\x30\x1a\x0e\xfa\x7d\ \xce\xb9\x6b\x3b\x82\x28\xb2\x64\xc1\x1a\x63\x9c\x73\x51\x24\x61\ \xe0\x1f\x3b\x36\xbf\xb9\xba\x56\x6f\x1c\x9c\x7d\xe0\x0c\xe7\x54\ \x56\x44\xee\x33\x1a\x47\x14\x01\x45\x53\x93\xd5\x03\x80\xf1\xef\ \x4d\x71\x47\x08\x25\x64\xce\xf7\xbc\x96\xa9\x00\xf4\x34\xf5\xb3\ \x00\xfc\xb3\xed\xbd\x9f\x1f\x8d\x7e\xb3\x3c\x2e\x00\xf0\x1f\x3c\ \x76\x23\xcc\x65\x55\x90\x14\xfc\x03\x96\x3f\x16\x0b\xa8\xdc\xf6\ \xff\xde\xd7\xaa\xd5\x19\xed\x95\x1f\x1b\x93\x15\x7c\xb8\xb0\x01\ \x08\x21\xe3\xfc\xcf\xfe\xfc\xcf\x57\x57\x57\xf3\xf9\xfc\x2f\xfe\ \xc2\x2f\x58\xa9\xd4\xe1\x0e\xf5\xc1\x60\x98\xf4\x50\x7f\xf8\x87\ \x7f\x18\x86\xe1\x2f\xff\xf2\xa7\x08\x11\x28\x63\x17\x2f\x5e\xfa\ \xf6\xb7\x9f\xf7\x03\xff\xd9\x67\x9f\x75\x1c\xa7\xd5\x6a\x2d\x2f\ \x2f\xbb\xae\x9b\xc8\x90\x4b\xa5\x52\xb9\x5c\xde\xd9\xd9\x99\x9a\ \x9a\x00\x9c\x11\x51\x94\x65\x39\xe9\x28\x6f\xdc\xb8\x51\x28\x14\ \x44\x51\xac\x1f\x1c\x74\x9b\xed\xee\x70\x98\x32\x35\x4d\x33\x28\ \x8d\x1a\x8d\x06\x00\x60\x72\xee\x28\x60\x14\x42\x08\x18\xe7\x90\ \xbb\xae\xe3\x7b\x9e\x22\xcb\x04\x63\x82\xf1\xfa\xda\x9a\x40\x84\ \xb9\xd9\xd9\x28\x8a\xee\xde\x5d\x3a\x7a\xe2\x64\x1c\x06\x00\x23\ \x8c\x88\x1f\x78\x90\xf3\x42\x2e\x77\xe1\xc1\x07\x5b\xf5\x46\x75\ \x6f\x8f\x71\x36\x70\x86\x9e\xeb\x33\xce\x83\x20\x88\xa3\x48\xd1\ \x34\x4d\xd3\x6c\xd7\x85\x10\x46\x51\x54\xab\xd5\x86\xfd\x41\x14\ \xc5\xc3\xe1\xd0\xf3\x3c\x5d\xd3\x39\x07\xaa\xac\xec\xef\xef\x53\ \xce\x89\xe7\x26\x5b\x42\xde\xd1\xe4\x25\xcc\x5e\xa7\xd3\x39\x75\ \xea\xd4\xda\xda\xda\xce\xde\xde\xc2\xc2\xc2\xa5\x4b\x97\x7a\xbd\ \xde\xc2\xc2\xc2\xea\xea\x6a\x92\xac\x32\x3d\x3d\xfd\xf0\xc3\x0f\ \x1b\x86\xd1\xed\x75\x0e\x81\xff\x72\xce\x25\x59\xf2\xda\xbd\x6b\ \xaf\x5f\x0d\x03\x6f\x6e\x6e\xee\xd6\x9b\xd7\x93\xc9\x3d\xa6\xf1\ \xfa\xfa\xfa\x99\xd3\x67\x1a\x07\x95\x76\xbb\x95\xf8\x39\x67\x66\ \x66\x92\x7c\x92\x4c\x26\xa3\xaa\xea\xe4\xe4\x24\xe4\xbc\xdf\xed\ \x40\x08\x32\x99\xf4\xc9\xc5\x45\xc6\x98\xef\x79\x71\x14\xa5\xd2\ \xe9\x94\x65\x02\x00\x4c\x5d\x5b\x5b\x5b\x8b\xa2\x70\x7c\xfc\xa8\ \x95\x32\x29\x65\x89\xac\xdb\xf7\x7d\xc7\xb1\xab\xd5\xaa\x20\x08\ \x94\xc6\x2b\x2b\x2b\xad\x56\x73\x30\x18\x24\x3e\x9d\x20\x08\x66\ \x66\x66\x24\x49\x8c\x63\x4a\x88\x80\x31\xe2\x9c\x7b\x5e\x70\xeb\ \xd6\xcd\x97\x5f\x7a\xb9\xdb\xeb\xb7\x1a\x8d\x7a\xad\x92\xcb\x65\ \xe3\x38\x24\x84\x24\xbb\x4a\x1a\x8d\x86\x6d\xdb\x8d\x46\x3d\x95\ \x4a\xe9\xba\x3e\x08\x82\x46\xa3\x61\x9a\xa6\xe3\x38\xb5\x5a\x2d\ \xb1\x32\x29\x8a\x12\x45\x91\xeb\xba\xa2\x28\xda\xb6\x9d\x60\xee\ \x18\xe3\xc4\x13\x97\xac\x49\x49\x3c\x4d\xba\xa1\x8f\x4f\x4c\x5e\ \x7c\xe4\x7d\x71\x1c\xdf\xba\xbd\xd4\x68\x36\xdb\xed\x36\x03\x30\ \x08\x02\x4c\x04\xc6\x68\x92\x42\xc3\x0f\x03\xbb\x73\x84\xa0\x95\ \x4e\xd5\x2a\xd5\x6f\x7c\xe3\x1b\x8b\x8b\x8b\x8a\xa2\x30\xc6\xe6\ \xe7\xe7\x13\x31\xbb\x65\x59\x47\x8e\x1c\x79\xf6\xd9\xe7\x12\xe1\ \xe6\x89\x13\x27\x12\xa2\xe5\xc8\x91\x23\x9c\xf3\xb1\xb1\xb1\x42\ \x36\x57\xdd\xdd\x59\x5f\x5b\x93\x15\xe5\xe4\xe2\xa2\x20\x08\x61\ \x18\x40\x8c\x28\x63\xb2\x2c\xcb\x92\xa4\x48\x72\x14\x04\xb6\x6d\ \xa7\x33\x99\x7c\xb1\xc0\x28\x0b\xa3\x88\xb2\xb7\x44\xfd\x89\x29\ \x3a\x9f\xcb\x1d\x1c\xd4\xf6\x2b\xfb\xae\xe3\xd8\x8e\x13\xc7\xd1\ \xc6\xc6\x86\x6e\x1a\x9a\xa1\x2b\xb2\x4a\x10\x06\x00\x26\xc7\xde\ \xf7\x81\x0a\x45\x64\xec\xb2\x65\xfe\x3f\x85\xdc\x4f\xb6\xda\x3f\ \xd2\xeb\x87\x7f\x57\x99\x55\x86\xa0\x18\xb0\x8f\xfe\xe9\xbe\xd9\ \x8f\xbe\xf6\xf1\xa9\xa1\x25\x1e\x3a\x46\x86\x51\x26\x4b\xd2\xcf\ \xfc\xf4\x4f\xbf\xef\x91\x47\x7e\xf6\x1f\xfe\xc3\x62\xb1\x18\x47\ \xd1\x21\x40\x48\x08\xe1\x9b\x6f\xbe\x79\xf5\xea\x1b\x5f\xfa\xd2\ \x9f\x3d\xf3\xcc\xd7\x3f\xf1\x89\x9f\x5e\x5d\x5d\x7f\xf6\x5b\xcf\ \x6d\x6d\x6c\x8d\x46\xa3\x30\x8a\x08\x11\xc2\x30\x1c\x1f\x1f\x67\ \x8c\x35\x1a\x8d\x5e\xaf\x97\xc8\x1e\x92\x27\x96\x10\xd2\x6e\xb6\ \x08\x11\x52\xa9\xd4\xe2\xe2\x62\x10\x04\xb9\x5c\xee\xd8\xb1\x63\ \x33\x73\x73\x71\x14\x8d\x97\xcb\xe5\xc9\x89\x85\xf9\x85\xc9\xc9\ \x29\xce\xa8\x44\xc8\x68\x38\xaa\xd7\x0e\x64\x55\x03\x10\x40\x00\ \x7d\xcf\x63\x31\x4d\xa5\x52\xae\xe3\xec\x6c\x6d\x79\x9e\xab\xaa\ \xca\xf6\xd6\x56\xaf\xd3\xc1\x18\x0d\x07\x03\x04\xb1\x65\x18\x61\ \x14\x10\x0c\x21\x60\xb2\x28\xea\xba\x8a\x05\xec\xd8\x76\x2e\x93\ \x2e\xe4\xf3\xcd\x66\x83\x51\x3a\x3e\x3e\x26\x89\x62\x82\xb0\x0b\ \x82\xa0\xeb\x7a\x1c\x47\x07\x07\x07\x86\x61\x28\xaa\x62\x9a\xe6\ \xdc\xdc\xac\x65\x59\xc9\x66\x1c\xc7\x71\x0c\xd3\x7c\xe4\x91\x47\ \x7e\xf4\x47\x7f\xf4\xc8\xdc\x91\x20\x08\x92\xa8\x42\x41\x10\x12\ \xef\x89\xe7\x79\xbe\xef\xef\xef\xef\x8f\x46\x23\x08\x40\xa5\x52\ \xb9\x7a\xf5\x2a\x63\x2c\x97\xcb\x9d\x3b\x77\xee\xf1\xc7\x1f\xbf\ \x77\xef\xde\xfd\xf7\xdf\x2f\xcb\xf2\xfa\xfa\xda\xe1\x42\x4e\x04\ \x41\xd8\xd8\xd8\x7c\xf6\xb9\xe7\x04\x42\xee\x3f\x73\xa6\x5a\xa9\ \x9a\x96\x15\xfa\x1e\x8d\xe9\xee\xee\x2e\x21\x64\xbf\xb2\x3f\x1a\ \x8d\xce\x9d\x3b\x87\x31\x4e\xa0\x83\x47\x1f\x7d\x14\x42\x58\xa9\ \x54\x92\x6c\xb5\xb9\xd9\x59\x49\x14\x31\x42\xaa\xaa\x4c\x4d\x4d\ \xcd\xcd\xcd\x09\x82\x10\x06\x81\x22\x4b\x9c\x71\xcf\xf3\x88\x28\ \xc4\x71\xa4\x28\x8a\xef\x7b\x10\x21\x42\x30\xe7\x0c\x63\xac\xa8\ \x4a\x14\x85\x9a\xa6\x96\xcb\xe5\x4c\x26\xcd\x39\xd3\x75\x7d\x62\ \x62\x22\xf1\x91\xa5\xd3\xe9\x20\x08\x14\x45\xc6\x08\x7b\x9e\x3f\ \x18\x0c\x9a\xcd\xb6\x6d\x8f\x74\x4d\x53\x55\x79\x73\x7d\x6d\x6b\ \xe3\x5e\xa7\xd5\xd8\xda\xdc\xd8\xdd\xdd\xe9\xf5\x7a\x3c\xe1\x25\ \x28\x4d\x36\xdd\xbf\xb5\xa8\x08\xc2\x24\xe9\x01\x42\x98\x4e\xa7\ \x6d\xdb\x1e\x0e\x87\xc9\xf7\x92\xc0\x2f\xe4\xed\x90\x48\x08\x61\ \xd2\xc8\xe7\x72\xb9\x24\x54\x39\x97\xcb\x61\x84\x0d\xc3\x20\x44\ \xa8\x56\xab\x10\xc1\xf1\xf1\x71\x59\x92\x35\x4d\x3b\x7f\xfe\xfc\ \xb1\x85\x85\xa9\xa9\xe9\x99\xe9\x69\x94\x98\x39\xdf\xf5\xdd\x8e\ \x7d\xcf\xff\xee\x0b\x97\x5f\x79\xe5\x95\xc7\x1e\x7b\x6c\x30\x18\ \x10\x42\x74\x5d\x6f\xb7\xdb\x8e\xe3\xdc\xbc\x79\xb3\x58\x2c\xfe\ \xc9\x9f\xfc\xc9\x83\x0f\x5e\x50\x14\x85\x10\xd2\xeb\xf5\x3e\xf6\ \xb1\x8f\x49\x92\xf4\xda\x6b\xaf\x45\x51\x14\x45\x51\xa9\x54\xca\ \x64\x32\x00\x00\x59\x91\x75\x5d\xcf\x8f\x95\x72\xf9\xbc\x28\x08\ \x82\x20\x88\xa2\xc8\x18\x8b\x69\x9c\xa8\xfb\x19\x63\x9c\x71\x00\ \xa1\x2c\x49\xb2\x24\xa9\xaa\x9a\x8c\xbc\x85\x42\x3e\x9f\xcf\x53\ \x1a\x63\x8c\x12\x1e\x45\x92\x24\x41\x14\x0c\xc3\x20\xa2\x00\x20\ \xe8\x75\x7b\xc3\x7e\xbf\xd7\x6e\xf7\x7b\x3d\xf2\xde\x2f\x6a\x49\ \x2d\xff\xbf\x0a\xf9\x33\x8e\xf3\xc9\x83\xfa\x3d\x45\xd9\x54\xe4\ \xbf\x83\x99\x33\x91\x00\x2f\xbe\xd0\xb8\xef\xf5\xce\x33\x1f\x9f\ \xde\x58\x34\xc5\xe0\x90\x57\x00\x61\xe4\xb8\xb6\x4e\x34\xc3\x30\ \x7e\xea\xa7\x7e\x8a\x73\x4e\x29\x8b\xa2\x90\x03\x8e\xde\x8d\xce\ \x3d\x69\x39\xbf\xf1\xf5\x6f\xbe\xf8\xdd\x97\x37\x36\x36\x44\x51\ \xfc\xd6\x37\x9f\x35\x0c\xe3\xdc\xb9\xf3\xb9\x9c\xd4\xeb\x0e\x8a\ \xf9\x52\xbd\x5a\x3f\x38\x38\x00\x00\xcc\xcf\xcf\x27\x81\xa5\x6b\ \x6b\x6b\xb2\x2c\x4f\x4e\x4e\xbe\xf6\xda\x6b\x1b\x1b\x9b\x95\xfd\ \xdd\x07\xcf\x9f\x4f\x8c\xfb\xbe\xef\x47\x51\x24\x8a\x62\x36\x93\ \xb1\x52\xa9\x46\xa3\x31\x1c\x0d\x19\x03\x80\x12\xdf\x75\xa8\x80\ \x37\x37\x36\x1e\x78\xe0\x01\xc0\x28\x60\x9c\x53\x00\x38\xe8\x77\ \xda\x08\x72\x46\xa3\xeb\x37\xae\x4d\x95\x27\x2d\xd3\xd4\x15\xb9\ \xc3\x69\xaf\xdb\x31\x34\x35\x0c\xfc\x5a\xad\x56\x60\x45\x55\x91\ \x31\x12\xe3\x38\xec\x76\xbb\x77\x97\x97\x5b\xf5\x06\x88\x59\x6d\ \x7f\x17\x22\xa8\xaa\x6a\xa3\xd9\x4c\x56\xf9\xf4\x7a\x3d\x29\x8a\ \x02\x3f\x4a\xc2\x23\x15\x45\x29\x15\x4b\xb3\xd3\x33\x2f\xbd\xf8\ \x62\xa1\x50\xa0\x51\xac\xa8\x8a\x65\x99\xa9\x54\xea\xe2\xc5\x8b\ \xed\x6e\x57\x94\xa5\xc1\x70\xb8\xb3\xb3\x93\x28\xf7\x93\x5d\x1c\ \x71\x1c\x9f\x3f\x7f\xbe\x5c\x2e\x5f\xbb\x76\x0d\x61\x7c\xef\xde\ \xbd\xa4\xdf\x1c\x1f\x1f\xdf\xd9\xd9\x49\xa0\x12\x8c\xf1\x97\xbf\ \xfc\xe5\x6a\xb5\xf2\xc9\x5f\xfa\x64\xe2\x2f\x7d\xd7\xa4\x3a\x8d\ \xcb\xe5\xb2\xae\xc8\x9b\x9b\x9b\xed\x76\x3b\x95\x4a\xb5\xbb\x9d\ \xe5\xe5\x25\x2f\x8a\x14\x45\x33\x4d\xf3\xec\x03\x0f\x00\xc0\x93\ \x3f\x04\x21\x94\x34\xef\xfb\xfb\xfb\x95\x4a\xa5\x5c\x2e\xcf\xcf\ \x1f\x4d\x5b\x56\xe0\xb9\x73\x33\x33\x02\x46\xab\x77\x57\xf6\xf7\ \xf7\x05\x41\x28\x8f\x8f\x49\x82\x20\x09\x42\x1c\x05\xb6\x33\x92\ \x64\x01\x40\x0e\x00\x03\x10\x70\xc8\x1c\x77\x04\x21\x1c\xd9\x43\ \xd3\x34\x63\x1a\x32\x4e\x67\x66\xa7\x5f\x7f\xe3\xaa\xa2\x8a\x83\ \x61\x4f\x10\xb1\xa2\x4a\x81\xef\xf9\xa1\x8c\x30\x91\x64\xc9\xd0\ \x0d\x4a\x29\xc6\xb8\x59\xaf\xb7\x9a\x4d\xc0\xe2\x7c\x2e\x3b\x5e\ \x2a\xae\x6f\x6c\x76\xfb\x03\x8c\x09\xd2\x54\xc8\x59\xe0\x7b\x94\ \x52\xc0\x99\xef\x3a\x71\x18\x30\xc6\x62\xca\x92\x45\x80\x41\x10\ \xb8\xae\xab\xeb\x7a\x72\x0a\x26\x8b\x09\x13\x80\xc2\x30\x8c\x5c\ \x2e\x97\x78\xca\x12\xca\x41\x14\xc5\x4c\x26\x73\x70\x70\xe0\xb8\ \xee\xeb\x57\xaf\x06\x61\x00\xb1\xd0\x68\x34\xa6\xa6\xa6\xcd\x54\ \x6a\x6c\x6c\x4c\x10\xa4\xad\xed\x9d\xed\xad\x4d\x1a\xc7\x87\xe8\ \x10\x11\x02\xae\xeb\x41\x84\xce\x9e\x3d\xab\x69\xda\xb5\x6b\xd7\ \x8e\x1e\x3d\x9a\x64\x38\xff\xc1\x1f\xfc\xc1\xc2\xc2\x42\xbd\x5e\ \x7f\xdf\xfb\xde\x77\xfc\xf8\x89\x2b\x57\x5e\xf6\x7c\xcf\x71\x1c\ \x5d\xd7\x2f\x5e\xbc\x78\xeb\xd6\xad\x2b\x57\xae\x5c\xb8\x70\xe1\ \xd1\x47\xde\x37\x3d\x33\xc3\x28\xcd\xe7\xf3\x63\xe3\xe3\x81\xeb\ \x1d\x1c\xd4\xea\xcd\xe6\xe2\xc9\x93\xaa\xa6\x01\xc6\x10\x80\xae\ \xe3\x44\x51\xf4\x6f\x75\x8c\x10\x26\xeb\xab\x92\x74\x4c\x5d\xd7\ \x6c\x7b\x38\x77\x64\xb6\x79\x70\x90\xcb\x67\x82\xc0\xeb\xf5\xba\ \xe5\xe9\x49\xc6\x22\x40\x01\x12\x05\x41\xc0\xe9\x54\x8a\x32\x4a\ \x88\x40\xbe\x2f\xea\x9a\xc0\x79\x8f\xe0\x7f\x56\x1e\xfb\xdd\xcd\ \x9d\x7f\x5c\xad\xfd\xe3\xd9\x69\x07\x42\xf2\x77\xaa\xb2\x8b\x68\ \x61\x65\xf8\x23\x5f\xdc\x5f\x3e\x97\xb9\xfa\x44\x81\x44\x87\xec\ \xd9\x39\xe7\xd9\x6c\xbe\xb2\xb7\x77\xec\xe4\xb1\x7f\xbb\x54\x13\ \xe3\x76\xad\x21\xcb\xd2\xbb\x95\xc6\x42\x08\x65\x59\xe9\x74\x3a\ \x95\x4a\x25\xa9\xdd\x92\x24\x2d\x2d\x2d\x29\x8a\xa2\x28\x8a\xaa\ \x69\x84\xe0\x9d\xed\xed\xd7\x5f\x7f\x7d\x71\x71\xd1\x34\xcd\x95\ \x95\x95\xa4\xd7\x90\x24\xe9\xda\xb5\x6b\xc5\x62\xf1\xf4\x7d\xa7\ \x1b\x8d\xc6\x7d\x67\xce\xdc\xba\x71\xe3\x9d\x6c\x80\x4e\xbb\x6d\ \xdb\xb6\x24\x89\x9e\xed\x28\x8a\x1e\x86\x61\xfd\xe0\x80\xc6\xa1\ \x6d\xdb\xd9\x6c\x36\xb2\x1d\x22\xc9\x10\x0b\x18\xd1\x7e\xaf\x27\ \x0a\x98\x33\xb6\xbd\xb9\xdd\x3a\x68\x66\xd2\xe9\x66\xb3\xd5\xef\ \x76\x7a\xdd\x6e\xa9\x58\xdc\xde\xde\x72\x02\x7f\x6b\x7b\x33\x5f\ \xc8\x9d\x3d\x7f\x4e\xd5\x34\x7b\x34\x0c\x83\x50\x14\xc4\xfe\xa8\ \x43\xe3\x78\x76\x6e\x76\xe8\x3a\x9d\x4e\xa7\x58\x1a\xb7\x2c\x8b\ \x52\x2a\x48\x92\xae\xa1\x6e\xbf\x9f\xa0\xd5\x92\x24\x6d\x6d\x6d\ \x89\xa2\x38\x35\x39\xb9\xb2\xb4\xbc\xbe\xbe\x6e\x18\x46\xb9\x5c\ \xa6\x94\x6e\x6e\x6d\xea\x86\x91\x4c\x21\x9e\xe7\x65\x32\x99\x5c\ \x2e\x77\xeb\xd6\xad\xfb\xef\xbf\x3f\xe9\x37\x75\x5d\x4f\x92\x0b\ \x4d\xd3\x4c\x50\xef\xcb\x97\x2f\xbf\xf1\xc6\x1b\xfd\x7e\xff\xf2\ \xe5\xcb\xfb\xfb\xfb\x1f\x7a\xea\x43\x87\xd6\xe4\x59\x96\x35\x1a\ \xde\x0b\x5c\xe7\xd6\xcd\x37\x21\x82\x9a\xaa\x32\x4a\x3d\xdf\xef\ \xf7\xfa\xb9\x7c\x61\x76\x76\xae\xd3\xed\xde\xba\x79\xc3\xf3\x3c\ \x00\x80\xaa\xaa\x89\x7d\x9f\x73\x5e\x2c\x96\x2a\x95\x8a\x84\xb1\ \x61\x1a\x9a\xa6\xb9\xae\x7b\xf7\xee\xdd\xd5\xd5\x55\x42\xc8\xf9\ \xf3\xe7\x55\x55\xc5\x84\x00\x4a\x19\x0d\x55\x55\x4d\xe6\x15\xce\ \x38\x07\x1c\x42\x34\x1a\x8d\x12\xc1\xab\xae\xeb\x34\xa6\x00\x80\ \x4e\xa7\xb3\xb7\xb7\x27\xcb\x72\xa1\x50\x7c\x4b\x11\x24\x8a\xed\ \x56\x2b\x9d\xc9\x99\x66\x8a\x71\x0e\x20\xdc\xdd\xde\x79\xe6\x99\ \x67\x6e\xdf\xbc\x89\x21\x28\xe4\x73\x9a\xaa\x76\x3b\x1d\x3f\xf0\ \xd9\xdb\xa2\x46\xcf\xf3\xde\xd9\xa6\xe2\xfb\xbe\x20\x08\x49\x8c\ \x73\x62\xb3\xd4\x75\xdd\xb2\xac\x6a\xb5\xea\xbd\x2d\x4e\x8f\xa2\ \x48\x92\x24\x8c\x71\xa2\x7f\x4f\xea\xbe\x69\x9a\x82\x20\x18\x86\ \xd1\x1f\x0c\x92\x88\x21\x00\x41\xb7\xd9\x56\x35\x6d\x7a\x66\x26\ \x69\x1d\x36\x36\xb7\xda\xed\xee\x78\x79\x9c\x90\xc3\xec\xd8\xa3\ \x94\x99\xa6\xa5\x69\x66\xad\x56\xdb\xd8\xd8\x58\x5f\x5f\x9f\x99\ \x99\x49\xe8\xc6\x04\x32\x7a\xe0\x81\x07\xca\xe5\xf2\xb7\xbf\xfd\ \xed\x3b\x77\xee\xc8\x92\x24\x08\x82\x69\x9a\x9d\x4e\x07\x00\x70\ \xf6\xec\xd9\x7a\xbd\xbe\xbd\xbd\x25\x8a\x42\x32\x6d\x74\x3b\x9d\ \x76\xb3\xd9\x68\xb7\xd2\x99\x8c\x95\x4a\x31\xc6\x10\x46\x3c\x66\ \x10\x80\x74\x36\xab\x6a\x1a\x63\x2c\xd9\xbd\x1b\x86\x21\xa5\xd4\ \xb2\x2c\x8c\xb1\x24\x8b\x3e\x00\x34\x8c\xb6\xb7\x77\xc2\x20\x2c\ \x95\x4a\x99\x4c\x5a\x92\xc4\x20\x0c\x47\xa3\x91\xef\xfb\xf9\x5c\ \x0e\x42\x84\x00\x0f\xfd\xe0\x7b\x46\xa8\xfa\xbe\x8f\xfe\x86\x55\ \xf3\xaf\x10\xf2\x4f\xb2\x99\x5f\x3f\xa8\x7f\xa2\xd1\xfc\x9d\x62\ \xde\x0b\xa3\xbf\xea\xf7\x45\x3e\x0f\x23\x46\x39\x8f\x7f\x20\x12\ \xe1\xa9\x80\x73\x2d\xfe\xf7\xfe\x78\xab\x63\xf1\xaf\x7c\xbc\xe4\ \x88\x31\x89\x0e\x39\xb9\x84\x91\x57\x28\x95\x74\xa6\xdf\x5d\xbe\ \x3d\x35\x33\xab\x28\x5a\x14\x86\xed\x76\x83\x33\x9e\xcd\x16\x12\ \x67\xd3\xbb\x3a\x2a\x86\xc3\x61\xa3\xd1\x54\x55\x6d\x6a\x6a\xda\ \xb6\xed\x7e\x7f\x40\x08\xa6\x94\x76\x3a\x1d\xdb\x76\x64\x59\xf1\ \x3d\xe7\xca\x95\x2b\x49\x7c\xd2\xd6\xd6\x16\x63\x6c\x38\x1c\x5c\ \xbe\xfc\x82\x61\x18\x13\x13\x13\xad\x56\xb3\xdf\xeb\x6d\xac\xad\ \x99\xe9\x74\x14\x45\x9e\xe7\xb5\xdb\xed\x64\x97\x4d\xa3\xd1\xec\ \xf7\xfb\xae\x1b\x28\xb2\x30\x36\x36\xde\xef\x34\x31\xc6\x83\x7e\ \x7f\x73\x7d\xad\x58\x9e\x8c\x28\xe0\x9c\x37\xea\x75\x4d\x95\x5d\ \xd7\xcd\xe7\x72\xdb\xdb\x5b\x61\xe0\x43\x00\x12\x1b\x7d\xa7\xd5\ \x2a\x97\x27\x02\x3f\xe8\xf6\x7a\x51\x1c\xe9\xab\xab\x8a\xaa\x8c\ \x86\x23\x59\x96\x16\x8e\x1e\x79\xe5\xc5\x17\x65\x49\x56\x55\x75\ \xb7\x5a\xb1\x2c\x2b\x29\x19\xa9\x74\xda\x0f\x02\x4d\x35\x10\x42\ \xb6\xe3\xe8\xba\x1e\x53\x9a\x24\x38\xee\xee\xee\x46\x51\xc4\x19\ \x87\x04\xda\xb6\x5d\xaf\xd7\xf3\xb9\x5c\xa7\xd7\x4b\x60\x5f\x41\ \x10\x82\x20\x98\x9c\x9c\xfc\xee\x77\xbf\x3b\x3b\x3b\xab\xeb\x7a\ \x12\xad\x85\x11\xca\xe7\xf3\x9f\xf9\xcc\x67\x9e\x79\xe6\x99\xcf\ \x7d\xee\x73\xfb\xfb\x95\x13\x27\x4e\x24\xc9\x07\xae\xeb\x0a\x84\ \x1c\xfa\x84\x7e\x6b\x81\x72\x18\xd7\x6a\xb5\xc0\x75\xe2\xc0\x07\ \x1c\x48\xa2\x38\x3d\x3d\x55\x2e\x4f\x20\x08\xfb\xfd\xde\x3b\x49\ \xb9\x18\xe3\x20\x08\x92\x88\xf3\xb5\xb5\x35\xca\x58\xe0\x38\x9b\ \x9b\x9b\x71\x14\x33\x4a\x37\xd6\xd7\x69\x14\x9d\x3a\x79\x72\xfe\ \xe8\xd1\x24\xaa\x01\x21\xe4\x7b\x51\xa7\xdb\x2e\x16\x0a\x10\x02\ \x00\x39\x60\x8c\x33\xa6\x6b\xaa\x20\x0a\x9c\x13\x0e\x78\xb3\xdd\ \x1c\x0d\x07\xed\x76\xcb\x30\x74\x84\xd0\x60\xd0\x83\x90\xc7\x71\ \x84\x11\x8c\xe3\x28\xa9\xd4\x9e\x1f\xb0\x38\x7e\xf3\xcd\x37\x2b\ \xfb\xfb\x9a\x2a\x07\x7e\x10\xb8\x5e\xa7\xd1\x70\x5d\x47\x10\x04\ \xd7\x71\xc2\x20\x90\x44\x31\x51\xbd\x00\xce\x05\x41\x00\x9c\xc3\ \xb7\x2a\x29\xf5\x7d\x3f\x59\x72\xd2\xe9\x74\xde\x89\xe3\x4f\x48\ \x5d\xce\x58\xe2\x5f\xb5\x6d\x3b\x8e\xe3\x24\x99\x20\x91\xd8\x4a\ \x92\xe8\xfb\x3e\xc2\x10\x00\x98\xcd\xe5\x26\x27\x27\xe3\x38\x1e\ \x1b\x1b\x8f\xe3\x28\x08\x82\xc9\xc9\x89\x7c\x3e\x07\x0e\x27\x84\ \x84\x10\x00\xe0\x3a\x36\x21\x64\x79\x79\xf9\xce\x9d\x3b\x83\xc1\ \xc0\x71\x1c\x55\x55\x8b\xc5\xe2\x83\x17\x2e\xa4\x52\xe9\xfd\xfd\ \x4a\xb7\xdb\x75\x1c\x87\x31\x2e\x8a\xa2\xa6\x69\x94\xd2\x42\xa1\ \x50\xa9\x54\x28\xa5\x37\x6f\xde\xda\x58\x5d\x1b\x0c\x87\x47\x24\ \xb9\xd9\x6a\x05\xbe\x6f\x58\xe6\xc2\xc2\x02\xe7\x3c\x8e\x63\x51\ \x12\xa3\x38\xb0\x1d\x27\xf0\xfd\x04\xcd\x27\x82\xc0\x19\x4b\x18\ \x05\x59\x96\x21\x84\x8e\x33\xea\xf5\xba\xf6\x60\xa4\x6a\xb2\xaa\ \x29\x83\x41\x9f\x10\xec\x79\x4e\x18\x45\x82\x40\x20\x04\x18\xa3\ \x28\xf2\x31\x22\xbb\xdb\xdb\xe4\x7b\x52\xd9\x25\x49\x3a\x71\xe2\ \x84\x2c\x49\x7f\xb3\x35\x0e\xc2\xad\x05\xf0\xd2\xea\xc6\x7f\xb1\ \xb4\x7c\x50\x28\x5e\xbb\xef\x14\x09\xc2\x7f\x67\xe7\x13\x47\xbc\ \x34\x4e\x52\x02\xa1\xdf\xef\xb5\x9d\x03\x46\x10\x61\xec\x43\x5f\ \x7a\x31\xdf\xa0\x5f\xf9\xa5\xf7\x83\xc9\x5c\x31\xa0\xe0\xb0\x3b\ \x7c\x42\xec\x85\x4e\x6c\x14\x8d\x91\xdb\xbb\x73\xfb\x06\xe4\x00\ \x0b\xc4\xd0\xcd\x6c\x2e\x3f\x1a\x0d\x18\x7b\x77\x6e\x78\x84\x50\ \xbd\x7e\xd0\x69\xb7\xa6\x27\xcb\x69\x5d\x19\xf5\x7b\x9c\xf3\xc1\ \xd0\xe9\x0d\x1c\xd3\x30\x14\x59\x03\x1c\x70\xc8\x6d\xc7\x4e\xa5\ \x53\x09\x3c\x8d\x10\xea\xf5\x07\xcf\x7f\xe7\x85\x5c\x36\xbb\xb7\ \xb7\x6f\x68\x6a\x1c\x85\x6b\x6b\xeb\xa9\x94\x19\x85\x3e\xc6\x60\ \x72\x72\xdc\xb0\x52\x08\xc2\x5a\xad\xb6\xb2\xb2\xfc\xf0\x85\x87\ \x2c\xd3\x68\xd5\xeb\xcf\x7f\xe7\x85\x7a\xbd\xd1\x1f\x0c\x5f\x7f\ \xe3\x5a\xb9\xd6\x08\xa2\x78\xac\x5c\xee\xb4\xdb\x37\xf7\x76\x12\ \x06\x89\x10\xa1\xdb\xeb\x46\x61\xd4\xe9\xf7\xa2\x28\xee\x0d\x06\ \x95\x83\x6a\x99\xa0\x76\xa7\xe3\xfa\xce\xce\xce\xe6\x78\x69\x2c\ \x9d\xb2\x7c\xdf\xbd\x73\xeb\xe6\xfe\xfe\x3e\xe2\xa0\x56\xab\xf5\ \x7a\x7d\x41\x10\x09\x26\x00\x40\x51\x12\xab\xb5\x5a\x18\x44\x56\ \xca\x74\x3c\x27\x0c\x83\xd1\xa0\x07\x39\x50\x55\x69\xfe\xe8\x91\ \xad\xcd\xad\x5a\xad\x56\x28\x14\x1e\x7b\xf4\xd1\xc1\x70\x28\x08\ \x82\xa2\xe9\x07\x8d\x26\x42\xc8\x75\xdd\xa3\x47\x8f\xaa\xaa\x32\ \x33\x33\xa3\x69\xea\x70\x38\xf0\x3c\x9b\xc6\x61\x10\x06\x9c\xf3\ \x83\x83\x83\x33\x67\xce\x7c\xeb\x5b\xdf\x5a\x5f\x5f\xf5\x3d\x17\ \xd0\x98\x46\xa1\x22\x11\xce\x0e\xbb\x0a\x11\xc2\x28\x0a\x54\x55\ \xae\x55\xf7\x1b\x8d\x03\xcf\xf5\x10\xe4\xa2\x20\x19\x96\x35\x3b\ \x37\x0b\x20\x08\x42\xff\xe8\x91\xa3\xd9\x4c\xe6\xfa\xf5\xeb\xa2\ \x28\xd6\x6a\xb5\x4a\xa5\x32\x3b\x3b\x9b\x58\x81\x96\x96\x96\x8a\ \x99\x6c\x22\x64\x8c\xa2\xb8\xd3\xe9\x7c\xf0\x03\x1f\x38\x7d\xff\ \xfd\x08\xc2\x38\x08\x18\xe7\x84\x60\x55\xd7\x08\x46\x81\xef\x63\ \x42\x38\x67\x1c\x70\xc6\xa8\xaa\xa9\xed\x56\x3b\x49\xe2\x5c\x59\ \x5a\xb2\x4c\xcb\x75\x5d\xc7\x71\x1a\x8d\x46\x3e\x5f\x58\x59\xb9\ \x7b\xea\xd4\xa9\xf1\xf2\x84\x61\x8f\x28\x05\x9c\x53\x01\xa3\x5a\ \xbd\xb5\xb1\xb1\x61\x18\xba\xe7\x9a\xf5\xfa\x7a\x1f\x00\xcf\xb5\ \x45\x51\x10\x29\x73\x1c\x27\x0c\x02\x8c\x71\x12\xdb\x09\x29\x95\ \x44\x31\x39\x5d\x22\xea\x23\x08\x93\x7f\x26\x45\x19\x13\x9c\xe8\ \x32\x1d\xc7\x8e\x63\x9a\xcc\x4c\x71\x1c\x27\x93\x53\xb2\x0b\xc5\ \x75\x5d\x45\x51\x82\x30\x04\x88\x00\x08\x27\x26\xcb\x8a\xaa\x2b\ \x8a\xe2\xba\xee\xce\xce\xb6\x2c\x49\xba\xae\xaa\xaa\x1c\x06\x3e\ \xa5\x31\x84\x12\x7f\xf7\x3b\x54\x39\xe7\xaa\xa6\x37\x1a\xad\xe5\ \xe5\xe5\x83\x83\x83\xca\x7e\x45\x10\x49\xa1\x90\xff\xc0\x13\x4f\ \xc4\x71\x44\x69\x54\x2c\xe6\x73\xb9\x27\x9e\x7b\xee\x39\xce\xb9\ \x6d\xdb\x77\xee\xdc\x99\x9b\x9b\x3b\x7b\xf6\xac\xaa\xaa\x5f\xfc\ \xe2\x17\x1f\xb9\x78\xe9\xc5\xcb\xb5\x20\x0c\x45\x59\xda\xde\xde\ \x5a\x5c\x5c\xbc\xef\xf4\x69\x88\x31\x04\x80\x33\x16\xf8\x81\xa4\ \xc8\xa2\x80\xc2\xae\x43\x30\xc4\x18\x33\x46\x19\xe3\xb2\x24\x47\ \x61\xd8\x6d\x75\x52\xa9\x74\x75\x67\xcf\x1e\x0d\x25\x51\xec\xb4\ \x5a\x1b\x1b\xeb\xae\x63\x6f\x6c\x6c\x60\x91\xcc\x1f\x5b\x18\x39\ \x0e\x00\x30\x8e\x23\x00\x20\xe0\xf1\xda\xea\xbd\xef\x41\x71\x0f\ \xc3\xf0\xa1\x8b\x97\xde\xf7\xe8\x63\x7f\x0b\xa5\x8e\x62\x02\xba\ \x5d\xe1\xe7\x7e\xfe\x33\x2b\x2b\xad\xdf\xfa\x4d\x7a\xe1\x02\x74\ \x9d\xbf\x80\xcc\xff\x45\xce\x90\xd3\x18\x7c\x7f\x93\xaf\x1c\x00\ \x8c\x98\x20\x1a\xbf\xf9\x5b\xa9\x2b\x5f\x18\xfd\xfa\xaf\x5f\xf8\ \x99\x9f\x79\x38\x62\xf0\x3f\x4a\x73\x0a\xa3\xd8\x1b\x39\x3d\xcb\ \xb2\x2c\xcb\x7a\xe7\x9d\x92\x99\x3d\x9d\xc9\xbd\x2b\xc1\x3b\xe7\ \x20\x0e\x03\x18\xfb\xc5\x8c\xce\xc3\x91\x2a\x00\x0e\xa4\x83\x66\ \x3f\x88\x41\xb7\xe7\x60\x16\xc7\x71\x44\x19\x8d\xe2\x90\x08\x08\ \x61\x18\xc6\x51\x18\x87\x32\xd6\x04\x22\x8d\x6c\x8f\x52\x30\xe8\ \xf6\x5c\x67\xb4\xb1\xbe\x16\x04\x6e\x14\xf9\xdd\x4e\xfb\x2b\x5f\ \xfe\x37\xb9\x5c\xbe\xd7\xed\x2d\x2c\x1c\xcb\xa6\x32\xed\x46\x43\ \x11\x05\x00\x40\xaf\x37\x68\x34\xdb\x1c\x20\xd3\x4c\xdd\xbd\x7b\ \x17\x70\xbe\x74\xfb\x56\x14\x46\xb6\x63\x43\x08\x82\x20\xd0\x75\ \xb3\xdf\xef\x73\xc4\x44\x49\xb1\xbd\x7a\xae\x58\xe2\x00\xac\xde\ \xbb\x9b\xce\xa4\xf6\x77\xb6\x64\x59\x32\x65\x39\x74\x9d\x5e\xaf\ \x57\xdd\xdb\x77\x1c\x47\x20\x78\xb0\xeb\x42\x4c\xe2\x88\xf9\x28\ \xc0\x18\x27\x8b\xfa\x18\x8b\x25\x49\x8c\xa2\x60\x6f\x6f\xc7\xb3\ \x07\x34\x8e\x1f\x7a\xf8\xa2\x28\x09\x58\x40\xfd\x61\x0f\x37\x88\ \xef\xfb\x9a\xaa\xae\xaf\xaf\x1b\xa9\xd4\x93\x1f\xf8\xe0\xe6\xc6\ \xc6\xde\xde\x5e\x2a\x65\x15\x0a\xf9\x52\xa9\x90\x4a\x19\xa6\xa9\ \xed\xed\xf9\x61\xe4\x0b\x02\xf1\x3c\xef\x73\x9f\xfb\xdc\xc1\xc1\ \x41\x75\x7f\x2f\x63\x99\x81\xeb\x20\xc4\xd3\xa6\x2e\x10\x2c\x09\ \xe4\x70\x0e\x55\xc0\x81\x28\x08\x63\x63\xf9\x67\xbf\xf5\x0c\x44\ \xe8\xa9\x8f\x7c\xb8\x5a\xad\x2d\x2d\xdd\x69\xf7\x3a\x10\x81\x23\ \x47\x66\xb6\xb6\xb6\xbc\xd1\x20\xf9\xbf\x89\xf6\x31\xc9\x5b\x0e\ \xc3\xf0\xe9\xa7\x9f\xee\x76\xbb\x9e\xef\xa7\xd2\xf9\xfe\x70\x74\ \x64\x7e\xe1\xc1\x0b\x0f\x79\x41\x30\x18\x0e\x01\x8d\xc2\x30\x94\ \x44\x31\x95\xb6\x20\x24\x9a\xac\xca\xa2\x04\x21\x84\x94\xd1\x38\ \x16\x25\x79\x34\x1c\x1c\x54\xab\xba\xae\x1b\x86\x39\x3f\x37\xcf\ \x39\x08\xfd\x48\x93\xb4\x76\xa3\x23\x62\xe9\xde\xdd\xb5\x52\x71\ \xdc\x4a\x65\x4d\x2b\x15\xfb\x01\x62\xac\xd5\x6e\x5d\x79\xe9\x25\ \xcf\x19\x95\x8a\x85\xcd\x8d\x75\x00\x41\x4c\x29\x05\x30\x8a\x63\ \x84\xb0\x20\x8a\x51\x1c\xe3\x28\x42\x89\xcd\x94\xf3\x91\xe3\x24\ \xb5\x1e\x72\x26\x08\x24\x06\x98\xd3\x58\x20\xc4\x61\x0e\x8d\x63\ \xc7\x73\x38\x64\x21\xa5\xf4\x6d\x6d\x7b\x3a\x9d\x2e\x95\x4a\x09\ \x18\x9d\x74\xc7\xbd\x5e\xcf\xb2\x52\x99\x7c\x06\x8b\xf2\x78\x79\ \x32\x01\xa3\x6c\xdb\x56\x65\xe9\xd8\xb1\x63\x7b\x7b\x7b\x9a\x2c\ \xb7\xdb\x2d\x7e\xd8\x27\x28\x8e\xe3\xa9\xe9\xb9\x97\x5e\xbe\xf2\ \xda\xeb\xaf\x7f\xf4\xa3\x3f\x62\xea\xc6\xd7\x9e\xf9\x6a\xbb\xd5\ \xe8\xf7\xda\xef\x7b\xdf\x23\xdd\x6e\x77\x73\x7d\xed\xf8\xe2\x7d\ \xa2\x24\xc5\x34\x2a\x95\x4a\xb5\x5a\xed\xd2\xa5\x4b\xbe\xef\x9d\ \x3c\x79\x92\x71\xf6\xe2\x77\xbf\x7b\xec\xc4\xf1\x2f\x7d\xe5\xcb\ \xe9\x6c\xe6\xfe\x07\x1e\x48\x67\xd2\x1c\x00\x8c\x90\x3d\x1c\x22\ \x84\x24\x49\x02\x10\xa8\xaa\x2c\xc9\x82\x28\x92\x30\xf4\x20\xc6\ \x02\x16\x19\xe5\x9d\x83\x16\x67\x20\x42\x6e\xd1\xca\xe8\x82\x04\ \x00\x18\x2b\x94\x7c\xd7\x6f\x35\x3b\xfb\x7b\x95\x52\xa9\xe4\xbb\ \x81\x26\x6b\x1c\x02\xca\x41\x1c\x85\xbb\x5b\xdb\xd5\xbd\xea\xf7\ \x06\x96\xc9\x64\xb2\xe0\x6f\xc9\x3d\xca\x79\x2e\xef\x7d\xf6\xb3\ \xea\xc7\x3e\x96\xff\xcc\xaf\xfa\x7f\xfc\xc7\x6c\x6e\x16\xf8\xc1\ \x0f\x22\xcc\xce\x01\x44\x40\x96\x84\x3f\xfe\xd7\xc2\xef\xfd\x4e\ \xf4\x73\x3f\x07\xff\x87\x7f\x94\x03\x00\x50\xfa\x1f\x7d\xa9\x53\ \x7f\x15\x73\x9d\x88\x17\xde\x4d\x07\x09\x30\x91\x55\x3d\xc5\x19\ \x6a\xd6\x3b\x7e\x0c\x18\xd1\x74\x33\xaf\x70\x14\xfb\x2e\xa2\x51\ \x18\x82\xc0\x71\x5c\xd7\xf5\xfd\x20\xe9\xdc\x01\x80\x96\x65\x06\ \x61\x30\x18\x0c\x24\x49\x4a\xe9\x46\xa1\x50\x18\x0c\xba\xae\x67\ \x03\x00\xe2\x38\xfa\xfa\xd7\xbf\x3e\x3e\x5e\xee\xf7\xfb\xad\x76\ \x3b\x08\xc3\xdb\xb7\x6f\xd7\x6a\xd5\x4c\x26\x93\xc9\x64\x12\x70\ \x73\x6a\x6a\xea\xca\x95\x2b\xc5\x42\x21\x59\xa7\x27\x49\x52\x36\ \x9b\x8d\x63\x7a\x70\x70\x90\x88\x11\x17\x17\x17\xab\xd5\x6a\xb3\ \xd5\x4a\x67\xd2\x82\x44\x10\x41\x92\x24\xcd\x1f\x39\x5a\xc8\x17\ \x5e\x7f\xfd\xf5\x5e\xa7\x13\x87\x51\x18\x86\xba\x9e\xe1\x00\xbb\ \xbe\x8f\xe0\x5b\x67\x1b\xa3\x8c\x08\x02\xc2\xd8\x90\x65\x55\xd3\ \x06\x83\xc1\xf4\x44\x19\x42\x3e\x18\xf4\x15\x59\xa5\x94\x26\x31\ \x94\x77\xee\x2c\x1d\x39\x32\x67\x9a\x56\x14\xc7\xc3\xd1\xb0\xdb\ \xeb\x26\x1c\x69\xb3\xd9\x64\x8c\x7d\xed\x6b\x5f\xdb\xdd\xdd\xdd\ \xd9\xdd\x71\x3d\x0f\x61\x94\xc4\xa5\x45\x51\xa4\x48\x02\xc1\x62\ \x3e\x97\xf5\x3c\x07\x71\xa0\x28\x32\x8d\x0f\xd9\x7d\x40\x08\xa3\ \x28\x78\xf6\xd9\x67\x47\xa3\xd1\x7f\xf2\xf4\xd3\xf3\xf3\xf3\xcf\ \x7d\xfb\x39\x4c\x88\xe3\x38\xdb\xdb\xdb\xbe\xef\x73\xc6\x7c\xc7\ \x6d\x36\x9b\x8e\xe3\x24\x7e\x9f\xbd\xbd\xbd\xbb\x77\xef\xce\xce\ \xce\x36\x1a\x8d\xa9\xe9\xa9\xcb\xcf\xbf\xd0\xed\x76\x25\x49\x5a\ \x38\xb6\xf0\xc0\xd9\x07\x7e\xf5\x57\x7e\xc5\x30\x8c\x8f\xff\xa7\ \x7f\x3f\x9b\xc9\x40\x84\x1c\xdb\xd6\xd3\xe9\x5e\xbf\x3f\x18\x0c\ \x0c\xc3\x88\x62\x8a\x31\x06\x08\x72\x00\xf2\xb9\x9c\xe7\xfb\x9e\ \xeb\x48\x84\xd4\xeb\x8d\xcd\x8d\x75\x04\x41\xb3\x59\x0f\x43\xff\ \xec\xd9\xfb\xdb\xed\x96\x28\x09\x53\x53\xd3\xb2\x20\xf4\xba\x83\ \x1b\xd7\xdf\x7c\xf3\xfa\xf5\x9d\x9d\x9d\x72\xb9\xec\xba\x6e\x18\ \x45\x18\x21\x42\x48\x18\x46\x8c\xb3\x04\x60\x09\xc3\x30\x39\x7e\ \x0c\xc3\xf0\x3c\x2f\xa1\x46\x01\x00\x04\x13\xd7\xf5\x28\xa5\xa9\ \x4c\x5a\x92\xa4\xa1\xef\x27\xba\x1a\x0e\x38\xc2\x58\x51\x94\x24\ \x05\x0c\x21\xf4\xb6\x29\x89\xe7\xf3\xf9\x6a\xb5\xea\xf9\x5e\x4c\ \xe9\xfc\xdc\x11\x45\x51\xd3\xe9\x54\xa7\xd3\x2d\x16\x8b\x53\x53\ \xd3\x8e\xe3\x64\xb3\xd9\x30\x0c\x11\x84\x18\xe1\xc3\x3d\x39\x92\ \x24\xbd\xf9\xe6\xf5\xdf\xfe\xed\xdf\xfe\xf8\xc7\xff\xb3\x4f\x7e\ \xf2\x93\x2b\x77\x6e\xbf\xf4\xd2\x4b\xc3\x41\x7f\x79\x79\x39\x93\ \x49\x47\x61\x18\x04\xe1\xf3\xcf\x3f\x5f\xd9\xdf\x17\x05\xc9\xf3\ \x3c\xc7\x71\x6e\xdc\xb8\x71\xe6\x81\x33\xa1\x1f\xa6\x53\xe9\x54\ \x2a\xfd\xf2\x8b\x97\x75\x5d\x9f\x9d\x9d\x3d\x73\xee\xec\xb3\x5f\ \xff\xc6\xaf\xfe\xca\xaf\xfe\xc6\x6f\xfc\x46\xb2\x84\x24\x8e\x63\ \x12\x41\xdf\x0f\xda\xad\x56\x2e\x0f\x39\x67\x92\xa0\x32\xca\x30\ \x41\x92\x2c\x11\x22\xd8\x8e\xcd\xa8\x9f\xc9\xa6\xbf\x7b\xf9\x05\ \xc7\x19\x8d\x46\xc3\x7a\xb3\x9e\x2f\xe6\xe6\x17\x8e\x2c\x2f\xdf\ \x3e\x71\xe2\x04\x91\x64\x2f\x08\xb6\xb7\xb6\xaf\x5e\x79\xf5\x95\ \x17\x5f\xfa\xde\x14\xf7\x43\x86\xdf\x1f\xee\xe5\x38\xe0\xf8\x31\ \xff\x5f\xfc\x73\xf9\xbf\xfc\xaf\xc8\xa7\x3e\xe5\xff\xc1\xff\xc9\ \x75\x1d\x44\xd1\x0f\x60\x79\x57\x25\xfc\xc2\x65\xf2\xa9\x4f\xc5\ \xef\x7b\x34\xf8\xcc\xa7\x39\x00\x34\x0c\xdf\x73\x4c\x6f\xcc\x21\ \x14\x65\xd9\x84\x12\x23\x31\xac\xb6\x87\x82\xa4\x11\x4e\xb2\xa9\ \xcc\xc2\xec\xd4\xce\xf6\xca\xf5\x9b\xf5\x44\x10\x12\xc7\x34\x19\ \x6c\x53\xe9\x34\xc6\x24\x8e\x29\x80\x81\x24\xe5\x28\xa5\x96\x95\ \x8a\x69\xb4\xbf\xbf\x0b\x00\x48\xc8\x2e\x8c\x91\xe7\x79\x2b\x2b\ \x2b\xcd\x7a\xad\x58\x28\xa4\x33\x99\x5e\xaf\x27\x2b\x8a\x6e\x18\ \xcd\x66\x33\x9d\xc9\x40\x84\x00\x84\xae\xe7\x45\x71\xec\x7a\xde\ \xf8\xf8\xf8\xd1\xf9\xf9\x28\x0c\x75\xc3\xd8\xda\xdc\x94\x64\xd9\ \x71\x9c\x91\x3d\x2a\x8e\x15\x34\x55\x9f\x9a\x9c\x71\x1d\x7b\x7d\ \x7d\x63\x38\x1c\x45\x31\xe3\x1c\xba\xae\x17\x85\x4d\x59\xd5\x1c\ \xcf\x85\x00\xea\xa6\x01\x00\xa0\x8c\x11\x8c\x69\x4c\x45\x59\x4e\ \xa5\x52\xa3\xe1\x00\x63\xc2\x58\x9c\xc9\x64\xc6\xc6\x4a\x8e\x63\ \xdf\xbb\xb7\x8a\x31\xee\x76\x3b\x9c\xb3\xe3\xc7\x8f\x87\x31\xad\ \x54\x2a\x49\x8c\xf8\xf6\xf6\xf6\x37\xbf\xf9\x4d\xdb\xb6\x57\x56\ \x96\x20\x84\x08\x22\x59\x92\x30\xf2\x00\x00\x18\x63\x51\x14\x55\ \x59\x8c\x82\x10\x21\x14\x84\x01\x06\x48\xd5\x54\x7a\x58\x58\x46\ \x10\x85\x9b\x37\x6e\xbe\x7a\xe5\x95\x4f\xfe\xf7\xbf\x38\x35\x35\ \xbd\xb6\xb6\xd6\x6a\x34\x11\x80\xf6\x68\x34\xe8\xf5\x24\x51\x8c\ \xc2\x08\x72\x9e\x08\x4e\xde\x11\x99\x2c\x2d\x2d\x25\x08\x12\xc6\ \x84\x31\xe6\xba\x8e\x61\x6a\x41\x10\x5c\xbd\xfa\xfa\xf6\xf6\xb6\ \x69\x9a\xbd\x7e\x9f\x73\x1e\xd4\xaa\x08\xf2\x4c\x36\x37\x1c\x0c\ \x38\x63\xb9\x5c\x4e\x54\x34\xc0\x63\x16\x45\x66\x2a\x2d\x10\x02\ \x7b\x3d\x04\xc0\xd6\xfa\xc6\xab\xaf\xbc\x96\xc9\xa4\xe3\xc8\xa7\ \x61\x30\x31\x56\x9a\x9d\x99\x92\x45\x92\xcf\xa6\xdb\x8d\x83\x62\ \xbe\x24\x09\x22\x8d\xe3\x62\xa1\xd8\x6e\xb5\x9b\x8d\x06\x8d\x63\ \x04\x20\xa7\x8c\x33\x46\x19\x65\x8c\x27\x50\x72\xb2\x5d\x3d\x71\ \x38\x67\xb3\xd9\x5e\xaf\x97\xc4\xb8\xbb\x8e\x03\x11\x92\x24\x29\ \xf0\x7d\x82\xb1\x24\x49\x61\x1c\x85\x08\xb2\x98\xc9\x8a\xa8\xeb\ \x7a\x82\xb6\x5b\x96\xa5\x28\xca\x60\x30\x18\x0e\x87\x96\x65\x89\ \x82\x20\x8a\x22\x46\xa8\xd7\x6d\x63\x04\x30\xe4\x18\xf1\x73\x17\ \x1e\xdc\xdd\xdd\x65\x8c\x95\x8a\x45\xdf\xf7\xf3\xb9\x85\xc4\xe3\ \xfa\x6e\x2f\xbb\x28\x0a\xb5\xda\xc1\x7f\xfb\xf3\xbf\xf8\xe3\x3f\ \xfe\xf4\x67\x3e\xf3\x3f\x6d\x6e\x6d\xde\xbe\xb3\xe4\x38\xce\x70\ \x38\x5c\x5f\x5f\x7f\xe8\xa1\x87\xf6\x76\xf6\x75\xd3\x4c\xec\xb5\ \x92\x24\x25\x54\xea\xea\xea\xaa\x65\x59\x49\x96\x2f\xc6\x78\x6b\ \x6b\x2b\x09\xe1\xe8\xb4\x5a\x2b\x2b\x2b\xfb\x7b\x7b\xed\x76\x3b\ \x9f\xcf\xfb\xbe\xef\x79\x9e\x22\xe0\x66\xa3\x01\x28\x1b\x8d\x46\ \xb2\xa2\x46\x81\x27\x48\x0a\x8b\x22\xd3\x34\x02\x3f\x90\x64\xd1\ \x1e\xd9\xcf\x7f\xfb\xd9\x4e\xb7\xa3\xaa\xca\x68\x34\xc0\x04\x5f\ \xba\xf4\xf0\xf4\xf4\x84\xa8\x2a\x8e\x6b\x47\xc3\x41\x61\x6c\x02\ \x41\x68\xe8\xc6\x58\xa9\xf4\x7d\x28\x39\xe1\x1c\x04\x41\xfc\x91\ \x8f\x04\xff\xf4\x7f\x95\x7f\xe1\x17\xc5\x5f\xfb\x9f\x83\xff\xed\ \x37\x01\x21\x20\x8e\x7f\x70\xca\x3a\xe7\x5c\xd3\xf0\xbd\x7b\xf2\ \x2f\xfc\x02\xcb\x64\xfc\x7f\xf1\xcf\x79\xa1\x00\x82\xf7\xe2\x80\ \x42\x19\x07\x10\xc6\x8c\x4b\xa2\xe0\x8c\x86\x5e\xe0\x63\x2c\x51\ \x1a\x47\x0c\xc5\x2c\xa2\x3c\xc6\x08\x25\x9a\x8d\x28\x8a\x12\x11\ \x9b\x69\x18\xf9\x7c\x3e\x9d\x4e\x31\xc6\x4c\x55\x1b\xf4\x3b\xb2\ \x2c\x24\x31\x35\x18\x63\x49\x12\x27\x26\x26\x7a\xdd\x61\xb3\xd1\ \x28\xe6\xf3\xae\xeb\x36\x9a\x4d\x51\x92\xfa\x83\x41\xbf\xdf\x47\ \x08\xf9\x41\x60\xdb\x76\x2f\x8a\x92\xbd\x6b\x89\xa6\x25\x69\xfa\ \x32\x99\x0c\x21\xc4\x76\x9c\x6c\x36\x2b\x08\xa2\x61\x99\xe5\xf1\ \x09\xcf\x73\x37\x36\x37\x09\xc2\x8c\xb2\xd1\xc8\x96\x24\x19\x0b\ \x30\x43\x72\x18\xa3\x20\x08\x65\x59\x49\xc4\xe0\x94\x52\x4d\xd7\ \x14\x55\xf5\x3d\xcf\xef\x75\xa3\x30\xb4\x47\xf6\xee\xce\xce\xf4\ \xcc\x64\xb5\x5a\x01\x1c\x3a\x8e\x83\x31\xc2\x18\x17\x8b\xc5\x28\ \x8a\xee\xdd\xbb\x5b\x1a\x9f\x68\xd4\x1b\xa3\xe1\x28\xa9\x53\x8e\ \xe3\xb8\xae\x6b\x9a\x7a\xf2\x78\xdb\x8e\x4d\x04\x41\x14\xa5\x24\ \x67\x1c\x01\x16\x06\xa1\xeb\xba\x10\x22\x59\x92\x3d\xcf\x4d\x2c\ \x3c\x87\xb8\xe6\x08\xa1\x5e\xb7\xf7\xb1\xa7\x9f\xb6\x4c\xeb\xee\ \xca\x0a\x00\x60\x62\xbc\x5c\xd9\xdb\x77\x1d\x77\x73\x63\xd3\x1e\ \x8e\xea\x8d\x86\xeb\x38\x89\x00\x9f\x10\x52\x2a\x95\x4e\x9f\x3e\ \xbd\xbb\xbb\x0b\x21\x9c\x9d\x9d\xdd\xda\xda\xc2\x08\x71\xc6\x1d\ \xc7\x79\xed\xea\xd5\xf1\x52\x31\x08\x7c\x00\xcc\x9d\x9d\x1d\x46\ \x69\x36\x9b\x39\xb6\x30\x4f\xe3\x78\x7f\x77\x57\x37\x8c\x94\x65\ \xf1\x38\x84\x18\x21\x42\x00\x67\xdd\x76\xdb\xf7\xfd\xc8\xf3\x7b\ \xed\x76\xfd\xa0\x62\x99\x1a\xa0\x34\x9b\x4e\x69\xaa\xdc\xa8\x55\ \x03\xcf\x1d\x2b\x16\x06\xc3\x41\xa9\x58\xec\xf7\x86\x81\x1f\xb4\ \x5b\xad\x56\xb3\x09\x00\x18\x0e\x87\x49\xba\x24\xf3\x18\xe4\x80\ \x33\x86\x31\x7e\x27\xff\x2b\x59\x8c\x35\x31\x31\x11\x45\xd1\x68\ \x34\x52\x14\x45\x96\xe5\xbd\x4a\x05\x23\x94\xce\x66\x92\xec\x20\ \xd7\xf7\x20\x44\x00\xd0\xe4\xeb\x16\x45\xd1\x71\x9c\x84\x4d\x4d\ \x04\x33\x71\x1c\xcb\x8a\x82\x09\x46\x10\x8e\x86\x83\xbd\xdd\x6d\ \x4a\xd9\x07\x3f\xf8\x41\x4e\x63\x1a\x85\x51\x1c\x7b\x9e\xeb\xd8\ \x76\xaf\xd7\x8d\xe9\x19\x8c\xc5\x43\x5c\xf6\x56\xab\x75\xfe\xdc\ \x83\xbf\xfc\xcb\xff\xe3\xad\xdb\x77\x86\x83\xfe\xdc\xdc\x91\x7c\ \xa1\x60\x8f\x46\x37\x6f\xde\xca\xe7\x0b\x8e\x6d\xdf\x5b\xdd\xe8\ \xf6\x06\xcd\x56\xd3\x71\x9c\x23\x47\x8e\x9c\x3e\x7d\xfa\xda\xb5\ \x6b\x10\xc2\x28\x8e\x54\x55\x4d\xfc\x56\x89\x79\xf5\xf2\x77\x5e\ \xa8\xd5\x6a\x82\x28\xd6\x6a\xb5\x64\x2b\xd3\xdc\x91\x23\x8a\x64\ \xd6\xf6\x2b\xb5\x7a\xed\xa1\x47\x1e\x81\x80\x13\x81\x00\x46\x31\ \x82\x48\x16\xab\x7b\xfb\x86\x2a\xdb\xf6\x70\x75\xf5\x5e\x36\x97\ \x0d\x42\x4f\x37\x35\x45\x91\xfd\xc0\x5b\x5a\xbe\xb3\x78\xea\x54\ \x14\x06\xb9\x42\x91\x31\x1e\x85\xe1\x70\xd8\xaf\xd6\x6a\xe4\xfb\ \xb4\xf6\x81\x30\x8c\x3e\xf1\x09\x78\x70\x20\xfd\xfa\x3f\xe1\x85\ \x42\xf8\x99\x4f\x03\xc6\xc0\x0f\x8c\xf8\x5d\x55\x51\xad\x26\x7f\ \xe2\xa7\x61\xab\xe5\x7d\xf9\x4b\xfc\xc4\x09\xe0\x38\xef\xcd\x33\ \x88\x43\x46\x08\x70\xfd\x01\x67\x82\xeb\x0d\x15\x4d\xb4\x03\x07\ \x13\x71\x64\xb7\xdf\xbc\x5d\x8b\xbc\x21\x26\xd8\xf7\xfd\x38\x8e\ \x13\xe1\x9a\x20\x10\x00\x00\xc6\x48\x92\xb4\x41\x7f\x50\xa9\x54\ \x54\x45\x8c\x22\xe8\x3a\x6e\xf2\x86\x49\xc2\x22\x80\x10\x61\x9c\ \x4a\xa7\xc6\x4b\xc5\x37\xdf\xbc\x9e\x58\x3f\x44\x51\x7c\xe3\xda\ \x35\x4d\x55\x39\xe7\x83\xe1\x20\x8e\xe2\x64\x3b\xcf\x60\x30\x58\ \x5c\x5c\x7c\xe0\xec\xd9\x6e\xa7\xb3\xb4\xbc\x9c\x2c\xf9\x94\x65\ \x59\x12\xe5\xd5\x8d\x35\x0e\x78\xe8\x07\x8a\x28\x7b\xae\x2b\x2b\ \x8a\x69\x9a\x9e\xe3\x08\x49\xef\x06\x91\xc0\x38\x63\x2c\x31\x40\ \xc0\x88\xa3\x51\x00\x00\x20\x00\x49\x44\x41\x54\x72\xce\x09\xc6\ \x08\x21\xcf\xf3\x01\x04\x84\x10\xcf\xf7\x04\x41\x4c\x59\xe9\x38\ \x8a\x7b\xbd\x5e\xb5\x5a\x9d\x9b\x3b\x3a\x37\x77\xa4\x54\x2a\xb6\ \xdb\xed\xbb\xab\x6b\xb7\x6e\xdf\xb2\x6d\x9b\x10\x21\x8e\xe3\x24\ \xd0\x18\x42\x90\x50\x7f\x00\x80\x38\x8a\xc2\x30\x20\x04\xab\xaa\ \xaa\xca\x4a\xe0\x07\x9e\xe7\xe5\x0b\xb9\x8c\x95\xda\xdb\xdd\x8d\ \xa3\x43\xb6\x23\x34\xa6\x93\x93\x13\xdf\x79\xf1\xe5\x7a\xbd\x6e\ \x59\x96\x2c\xcb\xd5\x4a\x25\x91\x8b\x58\x96\x35\x39\x35\xd5\xed\ \xf5\xec\xd1\x28\x8e\xe3\x30\x08\xd2\xe9\x74\x22\x5e\x14\x45\xb1\ \xd7\xeb\xa5\xd3\xe9\xb1\xb1\xb1\x93\xa7\x4e\xbd\x74\xf9\xbb\xf9\ \xe2\xd8\x63\x8f\x3e\x4a\xe3\xe8\x32\x44\x89\x69\xd6\x73\xdd\x62\ \xb1\x60\x1a\x7a\xaf\xd7\x0b\xa3\x68\x6f\x6f\x6f\x72\x6a\x0a\x62\ \xe4\xd9\x36\x42\x48\xd2\x34\xdd\xb2\x36\xd6\xd7\x03\xd7\x1d\xf6\ \xfb\x29\x43\xbf\x7d\xfb\x16\xe7\xcc\xd0\xd4\xe1\xa0\xbf\xbf\xbf\ \x57\x28\x15\xda\xad\x46\x21\x97\x87\x1c\x84\x61\xa8\x2a\xea\xe2\ \xe2\x22\xc6\xb8\xdf\xef\xb7\x9a\xcd\x98\xd2\x24\x58\x22\x41\xff\ \x92\xf4\x2f\xf0\x76\x18\x46\xb2\x61\x3c\x29\xf7\x41\x10\x10\x8c\ \x55\x45\x61\x8c\x75\x3b\x5d\x84\x51\x02\xbc\x24\x29\x11\xc9\xb2\ \xbd\xc4\x12\x9c\x44\xca\xf4\xfb\x7d\x59\x96\x93\xc5\xd9\x7b\x7b\ \xbb\x08\x0b\xe3\xfa\x64\x1c\xd3\x74\x3a\x3d\x31\x31\xd1\x68\x36\ \xfb\x83\x81\xaa\xaa\xb7\x6e\xdd\x5a\x59\x59\xb1\x6d\xfb\xc7\x9e\ \x7a\x42\x91\xe5\x77\x8b\x37\xc4\x31\xcd\xe5\x72\xa7\xcf\x9c\xfe\ \xbd\xdf\xfb\x5d\x51\x14\xb3\xd9\xec\xed\xdb\xb7\x3b\x9d\x2e\xa5\ \x4c\x51\xb4\xc9\x89\xc9\xed\xed\xad\x56\xab\x25\xc9\x6a\x10\x04\ \x8a\xa2\x4c\x4c\x4c\x28\x8a\x72\xe2\xc4\x89\x1b\x37\x6e\x3c\xfd\ \xf4\xd3\xfd\x7e\xff\xb1\xc7\x1e\xfb\xe2\x9f\x7e\x9e\x73\x3e\x3f\ \x3f\x7f\xe1\xc2\x85\x5b\xb7\x6e\x29\x8a\xb2\xb0\xb0\x00\x01\x98\ \x9a\x9a\x9a\x99\x9b\x1b\x75\x3b\xa5\xe2\xd8\x73\xcf\x3d\xf7\xa3\ \x3f\xf1\x13\x00\x20\xce\x68\x14\x79\x44\x14\x31\xc6\x8e\x3d\xe8\ \xb4\xea\x8e\xdb\xcf\x66\xd3\xdb\x5b\x9b\x8a\xa6\xca\x92\x08\x21\ \x5c\x5f\x5f\x3d\x75\xea\x54\x18\x05\x02\x10\x30\x21\xbe\x67\xfb\ \x9e\x5b\x2c\xe6\x2f\x3d\x7c\xe1\xfb\x56\x2c\x4e\x29\x00\x20\xfc\ \xf4\xa7\x51\xb7\x27\xfd\xda\xaf\x71\xcb\x8a\x7e\xfe\xbf\x01\x51\ \xf4\x83\x50\xdf\x25\x09\xb6\x5a\xf2\xcf\xfe\x2c\xbe\x7b\xd7\xfd\ \x93\xcf\xd3\x47\x1e\x81\xb6\xfd\x9e\xfd\xb0\x04\xc7\x22\xe2\xa3\ \x61\xbb\xe5\xbb\x48\x50\x64\x33\x8b\x64\x81\x32\x40\x30\x06\x21\ \x10\x34\x6b\x30\xe8\x70\xce\x77\x76\x76\x46\x23\x1b\x63\x6c\x18\ \x66\x18\x45\xc9\xc4\x1a\xc7\xb1\x28\x0a\x09\xd4\x9e\x60\x14\x9c\ \x73\x4d\xd3\x46\xa3\x91\xef\x79\xff\x1f\x7b\x6f\x1e\xae\xd9\x59\ \xd5\x89\xae\xf5\x4e\x7b\xef\x6f\x3e\x73\xcd\x55\x49\x55\x06\x32\ \x30\x24\x10\x42\xc0\x80\xa0\x62\x2b\xa2\x74\xab\x08\xb6\x8a\x57\ \x91\xee\xab\x72\xdb\xa9\x69\xf5\xf6\x63\xd3\x8d\xad\xd7\xfb\x3c\ \x80\xd8\xdd\x3e\xa8\xad\xb6\xda\xda\xe2\x84\xe4\x32\x69\x03\x21\ \x64\xa8\x0c\x64\x4e\x25\xa9\xf9\xd4\x70\x86\xef\x0c\xdf\xb4\xc7\ \x77\x5a\xf7\x8f\xf7\x9c\x8f\x82\xaa\x04\xad\x14\x10\xf0\xac\x4c\ \x5f\xe5\x3b\xe7\xfb\xf6\x7e\xf7\xde\x6b\xad\xf7\xb7\x7e\xeb\xb7\ \x9c\xb5\x27\x4f\x9e\xd4\xba\x52\x49\xcc\xa5\x98\x9c\x99\xe6\x52\ \x78\xa0\xca\x18\xae\x24\x97\xb2\xd4\x5a\xc5\x91\x90\xb2\xd9\x6e\ \x15\xba\x7a\xf2\xe9\xa7\x56\x57\x57\x9f\x3e\x72\xb8\x2c\xcb\x51\ \x9e\xa1\xe0\xfd\xe1\x50\x9b\x22\xcf\x0b\xce\x58\x67\xf7\x64\x9a\ \xa5\xe4\xa1\x3f\x18\x28\x21\x9d\xf5\x5a\xeb\xa2\x28\x42\x26\x65\ \x5c\x70\x2e\xa9\x75\x36\x8c\xe5\x94\x52\x71\xce\x11\x59\x59\x95\ \xfd\x7e\xff\xf2\xcb\xf6\xb7\xdb\xed\x40\xc3\x7f\xf8\xe1\x87\x56\ \x56\x56\x88\x68\xb1\xdb\x0d\x82\x56\x51\xa4\xd2\x34\x6d\x34\xea\ \xed\x76\x5b\xca\xa8\x2c\x4b\x64\x08\x44\x81\x07\x12\xd2\x67\x6b\ \xad\x10\x22\x1d\x15\x5a\xeb\x5e\xaf\x27\xa5\xb8\x68\xea\x30\x17\ \x62\x79\x69\xf9\xae\xcf\xdd\xb9\x77\xdf\xde\xaa\x2c\x43\x99\xa4\ \x96\x24\x83\xe1\xb0\xdb\xed\x6e\xdf\xb6\xed\xca\x2b\xae\x68\xde\ \x70\xc3\x9d\x77\xde\xd9\xef\xf5\x1a\x8d\xc6\x15\x57\x5c\xf1\xf1\ \x8f\x7f\x7c\x7e\x7e\x3e\x74\xdc\x14\x45\x91\x8d\xd2\xc0\x8a\xd9\ \xb9\x73\x27\xe7\x2c\x48\xa5\x2f\x9c\x5d\x90\x52\x20\xc0\xf1\x63\ \x47\x27\xdb\x9d\x43\x8f\x3f\xbe\x6b\xe7\x2e\x53\x56\x11\x32\xa5\ \x54\xf7\xec\x82\xf5\xae\xd9\xee\x30\xc0\x27\x0f\x3d\x99\x48\x39\ \x3d\x3d\x33\x48\xd3\x33\x67\xce\x30\x86\x8c\x61\x14\x45\x0c\x71\ \x8c\x6e\xb5\xea\x0d\xf0\xfe\xf4\xc9\xf9\x6c\x38\xea\x34\x5b\x4b\ \x67\x17\x06\xfd\x7e\xa2\x22\xa7\xcd\x28\xcb\x10\x11\x01\x94\x52\ \x9c\xf3\xd0\xb4\x5c\x55\x55\x51\x14\x81\x7a\xef\x9d\xf3\x00\x81\ \xe4\xde\x6c\xb5\x18\x67\xdd\x6e\x37\x00\x29\x61\xf4\x79\xd4\x88\ \x82\x7a\x01\x11\x85\x34\x3f\xb0\xf2\x93\x24\x59\x5d\x5d\xdd\xbb\ \x77\x8f\x8a\x93\x4e\xbb\x75\xc5\x81\xfd\x79\x9e\xf5\xd6\xd7\x17\ \x16\xce\x3e\xfd\xd4\x53\xf3\xf3\xa7\xc2\x2d\x77\x71\x05\xd5\x30\ \xd3\xee\x8f\xff\xf8\x4f\xb6\x6f\xdf\x7e\xd9\x65\xfb\x06\x83\xc1\ \x60\x30\xea\x74\x3a\xdd\xc5\xa5\xd1\x68\xd4\x1f\x0c\xf7\xed\xbb\ \xfc\x47\xdf\x76\xd9\xf1\xf9\xf9\x27\x9f\x7a\x12\x11\xaf\xba\xea\ \xaa\x23\x47\x8e\x7c\xec\x63\x1f\x9b\x9b\x9b\x8b\xa2\x68\x34\x1a\ \x85\xd6\x87\x30\x84\x72\x62\x62\x62\x76\x76\x36\x6c\x58\x11\xb1\ \x16\x27\x4f\x3d\x79\x68\xba\xd5\x3e\x72\xf8\xf0\x4a\xb7\xeb\x2a\ \x0d\x80\xc8\x59\x31\x2a\xfc\x60\x20\xa3\x78\x7a\x66\xf2\x81\x7b\ \xee\x1d\x64\x83\x89\x89\xce\xd3\x87\x4d\xb6\xba\x6a\xb4\x9e\x98\ \x9a\xb2\xd6\x34\x1a\x8d\xaa\xaa\xea\xf5\xba\x60\x8c\x0b\xd9\x6c\ \x35\xe6\x8f\x66\xcb\xdd\xe5\xaf\xe7\x4e\x20\xe7\x80\xb1\xea\xdd\ \xff\x01\x7a\xbd\xf8\x5d\xef\xa2\x46\xdd\xbe\xed\x6d\x50\x96\x5f\ \xdf\xfe\x3d\x8e\xa1\xdf\x8b\xfe\xaf\x7f\x23\x3e\x7b\x47\xf1\xbb\ \xbf\xe3\x5e\xff\x7a\x7c\x5e\xe6\xec\xe3\xcc\x1d\xc8\xd4\x92\xb8\ \xd3\xae\x97\x12\x3c\x13\x32\xe6\xa6\xac\xa4\x12\x35\xc5\x99\x12\ \xad\x46\xeb\xc4\x09\x86\x88\xdd\x6e\xd7\x7b\x0a\x6d\x9f\xed\x76\ \x3b\xd4\x9a\xbc\xf7\xbb\x77\xec\x98\x68\x37\xb3\x6c\x14\x54\x00\ \x03\x73\x79\x34\x4a\x8b\xa2\xe0\x5c\x66\x59\x56\x96\x45\x14\xa9\ \x13\x27\x4f\x2a\xa5\x8a\xa2\xec\xf7\xfb\xcd\x46\xb3\x28\x8b\x90\ \xeb\x19\x6b\x27\xa7\xa6\x9a\xcd\xe6\x99\x33\x67\x9e\x7e\xfa\xe9\ \xf0\xa8\xe4\x79\x1e\x92\xc1\x93\xf3\xf3\x4a\xc9\xbc\x28\x26\x3a\ \x9d\x13\x27\x4e\x66\x69\x5a\x4b\x12\xef\xbc\x14\xb2\x96\x24\x5a\ \x6b\x04\x60\x48\xc6\x18\xeb\x5d\x98\x40\xef\xc9\x7b\xef\x01\xb1\ \xd5\x6c\xe6\x69\x8a\x00\xf5\x7a\x7d\x38\x1a\x36\x9a\x8d\xeb\x67\ \xae\x7f\xfc\xf1\x27\xee\xbf\xff\xfe\x66\xb3\xc5\x18\x4b\x92\x04\ \x01\xc2\xfc\x62\xef\xbd\x52\xd1\xc4\xc4\x44\x10\x26\xd4\xba\x32\ \xda\x30\xce\xa4\xd8\xf0\xe0\xc6\x18\x72\xa6\x2c\x0b\xe7\xcc\xca\ \xca\x4a\x2d\x8a\x01\x48\x29\x05\x17\x4b\xdb\x20\xef\x9d\x31\xcb\ \x0b\x0b\xfd\xb5\xf5\x30\xf5\xdb\x5b\x17\x09\x39\xea\xf7\x4f\x1e\ \x3f\xde\x99\x98\x38\x7b\xf6\xec\xc2\xc2\x82\x8c\xa2\xe9\xe9\xe9\ \xb5\xb5\xb5\x13\x27\x4e\xbc\xf4\xa5\x2f\xdd\xbf\x7f\xbf\xf7\xfe\ \xc0\x81\x03\x47\x0f\x1f\x09\x13\xa8\x11\x71\x6d\x75\x75\x34\x1c\ \x6e\xea\x8b\x5d\x5d\x56\xd5\x93\x4f\x3e\xd9\xac\x37\xfa\xbd\xfe\ \x4d\x2f\xbb\x69\xa5\xdb\xdd\xbe\x73\x67\x51\x14\x95\x31\x4f\x3c\ \xfe\xb8\x52\x6a\xb9\xdb\xbd\xff\xfe\x07\x5a\x8d\xfa\xe4\xe4\x64\ \x9a\x66\x44\xd0\x1f\x8c\x98\x90\xab\xab\x6b\x87\x9e\x7a\xba\xb3\ \xb8\x74\xf3\xcd\xaf\x50\x51\x34\x1a\x2d\x2d\x2e\x2e\x1e\x3f\x7e\ \xdc\x39\x17\xc4\x18\x9a\xcd\xe6\x70\x38\x04\x80\x5a\xbd\x36\xca\ \x0b\xe7\x5c\xc0\x64\xc2\x9e\xac\xd9\x6c\xee\xde\xbd\x7b\x61\x61\ \x21\x49\x12\x86\x18\xd7\x6a\xb4\xbe\x3e\x37\x37\x77\xcd\xb5\xd7\ \xf4\xfa\xfd\x24\x49\x46\x59\x1a\x3c\x6c\x1c\xc5\x81\x18\xde\x6c\ \x36\x27\x27\x27\x17\x16\x16\xaa\xaa\x3a\x7d\xfa\x74\x9e\xe7\x97\ \x5f\x7e\xf9\xc4\xc4\xc4\xce\x1d\x3b\x86\xa3\x51\xbb\xd9\x48\x22\ \x75\xff\xc1\x7b\x1e\x7b\xec\xb1\xe1\x70\x54\x96\x05\x22\xab\x27\ \x51\xa8\xfd\x5c\xf4\x0d\x9f\xe7\xe5\xa9\x53\xa7\x8e\x1d\x3b\x5a\ \xaf\xd7\x93\x38\xb6\xc6\x33\xc6\xd7\x56\x7b\x0f\x7e\xfe\xa1\x2b\ \xaf\x38\x50\x6f\x36\xef\xbc\xf3\x4e\x22\xda\xb1\x63\xc7\xae\x5d\ \xbb\x3e\xfa\xd1\x8f\x1a\x63\x5e\xf9\xca\x57\x16\x45\xf1\xa2\x17\ \xbd\x68\x75\x75\x75\x6d\x6d\x2d\x14\x15\x9c\xf7\x81\xfc\xbe\xb4\ \xb4\x54\xab\xd5\x1a\x8d\xc6\xf1\xe3\xc7\x57\xe2\xe4\xde\x83\x07\ \xb7\x6d\xdb\xce\x09\xc9\x96\xce\x39\xc9\xf9\xf1\xb3\x67\x46\xfd\ \x81\xe0\xfc\x81\xcf\xdf\xb7\xb0\xbc\x78\xfd\xf5\xd7\x7b\xe7\x89\ \xc0\x3a\x1f\xc8\x0a\xc7\x8e\x1d\xef\x8f\xd2\x9d\x3b\xb6\xef\xd9\ \x73\x79\x51\x96\x2b\xcb\xdd\x23\x47\x8f\x9c\x39\x7d\xe6\xeb\xbc\ \xcd\xd3\x18\xaa\xd7\xab\xff\xf7\x37\xb0\x28\x92\x9f\xf9\xb9\x52\ \x4a\xf3\x96\xb7\x80\xd6\xe7\xfa\xf7\x73\x61\x4d\xa2\xe7\x37\xef\ \x5d\x29\xe8\x0f\xe2\x9f\xfd\x79\xf9\xd1\x8f\x96\xef\x7b\x9f\xfd\ \xbe\xef\x83\xb2\x84\xe7\xf7\x31\x73\x60\x89\x8c\xeb\x51\x2c\x89\ \x2a\x02\x21\xf8\x65\x7b\x77\xc8\x28\x06\x5b\x82\xce\xa5\x88\x83\ \xce\xa2\x31\x46\x08\x49\xe4\xa3\x28\x0a\x45\x4b\x29\xa5\xb5\x4e\ \x29\xd5\x6a\x36\xab\x32\x0f\x4f\x78\x18\xee\x1a\x45\x91\xd6\x6b\ \x53\x53\xed\x97\xbc\xe4\x25\x67\x17\xce\xe4\x79\xce\x10\xef\x7f\ \xe0\xfe\x2c\xcf\xfa\xfd\x7e\x96\x67\x55\x59\x4d\x4c\x4c\x30\xce\ \x47\xa3\xe1\xf1\x13\xc7\xa7\xa7\xa6\x55\x14\x31\xce\xc3\xf6\x5c\ \x48\xc1\x38\x63\x9c\x05\x01\x26\x21\x44\x51\x94\x55\x59\x76\x3a\ \x1d\x67\x9d\x35\x96\x3c\x4d\x4c\x4c\xc4\xb5\x5a\x23\x49\x04\x67\ \x83\xe1\xd0\x7a\x17\xb0\x23\x42\xce\x39\xef\x0d\xfa\x25\x63\x01\ \x28\xc8\xd2\xac\x56\xab\xdf\x73\xcf\xc1\x2c\x4b\x37\x94\x81\x19\ \x8b\xe3\x58\x29\x25\x54\x34\x2a\x0b\x21\x44\x9e\x17\x4a\xc9\x10\ \x99\x18\x83\x90\xfb\x07\x07\xc4\xb9\x53\x4a\x31\xc6\x9c\x03\x6b\ \xad\xf7\x54\x55\x65\xb3\x56\xaf\xd7\x92\x89\xc9\x49\xff\x1c\xbc\ \x0c\x43\x14\x5c\x20\x80\xb3\xd6\x39\x87\x00\x9c\xb1\x2c\xcd\xce\ \x9c\x3e\xb3\x70\x76\xc1\x01\x85\xb1\xd1\x67\xcf\x9e\xfd\xf0\x87\ \x3f\x8c\x88\x59\x96\x9d\x3c\x79\x72\x34\x1a\x4d\x4e\x4e\x12\xf9\ \xa0\x2f\x7f\xe6\xcc\xd9\x95\xee\xf2\x60\x38\x4c\xd3\x6c\x6d\x7d\ \xed\xc1\x07\x1f\x3c\x70\xe0\xc0\xbe\x7d\x7b\x4f\x1c\x3d\x0e\x44\ \xdd\x6e\xf7\xe1\x87\x1f\x5e\x5c\x58\x50\x4a\x1d\x3b\x7e\x7c\x75\ \x65\x75\x62\xa2\xd3\x5b\x5b\xd7\x5a\x2f\x75\xb3\xfe\x60\xa4\xad\ \xee\x0f\x87\xa3\x2c\x8f\x6a\xb5\xde\x70\xe4\x70\xf1\xd0\x53\x4f\ \xaf\xf5\x06\x79\x5a\x3a\x63\x97\x97\x96\x84\x10\xf5\x5a\xed\xf4\ \xe9\xd3\x9d\x4e\xa7\xdd\x6a\x0d\xfa\x7d\xc1\xb9\x92\xd2\x12\x18\ \x6b\x83\x7e\x6f\x96\x65\xa1\xa0\x1a\xa6\x6d\x4c\x4e\x4e\x0e\xfa\ \xfd\xe1\x70\x18\x06\xe3\x59\xe7\x56\x56\x56\x18\x63\x41\x5b\xd4\ \x5a\x3b\x3b\x37\xbb\xba\xbc\xca\x39\x9f\x9e\x9e\x0e\x1a\xbf\xce\ \xb9\x5e\xaf\x57\x55\xd5\xb6\x6d\xdb\x76\xec\xd8\xf1\xe0\xe7\x3f\ \xef\xbd\x8f\xe3\x78\x6d\x65\xe5\xe8\xb1\xa3\xa3\xe1\x48\x2a\x65\ \xb4\xe6\x9c\x7b\xce\x10\x2e\xfe\x81\x42\x0c\x00\x11\x44\x51\x6c\ \xb4\x21\x4f\x79\x5e\x28\x15\x39\xe7\x8e\x1c\x39\x7a\xe6\xcc\x19\ \x63\x6d\xd8\x97\x0c\x06\x83\x0f\x7e\xf0\x83\xde\xfb\xcb\x2e\xbb\ \x6c\x34\x1a\x05\x9a\xe6\xeb\x5e\xfb\xda\xe1\x70\x38\x33\x33\x53\ \x14\xc5\xa1\x27\x9e\xc8\xf3\x5c\x4a\x39\x1c\x0e\x87\xc3\x61\x9e\ \xe7\xbb\x76\xee\x4a\xfb\x83\x48\xa9\xbc\x2c\x8e\x1f\x3f\x3e\xca\ \x47\x2a\x8e\x46\xa3\xe1\xe9\xf9\x93\x9c\x61\x24\x84\xb5\xd5\xf2\ \x72\x17\xf1\xd0\xea\xea\x8a\xb1\x76\x6d\xb5\xef\x1c\x2d\x2e\x2e\ \x4b\x15\x3f\x75\xf8\xc8\xce\x9d\xbb\x08\xf8\x9e\xbd\x7b\x57\xba\ \xdd\x3c\xcb\x66\xa6\xa7\xbe\xfe\x7b\xf8\xb5\xa6\xa9\xa9\xf2\x7d\ \xef\x8d\xdf\xf9\xce\xf8\xa7\xdf\x09\xde\x9b\x1f\xfa\x21\xa8\xaa\ \x80\xdb\x70\xce\xb5\xae\xca\xb2\x02\x20\xce\x45\xad\x56\x0b\x38\ \xdd\xf3\x33\x67\xc7\x5e\x2f\xfa\xb9\x9f\x93\x7f\xf5\xd7\xd5\xaf\ \xff\xba\x79\xdb\x8f\x80\xb5\xcf\xff\x5d\x48\x2d\x6a\xd6\xe3\x56\ \xc4\x13\x26\x91\x13\x12\x46\xbb\xb7\xed\x61\x52\x32\x67\x22\xe6\ \xb2\xb2\x68\x34\x1a\x83\xc1\x20\x34\x55\x4a\xa5\x5a\xad\x96\xb1\ \xb6\xd5\x6a\xc5\x49\x62\x2a\xad\xa4\x0c\x75\x48\xef\x5c\xf8\x99\ \xcd\xb1\xee\x62\xa3\x25\x1d\x20\x8a\xa3\xc5\xc5\xc5\x28\x8e\x84\ \x12\x49\xbd\x56\x14\x45\x65\x34\x72\xf4\xe4\x19\xe7\x5a\xeb\xca\ \xe8\xb8\x96\x24\xb5\xa4\xac\x4a\xce\xb9\x90\x92\x00\xa4\x52\x52\ \xa9\xa0\xaf\x92\x65\x69\x14\xc5\xcd\x66\x73\x6d\x7d\xcd\x79\x1f\ \x08\x79\xb5\x5a\xbd\x96\xc4\x52\xf0\xfe\x60\xc0\x18\xb3\xd6\x05\ \xc7\x2d\x84\x60\x8c\xe7\x59\x46\x40\x41\x9c\x3d\x49\xf2\x3c\x2b\ \xcb\xb2\x08\x77\x0e\x63\xac\xd9\x6c\x12\x51\x56\x94\xe0\x03\xc2\ \x9e\x87\x66\x5d\x44\x4c\xd3\x4c\x4a\xc1\x18\x56\x95\x76\xde\x05\ \x1f\xaa\xb5\x76\x46\x27\x49\xc2\x19\xb7\x4e\x0b\x21\xa2\x38\xe6\ \xfc\x39\x74\x74\x23\x00\x40\x80\xa7\x43\x06\x13\x76\x1e\x41\xf8\ \xc1\x79\xaf\xcb\x22\xd0\x78\xd6\xd7\xd7\x9d\x73\xad\x56\xeb\xa1\ \x87\x1e\x0a\x51\x21\x4d\xd3\xaa\x28\xbd\x73\x00\x38\x33\x33\xed\ \x9d\x49\x92\xe4\xe4\xc9\x13\xd3\x93\x9d\x1b\x6e\x78\x09\x00\xac\ \xac\xae\x3e\xfa\xc8\x23\xc3\xc1\xd0\x1b\x7b\xd7\xe7\xee\x6c\x35\ \x9b\xe1\xc2\x2d\x2e\x2e\x3e\xf2\xf0\xc3\x49\x1c\xab\x48\x8d\xb2\ \x3c\x2f\xb5\x90\x72\x38\xca\x88\x8b\xca\xfa\x34\x2b\x80\x8b\x52\ \xdb\x63\x27\x4e\x0e\x56\x3f\xbc\x7b\xe7\xce\x2c\xcb\xe6\x66\x67\ \x8d\x31\x52\x08\x6b\x4c\xd0\x79\x16\x9c\x23\x62\x1c\xc7\xa8\x75\ \x08\xe4\xa3\xd1\x28\x30\xdd\x1b\x8d\xc6\xca\xca\xca\x70\x38\xd4\ \x55\x55\x96\x65\xab\xd5\xaa\xaa\x6a\x65\x65\x25\x28\xd1\x87\x34\ \xdf\x39\x27\x85\x6c\x36\x9b\xa1\xb9\x7f\x3c\x2f\xbb\xd9\x6c\xde\ \x74\xd3\x4d\xab\xab\xab\xde\xfb\x7e\xbf\x5f\x96\x65\xaf\xd7\x0b\ \x5f\xc4\x85\xd0\x5a\xd3\xa6\x71\xce\xf0\x62\xfb\x5f\x10\xd1\x3b\ \x9f\x65\x19\x20\x31\x00\x8e\xdc\x78\xe3\x9c\x77\xd6\x4a\x29\x1a\ \x8d\xa6\xd6\xfa\xcc\xd9\x85\x10\xb4\x1e\x7b\xf4\xb1\xb9\x6d\x73\ \xc3\xe1\xf0\x81\x07\x1e\x08\xf8\x52\x7f\x30\x08\x19\xc3\x9e\x3d\ \x7b\xae\xba\xea\x2a\xa5\xd4\xd2\xd2\xd2\xbd\xf7\xde\x7b\xe3\x8d\ \x37\xb6\xdb\x6d\x64\xec\xd1\x47\x1e\x39\x7c\xf8\xc8\x9e\xcb\xf6\ \xde\x73\xf7\xdd\xad\x89\x76\x67\xa2\x2d\x23\xe1\xb4\x79\xec\x91\ \x87\x23\x21\x89\xbc\xe0\xe2\xd4\xfc\x99\xa4\x96\x54\x95\xf1\x9e\ \x8c\x71\xba\xb2\x1c\xf9\xea\x6a\x8f\x31\xf1\xd9\xcf\x7e\x76\x6e\ \x6e\xc6\x5b\x5b\x4b\xa2\xdd\x3b\x77\x7d\x43\x08\xb4\x54\x15\x6d\ \xdf\x56\xfe\xd6\x6f\xc5\xef\x7c\x67\xf4\x93\x3f\x05\x59\x66\xde\ \xfe\x76\x00\x60\xe4\xbb\xdd\xa5\xc5\x85\x05\x04\x04\x00\x4f\xd4\ \xa8\xd7\xf6\x5e\x76\x39\xe7\xe2\x79\xe7\xdf\xe3\x18\x57\x57\xe3\ \x9f\xfa\x69\xfe\x89\x8f\x97\xff\xcf\xaf\x9b\xb7\xbf\xfd\xeb\xa5\ \x3e\xcc\xbc\x52\xbc\xa6\x64\x8d\x83\x00\xeb\x45\xdc\x5c\x38\xbd\ \xd4\x5d\x59\x55\x12\x63\x4e\x44\xae\x2c\x8a\xc0\x05\x2c\x8b\x32\ \x11\xb2\x5e\xab\x59\x63\x92\xa4\xd6\x6c\x35\xa5\x90\x60\xed\xea\ \xca\x52\x51\x96\x80\xe8\x3d\x31\xc6\x39\x17\x4a\x45\x88\x2c\xcb\ \xf2\xa2\x28\xad\xb3\x88\x28\xa4\x14\x32\x2a\xca\x4a\x1b\x53\x69\ \x4d\x00\x04\x38\x31\x31\xa9\xa2\x6c\x6d\x6d\x4d\x48\x99\xd4\xea\ \x93\x53\x9e\x00\x7a\xeb\xbd\xa2\x28\x8d\xb5\x5a\xeb\xce\xc4\xc4\ \xf4\xec\xec\xfc\x89\x13\xd6\xfa\x7a\x8d\x6b\x5d\x31\x64\xc4\x18\ \x30\x34\xd6\x32\xce\xca\xaa\x24\x2f\xcb\xb2\x8c\x6b\x09\x63\x98\ \x24\x49\x5e\x95\x56\xeb\x24\x4e\xb2\x3c\x2b\x8b\xb2\xaa\xaa\xa5\ \xa5\xa5\x24\xa9\xb5\x5b\x1d\xce\x79\x55\x69\x6b\x9d\xf7\x7e\x30\ \x18\xe8\xaa\x1a\x64\x59\x5a\x14\x65\x59\x79\xef\x5b\xad\x56\xe0\ \x02\xd5\xeb\x89\x10\xdc\x18\x43\xde\xc3\x06\x4b\x18\x39\xe7\x9c\ \x45\xf5\x38\xe9\x76\xbb\xc6\x98\x5e\xaf\xa7\x94\xcc\xb3\x1c\x2f\ \xba\x65\x81\xc6\xd8\xa4\x1b\x73\x39\x02\xfe\x13\xc0\x7d\x86\x68\ \xb4\x51\x4a\x29\xa5\x84\x10\x69\x9a\x32\xc6\xc2\x34\xa5\x7b\x0f\ \xde\x9b\x67\x59\xad\x56\x5b\x5e\x5e\xfe\x83\x3f\xfc\xc3\x46\x3d\ \x29\xf2\x6c\xf7\xee\xdd\x04\x94\xa6\xa9\xb3\x36\xcb\x46\xa7\x4f\ \x9f\xed\xf7\xfb\xa3\x51\x5a\x54\xe5\xd2\xd2\xb2\x31\x26\x49\xe2\ \x2c\xcb\x07\x83\x7e\xad\x56\x77\xde\x27\xb5\x7a\x5e\x94\x83\x61\ \x6a\x9c\xf7\x1e\xac\x87\x52\xdb\x74\xa9\x2b\x94\x4a\xd3\x62\xe5\ \xec\xf2\xa0\xd7\x43\xc6\x8c\x31\xdd\x6e\x37\xcb\xf2\x20\x20\x13\ \x92\xdf\x31\x74\x4e\x44\x80\x18\xc4\x64\x42\x13\x83\x52\xaa\xde\ \x68\x56\x4a\x59\xe7\x82\x40\x45\x65\x34\x11\x71\xc1\x03\xfc\x25\ \x84\x98\x9d\x9d\x21\x47\x81\x19\x15\xd6\x33\x94\x55\x83\xe6\xcf\ \x9d\x77\xde\x19\x8a\x1c\x42\x88\xb2\x2c\xc3\x45\x09\x02\x6a\x61\ \xa1\xbc\xbf\xf8\xfd\x12\x00\xd4\xea\x75\x2e\xc4\xda\xfa\xba\x73\ \x56\x20\x04\x1c\x0f\x81\x80\x20\x4c\x7d\xf1\xe4\xad\xb3\x65\x55\ \x36\xdb\xcd\x30\x3a\x98\x31\x36\x1a\x0e\x4f\x9c\x38\x71\xf0\xee\ \xbb\xf2\x3c\x6f\x34\x9b\x7f\xfb\x91\x8f\xec\xdb\xb7\xef\xf4\xe9\ \xd3\x3b\x76\xee\x6c\xb5\x5a\x69\x9a\x56\x55\xb5\xde\xeb\x2d\x2f\ \x2d\x1e\x3f\x76\x6c\xd7\x9e\x5d\xce\xbb\x43\x87\x0e\x31\xc1\x8c\ \xa9\x22\x29\x16\x4e\x9f\x8e\xa4\x20\x82\x46\xbd\xe5\x5c\x5a\x14\ \xd5\xea\xea\xba\xf7\x50\x14\xa5\xb5\xfe\xe1\x87\x1f\x6b\x75\xda\ \x4b\x8b\xdd\xe3\xc7\x4f\xec\xde\xb5\x7d\x6e\x66\x76\x38\x18\x1c\ \x7d\xea\xc8\x37\x8a\xfa\x56\x59\xd1\xec\x6c\xf9\x5b\x1f\x88\x7e\ \xe1\x5d\xf1\xcf\xfc\x2c\x0e\x47\xe6\x17\x7e\x7e\x7d\xa5\x3b\x7f\ \xfc\xf8\xb5\x2f\x7c\xf1\xf4\xcc\x2c\x00\x54\x55\xf5\xe4\x13\x8f\ \x1e\x3b\x72\xe4\xca\xab\x5f\x00\x08\xf0\x3c\x71\xef\x88\x50\xab\ \xe1\xfc\xa9\xe4\xed\x6f\xe7\x77\xdf\x5d\xbc\xff\x7d\xf6\x87\x7f\ \x18\x9c\xfb\x0a\x79\xf6\xc0\x3a\xb8\x84\x98\xbb\xc3\xd2\x31\x5b\ \x81\xf3\x8c\x91\x00\x95\xc4\x22\x8a\x96\x1e\x3d\x5d\x94\x39\x79\ \x4b\x40\x69\x56\x20\x32\xc5\x38\x32\xa6\xbc\xaf\x71\x81\x9c\x4f\ \x4d\x4d\xae\xf6\xfb\x27\xe7\x4f\xed\xde\xb6\xbd\x56\x6f\x95\xc6\ \xc3\x30\x33\x5e\x6a\x2f\x0c\xc9\xc9\xe6\x54\x73\xba\x28\xf2\x3c\ \xb5\x0e\xa2\x9a\x36\x46\x35\xda\x93\xdb\xf8\xc2\x6a\x4f\xd4\x5a\ \xdb\x67\xb6\x95\x55\xc5\x54\x34\x31\x37\xeb\x56\xd6\xda\x4c\xb5\ \x27\xa7\x6a\xed\x36\x4f\x1a\x2c\x6e\xc6\xad\xa9\xc6\x68\x54\x96\ \x25\x02\xc4\x49\x5c\x79\x40\xa1\x08\x35\x17\x32\x52\x31\xf3\xcc\ \x47\x8e\x31\x94\x9c\x5b\x6b\xd0\xbb\x61\x96\x55\x79\x41\xde\x27\ \x2a\xe2\x42\x70\xc6\x46\xe9\x88\x23\x34\x92\xb8\x1c\xa5\xb9\xf7\ \x71\x52\x6b\xb6\x5a\x1e\x88\x10\xa4\x92\x8c\x33\x63\xcb\xbc\xcc\ \x04\x17\x88\xe4\x9d\x23\x72\x42\xf0\xb2\x2c\xa3\x48\x25\x49\x22\ \x84\x42\x44\xef\x0d\xe7\x52\x49\x16\x5e\x57\x65\xde\xe9\x74\x84\ \x90\x0c\xb1\x5d\x6f\x25\x49\xc2\x99\xa4\x8b\x9f\x1b\x49\x44\x68\ \x3d\x20\x13\x5c\xa0\xf7\x3e\x89\x23\x63\x8c\xd6\x15\x90\xf7\xce\ \x32\x25\x74\x59\x08\x04\xef\x9c\x10\xb2\x2c\x2b\x63\x9d\x52\xb2\ \xd9\xa8\x03\xf3\xc4\x19\x3a\x5b\x95\xe5\xfa\xda\xfa\x7d\x07\xef\ \x15\x82\x17\x79\x3e\x1a\x65\x6b\xeb\x83\xbb\xef\xb9\x6f\x6a\x6a\ \x12\x01\x50\x48\x02\x21\xa2\x64\xdf\xf6\x5d\xf7\x1c\xbc\x87\x73\ \xbe\xdc\x5d\xd3\x46\xd7\xeb\xf5\xbc\xd4\x95\xd6\x42\x29\x6d\x4c\ \xb3\xdd\xaa\x37\x1b\x47\x8f\x1e\xb5\x5a\x3b\x6b\x9d\xb1\x0c\x59\ \x55\x56\x7b\xf7\xee\x66\x52\x2e\x2d\x2f\xeb\xaa\xea\x0f\xfa\xc8\ \x18\x21\x10\x90\x03\x70\xd6\x20\x30\xe7\x82\x0f\x74\x51\x1c\x31\ \x84\x61\xbf\x27\x38\x3a\xeb\xa6\xa6\xa7\x6b\xb1\xcc\x86\x6e\x34\ \x1a\x85\x61\x58\x09\x8f\xcf\x9e\x5d\x68\x36\x1a\xd7\x5d\x73\xed\ \x5a\x77\xa5\x3f\x1c\x34\xeb\xf5\xb4\x5e\x97\x52\x46\x51\x34\xd1\ \xe9\x84\x25\x2c\x8a\xe2\xae\xbb\xee\x2a\x8b\x22\xc8\x6c\x85\xe1\ \x62\x4a\x29\x29\x65\x98\xa9\x3d\x1e\x54\xc2\x39\xbb\xe8\xc4\xdd\ \x3a\x1a\xa4\x24\x44\x9c\xd4\xa7\xd0\x5b\x44\xc7\xc0\xf7\xad\x2d\ \xf2\xdc\x59\x03\xde\x8e\xd2\x41\xa1\x4b\xeb\xed\xcc\xdc\xb6\x61\ \x96\x97\x79\x59\x8b\xe3\x7a\x12\x47\x4c\xc4\x31\xf3\x45\x2e\x05\ \x2f\xb2\xf4\xd3\xff\xfb\xef\x19\x63\x46\x9b\x56\xbb\x25\x38\x7b\ \xe2\xf1\xc7\xba\xcb\x4b\xb3\xb3\xb3\x8c\x01\xa1\x5b\x5b\x5d\x7e\ \xcd\x37\xdf\x7a\xe2\xc4\x31\xad\x8b\x3c\xcf\x7b\xbd\x5e\xa7\xd5\ \xcc\xb4\xb1\xce\x6b\x5f\xa6\x45\x11\x47\xf1\xfe\x2b\xaf\x7c\xec\ \xf1\xc7\x89\x31\xe3\xbd\x07\x28\xaa\x4a\x6b\xdd\x6e\x34\x26\x9b\ \x13\xa7\x8e\x9f\x2a\xca\x62\x7d\x6d\xfd\x1b\x48\x5a\x51\x6b\x9a\ \x9d\xab\x7e\xeb\x03\xd0\x6a\x45\xbf\xfc\xcb\xbc\xdb\x5d\x7c\xe3\ \x77\x5e\xf1\xc2\x17\x4f\xcf\xcc\xda\x0d\xfe\x83\xbc\xf6\xba\x17\ \x3e\x70\xef\xc1\xe1\x60\xd0\xee\x74\x3c\x3d\x0f\xf2\x62\xc6\x40\ \x4a\xf6\xe0\x83\xc9\x4f\xbc\x03\x8f\x1f\x2f\xfe\xe0\xf7\xed\x9b\ \xde\x74\xe9\xd1\x18\x44\x86\xe0\x3d\x21\xe3\x48\x97\x52\x6e\x87\ \x88\xe2\x1a\x57\x35\x91\x9b\x92\x0b\x49\x88\x4c\x82\x8a\xd0\x53\ \x65\x9d\x66\x9c\x79\x8f\x8c\x4b\x5d\x95\x86\x80\x03\x46\x5c\x48\ \x04\x19\x45\x71\xa4\x90\x73\xcf\x44\x5a\x94\x53\xd3\x33\xa5\x71\ \xf5\x56\xb5\x73\x9f\x9c\x9a\x9e\xf6\x3c\x1a\x16\x3a\x6e\x34\x59\ \x14\xf7\xd3\xbc\xd0\x95\xe0\x5c\xd6\xea\xb3\xad\xf6\x0d\x8d\x7a\ \xa3\xde\xe0\x82\x83\x54\x44\xd4\x4b\x53\xcf\xb8\xaa\xb5\xfa\x69\ \xbe\xd2\x1b\x7a\xf2\x08\x40\xc4\x54\xad\xa1\x6a\x0d\x44\xe4\x82\ \x49\x29\x10\xf1\xc8\x53\x4f\x2b\x95\x4c\x4f\x4d\x67\xc3\x34\xcf\ \x52\xce\x99\x92\xca\xe8\x2a\x16\xd2\x1a\x03\x40\x41\x1a\x9e\x10\ \xb4\xad\x10\xc0\x39\x8b\x00\x42\x72\xa5\x94\x10\x32\x74\xdc\x08\ \x21\xb2\x2c\x2f\x8a\x9c\x80\x84\x90\x80\xe4\x81\xbc\x77\x52\x8a\ \x5a\x2d\x09\x14\x78\x21\x84\xb5\x0e\x80\x8c\xb1\xd6\x3a\x15\x29\ \x22\x6f\xad\x19\x0d\x86\x55\x59\xee\xda\xb9\x2b\x8e\xe3\x74\x94\ \x46\x51\x2c\xa5\x52\x2a\xbe\xb8\x40\x8b\x80\x1e\x09\x08\x00\x19\ \x17\x2c\xe2\xac\xd5\x68\x54\xba\x72\x56\x3b\xe7\x00\xc8\x3b\x8b\ \xde\x22\x78\x21\x94\x14\xd2\x03\x2a\x26\xa4\x10\xe4\x49\x20\x32\ \x29\x46\xd6\x00\x80\x92\x32\x56\x2a\x8a\x63\x6b\x6c\x48\xed\x7b\ \xbd\x7e\x6b\xb9\xdb\x68\x34\xf2\xd2\xc8\xa4\xe6\x81\x75\xd7\xd6\ \x2d\xa1\x10\x8a\x18\xaf\xac\x77\x59\xa1\xa4\xac\xd5\xeb\xf5\x46\ \xad\x28\x8a\x66\xb3\x79\xf6\xec\xd9\xa0\x8b\x69\x8d\x91\x52\x36\ \x1b\x8d\x66\xa3\xc1\x39\x1b\xa4\xa3\xe5\x95\x2e\x11\x55\xba\x12\ \x52\x46\x4a\x39\xf2\x96\x1c\x11\xa1\x41\x00\xe0\x8c\x31\x89\x4a\ \xca\x48\xc9\x2c\xcb\x80\x28\x8a\x14\x43\x62\x08\xb5\x7a\x0d\x10\ \xf3\x3c\x3f\x7c\xf8\xf0\xf4\xf4\x74\xab\xd9\x2c\xcb\x32\x8e\x63\ \x67\x9d\x29\xf5\x60\x7d\x60\x8d\x59\x5a\x5c\x3c\x7d\xea\x54\x96\ \x65\xeb\xeb\xeb\x9c\xb1\x74\x34\x3a\x9a\xa6\x81\x1a\x2b\xa5\xe4\ \x42\x84\xfc\x3d\xf4\x1c\x04\x3c\x27\x10\x6d\x2f\xba\xc1\x3b\xfc\ \x5a\x69\x7c\xcc\x98\x52\x89\x35\xc5\x15\xfb\x0f\x28\x01\x0f\xdc\ \x7f\x50\x33\xac\xca\x0a\x81\xb4\xa9\x00\x3d\x31\x94\x71\x2c\x84\ \xaa\x2a\xc3\x90\x47\x2a\x12\x00\x11\xc3\x2a\x8a\x16\xb5\xe6\xb5\ \x9a\x14\xa2\x56\xab\x65\x59\x56\x16\xc5\xa1\x27\x9e\x28\x8a\xe2\ \xf8\xb1\x63\x33\x33\x33\xde\x94\x2a\x56\x53\xd3\x53\x59\x3a\xb2\ \xba\x22\x47\x91\x8c\xac\x71\x6b\xeb\xfd\x66\xbd\x21\xa2\x28\x51\ \x51\x63\x62\xa2\xaa\x4a\x95\xc4\x45\x55\x26\x49\x92\xe5\x59\xb3\ \xd9\x54\x4a\x4d\x4d\xcf\x70\xef\xbd\xf5\xbd\xf5\x5e\x6f\xbd\xe7\ \x91\xc4\x25\x4f\x0c\xbf\xa6\xf8\x8c\xa6\x46\xa3\x7c\xdf\x7b\x69\ \x66\x46\xfd\xda\xaf\xed\x7d\xf0\x81\xce\x1f\xfc\x0f\x3d\x33\xcb\ \x19\x03\x22\x67\xad\x90\x4a\x45\x51\x9e\x65\x13\x93\x93\x5f\x63\ \x64\x86\x88\xa4\x04\x21\xf8\xdf\x7c\x38\xfe\x85\x5f\x40\x80\xf2\ \x2f\x3e\x64\x5f\xf7\x3a\x2c\x0a\x20\xfa\x87\x77\xa5\x13\xc0\xb3\ \x57\x5c\x99\x90\x82\xcc\x28\xd7\x51\xad\xd1\x3f\xfa\x99\x4f\x3d\ \x95\x7c\xf7\x1b\x5f\x2e\x8c\xa1\x4b\x74\x12\x08\x50\xaf\xd7\xb4\ \xb6\x5c\xa8\xd1\x28\x73\xce\x13\xc1\xcc\xec\x5c\x92\xa6\x40\x50\ \x54\x65\x96\xe5\x18\x44\xc1\xc9\xa3\x60\x1e\x48\x3b\x93\x97\x25\ \x32\x86\x88\xc0\x50\x1b\x33\x18\x0d\xb5\x35\x51\xac\xf2\x32\x1f\ \x8c\x06\x79\x59\x3a\x67\x09\xf0\xd8\xf1\xa3\x80\x84\x88\x55\x55\ \x85\x9d\x75\x18\xa4\x19\x1e\x60\xeb\x1c\x79\x02\x60\x40\x40\xe4\ \x89\x20\x0c\xf1\x08\x07\xe6\xc9\x5b\xab\x19\xc7\x1d\x73\x73\x73\ \x73\x73\xf5\x46\x7d\x90\x8e\x6a\x51\xec\x9d\x75\xce\x56\xba\x42\ \x06\x9e\x71\x02\x02\x44\xef\x7d\xa9\x35\x30\xa8\xaa\x4a\x45\x91\ \xe0\xc2\x72\x29\x55\xac\x7b\x83\xd1\x28\x95\x2a\xaa\xd7\x93\x2c\ \xcb\x38\xe7\xc6\x3a\xad\x8d\x27\x30\xc6\x58\x22\x02\xf2\xde\x87\ \x19\x40\x81\xdd\x6c\x8c\x0e\x4f\x41\xc0\x88\x91\x89\x48\xf1\x58\ \x45\x5a\x6b\x29\x65\x14\xc7\xdd\xd5\x55\x55\xaa\xba\x31\xd6\xd8\ \x8b\x7f\x5a\x08\x00\xd1\x3b\x8f\x8c\x2c\xf9\x34\xcb\x9c\xb3\xde\ \x53\xc0\x64\xac\x75\xce\xf9\x50\xa3\x8e\xa2\x48\xa8\x88\x88\x8c\ \xd6\x44\x1e\x18\x23\xef\xc3\xa4\x3a\x22\x62\x9c\x37\x1a\x8d\xf5\ \xf5\xf5\x20\xe4\xc0\x39\xb3\xd6\x5a\xe7\xb2\x34\x25\xa2\x4a\xeb\ \xb2\x2c\xb5\xd6\x55\x55\x95\x1b\xbd\x42\xe8\x09\x08\xa0\x2c\xcb\ \x30\xc4\x19\x00\x82\x72\x40\xb3\xd9\x0c\xe1\x2d\xe0\x4e\x81\xb3\ \x14\x68\x45\xa1\x45\x36\xac\xc9\xc6\xb2\x6c\xde\xe1\xa1\x73\x2d\ \x38\x5f\x21\x04\x22\x93\x52\xd5\xea\x98\x24\x49\x90\x16\x58\x5d\ \x5d\xdd\xb1\x63\x87\x10\xe2\xd4\xa9\x53\xe1\x8c\x9e\x3e\xfc\xb4\ \x36\x36\xe4\xe3\xd6\xda\x20\xcc\x69\x8c\x11\x42\x04\x0a\xfc\xf8\ \xc3\xc7\x05\xb6\xf1\x9d\x03\x00\x42\x88\x8b\xf4\xef\x08\x00\xbe\ \x32\x23\x24\x29\xeb\x31\x91\x59\xea\x2e\xc4\x92\x17\x45\x11\xd8\ \xb4\x8c\x8b\x34\x4b\xbd\xf7\xad\x46\xa3\x56\x4b\xda\xed\xce\x44\ \xab\x65\x2b\x23\x39\xa2\x77\x9e\xa8\xd2\x9a\xb3\xa0\x25\x20\xda\ \xed\x76\x28\x0c\x84\x01\x93\xde\xfb\x76\xbb\x5d\x8c\xb2\xbc\xa8\ \xb8\x8a\xd7\xfa\xa3\x42\xdb\x3c\xcf\xbd\x27\x42\x51\x56\x25\x17\ \x26\xe6\x8a\x31\x37\x35\xdd\x36\xa6\xe6\xbd\x0f\xe2\xa9\x5a\xeb\ \x7a\xbd\x5e\xab\xd5\x9c\xb3\x1c\xf9\xe2\xc2\x42\x96\xe7\x5c\x08\ \xc1\xd9\x25\x75\xee\x5c\x58\xe4\x5f\x63\xbc\x83\x00\x54\x9c\xff\ \xa7\x5f\x35\xbb\xf7\x4e\xfd\xe2\xbb\xf8\xbf\xf8\xe7\xc5\xfb\xde\ \xb7\x78\xed\x35\xbe\x28\x9a\x49\x6d\x6a\x66\x96\x80\x9c\xb3\xde\ \x39\xff\xd5\x94\x4c\x38\xef\x2e\x21\xa5\xa0\x28\xa2\xdf\xfe\xed\ \xf8\xd7\x7e\xdd\x5d\x7f\x5d\xfe\xfe\xf7\xbb\x97\xde\x88\x69\xfa\ \x8f\x0e\x39\xe7\x3c\x27\x17\x78\x93\x31\x3d\x38\xfb\xf1\x0f\xfd\ \xfe\xdd\xee\xc5\xbf\xf4\xaf\xdf\xac\x87\x8b\xf3\x8b\x53\x51\x52\ \x93\x98\x97\xfa\x12\xf8\x77\x44\x2c\x2b\x93\x66\x25\x02\x18\xeb\ \x3c\x90\x35\x36\x8e\x93\x1b\x6e\xb8\xa1\xc8\x2b\x64\xec\xc4\xc9\ \x13\x67\xce\x2c\x70\xc6\xb8\x10\xb6\x34\x88\x2c\x8a\xe3\xdc\x38\ \x21\xc4\xce\x1d\x3b\xf2\x42\x9f\x3d\x73\x6a\x75\x75\x79\x6d\x7d\ \x9d\x0b\xe1\xbc\x33\xd6\x0a\x29\xac\x73\xde\x7b\xc6\x39\x79\xcf\ \x00\x89\x7c\x18\x7a\xe7\xbd\x0f\xb4\xf1\x40\x44\x09\x3c\x1c\x18\ \x7b\x73\xef\x03\x99\x12\x11\x19\xe3\x00\x14\x7e\x78\xb9\xbb\x3c\ \xdd\x9e\x1c\xa5\x99\x91\x62\x58\xf6\xaa\xaa\xb4\xce\x58\x6b\xa7\ \xa7\x27\xa9\xd1\x30\xc6\x6a\x6b\x83\x9b\xe3\x9c\x7b\x82\x4a\xeb\ \x20\x60\xc2\x38\x6b\xb4\x5b\x79\x55\xba\xb5\x55\x14\x8c\x80\x2a\ \xab\x2b\xa3\x65\x24\x23\x99\x00\x80\xce\xb2\xa2\x28\xd2\x74\x63\ \x8c\x6a\x18\xe4\x14\x70\x61\x63\x0c\x01\x44\x51\x14\xa2\x2f\x13\ \x82\x59\x6b\xac\x71\xe4\x75\x55\x51\x2b\x3c\x2e\xfc\xb9\x2c\x3d\ \x30\x46\x40\xe4\x3d\x22\x16\x45\x41\xe4\xc3\x29\x5b\x6b\x43\x6f\ \x2a\x30\x36\xee\x02\x0d\x9d\x9c\x82\x23\xe3\x1c\x20\xb0\x4e\x83\ \x8f\xc5\x0d\x9a\x7c\xad\x16\x5a\xe4\xd3\x34\x15\x42\x10\x51\x96\ \xa6\x67\xcf\x9c\xf5\xe4\xc3\x07\x6e\x3a\x65\x4f\xe4\x95\x6c\x6f\ \xdf\xb1\x6d\x34\x1a\x75\xbb\xdd\xc0\x54\x09\xac\x4a\xad\x75\x9a\ \xa6\x59\x96\x49\x29\x8c\xd1\x72\x73\x64\x52\xa8\x07\x84\x7b\x3b\ \x5c\xa9\xe0\x94\xad\xb5\x61\xf8\x46\x68\x12\x16\x42\x38\xe7\xd6\ \xd7\xd7\x9d\x27\xe7\x2c\xa2\x9c\x9c\x9c\x24\xa2\xe5\xe5\xe5\x30\ \xe6\x3b\x00\x59\xa3\xe1\x10\xb9\xd8\x18\x42\x24\x65\xa0\x30\x85\ \xa7\x20\x5c\x71\x7f\x4e\x7a\xe4\xbd\x0f\x77\xce\xf8\xf6\x10\x42\ \x5c\x74\x0a\x4a\xe4\x9b\x75\x5e\x4b\x22\xad\x4b\xa9\x60\xd0\x5f\ \xeb\x39\xa7\x94\xb4\x5a\x5b\xeb\x0a\xad\xcb\xb2\x22\xef\xa3\x28\ \xb2\x95\x01\x47\x52\xc8\x6c\x94\x66\x55\x99\x48\x99\x48\x51\x94\ \x85\x31\x16\x08\x42\xd8\x0b\x81\xad\xd3\xe9\xc4\x71\x7c\xea\xd4\ \xa9\xe1\x70\xa8\xa4\xb4\x84\xa7\x17\x96\xf2\xca\x94\xda\xa6\x45\ \xe5\x9c\x43\x2e\x54\x52\xef\xa7\xd9\x54\x5c\xbf\x72\xdf\x65\x61\ \xd4\x57\x96\x65\x21\x24\xcc\xcd\xcd\x85\xe9\xc4\xc3\xe1\x30\x96\ \xca\x57\x15\x11\xa9\x38\xc2\x4b\xe9\xdc\x19\x1f\x3d\x7a\x77\xfa\ \xe9\x0f\x01\xb9\xaf\xbd\x18\x23\x63\xc4\x59\xff\xc7\xdf\xfa\xb2\ \x8f\xdd\x11\xbf\xf1\xbb\x6b\xef\xfa\xb7\xe5\x0f\xfe\xa0\x8f\x63\ \xef\x3d\x10\x9c\x9a\x3f\x91\x8e\x86\x5f\x1b\x58\x26\x08\x3d\x46\ \x71\x72\x72\x7e\xcf\xef\xfe\x5e\xfc\xd1\x8f\x2d\x7f\xe7\x77\x9c\ \xfd\x57\x3f\x61\x95\xc0\xfb\xef\x05\xfa\xc7\xa5\x14\xe4\xa9\x56\ \xaf\xef\xde\xb3\x8f\x8b\x0b\x96\x88\x91\x71\x5c\x3d\x79\xbc\x97\ \xcb\x7a\xe2\x1c\x40\x14\xab\xc5\x43\xff\xfb\x37\xfe\xd3\xe3\x7b\ \xae\x7f\xf5\x1b\xbf\xe5\xc6\x98\xcc\x73\x94\xbb\x0f\xb9\x55\x96\ \x65\xd3\xd3\x33\x69\x96\xd5\xeb\x8d\xac\x28\x8f\x1e\x3b\x2e\xa5\ \x22\x82\x5a\xbd\x56\x96\xe5\x17\xf2\x68\xf2\x0e\x68\x90\x0e\x65\ \x5c\x5f\x5c\x5a\x1c\xe5\x27\x0e\x1f\x3d\x5e\x94\xb9\x73\xc6\x39\ \x2f\x95\x34\xc6\x00\x43\x2a\x01\x88\xac\xf7\xce\x3b\x86\xc8\x89\ \x08\x88\x31\x24\x0a\xde\x81\x10\x59\xc8\xd4\x10\x90\x73\x19\x66\ \xb3\x85\x8c\x6c\x63\x3e\xd9\xa6\x21\xa2\x23\xc7\x80\x22\x26\xea\ \x51\x04\xce\x28\x2e\x85\x14\x5c\x30\x00\xe0\x52\x10\x6c\x8c\xb9\ \xd1\x56\x7b\xed\x85\x90\x59\x5e\xc6\x49\x4c\x40\x5a\x1b\xe7\x01\ \x81\x8d\x86\x69\xdf\x0d\xe2\x28\x99\x98\x98\x90\x22\x96\x42\xe5\ \x59\x19\x47\x35\x29\xe5\x68\x98\x86\x84\xd4\x5a\x1b\x28\xfc\x73\ \x73\x73\xce\xb9\xd0\x33\xb9\xb0\xb4\x58\x69\x1d\x9e\xe1\x46\xa3\ \x31\x3d\x3b\x83\x0c\x9d\xb5\x52\xa9\x46\xa3\x41\x88\x2a\x52\x17\ \xbf\x7d\x24\x42\x00\x44\x14\x42\x0a\xc6\x42\x46\x55\xe4\xce\x7b\ \x1f\x98\x85\x8c\x31\xe4\x5c\x70\x51\x55\x55\x51\x69\xce\x05\x63\ \x8c\xf3\xb0\x3e\x0e\x11\xbd\xa7\x40\x35\x09\x7d\xa1\x45\x51\x2c\ \x2d\x2d\x05\x04\x23\x8a\xa3\x28\x89\x89\xb1\x41\x3a\x24\x00\xa1\ \x24\xe8\xca\x7b\x40\x20\x1e\xca\xd1\xce\x0e\x06\x83\xd5\xd5\xd5\ \x95\x95\x15\x6b\xad\x31\x26\x38\xdf\xa0\x33\x11\xd0\xed\x3c\xcf\ \x82\xfb\x0e\x01\x2f\xb0\xda\xc3\x76\xc1\x5a\xbb\x99\x96\x60\x78\ \x1d\x06\x42\xb4\x5a\x2d\xc6\x58\x1c\x47\x83\x61\x3a\x18\x8c\xf6\ \xee\xdd\x33\x3b\x3b\x1b\xd2\xf3\x6e\xb7\xbb\xb8\xb8\x58\x55\x55\ \xa4\x22\xf2\xde\x7a\x13\x22\x68\x28\x17\x87\x88\xbe\x81\x13\xc6\ \xb1\xb1\x36\x84\xd8\x70\x00\xe1\x2b\x36\x76\x2a\x8c\x5d\x74\xef\ \x18\x11\x30\x86\x71\xcc\x90\x59\xce\xbd\xe2\xa2\x16\x35\xa4\x52\ \x67\x4e\x15\xa3\x51\x01\x40\xf3\xf3\xa7\x9c\x73\x40\x50\x4f\x6a\ \x5a\x57\xab\x6b\xab\xe8\xc1\x39\x27\x05\x67\x8c\x59\x6f\x3d\x11\ \xe7\x3c\x9c\x79\xf0\xd1\x41\xd3\x0d\x11\xd3\x34\x4d\x92\xa4\x3e\ \x39\xe9\x90\x0f\x46\x99\x03\xc6\x44\x64\xfc\xc8\x18\xe7\xac\x93\ \x4a\xd6\x9a\x1d\xe7\x29\x44\xdf\xe3\xc7\x8f\x6b\xad\xf3\xbc\x60\ \x0c\xa7\xa7\xa7\x57\x57\x57\x87\xc3\x61\x1c\xc7\x18\xa9\xd2\x54\ \x49\x94\x40\x28\xb7\x5c\x2a\x34\xa6\x2a\xf3\xd1\x5f\xfd\xe6\x8e\ \x18\xa4\x8a\xe8\x6b\x0e\x67\x13\x10\xc2\xfc\x0d\xdf\x3e\xfa\x89\ \x9f\x6d\xfc\xfc\xcf\xce\xbc\xfb\xdd\xeb\x9f\xfd\x6c\xf5\x9e\xf7\ \xb8\x97\xdf\xec\x80\x26\xa6\xa6\xb7\x6d\xdf\xf1\x35\xc8\xdc\x11\ \x49\x49\xf0\x94\x7c\xf2\x93\xad\xf7\xfc\xaa\x58\x5d\x1d\xfc\x87\ \x5f\x31\x3f\xf6\x7f\x4c\x33\x06\x5a\xe3\x45\x45\x8a\x22\xcf\xb3\ \x2c\x6d\x77\x26\x2e\xe4\x26\xc8\x19\xb7\xe3\x25\xaf\xf9\x6e\xe9\ \xfe\xf0\xee\x35\x4f\xe0\xac\x9f\xbe\xfc\xa5\x6f\xf9\x9e\x2b\xff\ \xfa\x8f\x3f\xf1\xe0\x81\xab\x5f\x73\x20\x29\xf5\x73\x5d\x84\xe1\ \x28\xed\xf5\xfa\x37\xdf\x72\x4b\x55\x59\x15\xc7\x4b\x8b\x4b\x8f\ \x3e\xfe\x78\x9a\xe6\xde\xfb\x5a\xbd\xc6\x10\x95\x90\x5a\x1b\xeb\ \x1c\x0a\x0e\x92\x01\x63\xcb\x2b\xdd\x87\x9f\x78\x72\x94\xe6\x51\ \x52\x8b\x6a\x91\xb1\x1b\xca\xc0\x8c\xb3\x30\xa2\x61\x23\x2d\x25\ \x92\x9c\x31\x0c\xe3\xbc\x3d\x10\x84\xfd\xbb\xf7\x9e\x31\x14\x22\ \xe4\xa4\x8e\x31\x44\x14\x44\x44\xe4\xad\xf5\x1b\x9d\x55\xe4\x11\ \xd0\x85\x9a\x9d\xd5\x6b\xeb\x6b\x9d\x7d\x97\x25\x4a\x0a\x42\x0d\ \xe4\x9d\xf5\x44\xfd\x7e\x1f\x3a\xe0\xbc\x03\x06\xd6\x18\x6d\x2d\ \x55\xa6\x28\xcb\x5a\xab\xa5\x75\x25\x93\x06\x37\x2e\x22\xaa\xd5\ \xeb\xc6\x58\x02\x2c\xab\xca\x3a\xcb\x85\x4c\xb3\xbc\xac\xb4\x10\ \x92\x6d\xf2\x37\x82\xbf\xa8\xd5\x6a\x81\x33\xe3\x37\x07\x2c\x90\ \x27\xed\xcc\xc6\xa0\x09\xa5\x9c\xf3\x2a\x8e\xe2\x24\x8e\xa2\xa8\ \x37\xe8\xf5\x06\x83\xe7\x32\xdf\x86\x0b\x21\xa5\x0c\x83\x11\xd9\ \x66\x26\x18\x6a\x89\x88\x88\x44\x92\x0b\x2e\x38\xe3\xdc\x39\xef\ \xbd\x13\x52\x46\x51\xe4\x8d\xb1\xc6\x02\x50\x00\x2d\xac\xb5\xe3\ \x94\x36\xf0\x05\xe3\x38\x1e\x0e\x86\xeb\xbd\x1e\x20\x38\xef\x83\ \x6f\x35\xd6\x12\x91\x14\x32\x4e\x12\x44\x36\x18\x0c\xce\x9e\x39\ \x1d\xb6\x53\x79\x9e\x87\xcf\x09\x8a\xea\x81\x7d\x48\xe4\x43\x61\ \x33\x80\x21\xe1\xaa\x85\x84\x3d\xbc\x0e\xf1\x78\x3c\x4b\x24\x40\ \x37\x9c\xf3\xd1\x68\x14\x45\x6a\x6e\xdb\xb6\xe5\xee\x6a\x59\x96\ \x87\x0e\x1d\x5a\x59\x59\x09\x31\x20\xac\x6a\xf0\xd4\x42\x45\x61\ \xb4\x61\x60\x07\x05\x69\x49\xbe\xd9\x0f\x1c\xce\x68\x4c\x9d\x04\ \x80\xf0\x56\x70\xf1\xcf\x69\xcd\x39\x8f\x23\x6e\x8d\x6d\x35\x12\ \x04\x34\xda\x34\x1a\x35\x02\x62\x5c\x38\x80\xfe\x60\xc8\xb8\x88\ \x15\x6f\xb7\xda\x5c\x44\xc6\x39\x5d\x69\xc9\xc5\xd4\xe4\x0c\x27\ \x1a\xf4\xd6\xb4\x31\x1e\x08\x01\x8c\x31\xfd\x7e\x3f\x38\xf4\xe0\ \xe8\x03\xa0\x74\xea\xd4\x19\x22\x74\x1e\x8c\x75\x40\x8e\x31\x01\ \xe8\x54\xa2\x92\x38\x69\xb7\xdb\x59\x9e\x1e\x3c\x78\xaf\x73\x36\ \x4d\x53\x44\x2c\xcb\xa2\x5e\xaf\x2f\x2f\x2f\x27\x49\x32\x1a\x8d\ \xaa\xaa\x8a\x84\x08\xa1\xdd\x7b\x42\x84\x4b\x96\xb9\x23\xe3\xac\ \xd6\x4a\x97\x9f\xe6\xf0\xd5\x52\xff\x7d\x76\x30\xd8\x7b\x37\xdb\ \xaf\x76\xed\xa8\x7e\xeb\x37\xfd\x0b\xae\xde\xf6\xdf\x7e\x1b\xde\ \xf2\xd6\xea\x97\x7e\x51\x5f\x75\x45\x73\x6a\x3a\x8a\x13\xef\xec\ \x57\x35\xd8\x08\x4e\x51\xc4\x8e\x9f\xa8\x7f\xe0\x03\xb5\x3f\xfd\ \x53\x7f\xfd\x0b\x47\xef\x7f\x7f\xf9\xaa\x57\x4a\xeb\xd0\x3b\x88\ \x2f\x72\xfa\x46\xad\x5e\x17\xe2\xd9\x98\x9d\x88\xe0\xec\xc6\x40\ \x2a\x4f\x50\x6b\x4c\x5d\x7e\xe5\xd5\xfb\x77\xdd\x3e\xec\xa5\xc4\ \x6a\x97\x62\xc3\x26\x8f\xcf\x9f\x3a\x7c\xf8\xd8\x95\x57\x5d\xdd\ \x68\x36\x84\x50\x0f\x3e\xfc\x88\x73\xd6\x03\x1a\xeb\x3a\xad\x16\ \x22\xaa\x28\x02\xef\xa3\x48\x8d\xd2\xf4\xc4\xa9\xf9\xca\xf8\x7d\ \xfb\xf6\x71\x11\x97\x95\xae\xb5\x92\xf5\xf5\xb5\xe5\xa5\x25\x21\ \x25\x97\xa2\xaa\xaa\x7a\xa3\x8e\x0c\x11\x11\x18\x13\x00\x7c\x93\ \xde\x83\xb8\x51\x5c\x08\x6e\x42\x08\x2e\x44\xc4\x50\x84\x8c\x7e\ \xf3\x61\x0e\x3f\x17\x36\xd0\x04\x0c\x1d\x51\xbf\xbf\x3e\xcc\xd2\ \x34\x4d\x29\x8e\xca\x51\x36\xe8\xf7\x5a\xed\x66\x2d\xa9\xc5\x49\ \x54\x14\x79\x51\x14\x04\x54\x59\xc3\x84\x62\xc8\x40\x5b\xe3\x5c\ \xa1\xdd\x74\xbb\x99\xe5\x85\xaf\x4a\x2e\x84\x07\x98\x9d\x9b\x9d\ \x9c\x9a\x9a\x3f\x39\x2f\xac\xe5\x52\x58\xe7\x6a\x8d\x7a\xc7\x4c\ \xa4\x69\x1a\x8e\x27\x08\x0d\x9e\x3c\x79\x12\x00\x86\xc3\x61\x80\ \xe0\xeb\xad\xa6\x37\x06\x01\x8b\xaa\xb2\xeb\xeb\x49\x92\x70\xc6\ \xca\xaa\x1a\xa6\xa3\xf5\x5e\x6f\x71\x71\x91\x5d\xd4\x80\x6c\x02\ \x0a\x8d\x54\xad\x56\x0b\x90\x38\x22\x10\x69\x5d\x85\x07\x6f\x83\ \x10\x45\xa4\x94\x0a\x7f\x14\x9c\x07\x3f\x0b\x00\x82\x73\x67\xd1\ \x93\x97\x42\x8e\x7b\xdf\x19\x63\xed\x76\x5b\x08\x31\x1a\x8d\x10\ \xb1\xd7\xeb\xf5\x7a\x3d\xc6\xd9\x60\x30\x40\x44\x40\x90\x42\x7a\ \xef\xf3\x22\x0f\xdd\x46\x5a\x1b\xe7\x2c\x11\x9c\x0b\x9d\x67\x59\ \x16\x76\x4e\x65\x59\x15\x45\xa6\x94\xd2\x9b\x1b\x97\x38\xde\xe8\ \x65\x0b\x9e\xf7\xdc\x17\xc1\xed\x86\xf4\x9f\x88\x38\xe7\xd6\x3a\ \x67\x5d\x1c\x47\x2b\x2b\x2b\xe1\x33\xc3\x8f\x05\x6a\x63\x38\xda\ \xf0\x09\xe1\xeb\x02\x57\x62\x8c\xb0\x7b\xef\x9d\xb5\x21\x2c\x85\ \x6c\x20\x8a\xa2\x10\xbd\x36\xe5\x68\x2e\x3e\xf5\xf4\xde\x45\x92\ \xef\xdb\xbd\x4b\x4a\x65\xad\xb3\xc6\x85\x32\x80\xf3\x1e\x9c\x47\ \xce\x9d\xd3\x35\x15\x2b\x21\x3d\xa0\xe4\xc2\x71\xe7\xc8\x23\xe7\ \x0c\x08\xd8\xc6\xd5\x09\x0f\x6c\xb8\x1c\xdb\xb6\xb3\xf7\x00\xad\ \x00\x00\x20\x00\x49\x44\x41\x54\x6d\x9b\x9d\x9d\x5d\x5f\x5f\x37\ \xc6\xf4\x7a\xeb\x0b\x8b\xdd\x2c\xcf\x87\xe9\xa8\xd2\x3a\x2f\xf2\ \x7a\xbd\x6e\xbd\x2b\xb3\x2a\x2f\x8a\xac\xc8\x95\x92\x55\xa5\x8b\ \x22\x4b\x92\x24\x34\x31\x04\x46\x69\x38\x2f\x63\xcc\xe9\x85\xb3\ \x89\x92\x59\xbe\xd1\x12\x28\x2e\x95\x2f\x95\x51\x3c\xf5\x43\xbf\ \x34\xfc\xdc\xdf\x90\xb3\xf8\x3c\x98\x91\x41\x9e\xb4\x6a\x99\x7e\ \x0f\x95\xaa\xbd\xfb\xdd\xc3\x6f\xfd\xb6\xe8\x57\x7e\x25\x7a\xfb\ \x4f\xec\xbf\xf1\x86\xe8\x3d\xef\xe9\x5c\x73\x5d\xb8\x56\x5f\x8d\ \xfe\x4f\xce\x00\x10\xd2\x11\xfb\x8b\xbf\xc4\xff\xfc\x9f\xe1\xec\ \x19\xff\x6f\x7e\x06\xfe\xdd\xbb\x1a\x9d\x89\xa6\xf7\x40\xfe\xb9\ \x04\x43\xef\x9d\xa9\xf4\x97\x11\x8f\xa5\xa0\xd5\x01\x44\xde\xda\ \x00\x68\x7b\xb8\x14\x03\x08\x05\xe7\xf5\x5a\xb2\xb0\xb0\xf0\x99\ \x3b\xee\x48\xf3\xfc\x96\x5b\xbe\x69\x61\x71\xb1\x56\xaf\xab\x38\ \x39\x7d\xfa\xb4\xe0\xb2\x28\x4b\xad\x35\x32\x0f\x40\x8d\xa8\xce\ \x18\x2f\x75\x75\xed\x75\x2f\x9e\x99\xdd\xd6\xeb\x0d\x27\x84\x1a\ \x0c\xd7\x9c\xa9\x38\x03\xef\x0d\x18\xc7\x18\x30\xc4\x40\x9b\x43\ \xef\x3c\x01\x81\x3f\x2f\x6a\x07\xe0\x85\x11\x79\xce\x3d\xc0\x06\ \x6a\x4c\x44\xe4\xe9\x5c\x6c\x17\x3c\x02\xf2\x50\x8f\x1d\x0c\x87\ \x49\x34\xdd\x68\x35\xad\x33\x9d\x4e\xa7\x3f\x1c\xaa\x5a\x84\x82\ \x33\xc9\x39\x17\x90\x17\x04\x84\x88\xc6\xd9\xc1\x30\x35\xd6\xf5\ \xfb\x03\x63\xbd\x8c\x92\x4e\x9c\xac\xad\xad\xd5\x9b\xed\x38\xa9\ \x57\xc6\x56\xda\x32\x2e\xad\xa7\xd9\x6d\x3b\x86\x69\x16\x44\x63\ \x82\x1f\x09\x09\x6c\x14\x45\x8c\xb1\x40\xc2\xd3\x5a\x13\x40\x55\ \x96\x8b\x79\xce\x00\x6b\xb5\x9a\x14\x82\x09\xce\x38\xdb\xb1\x7d\ \x7b\x14\x45\x17\x7d\xfb\x21\x22\x40\x70\xcd\x24\xa5\x0c\x35\xe1\ \xf1\x63\x87\x08\x9c\x71\xa9\x64\xf0\x68\x4a\x2a\x44\xc6\x19\x02\ \xf8\xb2\x2a\x8d\xd6\xde\x79\xe2\x14\x9c\x66\xc8\xa3\x83\xfb\x0b\ \xaa\xe2\x55\x55\x39\xf2\x52\x28\xe4\x2c\x14\x2a\x81\x21\x20\x03\ \x8b\xa5\xae\xb8\x14\x4c\x30\xc6\xf8\x18\x69\x19\xe7\xc2\xc1\x53\ \x1b\x63\xe2\x38\x92\x52\x04\x34\x3c\x2c\x45\xe8\xeb\x09\x5d\x57\ \xa1\x5e\x12\x7e\x37\x4c\x28\x0c\xc7\x30\x1a\x8d\x5a\xad\xd6\xea\ \xea\xea\xfc\xa9\x33\x76\xd3\x77\x87\xdf\x0d\x8e\x2c\x64\xe2\xce\ \x39\xee\x37\x3a\x6c\xc3\xb2\x8f\x3d\x7b\xc0\xe2\x42\xb0\x09\xc1\ \x23\xb4\x07\x07\xa8\x1d\x36\x86\xd2\x5c\xfc\x43\x8f\x80\x4a\x44\ \x9c\x49\xce\xa4\x88\x22\x2f\x7d\x59\x55\x80\xe8\x81\x24\xe3\x04\ \xc4\x18\xef\xb4\xdb\x01\x31\x9b\x9c\x9c\x0c\x22\xfb\x9e\xfc\x28\ \xcf\x8c\x33\x1e\x28\x90\xfd\x83\x7f\x0f\x9b\x9b\x70\x60\x49\x92\ \xf4\xfb\x3d\xad\x2b\x86\x50\x8f\x13\x6d\x34\x59\x27\x90\x89\x28\ \xee\x97\x7d\x57\xb9\x5a\x14\xc7\x4a\x25\x49\xec\x9c\x09\xda\x1b\ \x61\x90\x6c\x78\x1c\x94\x52\x88\x68\x8d\x69\xb4\x5a\x65\x59\x9a\ \xb2\xd2\x5a\x5f\x3a\xcc\xdd\x59\xb5\xf3\xf2\xb9\x1f\xfd\xf7\xcf\ \x13\x62\x24\x22\x9c\xba\xfd\xd3\xc7\x9e\x7a\x62\xcf\xde\x7d\xf9\ \x68\x08\x07\x2e\x13\xbf\xf7\x3b\xf2\xf7\xff\xa0\xfd\xc1\x0f\x36\ \xde\xfc\x03\xe6\x47\x7e\x58\xff\xd8\x8f\xf9\x17\xbc\x00\x10\xb1\ \xaa\xbe\x52\x2e\x9e\x73\x8a\x22\xec\xf7\xc5\x67\x6e\x97\x1f\xf8\ \x00\xdc\x79\xa7\xbd\xf5\x9b\xcc\x7f\xfd\x2f\xee\xd5\xaf\x06\xef\ \x61\x34\xbc\x54\x91\xf5\xcb\x80\xb3\xaa\xd6\x69\x3b\x04\xcf\x55\ \xa3\xd3\xae\x11\x61\xbd\xd9\x61\x31\x7f\xee\x27\x4d\x80\x97\x5f\ \x71\xe5\xfa\x60\x58\x95\xd5\x93\x87\x9e\xbe\xf6\xba\x17\x36\x9a\ \xad\x57\xbf\xe6\x9b\xef\xbc\xf3\xce\xd5\xf5\xde\x8d\x2f\xbb\x49\ \x22\x3e\xfa\xd0\x43\x13\x13\xad\x5a\x23\xa9\x74\x39\xb3\x7d\xee\ \x9a\x6b\xaf\x99\x98\x98\x59\x5d\x59\x17\x42\x14\x45\x31\xe8\xf7\ \x1b\x49\xcd\x5b\x37\x18\x0c\xc8\x3b\x02\x08\x09\x21\x30\x40\x64\ \x40\xe4\xbd\xbd\xe0\xc9\x6e\xe4\x68\x8e\xce\xff\xff\x63\x05\x41\ \x02\x70\xe0\xc8\x93\x75\xb6\x28\x8a\xa0\x4a\xd6\x68\xd4\xa4\x90\ \x4f\x1d\x3e\xcc\x38\x4c\xcf\x4c\x55\xa6\xe2\x52\x44\x71\x5c\x54\ \x55\xa9\x2b\x40\x66\x9d\x07\x64\x5c\xca\x3a\xe3\xab\x2b\x8b\x73\ \x73\x33\x83\xc1\x60\x65\x65\x65\x7d\x7d\x3d\x64\x49\x8d\x46\x23\ \xb8\xad\x2c\xcb\xbc\x77\x01\xd8\x0d\x8e\x23\xb8\xa1\x24\x49\xb4\ \xd6\x2e\x50\x56\x04\xf3\x88\x55\x55\xc5\x2a\x4a\xd3\x34\xc8\xd1\ \x2c\xaf\xac\xcc\xce\xcc\xc8\xe7\x80\xb9\x23\xa2\xb5\x2e\x4d\x53\ \xad\x4b\xce\x18\x02\x10\xf9\xe0\xce\x00\xd1\x5b\x27\xd5\x06\xb9\ \x88\x6f\x3a\x5f\xc6\x18\x91\x77\xce\x93\xf7\x61\x30\x61\x70\xee\ \x63\xe7\x38\xd6\x7f\x57\x4a\x8d\x7b\xa3\x42\x82\xcc\x39\x97\x8c\ \x39\x6b\x43\x72\x2d\x85\x00\x6b\xab\x4d\xe0\x25\x80\xec\x41\x05\ \x2c\x8c\x07\xb1\xd6\x00\x50\xc8\xb2\x03\x3c\x12\xdc\x59\xf8\xf9\ \xb0\x4a\x21\x24\x8f\xcb\x24\x41\x33\x39\xbc\xd6\xc6\x71\x21\x83\ \xf7\x0f\x9a\x62\x01\x96\x09\x1f\xc8\x36\x66\x67\xbb\x31\xd4\x3e\ \xae\x9d\x86\x5f\xe1\x42\x48\x44\xb7\x79\x3a\x81\x45\x33\x1e\xb5\ \xfa\x1c\x30\x77\xe2\x9c\x2b\x99\x74\x97\x56\x97\xbb\x5d\xc6\x79\ \xa4\x22\x63\x6c\x50\x5a\x0f\xeb\x2f\x00\x9a\xf5\x06\x79\x27\x54\ \xa4\xa2\x28\xb8\x60\xc6\xb0\x32\xda\x38\x67\x9c\x0d\xdd\x55\x61\ \x9f\x17\xca\x06\xe3\x83\x97\x52\xc5\x91\x1a\x0e\x87\xde\x19\x5d\ \xe6\x44\x8e\x33\x50\x91\x22\xdf\x18\xa5\x23\x04\x27\x05\x6b\xb5\ \x1a\x88\x90\xa6\x69\x20\x68\xd5\xeb\x75\x29\x65\xbd\x5e\x0f\xb9\ \x3f\x32\xf4\x01\x07\xe3\x9c\xe0\x92\x52\x21\xc9\x1a\xbb\x39\xdc\ \xeb\x79\xe0\xdc\xf1\x85\x2f\xbc\xfe\xfe\xfb\x0e\x1e\x3b\x7a\x64\ \xe7\xae\xdd\x68\x6d\xbf\x2c\xcf\xbc\xe6\x9b\x5e\xf2\xfa\x6f\x8b\ \x3f\xf4\x97\xe2\xbf\xff\xbe\xf8\x5f\x1f\x32\x3f\xf8\x56\xf3\x2f\ \x7f\xd0\x5f\x77\x1d\x21\x62\x50\x94\xbc\x24\x5e\x9e\x31\xe2\x1c\ \x94\xc2\x7e\x9f\x7f\xf2\x93\xea\x83\xbf\x23\x3e\xf9\x49\x7f\xe0\ \x40\xf5\xde\xf7\xda\x1f\x78\x33\x4d\x4c\x40\x59\x82\xfb\x2a\x95\ \x9d\x9d\xae\xea\x57\xdc\xfc\x23\x57\x02\xd9\x51\xfd\xea\xd7\xff\ \xe8\xd5\x60\x4a\x7a\xcd\x9b\x7e\x18\x80\x74\xf5\x5c\x81\x29\xef\ \x5d\xb3\xd9\x6c\xb6\x5a\xfd\x53\xa7\x97\xbb\xdd\xbb\xee\xbc\xf3\ \xf2\x03\x57\x7a\xa2\x43\x4f\x3e\x95\xe5\xf9\x28\x1d\xd9\xa2\x8c\ \xa3\xa8\xd2\x65\x4c\x71\xad\x5e\xbf\xf2\xea\xab\x08\xf1\xcc\xe2\ \xd9\xf9\x13\xa7\xeb\x49\xd3\x5a\xbf\xbe\xba\xd6\x6a\xd4\x6c\xa9\ \x9d\xb1\x80\x08\x18\xd8\xdb\x48\x1e\x80\x6d\x66\x64\x9b\x5b\x1b\ \x22\xf2\x44\x1b\x95\x31\xd8\x20\x40\x86\xca\x5c\xb8\x70\x04\x5f\ \x34\x4c\x8a\x00\x80\x4b\x60\x48\x44\x69\x3a\x1a\x0c\x87\xd6\x18\ \x70\x96\x88\x06\x83\x81\x50\x9c\xc0\xa7\x79\x56\x4b\xea\x5a\x1b\ \xc6\xf9\xdc\xd4\x74\xb3\xd5\xc9\xf3\x72\x7d\xbd\x27\x45\x54\x98\ \x42\x1b\x53\x14\xa5\xf7\x34\x3f\x3f\x4f\x04\x51\x14\x49\x29\xc2\ \xd0\xce\x74\x94\x0e\x07\x83\xe1\x70\x58\xaf\x37\x02\xe1\xaf\x5e\ \xaf\xcf\xcc\xcc\xa4\x69\xaa\x94\xaa\xca\xca\x13\x59\x67\x91\x89\ \x0d\xb5\xf1\xd0\x79\xbf\xa9\x19\x30\x1c\x8d\xa4\x54\x17\x1d\x54\ \xc3\xec\x50\x00\x08\xa3\x85\xc2\xb6\x05\x81\x58\x70\xf4\x00\x63\ \xb7\x27\xa4\xb4\xde\x67\x59\x16\xc7\x71\x12\x49\xce\x18\x0a\x21\ \xe5\x06\x42\x1d\x1c\x77\x20\xba\x04\x78\x7d\x8c\x72\x00\x40\x14\ \x45\x21\x5f\x1e\x03\x20\x01\xda\x1e\x83\xd7\x1b\xf5\x8d\x4d\x0b\ \x6e\x57\x4a\x19\x64\x24\x02\xa9\x77\x13\x2c\xf1\x41\xcc\x39\x00\ \x41\xa1\x9f\x28\xc8\x3a\x06\xb8\x3f\x54\x65\x43\x8d\x34\x8a\x85\ \xd6\x36\x60\xf4\x45\x51\x18\xad\x9d\xf7\xce\xd9\x31\xa2\x12\xc2\ \xd8\x38\x30\x8c\x83\xfd\xf8\xd9\x67\x00\x96\x28\x9c\x11\x11\x55\ \x55\x15\xbe\x22\x90\x9a\x2e\x9a\xd1\xc7\x98\x68\x37\xa7\x06\xbe\ \x9f\xa5\xa5\x75\x1b\x47\xe8\xc8\x02\x30\x80\x8d\xcd\x71\x3d\xa9\ \xf1\x28\x9a\x9c\x9a\x96\x52\x9d\x3c\x35\x8f\x88\x33\xd3\x53\x42\ \x08\x2b\xc4\x46\xb8\x15\x82\x73\x4e\x04\xa1\xd2\x10\x90\xbd\xaa\ \xaa\x58\xc0\xa8\xc0\x71\xe6\x6b\x49\x44\x44\x0c\xbd\x60\xc0\x19\ \x29\xc1\xe2\x48\x22\x10\x63\x3c\xdc\x7e\xa1\x92\x1f\x6a\x54\x49\ \x92\x84\xd7\xad\x56\x73\xa3\x96\xce\x50\x72\xf1\x0d\xd4\xc4\x74\ \x5e\x98\x55\x2a\x79\xd9\xcb\x5e\x71\xdf\xbd\xf7\xcc\x9f\x3c\xde\ \x6e\x75\xce\x2e\x9c\xb9\xfe\x85\x2f\x9e\x39\x70\x65\x71\xf3\x2b\ \xf8\x5b\xdf\x22\x7f\xf7\x77\xd5\xef\xfc\x8e\xfc\xa3\x3f\xb2\x6f\ \x78\x83\x7d\xf3\xf7\xbb\x9b\x5e\x4e\xed\x26\x20\x1b\xeb\xd2\x5c\ \x8c\x49\x49\x4a\xa1\xd6\x6c\x61\x41\x7c\xe2\x13\xf2\xcf\xfe\x17\ \xff\xfc\xe7\xfd\x8e\xed\xd5\x7b\xde\x63\xde\xf2\x03\xb4\x7b\x17\ \x68\x03\x79\xbe\xb1\xb3\xf8\xaa\x2e\xc6\x05\xff\x7b\x09\x22\xe8\ \xb1\x63\x47\x57\xba\x5d\xce\x98\xd6\xc5\xe1\xc3\x87\xcf\x2c\x2c\ \x90\xf7\xe9\xa0\xaf\x04\x7b\xfa\xd0\xa1\x3c\x4d\x85\x14\xb5\x7a\ \x02\x04\x40\x78\xe6\xf4\xc2\xe1\xa3\x87\x27\x27\xa6\xad\x76\x0b\ \x67\x16\xe3\x28\xe1\x68\x7b\xeb\x85\x36\x06\x18\xb2\xe0\xce\x01\ \xc0\x01\x63\x8c\x9c\xf7\xde\x0b\xc9\x19\xa0\xf3\x0e\x91\x71\x21\ \x42\x65\x55\x46\x92\xc8\x1b\x63\x6b\xb5\x1a\x63\x5c\x1b\xc3\x10\ \x39\x17\xc6\x1a\x20\x50\x4a\x06\x50\x58\xaa\xa8\xf2\x0e\x6c\x29\ \x92\xa4\x1e\xc7\xc6\x94\x51\xa7\x15\xab\x7a\xbf\xdf\x37\xd6\x94\ \x65\x21\xa5\x68\x24\x49\xbd\x5e\x2f\x44\xd5\xe9\x4c\x4e\xcf\xcc\ \x66\x59\xe1\x22\x21\x38\x72\x06\x4a\xb2\x1d\x3b\xb6\x79\x6f\xa3\ \x58\xe8\x51\x21\xa4\x44\x46\x79\x91\x5a\xa7\xfb\x83\xc1\xc9\x53\ \xc7\xad\x35\x41\xbe\xc6\x58\x43\xe4\x9d\xb7\x8b\x4b\x8b\x5a\xeb\ \xc9\xc9\x09\x02\x8f\x00\x42\x0a\x26\x65\xa3\xdd\x96\x9c\x67\x59\ \x66\x9d\xb5\xc6\x22\x63\x2a\x8a\x08\xe0\xa2\xd9\x32\x04\xe3\xb0\ \xb7\x91\xfc\x32\x04\xef\x37\xc3\x5d\x10\x3f\x93\x0a\x90\x33\xc6\ \x95\x92\x26\x2f\x8c\xd1\xb1\x92\x9c\x45\xc8\xd0\x54\xce\x5a\xcf\ \xb9\x33\xd6\x10\x91\xb1\xc6\x5a\x5b\xe9\x4a\xf0\x0d\xef\x13\x30\ \x8d\x00\xb3\x84\xba\x65\xf0\xcb\x5a\xeb\xe0\x47\xc2\x6b\x7f\x4e\ \x40\x15\x52\xea\x20\x97\x06\x50\x56\x55\xab\xd5\x50\x2a\x2a\x43\ \xbf\x42\x08\xc1\xce\x8f\x4b\xb8\x00\x10\xc7\x31\x62\x50\x02\x20\ \xce\x99\xe0\xbc\xf0\x2e\x50\x1b\x29\xc8\x87\x22\x08\x29\x03\x8b\ \x26\x44\x08\x4f\x10\xea\x2b\xce\x7b\x2e\x78\x50\x6a\x0b\xfe\xfa\ \x5c\x69\x01\x00\x60\xa1\xa3\xec\x9c\x00\x10\x5c\x61\x40\x81\x42\ \xc4\xba\xf8\x7b\x9e\x0b\xbf\xd1\x17\x88\x9c\x73\x21\x58\x9a\x19\ \xad\xab\x28\x52\xc8\x58\xa2\x84\x94\xa2\x28\x4b\x2e\x85\x50\x2a\ \xcd\x0b\x6b\xcc\xf6\x6d\xdb\x04\xe7\x48\xde\x5a\xa3\x84\x62\x00\ \x55\x55\x96\x65\x95\xe7\xb9\x92\x72\xa5\xdb\x45\xc6\xa4\x14\x0c\ \xd1\x39\x17\x36\x04\x51\x1c\x39\xe7\x8d\xd1\xc6\x98\x3c\xcf\x88\ \x28\x8e\x23\xf2\x3e\x1d\xa5\xce\x6f\xa8\x69\x3a\xef\xc3\x22\x6b\ \x6d\x18\xe3\x61\x46\xcd\xd4\xd4\xa4\xd6\x7a\x34\x1a\x09\x64\xdf\ \xb0\xce\x7d\xa3\xfa\x11\xc7\x37\xdd\x7c\xcb\x3d\x77\xdd\x71\xe4\ \xc8\xe1\x9b\x6f\x79\xe5\xae\xdd\x7b\x6d\x9e\x03\x63\xee\x96\x5b\ \xdc\x4d\x37\x99\x77\xbc\x43\xfc\xc9\xff\x94\xb7\xdd\x26\xff\xe8\ \x8f\xdc\x8d\x37\xba\x7f\xf6\xed\xf6\xb5\xaf\x75\xd7\x5d\x4b\x53\ \xd3\xe8\x1c\x10\x81\x77\xb0\x79\x4f\xc1\xb9\x58\x1d\xe2\xc6\xdf\ \x8c\x6d\x50\x3b\x18\x03\x22\x76\xe2\xa4\x78\xe8\x21\xf1\xd1\x8f\ \x8a\x4f\x7d\x0a\x17\x16\xfc\x8d\x37\x54\xbf\xfa\x1e\xf3\x3d\xdf\ \x43\x7b\xf7\x82\x31\x50\x56\xcf\x73\x89\xc7\x8b\x61\xcb\xf4\xfb\ \xde\x1a\x06\x3e\x92\x42\x72\xd4\x45\x06\x40\x13\xed\x3a\x22\x46\ \x02\xb0\x16\x29\x95\xd4\x1b\x8d\x95\x95\x6e\x9a\x16\xa3\x61\x1e\ \x89\x24\x1f\xe6\x08\xa8\x04\xf7\x4e\x3b\x30\xc6\x68\xc6\x98\x37\ \x8e\x73\x9e\xc4\x89\x27\xaf\x54\xd4\x99\xe8\x38\xeb\x46\xc3\x61\ \xbb\x51\x8f\xe3\xb8\xd7\x5b\x8f\xa2\xb8\xd3\xe9\x04\xfd\xbc\x6d\ \xb3\xb3\x65\x55\xae\xad\xad\xcf\xb6\xdb\x91\x8a\xba\xdd\x6e\x92\ \xd4\xea\x8d\xfa\xc2\xd9\xb3\xde\xd3\xe4\x44\x67\x68\x87\xbd\x61\ \x36\x51\x4b\x14\x39\x8f\x2e\xe9\xd4\x5b\xcd\xe6\x6a\x77\x65\xe7\ \xce\xed\x53\xb3\x53\x79\x99\x4e\xcf\x4e\x4d\x76\x3a\x13\xad\xf6\ \xb0\xdf\x9b\x99\xec\x54\xa5\x16\x4a\x2c\x9e\x3e\xbe\xb4\xb4\x4c\ \x80\xb5\x46\x7d\x34\xec\x39\xe7\x3c\x10\xe3\xa2\x32\x45\xbd\x99\ \xcc\xce\xce\xf5\xfa\x3d\x47\xda\xb8\x4a\x2a\xb6\xba\xde\x55\x89\ \xb4\x5e\x58\x67\x91\x13\x93\x0c\x39\xae\xf5\x56\x8d\x31\x79\x99\ \xe5\x79\xce\x04\x92\xf3\x65\x95\x5d\x71\xd9\xe5\xf5\xa4\xb6\xb8\ \xb8\x98\x65\x59\xa9\xab\x46\xab\x69\x9c\xb5\xee\xe2\x5b\x85\x11\ \x90\x80\x10\x7d\x14\x29\x2e\x10\x08\xbc\x31\x65\x69\xbd\x77\x88\ \x10\x68\xa3\xc8\x84\x23\x08\xde\x9a\x81\x17\x08\x1c\xc8\x3b\x07\ \xc8\xb4\x23\xe4\x1c\x39\x63\x9c\x5b\xef\xd2\x3c\x93\x52\x02\x63\ \x95\xd1\x42\x0a\xce\x38\x43\x1e\xfc\xe0\x98\x3b\x38\xe6\x32\x8e\ \x41\x6d\xe4\x9c\x07\x08\x1b\xb1\x28\x4b\x26\x84\x10\xc2\x03\x70\ \x21\xbc\xb5\x84\xbc\x32\x96\x09\xe9\x01\x81\x88\x80\x85\x9a\xbe\ \xf5\x60\x1c\x01\x79\x2c\x73\xe7\x0c\x79\xc7\x18\xf7\xe4\x89\x9c\ \x14\xdc\x59\x8d\x91\x64\x9c\x6b\xe7\x09\x59\x15\x64\xe0\x84\x70\ \xce\x21\x32\xeb\x3c\x21\x63\x9b\xcd\x01\x21\x2e\xfa\xcd\x8d\x5a\ \xc0\x97\xc2\x41\x0a\x0c\x47\x07\xe3\x62\xcc\x58\x75\x63\xa3\xc0\ \xf0\x9c\xf6\xe5\xa0\x62\xb9\x6d\xe7\x5c\x91\xe7\x8c\xe1\x60\xd0\ \xf7\x43\x23\x18\x30\x20\xef\x6d\x12\xd5\x9d\xa9\xa4\x8c\x3c\x41\ \xa9\x1d\x57\x09\xa1\x60\x5c\x3a\x6b\x6d\x55\x32\xeb\x84\x02\x29\ \x10\xbc\xad\x8a\xcc\x5b\x5d\x4b\x22\xce\xa0\xaa\x8a\xa9\x89\xb9\ \xd5\xb2\x10\x42\xca\x28\x11\x71\xc2\xa5\x62\x82\x08\x79\x96\x65\ \xc4\x84\x35\xd6\x12\x43\x00\xa1\x22\x81\x48\xc8\xf3\x52\x97\x95\ \xc9\x8a\x52\xa8\x18\xb9\xe0\x52\x31\x2e\x85\x90\xe4\x40\x89\xa8\ \xdd\xe4\x79\x9e\x7f\x23\x3b\xf7\xb0\x55\x89\xa2\xe8\xa5\x2f\xbb\ \x39\x4d\x47\x73\xdb\xb6\x87\xac\x01\xbc\x87\xa2\x00\x00\xf7\xf2\ \x97\xbb\x1b\x6f\xd4\x3f\xf7\x73\xe2\x13\x1f\x17\x7f\xfb\x11\xf9\ \x9b\x1f\x90\xef\xff\x4d\xda\xbe\xcd\xdd\x7a\xab\xbb\xe1\x06\x77\ \xc3\x0d\xb4\x6d\x1b\x24\x09\x25\x09\x45\x11\x48\x09\xe3\xb9\xba\ \xd6\xa0\xd6\x50\x96\x58\x14\x90\x65\xec\xc8\x11\xfe\xe0\x43\xfc\ \xbe\xfb\xf8\xc1\x83\x90\xe7\xd0\xe9\xd8\xd7\x7f\x9b\x7d\xd3\x9b\ \xdc\x4d\x37\xd1\xe4\x24\x58\x0b\xcf\x63\x4d\xf6\xe7\x68\xed\x76\ \x5b\x6b\x3d\x18\x0c\xe2\x38\x6e\xb5\x9a\xa1\xc0\x58\x96\xa5\x94\ \xb2\xd9\x6c\xaa\x48\xf5\x87\xe9\xca\xea\xb2\x73\xce\x5a\x03\x00\ \xd6\xda\x73\x36\xc5\xe4\xc9\x10\x39\xc6\x02\xf2\x4b\x45\x99\x19\ \x63\x85\x28\xb4\x2e\x88\x48\x97\x95\x2d\x73\x15\x45\x59\x96\x21\ \x0e\x57\x57\x57\x02\xb3\x22\xcb\xb3\x80\x06\x1c\x3f\x71\x8c\x21\ \xf3\xe4\xb1\x8f\x9b\x83\x8d\x68\x6d\x7d\x25\x8a\x94\xd6\x66\xfe\ \xd4\x49\xe3\x2c\xe7\x3c\x4b\xf3\xa5\xc5\xa5\x56\xa3\x19\x90\x84\ \xb2\x28\x9b\xcd\x96\x10\x72\x34\x18\x95\x79\xd1\x5b\xef\x21\x67\ \x4c\x97\x65\x91\xc7\x49\x6c\x8c\x26\x6f\x81\x2c\x02\x21\x30\xa3\ \x8d\xa9\x0c\x02\x3a\x6b\x9b\xb5\x06\x59\x5f\x96\x05\x47\xee\x7d\ \x00\x31\xd0\x39\x2f\xa5\x54\x2a\xca\xf3\x62\xb3\xbe\xea\x11\x19\ \x91\x03\x4f\x48\x70\x7a\xfe\x54\x5e\xe4\xd6\x58\x24\x40\x82\xaa\ \x28\xad\xb3\x79\x96\xaf\xad\xae\x5e\x34\xfe\xeb\x9d\xf3\xde\xc7\ \x71\x84\x98\x20\xf9\xb2\x28\xf2\x22\x87\xcd\x46\x09\x44\x42\xc6\ \x18\xe2\x86\x62\x62\xa3\x99\xc4\x49\x40\xbd\xab\xaa\x0a\x64\x92\ \x31\x60\xcd\x90\x31\xc6\xe2\x28\xd2\x88\x5a\xeb\xca\x6f\x24\xb9\ \x63\xe7\x18\x28\x8f\x01\x51\x09\x40\x87\xdd\x84\xda\xc7\xcd\x41\ \xa1\x08\x11\xbe\xc2\x3b\x57\x14\xc5\x98\xc6\x1e\x88\xff\xe3\x36\ \xd4\xf0\x8b\xce\x63\xf8\x1b\x19\x12\x30\x2e\x24\xb3\xce\x18\x9b\ \xe5\x65\xad\x56\x43\xc0\xc0\x4f\x1f\xb7\xb3\x06\xaf\x3d\x06\x5e\ \x02\x03\x75\xfc\xee\x18\x8e\x47\x44\xf2\x9e\x6f\x42\x46\xe7\xda\ \xf8\xa4\x02\x72\x75\x91\xcb\x4e\xbe\xd4\xd5\xc4\xe4\x64\xab\xd5\ \x42\x04\x6b\xf4\x03\x9f\xff\xbc\xf7\x8e\x05\xae\xa7\xf3\x82\x71\ \x15\x29\x12\x02\x11\x6b\xf5\xfa\x95\x57\x5c\x05\xe4\x22\xc9\xa5\ \x10\x48\x84\x08\x44\x08\xc4\x18\x0a\x04\x06\x84\x0c\x45\xab\xd9\ \x39\x3b\x3c\x73\xfa\xd4\x82\xf7\xde\x18\x4b\x1e\x42\xfb\x45\xe0\ \x1a\x59\xe7\x86\xc3\xd1\x06\x30\x89\xa8\x8d\x19\xc3\x71\x01\x93\ \x09\xd5\x0b\xc6\x18\x20\x96\x65\xc5\x11\xaa\x4a\x87\x9d\xd6\x57\ \xdb\xb9\x8f\x17\xfd\x2b\xf1\xae\xbf\x90\x24\x8b\x73\xae\xde\x68\ \xb4\xda\x1d\x63\xce\x9b\x2e\x5d\x96\xc0\x98\xdf\xb3\xdb\xfe\xe4\ \x4f\xda\x1f\xff\x71\x7c\xfc\x31\x7e\xff\xfd\xe2\xef\x3f\xc5\xef\ \xbc\x53\xfe\xe1\xff\x00\xe7\x68\xe7\x4e\xbf\x7d\x3b\x6c\x9b\xa3\ \x89\x49\xdf\x68\x40\x12\x03\xe7\xa0\x0d\xe4\x19\x0e\x06\x6c\x75\ \x0d\x97\x97\xd9\xc2\x02\xf4\x7a\xd4\xe9\xf8\xfd\xfb\xcd\xf7\x7e\ \xaf\xfb\xe6\xd7\xb8\x1b\x6f\xa4\xdd\xbb\x01\x91\x8c\xe1\x5a\x93\ \x7f\x46\x62\xca\x33\x1d\xf3\x3f\xe4\xdd\xe7\x89\x4d\x4e\x4e\x6a\ \xad\xd7\xd7\xd7\xa3\x28\x9a\x99\x99\x09\x4d\x25\xc7\x8e\x1d\x0b\ \x92\x7e\xd6\xd9\x56\xa7\x9d\xe5\xa3\x41\x9e\x72\xc1\x8d\x2d\x37\ \x80\xda\x0d\xd1\x04\xf2\x5e\x23\x42\x90\x71\xf7\xe4\x84\x0f\x2e\ \xc0\x64\x99\x01\x44\xf2\xde\xe4\x86\x95\x05\x79\xcf\xb9\xb0\x6e\ \xa3\x2b\x35\x4b\x47\x8c\x31\xc1\x05\x79\x67\xad\x13\x82\x87\xdc\ \x2d\x49\x6a\x00\xc4\x18\xf7\xde\x4b\xa5\x54\xa4\x02\x41\x3b\x8c\ \x76\xdb\xb3\x67\x4f\xbd\x5e\xbf\xef\xbe\xfb\x22\x21\xd3\x2c\x33\ \x51\x74\xf5\x15\x57\x56\x65\x6e\x9d\x33\xd6\xa8\x28\x52\x71\xa2\ \x8d\xf1\x44\x8c\xb3\xb2\x2c\xac\x75\xde\xa3\x31\x9a\x79\x42\x86\ \x02\x99\x88\x84\x9a\x98\x44\x86\xa3\x51\x7a\xf6\xcc\x99\xb4\xc8\ \xe3\x38\x0e\xd9\x65\xab\xd5\x0a\x6c\x90\x76\xbb\xad\x94\xea\x76\ \xbb\x45\x51\x68\x93\xd5\x92\xc4\x54\x95\x40\xde\xec\xd4\x9d\x75\ \x71\x14\x29\x29\x01\x30\xcd\x46\x17\x0f\x0e\x20\x1a\xad\x47\x83\ \x81\xe0\xc8\x98\x60\x40\x40\x3e\xe8\x8c\x7f\x11\x47\xca\x7b\xad\ \x75\xbf\xdf\x4f\x92\x24\x40\x13\xe3\x16\x7c\xd8\x10\x47\xfc\x22\ \x9e\x49\xc0\x40\x82\xa3\x0c\x92\x03\xe3\x9a\xa7\x94\x72\x5c\x65\ \x65\x8c\x31\x86\xa1\xad\x77\x4c\x93\x1f\xa7\xc6\xe1\x2b\xaa\xaa\ \x0a\xa8\xfa\x98\x7a\x2f\xa5\x1c\x5f\x7a\x20\x70\xce\x3a\xe7\xc7\ \x4f\xb3\xf7\x14\xa4\xd2\xab\xb2\x04\x84\xb8\xd6\x0c\x21\x27\x1c\ \x58\x78\x10\xc6\xce\xfd\x9c\x3e\x64\x16\xa2\xe9\xd8\x27\x30\xc6\ \x08\x91\x36\xcf\x6e\xcc\x9b\x0c\xbb\x90\x71\x7d\xf8\xa2\x41\x48\ \xef\xfd\xa9\x53\xa7\x1a\xb5\xc4\x7b\x17\x47\x11\x22\x19\xad\x37\ \x14\x21\x03\x57\x87\xb1\xaa\xac\x0a\x5b\x1a\x5a\x69\x54\x8e\x4b\ \x05\x44\xd9\x20\xd7\xc6\x5a\xeb\x09\x90\x31\x6e\x3d\x31\x22\xe3\ \x9c\x27\xf0\x40\x1e\xa8\xac\xb4\x36\x9a\x33\x9e\x66\xa9\x71\x4e\ \x57\xd5\x78\xca\x76\xe0\xbc\x6e\x8a\x15\x73\x5d\x55\x63\x9f\x1e\ \x62\x67\x78\x21\xa5\x74\xd6\x66\x59\xa6\x04\x0f\xd5\x0b\x22\x12\ \x5f\x09\xf7\x3d\xee\x1d\x38\x7f\x75\x42\x48\x0f\xcc\xd3\xf3\xdf\ \xcd\xb2\x4c\x4a\x39\xbe\x12\x5f\xf2\x6e\x9a\xa6\x81\xfd\x73\xc1\ \x4f\x4e\x47\xa3\x38\x49\x2e\x78\xe5\xbc\xf7\xa3\x51\xaf\x5e\xaf\ \x5f\x10\xbb\x61\xc6\xe8\x2c\x73\xde\x27\x2f\x7e\x89\x7e\xe9\xcb\ \xcc\x8f\xbc\x0d\x7b\x3d\xec\x76\xd9\xe3\x8f\xf3\xa3\xc7\xd8\xe9\ \xd3\xfa\xc4\x71\x3c\x76\x22\xd6\xd5\xc6\xe8\x0c\xce\xa9\x56\xa3\ \x4e\x87\xe6\x66\xfd\xd5\xaf\x1e\x6d\x9b\xc3\x6b\xae\xe1\xd7\x5d\ \x47\x9d\xb6\x9f\x98\x44\xce\xa1\xaa\xa0\x2c\x01\x80\x21\x66\x79\ \xfe\xec\x67\x14\x28\xc0\x17\x3c\xa3\xd1\x68\x54\xab\xd5\x9e\xc9\ \x05\x84\x2e\xcd\xaf\x71\xd5\x1a\xb0\xd1\x6c\xc4\xfd\xb8\x5e\xaf\ \xb7\x5a\xad\x30\xab\x33\x78\x87\xb5\xb5\x35\xce\xf9\xdc\xf6\x6d\ \x67\x17\x4f\xd7\x6a\xf1\xea\x6a\x97\xf1\xc8\x5a\xcd\x39\x67\x2c\ \x8c\xcf\xe4\x88\xc8\xb8\x52\x4a\x8e\x9d\xc8\xa6\x57\xa2\x31\xb8\ \xec\x2d\x79\x22\xce\xd8\x86\x6a\x2b\x82\x92\x0a\x10\x38\xe3\x8c\ \x31\x15\xa4\xdf\xa5\x70\xce\x3b\x67\x19\xb2\x31\xab\xcf\x5a\x5b\ \x56\x55\xd8\x13\x48\x29\x75\xa5\x17\x16\x16\x46\xa3\x11\x02\xbe\ \xe8\xc5\x2f\x11\x82\x0f\xfa\x83\xe9\x99\xe9\x58\x2a\x60\xe8\x9c\ \x23\x04\xeb\x7c\x9e\x67\x59\x91\x1b\x63\x5a\xed\x4e\xa4\x94\x60\ \x82\x3c\x85\x9b\x79\x4c\xc2\xb1\xce\x9e\x9a\x3f\xb5\x78\xe6\xac\ \x37\xd6\x30\x6b\x9d\x05\xc0\x76\xbb\x7d\xcd\x35\xd7\x94\x65\x39\ \x18\x0c\xd6\xd7\xd7\x83\x67\x54\x42\xed\xde\xb1\xf3\xb2\xcb\x2e\ \x0b\xa5\x42\xd8\x14\xbf\x41\xc0\x2c\x4b\xaf\xb8\x7c\xbf\xbd\xc8\ \xa9\xee\xc4\xa5\x24\xc4\xb2\xac\x00\x2a\xc1\x30\x52\xea\xfc\xfb\ \x27\xdc\x21\x6b\x6b\x6b\x63\x1f\x17\x78\x81\x41\x74\x77\xcc\x5c\ \x1c\xa3\x2e\x21\xcb\x0e\x0c\xce\xd0\x1c\x14\xae\x51\xf8\xc9\x8d\ \xae\x60\x44\xad\xf5\x06\x92\xb6\x99\x2f\x07\xbe\x50\x58\xe7\xe0\ \x70\x03\x21\xc4\x6d\x68\xf4\xf3\x71\xdb\xf0\xa6\x8b\x76\x8e\xdc\ \x86\x3b\xa4\x70\xb4\x2c\x20\x3d\xc6\x18\x63\xac\xf4\x1b\x85\xf2\ \x10\x18\x42\x83\xcf\xb9\x16\x26\x5e\x85\x63\x1b\x57\x17\xc7\x1e\ \x10\x37\xb7\x2c\x21\x3c\x84\xbe\xaa\x71\x6c\xb8\xe8\x98\x4a\x44\ \x52\x08\xeb\xec\xf2\xf2\x92\xd6\x9a\x71\xd6\x6e\x36\x9c\xf7\x80\ \xc8\xd8\x46\x49\x1f\x91\x01\xe7\xe8\x7c\xb7\xbb\x7c\x7c\xfe\x14\ \x21\x17\x0c\x95\x60\x13\xcd\xba\xb6\x86\x09\x4e\x0c\x91\x33\x15\ \x45\xc8\x38\x21\x20\x63\x79\x51\x00\x43\x15\xc5\xd6\x9a\x2c\xcb\ \x8c\x75\xa1\x59\x37\x10\x46\xc3\x74\x5f\xad\x75\x96\x65\x51\x14\ \x05\xb1\xfe\xd0\x6b\x36\x96\x45\x0b\xf2\x0f\x4a\x45\x4a\x29\xc6\ \x78\xa0\x45\x22\xe2\x25\x76\xee\x9c\xf3\x6e\xb7\x6b\xad\xdd\xb1\ \x73\xa7\x3b\xef\xc6\x8d\xa2\xe8\xd1\x47\x1e\x49\x92\xe4\x05\xd7\ \x5c\x73\xbe\x63\x8a\xa2\xe8\xe0\xc1\x83\xbb\x77\xed\xda\xb3\x77\ \xaf\xbd\xd0\xef\xde\x71\xfb\xed\xd7\x5d\x7f\xfd\xd4\xf4\xf4\xf9\ \xf9\xac\x10\xe2\xe0\xc1\x83\x37\xbf\xe2\x15\xf5\x7a\xfd\x7c\x37\ \xca\x18\xbb\xe7\xee\xbb\x5f\xfb\xba\xd7\x5d\xd0\x8d\x0a\x21\x4e\ \x9e\x3c\xb9\xba\xba\xfa\xca\x5b\x6e\x29\xd3\x14\x18\xa3\xe9\x69\ \x9a\x9b\x73\x2f\x7c\xa1\x01\x88\xa4\x7a\xfc\xd1\x47\x80\xe8\x45\ \x2f\x7a\x71\x75\x5e\xee\x1f\x4b\xf5\xf0\xc1\x7b\x26\xa7\xa6\xae\ \xd8\xbf\xdf\x94\xe5\x97\xb0\x2a\xa3\x28\xba\xeb\xae\xbb\xf6\xef\ \xdf\xbf\x63\xc7\x8e\xf3\xa3\x9d\x94\xf2\xbe\x7b\xef\xbd\xe1\xc6\ \x1b\x3b\x9d\xce\xf9\x67\xc4\x39\x3f\x78\xcf\x3d\xdf\x74\xeb\xad\ \x4a\x5d\x98\x53\xf1\xf4\x53\x4f\x5d\xbe\x7f\xff\x57\xb4\x08\x6b\ \x8c\x31\x46\x87\xf5\xd4\xe7\xf0\xde\xce\xdd\xa5\x9e\x3c\x71\x72\ \x65\x65\x25\x1c\xbf\xd6\x7a\x6d\x6d\x6d\x79\x79\x79\x69\x69\x29\ \xcf\x73\xc1\xb9\xf5\xf6\xe9\xa7\x9f\xea\xf7\x7b\x00\x5e\xeb\x32\ \xb0\x01\x90\x05\x0f\xee\x10\x31\x30\x07\x10\x31\x74\xcb\x3b\xef\ \x9c\x75\xb0\x49\x07\x76\xce\x71\x25\x18\x11\x20\x56\xd6\x84\xc7\ \x32\x2b\x0a\x21\x84\x27\x4f\x9e\x38\x01\xe3\x1b\x84\x78\xf2\x54\ \x56\x25\x67\x9c\x80\x9c\x75\x41\x4a\xcc\x7b\x34\xda\x10\x91\x10\ \xb2\xdf\x3b\xb3\x6d\xdb\xb6\x99\xe9\xe9\xd3\xa7\xcf\xb4\x5a\x2d\ \xf0\x74\xec\xe8\x31\xef\xad\xd1\x26\xaa\x25\xc8\x58\x96\xe7\x69\ \x96\x22\x62\xa5\xb5\xf5\x1e\xbd\xaf\xc9\x9a\x35\x76\x4c\x9d\x46\ \x44\x5d\x55\xa3\x34\x5d\x5f\x5f\xcf\xf3\x3c\x52\x49\x65\x8c\x75\ \xd6\xb9\xfc\xc4\x89\xf9\x3c\x2f\x4f\x9f\x3e\x7d\xf6\xec\xd9\x90\ \xbe\x48\x29\x7d\x95\x2f\x2d\x2c\x72\x64\x00\x60\xb4\x61\x0c\x85\ \x94\x41\xea\x7d\x38\x1c\xed\xdd\xbb\xf7\x4b\x14\x98\x89\xc8\x18\ \x5d\x55\x55\xe8\xe8\x09\x9c\xc2\xf1\xeb\x73\x72\x72\x72\xce\x81\ \xd1\x9a\x33\x22\xd2\x44\xde\xb9\xb2\x2c\xc9\xdb\x31\xb3\x45\x1b\ \x9a\x9e\x11\x62\xa3\x5d\x28\x78\x3a\x0c\xf4\xbb\xb2\x2a\x4d\x55\ \x49\xb1\x41\x82\x34\xc6\x8e\xd3\xfc\x70\x1d\xf3\x3c\x0f\xaf\x83\ \xef\xd0\x5a\x77\x3a\x9d\x66\xb3\x69\x9d\xe3\x8c\x55\x55\xb5\xb6\ \x5a\x94\x45\x1e\x76\x03\x45\x51\x04\x2e\x7c\x88\x10\x88\x58\x95\ \x55\x40\x72\xc6\xba\x31\xe1\x7b\x43\xfd\x73\xac\x11\xb4\x41\xd0\ \x76\x1b\x4c\xca\xa2\x32\xce\x59\x63\x5c\xcc\xc4\x98\xe5\x12\x62\ \x4c\x00\xd3\x37\x04\x73\x10\x43\x37\x83\xd6\x3a\xf0\xa8\x8a\x3c\ \x0f\x9b\x12\x22\x90\x52\x44\x51\xc4\x36\xf1\xf7\x80\xed\x84\x2e\ \x84\xf0\x8b\xd6\x1a\x21\xc4\xe6\xa6\xe1\x0b\xf4\xd9\x20\x6d\x36\ \x66\xd4\x84\xcf\x1f\xc7\xa4\x2f\xb0\x6c\x19\xd3\x95\x1e\x8d\x46\ \x52\xca\x22\xcf\x6b\x71\x14\xb6\x38\x52\x70\xef\x3d\x12\x2d\x2e\ \x2d\x37\x5b\xed\xb9\x1d\xbb\xf2\xb3\x8b\xa3\x7e\x5f\xa8\x48\x0a\ \xee\x05\x37\x71\x34\x4a\xf3\x2c\x2b\x1d\x31\x86\xbc\x5e\x6f\x0a\ \xde\xcb\xb3\x12\x80\x55\x95\x01\x60\xde\x7b\x6b\xbd\x31\xd6\x3a\ \xa7\x94\xea\x74\x3a\xab\xab\xab\x88\xb8\x7b\xf7\xee\xb0\x0d\xb2\ \xd6\x2e\x2f\x2d\x85\xc1\x32\x83\xfe\x40\x1b\x9d\xe7\x79\x58\xf3\ \x40\xf4\x1c\x8d\x86\x08\x24\x18\x94\x65\xa5\xb5\xe6\x9c\x5f\x7a\ \x55\xc8\x2c\xcb\xaa\xaa\xda\xb5\x7b\xb7\xbb\x50\x06\x5d\xaf\xd7\ \x2f\x98\xb6\x87\x77\x5b\xad\xd6\xb3\xbc\xdb\xee\x74\xc4\x33\xd0\ \x7b\x88\xa8\x33\x31\xc1\x9f\xb9\xdf\x6f\x62\x62\xe2\x59\xbc\x58\ \x14\x45\xcd\x66\xd3\x6f\x6e\x11\xc1\x7b\x30\x66\x83\x7e\x67\x6d\ \x2d\xc8\x56\x14\x39\x9e\x17\x90\xc8\xb9\xa6\x10\x31\x11\x95\x25\ \x9c\x17\x90\xc2\x19\x05\x4e\xeb\x85\x8f\xb9\xd3\x79\xa6\x63\x26\ \xa2\x89\x89\x89\x67\xc9\x32\xba\xdd\xee\x57\xce\xb9\x13\x11\xe3\ \xec\xfb\xbf\xff\x7b\xfd\xa6\x04\x13\x79\x6a\x34\x9b\xc3\x41\x8f\ \xc6\x71\x08\x91\x88\x7e\xe5\x57\x7e\x79\xbc\x5b\xe7\x8c\x23\xc3\ \xe0\x26\x80\x88\x0b\xb1\xf1\x1a\x20\x8c\xbf\xc1\x00\x34\x6d\xf6\ \x94\x86\x4e\xcb\x80\x81\xe2\xa6\xc1\x06\x72\x1c\xa4\x42\xfc\xb9\ \xf0\x3c\x6c\xb0\x24\x3d\x8c\x99\xec\x9b\x55\xee\x40\xd8\xf3\xde\ \x85\x97\x21\x72\x04\x05\x15\x86\xe8\x42\x8e\x89\x18\xe6\x34\x85\ \x6f\x74\xce\xc1\x46\x26\xee\x02\x0c\x1b\x9c\x45\x68\x86\x42\x86\ \x8c\x31\x72\x1b\xcf\x36\x85\xbf\x02\x15\x0f\x11\x08\x42\x1b\xed\ \x06\x50\x00\x1b\x52\x50\xde\x39\x63\x0d\x22\xe3\x8c\x85\x99\x6c\ \xe7\xec\x48\x60\xac\x49\x10\xb4\x24\x1b\x8d\xc6\xa0\xb7\x76\x6e\ \x5c\x37\xba\x7c\xc7\x4f\xbc\x43\x6b\xad\x94\x02\xc4\x50\x35\x14\ \x42\xe4\xd9\xe8\xdc\xa4\x61\xdd\x54\x6f\xfe\xe7\xdf\xf5\xad\xdf\ \xfc\x4d\x63\x61\x72\x44\x24\xf2\x44\x14\xf6\x05\x81\x55\x22\xa5\ \x40\x3c\x17\xd9\x0b\x1d\xa5\x18\x7c\x96\xe0\x3c\x28\x97\x6d\x28\ \xf3\x70\xb1\x01\x65\xb0\x00\x70\xd3\x18\xcd\x20\xf2\x9c\x73\x86\ \x6c\x63\xfc\x93\xf3\xd6\xd9\xb0\xbd\x0a\x6b\x45\x40\x0c\x59\xe8\ \x02\x0b\x17\x37\x2c\x0e\x11\x6d\x5e\xcb\x8d\x2a\x6c\xb8\x60\x5f\ \xd0\x50\xda\xec\x71\x0d\x5f\xba\x81\x8c\x23\x43\x36\xae\x7f\x12\ \x10\x21\x43\x20\x08\x44\x29\xd8\x6c\x54\x1e\x3f\x38\xe4\x83\x4e\ \xe5\xc6\x4a\x84\xbb\x69\xb3\xe2\x3a\xc6\x9d\x36\x6f\x63\x02\x44\ \x50\x92\x15\x79\x3a\x5e\x52\xa3\xcb\xeb\xae\xbd\xe6\x37\x3f\xf0\ \x01\xa5\x14\xe3\x1b\xd2\x87\xe4\xa9\x33\xd1\xc9\x46\x83\xf1\xc3\ \x6b\x2a\xac\x27\xea\x7d\xbf\xf1\x1f\x83\x00\x46\x58\x22\xe7\xac\ \xf7\x7e\xa3\xc4\x0d\xe0\xbc\x8f\x94\x8a\xa2\xd8\x18\x63\xac\xfd\ \x42\x61\x83\xa1\x35\xd6\x7b\xc7\x18\x8f\x22\x25\x84\xd0\xda\x18\ \xad\xa3\x38\x3e\x07\x22\xa3\x10\xc8\x93\x24\x09\xde\x3c\x6c\xbf\ \x42\x53\x42\x08\xa5\xc6\x1a\xdc\x90\x98\xf4\xde\x13\x32\xdc\xa4\ \x4b\x31\x6b\x4d\x38\xfd\x31\x96\x85\xc3\x41\xff\x92\xfb\xf7\xf1\ \x4d\xff\xd5\xc4\xdc\x43\x96\xf1\x2c\x5b\x8a\x67\x79\xf7\xcb\x1e\ \xf3\xb8\xb8\x74\xc9\x8f\x79\x0c\x7d\x5e\xda\x33\xba\x24\xd7\x31\ \xc0\xa6\xe7\x56\x2f\xce\x5f\x84\x73\x37\x16\x9b\x7b\x6c\x60\xf8\ \x05\x15\xc0\x2f\xbf\x0b\xa6\x2f\xfe\xd7\x33\x43\x40\xc1\xc9\x06\ \x0f\xf2\x8f\xec\xea\xfd\xc2\x70\x96\x2f\xbd\x1c\x9b\xc7\xf7\xe5\ \x3f\x32\xb8\xa1\x67\x8d\x88\x5f\x88\x4f\x5f\x9c\x8f\x3f\x03\x9b\ \xcb\x9f\xbf\x43\x1d\x2b\x1b\x9f\xfb\xeb\xe7\xff\x58\x80\x3e\xc6\ \xee\x89\x2e\x70\x74\x9b\x51\xe9\x99\x0f\xf9\xdc\x0b\x74\xae\xc6\ \xc3\x39\x92\xb9\xfe\x1c\x47\x79\xde\x9a\x6d\x0a\x2c\x3f\x13\x5f\ \xf3\xdc\x77\x83\xff\x7d\xa6\x9f\xff\x92\x1f\x7e\xd6\xe5\x0f\x67\ \xf4\x25\xd7\x70\x7c\x46\x5f\xf6\xae\x06\xa2\x90\xf5\xd3\x97\x3c\ \xa7\x42\x4a\xfa\xe2\xdb\xfb\x5c\x34\x7f\x7c\xe2\x4a\x4a\x38\x47\ \x52\x18\xc7\x5d\x16\x9b\x4b\x32\x86\xfb\x43\x17\x31\x6c\xfe\xf3\ \x05\xbe\x66\xa8\x99\x6e\x68\x6c\xfa\x73\x97\x65\x43\x2c\x3a\x84\ \xb1\xf3\x6e\x1e\x64\x88\x9b\x0a\x13\xf0\x0c\x83\x77\xce\xbd\xde\ \x97\xde\xb9\x6f\xd9\x96\x6d\xd9\x96\x6d\xd9\xd7\xdc\xd8\xd6\x12\ \x6c\xd9\x96\x6d\xd9\x96\x6d\x39\xf7\x2d\xdb\xb2\x2d\xdb\xb2\x2d\ \xdb\x72\xee\x5b\xb6\x65\x5b\xb6\x65\x5b\xb6\xe5\xdc\xb7\x6c\xcb\ \xb6\x6c\xcb\xb6\x6c\xcb\xb9\x6f\xd9\x96\x6d\xd9\x96\x6d\xd9\x96\ \x73\xdf\xb2\x2d\xdb\xb2\x2d\xdb\x72\xee\x5b\xb6\x65\x5b\xb6\x65\ \x5b\xb6\xe5\xdc\xb7\x6c\xcb\xb6\x6c\xcb\xb6\xec\x9f\x8a\x73\xff\ \x8a\x0e\xa4\xc0\x71\x9b\xd6\xd6\x55\xfc\x2a\x2c\xf7\xd6\x9a\x6c\ \xd9\x96\xfd\x13\x77\xee\x61\xca\x21\x02\x20\x17\xfc\x92\x7b\xde\ \xcd\xee\x6e\x00\x84\x30\x0a\x32\x0c\xde\x7c\x9e\x39\x14\xfc\x92\ \xe9\x8e\xcf\x7c\x1a\xff\xd0\x18\x36\xfe\xc3\x33\x5e\x48\x2e\x38\ \x22\x13\x2a\x52\x02\x00\x55\x9c\xd4\x6a\xb1\x94\x2a\x52\x12\x9f\ \xa1\xad\x7f\x7c\x14\x1b\xbf\x45\xff\xa0\xf3\x0a\x62\x30\x88\x4c\ \x45\x11\x47\xa0\xaf\xe0\x2a\x3e\xd7\x9b\x87\x09\xc9\x00\x84\x8a\ \x82\xf8\xd8\x96\x6d\xd9\x3f\x29\xe3\xbf\xf8\x8b\xff\xee\xd2\x3d\ \x8f\x4c\x30\xc8\x47\x83\xb4\xb0\x2a\x91\x4f\x7d\xe6\xb6\xc7\xcd\ \xd4\x95\xb3\x75\xe7\x2f\xd9\x50\xb7\x30\xe4\x85\x73\x35\x9a\xbf\ \xeb\x63\xf7\xae\xed\x99\x2d\x3f\xf1\x89\xcf\x6f\x7b\xc1\x55\x75\ \xf4\xcf\x93\x87\x97\x71\x41\x3a\xef\x0f\x53\xeb\x51\x4a\x7e\x41\ \xff\x44\xce\x1a\xeb\xc3\x38\xfa\x2f\x63\xe4\x9d\x47\xc1\xd0\x03\ \x70\x86\xce\x5a\xb8\xd0\xa8\x01\x14\x6a\x70\xf8\x8e\xbf\x3f\xa4\ \x27\xb2\x43\x9f\x7e\x22\xbf\xfa\xf2\xfa\xe7\xfe\xe6\x4f\xfe\xfa\ \x53\x4f\x32\xe8\x3d\x78\x78\x75\xf7\xbe\xdd\x02\x2e\x20\x8c\xe3\ \xad\xb1\x04\x4a\xa9\xa5\x27\x3e\x73\xfb\xa1\xd1\xfe\xfd\x3b\xd8\ \x33\xcb\xc7\x23\xf8\x3c\x1b\xa5\x85\xf6\xce\xe4\x59\xe9\x4d\xff\ \x8e\xbf\xfb\xac\x9d\xd9\x3f\x57\x67\x5f\x89\xa5\x47\x00\xe7\x3c\ \xe3\x17\x9f\x7c\x08\x01\x4f\x7e\xee\xe3\x4f\x0d\x3b\xc5\xe1\xcf\ \x1e\x1a\x4d\x5c\xbe\xbd\xe1\xfd\x96\x83\xdf\xb2\x7f\x42\x76\xe9\ \x54\x21\x91\x49\xae\x3f\xff\xc9\xbf\xf8\xd8\xbd\x27\x31\x6e\xdf\ \xf2\xc6\x37\xf3\x53\x47\x17\xda\xaf\x88\x6a\x35\xc8\x73\x6d\xbd\ \x90\x91\x92\x9c\x9c\xad\x8c\x15\x52\x3a\x5d\x81\x50\x02\x5c\x65\ \x28\x8a\xa4\x27\x60\xe4\x2a\xf3\xcc\xf2\xd6\x28\x84\x39\xf5\xde\ \xff\xfb\x7d\x93\x6f\xf8\xa9\x1f\xfb\x67\xd7\x9b\xd1\xe2\xb1\xd3\ \x6d\x7b\x23\x3b\x71\x62\xe1\x15\xc8\x90\x9e\x2d\x24\x28\x29\x8d\ \xb5\xe3\x71\x5c\x9c\xf3\x20\x55\x78\xe9\x3d\xbb\x90\xd9\xc2\x23\ \x7f\xfa\x3f\xff\x76\xc5\xf0\xd6\xbe\x9b\xde\xfa\xa6\x6f\x99\x6b\ \x70\xce\x39\x79\x5b\x95\x1a\x84\x8a\x95\xe4\xc2\xdd\xff\xd1\x3f\ \x7b\x42\x5f\xf9\x43\x6f\xba\xc5\x14\x05\x63\xa4\x2b\x73\xc1\xc3\ \xe7\x71\xb2\x7e\xdf\x87\xff\xcb\x6d\x27\xde\xf6\x6f\x7f\x7a\x5f\ \x9d\xe7\x27\xef\x78\xef\xef\x7f\xf6\x0d\xef\xfc\x85\x1b\x26\x05\ \x4a\xc5\xc0\x1b\xad\x8d\xf5\x5c\xaa\xa4\x96\xf4\x07\x67\x9e\x3a\ \x46\xaf\x7e\xc1\xee\x7d\xb5\xf6\xca\xa3\x7f\x7f\xc7\x89\xe8\x5f\ \xfe\xf0\x77\x34\x8a\x15\x95\x32\x0e\x24\x64\x24\x05\x77\xa6\x32\ \x1e\xa3\x48\x21\x79\x84\xfc\x53\x7f\xfe\xa1\xc1\xee\x57\x7f\xef\ \xab\xaf\xad\x4f\x6c\xdf\x23\x1a\x48\x24\xa3\x44\x70\x74\x56\x57\ \xda\x72\x19\x45\x92\x03\x90\xd5\x95\x76\x28\xfd\xf0\xfe\xcf\xfc\ \xd5\xdd\x0f\x9d\x5a\x19\x14\x93\x33\x3b\x6f\x78\xf5\xab\x0f\x1c\ \xd8\xdf\x8e\x90\xc9\xb8\x16\x05\x49\x42\x60\x8c\x79\xab\x4b\x6d\ \x37\xb6\x02\xde\x55\x55\x35\xf6\xa8\x41\xe9\x3b\xe8\xde\x01\x80\ \x92\xd2\x5f\x48\x12\x0b\x00\x64\x14\x75\x1f\xb9\xed\x3d\xbf\x7d\ \xdf\x8f\xbd\xfb\x97\x5e\x34\xc5\x1d\x88\x28\x92\xe8\x5d\x59\x55\ \xc0\x64\x14\x49\xf0\xb6\xaa\x34\x8a\x28\x92\xdc\x3b\x53\x69\x2b\ \x54\x2c\x39\x02\xf9\xaa\xaa\xac\x07\x15\x45\x71\xc4\x06\x67\x8f\ \x1c\x2f\xaf\xb9\xf6\xaa\xbd\x4c\xc4\x8c\xab\x9a\x44\x00\x32\x55\ \x15\x16\x4d\x29\x81\x00\x56\x97\xda\x5e\x20\xa4\x31\xc6\xa4\x10\ \x7a\xf3\x68\x83\x3e\xe2\xc5\xca\xaf\x6f\xd9\x96\x7d\x3d\x3b\x77\ \x64\x92\x67\x47\x3f\x7d\xd7\x53\x37\xff\xd0\x2f\x7e\xe7\x55\xc9\ \xd0\xfa\x07\xee\xf3\x0f\x7d\xe4\xf7\x7e\xfd\xe0\xb6\x9b\xbe\xed\ \xbb\x6f\x7d\xc1\xe4\xe1\x83\x1f\xbb\xed\x8e\xc7\x9b\x07\x6e\x7e\ \xd3\xad\x57\x3e\x78\xc7\xbd\x97\x7f\xf3\x1b\xe4\xd1\x4f\x3f\xe6\ \xf6\xbe\xfe\x45\xb5\x4f\xdc\xf6\x70\x14\xdb\x9e\xb8\xfc\x0d\xb7\ \xbe\x80\x9e\xe1\xf9\xe1\x4a\x2e\x3c\xfc\x40\xd7\x8a\xf4\xf1\xcf\ \x77\x5f\x7d\x3d\x17\x52\x49\x8e\xc8\xa4\x14\xf8\xac\xc9\x7e\x59\ \x96\x9f\xfe\xf4\xa7\x6f\xba\xe9\xa6\x4e\xa7\x83\x88\xa7\x4e\x9f\ \x3e\x7a\xe4\xc8\xab\x5e\xf5\xaa\xaf\xc8\x6a\x72\x38\xf1\xd0\xa7\ \xcf\x24\x2f\x7d\xf7\xbf\x7f\x93\xed\xf7\xb8\xb2\x47\xef\xfd\xe4\ \xff\x77\xc7\x13\xb5\x7d\x37\x7d\xdf\xf7\xdc\xaa\x9f\xba\xf3\x6f\ \xfe\xee\x4e\xd8\xf1\xf2\xeb\x9a\xd5\x7d\x1f\xfb\xb3\xd5\xe1\xe2\ \x2b\xf6\x25\xf3\x5d\xf1\xfa\xef\x7c\x55\xec\xcc\x79\x69\x25\x32\ \xa4\x2c\xcd\x97\xe6\xef\xbf\xfd\xc1\xb3\xff\xea\x5b\xb7\xdf\x71\ \xd7\x3d\x27\xcf\xac\x66\x24\xec\xda\xe1\x3f\xff\xcb\x4f\x2c\xf8\ \xa9\x6f\xf9\xae\x37\xde\x70\x59\xeb\xf4\xc3\xb7\xdf\xf6\x99\xc7\ \xfa\x2b\xf3\xee\xc0\x01\x37\x5a\x59\xee\x8b\x4e\x91\xae\x2d\x1c\ \xfe\xc4\x47\xe2\x97\xbf\x78\xc7\x6a\x51\xbf\x86\xfb\xc7\x3f\xfb\ \xb7\x7f\x77\xf0\xe8\x65\xb7\xbe\xf1\x65\x93\xfd\xdb\x6e\xbb\xdd\ \xcd\x5e\xf7\xd6\x37\x7f\x8b\x60\xe9\xa7\xfe\xec\xf7\x16\x16\xbf\ \xe5\x95\xfb\xe3\xb5\x11\x13\x58\x1c\xbc\xed\x8f\x3f\xf7\xe4\xfa\ \x81\x57\x7c\xfb\x1b\x6f\xbd\x7a\xfe\xfe\xbf\xfb\xd8\xed\x0f\x17\ \xa2\xfd\xca\xef\x78\xd3\xcd\x97\x4f\x6a\x6a\xbd\xf6\x5f\xfc\x9f\ \xb7\x5c\xff\xb9\xff\xf6\x91\x27\xdf\xfc\xaf\xdf\xb1\x87\x2f\xdf\ \xfe\xe9\x7b\xe3\x5d\x07\x0e\xdf\xfe\xe7\xb7\xdd\x37\x1f\x4d\x6c\ \xdb\xde\xc6\xf9\xf9\xee\xe5\xb7\x7c\xe7\x77\xbd\xea\xaa\x95\xc7\ \x3f\xfb\xe1\xbf\xbb\x97\x66\xae\x7f\xd3\xf7\xbc\x6e\x5a\x92\x23\ \x12\x42\xcc\xcf\xcf\xcf\xcf\xcf\xdf\x7a\xeb\xad\x61\xee\xda\xbd\ \xf7\xdd\x17\x47\xd1\xf5\xd7\x5f\x7f\x9e\xb2\x3f\x32\x97\x3f\xf6\ \xe8\xe1\xff\xbf\xbd\x33\x0d\x8a\xea\xca\xe2\xf8\xbd\xf7\x6d\xdd\ \xaf\x9b\xa6\xd9\x11\x11\xdc\x90\x1d\x05\x41\x50\x50\x14\x35\x0a\ \x88\x31\x3a\xc1\x98\xa4\x92\x99\xca\x64\x99\x24\x56\x25\x33\x95\ \xa5\x6a\x92\xf9\x92\x44\xf3\x61\x66\x4c\x4c\xd5\x58\x13\x4d\xcc\ \xa4\x12\xc7\x88\x49\x70\x21\x46\x34\x8a\x12\x37\x50\x81\x66\x6f\ \x68\x16\x81\x66\x5f\x7b\xef\xf7\xee\xbd\xf3\xa1\x85\x41\x41\x27\ \x35\x63\xa6\x92\xf8\x7e\x5f\x5e\x77\x75\xbf\xd7\xe7\x9c\x77\xeb\ \xf4\xed\x73\x4f\xdf\x3f\xa4\xd6\x6b\x95\xa6\xe4\xdc\xf8\xa1\xe6\ \x8a\xa2\xe3\x67\x86\xc5\xb9\x9b\x7f\xb5\xd1\x6b\xe0\xea\xc7\x85\ \x25\xee\xa0\xb8\xfc\x87\xd6\xd9\x2a\x8f\x1f\x39\x57\xef\x17\x9b\ \xb9\x65\x75\x9c\xa1\x68\xff\xd9\xda\x3e\xce\x67\x4e\xde\x43\xb9\ \x11\xfe\xe0\xea\xc9\x83\xe7\xaa\xbb\x06\xfb\xfb\x62\xb2\xf9\xb1\ \x7e\xd3\xa8\x77\x68\x47\xf9\xd1\x2f\x4b\xea\x65\xde\x6f\x79\xce\ \xc6\xd4\x48\x3f\x73\xd5\xf7\xc7\x4e\x5f\x19\xa5\x9a\x25\xeb\x36\ \xaf\x88\xf4\x93\x64\x7c\xeb\xac\x9f\xed\xee\xee\xae\x6f\x68\x58\ \x99\x99\x09\x00\xe0\x79\xbe\xa2\xa2\x42\x96\xe5\xa4\xa4\x24\x25\ \xbf\x2b\xfc\x5c\xb8\x67\x35\x77\x4a\x64\xac\x0e\x49\x89\x0b\xb9\ \x72\xf4\xb3\xa2\xf2\x36\x41\xad\xa2\x14\xcd\x4d\x5e\xb3\x3a\x5e\ \x7b\xb6\xe8\x94\xa9\xbd\xea\xeb\x93\xb5\x29\xd9\x79\x3a\xf3\xa5\ \x13\x65\x0d\xfd\x3d\x2d\x6d\x1d\x3d\xa6\xba\xb3\xc7\xce\xb7\xda\ \xba\x8d\x86\xb6\x51\xbd\x8f\xbf\x8f\x4e\x75\xc7\x0a\x2e\x64\x78\ \x32\x70\xb1\xac\x7d\xe5\x13\x8f\x86\xb9\x5b\x2b\xda\x86\xd8\x1f\ \xfc\x83\x5d\x14\xc5\x9a\xda\xda\xf7\xdf\xdf\x8d\x10\xb2\xd9\x6c\ \x3b\x77\xbe\xdb\xd3\xdb\x3b\x55\xdb\xe5\x9e\x80\x31\x08\x8d\x4a\ \xf6\x1e\xbe\xb6\xff\x40\xd1\x80\x2c\xb8\xcd\x95\x87\x4f\xd6\x24\ \xae\xdf\xe0\xd3\x73\xa1\xf0\xa2\xf1\x46\x4d\xc5\x48\xe0\xe2\x4d\ \xab\x17\xf1\x00\xce\x4f\x59\x95\xbf\x21\x2b\xd4\x4f\xab\xf3\xf6\ \x42\x94\x4e\xeb\x38\x02\xf2\xa8\x83\xc4\xa4\xa6\x59\x1b\xae\x34\ \x36\x35\x35\x8f\xa8\x53\xe2\xe7\x3a\x46\x7b\x8b\x0f\x7f\x6d\x0b\ \x4b\x5f\x13\xc9\x1c\x2f\xfc\xb6\xa3\xa3\xe5\xc8\xb1\xd2\x90\xd4\ \x75\xcb\x62\x42\x18\x08\x2d\x66\x63\x95\xb1\x97\x40\x14\x12\xb5\ \x62\xeb\xd6\x75\x5a\x4b\x67\x4d\xab\xb9\xab\xf6\xc2\xb1\x4b\x5d\ \xcb\x72\x37\x2d\x9e\xeb\xef\x3d\x23\x6a\xeb\x13\xdb\x82\xad\xb5\ \xdf\x95\x35\x62\xa4\x49\x58\x99\x93\xbf\x3e\x83\x19\xac\x37\x34\ \xf7\xb5\x5e\x3f\x71\xaa\x91\xcd\xdd\x90\xde\x7e\xee\x68\x99\xa9\ \xd7\x54\x53\xc7\xcd\x4b\x7f\x20\x5e\x75\xaa\xf0\xf4\x08\xf5\x6c\ \x49\xee\xd9\x0e\x16\x01\x00\x80\x96\x56\x44\x2a\x00\x00\x08\xee\ \x49\x44\x41\x54\x6c\x6f\xa8\xaa\xea\xb7\x39\x8c\x35\x8d\xc1\x49\ \xeb\x23\xf9\xce\x6b\xdd\xfc\xba\xac\xa8\xaa\x33\x25\xed\xed\x35\ \x5f\x1e\x2b\x8f\x5a\xbd\x79\x96\xbd\xb2\xf0\xbc\x89\xe5\x19\x00\ \x00\xa5\x54\xab\xd5\x1e\xf8\xe7\xc1\xa2\xa2\x22\xad\x97\xae\xa2\ \xa2\x72\xf7\xee\x0f\xa6\xdf\x9d\x1f\x71\x8e\xfe\x3a\x43\xb7\xf6\ \xd7\xcf\xe7\xf6\x57\x5c\xea\x75\xc9\x86\x92\xa3\x3d\x5e\x49\x8f\ \x6e\xc9\xf2\x71\xb7\x17\x7c\x71\xc2\x3b\x71\xdd\x86\xcc\x24\xb9\ \xeb\xd2\x97\xdf\xb5\x65\x6d\xc9\x93\x1b\xcf\x5d\xbc\x56\x5f\xdb\ \x68\x8e\x5c\xf1\x60\x34\x6a\x39\x7e\xb1\xa1\xa7\xfa\xfc\xd1\xab\ \x83\x2b\x72\xb2\x23\x02\x44\x40\xb1\xd9\x68\x68\xed\x19\x6b\xab\ \xaf\xe5\xe7\x67\xad\x59\xc0\x14\x9f\x3c\xdf\xdb\xd5\x7c\xb8\xb0\ \x24\x24\xe3\xc1\x64\xdd\x58\x45\x83\x19\x4e\x29\x74\x79\xac\x2d\ \x2c\x3c\x72\xa8\xa0\x40\xeb\xa5\x33\x1a\x8d\x7f\xfe\xcb\x5f\x27\ \xb4\xa1\x15\x14\xee\xb3\xb2\x0c\x95\x25\xa8\x5d\xbd\xf5\xd9\xd9\ \xd5\x65\xc5\x27\x0f\x7e\xd2\xbf\x6e\x0e\xaf\xf2\x9f\x39\x3b\x71\ \x81\xdf\x45\xc3\x79\xa3\xb1\x9e\x09\x4d\x5a\xb9\x38\xb1\xdb\x52\ \xff\x69\x93\x35\x6d\x56\x70\x63\x5d\xa5\x0f\xa3\x0f\x62\x47\xca\ \x2b\xec\x7e\xe1\x51\x8b\xd2\x33\x39\xb7\xdd\xe6\x70\x4f\xdb\xdf\ \xc0\xb0\xac\xad\xd3\x58\xdb\xe1\xca\xcb\x0b\x03\x1a\xe9\x7a\x59\ \xe3\xe2\x64\xc6\xb3\xe2\x36\x69\xdb\xe4\xe9\x8c\xa2\x14\x00\xf0\ \xcc\xd3\xcf\xbc\xf6\xfa\xeb\xef\xec\xd8\x31\x34\x38\x14\x18\x10\ \xb0\x35\x3f\xff\x47\x12\xa8\xc3\xb2\xe4\x1b\x91\xb9\xfd\xc5\xb0\ \x0b\x67\x8a\x3f\xf9\xb0\x3d\x31\x42\x50\x85\x2f\xca\x48\x4e\x1c\ \x73\x55\xef\xad\x6c\x73\xeb\x38\xff\x90\xd9\x61\x33\xfd\xbb\x00\ \x50\xeb\x7c\x03\x7d\xbc\x80\x26\x2d\x2c\x8a\xda\x6c\x0e\x32\x9d\ \xd7\x08\x60\xab\xc3\x35\x33\x22\x51\x33\x50\x5f\xf0\xf9\x57\xc1\ \x49\x79\x91\x23\x97\x7b\xcd\xa6\x5e\xab\x66\xcd\x9a\xe5\xf1\xc4\ \xff\x8a\xa1\xa8\xae\xda\x68\xd7\x47\xac\x58\xb1\x10\xa3\x8a\xeb\ \x46\x0a\x19\x4e\xe0\x18\x4a\x81\x20\xea\x03\xfc\x7c\xad\x3c\x2f\ \x0a\xb4\xad\xb5\xdd\x3f\x26\x2d\x3d\x39\x01\x3a\xad\x2d\x86\xd2\ \xb3\x97\xeb\x4c\xad\x03\xf3\xa3\x5c\x98\x20\x9d\xbf\x7f\x90\xde\ \x7b\x88\xe5\x05\x9e\x76\x36\x76\x85\x25\x3d\x9c\x98\x18\x36\x58\ \x55\xde\x7c\xa3\x2b\x88\x15\xfd\x43\x66\x25\xc6\xfa\x96\x5c\x3d\ \x3b\xea\xa6\x7a\x6e\x62\x27\xf4\x9b\xe2\x07\xbc\x20\x30\x90\x22\ \x5e\x0c\x0a\x9d\x17\xef\x1d\x5d\x6b\xf4\x8e\x5c\x14\x1d\x7a\xf1\ \x46\x4f\x4b\x6b\x6f\x77\xa7\xbb\xf4\x8c\xa3\x77\x54\x2d\x0e\x4b\ \x08\x22\x00\x30\xc6\x81\x81\x81\xbf\x7b\xee\xb9\x1d\x3b\x77\xf6\ \xf5\xf7\x9f\x2a\x3e\xf5\xd8\xe3\x8f\x27\x24\x24\xd8\xed\xf6\xdb\ \xab\x6f\x02\x6a\xba\x7e\x75\x08\xfa\x86\x06\xcd\x64\x86\x4e\x97\ \x37\x5a\x53\xd3\x57\x19\x0e\x97\x1e\x3f\xa7\x5a\xb5\xc0\x39\xcc\ \x85\x6f\x59\x93\x1a\x0c\x71\x6b\xe9\x71\x53\x4f\xd7\xe5\xb3\x25\ \x5d\xdd\x23\x7a\xdb\x18\x54\xeb\x43\x66\x47\x2f\xe0\xea\x8c\x8d\ \x83\x26\x63\x87\x4f\x7c\xda\xd2\xc4\x85\xce\xea\xd3\xed\x94\xb0\ \x9c\xc0\x32\x00\xb2\xaa\x80\x90\xb9\xc9\x73\xd8\x0b\xa6\xaa\xb6\ \x46\x93\xc3\x2f\x7a\x55\x7a\x7c\x6f\x4f\x49\x3d\x9e\x66\xec\x60\ \x8c\xf5\x7a\xfd\xf6\xed\x2f\xbe\xf9\xe6\x9f\xac\x56\x6b\x69\x69\ \x69\x6e\x4e\xce\xd2\xa5\x4b\xa7\x58\xab\xa0\x70\x1f\xcc\xdc\x01\ \x44\x50\xb2\xf5\x0c\x8c\xcd\x5a\xb4\x3a\x67\xd9\xac\x96\xea\x6a\ \x0b\x81\x04\x63\x19\x13\x4a\xb1\xa8\x0f\x70\xf5\xb5\x76\x5a\x6c\ \x2d\xed\x9d\x48\x13\xb4\x30\x3e\xbc\xf9\x6a\x69\x37\x4d\x5c\x1b\ \xde\x79\xf0\x72\x57\x74\xe4\x5c\x6b\x57\x93\xb1\x63\x08\xa0\xe9\ \x65\x89\x58\x84\x9b\xeb\xab\xfb\xc7\x46\xcf\x1d\x3d\x54\xdd\xef\ \xe8\xae\xbb\xda\x6e\xa5\x54\x72\x62\x00\x5c\x2e\x97\x84\xef\xd6\ \xf1\x86\x31\xd6\xe9\xbc\xde\x78\xe3\x8f\x06\x83\x41\x96\xe5\xd7\ \x5e\x7b\x15\xdc\x59\x79\xe3\x7f\x8d\x01\x04\xb6\xa1\x6e\xbb\x2a\ \x2c\x77\x53\xb6\xb7\xa5\x65\xc0\x89\x5c\x83\x5d\xdd\x63\x36\x93\ \xc9\x2c\xf8\xfa\xb0\x80\xc8\x58\x06\x94\xb2\x0c\x18\x19\x19\xb1\ \xbb\x65\x4b\x7f\x5b\x5d\x73\x17\x46\xcc\x1d\x24\x0c\x64\xbb\xdd\ \x46\xd5\x41\xa9\x71\x21\xbd\x3d\xd6\x85\x4b\x62\x38\xec\x74\x63\ \x51\xcf\x58\x9b\x5a\x7b\x86\xcc\x37\x86\x64\x61\xe6\xac\x60\x38\ \xd2\x61\xea\xb0\x4b\x32\x96\x31\x01\x37\x85\x71\x28\x26\x98\x00\ \x42\x29\x91\x09\xf2\xd5\x7b\x0d\xb4\x99\xfa\xc6\x9c\xae\x51\xf3\ \xc9\xaf\x4e\xf9\xa5\x6d\xda\x90\x11\x85\x64\x82\x10\x19\x1c\x1e\ \x75\x48\x92\x4c\x30\xa1\x8c\xde\x5f\xd3\xdb\xd6\x6c\xb3\xf5\xb5\ \x9b\xc7\xfc\xf4\xde\x80\xc8\x04\xcb\x32\xb9\x4d\xe1\x8d\x4e\x56\ \xa0\xa7\x1e\xb9\x3c\x8c\x6f\x4a\x70\xca\x04\x63\xca\xeb\xb4\xa2\ \xef\x8c\x94\x55\xb9\xcf\x6e\xff\xc3\x6f\x36\x2e\x24\x4e\xc9\x73\ \x82\xcb\xe5\x5a\xb2\x24\xf9\xd9\x67\x9e\x3e\x70\xe0\xc0\xfa\xec\ \xf5\x0f\x6e\xcc\x73\x38\x1c\x53\xc6\x23\xc3\xb9\xfb\xca\xab\x6f\ \x38\x86\x9b\xbe\x28\x28\x1e\x76\x5a\xab\xae\x57\xaa\x23\x32\x5f\ \x78\xe1\x31\xc9\x50\x74\xae\xce\x2a\xc8\xfd\xcd\x37\x86\xdc\x6e\ \x17\x54\xfb\x07\xf8\x86\x66\x64\x3f\xfc\xd2\xeb\xaf\xe4\x24\x85\ \x4b\x0e\x87\x8c\x65\x02\x28\x26\x8c\x5f\x80\x6e\xb8\xc5\xd8\x6b\ \x75\xca\x6e\x09\x93\x71\xad\x20\x4a\x30\xc6\x98\x60\x42\x81\x46\ \xe7\x45\x46\xba\xbb\x07\x9d\x0e\x97\x1b\xdf\x61\x20\xb8\x5c\xae\ \xd8\xd8\x98\x97\x5f\x7e\xa9\xa0\xe0\x70\x6a\x6a\xea\xb6\x6d\x8f\ \x38\x9d\x4e\x25\x5f\x28\xdc\x9f\x35\x77\x06\x61\x4b\xd9\xb7\x87\ \xaf\xb7\x5b\x09\x61\x32\xf2\xf2\x75\x4d\xc5\x0e\x16\x01\x88\x04\ \x9e\x0b\x5e\xb0\x7c\x45\xdb\x3f\xfe\xf6\xce\x5b\xbc\xef\x9c\xcd\ \x5b\xe3\x7d\x82\xac\xf3\xfd\x78\x7e\x76\x6c\x94\x6e\xc8\xa7\x7e\ \x74\x7e\x44\x70\xcb\x37\xfb\x2e\xba\x63\x9f\xda\x94\x42\xa5\x69\ \x96\x3a\x89\xdb\xd9\x6c\x1a\x5b\xfb\xdb\xdf\xe7\xa7\x86\x48\x56\ \xf3\xa7\x7b\x3e\xef\xb2\x44\x69\x9c\xb5\x6d\xc3\x91\x21\xc2\x58\ \x6d\x7d\x67\xe8\xc2\x10\xe0\xbe\xe3\x64\xdc\xe5\x72\xcd\x08\x0e\ \x7e\x6f\xd7\x2e\x41\x10\x54\x2a\xd5\x8f\x57\x36\x65\x18\x76\xa4\ \xb5\xfc\xc0\x49\x83\x84\x65\x75\xf8\xb2\x9c\xec\x8c\xc6\xe2\x43\ \xfb\x76\xbc\xcd\xe8\x67\x6f\x7b\x2a\xc1\x72\xba\x4a\xcd\x31\x32\ \x86\x73\xa2\xe3\xd9\x4b\x5f\xec\xda\x63\x59\x31\x87\xd4\xf6\x68\ \x1e\x7f\x32\x97\x93\xdd\xb7\x77\x74\x42\x48\x09\x81\x2c\x2b\x30\ \xd0\x37\x36\xf3\xe5\x57\x92\x82\xbd\xc1\x35\x95\x00\x51\xe0\x03\ \x39\xa9\x1f\x1d\xda\x5d\x86\xd4\x49\x6b\xb7\xc4\xc4\x85\x61\x73\ \xc3\xb1\x0f\x77\x38\x1d\xb6\xd0\xf4\xc5\x9c\x60\x56\x0b\x2c\xe2\ \x04\x51\xe0\x28\xa5\x88\xe3\x59\xc4\xcf\x4b\x49\x89\x33\xee\xdf\ \xfd\xce\x5b\xf3\x92\xb3\xa2\x12\x23\xbe\x3f\xf1\x99\xdb\x6a\x8f\ \xdb\xb0\x32\x6e\x7e\xcc\xa5\x8f\xbf\xde\x35\x34\xb8\x2c\x5c\xd4\ \xf0\x5c\xf4\xf2\xf5\xf5\xfb\x3f\x7b\xfb\xad\xb3\xbe\x11\x4b\x37\ \xc5\x87\x95\xd5\x71\x02\xc7\x00\xc8\x88\xa2\x7a\xfc\x2b\x97\x02\ \x86\x13\x45\x35\x02\x14\x00\xa4\x16\x45\x16\x42\x5e\x2d\xb2\x0c\ \x80\x2c\x2f\xaa\x38\x00\xa0\xc0\x31\x9a\xd0\x45\xd9\xa9\x9d\xc7\ \x0a\xf6\x7d\xaf\x9f\xb9\xf6\xe1\x47\x12\xd5\x50\x1a\xf7\xcd\x66\ \xb3\x67\x65\x65\x45\x44\x44\xcc\x98\x31\xc3\xa3\x7b\x39\x25\xb7\ \x33\x96\x0e\x73\x3f\x13\xf6\xfc\xab\x4f\x47\x05\x08\x03\x35\xa7\ \xf7\x1e\x37\x5d\xf8\xa6\xe7\x7a\x55\x8b\x24\xce\xca\x5b\x92\xc1\ \xf9\x58\x0e\xed\x79\xb7\x24\x34\x21\x7f\x73\xd6\x9a\xe8\x83\x05\ \x7b\xf7\x68\x43\x13\x1e\x59\xbf\xc8\xcb\x4b\x64\x21\x80\x0c\xc7\ \x23\x18\x96\xba\x36\xa5\xe5\xd3\x0f\xde\x7d\xdb\xee\x40\xab\x17\ \x6a\x99\x31\xb5\xc0\x79\x42\x02\x29\x64\x05\x8e\xd5\xcf\x4d\xcc\ \x8a\x6d\x3a\xf2\xf7\xf7\x46\x6e\x34\xfa\xae\x5d\x79\xa7\xa6\x25\ \xbb\xcd\x9e\x96\x9a\xfa\xd1\xbe\xbd\x81\x81\x81\x13\xeb\xc0\x0a\ \x0a\x3f\x17\xee\xad\x12\x13\x95\x25\xb7\xcb\x25\x21\x5e\xad\x15\ \x05\xec\x76\x13\x88\x10\xa4\x84\x50\xc4\x70\x2c\xc4\x16\x8b\x95\ \x51\x7b\x89\x1c\x94\x09\x85\x84\x50\x84\xe0\xb8\x54\x15\x96\x25\ \x02\xd0\x5d\x2a\xe9\x58\x26\x2c\xcf\x41\x4a\x00\x84\x54\x96\x30\ \x60\x00\x95\x09\x64\x59\x20\x4b\x04\x72\x2c\xf3\x1f\x8d\xfb\xff\ \x34\x3c\x50\x82\x5d\x4e\xa7\x4c\x91\xa8\xd5\x72\x0c\x04\x44\xb2\ \x5a\xec\x8c\x5a\x2b\x72\x50\x92\x64\x0a\x21\x82\x10\x21\x84\xdd\ \x0e\xbb\x8b\x08\x02\x0f\x00\x60\xef\x6c\xbc\x47\x60\x1e\x22\x96\ \x63\x3d\x1a\x8c\x84\x02\xc4\xf3\xac\xcb\x36\xe6\xa4\x9c\x4e\xab\ \x26\x98\x30\x0c\xb0\x5b\x2c\x6e\xca\x8a\xa2\x80\xa8\x47\x0c\xd9\ \xa3\xe5\x0b\x3d\xfa\x92\x0c\xc7\x21\x22\x59\x2c\x36\xc8\x8b\x1a\ \x15\x63\xb3\x58\x08\xe2\xd5\x6a\x15\xc7\x40\xb7\xc3\xe6\x94\x91\ \x4a\xc5\x41\x00\x59\x8e\x03\xb2\xc3\x62\x97\xd4\x5e\x5e\x1c\x20\ \x92\x8c\x01\x84\x08\x02\x42\x3c\xd7\x1a\x9f\xb9\x53\x3a\xa1\x3b\ \x08\x11\x02\x84\x80\x49\xef\x22\x84\x40\xc4\x72\x0c\xb5\x59\xad\ \x12\x41\x2a\x51\x3d\x75\xbd\x9b\xe7\xf9\xbb\xe4\x4a\x4a\x08\x01\ \x88\x63\x3d\xba\xf5\x00\x4b\x92\x8c\x65\x97\x4b\xe2\xd4\x5a\x51\ \x60\x21\xa4\x76\x8b\xc5\x4d\x19\x51\xa3\xe1\xa1\x6c\xb1\xd8\x30\ \xe4\x44\xb5\x00\x29\x01\x37\xc7\x1a\x60\x58\x9e\x01\xd2\xd8\x98\ \x15\x72\x6a\xb5\x8a\xa5\x78\x72\x48\x28\x01\x88\xc5\xd6\xca\x4b\ \x25\x86\xd6\xfe\xde\x6e\x4b\x5a\xfe\x93\xab\xe6\xeb\xa7\x6d\x98\ \x99\xb0\x56\x1e\x6f\xb5\x52\x50\xb8\x6f\x93\xfb\x64\xf5\x45\x3a\ \xa1\xf1\x37\xe9\xf8\xef\x3a\xb8\x47\x79\x90\x4e\x39\xde\xe5\xca\ \x13\x2f\xc3\x71\xa9\xc7\x9b\x6b\x5c\x3f\xad\x39\xd5\x2d\x31\xb8\ \xc5\xeb\x49\x3e\x4c\x5e\x9a\xfb\xa1\x6e\x83\xdb\x43\x79\x4b\x40\ \x6e\xf9\x8c\x89\xd3\xa6\xc6\x7e\x42\x33\x74\xf2\x75\xc0\x34\xb7\ \xe8\xf6\xdb\x77\xbb\x45\x37\x1f\x8c\x2b\x48\x8e\x3f\x9b\xe6\x5e\ \xff\x17\x11\xbc\xdd\xb5\x29\x01\x9d\xea\xd5\x74\x63\x6d\x9a\x90\ \x40\x84\xa0\x6c\x6f\x33\xd6\x77\x0c\xb9\x7c\x43\x23\x62\x66\x07\ \x82\x9f\xde\xff\xe0\x14\x14\x7e\x72\xc9\x5d\x41\xe1\x67\x31\xec\ \x39\x41\xe0\x18\x48\x64\xc9\xe5\x96\x95\xcc\xae\xf0\x8b\x84\x55\ \x42\xa0\x70\xff\x41\x25\x97\x53\x52\xc2\xa0\xf0\x8b\x46\xd9\x15\ \x52\x41\x41\x41\x41\x49\xee\x0a\x0a\x0a\x0a\x0a\x4a\x72\x57\x50\ \x50\x50\x50\x50\x92\xbb\x82\x82\x82\x82\xc2\xbd\xe1\x5f\x40\xd0\ \x5d\x62\xaf\x2d\xfa\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x01\x63\x63\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x00\xf8\x08\x02\x00\x00\x00\x95\x01\x83\x12\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x7c\x15\xc5\ \xda\xc7\x9f\x99\xd9\x72\xfa\x39\xe9\x24\x81\x24\x84\x5e\x14\x90\ \x8e\x0d\x41\x05\x05\x41\xac\x58\xae\x57\xc1\x86\xbd\x60\xc3\x82\ \xd8\xbd\x2a\x2a\x2a\x8a\xa0\x72\xbd\x88\x62\x41\xb0\x02\x02\x52\ \x2c\x48\x93\xde\x21\x40\x12\xd2\xcb\xe9\xdb\x66\x9e\xf7\x8f\x93\ \xc4\xd0\x14\xcb\x7d\xaf\xc0\x7e\x73\x3e\xf9\x9c\xb3\x67\xcf\xec\ \xec\xec\xee\x6f\x9e\x79\x66\xe6\x19\x82\x88\xe5\xe5\x65\x1f\xcd\ \x78\xef\xe7\x9f\x57\x6a\x5a\x0c\x80\x80\x8d\x8d\x8d\x8d\xcd\x51\ \x8e\x54\x56\x56\xfa\xd0\x83\x77\xeb\xf1\x98\x40\x62\x2b\xbb\x8d\ \x8d\x8d\xcd\x31\x22\xee\x1f\xce\x78\x2f\x16\x8d\x70\x8e\x84\xd8\ \xca\x6e\x63\x63\x63\x73\xac\x88\xfb\xca\x15\x3f\x59\x5c\x00\x02\ \x22\x36\xfe\x82\x10\x52\x2f\xf7\x88\x07\x7d\xdb\x68\x1f\x48\xd8\ \xfb\x88\x78\xc8\x7d\xf6\xdf\xed\xb0\x49\xd9\xd8\xd8\xd8\xd8\xfc\ \x95\xe2\x1e\x8d\x46\x28\xa5\x8d\x37\x21\x40\x24\xa6\x05\x18\xf1\ \x33\xca\x08\xc4\x05\x54\x9a\x96\xac\xaa\x8c\xed\xb7\x1b\xe7\x5c\ \xd3\x4d\x45\x56\x09\xa5\x88\xc0\xb9\x29\xb8\xe9\x72\x39\x0f\x38\ \x40\x3c\xae\x01\x61\x92\xa4\x10\x82\x28\xd0\xb4\x34\x45\x96\x25\ \x89\xfd\xe5\x67\x42\x08\x34\xae\x35\x84\x40\xd3\xb2\x1c\x8a\xfc\ \x2b\x35\x89\x40\xb4\x4c\x4b\x51\xa4\xbf\x9f\x3f\x0a\x85\x00\xc3\ \x30\x1d\xaa\x0c\xbf\xa7\x45\xc5\xb9\xe0\x9c\x2b\x8a\x6c\xdf\xd9\ \x36\x36\xc7\xbb\xb8\x23\xa2\x10\xa2\xb1\x95\x5d\x5d\x13\xbe\xfd\ \xa4\xe6\x7d\xd2\xdc\x2a\x72\x0a\x60\x00\xa9\xb2\xc8\x9d\xdf\x6e\ \x24\x2e\x87\x22\x4b\x89\xdd\x4c\xd3\x8a\xc6\x8c\x33\xcf\xec\x2f\ \xd7\x6f\x01\x80\xd2\xb2\xf2\x9f\x57\xaf\x4c\x0a\xf8\x12\xb6\x39\ \x21\x24\x18\x8c\xb4\x6b\xdf\x31\x27\xa7\x69\xc3\x3e\x96\xc5\x17\ \x2d\x5a\x2c\x4b\xa6\xa2\x28\x87\xcb\x13\xa5\xa4\xa1\x9e\x11\x47\ \x60\xe6\x13\x40\x4d\x27\x7b\x8a\x4a\xda\xe6\xa5\x08\xa6\x00\x00\ \x02\x8d\x71\x7f\xab\x96\xbe\x9a\xad\x9b\xe3\xaa\xfb\xc0\x64\x01\ \x84\x40\x00\x1a\xe5\x9e\xe6\xf9\xe9\xda\xee\xf5\x21\xea\x3a\x7c\ \xea\xd4\x30\x74\x45\x96\x7f\xb3\x6a\x69\xf0\x6b\xfd\x15\xad\x13\ \x16\x15\xbe\x4e\xdd\x5a\xc6\xd6\x2c\xdc\x47\xbd\x47\xaa\xec\xc8\ \x2c\x96\xda\x22\x47\xae\x28\xd8\xad\x4b\xaa\x7d\x73\xdb\xd8\x1c\ \xcf\x50\x21\x12\xae\x92\xba\x57\x65\x6d\x64\x44\x8b\x94\x7e\x1e\ \x4b\x0e\x55\xf2\x48\xad\x19\xa9\x65\x91\x9a\x34\xad\xfa\x83\xfe\ \xad\x9c\x86\xd1\xb0\x9b\x69\xe1\xe0\xf3\xce\x11\xc2\xd2\xb4\xb8\ \xae\x6b\xba\x1e\xd7\xb4\x78\x5a\x6a\x52\xeb\xd6\x6d\x6b\x83\xe1\ \xc4\x3e\xc1\x60\xa4\x59\x4e\x6e\xd3\xa6\x99\xa6\x69\x34\xbc\x10\ \xf9\xc0\x73\xce\x12\x28\x71\x2e\x1a\x1f\xb7\xe1\xa5\xeb\x16\xf3\ \x66\x26\x25\x67\x26\xa7\x64\xfa\xdc\x6e\x8c\xc7\x08\x26\x4c\x72\ \x02\x40\xa0\x7e\xb7\x3a\x55\x07\x40\x04\x9d\x2b\x4a\x93\x3e\xf3\ \x17\x4e\xef\xe1\x8c\x08\xce\x01\x20\xaa\xd1\xd6\x7d\x2e\x1b\x3b\ \xe6\x22\x5a\x15\x4d\xb8\x8b\x34\x5d\x92\x7c\xd9\x75\xc9\xba\xdc\ \x18\x8f\x5a\xc2\x79\xe2\x59\x43\x1e\xb9\xfd\x9a\x74\x2b\x02\x40\ \x1a\xe7\xa1\x21\x65\xc3\x92\x65\x5f\xd3\x13\xda\xb7\x73\x5a\x71\ \xac\xdf\x27\x71\x68\x44\x10\xbf\xfc\x84\xc4\xd1\x1b\x48\xce\x4c\ \x4e\xce\x4c\x4e\xce\xf0\x3a\x64\x2b\x1c\xc1\xfa\x82\x6d\xa4\xf8\ \x80\x8d\xde\xd7\xbb\xc2\xc8\xc1\x67\x64\xa1\x9c\x94\xd5\xfe\xd6\ \x9b\xfe\x91\x03\x91\xc4\x05\xda\x2f\x11\x04\x68\x94\xc9\xc4\x8b\ \x00\x84\x0d\xd7\xb0\xab\x6e\xba\xed\x86\xfe\x2c\xaa\x89\xfa\x34\ \xeb\x77\x40\x3c\xe8\x27\xf6\xcb\x7e\xd9\xaf\x63\xf8\xb5\x9f\xe5\ \x6e\x71\xd1\xda\x49\xce\x4f\x27\x5a\xb8\xb6\xc6\x10\x49\x0a\xa5\ \x04\x76\x45\xad\x2c\xa7\x64\xc5\x23\x57\xe5\x79\x5e\x2d\x88\x3a\ \x5d\x8e\x68\x2c\xde\xae\x5d\xfb\x60\x6d\xf0\x00\xfb\xd4\x34\xcd\ \x9c\x9c\x66\xfb\x8a\x8b\x4d\xd3\x22\x94\xa8\x0e\x67\xeb\xd6\x2d\ \x0c\xc3\x98\x37\xef\x1b\x4a\x09\x00\x41\xc4\xf4\xf4\xb4\x0e\x1d\ \x3a\x74\xe8\xd0\x6e\xdd\xda\xb5\x4e\xa7\x7a\xb0\xa3\x3f\x54\x55\ \x7b\xd3\xf3\x13\x3b\xb8\xd0\x29\x13\x3d\x16\xa9\xdd\xfc\xcd\xe8\ \xe7\x67\x11\x55\x2d\x2d\xaf\xe0\x9c\xa8\x2e\x47\xb3\x0c\xbf\x29\ \xd4\xb2\x92\x62\xcd\xe4\x84\x4a\x19\x29\x2e\x8f\xd7\x5f\x5b\xb5\ \xed\xe3\xf7\x3f\x5c\x53\x49\x85\x47\x29\x29\x2a\x89\x44\xa3\x39\ \x86\xa9\xe9\x12\x12\x40\x81\x48\x68\xa8\x9a\x5f\xff\xdc\xbd\x9d\ \xdd\xc2\x21\x51\x53\x8b\x54\x6d\xfa\xf6\x9e\xe7\x67\x72\xcb\xd2\ \x74\xa3\xb8\x2a\xbc\x3d\x2e\x72\x33\x03\x4c\x51\x08\x65\x95\xd5\ \xa1\x50\x6d\x2d\x50\xb9\x79\x56\x40\x13\x9e\x41\x97\x5e\x72\xba\ \xbb\x6c\xd4\xbc\x6f\xe2\x6a\x4a\x76\x13\x8f\xce\x49\x45\x49\x69\ \xcc\xe0\x01\xaf\xab\x49\x5a\xc0\x4a\x08\x28\xa8\xae\xdc\x8e\xf7\ \xdd\x36\xcc\xa1\x38\x64\x09\xb5\x68\x2c\xb8\xef\x87\xe7\x1f\x9b\ \x1a\xf2\x24\xc5\x0d\x51\x55\x5a\x16\xe7\x90\x9e\xe4\x49\x4d\x49\ \xda\xb7\xb7\x28\x06\x52\xcb\x66\x19\xa5\x25\x55\x31\xa4\xcd\xb3\ \xd3\x0a\x77\xee\x94\x3c\xce\xe4\xa4\xf4\x92\x92\x62\xdd\x14\x48\ \x68\x66\xaa\xcf\xe9\x55\x50\x08\xdd\x30\x05\x12\x44\xa1\x73\x52\ \x59\x5a\x1a\x33\x31\xd9\xef\x4a\x4f\xf1\x73\x60\xc5\xfb\x4a\x63\ \x9a\x49\xa8\x94\xdb\xc4\x23\x39\x5c\x96\x90\x4b\x8b\x8b\x62\x56\ \x79\x5c\x37\x0c\xc3\x42\x44\x4b\x90\x8a\x92\xd2\xa8\x66\x7a\xbd\ \xce\xac\xb4\x64\x0b\xa4\xf2\x8a\xf2\x68\x24\xce\x91\xe4\x36\x4b\ \x97\xff\x0b\x6e\x31\x1b\x1b\x9b\xbf\x9b\xe5\x2e\xb0\x1e\xdd\xb4\ \x86\x64\x28\xf1\x9a\x2a\x11\x0f\xff\x54\xad\xbd\xb1\xa5\xea\xe7\ \xd2\xda\x97\x76\xc7\xb5\x78\xcc\x8a\x45\x3a\xca\x7a\x34\xa6\x01\ \x60\x2c\xa6\x7b\xbd\x1e\xc3\x30\x38\xb7\x84\xe0\x0d\x2f\xd3\x34\ \xa3\xd1\x70\x4e\x6e\x8e\x69\x9a\xdc\xe2\x59\x59\x59\x91\x48\xc4\ \x34\x0d\xb7\xdb\x7d\xee\xb9\xe7\x9e\x73\xce\xc0\xa1\x43\xcf\x4b\ \x6c\x51\x14\x59\xd3\x4d\x3c\x0c\x54\x76\x56\x7c\x72\xcb\x89\x5d\ \x07\x3e\xb2\x20\xda\xf4\xe4\xd3\x5b\x58\xa6\x38\x61\xe8\xdc\xb9\ \x5f\x2e\x5d\xfc\xc5\x07\x13\x1e\xc8\x75\xf2\x38\x6d\xfa\xca\xb4\ \xe9\x4b\x16\x7f\xbd\xf4\xab\xa9\x37\x5d\x78\x9a\x64\xc4\xfd\xbe\ \xdc\xc1\xc3\xaf\xee\xee\x89\x87\x95\xfc\x47\x27\xbe\xf3\xfd\xd2\ \x6f\x1e\xbd\xac\x35\x41\x44\x04\x81\x02\x85\x40\x00\x22\xa9\xc1\ \x2f\xef\xeb\x73\xda\xd0\x3b\x66\x94\x36\xeb\x73\x5a\x17\xc5\x34\ \x01\x88\xe4\x79\xf9\xf3\x45\x8b\x67\xbf\x31\xb0\x63\x13\xd4\xf5\ \x2a\x33\xe9\xf2\xdb\xc7\x2e\x58\x38\x6f\xc1\x27\xaf\xf4\x6b\x97\ \x21\xe2\x11\x04\xe1\xc9\xee\xfc\xd1\xdc\x6f\x5e\x7b\xb0\x9f\x15\ \xd4\xd4\x66\xbd\x5e\xfe\xcf\x87\xcb\x17\x7f\x3e\xe1\xe1\x91\xa9\ \x24\x0e\x42\x20\x0a\x21\x04\x10\x02\x84\x4d\x7f\x64\xf8\x80\x21\ \xff\x7c\xf2\xa3\x15\xbe\xa6\x7d\xcf\xea\xd7\xc1\x8c\x63\x6e\xf7\ \x21\x53\x67\x7d\xbe\x72\xd1\x27\x63\x6f\x1c\x1a\x2f\x2b\xef\x33\ \xee\xe3\x65\x53\xaf\x2d\xde\x5b\x7b\xe5\xb8\x97\x66\x3c\x7f\x7e\ \xe1\xb6\xe8\x43\x73\x16\xbc\x79\x55\xb7\x20\x6b\x3e\x71\xda\xfb\ \x4b\x16\x7f\xbd\x6c\xee\x7b\xa3\x86\xf6\x90\x8d\x48\x83\xb1\xae\ \x69\x22\xd0\xba\xef\xc4\x0f\x66\xae\x58\x3c\xeb\xb9\x7b\xae\x08\ \xa0\x56\x56\x69\x8c\x7a\x69\xfa\xa2\x79\xb3\x17\x7e\xf1\xce\xe5\ \x67\xb4\xd2\x6a\xa2\x98\xde\xf5\xd5\xf7\x3f\xfc\x71\xe1\xcc\xa1\ \x5d\x52\x10\x40\x33\xd1\xf4\x77\x7c\x76\xca\xb4\xa5\xdf\xcc\x9e\ \xfc\xc4\xcd\x69\x22\x58\x56\x0e\xd7\x3c\x36\x7e\xce\x37\x5f\x2c\ \x5f\xf4\x71\x4e\x56\x12\xda\xd8\xd8\x1c\xeb\x48\x8d\x5d\xee\x5c\ \x60\x16\xc6\x8c\x68\x14\x80\x9c\xe5\x94\xe7\x3b\xd3\x5e\xd9\x51\ \xf1\x4a\x07\x95\x46\x6a\x38\x10\x9f\x2a\x5b\x16\x22\x22\xe7\x1c\ \x00\x4d\xd3\xd8\xb3\x67\x6f\x69\x69\x59\xbd\x33\xdd\x3a\xed\xb4\ \x53\x4c\x93\xab\xaa\xcc\xb9\x20\x84\xc8\x32\xd3\x75\x5d\x92\x24\ \xcb\xb2\x2a\x2b\x2b\x10\x51\x92\xa4\x84\x81\x2f\x49\x09\xb7\x8c\ \x10\xe2\x40\xcb\x1d\x00\xc0\xd2\x93\x07\xdc\xff\x49\x6f\x96\x14\ \xf0\xc6\xb6\xac\xd8\x85\x28\xd6\xcc\xbe\xe0\x82\x4f\x9c\xbe\xbc\ \xbb\x5f\x19\x73\x5e\xe7\xfc\xd5\x3f\x38\x03\x49\xca\x07\xb7\x5c\ \x3a\x3b\xf9\xf2\xa9\xf7\x5f\x56\xb6\x71\xc3\xec\x20\x1a\x86\x1e\ \x11\xde\x6b\x6e\x1b\xde\x3c\xbe\xe5\xca\x8b\xc6\xb7\x19\xf2\xc8\ \x9d\x17\x13\x04\x44\xf1\x8b\xdb\x83\x50\x59\x76\x07\xda\xb4\x08\ \xa0\xa9\x47\x4d\x60\x00\xc8\xa3\xf7\x5f\x76\x5d\xea\x2d\x6f\xdc\ \xf3\x8f\x33\x67\x5e\x3b\xf9\xec\xdb\x2f\x3d\xa7\x8d\x63\xcc\xd5\ \x17\x9b\xbd\xee\x7c\x6a\xf4\x5d\x7b\x2f\xbf\x99\x23\x89\x94\x6c\ \xb8\x65\xec\x84\x18\xd2\xa0\xd5\xe2\xe5\x07\xaf\xa4\xb3\xc6\xf7\ \x9f\x5d\xf5\xfc\xf3\xf7\x5f\x75\x45\xe8\x95\xc9\x9f\x46\x64\x67\ \xbd\xbb\x05\x1c\x6e\x77\x6e\x13\x65\xcd\xc2\xe5\xa5\x97\xf4\x6c\ \x9b\xd5\xac\x92\xfa\x9f\xbd\x69\x50\xe1\x1b\x77\xdd\xb0\x3e\xef\ \x9d\xf1\x57\x5f\xbb\x63\xcb\x8b\xd3\x3f\xab\x9c\xd0\xeb\x04\xbf\ \x92\xe5\x75\x71\xe5\xc4\xd4\xd6\x35\x9d\xc4\xbe\xb7\x7f\xdc\xeb\ \x71\x9f\x98\xe4\x97\xde\xb9\xe1\xe2\x75\xa7\x3f\xf4\xdc\x39\xe7\ \x7e\x36\x77\x79\x8c\x52\x00\x10\x48\xaa\xf5\xe6\x4f\xdc\x7b\x49\ \xec\xbd\xc7\xfa\x2d\xa4\x13\x5f\xbc\xf3\xb2\x21\x15\x13\x3f\x5e\ \x3c\x69\xf4\xc8\x77\xfd\xfe\x3e\x43\xfe\x31\x72\xd8\x88\xcf\xe6\ \xfe\xeb\xfa\x07\x2e\x96\x97\x7f\x34\xe8\xf5\xf9\x23\xee\x79\xa2\ \x57\x33\x28\x8d\x65\x8c\x7b\xec\xea\xd0\xfb\x2f\xf5\xfb\x7c\xd7\ \x83\x4f\x3d\x7d\xcd\xf5\x03\x6e\x1e\xb3\x22\xbf\x6d\x93\x2d\x93\ \xc6\xde\x37\x6f\x57\x9a\x4f\xa1\xf6\xa8\x57\x1b\x9b\x63\xbe\x43\ \x55\x08\x68\x3c\x58\xa6\x2c\x6e\x36\x61\x96\x00\x58\x1d\x34\x16\ \xc7\xd9\x85\xcd\x93\x26\x6d\x29\xbe\xb6\x09\x48\x04\x82\x3a\x30\ \x26\x0b\x81\x94\xd2\x58\x34\x2e\x50\xe4\xe7\xe7\xb7\x69\xdb\xb6\ \x41\x97\x83\xb5\xb5\x94\xd2\x48\x24\x0a\x04\x10\x21\x12\x89\x29\ \x8a\x92\x90\x6f\xce\x13\x9e\x63\x2e\x04\x1a\x86\x69\x9a\x16\xa5\ \x20\x04\x1c\xdc\xef\x88\x00\x40\xa8\x59\x59\x5c\x0b\x79\x59\x8c\ \x8f\x7f\xe9\xdf\xd4\xdf\xa4\xed\x69\x17\xdf\x3f\xa2\x5b\xd1\x96\ \x22\x2f\xf0\xb0\x22\x09\x40\x20\x00\x86\x56\xb1\xf8\xf3\x95\xf7\ \x9c\xd3\x3d\xd7\xff\xd1\x1a\x24\x00\xe0\xf0\x36\x57\x5d\x85\xbb\ \x37\x09\xf4\xc4\xa2\x71\x04\x67\x42\xdb\x13\xe2\x8b\x96\xe6\x1b\ \xfc\xfc\xca\xe1\xa4\xaa\x78\xf7\xa2\x0f\x3e\xdd\x46\x9d\x1d\x01\ \x00\x41\x12\xf1\xb5\xcb\x8a\x69\xa7\x64\x37\x90\xbc\x40\x66\x38\ \xb2\xb2\x36\xcc\xaa\x96\x7e\x59\xf6\xcf\xc7\xba\xb5\x72\x57\x20\ \x08\xc1\x53\x98\x61\x32\xbf\x99\x7a\x52\x2b\x29\xf8\xec\x9c\xcd\ \x01\xd3\xb1\xb8\x34\x72\x79\x4a\xb6\x25\x74\x44\x67\xc3\x79\x10\ \x00\x81\x84\x33\xe6\x04\x08\x9b\xba\x92\xdb\x33\x5b\x2a\x7e\xee\ \x8b\x5d\x8c\x84\x96\x84\xa4\xd3\xf2\xb2\xe2\xf3\x97\x6c\xaf\x1c\ \x3a\xb4\x5f\x97\x14\xa5\x22\xa4\x26\x9d\x76\x41\x4f\x5a\x5d\x55\ \x58\x59\xc5\x7c\x00\x04\x50\x8f\x6f\x5a\x55\x2c\x0d\xed\xe0\x91\ \x59\x14\x13\x8e\x32\x2e\x9a\x75\xcf\x97\xaa\x1e\xfa\x72\x9b\xdb\ \xf4\x2d\xaa\x32\xcf\xcf\x48\x2f\x85\x36\x4f\x4f\xbe\x35\x23\x52\ \x12\x92\x7c\x00\x8a\x33\xad\x59\x3e\x15\x5f\xad\xdf\xea\x72\x04\ \x34\xdd\x04\x44\x4c\x6f\xdb\x96\x89\xda\x73\xae\x7e\x67\x20\x6a\ \xb1\x50\x95\xee\x96\x29\x20\x80\xa9\xe9\x19\x4e\x2e\x00\xec\xc1\ \xa8\x36\x36\xc7\xbe\xb8\x37\xf6\xb9\x4b\x94\x7c\x55\x81\xdd\x32\ \xb9\x66\x8a\xb4\x94\x26\x63\xa8\x21\xc5\x8b\x33\xdb\xb5\xc0\xea\ \x9d\x82\x9b\x9b\x62\x54\x51\xdd\x9c\x0b\x55\x95\xab\x6a\x6a\xdc\ \x2e\xa7\x61\x18\x07\x24\x27\xcb\x72\x51\x51\x31\xa5\x94\x10\x28\ \x2d\x2b\x0b\x04\x7c\x9c\x5b\xe1\x70\x78\xf9\xf2\x15\x89\x0a\xc0\ \xe5\x72\x99\xa6\xa9\xeb\x3a\x63\x75\x1e\xa1\x03\x2d\x77\x04\x60\ \x72\x74\xe3\xec\x87\xbe\xcc\xfe\xf8\xb5\x6b\x2f\x1f\x72\xc6\x4d\ \xaf\x2f\xbd\xaa\x57\xd7\xe0\xcf\xd3\x6e\xb8\xfd\xdb\x9b\x3e\x7c\ \xb7\x4b\x9d\xd5\x49\xb8\xa5\xc7\xb3\x4f\x68\x2b\x6b\x3f\x57\xc4\ \x24\x42\x00\x00\xb5\x68\x89\x88\x77\xca\xec\x60\xc4\x3e\xb6\xb0\ \x7e\xec\x8a\x40\x24\x02\x11\x88\xe4\x08\xcf\x7b\xf8\xc2\xd7\xb7\ \xba\x5d\xd4\xa3\x52\xa2\x06\x1a\x75\x77\x26\x92\x14\x65\xf1\x4a\ \x97\xb3\x0d\x15\x55\xbe\x13\x47\xa6\xa9\xb5\xb3\xf6\x44\xdc\x9c\ \x3b\x54\x7f\x59\x44\xaf\xb4\xa2\x52\x74\xd3\x3e\x76\xce\xb9\x27\ \x67\x7d\x31\xb3\x7a\x74\xaa\xab\xa2\xb8\x5a\x02\x49\x08\x01\x44\ \x24\x52\xd0\x74\xa3\xa8\x5a\xb9\xea\xce\xf3\x7d\x84\xfe\xb0\x63\ \x93\x28\xa6\x95\xd0\x63\xf0\x29\xc9\x63\xd7\xe7\xf5\xf2\xf2\x5d\ \xa5\x41\x0f\xd1\xb6\x6e\xde\x33\xe0\xd2\x7f\xee\xfe\xf8\xb5\x8f\ \xf2\x6f\xbe\xb7\x4f\x9b\xd2\x9d\x9f\x55\xc7\x1c\xe8\x69\x9c\x13\ \x02\x89\x81\x42\x42\x76\xf9\x19\x16\xaf\x2f\xa5\xfd\x87\x9c\x9a\ \x71\xe7\x7c\xd6\x3b\x89\x15\x6f\xaf\x08\xf4\x18\xda\xc5\x55\x70\ \xd5\x88\x71\xae\x73\xaf\x79\xea\xf2\x3e\xa2\x66\xdf\x3e\xc6\x4e\ \xee\xdc\xe6\xcd\xaf\x66\x0a\x20\x40\x00\xab\xf7\x96\x49\x12\xd9\ \x38\xf7\xc6\xe7\x66\x19\xae\xe4\x5c\xb7\x61\xb1\xf4\xba\x7e\x11\ \x4b\x50\x26\x6c\x6d\xb7\xb1\x39\xf6\xc5\x9d\x0b\x41\x29\x4d\x3c\ \xed\x94\xc0\x72\x43\xfa\x3e\x48\xbb\xaa\x46\x7a\x78\x1f\x0a\x6e\ \x01\xb4\xad\xdc\xc2\x2d\x8b\x32\xf6\x71\x8d\x2c\x2b\xb2\x25\x84\ \xa2\x48\x25\xfb\xf6\xe5\xe7\x37\x17\x62\xbf\x91\x8a\x84\x92\x9a\ \x9a\xda\x70\x38\xe2\xf1\x38\x11\x20\x1e\x8b\x96\x96\x96\xfa\xfd\ \xfe\x93\x4f\x39\xb9\x41\xc4\xb9\x65\xe9\x86\x51\x54\xb4\x4f\x92\ \x24\x2e\x0e\x54\x19\x02\x28\x10\x1c\x4e\xa7\x43\xa6\xac\xf8\xfb\ \xc7\x66\x0f\x7a\x65\xc4\xe5\x97\xcf\x5b\xbc\x6c\xc5\xca\x6e\x97\ \x5e\xf7\xd9\xe7\x97\xca\x6e\x73\x93\x66\x10\x70\x58\x31\xfd\xfc\ \x09\x9f\x5d\xed\x85\x5d\xab\x96\xcc\xde\x58\xe1\x48\xeb\xe0\x74\ \x39\x5d\x50\x33\xf1\x8d\xaf\xc7\xde\x7c\xfe\xc7\x5f\x7e\x69\x72\ \x33\x5c\xb9\xc2\x04\xe0\x28\x00\x89\x40\x50\x9d\x4e\x95\x5a\x6e\ \x15\x5c\x2e\x95\x23\x72\x81\x4c\x56\x9c\x4e\x07\x20\x12\xa6\xb8\ \x9d\x84\x20\x9f\x35\xe3\xeb\xb6\xb7\x5d\x36\x71\xd6\x7c\x12\x2b\ \x59\x3c\x6d\xe2\xe2\xa0\xa4\xce\x5d\x7b\xd6\x6d\xe7\x4d\x9b\xf5\ \x55\xf1\xba\x8f\x47\x3f\xfc\xde\x0b\xaf\x2e\xba\xe7\x9f\x8f\xaf\ \xbe\x81\xed\xd9\xb6\x76\xfa\x27\x9f\xd4\x52\x87\x40\x01\x28\xb8\ \x40\x45\x95\x46\x3e\xfb\xc9\x28\x62\x14\xef\xda\xbe\xe4\x93\x89\ \x73\x7f\x2a\x63\x24\x3e\x75\x46\x97\x11\xf7\x4e\x5d\xe5\x30\x36\ \xaf\xfe\x61\xe6\xf7\x6b\x15\x45\x9d\xb3\x7a\xcf\xa5\x3d\x33\x96\ \xec\xd8\xb3\x63\xcb\x7c\x79\xc0\xc5\x5b\x9e\xff\x3c\xcc\x9c\x4e\ \x4a\x9d\x2e\x27\x23\x88\x44\x76\x39\x55\x42\x48\x75\x79\xd1\xee\ \xf2\xc8\x45\xb7\x3f\xb8\xf0\xee\x67\x5f\x9d\xfc\xfd\xad\xd7\xbe\ \xb4\xfa\x4e\xd8\xb5\x71\xd5\xd4\x39\x0b\x2b\xc3\xc1\xd5\x17\x8c\ \x7c\xfb\xc3\xb7\xc3\x42\xe2\xd1\x0a\x87\xb5\xeb\xe9\x97\xe6\x3f\ \x7c\xed\xb0\xa5\x0b\xaf\x88\xc5\x8d\xa2\x1d\xeb\x7c\xb8\xed\x99\ \x09\x0b\xef\xbb\x6a\xf8\x82\xc5\xd7\x01\xc0\x9c\xc7\xff\xf1\xf8\ \x3c\xcb\xe1\x74\x5a\x12\x45\x44\x6e\xdb\xed\x36\x36\xc7\x01\xe4\ \xcc\xfe\xa7\x1e\x30\x89\xc9\x8c\x69\xa3\x93\xaa\x4f\x54\x0c\x4b\ \xd4\x0d\x57\x37\x80\x3e\x58\xee\xaf\x54\x3d\x32\x63\xf5\x1a\xcd\ \x2d\x8e\x79\x79\xb9\x84\x90\x84\x70\x53\x4a\x63\xb1\xf8\xbe\x92\ \x62\xa7\xe3\x97\x11\xd6\x9a\x66\xa4\xa7\xa7\x7b\xbd\xde\x44\xe3\ \x20\xe1\x52\xdf\xb3\x67\x2f\x10\x21\x4b\xd2\xe1\xf2\x14\x0a\x69\ \x2e\xd9\x52\x5c\x9e\x90\xe5\xe1\x91\x0a\xbf\x43\x68\xcc\x6f\xc6\ \x23\x02\x01\x08\x24\xa9\xcc\xf2\x77\x7f\x75\xd2\xad\xf3\x6f\x1d\ \x3e\x75\xaf\xe4\x51\x85\xc3\xe1\xd0\x2d\x67\x34\x5a\x9b\xe5\x85\ \x28\x75\x47\xe2\x86\x30\x4d\x20\x20\x51\x08\xb8\x55\xb3\xce\x10\ \x56\x23\xa1\xa0\x43\xb6\x54\xa7\x57\xd4\xbb\xc8\x35\x8d\x18\x46\ \x3c\xcd\xcb\x2a\x2c\x9f\xd0\x6a\x9a\x78\x94\x38\x91\x23\x9a\x85\ \x86\x0e\x14\x92\x9c\x12\x67\x92\x25\xd4\x78\x3c\x2c\xb8\x50\x25\ \xe2\x76\x29\x1a\x97\xf5\x78\x94\x0b\x74\xc8\xe0\x76\xaa\x56\xfd\ \xec\x27\xc3\xa2\xf1\x58\x2c\x51\x41\x29\x8c\xf8\x9c\xb2\x49\x28\ \x00\x68\x16\xb3\xb4\xa8\x25\xc0\xa3\x82\xaa\xaa\x1c\x48\xcc\x52\ \xac\x58\xd0\xe7\x92\x4d\xe2\x89\x46\x6a\xb3\x7d\x24\x4a\x54\xd3\ \x72\x24\xf2\x5f\x81\xc9\x56\xb4\x2a\xd5\xad\x68\x4c\x89\x47\x75\ \x05\x0c\xd5\xed\xd4\xb9\x64\xc4\xa3\x5c\x80\x53\x01\x97\x43\x35\ \x91\x45\xe2\x96\xb0\x0c\x20\xc0\x08\x49\x76\x33\x0d\xd4\x68\x4c\ \x13\x9c\x03\x01\x55\x02\xb7\x53\x35\x84\x1c\x8f\xc7\x39\xe7\x84\ \x90\x80\x43\x58\x72\x4a\x34\x58\x95\xe2\x44\x5d\x71\xd9\xfe\x76\ \x1b\x9b\xe3\x42\xdc\xfb\xf7\x3b\xf5\xe0\x19\xaa\x21\xdd\x6a\x47\ \xa2\x6d\x24\xcd\x41\xb0\x84\xcb\xab\x2d\x97\x50\x54\x89\x1e\x30\ \x43\x55\x58\x96\xe5\x70\x38\x64\x59\x46\xc4\xb8\xa6\x99\xa6\xe1\ \x70\xa8\x04\x7e\x99\x82\x04\x04\x74\x5d\x67\x4c\x76\x38\x54\x4a\ \xa9\x69\x5a\x9a\xa6\x31\x89\x4a\xec\xd7\x86\xe2\x25\xe6\x9a\x22\ \x02\x21\x48\x08\x41\x04\x80\x5f\x42\xdf\x58\xa8\x30\xd7\x09\x53\ \xfe\x73\xf7\x37\x23\x07\x7d\x58\xe3\x41\xc2\x10\x80\x00\x12\x42\ \x04\x02\x41\x24\xa4\x2e\x0b\x09\x5f\x7b\x43\x6e\x12\x49\x21\xee\ \x37\xe5\x93\x10\x10\xd8\xe8\xe7\x80\x0d\xdd\xba\x02\xeb\x92\x49\ \x7c\xae\x4f\xed\x80\x8f\xfb\x25\x55\x77\xa4\x83\x8e\xbb\xff\xc6\ \xfd\x4e\xaa\xf1\x51\x0e\xce\x49\x7d\x29\x1e\x94\x07\xf8\xa5\x98\ \xeb\x7e\x05\x07\x9c\xf5\x2f\x27\x82\x08\x80\x48\x68\xc3\xb1\x6c\ \x6c\x6c\x8e\x03\x71\x3f\xa3\xef\xc9\x07\x88\xfb\xd1\x91\x6f\x4a\ \x8e\x68\xf6\xaa\x8d\x8d\x8d\xcd\x71\x89\xf4\x2b\x01\xbf\xfe\xce\ \x20\xb7\x85\xdd\xc6\xc6\xc6\xe6\xf0\xe2\xde\x38\xb0\x8c\x8d\x8d\ \x8d\x8d\xcd\x31\x22\xee\x57\x5f\x3d\xd2\x0e\xe4\x6e\x63\x63\x63\ \x73\x8c\x41\x42\xc1\x5a\xbb\x14\x6c\x6c\x6c\x6c\x8e\x31\xa8\x5d\ \x04\x36\x36\x36\x36\xb6\xb8\xdb\xd8\xd8\xd8\xd8\xd8\xe2\x6e\x63\ \x63\x63\x63\x63\x8b\xbb\x8d\x8d\x8d\x8d\x8d\x2d\xee\x36\x36\x36\ \x36\x36\x87\x46\xfa\xcd\x3d\x2c\xcb\x3a\x78\x96\x13\x21\x24\x11\ \x75\xc0\x2e\x41\x1b\x1b\x1b\x9b\xa3\x49\xdc\x09\x21\xe1\x70\x78\ \xe2\xc4\xd7\x83\xc1\xe0\x01\x6b\x6a\x10\x42\x24\xc6\x72\x72\x73\ \x46\x5c\x73\x0d\x63\xf6\x82\x6d\x36\x36\x36\x36\x47\x8f\xb8\xcb\ \x92\xf4\xe6\xe4\x29\xeb\x37\x6c\x90\x0e\x13\xbe\x71\x6f\x61\x61\ \xd7\x93\xba\x9e\x74\x52\x17\xbb\x10\x6d\x6c\x6c\x6c\x8e\x1e\xcb\ \x9d\xd2\x5d\xbb\x76\xdd\x7f\xff\x7d\x01\xbf\xff\xe0\x6f\x29\xa5\ \x9b\xb7\x6c\xa9\xac\xaa\xb4\x4b\xd0\xc6\xc6\xc6\xe6\x68\x12\x77\ \x00\xb0\x2c\x2b\x2b\x33\x33\x29\x29\xe9\xe0\xaf\x18\x63\x15\x95\ \x95\xc5\x45\xc5\xbf\x79\x80\x44\xc8\xc9\x83\x22\xd8\x10\x4a\x29\ \xa0\xf8\x1f\x06\x76\xa4\x94\x92\xfa\x25\x98\x00\x00\x20\xb1\x8c\ \x36\x50\xca\x08\x41\xc1\xf7\xf3\x44\x25\xce\x02\xc5\x1f\x5c\xc3\ \x88\x52\x06\x70\xe0\x82\xb1\x40\x08\xa5\x14\xc5\xdf\x62\xf1\x0c\ \x42\x28\xa1\xe4\x6f\x92\x19\x1b\x1b\x9b\xff\xae\xb8\xff\x05\x02\ \x0a\xda\xac\x49\x6f\x6e\x31\x33\x6e\xbd\xf1\x32\x27\xfd\x45\xdf\ \xcd\xf2\xcd\x2f\xbf\xf5\x61\x76\xb7\x2b\x86\x9f\xd5\xe2\x7f\x12\ \xd8\x46\x96\x62\x33\x9e\x1c\xbf\x3e\xb1\xa0\x06\x00\x00\x28\xad\ \xfb\x3e\x70\xd9\x29\x8c\x84\x67\x3c\xf1\xd4\x4a\xa3\xcd\x9d\xe3\ \xae\x4f\xe7\x7a\xdd\x02\x55\x22\xfe\xfe\x1b\x6f\x6c\x09\x4b\xd7\ \xde\x38\xaa\xa9\x57\xfa\xbd\xea\x87\x22\xfe\xfe\xcb\x4f\xef\x4d\ \x1b\x76\xcf\xd5\xdd\xc1\xb0\xea\xd5\x54\x0a\x15\x7e\x3b\x61\xe2\ \xdc\xae\xb7\x3e\x39\x38\xeb\x7f\x1d\xe3\x92\xa9\xdb\x17\xfd\xfb\ \x83\x6f\xb7\xf6\xb9\xec\xfe\x7e\xad\x54\xfb\xa9\xb0\xb1\x39\x06\ \xf8\x6f\x0f\x85\x14\xfb\x76\xed\x58\xb1\xf8\xb3\x67\x3f\xfa\x09\ \x1b\x75\xbd\x0a\x2d\xbc\x75\xcb\xa6\xc2\xb2\xc8\xff\x4c\xcd\x20\ \xbe\x69\xfd\xe6\x82\xa2\xb2\x48\x3d\x86\x89\x00\x60\x8a\x94\xb3\ \x2f\xe9\x55\xba\x61\xe6\xe3\x13\x16\x99\x94\x02\x00\xa1\x52\xd1\ \xcf\x9f\x7d\xb5\xe0\x7b\x9a\x71\x4a\x96\x5f\xf9\x23\x22\x8c\xbc\ \x70\xd7\xf6\xd5\x5f\x3c\xf7\xee\xfc\x1d\x94\x36\xd4\x65\xc4\x8c\ \x57\x6e\xde\xb0\xa1\x24\xfe\xbf\xb6\xd9\x29\x0d\x6d\x78\xef\xf1\ \xe7\x3f\xdc\xb8\x69\x53\x79\x84\xdb\x8f\x84\x8d\x8d\x6d\xb9\x1f\ \xb9\x53\x02\x37\x7c\xfc\xe2\x78\xf9\xa1\xbb\x2f\xea\x08\x87\x89\ \x30\x4c\x98\xe4\x50\x55\x46\x09\x0a\x6e\xe8\xba\xc9\x05\x00\x10\ \xc9\xe1\x76\x4a\x56\x3c\xaa\x59\x98\xd8\xc9\xe5\x76\x82\xa9\xc5\ \x74\x8b\x2a\x4e\xb7\x42\xe3\xb1\x58\x62\x2d\x40\x20\xd4\xe5\x72\ \x01\xd7\x63\x9a\x99\xf8\xa8\x3a\x1c\x32\xa3\x00\x28\x38\xd7\x35\ \xed\x00\xd3\x18\xcd\x58\x98\xc3\x49\x03\xff\x39\xfa\xa2\x9e\xa2\ \xde\xc0\xb6\xb8\x00\xd0\xbd\xf9\x83\xae\x38\xfd\x87\x89\x3f\xbc\ \xbd\xa0\x7f\xeb\x73\xdb\xa5\xca\x91\x15\xcf\x8f\xff\xd0\xec\x38\ \x7c\xf4\x35\xdd\x29\xb7\x0e\x29\xee\x44\x76\x7a\x14\x8c\x44\xb5\ \x5f\x91\x7e\x82\x7c\xf6\xeb\x4f\x79\x9b\xbe\x71\x49\x2b\x66\x1e\ \xc6\x50\xdf\xbf\x10\xb4\xc4\x6e\x54\x71\xba\x55\xaa\x47\x63\x46\ \xe2\x4c\xa9\xe4\x76\x39\x84\xa9\xc7\x75\x93\x29\xaa\x53\x91\xb5\ \x58\xc4\x12\x75\x3a\xed\x74\xbb\x89\x19\x8d\xe9\xa2\x71\x6a\x80\ \xc8\xb9\xa9\x69\xc6\xa1\x8e\x4a\x62\x45\x2b\x1f\x7a\x6a\x7a\x5a\ \xa7\x3e\x65\xdb\x57\xd8\xcf\x83\x8d\x8d\x6d\xb9\xff\x0e\x5c\x59\ \x79\xe7\x75\x6b\xfe\xc3\x27\x13\x96\xec\x0c\x4a\xf4\x50\xb6\x23\ \x68\xeb\x17\xbc\x7f\xd3\x15\x43\x4e\x3d\xf5\xf4\x81\x17\x5f\xf7\ \xd6\xd7\xab\x75\x20\x84\xc9\xd5\xcb\x5f\x39\xab\xf7\x29\x63\x66\ \xef\xa6\x8c\x02\x80\x55\xbc\xe0\xe2\x53\xcf\xb8\xed\xed\xa5\x92\ \x4c\xf7\xbe\x7b\x5f\x8f\x33\x2f\xf9\x71\x57\x24\x61\x09\x8b\xda\ \x1d\x57\x5d\x70\xc6\x0d\xe3\xbe\xe2\x84\x10\x82\x95\xdb\x96\x8c\ \xbb\xe5\xca\xbe\x7d\xcf\x38\xbd\xdf\x80\xcb\x46\x8e\x5e\x56\x71\ \xa0\xef\x07\xb5\x50\x98\x10\xb7\xc3\xc5\x05\xe7\x96\x65\x59\x96\ \xc5\xeb\x45\x1e\xa4\xc1\xb7\xdc\xda\xc3\x15\x79\x6d\xc2\xb4\x12\ \x53\x9f\xfa\xdc\xdb\x85\x72\xde\x98\x9b\xce\x73\x1f\x4e\xd9\x25\ \xb9\xfa\xcb\xdb\xbb\x5d\x38\x26\x68\xe1\x61\x5d\x4c\xc2\x50\xf2\ \x2e\xe9\xd7\x41\xfa\xf0\xe1\xfb\xd7\x57\x59\xe4\x90\x06\xb4\x88\ \xae\x99\xf7\x9f\x1b\x86\x0f\x3e\xe5\xb4\x33\x06\x0d\x1f\x35\x75\ \xde\x7a\x03\x81\x32\x5a\xf8\xd9\xd8\x53\x7b\x0d\x78\xf9\xfb\x7d\ \xb2\x44\x01\x48\x74\xdb\x9c\x73\xcf\xec\x3f\x66\xca\xb7\x00\xb0\ \x7c\xda\xb3\xfd\xce\x1a\x30\x6f\x77\x9d\xb4\xf3\xf8\xbe\x5b\x06\ \x74\xbd\x6c\xfc\x56\x49\xa6\x80\xd6\xd6\xc5\x1f\xdc\x7c\xc5\xf9\ \x7d\xfb\xf6\xed\x7b\xd6\x79\x57\xdf\xf7\x4e\x48\x92\xc9\xc1\xb5\ \x09\x8d\xbe\xff\xda\x8b\xb1\x8e\xa3\xee\xbf\xe2\x24\x4a\x6c\x77\ \xbb\x8d\x8d\x2d\xee\xbf\xcb\x35\x03\x8e\xa1\x77\x3f\x7c\x71\x5b\ \xed\x95\xb1\x4f\xad\x8e\x3a\x0e\x90\x18\x49\x16\x4b\x5e\x7d\xf8\ \xe1\x57\xbf\x6a\x3d\x6c\xf4\xe4\x29\xaf\xdf\x3d\xa4\xd9\x97\xaf\ \x3e\xf1\xe8\x07\x3b\x18\xe5\x49\x27\x8d\xbc\xf9\x82\x1e\x1b\x3f\ \x78\x66\xe9\x8e\x30\xf0\xf8\xa4\x89\xef\x8a\xfc\xb3\x47\x5f\x7a\ \x32\xb7\x90\x2a\x0e\xaf\xc7\xcd\x1a\xbc\x1c\x84\xba\xdc\x1e\xa7\ \x43\x06\x20\x7a\xe9\xa6\xc7\x9f\x7a\xad\xc8\xd9\xf3\xf9\x09\xaf\ \xbe\x3e\xe1\xb9\x11\x83\xfa\x34\xf1\x1e\x38\x18\x5f\xc4\x82\x41\ \x80\xf2\x82\xcd\x3f\xac\xda\x54\x63\x12\xa7\xd2\xb8\x05\x83\x71\ \xc8\xbd\xf9\x91\x5b\xb3\x43\xdf\x8d\xb9\xeb\xe1\x2f\x37\x16\x76\ \x1b\x7e\x47\xc7\x0c\xe7\x61\xd7\x34\x41\x20\x92\xd3\xeb\x76\xec\ \xdf\x3d\x7b\xb0\x8e\x7a\x6e\x1c\x7d\x47\x3e\xdf\xf9\xd4\x4b\x1f\ \x73\x55\x22\x07\x5e\x06\xed\xd3\x97\x9f\x7e\x62\xca\xdc\xce\xc3\ \xef\x9b\x32\xe9\x95\x51\xa7\xb9\x67\xbc\xfa\xe4\x84\x25\xc5\x32\ \xc1\x66\x83\x1e\xb8\xf3\x92\x36\x8b\x5e\x19\xbb\x60\x0f\x4a\x52\ \xec\xdd\xd7\x26\xd3\xd6\xc3\xef\xb8\xaa\x2f\x00\x48\x8a\xea\x71\ \xbb\xe5\x5f\xae\x21\x71\x7a\x3c\x2e\x95\x02\x91\x42\xbb\xe7\x3f\ \xfd\xd2\x34\xa5\xf7\xb5\x13\x26\xbe\xfe\xea\x0b\x63\xcf\x3b\xb5\ \x8b\x1b\x0e\x6c\x2f\x30\x09\x97\x4f\x7a\x6c\x7e\x6d\xab\x27\x6e\ \x3f\x93\xc6\x75\xfb\x61\xb0\xb1\xb1\xc5\xfd\xf7\x82\x96\x70\x5d\ \x78\xcb\x83\xf9\xea\xee\x37\x9e\x99\x12\x15\xfb\x2d\x2b\xad\xed\ \xfe\x69\xd2\xb2\x7d\xbd\x2e\x18\x75\xc7\xb0\xde\x79\xb9\xf9\x7d\ \xaf\x7c\xe4\xd2\xfe\x99\x7b\x3e\x9b\xb2\x5b\x97\x01\xe8\xe0\x6b\ \x47\x76\x74\x86\xde\x9c\xf6\xe9\xba\xb9\x2f\x2f\xdc\xe2\xb8\xf6\ \xf1\x3b\x9b\xc8\xbf\xbe\x74\x14\x89\xd5\x54\x46\x74\xb3\x55\xef\ \x73\x3a\xb6\xce\xcf\x6d\xde\xf2\xd4\xc1\x43\x72\x54\xeb\x80\x9d\ \xb4\x18\x66\x66\x67\x96\x6e\x5a\xf0\xfa\xf8\xc7\xaf\x18\x72\xfe\ \x2d\xff\x9a\x51\x1a\xe5\x8d\xf3\xeb\xcb\xe9\x39\xb8\x4b\xab\x50\ \x65\x61\x24\xf3\xc2\x7b\x2e\x6c\x49\x0e\x35\x4c\x86\x50\x26\xcb\ \xb2\x2c\xcb\x12\x23\x08\x54\x92\xa5\xc4\x47\x7a\xb8\x4a\xc0\xdf\ \xf9\xe1\x67\x47\x2a\x1b\xa6\x3d\xf8\xf6\x6a\xce\x68\xe3\x84\x22\ \xfb\x36\xcd\x59\xb5\xe9\x84\xf3\xee\xbf\x61\x68\xef\xbc\xe6\xad\ \x06\xdd\x36\xfe\xfa\xae\x64\xc9\xd4\xcf\xab\x98\x22\x38\x9e\x7d\ \xe9\xb5\x79\xde\xf8\x8c\xb7\xa6\x2c\x9d\xf4\xe0\x57\xe5\x79\x63\ \xc7\x5d\x1e\x00\xeb\x57\xaf\xaa\x14\x2f\xdf\x50\xab\x25\x9f\x3d\ \xec\xac\xb6\xf9\x79\xcd\x5b\xb6\x3f\x6f\x40\x47\x6a\x1d\x38\x60\ \x29\x5c\xb0\x6c\xc2\xb7\x85\x67\x0d\xbf\xb1\x49\xe3\xce\x6e\x1b\ \x1b\x9b\x63\x02\xe9\xff\xeb\x40\xa8\xa4\xb4\x79\xf8\xf6\xc1\x23\ \x1e\xf8\xec\x95\x6f\xcf\x78\xa0\x7d\x83\xc5\x4d\x0a\x77\xed\x01\ \x84\xc2\xd5\x73\x1e\xde\xbd\x20\xb1\xad\xaa\xd4\x00\xba\xaf\xb8\ \xc6\x6a\x9a\x02\x9a\x92\x7f\xcf\x63\xb7\xdd\x77\xcf\xf8\x7f\x6d\ \x75\x0c\xbe\xf9\xa1\x7e\xa9\x96\x25\xe0\x57\x97\x8e\x12\x49\x79\ \xad\xf3\x5c\x8e\x1f\xde\x1f\x17\x2b\x1a\x70\xf9\x25\x43\x5b\xa7\ \x52\xfd\xa0\x6e\x42\xa9\x69\xef\xa7\x9f\xea\xce\x2d\xcb\xd0\xe2\ \x7b\x57\xcc\x7c\x74\xf2\x27\x8f\xa2\x73\xf2\x3d\x83\xea\x5d\x2f\ \xc4\x8c\x96\xad\xd8\x55\x04\x86\x21\x95\xcc\x99\xb2\x60\xe8\x8d\ \x7d\xfc\x78\xe0\x40\x46\x69\xe3\xc2\x49\x6f\x7f\xbe\x05\x28\xe1\ \xd1\x4a\x77\x84\x8c\xb9\xfb\x2e\x06\x80\x48\xaf\x78\xe4\x85\x93\ \xfc\xd6\x21\x9d\x33\x8e\xdc\x81\xa3\x86\xad\x7a\xf2\xcb\x57\x17\ \x74\x7f\xbe\xfb\x2f\x65\x20\x55\x17\xff\x1c\x36\x64\xd8\xf8\xe9\ \xa3\x0f\x7f\x8a\x00\x40\x68\xb0\x5c\x52\x42\x9b\xf7\x46\x49\x7b\ \x09\x20\xd0\xfa\xb1\x07\x2e\xb9\x65\xf4\xb4\x57\x36\xd1\xa1\x37\ \x3c\xdb\xde\xf9\x5b\xa3\x6b\xb8\x11\x68\x3d\x38\x27\x65\xd9\x5b\ \x0f\xdc\xb1\xe5\xcc\xf3\x86\x5f\x30\x20\x9d\x1a\x07\x94\x01\x55\ \xd8\xa2\xe9\x6f\xf0\x8e\xd7\xfc\xb3\x7f\x16\x18\x76\x3f\xaa\x8d\ \x8d\x6d\xb9\xff\x61\x75\x17\xc2\x77\xd2\xc8\x7b\x2e\x6b\xb9\x7c\ \xc2\xa3\x5f\x16\x98\x0d\xfa\xac\x19\x3a\x22\x30\x95\x01\x81\xc4\ \x2b\x25\xb3\xf9\x09\x27\x74\xf0\x32\x91\xb0\x77\x25\x87\xcf\xed\ \x22\x26\x47\xc3\xe4\xe4\x17\x5d\x27\x00\x88\x87\x72\x84\xa0\xb3\ \xe9\x13\x93\x5f\xba\xb2\x5f\xfb\xda\xf5\x73\x6e\xbb\xf2\x92\xbb\ \x5f\xfc\xa8\x34\x76\x08\xab\x5b\x96\x15\x87\xd3\xe5\x4b\x4a\xe9\ \x32\xec\xd6\xfb\x7b\xca\x7b\x97\x2e\xda\x66\xd6\xf5\x08\xc8\xb2\ \xb5\x68\xca\xe3\x3f\x57\xba\xaf\x79\xfa\xf5\x5e\xb9\x8e\x25\x6f\ \x3d\xb9\x33\x78\xb0\xa3\x1c\x5d\xde\x94\x8c\x8c\xf4\xf4\xf4\x8c\ \x14\x8f\x24\xa8\x9c\x96\x96\x9e\x9e\x9e\x96\x9e\xd1\xcc\xf3\x6b\ \xa3\x25\xe9\xc9\xd7\xdc\x31\x24\x5b\x7f\xed\xd5\x69\xfb\x78\x7d\ \x07\x04\x21\xa6\x16\xe2\x40\x1d\x0a\xc5\x44\x21\xa0\xf0\x67\xb6\ \xef\xdc\xa9\xa5\x2a\x38\x00\x20\x80\xec\xc9\x4c\x72\x58\x16\x82\ \xe0\xe6\x01\x39\x39\x54\x84\x1f\xe1\x48\x6e\xff\xfc\x73\x4f\xf4\ \x6f\xe3\xdd\x38\x77\xf2\x95\x17\x9c\xff\xc2\x47\x3f\x6a\x84\x35\ \x76\x12\x89\x5d\x1f\xff\x7b\x09\x1f\xd0\xc7\xbf\x79\xd5\xcf\xeb\ \xd6\xaf\xdf\xb2\xbb\x04\x81\x96\x17\x6c\xd8\x50\x18\x69\x34\xa4\ \xc7\xc6\xc6\xc6\xb6\xdc\x8f\x00\x61\x68\x3d\x2e\xbc\xa5\xd3\xb7\ \x63\x3e\x78\xeb\x2d\x6e\xd5\x29\x53\x92\xd7\x47\x09\x3f\xe1\xf4\ \x7f\x5e\x3f\x30\xe7\x80\xca\x00\x01\x1c\xac\x62\xfc\x83\x4f\x17\ \xe7\x9c\x3f\xa6\xcd\xfa\xb1\x6f\x3c\xd7\xf4\x84\x77\x86\x66\xa3\ \x85\xa0\xfa\x1c\x68\x99\x61\x5d\x27\xe0\x3e\x50\xdb\x90\xeb\x24\ \x75\xc8\x35\x77\x0c\x1c\x1e\xdd\xb3\xea\x8b\x71\xaf\x7f\x34\xc5\ \x11\x18\x73\x6d\xbf\xc3\xd5\x63\x96\x41\x32\x5a\xa6\x92\x6f\x23\ \x51\x0b\x40\x01\x02\xb0\xeb\x8b\x37\x26\x7d\x17\x1d\x78\xfd\x83\ \xe7\xb5\xcd\x38\xfb\xf6\x8b\xaf\x1e\xf5\xd6\xd3\x6f\x7f\xff\xce\ \x7d\x67\x98\x5a\x63\xd7\x0d\x6f\xde\x6d\xd8\x7d\xdd\x09\x61\x72\ \xcd\xbc\x07\xaf\xf8\xd0\x79\xfb\x3d\xf7\x7a\x25\x02\x00\x28\x7e\ \xcd\xb0\xd6\x4c\xff\xe5\x63\x1e\x58\x3f\xfa\xd1\xe7\x5e\x6e\x92\ \xa8\x4d\x50\x70\x57\x72\xae\x6c\x2d\x6a\x31\xf0\x8e\x3b\x4e\x76\ \x35\x9e\xeb\x84\xc2\x44\x00\x49\x2b\x7c\x64\xec\x6b\xf1\x76\xe7\ \x8e\xf2\xac\x18\x3f\xe5\xb5\xae\x3d\x5f\xe8\xe9\x23\x16\x82\x53\ \x91\x11\x20\x1a\xd2\x01\x5c\x07\x96\x01\x0a\x39\xa3\xdd\x35\x77\ \x8d\xbd\x2c\x16\x59\x37\x77\xd2\xf8\x7f\x3f\xc7\x53\xde\xba\xeb\ \x8c\x40\x22\x71\x42\xa0\x76\x57\x01\x78\x61\xee\x5b\xaf\xcc\x41\ \xac\xab\x21\x88\xf4\xe3\xfb\x2f\x6c\xab\x1e\xfb\xe6\x4d\x1d\x0d\ \xc3\xee\x5c\xb5\xb1\xb1\x2d\xf7\xdf\x85\xb3\xd9\x43\xf7\x9d\x47\ \xc3\xc1\x7a\x05\xc3\xac\x76\xed\x53\x15\xfa\xc3\xfc\x0f\xb6\xee\ \xab\x15\x84\x49\x8c\xea\x91\x60\xb0\xde\x93\xb2\xe4\xdd\xd7\x17\ \xd6\x7a\x46\x5d\x35\xb4\xf3\x05\x0f\xf4\x6f\x29\xa6\x8f\x7d\x72\ \x6f\x0c\x00\xa1\x49\xa7\xf6\x1e\xad\xf6\xeb\xa5\x3f\x47\x2c\x90\ \x65\x85\x35\xea\xcd\x44\x53\xaf\x09\x6b\x54\x92\x3d\xfe\x40\xdb\ \x2e\x5d\x52\x15\x39\x18\xaa\x3c\xc0\xba\xad\xa9\x2c\x0d\xc6\x2d\ \x26\xc9\x12\xc5\x50\xd1\x8a\xe9\x5f\x14\x3a\x5a\x9e\xd8\xd2\x21\ \x10\x89\x15\x29\x9c\x38\xeb\x7b\x4f\xce\x49\x97\xf6\x6d\x6f\x71\ \x21\xe7\x0f\x1b\x33\xf2\xc4\xe0\xc2\x09\x6f\x2c\xae\x20\xfb\x9b\ \xb4\x88\x28\x12\x20\x12\xa8\x7f\xff\x9b\xb3\x58\x51\xa8\xc9\x6d\ \x46\x0c\xea\x15\xae\x2a\xc7\x44\x43\x04\x79\x4a\x76\x97\xcc\x64\ \xd7\xda\x0f\x5e\xdd\xbc\x2f\x88\x84\x49\x8c\xe8\x91\x50\xcc\xb4\ \x10\x80\x30\xf6\xdd\x27\xef\xac\xaf\x75\x5d\x7e\xed\x75\x67\xdf\ \xf5\xcc\x99\xe9\x25\x4f\x8f\x99\x54\xc2\x65\x00\xc8\x6d\x91\x0d\ \x26\x5f\xb9\xec\xbb\x98\x45\x64\x45\x61\xa4\xa1\x25\x43\xb8\x11\ \x09\xc7\x4c\x59\x51\x7d\x81\xe4\x0e\xdd\xfa\xa5\xb9\x8c\xf2\xc2\ \x5a\x20\x0d\x59\xe0\x81\x7e\x0f\x7c\xf9\xc5\xcc\x4f\x67\x7e\x32\ \xeb\xd3\x99\xb3\x3e\xfd\x74\xca\xc3\xd7\xc8\x68\x5c\xf4\xd8\x87\ \x6f\xdf\x7c\x82\x61\xd8\x1e\x78\x1b\x9b\x63\xdd\x72\x27\x84\x24\ \x66\xde\x1f\x58\x27\x50\x4a\xc8\x1f\x69\xbc\xa3\xb0\x58\x9b\x4b\ \x6e\xb8\x68\xd3\x2b\x9f\xae\xaf\xdb\xe2\x6f\xfb\xf8\xc3\x57\xdd\ \x7d\xef\x1b\x8f\xde\xbf\xd5\xeb\x52\x29\x41\x3d\x5c\xdb\xf2\xb6\ \x49\x8f\xf6\x0a\xc4\xaa\x57\xfc\x67\xe6\x8f\x6d\xfe\x31\xf1\xe4\ \xe6\x6e\x6e\x89\x1b\xae\x1f\xb6\xf4\xbe\x0f\xde\x99\xb7\x66\xdc\ \xb0\x2e\x56\xd6\xc0\x3b\x2f\x9c\xff\xf4\xec\xb7\x6f\xfd\xe9\x13\ \x55\xa2\xc8\xcd\x60\xc8\x6c\x66\x71\x20\xb4\x6a\xfb\x77\x0f\x8d\ \xff\x80\xa8\x2a\x01\x10\x66\xbc\x2a\x18\x1e\xd2\xa7\x1f\xdb\x2f\ \xb3\x7c\xe6\x6b\x63\xbe\x2f\x52\x54\x45\x22\x28\xb4\x68\x28\xac\ \x39\x47\xdd\x73\xa9\x9b\x73\xaa\x2a\xeb\x26\x3d\xbd\xb9\xd0\x71\ \xc3\xe4\xdb\xd3\x64\xce\x11\x84\x11\x6f\x3b\xe0\xba\x56\x0b\x1e\ \x5c\x32\x7d\xc2\x79\x27\x8e\x4d\x77\x1e\x3c\x9e\x10\x90\x1b\x31\ \x8d\x61\xc2\xa1\x72\x24\x85\x80\xa4\xf3\xa5\xa3\x2e\x5d\xfe\xe3\ \x07\x5b\xeb\x36\xc8\x49\x79\xf7\xdf\x3a\xf4\xd6\x87\x66\x8c\xbb\ \x6f\x8b\xd7\xa9\x12\x82\x5a\xc4\x3a\xe7\xc1\x67\x2e\x6f\x97\xc6\ \x8b\x67\x4d\x7c\x7f\xed\xa9\x63\x5e\x39\x3d\x0b\x0d\x9e\x74\xd5\ \xc8\xcb\x96\xfd\x6b\xc6\x7b\x33\xbb\xdd\x71\x51\x37\x77\x87\xb3\ \x6f\xec\xf5\xe9\x0b\x73\xde\xbd\x7d\xc5\x2c\x99\x51\x14\x66\x28\ \xce\x7c\x1c\x09\x53\xcb\x96\xbd\x74\xff\x3b\x85\x1e\x97\x4c\x08\ \x18\xf1\x70\xa9\xd6\x62\xec\xd0\x7c\x10\xbf\xb4\x3c\xd0\xd2\x22\ \xbf\xcc\x21\x23\x31\xcd\x00\x00\x53\x8b\xc6\x74\x97\xfd\x54\xd8\ \xd8\x1c\xe3\xe2\x2e\xcb\xf2\xd5\xd7\x8c\xa8\xb7\x79\xb1\x69\xd3\ \xa6\xe1\x70\x38\x18\x0c\x26\x44\x4c\x92\xa4\x9b\x6f\xba\xe9\xb7\ \xd2\x67\x2d\x4e\x3c\x49\x58\x5e\x95\x36\xf6\x67\x58\x3d\x07\x5e\ \xbd\xbe\x6a\x66\x46\x5e\x20\xe1\x7e\x71\xb7\x3c\xef\xb5\x77\x4e\ \x98\x37\x77\xc1\xce\x7d\x41\x24\xcc\xdf\x24\xaf\x57\x73\x85\x13\ \x28\xfa\xe1\xc7\xcc\xbe\xd7\xde\x7e\x61\xbe\xb0\x2c\x00\x70\x75\ \x18\xf6\xe0\xc5\x05\x5f\x16\x14\x54\x60\xb7\x80\x69\xf5\xf8\xe7\ \xb3\x4f\xe4\x7f\xb9\x74\xcd\x2e\x5d\x10\x2a\x3b\x33\xb2\x73\x3a\ \x76\xe9\xce\x50\xf8\x9a\x75\xb8\xf8\xbc\xfe\x5b\xf7\x56\x70\x20\ \x8a\x2f\xa3\x5b\xdf\x73\x7b\xb7\xf2\xee\x6f\x8d\xb2\x21\x57\xdd\ \x91\xbe\x62\xed\xde\xf2\x5a\x01\x2c\xb9\x69\x9b\xbe\x67\x0f\xc8\ \xf3\x72\x93\x23\x0d\x6d\x5e\x16\x6c\x7d\xd6\x0d\xfd\x86\xe4\x50\ \xd3\xac\x3b\x73\xea\xce\xbc\xf5\xd2\x81\xef\x2e\xaf\xdc\x5e\x1e\ \xcc\xcc\x0b\x1c\x38\x1f\xca\x32\x93\xcf\x1d\xff\xd3\xf9\x10\x89\ \xc6\x0f\x33\x37\x49\x6a\x7b\xd2\xc9\x1e\x57\x26\x69\x34\x81\xcb\ \xb4\x5c\xe7\xdd\xf3\x50\xe5\x3b\x73\xf3\x3d\x80\x00\x88\x90\xdc\ \xf5\xaa\x77\xa7\xf7\xfa\xfa\xab\x6f\x77\x95\x45\x10\x58\x72\xd3\ \xfc\x1e\x4d\xdc\x08\xfa\x8a\x6f\x0b\x3b\x5d\xf0\x8f\x1b\x7a\xa4\ \x1b\x1c\x01\x20\xbd\xeb\x80\x11\x7d\x8b\xd6\x86\xcb\x74\x04\xb0\ \x58\xbf\xfb\xa6\xa4\x2e\x98\xb5\x74\xcd\x5e\x13\x80\x28\xae\xcc\ \xec\xdc\x0e\xdd\x9a\x72\x53\x0f\xb4\xbe\xe0\xc2\xb3\x7f\xda\x53\ \x19\x05\x24\xbe\x26\xcd\xfb\x9f\x3b\x30\xdf\xcb\xcd\xc3\xd7\x3c\ \x6a\x20\xb3\x67\xef\x93\x73\x92\x24\xfb\x91\xb0\xb1\x39\x36\x20\ \xa1\x60\xed\x21\xbf\x50\x14\x65\xf4\x3d\xf7\xee\xde\xbd\x3b\x61\ \xa1\x73\xce\xa7\xbf\x37\xad\xba\xba\xe6\xfa\x1b\x6e\x70\x3a\x9d\ \x89\x7d\x6e\x1a\x75\xe3\xc9\x27\x9f\xfc\x9b\xb6\x3f\x1c\xaa\xd3\ \x8f\x10\x72\xc0\xe6\xc6\x4d\x81\xba\x2f\x0e\xb3\xd3\x2f\x5b\xf6\ \x6f\x3e\x34\x6c\x3f\x44\x52\x87\xc9\xd8\xc1\xfb\x1c\x7c\xcc\xc3\ \x6f\x3d\xe2\x52\x3e\xcc\xaf\x09\x21\x07\x6c\x3e\x92\x42\x38\xb0\ \x48\xff\x44\x21\x1c\x90\x19\x7b\xf5\x15\x1b\x9b\x63\xdf\x72\x17\ \x42\x9c\xdc\xa7\xcf\xe6\xcd\x9b\x65\x59\x4e\xa8\xc3\xac\xd9\xb3\ \x0b\x0b\x0b\x09\x21\xa6\x69\x22\xa2\xa2\x28\x4d\x9b\x36\x3d\x02\ \x17\x04\x1e\xe1\xf6\x43\xec\xf9\x9b\x3b\x1d\x26\xf5\x23\x11\xa9\ \x23\xcf\xd8\x91\xa6\xf8\xff\x55\x08\x07\x6e\xf8\x13\x85\xf0\xd7\ \x9d\xa2\x8d\x8d\xcd\x51\x62\xb9\x27\x9e\xf6\xd2\xd2\xd2\xcd\x9b\ \xb7\x24\xd4\x3c\xb1\x25\xe1\x85\x77\x7b\xdc\x9d\x3b\x75\x72\xbb\ \xdd\x76\x09\xda\xd8\xd8\xd8\x1c\x65\xe2\x9e\x68\xaa\x27\x16\xd2\ \x6b\xdc\xf2\x4f\x58\x78\x96\x65\xd9\xc5\x67\x63\x63\x63\xf3\xf7\ \x44\xfa\xcd\xa6\xba\x2d\xe2\x36\x36\x36\x36\x47\x1d\xd4\x2e\x02\ \x1b\x1b\x1b\x1b\x5b\xdc\x6d\x6c\x6c\x6c\x6c\x6c\x71\xb7\xb1\xb1\ \xb1\xb1\xb1\xc5\xdd\xc6\xc6\xc6\xc6\xe6\x2f\xe1\x2f\x98\x91\x88\ \x88\xf6\x98\xc8\x63\x03\xcb\xb2\x0c\xc3\x48\xbc\x27\x94\x52\x62\ \x87\x87\xb4\xb1\x39\x8e\xc5\xdd\xe3\xf1\x5c\x7a\xc9\xc5\x8a\xa2\ \xd8\xa5\x79\xb4\x73\xda\x69\xa7\x5f\x7e\xc5\x15\x89\xf7\x65\x25\ \xc5\xc5\x45\x85\x76\x99\xd8\xd8\x1c\xbf\xe2\x0e\x00\x8c\xb1\xc4\ \x70\x78\x9b\xff\x2d\x02\x01\x01\xe9\x61\xe6\xbe\x22\x62\x22\x0c\ \x1c\x63\x8c\x73\x7e\x70\x48\xb8\xc6\x61\x2f\x15\x45\x9d\xf8\xfa\ \x9b\x47\x16\x09\xcd\xc6\xc6\xe6\x18\x15\x77\x9b\xbf\x03\x14\x30\ \xd7\x49\xbd\x5e\x6f\x58\xf1\x21\x49\xac\xfa\xd1\x20\xdb\x24\x25\ \x3d\xc3\xe7\xf7\x95\xec\x2b\xd5\x75\xcd\xeb\xf5\x86\x43\xa1\xdd\ \x05\x3b\x7f\x3d\xb4\xa7\xa2\xc8\x76\xa9\xda\xd8\xd8\xe2\x6e\xf3\ \xbf\xc4\x2b\x91\x14\xbf\xbf\x93\x5e\xe8\x0f\x15\x7b\x50\x97\x28\ \x61\x84\x30\x4a\x18\xa5\xc0\xe4\xf5\x99\xdd\xb2\xbb\xf7\x68\x91\ \xdf\xdc\xe7\xf3\x52\x42\xab\x6b\xaa\x43\xa1\xd0\xfa\xf5\x1b\x96\ \xff\xb4\xac\xb4\x64\x9f\xdd\xea\xb2\xb1\xb1\xc5\xfd\xb7\x40\x90\ \x9c\x2e\x95\x11\x00\x10\xdc\x32\x74\x9d\x23\x00\x10\xd5\xe9\x64\ \xf5\xdd\x73\xa6\x16\x13\x92\x93\x5a\x71\xa3\x3e\x78\xae\xe4\x70\ \x31\xae\x59\xcc\x21\x71\x4d\x37\x05\x00\x30\x59\x51\x64\x99\x12\ \xe4\xa6\xa9\x19\x96\xea\x70\x32\x56\xf7\x73\x43\x8b\x9b\x1c\x65\ \xd5\xa1\x48\x14\x51\x98\x86\x6e\x5a\xc7\xfb\xe2\x12\x04\xc0\xe7\ \x0f\x0c\xac\x59\x2e\x24\x99\x12\x0a\x4c\x42\x42\x80\x52\x24\x20\ \x80\xc7\xdb\x9d\xd6\x75\xe0\x3f\x32\x33\xd2\xb9\x65\x19\x86\x29\ \x04\x57\x64\x25\x29\x29\xe9\x8c\xbe\x7d\x77\xef\xde\x6d\x18\x7a\ \xb0\xb6\xd6\x7e\x12\x6c\x6c\x8e\x17\x71\x97\x24\x52\xb4\x75\xfd\ \x9e\xb0\xdc\xb5\x53\x6b\xa7\xc3\x89\x86\x66\x1d\x81\xf7\xd5\xd2\ \xf8\xc0\x7f\x4d\xe9\x55\xb1\xb4\xa0\x06\xd3\x72\x5a\x06\x6a\xd7\ \x3e\xff\xda\xb4\x6a\x91\x7c\xdf\x8b\x13\x94\xf5\xf3\xb6\x45\x29\ \xa5\xb8\xe5\xab\xf7\xad\xd3\x1f\xe1\x59\x2e\xb4\x00\x00\x20\x00\ \x49\x44\x41\x54\x18\x0e\xef\xde\xf2\x9f\xad\x0e\x85\x1a\x98\x74\ \xc7\x6b\xaf\x55\x4e\xb8\x61\xdb\xf9\x93\x7a\xfd\xfc\xd0\x84\xcf\ \x76\x26\xb5\xea\x7b\xc7\xad\xc3\xad\xbd\x9b\xcb\x35\x29\x9d\xee\ \x7a\xf6\x95\xb9\xb7\x3f\x33\x49\xac\x9b\x5f\x26\x28\x05\xfe\xf3\ \xfc\x99\xbb\xd5\xbe\x8f\xde\x7a\xea\xee\x6d\x05\xc2\x9d\x11\x5c\ \xfe\xc6\xbb\xdf\x96\x92\xe3\x78\xd9\x4f\x44\xf0\x3b\xd5\xee\xfa\ \xde\x84\xb2\x33\x4a\x19\x05\x46\x28\xa3\x84\x51\xa8\x55\xd3\xaa\ \x5b\xf6\x69\x97\x96\x6a\x59\x96\x10\x42\x70\x2e\x84\xe0\x82\x0b\ \x2e\x2c\xd3\xba\xe0\x82\x61\x9f\x7d\x36\x7b\xdd\x9a\x35\x47\x12\ \x12\xd2\x34\x4d\x3b\x16\xc5\x7f\x1b\x87\xc3\x71\xb0\xaf\x2c\x1e\ \x8b\x81\x3d\x72\xe9\xbf\x09\xa5\x54\x55\xd5\x03\x36\x6a\x9a\x76\ \x54\x87\x4a\x3d\xb4\xb8\x13\x4a\x17\x4c\x7e\xf0\x9d\xa5\xa5\x98\ \xd2\x76\xe2\x89\xf7\xcc\x7d\x75\x6c\xda\x25\xf7\xf6\x0e\x30\xfe\ \x9b\x67\x4a\x80\x08\xb1\xf8\xb3\xe9\xf3\xb7\x54\x5b\x71\xb3\xef\ \x5d\x6f\xdd\x33\x64\xdd\x5d\x1f\xef\xb5\x84\xbe\x7a\xc6\xa4\x59\ \xa5\x32\x21\x40\x29\xf5\xac\x98\x9b\xfc\xc8\xa5\xb9\xd3\x1f\x2a\ \x03\x87\xaf\x65\x97\x2e\x74\xfd\x5d\xcb\x4a\x9b\x0f\x12\xa6\x25\ \x00\x5c\x57\xdd\x7c\xed\x86\x09\x23\xde\xdd\x14\x57\x18\x11\x02\ \x65\x87\x0f\xa0\xfa\xab\xa9\x6f\xac\x35\x15\x0a\x00\x96\x79\xd2\ \xa8\x41\x1b\x3e\x7e\xfe\xf5\x6f\xb7\x4a\x04\x91\x48\x12\x3b\xae\ \xef\x7b\x04\x4c\xf6\xba\x93\xc2\x05\x8c\x52\x4a\x29\x23\x20\x51\ \x4a\x09\x61\x94\x48\x84\xec\x54\xd2\x7b\xb7\xc8\x17\x88\xf5\x92\ \x5e\xff\x27\x84\xe0\x5c\x62\x52\x4e\xb3\xdc\x0d\xeb\xd6\x71\xce\ \x7f\xf3\x40\xc3\x2e\xb8\xa0\x5b\xb7\xee\xb6\x10\xfc\xf7\x50\x14\ \xe5\xb1\x71\x8f\xc6\xe3\xf1\x03\x62\xf1\xbf\xfc\xca\xab\x9a\xa6\ \xd9\xe5\xf3\xdf\x63\x77\x41\xc1\x94\x29\x93\x25\xe9\x17\x3d\x34\ \x0c\xe3\xd1\x71\x8f\x39\x1c\x8e\x63\x4c\xdc\xa9\x24\x0a\x96\x6c\ \x75\xbf\xfa\xee\x5b\xb3\x9e\x79\x06\x11\x93\x03\x9e\xcd\xe5\xc6\ \x29\x49\x4e\x7e\x64\xd5\x18\xa1\x94\x52\xa6\xba\xc9\xba\x2f\xde\ \xbd\xf6\xc1\x5e\xfe\x19\xbb\xb8\x21\xce\xb8\x79\x5c\x07\x83\x32\ \xad\x74\xd2\x1b\x53\x4b\x77\xad\x5f\x15\x1b\x75\x4e\xef\xb4\xa9\ \xcb\x6a\x4e\xe8\xd2\xbb\x60\xc6\xd4\x42\xa1\x34\x07\x00\xe4\x24\ \xd0\xb5\x2d\x2e\x7f\x75\x9b\xe1\x54\x24\x00\x60\x0c\x08\x80\xa1\ \x79\x2e\xbb\xff\xb1\xf3\x90\xa2\x1e\x9d\xfe\xfa\x73\xbb\x16\xce\ \xf8\xe7\xe8\xdb\xef\x6f\xfd\xed\x27\x1f\xcd\xda\x56\xcd\x8f\x73\ \x71\x07\x44\xa1\x38\x55\xc2\x19\xa1\xf5\x7e\x76\xc2\x08\xa1\x94\ \x50\x4a\xaa\x34\xee\xf5\xb8\x38\xe7\x9c\x27\x04\xbd\x41\xdb\x39\ \x17\x02\x85\x90\x15\xf9\x08\xcd\x13\xcb\xe2\x0d\xa3\xe0\x6d\xfe\ \x1b\x10\x42\xf6\xec\xd9\x6d\x99\x56\x56\x76\x76\x63\x7d\x37\x0c\ \xc3\x2e\xf9\xff\x2a\xe1\x48\x78\xd7\xce\x1d\x39\x39\xb9\x8e\xfa\ \x95\x88\x12\xc5\x7e\xc8\x45\x46\x8f\x6a\x71\x47\xa4\x2e\x97\x64\ \x46\xc3\x11\x53\x80\x65\xc4\x76\x16\xec\xcb\xef\x2f\x89\x3f\xd0\ \x40\x41\x2e\x88\xcc\x08\x52\x89\xad\xfe\x64\xf2\xfc\x0a\x99\xa0\ \x51\xab\x0b\x89\x57\xfd\x7b\xfa\xfa\xc7\xce\x1a\x44\x97\xcd\xea\ \xd1\x2b\x75\xea\xc3\xa5\xb2\x44\xeb\x2b\x06\x95\x98\xd6\x01\x8d\ \x50\x49\xd1\xe6\xbf\x3b\x79\xb3\x29\x13\xb4\xaa\x75\xd9\x2c\x58\ \x78\xd3\xa8\x1f\x7b\x0f\xba\xf4\x9e\x89\xef\x6d\x78\xfb\xde\x37\ \x17\x16\xe2\xf1\xdc\x68\x25\xc4\x88\x45\x74\xc9\xa5\x0a\x4d\xa2\ \x84\x50\xc2\x28\x65\x04\x28\xa5\x8c\x90\x56\x8a\xb1\xb3\x60\x4f\ \xdb\x56\x2d\xf7\x33\xd9\xeb\xff\x00\xa0\xa6\xba\x86\xd8\x4d\xfe\ \xbf\x0d\xa6\x61\x98\xa6\x69\x97\xc3\xff\xb7\x81\x24\xd0\x30\x0c\ \xd3\xb4\x1c\xce\x63\xc8\xd7\x74\xc8\x33\xb5\x30\xe3\xa2\xc1\xed\ \xc6\xdd\x36\x7a\xe1\xba\x75\x63\x6e\xbb\x71\x57\xda\x80\x5e\x49\ \xb2\x75\xc4\xe2\x2e\x38\xb7\x2c\x2b\x1e\x8e\xb7\x3c\xfd\x82\xc8\ \xf2\x95\x35\x44\x22\x14\x6b\x4b\xf6\x16\x16\xed\x2d\xda\x57\x66\ \x58\x82\x30\x56\xbb\xf8\x8d\xc2\xe4\xee\x2d\x7a\x8d\x68\x56\xbd\ \xbc\x50\xe3\x75\x3e\x73\xc2\x44\xed\x9a\x7d\x49\x5d\x7b\x26\x59\ \x31\xdd\xb4\x2c\x4b\xd7\x4d\x04\xa0\xd4\x2a\x2f\xda\x5b\x58\xb4\ \xb7\x78\x5f\x89\xc6\x51\x58\x06\x15\x91\x9f\x66\x4f\xba\x61\xcc\ \xec\x3e\xc3\x6f\x4c\x51\x8e\xeb\xb1\xd8\x94\x90\xf2\x70\x34\xaa\ \x78\x18\xa3\x8c\x12\x89\x26\xec\x77\x2a\x51\xc2\x18\xe9\xc8\xcb\ \x96\xaf\x59\x07\x84\x34\x08\x7a\xdd\x3f\xc1\x05\x17\xb2\x24\x6d\ \xd8\xb8\xe1\x48\x7c\x32\x36\x36\x36\xc7\x80\xe5\x0e\x80\xa2\xf9\ \xc9\xc3\x27\xf5\x3c\xb7\x60\x57\xa9\x23\xbd\x59\x92\xc2\x8f\xd4\ \xb4\x43\x40\x42\x3b\xf4\x38\x9d\xe6\x63\x8b\xae\xfd\xba\x27\x55\ \x8e\x7d\x74\x85\x2c\xfb\x01\x59\x9b\xd3\xce\x39\xbb\x96\x11\x4a\ \xcd\x7d\x6b\x16\x6f\xa8\x90\x68\xe5\x82\xf9\x25\x0f\xdf\x76\xca\ \xec\x67\x47\xd6\x79\x7b\x28\x25\x84\x80\xa8\x7c\x7f\xfa\x77\xf7\ \xbc\x32\xb9\xfd\xe7\x5f\xed\x09\xd1\x56\xcd\x70\xea\x5b\xf3\x38\ \x77\x77\x3b\xeb\x9c\x74\xce\x28\x40\x70\xdb\xea\x60\xe7\x91\xa7\ \x7b\x77\xec\xae\x30\x3b\xf4\x3b\xa3\x68\xfb\x57\x61\x63\xbf\x21\ \xdd\xc7\x21\xdc\xb2\xbe\xc2\x66\x57\xb3\x88\x02\x96\x44\x09\xad\ \x1b\x07\x99\xf0\xbf\x93\x13\x77\x2f\x5e\xbf\xbe\x75\xf3\xe6\x79\ \x84\x90\x84\x43\x46\x24\x40\xf1\xe9\xac\xd9\x7a\x3c\x6e\x3f\x06\ \x36\x36\xc7\x8d\xb8\x53\x69\xe3\x37\x6f\xbe\xfe\xe1\x8f\x51\xc1\ \x18\x01\xdd\xf2\xdc\xf6\xd2\xb3\x3d\x7c\xbf\xdd\xa1\xca\x54\xba\ \xec\xf5\xc7\x8b\x7d\x32\x00\x16\x6e\x7b\x61\xda\xde\xc2\x98\x45\ \x29\x0d\x4f\x7b\xf1\x29\x9f\x53\x25\x04\x00\x88\x88\x9a\x84\x00\ \x10\x69\xd3\xe2\xb7\x9e\xde\x3b\xab\x60\x63\x04\x80\x51\x89\x6e\ \xfd\xcf\x13\x25\x91\x12\x00\xb2\x75\xc1\xd4\xbb\x37\x2e\x68\x9a\ \x9e\x24\x11\x2c\xd8\x54\x6e\xa0\x31\xe3\xb5\xf1\x01\xb7\x94\x70\ \x1e\x68\x86\x28\xfa\x6e\xfa\x77\xd9\xa9\x2a\x23\xf3\xde\x7a\x62\ \x6f\xc1\x5e\xed\x78\x1e\x2b\x53\x4f\xac\xb6\xea\x4d\xa5\x59\x37\ \x9f\x68\x27\xaa\x5b\x90\x88\x42\x91\x11\x64\x8c\x32\x02\x3d\x69\ \x75\xd9\x9c\x17\x7f\x6a\x76\x4a\x7e\xdb\x0e\x29\xb9\x2d\x65\x59\ \x2d\x29\x29\xa9\xa8\xac\xd8\xbc\x69\xf3\xce\x1d\xdb\xa3\xd1\x88\ \xed\x96\xb1\xb1\x39\x4e\xc4\x9d\x48\xb4\x6c\xe6\x27\xeb\x6f\x1f\ \xff\x76\xe7\x74\x87\x10\x08\x04\xf4\x58\xec\x48\xdc\x32\x84\x92\ \xda\x3d\x9b\x6b\xf7\xf3\x19\x00\xa0\xb9\x77\xc7\xd6\xfd\xea\x0e\ \x4a\x00\xc0\x8a\xd5\x6c\xde\x58\x03\xc0\x12\x3f\x0c\xef\xd9\x14\ \xae\xfb\x16\xc2\xe5\x85\x9b\xcb\x7f\x09\x6c\x52\xb4\x6b\x53\xd1\ \x7e\xc7\x09\x6d\xab\x2d\xf9\xe5\x10\xf6\x65\x04\x10\x82\x1b\x5a\ \x6c\x39\x57\xd6\x7a\x72\x18\x73\x10\x00\x14\x00\xa2\xa1\x41\x05\ \xca\xae\xd2\xef\xb7\x17\x0b\xfe\x35\x20\x7a\xbc\x1e\x4d\xd3\xca\ \x4b\xf7\x31\x26\xd9\xca\x6e\x63\x73\x1c\x89\x3b\xb5\x42\x3c\x35\ \xb7\x85\x5f\x36\x4c\x8b\x00\x00\xb1\x23\x8c\x1c\x1d\x58\xa6\x61\ \x55\x57\xc0\x6f\x45\x84\xa9\xad\xa9\x02\x00\xc6\xec\xf9\xc9\x36\ \x36\xc7\x97\xb8\xa3\x90\x52\xfc\x35\x6b\x1f\x7b\xf4\x91\xc4\x20\ \x43\x8b\xbb\x2f\xb9\xeb\xd6\x8e\x1e\x7a\x48\xb7\x8c\x10\x22\x2d\ \x2d\x55\x96\xed\x38\x24\x47\x3d\x5e\x8f\xc7\x2e\x04\x1b\x9b\x63\ \x59\xdc\x2d\xee\xbb\xe6\xa1\x27\x43\x66\x9d\x96\x23\xd2\x54\x07\ \x3d\xdc\x50\x48\xc3\x30\x2e\xbf\x6c\x78\x56\xb3\xbc\xa3\x7a\x36\ \x97\x0d\x21\x24\x16\x09\xd9\xe5\x60\x63\x73\x6c\x8a\x3b\x21\xbc\ \x7c\x5f\x45\x52\x93\x74\x41\xa8\x54\xd7\x85\x09\x88\x94\xfc\x9a\ \x67\x86\x08\x21\x24\x59\x41\x21\xec\x02\x3d\xaa\xc5\x5d\xd8\x57\ \xd0\xc6\xe6\x18\x15\x77\x22\x93\xb2\x97\xc7\x3e\x3b\xea\xa5\x71\ \xdf\xbc\xf4\xd8\xaa\x88\x52\x17\xab\x8b\xbb\x6f\x78\xea\xb1\x6e\ \x7e\xc6\x6d\xd3\xdc\xc6\xc6\xc6\xe6\x28\x14\x77\x34\x30\xe7\xe5\ \x0f\xde\xd1\x62\xb1\x9b\x26\x4c\x63\x24\xa1\xe5\x24\x56\x5b\x1e\ \x16\x54\xd8\xca\x6e\x63\x63\x63\x73\x34\x8a\x3b\xa1\x24\xb8\x61\ \xfe\x07\x1b\xaa\xf6\x8b\xd6\x42\x70\xdd\xa2\xc5\xfd\xc7\x8e\xef\ \x9f\x2a\x59\xb6\xbe\xdb\xd8\xd8\xd8\x1c\x85\x96\x3b\x51\x64\xad\ \xa2\xb4\x4c\x92\x1a\x05\xa5\x03\xd2\x6e\xd0\xd5\xa7\xa6\xfc\x3f\ \x29\x3b\x63\xac\xf1\xc8\xeb\xc4\x54\x4a\xfb\x3a\xd9\xd8\xd8\xd8\ \xfc\x71\x71\x47\x21\x1c\xad\xce\xb9\xad\x75\x42\xe7\x09\x63\x12\ \x25\x68\x99\x16\x1e\x6a\x4d\xce\xdf\x84\x13\x8a\x87\x0a\x0b\x40\ \x91\x33\x42\x0e\x99\xa0\xa6\x69\x8b\x16\x2d\x8a\xd7\x4f\x88\x27\ \x84\xe4\xe7\xe7\x77\xea\xd4\xc9\x1e\x87\x63\x63\x63\x63\xf3\x67\ \x2c\x77\xa8\x93\x71\x42\x6b\xf7\xac\x9a\x39\x73\x6e\xa1\x94\x7f\ \xef\xa8\x4b\x6a\xf7\x6c\x75\xe5\xb4\x0e\xd4\xfb\xe0\x8f\x04\x33\ \x12\xd2\xfe\xfd\x88\x33\x5a\x79\x80\x2c\x0b\xcb\xe4\x67\x5c\xb1\ \x43\x49\xc9\x3f\xa1\x9b\x74\x50\x74\xfc\xf9\xf3\xe7\x6f\xdc\xb8\ \xb1\xb1\xe5\xfe\xe3\x8f\x3f\xe6\xe5\xe5\xf9\xfd\x7e\x5b\xdf\x6d\ \x6c\x6c\x6c\xfe\x8c\xb8\x03\x00\x91\x68\x70\xea\xf8\x77\x7a\xdf\ \xfd\x20\x4e\x7f\x97\x23\xd9\xfe\xe3\xd7\x15\x2c\x6f\x78\x9e\x6a\ \x1e\x99\x83\x84\x10\xa2\x57\x96\xa4\xa5\x26\x7b\x92\x5c\x8d\x94\ \x1a\x01\x51\x6e\xda\x66\xc6\xdc\xd9\xa5\xcc\xdf\xb2\x4b\xcf\x83\ \x7f\xe5\xf5\x7a\x47\x8f\x1e\xdd\x58\xdc\xd7\xad\x5b\x57\x51\x51\ \x11\x08\x04\x0e\x21\xee\x84\xaa\x8a\x64\xea\x46\x22\x53\x4c\x56\ \x19\x1a\xc6\x5f\xe4\x3c\xa2\xb2\xaa\x30\x02\x00\xc8\x4d\xdd\x14\ \xb2\xaa\x80\x65\x98\x1c\x01\x48\xa3\xf7\x36\x36\x36\x36\x7f\x53\ \x0e\x19\xf2\x97\x50\x5e\x1e\xf6\xb5\xea\xd5\x32\x53\x26\xc0\x24\ \x19\x2d\xdd\x12\xf8\xbb\x42\x90\x58\x82\x13\xce\xc1\x32\x81\x73\ \xae\xc7\x2c\x3d\x2e\xb4\x98\x9c\x9a\xb9\x64\x5f\x70\x4b\x41\xe1\ \xd9\x37\xdd\x4f\x25\xf9\x90\xb5\x02\x63\x89\x05\x85\x7e\xe1\x70\ \x35\x88\x5e\xb6\xe9\x8a\x21\x57\xce\xda\x54\x4b\x28\xa1\x4c\x7c\ \xfb\xc8\xf0\x5b\xdf\xde\x4b\x28\x21\x94\xa9\x0e\x87\xc3\xa1\x32\ \x4a\x00\x88\xac\x3a\x64\x46\x00\x40\x52\x54\x89\x00\x93\x15\x99\ \xd6\xe9\xb7\x22\x33\x00\xa0\x4c\x76\x38\x1c\x0e\x87\xda\x10\xa4\ \x86\xa9\xea\xf7\x4f\x0f\xbb\x7a\xd4\x9d\xf7\x8c\x1e\x3d\x66\xea\ \x4f\x0a\xd3\xde\x7f\xf0\xca\x5b\xde\x58\xc6\x09\x15\xd1\xdd\x77\ \x5c\x74\xd9\xbb\xab\x6b\xc1\x8e\xc8\x62\x63\x63\x73\xb4\x59\xee\ \xc2\x92\x5a\xb6\x53\x37\xfe\xeb\x3f\x73\xa5\x58\x74\xf5\xdc\xb7\ \xde\xfd\x2e\xfe\xd4\x70\xc5\xfc\x3d\xfd\x9a\x9c\x0b\x61\x68\xc1\ \xd6\x3d\x25\x0a\xea\xba\x85\x20\x90\x35\xc9\xf9\xba\xa0\xe6\xa7\ \x55\x6b\x4e\xc9\x4d\x76\x24\xa7\xc3\x9f\x77\xb3\x50\xe6\x4b\x4d\ \x5a\xfc\xf2\xc3\xad\x9f\x7e\xa1\x43\x9a\x24\x39\x5c\x4e\x85\x02\ \xd0\x60\xc1\xd2\xa7\x9e\x7a\xb3\x04\xd2\xaf\x1e\x33\xf6\xdc\x3c\ \xed\xe9\x91\xa3\x9b\xdc\xf0\xea\x65\x27\x79\x67\x3c\x75\xbb\x3a\ \xfc\x09\xdf\xc2\x27\x37\x76\xbf\xfb\x8e\x13\x7d\xc1\x4d\x6f\x3e\ \xf6\x5d\xf6\xa3\x23\xce\xdc\xf4\xcd\xe4\xe7\xdf\x9e\xaf\x3b\x73\ \xee\x7a\xf1\x99\x6e\x5e\xc1\x11\x80\x8a\x78\xcc\x7d\xcd\xed\x0f\ \xf7\xc8\x75\x02\x10\x83\x93\xcb\xc6\xbd\x50\x76\xe3\x6d\x3f\x14\ \x77\x66\x9f\xbf\x98\x31\xe2\x91\xab\x4e\x0a\xd8\x96\x7b\x5d\x73\ \x4c\x88\xe3\x66\x79\x4f\xac\xfb\x57\x3f\xb7\xef\x97\xcd\xf5\x25\ \x40\x08\xa1\x94\x26\x3e\x0a\x2e\x10\x05\x01\xc2\x18\x65\x94\x09\ \x14\x28\xea\x3a\xa1\x18\x63\x00\x80\x88\xe6\x1f\x5d\x93\xf6\xd8\ \xf2\x52\x36\x3e\x17\x92\x28\xd0\x03\x9f\x75\x4a\x13\x67\xcd\x28\ \x63\x8c\x22\xa2\xe0\x1c\x08\x61\x8c\x12\xb2\xbf\xfd\x97\x48\xa0\ \x2e\x4d\xc4\xfd\x3b\x0c\x2d\x8b\x33\xc6\xac\x3f\xb1\x80\xc1\x51\ \x74\xc3\x1f\x3a\x74\x94\xb0\xf0\xc2\x3b\x9f\xf8\xfc\xa3\x59\xbb\ \x93\x53\x7f\x2e\xe0\x77\x3c\x76\x7f\x96\x4a\x7f\x97\x9a\x09\x21\ \xa8\xc3\x35\x7f\xd9\xca\x2d\x5b\xb6\x8c\xb8\x70\x70\x96\x08\x7f\ \x5f\x8d\xdf\x2e\x5e\x38\xfc\xa2\x61\xa1\x95\x0b\x00\xf1\x2f\x08\ \xc1\x8e\x18\x57\x3b\x3f\x75\x57\x93\x07\x5f\xf8\xf7\xd3\xcf\xdc\ \x44\x08\x00\xa1\xb2\xb1\xe1\xf9\x67\x3f\xba\x62\xdc\xc4\x3c\x6d\ \xe5\x2d\x63\x9e\xce\x7b\xef\xa5\x3b\x1f\xbe\xe2\xee\xf1\x2f\x77\ \xac\x74\xaf\x24\xa7\x3c\x93\xe3\x98\xa3\xeb\x06\x47\x00\x82\xc2\ \xd0\x4d\x21\xcc\xaa\xb7\xde\xdb\xf8\xc0\xa4\xa9\x69\x91\x0a\xe6\ \xc6\xc4\x58\x7e\x8a\xb1\xd2\xaa\x48\xd1\x9c\x59\x35\x6d\x5a\x9f\ \x7a\x6a\x57\xb7\x04\xa6\x48\xbd\xfa\xfe\xeb\xee\x7e\xf6\x2e\xd5\ \x71\xc2\xd3\xd7\xb5\xb0\x95\xbd\xbe\x0a\xe7\x1d\x3a\x9e\x70\x6c\ \xcb\xb9\x68\x24\x1a\x96\xc9\x15\x99\x71\x01\x84\x00\x25\x60\x21\ \x20\x22\x01\x02\x28\x24\x46\x75\x2d\xba\x76\xd5\xca\x35\xab\x56\ \x02\xb7\x72\x9a\x66\x77\x3c\xa9\x93\xe9\x75\x2d\x5e\xf1\xd3\xaa\ \xf5\x6b\xcb\x43\x91\xdc\x16\xad\x53\x33\xb2\x77\x6c\xdf\x53\x5e\ \x58\xba\x79\xed\x96\x34\x5f\x4a\x9a\xdf\xfd\xaf\x31\xb7\x72\xfe\ \x47\x06\x83\x65\x65\x65\xfb\x03\x81\xa3\xb9\x60\x05\x39\x94\xdb\ \x40\x98\x40\x13\x4d\x7a\x53\x07\x59\x02\x60\x91\x48\x4d\x69\x45\ \x45\x59\x65\x15\x30\x5a\x5c\x5a\x32\x77\xfe\x37\x05\x45\x25\x79\ \xed\x4e\xca\xcc\x6e\xb6\x65\xcb\x96\x35\x6b\x7e\xde\x57\x54\x8a\ \x42\xe8\x71\x0d\x28\x03\x8e\x80\xa0\x2a\x5e\x59\x71\x3a\x5c\x5e\ \x8f\x3f\xd9\x9f\x92\xec\xf5\x7a\x15\x89\xb8\x1c\x8c\x9a\xd1\x51\ \xd7\x5f\xf3\xf9\xec\x8f\x46\x5f\x73\xa9\x6e\xfc\xc1\xe5\xae\xda\ \x75\xe8\x78\x54\x5b\xee\x00\x40\x22\x35\x25\x85\xa5\xfb\x0a\x2b\ \xc2\x02\xc8\xf6\x7f\x3d\x3b\x72\xdc\xc3\x5d\x7c\x47\xae\xef\xc4\ \x12\x5c\xaf\xa9\xe8\xd9\xf5\xd4\x8d\x1b\x36\xfc\x67\xd6\xd7\x2d\ \xf2\x9b\xaf\x5e\xb3\xee\xdc\x73\x06\x76\x76\x1a\x73\x42\xb5\x02\ \x45\x22\xd2\xef\x9f\x45\xe8\x81\x36\xe7\xdc\xd1\xe1\xde\xb1\xcf\ \xce\xbe\x08\x28\x21\x24\xb4\xfa\xeb\xb5\xa5\xfb\x76\xde\x7d\x1d\ \x00\xea\xd1\xe8\xfa\x12\x3d\x3f\xeb\xec\xcb\x4f\xdd\xf8\xd4\xa4\ \xdd\x8f\xbe\x77\x2f\x0a\x03\xf6\xab\x55\x90\x32\x7f\xe7\xbc\xf8\ \xb8\x87\x5f\xbc\xed\x8e\xeb\x7b\x52\x4c\x9c\xa0\xa9\xc9\x97\xbe\ \x30\x4d\x18\xc1\x05\xd3\x5e\xb8\x6b\x43\xf4\x9d\xbb\xcf\x30\x0c\ \x01\xd4\x81\x95\xa5\xd1\xec\x16\x5c\x1c\xc6\x9b\x75\xbc\x72\xac\ \x8e\x55\x45\xb2\x9f\x0d\x89\x48\x65\x89\x99\x96\x40\x8b\x53\xca\ \x08\xa3\x12\x00\x10\x02\x14\xe2\xe1\xd8\x0f\x2b\x57\xac\x5c\xbd\ \xd2\xed\x75\x76\xee\xd3\xab\x7d\xfb\x0e\xd5\xc1\xaa\x69\xef\x4f\ \x5f\xb3\x65\x6b\x4e\xab\x16\x3d\x7a\x9c\x52\x1b\x8d\xad\x59\xbf\ \x79\xce\x9c\x45\xf1\xb8\x21\x59\x12\x20\x5c\x3b\x72\xe4\x80\x7e\ \x3d\x82\xbb\x77\xfc\x31\x33\x50\xe0\x51\x3f\x44\x18\x41\x34\x8c\ \xd0\x10\x02\x08\x05\x4a\x29\x10\x44\x13\x50\x98\x88\x16\x63\x74\ \xe7\xae\x9d\x7b\x8a\xf6\x06\x92\xd3\x4a\x2b\x2a\x3f\xf8\xe8\xc3\ \x78\x5c\xef\x7d\xca\xc9\xdd\x7a\x9c\x32\xff\x87\x55\x3f\x7c\xb7\ \xac\xb2\xb2\x82\x52\x46\x10\x24\x49\x96\x5c\x92\x53\x75\x38\x1c\ \x4e\xa7\xd3\xe5\xf5\x04\x7c\xbe\x64\x5f\x52\xb2\xd3\xed\x97\x54\ \x95\xc8\x92\x19\x8f\xc9\xc4\x92\xd0\x61\xea\x56\x34\x12\xfb\x93\ \x96\xe5\xd1\x52\xf2\x87\xe9\x50\x95\x82\x53\x9e\x7b\x39\xfd\xcc\ \xcb\x2f\x4c\xf5\x10\x40\x8e\x72\xb6\x83\xfc\x8e\x19\xaa\x04\x38\ \x47\x33\x16\x49\xdb\xf1\xe3\x45\x83\xce\xf9\xf0\xf3\x2f\x57\xac\ \xfa\xb9\x43\xfb\x76\xdd\x52\xa4\xf8\xf6\xd5\x06\x12\xfc\xeb\x66\ \xbb\x0a\x41\x3a\x5d\x33\xee\xd4\xc7\xee\x9a\xb7\xa3\x5a\xca\x05\ \xd9\xad\xa4\xb4\x38\xed\xd5\xa7\x47\x29\x80\x94\x00\x50\xce\x48\ \xcd\xca\x0d\xa5\x7d\xda\x85\xbe\x9e\xb7\xae\xcd\xe0\xb6\x32\xa3\ \xc1\x08\xca\x12\x63\x94\x02\x20\x50\xe5\xba\xa7\xde\xe8\xb7\x6a\ \xd1\x5b\x4f\xdf\xf3\xfd\x95\xff\xba\xfb\xb4\x24\x8b\x23\x10\xe6\ \x70\x30\xae\xba\xce\xfd\xc7\xcd\xb3\x6e\x99\x56\x06\x67\x67\xb2\ \x92\xd7\x5f\x7e\x63\xe8\xe3\x6f\xbb\xe7\x3e\xf9\xda\x97\x9b\x1f\ \xb9\xb8\xbd\x61\xd8\xa3\xef\x8f\x71\x48\x9d\xbf\x05\x13\xef\x09\ \xa0\xa5\x5b\xb2\x2a\x03\x20\x02\x12\x82\x80\xc4\x08\x87\x36\xae\ \xdb\xb8\x63\xf7\x2e\x5f\x6a\xd2\x19\x67\xf6\xcf\x69\x95\xbf\x66\ \xd3\x86\xa7\x26\xbe\xb2\x77\x5f\x71\x9b\xd6\xad\xcf\x1e\x3c\xb4\ \xa8\xb8\xe4\x9b\x79\x8b\xd7\x6f\xd9\x1a\xd1\x0c\xa0\x72\x3c\x66\ \xaa\x84\x00\x27\xcf\x3c\xf7\xe2\x8c\xf7\x32\x26\x8c\xbb\xfd\x8f\ \x59\xee\xc7\x40\xe9\x36\x76\xc8\x10\x82\x80\x80\x28\xb8\xb0\x64\ \x45\x01\xa4\xe5\xe5\xb5\x3b\x0b\x76\x69\x31\xa3\x36\x1a\xfb\x62\ \xde\x8c\x1d\xbb\x0b\x5a\xb6\x6e\x97\xd5\xb4\xe9\x9a\xb5\x6b\x7f\ \xf8\xf7\x8c\xb8\x09\x51\xcd\x20\x00\x88\x96\xd7\xed\x05\x20\x3e\ \xaf\x2f\x39\x29\x25\x10\xf0\xbb\xdd\x3e\x87\xc3\xa9\x3a\xdd\x8a\ \xc3\xc9\xa9\x64\x72\x40\x44\x49\x92\x89\x10\x6e\xb7\x2f\x1e\xd3\ \x43\xa1\xe8\x71\xe2\x47\x3c\xb4\xb8\x13\xab\x3a\xea\x6d\x77\xe1\ \xc0\x7e\x0e\x56\x67\x58\x20\xfe\xbe\x90\xee\x02\xd0\xb2\x2c\x2b\ \x58\x95\x67\x99\x37\x8d\x1c\xb1\x61\xf3\xe6\x53\x3b\xb4\xd2\x97\ \x7f\x2d\x49\x4c\x17\x88\x28\xfe\xc2\x7b\x44\xd7\x95\xa1\x23\x6f\ \x5e\x32\x7a\x4c\x3a\x08\x67\xe7\x2b\x4f\xa8\xb9\xee\xcd\x4f\xdb\ \x0f\x68\xe7\xdb\x55\x91\x3c\xf4\xdc\x96\x6b\x5e\x1a\x53\x91\x7b\ \xfd\x43\x57\x64\x8f\xbb\xe9\xc9\x5d\xfd\xc7\x77\x68\xdb\xea\xcd\ \xd7\x9f\xfd\xca\x75\xa5\xab\xa0\x14\x69\x33\xe4\x91\xc5\xf3\xd7\ \xa5\x65\x67\x64\xa5\xb2\xad\x95\x3a\x10\x00\x20\xa4\x72\xc5\xb4\ \x1f\x63\x27\xb6\xf0\xaf\x9b\xfb\x8e\x79\xc2\xe0\x0c\x6a\x2c\x7d\ \xf9\x89\x4d\xa9\xc3\xaf\x6b\x91\xc4\xae\x1c\x35\xf3\xd6\x47\x67\ \x75\x7d\x77\x50\x33\xb0\x07\x67\x1e\xfb\x60\x5d\xc4\x3c\x82\x40\ \x40\xc8\x0a\x03\x21\xd0\xd4\x88\xc3\x61\x86\x82\xab\x57\xac\x2c\ \xdc\xbb\x37\xbd\x49\x93\xc1\xe7\x0d\xd6\x99\xf8\x6e\xe5\xca\x97\ \xc6\xbc\x2d\x79\x5c\x3d\x4e\x3d\xb9\xfb\x59\x03\xd6\x6f\xd8\x30\ \xe5\xdf\xef\x9b\xba\x49\x15\x25\xa6\x71\xcb\x80\x70\x3c\xaa\xc8\ \xaa\xd3\xe7\x77\xa9\x2e\x34\x21\xbd\x49\xd6\x71\xbb\x4e\x02\xc1\ \x46\x83\xe8\x00\xa8\x04\xa6\x61\xca\x92\x22\x2b\x4a\x71\xf1\xee\ \xcd\xdb\xb7\x05\xc3\x51\x26\x2b\x4b\xbe\xff\x6e\xeb\xb6\x9d\xdd\ \xba\xf6\xec\x7d\x4a\xee\xd2\xef\x7f\x9a\xfa\xde\x87\x8a\xaa\xba\ \xbd\x81\x68\x6d\xd0\xe9\x74\xf9\xfd\x3e\x87\xc3\x6d\x18\x7a\xd3\ \xec\xdc\xe4\xe4\x64\xb7\xcf\xeb\x50\x9c\x8a\x2c\x5b\xc8\x81\x52\ \x04\x6a\x21\x63\x12\x63\x8c\x59\x84\x12\x93\x28\x8a\x1a\x0a\x45\ \xa3\xe1\xf8\x71\xb2\x40\xcd\xa1\x3b\x54\xb9\x94\x7f\x42\x5a\xe5\ \xf4\x7f\x4f\x89\xc7\x34\x81\x60\x99\xea\xa0\x1b\x47\xb6\x75\xd1\ \x23\x95\x64\x44\x4f\x4a\xc6\x3a\xdd\x91\x56\x5b\x09\x15\x21\x5a\ \xf2\x71\x92\xd3\xb3\x66\xce\x3a\xe4\xa6\xce\xc1\xdf\x67\xb0\x74\ \x98\x31\x30\xd1\x68\x74\xc5\x8a\x15\x84\x10\x5d\xd7\x25\x49\x62\ \x8c\x15\x14\x14\x74\xed\xda\xf5\x90\xc7\x60\xae\xe4\x73\x07\x74\ \xa6\x9c\x03\xa0\x23\xbd\xcd\x1d\xd7\x5c\xbd\x3b\xd9\x63\x58\x49\ \xb7\xbd\xfc\xf2\xbc\xaf\x17\xfd\xb4\xaa\x28\xa5\xd5\xa9\x22\x5a\ \xb1\xdd\x7f\xf6\x88\x8b\xbb\x23\xf0\xab\x6f\x1c\xbc\x61\x77\x78\ \xd8\xe9\xc3\x1f\x83\x79\x3f\xad\xfe\x1e\x1c\x1d\x2f\xea\x77\x12\ \xa2\x88\x94\x17\x6c\xda\xb1\x3d\x70\xda\xb5\x8f\x0d\xc8\xe2\x16\ \x07\x00\x21\xa7\x04\xcc\x6d\xcb\x97\xef\xf0\xb6\xbb\x78\x42\xff\ \xde\x46\x28\x58\x96\x7e\xf2\x1d\x23\x06\xc9\x68\x40\x20\xff\xc1\ \x9b\x2f\x5e\xbe\x73\x0b\x6f\xda\x96\xda\x4b\x98\x1c\x07\xe6\x65\ \xa3\xc9\x1d\x28\x38\xa7\x44\x80\x2c\x6d\x5a\xb3\x66\xfb\xd6\x2d\ \xe9\x4d\x9a\xf4\x3d\x77\x60\x54\x8b\x4f\x9b\xf5\xf1\xae\xbd\x45\ \x92\xd7\x7d\xf6\xe0\xa1\x51\xcb\xf8\x79\xed\xfa\x9f\xa7\x7f\x54\ \x51\x5e\x15\x90\xdd\xd1\x88\x09\xb2\xd0\x0d\xe1\x74\xfb\x5c\x5e\ \x87\x43\x75\x29\x54\xf1\x79\xfd\x5e\x97\xb7\x7d\xc7\xb6\xc7\xed\ \xec\x8d\xfa\xb0\x55\x04\x81\x00\x11\x96\xc5\x65\x45\xad\x0d\xd6\ \xac\x5b\xb7\x86\x0b\x34\x81\xac\xda\xb0\xb1\xa8\x68\x5f\x7e\xcb\ \x56\xed\x4f\xf4\xaf\x58\xbb\x71\xcb\xb6\xed\xe1\x98\xee\xf6\xa7\ \x19\xba\x19\x8f\xf3\xe6\x79\xad\x52\xd3\xd2\x7c\x3e\x5f\x5a\x5a\ \x46\x2c\x1e\x77\x38\x5c\x3e\xbf\x5f\x80\x40\x41\x64\x49\x66\x84\ \x23\xa0\x89\xc0\x4c\x22\x20\xd1\xe3\x4a\xa8\xa4\xc8\xb2\xc3\xb2\ \x50\x51\x9c\xc7\x49\xb1\x1f\x66\x25\x26\x08\x15\x6c\x29\xcb\xb8\ \xe0\xc2\xbe\xf9\xa9\x04\x10\x91\x65\xa8\xbf\x63\x06\x13\x22\x26\ \x35\xc9\x6e\x79\xf3\x33\xf1\x58\xb4\x61\x63\xa2\x9b\xc4\x41\xa9\ \x2f\x90\xec\x50\xe4\x43\x96\x6f\x4d\x4d\xcd\xe7\x9f\x7f\x6e\x18\ \xc6\x2d\xb7\xdc\xb2\x6c\xd9\xb2\x75\xeb\xd6\x69\x9a\xd6\xa7\x4f\ \x9f\x43\x67\xdd\x9d\x3a\x74\x50\x2a\x58\x22\xe1\x9c\x69\x71\xfa\ \x90\x16\x00\x80\x9c\xb9\xb3\xce\xb9\xe8\xf2\xfa\x06\x04\x0c\x1b\ \x3e\x14\xc0\x00\x80\x9c\x13\xfb\xe7\x00\xe8\x26\xb4\xee\x73\x4e\ \xeb\x46\x49\x9e\x31\xec\xf2\x86\x4a\xad\xee\x96\xf3\xe5\x0e\x18\ \x96\xdb\xe8\x50\xbe\xc1\x17\x5e\x08\x60\x20\x00\x70\x4c\xef\x3e\ \x78\x70\xa3\x16\xe5\x71\xad\x7d\x84\x44\x22\x11\x45\x51\x28\xa5\ \x9c\x73\x45\x51\x84\x10\x47\xb5\x59\x84\x88\x84\x90\xc4\x29\x20\ \x22\xa5\x00\x40\x13\xfe\x02\x04\xa0\xb2\x5c\xb0\x6d\xdb\xaa\xd5\ \xab\x25\x89\x75\xe9\xd6\x23\x90\x9d\xf9\xce\x07\xd3\x17\x2d\x5a\ \xdc\xaf\xff\xd9\x3d\xcf\xe8\x5f\x1b\x0a\x7d\xf8\xf1\xec\xa2\xd2\ \x52\xc3\xb2\x04\x27\x4e\xd9\x17\x8d\xe9\x54\x71\xc9\xaa\xe2\xf5\ \x7b\x3c\xfe\x80\xc7\x1b\xf0\x78\x7c\x49\x49\x29\x01\x8f\x4f\x62\ \xb2\xcb\xa3\xe0\x1f\xcf\x27\x20\x62\xc2\xf9\x4b\x13\x2b\xcb\xff\ \xed\x6f\x15\xce\x79\xe2\xf6\x60\x8c\x01\x03\xcb\x44\xce\x0d\xd5\ \xa9\x1a\x26\x02\xb0\xb8\x61\xec\x2b\xab\x70\xb8\xbd\xdf\x7c\xb3\ \xe0\xc7\x9f\xd7\x9c\xd2\xbf\x7f\xae\xcb\xf7\xc5\xd7\xf3\xaa\xaa\ \x6a\x74\x0b\x65\xc5\xe9\x74\x39\x4c\x0e\xd9\x39\x39\x59\x59\x4d\ \x9b\x65\xe7\xa8\x0e\x95\x31\x89\x4a\x12\x04\x83\xc9\xc9\xa9\x94\ \x31\xdd\x32\x09\x61\x00\x80\xc2\x12\x54\x00\x27\x54\x26\x42\x10\ \xc1\x39\x50\x26\x2c\xe1\xf7\xfb\x2b\xca\xcb\xc5\x5f\xe1\x13\x4e\ \xc8\x97\x10\x22\x31\x74\x5b\x08\xc1\x39\x4f\x5c\x8b\xc4\x57\x75\ \xa7\xf9\x3f\x75\xd0\x1f\x6e\x99\xbd\xf2\x60\x6a\xa7\xbb\x07\x9d\ \xa6\xd4\x49\x3a\x1a\x9a\xf6\xbb\x46\x88\x10\x42\x92\x53\xd3\x08\ \x49\x3f\xb0\x50\x12\x05\x73\x28\x65\x47\xc4\xce\x9d\x3b\xef\xd9\ \xb3\x47\xd3\xb4\x2d\x5b\xb6\x98\xa6\xd9\xa4\x49\x93\xe4\xe4\xe4\ \xac\xac\x2c\x3b\xbc\xcc\xdf\x96\xc4\x5c\x84\x44\x2c\xf8\x06\x59\ \x3c\xaa\x4f\x07\x11\xf9\x2f\x43\xe5\x50\x08\x64\x8c\xe9\x96\xb1\ \x6d\xfb\x8e\xad\xdb\xb6\xf9\xfd\xfe\x76\x5d\xbb\x6a\x71\xfd\xb3\ \x05\x0b\x37\xee\xd9\x9d\xdd\xaa\xe5\xe0\xcb\xae\xd8\xb4\x71\xcb\ \xec\xf9\x8b\xab\x6b\x6a\x05\x27\x86\x6e\x4a\xb2\x43\x22\x54\x02\ \x59\x75\xab\x81\x94\xb4\xb4\xf4\x8c\x40\x20\xd9\x1b\x08\xa8\xaa\ \x13\x80\x52\x2a\x11\xc2\x18\x50\xa6\x2a\x7f\xd8\x44\x48\xc4\x5c\ \x4a\x04\x62\x42\xc4\x44\x9d\xf4\x77\xae\x32\x11\x91\x31\x26\x49\ \x52\x43\xe5\x64\x18\xba\xec\x90\x2c\x81\x51\x4d\x8b\xc6\xb5\xbd\ \x85\x7b\xe7\xcc\x9d\x53\x1b\x0a\xfb\xfd\xfe\xfc\x36\x1d\xbf\x9c\ \xf3\xed\x8e\xed\x3b\x24\x49\x01\x2a\x23\x80\x24\x39\xfd\x81\x94\ \x26\x4d\xb2\xf3\x9a\xe7\x07\x92\x92\x91\x83\xaa\xa8\x16\x0a\x2e\ \x80\x4a\x3a\x91\x54\x90\x24\x4a\x25\x14\x84\xa3\xb0\x04\x22\x02\ \x47\x30\x91\x70\x8e\x80\x04\x11\x18\x01\x20\x84\xca\x4c\x92\xff\ \xec\xea\x92\x89\x5b\xbd\x61\x16\x8e\x69\x9a\x96\x65\x49\x92\x24\ \xcb\xb2\x10\xa2\xa1\xae\x15\x42\xfc\x6f\xaf\xcb\x61\x96\xd9\x63\ \x01\x57\xd5\xfa\xf1\xcf\x3f\x2f\x51\x00\x00\x8b\x3b\x07\x8d\xfc\ \x67\xeb\x23\x77\xcb\x34\xba\xa2\xbf\x2b\x37\xed\xdb\xb7\xef\xd0\ \xa1\xc3\x21\x2b\x49\x9b\xbf\xed\x73\x9b\xb8\x9b\x0f\x3f\xdd\xec\ \x28\x3b\x9d\x06\xcb\x8b\x10\x22\x84\x15\x89\x44\x81\xd2\x25\xdf\ \x7d\xe7\x74\x7b\xcf\x18\x78\x4e\x75\x4d\xf0\xbd\x0f\xa6\x07\xc3\ \xd1\xd3\xfa\x9e\x9e\xdc\xb2\xed\xe2\x65\x3f\xce\xfe\xe2\x1b\x46\ \x65\xc6\xa4\x8a\xaa\x70\x7a\x6a\x46\x8a\x37\xcd\xe7\x4d\x4a\x4d\ \x49\x4d\x4b\x4f\x0f\xc6\x22\xa9\xa9\xa9\x2e\x97\x8b\x32\x09\x98\ \xac\xc8\x8a\x40\xe0\x02\x51\x00\xa5\x12\x53\xfe\xb8\xca\x24\xa4\ \xa4\x41\xe5\x13\xd2\xf9\x37\xaf\x32\x13\x05\x9b\xa8\x3b\x39\x82\ \xea\x71\x58\x1c\x8b\xf7\x95\xd5\xd4\x04\x97\xad\x58\xfe\xfd\x8f\ \xcb\xba\xf7\xec\xb5\xa7\x64\xdd\xe7\x73\x66\x1a\x82\x02\x53\xfc\ \x81\xf4\x58\x54\xf3\x78\xfd\x6d\xdb\xb5\x4b\x49\xcd\x48\x4f\x6b\ \xe2\x70\xb9\x11\x21\x12\x8e\xbb\x7d\x3e\x46\x24\xd3\x34\xb8\x30\ \x4d\xa4\x51\xdd\x92\x81\x71\x41\x05\x05\x81\x92\x29\x0c\x21\x88\ \xc5\xd1\x14\x82\x73\x81\x88\x92\x00\xb7\xd3\x21\x2b\x52\x24\xa2\ \x99\xc2\xf8\x33\x72\x6b\x59\x56\x83\x35\x03\x00\x8c\x31\x59\x96\ \x1b\x16\x19\x6d\xb0\xdf\x1b\x6e\xa1\xbf\x9b\x5b\x06\x39\x26\x5f\ \x3c\xe2\x9f\xbb\x43\x75\x62\xce\x51\xf6\x49\x04\xff\xbf\x9e\x2e\ \x5b\x31\x8f\x22\xb7\x4c\x75\x75\xb5\xc7\xe3\xf1\xfb\xfd\x92\x24\ \x1d\x03\xd7\x2e\x61\x6a\xd5\x3f\x9c\x60\x09\x64\x8a\x64\x70\x7e\ \xc6\xd9\x67\xfd\xf0\xd3\xf2\x37\xde\x7e\x47\x76\xba\xd3\x9b\xb7\ \x50\x42\xd1\xff\x7c\xf2\xd9\xee\x82\x42\x43\xb3\x14\x55\x25\x0a\ \xb3\x0c\x68\xd9\xa2\x43\x7e\x7e\x8b\x8c\x26\x99\x1e\x9f\x9f\x30\ \x26\x38\x97\x22\xa1\xf4\xb4\x74\x4a\x29\x00\xa5\x92\x62\x9a\x9c\ \x01\x91\x09\x11\x04\x85\x00\x20\xf4\xcf\xe4\x33\xa1\xe9\x50\x1f\ \x48\xf5\x6f\xde\xba\x4d\xb8\x65\x24\x49\x22\x84\x20\x81\x98\xa6\ \x97\x96\x56\x56\x54\x56\x2f\x5e\xfa\x7d\x79\x79\x75\x75\x30\x6c\ \x20\x9b\x3a\xed\xc3\x68\x34\xae\xb8\x92\x19\x52\x26\x3b\x98\xc4\ \x3a\x77\xe9\xd4\xbe\x7d\x7b\x97\xdb\xed\xf3\x07\x08\xa1\xc1\x60\ \x88\x10\x92\x9a\x9a\x1a\xd6\x0c\x64\xc4\x12\xc0\x81\x71\xca\x40\ \x52\x4c\x42\x35\xcb\x30\xb9\x65\x71\x6e\x19\x26\x15\x60\x01\x88\ \x84\x1b\x1e\x2d\x14\x16\x0a\x50\x54\x49\x37\x62\xba\x1e\xfb\x33\ \xb3\x90\x16\x2c\x58\x90\x9e\x9e\x9e\x91\x91\x91\x9a\x9a\xaa\x28\ \x4a\x83\x2d\x9f\x78\x93\x50\x79\xcb\xb2\x12\xa7\xfc\xbf\x2d\xf3\ \x43\x04\x0e\xe3\x16\xa7\x92\xd4\xac\x53\xef\xa6\xbf\x3c\xaa\x84\ \xfd\x7f\x89\xbb\xcd\xd1\x25\x85\x2e\x97\xcb\x34\xcd\x06\x57\xfb\ \xdf\xdc\x3f\x70\x24\x66\x7b\xc2\xd1\xc1\x39\xb7\x2c\x33\xaa\x45\ \x55\xa7\x73\xef\xee\xbd\x6f\xbd\x3b\x2d\xbf\x75\xdb\x8e\x5d\xba\ \x7c\x35\xff\xdb\x6d\x8b\xbf\xaf\x09\x47\xa2\x9a\x96\xea\x4a\x4e\ \x56\x1d\x5c\x08\xa6\xc8\x6d\x3b\x76\x6c\xd5\xae\x8d\xa4\x3a\x38\ \x25\x71\xd3\x94\x14\x85\x31\xa2\x99\x9a\xd3\xe3\x16\x02\x39\x17\ \x34\xb1\x6e\x25\x21\x1c\x85\x10\xc8\x91\xe3\x9f\x78\xa4\x4c\xd3\ \x30\x74\x43\x92\x24\x20\x90\x28\xff\x06\xa1\xf9\x7b\x16\xad\x10\ \x98\xa8\x32\x75\xc3\x08\x47\x22\x65\xc1\xaa\x1d\x3b\x0a\x66\xce\ \x9c\xd5\x34\x2f\x7f\xe3\xd6\x2d\xa5\xe5\x35\xc1\x50\x44\xd3\x4d\ \xa7\xcb\xc3\x64\x67\xc0\x97\x94\x97\xd7\x3c\x25\x25\xc5\xef\xf7\ \x27\x27\xa7\xa2\x40\x09\x24\xa6\xc8\x2e\x97\x2b\x1e\x8f\x07\x83\ \xb5\xcc\xe5\x13\x84\x0a\xa0\x02\x00\x89\x14\xd3\x0d\x4b\xc7\x48\ \x4c\x33\x2d\x13\x01\xc0\xe2\x0c\x99\x20\x04\x80\x20\x41\x06\xe0\ \x50\xe4\x92\xd2\xd2\xe6\x4d\x53\x63\xb1\x48\x69\x69\x11\xf9\xa3\ \xd5\x2a\x21\xe4\xfe\xfb\xef\x4f\x4b\x4b\xf3\x78\x3c\x81\x40\x20\ \x39\x39\xb9\x6b\xd7\x6e\x2d\x5b\xb6\xc8\xcf\xcf\x77\x3a\x9d\x89\ \x19\x6d\x94\x51\x59\x96\x1b\x1a\x2b\x7f\x1f\xb7\x0c\x91\x69\xe9\ \xb8\xdb\x9e\xbb\xfe\x85\x47\xe6\x3f\xf3\xc8\xcf\x91\xba\xb6\x86\ \xc9\xdd\x23\x1f\x1f\xdb\xd5\x47\xed\x89\x99\x36\xfb\xab\xa1\x48\ \x49\x49\x31\x0d\x81\x02\x05\x00\xa5\x44\x00\x43\x04\x42\x81\x10\ \x10\x08\x42\x00\xa5\x90\x50\x7d\x46\x09\x01\x21\x38\xa7\x89\xaf\ \x01\x11\x01\x11\x1a\xfc\x39\x88\xc0\xb9\xa0\x14\x28\xa3\x20\x38\ \x08\x4e\x18\x13\xf8\x27\xcc\x5b\x20\x48\x08\x41\xa0\x88\x04\x11\ \x00\x81\x10\x48\x4c\x1f\xa7\x14\x09\xa0\x20\x84\x82\xae\x9b\x0e\ \x87\x64\x9a\x9a\x2c\xb3\x68\x2c\xee\x76\xf9\x42\xb1\xb0\xc4\x94\ \x50\xdc\x58\xf0\xc3\x8a\xf2\x8a\x4a\x01\x24\x39\xab\xf9\xaa\x0d\ \x3b\xa6\xcf\x9e\x4b\xa8\x6a\x58\x42\x52\x5c\x69\xc9\x29\x59\x29\ \x59\xf9\x99\xf9\xa9\x69\xa9\x5e\xbf\xc7\xed\xf7\xe8\xc2\xe2\x20\ \x88\x22\x7b\xdc\x6e\x41\x89\x61\x18\x71\x2d\x2e\x84\x20\x84\x51\ \x49\x32\x05\xe7\x14\x38\xb7\x0c\xd3\xe4\x82\x23\x80\xc5\xff\xb8\ \x23\x65\xf2\xeb\x93\xd7\xfe\xbc\x2e\x25\x3d\x25\xbb\x59\x56\x56\ \x4e\x76\x20\xe0\x6b\x91\x9f\x9f\x99\xd1\x24\x3d\x3d\xab\x7e\x17\ \x0e\x40\x41\x58\x48\x18\x22\x0a\x44\x42\x18\xa5\x44\x08\x40\x01\ \x8c\x82\xae\xeb\x32\x63\x54\x62\x42\x08\x20\x94\x90\xc4\x5c\x5b\ \x10\x00\x14\x10\x7e\x35\x94\x14\xc1\xba\xb1\x8c\x48\x40\x10\x10\ \x14\x10\x81\x12\x10\x02\x65\x4a\x0d\xc3\x50\x14\xc5\x32\x0c\x4a\ \x51\xa0\x48\x34\xe9\x28\xa5\x3a\x17\x0a\xa5\xdb\xf7\x14\x7e\xb3\ \x70\x71\x38\x16\xdf\xb4\x65\x8b\xdb\x9d\x3c\xeb\xf3\x79\x86\xc1\ \xa9\xa4\x34\xcb\x6d\x91\xde\x24\x53\x75\xb8\x14\xc5\xe1\xf5\xf8\ \xd2\x52\xd2\x64\x45\x71\xa8\x2a\xa5\x94\x31\x46\x18\x8d\xc5\xa2\ \x96\x61\x30\x42\x9c\x4e\x45\x27\xba\x46\xdc\x86\xec\x8d\x86\x22\ \xb1\xb8\x61\xc4\x22\x71\x22\x87\x74\xe1\x52\x5c\x6e\xe0\xa6\x88\ \x83\x13\xf5\x58\x8c\x00\x31\xa2\x91\x58\xa8\x26\x52\x55\xea\x91\ \xb0\x47\xa7\xe6\xb5\xc1\x4a\xf6\xe7\xdc\x87\x98\x94\x5b\x4d\xe4\ \xe2\xaa\x18\x2f\x2f\x92\xa4\x92\xf9\x2b\x36\x10\xd3\x48\xf5\xfa\ \x5c\x94\xb5\x6d\xd1\x2a\xa7\x45\xb3\xa4\x8c\xe4\xcc\x26\x4d\x72\ \x9b\x35\x6b\x9a\xdd\x44\x71\xb9\xd0\x34\x11\x80\x4a\x32\x10\x10\ \x1c\x05\x02\x25\x24\xd1\x5f\x52\x77\x93\xe2\x2f\xc5\x8a\x00\xbf\ \x3e\xc1\x8a\x20\x69\x08\xb0\x50\x57\x71\x21\x9a\x96\x45\x25\x46\ \x80\x10\x02\x14\x88\x1e\xd3\x14\x97\x8a\x42\x1c\xb8\xcc\x9e\x29\ \x32\x1f\x9f\xfc\xb2\x65\xf2\x6b\x9e\x9a\x38\xa2\x21\x45\x00\xcb\ \xfa\xad\x29\xf7\xb6\xee\x1f\x7f\x38\x1c\xce\x17\x5f\x98\xd0\xb6\ \x6d\xdb\x16\x2d\x5a\xf8\x03\x01\x97\xcb\xa5\xba\x14\xa0\x94\x73\ \x00\x42\x80\x01\x65\x75\xf7\x0f\x01\x04\x14\x9a\xa6\x39\x1d\x0e\ \x21\x84\xe0\x40\x09\xa5\x8c\x99\x9c\x43\x7d\x67\x2c\x63\x84\x11\ \x46\x09\x18\x86\xa6\x48\x32\x30\x86\x96\x05\xec\xcf\x18\xa4\x24\ \x31\xc5\x14\x09\x10\x10\x00\x08\x82\x03\x10\x00\x86\x9c\x0b\x0e\ \x54\x66\x71\x8d\xbb\x9c\x72\x4d\x4d\x95\xcf\xef\x36\xd1\x72\xb9\ \x1c\x3b\xf6\xee\x08\x04\x52\x97\x2c\xfb\x7e\xfe\xb7\x4b\x4f\x3a\ \xb9\xdf\x9e\xca\x82\x75\xeb\xd6\x57\x54\x54\x39\x5d\x1e\x59\x4d\ \x62\x54\x52\x55\xd2\x24\x3b\xbb\x5d\xdb\x0e\x79\x4d\x9b\x2b\xb2\ \xea\x70\xa8\xa6\x69\xc4\x75\x8d\x52\xc6\x14\xd5\x40\xe0\x00\x86\ \x61\x69\x9a\x45\x99\x53\xa0\xac\x5b\x82\x53\xd0\x0d\x8c\x1b\x26\ \x17\x42\xa2\x02\x05\x0a\x6e\x6a\x12\x23\x7f\xf4\xb9\x29\x2d\xaf\ \x59\xbd\x7e\xbb\x21\x36\x72\x2a\x64\x55\x92\x24\x02\x04\x89\x61\ \xa5\xfa\xfc\xed\x5b\xb4\x6a\xdb\xba\x4d\xab\x76\xf9\x4d\x73\x9a\ \x35\xcd\x69\xe6\x0b\x24\x39\x1c\x2e\x89\x49\x96\x85\xa6\x89\x8c\ \x51\x46\x41\x08\xe1\x70\xa8\x89\x09\xb8\x02\x51\x62\x75\xeb\x2b\ \x88\x44\xc4\x05\x82\xf4\x37\xe3\x04\x26\xaa\x02\x00\x04\x40\x00\ \x4e\x04\x01\x22\x51\x4a\x00\x64\x26\x83\x69\xc9\xb2\x04\x20\x88\ \x00\x42\x20\x1c\x8d\x20\xa5\x9a\x09\x33\x3e\xfe\x74\xc7\xee\xc2\ \x8c\xf4\xec\x79\x0b\x7f\x8c\xc7\xb5\x56\x6d\xbc\x2e\x4f\x4a\x9a\ \xd7\xd7\xbd\x47\x4f\xaf\xd7\xaf\xba\x3d\x8c\xd2\xda\xda\x5a\x55\ \x56\x3d\x1e\x37\xe7\xbc\x26\x18\x4a\x4e\x4a\x12\x84\x1a\x3a\x17\ \x54\x21\x8a\x64\xe9\x86\x6e\x69\xb2\x47\x8a\x84\xad\x50\x9c\xc6\ \x42\x26\xd7\xcd\xea\x50\x15\xfa\x53\xa2\x20\x87\xab\x23\x99\x4c\ \x08\x88\x16\x16\x96\x10\x61\xb9\x24\x89\x6b\x71\xaf\x2a\x35\x6f\ \x99\xc3\xe3\xa1\xb4\x80\x3b\x98\xe2\xaf\xca\x4e\xff\x13\xfe\x43\ \x4c\x6a\x7d\x8a\xa2\x32\x13\x2d\x2e\x4c\x02\x5c\x44\xc3\x4e\x6e\ \xa8\xba\x56\xba\x6d\x5b\xac\x66\xcd\xa2\x1f\x96\xa2\x0c\x39\x39\ \xcd\x9a\xe7\x34\xed\xda\xf9\x84\x3e\x7d\x7a\x37\xcd\xcb\xa5\x94\ \xe9\xb1\x18\x65\x54\x20\x95\x98\x02\x0c\x24\x49\xe2\x96\x00\x40\ \x42\x1b\x1b\xf6\x47\x12\x94\x85\x34\xfc\x47\x02\xc2\x42\x00\x90\ \x98\x94\xd8\x84\x26\x22\x03\x55\x55\x01\x08\xc7\x03\xc5\x1d\x08\ \x93\x56\x7c\x3e\xd9\xd3\xfb\xf2\x36\xfe\xdf\x31\xd1\x88\x50\x9a\ \x92\x92\x6c\x8f\x69\x39\xaa\xa1\x94\xd6\x54\x95\xff\xae\x9f\x28\ \x8a\xf2\xde\xfb\xd3\x5c\x2e\x17\xb7\x2c\x87\xd3\x99\x9d\x9d\x1d\ \x08\x04\x52\x53\x53\x73\x73\x73\x9b\x34\xcd\xca\xca\xca\x4e\x4f\ \x09\x64\xa4\xa6\x02\x95\x12\x56\xb3\xd3\xe9\x00\x2e\x28\x30\x10\ \x88\x84\x09\x40\x59\x66\x42\x08\x59\xa2\x96\x10\xa6\x29\x24\x46\ \x10\x88\x2c\xab\x16\xb7\x40\x08\x26\x2b\x7f\xc6\x68\xa0\x88\x54\ \x10\x20\xc0\x29\x9a\x14\x11\x90\x50\xca\x08\xa1\x00\x54\x30\xc6\ \x08\x17\xa8\x38\xa5\x60\x2c\x1e\x48\x4a\x89\x9a\x51\x87\xec\xfa\ \xe1\xe7\xe5\xc1\x50\x74\xf1\x92\x19\x08\x52\x28\xaa\x4f\x7a\x73\ \x8a\xc1\x39\x21\x52\x4a\x72\x1a\x47\x0c\xf8\x53\x32\x33\xb3\x73\ \xf3\xf2\x92\x92\x52\x02\xfe\x64\x46\x39\xa3\x96\x24\x51\x64\x54\ \x61\xaa\x45\x24\xcd\xb0\x80\x52\x2a\x08\xe3\x54\x12\x00\x52\x52\ \x94\x3b\xc2\xd1\x38\x07\x30\x2c\x0a\x44\xe5\x96\x19\xb7\x0c\xc1\ \x91\x10\xe2\x97\xff\x78\x83\xdd\x91\x9a\xed\x6f\xd9\x49\x00\x72\ \x40\xce\x4d\x2e\x4c\x3d\x16\xf2\xf8\x68\x69\x55\x59\xd1\x0f\xcb\ \xe6\x2c\x59\xe2\x72\x2b\xb2\x44\x5b\xe5\xb7\x6c\xd7\xa6\xcd\xc5\ \x17\x5d\xd4\xb5\x57\x2f\x46\xb8\xc4\xc0\xb4\x0c\x22\x49\x40\x08\ \x10\x88\x6b\x86\xc3\xa1\x00\x80\x25\xac\xba\x6e\x86\x3a\xd9\x38\ \x02\x91\xa3\x09\x85\x17\x14\x80\x08\x94\x29\xe5\xa6\x49\x29\x41\ \xc3\xa4\x8a\x13\x28\x03\x24\x20\x44\x55\x55\xd5\xc6\xed\xdb\x7e\ \x5c\xb5\x22\xae\x5b\x55\x35\xa1\xca\xca\x50\x51\x51\x49\x24\xbe\ \x82\xc8\x8e\xb4\xf4\x26\xe9\x99\xd9\xb5\x51\x23\x25\x39\x85\x4a\ \xaa\xc9\x11\x35\xc3\xe5\x72\x3b\x5d\x3e\x85\x52\x44\xe2\xf2\xfa\ \x77\xee\x2d\xf1\xa5\x66\x20\x55\xe2\x44\x18\x02\xa3\x86\x1e\x89\ \x5b\xba\x26\xbc\x66\x58\x76\x78\x00\x81\x73\xb3\xba\xbc\x9c\x29\ \x66\x2c\x54\x4e\x65\x8f\x19\x8e\xd4\xc4\x6a\x53\xdc\x8e\x13\xbc\ \x3e\x89\x49\x20\x78\xa7\x3e\xbd\x5d\x2a\x6b\x91\xdf\xd4\xe3\x91\ \x51\x68\xf3\xbf\x9e\x69\x68\xb5\x7f\x3c\xfc\x00\x02\x4d\xcd\xa7\ \x12\x61\x9c\x83\x30\x29\xd7\x51\x89\xf8\x55\x94\xb4\xda\xd2\xf2\ \xa2\xa8\x11\xf5\xa6\xa7\x24\xa5\xa5\x46\x42\xa1\xef\x96\xaf\x2c\ \x2e\x2b\x5f\xb3\x71\xf3\xd0\x21\x83\x7b\xf7\x39\x45\x75\x39\x11\ \x80\x10\x56\x55\x51\xb5\x63\xc7\xce\x1e\x3d\x7a\x10\x4a\x28\xa5\ \xe2\x77\x4e\xd6\x27\xf5\x6d\xaa\xc4\x7f\x2a\x11\x21\x84\x65\x1a\ \x0a\x95\x00\x28\x21\x00\xa6\x00\x99\x01\x81\xaa\xda\xda\x83\x7d\ \xee\xa4\x6a\xdf\x4e\xb4\x04\xa5\xa4\x71\xf5\xf6\xeb\x75\x1d\x01\ \x70\x38\x1c\xb6\x3e\x1e\x03\x3e\xf4\xdf\xe9\x82\x84\x20\x17\x08\ \x44\x72\x38\x83\x16\x2f\xde\xb4\xc9\xeb\xf6\x50\x42\xe2\x71\x4d\ \xd7\x35\xb7\xdb\xed\x73\xb9\xd2\x03\xfe\x96\xcd\x9b\xe7\x64\x65\ \xb4\x6e\xd5\x2a\xa7\x59\xb3\x8c\x8c\x4c\xd9\xeb\x93\x65\x19\x05\ \x1a\x06\x3a\x18\xb1\x4c\x9d\x31\xc6\x28\x65\x94\x22\x80\xae\xeb\ \x84\x4a\xb2\x2c\x51\x89\xe8\xba\xde\x30\x0e\xe1\x8f\x9d\x10\x49\ \xcc\x23\x26\x5c\x80\xe0\x80\x94\x10\x01\x60\x6a\x71\x17\x51\x24\ \xa6\x08\x84\xf2\xea\xea\xd4\xe4\x94\xa0\xae\x15\xec\x2d\x9e\xbf\ \x68\x61\x4a\x6a\x7a\x2c\x6a\xd4\x46\xcd\x3d\x7b\x0b\x74\x03\xdd\ \x6e\x5f\x5e\x5a\x7a\x56\x76\xb3\xa4\xe4\x54\x45\x56\xdc\x3e\x9f\ \xd3\xe1\xf6\x78\xbc\x9a\x6e\xfa\x7c\x01\xc3\xa8\x91\x64\x6e\x72\ \x33\x6e\x42\xd4\x04\x83\x23\x61\x0e\x09\x24\x04\x20\x16\x50\x81\ \x21\x8d\x8a\x10\x86\xc2\x16\x32\xc6\xb9\xe0\xdc\x44\x14\x12\x41\ \x89\x52\x89\x12\x81\x7f\xa2\x51\xe2\x4f\x27\x19\x2d\x04\x07\xe4\ \x48\x10\x55\x62\xb9\x84\xe6\xa2\x5a\x44\x33\xe3\xba\x96\x9b\x93\ \x65\x18\x9a\x53\x56\xb6\x15\xec\xdd\xb3\xb7\x78\xf7\xce\x3d\xe7\ \x0f\x19\x74\xe6\x80\xb3\x93\x53\x92\x01\x4d\x01\x56\x75\x75\x78\ \xce\x37\x0b\xbb\x76\xed\xda\xb6\x75\x1b\x22\x33\xc3\x30\xd5\x84\ \xb8\xd7\x5d\x7f\xfa\x7f\xec\xbd\x67\x98\x5d\x57\x79\xf7\xbd\xd6\ \xda\xbd\x9c\xde\x67\xce\xf4\xa6\x19\x8d\xba\xac\x62\xc9\x4d\x2e\ \xb8\x62\x0c\x0e\x36\x36\x0e\x84\xce\x13\x4a\x42\x49\xc8\x9b\x42\ \x78\x1c\x08\xa1\x86\x90\x50\x1e\x20\x14\x63\x6c\x43\x4c\xb1\x2d\ \x5b\x92\x65\x15\xcb\xea\x5d\x9a\xd1\x8c\xa6\xcf\x39\x67\x4e\xef\ \x67\xf7\xb2\xd6\xfb\x41\xc6\x76\x2e\x78\x52\x64\xf8\xf0\xbe\xd1\ \xfd\x69\xe6\x9a\x3d\x73\xed\x6b\xcd\xd9\xbf\x7d\xaf\xfb\xfe\xdf\ \xff\xf5\x9f\x2e\x2b\x00\xe0\xd7\xa6\x6a\x84\x22\x04\x9b\x26\x0d\ \x11\x70\x08\xb0\x5c\xbd\x90\x9a\xba\x38\xdd\x32\x4c\xc5\xb5\x68\ \xbf\x07\x48\xc2\xbe\xa3\x27\x6d\x4c\xce\x9e\x19\x0f\xf8\x82\x1e\ \xde\x4f\x31\x9c\x2f\x12\xf5\x87\xa3\x84\x62\x03\xe1\x08\xc7\x0b\ \xbe\x40\x50\x92\xbc\xa6\x65\x5b\xb6\x43\x00\x0d\x10\x65\x03\xe8\ \x11\x44\xc1\x17\x70\x29\xae\xd2\xd4\x2c\x8c\x0c\x17\x6a\x16\x30\ \x6c\x86\x60\x9e\x9c\xa1\x0b\xba\x00\x00\x20\x00\x49\x44\x41\x54\ \x34\x9b\xd0\xd1\x33\x4b\x35\x0e\x91\x58\xc8\xd3\xdd\x15\x3e\x72\ \xf6\xac\xa9\x2b\x2b\x7b\xbb\x13\x5c\x84\x33\xad\xae\x44\x67\x24\ \x16\x69\xb5\x1a\xe1\x48\x30\x9a\x08\x85\xa2\xbe\x85\xf4\x34\xc3\ \x01\x17\x6a\x0d\xa7\xf6\x7a\x9e\x91\xba\x2b\xc8\x0c\x8d\x38\x96\ \xa1\x21\x0d\x5d\x91\xb6\x89\x9a\xf7\x04\x04\x7f\x25\xa6\x94\x96\ \x36\xdf\x70\x7d\x2a\x93\xe7\x3d\x7e\xc9\x1f\x9c\x4d\x2d\xb6\x4c\ \x2b\xfd\xed\xef\xef\x7c\x7e\xef\xaa\xd1\xe5\x82\xc0\x57\x8a\x85\ \xf3\x17\x26\xcb\xe5\x72\x3c\x1e\xed\xea\xee\xb6\x6c\x8b\xa2\xe9\ \x57\x36\x40\x97\x9c\xd4\xfe\x83\x46\x0c\xbc\x54\x59\x04\x00\x43\ \xe0\x20\x00\x00\x46\x00\x61\xd7\x62\x11\x00\xd8\xc5\x9a\x82\x75\ \x33\x33\x9f\x82\x02\x67\x72\x14\xf4\xca\xbf\x45\x2d\x43\x01\xe5\ \xc9\x6f\xfd\xd3\x1e\x0e\xbd\xea\x93\x69\x0b\xf7\x7c\xe4\x83\x23\ \x32\xc2\x57\x6a\x2f\x57\xe2\x35\x81\x6d\xbb\xff\x9a\xdb\x21\xc6\ \x8e\x63\x43\x02\xfc\xb6\x73\xa9\x8e\x2e\xd8\x8e\x63\xdb\x10\x40\ \x82\x9d\x9c\xa9\xe5\x2f\xcc\x91\x33\xe3\x14\xde\x69\xea\x5a\xd0\ \xe7\xf5\x48\xde\x50\x38\xd2\x3b\x38\xb8\x7c\xf9\xe8\xc8\x50\x77\ \x7b\xb2\x8d\x42\xc8\xb5\x2d\x8a\x66\x30\xc6\x3c\xcf\xdb\x0e\x36\ \x6d\xcc\xb3\x14\xa2\x5f\x97\x24\x99\x40\x00\x20\x06\x00\x50\x18\ \x23\x48\x00\x20\xb6\x6b\x53\x14\x4d\x33\x2c\x4d\xf1\xf5\x66\x93\ \xe2\x59\x40\x51\xdb\x9f\xdf\x05\x19\x76\xec\xc2\x44\xbe\x5c\xdd\ \x73\xe8\x8c\xdf\x1f\xe2\x38\xd1\x17\x49\xb2\x2c\xbf\x65\xcb\xb5\ \x5e\xaf\xcf\x71\x1c\x8e\x13\x34\x43\xa7\x28\x9a\xa6\x59\x44\xb1\ \xb6\xa5\x53\x34\x83\x6d\xda\x85\x94\x49\x80\x8d\x90\x4b\x51\x36\ \xa4\x00\xa0\x31\x45\xb9\xb6\xa5\x1b\xa6\x69\x99\x95\x7a\xcb\x20\ \x6c\x4b\x55\x18\x8e\xc3\x98\x08\x3c\x4b\x23\x02\x5d\x62\x98\xaa\ \xa9\x2a\x82\xc3\x02\xe0\xbb\xbc\xc2\x8c\xcb\x08\x8e\x18\x04\x18\ \x51\x84\xa1\x20\xa4\x91\x4b\xd9\x8a\x48\x6b\x9d\xbd\xd6\xac\x59\ \x8b\x27\x13\x0c\xe7\x29\xe5\x4b\x71\x5f\xa4\xb0\x98\x9e\x98\x5a\ \x9c\xfc\xe2\xd7\xf6\xee\x7f\xa9\xbb\x37\x89\x91\xdb\x54\xea\xe9\ \x6c\x21\x5b\xa8\x54\xeb\xd5\x58\x22\xe6\x91\x64\x9a\x41\x00\x10\ \xf8\x5f\x3e\xb2\x81\x40\xe0\x42\x82\x08\x40\x84\x20\x42\x00\xc1\ \x08\x21\x00\x91\x3a\x3b\xab\x37\x1a\x3f\xfc\xd7\x1f\xd4\x14\xe3\ \xa6\x3b\xef\x5a\xbd\x6e\x75\x0d\xb8\x35\xd7\x36\x11\xac\x2b\x86\ \x3f\xde\x06\x4c\x28\x7b\xfc\xe1\x48\x0c\x49\x82\xc7\x2b\x97\x2b\ \x65\x9a\x62\x21\x42\x67\xcf\x9e\x4f\x24\x3a\x44\x41\x64\x58\x96\ \x61\x79\x17\x40\x44\xd1\xd5\xa6\xca\x8b\x72\xa3\xa9\xd4\x6a\x0d\ \xd3\x05\x14\x27\xda\x96\x53\x2e\x57\x1a\xe5\x62\x88\xd1\x3d\x71\ \x0f\xc3\x30\x14\xb0\x3d\x3c\x4b\xd4\xea\x0d\xeb\x47\xa3\xc9\xce\ \x68\xc0\xc3\x2a\x95\x52\x36\x3f\x3d\x7d\x7e\xc7\xae\x8b\xc5\x6a\ \xc9\x17\xf4\xfc\xeb\xf7\xbe\x95\xaf\x14\x0c\xb7\x99\xcd\x15\x97\ \xaf\x5b\xf6\xde\x6b\x1e\x32\x74\xe3\xb2\x73\x77\xd3\xa8\x20\x9b\ \x76\x30\xc2\x2e\x06\x8e\xed\x17\x20\x32\x4a\x50\xb6\x13\x89\x68\ \x46\x2f\x74\xf4\x74\x8c\xac\x5c\x5f\xaf\xd7\x2e\x4e\x4e\x3a\x90\ \x26\xb6\x39\x9b\xca\x2c\x2e\xa6\xc6\xce\x9f\x4f\x26\xe2\x1c\x4b\ \xf1\x3c\xcf\x31\xf4\x9e\x17\x76\xdf\xff\xc0\xdb\x04\x51\x74\x09\ \xfe\x35\xb1\x01\x86\xe0\xb7\x1f\x4c\xfa\xdb\xd6\x1f\x03\x4c\x00\ \x80\xc0\x85\x14\x01\x88\x01\xb5\xd6\xf8\xa1\xc3\x17\xcf\x8c\xe9\ \x86\xf5\xd0\xc7\x3f\x0a\x7c\x9e\x16\xb6\xe9\xdf\x96\xbe\x51\x5d\ \x43\x23\xdd\x1e\xe6\x95\x0f\x9d\x8b\xd9\x00\x0d\xaf\x68\x14\xaf\ \xc4\x6f\xd0\xdd\x25\xed\x2b\x38\x86\xa2\x1d\x07\x3b\x2e\x4f\x51\ \xb6\x69\x01\xc7\xbd\xd4\x2d\x75\x4c\xcb\x75\x1d\x42\x4c\x62\xaa\ \x32\x4d\x90\xd9\x4c\x4f\x5f\x48\xd5\xea\x7c\xa3\x39\x97\xcb\x8c\ \xcf\x4e\x9f\x3c\x73\xaa\x3d\x16\x79\xdb\xfd\x7f\x30\x38\xd0\x0f\ \x89\x0b\x90\x49\x01\xf4\xfd\xc7\xbe\x2f\x4a\xbe\x07\x1e\xb8\x5f\ \x31\x1d\x86\xa2\xa8\xff\x62\x99\xe0\xb7\xde\x1d\x20\x18\x11\x06\ \x13\xe8\x62\xe8\x12\x40\x20\xd2\x6d\x48\xe3\x96\xa1\xe5\x5a\xad\ \x03\x27\x4f\x4e\x4c\x5c\x30\x0d\xcb\x05\xf0\xc2\xc5\x39\xc0\x70\ \x96\x0b\x3b\x3b\x7b\xfd\x91\xb8\xdf\x17\x52\x55\x55\x96\x65\x96\ \x13\x2b\x95\x46\x57\x4f\x8f\x69\x5a\x92\xc4\xf2\x9c\x68\xda\x96\ \x69\xbb\x9a\x61\x02\x08\x5d\x20\x58\x2e\xa5\xd8\xb6\x62\x02\xd5\ \x72\x0d\xc7\x01\x08\x0b\x22\xe7\xb8\x96\x05\x5c\x1b\xb8\x2d\xad\ \x06\x18\x68\x1a\x3a\x00\x3c\x84\xa8\x5e\xad\x58\xba\xa2\xa9\x0d\ \x9a\xd8\xa2\xc0\x01\x5f\xe0\xb2\x17\xde\xb0\x74\x55\x6d\x21\xc4\ \x43\xe2\x42\x0c\x29\x6c\x31\xae\x06\x61\x23\xea\xf3\xe4\x79\xe8\ \x11\x98\xab\xae\xb9\xb9\x56\x6b\x9e\x3f\x75\x3a\xe0\x8b\x55\xf3\ \x85\xc2\x52\x6a\xc7\xbe\x03\xd1\x0b\xfe\x58\x22\x2c\x4a\xac\x20\ \x4a\x08\xc1\x5d\xbb\x9e\x7d\xf7\x3b\xff\x90\xa2\xa0\x6d\x5a\x14\ \xcb\xfe\xd7\x8b\x15\xe4\xe5\xfe\x37\x79\xd9\x14\x19\x13\xe0\x38\ \xc0\xb2\x96\xe6\x17\xbd\xa2\x50\xaf\x94\x39\x31\x08\x5c\xa0\x6b\ \xa6\x49\x03\x03\x63\xc3\x01\x36\x86\x0c\xcd\x33\x08\xf9\xbd\x01\ \x1a\x12\x49\xe0\x3c\x3c\x5b\xce\xe7\x7c\x3e\xbf\x0b\x21\xcf\x72\ \x34\x02\x92\xc0\x71\xbc\xe8\x62\xa2\xdb\x36\x82\xa8\x56\x2c\x38\ \xae\x63\x18\x86\xe3\x38\xba\x61\xe6\xf3\x39\x4d\x33\x83\xc1\xe0\ \x50\x22\x24\x31\x7e\x85\x66\x18\xd6\x75\xf5\x96\xec\x41\x6d\x01\ \x89\x13\x50\x6a\xfc\xf8\x33\xc7\x8f\xcc\x9d\x3d\x94\x2f\x57\xbd\ \x91\xb6\x56\x4b\xa1\x69\x2a\x1c\x09\x2e\xa6\xa6\xc7\xce\x9f\x36\ \xcc\xa6\x24\x73\x1b\x86\x07\x9c\x5a\x19\x85\xfb\x5c\x7c\x59\x4e\ \xfa\x10\xa8\x85\xd3\x48\x90\x11\x14\x58\x24\xb0\x10\xe1\x86\x25\ \x53\xa6\x55\xa9\x24\xe2\xd2\x92\x69\xa8\xd5\x6a\x6f\xe7\x90\xc0\ \xf3\x6d\x89\x8e\x62\xb9\x74\x60\xff\x8b\x1d\xc9\x2e\xaf\xc0\x9e\ \x38\xf2\x62\x36\x97\x1e\x1e\xe8\x67\x68\x0a\x10\x67\x7c\xec\x2c\ \x26\x6f\x35\x74\x95\xe5\x78\x00\x21\x01\xff\xb5\xb5\x7f\xd5\x6c\ \x0d\x43\x00\x08\xc0\x00\x00\xcb\x32\x19\x88\x01\xc6\xb6\xae\x6b\ \x4a\xcb\x76\x08\xb0\x6c\xc7\xb2\x08\x8d\xe8\xdf\xdc\x69\xbb\x84\ \xbb\x6a\xdb\x2d\x1b\xa3\xc2\x6b\x3b\xa8\xd8\xbd\xa2\x94\xb9\x12\ \xbf\x51\xd4\x86\x24\xef\xc8\x02\x84\x08\x42\x8a\xa3\x68\x84\x68\ \x9e\x86\x84\x5c\x72\xa4\x25\x2e\xc6\x14\x68\x2a\xf5\xa8\x8f\xb7\ \x1b\xc5\x98\xd4\xd1\x30\xb5\xdc\xec\xe4\xc6\x8d\x6b\x1b\x95\x0a\ \xc7\xd0\x0b\x0b\x8b\x99\xf4\x62\x3a\x93\x69\x8b\x47\xba\x3b\xda\ \x33\xa9\x45\x96\x65\x4d\xdb\x31\x2c\x7b\xcb\xd6\xad\xc9\xce\x24\ \x26\x00\xfc\xb7\x2b\x45\x2f\x0b\x19\x09\x21\x90\xa6\x6d\x42\x88\ \x63\x73\x90\xc5\x0b\xe9\xf1\xa3\xa7\x1a\xb5\xfa\xe8\xf5\xd7\x30\ \xf1\x70\x47\x77\xef\xe6\xb0\xff\xe9\x5d\x3b\x5c\xdd\xae\x36\x55\ \x8c\x84\x60\x38\x16\xf7\x47\xbc\x81\x88\x18\x08\x32\xa2\xc4\x42\ \x9a\xe2\x78\xc8\x08\xb1\x44\x50\xd5\x6d\xd7\x25\x2e\xc6\x2e\xb0\ \x58\x8e\x63\x20\xa4\x79\xb1\xda\x68\x69\x36\x65\x62\xda\x70\x80\ \xe1\x62\xc3\x76\x35\xcb\xac\xb5\x9a\x9d\x9d\xc9\xa5\x52\x1e\x41\ \x5c\x2d\x15\x04\xca\x90\x29\x95\x66\xac\x7a\x35\xef\xf1\xfa\x04\ \x84\xe3\x31\x91\x63\x44\x6c\xe9\xa1\xa0\x7f\xb8\x2b\x7e\xf9\x9d\ \x3d\x5d\x71\x5a\x05\x08\x19\x80\x19\x06\xd0\x0c\x24\x14\xd4\x2d\ \xbd\xe0\x0d\x86\xba\x22\x81\x99\xf1\x73\xf7\xdd\xf7\xc1\x9a\xa0\ \x77\xb7\xf5\xe4\xb3\xd9\x0b\x13\x63\x8c\x47\xf6\xfb\xa5\xdc\xd2\ \x7c\xa5\xa1\xb7\x75\x24\x0d\x4d\xe9\x4c\xc4\xf3\xf9\xc2\x17\xfe\ \xe1\xf3\x0f\x7f\xe6\xef\x2d\xac\x21\xc0\xb9\x18\x83\x97\xed\xe9\ \x11\xa0\xc8\x6b\x3c\x18\x10\xf8\xb5\x94\xfb\xd7\x0a\x3f\x7c\x69\ \x0a\xd3\x36\x0d\x8a\x00\x6c\x98\x94\x4b\x1c\x45\x2d\x94\x4a\x4f\ \xbd\x74\x70\xa9\x50\x94\x82\x68\xfb\xae\xdd\xce\x81\xfd\x45\x4b\ \xaf\x5a\x4e\x31\x57\x36\x2d\x47\xe4\xc4\x80\x28\xfb\x3d\x12\x76\ \x9d\xa9\xb3\xc7\x9b\x0d\x45\x33\x74\x48\x31\x14\x62\x93\x5d\xbd\ \xad\x4a\xb1\xa7\x77\xc0\xc1\x98\x17\xc4\xaa\xaa\x2b\x86\x69\x68\ \x1a\x42\x24\xe8\x91\x83\x22\x07\x59\x18\xa5\x3c\x86\x8e\x68\x64\ \x18\xcd\xd4\x64\xba\xea\x1b\x58\x07\x18\x09\x41\xd7\xeb\xe1\x7e\ \xf9\xf8\x0f\x67\xa7\x26\x1d\x4c\x68\xca\xc6\x4a\xc1\x27\xca\x9a\ \x52\xe9\xef\xe8\x7c\xe8\xed\x6f\x5f\xbf\x6a\xb5\x92\x49\xd7\x66\ \x66\x3c\x12\x43\xa9\x54\xb9\x90\x53\x5a\xd5\xa1\xfb\xae\x06\x97\ \x07\x77\x00\x7b\xc5\x0a\xcb\x1a\xad\xa6\xed\x1a\xc0\xb6\xa0\x97\ \xe7\x34\xbd\x01\xf4\xda\x6c\xd6\x11\x5d\x6c\x96\x4b\x87\x9f\xdf\ \xb5\xf6\xaa\x0d\xbc\xec\xe7\xe2\xed\x77\xde\x7e\x67\xa3\x5e\x91\ \x39\xaa\x5a\x48\xf9\x25\xae\xa3\x3d\x5e\xa9\xd4\x57\x8f\x2e\x6f\ \xb4\x94\xf4\xdc\xdc\xb2\xd1\xe5\x84\x00\xdb\xb6\x09\x40\x34\x43\ \x5f\xea\x89\xbe\x22\xc6\x7d\xed\x60\xe0\xab\xc3\xae\x08\x10\xd7\ \x46\x88\x76\x1d\x13\x13\xe2\x02\x2c\x0b\x5e\xb3\x56\x7d\xe9\xf9\ \xdd\x87\x76\xef\xa3\x01\x04\x08\x7d\xe7\xbb\xdf\xd5\x79\xae\x68\ \x9b\xf4\x6f\xe6\x62\x89\xfe\xd5\x32\x0d\x1c\xc7\xbd\xd2\x1e\xbd\ \x12\xff\x69\x38\x16\xb6\xf1\xa5\x0f\xa5\x4d\x01\x44\x51\x14\x7c\ \x59\x46\x01\x11\x01\x36\x81\xb4\xc7\x6f\x60\x9b\x61\xc5\xba\x5e\ \xeb\x5f\x36\xd2\x28\xe6\x6e\xbc\xe5\xd6\x46\xb9\x70\x61\xfc\x02\ \x81\xc8\x36\xdc\x8b\x93\x93\xa5\x4a\x75\x6e\x76\x76\xdd\xea\x95\ \x1c\xcb\x54\x2a\x65\xe0\xd8\xc7\x8e\x1e\x4e\xb4\xdf\x4b\x08\xf8\ \x6f\x09\xd7\x2e\x29\x8b\x5f\x16\xcf\x41\xe8\x02\x00\x21\x65\x1a\ \x0a\xd3\x54\x2e\x9e\x19\xcb\x5c\x9c\x05\x00\x79\x02\x31\x4a\x92\ \x1a\x90\x6a\x68\x26\xcd\x49\x14\xb1\x79\x9b\x82\x9c\xd7\x1b\x4c\ \x04\x23\x49\x4e\x90\x01\xcd\xda\x00\x31\xbc\x00\x69\xfa\xdc\xd8\ \x64\x47\xb2\x4b\x96\x65\x8a\xa5\x45\xc9\xa3\x6b\xba\x0d\x5d\x41\ \xe4\x79\xc9\xe3\x02\x54\x6f\xe9\xba\x83\x5d\xd7\x71\x1c\x5d\xd5\ \x14\xc5\x68\xc5\xe2\x11\x8f\x44\xf1\x22\x5f\xaa\xd5\x0c\x42\x6e\ \xdd\xbc\x62\x7e\x62\xcc\xa4\xdd\x81\xa1\x98\x24\xc9\x82\xc0\x73\ \x2c\x33\xd8\xdb\xc9\x50\xa0\x52\x29\x86\x44\x81\x80\xcb\x3c\x89\ \x09\xb7\x4a\x4e\x71\x16\xbb\x90\x60\xa8\xbb\x00\x60\x87\x87\x8e\ \x40\xe9\x27\x33\x67\x02\x32\xb5\x2c\xd9\xf1\xe2\x2f\x7e\xd1\xde\ \x39\xe8\x89\x84\x06\x07\xfa\x3c\x7e\x79\x61\x29\x1d\x0e\x7a\xba\ \x4b\x1d\x47\x0f\xec\x83\x2e\xec\x4e\x74\x94\x0a\x4b\x1b\x56\xae\ \x5c\x39\x3c\x9c\x4b\xcf\x46\x13\xed\x10\x40\x9a\xa2\x00\x01\x84\ \x00\x40\x01\xf8\x9a\x21\xfb\x4b\x03\x53\x97\x58\x7f\x69\x02\x93\ \xa6\x90\x65\xe9\xc4\xc5\x3c\x2f\xd6\x32\xd9\x56\xad\x6e\x6b\xc6\ \x8b\x7b\xf7\xed\xde\xfd\xbc\x6d\xdb\x89\x44\x9b\x45\xe8\xf1\xf9\ \x59\x87\xa1\xab\x86\xe1\xb0\x8c\x84\x38\x53\xd7\x3c\xa2\x27\x16\ \x0c\x14\xb3\x99\x7a\x29\xdb\xac\xe6\x55\x4d\x95\x64\x0f\xa4\x18\ \xd3\x21\x13\x27\x73\x82\xc7\xe7\x18\xad\x58\x2c\xa1\xd4\x01\xa1\ \xf8\xb0\xcf\xeb\x89\x27\xb0\x65\x36\x2a\xa5\x62\xa1\x64\xe9\x2d\ \x68\x9b\xba\xda\xc8\x2f\x65\xa6\xe7\xd3\xd1\x9e\xf5\xdd\xeb\xae\ \x5b\x52\x0d\xdb\xd1\x89\x03\xd4\x5a\x29\x19\xf4\xb9\x10\x72\x2c\ \xc1\x1a\x6e\x34\x34\x9e\xd0\xbc\x61\xf1\x2d\x5d\x52\xf4\xc2\xe4\ \x4c\xc8\xc4\x5e\x88\x5b\x99\x7c\xb9\x94\x1f\xe8\xeb\xc4\xaf\xa3\ \x4d\xaf\xa7\xcf\x23\xd1\x2f\x10\x86\x61\x24\x0c\x29\xb3\xa2\x79\ \x78\xce\xe7\xf7\x04\x64\x36\x14\xf0\xac\xef\xeb\x7b\xe6\xd9\x5d\ \xcf\xcd\xcd\xc6\xbb\xfb\xfb\x97\xaf\x92\x7c\xbe\x70\x77\x8f\xda\ \x2a\x0f\x0c\xf4\x8f\x9f\x39\x16\xf6\x09\x1d\xb1\x44\x36\xbb\x74\ \xf5\xd6\x6b\x97\xf5\xf7\x3a\xba\x41\x0b\x22\xc7\xb0\xa6\x69\x01\ \x0c\x68\x0a\x62\x17\x00\x40\x5e\x11\x4a\xba\xae\xfb\xca\xf8\x37\ \xc6\xd8\x75\x31\x45\x6c\xc8\x30\x84\x60\x81\x62\x2c\xdb\x22\x18\ \x1e\x3f\x75\x74\xf7\xf6\xe7\x66\x26\x27\x03\xb2\x37\x1e\x8d\xab\ \xaa\x71\xf4\xfc\x78\x0b\x93\xba\xf5\x1b\x70\x27\xd8\x59\xb9\xed\ \x7e\x42\xdc\x2b\xe5\xf5\x2b\xf1\x5f\x48\xdd\x29\x90\x9b\x82\x2c\ \x0d\x29\x48\x21\x44\x53\x0c\x26\x04\x42\x02\x20\xa4\x20\x05\x21\ \x34\x09\x71\x20\xd5\xb2\x14\x3f\xeb\x5a\x46\x2d\xb1\xac\x47\x84\ \x04\x98\x66\x7f\xef\x40\x5b\xbc\xa3\xde\x54\xa6\x2f\xce\xf0\x82\ \xdc\xdb\xd9\x7e\xfc\xe0\xfe\x52\xa9\x14\x0d\x07\xfd\x1e\x89\x82\ \xe0\xd0\x81\xfd\xd7\x5e\xb3\xd5\x1f\x08\x01\xf4\xdf\x28\xbb\x5f\ \x22\x91\x6d\xdb\x97\xbe\xb0\x6c\x1b\xb1\xb4\x87\x91\x32\xc5\x8b\ \x0b\xc5\xe2\x64\x2e\xc3\x4b\x9e\xa3\xc7\x8f\xba\x41\x39\x67\x1a\ \xe3\xd9\xb4\xde\x32\xb1\xe9\x00\xc2\x87\x42\xed\x7e\x7f\x1c\x52\ \x02\xcd\x7b\x18\x96\xc1\xd8\x14\x25\x36\x12\x0c\x19\xea\x12\x27\ \x7a\x39\x59\xe2\x79\xde\x76\x5c\x13\x13\xcb\xb2\x55\xcb\xae\xd5\ \xaa\x14\x45\x35\x5b\x66\xb3\xa1\xd7\x2a\x05\x60\x2b\x02\x47\x73\ \x02\x8d\x9a\xce\x42\x25\x8b\x45\x9f\xeb\x40\x8a\x12\x3b\x7d\xfc\ \xe8\xd5\x2b\x7c\x81\x10\xc5\x72\x36\x76\xcf\x9c\x3e\x93\x9a\x5d\ \x3c\xbd\xe7\xa9\x4a\x31\x5f\xaf\x56\x3a\x93\x89\xbf\xf8\xf0\x47\ \xdd\xcb\xd2\x98\x05\x05\xd8\x25\x03\x07\x63\x00\x91\xeb\x60\xc7\ \xb5\x29\xd7\xa5\x1d\x17\xb2\x4c\xd4\xeb\xef\x08\xc5\xdb\x58\xe6\ \xf9\x27\x7e\x94\x1c\x59\xce\x44\x42\x3d\x2b\x96\x8f\x8e\x0e\x7a\ \x24\x71\xce\xd1\x82\x92\xc4\x9a\x8e\x55\x6b\xb6\x87\x22\xae\xe3\ \xd0\x18\xfb\x44\x79\xf1\xe2\x54\x67\x4f\x2f\x62\x78\x00\x11\x06\ \x80\xd8\x84\xa6\xd1\x2b\x0d\xf6\x57\x1c\x26\x5e\x19\xb8\x87\x00\ \x33\x34\x0d\x11\x74\x5b\x2a\x71\xf1\xf6\x67\x9f\x3b\x7c\xf0\x30\ \xa2\x58\xda\x17\x34\x0d\x63\x2c\x93\xb5\x30\xb1\x5c\xc0\x40\x91\ \xa2\x58\x8e\xe6\x82\xa1\x48\x57\x24\x81\x88\xcb\xb8\xd6\x42\x7a\ \xae\x51\xca\x09\x4e\xd3\x43\x51\xa0\x65\x35\x55\xcd\x1b\x8a\xd1\ \x34\x32\xb4\xda\xe4\x99\xa3\x6d\x37\xdf\xd2\xd1\x91\x74\x1d\x5c\ \xab\x17\xc6\xce\xcf\x67\x33\xa9\x66\xbd\x6a\x6a\x8a\xa6\xaa\x96\ \xae\x52\x08\x40\xe2\x9a\x36\x69\xd6\x2a\x8d\x7a\x89\x50\xfc\xb2\ \xe1\x01\xbb\x7a\x91\xc2\xae\xcc\xb2\xeb\xae\x5a\x0f\x29\x9c\x9e\ \x3d\xa5\x6a\xb6\x63\x31\xe5\x52\xa9\x94\x5b\x1a\x78\xf0\xc1\xe1\ \xee\xae\xb3\x27\x8f\x35\x4a\xc5\xfc\xfc\xac\xdf\xeb\xe3\x18\xee\ \xf5\x7c\xe4\xb5\x7c\x8d\x08\x16\x06\x90\xa6\x78\x4d\x33\x7c\x92\ \x27\x5b\x52\x1a\x1c\xff\xf6\x3f\xff\xf3\x6b\x37\x5f\x6d\x56\x8b\ \xb2\x69\x7c\xf7\xf1\x27\x5f\xba\x30\x71\xe8\xc0\xa1\xab\xb6\x6e\ \x5d\xbb\x71\x7d\x47\x7b\xcc\x6e\x75\x0a\x94\xd5\x1e\x0d\x9d\x3b\ \x7e\x26\x16\x8d\x9f\x3f\x7d\xf2\xc0\xfe\xfd\xef\x79\xff\x07\x43\ \x11\x04\x68\x8e\x38\x2e\x64\x20\x04\xaf\x56\x20\x5f\x6b\x4c\xf6\ \xaa\x95\x0d\x84\xc0\x75\x01\x24\xc4\xb4\x10\x27\x4c\x9e\x19\xdf\ \xbd\x67\x4f\x3a\x9d\xe1\x04\x51\x8e\xb6\x17\x6b\xb5\x8b\xe7\xc7\ \x58\x86\x71\x08\x65\xd8\x6e\x20\x1a\xf9\x2d\x4f\x0e\xc6\xee\x15\ \x6a\xfd\xff\x24\x88\x5b\x5c\x4a\xb7\x1c\xaa\xa3\xb3\x83\x7d\x35\ \x05\x76\x27\x4f\x9c\xe8\x59\xb7\x31\x7f\xe1\x44\x78\x70\xad\xc4\ \xbc\x8e\xa1\x0e\x44\x93\xb9\xa3\x40\xe0\x31\x82\x04\x22\x4c\xa1\ \x4b\x06\x22\xf8\x52\xa1\x9c\x00\x97\xe2\x39\xc9\x6f\xab\x75\x97\ \x76\x5d\xbd\x31\xaf\xe5\x63\x12\x7f\x6c\xff\x81\xeb\x6e\x7c\x03\ \x2b\xca\xc9\x64\xdc\xe3\x4f\x24\x3b\x7b\x38\xe4\x62\x53\xab\xe4\ \x52\x1d\xed\x09\xdb\x32\x93\xed\x6d\x0f\xbd\xef\xc3\x86\xd2\x64\ \xfe\x9b\xf7\xe6\xba\x2e\x45\x51\x2c\xcb\xea\xba\x8e\x31\xe6\x39\ \xbe\x96\x2d\xec\x3f\x7a\x6c\xe7\xb3\xcf\x02\xd7\xf5\xf9\x03\x2d\ \x1a\xfc\xe0\x99\x9f\xd7\x4d\xab\x61\x39\x0e\x4d\x61\xc7\xb5\x4d\ \x97\x95\x24\x49\x0c\xb0\x9c\xd7\x81\x2c\x42\x2c\x00\xd0\x72\x1c\ \xc6\x05\x82\x24\x3a\x10\x2a\x9a\xd6\x34\x34\x86\x63\x75\x55\x73\ \x09\xb6\x5c\x5b\x37\x8c\x4a\xb9\xcc\xb1\x2c\x04\x38\xe4\x11\x7b\ \x86\xa3\x1e\x3a\xa2\xb7\x2a\xcd\x46\xb3\x55\x49\x43\x28\x02\xc2\ \xf3\xb4\x57\x62\xbd\x12\x76\xf6\xfd\xf2\xb1\x4a\x43\x99\x9d\x5b\ \x28\x54\xaa\x0e\x76\x01\x01\xf5\x66\x8d\x41\x90\xa1\x20\x6d\x2a\ \x97\x3d\x07\x5f\xcf\xa5\xd3\x13\xa7\x08\x04\x90\xa1\x5d\xec\xda\ \xb6\xed\x95\x3d\x94\x0b\xa2\x5e\xff\x7b\xde\xf9\xfe\x4d\xa3\x2b\ \xa7\x76\xed\xac\xb7\x87\xf6\x1e\xdc\xdd\x94\xf8\x4c\x79\x31\xd2\ \x99\xdc\xb2\x71\x53\x47\x2c\x6c\x0e\xf5\x87\x79\xa9\x56\xce\x2d\ \x4e\x4d\xb7\xb5\xb7\x1f\xdc\xbb\xef\xa5\x7d\xfb\xff\xe1\x4b\x5f\ \xa5\x68\x06\xd0\xf4\x25\xb6\x20\x04\x1c\xc7\x79\x79\xf7\xe3\xba\ \x14\x45\x5d\x4a\xde\x2f\x59\x65\xd9\xb6\xe3\x5a\xba\xa3\xb5\x6c\ \xdd\x3e\x7b\xe6\xec\x23\x8f\x3c\x22\x4b\x7e\x0b\x00\x55\xd7\x15\ \xc3\x68\xe9\x7a\x30\x12\x61\x08\xa6\x21\x45\x21\x26\xe1\x0d\xba\ \xa6\x0d\x1d\xe0\xf7\x79\xd5\x56\x3d\x35\x37\x5b\x2e\x2e\xf1\xae\ \x19\xe6\xd0\xc0\x60\x5f\x20\x1c\x33\x08\x39\x74\xec\x84\x69\xd8\ \x10\x31\xc5\x6a\xf1\xfc\xe9\x23\xa7\x4f\x90\xcc\xfc\xb4\x63\x6a\ \x10\x22\x9a\x61\x6c\xdb\xb6\x1c\x42\x10\x74\x00\x74\x09\x02\x90\ \xe6\x64\x81\xa2\xb0\x6d\xa8\x26\xe3\xec\x78\xee\xa9\x5b\x47\xdb\ \x0d\x5d\x5f\xd3\xdf\xdf\x19\x6f\xcb\x96\xb3\x2c\xcb\xb1\xa2\x27\ \x5b\x52\xdf\xfe\xde\x77\x7d\xf8\x23\x1f\x35\x34\x6d\x21\x9d\x07\ \x7e\xc9\xb6\xf8\x79\xad\xd6\x1b\x4f\xa2\xb6\x10\x78\x1d\xa9\xab\ \x56\xa7\x19\x40\x03\x88\x5d\xc6\x86\x00\x2f\x15\x96\xda\x62\x71\ \x49\x94\x7a\x86\x86\xf8\x48\x94\x31\x9a\x6e\x71\xe9\xbd\x6f\xb9\ \x7b\xaa\xd4\xc8\x34\xad\xe7\xf7\xec\x9d\xba\x38\xb9\x66\xed\xc8\ \xd5\x1b\x57\xc9\x9c\x7b\xe4\xc5\x7d\x3e\xc9\xeb\x11\x84\xd4\xd2\ \x52\x3c\x9e\x18\x3b\x73\xe6\xba\x5b\x6f\x27\xd8\xe5\x45\x09\x10\ \x80\x6d\x8c\x68\x78\x69\x7a\xf6\xd2\x0e\xe9\x15\xfb\xa0\x4b\xc9\ \x8a\x69\x1a\x0c\x0d\xcc\xa6\x5a\xa9\xd6\x1e\xfd\xee\x0f\x0a\xb9\ \x52\x24\x12\x6f\xd4\x14\xca\xc0\xf3\xf9\x25\xd9\x1f\xf0\x74\x76\ \x61\xc7\xe1\x21\xe3\x03\x28\xec\xf5\xd1\xbf\x0f\xa2\xa4\x0e\xfd\ \xf4\xf3\xdf\x7a\x8a\x19\xbe\xfb\x73\x7f\xf1\x56\x67\xcf\x97\xdf\ \xf5\xed\x53\x02\x83\x68\x4f\xc7\x27\x3e\xf3\x57\xa3\x51\xf1\xd2\ \xe6\x66\xfb\xb7\x3e\xff\xf8\xfe\x19\xb9\x73\xcd\x9f\x7c\xfa\x13\ \xe0\xdf\xfe\xe6\xe1\x5d\xb3\x90\x0e\xdc\xf1\xbe\x8f\xdd\x7f\x75\ \xef\x15\x26\xff\xd6\x58\x3a\xf5\xe4\x5f\x7f\xf5\xe7\x89\x6b\xde\ \xf9\x77\xef\xbb\xf9\x12\x12\xf6\xfd\xe0\xb3\x93\x9b\x3e\xf1\x81\ \x65\xcd\xef\x7c\xea\xaf\xce\x05\x6f\xfe\xea\x9f\xdd\xeb\x9c\x7a\ \xf4\xe1\x8b\x5b\x3f\xfb\xb6\x97\xfd\x8a\x2b\x93\xbf\xf8\xfc\x93\ \x95\x37\x6f\x5b\x11\x6d\x7f\x2d\xdc\x5b\xbf\xfc\xce\xf7\xde\xb7\ \x7e\xe3\x8b\x8f\x7d\xe7\x86\x3f\xff\x97\xd7\x03\x77\x0c\x40\xaf\ \x64\x0a\x3c\x84\x08\x41\x04\x11\x4d\xd1\x34\x0b\x29\xe8\x62\x62\ \x63\x82\x09\x76\x5c\xd3\x32\x4b\x98\xe8\x12\x82\xbc\x08\x95\xf4\ \xfc\xe8\xc0\xb2\x2d\xeb\x37\xfe\xfc\xb1\x27\xe2\x3d\x7d\xde\x58\ \x62\x60\xf9\xe8\xc8\xe8\x0a\xac\xb7\xf4\x5a\x09\x98\x0a\x4b\x51\ \xd9\x5c\x76\x70\x68\xe8\xdb\x5f\xfd\xfc\x5b\xef\x7f\x80\x60\xc2\ \xcb\x7e\x02\x30\x80\x04\x03\x80\x5e\x56\x8d\xa1\x4b\xd3\x36\x04\ \xbe\x7a\xe6\x03\x24\x04\x40\x40\x51\xd0\x71\x2c\x04\x28\x41\x10\ \x66\x67\xe6\x4e\x1d\x3b\x7e\xee\xd0\x71\x82\x20\x25\x89\x4d\xdd\ \x28\xab\xf5\x96\x6e\xa8\x9a\x85\x68\x16\x01\x9a\xb1\x90\xec\xf3\ \x93\x20\xc5\x4b\x41\x9a\xa6\x80\x4b\x78\x96\xa5\x08\x32\x35\x9d\ \x66\x28\x51\x10\x44\x59\xaa\x35\x5a\x1c\x27\x36\xea\x15\x9e\x63\ \x25\x81\x93\x65\x09\x12\x2c\xf9\x84\x80\x9c\x40\x10\xe8\xcd\x12\ \x47\xea\x4a\x41\xa9\x34\xcb\x8d\x42\xb6\x5e\x6b\x5c\x4c\x15\x6f\ \x79\xf0\x43\x25\x17\x01\x8a\x55\x6b\xd5\x80\x10\x7b\xe6\x67\x3f\ \x8b\xb7\x27\xd5\x56\x2b\xe2\xf1\x28\xba\x6d\x5a\x66\x44\x16\x30\ \x76\x47\x86\x47\xee\x7e\xd3\x9b\x2e\x7b\x34\x84\x81\x2e\x07\x5c\ \x07\x02\x86\xa6\x6d\x8c\x81\xe3\x1a\x4a\x8d\x81\xf4\xba\x6d\x37\ \xae\x59\xbf\xc9\x1f\x8e\x25\xe3\xf1\x1b\x37\x5e\x15\x8a\xf8\xfa\ \xae\xde\xf8\xd1\x7f\xf8\x3c\x35\x1b\x3d\x72\xf8\xd0\x1d\xd7\x5e\ \xdf\xe6\x0b\x14\xa7\x27\x4b\x95\x52\x20\x14\x22\x2e\x71\x4c\x5b\ \xf6\x7a\x4e\x1e\x3d\xdc\x37\x34\x1c\x8a\xc6\x2d\x02\xea\x2d\xa5\ \xd1\x6c\x45\xc2\x7e\x59\x92\x08\x80\xb6\xed\xb2\x2c\x44\x08\xb8\ \xae\x0b\x21\x71\x1c\x9c\x4a\xa7\x96\x52\x0b\x53\xe7\x4e\x1f\x3f\ \x7a\xd2\x32\xac\x46\xbd\xe5\x60\x6a\x3e\x9d\x95\xfc\x81\x44\x77\ \x6f\x3b\xcf\x51\x34\xd3\x32\x8c\xa9\x8b\x17\x45\x86\x6d\x8b\xc5\ \x73\xe5\x4a\xc8\xe7\xef\xef\xee\x99\x98\x38\xb7\x30\x3b\xc1\xd0\ \xa0\xb7\x23\x7a\xff\xb6\xad\xc1\x40\xb0\xde\x52\x14\xd3\xba\x6e\ \xd3\x1f\x7f\xf3\x07\x3f\x5a\x28\x94\x29\x62\x2a\xf5\x32\x27\xc9\ \x6d\x21\xaf\x5a\xb7\x4c\xd3\x24\x84\x40\x04\x31\x05\x0d\x07\x43\ \x9a\x75\x08\xb2\x5c\xa2\x1a\xee\xfb\xff\xf4\xdd\x47\x67\x73\x37\ \xdf\xbd\xed\x8b\x2f\x3e\xb5\x37\x73\xd2\x55\xaa\x0c\x74\x7f\xfe\ \xd3\x9f\x84\xa2\x01\x9a\x52\x52\xd5\x5a\x49\xc3\x17\xd3\x33\xa7\ \xc6\x4f\x28\x8d\xa6\x61\xe9\x26\xb6\x52\x6a\x79\xe4\xfa\x4d\x5b\ \xb7\x6e\xb2\x0c\xe5\xf5\x4c\xe4\xf8\xe4\x36\x59\xe6\x15\xa5\xda\ \x54\x9a\xba\xa1\x48\xb2\xa0\xe8\x2a\x2d\x08\x16\x24\xd9\x62\xa1\ \xbd\xad\x6d\xcd\xcd\x37\x9f\x3b\x70\x54\xb6\x9d\x4d\xcb\x86\x1f\ \x7a\xe8\x5d\x7b\x4e\x9e\xdc\x7d\x60\x57\xa9\x92\x8f\x7a\xa9\x64\ \x22\xae\x54\xb4\xf9\xf9\x79\xaf\x2f\x80\x31\x9e\x9d\x99\xf2\x1d\ \x0d\x02\x44\xaf\xde\xb0\xc9\x75\x70\x3a\xbd\xe4\x09\x7a\x7d\x01\ \x0f\x4d\xd1\x96\x69\x11\x80\x05\x81\x27\x04\x5e\x3a\x76\x5d\xd5\ \x8d\x7a\xbd\x3e\x3f\x3b\xb9\x67\xf7\xee\x66\xa5\xa1\xd6\x14\x91\ \x93\xea\xf5\x46\xb9\x52\xe9\x5b\x9e\x58\xd7\xd5\xc9\xc8\x52\xad\ \xd9\xd4\x35\x63\xfc\xdc\xd8\xf5\x57\x6f\x4d\x4f\x4d\xfd\x1e\xe0\ \x4e\xac\xb3\x4b\xe2\x27\xbe\xfe\xed\x53\x9f\x79\xe0\x93\xff\xb6\ \xed\x1b\xf7\x7e\xfc\xc9\x6d\x00\x90\xb9\xbf\xfd\xe0\xd7\xa3\x1e\ \xe1\xd2\x25\xcf\xff\xf3\xc7\x9f\x75\xef\xfc\xc7\xef\x7e\xa2\x32\ \x76\x5c\xe0\xc0\xcc\xb1\xc3\xd7\x7d\xf2\xd9\xb7\xb7\xcf\x7d\xe2\ \xc3\x0f\xaf\x5f\xf7\xaf\xfd\x1c\xbc\x82\xf2\xdf\xcc\xd5\xbe\xf5\ \x9d\x17\xff\xe9\x91\x47\x9f\xfe\xcc\x87\x7e\x99\xbd\xee\x9e\x36\ \x56\x9f\x7d\xf2\xbb\xdf\xdb\xd9\x31\xfa\xb1\xd6\x8e\x1f\x1d\xd9\ \xfc\xa5\xf7\x66\xbe\xfc\x44\xf6\x4d\x95\x9f\x4d\xbd\xed\xb3\x0f\ \xbe\xfa\x3b\x0b\x47\xfa\x86\xef\x8a\xc5\xda\x51\x3d\x9d\xa6\x13\ \x1d\x01\xba\x9a\x59\x0c\x26\x7d\x88\xa2\x21\x00\xe8\x75\xfb\x08\ \x42\x88\xca\x85\x25\x08\xa1\x20\x08\x81\x40\x00\x40\xa8\x3b\x38\ \x97\xcf\x3a\x18\x43\x80\x4c\xcb\xf4\x72\x3e\xcb\xb4\x9b\x58\x61\ \xbd\x34\x6d\x1a\x0f\xde\x78\xc7\x87\xdf\xf1\xa1\xcc\x99\x0b\x5b\ \x03\x81\xa7\xf7\xfc\xc2\x08\x89\xe7\xc7\x97\x6f\xda\xb4\x75\xa4\ \xb7\x7b\xf9\x50\x5f\x88\x23\xae\xde\x34\x1b\x55\xa3\x94\x43\xba\ \xf9\xe8\xbf\x7c\xf5\x83\x1f\xfe\x24\xe0\xbc\x80\x01\x36\xb8\xe4\ \xcb\x8d\x19\xc2\x21\x42\x00\x76\x69\x0e\x62\xe0\x22\xc0\x00\x17\ \x40\x0a\xb9\xc4\x02\x8e\x4b\xb0\x0b\x30\xa9\xd4\x94\x17\x76\xed\ \x9d\x9d\x9d\x57\x35\xcd\x85\xb8\xd6\x6c\xb6\x34\xd3\x05\xc8\x01\ \xb4\x20\x84\x58\x19\x88\xa2\xe8\xf1\x7a\x3d\x92\xac\x62\x93\xf3\ \x48\x4b\xd9\x42\x48\x66\x19\xca\x14\x59\xae\x56\xad\x45\x62\x21\ \xd5\x34\xd5\x9a\xa9\x2b\xba\x4d\x51\xe9\xdc\xe2\xf2\x76\x7f\x84\ \x75\x78\xa4\x17\xb2\x93\x22\x00\xe5\x7a\x55\xb3\xcc\xec\xd2\xa2\ \xdd\xd4\x96\xe6\x4b\x99\xaa\xe2\xba\x86\x80\x4c\x00\xec\x26\x17\ \xde\xc8\x87\xf2\x2a\xcb\x32\x34\x05\x54\x0c\xa1\x2f\x12\x0b\x05\ \x7d\xed\x71\x8f\x6b\x6b\xb9\xbc\x02\x79\xc6\x70\x41\xdf\xe0\xaa\ \x87\x3f\xfb\x45\x86\x97\x8a\xc5\xfc\x65\xbe\x56\x89\x8b\x58\x44\ \x20\x5f\xb7\x91\x69\xd8\xc8\xb4\x12\x41\x11\x61\xe2\x8f\x78\xa7\ \x2b\x05\x12\x69\xf3\xdf\x7e\xcf\xd1\x2f\x7c\xad\x17\xf9\xe7\x1f\ \x7f\x6a\xe7\xb7\xbf\xc7\x6e\xb8\xee\xfa\x7b\x1f\xca\x1a\xbe\x99\ \xf1\x0b\x01\x4a\xef\x1e\x18\x54\x4c\x37\x5b\x2a\x8a\x32\xcb\x8a\ \xcc\x33\x4f\xff\xbc\xe7\x4c\x97\x66\x38\x0f\xbe\xeb\xdd\xf3\xe9\ \x54\xa9\xde\x8a\x08\x43\xa5\x72\xd1\xa6\xf9\xa9\xf9\x74\x67\x77\ \xa7\xcf\x23\x86\x03\x5e\x4c\x1c\x07\xbb\x4b\xe5\x72\xaa\x5a\x3b\ \x97\xc9\x2a\x00\xe6\xf2\xf9\xa0\x2f\xd4\xbb\x6c\x30\xdf\x52\x68\ \x5e\xa2\x10\x37\x76\x72\x62\xc5\xc8\x0a\x8a\xf3\x36\x5b\x4e\x2c\ \x19\x64\x80\xb3\x66\xcd\x68\xb1\xd2\x28\x68\x6a\xae\x59\x6f\xa9\ \xd5\x00\x67\x5d\xb3\xfe\x9a\xe7\xf7\xed\x8f\xc9\xfe\xa8\xdf\x3f\ \x3b\x33\xb3\x6c\x74\xf9\x27\xdf\xf3\xee\x87\xff\xf9\x1b\xd5\x6a\ \x3d\xbd\xb0\x74\xf3\x4d\x77\x88\x02\x3c\x75\xfc\xa0\x43\x54\x8f\ \x24\x2d\x1b\x19\x5e\xca\x2c\xd5\x14\x9d\x11\x64\x07\x31\x96\x83\ \x3f\xfe\xd7\x7f\xb7\x77\xaa\xf0\x8e\xf7\xbf\x8b\x51\xf2\x43\x54\ \xbd\x31\x7b\x3a\x21\xd1\xfd\xed\xdc\x47\xde\xfd\x31\x51\xa0\xab\ \xe5\xec\x54\xbe\x91\xaa\x68\x34\x36\xd7\x74\x04\x15\x3f\x9a\xbe\ \x58\x4d\x17\x4a\xdd\x7c\xc0\x2f\x09\x95\xe3\x13\x3f\xfb\xe1\xf7\ \x3e\xf6\xe3\x1d\x86\xaa\x5c\x66\xcd\xdd\x2d\x4a\xc4\xcf\x72\x2e\ \xc6\xc4\xe3\x95\x10\x44\x91\x50\xa0\x58\x29\xd7\x4a\x39\xbd\xd5\ \xac\x3b\x49\x7f\xac\x37\x95\xdf\x7d\xc7\xf2\xab\x8e\x1d\x1b\x1f\ \xab\xf2\xe7\xeb\x4a\xe2\xea\x37\x17\xe6\x4f\x32\xad\x5c\x04\x11\ \xd5\x71\x29\xc9\x4b\x28\xa4\x5b\x3a\x71\x9c\x43\xfb\x5f\x40\x8c\ \xc8\xd0\x6c\xf7\xe0\x48\x4b\x33\x18\xaf\x0c\x6d\x9b\xb6\xcc\x56\ \xa3\x6a\xe9\xba\xdf\xef\x17\x64\x89\x65\xa5\x86\x6d\x55\x35\x6d\ \x21\x5f\xb0\x5c\x12\x4b\x76\x34\x35\x8b\x01\x48\xf2\x07\x25\xc9\ \x83\xf2\x4b\x91\x68\xe8\xf8\xe9\xd3\xb1\x78\x22\x1c\x4b\xaa\x65\ \x53\x55\x6c\x8a\x11\x6c\x02\x7f\x0f\x70\x87\xdc\x5d\x7f\x70\x17\ \x00\x60\x51\xf6\xfa\x82\x2f\xd3\xfc\xf0\xe7\x3e\x4d\xde\xf2\x4f\ \x51\xe1\x12\xb5\x53\xcf\x1d\x87\x9f\xfb\xde\xed\x3e\x1a\x84\x36\ \x6e\x03\x00\xcc\x42\xc4\x8a\x8c\x10\xee\x8f\x85\x44\xea\x0a\xd8\ \x7f\x7b\xb0\x22\x50\x16\x9a\xc4\xa1\x3d\xdd\x32\x05\x9c\xe9\x4f\ \xfd\xed\xd8\x43\xef\xbe\x7b\x2f\x01\x9e\xab\x6f\xf4\x7d\xe4\x83\ \x5f\x93\xaf\xfa\xdc\x5d\x3b\x9e\x1c\x7d\xc3\x28\xfa\x77\x1d\x46\ \xc7\x71\x5c\x8c\x73\x4f\x7e\xee\x2b\x81\xbf\xfb\xc6\x7d\x91\xa7\ \x3f\xf7\xa9\x9b\xbe\xfa\x8d\xdf\xd5\x1a\x43\x08\xab\x95\x9a\xcf\ \xef\xd7\x34\xcd\xb6\x5c\x51\x14\x38\x8e\x73\x1d\xac\xab\x1a\x45\ \x43\xd7\xc5\x36\x30\xaa\x85\x8a\x2f\x26\xb5\x2a\x95\xa0\xcf\x73\ \xef\x43\xf7\xb3\xed\x91\x5e\x79\x43\xd3\x69\xc6\x7a\x22\xb4\xcc\ \xfc\xed\x8f\x7e\xb1\x30\x9f\x69\x8b\xf8\xd6\x0d\x0f\xb2\xc4\xf1\ \x08\x14\xc3\xb2\xf3\xa9\x54\x7b\x5b\x9b\xc7\x13\x3a\x76\xec\xe8\ \xc0\xe8\x46\x97\xc3\xa1\x44\x28\x9b\x4b\x8b\x82\x2f\xe8\x09\x31\ \x34\x63\xea\x58\x51\x34\x8a\x05\x02\xe3\x05\x14\x22\x10\xdb\x8e\ \x93\xcf\x2f\xd5\xea\xf5\x17\x76\xbf\x90\x4d\x17\x6c\x9b\x88\x82\ \x5c\xae\xd5\x72\xc5\xa5\xae\x9e\xee\x64\x22\x49\x73\x02\xcb\x4a\ \xa5\x6a\x7d\x61\x6e\x41\xf2\xc8\x82\x20\xe8\x86\xde\xd2\x1b\x1d\ \x3d\x6d\xc5\xa5\x25\x64\xa9\xb6\x6e\x14\xca\xf9\x7a\xbd\xa5\xd6\ \x7c\x86\x6b\x77\xf4\x74\xcb\x02\x2b\x8a\x8c\x69\x39\x13\xe7\x4f\ \x8f\x17\xe7\xd4\x62\xb6\x5e\xab\xaa\xba\x5e\x57\x14\x8e\xe7\x54\ \xa5\x81\x6d\xc4\xf0\x5e\x86\x62\x5c\xdb\xe2\x44\xce\xb0\x21\xcb\ \x0b\x6a\xbd\xea\xe5\xc2\x6d\x7e\x6e\x29\x5d\x55\x5a\x51\x51\x92\ \x37\x6f\xd9\x3c\xba\xac\x67\x6e\x66\xdc\x34\xd4\x73\xe3\x13\x86\ \x43\x9d\x3f\x77\xe6\x2b\x5f\xf9\xf2\x07\x3f\xf4\x91\xcb\x5e\x79\ \x8e\xe5\x78\x4e\xc0\x98\xa1\x2c\x20\xb2\x02\xc7\x22\x5b\x53\xc3\ \x3e\xdf\xa1\x03\x2f\xdd\x74\xe7\x7d\xf9\x7a\x75\xef\xe2\xa2\xc6\ \xd1\x40\xd7\xd7\xf6\x0e\x2e\x1e\x3e\xed\xe1\x62\xf7\xdd\xf6\x96\ \xa3\xc7\x4e\x26\xe3\xd1\xf9\xb9\xc5\xdc\x44\x55\xa4\x3c\x8c\xc0\ \x78\x38\xae\xae\x28\x1c\x85\x8e\x1f\x3f\x21\x08\x9e\x7d\xfb\x5f\ \x8c\xf5\xf4\xd0\x2c\x5b\xaf\x54\x00\x40\x7c\x48\xaa\xd5\x1a\x04\ \xa4\xfa\x7a\x3a\x22\x01\xcf\xfc\xdc\xdc\x53\xdb\xb7\x1f\x3c\x76\ \x4a\xb7\x2d\x5b\xd7\x1d\xcd\xf0\xf9\x02\x2c\xcb\x62\x4c\x44\x49\ \xee\xec\x1f\x98\x98\x9c\xed\xea\xea\x36\x75\xd3\x25\x70\xf3\x55\ \xeb\xda\x02\x1e\xda\xd5\x9f\xfc\xe9\x63\x9a\x03\xd7\x6d\xba\x7a\ \x61\x7e\x1e\x63\xb7\xa7\xb3\x23\x93\x5e\x10\x59\x3a\xe0\x93\x57\ \x2f\x1f\x56\xab\xe5\x68\xd0\x3f\xd4\xdf\xbb\x7c\x70\x30\x5b\x6d\ \xa5\xcb\xf5\xf1\xf1\xf3\x34\x05\x08\xa2\x29\x96\x59\x3e\x32\xea\ \x0f\xf8\x75\x4d\xbf\xe9\x96\x0d\x16\x06\xa7\xce\x5d\x68\xe9\xd6\ \xfe\xfd\x7b\x8b\x7c\xdb\xcc\xe4\xc4\xdc\xa1\xe7\xfc\xb4\xbb\x66\ \xe3\xba\x6d\x9b\xd6\x05\x03\x9e\xc9\x0b\x63\xa5\x52\x86\x86\x98\ \xf2\x45\x3b\xa2\xb1\xae\xb6\xa8\x56\x2b\xb6\xaa\x35\x99\x63\x72\ \xa9\xb4\x2c\x05\x9a\x79\x97\x18\x6a\x5b\x30\xf6\x1a\xbf\xfe\xff\ \x76\x34\x75\x9d\xd4\x09\x70\x5d\x0a\x62\x8a\xe5\xaa\xd5\x9a\x6d\ \x83\x78\xa2\xbd\x54\xa8\x6e\xdc\x3c\x5c\x64\x38\x24\x0b\x43\x6b\ \x57\x3d\xff\xdc\x0e\x9a\x0d\xf4\x76\x77\x74\x29\xd6\x91\xdc\xe2\ \xf2\xd5\x6b\xd5\x89\x97\xe2\xdd\x31\xa7\x66\x9c\x3a\x71\x6a\x64\ \xd9\x80\xeb\x58\x04\x12\xec\x58\x5e\x8f\xef\xd4\xd9\x13\x06\x04\ \x5e\x7f\x64\x29\x9d\x4a\xe0\x68\x7b\x2c\x9e\x2d\x55\xea\x95\xca\ \xa9\x43\x87\xdf\xf2\xf6\x77\x58\xba\x76\xf4\xf0\xd1\x1d\x7b\xf7\ \x56\x6b\x0d\x47\x57\x4d\x4d\x63\x18\x96\xa1\x99\x50\x8c\x17\x3d\ \xbe\x64\x57\x97\x6a\xd8\x5e\x6f\x08\x40\xa6\xd5\x68\x26\x22\xe1\ \x5b\xb6\x6d\xeb\x6c\x4f\x4c\x9d\x3d\x49\xff\x9e\x50\x54\x38\xfb\ \xab\x1f\xe3\xdb\xbe\xbb\x4d\x02\x00\x00\x75\xf1\x9b\x53\xa3\x5f\ \xff\xcb\x5f\xab\x7a\x71\x45\x41\xfe\x4b\xa3\xd7\x4b\xcf\x7e\x6b\ \x6a\xe4\x5d\x88\xc6\x8f\x7c\xf2\x81\xed\x8c\x29\xf7\x5d\x27\x5f\ \x69\xe4\xfe\xf6\x10\x37\x6c\xe8\xfc\xe7\x8f\x3f\xd8\x12\x57\xbc\ \x81\x43\x27\x7f\xfa\xec\x8a\xcf\x7c\x7a\xe8\xc4\x17\xf7\xd3\x0c\ \xf0\xae\xfe\xca\x0f\x7e\x0c\x80\xfb\xc8\x07\xde\x26\x8d\x6e\x7e\ \xc7\x3b\xbf\x7f\xd3\x7b\x3e\xf5\xd0\xd6\xbe\x4b\x45\xf1\x64\xef\ \xb2\x65\x03\xed\xa9\xfd\xd4\x25\xd9\x09\xa2\xe9\xdf\xe1\xdb\x13\ \x42\xe0\xba\x04\xbb\x84\x60\x62\xe8\x8a\xa2\xa8\xa2\x28\x50\x88\ \x0a\x06\x02\xbc\xc0\xb6\x14\xa5\x59\x55\x69\x5e\x00\xaa\xbb\xac\ \xbd\xbb\xad\x2b\x81\xfc\xde\x22\x51\xe4\x20\x47\x42\x1e\x2e\x9b\ \x69\x4d\x2d\xfc\xf8\x9b\xdf\x9d\xd7\xd4\x7f\x78\xf8\x33\x73\xe9\ \x8c\x97\xa3\x38\x84\x3d\xde\x80\x4f\x16\x55\xd3\x50\x15\xd5\x9a\ \x9f\x3d\x7d\x7e\x72\x70\x74\x60\xd3\x0d\x9b\x59\x82\x9b\xd5\x52\ \x58\xf6\x6b\x4d\xab\x54\x2e\x40\x8a\x44\xe2\x81\x96\xa1\xb2\x9c\ \x44\x5c\x37\x5f\x2b\x66\xcb\xc5\x42\xbe\xa0\x58\xb6\x8d\x40\xb9\ \xd5\xe8\x0e\x05\x86\x3b\x97\x97\x0f\xd6\xdb\x7a\x7b\x26\x27\x67\ \xfb\x87\x86\xeb\x8d\x56\xa5\x51\xd1\x5d\x3d\xda\x16\xd1\x55\x85\ \xe3\x98\xfe\x78\x72\xb8\xa7\xeb\xdc\xe1\x23\xd3\xe7\x72\x95\x4a\ \xb5\x5c\xaa\xca\x1e\xaf\xe8\xf7\x3b\x08\x98\x5a\x55\x37\x9a\xd1\ \x58\xcf\x74\x66\xea\xc2\xd1\x83\x3e\xac\x71\xb6\x46\x2c\x97\x47\ \x7c\x58\x64\x68\x9a\xe2\x68\x17\xf8\xc4\xaa\x61\x62\xbd\xe6\x11\ \x58\xc3\x36\x35\xc4\x26\x12\x49\x8f\xab\x2b\xa5\xd9\x6a\x71\xfa\ \xe4\xae\xed\xf7\x2c\x0f\x78\xfc\x3e\x17\xc0\x17\x0f\x1e\xcc\x2c\ \x4c\xb3\x1c\x65\x5a\x96\xa6\x3b\xf7\xdf\x77\xef\x3b\xdf\xf3\x01\ \x4e\xf4\xce\xcf\xa7\x2f\xcf\x35\x50\xd7\x4d\x5d\x35\x09\x43\x21\ \x87\x60\xdb\xc6\xd8\xa2\x11\x6a\xd5\x94\x48\x94\xcd\xcd\xa7\xda\ \x39\x8f\x2f\x18\xe4\x92\x71\xd9\xa8\x5d\x38\x77\x26\x1a\x0b\x1f\ \xdc\xfe\xec\x42\xd3\x36\x0c\x55\xf6\x26\x52\x4b\x19\xa0\xeb\xb4\ \x2b\x00\x84\x87\x57\x2c\xeb\x68\x8f\x16\x8b\xa5\xe1\x81\x21\x49\ \xf2\xce\xcd\xcd\x9f\x9d\x99\x67\x04\xfe\x64\x79\xa9\xb3\xa3\x6b\ \xf4\xaa\xad\x5e\x59\x46\x84\x18\xaa\xb6\x7f\xcf\x9e\x73\xe7\x4e\ \xcf\xcc\xce\x97\xb2\x4b\x8c\x20\xd2\x08\xb9\x86\x25\x7a\x02\x3c\ \xcb\xba\xb6\x33\x39\x79\x61\xc5\xfa\xf5\xbe\x80\xd7\xb5\x88\xdf\ \xef\x3f\x72\xea\xb8\x2c\xb0\x52\x4f\xbb\xab\x6b\x21\xaf\x27\x2e\ \x7a\x83\x12\x47\x11\x57\x16\x45\xc7\xa1\xee\xb8\xfd\x8e\xcc\xc4\ \x4c\x67\x34\xba\x72\x70\x28\x11\x09\x09\x01\x1f\xcf\xb0\x81\x80\ \x0f\x3b\x56\x3c\x1c\x6a\xd5\xea\x2c\x07\x3b\xbb\xda\xda\x12\x89\ \xf6\x44\x34\x97\xcd\x0d\x0d\x0e\x8d\x8c\x8c\xe4\x4a\x65\x59\x9a\ \x07\x88\x4a\xc6\xa2\xcd\xba\xf3\xe5\xcf\xfd\x6f\x8f\x5e\xf4\x68\ \xb9\x9b\xde\x7a\x67\xb3\xd9\xca\x65\x97\x4a\xe5\x82\xaa\x36\x04\ \x8e\x92\x43\x96\x3f\x82\x0b\x0b\x33\xa5\xf4\xe2\x8a\x95\xab\x53\ \xa9\x25\x6f\x28\xc2\x33\x72\x25\x9f\x9f\x9d\x9c\xae\xa4\x96\x10\ \xba\xfc\x87\x00\xd3\x3c\xc5\xca\xc4\x71\x44\x81\x8d\x47\xa2\x6b\ \xd7\x44\x75\xc3\x0c\x06\x43\xa1\x40\xa2\x5e\x57\x93\x43\x09\x07\ \xbb\xab\xde\x72\x67\x71\x7a\x6c\xf5\xfa\x6b\x16\x0c\x2d\x95\x9a\ \x16\x18\x46\x6f\xb6\x72\xb5\x7a\x05\x24\x7c\xf1\xc4\x0d\xb7\xdf\ \x86\x0d\xbd\x55\x2d\x5e\x18\x9b\xfb\xd0\x1f\xff\x31\xa4\x98\xd9\ \xc5\x8c\x28\x72\x95\x5a\x5e\x6f\x29\x17\x0b\x4b\xb5\x60\x70\xc7\ \xf6\xed\xc5\x6c\x8e\x61\xa8\x9e\x44\xb2\x58\x6b\x54\x55\x75\x55\ \xdf\xe0\x85\x8b\xd3\x0b\xd5\x26\x02\x1c\x4b\xb1\xed\xed\x49\x06\ \xd2\xcf\x3d\xb7\x83\x66\x85\x2d\x3d\x03\x61\x17\x0a\xb2\x27\x97\ \xc9\x8e\x9f\x7b\x69\x64\xf9\x48\xb3\x94\xe7\x80\xfb\xfb\x81\xfb\ \xfc\xbf\x7d\xe2\x2b\x53\x5f\xfa\xce\xff\x73\x69\x09\x2b\xa9\x8b\ \xfe\x9b\x6f\xf1\xbd\xda\x85\xeb\x6b\x73\xd2\x0a\x06\x22\x05\x6a\ \xc7\x9f\x39\xe5\x7d\x70\x9d\x8b\xde\xfa\x99\x1f\xbe\x6f\x15\x73\ \xf4\xfb\x7f\xfb\xf0\xe1\xe6\x3f\x5d\xef\xbb\xc2\xf2\xdf\xe8\xe3\ \xbc\xb4\x6b\x3a\xf6\xad\xef\x7c\xfa\xc2\x4f\xbf\xfc\xf7\x47\xaa\ \xbd\xfb\x7f\xbe\xf3\xa7\x7b\x7f\xa9\x2b\x06\x7b\xea\xd4\xa3\x8f\ \xad\xf5\x82\xc2\x8e\xaf\xed\x59\xf3\x57\x7d\xea\xa9\xef\x7d\xff\ \x8b\x0f\x7f\x73\x0f\x78\x19\xee\x2f\xb7\xdf\x29\x0e\x99\xaa\x0b\ \xc0\xaf\x47\x9d\x5f\x51\x2b\xbe\x3e\x3f\x52\x82\x89\xd7\xef\xa7\ \x18\x86\x42\x14\xcf\x23\xc3\x34\x1d\xcb\xa2\x28\xca\x75\x5c\xec\ \xb8\x22\xc7\xdb\x5e\xe4\xf3\x84\x9d\x62\x81\x52\xed\x8b\x67\xc6\ \xcb\x8a\x6a\xd2\x88\xd8\x35\xc2\x22\x3f\xcd\x8f\xc4\xfb\xe6\xe6\ \x16\x3d\x03\x7d\x23\xa3\x2b\x3b\x12\x51\x91\x45\x5e\x81\x69\xb5\ \xaa\xa5\x7c\xae\xd5\x6c\xf4\xf5\xf5\x69\x96\xa5\x29\xcd\xf4\xec\ \xb4\xeb\x6a\x91\x44\x8c\x50\xfc\xbc\xcb\x24\xda\xba\x20\xcd\x96\ \x4b\x79\x96\xa5\x43\xf1\x76\x17\xc0\xbd\x2f\xed\xdf\xb7\xef\x85\ \x6a\xad\x6a\xe8\xa6\x65\x3b\x92\xe8\xa1\x05\x4e\xf6\xfb\xca\xf5\ \x5a\xef\xe0\xb2\x46\x4b\xab\x29\x4a\x3a\x9f\xc5\x0e\xf1\xf8\x3c\ \xc9\x64\x22\x1c\x09\x1c\xb9\x38\x56\x2d\x97\x20\x71\x9a\xa5\xa5\ \x6a\x76\xbe\xb0\x94\x45\x18\xc8\x2e\x64\x0c\xd7\x2a\xb7\x1c\x9a\ \x99\x55\x2a\x93\x63\x67\xb6\xde\xf9\xd6\x30\x4f\xfb\x78\x2a\x48\ \x09\x6a\x59\x41\x90\x50\x88\xa2\x29\x16\xb8\x2e\x85\x68\x46\x10\ \x03\x92\x10\x93\xc3\x96\xeb\x94\x0c\xfa\xa6\x6d\x77\xdf\x76\xf7\ \xdb\x8e\xec\x79\xfe\x53\xef\xba\xef\x4b\x9f\xff\x52\x35\x35\x75\ \xec\xd8\x11\x02\xd1\xaf\x9e\xd9\xee\x95\x90\x4f\x64\xcb\x8d\x8a\ \xa6\xa9\xa6\x8d\x3b\xbb\xda\x4c\xbd\x51\xae\x96\x20\xbc\x4c\xe5\ \x86\xed\x02\xcd\x72\xb0\xa5\x03\x48\x05\x3c\x9e\xa8\x3f\x1e\x10\ \x38\xdb\x34\xbd\xb2\x97\x76\xdd\x7a\x36\xb7\xee\xfa\xeb\xfc\xdd\ \x9d\x8d\xa3\x07\x8a\xcd\x7c\xdf\xf5\x9b\x10\xe3\xd9\xfb\x83\x27\ \xe4\x80\xac\x55\xeb\x74\xd3\xb4\x54\x9d\x0d\xfa\x14\xbd\x99\x49\ \x2f\x74\x77\xc4\x57\xac\x18\xbd\xff\xcd\xf7\x7a\xe4\xc0\x53\x3b\ \x77\x9d\x9f\x9d\xf3\x07\x7d\xc7\xcf\x8d\x09\x8c\x38\x3d\x31\xe9\ \xd0\x7c\xb5\x56\x39\x72\xa0\xa8\x36\xcb\x22\xcf\x6a\xad\x66\x31\ \x9f\x8b\x44\x13\x86\xe3\xc6\x7d\x41\xd7\x34\x6a\xcd\xa6\x28\xcb\ \xaa\xa6\x8c\x8f\x9d\x3f\x7d\x6e\x3c\x11\x6d\xa7\x08\xa2\x1d\x9d\ \xe8\x3a\xd1\x03\x0b\x33\x17\x89\x61\x58\x2e\x26\x9a\x46\xd9\xa6\ \x63\x18\xba\xa6\xaa\x9a\x59\xab\x15\x2b\x99\x85\xec\xcc\x8c\x6b\ \xdb\x0b\xc5\x52\xfb\xb2\x91\x50\xd8\x2f\x0a\x2c\xe7\xf1\xcb\x52\ \xb0\xab\xb7\x93\x40\xc7\x34\x0d\x9f\x2f\xb0\x94\x59\xaa\x56\xab\ \xc4\x75\x03\xb2\x3c\x3a\xb4\xec\xd4\x99\xd3\x2c\xb1\xab\x99\x25\ \x11\xdb\xae\x52\xbb\xf7\x4d\x6f\xf4\xc8\xc2\xe2\xfc\x5c\xb9\x52\ \xd2\x74\x83\xe3\x28\x00\x69\xd4\xd2\x10\x2c\x79\x25\xa1\x54\x28\ \xee\xdd\xbb\x9f\x95\x83\xdf\xf9\xc1\x13\x88\x11\x42\xb2\x4f\xa0\ \x60\xac\x2d\xf9\xba\x5c\xb0\x68\x36\x10\x6f\x63\x00\x01\xae\x4d\ \xf3\x02\x41\x74\x30\xe4\x95\x24\x79\x69\xa9\xe0\xf3\x85\x24\x8a\ \x82\x1c\x65\xd7\x73\xd7\xbc\xff\x6d\x1c\xe7\x45\x35\xdb\x33\x35\ \xa5\x99\x6a\xa3\xdc\xaa\xb4\xb4\x43\xe3\x93\x6f\xbe\xeb\x2d\xdd\ \xf1\x84\x47\x64\x5f\xda\xbb\xf3\xfd\x5b\xdf\xaf\x9b\x7a\xb9\x94\ \xb6\x74\xe3\x6b\x5f\xfd\xe2\x5f\xfe\xf5\xa7\xeb\x08\x5e\x9c\x9d\ \x2b\xce\x2e\x6c\x5e\xbd\xee\x0c\x39\x35\x38\xd8\xdf\xaa\xd4\x88\ \x65\x11\xdd\xe8\xee\xec\x5a\x98\x99\x0d\xca\x5e\x1a\x51\x85\x62\ \x2e\xa5\xcf\xb0\x1c\x7b\xdd\x96\xcd\xa5\x6a\x1d\x10\xb2\x63\xc7\ \xce\xdb\xef\x7a\x53\xb3\x51\x6f\x94\xf3\x5d\xb1\x2d\x6a\xb5\xe8\ \x5e\x0c\x5b\x11\x00\x00\x20\x00\x49\x44\x41\x54\x63\xd1\xef\x03\ \xee\xe6\x37\xfe\xfe\xc9\xee\x37\xff\xe9\xcc\xd1\x7d\x29\x5f\xdf\ \xfa\x95\x1d\x85\xc5\xd3\x6b\x97\x3d\xf0\x9a\x0b\xbc\xf7\x3d\xb8\ \xfa\x63\x9f\xfc\xdc\x9b\x6e\x5a\x99\x5e\xb0\x65\x9e\x42\x08\x4f\ \x1e\xde\xb5\x7d\x5e\x79\xe1\x70\xee\xf6\xdb\xa4\x2b\x24\xff\x6d\ \x89\x7b\x9f\xd4\x7c\xec\xe9\x17\xf6\x4e\x9c\x48\x6d\xf9\x63\xf9\ \xde\x6f\xef\xff\x30\x00\x73\x4f\x7c\xe1\xff\x2c\xff\xb3\xb5\x5e\ \x40\x5c\xe5\x9b\xfb\xf4\x2f\x7c\x7e\xe5\xf6\x2f\xec\xdc\xbe\xef\ \x80\x18\x0c\xfd\x1a\xbe\x8e\x4b\x08\x00\xa0\xfd\xa6\x9b\xf4\x3f\ \xf9\xec\x2f\xdb\xde\x70\x41\x61\x6f\x44\x92\x8c\xab\x63\x79\xcb\ \xcb\x1b\x07\x66\xaa\xf7\xad\x8e\x5c\x3e\xdc\x01\x60\x10\x85\x1d\ \x47\x33\x14\x08\x21\x05\x90\x03\x31\xc3\x30\x8d\x46\x83\x38\x58\ \x10\x58\x1d\x50\x95\x5a\xb3\x5d\x10\x5b\x8d\x56\x34\x19\x9b\x9f\ \x9e\x5f\xbe\xed\xfa\x7a\xb3\x9a\xe8\xee\x62\xeb\xd6\xc9\x9f\x3d\ \x1d\x5a\xb7\xfa\xa5\x97\x0e\x6a\xaa\x5e\x28\x55\x1c\x53\xdd\xb8\ \x61\x6d\x65\x29\x93\xec\x1b\xac\x57\xab\x55\x45\x2d\xe7\x0a\x57\ \x8d\xae\x95\x24\x46\x6b\xb4\x72\x0e\x89\x75\xf4\x2c\xe5\x8a\x75\ \xd5\x15\x25\x29\xd6\xd6\x45\xd1\x78\x7c\x7c\xec\xec\xb9\x73\x8e\ \xe3\xac\x1c\x5e\x71\xf6\xec\xd9\x54\x2d\x03\x01\x32\x75\xd3\xef\ \x0b\x06\x7c\xbe\x43\x87\x0e\xf5\xf4\x0d\x03\x40\x0d\xf4\xf5\x07\ \xc2\xe1\xf4\x7c\x4a\x6b\x36\x38\x40\xa8\x70\xd0\x52\x1b\x22\x03\ \xbc\xa2\x74\xfe\xf8\xc1\x4a\x3e\x4f\x54\x35\x14\x08\x52\x1c\x22\ \xd0\xc8\x95\x6a\x9c\x2f\x60\xe9\x08\x71\xe2\xec\x89\x23\x5b\x37\ \xac\xab\x87\x43\x32\x65\x37\x19\x88\x10\x5d\x57\x2d\x4e\x94\xfb\ \x07\xfa\x62\xa1\x40\x5b\x4f\xbf\x20\x49\xad\xa5\xc9\x63\x27\x4f\ \x84\x61\x68\xf3\x8d\x6f\xfc\xf9\x73\xcf\x7f\xf9\x2f\xdf\x01\xaa\ \xda\xae\xa7\x1f\xa7\x28\x6a\xe7\xce\x67\xdb\xe3\x21\x6f\xc0\x1f\ \x0f\x79\x6d\x4b\xe5\xb0\x2d\x79\xbc\xf9\x62\xd1\xeb\x93\x02\x61\ \x3f\xa9\xb5\x6a\xf5\xcb\xa4\x0c\x64\x59\xce\xeb\x67\x19\x0e\x12\ \x2c\x72\x0c\xc5\xd0\x8a\x65\x04\x7c\xbe\x62\xa5\xdc\xdb\xd7\x89\ \x69\x41\x82\x16\x03\xb0\x6f\xb0\x67\xc3\x9b\xdf\xd8\xb7\x69\xed\ \xcc\xf9\x19\x5f\xc8\xab\x35\x54\x42\xc8\x86\x95\x6b\x16\x66\x66\ \x90\xc8\x0b\x9c\x1b\xf6\xfb\x22\x1e\xe9\xb6\x1b\xae\x5d\x9a\x9b\ \x6a\x56\x95\xf4\xf4\x85\x37\xdd\x7e\xd7\xbe\xc3\x07\xdf\x78\xd7\ \x5d\xe7\xc7\x27\x4f\x3d\xf5\x54\xef\xb2\x15\xa9\xf4\xe2\xad\x37\ \x5e\x97\x49\x59\xb2\x24\x48\x92\x3c\x37\x9f\x4e\xc4\xa2\xa3\x23\ \xa3\x27\x5e\x7a\xa9\x55\x6f\xc5\xe3\x71\x84\x60\x5f\x67\x57\x2c\ \x1e\xd9\xea\xdb\x3c\x3d\x39\x47\x80\x99\x8c\x07\x04\x0a\x4c\x4f\ \x8e\xb9\x96\x2d\x0b\x62\x34\x16\x77\xb5\xd6\xad\xd7\x5f\xfb\xec\ \xd3\x55\x55\x51\x0f\x1c\x3c\x8a\xab\x4b\x5e\x96\x43\x0e\x1e\xe8\ \x1f\x4c\x57\x6a\x82\x28\xee\x3d\x78\x38\x1a\x8d\x5c\x7b\xc3\xcd\ \x83\x83\xa3\xb2\xdf\xeb\x62\x37\x95\x5a\x5c\x98\x9d\xab\xd6\x1a\ \xcb\xdb\x92\x37\xde\x78\x93\xa1\xeb\x37\x33\xcc\xa3\x8f\x32\xc7\ \xcf\x9e\xb9\x66\xdd\x0d\x6d\xac\x99\x39\x6f\x3b\x5a\x93\xc2\x6c\ \x26\x93\xd1\x74\x03\x43\x60\xda\x14\xa2\x58\x59\x42\x96\xa2\xd6\ \x34\xd5\xf1\x7a\x76\xee\x7d\x06\x89\x7e\xd5\x76\x17\xe7\x66\x05\ \x86\x0d\x49\xbc\xd6\x1e\xa3\x10\xb2\x2f\x3b\x73\x47\xb8\x50\xce\ \x43\xd7\x06\x8e\x5d\x2a\xc0\x14\xc5\x0c\xf6\xf5\x9f\x5f\x2a\x9e\ \x3d\x75\x5a\x55\xb5\x37\xdc\x7e\xfb\xa6\xab\xd7\xac\xdf\x38\x0c\ \xb0\x39\xbb\x30\x76\xe2\xf4\x6c\x80\xa7\xa6\xa7\xe6\x57\xac\x5b\ \xe1\x5f\xb9\xfa\xf1\x27\x7e\xa0\x56\x8c\x55\x23\x43\x77\xbd\xe1\ \x66\xd7\xc2\x99\xc5\x54\x34\xe4\x87\xb6\x5d\x48\xa5\x57\x2e\x1b\ \xe0\x88\x7b\xf6\xf8\x51\xd7\xb0\x75\x45\xa3\x3a\x92\xb9\x7c\xde\ \xb6\x9d\xc5\x74\x4a\xf4\x7a\x45\xaf\x17\x31\x0c\x0b\xc1\xe6\x55\ \xab\x76\xee\x78\x56\xad\x97\x2d\x1a\x24\x93\xed\x33\x67\x8e\xb6\ \xf7\xf4\x67\x67\x2f\x5e\xbb\x71\xdd\x85\x33\x27\xeb\xd5\x92\xa9\ \x37\x2b\xd9\x74\x71\x29\xed\xe5\xd9\xdf\x07\xdc\xd9\x07\x3e\xfb\ \x8f\x8a\x69\x11\x42\x68\xce\x07\x00\xe8\xbb\xe6\xbd\x5d\xcc\xbf\ \x4b\xc6\x87\x6f\xfd\x93\x7f\x59\x5f\x6c\xea\xf6\xe6\x75\x8f\x04\ \x23\x22\xea\xff\x71\x4f\xcb\x02\x00\x6d\xbc\xe1\xae\xb0\x8f\xbe\ \x42\xf2\xdf\x16\x89\x3f\xff\xfc\xc3\xa5\x9a\x7a\xd5\xaa\x87\x63\ \xe1\x97\xd3\xbd\xe4\x1d\xef\xfb\x33\x86\x00\x00\x21\xe2\x3f\xf2\ \xa9\x8f\x06\x01\x78\xe8\xc3\xef\xcb\x57\xd4\x9b\xb7\xc4\x2e\x5d\ \xd0\xb5\xed\xaf\x12\x94\x0f\x00\x00\x12\x6f\xfa\xe6\x37\x36\xd5\ \x34\x7b\xe3\x3f\x6c\x89\x32\xdc\x1f\x7d\xfe\xeb\x3a\x4b\xc9\x1f\ \xfd\x52\xc5\x79\x5d\xaf\x52\xd7\x75\x07\xfb\xba\x4f\x9c\x38\xc1\ \x72\x9c\x2c\xca\xc5\x52\x31\x12\x8d\x78\xbd\xbe\x4b\x16\x31\x14\ \x42\x1c\xc1\xf1\xf6\xce\x10\x43\xf9\x29\x1a\x20\xd8\x1d\x8c\xeb\ \xe9\xfc\x50\x67\x97\x37\x88\x90\x03\x3b\xf2\x6b\x61\x28\x90\x70\ \xdd\x09\x02\x1a\x2d\xc5\x36\x34\x97\x50\xb7\xdf\x75\x4f\x34\x12\ \xbc\x30\x7e\x6e\xf7\xf3\x3b\x05\xaf\xbf\xae\x6a\xcb\x57\xac\x17\ \x79\x46\x35\x8d\xb2\x66\x12\xce\x3b\x9f\x2b\x60\x4c\x94\x4a\xd9\ \xd1\x9a\x14\x70\x4e\x1c\x3b\xba\x7a\xed\x9a\x9e\xc1\xf6\x09\x07\ \xc6\xbd\xa1\x62\xb9\xca\x51\x94\xd5\x6c\x2d\x5c\x9c\x6a\xe4\x4b\ \x76\x34\x19\x4b\x76\xef\xd9\xb7\xf7\xaa\x8d\x1b\xf5\x5a\x3d\x93\ \x4e\x25\xaf\x5a\x5b\xc9\x64\xc2\x92\x58\xce\xd7\x1b\x4a\x2d\xbd\ \x38\x27\x20\x70\xdb\xf5\x5b\x6e\xdc\xb2\xd5\x50\xd4\x70\x2c\x76\ \x66\x72\xfa\x7b\x8f\x3d\x01\x19\xb6\x5a\x2d\x13\x1b\x2d\xf9\xf8\ \x8e\x58\x40\x6b\x56\x00\x45\x16\x4b\x79\xd6\x1f\x0e\x26\xa3\xdd\ \xeb\x57\xd0\x90\x74\x0c\x0c\xd1\x86\xcb\x34\x0a\x21\x7f\x2c\x5d\ \xb6\xf3\xb5\x66\xb0\xad\xfd\x43\x7f\xf2\xe9\x0f\xdc\x7f\x1b\x25\ \x02\xb5\xa1\xb7\x54\x0b\xa1\xc8\x86\x0d\x1b\x6a\xa5\xa2\x8b\xc5\ \x68\x3c\x5e\xab\x96\xdf\xb0\x7e\x7d\x7b\x32\xc9\xf0\x3c\xcb\xe9\ \x84\x58\x97\xb7\x77\xb2\x00\x74\x68\x84\xb1\x69\x34\x6b\x4d\xec\ \x6a\x1e\xd9\xd0\x74\x49\x92\x35\x4d\xff\xa7\x6f\xfc\xa3\x45\x60\ \xfb\x9a\x35\x6b\x86\x06\xae\x19\x1e\x1c\xbc\xfe\x86\xdd\x3f\xfd\ \xc5\xbf\x3d\xb3\xdb\x86\x6c\xad\xd1\xdc\x7c\xf3\xb5\x05\xc6\xe8\ \x66\x00\x31\xf4\xe9\xb9\xea\x55\x2b\x97\x97\x32\x0b\xb3\xe3\xe7\ \xf4\x56\x4b\x64\x79\xac\x35\x6a\xb9\x85\xe7\x9f\xfe\xf9\xdb\xdf\ \x72\xff\xb2\xa1\x65\x48\xc8\x95\xca\xe5\x35\xab\x56\x9d\x3c\x71\ \xac\x5c\xc8\x44\x23\x01\xd3\x71\x36\xac\x5b\x13\x08\x86\x79\x86\ \xef\xeb\xee\xc5\xa6\xc9\xb0\xcc\xc9\x73\x67\x79\xbf\xa7\x5e\x2d\ \x3b\x04\xd2\x34\xd4\xb4\x96\xab\x34\xda\x3a\xda\x2e\xd4\xeb\x9b\ \x37\x6f\x39\x76\xe4\x88\xd6\x6a\x0d\x0d\xf5\xb5\x85\x02\xab\x96\ \x0f\xcf\xcc\xcd\x4c\x4e\xcd\xad\x1d\x6c\x67\x08\x60\x05\xd9\xc4\ \x64\xcd\x86\x4d\xfb\x4f\x9d\x4e\xa5\x97\x6c\x8a\x3d\x72\xf8\x30\ \xc1\x68\x64\x74\xd4\xc2\x84\xe3\xf8\xe9\xb9\x39\xb5\xd5\x3a\x75\ \xea\xf4\xa9\x93\x27\x29\x0a\xe6\x32\x19\x99\xa3\x6f\xba\xe6\x6a\ \x21\xd1\x79\xe0\x57\x3f\xf1\xd2\x20\x16\xf4\xcc\xcf\x4c\x21\x48\ \x2e\x55\x08\x6d\x17\x1b\x06\x51\x14\x9d\x47\xc0\xeb\x95\x04\x51\ \x14\x65\xbf\x8e\x78\x13\x3b\xbc\xd7\xe7\x95\x24\x48\xdc\x42\xbd\ \x06\x2f\xd7\x59\x86\x10\xf2\xee\xf7\x3e\x50\x48\xa7\x77\xed\x78\ \xb6\x2d\x1c\x8a\x04\x42\x94\x8b\xf3\xb9\x79\x97\xe0\x46\xa3\xe9\ \x95\x03\x27\xf6\xef\x76\xeb\xb9\xbd\xcf\xff\xcc\x13\x16\x5a\x8a\ \x91\x59\xa8\xde\xb2\xed\xde\xa1\x68\xb8\xb2\xb0\x70\x66\xfa\x2c\ \x0d\xa8\xdd\x3b\x76\x4f\x9e\x3c\xe3\xa3\xe8\xcc\xec\xd4\xad\x37\ \x5d\x9b\x4f\xa5\xb5\x96\xc6\x60\xbc\x73\xc7\xae\xfc\x42\xe6\xfe\ \x07\x1f\x3c\x78\xf0\xf0\xae\xbd\x7b\x76\xed\xdd\x13\x89\x44\x68\ \x49\x5c\x2a\x95\xdd\x72\x79\xcd\xfa\x75\x0e\xc2\xa9\xcc\xe2\xe2\ \x85\xf1\x6d\x1b\x57\xeb\x7a\xcb\xd4\x1b\x82\xc0\x3a\xc4\x15\x7c\ \x94\x5f\x14\x66\x32\x25\xbb\x59\x34\xd5\xba\xc7\x23\x60\x4b\x1f\ \x68\x6f\x0b\xca\xd2\xef\x83\xa4\xd0\x1f\x89\xf9\x5f\xdb\xfc\x91\ \x82\xbf\xb1\xf9\x44\xbe\x70\xfc\x55\xde\xfb\x63\x1d\xfe\x2b\xf8\ \xfe\xcf\x7a\x68\x72\x30\x29\x07\xff\xdd\x5b\x54\xf6\xbf\xfc\x3d\ \xa4\x83\x7e\x19\x00\x40\x09\xbe\xf6\xe4\xab\xeb\xca\x88\xa1\x57\ \x3c\x15\xe5\x50\x5c\x7e\x39\xa1\x07\x94\x2f\xc2\x03\x00\x40\x20\ \xfe\xfa\x6e\x49\x55\xb5\x47\x7e\xf4\xaf\xdf\xfe\xc6\x37\x1e\x7b\ \xe2\x71\x41\x60\xbd\xde\xee\x52\xa5\xea\x38\x36\xcd\x71\x18\x42\ \x5e\x10\x08\xb6\x6b\xb5\x6c\xb8\x23\x59\xac\x57\x38\x48\x71\x0e\ \xe9\x92\x22\x32\xe6\x00\xb1\x2d\xaf\xb8\xe2\x0f\xef\x01\xde\xc4\ \xc5\x67\xf7\x2f\x2c\xcc\x67\x73\xd9\xb7\xdd\xf7\xd6\xe1\x91\xd1\ \x50\xc0\x37\x71\xe1\xc2\xf7\xff\xf5\x87\x95\x62\xde\x75\x9c\x64\ \x2c\xd9\xac\x96\xc3\x3e\x79\xcb\xd6\x6b\xc3\x5e\x69\x62\xa9\x30\ \x97\x2d\x78\x64\xf9\xb6\xeb\xaf\xed\x49\x26\xd4\x6a\x8d\xd2\x0c\ \xd7\x74\x9f\x7a\xec\x67\x9b\x36\x6f\x39\x73\xf6\x9c\x87\xe2\x44\ \x86\x2f\x55\xcb\x53\x4b\xb9\x98\x3f\x50\x58\xcc\xe4\x16\x33\xc0\ \xb4\x82\xa2\x04\xa2\x31\xb3\x51\x47\xb6\xdd\x9e\x6c\x0f\x8a\x4c\ \x35\x14\xd8\xb1\xe3\x19\x4b\x55\xee\xbe\xeb\x8e\xb5\xcb\xfa\x5c\ \xa5\x16\x95\xa5\x52\x6a\xe6\xd6\x6b\x37\xf2\x22\xfb\x85\xaf\x7f\ \x53\x62\x25\xa7\xd5\xcc\xcf\xcf\xb1\xc9\x60\x67\x47\x7b\xcb\x52\ \xeb\xe9\x54\x5f\x74\xf0\x2d\xef\x7c\xb0\xab\xab\x53\xd3\xea\x6e\ \x9d\x78\x04\x39\x6f\x01\xdb\x85\xa5\x62\xe5\xc9\x9f\x3e\xd6\x3d\ \x34\xdc\x33\xd8\xb7\x63\xdf\x9e\x72\xab\x11\x8e\xc6\xbb\xfc\xde\ \xee\xae\x8e\x33\xa7\xce\x8a\x22\xcf\x0b\x2c\xa2\x58\x42\xf3\x80\ \xe2\xcf\x5e\x98\x70\x20\xf2\x07\xc3\x10\x5e\xa6\x60\xc9\xe3\xf7\ \xf9\x82\x41\xb3\x55\x06\x2c\x04\x18\x9b\xb6\x4a\x09\x9c\xea\x58\ \x80\x01\x27\x4e\x1f\xeb\xe8\xec\x28\x9c\xb6\x20\xd0\x9f\x7f\xf6\ \xe7\xb8\x5a\x47\x2a\x36\x6d\x7a\x78\xf5\xda\x04\x71\xe7\x52\x8b\ \x85\x6c\x16\xd5\xeb\xf5\x54\x3a\x5f\xca\x5e\x38\x7f\xc6\x36\xd4\ \x52\x7f\x97\x44\x31\xa9\x6c\x56\x64\xa9\x63\x87\x5e\x5c\x3e\xd0\ \x3f\x33\x3b\x6d\x3a\xb0\x69\x81\xd9\x74\x96\x60\xa7\x94\x5f\x24\ \x8e\xee\xf3\xf2\x7d\x7d\x03\x27\xce\x9e\xfb\xc9\x63\x8f\x21\xc2\ \xf4\xb5\x27\x37\xad\x5f\x57\xaf\xd7\xb1\x63\x16\xf2\xaa\x4b\x21\ \x07\x43\x88\xc9\xe4\x85\x59\xa7\x5e\x0c\xfa\x64\xcb\x75\x97\xf2\ \xa5\x68\x22\x99\x4b\xcd\xd9\xaa\x5a\x29\x2c\x55\x2b\x95\x52\xa9\ \x56\xa5\x31\x85\x8d\xad\x1b\xaf\xf2\xfa\x23\x50\x90\xa7\xd3\xd9\ \xd3\xe3\x17\x00\xcd\x78\x7d\x7e\x17\x3b\x96\xa1\x29\x8a\xc2\x8a\ \x12\xcb\xf2\xf7\xdf\x7f\xff\x8f\x7f\xf8\x48\x21\x9f\xdf\xf1\xec\ \xf6\x9e\xee\xce\x5a\xa5\x64\xeb\x2a\xcd\x7b\xee\xde\x7a\x3d\x30\ \x9a\xed\x89\x80\xad\x35\x11\x71\x24\x81\x73\x09\xc0\xa6\x63\x3b\ \xae\x65\x9a\xa6\x02\x19\x81\xf3\xc8\x7e\xc7\x46\x82\xe8\x69\xa8\ \x4e\xb5\xa5\x9a\x0e\x49\x06\x83\x5e\x16\xd5\x72\xa9\xd7\x73\x3a\ \xd2\xfb\xde\xf1\x36\x6c\x5b\x11\x0f\xd3\xac\x55\xb3\x0b\x0b\xfd\ \xbd\xbd\x27\x8e\xe6\x74\x55\x65\x58\xc1\x50\x5d\x9f\x1c\x6c\x16\ \x73\xc8\x4b\x57\x81\x59\xa9\x2b\x1e\x29\xc0\x53\x28\x19\x0e\x5c\ \x98\x9d\xf2\xb1\xec\x58\xb1\x04\x1c\x4c\x43\xba\x52\xa8\x5a\xba\ \x31\x37\x35\x9f\x8c\x86\xc7\xa6\xce\x9f\x3f\x3f\x2e\xb2\xc2\xf4\ \xf8\xe4\xe9\xd3\x67\x07\x46\x86\x9f\xde\xb9\x13\xbb\xa4\xdc\x6c\ \x9d\x18\x9b\x58\xb7\x6e\x5d\xa9\x5e\x3d\x3e\x36\x36\xbc\x6e\x75\ \xb5\x55\xaf\xcd\x5e\x1c\xe9\x8e\xd4\x6b\xf9\x0d\xeb\x47\xfd\x5e\ \x7e\xdf\x8b\x2f\x8e\x2e\xbb\x61\xcd\xa6\x6b\xb7\x3f\xff\xd2\x81\ \x7d\x7b\xa4\x60\x48\x51\xd5\x53\x27\x4f\xdc\x72\xf5\x56\x4b\xd7\ \xa8\xbf\xf8\x8b\x4f\xbd\x4e\xe8\x20\x84\x0a\xf9\x6c\x47\x67\xf7\ \x15\xfe\xfe\x7f\x3d\x8a\x85\x9c\x3f\xf0\xf2\xfb\xc2\x30\xf4\x3d\ \x7b\xf6\xbc\xf6\xa7\xfd\x03\x03\x89\x44\xe2\xdf\xfd\xeb\x29\x4a\ \x2b\xce\x56\x2b\x05\xdb\xd4\xdf\xf8\xc6\x3b\x83\xc1\xe0\xc4\xe4\ \x64\xae\x54\x54\x0d\x43\xd3\x4d\xdd\x76\x2c\x5d\x41\x66\x2b\x1c\ \xf4\xe4\x72\xe9\xa9\xc9\xa9\xf1\x33\xe3\x4b\x33\x29\xa3\xa9\xf0\ \x12\x87\xbd\x74\x46\x29\x7e\xf7\x7b\x8f\x5f\x38\x3f\x31\x3d\x33\ \xe3\xf5\x78\xbb\xba\x3a\x1d\xc3\x2a\xe5\xf3\x27\x8f\x1d\x3d\xb8\ \x6f\xaf\xc4\xd2\xa6\xa6\x15\xf2\x85\x88\x47\xba\xfb\x96\x5b\xba\ \x92\xed\xb5\x46\x6d\xed\xe6\x4d\x4f\x3d\xf3\xd4\xf0\x40\x6f\x5c\ \x16\x9e\x7e\xe4\xc7\xc0\xd2\x47\x87\x97\x3f\xff\xdc\xce\x78\x24\ \xb1\x38\x9f\xea\xee\xec\xe6\x18\xae\x90\x2b\xac\x58\xbe\x3c\x14\ \x0a\xe4\xb3\xd9\x72\xb1\x14\x09\x07\x95\x46\xb3\xb7\xaf\x77\x71\ \x61\x5e\xe0\xb9\x8d\xeb\xd7\xad\x5c\x35\xfa\xe6\xbb\xef\x99\x9c\ \x9c\xd8\xf1\xdc\x76\xbf\x4f\x5a\x31\xd0\x3f\x3b\x7e\xd6\x6a\xd4\ \x42\x32\xff\xdc\xb3\xcf\x8c\x8f\x8f\xdf\xfd\xe6\x7b\x67\x17\x16\ \xa7\x67\x17\x0d\xc3\x4e\xc4\xc2\xd1\xb0\x97\x66\x51\xb5\x59\xbb\ \xfd\x9e\x7b\xa2\xc9\x76\x48\x41\xcb\xd6\x69\x42\x90\x89\xd7\x8c\ \x2e\x8f\x24\x12\x9c\xc7\xf7\x83\xc7\x1e\xad\x54\xca\xd8\x31\xdf\ \xff\x9e\x3f\x1c\xee\xeb\xf2\xc8\xe2\x37\xbf\xf2\xc5\xf7\xbd\xf3\ \x1d\x1b\xd7\xac\xdd\x7c\xf5\xe6\x85\xf9\xd4\x91\xa3\xc7\x8f\x9f\ \x3c\xa5\x1a\x46\x5b\x32\xc9\x09\x52\x20\x12\xea\xe8\xee\x6d\x56\ \xf5\xd7\x72\x86\xa6\xe9\xa7\x7e\xf5\x4b\x8c\xb1\x3f\x10\x78\x2d\ \x80\xb6\x6d\xbb\xf1\xd2\xb1\x9c\xaf\x56\x36\x03\xe1\xbb\xee\xba\ \x2b\xea\x15\x8a\xe9\xe9\x90\xcf\x03\x00\xf9\xbb\xbf\xff\xfc\xe7\ \x3e\xf7\xf7\xd7\xdf\x70\xcd\x43\x0f\xfc\x41\x22\x16\xcc\xcf\xe7\ \x0c\xd3\x54\x5d\xbb\xbd\xb7\x27\x12\x6b\xe3\x3d\x5e\x29\x14\x54\ \xb1\x33\x7e\xe6\x34\xa5\xe8\x4a\xb1\xb2\xb0\xb0\xc0\x0a\x02\x23\ \x70\xad\x66\x93\x02\x84\x46\xb4\x61\x58\xc5\x6a\xed\xe4\xb9\xf3\ \x2e\xa2\xd6\xaf\xbd\x6a\x31\x93\x9b\x98\x9d\xad\x35\x95\xd1\x95\ \x2b\x9a\xb5\xe2\x6d\x6f\xb8\x51\x69\x35\xce\x9d\x3b\x3f\x3c\x3a\ \xd2\xd3\x37\x30\x76\xfe\x82\x24\xf0\xa6\xa6\x51\x08\x66\x96\xb2\ \x36\x76\x01\x05\x55\x4d\x4d\xcd\x2e\x86\x03\x01\x4b\x57\x6c\x17\ \x77\x0f\x8d\x76\xf6\xf4\x15\x72\x79\x9f\x24\xf6\x77\xb6\x89\x3c\ \x53\x2c\x95\x9b\xba\xc9\x48\xd2\x62\x36\x5b\x2c\x56\x1b\x2d\xfd\ \xc0\xa1\xe3\x63\xd3\x33\x84\x13\x43\xf1\x36\xd9\x17\x2c\x97\xca\ \x4a\xa3\x19\x8e\x44\xcf\x5f\xb8\xd0\x68\x34\xea\xf5\x06\x4d\xd1\ \x99\xa5\x4c\x36\x9d\x7a\xc3\xcd\x37\xed\xdf\xb3\xb3\xab\xbd\xcd\ \xb1\x4c\x41\xf2\x4f\x9c\x3b\x39\x90\x0c\xf6\x26\xc3\x02\x87\x6a\ \xf5\x9a\x61\xd9\x86\x69\x3b\x8e\xc5\x40\x4a\x12\x44\x9a\xa2\x08\ \x86\x93\xd3\xb3\xc5\xba\x52\x51\xcc\xaa\x6a\x46\x12\x6d\x34\x8d\ \x28\xe0\x76\xb4\x45\x6e\xbc\xf3\x5e\xc7\xf9\x77\x85\x99\x72\xb9\ \xbc\x7f\xff\x3e\xbf\x3f\xc0\x71\xdc\x2b\xbb\xd2\xad\xd7\x5c\x43\ \xff\x86\x2f\x69\x3c\xea\x0d\x79\x3c\x6b\x47\x47\xcc\x56\x4b\xa0\ \xd0\x2d\xdb\x6e\x38\x75\xfc\x78\x77\x57\x72\xe5\xe8\x28\xc7\xb2\ \xd7\x6c\xda\xe8\x11\x84\x54\x2e\x7b\x7e\xe2\x62\xa1\x50\x8b\x06\ \xdb\x68\x8a\x97\x65\x49\x10\xd8\x1b\x6f\xba\xf6\xe9\xa7\x7f\xc9\ \x42\x81\x42\x14\x70\x9d\x13\x47\x8f\xc4\xc3\x61\xd3\x34\x27\x2f\ \x4e\x2d\xa6\x97\x1a\x4d\x75\x31\x93\x65\x44\xc1\x70\x9c\x0b\x93\ \x17\x4d\x1b\xd7\x5b\xaa\xe8\xf3\x17\x2a\xd5\x52\xad\x56\xaa\xd4\ \x4a\xd5\xaa\xd7\xe7\xf1\xd0\x24\xb7\x34\x13\xf0\xb1\x9b\x36\x2c\ \xef\xe9\x8a\x0f\x0e\x74\x79\x64\x81\xe3\x39\x0c\xd0\xa9\x93\x27\ \x2b\x2d\x05\xd2\x2c\xd1\x8d\x6b\xd7\x6d\x68\x8f\xc7\xaf\xd4\x40\ \xae\xc4\xeb\x51\xcb\xa0\x6a\x61\x11\x61\x7d\xb0\xb7\xbd\x94\x4f\ \x99\x86\xd1\xd3\xd3\x81\xb2\x85\x70\x34\x91\xaf\xd6\x29\x9a\x13\ \x81\x5e\x9c\x3e\x63\x25\x82\x6b\x46\x87\xd8\x75\xeb\x5c\x93\xd6\ \xa1\x7b\xf8\xdc\xd9\x53\xa9\x09\xe8\xc1\x62\x40\x1a\x1b\x3b\x2f\ \xf1\xfe\x70\xc0\x87\x31\x29\x64\x73\x3c\x44\xa7\x4f\x1e\xcb\xa5\ \x16\x05\x84\x72\x8b\x19\x86\x06\x1e\x49\x08\x72\x54\x90\x43\x66\ \x39\xd3\xca\xa6\x40\x4f\xf2\xc6\xcd\xab\xbb\x12\x81\x85\xf3\xc7\ \xa2\x8c\xd3\x2a\xe6\x1f\x7b\xf4\xf1\x46\xb3\x69\x5a\x78\x29\x9b\ \xcf\x17\xca\xa6\xeb\x0c\x8f\x2c\x73\x1c\x27\x5f\xc8\x9b\x8e\x19\ \x8d\x85\x33\x99\xf4\xad\xb7\xdf\x5e\xab\x95\x47\x96\x2f\x43\x34\ \x3d\x36\x35\x59\xd7\x1a\xa9\x6c\xfa\xf4\xc4\x38\xc5\xf1\x8a\x62\ \xb4\x25\xda\x54\x62\x76\x85\xfd\xa3\xa3\x23\x8d\x5a\x55\x4e\xb4\ \x77\x75\x75\xfd\xd1\x3b\xfe\xe8\xcc\xc4\x5c\x55\x27\xc5\x7a\x39\ \xdc\x92\x2b\x8d\x62\x20\x14\xd2\x1b\x0a\x23\x88\xb3\xa7\xcf\xbf\ \x38\x3f\x23\xd0\xe8\x96\x9b\x6f\x2f\x74\x74\xb2\x3e\x79\xc3\x75\ \x5b\xd7\xad\xe8\x45\x14\x15\x8c\x7a\xaa\x8b\x8b\x77\xde\x7a\xcd\ \xfa\xde\xbe\x00\xeb\x36\x2a\xf5\x93\x47\x8f\xa5\x97\xb2\xe1\x50\ \xec\xbd\xef\xfd\xe0\x97\xbf\xf6\xd5\x4a\x5d\xcd\x57\x9a\xef\xfa\ \xc0\xff\xf2\x05\x3d\xd3\x33\x73\x22\xf4\x5e\xde\xca\xaf\x1d\x5d\ \x81\x20\x58\xf7\x8e\x77\xf4\x78\xe8\x33\xa7\x4f\x78\x82\xd1\x7a\ \x31\xff\xc4\xe3\x8f\xb1\x0c\x70\x95\x6a\x7b\x24\xdc\x2d\x7a\xd2\ \x9a\x56\xb3\x5a\xf3\xe7\x96\x62\x7c\xa0\x56\xac\xbb\xd3\x17\x82\ \xf1\x44\xd0\xe7\xf5\x34\xcc\xb1\xf2\x02\x10\xfd\x8c\xdf\xab\x38\ \x14\x45\x8b\x0b\xb9\xfa\xca\x55\x9b\x21\xc6\x7b\x4f\x3c\x7d\x71\ \x3e\x4b\x72\xe5\x68\x34\x39\xbb\xb0\x60\xd9\xc4\x71\xdd\x85\xd4\ \xc2\xe0\xf0\x70\xb9\x52\x5c\xb9\x72\x79\x38\x1a\xc9\x16\x8b\x03\ \x83\x23\x6d\x9d\x1d\xcd\x72\x45\x64\xe8\x5a\xa5\x32\x3c\x32\x88\ \x04\xf1\xf8\xb9\x33\x96\xed\x2e\xeb\xef\x0d\x78\x7c\xc7\xb3\xa9\ \xe9\x54\x7a\x6a\xa9\xd2\xd5\x55\x69\x94\xf2\x77\x5c\xbb\xc9\x23\ \xc0\x46\xad\xac\xeb\xaa\x83\x09\x76\xa1\x45\x0b\x8b\xe5\x66\xb1\ \x3a\x29\xb2\x82\x3f\x14\x76\x19\xa4\x98\x8e\x87\x77\x39\x8e\xaf\ \xd5\xea\x87\x0e\x1e\x0a\x44\x63\xad\xa6\xaa\xeb\x06\x45\x43\x40\ \x80\x28\x8a\x95\x52\x3e\x35\x37\xa7\xd7\x4a\x9b\xb6\x5c\x8b\x80\ \xed\xf7\xb0\xdd\x9d\x6d\xc4\xae\x97\x8a\x59\x81\x67\x58\xc3\x44\ \xd0\xa5\x00\xa1\x29\x68\x5b\x36\xc2\x14\x0c\x72\x92\xc7\xaf\x15\ \x1b\x0d\x55\x77\x30\x51\x34\x43\xe2\x69\x8a\x46\xba\xa9\xbe\x2e\ \xb1\xc8\xb9\x0b\xd1\x50\x18\x3b\x66\x90\x97\xd6\xdf\xfd\xe6\x50\ \x30\xf0\xd9\xcf\xfc\xef\x9f\xfe\xec\x67\xc9\xf6\xe4\xd1\x83\x47\ \xad\x56\xc3\xef\xf3\x2e\x2e\xa4\x6a\x75\x35\x9a\xe8\xc6\x50\xc8\ \x56\xeb\x99\x72\x99\xe5\x20\x35\x6f\x87\xbc\x42\x43\x05\xd5\x56\ \xb3\xa6\x28\x98\xa2\xdb\x7a\x7a\x22\xa1\x40\xe6\xf9\x17\x0c\x48\ \x19\xd8\xf5\x44\xe2\xdb\x77\xec\x1a\xcd\x66\x8b\x85\x32\x2f\x7a\ \x00\xa4\x88\x61\x9b\x96\xa3\x1b\x96\x28\x72\xf3\xf3\xf3\xf7\xdd\ \xfb\x66\x94\x0c\xe5\xe6\x27\x1c\xca\xaa\x34\xab\xba\x59\x8b\x46\ \xa3\xd8\xb2\x27\x26\xc7\xb3\x15\x73\xdd\xc6\x0d\xe9\x5d\xfb\x18\ \x86\x63\x11\x68\xb6\x94\x5a\xa9\x74\x05\xee\x57\xe2\x75\x6d\xda\ \xf2\x99\x59\xad\xd9\x4a\x2d\x4c\x6f\xbd\xfe\xc6\x6e\x46\x38\x77\ \xe1\x82\x61\xea\x1d\xdd\xdd\x83\xab\xfc\xa2\xc7\xc7\xb6\xca\xfc\ \xaa\x9e\x37\xde\x73\x77\xdf\xe0\x50\xd3\xc0\x55\xc5\x49\x95\x5b\ \xdb\x9f\x7b\xde\x47\x31\x3e\x96\x85\x16\xee\xea\x68\x7f\x71\xdf\ \x11\x8c\x89\xc7\xe3\x9b\x9b\x9a\x4e\xcf\xce\xb9\x96\xa6\xd4\x6b\ \xfd\x5d\x49\x3a\x1a\x0d\xf8\x24\xc7\x6e\xfa\x39\x24\x11\x0b\x11\ \x64\x55\x73\x95\xf4\xc5\xf2\xe2\xe4\xbe\x5f\x3c\xfa\x81\xfb\xee\ \x2f\xe4\x5a\x34\x17\x0e\xc7\xc2\xa9\xec\x92\x62\x58\xa6\x43\xcc\ \x66\x1d\x03\x70\xf0\xd8\x91\xfe\xa1\xfe\xa9\xf9\xd9\x46\xb3\xee\ \xf5\xf8\x24\x2f\xef\x0d\xf9\x4b\x4a\xbd\xd4\xa8\x6a\x96\x51\xaf\ \xd5\x5c\x06\x6e\xdf\xfd\x5c\xb5\x5a\xb5\x21\x64\x30\x5a\xb1\x7a\ \x8d\xb8\xac\x47\xb0\xf5\x40\x57\x57\xcf\xc2\x82\x10\x6d\x37\x14\ \x55\x10\x04\xc9\xe3\x99\xad\x64\x02\xae\xd7\x02\x6e\xb3\x59\x6f\ \xe9\xfa\xd6\xeb\x6e\xd8\xb5\x73\x6f\x3c\x12\xd9\x3a\xb4\x82\x75\ \xad\x35\x43\x7d\x42\x80\x99\xc9\xe5\xeb\x95\xb2\xc4\xda\xb4\x59\ \xcb\x9e\x4f\x9f\xf5\x06\xde\x7a\xf3\x35\x7a\x5d\x51\xeb\xe9\x26\ \xc6\x8f\xff\xe4\xb1\x50\x24\xd6\xdd\x3f\x18\x8f\xb5\x8b\xa2\x77\ \x71\x29\x73\xea\xcc\xd8\xfe\x97\x0e\xc7\xdb\x22\x34\x85\x24\xaf\ \x8f\x5c\x96\x89\xd5\x13\x8f\xfc\xf8\x13\x7f\xf1\xc9\xf4\x89\x43\ \xf7\xdc\x74\x73\x23\xbd\x98\xe8\xe9\x0d\x75\x74\x41\x5e\x3a\x77\ \xf6\x84\xd5\x6c\x74\xae\x1c\xa9\x8c\x38\xb4\x63\xb6\xcb\xcc\xa9\ \x43\x47\x57\xc5\xfb\x86\xb7\x0e\x70\xc1\xe0\xbc\x52\x7d\x61\xef\ \x9e\x99\x6a\xbe\x4e\x30\xed\x89\xb8\x0c\xdb\xb2\xb1\xc4\xca\x2b\ \x37\x5e\x37\xb3\x54\xfe\xf1\x0f\x7f\xe4\x8b\x44\x6c\x56\xd6\x2d\ \xe7\xb9\xdd\x2f\x08\xbc\xe8\xb2\x92\xe9\xe2\x53\x67\x4e\xc7\x82\ \x72\xb6\x9a\x55\x5b\x95\x7c\xb9\x12\x8d\xb7\x4f\xcf\x4c\xad\x5e\ \xb3\x72\xea\xec\x58\x7f\x4f\xf7\x35\x57\x6f\xb9\xf5\xb6\x37\xc8\ \xed\x71\xcb\xb6\x0e\xbe\x74\x78\x7e\x7a\xee\xd4\xf1\x53\x9a\x65\ \xf1\xbe\xa0\x62\x82\x85\x6c\x61\xcb\xda\xd5\x0c\xc7\x95\xcb\xd9\ \x62\x2e\xe5\x3a\x0e\xc3\x71\x1a\xa4\xbc\x91\x58\x6f\x47\xcf\xf8\ \x89\xd3\xb2\xe8\xab\x69\x96\xec\x93\x2d\x02\x4d\xdb\x05\x00\x58\ \xa6\x5e\xab\xd7\x12\x1d\x5d\xf9\x62\x59\xd3\xd4\x7c\x3e\x9f\x88\ \xc6\xee\xbb\xf7\x6e\x81\x41\x0f\xbc\xed\xbe\xd4\xec\x54\x38\xe0\ \xdb\xb1\xfd\x19\x86\xa2\x66\xa7\x27\x63\x7e\x54\xad\x94\x78\x49\ \x42\xd0\xe5\x18\x48\x61\x48\x21\x12\xf4\x07\xfc\xfe\xa8\xec\xf5\ \x04\x62\x6d\x2f\x9e\x1e\x6b\xaa\x16\xa6\x58\x4e\xe0\x78\x49\x60\ \x80\xe5\xf7\x79\x2f\xdf\x8c\x13\xc2\xcc\x7c\x66\xf9\xd0\x8a\xf4\ \xd4\xc5\xb6\x50\xdb\xc4\x99\xf1\x44\x22\x2e\x0a\xe2\xf5\x5b\x6f\ \x7c\xe4\x27\x3f\x81\x00\x1d\x39\x75\x3c\x1a\x0b\x53\x50\x0a\xf9\ \xa3\x2c\xe7\xd5\x6c\x40\x03\xc8\x0a\xac\x6e\xb7\x66\xe6\x26\xbc\ \x1e\x21\xdf\x54\x7a\x7a\xfa\x55\xc7\xba\xfe\xb6\x5b\x3a\x07\xfb\ \x9f\x78\xec\xf1\xb2\xaa\x4a\xa1\x20\x30\x49\x38\x1a\x4b\xf6\xf5\ \xba\x86\xd6\xdf\xd3\x7f\xfa\xcc\x58\x34\xde\xce\x52\x82\x45\x34\ \x84\x69\xb5\xa5\x77\x76\x27\x25\x51\x6e\xea\xe5\x5c\xad\xba\x76\ \x65\xff\x8b\xc7\x8f\xf6\x75\x46\x21\x4b\xc5\xda\xba\xf5\x72\xf6\ \xec\xd8\xf8\xf2\xd5\x57\xef\x3e\x7a\x56\x71\x08\x42\xec\xd4\xc5\ \x99\x7a\xb9\xf0\xbb\x87\xbb\xeb\xba\xe5\x62\x15\x22\xea\x77\xfd\ \x87\x89\xf3\x1f\xdc\x2c\x81\x80\xa0\xff\x69\x6c\x25\x96\x72\xf9\ \x07\x86\xfd\x3a\x24\x49\xf2\xfb\xfd\x97\x0d\xf7\xf9\x85\xa5\x8b\ \x73\xb3\xb1\x64\xfb\x4c\x6a\x4e\xf4\x45\x63\xed\x1d\x13\x73\x99\ \x35\xab\x46\xb7\xdd\xb8\x0d\x00\xb0\x70\xee\xf8\xf4\xd1\xda\xf9\ \xb3\x67\xcb\xd5\x16\xe4\x79\x9b\x66\x7b\x06\x96\xc5\xe3\xbc\xa6\ \x36\x76\x3f\x75\x44\x60\xd9\x50\x20\x56\x2b\xa4\x6c\x1b\xc0\x38\ \xe6\x45\x5f\x26\x95\xee\xe9\x4c\xf2\xbc\x64\x98\x46\x5b\x28\x60\ \x5a\xfa\xb9\x93\xe7\xab\x99\xec\xe0\xe0\x60\xc0\xe7\x97\x42\xb1\ \x1f\x7e\xff\xd1\xa1\x15\x23\xd7\x6e\xd9\xe2\x60\x27\xda\x95\x0c\ \x0f\xae\xf8\xf6\x93\x4f\x57\x55\xc5\xb6\x94\x58\x3c\xa1\x9b\x5a\ \x53\x69\x74\xf7\x74\x54\xca\x59\xa5\xd9\x90\x44\xa9\x5e\x6f\xca\ \x1e\x77\x6e\xfa\xe2\xbe\xfd\x2f\xf6\x0c\x0e\x15\xca\x35\x48\x23\ \x45\x53\x45\x5e\x48\xd5\x2b\x41\x9f\x28\x43\x72\xfe\xf4\xb1\xe6\ \xc2\x4c\x8c\xe7\xe6\xcf\x9d\x15\xbc\xbe\x67\xf7\x1e\xe8\xbf\x6a\ \xc1\xdf\xdd\xd7\x68\x95\x3c\x3c\xf6\x0a\x54\xb9\x90\xf5\x7a\xe4\ \x6b\xb6\x5c\x7b\xe6\xe8\x89\x72\x26\xe3\x81\x68\x2e\x9f\xef\x6a\ \x8b\xc9\x2c\xaa\x66\xe6\x88\x8e\xcf\x1f\x3f\xdc\x54\x94\xc1\xce\ \x8e\xf9\xf4\x99\xbf\xf9\xf3\x8f\xcd\x4e\x4c\xb0\x5a\x0b\x34\xb2\ \x98\xa6\x57\xf6\xb5\xd3\x9c\x14\x96\xb9\x43\xfb\xf7\xac\x5b\xb5\ \xaa\xaf\xbf\xf7\x8e\x7b\xee\xba\xf3\x4d\xb7\xd5\x6b\x95\x56\xab\ \x49\x8c\xcb\xa4\xcc\x7c\xaa\xb6\xeb\x97\x07\xae\x5b\x9b\x9c\x3d\ \x7b\xe0\xc6\xeb\x6e\xa2\xe4\x70\xd1\xc2\xb4\xc0\xf4\xf5\x76\x15\ \xe6\xb5\x93\x47\x8e\x72\xd1\xae\x76\x31\x30\xb4\x72\xe5\x9a\x64\ \x6f\x82\xf1\xb7\x2a\xad\x8e\x81\x81\x88\xa9\xce\x8e\x4f\x4c\x1c\ \x39\xc1\x7a\x65\x9e\xf3\x60\x64\x59\xb6\xde\xd3\xd1\xb3\x6c\xf9\ \xf2\x9f\xfd\xe4\x09\x8a\x93\x79\xc9\xef\xa1\xf5\x64\x38\xc0\x00\ \x22\x89\xde\x72\xb3\x01\x4d\xd3\x30\x14\xcb\xd2\xe7\xd2\x29\xc1\ \x2b\xe4\x8b\x15\xc1\x17\x4c\xa5\x0b\xb7\xdd\x74\xdb\xfe\x17\xf6\ \xbe\xf5\x0f\x1f\xa8\x43\xfc\xf5\x27\x1f\x4d\xe7\xb3\x14\xcd\x9a\ \xba\x89\x1c\x32\xba\x76\xd5\xf3\xc7\x8e\xe4\x2b\xf5\x40\x28\x46\ \x21\xa6\x2d\x99\x68\xaa\xb5\xe9\xd9\x05\xa5\x59\x83\x34\x03\x10\ \xa0\x89\x1b\x0c\x85\x87\x06\xfb\x33\x73\xf3\x0d\xa5\x15\x08\x06\ \x75\xcb\x14\x39\x9a\x10\x00\x10\x05\x59\x4e\x71\xac\x97\x8e\x1f\ \x59\xbb\x7a\xb5\x69\xb6\x6c\xa3\xd9\xd7\xbd\x72\xf5\x8a\x65\xa7\ \x8f\x1e\x99\x9b\x9e\xd1\x54\x4d\x6d\x35\x93\x01\xf6\xa5\xb1\xe9\ \xcd\xb7\xdf\x98\x9a\x9f\xa9\xdb\xb4\x55\xd2\x4c\x07\x23\xc8\xb9\ \x08\x02\x0a\xf1\xb2\xa4\x59\x46\x2e\x55\x75\x10\x93\xab\x34\x81\ \xe8\x61\x19\x21\x9b\xc9\xfb\x44\x3e\xd9\x95\x30\x6c\xf5\xb2\x9f\ \x19\x08\x40\xa9\xd0\xa8\xe4\xf3\x98\x58\x2c\x0b\x77\xee\xdc\x3d\ \x34\xbc\x36\xd6\xd6\xf9\xdc\xce\x1d\x6d\xed\x9d\xfb\x5e\xdc\x7b\ \xfd\x8d\xd7\x4d\xcf\xcd\x5b\x0e\xe1\x05\x99\x95\x24\x07\xe2\x89\ \xa9\x09\x41\x64\x80\xab\x8d\xf4\x77\x6e\xbe\x7a\x8b\x7e\xe0\x78\ \xb3\x9a\x05\xbc\xd8\xdf\xd7\xf7\xb5\xaf\x7d\xa3\x5a\xad\x40\x9a\ \xb3\x6c\x0c\x19\xba\x5c\xab\x04\x3c\xb2\x5f\x96\x2d\x07\x77\x74\ \x76\xe8\xa6\x63\x5a\xba\x8b\x1d\x51\xe6\x10\xe2\x19\x8a\x1a\xe8\ \xef\x8b\x5f\xbd\x66\xf3\xa6\xf5\xd5\xfc\xdc\xb9\x93\x85\x70\x2c\ \x91\x2f\x17\x75\x07\xb0\x82\x1c\x88\xf8\x13\x9d\x09\x86\xe3\x18\ \x02\x01\x00\xf3\xe9\x05\xe6\x3f\xe4\xe5\x65\x86\x6d\x3b\x8f\xbf\ \xf8\xe7\x4d\x7b\xe1\x77\x2c\xc1\xb1\xe0\x5d\x4f\xb1\xce\xff\xe5\ \x95\x81\x04\x85\xe9\xba\x00\xc8\xff\xac\xf1\xd6\xf8\x5f\x17\x88\ \xd9\x7a\x9d\xa9\xf7\xec\xec\xec\x9a\x35\x6b\x2e\x37\x8f\x01\x95\ \x86\x6d\xb9\x54\xb5\xa5\xa9\xd5\xe6\x8a\x35\x6d\xf1\x64\xe7\xaa\ \x55\x96\xad\x1a\x94\x61\xf4\x24\x63\xd1\xb5\xa3\x4a\x29\x55\xa9\ \xb4\x3a\x45\xaf\xa2\xeb\xd5\xca\x92\xc8\x93\x77\xbe\xe5\x16\x5d\ \xb5\xee\xba\xf6\x9a\xa5\xc5\x82\xe3\x18\x8e\xd6\x3a\x75\xe6\xa2\ \x6b\xe8\xb9\x8a\x4a\x20\x9c\xbc\x38\x17\xf0\xb0\xbc\x28\x2f\x95\ \xb2\x4b\x0b\x73\x08\xa0\x54\xa9\xe5\xed\x1a\xe6\x7d\x9e\x67\x9e\ \xd9\x7e\xf2\xec\xb4\x66\x93\x77\xbf\xf3\x0f\x7f\xfe\x6f\x3f\xb5\ \x2c\x23\x3e\x5f\xdc\x7b\xf8\xd0\xb2\xa1\x15\xd5\x7c\x85\xd7\x5b\ \x14\x85\xdf\x70\xeb\xb5\x13\x13\xe3\xa1\x50\x64\x6a\xc2\xa6\x08\ \xed\xba\x08\xb8\xd4\xc4\xd9\xb3\xd8\xd4\x59\x84\xd2\x0b\xa9\x65\ \x2b\x56\x18\x8a\xae\x37\x4a\x31\x59\x18\x58\x31\xb8\x38\x33\x39\ \x3b\x35\xe1\xc7\xd8\x22\xc4\x16\xa5\x84\x3f\x38\x30\x38\x68\x13\ \xe7\xd8\xc9\x43\xf1\xf6\xa0\x5c\x6b\x0c\x76\xc5\xb3\xd9\xc2\x70\ \xff\x60\x29\x5f\x5a\x5a\x48\xf5\xf7\x74\xfb\x7c\xbe\x42\x21\x97\ \xae\xd7\xc6\xc6\x2e\xac\xdf\xb8\x36\xee\x95\xff\xf6\x57\xbf\xc2\ \x88\x1d\x4f\x57\xb8\x60\x62\xfb\xf6\x5f\x76\xc7\x23\x41\x99\x37\ \x69\x40\x1b\xf5\x91\xee\xb8\xe0\x09\xf9\x63\xed\xff\xe7\x3b\xdf\ \xce\x55\x1a\xa3\xeb\xd7\x6c\x5e\xbf\x16\xba\xae\xc8\x33\x97\x3b\ \x00\x0f\x00\x00\xb2\x3f\xf9\xc2\xa1\xf3\x2b\x06\x83\x92\xcf\xdb\ \xa8\x9a\x5f\xfd\xda\xd7\xb6\xdc\x71\x8f\x27\xca\xf6\x75\x85\x19\ \xbb\xa3\x9e\x2d\xd3\x12\xd3\x1e\x0e\x67\xcf\x8e\xd7\x1a\xfa\x7c\ \x73\xc6\x71\xc1\x6c\xb1\x80\x10\x0a\x31\x3c\x34\x2c\xc4\x50\x14\ \x72\x21\x30\x5d\x5b\x0d\xfa\xd8\x7f\xfe\xfa\x57\x0d\x9d\xf8\x83\ \x51\xd7\x25\x22\xc7\x42\xdb\x84\x9c\xaf\xd2\x50\x3a\x93\xc9\xd4\ \xe2\x6c\xb5\x56\x21\xae\x33\x3a\xb2\x22\xb5\x94\x81\x8c\xa0\x68\ \xb6\x2c\xc8\xcd\x4a\xb3\x7b\x60\xe0\x67\x3b\x9e\xcd\x29\x15\xce\ \x2f\x57\x1b\x35\x8f\xe8\xa1\x5d\x60\x35\x34\xc1\x1f\xd0\x1c\x20\ \xc9\x7e\x82\x1d\x00\xf0\x91\x63\x87\x23\x41\x7f\xa6\xa5\xdb\x86\ \x23\x0b\x2c\x40\x00\xd9\x36\xeb\xba\xcb\x07\x7a\x0f\xef\xa7\x79\ \xde\x4b\x80\x4d\x23\xc6\xb5\x2d\x4d\x25\xb6\x8b\x15\xc7\x31\x1d\ \x0c\x10\x2a\xd6\x8a\x5e\x2f\xe7\x9a\x8d\xde\x8e\xe8\xd8\xe9\xa3\ \xf5\x4a\xd1\xeb\xf5\x85\x42\x11\x55\xd1\x28\xb7\x32\xd2\x1d\xaf\ \x55\x9b\x85\x96\x5b\xd4\xb8\x6a\xbd\x6e\x3b\x96\x2c\x70\x2c\x24\ \x90\x85\xa5\x56\x1d\x62\x86\x96\xbc\xd3\xb3\x69\xc0\x49\x34\x27\ \x5b\x04\x08\x9c\x90\xc9\x14\x74\x5d\x23\xd8\x7d\xc5\x27\xfd\x32\ \xd4\x32\xd9\xaa\x22\x04\xfc\x04\x69\x18\xe9\xd1\x8e\xb6\xa5\xba\ \x7e\x6e\xfe\xdc\xf9\xb9\xc2\xfd\xef\x7c\xe8\x7d\x7f\xfc\x90\xa1\ \xd9\xff\xeb\x43\x1f\x2f\x55\xab\x48\xd2\x94\x6a\x01\x36\xab\xbc\ \x28\x03\xc7\x61\x29\xf6\xf8\xc9\xf3\x1b\xd6\xad\xe9\x6d\x8f\xe7\ \xb3\xf9\xbe\x9e\x6e\x2f\x2b\x5d\x1c\x9f\x0a\x87\xa3\xa6\x63\x13\ \xca\x25\x14\x61\x58\x56\xa5\x09\x0d\x31\xcd\xb2\x90\xa1\x88\x6d\ \x01\x84\x65\x99\x73\xb0\xd3\x52\x1a\xdd\xde\xb6\xc9\x8b\x13\x07\ \x0f\x96\x28\x6c\xf6\x75\x85\x0d\x0b\xd5\x5b\x66\xa5\x52\xc9\x14\ \x1b\xb2\x2f\x3e\x35\x37\xcd\xc8\xc1\x95\x2b\x56\x4e\xa5\x1a\x66\ \xb5\x50\x6b\x55\x80\xd1\xfc\xdd\xc3\x1d\x02\x80\x89\xed\x12\xf3\ \x77\xbc\x21\x20\x10\x99\xe4\xff\xa6\xcb\x47\x94\x89\x1c\xed\x7f\ \x1a\xdc\x29\x9a\x22\xce\xeb\xda\x21\x51\xaf\xcf\x5e\x06\x42\x58\ \xab\xb7\x2c\x93\x6e\x66\x5a\x9a\xa5\x13\x72\xb2\xa7\x77\xa4\xb3\ \xad\xe7\x47\x3f\x7a\x66\x69\xb1\xfe\x97\x7f\xf3\xa7\xde\x78\x57\ \xdf\xb2\xd1\x15\x82\x2f\x12\xef\x50\x75\x6d\x3e\x35\x43\x20\xbe\ \x38\x3d\x07\x08\x15\xf0\x46\xc2\x91\xd8\xf0\xe8\x90\x1c\x08\x9f\ \x1d\x7f\x58\xf4\x78\x02\x51\x9f\xed\xe0\x8b\x13\x13\xb5\x9a\xb6\ \x72\xb8\x3f\x9b\x9e\x76\x30\xa0\x00\x7e\xcf\xbb\xdf\x8d\x21\xfc\ \xc2\x17\xbe\x32\x35\x37\x4b\x23\xf4\xf4\xd3\x3b\xb3\x99\x7c\xb5\ \xf2\xff\xb2\xf7\x9e\x61\x96\x5d\xe5\x99\xe8\x8a\x3b\x9d\x7d\xf2\ \xa9\x53\xb9\xaa\xab\xaa\xab\x3a\xa9\xd5\x59\x39\x21\xa1\x2c\x84\ \x84\x04\xc6\x36\xc9\x0c\x1e\x03\x63\x0c\x63\x3c\xb6\xef\x78\x3c\ \x4e\xd7\xe0\x74\x0d\xcc\xc5\x36\xc3\x25\x18\x6c\x83\x10\x51\x01\ \x83\x42\x23\x09\x85\x6e\xb5\x3a\xe7\x50\x39\x9e\xaa\x93\x77\xde\ \x7b\xa5\xfb\xe3\x08\xec\x79\x1e\x33\xf3\xb8\x5b\x0c\xe3\x07\xd6\ \xb3\x7f\x9c\x3a\x55\xb5\xf7\x3e\xeb\xac\xfd\xae\xf7\x7b\xbf\x77\ \xad\x6f\x6d\x6c\x6c\xf4\xd4\xb3\xcf\x63\x5d\x57\x08\xf7\xf4\xf7\ \xb7\x9a\x8d\x91\xd1\xbe\xf1\x8d\x1b\x13\xc1\xde\xfe\xb6\x5f\x5a\ \xad\xfc\xd7\x0b\x53\xf3\x02\x00\xc6\xe3\x66\xcb\x2d\xe6\xb2\xb5\ \xd5\xd5\x4d\x1b\x26\xba\xf2\xf9\x99\xa9\xf3\xed\x5a\x6d\xc7\xc6\ \xd1\xfe\xbe\x81\xa5\x99\x99\x73\x53\xd3\xbb\xc6\x27\xec\x9e\xfe\ \x50\x09\x65\x67\x46\x2e\x2b\x3f\xb1\x6f\xdf\xf7\x5e\x7e\x45\x50\ \xda\xd7\x37\x98\xcd\xe4\xc7\xc7\xb7\x00\x88\xff\xf1\x3b\x4f\x72\ \x26\x6a\xcd\xf6\xf8\xc4\xf8\x6a\xbd\x99\x8a\xe2\xc9\x85\xd5\x5b\ \xee\x19\xaa\x54\xeb\xe7\x2f\xcc\xdd\x74\xcb\xeb\xcf\x4f\x4d\x37\ \x6a\xd5\x27\x9f\x7a\xf2\xf3\x9f\xfe\x1b\x99\x44\xf5\xd5\xe5\x0b\ \x2f\xbf\xb8\x50\x59\x15\x6b\xad\x62\xc8\xd6\x8d\x8f\x73\x7d\x61\ \x62\xc3\x86\xc9\x0b\xe7\x59\xe2\x41\x28\x5b\xb5\x7a\x3e\xdb\x7f\ \x71\x75\xa6\x4a\xc5\xf4\x91\x03\xaf\x00\x70\xb5\x82\x22\x57\xcc\ \x6d\xd8\xb4\xf1\x95\xc3\x87\x7c\xe8\xfc\xda\xfb\xdf\xb9\x79\xe7\ \xd5\x2f\xd6\x9f\x25\x66\xb6\x50\xea\xbd\xf6\xc6\xdb\x11\x4d\xbf\ \xff\x97\xdf\xfb\xf2\xcb\xaf\xb4\x5a\xed\x75\xeb\xd6\xdd\x70\xc3\ \x8d\x9b\xb7\x6c\x59\x58\x5e\x33\x53\x76\xbd\xd6\xa4\x94\x02\x88\ \x9b\x2d\x07\x02\x83\x25\x02\x11\x0c\xb0\xd2\x81\x90\xcc\x31\x0d\ \x63\xad\x56\x33\x0c\x43\xd7\xf4\x62\xa6\x78\xfa\xcc\xa9\x74\x2a\ \x4d\x35\x03\xc7\xc0\xa9\x39\x93\x93\x53\xc5\x5c\xe1\xec\xcc\x05\ \x29\xc2\x85\xc5\xa5\xde\xfe\xfe\xa8\xda\xae\xd6\xdb\x43\x7d\x83\ \x0b\x17\x66\x59\xc2\x11\xa6\x96\x69\x19\x54\xd3\x35\xdd\x75\x3d\ \x00\x20\x67\x40\xea\x90\x12\x0d\x02\x10\x47\x51\x2a\x95\x22\x94\ \x94\xbb\xbb\xe7\x66\x67\x99\x50\x58\x4a\x11\x44\x31\x4b\xa4\x94\ \x50\xb7\x4c\xcb\x6a\x36\x1d\x9c\xb1\x46\xd6\x8f\x13\x4a\xdb\xed\ \x76\xbd\x51\xb7\x2c\x0b\x43\x12\x25\x21\x88\x82\x52\xb9\xa7\xda\ \x6e\x37\x5d\xbf\xe9\x05\xad\x20\xf6\x83\xc0\xf1\x23\x4b\xc3\x7e\ \x94\x84\x11\xc8\x66\x0b\x22\x69\x11\xcb\xce\x15\xcb\x2d\x3f\x82\ \x10\x21\x02\xa5\xe0\x8d\x7a\xb3\x98\xcf\x82\x4b\xd8\xcf\x7d\x6a\ \x6e\x2e\x88\x62\x4c\x75\x88\xf5\x4a\xbd\x79\xf8\xe4\x89\xae\xbe\ \x09\x45\xf5\x56\x22\x88\x5d\x18\xee\xb1\xf3\xd9\x4c\xcb\xf1\x11\ \x84\xbe\xe3\x9a\x99\x4c\xbb\xdd\xf6\x91\xca\xa4\xcc\x42\xbe\xf0\ \xfc\xf3\x2f\xdd\x77\xdf\x03\x9f\xfe\xf4\xff\x67\x18\xb5\xcf\x7f\ \xf1\x8b\xe9\x7c\x36\x66\x11\x97\x02\x28\x94\xc4\xd2\x0f\x93\x24\ \x8a\x91\x90\x44\xd3\xbb\xbb\xbb\x4f\x9d\x3e\x8d\x12\xa2\x94\x82\ \x18\x68\x9a\x36\x36\x36\x5a\xad\x56\x57\x16\xd7\x34\xa4\xf2\x99\ \xcc\xdc\x92\x97\x2b\x06\x8d\x7a\xd0\xdd\xdb\x5f\x99\x6d\xb8\xae\ \x5c\x5e\xaa\xe7\x7a\x46\x8a\x86\x38\xf6\x7c\x45\x0a\x20\xa3\xe4\ \xc7\xa2\xb9\x2b\x05\x5e\xf3\x9a\x7c\x4a\x29\xa9\x7e\x74\xa9\x70\ \xf5\x6a\x2d\xc2\x9f\xae\x7c\xe6\x4f\xfa\x13\x13\x42\x9e\x7f\x61\ \x3f\x26\x39\xc3\xc8\x6e\xb9\x7c\x6c\x71\xfe\xcc\xfc\xcc\xac\x9d\ \x59\x3f\x3c\xb0\x75\xbe\x22\xea\x3e\x4e\x84\x37\xbe\x71\xfb\xf7\ \x9e\x7d\x3e\x10\xfa\xd0\xc8\xb0\x9d\x69\x05\x41\xab\xdc\x93\x4f\ \x22\xfe\xec\x33\x2f\x58\xd4\x9e\x5e\x98\x1d\x1d\x9f\x48\x65\x72\ \x61\x92\x30\xe5\x1b\x86\x05\x80\xcc\xe5\x0b\xb9\x42\x9e\x71\x89\ \x29\xdd\xb0\x61\xc3\x9e\x6b\xae\xf9\xcc\xe7\x3f\x1f\x4b\xd9\xd3\ \x3f\x80\x00\x98\xd8\xb4\x79\x75\x79\xb9\xd6\x70\xa9\xbe\x36\xdb\ \x68\x28\x88\xe7\x16\x17\x6f\xbc\xf6\x16\xa1\x00\xd5\xad\x52\x77\ \xdf\x60\xe0\xff\xe6\x6f\xfd\x5f\x1a\xb5\x22\x26\xf2\xa5\x42\x6d\ \x6d\xd9\xc0\xd0\xb6\x4d\x84\x24\x10\xec\xf4\xf1\xa3\x04\xc3\x9d\ \x5b\xb7\x8e\xf4\x16\x43\x27\x94\x80\x1c\x3b\x7d\xae\xdd\xf4\xf5\ \x5b\x73\x43\x03\xfd\x15\x26\x0e\x1e\xdc\xff\xe8\xd3\x7b\xcd\x6c\ \x5e\x30\x58\x59\xab\xf7\xf5\x8f\x84\x91\x70\x5c\x07\x00\xa2\x1b\ \x3a\xd2\xf5\xa9\xb9\x85\xb9\x85\x19\xcd\x34\x6e\xbc\xe3\xee\xba\ \x0f\xe7\x96\x5b\x57\x5e\x7d\x53\x36\x53\x2a\xe7\x9d\x4d\x63\xe3\ \x5b\x2f\xdb\xfc\xd1\x3f\xfd\x8b\xfb\xef\xbf\x6f\xc3\xd8\x68\xe9\ \x0d\xbd\xe5\xde\xc1\xe3\xe7\xa6\x49\x2e\x77\x76\x76\xba\x7b\x60\ \xb0\xd6\xaa\x9d\x3c\x76\x14\x25\x61\x4f\x21\x57\xd4\xcd\x8b\xae\ \x1a\x81\x64\x60\x19\xac\x5e\x9f\x2f\xe8\xa0\x54\x2c\x9f\x3c\x7b\ \xe6\xd4\xe2\xaa\xdd\x9b\x59\xa8\x34\x2a\x8b\x6b\x1b\x76\x5c\x5b\ \x1e\xee\xb1\x33\xb9\x7a\xdb\x07\x2a\x69\xb4\xda\x42\x41\xdd\xb4\ \xec\x74\xf6\x95\xc3\x07\x2b\x6b\xab\x03\x83\x43\x7e\xc4\xfb\x07\ \x06\x59\xe2\xce\x2f\xad\x10\x4a\x39\x83\x42\x41\xc6\x05\x4f\x58\ \xc8\x22\x33\x45\x52\x69\xec\xfa\xae\xa9\x11\x96\x08\xd7\xf5\xaf\ \xbb\xe6\xc6\x53\xa7\xcf\x8e\x8d\x8e\x1f\x78\xe5\x30\xe7\xe8\xf9\ \x97\xf6\x23\x02\x7a\x7a\x7b\xba\x31\xa8\xcf\x2d\x65\xca\xc4\x04\ \x2a\x8a\x55\xc1\x4c\xf7\x94\x7a\xba\x0b\x5d\x76\x36\x17\xb3\x78\ \xa0\xa7\x47\xc4\x71\xbd\xba\x9a\x4e\x67\x28\x40\x71\x18\xc4\x91\ \x02\x4a\x2a\x25\x67\xe6\xe6\x4c\xcb\x4a\xa7\x33\x12\x62\xce\x98\ \x02\x50\x01\x40\x29\x35\xf4\x94\x91\xc9\x11\x43\x6f\xd7\x57\x7d\ \x1f\xf5\x75\x95\xc3\x98\x4d\x9d\x3f\x1d\xf9\xde\xba\xe1\x41\xd7\ \x77\x86\x87\x06\x79\x40\x4c\x2b\x55\x99\xad\xac\x36\xdc\x86\x1b\ \x72\xa4\x61\x4b\x4b\x24\x8b\xc2\xc4\x4b\x98\x1b\xbb\xcb\x8d\x30\ \xe0\xb2\x77\x78\x24\x5f\xee\xf5\x2b\x6b\x31\x8b\x05\x4f\x08\x46\ \x3f\xd8\x94\xfa\xe2\xd9\xcc\xd2\xca\x82\x9d\x49\xf1\x58\x64\x64\ \xe6\x0f\xfe\xf0\xf7\x0e\x9e\x5a\x9e\xaf\xb4\xef\x7b\xf0\x01\x3b\ \x25\x21\x8c\x5e\x7a\xf2\xc9\x94\x61\x5a\x86\x11\xb8\x4e\x28\x54\ \xc0\x58\x2a\x95\xd6\x53\x29\x82\x29\x21\x3a\x00\x74\x7a\xa6\x72\ \xf3\x2d\xf7\x1c\x3b\x72\x50\xb2\x58\x00\xc9\x92\x58\x40\x89\x04\ \x89\x18\x4f\x12\xc1\x28\xcc\xa7\x2d\xc0\xb9\x10\x02\x42\xc8\x39\ \x37\x4d\x13\x20\x60\xa7\xad\xfd\xfb\x5f\x9e\x18\x1f\xbf\xe5\xc6\ \x9b\x9f\x7c\xe2\xc9\x95\x6a\x60\x17\x47\xce\x2d\x46\x40\xd9\xfe\ \x0a\x63\x09\xaf\xd5\x93\xd5\xca\xb1\x75\x57\xe4\x41\x79\x84\xa7\ \x73\x29\x03\x4b\x83\xfe\x98\xc0\xfd\x7f\x02\xc3\x17\x7b\x4e\x09\ \xe4\x0f\xca\xad\xff\x4b\xbf\x06\x3f\x85\xe0\xfe\x13\x6f\x52\x88\ \x4d\x5b\x37\x61\x55\x8e\x02\xa4\x63\x73\x7c\xb8\x17\xe9\x5a\x36\ \xb7\xb1\xe5\x0c\xac\xb6\xdc\x10\x30\xa4\x00\x90\x60\x66\x7e\xb5\ \xe5\x83\x96\xc7\xae\xb9\x76\xcf\xfc\xc2\x85\x6c\x2e\x1d\xbb\xee\ \xaf\xfe\xe6\xef\x02\x00\xd7\x96\xe6\x27\x2f\x4c\x46\x8c\xb7\x1d\ \x37\x95\x96\xf9\x7c\x4e\x37\xb4\x6c\x3e\xbd\xb0\xb8\x88\xa9\x56\ \xca\xa6\x6f\xbe\xf5\xb6\xbf\xf8\xc4\xc7\x1b\x0d\x87\x2b\x98\xcf\ \x15\xfd\x28\x4a\xea\x6e\xb6\xd4\xbb\x7e\xc3\x96\x17\x5f\x78\xa1\ \xde\x74\xb5\x4c\xd6\x0d\x62\xac\x1b\x00\x93\xb9\xfc\x6b\x92\xad\ \x00\x00\x20\x00\x49\x44\x41\x54\xf9\xc5\x4f\x7c\xf2\xaf\x36\x4c\ \xac\x3f\x37\x35\x93\x4d\x17\xa8\xae\xb7\x5d\x37\x9d\xc9\x6c\xdd\ \x30\x76\x60\xdf\xfe\x42\x57\x57\xcd\x59\xe5\x4c\x8c\x0e\x0d\x0e\ \x0f\x0c\x22\x1e\x68\x9a\x69\x67\xbb\x7a\xd6\x8d\xad\xb5\x1b\x9f\ \xf9\xda\x37\xc7\x27\xd6\xd7\x9a\x2d\x2f\x08\x73\xf9\xa2\x9d\xed\ \x6a\xb6\x5a\x9a\x9e\xae\x54\x6a\xa6\x95\x6f\xb4\x5c\xac\x99\x8d\ \xb6\x03\x0c\x63\x69\x65\x59\xd3\xc9\x6a\xad\xae\xa5\xb3\x4e\xc8\ \x89\x6e\x63\x4c\x8f\xbc\x72\x68\xf7\xee\x5d\x57\x5c\xb1\xbb\x5a\ \xad\x2e\x57\xea\xef\xfb\xc0\xaf\xef\xd9\xb3\xeb\x03\x3f\xf7\x60\ \xaa\xd8\x7b\x7a\x66\xef\xcd\x6f\x78\xc3\x9e\x1b\xae\x7b\x71\xdf\ \xfe\x7a\xab\xf6\xa6\x3b\x6f\xdf\xb3\x75\x6b\xd2\x6a\x57\x9b\x4d\ \x68\x14\x2e\x6e\xd4\x22\xe5\xaf\x2d\x9c\x9a\x9d\x19\xe8\xde\xbe\ \xf9\xc2\xf4\xb9\xee\x9e\xd2\x5c\xdb\xbf\xe6\x9a\xab\x32\xf9\xfc\ \xae\xcb\x76\x66\xf4\x7c\x02\xe3\x44\x89\x42\xa9\x07\x03\x20\x14\ \x08\xa3\x30\x49\x92\x74\x36\x2d\xa5\x38\x73\xf6\x74\xab\x1d\x20\ \x62\x5a\x16\x48\x22\x47\xf0\x24\x9d\xca\xf8\x71\x2c\x21\x92\x40\ \xc5\x5c\x48\xce\x22\x56\xc3\x04\x18\x94\xea\x9a\x51\xe8\xea\xa2\ \xba\x15\x2b\xd8\x66\xfc\x99\x83\x87\xfb\x87\xd7\xd5\x6b\xb5\x46\ \x10\x10\xa8\x0a\xd9\x30\x0e\xa3\xf1\xde\x61\x4b\xc0\x1d\xbb\xae\ \x99\xed\x5e\x38\x77\x7e\xba\x98\xeb\x4a\x59\xd6\x86\x0d\x13\x27\ \x8e\x1e\x1f\x1a\x18\x9a\xba\x70\xce\x75\xfd\x5c\xda\xca\xe5\x0a\ \x11\x35\x18\x8b\x18\x4b\x00\x90\xc7\x8e\x1d\xdb\xb1\x63\x67\xa3\ \xd9\x14\x42\x20\x4c\x00\x84\x94\x50\x4d\xd7\x35\xcd\x00\x10\x3a\ \x4d\x27\x0e\x99\xa7\x80\x6b\x86\x0d\xc7\xdb\xb0\xf9\x32\xb7\x59\ \x97\x32\xe9\xed\xea\xf5\xc2\xb0\x98\x2f\xcd\x2e\xac\xac\xd4\xdb\ \x95\x7a\xbb\x15\xc4\x00\xeb\x44\xd7\x89\x6e\x22\x4d\x20\x8c\x43\ \xc6\x09\xc4\xd4\x36\x56\x1b\x2e\x20\x34\x93\xcf\xb7\x5b\x0d\x40\ \x10\x86\x2a\x65\x51\x4a\x2e\x29\x5a\x5d\x5a\x98\x3c\x75\xec\xf0\ \xee\xeb\x76\x81\xb4\x0e\xcc\xdc\x6d\xbd\xeb\x68\x2a\xe3\x33\xa0\ \x80\x88\xfc\xe8\x91\x47\xbe\x59\x5d\x5b\x61\x2c\x0a\x13\x20\xb1\ \xc6\x78\x44\x90\x01\x81\xaf\x78\x4c\x71\x61\x7c\xfd\xc4\xd2\x52\ \xfd\xc1\x07\x1f\x00\x40\xbd\xf0\xfc\x5e\xa0\x12\xae\x98\x92\x4a\ \x41\x28\xb9\x52\x02\x08\xa8\x82\x20\x48\xa5\x89\xeb\xb8\x9a\xa6\ \x39\xae\x07\x01\x34\x52\x06\xa5\x14\x63\xd8\xdd\xdd\xbd\xbc\xb4\ \xf4\x3b\xbf\xfb\x3b\xc5\xee\x9e\x77\xbf\xf7\x7d\xfd\xeb\x46\x3c\ \xcf\xfb\xd6\x93\x4f\x5e\xb9\x73\x67\xcb\x89\x45\xe0\xd7\x6b\x8d\ \x48\xcb\x17\xba\x4a\xc9\x9a\x8f\x35\xfd\xc7\x92\x84\x54\x52\xc9\ \xd7\xfe\x00\xf2\x55\xf2\xfe\x2f\x1c\x02\x28\xa1\xc0\x4f\xdb\xf1\ \x93\x07\x77\x29\x87\x46\x07\x0b\x5d\x5d\xe3\xeb\x27\x24\x67\x86\ \x26\xb6\x6f\x1b\xeb\xed\xce\x69\x18\x0d\x0c\x0e\xcc\x2d\x56\xac\ \xb4\x41\xa8\x91\xce\x97\x9e\x7b\x61\xff\x91\x63\xa7\x99\xc0\x46\ \x2a\xf7\xec\x73\xcf\xa7\x73\xa5\xf6\x6a\x05\x08\x55\x2c\x94\xaf\ \xb9\xe9\x96\x8f\x7f\xe2\xff\x5d\x37\x32\x5c\xaf\xad\x52\x02\xed\ \x94\x3e\xb6\x6e\xc8\xf3\xda\x9c\xf3\x30\x4c\x0e\x1f\x3d\xee\x06\ \x71\x90\xb0\x20\xe1\xf3\x2b\xab\x5e\x10\x7b\x51\x12\x33\x75\xe0\ \xd0\xf1\x2b\xaf\xbe\x31\x95\xce\x66\xb3\x05\x4d\x33\x97\x57\x2b\ \x61\x18\x27\x5c\xce\xcc\x2c\x9c\x39\x7b\x61\x6c\x6c\x7d\xdb\xf1\ \xb3\xb9\x62\x57\x6f\x0f\xa2\x78\xd3\xe6\xcd\x7e\xe0\x56\x56\x57\ \xa0\x64\x1a\xc1\x71\x1c\x22\x05\x16\x17\x97\xcf\x9c\xbb\xe0\x47\ \xc2\x4f\x24\xb4\x32\xc2\x4a\x9f\x5c\x58\xae\xc7\xdc\x2e\xf7\x61\ \x2b\xc3\x38\x88\x22\xe9\xb8\x61\xdb\x0d\x2f\xcc\xcc\xf5\x0d\x8e\ \x78\x61\xa4\x99\xa6\x1b\x26\x4a\x21\x3f\x4a\x62\x2e\x36\x6c\xda\ \xd8\xdb\x9f\x1f\x19\x19\x50\x82\xc5\x61\x20\x93\xe4\x2b\x5f\x7e\ \xe8\xe9\xa7\xf7\x9e\x3a\x3f\xb9\xda\x72\x66\x17\x57\xf7\x1d\x3c\ \x5a\x1e\x1a\x7b\xcb\xdb\xde\xf1\xb1\xbf\xfa\xeb\x0f\xfe\xc6\x6f\ \x94\xfb\x7a\xae\xba\xe6\xea\x9b\x6e\xbc\x69\x71\x66\xee\xd8\xa1\ \x23\x6b\x8b\xcb\x17\x9d\x0e\x7f\xd7\xdb\x1e\xfc\xca\xdf\xfd\xf5\ \xdd\xf7\xdc\x92\xcd\x9a\xe5\xae\xfc\xfd\xf7\xbf\xe1\xb1\x6f\x3d\ \xfc\xdb\xbf\xf1\xc1\x1b\xae\xb9\x26\x65\xa5\x24\x14\x44\xd3\x21\ \x24\x0a\x80\x28\x4a\xa6\x27\xcf\xf3\x38\xfc\xf3\x3f\xfd\xc8\xdf\ \x7f\xe9\x6f\xb7\x5e\xb6\x25\x8e\x23\xcf\xf3\xbc\xc0\x71\xda\xad\ \x30\x0c\x08\x26\xae\xeb\x25\x31\x4b\xa4\x50\x10\x4b\x00\x39\x57\ \x50\x01\x11\xc5\x14\xa1\x28\x8a\x62\xc6\x77\x5e\x7b\x4d\x2d\x0c\ \x0f\x4d\x4f\x56\x58\xf2\x95\xe7\x9e\x39\x53\xad\x40\x5b\x33\xb2\ \x69\x40\x30\x4b\x92\x42\x36\x97\xb3\xd2\x99\x94\x3d\x32\x3c\xc2\ \xa4\x70\x7d\x5f\xd7\x8d\xd1\xa1\x61\x08\x54\x57\xb1\xe0\xbb\x5e\ \x6d\xad\xda\xa8\xb7\x18\x63\x99\x4c\xa6\x50\x28\x99\x96\xa9\x9b\ \x46\xb5\x5a\xbd\xf2\xaa\xab\x74\xc3\xe4\x9c\x53\x4d\x43\x10\x23\ \x88\x11\x26\x8c\x33\xb7\xed\x56\x2a\x15\x21\x81\x90\xb0\xd1\x76\ \x17\x96\x96\x5b\x8e\xbf\x61\xf3\x65\x5d\xe5\x1e\x44\x48\x26\x9b\ \x5d\x69\xb8\xc7\xcf\x4d\x35\xdc\x28\x12\x0a\x10\x3d\x14\xd2\x4b\ \x58\xa4\xa0\x66\xe7\x95\x91\x56\xba\x9d\x60\x5d\xb3\x73\x80\xea\ \x12\x13\x42\x09\xc2\xd8\x30\x8c\x28\x0a\xc3\x30\x6e\x37\x9b\x97\ \xb2\x88\x89\xaa\xf0\xb1\xaf\x3f\xf4\xca\x3f\x3e\x76\xf8\x99\x27\ \x6a\x27\x0f\x50\x83\xcb\xb0\x6e\x91\xd8\x44\xe1\xa1\x97\x9f\xbf\ \xee\xca\xdd\xb7\xdc\x78\xc3\xe6\x0d\xe3\xc5\xbc\xcd\x79\x92\x44\ \xb1\xe7\xb5\xe2\x28\x8a\xa3\x24\x8a\x22\xa9\x40\x1c\x87\x07\x0e\ \x1e\x18\x1c\x1c\x00\x08\x48\xa0\x24\x10\x52\xbd\xca\x59\x11\x42\ \x14\x63\xc7\x71\x84\x14\x8c\x33\x84\x10\x63\x2c\x4e\xe2\x38\x89\ \x57\x57\x57\x37\x6e\xdc\xd8\x6c\x35\xce\x9e\x39\xd6\xd3\x57\x96\ \x10\x8f\x6e\xda\x5c\x73\x13\x9a\xe9\xca\x94\xfb\x0b\xdd\x3d\x0a\ \x82\x7c\x21\x77\xf2\xf0\xcb\x5a\xd8\xd2\x99\x6f\x02\xd1\x9d\xcb\ \xfe\x9b\x91\x65\xa4\x02\x5c\x81\x1f\x55\xd7\x15\x49\x20\xa5\xba\ \x74\xeb\xc8\xbf\x29\xaf\xcc\x4f\x1e\xdd\x39\xe7\x97\x6f\xbf\x9c\ \x05\xd9\xb1\xc1\x4d\xdf\xf9\xce\xdf\x29\xcc\x59\xe4\x70\x96\x69\ \xd4\x1b\xdc\x35\xbf\xff\xcc\xb9\xeb\xf7\xbc\x17\x10\xe4\x3a\xad\ \xe5\xa5\xe5\xfe\x81\xa1\x6a\xad\x69\x98\xc6\x1b\xef\x7b\x00\x41\ \x08\x25\x02\x52\x01\xaa\x09\x2e\x76\xee\xd9\xfd\xf0\x57\x1f\xfa\ \xe0\xaf\x7d\x20\xf4\xfd\xed\x97\x6f\xd4\x34\xe8\xb7\x5d\xcb\x30\ \x73\x85\xfc\x6a\xb5\xde\x68\x36\x25\xa4\x89\x90\xbe\x1f\x06\x51\ \x62\x5b\x36\x84\x4e\x3a\x9d\x59\x5a\xa9\x10\x5d\x57\x18\x21\x8d\ \x72\xce\xbd\xc0\xcf\xe6\x2c\xbf\x1a\x8e\xac\x5b\x77\xf2\xf4\x99\ \x9e\xbe\x5e\x88\xb5\x62\x4f\x77\x3e\x6d\x3f\xb5\x77\xaf\x94\x52\ \x32\x61\xe7\x53\xba\x95\x1e\x1c\x1c\x5a\xaa\x54\x16\x96\x2a\x6d\ \xc7\xb7\xf3\x25\x80\x29\xc4\xc0\x34\x74\xd7\x77\x8d\x4c\x06\x50\ \x4d\x42\xa2\x5b\x29\x80\xdb\xcd\xb6\xa3\x30\x75\x23\x6e\xa5\x17\ \x37\x6d\xb9\xfc\xf4\xd9\x53\xad\x66\x4b\x21\x60\xea\x86\x17\xb8\ \x18\x84\xbe\xbb\x58\xcc\x74\x0f\xf7\xe7\x40\xd4\xdb\xa8\x56\x5d\ \xc7\x8d\x18\x77\x93\x24\x65\x67\x98\x52\x5f\x7d\xe4\xf1\xcd\xdb\ \x77\x4e\x6c\xdb\x72\xf5\xb5\xd7\xbd\xb8\xef\xa5\x9d\x3b\x77\x5c\ \xbf\xe7\xca\x6a\xb5\x4a\x35\x5d\xd3\xb4\xd5\x46\xb3\xe7\x62\xa3\ \xcd\xda\xf2\xac\x09\xdb\x66\x26\x91\x52\x84\x8c\x0e\x74\x65\x32\ \xba\x82\x26\x14\xc2\xc5\x38\x2d\x95\x26\xa4\xb0\x28\x61\x51\x68\ \x18\xa6\x53\xaf\xbe\xe5\xc1\x07\x1f\x7c\xf3\x03\x2f\x3f\xff\xc2\ \xf9\xf3\x67\x84\xe4\x86\x69\x4b\x21\x83\xc0\xe7\xcc\x43\x50\x2a\ \x01\x15\xc0\x10\x52\xa5\xa4\x94\x12\x40\x00\x38\xa7\x00\x84\xae\ \xc7\xa5\x0c\xe2\xf0\xec\xcc\x94\x07\x85\x47\x00\xb4\x29\xe8\xcb\ \x3b\x50\x0e\x0e\x0f\xac\x2d\x2c\x66\xcb\x45\x29\x78\xff\xd0\x00\ \x41\x64\xa5\xba\xaa\xd9\xf6\xc6\xad\x9b\xc6\x26\x36\xbe\xf4\xc2\ \xcb\xb9\x4c\xaa\xbb\xab\x70\xf4\xc8\x41\xdf\x73\x74\x9d\x5a\x96\ \xc9\x38\xaf\xd5\x6a\xd9\x6c\x36\x6d\xe7\x38\x8c\x15\x84\xa7\xcf\ \x9c\x3d\x70\xe0\x40\x3a\x97\x23\x48\x57\x08\x44\x51\xd4\x6a\x39\ \x84\x52\x42\x0d\x8d\x10\x8c\x49\x10\x85\xba\x9e\x76\xc3\xe4\xf4\ \x85\xc9\xe5\x95\x65\xac\xc4\xee\x9d\xdb\x10\xa5\x07\x4f\xec\x7f\ \xf9\xc8\x71\xdd\x4a\x3b\x61\x6c\xda\x59\xa2\x6b\x09\x93\x51\xc2\ \x68\xc2\x74\xdd\x40\x06\x89\xc3\x30\x12\xca\xca\x64\x82\xc0\xc7\ \x18\x21\x08\xb8\xe0\xe9\xb4\xed\x7b\x2e\x04\x97\x54\x1c\xda\xd2\ \xc0\xc2\xf4\xb9\x72\xf6\xae\x81\xee\x3c\xee\x2e\x02\x7f\x01\xa5\ \xf3\xc0\xaf\x63\x44\x6e\xbf\x7e\xd7\xdc\x99\x4c\x65\x7a\x72\xe7\ \xb6\x4d\xb5\x66\x33\x91\xd0\xc8\xe4\xc3\x90\x77\x62\xdc\xd5\xca\ \x6a\xe0\xfb\x52\x82\xd5\x15\x1c\xf9\x29\x82\x94\xe3\x07\x18\x53\ \x05\x14\x84\x08\x4a\x0e\x84\x52\x14\x03\x00\x34\x4d\x5b\xac\x54\ \x00\x44\x18\xe3\x42\xa1\xd0\x76\xdb\x76\x26\x75\xf6\xec\xd9\x1b\ \x6e\xb8\xa6\x29\xd9\xd9\x73\xc7\x3d\x0e\x37\x6e\xd9\x30\xb5\xf4\ \xbd\x34\xce\xf4\x0d\xf6\x06\x49\x70\xf5\x75\x57\xc7\xcd\xaa\xd9\ \x68\x6f\xeb\x2d\x1c\x9c\x3c\x06\x65\xb2\x3a\x33\xff\x63\x01\x77\ \xa9\x94\xfc\x31\xc8\x32\x4a\x29\xf9\xa3\x85\x20\xa4\xfe\x8f\xc0\ \xbb\x9f\xaa\x46\xa9\xf6\xe2\x4b\xfb\x5e\x77\xfd\x1b\xf3\x45\x2b\ \x5f\x4a\x9f\x39\xdf\x18\x1a\x19\x26\x88\xd7\x56\xcf\x46\x9c\xa7\ \xec\xb4\x09\xd9\x85\xb9\x99\x5a\x75\xf9\x97\xdf\xf3\xee\xdb\xef\ \xb8\x93\xea\x50\x21\x80\x00\x57\x4a\x48\x25\x31\xa6\x9d\x72\xda\ \x58\x81\x20\x09\x3e\xfb\xd9\x4f\x3d\xf3\xe4\x93\x06\xa5\xcf\xed\ \x7d\xfa\x7d\x7f\xf5\xf1\xbf\xff\xc2\x17\xcf\x4f\xcf\x78\x61\xcc\ \x18\x90\x48\x32\x21\x99\x10\x5c\x40\x80\x42\x84\x10\xc1\x90\x68\ \x34\x65\x9a\x42\x01\x20\x64\x10\x04\x7d\x3d\xbd\x4a\xc5\x14\xa3\ \x4c\x36\x8b\x14\xec\xef\xeb\x9b\x5f\xaa\x0a\x01\x77\xee\xda\xf3\ \xc8\x57\xff\xe1\xf6\x3b\xee\x3a\x7a\xe4\x08\xa1\x3a\xd5\x8d\xba\ \xe3\x30\xcf\x69\x39\xae\x94\xd0\x71\xda\x9a\x6e\x84\x2c\x40\x80\ \x60\x48\x15\x07\x3c\xe1\x00\x43\x26\x38\x40\x80\x98\x56\xc4\xa4\ \x69\xd3\x85\xa5\xc5\xc1\xc1\xe1\xcb\xb6\x5c\xf6\xf4\xd3\x4f\x67\ \xf3\x69\xa8\x64\x31\x9b\xe3\xfe\x12\x09\xeb\x2f\x1c\x78\x5c\x83\ \x2d\xdb\x56\xed\xa6\xc3\x84\x84\x88\x0a\x11\x45\x7e\xd0\x6e\x35\ \x4b\xba\xfe\x97\xff\xed\x93\x9f\xfb\xe2\xe7\xde\xff\xde\xf7\xbf\ \xe7\xbd\xef\x79\xdd\x0d\xd7\x2b\xa1\xf2\x85\x62\xaa\x50\x36\x0d\ \xeb\xa5\x2f\x7f\xe9\x72\x08\x2f\x4e\x02\x3e\xbc\xef\xf9\xf9\xd3\ \x2f\x00\xec\x16\x8b\x85\x6b\xaf\xbe\x6b\xc3\x8e\x0d\x00\x47\x00\ \x70\xac\x18\x08\x62\xa4\x97\x11\x17\x80\x62\x8a\x24\x70\x1b\xbf\ \xf6\x2b\xbf\x74\xdd\x75\xd7\xbd\xf2\xdc\xde\xd3\x67\xcf\x66\xb3\ \xa9\x4c\xc6\x4e\x12\x69\x99\x5a\x36\x93\xe5\x8c\x08\xce\x98\x04\ \x4a\x42\x05\x38\x44\x44\x01\xa1\xa0\xd2\x34\x2d\xf0\xfc\xee\x9e\ \x1e\x42\xc9\xf2\xf9\xca\xd2\xd2\xe2\x0d\x77\xdf\x7d\xae\x5a\x39\ \xb5\xb4\x64\x14\xb2\x51\xb3\xb1\x7b\xf7\x35\xff\x70\xfc\xf8\x9d\ \x6f\xb8\xcb\x80\x30\x70\x1c\xdb\xb0\xbc\x28\xcc\x17\xcb\x57\x22\ \x18\x73\x75\xe8\x95\x57\x74\x0d\x87\x9e\xd3\x4e\x62\xa0\x04\x50\ \x9c\xf1\x18\x01\xe8\xfa\xae\x1f\xf8\x52\x32\x3b\x6b\x31\x26\x9f\ \xfb\xfe\x0b\x61\x9c\xa4\x90\xee\x46\x9e\x94\x8a\x71\x81\x31\x36\ \x4d\x93\x52\xcd\x75\x00\xe3\x11\x67\x2c\x8c\x59\x10\xb3\x04\xaa\ \xa1\x81\x12\x45\x72\x71\x79\x6d\x69\x65\xf9\xfc\xec\x22\x47\x04\ \x29\x80\x09\x89\xe3\x18\xeb\x86\xa9\x6b\x12\x80\x30\xf0\x08\xc6\ \xba\x65\x61\x82\x09\xc5\x18\x41\x9d\x62\xaf\xdd\x42\x00\x10\x8c\ \x10\x04\x9a\xa6\x25\x49\x72\x49\x84\x46\x70\x5d\xd7\x9d\x66\x6b\ \xae\xbd\x66\xcc\x9d\x33\xb2\x66\xcb\xf3\x66\x96\x56\x67\xa7\x17\ \xe3\x90\xdf\x7c\xcb\x1d\x9b\x37\x8c\x7c\xfd\xb1\xef\xba\xad\x5a\ \x57\xb9\xaf\xd6\xf6\x30\xd6\x83\x28\x8c\xa3\x38\xf0\xbd\x7a\x6d\ \x59\x43\x01\x96\xf5\xfc\xa6\x2d\x40\xc6\x96\x69\x06\x01\x83\x90\ \x08\x21\x39\x10\x08\x43\x08\x95\x6d\xa7\xa5\x10\x9b\x37\x6f\xbe\ \x30\x35\x95\x25\xd9\x3b\xef\xbc\xf3\x91\xc7\x1e\x09\x7c\x7f\xe3\ \xb5\x57\xbf\xee\x75\xaf\x4b\x69\x6a\x69\x75\x11\x50\xcb\xd2\x61\ \x6f\x57\x6e\xf7\x9e\x1d\xad\xb5\xc5\x9e\xae\xd2\x2f\xbc\xe9\x0d\ \x3c\x70\x04\x13\x8e\x1b\x7e\xfb\x73\x9f\x34\x31\xb4\x09\xfe\xf1\ \x30\x77\x09\xe4\x6b\xad\x1a\x48\x09\x84\x52\x3f\xea\xac\x08\x00\ \xa9\x7e\xca\x24\xf7\xff\x13\x64\x19\x25\x33\xa9\xae\x46\xa3\xf1\ \xe8\xf9\x6f\xe6\x0b\x59\x2e\xf5\xcb\x2e\xbb\x6a\xf3\xc4\x9e\x5f\ \xfa\x0f\x9b\x00\x26\x00\x2c\xf3\xe6\xd2\xf8\x58\xff\xef\xfd\xc1\ \x7f\x01\x28\x25\x18\x10\x42\x21\xa0\x38\x14\x00\x00\x8c\x89\x82\ \x90\x25\x4c\x09\xa1\xeb\x38\x97\xcf\x45\x7e\x7b\xfa\xfc\xa9\xef\ \x3f\xfb\xec\x86\xb1\xb1\xcf\x7f\xe6\xd3\xa7\x4f\x9d\x6a\x7b\x11\ \x4d\xe5\x13\x21\x91\xc2\x9c\x29\x25\x15\xc2\x4a\x09\x2e\x64\x02\ \x21\x62\x3c\x0e\xa3\x40\x22\x0a\x81\x8c\xc3\x08\x03\xd0\xdf\x5f\ \x4c\x99\x9b\x11\x54\x6b\x6b\xab\x9b\x37\x6e\xdd\x92\x29\xf9\x12\ \x40\x48\x73\xd9\x82\xe3\x38\x08\x69\xba\x69\x0a\x00\x9a\x8e\x0b\ \xa5\xe0\x58\xc3\x44\x12\x02\x85\x60\x14\xc0\x9d\x97\xef\x38\x72\ \xf4\x08\xe3\x02\x2b\xa5\x13\x88\x90\x42\x04\x53\x8d\x62\xa2\x31\ \x25\xc3\xc0\x5f\x5e\x5e\xba\xf5\xf5\xb7\x7c\xfd\xeb\x5f\xcd\x65\ \x4c\xc3\xa4\x89\xe4\xfb\xbe\xf7\xf5\xd2\xeb\xd7\x95\x53\xda\x6d\ \x37\x6d\x79\xea\x7b\x27\x67\x66\xce\x03\x68\x23\x48\x39\x13\x9c\ \x47\x7e\xdb\xb1\xb2\x99\xa9\xd9\xe9\x7d\xfb\x5f\xbe\xea\xaa\x2b\ \xef\xbd\xf5\x8e\x6f\x3f\xfe\xf8\x87\x7f\xfd\x43\xb5\x7a\xf3\xd8\ \xdc\xc2\xf9\xb3\x67\x96\x5a\xed\x8b\xee\xf9\xf1\x91\xe1\x0d\x5d\ \x10\xeb\x61\x18\xfa\x41\xb3\x3a\xf9\xf2\x0b\xa6\x45\x15\xf6\x9a\ \x7e\x7b\x6a\xae\x89\x68\x77\x61\x60\xf8\xba\x5b\x6f\x45\x12\xcc\ \x9c\x3e\xba\x6d\x62\x6c\x75\x7e\x2a\x48\x92\xae\x7c\x36\xf6\x3d\ \x9e\x44\x1a\x31\x74\x82\x02\xbf\xa9\x69\xb0\xa7\xa7\xbc\xb4\xb8\ \xaa\x94\x00\x4a\x49\xc0\x21\x84\x14\x22\x00\x91\x6e\x99\x71\x1c\ \x77\xf7\x94\x91\x54\xf3\x93\x93\xbd\xf9\xdc\x96\x91\x91\x73\x53\ \xd3\x08\xc2\xed\x5b\xb7\x65\x74\xad\x98\x4b\x2b\xc9\x32\x85\x82\ \xa6\xa1\xb4\x9d\xe9\x37\xcd\x84\x8b\x20\x64\x94\xc8\x62\x3e\x8b\ \x00\x1f\x1d\x1d\x9c\x9a\x9a\x6e\x45\x01\x42\xc0\xf7\x3d\x9d\x6a\ \x76\x3a\x85\x00\xf4\x43\x3f\x08\xc2\x20\x0c\x31\xc1\x42\x08\x2f\ \xf4\x13\x2e\x4c\xc3\xb4\x6d\x53\x29\x15\xc5\x31\xc6\x08\x40\x8e\ \xb1\x2e\x25\x92\x4a\x71\x01\x98\x10\x73\x0b\x2b\x22\x09\x2d\x9d\ \xd4\x1a\x8d\xb6\x17\x50\x33\xad\x80\xa2\x1a\x06\x00\x26\x49\x8c\ \x95\x82\x18\x01\x08\xe3\xc8\x11\x2c\x22\x9a\x26\x19\x21\x50\x19\ \x3a\x71\xdb\x5c\xf0\x18\x53\x02\x10\x42\x08\x27\x09\xbf\x14\x59\ \x46\x60\x73\x7e\xa9\xf6\xdc\xf7\xf7\xf9\x6b\xb3\x14\x87\x11\x6b\ \xa7\xb2\xa9\xeb\x6e\xb8\xf1\x2d\xf7\xdf\x91\x1e\xdd\x0c\x34\x3b\ \x7e\xfa\x59\xcb\x80\x99\xb4\xee\xb6\xeb\x51\x28\x9d\xa0\x26\x24\ \x20\x98\x60\x02\xb0\xe2\xdd\x25\x18\x3a\x33\x97\x6f\xba\xed\xb9\ \x67\x9e\x56\x30\x05\x14\x41\x88\x00\xa0\x30\xc6\x04\x01\x00\x84\ \x69\x9a\x08\xe1\x62\xb1\x78\xe6\xec\xd9\x7c\xa1\x78\xd3\x4d\x37\ \x2d\x2c\x2d\x7c\xff\xf9\x67\x39\x67\xe5\xae\x32\x41\x49\xb6\x58\ \x88\x38\xf0\x63\xfe\xf0\x43\x5f\x19\x7e\xc3\x3d\xc2\x77\xaf\xd8\ \x79\x9b\x6d\x5b\x1e\x8f\x74\x0d\xcd\xcf\x2e\x52\x08\xe2\x20\x60\ \x88\xfc\xdb\x71\xcb\x48\x25\x7e\x74\x9a\x56\xc9\x0e\x73\xff\xa9\ \x73\xcb\xfc\xa4\x95\x21\x59\xca\x0f\x15\xf2\xa5\xbd\xcf\x3c\x5d\ \x59\x9d\x7f\xf7\xbb\xdf\x76\xe5\x35\x77\x9d\x3f\x76\x2a\x6a\x07\ \x58\xf8\xb9\xc1\x3c\xd6\x90\x82\x8c\xb7\x2a\x0a\x66\xb5\x4c\x11\ \x23\xa8\x80\x52\x10\x41\x00\x14\x40\x42\x48\x42\x28\xc2\x48\xf1\ \x24\xf2\x5b\xf5\xea\xca\x96\x8d\xe3\x6f\x79\xe3\x5d\xef\x78\xdb\ \x3b\xd7\x8f\xad\x47\x52\xf6\x76\x97\x17\xaa\x01\xe0\x40\x12\xd8\ \x99\xbd\x39\x63\x04\x29\x00\x34\x84\x81\x94\xb1\xa1\x11\x45\x0c\ \xcb\xc0\xd9\x74\xba\xdc\x55\xdc\xbe\x6d\x93\x54\xe1\xce\x9d\x3b\ \x06\xfb\x07\xec\x54\x61\x7e\xb1\x3e\xbd\x5c\xcf\xe6\x8a\xa6\x99\ \xf6\x5c\x77\xfb\xae\x9d\x47\x4e\x9d\xef\x19\xea\x5b\x5c\x5a\xaa\ \x55\xeb\x2a\x0e\x0c\x28\x33\x29\xc3\xb6\x6c\x9d\x98\x57\x6e\xdb\ \x71\xfe\xf8\x49\x44\x35\x08\x31\xe0\xd2\xf7\xdd\x20\x70\xda\x11\ \x03\x80\x40\xd0\x2e\x15\x4b\x4a\xca\xc3\x87\x0f\x5d\xb9\x7b\xd7\ \xf2\xe2\x1c\xd4\xe0\xd2\xcc\xec\xfa\xfe\x1b\x2d\x39\xc3\xb9\x29\ \x42\xc3\xf7\x2a\xd4\xc0\x92\xd3\x20\x61\x49\x14\x43\x20\x78\xe0\ \x47\x86\x66\x59\xd6\xde\xa7\x9e\xda\xb3\x63\xc7\x35\x3b\xf7\xbc\ \xb8\xf7\x59\xaf\xe5\x79\x38\x10\x84\x3c\xf5\xd2\x4b\xf9\x62\xf1\ \xa2\x7b\x7e\x71\x76\xb6\x31\x73\x90\x98\x89\xeb\xb4\xe3\x80\x50\ \x49\xe7\xe7\xce\x41\xd2\x1a\x1e\x1d\xe9\x1e\xd8\x74\xdd\x2d\xd7\ \xe5\x07\x46\x8f\xee\xfd\xee\xe4\xf9\xf3\x51\x10\x36\xaa\x35\xcd\ \xb4\x94\xa6\x9b\xb9\xc2\xca\xd2\x82\xef\xb9\xc5\x82\x91\x32\x34\ \x9d\xd8\x5d\x5d\xb9\x6c\x26\x3d\x75\x61\x9a\xe2\xb4\x52\x12\x00\ \x42\x10\x42\x04\x4a\x82\x13\x08\xb2\x96\xd1\x68\xd4\x27\x46\x46\ \xff\xfd\x2f\xbe\x43\x34\x5a\xd7\x6f\xde\xf6\xa5\xcf\x7c\xf1\x8e\ \x37\xdd\xff\xba\xab\xae\x54\xd5\xca\xaf\xbd\xfb\x3d\x5d\xb9\x9c\ \x69\x6a\x96\x45\x93\x84\x87\xa1\x87\x10\x2d\xd8\x96\x94\xea\xae\ \xdb\x5f\x6f\xdb\x76\x3e\x97\xf6\x3d\xc7\x71\x9b\x94\x50\xc1\x63\ \x45\xb1\x61\xd8\x10\x42\xa1\x04\x22\x90\xea\x7a\x57\xb9\xcb\xf3\ \x3c\x3f\x8c\xd3\x86\xa5\x00\x90\x52\x42\x88\x10\x46\x5c\x24\x49\ \x12\x02\xa8\xa4\x84\x8c\xf3\x20\x8a\x20\x80\x5c\x22\x00\x10\xe7\ \xb0\x5a\x6b\x02\x4c\x81\x02\x9c\x73\x84\x00\x86\x4a\xc3\x12\xa9\ \x58\xc3\xba\xa6\x69\x42\xb0\x28\x48\xa2\x18\x53\x84\x11\x94\x46\ \x2e\x53\xc8\xa6\xeb\xf5\x04\x63\x8c\x31\xd6\x74\x03\xe1\xe0\x52\ \x90\xc2\x53\x7a\x1a\xa5\x86\xd7\x6f\x0d\xd2\x29\x24\x6a\x73\xf3\ \xc7\xde\x78\xd7\xad\x03\x9b\xb7\x3c\xf3\xad\x7f\x84\xdf\xd9\x6b\ \x95\x7b\x47\xb7\x6e\xbf\xfb\x8e\x5b\x4e\x4d\x2f\x9b\xf9\x9e\x87\ \xbf\xf5\xb8\x3b\xbf\x42\x09\xc1\x18\x40\xa0\xa5\x74\x64\xd1\xf9\ \x9e\xa1\x7e\xa7\xb1\x60\x52\x20\x00\x15\x0c\x20\xa2\x73\x19\x21\ \x04\x75\x1d\x60\xa4\x21\x84\x08\x21\xed\xb6\x23\x84\x64\x8c\xb5\ \xdb\x6d\xaa\xd1\x72\xb9\x7c\xec\xd8\x71\x09\x14\xd1\x2d\x5d\xd3\ \xe2\x46\xbb\x3b\x57\xf0\x1b\x8d\x34\x25\x16\x21\x06\x26\x80\xa3\ \xae\x52\x6f\xa3\xe5\xbe\x78\xe8\x68\x2b\x48\x28\x04\x96\xa6\xfd\ \x6c\xfb\x81\x9f\x71\xf7\x8b\x6f\x08\xc1\xa5\x85\xea\xe6\xad\x5b\ \xef\xb9\xf7\xde\xed\xbb\xb6\x6d\xdc\xb2\xb5\xb9\x54\x21\x58\xdb\ \xf7\xdc\xde\xde\x02\xf5\x9f\x5f\xc9\xf7\x76\xa3\x5c\x7e\x70\xc3\ \x8e\x5c\x77\x1e\xc8\x30\x0a\x13\xc3\xb6\xa4\x48\x10\xa6\x10\x10\ \x85\x15\x02\x20\x70\x43\xcb\x24\xcd\xd6\x6a\x6d\x6d\x75\x71\x7e\ \x3e\x6d\x99\x1f\xfe\x8d\x5f\xff\xc7\xc7\xbf\xbd\x61\xc3\xb8\xe3\ \x8b\xa9\xc5\xa6\x10\x12\x22\x2e\x25\x17\x52\x68\x94\x20\x08\xa5\ \x14\x49\x10\x87\x9e\x53\x77\xdd\xc1\x75\x63\x7d\x7d\xeb\x3e\xfc\ \xa1\xff\x94\xc9\x68\xcd\x46\x23\x49\xbc\x20\xf2\x36\xac\x1f\x87\ \x80\x2a\x45\x5f\x39\x7e\xda\xf3\xca\x63\x63\xa3\xb6\xa1\x39\xbe\ \xaf\x94\x42\x08\x03\x88\xba\x7b\x7b\xbc\x56\x43\x86\x4e\x10\x78\ \xd9\x94\xed\xb6\x1d\x11\x47\x58\x49\x03\x1b\x5e\x1c\xc6\x92\x43\ \x0d\x33\xc6\x0d\xd3\x04\x08\xe5\x33\x05\x5d\xd3\xa5\x54\x9e\xe7\ \xf7\xf7\xf6\xaa\x38\x6c\x34\x1b\x77\xde\x73\x0f\x46\x30\x63\x62\ \x20\x90\x67\x61\x21\x62\xc7\x73\xcd\x74\x21\x76\xdd\x20\xf2\x2d\ \x03\x49\x01\x2b\xb5\xb5\x42\x2e\x77\xe6\xcc\x69\x16\x47\x44\x81\ \xe1\xbe\x81\xc8\x0f\x43\xce\x5f\x3c\xf4\x4a\x3d\x0c\x4b\xa6\x75\ \xd1\x3d\x8f\x31\x36\x74\x2b\xe2\xc9\xec\xec\x62\xab\xea\x67\x0d\ \x5b\x31\x7f\xcf\xe5\x1b\xae\xb9\xfe\xaa\x85\x15\xef\xf4\x99\x23\ \xd9\xca\xaa\x69\x1a\x5b\xb7\xae\x3f\x7d\xf4\x18\xca\xa7\xe7\x16\ \x56\x38\xd1\x4c\xce\xd2\x69\x33\xf0\xbc\x9e\x62\x77\x14\x38\x08\ \x05\xb6\x99\x4d\x02\xa7\x98\xcd\xba\x3e\x00\x08\x60\x24\x31\x01\ \x98\x50\x8e\x20\xb5\x0c\x3f\x89\x74\x2b\x35\xd0\xd3\xeb\xd5\x6b\ \x16\x26\xf5\xe5\x95\x1d\x43\xeb\x96\x0e\x1f\x07\x1b\x37\x0e\x95\ \xba\xe2\x5c\x06\x4a\x69\x51\xca\x04\x63\x52\x08\xa1\x08\xc5\x22\ \x8e\x08\xa6\x23\x43\x03\x61\x92\x04\x81\x1b\x04\x9e\x69\xe8\x9c\ \x73\x8d\x12\xcb\x32\x3a\x5f\xa2\x69\x6a\x41\x18\xda\x69\xdb\x73\ \x7d\x29\x01\x42\x88\x09\xa1\xa4\x24\x84\x50\x9d\x52\x4a\x35\x2c\ \x11\x94\x52\x48\x2e\x3a\x5e\x12\x6c\xea\x9a\xeb\xf9\x3c\xf4\xfb\ \xbb\xcb\x9a\x66\x2a\x16\x30\x11\x53\x42\x94\x60\x08\x02\xa1\x04\ \x82\x08\x28\x2e\x39\xc0\x08\x19\x3a\x49\xb8\xe0\x5c\xb0\x28\x94\ \xcc\xc8\x65\xed\x7a\x6d\x0d\x28\xac\x14\x82\x10\x5e\x42\x89\x3d\ \x00\x00\x88\xa5\x66\xa6\xf3\xaf\x7f\xc3\xfd\x48\xb6\xb0\x6a\x92\ \x78\xf5\xf0\x4b\x4f\x4d\x3e\x3a\xa9\x18\x1c\x1e\x1c\xb1\xf2\xdd\ \x96\x65\x5c\x7f\xe3\xd5\xbb\xaf\x45\x01\xd7\x5e\x78\xf1\xa5\x4a\ \x65\x0d\x51\x1b\x21\xa1\x61\x62\x53\xf6\xdf\x3e\xf6\x87\xe5\x72\ \xf9\x91\xc7\xf7\xa7\x0c\x5a\x6d\xc5\x42\x18\x58\x41\x25\x00\x40\ \x12\x22\x84\x09\x6a\xb6\x5a\x08\xd3\x26\xab\x95\x4a\x25\xa9\xa4\ \xe3\xb4\x81\x54\x49\x1c\x1b\xa6\x1e\xf8\x01\xc5\x99\x38\xf4\x6d\ \xcb\x9e\xbc\x70\x41\x04\x7e\x73\xb5\x72\xf7\xad\xb7\x37\x6b\x75\ \xb5\x7e\x3c\x61\x0a\x51\x73\x6a\x79\x55\xcf\x15\x23\xb7\x99\x84\ \xf1\x8f\x05\xdc\x11\xc4\xe8\xb5\xae\xce\x8a\x10\x04\x84\x80\x1f\ \x75\x56\x42\x00\xd2\xd4\x4f\x57\x42\xb5\xe3\x4a\xba\xa4\xec\x10\ \xbc\xb4\x4a\x4c\x42\xc8\xb1\xed\x83\xfd\x13\x03\x57\xae\xbb\x01\ \x41\xa2\x14\x32\x0c\xb4\x32\x7f\x7e\xf3\x44\x7f\x5f\x4f\x0e\xa1\ \xf5\x84\x80\xe6\xf4\xb9\x5c\xed\xa4\x92\xcb\x2a\x93\xd5\x12\xe9\ \xd7\x78\x82\xf2\x09\x2e\x16\xca\xa3\x5c\x40\x0d\xf8\xa1\xe3\xcf\ \x9c\x9d\x39\x33\xfd\x68\xce\xdc\x01\x70\xff\xe1\xf3\xb5\xbb\xde\ \x74\xd3\x67\xbf\xf1\x50\x54\x0b\x2a\x8b\xad\x58\x24\x98\x68\x98\ \xa0\xc4\x8f\x74\x8c\x09\x86\x52\x72\x4d\xcb\x10\x6c\xda\xe9\x34\ \x68\xb9\x4d\x2f\x89\x66\xe7\xbb\xfb\xfa\xa0\x12\xb9\x7c\xd7\xec\ \xf4\x85\x72\x57\xb9\x51\x5b\xa5\x14\x06\xee\xa2\xdf\x38\x97\xb7\ \x37\x6f\xbf\xf3\x26\x04\xf0\xa3\x8f\x3e\x3e\x36\x32\xbc\xb8\x38\ \xab\x71\x9e\x32\x6c\x45\x49\xcc\xcd\x74\xae\xd8\x70\x5d\x8c\x60\ \xa5\xdd\xd6\xb3\x59\xcd\x34\x82\xe5\x50\x41\xcd\x4e\x15\x4c\x14\ \x50\x9b\xa8\x04\xe4\x52\x59\x80\x48\x3b\x72\x13\xaf\xdd\x9b\xcf\ \x8f\xad\x9b\x38\xb7\xf8\x92\x75\xf9\x15\xfb\x3d\xcd\x3d\x92\x34\ \x8f\x1d\xb8\xff\x2d\x6f\x3e\x7c\xe4\x5b\x5a\x71\x3c\x4a\x60\xdb\ \x6f\x31\x23\x89\x35\x84\x01\x46\x82\xd4\xea\xed\x52\x57\x39\xe4\ \x09\x03\x7c\xf3\xa6\x0d\x29\x4a\x42\x37\xe4\x01\xe7\x09\x5c\xad\ \xb6\x2f\xba\xfb\xaf\xbb\xf7\xc1\x6c\xfe\x17\x01\x52\x00\x31\x20\ \x05\x08\x7d\x67\x71\xfa\xa1\xcf\x7f\xea\xef\xbe\xfe\xec\x50\xff\ \xc0\x70\x17\x2d\x25\x62\xc6\x5f\x18\xbe\x72\xfb\x7d\xbf\xfa\x4e\ \x58\xb3\xbf\xf9\xc5\xaf\x7d\xe1\x5b\x0f\x6d\xba\xe1\xf2\x46\xdc\ \x7c\xf3\x9d\x6f\x38\x7a\xf0\xf8\xc6\xad\xbd\xbf\xf2\xbe\x1b\xbb\ \xbb\x8d\x8f\xfe\xe1\xdf\x26\x9e\x90\xb2\x90\xc0\xb6\x04\x3e\x44\ \xba\xe2\x29\x0a\x21\x0b\x84\x80\x22\x34\x78\x2b\x72\x9a\x51\x9b\ \x84\x34\x11\xc1\x55\x57\x5c\x9e\x49\xe7\x35\xc9\xb8\x64\x99\x5c\ \x56\x49\xc9\x42\xa6\x19\x5a\xae\x2b\x17\x45\x49\x1c\x46\x00\x00\ \x4c\x50\x12\x26\x73\x93\xd3\x47\x0e\x1d\x33\x34\x4b\xf0\x98\xcb\ \x50\x37\xad\x76\x2b\x48\x5b\x29\xc3\xd4\xe2\x28\x31\x74\xab\xdd\ \xf4\x0a\x85\x7c\x18\x7a\x0a\x61\x0c\x91\xec\x94\x6c\xe4\x0a\x12\ \x14\xb6\xbd\x3d\x5b\x76\x1e\x3c\x7a\xd4\x34\xf4\xd0\x77\xd2\xb6\ \xa9\x00\x22\x1a\x65\x09\x58\xad\xd7\x82\x24\xe1\x49\x0c\x21\x52\ \x5c\x01\x80\xb8\x00\x94\xa6\x92\x38\x46\x44\x83\x54\x87\x10\x5a\ \xba\x61\x2a\x10\xc7\xb1\xae\x19\xba\x9e\x62\x02\x60\xa2\x73\xa1\ \xbc\x76\xab\x5c\x2e\x6f\xbd\x7c\xab\x10\x17\xff\xd4\x10\xb7\x86\ \x03\xfa\xfc\x77\x1e\xce\x22\x77\xb0\xa0\x17\x73\xb4\xa7\x54\xde\ \x34\x32\xda\x68\x07\x41\x14\x2e\x1e\x3d\x51\x9c\x5f\x1b\xbf\x77\ \xcf\xcc\xb9\x93\x48\x94\xee\xbb\x6a\xdb\xd4\xc9\x63\x21\xda\x00\ \xb4\x35\x14\x34\x37\x75\x8f\xc1\xb8\x71\xe8\xc0\xa9\xc0\x75\x1b\ \x8d\x95\x54\x66\x02\xc6\x66\x14\x0b\x21\x95\x46\x51\x12\x33\x82\ \xb5\xb5\x5a\x53\xb7\xd2\x7d\x7d\x05\x3f\x0a\x78\x1c\x97\x0a\xb9\ \xfb\xef\x7d\xc3\xd1\x83\x2f\x53\x05\x11\x07\x3c\x8a\x30\xc6\xa1\ \xef\xb3\x28\x7c\xe0\x81\xfb\x28\x05\xeb\xc7\xfb\x94\x94\x2b\x2b\ \xe7\xcb\x5d\x5d\x49\xac\xca\x76\xea\x70\xb5\x66\x68\x14\xa2\x1f\ \x43\x81\x6c\x42\xc9\xdb\x6f\xfd\x0b\xf4\xda\xef\x2d\x03\xf8\x5b\ \x7f\x34\x55\xfd\xa9\xdc\x5b\xa6\x51\x99\x07\xf0\x52\xe7\xb3\xe1\ \xe1\xe1\x8b\xfe\xdf\x24\x4e\x7e\xe1\x6d\x3f\x67\x5a\x59\x81\x34\ \xc9\x05\x04\x42\x83\x89\xa9\xa9\x23\x87\x5f\x9e\xc9\x58\xe5\x9e\ \x1e\xaf\x5e\xad\xcc\x9c\x85\x80\x45\x91\xa3\x19\x14\x9b\x56\xd7\ \xe0\xf8\xe6\x5d\x37\x95\x47\x7a\x21\x62\x14\xd1\xb0\xd1\x9c\x3d\ \x73\x76\xa1\x72\x01\x92\xf6\xca\xca\x5c\xbb\x9d\x36\x72\xa9\x5a\ \xcd\x59\x5a\x9e\x4a\x6a\x61\x3e\x3f\xb8\xd4\x6e\x63\x22\x29\xa0\ \x00\x48\x00\x91\x52\x12\x63\x8c\x10\x46\x98\x98\x96\x5d\x39\x3f\ \xd5\xd5\xd3\x9f\x70\xfe\xad\x47\x1e\xe9\xe9\x2a\x6d\xdd\x7a\x99\ \x69\x5a\x50\x81\x6c\x36\xcb\x79\x90\xce\x18\xf7\xde\xfd\xfa\x42\ \xce\x82\x40\xba\xae\x57\x2e\x97\x97\x97\x2a\x92\x25\x49\x14\xd9\ \x86\x61\x5b\xba\x6d\xa5\x02\x3f\x44\x54\x63\x71\xbc\xb0\xb8\x70\ \xdb\x1d\xb7\x9f\x9b\x9a\x9c\x5d\xaa\xa4\xec\x74\x1c\xb3\x94\x95\ \x89\x54\x94\x31\x4d\x02\x49\xad\xd1\xf0\x54\x94\x31\xf4\x4a\xa5\ \x32\xd4\x3f\x62\xf7\x0c\x6f\xba\xf1\x8e\x33\xe7\x2f\xf4\x67\xf3\ \x2a\x1b\x7c\xe2\xd3\x0f\x87\x82\xa4\x74\x8b\xfb\x89\x62\x31\x92\ \x0c\x42\x03\x49\x84\x15\xe2\x40\x84\x51\x18\xb1\xd8\x48\x59\xd4\ \xd0\x56\x2b\x6b\xa7\xce\x4c\x5e\xb8\x30\x1b\x33\x60\xd9\xe9\x8b\ \x0e\xbe\x5e\xfc\xfe\xf7\xaa\x73\x67\x2c\x93\xda\x29\xdd\xd4\x24\ \x81\x62\xa0\x5c\xb8\xfe\xaa\x9d\xd2\xf7\xdb\xd5\x55\xbf\x3e\x77\ \xf8\xfc\x99\xee\x2b\x46\x07\xd6\xe5\x8e\x3d\xf1\x15\x7f\x05\x5b\ \x29\x95\xa0\xe6\xb1\xf3\x67\xd7\x8d\x6c\x4c\x87\xc2\xd0\x80\x14\ \x3c\x8e\x1b\x7b\x9f\x3a\xa0\x51\x00\x15\x81\x50\x93\x40\x31\xc9\ \x10\x44\x58\x11\x29\xb8\x60\x5c\x61\xc0\xa5\xf2\xa2\x08\xeb\x5a\ \xae\x54\xc8\x15\x8b\xe3\x62\x2c\x8a\x13\x84\x10\xa6\x54\x49\x29\ \x84\xc0\x18\x53\xac\x45\x41\xe2\xba\x4e\xab\xd5\xc2\x18\x97\xcb\ \x5d\x85\x42\xde\xf7\x03\x93\x6a\x7e\xe0\x41\x88\xec\x74\xd6\x75\ \x9c\x9e\x52\x17\x8f\xe3\x24\xe6\x10\xc2\x24\x8e\x33\x99\xf4\xc4\ \xc4\xc4\xb1\x63\xc7\x00\x26\x4a\x02\x04\x11\x80\x10\x21\x04\x21\ \x28\xe4\xf2\x4a\x82\xbe\xee\xde\x33\x93\xe7\x7b\xfa\xfb\xc2\xc0\ \x83\x40\x5a\xb9\x7c\xff\xe0\x00\x90\x6a\xa5\xba\x66\x68\xa6\xec\ \x18\x7b\x00\x52\x4a\x61\x4c\x4d\x8b\x6a\x9a\x26\x84\xe0\x4a\x12\ \xaa\x34\x4d\xd3\x34\xcd\xb2\x2c\x08\x61\x1c\xc5\x9c\x0b\x00\x40\ \x3e\x9f\x0f\x82\xa0\xb7\xb7\xf7\x52\xd6\x31\x59\x29\xbb\xda\xa8\ \x7e\xf3\xb1\x47\xbb\x2d\xd1\x9b\x06\x97\x6f\x5c\xb7\xb6\xb6\xd4\ \xd5\xd3\x2d\x31\xed\x1e\x18\xda\xb4\x7b\x6b\xb6\x54\x9a\x9c\x3a\ \xd9\x37\xb1\x31\xa9\xd2\x5d\x3b\x7a\xae\xbb\xe1\xc2\x77\x8f\x36\ \x98\xc6\x20\x30\x6a\x6e\x72\xf6\xc2\xc2\xe5\xdb\x2f\x3b\x7d\xfe\ \x50\x3a\x9b\xab\x3b\x8e\x42\x48\xbe\xba\xae\x1e\x22\x88\xe3\x98\ \xa5\x52\x29\xa5\x54\xab\xd5\xca\x64\xd2\xcb\x8e\x23\x78\xc2\xa4\ \x1c\x1b\x19\x59\xab\x54\x44\x9c\x70\x0d\xb1\x24\x49\x58\x92\xcd\ \x66\x37\x6e\x9c\x30\x2d\xad\xdd\x6e\x04\xa1\x9f\xb2\xac\x28\xf2\ \x8f\x1c\x3e\x39\x33\x79\xbe\x5c\x2a\xd6\xeb\xf5\x54\xca\x7e\xed\ \xc1\x1d\x63\xdc\xd7\xdf\xfd\x33\xcd\xe4\x7f\x4b\x2b\xfc\xa4\x35\ \x77\x65\x1b\x96\x52\x0a\x01\xce\x01\x03\x32\xc6\x26\x1c\x1a\x28\ \xc5\xed\x9e\xc0\xf7\x9b\x0d\x7f\x72\x6a\x79\x7e\xbe\x3a\x32\xd4\ \x2b\x64\x1c\x3b\xe1\x3b\xff\xdd\xaf\x28\x89\x00\xd5\x8f\x3c\xf5\ \x8d\x1d\xb7\xdc\x1b\x24\xf8\xe8\x2b\xfb\x91\x42\x29\x8d\x2d\x56\ \x1b\x40\x16\x11\xd6\x2e\x9c\x59\xbc\xe7\xae\xeb\xcf\x9d\x3c\x77\ \xdb\xd5\x9b\xcf\x9f\x9f\x27\xc4\x40\x18\x43\x08\x29\xa5\x94\xd2\ \x8e\x22\xa9\x94\x12\x42\x08\xce\x05\x63\x81\xef\x15\xf3\x45\xc6\ \x22\x4d\xa3\x2c\x0e\x2d\xcb\x8c\x43\x07\x42\xa8\x69\xfa\xc4\xc4\ \x06\xc3\x32\x2b\x2b\x6b\xa9\x54\xc6\x4e\x65\xf7\xed\x7b\x25\x8a\ \x22\xce\x79\x18\x86\x9e\xe6\x29\x20\xec\x54\x56\xd3\x34\xcb\xa4\ \x92\x99\xf5\x7a\x7d\x62\x62\x62\x7e\x69\xd1\xf3\x3c\xc3\xb2\xa9\ \x61\x60\x8c\x25\x07\x9e\xeb\x73\x98\x34\x6a\x6b\xc0\xc0\x46\x26\ \x15\xc5\xbc\x15\x09\x47\xd2\xef\xbe\x74\xe4\xc4\xdc\x5c\x75\x68\ \xe0\xca\x54\xf6\xe0\xdc\x42\xba\xb7\xa7\x1d\xf8\x28\x56\x32\x4a\ \x28\x52\x86\x44\x9a\xc4\x0a\x02\x82\xa0\x92\x82\x73\xa9\x6b\xa4\ \xab\x5c\x3e\x73\xfa\xfc\xfe\xc3\x87\xda\xb1\x88\x94\x6a\xb6\xbd\ \x8b\x0e\x35\xdb\xab\x73\xc0\xad\xb4\xea\xd1\x82\xdb\xb0\x34\xd8\ \x58\x5b\xee\xce\xa5\x52\x04\xda\x1a\x6e\xd7\x56\x37\x6d\xda\x0a\ \x06\x37\x92\x82\xf1\xe4\x13\xdf\x31\x89\x6d\x50\x3d\x45\x55\x5f\ \xbf\x35\xd3\x16\x14\x17\x43\x31\xd3\x3d\x58\x3a\x37\x39\x07\xd1\ \xf5\x97\x5d\x76\xf5\xb3\x4f\x7d\x53\xd3\x8c\x90\xbd\x6a\x5b\xc0\ \x10\x02\x24\x20\x54\x42\x48\x00\xa1\x52\x32\x49\xf8\xf4\xf4\xcc\ \xe8\xc8\x88\xeb\xba\x22\x11\x99\x4c\xd6\xb2\x0c\x04\xff\x69\xef\ \x0a\xce\x79\x14\x45\xa6\x69\x2a\xa5\x3c\xcf\x6b\x34\x9a\x9c\xa9\ \xf3\xe7\xcf\xc5\x49\xc2\x18\x43\x88\x2a\xa5\x94\x52\x9b\x37\x6f\ \x3e\x71\xf4\xa8\x14\x9c\x4b\x6e\x67\xd2\x5e\x10\x9c\x3a\x75\x4a\ \x2a\x45\x31\x16\x1d\x1f\x1c\x44\x9d\x90\xd4\xf1\xbd\x3d\xbb\x77\ \x6e\xdb\xb1\xc3\xfd\xa6\xef\x45\x61\xa1\x54\x54\x4a\x69\x9a\x96\ \xcb\xe5\x80\x02\x86\x65\xb6\xeb\x6d\x00\x01\x84\xb0\x33\x1e\x20\ \x84\xa6\x69\x62\x8c\xc3\x30\x84\x3f\x30\x20\x75\xde\x8f\xe3\xd8\ \xf3\x3c\x84\x90\x69\x9a\xad\x56\xab\x5c\x2e\xff\x70\xc7\xf6\x8b\ \xec\x79\x8e\x0b\x7d\x03\x37\xdc\x76\x67\x8e\x78\xeb\x7b\x52\xb1\ \xb3\xfa\xbd\x17\x9e\xbb\xa1\xa7\x6f\xfb\x8e\x5d\x34\x95\x9e\x5e\ \x71\x40\x21\xa3\xcc\x2e\x3d\x97\x8b\x1b\xc2\x6d\x39\x32\xd1\xfa\ \xfa\xe0\x54\x3d\xf4\x90\xbe\x98\x78\x0f\x7f\xed\x7b\x7e\xa4\x1f\ \x3e\x72\xae\x56\x6b\x09\x9c\x07\x2a\x52\x0a\x43\xa4\x20\x44\x18\ \x61\xa2\x69\x80\xab\x38\x8e\x73\xb9\x1c\x42\xa8\xd5\x6e\x36\x9b\ \xcd\xe1\xe1\xe1\x75\xeb\x86\x20\x50\x29\xdb\x04\x04\x4b\x21\x58\ \xc0\x28\xa5\xe9\x74\xda\x0f\xdc\x74\x3a\x4d\x29\xf1\x3c\x4f\xd7\ \xe3\x24\x49\xc2\x30\xf2\x7d\x5f\x29\x95\xcd\x66\x7e\xa6\xb9\xff\ \xac\x5d\x7c\xd3\x75\xfd\x9b\x5f\xfa\xda\xbd\x0f\xdc\x5f\x6f\xd5\ \xbb\xfa\xbb\xa2\xea\xa2\x91\xd5\x4b\xc3\xe5\xd2\xa6\xfb\x00\x43\ \xc0\xc8\xde\x84\x08\x90\x8c\x35\x56\xc3\xf6\x6a\xfd\xd8\xcb\xc7\ \x9e\x78\x8a\x60\x24\xb0\x9e\xeb\x1b\x69\x4f\x1f\xb6\x47\x36\x5c\ \x7b\xed\xce\x63\x47\x8e\xcc\x4d\xcd\x22\xa5\x17\xca\xa5\xa9\x85\ \x60\xc3\x86\x51\xb7\xd6\xfa\xe4\xff\xf3\x3e\x93\xd8\xbf\xfb\x9f\ \x3f\x8b\xb1\xa5\x00\x60\x8c\x75\x00\x02\x21\x04\x21\xc4\x18\x13\ \x42\x14\x00\xc5\x42\xa1\xe5\xba\x3a\xc1\xab\xcb\x4b\x57\xed\xde\ \x59\x2a\xe5\x1d\xa7\x99\x4e\xdb\x49\x1c\x48\x05\xb3\xd9\x6c\xcb\ \x69\xe7\x72\xb9\x28\x62\xf9\x7c\x01\x42\xd8\x6e\xb7\x85\x10\x49\ \x92\x78\x9e\xc7\x45\xc2\xb9\x32\x0d\x53\x29\xa0\x6b\x5a\xab\xd5\ \xda\xbb\x77\xef\x81\x43\x07\x47\x47\x47\x15\xc4\x5e\x18\x3a\x5e\ \x14\x43\x8e\x82\x24\x57\xee\x31\x35\xd2\x0a\x5b\xae\xa3\xa5\xb4\ \xec\x62\xad\xa5\x15\xfa\x8e\xcc\xd5\xe8\xe0\xe6\xe7\x57\x16\xdb\ \xde\x5c\x44\x2d\xaa\xeb\xb1\x17\xe9\x1c\x10\xce\x01\x01\x3a\xa0\ \x58\x22\x8e\x04\xc6\xc8\x30\x0d\xac\x91\x88\x25\x87\x8f\x9d\x38\ \x72\xfc\x94\xe3\x07\xd8\xca\x11\xa9\xa8\x66\x5c\x34\x73\x77\x5d\ \x67\xe6\xdc\xd9\xae\x42\x3e\x61\x28\x70\xea\xbd\x3d\x3d\x9b\xc6\ \x86\xbe\xf0\xdf\xbf\x74\xeb\x0d\x97\xed\xb9\xea\x6a\xdd\xb0\x2f\ \x44\xa8\x27\x55\xde\x3c\xb8\x2e\xa5\xa4\x85\xc1\xb9\xd3\x53\x5d\ \x24\xb3\xe4\xeb\xee\x5a\xe2\x87\x4e\xaa\x98\x73\xcf\xce\x7c\xf4\ \xa3\x7f\xb7\x67\x67\xdf\xfc\x42\xab\xd5\xb2\x95\x69\x08\xa5\x00\ \x46\x08\x21\x04\x00\xd5\x88\x52\x02\x00\x21\x85\xa2\x18\x4f\x5e\ \x98\xba\xe3\xf6\x3b\x52\xa9\x54\xae\x27\xc7\x19\x5f\x5d\xad\x14\ \x0a\x39\x42\x88\x61\x18\x1d\x3e\xd7\x6a\xb5\x34\x4d\xb3\x6d\x1b\ \x42\x28\xa5\x6c\x34\x9a\xcd\x46\x33\x0c\x03\x42\x88\x94\xc0\xf7\ \x7d\xc3\x30\x06\x06\x06\x16\x67\x67\x15\x50\x71\x12\x49\xa5\x52\ \xa9\xd4\xe8\xe8\x68\xa5\x52\x59\xad\xd5\x75\xcd\x78\x55\x25\x84\ \x50\x2a\x05\xa4\xec\xe9\xeb\xed\x1f\xe8\x07\x14\x7d\xe6\x73\x9f\ \x4b\xa2\x18\x20\xe8\x78\x2e\x44\x10\x41\x14\xc6\x89\x61\x18\x42\ \x8a\x1f\x6a\x92\x49\x92\xe8\xba\x2e\xa5\xe4\x9c\x63\x8c\x85\x10\ \x8c\x31\xce\xb9\x10\x02\x21\x14\x45\x11\x00\x20\x8e\xe3\x0e\xb5\ \xd7\x75\xfd\x12\x98\xbb\xda\x71\xed\x8d\x83\xa5\x34\xce\x14\xee\ \xbc\xf3\x9e\x85\x33\xaf\x7c\x6f\xef\x13\x0f\xbc\xf5\x6d\x04\x83\ \x85\xa5\xe5\xde\xa1\xe1\xcd\xd7\xdc\x7a\x76\xa5\x52\x2c\xe4\x00\ \xf2\xb2\x80\xaf\x54\xdc\xcd\xd6\x26\x89\xfc\xf9\xd9\xc8\xc8\xa6\ \x3d\xbf\x59\xa9\x0a\x04\xbb\xe7\xe6\x9b\x5d\xe5\x81\x6a\x33\x8c\ \x65\x88\xb0\x8e\x31\x46\x08\x40\x48\x11\xa2\x49\xe2\x51\x4a\x39\ \xe7\x9c\x25\xf7\xde\x7b\x6f\xda\xb6\x1a\x8d\x5a\x14\x87\x9b\x36\ \x6f\x58\x5d\xad\x14\xba\xbb\x28\x21\xe9\x74\x1a\x42\xa5\x69\x24\ \x61\xb1\x6d\xa7\x09\xa1\x9a\x46\x0d\xc3\x60\x89\x30\x4d\x53\xd7\ \x75\x84\x50\xbb\xdd\xfe\x19\xb8\xff\xac\x5d\x42\x94\x46\xf0\x81\ \x97\x0e\xac\x1f\x1f\xb7\xd3\x9a\x0e\x3c\x11\xac\x3e\xf6\xc5\x2f\ \x37\x97\x17\x8b\x99\xa2\x80\x96\x5d\x18\xc4\x96\x5d\xee\x2b\xaf\ \x2d\x4c\x6d\xe8\x4e\xaf\x1b\x1d\x5b\x4e\x82\x6a\xb5\x92\x29\x67\ \x2c\xaa\xd2\x69\xd2\x5e\xb9\x70\x72\x7a\x39\xad\x59\xa6\x66\x98\ \x78\x04\xe9\x85\x9a\xbf\xf8\x4b\xef\x7d\x8f\xa1\xe4\xf8\xc6\x5b\ \x3e\xf6\xc7\x9f\x43\x34\xc3\x22\x2e\x15\x90\x52\x76\x6a\xe2\x48\ \x29\x85\x10\x42\x08\x4a\x69\xe0\xfb\xa5\x62\xb1\x56\xab\x35\x6a\ \xc9\xe1\x43\x07\x76\xed\xdc\xb6\x69\xd3\x98\xeb\x49\x4a\x48\x18\ \x08\xd3\x32\xe2\x38\x42\x08\x39\x6d\x17\x13\x9d\x10\x3a\x39\x39\ \x89\x10\xa2\x94\x2a\xa5\xe2\x38\xe6\x22\x51\xca\x0b\xfc\x10\x21\ \x69\x69\x3a\x50\xe2\xd4\xa9\x53\x04\xe3\xa9\xa9\x29\xa1\x50\x26\ \x9f\x97\x00\x41\x8a\xa5\x82\x1a\xc1\x92\x27\x49\x1c\x44\x71\xa0\ \xe3\x74\xa8\xa4\x48\xdb\x34\xdb\xe3\x80\x74\xba\x3c\xe6\x38\x95\ \x72\xcf\x70\xe0\x35\x09\x64\x08\x30\xa5\x24\x80\x50\x60\x0c\x05\ \x92\x32\xc1\x12\x50\x42\x74\x9d\x06\x71\x04\x31\x6a\xb4\x9a\x8d\ \x46\xbb\x3b\x53\x54\x11\xf7\xdc\xe0\xa2\x99\xfb\x35\x37\xdd\x76\ \xd9\xa6\x71\x16\x47\x8c\xc7\x96\x4e\x7b\xbb\x0b\x8f\x7e\xf5\xa1\ \xa1\xad\x5b\xad\x81\x8d\x2f\x9e\x98\x1f\x9f\x98\xd8\x79\xfd\xeb\ \xb2\x9b\x2f\x8f\xe7\xa7\xa2\xf6\x12\x0d\x59\xc6\xeb\x1e\xf4\x5d\ \x47\x30\xb7\xb6\xea\x6b\x52\x2f\x74\xb5\x9c\xb0\x9b\xe9\xa6\x39\ \xe0\x05\x67\xa9\x61\x7a\x2c\x96\x54\x61\x80\x21\xc4\x10\x28\x8c\ \xb1\x52\x2a\x61\x71\x1c\x27\x66\x26\xb5\xba\xba\xda\xe1\xe6\x95\ \xca\x52\x10\x86\xdd\xdd\xdd\x08\xa1\xce\x74\xdb\x09\xa7\xca\xe5\ \x72\x67\x45\xa5\x69\x9a\x9c\xf3\xb4\x9d\x1b\x19\x19\x99\x9a\x9e\ \xa1\xd4\x70\xdd\xc0\xb6\xed\x30\x0c\x4f\x9c\x38\x21\xa4\x8c\xa3\ \x10\x53\x0c\x94\x0a\x82\xc0\x75\xdd\x28\x8a\x6d\xdb\x96\x42\x01\ \x04\x11\x42\x18\x13\x82\x31\x36\xed\xf3\xe7\x27\xbb\x7a\x7a\x73\ \xb9\xa2\xa6\x9b\xcd\x66\x9b\x52\xaa\xeb\x66\x2a\x95\xd6\x75\x4a\ \x34\x0d\x60\x95\x24\x49\xe7\x06\xa4\x94\xa6\x69\x52\x4a\x19\x63\ \x84\x90\x0e\xb8\x2b\xa5\x08\x21\x9d\x17\x3f\x1c\x36\x94\xd2\x20\ \x08\x6a\xb5\x1a\x42\x17\xbf\xe9\xef\xc1\xa3\xc7\x5a\xfd\x25\x43\ \xf9\xdf\xff\xee\x57\x9d\xa5\x73\xf7\xdc\x7c\x75\xad\xde\x86\x80\ \x4f\xcf\x4c\xca\xc3\x47\x8d\x7d\x53\x37\xde\x7d\x1f\xa8\x47\xc1\ \xe4\x52\xae\x74\x79\xb9\xba\xb8\x0d\x1a\xb9\x0c\xaf\xa5\xad\xc5\ \x90\xb5\x38\xf7\x7c\xed\xe8\x89\xe5\x5d\xbb\x6e\xf9\xc6\x63\x8f\ \x2b\x4a\x31\x56\x84\x08\x8c\x08\x06\x10\x22\x04\x20\x51\x0a\x86\ \x61\x98\x24\x49\x12\x47\xe3\xe3\xe3\x23\xa3\xa3\x41\xe8\xdd\x70\ \xc3\x0d\xbd\x3d\xdd\x99\x4c\x46\x2a\x29\x04\x33\x4d\xb3\xd3\xd5\ \x0a\x48\xc3\x30\x92\x24\x49\xa5\x32\x71\x1c\xcf\xce\xce\xb8\xae\ \x23\xa5\x7c\x35\xc6\xfd\x19\x42\xfd\xac\x5d\x42\x42\x55\x6c\xdc\ \xb8\xe9\xdc\xe9\xb3\x1b\x37\x0d\x2f\x4c\xce\x38\xab\x93\x95\xb9\ \xd9\xde\x62\xb6\xdd\xae\xa7\x32\x3a\xe3\xfc\xcc\xb1\xa3\xe0\x58\ \x64\x80\xd8\x70\x7a\xe7\x8e\xee\xef\x29\x65\x87\x06\x06\xeb\x51\ \xdc\x68\xb7\xf5\x38\x0c\x25\xdc\x09\x74\xe4\x22\x00\x00\x20\x00\ \x49\x44\x41\x54\xbc\x73\x83\xac\xfa\xd3\x87\x64\x3a\xdf\x7b\xe8\ \xe4\xdc\x9e\x9b\xae\x83\x69\x11\x54\xab\xcb\xcb\x93\xad\x80\x54\ \x9b\x10\x99\x08\x00\xd9\x09\xc0\x3b\x42\x10\x84\x30\x8a\x22\x84\ \x50\xc2\x58\x2a\x9b\x09\x43\x2f\x93\x4a\x4b\x99\x30\x1e\xd4\xaa\ \x15\xcb\xd0\x24\x10\x9a\x41\x13\xc6\xab\xb5\x6a\x3a\x63\x0f\x0f\ \x0f\xaf\xad\xd5\x1d\xa7\x3d\x3f\x3f\x1f\xf8\x51\x87\x5a\x52\x4a\ \x33\xa9\x0c\x25\x86\x52\x8a\xb3\x38\x0c\x03\x29\xb8\x6d\xdb\x5e\ \xe0\xa7\x6d\x9b\x1a\x96\x50\x20\x11\xca\xd4\x0c\x2d\xad\xb5\x9d\ \x96\xef\x7b\x42\x72\xa9\x04\x13\x4c\x02\x99\x4a\x65\xa5\x95\x99\ \xaf\x3a\x76\xda\x70\x5b\xa1\x25\x1c\xcf\x6d\x41\x44\xe3\x28\x94\ \x08\x08\x8a\x98\x86\xb8\x04\x26\xa4\x52\x24\x29\xdb\x92\x40\x66\ \x0b\xf9\x54\x26\x35\xbf\x30\x2b\x01\xaa\x57\x6b\x38\x9d\x4e\xa7\ \xcc\x8b\xee\x79\x26\x44\xae\x50\x00\x0a\xd6\x1b\xf5\xd3\xe7\xce\ \x7c\xf5\x1b\x8f\x96\xb2\xe9\xad\x7b\xae\x77\x9c\x96\x0f\xcd\xb3\ \x73\x2b\x53\x6b\x5f\xde\x78\x7a\x66\x6c\xdb\x66\xaf\xd5\x4e\xa3\ \xac\x9c\x33\x6e\xc8\x6f\xb5\xdc\xa3\x67\xb4\x85\xeb\xdf\xf4\xa6\ \xef\x3e\x7b\x24\x10\x2a\x8a\xb5\x66\x53\x0d\x0e\x6d\x3a\x3f\xd5\ \x90\x80\x23\x84\x30\xd1\x09\xc2\x50\x2a\x88\x24\x82\x48\xc6\x8a\ \x31\x16\xc7\x4c\x29\x78\xf8\xf0\xe1\x9b\x6f\xbe\xb9\xbb\xa7\x87\ \x73\x86\x11\x42\x10\x63\x8c\x29\xa5\x49\x92\x74\x84\x32\xc6\x18\ \x00\xa0\xa3\x9e\x55\xd7\x1a\x42\x8a\x38\x8e\x90\x42\x8c\xb1\x52\ \x3e\x5f\x2c\x16\x19\x63\x10\xc2\x54\x2a\x15\xb3\x98\x50\x92\xd5\ \xb2\xed\x76\xdb\x34\x0d\xcd\xb4\x94\x04\x8c\x33\x21\x25\x00\x48\ \x08\x41\x28\x5e\x58\x59\x82\x08\xcd\xcd\xcd\x65\xed\xb4\xa9\x1b\ \x98\x12\x5d\xd7\x75\xc3\x68\x36\x9b\x9c\xf3\x84\x09\xa5\x14\xc6\ \xb8\x23\xc2\x30\xc6\x3a\x7c\x3c\x8e\xe3\x4e\x54\x87\x10\xd2\x34\ \x8d\x10\x22\xa5\xec\xbc\xd3\x11\x6d\xca\xe5\x72\x1c\xc7\xf0\x12\ \x9c\x17\xdb\xb6\x6c\x2c\xa6\xb4\x66\xa3\xb1\x71\xfd\xf8\xbe\xe9\ \x93\x67\xcf\x5f\x88\xfd\xb2\x9d\xd2\xb7\x6f\xdf\x9d\xed\xea\x6e\ \xf3\x78\xf2\xe0\x93\x5a\x13\x5c\x31\xba\x4b\x4e\x2f\x82\xb5\x79\ \x52\x9f\xd9\xb5\x63\x41\xee\xe9\xfb\x9b\xc7\x17\xc2\xc4\x70\x5c\ \xf6\xed\x27\x5e\xda\xb1\x67\x47\xbe\xab\xb7\x52\x5d\xc5\x14\x23\ \x04\x11\x56\x40\x28\xa5\x60\x67\xd6\x49\x12\x16\x45\x11\x50\xf2\ \xd4\xa9\x13\xbb\x76\x6c\x4b\xa5\xac\xb1\xf5\x23\xd9\x4c\x8a\x31\ \x81\x28\x4a\x12\x26\x95\xc0\x04\x71\xc1\x30\xc2\x4a\x41\xcb\x4c\ \x71\xce\xf3\x79\x7b\xfb\xf6\x5d\x47\x8f\x9e\xc3\x98\x38\x8e\x63\ \x18\xc6\xcf\xc0\xfd\x67\xed\x92\x54\x77\x88\xb0\xe3\x3a\x50\xa1\ \x66\xad\x71\xe1\xc4\xe9\x33\x07\x0f\xf6\xdc\x7c\x5d\x57\x3e\x3b\ \x5f\xa9\x90\x40\x0c\xf7\x97\x30\xf7\x2e\xdf\x30\x3a\x50\xca\xfe\ \xfd\x67\xfe\xbb\x64\x03\x7a\x26\xb3\xee\xb2\x6d\x4a\xb7\xda\x8a\ \xd8\x99\x2c\x05\x7c\xad\xda\x30\x22\xe2\x57\x1d\x4d\xb7\x76\xef\ \xb9\x62\xb9\x31\x5f\x06\xb8\x5a\xf3\x0e\x9d\x58\x32\x72\x83\x9c\ \xad\x29\xa9\xd0\xab\x6a\x01\xe8\xc8\x32\x52\x4a\x84\x90\x92\x32\ \x97\xc9\x7c\xf5\xa1\xaf\x58\x96\x71\xe4\xe8\xc1\x0d\x13\x63\x00\ \x08\xc6\x22\x8c\x89\xa6\x69\x08\xa1\x72\xb9\x57\xc8\x84\x52\x6a\ \x18\xc6\x23\xdf\x7a\x2c\x9b\xcd\x86\x41\xfc\xc3\x40\xde\x4e\x9b\ \x08\x41\x21\x80\x10\x9c\x52\x8d\x5a\x66\xa1\x50\x50\x18\xb5\x9d\ \x20\x0c\x23\x88\xb1\x6e\xd9\x61\x14\x74\x15\x4a\xcc\xf7\x24\x90\ \x88\x60\x08\xa0\x94\x3c\x0a\x1c\xc2\x02\x67\x75\xc9\xa4\x76\xb8\ \x54\x4b\x37\x6a\xba\xc9\x00\xa5\x42\x68\x3e\x24\xd4\xd0\x19\x65\ \x09\x52\x10\x2b\xe8\x47\x94\xc2\xd1\xb1\xd1\xd9\xf9\xb9\xa0\xe5\ \xcc\xcd\xcd\x70\x16\x41\xa8\x03\x11\x31\x5f\x51\xd8\x7b\xd1\xfd\ \xfe\xc8\xc3\x5f\x3e\x7b\x68\x6f\xbb\xe5\x0c\xae\x1b\xdb\xb4\x69\ \x73\x65\x71\xe9\xdc\x89\x76\xec\x3b\x03\x3d\xdd\x13\x9b\x36\x0f\ \x0f\x74\x6d\x18\xed\x7e\xe6\xd9\xe3\x8f\x7e\x61\xff\xd6\x8d\xbd\ \xc2\x35\x4c\xb7\x2c\x6b\xab\x3b\xbb\xbd\x2b\x6e\x1d\x5f\x5b\x9f\ \xf9\xec\x57\x16\x7a\xfa\x07\x16\x2b\x8b\xfb\x5e\x39\x53\xc8\xf6\ \x78\x81\x87\x4c\x13\x42\x08\x21\x06\x0a\x21\x20\xa5\x94\x84\x20\ \xa5\x94\x10\x32\x49\x12\x04\xe1\xd4\xe4\xec\x15\x57\xf8\xa6\x4e\ \xa2\x28\x0a\x02\x9f\x27\x22\x97\xcb\x65\xb3\x59\x4d\xd3\x74\x5d\ \xef\x70\xe4\x0e\x4d\x16\x42\x94\xcb\xe5\x62\xb1\x48\xa9\x96\xce\ \xe5\x84\x00\x2b\x2b\x2b\xe5\x72\x59\xc7\x84\x31\x46\x0c\x5d\x4a\ \x29\x85\xe2\x4a\x76\x70\x39\x91\x52\xa7\x06\x42\x58\xd3\x0d\x8c\ \x09\xe7\x1c\x41\x95\x24\xcc\xf7\xfd\x66\xb3\xa9\x94\xd2\x75\x9d\ \x68\x94\x10\x62\x59\xd6\xe4\xe4\x64\x9c\x24\x00\xbc\xaa\xce\x51\ \x4a\x3b\x13\x46\xad\x56\x4b\x92\x24\x9b\xcd\x76\x18\x40\x67\x00\ \x48\x29\x93\x24\x61\x8c\x69\x9a\xd6\x99\x78\x3a\xca\xcc\xa5\x8c\ \xf8\x13\x07\x0f\x5c\x77\xd5\x8e\x81\xae\x02\xa1\x28\x95\x2d\x61\ \x2d\x43\x8c\x8c\x66\xa5\x96\xd7\xdc\xa5\xaa\x07\xb0\x53\xb4\xf2\ \x3b\x76\x3c\xd8\x3e\xb0\xb0\x78\xea\xe5\xf1\x21\x1a\xc9\xe9\xc1\ \x3d\xdd\x85\x68\xdb\x23\x87\xd8\x91\xa3\xcb\x36\x35\x62\x37\x39\ \x7c\xf4\x74\xbd\x55\xd3\x0d\x5d\x42\x08\x00\x04\x00\x76\x96\x60\ \x76\xd6\x7e\x42\x88\xc2\x30\xa4\x04\x35\x1a\x0d\xdd\xa0\x71\x1c\ \x72\x16\x05\xbe\xe3\x79\xae\x91\x4a\xf5\xf5\xf5\x69\x9a\xe6\x79\ \x1e\x21\x84\x50\x0a\x14\xc0\x98\x64\x32\x59\xcf\xf3\x1a\x8d\x46\ \x10\x04\x9c\xf3\x38\x8e\x75\x5d\x7f\xed\xc1\x3d\x49\x92\x73\x67\ \xa6\xf0\xff\x18\x13\xc4\xcc\xdf\xb1\x73\xfb\x25\x9e\x59\x2a\x85\ \xe0\x6b\x66\x76\x3c\x76\xec\x98\x34\xad\xff\x71\xb5\x95\x1a\xe9\ \xee\xbe\xd8\xb2\x44\xff\x7c\x67\x1b\x09\xc0\x6b\x63\xdd\x39\x74\ \xe4\x38\xd2\xd3\xff\xdc\xd1\x2e\x79\xb4\x73\xeb\xa6\xff\x95\x85\ \x51\x72\x89\xc8\x8f\xdf\x3d\x44\x08\x7d\xe5\xe8\x91\x89\x0d\xeb\ \x8f\x1e\x3b\xd9\x5a\x5b\xad\xae\xd4\x47\x06\xc7\x52\xba\x75\xc5\ \xee\x3d\x6f\x98\xd8\x22\x89\x2d\x52\x66\xb4\xba\x9c\xca\x58\xa7\ \xbf\xfb\xed\x6d\xbb\x76\x6e\xde\xbe\xa5\xd9\x72\x22\x42\x51\x3a\ \x57\x32\x32\x11\x97\x24\x72\x52\xbe\x18\x36\x53\x67\x56\xcf\x6f\ \xbb\xf1\x56\x37\x6a\x3a\xae\xd7\x63\x66\x91\xc8\x87\x89\x16\x2b\ \x48\x10\x22\x88\x74\x60\xbd\xf3\x30\x33\xc6\x3a\x26\x0d\xa5\xd4\ \xca\xd2\xc2\xc6\x89\xb1\x28\x0a\x6e\xba\xe1\xba\xbe\xbe\x1e\xd7\ \x75\x34\x8d\x2a\xa5\x18\xe3\x98\x10\xc3\x30\x18\x07\x61\x18\x76\ \x75\x75\x1d\x3d\x7a\xd4\x71\x1c\xd3\x34\xe3\x38\xee\xcc\x0d\x52\ \xaa\x30\xf4\x31\x22\xba\xae\x6b\x98\x38\xed\xe6\xc2\xc2\x42\xc4\ \x12\xa2\x59\xa6\x69\xc4\x9c\x87\x61\x90\xc9\xd9\x8c\x45\x56\xda\ \x5e\x37\x3e\x71\xe0\xe4\x81\x8c\x10\xc0\x75\xa0\x02\x36\xf3\x17\ \x66\xce\x64\x07\x46\x71\x6b\xcd\xf2\xeb\x58\x38\x18\x81\x84\x73\ \xce\x84\x00\x50\x00\xa5\x80\xa0\x90\x98\xa6\xa5\x14\xdf\xbf\x7f\ \xbf\xe3\xb5\x46\x86\x06\x5c\xa7\x7e\xed\xd5\x7b\x58\x22\x47\x27\ \xb6\xbc\x72\xec\x04\x64\xe1\x45\xf7\x7c\x6f\xde\x4c\xf2\xda\xd0\ \x8e\x2b\x37\x6c\xda\x3a\xbf\xb8\x4a\x12\xaf\x68\x93\xd8\xf7\xea\ \x55\x10\x05\xad\xd9\x49\xf0\xd4\x13\x2b\x19\xd2\x7d\xc3\xae\x6b\ \x2c\x15\xb3\xc8\x89\xc3\x73\x4a\xcd\x4e\xac\xd7\x78\xd1\x7e\xf6\ \xe5\xef\xf5\x77\xe7\xfa\x72\x3d\xdf\xfe\xda\xa4\x8e\x3c\xcf\xa9\ \x58\x29\x33\x02\x1c\x22\x08\x14\x06\x00\x2b\x25\x95\xe0\x02\xa2\ \x4e\xb2\x54\x70\x4d\x28\x59\xad\xd6\x38\xe7\xa9\x42\x86\x10\x98\ \xc9\xd8\x04\x69\x84\x90\x8e\x36\xd2\x6e\xb7\x35\x4d\xeb\x28\x24\ \x51\x14\x79\x9e\x47\xb0\x5e\xc8\x17\x0a\x85\xc2\xf4\xfc\x02\x21\ \x3a\x21\xc4\xf7\x7d\x4b\xd3\x11\x42\x7e\x10\x40\x04\x14\x50\x1d\ \x4e\x8d\x31\xe6\x8c\x2b\x11\x69\x86\xae\x63\x5d\xd3\x34\x4a\x29\ \x84\x52\x29\x15\x31\x8e\x10\x41\x88\x10\x4c\x34\xcd\x10\x5c\x49\ \x00\xbd\x28\xe6\x0a\x50\x8c\x80\x52\x9d\x19\x45\xd3\xb4\x6a\xb5\ \xaa\xeb\xba\xae\xeb\x71\x1c\x13\x42\x3a\x37\xd3\x09\xf2\x3a\x2c\ \x3e\x49\x12\xce\x79\x67\x26\xf0\x3c\xef\x52\x3c\x66\x57\xee\xde\ \xad\x04\xff\xce\x77\x9f\xb8\xf3\x75\xd7\xa6\x8b\x7d\x9b\x77\xec\ \xb2\x4d\x2d\x97\xcd\x20\x8d\xa6\x2c\xbb\xd7\x86\x59\x65\x48\x0f\ \x2e\x2e\x4f\x1a\xe5\x48\xdb\x42\x08\x8c\x66\xf6\x4d\x1f\xaf\x47\ \xb4\x60\xa0\x12\x51\x11\xe7\xb1\x6c\xb8\x8e\x9d\xc9\xc7\x49\x27\ \xfd\x8b\x94\x44\x50\xbd\xaa\x1d\x75\x8a\x52\x48\x29\x19\x13\x8e\ \xd3\x12\x42\x58\x29\x33\x65\xe6\xa5\x60\xfd\x03\x3d\x54\x37\x1c\ \xc7\x11\x82\xd9\xb6\x1d\x45\x11\xc6\x58\x0a\xc9\x39\xaf\x56\xeb\ \x0f\x3f\xfc\xf0\x23\x8f\x3c\xc6\x18\x8c\xe3\xb8\x23\x97\xbd\xf6\ \xe0\xae\xa4\x7a\xe2\xf4\xef\xb7\x92\xc9\x7f\x06\x7b\x62\x67\xf1\ \x43\xff\x04\xee\x32\x58\xab\x47\xa5\xae\x82\x8c\xdc\x6a\xbd\x0d\ \x34\xbb\xbb\x2b\x87\x00\x88\xda\xb5\x9a\x13\x9b\xf9\xae\xa2\xad\ \x75\xfe\xae\xb5\x5a\xf1\x98\x84\x58\x2b\x94\xca\xd8\x3b\xf9\xa1\ \xcf\x9d\xf9\xeb\x0f\xbf\xf9\x5f\xc4\xb2\xe6\xda\x6a\xba\xd4\xfb\ \xaf\x82\xb3\xda\xda\x5a\xdf\xff\xfd\xdb\x52\x37\xfe\xe9\x2c\xa6\ \x19\x7d\xfe\xab\x3f\xf8\x21\xae\xb9\xa2\x94\xb5\x80\xe2\xad\x5a\ \xd5\x8b\x41\xa6\x54\xce\x18\x18\x00\x20\x83\x5a\x3d\xb1\xbb\x72\ \x06\x00\x40\x45\x0d\x37\x68\xfd\xfe\xbb\xfe\xe0\xe7\xbf\xf2\x85\ \x3d\x9d\x20\x3b\x7a\xe1\x3f\xfe\xd1\x99\x8f\xfd\xf1\x2f\xbf\x26\ \x9d\xe9\x1f\x7d\xa8\xff\xf8\x47\xff\x79\x10\xd9\x18\xbc\x17\x6c\ \xfd\x56\xe7\x75\xd0\xaa\x35\xbc\x88\x18\xe9\x72\x29\x8b\x80\x72\ \x56\x97\x68\x69\xc0\xc4\xec\xe3\xef\xff\xc0\xfa\x3f\xf9\xd4\x3d\ \x99\x1f\x3b\xb8\x2b\x29\xed\xee\x22\x83\x6a\x69\xb5\x7a\xf2\xe5\ \x43\x69\x11\xbd\xe3\xed\x0f\xb2\xa0\xb6\x38\x3f\x0f\x2d\x3b\xc4\ \x84\xfb\x8c\xb7\xdc\xaf\x7f\xf5\xcb\x46\x8a\xbe\xe3\x9d\x3f\x3f\ \xb3\xb8\xb0\x5c\xad\x69\xcb\x95\x40\x92\xeb\xaf\xbb\x59\xcf\x94\ \xa8\xd0\x6d\x47\x55\x57\x67\xfa\xed\x99\x2b\xae\x19\x78\x66\xea\ \xf4\x40\xdf\x30\x4e\xcc\x0c\xe9\xa7\x44\xf3\x93\x7a\x96\x2a\x82\ \x49\xe7\x41\xed\xe0\x7b\x27\x57\xd6\x79\x00\x24\x57\xd3\x93\x53\ \x85\x62\xd6\x34\xf5\x33\xa7\x4f\x66\x32\xb6\x6e\x1a\x29\x2b\x8d\ \x10\x82\x0a\x09\x29\x28\xa1\x94\x68\x2b\x95\x4a\x2e\x97\x5b\x5b\ \x6b\xf8\x5e\xd8\x89\xe5\x4b\xa5\x52\x14\x07\x10\x22\x08\x81\xe7\ \xf9\x06\xa5\xf9\x7c\x7e\x6c\x6c\x6c\xad\x51\xab\xac\x36\xc2\x30\ \x00\x08\x23\x4c\x82\xd0\xa1\x9a\x95\xeb\xeb\xdd\x3a\xbe\xeb\xc4\ \xdc\x59\x88\x51\xec\x78\xa5\x4c\xa6\x88\x59\x26\xf4\x64\x7d\x5a\ \x35\x57\x33\xaa\xad\x25\x7e\xc0\x05\xd2\x4a\x3a\xa1\x71\x0c\xb1\ \x84\x44\x48\x0d\xa8\x30\x08\x34\x9d\xce\xce\xcc\xce\x2f\xce\x94\ \x4b\xd9\x6d\x13\x9b\xd2\x29\x7d\x7e\x6d\x31\x68\x55\x33\x1a\x82\ \x50\x5c\xf4\x2a\xe3\xfe\xbe\xf2\x80\x71\x75\xad\xe1\x4c\xcf\x2d\ \xe4\x0a\x7d\x23\x13\x5b\x72\x85\xae\x91\xf5\x63\xa5\xae\x02\xd5\ \xb0\xa1\x13\x88\x03\xad\xc2\xfb\x54\x29\x98\x5f\x69\xad\xcc\x0e\ \x8d\xb1\xb8\xaf\xb9\x1c\xf9\x67\x9e\xae\x4d\x57\xad\xd1\xc1\xed\ \x28\xdd\x95\x2f\x95\x45\x82\xdc\x20\x22\x1a\x82\x4a\x02\x88\x81\ \x82\x00\x20\x25\x94\xc2\x52\x4a\x05\x21\x90\x52\x49\xa1\x30\x46\ \x52\x4a\xce\x85\xeb\xb8\x9d\x60\x08\x52\x1c\x86\xa1\xe7\x79\x94\ \xd2\x8e\xea\xdd\x51\x42\x3a\xf2\x08\x67\xea\xa9\xa7\x9e\x5a\x5c\ \x58\xc0\x98\x26\x49\x92\x70\xae\x69\xda\x0f\xe3\x2d\x88\x10\x67\ \x3c\xe1\x0c\x21\x14\x45\x71\x22\x65\x14\x44\x9a\xa1\xa7\x52\xa9\ \x54\x2a\x63\xa7\x2c\x44\x51\x1c\x47\x87\x0e\x1f\x9e\x9a\x9a\x0a\ \xfd\xc0\x34\xcd\x42\x57\x89\x71\xde\x6e\xb7\x01\x00\x54\xd3\x80\ \x94\x10\xc0\x4e\xf6\xa5\x33\x30\x92\x24\xa1\x94\x9a\xa6\xf9\x2a\ \x44\x02\xd0\xd1\x6d\x3a\x4d\x08\x11\x86\x61\x27\x51\x59\xab\xd7\ \x2f\x65\x79\xc7\xbe\xfd\x07\x4d\x0d\x9a\xd4\x12\xc4\xfe\xfd\x8f\ \x7e\xb2\xd5\xaa\x12\x84\x52\xa9\x94\x66\x18\x84\x68\xba\xb4\x5e\ \xfa\xaf\x7f\x4e\x63\x36\xba\xc1\x5a\x0e\xce\x83\xe2\x00\xc9\x6a\ \xcf\x3e\xee\xb9\x79\x63\xcf\x15\x3b\xf6\xae\xcc\x80\x9a\x30\xa8\ \xc6\xb9\x10\x4a\x22\x44\x31\xc0\x58\xe2\x8e\x4c\xd4\xb1\x80\x75\ \xae\x82\x10\xc2\x08\x30\xc6\xda\xed\x56\x57\xb9\x90\xb0\x24\x0c\ \xbc\x94\x32\x99\x10\x42\x88\x20\x08\x1a\x8d\x06\x21\x7a\xda\xce\ \xf8\x7e\x90\xcb\x15\x56\x57\xe7\x9e\x7a\xea\xe9\x5a\xb5\x61\x5a\ \xe9\x38\x8e\x2d\xcb\xd2\x34\xed\xc7\xc2\xee\x30\xd4\x08\x32\x7e\ \x78\x60\x68\xc0\x7f\x62\xb2\xfc\x3b\x1f\xfd\xd5\x5f\xfc\xf0\x9f\ \x04\x0a\xec\x7f\xfc\xd3\x4f\xbe\x74\xe8\xd3\x7f\xf4\xe1\x7f\x38\ \xef\x83\xda\x81\xf7\xff\xfa\x5f\x9d\x3c\xbb\xef\x3f\xbf\xe7\xd7\ \x4f\x05\xaf\xe2\xd8\x47\x7e\xe1\x6d\x8f\x1f\x3e\xb7\xff\xe9\x87\ \x3e\xf4\x87\x7f\x27\x08\x31\x53\xf6\x8f\xb8\x60\xe3\xaf\x7f\xfb\ \xf7\xe3\x7f\xfd\x47\x91\x86\xa1\x74\xfd\x9f\x0e\x4d\xef\x70\xe4\ \x70\xe9\xf0\x1f\xbd\xf7\xe7\xde\xfe\x89\xbd\x00\x00\x39\xf3\xd8\ \x9f\x7d\xfa\xf1\x97\xbf\xf3\x57\xbf\xfa\x1b\x9f\x70\x05\x00\x00\ \xa0\x95\x6f\x7c\xe0\x37\x3e\x1d\x2b\x00\x00\x38\xfd\x89\x77\xff\ \xf1\x13\xf0\x23\x0f\x7d\x6a\xe7\x0f\xe5\x53\x23\x65\xe8\xf4\x7f\ \xce\xf0\xff\x15\x0d\x61\x49\x0d\x49\xcc\x1f\x1e\x0a\x75\x66\x3e\ \xe0\x1d\xfa\x9b\xff\xf0\x9b\x7f\xf6\xfc\x81\x97\xbf\xf0\xc7\x1f\ \xfa\xe0\xa7\x0e\x01\x10\x7d\xf6\xfd\xef\x9f\xc7\x00\x00\xa2\xe9\ \xa6\x9d\x7e\x0d\x2e\xfe\xbf\xbe\x3b\x08\x97\xd7\x2a\x5d\x3d\xbd\ \x4c\xc2\xe1\xe1\x89\xfe\xde\x91\xe3\xc7\x4e\x9f\x38\x72\xe2\xf1\ \xc7\x1e\xff\xd3\x8f\xfe\xd1\x67\x3e\xf3\xd7\xfb\x0e\x1e\xf0\x19\ \xae\xb4\x02\xae\x99\x8f\x3e\xfd\xbd\x8a\xe7\x8e\x6d\x1c\xdf\xbd\ \x67\xd7\xe8\xc8\xf0\xda\xe4\xf9\xd5\x63\x47\xc0\x54\xc3\x9f\x5c\ \x13\xcb\x17\xb6\x8f\xb8\xad\xfa\xcb\x20\x71\x28\xb3\x44\x1b\x42\ \xdf\x5a\x98\x99\x34\xad\x44\xa9\x8e\xe0\x0e\x3b\x23\xbe\x03\x10\ \x9c\xf3\x0e\xc4\xa7\xd3\xe9\xe7\x9f\x7b\x76\x69\x61\xa1\xd5\x6e\ \x00\x20\x01\x50\x00\x28\x21\x79\xc7\x38\x11\x45\x91\x02\x8a\x31\ \xf6\xfd\xe7\x9e\x3b\x75\xea\x54\x27\x4f\x85\x31\xb6\x2c\x6b\xdb\ \xb6\x6d\xba\xae\x6b\x94\x52\x4a\xd3\x69\xdb\x32\x4d\xdf\xf7\x97\ \x97\x97\x1b\xf5\x86\x52\xca\x34\x4d\x42\x88\x60\x89\x60\x11\x35\ \xb0\x54\xb2\x7f\x78\x98\x2b\xe4\xf8\x3e\x52\xb2\x27\x9b\xca\x82\ \xe8\xed\x77\xbf\x6e\xf7\x86\xde\xb8\x39\xab\x2b\x67\xa0\x3b\x3b\ \xd4\xdf\x7d\xd9\xa6\xcd\xf9\x74\xce\x80\xd4\x94\x30\x03\xb0\x96\ \x30\x53\x37\x12\xc6\xed\xb4\x4d\x08\x72\x5d\xd7\xb6\x34\xc5\xa2\ \xbc\xad\xd7\x57\xe6\x73\x06\xd1\xd1\xc5\x9b\x36\x62\x40\x2f\x54\ \x9a\xe9\xbe\xf1\x75\x97\x5d\x1d\x1b\xc5\xb1\x9d\xb7\xe4\xc6\x76\ \x8b\xdc\x88\xab\xf5\x3a\x46\x9f\x2a\x6f\xe1\x99\xdd\x08\xac\xbb\ \xb0\xb7\x2a\x4e\xe5\xc4\x1a\xe6\xf6\x52\x7a\x9b\x3c\xb9\x56\x39\ \xf2\x8a\xe8\x81\x9b\xf4\x98\xa6\x6c\xa3\xbb\xb7\x3f\x88\x98\xae\ \x1b\x09\x4f\x20\x96\xaf\xee\xe1\x26\x81\x54\x12\x22\x05\x80\x42\ \x08\x4a\xa9\x94\x52\x49\x12\x7b\x9e\xd7\xa8\xd7\x09\xed\x58\x35\ \x20\x00\x40\xd3\xb4\x7c\x3e\x9f\xcd\x66\x7b\x7b\x7b\x35\x4d\xc3\ \x18\x77\xec\x2b\xba\xae\xcf\xcf\xcf\x1f\x3b\x7e\x3c\x8c\xa2\x24\ \x8e\x01\x00\x84\x90\x4e\x7a\x53\x70\x4e\x29\x05\x00\x10\x4a\x8c\ \x8e\xd9\x54\x0a\x21\xb8\x69\x9a\x10\x80\x56\xab\xb5\xb0\xb0\x30\ \x35\x3d\xed\xb4\x9d\x24\x61\x87\x0f\x1f\x59\x5a\x5c\x02\x00\x0a\ \x21\x58\xc2\x86\x87\x86\x01\x40\x09\xe3\x02\x00\xce\x38\x42\x48\ \xd7\x75\xc3\x30\x2c\xcb\x22\x84\x94\x4a\xa5\x74\xfa\x55\x5c\xcb\ \xe7\xf3\x9d\xab\x08\xce\x3b\x9e\x19\xc3\x30\x0c\xc3\xe0\x9c\x37\ \x9b\x4d\xdf\xf3\x2e\x25\xfe\x97\x48\x83\x9a\xad\x70\xea\xd9\x7d\ \xc7\x68\xae\x6f\xdd\xd6\xeb\xca\xa3\xdb\xab\xb1\x31\x55\x97\x75\ \x99\x5d\xf8\xce\x11\x35\x99\x64\x1d\x13\xd4\xc3\x42\x8a\x00\xb6\ \x5a\x28\x19\xa0\x55\x2a\xe2\xfe\x82\x9e\xdb\xb3\x75\x97\x95\xd6\ \xfc\xd8\xa3\x06\xe1\x42\x61\xa4\x61\xa4\x2b\x85\x3b\xe3\x40\x28\ \x25\x15\xef\x64\x11\x94\x52\x10\x2a\xc6\x58\xb3\xd9\xa4\x94\x22\ \x04\x34\x8d\x52\x4a\x6d\xdb\x36\x0c\x3d\x97\xcb\xf5\xf5\xf5\x95\ \xba\x4a\x86\xa1\x23\x84\x30\x46\x4a\x81\x76\xbb\x9d\x4a\xa5\x3a\ \x99\x86\xce\x8b\xff\xdd\x0b\x7f\x1a\x27\x9f\x7a\x66\xec\x5d\x6f\ \x1c\x40\x4a\x80\xeb\x1e\xfc\xf0\x3b\xdf\xfc\xc6\xb7\xde\xb6\xfd\ \xe0\xbc\x2f\x16\x67\x5b\xa3\xb7\xdd\x71\xeb\xfd\x37\x19\x33\xb3\ \xcd\x1f\xe8\xb9\x34\x77\xed\xed\xb7\x3c\xf0\x8b\xef\xc9\x54\x8f\ \x2e\x29\x5c\xff\xce\x5f\xde\x7b\xf7\xdd\x6f\xff\xbd\xaf\x24\x00\ \x84\x93\x4f\xfc\xca\x83\x77\xdf\xfe\xc6\xb7\xfd\xfd\x2b\x35\x00\ \x50\xb8\x78\xf4\x2d\x77\xdd\xfe\xbb\x5f\x9e\x9b\xfa\xee\xc7\x1f\ \xb8\xf3\xd6\x37\xbe\xed\x37\x0f\xd6\x00\x08\x4e\xfc\xa7\xb7\xde\ \x73\xcf\x1d\x6f\xfa\xe6\xd9\x7f\xdd\x3e\x70\xcd\xe9\xca\x9e\x5f\ \xf9\xc8\x44\x1a\x00\x00\xd0\xe8\xfd\x1f\xf9\x9d\x5f\x7e\xe0\x97\ \x3f\x34\xea\x1c\xf7\x18\x00\x00\x80\xb1\xb7\x6f\x07\x07\xd7\x7c\ \x01\x64\xe5\x6f\x9e\x4b\xbd\xf5\x81\xd2\x07\x6f\x7f\xc7\x09\x05\ \x96\x9f\xfb\xe4\x83\x77\xde\xf6\xc0\xdb\xff\xa2\x4d\x75\x00\xe4\ \xf7\xff\xfe\x8f\xdf\x74\xcf\x3d\x6f\xff\x2f\x7f\x1b\x02\x50\x3d\ \xfc\xf5\xb7\xbf\xf1\x8e\xbb\x1e\xf8\xf7\xdf\x9e\x0e\xa1\x5a\xfc\ \xd3\x7f\x77\xff\x1d\xaf\xbf\xeb\x2f\x9e\x77\x2e\xa1\x23\xd7\xfe\ \xe0\xb7\xbe\xf1\xae\x8f\xfc\xd9\xcf\xbf\xe9\x81\xdf\xfa\xd8\x9f\ \x5a\xdf\xf8\xcd\x03\x6d\xa5\x58\xf5\x03\x77\xde\xf6\xae\xbf\x3c\ \x9e\x4a\xfb\x7f\xfe\xe6\x7b\x6f\xbd\xf3\xad\x5f\x3a\xe9\x03\x10\ \x7f\xf7\x63\xbf\x7a\xef\x9d\xb7\xbd\xff\x23\x5f\x8b\x00\x7c\xee\ \xe3\xef\xba\xf3\x8e\xdb\x7e\xed\x4f\x1e\xe5\xaf\xc5\xb7\x09\x11\ \x5a\x59\xad\x3d\xf7\xc2\x8b\xa5\x72\xa9\x7f\xdd\x20\x4d\xa7\xd2\ \xc5\x92\x9e\xc9\x8c\x6d\x18\xbf\xf5\xe6\x9b\xae\xdf\x79\xf9\xe5\ \x9b\xc7\x9d\x28\xe8\x1a\x19\x35\x8d\xbc\x0e\xed\x76\x23\xda\x77\ \xea\xcc\xf7\x8f\x1d\x59\x9e\x9a\xc6\x0a\xe6\xad\xcc\xfc\x99\xe3\ \x7e\xe3\x5c\x57\x41\x58\x43\xdb\xab\xfb\xcf\x81\xb5\x76\x12\x78\ \x75\x16\x2c\xbb\xbe\x60\x11\x61\x89\x14\x00\x42\xa2\x00\xee\x6c\ \x58\x24\x95\x52\x00\x48\xa9\x38\xe7\x52\xa9\x30\x8c\x02\x3f\x28\ \x15\x8b\x82\x8b\x62\xb1\xd8\x09\xb7\x83\xc0\x93\x52\x60\x02\x0d\ \x43\x93\x42\x59\x86\x39\xb2\x6e\xd4\x4e\x65\x2c\xcb\xe6\x9c\x23\ \x44\xca\xe5\xee\xb1\xf5\x63\x29\x2b\x9d\xcb\xe5\x35\xaa\x41\x48\ \x88\xa1\x6b\x86\x45\x34\x83\xea\x26\x44\x38\xe1\x8c\x0b\x9e\xb2\ \x53\x96\x91\x8a\xc3\x84\xea\xda\xee\x9d\x3b\x87\xfa\x87\x00\x43\ \x90\x98\x0a\x93\xea\xda\xe2\xce\xb1\x9e\xdb\xb6\x8d\x4e\x94\x4c\ \xa2\x43\xcd\xb2\x18\x13\xa1\xdf\xd2\x75\x45\x29\x24\x52\x9a\x0a\ \x6a\x52\x60\xae\x72\x76\x3a\x71\xfc\xb4\x61\x13\x88\xbb\xfb\x06\ \x22\x25\x6a\x6e\x7b\xb9\xba\x8a\x75\xcc\xc4\xc5\x6f\x4f\x38\x34\ \xb0\x65\x64\xf4\xea\x74\xef\x65\x97\x5d\x7d\xd7\x7d\xbf\xf0\xc1\ \x7b\xde\xf2\xbe\x07\xdf\xf9\x1f\xaf\xb9\xfb\x17\xfb\x2e\xbf\x5e\ \x2b\x8c\x07\x71\xa6\x68\x8e\x3f\xfb\x8f\x2f\x2f\xcd\x2e\x83\x58\ \x64\x74\x4b\xf2\x38\x04\xd2\xec\x19\x16\x30\x5f\x32\x0b\xeb\x7b\ \x86\x72\xe9\x4c\x6f\x4f\xaf\x66\x18\x6d\x3f\xb0\xb3\x19\xa1\xa0\ \x00\x12\x22\xc5\x95\x90\x10\x88\x8e\x33\x11\x11\xa0\x90\x54\x10\ \x53\x53\x4a\xe4\xb8\x1e\xd1\x74\x42\x69\x92\xb0\x8e\x2c\xc6\x18\ \x5b\x58\x58\xb8\x70\xe1\x42\x27\xa7\xda\x01\x77\x8c\x71\xa3\x51\ \xe3\x3c\xa1\x94\x4a\x29\x4c\x43\xa7\x94\x5a\x86\x09\x11\x0c\x19\ \x63\x52\x45\x51\x1c\x33\x06\x21\xc2\x98\x10\x4a\xed\x94\x4d\x29\ \x35\x0c\xd3\xb2\xac\x54\xca\xb0\x2c\xcb\x75\x5d\x96\x24\x9e\xe7\ \x29\x84\x98\x14\x4d\xc7\xa9\x54\x56\x2d\xcb\x32\x35\xca\x93\x48\ \x71\x06\x94\x40\x08\x02\x20\xc1\x0f\x1c\x3b\xed\x76\xbb\xa3\xb9\ \xc7\x71\xe2\x87\x81\x66\x99\x88\x52\xac\xe9\x80\x60\x8c\xb1\x90\ \x92\x6a\x5a\x18\x86\xb5\x5a\x2d\x4e\x92\x4b\xd9\x96\x49\x33\x69\ \x26\x95\xf2\x1c\x9f\x25\xf0\xc0\xd1\xd3\xe7\x16\x56\x54\xca\x4a\ \x17\xba\xf5\x18\x39\x27\x66\x16\xf7\x1f\x2e\x02\x98\x0a\xa5\x3b\ \xb9\x94\x8a\x85\x00\x68\xa6\xde\x64\xfd\xdd\xdb\x6e\xbd\xeb\xee\ \xbb\xdf\xf4\xf0\xa7\xfe\x76\xdf\x73\x2f\x3c\x70\xff\x7d\x9b\x27\ \xb6\x8c\x8f\x4d\x0c\x0e\xae\x03\x00\x28\xc0\x85\x60\x10\x09\xa0\ \x62\x00\x3b\x0c\x46\x09\xa1\x84\x50\x1d\x07\xb0\x69\x5a\x08\x22\ \xd3\xb4\x20\x24\x4e\xb3\xad\x13\xcd\x75\xdc\xd3\xa7\xce\xb4\x6a\ \x0d\x0c\x21\x21\x38\x89\x63\x02\xa1\x6d\x5a\x52\x71\x4a\xa9\xa1\ \xe9\xba\xfe\xff\xb3\xf7\xde\xe1\x92\x55\x55\xda\xf8\xda\xe1\xe4\ \x53\xb9\x6e\xdd\x9c\x6f\xe7\x08\x4d\x43\x13\x25\x9b\x11\x05\xc1\ \x84\x01\xe3\xe8\x27\xa2\x7e\x28\xea\x37\x8e\x61\x0c\x33\xc6\x71\ \x8c\x38\x0e\x49\x31\x67\x50\x10\x50\x44\xc1\x00\x4d\xd3\x89\x8e\ \x37\xf4\xcd\x75\x2b\x57\x9d\x3a\x71\x87\xdf\x1f\xa7\xfb\xd2\x28\ \xdf\xf7\x1b\x69\x99\x87\x3f\xe6\x3c\xf5\xd4\x73\xce\xa9\x53\xb7\ \xf6\xdd\x67\x9f\xb5\xd7\x7e\xd7\xbb\xde\xa5\x2b\x54\xf9\x6f\x16\ \x0e\x13\x77\xfc\xe8\xd7\xd7\xbd\xff\x7d\x37\x3f\xf4\xf3\x65\x23\ \x75\xdb\x9d\x87\xae\xfd\x64\x8e\xd8\xcf\xbb\xf8\xd3\x97\x3e\xff\ \x32\x53\xdd\xf4\xbf\x7f\xdc\x7b\xd4\x74\xc8\xa0\xfc\xe1\x37\xbc\ \x56\x0b\xea\xfd\x17\x5f\x3b\x00\x2c\x7d\xee\x9b\x6f\x7a\xe7\x25\ \x37\x5c\xf3\xb6\xef\xcf\x5e\x32\xfe\xc9\x9f\xbe\xe2\x86\x3b\x9e\ \x65\x1f\x78\xef\x6b\xae\x2f\x7f\xeb\x5f\xad\x81\x93\x6f\xb9\xe1\ \x2b\xb9\xc6\xde\xcb\xae\x85\xaf\xfd\xf2\xee\xc4\xe1\x5b\xdf\xf1\ \xc9\x9b\xd6\x5d\x79\x70\xba\xf7\xd5\xb7\x7f\xe7\x8a\xff\x87\xc3\ \x2a\x9f\x6c\xbf\xe7\xec\xe7\x15\xaa\x87\x6e\xbf\xef\xf1\x0f\x1f\ \xfc\xb7\x0f\xd4\xce\x7d\x77\xe7\x51\x08\xc7\x38\xeb\x59\xfd\xf7\ \x4d\x37\xae\x24\x3b\x67\x4f\xb9\xfa\x24\x95\x19\xb6\xa9\x39\x93\ \xef\xfe\xe4\x81\x8f\xff\xf4\x57\x23\xad\xbb\xdf\xf7\xe5\x22\xb4\ \xb7\xff\x6c\xbc\xeb\x47\xb7\xdf\x7e\xf7\x67\x3f\x70\xe3\xa1\x76\ \xe9\xd6\xed\x1f\xfa\xf6\x2f\x46\xdb\xf7\x5d\xf9\xfa\x8f\x9c\xf1\ \xf9\xb5\xb7\x2f\x9d\x7a\xf7\x3d\xef\xd3\xff\xcb\x6e\xdb\x93\x5c\ \xd8\x38\xb8\x07\x6f\xb9\x3e\x1f\x1f\x14\x2e\x3d\x85\xce\x4c\x56\ \x89\xd1\xfd\x99\xef\xfe\x68\x83\xc1\xbe\xf2\x4e\xe3\x2d\x37\xfc\ \xec\x85\xed\xef\xbe\xf4\xbd\xdf\x78\xf6\xdb\xfd\xff\x5c\xba\xe2\ \x67\xbf\x3c\xe7\xbe\x2f\x5c\xbd\xbb\x78\x49\xbd\x0e\x9f\xb9\xf5\ \xf6\xb5\xb9\xbf\xcf\x7d\x47\x00\x81\x17\xce\xcd\xcc\x0e\x74\xe6\ \x4a\x73\x13\x6b\x06\xba\xd5\x42\x2e\x99\x37\xfd\x7a\xd1\x50\x64\ \xd6\x34\xdd\x6a\xa5\xc5\x55\x48\xd8\x5d\xe9\xfe\xb5\x7d\x83\xae\ \x1a\x39\xfd\xa6\xa9\xd1\x55\x7a\x47\xc2\x55\x8b\x13\x93\xdc\x5f\ \x18\x3a\x8d\x8c\xff\x6e\xfa\xd0\xb7\x33\x8b\xd0\xd5\xfb\xec\x5c\ \xad\xb1\x50\x43\x64\xda\x99\xb5\xf4\x84\x53\x8d\x48\x26\xa1\xea\ \x66\xa3\x51\xe7\x9c\x69\xa6\x25\x04\xf7\x82\x50\x20\x14\x30\xce\ \x84\x54\x14\x75\xa9\x52\xf1\x23\x26\x81\xb5\x5a\x8e\x65\x19\x9a\ \xa2\x96\xcb\x65\x17\xb9\xbe\x1f\x24\x12\x09\xdb\xb0\x42\x4e\xb2\ \xe9\xac\x14\x82\x85\x51\x67\x67\x4f\xb9\x52\x41\x94\x02\xa6\x9a\ \x69\xb4\x9b\x6d\x8c\x30\x51\xd4\x30\x12\x11\xe0\x64\xae\x23\x04\ \xbc\x54\x6d\xe8\xba\x2e\x05\xa7\x18\x29\x4a\x82\x52\xac\xe9\x0a\ \x73\x9b\xd0\xf2\xb9\x2b\x9b\x84\x1f\x2e\x97\x74\x03\x4d\xed\xdf\ \x3e\x36\xdc\xbf\xa5\xb7\xd3\x6b\xdb\x07\xe6\x17\x52\xe9\x0c\x30\ \x27\xe0\xa5\xad\xa7\x6f\x70\x1c\x67\x7c\x7c\x9c\x28\x44\x03\xad\ \x52\xaa\xa9\x26\x55\x39\x46\xa0\x6d\xdf\xb9\x47\x4a\xe9\x11\xca\ \x15\xbc\x7f\x6a\x7a\x70\x70\xe8\x29\x0b\xec\x49\xd7\xb8\xf9\x6b\ \xb7\x43\x67\xe1\x15\x6f\xea\xf2\xda\x07\xf2\xd9\xae\x4c\x6f\x4f\ \x61\xf5\x48\x9b\xd7\x59\x48\xf4\x46\xd4\xd8\xb9\x3b\x9c\x9b\x35\ \x32\xf6\x9e\xd9\xbb\x4c\xb3\xba\xf5\xf4\x91\x43\xfb\xf7\x17\xab\ \xee\xe8\xa9\x1b\x2e\xbe\xf4\x39\xda\xf0\x88\xdd\xdf\xbb\x6d\xc3\ \xe9\xbf\xbe\xe7\x7e\x20\xf4\xae\xbb\x7f\x79\xd6\x8a\xfe\x1f\xfd\ \xe4\xfb\x5e\xd4\x4e\xa7\x72\xa1\xcf\x81\x01\x52\x08\x00\x96\x08\ \x82\x50\x9a\x54\x6d\x3a\x61\xb1\x58\x6b\xbb\xbe\x34\x15\xd3\x32\ \xa3\x28\x52\x14\x85\x52\xda\xd1\xd1\x41\x29\x75\x5d\x37\xc6\xd0\ \x11\x42\x51\x14\xad\xdb\xb8\x8e\x28\x44\x30\x6e\x9a\x96\xdb\x76\ \xed\x44\x12\x01\x16\x80\x05\x46\x81\x60\x52\xa1\x82\x73\x3f\x8a\ \x28\xa5\x02\x61\x24\x04\xa1\x18\x63\x8c\x10\x89\x7d\x7c\xc6\xb9\ \xd3\x6a\xb9\x6e\x5b\xd3\x0d\xcf\xf7\x4c\xd3\xc4\x14\xef\xdc\xf9\ \xc8\x9a\xd5\xab\x0c\x04\x44\xb2\x00\x84\x90\xec\x28\x2d\x56\xb0\ \xc1\xc1\xc1\x5a\xad\xae\x28\xea\x51\x56\x15\x22\xc9\x74\xb6\xd9\ \x68\x4a\x29\x17\xe6\xe7\xa4\x14\x31\xf5\x11\x83\x44\x48\x44\xa1\ \x7f\x22\x63\xbe\xe1\x15\x07\xb2\xc9\x16\x63\xc2\x0d\x0e\x1c\x9e\ \x20\x85\x5c\x37\x80\xc2\xa3\xd4\xe2\xd2\x83\x5f\xbb\x6d\x6d\x4a\ \x0f\xd9\x12\x97\x76\xe8\x95\x78\xdd\x23\xa4\x37\x1a\xc8\xaf\x7c\ \xe3\x05\x3d\xdb\x2e\xa0\xaa\x90\xde\x62\x52\x4f\x7f\xe9\x73\x5f\ \x02\xaa\xb4\x2b\x91\x44\xf2\xce\xbb\x6e\x3f\x3c\xbe\xe7\x3b\xdf\ \xfd\xa6\xd3\x6c\x58\x96\xcd\x04\x97\x12\x23\x40\x42\x08\x90\x84\ \x31\xe1\x7b\x61\xe0\x33\x90\x38\x99\x48\xd4\x6a\x75\xcb\xb0\xa3\ \x20\xea\xc8\x14\xd2\x89\x0c\x46\xd8\x75\x5c\x19\x31\xcd\x24\xaa\ \x42\x30\x92\x09\xdd\xf4\xdb\x01\x25\xd4\x32\x2c\xc1\xe5\xd3\xc4\ \x96\x91\x7f\x69\xeb\xe3\x58\xf0\x9e\xcf\xdc\x5d\xdd\x7c\xda\xd4\ \x78\xb5\xd5\x9a\x6d\x46\x6b\x92\xf5\xcf\xbd\xf9\x1f\xc6\xde\x7a\ \xe3\xb0\x4d\x9a\xdb\x6f\xbf\x6b\xed\xc7\xee\x78\xff\x86\xcf\x5c\ \xf1\xbc\x1f\x1e\x3c\xfb\xb2\x95\x14\x40\x22\x2d\xf3\xae\xcf\x7c\ \xe3\x8c\x02\x01\x80\xb0\xfe\x18\xa2\x04\x80\x0e\x66\xd4\xbd\x75\ \xaf\x48\xba\x37\x64\x01\x60\xd5\xaa\x44\xbd\xe5\x31\x90\x82\x33\ \xf0\x1b\x4d\xd4\xbf\x26\x0f\x00\x63\x5b\xf4\xe6\xb7\xf1\xd6\x8f\ \xbf\xf1\xa1\xf7\xbc\xf8\x15\xbf\x7f\xd7\x27\x3f\x75\xf6\xc0\x93\ \xa4\xa5\xc5\x4b\xce\xe3\xda\xf9\xf8\xfe\xf1\xda\xc2\x47\x7e\x7f\ \xe3\x4d\xc1\x8b\x6f\x78\xc7\x86\xc7\xe9\x50\xa7\x9e\xfb\x99\x6f\ \xef\x5a\xb1\xe1\x91\x97\x5d\xf5\x56\x80\x10\x00\x44\xbb\x5c\x4e\ \xac\x1d\x50\x81\xda\x36\x41\x4b\xbc\x3e\xf1\xd8\xbd\xdf\xbd\x62\ \xcf\x9d\x00\xf8\xcc\x0b\x3c\x5f\xc9\x8f\x9a\x18\xcc\x35\x7d\xd1\ \xd7\x6a\x43\x9f\xf8\xda\xd5\x9f\xba\xea\xb2\xd7\x5c\xfe\xc1\x2f\ \x5c\xb9\x29\xf5\xff\x3b\x4d\x0a\xf1\x04\x3f\xe3\x68\xbb\x8c\x6c\ \x36\x9a\xaf\x72\xc8\x11\x00\xe0\x53\xf3\x51\x36\x65\x80\x94\x31\ \x64\x27\x11\xa2\x0a\x40\xd7\x70\x32\xd8\xbd\x34\xc9\x67\x1e\xfe\ \xfc\x15\x2f\xfd\x77\x30\x7a\xae\x7b\x99\x40\x08\x63\x09\x80\xff\ \x6e\x2b\x36\x04\x6a\x14\xc9\x99\xb9\x2a\x77\xc4\xfe\xc3\xf3\x29\ \x3b\x45\x18\xeb\x4c\xf6\xe6\x73\xa9\x4c\xc2\x58\xbb\xee\xa4\x40\ \x4d\x9c\xc2\xa5\xc5\x15\xf0\x03\xa1\x4b\x37\x23\xb3\x44\x21\xfb\ \x8b\xd5\xdf\x3e\xdc\x5a\x58\xd2\x52\x0d\x84\x78\xd1\x2f\x3a\xcd\ \x62\xf7\x96\x6d\xb5\xb6\xdf\xac\x11\x99\xc8\x55\x8a\xcd\x66\x8b\ \x27\x53\xf9\x46\xe8\xd5\xeb\x55\x5d\xd7\x19\xc3\x8d\x7a\x23\x91\ \x7c\x02\x34\x17\x04\x21\xe7\x82\x52\x22\xa5\x54\x55\x0d\x21\xec\ \xfb\xbe\x65\x59\x71\xca\x12\x00\xd4\xca\x35\x50\x68\x6f\x4f\x6f\ \xcc\x94\xf7\x3c\x1f\x63\x7c\xf0\xe0\x41\x8c\xf1\xec\xec\x6c\xda\ \x4e\x51\xaa\x08\xce\x30\x21\x41\x14\xce\xcc\xce\x12\x42\x7a\x7a\ \x7a\x28\xa5\x41\x10\x84\x61\x28\x25\x44\x11\x33\x4d\x33\x08\x02\ \x90\xd2\x30\x8c\x54\x32\x43\x28\x4e\xa6\x8d\xce\x42\x47\xa5\x54\ \xea\xef\xeb\x1b\x1f\x1f\xb7\x92\xc9\x4a\xad\x06\x80\x4e\x3e\x65\ \xeb\xf8\xf8\xe1\xde\xde\xfe\x7d\xfb\x0f\x0a\x2e\x3a\x3a\x7b\xe6\ \x96\x16\xb1\x44\x12\x00\x30\x56\x55\xad\xe5\xb4\x14\x55\x35\x0d\ \x55\x30\x61\x98\x4f\x5d\x38\x4c\x68\xea\xe8\xe6\x93\xea\x9a\xb2\ \xd8\x68\x26\x8d\x54\x32\x9f\x0d\x58\xd8\x68\xd6\x13\x86\xc6\x41\ \x54\xc6\xc7\xe7\xbe\xf9\x8b\x75\x96\xc9\xa6\x17\x50\xe8\x37\x99\ \x37\x3e\x39\x5f\x38\x67\xf3\xc2\xf4\xef\x5e\x7e\xd5\x65\xe9\xc1\ \x9e\x76\xbb\x52\x9d\x5e\x3a\x79\x6d\xdf\xa9\x5b\xdf\x02\x1c\x5d\ \xff\xfe\x6b\x0f\xed\xdf\x79\xc6\x29\x9b\x0e\x1f\x9e\xbe\xe1\x86\ \x5b\x4d\x33\x29\x45\x9c\x35\x16\x43\x04\x80\x10\x0a\x42\x6f\x62\ \xf2\xf0\xa5\x89\xe7\xf8\x81\xa3\xa9\x94\x45\x5c\x08\x21\x84\xb0\ \x2c\x2b\xa6\x90\x07\x41\x10\xc3\x65\x9c\x73\xdb\xb2\xfb\x7a\x7b\ \xa7\xa7\x67\xfd\xc0\xf7\xfd\x28\xdf\x51\x20\x84\x08\x74\xf4\x29\ \xe3\x82\xc3\xd1\x8c\x25\x84\x00\x62\xca\x7c\x6c\x97\x63\xd9\x00\ \xd7\xf3\x1a\x8d\x06\x21\x44\x0a\x9e\x4d\xa7\xa3\x28\xf2\x5c\xb7\ \xbf\xbb\x6b\xd5\xca\x15\x77\xdd\x89\xa2\x30\x54\x0d\x53\x08\x2e\ \x84\xd0\x75\x3d\x9d\xca\xb6\xdb\xed\x28\x8a\xc2\x30\x62\x8c\x11\ \x42\x0d\x4d\x0f\xc3\x28\x99\x4a\x55\x4a\x45\x55\x55\x7c\xdf\x47\ \x18\x05\x41\x28\x58\x64\xe8\xfa\xda\xb5\xeb\x4e\x48\x91\x49\x0a\ \xa7\xed\x68\x9a\xe6\x79\xde\xee\x5d\xbb\xd7\x9f\xbe\x25\x0c\x23\ \xe4\x05\xf3\x07\x0f\x97\x26\x27\xed\xd3\xd6\xb5\x92\xda\xd4\x42\ \x8b\x26\x6c\xa2\xab\x4b\x07\x16\xc6\x2e\x7a\x5e\x03\x0d\x6a\xd4\ \x13\x2c\x74\xfc\x79\xcd\xf4\x89\x92\x8a\x5a\xd4\xca\xe4\x02\x3f\ \xb8\xf4\xb2\x17\x44\xe1\xf9\xab\x57\x8f\xbd\xeb\x5d\xd7\x45\x8c\ \x68\x9a\xc1\x58\x78\xcc\x16\x21\x21\x44\x10\x86\x9c\x73\x95\x62\ \xd7\xf5\x08\xc1\x00\x40\x08\x8d\x43\x9b\x1c\xb8\x94\xb2\xa3\xa3\ \x63\x7e\x7e\xde\x34\x4d\x4d\x53\x17\x17\x4b\x09\xbb\x43\xd7\xf5\ \xb8\x79\xf8\xe9\xf2\xdc\x8f\x2f\x82\x27\x8f\x4a\xad\xf3\xde\x2b\ \xdf\xfb\xa6\x93\x04\xe7\x12\x40\x22\xfa\xe7\x1f\xdf\x94\x7d\xc7\ \x37\xae\xda\x92\x04\x80\x76\xad\x11\xf1\x36\x80\x9a\x35\x78\xdb\ \x5d\xc6\x0c\xb0\x69\x93\xbf\x9e\x37\xb0\x96\x38\x4d\xdb\xff\xe5\ \x7b\x17\x5a\x7b\x6f\xb9\xb3\xbe\xb6\xd3\xca\x1a\xd1\x52\xa9\xd1\ \x0c\x95\x6c\x72\xe7\xb7\x7f\x3d\x1f\xee\xbd\xe5\x0b\xed\xa1\xf3\ \x88\x33\xb7\xf5\x1f\xfe\xf5\xeb\x2f\x67\xdf\xfd\xf6\x83\x4f\xea\ \x20\x09\x74\xb4\x2e\xeb\xf2\xeb\x49\x36\xef\xc1\xcf\xdc\x38\xfb\ \xb9\xf7\x3c\xe7\xf8\x73\x89\x95\x5b\x36\xec\xff\xea\xe7\xef\xad\ \x5d\x34\x70\x14\xdb\x26\x85\x75\xa7\x3b\x3f\xfa\xce\xf6\x9a\x68\ \xb7\x19\x67\xa4\x70\xfa\x8a\xb5\x9b\x3e\x7b\xcb\xf7\x6f\xbd\xf1\ \xc6\xb7\x6f\x4a\x77\x04\x8f\x7d\x73\x4f\x63\xe1\xd7\xdf\xda\xdd\ \xf9\xfc\x1e\x5e\xcb\x3e\xe7\xba\xdb\x3e\xb0\xf1\x1b\x9f\xfe\x49\ \xf4\x5f\x79\x8c\x01\x84\x7c\xfc\x75\x74\x02\x52\xd7\x5e\x7f\xa5\ \xfc\xf8\x47\x6f\x2b\x35\x9b\x0f\xde\xfc\x8f\x5f\x17\x57\x9c\x3b\ \x9c\xcb\xab\xb5\xd9\xb9\x5a\xb5\xb8\x4c\x06\x90\x00\xa8\xff\xec\ \xcd\x1d\xa9\xcd\x5f\xfa\xf6\xf7\xbf\xf9\x95\x0f\x6d\x2d\xe8\xe2\ \xef\x7b\xa7\x11\x08\x8e\x0b\x9d\xfd\xb6\x9d\xbd\xe8\x39\x2f\x59\ \x7f\xd2\x59\xe7\x5c\x74\xd9\xa5\x57\xbc\xf9\xb4\xf3\x5f\xfa\xd8\ \x11\xf7\x9b\x3f\xfe\x83\x2f\xb2\x25\xcf\x68\x2b\x1d\x78\x60\x0d\ \x1d\x59\xe7\x58\x1d\x73\x8b\xae\x22\xd2\x53\xf7\xed\x29\xfd\x61\ \x72\xa8\x9d\x30\x3c\x0f\xb2\xca\xc8\x96\xd5\xfb\x9d\xe2\x44\xbb\ \x1e\x20\xa2\x60\x2b\x4b\x33\x36\x4d\x61\xc5\x6a\x7a\xa1\x61\x19\ \x84\x62\x29\x45\x10\xfa\xa9\x74\x32\x7e\x2c\x97\x59\x77\x8c\x45\ \x61\x18\x12\x42\x63\x96\x1b\x21\x38\x66\x4a\xec\xda\xb5\xeb\xd0\ \xa1\x43\x51\x14\xe5\xf3\xf9\x18\x67\x97\x52\x32\xc6\xa2\x28\xc4\ \x18\x17\x3a\x0a\x77\xdf\x7d\xb7\x69\x1a\x31\x9d\x2e\x0e\xca\xc5\ \x65\x1c\xe2\x1d\xce\xb9\x65\x59\x5d\x5d\x5d\x96\x65\xa9\xaa\x22\ \xa5\x28\x97\xcb\x47\xa6\x8e\x24\x12\x09\x8c\xb1\x69\x1a\x18\xa1\ \x85\x85\x85\xf9\x85\xf9\x4a\xb5\x9a\x4c\xa7\x34\xc3\x4c\x67\x32\ \x98\x90\x1d\x3b\x77\xd4\xea\x0d\xcf\xf3\x5a\x4e\x4b\x62\x24\x08\ \xe8\x09\x53\xb7\xad\x90\x45\x08\xe3\x8e\x42\x67\x57\x57\x77\xa1\ \xd0\x65\x18\x16\x51\x54\xe5\x04\xf2\xe0\x1d\x90\xeb\xce\x3a\x6b\ \xc5\xc9\x27\x31\x95\xda\xb9\x6c\xcb\xf3\xbc\xc0\xab\x55\x8b\x59\ \xcb\xe2\xb5\xda\xdc\xae\x3d\x6a\xa5\xdc\xad\x29\x9a\x04\x37\xe2\ \x9e\x66\x85\x76\xee\xe1\xfd\x93\xff\xeb\x03\x1f\x3c\x38\x37\x7d\ \x68\xf6\x40\xb9\x31\x75\xe4\xf0\x1f\xea\xa5\xfd\xa2\x3e\xe5\x56\ \xa6\xa4\xb3\x50\x2f\xcd\x6c\xdd\xbc\xf1\x9f\x3f\xf4\xa1\xe7\x5c\ \xf8\x6c\x05\x29\xe2\x68\xfa\x4f\x2c\xc4\xcb\x24\x08\x00\x39\x3f\ \xbf\x80\x31\x8e\xc2\x28\x86\xbc\x85\x10\xb1\x29\xf7\x7d\x5f\x08\ \x11\x77\x66\x9c\xa7\xaa\x69\xea\xa9\xa7\x9d\xe6\xfb\x3e\x67\x6c\ \xd5\xaa\x55\x9e\xeb\x1d\xa3\x57\x51\x4d\xd7\x63\x66\x4b\xcc\x3d\ \x8f\x21\x66\x21\x62\xbc\xed\xa8\xa2\x40\x8c\x98\x13\x4a\x30\x42\ \xaa\x42\x05\x67\x9d\x1d\xd9\x0b\x2f\xba\xc0\x69\x39\x99\x74\x86\ \x52\x25\x08\xfc\x78\x18\xc4\x4c\xc7\x81\x81\x81\xbe\xbe\x5e\x5d\ \xd7\x63\x2a\x3d\xa5\xc4\x75\x5d\xaf\xdd\x8a\xa2\xc8\x30\x74\x82\ \x91\xe3\xb4\x09\x02\x4d\x55\x6d\xdb\x5e\xb9\x62\xe4\x44\x8c\x3b\ \x42\x08\x2b\x34\xe2\x4c\xd5\x94\x5d\x8f\x3c\x62\x22\x4a\xbc\x60\ \x76\xef\xbe\x07\x7e\xf1\xab\x9e\x54\xc6\x30\xd1\xbc\xbf\x20\x7a\ \xf2\xa3\xcf\xbb\x34\xb9\xe9\x42\x6b\xe4\xd4\x5a\x8b\x3b\x95\x22\ \x62\x35\xd5\x64\x89\x8e\x24\x83\x66\xc8\xaa\x44\xf3\x01\x7b\x81\ \x57\x5b\x2a\x1e\xa9\xd5\xcb\x97\x5e\xfe\x8a\xde\xfe\x91\x88\x51\ \xcf\x67\xb1\xdf\x25\x84\x00\x24\x39\x63\x61\x18\xc4\x59\xbb\xbe\ \xef\x53\x8a\x7d\x3f\x88\xe7\xd4\x98\x14\x14\x13\xf9\x55\x55\x4d\ \xa5\x52\xd7\x5f\x7f\xfd\x59\x67\x9e\xa5\xa8\x8a\xa2\x28\xb5\x6a\ \x4d\x4a\xf9\xb4\x19\xf7\xe3\x5f\xc7\x7a\x52\xc9\x0c\xac\x5b\xbb\ \x76\xf5\xaa\xf5\xeb\xd7\xaf\x1f\xce\x20\xa7\x3d\xff\xeb\x7f\x7d\ \xdb\x2b\x5e\xf6\xd2\x97\xff\xf3\x9f\xba\x2f\xbc\xfa\x9a\xec\xaf\ \xae\x7c\xe9\x6b\xe7\x2f\xfe\xdc\x55\x9b\x63\xf8\x43\x19\x5c\xb3\ \xca\x3a\xe6\xb4\x22\x62\x0e\x75\x65\x01\x50\xba\x7f\xb8\xcb\x50\ \x5e\xfd\xf9\x8f\x27\x7f\xf9\xfe\x37\x7f\x71\xea\xfd\x5f\xff\x88\ \x09\xf4\xf2\xb7\x5d\xfa\x99\x77\x5c\xfd\x1f\x0f\xd3\xaf\x7f\xf9\ \x35\x77\xbc\xff\xaa\x2f\x4d\x9d\xf3\xa9\xf7\x9f\xcf\xa6\xee\x7d\ \xc7\x95\x2f\xbd\xf6\xce\xee\x7f\x78\xd3\x79\xe8\xc9\xe7\xe0\xbf\ \x6c\xea\xb2\x93\x8c\xa9\x3e\xdc\x93\x01\x00\x31\x3d\x51\x65\xe3\ \x6f\x7e\xe5\x2b\xaf\xbc\xfa\xdd\x87\x2b\xc7\x40\x52\x94\xbd\xf6\ \x75\x1b\xd6\x6e\x7a\x7e\x46\xc3\x00\xca\xd0\x9a\x31\x0a\xe6\x47\ \xbe\xff\xb9\xe9\x9b\xde\x79\xd5\x35\xb7\xad\xde\x76\x12\x28\x03\ \xd7\xbd\x61\xdb\x47\xde\xf8\xaa\x37\xfc\x9f\x1b\x6a\x40\xdf\xf5\ \xa1\x77\x4d\x7c\xf9\x6d\xef\xbf\x83\x7c\xe3\xc6\x57\xeb\xc5\x1d\ \x1f\x7e\xfd\xcb\x5e\xf5\xc5\x85\xeb\x3f\x7e\x95\xf2\x5f\x58\x01\ \xc5\x33\xe3\xf1\xaf\x78\xdb\xf0\x96\x5b\xaf\x1e\x9d\x7a\xd7\x5b\ \xdf\xf6\xbd\xb9\xb5\x3f\xb9\xe5\x2d\x1a\xc0\xa5\x1f\x7a\xd7\x1d\ \x1f\x7e\xfd\xbf\xfe\xec\x40\x61\x64\x24\x43\x00\x90\x3d\xb2\xb2\ \x8f\xf4\x5f\xf9\x85\xb7\x16\xae\x7f\xdd\xcb\xae\xf9\xf8\xb7\x9a\ \x00\xd9\xbe\x51\x43\xf9\xbb\xd1\x49\x05\xe7\xfd\x03\x43\xb6\x9d\ \xc0\x8a\x76\x78\x6a\x8e\x63\x73\xcf\xa1\xb9\xd9\x6a\x58\x6c\x93\ \x45\x47\xdd\x3b\xed\xec\x3e\x5c\x39\x38\x53\x6b\x4b\xab\xce\x21\ \xa0\x2a\x52\x52\x9d\x7a\xd7\xa1\xbb\xfe\xe4\x1e\x2e\xe5\xc1\xae\ \x1f\x5e\x68\x95\xeb\xfe\xc2\xfc\xae\xb9\x29\x7d\x6c\xe0\xe4\xe7\ \x5e\xb8\x62\xd3\xa6\xf3\xcf\x3a\xef\xcc\x4d\x5b\x07\xba\x7b\x37\ \x9c\xbc\xf1\xa4\x6d\x5b\x46\xc7\x46\x1b\x8d\x3a\x20\xa9\x69\x5a\ \xab\xd5\x44\xc7\x95\x2e\x92\x52\xc6\x83\x7e\x99\xd7\x1c\x45\x51\ \x18\x86\xe9\x74\x7a\x70\x70\xb0\xbf\xbf\x1f\x63\x5c\x2e\x97\x01\ \xa0\x50\xe8\x48\x26\x93\x71\xd6\xa2\xeb\xba\x71\xc4\x2f\x9d\xce\ \x04\x61\xc8\x18\x63\x8c\x85\x41\x10\x04\x21\x00\xb8\xae\xdb\x6e\ \xb7\xe3\xf7\x28\x8a\xb2\xd9\x6c\x67\x67\xa7\xe3\xb4\x6d\xdb\x3e\ \x65\xeb\x29\xae\xeb\x26\x12\x49\x29\xa5\xaa\x69\x84\x90\x4a\xa5\ \x72\x78\x62\xfc\xc8\xf4\xf4\xc9\x5b\xb6\x24\xd3\x69\x45\x53\x4d\ \xcb\xf2\x83\x70\xf7\xde\xbd\xba\x69\x02\x40\xa9\x56\xa1\x86\x4e\ \x75\x4d\x62\xac\xeb\x7a\xa1\x50\x18\x1c\x1c\x1a\x18\x18\xea\xef\ \x1f\xe8\xee\xe9\x51\x15\xf5\xa9\x87\x5c\x5a\x4e\x03\xa4\x92\x4a\ \x59\xe9\x8c\xae\x9b\x81\x1f\x78\xae\x13\x3a\x2d\xc5\xf7\x76\xfd\ \xe6\xbe\xd9\x5d\x8f\xe6\x3a\x2d\x66\xf0\xd9\xa8\x66\xae\x18\xe8\ \xdd\x7a\x5a\x53\x4d\xaf\xdb\x7a\xe1\x1d\xb7\xff\xb6\xa7\xa3\x7b\ \xdd\xea\x55\x23\x43\x3d\x5b\xb6\x9d\xa4\x48\xaf\x5e\x9a\xd1\x93\ \x3a\x12\xee\x8a\x81\x1e\xbf\xdd\xc0\xa6\xfe\x86\x37\x5e\x5d\xa9\ \x56\x85\x14\x52\x1e\x1d\x80\x42\x32\xce\x02\x8c\x51\xb3\xd9\x98\ \x9b\x9b\x03\x90\x8c\x89\x78\xb2\x8c\x67\x4d\x45\x51\x5a\xad\x96\ \xef\xfb\xbe\xef\xb7\xdb\xed\x76\xbb\xdd\x6c\xb5\xb6\x6d\xdb\x76\ \xd1\x45\x17\x9a\xa6\x39\x3b\x3b\x6b\xdb\xb6\x10\x82\x73\x11\x4b\ \xc1\xc4\xf9\x93\xb1\xc3\x1e\x93\x5b\x62\xc2\x62\x6c\xeb\x11\x42\ \x20\xc1\xb4\x2c\x90\x40\x08\x0e\x02\x4f\x57\xf1\x85\x17\x5e\xa0\ \x2a\xb4\x52\x2e\x07\x7e\x20\x24\xa8\xaa\xc6\x39\x37\x4d\xb3\xaf\ \xaf\x6f\x68\x68\x68\x71\x71\xb1\x5a\xad\x35\x9b\xcd\x30\x0c\x85\ \x10\x18\x13\x43\x6d\x84\x13\x87\x00\x00\x20\x00\x49\x44\x41\x54\ \xd7\xdb\xed\x76\x4c\xcd\xa4\x94\xae\x59\xbd\x5a\x0a\x81\x11\xea\ \xed\xed\xed\xee\xee\x3e\x11\xe3\x2e\x85\x94\x20\x38\x12\x8a\xa6\ \x16\x17\xe6\x9c\x72\xc5\x20\x1a\xab\xd4\x79\xa3\x99\x56\xe8\xcc\ \xdc\xde\x55\xdb\x46\xcf\xbd\xe6\xb5\x89\x53\x4e\xad\xe5\x86\x5c\ \x6b\xb0\xde\x84\x91\x0d\x1b\x84\x8c\x5a\xa5\x85\xe9\xc9\x71\x84\ \x65\x10\x38\x52\x84\x32\x72\x92\x29\xab\xab\x90\xeb\xe9\xeb\x99\ \x9a\x3a\x38\x35\x35\xad\xe9\x56\xcc\xdf\x97\x20\x85\x60\xb1\x4d\ \x2f\x16\x17\x15\x05\x0b\xc1\xe3\x81\x4f\x08\xc4\x06\x3d\x0c\xc3\ \x76\xbb\x0d\x00\xc5\x62\xd1\x30\x8c\x6a\xb5\xba\x6e\xdd\xba\xf7\ \xbe\xf7\xbd\x9d\x85\x82\xef\xfb\xaa\xaa\xba\xae\xfb\xf4\xc0\x32\ \xf2\xff\x0a\x77\x00\x00\x80\xfd\xca\x6b\xfe\x17\x00\x9c\xff\xda\ \xcf\x9d\xff\xda\xc7\xcf\x5e\xfc\xb6\x4f\x5e\xfc\xb6\xe3\x2f\x4b\ \xbf\xf5\x73\x9f\x5c\x3e\x50\x12\x43\xef\x78\xe9\x10\x00\x6c\x7b\ \xc3\xff\xde\x06\x00\x30\x78\xcd\xa7\x6f\xbc\xe6\xd8\xa7\x7d\xa7\ \xbd\xe6\x3f\x6f\x7b\x4d\x1c\xee\xfc\xcc\x4d\xe7\x1d\x3d\xbb\xfe\ \xd5\x37\x7d\xef\xd5\xff\x0f\xbb\x29\x90\x3c\xbe\x7c\xd3\xf1\xfb\ \x4a\xaa\xff\xdd\x2f\xef\x07\x00\xbc\xea\x55\xdf\xbc\xf9\x55\x7f\ \xfd\xf5\xec\xb3\x3f\xf0\xc1\x63\xed\xbc\xf6\xb3\xff\x08\x00\x60\ \xad\xff\xe0\xbf\xdf\xb4\x7c\x41\xdf\x29\x97\xdd\xf0\xcd\xcb\x8e\ \x1e\x64\xd6\x7e\xf0\xcb\xdf\x3c\xf6\xc1\xf9\x5f\xb9\xed\xfc\xbf\ \xc1\x80\x3e\x11\xe5\x3a\xbe\x2b\xcf\xbe\xea\xfd\x67\x5f\xf5\xf8\ \xa1\x35\x76\xc9\x57\x6e\xbb\x24\x26\xe3\x02\x00\xc0\xba\x0f\x7c\ \x62\x1d\x00\x0c\x9d\xff\x96\x6f\x9c\xff\x96\xf8\x9a\x73\x5e\xff\ \x81\xbf\x27\xcf\x5d\x51\x1e\x78\xf0\x7e\xdb\x32\x55\x45\x59\xb3\ \x6a\xf5\xa6\xf5\x1b\x8a\x75\x27\xd1\x0a\x42\xcf\x3b\xe9\x59\xcf\ \x4e\xf7\xaf\x24\xe9\x4e\xdb\xd0\x35\xc5\xaa\x14\x83\x64\xa7\x9e\ \x66\xca\xe1\x87\xf6\xdd\xf7\xd5\x5b\x2e\x5d\xb9\xa5\x5c\x9f\xd5\ \x39\x6a\xf9\xa8\xd3\x28\x9c\x7d\xc9\x65\xa3\x72\xeb\xc0\xe6\x93\ \x22\x5f\x60\x24\x00\x89\xcb\x2e\x7f\xe1\x25\x97\xbf\x28\xe4\x58\ \x44\xe1\xdd\xbf\xfa\xd5\xdd\x77\xdf\xfb\xdb\xdf\xfe\x76\x39\x6b\ \x3c\x1e\x51\x52\x4a\x8c\x70\x14\x45\x00\x32\xb6\x0e\xcb\x24\x99\ \x98\x54\x13\x13\xf5\x7c\x8f\x7d\xf5\xab\x5f\x3b\x72\xe4\x88\xe7\ \x45\xae\x17\xa6\xd2\xe9\x58\x54\xaf\x5e\xaf\x6b\xaa\x2a\xa4\x8c\ \x83\x81\xbe\xef\x69\xba\x26\xa5\xf4\x7d\x3f\x8a\x22\xdf\xf7\x6d\ \xdb\x66\x8c\x29\x0a\x0e\xc2\xe0\xc6\x1b\x6f\x2c\x14\x0a\xd3\x47\ \xe6\x2a\xe5\x72\xdf\x40\x4f\x2a\x69\xe9\xba\xde\xd9\xd5\x3d\x37\ \x33\x5f\xaf\xd7\x1f\xfc\xe3\x83\xa6\x69\x2b\xaa\x0e\x80\x07\x87\ \x87\x96\x96\x96\x98\x10\xcd\xa6\x83\x14\x8e\x09\xf1\xc3\x80\xaa\ \x04\x49\x20\x98\x28\xaa\x16\x45\x42\xd7\x2c\x21\x71\xa5\x5a\x7f\ \xca\x3d\x6f\xa4\x52\xcd\xa5\x6a\x2a\xad\x66\xd3\x39\xaf\xd1\x36\ \x31\xf6\x83\x30\xab\x65\x4d\xc6\xa6\x1e\xda\xde\x2f\xc4\x4c\x58\ \x36\xd3\xea\xf0\x73\x4f\x1f\xda\xb0\xb5\x18\x34\xb9\x91\xfc\xc3\ \x8e\xc3\x67\x9d\x79\x51\x21\xdb\xb7\xf0\x87\x3f\x35\xa5\x9b\xcc\ \x67\x23\x86\x33\xa9\xb4\x5f\x2e\x99\x5d\x3d\xc9\x7c\x7a\x63\x2a\ \x09\x10\xfe\xd3\x3f\xff\x1f\x2d\xa9\x08\xc1\x8f\x3d\xc7\x02\x01\ \x8a\x78\xc0\x79\xe8\x79\x62\x62\x62\xfc\xe4\x93\x37\x02\x40\xdb\ \x71\x22\xc6\x4c\xd3\x74\x1c\x27\x76\xd8\xe3\xfe\x8f\xe5\x5c\xa8\ \xaa\x08\x21\xdf\xfe\xf6\x6b\x52\x99\xef\xfc\xfa\xde\xfb\xa3\x28\ \x52\x31\xe1\x52\x20\x10\x98\x60\xce\x79\x4c\x62\x89\xe7\x86\xe5\ \x2d\xfe\x6e\xcc\x14\xc9\x64\xb3\xf5\x6a\xd5\xd2\x14\xb7\xdd\x1a\ \x18\xec\x37\x15\x75\x71\x6e\x6e\x7e\x7e\x9e\x71\x66\x5a\x56\x24\ \x58\x23\x0e\x8d\x48\x79\xe0\xc0\x81\x30\x0c\x29\x55\xa4\x94\x84\ \x60\xce\xb9\xd7\x76\xb2\xb9\x8c\xd3\x6a\x28\x94\xd4\x6b\x6e\x36\ \x9b\xbd\xf8\xc2\x0b\xfe\x98\xb0\x0e\xec\x7b\xcc\x6d\xb7\x62\x3d\ \x9c\xa7\x6e\xdb\x18\x0f\x5c\x4f\x33\xb4\x90\xf9\x2c\x0a\xf7\xee\ \x78\x64\xdb\x86\x8d\x7e\xb5\x56\xb0\xec\xd2\xc2\xac\xd4\x1b\x9b\ \x4f\x39\x5b\x14\xf0\x7c\x43\x8c\x9d\xf1\xec\x96\x73\xb0\xbd\x78\ \x70\xdf\x7d\x0f\x64\x0a\x83\x6d\x84\x7c\x45\xf8\x7e\xb9\xab\xd0\ \x2b\x02\x04\x86\x02\x04\x03\x02\x90\xec\xe7\x3f\xf9\x21\x26\xc8\ \xf5\xdb\xba\xa6\x23\xc9\x11\x8a\xcb\x94\x4a\x21\xd8\xcc\xcc\x34\ \x42\x98\x10\x8c\x11\xe6\x9c\xd5\xab\xcd\x44\x22\x15\xeb\xe8\xc5\ \x8b\xce\x42\xa1\x50\xab\xd5\x72\xb9\x5c\xab\xd5\x8a\xa2\xa8\xde\ \x68\x64\xb3\xd9\x5a\xb3\xc1\x39\x7f\x7a\x02\xaa\x4f\xac\x66\xfa\ \x8c\xad\x6c\x1a\x7b\xee\xc7\x25\x49\x3d\xf3\x5a\x08\x20\xff\x02\ \x73\x97\xcf\xa8\x0e\x94\xe9\xb4\x96\x4e\xdb\x8d\x86\x73\x68\xf2\ \xe0\xe0\x50\x9f\x1b\x05\x5d\x7d\xbd\x21\x17\x88\x90\xde\x55\xab\ \x6a\xae\x37\xd8\xd3\x15\xd6\x1a\x5d\xa9\x34\x54\xb9\xee\xb3\xd6\ \x03\x8f\x26\xeb\x6d\x02\x41\x45\xf5\x29\xa5\x6a\x66\xa0\x1e\x68\ \x3d\xfd\xeb\x0a\x64\x4d\xd3\xf7\x14\x40\xc4\x6b\x63\x12\x80\xc5\ \x91\xaa\x53\x6a\x08\x89\x9e\xff\x82\xe7\xbe\xe4\xf2\xcb\x2e\x79\ \xc1\x0b\xa7\xa6\xa6\x62\x29\x02\x4a\x68\x18\x44\xba\x66\xf8\xbe\ \x1f\x86\xa1\xe3\xb4\x4d\x53\x13\x02\x69\x9a\x8e\xf1\x51\x75\x81\ \x58\x4c\x0a\x4b\x6c\x1a\xc9\xdf\xfd\xee\xfe\x66\xb3\x49\x88\xa6\ \xeb\xba\x1f\x04\x71\xd0\x4f\xd7\x15\x90\x10\xd7\xe5\x15\x42\x98\ \xa6\xe9\xfb\x7e\x10\x04\x11\x63\xb1\x5d\x2b\x97\xcb\x96\x95\x4c\ \xa7\x13\xdd\x3d\x1d\xb5\x5a\xa5\x58\xac\x4a\x29\x19\x67\x95\x4a\ \xf5\xb4\x6d\x9b\x6c\xdb\xce\x65\x92\xfb\xf7\xee\xdb\xbf\xef\x60\ \x71\xb1\x94\xcb\xe5\x55\x55\x23\x84\xb4\xdb\xee\xf4\xf4\x0c\x00\ \x64\xb3\xf9\xb6\xeb\xab\x0a\x22\x12\x89\x90\x21\x21\xca\x8b\xa5\ \x44\x3a\xa5\x29\x06\x13\x62\xff\xc1\x09\x4a\xf0\x53\x26\x5c\x33\ \xce\x73\xe9\x4c\x2e\xd7\x49\x23\xc9\xbc\xe8\xe0\xf8\xe1\xf9\xf2\ \xdc\xa5\x97\xbd\xc0\x04\x34\x68\xa7\x49\x65\xa6\x6d\x7a\x87\x5a\ \x73\xaf\xbd\xfa\xb2\xc7\xe6\x5a\xbd\x9b\x4e\xa6\x76\xab\x2f\x58\ \xbb\xfb\x91\x7d\x49\xdc\x22\xa8\x9d\xec\x2a\x1c\x38\x5c\xee\xec\ \xe8\xcd\xe6\x52\x81\x10\x26\x51\x10\xe2\x3c\x8a\x9a\xad\xe2\xa1\ \x23\x8f\x81\xa2\x29\x88\x06\x41\x60\x9a\x96\xef\x07\x21\x0b\x25\ \xb0\x7c\x3e\x5d\x5e\x5a\xa4\x8a\x02\x00\x61\x10\xa6\x33\x19\x21\ \xc4\xe2\xe2\x62\xb5\x5a\x75\x1c\x27\x9f\xcf\xf7\xf6\xf6\x36\x9b\ \xcd\x66\xb3\x89\x31\x0e\xa2\x70\x64\x64\x74\x7e\x7e\xbe\x5a\xad\ \x52\x4a\x0d\x43\x6f\xbb\x3e\x93\xc2\xb2\x8c\x30\x08\x62\x2f\x2a\ \xa6\x4e\x22\x74\x94\xae\x4e\x08\xd1\x34\x2d\xf6\x3a\x43\xc6\x01\ \x81\xa1\xeb\x67\x9e\xb1\x2d\x97\xb6\x47\x87\x86\x26\xa7\x8f\x0c\ \x0e\xf6\x1e\x99\x39\x22\x85\xf4\xbd\x90\x41\x64\xdb\x76\xa3\xd1\ \x70\x5d\x57\x0a\x44\x08\x09\x82\x50\x55\xb5\x44\x22\x89\x10\x06\ \x90\x61\xe0\x53\x82\x17\x4b\x55\xdb\x34\xca\xc5\xc5\x1d\x8f\xee\ \x58\xb7\x66\x55\x65\xa9\x58\xad\x2c\x4d\x8c\x1f\x3c\x11\x9e\x3b\ \x95\x28\x2e\x26\xc5\xa5\xd4\x75\xed\xcf\x0f\x3e\xf8\x86\x57\xbc\ \x32\xad\x69\x07\xdc\x56\x5a\xa5\x15\xa7\x78\x68\x62\x7b\x2a\x35\ \xfc\x9b\xdd\xc5\x45\xa3\x65\x29\x6e\x34\xdf\x28\x8d\xcf\x77\xb3\ \x44\xf7\xca\x55\xbd\xbd\x3d\x14\xa9\x94\x1a\x20\x09\x20\x45\x04\ \x81\x8c\x1c\x46\xd0\x8a\xb1\x21\x2e\x7c\x53\x4f\xba\x6e\x33\x9b\ \x4e\x55\x6b\x95\x4c\x26\xc5\x58\x48\x09\x2a\x16\x8b\x8e\xd3\xc2\ \x48\x64\x32\x29\xdf\x0b\xfa\xfa\xfa\x4a\xa5\xca\xe2\xe2\xe2\xd2\ \xd2\x92\xae\xeb\x63\x63\x63\x51\x14\x55\xab\xd5\xd9\xd9\xd9\x20\ \xf0\x31\xd2\x74\x4d\x8f\x57\x42\xbe\xef\xff\x77\xb0\x65\x9e\xb9\ \xc6\xfd\x89\x2b\x0c\x90\x12\x3d\xf3\xac\xbb\x80\xbf\x28\x0e\xfb\ \x4c\xea\x4d\x84\xda\xad\xaa\xef\x36\x00\x91\xce\xe1\x15\x3f\xfe\ \xf9\x4f\x47\x86\xc6\x7a\x07\x87\x7a\xfb\xfb\x9d\xc8\xa3\x44\x1d\ \x1e\x1e\x60\x7e\x0b\x3b\xa1\xe7\x87\xd9\x84\x3d\xf1\xab\x7b\x26\ \xee\xb9\x6f\x28\x65\x2a\x36\x2a\x5a\xfe\x49\xa7\x6f\x1b\x5c\xb3\ \xa6\x95\x9a\x71\x23\x6d\x6a\x7e\x31\x5f\xc8\xf4\xf4\x76\x81\x1f\ \x02\x73\x65\x14\x32\x45\x60\xac\x38\x4e\x2b\x8a\x58\x2a\x95\xfe\ \xd7\x4f\xfd\xcb\x4b\x5e\x7c\x19\xa5\xea\xd1\xf1\x25\xa5\x04\x69\ \x9a\x76\xa9\x54\xc2\x18\x61\x8c\x3d\xcf\xcb\x64\x92\x8c\x31\x8c\ \x31\xe7\x47\xf5\xc5\x80\x03\x67\x3e\xc6\x24\xf6\x2b\x11\x96\xb1\ \x80\x30\x21\x04\x21\x2c\xa5\x3c\x3e\xd2\x12\xa3\xbd\x08\xe3\x78\ \x54\x28\x0a\x0d\x82\xa0\x52\x89\xc2\xc8\xf5\xbc\xb6\xe0\x84\x52\ \xd5\x69\xb9\x6d\xb7\xf5\xc0\x03\x0f\x24\x52\x7a\x21\x9b\x42\x02\ \xf1\x28\xe2\x4c\x7a\x9a\x8b\x2c\xa4\x27\x12\xe5\x52\x19\x38\xd8\ \xb6\x8d\x84\x34\xa9\x26\x85\xf4\x5d\x87\x52\x0c\xb6\x5d\x5a\x5c\ \x32\x0d\xd3\xb6\xd3\x93\x87\x26\x26\x26\xa7\xd6\xac\x5d\xf3\x94\ \x3b\x3e\x9d\x4a\x0f\x8e\xac\x5a\x58\x5c\x2a\x4e\xcd\x6a\xa1\xfc\ \xcd\x3d\x77\xbb\xc2\x7b\xee\x0b\x2f\x20\x9a\xe2\x35\x6a\x1d\x12\ \x9c\x7a\x3b\xa8\xb3\xdd\xbb\x1f\x9d\xf2\xc9\x43\x73\x47\xd6\x6f\ \x1d\x12\xbc\xbd\xfd\xe0\x91\x9e\x9c\x1c\x1e\x4d\x8d\x8d\xad\xc8\ \xb0\x74\x2a\x99\xd1\xb2\x59\x90\x1c\x7c\xd7\x0d\x1a\x47\x66\xa6\ \xed\x7c\x61\xed\xfa\xb1\x1d\x3b\x0e\x28\x4a\x82\x73\x21\x84\xd0\ \x0d\x35\x0a\xa4\xa6\x29\x54\xa1\x2f\xb9\xec\x25\x23\x23\x43\x9e\ \x17\x48\x2e\x1c\xc7\x89\x73\x3e\xfb\xfa\xfa\x62\x40\x2c\x86\xe0\ \x19\x63\x96\x65\x71\x29\xa4\x84\x44\x22\x31\x3b\x37\x27\x84\xc0\ \x84\x2c\x0b\x78\x01\x42\x52\x08\x78\x62\xa1\x98\x28\x8a\x96\xb5\ \x83\x22\xc6\x0c\xdd\x0a\x78\x08\x20\x3b\x3b\x72\xc3\x83\x7d\x18\ \x64\x3a\x69\x57\xcb\x15\xb7\xd5\x16\x52\xb8\x9e\x4f\x54\x8c\x09\ \x89\x35\x87\xe3\x3b\x4b\x08\x15\x42\x78\x9e\x87\x10\xd6\x4d\x03\ \x00\x54\x4d\xb3\x4d\x43\xd7\x34\x4a\x08\x0b\x03\xa7\xe5\x14\x0a\ \xf9\x30\xf4\x0f\x1f\x1e\x5f\x16\x2b\x7e\x4a\xc6\x5d\x82\x94\x80\ \x91\x40\x1c\x2b\x64\xcf\x63\xbb\x65\xdb\x89\x98\x8f\x55\x54\x2e\ \xd5\xba\x86\x3a\x66\x97\x4a\xf5\xb9\x43\x84\x10\x5d\x61\x6b\x56\ \xae\x66\x49\xcb\x3e\xeb\x62\xe0\x04\xec\x24\x08\x24\xa4\x02\x91\ \x00\x45\x85\x20\x42\x44\x62\x85\xd4\x6b\x4b\xb9\x6c\x82\x62\xe1\ \xba\x8e\x6d\x25\x7d\x3f\xb0\x2c\xb3\xdd\x76\x6c\xdb\xc0\x58\x39\ \xe3\x8c\x33\x30\x41\x61\x10\x84\x61\x18\xb1\xc0\x71\x90\xaa\xaa\ \x03\x03\x03\x3d\x3d\x3d\x18\x63\xd3\x34\xcb\xe5\x32\x42\xc8\x34\ \xcd\x42\xa1\xb0\x77\xcf\x01\x4a\x29\x46\xa8\xe1\xb4\x28\xa5\x4f\ \x17\x2c\xf3\x97\xd6\xfd\xd8\x51\x69\xfc\xa1\xc7\x66\x5d\x41\x93\ \xdb\x4e\xdb\x6c\x50\x04\x00\x4b\xe3\x3b\xf7\xcf\xd6\xed\xae\xb1\ \x93\x56\xf5\x22\x60\x33\x7b\xb6\x1f\xaa\x88\xb1\x93\x4e\x1b\x48\ \x3e\x1e\x0f\x58\x38\xf4\xe8\xc1\xf9\xa6\x62\xe6\xd6\x9f\xbc\x2e\ \x9c\x7e\x6c\xdf\x74\x49\x60\xb5\x6f\xc5\x86\xd1\x2e\xfb\x84\x20\ \xe3\x27\x1a\xca\x27\xe0\x70\xac\xb1\x7b\x3a\xd8\x30\x52\x58\x3e\ \x31\xf7\xd8\x9f\x0f\x2d\xb1\x91\x4d\x5b\x07\x32\x8a\x5b\x9e\xd8\ \xbe\x77\x3a\xd9\xb7\x76\xd3\xe8\xe3\x17\x88\xd6\xfc\xf6\xdd\x87\ \x3d\x46\x7b\x56\xac\x1b\xeb\xc4\x8f\xfe\x71\x47\x23\x02\x33\xdb\ \x7f\xd2\x86\x61\xfa\xd4\x6d\x3b\x48\xf9\x7f\xf5\xdc\xdd\xe2\xf8\ \x61\xd1\xb7\xb1\x5b\x93\x32\xda\xf7\xe7\x07\x4b\x3e\x28\x9d\xa3\ \x67\xac\xee\x5b\xbe\xa0\x32\xbe\x13\x3a\xd7\xe5\x6c\x0a\x00\x32\ \xa8\xee\xda\xb1\x07\xf7\x6e\xdd\xd0\x7f\x2c\xe1\x8a\xb5\xf7\x3c\ \xfa\x68\xb9\x2d\x52\x5d\x63\x9b\x57\x65\xf7\x6f\xdf\x41\x75\xf3\ \x6f\x9d\x1d\x0b\x1d\x85\x64\x2a\x9d\x4c\xa6\xc6\x56\xac\x5e\x31\ \xb6\xaa\xe9\xfa\x03\x43\xfd\x8e\xe3\x69\x86\xd9\x37\xd0\x17\x04\ \x6d\x95\x05\x95\xa9\xd9\x9e\x0d\x1b\x70\x36\xd1\x2c\xcd\x77\x9a\ \x66\xc2\xa0\x87\x17\x26\x9f\xfd\xb6\x57\x99\xeb\xd6\x2f\xed\x5b\ \x08\x94\x54\x50\x2a\x0e\x74\xae\x4b\x74\x74\x78\x8d\x45\x05\x45\ \x48\xa8\x82\x22\x2c\x30\x02\x92\x4a\x27\x55\xd5\x90\x42\x3c\xf4\ \xd0\x9f\x8f\x2d\xdf\x8f\x75\x82\x44\xf5\x7a\x3d\x9d\xb6\x3c\xcf\ \xc7\x84\x68\x58\x6b\x34\x9a\x94\x12\x55\x55\x01\x8e\x86\xe9\x2c\ \xdd\xf2\x3d\xb6\x7e\xfd\xfa\x5d\xbb\xf7\x20\xa4\x44\x4c\x22\x80\ \xc7\xe3\x78\x5c\x82\x90\x5c\x0a\x21\x84\x40\x80\x10\x52\x28\x45\ \x18\xc7\xa6\x47\x08\x61\x9a\x1a\xa5\x48\x42\xc4\x18\x13\x42\x8a\ \x90\x2b\x0a\xa5\x8a\x36\x3b\x37\x0b\x52\x9a\x86\x95\xcf\xe5\x15\ \xaa\x20\xc9\x59\xc4\x5c\xa7\xed\xbb\x7e\xbb\xdd\xc6\x08\x81\x84\ \xc0\xf3\x79\xc0\x81\xb3\x54\x32\xe9\x07\xae\x4e\x95\xa5\xf9\x85\ \x54\x32\x53\xae\xb5\x77\xed\x79\xac\xda\x68\x8a\x13\x98\xa7\x55\ \x4d\x3b\x78\xf0\x60\xa9\x54\xb6\xb1\xa1\x2a\x64\xed\xfa\x75\x99\ \xfe\x82\xd4\x68\xb5\xb2\x94\xce\x67\xfd\xd9\x72\xde\xb2\x30\xc8\ \xfd\x7b\x76\xe3\xbe\x51\x87\x41\xd3\x71\x57\xac\x18\x7e\xcd\x1b\ \x4f\x52\xd5\x54\x32\x27\x10\xd6\x44\x94\x04\x26\x1b\x33\x33\x54\ \x41\x00\x3e\x52\xc5\x68\x7f\xcf\xae\x83\x93\x6b\xc7\x46\x1f\x7d\ \x78\x6f\xc8\x03\x85\x1a\x00\x10\x46\x7e\x18\x78\x8c\xe3\xd1\xb1\ \xc1\x8b\x2f\xbe\x28\x0c\xbd\x28\x10\x09\x3b\xc1\x19\x5b\x8e\xe9\ \xc5\x0c\xa5\x58\xd7\xd7\x34\xcd\x28\x0c\x33\xb9\x6c\xab\xd9\x9c\ \x9b\x5b\xf0\x3d\x2f\x99\x4c\xba\x9e\x27\x84\x90\x18\x71\xce\x31\ \x39\xca\x8d\x59\xc6\xd6\xe2\xc3\x38\xa6\x2a\xa5\x14\x9c\x87\x51\ \x28\xa4\x04\x04\x51\x18\xaa\x84\x38\xcd\xaa\x4e\x31\x67\x78\x6c\ \xc5\xc8\xa3\x7b\x1f\x4b\xa5\xd3\xae\xef\xc4\x37\x91\x73\x8e\x8e\ \x25\xa3\x62\x1c\x2f\x05\xb0\xe0\xdc\x73\xdd\x30\x8a\x40\x4a\x55\ \x55\x0d\x43\xaf\x56\xab\xba\x46\xbb\xbb\xba\x12\x09\x3b\xf0\xfd\ \x13\xc1\xdc\x89\x94\x00\x02\x53\xca\x18\xa3\x58\x02\x92\xf3\xd5\ \xa5\x62\xb5\xe4\x44\xae\x8a\xd9\xf8\x6c\x23\x95\x31\xa3\xf0\x51\ \xcf\xce\xf1\xfa\xf0\xa1\x9d\xf5\xac\xa6\x60\x37\xa0\x89\xb4\x0c\ \xbc\x80\x03\xe2\x10\xf9\x91\x65\x98\x6e\xb3\x6e\xda\x14\x14\x8e\ \x18\x2b\x64\x93\xcc\xf7\x40\xd5\x79\x14\xe9\xba\xea\xba\x51\x9c\ \x61\xf7\xae\x77\x5f\x7b\xda\xd6\x2d\x8a\xaa\x2c\x34\x6b\x61\x18\ \x00\x40\x14\x85\x52\xa2\x38\x13\x38\x8a\x22\xcf\xf3\xe2\x3e\x6f\ \xb7\xdb\xe9\x74\xfa\xd1\x9d\x3b\x15\x55\xe1\x8c\xb3\x28\x22\x94\ \x3e\x5d\x01\x55\xf1\xc4\xd7\xf2\x28\xfe\xc3\xcf\x6e\xd6\x3b\x06\ \x46\x87\x7a\x94\x63\xbf\xdc\x6c\xd5\xb3\x1d\xe9\x3b\xfe\xfd\xa3\ \x0f\xb5\x78\xe5\x77\xdf\xba\xee\xc7\xc5\xe1\xe4\xdc\xb5\x57\x7f\ \xb4\x7c\xec\x2b\x8b\xbf\xfa\xe0\xbb\xff\xed\x97\x8a\x6d\x16\x1f\ \xdb\x55\x91\x70\xd7\x57\x3e\xff\x00\xea\xcb\x93\xb9\x4f\xbe\xed\ \xcd\xfb\x2a\xfc\x84\xdb\x79\x3c\xa9\xe7\x68\x33\xdb\x93\xf7\x5f\ \xf3\xd2\x4b\xdf\x73\xdb\x43\xcb\x57\xfa\x7f\xfc\xd4\xf5\xff\x79\ \x68\x28\xb7\xf8\x89\xf7\x7e\xd4\x83\xf2\xa7\xde\xf3\xcf\x7a\xef\ \xc0\x03\x37\x7f\x7c\x77\xed\xa8\x10\x15\x54\x77\xbe\xfa\xf2\x7f\ \x78\xa8\x82\x35\x51\x1b\x9f\x98\x83\x60\xff\x37\x7e\xf4\xc7\x9e\ \x42\xf2\xcf\x37\xff\xd3\x3b\xbe\x3b\x77\x62\x33\xd0\x93\xf7\xe4\ \xdc\x03\xb7\xbc\xee\x8a\x2b\x3e\xfb\xfb\x2a\x00\xc8\xa8\xfa\xdd\ \xfb\x76\xaf\x1c\x1d\x19\x2c\x1c\xe3\x56\x72\xff\xae\x2f\xbd\xfb\ \x25\x6f\x7a\xff\xee\x39\x0f\x00\x40\x1e\xfc\xc0\xeb\xdf\x39\xee\ \xdb\x85\xd4\x72\x10\x57\xde\xf2\xde\xd7\xfc\x60\x57\xdd\xd6\xa3\ \xed\x7f\x9c\x44\x7c\xf6\xc3\x1f\xb8\xc5\x30\xd4\xbf\xd1\x71\x07\ \xdf\xe5\x0a\xd6\xa3\x40\xce\xcf\x2c\x74\x15\xba\xb1\x84\x5a\xb5\ \xde\xd3\xd3\x7d\xd2\xa6\xcd\x5c\xf2\x76\xb3\xd9\x2c\x15\xbf\xfa\ \xc5\x2f\xec\x3e\xb0\x17\x50\xd8\x82\x40\x28\xe8\xe0\xc4\x21\x25\ \x63\x99\x43\xdd\x33\xe3\xfb\xcc\xc1\xc1\x8e\xb1\x95\xfd\x83\x43\ \xb5\xc5\xf9\xd2\x81\x3d\xd5\xe9\x43\x0b\x33\x87\x6b\xcd\x46\x10\ \x49\x11\x19\x92\x29\x0a\xa5\x82\x47\x08\x2b\x5f\xfa\xd2\xbf\x23\ \x2c\xa5\xe4\xf2\x98\xe3\x2e\x01\x74\x4d\x6b\x34\x1a\xb3\xb3\xb3\ \x04\x13\x29\x65\x22\x61\x03\xc0\xe2\xe2\xe2\xa1\x43\x87\xa6\xa7\ \xa7\x2b\x95\x4a\xac\x59\x78\xce\x39\x67\x67\x32\x99\xb8\x88\x41\ \xcc\xc7\x38\x8a\xed\x1e\x23\x69\xc4\x2c\x6b\x1c\x2f\x01\x30\x8e\ \x75\x04\x63\xce\x86\x65\xd9\x9a\xa6\x21\x84\x96\xf5\x49\x34\x4d\ \x53\x15\xb5\xbf\xbf\xdf\x34\xcc\x4c\x3a\x65\xea\x16\xc1\x84\x33\ \xce\x19\x0f\x7c\x5f\x53\xf5\x84\x9d\x20\x18\x63\x00\xee\x07\x3a\ \x51\xd6\x8c\xae\x58\xbb\x72\xd5\xc6\xd5\xeb\x46\x06\x46\x74\x55\ \x1b\x3f\x7c\xb8\x54\x2a\x9b\x89\x04\xe7\x4f\xdd\xb8\x97\x2a\x25\ \x2f\xf4\x4d\xcb\x8c\x58\x68\xa5\x12\x5b\xce\x38\xb5\x7b\xc5\x50\ \x53\x46\x56\x6f\xd7\x42\xbd\x4a\x74\xbd\x5e\xaa\x07\x2d\xaf\xb6\ \xb8\x38\x3f\x7d\x84\xb5\xdd\x66\xb1\xb2\x30\x3e\x3b\x79\xe0\xc8\ \xe4\xc1\xe9\xdd\x3b\x1f\x7b\x6c\xe7\x23\x07\x1e\x7d\x60\x7c\xf7\ \x9f\x8a\x73\xe3\xc5\xe9\x43\x07\x77\x3f\x3a\xb9\x6f\xef\xe4\x63\ \x8f\x29\x91\xe8\xb4\xd3\x10\x30\x90\x08\x21\x14\x46\x7e\xc2\xb6\ \x4f\xdb\x76\xea\xd6\xad\x5b\xfa\xfa\x7a\x5d\xd7\xf3\xfd\x40\x51\ \x14\xd7\x6d\x2f\xb3\x65\xa4\x94\xb1\xea\x6c\xdc\xab\x51\x14\x55\ \x6b\xb5\x28\x8a\x00\xa1\xfd\xfb\xf7\xc7\x8e\xfc\x31\xe2\xb6\x8c\ \xdf\x8f\xdf\x96\xd7\x4c\xcb\x8e\x7c\xc4\x18\x42\x08\x61\x24\x84\ \x5c\x9c\x9f\xc3\x08\xd2\xa9\x64\x36\x93\xee\xee\xee\x5c\xb9\x72\ \xe5\xd9\xe7\x9c\x53\xab\xd7\x38\x97\xae\xeb\xc6\x60\x0e\xa1\x24\ \x36\xf4\xf1\xc2\x4b\x55\x95\xd8\x55\x97\x2c\x52\x55\x35\x99\xb0\ \x3b\xf2\xb9\xf5\xeb\xd7\xa7\x52\x69\x90\x02\x4b\xe9\xb7\xdb\x27\ \x02\xcb\xa8\x12\x83\x90\x08\x23\x8e\x24\x27\xc8\x0b\xc3\xa9\x83\ \xfb\x22\xcc\x5d\x19\xa1\xa4\xce\xa0\x30\x37\x21\x73\x4a\xee\xd4\ \xb1\x81\x68\xf1\x88\x16\x38\xb6\xae\xb8\xcc\x0b\xa2\x46\xb1\x38\ \x99\x2c\x68\x9a\x1d\x28\x6a\x73\x6a\xf2\xcf\xd5\xca\xa1\x9d\x3b\ \x7e\xbb\x34\x77\x38\x74\xeb\x1a\xc5\x82\x0b\x53\xd1\x19\x13\xaa\ \xaa\xaa\xaa\xb2\x76\xdd\xea\x54\x2a\x51\x28\x74\x2e\x95\x4a\x95\ \x4a\x49\xd7\x75\x4a\x49\x1c\x5a\x58\x96\xca\x89\xc7\xa4\xae\xeb\ \x71\x4d\x92\x6a\xb5\x72\x60\xff\x7e\x82\xb1\xef\xfb\x5c\x08\x29\ \x9f\x26\x9e\xbb\xfc\x8b\xec\xa0\xc7\x0f\xda\x55\x17\xb0\xda\xdd\ \xdb\xb9\xfc\xc3\x63\xeb\x37\xdd\x73\xcf\x7d\x41\xb2\xaf\x5f\xc3\ \x95\x72\x2d\xb7\xf6\xcc\xe1\x4d\x28\x17\xfc\xbe\x2d\x20\x8f\x01\ \x60\xf2\x23\x9f\x78\xe4\x7d\x3f\xbf\x7d\x83\x0d\xb0\xe5\x14\x80\ \xe8\x7e\x46\xfa\xd6\x8e\xae\xcb\x8f\xbe\xe0\xf6\x6f\x57\x1b\x3e\ \xe4\xac\x13\xb1\x9b\x4f\x8a\x77\xb8\x75\xfc\xb2\x8f\x7d\xed\xbb\ \x77\xed\x5f\xfe\xa8\x3e\x35\xa7\x0f\x3f\x67\x68\x43\x7e\x80\xfe\ \x9e\xd7\x76\xcf\x8a\xe1\x4d\x63\x23\xc9\xb3\xd6\x7c\x7f\x5f\x7d\ \xc3\x19\x9d\x00\xf0\xfb\x9f\xfd\xb0\xef\x3d\x37\xbe\xf5\x82\x63\ \xa5\x91\xbc\x87\xac\x5c\xcf\x8a\x35\x9b\x0b\x2f\x3c\xf9\x8a\x3b\ \x67\xe1\xca\xde\xbf\x3b\xe6\x1e\xfa\xd9\xeb\xde\xfc\xea\x2f\xc6\ \x27\xa3\x3a\x67\x18\xe9\xe9\xde\x6c\x62\xd9\xa7\xb6\xcf\x7a\xfb\ \x17\xd2\x9f\x28\x73\x09\xc0\xef\xf9\xe0\x47\xaa\xe7\xbc\x2e\x43\ \x41\x35\x8f\x75\xfc\xc1\x2f\xdd\xde\xbe\xe0\x7b\x57\x3f\x1f\x00\ \x4e\x39\x0d\xc0\xdb\x27\x69\xe6\x29\x60\x3e\x92\x93\xc0\x13\xbe\ \xe7\xe7\x73\xfa\xde\x3d\xfb\x9e\xf3\x82\xe7\x9d\xb6\xf5\xb4\x56\ \xbb\x3d\x7d\xe4\x48\xb3\xe1\x18\x54\x94\xe6\x16\x3a\x3b\x3b\x53\ \x9d\x39\xc0\xa2\xce\x7d\x01\x3c\xd5\x99\x3f\x70\x64\x0a\xfd\xe1\ \x01\x92\xce\xed\x59\xf8\xd3\xc6\xad\x79\xbf\xbd\x70\x60\xe7\x52\ \x5f\xcf\xe8\xc0\x8a\x1e\x33\x63\x61\xad\x83\xe8\x29\x84\x93\x12\ \x88\x14\x5e\x10\x46\xba\x26\x86\x86\x86\x76\xed\xda\x73\x7c\x03\ \x39\x63\x51\x14\xac\x18\x1b\xd3\xf5\x58\xcf\x84\x71\x95\x28\x8a\ \x6a\xdb\x09\x29\x21\xce\x3c\x17\x42\xec\xde\xbb\x73\x6a\x6a\x3a\ \x96\x06\xc4\x98\xc4\xfe\xa6\xa2\x2a\x08\x24\x13\x0c\x1d\xd3\x78\ \x93\x18\xc5\x4f\x4b\xbc\x52\x5a\xce\xb0\x57\x55\xd5\x0f\x5a\x8c\ \x71\x82\x31\xc6\x8a\x42\xa9\x69\xea\xf9\x8e\x0e\xdb\xb2\x26\xc7\ \x0f\x4b\x8e\x6c\xcb\x74\x5a\x4d\xc0\x24\x9b\xc9\x62\x8c\x9c\x56\ \x3b\x9e\x41\x10\x91\x9a\x45\xf2\x99\xb4\xa6\x28\xbd\xdd\x9d\xa9\ \x74\xc6\xe7\x7c\xae\x5c\x9e\x98\x98\xac\x3b\x8e\x20\x34\x62\x4f\ \xdd\x35\x39\x70\x68\xff\x9e\xfd\x87\x38\x93\x24\x84\xf5\xa3\xab\ \xac\xb4\x9d\x1d\xed\x09\x89\x28\xd6\xca\x0e\xf0\x9a\x08\x91\xaa\ \x2c\x39\xcd\xfa\x5c\x63\x6c\x68\x45\xa6\xab\x90\x56\xb5\xa8\xda\ \x4c\x19\x26\x78\x2e\xe1\x5c\xb5\x45\xff\x40\x67\xd8\x8e\x16\xa6\ \xe7\x8e\xcc\xce\x58\xba\x3a\x33\x51\xca\x16\x3a\xb3\x5d\xa3\x16\ \x31\x34\x41\x99\x80\x30\x0c\xa9\x82\xb3\xb9\xec\xe8\xe8\x48\x57\ \x57\x27\x67\x61\xa3\x51\x4b\x26\x6c\xc6\x98\x69\x18\x80\x40\x55\ \xd4\x98\x21\x23\x01\x28\x21\x00\x10\x86\xa1\x6e\xe8\xa9\x54\xea\ \xd0\xa1\x43\x94\x28\x07\x0f\x1e\x54\x14\xc5\xf5\x5c\xd7\x73\x85\ \x04\x0c\x58\x08\x01\xe8\xa8\x52\xd0\xf1\xd0\x68\xec\xc8\xc7\x81\ \x56\xc6\x98\x9d\x4c\x73\xc6\x08\xc1\x8b\xc5\x85\xa9\x23\x93\xb9\ \x74\x52\xd7\x8d\xb6\xe7\x52\xdd\x3c\xe7\x9c\xb3\x01\xe3\xdf\xdc\ \x7f\x5f\xbb\xcd\x30\xc2\x84\x10\x29\x80\x10\xc2\x18\x8b\xd9\x50\ \x61\x18\x2a\x0a\x95\x80\x14\x45\x4d\x24\x2c\xdb\xb6\x08\xc6\xb6\ \xa9\x03\x32\x43\xdf\x33\x0d\xc3\xd0\x75\x71\x02\x48\x31\x92\x80\ \x24\x00\xc6\x02\x24\x60\x19\x89\xe8\xce\x7b\x7e\x35\xa6\x19\x91\ \x82\x98\xa6\x57\x16\x23\x8a\x12\x4b\x33\x55\x2d\xa9\xb4\xc0\x5d\ \x38\x32\x41\xf5\x44\xae\xa7\xd0\x37\xdc\xef\x87\xfe\xf4\x7e\x27\ \x69\xe2\xa5\x85\x62\xbd\x52\xcf\x67\xb2\x85\xbc\x61\xea\xb2\xd9\ \x2c\xe7\xba\x73\xe9\x64\x92\x73\x2a\x91\x68\x36\x1b\x1b\x37\x6e\ \x38\xf7\xbc\x73\x86\x06\xfa\x75\x5d\xa3\x94\x46\x51\x44\x09\x8e\ \x35\xd1\x08\xc1\x18\x13\xcf\xf3\x62\xf8\xd1\xb2\x2d\xc7\x69\x23\ \x00\x5d\xd7\x67\x67\x67\xa3\x28\xc2\x44\x69\xbb\x2e\x48\x60\x8c\ \x3d\x7d\x01\x55\xf9\xa4\x48\xc2\xba\xd3\x9e\x75\xef\xb7\xfe\xe9\ \xd3\x95\x55\x37\x7f\xe1\xba\xa3\x76\x86\x58\x1b\xd7\xaf\xfe\xfd\ \xcf\xef\x38\xec\xf0\xb3\x2f\x7d\x09\xb9\xe8\xaa\x73\xff\x8d\x9f\ \xf5\xc1\x9f\x0c\xc6\xcf\x5c\x65\xff\x84\xbe\x79\xc0\x06\x00\x39\ \xbf\xfb\xe1\xfa\xe0\x49\xba\xc9\xbf\xfc\xca\xe7\x7f\x53\xb6\xb4\ \xfe\xcb\xbf\x35\x62\x9d\x98\xe7\xfe\xe4\xac\x9e\x8e\x93\xce\x4a\ \x55\x0e\xdd\x76\x9c\xed\xef\x7a\xd9\x07\x07\x5e\xf4\xdc\x73\xbf\ \x0b\x67\x5d\xfb\x3d\x3b\x33\x78\xc5\x96\x1f\x3c\xff\x82\xf3\xb1\ \x6a\x6e\x79\xdf\x8b\xe2\x0b\xe6\x4b\xd5\xe7\xbe\x30\x01\x00\x20\ \x9b\x3b\x76\x2f\x9d\x34\x06\x87\x6f\xff\xea\xf3\x7f\x77\x73\xb5\ \x99\xfd\xd8\xcf\xaf\x3d\x31\xcc\xfd\xc9\xd9\x32\xc3\x17\xbc\x40\ \xff\xe9\xe7\x20\x04\x00\x40\x4a\xea\x94\x3e\xf4\xb9\xff\xfd\xf2\ \xcc\x8b\x3f\x76\xfd\x8b\x36\x01\x00\xa2\xc6\x99\x9b\x86\x76\x3c\ \xcc\x00\x00\x78\xeb\xee\x29\xed\x79\xaf\x5a\x57\xd8\xfd\xf9\x77\ \x7d\x70\xe6\xeb\x1f\x7f\x11\x05\x28\x6e\xdf\x99\x59\x75\x0d\x00\ \x80\x74\xff\xf8\x9b\x3d\x9b\xcf\xec\x10\xed\xdf\x03\x7a\xdd\xdf\ \xdc\x42\x0c\x01\x77\x33\x99\x4c\x10\x38\x99\xb4\x7d\xf7\x2f\x7e\ \x76\x64\xfc\xc0\xc9\x27\x9f\x62\x5b\x49\x1d\x61\xd3\x48\xe0\x15\ \x6b\x5e\xb5\x76\x7d\x2a\x61\x00\x92\x7c\xb1\x18\x84\x0e\x30\xbf\ \x3f\x91\x6b\x1e\x38\x4c\xfb\x9d\x8e\xa1\x8d\xd9\xcc\xa0\xde\x33\ \x32\x32\x6c\x20\xcd\x04\x14\xb5\x9c\x66\x22\xd9\xd1\xaa\x57\x12\ \x69\x13\x85\x01\x12\x6d\x83\x68\x6e\xd3\xed\xcc\xa4\x28\x50\x44\ \x54\x2e\x7c\x16\x32\x85\xd2\x53\xb7\x6e\x59\xbd\x66\xf4\x8c\x33\ \xb7\x69\x9a\xe6\x05\x1e\x17\x52\x48\x14\x86\xa1\x61\xda\xb9\x7c\ \xc1\xf7\x7d\x4a\x08\x30\xb1\x75\xcb\xe6\xad\x5b\xb7\x9c\xbe\x6d\ \xdb\xa7\x3f\xf3\xd9\xfd\x07\x0e\xc7\xd0\x2f\x0f\x18\xc2\x48\xd3\ \x34\x38\x2a\x89\xc5\x62\x83\x2e\xa5\x24\x08\xc5\x70\x25\x13\x42\ \xd1\xa9\x00\x21\x24\x26\x44\xe5\x8c\x21\xc4\x15\xc2\xb0\xf4\x56\ \x8d\xae\x55\xb0\xe8\x29\xe4\x35\x84\xc6\x56\x0e\x31\x11\xe8\xba\ \x3e\x3c\x3a\x58\x2e\x57\xeb\x6e\x43\x55\x75\x55\x51\xeb\xd5\x9a\ \xa5\x6a\x58\xd5\x2b\x8d\x86\x50\x10\x58\xaa\xe3\x7b\xe5\x56\x19\ \x51\x6e\x59\x06\xd5\xf4\xa3\x49\xfe\x4f\x6d\x8b\xda\x8d\xc5\x89\ \x66\xd3\x45\x92\x2c\x2d\x4c\x04\xae\xb7\x61\xe3\xda\xb5\x2b\x47\ \xf6\xe6\x27\xf2\x83\xe9\x79\x67\xa9\xad\x29\x5c\x49\x78\x51\x94\ \x77\x99\x3f\x3f\xbb\x67\xef\x5c\x67\x2e\xab\xa9\x7a\x7f\xff\x70\ \xaf\x56\x98\x39\xbc\xc8\xdb\x0e\xc5\xea\x52\x69\xde\x75\xeb\x43\ \xbd\xa3\xf9\x8c\x09\x8a\x5e\xac\x94\x56\xac\x5d\x1b\x29\x44\x35\ \x75\xd7\xf7\x32\xc9\xbc\xaa\x28\x4b\x4b\x45\x43\x57\x6d\x43\x0f\ \xbd\x76\x83\xf9\x9a\xa2\x2a\x28\xd3\x0c\x85\xa1\xe9\x8c\x31\x89\ \xc0\xb2\xed\x30\x8c\x30\xc6\x02\xe1\x4a\xad\xa1\x51\x25\x9b\xc9\ \x7b\x9e\x5f\xaf\xd7\x89\xa2\x09\x11\x32\xe6\x13\x4a\x43\x16\x26\ \x74\x9b\xb1\x00\x21\xc9\x8f\x01\x23\x47\xb9\xf4\x52\x12\x8c\x97\ \x7d\x42\xdf\x75\x53\xa9\x74\x2b\x0a\x5a\x1e\xab\x35\xfd\x4a\xbd\ \x39\x34\x38\x94\x4d\xa7\xdb\xae\x47\x84\x7f\xd1\x39\xa7\xcf\x1d\ \x39\x72\x78\x72\x3a\xe2\x1c\x01\xe1\x88\x4b\x09\x54\x21\x42\x72\ \xc6\x43\x4a\x30\x55\xd2\x8e\xcb\x29\xe1\xd9\x7c\x81\x73\xd9\xdd\ \x5d\xa0\x8a\xa2\x2b\x54\xea\xaa\x14\xc2\x77\xfd\x13\x09\x03\xfa\ \x0a\x55\x31\xa1\x02\x28\x07\x5d\x52\x9f\xc3\xc3\xbb\x77\x35\xfb\ \x7a\xd4\x42\x72\xb2\x52\x72\xb3\x04\x90\x2b\xcd\x6c\x3e\x99\x27\ \xd8\x47\x92\x45\xa1\xd7\xa8\x94\x8a\x0b\xb3\xb6\x6d\xe7\xf2\x59\ \xd7\xd6\xfa\x7a\x06\x3a\x53\x5d\x3b\xb6\x6f\xcf\xe7\x3b\x35\xcd\ \x2e\x2e\x96\x87\xd7\x9e\x9e\x4a\xa7\x5b\x2e\xc5\x3c\x18\x1a\xea\ \xee\xef\xed\x70\x9b\x15\xcf\x4d\x09\x11\x98\x86\x16\xd7\x90\x6a\ \x39\x14\x63\x62\x59\x91\x46\xb5\x96\xe7\xd8\x96\xad\x11\xcd\x69\ \xb7\x15\x4d\x5d\x2a\x55\xd2\x89\xe4\xc1\xc3\xe3\x81\xe0\x2a\x85\ \x50\x30\x81\x38\x46\xf8\xbf\x85\xe7\x7e\x5c\x4f\x6e\x7c\xc1\x6b\ \xde\xf9\xd1\xff\x78\xdd\xd8\xf8\xae\xb2\x7b\x6c\x2a\x54\x0a\x7d\ \xab\x5f\xf5\xdc\x8d\x37\xff\xb9\xbe\xf7\x7b\xdf\x29\xfc\xf3\x9d\ \xf7\xdd\x7f\x9b\xf3\x2f\xaf\x7f\xc8\x01\x00\x80\x44\x4f\xce\x9f\ \xaa\x32\x00\x80\x1d\xdf\xbb\xe1\x87\x33\x20\x02\xf2\xda\xff\xbc\ \xe3\xce\x5f\xdd\xfb\x8e\xd3\x0e\x7e\xeb\xb7\x13\x27\x88\x78\x3c\ \x29\x85\xfc\xaf\xa3\x96\xfb\xbf\xfc\x9e\xc6\x1b\xee\xba\xef\xfe\ \x9f\x2a\xbf\xf8\xc7\x99\x16\xbf\xe8\xed\x5f\xba\xfb\xde\x5f\x5f\ \x73\x7e\xef\x99\x03\x47\x41\xff\x94\x6d\xed\x59\x88\x00\x00\xf8\ \xc2\xcd\xdf\xbe\x1d\x40\x0e\x3f\xf7\x0d\x77\xfc\xe2\xee\x5f\xfd\ \xc7\xe5\x9f\xb8\xf2\x7d\xe5\x13\xc3\xdc\x9f\xb4\x85\xc7\xcf\x9a\ \x58\xed\xba\xf4\x35\xff\xf0\x2f\x37\x7d\xe7\xc8\x3d\xf7\xca\x27\ \xbb\x1f\x7e\xa8\xaf\x5a\xd5\xb5\xee\xf2\xd7\x1a\xe3\xf7\x3b\x02\ \x00\x20\x3d\xdc\xe3\x2e\x1e\x02\x00\x90\xd5\xaf\x7c\xf4\xcb\x0b\ \x88\x12\xeb\x74\x90\xd1\xdf\xd6\x3c\x21\x13\x69\xbb\xd9\x68\x68\ \x9a\x1a\x46\xed\xd9\xb9\x49\x16\xb5\x8f\x4c\x1c\xfa\xf5\x5d\xbf\ \xb8\xf3\xf6\x9f\xfc\xe1\xfe\xdf\xec\xd9\xbb\xbb\xe5\xf9\x66\x2e\ \xad\x6a\x14\x9a\x8d\xa0\xdd\x0a\x10\xaf\xbb\xce\xf4\xd4\x91\xa9\ \x03\x07\x30\x8f\x6a\x8b\x93\x8b\x13\xb3\x8d\x45\xaf\xb4\x54\xae\ \x57\xca\xae\x1b\x21\xa0\x8d\xf2\x02\xf3\x5b\xcd\xea\xe4\xfc\xe4\ \x23\xac\x59\x8e\xca\xb3\x0a\x0f\x52\xb6\xc5\x58\x10\x85\x0c\x80\ \x24\x92\x09\xb7\xdd\x1c\x1d\x19\xdc\xb0\x71\x5d\x22\x61\x45\x51\ \x10\x86\x21\x00\x30\x26\x31\x56\xa2\x88\xb7\xdb\x9e\x94\x88\x73\ \x2e\x25\x9f\x9d\x9d\x2d\x97\x96\x10\x16\x6f\x79\xf3\x9b\x00\x80\ \x60\x88\xd3\x94\x78\x24\x25\x3a\x4a\xb5\x5e\x4e\xa2\x89\x17\xf8\ \x00\x10\x3b\xf8\x9e\xe7\x7b\x61\x00\x18\x2b\xaa\x6e\xea\xba\xa5\ \xe9\xe5\xf2\xbc\x65\x2a\x27\x6f\x5a\x4f\x00\x18\x0b\x9b\xad\x46\ \x2a\x9d\xec\xec\x29\x84\x3c\x14\x82\xad\x59\xbf\x66\xc5\xaa\xb1\ \x90\xf9\x12\x8b\x54\x36\xd5\xf4\x02\x0e\x80\x0d\xdd\x48\x25\x33\ \x85\x7c\xa1\xaf\x2b\x93\xcb\x59\x96\xad\xab\x8a\x02\x08\xf8\x53\ \x47\x7e\x2b\xc5\xb9\xd2\xc2\x74\xe8\x35\x82\xb0\x15\x86\x2e\xc2\ \x7c\xe6\xd0\xc1\xbb\x7f\xf0\x83\xef\xdc\x72\xd3\xe1\x99\x09\xe8\ \x4c\x2e\x28\xb2\x44\xb5\x72\x28\x5b\x61\xa4\x99\xda\xda\xb5\xeb\ \x90\x42\x24\x89\x4a\xb5\xe9\x7b\xee\xfd\xe5\xd2\xc2\xe2\xf8\xc1\ \xc3\xd5\x6a\x35\x99\x4c\x0e\x0e\x0e\x3c\xfa\xe8\xf6\xb9\xb9\xd9\ \x4a\xb9\xa2\x10\x52\xe8\xee\xe8\xec\xed\xd1\x0d\x35\x99\x4c\x26\ \xd2\xb6\x65\x99\x86\x61\x28\x84\x62\x8c\x09\xc6\x2a\xa1\x18\xa4\ \xef\xfb\x84\x12\xa4\x10\xcd\x34\x24\x00\x42\x48\x35\x74\x89\x51\ \x0c\x66\x31\x04\x96\x6d\x37\x9b\x2d\x04\x88\x71\xce\x58\xc4\x79\ \x04\x48\x1e\xb7\x08\x45\x7f\x61\x5d\x97\x6b\x2a\xc5\x3b\x81\x1f\ \x60\x84\x08\xa6\x51\x24\xbc\x50\x00\x51\x8f\xcc\x4c\x4f\x4d\xcf\ \x50\x8a\x0c\x85\xf8\x4e\xab\xaf\xbb\x97\xc4\x7f\x4b\x82\x42\x35\ \x4c\x88\x04\x84\x11\xc2\x18\x49\x90\x61\x14\x51\xaa\x22\xac\xd6\ \xeb\xcd\xa6\xe3\x04\x51\xb8\xb8\xb8\x58\x5c\x5c\x9c\x9b\x9d\x0d\ \xc3\x30\x99\x48\x9e\x48\x81\xec\x88\x50\x09\x08\x24\xc2\x80\x89\ \x00\x4a\x88\x13\x86\xe5\xd0\xab\x50\xb1\x80\x45\xcd\x90\x25\xc5\ \x2b\x46\xe1\x74\xdd\x59\xa8\x39\x6d\x2f\xe8\xec\xea\xb2\x0d\x3d\ \x97\x48\x05\x2d\xb7\x32\x5f\xd2\x15\xf3\xfe\x5f\xff\x76\xef\xce\ \xc7\x46\x07\x57\x0d\x0c\x0c\x19\xba\x35\xb6\x62\x95\x64\x2c\x9b\ \xcd\x1a\x86\xae\x9b\x7a\x3e\x97\xb4\x6d\x8d\x8b\xa8\xdd\x6e\x0a\ \x1e\x01\x40\x36\x9b\x4d\xa7\xd3\x94\x2a\x96\x65\x49\x29\x34\x53\ \x4b\x24\x6c\x4c\x30\x10\x0c\x04\x4b\x00\xdb\xb6\x43\xce\xca\xd5\ \x2a\xe7\x9c\x4b\xc1\xa5\x8c\x7b\xf8\xbf\x57\x38\x8c\x17\x77\xec\ \x3a\xd2\x5c\xda\xfb\x9b\x5d\x6e\x21\xa1\x3f\xf0\x83\xaf\x8f\xbb\ \xfe\xa1\x87\xb6\x37\x1a\xc5\x9f\xdd\xf5\xd0\x45\x6b\x12\x7e\xe0\ \xcf\x4f\x4c\x80\xd7\x6a\x32\x20\xf1\x30\x50\x37\x5d\x77\x39\xff\ \xf0\x47\x6f\x5d\xac\xd6\xea\x3e\xa3\x18\x00\x64\x14\x44\x5e\x6d\ \xe1\xe0\xbe\x59\xc3\x50\x9e\xee\x26\xb3\xf1\x9f\x7d\xf6\xc6\x07\ \x82\x90\x55\x66\x26\x21\x68\xb5\x7d\x89\x10\x96\x51\xeb\xbe\xaf\ \xbd\xfd\xeb\x07\xc7\xce\xed\x3f\x6a\xdc\x9f\x75\xf1\x05\x3f\xbc\ \xe6\x4d\xbf\xd8\xb3\x58\x5f\x5a\x64\x98\x02\x80\x60\x91\xef\x36\ \xa7\xf6\x1f\xf2\xb4\xa4\xfa\x34\x37\x32\x2c\xee\x18\x5f\x68\x4c\ \xfe\xe1\x47\xcd\x64\x0e\xb1\xca\x57\xff\xf3\x17\x4f\x30\x1b\x34\ \xf9\x9c\x91\xca\x57\xbe\x3f\x31\xff\x8b\x5b\x6a\x43\xe7\x25\x30\ \x00\x80\xb6\xed\x5d\x2b\x8f\x7c\xe5\x86\xbb\xf7\xb4\x2a\xd5\x08\ \x13\x04\x52\xca\xa7\xa2\x40\x4b\x30\x5e\xb9\x62\xc5\xd9\x67\x9d\ \x61\x9a\x96\x69\x68\x7e\xe0\x56\xeb\x4b\xa5\xf2\xe2\xfc\xc2\xf4\ \xae\xdd\x3b\x7e\x79\xfb\x8f\xbf\x7f\xcb\x4d\x0f\xff\xe1\xc1\x20\ \x70\x9d\x7a\x79\xa1\xdd\xac\x22\x5e\xa3\x50\x07\x28\x7b\x01\x52\ \x8d\xcd\x6b\x57\x80\x5b\x8d\x9a\x8b\x26\x78\xd8\xab\xc8\xc6\x82\ \x95\x54\x92\xb6\x92\x40\xa1\x5f\x9c\x55\x98\xbb\x77\xfb\x9f\x9d\ \x76\xd3\xf7\x9c\x88\x85\x61\xe8\x63\x2c\x29\x45\x42\x44\x6b\xd7\ \xad\x4e\xa6\x2c\x1e\x85\xcd\x66\x13\x00\x74\x5d\x8f\x0b\xbc\xc5\ \x05\x24\x63\x01\x58\xce\xb9\x10\x3c\x9f\xcf\xa7\x52\xe9\x46\xa3\ \xf1\xf0\x43\x0f\xe9\xba\xae\x28\xaa\x61\xe8\x31\xaf\x43\x0a\x11\ \x13\xae\x63\x82\xf6\x51\x4d\x5a\x29\x63\xe5\x55\x55\x51\xa2\x28\ \x8a\x8b\xb7\xe9\xba\x6e\x98\xe6\xd0\xd0\xd0\x79\xe7\x9d\x77\xea\ \xa9\xa7\x0e\x8f\x8c\x70\xce\xb9\x10\xf1\x2f\x6e\xdc\xb8\x71\xe3\ \xc6\x8d\xba\xae\xcf\xcc\xcc\x18\x86\x71\xca\x29\xa7\xb8\xae\x5b\ \xad\x55\xbd\xd0\xd3\x92\x66\xcf\x40\x4f\x26\x9f\x71\xc3\xa0\xe1\ \xb4\x23\x16\x59\xa6\xae\x1b\xaa\xa6\x29\x96\xf9\xd4\x09\xd7\x8a\ \xa2\xea\x8a\x6a\xe8\x86\xaa\xea\x08\x03\x26\xb8\xd1\x6a\xba\x2c\ \x2c\xd6\x6a\xf5\xc0\x2f\x35\xea\x35\xc7\x6d\xf9\x3e\xc3\xa8\xe5\ \xf9\xf5\xa6\xb3\xef\xe0\xa1\x44\x22\x6d\xd8\x49\x82\x95\x42\x47\ \x4f\x18\x84\xaa\xaa\xee\xda\xb5\xeb\xe1\xed\xdb\x97\x4a\x4b\xbd\ \x03\x43\x99\x4c\x46\xd7\xb4\x58\x32\x57\x4a\xa6\xa8\x6a\x2a\x99\ \xc8\x24\x93\x89\xa4\x6d\x5b\x96\x6d\x99\x89\x84\x6d\x9a\xa6\x65\ \x59\x18\x63\x3f\xf0\x35\x4d\x93\x42\xc6\x3a\x8b\xa5\x52\xc9\x71\ \x1c\xc7\x71\x5c\xd7\x95\x52\xb2\x28\xd2\x35\x73\x76\x66\x0e\x21\ \x22\xb8\x8c\x3b\x38\x16\x13\x06\x58\x7e\x97\xc7\x2f\x9d\x97\xab\ \x27\xc6\xf6\x3d\x08\x83\xf8\x7c\x18\x06\xae\xeb\xf6\x74\x77\xe7\ \x72\x39\x5d\xd7\x3d\xcf\xab\xd5\x6a\xa6\x65\x74\xf5\x74\x08\xc4\ \x31\x46\x3e\x0b\xc3\x28\x02\x40\x94\xaa\x8a\x6e\x08\x19\x57\x5f\ \x41\x31\x1f\xc6\xf3\x5c\x8c\x51\x14\x85\xed\xb6\x93\x48\x26\xd3\ \xe9\x8c\x6d\xdb\xf8\x04\xa8\x32\x00\x80\x00\x84\xe0\x28\xae\x0f\ \x8e\x11\xc1\x8a\xef\x07\xbe\xef\x4b\x01\x61\x10\x4c\x4d\x4e\xb2\ \x88\x79\xae\xeb\xba\xed\x54\x32\x19\x45\xd1\xb7\xbe\xf5\x2d\xd3\ \x30\x10\xc6\xa6\x65\xf6\xf5\xf7\xef\xdf\xbf\x7f\xf3\x49\x9b\xbb\ \xbb\x7b\x6a\xf5\xda\xe2\xe2\xc2\xe2\xe2\xfc\xdc\xec\x74\xdb\x71\ \x56\x8c\xad\xb0\x6d\x7b\xcb\x49\x9b\xb3\xd9\xac\xa2\x28\xf9\x7c\ \x3e\x9d\x4e\xc7\x81\x9f\x38\xe4\xd3\x6a\xb5\x9a\xcd\x66\xa5\x52\ \xd9\xbf\x7f\xdf\x9e\x3d\xbb\xc7\xc7\x27\x5a\xad\x06\x00\x78\x9e\ \x1f\x97\x0f\x9c\x9d\x9d\x15\x42\x08\xc6\x40\x08\x8c\x89\x10\xf2\ \xbf\xb7\x12\x13\xf7\x77\xdc\x75\xd3\x8f\x9a\xf4\xbc\x6b\x3e\x31\ \x62\xe1\x22\x51\x40\xb2\x23\xbb\x7f\x7d\xeb\xcf\x5b\x63\x97\xbc\ \xe7\xca\x41\x0d\x5e\xf9\xf6\xb9\xff\xf8\xea\xf5\x1f\x97\x97\x7f\ \xf1\xd6\x93\x8f\x21\x2e\x9b\xdf\xf6\xed\x37\xfc\xe0\x2b\x5f\xfe\ \xfc\xbf\x99\x3d\x67\x5f\xd2\x47\xf0\xc5\xcf\xfa\xde\xcd\x1f\xf9\ \x98\xd4\x56\x3f\xfb\x83\x2f\x3b\xb5\xff\x69\x6a\x29\xd1\x52\x67\ \x6e\x1c\x04\x00\x21\xa8\xae\xa0\x4d\xd7\x7e\xf1\xf2\xaf\x7f\xf1\ \x03\x1f\xe1\xe7\x5f\xf7\x99\x3e\x1b\xdd\xfb\xa5\x4f\x1d\xc8\x5e\ \x7a\xcb\xd7\x2f\x58\x46\x85\xf4\xd1\x8b\x7f\x7e\x83\x7a\xc3\x77\ \xbf\xfc\xc7\x50\x3f\xef\xf9\x97\x81\x9a\x58\xa3\xdf\xf1\xf1\x4f\ \x7e\xda\x2c\xac\xba\xf5\x7b\xaf\x7c\x9a\x94\xd5\xad\xa1\x0d\xe7\ \x72\x13\x00\xc2\xd6\xe2\xf7\x6e\xfd\x61\x68\x0f\x7e\xec\xba\xd7\ \x71\x56\x57\x15\x12\x97\x0b\xc9\xad\x3e\xc7\xc8\x28\x00\xe4\xb9\ \x1f\xff\xb7\xc6\xe7\xbf\xf2\x55\xb9\xe1\xf3\x9f\x7c\xc1\xb1\xa1\ \x9d\x7a\xdf\x7f\x7c\xe3\xd6\xaf\xdf\xfc\x2f\xbf\x93\x67\x5f\xfd\ \xca\x2e\x25\x73\xe9\x73\x72\x61\x24\xff\xd6\x91\x1e\xfa\x4c\x4a\ \x70\xda\x4e\x18\x06\x96\x65\x5a\x86\xda\x6c\x36\x5b\xad\xaa\x42\ \xa9\x42\x55\x53\x31\xa2\x56\xfd\xce\x9f\xff\xf8\x77\xf7\xfc\x6c\ \x28\x97\x09\x14\x99\x1b\xe8\xae\x4c\x33\xa2\x92\x56\xc0\x5a\x4c\ \xfc\xf9\x8f\xbf\x67\x2c\x4a\x67\x33\x76\x32\xdd\xd1\xd9\x09\x04\ \x05\xd5\x39\x23\x6d\x17\xa7\x8f\xd4\x6a\xe5\xae\xce\xae\x7c\x47\ \x46\xa1\x08\x13\xe8\xec\x48\x6b\x1a\x25\x58\xd8\xb6\x36\x3a\x32\ \xbc\x76\xf5\x58\x32\x61\x48\xc9\x5a\xcd\xba\xae\xeb\x0d\xe0\xb6\ \x9d\xf0\x7d\x5f\xa1\x18\xa4\x10\x3c\xe2\x2c\x08\xc3\x10\x71\x66\ \x1a\x76\xb3\xd9\xec\xed\xe9\xfd\xde\xe1\x1f\x68\x9a\x86\x10\x8d\ \x1d\x44\x84\x81\x8b\xb8\x3e\xab\x88\x09\xd7\xcb\xa9\x34\x00\x40\ \x09\x41\x18\xc7\x36\x42\x51\x14\xa1\x69\xc0\xb9\x6d\xdb\xef\x7b\ \xff\xf5\x51\xe8\x35\xeb\x65\x4a\x69\x36\x93\xb5\x4d\xbb\x52\xa9\ \xd4\x9b\x8d\x42\xa1\xe0\xb4\x1c\x81\x70\xa5\x5a\x65\xac\xc1\x18\ \xc3\x84\x98\xb9\x84\x92\x30\xb4\x84\x85\x0d\xad\xd9\x6a\xaa\xba\ \x9e\x4c\x26\xd3\x99\x4c\xdb\x0d\x24\x82\x84\x6d\x3d\x65\x17\x52\ \x53\x35\x84\x30\x00\x18\xba\x1e\x45\x3c\xf0\xbd\x6a\xad\x92\xb5\ \x2d\x88\x7c\xaa\x99\xd4\x30\xa4\xce\xe6\xaa\x15\x0c\x61\x4f\xcb\ \xc9\x74\xa4\xfb\x06\x87\xa7\x66\x66\x8a\x0b\x33\xe7\x9c\x79\xa6\ \x42\x68\xc5\x69\x57\xab\xd5\xbe\xbe\x7e\xd3\xb4\x8a\x0b\x73\xcc\ \xf2\x13\x3d\x3d\xb5\x46\x0b\xb8\xa6\x77\x24\x4f\xd9\xbc\xd9\x09\ \xb9\xae\xea\xa9\x54\xd2\xb6\x4c\x5d\x51\xb8\xe0\x51\xc4\xa2\x28\ \xd2\x14\x8a\x31\x76\xdb\xee\xa1\x03\xfb\x96\x8a\x4b\x41\x18\x28\ \x8a\xda\xdb\xdb\x9b\x4d\xaf\x50\x08\x44\x11\x93\x18\x83\x40\x6e\ \xdb\x9d\x9b\x5b\x88\x63\x0f\x51\x14\x22\x4c\x01\x30\x48\x00\x89\ \x40\x22\x90\x70\x3c\x55\xe6\x2f\xc8\x33\x84\x90\x28\xe2\x2c\x76\ \x42\x85\x68\x39\xad\x64\x32\xc9\x22\x55\x57\x55\x4a\xa0\xb8\x54\ \x2c\x4d\x8e\x53\x85\x10\x82\x11\x41\x1a\x55\x01\x48\xc8\x85\xa5\ \x69\x9a\xaa\x96\x1d\x0f\x09\xa1\xab\x54\x08\xc1\x58\x64\xd8\x86\ \x6d\x27\x04\xe7\xae\xdb\xd6\x0d\xd5\x32\x6d\x82\x89\xeb\xba\x27\ \x4e\xa1\x8e\xe3\xb7\x08\x50\x1c\xdc\x67\x4c\x86\x51\x14\x30\x91\ \xcd\xe5\x28\x21\x8a\xa2\x70\xc6\x6a\xb5\x5a\x21\x63\xbf\xe8\x45\ \x2f\xda\xb3\x77\xef\x29\xa7\x9c\xba\xb4\xb4\x54\xaf\xd7\x53\xe9\ \xd4\xe1\x89\x89\xa5\xf9\xd2\xca\xb1\x95\xaa\xaa\x4a\x8c\xfa\xfb\ \x07\x98\x08\xd7\xad\x5b\x1d\x09\xdd\x30\xb5\x6c\x4e\xcf\xe5\x72\ \x42\x88\x5a\xad\x56\x28\x14\x18\x63\x8d\x46\x23\x56\x6b\x50\x35\ \x6d\xee\xc8\x74\xbd\x5e\xd7\x34\x3d\x61\x9a\x58\x82\x82\x71\xc0\ \xa2\x48\xf0\xc8\x0f\xdc\xa6\xa3\x50\x1a\x45\x5c\x08\x49\x29\x65\ \xec\x69\x4a\x62\x92\x5c\xc8\xc7\x35\x65\x85\xe4\x47\x11\x05\x75\ \x68\xdb\xcd\xa3\x00\x00\x20\x00\x49\x44\x41\x54\xf0\xea\xeb\xfe\ \x69\xf9\xfc\xe9\x2f\x7e\x2d\x00\x8c\x5e\x7d\xdd\x85\x8f\xdb\xd4\ \xcc\x25\x6f\x7e\xdf\x25\x7f\xf5\x07\xcf\xba\xfc\x1f\xce\xba\xfc\ \xd8\xc1\x45\x2f\xff\xa7\x8b\xfe\x4e\x2c\x6d\xce\x24\x3f\x6e\x1a\ \x3f\xae\xfe\x16\xb5\x0b\x2f\xbf\xa8\x00\x00\xea\x8a\xe7\xbd\x75\ \x05\x00\xc0\xf3\xdf\x78\xfd\xf3\x8f\x7d\x7a\xc1\xdb\x3e\x72\xc1\ \x5f\x9b\xda\xb1\x73\xdf\xf9\x81\x73\x97\x0f\xdf\x70\xfd\x87\xff\ \x1e\x5d\x29\x40\x84\x80\xf0\xf1\x11\xcc\xe5\xdd\xd4\xe6\x0b\x5f\ \x0b\x00\x00\xf6\xd8\x73\xdf\xf7\xe1\xe7\x1e\x3b\x9d\xbf\xfa\xaa\ \x67\xc7\x7b\x03\x67\xbe\xe6\xd8\xbf\xda\xf9\xb2\x77\x7e\xe8\x2f\ \x19\xbb\xf6\xc0\xeb\xde\xf9\x8f\xcb\x87\x2f\x7f\xfb\xf5\xbb\x77\ \x3e\xf2\xb7\x8e\xf2\x54\x2a\x15\xf8\xc1\xce\x47\x1e\x0d\xc2\x76\ \xe8\xc9\x20\x68\x0b\x21\x2c\xd3\xd4\x75\x0d\x00\xab\x48\x28\x42\ \x34\x1d\x67\xb6\xd2\xaa\x16\x67\xbb\x12\x89\x86\xeb\x2e\xb4\x6a\ \x6a\xa8\xf8\x98\x35\x42\xde\x9b\x4d\xa7\x6c\x5d\x62\x5c\x6f\xd4\ \xa6\xdb\x35\xc6\x98\x6e\xea\x2b\xc6\xc6\x06\xc7\x86\xbb\x6a\xc9\ \x1d\x3b\x77\x76\xf6\x0f\xce\xcd\x85\xd9\x4e\x9c\xcb\x65\x28\x45\ \x3d\x3d\x85\x44\x2a\x3d\x3a\x3a\x44\x08\x70\x16\xe0\x63\xc6\x37\ \x08\xc2\x6c\x56\x8d\x59\x2e\x10\x8b\xd5\x52\x25\x95\xd2\xda\xf5\ \xfa\x51\x79\x2a\x04\x73\xf3\xf3\x9a\xa6\x11\xaa\x36\x1a\x2d\x84\ \x50\xcc\x8c\x3e\x3e\x89\x00\x1f\x63\xb8\x4b\x29\xb9\x10\xc0\x8e\ \xea\xc2\xc7\x1f\xc5\x28\xd8\xde\xbd\x7b\x97\x8a\x73\xba\x4a\xba\ \xba\x0b\x08\x64\x2c\x8e\x68\x18\x86\x42\x15\xcb\xb4\x48\xad\x0e\ \x08\x2d\x2d\x95\x72\xb9\xdc\xc2\x62\x31\x99\x49\x45\x88\x7b\x3c\ \xc0\x8c\x96\x6b\xd5\x74\x36\xa3\x19\xfa\xda\x35\x6b\x7a\xba\xbb\ \xe7\xe7\x16\xb5\x13\xd0\x64\x25\x84\x6a\x9a\x41\x75\x1d\x24\xae\ \xb4\xaa\xbe\xef\x19\xb6\xc5\x29\x46\x88\x06\x98\xf8\x7e\x50\x71\ \xdb\x9a\x6d\xe7\x72\x49\xd5\xb2\x9d\x20\x9c\x9c\x9e\x5b\x39\x3c\ \x98\x30\x8d\xd9\x99\xf9\xee\xce\xee\x9e\xae\x6e\xaa\xa1\x20\x62\ \xf3\x13\x93\x2a\x06\x94\xb0\x27\xc6\x27\x73\x85\xae\x5c\x2e\x83\ \x12\xe6\xf0\x60\xff\x52\xdd\xc1\x08\x1b\x86\x61\xea\x5a\xe0\x79\ \x18\x49\x25\x61\x62\x8c\x11\x80\x6e\x98\x44\x51\xbb\x7a\xfa\x73\ \xb9\xbc\xe3\x38\x99\x4c\x26\x9d\x4e\xb7\x5a\xad\x58\x30\x3d\x9e\ \x1a\xe7\xe6\xe6\x97\x96\xca\x41\x10\x51\x4d\xf5\xbd\x90\x60\x7a\ \x6c\x51\x18\x8f\x64\x7e\x7c\x94\x6b\x39\xbe\xba\x6c\x34\x19\x0b\ \x23\x16\x01\x20\x45\x55\x96\x96\x96\x5a\x6d\x27\x95\xb2\xdb\x8e\ \x83\x80\x27\x92\x09\x5d\xd7\x67\x8a\x25\xc3\xd4\x9a\x2d\x0f\x30\ \x66\x92\x6b\x9a\xce\x05\x60\x4c\x55\x45\xf7\x7d\x8f\x31\xce\x18\ \x8b\x58\x28\x04\xf5\x03\x57\xca\xa0\xd5\x6a\x36\x1a\xcd\x54\x32\ \x8d\x00\x12\xb6\x7d\x22\xa9\x22\x04\x1e\x67\x58\x21\xc0\x12\x81\ \x04\xec\xb8\x5e\xc4\x43\x84\xb1\xa1\xaa\xf1\xff\x12\x31\xd6\x6c\ \xba\x3a\x15\x20\xb5\xee\xee\xee\xa9\xa9\xc9\xc1\xc1\xe1\x99\x99\ \xe9\xe1\xd1\x21\x90\x32\xf4\x19\x60\xe4\x38\x4e\xcf\x40\xcf\xcc\ \xcc\x74\x67\xff\xca\x8e\x7c\xb6\x33\xef\x24\x32\xb6\x61\xa2\x7c\ \x3e\x5f\xaf\xd7\x7d\xdf\x8f\x2b\x9f\xc4\x94\x18\x55\x55\x2d\xd3\ \x5c\xbf\x71\x7d\xab\xd5\xb2\x4c\x4b\x08\x19\x04\x1e\x42\x28\x8a\ \x02\x84\x88\x1f\xb8\x7e\xe8\xb2\x30\x12\x12\xa4\x90\x48\x82\x7c\ \x3a\x3c\x77\x4c\xf0\x15\x67\x7f\xf2\xaf\xca\xec\xb9\xf0\x0c\xdb\ \x06\x06\x07\xe1\xb6\x9f\x3e\x21\x56\x29\xa5\xa9\x3c\xb3\x8a\xca\ \xf6\x9e\xf5\x5a\x7c\xc1\x13\x34\x19\x12\x51\xf0\xcc\x69\x1e\x42\ \xc8\x6d\x3b\xaa\x46\xdb\x4e\x0d\x21\x8e\x10\x57\x28\xd2\x0d\xd5\ \xb2\x74\xc1\x05\x80\x94\x4c\xb4\xaa\xf5\x9a\xdb\x54\x13\xba\x54\ \x95\x86\xe0\x88\x40\x43\x55\x34\x45\x89\x04\x94\x5a\xae\x60\xad\ \x4a\x55\x0e\x0d\x0d\x19\xa6\x29\x84\x00\xe4\x61\x84\x1b\x8d\xfa\ \xa1\x43\x07\x00\x60\xed\xfa\x0d\xa0\x50\xdd\xca\x68\xd9\xae\x7c\ \x3e\x33\x38\xd8\x97\xcd\x67\x0b\x9d\x5d\x2a\xc5\x9d\x9d\xf9\x8e\ \x8e\xbc\x46\x09\xa1\x8a\xa6\x2a\x41\x20\x9a\x8d\x3a\xc6\xd8\xd0\ \x34\x00\x60\x61\xe8\x4b\x19\x17\x6d\xf3\x7d\x9f\x31\xb6\x6b\xf7\ \x1e\xd7\x75\x0d\x2b\x15\x04\x2c\x16\x08\xa3\x94\x72\xc1\x10\x01\ \x21\x8e\xda\x94\x65\xe3\xf2\x38\xe7\x5a\x08\x16\x71\xc6\x38\xa5\ \x14\x00\x1d\x39\x32\x1d\x86\xa1\x61\x18\xc5\x85\x59\xd7\x73\x3a\ \x0b\x1d\x20\x11\xe7\x3c\x93\xc9\xf8\x7e\xd0\x6c\x34\x13\x89\x04\ \x26\x24\x95\x4a\xcf\xcf\x2f\xd8\x89\xc4\x4c\x71\x69\xa1\xb4\x40\ \x54\x32\x34\x38\xd4\xd3\xdb\x8b\x10\xaa\xd5\x6a\x0e\x77\x0c\x5d\ \x1f\x1b\x1b\xee\xea\xea\x7e\xca\x9e\x7b\xad\x56\x2f\x97\xcb\xb9\ \x8e\x02\x60\xc2\x39\xc3\x04\x4b\x82\x04\x46\xb6\x95\x12\x08\x2a\ \xb5\x1a\x28\x6a\x84\xc0\x63\xbc\x15\x04\x46\x40\x88\x46\xaa\xf5\ \x7a\x47\xbe\x20\x39\x6f\xb7\x5d\x42\x44\x71\x6a\xa1\xab\xa7\xaf\ \xaf\x7f\xa0\xd5\x68\x50\x55\xc3\x08\x80\xa0\x6a\xb5\x42\x18\x49\ \xd9\x66\xc4\x91\x90\x60\xe8\x5a\x22\x61\x33\x43\xa7\x14\xd9\xa6\ \x45\x30\xe6\x9c\x23\xc6\x7c\xcf\xd7\x34\x33\x9f\xcb\x25\x13\x36\ \x21\xb4\xed\xb4\xc2\xc0\xb7\x6d\x8b\x45\x48\x00\xe8\xba\xde\x6c\ \x36\xdb\xed\xb6\x94\x82\x73\x2e\x41\x08\x29\x10\x8a\x09\x48\x12\ \x21\xe0\x5c\xc0\xb1\xe4\xa3\x65\xa5\x36\x7c\x2c\xfe\x27\x84\x10\ \x52\x30\xc6\x31\x41\x04\x51\xd7\xf7\x16\x16\x17\x83\x20\xd9\x91\ \xcd\x86\x81\x1b\x86\x21\x26\xa4\xab\xbb\xbb\xbb\xa7\xb7\x79\x70\ \x9c\x50\x15\x84\xa4\x8a\x42\x28\x95\x08\x6b\xba\x1e\xa7\x53\x09\ \xc1\x09\xc6\x41\x10\xd6\xeb\x75\x5d\xc3\x8e\xd3\x6e\x34\xea\xea\ \xc8\xa8\xe7\x79\x8a\xaa\x9c\x48\x40\x75\x39\xd9\x0a\x63\x2c\x41\ \x62\xac\x0a\x11\xb8\x41\x88\x88\xa6\xdb\x49\x24\x60\xc5\xc8\x70\ \xd2\x54\x31\x92\x99\x4c\xa6\x5e\x5b\x4a\xd9\xdd\x8c\xb1\x46\xa3\ \x39\x35\x35\x99\xc9\x65\x4b\xb5\x4a\x4f\xa1\x67\xe5\xaa\x95\x49\ \x3b\x35\x37\x37\xdd\x6a\xb6\x34\x5d\xad\x54\x4b\x96\x69\x0c\x0e\ \xf6\x79\x61\xa0\x69\x12\x21\xd4\xd9\xd9\x09\x00\x9a\xa6\x11\x42\ \x7c\xdf\xe7\x9c\x07\x41\xc0\x39\xa7\x08\x4c\xc3\xd4\x34\xd5\xf3\ \x7c\x04\x80\x11\xa4\x53\xa9\x56\xab\x9d\x4a\x26\xd3\xa9\x54\xab\ \xe1\x46\x61\xa8\xab\x94\x0b\x89\x31\xfa\xfb\xdb\x32\x45\x51\xc6\ \x56\x0c\xc3\x33\x7e\x5b\xb9\x72\xe5\x33\xbf\x91\x6b\x56\xad\x78\ \x26\x37\x2f\x8a\xd8\x19\xa7\x9f\xfe\xe7\x87\xfe\x10\x84\x3e\x8b\ \x3c\x29\x05\x46\x82\xb6\x50\x18\x84\x85\x5c\xde\xb2\x12\xb3\x13\ \x13\x22\x8c\x74\x4d\x41\x18\x4b\x84\x02\x80\xba\xd3\x6a\x13\xac\ \xa7\x92\x9d\xc9\x44\xd3\x0d\xc6\x06\xfb\x2d\x8d\xfe\xe8\xf6\x5f\ \x9e\x79\xe6\xe9\x85\x8e\x0e\x42\xa8\x44\xa2\x54\x69\xac\xdb\xb8\ \xe5\xf0\xf8\xe1\xe9\xd9\xf9\xee\xbe\xae\xd2\x91\x23\x6a\xc5\x1d\ \x1b\x1b\x59\xb3\x7a\x55\x32\xdd\x61\xd9\xc9\x74\x3a\xa1\xab\x44\ \x57\xd4\xb8\x00\x10\x8f\x22\xc9\x79\xa9\x58\x74\x1c\x67\x7b\xbd\ \x1e\x6b\x3a\x8e\x8d\x8d\x75\x77\x77\x1f\x05\x55\xa4\xfc\xe3\x1f\ \xff\x24\x38\x27\x84\xb4\xdb\x0d\x21\x1e\xe7\xc2\xc5\x3b\xcb\xda\ \x84\xc7\x33\xa0\x63\xe2\x36\xe7\x2c\x0c\xc3\x54\x32\xc9\xa4\xaf\ \x28\xd4\x32\xcd\x8e\x7c\x1a\x44\xe4\xb4\x9b\x53\x53\x53\x3d\xdd\ \xbd\xf9\x7c\xbe\xed\xb9\x18\xe3\x54\x2a\xe5\x47\x4c\xd3\xf5\x28\ \x62\xc9\x64\x4a\x02\xe4\x66\x8e\xcc\xcc\x2d\xcc\xce\xce\x78\xed\ \xf6\xfa\x75\xeb\x2d\xcb\xb2\x4c\x8b\x73\x8e\x01\xa2\x30\x0a\x8f\ \x96\xd0\x7c\x6a\x86\x06\x05\x7e\xd8\x68\x34\x08\x55\xa2\x30\xa4\ \x8a\xc2\x39\xf3\xbd\xd0\x75\x01\x23\x19\x71\x50\x74\xc3\x34\xf5\ \x8e\x6c\xca\x30\x75\x55\x37\x82\xc0\x6d\xb6\x5a\xa6\xa2\x24\x2c\ \x7b\x6a\xea\xc8\xca\x95\x83\xd9\x6c\x56\x4a\xe0\x20\x35\xd3\x4c\ \xa6\xd3\x6e\xbd\xc6\x23\x69\x27\x34\x2e\xb9\x6d\xea\x41\x24\x22\ \x2e\x31\x46\x9c\x31\x40\x42\x70\x08\x83\x40\x08\xa1\x12\xac\x70\ \x1e\x04\x3e\x46\xe0\x7b\x6e\x18\x86\xaa\xaa\x62\x84\x54\x45\xe1\ \x51\x04\x52\xb0\x28\x14\x0a\x1d\x1c\xea\xa3\x94\x60\x44\x1d\xdf\ \xf3\x7d\x2f\x99\x4a\x19\x86\xe5\x78\x6e\x14\x85\x00\x12\x61\xa4\ \x10\x25\xae\x80\x1a\x97\xb4\xa5\x94\xc6\x79\x4c\x9c\x73\x80\x18\ \x99\x09\x0d\x53\x67\x61\xa0\x2a\xb4\x52\xab\x5a\xa6\x3e\x3f\x3f\ \x6f\x99\x5a\x26\x93\x9e\x99\x9b\x33\x53\x79\x5d\xd7\x01\x63\x00\ \x24\x24\x38\x6d\x37\x93\xce\x60\x4c\xe2\x9b\x89\x31\xf2\xbc\xb6\ \x90\xcc\xc8\xa5\x01\xa0\x52\xa9\x64\x53\xa9\x91\x91\x61\xd7\x73\ \x29\xa1\x8c\xb1\x13\x29\xd6\x81\x09\x5e\xf6\x03\xe2\x04\x43\xc6\ \x64\x44\x24\x55\x35\xcb\x4a\x60\x29\x16\x16\x16\x48\x57\xce\xce\ \x25\x09\xa5\xc3\xc3\xc3\x53\x13\x07\xbb\x0a\xf9\x7c\x3e\xcf\x18\ \x5f\x5a\x5a\x0a\x78\x98\xcd\xe4\x77\x3c\xb2\x43\xd7\xb4\x8d\xeb\ \xd7\x0b\xc9\x11\x48\x8a\x91\x65\x1a\x94\xb8\x94\x42\x5c\x6d\xdc\ \x75\xdd\x78\xf8\x99\xa6\x19\x97\x91\x8a\xfb\x8a\x03\x70\xce\xa3\ \x30\x8c\x6b\xcf\x6a\x29\xd5\x75\x5d\xdf\x73\xbb\xbb\xbb\xcf\x3a\ \xf3\xac\x5b\xc7\x6f\x93\x02\x71\x16\x60\x4c\x09\x05\x0a\xff\xb3\ \xfd\xcf\x76\x02\x03\x7d\xe2\xd0\xc1\x85\xd9\x19\x3b\x61\x62\x02\ \xba\xa2\x22\x22\x85\xe0\xf5\x72\x1d\x49\x42\x90\x16\x71\xa1\xea\ \x0a\x41\x58\x12\x05\x38\x62\x18\x1c\x3f\x74\x82\x40\x0f\x82\x0e\ \xa3\x0b\x30\x9d\x5d\x2c\xa5\x6c\xed\x05\x2f\xbe\xac\xba\x54\x44\ \x18\x03\xa5\x00\x52\xd7\xd4\x1d\x8f\xee\x72\xdc\x60\xd5\xca\x61\ \xd7\x69\x67\x33\x1d\xd9\xfe\x91\xe9\xd9\xf2\xe0\xc0\x00\xd5\x6d\ \x42\x94\x54\x22\xd9\xa8\x55\x8a\xae\xd7\xd3\xdb\xa7\x28\x4a\x1c\ \x4d\xcd\xe5\x72\x94\xd2\xe9\xe9\xe9\x52\xb9\x9c\x48\x24\x62\xe9\ \x12\x1e\x31\xce\xa5\xd3\x76\x27\x27\x27\x08\xa5\x42\x4a\xc6\xd9\ \x32\x20\x80\x10\x12\x52\x1c\x6f\x5e\x11\x5a\x96\x19\x07\x29\x8e\ \x82\x06\x61\x14\x12\x8c\x39\x42\x12\xa1\xe9\xe9\xe9\xf3\xce\x3b\ \x5b\x21\x50\xae\x2c\xb5\x1d\xc7\x75\x5d\x04\x28\x93\xcf\x12\x4c\ \x3d\xcf\x43\x18\x9b\xa6\x19\x04\x61\xbb\xed\xba\xbe\x3f\x32\x32\ \xdc\x59\x28\x34\x9b\x4e\xe0\x87\xba\xa2\x23\x81\x74\xd5\x40\x48\ \x0a\xc9\x74\x43\x49\x25\x4f\x80\xb6\x81\x11\x03\xd1\x6a\xb5\x00\ \x11\x21\x38\xc6\xc0\x38\xa7\x98\x22\x82\x55\x8d\xda\x8a\xc6\x39\ \xc1\x58\xda\x96\x29\xa2\xd0\xf7\xda\x5d\xf9\x74\x3e\x9d\x28\x2d\ \x2e\xd4\xab\xd5\xd1\xb1\x11\x00\x66\x99\xc6\x6c\xa9\xac\xdb\xc9\ \xe2\xe2\x82\x8c\x02\x60\x41\x2e\xd3\x41\x08\x6e\xb4\x9a\xe9\x84\ \x5d\x2c\xd5\x30\xa1\xba\xaa\x6a\x2a\xe5\x1c\x69\x9a\x66\x9a\x96\ \x94\x42\x55\x55\xc3\x30\x02\x3f\xa8\xd5\xea\x84\xe0\x58\xc8\x21\ \x76\x66\x19\x63\xa6\x69\x86\x61\xd8\x6a\xb5\x14\xc5\xd8\xb0\x71\ \xcd\xc3\x0f\x3f\xcc\xb9\x48\x24\xcc\x30\xf4\x82\xd0\x47\x94\x9a\ \xa6\x11\x86\x01\xa5\x8a\x1f\x84\x42\x70\xc3\x30\x62\x86\x52\x14\ \x45\xf1\x6c\x1a\xa3\x6a\x94\xa2\x66\xdb\xb1\x13\x96\xcf\x38\xa5\ \x64\x7a\x7a\xba\xab\xb3\x83\x62\x14\x44\x61\xad\x51\x1f\x18\x1a\ \x2a\x37\x3c\xdf\x67\x08\x11\xc6\x05\x20\x62\x9a\xba\x04\xe9\x78\ \x6d\x2f\x70\x05\x70\xc6\x99\x42\x55\x4d\xa1\x8e\xe3\xe8\x2a\x4a\ \x26\x13\x27\x9d\xbc\xb9\xb3\xd0\xd9\x68\xd4\x29\xc5\x8e\xd3\x3e\ \x91\x32\x7b\x48\x00\x46\x22\x96\x24\xc5\x18\x53\x55\x0d\xa3\x90\ \x09\xd9\xf6\x02\xc3\x30\x53\x96\x29\x42\xdf\x0f\x02\x84\x91\xeb\ \xb6\x21\x6a\x77\xf7\x74\xa7\x6c\x6b\x71\xb1\xd8\xdf\xdf\x3f\xd2\ \x3d\xe2\x32\x5f\x55\xb5\x0d\x1b\x36\xa9\x0a\x79\xec\xc0\xfe\xa1\ \xe1\x01\x83\x52\xaa\x22\x55\x41\x20\xb9\xa1\xeb\x89\x84\x15\x2f\ \x5f\x34\x4d\x4b\x26\x93\xad\x56\x2b\xae\x6b\xa8\x28\x8a\xef\x7b\ \x44\x51\x09\x41\x52\xca\x64\x2a\x15\x85\x61\xb3\xd9\x14\x42\x24\ \x93\xf6\xde\xc7\x1e\xdb\xba\x75\x4b\xbd\xde\x28\x2e\x96\x7b\x7a\ \x7a\x1e\xde\xfe\xc8\xbe\xfd\xfb\xff\xc7\xb8\xff\xcf\x76\x02\xc6\ \x1d\xe3\x52\xa9\xd8\xd7\xdf\xa7\x69\x44\x70\x06\x20\xa5\x60\x81\ \xef\x2b\x09\xbb\x59\x75\x42\x77\x1e\x63\xd4\x8e\x02\x90\x08\xbc\ \x80\x03\xe6\x00\x08\x68\xff\xe0\x70\x77\x47\x36\x9d\x48\x86\x51\ \xc4\x18\x48\xa9\x55\xca\x65\x5d\x57\x8a\x8b\xf3\x86\xa6\x50\x4a\ \xd3\xb6\x9d\xb0\x7b\xfd\x20\x4c\x26\x92\x8d\x66\x59\xd3\x8c\xd2\ \xc2\x82\xa9\xa7\x0a\x1d\x9d\x7e\x84\x10\xc2\x96\x69\x83\xe4\xa6\ \xae\x11\x82\x05\x67\x82\x33\x00\x30\x74\x2d\x61\x5b\x7d\xbd\x3d\ \x83\x03\xfd\x86\x61\xf8\xbe\x8f\x40\x62\x8c\x5b\xad\xd6\xf8\xf8\ \x78\x10\x04\x08\x21\x79\x14\x43\x27\x71\x4a\xf2\xf1\x0e\xdc\xb2\ \x4d\x3f\xa6\x3a\x2b\x85\x3c\x1a\x68\x8d\xcb\xc9\x63\x8c\x01\xa1\ \x85\xc5\xc5\x4a\xa5\x4a\x08\xee\xec\xec\x6c\x5b\x26\x48\xa4\x28\ \xca\x52\xb9\xd4\x6c\xb6\x0a\x1d\x05\xd5\x40\x7e\x10\x08\x01\x99\ \x8c\xd6\xad\xeb\xf5\x56\x8d\x26\xac\x54\x22\x19\x85\xc2\xd2\x2d\ \x29\x25\x23\x2c\x0c\x3d\xc7\x75\xa2\x28\x4c\xa5\x92\xcb\xbc\x91\ \xbf\x3d\xac\x05\x18\x53\x8c\x10\x42\x80\x00\x21\x21\x08\x20\x53\ \xd7\x63\x15\x17\x16\x70\x55\x25\x08\xa1\x7a\xa5\x9c\x4a\xe8\x0a\ \x4d\x50\x82\x4a\x4b\xc5\x4c\x3a\x99\x30\x8c\x23\x93\x93\xab\x57\ \x8e\x26\x92\xc9\x61\x3b\x4d\xa9\xde\xd5\xdd\x53\x5e\x2a\x26\x75\ \x35\x8c\xbc\x72\x69\x89\xda\x59\xd3\x50\xd2\x29\x5b\x02\x89\x73\ \x74\x43\x3f\x44\xaa\x82\x41\xb0\xa3\x9a\xf8\x11\x20\xd0\x54\x92\ \xcb\xe5\xa2\x28\x0a\x82\x20\x0c\x02\xce\x79\x14\x45\x6d\xa7\x39\ \x3b\x3b\x1b\x45\xcc\x4c\x24\xb7\x6c\x39\x79\x7e\x7e\xd6\x8f\xa2\ \x5c\x2e\xb7\x6f\xff\x81\x66\xb3\x85\x81\x0a\x61\x00\xe2\x61\xe8\ \xaa\xaa\x2e\x25\x8d\x0b\xf5\x1d\x1f\xed\x38\xba\x23\x21\x62\x4c\ \x22\xa4\xa8\x8a\xaa\x69\xb1\x44\xbb\xd3\x6c\x25\xbb\x3b\x3c\xcf\ \x5d\x58\x58\x6c\xfb\xb8\x52\x6d\x08\x8e\xa9\xa6\x05\x61\x84\x29\ \x09\xa3\x30\x0c\xfc\x28\x0c\x54\x8a\x75\x4d\xab\xd7\x5a\x02\xa2\ \x53\x4f\xd9\x72\xf2\xe6\x75\x89\x84\x4e\x11\xae\xd5\x2b\x9a\x1a\ \x0b\xbe\x9f\x20\x45\x50\x00\x20\x29\x85\x90\xa0\xe0\x38\x2d\x0b\ \x01\x42\x11\x17\x80\xd1\x62\xb1\xa8\x61\x88\x3c\x3c\xd8\xdb\x61\ \x99\x16\xf3\x9b\xa5\xa5\xba\x88\x42\x5d\xd7\x1b\x8d\x26\x22\xd8\ \xf1\xdd\xa6\xd5\xde\x76\xca\xa9\x8e\xd3\xd8\x76\xda\x69\x3b\x77\ \x3f\x9a\x47\x90\x33\x33\xa9\xa4\x9d\x4c\xb6\x25\xc6\xaa\xaa\xc6\ \xc8\xd2\x51\xca\x96\xaa\xc6\x02\xbf\xaa\xa6\x29\x94\x68\x54\xa1\ \x18\xb5\xdb\xed\x66\xad\x1a\x04\x11\xa5\xd4\xf3\xbc\x03\xfb\x67\ \x5d\xd7\x85\xff\x8f\xbd\xef\x0c\x8c\xa3\xba\xda\x3e\xb7\x4c\xdb\ \xbe\xea\x92\xd5\xdc\x63\x30\x06\x1c\x4c\x33\x36\xcd\xd4\x10\x8c\ \x03\x4e\x20\x04\x02\xa1\xc4\x01\x42\x0b\x35\x40\x48\x08\xf0\x92\ \xbc\x1f\x2d\x74\x48\x80\x84\x24\x0e\x25\x40\x28\x26\xf4\xde\x0c\ \xae\x18\xcb\x4d\xb6\x64\x49\x56\xd7\xf6\xa9\xb7\x7c\x3f\x46\x92\ \x65\x1b\xde\x10\x5b\x4e\xb0\x3d\x8f\xf6\xc7\xee\xec\x6a\x77\xe6\ \xcc\xbd\xcf\x7d\xee\xb9\xe7\x9e\xc3\xc5\xde\x7b\xee\x01\x7b\xe2\ \xa2\x92\x92\x49\x7b\xed\xd1\xd5\xdd\x13\x90\x7b\x80\x6d\x50\x31\ \x80\x0a\x66\x3e\x4a\x43\xd9\xac\xe9\xb9\xb6\xa6\x2a\xaa\x42\xf3\ \x59\x33\x12\x26\x0a\x35\x98\x0b\x1e\x62\xd8\x90\x0a\x22\x0a\x26\ \x44\x62\x21\x41\x0d\xa9\x94\x50\xcf\x13\x7d\x7d\x7d\x89\xea\x2a\ \xc3\xd0\x28\x91\x20\x5c\xcf\x64\xc0\x5d\x2d\xa4\x26\xe2\x11\x33\ \x97\x29\x2e\x2d\x73\x2d\x6e\xe8\x5a\xa1\x40\xd3\xa9\x54\xb4\xa4\ \xda\xe6\x42\x0a\x88\x86\x23\x80\x89\x90\x88\x22\x4c\xc0\x4f\x1e\ \x45\x34\x4d\x33\x4d\xb3\xbb\xbb\xbb\x50\x28\xf8\xc1\x7c\x85\x42\ \x01\x24\x78\x9e\x17\x8f\x25\x30\x26\x4b\x97\x2e\xa1\x94\x7a\xae\ \xeb\x2f\x90\x52\x8a\xfd\x48\x0d\x4c\x36\xa6\x91\x19\xaa\xd9\x11\ \x42\xfe\x46\x3c\xc6\x98\xaa\x6b\x8e\x6d\x33\xce\x28\x21\xae\x65\ \xb5\xb6\xb6\xa6\xd3\xe9\x78\x54\xc7\x04\x25\x12\x09\xd7\xe9\x4f\ \x0e\xcc\x19\x6f\x6b\x6b\xe3\x08\x87\xc3\xe1\x58\x2c\x2e\x84\xcc\ \x64\xd2\x21\x4a\x39\x22\xaa\xaa\xd9\x0e\x77\x1c\xee\xba\x2e\xc2\ \x42\x51\x48\x38\x14\xb6\x2c\xb9\x2d\xd1\xd6\xfe\x60\x43\x30\x46\ \x08\x28\x21\x18\x61\x4d\xd3\xfc\x54\x5f\x02\x21\x29\x84\x99\xcf\ \x17\x25\xe3\x7d\xdd\x9d\x6e\x81\x54\x14\x8d\x73\x1c\x5b\x57\x28\ \x63\x4e\x6f\xca\x4c\x14\x25\x0b\x76\x81\x77\x38\x52\x09\xa5\xb2\ \x85\xc9\x7b\x7f\xb3\xac\xa4\x98\x15\xf2\x99\x74\x4f\x38\xa6\x97\ \x14\x25\xba\x33\x36\x41\x18\x30\xf1\x37\x44\x32\x55\x45\x08\x31\ \xce\x25\x20\xc6\x98\x9f\xd1\x01\x21\x64\xdb\x16\x63\x0c\x21\xec\ \xd7\xdb\x33\x4d\x33\x93\xc9\x48\x29\x43\x61\x23\x19\x8f\x2b\xba\ \x76\xc2\xac\x99\xb6\xeb\x16\x17\x17\xef\xd7\xd1\xb9\x6a\xf5\xaa\ \x96\xb6\x0d\x6d\x6d\x1b\x08\x01\x4a\x14\x89\xb0\xe7\xb8\xfe\xb6\ \x61\x3f\x7f\xe7\xe0\xc2\xb5\xef\x1f\xc3\x04\x67\x32\x19\x8a\x91\ \x10\x4c\x51\x22\x84\x2a\x45\xc5\x45\x5d\xdd\x5d\x86\xae\x67\x7a\ \xd3\x8b\x3e\x6b\x2a\xe4\x6d\xa2\xa8\x9a\x6e\xd8\x9e\x9f\xfa\x5c\ \x70\xe1\xf9\x7b\xfe\x18\xf7\xea\xea\x6b\x26\x4c\x18\x3f\x76\xcc\ \xc8\x58\xd4\x00\x60\x48\xf0\xb0\x51\x94\xcf\xe5\x15\x95\x12\x87\ \x6c\xcb\x82\xaa\xdf\x48\xfa\x63\x38\x11\x76\x5d\x9b\x73\x41\x29\ \x15\x1c\x00\x91\xd2\x92\x32\x2b\x97\x4a\x67\x7a\x1d\xdb\x49\xa7\ \xdd\x11\xe5\x49\xa3\x34\xc9\x3d\xa7\xa4\xa4\x4c\x08\xe1\x87\x00\ \xe5\xf3\xb9\xf5\xad\x2d\xdd\x9d\xed\xa5\xc5\xc5\xe1\x70\x38\x1c\ \x0e\x53\x4a\xa8\xa4\x18\x40\x20\xe4\x67\xbf\xf0\x43\x75\x0b\xa6\ \x29\x85\xb0\x1d\x9b\x60\xc2\x98\xe7\x58\xb6\x8b\x01\x81\x34\x74\ \x03\x21\x45\xd3\x8c\xb6\xb6\x36\xbf\x7c\x55\x71\x71\x31\x48\x94\ \x48\xc4\x5d\xd7\xed\xeb\xeb\x42\x88\x54\x54\x96\x05\xe4\x1e\x00\ \xb6\x85\x62\x42\x61\xcd\x75\xdd\x68\x34\x5c\xc8\x0b\x0c\x90\xcb\ \x16\x42\xe1\x30\x22\xc4\xca\x5b\xf1\x78\xd2\xf3\x3c\xc6\x5c\x42\ \x15\x42\x35\x85\x52\x00\xe4\x48\xa6\x52\x25\x16\x8d\x9a\xb9\x8c\ \xa2\x10\x45\xa1\x08\x64\xba\xaf\xcf\x50\xd0\xb8\x31\xa3\xda\xdb\ \x5a\x6c\xab\xd0\xd7\x9b\x26\x54\x59\xd3\xb8\x36\x95\xea\xab\xae\ \x1f\x11\x0e\x87\x3b\xdb\xdb\x12\x65\xf5\x04\x41\x3e\x9f\x8b\x45\ \xe3\x88\x0b\x4d\x0b\x69\x1a\x8d\xc6\x62\x3e\x29\xf8\xf9\xdc\x15\ \x45\x61\x8c\x99\xa6\x89\x10\x8a\x44\x22\x66\xc1\xa2\x44\x4d\x26\ \x4b\x57\xad\x6a\xe4\x4c\xfa\x92\x4d\xf4\x3b\x5b\x06\x3a\x2a\x20\ \x18\x92\xdb\x64\xb3\xb0\x3c\x3f\x7b\x09\xe7\x82\x33\x41\x15\x15\ \x51\x92\xcd\xe6\x0c\x23\x44\x28\xee\xea\xda\x50\x56\x52\xe6\x0f\ \x0c\x20\x64\x22\x91\x00\x40\x6b\x9b\xd7\x77\x74\x74\xc4\x62\xf1\ \xb2\xb2\xf2\x50\x28\x64\x5b\x26\x73\x5c\xc7\xf6\x1c\x26\x74\x4d\ \x0f\x87\x42\x8e\x67\x0b\xc9\x0d\x4d\x8f\x44\x8d\xb2\xb2\xf2\xad\ \xce\xf1\x29\xa5\xe0\x20\x41\x08\x84\x41\x21\x54\x48\x69\xbb\x0e\ \x21\x34\x62\x18\x88\x92\x42\xbe\x50\x55\x59\xd3\xd7\xd3\x19\x8e\ \xc6\x5c\x33\x93\xcb\xe5\x29\xd6\xa3\xe5\x45\x14\x03\x56\xa4\xa1\ \xea\x89\x44\x0c\x21\xaf\xbd\x2b\x15\x0e\x47\xec\x42\x6e\x43\x6b\ \x4b\x65\x49\x91\xe3\x32\x5d\xca\xf6\xf6\x0d\xf1\xd2\x2a\x4d\xa3\ \x02\x28\x42\xe0\x2f\x39\x60\x8c\x09\xa1\x44\xe9\xdf\x56\xa2\x60\ \x9a\xf7\x0a\x6b\x56\x77\x00\x82\x8a\xf2\x32\x23\x14\x22\x84\x86\ \x8c\x88\x42\x95\x50\x6d\xc8\x73\xb9\xaa\x6b\xe9\x4c\x9a\x52\xe4\ \xe5\xcc\x6c\x1a\x63\x10\x13\xc6\x7f\x23\x12\x8e\xb4\xb7\xb7\x7b\ \x9e\xc0\x04\x98\xcb\x08\x21\xb5\x35\x55\x53\xa6\xec\x83\x10\x7e\ \xf6\xd9\x7f\x10\xac\x49\x90\x84\x10\x2e\x78\x38\xaa\x45\xa3\x51\ \xd3\xcc\xeb\x9a\xe2\xb9\x56\x65\x79\xa9\xae\xd1\xde\xde\xde\x74\ \x3a\xd7\xd0\xbe\x6a\x5d\x53\x8b\xcd\x75\x81\x90\x65\x59\x5c\x0a\ \x95\x60\xc4\xb9\x64\xae\xa1\x69\xa3\xc6\x8e\xde\x7b\xd2\xee\x95\ \x23\xea\x10\xa2\x02\xb8\x82\x01\x24\x93\x12\x1c\xc7\xe9\xcb\x66\ \x15\xaa\x48\x21\x1d\xc7\xde\x96\xe4\xaf\xb2\x7f\xec\x97\x42\x48\ \x40\x30\x58\x4f\xca\x71\xec\x82\x69\x2b\x61\x54\x51\x59\xb9\x32\ \xdd\xa3\x6a\x5a\x49\x69\xbc\x2f\xd5\x53\xc8\xf4\xd4\xd7\xd5\x36\ \x37\xaf\x63\x4c\x24\x92\x49\xa2\xab\x15\x15\x95\xed\x1b\xda\x32\ \x7d\x7d\x45\x89\x98\x6d\x59\x99\x4c\xce\x11\x1a\xc7\xdc\xe5\x2e\ \xc1\x8a\xe7\x61\x4a\x88\xae\xeb\x04\xe3\xb0\xa6\x7b\x9e\xc7\x6c\ \x17\x29\x8a\xf0\x98\xe7\x78\x3d\xa9\x5e\xb3\x50\xa8\xad\xad\x8b\ \x46\xa3\x84\x20\x5d\x37\xc2\xe1\x70\x22\x91\xf4\x4b\x97\x74\x76\ \x76\xba\xae\xe3\x38\x0e\x20\xec\xb8\x2c\x20\xf7\x00\xdb\xa4\x62\ \x1c\xbb\x10\x0a\x85\x3c\xd7\xd1\x34\xd5\xb6\x6d\xac\x10\x4f\x30\ \x4f\x30\x6a\xe0\x82\x93\x06\x24\x15\x20\x04\x13\x0f\x4b\x06\x9c\ \x73\xa1\xeb\x2a\x63\x6c\x5d\xd3\xda\x78\x34\xc2\x24\x50\xaa\x6a\ \x2a\x70\xd7\x8d\x27\xe3\x0b\x16\x2e\x1d\x3b\x66\x74\x69\x59\x49\ \x49\xb9\x5b\x5c\x52\x1a\x8e\x25\x6d\xcf\x6e\x6d\x6f\x49\x3a\x5e\ \x51\x59\x8d\xa6\xa2\xe2\x64\x18\x91\x90\xe3\x71\xc3\xd0\xda\xda\ \xda\x22\x35\x35\xaa\xa2\xb9\xb6\xc7\x10\x0f\x19\x61\xcb\xb2\x5c\ \xc7\x53\x14\x25\x16\x8d\x87\x42\x21\x42\x08\xc1\x0a\x42\xca\x9a\ \xd5\x8d\xbd\x3d\x29\x42\x14\x4a\x54\xdb\x76\xfc\x6c\xd7\xae\xeb\ \x2a\x54\xe1\xc0\x86\x26\xb1\x1a\xe4\x77\x1f\x58\x02\x92\x9c\x3b\ \xae\xa1\x69\xd9\x4c\xbe\xb2\xb2\xca\xcd\xe5\x0b\x96\xdb\xdd\xd3\ \x53\x92\x08\x27\xa2\xb1\x5c\x26\x43\x89\xea\x6f\x9b\x32\x2d\xcb\ \x2f\x0c\x24\x11\x10\xaa\x50\x45\x05\x84\xc2\x4a\xb2\x50\x28\x10\ \x42\x75\x00\xc1\x39\x42\x18\x69\x21\x7f\xbb\x8e\x94\xc2\xb1\xd9\ \xd6\x5b\x9e\x10\x4c\x71\x28\x14\x4e\x24\x12\x94\x10\xce\x58\x2e\ \x9f\xc7\x00\x0c\x31\x0a\x32\x51\x1c\xeb\x4e\x77\x22\x85\x46\x22\ \xb1\x9e\x82\x6d\x79\x78\x5c\x79\x8d\xeb\x66\xb2\x66\x3a\x11\x89\ \x13\xe0\xab\xd6\x36\x61\x55\xd4\x8d\xa8\x16\x2e\xf7\xf2\x19\x2f\ \x9f\x55\xca\xcb\x35\x23\x92\xce\xe5\xaa\x8b\x8b\xd3\x99\x6e\xc6\ \x58\xde\x72\x54\x55\x89\x46\xa3\xc5\x9a\x6e\x9a\x26\x80\xc4\x20\ \x19\x63\x2e\xf7\x54\x4a\xb9\x40\x75\x23\x47\xb9\xae\x2b\xa5\xe0\ \x02\x1c\xd7\x75\x3c\xe6\x79\x82\xb8\x9c\x31\x5e\xe8\xeb\xf3\x5c\ \x4f\xd7\xb4\x78\x28\x04\x20\x42\xb1\xe8\xfa\x96\xb6\xae\xf6\x0e\ \x05\xab\xa0\x22\x00\x82\xa5\xcc\xa4\xbb\xca\x26\x8d\x09\xe9\xa2\ \xa8\xa8\x78\xb7\xf1\xe3\x16\x2e\xfa\xcc\x88\x44\x25\x12\xaa\xae\ \x10\x0c\x33\x0e\x9d\xb6\x68\xc1\x7c\x2c\xbd\x3d\x26\x4e\xae\xa9\ \xa9\x76\x5c\x27\xa4\xa9\x8b\x9b\xd6\xaf\x5d\xb7\x1e\x29\x86\x07\ \xc8\xf5\xb8\x6e\xe8\x42\x78\x51\x23\x94\xcd\xa4\xa2\x21\xfd\x3b\ \xb3\x8e\x1f\x51\x5e\xe6\xba\x8e\xe4\x36\x97\x92\x00\x00\xc1\xfd\ \xcb\x8f\x98\x44\xa3\x09\x4a\x29\x20\x84\xf3\x74\x5b\x92\x90\x73\ \x84\x18\x08\x4a\x28\x02\xe9\x30\x3b\x1c\x36\xb2\xf9\xb4\xa2\x18\ \x84\x28\xb6\xe5\x26\xaa\x47\xb8\xc2\xd1\x42\xe1\xbe\x6c\x2e\x16\ \xd5\x85\x44\x63\xbf\x31\xd1\xb3\x73\x02\x64\x55\x75\x85\xa2\x28\ \x46\xb4\xc8\x29\xd8\xe5\xc5\x45\x4e\x2e\xa3\x12\x5a\x53\x5d\x97\ \x77\xb9\xed\x4a\x6a\xa0\x92\xf2\xa2\x9e\xde\xb4\x26\x41\x53\x54\ \xd7\x71\x5c\xcb\x11\xaa\xae\x52\x05\x4b\x20\x84\x18\x21\xa3\xc7\ \xe9\x1d\x3f\x6e\x22\xe3\x22\x93\x49\xa7\xd2\x05\x4a\x09\x20\x92\ \xce\xe4\x34\x4d\x13\x82\x65\xb2\x59\x4c\xb0\xae\xab\x8c\xb9\x9a\ \x6e\xc4\xe2\x3a\x1d\x5e\x1d\x17\xf0\xdd\x0e\xcd\xd4\xe8\xdf\xbf\ \xe3\xb1\x58\xcc\x5f\xca\xf7\xe3\x0b\xfd\x64\x75\x8a\xa2\x28\xaa\ \x4a\xa9\x9f\x5c\x5a\xba\x8c\x2b\x8a\xa2\x6a\x9a\x00\x88\xc7\xa2\ \x56\x3e\x47\x89\x5c\xbf\x7e\x7d\x65\x49\x51\x21\xa1\x14\xd2\x85\ \x44\x3c\xda\xd9\xd5\x55\x5d\x5d\x93\xcb\xe7\x4d\xcb\xf4\x5c\xaf\ \x60\xda\xa3\xc7\x8e\xd3\x5c\x2b\x56\x1c\x5e\xb9\x72\x6d\x71\x59\ \x8d\xa1\x6b\x08\x01\x92\xe0\xef\xd9\xf3\xeb\x32\x5b\x96\xe5\x7a\ \x2e\xc2\xa8\xdf\x4d\x41\x48\x2c\x16\x73\x1c\xa7\xbb\xbb\x5b\xd3\ \x34\x00\xac\x28\xc4\xf3\x58\x34\x1a\x35\x4d\x9b\x50\x8a\x3c\xa6\ \xa9\x9a\xaa\xaa\x8e\xe3\x02\x16\x52\x6c\xd4\xe9\x83\x57\x3f\x18\ \x0b\x81\x10\xc2\x04\x03\x02\x04\xd8\x0f\xed\x20\x98\xda\xb6\xdb\ \xd1\xde\x51\x9a\x1c\xc3\x19\xb3\x6c\xcb\x32\xd3\xb1\x58\x2c\x96\ \x88\x9b\xa6\xe5\x0f\x1b\x08\x63\x45\xd3\x09\xa5\x5c\x0a\xe6\x70\ \x3f\x85\x99\x1f\x79\x89\x31\x26\x52\x0a\x7f\xa5\x97\x73\x4a\xb7\ \x7e\x7f\x75\x4d\x6d\xcd\xc4\x89\x13\x6d\xdb\x36\x4d\xb3\x2f\x95\ \xb2\x4c\x53\x4a\x59\x92\x4c\x62\x42\x04\xe7\xa3\x47\x8d\xfa\x7c\ \xe5\x72\x85\xea\xba\x61\x68\xba\x61\x59\x4e\xdb\x86\xf6\xf2\x12\ \xa3\x7e\xe4\x48\xcf\x74\xb8\x2d\xca\x4a\xcb\xb1\x26\x11\x46\x18\ \x81\x94\xa2\x90\xcf\x3b\x9e\x13\x8f\x27\x8a\x43\xfa\xf2\x86\x15\ \x55\x35\x23\x09\x21\x8a\x82\x34\x4d\xf3\x77\x3f\xfa\x25\x6a\x15\ \x45\x09\x85\x42\xbe\x71\x18\xe3\xfe\x7e\x54\xc7\x71\x4c\xd3\x0a\ \x87\xc3\xbe\x83\x9e\x73\x41\x08\x71\x05\x68\x9a\xa6\x1b\x06\x67\ \xae\x69\x9a\x8e\xed\xf4\xa5\x52\x66\xc1\x0c\x87\x23\xa6\xcb\x4c\ \xcb\x96\x0c\x42\x21\x23\x16\x8b\xd8\xb6\x89\x11\x14\x25\x8b\x08\ \xc6\x9e\xc7\x22\x51\x03\x29\x58\x32\xe6\x3a\xce\xe1\x87\x1d\xea\ \x39\x05\xce\x1c\xcb\x32\x7d\x47\x7c\x69\x69\xc9\xca\x95\x8d\xba\ \x1e\x71\x4c\x07\x61\xc4\xa5\xd4\x35\x55\x0a\xa1\x6b\x6a\x55\x65\ \x05\xc1\xb8\x90\xcf\x49\x29\x39\x48\x4c\xfd\x3c\x91\x8a\xae\x69\ \xba\xa6\xf9\xe5\xf7\xfc\x7c\xa2\x78\x1b\x73\xae\xf8\x2e\xbb\x81\ \x84\x20\x7e\x89\x47\x7f\xf1\x40\x4a\x49\x14\x6a\x17\xf2\xba\xae\ \x3b\xae\x13\x8d\x45\x85\x83\x0a\x56\xa1\x34\x9e\x08\x85\x0c\x45\ \x51\xea\xea\xea\xd7\x36\xb7\xe5\x33\xd9\x7c\xba\xcf\xf5\x3c\x42\ \x29\xa5\x9a\x81\x49\xda\xf2\xba\x3b\xba\x6c\x4e\x00\x21\x42\x29\ \x00\x10\x4c\x7c\xdf\x97\x14\x82\x31\x6e\x16\x0a\x8e\x6d\x67\xb3\ \x39\xc6\x40\xd5\x0c\x8c\x48\x24\xa2\xab\xaa\x6a\x9a\x05\xbf\xe9\ \x52\x4a\x29\xa5\x12\x84\x42\x95\x70\x38\xdc\xd5\xdd\x0b\x68\x98\ \xf2\xb9\x0b\x21\x5a\x5b\x5b\x03\x72\xdf\xd1\xc9\x7d\x2b\xda\xbd\ \xef\x98\xe6\x9c\x2b\x8a\x12\x89\x44\xe2\xf1\xf8\x60\x25\x4c\x84\ \x10\x67\x6e\x2a\xd3\xa7\x30\xc9\x24\x08\x29\x63\xf1\x78\x6f\x6f\ \x37\x45\xa8\xbc\xac\xc8\xb1\x4c\xce\xb9\xa6\x69\xb1\x44\x88\x20\ \x19\x52\x94\x92\x92\x92\x0d\x1b\x5a\x12\x89\x78\x36\x9b\xf3\xa3\ \x7a\x97\x2c\x5e\x3c\x76\xb7\xd1\x94\x50\x4a\x69\x2a\x9d\x0a\x85\ \x42\xb6\x8d\x40\x4a\x3f\xf5\xae\xe7\x79\x8c\x51\x8c\xfb\xcb\xb6\ \xf9\xed\xb0\xa7\xa7\x07\x63\x5c\x5c\x5c\xcc\x39\x27\x44\xe9\x68\ \xef\xee\xea\xea\x1c\x3d\x7a\xd4\x67\xcb\x96\x31\xe6\xe6\x0b\x05\ \x84\x91\x10\xc2\xaf\x94\x4d\x10\x70\xc1\x07\x69\x7d\xd0\xe1\xee\ \x47\xda\x48\x09\x94\x10\x29\x24\x21\xd8\xcf\xe7\x4e\x29\x01\x29\ \x5a\x5b\x5b\x47\xd5\x55\x4a\xee\x32\xc6\x92\xc9\xa4\xe3\x38\x3d\ \x3d\x3d\xc5\x25\x25\x96\x65\x4b\x6c\x7b\x8c\x31\xc6\x84\x94\x80\ \x50\x3a\x9d\x1e\xf4\x8f\x73\xce\xd5\x81\x1d\x2e\x9b\x25\xbc\xdd\ \x0a\xb4\xb7\xb7\xb7\xb4\xb4\xf8\x1b\x68\xfb\x83\x11\x55\x55\x55\ \xd5\x6c\x36\xab\xeb\xfa\xe2\xc5\x4b\xb0\x8a\x35\x15\xbb\xae\x2b\ \xb8\xf0\x0d\x12\x0e\xa3\x54\x2a\x15\x56\x8d\x58\x3c\xe6\x71\x2f\ \x1c\x0e\xa9\x08\x4c\xdb\xc9\xe5\x32\x75\x75\x35\x86\x11\x4a\x67\ \x33\x61\x84\x2b\x2a\xab\x5b\xda\xda\x40\x2b\xf6\x0b\x68\xf8\xe7\ \xec\x79\x9e\x9f\x79\x31\x97\xcb\x65\x32\x19\x4a\x95\x48\x24\x8e\ \x10\x4a\x26\x93\x3e\xad\x17\x0a\x05\xbf\x5a\xa1\x9f\x96\x56\x51\ \x15\xe6\x79\xbe\x33\xdd\xf3\x3c\x42\x95\xb2\xb2\xb2\xce\xae\x5e\ \xab\xb3\x87\x09\xd0\x75\xdd\x15\xae\x1e\x8a\xd4\xd6\xd6\x52\x0a\ \xbe\x71\x30\xc2\xae\xe7\x79\x1e\x0d\x87\xc2\x98\xd2\x8e\xce\x8e\ \x48\x48\x55\x88\x94\x42\x16\x0a\x85\x50\x28\x94\x48\x24\x6a\x6b\ \xeb\xea\xea\x3b\x37\x74\xf4\x62\x8c\x11\x46\x66\xa1\x10\x0f\x27\ \xc7\x8d\x19\xbd\xc7\x84\x09\xe1\xb0\x16\xd2\x15\x2b\x9f\x0f\x87\ \x0c\x2e\xa5\x27\x85\x9f\xee\xdc\x5f\x48\xf7\xc7\xdd\x81\xaa\x7e\ \xdb\x1a\x44\x00\x7e\x25\xd5\x81\xc4\x09\xcc\x63\x88\x52\xbf\x41\ \xa6\xfa\xfa\x1c\x2b\xab\xa9\x8a\xed\x7a\x08\x93\x68\x2c\xae\x51\ \x11\x8d\xc7\x09\x16\x99\x4c\xa6\xb7\xb7\xaf\xa2\xbc\x52\x16\x97\ \xb9\xae\x55\x5e\x5a\xd6\xd7\xd7\xa7\x30\xca\x89\xd6\xdb\x97\xcb\ \xda\x3c\x9a\x2c\xf7\x38\xf3\xa3\xda\x09\xf4\xa7\xc9\x44\x00\x7d\ \x3d\x3d\xbd\xbd\xbd\xb1\x58\x4c\xd1\x74\x4d\xd3\x75\xc3\x90\x52\ \x72\xe9\xe5\xf3\x79\x00\xe9\x5f\x1d\x21\x08\x00\x3c\xcf\x63\xae\ \x1b\x0a\x19\x18\x13\xdd\x08\x0f\x9b\x72\x47\x18\xc3\x36\xa4\xc0\ \x0f\xf0\x75\x20\xf7\x7f\xb7\xd9\x4b\x00\x43\xd7\x63\xf1\xf8\x60\ \x69\x9b\x5c\x2e\xe7\x8b\x5c\x5f\x28\x09\xc1\x84\xe4\xa1\x70\x84\ \x62\x8a\x30\x8e\xc5\x62\xc5\xc9\x44\x3e\x9b\x51\x55\x42\x08\x29\ \x14\x0a\x8a\xa2\x74\x77\x77\x96\x95\x16\x7b\x8e\xb3\x60\xc1\x82\ \xea\xea\xca\x9e\x9e\x9e\x64\xb2\x28\x14\x8e\xae\x5c\xb9\x12\x00\ \x39\x8e\xa3\x28\x4a\x26\x9b\xd1\x23\x25\x08\x63\x3f\x91\x1a\xe7\ \xdc\xdf\x0f\xe9\x7b\xdb\xfd\x3e\xe6\x37\xee\x54\x2a\xe5\x8b\x29\ \x42\x88\xaa\xea\x91\x48\xe4\xc0\x03\x0f\x2c\x2b\x2f\x6f\xef\xe8\ \x68\x6b\x6d\xc7\x18\x53\x2a\x09\xe9\x8f\x03\x19\xcc\x3a\xb0\x59\ \x78\xbb\xdf\x6f\x39\xe7\x84\x50\xc6\x25\x21\xd4\xb3\x2c\x29\xfb\ \x17\x5d\xbb\xbb\x7b\x54\x4d\x55\x89\x06\x20\x4d\xd3\xd1\x34\x0d\ \x53\x92\xea\x4b\x45\xa2\x51\x55\xd5\x18\xe7\xae\xe7\x02\xc3\x80\ \x51\x51\xb2\xc8\xf5\xfa\x0b\x19\x0f\xae\x19\x52\x4a\xfd\x9d\x87\ \xdb\x52\xcc\xd3\xa7\x00\xc3\x30\x30\xc6\x9a\xa2\x32\xc6\xb2\xb9\ \x5c\xd8\x30\x2a\x2b\x2b\xbb\xba\xba\x54\x55\xc5\x2a\x46\x18\x15\ \x0a\xa6\xff\xa3\x05\xb3\x50\x5a\x54\x44\x35\x5c\x5d\x31\x22\xaa\ \x47\x9b\x5a\x9b\xc3\xba\x11\x09\x1b\x51\x5d\x4f\xf7\xf4\x6a\xba\ \xe6\xb9\x4e\x22\x91\x68\xef\x4e\x11\xdd\xe8\xed\x4d\x47\x8b\x63\ \xfe\xb0\xed\x38\x8e\x9f\x31\x3c\x14\x0a\x61\x8c\x6d\xdb\xc6\x18\ \x63\x8c\xfc\x38\x19\xbf\x30\x9e\xcf\x9b\x83\x83\xbd\x94\x02\x01\ \xf8\x75\x68\x75\x95\x70\xce\x0b\xa6\xa5\x28\x4a\x22\x91\x60\x8d\ \x4d\x1c\x30\xf7\x3c\x29\x25\x42\x38\x14\x0a\x29\x0a\x72\x5c\x27\ \x93\xc9\xf8\x2a\xd5\xb2\x6c\x3d\xa2\x53\xa2\xc4\x63\x31\xcb\xb2\ \xd4\xa8\x41\x29\xcd\x17\x2c\xd7\x75\x63\xf1\xa2\x44\x22\x31\x7e\ \xfc\xf8\x0d\x1d\x1f\x00\x48\x21\x24\xc5\x48\x51\x94\xdd\x77\xdf\ \x8d\x12\xe4\xda\x26\x06\xcd\x75\x5d\x90\x1c\x08\x21\x43\xc6\x51\ \x7f\x31\xc6\x1f\x7b\x18\x63\x62\xdb\x68\xaa\xff\x6b\x41\x0e\x94\ \xeb\x52\xc8\x40\x6d\x2f\xdb\xb6\x53\xe9\xb4\xa1\x52\x82\x88\xeb\ \x79\x5d\xdd\x3d\xd5\x65\x49\xcf\x32\x91\x94\x45\x89\x28\x55\x68\ \x36\x9b\xb3\x1c\x39\xa2\xa2\x22\x93\xc9\x64\x32\xf9\xce\xae\xbe\ \xe2\x32\x6d\xd9\xca\x65\x7d\x39\xa7\x64\x44\x6d\xa1\x60\x4a\x40\ \xf1\x58\x18\x13\xa2\x52\x45\x91\x52\x51\x14\xc1\x79\x34\x12\xf1\ \x3c\xcf\x30\x0c\xcd\x08\xb5\xb5\xb5\x26\x8b\x4a\x0c\xc3\x50\x54\ \x42\x08\xe1\x9c\xf9\x99\x94\x84\x90\xfe\xba\x91\xe0\xcc\x17\x46\ \x85\x42\x3e\xf0\xb9\x07\xd8\x06\x15\x83\x50\x5f\xaa\xcf\xf5\x5c\ \x21\x24\xf3\x3c\x4c\x30\x21\x14\x0f\xac\xf8\x63\x8c\x11\xc1\xdc\ \x73\x19\x63\x44\xc1\x99\x74\xd6\xb2\x6d\xc1\x3d\x02\x50\x94\x08\ \xa7\xfa\xfa\xaa\x4a\x92\x99\x74\x5f\x45\x71\xd2\x75\x4c\x9d\xe2\ \x91\xb5\xd5\xa1\x90\xa6\x1b\x3a\x46\xb8\xa7\xb7\x2b\x6f\x5a\x65\ \xe5\xa5\xe1\x90\x1a\x8b\xc6\x3b\xba\xbb\x46\x44\x92\x85\x7c\x8e\ \x73\x15\x51\x45\x55\x15\x84\xd4\x54\x5f\x0a\xa4\xa4\x0a\x15\x42\ \x50\x82\x11\xc6\xb6\x6d\xd5\xd4\x54\x2b\x8a\x92\x4e\xa5\x34\x5d\ \x4f\xf5\xf5\xf4\xa5\x72\x08\x50\x69\x49\xf1\x77\xbf\x3b\xfb\xf5\ \x57\xdf\xda\x7b\xca\x94\xd7\x5e\x7b\x63\xc5\xca\x55\xb6\x6d\x73\ \xc6\x4c\xcb\x14\x52\x4a\xd9\xbf\xa7\x09\x63\xe4\xaf\x97\xf9\x5b\ \x1c\x19\xe3\x88\x48\xd7\xe3\x8a\xa2\xa6\xd3\xd9\x7c\xbe\x20\x05\ \xb7\xad\xac\x70\x0b\x21\xc3\xd0\x14\xec\x38\x8e\xae\xc9\x7c\xbe\ \x40\x14\xaa\xaa\x4a\x3a\x9d\xd2\x42\x61\x8c\x91\xa2\x28\x42\x82\ \x00\xd9\xd9\xd9\x91\x48\x26\x43\xa1\x90\x3f\x90\x0c\x26\x26\xf3\ \x63\x21\x54\x55\xdb\x6a\xcb\x9b\xa6\x69\xdb\xb6\x61\x18\xae\xeb\ \x0a\xce\x3d\xd7\x73\x1d\xa7\xb5\xb5\xb5\xba\x7a\x44\x6d\x4d\x4d\ \x6b\x6b\x6b\x2a\x9d\xb5\x2d\x97\x7b\x32\x44\x69\x2e\x9b\xc9\xa4\ \x94\x6c\x04\x85\x0d\xb2\xa1\x75\x7d\x59\xb2\x9c\x22\x68\x6f\x6b\ \x09\x69\x6a\x45\x49\xb1\xae\x12\x8d\x42\x73\xf3\x3a\x0e\xb4\x61\ \x6d\x73\xd3\x86\xce\x83\x0e\x3e\xdc\x73\x5d\x45\xd3\x29\x25\x9c\ \x31\x90\xd2\x75\x1c\xcf\x75\x75\x5d\xc7\x08\x11\x8c\x38\x63\x91\ \xb0\xea\x6f\xb4\x01\x29\xa5\x14\x9e\xcb\x7d\x8d\x6c\x5a\xa6\x10\ \x52\xc1\x48\x51\x14\x8c\x10\xf3\x3c\x55\x51\xa4\x94\x54\x0b\xf9\ \x13\x0b\xaa\x19\x79\xd3\xc6\x02\x0b\x4e\x32\x99\x74\x24\xa2\x83\ \x24\x99\x74\x3a\x97\xcf\xbb\x42\x12\x05\x7b\xe0\x71\xc7\x9d\x71\ \xe8\x21\xbd\xdd\xed\xc2\xb3\x14\x82\x04\x70\xcf\x75\x6d\x9b\xc5\ \x8b\x4a\x38\xe7\xa6\x65\x65\x1d\xe6\xb9\xae\xaa\xd0\x96\xd6\x96\ \x86\xe5\xcb\xc7\x8e\xaa\x2f\xe4\xd2\x15\x15\x65\x9a\x42\xb9\x60\ \x96\x6d\x4b\xcb\xc2\x08\x71\xc1\x31\xc2\x54\x51\x7c\x9f\x31\x63\ \x9e\xbf\x5a\xb1\x2d\x6d\x3e\x5f\x28\x28\x94\x62\x40\x92\x73\x45\ \x51\xb8\xc7\x4c\xcb\xc4\x80\x08\x21\xaa\xa6\x22\x44\x74\x5d\xb7\ \xad\x9c\x55\xc8\xaf\x5e\xe9\x44\xd5\x09\x86\x0a\xb9\x8c\x8d\xa4\ \x13\x89\x46\x04\xf2\x24\xf7\x7a\xbb\x3b\x41\xf0\xce\xce\xf6\x9e\ \xde\xd4\xb3\xcf\xfd\x13\xeb\xe1\x29\x07\x1e\x92\x88\x17\x71\x49\ \x34\x43\x07\x29\x3c\xd7\xc1\x42\x32\xce\x98\xe7\xe9\xba\xa6\x28\ \x0a\x25\x04\x23\x90\x9c\x27\x13\xc9\x70\x38\x0c\x52\x5a\xa6\x69\ \x9a\x26\x63\xae\xa2\x28\xb6\x63\x83\xe4\xa1\x50\x18\xa4\xa0\x04\ \x73\xce\x92\xc9\x84\xe3\x04\x0b\xaa\x01\xb6\x01\x85\x42\xe1\xe1\ \x3f\xcd\xfd\xb2\x90\x0f\xff\xe8\x40\x02\x40\x40\x9b\x94\x1c\x91\ \x08\xe3\xfe\x48\x72\x29\x11\xc2\x12\x36\xfe\x01\x40\x29\x46\x65\ \x80\xa4\x94\x05\x21\x00\x41\x24\x86\x52\x42\x94\x8f\xa9\x1e\xf8\ \x5e\x09\x00\xb1\xf2\xda\x8d\xeb\x3c\x12\x00\xa0\x28\x5a\x26\x25\ \x08\x90\xf1\x8a\x84\x5f\x73\x23\x54\x8c\xfc\xd0\x98\x3d\xf6\xd9\ \x77\xaf\xfd\x0e\x60\x9c\x1f\x76\xd4\x0c\x42\x08\xa0\x2d\x0a\x18\ \x7e\xa9\x52\x03\x29\xfd\x2d\xac\x62\xe0\x82\xc0\x75\x07\x72\x23\ \x23\x40\xfd\xa9\x67\x25\xda\x22\x68\xdd\x2f\xd6\xbc\x99\x4f\x5f\ \x0e\x98\xc2\x9f\xdf\x6c\x9d\xe5\xaf\xbb\xf6\xfa\x81\x19\x06\x1a\ \x88\xe0\xf0\x63\x3a\xe5\xe0\x0c\x63\xa3\x0b\x68\x63\xd9\xd9\x8d\ \x5e\x09\x7f\x83\xa5\x84\xfe\x55\x87\x7a\x84\x00\x60\x06\xc6\x08\ \x21\xce\x19\x0c\x31\xeb\xa0\x99\xe4\x10\xe9\xea\x5f\x86\x14\xfd\ \x7b\x05\xd0\x50\x7b\x0d\xb9\x47\x83\x6d\x00\x00\x8e\x98\x89\x2f\ \xbd\xfa\xe7\x52\xca\xc1\x2f\xe0\x9c\xfb\xa7\x33\x6b\xf6\x0f\x36\ \xba\x04\xa5\x04\x84\x18\x63\x80\xd0\x66\xdf\x21\x41\x62\x84\xae\ \xbd\xfe\x17\x30\x64\x83\xc0\x26\x79\xdf\x60\xd3\x93\xf9\x12\x78\ \x9e\xbb\xd5\xcb\x8a\x1f\xbf\xf6\xda\x66\x8d\x1c\x0d\x58\xa7\xdf\ \x07\xdf\x7f\x7f\x07\x22\x6a\x24\x48\xd4\x2f\xf5\x37\x76\x06\x00\ \x84\x50\x0d\x42\xfb\x9d\xe4\x87\x7e\x72\x39\x50\xc0\x59\x6e\xf1\ \x93\x00\xa8\x7c\x0c\x6c\x51\x1f\x63\xb3\x25\x32\xd4\xdf\x73\xe4\ \x60\xb3\x0c\x76\xa8\x06\xd8\x36\xf8\xa5\x1d\xb7\x11\x72\x8b\xb2\ \x15\x92\x6f\xda\xa7\xfd\x7e\x21\xe4\x16\xed\xfe\x8b\x0f\xf4\xc7\ \x32\x0e\xe9\x2c\x12\xc0\x77\x50\xf8\xb5\x7e\x86\xed\xfa\x87\x24\ \x1e\xfb\xa2\x21\x6e\x7b\x39\x2a\xfd\xbd\x3f\xc3\x74\x05\x00\x03\ \xa9\xbc\xf8\x76\x6d\x2b\x9c\xb3\x2f\x39\x6d\xfe\x95\x7f\x98\x0f\ \xeb\xb5\x6f\x8d\x43\xcc\x71\x86\xd1\xec\x62\x8b\x23\x5f\x32\xa6\ \x7c\xc5\x83\x9b\x34\xcb\xed\x4a\xee\xe8\xff\xbc\xae\x2f\xbe\x08\ \x7f\x37\xe0\xe0\x91\xc1\x52\x96\x01\x02\x04\x08\x10\xe0\xab\x63\ \x7b\x91\xbb\x10\xc2\x7e\xff\x59\x7b\xd9\x07\x9b\x51\x3c\x52\xd4\ \xd0\xac\x9f\xaa\xc5\xe5\x20\x61\xcb\xd0\xbb\x8f\x3f\xfe\xf8\xc9\ \x27\x9f\x1c\x14\x56\xfe\x32\xce\x8d\x37\xde\x88\x31\x0e\x6e\x55\ \x80\x00\x01\x02\xfc\xb7\xc9\x1d\x21\xa7\xbd\x99\x7e\xfc\xdc\xa4\ \x83\xbf\x25\x37\x7a\x15\x25\x00\xb8\x66\x61\xd5\x5f\x6f\x7e\xa2\ \xdd\x9b\xfd\xf3\xdf\xea\x91\xe8\xa6\xff\x84\x0a\x85\xc2\xa5\x97\ \x5e\x3a\xf4\xe0\xca\x95\x2b\x5b\x5a\x5a\x46\x8e\x1c\xf9\x85\xde\ \x49\x3f\x6b\xe8\xc0\xbf\x63\xd4\xbf\xfd\x70\xf8\xae\x03\x63\x90\ \x22\x88\xf0\x0c\x10\x20\x40\x40\xee\x00\x00\x08\xc0\x73\xed\x92\ \xba\xb1\xd6\xd2\x77\x31\x21\x1c\x21\x90\x80\x00\x10\x48\x6b\xb7\ \xe9\x4f\x2f\x6d\xda\xf7\x94\x39\x9b\x31\xbb\x0f\x45\x51\xaa\xab\ \xab\x87\x1e\xe9\xeb\xeb\xfb\x12\x0f\x29\xf2\x32\xad\xf7\x3d\xfc\ \xf6\x69\x57\x9c\x55\xe4\x59\x80\xe5\xe7\x8f\xdf\x31\xbf\xf4\xfb\ \x67\x1e\x5a\x3a\x5c\xe1\xf6\x9a\x81\xde\xb8\xf7\xe6\xbe\x29\x3f\ \x9c\xb5\x47\x25\x0b\xf8\x3d\x40\x80\x00\x3b\x14\xb6\x97\xbb\x83\ \x73\xc1\xcd\xbc\x2c\xab\xe3\x45\x23\xc0\xf3\x24\x67\x00\xc8\x9d\ \x78\xf0\xbd\x8f\xfd\xad\x8a\x8a\xdd\x67\x1c\xff\x65\xff\x28\xb7\ \xc0\x97\x7d\x52\x78\x66\xd3\xa2\x27\xaf\xb9\xfe\x2f\xa6\x44\x08\ \xc9\x74\x53\xc3\x9a\x0e\x07\x10\x48\x66\x77\x6e\x68\x6b\xdb\xd0\ \x69\x32\x89\x81\xf7\x6e\x68\xcb\x3a\x12\x10\xca\xf5\x76\xe6\x3c\ \x69\x66\x7a\x52\x8e\x44\x08\x49\x37\xdd\x9d\x2e\x00\x80\x6b\x66\ \x36\xb4\xb6\xb6\x6e\xe8\xb4\xc5\xd0\xf1\x89\xbf\x1e\x17\x4c\xeb\ \x00\x00\x20\x00\x49\x44\x41\x54\x7b\xff\x8d\x0f\xcd\x6f\xde\x90\ \x36\xb7\x25\x41\x68\x80\x00\x01\x02\xec\x5c\xe4\x2e\x25\x52\xd4\ \xf7\x7a\xf9\x3f\x56\x75\xea\x63\x27\x71\xc7\xb6\xc6\xec\x73\xcf\ \x1f\xe7\x96\x97\x97\x8f\xaf\x8c\x7b\xc3\x13\xae\x20\xed\xa2\xa3\ \x67\x8f\x5f\x7e\xe7\x73\x0d\x86\xda\x7f\x21\x54\x65\x4f\xfd\xf6\ \xea\xb9\xaf\x7c\xf4\xce\x73\x7f\xb8\xfc\xa6\x67\x1c\x5d\xeb\x7c\ \xe7\x77\xbf\x7a\xe8\x35\xea\x2c\xbb\xe9\xa6\xfb\x72\x0c\xde\x9d\ \x7b\xdb\x23\xab\x6c\x95\xaa\xf6\xda\xb9\xff\x6f\xee\xdb\x88\xe7\ \x1f\xbc\xe9\xc6\x79\x1f\x2f\xf9\xf8\x9d\xf7\x3b\xd8\x40\x04\x2c\ \xd6\x7a\x3f\x7b\xea\x6d\xe3\xa8\x5f\x9e\x3a\x46\xf2\x40\xb4\x07\ \x08\x10\x20\x20\xf7\x01\xe1\xcb\x18\xe3\xcc\xe3\x9c\x2f\x58\xb4\ \xf8\xf1\x8f\x57\xb8\xfb\x1c\x7b\xdf\xdc\xa7\xa5\x90\xa7\x1d\x35\ \xbd\xd0\xd3\x25\x86\x65\x2f\xab\x04\x2e\xc8\xf4\x93\x2f\x41\xaf\ \xdc\xfa\xe8\x92\x3c\x42\x08\x30\xe1\x2b\xff\xfc\x52\x47\xe5\x71\ \x87\x4e\x99\x7e\xe4\x51\x74\xc5\xdf\xdf\xde\x80\x27\x9d\xfe\x3f\ \x7b\x74\x3f\x7f\xfd\xc5\x37\x4f\xfa\xde\x05\x55\x21\x02\x84\x12\ \x5f\x89\x23\x42\x09\x01\xe9\x74\x66\xf5\xfd\x0e\x3c\x60\xe6\xc9\ \xb3\x47\x6b\xdc\x3f\x2d\x6a\x2d\xbd\xef\xa1\x65\x3f\x3c\xe9\x50\ \x22\x04\xc2\x24\x58\xcc\x0d\x10\x20\xc0\x0e\x87\xed\xb4\xa0\x0a\ \x5c\x48\xbb\xaf\xf3\xc0\x51\x25\x6d\xe3\xc6\x2f\x59\xf6\xf9\xaa\ \x35\x8d\x12\xe0\xdc\x53\xbf\xc7\x17\xbd\xee\x0a\x29\xa5\x18\xae\ \x71\x45\x2a\xc9\xab\x6e\xfa\xc9\xd5\x57\x5d\x27\xca\x18\x42\x90\ \x6f\x6b\x17\x00\xeb\x9b\x9b\x08\xc0\xec\xf3\x7e\x32\xca\x60\x8c\ \xeb\x63\xc6\x46\x9e\x5e\xd4\x3d\xbd\xa6\xcc\xaf\xbe\x2e\x36\x06\ \xf0\x48\xa4\x14\x5f\x76\xd5\xc9\x2f\x3e\x75\xef\x7d\x0d\xee\x59\ \xff\xf3\xeb\x7d\x13\x52\x80\x78\xf7\x91\x3f\x7e\xdc\xdd\xdb\x7b\ \xf9\xb9\x5e\xa1\x37\xeb\xac\x2e\xab\x7f\xe8\xc4\x5a\x29\x02\x05\ \x1f\x20\x40\x80\xc0\x2d\x23\xfc\x6c\x66\x6b\x16\x9e\x7e\xe8\x94\ \x71\x63\xc7\x62\x4a\x8f\x9b\x71\x58\xb8\xe1\x1d\xee\xba\x8e\x90\ \x30\x8c\x4c\x29\x25\x14\x1d\x70\xfe\x8f\xf6\x78\xe6\xf3\x0e\x15\ \x64\x7c\xc2\x37\x75\x37\x55\xbf\xdb\x3e\x53\x0f\xd8\x6f\xcf\xc9\ \xfb\x55\x47\xb0\xb7\xee\x99\x67\x57\x8c\x7c\xec\xd7\x47\x3c\x7d\ \xdf\xfd\x8e\x80\xe2\x44\x7c\xcd\xc7\x2b\x72\x8e\xeb\x38\x4c\x82\ \x04\x29\x94\xc4\xa8\x53\x2f\xba\xee\x7b\x13\x9d\x07\xff\xbe\x16\ \x51\x2c\x25\x9e\x72\xe6\x75\x7f\x7d\xe8\xd6\x1b\x6e\xbc\xe5\xbc\ \x13\xc6\x7d\xf3\xe4\x0b\x66\xd6\x40\xc0\xec\x01\x02\x04\x08\x94\ \x3b\x00\x00\xa6\xca\xda\xbe\xfc\xd4\xba\x52\xd1\xf0\xc1\x0f\xf6\ \x1c\xe3\xec\x3d\xc6\x70\x32\x0c\x44\x8e\x4b\x19\x4e\x7c\xd9\x3e\ \x26\x84\x90\xa6\x69\x43\xe3\xdf\x55\x55\xfd\x72\x5a\xe7\xa6\xe9\ \x48\x04\x52\x38\x35\x53\x4e\xfe\x56\xfd\x2b\xcb\x6c\xc6\x4b\x8f\ \xbc\xfc\xb4\xbe\x3b\x7f\x7e\x7e\xc6\x83\xe2\xc9\x67\xdf\x79\x41\ \xfd\x35\x57\xfe\xf5\x88\xdf\x3e\x96\xa8\x23\x87\xbd\x71\xd1\xff\ \x7b\xab\xf3\x57\xc7\x9f\xfc\xc9\x2f\x6f\x3e\xfb\x0c\x8b\x50\x34\ \x69\xe6\xbe\xc2\xeb\xba\xef\xba\xeb\x1a\xb2\x12\x47\x47\x9f\x77\ \x5d\x9d\x60\x02\x00\xa8\x66\x44\x75\x04\x44\xd7\x28\x97\x48\xd7\ \xb1\x74\x83\x94\x68\x01\x02\x04\x08\xc8\x5d\x0a\x51\x32\x72\x7c\ \x6a\xca\xb7\x1f\xfb\xec\x13\x84\x30\x74\x36\xf5\x27\xd4\x40\xaa\ \xa2\x46\xbe\xf1\xe3\x2b\x74\xe5\x8b\x7f\xb7\xb5\xb5\xf5\x8a\x2b\ \xae\x90\x52\x8e\x18\x31\x22\x9b\xcd\x16\x0a\x85\x5c\x2e\x77\xd1\ \x45\x17\x7d\xe1\x8f\x68\x15\x13\x9f\x9e\xbb\x57\x21\xef\x00\x02\ \x81\x42\x67\xdd\xfb\x3c\xe1\x96\xe5\x8a\x31\xd3\x7f\xf0\xd0\x91\ \x67\x61\x04\x82\xd9\xa6\x2d\xee\x79\xfe\x59\xa7\x50\x60\x42\x9e\ \x74\xd5\x83\xa7\x08\xbb\xe0\xc9\x0b\xef\x78\xf4\x32\x82\x01\xa4\ \xe7\xd8\x8e\x27\xaf\x7d\x60\x2e\x41\x20\x05\xb3\x4c\x5b\x0c\xdd\ \xbf\xce\xcc\x31\xc7\xdc\x7c\x25\xb8\xb6\xc7\x83\x86\x12\x20\x40\ \x80\x80\xdc\x01\x00\x34\x4d\xdb\x6d\xe6\x0f\x27\xcc\x3c\xfd\x0b\ \x44\x3d\xfa\xe2\xb2\x10\x52\x4a\xc3\x30\x3a\x3a\x3a\x3c\xcf\x3b\ \xea\xa8\xa3\x16\x2c\x58\xd0\xd8\xd8\x68\x59\x56\x79\x79\xf9\x17\ \x07\x44\x0a\x5e\x28\xf0\x41\xff\xb9\x6b\x15\x06\x04\xbd\x67\x16\ \x36\x66\x9f\x28\xe4\xfb\x8f\x7b\x8e\xe9\x01\x20\x00\xd7\x32\x87\ \xe6\x0d\xb2\x0a\xf9\x2f\xb9\x08\x24\x3c\xcb\x0e\xda\x48\x80\x00\ \x01\x02\x72\xdf\x84\xc4\x31\xfa\x2a\x59\xf7\x86\xe2\x5b\xdf\xfa\ \x56\x45\x45\x85\xe3\x38\xb6\x6d\x4f\x9a\x34\x69\xf2\xe4\xc9\xd5\ \xd5\xd5\x7e\xf1\x97\xe0\x56\x05\x08\x10\x20\xc0\xd7\x82\xdc\xb7\ \x02\x8a\xa2\x1c\x70\xc0\x01\x5b\x2a\xfa\xe0\x3e\x05\x08\x10\x20\ \xc0\x0e\x4c\xee\x01\x95\x07\xd8\xe1\x40\x10\x2c\x69\xdf\x9a\xa8\ \xb3\x90\x0a\xa3\x8b\x82\x38\xac\xad\x47\xca\x42\x6d\x99\x7f\x7b\ \xfb\x38\x97\x30\x79\x84\xe0\xbb\x40\x88\x44\x90\xcf\x3d\xc0\x30\ \x40\x48\x10\x88\x7c\xc1\x4a\x8a\x14\x04\x36\x16\xa1\xde\x29\xa1\ \x52\x78\x74\x81\xb2\x15\x29\x2a\x46\x16\x89\x0b\x0e\xdc\xa6\xb4\ \x74\x52\x02\x47\x78\xcb\xf4\xaa\x52\x4a\x22\xf9\x60\xbd\xc0\x9d\ \x15\xab\x7b\xf0\x93\x4b\xff\x6d\x06\x33\x3d\xf4\xf0\x6c\xdb\xda\ \x36\x72\xe7\x80\x24\xe0\xcd\xec\x2e\x01\xb0\xe0\x18\xa1\xff\x2b\ \x37\x7b\x40\xee\x01\x76\x24\x66\x47\x98\xbd\x3d\x37\xfa\xf9\xdb\ \x78\xa0\x90\xe6\xc0\x1b\xc2\x4a\x54\x75\x7e\x73\xa6\x63\x59\xb5\ \x7b\x4e\xd9\x59\x2f\x5f\x02\xe0\x4d\x3b\xb9\xc7\xa5\x42\x90\xcb\ \x84\x90\x80\x10\x52\x29\x42\x00\x82\x4b\x57\x48\x00\xa4\x52\xe4\ \x7f\x7e\xdb\x73\x16\x79\x2d\x2b\xb4\x67\x6e\xdd\xa2\x16\xab\x74\ \x6c\xc7\x3c\x7a\x4e\x63\x5b\xfb\xa4\xa3\xbe\xc3\xb7\xb6\xea\xd0\ \x0e\x81\x4d\xca\x7b\x09\xc9\x01\x61\xd9\x6f\x67\x4a\x10\xc5\x20\ \xa5\xf4\x98\x14\x00\x18\x63\x95\x0c\x8f\xd9\x39\xf3\xe4\x33\xb7\ \x47\xfb\x5a\x36\xef\x08\x9c\xdb\x13\xa6\xad\x2f\xfb\x46\x51\xc5\ \x88\x48\x71\xd9\xce\x43\xee\x52\x88\xc0\xa3\xb2\xc3\x77\x95\xad\ \x23\x77\x20\xe2\xfd\x67\xab\xa6\x1c\x08\x76\x61\xb0\x90\x98\x04\ \x40\x54\x6d\xaf\x9e\xfc\xf2\xed\xbf\x9c\xf5\xeb\x7b\x76\x21\x1b\ \x62\x7c\xc5\xd1\x89\xbb\xfe\x99\xbe\xf2\xcc\x91\x53\x92\xd0\xdb\ \x9e\xfb\xc5\x53\xdd\x6d\x2e\xec\xb1\x5f\xf9\xb5\xd3\x22\xd4\x74\ \x7e\xf5\x78\xfb\xe7\x59\x31\x2c\xc9\xe8\xcc\x77\x9f\x9d\x30\x75\ \x06\xdf\xb0\x16\xf9\xd5\x5f\x07\xfa\xa2\x76\xd0\xac\xdf\xfe\xf2\ \x9a\xb1\xb3\xce\x96\x62\x57\x89\xe2\x95\x5c\x96\x4d\xae\x3e\x3c\ \xdf\xfe\x71\x59\xd5\x1d\xfb\xab\xb6\xed\xfd\xe9\xc5\xf6\xe7\xd7\ \xb3\x50\x49\xe4\x96\xef\x94\xed\x1e\x81\x0f\x3f\xec\xb8\xe5\x03\ \x4b\x6e\xfb\xae\x4d\x84\x98\xe3\x24\x9d\x4c\x69\x55\x35\x86\x8d\ \x95\xf3\xa4\x94\x24\x51\xfe\x46\x73\xcb\xc7\xaf\xbd\x3d\xeb\xba\ \xdb\x77\x1e\xe5\x8e\x31\xd9\x2c\x55\x6f\x80\x1d\x11\x9f\xf5\x76\ \x6d\x95\x4f\x86\xbb\x5c\x20\xc7\x44\xe1\x98\xd7\xd7\xe9\x7b\x61\ \x68\x28\xd2\x5e\x36\xfe\xd1\x47\xfe\x70\xd0\x59\x97\x24\x2a\xab\ \xf9\x7f\xb5\x34\xda\x7f\x18\xba\x82\x11\x42\x6a\x77\xea\x88\xfb\ \x7a\xab\x27\x57\xdd\x37\x33\x72\xd5\xda\xc8\xa5\x55\xd6\x69\xff\ \xdb\xee\x6a\x4a\x08\x0f\x0f\xb3\x4b\x00\x47\x48\xe2\xb9\xd2\x08\ \xf3\x4c\xaf\x5f\x82\x13\x09\x89\xc6\xec\xf9\xe0\x1f\xff\x44\xcb\ \xea\xc6\x4f\x3b\x52\xf0\x5d\x68\x8b\x06\x26\x58\xc5\xa0\x86\xf0\ \x03\x73\x1b\x9f\xda\x40\x6e\x3d\xa5\xf4\xdd\xd6\xde\xcb\x8f\x88\ \x3e\xf2\xd8\xda\x05\x59\x54\x57\x84\xe5\x70\xd8\x1d\x01\x70\xc1\ \x25\xe3\xc8\xb3\x91\x1e\x66\x56\x4e\x02\xc2\x52\x6a\x65\x55\x8b\ \x45\xf4\xfd\x8f\x5e\x3a\xea\xea\xdb\xd4\x50\x58\x8a\xff\xbe\x53\ \x7f\xb8\xd2\x0f\x04\x9a\x7d\x17\x76\xcb\x48\xe9\x09\x89\xc6\x4f\ \x99\x9f\x57\x51\x28\x2a\x6d\x4b\x0a\xd1\x3d\x62\xd2\x1f\xfe\x3c\ \x77\x5c\x55\x69\x69\x75\xad\x18\xc6\x9a\xa5\x3b\x94\xcb\x40\x57\ \xf1\xc8\x72\x5a\xc8\xf3\x63\xbe\x41\xfe\xf4\x6a\x9a\xa9\x84\x08\ \x6e\x0f\x9f\x31\x3c\x01\x92\x90\xc5\x3c\xa1\x4e\x9a\x2a\x1c\x5b\ \x38\x8e\x3e\xe9\xa0\x47\x5e\xfd\x30\x9f\x37\xf7\xaf\x2f\x85\xcd\ \xbc\x64\xbb\x88\x84\x07\xa0\x04\x45\xa3\x6a\x14\x0b\x19\x09\xf5\ \x34\xe7\x1b\x2c\x14\x55\xa1\x2b\xc3\x01\x0d\x5b\x83\x67\x9e\xeb\ \x4e\x3c\xb8\xb5\x78\x8c\xe4\x4c\xda\x16\x68\xc6\x87\x39\xe5\xef\ \xcf\x3c\xbb\x6f\x6d\xb1\x51\x5e\xf5\x75\x60\x76\xd8\x7e\xb9\x65\ \x02\xec\x42\xe0\xdc\x05\xf2\xd9\x9a\xe6\xbf\xbf\xf0\xe2\x27\x3c\ \xa1\xd7\x8e\xed\xac\xd9\xeb\xfe\x47\x1f\x1b\x37\x7e\xfc\x91\xfb\ \x4d\x66\xae\xbb\x0b\x31\xcb\xc6\x72\xdc\x80\x8b\x22\x57\x1d\x5f\ \xbe\x97\x99\xfe\xe9\xcb\xb6\x8b\x71\x94\x80\x10\x72\xe4\xf8\xd2\ \x59\xf5\xca\xf0\xc8\x69\x09\x1e\x17\x1e\x90\xd7\xde\x79\xf7\xde\ \xa7\x5e\x62\x35\xbb\x41\xfd\xee\x7f\x98\xf7\x56\x7b\x7b\xc7\xd9\ \xb3\x4f\x48\xf7\xf6\xec\x3a\x8a\x4b\x0a\x90\x7e\xb1\x69\x04\x00\ \xe8\xa8\x83\xca\xcf\xdb\x2f\x74\xff\x8b\x3d\x0e\x92\x1a\x41\x4c\ \x82\xad\x86\x7f\x7f\x7e\x79\x78\x98\x42\x93\x04\xe3\xa0\xea\xef\ \x7e\xba\xe4\xc1\xc7\xe6\xae\xaf\x98\xa4\xd7\x8d\xfb\xdc\xa8\x79\ \xf6\xf9\x79\x87\x4e\x9f\x56\x19\x8f\x00\xe7\xf0\xf5\x28\x01\x11\ \x90\x7b\x80\x6d\x67\x34\xe1\x78\x6c\xe2\x98\xfa\xb2\xd2\x92\x17\ \x5f\x7a\xf9\xc9\x65\x6d\x8f\xfd\xfd\xb9\x64\x22\x79\xfc\xde\xe3\ \xf3\xcb\xe7\x0b\xb1\xcb\xe4\xe5\x41\xa8\x2a\x41\xa4\xa2\xc6\x40\ \xba\x08\x44\x2a\x7f\xeb\x8b\x5d\x7f\x5a\x50\x70\x31\x3c\xf5\xa9\ \x73\xfa\xec\xb2\x22\x2c\xb9\x84\xe1\x33\x87\x74\x01\x51\x33\xbd\ \xc7\x6e\x13\xda\xda\xda\xe6\x7e\xb0\xf4\xf1\x8f\x3e\x5f\xde\xd0\ \x70\xda\x49\xb3\xc2\xeb\x16\x58\x4c\xec\x22\xf3\x69\x29\xa1\xb8\ \x5a\x0f\x01\x3a\x70\x02\x4d\xf5\x09\x00\xf9\xfa\x87\xdd\x77\xbd\ \xd1\xb7\x22\x2b\xbd\xbc\x69\x8c\x8a\x1f\x5e\x84\x3c\x01\x7c\xf8\ \x0a\x33\x48\xc9\xed\x5c\x7a\xff\x6f\xee\xa5\xa9\xea\x5f\x9f\x7e\ \xee\xa9\x65\x6d\x4f\x3d\xfb\xdc\x01\xfb\xef\x3f\xad\x2a\x5c\xe8\ \x6c\x95\x52\x7c\x4d\xaa\xfb\x04\xe4\x1e\x60\x9b\x85\x8c\x90\xae\ \x10\xce\x47\x2f\x9c\x7b\xfc\x51\xe5\xe5\xe5\x9f\x2c\x5c\x2c\xa5\ \xfc\xfe\xb1\x87\x8b\xe5\x1f\x70\x09\x9c\x0b\xd8\x35\x6a\x59\x21\ \x40\xbb\x4f\x48\x9e\x37\x2d\xfc\xd8\xbb\x69\x04\xf2\x83\x46\xbb\ \xff\xba\x11\x64\x57\x74\x5d\xf2\xb6\x7b\xf2\x8c\xf2\x63\xab\xf8\ \x67\x3d\x7c\xb8\x7a\x9d\x27\x31\xeb\x5a\x7f\xc4\x88\xf0\xc1\xd3\ \xa7\xaf\x6d\x6a\x5e\xb1\x7a\xcd\x89\x33\x67\x56\x65\x9a\x58\xa6\ \xc7\x93\x68\x17\x89\x6f\x90\x12\x42\x21\xed\x47\xc7\x96\x19\x8b\ \xda\x5f\xe8\x90\xa9\xe6\xec\xaa\xec\xc0\x04\x8a\xf3\x1b\x9f\xee\ \xae\xda\xab\xe4\xe7\x87\x1a\x2f\xbd\x93\xb5\x87\xa9\x1d\x72\x26\ \x3c\xc7\xa6\x9f\xbc\x78\xda\x09\xc7\x61\x8c\x3f\x5e\xb0\xb0\xa2\ \xb4\xec\xb0\x71\x55\xd6\xb2\x8f\x3c\x40\xe2\x6b\x53\xde\x27\x08\ \x85\x0c\x30\x0c\xdd\xcb\x95\x48\x32\x06\x9f\xbf\x73\xce\xac\x63\ \xdf\xff\x7c\xf5\xde\x7b\xee\xa9\x7e\xf2\x82\xe4\xdc\xf5\xfc\x38\ \xb4\x5d\x65\x06\xf3\xda\x47\x3d\xaf\x0d\xbc\x7c\x7d\xa5\x85\x06\ \x58\x9c\x50\xd4\xde\x94\x7d\xb0\x69\x70\x18\x18\x26\x72\x47\x88\ \x7b\x9e\xb3\x66\xf1\x81\x15\x23\x4b\x4e\x98\xe9\xba\xee\x1e\x38\ \xeb\xb4\x34\xa2\x70\xc4\xd9\x65\x7c\x32\x18\x43\xeb\x9a\xcc\xbd\ \x6b\x7c\x3e\x43\xdd\x6b\xd2\xdd\x43\x89\x38\xef\x3c\xf1\x56\xf7\ \xf0\xda\x5d\x80\xf4\xb8\x14\xb6\x59\xdc\xfc\xc9\x85\x67\xff\x68\ \xfe\xe2\x25\xd3\xbe\xb9\x97\xf7\xde\x33\x88\x50\x87\x09\x01\x5f\ \x97\x06\x1f\x90\xfb\xae\x08\xd7\x36\xa9\x16\xe2\x9e\x4d\x14\x1d\ \x6f\x73\x8b\x57\x08\x56\xf6\x3a\xec\x93\xd5\x1f\xaa\x18\xc1\xbc\ \x27\x12\xd1\xe4\x9a\x97\x96\x0b\xdb\x44\x08\x75\x86\xca\x6a\x12\ \xc5\xb0\x53\x6b\x48\x04\x60\x6d\x55\x28\x90\xc3\xb6\xd5\xf4\x65\ \x7b\x1d\xf4\xea\x0b\x0f\x16\x53\x09\xdd\x9f\x91\xf0\x7a\x8c\xf1\ \x92\x7c\x06\xa4\x4c\xb5\xe7\x2a\x66\x9c\xb6\xd3\xcf\x97\xb8\xd8\ \x1a\xcb\x9b\xdb\x1c\xb7\xa5\x1b\xa1\xf5\xd1\x6a\xab\xab\x19\xc9\ \x0c\xea\xf8\x73\x32\x14\x5b\xfc\xdc\x32\xe9\x39\x1c\xb0\x3b\x76\ \x5f\x8d\x2a\x5f\x93\xa0\xf0\xed\x47\xee\x52\x0a\x09\x68\xe8\x26\ \x2e\x29\x85\x94\x00\x08\x61\x84\x60\xc0\x15\x8b\x30\x0e\xea\x4f\ \x7f\x45\x83\xf6\x97\x0b\xc7\xb8\x5f\x10\x4a\x21\x24\xc2\x18\xf9\ \x4f\x10\x46\x08\xa4\x14\x80\x06\x2d\xca\xf2\xad\xd7\x9d\x7b\xf6\ \x47\x85\x8a\x3f\xfc\xf9\xd1\x51\xd1\xc1\x6f\x4a\xdf\x71\xc9\xd5\ \xe7\xdc\x77\xdf\x8b\x37\x5e\x72\xc8\xe5\x77\x55\x47\xb7\xb5\x0d\ \x68\xaa\x52\xfb\xed\x33\xb2\xd9\x13\xfc\xdd\x96\xce\x10\xde\xab\ \xd6\xf5\x68\x22\xb9\x73\x6f\x80\xb0\x3c\xb8\xfb\x04\x67\xab\xee\ \xe8\x36\x15\x81\x41\x08\x55\x4c\xda\x4f\xab\x1e\xc3\x38\x43\x30\ \x54\x2e\xa2\x22\x8c\xe3\x45\xc5\x78\x67\x67\xf7\x03\xea\xf8\x81\ \xf5\x7c\xeb\x6e\xd9\xb6\x74\xc3\x48\x2c\x5e\xf3\xfd\xcb\x0a\x66\ \xde\xb7\x2f\xef\xbf\x99\x80\x01\xd7\x44\xa3\xba\xa1\xc3\x4e\x4d\ \xee\xe9\xbf\xdd\xf2\x9b\x75\x90\x9c\x70\xc4\xb9\x27\x7c\x33\xe1\ \xcb\x94\xa7\x6e\xb9\xfc\xc3\x6c\x49\x69\x88\xbb\xa3\x67\xff\xe2\ \x48\xeb\x98\xd3\x1f\xf9\xd6\xb1\xe3\x3b\x97\x7f\x5a\x7a\xc4\x15\ \x17\x9d\xb0\x47\x40\xf0\xff\x12\xcf\xdd\x7b\xd9\x52\x36\x2a\xa9\ \x16\x9d\x74\xd6\xc9\x15\xaa\x3d\xef\xce\x9b\x3f\xc9\x47\xea\x0e\ \x3c\xfd\x07\xd5\x0b\x2f\x78\x74\x6d\x05\x4b\x1f\xf7\x8b\xeb\x9c\ \x47\xae\x7e\x6b\x8f\xab\xae\x39\xd8\xb7\x39\xb4\x7d\xfa\xe8\xa8\ \x1f\x3f\xf4\x3f\x07\xd7\x0c\xb2\x49\xff\xcc\x14\x21\x9f\x1d\x86\ \x6b\xd4\x09\x85\xc3\xa1\x70\xe4\x0b\xa6\xbd\x03\x03\xd2\xce\x3e\ \xee\xfe\x77\x7e\x97\x50\x5a\x5a\x5e\xf1\x05\x4b\x1a\xbb\x86\xd9\ \xff\x8b\x96\x8f\x25\x12\xb1\x64\x72\xcb\xd1\xda\x37\xfd\x4e\xec\ \x96\x91\xcb\xee\xf9\xc5\xc2\x3d\xaf\xff\xcd\x51\x09\x89\xfa\x23\ \x6d\xf3\x6f\xde\xf0\xb7\x8e\x03\xfe\x76\xc7\x29\xfe\xef\xf1\xb6\ \xf7\xc9\x88\xc3\x2f\x3c\xff\x44\x70\x3f\x3c\xff\xb2\x7f\xb2\x99\ \x7b\x28\x01\xbb\xff\xcb\x59\x3c\x29\xfa\xe1\x99\xe7\xd6\x86\x14\ \x00\x68\xfd\xe7\x23\xcf\x94\x9e\xf5\xd0\x45\xb5\x42\xe2\xec\x9b\ \xcd\x6c\xc2\xb1\xfb\x77\xff\xb5\xb9\xaf\x6b\x61\x76\xfc\x4d\x03\ \xcc\x0e\x00\xbc\xd0\xfe\xc8\x8d\x27\x3f\x5d\xbb\xd7\xf5\x07\x89\ \x3f\x95\xdd\x70\xef\xf7\x4a\xff\x78\xfe\x29\x33\x6e\xbb\x17\x0d\ \x7f\x1f\x93\x00\x32\xd8\xed\xf0\x5f\x99\xcf\x41\xb0\x33\x3c\x30\ \xfb\x17\x61\x3b\x44\xcb\x08\xeb\xb9\x25\xb9\x78\xc7\xbc\xbb\xae\ \x3f\xef\x9a\x3f\x7c\x2a\x00\x00\xe4\xa2\x57\x1a\xc6\x1c\xfd\x6d\ \x0a\x00\xdc\x5a\xbd\xae\x47\x12\x05\x75\xbf\xf2\x3f\xff\x7b\xcb\ \x95\x73\x6e\x1c\x79\xc4\x89\x01\xb3\x7f\x15\x54\x15\x6b\x73\x6f\ \xbd\xfe\xba\xdb\x9f\xf2\x24\xcc\x6f\x68\xac\xcc\xbc\x71\xff\x2d\ \x57\xcd\xb9\xe5\xd5\xc4\x61\xe7\xcc\x29\x5e\xe4\x1e\xf0\xfd\xdd\ \xdf\xfe\xf5\xa8\xfa\xd8\xed\xbf\xfd\xdd\x8a\x2e\xab\xbf\x09\xa2\ \xf0\x95\xf7\x3f\xf7\xd2\xe3\xf7\x8c\x30\x80\x60\x00\x00\x4c\x68\ \x60\xec\x00\x01\x76\x05\x6c\x0f\x72\x67\x29\x27\x7a\xe2\x99\xa7\ \x5d\xf8\xeb\x8b\xd3\x2f\x3d\x96\xe2\x00\x80\x62\x51\xd5\x4c\xe5\ \x00\x00\xb2\xab\x2e\xbe\xf6\x09\x57\xc3\xb2\x68\xfa\x85\x97\x5e\ \x7c\xc1\x85\x67\x7f\xfe\xec\xef\x4d\x1e\x48\x8f\x7f\x8d\x83\x66\ \x5f\x76\xe5\x75\x37\xef\xe9\xbd\x37\xaf\x93\x5b\x05\x79\xec\xe9\ \x3f\x9a\x73\xd5\xc5\xca\xeb\x8f\x34\x78\xca\x3e\xc7\x9c\x74\xfc\ \x37\x5a\x6f\x78\xbe\x7a\xed\xea\x0d\x27\x9e\x3f\xf3\xaf\xff\x78\ \x7d\x50\x61\x30\xc7\x06\x00\x89\xb0\x0c\x92\xcb\x06\x08\x10\x90\ \xfb\x36\x81\x1a\x7b\x17\xf5\x3d\xfd\x5e\x86\x2d\x7f\xaf\x3b\x36\ \x21\x4c\x00\x00\xf6\x3c\xf3\xd4\xae\xbf\x5c\xf7\x69\x4b\x86\x33\ \x4f\x0a\x09\x52\x4a\x62\x84\x89\x9e\x2c\x1f\xa1\xb2\x1c\x0b\xca\ \x4f\xff\x6b\xb8\xdd\x1d\x7d\x92\xe5\x36\x74\x3b\x3a\x91\xa3\x2b\ \x23\x8f\xbf\xda\x04\x5d\x0d\x8d\xda\x84\x0a\x05\x00\xe4\x53\xf7\ \xbf\xfa\x9d\xdf\x5c\x68\x20\x5a\x11\x4e\xca\x2d\x12\x01\x96\x8e\ \x2b\x59\xff\xc1\x7b\x02\xc0\x63\x5c\x22\xcc\x6d\x93\x4b\x10\xae\ \xed\x06\x8c\x1f\x20\x40\x40\xee\x5f\x19\xca\xf7\x6f\xb9\xce\xbc\ \x77\xf6\x8c\x5f\xac\xfc\xc5\x3d\x73\xfa\xb3\x91\x56\x7e\xfb\x9e\ \xdf\x1e\x7f\xd7\x79\xdf\x3d\xe2\xfb\xd7\xd6\xef\x3d\x5e\x53\xe3\ \x55\xbd\xbf\x3f\xec\xb0\x43\x4f\xbe\xe4\x91\x13\x2e\xfb\x65\x2c\ \xf0\xcb\xfc\x6b\x64\x1e\xba\xea\xf4\x19\x47\x9e\xd8\xb7\xc7\xf7\ \x8f\x2c\xa5\xfb\x9f\xf1\x93\xda\x97\x2f\x9e\x76\xe6\x5f\xae\x7e\ \xf4\xda\x24\x00\xb7\x5b\x57\x84\xf6\x38\xa9\xde\x38\xe3\x20\x32\ \xeb\x5b\x67\x1e\x30\x7d\x7a\xff\xdd\x55\x42\x2a\xc5\x00\x60\x4c\ \xbb\xe6\x07\xb1\xbf\x1f\x71\xc8\x21\xaf\x68\x93\x0d\x12\x9f\xb6\ \x5f\xd1\x1f\x3f\xea\x9c\x7a\xf0\xf8\x9b\xfe\xb1\x3a\xb0\x6c\x80\ \x00\x3b\x25\x50\x36\x93\xde\xc6\xaf\x20\x84\x2e\x59\xf4\xc9\x01\ \x07\x1d\x12\x58\x73\x47\xc7\x67\x4b\x16\xd6\x8f\x1c\xed\x3f\x4f\ \xa7\xfa\xae\xb9\xe6\x9a\xa1\xef\x1e\x7d\xcc\xb1\x93\x27\x4f\x0e\ \xac\xb4\xfd\xa0\x69\xda\x59\x67\xfe\xd0\xf3\xbc\xfa\x91\xa3\x06\ \x63\x99\xa4\x94\xbf\xbe\xf1\x26\xdb\x0e\x4a\xb5\x6f\x47\xac\x68\ \x68\xb8\xe1\x57\xd7\xd7\xd5\x8d\x8c\xc6\xfa\x43\x86\x5d\xd7\xbd\ \xea\xea\x9f\x6f\x91\x2b\x7f\x47\x42\xb0\x89\x29\xc0\x57\x16\x02\ \x68\xd8\xa2\x27\x03\x7c\xb1\x85\x31\xfe\x12\xcb\xa3\xc0\xf2\xdb\ \xb9\x6d\xa3\x9d\xcf\xec\x01\xb9\x07\xf8\xaa\x58\xb4\x70\xe1\xc2\ \x05\x0b\x72\xb9\x2c\x82\x80\x68\xb6\x0b\x30\xc1\xb6\x6d\x93\x4d\ \x53\xf5\x22\x84\x1e\x7d\xe4\xe1\x8e\xf6\xf6\xc0\x3e\xdb\x0f\xb9\ \x7c\x0e\x6f\x3a\xb2\x52\x4a\xff\xf1\x8f\x67\xfb\x7a\x7b\x9d\x1d\ \x76\xce\x14\x90\x7b\x80\xaf\x8a\xce\xce\xce\x9e\x9e\xee\x9e\xee\ \xee\x40\x45\x6e\x57\x28\x8a\xb2\xd9\x91\xe5\xcb\x3f\x6f\x6e\x6a\ \x0a\x2c\xb3\x5d\x41\x08\x19\xba\x5b\x1e\x63\xdc\xb8\x66\x4d\x6b\ \x6b\x4b\x21\x9f\x0f\xc8\x3d\xc0\x4e\x0e\x29\x65\x71\x71\x49\x2c\ \x16\x0f\x4c\xb1\x7d\xf5\x3b\xc6\x9b\x0d\x9f\xba\x6e\x8c\x1c\x35\ \x3a\xb0\xcc\x76\x6e\xdf\xa0\x6a\xea\xd0\xfd\xa5\x52\xca\xaa\xca\ \x2a\xb6\xc3\x56\xb3\x1a\x7e\x72\xb7\x2c\xeb\x9d\xe7\x9f\x23\x82\ \x03\x20\xa4\x99\x20\x77\x72\x95\x87\xb5\x28\x8e\x94\xed\xb8\xe7\ \x1f\x8f\xc7\xf7\xda\x6b\xaf\x6d\xd1\x95\x01\xfe\x03\xc3\x6a\x60\ \xf6\xff\x8c\x9d\x37\x3b\x82\x30\x56\xf0\x8e\x9a\x17\x7d\xf8\xc9\ \x1d\x61\x5c\xfc\xfa\x3c\xa3\x65\x9d\xe4\x8a\xbe\xd7\x1b\xc0\x77\ \xf2\xc9\x81\x31\xe9\xbb\x89\x43\x1e\xda\x41\x0b\x23\x10\x42\x1a\ \x1a\x1a\x82\x5e\x1d\x20\xc0\xce\x87\xed\xc2\xbc\x92\x10\x49\xa8\ \x04\x22\xb1\x02\x72\x27\x27\x77\x81\x88\x90\x62\x07\xcd\xef\x11\ \x78\xcf\x03\x04\x08\xc8\xfd\xdf\xe1\x3b\x29\xb9\x94\x20\xa5\x10\ \xb0\xd3\x97\x6a\xd8\x75\xb2\x36\x79\x9e\xc7\x76\xcd\x52\xd7\xff\ \x41\xe8\xba\xbe\xe5\x88\x6b\x59\x56\x60\x99\xed\x0a\x8c\xb1\xa6\ \x69\x9b\x1d\xb4\x6d\x7b\x87\x4e\xae\xb9\x7d\x94\xbb\x94\x42\x4a\ \x29\x25\xdf\x05\xca\x38\xee\x3a\xa9\x13\x4e\x3c\xf1\xa4\x29\xfb\ \xee\x1b\x10\xc1\xf6\x83\xaa\xaa\xd7\x5d\x7b\x8d\x6d\xdb\x43\xc3\ \xf2\xa4\x94\x77\xdf\x73\x6f\xb0\x89\x69\xbb\x62\xed\xda\xb5\x0f\ \xdc\x7f\x9f\xa6\x69\x83\x6c\xee\xba\xee\x0d\xbf\xbe\xd1\x30\x8c\ \x80\xdc\x37\xe7\x3b\x2e\x01\x24\x04\xca\x7d\x67\x82\xeb\x79\x81\ \x84\xdc\xbe\x42\x41\x88\xe6\xa6\x75\x9e\xc7\x6a\x6a\x6b\x87\xea\ \x77\xcb\xb2\x02\x72\xdf\xae\xc8\x64\xd2\x6b\x1b\xd7\xd4\xd6\xd6\ \x85\xc2\xe1\xa1\xca\x7d\x87\xbe\xa8\xed\xe5\x96\xe9\x57\xee\x62\ \xe7\x2f\x1a\x20\x82\x6c\xda\x01\x86\x0f\x9c\x73\xce\x03\xdf\xd7\ \x7f\x5e\xa3\x01\x63\x8c\xf3\x9d\x4a\x8a\x6e\x27\x72\x07\xdf\xe7\ \xce\x77\x01\x61\x1b\xe4\x55\x0c\x10\x20\xc0\xae\x42\xee\x72\xc0\ \x13\x2d\xc4\xce\x4f\xee\x81\x70\x0f\x10\x20\xc0\x2e\x43\xee\x7e\ \x09\x47\x29\x05\xec\xfc\x2b\xaa\x01\xb7\x07\x08\x10\x60\x57\x21\ \x77\xe0\x0c\x3c\x0f\xb8\x44\x9c\xc1\x0e\xbb\x79\xf7\x2b\x02\x49\ \x8e\x31\xde\x41\x05\x3c\xde\x61\x77\xdf\x05\x08\x10\xe0\x3f\x4d\ \xee\x52\x4a\xfb\xdb\x27\x61\x29\x01\x90\x45\x2f\x80\x9d\x3d\x83\ \x60\x46\xd1\xdb\x3e\xfe\x78\xc7\x3d\xff\xe4\x96\x45\xdc\x03\x04\ \x08\x10\x90\xfb\x96\x30\x74\xfd\xe8\x59\xdf\x09\x2c\x1b\x20\x40\ \x80\x00\xff\xcd\x79\x79\x60\x82\x00\x01\x02\x04\x08\xc8\x3d\x40\ \x80\x00\x01\x02\x04\xe4\x1e\x20\x40\x80\x00\x01\x02\x72\x0f\x10\ \x20\x40\x80\x00\x01\xb9\x07\x08\x10\x20\x40\x80\x2f\xc6\xf0\x47\ \xcb\xd8\x96\xfd\xc4\xbc\xbb\x3c\xc8\x0e\x1e\x91\x52\x14\xab\x93\ \x66\x1d\xff\xbd\x7f\xf7\xab\xba\x3e\xfa\x5b\x7b\xe5\x09\x7b\xd6\ \xe9\xdb\xe3\xca\xff\xf9\xd2\x4b\x91\x4f\x3e\x90\x43\x8a\x11\x4b\ \x4a\xc7\x9e\x79\x6e\x65\xd9\x97\x95\x55\x92\x83\x61\x9d\xe6\x86\ \xe5\xef\xf4\x96\x1e\xbd\x47\xa9\xff\xb2\xf1\xc5\x3f\xa6\xf6\xfd\ \xe1\x3e\xa5\xdb\xe1\x24\x1f\xbf\x3f\x96\x5a\x38\xf4\x88\x19\xaa\ \x3f\xfc\xb4\xab\xb7\xcc\x0a\xbb\xf1\xe4\x40\x7c\x3a\x6f\x5e\xf8\ \xd0\xe3\x26\x18\x41\xf3\x0e\x10\x20\x50\xee\xc3\x07\x84\x50\xaf\ \xb7\xb4\xc5\x7c\x63\xf0\xb1\xde\x7c\x5d\x62\x67\xe0\x7d\xe7\xef\ \x3f\x3b\xe1\xf6\xf9\x0e\x00\xd8\x6d\x8b\x7e\x7c\xfc\xa1\x87\x1c\ \x3f\x67\x71\xca\xf3\xdf\xeb\x7e\xf7\x4f\x07\x4f\x9f\x3e\xf5\xa0\ \x43\xcf\xbc\xfa\x81\x2e\x80\x8e\xf7\x9f\x6a\xe8\x70\xbf\xf0\x57\ \xda\xe7\x5e\xf1\x93\xb9\x9d\xdb\x72\x9e\x0a\xa5\xc9\xf7\xdf\x48\ \x7e\xf4\xce\xe0\x23\xf1\xe9\x87\x88\x52\x00\xfe\xd1\x5f\x6e\x3a\ \x62\xea\xd4\x63\x4e\xbf\xa1\xc9\xcf\xe0\xe4\xf5\x5c\x78\xe2\x19\ \x1f\xba\x08\x00\x80\x77\x5d\x70\xfc\x0f\xdf\x2b\x28\xce\x10\x5e\ \x5d\xf9\xfc\xdc\xcf\xd2\xdb\xe5\xf6\x84\xec\xb6\xd2\xb5\x8f\x95\ \xae\xfd\xf3\xe0\x23\x96\x5a\x34\x38\x8c\x3e\x71\xcb\x9c\x69\xd3\ \xa6\x7f\xe7\xc7\xb7\xac\x77\x00\x41\xe1\xde\xd3\x66\x2f\xce\x01\ \x00\x9f\xff\xda\x6b\x4d\x5e\xd0\xb6\x03\x04\x08\xc8\xfd\x3f\x07\ \xfe\xd2\xdd\x37\x7f\xba\x2e\x05\x08\x01\xc0\xbc\xa7\x1e\x3d\xfd\ \xe1\x37\x5f\xfe\xf5\x21\x3f\xbb\x65\xbe\xff\xb6\x9b\xcd\x8e\x38\ \xeb\x2f\xef\xbf\xf7\xe6\x35\xd3\x5b\xee\xf8\xfd\x3b\x48\xf2\xf7\ \x9f\x7f\xe4\xde\x07\xe7\xb6\x64\x3c\x00\xe8\x59\xf9\xde\x7d\x77\ \xdd\xf3\xec\x87\xeb\x00\x40\x08\xb9\xfe\x9d\x47\x6e\xbb\xfb\x99\ \x1c\xc0\xf2\x37\x9f\xba\xf3\x9e\x87\xe6\xb7\x14\x00\x60\xc3\x82\ \x79\x77\xdd\xfe\xbb\x27\x3e\xde\xb0\x2d\x36\xd9\xed\xe8\x0b\x5e\ \x7d\xff\xfd\xf3\xca\x96\xdc\xf5\x76\x01\x00\x40\x29\x39\xf5\x9b\ \xce\x5f\xfe\xbe\x01\x00\xcc\xf5\x2b\x5b\x27\x7c\xe7\xe0\x52\x62\ \xe8\x0a\x80\x58\xf9\xd6\x53\x77\x3f\xf0\xd0\x82\x2e\x87\x60\x00\ \xc8\xbd\x3a\xf7\xc1\x7b\x1e\x7d\xae\xcb\x01\x00\xd8\xf0\xd9\xeb\ \xf7\xdc\x7d\xcf\xcb\x8b\xdb\x00\xc0\xeb\x59\xf9\xa7\x7b\x7f\x77\ \xcf\x5f\xdf\x1a\x3e\xca\x15\x2f\xfd\xfc\xbb\x4b\x2a\xcf\x78\xe5\ \xcd\xd7\x6f\x3f\xad\x64\xce\x77\x7f\xde\x03\x8a\x9d\xef\x7b\xf2\ \xfe\x3b\x1e\x7e\x65\x83\xa6\x79\xef\xfc\xf9\xc1\x7b\x1f\x79\xa6\ \xcd\x03\x00\x48\xad\x78\xe3\xfe\xbb\xee\x7e\x79\x51\x07\x00\x6c\ \x58\xf4\xcf\x07\xee\xf9\xdd\xe3\xaf\x7c\x26\x82\xb6\x1f\x20\x40\ \x40\xee\xc3\x07\x72\xcc\x05\xbf\xfa\xee\x84\xa4\x2b\x24\x00\x54\ \x95\x15\x3d\xfb\xcf\x05\x4b\x57\xb7\x1e\x7c\xdc\xb8\x01\xd9\x0f\ \x52\x30\x00\xaf\x6d\xd5\x7a\x2d\x12\x02\x84\xc6\x1e\xf0\xad\x63\ \xf7\x30\x6f\xfe\xfd\x8b\x60\xb5\x5c\xfd\x9b\xe7\xa6\x9f\x34\xab\ \xe1\x81\x2b\x1f\x6c\x04\x22\xd8\x88\x83\x7e\x78\xe9\x05\xb3\x9c\ \xe5\xff\xb8\xf9\x35\xf3\x7b\xc7\x4f\xbe\x75\xce\x65\x2b\x32\xeb\ \x2f\xbe\x75\xc1\xcc\x9f\xcc\x39\x60\x6c\xd1\xb6\xcc\x3d\x62\xc5\ \xe8\xc6\xa3\x26\xdf\xd8\x31\xf5\x97\x87\xf7\x27\x77\xde\xef\xec\ \x59\xa9\x79\x7f\x2c\x00\x34\x36\xcc\x3f\xe6\xa4\x7d\x0b\x6b\x16\ \x3f\xb3\xbc\xcf\xf9\xfc\xf9\x4b\xfe\xd6\x7d\xfc\xac\xc3\x41\x48\ \xaa\xc2\x7b\xd7\x9d\xf2\x0e\x39\xf0\xc8\xe4\x07\xff\xef\xbe\x57\ \xc1\x5a\xfa\xcb\x3b\x5e\x3b\x6e\xf6\xf1\xef\xfe\xee\x17\xef\x64\ \xe5\x5f\xee\xbc\x4f\x3d\xfa\xec\x93\x0f\xdf\x73\xd8\xbc\x60\xe6\ \xe2\x87\x3e\xaa\x9a\xf3\xc3\xfd\x0d\xaa\xd4\x1d\x74\xf6\x4f\xab\ \x3e\xfa\x70\x65\x8a\x28\xd1\xef\x9c\x7b\xf1\x8f\x8e\xa8\xf2\x1c\ \x39\x66\xea\x09\x87\x86\x3f\x38\xef\xaa\x97\x21\xff\xfa\x8f\x2f\ \x7f\xfa\xa8\xef\x1d\xf9\xfe\xad\x17\xad\x31\x61\xfe\x33\x7f\xde\ \xfd\x88\xef\x1e\x31\xb9\x36\x28\xaf\x17\x20\x40\x40\xee\xff\x36\ \xa4\xdc\xfc\xf1\x85\x28\x2a\xaf\x8d\x64\x96\xbc\xf6\xe9\x86\x70\ \xde\xec\xa7\x55\x42\x53\xef\xfd\xfe\xd6\xdb\xef\x69\xac\xfe\xd1\ \xcf\x4e\xde\x47\x02\x2e\x2f\xab\xa8\x9f\x72\x62\x24\xd7\x97\xeb\ \x78\xb7\xfe\x88\x13\x76\xaf\xac\xba\xe4\x8c\x3d\x5e\x78\xe4\x53\ \x41\xb0\x9f\x17\x65\xfd\xe2\x57\x4e\x3d\xed\xb8\x8a\x9a\x6f\x5e\ \xb4\x67\xf7\xe3\x8b\xd4\x63\x27\xe4\xee\xbb\xed\x0f\x79\x44\xbe\ \xda\x79\x4a\xb1\xe9\x63\xe0\x9d\xd8\xb5\x2f\x2f\xfc\xcb\xb7\x5b\ \xce\xb9\xf1\xc3\xfe\x43\x65\xb3\x0f\x2b\x5e\xba\x21\xef\x7e\xf2\ \xe6\xd2\x23\xc6\x96\x79\x02\x00\xd1\x95\x2b\x1b\xbe\x77\xe9\x0f\ \x6a\xcb\x46\xef\x5b\x65\x48\xab\xed\xb1\xf7\xb9\xd3\xfc\xe6\xf3\ \x6b\x94\xe6\xf6\x55\xb9\x4f\x1e\xae\x3b\xf4\xe4\xba\xf2\x9a\x33\ \x66\xd4\x3f\xfc\x6a\xd7\x81\x07\xed\xf6\xc1\x03\xbf\x79\xb7\x39\ \xfb\xef\x52\xaa\x04\x90\x12\xc4\x90\x47\xff\xf9\x30\xc7\xc1\x91\ \x41\xa7\x7a\x2c\x4a\x3c\x87\x03\x20\x82\x01\x10\x08\x50\xab\xc7\ \x94\x4d\x98\x75\x42\xa2\xe9\xfd\x55\x2f\xbe\xd2\x1d\x49\x3c\x33\ \xf7\xe5\xbc\x62\x37\x75\xe7\x09\xd1\x4a\x8b\x8a\x8b\x4a\xe2\x01\ \xb9\x07\x08\xb0\x73\x63\x7b\x66\x85\x1c\xfa\x72\xf3\xe4\x89\x08\ \x00\xde\x7c\x7d\xc9\x4f\xae\xbd\xb5\xcc\x5d\xf0\xed\xb3\x9e\xfe\ \xf1\x31\x97\x44\x00\x24\x67\x45\x07\x9d\xf3\xb3\x33\xeb\x37\xfe\ \xaf\x10\x42\x08\x04\x40\x8c\x64\x3e\x97\x07\x80\xbe\xae\x7c\xb8\ \x24\x46\x29\x66\x05\x0f\x00\xb4\x70\x34\x9d\x37\x01\xa2\x1b\xb2\ \x32\x5a\x52\x7e\xc6\x75\xbf\xcd\xaf\xf9\xe7\xcc\x73\xee\x79\xfe\ \xa9\x8b\x43\xff\xd2\xb5\xb1\xe9\x69\xc9\x21\x27\x8c\x10\x1a\xbd\ \x7b\x9d\xf3\x56\x1b\xef\xb7\x11\x9a\x76\xfc\xd4\x57\x5f\xba\x7d\ \x99\xb9\xff\xa9\x09\x92\x02\x00\x29\x8d\x50\xa8\xad\x2b\x0f\xe3\ \x22\x4c\x48\x44\xb4\x88\x96\x38\xf9\xa2\x9f\x4e\x56\x01\x00\xec\ \x25\x37\x39\xf9\x3e\x00\xd9\x9b\xb5\x93\xdf\x08\x8d\x3b\xe4\xdc\ \xdf\xcd\xc8\x5e\x7d\xfa\xf9\xb1\x07\x1e\x3b\x2c\xf2\xef\xb1\xbb\ \x90\x9b\xa4\xe7\xe9\x3f\xc9\xd8\xee\xd3\xc2\xd7\xbc\xb7\x86\xcd\ \x1c\x4d\x10\x5b\xf5\xc7\x05\xa1\x0b\x6f\x2c\x6e\xc7\xdc\x1b\x28\ \x6c\x28\x04\x00\x50\x0a\x52\x8b\x68\x95\x93\x4f\xbe\xf4\xa2\xdd\ \x00\x7e\x0a\x00\xcf\x82\x94\xc3\x9a\x81\x7e\x18\x4b\x6c\x0f\xbd\ \xd0\xc1\xf6\xc3\x18\x23\x84\x6c\xd1\xa8\xe4\xd0\x86\xf4\x65\xf2\ \x41\x02\x60\x8c\x11\x42\x9c\x73\x8c\x31\xc6\x58\x70\xbe\x69\x71\ \x15\xb9\x59\x9b\xfc\x3f\xcf\x0e\xb6\x68\xc3\xfd\xa7\xec\x67\x8e\ \x93\x83\x67\x82\xd0\xe0\xa9\x22\x84\xd0\x80\x8c\x40\x00\x08\xe3\ \xa1\x46\xdb\xea\xc4\x6d\x9c\xf3\x2d\xcb\xe0\xf8\x5f\x3b\xf4\xa7\ \x37\x7b\xee\x37\xec\xe1\xed\xec\x68\xf0\x7a\xa5\x04\x84\x06\xef\ \xa2\x04\x89\x00\x0d\x7d\xf2\x2f\xf4\x20\x0c\x7c\x6a\x48\x3b\x40\ \x03\x76\x1f\x7a\x2d\x5f\x55\x60\x0e\xbd\xd2\x81\x7f\xf6\xbf\x47\ \x51\x94\x6d\x21\x37\xff\x4b\x10\x42\xfe\x13\xce\x39\x48\xc0\x04\ \x23\x84\x84\x10\x84\x10\x21\x04\xc6\x58\x4a\xe9\xd7\x1c\x46\x08\ \xf9\xcd\x8f\xf7\x67\x51\x44\x18\xa3\xa1\xf7\xe5\xcb\x6e\x8a\x10\ \x02\x23\xfc\x65\xc6\x1b\x34\x88\xff\x73\x5b\x7e\x09\xdd\x4e\x83\ \xc6\xe6\x3d\x68\xc8\x4b\x6e\xe5\x6d\x26\x01\x60\xdf\x7d\xeb\x6e\ \xbc\xf6\xba\x10\x4f\x4f\xf9\xfe\xc5\x3e\xe3\x09\xcf\xc9\x3b\x1b\ \xbd\xc1\xdc\xce\xbb\x5c\x82\x94\xa6\x99\x0f\x55\x1c\x3c\xaa\xfd\ \xda\x8b\x2e\x7f\x3d\x6f\x46\xae\xbb\x75\x5c\x59\xdf\x61\xce\x9c\ \xcb\x7f\xda\xb0\xff\x85\x57\xfe\xf8\xb3\x1b\x7e\xf3\xe9\xe3\xa4\ \x50\xfe\xbd\x5b\xc7\xf5\xdc\xfa\xab\xdf\xa5\xec\x7c\xfd\x5e\x33\ \xb4\xaf\xc6\x26\x43\x89\xae\xff\x9c\x85\xfd\xd4\x7d\xff\xfb\xd1\ \xfa\x5c\xb6\xcb\xfe\xd1\x35\xe7\x0d\x1a\x68\xf4\x5e\x87\x5f\x7c\ \xf4\x29\xc7\x3e\xf0\x89\x06\x20\xb8\x6b\xba\xee\xd8\x19\xc7\xd9\ \x57\xfc\xea\xd2\xe7\xe3\x9d\x8d\x72\x76\xa8\xe4\xca\xab\xa7\x5d\ \x77\xc1\x85\xc5\x45\xc6\x7e\x27\x5c\x38\x73\xdf\xf3\xcb\x9e\xbc\ \xe6\x67\x57\xcd\x2b\xc8\xea\x1b\xce\x89\xbe\x39\xf7\xf6\xd7\x1a\ \x52\x9d\x91\xd1\xd5\xea\xbf\xaf\xdc\xb7\x34\x26\x00\x40\xec\x67\ \x77\xff\xe2\xfa\xdf\x9c\xf7\xa6\x1e\xb3\x53\x85\x29\xbf\xb8\x77\ \xa2\xaa\x89\xc3\xab\x6f\xbb\xfc\x27\xdf\x98\xfa\x23\xd5\x75\x3c\ \x09\x00\xac\x90\x33\xcb\xbe\x75\xe5\xd4\x37\xae\xbe\xe4\xca\x92\ \x58\xc9\xd8\xcb\x2e\x3f\xdb\xb3\x0a\x7c\xf8\x12\x58\x72\xce\x77\ \x9f\xb8\xc7\x90\x21\x9c\x23\xb4\xe9\xcd\x96\x14\xa4\x4f\x67\x00\ \x68\x68\x8f\x93\xfd\x35\x5d\x80\x62\xc0\x00\xc0\xb8\xec\x4d\xa7\ \xe2\xf1\x04\x63\x42\xd7\x69\x3a\x5b\xc8\x64\xb2\xef\xbc\xfc\xea\ \xcb\x4f\x3e\x75\xee\xf9\xe7\x2e\x5b\xb9\x62\xf1\xd2\x45\x1d\x2d\ \x2d\x61\x55\x53\x11\xca\x9b\x79\x5b\x78\x44\x27\x18\x54\xe0\xc2\ \x63\x8c\x73\x2e\x85\x18\xec\x6c\xfd\xdc\x87\x60\xf6\x09\xdf\x29\ \x2a\xaf\xb8\xf3\x8e\x3b\x4f\x3f\xed\xf4\x63\x8f\xfb\xf6\x5d\xf7\ \xde\xf5\xea\x6b\xaf\xba\xcc\xc6\x0a\x78\xc2\xf3\xdc\x8d\x35\x8f\ \x30\xc6\x08\x61\x8c\x91\x94\x20\xfd\x21\x10\x81\x14\xd2\xef\x44\ \x03\x1d\x69\x23\x3f\x12\x42\xc0\xf3\xa2\x5a\x48\xc1\xfa\xac\xe3\ \x67\xf7\x76\xf7\x34\x35\xad\x29\xb8\x19\x09\xa2\xaa\xb6\xae\xb9\ \xa5\x9d\x31\x85\x4b\x72\xe0\xd4\xfd\xd3\x7d\x9d\x0b\x3f\x7d\xbf\ \xa5\xb9\xa5\xbe\xbe\x72\xea\xd4\x83\xd2\xe9\x82\x6d\x79\x8e\x2b\ \x6b\x47\x8d\xba\xe8\xb2\x4b\x84\xd8\x9a\xe5\x8f\xdf\xdd\xf9\xbb\ \x17\x5f\x9c\x27\x85\xc0\x18\x13\x42\x10\x26\x42\xf0\xe9\xd3\xa6\ \xf5\xf6\xf6\x7e\xb6\x6c\x19\x21\x48\x35\xf0\xd8\x71\x63\x9b\xd6\ \x35\x17\x4c\x93\x73\x51\x57\x53\xef\xba\xac\xb1\x71\xad\x69\x3a\ \xd1\x68\x04\x84\xa7\x2a\x80\x11\xe5\x9c\x73\x2e\x00\x10\x21\x64\ \xe8\x3c\x9e\x33\x8e\x09\xf6\x07\x45\x42\x88\xe0\x42\xc2\xc6\xc1\ \x55\x4a\x70\xb9\x30\x08\xc6\x20\x47\x8f\xae\x1f\x35\x72\x64\xd3\ \xba\x75\x4d\xeb\xd7\x47\x63\x71\x87\x4b\xd7\x65\x40\x10\xe7\x2e\ \xa1\x54\x4a\x21\x84\x24\x84\xf8\x04\x27\xfd\xd7\x52\x86\xa8\xea\ \x7f\x9b\xff\x92\x31\x86\x10\xc2\x08\xf9\x1f\xa0\x9c\x31\xd7\x2e\ \x2a\x29\x89\x45\xa3\xed\x5d\xdd\x65\x65\xe5\x18\xe1\xa6\x96\x66\ \x8c\xa8\x94\xe0\x7a\x2e\xd1\x0d\x2e\xb8\xff\xbf\x00\xe0\xb9\x2e\ \x55\x14\x45\x51\x34\x4d\xf3\x3c\x4f\x4a\xce\x98\x8b\x10\x48\xe9\ \x8b\x03\xec\x38\xae\xeb\xba\xe1\x70\x38\x12\x89\xe4\xf3\xb9\x05\ \x8b\x3f\xcb\xe7\xf3\x5b\xd7\xe6\x1b\x56\xac\x2e\x2f\x2f\x17\x42\ \x96\x95\x95\x8e\xa8\xac\x5a\xbe\x7c\xf9\x1d\xb7\xdd\xde\xda\xd2\ \x32\x67\xce\x9c\x63\x8e\x3e\xfa\xe5\x57\x5e\xb3\x5c\x6f\xfa\xf4\ \x03\xe3\xb1\xf8\xc7\x9f\x7c\x70\xd9\x65\x97\x72\x2e\x4e\x3a\xf1\ \xbb\x47\x1e\x79\xcc\xe4\xc9\xfb\x3c\xfe\xf8\xe3\xf3\x17\x7c\x74\ \xda\x0f\x4e\xd5\x14\x55\x30\x66\xe6\xf2\xd3\x0f\x3d\x74\xed\x9a\ \x35\x75\xa3\x47\x12\x4a\x89\xaa\x80\x94\x80\x00\x03\x62\xb6\x83\ \x24\xbc\xf0\xc2\x0b\x47\x1d\x75\x94\x1e\x8d\x08\x2e\x04\x12\x84\ \x50\xce\x18\xa5\x34\x9b\xcb\xa9\x8a\xd2\xd5\xd1\x99\x4a\xa5\x56\ \x34\x34\x34\x2c\x5f\x7e\xc6\x19\x67\x18\xba\x91\x48\x26\xb0\xaa\ \x78\x9e\xa7\x28\x8a\xa2\x28\xdb\x49\xb9\x6f\xc2\x47\x9b\x29\xc5\ \x7d\x6e\x7b\x6d\x1f\x00\x00\xd8\x7b\xe6\x25\x7b\xcf\xdc\xe4\xad\ \x9a\x99\x3f\x7b\x6e\xc8\xcb\xbd\xaf\xf9\xe7\xde\x00\x00\x70\xf7\ \x6f\x2f\x04\x80\x73\xae\xbf\x6d\xe3\x7b\x55\xc7\x3c\xf6\xdc\x31\ \xfe\xd3\x9b\xef\xbc\x6b\xf0\xf0\xcf\xae\xff\xf5\x57\xe7\x4d\xb1\ \xe9\x94\x42\xf8\x9a\x01\xeb\xb3\xcf\xbf\x6e\xf6\x96\xcb\x05\x45\ \x13\xe6\xcd\x5f\xdc\xff\xe3\x07\x9c\xfc\x47\x00\x00\xb8\xe1\x9e\ \xfb\x37\x7e\xa2\xf2\xbc\x07\xa6\x6f\x7c\x75\xc1\x8d\xf7\x0c\x3e\ \x2f\x3b\xe5\x92\x43\xb7\xd6\x98\x42\x7c\x91\x72\x07\x50\x6a\x0e\ \xb9\xf9\xee\x43\x86\x7e\x72\xd2\x39\xf7\x3e\x7a\x0e\x00\x00\x9c\ \x31\x05\x00\x00\xa6\xfe\xed\x95\xa9\x00\x70\xfe\xad\x7f\x18\xfc\ \xcc\xec\x5b\x1e\x1f\xde\x7b\xcd\x18\x13\xfd\xd3\x04\x8a\x31\xe6\ \x5c\x20\x84\x10\x96\x20\x31\x42\x48\xc2\x40\xca\x67\x24\x7c\xa1\ \x83\x10\x16\x82\x31\xe6\x79\xcc\x65\x8c\xf5\xf4\x66\x6c\xcb\x2d\ \x2b\x2b\xcb\x64\x32\x91\x48\x44\x0a\x4e\x08\xb2\x2c\xc7\x73\xec\ \x4f\xe7\x7f\xfc\xca\xab\x2f\x5d\x72\xd9\xc5\xad\xed\x1b\x16\x2f\ \x59\xd8\xdc\xdc\x54\x92\x48\x12\x8c\x10\xe3\xaa\xa6\x15\xf2\x76\ \x2c\x94\xe4\x4c\x08\xc6\x11\xc6\x9c\x73\x21\x84\x10\xc2\xf3\x3c\ \xc6\x39\xe7\x9c\x10\x82\x31\xf6\x38\x27\x84\x28\x8a\x62\x5a\x16\ \x26\x54\xd3\x34\x40\x48\x08\x49\x10\x31\x54\x5d\x57\xd1\xa0\x90\ \x1f\xaa\x7d\x06\x67\x09\x83\xcc\xeb\xbf\x1c\xaa\xb8\x31\xc6\x86\ \xaa\xa8\x88\x84\xb4\x58\x38\x1a\x15\x52\x76\xf5\x76\x46\x88\x81\ \x08\xaa\xac\xac\x5a\xb1\xb2\xc9\xf5\x3c\x89\x51\x24\x1a\x6a\x6f\ \xb3\xca\xcb\x6b\x6a\xaa\xeb\x30\xc6\x1e\xa3\x0b\x16\x2d\x73\xb9\ \xc4\x84\x4e\xde\xff\x80\xad\x36\xbb\xa1\xe9\xf1\x48\xd4\xf3\x3c\ \xc1\xb9\x04\x09\x20\x15\x45\x69\x6a\x5c\x9b\x4a\xa7\x09\x42\x92\ \x71\xab\xe0\x2e\x5d\xf4\xd9\xa4\x49\x7b\x76\x76\x74\xf6\xf4\xf6\ \xb4\x6f\x68\xdf\x6f\xbf\xfd\xca\xcb\x4a\x17\x2e\x58\xcc\x18\xc3\ \x04\x73\xce\x24\xe2\x8a\xa2\x84\x42\x2a\xc6\xc4\xb6\x6d\x8c\x29\ \x21\xc4\x27\x62\xff\x6e\xba\xae\xeb\x5f\xb2\x61\x18\x94\x52\x9f\ \x4c\xfb\xe7\x07\x98\x12\xc1\x0b\xb9\xac\xe3\xba\x91\x48\xa4\xa4\ \xb4\xb4\xa5\xad\xad\x60\x9a\x88\xaa\x08\x21\x66\x3b\x9c\xbb\x40\ \xb8\x4f\xd6\x88\x52\x8c\x30\x50\x42\x30\x26\x12\x84\x84\x42\xa1\ \xe0\xcf\x5a\xfc\x0f\x68\x9a\x66\xdb\xb6\x7f\xd7\xa4\x14\x80\x51\ \xc1\xb4\x47\x25\x12\x7d\x7d\xe9\x11\x23\x46\x24\x92\xc9\xd5\x2b\ \xd7\x10\x4a\x15\x45\x43\x08\x6b\x52\xe7\x08\x63\x82\xfd\x3b\x4b\ \x29\x1d\x1c\x75\x74\x5d\x77\x5d\x97\x52\x42\x29\x51\x14\x55\x51\ \xa8\x2f\xa5\x73\xb9\x1c\x42\x88\x31\x1e\x0e\x87\xfa\xfa\xfa\xb6\ \x6e\x40\xf5\x91\x48\x24\x28\xa5\x95\x95\x95\x00\xd0\xd8\xd8\xd8\ \xd0\xd0\xa0\x28\x4a\x22\x91\x58\xb5\x6a\x95\xa6\xaa\xb6\x6d\x73\ \x21\xe7\xcf\xff\xe4\x94\xef\x7f\x6f\xed\xda\xc6\x8a\x8a\xca\xee\ \xee\xee\x49\x93\x26\xc5\xe3\xf1\x70\x58\x77\x3d\x37\x1e\x8f\x2f\ \xfd\x6c\xa9\x99\x2b\x1c\x7f\xdc\x71\x9f\x2f\x5d\xb6\xe7\x5e\x29\ \xc6\x98\xe3\x38\x61\x85\x22\x00\x2e\x05\xf4\x37\x34\x44\x08\x19\ \x31\x62\x84\xeb\xba\x3a\x80\x6d\x5b\xaa\xae\x71\xc1\x7d\xf9\x5f\ \xc8\xe7\x49\x2c\x56\x5c\x5c\x5c\x5c\x5c\x9c\xea\xeb\x5b\xbc\x68\ \x51\xdd\xc8\x91\x76\xbe\xa0\x68\x9a\xed\x3a\x7e\x4b\x96\x52\x6e\ \x37\xb7\x8c\x90\xff\xe7\x94\xf6\x6b\x01\xb1\xa9\x28\xfe\x1a\x9e\ \xa5\x04\xb4\x99\x72\xff\xfa\xe5\x8d\x97\x84\x60\x8c\x89\x94\xd2\ \x75\x99\xa2\x50\x84\x70\xbf\xcb\x4b\x4a\x90\x40\xfb\x67\xc0\x98\ \x31\xee\x79\x5e\x3e\x9f\xa7\x14\x13\x42\x08\xc1\x8a\xa2\x8e\x1e\ \x39\x4a\x48\xf0\x3c\xcf\x34\xcd\x58\x2c\xc6\x19\xd3\x75\xc3\xb1\ \x9c\xc5\x0b\x17\x3d\xf3\xf4\xdf\xcf\x3a\xfb\x47\xcd\x6d\xeb\x5f\ \x79\xe5\x95\x0d\xad\x2d\xe5\x25\xa5\x9e\xe7\x09\xcf\xc5\x12\xa9\ \x86\x9e\x50\xb0\xe4\x9c\x31\x2e\xb8\xe0\x9c\x71\xce\x85\x94\x82\ \x0b\xc6\x99\xc7\x3c\xc6\x39\x95\x82\x10\x6a\x5a\x96\xaa\xaa\x08\ \xa1\x6c\x36\xab\x28\x94\x52\x2a\x85\x00\x04\x18\x21\x04\x08\x06\ \xd4\x22\x1a\xc0\x17\xce\xfd\x07\x99\xdd\x77\x10\x0d\xce\xb2\x99\ \xe0\xae\xeb\x94\x97\xd5\xd8\xcc\x0b\x47\xa2\x9a\xa1\x97\x94\xc4\ \x73\xf9\xac\xa1\x85\x8b\x93\xa5\x96\xcb\x4d\x37\x5f\x5a\x1c\x5f\ \x98\xcd\xa7\xfa\x72\xf9\x7c\xbe\x28\x59\x3c\x71\x52\x35\xd0\x90\ \xa6\x11\x49\xb0\x11\x8b\x6e\xb5\xd1\x5d\xc7\xb1\xf2\x05\x09\x12\ \xf5\x4f\xed\xc1\x73\xbd\xee\xce\xae\x42\xa1\xa0\xeb\x3a\xd5\x35\ \x26\x3c\x42\xf0\xba\xc6\xa6\xb1\x63\xc7\x94\x14\x15\x37\x37\x35\ \xaf\x5d\xb3\x66\xcc\x98\xd1\xfb\xef\xfb\xcd\xc6\xd5\x6b\x6d\xd7\ \x54\x35\x85\x62\xc5\xf5\x5c\x21\x24\xc6\x44\x55\x55\x21\x60\x50\ \x59\x33\xc6\x7c\xde\xd4\x75\x5d\x51\x94\xc1\xb1\xd3\x37\x05\xc6\ \x18\x23\xa4\x2a\x8a\x5e\x54\xa4\xeb\x4a\x34\x1a\x6d\x6a\x6a\x2a\ \x2a\x2e\x56\x55\x1d\xa8\x82\x10\xd1\x31\x96\xcc\x23\x84\x48\x29\ \x85\x90\x8a\x42\x7d\x2a\x17\x42\x70\xce\x3d\xce\xf5\x48\x48\x0e\ \x38\x25\x84\x10\x08\x21\xd7\x75\xa5\x94\x3e\x79\xb5\xac\x6b\xdc\ \x6d\xf7\x09\xb6\xed\x24\x8a\x92\x95\x95\x23\x0a\x66\xa1\x6e\x54\ \x3d\x00\xe2\x42\x70\x2e\x39\x48\x4d\xd3\x99\xe8\x3f\x25\x00\x70\ \x1c\xc7\xf3\x3c\x5f\x67\x30\xc6\x1c\xc7\xf6\x9b\x84\xeb\xba\x96\ \x65\x21\x84\x92\xc9\xa4\xeb\xba\x00\xd0\xd9\xc9\x4c\xd3\x44\xdb\ \x50\xc6\x60\xd4\xa8\x51\x75\x75\xb5\xae\xeb\x71\xce\x0d\x4d\x0b\ \x85\x42\x8b\x17\x2d\xda\xd0\xd6\xd0\x02\x91\xe2\x00\x00\x20\x00\ \x49\x44\x41\x54\x56\x53\x53\x53\x54\x54\x34\xf9\x9b\x53\x9e\xf9\ \xc7\x73\xab\xd6\xac\x68\x6d\x6d\x39\xf8\x90\x83\x1e\x78\xe0\x01\ \x84\x50\x3c\x1e\x5f\xbf\x7e\x7d\x51\xb2\x78\xd2\xa4\x49\x13\x76\ \x1f\xf7\xfc\x73\xcf\x8d\x19\x3d\xba\xb5\xb5\x95\x2a\xb4\xa7\xa7\ \x27\x1a\x8b\x85\x42\x21\x84\x30\xe3\xac\xdf\x7f\x48\x28\xc6\x18\ \x30\xae\xa9\xa9\x69\x6c\x6c\xdc\x3d\x64\xb8\xae\x1b\x8a\x84\xb9\ \x10\x08\x21\xdb\xb6\x13\x89\x04\xc2\x98\x39\xae\x65\x59\xb5\x75\ \x75\x08\x21\xdb\x2c\x48\x84\xb2\xe9\x74\x38\x1e\xf3\x4d\xcd\x18\ \xa3\xff\x89\xde\xff\xb5\xad\x63\x21\x37\xf1\x21\x7c\x1d\x6b\x79\ \xfb\xcb\xbc\x9b\x28\xf7\xaf\xd1\x49\x12\x4c\xd6\xb7\x34\xab\x8a\ \xae\xeb\xba\xaf\xf5\x7a\x7a\x4c\xc6\x98\x94\x52\xf0\x01\x27\x0c\ \x12\xb6\x6d\x0b\xc1\x75\x5d\xd7\x34\xb5\xb4\xb4\x14\x63\xf0\x65\ \x35\x00\xb8\xcc\x43\x40\xf2\xf9\x42\x32\x91\xd4\x75\xd5\xb6\x5d\ \xc1\xbd\x95\x2b\x1a\x9e\x7a\xe2\xf1\x39\xe7\x9c\x9d\xea\xe9\x79\ \xfe\x85\x7f\x58\xa6\x5d\x94\x88\x73\xcf\xe3\x9e\xc7\xb9\x87\x29\ \x21\x44\x99\xb4\xdb\xa4\xf9\xf3\xe7\x0b\x09\x62\xc0\x0f\xe3\x73\ \x04\x55\x14\x21\x65\x7f\xef\x45\x60\xda\x96\xaa\xaa\x98\x90\x4c\ \x26\x03\x00\x9a\xa6\x21\x40\x14\x61\x0c\x08\x4b\x29\x11\xe2\x43\ \x1c\xa9\x5f\xb6\xa2\x30\xe8\x19\xf7\x35\x91\x4f\xee\x84\x10\x55\ \x57\x80\x0b\x8e\xd1\xb2\xe5\x9f\x8f\xac\x1d\xd5\xd5\xd5\x0d\x88\ \xe7\xf3\xb9\xba\x51\xe3\x93\xc9\x64\x42\x2a\xc4\xe0\xb1\x78\x24\ \x99\x4c\xd6\x54\xd5\x5b\xb6\xdb\x9b\xca\xf5\xa6\x2c\xaa\x46\xfb\ \xf2\xe9\x82\x99\x2b\x1b\x51\xb5\xd5\x4d\xce\xd0\x8d\x64\x22\x41\ \x06\x80\x10\xf2\xd9\x2d\x1a\x89\x60\x8c\x29\xa5\x5d\x5d\xbd\x89\ \xa2\x92\x9e\x9e\xae\xe6\xb5\xeb\x31\xc6\xf5\x75\xf5\xf9\x7c\xee\ \xf3\xcf\x3e\xab\xad\xad\x1d\x37\x7e\xf4\xea\x35\xab\x4d\xcb\xc4\ \x3a\xd1\x75\x5d\xd7\x0d\x5d\x37\x84\x10\x94\xaa\x94\x52\x45\x51\ \x7c\x52\x26\x84\x70\xce\x29\xed\x97\xf3\x3e\xe3\x7b\x9e\xc7\x39\ \x97\x12\x6c\x97\x71\xc7\xe2\x9e\x63\x9a\xe6\xea\xd5\xab\x43\xa1\ \x50\x51\x32\x89\xa9\x22\x31\x55\xa8\x66\x60\x0c\xcc\xc3\x84\x80\ \x94\x42\x08\x40\x88\x31\xe6\x3f\xf7\xc0\x43\x18\x7b\x9e\x27\x61\ \x93\xb1\xc4\xf7\xa7\xb9\xae\x2b\x38\x4f\x26\x93\x00\x48\x08\x19\ \x4b\x24\x96\x2f\x5f\xce\x39\xb7\x1c\x5b\x02\x76\x5d\x17\x00\xb9\ \x9c\x1b\xe1\x90\x7f\xc7\xfd\x39\x56\x28\x14\xf2\x3c\x0f\x21\x64\ \x18\x86\x6d\xdb\x8e\x63\x3b\x8e\xcd\xb9\x30\x0c\xbd\xb8\xb8\x38\ \x91\x48\x74\x75\x75\xd9\xb6\xad\xeb\x7a\x2c\x16\x2f\x2e\x2e\x96\ \xdb\xa0\xdc\xc3\xe1\x70\x2a\x95\x2e\x2a\x4a\x98\x26\x2f\x2d\x2d\ \x55\x14\x75\xe2\xee\xbb\x7f\x3a\xff\x93\x3f\xfc\xe1\x0f\xbf\x7f\ \xe8\xa1\x11\x23\x46\xcc\x99\x33\x47\xd5\xe8\x55\x57\x5d\xf1\xc4\ \x13\x4f\x94\x94\x94\x34\x36\x36\xb6\xb7\xb7\x1f\x7e\xf8\x91\xe5\ \xe5\xe5\xb9\x42\x7e\xcc\xb8\x51\xdd\x5d\x5d\x08\xa0\xbd\xbd\xbd\ \xb1\xb1\x71\xe2\xc4\x89\xb5\x75\xb5\x8a\xaa\xe6\xb2\x59\x35\xa4\ \x2b\x8a\xe2\x9b\x02\x23\xc4\x19\x2b\x29\x29\xe9\xee\xee\x56\x75\ \x9d\xa8\xaa\x90\x92\x09\xae\x60\xe2\x4f\xa4\xb8\x10\x48\xc8\x7c\ \x3e\x2f\xa5\x8c\xc5\x62\xe9\x74\x06\x24\x20\x82\xa8\xad\x52\x45\ \xd9\x9e\xca\x5d\xc0\x50\xe5\xfe\x55\x5a\xb0\xfc\xb2\xf5\xac\x4d\ \xde\x90\xc3\x5b\xfa\x43\xc8\xcd\x45\x31\xfa\x77\xce\x72\xb3\x35\ \x9b\xed\xa3\xdc\x37\xf7\xb9\xcb\xad\xfb\x96\xed\x73\x9e\x5c\xf0\ \x51\x23\x47\xbb\xae\xe7\x79\xfd\x11\xfc\xc5\x45\x25\x18\x11\x84\ \x00\xf5\x3b\x39\x24\xea\x5f\x41\x94\x00\x88\x73\x3e\xa8\x91\xfd\ \x09\x9e\x4a\x95\x6c\x2e\xcf\x19\x8b\xc7\xa2\xb9\x6c\x3e\x1c\xd2\ \x57\xac\x58\x39\xef\xf9\x7f\x5c\x78\xfe\x9c\xd7\x5f\x7f\xfd\xd3\ \xf9\x1f\x2b\x04\x51\x90\x6e\x3e\x0f\x80\x10\x06\x2e\xb8\xeb\x71\ \x89\x61\xdc\xf8\x71\xef\xbe\xf5\x96\xa2\x19\xc2\x5f\x73\x17\xc2\ \x67\x07\x5f\xbb\xf9\x90\x52\x3a\x8e\x43\x29\x05\x80\x7c\x3e\xef\ \xba\xae\xae\x6a\x82\x31\xdb\xb2\xa4\xa0\x9a\xa6\x20\x8c\x37\x73\ \xbc\x6c\x06\x3c\xb0\xfe\x39\x94\xe5\xf1\x00\xfc\xdf\xd5\x74\xdd\ \x32\x5d\x45\x55\x1b\xd7\x35\x2f\x6b\xf8\x2c\x1c\x0e\x4f\x3b\xe4\ \x88\xa6\x75\x6d\xb1\x44\x51\x58\x22\xc7\xb6\xa2\xf1\x08\xe6\x74\ \x6d\xd3\xba\xaa\xaa\x1a\xdb\x95\xad\xed\x9d\x5a\x58\x8f\x24\x92\ \x05\xcb\x42\x5b\x3b\x5f\x8c\xc7\x62\x95\xe5\x15\x83\x27\xe6\x77\ \xe6\x7c\x3e\x1f\x0a\x85\x4c\xd3\x0c\x47\xa2\xb1\x68\x91\xe7\x79\ \xe1\xea\xb0\xe7\x39\x52\x0a\xcf\xf6\x8a\x13\x45\x45\x89\x78\x77\ \x47\x87\xa2\x28\x95\x15\x15\x1d\x5d\x9d\xd9\x4c\x3e\x14\x32\xa4\ \x84\x5c\x2e\x4f\x29\x15\xa2\xdf\x03\xee\xeb\x6b\x7f\xc0\xf0\xbf\ \x7f\x90\x46\x7d\x71\x2d\x25\x48\x4c\xa8\xe4\x8e\x65\x45\xc2\xba\ \xa1\x69\x95\x55\x55\xdd\x3d\x3d\xe9\x4c\x16\x51\x55\x51\x34\xe4\ \x31\xc1\x5c\x42\x89\x14\x52\x4a\x81\x30\x96\x12\x08\xc6\xbe\xe7\ \x41\x08\x89\x54\xea\x5b\xcf\x97\xdb\x9c\x73\x55\x55\x5d\xd7\x15\ \x42\x18\x86\x51\x55\x56\xba\xae\xa5\x79\xec\x98\xb1\xf9\x4c\x3e\ \x6f\x16\x18\x63\x8a\xaa\x0b\xce\x81\x50\x5d\xd7\x15\xc6\x24\x42\ \xfe\x90\xe3\xdf\x08\xd7\x75\x7d\xaf\x7d\xbf\x5f\x8e\x71\x42\x94\ \x70\x58\xd7\x75\xdd\x75\x59\x77\x77\xaf\x65\x39\x91\x48\xac\xac\ \xac\xcc\xb6\xed\xb5\x6b\xd7\x6e\x4b\x01\xb2\x92\x92\xe2\x5c\x2e\ \xef\x79\x2c\x14\xd2\x73\xd9\x7c\x38\x1c\x1e\x3b\x6e\x9c\xeb\xba\ \x18\xe3\x35\x6b\xd6\x8c\xa8\xae\x31\x22\xa1\xae\xae\x8e\x43\x0e\ \x39\x74\xcc\xd8\xfa\x7f\xfe\xf3\xa5\x8a\x8a\xf2\x89\x13\x27\x96\ \x96\x96\x3a\x8e\x53\x5f\x5f\xdf\xdb\xdb\x3b\x66\xcc\x98\xe6\xa6\ \xa6\xb6\x9e\x9e\x45\x0b\x17\x62\x8c\x63\xf1\xf8\xb8\x09\x51\x2e\ \x38\x42\x08\x23\x2c\xa4\x90\x42\x00\x20\xcf\xf3\x34\xc3\xf0\xa3\ \x00\x00\x21\xc1\xb9\x42\x28\x46\x48\xd3\x34\x21\x44\x6f\x4f\x4f\ \x3c\x1a\x6b\x6d\x6d\x45\x08\x65\x32\x99\x79\xf3\xe6\x4d\x3d\x70\ \xea\xf8\x09\xdf\x60\x82\x63\x42\xfc\x95\xdb\xed\x13\x0a\x39\x20\ \x89\xe5\x16\xf4\xc4\xed\xee\xdf\x9f\x7d\xf8\x6f\x3e\xf4\x37\x78\ \xca\x8e\x4f\xff\x7e\xde\xec\x63\x2f\x7d\xb3\x67\x28\x67\xbe\x71\ \xe7\x9c\xa3\x7f\xf3\xf9\xe0\x7a\xf9\xeb\x17\x1e\x74\xdf\x1b\x2d\ \xfe\x8b\x75\x2f\x5e\xf1\xf3\xbf\x7c\x24\xd3\xab\x4f\x39\xf2\xa0\ \xc3\x0f\x9f\x71\xfc\xa9\x97\x7d\xd0\xc9\xb7\xed\x3c\x37\x79\x0c\ \x0c\x4e\xbc\x75\xd1\x93\x27\xdf\xf4\x2c\x00\x40\x66\xfe\x25\x27\ \x1f\x73\xf0\xc1\x47\xfe\xea\xcf\x0b\x01\x59\xff\x6f\xd6\xfe\x87\ \x1d\x3e\xe3\xe0\xa9\x53\x0e\xbd\xfe\xdd\x7e\x66\x2f\xac\xbf\xe1\ \x47\xdf\x9e\x7e\xec\x69\xaf\x35\x9b\x00\xb0\xfc\xf1\xeb\x8f\x39\ \x78\xda\x77\x2f\xbc\xa7\x63\x60\xad\xce\x5c\xfd\xd0\xe9\xd7\xff\ \xc5\x7f\xee\xf4\x2d\x39\xe1\x87\xb7\x02\x38\xb7\x9d\x3f\x6b\xfa\ \xe1\x33\x66\x1c\x7b\xe2\xed\xff\x68\x10\xff\xca\xe7\xfe\x45\x71\ \xa5\xf9\xbf\x5e\x7b\xe6\xe1\xd3\x0e\xfe\xde\x4f\xef\xee\x1a\x30\ \xc0\x86\xb7\xef\x99\x75\xd4\x21\x47\xce\xbe\x60\x69\x57\xff\xb6\ \xde\xce\x85\x8f\xcd\xf8\xc9\x1f\x87\x30\xbb\xf5\xf2\x3d\x3f\x3b\ \x72\xc6\x61\x33\x8e\x39\xf5\x85\x35\xb9\x96\x0f\x1f\x3d\xe4\x90\ \x43\x0e\x9f\x71\xe4\x19\x57\x3d\xdc\xb5\xb5\x56\x94\x12\x51\x4a\ \x43\xa1\x90\x61\x18\x86\x61\x20\x2c\x89\x82\x88\x82\x30\x91\x18\ \x03\x26\x88\x73\x2e\x04\x97\x12\x6c\xdb\x1e\x74\x6b\x30\xc6\x00\ \x10\xe7\xc2\xb6\x1c\xdb\x72\x42\xa1\x10\x06\x94\xcf\x66\x56\x36\ \xac\xb8\xfb\x8e\xdb\x8e\xff\xd6\xb1\xef\xbf\xf3\xee\xbb\x6f\xbf\ \x69\x17\xf2\xd9\xbe\xde\x4c\x77\x97\xb4\xec\x42\x6f\x6f\x3e\x95\ \x42\x18\x4c\xd7\xcc\xdb\x66\x28\x1c\x0b\x87\xa2\x8c\x31\xcb\xb5\ \x3d\xce\x3c\xce\x6c\xd7\xf1\x38\x73\x99\xe7\x3f\x01\x8c\x00\x23\ \x01\x42\x02\xc4\x62\x31\xcb\xb2\xc2\x46\x88\x62\x52\xc8\x17\x0c\ \x4d\x07\x21\x3d\xc7\xe5\xbc\x7f\x41\xd2\xa7\x89\xc1\x81\xc7\x77\ \xe6\xfa\x1a\x76\x90\x3d\x29\xa5\xbe\xb0\x55\x14\x45\x55\x55\xff\ \x55\x28\x1c\x96\x00\x27\x7c\xe7\x44\x4d\x37\x2a\x2a\x47\x8c\xa8\ \xae\xdd\x6b\xf2\x3e\x99\x6c\x7e\x44\xdd\x48\x2e\x10\x21\x94\x2a\ \xb4\x28\x99\xac\xac\x2c\x1f\x59\x5f\x3b\x7a\xf4\xa8\x54\xba\xa7\ \xa4\xa4\x44\x55\xe9\xc4\x89\x13\xf3\x79\x73\xab\xd5\x41\x57\x57\ \xd7\xaa\x55\xab\x1a\x1a\x1a\x56\xac\x58\xd1\xd0\xd0\xb0\x68\xd1\ \xa2\x65\xcb\x96\x35\x35\x35\xad\x5a\xb5\xaa\xad\xad\x6d\xc9\xe2\ \xc5\x8d\x8d\x6b\x9b\x9b\xd7\xaf\x6f\x5e\xdf\xd6\xb6\x61\xc3\x86\ \x0d\x2d\x2d\x2d\x0b\x16\x2c\x20\x84\x84\xc3\x91\x35\x6b\xd6\xb4\ \x77\x74\x94\x97\x97\x17\x17\x17\x35\x35\x35\x75\x77\x77\xe7\x72\ \xb9\xbe\xbe\xbe\x54\x2a\x95\xcd\x66\xfb\xfa\xfa\x0a\x85\x82\x4f\ \xbb\x43\x6d\xe2\x8f\x6a\x03\x4b\xa3\xfd\x36\x09\x87\x42\x52\xca\ \xb5\xeb\xd6\x69\x9a\x16\x8b\xc5\x04\xe7\x8e\x6d\x73\xce\x1d\xc9\ \xb8\x82\x5d\x24\x5d\x02\x2e\x01\x0f\x83\x47\xc0\x02\xee\x10\xe0\ \x14\x73\x05\xf9\x33\x00\x7f\x5d\x9a\x10\x12\x8b\xc5\x5c\xd7\x55\ \x55\x55\x08\xa1\x6b\xda\xfa\xf5\x2d\xf5\xb5\x23\x39\x13\x2d\x1b\ \x5a\x85\x00\xc6\xa5\x6d\xdb\x8c\x4b\x84\x88\xe7\x71\x09\xfd\x13\ \x0b\x7f\xd8\x76\x5d\xd7\x1f\x1b\xa2\xd1\xa8\xcf\xda\x9e\xe7\x45\ \xa3\xd1\xd2\xd2\x52\x84\x90\xaa\xaa\xe5\xe5\xe5\x95\x95\x95\x75\ \x75\x75\xba\xae\x6b\x9a\x56\x53\x53\xb3\x2d\x3e\x77\xcf\x63\x91\ \x48\x24\x9f\x2f\xbc\xf3\xce\x7b\x86\xae\x0b\x21\xfc\x85\x78\x4a\ \xe9\xf2\xe5\xcb\x35\x4d\x57\x55\xe5\x85\x17\xe6\x1d\x77\xfc\xb7\ \xfc\x85\x0a\xd7\xf5\x5e\x79\xe5\x95\xe7\x9e\x7b\x7e\xe9\xd2\xa5\ \x77\xdc\x71\x67\x5b\x5b\x1b\xc6\x78\xc1\x82\x05\xd9\x6c\xb6\xbd\ \xbd\x63\xe5\xca\x95\xf9\x7c\xde\xe7\x68\xbf\x77\xe8\xaa\x2e\xa5\ \xec\xeb\xeb\x53\x14\xea\x9a\xa6\xae\xeb\x52\x08\x7f\x16\xc5\x05\ \xf7\x15\x8c\x94\x52\xd3\x34\xd3\x34\xf7\x99\x32\xa5\xae\xb6\x36\ \x95\x4a\x4d\x9a\x34\x89\x79\x9e\x14\xc2\x63\xcc\x34\x4d\xdb\xb6\ \x85\x10\x74\x3b\x09\x4e\x29\xbe\xd0\x2d\xc3\x5e\x7d\xf4\x61\xd3\ \x45\x94\x20\x00\x68\x9d\xff\xec\x43\x6b\x6b\xef\x7e\x72\xde\xd0\ \x11\xc6\x5b\xf9\xe8\x6b\x4b\xf3\x91\xdd\x07\x8f\xb1\xb6\x6e\x78\ \xe6\x85\x57\x7e\x72\xd8\x59\x20\x1a\x6e\xf9\xed\xa7\xea\x39\x33\ \x41\xb0\xd8\xe1\x97\xcf\xbd\x72\x66\x6e\xfe\x6f\x4f\xbb\xfa\xd1\ \x27\x1e\x3e\x4b\x1d\x26\xe5\xde\xcf\x92\x6f\xce\xfd\xe3\x92\xac\ \xa1\xd5\x02\x00\x44\x27\xdd\xf8\xa7\x97\xc2\xb9\x57\x4e\xfb\xc9\ \xdc\xf4\x29\xff\x7b\xd9\x33\x1f\x5d\x06\xf0\xc2\xad\x97\x24\xbe\ \xeb\xaf\xf5\xc2\xfb\xcf\xfe\x29\x79\xce\x83\xef\x8c\x5c\x79\xdc\ \x85\xf7\x4f\x7d\x78\xda\xa5\x7f\x35\x9e\x78\xfb\x5d\xf3\xe5\xcb\ \xff\xf4\xd4\x92\x2b\x4e\xde\x13\x00\xbc\x9e\xb5\xab\x5e\x6a\x7e\ \xf3\xf2\x53\x0f\x8d\xc0\xa2\x87\xae\x6f\xce\x1e\x60\x02\xf4\x3a\ \x23\x7f\xff\xfa\x6d\xe3\x58\xcb\xaf\x4e\xf9\xe9\xaa\x83\x9f\xf9\ \x46\xe2\x4b\xe7\x2d\x9b\x15\x19\x1f\x78\x1a\x3a\xfe\xf2\x7b\xbf\ \x7f\xa3\xb8\xed\x84\x63\x3e\x6d\x3b\xff\xd8\x5a\x04\x00\xa1\xda\ \x43\x1f\x79\xfe\xfc\xfc\x27\xb7\x3d\xf2\xfa\xa7\x93\x4e\x39\x10\ \x7a\xdf\xfc\xd5\x9d\x4b\x4b\xea\xf7\x1f\xd4\xd9\x6f\xdd\x3c\xe7\ \xc9\xd8\xb9\xcf\xbc\xf4\x5b\x62\x65\x3d\x23\xda\xd6\xcc\x8e\xbc\ \xe9\x6f\x3f\x9f\x5a\x3a\xff\x37\xdf\xb9\xfd\x6f\x33\xfe\xe7\xd4\ \xda\xad\x89\x84\x43\x00\x30\x18\xce\x25\x14\x85\x48\xc9\x05\x17\ \x80\x00\x90\x14\x4c\x50\x4a\x01\x90\x10\x5c\x55\x95\x5c\x2e\xa7\ \x69\x9a\xa2\xa8\x7e\xb7\x04\xa0\x9c\x7b\x8c\x71\x4d\x55\x72\xb9\ \xbc\xa6\x2a\x6f\xbd\xf9\xc6\xe5\x97\x5e\xf6\xfb\xdf\x3f\xb0\x68\ \xe1\xc2\x68\x24\x22\x39\x6f\x6b\x6e\x62\x59\xab\xb7\xb3\x9b\x03\ \x48\x8a\xe2\xb5\x95\xa5\xf5\x35\xe9\x5c\x4e\xd5\x55\x5d\xd7\xb3\ \x85\x3c\xe3\x1c\x01\x70\xce\x7d\xed\xe6\x7b\x2d\xfd\xe7\xaa\xaa\ \xba\xae\x67\x18\x06\x21\xc4\x75\x5d\x40\x48\x53\x55\x85\x50\x24\ \x25\x06\x50\x10\x46\x18\x0b\x8c\x7d\x35\xba\x59\xbc\x9d\xef\xe4\ \x19\xea\x87\x19\x94\xed\x83\x47\x04\xe7\x02\xe3\x58\x34\xe6\xba\ \x6e\x49\x69\xf9\xf7\x4f\xfd\x81\x44\xdc\xf6\x1c\xd3\x61\x13\xf7\ \x9a\xcc\x05\x4a\x26\xb1\x94\x44\x55\xd5\xe2\xe2\xc4\x94\x64\xa2\ \xa4\xb4\x7c\xf7\x49\x63\x4d\xc7\xa1\x21\x9d\x71\x1e\x8d\x46\xb6\ \xda\x2d\xc3\x05\x67\x9c\x61\x42\x1c\xd7\x91\x00\xf1\x44\xc2\x71\ \x1d\xc1\x39\xe3\x0c\x10\x52\x75\x8d\x73\x0e\xd8\x5f\x1e\xa0\x80\ \x04\x97\x52\xd1\x8c\x8f\xe7\x2f\x1c\x39\xb2\xee\x1b\x13\x76\x5f\ \xb5\x66\x35\x17\x7c\xec\x98\x71\x94\xd2\x35\x6b\x1a\x1d\xc7\x55\ \x14\x85\x10\xc5\xf7\xe7\xe6\xf3\x79\x9f\xfe\x06\x2d\xe0\x4f\x89\ \x36\xb9\xed\x84\x72\x29\xb8\x14\x00\x8c\x31\xe6\x07\x9f\x48\x80\ \x70\x24\xe2\xba\x5c\x12\x24\xb1\x24\x84\x10\x84\x11\x00\x55\x15\ \x45\x55\xfd\xe9\x1c\x17\x82\x79\x9e\x02\x08\x23\x3c\x68\x76\xcb\ \xb2\x2a\x2b\x2b\x1d\xc7\x89\xc7\xe3\x0a\x55\x62\xe1\x90\xa2\x2a\ \x00\x50\x5a\x5a\x8e\x09\x51\x54\x15\x13\x2a\x11\x06\x7f\x21\x07\ \x21\xd7\xb3\x7d\x67\x8e\x0f\x3f\x70\xcb\x75\x5d\xcf\xf3\x28\xa5\ \x89\x78\x02\x00\x67\x33\x39\x2e\x04\x21\x8a\xe3\x78\xcc\xe3\x2b\ \x1a\x56\xda\xb6\x8d\x09\xc9\x66\xb2\xdb\xa2\xdc\x11\x42\xae\xeb\ \xc5\x62\xd1\xb1\x63\xc7\x22\x8c\x55\x42\x1b\x1a\x56\x28\x8a\x42\ \x15\xa5\xbb\xbb\x9b\x28\xb8\xb5\xa5\x63\xe2\xc4\x89\x1b\x5a\xdb\ \x1b\xd7\x34\x46\x22\x91\x96\x96\x16\x42\x88\xe3\xd8\x86\x61\x9c\ \x74\xd2\x49\x46\x58\xed\xeb\xeb\x99\x36\x6d\xda\x07\xef\xbe\xa7\ \xa8\x8a\xa6\x69\xe3\xc6\x8e\x55\x42\x86\xe3\xd8\xf9\x7c\x9e\x10\ \xa2\xaa\x2a\x46\xc8\x30\x8c\x4c\x3a\xdd\xd7\xdb\x47\x29\xfd\xff\ \xed\xbd\x67\x98\x65\x57\x75\x26\xbc\x76\x3a\xf9\xe6\x50\xb9\xaa\ \xab\xaa\x93\x5a\x6a\xb5\x24\x14\x10\x2d\x92\x90\xc0\x22\xd8\x18\ \x63\x92\x34\x4e\x98\x19\x82\xf1\x30\x83\xe7\xb1\x0d\x66\x66\x3c\ \x36\x18\xf3\x19\x7b\xec\xc7\x33\x98\x64\x13\x64\x84\x65\x81\x00\ \xd9\xd2\x80\x24\x84\x02\xa0\xd4\xea\xa0\x8e\x55\x5d\x39\xde\x1c\ \x4f\xde\xe1\xfb\x71\xaa\x4b\x0d\xb6\xc7\x76\x37\x7c\x8f\x3f\x1e\ \xed\x1f\xfd\x54\xdf\xba\x55\xb5\xef\xb9\xe7\xae\xbd\xd6\xbb\xde\ \xf7\x5d\x9c\x73\x85\x90\x94\x92\x62\xe6\xfb\xbe\x65\x59\x8d\x46\ \x23\x08\x02\x9d\x69\xc7\x8e\x1e\x35\x0d\xa3\xd5\x6a\x3d\xfb\xec\ \xb3\xd7\x5f\xf7\xc2\x53\xa7\x4e\xe5\xcb\xa5\x24\xcd\xa2\xe7\x3e\ \x63\x3f\x0e\xb6\xcc\x3f\x0a\xcb\xd0\x9f\x7a\xe7\x6f\x0e\xae\x7c\ \xff\x9b\x4a\x01\xc0\x91\xc7\xbf\x71\xf6\xd1\xda\xab\xbe\x98\x7a\ \xd7\x1f\x7f\xf2\x0d\x7b\xd2\x00\x00\x62\xe5\xbf\xfe\xb7\xe3\xb7\ \xfe\xc7\x57\xff\xf7\xef\x6f\xff\x74\x6f\x2d\x1a\x79\xa9\x39\xff\ \x85\x65\x75\xf0\xdb\x9f\x87\x5f\xfe\x68\x2a\x6c\x20\x5c\x50\x7e\ \xbb\xd5\xdc\x3c\xf2\xbd\x99\xe2\xe5\xbf\xa6\x5d\xe8\x3e\xe5\x3f\ \x88\xa4\xc9\x1a\x79\xc5\x6d\xbf\x7d\xd5\xd9\x5f\xff\xcb\x93\x00\ \x00\xd8\x68\x1c\xfe\xc4\x1b\xfe\xf3\x17\x5e\xfa\xa1\xaf\x64\x13\ \x69\x54\xf3\xde\x7b\xe7\x77\xfc\xc9\xe8\x16\x5f\x7d\x7d\x63\xe3\ \x86\x57\x17\x20\xb7\x77\x47\xeb\x2f\xce\x8a\x37\x8c\x88\x93\x4f\ \x9c\xd9\x1c\x16\x4e\xb7\xb6\x06\x70\x00\x00\xbc\x5a\xfd\x97\xdf\ \x78\xc9\x9f\x7e\xe4\xd1\x97\x7f\x50\xfd\xe9\x53\x57\xde\xb4\x1b\ \xb5\x00\x13\xcc\x6b\xd5\x76\xa6\xf2\xf8\x59\x3c\x95\xb7\xd1\x3f\ \x53\x04\xa1\x7f\xb8\x4b\xec\x58\x1b\xef\xbe\xf9\xcd\xcb\x57\x7c\ \xe0\xdd\xe7\xd4\xa6\xd9\xc9\x7d\x00\x30\xf3\xec\x89\xe9\xfd\x6f\ \x02\x15\x7e\xfa\x63\x0f\xbc\xe9\x63\xff\xe5\xae\x4f\x3e\x7c\xee\ \xd8\x6c\xfe\xcd\x93\xf4\xbd\x5f\x3b\x68\x03\x28\x92\xc2\x0a\x10\ \xa0\xa0\x59\xe9\x56\xfb\x8f\x1e\x8b\x77\xbe\x6a\xe0\x22\xde\xf0\ \x2d\x74\x01\x21\x24\x44\xc4\x45\xcc\x98\x86\x40\x2a\x50\x08\xab\ \x98\x4b\x29\x40\xd3\x34\x8c\xb1\xe3\x38\xbf\xf1\x1b\xbf\x11\x04\ \xd1\x95\x57\x5c\xf9\xd6\xb7\xbd\x95\x51\x4d\x29\xe4\xd8\x8e\xe7\ \x45\x4a\xca\xef\x3c\xf4\x9d\x17\x1c\x38\xf0\xde\x5f\x7b\x97\xa1\ \xeb\x23\x43\x83\xbd\x5e\x67\x73\x7d\xa5\xb6\xbc\xf6\xce\x5b\x7f\ \x71\x30\x9d\x0f\xa2\xe8\xd3\x77\xde\xfe\xec\xc2\xba\x30\x34\xc2\ \x98\x04\xa5\x31\x8d\xcb\x2d\x3e\x46\x18\x45\x52\x08\x4d\xd3\x2c\ \xcb\x42\x08\x79\x9e\x97\x00\x0b\x6e\xbf\x6f\x18\x06\x21\xa4\xdf\ \xeb\x4b\x21\x4c\xc3\x60\x94\x82\x92\x58\x01\x66\x18\x63\xac\x10\ \x3a\x1f\x7b\xf9\x21\xaa\xf8\x36\x08\xf3\x43\xf1\x3d\xc9\xf4\x35\ \x6a\x84\x41\x48\x31\xa5\x94\x36\x9a\xcd\x30\xf0\xba\x41\x37\x56\ \x42\x48\x22\x94\x16\x04\x22\x8e\x98\x8c\xf8\xea\xda\xaa\xce\x10\ \x65\xf4\xb7\x7e\xeb\x77\xb9\x84\x76\xd7\x43\x54\xf7\x82\xf8\xca\ \x2b\xaf\xbc\xf3\x8e\xcf\x71\x7e\x21\x45\x53\x36\x9b\x13\x4a\xf5\ \xbb\xdd\x6c\x36\x1b\x04\x41\xbd\x51\x37\x2d\x13\x23\x2c\x95\x02\ \xa5\x88\xc6\x04\x17\xa0\xb6\x28\xd2\x58\xa9\x38\xe6\x9a\xae\x5b\ \x1a\x5b\x5a\xde\x28\x16\x8b\xd3\x3b\x77\x55\x6b\x1b\xf3\xf3\xf3\ \xe5\x72\x79\x6a\x6a\x6a\x79\x79\x25\x0c\xc3\x7c\x3e\x25\xa5\x0c\ \xc3\xd0\xb6\xed\xed\x57\x9d\xa4\xea\xa9\x54\x4a\xd3\xb4\xe7\x2e\ \x0b\x42\x98\x6a\x54\x0a\x25\x85\x52\x1c\xa4\x74\x5d\x37\x9f\xcf\ \xbb\x9e\x5f\x1c\x18\xea\xf7\x3d\x45\x00\x94\xd8\xca\x4e\xa4\x54\ \x52\x49\x25\x93\x8b\x18\xc7\xb1\x12\x82\xa2\x2d\xed\x42\x72\x6c\ \xe8\xba\x9e\xc0\xcd\x09\xbe\x57\x28\x15\xfb\xbd\x5e\x10\x04\x42\ \xa8\x30\x8a\x10\x26\xae\xef\x2b\x85\xd4\xb9\xb7\x86\x50\x48\x80\ \xa2\xe4\x7d\x89\xe3\x38\x8e\xe3\x24\x9f\x65\x8c\x21\x84\xc3\x20\ \x44\x08\x65\xb3\x59\x42\x48\xab\xd9\x6a\xb5\x5a\x84\x10\xcb\xb2\ \x11\x42\xad\x66\xeb\x62\x50\x4a\x84\xc0\x30\x58\x18\x46\xb9\x5c\ \x0e\x21\xf4\xa5\x2f\x7d\xe9\x9a\x6b\xaf\xf9\xca\x5d\x77\x6d\x6e\ \x6e\x4e\x4f\x4f\x7b\x7d\xdf\xf3\xbd\x5c\x2e\x1b\x04\x41\xb5\x56\ \x4b\x4e\xac\x38\x8e\x3d\xcf\x67\x94\xe5\xb2\xd9\xf5\xca\xea\xf8\ \xd8\x38\x41\x38\x9d\x4e\x9b\x86\x51\x2c\x16\x09\x25\xcd\x46\x23\ \x9d\x49\xeb\x96\x89\x31\x46\x80\x94\x94\xa6\x69\x0a\x21\x0b\x85\ \x42\x18\x86\xba\x65\x01\x00\x22\x38\xc9\x57\x92\x32\xc5\x30\x0c\ \xcb\x30\xe3\x38\x0e\x82\xa0\x50\x28\xec\xdd\xbb\x77\x60\x64\xa4\ \xdb\x69\x27\xe5\xa6\x10\x22\x0c\xc3\x1f\x5b\xe6\xfe\x4f\x93\x65\ \xd4\x56\x38\x80\x5a\xdd\xfc\x1f\x7f\x79\xcf\xb4\xf7\xc8\xab\xde\ \xfb\xf9\x57\xdd\xf9\x5e\x1b\xe0\xc8\xd7\xfe\x7e\xcf\x47\x3e\x7e\ \x99\xff\x25\xac\xd9\xe7\x9e\xee\x55\x3c\xe7\xfd\xef\xb8\xe1\x7d\ \xff\xf5\x13\xc7\x86\x06\xfe\xfb\x87\xc6\xff\xe8\xcf\x97\x25\x42\ \xa2\xb1\xf8\xc4\x93\x4f\x55\x65\x4e\xef\x1e\x77\xd5\x15\x36\xba\ \xb0\x43\x48\xfd\x13\x87\x10\xc4\xe7\xf5\x0c\xc6\xaf\x7b\xd7\x37\ \xbf\xfb\xe6\x3f\x7d\xe7\xaf\x9f\xbd\xee\x73\x3b\x73\xe4\x91\x3f\ \xfe\xab\x89\xdb\xbe\xa8\xa3\xe7\x4e\x32\x9c\x04\x01\x90\xa1\xb1\ \xe3\xcf\x3f\xfb\x3b\x87\xcf\x2e\xae\x9c\x3c\x46\x8a\x5b\x4c\xcd\ \xce\x7a\xbf\x74\xf3\x3b\x5e\xff\xe7\xef\xfe\xd8\x87\x77\x5f\xf3\ \xc1\x0f\xe2\x2f\xfe\x41\x47\x20\x82\xfc\x93\x4f\x3f\x59\xef\xb5\ \x0a\x59\x68\x75\xa2\x72\x51\xfb\xa7\xf9\x9a\xff\xf8\x09\x04\x6c\ \xea\x7f\xdf\xff\xd4\xd1\xcf\xdc\xf6\xe9\xbf\x3f\xf0\xde\xd7\x4c\ \x25\x8f\x3d\xf6\xe9\x0f\xdc\x09\xbf\xf2\x47\x07\x47\xdd\x8d\xc7\ \x83\x83\x3f\xff\xb2\x01\xfa\x15\x66\x6e\x77\x42\x38\x22\xc9\x9f\ \xd9\x7c\xf6\x5b\x5f\x68\x1f\x78\x0b\x83\xfa\xec\xb1\xef\x23\x0b\ \x06\xcb\xbd\xc5\x39\xb8\x62\xdf\x05\xbf\xd7\x08\x61\xa5\x84\x52\ \x82\x10\xd2\xee\xd6\xfb\xfd\x2e\xd3\x30\x80\xd2\x99\x53\xc8\x8f\ \x2d\x6d\x9c\x7d\xe2\xf1\xa7\x87\x87\x47\xea\xf5\x46\x92\x11\xaf\ \xae\xad\x1d\x7a\xfa\xb0\xae\xb3\x30\xe4\xd7\x5d\x77\x6d\x18\x04\ \x87\x9f\x79\xa6\x5c\x2c\xdd\x7e\xfb\xed\xbb\x77\xed\xee\x76\x5a\ \xa6\x4e\xc7\x47\xf6\xdc\x77\xef\xfd\x6f\xbb\xf1\xe5\x43\xe9\xac\ \x05\x98\x47\x62\xff\xae\xbd\xc7\xea\xdf\xdb\xa8\x54\x77\xed\xdd\ \xe5\x05\xc1\xf0\xf0\xd0\xa9\xb9\xd9\x18\x24\x21\x04\x61\xac\x6b\ \x9a\xe3\x38\xc9\xdd\x1f\x0b\x21\xc3\x90\x0b\xc1\x05\x77\x1c\xc7\ \x32\xad\x4e\xbb\x93\xd4\xce\x94\x10\x00\x05\x02\x21\xa9\x30\xc2\ \x84\xe0\xf3\x61\xeb\x1f\xa2\x3c\x26\xd1\x2d\x89\xe6\x09\x86\xb0\ \xfd\x08\xc6\x58\x23\x44\xc5\x3c\x97\xce\xa8\x58\x45\x41\xa4\x10\ \x39\x76\xec\xc4\x66\xa3\x42\x8d\x54\xbd\xe5\xc6\x11\xbc\xf3\x97\ \xde\x3a\x7b\x76\x06\x81\xe2\xd2\xdf\xb9\x63\xca\xb4\xd4\xea\x6a\ \x57\xd7\xc0\x0f\x39\x03\xcd\xa4\xf4\x82\x5b\xf8\x0a\xc1\x8e\x9d\ \x53\x4a\xaa\x7a\xad\x66\x31\x9a\xcb\xe7\x11\x02\x4a\x12\xbd\x1d\ \x10\x42\x62\x21\x14\x40\xd2\x8e\x57\x52\x62\x4c\xa3\x28\x92\x4a\ \x65\xb2\x18\x14\x04\x21\x1f\x1b\x1b\x53\x12\x5a\xad\x96\xa6\xe9\ \x97\x5e\x7a\xe9\xe2\xe2\x62\xbf\xdf\x77\x1c\x27\x79\xed\x49\x8f\ \x3a\xe9\x2b\x60\x8c\x9b\xcd\xe6\x36\x31\x34\x21\xc0\x44\x5c\x10\ \x25\x90\x4c\xfa\x7c\xa2\x54\x2a\x95\x07\x07\xbb\xdd\x6e\xd7\xf5\ \x7d\x2f\xa0\x94\x10\xa4\x30\xc2\x08\xa3\x44\x35\x20\xcf\x05\x62\ \x1e\xf3\x38\x8e\xe1\x1c\xb0\x93\xa0\xf9\x71\x1c\x13\x42\x0c\xc3\ \x10\x42\x94\xcb\xe5\x46\xb3\x5d\xd9\xd8\x00\x00\xdd\x30\x22\x2e\ \x10\xc6\x9c\xc7\x80\x28\x42\x24\x79\xa3\xb6\xb8\x51\xe7\x1a\xe9\ \x8c\x31\x84\x50\xc2\x73\xe7\x9c\xfb\x41\x90\xc9\x64\x53\xa9\x54\ \xb3\xd9\xec\x74\x3a\x94\x52\xdb\xb6\x85\x10\x49\xfb\x91\x10\x72\ \x31\xa4\x84\x38\x8e\x85\x90\x8c\xb1\xe5\xe5\x95\xb9\xd9\xb3\x37\ \xde\x78\xe3\xb1\x23\x47\x5f\xf9\xca\x57\x7e\xf9\xcb\x5f\x3e\x7a\ \xf4\xe8\x7f\x78\xa7\x7d\xd7\x57\xef\x7e\xfd\xcf\xbe\xee\xae\xbb\ \xee\x7a\xc3\xcf\xfd\xf4\x23\x8f\x3c\xfc\xf8\xe3\x8f\x5b\x96\x75\ \xf3\xcd\x37\x2d\x2f\xaf\x3c\x75\xe8\xd0\xab\x5f\xfb\xca\xa4\xbf\ \x6d\x9a\x26\xc2\xd8\x75\x5d\x33\x9d\xa2\x9a\x86\x30\xee\x74\x3a\ \x29\x27\x85\x30\x42\x0a\x90\x02\xdf\xf7\x35\x4a\xfb\xfd\xbe\x88\ \x22\xc2\x18\xc6\x58\x48\x49\x29\x6d\x34\x1a\xba\xae\x2b\xa5\x3a\ \x9d\x8e\x93\x4a\xf5\xba\xdd\xc9\xc9\x49\xdf\xf7\x8f\x1e\x3a\x74\ \xf5\xb5\xd7\x20\x4a\x92\x6a\x5a\xd7\xf5\x1f\x4f\xe6\xfe\x7f\xfd\ \xef\xf6\x63\x99\x2c\x59\xe9\xfa\xd3\x14\x11\x4a\x01\x44\xb3\xaf\ \x56\x1a\xa7\xbf\xf1\xbe\xd7\xdd\x15\x05\x3d\xfe\xd7\x7f\x77\xe3\ \x5d\xaf\xdd\x67\x82\xec\x76\x95\x69\xef\xb8\xe5\x17\x9d\x97\xdd\ \x7f\xc9\x87\x87\x40\x45\x6e\x20\x11\xb0\xd1\x03\x3f\xf5\x53\xaf\ \x83\x9f\xba\xf2\xd4\x9b\x7e\xa3\xee\xdf\x66\x5b\x3f\x82\x7d\xfe\ \xe3\xcf\xe1\x41\x04\xba\x4e\x2d\x5b\x53\x42\x28\xe0\xd5\x3b\x4e\ \x8e\xbc\xff\xf7\x0d\x00\xe0\xa1\xe7\x82\x55\x2e\x97\x8e\x6d\xf4\ \x0f\xc0\xe2\xb2\x75\xd9\xa4\x0e\xe6\xc0\xee\xeb\x9c\xb9\x0f\xfc\ \x7e\xf7\xe0\x9f\x5d\xb5\x55\x7a\x54\x3d\xc5\x4a\x3f\xf7\xbe\x97\ \xfc\xd4\x7f\xf5\x1e\xba\xd2\xfe\xe4\x17\xc2\x56\x08\x42\xa6\x5f\ \xf2\xea\x57\xee\x01\x18\xe8\xfd\xd2\xc9\xd5\xd6\x9e\xe2\xbf\x32\ \x71\x56\xc2\x0f\xa5\x69\xb0\x74\xc6\xe0\x51\x2c\x83\x8e\x8f\x32\ \xb0\x79\xdf\xdf\xd6\xae\xfa\xb3\x0f\x1c\x04\x80\xd6\xc2\x43\xdf\ \xfe\xf4\xf7\xbf\xf9\x29\xde\xeb\x74\x3f\xb0\xf7\xda\x8f\xfc\x6c\ \x19\xb4\xfc\x2b\x26\x9a\x5f\xf8\xbb\xd5\xdf\x7b\xcd\x68\xec\x75\ \xaa\xfd\x08\x39\x30\x76\xdd\x4d\xaf\x3a\x38\x74\xf3\x95\xfc\x5d\ \x7f\xf4\x90\x7c\xfd\x85\x04\x77\xce\x01\x61\x48\xca\x5c\x2e\xf8\ \x66\x6d\xf3\xd4\xa9\x67\xfb\xfd\x16\xa5\xb8\xd5\x6a\xd4\xaa\x9d\ \x91\xe1\x9d\x2f\x78\xc1\xd5\xd3\xd3\x53\xba\xae\x63\x4c\x6e\xbb\ \xf5\xb6\x6c\x2e\xe7\x79\x81\x6d\x39\x95\x4a\xf5\xe0\xc1\x6b\x37\ \xd6\xab\xc7\x8e\x1d\x65\x04\x7d\xf1\xf3\x9f\xb3\x74\x56\x28\x95\ \xd6\x57\x96\x1d\xa3\xf0\xdd\xc7\x1e\x1b\xca\x5a\x85\xb4\x9d\x4f\ \xa5\x0d\x81\xfc\xbe\x3b\x3a\x3c\x8c\x00\x3a\x5d\xaf\xde\x6a\xce\ \xcf\x2f\x0c\x94\x87\x94\x52\x98\x6e\x01\xc1\x8c\x31\x46\x69\x52\ \xa7\x27\x80\x6c\x52\xaa\x13\x82\x09\x25\x42\x08\xc5\x05\x06\x44\ \x10\x46\x40\x62\x88\x95\x94\x00\xcf\x01\x32\x49\x4a\x9e\xc4\xb2\ \x6d\xec\x25\x79\x30\x21\x02\x9d\xdf\x4a\xdd\x0e\xee\xcc\xc4\xb6\ \x69\x86\x81\x2f\xa5\x44\x1a\x9e\x5b\x58\xe0\x04\x0d\xe7\x06\x4d\ \x49\xbd\x5a\x67\xe7\xf4\xde\x99\x93\xc7\x73\x59\xdd\x30\xa9\x93\ \x22\xaf\x7b\xdd\x4b\x3f\xf9\x17\xf7\x38\x36\x0d\x3d\x4e\x10\x28\ \x2e\x2e\x38\x85\xec\xb9\xfd\xb9\x85\x05\x29\xc4\xf8\xf8\x38\xa5\ \xf4\xcc\xcc\x0c\x00\x88\x38\x4e\x90\x14\xa5\x94\x61\x6a\xe7\xb2\ \x28\x04\x80\xa3\x30\xd6\x34\x43\x4a\x29\x84\x24\x84\x82\x0c\x4d\ \x13\x95\x8a\x65\xdf\xf7\x97\x97\x57\x0a\x85\x62\xb1\x58\x54\xaa\ \xd1\xed\x76\x19\x63\x4a\xa9\xa4\xa6\xdf\xbe\x08\xdb\x24\xc8\xed\ \x2f\x00\x53\x7c\x2e\x4f\x23\x84\x54\x2a\x95\x5c\xa1\x20\x84\x68\ \xd4\x9b\xb6\x9d\x72\x5b\x3d\x0c\x0a\x13\x8c\xd0\x73\x78\xd7\xf6\ \x6f\x8b\x05\x07\x82\x93\x18\x94\x64\xf5\x84\xd2\x84\xb1\x9a\x4a\ \x39\xbe\xef\x87\x7e\x80\x09\x89\xe3\xb8\xef\xfa\x5c\x0a\x05\x60\ \xe8\xa6\x54\x52\x09\xa5\x10\x48\x25\x24\x8f\x35\x6d\xab\xf3\x91\ \xf0\x5c\x93\x0d\xfb\xbe\x6f\x18\xc6\xf8\xf8\x78\x18\xc6\x6b\x6b\ \x1b\x94\xd2\x4c\x26\x17\x45\x51\x14\x71\x4d\xd3\x2c\x8b\x71\xce\ \x5d\xd7\xbf\x98\xcc\xdd\x34\x0d\xcf\xf3\x9e\x78\xe2\x89\x56\xab\ \xf5\xba\xd7\xbc\x16\x90\x5a\x5f\x5f\x4f\xee\x9c\x63\xc7\x8e\x7d\ \xf4\xa3\x7f\xf8\xc6\x37\xbd\xf9\xab\x5f\xbd\xfb\x6d\xb7\xbe\x0d\ \x21\xb9\x67\xcf\x9e\xc3\x87\x0f\x3f\xf0\xc0\x03\xef\xfb\x4f\xef\ \x4b\xa7\x32\xf9\x42\xe1\xeb\x5f\xff\xc6\xcd\x37\xbd\x62\xa0\x54\ \x1e\x18\x18\xb0\x2c\x6b\x78\x78\x18\x00\xfa\xae\x8b\x30\xf6\x3c\ \xaf\x90\xcb\x0b\x25\x31\x20\x24\x55\x1c\xc7\x29\xdb\x66\x8c\x61\ \x8c\x84\x94\x98\x12\x0c\xd8\xf3\x3c\x4d\xd3\x34\x5d\xd3\x98\x06\ \x0a\x04\xe7\x0a\x20\x8a\xa2\x74\x3a\x1d\x78\x5e\x2a\x97\xed\x74\ \x3a\xdb\x0d\x89\xff\x2f\xa8\x90\x3f\x1c\x0e\xbc\x5e\xc0\x01\x00\ \x6e\xfa\x99\x37\xbe\xff\x37\x7f\xe5\x13\x32\xf5\xf6\xdf\xf9\x78\ \xf8\xdd\x2f\xbc\xe5\x6b\x63\xdf\xfa\x7f\xfe\xe7\xeb\xfe\x3d\x04\ \x8f\x7f\xf2\x67\xbf\xf3\xd2\xd7\xee\x33\x01\x00\x82\x66\xd5\x25\ \x00\xf0\xea\x3f\xf8\xd2\x8b\x51\x49\x42\xa3\x5d\xed\x48\x4a\x9a\ \x0f\xff\xc5\x6d\xc7\xee\x54\x48\xbb\xe6\xad\x1f\x18\xb5\x7e\x0c\ \xbb\x94\xc2\x0d\x22\x00\x08\x9e\xbd\xeb\x1d\x7f\xf0\xb5\x00\xe8\ \x15\xaf\x79\xef\x54\x91\xc9\xea\xda\x8c\x71\xd9\x34\x00\x00\xcc\ \x3d\xfc\xb9\x8f\x6d\xbc\xec\xb3\x3f\xfb\xe6\xf7\xff\xfa\xbb\xbf\ \xea\x19\x6f\xfa\xdd\x3f\x2e\x40\xf8\xd7\xef\x7f\xc7\x7d\xbd\x81\ \x9f\xf9\xdd\xbf\xfa\xe9\x5d\x5b\xd7\xb6\xb3\x52\x55\x44\x38\x7b\ \xde\xf5\xb7\x9f\x0e\x34\x90\x38\xea\xae\x76\x95\x83\xe6\x7f\xf3\ \x6d\xb7\x19\xa0\x06\x77\xbf\xec\x77\x6e\x2b\xff\xab\xb7\x17\xcc\ \xff\xfe\x7b\x7f\xf7\x4c\x27\x4a\x8f\xdf\xf0\xfb\x1f\xdb\xb3\xf8\ \xe5\xb7\x7f\x2d\xf7\x5f\xae\xfe\xd6\x87\x8e\xcf\xef\xfa\x85\x7f\ \xf7\xf5\xd4\x4b\x7e\xe9\x7f\xbd\xe3\xb7\xef\xbe\x07\xc0\x5b\xfd\ \xa5\x0f\x3f\xf6\x91\x9f\x4d\x7e\x3f\x7b\xcb\x47\x3e\xde\xfe\xbd\ \xff\xf6\xd6\x2f\xba\x32\x88\xae\x7c\xff\xcb\x08\x51\xdf\xfe\xc3\ \xf7\x1e\x77\x18\x31\x4b\xb7\xfe\xc6\xff\xb8\x00\x18\x12\x63\x54\ \x5f\x6b\x0d\x8c\xe4\x80\x24\x58\x64\xff\xf3\x5f\xf8\xdf\xbb\x76\ \x8e\x89\xc8\x7d\xfc\xb1\x47\x2d\x5d\xf3\xb8\x3c\x72\xfc\xf1\x43\ \x47\xbf\xb3\x6b\xfa\x92\x62\xbe\x38\x3e\xba\xc3\x32\x99\x10\x3d\ \x29\x64\xa5\xe2\x06\x81\x9c\x3f\x3b\x77\xfa\xf4\x31\x83\xd2\x7b\ \xbf\x71\x4f\xaf\x55\x19\xde\xb5\xcb\xb1\x8c\xf1\x91\x31\x2e\xc5\ \xe2\xca\x66\xad\xed\xcd\x2f\xcd\x4f\x4f\xee\x90\x5c\xce\x6e\x2e\ \x1d\x9b\x9b\x75\x28\x18\x8c\x45\xf5\x6e\xd0\xf3\x0c\x27\x4d\x6d\ \x2b\x12\x31\xc2\x18\x09\x6e\x31\x86\x38\xc7\x52\x9a\x94\x46\x49\ \x43\x89\xd2\xbe\xdb\x33\x0d\x9d\x10\x4c\x28\x6e\x34\x6a\x5c\xf0\ \x88\xc7\xb6\x63\xc4\x41\x1c\xc4\x51\x9a\x10\x4c\x09\x4e\x98\x3d\ \xe7\x60\x99\x2d\xa1\x2a\xc6\x08\x21\x09\x0a\x27\xd8\x30\xc2\x49\ \x14\x3b\xf7\xcd\xad\x2e\x9a\x1b\x84\x9a\xc6\x2c\x93\xc8\x9c\xd1\ \xf6\x3d\x37\x8a\x88\x9d\xa9\xf7\x95\x1f\x68\x52\xa6\x4a\xc5\x51\ \x0a\xd4\x31\xed\x5e\xbb\xcd\x43\xff\xe0\xf5\xd7\x3c\xfc\xf0\xa3\ \x0b\x0b\x1d\xac\x31\x5d\xcf\x20\x6a\x5c\x78\x0a\x89\xb0\xe3\xa4\ \xfa\x7d\xf7\xcc\xcc\x6c\x3a\x9d\x19\x1a\x1a\xd1\x75\x6d\x75\x75\ \x2d\x8a\x42\x42\x68\x1c\xc7\x51\x24\x41\x08\x01\x40\x29\xd5\x08\ \x66\x18\xc7\xa1\x8f\x08\xd5\x28\x45\x4a\x21\x4a\x7c\x2f\xd8\xd8\ \xd8\xcc\xe7\x0b\xc5\x62\xa9\xd3\xe9\x48\x29\x77\xec\x98\x38\x75\ \xea\x64\x14\x05\x4a\xa9\x28\xdc\x0a\x80\xe7\xda\x0e\x78\xab\xfa\ \x53\x4a\x49\x09\x08\x99\x16\xa6\x5b\x67\x22\x55\x4a\x65\x1d\x87\ \x52\x6a\x1a\x7a\xda\x36\x81\x48\x2d\x65\x22\x00\x9c\xa4\xee\x08\ \x03\x28\xca\xa8\xe7\xf9\xe9\x54\xda\xf3\xdc\x3d\x93\xbb\x37\x2b\ \x95\x28\x8a\x01\xa9\xc0\xf7\x85\x94\x4a\x49\x46\x31\x63\x24\x65\ \x5b\xdd\x6e\xcf\x0d\x5c\x44\x31\x22\x94\x22\xa4\x25\xd5\xa6\x42\ \x18\x40\x49\x25\x94\x44\x52\x31\x42\x78\x14\x2b\x19\x0b\x4e\x78\ \x2c\x0c\x4d\x57\x20\x4c\x53\x77\x9c\x74\x1c\xc5\x9b\x9b\xeb\x42\ \x2a\xce\x23\x29\x85\xef\xf7\x75\x5d\x53\x4a\x7a\x5e\x2c\xa5\x00\ \xa4\x84\x8c\x2e\x26\x30\x9c\x3e\x79\x6a\x73\x63\xe3\xd2\xcb\x2e\ \x2b\x15\x8b\xbd\x6e\x77\x71\x71\xf1\xc8\x91\x67\x7e\xe1\x17\xfe\ \xdd\xd7\xbe\xfe\x55\x43\x37\x4a\x03\xc5\x6f\xdc\xf3\xb5\x77\xbc\ \xe3\x57\x35\xa6\x2d\x2c\xcc\x57\x36\x6b\xbd\xae\x37\x32\x3c\x21\ \xb8\x0a\x42\xaf\x5e\xad\xbc\xf6\x96\x5b\x8e\x1c\x3d\x9a\xbd\x36\ \x35\x3e\x3e\x9e\x74\x4d\xdc\x4e\x57\xc6\x71\xb3\xdd\x1e\x19\x1b\ \x0b\x83\x90\x69\xba\x94\x02\x23\x40\x2a\x32\x6c\xdd\x76\x0c\x84\ \x24\x02\x2c\x38\x97\x12\x10\x42\x96\x65\x21\x00\x29\xa4\xe2\xbc\ \x52\xa9\x44\x41\xd0\x6e\xb5\x08\x26\x85\x42\x31\x0a\xc2\x90\x73\ \xdb\x70\xa2\x28\xa0\xec\xc7\x44\x85\x04\xa9\x94\x38\x0f\xee\x10\ \xe7\x67\xc9\xd7\xfc\xc9\x83\x89\x80\x32\x3d\xfd\xd2\x4f\xdf\xfe\ \xd2\x73\x0f\xff\xf2\xb7\x0e\x6e\x91\xf6\x8c\x17\xfe\x87\xfb\xce\ \x75\x01\x95\x75\xf0\xef\x1e\x3d\x08\x00\x90\x1a\xce\x01\x00\x0c\ \x7e\xf1\x13\xef\x01\x80\x3b\xef\xfd\x3f\x17\xbf\x4f\x24\xc5\x0f\ \x30\x5e\xcf\xfb\x5a\x2f\xed\xfd\xab\x0f\xee\x05\x00\xf3\xca\xdb\ \x6e\xbf\xf3\xb6\xe7\x9e\x53\xbe\xea\xc1\x2f\x5d\x95\xec\x73\xcf\ \x2b\xdf\xfd\x59\x00\x05\xf0\xf1\xcf\x7d\x79\xbb\x14\xb8\xf5\xe3\ \x5f\xb8\xf5\x07\xaf\xc5\x4d\x9f\xde\x6a\x20\x0c\x17\x75\x00\x78\ \xcf\xff\xfa\x34\x00\xc0\xa7\xee\xfe\x17\xa3\x1e\x3c\x51\xf0\x3f\ \xc7\x33\x05\x00\x73\xd7\x87\x3f\x73\xfb\x73\xc0\xd0\xad\x9f\xfd\ \xcf\x00\xf0\xea\xa7\x1f\xfc\xa1\x9f\xb6\x46\x3f\xf7\xe1\xb7\x3c\ \x47\x85\xb4\x26\xde\xf9\x07\x9f\x7d\xe7\x73\xdf\xfe\xd5\xfb\xbf\ \xf1\xab\x17\x73\x01\x99\xa6\x3d\x70\xdf\x03\x57\x5d\x7b\xc0\x8b\ \xdb\x1b\xf5\x25\xc2\x82\x4a\x65\x71\x78\x40\xf7\x3a\xcd\x6e\x6d\ \x75\xfa\xb2\xcb\x96\x6a\x15\x37\xa8\xd7\x1b\xbc\xd7\xa9\x15\x73\ \xe5\x56\x7d\x75\x79\x79\xe5\xa1\xef\x3c\xd6\x68\x05\x3f\xf3\xba\ \x5b\xaf\xbf\xfe\xe5\x87\x0f\xcf\x66\x32\xc6\x3d\x5f\xbb\xcb\x77\ \xbd\xeb\xae\xbe\xa2\x5a\xa9\x56\x36\xc2\x7e\xdf\xdf\xac\xd6\x9a\ \xcd\x2e\xc3\x74\xb1\x5a\xe9\xaa\x00\xe9\x5a\x43\x86\x4b\xb5\x4d\ \x25\x40\x97\xa0\x0b\xdc\x69\x34\xf7\xee\xda\x1d\x73\x4e\x34\x62\ \xea\x46\xc0\x63\x83\x31\xa4\x94\x1b\xfa\x96\x69\x16\xb2\xf9\xb6\ \xd7\x0f\x7c\x3f\x11\x3d\x6a\x1a\x4b\x10\x80\x74\x26\xa3\x40\x76\ \x7b\xfd\x88\xfb\xb6\x63\x9b\xa6\x85\x34\x82\x20\x89\xe4\xcf\x21\ \xef\xdb\x99\xbb\xc2\xcf\x35\x15\xb7\x61\x99\xed\xcc\x1d\x10\xa5\ \x06\x20\x46\x01\x49\x2e\x22\x2f\x0c\x38\x22\x48\x73\xba\x81\x12\ \x5c\x23\x1a\xa3\x44\xaf\x54\xea\x63\xa3\xb9\xc0\x6d\xfb\x6e\x90\ \x2f\x66\x2e\xdf\x7f\xd5\xd1\x63\xdf\xd6\x4d\xd5\xea\xb5\x05\x5c\ \x38\xd1\x8b\x22\xac\x69\x5a\xa9\x60\xd8\x86\xe1\xba\x6e\xa5\x52\ \xb1\x4c\x73\x74\x68\x38\x8c\xc2\x5a\xa3\x2e\x22\x45\x14\x22\x4c\ \x43\x08\x2b\x25\xa3\x30\xb0\x6d\x1b\x00\x12\xa6\xa8\x54\x4a\xf2\ \x58\x4a\xe9\x79\x3e\xe7\xd5\x42\xa1\x50\x2c\x16\x9b\xcd\xe6\xc9\ \x93\x27\xa6\xa6\xa6\x66\x66\x66\x2c\xcb\x42\x6a\x0b\xb4\x4c\xa0\ \x98\xed\x97\x7c\xae\x27\x21\x45\x14\x72\x8c\xce\xe1\x57\xa8\x5a\ \xab\x96\x07\xca\x94\x12\x29\x39\x52\x48\x24\xad\x69\xb1\xfd\xc1\ \x92\x16\xb2\x22\x1e\xf5\xfd\x7e\x18\x47\x96\x6d\x69\x1a\x6b\xb7\ \x5b\xdb\x37\xb0\xae\x69\x18\x41\x26\x9d\xee\xf7\x7b\xbd\x7e\x17\ \x90\x8c\xb9\x00\x00\x8c\x10\x70\x40\x08\x61\x42\x94\x94\x22\x29\ \x3d\x94\xd2\x31\x53\xc0\x39\x57\x52\x0a\xa5\x54\xdf\x0d\x0c\xc3\ \x24\x84\x44\x61\xd0\xed\x75\xa3\x48\xea\x86\x41\x88\x41\x08\x09\ \x02\x25\x95\x54\x20\x09\x45\x1a\xd1\x30\xc6\x6a\x4b\x05\x7a\x81\ \x6b\x61\x6e\xee\xa6\x9b\x6f\xc6\x84\xf4\x7b\xbd\x7a\xbd\x16\x45\ \xe1\x99\x33\xa7\x17\x17\x17\x19\x63\x52\xc9\x5a\xad\xfa\xae\x77\ \xbf\x47\x29\xe5\xfb\xfe\xfa\xfa\x86\xeb\xfa\xbe\x1f\x98\xa6\xc9\ \x39\x1f\x19\x19\x31\x2d\xeb\xc4\xb1\x23\xd9\x54\xea\xfe\xfb\xef\ \xdf\xb5\x6b\x57\xad\x5e\x6f\x77\xda\x51\x14\x6d\x6c\x6e\x8e\x8f\ \x8f\x23\x29\x75\xcb\x02\x04\x5c\x48\x84\x09\x28\xd9\x6b\x36\x28\ \x24\xaa\x31\x50\x02\x08\xc1\x9a\x66\xc6\x51\x24\x84\x74\xfb\xfd\ \xc0\xf3\x92\x7e\x43\x36\x93\x5d\x98\x9f\xdf\xb3\x67\x4f\xbb\xd5\ \x36\x33\x39\xc3\xd2\x14\x48\x42\xc8\x8f\x3e\xb8\x4b\xa5\x76\xe5\ \x6e\x91\xb9\xe8\xfc\xf8\xc4\x20\xfd\x2f\xed\xcc\xfd\x33\x0f\xfc\ \xc8\x56\xcc\xb9\xfc\xc5\x77\xc2\x79\x7d\x73\x85\x90\x8c\xa3\x7f\ \xed\x3e\xd1\xff\x7d\xb7\x17\xf7\x02\x82\xcc\x3e\x75\xf0\xe3\x3f\ \xb0\x6d\x9a\xfa\x47\x09\x2b\xff\xaa\xab\xfa\xa3\x5a\x08\x41\xab\ \x59\x6f\x54\x37\x39\xf8\xd5\x8d\xb5\xef\x3d\xfe\x40\xa9\x9c\x5a\ \x59\x5c\x44\x8a\x77\x7b\x3d\xdd\xb4\x0a\x85\x62\x2b\x0c\x28\x40\ \xd8\xef\xdb\x83\xa3\x9e\xdb\x6d\xb7\xaa\x2f\x79\xe9\xf5\x4e\xba\ \x7c\xc9\xde\x2b\xb8\x72\x15\x86\x3b\xef\xbc\x2b\x65\x5b\x94\xc5\ \xc3\xa3\xa3\x33\x67\x66\x04\x97\xc3\xc3\xa3\x67\xcf\xce\x9b\x06\ \x63\xa6\xd6\x6a\x77\xee\xb9\xef\x7e\x5d\x37\x37\xaa\xd5\x56\xd7\ \xd3\x34\x92\xc9\x64\x73\xa5\xe2\xe6\xfa\xda\xf0\x60\x19\x2b\xce\ \x10\x65\x08\x42\x85\xa8\xa6\xe9\x8c\xf5\x7d\x3f\x8c\xb9\x66\x58\ \xa6\x69\x69\x4c\xe7\x3c\xe4\x9c\x3b\x8e\x63\x18\x46\x2a\x9d\x32\ \x0c\xdd\x34\xcd\x28\x0e\x30\x66\xa6\xa6\x59\x96\x81\x35\x76\x7e\ \x2b\x15\x9d\xb7\x40\x29\xc4\xe8\x0f\xf1\xdc\xb7\xa3\x3f\x00\x20\ \xcc\x4c\x13\x01\x06\x40\x28\x88\xa0\xd3\xe5\x91\xd4\x6c\x3d\xd5\ \x0d\x84\xa6\xb3\x42\x31\x27\x89\x50\x48\x75\xfa\x2e\x28\xd5\x6a\ \x07\xa9\x54\xce\xd2\xcc\x5c\x1a\x10\x26\xc0\x45\xda\xba\x70\xfb\ \xaa\x4e\xa7\x5d\xdd\x58\x33\x0d\x53\xd3\xf4\x5c\x36\x8d\x09\x6e\ \xd4\x1b\xd5\x4a\x84\x10\x4a\x59\x86\x53\x2a\x76\x3a\xdd\x88\xc7\ \x71\x1c\x01\x80\x6e\xb0\x20\xf4\xa5\x14\x4a\x49\x00\x9c\x10\x3f\ \x19\xa5\x18\xe3\x30\x0c\x9b\xcd\x26\x63\xac\x5c\x2e\xb7\x5a\xad\ \x99\x99\x99\xa1\xa1\xa1\x76\xbb\xed\x7b\xfe\x76\xbb\x32\xe1\x1a\ \xfd\x80\xce\x4b\x29\x04\x12\x54\x02\xaa\x6c\xe1\xe9\x61\x18\x21\ \x84\x83\x20\xdc\xd6\x55\x25\xcd\x8a\xe4\x5a\x11\x42\x19\xd3\x94\ \x02\x04\xc8\xf3\x7c\x4d\xd3\x09\xa1\x41\x10\x24\x28\x90\xae\x19\ \x8c\x31\x8c\x48\x18\x46\x4a\x2a\x9d\x6a\xba\x52\x18\x13\x8c\x11\ \xc6\x04\x10\x28\x29\x11\xc3\x94\x50\x42\x08\xa6\x98\x51\x43\x82\ \xd2\x75\x5d\xd7\xf5\x2d\x41\x99\x96\x04\x6e\x95\x58\xcc\x24\x6e\ \x39\x9c\x73\x4a\x69\x1c\xc7\xa6\x69\x6e\x2b\x90\x5d\xd7\x4d\x08\ \x36\x17\xb6\x5e\xfe\x8a\x57\x30\x5d\x17\x9c\x1b\x96\x95\xc9\xe5\ \xce\x9c\x3d\x1b\xc6\xf1\x7f\x7a\xff\xfb\xb3\xd9\xac\x94\xf2\xd5\ \xaf\x79\xcd\xe6\xe6\x66\x3e\x9f\xcf\xe5\x72\x37\xdc\x70\xc3\x77\ \xbf\xfb\x5d\xc3\x30\x36\x36\x36\x9a\xcd\x66\xb9\x5c\xce\xe7\x72\ \x07\x0e\x5c\xfe\xd5\xaf\xde\x7d\xfd\xf5\xd7\x7f\xea\x53\x9f\xca\ \x64\x32\x83\x83\x83\x4f\x3f\xfd\xf4\x0b\x5f\xf8\x42\xc3\x30\x98\ \x61\xf0\x98\xab\x73\x55\x92\x61\x5a\x9e\xe7\x99\xa6\x99\x7c\xc0\ \x15\x00\x21\x38\xf0\xfc\x76\xbb\x3d\x30\x30\xe0\x13\x92\xf4\x57\ \x13\x3d\x94\x69\x9a\x13\xa3\x63\xb3\xb3\x33\x7b\xf6\x1f\x30\x4d\ \x4d\xd3\x34\xfa\xe3\x08\xee\xa6\x69\xfc\xfc\xeb\x7f\x11\xfe\xcd\ \xaf\x5b\x6e\xb9\xe5\xdf\xfe\x26\x5f\xfb\x73\x6f\xfb\xb7\xbc\x3d\ \x84\x70\xb7\xd3\x9c\x99\x3d\xbd\xef\xb2\xa9\xcd\xf5\x95\xb1\xe1\ \x41\x4a\x78\xbd\xba\x56\x2e\xe6\x28\xd5\x9a\xcd\xce\xc0\xd8\xb0\ \xcb\xc3\xd5\xc5\x6a\xe0\x71\xcb\x64\x8b\xf3\x33\x20\x43\x43\x87\ \x54\x8a\xd4\x1b\xcb\x4c\x4b\xaf\xad\x6e\x5c\xb2\xff\x0a\xbf\xd7\ \xd5\x07\xd4\xc6\xe6\xa6\x65\x59\x9d\x76\x3b\x8e\x02\xcf\x6b\x3b\ \x96\x11\x79\x1e\xd6\xac\x33\xb3\x4b\x0a\x20\x94\xa0\x33\x88\x04\ \x0e\x43\x2f\x0c\xbc\xca\xe6\x3a\x8f\xc3\x72\x3e\x1b\xc6\xa1\xc1\ \x28\xc9\xa6\x8a\xc5\x22\xc6\x04\x53\x9d\x31\x2d\x12\x02\x73\x2d\ \x0a\x03\xee\x8b\x66\xb3\xa9\xeb\xba\xa6\x69\x7e\x14\x11\x42\x0c\ \x43\x27\x58\x4a\x89\x4d\x43\xb7\x4d\x93\x98\xc6\x0f\x75\x50\xcf\ \xc7\x88\x15\xd9\x22\xff\x4e\x65\x00\x00\x20\x00\x49\x44\x41\x54\ \xb2\xef\xfb\x87\x4f\x40\x08\x29\x50\x54\x03\xa1\x04\xc2\x06\x17\ \x9a\x1b\x28\xc3\xcc\xa7\xb2\xa5\xb0\xd3\x23\x98\x8e\x4f\x0e\xfb\ \x91\xdf\x76\x7b\x84\x19\xd5\xcd\x6a\xbb\x1d\x0f\x0e\xb0\x07\xbe\ \xf5\x58\x3e\x95\x6a\x34\xfb\x93\xe3\x03\x48\xf4\x2e\xf8\xca\x1b\ \x1a\xa3\x48\x79\xfd\x8e\xa7\x90\x69\x9a\xb6\x63\x8d\x0c\x95\x2b\ \x9b\x55\x84\x10\x08\xa8\x54\xd6\x8b\xa5\xb2\xef\x79\x4a\x46\x61\ \x18\x46\xa1\xaf\x6b\x3a\xc1\x09\x8d\x10\x30\x52\x52\x2a\x3f\x0c\ \x13\x64\x36\x61\x5c\xc4\x71\xbc\x67\xcf\x9e\xb3\x67\xcf\x56\xab\ \xd5\x72\xb9\x5c\xf1\x83\x6d\x17\xb6\x04\xe0\x4a\x1a\x0f\xdb\xc9\ \x3b\x26\xcf\xd1\xde\x01\xc0\xf3\xbc\x76\xaf\xab\xe9\x5a\xa1\x5c\ \x72\x1c\xc7\x0f\x02\x82\x31\x21\x84\x32\x9a\xb4\x79\x39\xe7\xa9\ \x6c\xc6\x34\x4d\x40\xa0\x5b\x26\xd1\x58\xae\x58\x88\xe2\x88\x31\ \x86\x31\xd1\x35\x8d\x32\xa6\xa4\x9c\xd8\x39\x49\x30\x31\x09\x63\ \x98\x9c\xf3\xd9\x54\x38\x11\x1e\x0b\xb1\x65\x1d\x89\x51\x3f\x8c\ \xbc\xc0\xdf\x72\x0d\xf2\xbc\x84\x1c\x92\x7c\x01\x00\x31\x17\x9d\ \x6e\x37\x61\xfe\x8c\x8f\x8f\x2b\xa5\x66\x67\x67\xb7\x45\xb6\xed\ \x56\xeb\x8f\xff\xf4\x4f\x2e\xbc\x5a\x65\x4c\x0a\x01\x00\x51\x1c\ \x33\xc6\xfe\xfa\xf6\xdb\xd7\xd6\xd6\xde\xfc\xe6\x37\xdf\x77\xdf\ \x7d\xb6\x6d\xaf\xad\xad\xdf\x74\xd3\x4d\xbe\xef\xb7\xdb\xed\x74\ \x3a\xbd\x73\xe7\xce\x28\x8a\x0c\xc3\x58\x5c\x5c\x1c\x9b\x18\x15\ \x5c\xe5\xf2\x85\x9b\x6f\xbe\xf9\xc4\x89\x13\xfb\xf6\xed\x3b\x7c\ \xf8\x70\xa7\xd3\xb9\xea\x05\x2f\x70\x32\x99\x5e\xaf\x27\xa5\x24\ \x4c\x13\x42\x30\x9d\x82\x54\x9a\xae\x7b\xfd\x3e\x42\x08\x08\x01\ \x01\x52\x08\x4c\x69\xbf\xdf\x37\x4c\xb3\xdd\x6e\xeb\x8c\xe5\x46\ \x47\x37\xd7\xd6\xd3\xa9\x74\x18\x85\x95\xf5\x8d\x47\x1e\x79\xe4\ \x15\xb7\xbc\xaa\xd3\x69\x39\xa6\x81\x31\x56\x52\x50\x78\x7e\x3d\ \xbf\x2e\xb8\x4a\x93\xb2\x3c\x38\x30\x32\x32\xd4\xed\x74\x2e\xdd\ \xbd\xeb\xab\x5f\xbf\xfd\x8a\x03\x7b\xb1\x84\x5e\xa7\x9b\xce\x64\ \xbb\x5e\x50\x14\x32\x9f\xca\x2c\xfa\x8b\x71\xc0\x89\xe4\x67\xcf\ \x9c\x78\xd1\x0d\xd7\x09\x14\x76\x3b\x15\xcf\x0f\x7a\xdd\x45\xc3\ \x28\x86\x41\x74\xfd\xf5\x2f\x3a\x7b\xfa\x14\xc3\x72\x63\x75\x35\ \x0e\xfd\xe5\x85\x39\xc5\xa3\x4c\xca\x54\xb6\xd9\x6c\xb6\x0c\xc7\ \x91\x4a\x40\x14\x51\x84\x4b\xa5\x8c\x52\xe0\xbb\x3d\xdf\xed\x7f\ \xe5\xae\xaf\xe8\x94\x58\x86\x6d\xd9\x99\x6a\xb5\xba\xb6\xbe\xd6\ \xef\xfb\xb5\x7a\xb3\xdd\x6e\xdb\x8e\x73\xc3\x8b\x6f\xc8\x8e\x8e\ \xac\xaf\x2c\x77\xbb\xdd\x54\x2a\x55\x28\x14\x84\x88\x4d\xd3\x34\ \x0c\x5d\x8a\x50\xa7\x2c\xe7\xd8\x29\xc7\x46\x86\x7e\x3e\x66\xf8\ \x43\x26\x04\x3f\xd4\xf1\x54\xe7\xb9\x8c\x01\x80\x04\x45\x08\x53\ \x4a\x01\xa6\x11\x47\xae\x2b\x23\x8e\xbb\x6e\xd0\xed\xf7\x41\x8a\ \x42\xf1\x1a\x4c\xa4\xe3\xe8\xb1\x54\x8f\x3d\xfa\xe4\xf2\xdc\xf2\ \x91\x91\x67\xdb\x2d\xef\x1d\x6f\xff\x85\xcf\x7f\xe1\x2f\x77\x4f\ \x0d\xed\x98\x9a\xba\x60\xb6\x8c\x14\x1c\xa4\xd4\x28\xc5\x18\x2b\ \x25\xba\x9d\x8e\xdb\xef\x0f\x94\xcb\x80\x50\xb7\xdb\x35\x34\x56\ \xaf\x57\x0c\xc3\x48\xa7\x53\x00\xa9\x24\x51\x4d\xb4\x57\x9a\xa6\ \x11\x42\x08\x61\x09\xee\x61\x59\x56\x92\x68\x27\x31\xe8\x9a\x6b\ \xae\x29\x14\x0a\xb5\x5a\x6d\xff\xa5\x97\x9d\xaf\xdb\xda\xbe\x38\ \xcf\x51\x45\x11\x24\x79\xf5\x96\xaf\xaf\x52\xae\xe7\x3a\xb6\xd3\ \xe9\xb4\x0d\xc3\xf4\x7d\x0f\x00\x29\xb5\xc5\xae\x89\x63\x9e\xd8\ \x3f\x70\x1e\x0b\x21\xfa\x3d\x37\x0c\x23\x4a\x49\xbf\xef\x26\x3c\ \x6e\xdb\xb6\x7d\xdf\x0b\x82\x40\x29\x90\x52\xea\x98\x60\x40\x9c\ \x73\x1e\xc5\x9c\x73\xc0\x88\x31\x16\x05\x21\x8f\x63\xae\xa4\x52\ \x4a\x51\x96\xb0\xf8\x01\x40\x4a\xe5\xfb\x3e\xc6\x58\xd3\x34\x4a\ \x49\x1c\x73\xc0\xc8\xf3\xbc\x84\x39\x33\x3a\x3a\x2a\xa5\x0c\x82\ \x60\x1b\x59\x22\x17\xd7\x68\x94\x0a\x18\x25\xbd\x7e\x3f\x95\x72\ \x1e\x7c\xf0\xa1\xd9\xb9\xf9\xdf\xfb\xfd\x0f\xbf\xf4\xa5\x2f\x6d\ \xb5\x3b\xcb\x2b\x2b\xcb\xcb\xcb\xa7\x4f\x9f\x9e\x98\x98\x68\x36\ \x9b\xbd\x5e\xaf\x5e\xaf\x73\xce\x2d\xcb\xea\x74\x3a\x4b\x0b\xcb\ \xc5\x62\x51\x63\x64\x7c\x6a\xf2\xf4\xe9\xd3\x03\x03\x03\x00\x30\ \x34\x34\x54\x28\x14\x6a\x95\xca\xef\x7c\xf0\x83\x9f\xfc\xcc\x67\ \x12\x26\xa8\x14\x12\x38\x4f\xa4\xa7\x86\xae\x83\x52\x89\x59\x86\ \x92\x2a\x93\x4e\x13\x46\x56\x16\x97\x0c\xd3\x08\x7d\xef\xc4\xf1\ \x63\x99\x74\x86\x07\xc1\x5c\x6d\x76\x6c\x74\x78\x62\x7c\xa2\x1f\ \x86\x5c\x08\xe0\xb1\xae\x6b\xcf\x07\xf7\xe7\xd7\x85\x2f\x42\xf0\ \xa9\xf9\x05\x9f\xfb\x2f\xbf\xf1\x9a\x95\xe5\x2e\x03\x1c\x79\x81\ \xa1\x91\x8d\xf5\x75\xc3\xb0\x11\xc2\xb5\x5a\x8d\x32\x44\x31\xca\ \x67\x52\x29\xc7\xcc\x38\x76\xb3\xb6\x89\x34\xd2\xed\xc7\x86\x95\ \x17\xd2\x60\x85\x8c\xd7\xf7\xef\xf9\xc6\x37\x34\xa4\x46\xca\xa5\ \xc8\xf3\x7a\xdd\x6e\x18\x86\xa6\x69\x08\x21\x75\xdd\x22\x44\x17\ \x22\x0e\x7c\x97\x22\xc8\x65\xd2\x9d\x6e\xd7\x49\xa7\x62\xc1\x5d\ \x3f\x38\x74\xe8\xd0\xee\xdd\x93\xb9\x7c\xc6\x76\xb2\x95\x6a\x6d\ \x73\xb3\xba\xb4\xb2\xe1\xf9\x81\x6d\x1a\x79\xa6\xe9\x84\x76\x1a\ \xad\x28\x0c\x6b\xb5\x9a\x90\x92\x31\x16\xc7\x31\xc2\x2a\x95\xb2\ \x74\x0a\x0c\x2b\x4b\x67\x86\x46\x41\xd7\xb6\x23\xd7\xb6\x55\xf7\ \x76\x1c\xc7\x08\x83\x3a\xdf\xea\x56\xfd\x20\xdc\x25\x09\x25\x48\ \x21\xa5\x10\xe7\x82\x0b\x85\x08\xe6\x3c\x26\x20\x09\x81\xa9\x89\ \x11\xb7\x57\xdb\xb7\x6f\xb7\xdf\xf7\xfb\x3d\xaf\x56\xeb\xac\xad\ \x6d\xf8\x81\x1c\x1c\x1c\x7e\xed\x2d\xaf\x32\x2c\x0a\xea\xc2\xa7\ \x2e\xee\xde\xbd\xbb\xff\x92\x97\x6c\x33\xee\x93\x8d\x25\x6e\x5f\ \x09\xd0\x81\x28\x51\xe8\xdc\x2c\x05\x25\xb7\x89\x9e\x51\x14\xeb\ \xba\x16\x0b\xc9\xb9\x4c\x8e\x28\xcf\xf3\x94\x52\xa6\x69\xfa\xbe\ \xef\xfb\xfe\x99\x33\x67\x52\xa9\xd4\xfa\xfa\x7a\xc2\x3b\x4a\xa4\ \xaa\xdb\xfc\xc8\x84\x8a\xbe\xed\xf7\x10\xf3\xc4\x6e\x59\x48\x21\ \xa2\x38\xca\xe7\x0b\x9d\x76\x1b\x61\x24\xa5\xda\xf6\xef\x55\x4a\ \x25\x26\x33\x84\x92\x28\x8c\x34\x5d\x63\x94\xc5\x89\x99\x0c\xe7\ \x99\x6c\x06\x23\xbc\xb1\xb1\x11\x86\xa1\xed\xd8\x51\x14\x13\x8c\ \x09\xc6\x22\xe6\x52\x6d\x31\x73\x94\x54\x89\x3a\x1f\x21\xcc\x28\ \xa5\xba\x06\x88\x68\x9a\x16\x04\x81\xe7\x79\x94\xd2\x84\x1a\x18\ \x86\xa1\xeb\x72\x8c\x31\x26\x24\x31\xf8\x4d\xe8\x95\x09\xf8\x03\ \xe7\xa8\xcf\x17\xe9\x68\x1f\x46\x21\xc2\x38\x95\x72\x16\x16\x96\ \xfe\xec\xcf\xfe\xec\x8d\x6f\x7c\xe3\xab\x5f\xf3\x9a\xb9\xb9\xb9\ \x30\x8a\x66\x66\x66\xee\xbe\xfb\xee\xb7\xbf\xfd\xed\x4f\x3c\xf1\ \xc4\xfe\xfd\xfb\xab\xd5\x6a\x72\x64\xce\xcf\xcf\x8f\x8e\x8e\x9e\ \x39\x73\x66\x78\x64\x08\x49\xb9\xb2\xb0\xb8\x6b\xd7\xae\x8f\x7e\ \xf4\xa3\x09\x11\x0b\x08\x4e\x58\xaa\x2b\x4b\x4b\x23\x63\x63\x51\ \x18\xf9\x71\x18\xfb\x3e\xc2\xd2\x75\xdd\x30\x8a\x40\x08\x20\x09\ \x19\x57\x52\x4d\xf3\x7a\x9d\x81\xc1\x81\x7e\xaf\x77\xe6\xcc\x19\ \x00\xc8\x66\x33\xae\xeb\xc6\x71\x7c\xf0\xe0\xc1\xd5\x95\xa5\xc2\ \xd0\x70\x18\x05\x14\x61\x64\x3c\x1f\xdc\x9f\x5f\x17\xd3\x50\xa5\ \xf4\xe1\x27\x0e\xad\x54\x06\x8f\x9c\x38\x34\x36\xe4\xdc\x70\xf0\ \x25\xc7\x8f\x3e\xde\x77\x5b\x69\x2b\x75\xf2\xf4\xcc\xe0\x8b\x47\ \xd7\xd6\x36\x0a\x05\x27\x6d\x3b\x3c\x52\x47\x0f\x1d\xc9\x38\x36\ \x0f\x83\x52\x7e\x20\xf2\x3a\x2a\x8c\x08\xa2\x5f\xfc\xec\x67\x5e\ \xf6\xe2\x1b\x8b\x85\xec\x1d\xb7\x7f\xfe\x6d\x6f\x7c\xe3\xae\xe9\ \xe9\xda\xe6\x66\xa7\xd5\x06\x80\x74\x26\xab\x14\x36\x0d\x1d\x03\ \xa3\x20\x34\xaa\x18\x96\x54\xc5\xdd\x56\x5d\x33\x2c\xc6\x68\xe8\ \xfb\x19\x27\x85\x14\xce\x65\xb3\xb9\x7c\x31\x88\x51\xb3\xe7\x85\ \x11\xbf\xee\xda\x6b\xba\xcd\xd6\xe9\xe3\xc7\x14\xe7\x56\x3a\xe3\ \xba\x6e\x18\x86\x86\x69\x1a\x96\x11\xf8\xd4\xb6\x2d\x4b\x23\x0c\ \x24\x8f\x7c\xcb\x32\x39\xdb\xd2\xe6\x6c\x23\x0c\x42\x08\x29\xb7\ \x1c\xe5\x08\x22\x4a\x3d\xe7\x86\xb8\xcd\x82\x4f\xc2\x04\x17\xd2\ \xd4\x6c\x8d\x6a\x51\x14\x21\xa4\xba\x9d\x3a\xc5\x22\x74\x5b\x06\ \x86\x42\x26\x9d\xb7\xa8\xdb\xac\x41\x18\xa4\x4d\xa3\x98\x2f\xac\ \x6e\xae\x39\xa6\x05\x80\x3f\xf9\x99\xbf\xb4\x2d\x6c\xe8\x78\xe7\ \x9e\x4b\x2e\xb8\x1d\x52\xa9\x6c\xce\xce\xce\x6e\xeb\xaa\x40\xa9\ \x30\x8a\xfa\xfd\x7e\x42\x03\x25\x84\xc4\x82\xff\xe0\x2b\x92\xdb\ \x43\x2a\xae\xbb\xee\xba\xa5\xd5\xb5\x13\x27\x4f\x25\x50\x75\x02\ \xdd\x26\x36\x32\x89\x8d\xa2\xae\xeb\x29\xdb\xe1\x9c\x27\x42\x30\ \xa5\x54\x62\xde\xb2\x45\x12\x07\x90\x52\x4a\x50\xdb\x00\x15\x00\ \x50\x4a\x10\xc6\x5c\xf0\x74\x36\xd3\xed\x76\x01\x01\xa6\x18\x00\ \x81\x10\x4a\x29\x82\x31\x24\x1a\x4b\x8d\x29\x00\x2e\x45\x18\x85\ \x84\x10\xcd\xd0\xc3\x28\xc2\x18\x47\x3c\x66\xba\x16\xc5\xb1\x94\ \x42\x48\xa1\x30\x92\x6a\xcb\x2d\x28\x79\x27\xb6\x18\xf3\x4a\x70\ \x05\x06\xa2\x22\x0c\x3c\xcf\x03\x50\x49\x6d\x91\x58\xbb\x6c\x33\ \x56\x35\x5d\x4b\x0c\x81\xb7\x9b\xe1\xc9\xb1\x97\x48\x6d\x3d\xcf\ \xbb\x98\xf8\xce\x39\x8f\xe3\x88\x52\xe3\x43\x1f\xfa\xd0\xe5\x97\ \x5f\xfe\xbe\xf7\xbd\x0f\x40\xee\xdd\xb3\x67\xcf\x9e\xdd\xdf\xff\ \xfe\xf7\x4f\x9f\x39\x73\xdf\x7d\xf7\xa5\x52\xa9\xcf\x7f\xfe\xf3\ \xa7\x4e\x9d\x9a\x9f\x9f\x4f\x0e\x1e\x21\x04\x63\x2c\x08\x02\xac\ \xd4\xe8\xe8\xe8\x23\x8f\x3c\x32\x3d\x3d\x7d\xfc\xf8\xf1\x66\xb3\ \xf9\xe5\xdb\xff\x7a\x7c\x7c\xbc\xdf\xef\x9f\x3c\x79\xb2\xd9\xee\ \xb4\x3a\x9d\x89\xf1\x91\xe1\x62\x69\x75\x75\xc9\xf3\xbc\x28\x8a\ \x00\x63\xd8\x02\xa4\x10\x08\xde\x68\x36\x53\x8e\x63\x9b\x36\x65\ \x6c\x73\x7d\x7d\xa8\x3c\x60\xe8\xfa\x95\x57\x5c\xf1\xcc\x33\xcf\ \x0c\x8f\x8d\x65\x07\xca\x04\x19\xa9\x94\x1d\x47\xe1\xf3\xc1\xfd\ \xf9\x75\x11\x98\x3b\x40\x4f\x52\x6c\x67\x34\x07\xe7\x8a\xf9\x4a\ \x65\x75\x6a\x7a\xfa\xa1\x07\xbf\x69\x3b\x76\xa9\x58\x9a\x9f\x5b\ \x98\x98\x1e\x0d\x03\x57\x01\xe2\x9c\xf7\x3a\x1d\x4a\x89\x8c\xf9\ \xb3\x6b\xc7\x00\xb4\x42\x71\xec\xc1\x07\x1e\xae\x6c\xf4\xbf\xf7\ \xd0\xb7\x0d\x9d\xee\xdf\xbd\x3b\x74\xdd\x1d\x97\x5d\x7a\x44\x67\ \xc0\xa5\x17\x45\x84\x78\x51\x1c\xc7\x41\x58\xca\xe7\x32\x16\x03\ \x11\x7b\xbd\x56\xc6\xb1\xdc\x20\x90\x48\x35\xda\xed\x20\xe0\x42\ \xa8\x91\xb1\xa1\xb1\xc9\xc9\x07\xbf\xfb\xe4\xcc\xdc\x5c\x2a\x95\ \x09\x44\x45\x0a\x91\x71\xf4\xa0\xdb\x6d\x34\x1a\xb6\x93\xd2\x35\ \xd3\x32\x2d\xce\x45\xb3\xdd\xc4\x48\x39\x96\xad\x22\xc4\x7d\x17\ \x23\x64\x6a\x8c\x9b\xfa\xf9\x80\x8c\x94\x82\x48\xb4\x25\xb5\x57\ \x88\x2b\x9c\x04\xf7\x6d\x18\x0a\xce\x93\xde\x28\x85\x04\x47\x20\ \x71\xaf\xd5\xd2\x99\xea\x75\x37\x8a\x59\x6a\xa5\x33\x6b\x2b\x2b\ \x5e\xbd\xb3\x73\xb0\x74\xf6\x99\x33\xfd\x5a\x75\x78\x74\x5c\xa7\ \x30\x50\x2c\x6d\x56\x36\x30\x86\xb5\xcd\xa6\x52\xf1\xfe\xcb\x76\ \xbf\xee\xf5\x6f\xb9\x60\x7b\xc2\x46\xab\xbd\xbc\xba\x4a\x29\x25\ \x89\x3d\x2c\x02\xc1\x45\x2a\xe5\x38\xe9\x4c\x14\x85\x9e\xe7\xc5\ \x31\x27\x44\x25\x12\x2d\xa5\x10\xe7\x52\x08\x1e\xc7\x1c\x00\x78\ \x2c\xb6\x89\x9f\x4a\xa9\x20\x08\x7a\xbd\x5e\x62\xcc\x82\x31\x4e\ \xa5\x52\x52\xca\xc4\xc9\x3d\x49\xdb\xb7\x65\x5c\x49\x70\x4f\x7e\ \x8a\x9f\x3b\x97\x12\x55\x5a\xb7\xef\x49\xa5\x10\x09\x34\x5d\x0f\ \x22\x9e\xf8\x21\x27\xe7\x21\x26\x44\x08\x25\x04\x87\xe7\x26\x2d\ \x81\x52\x08\x14\x52\x88\x28\x84\x7b\xae\x47\x08\x91\x80\x01\x40\ \xa0\xad\x81\x4c\x88\x60\xac\x40\x21\x22\xa5\x04\x04\x9a\xa6\x31\ \xca\x00\x80\x0b\x1e\xc5\x02\x38\x20\x84\x93\xed\x79\x5e\x88\x9f\ \xe3\xed\x00\x21\x24\x8e\x79\x18\x86\x5b\x9a\xb5\xf3\xba\x05\x09\ \x74\x93\xcb\x66\x2f\xc6\xff\xf5\xa9\xa7\x0f\xef\xde\xbd\xe7\xde\ \x7b\xff\xfe\xc8\xd1\xe3\x1f\xfe\xc8\x1f\x9c\x3a\x7d\x6a\x71\x71\ \x55\x29\xd5\x6a\xf7\x4c\xcb\x01\x05\x4f\x3c\xf1\xc4\xc8\xc8\xc8\ \x83\x0f\x3e\xe8\x79\x9e\xeb\xba\xcd\x66\xf3\xaa\xab\xae\x2a\x16\ \x8b\x53\x53\x53\x4f\x3c\xfe\xe4\x4d\xaf\x7c\x45\xb3\x5a\xbb\xe1\ \x25\x2f\xb9\xe3\x8e\x3b\xf2\xf9\x7c\xab\xd5\xfa\xad\x0f\x7c\xe0\ \xd8\x91\x23\x52\xca\x83\x07\x0f\x62\xca\x30\x25\xba\xc6\x78\x14\ \xe9\x86\xb1\xb2\xb2\x32\x3c\x3c\x9c\xcc\xb7\x92\x42\x62\x4c\xa5\ \x12\x4a\xc4\xcd\x46\xb5\xdd\xe9\x44\x9e\x17\xfa\xde\x53\x4f\x3e\ \x1e\x45\x41\xbb\xd9\x98\x9c\x18\x97\x52\x18\x9a\x1e\xc5\x3e\x17\ \x3a\x46\xe8\xf9\xe0\xfe\xfc\xba\x88\xa5\x54\xc8\xec\xa5\x5a\x27\ \x8c\xb4\xd1\xc1\xec\xe0\xc0\x70\x73\x63\xee\x0d\xaf\x7f\xc3\xdd\ \x5f\xbf\x3b\x9d\x2d\x74\xfb\x7e\x18\x86\x0a\x64\x26\x97\x3b\xbb\ \xb9\xe0\xf5\xdc\xc9\xf1\x51\xc9\x05\x8e\xb1\x52\xe8\xdb\xf7\x7e\ \x7b\xad\x12\xa5\x35\xbc\x7f\xd7\xb4\x86\x71\x2e\x97\xdd\xbd\x63\ \xb2\x5d\xaf\x77\x5b\x9d\x28\x8c\xe2\x30\x16\x96\x52\x42\xd8\x1a\ \x56\x91\x97\x4e\x99\xed\x46\x2b\x65\x50\x42\xa1\xe1\xf5\x2a\xed\ \x50\x73\x1c\xcd\x34\x16\x17\x57\x5e\x70\xed\x0b\x37\x37\x1a\xcd\ \x4e\xd7\xb4\xd3\x54\xd7\x30\x40\xb7\xdd\x18\xcc\x65\x34\x9d\x56\ \x03\xd7\xf3\x5d\x9d\xb1\x6c\x2e\x27\x11\x00\x42\x94\xb2\x4b\xf6\ \xed\x3d\x79\xf4\x10\xa3\xa4\x90\x2b\x33\x4a\x71\x82\x69\x9e\x43\ \x5d\xa4\xc4\xdb\x0e\x88\x08\x81\xe2\x38\x11\xdf\xfc\x90\x72\x35\ \x09\x6a\x8c\x18\x44\x6a\x96\x6e\xf5\x7a\x9d\x5e\xaf\x59\x2a\xb0\ \x61\x3b\x27\x10\x22\xbe\x8d\x63\x55\x32\xd8\x53\xcb\x4b\x25\xc7\ \x6c\xac\xae\xbc\xf0\xea\x03\xc0\xb4\x7b\xbe\xf9\x7f\x1a\xad\x76\ \x18\x70\xd3\x30\x4f\xcd\x6d\x3c\xf0\xf0\x13\x7b\x0e\x5c\x77\x61\ \x81\x06\x61\x8a\x09\x93\x0a\x49\xae\xa4\x8a\x01\x14\x46\xb8\x52\ \x6d\x0a\x29\x28\xc1\x3a\xd3\xa2\x30\xd6\x35\x4d\xb3\x35\xd3\x34\ \x35\xa6\x73\x21\xe2\x38\x8c\xa2\x28\x8e\xb8\x46\xcd\xb4\x93\x4e\ \xa7\xd3\xbd\x5e\xcf\xf3\xbc\x24\xa0\x27\xc9\x6f\xa2\xf6\x54\x00\ \x9e\xe7\x41\xc2\x91\xd7\x34\xce\x79\x62\xce\xb5\x3d\x02\x45\x21\ \x50\x88\x6c\xfb\x44\x6e\x5d\x3d\x29\xc3\x30\x4c\xd2\xff\xe4\x69\ \x5b\x53\x5c\x94\x4a\xac\xe1\xb7\xaf\x5b\x02\xd7\x38\x8e\x13\xc7\ \x71\x62\xb3\x4e\x30\x39\xdf\xef\x85\x47\x51\xcc\xb9\x94\x02\x00\ \x11\x82\x09\x21\x2a\x8c\x83\x20\x94\x52\xc5\x71\xcc\x05\x4f\xa6\ \x77\x81\x02\x46\x19\xa5\xd4\xf5\x5d\x0c\x98\x31\x66\xdb\x76\x36\ \x9b\xd5\x4d\x3d\x0c\x83\x6d\xe1\x6b\xa2\x65\xeb\xf5\x7a\xc9\x89\ \x15\x49\x71\xc1\x99\x3b\x42\xe8\xa3\x1f\xfd\xe8\xc4\xc4\xc4\xa1\ \x43\x87\x76\xee\x9c\xfe\xc4\x27\xfe\xe2\x96\x5b\x6e\x29\x97\x4b\ \x41\x10\x24\xf5\x4d\xa7\xd3\x19\x18\x18\xb8\xea\xaa\xab\xfa\xfd\ \xfe\x8e\x1d\x3b\xee\xbf\xff\xfe\x5a\xad\xd6\x6a\xb5\xe2\x38\xbe\ \xfb\xee\xbb\x39\xe7\x8f\x3f\x66\xe4\xf3\xf9\x33\x67\xce\xec\xdc\ \xb9\xf3\xc8\x91\x23\x97\x5f\x7e\xf9\xc6\xda\xda\xfe\x2b\xae\x60\ \x8c\x55\x2a\x95\xd2\xe0\x90\xef\xba\x3c\x0e\x1c\xdd\x68\xb7\x5a\ \x47\x8e\x1c\xb9\xf1\xc6\x1b\x95\x94\x82\x73\xce\x45\x18\xc5\xcd\ \xda\xe6\xc4\xce\x3d\x0f\xdc\xf7\x77\x95\xf5\x8d\xab\xaf\xbe\x5a\ \x37\x74\x8d\x69\x9e\xeb\x0d\x0d\x0d\x35\xea\x8d\x6c\xa9\x50\xab\ \x55\x32\xe9\xb4\xc6\x68\xec\x07\xcf\x07\xf7\xe7\xd7\x85\x2f\x21\ \xf8\xe4\x25\x07\xa4\xd7\x38\x35\x77\x3c\xea\xad\xbf\xf5\xa7\x5f\ \x66\x59\xce\xfa\xda\xfa\x2d\xb7\xdc\x32\x33\x3b\x87\x69\xbf\xd1\ \x6c\x1a\x26\x0d\xa4\x90\x52\x16\x73\x45\x0a\x34\xe2\x68\xc7\xe8\ \x64\x65\xb3\x3d\x94\x1b\xde\x37\x39\xc0\x28\x1d\x1b\x1c\x9c\x9d\ \x39\xb3\x34\x7b\xe6\xfd\xbf\xfe\x9e\xfb\x1f\x7c\x30\x74\x43\x04\ \x38\x0c\xa2\x30\x14\x88\x0b\x44\xe2\x76\xa7\x2e\x5c\xcd\xd4\xd9\ \x60\xb1\x9c\x2d\x15\xf7\x5c\x7a\xe9\x89\xb9\xe5\x23\x27\x67\x9d\ \x4c\xb6\xd6\x6c\x2c\x2c\xad\x1c\x3e\x71\x92\x0b\x00\xc2\x5a\xed\ \x3e\x25\xb0\xb1\x5e\x99\x2c\xe6\x8a\xc3\x03\x3b\x27\xc7\xeb\x11\ \x4d\x38\x79\x4a\x49\x29\xb8\x62\x0c\x94\xa4\x89\x52\x09\x29\x4a\ \x08\xfe\xc1\xa0\x93\xcc\x1b\x12\x42\x02\x28\x84\x40\x28\x50\x0a\ \x25\x71\x0a\x21\xa4\xa4\x54\xe7\xb5\x16\x15\xc7\xa6\x9e\x6a\xd4\ \xea\xcb\x8b\xb3\x33\x8b\x67\x7c\x11\x48\x8a\x06\xca\xc3\xa5\xb4\ \xc6\x62\x32\x9c\x4e\x55\x97\x96\x5a\xed\xba\x99\xcd\xb6\x3c\x8f\ \x53\xca\x79\x8c\x29\x8b\x84\x02\x6a\xf7\x43\x78\xe4\x7b\x47\xde\ \xfb\x3e\x74\x61\xb9\xbb\x52\x2a\x56\x89\x40\x08\x01\x22\x0a\x14\ \x62\xcc\xd1\x4d\x2e\x78\x14\xc7\x21\x97\xba\xa6\x4b\x29\x3b\xed\ \x7e\xa3\xde\x56\x52\x26\x12\x50\xd3\x30\x30\xa6\x08\xe1\x84\xda\ \x38\x30\x30\x20\x84\xe8\x74\x3a\x89\xd1\x60\xf2\x1a\xeb\xf5\x3a\ \x00\x30\x4c\xb9\xe0\x89\x4d\xe3\xd6\x0c\xbc\xf3\xec\x91\x11\xda\ \x9a\x60\xb5\xdd\x62\x65\x9a\x46\xa4\xc4\x18\x25\xa0\xff\x36\x87\ \x52\x48\x01\xe7\x86\x69\x6c\x09\xa0\x00\xe0\xdc\xc8\xa4\x6e\xb7\ \x2b\xa5\x44\x18\x75\xfb\x3d\x8c\x30\x02\x90\x4a\x02\x80\x8e\x09\ \x56\x00\x0a\x08\xc6\x44\x21\xa2\x14\x17\xa1\x1f\x87\x18\xc0\xd0\ \x8c\xb4\x99\x12\x49\x83\xf1\x1c\x01\xbf\x50\x28\x32\x4a\x15\x80\ \xeb\xba\x95\x4a\x55\x28\xae\x94\x4c\x9c\x0f\x5c\xd7\x75\x5d\x37\ \xe9\xaf\x9a\xa6\xa9\x94\x6a\x75\xda\x17\x73\xcf\xa7\xd3\x99\x67\ \x8f\x1f\xef\x76\x7b\x9e\xef\x3f\x73\xf8\xf0\xe1\xc3\x47\xf2\xf9\ \xfc\xe4\xd4\xa4\x02\x28\x16\x4b\xbe\xef\x7e\xfd\xeb\x5f\x2f\x97\ \xcb\xbb\x77\xef\xee\xf5\x7a\x8f\x3c\xf2\x88\xef\xfb\x07\x0e\x1c\ \xe0\x9c\x9f\x3a\x75\xea\xe0\xc1\x83\x31\x8f\xcb\xe5\x72\x2e\x9f\ \xff\x9b\xbf\xf9\x1b\x00\xa8\xd7\xeb\x43\xa3\xa3\x6b\x4b\x4b\xd5\ \x6a\xd5\x34\xcd\x6a\xa5\x32\x36\x31\xd1\x6a\xd6\x96\x97\x97\x6b\ \xb5\xea\xd2\xd2\x92\x93\x4a\x49\xce\x29\xd5\x25\x60\x11\x46\x51\ \x14\x9e\x3a\xfa\x8c\xe0\xfc\xf8\xf1\xe3\x6e\xbf\x1f\xc7\x71\xab\ \xd9\x72\xfb\xfd\xa3\x47\x8f\x8e\x8d\x8d\xd9\x99\x54\xc7\x0f\x1c\ \xc7\x01\xc1\x87\x86\x86\x9e\x0f\xee\xcf\xaf\x8b\x82\x65\x62\x8a\ \x7b\x9e\xa7\x28\x7d\xf6\xd4\xcc\xf4\x70\x7e\xcf\x78\xa1\x3c\x38\ \x76\x76\xfe\xcc\xf4\xd4\xf4\xa0\xef\xaf\x55\xd6\x3a\x7e\x9b\x02\ \x0e\xa3\xa8\x9c\x2f\x33\x4d\x97\x91\xd0\x90\x3e\x35\x34\xe1\xb6\ \xa2\x7a\xb5\x91\x2b\x64\xcf\xce\x9c\x6e\x54\xab\xb6\xa9\x7f\xe5\ \xce\x3b\x85\x52\x6e\xdf\x0d\x82\xa0\xd3\x73\x6d\x3b\x6b\x12\x75\ \xc9\xe4\xd8\xb5\x2f\x38\x70\xc5\x81\x4b\x2e\xb9\xfa\x4a\x22\xb8\ \x08\xe3\x8d\x66\xff\x91\x27\x0e\x9f\x3c\xf3\xa7\x81\xe7\xaf\x6d\ \x36\xc6\x26\x4e\xea\x4c\x1b\x2c\x14\x97\x17\x17\x8b\xe9\x4c\x47\ \x00\x84\xfe\xaf\xbc\xf5\x0d\xb2\xdf\x5e\x5e\x59\x3d\xb3\xe9\xc6\ \x5e\x3f\xe5\x38\x6e\x1c\x45\x52\x39\x1a\x99\x9b\x9b\x2d\x16\xb2\ \x7e\xbb\xd3\x6a\x77\x33\xd3\x7a\x44\x08\x01\x84\xa5\x92\x18\x49\ \x29\x29\xa1\x1c\x09\x81\x85\xc4\x00\x80\x99\xe4\x52\x26\xf3\x8e\ \x15\x20\x90\x4a\x01\x92\xa0\x14\xe2\x18\x90\x94\x08\x99\x1a\x3b\ \x7c\xe8\xd0\xcc\xec\x09\x89\xa2\x6c\x31\x6d\x99\x7a\x73\x63\x39\ \x6b\xe5\x8b\xd9\x21\x43\xd3\x96\x16\x97\xf2\x85\xb4\xd7\xed\x4c\ \xef\x9c\xac\x75\xbb\xa6\x46\x3a\xbd\x98\x12\x5d\x2a\x70\x52\x39\ \xcd\xb0\x2e\x18\x1e\x10\x0a\xb8\xd8\x76\x7a\x91\x4a\x29\xe5\x07\ \xa6\x61\x2a\x50\x61\x18\x81\x94\x1c\x71\x10\x52\x24\xf6\x9c\x4a\ \x09\xa5\xfc\x30\x68\x76\xdb\x52\xc9\x4e\xb7\xe7\xfa\x41\xaf\xd7\ \xe3\x3c\xee\xf5\xfa\x51\x14\xdb\xb6\x25\xa5\x8c\xc2\x30\x9b\xcb\ \x0d\x0e\x0e\x5e\x76\xd9\xa5\x67\xcf\xce\x21\x80\x04\x67\xd7\x98\ \x06\x00\x9e\xef\xf5\xfa\xfd\x28\x08\xc3\x28\x14\x52\x4a\xc0\x18\ \x00\x63\x9c\x0c\x54\x8a\x79\x9c\x8c\xff\x66\x94\xf1\x28\x4a\xd8\ \x93\x5b\x70\xbf\x92\x04\x13\x00\x00\x99\x98\x8c\x23\x84\x90\xa1\ \xb1\x38\x8a\x62\x1e\x53\x8c\x24\x57\x18\x00\x83\xda\x1e\x8b\xcd\ \x10\x71\x6c\x2b\x9b\xcd\xa5\x52\xa9\x6d\x23\x04\x05\x4a\x72\xd1\ \xeb\xf7\xdb\x9d\x0e\x48\xc0\x94\x10\x8c\xa5\x92\x42\x88\x56\xab\ \x85\x31\x12\x42\x04\x61\x20\x95\x4c\xe6\xc0\x91\x73\x23\x5b\x13\ \x4b\x89\xa4\x9d\x90\x40\x6c\x17\x83\xb9\x57\x2a\xd5\x66\xa3\x39\ \x58\x2e\x0f\x96\x07\xd6\x36\x36\x14\x40\xb5\xd1\x5c\x5c\x5d\xb3\ \x4d\xcb\x75\x5d\x11\x8b\xf5\x8d\xb5\x3b\xef\xfc\x32\x63\xba\x69\ \x9a\x42\x08\xdb\xb6\x57\x57\x57\x9f\x7a\xea\xa9\x94\xe3\x94\x4a\ \x25\x53\x67\x77\xdc\x71\xc7\x6d\xb7\xdd\x96\xc0\x5c\xba\xae\x1f\ \x7d\xe6\x19\x29\x25\x4e\x68\xa9\x61\x77\x6d\x75\x4d\x23\x78\x60\ \x70\xa0\x56\xdd\x18\x1d\x1b\x5d\x98\x9f\x2f\x95\xca\xd9\x62\xb1\ \xd3\xed\x71\x2e\x9a\x8d\x7a\xda\xb6\x4b\x85\x42\x1c\x47\x9b\x1b\ \x1b\x94\x52\x21\x78\xdf\xed\xe9\x86\xd6\xee\xb4\xfa\xfd\x5e\xdb\ \xed\xc7\x3c\x06\x11\x47\xc1\xf3\x99\xfb\xf3\xeb\x22\x16\x46\x64\ \xa9\x3e\x9f\x37\xb0\x00\x65\x18\xb9\x7b\xee\xfd\x0e\x7a\xcd\xcb\ \xaf\xba\x72\xaf\x95\x2f\x57\xea\xf5\xc9\xd1\x21\x8c\x22\xab\x8b\ \xd7\x2a\x0d\x23\x6d\x48\x8a\xfa\x5e\x98\xa6\xe6\xfc\xf1\xb3\x9b\ \x6b\x6b\x21\x8f\xf2\x03\xa5\x8d\xe6\x7a\xbf\x17\x60\x21\xc6\x87\ \x87\x57\x57\x57\x4f\xcc\xcc\x28\x2c\xa5\x92\x79\x5b\xb7\xb1\xda\ \xbf\x73\xea\x3d\xff\xfe\x2d\x53\x7b\xc6\xbb\xb5\x85\xd3\x4f\xdf\ \x0b\x32\xd6\xb0\x39\xbf\x54\x6d\x6f\xf4\x4c\x20\x95\xbe\x5f\x2a\ \xd9\xed\x4e\xf5\x9a\x2b\xaf\x9e\x3f\x35\xbb\x3f\x9f\x45\xa1\x3f\ \x5e\x32\x3f\xf8\xfe\xf7\x18\x9d\x95\xb5\x85\xd3\xd1\x7a\xe5\xca\ \xd1\x7d\x46\xaf\x91\x9a\xbe\x74\xa3\xe3\x46\x8a\xe8\x96\xc5\x45\ \x78\x7a\xf6\x6c\x39\x37\x60\x17\x06\x63\x62\x50\xc3\xa6\x91\x50\ \x9e\x17\x77\xba\xc3\x83\xe5\x48\xc4\x21\x46\x1e\xc6\x7d\x88\x05\ \x12\x0c\xb0\x46\xf4\x08\x41\x8c\x14\xa6\x2a\x12\xae\x90\x11\xc5\ \x58\x01\x11\x21\xa1\xc0\xfd\xce\x5a\xb3\xb1\x0e\x00\xb6\x91\xca\ \x6a\xe9\xe6\xea\x3a\x00\x6e\x75\x6b\xa6\x9e\xdd\x08\x82\xd0\x64\ \xdd\x38\x04\xe0\x33\x27\x8e\x3a\x8e\xf3\xa2\x7d\x53\x9b\x8d\xee\ \x4a\xad\x55\x6b\xf5\xcc\x4c\xba\x98\x73\x2e\xf8\xca\x47\x3c\x0a\ \xa2\xf0\xb9\xf6\x66\x32\x3f\xd6\xdd\xea\xa6\x12\xca\x44\xac\x24\ \x06\xa6\xeb\x41\x10\x32\x86\x04\x00\x8f\x05\x97\x02\x01\x28\x0d\ \x14\x46\x3d\x37\xe8\x79\x01\x25\x04\x11\xda\xe9\xb9\x98\x10\xce\ \xb9\x5f\xad\x0b\x29\xa8\x66\xcc\x2f\xcc\x9f\x7f\xee\x50\x8c\x6d\ \xdb\x49\xa5\xd2\xb6\x03\x61\x18\x82\x52\x9a\xc6\xa4\xd8\xea\x40\ \x20\x8c\x35\xca\x12\xd0\x86\x50\x52\xc8\x64\x3d\xd7\x45\x08\x49\ \xa9\x94\x94\x08\xe3\xc1\xc1\x81\x03\x07\x0e\x1c\x3b\xf6\xec\xea\ \xea\x0a\x42\xc8\xd4\x74\x8c\x64\x18\x84\xc5\xc1\x41\x29\x05\xc1\ \x44\x01\x62\x8c\x22\x04\x52\x2a\x42\x28\x60\x12\x73\x11\x88\xb8\ \xb6\xbc\x14\x44\x01\x25\x54\xca\xad\x13\x02\x63\x4c\x29\x11\xc0\ \x95\x40\x52\x22\x8c\x31\xa1\x08\x13\x64\x1a\x26\xc6\x38\x8a\x0c\ \xa5\x94\xae\x69\x61\x14\x68\x4c\x33\x75\x93\x22\x28\xe6\x73\x43\ \x43\x65\x00\xa2\x00\x08\xa5\x9e\x17\x0a\x71\xe1\xda\xe0\xe5\x85\ \x25\x15\x07\xa3\x7b\x77\xf5\x1b\x15\x19\xf8\x2e\x07\xc3\xce\x9a\ \x56\x3e\x8e\x83\x6c\x3a\xd7\x6b\xd6\x80\x87\x71\xe8\x65\xd3\xa9\ \x4a\x75\x93\xf3\x48\x70\x98\x39\x3b\xfb\xed\xef\x3c\x34\x31\xb1\ \xe3\xf1\xc7\x9f\x88\x82\x7e\xad\x52\xd9\x5c\x5b\x6d\x37\x1b\x92\ \xc7\x71\xe8\x1f\x78\xc1\x55\xdd\x7a\x3d\x70\xfb\x8f\x3c\xf4\xed\ \x72\x69\x68\xef\xee\xbd\xc5\x52\xf1\xfb\xdf\x7b\xec\xe8\xa1\x63\ \xa1\x17\xb5\x1b\xed\xd5\xe5\xe5\xf1\x89\x1d\xae\xeb\xe6\x0b\xd9\ \x13\xc7\x8e\x1a\x3a\x53\x0a\x72\xd9\xf4\xe2\xe2\xe2\xc8\xe8\xc8\ \xea\xea\xaa\x50\xbc\x52\xdb\xd4\x75\x7d\x5a\x4c\x79\xae\x1f\xc7\ \xd1\xe2\xec\xcc\xc6\xf2\xe2\xf3\xc1\xfd\xf9\x75\x11\xc1\x9d\xe0\ \xb5\xa5\xb9\xc8\x34\x48\xaf\x97\xa3\xac\x1b\xf0\x2f\x7c\xf1\x6f\ \xce\xcc\xee\x7f\xd3\x9b\x5e\xa3\x02\xf7\xc4\xc9\x93\x8c\x28\x3b\ \x63\x67\xcd\xd8\xeb\x06\xcb\x0b\x73\x39\x23\x73\xe0\xca\x6b\x77\ \xe4\x4b\xcf\x48\x19\xc4\xd1\xe8\xd4\x0e\x55\xeb\x2d\xae\x3f\x3b\ \x90\xcb\x06\x40\xf3\x03\xa3\x7b\x99\x79\x76\x65\x79\xd7\x65\xc5\ \x7e\xab\x9d\xb3\xb3\x6f\xfe\xe9\x57\x75\xd6\xd7\xdd\x2c\xa9\x54\ \x57\x09\x55\xab\x6b\xab\x59\x27\x9b\x4b\x3b\x4e\x2b\xcc\x66\x18\ \xb1\x4d\x2b\x4b\x09\x8a\x2f\xdd\x33\x3c\x9a\x35\xfc\xd6\xb8\xae\ \xe4\xab\x5f\xfe\x12\x9b\x89\xb9\xd3\xcf\xd4\x9a\xd5\x1b\x5f\xf5\ \xb2\xa6\x47\xb4\x52\x51\x68\x38\x4d\x34\x93\x13\x4d\xea\x99\xcc\ \x30\x60\xdb\x55\x64\xb1\x1b\x5d\xa2\xec\x3c\xce\xa7\xb3\x5a\x36\ \x87\x4e\x6c\x7c\xff\xc4\x93\x4f\x0f\x0e\x95\xec\x42\x2a\x65\x50\ \x9d\x81\xc2\x94\x9a\x5a\x10\x48\xcb\xd0\x23\x90\xb1\x8c\x34\x9d\ \xc6\x31\x17\xb1\xc4\x98\x81\x46\x8b\x4e\xba\xb6\xb8\x90\xb1\xb5\ \x1b\x5e\x74\x4b\x18\xf8\x44\xf0\x23\xbd\xa6\xce\xb4\xe1\x1d\x53\ \xbb\xf7\x5f\xb9\xb1\xbe\x6c\x98\x3a\xf0\x20\xf4\xbc\x5e\xa7\x59\ \x2a\xe4\xf2\x85\x72\xa9\x34\x00\x68\xbe\x5e\x9b\xa1\x48\x99\xda\ \x85\x2b\x54\x93\x11\x23\xdb\x3a\xa3\x6d\x12\x67\x82\x62\x2b\xa5\ \x40\x61\xdb\xb2\x5c\xcf\x23\x84\x04\x51\xc4\x25\xdf\x6e\x66\xc6\ \x5c\x08\x25\x23\x1e\x01\x40\x32\x41\x4b\x01\x60\x21\xe4\x39\x8f\ \xe0\xb9\x85\x79\xcb\x30\xb7\x35\x9f\xdb\xdd\xc8\x2d\x57\x77\x84\ \x08\xa5\x94\x32\xa2\x93\x6d\x33\xe4\x4e\xa7\x03\x4a\x61\x41\x88\ \x24\x52\x4a\x9d\x69\xc9\x7c\xbe\x84\x8a\xa3\x33\x6d\x73\x7d\x83\ \x11\x32\x34\x30\x18\x86\x11\xc6\xca\x34\x74\x29\x85\xc6\xb4\x04\ \x87\x89\xa2\x28\xc1\x55\x12\x68\xc8\x0d\x22\x0e\x12\x51\xe2\x64\ \xd3\x69\x9c\x35\x4d\x53\x0a\x49\x19\x3d\x37\xc1\x15\x12\x7a\x12\ \x9c\x37\xd6\x3c\xe1\xef\x27\x03\x46\x74\xc6\x24\x17\x9a\xa6\x21\ \xc2\x9c\x54\x2a\x8c\xa2\x91\x91\x71\xa5\x94\x50\x00\x80\x5c\xd7\ \xbd\x98\x86\x6a\xab\xdb\x9a\x1c\x19\x4e\x39\x76\xcc\x79\xc8\x15\ \x45\xda\xd1\x13\x73\xba\xae\x2b\x11\x9a\x04\xa4\x54\xb1\x8c\x6c\ \xdb\x09\x02\x9f\x32\x2a\xa5\x94\x42\x24\x4a\xb1\x8d\x8d\x8d\xe5\ \x28\x8a\x03\x57\xc4\xf1\x6f\x7f\xe0\x03\xcd\x66\x33\x8a\xa2\x66\ \xb3\xb5\x38\x33\xd3\xe9\x74\x72\xb9\x5c\x79\x60\x40\xc6\x42\x49\ \x79\xf4\xf0\xd1\x03\x97\x1f\xf8\xd8\xc7\xfe\x30\x97\xcb\x56\xaa\ \x95\xb5\xb5\xb5\xd5\xd5\xb5\x64\xd2\x77\xad\x5e\xd9\x9a\xb2\x84\ \x71\x3e\x9f\xf7\x5c\x2f\x91\x6e\x49\x29\x2f\xbd\xf4\xd2\x13\x27\ \x4f\x14\x8a\x45\xd7\x75\xd7\x37\xd6\xb2\xe9\xec\x8f\x22\xb8\x23\ \xe0\x9c\x57\x36\xd7\xa5\x54\xcf\xc7\xbb\xff\x1f\x47\x6a\x7c\x01\ \xc5\x2a\x42\x3c\x28\xa6\x4a\x9d\x76\xab\x5e\x6d\x10\x20\xa6\xe5\ \x7c\xf7\xfb\x87\xce\xce\x2f\xbe\xe1\x75\x37\x95\xcb\x63\xcb\x67\ \x67\xe6\xe7\x96\xd3\xb9\xcc\xe8\xc0\xd0\x4c\xab\x5b\xcc\x39\xed\ \x56\x8d\x84\x6a\xc7\xd8\x78\xad\xd9\x2e\x97\x46\xfd\x2c\x7e\xf4\ \xf0\x99\xcc\xe0\xc4\x46\xab\xaf\xcd\xad\x5d\x7a\xe0\xd2\xa3\x73\ \x8b\xde\x66\xdd\xc0\x44\x74\x7a\x41\x24\xda\xb5\x5a\xb1\x97\x1f\ \xda\xb7\x9f\xb7\x37\x99\xa6\xd5\xd6\xeb\x98\x32\xcb\x4a\x4d\x4d\ \x4d\x9d\x98\x5f\x6b\x35\xeb\x07\xf6\x4f\x50\xec\xfd\xf2\xaf\xbc\ \x79\x63\x71\xe5\xa9\xc7\x1e\xeb\xf8\xed\x85\xf9\xe5\x85\xb9\xf9\ \xf9\xf5\x8d\xe9\x66\xbd\xd2\x71\x07\x0c\x3b\x6b\xe5\x82\xcd\x8d\ \x9e\x91\xee\x28\x5a\x2e\xee\x10\xa6\xb7\xb8\xb9\xb1\x49\x74\x56\ \x13\xbb\x40\x2a\x16\x00\x15\x63\x03\x03\x24\x6b\xc8\xb0\xdf\xdb\ \x58\xdb\x68\x54\x04\x25\x56\x3a\x9d\x2b\x0e\x15\x33\x85\x76\xbf\ \x95\x31\xad\x50\x06\x91\x08\x0d\xe0\x91\x14\x44\x51\x25\x49\x75\ \x79\x61\x6d\xe1\xec\xce\xf1\xc9\x81\x6c\x7a\x6e\xae\x1a\x04\xbd\ \x72\xc6\x89\xa2\xb0\xb2\xbc\xb0\x77\xdf\xfe\xa0\xdb\x1c\x29\x15\ \x78\xe0\x91\x5c\x7a\x5d\x45\x1a\x82\xf5\x95\x45\xaa\xdb\x41\xb7\ \x2b\x00\x06\xb2\xce\xde\xe9\xc9\x0b\x9f\xa1\x6a\x1a\xe9\x74\xfa\ \x7c\xf7\xf9\x6d\xda\x5f\x42\x9e\xc9\x58\xb9\x81\xa1\x81\x7c\x3e\ \xd7\xef\xf7\x17\x17\xe7\x13\xf6\x08\x42\x2a\x8e\xe3\x62\xb1\x48\ \x08\xd9\x96\x29\x25\xe0\x49\xc2\x92\x4c\xa6\xdc\x11\x4c\x7a\xfd\ \x5e\xa2\x0c\x08\xc3\x30\x91\x3e\x3d\x87\xff\x28\x05\x4a\x09\xce\ \xb7\x4f\x17\xa5\x54\x2a\x95\x82\xf3\xe4\xbb\x20\x15\x49\x9c\xbe\ \x64\x72\x36\xa0\x46\xb3\x49\x29\xcd\x17\xf2\x42\x48\x42\xb0\x02\ \xa1\xce\x4d\x30\x46\x08\x69\x71\x32\x77\x57\x24\x3d\xdf\x64\xc6\ \x52\xd2\xc8\xc5\x18\x6f\xef\x2d\x39\xc9\x92\x51\x50\xe7\x1a\xb3\ \x8a\x10\x0c\x80\xe2\x98\x27\xe4\x7b\x29\x95\x8c\x45\x18\x04\xba\ \xa1\x13\xaa\xfb\x7e\x10\x73\x1e\x06\x11\x60\x04\x08\x2b\x05\x51\ \x14\x5f\xcc\xc7\x44\xd7\x8d\x54\x3a\xd5\xea\xb4\xa2\x38\x0e\x05\ \x76\x23\x51\x28\x15\x31\xa6\x5e\xb7\x6d\x1a\xd4\x8d\xdd\xc0\x0f\ \x95\x52\xbd\x5e\xaf\xdb\x77\x3d\xcf\x33\x0c\x23\x95\x4a\xb5\x5a\ \xad\x4a\xa5\x5a\x2e\x16\x35\x42\xf3\xd9\xec\xd2\xd2\x52\x1c\xc7\ \x18\xe3\xa7\x9f\x7e\x7a\x66\x66\xa6\x54\x2a\x75\x3a\x9d\x5e\xaf\ \xd7\x69\x77\x18\x65\x03\xe5\xf2\xa3\x8f\x3d\x3a\xb1\x63\xc7\xf2\ \xd2\xe2\xde\xbd\x97\x44\x71\xbc\xb2\xb2\x8c\x31\x5e\x5e\x5e\xa6\ \x8c\x18\xba\x9e\x14\x6a\x9b\x9b\x9b\x4c\x63\x13\x13\x3b\xd6\x37\ \x36\x84\x90\x47\x8f\x1e\xcb\xe5\x73\xfd\xbe\xcb\x28\x4d\x17\xcb\ \x13\x13\x13\x3f\x82\xe0\x2e\x38\xbf\xfc\xc0\x55\x3f\xc1\x71\xfd\ \x7c\x79\xcb\xf9\xc3\x7a\x7e\xf2\xd6\xf8\x8e\xc9\x7f\xd5\xf3\xa5\ \x94\x93\x03\xe5\xb0\xdf\x89\x5c\x4f\x09\xae\x11\xe6\x07\x3e\x66\ \xe6\xea\x46\xfd\x53\x9f\xfd\xdb\xab\xaf\xd8\x77\xcd\xfe\xcb\x02\ \x57\xd4\x6a\xcd\xa3\xc7\x4f\x66\x1c\xfd\xd4\xec\x89\xe1\xeb\x6e\ \x88\x44\xbc\x56\xa9\x76\x7b\xe1\xd9\xef\x7c\x6f\x09\x19\xd2\xc8\ \xf8\xd8\xc8\x0c\xe6\xad\xd2\x70\x7a\x70\xa2\x34\xb1\x73\x69\xe1\ \x6c\xb3\xd3\xee\x54\xeb\x0f\x0e\x16\x26\x8b\x9a\xfb\xcc\x89\x57\ \x0e\x97\xeb\x3d\x5e\x6f\xb8\x5c\x69\x9b\x8b\x9b\xae\xd0\xb3\xa5\ \xa1\xd6\xd1\xd9\x74\x8e\xbc\xe7\x3f\xbe\x73\x20\x37\x60\xe5\x9d\ \xf5\x27\xd7\xce\x2e\xcd\x6d\x6c\x2c\xbb\xad\x5a\x73\x73\xfd\xb2\ \x7d\x97\x7c\xe7\xb1\xef\xb5\x43\x7f\x8f\x27\xaf\xcf\x8d\x34\x57\ \x16\x77\x0e\x4f\xa6\x34\xbb\x5a\xe9\x3e\xfc\xec\xb1\x96\x6e\x34\ \x10\xf2\x3b\x0b\x62\xbd\xfe\xc2\xcb\x76\x9e\x5d\x3c\x76\xef\x57\ \xee\x9c\x4a\xab\xbc\x83\x89\x82\x89\xe9\x69\xcd\x72\x1e\xbf\xff\ \xe1\xa9\xcb\x76\x8d\x4f\xed\x5c\x5e\xda\x48\xe7\xb2\xf9\x72\x9e\ \x41\x64\xdb\x76\xa8\x44\xe0\xf5\x81\x1b\x16\xa0\xa9\xf1\x91\x7c\ \xb9\xdc\xac\x56\x23\xb7\xdf\x6d\xd6\x44\xe0\x99\xa6\x59\xce\x15\ \xaf\xbe\xfc\x8a\x53\x73\x67\xe3\xc0\x0f\xfb\x5d\xc7\x34\x86\x07\ \x87\x32\x29\x27\x97\xcb\xa6\x72\x03\x96\x9d\xee\x79\xbe\xdf\x69\ \x2e\xcc\x9c\xba\x60\xf0\x37\x9f\x2f\x8c\x8f\x8f\x6f\x47\xf3\x84\ \xb6\xb8\x7d\xbb\x02\xc0\xfe\x7d\x57\xfc\xc9\xff\xfc\x78\xe2\xab\ \xf5\xe2\x17\xdf\xe0\x38\x8e\x94\x02\x63\x94\xcc\x29\xe5\x9c\xa7\ \xd3\xe9\x84\xda\xb8\x9d\xfb\x9b\xa6\x99\xb0\x62\x94\x52\x8e\x63\ \x0b\xb1\xd5\x4a\x3d\x97\x2f\x27\x82\x29\x24\x84\x14\x42\x10\x8c\ \x92\x09\x5c\xc9\x77\xe3\x38\xc6\x18\x25\x53\x7a\x92\xe0\xbe\x7d\ \xf0\x24\xdb\x73\x5d\xd7\x34\x0d\x3f\x0c\x28\xa5\x49\xdd\x40\x10\ \x8e\xe2\x08\x30\xc2\x08\x13\x44\x00\x14\x60\x04\x08\x09\x20\x31\ \x8f\x13\x55\xad\xa6\x69\x89\x4b\xbb\xeb\xba\xc9\xdc\x00\x84\x10\ \xa3\xb4\xef\xf6\xa5\x90\x42\x72\x38\xe7\x5a\x83\x71\x12\xf4\x09\ \xc6\x84\x60\x04\x0a\x85\x11\x27\x02\x25\x67\x48\xa7\xd3\x25\x1a\ \xc3\x98\x2a\xa5\x7a\x7d\xf7\x62\x30\xf7\x30\x0a\x9d\xb4\x43\x0d\ \x46\x75\x16\x74\x03\xaa\x33\x87\x19\x41\x10\x5f\xb2\x6f\xbf\xad\ \xe1\x43\x4f\x54\xa4\x94\xbd\x5e\xcf\xb2\x2c\xaf\x5a\xa3\x94\x06\ \x81\x3f\x3a\x3a\xea\xfb\x7e\xb3\xd9\x32\x34\xbd\x94\xcf\x84\x61\ \x38\x34\x34\xb4\xb2\xb2\x62\x18\x5b\x93\xe5\x27\x27\x27\x8f\x1c\ \x39\x72\xf2\xe4\x49\x43\x37\x56\x96\x56\x00\xe0\x8a\x2b\xae\x28\ \x95\x4a\xb3\xb3\x33\x80\x88\x6e\xe8\xf5\x46\x63\x72\x72\x12\x10\ \xd4\xeb\x8d\x44\x6e\x9d\x4a\xa5\xb2\xb9\xfc\xfc\xfc\xfc\xae\xdd\ \x7b\xfe\xfa\x4b\x77\x5c\x7d\xf5\xd5\x8d\x66\x6b\x70\x68\x98\x60\ \x3a\x3d\xbd\x2b\x0c\xc3\x7e\xdf\xfd\xd1\xc0\x32\x98\x90\x9f\xd4\ \x78\x47\x08\x59\x98\x3b\xbb\x73\xf7\x9e\xb9\xb3\x33\x53\xd3\xbb\ \x17\xe7\xcf\x8e\x4d\xec\xb8\x98\x19\x8c\x3f\x49\x2b\xe6\xe2\xe0\ \xd5\x57\xcd\x1e\x7d\x96\x38\xed\x7e\xe0\x69\x3a\x75\x7d\x57\x82\ \x66\x3a\x46\xec\x7b\x4f\x3f\x73\x66\x6d\xa9\xf6\xe2\xeb\xaf\x49\ \xe5\x4d\xda\x6f\xfb\x10\x02\x88\xf9\x8d\x65\xb7\xe9\x32\xe4\x44\ \x94\x2c\xae\x54\xd6\x88\xed\x71\xe2\x09\x12\x76\xfd\x74\x19\x81\ \x95\x1a\x9e\xdc\x39\x34\x3e\xae\x0b\xf9\x77\x5f\xbd\xeb\x8e\xaf\ \xdd\xf3\xaa\x17\x5f\x0d\x14\x56\xdd\x60\x70\x38\xd7\x6a\x34\xbb\ \x8d\x0e\xa5\xce\xe2\x7a\xf5\xdb\x4f\x1c\x0e\x90\xf6\xc1\xdf\xfa\ \x10\xcd\x8e\xdd\xfd\xe0\x77\x8a\xa9\xb4\xdb\x68\x7b\x02\x53\xae\ \x5a\x5d\x0f\x88\x56\x2e\x0f\x73\xa1\xfa\x8b\x2b\x3c\x88\x75\x46\ \x66\x67\x4f\x4e\x4c\xed\x9a\xbe\x6c\x5f\x26\x63\xa7\x0c\xb6\xe7\ \x92\xdd\x38\x9d\x09\xd6\xaa\x7c\x73\xe3\xcc\x53\x0f\x5d\x3a\x96\ \xfe\xc5\x9f\xbe\xae\x68\x2a\x08\xfd\x4e\xbb\xb7\xb8\xb8\x62\xa7\ \x4b\x57\xed\xbe\x64\x68\xac\x58\x2e\x64\x76\x0d\x0d\x86\x91\x08\ \x45\x58\xad\xd7\x28\xc4\x7e\x37\x20\x82\x0d\x96\x8a\x91\x6d\xcd\ \x2e\x2f\xd8\x4e\xba\xde\x5a\x9f\x9b\x5f\x2a\x15\xd2\x56\x2a\xd3\ \x6e\xb5\xda\xfd\x58\xd3\x0d\xa6\x99\xe3\xc3\x43\x58\x16\x0c\x8d\ \x21\x50\x51\x18\xd8\x99\x6c\xab\xd3\x9d\x18\x1b\x49\x65\xb2\x73\ \x8b\xcb\x1a\xb9\xf0\x2c\x81\xc7\x71\x10\x04\xe7\x47\x73\xf5\x03\ \x84\x4e\xd9\x6e\xb7\x9e\x7d\xf6\xd9\x5e\xaf\xeb\xba\x5e\xa2\xbf\ \x47\x08\x08\xc1\x09\x3b\x10\x00\xf5\x7a\x6e\x12\x88\x13\x8e\x23\ \x42\xa8\xdb\xed\x27\x82\xa0\xe4\xdf\x6d\x26\x4c\x14\x85\xfd\xfe\ \x96\x6d\x4b\x62\x05\xa3\xb6\xac\x7f\xa5\x02\x48\xbc\x8f\x93\x41\ \xe4\xc9\xa8\x6b\x8c\x31\xc3\x04\x01\x12\x52\x24\xcd\x4c\x4a\x29\ \xe7\x42\xd3\x51\xbb\xdd\xb6\x2d\xbb\xdb\xef\x19\x8e\x99\x4e\x65\ \x0c\xa6\x23\x9c\xcc\x53\x4d\xa6\x8a\x20\x00\x88\xb8\x94\x09\x05\ \x5e\x01\x17\xb1\x50\x5c\x42\xe8\x87\x31\x63\xc0\x98\x66\x5b\x96\ \x69\x59\xa9\x6c\x2e\x8e\x39\xe7\x71\x12\xdc\x13\xc8\x48\x48\x8e\ \x11\x56\x0a\x64\x1c\xc7\x32\xd0\x28\x41\x98\x22\x20\x08\x90\x93\ \xcd\x31\x42\x01\xe3\x38\x8e\xf5\x20\x84\x8b\xb0\x85\x94\x48\x62\ \x8a\x94\x54\x9a\xa6\xf9\x5e\xab\x1f\x45\xc4\xcc\x30\xa6\xd9\x8e\ \x53\xc8\x38\x9a\xa6\x89\x58\x6b\xb7\xdb\xc5\x62\xd1\xed\xbb\x84\ \x10\xd3\x34\xb3\xd9\x2c\x00\xec\xdd\xbb\x57\x72\x51\x28\x66\x3b\ \xad\x16\xa5\xd4\x71\x9c\x46\xa3\x21\x84\x48\xa5\x52\xd9\x6c\x96\ \x52\xba\xbe\xbe\xee\x58\xf6\xda\xca\xca\x55\x2f\x78\xc1\xe1\xc3\ \x87\x0e\x3d\xfd\xd4\xe8\xe8\x68\xaf\xd7\x9d\x9f\x5b\x74\x9c\xd4\ \xe2\xe2\xa2\x94\x4a\x08\xe1\xba\xae\x69\x9a\x61\x10\x60\x42\x12\ \x87\xb2\xd1\xd1\xd1\xc9\xc9\xc9\x66\xb3\x99\xc9\x66\x06\x47\x86\ \x97\x96\x57\x34\x42\x75\x4d\x7f\x1e\x73\xff\x67\x96\x3a\x47\x09\ \xc0\x18\x6f\xcf\x76\x78\x7e\x6d\x9f\x7c\xb3\xc7\x8f\x6d\x2c\x2d\ \x5a\x98\x0c\x96\xcb\x8d\x66\xcd\x4a\x65\x42\x11\xba\x81\x2b\x25\ \x03\xa1\xd6\xab\xbd\xbf\x7f\xf0\xe1\xec\x40\x3a\x95\x37\x74\x1d\ \x53\x46\x48\x26\xdd\xdc\x6c\x45\x7e\x6b\x6d\xb3\xb9\xda\xf0\x8c\ \xf1\x42\xd4\xf1\xbc\x20\x18\x28\x0f\x6c\xb6\x9a\x6e\x14\xe7\x06\ \x86\x34\x2c\x4b\xb6\x35\x7d\x64\xe7\xf1\x66\xeb\xa1\xef\x1f\x06\ \x86\xbe\xf1\xd8\x53\x0a\x41\x1c\x01\x4e\x94\x30\x08\x29\x3d\xf5\ \x2b\xef\xf9\xb5\xc2\xf4\xd5\xa7\x36\x38\xc9\xef\x91\xba\x96\x35\ \x47\x52\x6b\x1d\xd1\x6b\x21\xe2\x50\x46\x1e\x7d\xe4\x49\x21\x14\ \x47\x66\xbd\xe6\x03\xd6\x9a\xfd\x66\x5f\xf4\x68\x0a\x99\x06\x3f\ \x30\x55\xbe\x72\xcf\xe8\xfa\xda\x4a\x60\x7a\xbc\x24\xcb\x99\xcc\ \x65\x13\x39\x12\xa1\xa0\x5d\x8d\x43\xb5\xbe\xb2\x7c\xfd\xc1\x17\ \xdd\xfb\xcd\x47\x35\xab\xb7\x56\x3d\x43\x11\xd2\xcc\x74\xa9\x34\ \x68\x98\x5a\xb3\xd3\xd8\x73\xc9\x6e\xa1\x78\xad\xd5\x5e\xa8\xf5\ \x8d\x7c\x89\x83\xf6\xad\x07\x1f\x56\x84\x15\x06\x46\x3a\xad\x3a\ \x91\x91\x6d\x67\xfa\x21\x1f\x18\xdd\xf1\xe0\xf7\x9e\x5a\x59\x59\ \xce\xa7\xcd\x1e\x42\x81\xe7\x87\x61\x98\xf7\xa3\x7a\xb3\xd9\x68\ \x9f\xa6\xba\x99\xcf\x15\x27\x27\x27\x2e\xb8\x0a\xf4\x3c\xaf\xdd\ \x6e\x9f\x8f\xc6\x20\x84\x92\x4a\x3f\xb1\x1f\x78\xfa\xe9\xa7\x6f\ \xbd\xf5\xd6\x24\xda\x0a\x11\x63\x8c\x7d\xdf\x97\x92\xeb\xba\x5e\ \xa9\x54\x10\xc2\x61\x18\x26\x01\x3a\x09\xcd\x89\xaf\xc0\xb6\xa2\ \x35\x41\xdb\x09\x21\xa9\x54\x2a\x71\xac\xdd\x3e\x39\x10\x42\x84\ \xb0\x24\xad\x4e\x46\xbe\x05\x41\xb0\x2d\x14\xda\x9e\x36\x8e\x31\ \xb6\x6d\x3b\x81\x7d\x12\x1a\x38\x42\xa8\x50\x2e\x31\xc6\x30\xc6\ \xae\x1f\x98\x96\xc9\xf9\x96\x02\x96\x10\x12\x04\x01\xa3\x14\x61\ \xdc\xef\xf7\x29\x42\x9c\x6f\x9d\x5e\xc9\x58\xd7\xc4\xf3\xc0\x30\ \x0c\x29\xa5\x6d\x59\x84\xb0\x04\x96\x49\x4a\x96\x64\xc6\x1e\x21\ \xa4\xd1\x68\x20\x84\x04\xe7\x86\x69\x47\x51\xcc\x34\x8a\x09\x13\ \x4a\x60\xc0\x61\x2c\x74\x9d\x52\xa6\x53\x66\x5c\x4c\xed\x4d\x31\ \xf1\x5c\xb7\x94\xcb\x84\x41\x00\x48\x5a\xb6\xd3\x8f\xc2\x20\x88\ \x4e\x9f\xee\x33\x15\xc7\x71\xe4\x79\x5e\xaf\xd7\x4b\xa7\xd3\x7e\ \xe0\x03\x80\x6d\xdb\xae\xeb\x0e\x0f\x0f\x03\xa0\x6a\xa5\xb2\xb8\ \xb0\x98\xcb\x66\x12\xea\x4e\x42\x1b\xe5\x9c\x6f\xd1\x78\xa4\xbc\ \x4f\x28\x2e\xa9\x00\x00\x02\xa6\x49\x44\x41\x54\xe4\xd2\x4b\x9c\ \x8c\xbd\x56\x59\xb3\xad\x94\x6e\x5b\xad\x6e\xe7\xf1\xa7\x9e\x14\ \xa0\x5a\x9d\x6e\x1c\xc7\x6e\x10\xa4\x73\xb9\xc5\xc5\x45\xd3\x71\ \xf6\xee\xdd\x9b\xcf\xe7\x39\xe7\x5f\xbb\xe7\x1e\x2f\x0c\x17\x96\ \x97\x07\x86\x87\x9b\xed\xce\xca\xda\x7a\xb1\x58\xac\x56\x6b\x1a\ \xfb\x51\xd8\x0f\x28\xa5\x2c\xcb\xfa\x49\x8d\x5f\x08\xa1\x52\x79\ \x40\xd3\xb4\x52\xa9\xac\x69\x7a\xb1\x54\x32\x0c\xe3\x27\x15\x99\ \xd9\x1e\x62\xf9\x2f\xbd\x38\x18\xd7\xd6\x56\xdd\x6e\x1b\x33\x8d\ \x6a\xa6\xa6\x69\x3c\x8e\x24\x60\x84\x99\x42\x22\x16\x2a\x92\x91\ \xd7\x8d\x3a\x2a\x76\x42\x2d\x93\xd1\x1d\x9d\x2c\x54\x5a\xf9\xe1\ \xf1\xd5\x95\x0a\xcb\x66\x34\x2e\x85\x0c\x72\x69\xeb\xe7\xdf\xf8\ \xfa\x27\x9f\x78\x7a\xb3\x52\x59\x5a\x5a\xa2\x06\x75\x34\x9c\xd1\ \xa8\x69\xb2\xd2\xd0\x60\xaf\xe7\x72\x2c\x59\xe4\x2a\xa2\xe2\xae\ \xa7\x38\x70\x29\x35\xea\xb4\x82\x60\x76\x7e\xf5\x45\xfa\x80\x62\ \x7a\x4e\x1f\xb6\x24\x97\x6e\xc7\x19\xd8\x55\x71\x4f\x37\x03\xa6\ \x09\x8e\x85\x6e\x9b\x29\x10\x56\xd7\xc7\x5f\xb9\xe7\xbe\x1d\xbb\ \xa6\xd3\x45\xa7\xef\x37\x31\xf2\x0b\x38\x38\x79\xff\x57\x51\xbf\ \x3f\xbe\x63\xd8\x2e\xe9\x6e\x6b\xa5\x5f\x6d\x4e\x8d\x96\x2a\x3d\ \x01\x0c\x4f\x4c\x4f\x82\xc6\x8a\xe3\x63\xb6\xed\x4c\x8e\x58\x71\ \x14\x6c\xae\x37\xba\x8d\xba\xb0\x8d\x7e\xbb\x2b\x03\xcf\x31\xcc\ \xc0\xd0\x6b\xb5\xce\xea\xd9\xf6\x42\xab\xdf\x73\x03\x3b\x53\x08\ \xe3\xb0\xdb\xe9\xa4\x2d\x0d\x85\x91\x61\x65\x74\xcb\x3c\x7d\x66\ \x36\x9b\xcb\x35\x1a\x9b\x4a\x41\x14\x85\xf9\x7c\xa1\x52\x6f\x8c\ \x4d\xee\x18\x18\x51\x5c\xc1\xbe\x4b\x2f\xdd\xff\x82\x6b\xe5\x85\ \xde\x48\x94\x31\x5d\xd7\xb7\x3b\x8a\x18\xe3\xc4\x27\x4b\xd3\x34\ \x5d\xd7\x11\x02\x0d\x9b\x0a\x9d\x83\xc8\x21\x71\x50\x90\xba\xae\ \x01\x40\x2e\x97\x8b\x63\x3e\x38\x38\xb4\x65\xfc\x82\x71\x02\xac\ \x27\x01\x34\xc9\x82\xb7\x49\x38\x49\x98\x66\x4c\x6e\xdf\xf3\xc9\ \x9f\x3b\x37\xad\x29\xa6\x94\xe9\x06\x50\x2e\x50\x32\x9a\xe3\xdc\ \x51\xc3\xa5\x08\xe2\x08\xc7\x1c\x01\x84\x71\xb4\x65\xfc\x2b\xa5\ \x54\x80\x08\x56\x28\x99\x57\x98\x04\x10\x48\x76\x1e\xc7\x1c\x49\ \xb9\x25\x85\xa5\x2c\x93\x31\x0c\xc3\xa8\x37\xea\x18\x93\x74\xc6\ \x8a\xa2\x98\x52\x1a\x85\xa1\x02\xa0\x8c\x29\xa5\x12\xcf\x61\xe0\ \x82\x69\x28\xd9\x33\x65\x4c\xd3\x34\x11\x33\x90\x12\x63\xaa\xe9\ \x06\x21\x0c\x10\x41\x04\x23\xb9\x05\xeb\x5c\x64\x7e\x66\x68\x7a\ \xec\x07\x0b\x67\x67\xe3\x30\xa6\x56\x4a\xd7\xb0\xa2\x44\xd3\x30\ \x03\x30\x29\x8b\x7d\xc3\xeb\xd3\x76\xbb\xbd\xb8\xb8\x18\x47\xb1\ \x52\xca\xb1\xed\x4e\xa7\xeb\x79\x1e\x25\xb4\xd3\xee\x94\x0b\xd9\ \xa4\xe3\x9d\xe8\x06\x94\x52\x89\xfb\x8d\x94\xd2\xf7\xfd\x23\x47\ \x8e\x54\xaa\x9b\x99\x4c\x66\x68\x68\x38\x95\x4a\x55\xab\xd5\xcd\ \xcd\x4d\xdb\x76\x12\x2f\x65\x8c\x68\xa7\xdd\x9b\x9a\x9a\x4e\xa0\ \xf9\x6a\xb5\x76\xfc\xf8\xf1\x4a\xa5\x12\x06\x61\xb3\xd9\x4a\xa7\ \xd3\x00\x68\x6d\x6d\x5d\x48\x89\x11\x26\x06\xfd\x7f\x01\x0e\x08\ \x45\x31\xc0\x7d\x6d\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x01\xc3\x36\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xe3\x00\x00\x01\x2c\x08\x02\x00\x00\x00\x7f\xab\x4c\x0e\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\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\x01\xc2\xbc\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x60\x15\ \x45\xd7\x3f\x7e\xa6\x6c\xb9\x25\x3d\x21\x8d\x12\x7a\xef\xbd\x77\ \x44\x04\x01\x01\x51\x01\xe9\x45\x04\xb1\x0b\x36\x54\x44\x51\x50\ \x10\x14\xb1\x60\xc3\x2e\xa2\x28\x08\x88\xf4\xde\x3b\x09\x84\x90\ \x00\xe9\x3d\xb9\xf7\x6e\x9f\x99\xdf\x1f\x09\x45\x8a\x0f\x8f\xef\ \xf3\x16\xbf\xbf\x7c\xfe\x82\xcd\xde\xdd\x9d\xb3\x67\x3e\x7b\xe6\ \xcc\x29\x48\x08\x91\x9a\x9a\xf2\xe3\x0f\xdf\x24\x25\x9d\x32\x4d\ \x03\x21\x04\x15\xa8\x40\x05\x2a\x50\x81\xff\x55\x08\x21\x14\x45\ \xad\x57\xaf\xe1\x90\x61\xf7\x57\xaf\x5e\x13\xa5\xa4\x9c\x7b\x73\ \xde\x4b\x85\x85\x05\x8a\xa2\x56\x48\xa7\x02\x15\xa8\x40\x05\xfe\ \xef\xc0\x30\xf4\xf0\x88\xc8\x59\xcf\xbe\x4c\x57\x7e\xff\x75\x6e\ \x6e\xae\xa2\xa8\xb6\xcd\x00\xc4\x35\xe7\x5c\x35\xaf\x85\x80\x3f\ \xff\xe9\xdf\x3a\xe7\xf6\x4f\xab\x40\x05\x2a\x50\x81\x0a\x5c\x65\ \x4e\x4a\xe5\xfc\xdc\xdc\x1f\xbe\xfb\x8a\xc4\xc6\x84\x97\x59\xda\ \xd7\x12\x28\xc2\xc8\xb0\x1d\xcd\xb2\x0d\xdb\x71\x18\xa7\x04\x21\ \x84\x84\x10\xd7\xb1\xaf\x10\xc2\x34\x2d\xcb\xb2\x1c\xc7\x01\x00\ \x42\xf0\x75\xe7\x00\x00\xc6\xc8\x71\x1c\xcb\xb2\x6c\xdb\x66\x8c\ \x93\x9b\x5d\x0a\x6e\x4d\xf0\xb7\x79\x66\x05\x2a\x50\x81\x0a\xfc\ \x3f\x07\x21\x84\xc0\x84\x14\x16\xe6\x93\x5a\x35\xab\x5d\xeb\x9b\ \x46\x00\x0e\x17\xc5\x3e\xbd\x92\x84\xeb\x06\xb9\xaa\xba\x65\x37\ \x82\x1c\x5f\xc0\xe2\x42\xa6\xf8\x0a\x6d\x22\x04\x86\x61\xe8\x86\ \xe5\xf5\x04\x7b\xbc\x41\xb2\xec\xb2\x2c\xdb\xef\xf7\x4b\x94\x02\ \xfa\xd3\x7d\x7c\xbe\x00\x26\x72\x90\x37\xc4\xe5\xf6\x60\x4c\x7d\ \x7e\x3f\x73\x1c\x49\x22\xb7\xc1\xc0\x22\xa0\x99\x20\x04\x26\x04\ \x2a\xf8\xba\x02\x15\xa8\xc0\xff\x5f\x61\x9a\x26\x05\x00\xce\xf9\ \x95\x43\x8c\x0b\x3d\x60\xdc\x57\x23\xf2\xce\xaa\x11\x51\x2e\x49\ \x42\x50\x62\xf3\xc4\xa2\xc0\xf2\xc4\xcc\x4b\x01\x23\xc8\xa5\x08\ \x21\x10\x42\x81\x80\x2e\x2b\xee\x96\x4d\x1b\x87\x87\x87\x4a\x92\ \xc4\x39\x37\x0c\x23\x35\x35\xed\x7c\xca\x39\x8f\xc7\x85\x31\x2a\ \xa3\x69\xbf\x5f\xaf\x96\x50\xa3\x66\xcd\xea\x2e\x97\x0b\x63\x6c\ \xdb\x4e\x71\x71\xf1\xa9\x93\x27\x7d\x3e\xbf\xc7\xe3\xfa\x4b\x7b\ \x59\x68\x8e\x37\x36\xa1\x86\x3b\x90\x91\x5b\xe0\x63\x92\xf4\x9f\ \x5c\x51\x20\xc4\x39\x33\x74\xc3\xb2\x1d\x40\x58\x51\x14\x55\x95\ \xcb\x3e\x2c\xb7\x3a\x9f\x39\x96\x2f\x60\x94\x9d\xe2\x72\xbb\x54\ \x45\x66\xb6\xa5\x6b\x86\x23\x84\x24\x2b\x6e\x97\x02\x42\x20\x00\ \x5d\x0b\x98\x0e\x97\x55\x97\x4b\x91\x2a\xbe\x2e\x15\xa8\x40\x05\ \xfe\x53\x20\xf5\xea\xd6\x82\x2b\x66\x30\x42\xa5\x3e\x6d\x7c\x8d\ \xb0\xfb\xab\x7a\x5d\xb6\x66\x6a\x7e\x5d\xf3\x2b\x8e\x51\x55\x81\ \xa6\x11\x9e\xfd\x59\xbe\x52\x01\x12\x21\x96\x65\x61\x22\xb7\x69\ \xd3\xda\xed\x56\x4d\xd3\x34\x0c\xc3\xb2\x4c\x00\x51\xa9\x52\x14\ \x42\x24\x3b\x2b\x5b\x51\x64\x00\xe4\xf3\x07\x6a\xd4\xa8\x55\xb7\ \x6e\x6d\x00\x61\x9a\x86\x65\x99\x8c\x39\x6e\xb7\x2b\x3a\xba\x52\ \x76\x76\xae\x6d\x99\x94\xd2\x9b\xb1\x99\x00\x21\x6c\xcb\x29\x80\ \x7a\xb3\x9e\x1f\x1b\x54\x74\xee\x74\xd2\x45\x26\x49\x9c\x0b\x2e\ \x40\x00\x42\x20\x04\x17\x8c\x73\xce\x85\x00\x10\xe5\xff\x40\xe5\ \xa3\x10\x9c\x33\xce\xb9\x80\xb2\x23\x42\x94\xfd\x97\x73\x01\x08\ \x03\x00\x42\xc2\xd0\x6c\x1f\x73\x27\xd4\xae\x57\xb7\x56\x8d\xca\ \xd1\x51\x32\xd7\x0a\x73\x0b\x81\x52\x84\x10\x67\x5c\x08\x8c\x90\ \xe0\x8c\x0b\xc0\x48\x70\xce\xb8\xcd\xb9\xa1\x56\x6f\xde\xb0\x76\ \xb5\xaa\x55\xab\x25\x54\x0f\x37\xf2\xf3\x8a\x03\x01\x5a\xa9\x6e\ \x83\x86\x75\xaa\x57\xf5\x38\xa5\x25\x25\xa5\x80\xe5\x12\x0d\x45\ \xd5\x68\xd8\xb8\x6e\x82\x4b\xcf\x2f\x2e\xd1\x10\x95\x38\x63\x57\ \x1f\xac\x02\x15\xa8\x40\x05\xfe\xa6\x13\x04\x28\xe7\xbc\xcc\xfb\ \x81\x10\x68\x16\x6b\xe4\xc5\x77\x84\x83\xaf\x28\x3f\xc5\x6f\x47\ \x2a\xa4\x92\x42\x8e\x97\x98\xf1\x2e\x1a\xe3\x96\x87\xc6\xab\x4b\ \x2f\x04\x1c\x8c\x4c\xcb\xa9\x57\xaf\x16\x42\x10\x08\x04\xae\x33\ \xd1\xe3\xe2\x62\x72\xb2\xb3\x4d\x53\x43\x08\x79\x3c\xde\xca\x95\ \xe3\x8a\x8a\x8a\x12\x13\x93\x28\xa5\x00\xe0\x38\x4e\x70\x70\x50\ \xdd\xba\x75\x6a\xd4\xa8\x7e\xfa\xd4\x29\x4a\x9d\x1b\x59\x4c\x08\ \x08\x18\x42\xa2\x28\xc4\x8b\x29\x06\xc1\x85\xe5\x10\x93\x49\x0a\ \x16\xc2\xb1\xb1\xa3\x59\x4a\x90\xed\x70\x99\x10\x00\xce\x0d\x9b\ \x13\x59\xc2\x82\xeb\x3a\x95\x65\x0e\x50\x62\x22\x97\x42\x09\xb7\ \x99\xee\x27\xaa\xd7\x12\x18\x09\x20\x18\x03\xb7\x1c\xc3\x90\xdc\ \x6e\x3d\xc0\xe4\xca\x2d\xa7\x0e\xeb\x1e\xab\x38\xa6\x23\x24\x97\ \xdb\xeb\x92\x33\x8f\xfd\xf1\xfd\xca\xdf\xf3\x49\x18\xc6\x44\x72\ \x02\x16\x78\x39\x72\x14\x6e\x9b\xa0\x60\x2c\x40\x2f\x76\xd5\x6d\ \xf7\xf8\x23\x5d\x0a\x73\xb2\x1c\x42\x8e\x7c\x79\x7e\x57\x2a\x1a\ \x32\x6a\x64\xbf\x96\x71\x18\x4b\x94\x15\xac\x5a\xf4\xf6\xda\x93\ \x05\xb5\xfa\x8e\x79\xfc\xde\x0e\x0a\x66\xb6\x96\xf1\xdd\xdb\x0b\ \x77\x66\x38\x58\xa6\x2a\x33\x81\x4a\xfc\xb2\x6d\x8e\x10\x08\x01\ \x42\x08\x8c\x10\xaf\x30\xba\x2b\x50\x81\x0a\xdc\x16\x53\x0b\x7a\ \x8d\x0b\x02\xe9\xa6\xd3\x3a\x0c\x70\xa0\xc8\x66\x3c\x45\x97\x36\ \x65\x07\x6a\x29\xfc\x98\xad\x8c\x89\x71\x02\x76\xa0\xb1\x2c\x87\ \x20\x5e\xea\x30\x42\x68\x70\x70\x90\xa6\x69\x00\xe2\x5a\x1f\x37\ \xe7\x02\x40\x84\x85\x87\x5f\xb8\x50\x82\x10\xc4\x47\xc5\x30\xc6\ \x34\x4d\x43\x08\x1a\x35\x6a\xc8\x18\x0b\x04\x02\xe7\xcf\xa7\xea\ \xba\xe1\xf5\xba\x25\x59\x76\x1c\x46\x08\xf9\xf3\x13\x71\x9f\xe5\ \x6e\x75\xe7\xbd\xe3\x07\xb7\x09\xe2\x36\x56\xd9\x49\xd3\xcc\xa5\ \xd1\x53\x9f\x9a\xd5\xb3\xaa\x62\xea\x85\x7f\x7c\xff\xf1\x8a\x8d\ \xf9\x23\x66\x3d\xd1\xb7\x71\x15\x45\x98\x67\x4e\x9e\x95\xe3\x6b\ \xd7\xae\x24\x1d\xfb\xe3\xc7\xcf\xbf\x59\x73\x9e\x57\xee\x3d\xf8\ \xde\x91\xfd\x5a\x07\xf1\xa2\x5d\x6b\xbe\xf9\xf4\x87\xdd\x21\xcd\ \xfb\x3d\x36\x79\x60\x95\x10\xb7\xd0\xf2\xfe\xf8\xf6\xd3\x9f\xb7\ \x1c\xd1\x42\xda\x4c\x9b\x30\xd0\x3e\xb9\xf5\x98\x5a\xbb\x63\xb3\ \x2a\x92\x84\x33\x0e\x1c\x41\xb5\x7b\x0e\xeb\x91\x3d\x7f\x6b\xe0\ \xd9\x97\x9f\xc7\x7b\xe6\x3d\xf7\x3d\x5e\xb2\x6c\xfc\xb6\x77\xde\ \xdc\x65\x36\x7c\x6d\xf6\xf0\x75\xcf\x4d\xdb\x1b\xaa\x9a\xe9\xa7\ \x17\xbf\x3a\x77\x5b\x8a\xbf\x5a\x6c\x58\x50\x50\xf0\xa1\xed\xab\ \x0f\x7d\x95\x94\x8a\x1b\xbc\xf3\xd1\x0b\x8d\x2b\x87\x7c\x73\xda\ \x33\x74\x40\xbb\xec\x9d\x2b\x5e\xfe\xe6\xdc\xb4\xd7\x5f\xef\xdb\ \xa7\xd1\xa6\x95\xce\x9b\xf3\x1e\xca\xf8\x79\xc9\x17\x1b\x0e\x71\ \x4f\x28\x46\x42\x0b\x18\xbe\x80\xa6\xaa\x92\x22\xcb\x9a\xee\x84\ \x06\xa9\x80\x71\x85\x16\x56\xa0\x02\x15\xf8\xd7\x4c\x7d\x8d\x4d\ \x8d\x18\xe7\xa1\xcc\x62\x9a\x69\x31\xd1\x2f\xc8\xb3\x38\x20\x7d\ \x96\x6b\xcc\xa9\x83\xc3\xec\x52\xdd\x66\x5e\x59\xa6\x9c\x32\xce\ \x29\x60\xce\x39\x63\x2c\x3f\x3f\xbf\xa8\xa8\x08\x5f\xa6\x9b\xaa\ \x55\xab\x02\x28\x84\x60\xc6\x18\x46\x08\x63\x64\x59\x96\xe3\x30\ \xce\x85\xdf\xef\xe7\x9c\xeb\xba\x5e\x66\x7a\x13\x42\x00\xd0\x95\ \x5b\x5f\x81\x63\x5b\x41\xf1\x1d\xc6\xdd\xd7\xf6\xc4\x17\xef\xfc\ \x98\x12\xf1\xcc\x33\x43\x64\x59\x72\x69\x39\xeb\xbe\xfc\x24\xb1\ \x52\x78\x9b\xbe\xfd\xba\xf6\xba\x63\xf3\xb6\xaf\xa3\x13\x62\xd3\ \x37\x7e\xff\x7d\x9a\x34\xf5\xa1\x61\xe7\x56\x2e\x7a\x59\x6f\xff\ \xe2\x88\x5e\x71\x7f\xec\xb4\xa3\xba\x8e\xed\x5f\x7f\xfd\x7b\x73\ \x8e\xca\x6d\x66\x4d\x19\x93\x7a\x34\xf9\x74\x50\x70\x94\xaa\x7f\ \x31\x67\xae\xd9\xe5\xa1\x69\x43\xee\xf8\x63\xfb\xf1\x4a\x6d\x5b\ \x46\x94\x1c\x5a\x95\xe5\x1e\x3d\x38\xec\xb3\x79\x73\x23\x47\xbd\ \xd8\xd5\x9f\xb6\xf4\x9b\x9c\x59\xe3\xdb\x86\xac\xfd\xfa\x6c\x6a\ \x66\xfb\xaa\x0d\x6b\xd7\xb7\xc2\x43\xab\xd5\xab\x5a\x25\xc3\xae\ \x17\x1c\x38\xb3\xff\xbc\x1e\xdc\xd4\x2a\x51\xa2\xc7\xcd\x9c\x3b\ \x24\xfd\xc4\xca\xef\x7e\xc9\xd4\xf5\x9c\xe4\xc4\x52\x33\xa8\xd7\ \xc8\xbe\x51\xc5\x27\xbf\x3b\x9a\x46\x63\x3b\x45\xc9\xce\xb1\x8c\ \x0b\xf9\x85\xe6\xa5\x94\xdc\xfa\x55\x6a\x07\xf9\xb7\xec\xdb\xbd\ \xc7\x9f\x9e\xc7\x90\x24\x38\xf3\x1b\xa8\x52\xc3\x5e\x8f\x0d\x6c\ \x99\x77\xf8\x8f\xf5\xa7\x02\x7d\xdb\xd4\x3a\xb9\x7e\x4d\x86\x23\ \x91\x0a\xd7\x48\x05\x2a\x50\x81\xdb\xb0\xa9\xaf\xfe\x1f\x21\x54\ \x62\x39\x42\xb6\x31\x17\x1b\x2f\x16\x31\x1a\x39\xb0\x5a\xe8\x2f\ \x17\x72\x46\x84\x59\x5e\x09\xf9\x0c\x70\x04\x41\x80\x38\xe3\x9a\ \xa6\x03\x88\xd0\xd0\xd0\x88\x88\x88\x2b\x3f\xb7\x6d\xdb\x34\x2d\ \x4d\xd3\x31\x42\x80\xb0\xae\x1b\x96\x65\x39\x8e\xcd\x18\x73\x1c\ \x87\x73\xee\x38\x4e\xd9\xbf\x4d\xd3\x62\xcc\x41\x80\xae\x73\x00\ \x30\x8e\xbc\x51\x35\x23\x51\xce\x8e\x1d\x87\x8e\x17\x37\xf2\x9b\ \x0e\x63\xcc\x53\xb9\xe5\xc4\xc9\x43\x78\xe6\x45\x50\x08\xd6\xa9\ \x4b\x06\x26\x50\x20\xfb\xe2\x81\xa3\x66\x66\x89\xa3\x15\xa5\xec\ \x3d\x12\x1e\x78\xa0\xae\xe4\x0a\xab\x12\x5f\x03\xfb\xcf\x6e\xd9\ \x7c\x30\xd5\xa3\x27\x8e\xea\xdb\xb0\x5a\x74\xa2\xcd\x98\x69\x66\ \x9f\x3d\x95\xe2\xbd\xc8\xdb\x57\xa2\x9e\xc8\x84\xc8\xe8\xa2\xe4\ \xdf\x3c\x31\xdd\xac\xa2\xa4\x1d\x07\x52\xba\xdf\xcb\x10\x08\x7f\ \x61\xa6\xdf\xd5\x38\x04\x4a\xf6\x9e\x4c\xeb\xd1\xa3\xd1\x3d\xbd\ \x8b\x02\xf9\xe9\xd1\xad\x9a\xb5\xa5\x0d\x72\xf6\x7f\x17\x90\x50\ \xe1\xa6\x6f\x9e\xdb\xed\x8e\xaf\xdd\x72\xec\xe4\x91\x0f\x96\xa4\ \xbd\xba\x62\x97\x2e\x55\xed\x37\x6e\xcc\xc8\xd6\xea\x57\x6f\x2d\ \x3a\x92\x19\xc0\x09\x32\x02\x84\x00\x39\xdc\x41\x18\x03\x42\x92\ \x2f\xf5\x93\xc5\xef\x84\x04\xb9\x83\x82\xbc\xdc\xb1\x7c\xb4\xda\ \x03\x7d\x3a\xc9\xc5\x69\xc1\xcd\x06\x2e\x18\x55\x25\x6b\xef\xca\ \x5d\x01\x0b\x64\xa9\xc2\x03\x52\x81\x0a\x54\xe0\x5f\x31\xf5\xb5\ \x7e\x6a\x00\x89\xa0\x83\x3e\xd4\x43\x61\x8c\xb3\x90\x90\xc8\xc1\ \x2a\x8f\xe5\xb9\x07\xe3\xc2\x1d\x3d\x57\x62\xd6\x49\x9d\x14\x72\ \x42\x41\xd8\xcc\x2e\x2c\x2a\x0a\x0d\x09\xb6\x4c\xf3\x4f\xd7\x43\ \x88\x10\x52\x54\x54\x88\x09\x41\x00\xc5\xc5\xc5\xe1\x11\x61\x9c\ \x73\x87\x39\x29\xe7\xcf\x03\x00\x63\x4c\x51\x14\xc7\x71\x4a\x4a\ \x4a\x2d\xcb\x52\x64\x7a\x6d\xd8\x09\x00\x00\x67\xfe\xfc\xb4\x22\ \xe8\xd4\xb5\x53\xd3\xb3\x87\xdd\xaa\x4c\x1d\xc0\x55\x9b\x76\x6e\ \x19\x15\x78\x76\xde\xd7\xde\x3b\xc7\x4d\x6c\x20\x97\x85\x95\x10\ \x49\x92\x65\x06\x42\x50\x49\x91\x29\x12\x20\xb0\x63\xe6\xe4\x5e\ \x44\x41\xed\x5a\xb5\xac\x83\x95\x96\xb5\x83\xcc\x75\x59\x05\x3c\ \x1c\x01\x42\x92\xaa\x4a\x08\x09\x2e\x00\x04\x07\x41\xb1\x93\x5b\ \x58\xea\x0e\xa9\x5c\xb7\x6a\x84\x9b\x62\xa2\xba\xaa\xd4\x8e\xf3\ \x14\x64\x99\xc8\xc9\x38\x7c\xb2\x68\x50\xcb\xf6\x51\xae\x6f\x57\ \xac\xac\xde\x7f\x74\xdf\xaa\xda\xe7\x3f\x9d\xd3\x78\x48\x54\x68\ \x88\xe5\x2b\x4c\x4d\x39\x5f\x60\x8a\x58\xb7\xec\x0b\xf0\x66\x23\ \x86\x4d\xec\x11\xfd\xc3\xd2\x25\x5b\x53\x0d\x6f\x78\xb0\x3f\xfb\ \xfc\xf9\x52\x68\x58\xbf\x79\xf3\x46\xe7\x1a\x34\xac\x94\xbf\xeb\ \x78\xae\xab\xf2\xbd\xf7\x77\x09\x9c\xdc\x7a\x24\x25\x5f\xc8\x72\ \x30\xe4\xfe\xfc\xc9\x22\x96\x9f\xed\x53\xa3\xe3\x23\x14\x56\x94\ \x13\x20\x12\x08\xce\x2b\xa8\xba\x02\x15\xa8\xc0\xbf\xf6\x7e\x08\ \x71\x65\xfd\x2d\x63\x74\xc4\x90\x76\xfa\x50\x77\x97\xd3\xc8\xc9\ \x67\xa5\x4c\x63\xbc\xb9\xac\x61\xee\x14\x3a\x78\x55\xb1\x64\x53\ \x2a\x01\x60\x0c\xd9\x59\x59\xb2\x2c\x11\x8c\x85\x28\x77\x74\x23\ \x04\x98\x90\x82\xdc\x7c\x9f\xcf\xef\x72\x29\x08\x81\xa6\xf9\x73\ \x72\x72\x22\x23\x23\x6a\xd5\xac\x59\x46\x48\x08\x21\x21\x78\x20\ \xa0\x65\x66\x66\x01\x80\x28\xcf\xb8\xb9\x0a\x4c\x71\x41\xda\xfe\ \x8f\xbf\xaf\x3d\xfe\xde\xc7\x3e\x1f\x4d\xb8\x53\xbc\xab\xd4\x97\ \x7a\x61\xe7\x91\xc2\x07\x9f\x7c\xe5\x25\xe6\xf2\x68\x49\xbb\x34\ \x86\x64\x45\x96\x30\x16\x02\xcb\x8a\x2c\x11\x00\x20\xb2\xa2\x78\ \x55\x38\xbb\xf7\xf7\xef\x9b\x56\xbf\xef\xc5\xb7\xc7\x72\xff\xb1\ \xdf\xbf\x5f\x77\x2c\x23\xb6\xaf\x4b\x51\x24\x24\x00\x08\x55\x55\ \x45\x62\xbe\x94\xec\xac\x7e\x5d\x5a\xe7\xbc\xf9\xdb\xee\x46\x53\ \x9f\x7e\xe3\xe5\x52\x66\x85\x24\xf4\x9b\xd0\xb4\xe8\xf7\xcf\x97\ \xf9\x85\xec\xe4\x9f\xde\x7d\xde\x6c\x50\xeb\xd2\xa6\x2d\x87\x7a\ \xb7\x1a\x6c\x29\x99\x67\xcf\xa6\xe4\xe3\xc6\x0f\x3e\x30\x65\x40\ \xbb\x78\xb0\xad\xf4\xe4\x5d\x5f\xaf\x39\xa8\xa9\x75\xba\xb5\xae\ \xed\x76\x05\x0d\x98\xf0\xd4\x10\xb7\x3b\xf3\xc0\x8a\xa7\xe6\xac\ \xfe\xf6\xdb\x75\x4f\x4c\x1c\xb4\xa4\x8b\x9c\x79\x6a\xfb\x7b\x3f\ \x1f\x12\x31\xbd\xfb\x0f\x1a\x78\xd1\x39\x7f\x2c\xf1\x92\x29\xc9\ \x44\xe8\x5a\xb1\x1f\xab\x2e\x95\x17\x66\x67\x72\x2c\x49\x94\x60\ \x54\xb1\xa9\x58\x81\x0a\x54\xe0\x36\x98\x1a\xf5\xee\xd5\xe5\x5a\ \x67\xb1\x23\x80\x9a\xc6\x08\x4f\x49\x7b\x45\x0f\xc2\x9c\x80\xd0\ \x04\xce\x60\x74\x85\x2f\xf8\x04\x04\x79\x65\x2c\x04\x20\x04\x96\ \x69\x4b\x92\x12\x19\x15\x29\xcb\x32\xc6\x48\x08\x60\x8c\xf9\x7c\ \xfe\xc2\xc2\x02\x59\xa6\x65\x17\x14\x42\x58\xa6\x13\x16\x1e\x16\ \x14\x14\x44\x08\x06\x40\x42\x70\xdb\x76\x0a\x0a\x0a\x4c\xd3\x50\ \x14\xe9\xe6\x34\xc5\x85\xc6\x68\x58\x58\x98\x47\x46\xcc\x36\x2d\ \x7f\x71\x89\x89\x69\x50\x58\xa4\x57\x06\xc1\x98\x56\xec\xd3\x90\ \x1c\x16\x16\xa4\xe7\x65\x5b\x72\x50\x48\x88\xa4\x67\xe7\x59\xe1\ \x51\x61\x94\x97\x16\xf8\x0c\x5b\xc3\x9e\x4a\x11\xc1\x92\x30\x7d\ \x05\x79\x26\xa8\xd4\x1d\x1a\xe6\x16\x76\x51\x5e\x81\x14\x17\x13\ \x64\x07\x0a\xf3\xf3\xa4\xfa\x4f\x3e\x3b\x3e\xea\xd2\x96\xe5\xbf\ \x1c\x41\xaa\x8b\x5b\x26\xa2\x12\x2b\xc9\xce\x2f\x29\xe5\x92\x9b\ \x09\x24\xe4\xc8\x18\xa5\x28\xbf\xc8\xc4\x41\x11\xa1\xc4\xd0\x4a\ \x4b\xfc\x38\x48\x75\xb9\x83\x5c\x04\x01\x37\x8a\x73\x03\x96\x63\ \x4b\x91\xa1\x41\x6e\x95\x72\x40\x08\x10\x02\xb3\xa4\xb4\x54\xd7\ \x1c\xac\x86\x84\x87\xa9\xd8\x2c\xce\xf6\xd9\xc2\x26\xa1\xa1\xc1\ \x0a\xd1\x0b\x34\x1b\x78\x45\xdd\xab\x0a\x54\xa0\x02\xff\x15\xa6\ \xee\xd5\xb3\xcb\xf5\xdb\x7a\x02\x2c\xdb\xa9\x0d\x5a\x4d\x62\x28\ \x88\x67\x33\xf9\x24\x77\x05\xa8\xe2\x26\x7f\x0a\x54\x70\x1c\x87\ \x73\x21\xcb\x8a\x24\xd1\xb2\xb4\x72\xc7\xb1\x65\x59\xba\xf6\x6a\ \x42\x08\xcb\xb2\x09\xa1\x8a\xa2\x60\x8c\x1c\x87\x19\x86\x81\x31\ \x48\x7f\x95\xc9\x22\x84\x10\x8e\xed\x70\x21\x00\x21\x4a\x25\x82\ \x81\xd9\x8e\xc3\x39\x00\x60\x42\x28\x25\x8e\x65\x01\x96\x24\x82\ \x2c\xdb\x42\x44\x96\x30\x37\x2d\x46\x24\x89\x12\x10\x8c\xdb\xb6\ \x23\xca\x7e\x48\x10\x77\x1c\xdb\xe1\x92\x2c\x23\xe1\x58\x36\x97\ \x15\xd9\x32\x1d\x12\xd5\x60\xd8\xd0\x3b\x5b\x55\x0b\x0e\xf8\x03\ \xa0\xaa\x99\xdb\x56\x7d\xf5\xdb\x2e\xdd\x13\x41\x10\x20\x10\xcc\ \xb1\x1d\x8e\x15\x99\x32\xc7\x66\x02\x24\x49\x46\xc0\x99\xe3\x38\ \x8c\x03\x20\x4c\x28\xa5\x18\x01\xb7\x2d\xe7\x4a\x98\x1d\xc2\x54\ \x92\x08\x02\xee\xd8\x0e\xe3\x80\x29\xa5\x04\x23\xc1\x2c\x9b\x21\ \x42\x29\xc1\x15\x3c\x5d\x81\x0a\x54\xe0\xbf\xc4\xd4\x3d\xba\x77\ \xba\x49\xa5\x53\x04\x26\x07\x8b\x03\x00\x10\x04\x2a\x86\x5b\x45\ \x93\x31\xc6\xca\x3c\x18\x18\x63\x42\xf0\x8d\x66\x32\x42\xc0\x39\ \x67\x8c\x97\x79\x3f\xca\x8c\xeb\xff\xc5\x31\x23\x00\xdb\xb2\x1d\ \x2c\x47\xc7\x54\x0a\xf5\xb8\x30\x38\xbe\xc2\xfc\x82\xd2\x80\x40\ \xa4\x42\x21\x2a\x50\x81\x0a\xfc\xdf\x64\x6a\x7a\x63\xa8\x5c\x19\ \x64\x84\xe4\x2b\xf4\x2c\xe0\xa6\x69\x1a\x08\x21\x7c\x4d\x44\x70\ \x79\xd6\xe0\xcd\x4e\xbb\x12\x37\x2d\x04\x08\xc1\xff\x77\x87\x4d\ \x24\x82\x85\x93\x9f\x79\x29\xb7\xec\x1b\x43\x08\x21\x04\x38\xaf\ \x50\x88\x0a\x54\xa0\x02\xff\x47\x99\x1a\x08\x82\x9b\x31\xb5\xb8\ \x89\x31\xfa\x77\xce\xb9\xfd\xd3\xfe\xe7\x86\x0d\x00\x80\x08\xc1\ \xe4\xff\xd2\x53\x55\xa0\x02\x15\xa8\xc0\xad\x38\x8b\x6a\xa9\xa5\ \x15\x7d\x5e\x2a\x50\x81\x0a\x54\xe0\xff\xb4\x4d\x6d\x66\x68\x57\ \xac\x5e\x6e\x03\x60\xc0\x15\x0e\xdb\xbf\x05\x04\x60\x3b\x16\x47\ \x54\x26\xb7\x93\x23\x2e\x2c\xcb\xc2\x54\xa6\xff\x7d\xdb\x8d\x82\ \x99\x0e\x93\xa8\x82\xd1\xdf\x8c\x05\x14\xff\x85\xb5\x06\x63\x96\ \x23\x88\x42\xff\xdb\x94\x49\x70\xd3\xb6\xa9\xa4\xfc\x75\x92\xe7\ \x7f\x65\x08\x15\xa8\xc0\xff\x1d\x76\xa1\x88\x96\xd5\x9c\x03\x81\ \x51\x70\x03\xa2\x68\xbc\xf0\x22\x87\xff\x54\x39\x0a\x01\xdc\x14\ \x9c\x03\xa2\x88\xc8\x37\x3f\x85\x5b\xc0\x9d\x32\x87\x04\x60\x15\ \x61\x04\xdc\x12\xdc\x01\x40\x08\x2b\xe5\x85\x31\x04\x13\xcc\x04\ \x00\xc0\x0a\xba\xed\x0f\x89\x70\x2c\x5b\x00\xe2\xcc\x41\x44\x96\ \xe5\xff\x24\x65\x70\xce\x04\xe0\x3f\xc7\x74\x08\xc6\x70\xb5\x56\ \x9d\x22\xb4\xf3\xc7\x92\xf3\x30\x21\x7f\xfd\x89\xe4\xc4\xdb\xbc\ \x7b\x23\xdf\x99\x23\xa9\x99\x16\xa5\xe8\x2f\xd8\xd6\xb2\x18\x95\ \xe5\x7f\x97\xcf\x85\xe0\xc4\x5b\xb9\x43\xd3\xb8\xd4\x83\x07\xf3\ \x0d\x42\xfe\xfd\x17\x4a\x24\x99\x60\x61\x19\xa6\x40\xff\xf6\xcd\ \x99\x83\xe2\x9a\xb4\x8f\x43\x99\x47\x4f\x65\x02\xf9\xcf\x93\xb5\ \x10\x1c\xa9\x91\xed\xda\xd7\xca\x3c\x72\x38\xab\x90\x91\x5b\xb0\ \x35\xc2\x44\x56\xa8\xad\x1b\x4c\x40\xc5\xc2\xb1\x02\xff\x68\xe0\ \xcb\x73\x0b\x90\x1b\x37\xfb\xc0\xdb\xfc\x4e\x22\x2c\x51\x6e\x8d\ \x5c\xdb\x07\x46\xdc\x70\x04\x6e\xf1\xdf\x2b\x47\x38\x70\x0e\x41\ \x4d\xa5\x2a\x7d\xa4\xb0\xaa\x88\xdb\x37\x39\x5f\x70\xf0\xd4\x24\ \xf1\x3d\xa4\xf8\x5e\x52\x7c\x27\xea\x92\x81\x3b\x20\xc7\x90\x98\ \x6e\x52\x6c\x5b\xa2\x4a\x82\x73\x10\x0e\xe0\x20\x52\xa9\xb3\x14\ \xd7\x9e\x2a\xf2\x35\x3b\x7f\x7f\x99\x36\xe2\x98\x96\x52\xb5\xf5\ \x2b\x6b\x57\xbf\xf4\xc2\xb0\x1a\x95\x43\x80\xdd\x22\x19\x50\x5c\ \xc6\xad\x0e\x08\xf1\xa7\x23\x9c\x69\xcc\x33\x62\xd9\x2f\x9f\x2d\ \xe8\x8f\x4c\xfd\xea\xaf\xb8\xa3\x9b\x72\x8f\xc9\x4f\x8c\xe8\x55\ \xd3\xb6\xec\xbf\xb8\x11\x00\x08\xc1\x84\x2b\xf6\xc1\x57\x1f\x69\ \x53\x5b\xd5\x2d\xe7\xc6\xb3\x2e\x0b\xd0\x61\x6a\x7c\xef\xe1\x77\ \x57\xf3\x22\x9b\x5f\xff\x84\xff\x82\xc9\x6c\x53\xa9\xd2\xe1\xb1\ \x17\x26\x26\xa8\xb6\xc5\xc5\x95\xdb\xff\x85\xe8\xae\x0e\x53\x30\ \xc3\x94\x3a\x3c\x38\x75\xc9\xa6\x5f\x57\xfd\xf2\x4c\x95\x20\xc7\ \x76\xae\x17\xcf\xad\xe5\x07\xc0\xb9\x6e\xa1\xb6\x23\xa7\x4f\x18\ \xd4\x84\x5b\xe6\x5f\xff\xea\xef\x59\xfb\xc2\x71\x48\x44\x9d\xc9\ \xf3\xa6\xd6\x8b\x46\x86\xc9\x6e\x2a\x40\xdb\xb4\xa2\x1a\xf7\x7a\ \xe5\xc7\x15\x3f\xed\x5b\x71\x4f\xa7\xd0\x80\xe6\xdc\xf2\x81\x2b\ \x50\x81\x7f\x04\x53\x73\x0b\x84\x00\x44\x81\x06\xa3\xab\xab\x55\ \x02\x88\x80\x60\xc0\x19\x80\x00\x01\x00\x18\x84\x00\xc0\xc0\x9d\ \x32\x5b\x58\x08\x01\x88\x80\x28\x33\x81\xa1\xfc\xaf\x08\x83\xb0\ \x04\x67\xc0\x1c\x88\x1f\xef\xee\xf9\xae\xbb\xf1\x34\x57\x97\xc5\ \xee\x84\x06\x88\x33\x00\x04\xc0\xcb\xaf\x09\x00\x8e\x83\xaa\x4d\ \xf6\xf4\xfb\xd1\xdb\x61\xbe\xa7\xdd\x2c\x35\x58\x12\xb4\xba\xd4\ \xe9\x9b\xa0\xbe\xdf\x7a\xfb\xfe\xec\xed\xf8\x82\xa2\x32\x21\x82\ \x71\x93\x05\x9e\xbe\x5f\x7b\x7b\x7d\x17\xd4\xe9\x39\x45\x11\x82\ \x0b\x00\x10\x5c\xdc\x32\x17\x9b\x9b\x86\xa7\x61\xaf\x39\x9f\x3d\ \x1f\x9a\x97\xa8\x36\xec\xd2\xad\x5b\x6d\x71\x73\xf6\xe4\x0e\x07\ \x49\x75\xb9\x3d\x6e\x45\x22\x00\x02\x00\xcb\xaa\xcb\xed\x75\x13\ \x60\xb6\xcd\x00\x80\x0b\x41\x64\xc5\xed\x51\x11\xb3\x2d\x9b\x09\ \x44\x3c\x1e\x29\xf3\xe0\x96\x1d\xfb\x2e\x0a\x52\x6e\x0c\x3b\xa6\ \x29\xb0\xa4\xba\x55\x85\xde\xca\x99\x21\xb8\x00\x49\x75\xb9\x5c\ \x12\x33\x4d\x87\x09\x40\x08\x4b\x44\x56\x5d\x2e\x59\x62\x96\xc5\ \x04\x80\xe0\xb6\x61\x61\x49\x75\xa9\x92\x63\x9a\x0e\x17\x00\x4c\ \xa9\xdc\x72\xcc\xf4\x49\xf5\x63\x3d\x8a\xdb\x25\x11\x24\x38\xb3\ \x0c\x8b\x28\x2e\x55\x26\xb6\x69\x31\x71\x73\x83\xd6\xb2\x99\xec\ \x76\xa9\x8a\x2c\x61\x5c\x16\x22\x6e\x99\x5c\x76\xb9\x65\x02\x96\ \x69\x09\x40\x08\xa3\xcb\xe4\x0d\x00\x80\x10\x08\xce\x01\x4b\x2e\ \x8f\x9b\x22\x6e\xdb\x42\x51\x9c\x1d\x1f\x2d\x7a\xe9\xb9\xcf\xad\ \xe8\x68\x0f\x05\x21\x04\x20\xe0\xb6\x65\x33\xa4\x7a\x5c\x44\x30\ \xcb\x62\x65\x56\xab\xec\x72\xb9\xbd\x2e\x22\x98\x6d\x33\x40\xe0\ \x58\x26\x43\x44\x55\x5d\x0a\xa5\x18\x21\x00\xe1\x58\xa6\x23\xa8\ \xdb\xe3\x22\x82\xd9\x0e\x03\x00\xc1\x19\x07\xac\xb8\xdd\x6e\x8f\ \xeb\xef\x57\xa8\x42\x40\x24\x22\xbb\xdc\xaa\x42\x1d\xb3\xec\x63\ \xc4\x2c\xd3\x22\x8a\xcb\xed\x92\x98\x65\x21\x49\xca\x3f\xb9\xf1\ \xb9\xfb\x67\x1d\xd3\xa4\xc8\x10\x59\x5c\xfe\x84\x01\x22\xaa\xc7\ \x2d\x53\xb0\x0c\xab\x22\xdc\xa7\x02\xff\x14\x50\x6e\x42\x48\x4f\ \xa5\xdd\x8b\x6a\x68\x28\x48\x91\x90\x6d\x03\xe7\x10\xdc\x49\xed\ \x3e\x57\x51\x14\xd0\x8f\x5b\x7b\x9f\xd1\x0b\xdd\xb4\xf3\x7c\x77\ \x5c\x75\x28\x49\x17\xde\x78\x74\x71\xa9\xb6\xf7\x43\x3b\xa4\x9b\ \xd2\x66\xb6\x1a\x15\x87\x0a\xd6\x9b\x7b\xe7\x18\xc5\x1a\x6a\xf6\ \xb6\xa7\x4e\x47\x42\x08\xe4\xfd\x6a\xec\x99\x63\xd8\x35\x95\x56\ \x0f\x92\xc4\x59\xfe\xec\x00\x6d\xf5\x96\xab\xc6\x3d\x12\x12\xb4\ \x6a\x30\xdb\xf3\x8c\xe9\x10\x88\x1c\xe7\x69\xd5\x80\x6d\x7a\xd2\ \xa0\x5e\x54\xf4\xbd\xbe\xe6\x71\xd3\x01\x00\x86\xb0\xca\xce\x2d\ \xd4\xf6\x6f\x73\xa2\x1e\x73\x77\xba\x4f\x8d\x7c\xcb\x2c\x6d\xa3\ \x34\xe8\x83\x8e\x3d\x1a\x28\x89\x96\x3a\x3f\x2c\x57\x5b\x63\x9d\ \xde\x69\xe3\xb0\x6a\x2f\xfe\xfe\x75\xb5\xad\x6f\x4e\x9d\xb5\xd2\ \x96\x5c\x48\xd8\xcc\x30\x01\x51\xa2\xc8\xc2\x32\x0c\x2e\x9a\xf4\ \xea\xd2\x20\xfc\xd4\x83\x3d\xa7\xa4\x39\xa1\x11\x1e\x37\x72\x29\ \x37\xd0\xb9\xcd\x83\xea\x4f\x9f\xf7\x44\xab\xda\x5e\x4e\xe9\xc5\ \x9f\x3e\x7e\x73\xe1\x4f\x46\x64\x9b\x69\x6f\xcf\xa8\x5f\x39\x0c\ \x07\xd2\x96\xcf\x7a\x75\xe3\xd1\x82\xae\x8f\xcd\x7e\x6c\x4c\x5b\ \x33\x60\xe9\x17\x0f\xbf\xf7\xf4\x9b\xfb\x33\x82\x27\xbc\xfc\x78\ \x9f\x5e\x2d\x8c\xbd\x17\xbf\xfa\xee\xa0\x05\xc0\x4c\x33\xa6\xe3\ \x90\x67\xe6\x8e\x0e\x61\x56\x95\x7a\xb5\x0f\xef\x2a\x5b\x92\x94\ \x77\xd2\x29\x2b\x49\x6d\x8b\xe0\x11\x4b\xde\xba\xa7\x79\x68\xc0\ \x16\x19\x3b\x7e\x7a\xfb\xa5\xcf\x73\x2c\xc3\x50\xaa\x3e\xf0\xda\ \x3b\xbd\x9e\x93\x2e\xfd\xf1\xd9\xbc\x57\x7f\x2c\xb1\x68\xe3\xe1\ \x53\xa7\x3d\x7c\x47\x88\xc4\x4e\xff\xfc\xe9\xc2\x37\x7e\xe4\x95\ \x5b\xcc\x78\x73\x42\xcd\xba\x95\x1f\x5c\xfc\xce\x80\x82\xdc\x9f\ \xe6\xbe\xb4\xfa\x30\xea\x3e\xed\x99\x09\x23\xda\xba\x90\xb9\xe7\ \x93\x25\x1f\x2e\xdf\xce\x14\xe5\x0a\xe3\x22\x8c\x81\x39\x4c\x8e\ \x1c\xf2\xc2\xf3\xc3\x7a\x56\xb6\x51\x74\xb4\x9d\xe4\x58\x96\x23\ \x55\x19\x36\xfb\xd9\xa1\x3d\x6b\x81\x9e\xf7\xcb\x6b\xaf\x7e\xb3\ \x87\xcd\xfc\x7c\xe6\xc9\x37\x67\xfd\xbc\x27\x87\x43\xc4\xe8\xf9\ \xaf\x06\xef\xfc\x60\x9d\xbf\xf1\x4b\x6f\x8c\x71\x9b\x16\xb2\xb3\ \x3e\x9d\xf9\xf2\xc6\x83\x79\xc2\x31\x4a\x4b\xfc\xa6\x85\x04\x08\ \x40\x20\x6c\x8b\xc6\x35\x9d\x3e\xef\xc9\x36\x35\x43\xb5\xcc\x13\ \x1f\xcf\x9a\xbf\x3b\x31\xdf\x53\xb5\xed\x63\x6f\x4d\xab\x15\x1d\ \x0c\xa5\xc9\x1f\x3c\x33\x6f\xd7\xa9\xbc\xa8\x56\x77\x3d\xfd\xe6\ \x94\x58\x62\x57\xaa\xdd\xf8\xc2\xe2\xe5\x8e\xb0\xc2\x1a\xf6\x7a\ \xf8\xc5\x89\xb5\xa2\xdc\x90\x77\x6a\xe9\xcc\xf9\xbb\x93\x8b\x2a\ \xb7\x19\xfc\xd4\x9c\x51\x11\x92\x43\x24\xb6\xe9\xd5\x17\x3e\xfb\ \x23\x4d\x56\xa4\x9b\x2c\x0b\x44\x79\x05\x82\x72\xc7\xc5\x35\x47\ \x00\x40\x38\xa6\x19\xdc\x60\xca\x92\xf7\x47\x72\xe5\xc4\x77\x8b\ \x17\x2e\xda\xa8\x63\x77\xab\x07\xa7\x8d\x1b\xd1\x31\xc4\x4d\x53\ \xd7\x7f\xf9\xf6\x9b\xab\x4a\x6d\x66\x15\x97\x68\x7a\xf9\x07\xdd\ \x31\x8c\xe0\x46\xdd\x9e\x7b\x7f\x66\x55\x08\x30\x30\x7e\x7f\x7b\ \xfe\x57\x3f\x1f\x17\x8a\x5c\xe1\x16\xa9\xc0\x3f\xc0\xa6\xe6\xc1\ \xa4\xd9\x4c\x57\x70\xc0\x3e\xf4\xba\x51\xec\x03\x4c\x00\x03\xe8\ \xa7\xec\xe3\x6f\xe9\xc7\x96\x9b\xa4\x93\xda\x6c\x20\x25\x11\x24\ \x34\x02\xb2\xf6\x33\x39\x12\x65\x1d\xe2\xd1\x43\x65\x4f\x14\x6d\ \xfb\x96\xdb\x93\x6d\xef\x7b\xcd\x70\xdf\xa9\xb6\x7f\x44\xc2\x1c\ \x45\x75\xa3\xd6\x7e\xeb\xf8\x0a\x3b\x7a\x82\xbb\x6e\x0b\xec\x6d\ \x4f\xcd\xd3\x8e\x55\x4b\xe9\xfd\xad\xa7\x72\x5d\x84\x5c\x20\x1c\ \xe4\x0a\x42\x31\xe3\x5d\x1d\x9e\x50\x42\xe2\x40\xc8\xc0\x11\x92\ \xc2\xc0\xd3\x46\xe9\xf2\xbe\xbb\x6e\x2f\x02\x0e\xf0\x7c\x9e\xba\ \xca\x2c\xe5\x38\xb6\x05\xd5\x8f\x59\xf9\xf9\x10\x54\x9b\xf2\x43\ \x8e\xd4\x5f\x4d\x88\x10\x25\x1a\xf2\x56\x27\x18\x00\x71\x3b\x2b\ \x29\x29\x2d\xb3\x04\x30\x02\xe6\xd0\xf0\x7a\x75\x26\x3c\xdf\x70\ \x68\x7f\x57\x68\x78\xa5\x5e\x23\xaa\xd4\xa8\x74\x6e\xe3\xf6\x4b\ \x52\xcf\xf7\x56\x7f\x36\x76\x60\x73\x6e\x68\x8c\xdf\xc4\x9e\x96\ \x22\xeb\x75\x69\x1a\xf3\xeb\xac\xc7\x1f\xb9\x77\xfa\x7b\x5f\xed\ \xb5\x65\x0f\x2f\x3a\xfb\xd9\xf3\xb3\x9f\x19\xf3\xcc\xce\xdc\xda\ \x13\x1f\xec\xa3\x80\x5d\xbd\x55\x9d\xd2\x3d\x1f\x4d\xb9\x6b\xc6\ \x21\xd1\xe2\x99\x57\x87\x87\xa3\xec\xaf\x66\x3e\xf7\xce\x17\x7b\ \x42\xaa\xc7\x48\x88\x0b\x6e\x33\x57\xcd\x87\xe6\x4e\x36\xd6\x2e\ \x9c\x31\x62\xf6\xb6\xa3\xb9\x92\x42\x90\x10\x40\x68\x48\xa5\xe8\ \xe8\xf8\x98\x10\xaf\x0a\x82\x0b\x39\xa4\x71\xab\x88\x5d\x4b\x9f\ \x9d\x7a\xff\x1b\x72\xcf\x71\xd3\xc6\x35\x73\x6c\x24\x5b\xd9\xab\ \x5f\x7d\x7a\xfa\xe4\x8f\xaa\xde\x3d\xf5\xce\x06\x41\xb4\x7a\xb7\ \x99\x2f\xde\x7d\x70\xfe\x13\xd3\xc6\xbd\x5b\x65\xc4\xf4\x71\x43\ \xea\x96\x5e\x3c\xb2\xf0\xb1\xf7\x4f\x27\x26\x7f\x3a\x6d\xfa\xf4\ \xf1\xb3\x37\x1d\x2f\xa9\xda\x65\xe8\xd3\xd3\x5b\xfd\xf2\xf4\xd4\ \x27\x9f\x5a\xd9\xe1\xf1\xa7\x06\xb6\x0f\xd7\x74\x87\xb8\xbd\x91\ \xb1\x31\x95\x62\xa3\x5c\x14\x99\xa6\x53\x6f\xe0\xb8\xf1\xbd\x95\ \xc5\xa3\x27\xce\x7b\xf3\xd7\x52\x8e\x6d\x53\x34\xbd\x6f\xea\x84\ \x9e\x74\xe1\xa8\x31\xf3\x3f\x39\x33\x6a\xfe\x33\x4d\x22\x99\xe6\ \x84\x05\x57\xaa\x72\xf7\x93\xcf\xf7\x6d\x5f\x2b\x3c\x32\x5c\xf7\ \xfb\x23\x1a\x34\x88\xf0\x6f\x7d\x62\xd0\xb8\x95\xc7\xc2\x26\x4f\ \x1f\x1e\x26\x74\x0e\x98\x10\x5c\xbe\xf6\xe1\xcc\xb0\x3d\x43\x5e\ \x78\xb6\x35\xdb\xf5\xd8\x80\xf1\x6b\xd3\x62\x9f\x7e\x63\x74\x94\ \xca\xb5\xec\x53\x1f\xcf\x7c\xfe\x99\xb1\xcf\x1e\xd6\x9a\x4e\x18\ \xde\x41\x40\xd8\xb8\x39\x33\xbc\xfb\x3f\x7d\x64\xf8\xcc\xf5\xbb\ \x2f\x51\x59\xd8\x10\x3f\x7e\xee\x93\x11\xa7\xbe\x9f\x35\xea\xe9\ \xbd\xa2\xd1\x63\xb3\xfa\x12\x30\xa2\x1b\x76\x6e\x84\x2f\x2c\x18\ \x3b\xf9\xb1\x91\x33\xd7\x1c\xca\x95\x64\x7a\x23\x4d\x83\xa4\x84\ \xc6\xc4\x44\xc7\x47\x07\xb9\xe5\xb2\x20\x7c\x24\xab\x61\x31\x31\ \xd1\x71\xd1\x5e\x97\x24\x84\x40\x44\x96\xfc\xe7\xbf\x7c\xe6\x91\ \x27\x9e\xfe\xb9\xd5\x83\xd3\x3b\xc4\xa1\xa0\x66\x03\x9e\x9c\xd1\ \x65\xfb\xfc\xe7\x67\x3d\xbe\xbc\xda\xc8\x09\xf7\xf5\x8e\xd1\x0d\ \x8e\xc9\xd5\xdd\x04\xce\xb9\x3b\xae\x7a\xdd\xc8\x0b\xf3\xc7\x4d\ \x7a\x6d\xf1\xe1\xa1\x73\x67\x76\xae\xab\xe8\x66\x85\x61\x5d\x81\ \x7f\x02\x53\xd3\x78\x1c\x1c\x05\xb9\xbf\x1a\x27\xbe\xb2\x4b\x7c\ \x80\x11\x70\x80\x4a\x77\xca\xf5\xc6\xa9\x55\xdb\x51\xca\x40\x8e\ \x42\x18\x83\x53\xc4\xb3\x0e\x32\xcb\xc7\xb3\x0f\x32\xd3\x01\x77\ \x43\x29\x22\x44\xa4\x7e\x69\x1c\xfd\xdc\xbc\xb0\x9b\x07\x77\x91\ \x54\x0c\x9c\x43\xe9\x11\x3b\xe9\x5b\xb3\x38\x4f\x04\x55\x41\x4a\ \x14\x18\x36\x54\xe9\x43\x8b\xbe\x0a\x1c\xf8\xd1\xc1\x6e\x14\x38\ \xc3\x11\x26\xd5\xfb\x4b\x35\x06\x49\x91\x75\x50\x20\x87\x33\x8d\ \x9f\x7c\xc2\xf7\xdb\xc3\x7a\x09\x25\xad\xde\xf4\x54\x6f\x84\x2c\ \x43\xc8\xf1\x52\xc7\xcf\xbd\x55\x55\x67\xe7\x53\x46\x29\x03\x2c\ \x01\x41\xe2\xfc\x4b\xfe\xfd\x5f\xd8\x42\x2d\xeb\x76\x45\xb1\x95\ \xb5\xec\xc1\x07\x67\x2f\xde\xea\x10\x45\x80\x2b\xba\xcf\x84\xaa\ \x2d\xea\x87\xb6\x1c\xdc\xee\xb5\xcf\x9a\xdf\xd7\x53\x71\x2b\x25\ \x27\x36\x3c\xd1\x7b\xf4\x4f\x47\x9c\x07\xe6\x2f\x5b\xf2\xda\xbd\ \x5e\x61\xde\x48\xd6\x08\x71\x4d\xcb\x4f\x4f\xb9\x98\x9b\x99\x95\ \x57\xe0\xb3\x6d\x1e\xde\xb8\xf3\xe4\xf9\x73\x5f\x7c\xeb\x89\x4e\ \xcd\x2a\x05\xb9\x64\x0a\xc0\x6d\xee\x2f\xc8\xcf\x29\x3a\xfc\xdd\ \x67\xbf\x88\xe6\x6d\x63\x83\x89\xc1\x75\x43\xb7\x6d\x5b\x08\x21\ \x84\x63\x49\x71\x8d\x6a\x20\xff\x6f\x5f\xfc\x7e\x2e\xe3\xfc\xc5\ \x4b\xf9\x82\x12\x01\x16\x84\x55\x1b\xf1\xd6\xe2\xc5\x2b\xdf\x19\ \x3d\xb4\x0d\x31\x0d\x0e\xc0\x0d\xab\x24\x3f\xff\x42\xda\x86\x6f\ \xd6\x9e\x8a\xef\xd6\xda\x05\x1c\x6c\xbd\x20\x3b\xf3\xec\xb1\x5d\ \x67\x2e\x04\xaa\xc6\xb9\x22\xea\x75\x08\x3e\x7f\x64\xed\x2f\x87\ \x53\x4f\xad\x5b\xbd\x3f\xaf\x56\xd7\x26\x14\x0c\x43\xb7\x18\x63\ \xba\x3f\xa0\xf9\x75\xc3\x81\x6a\x4d\x3a\xb0\xbd\x5b\x36\xee\x48\ \x3c\xb3\x63\xd5\xef\xa9\xa2\x5e\x87\x3a\x42\xf8\x23\x3b\x0d\x7e\ \xe1\x8b\x65\x0b\x3e\x7f\xa9\x4d\xb5\x20\x1d\x68\xcd\x46\x2d\xb2\ \xd7\xaf\xdb\x71\x32\xe9\xfc\x89\x64\x9f\xe5\x30\xea\xa9\xdf\xac\ \xc5\x85\x9f\x56\xef\x3d\x93\xb2\x7f\xd5\xb7\x47\x51\xe5\xda\x09\ \x6a\xd6\xb9\x82\x2a\xf5\x5b\xdd\x35\xe3\xa1\xe1\x83\xda\x85\xaa\ \x85\x59\xd9\xb9\x5c\x50\xbd\xb0\x20\x2b\xef\xfc\xfe\xf5\xbb\xe5\ \xf0\xc8\x60\x15\xf8\xe5\x2d\x05\x21\x84\x60\x36\x0f\xaa\xda\x2c\ \x21\x6a\xc7\x27\x3f\x25\xe7\x9c\x5d\xf7\xf5\xcf\xa5\xf5\x5a\xc4\ \x85\x4a\x91\xcd\xba\x4d\x7d\xeb\xf5\x17\xde\x9c\xd1\xb6\x41\x44\ \x90\x82\xa4\xc8\x3a\x75\xbc\xf0\xfb\x67\x6b\x93\xb3\x53\x2f\x9c\ \xcf\x66\x88\x91\xa8\x06\xcd\xaa\xc6\xc5\xb5\xed\xf7\xd4\x5b\x4f\ \x36\x0d\xb5\x73\x34\x4e\x81\x08\x6c\x17\xe7\x65\xa4\x5f\xc8\xca\ \x4d\xcf\x28\xf2\x5b\x37\xee\xf5\x71\xcb\x94\x2a\x37\x9a\xf4\xee\ \x7b\x8b\x7f\x58\x38\xb4\x57\x03\x6e\x9a\x8e\x69\x28\x35\x5b\x4d\ \x5b\xb6\xf4\x9d\x1f\x16\x0c\xe8\x58\x83\x39\xa6\x40\x18\x59\xfe\ \xbc\xac\xac\xd3\x5b\xb7\x5d\x2c\x10\xf1\xd1\x6a\xa5\x5a\x6d\x6a\ \x44\x44\x74\x1c\x3f\xfd\xf1\xa7\x07\xa3\x9c\xec\x80\xe2\x26\x57\ \x86\xc0\xaf\xec\x90\x20\xab\xd4\x97\x9f\x9d\xb5\xf7\xfb\xcf\x77\ \x94\x86\xd5\x6f\x51\x15\x98\x5d\xc1\x02\x15\xf8\x27\x78\x3f\x4a\ \x84\x6d\x43\x50\x1d\x1a\x1c\xce\x08\x01\xc4\x05\x77\xd1\xc6\xd3\ \x15\xe9\xb0\xbe\xe3\x65\xa7\xe9\x72\x1a\x21\x81\x10\x80\x5c\xc8\ \x3e\x6e\x1f\x4e\x74\x70\x03\x09\x53\xc4\xf2\xb9\x45\x50\x70\x35\ \x12\x14\x2c\x82\x13\x30\xcb\xe6\x0e\x07\x00\xc0\x0a\xa2\x92\x10\ \x0c\x00\x03\xb7\x01\x95\x6d\x1b\xda\x82\xdb\x80\x14\x30\xce\x32\ \xf9\x19\x45\x2d\x76\xb2\x72\x70\x42\x6b\x48\x59\xcf\x18\x41\xa4\ \x54\xe4\xee\xb6\xec\xca\xa4\x4e\x37\x35\x28\x1a\xb8\x8c\x9b\x2c\ \xf0\x56\x0f\xb2\x7f\x1f\xa5\xe5\x66\x02\x45\xa0\xa7\x31\x3c\x83\ \x06\x81\x30\x12\x68\x88\x0c\xe7\xd3\x19\x07\x01\xc8\xd5\xb8\x6f\ \x4f\x4f\xce\xe9\xc3\x27\x33\x31\xe5\xc5\x07\xbf\x3e\xb0\xee\x6c\ \xc0\x0e\x8e\x6a\xd2\x08\x0a\x93\xf3\xcf\xe5\x2a\x1e\x77\x20\xe3\ \xc4\xfb\xcf\x8d\xd9\xb4\x6d\xf6\x6f\x1f\xf4\xad\xf3\xfe\x4f\x7b\ \x2f\x71\x97\xfc\xa7\x18\x88\x32\x97\x01\x95\x25\x4a\x09\xc1\x3c\ \x60\xba\xee\x99\x39\xae\x5e\xe1\xaa\xfb\x27\x7e\xdd\xe1\xd1\x45\ \x4f\x36\x93\xcb\x3b\x2c\x50\xc2\x40\x8a\xa9\x1c\x17\x14\xc8\xd3\ \x2c\x4e\x00\x71\x24\x94\x20\x99\xdb\x0e\x27\x12\x94\xe6\xea\x72\ \x50\xed\x7a\xd1\x22\xd3\x87\x80\x10\x84\x10\xc8\x50\x90\xf6\xf9\ \xf4\x29\xdf\x10\xb0\x75\x8d\x29\x2a\x06\x10\x18\x63\x0c\x1c\x82\ \xaa\x55\x0e\x41\x05\x79\xb6\x40\x80\x30\x91\x24\x19\x08\xc2\x02\ \x10\xd6\xf2\xb3\x69\x74\xc7\xd8\x4a\x72\x62\x4e\x64\x9d\x78\xb7\ \xb9\x23\x97\x01\xa1\x20\x24\xac\xa8\x94\xdb\x0e\x57\x11\xf8\xf2\ \xf3\x3c\xd5\xaa\x44\xba\x50\xae\x13\x57\x3b\x12\x17\xe4\x14\x22\ \x70\xe7\x6f\x5d\xf9\xc2\x81\x35\x04\x98\xe6\xf3\x29\x20\x8a\xf3\ \xf2\xa3\x3a\xd7\x0c\x07\xac\x0b\x44\x30\xc1\xdc\x2a\x2e\x2c\xa9\ \x54\xb7\x9a\x1b\x04\x8f\xaa\x96\xe0\xd2\xb7\x65\x67\x17\x67\xe4\ \x8e\x1e\x3b\xf4\xf0\xf7\xef\xbb\x5b\xdf\xd1\xd4\x39\xbf\x3a\xbd\ \x98\x52\x0c\x98\x50\x90\x24\x09\x5d\xde\x44\x00\x21\x38\x75\x53\ \x60\xcc\x11\x08\xcc\xd2\x62\x43\x54\xad\x1f\x2b\x36\x9f\x8d\xae\ \x96\x10\xa1\x65\xe5\x15\xa9\xf7\x7d\x34\xae\xca\xf9\xcf\x47\xce\ \x58\x7d\xc7\xb3\x4b\x27\xc5\xbb\x84\x3f\xdf\x8f\x94\x5a\x0d\xe3\ \x20\x29\x0d\x10\xa1\x98\x08\xbd\x28\x60\x14\x9f\x5e\x36\xef\xed\ \xd5\x17\x14\x45\xc2\x18\x39\x48\x46\x02\x10\x21\x92\x24\x51\x22\ \xdd\x34\x28\x05\xcb\x8a\x73\xf1\xf8\xd2\x89\x13\x24\x0c\xa6\xe6\ \xc7\x8a\x82\x01\xcc\xe4\xfd\x8b\xc6\x4e\xa0\x98\x9b\x81\x00\xa1\ \x0a\x82\xf2\x7a\x2b\x32\x25\x80\x01\x00\x19\x81\x22\x5f\xd6\xa9\ \x0f\xa6\x3f\x72\x22\x1f\x2b\x0a\x45\x08\x5c\x2e\x6a\x0a\x8e\x14\ \x4c\x29\x58\xc0\x64\x40\x20\x00\x28\x41\x82\xcb\x21\x71\xd5\xbc\ \xf6\xfe\x02\xbf\x80\x8a\xb6\x3b\x15\xf8\x27\x30\xb5\xc8\x74\x12\ \xbf\xb6\xda\x3d\xea\x19\xd2\x5b\xa8\x95\xe1\x92\x05\xa0\xf3\x8c\ \x5d\x4e\xd3\x7e\x6a\x8f\x2a\xdc\xdb\x00\x15\x6d\x14\x40\x41\x0e\ \x43\xfc\x12\x4b\x4b\xe7\xf1\x8d\x64\x25\x02\x39\x49\xd6\xb1\x2f\ \xe5\x36\x33\xbd\x23\x9e\x00\xf0\xb1\x83\xb3\x4c\x93\x20\x39\x04\ \x09\x05\x00\x23\x29\x18\x49\x6e\xf0\x9f\xe0\xde\x76\xf8\xcc\x16\ \xbb\xfe\x14\x4f\x9b\x38\xc8\xfc\xc2\x36\x33\x98\x53\x0d\xc3\x5a\ \xeb\x74\x16\xed\xd3\x59\xf6\x1d\x66\x6a\x6b\xa5\xdf\x27\x2a\xd1\ \x85\x14\x81\x8b\x37\x9a\x29\xdb\x79\x48\x0b\xa5\xee\x10\x22\x9d\ \xe5\x6d\x96\x07\x2b\x5e\x71\xe6\xf5\xc0\xe9\x8d\xe6\xd9\x83\xde\ \x6e\xdb\x42\x05\x82\x82\x5f\x8d\x8b\xfb\x39\x96\x1d\xe4\xae\x39\ \xe5\x8b\x8f\x6a\xae\x79\xe5\xde\xc9\xcb\x74\x41\xfc\x49\x07\x04\ \x91\x31\xf2\x67\x6d\x4d\x43\x84\x32\x4e\xea\xf4\xbf\x67\xe4\xf0\ \x16\x99\x27\x52\x62\xda\xf4\x38\xb5\x79\xd3\xa5\x3c\x9b\x92\xeb\ \x5c\xd5\x02\x90\xe4\xc1\x9e\xf2\x6d\x41\x84\x24\x30\x4f\xed\x4d\ \xe9\x39\xac\xdf\x23\x2f\xc4\x56\xed\xde\x52\x24\x1d\xe3\xc0\x4d\ \x87\x36\xbd\xef\xd1\x05\x41\x03\x1b\x75\x6d\xb4\x6d\xde\xd3\xd9\ \x01\x90\x11\x4a\x3f\x74\xd2\xf7\xd8\x53\x0b\xbe\x89\x39\xb4\xe1\ \xfb\x8f\x3e\xdd\xfd\xd9\xca\x23\x4f\xbe\xfd\x51\xcc\xd6\xa4\xa6\ \xdd\x13\xce\xef\xd7\x05\x42\xc0\x1d\x7f\x61\x81\x00\x40\x98\x10\ \x84\x80\x5b\xa6\x12\x73\xf7\x53\xaf\x44\xdf\x2d\xb5\x6e\x29\x7d\ \x38\x66\x2b\x53\xe2\xd4\x60\x44\x28\x12\x40\x54\x4c\x40\x91\x73\ \x0e\xae\xfa\x31\xb1\xd7\x93\x5f\x2e\x1f\x5c\x14\x5a\x4f\x4e\x9b\ \xf7\xf9\x21\x22\x7b\x58\xee\xe9\x93\x85\x78\xd2\x87\x4b\x5a\x1f\ \x4f\xdb\xf1\xc5\xb2\xcd\xeb\xbf\xd8\xfc\xe0\xa2\x97\xbf\xfd\x28\ \x9b\x24\x54\x49\xdf\xf7\xf1\x2f\xc9\xb2\x2a\x73\x53\x2b\xd6\xfd\ \x65\xb7\x52\x29\x3b\xf4\xf3\xa7\x27\x06\xbd\xb6\xe8\xc7\x4a\x17\ \x44\x9d\x48\x29\x0f\x09\x73\xd7\x77\xcb\xef\xfe\x7c\xd6\xc2\xaf\ \xeb\xf0\x2a\x4d\x4a\x7f\xfb\x6a\xef\xe9\xcc\xa0\x86\x45\x52\xf5\ \xf0\x9d\x83\x16\x7b\xdf\xec\xd7\xd0\xe3\xcb\x28\xb1\x6a\xbb\xb1\ \xec\x25\x00\x80\x11\xf5\x12\xc0\x08\x30\xc2\x25\x17\x52\x52\x8c\ \x27\x66\x2e\x5f\x7a\x6c\xfb\xfa\x8f\xdf\xf9\xf9\xeb\xe5\x2b\x5f\ \x7d\x69\xce\xbb\xcd\xcf\xc4\xb7\x6c\xb8\x6d\xc9\xf3\x97\xcc\xc0\ \xe9\xfd\xa9\x5d\xef\x1c\x38\xe3\xf9\x9a\x75\xee\x68\xca\xf7\x6d\ \x43\xc6\xe9\x2f\xbe\xdc\xfa\xc2\x4b\xef\xbe\xd7\xe5\x58\xcd\x3e\ \xf5\xfd\x9f\x71\xe1\x3f\xf2\xc9\x97\xbb\x67\xbe\xbc\xb8\x52\xaf\ \x43\x06\xe5\x3b\xde\x5f\xfe\xfb\xd1\x54\x82\x5d\x5e\xac\xa2\xbf\ \x28\xf9\x8a\x90\x60\xb6\xaf\xe0\xb2\x00\xcb\x5a\xdd\x3b\x56\x69\ \x81\x2e\x00\x30\x26\x08\x21\x84\x91\x12\x82\x31\x41\x02\x11\x37\ \xc6\x1e\x95\x9e\xdf\xfa\xd5\xaf\xa3\x97\xcc\xfe\xea\xfd\xe3\x89\ \x39\x46\x61\xea\xb7\x0b\x3e\xcf\xe4\x54\x18\x05\x47\x8e\xda\x93\ \x9e\x7f\x3b\xaa\xcd\x8e\x1f\xdf\x7d\x3f\x3d\xa0\x49\xb5\x7b\x3c\ \xf5\xee\x42\x33\xbe\x79\xf0\xb1\x4d\x9b\x76\x66\xca\xaa\x52\xc1\ \x02\x15\xf8\xbf\x0f\xd4\xcc\x55\x8b\x0b\x14\xd9\x9e\x86\xc4\x21\ \xa1\xf1\xa2\xa3\xac\x38\x5d\xe0\x30\x1c\xd3\x9e\xba\x83\x80\xe9\ \xa2\xe4\xa8\x53\xac\xa3\x98\x26\xa4\x78\xbf\x1d\xf0\x81\x5a\x8b\ \x44\x24\xa0\xbc\xcd\x8e\x45\x50\x54\x17\x1a\x12\x81\x7c\xc7\xec\ \x9c\x24\x81\x54\x14\xdd\x8b\x42\x0a\xcb\xcb\x14\xd1\x9d\x28\x4b\ \x72\xb2\xb3\x51\xc7\xcf\xbd\xde\x74\x3b\x23\x45\xa8\xc1\x50\xb0\ \xd9\x4e\x3b\xc0\xa2\x7a\x4b\xe2\xa4\x53\x64\xa1\xd8\x16\xa4\x68\ \xbb\x6d\xb8\x71\x6c\x1b\xaa\x06\x01\x2b\xe2\x39\xbb\x1d\x7f\x29\ \xa8\xb1\x38\xb6\x13\x25\x02\x30\x05\x4c\xa0\xe8\xb0\x9d\x7b\x92\ \xcb\x55\x48\x6c\x7b\x2a\x99\x3c\x7b\xa7\x13\xf0\x03\x26\x82\x23\ \xb5\x41\xb7\x4e\x9e\x9c\x53\x87\x4e\x64\xdc\x18\xb1\xcb\x19\x0f\ \x8a\xab\xd1\xbc\x67\xef\x91\xcf\x4c\x2d\xfa\xe1\xa5\xd7\x5f\x5f\ \x59\x68\x51\x7a\x5d\x98\x81\x60\xc8\x5b\xb9\x75\xab\x2a\x29\x7b\ \xf7\xe5\x1a\x88\x20\x00\xc1\x6d\x70\x37\xe9\xd1\xb5\x61\xed\x48\ \x47\x2b\x39\xb7\x7b\xd7\xc1\x93\x79\xf7\x7d\xf2\xd9\xa0\xa8\xc4\ \xef\x7f\xbe\xa8\xa5\x1d\xda\xbe\x33\xc9\xc1\x32\x46\xc2\xb6\x49\ \xcd\xf6\x1d\xdb\xb6\x88\x4f\x3f\xb8\x7d\xf7\xfe\x34\x1b\xd4\x06\ \xdd\x7b\x36\xad\x1b\x65\x95\x64\x1d\xdb\xbc\x27\x2d\x57\xc3\xd7\ \xda\x8a\x82\x59\x52\xe5\x57\x7e\x5f\xea\xd9\xf7\xd3\x8e\x63\xa5\ \x99\x87\xb6\x1d\x38\x99\x43\x3d\x11\xcd\xba\x36\x2a\x3c\xb6\xff\ \x5c\x26\x6e\xde\xbd\x35\x3b\x7f\xe4\x44\x5a\x09\x0d\x8a\xe9\x30\ \xa0\x47\x65\x8f\x76\x68\xdd\xc6\xa4\x0c\x43\x91\x09\x77\x6c\x57\ \xe5\x06\x5d\x7a\xb7\x0e\x61\xf9\x07\xfe\xd8\x9a\x7c\xc1\xa7\x56\ \xaa\xde\xb9\x7f\xe7\x08\x91\xbf\x67\xcd\xa6\x0b\x45\x5c\x91\xf0\ \x75\x7c\xc7\x4c\x4b\x8d\xaf\xd3\xb9\x4f\xbb\x48\xb7\x7d\xe9\xf8\ \xd1\x23\x07\xce\x96\x6a\x2c\xb4\x56\x93\xae\x7d\x5a\xe2\xbc\xb3\ \xdb\x7f\xdb\x5d\x68\x82\x5a\xa9\x46\xb3\x46\x21\xc7\xb7\x1e\x52\ \x6b\xb4\xac\x1d\xee\x3f\xb8\xeb\x4c\x58\x93\x56\xf5\xa2\xfc\xfb\ \xb6\x9f\x71\x57\x69\xd0\xbc\xa6\x72\x78\xd7\xb1\x80\x20\x82\x41\ \x74\xfd\x56\x1d\xbb\xd6\xd5\xcf\x1f\xd9\xba\xf5\x64\x69\x00\xaa\ \x77\xe8\xd2\xbe\x75\xb5\x82\xe3\x7b\x77\xec\x4c\xb4\x31\x15\x24\ \xa8\x79\xaf\xae\x75\xab\x87\x3b\x81\xa2\xb3\x3b\x77\x9f\x3a\x9f\ \x67\x3b\xb4\x56\x97\xee\xad\x1a\xc7\x31\x7f\xde\x89\xad\x7b\xce\ \xa5\x17\x39\x9c\xd6\xea\xd4\xad\x65\xe3\x78\x64\xe4\x1f\xdc\xb0\ \x3d\x25\xd3\x17\x51\xab\x79\xc3\x58\xeb\xe0\x9e\xd3\x16\xa2\x7f\ \x2f\xca\x59\x70\x8e\x3d\x51\x2d\x3b\xd5\xba\xb8\x77\x6f\x7a\x89\ \xb7\x4d\xb7\xa6\xc5\x27\xf7\x9f\xcd\xd2\x68\x48\x4c\xbb\x3e\x5d\ \x12\x62\xdd\x85\x29\xa7\x76\x6f\x3a\xec\xe7\x04\x38\x93\xc3\xaa\ \x75\xbe\xab\x63\x38\xcf\xd9\xb2\x6a\x03\x6b\x39\x6a\xd9\xb2\xbb\ \xd6\x2d\xf9\xa5\xb8\xb8\x60\xdf\x86\x2d\x97\x8a\x41\xa6\x15\x1b\ \x8a\x15\xf8\x47\x30\xb5\xbb\x16\x70\x70\x8c\xf2\xb2\x49\x44\x42\ \x44\x06\x61\x0b\xc7\x2a\x5f\x02\x63\x09\x51\x0c\xb6\x25\x88\x8a\ \x30\x06\x61\x09\xc7\x01\xea\x42\x88\x83\x63\x0a\x2e\x00\x13\x44\ \x15\x00\x01\x8e\x2e\x40\x42\x94\x80\x63\x08\x90\x10\x11\x20\xd5\ \xa0\x4d\x66\x28\x21\x61\x80\x1c\xb8\xf8\xa9\x9e\xb4\x8d\x03\x17\ \x20\x23\x02\xe0\x58\x82\xb8\x10\x2e\xbb\x48\x99\x79\xaf\x20\x4c\ \x41\x30\xb0\x8d\xab\xe4\x53\xfe\x3c\x96\x70\x6c\x10\x65\xe7\x94\ \xd3\x32\x37\xb4\x80\xa0\xaa\x4b\x96\x6f\x5a\x59\x84\x9b\x7a\xa1\ \xe3\xbd\x77\xc6\x24\xdf\xe6\xcf\xb6\x9e\x28\xf1\x78\xe4\x1b\xce\ \x42\xc0\x2d\xcd\xb2\x65\xd9\x2d\xe1\x2b\x1e\x4d\x66\x18\xba\x2d\ \x38\x00\x92\xa8\x2c\x1c\x75\xfc\x0f\xcb\x5b\x5e\x58\x3a\xea\xc9\ \x75\x6e\x14\xec\x56\x95\xb2\xed\x29\x04\xc2\x30\x34\x93\x33\x89\ \xb8\x5c\x8a\x0c\x82\x99\x86\x66\x09\x06\x40\x14\xd9\x2d\x53\x7c\ \xdd\x27\xc1\x92\xab\xbd\xb5\x6b\xfe\xe9\xe7\xc6\xbf\xb1\xfa\x52\ \x28\x09\x76\x2b\x32\x00\xd3\x35\x9d\xc8\x6e\x45\x02\xc3\xd0\x80\ \xb8\x54\x89\x70\xdb\xd2\x2d\x9d\x01\x92\xa5\xb2\xa8\x41\x00\x00\ \x66\x1b\xba\x6d\x0a\xa0\xaa\xec\x96\x25\xc4\x2c\x4b\xb7\x0d\x0e\ \xf8\x26\x37\xba\x3c\x2c\x66\x99\x86\x6d\x32\x00\x82\x15\x97\xaa\ \x10\x00\xc7\x34\x74\x66\x02\x48\xaa\xe2\x96\x28\xe2\xb6\xa9\x5b\ \x4c\x75\xbb\x85\xa5\x59\x40\x5c\x8a\xc2\x2c\xdd\x74\xb0\xdb\xad\ \x70\xc7\xd0\x6d\xe1\x52\x5d\x18\x04\x02\xb0\x2d\x4d\x77\x6c\x8c\ \x55\xb7\xaa\x60\x10\x96\xae\x1b\xc2\xc6\x48\x75\x95\x89\x82\x33\ \xdd\xd0\x1c\x10\x00\x48\xa2\x2e\x55\x96\x00\x98\xa9\x97\x89\x02\ \xcb\xb2\x5b\x91\x28\x70\x6e\x9a\x9a\xc5\x1d\x00\xa2\x2a\x1e\x99\ \x62\x66\xeb\x3a\x43\x6e\x45\x45\xf0\x5f\x08\x6a\x16\x4c\xd3\x4d\ \x59\x75\x4b\x98\x6b\x86\x4e\x24\xb7\x42\x31\x73\x2c\xc3\xd4\x1d\ \x10\x04\x29\x2e\xd5\x55\x96\x9c\x29\x98\xa5\x99\x3a\x07\x4a\x00\ \x25\xf4\x9f\xf4\xfe\x82\x7a\x53\x5a\x3f\x74\xc6\x27\x07\xc9\x1e\ \x99\xe2\x8a\xb0\xea\x0a\xfc\x73\x98\xfa\xbf\x0d\xc2\x01\xc7\x12\ \x72\x04\x96\x24\xb0\xfd\xff\x13\x45\xf4\x04\x67\xb6\xcd\xa9\x22\ \x61\x00\x04\xdc\x30\x74\x24\xb9\x14\x72\xb3\x09\x89\x80\xdb\xb6\ \xc3\x91\x7c\x63\xec\xc1\x15\x32\x70\x50\xd5\xd6\x2d\xc3\x8d\xb4\ \xa3\x27\xf2\x08\xfd\x3b\x0e\x4d\xc7\xb2\x04\x26\x44\xf6\x36\xec\ \xd8\x58\x3f\x7b\xec\x5c\x86\x41\xff\xc7\x8c\xb8\xbf\x9b\xdf\x78\ \xfb\x60\xb6\xc5\x81\x48\xd2\x3f\xa3\xfe\x00\x67\x4c\x8d\x4e\x68\ \xd6\x30\xe4\xe4\xae\xe3\x01\x1b\xff\x9f\x4a\x5a\x64\xb6\xc5\x10\ \x91\xe9\xff\x86\x24\x05\xb7\x2c\x87\xc8\x72\x45\xf3\xe5\xff\xff\ \x32\x75\x99\x37\x58\x70\x28\xcb\x91\xf9\xcf\xcd\x0d\x24\x1c\x23\ \x60\x39\xaa\xe2\x91\x28\x5c\x9b\xbd\x87\x5d\x21\xb1\x51\xee\xfc\ \x8c\x4c\x83\xfd\x8b\xa9\x28\x38\x77\x47\xc6\x86\xbb\x8c\x8c\x4b\ \xc5\x70\x0b\x32\x43\x08\x2c\x43\xb3\x18\x52\x14\x85\xfe\xdb\x19\ \xd9\x82\x73\x1c\x16\x1f\xaf\xe8\xf9\x39\x45\x01\x53\x37\xb0\xec\ \x56\xa4\x7f\xa3\x21\x97\xe0\xb6\x6e\x98\x0e\x08\x59\xf2\xb8\x64\ \xfc\xef\x65\xd5\x09\x81\xe4\xa0\x98\xd8\xe0\x92\x8c\x0c\xbf\x83\ \xfe\x06\x59\x23\x00\x4b\xf7\x1b\x42\x60\x20\x8a\xe2\x96\xc8\xf5\ \x06\xb0\xe0\x22\x28\x26\x3e\x08\x97\x66\x66\xfa\xae\xde\x40\x38\ \xba\x6e\x30\xe0\x88\x28\xb7\xb0\x9a\x11\x70\x47\x37\x02\x0c\x10\ \x42\xb2\x5b\x55\xfe\xe7\x18\x13\x21\xe1\x58\x9a\xa9\x31\xa0\xee\ \xeb\x34\xe7\x5f\x49\xd3\x34\x74\x9b\x3b\x80\x88\x5b\xf5\xdc\x54\ \x98\x08\x84\xa9\xfb\x4d\x01\x18\xa8\xa2\xb8\x6e\x14\xd7\x5f\x7d\ \x42\x38\x04\xc7\xc4\x79\x59\x49\x56\xbe\x0f\x21\x7c\x13\x83\xc7\ \x72\xd0\x5f\x75\xa4\x40\xc0\x1d\xcd\xd0\xf0\x65\x3d\x11\xdc\xd1\ \x0d\xc3\x01\x21\x53\x8f\x4b\xf9\x6b\xcd\x11\x82\xb8\x63\xe3\xc3\ \xfd\x59\x19\xa5\x16\xfc\x37\x7d\xd4\x11\x80\x6d\x05\x74\x46\xbc\ \xaa\x0b\xdd\x76\x15\x1a\xc1\x1d\xc3\x30\x18\x70\x4c\x14\xb7\xa2\ \xc2\xcd\x75\xc9\xd6\x0d\x8d\x01\xc2\x58\x71\x29\xf2\xed\xe8\x12\ \x42\xe0\xd8\xa6\x61\x59\x1c\x84\x2c\x7b\x14\x4a\x01\xfe\x01\x2b\ \xab\xff\xfe\x8d\x6f\x04\x88\x00\xa6\xff\x41\x9a\x06\x6e\xeb\xa1\ \xad\xef\x7b\xf7\xcb\xb9\x4d\xe3\xd0\xb5\x89\x66\xcc\x36\x43\x1a\ \xdc\xf9\xe2\xeb\x53\xe2\x25\xc3\xfa\x17\xad\x64\x85\x65\x38\x8d\ \x47\x4d\x7d\xfc\xb1\x4e\xdc\xb4\xc4\x2d\xb5\x18\x30\x75\x57\x69\ \xd8\xbc\x5e\x8d\x28\x60\xec\xdf\x35\x69\x0d\xdb\x33\xe8\x99\x97\ \x46\xf7\xac\x66\x9a\x4c\x75\x7b\x64\xfa\x6f\xd0\x34\xb3\x2d\x6f\ \x42\xc7\x39\xab\x56\x7c\xf9\xeb\x07\xc3\x7b\x54\xd2\xf5\x7f\xef\ \xee\x9c\x59\x6a\xb5\xce\xcf\xbf\xf9\x68\x4d\x8f\x75\xf3\x5c\xc6\ \x7f\xc9\x4d\x36\xb4\x7f\xec\xf5\x4f\xd7\x7d\xfd\xee\xf2\xd9\xed\ \x6a\x4a\xfa\xf5\x09\x7d\xdc\x32\xa0\xd3\x23\x4f\x3c\x34\xb6\xb1\ \x69\xd8\xe5\xc9\x3e\xcc\x96\x23\x1a\xce\xfc\xfa\xc3\x8f\xd7\x7d\ \xf3\xdc\x53\x83\x5c\xa6\x7e\xe3\x9d\x85\x63\xf1\xd0\x6a\x13\x96\ \xad\x58\xbe\x66\xc5\x9b\x2f\x0f\x8f\x50\x6c\x87\xfd\x4f\xcd\x13\ \x21\x04\x67\xd1\x6d\x47\xbc\xf7\xd5\xbc\x56\x55\xb1\x71\x9b\x91\ \xd4\x82\x59\x2c\xf4\x81\xd7\xe7\x7e\xb0\xf6\xdb\x77\x3e\x7e\xa6\ \x8a\xec\x38\x37\x4b\xc5\x37\x1d\xda\xed\x99\xb7\x3f\x5b\xf7\xf5\ \xbb\x1f\xce\x6a\x51\x8d\xfc\x1b\xf9\x8f\x82\x19\x26\xed\xfe\xd0\ \x73\x53\x87\x34\x62\x86\x75\xe3\x33\x33\x21\x27\x34\x6f\x51\x2d\ \xca\x7d\xab\x8c\x5c\xe1\x18\x2c\xb4\xde\xcc\x4f\x96\x8f\xe9\x1d\ \x67\x18\x8c\x39\xb6\xab\x72\x9b\x97\x7f\xf8\xfc\xcb\x35\x1f\x8d\ \xe8\x1b\xfb\xd7\x9a\x23\x98\x85\x23\x9a\x3d\x35\x7f\x56\xf3\x48\ \x6e\x3a\xff\x5d\x2f\xc2\x34\x59\xb3\xd1\x2f\x2f\x5d\x38\x3a\x84\ \x98\xec\xf6\x7a\x3c\x73\xc7\x76\x45\x37\x79\xf6\xdb\x8f\x3e\x5e\ \xf7\xcd\x33\x8f\x0d\x90\x6f\xaa\x4b\xb6\x29\x22\x6a\x4d\xf9\xe8\ \xcb\xe5\x6b\x56\xbc\xfe\xc2\x3d\xa1\x92\x7d\x1b\x17\x17\x86\xc6\ \xea\xf6\x1e\xfe\xf6\x2f\x5f\x7e\xba\xfe\xd3\x41\x1d\x13\x6c\xc3\ \xfc\x47\xd8\xd4\x18\x01\x58\x86\x66\x58\x0c\x21\x70\x6c\x4d\xb3\ \x6c\x40\x48\x38\xb6\xae\x05\x34\x2d\xa0\x69\x3a\xe3\x02\x21\x24\ \xd8\xe5\x23\xba\xc1\x38\x20\x84\xb8\x63\x69\x5a\x20\xa0\x05\xfc\ \x9a\xdf\x62\x1c\x21\xc4\x6d\x4b\xd7\x02\x01\x2d\xa0\xe9\x06\xbf\ \x9c\xa6\x6c\x9b\x9a\x5f\xd7\x99\xb8\x79\x3d\x33\x04\xc0\x2c\x23\ \xa0\x05\x34\x2d\x10\xd0\x75\xc6\x01\x21\x70\x2c\xa3\xec\xca\x86\ \x69\x97\x9b\x60\x9a\xcf\xaf\x05\x02\x5a\xc0\xb4\x18\x20\xc4\x6d\ \xcb\xb0\x39\xe6\x80\xf0\x95\x80\x32\x6e\x19\x9a\xdf\xf1\x59\x5c\ \x89\x0c\x0d\x21\x70\x43\x5d\x07\x04\xdc\x36\x03\x9a\x2f\xa0\x05\ \x02\x9a\x6e\x3b\x1c\x00\xdc\xe1\xc1\xc1\x1e\x08\x08\x5f\x40\xd3\ \xcb\x32\xbc\x81\x33\x43\x0b\xf8\xb5\x40\xd9\x11\x04\xbc\xd4\x74\ \xda\x8d\x9b\x39\xe6\xae\xba\x3e\x33\x5f\x37\x1d\x00\x24\x98\xa3\ \x6b\x01\xff\x65\x51\xdc\xe2\x5b\x62\x69\xba\xcf\xc7\x4c\x97\x37\ \x32\x58\xa5\x02\x80\x3b\x96\xa6\xf9\xfd\x5a\x40\x37\x2c\x01\x88\ \x99\xba\x6e\x94\x85\x31\x22\xc1\x2c\xcd\x34\x84\x10\xa6\xe6\xf7\ \x6b\xfe\x80\xe6\x37\x4c\x1b\x53\xc9\xc8\x4b\x5a\xf1\xda\xa7\x85\ \xb1\x09\x4d\xea\x85\x39\x97\xcb\x9d\x38\xa6\x11\xd0\xfc\x01\x2d\ \x60\x5a\x8e\x00\x84\x40\x38\xa6\x7e\x59\x5c\x0e\x00\x02\x21\x2c\ \x43\x0b\x58\x3e\xc3\x91\x22\xc3\xc2\x24\x24\x84\x10\xb6\x51\x7e\ \x8e\x69\x39\x65\x7d\x78\x2c\x43\x0b\x68\x01\x4d\xf3\x6b\xc6\xcd\ \x3f\x54\x9c\xd3\x9a\xed\x9b\xfb\x4e\xfe\xfc\xf6\x2b\x9f\x26\x66\ \x39\xb2\x84\x6f\x58\x2c\x81\x37\x32\xc4\xab\x30\x3f\xf8\x34\x5d\ \x67\x1c\x30\xa1\x76\xe9\xc5\xaf\x5e\x7a\x73\xd5\xe6\x40\xcb\x96\ \x8d\x24\x71\x93\xa9\x2f\x38\x03\x77\x74\xd3\x8e\x71\x3b\x3f\x5d\ \xfc\xfe\xf2\x2d\xa5\xf6\xed\x34\x2f\x43\x82\x99\x01\x5d\x67\x02\ \x21\x04\xb6\x11\xd0\x4d\xa7\xcc\x1d\x5f\xa6\x6f\x65\x22\x45\x00\ \xce\xb5\xba\x54\x96\x59\x69\xea\x65\x47\x0c\xc3\x06\x84\xb8\x63\ \x19\x36\x47\x0c\xd0\xd5\x02\x83\xc2\x36\xf4\x80\xe6\x0f\x68\x9a\ \x65\xb3\x72\xbb\x5b\xf3\x95\x09\xd9\x76\x38\x20\x22\x61\xff\x96\ \x0f\x96\x2d\x79\x6f\x6f\xd5\xfa\xad\x23\x5d\xe8\xa6\x6c\xc0\x41\ \xa9\xdd\xa9\x49\xfe\xc1\x1f\xde\x9a\xbb\xe2\x5c\x2e\x93\xa4\xdb\ \xb2\x81\x84\x63\x6b\xba\xbf\x54\xe8\x8a\x3b\x3c\xd4\x2d\x0b\x10\ \xc2\xb1\x8d\xb2\x49\xa4\xe9\x8c\x03\x70\xb3\xc4\x0c\xbe\xef\x85\ \x97\x7b\xd6\x75\x17\x19\xc5\xa6\xcd\xaf\x9d\x7a\x9a\x6e\x72\x01\ \x20\x1c\xc3\xb2\x05\x2b\x2f\x67\x86\x09\xb1\x0a\x93\xbf\x7c\xfd\ \x93\xdc\xc8\xaa\x4d\x1b\x44\xb0\xcb\x04\xcf\x2c\x53\xfb\x93\xb8\ \x84\x6d\xea\x01\xd3\xa7\x59\x38\x3c\x2c\xfc\xc6\x35\x5b\xd9\x2e\ \x85\x56\x36\x07\x81\x1b\x5a\xc0\x62\x02\xc1\x4d\x74\xc9\xbc\xac\ \x4b\xba\x69\x09\x40\xc0\x99\xa9\x07\x02\x5a\x20\xa0\x69\x96\xcd\ \x11\x02\x9b\x99\xb6\x03\x44\x5c\xc3\x02\x57\x27\x9a\xe1\x30\x81\ \x10\x38\xa6\x5e\xa6\xfc\x9a\xae\x33\x2e\x30\xa5\x56\x71\xda\x8a\ \x17\xdf\x5c\xbd\xc3\x6c\xd5\xb2\x81\xc4\x6f\xa1\x4b\x9e\xd8\xa6\ \xed\xa3\xb7\x7c\xb8\xe8\x83\xcf\xb6\xfb\x19\xc5\xd7\xeb\x52\x99\ \xe6\x68\x97\x35\x47\xd3\x4d\x47\x56\x49\xfa\xc1\x2d\x8b\x66\xbd\ \x77\xd1\xac\xd9\xa4\x66\x14\xe7\xec\x1f\xc1\xd4\xd4\x34\x49\xbf\ \x59\x2f\xc4\xa5\xac\x5a\xf2\xed\xb9\x5e\x93\x9e\x6d\x2f\x76\x2f\ \xfa\x68\x93\x5a\xbd\xed\x84\xa7\xc7\x36\xaa\x12\x2c\x4a\xcf\x7d\ \xf2\xca\xd2\x03\x49\xf9\xd1\x4d\x7a\x3f\xf7\xc2\x88\x68\x0f\xc9\ \xdc\xb7\xe6\x83\x77\x7e\xce\x2d\xb5\x82\x6a\xb6\x9e\x3a\x73\x62\ \x83\x58\xc5\x2e\xc9\xfc\xe9\xf5\xb7\x37\x1e\xcf\x09\xab\xdb\xfe\ \xa1\x27\xc7\x36\xaa\xe2\xbe\xb0\xf9\xc7\xf7\xdf\x5d\x53\xca\x09\ \xb3\x50\xc7\x19\xaf\xdc\xdf\xc8\xb7\xe0\xa9\x45\x69\x01\x7a\xbd\ \x27\x4c\x08\xcb\xc1\x75\xba\xdf\x3b\x7c\x74\x8f\x4a\x61\x1e\x51\ \x70\x6e\xc5\x8b\xf3\x76\x5c\xa0\xdd\xc6\x3c\x7a\xff\xb0\x96\xb2\ \xe3\xdb\xfa\xf1\x7b\xdf\xfd\x72\xc2\x9d\xd0\x74\xfc\xf3\xd3\x9a\ \xc5\xab\x56\x69\xd6\xcf\x6f\x2d\x59\xb7\x3f\xa3\x61\xef\x07\x27\ \x3f\xd6\xdf\xe3\x4f\x91\x15\x2a\x04\x03\xc1\x2c\xee\xee\xfa\xf0\ \x13\xc3\xee\xaa\x4b\xd4\x2a\x1e\x76\x82\x5d\x8e\x07\x16\x57\xd6\ \x3b\x86\x13\xd3\xe1\xae\x49\x8f\x0c\x8b\x0b\x46\x85\xc9\x87\x3e\ \x9f\xf7\xe1\xd1\x74\xcb\xd0\xec\x2a\x77\x3c\xf4\xd1\xaf\x03\xb5\ \x0b\xfb\x3f\x7c\x6d\xf9\xb9\x5c\x0b\x7b\x62\x86\x3e\xfb\xc8\x1d\ \xed\xab\xe4\x1e\xd9\xf4\xf1\x1b\x9f\x27\x17\xc8\x77\x3d\x3e\x63\ \xf4\xbd\xcd\x43\x8a\xa6\x2f\xeb\x38\x32\xeb\x8f\x15\x0b\x97\x6d\ \x14\x91\x0d\xc6\x3f\x3b\xbd\x43\xfd\xd0\x0b\xdb\x57\x7f\xf8\xce\ \xcf\x05\x16\xa1\x04\x5d\x73\x2f\xc4\x2c\x33\xa8\x4e\xa7\x27\x9e\ \x1f\x13\xa7\xe2\xda\xcd\xa3\x0f\xac\xb5\x1c\x6e\x84\xd7\xea\xfe\ \xc8\xcc\x71\xf5\x2a\xc1\xd1\x95\x9f\x7f\xfc\xf1\x1f\x75\x47\x3f\ \xd1\x2b\xfc\xf8\x92\x85\x9b\x2c\x80\xe8\xa6\x03\xa6\x0d\x89\xfe\ \x6a\xc1\xea\x76\xcf\xbd\xd2\xb7\x79\x2c\x41\xe6\xee\xcf\x97\x7e\ \xb5\xea\xb8\x13\x28\x4c\x3a\x78\xe4\x42\x86\x16\xee\x00\x02\x04\ \x20\x6c\x93\x25\xf4\xba\x6f\xc2\x43\xfd\x23\xa0\xe0\xb7\x25\x4b\ \x7e\xdd\x7c\x8e\x4b\x21\xdd\x26\x3e\x32\x74\x60\x53\x6a\x16\xfd\ \xb1\x6c\xc9\x4f\x1b\x93\x39\x76\xb7\x19\xfb\xc4\xc8\x61\xcd\x30\ \x8d\x0e\xa7\x99\x8e\xc3\x2c\x1b\xb7\xbc\x7f\xf2\x03\xf7\x75\x09\ \x76\x72\xd7\x2e\x5e\xb2\x76\x47\x1a\x57\xa3\x7a\x4d\x1e\xd9\xa7\ \x57\x23\xaf\x57\x29\xdc\xb3\xe6\xdd\xb7\xbe\xcd\xb5\x6f\xa8\xbf\ \x8a\x10\x18\xbe\x82\xb4\xf3\xe7\x2e\x5c\xf2\xb8\x5c\xe5\x7f\xbc\ \x46\xa4\x00\x42\xd3\xa1\xe1\x7d\xcf\x7c\x5e\x7f\x42\xf1\xa9\x4d\ \xcb\xde\xfc\x26\x33\x80\x24\xd0\x32\xce\xe6\xba\xd3\xb2\xb4\x56\ \xf6\x2d\x3b\x4b\x08\x2e\x4a\xf3\xd3\xcf\x26\xa7\x5d\x30\xdc\x6e\ \xe9\x72\xae\xf8\xd5\x4c\x71\x80\x3f\x1d\x61\xb6\x5e\xa9\xe3\x98\ \xe9\x77\x07\x2d\x7d\x71\x71\xaa\x9f\x76\x9e\xf1\x42\x7b\xbc\x6f\ \xe1\xc2\x0d\x95\xda\xf6\x1f\xff\xc8\xb0\x1a\xe1\xe8\xc8\x0f\x9f\ \x7e\xfa\xc5\x0e\x1d\xbb\x1b\xf4\xbe\x7f\xd8\xc8\x6e\x95\xc2\x3c\ \x4e\x4e\xe2\xe7\x2f\xce\xdf\x97\x29\xb5\x1a\x32\xf1\x81\x07\x3a\ \x86\xca\xe2\xcc\xa6\xef\x97\xbc\xb5\xb6\x6a\xb7\x07\x1e\x7e\x6a\ \x60\x90\x76\x41\x52\x08\x08\x1b\x04\xb7\x1c\xda\x62\xe4\xf4\x51\ \xf7\x77\x24\x05\xc9\xdf\xbd\xb1\x64\xfb\x89\xdc\xe8\xe6\xdd\x1e\ \x7b\x62\x54\xcd\x48\xd5\xcc\x3b\xbb\xe2\xf5\x25\x07\x93\x03\x92\ \x04\xf9\x17\xd2\xf2\xd0\xc5\x62\x43\x13\xb7\x2a\xa1\x8a\x00\x69\ \xa5\xf9\xa9\x29\x29\x17\xd2\xbd\x37\x11\x17\xfa\xd3\xa8\x00\xca\ \x2c\x1b\x39\xbe\xe9\x94\x17\xa7\xd4\x0e\xa3\x55\x1a\x55\xbf\xf8\ \x9e\xc5\x84\xa9\x54\x6a\x34\xe1\xe9\xc9\xad\x6b\x87\xe5\x1f\xfe\ \xfd\xfd\xf9\x5f\xa7\xeb\x95\x26\x2d\x7a\xbe\x57\x87\x5a\xfe\xb0\ \x79\x8d\xa7\x6a\x87\x3f\x5d\xf0\xd1\xaf\xc9\xb5\xbb\x0e\x7d\xe8\ \x89\x01\x21\x84\x9f\xd9\xf0\xf5\x87\xcb\x36\xb0\x98\xb6\x2f\xbc\ \x3e\xa1\x66\x04\xd9\xad\x48\x20\x04\x42\x84\xeb\x45\x67\x0e\x1f\ \x49\x4d\x0f\x54\x71\xca\x3d\x33\xb6\xe9\xc4\x75\xe8\x3f\x76\xea\ \xe0\x6a\x21\x7c\xff\xd7\x1f\x7f\xf1\xcd\x5e\x03\xa9\x8d\xef\x99\ \x3c\x6e\x6c\x47\x0a\xa1\x95\x83\x1c\xab\x6c\x5d\x74\xe5\xf1\x00\ \x74\x9b\x74\x9f\xfa\x5a\x3b\x6b\xe3\xc2\x0f\x36\x5b\x9e\x2a\x63\ \x97\x3e\x5a\xf4\xdd\x3b\x3f\x6c\xcb\xed\x30\x6a\xea\xfd\xf7\x76\ \xf2\x18\x99\xbf\x2c\x5a\xb2\x7e\xcf\x25\x70\x55\xba\x63\xea\xa8\ \xde\x3d\x1a\x78\x3c\x72\xfe\xce\xd5\x4b\xde\xfa\x2e\x57\xaa\x32\ \xf0\x89\x89\xbd\x3b\xd4\x90\x9c\xc2\xf5\xef\xbf\xf7\xfd\xfa\xf4\ \x3b\xa7\xcd\x1c\x7c\x77\x7d\x76\xe6\xa2\x44\xb1\xb0\x00\xb8\xe3\ \x28\x31\xc3\x9e\x7f\xa4\x4f\xdb\xca\xb9\x87\xff\xf8\xe8\xcd\x15\ \xe7\x0b\x44\xb3\xe1\x13\x46\x3f\xd0\x35\x58\x25\x39\x87\xd6\xbd\ \xbf\xe0\xfb\x9c\x00\xa2\x10\x48\x3f\x9b\x1b\x9c\x96\xa5\x35\xb2\ \x6f\xb5\x18\x15\x82\x8b\x92\xbc\xf4\x33\xc9\x17\x2e\xd9\x2e\x95\ \xa2\x3f\x6b\x0e\xb7\xf5\xf0\x36\x23\x5e\x1a\x56\xe9\xa3\x17\x17\ \x26\x97\xe2\xf6\x0f\xcf\xea\xea\x39\xb6\x64\xfe\xef\x1a\xcf\xcf\ \xc9\x31\xb2\xf2\x0a\xa3\x11\xff\xa7\x38\xe7\x31\x63\xb8\x5a\xab\ \x26\x0d\x6a\x05\x9b\x20\x62\x6a\xb5\x68\x59\xa7\x92\x0d\x4e\xe7\ \xe7\x5e\xec\x5e\x3d\x67\xe9\xd3\xaf\x7f\xf6\xe9\xef\xb9\xa5\x8e\ \x24\x49\x7a\x76\xd2\xca\x05\x0b\x16\xbc\xf2\x55\xd4\xdd\xd3\xc7\ \xf6\xad\x65\x40\xa5\x87\xde\x7d\xb5\xb1\xbd\xff\xbd\xb9\x5f\xa3\ \xaa\x3d\x7b\x35\x89\xb2\xd5\x84\x87\xdf\x9e\x19\x71\xe6\xe7\x37\ \x9f\xfb\x24\x74\xd0\xf4\x69\x0f\x34\xb2\x4c\x9b\x73\x12\x55\xa3\ \x7a\x9d\x7a\xd5\x82\x94\x9b\x76\xbf\xe2\x26\x53\x3b\x0e\x1f\xd7\ \x58\x24\x7f\x3e\x6f\xf1\x97\x9f\xad\x4f\xf7\x81\x22\xf1\x0b\xbb\ \xd7\x7f\xf0\xfc\xab\x9f\xfd\x92\x7d\xdf\xec\x59\xcd\x43\x6c\x5a\ \xa5\xd1\x1d\x77\x46\x6e\x5c\xfa\xde\xef\x27\xd5\xc7\x3f\x7c\xa5\ \x63\x55\x29\xf5\xc0\xe6\x0f\xde\xfc\x41\x6d\xd6\xb8\x7a\x8c\xec\ \x30\x6e\xea\x76\xbd\x7b\xa6\x3c\x31\xa5\xd9\xd6\x65\x1f\x6c\xda\ \x7b\x11\x08\x2d\x57\x4f\xc1\x39\xe3\x9c\xf1\xb2\xd6\xe9\x55\x3b\ \x77\x6d\x51\x3d\x67\xf9\xcb\xef\x67\x44\x74\x9b\xb3\x78\x72\x25\ \x30\x05\xc2\x25\x67\xf7\x7e\xf6\xc6\x72\x5f\xdd\x7b\x1e\x7d\xb8\ \xb7\x70\xac\x3e\xb3\x5e\x19\xd5\x11\x56\xbc\xfe\x41\x69\xbd\x21\ \xb3\xe7\xdc\x1b\x8a\xfc\xfb\xbe\x5b\xb5\x79\x67\xea\xb9\x2d\xbf\ \xbe\xf7\xfc\xeb\xdf\xff\x76\xdc\x10\xe1\x0f\xbc\xf9\xfa\x1d\x71\ \x97\x3e\x7e\xe3\x2b\x4f\xdf\xa9\x33\x67\x74\x43\x96\x09\x20\x38\ \xe7\x9c\x71\xce\x05\x08\xc6\x94\xaa\x0f\x2d\x9e\x5d\xbd\x70\xc7\ \x17\x1f\xfc\x9a\x51\xc2\x09\x62\x42\xae\xf5\xe8\xd2\x57\xaa\xe7\ \x6e\xfe\x70\xc9\x1f\x2d\x1f\x7d\x69\xd2\x80\xea\xb6\x5c\xa5\x61\ \xab\x5a\x51\xb5\x3b\x0d\x1c\xdc\x26\x3c\xae\x61\xe3\xfa\x31\x8e\ \x1c\xdd\x77\x44\xcb\x73\x6b\x3e\xfe\x7c\xd5\xa5\x21\x2f\xbf\xd4\ \xa5\x9a\x6a\x71\x44\x09\xbd\xe2\x6e\x77\x4c\x33\xa4\xd1\x1d\x2f\ \x2f\x9a\x98\xb7\xee\xd3\x6f\xd7\xe7\x8d\x5d\xf4\x6a\xaf\x06\x6e\ \xdb\x31\x53\xb6\xaf\x79\xff\xb9\x39\x5f\xff\x51\xfa\xe0\xcb\x4f\ \xd7\x53\xf4\xe8\xee\x23\x67\x3d\xdd\xfd\xe0\x67\x1f\xae\xdb\x92\ \xcc\x30\xb5\x0d\x2b\xa1\xdf\x98\xc7\x27\xb7\xda\xb2\xf0\xb5\x15\ \xbf\x17\x8e\x9b\xff\x5c\x8b\x18\x4b\x93\xaa\x0d\x1b\x3d\xd4\xda\ \xb3\xea\x83\x79\xef\xaf\x5e\x77\x54\xe3\xf4\x56\x4e\x7d\x8c\x09\ \x81\x2b\x7f\x14\xe5\x22\xe5\xe5\x13\x9a\x52\x94\x73\x64\xf3\xc7\ \x0b\xbe\x71\xf5\x98\x38\x65\x44\x1b\x30\x0d\x01\x08\x63\x4a\xfe\ \xf5\xe6\x14\x22\x98\x5c\x53\x8c\x55\x88\x2b\x02\xbc\xe1\x08\x42\ \xc8\x97\x9b\x53\x6f\x48\xf7\x66\xb5\xdd\x01\x88\x1f\x70\x4f\x17\ \x57\x7e\x9a\x88\xeb\xf8\xcc\xfc\x29\xa5\x1b\x3e\x9e\xff\xc6\x9a\ \x16\xd3\x9f\x7d\xa0\x7b\x54\xb1\xa5\x74\xb9\x7f\x5c\x3d\xf3\xf4\ \xa7\xaf\xbf\xf3\xf5\x17\xbf\xa7\x17\x18\xae\x5a\x6d\xa6\x2e\x9c\ \x7c\x69\xd5\x07\x0b\x5e\x5c\xba\x7d\x6f\x2a\x96\x95\xbc\x53\x3b\ \x96\xcd\xfb\x96\x36\x6e\x54\x2b\xce\xe5\x30\x6e\xe9\x66\xf5\xbe\ \x63\x5f\x98\xd9\xe3\xc0\xc7\xef\x6e\xbd\x10\xf9\xcc\xb2\x67\xeb\ \xb8\xac\xe0\x26\xed\xba\xb4\x66\xdf\xbe\xb1\xf8\x34\x6e\xfd\xe4\ \x4b\xe3\xc2\xb9\xee\x70\x40\x84\x10\x82\xe1\x5f\xd5\xc2\xc6\x98\ \x10\x20\x97\x4f\x13\xfc\x8a\xb8\xae\x6e\x5d\x5c\x11\x20\xb3\x20\ \x7c\xf4\x82\x57\xdb\xc8\xa7\xbf\x78\x77\x65\x4a\x9e\x4d\x31\xb7\ \x21\x6a\xf4\x1b\x2f\x36\x0a\xec\x7a\xeb\x99\x25\x7a\xab\x91\x4f\ \x3e\xdc\x15\x9b\x39\xeb\x3e\xfc\xfe\x58\x52\xf6\xfe\x6f\x3f\x7f\ \xe7\xa5\x85\x9b\x0e\xe5\x2a\xb2\x54\x9c\x72\x68\xc5\xab\xf3\x16\ \xbe\xbd\xa1\xf9\xa4\x59\xc3\xda\xc6\x69\x79\x67\x56\xcc\x59\x9a\ \x42\xa3\x9a\x37\x8f\x29\xb7\xa0\x11\xa6\xe8\xea\x62\x85\x59\x96\ \xa7\x4e\xd7\x99\xf3\xc6\xe6\xac\x5e\xf6\xd6\xa2\x4d\x1d\x9f\x7c\ \x7e\x60\x4b\x8f\xa7\xd1\x5d\x2f\xbc\x76\xef\xb9\x95\x9f\xfe\xb4\ \xf6\xb8\x05\xb4\xbc\xbc\x30\x88\xb2\x29\xc3\x01\xc0\xd1\x4b\x2c\ \xd6\x73\x7c\xcf\x70\xc9\x76\x27\xb4\x1f\xdc\xb5\x4a\x61\x6a\x66\ \xf5\x01\x93\x1f\x1d\xdb\x78\xc3\x9b\xaf\x7e\xb3\x5d\x9b\xbc\x60\ \x56\xd3\x28\x53\x57\x6b\x0e\x1f\x3d\x38\xb0\xfd\x87\x0f\xe6\x7d\ \xf0\xcb\x86\xe3\x3e\xcd\xaa\x3e\x74\xe2\xd8\x31\x75\x7f\x7a\x65\ \xee\xd2\x85\xdf\x9d\xb9\xe8\x53\x29\x3f\xf4\xe3\x57\x5f\xfe\x78\ \xb4\x4e\x8f\x66\xa1\x8a\x10\x9c\x99\x06\xed\xf7\xfc\x9c\x11\x6d\ \xd9\x17\xaf\x7f\xe8\x6b\x30\x74\xf6\xcb\xf7\xc8\x60\x37\x19\xd4\ \x3b\x9e\x1d\x78\xf7\xf5\x6f\x43\xee\x9c\x36\x65\x78\x2b\x61\x1a\ \x57\x95\x44\xfc\x0b\xc7\x33\x21\xe4\x1a\x6b\xfa\x1a\x5d\x42\xd8\ \x97\x9b\x53\x7b\x50\xd7\x16\xf5\xbd\x7e\x88\xe9\x7f\x4f\xf7\x90\ \xd2\x4c\x0d\x30\xc2\x98\x10\x82\xfe\x51\x9d\xa8\x29\x00\xd8\x86\ \x30\x4c\x86\x40\x38\xc2\x32\x38\xc7\x00\xc9\xbf\x6d\xf0\x3f\xdb\ \xf7\x81\x89\xbe\x35\x5f\x7c\x9f\x99\x1b\x00\x04\xae\xb8\xda\xbd\ \x27\xdc\x13\xad\x40\x7c\x90\x57\x84\x4a\xae\x1a\x1d\x5b\x7b\x8b\ \xde\x9e\xfd\xee\x96\x9c\xb8\x5e\x19\xb9\x61\x60\x7b\xab\x77\xea\ \xda\xa0\x6a\xba\x7e\xe7\xf8\xa6\x38\x3e\x44\x2a\x6c\x10\x4b\xc5\ \x71\xea\x62\xbf\x3d\xf7\xc8\x16\x89\x6b\x01\xaa\x4a\x37\xf7\x7f\ \x20\x6c\x9c\xdb\xb3\x6b\xf7\x8e\x5d\x32\x75\x11\x4a\x30\x91\x62\ \x5a\x75\x1b\x7a\x77\x13\x4a\xc2\xc2\x54\x6f\x74\x28\x3d\xc3\xb1\ \x9d\x9b\x7e\x6c\xf7\xae\xc3\xbf\xa6\x36\xe9\xff\x45\xfb\x6e\x35\ \x77\x7d\x71\x32\xf9\x44\x72\x6e\x31\x63\x5c\x20\x10\x36\x0e\x6a\ \xd1\xb1\x53\xc6\x37\xef\x7e\xf5\xf3\x9a\xb8\xdc\x86\x23\xda\x34\ \xc3\x00\xb6\x69\xb7\x9c\xf6\xdc\xf4\xe1\x2d\xb5\x4b\x47\x96\xce\ \x78\xed\xa8\x2e\x90\x40\xa5\xa9\x89\xfb\x76\xaf\x3b\x98\xef\x6a\ \xb9\x6e\x6a\xfd\xaa\xc1\xc0\x45\xd1\xb9\x63\xdb\x76\xae\xd1\xbf\ \xec\x33\xf7\x8e\xaa\x1e\x57\x42\x97\x16\x35\x36\xbd\xf9\xe2\xda\ \xcd\xa7\x4f\x38\x95\x97\x2d\xeb\x91\x10\xfd\xdd\x81\x8c\x0b\xd9\ \x39\xbe\xaa\xd9\x97\xce\x9e\x3a\x89\x09\x45\x31\x3d\x3a\xd7\xf4\ \xfc\x38\xf5\xdd\xdf\x8f\xe7\xe6\x44\x37\x79\xe3\x91\x1e\x91\x6f\ \xae\xcf\xf3\x56\x1f\x3d\xef\xd5\xde\xf5\xa4\xa3\xdf\x7f\xbe\x74\ \xd1\xf7\xd0\x70\x48\x73\xb5\x70\xe1\x2b\xcb\xd6\xe7\x46\x77\x18\ \x3d\x26\x9a\xf0\xe0\x7a\xdd\x9a\xe1\x8c\x57\x5e\xfb\x64\x4b\xa1\ \x70\x75\xea\x3a\xfa\xde\x2e\xab\x96\x25\x9b\x1d\x23\x3b\x4d\x9a\ \x3a\xb5\xb3\xf5\xfe\xb7\x17\x72\x2e\x1c\x2f\xe5\x0a\x2a\x2d\x48\ \xda\xb7\xeb\x97\xc3\x17\x06\x0d\x6f\xdb\xa0\x7a\xd0\x86\xd4\xfc\ \xab\xdd\x27\x01\x1c\x0e\x35\xda\xf7\x0d\x3e\xb6\xfe\x93\x0f\x7e\ \xce\x80\x3d\x0d\xef\xf9\xae\x5d\xaf\x7a\x6b\x4e\x25\xc6\xb5\xe9\ \x75\x4f\xbf\xfa\x98\x46\x85\xa9\x28\x2c\xc4\x15\xd5\xae\x9b\x6f\ \xcd\x57\x5f\x7c\xbb\x5a\x6d\x18\x37\xfa\x8e\xbe\x0e\xf6\x34\x6b\ \xdb\xb3\x76\xac\xd2\x6d\xdc\x44\xe4\xa9\x14\x14\x41\xa2\x2a\x87\ \xc2\x69\x61\x1b\xb9\x47\x36\x6c\xd9\x7b\x42\x73\x4b\x94\x4a\xb7\ \xe1\x81\x10\xc2\x16\x72\x9f\x17\xe6\x8e\xea\x5e\x39\x7d\xdf\xef\ \x8b\x9f\x5b\x9a\x0a\x2e\x8a\x78\x6e\xe2\xa1\xcd\xdb\xd6\x87\xad\ \x1a\x38\xb9\x5e\x75\x15\x6f\xfd\x1b\xae\x4e\x6e\x99\xb4\x6a\x93\ \x29\xaf\x3d\xd7\xae\x2a\xdb\xf9\xc1\x7b\xcb\x57\xec\xb0\x11\x52\ \xeb\xb4\x7d\xf8\xd5\xa7\x9a\xc7\x9a\x7f\x2c\x5c\xf8\xc5\xca\xfd\ \x45\xc9\xfb\x36\x1c\x98\xd1\xbe\x4d\xbd\x2d\xb8\x76\x55\x35\x7d\ \xee\xea\xc4\x2a\x9d\x5f\x69\x57\x33\x5a\xea\x7b\x6f\x65\xee\x0a\ \x0f\x92\xa3\xeb\xc6\xa0\x8d\x17\x01\x1b\xc9\xbb\x76\xee\xde\xb1\ \x57\xa1\x2a\xc6\x92\xc8\x3d\xbf\xff\xf7\xa4\x2e\xa3\xc6\x38\x3f\ \xac\x5a\xf5\xfd\x71\x0b\x08\xf7\xe5\x9f\x3b\x7e\x36\xa7\xc8\x71\ \xb8\x00\x10\x36\xf2\xb4\xe8\xda\xb3\xf0\xa7\xcf\xbf\xfc\xf1\x37\ \xe7\xf7\x9c\xb6\x77\x2f\x69\xd1\x32\xf6\x80\x29\xb4\x8b\xc9\xfb\ \xb6\x6c\x3c\x6e\x36\xe9\x37\xb7\x49\xa5\x20\xc8\xd3\xc4\xbf\x1d\ \x93\x21\xb8\x8d\xdc\x77\xbd\xf2\xfa\xfd\x9d\xa3\xd3\xb6\xaf\x5d\ \x3c\x7b\x79\x2e\x97\x90\x1a\x76\xcf\xbc\xd7\xef\x69\x1d\x72\x66\ \xc3\xaa\x25\xaf\x7c\x64\xc4\x75\x6d\x1b\x03\xdf\x8f\x7f\x77\xdd\ \x19\x52\x7b\xd0\xd8\x8e\x84\x49\xd1\x2d\x7b\x34\xaf\xc3\x82\x3b\ \x8f\x7b\xb2\x43\x74\xa4\x22\xd7\x8f\x53\xc0\xca\x4c\x4e\x2b\x2c\ \xd1\xf2\xcf\xa7\x24\x1d\x3f\xef\x52\x55\x10\x10\x5c\xb3\xe9\xdd\ \xe3\x7b\x07\x23\x12\xe5\x0a\x8a\x8b\x74\x3b\x56\x4e\xda\x99\xc4\ \x4b\x99\x81\x08\x5b\xa0\x6b\x3f\x26\xe2\xb2\xe6\x30\x56\xb9\x49\ \xcf\xd6\x09\x95\xd8\x80\xfb\x6b\x80\x27\x2c\x48\x8e\xac\x1d\x53\ \x4b\xe9\x4e\x76\xfd\xfc\xe9\x27\x2b\xfd\xb1\x78\xcc\x7d\x75\x09\ \x46\x8e\x6d\xc4\xf5\x9f\xf8\xc4\xc3\xfd\xbd\xce\xc5\xcf\x1e\x7d\ \x79\x5b\x52\xce\xf1\xf5\x9b\x52\x27\xcd\x6a\x5d\x3d\x34\x63\x40\ \xcf\xa2\x83\x9b\xb7\x5f\x44\xc3\x1e\xe9\x5d\x23\x96\xf7\x9a\x38\ \x09\x79\x63\xbc\x51\x3c\x32\x2e\x04\x52\x85\xa5\xe5\x1c\xde\xb0\ \x65\x6f\xa2\xe5\x96\x08\xa1\xae\x82\x03\x3b\xcf\xa4\x37\x1b\x32\ \x63\xd4\xc6\x2f\xbf\x5b\x77\x2e\x17\x4b\x72\x71\xd6\x85\x73\x89\ \x97\x8a\x03\xb1\x02\x84\xe0\x0e\x0b\xae\xdb\xad\x45\xc2\x1f\xf3\ \x9e\xfd\x6d\xf3\x99\x53\xbc\xca\xfb\xef\x75\xaf\xe6\x5d\xc5\x2d\ \x27\xfb\xdc\xe1\x2d\x5b\xb7\x44\xaf\xba\x7b\x6c\xdd\xaa\x32\xde\ \xf1\x37\x22\xc5\xb8\x65\x4a\xd5\x5b\x3c\x3c\x77\x56\xeb\xca\xd6\ \xd6\x77\x17\x7f\xfa\xcd\xee\xd2\xd4\x03\xeb\x76\x4b\xed\xda\x35\ \x5a\x1f\x88\xae\x1e\x9c\xfd\xce\x2f\x49\x92\x4c\x10\xfc\xf3\x8a\ \xbd\x50\x04\xcc\xc1\xa0\x7a\x64\x13\x74\xdb\xe6\x20\x21\x09\x49\ \x67\x57\x2d\x7e\x68\xcf\xef\x3d\xee\xbd\xf7\x91\x4f\x3e\xdd\x35\ \x67\xc6\xfc\x55\x05\x2f\x2c\x79\x26\x62\xc7\xfb\x73\xde\x4b\x1c\ \xb5\x28\x21\x41\xa1\x08\x00\x21\x4a\x10\xe2\xe5\x85\x9f\x11\xc2\ \xe0\x94\x64\xae\x7d\xe7\xed\x9d\x19\x48\xe1\x96\xa6\x05\x24\x97\ \x2c\x84\x90\xbc\xc1\x61\x6e\x66\x06\xf2\xd9\xcd\xf7\x14\x05\x00\ \x10\x59\x96\x40\x92\x64\xc9\xd6\x8d\xa8\x0e\x83\x5f\x9a\xdb\xef\ \xab\xc9\x4f\xed\x2c\x6a\xb0\xe0\xdd\x51\xe5\x66\x97\x10\x9c\x31\ \x01\x44\x22\x82\x3b\xac\xcc\x76\x21\x12\xe2\x8e\xad\x83\x29\x73\ \xc5\xb6\x6c\x77\x88\x1b\x83\x10\x80\x10\x20\x84\x80\x52\x7a\x71\ \xc3\xca\x77\x4f\xfe\xc1\xf4\xe2\x4c\x03\x95\xdb\x39\x82\x33\xe0\ \x12\xa1\x14\x18\x63\x82\x02\x60\x4a\x15\x90\x08\x58\x9c\x60\x10\ \x0e\xe3\xc8\xe5\x96\x38\x08\x49\x51\x64\x61\x71\x26\x10\x10\x42\ \xa8\x24\x84\x03\x36\x66\x18\x31\x5b\x00\x71\xb9\x08\x07\x90\x55\ \x99\x32\x4b\x60\x82\xf5\xc2\x2d\x4b\x17\x9d\x0c\x42\x25\x99\x19\ \x36\x55\xc0\x31\x05\x95\x3d\x1e\x89\x83\x00\x44\xca\x1c\x8b\x20\ \x49\xaa\x8c\x18\x20\x55\x95\x30\x67\x25\x69\x27\x9d\x6a\xb3\xfb\ \x7b\x4f\xed\x39\xe3\xbe\x6b\x5c\xeb\xa4\x05\x2b\x0d\xec\x42\x08\ \x51\x49\x91\x01\x38\x62\x57\xb6\xe1\x31\x05\x10\xb6\x01\x86\x2a\ \x08\xb3\x6d\x49\x55\x28\x70\x0e\xb2\x4b\x01\xa3\x34\x10\xdb\x76\ \xf0\x8b\x2f\x76\xfb\x78\xfc\x33\x47\x9c\xd6\xd5\xdf\x1a\x84\x31\ \xd8\xa6\xe5\x0a\xf6\x10\x10\x42\x20\x04\x18\x81\x00\x82\x72\x0e\ \x6d\x7a\xff\x85\x6f\x1d\x49\x65\xa6\x5e\x5a\xa4\xbb\x5c\x14\x10\ \xa6\x8a\x2c\x4b\x8e\x24\xdd\x9e\x65\x81\x10\x01\xe7\xf8\xb7\xcb\ \x17\xfd\xe1\x32\x8a\xf2\x4a\x40\x2e\xdb\x32\x2f\x13\x20\x02\x5b\ \xfc\xdd\xb0\x37\x44\x25\x51\x98\xfe\xdb\xc2\x05\x7b\xdc\x50\x78\ \xe1\x82\x90\x15\x02\xc0\x72\xce\xaf\x5e\x30\x7f\xab\xca\xf3\xce\ \xa7\x21\x45\xa1\x46\xfe\x96\x55\x5b\x9e\x1f\x39\x6c\x54\xc3\x98\ \x92\xcd\xbf\x24\x96\x5a\x35\x28\x36\x32\x93\xbe\x7d\xfd\xcd\x14\ \x4d\xa1\x8e\xe9\xf7\x15\xbb\xb0\x07\x01\x10\x59\x2a\xd3\x25\x00\ \x24\xb4\x4b\xef\x8f\x1d\xb3\xb5\x6b\xef\x41\xe3\xc6\x2d\x1d\xd0\ \xf9\xd9\xd1\xb3\xcf\xf8\x2f\x6b\x0e\xb3\x0c\x30\x65\x21\x39\x0e\ \x53\xdc\x0a\x06\x8e\xa8\xe2\xa2\x8c\xdb\xac\xcc\xd7\x2b\x61\x85\ \x12\xc6\xd0\xdf\x0d\x87\x40\x98\x82\x75\xf8\xcb\x0f\xb2\xd7\xa9\ \x7a\x41\x8e\x0f\xcb\x14\x21\x60\xda\xbe\x4f\xdf\xbb\xf0\x93\xe4\ \xcf\xcb\xd6\x89\x8a\x99\xc5\x31\xf5\x78\x65\x0e\x36\x20\x5c\xe6\ \x21\xe1\x46\xd1\x96\x8f\xde\xfd\xf9\x84\xa1\x80\xad\xeb\x01\x21\ \xab\x84\x12\x8a\x29\xe1\xcc\x02\x5b\x72\x30\x09\x6b\xfc\xcc\xd2\ \x69\xd9\xef\xbf\x34\xff\xd7\xc0\xd3\x9f\xce\x23\x0a\x45\x80\x08\ \x50\x2c\x21\x84\x98\x0e\x3a\x65\xb4\x2c\x6c\x12\x53\x00\xe1\x18\ \x60\xba\x04\x46\x04\x6b\x17\x4f\x7e\x35\xf7\x8d\x4b\xa6\x8a\x1d\ \xa3\x20\xb7\xa0\xd1\x83\x5c\x0d\xf2\x48\x00\x42\x20\x84\x10\x20\ \x20\x44\x2e\x3c\xb4\xf9\xe3\x57\x4e\x52\xae\xa7\xe7\x19\x92\xea\ \x32\xd3\x0e\x6c\x3d\x90\xd3\x6d\xca\x44\xad\x76\xec\x9e\xf7\x5e\ \x2b\x05\x99\x50\xc8\xda\xf7\xfb\x7b\xb3\x57\x09\x49\x75\x4c\xad\ \xb4\xd0\x50\x83\x08\x20\x2c\xc9\xb2\x2c\x0b\x89\x22\x40\x34\x90\ \xb8\xe1\x99\xfe\x47\xda\x0d\xb8\xfb\xbe\x27\xe7\xf7\xec\xf0\xe1\ \xcc\xd9\x3f\x5a\x80\x31\xc1\x54\x02\xdb\x30\x4d\x06\x98\xb3\xeb\ \x26\x1a\x63\x65\xe9\xa8\x54\x06\x8a\x90\xc3\xff\x0b\xba\xc4\xf3\ \x2f\xac\x79\x7b\xfe\x4e\x17\xcf\x4f\x2b\xd3\x9c\xa2\x6d\x3f\xfe\ \xd1\x63\xd2\xe0\x91\xd5\xc2\xb5\xed\xbf\x9d\xcc\xd4\xa9\xdb\x03\ \xff\xc0\x28\x7a\x4a\x40\x3b\xbc\xed\xc2\xbd\x93\x1f\x99\x91\x1a\ \xdf\xb8\x5d\x1d\xba\xdb\xb1\x04\x34\x1f\x39\xa9\x55\xb8\x96\x98\ \x92\x98\xa5\xdf\x5d\xbd\x72\x04\x82\xac\xd2\x12\xab\x4a\x4c\x95\ \x5a\x8d\x59\x6c\x44\x30\x41\x92\x76\x6e\xfb\xee\xa2\x29\x0f\xbd\ \x3b\x27\xf2\x8f\x92\xf6\xcd\xab\x9c\xfd\x19\x97\x24\xfd\xbe\x2e\ \xf9\x81\xe1\x4f\x4e\x91\x7e\x3e\x8c\x3c\xf8\xf0\x8f\xbf\x95\x70\ \x66\x99\xf2\x90\x79\xef\x3e\xd5\xb6\x64\x62\xcf\xb1\x07\x72\x90\ \xeb\x7a\x52\x10\x02\x21\x19\x7b\xdd\x98\x5e\x71\x8d\x32\x43\xf7\ \x9b\x52\x4c\xed\x5a\xb5\xfd\xd5\x43\x24\x22\x84\x10\x8e\x49\xab\ \xb5\xb9\x6f\xfa\xe4\x1e\x95\xba\x34\x37\xcf\xcf\xde\x9a\x4a\xa9\ \xcc\xfc\x79\xe7\xf3\x23\xee\x9e\xfe\x18\xad\x71\x60\xd7\xda\xf5\ \x5b\x57\xaf\x1a\xfc\xfe\xd4\xd9\x85\xee\xac\xa8\x4e\x61\xc8\xcf\ \x05\x20\x82\x4b\x2f\x9e\x3b\x92\xc6\x01\x10\xa5\x04\x03\x38\xb6\ \x53\xa9\xdd\xdd\x13\x1e\x72\x2a\xf7\xbb\x1f\x76\xfe\x72\x3a\xc3\ \xdf\x3e\x88\x4a\x1e\x22\x00\x11\x2c\x79\x25\x59\x36\x52\x7f\xfd\ \xfd\xc0\xac\x59\xb3\x1f\x89\xd9\xd9\xe4\x81\xfb\x2e\xac\x5c\x94\ \x5a\xe0\x48\x60\x5e\x3a\x7f\x7e\xec\x83\x0f\x8c\x2f\x8d\x29\xc9\ \x3a\xf9\xeb\xea\x83\xab\xf7\x5e\x1c\x3b\xef\x55\xfb\xfb\x33\xdd\ \x26\x75\x3f\xba\x6c\x56\x9e\x89\x25\x64\xa4\x1f\x3b\x7c\xa1\x5c\ \xd7\xdc\x66\xea\xb6\x75\xc9\xa3\xa6\x2c\x9d\xef\xfd\xee\x4c\x8b\ \x7a\xb1\x59\xbf\x91\xd2\xc4\x8d\x9b\xb2\x46\x4c\x59\xf4\x72\x95\ \x7d\xfc\x9e\x3e\x31\xbf\x3d\xb2\xa3\xb0\x00\x6b\x35\xeb\x47\xef\ \xfb\xf0\xf3\x1d\xa1\x1f\xde\xdf\x77\xc7\xe9\x2c\x24\xd5\x56\x82\ \x31\xa6\x48\x00\x75\x61\xa2\x60\x10\x80\x10\x0b\xa4\x5e\x12\xe3\ \xee\x9f\x3a\xc5\xde\x71\x62\xdb\xba\xd3\x7f\xac\x3c\x37\xf5\xd5\ \xa7\xdf\x78\x2a\x09\x37\xeb\xa0\x64\xcc\x59\x9b\xc8\x6b\x34\xd5\ \x6c\x39\xae\x4e\x6d\xbf\x48\x08\x26\x44\x02\xeb\xc0\x86\x1f\x03\ \x0f\x3e\xfe\xd2\x2b\x2c\x11\xb5\xad\x24\x53\x2a\x02\x7b\x7e\xfb\ \x61\xd4\x07\x93\xc7\x4e\x0c\x1c\x4b\x37\xad\x9c\x94\x6d\xbf\x5c\ \xe2\x1e\xea\xc6\x5e\xf9\xdf\x6c\xdb\x85\x91\xc8\x3b\x73\x2a\x3b\ \x49\x20\x84\x09\xc5\x08\x90\xe4\xc1\x92\x4e\x04\x20\x8a\xa9\x9b\ \xfc\xcd\x2e\x58\x08\x63\x61\xfa\x53\x0f\x1f\x4a\x29\xff\x02\x63\ \x04\x20\xf4\xd2\x94\x83\x07\x39\x00\x26\x94\x60\xa2\xc8\x38\x71\ \xed\xaf\x19\x4f\xad\x9a\xde\x3e\x65\x46\xd7\xcd\x0e\x78\xd2\xf7\ \xff\xb4\x5b\x5b\x3c\xf6\xf1\xd1\xeb\x76\xa4\x12\xa2\xef\xfa\x76\ \x4d\x36\xf2\x2a\xd8\xeb\xc2\x14\x90\x28\xdb\xd4\x55\xe2\xeb\xdd\ \x33\xf2\x0e\x2b\xe9\x68\xe2\xc9\x8b\xbd\x86\xd7\x8a\x74\x43\xa2\ \x0f\x09\x2d\x3f\x25\x37\xe4\xae\x87\x1f\xe3\x95\xf7\xef\xfd\x6d\ \xdd\x8e\x5f\x56\x0e\xfd\x70\xec\x33\x33\x5d\x46\x83\x7e\x31\x29\ \x7b\x77\xef\xcf\x0e\x6e\x2a\x29\x41\x02\x01\x20\x2c\x79\x09\xc2\ \x7f\x37\x3c\x0a\x01\xcf\x4d\x3a\x99\x25\x04\x42\x98\x52\x52\x56\ \xac\x3b\xeb\xd4\xf1\x74\x21\x10\x22\x54\x72\x41\xce\xa1\x5f\x0e\ \xe4\x8c\x5d\xb8\xc0\xf9\x64\x77\xfb\xe6\x09\xf8\x3c\xb5\x73\x76\ \xad\xde\x9f\x33\xfc\xd1\x69\x81\xaf\xb7\x33\xb7\x7c\x7a\xcd\xfa\ \x53\x05\x80\xf5\x82\x0b\x39\x25\x03\x1e\x99\x94\x9f\x90\x54\x90\ \xb8\x6d\xe3\x11\xdd\xe7\xe3\x21\x55\xaa\xd7\x6e\x64\x46\x05\xb9\ \xfc\x8c\x03\x20\x0c\x7a\xca\xd9\xd2\xfb\x06\x4e\x9a\x9e\x5d\x2d\ \xe9\xc0\xd6\x7d\xc7\x0b\x90\xd0\x52\x2f\x3a\x7d\xef\x9d\xf2\x50\ \x60\xdb\xa9\x9d\xeb\x8e\x6f\xfd\xe1\xe0\xf4\x85\x63\x1f\x1d\xf9\ \xc7\xde\x74\x0c\xbe\xad\x5f\xfe\x72\x7a\xeb\x8f\x17\xa6\xce\x99\ \xbd\xa0\x68\x77\x5e\x8d\xca\x1e\x85\x33\x81\x30\x31\x72\xd3\x4f\ \x66\x5d\x10\x80\x08\xa5\x18\x13\x85\x04\xd6\x7f\xbc\x61\xf4\xbe\ \x37\x5d\x7f\x2c\xbd\x77\xdb\xa5\x60\x80\x9d\x6b\x7e\x1c\xb4\xe8\ \xc1\x31\xe3\xcc\x93\xd9\x8e\x91\x71\x66\xfb\x9a\x74\x1e\x22\x79\ \xb0\x57\x22\xe5\x71\x4d\x4c\xb7\x62\xbb\xf4\xbf\xa3\x7d\x95\xd4\ \x63\xe7\x92\x2f\x99\x7d\xaa\x57\x55\x31\xf3\x73\x52\x9a\x95\x5e\ \xe0\x7d\x78\xfc\xcc\x19\x07\x0f\x1e\x5a\xff\xf3\x81\x9f\x7f\x3f\ \xf8\xf4\xb3\x2f\x3d\x12\xb7\xab\xe9\x88\xe1\x69\xdf\xcf\x4f\xd3\ \x9d\x1e\x5e\x2c\xb9\x08\x00\x92\xb0\xe4\xf9\xbb\x61\xe5\x08\x63\ \x61\xf8\xce\x1f\xba\x56\x73\x48\xf2\xef\x6b\x53\x9f\x5e\x35\x63\ \x62\xe6\x53\xdd\x7e\xd7\x40\x71\xc3\x3f\x12\x24\xde\x15\x99\x7d\ \xec\x60\x16\x54\x6a\xd5\xa1\xbe\x9d\x75\x74\xed\x8f\x1b\x53\xd2\ \xb5\xd0\xaa\xb5\x5a\x74\x6c\xdb\xb0\x61\xe5\xf4\xcd\x5f\x7e\xf4\ \xe5\x6e\xd3\xd2\x4f\xed\x3b\x13\x54\xaf\x55\xeb\x56\x35\xf5\xf4\ \xe3\xeb\x56\xef\xb8\x94\x9d\x7d\x64\xf3\x21\x29\xa1\x7e\xd5\xd8\ \x88\x84\x1a\x35\x32\x36\xaf\xda\x76\xf2\xfc\x89\x6d\xfb\xed\xe8\ \x7a\xcd\x5b\xd6\x0e\xc2\x81\xa4\xfd\xc7\x0b\x74\x4e\x10\x07\xc9\ \xa5\x5d\x4a\xdc\xb3\xf3\xb4\xce\xf1\xcd\xbe\x94\x48\xf6\x90\xdc\ \x73\xc7\x93\x2f\x96\x60\x42\x30\xc1\x81\x9c\xb4\x93\x67\xb4\x46\ \x5d\x3b\xd6\xab\xe1\x3d\xb1\x65\xe3\xe6\xcd\xc7\x44\xe5\x26\xfd\ \x07\x35\x0d\xe4\x1b\x2e\x2b\xfd\x8b\x57\xde\xd9\x9f\x66\xaa\x0a\ \x05\xcb\x7f\xfe\xf8\xa5\xd8\x26\xcd\x62\xdd\xbe\x53\x47\x12\x53\ \x4f\x1c\x3f\x96\x54\xda\xa0\x63\xdb\x68\x4f\xf1\xe6\x55\xab\x0f\ \x9e\xcc\x70\x10\xc1\x18\x13\x42\x08\xc1\x08\x01\xb3\x59\x7c\xfb\ \x9e\x5d\x9b\x85\x96\x06\x14\x27\x65\xeb\xbb\x73\xbf\xcc\x0c\x10\ \x97\xc7\xa3\x5d\x38\x77\xf2\x68\xb6\xe4\xf1\x58\x25\x99\xa7\x4e\ \xa5\x26\xef\xdf\x9f\xc9\x62\xda\x76\xac\x97\xbe\xe1\xab\xa5\xef\ \xad\xd7\x90\xa2\x50\x9e\x71\x26\xa9\xd4\x9d\xd0\xac\x79\x35\x2d\ \x3d\xe9\xf4\xe9\x0b\xa7\x77\xee\x2d\x0d\xae\xd3\xba\x65\xfc\xc9\ \xaf\x97\x7d\xfc\xd5\x3e\x46\x15\x8c\x11\x2a\xbb\x13\x46\x00\x08\ \xf3\xc0\xf1\x2d\x7b\xcc\xa8\x06\x2d\x5b\x54\xc9\x3d\xbd\xe3\xb7\ \x5f\x76\xe5\x14\xe4\x1f\xdf\x7e\x58\xaa\xdd\xb2\x69\x4d\x65\xe3\ \xa2\xb7\x7e\xf8\x23\x15\x53\xec\xf8\x8b\x8f\x6d\xde\xb0\xef\x50\ \x96\x55\x9a\xbe\x7f\xc7\xe1\x52\x9b\xa8\x98\x9f\xdd\x77\x3c\xbf\ \x54\xb8\x83\x49\xea\xd1\x63\x97\x8a\x1c\x89\xb0\x4b\xc7\x53\x5c\ \x55\x1b\xd4\x8e\x27\x29\x47\x8f\x9f\x4f\x4e\x3e\xb4\x3f\x2d\xa1\ \x7d\xc7\x2a\x34\xf3\xf3\xd9\x6f\xef\xbf\x60\xda\x79\x69\xa7\xce\ \x3b\x4d\xbb\xb5\xaf\x5d\x55\x3d\xb2\x71\xfd\xee\x83\xe7\x72\x2f\ \x24\x1f\x3a\x92\x5d\xb3\x5d\xbb\xaa\x91\xc6\x8e\xd5\xab\x0f\x9c\ \x48\xcf\x3f\x7f\xfa\xe0\xb1\xdc\x9a\xad\x5b\xd5\xae\x11\xa5\x5d\ \x3a\x77\xfa\xf4\x25\x07\xcb\x8a\xcb\x48\x3e\x7c\x34\xc7\xcf\x6e\ \xe5\xf8\x70\x18\x69\x36\xa8\xbf\x37\x6d\xeb\x1f\x07\x33\x64\x72\ \x39\x39\xb3\x8c\x4a\x31\x46\x00\x82\x83\xac\xba\x8b\xcf\x26\x25\ \x26\x16\x2a\x5e\x4f\x20\x3b\xf5\x44\x52\xb6\xc0\xc8\xb0\x03\xa1\ \x75\xba\x77\x6d\x2c\x7e\x5f\xb9\xc3\xa0\xd7\xe7\xdd\x08\xe6\x40\ \x48\x95\x3e\x83\x5b\x9d\xfa\xe9\xa7\xb3\x79\xb6\x2c\xd1\xb2\x32\ \x58\xf8\xaa\x00\x2f\x7b\xc5\xae\xbc\xbc\x32\xfb\x30\x90\x9b\x55\ \x6a\xe5\x1e\xda\xf2\xdb\xda\x13\x42\x71\x09\x5f\xd6\xde\x2d\x47\ \x3c\xb5\x9b\x36\x69\x5a\x5d\xd2\xf3\x4f\x1d\x3c\xed\x73\x88\xea\ \xc5\xd9\x67\x8f\x9d\xcb\xf0\x61\x82\x05\x08\x2c\xb9\xab\xb7\x68\ \xd5\xbc\x75\xe3\x38\x4f\xd1\xf7\x0b\x97\xec\x4c\xf2\xc9\x12\x01\ \x27\x90\x7a\xec\x62\x74\xc3\xa6\xf1\x5e\xed\xf4\x91\xd3\xa9\xa7\ \x4e\x1c\x3f\xa3\x35\xea\xd6\xde\x95\xbd\xff\xbd\xd9\x1f\x9c\x2b\ \x45\x6e\x97\x87\xe5\x67\x1e\x3f\x9c\x26\x24\x17\x72\x8a\x8e\x1d\ \x3c\xa3\x71\xc2\x4d\xcd\xf1\xd4\xee\x3f\xa8\xd1\xe1\x1f\xd7\x64\ \x96\xd5\x1e\xb8\x4e\x5c\x42\x6e\x7d\x4f\x7f\x92\xf8\xc7\x96\x63\ \xd9\xca\xe5\x51\x5f\x11\xd7\xb5\x54\x72\x45\x4f\x08\xb6\x12\xb7\ \xed\x2a\x74\x25\xb4\x6e\x5b\xcb\x9f\xb6\x7f\xed\xaa\xad\x19\xb9\ \xc5\xa7\xb7\xed\x2a\x72\x55\x6b\xd1\xba\x5e\x84\x87\x9d\x3b\x78\ \x2c\xbb\xc4\x96\x91\x71\xf6\xc4\x39\x25\xa1\x71\x83\x5a\xa1\x59\ \xa7\x8f\x27\x25\xa5\x1c\x3f\x78\x29\xbe\x55\xfb\x16\xcd\x2a\xe7\ \x9c\xdc\xbb\xe1\xb7\x3d\xb9\x7e\x26\x49\x28\xeb\x78\x12\x0f\xaf\ \xd9\xa0\x56\xd0\x85\xa3\x87\xd3\xb2\x0d\x2a\xf1\xf4\x63\xe7\xe4\ \xf8\x7a\x75\xaa\xc8\xa9\xc7\x8e\xa7\x26\xa7\xec\xdf\x7e\x32\xac\ \x7e\xb3\x46\x8d\xab\xe1\xd2\xec\xc4\xa3\xe7\x8a\xb2\x2f\xec\xdf\ \x93\x52\xb9\x65\xdb\x3a\x95\xf1\xfe\xf5\xbf\x6e\xdf\x73\x56\xe7\ \x84\xe0\x32\xb1\x97\x4b\x1d\x11\xa2\xe5\xa4\x17\x31\x72\xe8\xbb\ \x1f\x0e\x9e\x2d\x56\x5c\x4a\x71\xf2\xb1\x03\x27\x0b\x6b\xb7\x69\ \x55\xb3\x7a\x64\xe0\x42\x72\x62\x52\x06\x23\x8a\xa2\x68\x67\x0e\ \x1d\xcd\xd3\x38\x41\x48\x08\x21\x07\x57\x6a\xdc\xa1\x6d\xb3\x96\ \xf5\xd0\xa5\x5d\x4b\x17\x7e\x9d\x5e\x0a\xb2\x4c\xad\x82\xac\xb4\ \x34\xa3\x7e\xdb\x46\xb4\x24\xf5\xc4\x89\xd4\x33\xbb\xf7\x66\x89\ \xd8\x36\x1d\xeb\xa6\xaf\xfb\xf2\xbd\xa5\xbf\x6b\x8e\xea\x72\xbb\ \x0b\x93\x12\x93\x92\x8a\x55\xaf\xdb\x97\x79\xee\xe4\x99\x1c\x81\ \x91\x61\x6b\xe1\xf5\x7b\x74\xae\x67\x6d\xf8\x71\x97\x29\xdd\x4c\ \x97\xc2\x12\xfa\x0e\x6a\x7a\x64\xe5\xcf\xe7\x0b\x98\x5c\xd6\x96\ \xe2\x06\xcd\x41\x5a\x5e\x66\x89\x59\x70\x74\xfb\xda\x5f\x8e\x72\ \x45\xc6\x18\xb8\x63\xfb\x1d\xdc\xfa\xae\xbb\x83\x32\xf7\xed\x3c\ \x7c\x89\x48\xd2\xff\x7d\xa6\x46\xcd\xdc\xb5\x40\x70\x43\x0f\x98\ \xe0\x00\x10\x45\xf2\xb8\x64\x62\x1b\xba\xce\x4c\x0e\x80\x41\x71\ \xab\x2e\x4a\x10\x73\x4c\xcd\xd4\x19\x08\x00\xac\xca\x1e\x89\xb8\ \x5b\x0c\xe9\x17\xef\x14\x99\xd1\x2d\x46\x3d\xd8\xe8\xe3\x31\xd3\ \x36\x25\xf9\x64\x2c\x74\x53\x33\x81\x63\xa0\x6e\xd5\x4b\x71\x59\ \xe6\x48\xc0\xe0\xc8\xa3\x7a\x6e\x6a\xc0\x21\x10\x86\xe9\xe7\xd8\ \xe5\x92\xa4\x2b\x01\x77\xb6\xa9\xeb\xcc\xe2\x00\x04\xc9\x92\x40\ \xf1\xbd\x47\x7f\xf0\x7e\xcb\xe9\xad\x27\x1c\x2f\xa2\xc1\x52\x90\ \x22\xe1\xf2\xf0\x3e\xc7\xf0\x5b\xba\x00\xd9\xab\x7a\x28\x81\xb2\ \x67\x66\x00\x94\xb8\x3c\x8a\x82\xae\x0f\xa2\x34\xbb\xbe\xfc\xf6\ \xb4\x56\xc7\xef\xb9\x6b\xa1\x03\xc1\x1e\xc5\x23\x51\x64\x9b\x01\ \x93\x51\xaf\x5b\x71\x6c\x4d\x77\x90\x47\x75\x61\xc1\x0c\x23\x60\ \x08\x86\xb1\xea\x51\x54\x8c\xca\xe3\xfb\x34\x43\xb3\x80\x4b\xd8\ \xed\x51\x15\xe0\x8e\x61\x04\x4c\xe0\x04\xbb\x3d\xea\x2d\xea\xd0\ \x73\xa6\x1b\x01\x0b\x38\x00\x71\x29\x1e\x85\x12\xee\x58\xba\xa9\ \x59\x00\x32\xf5\xb8\x65\x09\x95\x65\xc3\xcb\x6e\x17\x16\x7e\x53\ \x57\x54\xaf\x84\x98\x5f\xd3\x25\xc5\xab\x10\x1e\x30\x34\x42\x3d\ \x2a\x45\xa2\x2c\xcc\xc8\xd4\x1c\x20\x6e\xd9\xab\x48\x88\x59\xa6\ \x66\xeb\x0c\x88\x2a\x7b\x54\x89\x08\xc1\xaf\x15\x97\x5b\x75\x53\ \x0c\x8e\x69\x68\x8e\xc1\x00\x28\x56\xdd\xaa\x8b\x80\x70\x4c\x43\ \x63\x06\x03\x90\x89\xdb\xa5\x28\x58\xd8\x01\x53\xa7\x92\x57\x21\ \xb7\x32\xab\x85\x61\x4a\xa3\xbe\xff\xa1\x93\xef\x97\xcf\x3f\xde\ \x7f\x31\x39\x31\xa7\xe4\x7a\x4e\x47\x08\x4c\x23\x60\x83\xe2\x55\ \x25\xdb\x0a\x98\x9c\xba\x65\x89\xa8\x61\xf5\x5a\xd6\x6c\xd0\xf7\ \xa1\x81\xd5\xce\x3e\x3c\xfc\xc5\x42\xc5\x7b\x5d\x4a\x26\xb7\x0c\ \xa8\xd2\x61\xc1\xba\xd7\xce\x2f\x9d\xbf\x67\x6f\x72\x52\x62\x9a\ \xee\x60\x7c\x7b\x09\x0b\x96\xe1\x37\x04\xf1\xaa\xee\xb2\x84\x1a\ \xe1\xd8\x9a\xa5\xd9\x20\x08\x92\x3d\xaa\x87\x20\x7e\xbd\x2e\x71\ \x56\xf6\xa6\x00\xb0\x42\xdd\xaa\x42\x41\x00\x02\xc4\x1c\xc3\x6f\ \x69\x02\x64\x8f\xe2\x91\x28\xd8\x86\xa6\x31\x53\x80\xec\x56\xdc\ \x65\xc9\xee\x9a\x05\x1e\xb7\x0b\x98\x11\xb0\x98\x5b\x75\x03\xc8\ \xb5\x5a\xd4\x8e\x6d\xd4\x7f\xda\xf8\x46\xf3\x06\xdc\x7f\xa0\x84\ \xca\x37\x84\x2c\x1a\x8e\x7b\xd2\xcf\xdf\x37\xb9\xf4\xed\x57\x5f\ \x1c\xbe\x70\x36\x29\xcf\xc7\xc9\xed\x8c\x8a\x73\xc3\x08\x98\xc0\ \xca\xa6\x95\x2a\x51\xc1\x1c\xc3\xd0\x4c\x60\x00\xc4\xad\x78\x65\ \x82\x04\x02\x61\x5b\x01\x4b\x77\x00\x14\xea\x75\x2b\xd4\xb1\x0c\ \xcd\x36\x38\x08\x00\xe2\x52\x2e\xbf\x44\xee\x04\x0c\xbf\x0d\xd8\ \x25\x79\x55\x19\x0b\x81\x04\xb3\x02\x66\xe0\xb2\xe6\x60\x6e\x59\ \x9a\xad\xd9\x20\x28\x52\xdc\xaa\x9b\x60\xc1\x2c\x53\xb3\x8d\xb2\ \xe4\x7b\xb7\xea\xba\xc5\x36\x30\xd7\x35\x9f\x90\x3c\xee\xcb\x52\ \x65\x7f\xd6\x25\x24\x6c\xcd\xd4\xa9\xec\x2d\xef\xac\x8c\x80\x5b\ \x96\x6e\xeb\x36\x08\x0c\x92\x4b\x76\xcb\x12\x2a\x0b\xcf\xb3\xcc\ \x80\xc6\x2c\x8c\xdc\x5e\x97\x7a\xdd\x44\x23\x18\x4c\x23\xe0\x80\ \xe2\x51\x25\xcb\xf2\x5b\x5c\x72\xcb\x12\x75\x85\xd7\x6d\x59\xb3\ \xf1\x5d\xd3\xfa\x55\x3a\x36\x75\xc4\x2b\x25\x6a\xd0\xf5\xba\x64\ \xea\xa8\x66\xf7\x85\x6b\x5e\x3c\xbd\x68\xfe\x81\x03\xe7\x12\x13\ \x2f\x98\x37\xcd\x77\x43\xe0\x18\x7e\x5d\x60\x8f\xea\xc1\x20\x98\ \x23\xc2\xab\x54\xab\x5a\xaf\xde\xbd\x4f\x3c\xed\xfb\xea\xe9\x39\ \xcb\x77\x29\x6e\xd7\x3f\xc0\xa6\x8e\x91\xc2\x01\x21\x2a\x29\xaa\ \xe4\x52\xa5\xf2\x4c\x3c\x4c\x25\x45\x52\x55\x49\x55\x24\xe9\xb2\ \x75\x40\x64\x49\x55\x25\x55\x95\x14\x8a\x11\xe3\xb8\x4a\x8b\x36\ \xed\xba\xb4\x88\xf5\xf8\x7f\x5d\xb0\x78\xeb\xb1\x5c\x2a\x53\x84\ \xb1\x24\x29\xaa\xa4\x2a\xd7\x7c\xfd\x08\x95\x15\x49\xba\xb5\xdb\ \x09\x51\xaa\xfc\xb9\xf6\x25\x22\xd7\xdc\xbd\x6c\x11\x2a\xfc\xc5\ \x67\x8f\x5c\xe4\x42\x95\xe8\xb5\xe6\x09\x55\x24\x97\x7a\xf9\x5e\ \x57\x9e\x59\xbe\x69\xbe\x36\x07\x4c\x14\x3d\xe3\x52\xca\xa9\x22\ \x45\x51\x2f\x47\x9e\x4a\xb2\x44\x00\x00\x63\xa9\xfc\x57\xe5\xa2\ \x50\x15\x7a\x4d\xf1\x20\x54\x3e\xae\xf2\x64\x5f\x84\xe9\xe5\xff\ \xde\x7a\x58\xe5\x3f\x51\x25\xa5\x6c\xc6\x22\x4c\x24\x49\x55\x25\ \xf5\xf2\x60\x11\x95\x64\x8a\x11\x20\x2c\x97\x0f\x01\xcb\x52\x59\ \x5b\x73\x24\x5d\xd3\xb3\xfc\xb2\xe4\x2f\x5f\x87\x50\xf9\xf2\x5b\ \xb8\x51\x5c\xe5\xa2\x20\xf4\x3a\x51\x60\x5a\x7e\x44\x2a\x7b\x66\ \x84\x25\xaa\xfc\x25\x95\x20\x00\x0e\xc8\x5d\xb9\x4a\x8d\x9a\x09\ \x21\x59\xa7\x8e\xa6\x17\xb2\x1b\x87\x4b\xa8\x5c\x56\x7b\x04\x13\ \x49\xa6\x44\x70\x26\x05\x57\xee\x37\x61\x48\x75\x6f\xc9\x9e\x0d\ \x7f\x1c\x3b\x99\x2e\xc8\x8d\x35\x98\x04\x67\x0e\xc2\x61\xb5\x1b\ \xd4\x8d\x73\x6b\x27\x8f\x9e\xd5\x1d\x74\x9b\x6e\x49\x42\x65\x85\ \x4a\xd7\xbc\x96\x72\x9d\xbc\xac\x60\x37\xe8\xd2\xe5\x37\x75\x45\ \xb1\xaf\xd7\x1c\x7c\x45\x73\x5c\xaa\x24\x5f\x7e\x53\xb4\xcc\xd2\ \x47\x98\xca\x92\x84\x80\x39\xdc\xdb\xf1\xbe\x41\xed\x1b\x87\x25\ \xed\xdf\xb1\x77\xc7\x29\x4d\xdc\xe4\xd3\x22\x04\x07\xe4\xa9\x52\ \xad\x66\xcd\xaa\xde\x4b\x27\x8e\x65\x17\x8b\x1b\x03\x60\x38\x63\ \x5c\xa0\x3f\xfd\xf8\xb2\xbe\xa9\x92\x52\x1e\x7e\x71\xcd\x33\x93\ \xeb\x75\xa0\x5c\x79\xae\xbc\xdf\x6b\xcf\x01\x84\xcb\x15\x83\xdc\ \x4a\x73\xca\x2f\x22\x5f\x9e\x8f\x97\x75\xe9\xaa\xe6\xdc\x54\x13\ \xa4\xab\x4a\x7b\x6b\x5d\xba\xe6\x0d\x5e\xb9\x91\x72\x59\xa4\x57\ \x5e\x9f\x2a\xb9\x14\xe9\xe6\x13\x8d\x50\xb9\x6c\x76\x13\x22\x97\ \xe9\x92\x12\x56\xed\xae\xf1\xf7\x54\x75\x15\xee\xd9\xb8\xe5\x54\ \x62\x26\xc7\xe4\x66\x2c\x2c\x28\x09\xaf\xd5\xa0\x4e\x8c\x5a\x7a\ \xf2\x68\xb2\xce\x6e\xba\x70\x07\x7c\x55\x73\x84\x63\xf1\xf8\xe6\ \xed\x07\xdc\xdb\x99\xe7\x9d\xdc\xb6\x6e\x57\x7a\xae\x1f\x13\xf2\ \x0f\xb1\xa9\xff\x8e\x0f\x4e\x18\x7a\xc0\x10\x36\x00\x51\xa8\x5b\ \xbd\x65\xe9\x8c\xff\xc0\x13\x0a\x6e\x06\x0c\xc7\xe5\x72\xff\x57\ \xea\x12\x20\x84\x6c\x4b\x33\x1c\xec\x75\xa9\x00\x15\x65\x79\x6e\ \xe7\x15\x83\x5f\xcf\xcc\x13\x06\x02\x25\x52\x8e\x0b\x92\xd0\x6d\ \x24\x97\x21\x21\xec\x80\xee\x77\x40\x28\xae\xb0\x30\x55\x32\x4c\ \xeb\x06\xef\x35\x92\x14\xc9\xf0\x17\x94\xda\x0e\x01\xd5\xeb\x72\ \xdf\x8e\xb7\x1c\x21\xb0\x6d\x3d\x60\x19\x02\x90\x2a\x07\xa9\x37\ \xcd\x00\x46\x48\x58\xba\xdf\xd6\x19\x80\x84\xbd\x5e\x55\x16\xb7\ \xf1\xa2\x11\x08\xdd\xf4\x1b\xcc\x41\x40\x3d\x6a\x90\x84\x6f\x9a\ \xb3\x2c\x4a\x8c\xac\x22\x6e\x20\x70\x45\x49\x31\x6e\xf9\x26\xb9\ \xa6\x08\xc0\xd4\x4b\x35\xc1\x10\x50\xb7\x12\x24\xdf\x98\xaa\x2e\ \x80\xaa\x2e\x8a\x6c\x43\x77\xfe\xda\xa1\xcf\x1d\x47\x5c\xdb\xab\ \xe6\x7f\x55\x0b\x84\xa3\xfb\x2d\xe6\x52\x3d\x12\xfe\x2f\x4e\x1b\ \x61\x99\x01\x8d\xd9\x94\xb8\x3d\xb7\x55\x9c\x0b\x09\x6e\xf9\x8d\ \x00\x03\x21\x11\xf7\x5f\x54\x26\xd0\x8c\xc2\x22\x08\x30\x50\xc2\ \x70\xb8\x57\x55\x31\x02\x6e\x5b\x01\x2b\xe0\x00\x48\xd8\xed\x56\ \x24\xc3\x28\x31\x05\x52\x89\x47\x55\xcb\x17\x55\xba\x5d\x90\x67\ \x17\x33\x20\x61\x52\x6c\xa8\xa4\x88\x7f\x02\x21\x90\x18\x29\xfc\ \xef\xee\xb2\xca\xd7\x9a\xe1\xff\x8d\xca\x82\x88\xfc\x57\xdf\xfc\ \xdb\xde\x10\x23\x92\x2c\x51\xa8\xc0\xed\xc1\x71\x44\xc3\x81\x13\ \xa7\x4d\x1c\x7d\x67\xc7\xe6\x46\xda\xa9\xf4\x42\x76\x1b\x51\xd2\ \x80\x10\x96\xa9\x2c\x98\xa7\xf7\xb4\x17\x86\x35\xd0\x77\xee\x4b\ \x41\x94\xfe\xc9\xf9\xc1\xbc\xf7\xcd\x7b\xae\x99\x92\x7a\x3c\xd1\ \xf0\xba\x6f\xb7\xe8\x87\x6d\xb2\x6a\x6d\x7b\x4d\x7c\x7a\x42\xcf\ \x9e\xad\x20\xe7\xd2\xa5\xcc\xe2\x1b\xed\x20\x6e\x5b\xee\x3a\x6d\ \x47\x3e\x3c\x71\xe0\xe0\x3b\xaa\xe0\xec\x93\xc9\x79\xf8\x5f\x6b\ \x26\xb7\x2c\xb5\xeb\x98\x31\xa3\xc6\x0d\x6d\xdd\x2a\x21\xe7\x44\ \x62\xb1\x79\x93\xb8\x03\xc7\xe6\xb5\xef\x18\x3d\x6d\xf2\xb8\xbb\ \xba\xb5\xe1\x99\xa7\x2f\xe4\x5a\x37\x15\x05\xb9\xbc\x30\xbd\xd9\ \x6d\xb9\x65\xe0\x3e\xcf\xce\xea\x5b\x33\x7f\xdb\xae\x0c\x72\xeb\ \x46\xbf\x42\xa0\xa0\x4a\x95\x3c\x84\x19\x96\x83\xfe\xb7\x8b\x48\ \x71\xc7\xf6\xd6\xee\x32\x6a\x64\x87\xe2\xe4\xc4\x02\x1d\xfe\xfe\ \xc7\x43\x70\x47\xc8\x8d\xfa\x0e\x9b\xf0\xc8\xc8\xda\x4a\xe0\x6c\ \xd2\x05\xe7\x36\x0a\xde\x22\x44\x14\x49\x55\x25\x97\x7c\xeb\xaa\ \x66\x82\x33\xa5\x52\x83\xe1\x53\xa6\x8f\xbc\xb7\x5f\xf5\x70\xb8\ \x90\x78\xc1\x70\x98\x14\x53\x77\xe8\x43\x13\x87\x0c\xe9\x11\xef\ \xb1\x52\xcf\x97\x76\x7f\xf4\xc9\x51\x83\xda\x43\xd1\xc5\x8b\x19\ \x3e\x4c\x90\x6d\xb0\x5a\x9d\x06\x3c\xfc\xe4\xd4\x7e\x3d\x3a\xe2\ \xac\x4b\xe9\x39\xa5\x98\xfc\x03\xba\x49\x54\x34\xbc\xa8\xc0\xcd\ \xa7\x80\xc3\xa4\x16\x23\x1e\xa8\x1f\x57\x7a\x68\xf7\xc9\x22\x8d\ \xdf\x6e\x08\x84\x60\xba\x5e\x52\x20\x4a\x83\x63\x6a\xd7\x8c\x0b\ \x11\x9c\x83\xe0\xa6\x56\x5a\xa2\x15\xfb\x74\x83\x73\xe0\x20\x27\ \x34\xa9\x19\xe9\x35\x0b\xa1\x28\x50\xd6\x28\x1d\xb8\xae\xf9\x4d\ \x47\x60\x10\x86\xe1\x33\x6c\x8e\x10\x12\xcc\x09\x68\x25\xc5\x5a\ \x71\xa9\xe6\xb7\xb9\xc0\x04\x69\xf9\x19\x87\x76\x9e\x8a\x6a\x35\ \xf4\x8e\xb6\xd5\x99\x73\x93\x96\x5a\xdc\x36\x83\x9b\xf6\xec\x77\ \x6f\xfd\x73\x7b\xf7\x9f\xcf\x2c\x45\xb7\x28\xa4\xc4\x6d\xc3\xaf\ \x15\x15\x6b\xa5\xa6\xcd\x01\x10\xc6\x2c\xe7\xcc\xc9\xc3\x27\x03\ \x5d\x87\x3e\x58\x3f\x4a\x76\x6e\xb2\x70\x10\xcc\x16\x0d\x87\xdc\ \xd7\xb2\x9e\x7d\x78\xe7\xf1\x3c\xdf\x6d\xba\xd5\x81\x59\xba\x4f\ \x2b\x2e\xd6\x8a\x03\x86\x29\x04\x70\x81\x62\xea\x55\x8f\x0d\xe7\ \x85\x50\x54\x76\x04\x21\x00\xce\x0d\xcd\x57\xac\x15\x97\x8b\x82\ \x5b\x05\x3a\xbd\x7b\xd6\x6b\x77\xb7\x08\xc9\xd5\x73\x03\xa6\x83\ \x10\x02\xc6\x34\xad\xa4\x58\x2b\x2e\x2b\x66\x70\x73\x4a\xb5\xad\ \x80\x56\x5a\xa2\x15\x95\x68\xa5\x16\x13\x08\x21\xe1\xd8\x01\xad\ \xb8\x58\x2b\xd1\x4c\x07\x10\x02\xc1\x74\xad\xb4\x44\x2b\x2e\xd1\ \x4a\x4d\x87\x23\x40\x65\x55\x93\xca\x7e\x62\xda\x0c\x21\xc4\x1c\ \xbd\x54\x2b\xf6\x69\x7e\xbf\x56\xe2\xd3\x75\x21\x90\x63\x95\xf2\ \x4a\x0d\xee\xbe\xa7\x67\x6c\x28\x76\x1c\x01\xe5\x97\x2d\x29\xd6\ \x8a\x4a\xb5\x80\xc3\xcb\x9f\xc6\x36\xb5\x52\xad\xa8\x44\x2b\xd1\ \xca\xb2\xc9\x6f\x00\x33\x4d\x77\xbd\x4e\x33\x5e\x1d\xe9\xa4\x1c\ \x3d\x93\x9a\xc7\x31\x29\x2b\x68\x55\xa2\x15\xf9\x0d\xa3\x4c\x14\ \x8e\xa9\x97\x6a\xc5\xc5\x5a\xb1\xdf\x30\x6f\x59\x1e\x87\x33\x5d\ \x2b\x2d\xd6\x8a\xcb\x72\xdc\x91\xb0\x0a\x4c\xd4\xff\x99\x17\xee\ \x6d\xe7\x49\x3c\x7c\xc6\x2f\x64\x2c\xcc\x7c\x4b\xbe\xf7\xc5\xd9\ \xfd\x1b\xa3\xd3\xc7\xce\xe9\x48\x21\xdc\xba\x74\xe4\x50\xba\xa8\ \xfb\xc4\x9c\xe9\xd5\x5d\xa6\xc9\x00\x13\xe4\xcf\xbd\x74\x68\x57\ \x52\x5c\xfb\xe1\x3d\x5b\x56\x75\xec\x7f\x46\x7b\xb6\x0a\x1b\xb3\ \x02\xb7\x36\x8f\xb5\x82\xb3\x3b\xd7\xad\x5e\x7f\x34\x58\x0d\xbe\ \xec\xfd\xfc\x8b\xac\x6f\x10\xdc\x61\x24\xbc\xef\xb4\x87\x1a\x55\ \x0d\xa9\xdd\x31\xce\x5c\x67\x0b\xe1\x58\xe0\xe9\x3c\x7e\x42\xe7\ \xe6\x31\x39\x07\x37\xad\xfc\x6e\xbb\xee\x38\x01\x4b\x69\x3e\x64\ \xea\xdc\x06\x46\xf6\xde\x35\x3f\xff\x7a\xc4\x56\x2b\xf5\x9b\x3c\ \xac\x60\xfb\x2f\x7b\xce\x90\xde\x23\x1f\x20\xa7\x36\xfc\x71\x38\ \x43\xa9\x54\xf3\xde\xb1\xf7\x36\x88\x57\x0b\xd3\xce\x6c\xfa\xe6\ \x97\x94\x42\xa7\xf0\xfc\xe9\xb5\x67\x92\xe3\x3a\x0d\xac\x43\xc4\ \xad\x6a\xc8\x20\x66\xfb\xcf\x1e\x5a\xfb\xcd\x8f\x7e\x29\x58\x2d\ \xaf\xc5\xfa\xa7\x07\x76\x0c\x2b\xac\x41\xc7\x31\x23\xee\xa8\x04\ \x79\x7f\xac\xf8\x76\x7f\x52\xb1\xa2\xb2\xb3\x3b\xb7\x1c\x39\x6a\ \xf4\x19\xd6\x0a\x6e\x65\xe9\x22\x8c\x8d\x92\xb4\x5d\x7f\xfc\xfc\ \xdb\x36\xaf\x12\x2c\x97\x6f\xc3\xfe\x85\x28\x04\xb3\x78\x74\xcb\ \x9e\xfd\xee\xee\x14\x13\x82\xce\xef\xdc\xb8\x7a\xd5\xae\x00\x60\ \xcd\xc0\x75\xee\x9a\xf4\x7a\xd0\x5d\xd9\x07\x7e\xff\xf9\x97\x03\ \x86\x83\x38\x0d\xe9\x31\x65\x4a\x87\x46\x61\xc9\x1b\x57\xff\xb2\ \xf6\x88\x81\xc2\x06\x3e\x36\x75\x70\xbf\x36\x76\x95\x27\x23\xef\ \x28\x48\xfd\xfd\xbb\x1f\x36\x24\x92\xb0\xaa\x03\xa7\x3f\xd6\xac\ \x0a\x3d\xf2\xf3\x0f\x1b\xb6\xa7\x60\x45\x46\x7f\xbe\x37\x63\x3c\ \x34\xa1\xc9\xc0\x81\x5d\x6b\x54\x8e\xa0\x66\xc1\xa6\x8f\x3f\xdb\ \x7b\xae\xc4\x1d\x57\xef\x81\xb1\x43\xea\x46\xf1\x43\x3f\xfd\xb0\ \x7e\xeb\x39\x29\x2c\xa6\xc7\x88\xf1\x6d\x1a\xc6\x61\x33\x6f\xf3\ \x8a\x6f\x0e\x9c\x29\x42\xd8\xd5\xe4\xae\x07\xef\xe8\xdd\x00\xf9\ \xb2\xb7\x7e\xfd\xcd\xee\x13\x85\xf1\xcd\x7b\x4f\x1d\xd1\xc1\xcc\ \x38\x1f\x70\xc5\xba\x0b\x8e\x7d\xbb\xfc\xf7\x98\x8e\xc3\xee\xbb\ \xbf\xfa\xd1\xdd\x07\x8a\x4d\x44\x30\x70\xcb\x76\x57\xae\x3b\x60\ \x68\xbf\x7a\xd5\x42\xfd\x97\x4e\xae\xfe\xec\xa7\x4b\xc5\x82\xdb\ \xbc\x66\x8f\x7b\x06\xf4\x6f\xa5\xb2\xd2\xd3\x1b\x37\x6c\xde\x76\ \xd2\x80\xeb\x57\xc0\x9c\x83\x27\x32\x4a\xce\x3d\xfa\xc3\xb2\x15\ \xa9\x46\x90\xc7\x85\x2d\x9b\xb6\xba\x6f\x52\xef\x4e\xd5\xb3\xf6\ \x6e\x5c\xf5\xc3\x0e\x9f\x21\x55\x69\xd7\xa7\x6f\xbf\x76\x95\x42\ \xe8\x85\xdd\x1b\x7e\xfe\x79\x9f\xce\xaf\xef\xdc\x26\x98\xcd\xe4\ \x88\xbe\x13\xa7\xb5\xae\xe3\x4d\x5c\xf7\xd3\x9a\x0d\x27\x6c\x1a\ \x31\x74\xe6\x23\x63\xef\x69\x5d\xb2\x27\xbd\x5a\xed\x84\x13\xdf\ \x7d\x9a\x2f\x2a\x8d\x7a\xe9\xe9\x07\xfa\x36\xca\xda\x7a\xa6\x5a\ \xf5\xca\x87\xbf\xfe\xa3\xd4\xb1\x4a\x36\xfe\x7a\x3e\x05\xdd\xf9\ \xd9\xbd\x11\x6e\x94\x64\x80\x22\xe3\x82\xe4\x13\x6b\x12\xcf\x55\ \xeb\x3e\x30\xfe\x16\xba\x54\x61\x53\x57\xe0\x1f\xc6\xd6\x54\x56\ \x55\xb8\xb2\x9c\x17\xb6\xa1\x05\x74\xbf\x6e\x9a\x97\x4d\x27\x61\ \xe9\x81\x80\xee\x37\x2c\x53\x80\xb0\x4c\xe9\xce\x17\x5f\x9b\xfa\ \x40\xc3\xc2\x9c\x12\x25\x34\x94\x70\xc7\x04\xe9\x8e\x59\xb3\x47\ \x74\x0d\x3d\xbc\xe3\x54\xed\x91\x4f\x3e\x32\xba\x0d\x77\x0c\x21\ \xb9\x3c\x2e\x5a\x50\xc0\x06\xce\x5d\x30\xe1\xee\x9a\xba\xe3\xe9\ \x37\x75\x48\xab\x1a\xb2\x8f\xbb\xba\x0f\x1d\xd5\xab\x41\x88\x8e\ \x2b\x4d\x58\xba\xe8\x9e\xd6\xee\xe4\x64\xff\x1d\x13\x1f\xed\xd7\ \x38\xdc\xb0\x39\xa6\x92\x8a\x5d\xf2\xbf\xa8\x7c\x24\x10\x91\x5c\ \x8a\xab\x6c\xa3\xb8\xac\x98\x97\xa6\xfb\x03\x7a\xc0\xe1\x82\x99\ \x86\xb7\x61\xf7\x67\xe6\x4f\x75\x65\x1c\x4d\xd6\x2a\xcf\x78\xfb\ \xd9\x66\xd1\x42\xb7\x04\x95\x55\x97\x5b\x25\xf8\x5f\x54\x3a\x24\ \x92\xe2\x02\x95\x5e\x8e\x96\x71\x0c\x3d\xa0\xfb\x75\xd3\xb8\x6c\ \x59\x5e\x11\x8e\xc1\x05\xd8\x36\xb4\x1a\x3b\x66\x50\xef\x88\x73\ \x67\x8a\xbb\xcd\x9c\xfb\xcc\xc3\x5d\x30\x18\x80\x30\x37\x7c\x19\ \x99\xe6\x5d\x2f\xbf\x36\xe2\x8e\x5a\x01\x93\xf7\x7b\xf1\xf5\x69\ \xf7\xd7\xcd\xbc\xa8\xf5\x7b\x79\xfe\x43\xf7\x36\xe1\xb6\x3f\x23\ \x29\x25\xbb\xa0\x34\x2f\x35\xf9\xc4\xc1\xe3\x17\xb3\x4b\x1c\x1c\ \x3e\xe2\xed\xb7\x1e\xe8\x1a\x96\x9e\x4b\x1f\x5c\xbc\xf0\x81\xee\ \x95\x2d\xcb\x01\xee\x18\xba\x3f\xa0\x07\x4c\x9b\x01\x08\xd3\x44\ \x2d\xef\x9b\x31\x79\x58\x93\xfc\x73\xc9\xe9\x99\x85\x86\x69\xa1\ \xf0\xda\x0f\x2f\x9a\xdd\x50\xba\x78\xe8\xb4\x71\xef\xdc\x39\xfd\ \x9a\x78\x58\x44\xbd\xf1\x73\x46\x7a\x03\x69\x7a\x4c\xa7\x59\x4b\ \x9f\xad\xed\xe1\x8e\x00\xdb\x97\x7b\x7a\xf7\xee\x74\xdc\xe0\xf1\ \x77\x66\x55\x57\x9c\xba\x77\x8e\xea\x58\x2f\xa2\xe6\x80\x31\x3d\ \x9a\xc7\x34\x7f\x60\xd2\xe0\x3b\x12\x8a\xd2\x52\x4f\x9e\xcc\x6b\ \xfd\xc0\x9d\x0d\xab\xa9\x96\xcd\x6d\xdb\x8a\xee\x70\xe7\x84\x19\ \x9d\x0a\x53\xce\xc7\xf5\x9b\xf4\xdc\x4b\xf7\x2b\x66\x71\x6c\x9f\ \xd1\x73\x16\x4d\x92\x73\x53\xcc\x4a\x1d\x67\x3c\x3c\x2c\x1c\x99\ \xd7\xaf\x4b\x10\x62\xa0\x5b\x36\x50\x40\xb2\xaa\xca\x32\xb6\x74\ \xd6\xf6\xa1\x67\x9f\x7d\xa2\x7b\x41\x5a\x4e\xcb\xa9\x2f\xcc\x9a\ \xde\x8d\x31\xb3\xdd\xa4\x09\x03\xba\x85\xa4\x9c\xd7\xfa\xbd\x3c\ \x6f\x74\xff\x06\xcc\x30\xae\x77\x1f\x39\xae\x41\x73\xdf\x9c\x38\ \xb0\x6a\x46\xba\x7d\xcf\xbc\xb7\x26\xdc\x5d\xd7\x31\xfd\x97\x4e\ \xa7\xe4\x16\xf9\xf2\x2f\x5d\x48\x3e\x7d\xb6\x40\xe7\x44\x98\x17\ \x4f\xa5\xe4\x95\xf8\x73\xd3\xd2\xce\x25\x9d\x2b\x36\x38\x46\x58\ \x92\xdd\x8a\x8c\x39\x01\xdb\xd1\x6d\x47\x20\x01\x58\x92\x54\xe2\ \x92\x24\xfc\x0f\xda\xb2\xaa\xb0\xa9\x2b\x70\xbb\xfe\x10\x9b\x4b\ \x1d\x1f\x99\x7d\x77\xdb\xe8\x9c\xe3\xbb\xbf\x7c\xe7\xbb\x3c\x46\ \x81\x7a\x7a\x3e\xfd\x6c\xdf\x66\x61\xe9\x07\xb6\xae\x58\xfc\x4d\ \x4e\x78\xe7\x01\x1d\xaa\xaf\x7e\xea\x9e\x37\x76\x95\x94\xc6\xb4\ \xeb\x27\x0b\x14\xd4\x6c\xd8\x80\x8e\x4a\xd2\xba\x1a\xf5\xaa\xca\ \x6e\x77\xa3\x21\xcd\xdd\xcb\x92\x64\xa7\x68\xd7\x17\x4b\x17\xae\ \x38\x95\xac\x2e\x9f\x31\xba\xf7\x87\x6b\xd7\x06\x4a\xb9\x61\x0b\ \x04\xc2\xe0\xa6\x63\x1a\x61\x0d\xfb\xf6\x8d\xf7\xcd\x19\xf0\xe4\ \xda\xbc\x5a\x0d\xfb\xf6\x92\xd5\xbf\xa9\xa5\xcc\x30\x22\x3b\xdf\ \x3d\x66\x54\xef\x50\x94\xf7\xeb\xfc\xa5\x9b\x12\xf3\xda\x77\x1f\ \xda\xb9\xa6\xf7\xe7\xd8\x84\x58\x97\x1c\xd3\xa6\x41\xe3\x16\x95\ \x0e\xac\xc9\x01\xf9\xdf\x17\x85\x8d\x5a\x4e\x7c\x7a\x58\xd7\x84\ \xa2\x73\x87\xbf\x5a\xf0\x79\x86\x45\x85\xa0\xed\xa7\xbd\x30\xa8\ \x7d\x6c\xee\xa9\xbd\x5f\x2e\xfc\xea\x22\xc8\x0a\x15\x17\x76\xfc\ \xb2\x6c\xc9\xca\x9d\x19\xe2\xbd\xd9\x03\xab\x2c\xdd\x43\xc0\x3e\ \xbb\xf1\xbb\x45\x6f\xef\x0e\x44\x35\x1b\xda\xba\xc6\x07\x5b\xdc\ \x83\x3b\x27\xfc\xf4\xd8\x90\xc5\xfb\xb2\x0f\x19\xa1\xb3\x27\xde\ \xf5\xf9\xf7\x87\x0e\xaf\xdb\x92\x34\x6e\x34\x6c\xdb\xb8\xf2\xc7\ \xe3\x6e\x4c\xbd\xf5\x86\xf7\xaf\x2f\xbd\x3f\x7c\xe6\x0f\x69\x76\ \x46\xd8\xe7\xa3\x27\xf4\xfc\xe6\x8f\x65\xb8\x6a\xeb\x09\x33\xc6\ \x37\xac\x64\xef\x5b\xb1\xe2\xe7\x0d\xc7\x38\xb8\x5c\x5e\x25\xf5\ \xf7\x6f\x97\xbf\xfb\xb5\x40\x41\x18\x58\x95\x5e\xfd\xef\x6e\x57\ \x65\xe7\xa5\xe8\x84\xca\x1e\x6f\xf5\x2a\x6d\xfb\xd4\x5c\xb7\x12\ \xe3\xc2\x73\x6b\x3f\x7c\x7f\x63\xfe\x89\x66\x1b\x66\xb7\xa8\xee\ \x3a\x7e\xd4\x2a\x09\xf0\x98\x7a\x0d\x3c\x2e\x11\x15\x51\xab\x66\ \x25\x99\x61\xfb\xe8\x1f\xbf\x1d\x0d\xf6\x36\x2e\x5d\x7f\x36\x6a\ \x78\xa3\x5a\xf1\xc5\x6b\x37\xfe\xf2\xb9\xe8\x3d\xb2\xb5\xe0\xe5\ \xb6\x27\x91\x24\xed\xec\xee\x2f\x16\x2e\x70\x1d\x54\xbf\x78\xa9\ \x45\x25\x35\xb8\xc3\xc0\x7b\x7c\x3f\x2c\x9a\xfd\xda\x37\x75\xfb\ \x45\xf4\x98\x1e\x79\xa3\x67\x88\x19\x66\xa5\x0e\xc3\x66\xbe\x3c\ \x22\x6b\xeb\xbb\x99\x25\x80\xa9\x6d\xb8\x6b\x0d\xee\xdf\x71\xff\ \xbc\x71\x6f\xae\x3c\x52\x3f\xd1\x79\xff\xf5\x81\xd5\x96\xec\x90\ \x90\x73\x6e\xd3\xca\x77\xde\xde\x5e\x12\xd6\x68\x64\x9b\xfa\x1f\ \xfd\x70\x54\x5c\xe3\xeb\x11\x8e\x49\xe3\xbb\x0e\x6a\x53\xe9\xdb\ \x49\x93\x3f\x3a\x5e\x7c\x1a\x57\x7a\x72\xe2\x9d\x2b\x7e\x7a\xe3\ \xc0\x9a\x2d\xc9\xe3\x1f\x28\xde\xb4\x61\xe5\xba\xb3\x41\x4a\x90\ \x84\x8c\xbd\xab\xb7\xa4\x8e\x1f\x74\x76\xfd\x9a\x95\x3b\x33\x83\ \x14\x0f\x25\x48\x70\xe2\xcb\x38\xb9\xe7\xe2\xa4\x47\xde\x7b\x49\ \x9b\xf1\xee\x99\x22\x26\xfd\x03\x0d\xd4\x0a\xa6\xae\xc0\x6d\xaf\ \xbf\x90\x28\x48\x3e\x7d\x0c\x32\x8b\x2f\x5c\x34\xa1\x2c\xfb\x99\ \xe5\x9e\x39\x79\xcc\xf4\x16\x9c\xcb\xb0\x11\xc2\x92\x42\x90\x13\ \xf0\x5b\x04\x08\xc6\x00\x82\x63\xc5\xab\x32\xe3\xf4\x9e\x7d\x27\ \x2e\xf2\x33\x87\x0f\xad\xc8\x4c\x76\x24\x05\x01\x20\x42\x28\xf0\ \x80\xdf\x64\xb2\x8b\x08\x0e\x14\x21\xc4\x6c\xb0\x19\x17\x54\x08\ \xea\x0d\x11\x9a\xaf\xb8\xd4\xa6\x80\x85\x60\xfc\x6f\x26\x3f\x02\ \xc2\xc4\xca\xcf\x4c\x3a\x78\xd8\x0d\xa5\xf9\x7e\x1b\x03\x71\x79\ \x83\x7d\x69\x67\x0e\xed\x3c\xc4\xd5\xc4\xa3\xbf\x7d\x99\x7c\xca\ \xaf\x2a\x14\x84\xf3\x6f\x5f\x18\x43\xf1\xf9\x33\xc7\xd4\xc2\x40\ \x76\xaa\xce\x31\x42\x80\x40\x14\x9e\x4b\x3c\x86\xb3\x4b\x2e\x5d\ \x34\x45\xd9\xe8\x41\x70\x20\x00\xbe\xc2\x22\x3f\x69\xa0\x50\x2c\ \x00\x88\xac\xb8\x81\xda\x76\xa9\x50\x09\x51\x5c\x94\xdb\xa5\x25\ \x06\x05\xe1\x2b\xf6\x5b\xb2\x87\x62\x44\x15\x45\xa2\x84\x03\x22\ \x80\x41\x70\xa2\xba\x91\x65\xf8\xfc\x36\x05\x56\x52\xa2\xf3\x5a\ \x6e\x0a\x98\xeb\xa5\x69\x47\x8e\xd8\x21\xec\x52\x4e\x29\x60\x8c\ \x18\x70\xc1\x11\x95\x54\x70\x09\x55\x71\x4c\x4d\xf6\x84\xf0\xfc\ \xf4\x23\x3b\x0f\xe4\x81\x27\x71\xfc\xc6\xb4\x53\xe7\x55\x4f\x34\ \x00\x96\x5d\x6e\x05\x4c\x43\x58\x82\x39\x21\x0d\x7b\xcd\xfd\x78\ \xfa\xa9\x4f\x3f\x3a\x7a\x51\xf4\xec\x14\x83\x30\x12\x42\x48\x8a\ \xe4\xbf\x78\x26\xcb\xd4\xa5\x38\xc4\x19\xc7\x20\x49\x6e\x55\x22\ \xc2\xb1\x2d\x13\x6c\x0c\x00\x02\x04\xa6\x2a\x75\x63\xc7\x67\x12\ \x81\x65\xc5\xe5\x92\x8b\x72\x8a\x39\x10\x0c\x82\xdf\x6c\x55\x82\ \x09\xd6\x32\xd3\xce\x9e\xcb\x6b\x16\x16\x26\x21\x61\x0b\x81\xa8\ \x22\x13\x51\x5a\xa4\x61\x40\x7a\xa9\x4f\x27\x6e\x89\x62\xce\x01\ \x53\xc5\x05\xd4\xb1\x7c\x3c\x84\x60\x04\x0c\x10\x70\xbb\x3c\xb7\ \x00\x0b\xa4\xb8\x08\xb3\x4a\x4b\x4d\x0a\xbc\xb4\x24\xe0\xa8\x1e\ \x8a\x90\xa4\xc8\x84\x62\x2a\xcb\x2e\xac\x52\x82\x04\x43\xb2\x2a\ \x13\x82\x25\x45\x75\x51\xf5\x8a\xcb\x0e\x2b\x9e\xf0\x30\x92\xba\ \xe5\x64\x7e\x80\xe1\x7f\xa6\x1f\xa1\x82\xa9\x2b\x70\xbb\xf4\x44\ \x10\x3b\xbb\xe1\xa7\x93\x6b\x39\x26\x54\x2e\x0b\x5c\x16\xd6\xa9\ \x5f\x7f\x38\xca\x04\xa6\x54\x96\x3c\x28\xef\xc4\xee\x54\x7d\xd8\ \xec\x19\x49\x73\x36\x26\x54\x89\x91\x4f\xcb\x4e\xfe\x9e\x5d\xa9\ \x25\x9d\xda\xd6\x5b\xb7\x6b\x5d\x89\xc7\x5b\x9c\x51\xc2\xb8\x82\ \x5c\x6a\x6c\xdd\x06\xad\x3b\x36\x9c\x32\xba\x5d\xea\xc7\x4f\x14\ \x59\x85\xc9\x19\x9e\x6e\xf7\xdf\xb7\x33\x3b\xb1\x72\x54\x58\x11\ \xa6\xc5\x49\xbb\x32\xa2\x86\x8f\x9a\x31\x9c\x1e\xf0\xd6\xa8\x1c\ \x7e\xcc\xfe\x9b\xbd\x06\xb0\x24\xf9\x93\x8f\xfc\x7c\x6a\xbf\x00\ \x4c\x15\x59\x45\xec\xf4\xfe\x4d\x81\x51\xc3\x12\x42\x57\xef\x38\ \x93\x25\x63\xb3\xb4\x40\xc3\x84\x82\xf3\x6f\x5f\x99\x10\x48\xdd\ \xb2\xe6\xcc\x46\x8e\x09\x91\x14\x99\x20\x00\xc4\x93\x7f\xff\xf9\ \xd4\x6f\xe5\xc2\xc1\xc0\x1d\x41\xe2\x5a\x74\xea\xdc\xca\xd7\x65\ \xda\x70\xd8\xff\x7d\x7a\xc0\x96\x55\x4c\x25\x2c\x00\x51\x44\x5d\ \x92\xe2\xe4\x1e\xd9\x9b\x25\x86\xce\x9c\x98\xfa\x41\xd2\x7d\x13\ \x7a\x67\x6f\x78\xad\xc0\x42\x18\xfb\x8b\x4b\xac\xee\xfd\x7b\xb4\ \xcd\x0c\x12\xda\xa5\xa3\x67\xb6\x1f\x77\x46\x8f\x7c\x6a\x94\xb6\ \x56\x1b\x33\xa4\xc9\xd9\x77\x97\x6b\x48\x55\x8b\x33\xb7\x7c\xf1\ \x29\xe3\x88\xca\xb2\x24\x49\x60\x03\x45\x8a\x82\xca\xd3\xe8\x09\ \xa1\x59\x27\x36\x9d\xa5\x3d\x1a\xd6\x0c\xfa\x76\x43\xaa\x1a\x2c\ \x17\x66\xf9\x50\x7d\x22\xbb\x30\xc6\x00\x88\x28\x18\x13\x10\x6a\ \x58\x78\x4c\x88\x7f\xd5\x81\x43\x27\x0d\xb0\x9c\xf6\x04\x23\x46\ \x95\x60\x05\x6f\xff\xec\xc5\xf5\x10\x33\xa9\x67\x28\xc9\xc2\x00\ \xe0\x68\xc5\xb9\x10\xdf\xb6\xdf\x9d\x17\x78\x52\xda\xf1\x93\x1c\ \x81\xac\x62\x00\x40\x58\x72\x61\x22\x5b\x85\xc7\x8e\x9c\x1c\x32\ \x61\xdc\xdd\xa7\xf4\xf0\xae\x4d\xdd\x90\x7e\x93\x48\x3a\x4a\xb5\ \xb4\x23\x2b\x3f\xff\xad\xe3\x0b\x4d\xa2\x43\x50\x8a\x9f\xe2\x92\ \xf3\x3b\x4e\x66\x8c\x7a\x62\xca\x7e\xff\xba\x4e\x33\xee\x73\x76\ \x7d\x7b\xd1\x6f\x75\x76\x61\x49\xc6\x00\x88\x62\xaa\x96\x15\xfb\ \x61\x16\x84\xd5\x1e\x37\x69\x40\xfe\xb6\xef\x37\xec\xbc\xe4\x5c\ \x3c\x70\xb0\x70\xea\x7d\x33\xc7\x65\xaf\x48\x1f\xfd\x60\xa7\x8b\ \x2b\x9f\x2f\x16\x08\x61\x2c\x21\x55\xba\xd2\x28\x47\x80\x40\x58\ \xc6\x2a\x45\x70\x4d\x01\x43\xe6\x8d\xaa\x59\xd7\x95\xfd\xd6\x87\ \x3f\x65\xea\xc1\x5e\x19\xfd\x13\xc3\x74\x2b\xfc\xd4\x15\xf8\xcb\ \x75\x3e\x2f\xeb\xad\x76\x99\xa1\x64\xc5\xe5\x76\x29\xca\xd5\xf4\ \x13\xaa\xa8\x2e\xb7\x4b\x91\x25\x84\x88\x42\x4a\xbf\x9e\xf9\xec\ \xc6\x9c\x84\x19\xf3\x9f\x6c\x18\x71\x71\xd3\xfe\x0b\x32\x94\x7c\ \xfa\xd8\xcc\xad\x25\xb5\xa7\xbd\xf1\xe2\xf4\xa7\xee\xaf\x13\xe7\ \x11\xac\x74\xff\x2f\x87\x42\xdb\x3d\xf8\xcc\xcb\xf7\xa6\x7f\xfd\ \xf6\xa2\xe5\x87\x55\x62\xfc\xfc\xe2\xeb\xc9\xee\xce\x33\xdf\x9a\ \xe2\x2e\x3e\xb8\xe7\x4c\x29\x14\x1e\x7e\xed\xe1\x45\x52\x97\x07\ \x26\x4d\xbf\x3b\x3e\x98\xda\x36\x87\xf2\x5a\x96\x9c\xff\xcb\x22\ \x68\x42\xb0\xab\x65\x46\x05\x22\x54\x71\xb9\x54\x97\x42\x31\x92\ \x54\x39\x73\xeb\xd7\x2f\xbc\xf8\x73\xc3\x91\xd3\x67\x2e\x78\xfa\ \xee\x3b\x1a\xab\x88\x71\x51\x56\xfe\x8b\xff\xcb\xd9\x2b\xb8\xe0\ \x70\xd5\x6a\xbc\x2c\x8a\xab\xe9\x8a\xd7\x08\x47\x00\x00\xb3\x9d\ \xd0\xda\x6d\x27\xce\x79\xb2\x76\xc9\xb6\xd7\x5e\x5c\xa9\x81\x9c\ \x7b\x3a\xf9\x5c\x6a\xa9\x04\xb8\x30\xfd\xdc\xc9\x0b\x25\x32\x14\ \x7f\xfe\xe4\xf3\x07\x44\xcb\x27\xe7\x4d\xe1\xdb\x97\xbf\xb9\x68\ \x1b\x28\x6e\x17\x2e\xf9\xf9\xbd\x77\x53\x22\xba\x3c\xf1\xea\xb4\ \x76\x8d\x63\x20\x70\x6e\xf1\x23\xaf\x64\x57\x1f\xf0\xd4\xcb\xf7\ \x5f\x5c\xb1\xe0\xdd\x2f\x4f\x48\x2a\x05\x84\x65\xd5\xe5\x72\x97\ \x27\x82\x11\x0c\xf9\x17\x4f\x25\x5e\xc8\x03\x44\x00\x01\x96\x24\ \x33\x6d\xd7\xcb\x53\xde\xc2\x6d\xef\x9b\xf9\xce\x0b\x23\x47\x74\ \x8d\x70\x21\x27\x50\x7c\x7a\x6f\x72\x89\x81\x28\x04\x92\x4e\x9d\ \x29\x70\x68\xde\x81\xdf\xe6\x2f\x3c\x76\xc7\x73\x73\x5f\x7a\x75\ \x58\xe6\xd1\x7d\xa9\xc5\xcc\x77\x29\x29\xe5\x42\x81\x04\x1e\x97\ \x84\xf2\xcf\x9c\xbc\x94\xe1\xc3\x20\x23\x7f\xc6\xf7\x73\x56\x84\ \x77\x7f\x70\xf2\x43\x7d\x22\x82\x90\x2f\x33\xfd\xe4\xe1\x74\x86\ \xa8\x13\xc8\x39\x76\xea\x02\x53\xc8\x9e\x0f\xe6\x7d\xf4\x5b\xc9\ \xf0\xe7\x1f\xeb\xd3\xb1\x06\xb2\xed\xb2\x7a\x6d\xd7\x93\x35\x48\ \xb2\x22\x71\xce\x1c\xc6\x05\x60\x55\x31\x7f\x9d\xf3\xc2\xcf\x67\ \x23\xa6\xcd\x7f\xba\x4a\xd6\xef\xaf\x3c\xbf\x52\x07\x39\x37\x31\ \x39\xf9\x7c\xa9\x04\xb8\x28\x23\xe5\xe4\xf9\x42\x81\x31\x38\x96\ \x08\xa9\x3a\xe0\x89\xa9\xf7\x8c\x6a\x47\x98\x43\x58\xf6\x47\x8f\ \xbf\x78\xca\xdb\xe5\xc9\xb9\xe3\x7c\xbf\x2d\x7d\x7b\xd9\x3e\x2c\ \xa9\x44\x18\x69\x49\x47\x2e\x15\x1b\x65\x29\xfb\x08\x61\xc2\xb5\ \x94\xd3\x47\xb3\x4a\xed\x2b\x31\x85\x82\x73\x87\x31\x81\x88\xac\ \x94\x57\xc8\x17\x42\x70\xce\x05\xff\x27\x11\xf6\x7f\x7f\x1f\xc5\ \x0a\xfc\x33\x29\xda\xb0\xa4\xd1\x5f\x7f\x55\xff\xec\xb2\xb7\xde\ \x39\x68\x59\x7e\xc3\x12\xb7\x13\xdd\xcb\x99\x6d\x9a\x0e\x46\x48\ \x08\x86\x64\x55\x91\x28\xb7\x2d\xcb\x72\x00\x21\x04\x88\x2a\x32\ \x25\xc8\xd2\x75\x9b\x03\x41\x20\x00\x49\x8a\x4a\x09\x30\xdb\x32\ \x2d\x86\x11\xe2\x82\x13\x45\x95\x65\x57\x42\x8b\x06\x52\x51\x1e\ \xad\xdb\xf7\xb9\x17\x7b\x7e\x7c\xdf\x98\xf5\x67\xb4\xa0\xe0\x20\ \x29\xa8\xd2\xe8\x79\x6f\x47\xec\x7c\xf3\xc5\xf7\x36\xcb\xee\xeb\ \x2b\xed\x38\x9a\x2f\xfe\x81\xd9\xaf\x4d\x0d\x7d\x6d\xf4\xc2\x5c\ \x5f\xa0\xd4\x67\xde\x24\x1e\x59\x08\xdb\x34\x1c\x8e\x10\x02\x8c\ \xa9\xa4\x50\x10\xc8\x13\xe2\x92\xe2\x3a\xcd\x7b\x77\xf2\xaa\x89\ \x23\xd7\x24\x07\x94\xeb\x5b\x1b\x0b\x53\xe3\x83\x3e\xfe\xaa\x87\ \xf1\xc3\xab\xaf\x6c\x33\x2d\x9f\x6e\xfe\x4b\x51\x70\x43\x83\x07\ \xbe\xf8\xb8\x7b\xf1\x8a\x07\x1f\x59\x23\x83\x4c\x15\x45\xa6\xd8\ \x32\x74\x86\x64\x97\x42\x6c\xcb\xb0\x05\x75\x29\x12\xb7\x2d\xf3\ \x72\xdc\x34\x55\xca\xf3\x4e\xb9\x6d\x96\xf5\x76\x21\x54\x92\x65\ \xea\x58\xa6\x65\x33\x84\x00\x00\x4b\xaa\x72\x63\x7c\x0a\x02\xb0\ \x2d\xdd\x01\x49\x95\xaf\x94\x64\x00\xc7\x32\x6c\x47\x20\x84\x10\ \xc2\xb2\xaa\x20\x61\xeb\xba\x23\xab\x2a\xc5\x5c\x37\x4c\x22\xbb\ \x64\xc4\x4d\xc3\xe4\x80\x11\x08\x0e\x42\x51\x5d\xc2\x31\x1c\xa0\ \x8a\x2c\x21\x21\x6c\x53\x67\x58\x56\x64\x0a\x42\x94\x5d\x0a\x63\ \x22\x2b\xb2\x60\x96\x69\x83\xea\x52\x80\x5b\x86\xc5\x24\x22\x87\ \x24\x54\x4f\x88\x0b\x2a\x2d\xb4\x7b\x3f\x3d\xbb\xb5\xf6\xeb\x23\ \x53\x96\x1b\xea\xf5\x49\x6a\x8e\xae\x05\xb5\x1d\xfa\xee\x87\xc3\ \xbf\x9e\xfa\xcc\xde\xa4\x22\x4d\x33\x18\x63\x96\x69\x01\xc2\x20\ \x04\x51\x54\x99\xa2\x2b\xc2\x71\x2c\xc3\x12\xc4\x25\x53\x87\xa1\ \x2a\xed\x07\xbf\xb4\xf8\xc1\xfd\xaf\x3c\xba\x74\x55\x8a\xa2\x52\ \x6e\x5b\x66\xb9\x28\x90\xa4\xa8\x04\x23\x04\xdc\x30\x75\x4c\x5d\ \xd7\x44\xa8\x73\xd3\x34\xae\x39\x82\xdd\x21\x41\x09\xdd\xc7\xbe\ \x34\x29\xe1\xb9\xc1\x93\x4e\x04\x5c\x0a\x06\xc5\xe3\xa1\x41\xb1\ \x13\x17\xbc\xad\xae\x7f\xf9\x95\x8f\xff\x41\xd9\xe4\x15\xa8\xc0\ \x4d\x38\x57\x84\xd5\x6c\xd6\xb5\x5b\xe7\xf6\x6d\x6a\xe4\x9d\xdc\ \x77\x3e\xd7\xa1\xb7\x93\xf9\x82\x89\x24\x49\x54\xa2\x54\x92\xcb\ \xd2\xa3\x11\x26\xb4\xfc\x48\x79\xbf\x02\x42\x25\x49\x92\xa8\x24\ \x51\x5a\x5e\x92\xe9\xca\xaf\x24\x49\x22\x48\x30\xf0\x76\x1d\x3f\ \x69\xc4\xe8\x01\xad\x1a\x05\x6d\x5c\xb4\x70\xcd\xae\x8b\xcc\x41\ \xb5\xba\xde\x35\x63\xce\x84\x1a\x51\xc6\xbe\x35\xbf\x9f\x3a\x97\ \x4f\x6e\x48\x62\x12\x8c\x93\xd0\xd8\xe6\x6d\x3a\x76\xed\xdb\xb9\ \x92\x91\xbc\xff\x58\xd6\x4d\xb2\x84\x11\x22\x54\x92\x24\x4a\x25\ \x4a\x28\x46\x82\x99\xa6\xda\x67\xfa\xd4\x09\xe3\x7b\x22\xed\xfc\ \x96\x1f\x37\xe7\x68\x37\xd6\xeb\x40\x9c\xf1\xa0\x6a\x8d\x3a\x77\ \xe9\xd4\xa1\x63\x7d\xff\xd9\xfd\x67\x32\xcd\x7f\x29\x0a\xee\x40\ \x64\xed\x7a\x72\xde\x99\x83\xfb\x73\x15\x77\x79\x3e\x37\xa1\x12\ \xbd\x9c\x0e\x5e\x16\x83\x76\x8d\xb8\xae\x36\x73\x28\x7f\x44\x89\ \x92\xf2\x93\x49\xb9\xb8\x24\x7a\xab\x48\x6e\x4c\xa4\xeb\x12\xd0\ \xf0\xe5\x8b\xd0\x2b\x39\xdf\xe5\x3f\x47\x94\x4a\x04\x01\x20\x44\ \x2e\xdf\x5a\x92\x24\x84\x00\x13\x7a\xe5\x22\x98\x5e\xbd\x60\xf9\ \xa5\x28\x41\xa8\xec\x81\x2f\xff\x9a\x12\x6e\x3b\x61\xf5\xdb\x3d\ \xf8\xe4\xc4\x3b\xef\x6a\xaf\x64\xed\x7e\x6f\xee\x8a\x6c\x83\xdc\ \x28\x1c\x4c\x90\x96\x97\xa3\xbb\x6a\x0f\x99\x38\xac\x8a\x9d\x73\ \xf8\x48\x32\x23\xb2\x24\x97\xdd\x5d\xba\x99\x70\x08\x08\xe1\x80\ \xab\x61\xfb\x56\x79\x1b\x3f\xff\x66\x75\x22\x56\xa4\xb2\xed\x8d\ \x1b\x44\x81\x6e\x28\xaf\x7e\xf5\x88\xe0\x8c\xcb\xe1\x77\xbf\xf8\ \xc2\x03\xdd\xa3\x36\x7c\xb4\x6c\xeb\xb1\x7c\x2a\x61\x4b\xe7\x75\ \x7a\x0d\x9c\xf1\xd2\xb8\x84\xf0\xc0\x9e\x5f\x7f\x4f\x3c\x5f\x48\ \xfe\x09\x09\x71\x15\x36\x75\x05\x6e\xa1\x19\x00\xba\x9e\x5f\x22\ \x38\x01\xc9\x2b\x87\xba\xfe\x9d\xae\xea\x7f\xbe\x8e\xb0\x4c\x9d\ \x21\xf9\x86\x92\x03\x82\x33\x06\x88\xdc\x2c\x91\x44\xd8\x46\x79\ \xb0\x17\x22\x54\x51\x24\x8c\x80\xd9\xb6\x65\x39\x1c\x38\x91\x55\ \xe5\x56\xd9\xe4\xb6\xa9\x5b\x36\x42\x84\x50\x59\xbe\xdd\x0d\x7e\ \xe1\x58\xb6\xe3\x38\x0c\x40\x51\xdd\x14\x03\x00\xe2\x8e\x61\xd8\ \x42\x55\xd5\x2b\x8f\xe6\x98\x9a\xc9\x80\x94\x3f\xcd\x6d\x65\xa9\ \xdb\x86\xce\x04\x25\xc8\x31\x99\x43\x25\x97\x7a\xb5\x06\xd9\x7f\ \xe0\xe5\x08\x66\x1b\xa6\xc1\x00\x28\x51\x14\x45\x46\x00\xdc\xb1\ \x4c\xcb\x64\x00\x12\x55\x15\x09\x9b\xba\x66\x03\x92\x25\x97\x2c\ \x97\xd5\xcf\x05\xdb\x32\x4c\xdb\x16\x80\x15\xd5\x7d\xf3\x94\x5f\ \x84\xb8\x65\x18\xb6\xc5\x01\x49\x92\x5b\x95\xf1\xbf\x7e\xe3\x08\ \x84\xe3\x98\xe5\x09\x2f\x48\x52\xae\x56\x1d\xb1\x4d\xc3\x62\x36\ \xa6\x8a\x2a\x2b\x08\x04\x08\x6e\x1a\x06\x13\x88\x4a\xb2\x2c\xdd\ \x6e\x3b\x70\xc7\x32\x99\xc0\x92\x72\xe5\x5d\x22\xc1\x1d\xd3\x34\ \x1c\x21\x08\x96\x55\x55\x46\x80\x04\xb3\x4d\xd3\x74\x40\x10\x2c\ \xbb\x54\xc9\xd2\x35\x4b\x08\x89\xba\x14\x85\x80\x00\x04\xc2\x30\ \x7c\x7e\x6e\x08\x90\x82\xe4\x10\x55\x22\x42\x08\xee\x94\xeb\x12\ \x95\x5d\x32\x25\xf0\xff\x74\x36\x79\x05\xfe\x5f\xb7\xa9\xb9\x88\ \x69\xdc\xa9\x47\x8f\x2e\x2d\x1a\x24\x58\xf9\xe9\x45\x01\x8e\xff\ \x46\x32\xb1\x10\x0c\x68\xd5\xa6\xad\xaa\x85\x3a\x79\x05\x81\x6b\ \xda\x09\x32\xd3\x51\x7b\x4c\x98\xda\x36\x38\xe7\xd8\xb9\x02\x72\ \x7d\x3a\x2f\x22\x94\x4a\x92\x54\x6e\xca\x5d\xb6\xd6\xa9\x24\x49\ \x97\x4d\xf5\x5b\x5b\xf4\xb2\x24\xdd\x4e\x7b\xb0\x6b\x7f\x44\xa8\ \x24\x5d\xa9\x58\x20\x38\x73\xc7\xd4\x6a\xde\x24\xde\x97\x97\x6f\ \x32\x74\xb9\x76\xa6\x24\xff\xa5\x55\x7b\x93\xa9\x45\x29\x42\x34\ \xae\x51\xab\xee\xfd\xba\x44\x0a\x5f\x56\x4e\x31\xfc\xa7\xc2\x0e\ \xb8\x23\x5c\xe1\xcd\xbb\x77\x6b\xd7\xae\x51\xa8\xec\x14\xe4\x16\ \x3b\x9c\x21\x6f\x74\xab\x9e\xdd\x5a\xb7\xae\xef\x45\x5a\x41\x29\ \x34\xeb\xdf\xbf\x6d\xe3\x18\xbd\x20\xa7\x34\xc0\x30\x06\xc7\x46\ \xf1\x4d\x5a\x76\xbb\xb3\x53\xad\x5a\x31\x66\x7e\xbe\x2f\x60\xdd\ \x98\xc3\x29\x18\x73\xc5\xd7\x69\xdf\xa3\x73\xab\x36\x8d\xbd\x56\ \x6e\x66\x9e\x7e\x3b\x6f\x1c\x61\x5c\xfe\xaa\xa4\x2b\x0d\x67\x05\ \x63\x10\x51\xa3\x71\xb7\x01\x3d\xaa\x79\x78\x76\x66\x1e\x03\x8c\ \x10\x2a\x3b\x8d\xfc\x3b\xa9\xdb\x98\x50\x7a\xad\x89\x2e\x18\x23\ \x9e\x06\x1d\xbb\x74\xe8\xdc\x2c\x3a\x04\x17\x64\x15\x38\x9c\x73\ \x39\xa4\x71\xd7\xae\x1d\x3a\x36\x89\x70\x8b\xdc\xec\x40\x9d\x3e\ \x77\x76\x6e\x53\x8b\xfb\xf2\x0a\x8a\x2d\x8c\x11\xb3\x45\x64\xad\ \x26\x7d\x06\xf6\x6e\x54\x37\x01\x7c\xc5\xc5\x25\x1a\xc2\xf8\x8a\ \x2e\x91\x7f\x4e\x83\xae\x0a\xa6\xae\xc0\xcd\x29\xd6\xb4\xe8\x80\ \x45\x1f\x8c\xe9\x11\x52\x94\xed\xcb\x3a\x97\x98\x53\xcc\xff\x15\ \xfd\x21\xe0\x4c\x37\x0c\x20\x12\xc5\x48\x38\x96\x61\xd8\x84\x88\ \x12\xcb\x3d\x76\xe9\xd7\x63\x1b\xa4\xfd\xf0\xcb\x09\x28\xab\x67\ \xc6\x99\x6e\x94\x16\x73\x75\xe8\x23\xcf\x36\xd4\xf6\xae\xdb\x9f\ \x4e\x29\x36\x0d\x4d\xb7\x4d\xce\xcb\x8b\xee\x0b\xee\x98\xba\x66\ \xd8\x96\x00\x72\xab\xc2\x32\xdc\xb1\x0d\x43\x37\x6d\xc3\x72\x18\ \x26\x12\xc1\x50\x56\x32\xd4\xb0\x2d\x00\x42\x29\x01\xc1\x4d\x43\ \x33\x6c\xd3\xb2\x19\xc2\x65\xae\x16\x61\x9b\xba\x6e\xe9\x96\xcd\ \x10\x22\x94\x20\x66\x1b\x9a\xa9\x3b\x36\xb7\x6d\xd3\x66\x40\x29\ \x31\xf4\xe2\xb8\x01\xcf\x7d\x36\xff\x8e\xdd\x3f\xae\xbe\x54\x0c\ \x94\xa2\xcb\x97\x35\x1d\x47\x10\x5a\x46\xd6\xc2\x31\x0d\xcd\xd2\ \x2d\xdb\x16\x82\xd0\x9b\x15\x63\x63\x86\xe1\x6a\xd8\xf3\x95\x8f\ \x67\xc6\x53\xad\x20\x25\xe5\xdc\x85\x3c\x81\x90\x6d\x68\xba\x6d\ \x32\x8e\x29\x25\x18\x81\x63\x99\xba\xa9\x5b\xb6\xcd\x38\xa2\xb7\ \x72\xa9\x70\x66\xe8\x9a\x61\x5b\x5c\x60\x4a\x08\x70\xab\xc8\xc0\ \xf7\xcc\x7e\xf3\xe1\xe1\xf5\xb9\x14\x14\xe2\xb2\x93\x0e\x1c\xcf\ \xb6\x3c\xa3\xde\x5c\x30\xfe\xae\xea\x5c\x0d\xf5\x62\xff\xd9\xd3\ \xb9\xb5\x7b\x74\xef\x7e\xcf\x7d\xfd\x9a\xbb\x76\xfc\xb6\x57\x03\ \xca\x19\xc4\x37\x68\xd4\xa4\x7d\xbb\x61\xd3\x1f\x92\x4f\x6c\xda\ \x73\x3a\x87\x5e\xbf\xe4\x17\xcc\xd0\x6a\x8e\x7e\xe1\xe5\xe7\xbb\ \x6b\x99\xc5\xbe\xcc\xe4\x73\xe9\xbe\x1b\x59\x15\x81\xb0\x0c\x5d\ \xb3\x74\xc7\x66\x18\xdf\xbc\xaf\x3c\xb7\x2d\x1c\xdd\xe8\x99\xcf\ \xe6\x35\x8b\x74\x0a\xd3\x2e\x25\x27\xa7\xdb\x08\x3b\x96\xa1\x5b\ \x86\xc3\x80\x10\x8a\x31\x70\xdb\xd2\x4d\xcd\xb0\x2d\xc6\x10\x21\ \xe4\xe6\x7e\x7f\xc1\xad\xab\xe2\xa2\x58\xb0\x12\xdd\xe8\x30\xe9\ \x85\xe7\x1e\xeb\x8a\x84\x1c\x11\x29\xa7\xec\x3d\x92\xae\x8b\x3e\ \x8f\xcf\x79\x6a\x52\x2b\x81\x5c\x61\x21\x70\xe6\xc0\xb9\xf8\x4e\ \x5d\x3a\xdd\x35\x78\xd8\x9d\x35\x0f\xfd\xba\xa9\x80\x11\x60\x22\ \x3c\xa1\x4e\x8b\x2e\x6d\xfa\x8e\x9f\x5a\xc3\x77\x7c\xd3\xee\x33\ \x58\x92\xd1\x3f\x70\x42\x56\x44\xe9\x55\xe0\x96\xc6\x92\x6c\xe6\ \xed\xfe\x7c\xf1\x9c\x8f\x8e\x84\x29\x61\x8a\xf4\xaf\x4a\xde\x71\ \x5b\x78\x62\xda\x75\xac\x91\x79\xf4\x40\xb6\xcf\x92\x2b\x55\x6f\ \x57\x2f\x34\x69\xef\xf9\xa6\x7d\xbb\x9a\x87\x7f\xf8\xee\xc8\x59\ \x44\x25\x54\xe6\x3a\x44\xee\xe6\x7d\x7b\x54\x0a\x0e\x4d\x88\x97\ \x0d\x93\x09\xc1\x6c\xee\xae\xdf\xb3\x67\xfd\xaa\xee\x4b\x87\xf6\ \x1c\x39\x9d\x8b\x31\x30\xe2\x6d\xd1\xbf\x5f\x42\x18\x3b\xb5\x6d\ \x47\x72\xa6\x26\xdf\x50\xac\x91\x73\xe1\x8a\x8c\x6f\xda\xac\x61\ \x7c\x74\x08\xe8\x05\xc7\xb6\xec\xba\x58\x60\x60\x6f\x54\x87\xbb\ \x3a\xc6\xb9\x8d\x13\xdb\x77\x9e\xcb\xd0\xd4\xa0\x90\xfa\x6d\x3b\ \xd7\x4e\x88\xe4\xa5\x59\x87\xb7\xed\xcb\xf1\x33\x84\xe5\x9a\xed\ \xda\x37\x6c\x10\xeb\x14\x64\x1e\xde\xbe\x37\xb3\x98\x47\x26\x34\ \xee\xd5\xb6\x96\x96\x9d\xc1\x83\xa2\x21\x27\x71\xef\xbe\xd4\x2a\ \xcd\x7a\xb4\x89\xcd\xfa\x7c\xd9\xde\xdc\x00\xa6\x04\x04\xe3\x72\ \x78\x5c\xd3\x16\x8d\xab\xc4\x78\x8b\xd3\x12\x0f\xee\x3e\xa5\x83\ \xc4\x0c\x3b\xb2\x5e\xab\x56\x6d\x6a\x13\xb3\xe8\xfc\xa1\xe3\x29\ \x17\x0b\x6e\x5c\x71\x30\x2e\x22\xeb\xd6\x09\xc9\xdb\xfe\xfc\xe4\ \xe7\x72\x50\x88\x47\x91\x1c\x53\x54\x6b\xd7\xb3\x59\xfd\xc8\xcc\ \xc3\x7b\x0f\x9f\xcc\xe4\x44\x8e\xa8\xd5\xa8\x51\xd3\x3a\xa1\x6e\ \x7e\xf1\xd0\xbe\xe3\x49\xb9\xe2\x86\x52\x44\x82\x33\x06\x6a\xe3\ \x3b\xfa\xd4\x8e\x21\x67\x76\xee\x48\x4c\x2b\xa1\x6a\x50\xa7\x07\ \x1e\x18\x35\xa8\x5d\xc6\xea\x25\x07\x0f\xe5\xa4\xef\xdb\x51\x2a\ \x47\xf5\x1a\x39\xee\xfe\x3e\x4d\x12\xbf\x59\x74\xe8\x44\xc1\x85\ \x7d\x07\xfc\xa6\xbe\xf6\xed\x97\xf6\x6f\x9f\xf8\xd9\x9b\xed\x63\ \xdc\x3c\x4f\x03\x97\x8a\xce\x6c\xfe\x79\xf7\xc6\x9d\x38\xae\x0e\ \x52\x6e\x5a\xfa\x09\x01\x20\x22\xac\xf4\x1d\x2b\xe7\xbe\xf0\x3e\ \x92\x22\xdc\x32\xb9\xa1\x1c\x20\x77\x90\xab\x61\xf7\x2e\x75\x6a\ \x44\xea\x59\xa9\x07\x76\x1c\x2a\x32\x09\xc5\x37\xd9\xe1\x08\xa9\ \x5c\xbd\x2a\x3d\xfb\xda\xb4\xa7\x0e\x17\xb9\x42\x3d\x0a\xd3\xed\ \x4a\x8d\xdb\xb5\x6e\x99\x50\x7c\xe6\xf0\xfe\xfd\xe7\x6c\x2c\x07\ \x57\xae\xd5\xb6\x79\x83\x4a\x61\x52\xce\xa9\xc3\x87\x8f\xa4\x39\ \xf8\x46\x7f\x0c\xb7\x6d\x54\xa3\x53\x9f\xc6\xb5\x42\x2f\x1d\xdc\ \x7d\x34\x31\x9b\x61\x77\xb3\x7e\x83\x27\x8c\xed\xaf\x1d\xf9\xe2\ \xc0\xae\xe4\xbc\xe3\x07\xb2\x2c\x4f\xbb\xc1\x43\xc7\x3e\xd0\xb3\ \x70\xeb\x87\x07\x76\x5e\xcc\x3e\xb2\xb7\x84\x5b\xbb\x3f\x5c\xb0\ \xfb\xd7\x13\x5f\x7d\x3f\xb9\x46\x04\x4e\xce\x00\xb7\x4a\xb2\x8e\ \x6e\x9b\x7f\x60\xdb\x68\x5c\xa3\xa5\x82\x10\xa0\x7f\xe8\x74\xac\ \x60\xea\x0a\xdc\xda\xae\x06\x24\xa9\x6e\x2f\xb8\x29\x29\xf3\xe4\ \x09\xdb\xd0\x4c\xce\x31\x96\x5d\x6a\x59\x15\x4a\x61\xeb\x01\x53\ \x08\x42\x64\x85\x82\x25\x22\xc7\xcf\x99\x93\xf2\xf6\x83\x2f\xac\ \x4c\xe9\x3a\x78\xec\x8b\xc3\xb5\x07\x7b\x2f\x0d\x8f\x8d\x6d\x74\ \xe7\x9d\x35\x9b\x17\xae\x59\x7b\xc2\xa6\xc4\xb2\x48\xef\xd9\xaf\ \x4e\x1b\x14\x73\xf2\x68\x41\xd3\x86\x95\x0f\x58\x96\x05\xb4\xd7\ \xa3\xcf\x0d\x6f\xe7\x3e\x93\x6a\xde\x33\xf6\x9e\x55\x4f\x3f\xfe\ \xcd\x1e\xff\x7d\x6f\x2f\x78\xa0\xad\x7c\x3e\x9b\x3e\x30\xa1\xdf\ \xdb\x63\x9f\xde\x9b\xe1\xc8\xe0\xe8\xa6\xc1\x00\xc9\xb2\x4b\x26\ \xc8\xb0\xa4\x3b\x26\xbd\x38\x6d\x60\xc8\xc1\x03\x29\xc2\x2c\xca\ \xdc\xbd\x2d\xc5\x5d\x79\xf2\xfc\xd9\x8d\xa5\xcc\x2c\x16\x33\x78\ \x58\x97\x79\x63\x9e\x4a\xab\xda\xe6\xc5\xaf\x5e\x2a\xd9\xb6\x0d\ \xd5\x6a\x73\xf7\x5d\xdf\xcc\x9c\xbc\x34\x5f\x78\xe2\xeb\xd6\xa9\ \x55\x3b\x22\x72\xd0\xfd\x03\xee\x5c\xfb\xd8\xc4\x0f\xdb\x8c\x9d\ \xf5\x50\x2f\x9c\x2f\xc5\xd0\x82\x4c\xd9\x63\xd0\x49\x8f\xa7\xa8\ \xa1\x55\x1b\x35\x1e\xd4\xb3\xcd\x99\x2d\x1b\x53\xf3\x0d\x22\xec\ \xba\x77\x8d\x9c\xfb\x72\xf7\xc3\x1b\x4e\x55\x7f\x7a\x6a\xdb\x77\ \x9f\x7f\x63\xc9\x1f\x91\x5d\x46\xcd\x5d\x34\x41\x3f\x79\x4c\xae\ \xdb\x31\xfa\xe4\x97\x13\xa6\x2c\x2e\x06\xef\x9f\x38\x0b\x01\x03\ \xdd\xd0\x6c\x6e\x83\xec\x72\xab\x8c\xda\xba\xdd\x60\xd4\x13\xcf\ \x3f\xde\xf9\xe2\xa9\xac\x6a\x8f\x8c\xfa\x6d\xd6\xe3\x1f\xae\xbb\ \xf8\xc0\xec\x97\x47\xd6\xf7\xef\x3d\x8d\xc6\x3d\x3d\xf2\xdd\x07\ \xa7\xae\x3f\x94\xaf\xa8\xd7\xf6\x1f\x11\x96\x4d\x7b\xbf\x30\x77\ \x72\xbf\xa8\x73\xa9\xd6\xc8\x87\xee\x59\x3a\x7e\xc6\xc6\x73\x34\ \xb6\x66\x55\x8f\x17\x7b\xe3\xab\x37\x72\x42\x03\xc7\x76\x70\xec\ \x8a\xab\x55\xc5\xe5\xc6\x21\x55\x6b\x35\x44\x11\xc5\x47\x76\x72\ \xc0\x2a\xf5\x2a\x14\x1c\xee\x18\x86\xc6\x84\x5b\x08\xa0\x92\xea\ \x21\x5e\x45\x42\xd6\x5f\x7e\x72\xb1\xa4\x7a\x51\x90\x23\x61\x21\ \x00\x10\x70\xd3\xd0\x1d\x1b\x80\x28\xaa\x9b\x22\xc1\x41\xad\xd6\ \xb0\x5e\xf5\xb8\xa0\xca\xf7\x8f\xea\xdd\xf9\xb3\x97\x9e\xfd\x4e\ \x93\xff\xdc\x82\x00\x21\xce\x0d\x5d\xb3\xb8\x2d\x24\xc5\xe5\x92\ \x24\xa6\x1b\x71\xbd\x1e\x9c\xf3\xc6\xfd\x25\x89\x29\x11\xd3\xc6\ \xb4\x7d\xf7\xc5\x37\x3e\xd9\xd3\x6a\xca\x13\xb3\x86\x44\xed\xdc\ \x99\xdf\x74\xe6\x84\x55\x8f\x4d\xff\x62\x4d\xb2\xe4\xbe\xb6\xfb\ \x87\xb0\x75\xd6\x6c\xd2\xb3\x33\xa7\xb4\x4c\x3d\x9d\x37\xe2\x91\ \x07\x7e\x7c\xfc\xd1\x15\x5b\xf2\xa3\x12\xaa\x86\x86\x51\x1e\x15\ \xdf\xa0\x85\x92\x98\x7a\xc4\x11\x34\xa6\x46\xd5\xe0\x60\x82\x62\ \xaa\x36\x6c\xe1\x75\xce\x1e\x64\x02\x64\xd5\x8b\x25\xec\x08\x66\ \x18\xba\xc5\xa9\x5b\x20\x4c\x65\x8f\xa3\xa8\x32\x01\xf1\x0f\x2e\ \x77\x5c\x11\x4f\x5d\x81\xdb\xe5\x6d\x26\x48\x83\x81\x23\x26\x3f\ \x3d\x7d\xd8\xd0\xae\x41\x60\x33\x2e\x18\x52\x9a\x0c\x1d\x3d\xe5\ \xe9\x69\x83\xef\xee\xe0\xc1\x88\x17\x1e\x5f\x7d\xe0\x52\xed\x3b\ \xba\xb8\x20\xa4\x5d\xf7\x56\x47\xbe\xde\x54\xa8\x17\xfc\xba\xec\ \xad\x8f\xbf\xd8\x59\xcc\x64\x8c\x00\x98\x49\xe3\xdb\x8f\xba\xab\ \xce\x77\x93\xc6\x4e\x19\x3d\xf3\xd7\xad\x29\x44\x11\x72\x4c\xa7\ \x89\xe3\xba\x14\x1d\xdb\x7f\x74\xe7\xfe\x2c\x4f\xcc\xe0\x71\xcd\ \x42\x6b\xf4\x1e\xd5\x23\xe2\xa3\xb1\x63\xa7\x0c\x99\xb8\xa9\x30\ \x76\xd4\x94\x8e\xdc\x0c\x90\xd8\xda\x03\xa6\x4e\x9f\xf2\xd4\xc4\ \xb6\xf5\x63\xb8\x6d\x73\x41\x23\x63\x2b\x25\x7f\xb3\x6c\xd6\xa4\ \x19\x2f\x3c\xf6\xd6\x81\x8b\x66\xed\x6e\xf7\x8e\xec\x1d\x73\x66\ \xcf\xfe\xc3\xdb\x0f\xaa\xed\x5a\xf7\xed\x57\x9d\x83\x4b\x2e\x3e\ \xbc\x78\xfa\xb4\xa9\x23\x97\x44\x36\xb8\xa3\x45\x65\xd9\xb6\x7c\ \xc7\xb7\xed\x3a\xb4\xff\xf8\xc1\x5d\x67\x6b\x35\xe9\x52\x27\x42\ \x92\x54\xf6\xfb\xb2\x0f\x37\x6c\xbf\xb4\xfb\xab\x8f\xd6\x9f\x52\ \x9b\x34\xaf\x72\x6e\xef\xca\x05\xb3\x96\x9d\xca\x05\x04\xe5\xd5\ \x4d\xd4\x90\xa0\xe2\x23\xab\x66\x8d\x1b\xfb\xca\xab\x7b\xba\xf4\ \xea\x19\x82\xbc\x03\x26\x8c\x81\x75\x0b\x27\x3d\x38\xf9\xdd\xf7\ \xb6\xd2\xe0\x10\x7a\xc3\x7a\x83\x5b\x4e\x44\x93\x3e\xa3\x46\x74\ \xc9\x3d\x7a\xaa\xc4\x40\x48\x58\x8e\xa7\xce\xe8\xf1\xfd\x8e\xbf\ \xf9\xe4\x94\x11\x63\xdf\x5a\x71\xe6\x9e\xa7\xee\x89\x04\x12\xec\ \x65\xfb\x3f\x7f\xe3\xa1\x07\x26\xfe\xb2\xcf\x3b\xb0\x7b\x23\xc4\ \x9d\x3f\x4b\xdc\x54\xaa\x75\x1d\x3b\xb0\xd6\x77\x0f\x8d\x7f\x68\ \xf8\x84\x95\x89\xca\xa8\x47\xfb\xc8\x66\xfa\xf7\x6f\x7c\x7a\xe4\ \x74\xc6\xe6\x77\x17\xce\x79\xfe\x8d\x3d\x17\x4d\xd9\x48\xff\xe6\ \xf5\xcf\x4f\x26\xa7\xaf\x7b\xeb\xcd\x57\x67\xbf\x75\x28\xd3\x52\ \x08\xc2\x98\x14\xa7\x9f\x49\x66\x55\x87\x4d\x1b\x1e\xaf\x8a\xbf\ \x97\x3b\xc4\x2d\x3b\xa2\x75\x8f\x07\x1f\x7f\x64\xec\xd4\x7b\x13\ \x42\x08\x13\x08\xac\xc2\x83\x7f\xec\x3c\x7a\xe8\xd8\xe1\xfd\x19\ \xcd\xdb\x74\xae\x12\xcc\xaf\x4b\x4b\xe2\x96\xed\xa9\xd9\xfa\x81\ \x89\x83\x9d\xe4\x53\x59\xc5\x9c\x20\x66\xe0\xe8\x7b\x27\x8f\xf2\ \x7d\x3f\x6f\xf2\x03\x63\x5e\x7c\x75\x7d\xf7\xc7\x46\xd4\x74\x49\ \xee\x20\xf9\xdc\x6f\x1f\x3c\x32\x66\xcc\xb2\x6f\x0a\xfa\xf7\xed\ \xe0\xc6\xd6\x9f\x58\x94\x59\x2c\xa4\xd1\xd8\xd1\xdd\xf7\xbc\xfc\ \xc8\x94\x11\x63\x97\xfc\x94\x71\xef\x53\xf7\x44\x91\x92\x75\x4b\ \x3f\xdd\x7e\xe0\xe2\x81\xaf\x3e\x7e\x75\xe6\x8b\xeb\x8f\xe5\xb9\ \x88\x6f\xf5\xdb\x9f\xee\x3d\x96\xbe\xeb\x93\xa5\x73\x66\xbd\xb2\ \x39\xa9\x50\xa6\x04\x21\x62\x15\xa7\x1d\xcb\x52\x06\x3e\x36\xb6\ \x6e\x98\xc4\xf8\xff\x23\xc5\xe8\x2b\x98\xba\x02\xb7\x4d\xd5\x02\ \x07\xc7\x55\xa9\x51\xbf\x66\x7c\x95\x48\x0a\x5c\x80\x10\x40\x42\ \x2b\x57\xab\xd1\xa0\x66\x5c\x7c\x38\x11\x40\x09\x3b\xf0\xc3\xa6\ \xb0\x86\x1d\xba\x74\xee\xd4\x32\x3e\xe7\xf7\x8d\xc7\x38\x51\x15\ \x50\x5d\x2e\x09\x98\x6d\x39\xb6\x6d\xd9\x52\x68\xac\x4b\x2f\x49\ \x3d\x97\x07\x20\x1c\xdb\x16\x9c\x29\xe1\x55\x42\x39\x98\x34\xb4\ \x56\xa3\xaa\xa9\x2b\x7f\xf8\xea\xbb\xd3\x41\x95\x13\x48\x7e\xf6\ \xf9\xb4\x52\x04\x79\x27\x53\x0a\xa5\xca\xf1\x12\x30\xa4\x06\xc5\ \xd6\xaa\x51\xa3\x7e\xf5\xf0\x60\xb5\xac\x92\x1c\x17\xb6\x03\x20\ \x81\x2c\x4b\x44\x20\x08\x8e\xac\x26\xf9\x0d\x12\x1e\x5f\x23\xc1\ \xb3\x79\xc1\x67\x9b\x8f\x94\x28\x32\x62\x0c\x51\x55\x71\x8a\xb3\ \x7d\xdc\x96\xc0\x09\x6e\xd0\x6d\xf6\x17\xf3\xee\xec\xde\x28\x3e\ \x3e\x18\x13\x81\x31\x08\x26\xb0\x44\x9c\xd2\x12\x9b\x01\x58\xb6\ \x10\x40\x41\x76\x7b\x54\x09\x33\xdb\xb6\x6c\xee\x08\x00\xe0\xc0\ \x05\x92\x40\xf2\xe7\xa7\xdb\x32\x96\x3c\xa1\x51\x21\x9e\xe4\x03\ \x67\x75\xc0\x20\x1c\x47\xf0\x9b\xc9\x8a\x4b\xc1\x11\x55\xaa\x45\ \x06\x0a\x4b\x2d\x06\xc0\x19\x0a\x8a\x0a\xc3\xce\xd9\xe3\x97\x10\ \x18\x29\x67\x52\xfc\xe1\x55\xbc\x0a\x72\x18\x00\x91\x28\x58\x85\ \x85\x39\xd4\x2b\x5f\xee\x06\xe7\x68\x9a\xdf\xb2\x39\x12\x4c\x89\ \x88\x57\x4b\x0b\x93\x93\x0b\x31\x14\x9d\x3e\x9b\x8d\xe2\x2a\x2b\ \x00\xb2\x4b\xa1\x14\x49\xaa\xea\x26\x2e\x09\x23\x81\xb0\xe2\x52\ \x08\xc1\xb2\xea\x72\x53\x37\xc5\x48\x00\x20\x04\x8e\x11\xd0\x91\ \x37\x2e\x21\x46\x21\xe2\xef\x59\x93\x82\x0b\x25\xb4\x52\xb5\xba\ \xb5\xaa\xd5\xae\xec\x96\x90\x65\x98\xb1\x9d\xee\x99\xf3\xc9\xec\ \xae\xed\xea\xc5\xc6\x78\x10\x06\x84\x6f\xf2\x1b\xec\x0e\xae\x5c\ \x23\xd6\x2e\xf5\xe9\x96\x40\xc0\x85\x1a\x12\xe9\x55\xce\x1f\x39\ \xef\x00\xcb\x38\x77\x26\x57\x8d\x0d\x0d\x92\x98\xc3\x05\x22\x32\ \x40\x49\x7e\x06\x78\x2e\x77\x38\x12\x4c\xd7\xfd\x86\xc9\x40\x30\ \x12\x12\x1d\xcc\x8d\xb3\x27\x32\x31\x68\xc9\x67\xd2\xf4\xa8\xca\ \x1e\x09\x4b\x92\x22\x51\x4c\x65\xc5\x0d\x6e\x99\x62\x00\xa4\xa8\ \x0a\xa5\x58\x92\x55\x37\x72\xcb\x97\xbb\x29\x71\x5b\xf3\xdb\x72\ \x6c\x8d\xca\x1e\x09\x84\xf8\x7f\x84\xa9\x2b\xbc\x1f\x15\xb8\x5d\ \xbf\x35\xc5\xce\xfe\x0f\x16\xec\x5a\xca\x31\xa6\x92\x22\x53\x0c\ \x20\xf4\x1d\x4b\x5e\xdb\xc2\x04\x26\x54\x92\x15\x59\xb2\xb3\x0f\ \xad\xdf\x91\x33\xe8\xb9\xe5\x2f\xa4\xad\x5e\x74\x20\x59\x93\x5d\ \x2e\xa6\x0b\x7f\xc0\x70\x25\xd4\xa9\x5e\xb5\x72\xb1\xa3\xe7\x5c\ \x3c\x9c\x46\xc7\xdf\x3d\xa6\xcf\xa1\x0f\xd3\xbc\x6e\x0f\x25\xb2\ \x96\x7e\x34\x25\x60\x5a\x17\x0e\x7c\xb1\xe2\x84\x12\x16\x62\x17\ \xe6\xb1\x98\xc3\x05\xd1\xfd\xee\x18\xd0\x3c\x6b\xaf\xe7\xee\xce\ \xd5\xb3\x56\xbc\x67\x23\x0f\x4e\x3b\xba\xfc\xc9\xfd\x5c\x20\x2a\ \xcb\x54\x96\xc1\x00\x84\x08\x41\x18\x01\x42\x08\x51\x84\xb2\xcf\ \x1d\x2c\xa0\x83\x2f\x6d\xff\xf5\xb7\xc3\xc5\x9e\x50\x8f\x2f\xab\ \x30\xb4\x13\x21\x04\x61\x84\x31\x26\x18\x81\x63\x8b\xe8\x7a\x8d\ \x9b\x85\xa7\x4d\x9d\xfd\x5a\x72\xe8\x80\xce\x5f\xdc\x27\x61\x84\ \x08\x09\x52\xcc\x9f\x67\x3f\xe2\xb8\xa3\x1f\xba\xc3\x53\xd6\xb5\ \xca\x36\x34\xcd\x13\x5d\xbd\x6e\xcd\xf8\x82\x7c\x7f\x6e\x9e\x40\ \x02\x63\x8c\x00\x61\x4c\x30\xc6\x58\xcb\x3f\x9f\x99\x3b\x64\x68\ \x9f\xda\x5b\x72\xe3\x12\x62\x65\x71\xf6\x46\x32\x20\xb2\x9c\xbd\ \xf3\xfb\x05\x6f\x25\xbc\x3a\xa2\x4d\xe4\x87\x9b\xf3\x99\x24\xf2\ \xcf\x25\x95\x38\x3d\x47\xf6\xde\xf0\xfa\xfe\x7e\x83\x7b\xe2\x13\ \x6b\xf3\x4c\x46\x08\x10\x8c\x10\x60\x82\x2f\xb7\xbe\xe1\x0e\x78\ \x63\xbb\xde\x51\x2f\xef\xf8\xfe\x73\xe9\xb6\x93\x76\x38\xc3\x73\ \xff\x9d\x43\xdb\x9d\xfd\xd5\xb8\xbb\x4f\xa3\x82\x4d\x3f\x05\x00\ \x23\x84\x10\x10\x84\xf0\x55\xa7\x2b\x42\x18\x08\xba\xc6\x0d\xcb\ \x18\x0f\xaf\xd1\xb4\xa1\x7c\xe6\xa5\x67\xde\x3b\x6f\x86\x7a\x64\ \x00\xfe\x6f\xbf\x72\xa2\x28\x99\x9b\x7e\x78\x7d\xc3\x37\x00\x98\ \x2a\x32\x00\xae\xde\xb2\x59\x4d\x7e\x64\xf6\xac\xd7\x9c\xd6\x93\ \xbb\xbc\xde\xfa\xc6\x76\x00\x58\x91\x7d\x27\xb6\x2c\x9a\x5d\x69\ \xc9\x1b\x5d\x12\x22\xbf\x39\x55\x44\x88\x3f\xf3\x64\x5a\xf6\xdd\ \x23\xfa\xd5\xd8\xeb\x6b\x3e\x78\x40\xe4\xa5\xe3\xe9\xb9\x5a\x35\ \x8a\xb1\x28\x17\x29\x2a\xeb\xb9\x22\x18\x97\x43\xdb\xf6\xe8\x61\ \xa7\x1d\x39\x79\x36\xdf\xc9\x49\x4a\xd6\x49\xef\x91\x3d\xb6\xbd\ \x73\xba\xff\xc0\x2e\xce\x91\x6f\x0b\x0c\x8e\x64\x84\xa0\xac\x83\ \xf0\xe5\xfc\x43\x84\x30\x60\x84\xaf\x0e\x5c\x08\xa6\x46\xd5\x6d\ \x5b\xdd\xbf\x7c\xf8\xeb\x47\x72\x5c\x21\x2a\x06\xc1\xff\x1f\x98\ \x7e\x15\x36\x75\x05\xfe\x85\x21\x2d\xfe\x4c\x40\x8a\xaa\x4a\xf2\ \xd5\x8d\x2f\x2a\x2b\x8a\xaa\x4a\x12\x45\x20\x00\x13\xa2\x67\xae\ \xfb\x76\x97\x2b\x92\x6f\xfc\x6a\x83\x46\x55\x82\x90\x24\xd3\x73\ \xeb\x7e\x3b\x51\xd4\x64\xe1\xaf\x1f\x8d\x1e\xd2\x44\x94\x9c\x58\ \xfc\xfc\x47\x41\x83\x66\x7d\xfa\xdb\xe2\xce\xf5\x9d\xb3\x17\x7d\ \x50\x7a\xfc\xad\x67\x3f\x8b\x7b\xf0\x95\xcf\x37\x7d\xfd\xce\x27\ \x33\x9b\x57\x0b\x09\x5c\xd8\xf1\xd6\xab\xbf\xb4\x78\xfa\x9d\x4f\ \x57\xbf\x26\xef\xfd\x66\xd9\x67\xc7\x25\x85\x20\x4c\x24\x45\x55\ \xd4\xb2\x1e\x43\x02\x21\x61\xe9\x3e\xcd\xb4\xa1\x3c\xc1\x4f\xce\ \xdd\xf7\xe3\x1b\x4b\x8e\x0c\x5d\xf8\xd1\x17\x9b\xbf\x7c\xe9\xe5\ \x11\x31\x12\xb3\x6d\xdb\x5f\xaa\x31\x0e\x00\x4e\x20\xa0\x23\x99\ \xa4\xee\x58\xf7\xc3\x81\xe0\x59\xab\xbe\x5f\xf6\xd9\x74\x94\x9f\ \x9e\xaf\x0b\x47\xd7\x0c\xd3\x71\x84\x61\xdb\x8e\xa5\x05\x4c\x8b\ \x61\xa0\x56\xce\xd9\x5f\xbf\x4a\x1e\xf2\xc6\xb2\xf9\x6f\x8e\x8c\ \x09\x12\x46\xc0\xf0\xfb\x4d\x00\x24\x98\xe9\xd3\x1c\x45\x0a\xfc\ \xfc\xc6\x82\x93\x61\x7d\x96\xac\xf9\x70\xdc\xfd\x6d\x89\xe9\xdc\ \xd4\x6c\x23\x20\x63\x10\x0c\x40\x08\x21\x10\x55\x44\xf6\x27\x2f\ \x2c\x2c\x69\x35\x71\xf9\xa6\x4f\x7b\x47\xa6\x2c\x7c\x69\x55\x00\ \x24\xcb\xaf\x69\x06\xc3\x00\x96\xa9\x05\x4c\x07\x00\xb8\xa5\x4b\ \x35\xbb\xbe\xba\xf2\xc3\xf1\x63\x5a\x0b\x9b\xf3\x82\x63\x8b\x5e\ \xfa\xaa\xda\xc4\xd7\x3f\xfb\x6d\x61\x5c\xca\x9a\x25\x4b\xf7\x62\ \x2a\x63\xc1\xb4\x80\xcf\x62\xd7\x14\x9b\x2b\x3b\xc2\xaf\x26\x4f\ \x0a\xce\x81\x03\x62\x80\xa5\xf2\x42\xcf\x42\x80\xe0\xb7\x61\x62\ \x0a\x21\xc4\x95\x7e\x55\x02\x53\x2a\x2b\xaa\xac\xc8\x04\x21\x45\ \x42\x47\x57\xff\xf4\x47\x76\xbd\x37\x36\xfc\x38\xff\xed\x11\xbe\ \x0b\x69\x25\xf6\x0d\xc1\x7e\x02\x30\x96\x09\x01\x47\x08\x01\x42\ \x00\x56\x65\xed\xa7\xd7\xdf\x38\xe2\xe9\xfd\xfe\xa6\x6f\xc6\x74\ \xc1\xef\x3e\xfd\x71\x26\x48\xdc\x34\x02\x9a\x8d\x00\x39\xb6\xee\ \xd7\x2d\x00\xe0\x96\xc1\xa3\x1a\x3e\xf1\xc9\x47\xcf\x3c\xdb\x97\ \xda\x0e\xb5\x2f\x7d\xf8\xfc\x12\xa7\xdb\x8c\x4f\x36\x7e\xd4\x51\ \x39\xbe\x70\xee\x1a\x93\x28\x18\xb8\xa1\x95\xea\x36\xbb\x32\x6e\ \x04\x5c\xd7\x7c\x86\x7d\xb5\x8a\x97\x10\x5c\x70\xc0\x0c\x2e\xe7\ \xe8\x5c\x1e\xd3\x3f\xbc\x27\x5f\x45\xe6\x4b\x05\x6e\x3e\x5f\x0d\ \x4b\x1e\xf3\xc5\xf2\x2a\x7b\xe7\xcd\x5e\x7c\xc8\xed\x76\xdd\xf6\ \x27\x5d\x70\x40\x92\x44\x6d\xc3\x2a\x6f\x7a\x84\x80\xdb\x0e\x96\ \xdd\x21\xa1\x6e\x4b\xf3\xeb\xba\x6d\x9b\x96\x14\x1c\x1a\x12\xac\ \x3a\x5a\x20\xa0\x59\x00\xc2\x36\x2d\xc9\x1b\x1a\x1a\xec\xe2\x8e\ \x11\xf0\x69\x8c\x71\xdb\x74\x5c\xe1\x11\x5e\x45\x14\xe7\x15\xda\ \x48\x92\x6e\xde\x0d\x4b\x46\xc2\x71\x1c\x7e\x85\xad\x2c\x8b\x79\ \xc2\x22\xbc\x2e\x6a\x1b\x5a\x20\x60\x08\x44\x24\x99\x38\x96\x2d\ \x00\x4b\x12\xe1\x8e\x6d\x5b\x0e\xc7\x4a\x58\x54\x08\x05\x27\x50\ \xe2\x37\x6d\x4e\x25\x09\x09\xe6\x38\xbc\x2c\xeb\x0e\x31\xc7\xe1\ \x02\x04\x67\x0c\x05\x45\x84\x52\x61\xf9\x4a\x35\x20\x12\x25\xc2\ \xb6\x1c\x84\x25\x4a\xc1\x36\x2c\x1a\x1c\x1a\x1a\xec\x06\xe2\x19\ \xf0\xfc\xeb\xed\x4b\x57\x4e\x7d\xf8\x13\xd3\xe5\xbd\xee\x19\x6d\ \x2d\x10\x37\x70\xea\x82\x27\x6b\x3e\x3f\xf0\xe9\x14\xbf\x2c\x4b\ \xd8\x31\x4c\xe2\x0e\x09\x0b\x55\xb5\xc2\x02\xbf\x05\xb2\x44\x89\ \x4c\x11\x77\x6c\x5b\x10\x59\x22\x82\xd9\x36\xe3\x42\x44\x34\xbd\ \x6b\xc1\xd7\x8f\x1f\x7a\x69\xca\xdb\x2b\x92\x14\x37\x75\x0c\x5b\ \x09\x0d\x0f\x76\xa1\xd2\xfc\x02\x13\xca\x92\x1b\x11\x95\x25\xe1\ \xd8\xd7\x38\x61\x31\x95\x29\xb7\xad\x2b\x07\x2c\x5d\xab\x76\xe7\ \xa3\x8b\x1f\xad\xf9\xd4\x90\x87\xcf\x58\x1e\x85\x20\xc1\x2c\x1f\ \x8b\x7e\xf6\x9b\x0f\xec\xef\x9e\x7d\x67\xe5\x29\xd5\xad\x5c\x27\ \x4f\x47\xf3\x37\x7c\x74\xe1\x23\x6d\xce\x4e\x7b\xe0\x03\xc7\xe5\ \xba\x49\xe8\x1c\x02\x66\xdb\x20\xb9\xc3\x23\x82\x11\xb7\x02\x25\ \xfe\x9b\xd6\xce\x62\x86\xe1\x69\x7e\xd7\x92\x8f\x87\x2d\x1b\x3a\ \x79\x67\x1a\x77\xa9\x84\x99\x16\xc8\x9e\xf0\x08\xaf\x59\x52\x58\ \xaa\x39\x92\x2c\x11\x49\x22\xc0\x2c\x8b\x13\x2a\x11\xcc\x6d\xdb\ \xe1\x8c\x79\xaa\xb5\x7b\xf9\x87\x37\xac\x1f\x9e\x7f\xe6\xd5\x6d\ \xd4\x2d\x33\xd3\xa4\xde\xd0\xd0\x20\x39\x50\x58\x10\x70\x90\x4c\ \x09\x00\x22\x92\x04\xdc\x66\x57\xef\x8b\x88\x2c\xc1\x35\xa2\x60\ \x96\xee\x69\x38\xf4\xe3\xf7\x86\x2c\x1e\x3e\x62\x6b\x9e\xec\xa6\ \x08\x04\xf3\xe9\xf2\x83\x8b\x97\x37\xbe\xf0\xf1\x0b\x6f\xfd\x4e\ \xdd\xee\x7f\x62\xfc\x47\x45\x3c\x75\x05\x6e\x0e\xc7\xe1\x09\xdd\ \x07\xde\x33\xb8\x57\xc7\x36\xf5\x8a\x13\x6f\x37\x9b\x1c\x00\x21\ \x21\x98\xc3\xd0\x35\xa1\xb6\x08\x63\xc1\x6c\x5d\xd3\x1d\x47\x20\ \x84\x08\xa5\xdc\xb6\x8c\x80\x6e\x59\xac\xac\x1e\x08\xa1\x94\x3b\ \x96\xae\x69\x86\x61\x0b\x40\x08\x21\x42\xb1\x63\x1a\xba\x6e\xc2\ \x2d\x82\x76\x01\x80\x33\x9b\x73\x71\x35\xe2\x0c\x61\x42\x89\x63\ \x1a\xba\xa6\x9b\x56\x59\xca\x8a\x70\xec\xb2\xaa\x1a\xdc\xb1\x19\ \x00\x42\x18\x23\x60\x46\x40\xd3\x35\xc3\x61\x02\x63\xc4\x19\xe3\ \xbc\xcc\x2e\x07\xce\x9c\xf2\xeb\x21\x84\x11\x98\xba\x6e\x18\x0e\ \x42\x08\x38\x73\xca\x6a\x85\x08\xe6\xd8\xcc\x31\x59\xc2\x1d\xc3\ \x9e\x9a\x3b\xa3\xdf\xdd\xdd\x62\x78\xd2\x07\xf3\x3e\x4d\x2b\x12\ \xd2\x0d\xd1\x6a\x18\x09\x5f\x61\x20\xae\xed\x80\x51\x53\x86\xc6\ \x04\x2e\x1e\x39\x9e\x86\x14\x15\xb8\xa5\x07\x74\x47\x60\x4a\x31\ \x00\x70\x9b\x95\x0d\x81\x33\x87\x71\x40\x82\x5b\x24\xac\xfb\xb0\ \x81\xd6\xae\x2f\x3f\x5d\xb1\x9f\x4b\x32\x46\x88\x50\xc2\x2c\x43\ \xd7\x4d\x71\x8d\x28\x98\x6d\x5f\x7e\xea\xcb\x9f\x29\xdb\x2e\x7b\ \x76\xc1\x1c\x14\x1c\xff\xe0\xa2\xb7\x26\x0d\xad\xb7\xef\xfb\xcf\ \x7e\xdf\x9b\x81\x28\xb1\x74\x68\x31\x7c\xcc\xcc\x37\xa6\xb5\x6c\ \x1c\x7c\xf0\xc7\xd5\xc7\xcf\x17\x51\xe9\xc6\x46\x94\xb6\xb7\x5e\ \xbb\x41\x43\xef\xea\xda\xa7\x73\x58\xe9\xc9\xc3\x89\x85\x37\x86\ \xe0\x61\x4c\x90\x70\xf4\x80\xa6\x6b\x26\xe3\x70\xf3\x70\x3f\x04\ \x7a\x89\xcf\x53\xab\xeb\xa8\xe9\x0f\xd4\x55\xfd\x47\x0f\x9c\xb2\ \xa8\x8a\xc1\xd1\x03\xba\xcd\xca\xc3\xc6\x39\x63\xcc\x11\x08\x23\ \xce\x19\x63\x1c\x01\x58\x5c\x69\x39\x60\x68\xa5\x8c\x0d\x4b\x17\ \xad\xd7\x89\x84\x11\x60\x4a\x05\xb3\x74\xcd\x60\x02\x5f\x89\xa9\ \xe7\xce\x75\x03\x07\x7e\x45\x14\x82\x3b\xc8\x7b\xf7\xab\xaf\x3d\ \x39\xb5\xfb\xf9\x8d\xdf\xac\x5a\x9f\xc8\x29\x71\x0c\xa7\x46\xd7\ \xbb\x9f\x7b\x6f\x66\x97\xb6\x71\x67\x37\xae\xdf\x73\xe4\x12\x96\ \xa4\x7f\x22\x53\x57\xd8\xd4\x15\xf8\x8b\x75\x30\x48\xaa\x4b\x91\ \xc0\xd4\x74\x9b\xdf\x22\x12\x55\x08\x01\xff\xb2\x35\xab\x60\x0e\ \x13\x42\x20\x42\xff\xb3\x59\x61\x82\x73\xc6\x18\x00\x42\x04\x13\ \x8c\xa1\x2c\x00\x99\xf1\xb2\xcc\x43\x8c\x81\xd9\x8e\x00\x44\xe8\ \x55\x87\x2a\x67\x8c\x73\x0e\x80\x30\xbd\x65\xc2\xe1\xe5\x8b\x00\ \x26\xf4\xa6\x79\x7a\x88\x50\x97\xdb\x45\x31\x0f\x94\x94\xea\x16\ \xc8\x0a\x01\xf1\x67\x51\x20\x60\xa6\x69\x33\x90\x5d\xee\xe0\xb0\ \x60\xa1\x07\x02\xba\x09\x08\x71\xc6\x04\xa0\xbf\xcc\xd3\x43\x18\ \x83\xa5\xeb\x48\x52\xff\x7e\x23\x56\x44\x5c\x21\x41\xd4\xd1\x4b\ \x8a\xfd\x40\x25\x0c\x20\x04\xc8\x6e\xb7\xdb\x25\x59\xba\x66\xe8\ \xb6\xb8\xd5\xcb\x43\x58\x76\xb9\x5c\x2a\xb5\x02\x7e\xcd\x60\xb7\ \x57\x93\x8b\x71\xce\x00\x91\x6b\xeb\x7d\x08\xce\xb8\xa0\xc1\x11\ \x21\xd8\x36\xfc\x01\x5d\xdc\x56\x14\x33\xc2\x18\x2c\x43\x07\x72\ \x35\x25\x9d\x33\x47\x00\xfe\x77\xd2\x1a\x91\x1a\x1c\x2c\x83\x55\ \x52\x54\x2a\xb0\x84\x11\x08\x01\x54\x51\x3d\x41\x2a\x33\x74\x2d\ \x60\xfe\x57\x3c\x20\xb7\xa3\x39\x15\x4c\x5d\x81\xff\x05\x9a\x56\ \x82\x43\x23\x22\x42\x54\xec\xe4\x65\x64\x96\x1a\xe2\xa6\xda\xc9\ \x99\x23\x10\xf9\x6b\xfe\x65\x0e\xf7\x44\x46\xc7\xc6\x86\xf8\x32\ \x2e\xe5\x95\x18\xff\xb1\x96\xdb\x82\x39\x42\x89\xae\x1a\xe7\x55\ \x44\x69\x5e\x5e\x51\x89\x2e\x04\x63\xd8\x1d\x5b\x35\xd6\x2d\xb1\ \xe2\xec\x1c\x9f\x45\xa2\xab\x57\xa6\x5a\x41\xfa\xa5\x7c\x06\x04\ \x23\xc1\x39\x0e\x8b\x8b\x8d\x08\x55\xb5\xd2\xe2\x82\xec\x22\x8b\ \xdf\xa4\x8d\x9e\x10\x42\xf2\x84\x46\x46\x85\xb9\x15\x28\xca\xbc\ \x54\x50\x7a\x93\x16\xb7\x02\x44\xf9\x06\x1d\xba\xca\x74\xd7\x88\ \x42\x30\x4b\xd4\xea\x75\x47\x0d\x92\xbc\x61\xc3\x39\x42\x09\x20\ \x84\x10\x08\x01\x4a\x50\xb0\x02\xa6\xcf\x67\xc0\xad\x85\x20\x84\ \xf8\xaf\x8b\xa8\xdc\x31\x8b\xae\xb9\x92\xb8\xbc\xe9\x70\xa5\x16\ \x94\x60\x0e\x03\x4a\xc9\x9f\x9d\xd4\xe5\x86\xf1\x6d\xd1\x34\x07\ \x6f\x64\x54\x54\xa4\xc7\x28\x2a\x28\x28\xf0\xd9\xec\xea\xb0\xca\ \x45\x84\xfe\x8d\xa1\x70\xc7\x11\x88\x90\xab\xce\x65\x50\x83\x83\ \x25\x6e\xf8\xfd\x26\xdc\xf6\x55\x6e\x18\x38\x37\x74\xbf\x21\x1c\ \x00\x22\x13\xb7\xab\xac\xd2\x13\x02\x53\xf7\x19\x82\x78\x54\x0f\ \xc5\xc0\x2c\xcd\x6f\x9b\x65\x9e\x6e\x01\x48\x91\x3c\x12\xb2\x0d\ \x86\xdc\x8a\x8a\x81\x9b\x7a\x80\x53\x97\x42\x69\x48\x4c\x4c\x44\ \x98\xcb\xf0\x95\x14\x64\x17\x9a\x8e\xf8\x1f\x6e\x1c\x5f\xe1\xfd\ \xa8\xc0\xcd\x15\xde\xb4\xf0\xc0\xc5\x2b\x5e\x7e\xb4\x5b\x7c\x74\ \x58\xee\xe9\x83\x17\xf2\x6e\xf4\x7e\x08\x5d\xe3\x4d\x06\x8d\xee\ \x52\xcd\x3c\x7e\xea\x02\x47\xb7\xc8\x2d\x36\xf5\xa0\x66\xfd\xe6\ \x7c\x3c\xbb\x7b\xbb\x7a\x76\xca\xf1\x93\xa9\x05\x84\x60\x66\x3b\ \x8c\x71\x00\x5c\x46\x82\x9c\x39\x8e\xc3\x78\x99\x2d\x8c\x6f\x65\ \xbb\x73\xe6\x38\x8c\x71\x40\x18\x23\x04\xc2\x09\xe8\xae\x41\x2f\ \xbd\x3a\xf3\xc9\xc1\xcd\x3b\xb5\x0a\xe3\xf9\x27\x0e\x24\x95\xb2\ \xb0\x07\xe6\xcd\x7b\x7c\xda\x5d\xcd\x3a\xb5\x70\x97\x5c\x38\x9b\ \xab\xdc\x33\xeb\x89\xb1\x0f\xdd\x97\xe0\xa4\xed\xdd\x7f\x5e\x50\ \x62\x5b\x52\xfb\x07\xee\xbd\x77\xc2\xe8\x89\x33\xef\xcf\xd9\xf0\ \x6b\x62\xb6\x7e\x43\xaa\xba\xb0\x75\xb3\xed\xac\x25\x0b\xe7\xde\ \x53\x39\x3e\xc6\x38\x7f\x38\x29\xdd\xb8\xd1\xed\x53\x16\x70\x52\ \x86\xb2\x23\xa6\x66\xd7\xea\x73\x7f\xdf\xa6\xca\xf1\xa3\xc9\x0e\ \x60\xe6\xe0\x5e\xcf\xce\xea\x57\xf5\xe2\xca\xb5\x89\x18\x53\x42\ \x30\x08\xe6\x37\x94\x91\xcb\x7e\x7d\x79\x80\xb5\x72\xe5\x3e\x86\ \xa5\xb2\x15\x3b\xb3\x19\x63\x8c\x73\x81\x71\x39\x83\xde\xc0\x6d\ \x82\x3b\xcc\x71\x18\x67\xa2\xfc\x8e\xd7\x8b\x82\x3b\x8e\xc3\xb8\ \x10\x9c\x33\xce\x31\xc6\x08\x09\xee\x30\xc6\x79\x99\x6b\xa5\xbc\ \x1b\xb1\xc3\x31\xc1\x08\x0b\x66\x33\xc0\x18\x98\x29\xc2\x9b\x8e\ \x9c\xd8\xa7\xe0\xd0\xc1\x5c\x03\x08\xc1\x08\x95\x09\x99\x71\x2e\ \x10\x2e\x1f\x9a\x60\x65\xe0\x9c\x03\xbe\xfe\x05\x73\xd3\x44\x8d\ \xef\x1c\x36\xf5\xd5\x67\x66\x4c\x69\x7d\xf8\xd7\xb5\xa9\xf9\xac\ \xcc\x0b\xc4\x99\xc3\x1c\xce\xe1\xea\x4f\x04\x67\xcc\x66\x8c\x71\ \x21\x10\xc6\x08\x84\x28\x1b\x02\x17\x65\x4a\x20\x74\x4d\x34\x1b\ \x32\xa6\x63\x5c\xe0\x78\xe2\x25\x40\x14\x03\xf3\x3b\xde\x89\x9f\ \xad\x7d\xaa\x4b\xe1\x0f\x3f\x1d\x11\x65\x75\x08\x40\x94\x69\x8e\ \xb8\xb5\xe6\xfc\xe9\xb5\x08\xc1\xb1\xab\xd9\x80\x21\x83\xee\xe9\ \xdb\xa1\x43\x33\x8f\x99\x77\xf1\x52\x31\xa6\xc4\x31\x59\xed\x7e\ \x43\xef\x6a\x1d\x77\x29\xe9\x9c\xdf\xe2\x11\x0d\x7b\x8d\x99\x38\ \xb8\x45\xeb\x66\xcd\x3a\x74\xe8\xd6\xa7\xad\xdb\xc8\xd1\xdc\x0d\ \x3b\x37\x8f\xcc\x48\xcd\x34\x85\xdc\xb8\x7f\xdf\x6a\x72\x41\x6a\ \xba\xd9\x6e\xf8\xbd\xc3\x27\x3d\x38\x71\xd6\xa8\xa2\xcd\xbf\x9d\ \xc8\xf0\x53\xf2\x3f\x1a\x8e\x51\x11\xa5\x57\x81\x5b\x2d\xb7\xa8\ \x5b\xf2\x6f\x7a\x77\xee\x0b\xcb\x0e\x07\xab\x41\xd7\x54\xcc\xbf\ \xb2\xc0\x85\xe0\x2a\xd5\xbb\x0e\x19\xd1\xba\x50\x3a\x96\xaa\xd9\ \x86\x2f\x23\xb3\x48\xa0\x1b\x88\x8f\x41\x8d\xae\x1d\x42\xd3\x7f\ \x9d\x70\xff\x3b\x96\x12\x22\xcb\xd4\x36\x9d\x90\xca\xd5\xa2\xc3\ \xa4\xbc\xd4\xd4\x22\x8d\x53\x4a\x95\x90\xc8\xa8\x4a\x11\x0a\xb1\ \x72\x53\x2f\x96\x98\xfc\x26\x73\x40\x30\xc7\x41\x51\xd5\x6b\x85\ \x29\x76\x46\xca\x85\x80\x43\x64\x59\xae\xde\xe5\xee\x91\x03\x5a\ \xec\x79\x7b\xd6\xda\x93\x3e\x7f\xe6\x05\xe6\x0e\xae\xd7\x61\xd8\ \xfd\xbd\xea\xae\x9f\x3b\x73\xf3\x39\xc3\x9f\x79\x41\x2b\x08\x2c\ \x1c\x3b\x72\xc7\xc8\xd7\x5e\x1b\xd8\xe9\xb3\xcf\xb6\xe4\x0b\x55\ \x51\x9d\x2d\xef\xbe\xb5\xfa\xc3\xdf\xdf\xf9\x75\x9e\xeb\x96\xed\ \x19\xb1\x4b\xe5\xc7\x56\x2e\x9a\x3a\x6b\x8d\x5b\x09\x56\x65\xfc\ \x2f\x97\xcc\x9c\x83\x27\xb6\x72\xc7\x41\xf7\xf7\x77\x6f\x3f\x72\ \x2a\xdf\x30\x7d\xe7\x93\x0b\x6c\x4b\xc8\xa1\x71\xf5\xea\xd6\x33\ \x4a\x72\x73\x0a\x02\x88\xaa\x55\xeb\x54\xc9\xdf\xf3\xdd\x97\xf9\ \x47\x19\x96\xca\x0c\x38\x66\xf1\x90\xca\x55\x2b\x45\x7a\x98\xe1\ \xcb\xb9\x94\xab\x5b\xec\x46\x13\xd4\x36\x2d\x39\x2c\xa6\x5a\xe5\ \x70\x49\xd8\x85\x99\x59\x45\x3e\xc3\x71\x20\xbc\x5a\x8d\x48\xaf\ \xc8\x4e\x49\x2b\x35\x91\xa4\xb8\x2a\x55\x8e\xf6\x60\xa3\xd4\x24\ \x41\xb2\x9d\x79\x21\xc7\x21\x92\x27\x2a\xaa\x52\xa5\x50\x6c\xf9\ \xd2\x53\xd2\x75\x87\xc8\xaa\x2b\xaa\x92\xcb\x5f\x50\x64\x09\x25\ \x32\x36\xc8\x28\x2c\x30\x25\x77\xf5\x4e\x7d\x86\xde\xdf\xa9\xe4\ \xc0\x5e\x5a\xe8\x14\x67\xa4\x17\xfb\x2c\x4e\x5c\xf1\xf5\xaa\x79\ \x20\x90\x7e\x3e\x5d\xe7\x84\x22\x44\x5c\xde\x4a\xb1\x95\x82\xdc\ \xb2\xe3\x2f\xce\x4e\xcf\x35\xf9\xb5\x0f\x88\x55\x15\x0e\xff\xb0\ \xec\xd4\xb1\x73\xef\x7f\x3b\x5a\x26\x65\x9f\x30\x60\xa6\x49\x82\ \xa2\x12\x12\x2a\x99\x79\x19\x19\x59\x25\x44\x51\x84\x6d\x30\x29\ \x28\xbe\x4e\xbc\x57\x45\x5a\x41\x6e\x4e\x6e\xa9\xa0\xae\xb8\x1a\ \x71\x41\x2e\x52\x9a\x95\x9e\x95\xe7\x03\x24\x85\x54\xad\xd1\x63\ \xd8\xc8\x46\xe9\xe2\xf8\x25\xcb\xd6\x8b\xd3\x33\x03\xd5\xea\xc4\ \x67\x6c\xfd\xfa\x9b\xf4\x53\x82\x94\xd3\xb4\x6d\x3a\xc1\xf1\x55\ \x63\x22\x94\xfc\xd4\xd4\xc2\x00\xa3\x94\x28\xc1\x11\x91\xd1\x11\ \x2e\x62\xe7\xa6\x5d\x2a\x36\xae\xd7\x1c\x21\x18\x57\x63\xee\x7b\ \x6d\xba\x77\xd7\x4f\x87\x32\x6a\x3f\xf2\x5e\xbf\x2a\x4f\x4f\xff\ \x6a\x6b\xba\x08\x6a\x38\xf4\xd1\x09\x5d\xc3\x4a\x8a\x92\x0f\xaf\ \xde\x5f\x08\x9c\xe9\x9a\x59\x67\xe0\xa4\xe6\x4a\xd2\xaf\xdf\xff\ \xa1\xeb\x56\xb5\x4e\x23\x1e\xee\x72\xf1\xe0\x1f\x7b\x8b\x21\xa8\ \xcb\x13\x0f\x05\xff\x98\xb5\xef\xe8\x91\xed\x1f\x2e\x5a\xb3\x7c\ \xfd\x82\x5f\xde\x76\xb9\xfe\x17\x68\xb3\x82\xa9\x2b\xf0\x57\x0e\ \x10\x22\x49\x0a\x28\x57\xc2\x00\x98\x6d\x31\x26\x10\x21\x54\xc2\ \x8e\x2d\xb5\x1f\x3c\xa8\x6b\xa7\xd8\x88\xd2\xbe\x0f\xc7\xb5\xce\ \xda\xfc\xd5\x3b\x1f\x6d\xb1\xb1\x72\x1d\xd5\x70\xb0\x99\xcd\x8c\ \x52\x1d\x61\x45\x22\xd8\x36\xac\x3a\x43\x1e\x7a\x66\xe6\x00\xc9\ \x74\xa0\xe0\xc4\x82\xa9\xaf\x1c\xc8\x74\x8f\x7f\x7f\xd9\x80\x5a\ \x22\xcf\xf4\x92\xcc\x6d\x2f\x4e\x78\xf3\x82\x4f\xfc\xc9\x8c\x15\ \xdc\xb2\xa5\xce\x8f\x3e\xff\xd0\xfd\x4d\x38\xa3\x25\x47\xd7\xbc\ \x3a\x63\x71\x61\x70\xc3\x61\x8f\xde\x5b\x39\x3e\xa4\xd9\xb0\x07\ \x63\x3b\xe5\x7c\x3f\xfb\xe5\x82\x88\xc6\xc3\x1f\xbd\x27\x26\x36\ \xa4\xcd\x88\xf1\xd5\x2f\x5d\xfc\xe6\xd5\x37\x33\x10\x51\x40\x76\ \x0c\x9f\xc9\x09\xb3\x1d\xa1\x00\x94\x07\x1a\xca\x08\xc1\x5f\x84\ \x6d\x95\xb9\xd4\x55\x50\xc8\xd5\x28\x67\xdb\x61\x0c\x10\x91\xe4\ \xf2\xfd\x28\x6e\xdb\x0e\x63\x80\xa9\x24\x13\xc7\x44\xcd\xfb\xf6\ \xef\xdd\xab\x5a\x34\xeb\x32\xf9\x95\x3a\x85\x7b\x57\xcd\x7b\xf3\ \x57\xc3\x86\xda\x77\x8e\x7e\xae\xca\xe0\x08\x77\xde\x3b\x93\x9f\ \x5c\x7f\x14\x0d\xbc\x77\x58\xff\x21\xbd\xc2\xd2\xd8\xaf\xbf\x1c\ \xf2\x0b\xca\x2c\xbb\xc6\xc0\x49\x4f\x3f\xd1\xc7\xca\x2b\x55\x69\ \xf6\xc7\x33\xdf\xda\x9b\x54\x24\x4b\xc4\xb1\x2d\xc6\x01\x53\x49\ \xa2\xc4\x31\xf5\x98\x0e\xf7\x3e\xff\xda\xd8\x70\xe4\x33\x0d\xfd\ \x8f\xf9\xb3\x97\x6f\xb8\xd8\x61\xf2\xac\xc7\x26\x77\x14\x16\x98\ \x29\xdb\xe6\x4e\x99\x5b\xd4\x70\xd4\xe2\x4f\xc6\xd8\xc5\xc5\x9c\ \x31\xd5\x23\xd6\xbf\xfc\xe4\x47\xdb\xa4\xd9\x3f\x7d\xd8\x98\x67\ \xf9\xe4\xb0\x82\x5d\xdf\xcf\x79\xec\x7d\xab\xe6\x1d\x6f\x2f\x1f\ \xf8\xce\xe0\x71\xbb\x02\xad\x96\x7d\xf5\xd4\xaf\x13\x87\xad\x77\ \x1a\x0e\x9b\xd8\x33\xaa\x6a\xf8\xa0\xa7\x9e\xe8\x96\x73\xf1\xdb\ \xd7\xdf\xd8\xae\x47\x8d\x7c\xe5\xb9\x3e\x4d\x43\x91\x2b\xa4\x68\ \xe7\xf7\xaf\xcf\xfe\x2c\x0b\x57\x9b\x32\xf7\xf5\x01\x6d\xbd\xf9\ \xa5\x4c\x4f\xdc\xf1\xce\x0b\xef\xa6\x04\x64\x2a\x1c\x87\x39\x00\ \x84\xca\x52\x59\x1c\x33\x82\x2b\x79\xda\x42\x58\xa6\x92\xd0\xf6\ \x89\xc5\xb3\x1a\x86\x01\x22\xe6\x9a\x97\x67\x7f\xb5\xf6\x04\x8a\ \x6e\x32\x7d\xfe\x8b\xdd\x1a\x28\xc5\x1a\xcf\xf8\xed\xd3\xf9\x6f\ \xff\x64\x84\x36\xbc\xef\xe9\x49\xd5\x22\x43\xa3\x22\xf9\x77\xcf\ \xcc\xfc\x76\x6b\x4e\xe7\xa1\x83\x3b\xb5\x8f\x0e\x29\xe8\xf7\x70\ \xb5\xf6\x19\x1b\x3e\x99\xff\x49\x52\xd7\xfb\x86\xf5\x1b\xd4\xc3\ \x75\xca\xf7\xcb\x9a\xe3\x16\x50\xc7\xb0\x6b\xdc\x3d\x61\xd6\xf3\ \xf7\x28\x96\x83\x8a\x13\x17\x3e\xfc\xd2\xee\x34\xfa\xd0\xa7\xef\ \x0d\x6d\x40\x73\x34\xb7\x92\xbf\x67\xf6\xf8\xd7\xcf\x15\xf1\xeb\ \xb6\x76\x11\x91\x64\x7f\xe6\xef\xcb\xdf\x79\x77\x57\x69\x69\x8d\ \x9f\xba\x0d\x6b\xf6\xd9\x96\x73\xb5\xfb\xf4\x0a\x3e\xbc\x72\x99\ \xbf\x46\x87\x1e\xad\x37\xee\xdf\x50\x74\x66\xeb\xb2\x13\xbf\xf5\ \x09\x6e\x13\x16\xf6\xc7\xd2\xb7\x3f\xb4\xc0\xdd\xb9\xbd\xed\xb7\ \xfd\x26\xb3\x4c\x30\xcd\x12\x07\x2c\x26\x00\x11\x49\x56\x65\x19\ \x23\x10\xf0\xbf\x50\x3d\xa4\x82\xa9\x2b\xf0\x2f\x4c\xeb\xb2\xbc\ \x39\x00\xe0\x02\x45\x37\x6c\x5e\x25\x42\xd5\x8b\xf3\xce\x27\xa6\ \x81\x62\xff\xb1\x78\x71\x64\xb5\x96\x9d\x0b\x3f\x7b\x7c\xee\x4f\ \x48\x0e\x96\xa8\x72\xfd\xba\x9d\xf1\xa0\xf8\xc6\xed\x9a\x55\x2b\ \x3a\xb7\x9d\x01\x46\xdc\x82\xf0\xa6\x0f\x3f\x3d\xe8\xd4\x82\x69\ \x6f\x7c\x5f\xf0\xf0\xb7\x9f\x4c\x7b\xb2\xe7\xb8\xc7\x0f\x56\xa9\ \x82\x36\xbc\x3e\xed\xcd\x35\x61\xef\xaf\x5f\x36\xa4\xd3\x77\x6f\ \xfc\x72\x9e\x12\xe9\x1a\xf7\xa5\x15\xdc\xb0\xff\x23\xe3\x1a\x7e\ \x35\x66\xd4\x4f\x67\xa2\xe7\x6d\x58\x32\x71\xcc\x8e\x17\xdf\xdf\ \xf7\xd6\xf4\x77\xea\x7d\xf3\xf0\xf7\x8f\x3c\xb2\x2e\xcd\x71\x2b\ \x12\xb2\x0f\xce\x7f\xe4\xfd\x3a\xcb\x87\x7f\x38\xe9\xa1\x1d\x79\ \xd8\x2d\x53\x85\x80\x8d\x50\x71\x4e\x46\x20\xb2\x5b\xf3\x36\x75\ \x77\x1d\xcf\x72\x04\x01\x04\x08\xdf\x86\xf3\x14\xa1\x2b\x2e\x68\ \xce\x45\x68\xcd\x06\xd5\xe3\x42\x1c\xad\x28\xf5\xe4\x39\xbf\x83\ \x40\x40\x78\xdd\xc6\x09\xd1\x5e\xd3\x57\x90\x7a\x2a\x05\x54\xb4\ \xeb\xd3\xf7\x83\xe2\x5b\xdd\x17\xbe\xf1\x89\xc7\x97\xdb\x92\x97\ \x83\xea\x56\xd0\xe9\x1f\x16\x8e\x9d\xba\x69\xdc\x87\xdf\x3c\x38\ \xbc\xe7\xee\xa3\xdf\x7c\x37\xe7\xb9\xe3\xa9\xfa\xab\x0f\x06\x51\ \x0c\x20\x80\x31\x54\xb7\xff\x9d\xa1\xfe\xfd\x4f\x4f\x7a\x27\xdd\ \x67\x61\x4c\x64\x09\x83\xec\xae\xde\xb4\x45\xa4\x07\x15\x67\x5c\ \x4c\x4b\xcd\x64\xee\x5a\x8f\xbc\x39\x59\x5b\xfb\xc6\x33\x0b\x77\ \x30\x45\xa5\x56\x69\x70\x8d\x1e\x33\xa6\x77\xfa\x7d\xc6\xd8\x4f\ \x77\xcb\x2f\xac\xfd\x68\xf2\xa4\x0d\x0b\x8f\x47\x16\x1f\x5e\xf5\ \xd1\x6f\xa1\x63\xef\xc8\xff\x70\x4f\xe5\x7b\xfb\x77\xf4\xec\x3d\ \x1d\x1f\x9a\xfb\xd1\x88\x09\xbf\x5d\xac\xff\xce\xc6\xd7\x1f\x1c\ \xfa\xc7\x7b\xc7\x9c\x6b\x3f\x4d\x44\x96\x4b\x93\x76\xbd\xf9\xf8\ \xf2\xda\xef\xf6\x5d\xf4\xe0\xb8\x03\xc5\x12\xe6\xac\xc9\xfd\xe3\ \xc6\xf4\x0e\x59\xfa\xf8\xbc\x8b\xde\x36\xaf\x2e\xbb\xaf\xef\xfa\ \xd5\xef\xed\xf4\x36\xa8\x57\x65\xe7\xdc\xc9\x6f\xfd\x76\xc1\xa3\ \xca\xcc\x96\x28\xf0\xa0\x84\x3a\x35\x2b\x87\x73\xb3\xf4\xc2\xc9\ \xb3\x25\x16\x00\xc2\x57\x3d\x56\x82\xeb\xb6\x7b\xf0\x63\x8f\xd6\ \xcf\xfd\x65\xfc\x80\xe5\x35\x46\x3d\xff\xc6\x9c\x49\xdb\xb7\x3e\ \x5e\x77\xc6\xe3\xbd\x62\x4e\xcd\xe8\xbf\x28\x53\xc7\x2a\x11\x16\ \xf5\xd8\xf9\x89\x9f\xcf\x59\xe0\xf5\x04\xdd\xf1\xc4\xdc\xe1\x83\ \x7b\xac\xdf\xf6\xe1\x6f\x6f\x2f\xaa\x54\xbd\x45\xab\x8b\xcb\x9e\ \x9c\xbf\x96\xca\x41\x92\x84\xbe\x7a\x71\xd6\xa9\x8c\x57\x9f\xbd\ \xcb\x4b\x91\xb0\xb8\xc5\x43\x1a\x3c\x3c\x73\x58\xca\x92\x47\x5f\ \x5d\x91\x39\x61\xc5\xf2\x69\x4f\xdf\x71\xe0\xa1\xed\x55\xaa\x4a\ \x9b\xdf\x7a\x74\xce\x0f\xca\xe2\x75\xcb\x87\x75\xfd\x6e\xce\xca\ \x24\x89\xca\xd7\x39\xcd\x9c\xff\x8f\xbd\xef\x0c\xac\xa2\xda\xda\ \x5e\xbb\x4c\x39\xe7\xa4\x87\x24\x24\xa1\x86\xde\x7b\x97\x8e\x20\ \x08\x88\x05\x04\x51\x41\x01\x1b\x62\x41\xc4\x02\xa8\x88\x0a\x82\ \xa0\x88\x4a\x6f\xd2\x3b\x08\x4a\x51\x7a\x91\xde\x21\x94\x90\x84\ \xf4\x5e\x4e\x9d\xb6\xf7\xfe\x7e\x9c\x80\xa8\xe0\xe5\x7a\xdf\x72\ \xdf\xfb\x9d\xe7\x17\x8e\x53\xb2\xe7\xcc\x3c\xb3\xf6\xda\xeb\x59\ \x0f\x76\x54\xa9\xd3\xac\x9b\x52\xa9\x7b\x9d\x98\xab\x5f\x5c\xd7\ \x21\xaa\x4d\xeb\x9a\xd7\xf6\x7c\xb6\x21\xbd\x65\xd7\x09\xcd\xa3\ \x83\x7f\xc9\xb3\x64\x3b\x80\x22\x61\x22\x49\x36\xb0\x09\xc0\xa6\ \x47\x4f\xe8\x35\x68\xc6\xe6\x46\x1a\xb6\xd7\x6f\x15\xf5\xd3\x26\ \xeb\x8f\x79\x95\xff\x71\x04\x94\x2f\x01\xdc\xf7\xfa\x9d\xa0\xf5\ \x1f\x7f\xe6\xd5\x89\x6f\x0e\x1c\xdc\x39\x04\x4c\x4b\x00\x02\x8c\ \x31\x12\x82\xdf\x6b\x71\xdf\x32\x59\xd5\x9e\xfd\x9f\xe8\x56\xe1\ \xf2\xa9\x1b\x86\xc0\xc0\x4c\x25\xb6\x6e\x79\xad\xe8\xd0\xae\x0b\ \x5e\x96\xb2\xfb\xc0\x05\xa5\x7e\xfd\x20\x2c\x2c\x83\x19\x86\xe9\ \x74\x27\xa7\x64\xe4\x45\x96\xb3\xfb\x03\x34\xc1\x99\xa1\x1b\x8c\ \x83\xe0\x2c\x22\xa1\x91\x92\x72\xf5\xd8\xf1\x34\x57\xe9\xd9\xdd\ \xe7\xf2\xa2\x1b\xd7\x92\x80\x21\x8c\x01\x00\x63\x4c\xfc\x6e\x04\ \x08\x61\xe2\xb7\xdd\xc2\xb7\x73\xbe\x84\x42\xc1\x8d\xeb\x45\x21\ \x0d\x07\x0c\xeb\x15\x8e\xad\xbf\xd5\xfe\x42\x30\x83\x55\xed\xfe\ \xd8\xcb\x1f\x8e\x1e\xf2\xe2\x23\xd1\x32\x67\x42\x58\x96\xa8\xd5\ \xfb\xc9\x91\x1f\xbd\xf9\xcc\xf3\x0f\x45\x10\xcb\x12\x02\xfb\x0b\ \xd8\xb8\xbf\xac\xd7\xff\x75\x13\xa6\xe6\xf3\x42\x41\xd2\xe5\xeb\ \x41\x51\xa1\x32\x01\xec\x2f\x63\x60\x9c\x5b\x8c\x73\x21\xc9\xb0\ \x7f\xd2\xc7\x07\x32\xab\x7c\xb8\x7a\xee\x7b\x63\x1e\x29\x67\x03\ \xd3\x30\x85\x3d\xb2\xf3\x8b\x23\x47\x4d\x1c\xd5\xab\x6b\x5d\xa2\ \x7b\xa4\x98\x3a\x35\x45\xe9\xce\x65\xdb\xb2\x3d\xba\xe6\x2c\x75\ \x79\xb4\x90\xca\x0d\x43\x72\x6e\x1e\x39\x78\xc3\xe3\x4b\xfc\xe5\ \x58\x6a\x58\xe3\x7a\x36\x66\x98\xcc\xd2\x3d\x86\x40\xdc\x5d\xe4\ \x06\x4e\x31\x08\x4b\x37\x75\xc3\x2c\xc8\x3b\xf8\xf3\xf9\xe2\xb8\ \x26\x35\xa9\xc5\x00\x71\xce\xee\xf0\x98\x04\xff\xe2\x9d\x10\x02\ \x00\x21\x06\x34\xbe\x4a\xbd\x70\x35\xac\xf5\x53\x43\x06\xf6\x6f\ \x7a\x63\xf7\xf1\x74\x0f\x91\xb0\x30\xb9\xcf\x55\xea\x36\x74\x53\ \xd3\x74\x06\x88\x19\x56\x7c\xfb\x87\x47\x4c\x18\x3d\xec\xf5\xfe\ \x15\x1c\x88\x95\xd9\x26\xa2\x32\xb3\x42\x6e\x32\x35\xb2\x7a\x85\ \xb8\x0b\x5b\x0f\xe6\xb2\xd2\x0b\x07\xf7\xa4\x06\x57\x8e\xa9\x58\ \xa9\x7e\x95\x4a\x97\x56\xae\x3b\x97\x53\x68\x78\x5c\xa5\x2e\xaf\ \xa1\xf3\x84\x87\x06\x7d\xb8\xe0\xf3\x91\x6f\x0f\x6d\x5e\xaf\x9c\ \x2c\x21\x8c\x11\x06\x4c\x30\x12\x77\xe8\x09\x31\x60\x4c\x30\x70\ \xce\x18\x67\xa6\xae\xc4\xd4\x8e\x35\x5d\x87\x76\x9c\xf7\xf0\xb4\ \x3d\xfb\xce\xd2\x7a\xf5\x43\xa8\xff\xc9\x31\x5c\xde\xd4\x94\xb4\ \x9c\x88\x28\xc7\x5d\xa6\x49\xdc\x34\xa4\x98\x2e\x43\x5f\x7a\x7e\ \x58\x9b\x93\xb3\x3f\x99\xbd\xe6\x6a\x48\xb9\x8a\x8d\xba\x34\x6d\ \xfe\xc4\xd3\x23\x9e\xea\x52\xa3\x41\xc7\x26\x15\x6c\xfa\x1f\x1f\ \x0b\x44\x54\x29\xeb\xd8\xde\x6f\xdf\xf9\x64\xea\x3b\x5f\xec\x49\ \x2c\x91\x24\xf2\xbf\xfe\xfa\x05\x62\xea\x00\xee\x37\xb8\x96\xb0\ \xb9\x6f\xf2\xbb\xfb\xa7\xf8\xdf\x6e\x45\x42\xc2\x00\xc1\x4d\x88\ \x8c\x08\x53\x80\x12\x55\xe2\x8c\xfd\x41\x02\x27\xa9\xf4\xdc\x82\ \x49\x93\x62\xa3\x9f\x7a\xa8\xf9\xea\x9f\x6f\x70\x4c\x8d\xbc\x1b\ \xc5\x8e\xf0\xa6\xad\xab\xee\xf9\xb1\xa4\x55\xb3\xea\xfc\xc6\x5a\ \x0f\x47\x08\x21\x8c\x89\x04\x14\x13\x54\xf6\xd6\x08\x81\x95\x90\ \x4a\x95\x82\x4a\x73\x73\x5d\x16\x29\xcd\xb8\xc6\xab\x3c\x5a\xbf\ \x6e\xb9\xe4\xeb\xd1\x6d\xea\x84\x97\x6e\x4e\x36\x81\x4a\x18\x23\ \x04\x08\x63\x5c\xd6\xa1\x1f\x61\x84\x01\x00\x91\xdb\x5b\xc0\x32\ \x45\x42\x8b\x36\xf1\x79\x3f\xbf\x35\x6a\x66\x16\x84\xca\x04\x04\ \xfb\xe7\x07\xae\xd2\x73\xf3\x3f\x7f\x79\x81\x7f\xe0\x44\xc2\x00\ \x32\x1c\xfb\x7a\xe2\xf1\x59\xfe\x2d\xb2\x84\xc1\x04\xe0\x06\x0f\ \x0f\x0f\x57\x91\x64\xaa\x92\x66\x32\xe1\xef\xb2\x0f\x94\x52\xcc\ \x84\x7f\x76\x82\x2c\x66\x4a\x91\x91\x36\x55\xf6\x08\x2a\x18\xe6\ \xa5\x57\xbf\x1b\xfe\xa2\xa3\x5a\xcb\x8f\x96\x7e\xf3\xae\x2b\xe7\ \xb5\xaf\x0e\xa0\xd2\x8c\xef\x5f\x1d\xb1\xcc\x9f\x82\xb1\x05\xb3\ \xc2\x1b\xe9\x6a\x48\xbb\x87\xdb\xed\x9d\x73\x0a\x49\xaa\xa4\x20\ \x77\xd6\x35\xad\x7c\x97\xc6\x8d\x63\xcf\x1f\x97\xdb\x34\x8a\xf3\ \xfe\x9a\xa4\xa1\x18\x49\x71\xe4\xee\x5f\x30\xf9\x3c\x8f\xe8\xfc\ \x16\x06\x0e\x42\x80\x64\xb3\xdb\x15\x3b\xad\xd9\xbc\x9a\xc3\x79\ \x20\xdd\xa3\x45\xea\x21\x71\x71\xb1\x61\xe2\xba\xc0\x88\xf8\x35\ \xf8\xc2\x32\x14\x39\x38\x3c\x4c\x21\x3e\x89\x82\x56\x90\x97\x5a\ \x5a\xa8\x2c\x1d\x3b\xf6\x72\x11\xb2\xd9\x6d\x60\x7a\x15\x35\x0e\ \x00\x08\x25\x84\x12\x7f\xa9\x9c\x64\x93\xaf\xad\x9a\x35\x6a\xf5\ \x37\x48\x08\x01\x20\x11\xc4\x18\x30\x66\xa2\x60\x87\xdd\x61\x93\ \x29\x30\xa3\x24\x3d\xaf\xf0\xc1\x2e\x4d\x42\x37\x5c\xa8\xdc\xb8\ \x65\x65\x3d\xab\x30\x2b\x2b\x29\x2f\xf7\x81\x3e\x0f\x26\xac\x4f\ \x2a\x32\x89\x4d\xc1\x4e\xa7\xd4\xf3\xb9\x87\x83\xcf\x2d\x19\xf2\ \xfa\xaa\xce\xaf\xce\x79\xa7\x99\x7c\xcb\x8b\x1c\x45\x46\x84\xc9\ \x40\x25\x55\xe2\x96\x85\x01\x4c\x66\xca\x91\xe1\x36\x59\xb2\x08\ \xd6\x0a\x52\x8a\xd4\xe0\xa6\xed\xaa\xed\xdc\x98\xd3\xb2\x45\x6d\ \x48\xde\xea\x66\x80\x10\xc2\x98\x4a\x40\x31\x46\x77\xff\x0c\x63\ \x59\xd5\x6f\xae\x18\xff\xe6\x82\x7d\x39\x36\x50\x65\x82\x63\xeb\ \xb5\x8e\xd3\x92\xf7\x1c\x4a\x29\x15\xe9\xc7\xb3\x6b\xb4\xe8\x5e\ \x7b\xcb\xcc\x33\x7f\x38\x14\x63\xa4\x15\xe7\xdd\xbc\x7a\x35\x17\ \xa2\x0b\xdc\x66\x24\xfa\xdf\xaf\xc0\x0e\xc4\xd4\x01\xfc\xa3\x90\ \xf2\x77\xcb\x88\x9c\x59\x16\xf3\x3b\x84\x23\x24\x81\x76\x76\xef\ \xce\xa0\x7e\xaf\xcc\xff\x79\xe5\xdb\xaf\x76\xa0\xcc\xf8\x93\x58\ \x19\x11\x10\x6e\x97\x13\xdb\x65\x00\x01\x44\xe6\xf9\x27\xe7\xcc\ \xde\xdf\x71\xf2\x82\x95\xbb\x57\xf4\x4b\x28\x9c\xff\xc5\x4e\x93\ \x4a\x92\x8a\x30\x41\x02\x90\x04\xd8\xdf\xa6\x88\x69\xde\xa8\xae\ \x2f\x6d\x49\xfc\xa1\x7f\x97\xca\xa6\x25\x8a\xce\x6d\x9d\xb7\x25\ \xef\x85\x65\x6b\x56\xee\x9d\x57\x3d\xf7\xf0\xe2\x25\x67\x25\x4a\ \x11\xc2\x32\x52\x08\x82\xdf\xaa\x83\x31\x51\xb0\x82\x7f\x97\x25\ \x07\x59\x52\xb1\xc7\x6b\x72\xb8\x55\x85\x70\x9f\xa2\x6a\x10\x77\ \x74\xc9\x2c\x1b\x38\xe3\x77\xbf\x15\x00\x12\x62\x89\x07\xb7\x9b\ \x0f\x0c\x9a\xfd\xcb\x9a\x0f\xde\xe9\xe9\x00\x13\x51\x90\x64\x2c\ \x00\x08\x10\x15\x01\x00\x50\x82\xd3\x8f\x1e\x4b\x45\x9d\xbe\xdb\ \xb9\x72\xf4\x8b\x6d\x98\xd7\x68\xfe\xc2\x3b\x73\x7f\x5c\x30\x76\ \xfc\xb3\x31\xe8\xe6\x99\xab\x39\x80\x09\x00\x70\xcb\x62\x96\xc5\ \x84\x00\x44\xc1\x99\xf8\xed\xc7\x1b\x6b\xbd\x30\x65\xd1\x8e\x85\ \xb3\xd6\x7e\xfd\x74\xdf\xda\xa5\x57\x77\xcc\x5e\x9e\xf8\xe4\xdc\ \x15\x2b\xf7\x2f\x69\x05\x17\x17\x7c\x77\x18\xdb\xed\x8a\xaa\xea\ \x25\x37\xaf\xa7\x64\x82\xa2\x12\x45\x02\x4b\x37\x42\x6b\x0e\xff\ \x6a\xf6\x8a\x7d\x0b\x6a\xe6\x1e\x5b\xb5\xfe\xaa\x99\x77\x69\xeb\ \xa6\x82\x17\xe7\x7d\x3f\x7f\xcd\x7b\x55\x43\xf5\x12\xb7\x89\xa9\ \xe2\x4b\x3d\xf6\x6b\x2e\x7d\x7b\xe3\xda\xd9\x8b\xde\x6b\x5b\x47\ \x3d\xb5\x76\xde\xc6\x1b\x95\xa7\xee\x58\x3f\xff\xc7\xc5\xe3\xc7\ \x0f\x88\x00\xdd\x12\x48\x46\x2a\x45\xe8\x0f\xcf\x00\xb7\xfc\x05\ \x18\x00\x00\x98\x10\x5f\xe6\xb5\x5f\xcf\x05\x8f\x5e\xb6\xe2\xab\ \x2f\x87\x56\x0d\x2d\x59\xff\xe5\x37\x79\x8d\x9e\x5f\xb2\x67\xf3\ \xe4\x09\xdd\x76\x4c\x5e\x94\xea\xf4\xec\x9c\xf5\xed\x25\x5b\xcf\ \xb9\x3f\x2f\x9b\xb9\x7e\xc1\x84\x77\x1e\x8e\x90\x4b\xf7\x6e\x3a\ \x82\x1f\x18\xf6\xed\x92\x05\x23\x47\x3c\xe0\x2d\x2a\xb5\x00\xcb\ \xe0\x3d\xbd\x77\x67\xf8\x80\xd7\x16\xec\x5a\xf9\xd6\x4b\xed\x08\ \x33\x09\xc1\xa9\x07\x8f\x66\x07\xf7\x9a\xf7\xcb\x8a\x57\x9f\x6b\ \x0b\x05\xc7\x67\x7f\xf3\x73\xab\x8f\xe6\xac\xd8\xbd\xea\xc9\xba\ \xee\x85\x53\x7f\xd4\xb0\x24\xab\x88\x50\x24\x00\x49\x08\xcb\xe8\ \x2e\x21\x35\x42\x88\xaa\x88\x48\x54\x01\x87\xc3\xae\x08\x86\xea\ \xf7\xe9\xea\x3e\xfb\xc3\xa2\x45\xdf\xaf\x5a\xbc\x68\xcd\xfa\x1b\ \xf5\x3a\x3c\x14\x43\x0c\x06\x02\x24\x05\x95\xb5\x49\x10\x08\xcb\ \x2a\x51\x08\x26\x84\x10\xaa\x12\xa0\x18\xca\x64\xf6\xff\x6b\x1d\ \x9f\x02\xf5\xd4\x01\xdc\x9d\xa8\x34\x43\x1e\xba\x78\x6e\xcc\x81\ \x49\xe3\xe7\x9f\x09\x53\xc2\x64\x72\xb7\x05\x38\xc1\x99\xa0\xd1\ \x35\x6a\x57\x8d\x0f\x2a\x49\xbb\x9e\x94\x52\xf8\xa7\xee\x6a\x42\ \xf7\xfa\x9a\xbd\x35\x79\x54\xe3\x1b\xc3\x9f\xf9\xda\x94\x23\x54\ \x8a\x4c\x13\x62\xeb\xd6\xaf\x14\x2d\x67\x5d\xbc\x90\x5e\xa0\x51\ \xd9\x16\x9b\x10\x67\xe6\x67\xe4\x16\xf1\xf2\x09\x95\xa8\x2b\x27\ \xab\xd0\x07\x9c\x95\x6b\xfb\xf4\xa2\x4d\x2f\x6e\x1c\xfa\xec\xdc\ \x2d\xc9\xaa\x4a\x18\x28\x55\x1b\x37\x88\xb2\x19\xc9\x67\x2f\xe4\ \x7b\x40\x22\x20\xa4\x90\x8a\x95\x23\x4b\xd2\xd2\x5c\x7e\xdf\x74\ \xc1\x41\x09\xab\x58\x31\xac\xf0\x66\x9a\xc7\x04\x7f\x31\x5b\xa9\ \x56\xd2\x64\xe0\x67\x93\x1f\x63\x2f\x3d\x3d\xa9\x00\x07\x4b\x58\ \x18\xde\x92\x12\xa9\xc1\xd7\x3f\x4c\x3d\x37\x71\xe4\xba\x53\x05\ \xca\x1f\x27\xb6\xc2\xf0\x9a\x0f\x4e\x9d\xdb\xdd\x5c\xf5\xca\xb8\ \x6d\x76\x39\x5c\xbd\x5f\x03\x49\xc1\x38\x8a\xac\x5a\xab\x5a\xe5\ \x30\x4f\xd6\x8d\xab\x57\xf3\x82\x2b\x56\x0a\x16\x25\x69\x69\xce\ \xe0\xd8\xf8\x28\x45\x4b\xcb\x28\x14\x08\x33\x8b\x87\x56\xa8\x5a\ \xa3\x46\xb4\x33\x2d\x29\x29\xb9\x30\xa8\x7c\xc5\x2a\xd5\xe3\xed\ \x92\x28\xba\x99\x94\x94\x5c\x00\xf8\xcf\x12\x6e\x61\x1a\x56\x68\ \xa5\x6a\xd5\xab\x95\x97\xb9\x9e\x9d\x74\x2d\x3d\xdb\xc5\x91\x5c\ \xb1\x61\x83\xd8\x10\x71\xf3\xdc\xf9\xec\x12\xd3\x11\x19\x17\x13\ \x0e\x59\xa9\xb9\x16\x80\x2d\x32\x2e\x52\x76\xe7\x88\xea\x5f\xff\ \xf8\xee\xf1\xa9\xd3\x4f\x5c\x73\xe7\x5e\x4b\xcc\x71\x71\x19\x0b\ \x2e\x39\xaa\x35\xac\x5b\x2e\x08\x15\x65\x66\xa6\xa7\x66\xeb\x1c\ \x01\xb3\x68\x58\x5c\xad\xfa\x55\x55\xa3\x28\xe9\xf2\x8d\xe2\x52\ \x0d\xd4\xd0\xea\x0d\x6b\x97\x0b\xa1\x25\x99\x69\xc9\x49\x59\x06\ \xb2\xc5\x57\x8d\x37\xf2\xd2\x0b\xdc\x26\xbe\x77\x5c\xc9\x19\x57\ \xc2\x62\x6a\xd6\xaf\x8a\x5c\x59\xd7\x12\xd3\x3d\x1e\x23\x28\xae\ \x6a\xad\xba\x15\xb5\xac\x1b\x57\xaf\x64\x0a\x59\x05\x43\x43\xa1\ \x31\xb5\xea\x57\x0b\x51\xb1\x2b\xfb\x66\x52\x52\xb6\xcf\xa4\xf1\ \x75\x6a\x55\x8e\x0b\xb3\x7c\xae\xec\xa4\xe4\xdc\x22\x2f\x80\xb0\ \x84\x14\x5b\xb3\x76\xe5\x38\x7b\x71\xea\xf5\x1b\x37\x8b\x00\x61\ \x66\xf1\xf0\xca\xd5\xaa\x27\x94\x2b\x4e\xbd\x96\x7c\xb3\xc8\xb2\ \x50\xf9\xba\xf5\x2b\xc7\xa8\xd9\x97\x2f\xa4\xe5\xfa\x88\xac\xc6\ \x26\xc4\xb3\xc2\xcc\xec\x42\x16\x53\xb5\x92\xe2\xc9\xcd\x2c\xf8\ \x83\xa3\x98\x10\x58\x89\xab\x16\xeb\xcd\x4a\x2f\x76\x31\x8c\x11\ \xe7\x10\x59\xb5\xb2\xea\xcb\xcb\xcc\xf6\x22\x2c\xa4\xe0\x98\x8a\ \xd1\x52\x66\x4a\x86\x8f\xa1\x90\xd8\x4a\x61\xc4\x95\x99\x5e\xc4\ \x11\x72\x94\x8b\x8f\x72\x18\x19\x37\x73\x2d\x44\xa3\xaa\x56\xc6\ \xce\x9c\xbc\x02\xaf\xa5\x3b\x4b\x50\xad\xe9\x3f\x7c\x95\x34\xed\ \xb5\x15\x87\xb3\x15\x99\x06\x98\x3a\x80\x7f\x03\xa6\xd6\xf1\xa0\ \xef\x37\x0d\xad\x5b\x70\x74\xd7\x89\x1f\x17\x2e\x3c\x91\x62\x28\ \x77\xf5\x90\x15\xdc\xd4\x75\x8b\x03\xa1\x92\x7c\xb7\x67\x97\x6b\ \x3e\x47\xf3\x7e\x93\x67\x8e\xe0\xa9\x89\x3f\x7f\x37\x67\xeb\xd1\ \x54\x4a\x89\xa9\x1b\x8c\x0b\x2c\xc9\xb2\x44\xfc\x7d\x3f\x10\x95\ \x25\x8a\x0c\x4d\x07\x2a\x49\xc0\x4c\x7b\x95\xa1\x13\x46\x57\x2e\ \xdd\x33\x6b\xda\xc6\x62\xae\x50\x0c\x82\x33\x53\x37\x98\x40\x54\ \x91\x6f\xf5\x1c\x62\x86\x6e\x11\x45\xb9\x43\x1b\xc7\x0c\xdd\xa2\ \x8a\x82\x11\x70\xd3\x54\x2b\xd4\x7d\xe2\xcd\xe1\x9d\x5b\x56\xbb\ \xb6\x7c\xda\xd4\x6f\xf7\x0b\x55\x36\x75\xb9\xc3\x73\x03\xbb\x74\ \xed\xd0\xee\x81\xca\xdf\x3e\xd2\x7f\xd3\xc5\x62\xf5\x2e\x4c\xad\ \x77\xf8\x7c\xd9\xf8\x47\x83\x8e\x6d\x3f\xb9\x6f\xf9\xbc\x5f\xce\ \x94\xfe\xa9\x42\xf1\x5e\xf7\x4c\x98\x86\x6e\x31\x81\x89\xa4\xa8\ \x94\x19\x06\x03\xaa\xc8\x84\x99\x86\xc5\xd1\xad\x9b\x23\x2c\xc3\ \xb0\x2c\x8e\xa9\x2c\x2b\x84\x9b\xa6\x61\x58\x00\x80\x08\x95\x95\ \x7b\xa9\x9c\xcb\x0e\x01\x00\x22\x2b\xb2\x44\x38\x67\xa6\xa6\x33\ \x01\x54\x96\x25\x89\x0a\xcb\x34\x2d\x90\x15\x0a\x00\xdc\x32\x0d\ \xc3\xb4\x57\xef\x38\x6f\xfb\x2b\xcb\x1e\x7b\x76\xe3\x05\x5f\x88\ \x6c\xf7\x97\x43\x08\x66\x19\xba\x29\x00\x80\x10\x59\xf6\x4f\x5d\ \x80\x5b\x86\x61\x58\x80\x88\xac\x28\x84\x00\xb7\x2c\xc3\x30\x85\ \x00\x44\xa9\x2c\xcb\x18\xb8\xa1\x1b\x48\x92\xff\xa1\x26\xcf\xef\ \x21\x8b\x30\x95\x15\x09\x63\xb0\x74\xc3\xb4\x2c\x20\xf4\x8e\x0b\ \x99\xa6\x61\x09\x00\x44\x24\x45\xa1\x20\xb8\xff\x19\x00\x00\x2c\ \xfb\x1b\x33\xde\xf9\x2c\xc9\xb2\x4c\xca\xc6\xae\x1b\x26\xe3\x44\ \x92\x65\x99\x82\xff\x19\xb8\xdb\x93\x63\xea\xba\xc0\xd2\x9f\x35\ \xfd\x00\xc2\xd0\x0c\x22\xdf\xb2\x4c\x44\xc0\x74\x9d\x23\x49\x92\ \x31\x08\x10\xcc\x34\x2c\x90\x15\x19\x23\xc1\x0c\x83\x09\x2c\x29\ \x14\x04\x70\xcb\xb0\x38\x96\x65\x09\x80\x5b\xba\x01\x84\x70\xa6\ \xb4\x1d\x3c\xa0\x5b\x8f\x8e\xed\x3a\x54\x5f\xd0\x7f\xc0\x9a\x93\ \x79\x6a\x80\xa9\x03\xf8\xb7\xa0\x6a\x0e\xc1\xf1\x95\x2b\x57\x8a\ \x52\xc1\x97\x7a\x29\x31\xcf\xc9\xfe\x9e\x10\xdc\x32\x74\x93\x49\ \x71\x35\x6b\x26\x54\x8d\xc8\x4f\xbc\x94\x9a\xeb\xc2\xff\xd0\xf8\ \x55\x08\x41\xd4\x88\x08\x7b\x69\x6e\xae\x81\xe4\x7f\xe4\x05\xce\ \x4d\xdd\xfc\x33\x9b\x08\xce\x49\x50\x78\xf5\xc6\x75\x54\x57\xd6\ \x95\x4b\x29\x1a\x23\x18\x09\xc6\x48\x5c\xed\x1a\x15\x62\x43\xbc\ \x25\x05\x69\x89\x37\xdd\x77\xab\x5f\x16\x5c\xd8\xa2\xe3\xab\x54\ \x89\x0d\x92\x79\xe6\x95\x8b\x19\x05\xc6\xff\x21\x5f\x54\xff\xdd\ \x03\xc9\x1e\x57\x29\xa2\x34\x33\xcb\xe5\xfb\x5b\x3e\xc5\x01\xfc\ \x79\xc2\xc4\x70\xf9\x9a\x35\x2a\xc5\x87\xfa\x4a\x0b\xd3\x12\x6f\ \xba\x74\xeb\x7f\xb8\x0a\x24\xc0\xd4\x01\xdc\xe3\xc9\x00\x30\x7c\ \x1e\x03\x88\x44\x08\xa5\xd2\xdf\xb2\xd5\x16\x9c\x93\x8a\x8d\x1a\ \xd8\x5d\x37\x2e\x5c\xce\x17\x00\x54\x51\xa4\xbb\x29\xbb\x10\x88\ \x3f\xc5\x6e\x82\x99\xec\xde\x6e\xb7\xbf\xe3\xe3\x5a\x8d\x6b\x7a\ \x92\x2e\xa4\x97\xb0\x3f\xee\xcc\xb9\xa1\xeb\x1c\x88\xa4\x48\xb7\ \xd9\xd6\xd2\xbd\x5e\x66\x49\x48\x55\x54\xf9\x56\xff\x7a\xcb\xb4\ \x38\xbd\x15\xfd\x01\x20\x6e\xea\x86\xc5\x00\x30\x95\x65\x89\xdc\ \xdd\x40\x92\x5b\x86\x25\xb0\x2c\x49\xb7\x33\xf9\xfe\x40\xec\xce\ \x96\xb0\x7f\x03\xcc\xd0\x0d\x8b\x83\xdf\x0d\xdd\x7f\x2a\x04\xdc\ \x30\x0c\x8b\xcb\xaa\x4a\x30\xe2\xcc\xd4\x35\xf3\xce\x1e\x7a\x32\ \x15\x86\xc9\x65\x45\xc1\x48\x58\xba\xce\x10\x95\x25\x64\xea\x4c\ \x52\x15\x61\x19\x1c\xc8\x3f\xe3\xd4\x1e\xc0\x5f\xfc\x34\x86\x69\ \x31\x40\x58\x52\x14\xf2\x3f\xbe\xc0\x17\x58\x51\x0c\xe0\x5e\x79\ \x6a\xe8\x3e\x79\xf1\x0f\xc7\x37\x7e\xbb\xf8\xc3\x56\xd5\x24\xcd\ \xf8\x1b\xed\xd8\x85\x61\xca\x3d\xdf\x7d\xf3\x89\xee\x15\x19\x50\ \x9b\xdd\x76\x57\x9a\x06\xc1\x4d\xe1\x68\xf6\x70\xef\xfa\x15\x82\ \xef\x58\xb2\x43\x44\xba\x0f\xbd\xae\x30\x2d\xb5\xea\x0b\x1f\xbd\ \xd3\xae\xa2\xa4\xff\x79\xed\x1f\x63\xd9\x66\x53\x6d\x32\xf9\xad\ \xde\xd7\x52\x63\x1b\xf4\x7e\xf4\xa1\xf2\x8e\x32\xe5\x21\xd3\x7d\ \x31\xdd\x5f\xdb\x74\x60\x76\xb3\x38\xb8\x35\x46\x81\x25\x59\xb5\ \xd9\x54\x9b\x42\xef\x41\xd3\xcc\x62\xe5\xea\xb6\xeb\xda\xa9\x01\ \xb5\xfc\x8b\xa8\x42\xd3\xf8\x03\x63\xe7\x6d\x58\x35\x32\x1c\x6b\ \x7f\xdb\x11\x4a\x70\x08\x4f\xa8\xdd\xba\x7b\x97\x4e\x3d\x3b\xd4\ \xaa\x1c\xc6\x0c\x4b\x00\x08\x8b\xd9\xe3\xab\x35\x6b\xd5\x20\x88\ \x30\x8b\x59\x34\xb4\x52\x9b\x1e\xdd\xda\x3f\xd8\xb6\x45\xc7\xb6\ \x9d\x7a\x77\x6d\xd4\xa0\xbc\x64\x8f\xae\x55\xa7\x8a\x02\xcc\xb2\ \x44\x58\x42\xcd\x84\x2a\x61\x9a\x97\xd7\xef\xfb\xd4\xe7\x9b\x16\ \xad\x38\xb1\xf1\xa9\x6e\xd5\x0d\x9f\x1e\x78\xa0\xff\x75\x10\x59\ \x56\xed\x36\xd5\xf6\xbf\x40\xd3\x01\xa6\x0e\xe0\xde\xac\x01\x52\ \x4c\x95\xf0\xf3\xeb\xa7\xbf\xf1\xfc\x67\xa7\x52\x4d\xf5\xfe\x72\ \xb5\xcc\xb2\xb8\x40\x84\x20\x4b\xd7\x4d\x93\x03\x20\x49\xa1\x12\ \xc5\x18\x90\xa9\xeb\x16\x13\x08\x81\xa5\xeb\xa6\x25\x08\x41\x96\ \xae\x59\x4c\x00\xb7\x4c\x25\xf6\x89\x51\x63\x3a\xd6\x89\x10\x65\ \xdd\x1b\x44\x59\xbe\x12\x83\xa9\xdd\x83\xf8\x04\xf7\xe7\x6a\x11\ \x26\x8a\x24\x13\x0c\x42\x70\x53\xd3\x39\x10\x82\xc0\xd4\x75\x26\ \xfc\xfb\x18\xe2\xce\x36\x6f\xcc\x0c\xae\xd5\x7d\xe4\x6b\x83\x63\ \x14\x01\x98\x20\x00\x44\x25\x5e\x92\x76\x62\xff\x99\x62\x0d\xfc\ \x89\x02\xc1\x98\x65\x71\x42\x88\xb0\xca\x92\xc8\x00\x80\x30\x26\ \x94\x08\x66\x1a\x86\x25\x00\x2c\x26\x6a\x76\x7f\x6e\xc4\xa0\xf6\ \x8a\x60\xe8\x56\xc3\x68\x67\xca\x85\x13\xc7\x6f\x18\x82\x20\x40\ \x80\x80\x9b\x86\x61\x30\x4c\x30\x37\x75\xd3\x64\x80\x80\x59\x16\ \xe3\x88\x10\x64\x19\x86\xc5\xfe\xfc\xe5\xe3\xba\x21\x3f\x3a\xe3\ \xcb\x49\x53\x9f\xef\xf1\xf4\x73\x9f\x2c\x9b\x35\xa0\x43\x05\x53\ \xd3\xbc\xba\xad\xc7\x3b\x1f\x7c\xb5\xee\xdb\x87\x5b\x84\x79\x35\ \x8d\x84\x57\xeb\xdc\xb7\xd7\x53\x1f\x4f\xff\x6a\xe5\xb4\x27\x9e\ \xec\xd5\xac\x51\x74\x78\xa3\x01\x9f\x7f\x39\x26\x16\x7b\x3d\xba\ \xd1\xfa\xdd\x0f\xde\x7c\xb3\x1d\x06\xeb\xda\xcf\xeb\xdf\x7a\xe2\ \xed\x83\x17\x71\x85\x98\x20\xf1\x1f\x61\x7a\xf2\xff\x39\x02\xf5\ \xd4\x01\xfc\x45\xc0\x6a\x98\x1e\xaf\xd7\xd4\xec\x92\x7a\x87\x79\ \x86\xbf\x83\xf4\x6f\x6e\x48\xb7\xb6\x80\xe1\x83\x07\xde\x9a\x30\ \x72\x60\x33\x53\x33\x4b\x12\x0f\xce\x9a\xf0\xdd\x85\x1c\xc3\x63\ \xd9\x1f\x7f\xed\xd3\xa5\x8f\x18\x9e\xcb\x3b\xa7\x8e\x5b\x70\xb3\ \x40\x8b\x69\xd9\xf3\xf5\x8f\x86\x57\x0d\x27\x99\xbf\x6e\x9d\x39\ \x71\x49\xba\x1e\x3d\x6c\xda\x5b\x6d\x9a\xc5\xba\xc7\x4d\x6a\xf0\ \x8a\xf7\xd8\x9c\xcf\xe6\x6c\xb9\x5a\xbd\xfb\xd3\xaf\xbf\x33\xa0\ \xbc\x9d\x5f\xfd\x69\xc5\xd7\x5f\x6c\x72\x0a\x99\x20\x10\x65\xd5\ \x81\x18\x01\x37\x4c\xdc\xfc\xb9\x31\xaf\x8c\x68\x07\x86\x52\xbb\ \x82\xba\xc7\x67\x98\x16\x6e\xf6\xd4\xcb\xc3\x86\x76\x8a\x74\x90\ \xab\x3f\x2c\x9d\x39\x63\x4b\xa9\x54\xee\xc1\x37\x47\x0d\xe8\x5d\ \x57\xc1\x22\x69\xcf\xca\xcf\x27\xae\x8f\x6c\xd9\x73\xcc\xe4\xfe\ \x15\x12\xe4\xb1\xab\x97\xb9\x33\x2f\x7d\xf3\xde\x54\xad\xe1\xa0\ \x37\xdf\x7f\x2c\x0e\xd2\x0e\xae\x96\x12\xb3\x35\xcb\xb4\x62\x1e\ \xe8\x3b\xf6\xd3\xe1\xd1\x98\x21\x33\x6f\xf9\x87\x9f\x6c\x3f\x94\ \x26\x1c\x55\x86\x7d\x3a\xa6\x7d\xe3\x78\x6c\xe4\xaf\xff\xe4\x93\ \x0d\xfb\x32\x5b\x3e\x33\xe2\x85\x17\x5b\x56\xa1\x55\x3e\xdf\xd6\ \xba\xf4\xc4\xe6\x49\x9f\x6c\x6b\xf5\xca\x1b\x4f\x0e\x68\x67\xbb\ \xb9\xc3\xa1\x80\xd3\x23\x90\x69\xd2\xb8\x86\x23\x3f\x7d\xab\x55\ \x8d\xb0\xd2\xa4\xe3\x73\xc6\x7d\x79\x22\x55\xeb\xf8\xfa\x7b\x23\ \x07\xb7\x14\x0c\x79\x93\x0f\x4e\x1f\x3b\xeb\x7a\x9e\x25\xfd\x61\ \x91\x16\x4b\x41\x92\x7b\xef\x37\x1f\xbd\xbd\xe0\x72\xff\x29\x0b\ \x5f\x7c\xbd\xdb\x86\x3d\xb3\xe4\xba\x5d\x1b\x39\x6e\x2e\x98\x73\ \xad\x61\xaf\x07\xc3\xf7\x7e\xef\x4b\xd9\x3b\x69\xe4\xa6\x1a\x83\ \x67\x4c\x7c\xd2\x1c\xff\xcc\xbb\x85\x20\x57\xe9\xd1\x51\x37\x5c\ \x4e\x77\x69\x29\x50\xb7\x5b\x17\x9c\x03\x20\x66\x99\x3e\xdd\xa3\ \x19\x9a\x0a\x02\x41\x20\xfb\xf1\x7f\x1e\x81\x98\x3a\x80\xbf\xc4\ \x1d\xde\x7c\x02\x40\x0a\x0a\x09\x8b\x8c\x08\x0e\xb6\xfb\x17\xf9\ \x04\x80\x1c\x1c\x1a\x16\x19\x11\x1c\x64\x43\x82\x33\x41\xeb\x3c\ \x50\xb7\xf4\xc8\xfc\xd7\x06\x8c\x4f\x8f\xeb\xf1\xfe\xf8\x5e\x0a\ \x58\x0a\x36\x4e\xaf\xf8\x6a\xf4\x90\xcf\xf4\xc6\x83\x9f\x7d\xa8\ \x86\x41\x2a\x8c\x9a\x36\x46\x39\x32\xef\xcd\xa7\x27\xfa\x9a\x0f\ \x1e\xfd\x6a\x7b\xa4\x65\x7c\x3f\xfe\xeb\x23\x67\xd2\x76\x7e\xf1\ \xc9\x9b\x4f\xbd\xb9\x76\x4f\xaa\x3d\xae\xf5\x3b\x53\x47\xe4\xae\ \xfa\xf4\x8d\xe1\x33\xa3\x1e\x7f\xf5\xc5\x81\x75\x0d\x9f\x09\x44\ \x72\x84\x47\x84\x45\x86\xdb\x14\xc2\x0c\x23\xac\xfe\x43\x63\xdf\ \xe9\xba\xff\x93\xb1\x1f\xbc\xff\x7d\x86\x93\x21\x6e\x45\x34\xe9\ \x3d\xf6\xed\x07\x7f\x9d\x31\xe1\xbd\xb7\x96\xd6\x78\xee\x95\xfe\ \xed\xc3\x79\x4c\xfd\x27\xdf\x7d\xf8\xf8\x37\x13\x5f\xeb\xff\xda\ \xc2\x65\x47\x91\xea\x28\x3c\xbf\x77\xe6\x87\xeb\x53\x2f\x9d\xf9\ \xea\xf9\x17\xc6\x8e\xf9\x2e\xc5\x49\x32\x0f\x6d\xf8\xe0\xa5\x2f\ \x8b\x22\xe2\xa2\x82\x29\xe7\x82\x09\x16\x51\xbb\x5e\xb5\xa0\xc4\ \x8f\x9f\x7e\x71\xd5\x31\xdb\x4b\x63\x9e\x2b\x4f\x2d\xee\xcb\xdd\ \xfa\xe5\xd4\x77\x87\xbc\xb1\xe1\xb8\x3c\xfc\xd5\x67\x2b\x48\xda\ \xc9\xd5\x4b\x17\x2d\x3c\x7a\x63\xff\x96\x0f\x9e\x1c\x36\x69\xc6\ \x0e\x0d\xf3\xfd\xdf\x4d\xff\x7c\xda\x56\x7b\x8d\x2a\x0e\x2a\x04\ \xb7\x34\x33\xf8\xc9\x89\x1f\xb4\x14\x47\xc6\xf6\x7f\xed\x98\xd1\ \xf0\xbd\xcf\x06\x3a\xc0\xaa\xf9\x40\x7d\xdf\xe9\xa5\xa3\x9e\x1c\ \x97\x1d\xd7\xf7\x85\x01\x2d\xc1\xd4\xfe\x7c\xbf\x39\x47\x54\xb1\ \x87\xcb\x55\x6b\x56\xab\xe8\xcb\x2c\xf2\x01\xae\xd3\xaa\xa5\x48\ \xfa\x75\xf5\xf7\xbb\xa4\x9a\x4d\xaa\xc6\xa9\x5c\x60\x05\x14\x49\ \x22\x08\x13\x09\x14\x09\x63\x4b\xd3\xc3\xea\xb6\x1d\x3b\x7f\xf6\ \xcc\x59\xdf\x0e\xeb\x51\x1b\x4c\x7f\x17\x66\xe4\xd7\x70\x82\x08\ \x3c\xc4\x01\xa6\x0e\xe0\xff\xa3\x00\x5b\x98\x4c\xee\xf8\xf6\xa4\ \xef\xb6\x2d\x1c\xf7\xe1\xd3\x91\xa0\x9b\x8c\x5b\xc8\xd1\x7d\xc2\ \xe7\xb3\xb7\xcd\x1f\x3b\xf6\x89\x50\xae\x59\x00\xdc\x60\xa5\x79\ \xd9\x69\x59\x87\xbe\x5f\xf4\xa3\xd2\xa6\x6d\xb4\x4c\x80\x9b\xc5\ \x99\x37\xaf\x25\x1f\x3d\x7e\x34\xb5\x62\x85\x10\x7b\xe5\xa6\xb5\ \x70\xd1\xa6\xf9\x3f\xdd\xb8\x71\x68\xf5\x86\x63\xd1\x9d\x5a\x87\ \x82\xe5\x75\x7a\x74\xc3\xf2\x39\x9d\x25\xc5\x25\x1e\xaf\x16\x5e\ \xbb\x5d\x7c\xe1\xd5\x8d\xcb\xf7\x27\x5d\xda\xb9\x76\x77\x72\x42\ \xd7\x66\x12\xb8\xe5\xea\x2d\xdf\x5c\xbc\x60\xf6\x0f\x5f\xf7\x6b\ \x5f\xcd\x60\xde\xf2\xf5\xdb\x29\x17\x7f\xdd\xb6\xed\xd7\x2b\xa7\ \x2f\xe7\x96\x78\x05\x42\x71\xb5\xdb\xd4\x88\x8a\x6c\xfb\xfc\xeb\ \x6f\xbe\xfd\xa8\xe4\x2c\xe2\x91\xe1\x66\xca\xf9\x2d\xdf\xee\x6b\ \xf7\xe6\x84\x31\x6f\x3d\x12\x49\x4c\x93\x0b\x61\xe9\x1e\x97\x66\ \x9a\xba\xb3\xb0\xa4\xb4\xd4\x63\x09\x60\xa6\xe6\x2c\x76\xfa\x34\ \x71\x3b\xc7\x22\x38\xd2\x0a\xf3\x33\x52\xaf\x1f\xda\xbc\x5b\x84\ \x44\x86\x29\x16\x2d\x5f\xf3\xf1\xf7\xde\xff\x68\xd6\x84\x9e\x1d\ \xaa\x06\xdb\x64\x9b\x8a\x0c\xd3\xe7\xf5\x1a\x86\xcf\x57\x5a\x52\ \xec\x74\xeb\x00\x60\x68\x6e\x67\x89\x57\xf7\x67\xad\xb9\x29\xc2\ \x13\x9a\x56\x0e\xdb\x3d\x67\xdd\xe5\xb4\x73\x1b\x97\x6e\xb1\x1a\ \xb5\xac\x10\x24\x5b\x3a\x2b\xcd\xc9\x4c\x4a\x3b\x71\x78\xef\xa5\ \x98\x8a\xd1\x77\x29\xd4\x16\x96\x06\x21\xdd\x5e\xfb\x64\xf6\x96\ \x69\xf5\x3d\x87\xa6\x4f\xde\xc9\x20\xa2\x71\xb7\x16\x11\xb1\xd1\ \x8d\x1a\xd5\x8a\xa8\xdc\xb4\x59\xcd\xf2\x16\x63\xb7\xa6\x34\x08\ \x61\x0c\x08\x61\x42\x8c\x92\xdc\xb3\x7b\x0e\x1c\xda\x75\xf0\x4a\ \x7a\xa9\x3f\xab\x13\x40\x20\xfb\x11\xc0\xff\xa7\xc1\xb5\x44\xcc\ \x43\x5f\x4e\x3c\x37\x87\x9a\x9a\xcf\x09\x0a\x25\x08\x84\x77\xf7\ \xe4\x71\xc7\x54\x62\xfa\xbc\x4e\xec\xef\x22\x8a\x10\x80\x05\xb4\ \x5c\x4c\x39\xbb\xb7\xc8\x6f\xb6\x85\x25\x49\x06\x09\x61\x21\x08\ \x61\xee\x22\x53\x0d\x8a\x8b\x73\x18\xb9\xa2\x42\x85\x48\x52\x92\ \xa4\x03\xc2\x18\x24\x24\xab\x04\x0c\xb0\x14\xc0\x46\x69\x21\x84\ \x46\xc4\x44\xc9\x66\xba\x5a\x39\x2e\x88\xe7\x15\x70\xb0\x19\x37\ \x4e\x7e\xf3\xe2\xcb\x32\x16\x9e\xd2\x12\x8a\x55\x6f\x71\x9e\x1a\ \x5b\x3d\x3a\x44\xbe\xa1\x97\xc9\xa3\x0d\xcd\xed\xca\xb8\x38\xf7\ \xb5\xd7\x13\x4b\xa8\x4c\x91\x00\x11\x62\xb3\x36\x7f\xf4\xe6\xfe\ \x25\xf5\x7a\x8c\x78\x73\xda\xf7\xcd\xde\xeb\xf7\xca\x89\x3c\x14\ \x8a\x40\x25\x0a\x01\xcb\x34\x99\x2a\x61\x84\x30\x60\x20\x36\x42\ \xc0\xd2\xc1\x2c\x7b\x1f\x30\xa6\x58\x96\x25\xcc\x41\x68\x1e\x78\ \x60\xcc\xb0\x3e\xd5\x52\x87\x3c\x3c\x25\xac\xe7\x5b\x5f\xbe\x5c\ \x0e\x09\x40\x80\x30\x60\xbb\x24\x09\xf0\xcb\x14\x09\x02\x0c\x58\ \x48\x76\x2a\x0c\xc3\x60\x08\x69\x2e\xb7\x85\xe3\xaa\x46\xb2\xc3\ \x29\xe5\x62\xcb\x87\x68\x85\x5e\x9d\x23\x00\x4c\x88\x0c\x12\xa1\ \xc0\xef\xca\xa6\x88\xaa\xc8\xb5\x7f\xfe\x94\x49\x5f\x9d\xb1\x2c\ \x1d\x51\x6c\x8f\x69\xd1\xa8\x86\x43\x3f\x5d\xb5\x4b\x67\xcb\xa9\ \xa3\xa6\x9d\x6a\x2e\xdd\x97\xf9\x07\xfb\x03\x4c\x89\x37\x37\x75\ \xff\xda\x4d\x17\x98\x24\x3f\x34\xb0\x2f\x09\xbc\xd4\x01\xa6\x0e\ \xe0\xff\x67\xae\x06\xe1\x2d\xca\x77\x73\x00\x8c\x6f\xb9\xbc\x08\ \x4f\x41\x9e\x4b\x00\xc2\x98\x10\x84\x80\x6b\x42\x69\xf6\xf4\x1b\ \x9f\x86\x3f\xde\xfc\xa1\x16\x07\x3e\x7b\x3d\x5f\x20\x25\x08\x51\ \x05\x73\x40\x0a\xa2\x76\x59\x35\xf3\x7e\x59\xf9\xcb\xcd\xe7\xbf\ \x9d\x5d\xed\xb4\xb3\x79\x87\xa8\x75\xaf\xee\xd0\xb0\x42\xbc\xb9\ \xe7\xae\x65\x0c\xf9\xe8\x43\x7b\xd7\xa4\xa4\x3d\x6b\xd6\xec\xf8\ \x61\xfd\xb9\x5e\x23\x17\xcd\x7d\x20\x45\x6a\x51\x5d\xfb\xee\x93\ \x43\x42\x96\xc1\xd4\x8a\xb2\x3c\x02\x00\x13\x42\x25\x39\xf3\xc8\ \xba\xed\xb9\xdf\x7e\xb0\x7a\xfe\xd1\x6b\x52\x9d\x58\x75\x2f\x83\ \xe4\xfd\x2b\x77\x0d\xfb\x7a\xdc\xc2\xe9\xa7\x2e\xe6\x18\xce\xf4\ \xf5\x5f\x2c\x2d\xae\xd0\x64\xd4\xdb\xcf\x2a\x69\x89\xde\x20\xec\ \xf3\x99\x00\x02\x11\xc9\x99\x7c\x2a\x2b\xac\xff\xdb\x0b\xbf\x4c\ \xbc\x7a\x63\xd7\xb2\xd5\xe7\x53\x4d\x51\x9c\x75\xf6\x7a\xf0\xd3\ \x93\x67\x54\xfb\xe5\xc0\xda\x6f\x96\x33\x24\x94\x60\x82\x00\x30\ \xa6\xc1\x18\x49\x32\xcf\xb8\x9c\xe2\xea\xd3\x6a\xd0\x9b\x2f\xa8\ \xf5\xda\x2a\xe6\x65\x06\x40\x40\xa4\x5d\x38\xa6\xbe\x36\xf8\xc3\ \x6f\xa3\x72\x6e\x9c\x5a\xb5\x78\x47\xbe\x0f\x15\xdf\xb8\x7e\x13\ \x5e\x79\x6f\xde\x97\xa7\xf7\xef\x5a\x3a\x77\xe7\xca\x15\x3b\x3f\ \x1c\x33\x65\x7a\xf3\xc4\xea\x1d\x9b\x1d\x9c\xf5\x5e\xba\x29\x94\ \x60\x4c\x55\x22\x00\xc9\x88\x3a\xc8\x5d\x5b\x67\x22\x39\x08\x4c\ \xd3\xe3\xb1\x58\xb0\xdd\xce\xbd\xee\xca\x0f\xf6\x2e\xe7\x3e\xf6\ \xda\x4b\x6f\x65\x01\xaf\xfa\xd8\xe7\x5f\x8f\x7e\x2c\x61\xea\xee\ \x24\xaf\x40\x92\x0d\x2b\x16\x16\xfe\x8f\x86\x1a\x4c\x82\x55\xbb\ \xa2\xb8\x24\x5b\x30\x45\x1a\x41\x81\x94\xc7\x7f\x1c\x02\x9e\x2f\ \x01\xdc\x1d\x16\x23\x4d\xfa\xf5\xb6\xdd\xd8\xbd\xf3\x74\xba\x4c\ \x54\x7f\x91\x30\xc2\x18\x93\xdb\x8d\xea\x7e\xb7\x05\x40\x58\x26\ \x69\xfa\x78\x9f\x58\xd7\xe5\x53\x67\x33\x4f\xac\x9c\xb7\xf6\xc7\ \x8b\x40\x64\x4f\x5e\xc1\x8d\xb3\xd7\xf3\xb3\x75\xdd\x5b\x74\x3d\ \x31\x29\x3b\xb7\xf8\xfa\xa1\xc3\x37\x9d\x52\x30\x29\xfa\xe9\xab\ \x59\x3b\x8f\x67\x49\xaa\x42\xb1\x76\xed\xe4\xd9\x3c\x9f\xac\x0a\ \xe7\xf5\x73\x57\xb2\x73\xf2\x2f\xee\x3b\x9c\xcf\x82\x6c\x5a\xda\ \xda\xa9\xdf\x1e\xbe\x5a\xaa\xc8\x14\x10\xc2\x04\x63\x82\xfd\xfd\ \x9c\x40\x2b\x3a\xf9\xf3\xa1\x62\x11\x12\x84\x8a\xf7\x6e\xd8\x70\ \xe4\x6c\x86\xe6\xcc\x3f\xb1\xeb\x60\x11\x77\x38\x64\x9e\x7b\xfd\ \x6a\xd2\xf5\x4c\xdd\x42\x44\xb2\x85\x84\x06\xf3\xfc\xc4\x95\x5f\ \x2f\x3c\x9f\x69\x28\xb2\xc4\x5d\x99\xa7\x4f\xa4\x10\x47\x90\x2f\ \xf7\xe6\xe5\x0b\xc9\x1e\x03\x11\xee\xbd\x7e\xf4\xac\x0f\xab\x7a\ \x61\xda\x95\x4b\x37\x9d\xa5\x9e\xac\xcb\x37\x92\x93\x0b\x2c\xd3\ \x97\x71\x33\xf5\x46\x6a\x4e\xfa\xc5\x0b\x89\x29\xee\xa8\xb8\x48\ \x5f\xd6\xe5\x6d\x6b\x7e\xba\x9e\xe1\x44\x94\xba\x32\xae\x9e\x4b\ \x2c\x76\x04\xd3\xfc\xa4\xab\x57\xaf\xe5\x30\x42\x59\x49\xce\xe5\ \x93\x49\xc4\x2e\x17\x24\x5f\x4d\x4e\xcd\x4f\x3f\x75\xec\x42\xb2\ \x3b\x22\x1c\x1f\xff\x7e\xfe\xea\x2d\xe7\x04\x56\xb5\xc2\xa2\xe4\ \xb3\xd7\x73\x32\x7c\x86\x56\x92\x74\x25\x29\x2d\xc7\x89\x7e\x5f\ \xa6\x8e\x90\x70\xe7\x14\x24\x9f\x4b\x2a\x28\x32\x08\x41\x42\x60\ \x9b\x8d\x65\x9e\x3c\x9e\x94\xe6\x51\x24\xd5\x28\xc8\x2b\xca\xca\ \xcd\xb9\x99\xee\x61\x84\xfb\x4a\x73\xae\x5e\x4e\xb9\x99\xc7\x31\ \x15\xa6\x2b\xf3\xe6\x95\xa4\x1b\x39\x96\x20\x46\x71\x49\xfa\xb9\ \x2b\x99\x59\x6e\xce\xf5\x52\x06\x2d\x1e\xee\x17\x94\x71\xe4\xf0\ \x99\x4c\x22\x05\x62\xb2\xff\xe3\x71\x52\x40\xf9\x12\xc0\xdd\x20\ \x34\x9d\x0e\x5e\xb3\xa9\xb7\xe3\xc4\xd6\xd5\xc7\x4e\xef\xdd\x7d\ \x3d\xc7\x92\xfe\x81\xa4\x83\xfb\xbc\xf2\xab\x3f\x2e\x4a\x38\x39\ \xe5\xf9\x0f\xf7\x07\xe1\x10\x87\xa2\x10\x0c\x9a\xcf\xc3\xb1\xea\ \x50\x88\xae\x7b\x4c\x50\x1c\x8a\x24\x98\xe5\xd3\x3c\x06\x08\x99\ \xd8\x6d\x8a\x0c\x20\x00\x81\x30\x0d\xaf\xe1\xb3\x00\x29\xd4\x61\ \x53\x28\xb7\x4c\x9f\xee\x35\x01\x14\x6a\x57\x65\xe9\x2e\xeb\x62\ \x08\x84\x69\x7a\x0d\x9f\x05\x02\x23\xc9\xa6\xd8\x25\x82\x98\x69\ \xf8\x0c\x9f\x05\x9c\x20\xd5\x6e\xb3\x61\x6e\xf9\x34\x8f\x09\x5c\ \x00\x56\xa8\x43\x55\xca\x7a\x97\x58\xba\xd7\xcb\x0c\x00\xd9\xa1\ \xd8\x29\x05\x10\xc0\x4c\xcd\x63\x6a\x02\xe4\x20\x9b\x03\x98\xcf\ \x6b\x80\xc3\x6e\x03\xa6\x7b\x4c\x66\x53\xec\x14\x98\xa6\x79\x75\ \x61\x01\x20\x42\x54\xbb\xa2\x22\x10\x20\xb8\xae\x79\x34\xc1\x08\ \xb2\x39\x54\x05\x21\xbf\x7e\xc7\xeb\x63\x26\x46\xb6\x20\x9b\xea\ \xdf\x41\x17\x16\xc1\x36\xbb\xa2\x60\x0c\xba\xcf\x63\x21\xd5\xa1\ \x52\xd3\xf0\xe8\x42\x72\xc8\xf2\x1f\xc6\x85\x40\x68\x3e\xaf\xa0\ \x36\x9b\x8c\xcb\x9a\x91\xea\x5e\x9d\x11\xbb\x5d\x01\x01\x82\xe9\ \x5e\xd3\x54\x15\x07\xc5\x88\xe9\x5e\x1f\x47\x76\xd5\x86\x00\x38\ \xd3\x7c\x26\xb7\x29\x76\x82\x85\xe9\xf3\x18\x48\x96\x31\xad\xd0\ \xa8\x59\x8b\x8e\x2d\x7b\x3e\x33\xf8\xfa\xf4\x91\x53\x96\x1d\x53\ \xec\xb6\xc0\x33\x1d\x60\xea\x00\xfe\x03\xc1\x98\xa8\xd8\xa6\x6b\ \xbb\xa6\x95\x65\xa3\xf0\xd7\xad\x3f\x5e\xcd\xfe\x87\x4c\x2d\x98\ \x85\x6b\x74\x68\x13\x52\x7a\xe5\xe4\xd9\x02\x2a\xfd\xe3\xc5\x6a\ \x66\x9a\x02\x51\x4a\xff\xc5\x05\x30\x61\x19\x16\xa2\x12\x09\xac\ \x8e\xdf\xba\x21\xa6\x21\x2a\x35\x6b\xdd\xb1\x4b\x7d\xe1\x29\x3c\ \xf5\xd3\xde\xab\x69\xc5\x84\xfe\x9d\x0e\xcb\x82\x33\xd3\x12\xff\ \xa2\xea\x32\x80\x00\x53\x07\xf0\xdf\xf9\x64\x00\x78\x7c\x39\x85\ \xc2\xc0\xa0\x84\xcb\xd1\x8e\xfb\x68\x29\x87\x10\xe8\x3e\x0f\x43\ \xaa\x5d\x25\xbf\xf5\xab\x07\xa1\x69\x6e\x0b\x54\x87\xfa\xbb\x10\ \x52\x08\x14\x1c\x1d\xad\xe8\x25\x05\xff\x92\x5b\xb9\x10\x48\x8e\ \x2c\x1f\x69\x15\xe5\x95\x68\xfc\xbe\x5a\x5c\x08\x6e\x59\x9c\xfc\ \xf6\xd9\x41\xc2\xf2\xb9\x0d\x66\x57\x1d\x14\xff\x13\xf9\x5d\xc1\ \x2d\xc6\xd1\x6d\x63\x6f\x04\x60\xea\x1e\x8d\x13\x87\x6a\x43\xe8\ \xef\xa7\x89\xc5\xed\x56\xff\x18\xfd\xe6\x21\x2e\x84\xe0\x02\xf9\ \xd7\x06\xc4\x2d\xbb\x82\xb2\xec\x13\x42\x00\x5c\xdc\x92\xed\x70\ \x01\x08\x08\xc6\x5e\xa3\xb8\xc8\x74\x72\xc0\x21\x52\x4c\xa8\x24\ \xdf\xc5\x8a\x0c\x21\x61\xf8\xdc\xa6\x2e\x00\x4b\xd4\x6e\x97\x89\ \xf8\xe3\x9d\xe5\x44\x0d\x29\x57\x4e\x2e\xca\x2e\xb4\x38\xfa\xcb\ \x47\x45\x18\xba\xcf\xc7\x2c\x42\x94\xb2\x09\xc7\x7f\xcd\x23\x88\ \x84\x65\xf8\x74\xcd\x02\x41\x90\x6c\xb3\xa9\x04\x21\x6e\x1a\x3e\ \x43\xb3\x40\x50\xac\xd8\x54\xc5\xd4\xdc\x1a\xe7\x14\xab\x36\x55\ \xf1\x5f\x97\x33\xc3\xab\x6b\x1c\x84\x24\x39\x6c\x92\xf4\x1f\x53\ \xa5\x18\x88\x43\x02\xb8\x3b\x63\x18\x26\xb4\x1b\x39\x7d\xcd\xe6\ \x1f\x96\xce\x9d\xf2\x40\x35\x59\xd3\xff\xb1\xce\x4d\x08\x90\x55\ \x87\x4d\xf9\x8d\xa6\x81\x33\x4d\x04\x3d\x32\xfe\xab\xf7\x5e\x6c\ \x25\x0c\xfd\xce\x38\xd8\x67\xd8\xfa\x8c\x99\xf8\x7c\xf7\x04\x43\ \x37\xff\xfe\x9f\xc9\x4d\x4b\x49\x78\xf5\xf3\x8f\x3a\x55\x95\x34\ \x4b\xdc\x0f\x11\x62\x7b\x54\xad\x86\x35\x1d\xb8\x8c\xee\xb8\xa9\ \x45\xb4\x1c\x38\x63\xde\xfb\xb5\xa3\x84\x6e\xde\xef\x5b\xcd\x39\ \x77\xc4\x54\xad\x55\x2b\x9e\xf0\x32\x0d\xbb\x6e\x88\xc6\xcf\x8e\ \xfb\xe2\xd3\x27\x83\xb1\xfe\xb7\xd5\xe4\x00\x40\x64\x5b\x68\x54\ \x54\x54\x6c\xa4\x8d\x70\xc3\x64\x00\x08\x04\x47\x54\x0e\x0e\xb1\ \x23\xce\x05\x08\x24\xd9\xcb\xc5\xc6\x44\x46\x85\x06\x87\x85\x45\ \xc5\xc5\x84\x85\xda\x10\xa6\xaa\x4d\xf6\x1b\x43\x12\x55\x91\x65\ \xe2\xf3\x58\xf5\x7b\x0c\x9d\xb7\x71\xf3\xea\x2d\x2b\x1e\x6d\x59\ \xd9\xd0\xef\xa2\x26\xe7\x9a\x2f\xac\xf5\xa3\x93\x57\x2d\x9b\xbb\ \x6e\xee\x88\x47\x6a\x18\xc6\x1f\x7f\x05\xcb\xa7\x47\xb6\xec\x35\ \x61\xc6\xb3\x11\x92\xf9\x57\x23\x12\xdc\x60\x52\xd3\x41\xa3\xbe\ \xd9\xb2\x7c\xc2\x6b\x8f\x84\x08\x9f\xf5\x5f\xa4\x88\xe4\xa6\x21\ \x45\xd7\x1e\x31\x7d\xe6\xfc\x4d\x8b\x27\x7c\x30\x38\x46\x62\x86\ \xae\x2b\x15\x1b\x8d\xfc\xfa\x9b\xf9\x9b\x16\xbd\x3b\xf6\xb1\x60\ \x8e\xbb\xbc\xf7\xe9\xfc\xcd\x0b\x5f\x18\xdc\x8a\x98\x86\x00\x30\ \x35\x33\xb6\xc9\x83\x93\x37\x2c\x9e\xf7\xc3\xc2\xa7\x1f\x6e\xc8\ \x35\xed\x3f\x66\x69\x35\xc0\xd4\x01\xdc\x23\x35\xc1\x69\xcd\x4e\ \xad\xad\x9b\x3f\xcf\x9d\xb1\xe6\x7a\x9e\x75\xb7\x7e\x92\x7f\x0a\ \xad\xb8\xe5\xf5\xb9\x0c\x26\x10\x42\xdc\xd2\x3c\x5e\x1f\x07\xae\ \xe9\x3a\xb5\x85\x86\x05\xfd\x16\xd6\x71\xcb\xf4\xfa\x9c\xa5\xcc\ \xe7\x08\x8d\x89\x08\x92\x85\x10\xdc\x32\x7d\x5e\xb7\xdb\xeb\xf2\ \xf8\x34\x2e\x00\x21\xe0\x96\xe1\xf5\xba\x5c\x5e\x97\xef\xde\xf4\ \xc9\x0c\xcd\xad\x95\x3a\x35\x1e\x59\x2e\xc6\x21\x23\x01\xc0\x0c\ \xdd\xf3\xdb\x51\x08\x00\x4c\xdd\xe7\xf6\x6f\xd1\x0c\x40\x88\x69\ \x4e\x54\xe5\xc1\x77\x27\xbd\x10\xec\xcb\x2f\xf6\x79\x19\x07\xcb\ \xf4\xe9\xa0\x84\x87\x04\x4b\x14\x09\x10\xfe\x38\xce\xeb\x75\xb9\ \xbd\x2e\xb7\xd7\x63\x32\x0e\x08\x21\xe0\x9a\xe6\x71\x79\x9d\x6e\ \xaf\xc7\xb4\x38\x42\xe0\xd5\x5c\x95\x1f\x7a\x79\xf4\x0b\x9d\x34\ \x2d\xc7\xe5\xd3\x41\x08\xdd\xf2\x0a\x29\x38\x3c\xd8\x86\xee\xe8\ \x31\xa5\x79\x3d\x2e\xaf\xd3\xe3\xd3\x18\x07\x84\xc0\xd2\x7d\x6e\ \xaf\xf3\xf6\x30\xff\x4c\x4d\xba\x2e\x3d\x36\x73\xee\xf2\x1d\xdf\ \x7e\x38\x7f\xd6\xac\x65\x9f\x3e\x50\x23\xc4\x34\x75\x9f\x0f\x77\ \x7a\x77\xf2\xaa\x03\xcb\xbb\xd7\x95\x3d\x5e\xaf\x5c\xa9\xfd\x9b\ \xd3\x3e\x9b\xba\x65\xfd\x86\xe3\x6b\xa7\xcc\xfd\x64\xf0\x80\x7a\ \x91\x8d\x9e\x9a\xb5\x78\x5c\x3c\xf6\xb9\x7d\x7a\x87\x89\xd3\x3f\ \x7a\xbf\x23\x80\x99\x79\xe6\xd0\xbc\xcf\xbe\x2f\x92\x1a\x36\xa9\ \x11\xc5\xd9\x5d\x7c\x6e\x38\x33\x43\x6b\x37\xaf\x59\xb9\x64\xf9\ \xe4\x6f\x7f\x39\x91\x4d\xe9\x1f\x97\x1c\x05\x08\x29\x38\x34\xa6\ \xbc\x4d\xf3\x38\x5d\x9a\x47\x37\xef\x6e\x96\xc3\x2d\x53\xae\xd0\ \x70\xd8\xd8\xde\x49\x1b\xe6\xaf\xda\x7c\xcc\x8b\x64\x82\xb8\xe1\ \xf3\xba\xbc\x4e\xb7\xd7\x67\x31\x81\x10\x62\x86\xe6\xf1\x3a\xdd\ \x5e\x97\xdb\xe7\xb3\xee\x41\xfa\x82\x33\xcd\xeb\x76\x79\x5d\x1e\ \x9f\xc6\x04\x20\x60\x25\x06\xef\xf4\xf2\xd8\x5e\x55\x0a\x97\x7f\ \x31\xef\xc0\x89\x14\x83\xf3\x12\x8b\x3e\xfc\xe6\xbb\x1d\xc2\x6f\ \x2e\xfd\x62\xe1\xe1\x33\x19\x1c\xb3\x0b\x6b\x97\x2d\x5d\x7d\xa5\ \xf7\xa8\xd7\x5b\xc5\x22\xcd\x12\x54\xa6\xc5\xc9\xe7\x17\x7f\x32\ \x27\xb1\xa8\x52\xeb\xc6\x55\x80\x9b\xff\x31\xef\x63\x60\x45\x38\ \x80\x7b\xe7\x32\x7c\xce\xfc\xab\x57\x2e\x5c\x4d\x0a\xb2\xd9\xcb\ \x8a\x14\x6e\x59\x5e\xfc\x4e\x4d\x7e\x8b\x67\x78\x78\xa3\xd1\x6f\ \x3f\x71\x6e\xee\xe7\x7b\xae\x95\x46\xb7\xe9\xfb\x46\xff\xd8\x25\ \x13\xb7\xf6\xff\xf0\xd5\x07\x1a\xc9\x69\x3f\x0b\x8c\x90\x00\xe0\ \x86\x6e\xab\xd4\xf4\xe5\xf7\x9e\xab\x14\x24\xd5\x6c\x1e\x73\x61\ \x8f\xc1\x84\x2e\x97\x6f\x36\x64\xf4\xf3\x8d\xab\x06\xa7\xed\xdf\ \xb2\x60\xce\xf6\x62\x9f\x15\x52\xb3\xcd\x2b\x6f\x0f\xa9\x15\xc9\ \x8e\xad\x58\xb8\x6a\xe3\x19\xa1\x28\xe8\xd6\xa5\x10\xf2\x37\x06\ \xb1\x2a\x3c\xd0\x6f\xd8\xc8\x9e\x0e\x14\x54\xb3\x3c\xdd\xa7\x59\ \x96\x69\x44\xb5\xea\x31\xe4\xe5\x7e\x95\x42\xac\x5f\x97\x2f\x5c\ \xbd\xf9\xac\x45\x6d\x75\x1f\x7e\x76\xe0\xe0\xf6\xe1\x8a\xb8\xba\ \x67\xc3\xdc\xaf\xb7\x47\x36\xeb\x31\x6a\xfa\xd0\xda\x75\x6c\xe3\ \xd7\xaf\x2e\xcd\xbc\xba\xf0\x93\x59\x7a\xbd\xa1\xaf\xbc\xd1\xd9\ \x2a\x4a\x44\x94\x80\xe0\x4c\x37\xc2\xea\xb6\x79\x79\xd4\xa0\x1a\ \x31\x0e\x2d\x27\x71\xc5\xb4\x39\x67\x53\x3c\xc8\x16\xf7\xd4\xc4\ \x97\xda\x35\x8e\xf7\x65\x5e\x5e\x3d\x63\xce\xb1\x6b\xbe\x66\x4f\ \xbe\xf8\xda\xeb\x5d\x6b\xcb\x75\x67\xac\x6b\x53\x7a\x76\xfb\xf4\ \xe9\xbb\xda\x8d\x7c\xa7\x5f\xaf\x8a\xae\xcb\x17\x09\x41\x60\x01\ \x70\xcb\x94\xca\x3d\x32\x7e\x64\xf7\x36\x15\x73\x8e\xed\x58\x34\ \x73\x5d\x46\x29\x6e\xf0\xf8\x90\xa7\x06\xb4\x0f\xb3\x93\xcc\x5f\ \x7f\x5c\xf0\xed\x0f\x85\x1a\xa6\xbf\x17\xa9\x08\x24\x97\xaf\x20\ \xff\x3a\xef\x83\xf1\x5f\xa7\x3e\xb3\x60\xce\xcb\xef\xf7\x3c\xfa\ \xf4\x02\x51\xa9\x45\xeb\xca\xc6\xee\xdd\xd7\x5b\xf4\xee\xb0\xe3\ \xf4\x56\x5f\xf2\xcf\xe3\x9f\xfa\xa1\xfa\xd0\xcf\xdf\x7f\xdc\x1c\ \xdb\x77\x7c\x3e\x17\xe5\xbb\xb6\x76\xc8\xc4\xe7\x2e\x29\x05\x6a\ \x12\x49\xb1\xc9\x08\x90\xbb\x20\x2b\x3b\xd3\x9d\x9e\x5b\x10\x81\ \xef\xa5\x26\x47\x60\xe9\xbe\xcc\x9c\x4b\xa7\x2f\x68\xaa\xa3\xac\ \x8b\xe1\xef\x7f\x5f\xae\x6b\xb8\x62\xc7\x09\xcb\x96\x09\xb3\x70\ \xf3\x8c\x6f\xf6\x9d\x2b\xf0\x77\xc1\xfe\xc3\x44\x4a\xb2\xd9\x49\ \xf1\xcd\x13\x7b\x8e\x24\x65\x4a\x0e\x15\x19\xdc\xde\xf1\x95\xd7\ \x1f\xeb\xd9\xc0\x7d\xe5\xc8\x92\x2f\x16\x5f\xcd\x31\xaa\x76\xee\ \xfb\xcc\xb0\x5e\xb1\x61\x4a\xd1\xe5\x43\x8b\xa6\xaf\xb8\x59\x2c\ \xfe\xb0\xe6\x21\x98\xc9\x6c\xb1\x4f\xbc\x3f\xb2\x4b\xd3\xf2\x19\ \x87\xb6\x2e\xfc\x66\x53\x96\x27\xe8\xb1\xf7\xc7\xbc\x32\xb4\x0d\ \x4e\x86\x47\x5f\x2e\x7f\x61\xc9\xac\x03\x2e\xf5\xe9\x4f\x3e\x7c\ \xbe\x7f\x63\xed\xb2\xeb\xf1\x97\x2a\x9f\x9e\x3b\xf3\x57\xc3\xa2\ \xa9\xd7\x73\xf3\xf7\xe7\xbd\xd4\x2a\xc4\x8e\xb9\x00\x84\x91\xee\ \x2a\xbc\x72\x26\xaf\x76\x5a\x4e\x02\x62\xf0\x1f\x24\xa3\x0f\xc4\ \xd4\x01\xfc\x25\x5d\x13\x42\xe1\xb6\x11\x89\x60\x96\x69\xea\xa6\ \xf5\x9b\x73\xec\x6f\x5b\x00\x13\xa3\xa8\x30\xb2\x75\xd3\x9e\x7d\ \xaa\xbb\x00\x37\xeb\xdd\xaf\x6d\x3c\xf7\x78\x0a\xf6\x2d\x5c\x7e\ \xf8\x26\x6b\xd3\xad\xb6\x24\x18\x08\x66\xd1\xf2\x23\xbe\xfe\xb4\ \x29\xbd\xba\x65\xed\xbe\x7c\x1f\xa2\x88\x59\x24\x7e\xf8\x17\x1f\ \x54\x2f\x3e\xf4\xdd\x94\x55\x91\xfd\x46\x8d\x7c\xaa\xae\xa1\x54\ \x7d\x73\xee\x27\xd5\x4a\x7e\x5d\xb3\xf6\x42\x8f\x89\x53\x9e\xed\ \x5e\x51\xd7\x99\xe0\xcc\x32\x4c\x53\x37\x2d\xc6\xb9\x65\xda\xaa\ \xb4\x1d\xff\xed\x68\x71\x76\xc7\x4f\xbb\x2e\xe8\x82\x0a\xcb\xb0\ \x57\xeb\xf0\xee\xd4\x11\x25\xbb\x97\xcf\x5f\x7a\xaa\xfb\xb8\x09\ \xbd\x1b\xca\x56\x5c\xb3\x51\xdf\xbc\x5a\xb8\x6b\xc5\xdc\x19\x2b\ \x4e\x5f\xca\xc4\x92\xec\x4a\xb9\xb0\x75\xd5\xe1\xbc\xb4\x1b\x3f\ \xcc\xfc\x6e\xe9\xe2\xed\xb9\x5e\x5c\x78\xe9\xf0\xf2\x79\x3f\x47\ \xb7\x6f\x99\x10\x23\x5b\x16\xb7\x2c\x33\xa6\x79\xfb\x1e\x9d\xed\ \x3f\xcd\x5d\x9a\x19\xd9\x79\xec\x47\x43\xc3\xb9\xc6\x2d\xd7\xb9\ \xed\x9b\xe6\x4c\xfc\x3a\x91\x34\x7f\xfb\x83\x21\x51\xe0\xbb\x7e\ \x60\xef\x2f\x3f\x5f\xc9\xb9\x78\x6c\xd5\xd4\x6f\xd6\x6e\x39\x63\ \x22\x7e\x61\xdb\xc6\x2d\xbb\x93\x1b\xf5\x6c\x1e\xa6\x08\xce\xb9\ \xae\x91\x87\xc6\x7d\xf2\x5c\x17\xfb\x96\xd9\xeb\x68\xfb\xe7\x3f\ \x18\xdf\x87\x80\xd9\x74\x40\xef\x6a\xca\xe5\xef\xe7\xee\xaa\x3c\ \xf8\xed\x11\x8f\x37\xe2\xfa\x5d\xd4\xe4\xc2\xe2\x1e\x57\x61\x21\ \x14\xba\xdc\x3a\xa1\xd8\x04\xa8\xd9\xaa\x55\x50\xce\x99\x15\x0b\ \x77\x44\x34\x69\x5b\x39\x92\x70\x8b\x59\xa6\x61\x1a\xa6\x30\x2d\ \xc3\x30\x2d\xce\x99\x61\xd8\x2b\xd5\x7a\xfc\xb5\x57\x5f\x18\xf6\ \x4a\xf7\x26\xf1\x60\x18\x00\x80\x10\xa1\x84\x62\xf4\x57\x49\x63\ \x01\x00\x18\x13\x4a\xef\xf0\x16\x67\xa6\x61\x9a\x86\x59\x96\x2c\ \x47\x08\x09\xdf\xd9\x6d\x9b\x8e\xa6\x97\x1b\xf3\xed\xf8\x06\xd1\ \x42\xfb\xc3\x0c\x07\x21\x61\x19\x1c\xa9\x2a\x06\x00\x42\x08\xd2\ \x7d\xac\xf9\xf0\xb1\xa3\x9f\xab\xbb\x77\xc1\xb2\xdc\xb8\xee\x93\ \xbe\x1c\x1e\x0a\xde\x84\x1e\x0f\xb5\xac\x56\xb4\x6a\xd6\x3a\xda\ \x76\xe8\x9b\xaf\x3c\x28\x19\x5e\xfe\x7b\xbf\x2f\xdd\x50\x1e\x99\ \x38\xf9\xa9\x96\x62\xc3\x9c\x4d\xc1\x3d\x47\x8e\x7b\xfb\x21\x55\ \x38\x8f\x6f\xdc\x76\xfc\x5c\x56\xf2\xe1\x5f\x56\xcc\x5c\xf8\xeb\ \xb5\x22\x45\x32\x8f\xac\xd9\x7a\xe6\x72\xee\xb5\xbd\x3b\x56\x7c\ \xbd\xe4\x44\x4a\x29\xa5\x04\x53\x89\x12\x6e\x50\x42\x24\x30\x4d\ \xee\xff\x93\x29\x48\x04\xff\xa7\x31\x5b\x80\xa9\x03\xb8\xdf\xcc\ \xb5\xc9\xe5\x2e\x13\xa6\x2f\xdd\xbb\x7a\xd2\xe4\xe7\xcb\x81\x6e\ \x32\x6e\x22\x47\xaf\x4f\xbf\xf9\x7e\xef\xaa\x0f\x3e\x78\x2a\x8c\ \x5b\x60\xdc\xdc\xb2\x3e\xa9\x4a\xbb\xae\xf1\x6a\x6c\xcb\xf6\x95\ \x76\xae\xd8\xe7\xb6\xac\xf4\xa4\x0b\x97\x13\x73\x5c\x3e\x04\x00\ \xc2\xd2\xd5\x2a\x6d\x5b\x85\x7b\x97\x8e\x9b\xb1\x71\xd3\xb6\x93\ \x67\xd3\x80\x70\x7b\xe5\x76\xdd\x9a\x55\x8b\xa9\xdf\x6e\xe0\xf0\ \x87\xe3\x22\xec\x95\x1b\x95\x8f\xaa\xdd\xa5\x09\xa4\xce\xfb\x68\ \xce\x96\x95\xb3\x96\xed\xc9\x6a\x35\xa0\x1d\x66\x2e\xa5\x56\xdb\ \x77\xd7\xac\x5e\xba\x67\xe1\x80\x2e\x35\x0c\xc3\x13\xdf\xfc\xa1\ \xf8\xd4\x83\x73\x3e\x5b\xb0\x65\xf9\x4f\x37\x72\x5d\x80\x51\xa5\ \x26\x3d\x5a\x57\x8b\xaa\xd9\xed\x91\xc7\x1e\x6b\x19\x5e\x2e\xb4\ \x6a\xa3\x0a\x46\x66\xea\xf9\xc3\xa9\x8d\x9f\x78\xac\x49\x25\x71\ \xe9\xe8\x15\x1d\x53\xb3\x34\xef\xda\x85\x74\x57\x49\xd1\xd5\x63\ \x27\xcf\x9e\x4d\xf2\x58\xc8\x57\x98\x71\xe1\xd8\xc5\xec\x22\xeb\ \xb7\x54\x2c\x22\x9e\xd4\xcb\xfb\x7e\xdc\xbc\xec\xcb\x8d\xc1\x71\ \x35\xca\x07\x71\x46\xec\x95\x5b\x77\x1b\xfc\xfa\xd3\x0d\xab\x84\ \x97\x0f\x8f\x0e\x0b\x86\xa2\xec\xd4\x1b\xc9\x05\xce\xdc\x8c\x0b\ \x27\x8e\x5f\xba\x96\xcd\x11\xe4\xdf\xbc\x7a\xe1\x6c\x72\x91\xa7\ \x2c\x2f\xc3\x42\x6b\x74\x6b\x51\xed\xe7\xcf\xa6\xad\xdf\xb6\xea\ \x9b\x69\xab\x23\x7a\x76\xab\x68\x97\xc1\xb2\x32\xcf\x1c\xd9\xb6\ \xed\xfb\xcd\x1b\x12\xeb\xd4\xad\x22\x23\xfe\x67\x35\xb9\x57\x84\ \xf4\x78\xe3\x8b\xe5\x9b\xd7\x3e\xd3\xd8\x58\x34\x6d\x87\x06\xc1\ \x8d\x3a\x36\x67\xae\x1c\x77\xa9\x4f\x44\xd5\x6b\x58\x3d\xc6\xe2\ \x1c\x23\x8c\x31\x02\x84\xb0\xdf\x8c\x5d\x08\x22\x3b\x22\xca\x47\ \x47\xc5\xc5\x84\x06\x29\x7f\x7b\x0d\x8d\xf9\xb4\xd8\x9e\xcf\xce\ \xd8\xb6\x76\xde\xe6\xe9\xad\x2b\x39\x0c\x60\x88\xc8\x7a\xf2\xf1\ \x1f\xd7\x6c\x5e\xfc\xf1\xe7\x17\x1c\xd5\x9b\x36\x8b\xe7\xa6\xf9\ \xfb\x43\x7c\xc1\xcd\x7b\x4e\x9a\xf7\x8e\x79\x7a\xdf\x95\x2c\x26\ \x11\x6e\xca\x31\x9d\x3b\xb5\xb9\xf0\xdd\x57\x2b\x36\xaf\x9b\x3b\ \x69\xb6\xd9\xb2\x63\x9d\x0a\xc1\xc2\x12\x85\x97\x4f\xed\xdc\xb9\ \x7a\xd5\xc2\x83\x55\x6a\xd5\x08\x96\xf8\x9d\xab\xd3\x82\xe9\x22\ \xa2\x6e\xb7\xc6\xb1\xdb\x3e\x9e\xb6\x69\xdb\xf2\x6f\xbe\xdc\x14\ \xd7\xf7\xc1\x0a\x21\x22\xf3\xca\xf5\x8c\x6c\x67\x41\xf2\xf5\x33\ \x27\x4e\xdd\xcc\xf3\x10\xc2\x32\x2e\x5d\xcb\xce\x77\xe5\x5f\xbf\ \x72\xfa\xc4\xa9\xf4\x22\x2f\xc6\x18\x10\xb1\x4a\x6e\xfc\x72\xc4\ \xf7\xf2\xb2\x6f\x1f\xaa\x13\x6a\x98\xec\x3f\xf5\xf5\x0b\x64\x3f\ \x02\xb8\xef\xf0\x1a\xb1\xc4\x2d\xab\xe7\x1f\xb3\x79\x0b\x72\xdc\ \x40\x09\x46\x20\x8c\xf3\xeb\x97\x15\xef\x57\xdc\xb9\x99\x5e\x2c\ \xc9\x92\x75\xf9\x87\x4d\xae\x41\xcf\x0f\x78\x05\xd7\xf4\x9e\x5f\ \x73\x30\x09\xcb\x0a\x18\x82\x4a\x08\x13\xae\x5b\x9a\x89\x28\x66\ \x16\x60\x22\x29\x58\x80\xf0\x77\x38\x45\x84\x08\x57\xee\x2f\x0b\ \xe6\x1d\xcc\x40\x32\x9f\xe5\x2c\xcc\xa2\xd5\x9f\xc3\x98\x60\x02\ \x02\x80\x10\x0c\x8c\x61\x90\xcc\xec\xa4\x1f\x67\x7f\x77\x50\xb1\ \xb2\x13\x73\x31\x48\xc2\xb2\xb0\x6c\x27\x18\xf9\x3d\xbf\x91\x00\ \x4c\xa9\xe7\xe6\xc5\xb5\x5f\x7e\x9b\xc7\x6c\x4b\x3e\xf5\x94\x94\ \x94\x04\x83\x6b\xe6\xd3\x43\x1a\xf7\xe8\xd5\x6f\xc8\x6b\xb3\x1f\ \xed\x34\x7e\xd8\xa7\x49\x4e\x44\x25\x4a\x11\x16\xdc\xb2\x98\x25\ \x38\x41\x98\x50\x89\x50\x8a\x98\x69\x68\x60\xd8\x6f\x8d\x55\xc6\ \x2a\x45\x96\x85\xb8\xee\xe5\xad\x46\xbd\x39\xf2\x09\xe9\xd3\x57\ \xbf\xb1\x3d\x30\xac\x56\x2f\x82\x04\x60\xc0\x94\x10\x0a\xc0\xc1\ \x62\x16\x13\x14\x63\x20\x94\x62\x4a\xc0\xd0\x74\x9d\x01\x12\x02\ \x00\x51\x8a\x05\x08\x8c\x09\x16\xdc\xdf\x73\x10\x53\x49\x05\x09\ \xc0\xe0\x77\x2d\x2a\x44\x44\x46\xbe\x4b\xbb\xd6\x7d\xb7\xe0\x6c\ \x49\x6e\x66\xb1\x4b\xb7\x87\xd5\x6e\xd2\xb2\x72\xd5\x92\x81\x1f\ \xd6\x63\xb1\xb1\xf1\xad\x5a\x57\x5e\x7f\x2c\xef\x0f\x6a\x72\x22\ \x4b\xa5\x37\xce\x2c\x1a\x3f\xe9\x02\xa7\x4f\x44\x37\x78\x84\xca\ \x7f\x33\x6a\x93\xa5\x92\xf3\x87\x57\x7f\x95\x42\xb9\x27\xa5\x50\ \xa7\x80\x11\xf2\x37\x49\x14\x40\x24\x99\x70\xce\xfe\x98\x4f\xc0\ \xb2\xec\xbd\x7e\x7a\xe3\x8a\xdd\x2f\x76\xab\x15\xe5\x80\x54\xad\ \x2c\x81\x42\x29\xf1\xff\xbe\x58\x70\xbf\xbf\x30\x22\x54\x01\x05\ \x83\xc9\x30\x42\x08\x00\x01\x08\xe6\xf3\x79\x05\x51\x6d\xd4\x6f\ \xf1\x8e\xa9\x84\x39\x00\x26\x04\x71\x26\x04\x60\x4c\x08\x41\x98\ \x10\xea\x7f\xd8\x38\x10\x4a\x30\x46\x88\x10\x09\xa4\xb2\x89\x9e\ \xe0\x58\x8d\xac\x5d\x27\xe8\xe0\x82\x99\x67\xd2\xdc\x94\xe2\x00\ \x53\x07\xf0\xff\x3b\x30\xe2\x39\x17\x4e\x66\x9e\x03\x84\x30\x29\ \x33\x51\xb1\x32\xcf\x1e\x4f\x63\x80\x08\xa6\x94\x10\x8a\x5c\xc9\ \xc7\xb7\x1f\x7e\x79\xd2\xf4\x91\x1b\x46\x3e\x76\xb5\x18\x2b\x76\ \xcc\x0c\x96\x9d\x9c\x6b\x7f\xa5\xef\x88\x91\xae\xeb\x89\x27\x77\ \xed\xdf\xb7\xeb\xc6\xd0\x17\x66\x4d\x26\xcb\x2e\x36\xae\x19\xe7\ \xdc\x23\xb9\xaf\xef\xd9\x99\x34\xb4\xef\xcb\x4f\xbb\x57\x1d\x45\ \x41\xf2\xa5\x1f\xf3\xae\x9d\xdf\x71\xc4\xf7\xe8\xab\xd3\xde\xa9\ \x7a\x4e\x1d\xdc\x31\x72\xeb\xc8\x43\x16\x55\xa9\x2b\xff\xe2\xfe\ \x1c\x01\x80\x29\xa5\xb2\x92\x76\x6c\xcb\xa5\x77\xbe\x7a\xef\xab\ \x77\xb7\x9e\x0b\xaa\x1a\x19\x7c\x18\x20\xf9\xc8\xa6\x4b\x6f\x7f\ \x3e\x70\x68\xaf\x5d\x47\x33\x09\xf2\x1e\xdd\xf8\x33\x8d\xad\xfd\ \xe4\x80\xce\xbe\xc4\xb3\x47\x8f\x5c\xef\x30\xa4\x61\x5c\x30\xba\ \xe2\x24\x9e\xcc\xeb\x56\xc5\xc7\x06\xbf\x35\xfc\x6c\x6a\xd1\xa5\ \x43\x07\x92\xb3\x4c\xee\xca\xbf\xe9\x8e\xed\xf3\xd2\xcb\xb8\xca\ \x99\xa3\xdb\xf7\x70\x0c\x7e\x35\x39\xc2\x52\x10\x46\x04\x01\x33\ \x4d\x41\x1d\xa1\xd1\xe5\x82\x23\x42\x15\x28\x11\x08\x10\xf0\x82\ \xd4\x1b\x31\x2f\xf5\x18\x3c\xa2\xb8\xa0\x28\xeb\xd0\xee\x93\xc5\ \x5e\x28\xcd\xce\x72\x46\x8c\x78\xe6\x8d\x17\x4e\x9f\x3d\xbf\xfb\ \xc7\xb3\x5b\xf7\x5f\x7c\x7d\xc2\x84\xac\x98\x43\x2d\x87\x0f\xc8\ \xdc\x38\x3d\xcd\x67\xa9\x41\x65\x6a\x72\x09\x49\x0e\x7c\xd7\x24\ \x2a\x56\x83\x58\x41\x5a\xe2\xa5\xab\xc9\x21\x36\x99\x0a\x2b\xba\ \x7d\xef\x4a\xda\xc9\xb7\xfb\xbc\x99\xaa\xb3\x5a\xc3\xbe\x98\xf8\ \x6c\xbf\xf8\xef\x8e\x66\x99\x02\x49\xea\x1d\x6a\x72\x25\x88\x06\ \xd9\x1d\x36\x9b\x4b\xb2\x85\x4a\xc8\xf7\x37\xd5\xe4\x88\x10\x5f\ \x56\xf2\x89\xb4\x24\x00\x44\x24\x82\x01\x09\x6e\x2a\x55\x1a\x3c\ \x38\x68\x60\x68\xa7\xa7\xaa\x66\x9d\x99\x7d\x2c\x8b\xc8\xbf\xfb\ \x0c\x20\x8c\x99\xbb\xf0\xf4\x2f\xfb\xbd\xfd\x07\xc5\x44\x4a\xc9\ \x19\x48\xb6\xf2\x76\xed\xd8\x3b\xf1\xb5\xb7\x47\xb2\xea\xf1\x7d\ \x9f\xe1\xfb\x37\x5d\xca\x72\xb7\x0f\x26\x92\x83\x08\x00\x8a\x25\ \x07\x06\x84\x40\x58\x86\x15\x56\xfd\xb5\xaf\xdf\x96\x4f\x2d\x9a\ \x35\xef\x28\x2a\xba\xf4\xe3\xaf\xc9\x23\x26\x7e\x50\xb8\xf8\x54\ \xfb\x97\xfb\x26\xaf\xfb\x34\xcb\xc5\x31\x45\x12\x0e\x52\x31\xb9\ \x3d\x4b\x10\x08\xcb\x38\x48\xc5\xe4\x8e\xa2\x43\x4e\x1c\xd1\x09\ \xc1\xc6\x96\xed\x47\x0a\x74\x1a\x2c\xa3\xff\xd4\xe6\x81\x01\x35\ \x79\x00\x77\x87\xc5\x48\xe3\x7e\xbd\x83\x6e\xee\xdf\x73\x32\x53\ \xa2\x65\xce\x55\x08\x13\x42\x08\xbe\xc3\x58\x10\x61\x42\x28\x29\ \xb3\x46\x44\x88\x30\x5f\x4e\x5e\x09\xe2\xd9\x9b\x66\x6f\x2a\x64\ \x12\x41\x80\x29\x29\xbd\x91\x54\x02\xd1\xad\xdb\xd7\x76\xa7\x5c\ \xbc\x78\x31\xf9\xc2\xc1\x13\xac\x62\x93\x76\x6d\x6b\xba\x52\x8e\ \xfd\xb8\x79\x7f\x56\x7e\xfe\xf9\x7d\x27\x45\xc5\x46\xad\x1f\x68\ \x10\x1d\xcc\xae\x1d\x3b\x97\x97\x9f\x73\xf6\xd0\xc5\xc8\x66\x1d\ \x9b\xd5\xb2\xed\x9a\x3e\x75\xdd\xee\x14\x49\x91\x10\xf2\x5f\x9c\ \x60\x84\x10\x26\x56\x49\xc6\xf1\x43\x57\xe3\x5a\x76\x68\xde\x20\ \xf2\xea\xe1\x5d\xbf\xec\x3d\x5f\x90\x7d\xf3\xd8\xe1\xeb\xf1\xcd\ \xdb\x36\x6b\x5e\x53\xd1\xf2\x2f\x1c\xbd\xe4\x95\x42\xeb\xb5\xef\ \xd0\xb6\x7d\x8b\xaa\x91\x9e\xf5\x5f\xcd\xdc\x77\xb1\x58\x56\x24\ \xa3\xe8\x66\x52\x2e\x6e\xdc\xa9\x4d\x9c\xc3\x73\xf1\xd8\xf9\x02\ \x37\x60\xd3\x95\x7a\x39\xbf\x7a\xdb\x36\x95\x82\xdd\xe7\x7e\x3d\ \xef\x46\xa1\xb2\x3b\xf7\xcc\xb1\x24\xae\x06\xab\xc4\x7d\xe1\xf4\ \xa5\x2b\x67\x2f\x17\x4b\x95\x3b\xf6\x7c\x20\x2e\x5c\x3f\xb4\xe5\ \xa7\x93\x17\x33\x39\xa6\x25\xe9\xd7\x73\x71\x85\x56\x1d\x1a\xd9\ \x3c\xe9\xa7\x4f\x26\x19\x40\x8d\x82\xec\x8c\x6c\xd4\xac\x73\x33\ \xd5\x79\xf3\xdc\xd9\xa4\xc4\xc3\xc7\x8a\x1d\xd5\x3a\x76\x6d\x98\ \xfd\xf3\x8a\x6f\xbe\xfe\xc9\x65\x29\xc1\x11\xe1\xce\x6b\x17\x2f\ \x5d\x2e\x0e\x8a\x08\xd7\x72\x92\xce\x25\x66\xa3\xdf\x77\x53\x12\ \x02\x3b\xc2\x42\x0a\x2f\x5d\x48\x4e\xf5\x49\x12\x66\x16\x8a\xae\ \x5d\x15\xa5\x9d\x38\x74\x3c\x1d\x53\xe4\x29\x32\xa2\x1c\x4a\xda\ \xf9\x73\xc5\x3a\x92\x1d\x21\x8a\x27\xfd\xdc\xc9\xeb\x16\x26\x54\ \x71\xc8\x28\xff\xdc\xf1\xcb\x5e\x8b\xd8\x43\x23\x8c\x94\x2b\x97\ \x2e\xe7\x03\x62\x3e\x8b\xb6\xe8\xd3\xd7\x91\x7e\x77\x35\x39\x37\ \x8d\x88\x26\x9d\x1f\xa8\xee\xdd\xb6\xe6\x90\x81\xcb\x6c\x71\xee\ \xbc\xc7\x08\xc0\xd2\x0d\xa4\x56\x68\xd0\xb4\xb6\x94\x7f\xe6\xbb\ \xf1\xdf\x5e\xc9\xe7\x7f\x76\x3d\x16\x9c\x2b\xe5\x6b\x3e\xd4\xbb\ \xd6\xb1\xd5\x9b\xd3\x9c\xc4\x6e\x23\x59\x67\x8e\xa7\x7a\xc2\xdb\ \xf7\x6c\x63\x5c\xd8\xfe\xd5\xa7\x2b\x72\x7d\x52\x50\x58\x84\x99\ \x99\x74\xee\x54\xb6\x1c\x1a\x06\x9e\xec\x33\x67\x92\x4d\x2e\x98\ \xad\xfc\x80\x8f\xde\x6a\x5a\x29\xef\x87\x25\x87\xb9\x82\xae\x1f\ \x3e\xe2\x0a\xab\xd3\xa1\x53\xed\xb4\xad\x8b\xbf\x9b\xb3\x5b\xc3\ \x32\x46\x24\x28\xc2\x5e\x90\x74\xf6\x7a\x5a\x09\x26\xfe\xba\x75\ \x12\x14\xae\xe6\x24\x9e\x4e\xce\x72\xf9\xb7\x70\x53\x33\x50\x4c\ \xdf\xa7\xda\xa7\x6c\xff\x21\xb1\x18\x64\x82\x04\x67\x3e\xcb\xac\ \xd9\xb1\x4f\x02\x5c\xdb\xbd\x2f\x11\x49\xf2\x7f\xc6\xaa\x62\x40\ \xf9\x12\xc0\xdd\xb3\xd2\x9a\x2e\x3d\xbb\x66\x5d\xeb\xa2\x75\x0b\ \xe7\x9d\xc8\xbe\x79\x23\xdf\x75\x7f\x8e\xb7\x08\x71\x53\xf3\x18\ \x86\xaa\x06\xc9\xb8\x4c\x01\x82\x04\xf7\x69\x1e\x5d\x70\x89\x38\ \x1c\xaa\x24\x98\xe9\xd3\x7c\x26\x30\x01\x44\x55\x1c\x2a\x25\xdc\ \x32\x35\xdd\x6b\x02\x07\xa0\x76\xd5\x21\x11\xcc\x4d\xc3\x6b\x78\ \x2d\x00\x99\xda\x55\xf9\x6e\xa6\xdd\x08\xb8\x61\xf8\x4c\x9f\x05\ \x02\x21\xc9\xae\x3a\x24\x0c\xec\xd6\x16\x82\x14\xbb\xcd\x7e\x5b\ \x4d\x0e\x80\x25\x62\xb7\xa9\xd4\x1f\x6f\x99\x9a\xc7\xc7\xcd\x3b\ \xd5\xe4\x96\xa9\x79\xef\xa2\x26\xd7\x3c\x06\xb3\xab\x0e\x02\xcc\ \xa7\x79\x0d\xc1\x04\x00\xbd\x43\x4d\xae\x69\x1e\xfd\x1e\x6a\x72\ \x87\x4d\x45\x82\xdd\xda\x41\xb5\xab\x2a\x29\x53\x93\x2b\x0e\x55\ \x32\x0c\xb7\xc1\x25\x87\xa2\xfc\x59\x4d\xee\xf3\x79\x04\xb5\xd9\ \x65\x72\x5b\x4d\xae\x31\xec\xb0\xab\x7e\x35\xb9\xc7\x30\x6d\xea\ \x6d\x35\x39\xd8\x55\x3b\x02\xe0\xcc\xe7\x35\xb9\x5d\x71\x10\x2c\ \x0c\x9f\xc7\x44\xb2\x4a\x69\x68\x5c\x7c\x6c\xd5\x5a\x83\xc7\xbd\ \xef\x5a\x36\xe6\xd3\x25\x47\xff\xac\x26\xb7\xbc\xae\xaa\xc3\xa7\ \x7e\xfa\x62\xe8\x9c\xb7\x97\x66\x65\xa4\x24\x67\x38\xff\xe8\x44\ \xec\x2f\x58\xd4\xbd\x16\x08\x0c\x92\xaa\xd8\xa5\xbb\xb5\x53\xe5\ \xa6\x81\x62\x9b\x4c\xd9\xf8\x69\xe6\xd2\xaf\xb6\xef\x4e\x4c\x4b\ \xcd\x32\x04\x36\x35\xaf\x26\x4c\x84\x64\xbf\xca\xdf\xd4\x3d\x3a\ \xa7\x41\x36\xc5\x32\xbd\x3e\x0b\x39\x14\x95\x31\x5e\xb1\xed\xe3\ \xef\x4d\xe9\x7f\x76\xfa\xf8\x39\x1b\xaf\xc9\x0a\x05\xc1\x35\x9f\ \x47\x07\x46\xb1\x6a\x53\x54\x8c\xfc\x9a\x29\x0f\x27\x36\x9b\x44\ \xfd\x37\x0a\x81\xf0\x69\x1e\xa0\x36\x1b\xa5\x02\x38\x17\xa4\x7c\ \xad\x1a\x35\x5a\xf7\x1e\x39\xa4\xfa\xd4\xc7\x86\x1f\x2d\xa2\x32\ \x08\x7b\x64\xf9\x8a\x35\xaa\x74\x7f\x79\x5c\x95\xc4\xb9\x6f\x4d\ \x5c\x8b\xec\x41\xff\x19\x4c\x1d\x88\xa9\x03\xb8\x3b\xe3\x0a\xc1\ \x88\x2d\xa2\x7a\xcd\xba\x75\x6b\x96\xcb\xbe\x78\x3a\xbd\xc8\xa2\ \xf7\xd1\xf7\x58\x70\x0e\x88\xaa\xb2\x42\xee\x94\x1d\x22\x44\x25\ \x45\x95\xd4\xb2\xa2\x6c\x84\x25\x49\x51\x24\x55\x95\x14\x8a\x91\ \xff\x20\x2a\xd9\x54\x59\x55\x24\xd9\x2f\xcc\x43\x98\xc8\x92\xaa\ \x4a\xaa\x74\x6f\xbb\x56\x44\xca\xf6\x51\xa4\x5b\x21\xff\xad\x2d\ \xb2\x24\xa1\x3b\x2e\xa4\x48\xca\x9d\xf5\xe0\x84\xca\x8a\xa4\x2a\ \xd2\x6f\x36\xbe\x98\x50\xff\x16\x84\x00\x61\x2a\x4b\x14\x81\xff\ \x1f\x12\x42\xfe\xbf\x5f\x56\x24\x55\xa5\x0a\xf5\xaf\xe6\xdd\x31\ \x28\x59\xa2\xb7\xc6\x8a\xfc\x67\xf6\x1f\xfe\xe7\x1d\x08\x95\xfd\ \x7f\x06\x21\xb2\x7c\x77\x79\x37\xa2\x92\x7c\xa7\x2e\x1e\x13\x49\ \xbe\x15\x0e\x23\x4c\xe4\xdf\x46\x2a\xc9\xb4\xec\x03\x86\x30\x95\ \xa9\x74\xe7\x25\x4c\x9d\x57\x69\xd5\x69\xc0\xd0\x6e\xb4\xf4\xea\ \x81\x6d\x07\xd2\x72\xdd\xf8\xcf\x97\x13\x20\x88\x1c\x53\x3e\xa1\ \x51\xcb\x7a\x52\xfe\x95\xf3\x57\x0b\xf1\x9f\x52\xe7\xb7\x7f\x05\ \x45\x92\xef\xf5\x9d\x46\x18\x5b\xce\xfc\x9b\x37\x8d\xe6\xbd\xba\ \x55\xa2\xae\x0b\x67\xae\x68\x82\x4a\xf2\xad\x3b\x8c\x6e\x8d\x82\ \x12\x00\xc0\x58\x92\x29\x45\x08\xb8\xc0\x51\x95\x2a\xe6\xec\x59\ \xbd\x7e\xc7\x55\xaa\xc8\xbf\xbb\x5d\xf4\xb7\xfb\x49\xa9\xfc\xfb\ \x2e\x01\x88\x52\x99\xde\xfa\xd9\x18\x97\x9b\x3d\xf5\x6c\xaf\x96\ \xa1\x3b\xe7\xcc\xd9\x7b\xae\x90\x4a\x84\x99\x56\x54\xad\x66\x4f\ \xbe\xf2\x58\x24\xcf\x38\xb4\x7d\xdf\xb5\xe4\x42\x44\x69\x20\xa6\ \x0e\xe0\x3f\x9a\xaa\x01\xdc\xbe\xec\x02\xa1\x21\x50\x22\xe5\xd8\ \x60\x09\xdd\x8f\xf2\x0e\x53\x89\x20\xe6\xaf\x97\xba\xdf\xe8\x1d\ \x90\x2d\xc8\x01\x86\xd7\xa7\x73\xf4\x3f\xf0\x56\x09\x6e\x31\x41\ \xe8\xdf\x6a\xb7\x8f\x89\x44\xb1\x65\xdc\x5d\x8c\x23\x38\x63\x02\ \xd1\x7f\xb2\xff\x08\x67\x96\x40\xe4\x2f\xe7\x2b\x08\xb8\xe9\xd5\ \xbd\x86\xe0\xaa\x1c\x62\xa3\xf8\x1f\xfe\x0e\x08\x81\x69\xf8\xbc\ \xa6\x2e\x00\xa9\x72\x90\x4a\xe9\xbd\xd4\xe4\x25\x66\xb1\x1b\x74\ \x0a\x21\x11\x52\xa8\x22\x51\x7f\xa7\x2c\xaf\x65\x08\x20\xaa\xec\ \x90\x91\xe5\xd1\x3d\x0c\x24\xbb\xe2\x90\x28\xf2\xb7\xd2\xf2\x69\ \x6e\x8d\x5b\x08\x49\x0e\x35\xa8\xac\xc3\x22\x80\x61\x78\x7d\x96\ \x81\x89\xea\x50\x6c\xf7\x93\x25\x47\x00\xa6\xa1\x59\x40\x95\x7f\ \xa1\xa9\x08\x02\xa1\xf9\xdc\x9a\xe0\x12\xb6\xdb\x6d\x32\x08\x81\ \x00\x59\x4c\xf3\xea\x3e\x0e\x20\x4b\x0e\x9b\x24\xff\xc7\xa4\xad\ \x03\x31\x75\x00\xf7\xc8\x53\x5b\xa2\x76\x8f\xa7\x87\x3f\x3b\xf0\ \xc1\x36\x0d\xf5\xb4\x2b\x59\x25\xfc\x1f\x65\x3f\xb8\xa1\xe1\x07\ \xdf\x1d\xdb\xa5\x52\xfe\xe1\x63\x39\xf7\xd3\xa1\xc9\x4f\x6f\x26\ \x2e\xf7\xf2\xdc\x89\x95\x9d\x27\x8f\x5f\x72\xca\xd2\x7f\xf7\xda\ \xbd\x00\xaa\x86\x45\x86\x08\x4d\x63\xf0\xcf\x7d\x17\x2c\xdd\x88\ \x6d\xfb\xe4\x5b\xc3\x9a\x9e\xdf\x77\xd4\xc5\xa5\x3f\xdc\x0c\x21\ \x84\x14\x14\x12\xea\x90\x0c\xcd\xb8\xff\x13\x0b\x01\xb6\xb0\x70\ \x07\x15\x86\x61\xdd\xf3\x28\xc1\xb8\x12\xdd\x75\xf0\xd3\xfd\xfb\ \x77\xa5\x19\x57\x53\x0b\x7c\xf7\x53\x2c\x8c\x89\xa4\x48\xaa\x2a\ \xa9\xf4\xde\x3b\x73\x2e\xca\xd7\xeb\x32\xf4\x85\xe7\x1f\xea\xd4\ \x54\x72\xe7\x67\x66\x97\x58\x16\x8f\x6e\xd4\x71\xd0\x88\x81\x9d\ \x3a\xd4\x17\x39\x69\x4e\x47\xd5\x27\x47\xbf\xd2\xb1\x41\x64\x4e\ \x52\x4a\xa9\x97\x61\x2c\x4c\xd3\xd6\x71\xc8\xe0\x01\x03\x7b\x37\ \xa8\x13\x9b\x7b\xe9\xba\xcb\x02\xff\x7d\x20\x44\x52\xfc\xe1\xf0\ \x3f\xf1\xd5\xa3\xf4\xbe\x12\x6a\x7f\xc5\xd5\xb7\xe6\x6a\xbf\xcd\ \x18\x30\xa6\xca\xad\xd9\xd8\x7f\xd2\xfb\x18\xa8\xa7\x0e\xe0\xee\ \xf4\x60\x31\xda\x7c\xd8\xb0\x96\xf5\x48\x72\x62\x86\x47\x87\xfb\ \x79\xa5\x18\x27\x95\x1a\xd7\xae\x1c\x03\x45\x50\xe4\xd2\xfc\xba\ \x70\x24\x98\xe1\xf6\x96\x94\x78\x4b\xdc\x9a\x5e\x56\x45\x2b\xb8\ \xa1\x79\x9c\xde\x92\x12\x6f\xa9\x66\x5a\x80\xe5\xe8\x2a\x31\x21\ \x36\x2c\x80\x79\x7d\x4e\x9f\xc1\x10\x70\xaf\xd7\x6d\x58\x80\x81\ \xfb\x34\xb7\x66\x71\x04\x42\xf7\xba\x4a\xbd\x25\xa5\x5e\xe7\xbd\ \x64\xcd\x08\xc0\x34\xbc\xa5\xde\xe2\x52\xaf\x53\x37\x98\xff\xd2\ \x1e\xaf\x97\x09\x04\xdc\x74\xfb\x3c\x96\x40\x4c\x2f\x15\x95\xba\ \xbd\xff\xc9\x4b\x41\xde\x9c\x7c\xaf\xcb\x62\x80\x10\x58\x86\xe6\ \xf4\x96\x38\xbd\x9e\xdf\x04\x3d\x7f\x8a\xdd\x0c\xcd\x53\xcc\x0a\ \x21\xa8\x42\xe3\xba\x55\x24\xb0\x04\x08\x53\xf7\x3a\xbd\xc5\xfe\ \xa3\x10\x02\xa7\xcf\x55\xeb\xb1\x37\x5f\x1b\xd2\xca\xe5\xcb\x2c\ \xf1\x6a\x42\x20\xff\x51\xa5\xde\x62\x97\xd7\xcb\xb8\xbf\xd2\xc3\ \x7f\x54\x49\x89\xb7\xc4\x6b\x58\x48\x58\x45\x3e\xfe\xe0\x1b\x93\ \x9e\x6c\x1f\x9b\xef\xcb\x71\x6b\xe6\xdd\xca\x41\x84\xe9\x33\xea\ \x0c\x7e\xf9\xe5\x61\xcd\xf3\xae\xdf\x28\xf1\x31\x8c\xb1\x60\x96\ \xd7\x5b\x5a\xea\x2d\xd5\x0c\x0b\x00\x01\xf0\x5b\x37\xa7\x54\x33\ \xef\x29\xcc\xe3\xa6\xe1\xf6\x96\x94\x7a\x5d\x86\xc5\x11\x42\xdc\ \x74\xbb\xe4\x1a\x63\x66\xbd\xd7\x20\xc4\x9d\x57\x6a\xaa\xc1\x41\ \xc2\x28\xf5\x85\x34\x7c\x7f\xd6\xdb\xd5\xa4\xe2\x7c\x17\xb7\x85\ \x04\x71\xaf\x33\xed\x6a\x46\x95\x3e\x2f\x8f\x1e\xde\x91\x18\x9a\ \x10\x80\x30\x2f\xcd\x4c\x4b\x2d\x08\x7e\x64\xf8\x88\x5a\x11\xc4\ \xe2\x01\xcb\x82\xff\x21\x04\xaa\xf4\x02\xb8\x57\xbc\x82\x89\xb7\ \xe0\xf2\xc1\xcd\x2b\x37\x9d\x09\x53\x43\x25\x72\xab\x41\x9c\x10\ \x00\xbf\xd7\x27\xdf\xda\x82\x80\xfb\x7c\xa8\x52\x87\x81\xef\x7f\ \xd8\xdd\x79\x79\xdf\xd6\x1f\x4e\x7a\x2d\x1c\x1c\xdf\xf0\xc9\x21\ \x0f\xc5\x38\xc4\xcd\x23\x3f\xff\xb4\xf3\xbc\xc1\x91\xc9\xa4\xba\ \x3d\x06\x74\xea\x50\xd3\xc6\xbd\xa7\x36\xad\xd9\x7d\xd1\x62\x16\ \x30\x43\xf3\x42\xd0\x13\x2f\xbc\x80\x2e\xfc\xf4\xcb\x39\xa3\xd7\ \xf3\x7d\x32\xf7\xfe\x74\x2e\x23\xb8\xdb\xc0\xc7\xb5\x33\x3b\x7f\ \x4d\xb1\x9a\xf5\x7f\xa2\x6d\x93\xca\xc4\x28\x38\xbc\x76\xd3\x89\ \x2b\x45\x8a\x2a\xdd\xba\xb4\xdf\x11\x4c\x18\x16\xa9\xd5\xf9\xf1\ \x07\xbb\xd7\xa7\x9e\xfc\xc3\xeb\x37\x1c\xbd\x58\x10\x56\xad\x41\ \xef\x8e\xb1\x87\x37\xfc\x5c\x24\xd7\x18\x30\xb0\xde\x99\x4d\x9b\ \x4b\x2a\xb6\x79\xe6\xfd\x21\xad\xda\x86\xbd\x32\xed\xf3\x82\xbc\ \xcc\x9d\x2b\xd6\x5e\xce\x34\xe2\x9b\x76\xea\xf3\xc4\x03\x34\x37\ \x71\xdb\xf2\x1f\x32\x5c\xb8\x6c\x3a\xfe\xdb\x30\xb9\xa6\x41\xed\ \xee\xfd\xbb\xb4\x4f\x08\xab\xd8\x8c\x1b\x17\x04\x80\xae\x59\xb5\ \x3a\xf7\xed\xf9\x50\x53\x9e\x79\x7e\xeb\x8a\x1f\x6f\x16\xe2\x26\ \xbd\x9f\x1a\xf2\xfc\x43\x0d\x50\xa5\x77\x43\x1b\x96\x5e\xf9\x75\ \xdd\xfa\x83\xc5\x9a\xdc\xe0\xe1\x41\xdd\x3a\xd4\x72\x5f\x3b\xb6\ \x65\xf5\xde\x62\x03\x31\x93\x57\x6e\xdb\xab\x47\x8f\x46\x21\x32\ \xbf\xb2\x73\xd3\x8f\x7b\x33\xba\x3d\x3f\xfc\x89\x47\x1f\x50\xeb\ \x7b\xa5\x16\x8f\x66\x1f\xde\xba\xe9\xe7\x2b\x88\x4a\x7f\x8c\xa8\ \x81\xc4\x25\x94\xcb\xda\xbb\x76\xc1\xe2\x6d\x76\x25\x94\x0a\x13\ \x82\xe2\xfb\xbe\xf4\x44\xed\x18\x7e\x72\xe3\xfa\x03\xa7\xb2\xa8\ \x3d\xb4\xc9\x63\x8f\xb5\x6d\x5a\x55\x11\xae\x63\x1b\x37\xfc\x7a\ \x31\x5f\xfa\x53\xa5\x07\x33\x0c\x35\xbe\xde\xe3\x4f\xf7\x8a\x25\ \x85\xbb\x57\xac\x3b\x73\xa3\xb4\x5c\xd5\x86\x43\xde\x9f\xf0\x40\ \xd5\xf0\xbd\xc7\x6c\x76\xb3\xf4\xda\xf1\x8b\xf6\x1a\x6d\x5f\xf8\ \x60\x42\xf3\x58\xc7\x0e\x12\xa4\x7a\xd2\x53\xae\xdc\x74\x7b\x61\ \xfb\xf2\x39\x7a\x48\xad\x37\x1b\xc5\xca\x98\xeb\x80\x29\x31\xce\ \xed\xdc\x76\xf4\xb8\xb7\xd3\x43\xd5\x80\xa0\x40\x37\xd4\x40\x4c\ \x1d\xc0\xbf\x05\x5b\x53\x45\xb5\x83\x4a\xca\xda\x81\x0a\xc3\xe7\ \x71\xf9\xdc\x1e\x5d\xe3\x65\x54\x2d\x0c\x9f\xdb\xe5\x73\x7b\x0d\ \xdd\xdf\x11\x89\x63\x39\x2c\x26\x4a\x30\xfa\xd0\x84\xcf\x5f\x7f\ \xb6\x39\x37\x75\x04\xdc\x93\x93\x7a\x2d\xc9\xdb\xf3\xa3\xc9\x83\ \xbb\x56\xf5\x68\x7a\xbb\x91\x1f\x4c\x9b\x3c\x38\x8c\x7b\xbd\x26\ \xb1\xf9\xe7\xad\xdc\xd4\x51\xe8\xa3\xef\x7f\xf6\x7c\xef\x4a\x05\ \xd9\x85\xdc\x56\xbe\xff\xdb\x83\x1a\x57\x22\x2e\x33\xb4\xcf\xd0\ \x11\x5d\x6b\x38\x0c\x5b\x85\x21\x93\x47\xd6\x0c\xf7\x9a\x91\xcd\ \xc7\x2d\x9b\xd6\xb9\xa6\x4d\x67\x42\x58\x86\xd7\xe7\x76\xf9\x3c\ \x3a\xe3\x65\x99\x57\xe6\xcb\xbe\x9a\x58\x68\x6f\xf4\xd6\xac\x71\ \xb5\x6d\xba\x54\xb9\xd1\xf0\x31\x0f\x47\x29\x9a\x08\xa9\xfd\xdc\ \x8b\x4f\xd7\x0e\x17\x5e\xb7\x33\x37\x33\xdf\xa7\xb9\x72\x53\x53\ \x33\xd2\x73\xdd\x2e\x2d\xa2\xe9\xc3\x1f\x2f\x78\xaf\xaa\xec\x8d\ \xee\xfc\xcc\x67\x5f\xbf\x1a\x27\xe9\x26\x07\x4b\xf7\xb9\x7d\x6e\ \xb7\xe6\x65\x42\x98\x5e\x23\xa1\xcf\xf0\x89\xd3\x87\x85\x09\xdd\ \x11\x1b\xa3\x22\x61\xf8\xf4\x84\x3e\xc3\xc7\x8e\x79\xd8\x75\xfd\ \xaa\xbd\x65\xff\x09\x1f\x0e\x8e\xc0\x5a\x69\x5e\x7e\x41\x41\xa9\ \xb7\xb4\x20\xf3\x46\x6a\x76\x6e\x89\xae\xf1\x26\xcf\x8d\x7e\x63\ \x58\xab\xec\xcb\x37\x2a\xf4\x7e\xf1\xdd\x37\xba\x63\xdd\x59\xab\ \xff\xa8\xaf\x66\xbf\x5e\xd1\x6e\xb9\x7c\x42\x95\x64\x8c\x78\x71\ \x76\x6e\xb1\xd3\xed\x2a\xc8\xc9\xb8\x91\x9a\x5f\xec\x05\x84\xef\ \x12\xce\x83\xcf\x62\x08\x23\x6a\x03\x1b\xc5\xc2\xa4\xe5\x9e\xfd\ \xfa\xab\xa7\xba\xc4\x78\x49\xc5\xd7\x16\x7c\xd9\xbb\x49\xa8\x26\ \xc7\x0e\x99\xfc\x5a\xbd\x68\x4d\x2f\xd7\xec\x9d\x05\x9f\x34\x89\ \xa1\xe6\xef\x27\x07\xdc\x32\x48\x74\xbd\xb7\x97\x4e\xef\x90\x80\ \x45\x85\xb6\x1f\x2c\x9c\xd4\xac\x3c\xf1\x7a\xdc\xb9\x19\xf9\x1e\ \xcd\x5b\x9c\x93\x57\x58\x58\xcc\x10\x61\x3e\x57\x6e\x66\x81\x57\ \xf3\x14\xe5\xe4\x15\x15\x97\x32\xc0\x98\x50\x1b\xd8\x08\x15\x0c\ \x59\x3e\xee\xe3\x80\x00\x90\x24\xab\x76\xbb\x4a\x30\x88\x40\x3c\ \x1d\x88\xa9\x03\xf8\x77\xcc\x87\x70\xa9\xcd\x2b\xef\xf6\x6a\x16\ \x9d\x77\xe9\xf8\x9a\xd9\x1b\x0a\x38\x05\x62\xef\xf8\xe6\x5b\x0f\ \x36\x08\xcb\x3c\x75\x68\xcd\xfc\x2d\x1e\x08\x52\x90\x7e\x76\xcd\ \xec\x29\x9f\xed\x6e\x93\x43\xa6\x0c\x7b\x38\xe6\xfb\x23\x85\x25\ \x45\x4e\xcb\x51\x39\x5a\x62\x46\x58\xf3\x5a\x51\x68\x8f\xf4\xdc\ \x73\x8d\x7e\x1a\xf7\xfc\xb4\x6d\xe9\x2a\xa2\x54\xa2\x54\x2a\xef\ \x43\xe1\x03\xa7\xce\x4d\xdd\xbd\xee\xcd\x81\xb3\x32\xbd\x54\x8d\ \x46\xde\x52\x6e\x98\x02\x03\xf3\x71\xdd\xc7\x04\xa6\x8a\xe2\xcb\ \xd8\xba\xe0\xdb\x25\xa7\xc0\xda\xb2\xe6\xb1\x21\xad\x7e\x79\x6f\ \xbb\xda\xa8\xcb\xb0\xe7\x1e\x89\x77\x78\xf6\xcd\x5b\xbc\xf7\x4c\ \x06\x42\xbc\x20\xaf\x54\x6e\x51\xdd\xc6\xbd\x11\xe5\xea\xd6\x89\ \x93\xf7\xe8\xc2\xed\xe4\x8c\x03\x08\xcb\xcd\x4d\x8e\xa9\x3b\xeb\ \xf2\x8e\xf5\xc7\xfa\x35\x6e\xf0\xd3\x9c\x85\x89\x96\x03\x83\xfa\ \xf8\x63\x83\x43\x8f\xad\x78\x79\xcc\x4c\x33\xba\xeb\xc2\x43\x13\ \xdb\xb7\x5c\xb1\x74\x6f\x6e\x83\xc7\x9f\x7f\xf2\xa1\xfa\x56\x41\ \xd2\x86\xe9\x0b\xce\x69\xe1\xdd\x1f\x7d\xa4\xe0\xfb\x29\xe3\x3e\ \xdf\xd0\xa0\x9f\xa3\xc1\xf3\x8a\x81\xa3\xfa\xf6\x7f\x3c\x21\xe8\ \xea\x99\xc8\x08\xc4\x58\x83\xfe\x6d\xaa\x4c\x5f\x75\xf8\xf8\x9e\ \x83\x87\x9f\xa9\x10\xf1\xeb\x9a\x85\x0b\x2c\x70\x70\x7b\xad\xfe\ \x03\x7b\x47\x69\x07\x43\xa2\xc2\xb9\xc0\x2d\x06\x36\x0f\xfe\xf2\ \xf4\x53\x2f\x76\xbf\x32\xf7\xdd\xb7\xbf\x39\x29\x83\x44\x65\x59\ \x52\xf8\x99\xed\x3b\x4f\x3f\xf9\x4c\xf9\x7d\x3b\x97\x2f\x39\x6c\ \x93\x42\x65\x89\xfc\x31\xf5\x61\xe2\x16\x43\xde\x7f\xf1\xc1\xa8\ \x2d\x63\x13\x05\x21\x60\xe9\x21\x0d\x7b\xf6\xa9\x61\x7e\xfe\xe8\ \x5b\xdb\xb2\x68\x7e\xd4\xca\x47\x86\x77\xd8\xf6\xee\x0d\x49\xcf\ \xdc\x35\xff\xeb\x79\x27\x2a\x26\xec\x9e\xdf\xbe\x5e\xe4\xb1\xdd\ \xf9\x77\x56\xd4\x59\x26\xab\xd5\x61\x40\x2b\xf3\xcc\xf0\x97\xde\ \xbf\x64\x56\x9e\xbc\x7f\x69\xbf\x01\x0d\x4f\x7c\x7d\x70\xfb\x9a\ \x83\xfd\x3b\x05\xfd\xbc\x60\xf1\x71\x97\x12\x6c\x57\x21\xfb\xca\ \x8e\x75\xbf\x3e\xd6\xbc\xd9\xf6\xd9\x0b\x2f\x9a\x8e\x60\x9b\x42\ \x31\x20\xcc\x13\x0f\x1f\xd3\x9f\x19\xf6\xe6\xa8\xdc\x45\xf3\x7f\ \x76\x82\x1c\x08\xee\x02\x4c\x1d\xc0\xbf\x77\x80\x0d\xc2\x95\x95\ \x71\x33\xc4\x53\x9c\x59\x60\x01\x46\x80\x00\xb8\x33\x23\x3d\x55\ \x2d\x2e\xc8\x2e\x64\xa8\xac\x1b\x1b\x60\x2c\x01\x77\x96\xb8\x74\ \x29\x4e\x88\xe0\x41\x33\x3e\xef\x1e\x7a\x7d\xf5\x9a\x4b\xc5\x6e\ \x5f\x08\x46\x44\x09\x52\x7d\x2c\x37\xbd\x40\x80\x44\x09\xf2\x07\ \x66\x48\x00\x17\x4c\x8d\xab\x18\x13\x66\xcf\xf2\xea\x42\x70\x90\ \x10\x17\x96\x09\x16\xe7\x65\xda\x69\xc1\x04\xc2\x14\x43\x71\x46\ \xbe\xd6\x20\x34\x94\x00\xe2\x1e\x57\x76\x72\x8a\x65\xf3\x95\x78\ \x0c\x6e\x99\xc1\xb5\xbb\x4c\xfc\xfe\xdd\x9c\x1f\x56\x9c\x4c\xc9\ \xf6\xf1\x5a\x88\x20\x2e\x38\x92\x11\xb3\x4c\xcb\xb0\x84\x10\x00\ \x02\x01\x51\x6c\x0a\x46\x98\x50\x4a\x18\xe6\x82\xd8\x1c\x36\x57\ \x5e\x91\x09\xc4\xf2\x16\xe7\x6b\xb2\xe2\x50\x10\x80\x56\x98\x9b\ \x96\x64\x67\xa5\xd9\x1a\x13\x88\x48\xb2\x42\x5d\xc5\x4e\x0e\x04\ \x23\x04\x82\x03\x55\x83\xed\xb6\x9c\x2b\x57\x6e\xdc\xc8\x50\xd3\ \x37\x8c\x5b\x91\x9a\xe6\xc4\x2a\xa8\x8a\x22\x63\x84\x29\x50\x0e\ \x42\xc8\xf6\x20\x09\xa7\x9f\xba\x9c\x7a\xb3\x34\x3b\x6d\xd1\xbe\ \xec\xcb\xa5\x38\x24\x58\xd0\x8c\x94\x1c\x0b\xa8\x43\x22\x42\x08\ \x10\x48\xa2\x8a\x2c\x51\xff\x51\x77\xcb\x24\x20\x84\x58\x71\x7a\ \x5a\x91\xd6\xde\xae\xca\x7e\x43\x01\xc9\x11\x0c\x5e\x77\x49\xa9\ \x45\x81\xe7\x17\xfa\x44\x4c\x08\x01\xce\x39\x92\x54\xbb\x0a\xa6\ \xcf\xf2\x11\x99\xf8\x53\x37\xdc\xf2\xb9\x0d\xcb\xae\x06\x01\x02\ \xc5\x11\xac\x17\xe7\xb8\x4d\x84\xc1\x95\x5b\xca\xab\x05\x3b\x08\ \x60\x45\x95\x31\x26\xb2\xcd\xae\x1a\x12\x06\xe0\x98\x28\xaa\x84\ \x30\x51\xec\x76\x55\x53\xca\x7e\x4e\x2e\xe4\xa0\x20\x89\xb9\xb3\ \x6e\xe6\x18\x80\x03\xe9\x8e\x00\x53\x07\xf0\xef\x4e\xd4\x04\xb3\ \xc4\x1f\x56\x9f\xdb\xc4\x31\xa1\xb2\x22\x11\x0c\x20\x8c\x73\x1b\ \x96\x9d\x64\x02\x53\x2a\xcb\x12\x01\x40\x32\x8d\xa8\x9c\x50\xa7\ \x4e\xcf\xe7\x5e\xee\xed\xdc\xf7\x55\x8e\xa1\xd6\xa8\x1d\x56\xf2\ \xf3\xe1\xdd\x3f\x5d\xac\xd8\x6b\x50\x4b\x55\xb5\x8a\x4f\xed\x4f\ \x65\x83\x27\xbd\x9b\xf1\xc9\x86\x12\xb0\x61\x67\xda\xe5\x34\x12\ \xa4\x3a\xd7\xbd\x35\x26\xb1\xce\xe8\x49\x1b\x66\x7c\xd4\xff\xad\ \xa3\x39\x39\xc9\xc5\xe5\x3a\x3d\xde\xf7\x68\x71\x4e\x74\x58\x88\ \x5b\x08\xc1\x2d\xe6\x88\xa9\xdf\xaa\x45\x2b\xa5\x5c\xff\x76\xb1\ \x67\xc6\x9d\xe1\xd8\x6e\xa4\x5f\xde\x3c\xeb\x2c\x17\x48\x52\x14\ \x8c\xb1\x2d\x22\x3a\x21\xda\xb3\xf3\xe7\xdd\x07\xf3\xea\x0e\x7e\ \xae\xbd\x22\xe1\x92\xac\x8c\xe2\xe0\x57\x1e\xea\xdb\x49\xe4\x54\ \x09\x97\x15\x04\x02\x10\xd1\x8a\x72\xd5\xd8\x5e\x6d\xbb\xb5\xa2\ \xd9\x56\xfe\xd5\xcb\xa7\x0f\x1f\x1e\xf2\xe1\x53\x7d\xf6\x24\xfb\ \x9a\x3d\xdb\xd8\x4a\x59\x7f\x36\x5b\x92\xd4\xec\xc3\x3b\x96\xec\ \x63\x80\x89\xac\x48\xaa\x55\x78\xe2\xc4\xd9\x0f\x46\xbc\xd8\xfb\ \x6c\x89\x5c\xad\x82\x1d\x17\x49\x7a\xf6\xf1\x33\xe7\x3b\x77\xaf\ \xa1\x2d\xd8\x99\x6c\xa8\xe0\x2a\xf4\x7a\x4c\x0c\xdc\x99\x5f\x54\ \xa5\x73\x8b\x66\xcd\xcf\x79\x98\xef\xca\x85\xa4\x23\x97\x53\x07\ \xd6\xad\x52\xb8\x72\xb9\x8b\x06\x19\x79\xc5\xa6\xd3\xb9\xf7\x6c\ \xc6\xab\xef\x8f\x3b\xe7\x5a\x90\xee\xa1\xaa\x59\x70\xfd\x5a\x26\ \x58\x5a\x69\xb1\xaf\x73\xe7\x36\x8d\xce\xe8\x88\x95\x24\x25\xe5\ \x89\xdf\x27\x40\x08\x45\x29\x7b\x56\xad\xdb\xd7\xf9\x91\x36\xd5\ \xf0\x8f\x49\x88\xca\x25\x57\x0e\xde\x08\x7a\xe2\xa9\x57\x1e\x31\ \x0e\x49\x83\x1f\x4a\xb8\xf6\xd9\x14\x8d\xd8\x14\x15\x61\x02\x02\ \xb0\x8c\x30\x45\x20\x00\x98\x65\x44\xd4\xef\x3e\xac\x7b\xd4\xae\ \xa5\x9b\x6e\x64\x43\xda\xe9\xbd\xbe\x77\x46\x0d\x1c\xf8\xcb\x61\ \x5f\xb3\x87\x6b\xa2\xd5\x9f\x5d\x12\x20\x21\x44\x64\x74\x5b\x9f\ \x04\x20\x00\x30\x55\x90\x7c\x87\x67\x8d\x30\x80\x54\x6f\x54\x1f\ \x4e\xef\xd8\xf0\xc3\x51\x66\x0b\x0f\xd8\x9e\xff\x6f\x21\x50\xa5\ \x17\xc0\xdd\x61\x31\xd2\xb8\x5f\x9f\xd0\x8c\xc3\x7b\x8f\x67\xcb\ \xb7\xda\x09\x63\x4a\x25\x49\xa2\x77\x14\x23\x97\x6d\x21\x04\x01\ \x70\xc6\x95\x72\x55\x5b\x74\xee\xd1\xa5\x57\x4b\x76\x76\xeb\x8c\ \xc9\x1b\x8b\x7d\xde\x1b\x37\xb4\xc6\x4f\x0c\x7a\xec\xc9\x07\xab\ \x46\xf3\xc3\x1b\xb7\x9d\xbb\x96\x71\xf9\xd7\xcb\x8e\x86\x5d\x1f\ \x1d\xdc\xb3\x7d\xe7\x66\x24\xef\xfc\xf1\xf3\xa5\x75\xda\x36\x2c\ \x3e\xf9\xcb\x9a\x65\x3b\x95\xc6\x3d\x3a\xd4\x62\x47\xf6\x9c\xb8\ \x71\xb5\xa4\x79\xff\xa7\x1e\x79\xb4\x15\x75\xdd\xd8\xb1\xfa\xc7\ \x54\x5f\x68\xf7\xe1\x03\x1a\xd4\xa8\xde\xbc\x7d\xc3\xa4\xb5\xdf\ \xcd\x5d\x76\x52\xc8\x12\xc6\x98\x4a\x92\x24\x51\x8c\x11\xc2\xc8\ \x93\x97\x95\xc5\x2a\x3f\x32\xe2\xa9\x9e\xbd\x5b\x98\x99\x97\x77\ \x6d\xdd\x9f\x96\x9e\x9d\x5d\x60\x7b\x78\xf8\xe0\x2e\x9d\x6b\xe4\ \x5f\x3c\xb2\xeb\xc7\x5f\x4b\x2c\xc9\x2c\x4e\x77\x86\xd5\x7c\x6c\ \xf8\x93\xcd\x6b\x3a\xae\x1d\x3f\x7e\xf6\xd7\x33\x79\x6a\xcd\x81\ \xaf\x3e\xd3\x38\xce\xb7\x74\xdc\xe7\x07\x13\x5d\xb2\x4c\x30\x21\ \xd4\x3f\x4c\x84\x28\x11\x69\x67\x4e\x3b\xcb\x35\x19\xf4\xe2\x80\ \xc6\xf5\x43\x2f\xfd\xb2\xfd\xd0\xb1\x2b\x57\x4e\x9e\xf5\xc5\xb5\ \x7c\xea\xc5\x01\x9d\x1e\x6a\x21\xe5\x5c\x3b\x7f\x31\x03\x08\x2a\ \xcc\xce\x0c\x6d\xf5\xd0\x63\x83\x7a\x54\x54\xf2\x4f\x1c\x39\x7b\ \xf6\xf0\x39\xb9\xfe\x83\x83\x87\x3d\xda\xe1\xc1\x86\xda\xb5\x0b\ \x57\x6f\x64\x5f\x3f\x7e\x56\x8b\x6d\xfe\xf8\xd0\x3e\x1d\x1e\x6c\ \x13\x61\x24\x1f\x3d\x7e\x13\x81\x99\x95\x5d\x54\xb3\xf7\x13\xfd\ \xfa\x3d\x60\x2b\x49\x3c\x7a\x32\x1d\xfd\xb1\xb6\x4c\x08\x13\xd7\ \xe8\xf1\x70\x82\x95\xb8\x7d\xcf\x0d\x2a\x2b\xdc\x95\x75\xfe\x62\ \x51\xab\x67\x9e\xeb\xd7\xbb\xd1\xb5\x35\xb3\x67\x2f\xfe\x95\x3b\ \xca\xd5\x6f\x5e\x2d\x79\xef\xde\xeb\x59\xb4\x41\xbb\x06\x05\xa7\ \xf6\x9f\xcf\xf0\x81\xa9\x57\x7c\xe8\xe5\x19\xb3\x9e\x4d\xfa\xf9\ \xc7\x8b\x37\x4a\xf4\x82\x94\xcb\x99\x72\xaf\x17\x9f\xeb\xd6\xa6\ \xfc\x2f\x33\xa6\xae\xfd\x39\x85\x4a\x98\x84\x54\xa8\x5f\xd7\x71\ \x7a\xe7\xfe\x7c\x13\x13\x04\x20\x98\x14\x5e\xa5\x6e\x75\x7a\x7c\ \xc7\xc1\x12\x5e\xf6\x1b\x1b\xa6\x59\xa9\x79\x97\x96\xb1\xa5\x3b\ \xb6\x9f\x65\x44\xf6\xb7\xec\x60\xf6\x2a\xbd\x1e\x6f\x91\xb8\x75\ \x6b\xaa\x93\x93\x40\x9c\xfd\x3f\x13\x28\x05\x94\x2f\x01\xdc\x35\ \x2b\xad\x19\xd2\x90\x95\xcb\x6a\x5e\xfc\x66\xea\x57\x27\xb9\xd0\ \xff\xa2\xde\xf7\xce\xfc\x88\xa5\xe9\x0c\x10\xc1\x88\x59\x8c\xc8\ \x8a\x44\x91\xa9\x19\x0c\x10\xa5\x98\x99\x26\x50\x49\x91\x28\x33\ \x75\xc3\xe4\x84\x52\x04\x02\x61\x4a\x08\x98\x9a\x81\x24\x99\x62\ \x6e\x68\x26\x96\x15\x89\x22\x4b\xd7\x4d\x8e\x29\x05\x66\x32\x44\ \xb0\x1c\xdb\xec\xbb\x5f\xc6\x6e\x7b\xee\xf9\x95\x47\x4a\x6d\x98\ \x50\x45\xb9\x8b\x70\x45\x70\x43\x33\x81\x12\x82\x84\x65\x71\xaa\ \x28\x14\x09\x43\xd3\x39\xa6\x04\x71\xc6\x84\xa4\x28\x7e\x45\xa4\ \xa1\x1b\x80\x29\xc6\x40\x08\x45\xc0\x0c\xcd\x04\x42\x11\x67\x02\ \x93\xbb\xba\xbb\x0a\x66\x19\x86\x85\x29\x05\xce\x38\x60\x59\x91\ \x81\x9b\x86\x6e\x21\x4a\xfd\xcd\x47\x09\xc1\xfe\xdd\x74\x83\x11\ \x3f\xbf\x53\x22\x98\xa9\x1b\x9c\x50\x82\x90\xbf\x5f\x0a\x16\x96\ \x61\x18\x0c\x11\x8a\xb1\x00\x44\xfc\x1a\x19\x66\x1a\x16\x03\x42\ \x30\xc2\x65\xe7\xf9\xc3\xc5\x0d\xaf\xd6\xf6\xa3\x6f\x5f\xa9\x77\ \x7d\xec\xab\x4b\x9d\x9a\x61\x98\xcc\xd2\x0d\x26\x10\xc1\xc0\x98\ \xa0\xaa\x42\x90\x30\x34\x83\xc8\x0a\x25\xc2\xd0\x0c\xa0\xb2\x84\ \x39\x23\x21\x0f\x0c\x7f\x6b\xcc\x73\xe5\x27\x3d\xf6\xea\xb1\x9b\ \x96\x22\x81\xa9\x1b\x02\x11\x0c\x9c\x09\x24\xab\x32\x02\x00\xce\ \x0c\x83\x51\x45\xfe\x8d\x6c\xb9\x65\x18\x5c\xf2\xff\x5f\x21\x10\ \x95\xb1\x1c\xdc\xef\xc3\xe9\xdd\xf5\x1f\x5e\x1e\xbb\x8c\xa9\x41\ \x00\xc8\x66\x27\xa4\x42\xb7\xe9\xdf\x0e\x59\x31\xf4\x99\x5f\xd2\ \x4d\x85\x04\x98\x3a\x10\x53\x07\xf0\xbf\x07\xc6\x44\xb9\x3a\xad\ \xbb\x75\xef\xd4\xae\x75\xf5\x82\x8b\xc7\x92\xf3\xee\x4b\x4d\x8e\ \x29\xa5\xd4\x1f\x93\x96\xf5\xa7\xc7\x94\x50\x4a\x30\xf6\x0b\x1d\ \x30\x00\x20\x4c\xa8\x44\x09\xc1\x98\x90\xb2\xbe\xa7\xfe\x66\xf6\ \x08\x93\xdb\x47\x11\x4a\x29\xc1\x98\x50\x89\x62\x10\x20\x87\xd6\ \x69\x5c\x39\x79\xff\xa1\x9b\xb9\x42\x55\xa5\xbb\x87\x71\x08\x11\ \xff\x69\x31\xa1\xd4\xef\x61\x82\x6e\x9d\x86\xd0\xdb\x1a\x65\x84\ \x08\xf5\xef\x86\x11\x02\xff\x45\x09\xc1\xfe\x8d\x77\x3f\x31\xc6\ \xf4\xd6\x3e\xfe\xf9\x04\x42\x65\x5b\x30\xc6\xb7\xdb\xf0\xdf\xde\ \x0d\xff\x61\x98\x65\x57\xba\x73\x0b\xb9\x7d\x14\x26\x84\x52\x82\ \xc9\x6f\xe7\xf9\xe3\xc5\x91\xc8\x4b\x2d\xac\xd2\xa1\x77\xff\x27\ \x3b\x1b\x17\x8f\x5d\xca\x74\xcb\xb2\xfc\xdb\x4d\xbe\x35\xcc\xdb\ \xff\x20\x18\x09\x6e\x41\x68\xc2\x03\x2d\xa3\xb7\xcf\x98\x75\xf4\ \xaa\x4b\x92\x09\xf2\x8f\x9a\x12\x7c\x6b\x08\x50\xf6\x07\xfd\xbe\ \xd4\xce\xbf\xc5\x3f\xa9\xd2\x8d\xd0\xfa\x6d\x46\xcd\x98\xd0\x2c\ \x38\x75\xc9\x37\xab\x6e\xe4\x9b\x94\x08\xc3\x70\xf4\x79\xe7\xcd\ \x17\x86\x77\x23\x5a\xea\x9e\xb5\xbf\xe4\xeb\x81\x52\xbd\x40\x4c\ \x1d\xc0\xff\xee\x93\x01\xe0\xf3\x15\x7b\x05\x10\x90\xec\xb2\x43\ \xbe\x0f\x6f\xf2\xbb\x33\xbe\x69\x8a\x5b\x44\xf2\x17\xe0\x8c\x01\ \xbe\xf7\x4c\x5a\x70\xdd\x67\x10\x45\x95\x28\xdc\x96\xcf\x98\x26\ \x23\x92\xf4\x4f\x4d\xbe\x85\xe0\x8c\x09\x4a\xff\x0b\xd4\x6b\xcc\ \xd4\x4d\x86\x94\x5b\x96\xd8\x77\x06\xe0\x96\x40\xd2\x7d\x5f\x42\ \x70\x26\xe0\x4e\x9a\x16\xa6\xae\x71\x2c\x2b\xb7\xeb\x40\x10\xe2\ \xba\xcf\x65\xf9\x04\x60\x19\xdb\x6d\xaa\x8c\x04\x33\x74\x1d\xa8\ \x22\xff\x55\x3b\x66\x6e\xea\x06\x47\x54\xfe\x17\xe4\xda\x20\xb8\ \x65\x31\x66\x31\x24\xc9\xb2\x54\x56\xaa\xc9\x99\xc5\x18\x63\x4c\ \x48\xaa\x7a\xdf\xf1\x34\xd7\x7d\x9a\x25\x38\xc6\xb2\xfa\xa7\x3b\ \x16\x40\x20\xa6\x0e\xe0\xef\x83\x73\x11\x55\xab\x59\xdb\x76\xad\ \xea\xd6\x8c\x37\x8a\x72\x4a\xbd\x1c\xff\xd3\x19\x49\x61\x9a\x52\ \xc7\x97\x86\x35\x89\xc8\xbb\x90\x58\xf2\x57\x5d\xde\x05\x60\x49\ \xa2\xe8\xde\x25\xba\x08\x51\xe9\x37\x5d\xb4\x60\x16\x0a\x4b\x18\ \x3c\xfa\x31\x2b\xe5\x62\x76\x31\x23\xf7\x47\x18\x96\xae\x87\xd6\ \xef\x3a\xfa\xfd\x6e\x49\x87\x4e\x39\x35\x84\xff\x85\x04\x2b\xe7\ \x3c\x38\xbe\x46\xcd\xaa\x21\xce\x82\x12\x26\x7e\x33\x95\x34\x75\ \xab\x72\xc7\xc7\x9f\xec\x18\x73\xf9\xec\x35\x13\xd1\x7f\x1c\x6e\ \x0a\xc0\x54\xa2\x04\x95\xf9\x17\x0a\xc1\x41\x8a\xaf\x5b\x3f\xc6\ \x6e\x94\x94\x6a\x65\xe7\x15\x8c\xcb\xa1\xf5\x5a\xb7\x6b\xd1\xbc\ \x5e\xb8\x8d\x17\xe7\x15\x99\xc4\x9e\xd0\xb0\x5e\x18\x72\x97\xba\ \x4d\x84\xee\xdd\xc0\x8a\xfe\x85\x5c\x1b\x21\xc1\x7d\x9a\xd3\x63\ \xea\x86\xa9\x69\xa6\x89\x91\x42\x09\x30\xc3\xe7\xd1\x3d\xba\x69\ \x22\x24\x11\x82\x81\x33\xcd\xd0\x25\x5b\x59\x17\x3d\x04\xc0\x4c\ \x9f\xc7\xf0\x99\x9c\xa3\x32\x4b\x06\x04\xcc\x74\x6b\x2e\x9f\xa9\ \x1b\xa6\xa6\x5b\x42\xa6\x32\x33\xbd\x2e\xdd\xa3\x99\x3a\xb3\x80\ \x52\x8a\x90\x10\x28\xa8\x71\xb7\x0e\x8d\x1b\xd5\x0c\x0b\x22\xa5\ \xb9\x45\x16\x0a\xc4\xe1\xff\x34\x02\xb5\x1f\x01\xdc\x9d\x42\x0c\ \x93\x74\xf9\x60\xca\x53\x55\xd2\x0e\x6c\x3b\x96\x7f\xf9\x74\x7a\ \x21\xfb\xc7\x7d\x14\x10\x70\x43\xd7\x4c\x53\x00\xa2\x44\x96\x65\ \xc2\x98\xd4\xb8\x6f\x97\xb0\x6d\x7b\x17\x72\x57\xa8\xee\x50\x14\ \x09\x81\x3f\xa1\xac\x99\x42\x50\xaa\x28\xb2\x04\x5c\x2b\xd5\x23\ \x9f\xff\xf8\xcd\xe2\x0d\xd3\xd7\x9f\xcd\x76\x48\xc1\xaa\x4c\x04\ \xb3\x74\x5d\xb3\x04\x92\x24\xe5\x4f\x55\xc6\x20\x38\xa7\x21\xb1\ \xdd\x9f\xee\x98\xb6\x76\x7e\xa9\xa9\x87\x82\x43\x96\x30\x02\xb0\ \x0c\x5d\xb3\x4c\x00\x2c\xcb\xb7\xfa\xf6\x71\xa6\xeb\xba\x25\x38\ \x42\x14\x0b\x6e\x2b\x5f\xb1\x45\x87\x9a\x6b\x31\x67\x8c\x19\x06\ \x53\x54\x1b\xe2\xa6\x66\x82\xaa\xca\xc0\x4d\xdd\xb0\x64\xd5\x86\ \xb9\xa9\x69\xba\x05\x40\x10\x55\x14\xe5\xcf\x6d\x33\x10\x08\x8f\ \xe6\x6e\xf2\xe4\xf8\xd9\x8f\x67\x3f\xd1\x63\xec\x4d\xb7\x7f\xc1\ \x55\x98\x9a\x56\xc2\xb5\xc8\x9a\xed\x7a\xb5\xbe\xbe\x7a\xc9\x4f\ \x02\x2b\x96\xae\xe9\x8c\x61\x24\x29\xaa\x42\x30\x30\xc3\xd0\x4c\ \x53\x00\x10\x22\x2b\x8a\x84\x05\x2b\xf1\x91\xbe\xa3\xc7\x46\x5f\ \x5c\x36\x7f\xd7\x79\x95\x86\xaa\xc4\x2c\x15\x61\x6f\x4d\x5b\xd2\ \xf8\xe2\x7b\x4f\x8d\xfe\x49\xb2\xa9\x20\xac\x52\x1f\xef\x39\xf6\ \xfd\x57\xfb\x95\x4f\xbc\x94\x59\x70\x23\x34\xed\xec\x85\x3c\xb5\ \xd6\xeb\xf3\xbe\xe7\xab\x86\x8e\x9a\x76\xda\x66\x97\xfd\x81\xb9\ \xae\x6b\x4c\x00\xa5\x8a\x22\x53\x00\xe0\x96\x69\x18\x26\x03\x01\ \x80\x15\xd5\x76\x2b\x20\xbe\xfd\xa9\x33\x2d\x7b\xf9\x47\x5f\x1b\ \xdf\xba\xb6\x6a\x72\x4a\xdc\x99\x3f\xcc\x99\x7b\x28\xd1\x5b\xbd\ \xd3\x23\x03\x07\x77\x71\xb8\xd3\xb6\xce\x5d\x7c\xfc\x4a\xa1\x12\ \xdf\xf0\xd9\x67\xdb\x9d\x5c\xba\xfc\x46\x91\x45\x30\x18\x06\xaf\ \xdc\xa6\xcf\xc0\xa1\x5d\x82\xb8\x7e\xfd\xd0\xf6\x0d\xab\x0e\x7a\ \x4c\x50\x2a\x35\x1f\xf5\x4a\xff\x8a\x11\xc0\xb1\xa2\x5f\x3d\x34\ \xf7\xeb\x4d\xe5\x7a\x0c\xee\xdf\xbf\xa5\x2a\xcc\x8c\x93\xfb\xd6\ \x7e\xbf\xab\xd8\x40\x58\xb2\x55\x6b\x52\xb7\x41\xb3\xae\x4d\xa2\ \xb3\xde\xe8\x3e\xe2\x06\xb7\x07\xaa\xb2\x03\x4c\x1d\xc0\x7f\x55\ \xfa\x83\xc8\x46\xc1\xc1\x05\x5f\x8c\x9f\x7f\x26\x5c\x09\x57\x24\ \xf4\x0f\xa7\xac\x82\x89\xe0\x8a\x35\x9a\xd7\xad\x16\x6a\x63\x69\ \xe7\xce\x5c\x4d\xce\x17\x60\xd7\x7d\x24\xb6\x51\xfb\x3e\x0f\xc7\ \x17\x5d\x3f\x77\x2d\xb5\x18\x08\xb6\x2c\x92\xd0\xa6\x73\xf5\x78\ \x25\xf5\xc4\xf1\xeb\x19\x4e\x22\x39\x9a\xf4\xee\xd5\xeb\x91\x87\ \xf3\xc4\x35\xb3\x5a\x5e\xe1\xe5\x93\xe7\x93\x0a\x81\x04\xd5\xed\ \xdc\xb1\x62\x18\xbb\xfa\xeb\xf1\x9b\x05\xc6\x9f\xc9\x1a\xb8\xa5\ \x9b\x41\x75\x3a\x74\x67\x95\xbd\xa9\x67\x4e\xa6\x17\x9a\x94\xd0\ \xe8\xda\x4d\xeb\xd5\x8f\x47\xde\xe2\xc4\x63\xa7\x32\x4b\x98\x84\ \x2c\x03\xec\x35\xdb\xb5\xa9\x52\x21\xcc\x2a\xca\x3c\xb3\xff\x84\ \x65\x0a\xd3\x10\xdc\xd4\xb9\xbd\x52\x9b\x56\x95\x6f\x9e\x38\xed\ \x0e\xaa\x5c\x37\x0e\x5f\xbf\x90\x2a\x42\xe2\xeb\x55\x0d\x4e\xb9\ \x70\x45\x73\x44\x36\x68\x5d\xb7\x42\x79\x47\x69\x5a\xd2\xb9\x93\ \x57\x0d\xf4\x87\x35\x33\x61\x32\x52\xb3\x79\x87\x4a\xfa\xf1\x79\ \xf3\x2f\x3b\x2d\x7f\xa4\x2f\x4c\x9d\xc7\x36\x68\xd1\xae\x52\x78\ \xad\x3a\x91\xba\x71\x59\x00\x98\x9a\x19\x5d\xa7\x69\xe3\x86\x15\ \xbd\x37\x13\x4f\x9f\x49\x36\x2c\x1a\x52\x21\xa1\x69\x9d\x6a\xe1\ \x41\x38\xfb\xd2\xd9\xc4\xeb\xb9\x26\xa8\x75\x3a\x76\x7e\xf8\x89\ \x3e\xa1\xd5\x8b\x72\x83\x6a\xb8\x52\xce\x9f\x4c\xf4\xb4\xeb\xda\ \x3c\x6f\xdf\xd2\xb5\xa7\x6e\x10\x4a\x01\x04\x07\xb5\x71\xaf\x3e\ \x43\x06\x75\xcd\xfb\xe5\x9b\x9f\xf7\xa7\x15\x5c\x3a\x5d\x6a\xaf\ \xd2\xad\x6b\xad\x8b\x1b\xe7\xa5\x1c\xc9\xa5\x12\x29\x4b\x51\x20\ \x5b\xdd\xce\x1d\xab\x44\xe2\x94\x53\x27\xae\xa5\xb9\xa9\x84\x95\ \xb0\x98\xda\x75\x6b\xc4\x46\x87\x80\x56\x7a\xe5\xe8\xc9\x2c\xe7\ \xef\xed\xc0\xb8\xc5\x95\xa8\x76\x03\xfb\xf8\xd6\x4e\xd9\x7d\xb1\ \x44\x01\x4f\x7a\x8e\x37\xba\xf9\x23\x1f\x7f\x3d\xe2\xfc\xe2\x45\ \xd7\xe3\xba\xbe\x3f\x7f\xe2\x87\xfd\x5e\x3c\x67\xab\xd8\xf1\xe9\ \xc7\xb2\x36\xae\xba\x56\x60\x12\x8c\x0c\x0b\xd5\xee\xdc\xa7\x4b\ \x85\xc2\x59\x2b\x13\xbb\x0c\x7f\xbf\x69\xcd\xb9\xef\x8c\xfb\x1e\ \x97\x6f\xd0\xb1\x77\x8b\x9f\x3f\x9e\x9c\xac\xcb\x50\x90\x52\xec\ \x93\x7b\x3e\xdc\xaf\xa5\xfd\xd4\x8c\x75\x37\x7b\xbd\x3e\xfa\xdd\ \x72\x78\xfc\xc4\xad\x0c\xe7\xaf\xfe\xf4\xe3\xcd\x0d\xf2\xe6\x7c\ \xd1\x1a\x63\x0c\x3c\xf0\x76\x05\x98\x3a\x80\xff\xc2\xb8\x1a\x90\ \xa4\xda\x83\xc0\x4e\x49\x99\x9a\xdc\xd4\x7c\x06\xe7\x18\x4b\xaa\ \xaa\x22\x10\x00\xc2\xf4\x79\x0d\x21\x30\x91\x55\x45\xd2\x35\xd4\ \xef\xfd\x89\x2f\xb5\xa3\x27\x2e\xf8\x6a\x8e\x7f\x61\xe5\xa8\xd7\ \x97\x1d\x28\x34\x91\x9a\xd0\xba\x4b\xef\xb0\xae\x75\x13\xf4\x2f\ \x9e\x7e\xfd\xe7\x8b\x25\x1d\xdf\xf8\x60\xf4\xb3\xf5\x32\xd3\x7c\ \x15\x46\x0f\x9a\xf3\xc2\x9b\x3b\x13\x51\xf5\x26\x75\x22\x22\x28\ \x6e\xd0\xa8\x55\xb8\xf3\x72\xe1\xa5\xe3\x89\x4a\xbf\x89\x53\x9e\ \xeb\x1a\x99\x59\x48\x9e\x7f\xa5\xef\xd4\xe7\xdf\x3f\x9d\xcb\x65\ \x60\x3e\x5d\xe3\x80\x24\xd9\x46\x01\x04\x33\x59\x78\xb5\xae\x03\ \x1e\xab\xc3\xe3\xcb\xeb\xe7\x3e\x1c\x32\xfe\x5c\x91\x5c\xa1\x7e\ \xa3\x56\x1d\x2a\x07\x55\x6c\x38\x68\xf0\xd1\x0f\x9e\xfb\x2c\x15\ \xca\x3f\x35\xe9\xf3\xa7\x3a\x85\xa6\xa4\x14\x98\x39\x49\x39\x27\ \x8f\xe7\x71\xe0\xba\x57\x57\xe3\x87\x7f\x36\xb3\x3d\xec\x7b\x7b\ \xef\xc1\xb8\xde\x8f\x4d\x7a\x49\x1d\xd6\x65\x9c\xa8\xd1\xf3\xf3\ \xc9\x2d\xde\xea\xfe\x64\x51\xfb\x97\xa6\xcd\x7e\xf2\xfa\xde\x73\ \x91\xf5\x6a\x27\xaf\xfc\x62\xca\xf4\x1d\x86\xac\x72\xdd\xa7\x33\ \x86\x10\x55\x55\x99\x33\x5c\xae\x72\x8d\x46\x5d\x3a\x75\xa9\x51\ \xe3\xc8\x4f\xfb\x0b\x73\x05\x18\x66\xa5\x87\x9e\x9f\x34\x6d\x90\ \xf3\xca\xb5\xc8\xc6\xcd\xa4\x9d\x7b\x2c\x4b\x8f\x7f\xf0\xb9\x77\ \xdf\xea\x5e\x74\x23\x2b\xfe\x95\xa1\x6d\x16\x4e\xfe\x7c\xe9\xf1\ \x4e\x63\x3f\x18\xd5\xd9\x71\xf2\xa2\x56\xb7\xde\x88\xb9\xc3\x46\ \x6e\x3c\x52\x52\xb1\x7e\x9d\xd8\x18\x59\xa9\x59\xbb\x25\x8f\xca\ \xf8\xe5\xe6\xb1\x44\xab\x6a\xbd\x3a\x6d\x06\xf4\x0b\xab\x9b\xbd\ \x6d\xe7\x55\x41\x31\x07\xb5\x5a\xb3\xfa\x51\x51\x72\x69\xb5\x7a\ \xed\xa4\xf8\x13\x69\x67\x2e\x17\x07\xd7\x68\x54\xbf\xc3\xc0\x87\ \x9a\x85\x5e\xdc\x79\x38\x83\x52\x64\x0a\x47\xaf\xf7\x3e\xe8\xdb\ \x80\x66\x16\xab\xcf\x8c\x78\x64\xce\x2b\x63\x77\x26\xb1\x7e\x6f\ \x4c\x78\x73\x50\xec\x85\x73\xa9\x42\x2f\xf6\x5c\x3e\x95\x56\x22\ \x7e\x9f\x08\x41\x42\x08\xf0\xe5\x5e\xfe\xf5\xd7\x23\x47\xf3\x24\ \x09\x5c\x2e\xd2\xe7\x91\x27\xc8\xfe\x55\x33\xbf\x5c\xe8\x24\x07\ \x2b\xee\x5f\xd6\xb5\x47\xdd\x33\x7b\xbd\xdc\xe3\xe6\x77\xb4\x61\ \x42\x14\x67\x9c\x39\xb9\x79\xe9\xbc\x5f\xce\xb8\x57\xac\xe9\xdf\ \x72\xd1\x86\x23\x9a\x6e\x14\xa5\x9e\xda\x73\xe0\x8a\x97\x20\x4b\ \xf7\x72\x15\x53\x9c\x74\xe8\x97\x65\xeb\xb6\x66\xc8\xcd\xbe\x7d\ \xbc\x69\xb8\xb2\x29\x57\xd8\x54\xea\x08\xb2\x2b\x38\x90\xa2\x0e\ \x30\x75\x00\xff\xdd\xbc\xcd\x04\xa9\xd9\xe3\xd1\x26\x55\x43\x4a\ \x33\x6e\x1c\xfd\xe5\xb8\x93\x13\x20\x72\xdd\xde\xbd\x1b\x54\xb2\ \x17\xa7\x5c\xf9\x75\xcf\x29\x2f\xd8\xc3\xc2\xf1\xe9\x15\x53\x5f\ \xfc\xe4\xd8\xe3\x93\xe6\x8e\x7a\xff\xf1\x6d\x07\xe6\x29\xe0\x39\ \x3c\x67\xd2\xc8\xaf\xd3\x3e\x5c\xb5\xf1\xd1\x4e\x35\xf6\x64\xb0\ \x11\xcf\xb6\xd8\x31\x66\xf0\x97\x7b\x4a\x86\xcd\x5b\x3a\xf4\xad\ \x5e\x07\x86\x2e\x5a\xfd\xe9\x9c\xa6\xad\x1a\x67\x7e\xfd\xc5\xcc\ \xbd\x29\x0e\x2c\x45\x36\xe8\xff\x7c\x9f\xb8\x85\x03\x07\xac\xb9\ \x64\x7b\x7f\xeb\xf7\xcf\xbd\xd4\xf6\xc4\xfb\xbb\x48\xa5\xda\x0f\ \x76\x6e\x1d\xed\x30\xaf\xed\x3f\x78\xf6\x72\x3a\xa2\x8a\x54\x7c\ \x79\xc1\x5b\xaf\xad\x3b\x13\x3e\xed\xd0\x82\x27\x07\x35\x3c\x3b\ \xeb\xcc\xa5\x7d\xbb\x51\x49\xd5\x90\x8a\x9e\x37\x5e\xe9\xdc\x28\ \xe6\x73\x5f\xc2\xe3\x23\xfa\xca\x1f\x3d\x3c\xe4\xc0\x35\x8f\xa2\ \x2a\x5c\x43\x31\xd8\x84\xa8\x46\xa3\xbf\x9b\xaa\x5d\x5c\xf3\xc6\ \x27\x6b\xf3\x2c\x5c\x4e\x80\xcf\xe3\x8f\xf1\x2c\x2f\x37\x2d\x0e\ \x6a\x78\xa8\x2f\xf1\x87\xf7\x9f\xfa\x48\x69\x3b\x7c\xd1\xf2\xa1\ \x2d\xb7\x1e\xdc\x75\x59\xab\xde\xb1\x47\xab\xba\xe5\xf5\xe2\xcc\ \x63\x3f\x1d\x2a\x44\xe6\x89\x0d\xf3\x13\x93\x4b\xaa\x2d\xe8\x45\ \x90\x00\x6e\x69\xa4\xfc\x80\x17\x06\x15\x2c\xf9\xe8\x85\x69\x7b\ \x1e\x1a\xb3\xe0\x8d\x3a\xc8\x80\xf8\xa7\xdf\x18\x1a\x5d\xf0\xd3\ \xfa\x2d\x67\x6b\x28\x71\xcf\x8e\xe9\xb9\x78\xd9\xe9\x90\x70\xe9\ \xdc\xda\x69\xc3\x3f\x38\xf5\xda\xec\x4d\x8f\xf5\x68\xb1\xe3\xc8\ \xba\xed\xdf\xce\xad\xd9\xbc\x43\xec\xfe\x79\xe3\x97\x1c\xb2\x49\ \x61\xaa\x04\xab\xa6\x4d\x4a\x47\x31\xaf\x36\x52\x30\x02\x8e\x30\ \x65\x05\xeb\x3e\x9d\xd3\xa4\x65\xd3\xfc\xef\xbe\x9c\xf1\xcb\x8d\ \x60\x25\x44\xc1\xa5\xf3\x3e\xf8\xa0\x28\xac\x72\x4f\xac\x20\x00\ \x6e\x19\xa1\xf5\xfb\xbd\xf8\x4c\xd3\xc3\x5f\x4d\x3f\x98\xac\xc4\ \xce\x78\xf5\x89\x21\x0d\xb7\x4e\x38\x13\x55\x31\x2e\x65\xcd\xec\ \xb7\x3f\xdd\x84\xa4\x10\x59\x22\xca\x9f\x97\x15\x85\x65\x41\xf9\ \xe7\xbf\x98\xd6\xad\x98\xe5\x9e\xdf\xf5\xd9\x5b\x2b\xc2\xaa\x04\ \xa7\x5e\xcc\x66\x10\x24\x83\xfb\xe6\x0d\xa3\x5e\x4c\x1c\x15\xd6\ \x1f\x0f\x12\x80\x25\xc9\x06\x41\xde\xec\xc4\x44\x2b\x22\x2e\x3e\ \x9c\x17\x68\xf6\xd8\xe6\xe3\x57\x2d\xf4\x22\xeb\xf0\xd2\x6f\xbe\ \x59\x7c\xd6\xb4\xac\x0a\xed\xba\x0f\xc9\xae\xd6\x65\x70\xc2\xfe\ \x1d\xdf\x14\x1a\x12\x51\xfd\xbe\xc4\x81\x97\x28\xc0\xd4\x01\xfc\ \xf7\x83\x0b\x1c\x5d\xbb\x41\xf3\xd6\xe5\xb3\xcf\x59\xa7\x7f\x39\ \x2a\x04\x06\xa0\xb1\xf5\x1a\xb5\x68\x12\x9e\xa6\x78\x4e\xee\x39\ \x2e\x40\x70\x26\x18\x13\x18\x4a\xce\x9d\xba\xe8\xe9\x5d\x23\x54\ \xc6\x5c\x08\x81\x31\x06\x6f\x7e\x5e\x6e\xfd\x60\x49\x29\x17\x1f\ \xec\x29\xbd\x74\x3e\x1b\x81\x76\xee\x42\x6a\xdf\x7e\x55\xec\x00\ \x6e\x55\xa5\x14\x03\x22\x12\x48\x48\x30\x7b\x4c\x55\x29\x37\xeb\ \xea\xb5\x62\x80\x92\xd3\x57\xf2\x1b\x56\xa9\x2c\x83\x89\x1c\x11\ \xb5\x5b\xb5\xac\x16\xee\xf3\x5c\x3e\x73\x46\x70\x00\x04\x96\xa1\ \x1b\xdc\x80\x9b\xe7\xd3\x7d\x6d\x63\x23\x6d\x21\xb5\xdf\x5c\x34\ \x25\xbe\xf8\xf2\xf5\x82\x10\x55\x11\x88\xa0\xc8\xb8\xea\xec\xdc\ \xb9\xf3\xd7\xb2\x04\x0e\xb7\x4c\x83\x03\x00\x67\x52\x54\xcd\xb6\ \x0f\x14\xac\x5a\x97\x58\xa0\x33\x02\x14\x10\x42\x98\x9b\x86\x85\ \x6e\xf7\x3c\xe5\xc0\x2c\x86\x80\x67\x5f\x39\x75\xc5\x78\x2e\xaa\ \x7c\xb0\xb8\xec\x09\xab\x52\xab\x59\x87\xda\xee\xf4\x8b\x17\x77\ \x1e\xc8\x37\x08\x41\x8a\xaa\x2a\x18\x98\x69\x9a\x26\x63\x60\x0f\ \x8f\x72\xc8\x49\xa7\x6f\x68\xc0\x4d\x9f\xc6\x05\x07\x47\x54\xac\ \x23\xcc\x2c\x0e\x6e\xd8\xb1\xa5\x94\x77\x69\xf9\xb7\xc7\xbc\x20\ \x09\x06\x42\x50\x02\x5a\x7e\x6e\x06\x0d\x55\x31\x80\x44\x54\x59\ \x26\xfe\x81\x63\x84\x04\x20\x19\x54\x55\xa1\xc0\x4c\x93\x9b\xc0\ \x14\x0a\x58\x56\x15\x42\x30\x55\x14\x1b\xb2\x49\x04\x09\xc0\x32\ \xd8\x14\x99\x70\x9f\x69\x80\x05\xa6\x70\x44\x25\x84\x5a\x42\x2e\ \x5f\xa3\x45\x9c\xed\xfa\x9a\x8d\x97\xf7\x67\x2b\x80\xb9\x30\x0d\ \xc6\x30\xc8\x94\x20\x21\xee\x56\x0b\x8f\x28\x45\xb9\xdf\xbf\xfb\ \xfe\x86\xa3\x79\x32\x15\x6e\x4c\x4d\x1f\xd8\x55\x99\x83\x61\x32\ \x50\x42\x88\x6e\xfa\x38\xd8\x00\x80\x73\xce\x19\x2f\x73\x79\x40\ \x20\x38\xb7\x40\xe7\xc8\x16\x2e\x1b\x3e\x9f\x8e\x65\xc5\x9b\x73\ \x7a\xe6\xb3\xaf\x5e\xf1\x60\x64\xf8\x10\xc8\xc0\x79\x70\x85\xaa\ \xdd\x5e\xe8\xda\x30\xe8\xe4\xf3\xdf\xee\x34\x95\x30\x19\x05\xba\ \x39\x05\x98\x3a\x80\xff\xa9\xbc\xb5\x84\xad\x23\xb3\x3e\x3b\x38\ \x53\x20\x4c\xa8\xdf\x5e\x4a\xf8\xf6\x7e\xf1\xe1\x2f\x1c\x10\x26\ \x54\x56\x28\x00\x47\x34\x34\xae\x42\x39\xb9\x5a\xe7\x1e\xed\xa4\ \xab\xbb\x0b\x0c\x4e\x88\xdf\xcf\x0a\x63\x8c\x10\x91\xb4\x8c\x0b\ \x19\xf2\x2b\xdd\xfa\xb5\x3c\xb5\xa6\xa0\x57\xf7\x26\x9e\x53\xdf\ \x38\x01\x23\xa6\x59\xa6\x94\x50\xbb\x42\xf8\x19\xaf\x9d\x78\x4a\ \x92\x4e\x15\x97\x7f\xb0\x6b\x8f\x7a\xe9\x47\xed\xbd\xda\x56\xce\ \x5b\x37\xd7\x04\x07\x4e\x39\x33\x7b\xd4\x31\x21\x10\x96\x24\x22\ \xc9\x80\x04\x51\x65\x47\x90\xa3\x42\x42\xdb\x9e\x0d\x42\xcf\xac\ \xb8\x1c\x54\xa3\x43\x97\xfa\xde\x8f\x3a\x4d\xd8\x99\xd3\xa0\x6e\ \xb3\x0f\x55\x19\xa7\x5f\x3e\xae\x4f\x7a\xfe\x91\x5e\xdb\x36\x1f\ \xc9\x52\x1d\x36\x5f\x7e\x8e\xa0\x8a\x99\xb8\xe9\xb5\x09\x07\x86\ \x7e\xf1\xf5\x58\xf2\xf6\x17\xcb\x0e\x16\xe6\x16\x41\xa5\xee\x75\ \x6b\xc4\xa4\x06\x39\x14\x4c\x11\x02\xc1\xb9\x1c\x11\x57\x3e\x26\ \x3a\xb6\xdd\x43\xf5\x45\xce\xa6\x94\x62\x89\xca\x97\x57\x7e\xfb\ \xee\x72\x0e\x40\xfc\x3e\x5f\x0c\x81\xa9\xfb\x58\x78\x5c\xc5\x4a\ \xf1\x59\x96\xbb\xb4\x24\xf3\x52\x66\x41\x8f\xa7\x1f\x4e\x38\xb2\ \xcc\xe6\x08\x92\x88\x8c\x3d\xe9\x57\x73\xb3\xc3\x8a\xae\x2d\xfb\ \x74\xbd\x2e\x3b\x28\xd3\x3d\x1c\x11\x02\x98\x20\x04\x84\x60\x7f\ \xda\x1d\x01\x37\x75\xaf\xa8\x5c\xa3\x62\x44\x68\x94\xcd\x8e\x4b\ \x4b\x3d\x18\x84\xc7\x67\xd8\x2b\x25\xc4\x95\x8b\xf2\x51\x70\x16\ \x19\x80\x10\x46\x65\xf0\x1f\x85\xc1\x74\xeb\x3c\x2c\xa1\x5a\x5c\ \x58\x39\x86\xbd\x25\x37\xcf\x66\x9a\x9d\x32\x0f\x6e\x59\xf2\x73\ \xba\x23\x3c\xd8\x74\x3a\x09\xb2\x61\x40\x04\x63\x0c\x08\xdd\xdd\ \x49\x40\xf8\xdb\x58\xeb\x5e\x8f\xc7\xed\x62\xaa\x8c\xb8\x79\xed\ \xd0\x99\xe7\x5f\xea\xd1\x60\xde\xcf\x59\x71\xdd\xba\xd5\xb5\x36\ \x7c\x76\xc9\x92\xda\xfa\x1d\x8d\x09\x25\x84\x00\x80\x40\x80\x29\ \xa5\x8a\x12\xd3\xf5\x85\xe1\x55\x32\x2f\x9e\xbd\x50\x40\x1a\x51\ \x40\x5c\x73\x7b\x7c\x5e\x2a\x21\x8e\x00\x49\xb2\x7c\x6d\xfd\xc2\ \x51\x33\x33\xa6\xfc\x38\x6b\xc0\x13\x8d\x67\xae\xb9\x2a\xec\x72\ \xe0\xfd\xf9\x17\x11\x58\x82\x0d\xe0\x1f\x24\x3d\x04\xfc\xe6\x70\ \x44\x24\x49\x52\x64\x7a\x47\xa3\x36\x22\xc9\xb7\xb7\x08\xe0\xba\ \x49\x1a\x0e\x78\x7d\xfe\x9e\x95\x03\xeb\x94\xcc\xfe\x64\x93\x07\ \x28\xd3\x4d\xd3\xe4\x08\x80\x59\xa6\xc1\x28\xd6\x2e\xcd\x9a\xb8\ \xb2\xd2\x88\xc9\xcb\xf7\xcc\x6b\xe4\x3d\xf2\xf5\x97\x7b\x41\xb6\ \xcb\x7a\xf6\xd6\x8d\x3b\x6a\x8d\xfa\x74\xf1\x96\xaf\x1f\xef\x5e\ \xcd\x95\xba\x77\xc6\xd4\x5d\xed\x3e\x9a\xb3\x6c\xe7\x8c\xb0\x8b\ \x9b\xe6\x2c\x3a\x43\x55\x8a\x30\xa6\xb2\x22\x29\x32\x25\x18\x10\ \x62\xae\xc2\x94\xdc\xc8\xe1\xb3\x16\x2c\x5c\xff\x4e\xe1\xe6\x85\ \xab\x77\x64\xb8\x52\x8e\x2e\xdf\xa1\xbd\xb8\x74\xe5\xb2\xad\x1f\ \xc7\xe2\xd2\x42\x0d\x15\x9d\xf9\x71\xf2\xa7\x87\x7a\x7e\x3c\x7d\ \xce\x8f\x4b\xbe\xf8\xe6\xf5\x7a\x95\x64\xdd\x67\x31\x81\x32\x0f\ \xad\x1f\xf7\xf2\x82\x16\xef\x8e\xeb\xd7\xb2\x52\xfa\xde\x1f\xb6\ \xec\xf0\x8e\x5d\xb3\x7a\xda\xf4\xfe\x9e\xec\x64\xa7\x81\x84\xa5\ \x3b\xea\x3c\x38\x69\xfd\xca\xcf\x3f\x78\x70\xe7\x67\xb3\xce\xa4\ \x99\xb2\x8c\x31\x95\x24\x59\xb9\xad\x60\xc4\x12\x75\x5d\x3f\xb3\ \x73\x8f\xf5\xc6\xb2\xef\x27\x7d\xf8\x68\x94\x5a\xb4\x7a\xd2\xb4\ \x2b\x51\x7d\xe7\xff\xb2\x6a\xd4\xb0\x7a\x69\xc9\xd9\x08\x4a\x96\ \x7f\x34\x35\x2d\x61\xd0\xc2\x3d\x6b\x17\x6c\x9b\xf5\x68\xc7\x04\ \x0e\x86\xa5\x9b\x86\xc1\x51\x59\x61\x06\x03\x4c\x14\x70\xee\xdd\ \xb8\x4e\xed\x33\x6a\xd1\x8e\x45\xc3\x06\x34\x60\x86\x45\x25\x7c\ \x65\xeb\xf6\x54\xda\x65\xee\xae\x45\xcf\xf4\xad\x61\x19\x26\xf8\ \x05\x91\x5c\xdc\xca\x1e\x20\x89\x8a\x93\xab\x7e\xd2\x6a\x3c\xbd\ \x68\xfb\xac\x7e\x9d\x2a\x15\x5f\xdd\xf9\xf9\x94\x9f\x3b\x4d\xfc\ \x6e\xc5\xfe\xd5\xd3\x67\x8f\xae\x15\x4e\x2c\x21\x2c\x53\x37\xac\ \x7b\xaf\xdc\x21\x04\x82\x5b\x9a\xce\x01\x13\x42\x30\xc6\x8a\x82\ \x2f\x6d\x99\xb7\xf2\xb4\x7d\xdc\xc6\xb5\xdf\xce\x1e\x7e\x69\xce\ \xac\x9f\x4e\x14\x2a\x32\x63\xa4\xe2\xa8\x79\xdf\x7c\xbd\x61\xc1\ \x77\x6b\x3e\x7e\xa0\x7e\x58\x5e\x4a\x7a\xcc\x23\xc3\xbf\xd9\xb6\ \x74\x50\x2b\xcf\xe7\x63\xbe\x4a\xd1\x24\xc2\x34\x29\xbc\xc1\xf8\ \x35\x0b\xbf\xd9\xb0\xe8\xbb\x15\xef\xd6\xab\x60\xf3\x79\x7c\x9c\ \xda\x29\xbf\xbe\x62\xc1\xe1\x76\x23\x9e\xad\x1e\x01\x16\x13\x7e\ \x04\x5e\xa7\xbf\x1f\x28\x05\x94\x2f\x01\xdc\x95\xa0\x35\x43\x1e\ \xba\x74\x7e\xfc\x91\xc9\x1f\x7e\x7b\x3a\xc8\xe6\xb8\x8f\xe2\x63\ \xae\x79\xa5\x11\x6b\x17\x36\x4c\x5d\xfa\xd1\x8c\xb3\xa0\x15\x97\ \x78\x2c\x2a\x49\x8a\xdd\x86\x2d\xcd\xa7\x71\xd9\x6e\xa3\xc2\xf4\ \x69\xa6\x69\x98\xf6\xc8\xe8\xf0\x60\x5a\x92\x9d\xe3\xb1\xb0\x44\ \x31\x80\xb0\x2c\x14\x1c\x55\x2e\xc4\x86\x5c\x45\x45\x1e\xaf\x69\ \x99\x2c\x38\xa6\x7c\x88\x2a\x0a\x33\x73\x35\xa0\x77\x75\xc5\xa6\ \xb6\xa0\xd0\xb0\x20\x6c\x7a\xf2\xb3\x0b\x2d\x22\x13\x60\x0c\xe4\ \x72\x71\x51\x36\xca\xdd\xc5\xa5\x6e\x8f\x2e\x38\xd3\x0d\x16\x1c\ \x15\x13\x16\xa2\x72\xc3\x57\x5a\x54\x62\x82\x64\x57\x89\xe6\xf5\ \x19\x9a\x15\x14\x5d\x8e\x9a\x5e\x97\xd3\xcb\x88\x12\x59\x3e\x4a\ \x45\x96\xb3\xa8\xa4\xa4\xc4\x55\x6f\xd8\xf8\x49\x43\xa5\x77\x9f\ \x9d\x53\xaa\xe9\x85\xf9\xa5\x48\x56\xee\x1e\x94\x72\x26\xb0\x1a\ \x59\x3e\x02\xe9\xae\xe2\x12\xaf\xa9\xe9\xd8\x1e\x1a\x15\x13\x8e\ \x4c\x6f\x69\x91\xd3\x64\xc2\xd2\x75\x64\x0b\x89\x8e\x09\x27\x60\ \xba\x0a\x4b\xbc\x9a\x25\x3b\xec\x84\x1b\x3e\x9f\x25\xd9\xec\x12\ \xb2\x7c\x9a\x01\x00\x96\x25\xec\xe1\x91\xe1\x21\x92\xb7\xa4\xd8\ \xe9\x36\x10\x46\xdc\xb0\xa4\xe0\xb0\xc8\x08\xbb\xb7\xa4\xc8\xe5\ \x31\x01\x11\x9b\xdd\xc6\x0d\xaf\x61\xfd\xc6\x74\xcc\xb4\xd4\xb0\ \xc8\xf0\x10\xc9\x5d\x5c\xec\xf1\x9a\xa6\x61\x39\xa2\xa2\xc3\x43\ \x55\xe6\xf3\x94\x16\xb9\x4c\x0e\xb2\xcd\x4e\xb8\xa1\xe9\xe6\x3d\ \x9b\x00\x20\xac\xda\x6d\x96\xe6\x2d\xcb\xfa\x20\x10\x96\x65\x81\ \x1c\x15\x1f\x2d\x99\xee\xdc\xec\x42\x41\x65\x42\xa9\xcd\x11\x1c\ \x14\x62\xc3\x08\x21\x30\x4b\xf3\x0b\x7d\x26\x09\x89\x0c\xb3\x49\ \x50\x9a\x9b\x5b\xea\x65\x8a\x22\x01\xa6\x8e\xe0\x60\x47\xb0\x8a\ \x00\x21\xa1\x17\xe5\x16\x73\xa2\x50\x30\x34\xcd\xe2\x02\x05\x47\ \x04\x1b\x2e\xb7\xc1\x38\xf3\x3a\x1d\xcd\x5f\x9c\x35\xb9\xf9\xa7\ \x8f\xbe\x7a\xdd\x52\x03\x55\x7a\x81\xec\x47\x00\xff\x55\x5c\x6d\ \xb9\xdc\x52\xa7\x97\x26\xce\x6d\x7a\x7a\xcd\x8c\x2f\x0f\x5d\xd5\ \xef\xe7\xf5\x32\x75\xdd\x55\x58\x98\x93\x93\x6d\x57\x15\x49\xa2\ \x00\x42\x77\xbb\x05\x42\x18\x23\xc3\xeb\xd1\x01\x61\x8c\x24\x45\ \xd6\x4b\x0b\xb3\x4b\xfc\x42\xee\xb2\x19\x3d\x25\xc2\x53\x90\xeb\ \x16\xfe\x49\x3b\x96\x14\xe4\x2d\xcc\xf3\x08\x40\x98\xde\x4b\x86\ \x68\x78\x9c\x79\xae\x52\x00\xc0\xd4\x1f\xeb\x12\xc2\xcd\xc2\xcc\ \x4c\x10\x00\x08\x61\x82\x11\x26\x8a\x8a\xb5\x92\x82\xec\x62\x00\ \x04\x18\x13\x04\x86\xdb\x29\x30\xc1\x54\xa1\xde\xa2\x22\xc0\x18\ \x53\x89\x08\x56\x94\x95\x05\x02\x10\x46\x00\x88\x5b\x96\xb7\xd4\ \x9b\x9f\x91\x55\x8a\x6c\x54\x52\xee\x29\x2c\xc1\x04\xb8\x5e\x90\ \x91\x05\x18\x11\x8c\xa9\xa2\x08\xd3\x9b\x97\xe6\x01\x00\x84\x31\ \xc6\x88\x2a\x8a\xb0\x7c\x79\xe9\x5e\x00\xff\xa0\x90\xe1\xf1\xf8\ \x6f\x85\xe9\xf3\x18\x50\x26\xbd\xa1\x14\xb4\x92\x82\xac\xe2\xb2\ \xa3\x40\x00\x96\xa8\xe9\x29\xcd\x76\x97\x96\x6d\x01\xee\x75\x39\ \x11\xfe\x9d\x6c\x9b\x48\x44\x77\x16\x65\x97\x02\x26\x18\x61\x2c\ \x2b\x92\x5e\x52\x98\x5d\x7c\x6b\xe0\x08\x0c\xaf\xeb\xf7\xd2\xc7\ \x3f\xff\xbe\xcc\xeb\xbc\xe3\xb4\x02\x10\xa1\x54\x58\x85\x99\x99\ \x00\x08\x4b\x0a\x46\x00\xdc\xf2\x94\x14\xba\x8b\x6f\x4d\xc0\x09\ \x01\xb0\x8a\xb3\x73\x8a\x01\x10\xc6\x8a\x22\xf9\x3f\x1a\xae\xc2\ \x02\x67\xe1\xad\x7d\x28\x01\xa3\x6c\x74\x18\x84\xb3\xb0\x14\x63\ \xc1\x69\xfc\x88\x39\x9f\x35\x6f\xd0\xc8\xa1\x9d\x31\x98\x08\xac\ \x2c\x06\x62\xea\x00\xfe\x2b\xa9\x1a\x49\x8a\x23\x28\x48\xa1\xdc\ \x5d\x5c\xaa\x99\xe2\x7e\x14\x77\x54\x55\x31\x37\x0c\x83\xdf\xb9\ \xd0\x2f\x18\x13\xe8\x8f\xac\xe1\x77\xa7\xe6\x58\xfe\x4b\x49\xf4\ \x5f\x5c\x8b\xeb\x9a\x49\x15\xe5\x9f\xb0\x02\x47\x48\x58\x86\xa6\ \x33\xc5\xa6\xde\x5b\xb6\x0e\x58\x92\x65\x2a\x74\xcd\x14\xff\xe0\ \xfa\x9c\x0b\xf8\x73\x4f\x25\x6e\x19\x26\x47\xb2\x2c\xdf\x7f\x41\ \x9a\xf8\xbd\xf5\x21\x67\x0c\xfe\x78\xbb\x04\x67\x5c\x08\xf0\x7f\ \x15\xe0\x1f\x8a\xef\xff\xed\x40\x82\xcb\x85\xca\x88\xb9\x9d\x1e\ \x43\xb7\x02\x49\x90\xbf\x73\x07\x03\x6a\xf2\x00\xee\xf9\x70\x48\ \xaa\xcd\xae\xca\x14\x0c\x9f\xcf\x64\xf7\xd5\x4b\x8f\x99\x06\xe3\ \xe2\x4e\xb5\xb0\x10\x20\xd9\x1d\x32\x11\xcc\x12\xbf\x11\x92\xe0\ \x16\x93\xea\x75\x7d\xa8\x56\x90\x33\x2d\xc7\x85\xf1\x3f\x47\xd6\ \x82\x73\xe4\x88\xee\xf4\xd8\x03\x22\x2f\xad\xd8\x75\xbf\x32\x77\ \x66\x9a\x8e\xaa\xcd\x9e\x1c\xd2\x32\xfb\xd2\x35\xaf\x01\x77\x97\ \x34\x23\x10\xcc\x32\xcc\x7f\x24\x78\x16\x40\x14\xd5\xa6\x52\x66\ \x59\x77\xd2\x2c\x33\x59\x74\xfd\x76\x1d\x1a\x45\x66\xa4\x64\xb2\ \xfb\x6a\x5e\x24\x98\x65\x09\x28\x6b\xe1\x04\x00\x42\x20\xc5\x61\ \xff\xfd\xed\xe2\xa6\x09\x41\x91\xd1\x51\xd1\x61\x12\xe6\xa6\x6e\ \x72\xc0\x6a\x90\x9d\x02\x67\xff\x8a\xe1\xac\xe0\x9a\xe6\xf2\xab\ \xc9\x75\xd3\xc2\x48\xa2\x04\x31\x43\xf7\xea\x1e\xdd\x64\x18\x4b\ \x94\x60\xe0\x96\x57\xf3\x21\x5a\xd6\x6c\x0f\x21\x60\x96\xe6\xd1\ \x3c\xba\x69\x72\x86\x28\x21\x7e\x35\xb9\x47\xf3\xf8\xd5\xe4\x86\ \x05\x32\xa5\xcc\xf2\xb9\x75\xaf\x66\x1a\xb7\xd4\xe4\x20\x10\xb1\ \x87\x38\x64\x82\x4c\xc3\xb4\x4c\x0b\x02\xf5\x7a\x01\xa6\x0e\xe0\ \xbf\x2a\xa0\xd6\x74\xdc\x77\xe6\xf7\x9f\xbd\xd3\xb3\x7a\x95\x98\ \xfc\x4b\x27\x52\xf2\xef\xa7\x97\x9e\xe0\x5c\x20\x84\x11\x2a\x8b\ \x02\x91\xb0\x3c\x22\xfc\xd5\x55\x3f\x8d\x6a\x91\xbd\x7e\xeb\x05\ \xa0\x52\x99\x91\x88\x65\xb8\x4d\xc7\xe0\x89\x53\x5a\xf1\x53\xdb\ \x8f\x65\x50\x89\x70\xc6\x18\xe7\x42\xc0\x2d\xda\x15\xfe\x2d\x00\ \xe8\xcf\xa4\x29\x2c\x93\xc6\x36\x1e\x3f\x67\x58\xfa\xb6\xcd\x97\ \xb2\x74\x89\x10\xff\x3e\x82\xfb\x0f\xe2\x80\x7e\xa3\x3e\xce\x38\ \xe3\x9c\x0b\xc1\x0d\x23\xb2\x65\xcf\xb1\xef\xb6\x3c\xb0\x6c\x47\ \x81\x0f\x40\x08\x84\x31\x12\x9c\x71\x81\x31\x02\xc1\x19\xe7\xfe\ \x94\x04\xe7\x9c\x73\x2e\x04\x20\x74\x77\xc6\xf6\xfa\x7c\xad\xc6\ \x2c\x58\xfe\x71\xe3\x1d\x6b\x76\x15\x6b\xfe\x1e\x7c\x42\x30\xe6\ \x31\x8c\x46\xfd\xdf\x7e\xad\xbb\x7d\xeb\xe6\x83\x3a\x51\x90\xf0\ \x8f\xaa\xec\x3c\x82\x73\xce\xfc\x7f\x0b\xf8\xaf\xa8\x19\xb4\xe5\ \x80\x67\xea\xd9\x0b\xae\x26\xe7\x23\x42\x11\x37\x3d\x38\x66\xec\ \xc6\xed\xcf\xd5\x4c\xda\xb0\xfd\x0a\x91\x28\x00\xd7\xbc\xac\xe1\ \xc0\x91\x9f\x7e\x35\xaa\x73\xf7\xb6\xd5\x63\xf1\xb9\x5f\x7e\x2d\ \x0c\x69\xf4\xe5\xae\xcd\x1d\xe9\x91\x6d\x07\xb2\x24\xbf\x7a\x53\ \x88\xb2\x81\xdf\xba\x5d\x42\x94\x5d\xeb\xb7\x5f\xe4\x77\x91\x3f\ \xe3\x72\x68\x93\x07\xfb\x3e\xd4\xab\x5d\xd3\xb6\x6d\x9a\x37\x4e\ \xd0\x72\x53\xb2\xf3\x7d\x21\x95\xeb\xf7\x1c\xfc\x58\x8b\x7a\x31\ \xc5\x37\x53\x8a\x3d\x16\x09\x89\x6f\xd3\xb5\xa5\x95\x93\xe9\x36\ \x39\x42\x88\x59\x3c\xa2\x6a\xc3\x1e\x4f\xf6\x69\xdb\xba\x61\xb0\ \x70\xa6\xa7\x15\x02\x12\x38\xbc\x4a\xe7\x47\xfa\x76\xea\xd6\xba\ \x69\xbb\x36\x0d\x2b\x39\xd2\xaf\xa7\x85\xd7\x6e\xd5\xf3\x89\x5e\ \xed\xda\x35\x89\x52\x8d\xcc\xd4\x5c\x86\x41\x90\x98\xa7\x3e\x1c\ \x35\xe8\xa5\x97\x07\x3e\x5e\xfb\xc8\x8a\x1f\x8b\x84\x14\x68\x95\ \xfa\xcf\x22\x90\xd8\x0f\xe0\x5e\x01\x32\x0d\xb2\xe9\xfb\xbe\xfb\ \xf0\xa5\x11\x1f\x1d\x4b\x36\xff\x71\x92\x5a\x08\x20\x6a\x58\x44\ \xb8\x84\x04\x08\x21\x88\x12\x1a\x19\x42\x88\x12\x5b\x31\x32\xf5\ \xe7\x55\x9b\x76\x5e\x47\xb7\x68\xda\xd2\x99\xbd\x5c\xf9\x8a\x95\ \xe3\xec\x2a\x30\x26\x00\x84\xa9\x9b\xb6\xc8\xf2\x95\xab\x55\x0c\ \xb1\x21\xd3\x62\x20\xb8\xa1\x33\x47\x54\x5c\xc5\x2a\xb1\x0a\x58\ \xe6\xdd\x6b\x18\x04\xe3\x24\xa4\x7c\x5c\xa5\x0a\x31\x32\xb2\x4c\ \xc6\x85\x00\x35\x34\xb2\x62\xf5\x84\x8a\x15\xa3\x25\x61\x32\x01\ \x20\x98\xae\x5b\xb6\x88\xe8\x8a\xd5\xaa\xc4\xc7\x95\x93\x31\x08\ \x2e\x4c\x5d\x08\x6e\x19\x16\x89\x8c\x8d\xb1\x51\x40\xb2\x3d\x34\ \xcc\x81\x40\x20\xc9\x16\x16\x16\x42\x41\x08\x4c\x83\xcb\x95\xaf\ \x54\xbd\x4a\xb9\x70\xd5\xfa\x43\x1e\xc7\xcf\x72\x02\x45\xc4\x56\ \x10\x29\xfb\x97\x2d\xd9\xeb\xb2\x08\xc6\x00\x08\x98\x6e\x12\x47\ \x78\x85\x4a\x95\x23\x42\x25\xc6\x18\x00\x30\x5d\x43\xb6\xd0\x8a\ \xd5\xaa\x44\x87\xab\xcc\x32\x85\x00\x2c\xab\x11\x71\x15\x2a\x57\ \xab\x18\x6a\xc3\x96\x65\x71\x81\x1c\x71\x09\xdd\x07\x3d\xd7\xb3\ \x53\xa3\x8a\x09\x95\xca\x47\xda\x04\x52\xe3\x2b\x86\x5d\xfd\x71\ \xf9\x0f\x7b\x52\x30\xa5\xfe\x8e\x4d\xa1\xd5\x9a\x3d\x3b\x7c\x40\ \xd1\x4f\x8b\x3f\x79\xe3\xb3\xe5\x4b\x7e\x71\x29\x11\x55\xe2\xe4\ \xe3\xab\x97\xfc\x72\x22\x8f\x4a\xd8\xff\x31\x32\x0c\x16\x1c\x13\ \x5f\x39\x21\xde\x2e\xf1\xb2\xdb\x85\x68\x70\x54\x4c\xc5\x6a\x55\ \x2b\x55\x8e\xb5\xff\xa9\x9e\x59\x30\xd3\xb2\x57\x18\xf0\xf1\x47\ \x1d\x1b\xc5\xdb\x1d\x41\x21\xa1\x41\xc4\xd2\x95\x2a\xad\xc7\x7d\ \xff\x79\xb7\x66\xf1\xf5\xfa\xbd\x38\xf9\x9b\x37\x2a\x60\xa7\x11\ \x51\x7f\xc8\x94\xb1\x35\xcb\x51\x8b\x09\x00\xa1\x19\xa2\xf1\x13\ \xc3\xc6\xbc\xd8\x29\xa6\x6a\xbd\x57\xe6\xcc\x7c\x73\x58\x4b\xa6\ \x97\xd0\x84\xf6\x2f\x7e\xfc\x46\xad\x98\xe0\xa0\xb0\xb0\x60\x87\ \xac\xeb\xa4\xc3\xf3\xaf\x8e\x7a\xaa\x59\x50\x54\xc2\xb3\x33\xbe\ \x78\x79\x48\x0b\xa1\x59\x98\xe5\xcc\x7f\x65\xd4\xe8\xd7\x97\xb9\ \x2c\xe5\x37\x93\xfb\x00\xfe\x19\x04\x56\x14\x03\xf8\x2b\xf2\x45\ \x84\x50\xf8\x6d\x49\x8f\x5b\x26\xe3\x80\x10\x26\xb7\xa2\x22\x6e\ \x99\x8c\x01\x22\x98\x80\x69\x86\x34\xfe\x78\xfd\xc7\xa7\x27\x3c\ \x33\x6b\x4f\x66\xc3\xa7\xde\x9f\x34\x22\xe8\xb5\x3e\xdf\xf6\x18\ \x31\xa4\xe7\xc3\x0f\xf0\xe3\xb9\x9b\xb6\x5d\x64\x94\x5a\x9a\x55\ \x7b\xc0\xc8\xf7\xdf\xef\xcd\x8a\xdc\xd5\xea\x57\xdb\xbf\xd9\x30\ \x84\xd5\xb0\xcf\x4b\xaf\xbe\xda\x5d\x05\x62\xf3\x5c\x9f\xf9\xc6\ \x27\xbf\xa6\xf8\x5a\x0e\x7b\xeb\xcd\x97\x3b\x51\x0e\x25\xe7\x77\ \x4e\x79\xeb\xdb\x0c\x1d\x53\xc4\x2d\x93\x09\x00\x4c\x29\x02\x10\ \x96\x66\x86\xd5\x7d\xee\xd3\xcf\x1f\xc7\x61\x25\x47\xd7\x7d\x3c\ \x66\x4e\x86\x11\xd4\xaa\xf7\xe0\x41\xfd\x1b\x05\x85\x95\xcb\x3b\ \xb8\xec\xb3\x71\xcb\x0b\x20\xb8\xdd\xb0\xd1\xa3\x5e\x68\x2d\x0c\ \xc3\x97\x72\x6e\xe6\xeb\x13\xb2\x2c\x21\x2c\xdd\xa3\x4b\x3d\xc6\ \x7d\x31\xac\x49\xee\x7b\x4f\x7f\x44\x1e\x7e\xf9\xd3\xe7\x94\xd7\ \xfb\x7d\xc8\x1b\x8f\x9c\x3b\xa9\xf9\x84\x87\x87\x16\xb4\x7f\x69\ \xe6\x77\x23\x44\x56\xae\x1c\x84\x76\x4c\xfe\xf8\xfb\x4d\x17\x84\ \x22\x03\xb3\x2c\x26\x00\x21\x4a\xb1\x61\xc8\x6d\xfb\x0c\x18\x34\ \xf4\xa1\x6a\x70\x7a\xf7\x96\xdd\x45\xf9\x02\x59\x46\x70\x83\x07\ \xc7\xcd\x1a\x5d\x01\xbb\xec\x15\x1b\xf2\xad\x27\x2c\x4b\x0f\xaa\ \xf7\xe0\xe8\x4f\x5e\xa8\xe8\x20\x41\xaa\xbe\x65\xe2\x47\xcb\x76\ \xa7\xf4\x1c\xf7\xf9\x9b\xfd\x6b\x17\x14\x72\xbb\x79\x7d\xda\x0b\ \xe3\x0f\x5e\xe5\x8f\x0f\x1f\xdc\xae\x65\x34\x89\x7f\xfa\xbd\x56\ \x8f\x5c\xdf\xf0\xf5\x97\xab\x73\xfb\xbe\x34\xb4\x5b\x8f\xd6\xde\ \xbd\xa9\x9b\xb6\x5f\x15\x14\x31\x1c\xd1\x77\xf4\xb0\x16\x8d\xa2\ \x4a\x70\xbf\x51\xf5\xdd\xfb\x3e\xff\xe8\x46\x71\xe5\x41\x6f\x3c\ \xd7\xae\x5d\xfd\x64\xe5\xe4\x8f\x07\x33\xa9\x84\x4d\x13\x35\x7d\ \xf6\xb5\x11\x4f\xb7\x92\xb0\x82\xb2\x8e\x4f\x7d\x63\xda\xf9\x7c\ \xe8\x34\xe2\xed\x37\x5e\x6e\xe1\x2d\xf1\x0a\x77\xe6\xb2\xb1\x13\ \xf6\x24\x9b\xbf\x97\x29\x22\x21\x00\xfb\x52\xd7\x4f\xff\x62\xf9\ \xc5\x2c\x3b\x38\x08\xd8\x7b\xbc\x33\xac\x7a\xda\xce\x67\x9f\xff\ \xb8\x30\xb8\xc5\xac\x83\xb3\x7a\x3f\xb4\xec\xeb\x93\x5e\xf1\x3b\ \x35\x39\xa2\x8a\x7a\xe3\xa7\x4d\x93\xdf\x5b\x54\xb9\xc7\xb8\x05\ \x5f\xbc\xbc\x7f\xdb\x81\xf3\x06\xf3\x64\x9e\x98\x3d\xee\xa3\x8b\ \x8c\xd8\x90\x0d\x8b\x70\x55\x95\xcf\xaf\x5d\xfa\xe1\x57\xdb\xba\ \x5c\x5f\x36\xfd\xe1\xee\x2b\x97\x1d\xca\xe3\x0a\xa1\x12\xa5\x48\ \x08\x1e\xa0\xe9\x40\x4c\x1d\xc0\x7f\x4b\x68\x5d\xd6\xef\x12\x40\ \x08\x14\x51\xbd\x4e\xc3\x56\x4d\x6a\xd6\xae\x20\x03\x17\x42\x08\ \x20\x51\x35\xeb\x35\x6c\xdd\xb8\x7a\xf5\x38\x89\x50\x96\x7b\xfe\ \xd8\x4d\x57\x93\x9e\xcd\x39\xd8\x5b\x75\x6e\x57\xb8\xef\x48\x91\ \x3b\x7b\xe9\x3b\x6f\x4f\x5f\x78\x00\x87\x85\x12\x24\x80\x1b\x10\ \xd1\xf0\x95\x31\x7d\xce\x4e\x79\xed\xd9\xde\x6f\xed\x38\x9e\x29\ \x29\x82\x84\x36\x1d\x35\x7e\x50\xfe\xe6\xef\x3e\x19\x35\xf9\x7a\ \x44\x93\x97\x47\x36\x97\x63\xda\xbc\xf1\x66\x97\xbd\xe3\x5e\x18\ \xfc\xe0\x1b\xf9\xb5\x7a\xbf\x34\xac\xa9\xa9\x69\xc8\x11\x9e\xd0\ \xa4\x49\xc3\x96\x0d\x63\x23\x1d\x82\x73\x44\x14\xd9\x93\xf2\xfd\ \x3b\xaf\x0e\xe9\x35\xd6\x6a\xfb\xf8\x33\x8f\xd7\xe4\xcc\x7b\x72\ \xe3\x92\x69\xa3\x3f\xfa\x62\xca\xd6\x1a\x5d\x9e\x6e\x59\x1e\x85\ \x34\xea\xfd\xfe\x7b\xad\xb7\x8e\x7b\xe3\x85\x87\x9e\x1d\x3b\xfa\ \x9b\xeb\x85\x48\x26\x9c\xc9\x31\x4f\x7c\xf4\xd9\xe3\x35\xd2\x3f\ \x7e\x75\xea\x35\x2f\x28\x32\xf1\x47\xa6\x08\x61\x4a\x88\xe0\x3c\ \xb8\x42\x05\x7b\xde\xce\x37\x7b\x3e\xf9\xe1\xf4\x63\x8f\x4f\x7a\ \xa3\x51\x45\xaa\x69\x2c\xb8\x62\xf5\x06\x2d\x9b\xd4\x69\x90\x60\ \x27\x48\x91\xad\x83\xf3\xa6\xbf\x3f\x7a\x5e\xa1\x1a\xa6\x12\x10\ \xc2\xd2\x78\xf8\x80\x77\x5e\x8d\x38\xbd\x70\x68\xe7\x21\x73\xbe\ \x3f\xca\x55\x6c\x40\xe4\xa0\xf1\x6f\x25\xe4\xef\xfb\x7c\xd4\x84\ \xf5\xa7\x8d\xe1\x1f\xf7\x8f\x04\x14\x57\x23\x26\x65\xcb\xd4\xa7\ \x3a\x0c\x3d\x90\x57\x6f\xc8\x63\x6d\x6c\x50\xb4\x7e\xe2\x17\x9b\ \x77\x5d\x3b\x3c\x67\xda\xcb\x7d\x9f\xfd\x66\xcd\x65\x05\x17\xcc\ \x7b\x73\xf4\xac\x95\xc7\x69\x58\x08\xf1\x5b\x2c\xb0\xbc\x45\x63\ \xa6\xee\x39\x96\xb2\x6b\xda\xc4\x91\xfd\x47\x6e\xbb\xe4\x52\x7c\ \x37\xa6\x3e\x3f\x6a\xf9\x9e\x1b\xf6\xb0\x20\x04\x42\x58\x86\xa3\ \x7a\xe7\x37\xde\xea\x79\x69\xd1\xf4\x8f\xdf\x98\xee\x6c\xd0\x65\ \xc4\x73\xf5\xbd\x00\x09\x8d\x9b\xb9\x77\x2e\x7d\xb5\xd7\x53\xaf\ \x0d\xfd\xf8\x78\x86\x25\xdf\x4d\x4d\x6e\xa2\xb8\x91\x73\xe7\xae\ \xda\xba\x69\xf2\xe4\xe7\xc3\x00\xc5\xd4\x89\xbe\x72\x29\xd1\x03\ \x0e\xec\xcd\x3a\x77\xc9\x8a\x4f\x48\x90\xf8\x1f\x57\xff\x84\x10\ \x48\x96\x1d\xa0\x66\x9e\xd9\x77\x01\x45\x57\xad\x56\xce\xf2\xf9\ \x82\x2a\xb4\xf9\x7c\xdb\x86\x35\xdb\x57\xbe\xfc\x74\x2b\x00\xcd\ \xe2\x3c\xa4\x52\xb5\xc6\xd5\x3b\xb4\xef\x52\xe1\xea\x8d\x2b\x4e\ \x83\x60\x04\xe8\x5e\x89\xa4\x00\x02\x31\x75\x00\xff\xb5\xf1\xb5\ \x29\xa4\x26\x4f\xbf\x34\xb4\x4b\x7c\xda\xb1\x5d\x33\xdf\x9b\x9d\ \xcd\x65\xa0\x4a\xcb\xe7\x5f\x1d\xd4\xae\x5c\xd2\xde\x1f\x66\x7e\ \xb4\xc4\x8d\xf4\x7d\xab\x8f\xf5\x7b\xb5\x73\xe3\xea\xd9\xad\x9a\ \xf0\x1d\x73\x8f\x1b\x48\x46\xc2\xf0\x5b\x2c\x72\xce\xb9\xc9\x94\ \xb8\xba\x31\xbe\xe2\x65\xdb\xcf\x14\xb9\x63\x8a\x0a\x9d\xc1\xc2\ \x52\x63\x1b\x57\x0f\x0b\x95\xdb\x3f\xf2\x4a\x5b\x49\x2d\x48\x3d\ \x9f\x5c\x12\x59\xa3\x63\x68\x76\xca\xfe\x3d\x57\x4b\x4d\xb4\xf3\ \xd8\xcd\xa1\x2d\xea\xcb\xb0\x8f\x56\xa8\x3b\x68\xc2\x6b\xf5\xa2\ \x3c\x5b\x3f\x9d\xb2\x62\x5b\xae\x40\x18\xb4\xd2\xfc\x9c\x82\xdc\ \xdc\x9b\x7b\x13\x9d\xed\xea\x57\x95\xa8\xb3\xff\x27\x93\x3a\xd7\ \xa0\x05\x4e\x35\xc2\x81\xa9\x4c\xe2\xeb\xb4\x90\x4f\xed\xfb\x71\ \xe7\x29\x27\x0e\xa7\x5e\x0f\x17\x10\x61\x19\x6a\xad\x6e\x2f\x56\ \xbf\x31\xb5\x6f\xff\x93\x59\x1e\x07\x10\x00\x24\x04\x67\x8c\x23\ \x2e\x44\x59\xab\x7c\x64\x78\x35\xaf\xb7\xf4\xcc\x8e\x2d\x17\x3e\ \xe8\x56\x35\x21\xe2\x50\x6a\x76\xb5\x3e\x4f\x8d\xea\xdf\xc8\x99\ \x7c\x62\xd6\xeb\x9f\x5f\xf3\x90\xdb\x59\x79\xc6\x38\xb7\x4c\x11\ \x52\xbe\x5a\x54\xd8\xc9\x79\x07\x33\x8d\xc2\x82\xac\x02\x56\x9e\ \x09\x47\xc5\xda\xb1\x71\x61\x51\x4d\x87\x7d\xd0\x80\x4a\xe2\xf4\ \xa9\x74\x4e\x24\x61\x71\xdd\xeb\x73\x59\x19\x57\x2e\x5c\x6f\x19\ \x1d\x4a\x6f\x15\x7d\x30\x8b\x73\x10\x42\x00\x60\x40\x00\xfe\xdb\ \xc5\x38\x07\x2e\xd0\xed\xaf\xa4\xb8\xf5\xc1\x44\x65\x55\x6e\x9c\ \x71\x06\x1c\x5b\x2c\xa4\x62\xa3\x2a\x41\xc1\x25\x3d\x07\x8e\x7c\ \x58\x21\x37\xae\x5e\xca\x35\x65\x40\x1c\x74\x67\x71\x91\x5b\xf3\ \x11\x8e\xf0\x5d\xcd\x6c\x10\x21\xa8\x78\xd7\xdc\xf9\x3b\xce\x14\ \x82\xe1\xf4\x61\x0a\x02\x30\x42\x02\xb8\xe0\x02\x11\xc4\x81\x03\ \x10\xff\xb5\x85\x10\xc2\x9f\x82\x42\xfe\x94\x0c\x07\x81\x29\x02\ \x2e\x04\x26\x54\x2f\x4e\x5a\x35\xf9\xcb\x14\x0d\xb9\x73\xd2\x11\ \x48\xcc\x34\x13\x1e\x1e\xf0\x69\xd7\xd7\xe2\xf5\x03\xc3\x5f\x5a\ \xe3\x53\xec\x72\xa0\x31\x53\x80\xa9\x03\xf8\x1f\x8b\xad\x65\x64\ \xee\xfb\xec\x9d\x83\x53\x90\x10\x9c\x81\x2a\x11\x00\xe1\xdd\xf9\ \xe1\x9b\x3f\x23\x24\x38\x63\x58\x55\x64\x33\xfd\xf0\xd6\x0b\x6f\ \x4c\x1e\x35\x6d\x4c\xd0\xa5\x3d\x47\xce\x14\x48\x8a\x9d\x69\xa6\ \xc5\x99\x1a\x1e\x22\x21\xcc\x64\x62\xe4\xa7\x38\x83\xc3\x9b\xb5\ \x4e\xd8\xb9\xdd\x4d\xb0\x44\x88\x64\x96\x66\x14\x6a\x05\x87\x67\ \x4f\x99\xb7\x2f\xcb\xa6\xd8\x31\xd7\x6d\xb5\x12\xac\xd8\x2e\x75\ \xeb\x44\x9e\x3b\x6f\x6b\x56\x3b\x5a\x3b\x9b\x6a\x41\x90\x71\xfd\ \xe8\x17\x4f\x9f\x40\x20\x38\x63\x54\x52\x10\x02\x4c\x09\x46\x60\ \x93\xea\xb4\xa8\xe6\x28\xdc\x99\x12\xd6\xa0\xe3\xd0\x3e\x8e\x0f\ \x3b\x0c\xde\x9e\xdd\x60\xe5\xee\x89\xaa\x84\x0a\xd2\xaf\xe1\x46\ \x1d\x1a\xd7\x8e\xdf\x7f\xc5\x4d\x55\x55\x30\x06\x54\xd5\x2e\x6c\ \x1c\xff\x7d\xca\x13\x5f\xce\x71\xbe\x34\x72\xe5\xaf\x29\x6e\xb7\ \x87\xc6\xd6\x8f\x70\x90\x3c\x26\x30\x22\x08\x81\x10\x02\x2b\x36\ \x85\x90\xa8\x84\x7a\xd5\xa4\xa2\x9d\x79\x6e\x09\xcb\xe7\xe7\x7f\ \xfe\xd2\x42\x04\x82\x5b\x8c\x48\x18\x2c\x84\x04\xb7\x48\x48\x90\ \x4d\xa1\x98\x22\xf0\x15\x64\xbb\xbc\x0d\x3a\x37\x0c\xde\x9b\x8a\ \xb0\x44\x89\x84\x3c\xf9\xf9\x5a\x31\xde\xb7\xf2\x9d\x29\x7b\x10\ \xb5\x49\x12\x32\x18\xc5\x08\x21\x82\x29\x48\x94\x62\x2e\x00\x00\ \x21\x24\x10\x23\x11\x61\x76\x04\x48\x92\x08\xe7\x0c\x01\xb2\x04\ \xb7\x45\x84\x48\x80\x18\xc5\x60\xfa\x17\x47\x11\xba\xd3\xe4\x0b\ \xc0\x02\xb0\x87\x07\x53\x40\x54\x92\x7c\xc5\x69\xc5\xbe\xec\xed\ \x9f\x7f\xb0\xf1\x82\xd3\xa1\xda\x09\x30\x19\xa9\xc8\xef\x94\x06\ \x84\xdc\xd3\x7d\x06\x21\xa1\x67\x5e\xbd\x96\x78\x3e\x47\x55\x14\ \xce\xad\xb4\xb3\x37\x07\x77\x6d\x1e\x4d\x36\xe6\x45\xd5\x69\xd3\ \x00\x1d\x5f\x78\xcd\x24\x0d\x91\x10\xa6\xae\xeb\xa6\xce\x4d\xcc\ \x40\x42\x80\x85\x65\xea\x00\x75\xbb\xf6\xad\xa7\xa5\x2d\xbe\x92\ \x8f\xab\x49\x96\xaf\xe8\xf2\xf1\x93\x97\x34\x22\x03\xe6\x10\x2a\ \x2b\xf2\xf9\x79\x9f\xbf\xb6\xc2\x98\xbe\x6a\x4c\x8b\xc6\xe5\x93\ \x8f\x14\xc9\xb6\x00\xcf\x04\x98\x3a\x80\xff\xee\x60\xfa\x8e\x7f\ \x73\xcb\x2f\x94\x43\xb7\xeb\x88\x2d\xd3\x10\xc2\x4f\x24\x08\x11\ \x6a\x16\x5e\xfb\x71\x6b\xd2\x82\x19\xfd\x66\x3d\x38\x26\x97\xab\ \x0e\x8c\x30\x81\x1b\x07\x8f\x97\xbc\x30\x6e\xfe\xce\x7a\x87\xd7\ \xce\xfd\x6a\xde\xa1\x39\xf3\x8f\xbc\x37\x6d\x51\xcd\xa1\x19\xb5\ \xdb\x96\x3f\xfc\x83\xa5\x67\x1f\xf8\x6e\xe1\x43\x6f\x7d\xbd\xb4\ \xe5\xd5\x64\xc3\x2a\x5e\x33\x61\xda\xc1\x8b\xdb\x17\x6c\xea\x32\ \x7c\xd1\xca\x5e\xc5\x38\x52\x5c\x9b\x3c\xe7\x08\x56\x24\xc4\xb9\ \x69\x59\x02\x00\x63\x02\x08\xb8\xe6\x76\xd1\x1a\x2f\xcc\xf8\xe6\ \x09\x5b\x15\x7b\xea\xbe\x0f\xd6\x5f\xf1\x86\xd9\x0f\x5c\x09\x1a\ \xfa\xe5\x97\x5d\x5d\x11\xd5\x23\xf0\x0f\x0c\x32\x8e\x6c\x5a\xb8\ \xb5\xcd\xd8\xd5\xcb\xfa\xdf\xc8\xe3\xce\xf4\x65\x93\xa6\xdc\xe4\ \x60\x0f\x32\x8f\xcd\xff\x3c\xd1\x19\x34\xe3\xfb\x99\x25\x7d\x9f\ \xdf\xb9\xef\x97\x63\x29\x8f\x4c\xd9\xb2\x32\x9b\x54\xb1\x9b\x67\ \x34\x0b\xb8\xa9\x85\x36\x7f\x76\xca\x86\xca\x8e\x84\x6a\x29\xcb\ \x66\x1e\xbf\xe2\x96\x15\x95\x5b\xa6\x25\xc4\xed\x81\x13\x89\x94\ \x26\x5f\x3e\x79\x73\xf4\x07\x6b\x57\x9c\xff\x79\xc3\x97\x9f\x2c\ \x5f\x3e\x7d\xd1\x67\x5f\xbf\xfb\x7d\x83\xc7\xd4\x9a\xcd\xb5\x5d\ \xc7\x09\x64\x2d\x9d\xb6\x64\xd2\xd4\x89\x4b\xda\x0d\x76\x32\xf3\ \xc8\x9c\xef\x56\xec\xb8\x46\x55\x44\x65\x2c\x00\x08\x22\x36\x0c\ \x80\xb0\xc4\x4a\x8f\x1d\x3c\xd8\xe7\xbd\xf1\xf3\x3a\x0c\xbe\xb6\ \x73\xe9\x37\x0b\x7e\xa5\x44\x5c\xdd\x73\x5c\x7b\x66\xf4\xc2\x9d\ \x4d\x0e\xac\x9a\x3d\x6f\xc9\x31\x21\x61\x05\xdb\x24\x84\x6f\xfd\ \x10\x98\x62\xfd\xcc\x8e\xd3\x43\xbf\x7c\x6b\xc9\x96\x4e\xbb\x16\ \x7e\xb5\xf8\x87\xcd\x73\x36\xb4\x7f\xe1\xfb\x95\x3d\x93\x32\x34\ \x77\xe6\xd2\xf7\xbe\x38\x9e\x03\x14\xdb\x55\x4c\xe0\x9e\xb1\xac\ \x40\x08\x23\x9b\x9d\x2a\x94\x60\x4a\x08\x56\x24\x71\x7a\xfd\xbc\ \x63\x3d\x3e\x9d\xf6\xc3\x32\x5f\x70\x15\xd8\xbf\x61\xeb\x2f\x69\ \x72\xf5\x66\x24\xac\xde\x8b\xd3\x27\x77\x2d\x16\x76\xc8\x5b\x35\ \x75\xb1\xab\xb8\xb4\xc6\xab\xcf\x4d\x8b\xef\x5e\xb1\x66\xe8\x9a\ \x4f\x26\x5d\x28\xe2\x41\xb5\x90\xa3\x42\xeb\xb7\xe7\x7e\x99\xad\ \x4b\x8a\x9e\x3c\xff\x93\x75\xc2\x04\x9b\xaa\xb8\x73\x7e\x5e\xb6\ \x6e\xe0\xc4\x89\xaf\x1e\xeb\xf7\x41\xa6\x49\x48\x40\x4c\xfe\x77\ \xe1\xaf\xc5\x0c\x28\x5f\x02\xb8\xfb\x9b\xac\x19\xf2\xd0\xc5\x73\ \x63\x0e\x7c\x3c\x6e\xfe\x99\x70\x25\x5c\x26\xf7\x35\x81\x15\xcc\ \x22\xa1\x31\x09\xd5\xcb\x65\x9e\x4b\xf4\x0a\x5c\x56\xec\x61\xa1\ \xf2\xb5\xea\xd6\xae\x11\x99\x77\xe5\xc2\xd5\x1b\x05\x16\x27\x15\ \x1b\x35\xa9\x56\x29\x4c\x2f\xc9\xbb\x71\xfe\x5a\xa1\x4b\x67\x1c\ \x57\x68\xd8\xb8\x5a\xe5\x08\xe6\xca\xbf\x7a\xea\x72\xa1\xc7\x10\ \xc8\x56\xa3\x55\xb3\xf8\x10\x7e\xfd\xf8\xc9\xf4\x22\xf3\x8f\x4e\ \x02\x42\x08\x2c\x97\xaf\x59\xbb\x6a\xa5\x48\xe4\x2b\xbc\x7c\xfc\ \x5c\x81\x17\x08\x08\x25\xb2\x42\xfd\x66\x35\x83\x65\x51\x9c\x91\ \x76\x23\x31\xc5\xad\x5b\x16\xb6\x57\x6f\xd2\xb0\x62\x5c\x08\x2b\ \xcd\x4b\x3c\x7d\xc9\x45\xcb\x55\xaf\xea\x48\xbb\x94\xec\xd4\xa5\ \x5a\xad\x1b\xb2\xcc\xeb\xc9\xa9\x45\x6a\x4c\xa5\xfa\xcd\xea\x04\ \x11\x3d\xe7\xfa\xf5\xab\x97\x53\x6b\x0c\x1d\xff\xd9\xc8\x98\xd9\ \x13\xb7\xb8\x9d\x05\x17\x4f\x26\x7a\xb8\x74\x57\x69\x0e\xb7\x98\ \xa3\x7c\x95\xfa\x4d\x12\x58\x5e\xf2\x85\x0b\x37\x3d\x5e\x2b\x22\ \xa1\x76\xbd\xfa\x95\xb1\x51\x9a\x76\xe9\x5a\x66\x9e\xd3\xd4\xad\ \xb0\x84\xda\x75\xeb\x55\x92\x85\x37\xf5\xec\xc5\xb4\x6c\x77\x4c\ \x9d\x9a\x0e\x2d\x27\x29\xd9\x59\xae\x6a\xf5\x72\xa4\xf8\x46\x6a\ \x21\x20\x61\x61\x7b\x42\xe3\x46\x55\x62\x94\x9c\x2b\x17\xaf\x26\ \x17\x22\x8c\x2c\x0b\xc5\xd5\xad\x5f\xb3\x6a\x58\x4e\xe2\xf9\x6b\ \x29\xc5\x82\xd8\x2b\xd7\xaa\x6a\xe6\x24\x67\x17\xeb\xb7\x4b\x18\ \x19\xa7\x55\x1a\x37\xaa\x12\x23\xdf\x3c\x7f\x2e\x25\xc3\xc9\xb1\ \x5a\xb5\x49\xe3\x2a\xf1\x21\x5a\x61\x56\xe2\xe9\x2b\xa5\x3a\x8e\ \xa9\x56\x23\xd8\xc8\x49\xc9\x28\xb9\x7b\x87\x26\xc1\x39\x75\x54\ \xa9\x5d\xd9\x7d\x33\xa9\xc0\x69\xfa\x4f\xcb\x4d\x53\x0a\x8f\x6f\ \xd0\xaa\x9e\xea\xcb\xbd\x70\xec\x7c\x89\x8e\x24\x7b\x68\xb5\x7a\ \x75\x63\x63\x6c\x00\x98\x0a\x4f\xe2\xf1\xb3\xc5\x3c\xa2\x6e\xd3\ \x9a\x41\xd4\xca\xbc\x74\xe1\x6a\x72\xa1\x24\x53\xec\x88\xac\x55\ \xbf\x56\xb9\x48\x15\x00\x11\x56\x72\xf6\xf0\x45\x52\xae\x72\xa8\ \x99\x7b\x23\xbd\x98\x38\x22\x6a\xd5\x2f\x9f\x79\xe1\x9a\x53\x63\ \x9a\x56\x68\x6b\xf8\xd2\xec\x2f\x5a\x4f\x79\xec\xb5\x80\x9a\xfc\ \x9f\x42\x88\x8a\x11\x0a\x30\x75\x00\xf7\x62\x6a\x9d\x0c\x5a\xb1\ \xf9\xe9\x6a\x19\x87\x7f\x3a\xbe\x73\xf9\xf2\x33\xa9\x86\x2c\xdd\ \xc7\xeb\x85\x90\x30\x0d\xdd\x60\x92\xed\x4e\x3b\x54\x61\x6a\x9a\ \xc1\xb9\x44\x55\x59\xa1\xc0\x99\xa1\xeb\x16\xe7\x00\x58\x56\x54\ \x89\x62\xc1\x99\xa1\xe9\x96\xe0\x00\x44\x51\x55\x42\x10\x30\x4b\ \xd7\x35\x26\x90\x24\x29\x92\x74\xd7\xf9\xbb\x30\x35\xcd\xe4\x1c\ \x00\x4b\xb2\xe2\x67\x53\x66\x1a\x86\x69\x0a\x00\x84\xa8\xac\x2a\ \x14\x03\x67\xcc\xd0\x0d\x26\x18\x20\xaa\x2a\x2a\x06\x53\xd3\xb9\ \x6c\x53\xb1\x60\xba\x4f\xc7\xb2\x2a\x4b\x98\x19\xba\x6e\x9a\x02\ \x00\x13\x19\x98\xd5\xf0\xc5\x09\x9f\x3c\xad\x0d\x6e\xff\x51\x31\ \x04\xd9\x54\xf5\x2f\x34\x90\xcc\xd4\x75\xd3\x42\x58\x56\x55\xc9\ \xef\x0d\x66\x58\x16\x00\xa2\x92\x2a\x4b\x04\x80\x5b\xba\x6e\x30\ \x06\x80\x24\x59\x95\x25\x6c\x6a\x1a\x43\x92\xaa\x10\xcb\xd0\x4d\ \x41\x54\x59\x02\x10\xb7\xfc\xc3\x04\x95\xd4\x5b\x2e\xb7\xc2\xd0\ \x34\x93\x73\x49\x52\x65\x99\x22\xc1\x0d\x5d\x03\xaa\xfe\xae\x08\ \x59\x70\x5d\xd3\x2c\x01\xb2\xac\xca\x12\xe1\xcc\x32\x74\x9d\x09\ \x81\x10\xf5\x3b\x81\x99\xba\xc6\x90\xa4\x48\xf4\x9e\x61\xb5\xe0\ \x86\xa6\x63\x45\xbd\xd3\x8c\x98\x9b\x86\x6e\x9a\x02\xb0\xac\xa8\ \x94\x62\x28\xf3\x48\x03\x04\x20\x00\x2b\xaa\x8a\xb9\xa5\x19\x06\ \x00\x22\x54\x96\x65\x8a\x00\x01\x37\x35\x4d\xbf\x55\x47\x49\x14\ \x9b\x22\x2c\x9d\x81\xa4\xca\x94\x5b\xa6\xae\x33\x59\xa5\x20\x45\ \x3f\x3e\x7a\x60\xc3\xa6\x5d\x1a\x95\x4b\x7f\xfd\xc1\x17\x02\xee\ \x5c\xf7\xbd\x36\x04\x94\xa0\x4f\x1f\x8e\xb1\xcb\x38\xc0\xd4\x01\ \xdc\x1d\x9c\x43\x58\x95\x9a\x35\x13\x62\x14\xe1\xb9\x7e\xfa\x6c\ \x76\x29\xfb\x7b\xe2\x65\x4b\xd7\x39\x96\x64\x19\xff\x17\x2f\x2a\ \x09\x6e\xea\x26\x96\xff\x8b\xd5\xe4\x82\x71\x5b\x54\x5c\x5c\xa4\ \xb8\x79\x3d\x9b\x05\x2a\xa3\xfe\xab\x08\x07\x39\xea\xb4\x6b\x14\ \x69\x83\xc2\x8c\xf4\x1b\x97\xd3\x0c\x84\x03\x55\x20\xf7\xc9\xd4\ \x32\x45\x33\xfa\x95\x77\x04\x98\x3a\x80\x7b\xd2\x1a\x80\xe6\x2b\ \xf5\x09\x24\x01\x55\x14\xbb\x44\xfe\x0e\xd3\x72\x8e\xe2\xea\xd6\ \x56\x3d\xe9\x37\x52\x5d\x7f\xe1\x20\x8e\x40\x98\x86\x09\x54\xa2\ \xf7\xf9\x0a\x0b\x01\x72\x70\xf5\xfa\xf1\x85\xd7\xaf\x17\x3a\xd9\ \x7d\xaa\xc9\x39\x63\x4a\x54\x95\x66\x4d\x22\x2e\x1c\x38\xeb\xba\ \x17\x5b\x20\x10\xa6\x61\x58\x48\x51\xa5\xbf\xbc\x3e\xe7\x16\xb3\ \x2c\x21\xab\xf2\xbf\x58\x7b\xc6\x4c\x83\x63\x2a\xfd\xf6\xc1\x11\ \xa6\xae\x71\x24\x2b\x32\xf9\x57\xde\x71\x53\x37\xfc\xe2\x48\x22\ \x49\xf4\xd6\xc9\x99\xa1\x33\x81\x25\x45\x42\x00\xc2\x32\x0d\x93\ \xdd\x1e\x36\x95\x65\x04\x96\xc5\xb1\x2c\x51\x00\x61\x19\x06\x10\ \x89\x52\x24\x98\x10\x9c\x99\x96\x45\x15\xf5\x5f\x10\x16\x72\xdd\ \xa7\x33\xc1\x31\x96\x14\x55\x09\x54\x82\xfc\x53\x4c\xfd\xc5\x23\ \xe5\x1d\x32\x0e\x44\x0d\x01\xdc\x23\xfb\x61\xc0\x83\x1f\x2f\xdc\ \xfa\xeb\x0f\x73\xbf\x9f\xd4\xb6\xba\xe4\x33\xfe\x86\x4d\x29\x37\ \x0c\xa5\xd7\x7b\x63\x9e\x7c\xa8\x82\xa6\x5b\x7f\x15\x1d\x0b\x7b\ \xc3\x6e\x0f\xd6\x89\x0b\x62\xec\xbe\xae\xc2\x2d\x13\x97\xab\x3d\ \xea\xab\xd1\xf5\xe3\xb0\x7e\xdf\x7f\x18\xd3\xf5\x90\xba\x0f\xbc\ \xfe\xf1\xc0\x72\x8a\x75\xcf\x8e\x19\x02\x10\x95\xff\x8a\xa6\x05\ \xd7\x74\xda\xee\xb9\xd7\xe7\x1c\xfc\x71\xcd\x86\xb7\x2a\x86\x30\ \xf3\xef\x77\x1c\x12\x16\x23\xd5\xdb\x75\x69\x5a\x33\x8a\x5b\x0c\ \x00\x04\x33\x35\x5c\xee\xc5\xc5\x9b\xbf\x78\xbb\xad\xa5\xe9\x7f\ \xff\xfd\x46\x34\xa6\x66\xdd\x66\x1d\xdb\x34\x6f\xd3\xb0\x5c\x10\ \x36\x4c\x86\x10\x70\xc6\xc3\xab\xd7\xae\x5d\x3d\x96\x70\xc6\x38\ \x0f\x8a\xab\xd9\xaa\x4b\xdb\xc6\xad\x1a\xd6\x6f\xdd\xa2\x75\x97\ \x16\xf1\x31\x76\x7b\x44\x7c\xa5\xf8\x70\xc4\x19\x07\x12\x5d\x3d\ \xa1\x5c\x28\xf1\x79\xe4\xee\xa3\xdf\xfa\x7a\xfb\xea\x15\xfb\xe6\ \x34\x8f\x91\x0c\xf6\xb7\xad\x6a\xb1\x62\xb3\xd9\xed\x0e\x55\x0d\ \x14\xec\xfd\xdd\x3b\x18\xb8\x05\x01\xdc\x83\xb2\x68\x6c\xcd\xf2\ \x57\x7f\xfc\x66\xec\x4b\xd3\x4e\xdf\x34\x95\xfb\xcb\x2c\x5a\x86\ \x61\x98\x16\x67\xcc\xd0\x34\xbf\x9c\x51\x71\x28\x12\x11\x0c\x98\ \xae\xe9\x8c\x09\x84\x80\x19\xba\xae\x5b\x9c\x59\xfe\x1e\xc6\xc0\ \x4d\x9d\x44\x0f\x78\xf3\x9d\x8e\xb5\x42\xf5\x32\xda\x13\x96\xae\ \x19\x86\xc5\x99\xa5\x6b\x3a\xbb\xdb\xab\x8d\x08\xb1\x07\x49\xc0\ \xb9\xc5\x4d\x5d\x33\xfc\xc4\x2b\x04\xe7\x5c\x70\xcb\xd4\x75\x43\ \x00\x42\x20\x4c\x5d\xd3\x0d\xab\xac\x8f\x07\xf8\x2b\xde\x04\x08\ \x6e\xea\x9a\xc5\x04\xf2\xf7\x63\x32\x2c\x00\x04\xdc\x32\x74\x53\ \x00\x12\xcc\xd2\x75\x93\x73\x6e\xe9\xba\x6e\xdc\xd9\x56\xca\x7f\ \x61\xac\xc8\xec\xf8\xca\x05\xd3\xa7\x6e\xb2\xd7\x49\x08\x96\x81\ \xfb\xbd\x16\x2c\x53\xd7\x0c\xc6\xb8\xa9\x6b\x86\xc5\x00\x21\xc1\ \x2c\x4d\xd3\xad\xdf\x2e\x0e\x65\x0d\xf8\x38\x37\x35\xdd\x62\x1c\ \x04\xf7\x31\x7b\xb7\xe1\x63\xfb\xb5\xa9\x64\x18\xba\x00\x40\x08\ \x61\xb0\x72\xae\x5e\xbe\x91\xf6\xdb\x4a\x20\x33\x74\xbd\xec\x56\ \x68\x16\x17\x08\x84\xa9\xeb\x96\xc5\xb9\x75\xf7\x9b\xc3\x99\x29\ \xc2\xaa\xbf\xb3\x79\xe9\xbb\xe3\x87\x3c\x33\xfe\xc3\x19\xf3\x3f\ \x68\x1c\x4b\x0d\xd3\x30\x70\xfc\xb0\x85\x8b\xe6\x2c\x7c\xb7\x46\ \x94\xf0\x69\x66\x64\xed\xf6\xfd\x47\x3c\x3b\x76\xf9\xaa\x99\x0b\ \x3e\x18\xf4\xfc\x23\xd5\x2b\x85\x35\x1e\x34\xe1\xd3\x31\xbd\x89\ \xe6\xd2\x50\xe8\x90\x25\x5f\x3f\xd1\x2d\x9e\x83\x67\xdf\x77\x5f\ \xbd\xfd\xe2\x77\x2e\x54\x21\x3a\x54\x0e\x14\x6f\x04\x98\x3a\x80\ \x7f\xcb\xfc\x87\xa1\x6b\x25\xa5\xa5\x5e\xb7\x79\xbb\xf9\x85\xf8\ \x93\x79\xc7\x6f\x5b\x84\xa1\x89\x56\x2f\xbf\xb7\x74\xff\xfa\x05\ \x3f\xaf\xfc\x62\xe6\xcb\x55\x82\x91\xc1\x4c\x8f\x65\xef\xf0\xda\ \xe4\x65\xfb\x36\x4e\x9f\xf1\x7c\x8c\x43\x68\x1e\x2d\xb4\x7e\x97\ \x0f\xd6\x2f\x5f\xbc\x7b\xf5\x27\x93\x06\x47\x51\x53\x43\x31\xc3\ \x67\x8c\x6d\xd7\x22\xbe\xd7\x07\x9f\x2d\xdc\xb6\xe0\xd9\x07\x2b\ \x7a\xbc\xbe\xd8\x07\x1e\x9f\xb2\x75\xf5\xe2\xdd\x2b\xdf\x1b\xdd\ \xcb\xc1\x6f\x13\xf1\x1d\x97\x36\x35\x2d\xa8\xf6\x4b\xdf\x2e\x58\ \xb5\x7f\xfd\x3b\xa3\xba\xc9\xa6\xcf\xa7\x93\x16\x83\x46\x7d\xfb\ \xd3\xb2\x45\x3f\xaf\x78\x7d\x78\x3b\x62\x68\xba\xc1\x2b\x75\x78\ \x72\xea\xa6\x65\x0b\x77\xaf\x99\x35\x67\x4c\xdd\x48\xa1\x9b\x82\ \x33\xe6\xf3\xe8\x75\x9f\x7c\xeb\x9b\xc5\x63\x2b\x48\xbe\xe8\x2e\ \xcf\x4c\x9f\x3d\x2c\x88\x95\x3a\xea\xf6\xfb\x7a\xd1\x84\xca\xa2\ \xc4\xd1\xb8\xc7\x17\x3b\x37\x2c\xde\xb5\x62\xde\xa6\xe9\xdd\x1a\ \x47\x5b\x86\x29\x7e\x3f\x70\x84\x84\xaf\xa4\x20\x27\x33\xdf\xed\ \x05\x00\x81\x00\x80\x99\x22\x2c\xe1\xf9\x59\xdf\x2d\xd9\xbb\xee\ \x9b\x25\xe3\x1b\xc7\xdb\x0d\x4d\xb3\xe4\xa8\x7e\xef\x7d\x36\xff\ \x97\x95\x0b\x77\x2d\x7f\x6b\x68\x2b\xa4\xb9\xa4\x98\x66\xef\x2f\ \x5f\x30\x6f\xc7\xea\x6f\x97\xbc\x53\xa7\x3c\x75\xfb\xd4\xfe\x1f\ \xbd\xdd\xb7\x47\xd5\xd6\xaf\x8c\x9d\xb7\x63\xe5\xeb\x03\xeb\xea\ \x22\xe6\xc5\xcf\xdf\x7b\xbc\x6f\xc3\x4a\x09\x51\x48\x70\x01\x60\ \xe9\x7a\x44\xd3\x87\x26\x6d\x5a\xb9\x78\xf7\xea\x8f\x26\xf4\x0f\ \xc7\x86\x8f\x07\x3f\xf1\xc5\xac\xa5\x7b\x56\x2e\xda\xbb\x66\xc2\ \x7b\x7d\x1c\xc2\xfc\xf3\xf4\x00\xc9\x76\x87\x91\xb4\xe0\xad\xd7\ \x9e\xef\x39\xec\x6c\x58\xbd\x27\x9f\xaa\xef\x35\x3c\x15\xbb\xf7\ \x0c\x3b\xb9\x66\xdd\x45\xdc\xbe\x5d\x1d\x09\x41\xea\xde\x85\xaf\ \x0e\x7c\x79\xd5\xf6\x8b\x67\x36\xcc\x7d\x75\xf0\xe8\x9f\x0e\xa5\ \x51\x1b\xf2\x79\xdd\xa5\x50\x52\xea\x2d\xf5\x79\x2d\xc4\x05\x80\ \xd0\x3d\x6e\x67\x51\xa9\xc7\xd0\x78\xe0\x85\x08\x30\x75\x00\xff\ \xc6\x74\xfd\x3b\x4f\x69\xa2\xda\xec\x0e\xff\x1c\xb6\x0c\xd4\xbf\ \x45\x91\x91\xe0\x8c\xd3\x7a\x5d\x1b\xeb\xe7\x96\xbf\xf3\xdc\xe7\ \x25\xb5\x9f\x78\xff\xfd\x9e\x12\x98\x32\x36\x2e\xac\x9f\x33\x61\ \xe4\xd7\x52\x87\x61\xcf\x3c\x54\x5d\xc7\xb1\x23\x67\xbc\x57\xee\ \xf2\xea\x71\x2f\x7d\x49\xba\x0c\x1f\xfd\x72\x5b\xa4\x65\xae\xfa\ \x78\xce\xb1\x73\x99\xbb\x67\x4e\x7d\xe7\xf9\x77\x37\xec\x4b\xb3\ \x95\x6f\xf1\xce\x97\xa3\x3c\x3f\x7d\x3d\xfe\x8d\xc5\x55\x86\x8c\ \x79\xb1\x7f\x4d\x5d\x33\x01\x13\xc5\x6e\xb7\x3b\xec\x12\xc1\x00\ \x02\x30\x95\x58\xc9\xbe\xf9\x33\x26\x4d\x58\xdb\xf0\xa5\xb7\x07\ \x75\x8b\xb3\x98\x71\x79\xc7\x9a\xcf\x5e\x1a\x3d\x65\xe6\x91\xce\ \x2f\x8e\x6e\x1d\xcd\x68\xb5\x8e\x9f\xce\x1b\xe9\xdc\xb3\xec\x93\ \x17\xdf\x9b\xf5\xf5\xe6\x4c\x27\x50\x02\xa6\x45\x9a\x0d\x19\x33\ \x76\x58\xed\xad\x5f\x2f\x48\x2c\x61\xc1\xe5\xca\x25\xd4\x88\x22\ \x82\x11\x5b\x64\xb5\xaa\x15\x24\x66\x46\xd4\x69\x58\x3b\x2a\x69\ \xea\x88\xb7\x37\x9f\x51\xc7\x7c\xfb\x76\xad\x08\x6e\x98\x1c\x2b\ \x8a\xcd\xe1\xb0\xd9\xca\xfc\x5f\x10\xc2\xf8\x76\x66\x59\x70\x4d\ \x97\x7b\xbf\xff\x61\xef\x4a\xe9\x9f\x3e\xff\xf6\x51\x5f\xfd\xf1\ \x5f\x3c\x13\xc4\x8c\x0e\x6f\x8c\x7b\xa5\x5f\xf8\xca\xf1\x13\x3f\ \x7e\xfd\xd3\xcd\x7b\x92\x40\xb6\x19\x79\x97\x97\x8c\xff\xf0\xbd\ \x17\x3e\x4e\x8b\xec\xf1\xd2\xa0\x07\x54\x28\xfe\x71\xc6\xdc\x9d\ \x07\x52\x4e\x2e\x9b\xf3\xfe\x33\xaf\x2f\xfe\xe1\xba\x8c\x8b\x96\ \xbd\x3b\x71\xf5\xc1\x8c\xaa\xf5\xe3\x09\x17\x20\x2c\x1e\x5c\xf3\ \x8d\x2f\xdf\x56\x8e\x2d\x1e\xf7\xca\xac\xd0\x3e\x23\x5f\x1b\xda\ \xd8\x12\x41\xad\xba\x57\x3b\xbf\x6c\xf2\xfb\xef\x6e\xa8\xf7\xec\ \x98\xbe\x4d\xcb\xdd\x91\x6e\xfe\xed\xf3\xc9\x05\xc2\x94\x06\x47\ \x54\x8c\x09\x52\x3d\x05\x4e\x1d\x22\x1e\xe8\x5c\x2f\x79\xc7\xa6\ \x0d\xbb\xae\xd5\xed\xd8\xcc\x8e\x05\x22\x54\x02\x89\x20\x84\x31\ \x91\x40\x22\x00\xa6\xcf\xaa\xf1\xf0\x80\x0f\xa6\xcd\xfc\x6c\xe6\ \xc4\xae\x35\x1d\xba\xc9\xfc\xbf\x3f\xc2\x81\x05\xc0\x00\x53\x07\ \xf0\x7f\x26\x1b\x22\x0c\x26\x77\x7a\x77\xf2\x82\x9d\xdf\x7f\x34\ \x69\x48\x39\xd0\x4c\xc6\x4d\xe4\xe8\x31\x71\xc6\xc2\x9d\x4b\xc6\ \x8d\x1b\x10\xca\x35\x0b\x40\x18\xac\x38\x33\xed\xfa\x8d\x9f\x17\ \xcc\xdd\x1a\xd4\xa1\x7d\x8c\x4c\x10\x37\x0b\x52\xaf\x9f\xbf\xb4\ \xff\xf0\xc1\x9b\x55\x2b\x85\xd9\x2b\x37\xaf\x27\x17\xaf\xfb\x66\ \xe3\xc5\x8b\x3f\x2f\x5b\x73\x2c\xee\xc1\xb6\x21\x60\x3a\x0b\x4b\ \xbc\x9a\xe1\x2e\x2a\xcc\xcf\xc9\x73\xba\xbd\x11\x75\xda\x57\x2a\ \xb9\xba\x66\xe1\xce\x0b\x27\x37\xaf\xfe\x39\xa5\x46\xf7\x96\x92\ \x70\xcb\x35\x5a\x8f\x59\xf6\xfd\xc2\xed\xb3\x1f\xef\x54\xdd\x32\ \x75\x81\x29\x72\x65\x5d\x3c\x79\xf6\xc4\x81\x55\x5b\xce\x39\x6b\ \x75\xa8\x8b\x41\x6a\xf8\xf8\xb3\x63\xbe\x9c\x34\x62\x48\xbb\x48\ \xbb\x1a\x64\x27\x55\x9a\x75\x8d\xba\xb2\xe3\xbb\xaf\xd6\x24\x5e\ \xbe\x96\x78\xfe\x6a\x89\x89\xb1\xa5\xd9\x1a\x3d\x31\xe9\x93\x47\ \xf6\x4e\x7a\x67\xed\xd1\x4c\x09\x88\xe0\x60\xe8\x4c\x80\x00\x60\ \x06\xb7\x04\x80\x10\xc8\x97\x97\x7b\xf3\xea\xc5\x4d\xb3\xbe\xbb\ \x12\x56\xbb\x6e\x9d\x72\x9a\x69\x34\x1c\xfe\xee\x9c\x9f\x96\x4d\ \xfd\x76\x74\x15\x1b\x33\xfd\xbd\xea\xfc\x29\x22\x00\xc1\x4d\x16\ \x54\xa9\x65\x9d\x0a\xfb\xbf\xfb\xfe\xc4\x95\x93\xeb\xe7\xad\xf2\ \xd6\x6b\x16\x5f\xb1\x7a\xa7\x96\x35\x0f\x4f\xff\x7c\xf3\x81\xb3\ \x29\x17\x2e\x5c\x4b\xcd\xb7\x38\x84\xd5\x69\xf1\xf4\x87\x13\xde\ \xfb\xf4\xa5\x46\x55\xc3\xc2\x83\x6d\x04\x98\xa7\xb8\xc4\xe3\x35\ \xbc\xa5\xc5\x79\xf9\xb9\xa5\x1e\x03\x21\xe6\x72\x15\x14\x17\xf9\ \x74\xd3\x6f\x97\xa5\x07\x25\xb4\xa9\xc5\xb2\xd7\x7e\xb7\xe5\xe2\ \xf9\xed\xcb\x37\x9f\xab\xdc\xbd\x8d\x03\x71\xe6\xf1\xe6\xa4\x24\ \x9d\x3a\xf8\xd3\xb9\xc4\xd2\x84\xca\x61\x77\xc9\xb9\x33\x5d\x0f\ \xae\xf3\xf2\xd7\x73\xe7\xae\x1b\xc7\xf6\xad\x9c\xbf\xe2\x72\x48\ \x4c\x8d\x26\x2d\x2a\xdb\x2b\x57\xad\x1c\xec\x28\xdf\xa4\x63\xad\ \x08\x62\xfa\x5b\xc3\xa2\xdb\x1f\x63\x84\x08\xf6\xe4\x65\x5d\x3d\ \x73\xe1\xf2\xb9\x2b\x05\x6e\x16\xe0\xe7\x7f\x2b\x04\x34\x8a\x01\ \xdc\x6f\x70\x2d\x11\xf3\xe8\xb7\x93\xaf\x2c\x91\x4d\x9f\xab\x08\ \x14\x8a\x11\x08\xef\xfe\xe9\x1f\x9f\x9d\x4d\x0d\x8f\xd3\x89\x15\ \xea\x67\x30\x21\x4c\xc0\x61\x11\xa1\xaa\xee\x34\x2c\x01\x08\x61\ \x49\x92\x81\x22\xcc\x05\x21\xcc\xeb\x64\xb2\xa3\x5c\x39\xd5\xcc\ \xb6\x62\x62\x42\x25\x77\xb2\x09\x08\x61\x44\x91\x24\x23\x6e\x80\ \x29\x09\x6c\x78\x4a\x51\x50\x68\x44\x28\x35\xbd\x72\x6c\x94\x0d\ \x4a\x4b\x38\xa8\x46\xca\xe9\x79\xaf\xbf\xa1\x50\xe1\x2a\xc8\x27\ \x54\x46\x08\x61\x82\x80\x59\x02\x42\x2b\x94\x93\xf4\x5f\x0b\xc3\ \x1b\x74\x7f\xf7\x9d\x66\xb3\x1f\x7b\x69\x67\x56\xad\x39\xeb\xde\ \xa2\x04\x7b\xdd\x45\xb4\x42\x7c\x64\x88\x2d\xbb\xd4\xc2\x20\x21\ \x10\x40\x65\xfd\xda\x9e\xa5\x47\x5c\xbd\x26\x7e\x98\x38\x64\xec\ \xa1\x74\xb7\x61\x1a\x4a\x44\x04\xb6\x0c\x8f\xcf\x40\xb7\xeb\x41\ \x10\x58\xc0\xe4\xa0\xb0\x08\xaa\xe9\x5e\x53\x02\x72\x65\xe5\x77\ \xef\xff\xa8\x72\xc3\x57\xa8\x63\x8a\x81\x01\x08\x10\x54\xc5\x96\ \xae\xeb\x5c\x60\xd3\xe7\x33\x21\x2a\x2e\x9c\x03\x0f\x8e\x2c\x17\ \xca\x5c\xba\xcb\xed\xe4\x46\xd5\xea\xf1\x32\x5c\x35\x2d\x42\x28\ \xe8\x56\xd8\xb3\x9f\xbe\x5a\xed\xf2\x92\x97\xc6\xfc\xdc\x7b\xca\ \x37\x8f\xa9\x32\x02\x40\x04\x11\xa0\x0a\x16\x26\x18\x12\xb3\x63\ \x8a\x30\x10\xa0\x20\xc9\xc8\xe0\x9a\x00\xc9\xf2\x96\x72\x5b\x50\ \xb9\x48\xc5\x2c\xc2\xe5\xa3\x83\x89\xab\xc4\x12\xfe\xd6\x4d\x92\ \x0c\x00\x48\xdc\xdd\xea\x8a\x28\x8a\x27\x69\xc5\xc7\xe3\x37\xef\ \xcf\xd6\x75\x43\x08\x5c\xa1\x45\x83\x8a\x11\x12\x34\xee\xd6\x03\ \x3b\x58\x70\x6c\xcb\x96\x31\xc7\x7f\xcc\x27\xbf\x2f\x28\xa0\x12\ \xce\x39\x7b\x74\xf3\xca\xe5\x4e\x9c\x50\xe7\x99\x47\x28\x09\x84\ \x71\x01\xa6\x0e\xe0\xff\x64\xde\x5a\xb8\x72\xb3\x4a\x39\x00\xc6\ \x84\xf8\x7b\x50\x08\x67\x76\x46\x89\x00\xe4\xdf\x02\x5c\x17\x4a\ \xd3\x41\xa3\x3e\x54\x7b\xb7\xee\xd7\xe1\xe8\x8c\xd1\x79\x1c\x29\ \x41\x88\x2a\x98\x03\x52\x10\xb5\xcb\xaa\x99\xbb\x7b\xcd\xc1\x67\ \x9f\xf9\x66\x56\xe5\x63\x25\x6d\x7b\xc6\xff\xf0\xc6\x64\x1f\x56\ \xa8\x2f\xf7\x72\x4a\xce\x53\x13\xc6\xd1\x76\xd7\x53\x0f\x6f\xda\ \xb0\xfb\x87\x2d\x57\x1f\x1e\xb5\xe0\xeb\xd6\x37\xe4\xf6\xf5\xc4\ \xfc\xe7\x0e\x0a\x49\x01\xdd\x9b\x9b\xea\x12\x00\x98\x10\x84\xb0\ \x30\x35\x23\xb8\xfa\x23\xaf\x8f\x6e\x6e\x6f\xd2\x56\x4d\xff\x74\ \xcd\x59\x23\x38\x34\x35\xcf\xde\xea\xb1\xc7\xec\xc5\xf1\x71\x41\ \x2a\xc2\x28\x79\xff\xc6\x1d\x69\xdf\x4c\x59\x37\x67\xff\xaf\x29\ \x84\x95\xee\x5a\xb4\x24\x1f\x88\x4d\xc9\x5b\xf5\xf6\x7b\xe7\xdf\ \x9d\xfd\xd1\xba\x2f\xc6\xf7\x7b\xe3\xfc\xaf\xc7\x52\xf8\xd4\x8f\ \xe6\x4c\x4e\x92\x9b\x87\xa1\x02\x8b\x03\x37\x8d\xb0\x66\x8f\x8c\ \xf9\x1c\x1c\x4d\xbb\xa2\x03\x5b\x4f\x5c\x2c\x96\x54\xd5\x57\x98\ \x9b\x96\x2f\x00\x21\x42\x09\x02\xc0\x04\xb9\x32\xd3\xd2\x79\xe3\ \x51\x33\x26\x9f\x39\x7c\x70\xcd\xa2\xed\x6b\x56\xfe\x38\xe9\x9d\ \x89\x93\x6b\x9c\xac\xdc\xa5\xd3\x85\x25\x53\xd2\x4b\x32\xd6\xcf\ \xdf\x3a\x63\xca\x47\xb3\xe2\x3b\xdc\xc8\xe7\x66\xea\xc1\x25\x8b\ \x4f\x24\x5f\xce\x6b\x59\xbf\xfd\x63\xc3\x42\x9b\x35\x4d\x80\x63\ \x96\x40\x98\x58\xce\xc4\xcb\x57\xfa\xbe\xf2\xfa\xf8\x4a\x9d\x73\ \xce\xff\xb2\x6e\xf3\x39\x02\x2c\xe5\x4c\x92\x3a\xe4\x99\x49\x33\ \xca\x9f\xdd\xb7\x65\xcd\x0f\xbb\xd6\x9d\x78\x6c\xd8\x9c\x59\xb5\ \xcf\xea\x0f\x74\x0a\x5b\xf3\xd2\xcf\xba\x14\xaa\x86\x60\x22\x21\ \x01\xc8\x86\x09\xfd\x73\xbb\x67\x01\x08\x63\x39\x98\x39\x8b\x8b\ \xdc\x1a\x0b\xb2\xab\xba\xcf\x6a\xf4\x58\xef\xc2\x5f\xe6\xbd\x3d\ \xea\x7b\x1f\x28\x8f\xcc\xd8\x38\xa8\x6f\xf7\x90\x1f\x17\xb8\x84\ \x03\xa9\x41\x58\x92\x10\x08\x01\x40\xb1\x3d\x58\x0e\x52\x41\x35\ \x6d\xaa\x12\x46\x75\x29\x10\x54\xff\x1b\x21\xe0\xf9\x12\xc0\xdd\ \x61\x31\xd2\xb8\x5f\x6f\x47\xf2\xee\x9d\xa7\x32\x14\x52\x56\x4b\ \x8b\x30\xc6\x04\xe3\x3b\x2c\x44\x6e\x6f\x01\x10\x96\x49\x9a\x3c\ \xde\xa7\xa2\x99\x92\x98\x54\x74\x6e\xed\xfc\x15\x1b\xcf\x08\xac\ \xe8\x4e\x57\xea\xb9\xab\x39\x99\x9a\x65\x7a\x52\xaf\x5e\xcb\xc8\ \x2c\xba\x76\xf0\x48\x8e\x15\x16\x13\xec\xdb\x31\x73\xe6\xb6\x43\ \xe9\x54\x55\x28\xd2\xae\x9e\xbc\x50\x8a\xc3\xc2\x55\x3d\xe5\xfc\ \xa5\xf4\x8c\xdc\x0b\xfb\x7e\x75\xd9\xca\x47\xa0\xdc\xf5\x9f\xcf\ \xdc\x77\xb1\x48\x91\xa9\xdf\xcb\x15\x13\x8c\x10\x02\x8c\x84\xee\ \xce\x4c\x2e\x52\x1d\x21\x46\xf6\xf9\xef\x3f\x9d\x7d\x36\xcb\x84\ \xd2\xcc\x53\x47\x53\xc3\xaa\x54\x2d\xe7\xd0\x8e\x6c\xfd\xe1\xc8\ \x99\x9b\x9a\xbb\xf0\xd8\xce\x03\x85\x10\x1c\x19\xe9\xd0\x0b\xb3\ \xae\x5e\x4c\x2a\x76\x1a\x25\xe9\x59\x29\x57\x92\xcf\xed\x3d\xea\ \x94\x82\x58\x51\x76\xda\xb5\xab\x67\x4f\x5e\xb7\xc5\x56\xa0\xae\ \x1b\x3f\xad\xde\x7c\xf6\x6a\x76\x64\x93\x8e\x5d\x9a\xda\xce\x9f\ \x4a\xcb\x3f\xb3\x7b\xde\x97\x6b\x72\x34\xea\xcf\xe6\x62\x82\x6f\ \x9b\x1b\x22\x42\x58\x69\xde\x95\xd3\xa9\xc1\x51\xe1\xde\xac\xa4\ \xab\xd7\x73\xd2\x4f\x1f\xbf\x94\xaa\xc5\x55\x0a\xbf\xbc\x61\xc9\ \xe2\x65\x07\x2d\xc9\x51\x72\xe5\xc4\xa1\xe3\x69\x41\xd1\x51\x76\ \xca\xf2\x6e\x5c\xbb\x91\x92\x95\x78\xf8\x54\xa1\x08\xaf\x5c\x39\ \xb2\xf0\xca\xd1\x6d\x9b\xf7\x67\x16\x1b\x12\x15\x69\x17\xce\x67\ \x79\x6d\x51\x61\x38\xe3\xf2\xc5\xe4\xb4\x12\xa2\xc8\xce\x1b\x57\ \x52\x32\x7c\x91\xe5\xe4\xf4\x8b\x97\x6e\xa6\xe7\x5d\x39\x70\x24\ \x1f\x95\x8b\xb2\x39\xb7\x4d\x9f\xb9\xfd\x78\xb6\x2c\x53\x4f\x41\ \x61\xd2\xd9\xeb\xc5\xc5\x96\xa1\x97\x5e\xbf\x74\x35\xa7\x44\xff\ \x9d\x28\x09\x01\x08\xee\xca\xce\xbb\x71\x3e\xd9\xad\x01\xc6\x00\ \x48\x72\xa8\xda\xb5\x83\x47\x33\x72\xb8\x4a\x89\x27\xab\xc0\x57\ \x98\x77\x33\x35\xdb\xc2\x94\x7b\x4a\xb2\x13\x2f\xa5\x67\x3a\x31\ \x25\x4c\x77\x66\xa4\x24\xa6\xa4\x15\x03\xc6\x7a\x61\xf1\xcd\x73\ \x57\x0a\x8a\x0d\x66\x7a\xdc\x22\xba\xe7\xc0\x8e\x37\x77\x6d\xbb\ \x56\x60\xd0\x00\x7b\xff\x0f\x13\x34\x46\xdd\x6b\x07\xc9\x04\x05\ \x94\x2f\x01\xdc\x3d\x2d\xad\xe9\xf4\xe9\x35\x9b\x1e\x92\x0e\x6d\ \x5c\x71\xec\xc2\x91\x83\x29\xf9\xec\x1f\xb9\x73\x71\x9f\x57\x7e\ \xf5\xc7\x45\x09\x27\xa7\x3c\xf7\xe1\xbe\x60\x1c\xe2\x50\x54\x82\ \x41\xf3\xb9\x39\xb6\x39\x14\xa2\xeb\x6e\x13\x54\x87\x22\x09\x66\ \xf9\x34\x8f\x01\x42\x22\x76\x9b\x22\x23\x10\x7e\xbd\x89\xc7\xf0\ \x5a\x80\x54\x1a\x64\x53\x28\x37\x4d\xaf\xe1\xb1\x00\xc9\xd4\x6e\ \xf3\xab\xae\xff\xf8\x07\x72\xcd\xe7\xd1\x81\x01\x10\x55\x72\x28\ \x12\x41\x20\x4c\xc3\xe7\xb5\x74\x0e\x40\x90\x6c\x53\xec\x12\x01\ \x6e\x99\x3e\xdd\x67\x02\x03\x90\x1d\x8a\x83\x20\xc3\xa3\x59\x76\ \x9b\x03\x83\xe5\xf1\x79\x88\x1c\x64\x93\x88\xa9\x79\xbd\x4c\x13\ \x80\x28\x56\x31\x17\x8d\x5f\xfe\x60\xd2\x33\xde\x27\xdb\x4e\x28\ \x86\x20\x87\xe2\x90\xef\xe1\x51\x82\x40\x18\x86\xd7\x6b\x19\x18\ \xd9\x82\x54\x1b\x46\x5c\xf7\x79\x7c\xc2\x22\x48\xb5\xab\x65\x1a\ \x48\x4b\xf7\xf9\x98\xce\x00\x28\xb6\x07\xa9\x0a\x70\xd3\xab\x79\ \x4d\xe0\x00\x48\x91\x1c\xaa\x24\x01\x02\xb0\x0c\xaf\xee\x35\x40\ \xc8\xc4\x61\x57\x64\x00\x81\x04\xf7\x6a\x1e\x5d\x30\x85\x04\xd9\ \x55\x49\x58\x96\x57\x77\x9b\x00\x32\x71\xd8\x14\x09\x80\xf9\xbc\ \x5e\x22\x3b\x54\x09\xbc\x3e\x0f\x10\xbb\x4d\xc2\x7f\x0a\xab\x99\ \xd7\xe7\x93\x14\x87\x4c\x91\x10\x80\x10\xe8\x5e\x0f\x23\xaa\x5d\ \x21\x20\x90\x65\x7a\x7c\x1c\x3b\x14\x1b\x06\x61\x68\x6e\x93\x28\ \x76\x59\x46\x42\x18\x86\xc7\x00\xc9\x21\x2b\x08\xb8\xcf\xeb\x41\ \xb2\x8d\x80\x52\xb7\x63\xcb\x1a\x8d\x3b\x3c\x3d\xb4\xc3\xa2\x27\ \x9f\xd8\x76\xcd\xad\xd0\x40\x4a\xe4\x7f\xf0\x25\xbc\x43\xf9\x12\ \x88\xa9\x03\xb8\x47\x5a\x1a\x09\x6f\x51\x29\xc6\x8e\x30\x07\x64\ \x5e\xbd\x9a\xef\xe4\xff\x50\x4d\x8e\x11\x78\x8b\x4b\xd3\x2e\xa6\ \x14\xe5\x08\x9b\x22\xf9\x03\x6f\x4a\x65\x89\x60\x01\x40\x88\x5c\ \xa6\xc4\x43\x58\x92\x14\x55\x52\x31\x70\x2e\xca\x2a\x0b\x10\x26\ \xb2\xa4\xaa\x92\xea\x4f\x8f\x22\x8c\x65\x49\x55\x25\x45\xba\x67\ \xb6\x54\x00\x10\x55\x71\xd8\x64\xe5\xf6\x27\x04\x13\x49\x91\x54\ \x55\x52\x15\xa9\x6c\xea\x8e\x30\x91\x24\x45\x95\x6c\xaa\x24\x63\ \x0c\x20\x00\x38\xa2\x94\x20\x84\x65\x49\xf1\x47\x88\x98\x4a\x8a\ \x64\x53\x25\x55\xa6\x14\x0b\xc4\x34\x5f\xce\xb5\x9b\x19\xa9\x4e\ \x2a\xa9\x7f\x39\x64\x44\x88\xac\x4a\x36\x45\xa2\xfe\x66\xa4\x44\ \x92\x55\x49\x95\xcb\xfe\x13\x6e\x9d\x59\x55\x25\x55\xf6\xb7\x1e\ \xbd\x35\xf0\xdb\xc3\x2c\xfb\xa3\x25\x55\x95\x54\xe9\x76\x7b\x52\ \x84\xfc\xbb\x95\xb5\x86\xc2\xf8\xd6\x0e\x65\x85\x27\x92\x24\x13\ \x8c\x04\x20\x4a\xe5\xbb\x7f\x3e\x11\xf6\xef\xf3\x5b\x68\x26\xc9\ \xb7\xef\x24\x26\x92\x4c\xcb\x9c\x05\x08\x95\x25\x52\x76\x5d\x42\ \x64\xb9\xec\xdf\x88\x4a\x32\xc5\xc0\x18\xad\xd2\xac\x69\xed\x4a\ \xca\x85\x03\x3f\x1f\xfd\xf5\x8a\xc7\x14\x38\xe0\x06\x10\x88\xa9\ \x03\xf8\x37\xcb\x4a\x83\xdb\x97\x5d\x28\x74\x04\x4a\x84\x5c\x3e\ \x58\x42\xff\xd0\x58\x09\x21\xd0\x7d\x1e\x86\x54\xbb\x4a\x6e\xd7\ \x3d\x23\x10\x9a\xe6\xb6\x40\x75\xa8\xf2\x9d\xa1\xb1\x10\xc8\x1e\ \x11\xa1\x98\xae\x62\x97\xfe\xcf\xbb\x81\x08\xc0\x72\x58\xb9\x60\ \xad\xb8\xd8\x67\x88\xfb\x3c\x5a\x70\x4e\x1c\xe1\xf1\x71\xb6\xdc\ \xd4\x6c\xfd\x5e\xe6\xe3\x08\x71\xd3\xe7\x35\xc0\x61\xb7\xdd\x4b\ \x4d\x87\x00\x74\xc3\xa3\x59\x06\x80\xe2\xb0\xd9\xff\x45\xf3\x56\ \xce\x2c\x81\x7e\x6b\xf5\x8f\x84\xd0\x34\x37\xc3\x36\x87\x22\x89\ \x7f\x45\xce\xf7\x5b\xe5\xf9\x6f\x23\xbd\x55\x0f\x8e\xfe\xb0\xc7\ \xad\x8d\xfe\xf8\xfb\x56\x38\x87\x30\x06\x5e\xa2\xe7\x95\x32\x1f\ \x80\x1c\xa5\xc4\xda\x02\x16\x88\xff\x7b\x31\x75\x60\x2e\x13\xc0\ \xdd\x61\x98\xa2\xf5\xb0\xcf\xbe\x5f\xbd\x71\xd1\x37\x9f\xb5\x4b\ \x90\x7c\x3a\xbf\xaf\x07\x4b\x75\xd8\x94\xdf\x68\x1a\x04\xd3\x85\ \xbd\xe7\x98\xcf\xde\x18\xd2\x8c\x1b\x77\xc8\xa3\x85\xe5\x33\xd4\ \x3e\x63\x26\x3e\xdf\x23\xc1\xd0\xcd\x7f\x9a\xdd\x2c\x0b\x97\xab\ \x3d\x7a\xf6\xbb\x8d\x2a\x11\x5d\x67\xf7\x79\x94\xa5\xe9\xa1\x8d\ \x1e\xfc\xe8\xbb\x97\xca\xdb\xfe\x42\x4d\x2e\x30\x55\x83\xec\x2a\ \xba\x77\x0b\x3a\xcd\xa0\x6d\x9f\x1e\xf5\xd5\xfa\xe5\x5f\x7c\x36\ \x38\xc6\xc1\x2d\xf6\xf7\xd5\xe4\x9c\xa3\x88\x2a\xd5\x2a\x44\x07\ \x09\xce\xfd\xb4\xad\xe3\x90\x47\xde\x9f\xf2\xca\xc0\xfa\x96\x61\ \xfc\x6b\xc1\x98\x64\x0f\x09\x0e\x0e\x52\x85\xa5\x9b\xcc\xdf\x0d\ \x8f\x03\x91\x24\x82\xfd\x82\x49\x22\xdb\x43\xc2\x42\xec\x36\x59\ \xb1\x3b\x42\xc2\x43\x64\x89\x00\xba\x9d\x87\x07\x4c\x08\x02\xe6\ \xd3\x94\x3e\x23\x3f\x58\xbc\x66\xc3\xbc\xb9\x93\xeb\x45\x4a\x26\ \x0b\x10\xf5\xff\x1a\x02\x4c\x1d\xc0\xdd\x49\x84\x71\xa9\xce\x43\ \x5d\xd4\xe2\x63\x2b\x16\x6c\x4b\x2d\x60\x94\xfe\xc3\xd0\x11\x01\ \xb7\x3c\x3e\x97\xc1\x04\x42\x88\x5b\xba\xdb\xeb\xe3\x9c\x79\x74\ \x23\x38\xa6\x6a\x95\xd8\xa0\xdb\xfe\xd8\x82\x59\x1e\x5f\x69\x09\ \xf3\x85\x44\xc6\x47\x05\x2b\x42\x08\xc1\x2c\x9f\xd7\xe5\xf4\x3a\ \x3d\x3e\x9d\x0b\x40\x08\x09\xcb\xf4\x7a\x4b\x9d\x5e\xa7\xcf\xb8\ \x5b\x5b\x0d\x21\x90\xec\xa8\x90\x10\x09\x96\xab\x84\x97\xfa\x74\ \xcb\xef\xf7\x68\x1a\x5e\xa7\xb7\xd4\xe9\x75\x6a\x7e\x81\x38\x80\ \xb0\x0c\xaf\xd7\xe5\xf4\x96\xba\xbc\x5e\x0b\x04\x55\x94\xa0\x60\ \x05\x01\x30\x43\x73\xfb\x3c\x4c\x20\x6e\x69\x1e\xaf\x26\x00\x09\ \x66\xb8\x7d\x5e\x0e\x48\x58\x86\xc7\xeb\x2c\xf5\x1f\xf2\x67\x6e\ \x42\x88\x12\x96\x7c\xf4\xc0\xfe\x13\xd9\x6d\x9e\x6c\x1f\x65\x13\ \x65\xa4\x2f\xb8\xee\x73\x3b\xbd\xa5\x6e\x9f\x56\xd6\x1e\x43\x08\ \x53\xf3\xba\xbc\xa5\x4e\xaf\xd3\xeb\x2f\x90\xe6\xa6\xff\xcc\x6e\ \x9f\x8f\x71\x40\xc2\x2a\xd2\xa0\xfb\x1b\x93\x06\x3c\x10\x5b\xa8\ \xe5\x79\x75\x0b\x84\xe5\xd1\xcd\xd0\xd8\x84\xca\xe5\x1d\xe2\x8e\ \xdb\xe5\xf5\x3a\xfd\x27\xf1\x4b\xe4\xfd\x17\xba\xb5\xe5\xcf\xbf\ \x9c\xc9\x83\xab\xbc\xf3\xe3\xa6\x85\x1b\x67\x4d\x5d\xb7\x78\xca\ \xe4\x61\xf1\x36\xc6\x98\xa5\x59\x61\xcf\xad\x58\xb7\x7a\xf9\x7b\ \x95\x82\x4c\xb7\x57\xaf\xdc\x71\xc8\x94\xef\x67\xcd\x39\xb0\x63\ \xcd\xde\x65\x5f\x2c\xfe\xa8\x63\xf3\xd8\x26\x4f\x7f\x34\x75\xdc\ \x23\xd4\xeb\xf2\xa1\xf0\x11\xab\xe6\x0f\xee\x11\x6f\x72\xdf\xe5\ \x5f\x7e\x5a\xb1\xec\x64\x95\x66\xdd\xab\x97\x93\x59\x40\x4e\xfe\ \xbf\x87\x40\x95\x5e\x00\xf7\xcc\x65\x20\x5f\x71\xd6\xf9\x33\x27\ \xce\x5e\x0c\xb6\x39\xca\xa6\xe7\xb7\xf8\xe3\x8f\x33\x6a\x00\xe0\ \x3a\x0f\x6f\xf8\xda\x6b\x7d\xce\x2f\xfa\xea\x40\x92\xab\x5c\x8b\ \x87\x5e\x7e\xb4\xfc\xca\x29\x3b\x1f\x1f\xff\x52\x9b\x6a\x5a\x5a\ \xb2\x81\x30\x12\x00\xc2\xd4\xe5\xd8\x06\x23\xdf\x1e\x52\x25\x44\ \xae\xd5\x32\xea\xca\x1e\x83\x09\x9d\x44\x36\x7c\xf6\xb5\xe7\x9a\ \x55\x0b\x4e\xdd\xb7\x79\xc9\xc2\xdd\x4e\x1f\x0b\x4a\x68\x36\xec\ \xcd\x21\xb5\xca\x59\x47\x97\x2f\xde\xf0\xe3\x45\x50\x15\xf4\x87\ \xc9\xbb\xa5\x7b\xa5\x2a\xcf\x7c\x32\xb3\xb7\xd7\x3a\xb1\x6a\xe1\ \xc6\xed\x89\x9c\x3a\x9a\x3e\xfa\xc2\x80\xfe\xcd\x25\xa3\x74\xff\ \x92\xf9\xdb\xf6\xa5\x20\x10\xb6\xca\xcd\x9e\x1b\xd9\xbf\x76\x95\ \x30\xef\x8d\x33\x8b\x3f\xfd\xb6\xd4\xe0\x8c\x71\xcd\xe5\x0a\x6f\ \xfe\xd4\xc8\x41\x95\x56\x7f\xf2\x8d\xab\x56\xef\x81\x9d\xa4\xa5\ \x33\xd6\x8b\x84\x07\x5f\xed\x9f\xb0\xfe\x8b\xb9\xc5\xd5\xda\x0e\ \x1f\x39\xa8\x66\x79\xa5\x34\xf5\xfc\xea\x2f\x97\x5e\xc9\xb3\x64\ \x09\xdf\x39\x70\x42\x44\xce\x95\x33\x87\x1c\xd5\x9f\x1e\xd0\x03\ \x40\x20\x40\x20\x98\x2e\x82\xba\xbc\xfa\x46\xef\xce\x35\xf2\x4f\ \xef\xfe\xfe\x9b\xf5\xd9\x5e\xc4\x39\x6d\xf4\xe8\xf0\xc7\x1f\x6b\ \x16\x22\x43\xe2\xa6\xa5\x4b\xd6\xfc\x4a\xe3\x5b\xbc\xf5\xde\x33\ \x55\xa3\x6c\x39\xa7\x77\x2f\x9d\xbd\x31\xa3\xc4\xfe\xf8\xbb\xa3\ \x07\xf4\x69\x44\x1b\xbd\x33\xfb\xe1\x17\x53\xb7\xcd\xff\x6e\x53\ \xc1\xcb\x9f\xbe\xd2\x2c\xde\x9d\x74\xce\xf4\x67\x84\xb9\xa9\xd3\ \xf2\x75\x47\xbc\x39\xac\x61\x45\x72\x76\xfd\xf2\xd5\xeb\x4f\x18\ \x72\x58\xc7\x57\x5e\xe9\xd9\xae\xa6\x82\xb5\x53\xeb\x96\xae\xfd\ \xe1\x82\xa0\xd2\x9d\x99\x1c\x21\x04\xb6\x85\x57\x8a\x29\x5d\x3e\ \x62\xd4\xb6\xc4\xf2\x93\x7e\xfc\xe2\xf9\xc1\xc7\xc6\x7d\x7b\x3c\ \xa6\xfd\xc0\x04\xe7\xd9\x33\x52\x6c\xbb\x56\x55\x93\x7e\x4a\x49\ \xd9\xb3\xe0\xe5\x9f\x17\xf5\xfb\xfa\xfb\x07\x4a\x56\xbe\xf7\xce\ \x06\x8f\xc0\x0f\xb6\x8e\x0e\x92\x91\x1b\x4a\x5c\xde\x48\x12\x16\ \xaa\xaa\x14\x03\xcb\xbe\x72\xf9\x46\x46\x50\x4e\x49\x2f\x1e\xc8\ \x50\x07\x62\xea\x00\xfe\x6d\xd9\x1a\x53\x2a\xc1\xed\x25\x32\x61\ \x19\x86\xe6\xd3\x0c\xfd\x76\x9c\x2b\x2c\x43\xd7\x7c\xba\x61\x58\ \x80\xb0\x51\x5c\x52\xa1\x63\xbb\x87\x1f\xae\xe6\x02\x68\xd6\xf7\ \xb1\x2e\xb5\x15\x9f\xb7\xf0\xd7\xd5\x9b\xcf\x16\x2a\x1d\x7a\xd5\ \x93\x04\x03\xc1\x4c\x1c\x33\x6c\xe6\x94\x07\xca\xe5\xec\xd9\x71\ \xca\xcd\x24\x02\xcc\xc2\xb1\xcf\x4d\xfb\xa8\xa1\x75\x76\xe9\xb7\ \xdb\x2a\x0e\x1c\xfd\xca\x93\xb5\x0d\xa9\xd2\xeb\x73\xa6\x34\x80\ \x4b\x3b\x7e\x4e\x7b\xf4\xf3\xa9\x83\xbb\xc4\xeb\x06\x13\x9c\x19\ \x9a\xa6\xf9\x74\xd3\x2a\xcb\xc3\x10\x85\xe6\x5f\x3a\x76\xe0\x44\ \xe9\xe0\x69\x93\xfb\x34\x0b\x35\x2c\x56\x70\xfd\xf4\xa6\xd9\x0b\ \x7e\x3c\xaa\x0f\x9d\x32\xa1\x69\x98\x61\xc5\x34\xfe\x68\xc5\xb4\ \xa6\xc1\xb9\xbf\xac\xdd\x76\xf4\x78\x92\xd7\x10\x08\x23\x4b\xd3\ \xe2\x3a\x0e\xfc\x78\xda\xb3\xce\x73\xbf\x26\x17\xe9\x11\x35\xeb\ \x76\xef\x5d\x4f\x11\xba\x1c\x51\xab\xd7\x83\x6d\x42\x98\xaf\x5c\ \xf3\x4e\xbd\x7b\x85\xef\x5b\xb5\xa5\x24\xfe\xc1\x4f\xe6\xbc\x5e\ \x41\x35\x4c\x26\x98\x69\xe8\x3e\x4d\xd7\xca\x9a\x6c\x60\x44\x25\ \xe5\xf6\x2c\x43\xe8\x3e\xd1\xfe\xf5\x0f\x5e\x1f\x5c\xfd\xe0\x9a\ \x1f\xa5\x76\x43\x26\x7e\xfc\x84\x6c\xb8\x1a\x3c\x3b\x66\xf2\xc7\ \x7d\x73\x8f\xee\xdb\xb1\x79\x6f\x52\x5a\x29\x22\x54\x78\x0b\x8e\ \x6e\x5a\xb7\x78\xd6\xe6\xf0\x5e\xaf\x8c\x7c\xaa\x35\x11\xce\xb3\ \xdb\xf7\x9c\xbf\x92\x97\x72\x78\xcf\xba\xb9\xcb\x0f\x9c\xce\xa1\ \xe0\x3e\xb8\x62\xe3\x25\x6f\x48\xc7\xee\xb5\x31\x63\x42\x30\x93\ \xc6\xbe\x30\x6b\x6a\xfb\xc8\xb4\xed\x5b\x2f\x77\x99\x30\x79\x78\ \xdf\x04\x4d\x84\x3e\xfc\x4a\x1f\x92\xb6\x6f\xc7\xa1\xe2\x01\x53\ \x3e\x7b\xb0\x4e\x88\x61\xb1\xbb\x4c\x6f\x74\xbd\xb0\x28\x3b\xb3\ \x20\xbd\xd8\x63\xd8\x6c\x54\x03\x47\xdb\x5e\x2d\xf2\xb7\xaf\x5d\ \xb7\x27\xbd\x79\xe7\xa6\x0a\xe2\xdc\x32\x7c\x5e\xaf\xa1\xe9\x96\ \x4f\xf3\x31\x9f\xc5\x85\x65\x18\x31\x4d\xdb\x0c\x18\x3c\x6c\xf0\ \xb0\x27\x1b\x44\xc9\x96\xc5\x04\x00\xa1\x54\x96\x69\x60\x21\x31\ \x10\x53\x07\xf0\x7f\x26\x1f\x62\x72\xb9\xeb\xb8\x4f\x06\xb6\x8f\ \xcb\x3c\xbd\x67\xce\xc4\x45\x39\x4c\x02\x1a\xd4\x6b\xd2\xd4\xc7\ \x5a\x46\xa6\x1c\xda\x3e\x67\xca\x0a\x4d\x4f\xd9\xb4\xf9\xc6\x5b\ \xed\xbb\xc6\xce\xce\x6e\xd1\xbe\xea\xae\x99\xd3\xdd\x96\x51\x7a\ \xe9\x78\xc4\xd9\xf4\x6e\x1d\x91\x3f\x6b\xad\x54\x6d\xd3\x2e\x5a\ \x9f\xfb\xe4\x67\x6b\x32\xc2\xab\xf7\x7c\xb4\x0a\xe5\xf6\xca\xed\ \x7a\xb6\xaa\x91\x47\x9a\xf4\x89\x14\xd1\x11\x21\x91\xad\x2a\x46\ \x9d\x8b\x6b\x21\xa7\x4f\x78\xff\xab\x03\xa5\x94\x34\x6d\xd2\x6f\ \x50\xbb\xa5\xbf\x2c\x95\xeb\x76\x7f\xf3\xbd\x17\x6b\x45\x7a\x76\ \x4e\xff\x6a\xed\xce\x73\x12\x91\x71\xd1\xf5\x5d\xab\xd6\x6e\x48\ \x64\xe5\x3a\x6d\x6c\xd7\xb7\xf1\xba\x93\x07\xe5\xe8\x6a\x9d\x9f\ \x68\xa1\x28\xe5\xc2\xed\xd1\xb1\xa1\xb4\x6a\xd3\xbe\x8d\xb4\x43\ \xcf\xbc\x32\x29\xcd\xb4\x4b\x04\x0b\x86\xe2\xb9\x26\xd7\x7f\x7c\ \xfa\x9c\x56\x4b\x5e\x1e\x3a\x73\x7b\xaa\x0d\x28\x58\xc2\xe3\xf6\ \xa7\x2b\x4c\x37\x33\x99\x00\x8c\xa9\x27\xf9\xc2\x2f\x1b\xd6\xba\ \x8e\x14\xd4\x3d\xf8\x61\xd3\x06\x91\x49\x47\x0a\xdb\x8d\x1c\x37\ \xa2\x6f\x3d\xe7\xcd\x33\xf3\xdf\xfd\x2a\xc9\x7b\x7b\x11\x51\xf8\ \xb3\x0d\x96\xbd\x5a\x8f\x4e\x4d\x7e\x9d\x36\x6c\xe9\x86\x53\x15\ \xd3\x95\x79\x0b\xbb\x54\x2c\x7f\xa0\xef\xa3\xed\xce\x7d\x3d\x66\ \xea\xdc\x33\x0e\x2c\x23\x42\x25\x4c\xb0\xe2\xa8\xd6\xae\x7b\xcd\ \xf2\xff\x8f\xbd\xf7\x0e\xb0\xa2\xc8\xda\x87\x4f\x55\x75\xba\x61\ \x72\x80\x19\xd2\x90\x67\xc8\x39\xe7\x24\x39\x27\x11\x50\x01\x11\ \x30\x61\x00\x54\x54\x44\x04\x05\x51\x10\x41\x51\x54\x30\x62\x16\ \xc5\x44\x90\x9c\x61\x88\x43\x1a\x66\x98\x9c\xe3\x8d\x1d\xab\xea\ \xfb\xe3\x0e\x08\x2e\xec\xe2\xbe\xfb\xdb\x77\xf7\xfd\xee\xf3\x17\ \xf4\xdc\xee\xae\x3e\x5d\x7d\xfa\xf4\xa9\xf3\x9c\xc7\x16\x6b\x77\ \xc8\xf1\x31\x12\x18\x59\x67\x52\xb2\xf2\x2a\xb5\x8b\xe7\x0e\xed\ \x3b\xa4\xc8\x4e\x81\x40\xea\xd9\xa3\xb1\xe7\xf2\xbb\x34\x43\x08\ \x01\xa3\xba\x23\xb1\x57\x8f\x18\xdf\xaa\xd9\x2b\x7f\x2a\xb0\x7c\ \x8d\x5a\xce\x9c\xd4\xdb\xfe\xeb\x4e\xe4\xaf\x38\xb7\xf3\xe7\x8f\ \x77\xee\xe8\x30\xa0\x73\xdb\xa4\x98\x1f\x52\x3c\xf2\x9f\xba\xb4\ \x5a\xba\xee\x4c\x9a\xb3\xf2\xbd\x51\x28\x2e\xaa\xfc\xe4\xf2\x8f\ \x4f\x2b\x61\x0d\xdb\xb7\xaa\x96\xb6\xaf\xbc\x24\xaf\x30\x62\x62\ \xf7\xba\x21\xdf\x5e\x31\x30\xc6\x08\x23\x84\x30\xc6\x40\x10\x00\ \xa3\x60\x8f\x89\xab\xdf\x3c\x51\x97\xa3\xa2\x1c\x84\x05\x73\x1d\ \x41\x4f\x1d\xc4\x7f\x63\x7c\x4d\x10\xbd\xb2\xe3\xc7\x2f\x2e\x38\ \x7d\x45\xb9\x5e\x10\x08\x46\xc0\x8d\x8b\xbf\x7c\xff\xc5\x49\x9b\ \x3b\x3f\x4b\x43\xa2\x28\x5a\xe7\xb7\xfc\xa0\x8e\x9d\x32\x66\x26\ \x4b\x34\xcf\x2f\xdb\x77\x19\x89\xb2\x60\x82\x20\x61\x84\xa9\x61\ \xe9\x26\x22\x32\x00\xe0\x80\x6e\x6c\xd5\x02\x16\x16\x24\xf0\x96\ \xec\xfd\xec\xb3\x23\x05\x58\x7c\x6f\x63\x65\x51\x96\x90\x70\x7f\ \xa0\x10\x01\x80\x33\x0e\x80\x10\x06\xd1\x2a\xce\xd8\xf5\xc9\x27\ \xa7\x14\x2b\x3b\xad\x14\x63\xa1\x2a\x13\x81\x10\x00\x46\x08\x2c\ \x4d\x0f\xab\xdf\x77\xc9\xba\x07\xf6\x2e\x59\xbc\x2f\xbf\x4e\x52\ \xd3\x89\x28\x50\x94\x46\x29\xe3\x1c\xae\x37\x99\xc2\x84\x96\xa4\ \x9f\xcd\x52\xdb\x8c\x1e\xde\x60\xdf\xba\x4c\x1f\xa3\x8c\x0a\x76\ \x1b\x33\x4c\x53\x37\xe1\x7a\xe5\x03\x63\x1c\x80\x51\xd3\x60\x18\ \x61\x4c\x00\xe7\x1d\xda\xf1\x55\xe1\x29\xd3\x55\x52\x66\x62\x82\ \x20\xd0\xf9\x83\x10\x66\xea\xba\xce\x18\x0e\xe4\xc4\x59\x60\xc4\ \x8c\x23\x04\x80\x80\x43\x20\x87\x1d\x78\x47\x69\xba\x63\xe6\x8a\ \x97\x7b\xa3\xfd\xaf\xac\xf8\xa1\x87\xdc\xb0\x8b\x44\x00\x80\x08\ \x82\x20\x10\x02\x9c\x03\x63\x8c\x43\x40\xb9\x5c\x42\x18\x51\x9d\ \x69\xdc\x24\x72\xa0\x24\x83\xf3\x40\xd7\xa5\xaa\x6e\x23\x1c\x11\ \x49\x91\x81\x5b\xdc\x10\x6f\x59\x7a\x82\x05\xd1\x28\x3a\xf8\xfd\ \x57\xdb\x0f\xe6\x14\x66\xe7\x94\x7b\x68\x8d\x76\x49\x0d\x13\xeb\ \x26\xcc\x79\xb6\x03\x84\xc5\xd6\x8e\x6a\xdf\x3c\xec\xfc\x21\x1f\ \xbe\xb9\xa1\xab\x68\x23\x57\x77\x7c\xbf\xe2\xe9\xb7\xdd\xa8\x1e\ \x6a\xfd\x91\x24\x90\xe0\xa4\x0f\x7a\xea\x20\xfe\x0b\x33\x65\x88\ \xe5\x9e\x38\x94\x75\x94\x23\x82\xaf\xc9\xb3\x58\x59\x47\xf7\x5d\ \xa5\x80\x08\x11\x44\x22\x08\xc8\x9d\x7e\xf8\xb7\x63\x0f\x2e\x7a\ \xeb\xb1\x2d\x73\x27\x5c\x2c\xc3\xb2\x1d\x53\x93\x16\x65\x97\xd8\ \x67\x0d\x9e\x74\x5f\x71\x46\xfa\xb9\x3d\x87\xf7\xee\xce\x9d\x36\ \xe3\x8d\x45\xc6\xc6\x73\x4d\xea\x55\xd7\x76\x8b\xde\xf4\x3d\xbb\ \xb2\xa7\x0f\xbc\x67\x48\xc1\xa7\x47\x70\x48\x9c\x9a\x9f\x9d\x77\ \x7e\xfb\x09\x3a\x7a\xd6\xcb\x8f\xc6\x9d\xb2\xdd\xdb\xa7\xda\xf6\ \xb9\x07\x2c\xa2\x90\xca\xa2\xe4\x6d\x79\x9c\x03\x16\x45\x4c\x08\ \x70\x0b\x45\xc4\xb5\xe9\xd7\xdf\x36\xb0\xcb\xc8\x46\xec\x9d\x85\ \xa7\x90\x63\x80\x48\x18\x63\x9c\x08\xa2\x84\x90\x2c\x42\xda\xa1\ \x9f\x2f\x3e\xbd\x6a\xf1\xda\x67\xbe\xdb\x7e\x45\x14\xd8\xf9\x5d\ \x3b\x35\x2c\x8a\xda\xb9\x57\xef\x7e\xfd\xae\xb7\x3e\x7c\xed\x7d\ \x79\xde\x7d\xcb\xb3\x52\x2e\x7b\x63\x16\xcc\x78\xf4\xee\x8b\x8e\ \x76\x11\x84\x70\xe0\xd4\x32\x9c\x4d\x7a\x8c\xbe\x67\xa2\xd2\x63\ \x52\xed\xec\x53\xe7\xce\x97\x8a\xb2\x54\x7a\x3e\x79\xd7\x59\x0e\ \x08\x8b\x92\x80\x11\x70\x0c\x6a\x79\xa9\x2b\xac\xcd\x88\x69\x93\ \x6b\x9c\xbe\x74\xf0\xf7\xb3\xdb\xf6\x9e\x79\x6a\xfe\xfc\x29\xe4\ \x97\xe6\xd3\xee\xf7\xff\xfe\x49\x4e\x61\xfa\x2f\xbf\x1c\x7f\xf5\ \x89\xa5\x4f\x09\x9b\x52\x4b\x41\x74\x5f\xd9\xb9\x23\x8b\x08\x08\ \x4c\x0a\x98\x88\x44\x10\x00\x00\x61\x64\xf9\x0a\x0b\xca\x06\xdf\ \x3d\x66\xa4\xbb\xba\x56\x7a\xe5\xe0\x91\xab\x18\x68\x61\x56\x59\ \xe8\xa4\xe1\xf7\x4c\x71\x67\xa6\x9f\xde\x9f\xfc\xfb\x81\xf2\x7b\ \xa6\x2f\x7b\xd2\xfe\xbb\x3a\x79\x4c\xe2\x89\x45\x6f\xf8\xb1\x20\ \x87\x60\x22\x20\x0e\x58\x41\xe4\x16\xa4\x41\x0e\x88\x08\xb2\xec\ \xb9\x92\x7c\xfc\xcc\x79\x35\x44\x11\x09\x08\x4d\x07\x0f\xf5\xef\ \x7e\xf7\xb1\x69\x1f\xf8\xb0\x6d\xcc\x86\xcd\x3d\xc7\xf4\xfa\xe2\ \xc0\xb7\x3a\xb2\x21\xd9\x81\x45\x21\xc0\x26\x27\xc8\xe6\x14\x1d\ \x55\x6c\xf2\x50\x41\x17\x83\xa9\xd1\xff\x20\x04\x99\x2f\x41\xdc\ \x1a\x01\x36\x79\x48\xf6\xbe\x5d\xc7\xf3\x25\xa1\x4a\x83\x0a\x13\ \x42\x04\x42\x6e\xe0\x54\xdc\xb4\x05\x21\x6c\xfa\x0a\x4a\xfd\x36\ \xa5\xe2\xdb\x37\xbf\x2c\x36\x45\x01\x03\x16\x70\x65\x7a\x86\x6a\ \xab\xdb\x7b\x40\x4b\x2d\x3b\xe5\xec\x99\xb4\x73\x07\x4e\x49\x89\ \x5d\xfb\xf6\x6d\xae\x17\x9c\xf9\xe5\xdb\x5d\x39\x85\x85\x67\xf6\ \x9d\x52\x92\xba\xf4\xea\xd7\xbe\x76\xac\x78\xe5\xc8\xa9\x82\xa2\ \xfc\x33\x87\x53\x6b\xf4\x18\xd8\xb5\x55\xc4\xee\x37\x5f\xdb\xfc\ \xf3\x15\x41\x11\x11\x42\x44\x20\x44\x20\x18\x07\x74\x56\x4d\x90\ \xe3\x9b\xb7\x6f\x5b\xaf\x9a\xf1\xed\x92\xe5\xbf\x9d\x28\xb1\x5c\ \x79\x97\xb2\x71\xe7\x91\x83\x3b\xb6\xab\x95\x93\x7c\x60\xd7\xef\ \xa7\x4b\x0a\x73\x8f\xee\xbf\x1c\xdf\xae\x6b\xa7\xee\xad\x6b\x45\ \xf2\x4b\xc7\x93\x4b\x8d\x90\x18\x87\x75\x7a\xe7\xde\x3d\xbf\x9e\ \xa9\xdd\xab\x8b\x50\x98\x9a\x92\x7c\x26\x2d\x97\x77\x1a\x76\x57\ \xa3\x5a\x70\xec\x97\x9f\xf6\x1e\xba\x14\xd2\xb2\xc7\xe0\xfe\x89\ \x44\x8e\x89\x36\xd3\xdf\x7e\x7e\xcd\xf9\x42\x4b\x12\x31\xc2\x37\ \x5d\x38\x26\x44\x2f\x2f\x2a\x2c\x95\xbb\x0c\xec\x16\xc9\x0b\x4e\ \x27\x5f\xba\x70\xf0\x68\x85\xb3\xd1\x5d\x23\xba\x6a\x27\xb7\xae\ \x7e\xe5\xab\x0a\x4b\x2a\x38\x75\xe4\x72\xb9\xa3\xcb\xc0\xee\xcd\ \x5b\x36\x14\xdd\x19\xa7\x4f\x5d\x3e\x77\x3c\x3d\xbc\x65\x8f\x7e\ \x03\x3b\x84\xa3\xe2\x5d\xdf\xfe\x76\x21\xdb\x25\x12\x2b\x2b\x35\ \xc3\x9e\xd8\xb9\x7b\xb7\x44\x3d\xf7\xfc\xa9\x73\x85\x82\x2c\x94\ \x5d\xb9\x4a\xc3\x1a\xf6\xea\xd7\xcc\x77\xf5\xec\xd9\x73\xa9\x67\ \x0e\x9d\x8f\xec\xd0\xbf\x67\xa7\xf8\xe3\x1b\x56\x6f\xfa\xfa\x0c\ \x52\x1c\x31\xd5\xc2\xb2\x8e\x1e\xcf\xcc\xa7\xb1\x75\x62\x8b\x53\ \x92\x2f\xe5\xf9\x6e\xee\xa6\xc4\x41\xb4\x45\x47\xd9\xd2\x0e\x9d\ \x2c\x71\x81\x28\x20\xce\xa5\x7a\x6d\xeb\x15\x1f\xde\x91\x7c\xa9\ \x12\x83\xa9\xab\x8e\x9a\x36\x2d\x25\xf9\x92\x0e\x42\x58\x6c\x8c\ \x95\x9b\x92\x72\xae\x10\x88\xe0\x88\x89\x86\xca\x2b\xa7\xcf\x64\ \x33\x51\x89\xaa\x16\x5d\x9a\x7c\xfc\x6a\xae\x1f\x71\xc3\x10\xe2\ \x06\x8e\xef\x9e\x19\x64\x93\xff\xaf\x38\xe8\x20\xf3\x25\x88\xbf\ \x9f\x95\xd6\x74\x71\xea\x97\x5f\xb6\x2b\xf8\x7c\xfd\xfa\x63\x65\ \x85\xb9\x15\x3e\x7e\x47\xc5\xf7\x08\x31\x43\xf3\x99\x86\xa2\x38\ \x25\x7c\x8d\x28\xc1\x99\xa6\xf9\x0c\xce\x45\x62\xb7\x2b\x22\xb3\ \x4c\x4d\x57\x2d\xe0\x00\x48\x96\x1d\xb2\x40\x6e\xd8\x22\xd8\x14\ \x9b\x48\x30\x35\x75\xcd\xd0\x28\x80\x40\x6c\x8a\x2c\xde\xc2\x3d\ \x70\xaa\xa9\x3e\x03\x00\x01\x92\x04\x9b\x2c\x89\x08\x98\xa1\xab\ \x3a\xb5\x38\x70\x40\x62\x80\x4d\x4e\x4d\x43\x33\x74\x0a\x0c\x40\ \xb4\xc9\x76\x82\x0c\x9f\x46\xed\x36\x3b\xe6\xa6\x5f\x53\x05\xc9\ \x29\x0b\xc8\xd4\xfc\x2a\xb3\x00\x38\xc6\x12\x66\xd0\x6a\xf6\x0b\ \x4b\x26\xfb\x27\x76\x7d\xa1\x02\x1c\x36\xd1\x7e\x7b\x45\x76\x6e\ \xe8\x7e\x8d\x5a\x18\x29\x0e\x45\x41\x40\x75\xcd\x6f\x70\x8a\x90\ \x64\x93\x15\x42\x10\x30\x6e\xea\xaa\xce\x2c\x06\x20\x60\xc5\xae\ \xc8\x9c\x1a\xaa\xae\x52\x00\x0e\x20\x8a\x76\x9b\x28\x02\x02\x6e\ \x19\x7e\x5d\xa5\x00\x22\xb1\xdb\x02\xed\x08\x39\x55\x35\xbf\xc9\ \xb9\x44\xec\x36\x45\xa4\x96\xa1\xe9\x2a\x05\x20\x58\xb1\x29\x12\ \x06\xe6\xf7\xab\x44\xb2\xff\x23\x36\xb9\x26\xca\xf6\x9b\xd9\xe4\ \xb2\x4d\x16\x50\x15\x9b\x9c\x38\x64\xe5\x1f\xb2\xc9\x25\x2c\xc6\ \xd4\xae\x16\x56\xb7\xdb\x33\x2f\x4f\xf9\x7a\xfa\xc4\x1f\x2f\x05\ \xd9\xe4\xff\xde\x87\xf0\x06\xe6\x4b\x30\xfb\x11\xc4\xed\x5e\xe6\ \x56\xea\xce\x03\x6d\xfa\xf5\x98\xf6\x70\xad\x6f\xdf\x5c\x77\xc4\ \xa5\xdf\x91\x40\x17\xe7\x58\x94\x43\x44\x19\x6e\xe4\x23\x22\xac\ \xd8\x42\x94\xaa\xbf\x73\x44\x04\x9b\x3d\xe4\x86\x3d\x6e\xb1\x05\ \x0b\x92\x5d\x90\xfe\x7e\xda\x5c\xb1\x87\x2a\x37\xcd\x6a\x24\xca\ \x76\xf1\xe6\x89\xfe\xe7\xe3\x70\xd1\xae\x88\x01\x26\xb6\xdd\x1e\ \x12\x18\xa4\xa0\xfc\x71\x6e\x4b\x33\x2a\x2f\xa7\xec\xfe\x95\x49\ \xb6\xc8\x50\x10\xff\x6e\xc9\x03\x92\x64\x87\x74\xc3\x45\x48\xb2\ \x43\xc6\x37\xac\x35\x22\x24\x2a\x37\x8e\x87\x23\x22\xda\x6f\x1e\ \x20\x70\x40\x44\x74\xd8\xc5\x3f\x5d\x9a\xcd\x16\x62\xbb\x6e\x8a\ \x9b\xf7\xe2\x80\x6d\x76\x07\x00\x30\x0e\x8a\xe2\x04\xb8\x15\x45\ \x07\x11\xbb\xdd\x01\x55\xb9\x7e\xe0\x1c\x24\x9b\xe3\xda\x09\x39\ \x11\xed\xce\xaa\xcd\x20\x2a\x4e\x11\xaa\xea\x1f\x45\xc9\x21\x5e\ \xb3\xa4\x62\x77\x02\x67\xba\x21\x34\x1b\x32\xaa\x7f\xd7\xc6\xf9\ \x29\x7b\xae\x96\x19\x24\x58\x01\xf2\xbf\x87\x60\x4c\x1d\xc4\x6d\ \x66\xc6\x1f\x6c\x72\x25\x52\xaa\x76\x27\x6c\x72\x00\x40\xc0\x75\ \xdd\x67\x72\xf9\x4f\xdc\xf1\xff\xc5\xb0\x84\x52\x86\xff\xe8\x8e\ \x81\x88\x80\x19\xbd\x3d\x87\xe3\x0e\xd8\xe4\xb7\xd9\x0f\x63\x02\ \xd4\xfa\x07\x4c\x4e\x46\x29\x47\x98\xfc\xb5\x1c\x02\xe2\xd4\x54\ \x75\xbf\x09\x5c\xc4\x8a\x4d\x51\x30\xb7\xfc\x9a\x1f\x11\xbb\x4d\ \x26\x9c\x23\x60\xa6\x57\xf3\x51\x00\x49\x70\xda\x6f\x24\x88\xfe\ \x65\xe3\xdc\xe2\x6e\x6a\xba\xdf\xa0\x16\x07\x62\x57\x9c\x22\xbe\ \x23\x8b\x20\x60\x3e\xd5\x6b\x72\x86\x91\xe4\x50\x1c\x38\x48\x41\ \xff\x57\xc4\xd4\xc1\x3c\x75\x10\xb7\x06\xa5\x50\xbf\xd7\xd8\xc9\ \xe3\xc7\xf6\x6e\xdf\xd4\xc8\xbb\x52\xe8\xfa\xc7\x1d\x9a\x80\x73\ \x8b\x0b\x89\x7d\x86\xb4\xaf\x03\x59\x59\xa5\xf0\x9f\xd0\xab\x80\ \x88\x21\xe1\x21\x60\x18\x14\x80\x6a\x7a\x58\x8b\xbe\x8f\x3f\xd3\ \x37\x75\xdf\x31\xb7\x76\x5b\xcd\x29\x84\x05\x49\x14\xfe\x8a\x2b\ \xe5\xa6\x4a\x5b\xdf\xff\xd0\xf8\x1e\xc2\xa1\xbd\xe9\xe8\xf6\x8e\ \x8f\x73\x90\x9d\x21\x76\x11\x9b\xa6\x05\x77\x1e\x9f\x52\x0b\x42\ \xe2\xfa\x4c\x18\x3f\x64\x48\xb7\xf8\x10\x9e\x97\x9e\xa3\x8a\x51\ \xdd\x46\x0c\xad\x49\x4a\x72\x8b\x54\x04\x4c\x08\xab\x3b\x7a\xce\ \x3d\xbd\x3a\xb7\x50\xb4\xfc\xec\x7c\x3f\xbe\xf3\x46\x24\x58\x0c\ \x89\x08\x01\xd3\xa0\x7f\x96\xf5\xfd\xc3\x18\x82\x20\xc9\xa2\x22\ \x8b\xd2\x1d\xbf\x5c\x98\xc5\x43\xfb\x4d\x9b\x34\x64\x48\xaf\x7a\ \x35\x43\x0a\x2e\x65\x6a\xc1\xb6\x4e\xff\xa3\x4f\xdb\xaa\x3c\x75\ \x30\xeb\x14\xc4\x6d\xbc\x8f\x45\x3a\xcd\x7a\xb8\x6f\xb7\xa8\xf2\ \x22\x97\x79\x87\xad\x35\xb8\xe5\xd2\xac\x16\x63\x66\xcf\x98\xd0\ \x0a\x51\xb3\x2a\xb8\x63\x4c\xf3\x7b\xdc\x7e\x97\xdb\xef\xd1\x2d\ \x8e\x10\x98\x9a\xdf\xed\xaf\x74\xfb\x5d\x01\x7a\x34\x20\xe0\xd4\ \x52\xfd\x6e\x97\xdf\xa5\x1a\x56\x80\x84\xc8\x2c\x33\xc0\x02\x77\ \xf9\xdd\xba\xc5\x11\x42\x01\x52\xb5\xcb\xef\xf2\xdf\xbe\x4f\x08\ \x33\x0d\x9f\xdf\xe5\xf6\x7b\x0c\x8b\x21\x84\x98\xe1\xd2\xa3\x3a\ \xcd\x5b\xf6\x68\x8c\x55\x52\xea\xf7\x1a\x8c\x2a\xb1\x35\xdb\x74\ \xac\x45\xb5\x8a\x4a\xdd\x6b\x52\x8e\x00\x00\x01\x35\x35\x8f\xbf\ \xd2\xed\xf7\x18\x26\x03\x84\x10\x54\xb1\xc0\x5d\xfe\x4a\x8f\xa6\ \xb2\xbf\x55\x55\x41\x88\x99\xba\xd7\xef\x72\xf9\x2b\xbd\xaa\xc6\ \x38\x67\x9c\x57\x6b\x96\xd4\xa4\xbe\xad\x92\x95\x7b\x55\xad\xaa\ \x9a\x8e\x07\x68\xdf\x95\x3e\x4d\xe7\x1c\x21\xa0\x95\xaa\xd1\x79\ \xc6\x73\xf7\x0e\xaa\x5b\xae\x16\x7a\xb5\x00\xbf\xbc\xca\x38\x7e\ \xdd\xb8\x75\xe4\xc9\x8d\x32\x9d\x0f\x9e\xbf\x68\xe6\xd8\x24\x43\ \xa3\xa1\x71\xb1\x82\xe5\x77\xa1\xb0\xa1\xb3\xe7\x8e\xe8\x1e\x6f\ \x18\x81\x1b\xc3\x0c\x8d\x74\x99\x35\x6d\xd2\xc8\x7a\x46\x40\xdc\ \x1d\x01\xa7\xa6\xdf\xef\x72\xf9\x5d\xea\xad\xcd\x85\x98\xe1\xd2\ \x22\x3b\x3c\xb5\x6c\x6e\x35\x5a\x52\xea\xf7\x5a\x14\x18\xd5\xbc\ \xaa\xca\x39\x42\xc0\x54\xbf\xd7\xa0\x1c\x98\xe5\x0f\xd8\xc1\xef\ \xb3\x02\x9f\x54\x08\xa8\x11\x30\x97\xd7\xb0\x58\xe0\xee\x99\x9a\ \xcf\xed\xaf\x74\x5d\x23\xf1\x23\x60\x5a\x65\x99\xea\x68\x7e\xdf\ \xa3\x33\x6a\xc8\x96\x15\x0c\xa9\xff\x25\x2e\x3b\x18\x53\x07\x71\ \x4b\x58\x4c\x68\x33\xa4\x8f\x77\xc7\xba\xd7\x37\xed\xf6\x1b\x92\ \xf4\x0f\x23\x35\x4e\x4d\x08\xeb\x3f\x79\x4c\x62\xa4\xef\xec\x91\ \xa3\x29\x17\x8b\x38\x26\x88\x51\x13\x6c\xed\x47\x4d\x18\x35\x6e\ \x40\xcb\xe6\x75\xac\xc2\xbc\xa2\x72\x3d\xa1\x4b\xef\x11\x13\x47\ \xf6\xea\xdd\x21\xcc\x2c\xc9\xca\x2d\xe7\x8c\x71\x39\xaa\xc7\xe4\ \x29\x23\x86\x74\x92\x5d\x79\x59\xf9\x2e\x00\x64\x8f\x4d\xe8\x36\ \x72\xd8\xc0\x61\x03\xba\x75\x6d\xce\xf2\xd3\x72\x8a\xbd\x38\x24\ \xae\xef\x94\x29\xc3\x87\x76\x76\xaa\x85\x99\x39\x95\xf8\x6f\xaa\ \x7d\xa9\x61\xc8\xd5\x1b\x0d\x9f\x31\xb5\x4f\x97\x86\x9e\xac\xb4\ \xfc\x52\x35\xbc\x4e\xd3\xf1\xf3\x1e\x1d\xd5\xbf\x75\x68\x64\x74\ \xb3\x96\x0d\x3d\x57\x52\x7c\x51\x4d\x86\xde\xdd\x2f\xd2\x59\xad\ \x49\xe3\x5a\x95\x19\xe9\x15\x2a\x67\x86\x11\xda\xa0\xdd\xd8\xe9\ \xf7\xf4\x68\x9f\xe0\xce\x4e\x2f\x75\x9b\x40\xa4\x84\xd6\x9d\x07\ \x8e\x1f\xd1\x77\x50\xef\x26\x71\x72\xce\x95\x4c\xf5\x66\x4d\x41\ \x66\x51\x67\x42\x93\x81\x13\xc7\x0d\x1c\xda\xb3\x4e\x04\x64\xa7\ \x66\xf9\x29\xae\xd7\x7b\x50\xef\xae\x8d\x22\x22\x13\x1b\xc4\xe2\ \xec\xb4\x1c\x9d\x23\xcb\xc2\x4d\x06\x8e\x9a\x30\x79\x48\x4d\x9b\ \x9a\x91\x96\xa3\x59\xb6\xb6\xa3\x27\xdc\x3f\x67\x72\xf3\xba\x61\ \xd1\x09\x2d\x1b\x84\xfa\x2e\x5f\xc9\x33\xc0\xde\x6e\xcc\xc4\x31\ \x63\xfb\x44\xb1\xf2\x8c\xcc\x12\x8e\x85\x9b\xc2\x4f\xce\x28\x84\ \xf4\x99\xf9\xd0\xec\x69\x43\x3d\xe7\x8f\x5d\x2d\xf4\xa4\xed\xdc\ \x9e\x6e\xd6\xbc\x7b\xe6\x50\x87\x37\x33\xf9\xe0\xf1\xf4\x1c\x2f\ \x11\x08\xd7\xcb\x93\x0f\x1e\x71\xb6\xee\x5b\xbd\xf2\xd4\xb6\x3d\ \xb9\xa2\x48\x98\x69\xa0\xd0\x9a\x03\xee\x9d\x3a\x6c\x60\x07\xd9\ \x9b\x9f\x95\xe7\x26\x37\x9b\x8b\x5a\x96\x33\x3e\x71\xfc\xbc\x47\ \x47\x0d\x68\x13\x1e\x19\xd5\xac\x45\x63\xcf\xd5\xf3\xac\x66\xa7\ \x21\x3d\xe3\xb3\x53\xb3\x35\x70\x76\x19\x3f\x38\x4a\xcb\x2f\x31\ \x23\x7b\x4d\x98\x38\x6c\x64\xbf\x66\xf5\x23\x0a\x53\xd3\x3d\x26\ \xe2\xba\x11\x91\xd4\x69\xdc\xf4\x49\xdd\x5a\xd7\xac\xcc\x4c\x2f\ \xf3\x32\x46\x71\xbd\xae\x03\xc6\x4d\x1d\xdd\xa3\x7b\x4b\x59\x2f\ \xcd\xcd\x75\x13\x62\x65\x9c\x3e\x76\xe6\xaa\xd2\xfb\xae\x84\x63\ \xdf\xfe\x52\x6c\x12\x12\x8c\xa9\x83\x31\x75\x10\xff\x0f\xe3\x6a\ \x40\xa2\x6c\x73\x80\x22\x54\x25\x28\xb9\xa1\x7a\x3d\x7e\xb7\x4f\ \xd3\x58\xd5\xe7\x72\xd5\x16\xbf\xae\xf3\x6b\x2d\xad\xa5\xfa\x2d\ \x27\x4e\xef\xaa\x00\xe5\x9c\x1b\x3a\xee\x35\x7f\xc9\xb3\xf3\x07\ \x4a\x5c\xee\x3f\x67\xe1\x8c\xc1\x0d\xfd\x96\x38\xfc\xc5\x05\xa3\ \xfa\xd6\x20\x31\xcd\x1e\xdf\xb8\xaa\x5f\xd3\x08\xaf\x61\x1b\xf3\ \xea\xca\x87\x26\xb5\x54\xa2\x93\x1e\xff\xf0\xcd\xe1\xed\xa2\x5d\ \xba\xd9\x7c\xf4\xa3\xcf\xce\x1b\x11\x26\x32\xc1\x1e\x22\x13\x4e\ \xe5\xea\x53\x96\x2f\x19\xd4\xd2\x5e\x61\x44\x4d\x7b\x6d\xe9\xe0\ \x56\x61\xba\xc5\xb9\x65\xf8\xfd\x6e\x8f\xdf\xa3\x53\xc6\x2d\x93\ \x44\x37\x79\x72\xd3\xea\x41\x6d\xa3\xa3\x5a\x0f\x7b\xe9\xfd\x17\ \x9a\x47\x81\xa6\x9b\x9a\xcf\x6f\x50\x4d\xf5\x7a\xfd\x5e\xd5\xa2\ \x00\x9c\x13\x5b\x88\x53\x51\x9a\x8e\x9f\xf3\xfc\xab\xf7\x3a\xf4\ \x4a\x5b\x52\x9f\x05\xaf\x3f\x56\x4b\x70\x8b\x8d\xfb\x2d\x7c\x7d\ \x6e\x82\xcd\xeb\x25\x75\x1f\x5c\xbe\x64\x58\xc7\x38\x4e\x44\xbb\ \xd3\x4e\x10\x03\x04\x96\xe6\xf3\xf8\xdd\x3e\xd5\x4f\x39\x37\x0d\ \x33\x71\xec\x7d\x0f\x3f\xd9\x57\xe0\xf6\x41\x0b\x97\x3d\xf7\xd4\ \x40\x09\x54\xca\x90\xe2\x0c\x53\x1c\x51\xa3\x96\xbc\x32\x63\x42\ \x6b\x5d\xf3\xb5\xb8\xef\xa9\xc5\x2f\x4f\x0c\x53\xc2\x47\x2c\x79\ \x6d\xee\xfd\x9d\x80\xaa\x86\x5f\xd5\x0d\x55\xd7\xfd\x7e\x8f\x57\ \xd5\x4c\xc3\xc0\xbd\x9e\x7a\xe9\x99\x27\xfa\xdb\x9d\xf1\xf7\xad\ \x79\xf3\xbe\x21\x8d\x2c\xdd\x00\x46\x35\xbf\xdb\xe3\xf7\xa8\x86\ \xc9\x11\x02\xce\x74\x9f\xa6\x59\x86\x6e\x98\x94\x52\x0e\x08\x71\ \xcb\x53\xea\xae\xd9\xa7\xff\xa8\xe1\x0d\x69\x20\x60\x45\x44\x01\ \x9b\x2c\x92\xc0\x4d\x62\xd4\x62\xce\x5a\xd3\x56\x2e\xe9\xdb\x58\ \xac\x84\xb8\x07\x5f\x7f\xb9\x5f\x92\x43\xb7\x38\x33\x75\x9f\xdf\ \xed\xf1\x7b\x0d\xca\x10\x42\xdc\xb2\x54\x9f\xdf\xa4\x9a\xea\xf5\ \xf9\x7c\x7e\x43\x35\x84\xf8\xc4\x19\xaf\x3f\x98\x10\xc6\x59\x58\ \x93\x47\x5e\x9c\xda\x40\xf1\x3b\x5a\xf6\x7f\xe2\xd5\x29\xd1\x12\ \x6a\x39\x69\xee\xab\x6b\x1e\x8c\x36\x5d\x8e\x56\x83\x9e\x5e\x31\ \x3b\x96\x57\xda\x5a\x0e\x79\x6e\xc5\x43\x71\xac\xc2\xd9\x69\xcc\ \xf3\x6b\x1f\x8a\x30\x5c\x96\x14\x12\x15\xe5\x00\xc6\x38\x20\x49\ \xb2\xdb\x1d\x4a\xb0\x53\xe7\xbf\x10\xc1\xda\x8f\x20\xee\xd4\x6f\ \x5b\x4c\x6c\x3f\xfd\xf1\xfe\x2d\x63\x4a\x2f\x9d\xf8\x7e\xe3\x4f\ \x65\x4c\x00\x62\xef\x3a\xfb\xa1\x5e\x4d\xc2\x0a\xce\x1c\xfe\xfe\ \x93\xed\x6e\xe4\x3d\xf8\xe3\x67\xe5\x61\x8d\x9a\xdf\x2d\x60\xc4\ \x81\xea\x10\xdb\xf9\x9e\xc1\x4d\xb6\x3e\x39\xf6\x95\x7d\xfe\xa7\ \xe2\x3a\x75\x76\x28\x18\x04\x07\xf6\x1e\xfe\xe4\xad\x67\x3f\xad\ \xc4\x5f\x7c\xdf\xaf\x5d\xfc\xb6\x8a\x5a\xe3\x3a\x84\x6d\x98\x74\ \xef\xe6\x2b\x6c\xda\x3b\x9f\x8c\x9e\xd5\xe7\xab\xa3\x9f\xdb\xc3\ \x43\xf3\x77\x7e\xbf\x7a\xd1\x7a\x1d\x42\x05\xcc\xaa\x77\x1a\x37\ \xe9\xae\x86\x87\x3e\x39\xca\x35\x8a\xea\x24\xf4\x19\xdd\xe4\xfb\ \xe4\xdd\xa1\xcd\xba\x4f\x9e\x34\x38\xce\xe1\x3b\xf8\xd1\xe7\xbf\ \x9f\xbc\xda\xbc\xf7\x84\x2e\xe8\xec\x03\xf7\x3f\x7e\xc1\x68\xb8\ \xf2\xd0\xfb\xa3\xc6\x36\x5b\xf4\xee\xe1\x2d\x1b\x77\x0d\x6b\x87\ \x7f\x7a\x73\xdd\x71\xbf\xac\x00\xaf\xa5\x28\x66\xd6\xd1\x0d\xcf\ \xbf\x50\x58\x3f\xff\xab\x77\x87\xd4\x0b\x7b\xc7\x39\x78\x52\xb7\ \xda\xf8\xb3\x5d\xcc\xa8\xa8\xac\x33\xa9\x53\x8b\xe6\x91\xe7\x4e\ \x49\x4e\xe4\xfb\x65\xf9\xf2\xf7\x4f\xb9\x1c\x44\x92\x64\x89\x9b\ \xb4\xd1\x98\xe9\x23\xba\xd7\xf7\x17\x5c\xfe\xe1\x9d\x2f\xd2\x55\ \x24\xdb\xc4\xa2\x23\xdf\xbf\xf6\xe2\xda\xf8\x3d\x73\x37\x6e\x18\ \x97\xf4\xf6\x0e\x84\x20\x73\xf7\x97\x4b\x9f\xff\xf4\xae\xb2\x4f\ \xe7\x77\x6f\xb3\xf6\xd3\xdc\x71\xe3\xfb\x9d\x5e\x39\xf3\x99\xcf\ \x93\xdb\x4c\x78\xf1\xcd\x05\x63\xeb\x7e\x79\xe4\xf8\xaf\x5b\x0f\ \x0e\x9e\xd8\xf2\xca\xaf\xef\xaf\xf9\x55\x44\x0a\x89\xed\x36\x69\ \x68\xf3\x5f\x16\x8c\x7f\x6d\x6f\xfe\xc0\x92\xb7\x9e\x7e\x68\xe8\ \xd7\x5b\x97\xfb\x42\xea\x0e\x9b\x7b\x6f\xeb\x1a\x38\x75\xd7\x6f\ \x3f\xfd\x74\xc2\x40\xfa\xee\x4f\xb6\xf4\x1f\x3b\xb8\xf8\xdb\x2f\ \xde\xdb\x79\x35\x44\x0e\x11\xb1\xe7\xc7\x4d\xef\x4b\x6d\xba\x0f\ \xb2\x6e\x9d\x4c\xa7\x96\x19\xd7\x7a\xf8\xc4\x3e\x75\x76\x7d\x78\ \x80\xf9\xdd\x62\xc3\xfa\xbd\x87\x37\xfa\x79\xd9\x91\x88\xd6\xbd\ \xef\x9b\xd0\x3f\x46\xf6\xec\xfb\xf0\xd3\xc3\x97\x4b\xfd\x85\x97\ \x7e\xd8\xb8\x73\x78\x07\xe9\xa7\x35\xeb\x8e\x7a\xa5\x10\x01\x99\ \xc7\x0e\x9e\x49\xbf\xa7\x7b\xf3\xe8\x6c\xd6\x9e\x64\x67\x1c\x3e\ \x5d\x66\x1f\xe5\xb0\x32\xf7\xbf\xfb\xc2\xe2\xa2\xe8\x83\x1b\xf7\ \x3d\xdb\xb1\xdd\x37\x6a\xff\x09\x1d\xaa\xb3\x4f\x75\xc6\x2b\x5c\ \x0d\x66\x76\x6e\x9a\x14\xb1\x5f\xb3\x04\x59\xe6\x5a\xd1\x6f\x1f\ \x7f\x76\xa5\x40\x75\xda\xed\x08\x82\x3c\xf4\xa0\xa7\x0e\xe2\x7f\ \x37\x79\xed\xf5\x7a\x5c\xb2\xd7\xa7\x31\x40\x08\x10\x00\x37\xbc\ \x1e\x77\x25\xf2\xfa\xb4\x00\x85\x5a\x04\x45\x51\x44\xc4\x35\x43\ \x37\x4c\x8e\x04\x67\x94\x4c\xd5\xdc\x2c\x17\x01\x05\x78\x55\x0f\ \x51\xc6\x80\xc8\x36\x1b\x94\xfb\x54\x17\x92\x91\xe8\x8c\xc4\xaa\ \xbb\xb8\x44\x13\x81\xe6\x15\xba\x58\xeb\x48\x09\x38\xe3\x94\x63\ \x22\x23\x3b\x52\x14\x6e\xf8\x94\xd0\x18\xe2\xa9\xcc\xc9\x2a\xf6\ \x83\x7d\xcb\x73\xcb\xaf\xa6\xa4\xcb\x20\x72\xd3\xf0\xb9\xdd\x6e\ \xd3\xaf\x99\x14\x00\xd9\x42\x23\xb5\xa2\x0c\x97\x81\x10\x94\xe7\ \x54\xb0\x84\xc8\x50\x02\x58\xb6\xcb\x18\x21\x2c\x08\x22\x16\x10\ \x33\x03\x72\xb0\xb2\xdd\x81\xb4\x4a\x15\x31\x51\x96\x42\x42\x23\ \xbd\x79\xa9\x85\xc5\x2e\xe2\x39\xbd\xea\x81\x9f\x4e\x5e\x35\x14\ \x19\x51\x4e\xb1\x24\xdb\x44\x9b\x2c\x62\x00\x40\x08\x2c\xbf\xdf\ \xe3\x72\xfb\x3d\x7e\xca\x01\x01\xe7\x8c\x73\xce\x09\xe0\x8a\xc2\ \x9c\x62\x14\xee\x70\x88\xc0\x39\x16\x04\x05\x24\xdd\x57\xc6\x64\ \x2c\xd8\x42\xec\x84\x67\x66\x97\x13\xe0\x65\x45\x45\x6e\x25\xc9\ \x26\x13\x01\x64\x49\x12\x10\x42\x22\x08\x84\x73\x6c\x0b\x97\xa9\ \x5e\x98\xef\x16\xc1\x2a\x2c\x28\xd3\x42\xa2\x64\x01\x79\x19\xd5\ \x3c\x6e\xb7\x0b\xfb\x35\x83\x23\x00\x84\x24\x9b\x2c\x10\x2c\x2a\ \x8a\x1d\xdb\x44\x82\x00\xb0\x0c\x36\x59\x22\x5c\x35\x0c\x30\x09\ \x0d\x68\xc5\x04\xfa\x84\x18\x3a\x18\x40\xb9\x2d\x3c\x06\xb9\xca\ \x72\x72\x4a\x54\xec\xff\x6a\xc1\xab\x69\x67\x72\x64\x10\x98\x61\ \xf8\x5c\x6e\x45\xf6\xea\x16\x83\x80\xc8\x8e\x5d\xc1\x08\x91\x80\ \x71\x04\x82\x2b\x53\x77\x1e\x4c\x1d\x3f\xac\xff\xd5\x8a\x06\x85\ \xa7\x77\x64\x01\xae\x8f\x80\x51\x8e\x89\xa0\x55\xe4\x66\xfb\x24\ \x7b\x54\x98\xe4\x0c\x73\xe7\x9e\x2d\x2a\xf5\x88\xde\x63\xaf\x4d\ \xff\xf6\x7c\x99\xe4\xcb\xff\xea\xa9\x89\x85\x63\x67\x8e\x5b\xb2\ \x79\xd2\x89\x4d\x6b\xde\xfb\xf4\x18\x15\xa5\x60\xb6\x23\xe8\xa9\ \x83\xf8\xdf\x02\x12\x30\x3d\xf7\xf5\xc6\xe4\x2f\x18\xc6\xa2\xa4\ \x88\x04\x03\x70\x3d\xf9\xd3\x0d\x47\x18\xc3\x44\x94\x64\x89\x00\ \x67\xc0\xdc\x95\x5e\xb1\x5e\xdb\x76\x1d\x5b\xe5\x55\x94\x5e\xc9\ \x49\x49\x33\xed\xc3\x67\x8d\x4a\xd9\x98\x55\xaf\x41\x75\x7c\x85\ \x72\x00\x22\x21\x44\x80\x03\x12\x10\x11\x05\xd9\x93\x7e\x38\x4d\ \x9a\x36\x6e\xe6\x90\xd2\x5f\x8d\x49\xc3\x9a\x65\x6f\xdc\xe8\x03\ \x42\xb0\x28\x5e\x4b\xcd\x21\x22\x96\xa6\x1e\x4c\xe7\x77\x45\x93\ \xb2\x1f\xb7\x1e\x75\x44\x38\xca\x32\xca\x89\xdd\x66\x64\x9e\xfb\ \xf2\xd5\x64\x06\x20\xca\x8a\x44\x84\xac\x53\x7b\xad\x27\xa7\x8d\ \x1c\xf6\xeb\x51\xb3\xe3\xa0\xfa\xf0\xd5\xd2\x8b\x00\xb2\xe9\x2a\ \x93\x22\x6a\x74\xe8\xd1\xca\x9b\x45\xbd\x99\x97\x19\x07\x51\x46\ \x80\x00\x21\x2c\x61\x2c\x71\xff\xf9\xd3\x47\xd8\xf0\x96\x46\xe6\ \x86\x93\x79\x54\x26\x56\x49\xb1\x8a\x23\x89\x88\x24\x72\x43\x8d\ \x1e\x11\x49\xe6\xb6\x6f\xd6\xfe\x6c\x01\x12\x24\x9b\x48\x80\x32\ \xc6\xc3\xea\xb5\x68\xd1\xa8\x75\x83\x7b\x27\x55\xcf\x3e\x97\x99\ \xeb\x6d\x2d\x63\x41\xc4\x00\x40\x10\x91\x88\x84\x3c\xe9\x27\x32\ \xca\x87\x3f\x7c\xcf\xee\xc2\x6d\x7d\xa6\x8f\xc6\xc9\x3f\xe7\x96\ \x9b\x04\x4c\x4f\x85\xbf\x71\xa7\xb6\x4d\xb6\xe5\x01\xf2\x5d\x4e\ \x3f\x75\xa6\x52\x18\xf1\xf0\xf8\x73\xeb\x2e\xde\x33\xb9\x8f\x6b\ \xdf\x9b\xe5\x26\x21\xfe\xb2\x5d\x6f\xbf\xb9\x9d\x03\x11\x25\x49\ \x94\x71\x95\xc0\xa3\x44\x6e\x14\x19\x06\xa3\xcc\x4d\x63\xdb\x74\ \x69\xd3\x24\xc7\xa7\x96\xe6\xe6\x7b\x10\x18\x95\x1a\x8a\x6b\xd3\ \xb1\x75\x52\x85\xb7\x32\x27\x3f\x65\x7f\x36\xe9\x1e\x4e\x8b\x7e\ \xd9\x96\xe5\x08\xb7\x97\x5e\xad\x10\xec\x36\x35\x2d\xf9\xf3\x57\ \x0e\x33\xc0\xa2\x22\x0b\x02\xe1\x94\x98\xae\x32\x31\x22\xbe\x7d\ \xcf\x56\xae\xab\x96\x51\x92\x53\x54\xaa\x1f\xfa\xf8\x9b\xd1\x9f\ \xbd\x34\xdf\x96\xbf\x6e\xe6\x71\x0b\x04\x44\x2d\xb1\x7a\xa3\x16\ \x6d\x9b\xd5\x4e\x9c\xd8\x41\x2a\xfd\xe9\x54\xaa\x3b\xfa\x14\x1e\ \x90\xe0\xbb\xb2\xe9\x42\x29\x48\xa0\x97\x14\xfa\xa3\x1a\x35\xae\ \xa6\x94\x7d\xf6\xdc\xf3\xa9\x0f\xaf\x5e\x34\x71\xcc\x8f\x5f\x1f\ \xc8\xb2\x44\x31\xf8\xb8\xfc\xcb\x13\xd6\xc1\x15\xc5\x20\x6e\x09\ \x8b\x92\x56\x23\x87\x85\xe5\x1e\xdc\x73\xac\x40\xbc\x56\xb5\x86\ \x05\x41\x14\x45\xe1\x86\x42\xb4\x3f\x6d\xc1\x18\x5c\x79\x25\x61\ \x89\xbd\x26\xcf\x18\x1c\xae\x65\x1c\xde\x77\xfc\xec\xb9\xf2\x36\ \xf7\x4c\x19\x7c\x57\xbb\x26\x89\x0d\x4a\xf7\x6f\xf9\xf9\x78\x61\ \xf3\x5e\x9d\xbc\x67\xf7\x1f\xbd\xe0\x6b\xd2\xb9\x93\x98\x77\x6a\ \xdf\xf1\xd3\x17\x2f\xba\x3b\xdd\xf7\xc0\xb8\x71\x9d\x8b\xb6\x7f\ \xb4\x66\xed\xef\x7e\x53\xa8\xd1\xbc\x6d\x75\x76\x75\xcf\xfe\x4b\ \x4c\x10\x31\xc1\x46\x59\xd6\x99\xcb\x6a\xaf\x69\xd3\xc6\xdd\x33\ \xb8\x4d\xb3\xa8\xcb\x7b\x0e\x17\x6b\x9c\x10\x2c\x88\xa2\x28\x8a\ \x18\x23\x4c\xb0\x37\x3f\xf5\x4a\x45\xd8\xe8\x47\x66\xdc\xd5\xb3\ \xf6\x9e\xd5\xaf\x7d\xf1\x6b\xba\x60\x53\x8c\x8a\x3c\x4f\x64\xa3\ \x31\xb3\xa7\x74\x69\x11\x75\xe5\xd0\x81\x22\x52\xbb\x4d\x13\xfb\ \x81\x2d\xfb\xbc\x52\x8d\xf6\x1d\x6a\x9c\xdd\xf1\xfb\xa9\xe4\x73\ \x45\x42\xc3\x49\x8f\xdc\x3b\x68\x4c\xdf\x78\xa1\xfc\xd4\xc1\xb3\ \x7e\x29\xb6\x6d\xb7\x46\x99\xfb\x76\xa4\x96\x5a\xd7\xc9\xd3\x88\ \x10\x41\x14\x05\x91\x20\x00\x6a\xd2\x1a\x5d\xfa\x0d\x19\xde\x25\ \xa9\x7d\xf7\xe6\xd1\xa5\xeb\x9f\x5e\x75\xb2\x40\xad\xd3\xa6\x63\ \xac\x9e\xb6\xf3\xf7\xb4\x98\x06\xad\x1b\x84\xbb\xf6\xee\x38\x72\ \xe6\xc4\x95\xd8\x5e\x63\xee\x9d\x39\x22\xa2\xfc\xd8\xaa\x85\x1f\ \xe6\x78\x91\x8c\xcc\xa2\xe2\xf2\x86\xc3\xc6\x8f\x99\xd0\x2f\xca\ \xcc\x3a\x72\xe0\xe4\xd9\x53\xd9\x8d\x47\x4d\x99\x34\xa5\x3f\x3a\ \xff\xf3\xaa\xa5\xdf\x56\x58\x84\x10\x4c\x44\x51\x14\x45\x52\x45\ \x10\x67\x16\x0e\x69\xde\xb5\x65\xc5\xc9\xdd\xe7\xb2\x3c\x82\x80\ \x01\x10\x46\xac\x28\xd3\xd5\xe4\xae\xb1\xe3\xc7\xb4\xf3\xa7\x1d\ \x3f\x75\xa9\x52\x10\x68\x71\x9e\xd1\x6e\xc4\xdd\x23\x07\x37\x75\ \xa5\x1e\x3f\x71\xfc\xcc\xf9\x0c\xd6\xff\x81\xe9\x63\xee\x1e\xd4\ \xa2\x71\xe8\x85\xdd\x47\xca\x0c\x74\xcd\x5c\x55\x2d\x4c\x11\x26\ \x46\x45\x9e\x3b\xbc\xc1\xe8\xd9\x53\xba\xb5\x8a\xc9\x38\x7e\x38\ \xa3\xd8\xf2\x95\x66\x28\x4d\xc6\x0c\x8a\x39\xfd\xca\xeb\x5b\x7d\ \x06\x84\x37\x6c\x3d\x6c\xf2\xc0\xc4\xa6\x6d\x3b\xb7\x0e\xdf\xf2\ \xf2\xf2\x1d\x27\x8b\x4a\xaf\x9c\x2b\xb1\x37\x9b\xfc\xe8\x94\x81\ \xa3\x7a\xc5\xb0\xa2\xe4\x43\x29\x72\xe3\x2e\x33\x9e\x9f\x3b\xf6\ \xee\xc1\x4d\xab\x7b\xbf\x5a\xff\xfe\xd1\x8b\x15\x58\x24\xdc\xd2\ \x71\x54\xd3\xc1\x83\xeb\x1f\xfd\xfa\xe7\xe0\x8a\xe2\xff\xc8\x41\ \x07\xd9\xe4\x41\xfc\xfd\x44\x87\x66\x48\xf7\x7d\xfa\x51\xbd\x33\ \xab\x5e\x59\x75\x02\x0b\xdc\x62\x70\x67\x8f\x1b\xe2\xcc\xb2\x4c\ \x2a\x48\x52\x80\x61\x17\x55\x3f\x21\x84\xa9\x46\x68\xd2\x82\xf5\ \x0b\x2e\x2d\x9d\xbd\xe6\xdb\x4b\x82\x80\x01\x0b\x82\x80\x2c\xd3\ \xe2\x88\x88\x04\x99\x86\xce\x91\x28\x0a\x60\xe8\x26\x96\x24\x91\ \x20\x6a\x99\x94\x13\xf1\x0f\xee\x32\xb7\x74\x9d\x61\x51\x12\x09\ \xe7\x1c\x6e\x29\x82\xc8\x99\xa1\x9b\x58\x94\x08\xa2\x86\xc1\x44\ \x59\xc2\x08\x80\x33\xc3\xb0\x88\x28\x12\x0c\x1c\x10\x62\xcc\xb4\ \x98\x20\x09\x88\x33\xd3\x62\x44\x14\x31\xb3\x0c\xc3\xc4\x92\x2c\ \x60\xc4\x39\x47\x08\x01\x30\xcb\xa4\x88\xdc\x4e\x6b\x97\x6b\x7e\ \xa3\xcf\xcb\x6f\x3e\x98\x94\x3c\x75\xec\x26\x4a\x08\x43\x58\x92\ \x44\x66\x9a\x0c\xb0\x28\x62\x66\x51\x8b\x83\x28\x0a\xcc\xd4\x4d\ \x8a\x64\x59\xb4\x0c\x9d\x61\x51\x12\x30\x00\x30\xcb\xb4\x18\x96\ \x24\x12\x20\x79\x53\x53\xa7\x9c\x48\x12\x31\x75\x03\x04\xe9\xd6\ \x8d\xf1\x80\x5b\xa6\x85\x88\x70\x43\x3d\x3b\x62\x96\x41\x19\x12\ \x24\x01\xae\x49\x1f\x32\xd3\xa0\x40\x44\x91\x54\xe5\xa9\x34\x9d\ \x0b\x92\x24\xe0\xdb\x9a\x0b\x6e\x32\x0e\x63\x48\x71\x86\x86\xc4\ \xd6\x9a\xf4\xdc\xe3\xe8\xf7\x55\xaf\x7d\x70\x02\x80\xd7\x1d\xfb\ \xe8\x9b\xcf\xc6\x3f\xdc\x67\x61\xae\x17\x31\x8e\x24\x59\x42\xcc\ \xd4\x0d\x2a\x48\x12\xb9\x6e\x2e\xc6\x58\x80\x4f\x64\x1a\x26\x05\ \x51\x12\x11\x20\x49\x64\xb6\x26\x77\xaf\x7a\xa5\xd7\x8a\x31\xd3\ \xcf\xfa\x44\x29\xb8\xb4\xf8\xcf\x3d\x84\x41\x36\x79\x10\xff\xd8\ \xe3\x82\x59\x98\x5e\x32\x6c\xe4\xdc\x37\x92\xce\x6f\x5e\xf1\xda\ \xbe\x4b\xba\x72\x47\x0f\x1c\x47\x98\x88\x72\x55\x4d\x98\x69\xa0\ \xa4\xc1\xe3\xa7\x0c\x6d\x8e\x99\x71\xf5\xfb\xb5\x9b\xb7\x5d\x11\ \xe4\x2a\xcd\x6c\xce\x21\xd0\x51\x8e\x03\x08\x92\x1c\xf8\xbd\xa4\ \xc8\x81\x3f\x61\xf2\xa7\x76\x1b\x48\x90\xab\xa8\xe3\xb7\x95\xc7\ \x45\x38\xb0\x3b\xc0\xf5\xdf\x02\x20\x2c\xc9\xd2\xb5\x2b\x02\xc0\ \xb8\xca\x6d\x20\x2c\x8a\x18\x80\x03\x26\x92\x42\x6e\x3e\x72\x55\ \x1e\xe3\x76\xc0\x80\xbc\x85\x85\x59\x36\x37\xc2\x98\x48\x92\x00\ \x01\xf5\x45\x01\x07\x88\xd8\x84\x88\x55\x5b\xa4\x40\x1b\x8f\xeb\ \x57\x17\x38\xb4\x54\x75\xae\x40\x5e\xa5\xca\x52\xa2\x2c\xff\xbd\ \xbc\xd3\x9f\xd3\x09\xfc\x8f\x21\x5e\xef\xe7\x7a\x93\x3f\x44\xa2\ \xf2\x8f\xcc\x75\xb3\x71\x2c\xd3\xaa\xdd\x7d\xfc\xbc\xf9\xbd\xb3\ \xb6\x7d\xb1\xe6\xf3\x93\x44\xb1\x71\x4d\x33\x5d\xe5\x19\xa9\x22\ \xe5\x08\x0b\x01\xb1\x77\x0e\x58\x90\x15\xe1\xa6\x23\x63\x8c\x01\ \x38\xe3\x88\x88\x12\x01\xe0\xd4\xe4\xb1\x53\x96\x3e\xde\xa9\x79\ \x23\xbd\xe2\xb4\xd7\xe0\xc1\x78\xfa\x5f\xf3\x3c\x06\x63\xea\x20\ \x6e\xe3\xa9\x41\x57\xdd\x3a\x27\x02\x12\x24\x59\x16\xf0\x3f\xc9\ \x0d\xe7\x8c\x31\x00\xc4\x99\x69\xd0\x3f\xdc\x34\x63\x1c\xa1\x7f\ \x8a\xbb\xc6\x4d\xc3\xc0\x82\x4c\xfe\xa9\x30\x8d\x51\xd3\xd0\x4d\ \x0e\x44\x52\xfe\x99\x2b\xe2\xd4\x32\x29\x88\xb2\xc8\x4d\x83\x32\ \x2c\x4a\xe4\x1f\x5e\x3b\x87\xdb\x92\x21\xff\xde\x5e\xff\xa4\x71\ \xfe\x7c\xb5\xba\x6e\x70\x8e\x45\xe5\x0e\xcd\xc5\x39\x63\xa6\x49\ \x89\x28\x56\xdd\x26\x4a\x4d\x8b\xdf\xa0\x6e\x53\x05\x6a\x1a\xa6\ \x49\x01\xb0\xa0\x48\x81\x04\x11\x35\x0c\xd3\xa2\x80\xb0\xa8\xc8\ \x88\x9a\xba\x61\x21\x84\x10\x26\x52\x55\x77\x2d\x66\xa8\x06\xe5\ \x55\x2b\x1c\x41\xdf\xfd\x4f\xc4\xd4\xc1\x3c\x75\x10\xb7\x79\xcc\ \x19\x44\xd4\x6d\xd2\xaa\x6d\xf3\x06\xf5\x62\x4d\x57\x89\x5b\x63\ \xff\x9c\xef\x40\xa8\x4a\x58\x44\x10\xaf\x8b\x3c\x71\x84\x09\x41\ \x7f\xbd\x1f\x04\xa7\x26\x8e\x1a\xfa\xc0\x3d\xd5\x5c\xa9\x57\x4b\ \x8d\xbf\xd8\x3d\x03\x18\x65\x21\xd5\x12\x5a\x77\x6b\x15\x1f\x65\ \xd3\xbd\x2e\x55\x67\xe8\xaf\x5c\x11\x35\xcd\xc8\xa6\x7d\xee\x1e\ \xd1\x24\xf3\xcc\x05\x15\x24\xe1\x0e\xba\xca\x21\x84\x08\xc6\x7f\ \xf1\x32\xff\x59\xe3\xfc\xad\xbf\x17\x9c\x8d\xdb\xb7\x4d\x4a\xac\ \x61\x96\x16\x79\x4c\xb8\x03\x6b\x21\x84\x30\x11\xc8\xf5\x1b\x8d\ \x30\xfe\xdb\x06\xd8\xd4\xb2\x6c\xd5\x12\x5a\x76\x6c\x5e\xbb\x4e\ \x24\x75\xbb\xfd\x9a\xc9\x28\x73\xc4\xd7\x6b\xd9\xa1\x79\xed\x9a\ \x61\x5a\x59\x05\xa9\x56\xb7\x4d\x97\x56\xd1\x36\xab\xb2\xc2\xc7\ \x01\x23\xc4\x39\x72\x24\x75\x6d\x9f\x94\x94\xe0\xb4\x63\x4f\x99\ \x8b\xa2\x20\xbd\xfc\x4e\x11\x64\xbe\x04\xf1\x0f\x1e\x74\xc3\xc4\ \xfd\x5e\x7a\x63\xd1\xf2\xfb\x7b\xf6\x6e\x57\x3d\x0c\xdf\x42\xa5\ \xfb\x36\xce\x54\x57\xfd\x7e\xbf\x5f\xd3\x4d\xce\x01\x21\x6e\x6a\ \xba\x69\x71\x84\xc0\x32\x74\xc3\xa2\xc0\x2d\xb7\x5f\x1e\xf0\xf0\ \xbc\xfe\xcd\xc3\x5d\x7e\x97\x61\x52\x84\x10\x70\x66\xa8\xaa\xea\ \xf7\x1b\xb7\xe7\xad\x73\x6a\x69\xaa\xdb\x63\x38\xfb\x8e\x1a\xd3\ \x22\x4e\x32\x19\xe7\x8c\xea\x7e\xbf\xea\x57\x2d\xca\xaa\x8e\x6f\ \x56\x65\xd3\x99\x65\x1a\x86\xc5\x39\x37\x34\x4d\xf5\xfb\x55\xbf\ \x46\x29\xa7\x16\x0b\xad\x9d\x34\x70\xc6\x83\x6b\xb6\xae\x1c\xd0\ \xda\xee\xd7\xaa\xce\xc5\x2c\x53\xf3\xfb\x34\x55\xbf\xd6\xb7\x89\ \x9b\xba\xa6\xfa\x7d\xaa\xaa\x57\xa9\x8c\x03\xb7\x0c\xdd\x6b\xba\ \x1d\xb5\x3b\x8c\x1d\xd6\xd9\xce\x8d\x5b\x19\x83\x5b\x7a\xd5\xb9\ \x02\xe3\xf1\xfa\xf5\xa6\xa3\x66\x4d\x1e\xde\x54\xf5\x97\xa9\x01\ \x6d\xf2\x9b\x8d\x53\xf5\xee\xa9\x1a\xa1\xdf\xb0\x18\x70\xcb\xed\ \x97\xfa\xcd\x79\xea\xae\x56\x91\x2e\x7f\xa5\x6e\x52\x04\xdc\xd0\ \x74\x8b\x02\x42\xdc\xd4\x35\x33\x70\xa5\xba\xae\xfa\xfd\xaa\x5f\ \x35\x2d\x7a\xdb\xdb\xa7\xd1\x76\xb3\x9e\x5e\xf6\xd6\xa3\x7d\xfb\ \x75\x8c\x75\x20\xc6\x81\x53\x4b\xaf\x1a\x5e\x40\xe2\x9c\x5d\x33\ \x8e\xfa\x77\x6e\x6e\xc0\x38\xaa\xaa\x53\xc6\x11\x42\x96\xea\xe3\ \x91\x2d\x9f\xfb\x78\xd5\xac\xd9\x63\x47\x4d\x1b\xdb\xbc\x7e\x94\ \xaa\xb9\x48\x7c\x87\xc5\x9f\xae\x9a\x31\x73\xf4\xa8\xe9\x63\x1a\ \x55\x73\x2a\x71\x09\x5d\xc6\x4c\x7c\x61\xd3\x9a\x51\x9d\xe2\x0c\ \xc3\x04\xce\x18\x76\xb4\xec\xd3\x65\xc8\xc3\xcf\xae\x78\x7b\x7e\ \x1c\xd2\x4c\x16\x7c\xbe\xfe\x02\x24\x82\x64\x01\x05\xf3\xd4\x41\ \xdc\x2e\xc0\x22\xb2\x55\xb6\xe7\x9d\x57\x9e\xdb\x70\x2a\x5c\x0e\ \x57\xc4\x7f\x1c\x1b\x72\xce\x88\x3d\xba\x75\x97\xc6\x61\x36\x54\ \x9a\x76\x21\x35\xa3\xd4\x02\xa5\x46\xb3\xfa\xb8\x3c\x37\xa7\xd8\ \xa8\xde\x20\xc9\xae\x15\x66\xe4\xf9\x1b\xf5\xe8\x35\x64\xcc\x48\ \x23\x24\xb3\x34\x2c\xdb\x93\x75\xe1\xd2\xd5\x72\x0a\x62\x42\xbb\ \x2e\xb5\xa2\x71\xe6\xa9\xd3\xb9\x65\xba\x28\x0a\x7f\xeb\xa6\xb9\ \x10\xd2\xb4\x43\x3b\xbb\xa3\xb6\xd3\xc6\x74\x8b\x73\x6a\x51\x29\ \x34\xa9\x47\x97\x68\xc9\x77\xe9\xc4\x99\x12\x1f\x8b\x6b\x9c\x28\ \xfb\x0a\x72\xf3\x7d\x00\xe0\x88\xa9\x19\x1b\x62\xe5\xe5\xba\xab\ \xb5\x68\x5a\x3b\x3e\x82\x7b\x4b\x2e\x9d\xba\xe8\xc6\x42\xde\xd1\ \x9f\x16\xde\x93\x22\xef\x7c\xad\x2a\x46\x41\x40\x0d\x53\x0c\x8f\ \x6b\xd9\xa6\x31\x76\xe5\x9e\x3f\x75\x45\x47\x22\xc2\x72\x42\x9b\ \x56\xb5\xe3\x42\xd5\x92\x9c\x8b\x67\xd3\x54\x2e\x30\xdd\x0a\xad\ \xd5\xa8\x75\xfd\xe8\x9a\x4d\x63\x0d\xb3\x92\xdf\x2a\xf5\x6a\x19\ \x3c\xba\x51\x8b\x86\x0d\xaa\x61\xc3\x93\x91\x72\x31\xaf\x48\xad\ \xd1\xac\xdd\x80\x71\x63\xda\x7a\xed\x97\xcb\xec\x6a\x59\xce\xb9\ \xf3\xd9\x60\x8b\x69\xd5\x25\x31\xc2\x86\x4a\xd3\x2f\x5e\xbe\x5a\ \xca\x30\xc1\x82\x2d\xbe\x7e\x52\xcd\x1a\xd1\xb2\xc8\x8a\x2f\x9e\ \x4b\xcd\xf6\x36\xec\xd6\x73\xf0\x98\x51\x3c\x22\xa7\xd8\xd9\xc0\ \x9b\x7d\xf1\x42\x86\x3f\xa1\x45\x7d\xa3\x20\xab\xa0\x12\x6a\x26\ \x35\xc4\x15\x39\xb9\xa5\x7a\x54\xfd\xa4\x7a\xf5\xaa\x8b\xcc\x9b\ \x7e\xf2\x5c\xa1\x8b\x8a\xb7\xc8\xaa\x73\x86\x1c\x2d\xbb\xd6\x39\ \xf9\xf6\x0b\xf3\xde\x3f\x1b\x61\x0b\x13\xb8\xc5\xc4\xd0\xa6\x9d\ \x5b\x44\x60\xf7\xc5\x13\xe7\x2a\x34\x26\xc9\xf6\x5a\x8d\x9a\xd6\ \xaa\x11\xc9\x7d\xa5\x97\x4f\x5d\xa8\x34\xf0\x9f\xa3\x67\x04\xd4\ \x30\x85\xb0\xea\xed\xda\x26\x0a\xee\xbc\xf3\xa7\x2e\xfb\x0c\x31\ \xac\x66\xbd\x9e\x33\xe6\x74\x8a\xf0\xaf\x79\xf3\xab\xac\x22\x77\ \xda\xd9\xbc\xc8\xda\x4d\x07\xce\x99\xdd\x5a\x2e\x5d\xb9\xe9\xab\ \x82\x92\xca\xb4\x3c\x97\xe7\xca\xaf\x2f\x1c\xdc\xf1\xe8\xfa\xcf\ \xbb\xb4\xa9\xb3\x79\x6f\x36\x20\x91\xd0\xe2\x4f\x9e\x7f\xce\xd6\ \xe2\xc1\x77\x56\x76\xc2\x18\x43\xd0\x53\xdf\xf9\x97\x1c\xe3\xa7\ \xf2\x34\x25\xe8\xa9\x83\xf8\x7b\x9e\x17\x90\xa8\xd8\xec\x60\x13\ \xaa\x88\xca\xdc\xd4\x34\x83\x31\x8c\x05\x45\x51\x10\x70\x00\x6e\ \x6a\xaa\xc1\x38\x26\xa2\x22\xcb\x9c\x52\x29\x3c\xa1\xcf\xb8\x41\ \xa1\x4a\x78\x62\xf3\x88\xaf\x9f\x78\xfc\xd3\xbd\xbe\x29\xab\x96\ \x88\x5f\x3d\x33\xf7\xdd\xbc\x19\x4f\xad\x68\x97\xba\x72\xda\x8a\ \xa3\x4d\x7b\xb4\xaf\x15\xaf\xe8\x1d\xba\x0c\xaa\xd6\xf4\xf2\x96\ \xfc\x53\x97\x4a\x7b\x3d\xb5\xe8\xd1\x49\x49\xa5\x25\x56\x94\x98\ \xf7\xc6\xf4\x67\x8f\xe5\x19\x12\x66\x9a\xa6\x53\x40\xa2\x28\x4b\ \x02\x32\x51\xe8\xb8\x15\xab\x26\x75\xb1\x67\x17\x08\xcd\xea\x46\ \x1c\x52\x75\x8b\x84\x8f\x5d\xf1\xc6\x98\x36\x4a\xa5\x15\x2a\xe6\ \xee\x7e\xf6\xbe\x95\x9d\x9e\x5c\xdc\x2e\x73\xcd\xc2\x97\x4e\x88\ \xb2\xd5\x68\xc8\x43\xd3\x9b\x5e\x78\x61\x6d\xea\x4b\x5b\x56\x09\ \x29\x67\x50\xed\xc4\xb2\xdf\xdf\x7b\x7e\xde\x67\x7e\x81\x48\xca\ \x1f\x6d\xe1\x98\xa1\x0b\x71\x2d\x9f\x58\xbf\xa4\x89\x5c\x49\xc3\ \xab\xe5\x6e\x59\xfb\xca\xb2\xef\x5c\x52\x54\x9b\x01\xfd\x5a\xd6\ \x8b\xac\xde\xb4\x49\xe1\x8f\x6b\x5e\x5e\xf6\xbd\xbd\xf5\xa8\x97\ \xde\x7b\x2a\xac\x3c\x13\xd7\xea\xe0\xb8\xf4\x35\x03\x40\x88\x5b\ \xba\xa6\x53\x86\xb1\x20\x2b\x32\xe8\x6a\x6c\x9f\xfb\x5e\x5a\x32\ \xb2\xf2\xc2\x55\x31\x84\xef\x7a\xf7\xed\x8c\xbc\xec\x3a\x6d\xdb\ \x36\x49\x0c\x8b\xf0\x36\xef\x3f\x2e\xb2\xf4\xe8\x8f\xe7\xcf\xa6\ \xe1\xb0\xda\xbd\xc7\x0e\x0a\x57\xc2\x12\x5b\x44\x7f\x3b\xef\xa9\ \xcd\xbb\x52\x6b\x76\x9d\xb8\xea\xbd\xfb\x2b\x2e\x5f\xf0\x63\xe1\ \xec\x07\x6f\x9c\x4f\xd7\x9a\xf4\x68\x5f\xbb\xa6\x62\xb5\xef\x3c\ \x28\xa6\x49\xea\x8f\xf9\xa7\xae\xda\x1e\xda\xf0\xf2\xd5\x25\x0f\ \x2e\xfd\x11\x3f\xbb\x64\xb5\x73\xcb\xdc\xb9\x9f\x95\x2c\xf8\x60\ \x5d\x67\x9c\x95\xa1\x46\xc6\xd2\x4b\xaf\x4c\x7b\xe1\x6c\x29\xff\ \x73\xd1\x08\x67\x06\xd3\x4c\x9d\x71\x8a\x6c\xe0\x20\xcc\xb2\xa4\ \x98\xc9\xab\x56\x0e\x49\xc4\x6e\x08\x87\x2b\xbf\x3d\xff\xc0\x0a\ \x4f\x9d\x9e\x2f\xfd\xb0\x4c\x38\x7f\x9a\xd7\x4c\xac\xdc\xfb\xfe\ \x73\x4f\x7c\xe2\x17\xe5\x9b\xda\x9b\x18\x3a\xa9\xd6\x7c\xee\xbb\ \x4b\x9b\x2b\x95\x34\xac\x5a\xfe\x4f\x6f\x2f\x7e\xf1\x1b\x67\xed\ \xc6\x9d\x7a\x35\x92\xc2\xb5\x0e\xc3\x87\xd7\x3d\x7b\x34\xe3\xc4\ \x29\x67\xfd\xa6\x1d\xba\xd5\x17\x22\x2a\xba\x8c\x1a\x51\x9c\xbc\ \x3f\x33\xe5\x3c\x08\xb2\x9d\x12\xce\x0c\xc3\xd0\x75\x6e\xc9\x80\ \x00\xb0\x2c\xd8\xed\x36\x19\xff\x47\x74\xc2\xfd\xef\x09\x96\x10\ \x30\x0e\x6f\xed\x2b\xe3\x41\xe6\x4b\x10\xff\x78\xba\x5c\x7f\xbd\ \x73\x52\xaf\xf7\xa0\x66\xb5\x43\x3c\xf9\x19\xc9\xfb\x4f\xfb\x38\ \x01\x2c\x36\xea\xdf\x2f\x29\xde\x56\x99\x9d\x96\x7c\x28\x45\x25\ \xc4\x9b\x7b\xf6\xbb\x0d\x46\x54\x44\x24\x7f\xfc\xf9\xa1\xbd\x5a\ \x7c\xb1\x77\xaf\xa1\x72\x30\x01\x01\x58\xdc\xd4\x39\x12\xa1\xf2\ \xeb\x97\xd7\x36\x69\xdd\xd6\xfc\x78\xe5\xab\x3f\xa4\xd8\xb1\xe4\ \xa8\x7b\xd7\xac\xa9\x2d\x7e\x98\x3d\xe9\xbd\x83\x74\xee\xd7\x1f\ \x4d\x7f\xac\xe7\xb1\xb9\x3f\xa2\xea\x75\xbb\x76\xef\x50\xcd\x41\ \xb3\x4e\x1c\x3f\x7b\x3e\x33\xb2\xe3\xdd\x53\xba\x2b\xaf\x8f\x1c\ \xf7\x6b\x71\x8b\xf7\x7f\x59\x89\x09\xaf\xde\x69\xec\xbd\x3d\xc8\ \x92\x21\x13\xf7\x94\xd4\x7b\x7d\xef\xba\xc9\x13\x7e\xd8\x7d\xb2\ \xa0\x43\x6c\x54\x9f\x85\x6f\x0c\x71\xec\xfb\xad\x90\x17\xe6\x67\ \xea\xb6\xa8\x50\xff\xa9\x17\xa7\xdd\x9f\x16\x37\x6d\xf3\xfa\x51\ \x6d\xe3\x37\xef\xcc\x07\xa9\x4a\x27\x17\x00\xb8\x66\x92\x3e\x93\ \x1e\xec\x68\xed\x9b\x36\xec\x25\xbd\xd9\x84\x0f\xbe\xbd\xb7\xc7\ \x2f\x7b\xbe\x4b\x2e\xdc\xfd\xc5\x37\x99\x09\xd1\x09\x3d\x9d\xb3\ \x7b\xf7\x8f\x5e\xf1\x6b\xa7\x69\x33\x22\x8e\x6d\x98\xfa\xd0\x87\ \x49\x93\x57\xae\x98\x28\x62\xe0\x94\x42\xdd\xae\xfd\x5a\xd6\x8b\ \x54\x4b\x73\x93\xf7\x9c\x28\xa3\x2c\x2a\xa9\x49\x5c\x98\x67\xf3\ \xdb\xab\x0f\x9c\xc9\x31\x91\xe4\xb4\x93\xfd\x1f\x6d\x88\x6d\xdc\ \x7d\x80\xfa\xd9\xc2\x25\x5f\x22\x12\xa1\xc8\x76\x3d\xff\xfc\xf7\ \x1b\x68\x74\x64\x84\x15\xf5\xdc\xd0\xde\x2d\xbf\xda\x95\xe2\xa8\ \x5e\xc7\x96\x73\x7c\xde\xa4\x47\xd3\x4c\xa7\x43\x22\x36\xc5\xf8\ \x76\xd9\xda\xa4\xd6\xed\xd1\xe6\x37\x96\x7e\x77\xda\x2e\x38\x44\ \x7b\x5d\xc3\xcf\x4d\x0b\x10\x70\x93\x1b\x06\x63\x48\x74\x44\x3b\ \x2b\xbf\x79\xfa\x89\xb7\xb6\xe1\x45\xbf\x6d\x9a\x3e\xa7\xcb\x23\ \x0b\xf7\x70\xfb\x0d\xb4\x40\xce\x19\x56\x9a\x0d\x1c\xd5\x21\xd6\ \xda\x79\xa9\x4c\x10\xb0\x65\xea\xb5\xfb\x4d\x9c\xd4\x56\x7d\x66\ \xd0\xb4\xe3\xbe\x66\x6b\xf6\xbe\x3e\x61\xc4\xb7\xef\x5e\x71\x84\ \xa8\x67\x96\xcc\xb8\xef\x62\xd4\x94\xcd\xef\x4f\x68\x57\xf3\xf3\ \xed\xf9\xdc\xfe\xc7\xda\x21\xd7\x4d\xdc\x63\xe2\xcc\x6e\x70\x70\ \xda\xc0\x45\xfe\xc6\x63\xdf\xff\x7e\x7a\xff\x5f\xf6\x7c\x71\x70\ \xcb\xdb\x2b\xdb\xd5\x9d\x26\xbd\x36\xfd\xc9\x7c\x14\xe6\xb4\x39\ \x4b\x77\x7f\xfb\xee\x5b\x9d\xe2\x86\x57\x2e\x9b\xf1\x7c\x39\x0a\ \x77\xd8\x14\x81\x70\x09\x8c\x8b\x29\x19\x7d\xfb\x0f\xee\xbe\x37\ \xff\x6c\x6a\x11\x23\xe4\x0f\xab\x07\xf1\x17\x11\x58\xd0\x0d\xe6\ \xa9\x83\xb8\xd3\x08\x9b\x71\x5c\xb3\x6d\x97\x7e\x23\x07\x74\xea\ \x9c\x64\x03\xca\x18\x67\x20\xd6\xe9\xd0\xbd\xdf\xc8\x01\xed\xdb\ \x37\x92\xb9\xa9\x6b\xd0\x79\xf6\xfc\x25\xab\x1f\xbf\x6b\x70\xb7\ \x5a\x71\x0a\x26\x08\x00\x21\x02\x8c\x99\x16\x50\x56\xa5\x44\x80\ \x44\x59\x16\x04\x0c\x80\x09\x08\x88\x53\x5b\xb5\xfa\x8e\xf2\xe2\ \xb3\xa7\x0b\x18\x14\x1c\x3b\x93\x23\xd5\xaf\xaf\x80\x89\x9c\xd1\ \xad\xfa\x0d\xe8\x3f\xb2\x4f\xe3\x84\x28\xc6\x8d\x90\xb8\x7a\x90\ \x93\x75\xf9\x6a\x99\xa9\xeb\xba\x61\x72\xe0\x11\x35\x1b\x5a\xa9\ \xa9\x97\x73\x3c\x86\x96\x7a\x3c\xdd\x17\xd9\xb0\xa6\x3b\x3d\xcd\ \x5e\xab\x43\xcf\xde\xf5\xeb\x35\xeb\xd0\xae\x63\x48\x71\xc6\x55\ \x03\x09\xd4\xe2\x48\x20\xde\xbc\x0c\x17\xa3\x4e\x3b\x09\xe8\x94\ \x23\x60\x96\x69\x59\x60\x51\x24\xc7\xd7\xa8\x95\x7f\xe4\x4c\x21\ \x35\x4a\xae\x9c\x3c\xef\x0b\x8d\x8a\xb6\xc7\xb4\xb8\x6b\xd1\xc6\ \x57\xef\x9e\x34\xb0\x65\xb3\xea\x02\xa6\xd8\x16\x5a\x3d\x3a\xf2\ \xea\x91\x0b\x15\x60\x6a\x5e\xbf\x15\x78\x69\x51\xa8\xd6\xa2\x63\ \xdf\x91\x77\x75\xe9\xde\xc2\x89\x19\x51\x94\x0b\x1b\x56\xae\x7e\ \x3b\x65\xf4\xf2\x55\x6b\x3f\x5a\xd4\x35\x29\xc2\x34\x2c\x02\x92\ \x24\x11\x00\x44\x40\xc0\x18\x0c\x8d\x77\x98\xf9\xe4\x92\x35\x4f\ \x0e\x1c\xd2\xad\x76\xbc\x8d\x04\x48\x87\x9c\xea\xa6\x41\x39\xba\ \x56\x88\x72\xcd\x38\x08\x13\x10\x31\x46\x1c\x10\x26\x9c\xd1\x1b\ \x0d\x08\xd4\xa4\x94\x73\x13\xd2\x0f\x9e\xca\xb3\x35\x6c\xa0\xc0\ \x4d\x69\x66\xce\x19\xc3\x52\xc3\x1e\x3d\x12\xc2\xb4\xcc\x1c\x0f\ \x26\x88\x71\x88\xac\xd9\x40\xbb\x70\x31\xad\xd0\xab\x7a\x2e\x9c\ \xc8\x36\xa2\x1a\xd4\x24\x96\x65\x99\x0c\x08\xf1\xe5\x67\xba\xa8\ \x15\x62\x27\x9c\x05\x0e\xae\xa9\xaa\xc1\x39\x30\x2c\xc7\xd7\xa8\ \x9d\x7f\xf4\x4c\x81\x69\x94\xa6\x9d\x4c\xf1\x86\x54\xab\x15\x49\ \x00\x49\x92\x88\x08\x91\x44\x45\x96\x44\x04\x1c\x23\x41\x92\x04\ \x84\x89\x8c\x6d\x72\x55\xa5\x07\x22\xc8\x2a\xc8\x2a\x0e\x6b\xd2\ \xae\x55\x93\x38\xc4\xac\x60\x1f\x90\xff\x39\x82\x9e\x3a\x88\x3b\ \x8d\xad\x45\x6c\x1d\x5c\xb5\xf8\xd1\x31\xb3\x5e\x59\xba\xb9\x0c\ \x64\x81\x60\x81\xab\xbb\x5e\x5d\xf8\xc8\x98\xd9\x2b\xdf\xf8\xde\ \x85\x44\x0e\xe1\xfd\x46\xb5\xa9\xf8\x75\xdd\xbc\x27\x9e\xfd\xee\ \x97\x73\xd8\x2e\x63\xf0\x16\x7a\xa4\x3a\xad\x5b\x46\x82\x28\x4a\ \x72\xa0\xa7\x27\x62\x26\x35\x48\xad\x7a\xd5\x43\xec\xe1\x11\x91\ \x21\xbe\xec\xb3\xa5\xe1\x71\x3d\xfa\x37\x09\xb1\x25\x0d\xe8\xd6\ \xd8\x7d\x2a\x45\x03\x3b\xcd\x4b\x79\xf7\xa1\x59\x0f\x8f\x9d\xfb\ \xd5\x8e\x8b\x44\x72\x54\xa4\x9f\xd4\x1b\x34\xed\xdd\x2b\xc9\x61\ \x93\x64\x41\x12\x30\x2e\xbe\x72\x8a\x37\x6d\xd9\xb1\x55\xcd\xc8\ \xf8\xce\x7d\x92\xc2\x0a\x4e\xa7\xe6\x67\x5f\x8e\xbe\x6b\x52\xdc\ \xb1\x4f\xbe\xcb\x70\xf6\xef\xdd\x28\xef\x4c\x2e\x88\x04\x05\xca\ \x4e\x04\x01\x55\xb1\xc3\x11\xb3\x0c\x43\x76\x44\xd7\xa8\x16\xee\ \x08\x75\x60\x2d\xfd\xf2\xc5\x5a\x03\x7a\x26\x46\x45\x35\xe8\xdc\ \xbf\xb5\x52\x76\xe5\x7c\x69\x62\x9f\x9e\x4d\xf8\xb1\xa5\xd3\xe7\ \xae\x5a\xf1\xbd\x9b\x88\xa2\x5e\x91\x9a\x91\xd9\x7c\x4c\xff\x46\ \xf6\x30\xc5\x6e\x93\x10\x41\x08\x24\x11\x9d\x7c\x6f\xf9\xdc\xb1\ \x0f\xbe\xf4\xdc\x07\x05\x96\x48\x00\x87\x44\x92\xe4\x4f\xde\x7a\ \x6c\xd4\x23\xc7\xb4\xae\x0b\x1f\x19\xed\xe0\x2a\x03\x66\xfa\xad\ \xb8\xda\xf1\xe1\xf6\xf0\x88\x08\x1b\xe5\xa1\x7d\x47\xb5\xf3\xee\ \x78\x67\xde\xe3\xcf\x7e\xbd\xf5\x0c\xd8\xaa\xca\x9f\x31\x42\x18\ \x63\x84\xab\xe8\xe2\x88\x9a\x54\xc7\xb5\xea\x56\x0f\xb5\x87\x47\ \x84\xd9\xb9\xe6\x2a\x32\xc2\x1a\xb4\x6e\x1a\x06\x82\x24\xca\x04\ \x01\x70\xc6\x45\x7b\x54\x6c\x74\xa4\xdc\xac\x4f\xfb\x3a\xee\x73\ \x17\x55\xb8\x29\xf7\x81\x30\x11\x4c\xd7\x96\x67\x9f\xd8\x9a\x19\ \xd6\xbb\x7b\x4d\xd3\x60\x18\xa1\xc2\x2b\xa7\xc5\x56\xed\xda\x37\ \x89\x8f\x49\xe8\xd6\xb3\xbe\x92\x73\x3a\x9d\x8a\x02\xc2\x08\x63\ \x4c\x88\x80\x00\x5d\xeb\x25\xce\xc3\xeb\x34\xeb\xd0\xa1\xbe\x84\ \x19\x66\x5a\xc6\x95\x8b\x35\xfb\xf5\x4c\x8a\x89\xaa\xd7\xa9\x7f\ \x5b\x7b\x65\x56\x6a\x11\x80\x80\x10\x42\xd7\x2a\x7a\xaa\xbe\xd1\ \xaf\xa3\xea\x03\x8c\xe9\xdc\xd6\x75\x50\xbb\xac\x8d\xaf\xbd\xfd\ \xe5\x61\x2a\x2a\x41\x99\xdc\xa0\xa7\x0e\xe2\xff\x79\x28\xcd\xe1\ \x8f\xe4\x22\x16\x02\xb8\x89\x4d\x2e\x08\x82\x40\x30\x42\x44\xc4\ \x15\x5b\x3e\xd8\x15\x36\xf2\xe9\xcf\xb7\x7c\x3a\x6d\x6c\x52\x61\ \x6e\x39\x06\x6d\xc7\x9a\xcf\xa5\xae\x8f\x7e\xbe\xfb\x83\x51\xbd\ \x22\x72\x72\xcb\x39\x12\x25\xab\x64\xdb\x8f\xbf\xd6\x7b\x70\xf1\ \xc7\xdb\x36\x4c\x19\xd9\x54\xcb\x3f\xf0\xe6\xca\xdf\x3a\xbd\xb0\ \x7e\xf3\xde\x0d\x4d\xdd\xfb\xdf\x5e\x7b\x10\xc9\x22\x42\x98\x08\ \xa2\x20\x08\x04\x63\x4c\x24\xf7\x85\x6d\x6f\xac\x4b\x1e\xb1\xea\ \xa3\x4f\x7f\x5a\x96\x18\xe3\x2b\x74\xd1\xf2\x93\x3f\xbc\xf5\x69\ \xc6\x7d\x1f\x6e\xfe\xf4\xe7\xa5\x74\xf7\xa7\x9f\xff\x70\xd5\x57\ \x59\x5a\xe2\x2d\x39\xb6\x6d\xdb\xaf\xbf\xa5\xb8\x8a\x8b\xd3\xb3\ \xfd\xa2\x88\x38\x03\xe0\x08\x80\x33\x06\x9c\x03\x42\x98\xfb\xf2\ \x76\x7e\x97\x31\xf8\xa5\xf7\x36\x6c\x7a\xa2\x45\x02\x3e\xfc\xd1\ \xba\x1f\xb3\xea\x2e\xdf\xb6\x65\xf5\xeb\x63\xf6\xaf\x5c\x73\x22\ \xd7\x7f\x79\xd7\xf6\xe3\x46\x87\x37\xb6\x7d\xbb\x72\xd5\x14\x5a\ \x5a\xc2\x88\xb9\x73\xed\xaa\xc3\xac\xdb\xba\xdf\xbf\x7d\x61\x61\ \xff\xf2\x9c\x1c\x95\x12\x84\x00\x93\xc0\x85\x13\x04\xdc\xd2\xad\ \x1a\x3d\xc7\x2c\xff\xf1\xf3\xb5\x9f\xbd\xda\xa3\x41\xc5\xd6\xdf\ \x8f\xa9\x20\x2b\xc8\x48\xfe\xed\x3b\x6f\xc7\x7b\x36\xec\xfa\x62\ \xfe\x43\xbd\x1c\xa8\xe4\xfb\x0f\x76\xd8\x87\x3c\xf5\xd9\x96\xcf\ \x66\x4e\x6c\x56\x94\x5b\x4a\x01\x03\xf0\x9b\x84\xc2\xb0\x20\xd1\ \xb2\xed\x3f\xfe\x52\x7b\xc6\x0b\x1f\x6d\x7b\x7f\xea\xc8\x44\x6a\ \x14\x6c\x5d\xf5\x5d\x9d\xbb\x5f\xda\xbc\x7b\x5d\xcf\x66\x24\x27\ \xdf\x03\xdc\xd2\x84\x98\xe1\x0b\xdf\xf8\x78\xef\x07\xcd\xdd\x47\ \x36\xbc\x7b\x8c\xfc\xad\x22\x30\x26\x22\x02\xc3\xb4\xb0\x48\x18\ \xe7\x82\x24\x16\x1c\xfa\x7a\xdd\x77\xc5\xb3\x3e\xfd\xf2\xe3\xef\ \x5f\x70\xff\xb4\xf1\xcb\x6d\x39\x8a\x22\x70\x76\xfd\x6b\x89\x07\ \x6e\xb3\x66\xf0\xce\x0f\x2f\xff\x78\xf7\x2b\x8d\xa3\x25\x8c\xd9\ \xa9\x2f\xde\xf9\x2e\xbd\xe6\x2b\xbf\x6d\x59\xb3\x7a\xc2\xa1\x37\ \xd6\xec\xbb\xe0\x57\x30\x01\x60\xec\xc6\x31\x23\xe0\xfc\xe6\x2d\ \x9c\x33\x00\x11\x61\xa6\x53\x01\x84\xc0\x2b\x92\x57\x9d\x22\x88\ \x7f\x36\x50\x0a\x32\x5f\x82\xb8\xa5\x83\xd6\x0c\xe9\xbe\x4d\xef\ \xc5\x1f\x58\xf6\xfc\xfa\x93\xa1\x8a\xf3\xce\x8a\x97\xb9\x69\xf2\ \xf0\xb8\xf8\xe8\x48\x9b\xe9\xf7\x96\x17\x97\x6b\xba\x45\x4d\xcb\ \x16\x1b\x57\x2d\xc6\x69\x79\xdd\x65\x25\x15\xba\xc9\x11\x62\x16\ \x25\xe1\x71\x71\x51\x21\xc4\x55\x5c\x54\xe1\xd2\x2c\x93\x85\xd5\ \xac\x15\x1d\x82\x4a\x32\x73\xdc\x3a\xba\x45\x31\x03\x67\x86\xc9\ \x23\x6b\xd6\x8a\x0a\x15\x7d\x15\xe5\x15\xe5\x1e\x8b\x52\x8b\xe2\ \x98\x84\xda\x21\x44\xcb\xcf\xc8\xd3\x41\x24\x82\xe0\x08\x51\x0c\ \xaf\xc7\x60\x72\x68\xa8\xe4\x73\x79\x41\x52\x42\x43\x25\x5f\x85\ \xdb\xe4\x52\x58\xb8\x5d\x73\xbb\x74\x0a\xc0\x19\x07\x29\xb6\x76\ \xbc\x02\xfe\x92\x82\x32\xbf\xaa\x83\xe4\x8c\x4f\x88\xc7\xbe\xb2\ \xbc\xdc\x32\x90\x24\x6e\x5a\x62\x68\x54\x7c\x8d\x28\x4c\xf5\xca\ \x92\x52\x8f\x4f\xb7\x74\x03\xd9\xc2\xe2\x6b\x57\x13\xb9\x56\x5e\ \x54\xea\xf3\x9b\x7f\xd6\xd6\xe2\x9c\x28\x8e\xc8\xd8\x68\xbb\x8d\ \x68\x15\xc5\x05\x05\x95\x88\x88\x08\x71\x6a\x71\x7b\x74\xb5\x6a\ \xd1\x0e\xb5\xbc\xa4\xb4\xdc\x63\x18\x10\x1e\x1f\x1f\x1d\x69\x37\ \xfd\x9e\xf2\xe2\x72\x55\xb7\x04\xd9\xe1\xb4\x21\x8f\xcb\x4b\xff\ \x38\x22\xb7\x28\x0a\x8f\x8b\x8f\x0a\x11\x5c\xc5\x45\x15\x2e\x95\ \x52\x16\x12\x57\x23\x26\xc2\xa6\xbb\x2b\xca\x8a\xcb\x55\xa9\xee\ \xf2\xed\x2b\x72\xdf\x7e\xe9\xab\xdd\x65\x5a\x79\x7e\xa5\x06\x92\ \xf0\xb7\x04\x1c\xa6\xa9\xd2\x03\x5f\x7f\x90\xb0\xef\xd5\x27\xd7\ \x9c\x70\xda\x1c\x02\xa7\x26\x23\xb1\x09\xb5\x1d\xc8\x9f\x9f\x91\ \x6f\x20\x51\x54\x94\xd0\x50\xd9\x57\xe1\xfa\xc3\x38\x16\xb3\x98\ \xd2\x67\xc1\xf2\xe7\x26\xe3\x39\xdd\x1f\xb9\x54\x89\x08\xb7\xb8\ \xe0\x88\x4b\x88\x27\x6a\x59\x5e\x4e\x29\x88\x32\x06\x4e\x14\xa7\ \x53\x01\x8f\xcb\xcb\xaa\x94\x6d\xb8\x68\x0b\x71\x48\xcc\xed\xf2\ \x71\x84\x00\x01\x33\x34\x97\x69\x9f\xbb\xe9\xf3\xc4\xe4\xd7\x9e\ \x58\x7b\x50\xb6\x29\x00\xdc\xf0\x57\xda\x5b\x3f\xb8\x6e\x45\xfb\ \x65\xa3\x1e\xb9\x62\x29\x41\x7e\x79\xd0\x53\x07\xf1\x2f\xf2\xd4\ \x3a\x1e\xf7\xde\x17\x0f\x76\xa4\xe7\x0e\x9e\xf8\xe6\xcd\x35\x07\ \x53\x8d\x3b\x7a\xbc\x38\xa3\x94\x71\xce\x01\x10\x26\x04\x07\x5a\ \x6f\x58\x34\x90\x20\xc6\xd7\x59\x15\x9c\x5b\x96\x05\x00\x55\xed\ \x2c\x38\xa7\x94\x06\x44\xca\x6f\xfb\x4a\xe0\x8c\x06\xea\x7e\x11\ \x26\x81\x2c\x6f\xd5\x96\xeb\x87\xe5\xd4\xa2\x88\x08\x18\x18\xa5\ \x9c\x08\x04\x38\xa3\x94\x07\x78\x24\xd4\xa2\x98\x54\x29\xaa\x70\ \xc6\x28\xa5\x80\x30\x11\x02\xe9\x04\x4a\x29\xfb\xe3\xb0\x81\x6b\ \x60\xd7\x4f\x85\x01\x80\x53\x4a\x19\x03\x40\x81\x5f\xdd\x6a\x74\ \x8c\x52\x0a\x37\x0e\x0f\x00\x80\x53\xcb\xe2\xfc\xda\x71\xae\x5d\ \xe6\x75\xe3\x70\x4e\x29\x43\xe4\x4f\xd7\x7c\x1b\xe3\x00\xc2\x18\ \x73\x66\xaf\xb7\xec\xe7\xa5\x29\x2f\xce\x7e\x6f\x5b\x49\x88\x2c\ \x93\xdb\xb0\x0f\x4d\x4d\x6f\x3c\x61\xee\x73\x4f\xf5\x2e\x3d\x95\ \xfc\xd9\x92\x15\xc7\x0b\x99\x84\xf9\x35\x73\x09\xb8\xea\xb2\x6f\ \x32\x0e\x50\x4d\x69\x38\xf0\x89\xa7\xfa\x9e\xda\xf4\xf6\x4f\x07\ \xb3\x89\x24\xa2\x3f\x6c\x85\xc8\x35\xeb\x01\xa7\x94\xc2\x8d\x22\ \x32\x9c\x51\xc6\x11\x21\x18\x80\x5b\xaa\x59\x6b\xe0\xd8\x19\x73\ \xc6\x35\x0e\xab\x58\xff\xc8\xc2\x5d\xe7\x2b\x24\x11\x51\x21\x7e\ \xda\xab\x73\xda\xb6\x68\x5b\x8d\x9f\x7b\xe2\xae\xb9\x19\xdc\x16\ \xf4\xd4\x41\x4f\x1d\xc4\xbf\x2c\xeb\x21\xda\x43\xc2\x23\x42\x65\ \x62\x55\x14\x15\xfb\x74\xfe\xaf\x5c\xbb\xe7\x1c\xfe\xc9\xc3\x71\ \x43\xd7\x91\x28\x4b\xff\x94\xe4\x35\xbf\xf6\x11\xfe\x97\x29\xde\ \x55\x3e\xca\x34\x2c\x2e\xc9\x7f\xaf\xff\x32\xb3\x0c\x93\x21\x49\ \x92\xee\x50\xda\x9c\x33\x06\x7f\xad\x30\x02\xdb\x43\xed\x54\xf5\ \x69\xc6\x4d\x77\x84\x33\x06\x37\x51\xd0\x39\xb5\x50\x78\x7c\x5c\ \xb8\x1d\x95\xe5\xe6\xfb\xcc\x3b\xb1\x37\x47\x82\x22\x21\xc3\xe3\ \xd5\x45\x59\xfe\x63\xfc\x7f\xba\x59\x9c\x33\x0e\xb7\xb3\x1f\x67\ \x5c\x0a\x8f\x8c\x8d\x09\x51\x4b\x0a\x4a\xca\x75\x12\xe8\x86\x82\ \xa4\x98\x5a\xd5\x6c\x98\xb9\x2b\x2a\x3d\x2e\xdf\xf5\x66\x5f\x9c\ \xb3\x40\xff\xa8\x7f\x71\x5d\xc8\x1f\xb7\x19\x5d\x8f\x0c\x6e\xdc\ \xc2\x19\xe3\x70\xf3\x79\x03\x43\xf9\x67\x27\xc6\xbf\x01\x41\x36\ \x79\x10\xb7\x79\x87\x23\xe0\x8c\x71\xce\x99\x65\xea\x9a\x41\x19\ \xfc\xab\x9e\x26\x04\xdc\x32\x4d\x8e\xf0\x5f\xa6\xa7\x73\x46\x71\ \x48\xfb\x01\xbd\x23\xd5\x82\x42\x8f\xf5\x57\x77\xe7\x9c\x0b\x8a\ \x23\x22\x2a\x54\x40\xd7\xc2\xf3\xbf\x02\x46\xa9\xb3\x76\xf3\x9e\ \x1d\x13\x4a\xb2\x72\x74\x4e\x6e\x79\x72\x6a\xd1\xe8\xc4\x8e\x9d\ \x9b\x46\x14\x64\x15\x50\x20\x77\x32\xc0\x40\x93\x8d\xbf\x92\xc4\ \x65\x9a\x4f\xb3\x38\xfa\x93\x47\x11\x65\x09\x71\x76\x63\xfe\x18\ \x23\xae\xba\x2b\x2b\xca\x5d\xd6\x9d\xaa\x83\x23\xa0\x96\x69\x31\ \xe1\x06\x69\x76\x4e\x2d\xcb\xe2\x37\x46\xee\x88\x10\x51\x14\x38\ \x63\xb7\x99\x36\x88\xaa\xbe\x8a\xd2\x0a\x9f\xc6\xae\x11\xee\x11\ \x02\xea\x29\xab\xa8\x28\x77\x69\x9a\x89\xae\x69\x76\x71\x4a\x91\ \x60\x8b\x88\x8d\x92\x11\xd5\x0d\xeb\x5f\x36\xbd\x80\x99\x16\x53\ \xc2\xc2\xc3\xc3\x9d\x04\x51\xcb\x64\xc0\x99\x69\x71\x5b\x78\x44\ \x58\xa8\x1d\x73\x6a\x51\x14\x12\x1d\xed\xb4\x21\xcd\xa7\x32\x44\ \x10\x02\xce\x41\x76\x84\x44\x44\x85\x8a\x02\xa2\x06\xfd\xcf\x4c\ \xa7\x07\x3f\x42\x82\xb8\x5d\xf6\x03\x06\xbe\xb6\xf1\x8b\x1d\xef\ \x3d\xb7\x64\x4e\xcb\xda\x82\x7e\xa7\x14\x60\xce\x28\xbb\x9e\x3d\ \x08\xc4\x7a\x55\xcb\x55\x8c\x31\xce\x81\x53\xd5\x54\x3a\x4f\x9c\ \xda\x25\x31\xd2\xd0\xf4\xeb\xae\x85\x51\xca\xaa\x32\x03\xb7\x75\ \xb4\xcc\xd2\x34\x88\x9d\x30\xf7\xd1\xee\xf5\x6c\xba\xc5\x81\xf3\ \x6b\x7b\xdd\x74\xa2\x1b\x43\xa4\x6b\x83\x61\x9c\x83\xa9\x5b\x71\ \xad\xfb\x2d\xfc\xf4\x83\xef\x0f\x7f\x38\xa8\xad\xc3\x57\x55\x71\ \x07\x3c\x70\x9c\x1b\x56\xc5\x38\x63\x7f\xbb\xc5\xd0\xb5\x98\x16\ \x83\x1f\x99\x3d\x34\x94\x6b\x16\xbb\xf5\x95\x6b\x86\x59\xaf\xd7\ \xc4\xd9\x93\xbb\x8b\x96\xc6\xfe\x38\x0e\xbf\x36\xa6\x6b\x07\xe4\ \x9c\x51\xce\x99\xe5\xa3\x21\xf7\x7f\xf8\xeb\xa6\x15\x83\xb8\xa6\ \xf2\x1b\xde\x28\x81\xeb\xfa\xc3\x38\x8c\x32\x4a\xaf\xf9\xe1\x3f\ \xa7\x88\xb8\xe1\x37\x22\x5b\xaf\xde\xb3\x73\xfe\x84\x04\xbf\x6a\ \xfd\x71\x09\x8c\xa1\x9b\xb2\x16\xd7\x0e\x7b\xfd\xd6\xc0\x4d\x06\ \x0c\x6c\x01\x1e\xb8\x17\x8c\x03\x30\x4b\x57\x6a\xb5\x1f\x77\xef\ \xa0\x50\xa6\x1a\x16\x03\x00\xd3\xef\xad\x39\x62\xe1\xb6\x83\x6b\ \x9b\x57\xa3\x9a\xc1\xfe\x6c\xae\x2a\xc7\x8c\x31\xc2\xb8\xaa\x37\ \xd7\x35\xf7\x5e\xb5\xfe\x8a\xaf\x79\x53\x1d\xa2\x93\x1e\xdb\xf4\ \xfe\xea\x8f\x5f\x9d\xd0\xbf\x29\x32\x75\xce\xff\x64\x2e\xe0\xec\ \xcf\x03\xbe\xdd\x1b\xf4\x86\x99\xc3\x74\x3f\x6b\x31\xe1\xe1\xb7\ \xb7\x7e\xb0\xe2\xe3\x95\x0f\xcd\x1e\xe4\xb0\xfc\x3e\x15\x3a\x4c\ \x7b\x72\xfd\xd6\x0d\xcb\x3f\x5e\xf9\xc0\xbd\x3d\x14\x31\x64\xd0\ \xb3\xcf\xbf\xf1\xed\xc6\x67\x1e\xbb\x4b\x36\x75\xca\xb9\xa1\xb2\ \x46\x7d\x87\x3d\xf5\xf6\xeb\x9b\x8e\x7c\x37\xa1\x67\x1d\x5d\xd5\ \xff\x03\x1f\xc8\x20\xf3\x25\x88\xdb\x05\x58\x62\x58\x28\xdb\xbf\ \xe1\xc5\x45\x6f\x9d\x72\xd8\x6c\x77\xd8\xf2\x14\x88\x1c\x1e\x1d\ \x2a\x0b\xdc\x5b\x5a\xea\xd6\xa8\x20\x08\x92\xdd\x06\x96\x61\x98\ \x5c\xb4\xd9\x09\x33\x35\x4d\xb7\x55\xab\x37\xe4\xde\x99\xe6\x37\ \x19\x17\x4a\x38\x32\x7c\x2e\xaf\x6e\xe9\x96\x2d\x2a\x26\xcc\x8e\ \x2a\x8b\x4a\x34\x76\xab\xce\xd0\x9c\x99\x26\x0b\x89\x8a\x71\x3a\ \x22\x44\xc2\x19\x03\xe0\xd4\x30\x50\x68\xb5\x58\x3b\x31\xca\x0a\ \xcb\x2c\x22\xdb\xec\x76\xa0\xba\xa1\xb3\x40\xa0\x2a\x0b\x60\xe8\ \xa6\x68\x77\x86\x86\x39\xb8\xee\x2d\x2f\x75\x09\xb2\x94\x7b\x78\ \xcb\x93\xe3\x2e\x2e\xdf\xfa\x62\x88\x8d\xf0\x40\x78\x6f\x9a\x16\ \x92\xa2\xaa\xc7\x20\xd5\x5d\x56\xe6\xc5\xb2\x84\x00\xdb\x23\xc2\ \x9d\x76\xc9\xf0\x54\x96\x97\xfb\xb0\x24\x71\x53\x07\xc9\x11\x55\ \x3d\x34\x2c\x54\xbe\xf6\x0a\xf8\x9b\x60\x54\x37\x88\x3d\x34\x3a\ \x54\x72\x3a\x04\xce\x19\x00\x50\x43\x47\xf6\xb0\xe8\x98\x10\xd3\ \x55\x56\xee\xd2\x05\xc5\x6e\xb7\x09\xba\xdf\xcf\x00\x38\x26\x36\ \xa7\x6c\xfa\xb4\xe8\xa8\xd0\xac\xbd\xdf\xff\x54\x90\x06\x42\x55\ \x18\x6b\x19\x3a\xc8\xce\xa8\xd8\x30\x11\x31\x9f\xcb\xa5\x6a\xa6\ \x69\x98\x4a\x44\x4c\x44\x88\xe8\x29\x2d\xf1\xe8\xec\x6f\xd6\x0f\ \x39\x92\x9c\xb1\xe1\xf4\xe0\x57\x5f\xe4\x5f\xa8\xbc\xde\xd1\x9b\ \xc8\xf6\xd0\x70\x27\xa6\x5a\x79\x71\x39\x25\x12\xe1\xd4\x62\x38\ \xbc\x5a\xac\x4d\xc4\x9a\xcf\xe3\xf5\x68\x8c\x59\xa6\x85\xc2\x03\ \x06\x2c\x2a\x33\x91\x24\x62\xce\x11\x71\x44\x86\xd9\x6d\x22\x37\ \x34\x57\xb9\x9b\x8a\x72\x9d\x4e\x43\xef\x9d\x5a\xfd\xea\x9e\x23\ \xa0\x63\x7f\x65\x25\x09\x8f\x91\x2b\x53\xbe\xfe\xf8\x5c\xb1\x0f\ \x13\x02\x80\x80\x19\x06\x13\xec\x51\xd5\x23\x98\xb7\xbc\xbc\x42\ \x15\x64\x09\x21\x6c\x0b\x0d\x09\x09\x91\xd5\x8a\xb2\x4a\x8f\x2e\ \xdc\x2a\x11\x44\x4d\x5a\xa3\x5d\xa7\xb6\xd5\x33\x9e\x19\x36\x3f\ \xc3\x27\x4b\xb2\x42\x35\x9d\x38\x23\xa2\x23\x6d\xfe\xd2\x12\xb7\ \xc6\x24\x91\x20\x41\x74\x86\x86\xda\x64\x70\x17\x97\xf8\x4d\x10\ \x6e\xb1\x70\xca\x4d\xcd\x54\x22\xa3\xc3\x9d\xd8\x55\x54\xa2\x5a\ \x44\xc4\xdc\x9e\xd0\xf6\xde\x19\xe3\x8a\xbe\x7b\xf9\xed\x9f\xae\ \x22\xdd\xed\x43\x62\x78\xc3\x2e\xf7\xdf\x37\x34\xed\x93\xe7\x37\ \xed\x2e\x00\xb5\x52\xd7\xca\x3f\x9d\x3d\x63\x77\xdf\x87\xd6\x3f\ \x37\xa4\xce\x7b\x5b\x53\xfc\x92\x62\xc7\xe7\xbe\xff\x68\xce\xd7\ \x3f\x2f\xd8\xbc\x21\x2c\x54\xfe\xcf\xa4\x51\x06\x3d\x75\x10\x7f\ \x37\x85\xca\x11\x86\x3f\xbe\x9d\x19\xb5\xd8\xb5\xf5\x30\x74\xc3\ \x16\x84\x30\x21\x98\x59\xa6\xa3\x66\xc7\x47\x96\xcf\xa8\x11\x16\ \x6a\xb3\x32\xdf\x7e\x7c\xd1\xef\xe7\xd1\xfc\x4f\xd6\x8a\x3f\xbc\ \xf8\xfc\xc7\x05\x0f\xaf\x7c\xa7\xd5\x95\xb5\x8f\xad\x3e\x73\xcf\ \x53\xd3\x3b\xb6\x89\x36\xc2\x1f\x7a\x79\xb8\xff\xdc\xc7\x2b\xd7\ \x7c\x79\x26\x71\xd4\xac\x79\xf3\x47\x85\x12\x28\x3f\xbb\xfd\xb5\ \xf9\x6f\x67\xfb\xb9\x80\x80\x52\x5a\x75\x2a\x04\x86\x49\xba\x3e\ \xb4\xf0\xe1\x69\xed\x74\x0f\x4e\xaa\x1b\x71\x5a\xd5\x0d\x2a\xf6\ \x7c\x74\xc1\xac\xc9\x1d\x24\x0c\x57\x7e\xda\xb4\xec\xc5\x6f\xfa\ \xbd\xbe\xae\x79\xfa\xfa\x45\x6f\x1c\x45\x80\xdb\x8e\x9f\x37\xb9\ \x45\xc6\xf2\xb7\x52\xe6\x7d\xf5\x46\x3d\xab\x12\x85\x3a\x8e\x6c\ \x78\x75\xcd\xba\x7d\x4c\x40\x96\xa6\x9b\x56\x55\x04\xc6\x2d\x93\ \xda\xe3\xee\x5e\xb2\x68\x44\xe7\x78\x4e\xd5\x5d\xab\x5e\xd9\xf8\ \xe5\x31\xdd\x56\x7b\xc2\xe3\x4f\xf4\x6a\x57\xcb\xe1\x20\xbb\xd7\ \xbc\xfc\xc1\x67\xc7\x49\xad\xb6\x8f\xad\x79\xa1\x7d\x0d\x04\xe1\ \x0d\xed\x29\x5f\x05\xf2\x40\x81\x65\x3e\x40\x88\x10\x02\x86\xee\ \x68\xdc\x73\xc1\x9b\x4f\xd5\xb3\xeb\xf6\x1a\x4d\xd9\xcf\xc9\x96\ \x65\xd8\x1a\xf5\x78\xec\xe5\x87\x1a\x45\xdb\x6c\xa8\xf2\xab\x85\ \x0b\xbf\x4c\x89\x5d\xf1\xcd\x2b\x29\x4b\xa6\xaf\xdd\x95\x93\x38\ \xfa\x89\x25\x0f\xc5\xcc\x1b\xb5\xb6\xdf\xc3\x33\x07\x0f\xea\x64\ \x1e\x2d\xf8\x66\xcb\x19\x0b\x44\x66\xea\x21\x8d\x7a\x3e\xb1\xec\ \x91\xc4\x38\x6c\x1a\xfa\xde\xd7\x17\xbf\xb3\xe5\x5c\x83\xbb\xa6\ \x3e\xf2\xe4\xc8\x08\x49\x22\x65\x29\xab\x1f\x7f\xf5\x74\xa1\x21\ \x12\x74\xdd\x38\x98\x5b\x62\xb5\x16\x33\x9e\x7b\xb0\x7d\xcb\xda\ \x27\xdd\x7b\x7e\x3b\x52\x42\x30\x45\xe1\x0d\x1e\xff\x74\x55\xfb\ \x50\xd5\x54\x42\xd3\x7f\x7e\x77\xd9\x0b\x5f\x7b\xc4\xa8\xc1\x4f\ \x3f\x3d\xbe\x5f\x02\xb7\xa0\xf8\xf4\xd6\x57\x17\x7c\x5c\x4e\xc2\ \xfb\x3d\xfe\xc4\xdd\x83\x92\x14\xc5\x96\xff\xfb\x67\x2b\x96\x7c\ \x56\xc8\xaa\x8d\x7b\xf6\xb9\xbb\x87\xd4\xf5\x6b\x4c\x4f\x3f\xba\ \xf2\xd1\xa5\xee\x26\x43\xa7\x3f\xde\x37\xb6\x16\x9a\xb3\x6e\x95\ \x2f\xeb\xd4\x9b\x0b\xd7\x90\xce\xa3\xe6\xcc\x1b\xd5\xc0\x91\x77\ \xf2\xe7\xad\x19\xa5\x86\xc0\x29\x44\x36\x98\xb9\xe2\xf9\x3e\x4d\ \x22\xa9\x51\xf1\xc3\x92\x97\x3e\xfb\xed\x42\xd2\xc4\xc7\x16\xbf\ \x30\x9a\x55\xf8\x64\xb1\x72\xd3\x53\x0b\x7f\x3a\x50\x20\x2a\x7f\ \xee\x9b\xca\x81\x71\x06\x5a\x99\x4b\x33\x18\x46\x88\xe9\x7a\x58\ \x8b\xfe\xf3\x56\x3c\x5c\x2f\x4c\xd0\x8b\x2f\xbc\xf3\xe4\xcb\x7b\ \x2f\xfb\x46\xbc\xb2\x62\xce\xf0\x86\x2e\x2f\x42\xa5\xc9\xaf\xcc\ \x79\xe5\x7c\xbe\x2e\x89\x37\x39\x6b\x53\x33\x13\x06\xdf\x3b\xff\ \xd9\x71\xe1\x02\xaf\xbc\xb0\x7b\xe5\x93\xab\xd3\xd4\xd8\xe9\x2f\ \x3c\xd4\xbe\x65\x74\x09\x9f\xf8\x64\x07\xcf\x6f\x2f\x3d\x97\x2e\ \xd5\x7c\xf8\xa5\x39\x2d\x1a\x47\x46\x8e\xbc\xf7\x89\x6e\x15\x5b\ \x17\x2f\xba\xca\x40\x20\x58\xab\x28\x55\x29\x05\x7a\x2d\xd7\x81\ \x11\xc6\x98\x73\xfa\x1f\x5b\x4b\x18\xcc\x7e\x04\xf1\x0f\xd2\xd5\ \x7f\xa4\x2c\x01\x85\xd5\xaa\xdb\xb0\x69\xe3\x3a\x75\x62\x45\xe0\ \x9c\x03\x07\x1c\x51\xbb\x5e\xc3\xa6\x8d\x6b\xd5\x8a\x26\x9c\x23\ \x41\xf4\x66\x9d\x78\xe7\xa9\xe7\x5f\x98\xb3\xf8\x9c\xd6\x6a\xca\ \xf0\x8e\x18\x4c\xc9\xa6\xc8\x22\xe6\x00\x92\x64\x57\x24\x59\x84\ \xf2\x4f\x9f\x7e\x6d\xc7\x81\x8c\x9d\x2b\x5f\x9a\x35\x6c\xfa\xfb\ \x3f\x5c\x94\xab\x77\x7a\xe2\xf9\xf1\x97\xd7\x3e\x35\x75\xe0\x63\ \x85\xf5\x87\x3c\x32\xbb\x13\xd5\x74\x90\xed\xf1\x8d\x1a\x37\x6a\ \xda\x30\x36\xc2\x4e\x4d\x2d\x34\xa9\xff\x63\xb3\xdb\xfd\xf0\xd8\ \xf4\x07\xa7\x2c\x3f\x97\xe7\xc7\x98\x45\xb5\x1c\xfa\xe4\x9c\x36\ \xdf\xcf\x9d\x36\x7d\xc2\xf2\xd8\x31\x0f\x4c\x1e\x1c\x5f\x94\x6d\ \x3a\xc2\xa2\xdb\x4f\x5e\x30\x77\x76\xbf\x30\x67\x98\xe1\x2e\xb3\ \x42\x6b\x36\x88\xcc\x7e\xfd\xbe\xc9\x4f\x3c\xb3\xa3\xe7\x3d\x0f\ \xb6\x8e\xe1\x3a\x43\x98\x5c\xa7\x6c\x80\xae\xf3\xd6\x13\xe7\xdc\ \xd3\xd6\xfd\xd2\xc8\x71\x0b\x97\xee\x1e\xba\xe8\xc9\xce\x8d\x1c\ \xa6\xbf\xe8\xa7\x37\xdf\x58\x3c\x6b\xc1\x87\xdf\x17\x8c\x9e\x32\ \x29\x06\x78\xcf\xd9\x8f\x75\x82\x43\x8f\x0c\xb8\x67\xf5\xdb\xbb\ \x4c\x51\x44\xc0\x19\xe7\xce\xf8\xda\x0d\x9b\x36\xae\x5b\x37\x4e\ \xe2\xa6\xdf\x0a\x1b\xf7\xf4\x63\x35\xd2\xbe\x78\x60\xc0\xfd\xef\ \x6f\x3e\xc1\x25\x6c\x40\xf8\xc4\xe7\xe7\x37\xae\xd8\xf7\xf2\x03\ \xf3\xbe\x3a\xcd\x67\xbf\x32\x25\xda\x7d\x2e\x39\xcf\xdf\x76\x48\ \x5b\x0a\x72\x87\xde\x3d\xb5\xe3\x27\xca\x3c\x05\x9f\x2c\x98\xff\ \xc6\x07\xfb\xe5\xd8\x28\x01\x71\xe0\xd4\x44\xd5\x1e\x78\x7d\x7e\ \xad\x82\x1f\x1e\x1f\x3e\xed\xe1\x09\x4f\x7c\xbf\x2f\x43\x8c\x6e\ \xfb\xc8\x8b\xd3\xdc\x5b\xdf\x79\xfe\x81\x17\x2f\x47\xb5\x7b\x64\ \x6e\x37\x66\xe8\x20\xdb\xe3\x1a\x36\x6e\xd4\xb4\x61\xb5\x48\x07\ \x42\xc4\x2a\x39\xf3\xf2\xc4\x47\xbe\x3f\x59\x12\x1e\xe3\xe4\xc0\ \x39\xe3\xc4\x19\x93\x98\xa0\x7d\xf2\xc4\x8c\x19\xf7\x6d\xa8\x3f\ \xe8\x81\x3e\xf5\x24\x2b\x22\xe1\xae\x07\xfb\xa7\x7c\xbc\xf2\xe1\ \x61\xf7\x2e\x5d\xfa\x83\xdb\x82\x3a\x3d\x27\x3e\x32\x25\xe9\x97\ \xa5\x2f\x2c\x7a\xf6\xa3\x3a\x53\xee\x1d\xd5\x3b\xc6\x6b\xd8\x5b\ \x77\x68\x7d\x65\xc3\x2b\xb3\x87\x4c\x7d\x66\xc1\x86\x7c\x6a\x2f\ \x3b\xfe\xf3\xca\x85\xdf\x5c\x3d\x7d\xe8\xe5\xb1\xf7\x3c\xfa\xd8\ \xba\x6c\x3f\x49\xdf\xf6\xd1\x53\xf7\xbf\x9a\x23\x84\x39\x65\xc4\ \x39\xd3\x0c\xa1\xd7\xac\x27\x07\xc6\x5c\x7c\xf2\xae\xb1\xcb\x3f\ \xb8\x3c\xf5\xd5\xc7\x12\x1d\x3c\x34\xa1\xae\x90\xb9\x65\x56\xbf\ \xbb\x3f\xda\x23\x4e\x9b\x31\x26\x02\xa9\x94\xfd\x39\x02\x10\x42\ \x62\x13\x9b\x34\xa0\x65\x65\x9a\x85\x10\x58\x3a\xaa\x76\xff\xe2\ \xb9\xe1\xc9\x1b\xee\xef\x3d\xf9\xe7\xec\xf8\xc7\x17\x8f\x75\x02\ \x4f\x68\x16\x9f\xfe\xed\x2b\x93\xfb\x3d\x74\x91\xf4\xb8\x6f\x58\ \x2b\x30\x8d\x3f\xa5\xa3\x51\x64\x8b\xb9\x8b\x26\x65\x6d\x78\x7a\ \xea\x80\x47\x32\xe3\x07\x3c\xfa\x58\x4f\xe4\xcf\x78\xf7\xf1\x15\ \x07\x92\x33\x7f\x5e\xfa\xc2\xc3\x13\x1f\xdf\x91\xa6\xc9\x7a\xe6\ \xda\x47\x56\x1e\x3b\x9b\xf9\xdd\x73\x0b\x1e\x99\xba\x60\x6f\x96\ \xa1\x08\x18\x63\x62\xf8\xca\xca\x85\xf0\x06\x2d\xea\x2a\x88\x73\ \x00\x04\x37\x32\x77\x82\x9e\x3a\x88\xff\xe2\x00\x9b\x9b\x54\xec\ \x30\xe3\x89\x97\x36\xbc\x3a\xe7\x91\x11\x11\xa0\x5b\x8c\x59\xc8\ \xd6\xed\xe1\x05\x4b\x36\x2c\x9b\x39\x73\x60\x08\xd3\x74\x8d\xd6\ \xbb\x6b\xc2\x33\xef\xae\x98\xbf\x78\x66\xab\x46\x61\xf6\x40\x24\ \xc5\x81\x32\xca\x80\x33\x08\xd4\xea\xf1\x40\xc2\xda\x32\x2d\x8b\ \x99\xd4\xd4\x1c\x09\x6d\xaa\xbb\xf3\xb7\xff\x90\x5c\x56\x7e\x6a\ \xeb\xae\x0b\x91\x1d\x5b\x29\xa0\xe2\xb8\xa4\xc9\x4b\x97\x2d\x79\ \x6f\xf1\xd0\x1e\x0d\x98\xe5\x8f\xa8\xdf\x56\x49\x3f\xbf\x67\xcf\ \xf9\xe2\x9c\xbc\x72\x97\x9f\x03\x8f\x4d\xec\x28\x9c\x4f\xde\x73\ \x28\xad\x20\x7d\xf7\x6f\x29\xee\x84\x4e\x8d\x2a\x2f\x5f\x15\xa3\ \x9b\xf5\xbf\x77\xf8\xe0\xc1\xfd\x9a\x35\x95\x0a\xb3\xd2\x75\x24\ \x59\x7e\xd5\xe3\xae\x4c\x3b\x74\xa8\xcc\xc2\x31\xe1\x22\x65\x1c\ \x00\x55\xe5\xcc\x81\x5a\xc8\xd6\xa0\x49\x8b\xec\x9f\xb7\x9f\xce\ \x2d\x38\xbf\xf3\x87\x64\x23\x3a\xa1\x7e\x84\x2d\xae\xd9\x8c\xd7\ \x5f\x7d\xfe\x8d\x67\x47\xdc\x95\x68\x17\x41\x08\x89\x6a\x98\x50\ \x37\xe5\xbb\x1d\xa9\x95\x05\x05\x57\xf3\x75\x84\x10\x80\x65\x42\ \xf3\x7b\xe6\xbc\xf8\xde\xf2\x47\xe7\x4f\x8c\xc5\xaa\xe9\x88\x6f\ \x54\x3d\xea\xe8\x57\x3b\x33\xbd\x45\x85\x59\x45\x16\x50\xee\xa8\ \xdd\xb4\x56\xed\xa8\x46\x1d\x66\x2d\x9d\xd7\xa3\xae\x78\x31\xb5\ \x4c\x90\xf5\xdd\x5f\x1c\xab\xde\xa2\x77\x8b\x3a\x89\x9d\x3a\x4a\ \xbf\xfd\x78\x48\xe3\x22\x07\x46\x19\xaf\x4a\x89\x53\x43\x88\x49\ \x6c\x15\xca\x7f\x5a\xfb\xe9\xa5\x22\x97\xab\xb8\xb0\xb4\xd2\x63\ \xab\xd1\x22\x31\x3a\xb2\x76\xef\xd1\x73\x5f\x9e\x55\xc3\x5f\x74\ \xa5\x44\xc3\x60\x92\x6a\x8d\xee\x59\xba\x6c\xc9\x7b\x8b\x87\xf5\ \x6c\xc4\x0d\x83\x07\x6c\xcb\x38\xb3\x18\xbf\xf6\xe9\x6e\x69\xba\ \xd7\xe3\xce\x3a\x75\x2c\xb7\x5c\x8b\x8f\x0f\x35\xf2\x2f\x7d\xf2\ \xf4\xc6\xba\x93\xe7\xbf\xfe\xde\xb3\x5d\x9b\xc7\xe8\x9c\xc5\xd5\ \x6f\x13\x1f\x12\xd9\x6d\xda\x9c\x39\x0f\xdd\xe5\xb9\x90\x5a\x42\ \x45\x01\xb8\xc5\x7c\xa5\x85\xc5\x2e\xb7\xdb\x55\xe1\x36\x39\x02\ \x60\x8c\x71\x46\x99\xa5\x9b\x56\x60\x0d\x96\x33\x46\x19\xa3\x81\ \x7b\x48\x2d\x31\x3c\xb1\x71\xc3\xf3\xdf\xfe\x76\xb9\xbc\x30\xf9\ \xd7\x1f\x53\x1d\x75\x13\x12\x22\x98\xc1\x74\xaf\xa7\x52\x2d\x48\ \x39\x78\x42\x8c\x0c\x77\xc8\xf0\xa7\x38\x95\xea\x46\x5c\xbf\xb1\ \x0f\xcd\xee\x71\xf5\xf0\xa9\x0a\x1d\x21\x66\xa2\xc8\xfa\x8d\xc3\ \xa5\x3d\x9b\x77\x15\xf9\x32\xb7\xff\xf8\xbb\xd9\xa4\x55\x8c\x22\ \x52\x83\xfa\x3d\xee\x52\x4f\xea\xb9\x33\xe9\x51\x71\xe1\x04\x5d\ \x6b\x14\x6b\x51\xc6\x80\x53\xc3\x56\xbb\x75\x0d\xb5\x64\xfb\xf7\ \xc7\xcb\x2a\xcf\x6e\xdd\x71\x36\xbc\x43\x6b\x27\x30\x4a\x29\x63\ \x8c\x51\x4a\xab\xf2\xef\x9c\x31\xca\x38\xa7\x94\x52\x5a\x95\xb9\ \x42\x04\xbb\x73\x53\x2f\x56\xc4\x4d\x5b\x3c\xa7\x61\x28\xb2\xd8\ \x7f\x01\x27\x27\x98\xfd\x08\xe2\x4e\x83\x6b\x89\x18\x7b\x5e\x59\ \x70\xf0\x35\xc4\x2c\x6a\x82\x22\x12\x00\xee\xdb\xb6\xe8\xf1\xdf\ \x09\x62\x96\x65\x62\x91\xf2\xc8\xbb\x9f\x1c\x4d\x76\x2e\x9f\xba\ \x64\xef\xdd\xcb\x36\x4d\x70\x48\x18\x34\x0f\x13\x1a\xd4\x8a\x05\ \xc8\xa0\x0c\x13\x8c\x00\x10\x42\x1c\x31\x31\xcc\x29\x31\x00\x22\ \x4a\x7a\x69\x8e\x1e\x1e\xdd\x38\x31\xfa\xe0\x09\xda\x3c\x31\x8e\ \xe6\xec\x36\xc1\x46\xb2\x4f\xaf\xb9\x6f\x2a\x41\x60\x99\x26\x16\ \xec\xde\xa2\x0c\x5c\x7b\x70\xe3\x7a\x91\x97\x32\x38\xc1\x22\xc1\ \xc8\x5d\x98\x25\xd5\x6d\x9b\x50\xcd\x96\x5b\x52\xa7\x45\x6d\x9b\ \xef\xf7\x82\xc2\xac\x8b\x31\x7d\x5e\x0a\xd9\xfb\xc9\x76\x92\x74\ \xd7\xc0\x1a\x9f\xbe\x9f\xcd\xc4\x96\x01\xae\xa3\x84\x02\x12\x5a\ \x00\x80\x38\xa3\x48\x16\x65\x59\x60\x00\x22\x37\x4a\x8a\x8a\xe2\ \x5a\x25\x46\x01\xd1\x6b\x25\x35\x76\x78\x0f\x5e\x75\xb5\x1e\xf7\ \xc8\x5d\x35\x2f\x4f\xec\xfe\x0c\x74\x79\x78\xe3\xd2\x96\x82\xe9\ \x29\x2c\xab\xe8\xd2\xb9\x69\xd8\x27\x07\x00\x13\x01\x61\x84\x40\ \x94\xe0\xf8\x5b\x2f\x9e\x7a\x87\x70\x6a\x99\xd4\x26\x5a\xe5\xc5\ \x3e\xbd\x49\xe7\x24\xdb\xae\xab\x08\x0b\x84\x08\xc8\x5f\x5e\xa1\ \x55\xa6\xee\xdc\xf8\xd4\xca\x7d\x58\x54\x44\x81\x00\xd8\xcb\x0f\ \x6d\x4d\x79\x62\xd9\x9c\xe5\xf3\xa2\xd2\xf7\xed\x3f\x5e\x24\x2a\ \x76\xa6\x59\x94\x33\x39\xcc\x8e\x39\x03\xa2\x50\x77\x41\x91\x28\ \xb4\xec\xde\xca\x71\x3e\x99\x81\x24\x89\x92\xe5\x2e\xac\x54\x4b\ \xf6\xac\x59\xf2\xfe\x9e\x22\x9b\xac\x10\x8c\x44\x7b\x28\xcd\x3d\ \xb7\xf6\xfe\x2a\xe3\x20\x45\x01\x60\x18\x80\x62\x64\x0b\xb5\x01\ \x30\x14\x90\xdc\x43\x88\x08\x82\x44\x04\xc0\xc0\x00\x4b\x12\x3d\ \xfd\xe5\x9a\xc7\xb6\x7c\xdc\x76\xfc\x63\x2f\xaf\x7d\x5d\xbd\x6b\ \x64\x76\x59\x81\xbb\x58\x7f\xef\xd1\x47\x53\xca\x90\xcd\x26\x23\ \xa6\x2b\xb6\x84\xaa\xa5\x3f\x2c\x54\x25\x85\x11\xe6\x94\xd9\x65\ \xbb\x2c\x01\x37\x30\x46\x40\x11\x02\x4e\x91\x5d\x96\x25\x81\x03\ \x22\x96\xbf\xb8\xac\xa2\x73\xdb\x44\xe7\x07\x7b\x23\xea\x35\x49\ \x40\x65\x15\x65\x3e\xc0\x08\x30\x11\x40\x14\x45\x42\xe1\x16\xdd\ \xf3\x04\x9b\x92\xf5\xfd\x7b\x2f\x44\xc4\xce\xeb\xdf\x2d\xe6\x93\ \xc3\xe5\x4c\x60\xde\xe2\x72\x8a\x13\xdb\xd4\x41\x67\x2a\x1b\x36\ \x69\x14\x52\x96\xe3\xd1\x68\xe0\x1a\x44\x90\x04\x01\x51\xf3\x8f\ \xbd\x43\x22\x14\xd3\xef\x35\x18\x31\xca\x72\xd4\x90\xc8\xc4\xa4\ \x98\xdd\x87\xb5\xe6\x49\xf1\x3c\xf7\x98\x0a\x98\x60\x1c\x68\x21\ \x80\x09\x46\x08\x02\x55\xe8\x08\x01\xc6\x55\xff\x08\x2c\x42\x46\ \x34\x6c\xd9\x26\x36\x7b\xf9\xc4\x17\xce\x56\x10\xbb\xf4\x5f\xd0\ \x88\x35\xe8\xa9\x83\xf8\x0b\xb0\x74\xd5\x50\x01\x10\xba\xbe\x88\ \x6f\xa8\xaa\xce\x03\x62\x21\x58\x40\xee\x43\xbf\x5f\x7e\x60\xc8\ \xcc\xa5\x61\xfd\x13\x07\x34\xd7\xbe\xf9\x06\x81\x67\xd7\x27\x07\ \x07\xbd\xf8\xd2\x87\xf5\x2e\xd4\xef\x55\xf7\xca\x2b\x3e\x0e\x82\ \xa0\x97\x1c\x3d\x7a\xf2\xe9\x67\x97\xbe\x3d\x28\xe3\xc2\xcf\x1f\ \xbc\xf3\xe9\xf6\xf7\xbf\xbf\x6b\xf6\xbb\x1f\x75\xcd\xb5\xea\xc4\ \x54\xae\xbe\x7f\x17\x15\x25\x81\x53\xdd\x6f\x06\xd8\x1e\x44\x94\ \xcb\x4e\xfd\xf0\xd1\x9e\xde\x73\x37\x7f\x71\x57\x9a\xde\xba\xbe\ \x7c\x52\xe3\x05\xe7\xbe\xfe\xe2\x4c\xf7\xa7\xbf\xfe\xac\x48\x8f\ \x88\x2a\x39\xf6\xc2\x97\xe7\x5c\x91\xa1\xfe\xd8\x88\x2b\x3f\x7e\ \xfb\x5d\xc4\x7d\x03\x7b\xd7\xbe\x7a\xc5\x25\xb5\x24\x52\x08\xc6\ \x18\x71\x4a\x6c\x18\x0b\x04\x00\x10\xf5\x16\x1c\x3d\x61\xce\x58\ \xfe\x6e\x93\xc1\xbb\x3f\x5a\xb1\x76\xcf\xc7\xeb\x7b\xf7\x5b\xb2\ \xe6\xe7\xa6\x34\xa6\x6e\xe1\x37\x1b\x0e\x5d\x2a\x0f\x8d\x3b\x97\ \x7d\xef\xdd\xf3\xd6\xaf\xa4\x71\x6d\xed\xd6\x05\x0c\xde\x5f\x37\ \xbc\xd7\x6b\xc3\xbc\x0f\xbe\xeb\xac\xc7\xb7\x45\x39\x3f\x1a\x0c\ \x21\x84\x2c\x5d\xbb\x66\x0a\x51\x61\x85\x5f\xac\xfb\xf8\xe5\x95\ \xcf\x6d\x6a\x36\xc2\xd6\xb4\xab\xb9\x27\x99\xf0\xdc\x8f\xde\xfc\ \x6c\xe9\x2b\x4b\xde\xeb\x98\xe2\x66\xf4\xd8\x87\xef\x6f\xd9\x71\ \xde\x2a\x4f\xfd\xe9\x87\x2b\x1f\xae\x9e\xf0\xee\xb0\x17\xf2\x4d\ \xd9\x21\x22\x86\x21\xf3\xf0\x49\xf7\x43\xcf\xbc\xb3\xb5\xe1\xe1\ \x2d\x9b\xd6\x6d\xd8\xbf\x7e\xc5\x4f\x4b\x17\xbd\xf6\x7e\xff\xf3\ \x95\x1a\x4a\xff\xed\x83\xb7\x3f\xf9\x7d\xfd\x27\xfd\x9f\x78\x73\ \x63\xeb\xb3\xa9\x26\xf7\x7c\xff\xf2\xea\xa3\x99\x1e\x51\xe0\xd7\ \x8d\x83\x31\x02\xc0\x02\x52\x4f\xee\xb8\x78\xcf\x8b\xcf\xbf\x5f\ \xa3\xff\xaf\xef\xae\xfa\xe9\x2a\x93\x9c\x18\x63\xc4\x39\xb1\x21\ \x2c\x70\x13\x85\x25\x3c\xf8\xfa\xfc\x3a\xfe\xec\x4a\xa5\x6e\x45\ \x5e\xb6\xc7\xe4\x69\xdb\x3f\xda\x32\x6a\xd5\xd2\x1f\x3e\x49\xcf\ \xaa\x70\x67\x9d\xd9\xf8\xd2\xfa\x34\x8e\x64\xec\x64\x98\x5c\x77\ \xad\x98\x88\xe5\x97\xf6\x5f\x0d\x19\xb6\xe4\xfb\x4f\x32\x2e\x9d\ \xf9\x6c\xd5\xfb\xe7\xb2\x10\x2f\xc9\x3c\x72\xc6\x3e\x7b\xfd\x87\ \x5d\x77\x6f\xdb\xf0\xea\x86\xad\xeb\xd7\x77\xfe\x60\xde\xbb\x3f\ \xf4\x92\x6a\x25\x9c\x7d\x77\x45\x72\xa1\xda\x25\x44\x90\xec\x04\ \x00\x30\x10\x07\x0e\xe4\xcf\x38\xdc\x9c\x58\xc0\x60\x55\x14\x17\ \x73\x47\x8c\x28\x20\xb0\x24\x49\x4d\xdb\xf8\xee\x8f\x8b\x9e\x7d\ \xfd\xc3\x21\x05\xf1\x0d\x23\xbf\x5d\xf0\x78\x31\x60\xd9\x81\x45\ \x19\x73\x00\x01\x88\x9d\x00\x00\x30\xdd\x27\xb7\x9e\xf4\xf1\x2f\ \xcf\x1d\x7f\xf9\x81\x25\x6b\x8e\xb0\x9c\xfd\xef\x7f\x35\xe8\x91\ \x75\x1b\xdb\x65\xe9\x75\xe2\xb4\x75\x33\xb6\x5b\x48\x00\x8c\x15\ \xec\x10\x11\xfa\xa3\xa0\x05\x13\x05\x3b\x84\x9b\x4b\xc2\x45\xc5\ \x69\x53\x7d\x2e\xb7\x86\x70\xc8\x7f\x47\xa4\x14\x64\xbe\x04\x71\ \xcb\x64\x87\x66\x48\xf7\x6d\x7c\xb7\xda\xbe\x97\x16\x6e\x38\x15\ \x21\x47\x48\xe4\x0e\x96\xc4\x39\xa5\xc8\x91\xd8\xa5\x7d\x42\x9c\ \xd3\xf0\x56\x5c\x3d\x79\x36\xab\xd0\xcd\x40\xa8\xd3\xae\x63\x62\ \xdd\x48\xc3\x55\x9c\x7a\x22\xa5\xa0\x42\xc3\xc0\x98\x14\xd6\xb4\ \x73\xfb\xda\xd1\x38\xf3\xd4\x89\x0b\x57\x4a\x39\xb1\x37\xee\xda\ \xb9\x6e\x2c\x49\x3b\x7c\x28\x35\xcf\x27\xdd\x4a\x49\x80\x12\x67\ \x93\xae\x1d\x13\xaa\x2b\x95\x79\x59\x97\x92\x2f\x55\xf8\x4d\x64\ \x8b\x6c\xd9\xb3\x53\xac\xe4\x3d\xb7\xef\x70\x6e\xa5\x25\x28\xa1\ \xf5\x9b\x25\x54\xa4\x9e\x2f\x67\x31\x49\x89\xe1\x19\xa7\x2e\xd1\ \xb0\xb8\xa4\xa4\xc8\x8c\x53\x17\xbc\x3c\xa2\x49\x8b\x5a\x45\x17\ \x52\x4a\x54\x84\x18\x95\xc2\xe2\xdb\x74\x6f\xe5\x30\x8a\x4e\x1d\ \x3e\x53\x5c\xae\x39\xe2\xeb\xb7\xeb\xd6\x82\x94\x67\x26\x1f\x38\ \xed\x61\x22\x50\xa8\x96\xd4\xa2\x79\xf3\x5a\x02\x55\x0b\x2e\x5d\ \x4c\xbd\x92\xef\x57\xcd\xd0\x3a\x89\x6d\x3a\x24\x2a\xe0\xcb\x3e\ \x7b\x3e\x3d\xb3\x84\xfe\xa9\x9a\x19\x81\xa9\x1a\xd1\x89\x2d\x5b\ \xb5\x4a\xc0\x86\x2b\xe3\x64\x4a\x66\x7e\x85\x61\xd0\xe8\xc6\x2d\ \x5b\xb5\x4c\x90\xb8\xf7\xca\xb1\x53\x99\xf9\x6e\x00\x86\xc3\xe3\ \x93\x9a\xc5\xe7\x1c\x3b\xe9\xa2\x81\xba\x62\x6e\x59\xa8\x66\xb3\ \xd6\xcd\x9a\xc4\x16\xa6\x24\x9f\xbb\x58\x68\x5a\x3c\xba\x71\xcb\ \x96\x2d\x6a\xdb\x90\x91\x7d\xf6\xe4\x85\x2b\x25\x16\x17\xeb\xb6\ \xeb\x90\x58\x2f\x8a\x7a\x8a\xcf\x1d\x3a\x5d\xe2\xb5\x6e\x41\xce\ \xe0\x8c\x22\x7b\x52\xe7\x0e\x75\x62\xe0\xf2\xe1\x23\x99\x15\x72\ \x93\x36\xb5\x8b\xcf\x9f\x2f\xf2\x28\x49\x6d\x1b\xf9\xd2\x52\x72\ \xbd\x52\xfd\xb6\xad\xea\xd7\x8a\x44\xa6\x27\xf5\xf8\xf1\xab\x79\ \x7e\x02\x16\xb7\x45\xb7\xe8\xda\x36\x3e\x4a\x2e\xcf\xbc\x72\xee\ \xc4\x65\x1f\x38\x1a\xb4\x4c\xa4\xf9\x97\xb3\x8a\xd5\xeb\xa7\xa0\ \x16\x0d\xab\xdb\xb4\x6d\xdb\x7a\x50\x99\x7d\xf2\x70\x8a\x4b\xe5\ \xc0\x98\x12\x5d\xab\x4d\xb7\x16\x92\x3b\xfb\xe4\x91\xf3\xe5\x2e\ \x23\xbc\x5e\x93\xb6\x1d\x13\xcd\xbc\x4b\x27\x8e\x9c\x57\x99\x14\ \xd5\xa0\x51\xad\x10\x6f\xca\xa9\x5c\x7b\x5c\xbd\x06\x71\xf8\xf2\ \xb9\xf4\xbf\x2d\x3f\x37\xfc\xfe\xda\xa3\x1e\x7a\x65\x76\xcc\xdc\ \xc1\xf3\xf3\x58\x98\x53\x11\x4c\x9d\xd5\x68\xdd\xa1\x79\x62\x74\ \xf1\xb9\x13\xa7\x2f\xe4\x73\x6c\xab\xdd\xb2\x89\xcd\x9d\x79\xf1\ \x8a\x27\xbe\x49\x93\x68\x56\x74\x31\xad\x04\xb8\x25\xd4\xed\xbd\ \x7e\xf7\xca\x82\x75\x4f\x3c\xbd\x74\x8f\xa0\x88\x94\x4b\x8d\xba\ \x74\xa9\x5f\x5d\xbc\x7a\xf4\xd0\xe5\x1c\x8f\x28\x10\x8a\x9d\x0d\ \x5b\x36\xf2\x67\x5c\xc8\xaf\xd0\x31\x46\xc0\x19\x13\x42\x1b\xb7\ \xa8\x5f\x79\x25\xa5\x28\x50\x83\xcf\x99\x4f\x2d\x8f\x6c\x3b\xe3\ \xa3\x95\xdd\x5f\x18\x3d\xeb\xac\xcf\x6e\x13\x91\xa9\x79\x4b\x69\ \xc4\x33\x9f\x6c\x92\x7f\x5e\xfc\xe6\x17\xe7\x64\xbb\x1c\xf4\xd4\ \x41\xfc\x97\x78\x6a\x9d\x4c\xda\xfc\xc3\xc4\x5a\xe9\x7b\x7e\x3c\ \xb6\xeb\xab\xaf\xce\x66\x9b\xd2\x9d\x48\x95\x32\xaa\x6b\x9a\x05\ \x1c\x00\x89\x92\x22\x89\x02\x30\xaa\x6b\xaa\xc5\x39\x00\x96\x24\ \x9b\x28\x20\x00\xc4\x99\xa5\x6b\xaa\x05\x48\x14\x15\x45\x12\x38\ \xb3\x34\x4d\xa3\x9c\x0b\x82\x22\x4b\xb7\xfe\xce\xe3\x8c\xea\x9a\ \x46\x81\x21\x24\xca\x8a\x22\x60\x60\x96\xa9\xe9\x3a\x03\x24\x49\ \x36\x51\x24\xc0\xa8\xae\x6a\x44\xb1\x0b\x60\x6a\x06\x95\x14\x1b\ \x66\xa6\xaa\x59\x92\xcd\x46\xc0\x52\x75\x43\x94\x6c\x22\x06\x0e\ \xc0\x2c\x43\x33\x74\x8e\x04\x45\xb6\x09\x04\x2c\x43\xd7\x4d\x03\ \x40\x90\x15\x85\x60\x74\x4d\x30\x81\x02\x00\x26\x92\x22\x4b\x18\ \x81\xa9\xeb\x86\x65\x70\x40\x44\xa8\xea\xf6\xf9\xb7\x23\x34\x75\ \xcd\xa0\x26\x00\x12\x44\x9b\x2c\x0a\x00\xcc\xd2\x35\x9d\x5a\x00\ \x58\x94\x6c\x92\x88\x01\x10\x37\x0d\xcd\x30\x45\xdb\x0d\x8d\xa0\ \x81\x1b\x9a\x6a\x30\x26\x0a\x36\x59\x12\x00\x98\xa9\x6b\x06\xa5\ \xfc\x0f\xe3\x50\x43\x53\x4d\xce\x00\x04\x59\xb1\xdd\x56\xbe\x91\ \x53\x4d\x55\x2d\x40\xb2\x64\x97\x04\xa6\xfa\x0d\x41\xb1\x89\x98\ \xab\x9a\x46\x24\x45\xc2\x5c\x57\x55\x93\x73\x00\x24\x08\x8a\x2c\ \x11\x08\x48\x83\xe9\x3a\x05\x4e\xb0\xac\x28\x32\x06\xa6\xeb\x2a\ \x08\x36\xe9\x66\xba\xbc\x65\x68\xba\x65\x02\x92\x6c\xb2\x8c\x31\ \x00\x02\x66\xea\xaa\x61\x20\x24\x2a\x8a\x42\x30\x98\xba\xa6\x5b\ \xe6\xf5\xfb\x62\x19\xba\x41\xb1\xcd\x26\x31\x4b\xd7\x2c\x6e\x93\ \x95\xbf\x35\x17\xd3\x55\xa1\x41\xcf\xa5\x1f\x3e\x2d\xa4\x25\xef\ \xdb\xfc\xf5\x4f\xbb\x52\x18\x11\x4c\x5d\x33\x19\xc3\x58\x52\x14\ \x09\x23\x30\x54\x95\x61\x59\x91\xb1\x69\x68\x16\x08\x8a\x80\x0c\ \x14\x3a\xf0\xe1\x05\x43\x9b\x14\xbf\xb5\x60\x4d\xaa\x0b\x8b\x18\ \x80\x53\x5d\xd3\xac\x9b\x66\x0e\xd3\x75\x0d\x0b\xb6\x3f\xd4\x15\ \x38\xd5\x74\x43\x90\x14\x01\x23\xce\x28\xb2\xc7\xf4\x9d\x31\xa5\ \x5f\xdf\x2e\x8e\x2b\x3f\x3c\xf3\xf8\x07\x2e\xa2\x30\x03\x12\xfb\ \xf6\xef\x3b\xa4\x47\x9f\xe1\x7d\xf7\x3c\x75\xdf\x9b\xdf\x9d\x53\ \xec\x4a\xd0\x53\x07\xf1\xdf\x01\xc6\x78\x54\xa3\x16\x4d\x1b\xc7\ \x2b\xcc\x73\xfe\xf0\xd1\x9c\x32\x4b\x20\xff\xcc\xca\xb8\xa5\xeb\ \x1c\x8b\x92\x84\xff\x4a\xf9\x13\x37\x75\x03\x0b\x92\x40\xd0\x7f\ \xe2\x5a\x0f\x02\x66\x9a\x16\x45\x92\x1c\x4c\x1e\xfe\xf3\xa1\x00\ \xb5\x50\x74\x83\x26\xad\xda\x24\x54\x9e\x3f\x79\xfa\x42\x2e\x23\ \xc2\x3f\x9a\x5e\x9c\x81\x54\xad\x56\x75\xad\x28\xb3\xcc\x8f\x64\ \x01\xff\x53\xed\x04\x18\x92\x42\x9a\xf6\xea\x5a\x1d\x95\x9f\x39\ \x7c\xb2\xb0\x92\x0a\x04\xa8\x09\xd5\x9b\x34\x6b\xde\xa2\x96\xe9\ \x29\xbf\x7c\xf4\x6c\x61\x85\x1f\xe3\xff\xb8\x52\x8b\xa0\xa7\x0e\ \xe2\x76\xee\x08\x54\xb5\xcc\xc3\xb9\x00\xa2\x43\x0a\x93\x45\xb8\ \x43\x57\x4b\x4d\x83\x21\x21\x40\xc1\x60\x0c\xc5\x36\xa8\xaf\xa8\ \xf9\xd9\xb9\x3e\x7c\xa7\x8e\x9e\x73\x24\xd7\x6c\x5c\x4b\x2f\xcc\ \x2a\x2a\x33\xc9\x5f\x78\x3d\x20\x60\x86\x5f\x37\x44\xd1\x2e\x89\ \x88\x73\xe0\x8c\x9a\x86\x69\x31\x26\x48\x36\x59\x44\xff\xaa\x4a\ \x59\x4e\x99\x23\xbe\x4e\x5c\x88\x96\x9e\x5a\x04\x7f\xf5\x91\x66\ \x96\xa6\x9b\x08\x61\x22\x4a\xff\xdc\x9b\xef\x76\x83\xb2\x74\xc3\ \xa2\x1c\x61\x84\x88\x20\x8a\x02\x06\x66\xea\xba\x45\x01\x61\x84\ \x89\x20\x88\x98\x1a\x86\x45\x19\x22\xa2\x2c\x89\x00\x1c\x10\x50\ \xd3\xa4\x16\xa5\x8c\x89\x8a\x4d\xf8\xb7\xb7\xbb\x40\xc0\x0d\x5d\ \xd7\xa9\x25\x88\x8a\x22\x8a\x77\xa6\xdb\xc5\x2d\xc3\x04\x22\x08\ \xe4\x7f\xe0\x49\x39\xd7\x55\xbf\x09\x48\x96\x94\xc0\x2c\x0d\xc8\ \x25\x6b\xa6\xc9\x01\xcb\xb2\x22\x92\xff\xc4\x8a\xb8\x60\x95\x5e\ \x10\xb7\x9e\xce\xba\x01\x7d\x9e\xdb\xb0\x75\xdf\xcf\x1f\x7e\xf4\ \x4a\xd7\x86\xa2\xaa\xb3\x3b\x7a\x90\x28\xaa\xd5\xa6\x4b\xcb\xc6\ \xb1\x9c\x52\x00\x66\x98\xf2\xd0\xe7\x16\xdc\x3d\xa4\x96\xaa\x5b\ \x77\x7a\x62\xc6\xa8\x1c\x37\xed\xf5\x67\x7a\x36\x73\x68\x3a\xfd\ \x2b\x71\xb8\x9f\xd4\xeb\xbf\xf6\xa7\x8f\x47\xb4\x77\xaa\x1a\x33\ \x75\xa3\x5a\xeb\x41\x2b\xb7\x7f\xfd\xf5\xef\xeb\x87\x76\x0c\xf1\ \xfb\xe9\xbf\xca\x32\x86\x6e\x26\x8d\x9f\xf1\xf8\x93\x3d\x91\x61\ \xfc\x25\xe7\xcf\xa9\xc1\x42\xeb\xcd\x58\xbd\x6e\xe3\x8e\x8f\xa7\ \x0d\x4a\x62\xc6\xbf\x8a\xb5\xcc\x2d\x83\xd5\x1d\x70\xf7\x1b\x3f\ \x7f\xfe\xe1\x6f\xef\x3f\x3c\xbd\x97\x62\x6a\x9a\xce\x1b\x0f\x9f\ \xb6\xe6\xd7\xcd\x1f\xfc\xfa\xde\xf4\xf1\x6d\x15\x67\x8d\xe9\x1f\ \x6c\xdc\xf4\xf3\xfa\x89\x77\x35\x62\xba\xc1\x39\xd3\xfd\xa8\xd3\ \xd4\xd9\x6f\xfe\xb2\xf9\xd3\x7d\x1b\xfb\x24\x46\x18\x86\xf5\xef\ \x9e\x61\x80\x44\x59\x71\xda\x9d\x8a\x28\xdc\xb1\xbc\x22\x12\x24\ \x49\xf8\x1f\x7a\x52\x84\x64\xbb\xc3\x69\xb7\x5f\xe7\x73\x72\x0e\ \x44\x94\x1d\x76\xa7\xd3\x6e\xff\xcf\x74\xd3\x10\xac\xfd\x08\xe2\ \xb6\xc1\x1f\x08\xb5\x9a\xd7\xcd\xda\xbd\x6e\xe5\xea\x13\x26\x35\ \x65\xf1\x8e\x5a\x9e\xfa\x74\xa9\xc7\xf4\x05\x49\xe7\x56\xcc\x3b\ \x97\x2e\x49\x0e\xe0\xc8\x1e\x66\x93\x10\xd5\x41\x27\x2a\x15\x65\ \x45\x20\x5c\x57\x75\x24\xc8\x92\x88\x0c\x4d\xe5\x44\x96\x08\xd3\ \x35\x0b\x10\x70\x0e\x08\x00\x30\x22\x58\x08\x8d\xb0\x61\x6a\x68\ \xa0\x11\x55\x94\x64\x19\x63\x6e\xa8\x1a\x43\x04\x03\xe3\x80\x25\ \x59\xc2\x08\xa8\x65\x59\x94\x01\x67\x0c\xb0\xac\x48\x9c\x73\x4b\ \xf3\x16\x65\xe6\x79\x35\x86\x10\x08\xa2\x58\x7e\xf9\xe0\xaa\x27\ \x2a\x9e\xfe\x74\x5e\x42\x75\xbb\xc5\x2b\x6f\x17\x61\x99\x86\x4e\ \x19\xc2\x18\x01\xc2\xa2\x28\x60\xc4\x4d\xd3\x62\x8c\x73\xc6\x80\ \x08\xb2\x2c\x02\xa3\x86\x6e\x54\xb5\xaa\xc3\x88\x03\x48\x4e\x9b\ \x5d\x06\x9d\xe9\xcc\xcf\x89\x24\x8b\x22\xe1\x96\x69\x18\x16\xc2\ \x98\x33\x8a\x04\xe9\x4f\x6c\xba\x00\x4c\xdd\xac\xdb\x77\xe8\xa0\ \xf6\xe6\xb2\xfb\x9f\xca\x28\xf1\x63\x49\x62\xa6\x61\x58\x0c\x63\ \xc4\x18\x17\x24\x59\x14\x90\xa1\x6a\x94\x23\x8c\x39\x63\x20\xca\ \xca\xad\xfc\x06\xb7\x0c\xc3\xa2\x80\x11\x67\x1c\x49\x8a\x8c\x99\ \xae\x0a\x8d\x1e\x58\x30\x43\xdf\xfa\xea\xd2\xdf\x0b\x14\xa4\x5a\ \xdc\x34\xec\x2d\xe7\xcc\x9f\x5c\xf8\xd1\x8b\x6b\x8e\xb9\x24\xd3\ \x65\x79\x8a\xbe\x98\x37\xff\xf2\xc4\xf9\xf3\x1e\x9c\x78\x70\xd7\ \x33\x79\xcc\x29\x29\xfc\xec\x96\x4f\xcf\xed\x3a\xfe\xdc\x86\x97\ \x13\x62\x1d\x8c\x95\x04\xe7\xfc\x7f\x32\x82\x31\x75\x10\xb7\xff\ \x3c\xd5\xfd\xde\x92\x92\xa2\x8a\x72\xfd\x7a\xa7\x33\xce\xf9\x9f\ \xd4\x3b\xfe\xd8\xc2\x74\xc3\x36\xea\xf9\x05\x13\x86\x37\xee\xf0\ \xc0\x93\x1b\x7e\xf9\x6a\xde\xb4\x0e\xc0\xfc\x5e\xd3\xde\xe3\xb1\ \x57\x3f\xdb\xf9\xdd\xab\xaf\x4c\x8e\x96\x4d\x9f\x19\xfe\xc0\xba\ \xd7\x26\xf4\x0c\x2f\xf3\xc9\x13\x96\xac\x79\x64\x68\x82\x11\xda\ \xfa\x85\xaf\xbe\xf8\xf0\xa7\xf5\x2f\xbd\xbf\xee\x83\xdf\xd6\x8f\ \xea\x1a\x67\xf8\x7d\x5e\x1c\x37\x7e\xd9\xba\xcd\x3b\xbe\x5d\xf4\ \xf4\x08\x07\x53\x4d\x21\xea\x9e\x37\xdf\xfe\x68\xe7\xe7\x9b\x76\ \x7f\xfe\xe8\x03\x5d\xb1\xa5\xab\x3a\x34\x1f\xf5\xc0\xba\xdf\x3e\ \xdf\xb8\xe3\xb3\xc7\x1f\xec\x0e\x7e\x5f\x44\xb3\x41\x2f\xbd\x35\ \xab\x69\x62\x4c\x78\x84\xc2\x28\x47\x08\x59\xaa\x2b\xfb\x4a\x46\ \x49\xb9\x49\x19\x47\xb7\x18\x30\x00\x30\xc3\x84\x86\x03\xa7\xbe\ \xfe\xd3\xa7\x1b\x77\x7f\xb5\x6a\xe5\xf4\x1a\x76\xcd\x43\x23\xc7\ \xbf\xf8\xca\x07\x3b\xbf\xfc\xe0\xc7\x35\x43\x3a\xc7\x59\x9a\xa1\ \x5b\x62\xdb\xbb\x1f\x5e\xfb\xdb\xe7\x1f\xee\xfa\x62\xd9\xc2\xd1\ \xe1\x60\xf8\xbd\x7a\x8d\xfe\x0f\x6e\xd8\xb9\x65\xfd\x67\xcf\xb7\ \xac\xa5\x18\x9a\x4e\x6d\xd5\xc7\xbd\xbc\xe2\xbd\xed\x5f\xbd\xf7\ \xe5\x2b\xdd\x6f\x1b\xa2\x22\x59\x12\xdd\x19\x69\xe9\x57\xf3\x3c\ \x7e\x83\x99\xa6\x54\xab\xf5\xe3\x1f\x6d\xfa\x68\xf7\x57\xcb\x96\ \xdd\x5b\xdd\x46\x7d\x7e\xdc\xfb\xa9\x45\x1b\x77\x7d\xb9\x71\xd7\ \xd7\x2f\x2f\x99\x10\x2e\xdd\xd0\xa5\xe9\x1a\x2c\xdd\x88\x69\x37\ \x68\xc9\x96\xcd\x1f\xed\xfa\x7c\xde\xa3\x03\x14\xd3\xcf\x9d\xf5\ \x9f\xfc\x78\x59\x8f\x16\xd5\x1a\x0c\x9c\xf8\xd8\xfc\xfb\x62\xdd\ \xb9\x7a\x54\xf3\x67\x3f\x5b\xd2\xae\x51\x74\x93\x91\xf7\x3e\xf2\ \xd8\xc4\x48\x4f\x91\x8f\x32\x77\x71\xe1\xd5\x73\x17\x34\x41\x10\ \x11\x70\x40\x08\x81\xe6\xae\x2c\xc9\x2b\xae\xf4\xf9\xac\xa0\x7a\ \x56\xd0\x53\x07\xf1\xdf\xed\xad\x11\xc2\x37\x54\xc2\x22\x41\x10\ \x45\x51\xbc\x59\x9d\x2b\xb0\x05\x00\x49\xa2\xbe\x6b\xfd\xc6\x6d\ \x7b\xaf\x9e\xfb\xee\xe3\x97\x66\xce\xff\x68\xcb\x39\x40\xb2\x84\ \xcd\x8b\x5b\x37\x2d\x7b\xfa\xc3\xb0\xc1\x73\xa6\x0c\x6a\x64\x1a\ \xbc\x76\xf3\xfa\x71\x51\xa2\x01\x24\xae\x5e\x52\x42\xa4\x28\xc7\ \x35\x6d\x1c\x5e\xfa\xe3\x6f\x65\x0d\xea\x19\xdb\xf7\xf9\x87\xcc\ \x19\xe9\xe4\x14\x23\xe3\xdc\x8f\x1f\xbf\xb6\xe8\xd3\x5a\x93\x1e\ \x7f\x60\x6c\x43\x53\x88\xee\x31\xb4\x41\xf2\x47\x2b\x56\xac\x3e\ \xd2\xe7\xc9\x85\xfd\x1a\x39\x19\xb0\x8c\x03\x3f\xbf\xf1\xe8\x82\ \xe5\xab\xf6\x75\x9f\x35\x6f\x40\x62\x48\xc9\x95\xc3\xaf\x3f\xf2\ \x5a\xb6\xbd\x7a\x83\x3a\x21\xd7\xba\xc3\x21\xf2\xe7\x2e\xfd\x80\ \x08\x09\x8c\x18\x03\x98\xaa\x1e\xdb\x79\xe4\x2b\x6f\x4e\xcd\xff\ \xe9\xa3\xd7\x9e\x5a\xf6\xd1\xe7\x07\xdc\xa6\x28\x73\xf7\xbe\x8f\ \xdf\x5b\x3c\x73\xfe\xf7\xa7\x6c\xb3\x16\xcc\x8c\xa1\xae\xda\xc3\ \x66\xbc\xb4\xa8\xff\xc9\x8d\x6f\xaf\x9c\xbf\xe2\xcb\x1f\x4e\x69\ \x40\x24\x49\xac\x38\xfb\xfb\x1b\x73\x5f\xbe\xa8\x74\x7b\x74\xee\ \x50\x4c\x8d\xbe\x4f\x3d\x37\xac\x5e\xe9\x1b\xb3\xe7\xfd\x7c\x35\ \xfa\xc9\xe5\x33\xaa\xcb\xc6\xdf\x38\x59\x4e\x01\x87\x84\x47\x60\ \xdd\xe0\x80\x31\x50\x03\xa2\xa6\xad\x7c\xa9\x95\x7e\x60\xe9\xdc\ \xd5\x56\xe7\xa9\x0b\xe6\xf6\xe4\x9c\xb4\x1b\xd6\xde\x7d\x74\xd3\ \xe2\x05\x9f\xc6\x8f\x79\x62\x72\xdf\x7a\xa6\x6e\xde\xfc\xd1\x62\ \xa1\xc8\x66\x4f\xad\x99\x2f\x1c\xde\xb4\xf4\xb9\x2f\x1a\xcf\x78\ \xfa\xc1\xf1\x49\x5a\x59\xfa\x27\x4b\x3e\x4c\x49\xcd\xdb\xbe\xfa\ \xf5\x65\xcf\xbe\x71\xba\x04\x88\x2b\x6d\xd3\x4b\x1f\xa7\xa6\xe7\ \xfc\xb4\xfc\xd5\x57\x17\xad\x3d\x5f\xce\x65\x82\x08\xc6\xa6\xa5\ \x99\x36\x87\x62\x13\xae\xf7\x6a\xc6\x04\x07\x25\xc3\x83\x9e\x3a\ \x88\xff\x43\xe0\xdc\xa0\x52\x9f\x85\x2b\x37\xee\xda\xbc\x78\xd9\ \xfd\xd1\xa0\x99\x94\x99\xc8\x31\xe8\xe5\x35\x9b\x76\x7d\xf6\xdc\ \xf3\x13\xc3\x99\x46\x39\xf3\x94\x94\xba\xdc\x9a\xb7\xac\x24\x2f\ \x37\xbb\xb4\x52\x03\x4c\x08\x37\x8a\xae\x9c\x3f\x7e\x62\xdb\xbe\ \x3d\xd9\x0d\x1a\xc4\x11\x60\xa6\xce\x4d\x8b\x21\xe0\x16\x37\x4c\ \xce\x11\x30\x9f\xbb\xe0\xf2\xd9\x7c\x9f\xbb\xe2\xfc\xb1\x74\x4a\ \x9c\x92\x20\x10\xb5\x34\xe5\xf0\xe1\x23\x87\xbe\xf8\x7c\x47\x7a\ \xc3\xfe\xed\x65\xca\x2c\xb7\x2b\xfb\x62\xca\xde\xef\xbf\xbd\x98\ \x61\x35\xac\xe5\x34\x98\x50\xbf\xef\xf0\xd9\xaf\xbc\xf0\xc0\x7d\ \xdd\xa3\xed\x8e\x98\x30\xd1\xd0\x7c\x85\x59\x79\x65\x2e\xf3\x4f\ \xad\xa7\x39\xfc\xb1\x16\x6a\xa9\x5a\xfc\xe0\xfb\xde\xf8\xe9\x8b\ \x77\xbe\x5d\xd1\xbe\x96\xe2\xe5\xa4\x45\x8f\x01\x78\xdf\x67\x6b\ \xde\xf9\xee\xfc\xc9\xd3\x67\x4e\x5e\x76\x6b\x5c\x0c\x8d\xed\x3a\ \x79\xc6\xbc\x95\xcf\x0e\xea\x96\x10\x6e\xb3\x49\x72\x48\xe7\xde\ \xbd\x8a\xbe\x5c\xf7\xee\xe6\xed\x17\x93\x4f\x9e\x4d\xc9\xd0\x80\ \x10\x82\xbc\xf9\x57\xce\xa4\x1c\xdc\xf6\xe5\x81\xa8\xb8\x78\x87\ \xad\x46\x87\x56\x2d\xab\xd7\x6d\x3e\xfd\xa5\x79\xfd\x5b\x57\x43\ \x4e\xc9\xee\x90\x6f\x5e\xc0\xe4\x96\x6a\x24\x4e\x9d\xf7\xd2\x93\ \x5d\x93\x7f\x3b\xe4\x36\x09\x50\x83\xc4\xb5\x6a\x17\x0b\xdf\xbe\ \xf6\xf1\x89\x93\xdb\x37\x7e\xb8\x33\xa6\x7f\x8f\x68\x01\x51\x55\ \x2f\x48\xbd\x74\xf4\xc8\xcf\xfb\x0f\xe4\x34\xa8\x17\x0b\x37\x93\ \xe7\x38\xd5\xc3\x13\x7b\x36\xf4\xa7\x7d\xba\x76\xcb\x89\x03\x5f\ \x7f\xfa\x5b\x7a\xd2\x90\xce\x32\xf8\x4b\xf2\x4b\xfc\x9a\x5e\x91\ \x9f\x9f\x9b\x5d\xe4\x33\x01\xa8\x56\x9a\x5f\xaa\x6a\x7a\x59\x5e\ \x5e\x6e\x6e\x71\x40\x4d\x8c\x08\xb8\xe8\xfc\xf1\x0b\xb4\xe5\xa2\ \xf7\x17\x36\xb0\x5b\x26\x0b\xce\xe9\xff\x26\x04\xf3\xd4\x41\xdc\ \x69\x74\x2d\x62\xf3\xd8\x86\xd7\xaf\x7e\x29\x19\x5e\x57\x05\xc8\ \x02\x06\xe0\xea\x81\xb5\xaf\x5e\xd8\x24\xea\xee\x4a\x0f\x96\x09\ \xe3\x88\x20\x0c\x82\x84\xc0\x04\x13\x07\x1a\xf3\x20\x84\x45\x51\ \x02\x02\xc8\xe2\x18\x73\x30\x4d\x81\xd8\x1d\x92\x06\x65\xd6\xb5\ \x16\xf7\x58\xb4\x59\xb9\xbf\xfe\xf8\x99\x62\x28\x9d\x03\xd5\x7c\ \x88\x00\x70\x46\x41\x89\x8d\x54\xc0\xeb\xa6\xa8\x8a\x5a\x2c\x03\ \xe6\x88\x59\x96\x19\xd2\xb0\xfb\x73\x4b\x07\x7d\x3b\xfd\xa1\x6f\ \x52\xaa\xad\xfe\xfa\x79\x22\x92\x80\x9c\x07\x11\x11\x20\xa6\x81\ \x6e\x63\x02\xc1\xc0\x01\x88\x88\x80\x9b\x2a\x18\x36\x2e\x08\xb2\ \x5c\xbc\xff\x87\x95\x97\xf7\x10\x66\x14\x17\xe9\x12\x80\xaa\x79\ \x94\xb8\x48\x27\x12\x4a\x2d\x4a\x30\x18\x16\xef\x3e\x65\xc6\x8c\ \x81\xc2\xe3\xa3\x9f\xa4\x6d\xee\x7f\xfd\xf1\xba\x98\x51\xbf\xe1\ \x73\xd6\x88\xb6\x01\x98\x16\xc3\xd7\x32\xc7\x01\xa2\x33\xc1\x94\ \x11\x84\xa8\xc9\xb9\x71\xe1\xfb\x8d\x8b\xdf\x4d\x16\x25\x81\x52\ \x53\xd7\xc8\xcd\x4d\x3a\x11\x91\xc5\xf4\x6f\x3f\x58\xdf\xb4\xfe\ \x80\x0e\xcd\xec\xdf\x9e\xb3\x10\x62\x86\xdf\xc2\x52\x44\xa4\x6c\ \x02\x0a\x8f\x08\x91\xb5\x72\x83\x02\x02\x44\x04\x41\x02\x01\x23\ \xc6\xaa\x3a\x06\x21\x4e\x4d\x5d\xb7\x88\x24\x09\x08\x5b\xaa\x17\ \x29\xce\x30\x27\x36\xbc\x42\x74\x84\x82\x7c\x1e\x0a\x88\x60\x82\ \x02\xc2\x61\x01\x0a\x35\x42\x98\xe0\x40\x9f\x3f\x81\xd0\x40\xd4\ \x4c\x29\x8b\xa8\xdb\xa4\xbe\x92\xf1\xde\x13\xeb\x33\xfd\x44\x10\ \x00\x68\x70\x5a\x07\x3d\x75\x10\xff\x07\x7d\x35\x77\xe5\x66\x56\ \x30\x00\x8c\x49\xd5\x57\x33\xab\xc8\xca\x28\x0b\x70\xbe\x09\x46\ \x98\x13\xea\x4b\xbf\x9c\x3a\x61\xda\x03\x4f\x86\xb4\x2c\xbb\x72\ \xf0\xf3\xaf\xd2\x44\x07\x12\x64\xcc\x00\xcb\x48\xb4\x13\x0c\x50\ \x76\xe8\xf7\xa2\xf9\x73\x16\x3d\x1d\x9e\xdc\xa5\x75\xad\x9c\xdf\ \x0c\x20\xb2\x64\x0f\xd7\x33\x0f\x7e\x99\x66\x25\x8e\x1d\x20\x86\ \x50\x64\xe9\x86\x5c\xbd\xe7\xe4\x19\xf6\xbb\x6a\x0f\x6b\x23\xbe\ \x3f\x75\x3f\x53\x1a\x28\xa1\x18\x0b\x88\x03\xb1\x63\xa2\x08\xd8\ \xf0\x56\xe4\x95\x0a\x89\x3d\x7b\xf7\xab\x1b\x19\x1f\xaa\x50\xca\ \x00\x30\x58\xae\x0b\x97\xcc\x07\x1f\x7c\xe6\xe9\xc8\x7d\x47\x7f\ \xdb\x9a\x7c\xd9\xcb\xa1\xfc\x72\x96\x34\xe6\x91\x85\x90\x70\xf8\ \xc0\x4f\x5b\x53\x32\x0d\x5e\x51\x92\x51\x5a\x14\xe8\xd3\x6a\x13\ \xd8\xc9\x1f\xbe\xba\x38\x7a\xe9\xea\xcd\xe1\xfb\x4f\x15\x89\x46\ \xe1\x4f\x1b\xbf\x2d\xce\x29\xf2\x48\x9d\xbb\x0c\x1d\xc0\x1a\x34\ \x77\x70\x9f\x2c\xf8\x7f\xff\xf4\xcb\x51\x1f\x3c\xb1\xe6\x83\x84\ \x13\xa9\x5e\xd1\x73\xe5\xeb\x0d\xbf\x80\x08\xa2\x83\x00\x00\xc1\ \x62\x88\x88\x65\x23\xe7\xdb\xaf\x7e\x59\x36\xef\x89\x47\x1d\xbf\ \x14\x9a\x42\xde\x81\x9d\xbb\xf7\x5f\xe2\xd2\x4d\x22\x5e\x08\x63\ \xea\x2b\xbe\x90\x92\x3e\x62\x70\xac\x22\x82\x07\xc9\x50\x7c\xf2\ \x9b\x3d\xe9\x0f\xac\x5c\x69\xdb\x96\xdd\x75\x5c\xbb\x3d\x4b\x1f\ \x2b\xe7\x58\x0e\x41\x58\xc6\x1c\xb0\x8c\x05\x1b\x01\x0e\xc0\x0c\ \xbf\xb3\xed\xc4\xf7\xde\x1c\xbb\x6d\xf1\x82\xcd\xbf\x5e\x35\x2e\ \xfc\xf6\x73\xc6\x88\x87\xd7\xaf\x6c\x71\x41\x18\xd0\x41\xf9\xf4\ \x81\x7d\x14\x44\x44\x88\x82\x9d\x7f\x30\x93\x38\x07\x2c\xd8\xb0\ \x43\x40\x70\x83\xb8\x02\x84\x44\xc6\x3a\x2b\xf3\xd2\x52\x0b\x28\ \x0a\x23\xc1\x09\xfd\x5f\x85\xa0\x3a\x57\x10\xb7\x86\x45\x49\xab\ \x91\x43\x1d\x57\x77\x6d\x4f\xce\x93\x88\x1c\xc8\xf6\x06\x1a\xdf\ \xdc\x28\xab\x75\x7d\x4b\x55\x1e\x1b\xd3\xdc\x0b\xe7\x8b\x59\x54\ \x9d\x9a\x21\x25\x57\x2e\x5c\x4e\x2b\xa5\x26\xcd\x39\x7b\x31\x37\ \x5b\x45\xd8\xca\x4b\xbb\x9c\x99\x5d\x91\x7b\xea\x44\x11\x8f\x6a\ \x50\x2f\x3c\xf3\xd8\xce\x5f\x7e\x39\x56\xea\xd1\x4d\x57\xee\x95\ \xcb\x79\x08\xcb\x98\x51\xb5\x20\x33\xf5\xc2\xd5\xa2\x42\xbf\x33\ \xb2\xba\x93\x15\x7e\xf3\xca\xaa\x9d\xa7\x4b\x25\x59\x30\x5d\xee\ \x2b\xc9\x97\x2a\xbc\x9c\x73\x35\xfd\xc2\xe5\xac\xac\xac\xd3\xc7\ \x73\x62\x93\x9a\xd4\xae\x2e\x9e\xd9\xf9\xeb\xee\x03\x17\x7d\x26\ \x12\x08\xcd\x4e\x4e\xb1\x42\xaa\x47\xdb\xd5\x4b\x27\x53\x4a\xdc\ \x4c\x40\x46\x66\xf2\x45\x12\x53\x33\x9c\xb8\x2e\x9e\xbc\x50\xee\ \x65\x84\x04\x06\x8c\x11\x02\x44\x04\xab\x2c\x73\xff\xef\x27\x71\ \x4c\xcd\xf8\xea\x61\xcc\x55\x70\xf9\xc2\xd5\xab\xa7\xce\xa5\x15\ \xa2\x46\xad\x12\x1d\xac\x78\xe7\x37\x5b\xcf\x5d\xad\xf0\xe4\x5c\ \x3a\x70\x30\xd5\x59\xb3\x4e\xb5\x68\x87\x5e\x92\x75\x3e\x25\x4b\ \x35\xa0\x3c\x2d\x3d\xf5\x42\x09\x10\x54\x51\x98\x93\x9a\x56\x90\ \x7d\xf2\xe8\x99\xab\xfe\x5a\x8d\xeb\x86\xc9\x56\xce\xb9\x94\xec\ \x02\x17\xfc\xb9\x14\x9c\x53\x93\x56\xeb\xd0\xab\x7b\x7d\x75\xcb\ \x17\x7b\x35\x64\x53\x44\x9a\xba\xff\x40\x01\x8b\x6d\x50\xc7\x76\ \x64\xc3\x5b\x9b\xb7\x9e\x47\xa2\xc4\x75\x23\xeb\xf4\x85\xfc\x3c\ \x0d\x61\x2b\xe7\xf2\xc5\x8c\x02\x2f\xe2\x94\xc4\x34\x99\xba\x68\ \x82\x7a\x76\xcf\xde\x43\x59\x02\xf8\xcf\xec\x3e\x62\x44\xd7\xaf\ \x15\xea\xfd\x61\xf9\x1b\xbf\x1d\x2f\x92\x64\x11\x71\xb0\xf4\xd2\ \xd4\x73\x17\xca\x55\x86\xaf\xe9\x03\x9a\x6a\xd1\xe5\x73\x97\x2a\ \x75\x08\xe8\xdb\xaa\xa6\xc7\x51\xab\xfd\xb0\x9e\x31\x3b\xbf\xde\ \x51\xc1\x64\x82\xc1\xd2\xfd\x5e\xd3\xd1\x7b\xc2\x60\x7f\xf2\xf6\ \x53\xe9\x95\xb7\x6a\xd5\x1f\xc4\x7f\x4c\x9c\x14\x64\xbe\x04\x71\ \xcb\xb4\xb4\xa6\x0b\x53\xbe\xfa\xae\x2f\xfb\xfd\xcb\x8f\x8e\x5d\ \x3e\x79\x2c\xbb\x8c\xde\x19\x53\x03\x01\x35\xfd\xba\xcf\x00\x2e\ \x62\x87\xd3\x26\x6a\xaa\x97\x61\x9b\x43\x26\x9a\xee\xb5\x40\x71\ \xc8\x22\xa7\x96\xaa\x79\x0d\xe0\x00\xc4\x26\x3b\x25\x30\xfd\x26\ \x55\x14\x3b\x46\xc0\x0c\x55\xa5\xe0\x50\x14\x5d\xf5\x68\xdc\x02\ \x20\xb2\x60\x57\x24\x11\xb8\xe5\x57\x55\x41\x76\x2a\x84\xf9\x34\ \x3f\x16\x1c\x8a\x88\x4c\x5d\x53\x2d\x8d\x02\x60\x24\xda\x65\x87\ \x88\x81\x03\xe2\x54\xf7\xe9\x3e\x0a\x82\x5d\x72\x4a\x22\xe2\x1c\ \x31\xaa\xf9\x74\x3f\x03\xd1\x21\x3b\x44\xe1\x16\xfc\x17\x6e\x19\ \x7e\x43\xb5\x80\x21\x90\x1d\x8a\x5d\xc0\x5c\xd3\xfc\x1a\x33\x00\ \x10\xc1\x36\x87\xa2\x60\xc4\xa9\xa1\xfb\xcd\x00\x97\x5d\x09\x51\ \xec\xcc\xf2\xa9\x96\xe0\xb4\xcb\xd4\x54\x55\x0b\x1c\x8a\x0d\x03\ \x33\x34\x55\x65\x06\x03\xa4\x88\x8e\x5b\x52\x39\x2c\xbf\x2f\xb2\ \xf7\xbd\x6f\xbc\x3e\xfc\xe0\x07\x5f\x1c\xdf\x7b\xf4\xdc\x95\x62\ \x84\x90\xa6\x79\x35\x60\x22\xb1\xdb\x65\x19\x23\xa6\xfa\x7d\x5c\ \xb0\x3b\x24\xac\x6a\x5e\x8a\x14\xbb\x88\x4c\x12\xde\x7f\xe6\xe3\ \x77\xf7\x23\x6b\xe7\x2c\x3e\x91\x47\x65\x11\x73\x6a\xaa\xba\xd7\ \x00\x24\x0b\x0e\x9b\x24\x06\xae\xc1\xaf\xa9\x82\xec\x90\xab\x84\ \x80\x11\x30\xd3\xa7\x6b\x92\xec\x94\x30\x30\xc6\xb0\x3d\xb2\x69\ \xf7\x4e\x3d\x46\x4f\x68\x6d\xee\x9b\x3b\x6b\xad\x4b\xb0\x03\x45\ \x75\x5a\x35\xaf\xdf\xbc\xfd\x94\xc7\xa6\xec\x7d\xf2\x9e\xf7\x77\ \x65\x29\x8a\x18\x9c\xf7\xc1\x98\x3a\x88\xff\xb2\x57\x38\x00\x33\ \x7c\xa6\x33\x24\xa6\x7a\xb4\x94\x77\xf1\x7c\x61\x25\xbb\x53\xba\ \x20\xc6\xa2\xa8\x48\x58\x08\x24\x4d\x05\x41\x12\x09\xe6\x00\x84\ \x48\x55\xb4\x02\x84\x45\x51\x51\x44\x45\x11\x65\x82\x11\x60\x22\ \x0a\x55\x1f\xee\x88\x08\x92\x20\x00\x80\x20\xca\x8a\x68\x53\x44\ \x59\xf8\x63\x17\x89\x60\xe0\x80\x44\x41\x0a\x10\xea\x30\x11\x64\ \x51\x51\x44\x45\x16\xa5\xeb\x05\x1e\x08\x13\x49\xb4\x55\x1d\x99\ \x33\xcb\xa2\x98\x48\xb2\x64\x53\x44\xe9\x76\xaa\xd3\x08\x13\x49\ \x54\x14\xd1\x26\x8b\x62\xa0\xa5\x0f\x80\x60\x57\xec\x8a\xa8\x48\ \xd7\x44\xb3\x10\x11\xae\xff\x06\x21\xc0\x44\x0c\x54\x4c\x63\x2c\ \x5c\xfb\x0d\x22\x82\x18\x18\xcf\xed\xa8\x19\x58\x10\xbc\x39\x57\ \xb3\x0a\x51\x52\x9b\x44\x33\xeb\xf2\x95\xec\x72\x24\x08\x82\x28\ \x2b\xa2\x72\x8d\xb0\x88\x04\x51\x12\x09\xe2\x00\x01\xbb\x01\x70\ \xc0\x72\x88\xe8\xdd\xb9\xf1\xb3\x94\x7c\x53\x96\x71\x40\xa9\x52\ \x90\xec\x76\xe9\x06\x36\x5d\xc0\x3e\x37\x96\x71\x20\x2c\x89\xd7\ \x1a\x78\x30\x8a\x9d\x51\xed\x86\xf6\x8f\x2a\x4b\xde\xf4\xf6\xd7\ \xb9\x1e\x10\x09\xb2\x2c\x5c\xa7\x6d\xfb\x4e\x1d\x6b\xe7\x9e\xd9\ \xb7\x7f\xd7\xc9\x72\x9f\xf5\x9f\xaa\xca\x1d\x44\x30\xa6\x0e\xe2\ \xef\xba\x6a\xaf\x5a\x50\xc2\x35\x0c\x72\xa4\x14\x17\x2a\xa2\x3b\ \xef\xb7\xce\x39\xc8\xce\x50\x05\xe9\x6e\x8f\xf6\x27\xcd\x69\xc4\ \xa9\x4f\xf3\x19\x9c\x0a\xd8\xe9\x54\xa4\xdb\x93\xd3\x38\xb5\x28\ \x22\x7f\x95\xe4\xcc\xa8\xc5\xaa\xf6\xe2\x1c\x04\x25\x2c\x5c\xf6\ \x55\xba\xcd\x3b\x57\xbe\xe6\x1c\xcb\x8e\x10\x07\x72\x57\x78\xf9\ \x5f\x51\x00\x41\x00\xa6\xee\xd3\x18\x71\x28\x36\x84\x38\x02\xae\ \xea\x3e\x8d\x9a\x18\x6c\x21\x36\x1b\xba\xd6\xbf\x04\x71\xa6\xe9\ \x3e\x95\x59\x92\xe0\xb4\x4b\xd2\x9d\x71\xf3\x98\xa1\xe9\x48\x90\ \x03\x9c\x3a\x0e\x38\x24\x22\x94\xaa\x6e\xbf\xca\x6e\x77\x51\x08\ \x81\x69\xa8\x3e\x53\xe7\x80\x6c\x92\x53\x11\x05\xce\x2c\x9f\xea\ \x36\x41\xb0\x8b\x0e\x59\xc2\x01\x92\x91\x6e\xf8\x54\xcb\xe0\x40\ \xec\x72\x88\xfc\x9f\xd9\x62\x25\x88\x60\x4c\x1d\xc4\xdf\x87\x69\ \xf2\xd6\xf7\x3c\xf1\xcc\xdc\x99\xc3\x7a\xb5\xf1\xa7\x9f\xce\x2a\ \xbd\xe3\x0e\x4d\x9c\x69\x1a\xee\xf3\xc8\x0b\x13\x92\xfc\x7b\x0e\ \xa5\x22\x41\xbc\x31\xd1\x60\x09\x35\x26\xbf\xf0\xe4\xbd\xf7\x8e\ \xae\x67\x2f\x3c\x7d\xb6\x00\x11\x72\xeb\x43\x80\x58\xad\x4e\x2d\ \xd9\xf2\xab\x06\x45\x77\xe8\x65\x39\x07\xc1\x11\x9f\x10\x0f\x3e\ \xb7\x41\x81\x1a\xba\x33\xa9\xf7\x0b\x2b\xc7\xa6\xef\xdc\x5b\xec\ \xe5\xe4\xce\x5c\xbe\xa9\xea\xb5\x07\x4d\x9d\xf7\x50\x93\xc3\x3f\ \x1f\xd3\xb9\x70\xe7\xb5\xc6\xa6\xc9\x9a\x8c\x9c\x79\xdf\xa0\xea\ \xe7\x4f\x5c\xd6\x19\x18\xd4\x71\xd7\xac\x39\xb3\x1e\xbd\xb7\x43\ \x02\x3d\x77\x2a\xdd\x60\xd7\x52\xfb\x08\x09\x82\xac\x88\x36\x91\ \xdc\x79\x52\x18\x11\x41\xac\x1a\x3f\xa7\x54\x8a\x9f\xf3\xf6\x33\ \x51\xf9\x47\x4e\xa7\xfa\xc4\x5b\x13\x47\xb9\xa1\xb2\xc6\xfd\x46\ \x3e\xba\x68\xce\x90\x61\xdd\x58\x76\x7a\x46\x5e\x05\x16\x84\xaa\ \x4f\x8d\x1b\x6e\x22\x21\x92\x72\xfd\xfb\x23\x88\xff\x6c\x04\xeb\ \xa9\x83\xb8\x4d\x48\xcb\xc4\xe6\x23\x06\x47\xb2\xf3\x3f\x7e\xb9\ \x2b\xaf\x82\xde\xa9\x9b\x66\x54\x55\xdd\x15\xdc\x63\x8f\xa8\x59\ \x33\xc6\xc1\x39\xe7\x8c\x69\x7e\x8f\xdb\x5f\xe9\x55\x35\xc6\x31\ \xe6\x9e\xd3\xdb\xf6\x95\x45\xd7\x1b\x34\xbc\x09\xba\x56\xf9\xcc\ \xa9\xa5\xfa\xdd\x2e\xbf\xcb\xa7\x19\x1c\x10\x58\xfe\x0a\x33\x66\ \xfa\x2b\x2f\x77\xa9\xc1\x8b\xd5\x0a\xcd\x64\x08\x21\x6e\x99\x7e\ \xbf\xcb\xe5\x77\xf9\x6f\x26\x83\x5c\x77\x67\xcc\x74\xfb\x42\x5a\ \x3f\xb5\x62\x5e\x2d\x5c\x5e\xa2\x7a\x0c\xca\x45\x67\x58\x9d\x7a\ \xe1\xa6\x56\x51\x69\x78\x0c\x8b\x21\x84\x18\xd5\xbd\x7e\x95\x71\ \x04\xcc\xf0\xaa\x3e\xca\x11\x35\xfd\x2e\xbf\xcb\xe3\xf7\x7a\xfd\ \x2e\xaf\xa6\x5a\xc0\xed\x31\x31\x75\x6a\xdb\x7d\xfe\x0a\x97\xea\ \x35\x29\x47\x08\x31\xcb\xf0\xfa\x5d\x2e\x7f\xa5\xc7\xef\xa3\x8c\ \x23\x84\x80\x53\x55\x75\xbb\xfc\x95\x6e\xbf\xcf\x62\x80\x80\xfb\ \x4d\x9f\x12\x9f\xd8\xb6\x45\x2d\x91\x30\xce\x11\xc1\x66\xda\xe1\ \xc3\x17\xca\xa5\x81\x53\xba\x86\x90\xbf\xa3\xa3\xca\x0d\xcd\xe7\ \xf6\xbb\x5c\x7e\x97\x6a\x58\x08\x21\x4e\x0d\xaf\xbf\xd2\xe5\x77\ \x79\x35\xbd\xea\x23\x86\x33\x5d\xf5\xba\xfd\x2e\x97\xdf\xad\x99\ \x14\x04\xb9\x66\x83\xea\x32\x78\xcb\xc1\xa5\x06\x4c\x71\xb3\x71\ \x38\x20\x22\xe2\xb2\x2b\xe7\x7e\xfc\xec\x77\xb1\x6e\xdf\x2e\x4d\ \xab\x53\xcb\x0a\x4e\xe8\xff\x76\x04\xab\xf4\x82\xb8\x5d\x24\x87\ \x90\xbf\x22\xfb\xc4\x91\x7d\x47\x4e\x85\x28\xce\x6b\x31\xdd\x35\ \xf2\xdf\xf5\x68\xf3\x86\x2d\x9c\x9a\xcc\x16\x3f\x6e\xfe\x33\xcd\ \x6b\x3a\x13\xda\x26\xe8\xdf\x19\x8c\x9b\x5c\x8a\x1f\xfc\xd0\x93\ \x3d\x5a\x55\x2f\x4e\xde\xf1\xc9\xfb\xdb\x2a\x4c\xf7\xa9\x7d\xdb\ \x42\xbb\x0f\x6b\xda\x98\x20\x54\xd5\x2d\x1a\x85\x27\x4c\x98\x7d\ \x6f\xbb\x06\x21\x57\x77\x6f\xf9\xec\x93\x7d\xaa\xad\xd6\xcc\xc5\ \xf3\x7a\x77\x69\x9e\xb4\xe4\xd5\xb6\x45\xee\x13\x1f\xbf\xf3\xdd\ \xfe\xec\x90\x84\x96\x93\x66\x4f\x6a\x12\x27\x9c\xfd\x61\xf3\x57\ \x5b\x4e\x83\x2c\xa1\x6b\x27\x47\x08\x51\xd3\x70\xd4\x6c\x3b\xfb\ \xd5\x87\xdb\xb6\xaf\x23\xbd\xb3\x7e\x6c\x49\xd1\xd6\x37\xde\xb8\ \xe8\x53\x8d\xa8\x76\x8f\xbd\xf5\x4e\x59\x49\xf1\xaf\xef\x7d\x78\ \x20\xa5\x34\xae\x4d\xef\x69\xfd\x22\xbe\x7f\xfb\x5b\x6f\x54\xc7\ \x47\x26\x36\xfd\xed\x9d\x8f\x58\x87\xbb\xa7\xdd\xd7\xbe\x32\xe3\ \x2a\x0d\xab\x81\x33\xf7\x7f\xf0\xd6\x0f\x9a\xaa\x8b\x75\xfb\x2c\ \x7c\x2f\x9e\x79\xb2\xbe\x79\x6b\xd3\x99\x4c\x7f\x6c\x8b\x8e\xf7\ \x4d\x19\xd6\x20\xde\xe9\x4a\x4b\xde\xfc\xf6\x17\x59\x15\x26\xb6\ \xd7\x9c\x34\xff\xde\xd6\x8d\xa3\x5d\x57\x4e\x7c\xb9\x7e\xf3\xa5\ \x42\x65\xe0\xcc\x99\x03\xbb\x2a\x97\xcf\x17\x71\x44\x00\x21\x01\ \x9b\x69\xc9\x7b\xb5\xea\xad\x86\xb5\xaa\x79\x53\x77\xe6\x1b\x0d\ \xc8\xa9\x4e\xe5\x76\xe3\x67\x0d\xb9\x2b\xc9\x8e\xcc\x13\x9b\x3f\ \xfc\x66\xdb\xc5\xa8\x26\x3d\x1f\x79\x6c\x54\x8c\xc2\x33\xf6\xfd\ \xb8\x79\xf3\x01\xbf\x09\x54\x8a\xe8\xf5\xc0\xec\xbe\xdd\xea\x8a\ \xba\x7b\xcf\xfb\x6f\xff\x7c\x4e\xf5\x42\xec\xb0\x05\xcb\x1b\x8e\ \x77\x9d\xfb\xfe\xb3\x1f\x76\x5e\x66\x9c\xc9\xf1\x4d\xa7\xcd\x99\ \xd4\x34\x5e\x3c\xb7\xf5\x8b\xaf\xbe\x3f\x85\x25\xa9\x22\x37\x2d\ \xe3\x6a\x51\xdb\x09\xf7\x46\x13\xfe\x9f\x2c\xe4\x1a\x44\x30\xa6\ \x0e\xe2\x5f\xe0\xad\x89\x20\x4a\x20\x5e\x6b\xed\xc9\x4d\x5d\x53\ \x55\xbf\xae\x1b\xac\xea\xe1\xe7\xa6\xae\xaa\xaa\x5f\x37\x4c\xce\ \x99\x61\x2a\x23\x5f\x7e\xe5\x9e\x5e\x61\x67\x0e\x9f\xf7\x83\x4c\ \x80\x1a\x60\x1b\xf1\xc2\xe2\xe1\x89\xfe\xad\x9f\xfc\x1a\x3e\x70\ \xd6\x13\x33\xbb\x80\x61\x0a\x20\x8b\x22\xa9\x2a\xf4\xe5\xcc\x12\ \x62\xa6\x2e\x7f\xa9\x93\x23\x63\xcb\xe6\xfd\x89\xf7\x3f\xfd\xe0\ \xd8\x26\xa6\xb7\x2c\x79\xe7\xd1\xdc\xe2\x8a\x4b\x7b\x77\x6d\xfb\ \x6e\xc7\xc5\x6c\x17\x89\x6c\xfc\xd0\xaa\xe7\x13\x5c\x27\xb6\x6c\ \x39\xd7\x73\xde\xa2\x49\xbd\xe2\x34\x83\x71\x6a\xea\xaa\x5f\x55\ \x55\x93\x32\x4c\x88\xe9\x2a\x38\xba\xe3\x64\x69\x69\xc9\xc9\x9f\ \x7f\xdd\xfe\xf3\x81\xdc\x0a\x8b\x08\x18\x53\xdf\x95\xc3\x87\xf2\ \x6c\xad\x9f\x5a\xf5\x78\x4d\x50\xe5\xda\x49\x23\xee\xee\xe0\x40\ \x3a\x0e\x6f\x34\x62\x78\xbf\x48\x09\xb7\x18\x3c\xae\x26\xf2\xc7\ \xf5\x1d\xdb\x20\x8c\x36\x1e\x37\xed\xae\x4e\x71\x86\x6a\x12\x99\ \xe4\x9e\x3c\x5e\x59\xad\xe7\xe2\xb5\x8f\xc5\x83\x2f\xae\xc7\xa0\ \xd1\x23\xe2\x8e\xff\xba\xdf\xd9\xf3\xfe\xa7\x9f\x1e\x63\x33\x34\ \x4e\xd5\xcc\x13\xfb\xb7\x6c\xdc\x62\x36\x1f\x3b\x7f\xfe\x98\x10\ \xee\x4e\x3d\xb0\xef\xe8\x65\x6f\x8f\x89\xdd\x22\x15\xce\x18\x00\ \x20\x02\x92\x24\xff\x49\x7c\x81\x1b\xda\x35\x73\x01\x18\x1a\xef\ \xf6\xd8\x8b\x4b\x9e\xe9\x57\x72\xfa\xf8\x91\xc3\x29\x65\x95\x3a\ \x16\x04\xea\x2d\x39\xf9\xeb\x8f\x3f\x7c\x77\xaa\xfd\xa3\x8b\x26\ \xf7\xab\xeb\x35\xf1\x88\xc5\x2b\xe6\xdd\xdf\xfc\xea\xa1\x43\xc7\ \x4f\x5c\x76\x79\x2d\x84\x31\xc1\xb4\xe8\x7c\xf2\xc9\x54\x3e\x75\ \xd5\xd2\x9e\xf5\x15\xc3\x51\x77\xce\xaa\xe7\xeb\x79\x4f\x6e\xf9\ \xfe\x4c\xf7\x27\x17\xdd\xd3\xa7\x86\xa6\x53\x4c\x04\x89\x48\x04\ \xff\xcb\x7a\xbd\x06\x11\x8c\xa9\x83\xf8\xef\xc8\x87\x98\x4c\xec\ \xb5\x60\xd1\xb8\x6e\x71\x05\x27\xf7\x6e\x78\xe5\xa3\x22\x2a\x22\ \xc1\x71\xd7\xa2\xa5\x23\xda\x45\x66\x1d\xda\xbe\x61\xf9\xc6\xc2\ \xa8\x3e\x03\x5a\x56\xfb\xfe\x89\x07\xdf\x3d\xee\x83\x26\x03\x86\ \x08\x0c\x85\xb5\x1e\xde\xb7\x9d\x92\xe1\xee\x36\x30\x32\x2a\x22\ \xa4\xce\x80\xa6\xb6\x37\x77\xbb\xe9\x8d\x49\x16\x4d\xa9\xdf\x7d\ \x78\xf7\xa4\xa2\xc3\x59\xdd\xfb\xb3\x88\xa8\xf0\xe8\x01\x49\xc2\ \xe6\x13\x67\xf6\x9c\x28\x28\x1e\x9f\xba\x7f\xff\x8e\x63\x25\x36\ \xc4\x62\x7b\xdc\x3b\xb8\x6d\x9d\xd3\xa5\x2d\xba\xc7\x4a\xe1\x71\ \x31\x2d\x7a\xd5\xa5\xbf\x5f\xb5\xb7\x1a\xf2\xc4\xdc\xc9\x75\x42\ \x3d\xbf\xac\x58\xf5\xcb\x91\x2c\xf0\x14\x1e\xdf\x7d\xb6\x6c\x4a\ \xe2\xe9\x6d\x3b\xf6\x97\x62\x89\xb3\x68\x51\xe2\xa5\x97\xb7\x7d\ \xf6\xc9\x19\xc1\xd5\xf3\xbb\xd9\x4d\xe2\x84\x73\x1a\xf3\xb9\x29\ \x03\x00\x6e\xfa\x58\xc0\xc3\xfb\x4f\xef\xdd\x53\x52\x5e\x3f\xf2\ \xdc\x6e\x9f\x5a\x27\xa6\x7a\xa4\x40\x04\xf7\xb9\x9d\x9f\xae\xdf\ \xe0\xd9\x92\x9e\xb8\x6f\x51\xab\x66\xd1\xb9\x14\x55\x5e\x3c\xfc\ \xcd\xa7\xef\x1d\xab\xac\xbb\xfe\xa1\xe6\xb1\x76\x9a\x46\xb9\xad\ \x46\x93\xce\xcd\x63\x23\x1d\xb6\x7a\x35\x6a\x45\x28\x66\xe6\x85\ \x63\xc6\xae\xe6\x13\x07\xb4\xfe\xf3\x22\xe1\x75\xe2\x09\xa3\x54\ \x0a\x1f\xb6\x74\xf9\x90\x96\xa1\xe9\x7b\x7e\x7e\x7f\xf5\xe6\x22\ \x47\xeb\x89\xa3\x9b\xef\x58\x34\x6d\xc5\x96\x6c\x07\x22\x44\x94\ \x08\xc1\x16\x96\x6a\xb4\xee\x56\x33\xcc\xe6\x14\xc2\x1a\xd7\x08\ \x11\xa3\xda\x8d\xef\x17\xf3\xf1\x03\x13\x3f\x38\xee\x76\x22\x82\ \x45\x22\x3a\xa3\x05\xbd\xec\xf8\xd6\xaf\xdf\xfd\x5d\x69\xd9\xf3\ \xb3\x0e\x8d\xc3\x0f\x39\xfb\x0e\x6e\x9f\x70\xae\xa2\x79\xb7\x68\ \x29\xbc\x7a\x74\xcb\xde\xf5\x60\x7b\x1e\xe7\xc1\xe2\xe8\xa0\xa7\ \x0e\xe2\xff\x97\x20\x88\x65\x1f\xde\xfd\x6b\x5e\x88\xa7\x20\x53\ \x05\x81\x60\x04\xdc\xba\xba\x7f\xe7\x2f\xe9\x36\x57\x4e\xba\x8e\ \x04\x8c\x31\x42\x9c\x52\x8e\x20\x40\x8e\xe1\x58\x94\x45\xea\x3b\ \xf9\xcb\x4f\xdb\x52\x4d\xf9\xbb\x1f\x5d\x65\x05\x96\x28\x23\x6a\ \x21\x84\x80\x5b\x3a\xd7\x91\x89\x65\xd9\x86\x7c\xa5\x87\xb6\xfc\ \x78\xb2\x94\xec\xfa\xe6\xbb\xf2\xa2\x3c\x41\x50\x44\x49\x24\x18\ \x63\xc4\x11\x70\xc6\xb9\xa0\xd8\x69\x79\xf6\x9e\x6f\x7e\xc8\xd2\ \x95\x9d\x5f\x6e\x2e\x29\xc8\xb5\x0b\x76\xb3\x38\xeb\xd0\x8f\x3f\ \x5c\x90\x8c\xb4\x7c\x37\x26\x18\x18\x91\x64\x21\xb0\x17\x70\xe0\ \xc0\x11\x00\x20\x22\x29\x76\x99\xea\x26\xa2\x44\xc0\x94\x51\x6c\ \x23\xd4\x34\x4d\xc3\xaa\x8a\xe9\x39\x48\x32\x2e\x3a\x77\xcc\x5b\ \xe8\xaf\x2e\x61\xc6\xaa\x5a\x17\x11\xc0\x9c\x51\x8b\x07\x74\x63\ \x39\xc2\xa2\x0c\x0a\x61\x7e\x0b\x87\x1b\x7e\xd6\x7d\xc1\x33\x8f\ \x0d\xc5\x6f\x2d\xfa\x3c\xba\x7f\xf5\x26\x8d\x09\x00\x10\x10\x25\ \x49\xc4\x98\x19\xba\x6e\x98\x48\x10\xc4\x40\x8a\x03\x21\x4b\xd7\ \x0d\xc3\x10\x14\x99\x60\x66\xa4\xed\xd9\xf6\xcb\x25\xa5\x3c\xf3\ \x8a\x81\x08\x26\x84\x30\xd0\x7c\x1a\x00\xc6\x18\x01\xb7\x0c\x88\ \x7d\x6c\xdd\xb2\x46\x39\x3f\xbe\xf3\xf1\x15\x47\x52\xc7\x50\x01\ \x23\x42\xb0\x45\x35\x55\x07\x20\x08\x07\xf2\x28\x9c\x03\x12\x64\ \x45\x01\x6e\x32\x0d\x8b\x58\x90\xed\xac\x3c\x77\xef\x37\x3f\x64\ \x68\xca\xef\x5f\x7e\x51\x52\x90\xab\xc8\x22\x42\xc1\xbe\x1e\x41\ \x4f\x1d\xc4\xff\x2f\x33\x21\x18\xb1\xcc\x83\xbf\xa7\xef\x65\x48\ \x10\x04\x31\x50\x3f\x67\xa6\xef\xd9\x9e\x4a\x39\x12\x88\x20\x38\ \x70\xc9\xd9\x5d\x17\x2a\x27\x2c\x7b\x2e\xe7\xb5\xed\x4d\x1b\xd5\ \x94\x92\x25\x5a\xba\xff\xf7\xf3\xa5\x43\x87\xf7\x4d\x5e\xfb\x9b\ \xe5\x88\xac\xcc\xce\xb4\x38\x10\xb0\x4a\x8a\x3c\x11\x63\x06\x8d\ \x1a\x5d\x96\x97\x7d\xe1\xe8\xf9\x5d\xfb\xf3\x26\xf7\x1a\xd6\xe5\ \xca\xc7\x47\x48\x44\x64\xc9\x95\x34\x86\x09\xf8\xca\xca\x0d\xd2\ \x67\xea\xa8\xec\xa8\x2c\x5f\xd6\xc9\x33\x27\x7f\x3d\xa9\x0e\xe9\ \x33\xa0\xd5\xe6\x9f\x2e\x49\x31\x11\x79\x17\x53\x41\x12\xcd\xe2\ \xac\x03\xdf\xa4\x71\x00\x22\x49\x84\x10\x00\x62\x94\xe5\x69\xa1\ \xd5\x87\xdc\x3f\x5a\x38\xe7\xca\x3f\x75\xa0\x9c\x83\xe4\xc4\x18\ \x03\xa7\x82\x0d\x61\x59\x84\xe2\xf4\x74\x57\xe8\xbd\x53\x67\x8e\ \x3d\xa4\xb7\x8a\x96\x24\x00\x4e\x24\x47\xa8\x62\xee\x58\xbf\xd8\ \x20\x0d\xe7\x4d\x0f\xe7\x02\x06\x6e\xd9\xeb\x34\xed\x38\x60\x50\ \xc2\xb8\x39\x35\xb3\x4f\x9c\x4e\x29\xad\xd6\x5f\xac\x12\xdb\x46\ \x92\x1d\x03\x00\xb2\x85\x28\xd8\x28\x2d\x2f\xad\xb0\xfb\x0c\x11\ \x23\x84\x00\x03\x78\x4a\x8a\xfd\xb1\xf7\x8d\xb8\x67\xec\xc9\x8b\ \xe9\x67\x4e\xa4\x5a\xc0\xdd\x25\x65\xac\xce\xb0\x61\x93\x46\x5e\ \x4e\xcf\x38\x79\x22\xcd\xa4\x5a\xea\xae\x6d\x17\x28\xc7\x02\x11\ \x44\x3b\x71\x5f\xfe\xe9\x40\xce\x63\xcb\x96\x97\x44\x6c\x2e\x50\ \x25\x28\xbd\xb0\xff\x84\xe1\x0c\x15\x8c\xca\xb2\xf2\x72\xb7\x65\ \x30\x51\x94\xf4\xe2\x13\xbf\x9d\xa7\x0f\xac\x7e\x95\xbe\xf5\x93\ \x07\x6c\x6a\xf6\xa9\x63\xe9\x5c\x72\x62\x22\x20\x0e\x58\x41\x04\ \x4b\x52\x69\xca\xf6\x13\xfe\x51\x7d\xee\x6a\xf3\xd9\x8f\x17\xa4\ \x98\xf0\xfc\x8b\xa9\x0c\xa3\x60\x44\xfd\x7f\x2d\x4e\x0a\x56\xe9\ \x05\x71\x4b\x58\x94\xb4\x1a\x39\x2c\x34\x7b\xff\xee\xe3\xf9\xa2\ \x20\x06\x56\x10\x31\x21\x44\x14\x6e\xec\x24\xfa\xc7\x16\x84\x08\ \xd2\x2f\xec\x3f\xce\xeb\x75\x1a\x3c\xbc\x8b\x93\x66\x6f\xff\x7a\ \xdb\xe5\x8c\x82\x94\x83\x27\x51\xfd\xce\x03\x87\xf7\x48\x4a\x8c\ \xc9\x3d\x7e\x22\xb3\xc8\x27\x4a\xa4\xf4\x4a\xb6\x5c\xa3\xf5\x80\ \x81\x2d\xfd\x19\x67\xce\x9c\xb9\x7c\xfa\xc0\xf9\x88\xb6\x7d\x06\ \x0c\xe9\xda\xa0\xb6\xe3\xca\xa1\xe3\x05\x1e\x2a\x32\x77\x5a\x86\ \x2b\xb1\xdf\xa0\x2e\xed\x6a\x96\x5c\x3c\x79\x2e\xe5\x52\xf2\x91\ \xab\x75\x7b\x0d\xec\x37\xb0\x53\xcd\x48\xb8\xb0\x3f\xb9\x5c\xe7\ \x04\x63\x22\x08\x44\x10\xf0\xb5\xc1\x31\x6f\x41\x46\xa9\xd0\x69\ \xe4\x90\x16\xf5\x6c\x69\xc7\x8e\xe6\xf9\x9d\x35\xa3\xf1\xc9\xdf\ \x8f\xbb\x68\x48\xcd\x84\x90\x4b\x87\x8f\x65\x66\xe6\xa4\xe7\x58\ \x5d\x47\x0f\x6b\xdd\x34\x24\x65\xf7\x6f\xbf\xef\xbd\x68\xab\x5e\ \xc3\xcc\x4d\xb9\x7c\xd9\x25\xc8\x4a\xb5\x1a\xd5\x5c\x97\x4f\x5c\ \xba\xea\x8d\x69\xd0\xb6\x4b\xaf\x76\x21\xae\xb3\x6f\x3d\xb3\xf6\ \x62\xb9\x15\x11\x57\x3b\x44\x2f\x38\xb2\x27\x55\x88\xac\x1e\xed\ \x50\x93\x0f\x9f\x3a\x7f\x3a\x8d\x24\xb4\x1f\x3a\xae\x7f\xfd\x1a\ \xe4\xd8\xd6\x5f\x8f\x9c\xc9\xe1\xa2\xa4\x95\x14\x94\xf9\x23\xfb\ \x8e\xee\x1d\x61\xe6\x1e\x3b\x92\x6a\x61\xc1\x5f\x58\xe0\x43\x35\ \xfb\x8f\xe8\xee\xf0\x5e\x3d\x7e\x2c\x83\x22\x82\x05\x22\x54\x19\ \x10\x11\x42\x53\x0f\x1c\x2e\x91\xeb\xf7\x19\xde\xb3\x75\xdb\xc6\ \x50\x7c\xe9\xe4\xc9\x4b\x17\x52\x8a\x1b\xf4\x1f\x7a\xd7\xa0\xf6\ \x76\x23\x6f\xe7\xb7\xdb\xd3\x73\x4a\xce\xef\x3f\x61\xc4\xb5\xec\ \x33\xb4\x7b\x8b\xe6\x75\xbc\x57\x4f\x9d\xb9\xe2\xab\x59\xb7\x5a\ \xce\x91\x23\xe9\x79\xb4\x46\xa3\x5a\x65\xe7\x93\xcf\x5e\xba\x72\ \xf2\x50\x5a\x9d\x9e\x03\xfb\x0d\xec\x54\x2b\x1a\x05\x8c\x83\xb8\ \xa5\x99\x62\x87\x11\xc3\x6d\xd9\x07\x0f\x9d\xca\x23\x62\x30\x26\ \xfb\x2f\x0f\x94\x82\xcc\x97\x20\x6e\x99\x95\xd6\x74\xf1\xde\x2f\ \xbf\x6c\x99\xbd\x71\xed\xba\xe3\xee\x8a\x62\xb7\xca\xef\xa4\xe8\ \x96\x53\x4b\xd7\x35\x0b\x80\x03\x17\x25\xbb\x4d\x14\x98\x65\x06\ \xb6\x00\x60\x59\x0e\x28\x46\x23\x60\x96\xaa\xab\x16\x07\x51\xb0\ \xd9\x64\x81\x9a\x86\x6e\x04\x94\xb8\xb0\xa2\xd8\x05\x0c\x80\x80\ \xea\x9a\x6a\x99\x1c\xb0\x2c\xda\x64\x09\x53\xc3\xd0\x4c\x83\x01\ \x20\x24\xd8\x14\xe5\x36\x83\xe1\xa6\xa6\x6a\x8c\x22\x20\x8a\x6c\ \x17\x90\xe9\xd3\x4c\xc5\xe6\x10\xc0\xf4\xea\xba\x24\x39\x24\x0c\ \xa6\xae\x6a\x94\x02\x70\xc0\xa2\x43\x51\x2c\xdd\x4f\x89\xac\x88\ \x02\xe2\x4c\xd7\xfc\x5c\xb4\x49\x40\xfd\xba\xc6\x00\x61\xc0\xa2\ \xa8\x48\x12\xa1\x86\xaa\x59\xc8\x61\x57\x98\xa5\xf9\x4d\x66\x57\ \xec\x98\x99\x9a\xa6\x51\x00\x0e\x1c\x13\xd9\x26\xcb\x08\x38\x70\ \x6e\xe8\x7e\x9d\x31\x82\x15\x9b\x22\x22\x00\xe0\x4c\xd7\x55\x83\ \x31\x82\x15\xfb\x2d\xb9\xda\x8c\xea\xba\x6e\x72\xc6\x01\x44\x62\ \xb3\x29\xc4\x32\x74\xdd\x34\x39\x00\x03\x2e\x49\x0e\x45\x24\xcc\ \x32\x75\x43\xb7\x38\xe7\x00\x92\x68\x57\x44\xf0\xfb\x55\x22\xd9\ \x15\x11\xfc\x9a\x0f\x88\xdd\x26\x12\x6a\xe8\x55\xc6\x01\xa2\xd8\ \x6c\x98\x73\x7b\x44\x64\x48\xb5\x3a\xd3\x96\x2e\xb3\xbe\x79\x66\ \xe9\xc6\x23\xb2\xdd\x16\x9c\xd3\x41\x4f\x1d\xc4\xff\x41\x4f\x6d\ \x98\xa8\xf3\x9c\xa7\x27\xf7\xab\xa3\x17\xa6\x7d\xbd\x6a\xcd\xa1\ \x54\x5d\x96\xfe\x7f\x5b\x29\xc4\x19\x87\x7f\x65\xcb\x7d\xce\xf9\ \x8d\x95\x8e\xff\xea\xd1\xea\x2a\x6b\x36\x74\xcc\x94\xe9\xfd\x43\ \x44\xf5\x97\x57\x57\xfd\x72\x28\x43\x94\xa5\xe0\x9c\x0e\x7a\xea\ \x20\xfe\x2f\xce\x0c\x00\x9f\x5a\x58\xce\x4d\x0c\x72\xb8\x14\xe3\ \xb8\x53\x6d\x6f\x04\xcc\xd2\x74\xd5\xe0\x8c\x20\xe9\xf6\xc1\xef\ \x3f\xe5\x2e\x2d\x86\x08\xf9\xf7\x6b\x94\xf0\x80\x98\x15\xf0\x7f\ \xb1\x7d\x6f\x7d\x3c\xc4\x99\xa9\x69\xaa\x09\x5c\xc0\xb2\x4d\x51\ \x30\xa7\xaa\xee\xe7\xd8\x66\x97\x08\x07\x00\x6e\xf9\x34\x3f\xe5\ \x20\x10\xbb\x5d\x11\x6e\x79\x90\x80\xd8\xb6\x6a\x1a\x0c\xb8\x2c\ \x39\x64\x41\x40\x88\x9b\x86\xaa\x9a\x06\x07\xac\xc8\x0e\x89\x04\ \xcb\x73\xff\xcb\x10\xcc\x53\x07\x71\x6b\x50\xca\xeb\x74\x1a\x32\ \x66\xc4\xb0\x6e\xad\x1b\x1b\x85\x19\x25\x6e\x76\x47\x9c\x63\x46\ \x2d\xe2\x68\xd9\x7f\xf0\xa0\x21\xdd\xea\xc6\x39\x4a\xb2\xf2\x35\ \xfa\xaf\x89\x1d\x39\x60\x9b\xd3\x41\xb8\x65\xf1\x7f\x27\x91\x83\ \x5b\xaa\x51\x67\xe0\xdd\xf7\x8f\xab\x71\x72\xdf\x45\x8a\xc9\xff\ \xf8\xd4\x5c\xd7\x50\xfb\x49\x0f\x8d\x6a\xc6\x4f\x9c\xba\x0a\xe4\ \x6f\xd2\xc7\xcc\x62\x52\x44\x87\x21\xc3\x06\xdc\xd5\xb9\x46\x38\ \x29\xcc\xcc\x53\x71\x48\xab\xbe\x7d\xeb\xd8\xdc\xf9\x25\x7e\x40\ \x0c\xd9\xe2\x07\x4e\x19\xd3\xb5\x43\x33\xa7\x55\x92\x57\xe8\xbf\ \x5d\x5b\x25\x4c\x04\x49\x94\x65\x51\x16\x30\x06\xe0\xa6\x01\x75\ \x3b\xf6\x18\x3e\x61\x50\x8b\xe6\x09\x7a\x41\x41\xb9\x47\x0f\xf6\ \x63\xfa\xef\x42\xf0\xd5\x1a\xc4\xad\x1d\x8a\x69\x09\x5d\xe7\xce\ \x1b\x35\xac\x01\xa2\x77\xda\xde\x08\x01\xab\xd4\xbc\x4d\xc7\x3f\ \xfa\xfc\x73\x23\xa3\x43\x9d\x35\x12\xeb\x39\x05\xc4\x19\xd5\xfc\ \x1e\xb7\xdf\xed\xd7\x4d\x0e\x00\x08\x38\xb3\x54\xbf\xd7\x53\x45\ \x8f\x66\x08\x21\xa0\x54\xf5\x7b\x5c\x7e\x97\xc7\xef\x0b\x10\xb8\ \x39\xa3\xaa\xdf\xe3\xf6\xbb\x54\xdd\xe4\x80\xb8\xe5\xab\xe4\x35\ \x66\x2e\x7b\xa1\x65\xa4\x5e\xe2\xaf\xd4\x4d\x7e\x8b\x21\x21\xa0\ \xa6\xee\xf3\x7b\xdc\xfe\x4a\xb7\xea\xb3\x18\x04\x88\xe0\x3e\xbf\ \xcb\xed\xf7\xe8\x26\x45\x08\x31\x53\xf3\xf8\x5d\x5e\xbf\xcf\xe7\ \x77\xfb\x34\x8d\x71\x40\x08\xa8\xa9\x7b\xfd\x2e\xb7\xdf\x6b\x58\ \x0c\x21\xb0\x0c\xbf\xdb\xef\xf2\xf9\x7d\x5e\xbf\xdb\xa7\x1b\x16\ \xe7\xd1\x49\x4d\x3b\xb4\xaf\xe6\xd3\xcb\x3d\x7e\xff\x75\xf1\x5c\ \x53\x57\x3d\x7e\x97\xc7\xef\xb7\x02\x47\xe1\xcc\x50\xfd\x1e\xbf\ \xcb\xed\x77\xf9\x74\x33\x10\x33\x07\x98\xe2\x5e\x55\xa5\x0c\x02\ \xbf\xd1\xfc\xee\x32\xe6\x89\x69\xd8\xae\x5d\xe3\x58\x4e\x29\xff\ \x9b\xf7\x42\x85\x66\x74\x9b\xfd\xcc\xbc\x47\xfa\x84\x85\x86\xd5\ \x4c\xac\xab\x30\x7f\x25\x73\x8e\x78\xea\xc5\xfb\x86\xd7\x37\x75\ \x13\x38\x00\x22\x8a\x23\xa2\xdf\xe3\x0f\xcd\x9c\xda\xd4\x34\x02\ \x26\x45\x01\x3a\xbe\xdb\xef\x0e\xf0\xcb\x11\x02\x66\x1a\x3e\xbf\ \xcb\xe5\x77\xf9\x54\x8d\x73\x04\x00\x18\x03\x93\xa2\x86\xcf\x7d\ \x6e\x60\xeb\x38\xf3\xd6\x8c\xfc\x20\xfe\x73\x11\x5c\x11\x0e\xe2\ \x76\x7e\x17\x8b\x6a\x49\xf2\xb6\x4d\x6f\xbd\x7f\x2a\x5c\x0e\x97\ \x84\x7f\xd8\x6b\x8d\x99\xa6\xd0\x6e\xf8\xd4\x39\xb3\x47\xe1\x9c\ \x9f\xf3\x8b\xca\x8b\x4e\x1c\xcc\x73\xeb\x14\xdb\x5b\x0d\x1b\xd1\ \xba\x51\x68\xfa\xbe\x9d\x87\x4f\xe6\x22\x51\x10\x9d\xb1\x1d\xfa\ \xb7\x6b\x58\xb7\x9a\x22\x1a\x17\xb6\xfd\x76\xfc\x62\x31\x52\x22\ \x3a\x0f\x1f\xd3\xa4\x8e\xd3\x95\x9f\x95\xfc\xfb\xe1\xdc\x72\x3f\ \x48\x11\x5d\x26\x8c\x6b\x52\x53\x4e\xdd\xb7\xf3\x70\x72\x8e\x18\ \x1a\x37\x7c\xfa\xbd\x7d\xfb\xf5\xa8\x5e\x31\xbb\x6e\x9e\xfb\xd2\ \xce\x9f\x93\xd3\xbc\x81\xde\x72\x7f\xe4\x46\x28\x0a\xab\x95\xd8\ \xb3\x4b\xab\x1a\xd5\xc3\x58\x65\xde\xc1\x1f\x77\x64\x96\x6a\x4a\ \xb5\x7a\xc3\x86\xf5\xae\x26\xb9\x8f\xfd\xbc\xed\x7c\xa6\x37\xa6\ \x61\xdb\x11\x03\x5a\xea\x85\xd9\xba\x2d\x56\x2a\xbf\xb4\xe7\xf7\ \x33\x7e\x95\x87\x24\x34\x1b\x3a\xb8\x4b\x88\x9e\x7f\x60\xeb\xce\ \xab\xc5\xb4\x66\x8b\x1e\xdd\x7b\x34\xa8\xcc\xca\x21\x51\x71\x46\ \xfa\xf1\x9d\x7b\xcf\x19\x9a\x29\x56\x6f\x7d\xf7\x9c\xb9\x66\xf9\ \xd5\xdd\x3f\x1f\xac\x30\x45\xae\x1b\xd5\x5a\x77\xef\xd5\xbb\x39\ \xcd\xbf\xb0\xfb\xe7\x83\xe5\x1a\xc7\x92\xbd\x51\xb7\xae\xcd\x9a\ \xd7\x0b\x75\x92\xa2\xe4\x03\x7b\x0e\x5e\xf6\xeb\xa8\x6e\xd7\x81\ \xdd\x3a\x35\xf0\xa6\x25\xef\xda\x9e\xec\xb3\x30\xe5\x72\xeb\xe1\ \x13\x1b\xd5\x08\x6f\xd1\x32\x4a\x4b\x36\x39\xfc\xe9\xe3\x80\x59\ \xcc\xd6\xfd\xee\xfb\x1e\x98\xd2\x4f\x3d\xfe\x79\x61\x61\x49\xee\ \xfe\xbd\xc5\xa4\xce\xb8\xc9\xfd\x3d\x27\xbe\x3f\x73\xb4\x90\x88\ \x04\x61\x02\xfe\x9c\xcf\x57\xbd\x66\x26\x34\x1f\x44\xc5\x6b\x3c\ \x51\x83\xc9\x91\xdd\xc7\xdc\xdd\xb8\x3a\xb9\xb8\x7b\xfb\xb1\xb3\ \x45\x98\x20\x39\xa6\x5e\xbf\x21\xdd\xe3\xc2\xc5\xd2\xf4\x33\x7b\ \x7e\x3b\xa5\x49\xf8\xea\xa1\x1d\xc7\xf7\x9f\x8a\x6c\xd6\x1e\x24\ \x14\x54\xb9\x0d\xc6\xd4\x41\xfc\x1f\x8a\xab\x01\x89\x8a\xcd\x01\ \x36\x81\x04\xd2\xa1\xdc\x50\xbd\x9e\x40\x34\x7a\x8d\x4d\x1e\xd8\ \xe2\xd7\x75\x0e\x08\x00\x11\x51\xc2\x22\xa3\x44\x0c\x8d\x08\xb3\ \x49\xd8\xb0\xa0\xfb\x13\x8b\x5f\x78\x7e\x74\x7c\xbd\xe6\x0f\xbf\ \xbf\x76\x52\xdf\x3a\x3e\xcd\x5b\xab\xc7\xd4\x65\x6f\x3c\x9c\x58\ \x27\x32\xba\x46\xad\x68\xa7\xa8\x53\x65\xf8\x92\xd7\x16\xcc\x1d\ \x10\x11\x53\xef\xfe\xa5\xaf\x4c\xec\x14\xeb\xb5\x1c\xa3\x16\xbf\ \x34\x79\x50\x7d\xb0\xd7\x7a\xe0\x8d\x57\x87\xb7\x8b\xd6\x4c\x2e\ \x4a\x84\x23\x8b\xc8\xb2\x22\xcb\x04\x05\xda\x12\x19\x7e\xbf\xdb\ \xe3\xf7\xe8\x94\x01\x67\xaa\x69\x1b\xf8\xf8\x4b\x4f\xce\xe9\x1f\ \x1b\x13\x59\xbd\x66\xbc\x8d\xeb\xa8\x5a\xb3\x47\xde\x5c\xdc\xad\ \x91\xd3\xd1\xa8\xc7\x33\x6f\x3e\xd3\x30\x94\x37\x19\xfd\xc8\x94\ \x09\xbd\x06\x3f\xb5\x70\xca\xdd\x7d\xc7\x2f\x9c\x7f\x57\xdb\x30\ \x5c\xbb\xd3\x53\xab\xe7\x37\xab\x2e\x56\xeb\x3c\xfa\x85\xd7\xe6\ \xc4\x48\xa4\xdb\xb4\xa7\x46\x0f\xe9\x36\x7e\xf1\xa2\x91\xc3\x7b\ \x4f\x5b\x36\xaf\x73\x82\x53\xf5\x1b\x21\x75\x9b\x25\x35\xae\xdb\ \xf7\xb1\x45\x8b\x5f\x18\x6b\xd3\x2a\x62\xfb\xdc\xfd\xcc\xcb\xf7\ \xc7\x48\xa8\xe9\xf8\x87\x16\x3e\x3d\xc6\x61\xb9\x70\xf5\x2e\xcf\ \xad\x5b\xd2\xb7\x6d\xcd\xf0\xea\xf1\xd5\xa3\x43\xa9\xa6\x35\x1e\ \x3f\x7b\xc1\x33\xa3\x1d\x58\xe8\x32\xfb\xe9\x27\x67\xf6\xa4\xba\ \xda\xe9\xe1\xe7\x5f\x7c\x79\x72\x83\xc6\x0d\x1a\x26\xd5\x26\x26\ \xe5\x80\x10\x67\xba\xdf\xe3\xf1\xbb\xfd\x86\x11\x30\xa0\x20\x4b\ \x48\x60\x5c\x94\xc3\x22\x43\x65\x11\x03\x02\xc4\x50\x42\xdf\xbb\ \x26\x4c\x68\xc6\x4d\x8b\x03\x00\xc2\x0a\xd8\x25\xe9\x06\x3a\xbe\ \x18\x35\x7e\xd9\xd2\xf1\x7d\x6a\xa1\xd0\x7a\x73\x56\xbf\x72\x57\ \x53\x87\x57\xa8\x36\xed\xdd\x37\x47\x75\xaf\x81\xa5\xb0\xba\x8d\ \x6b\x4a\x88\x73\x0e\x82\x28\x3b\x24\x87\x24\x22\x08\xf2\xcb\x83\ \x31\x75\x10\xff\x87\xfd\xb6\xc5\x84\xd6\x53\xe6\xf4\x6e\x16\x55\ \x9a\x7a\xfa\x97\xcf\xb7\x57\x30\x02\xc4\xd6\x71\xda\xf4\xae\x8d\ \x43\x8b\x52\x8e\xff\xfc\xf5\x6e\x0f\x61\x47\xbe\xfd\xa6\x79\xbf\ \xd1\x89\xe7\xbe\x5f\xfb\xf6\x0e\x09\xdb\x71\xb5\x6e\x53\x46\xb6\ \xfa\x75\xfe\xf8\xd7\xf6\x14\x0e\x7b\xe1\x9d\xb9\x8f\x0d\xfb\x72\ \xfb\x45\x5b\x64\xb4\x2f\x79\xe7\xaa\x27\x9f\x2f\x81\x10\x45\x60\ \xa1\x8d\x47\xde\xdd\x2b\xf6\xc3\xc9\x23\x3e\xbc\x10\xf6\x46\xc3\ \x36\x76\x1b\x72\x36\xe8\x7b\xef\xe8\x56\xe7\x3e\xfb\xb0\xa2\x00\ \x69\xb1\x7d\x07\x4d\x6d\xf3\xdd\xc3\x5b\xbe\x5b\xf7\xed\xc0\xfe\ \x4d\x7e\x5f\xff\xf6\x97\x97\x7c\x21\xb2\x5d\x60\xa6\xd2\xb0\xcd\ \xb8\x31\xfd\xab\xdb\xfd\x47\xbe\xf8\xe6\x48\x4a\x1e\x47\x42\x64\ \xa4\xf3\xcc\xa6\xe5\x4b\xdf\xdb\x2f\x63\x07\x63\xbc\xd5\xd4\x09\ \x23\xda\x85\x7c\x71\xb8\xa4\x04\x2b\x91\x93\xfb\x76\xeb\x5d\x3b\ \x1b\x8c\x43\x5f\x7f\x7d\x3e\x7a\x62\xe3\xe2\xcd\x59\x75\xee\xa9\ \xd1\xa8\x7e\xc7\x56\x13\x7b\x26\xf0\x8f\x7e\x2b\xd3\xad\x82\x21\ \x73\xbb\xb5\x6e\xf5\x0d\xe1\x9e\x5f\xde\xff\x18\x0f\x98\x65\x6d\ \xff\xd8\x39\x62\x56\xdd\x7a\x31\x6e\x4c\x8a\x0f\x7e\xf1\xd2\x63\ \xcb\xa4\xd6\x53\x3f\xfe\x7a\x5c\xa3\xb7\x77\xb7\xb8\xfb\xee\x86\ \xd2\xa5\x43\xc5\xe5\x46\x81\xab\xff\xb4\xde\x09\x6b\x3f\xbf\x2c\ \x87\x29\x95\x99\x6b\x17\x3c\xb7\xbb\x54\x70\x12\x30\x6c\x8d\x26\ \x4e\x1b\x1b\xe3\xdd\x55\x5a\x52\x66\xaf\x30\x47\xcc\xe8\x1c\xf9\ \x69\xde\xb8\x61\x1d\xf6\x3c\x33\xf9\xb9\x9f\xf3\x1e\x30\xea\x0e\ \xb7\x4b\x88\x53\x2a\x87\xf7\x9e\xfe\x50\xdb\xda\x62\xd6\xd1\xfd\ \xbf\xfd\x74\x54\x03\x73\xd7\xa6\xaf\x3b\x0f\x1e\x8a\xbe\xfb\x7c\ \xcd\x77\x67\x1c\x72\xb8\x4c\xf8\x96\xf7\xdf\xd6\x13\x5a\xdf\x13\ \x23\xdc\x32\x0e\x66\x96\x1e\xde\x6a\xe0\xd4\xe1\x49\x47\x3e\x3c\ \x54\x51\x20\x5b\xb5\x7b\xdd\x35\xb1\xd9\x77\xcf\x65\xd8\x42\xec\ \x50\x5c\x79\xe2\x9b\x2f\x4f\xa5\x16\x10\xd9\x29\x62\x08\x3a\xe8\ \x60\x4c\x1d\xc4\xff\x6f\x12\x22\x08\x13\x81\x10\x82\xaf\x3f\xf5\ \x01\xf6\xc9\x75\xc5\x6e\x91\x28\x92\x88\x05\x49\xb1\x81\x43\x26\ \x40\x1c\x91\x36\x4b\xcd\xc9\xaa\x14\xc0\xc8\xcd\x2e\xd2\xc3\x63\ \x14\x00\xc6\x2c\x0b\x81\x24\xda\x14\x45\x21\x88\x4b\x11\xd5\x05\ \x4f\x79\x76\x96\x5b\x00\x81\x71\x8b\x32\xaa\x84\x57\x57\x34\x7f\ \x49\xb9\x2a\xdb\xf9\xbe\x37\xd6\x6d\xfa\xfc\xb2\x88\x24\xc5\xae\ \x08\x04\x63\x2c\x88\x50\xa5\xe3\x8a\x00\x13\x81\x10\x81\xa0\x6b\ \x7d\xfe\x28\xb7\x38\x11\x64\xb0\xc9\x8a\x04\x80\x42\x22\xaa\xd3\ \xd2\x32\x97\x9f\x89\x56\xc9\xa7\x4f\xae\xde\x7d\xd2\x23\xc9\x48\ \x10\x25\xb3\xbc\xd8\xeb\x67\x98\x53\xc6\x49\x44\x44\xac\x56\x5c\ \xe2\xb7\x10\x94\xa7\xad\x7f\xe4\xad\x53\x99\xa6\x24\x22\x51\x22\ \x6a\x71\xa1\x6a\x70\x4c\x29\xb0\x40\x6e\x9d\x21\xc0\xde\xd2\x82\ \x42\xea\xb4\x47\x46\x44\x3a\x42\x5c\x05\x25\x54\x94\xbc\x17\x0e\ \xae\x7c\xec\xe3\x7c\x2f\x11\x30\xb3\x80\x12\x49\x51\x24\x45\x20\ \x80\x94\xb0\x08\x45\x29\x2b\x28\x43\x36\xb9\x78\xff\x2f\xaf\x3d\ \xfd\x9d\x57\x8e\x76\x12\x33\x3f\xa7\x1c\x00\x33\x16\xc8\x50\xf3\ \x2a\x1d\x4a\x41\xb8\x2e\x44\x29\xc9\xb2\x28\x60\x51\xb6\xd9\x90\ \x43\x22\x98\x03\x92\xc1\xa6\x28\x02\xa7\x86\x01\xa6\x65\xb1\x6b\ \x37\x02\x18\x35\x0d\x30\x4d\xd3\xb2\x45\xc4\xc9\x3e\x6f\x59\x85\ \x2e\x29\xd6\xce\x57\xde\xfa\x7c\x4b\xb6\x9d\x15\xac\x19\xff\xc0\ \x8e\xec\x98\x59\xeb\xd6\xaf\x5e\xf5\x60\xbc\xfc\xb7\x19\xf1\x20\ \x82\x31\x75\x10\xff\x47\xdd\xb4\x80\xad\xd3\x9f\xbe\x7b\xec\x23\ \x86\x89\x20\xc9\x01\xe9\x28\xfd\xe8\x87\x6f\x1d\xa0\x1c\x13\x41\ \x92\x65\x02\x16\x00\x60\x24\x92\x40\x6e\x84\xc8\x66\xfe\xd9\x8b\ \x7e\x79\xd8\x8c\xa1\xa7\xde\x4d\x1b\x37\xbe\x87\xf7\xd0\xda\x0a\ \x80\x7a\x88\x08\x88\x04\x62\x3c\x44\x44\x7f\xe6\xe9\xe2\x88\x89\ \x43\xef\xe9\x9d\xfb\x3b\x89\xaf\x1e\x51\x01\xc4\x75\xf5\x58\x9a\ \x3e\xc1\xa1\x66\x6f\xfb\xfa\x82\x2d\x32\xd4\x9b\x5f\x84\x24\x81\ \xab\x6e\x0b\x85\xb4\xec\xdc\xec\xb8\x5e\x22\xe8\xa5\x85\xa5\xba\ \x9a\x7e\xea\xe3\x17\x8f\x32\x8e\x44\x59\x16\x24\x01\x0c\x84\x41\ \xb8\xde\xfc\x5f\x40\x3c\xeb\xfc\x11\x57\xe8\x30\xff\x95\x63\x3b\ \x53\x3c\x76\xa7\x98\x97\xed\x6e\xa1\xc8\x21\x8c\xef\x58\x32\x4f\ \x17\xa2\xa7\xbf\x33\x4b\x02\xed\x52\xca\x71\x6b\x74\xf3\xa2\xe4\ \x7d\xa7\x0b\xa8\x2c\xd0\xc2\x42\x53\xb4\xdb\x43\x45\xcf\x7b\x0b\ \x1f\xa1\x8e\x06\xcf\xdc\xef\xa8\x44\x08\x61\xb0\x45\x46\x57\xab\ \xde\xa0\xd9\xfd\x53\xeb\x95\xa7\x66\x9d\x4f\x55\xd2\xd2\x7a\xb6\ \x73\x5c\xd8\xfe\x6b\x11\x55\x88\xe1\x77\xf9\x2c\x85\x10\x01\x09\ \x01\x15\x43\x44\x24\xe4\xca\x38\x9d\x91\x37\x30\x1c\x9f\xf8\xe1\ \x47\x9f\xe4\xe0\x9e\x72\x7f\x59\xd1\xd9\x52\x73\xd8\xa3\x93\xf6\ \x2e\xdc\x16\x15\x11\x2e\x95\x21\x84\x08\xd6\x2b\x77\xaf\x7d\x7d\ \x07\x03\x22\x08\xa2\x24\x63\x66\x00\x47\x18\x89\x18\x6e\x90\x14\ \x06\xab\xc2\x6d\x86\xb7\x6b\xd3\xac\xc1\x19\x9f\xe5\x2d\x2c\x74\ \x23\xb0\xdc\x1a\x8b\x6e\xda\x32\xa9\x6e\x9a\xa6\x95\x94\xa5\x1e\ \xce\xa0\x03\x65\x77\xfa\xb6\xad\x69\xb6\xc8\x10\x4f\x6e\xb1\x18\ \x1e\x55\xab\xae\xe3\xc0\xba\xe5\xfb\x76\x8c\xfc\xf0\xdd\x87\x07\ \x7c\xf1\xed\x7b\x27\x54\x47\xf0\x59\x0f\xc6\xd4\x41\xfc\xdf\xcd\ \x79\xdc\x54\x45\x4d\x64\xd9\x66\xb7\xc9\x37\x34\xf3\x14\x64\xe5\ \xda\x16\x0e\x80\x30\xe2\x9e\xf2\x82\x72\xaf\x86\x00\x21\x2c\x88\ \x56\xee\xfa\x05\xaf\x55\xb6\xbe\xff\xad\x6f\x56\x24\xe4\xff\xb6\ \x72\xe5\x4e\x06\xb2\xe1\x2b\x2f\x2e\x73\x31\x84\x01\x00\xb0\x44\ \x8b\x93\x57\x3e\xfb\x69\xed\x7b\x17\xbe\xba\x6e\x6e\xab\x3a\xa1\ \x96\x85\xad\xb2\xe3\xaf\x3e\xf5\x6e\xd4\xd8\x79\xef\xfc\xf8\xfe\ \xe2\xe5\x0f\x34\x8c\x12\x28\x88\xc4\x93\xfa\xd9\xa7\xbf\x35\x79\ \x78\xf1\x1b\xef\xce\xef\x98\x14\x6a\x9a\x14\x11\x22\xdb\x6c\x36\ \xbb\x12\x50\x39\xc0\x88\xb9\xcb\x0b\xcb\xbd\x46\x20\xc4\x16\x15\ \x31\x7f\xff\x17\x4b\xdf\x38\x32\x64\xc9\xaa\xf5\x3f\xac\x7f\xec\ \xe1\xc1\x91\xd8\xf2\x94\x95\x94\xbb\x54\x00\x40\xc0\x7d\xa5\xc5\ \xba\x45\x2f\x6e\x59\xbf\xfa\xab\x82\x69\xeb\xde\x59\xf7\xed\x5b\ \x0f\x4c\xe9\xea\x00\xc3\x55\x5c\xe8\xf2\x19\x08\x10\xe2\xd4\x5d\ \x54\xa4\x9a\xb4\xf4\xe2\xc5\x52\x5b\x8f\xe5\xdf\xbe\x7b\x77\x57\ \xb4\x7a\xee\x9a\x3c\x9d\xed\x59\xbd\xf4\xbb\xd4\xea\xcf\x7f\xfe\ \xfe\x9b\x9f\x2f\x1f\xd3\xbf\x31\xa6\x16\x33\x7c\x45\xc5\x25\x3a\ \x43\x08\x01\x20\xa2\x08\x9e\x2f\x9f\x7f\xf1\xa0\xd5\xe1\x95\x6f\ \x3e\x58\xf5\xf1\x92\x01\x1d\xeb\x88\xbc\x70\xd3\xd3\x2f\x5f\x0c\ \xbf\x6b\xd5\x37\x6b\x06\x77\x22\xa7\x52\xb2\x19\x22\x80\x90\xa8\ \x28\x36\xbb\x22\x49\x42\x20\x7f\x8c\x81\xba\x4a\xf3\x2b\x55\xe3\ \xda\xaa\x1f\x12\x25\x72\x76\xf3\x57\x97\xf5\xf6\xcb\x3f\x5f\x3e\ \xa8\x4b\x9c\x69\x30\x51\x84\xe3\x1f\x7d\x5b\x18\x7a\xd7\xeb\x9f\ \x2e\xe9\xdb\x31\xde\x93\xb9\x6f\xe9\xfc\x4d\xb5\xa7\x2e\x7c\x67\ \xeb\xfb\x8b\x5e\xbe\xbf\x4e\x08\x37\xc0\xd1\x6d\xc6\xdc\x15\x5f\ \x7f\xf8\xca\xd2\x91\xe7\x7e\x7d\x6f\xdb\x05\x9f\x22\x22\xce\x81\ \x33\x1e\x6c\x82\xfa\xdf\x1a\x28\x05\x99\x2f\x41\xdc\xd2\x43\x6b\ \x86\x74\xef\x27\x1b\xeb\x26\xbf\xfe\xf2\x1b\x27\x44\x1b\xe1\x7f\ \x41\x44\xb1\xaa\xbb\x7f\xe0\xbf\x96\xa1\x83\xa0\xd8\x14\x41\xf7\ \xfa\x28\x16\x44\x01\xff\x89\xf2\xc7\x01\x47\xd6\xae\xa1\x18\x7e\ \x52\xbb\xfb\xe2\xb7\x67\xfc\x36\x6b\xea\x27\x07\x8b\x08\x50\x24\ \xda\xec\x36\x91\x51\x8b\x5a\x01\xf1\x13\x6e\x1a\x96\xa8\xd8\x44\ \x02\x96\x65\xdd\x72\x3c\x9c\x33\xb8\x91\x4b\xc8\xa9\xa1\x5b\xa2\ \xdd\x21\x8b\x98\x5a\x26\xa5\xfc\x46\x6e\x20\xe7\x0c\x10\x06\x66\ \x19\x06\x93\x1d\x0e\x89\x00\xb5\x2c\xca\x6e\xfe\x0d\x63\x08\x63\ \xce\x28\x47\xa2\xa2\x08\xa6\xea\xd7\x4c\x2e\x29\x12\x98\xba\x41\ \xb1\xcd\x69\x17\x10\xb7\x4c\x93\x71\xf8\x33\x8f\x11\x01\x33\x0c\ \x8b\x13\xbb\xc3\x86\x81\x99\x96\xc5\x39\x50\x43\x67\x58\xb2\x3b\ \x64\x66\xea\x86\x09\xb7\x53\x10\xe6\x8c\xc1\x8d\xd5\xce\x08\xb8\ \x69\x31\x24\x28\x36\x91\x56\x9d\x0b\x98\x69\x72\x22\x29\x0a\xa1\ \xa6\xc5\x38\x37\x35\x1d\xcb\x76\x9b\x22\x30\x6a\x55\x65\x48\x10\ \x16\x25\x11\x31\x4b\xf5\xa9\x5c\x90\x04\x0c\x08\x31\x0d\xd7\x78\ \xfa\xe3\x75\xfe\xcf\xe6\xbf\xf9\xcd\x79\xc5\x2e\x07\x67\x79\x30\ \xfb\x11\xc4\x7f\xff\x3b\x9c\x9b\xa5\xb9\x9e\x31\x77\xcf\x7f\xab\ \xc5\xd9\xcf\x97\xaf\xdc\x7f\x59\x57\xee\x8c\x4d\xfe\xa7\x12\x30\ \x41\x92\x01\xb8\xa9\x1b\x58\x92\xfe\x50\xd2\xbe\xc1\x2d\x59\xdc\ \xde\x75\xda\xc3\x23\x3b\xd5\xe0\x60\x5e\xd8\xf8\xc6\xd6\xe3\x45\ \x92\x24\x60\x24\x02\xe7\x86\xa6\xdf\x50\xcb\x8d\x44\x49\x04\x6a\ \x9a\xf4\xb6\x1a\x26\x08\xf0\x4d\x7f\x42\x44\x52\x08\x50\xcb\xa0\ \x55\x05\x71\x37\x8e\x0d\x55\x05\xf5\x82\xac\x00\x58\xa6\x61\xdd\ \xea\x37\x18\x03\x00\xc2\x04\x71\x6a\x68\x14\xb0\x20\xcb\x01\xc1\ \x46\x49\x16\x80\x19\xba\x01\xd7\x07\x83\x6e\xb2\x0e\x07\x2c\x4a\ \x52\xe0\x45\x75\xed\x37\x44\x92\x09\x80\xa9\xe9\x00\xe8\xef\xc8\ \x28\xa2\x9b\x8f\x04\x1c\x90\x20\x10\x00\x53\x37\xaf\x5f\x1d\x16\ \x45\x00\x6e\xea\x16\x20\x00\x40\xa2\xa2\x00\x67\x37\x99\x8b\x33\ \x53\xd3\x00\x80\x48\x12\x00\xd7\xfc\xd0\xf1\x9e\x7b\xef\xb9\xaf\ \x5f\xed\x1a\xd6\x17\xe5\x2a\x0a\xd2\x5e\x82\x31\x75\x10\xff\x67\ \x60\x6a\x2a\x45\x82\x28\x12\x8c\xfe\x42\xd3\x0b\x6a\x1a\x0c\x11\ \x51\xf8\x4b\x7d\x37\x11\x26\x04\x98\xa1\xa9\x96\x20\x49\xf8\x36\ \x6f\x84\x3f\x07\x9b\xff\x30\xba\x67\xd4\xd0\x4d\x8e\xb0\x28\x89\ \x7f\x26\x58\x72\xaa\xeb\x96\x28\xcb\xff\x4f\x5d\x16\x35\x0d\x06\ \x44\x14\xff\x77\x5a\x90\x72\x4a\x4d\xd3\xe2\x00\x44\x10\x05\x01\ \x23\x4c\x04\x01\x9b\xba\x46\x39\xfe\xb7\x4b\xdc\x72\x53\x37\x18\ \x03\x44\xb0\x28\x89\xb7\x3b\xb7\x65\xe8\x94\x02\x60\x2c\x4a\xe2\ \xbf\xff\x55\xc2\x18\x43\xd7\x67\x17\x02\x66\x9a\xa6\xc9\x00\x81\ \x20\x49\xff\x09\x8a\xc0\x41\x36\x79\x10\xb7\x4d\x62\x84\xd4\xa8\ \xdb\xa8\x69\xc3\x5a\xf1\x11\x86\xa7\xdc\xa7\xb3\x3b\xf1\xd6\x9c\ \xa3\xd0\xea\x35\xa3\x9c\xe0\xf3\x19\xf0\x57\xf8\x15\x9c\x33\x0e\ \x88\x08\xb7\x6f\xeb\xc1\x39\xfc\x95\x17\x06\x63\xcc\x16\x1e\xd7\ \xb4\x7d\x52\xb5\x70\x9b\xa5\x7a\x55\x83\x5d\x0f\x96\x39\xb3\x84\ \xe8\x26\xe3\xee\xe9\xe3\xbb\x92\x52\xa6\xe1\xff\x47\x3d\x30\x38\ \x07\x67\x6c\x7c\x6c\xb8\xe0\xf3\x6a\xf0\xef\xa7\x9a\x30\x8b\x4b\ \xa1\x75\x9b\x37\xa9\x57\xaf\xba\xc4\x75\xaf\x57\x67\xc0\x19\x65\ \x80\x30\xfe\x77\x0f\x86\x73\x64\xab\xdf\xa6\x45\xfd\xfa\xf1\x36\ \x09\xf9\x2a\xbd\xec\x56\xcc\x1b\x0e\x38\xb2\x76\x83\x46\x4d\x1b\ \xd6\xaa\x1e\xe2\xab\xac\xd0\x4d\xfe\x6f\xe5\xe7\xf0\x80\x65\xae\ \xbf\xe2\x51\x54\xdd\x06\x49\x2d\x1b\x44\x47\x39\x74\x4f\x80\xbc\ \xfa\xbf\xec\xac\x83\x9e\x3a\x88\x5b\xcf\x5c\xdd\xc0\x23\xde\xfa\ \x68\xc1\x7d\x2d\x9d\x92\x54\x74\xf1\x54\x4e\xf9\x1d\xc8\x93\x33\ \xcb\xad\xc9\xf7\xae\xff\xe1\x99\x7e\xee\xaf\xbe\x3d\xc1\x88\x88\ \x80\x9b\xba\x6e\x9a\x94\x31\x66\x9a\x16\x60\x42\x08\x62\xa6\xa1\ \x1b\xa6\x65\x59\x1c\x21\x12\x88\x9f\x39\x33\x74\xdd\x34\x2d\x8e\ \xaa\xc2\x3d\xce\xa8\xa9\x1b\x96\x69\x59\x16\x45\x84\x60\xa6\xfb\ \x50\xad\x29\xf3\xa6\xe1\xcb\x47\xd3\xca\x54\x72\x1b\x8f\xce\x19\ \x35\x34\xc3\xa2\x14\x61\xc2\x2d\x1a\xd5\xb8\xd3\xe4\xf9\xb3\x1e\ \x7e\x66\x9c\x79\xf6\xb7\x83\x29\x1e\x49\xc4\x00\xc0\x2c\x53\xd7\ \xbd\x62\xcd\xbe\x2f\x2e\x1c\x71\xf6\xfb\xaf\xaf\x7a\x89\x78\xf3\ \x75\x59\x86\x4e\x39\x26\x04\x03\x30\x53\x37\x00\x13\x82\x11\xb3\ \x4c\x43\x37\x2c\xca\x31\x0e\x9c\x99\x5b\x86\x69\x1a\xa6\x65\x5a\ \x8c\x03\x21\x38\xb0\xc5\x30\x4c\xcb\xa2\x08\x13\x82\xb9\x5b\x65\ \x43\x5f\xf9\x6a\xe5\x64\xe5\x9b\x2f\xf7\x6b\x3c\xd0\x44\x9b\x5b\ \x86\x61\xe8\x16\x83\xc0\x2e\xc0\x2c\xd3\xd0\xcd\x40\x6a\xf9\x76\ \x81\x2e\x35\x0d\xe3\x66\x73\x71\x46\xad\x6b\xc6\x01\x42\x08\x46\ \xc0\x99\x69\x18\xa6\x69\x31\xc0\x84\x60\x60\xa6\x47\xb3\x8f\x5f\ \xf6\xea\xe3\x0f\xf4\x4a\x68\x96\x14\x01\x15\x29\xc9\x69\x26\x42\ \x96\x6e\x18\x26\x85\x6b\x46\x66\x96\x15\xd8\xcb\xa2\x0c\x13\x82\ \x71\x95\xd9\x4d\x93\x02\x26\x98\x04\x0e\xab\x9b\xa6\x45\x29\x43\ \xa4\xca\xc5\x5f\xfb\x8d\x45\x39\x27\x84\xa0\xeb\x57\x41\xd9\xf5\ \xbb\x47\xab\x4c\x61\x01\xc6\x18\x73\x46\xa2\x06\xcd\x1c\xdb\x7f\ \xfc\x7d\x93\xc7\x36\x39\xf0\xc9\x0f\x65\xec\x4f\x26\x07\xce\xa8\ \x21\xc4\x3c\xb8\xf9\xb3\xa9\xfd\x6a\x85\x88\xec\xea\x99\xb3\xa5\ \x3e\xb8\x93\x48\x96\x33\x66\x19\x01\x53\x58\x37\x8c\x39\x60\x0a\ \x14\x30\xf2\x1f\x03\x66\x9c\x04\x26\x31\xaf\x9a\x83\x80\x30\xc1\ \x98\x5b\xaa\x6e\x4f\x9a\xfe\xe4\x04\x4f\xf2\xc1\x2c\x37\x25\x04\ \x53\x13\x27\xf5\xeb\x37\xf8\xee\x31\xd3\x9f\x7e\xc0\x3c\xb2\xed\ \x44\x5a\xb9\x20\xfc\x2f\x6b\x33\x04\xf3\xd4\x41\xdc\x2e\x21\x21\ \xc8\xbc\x62\xd7\xdb\x4b\x16\xbe\x77\x2a\x5c\x09\x57\x44\xfc\x8f\ \xd6\x14\x39\x45\xb6\xa4\xf6\x4d\x2a\x8e\x7d\xfe\x51\xd6\x19\x46\ \x44\xe0\x9c\x23\x29\xbe\x71\xa3\x6a\x91\xa8\xac\x44\x0f\x8f\x52\ \x72\xcf\x5f\xae\xd0\x78\x68\xf5\xda\x35\xeb\xc4\xd9\x88\x9e\x7b\ \xe1\x52\x61\xa5\x29\x0a\xc8\xb4\x50\x8d\x66\xad\xe3\x23\x71\x4e\ \xca\x85\x22\x97\x25\x0a\x18\xcb\x8e\x9a\x0d\x6a\xc6\xc6\x84\x09\ \x4c\xcb\xbb\x78\xa9\xc8\x2b\x24\xf5\xea\x37\x6c\xec\xa8\xd8\xdc\ \x93\x3c\xdd\x53\x9e\x76\x21\xa7\xcc\xf8\xd3\x93\xcc\xa9\x45\x89\ \xa3\x51\xa7\xa4\x50\x70\xa7\x9d\xbd\xec\x01\xb1\xe4\xec\xf6\x67\ \xc6\x9e\x59\xb2\x63\x2d\xb9\x16\x36\x33\xd3\x24\x21\x31\x2d\x92\ \x5a\x3a\x6b\xd5\xe2\xdc\x60\xec\x4f\xc1\x2e\x67\x20\x54\xab\x9f\ \x44\xdc\xf9\x45\xe5\x3e\x2e\xc8\x71\x49\xf5\x68\x49\x7e\x49\x89\ \x5b\x8a\xaa\xd1\xb4\x69\x5d\xe4\xc9\xbf\x7c\x21\xcb\x60\x22\xc6\ \x38\x2c\xae\x56\x7c\xed\x38\x87\x8d\xf8\x0b\xb2\xd3\x33\x8a\x74\ \x83\x47\x24\x34\xaa\x9b\x10\x83\x0c\x4f\x6e\xea\xd5\xa2\x72\xab\ \x41\xab\x44\x7a\x71\xcb\x86\x83\x27\x0c\x10\x03\x3e\xce\xd4\xad\ \x88\xba\x89\xf5\x6a\x87\x95\xa5\x5d\xca\xca\xf7\x60\x41\xb4\x47\ \xc7\xd7\xa8\x13\x1f\xa2\xf0\xa2\x2b\x97\x73\x8b\xfd\xe4\x6f\xdc\ \x01\xe7\x10\x1a\x9f\x50\xb3\x76\x35\x05\x69\xd9\xe7\x2f\x16\xbb\ \xa9\x28\x60\x2c\x39\x6a\x04\x8c\xc3\xf5\xfc\x8b\x97\x0b\x2a\x55\ \xc6\x85\x9a\x2d\xda\xc6\x87\xa3\xbc\x8b\x17\x72\x4b\x75\xd9\xee\ \x68\xde\x6f\xe2\xdd\x03\x5b\x1c\x5b\xfb\xe2\xb6\x14\x57\x79\xfa\ \x65\x0d\x61\x86\xe4\x7a\xed\xda\xc4\xd8\x8c\x8c\x94\x8b\x25\x1e\ \x26\x12\x2c\x85\x44\xd4\x49\xa8\x15\x19\x6e\x67\xbe\x8a\x8c\x8b\ \xe9\x2e\xbf\x01\x4a\x78\xe3\x36\x8d\x43\x91\x27\xed\xdc\xe5\x4a\ \x0d\xc9\x8a\xbd\x46\xfd\xc4\xea\xb1\x21\x46\x45\x41\xfa\xa5\x2c\ \x1d\x24\x64\x19\x16\x71\xd4\x6b\xdd\x22\x3a\x5c\x56\x4b\x0b\x32\ \xae\xe6\xfb\xfd\x86\x18\x11\xd7\xa4\x59\x3d\xe2\x2d\xb8\x7c\x3e\ \x53\xe7\x22\x98\x34\xa4\x46\xbd\xfa\x0d\xe2\x88\xe5\xcb\x4f\xcf\ \x28\x2a\xf5\x13\x28\xfa\x68\xc1\xfc\xaf\x5a\xce\x7a\xe7\xb5\x8e\ \x04\x63\xb8\x95\x70\x18\xc7\x82\xac\xe7\x7c\xfd\xda\xfc\xf5\x3b\ \x0b\x22\x6d\xa1\xb2\x70\x07\x4c\x1d\xce\xb1\xa8\xc4\xd5\x6d\x50\ \xad\x5a\xb8\x88\xac\xa2\xcb\x97\xf3\xca\x7c\x94\xe1\xb8\x26\xad\ \x6a\xc5\x88\x85\xa9\x97\xb2\x8b\x54\x81\x00\xc7\xf6\xfa\xed\x1a\ \xc7\x84\x8a\xfe\xf2\xc2\xab\xa9\x79\xba\x69\x59\x20\xd5\x6e\xd5\ \xb2\x7a\x28\xcb\x39\x7f\x31\xbf\xdc\x50\x1c\x61\xcd\x07\x0c\x1a\ \x3e\x66\x08\xba\x98\x6c\x2f\x50\x8b\x2e\x5f\x2c\x72\x59\x27\xbf\ \xfa\x70\xe7\x17\xdb\x96\x7e\xf7\xae\xa8\xfc\x47\xe8\xe7\x04\x3d\ \x75\x10\x7f\xdf\x5b\x2b\x76\xb0\x09\xb8\xea\xb1\xa1\xba\x66\x50\ \x86\xb1\x28\x29\x55\xd9\x46\x4b\x53\x4d\x06\x98\x08\x92\x84\x29\ \xb7\xb7\xea\xd3\x7b\xe0\x84\xa1\x71\x79\xf4\xe7\x9f\x4f\xf9\x2d\ \x83\xc6\x76\x7a\xe6\x83\x97\xa2\x79\x05\x92\x45\x93\x91\xa2\x9d\ \x6f\x3f\xf9\xcc\x8e\x31\xab\x56\x4f\x68\x64\x5d\x29\x16\xa3\x49\ \xd6\x1b\x33\x16\xee\x4f\xf7\x77\x7f\xf8\xf9\xb9\xd3\xdb\xf9\x5c\ \xcc\xae\x5d\x7e\xed\x81\x45\x87\x73\xb4\xce\x63\xe6\xbd\xf8\x6c\ \x8f\xfc\x2b\xd9\x9c\xab\x3f\x2f\x7e\xe1\xe7\xab\xa1\x3d\x46\x77\ \xaf\x56\xdd\xd1\x7a\xd4\xe8\xd8\x52\xd7\xde\xf5\x19\x19\xc5\x3a\ \xe6\xd4\xd0\x0d\x06\x48\x94\x15\x82\xa8\x25\x46\x4d\x5c\xb1\x7c\ \x64\x1b\xa7\x86\x43\xdc\xc7\xbe\x59\x32\xef\xfd\x52\x20\x62\x95\ \x8a\x58\xc0\x4d\x1b\x38\xaa\xf1\x23\xef\xbd\xd6\x29\xd6\xeb\x16\ \x12\xe2\xd0\x15\x8b\x71\x00\xc4\x4c\xc3\x30\x2d\x00\x22\x2a\xa2\ \x66\xa0\xde\x8f\xac\x18\x6a\x6e\x9a\xfc\xf8\xc7\x42\xfc\x80\xa5\ \x5b\xe6\x7f\x37\x7e\xd2\x56\xd2\x76\xee\x9b\x73\x6b\x80\x57\xa9\ \x1e\x97\xfb\xfd\xfa\xd7\x56\xff\xe8\x8f\xe9\xba\xe0\xc3\x97\xeb\ \x8a\x45\xc5\x2a\x2e\xf9\xfd\x8b\xd5\xaf\x7f\x63\xef\x7e\xdf\x4b\ \xcb\x26\x9a\xb9\x79\xa2\xcd\xda\xfe\xd6\xea\xaf\x76\x96\x34\xe9\ \xde\x6b\xe0\x3d\xc3\x1a\xe9\x61\x3b\x7e\x3a\x52\x6c\x10\xae\x1b\ \xb5\x07\xde\xf7\xfc\x92\x89\xa8\xd2\x1b\xea\xf0\x7f\xf4\xd8\xbc\ \x6f\x8e\x96\x8f\x7e\xe9\xd5\x07\xba\x39\xaf\xe4\xe1\x1a\xa1\x45\ \xaf\xde\x3b\xff\x70\xaa\x47\x12\xb1\xa9\x69\x16\x07\x22\x4a\x92\ \x88\x0c\x16\x76\xcf\xba\xb5\x43\xe3\xbd\x57\x2b\x6d\x11\xd6\xe5\ \x15\x33\x5e\x38\x92\xad\x76\x18\xf9\xe4\x4b\xcf\xf7\x2a\xb8\x92\ \xcd\x40\xfb\xed\xe5\xc5\x5f\x17\x99\x03\x9e\x5c\x78\x4f\xff\x1a\ \x6e\x55\xae\x26\xe4\xad\x9a\xf5\xdc\x59\x23\xb6\xcf\x84\x3e\xb1\ \xb1\xf6\xc6\xfd\x87\x39\x9b\x15\x6f\x5d\x7e\x3a\x0d\x87\x8f\x7f\ \xfe\xf9\x41\x2d\xec\x7e\x14\x11\x5a\x71\xf2\x95\x47\x5e\x49\x71\ \x47\x4e\x59\xb4\x7c\xea\xc0\x88\xac\x1c\x37\x2d\xbe\xfc\xc1\x33\ \xcb\x8a\xa1\xce\x8c\x57\x16\x76\xaa\xc1\x2c\x47\x35\xb8\xf8\xeb\ \xa2\x47\xd6\xa0\x2e\xa3\x5f\xff\xf8\x31\xed\x42\xaa\xa3\x6e\x9d\ \xd3\xef\xbf\xbc\xfc\xb5\xdf\x8c\xb0\x7a\xd3\x5f\x5d\x3a\xbc\xa3\ \xb3\xb0\x54\xf3\x9e\xdd\xf5\xe6\xe2\xb7\xd5\x1a\x9d\x1f\x7b\xed\ \xd1\xda\xd8\x27\x55\x8b\x2b\xfc\x69\xc3\xab\x2b\xbe\xc5\x6d\xc6\ \x3c\xff\xc6\x03\x52\x71\x1e\x28\x70\x68\xd3\xfa\x2f\xbf\x3f\x4f\ \x6c\x92\x24\xd8\x6d\x8a\xf4\x8f\x5a\xc7\x22\x51\xb1\xd9\x41\x21\ \x55\x8c\x77\x6e\x69\x9a\xc9\x80\x08\xa2\x18\x60\xc1\x73\x5e\x65\ \x1c\x41\x92\x24\x62\xe8\x46\x83\x3e\x33\x97\xbf\x36\xb2\x2c\xed\ \xaa\x85\xf9\xde\x95\x2f\x7f\xb2\xc7\xd3\xf5\xc1\x79\x33\xc6\x24\ \xba\xdd\x28\x3e\xd4\xbd\xfe\xe1\x67\x77\xa6\xd1\x51\x4b\x96\xde\ \xdd\x35\xa4\xa0\x40\x23\x9e\xb3\xab\xe6\xbf\x97\xa5\xdb\x06\xce\ \x5b\x38\xae\x5b\xb4\xc7\x74\x46\xd3\xb4\x15\x0f\xbe\x90\x26\xd5\ \xec\x33\xaa\x53\x64\x6c\x58\xe7\x09\x13\xea\x97\x96\xfc\xfa\xd6\ \x95\xdc\x72\x4b\x12\x65\x3b\xb2\x13\xf2\x9f\x22\xee\x1e\xf4\xd4\ \x41\xfc\x03\x67\x7d\x3d\xe8\x64\x1c\xd7\xec\xd4\xab\x51\x0d\x87\ \xaf\x28\x37\xe5\xf8\x05\x3f\xc7\x80\xc5\xba\xdd\xfb\xd6\xaf\x66\ \x73\xe7\x65\xa6\x9c\x4c\x05\x54\xf1\xf5\xf2\x17\xcf\x17\xc0\xe2\ \x89\x8a\x80\x00\x38\x27\xf6\x70\x52\x71\xf2\xd5\x65\x47\x67\x3e\ \xdf\xfe\xfd\x95\x29\xb3\x9e\xee\x5e\xdd\x76\x20\x3a\x9a\xff\xbe\ \x7a\xc1\x73\x1f\x96\xce\xfd\x62\xd3\x83\x4f\xf4\x3c\xf1\x62\xf9\ \xac\x99\x1d\x7f\x7b\x6c\xea\xfa\xdd\xd6\x13\xdf\x6f\x9a\xf9\x68\ \x8f\x83\xf3\x7e\x8d\xa9\xd7\xc8\xbf\xf7\xcb\x27\xe7\xbc\xa3\xc9\ \x61\x22\x06\xd1\x2c\x7d\xe7\xa9\xb5\x2d\xeb\x3f\xb7\x73\xc1\xbc\ \xaf\x2e\x78\x1d\x8a\x22\x61\x26\xc6\xd6\x6e\xd3\x3a\x29\x4c\x32\ \x32\x4e\x9c\x4c\xcd\x2c\x4e\x18\x7a\xf7\xd4\x2e\x74\xe1\x90\x71\ \xc9\x46\xab\xb5\x3b\x97\x8d\x1f\xb2\x73\xd5\x37\x99\x82\xf3\x8f\ \xc0\x5b\x37\xa1\xe3\xa8\x69\xbd\x1d\xa7\x66\xf5\x9d\xef\x6d\x31\ \xeb\xc3\xd7\xfb\x08\x04\x31\xcb\x0a\x4b\x6a\xd5\x3c\x31\x1e\x19\ \x95\x97\x0e\x26\xe7\x69\x95\x07\x76\xed\x1c\xf5\x6c\xaf\x1a\xf2\ \x27\x4a\xb7\x81\xa1\x17\x8f\xef\x3b\xe9\x1e\xb4\xfc\xb1\xae\x61\ \x39\xcb\x5f\xfa\xda\xde\x79\xf4\x0b\x4f\x8d\xff\xe5\xdb\x5f\x8e\ \x42\xb5\xda\x0e\x75\xe3\x7d\x33\xb7\x5e\x65\x4e\x99\x98\x5c\x68\ \xd2\xa6\x5d\xad\xc8\x8a\xe5\xb3\x97\x1c\xbd\x5c\xcc\x90\x18\x6a\ \x87\x5f\xde\x5a\x76\xee\xaa\x6f\xd5\x82\x9a\x02\x02\x60\x86\x29\ \xd7\x9d\x36\x6f\x52\xd1\xc6\x67\x9e\x5a\x7b\x6a\xc8\x92\xb5\xb3\ \x9f\x1f\xb7\x73\xe8\x7b\x31\xd5\xe5\xe3\x1f\x2c\x7a\xe8\xb5\xec\ \x17\xbe\xfa\x7a\xe2\x80\xe6\x87\x2e\xec\xe2\xce\xd8\x26\xdd\x7b\ \xd7\x08\x47\xa5\x57\x2e\x5d\xb8\x90\xc5\x89\xad\x5a\x94\xf1\xf3\ \xf2\x27\x96\x7d\xa9\x3e\xfd\xc3\xa6\x59\x73\x7b\x1d\x7a\xe2\xa7\ \xe8\x7a\x8d\xd4\x03\xdf\x3c\xf5\xe0\x5a\xbf\x1c\x46\x98\x16\xdd\ \x7c\xc4\xc3\x0f\x76\x3e\xb8\x62\xe9\x8e\xcb\xf2\xac\x77\xe7\xdd\ \x3b\xa3\xcd\x9c\xc5\xbb\xd6\x3c\xb1\xae\xc5\x37\x73\xbf\x9b\xf7\ \xd4\xd6\xab\x86\x8c\xa0\x6e\xdf\xb1\x33\xc7\xd5\xff\x72\xe1\x2b\ \xa7\x5d\x35\xe6\x6d\x98\x39\x76\xc4\xe6\x63\x9b\xfc\x09\x0d\x6b\ \x9f\x59\xf7\xcc\x33\x1b\x8e\x29\x76\xbb\xe1\x47\xad\xa6\xde\x37\ \xa9\xbb\xfd\xed\xa7\xdf\xcc\x73\xb4\x5e\xf4\xd6\xf0\xfe\x9b\x3f\ \xdf\xa9\x84\x4b\xc5\x7b\x9e\x18\xf5\x38\xee\xfb\xc2\xbb\xf3\xc6\ \xd7\x59\xbd\x55\x1a\xfb\xc0\x84\x0e\x15\x4f\x8e\x98\x75\xb1\xd8\ \x92\x24\xe2\xf3\x38\x87\x3e\xfb\x50\x8f\xe8\x82\x15\x8b\xbf\x90\ \xda\x8e\x58\x34\x7f\xdc\x4f\x9f\xfe\x90\xdd\xa0\x79\xfd\x5a\xe6\ \xba\xf9\xaf\xee\x3d\x93\x6f\x82\x20\xda\xa4\xc0\x3c\xba\x93\x4c\ \x2f\x42\xb8\xaa\x50\x86\x73\x2e\xd8\x1a\xf6\xee\x59\x27\x4a\xa8\ \xc8\x4c\x3b\x7f\xf6\xaa\x01\x18\x29\x21\x49\xdd\x7b\xd7\x0c\x47\ \x65\x69\x97\xcf\x9f\xcf\xa6\x0c\x22\xea\x34\xc4\xe7\xb6\x3f\x73\ \xcf\x92\x32\x12\x2a\x83\xe1\xac\xdb\xeb\xe1\x47\x07\xa4\xbe\xfb\ \xea\x96\x13\xe6\xe4\x37\x9f\xb9\x7f\x4e\xfb\xed\x73\x4f\x27\xf5\ \x69\x5b\x79\xe4\xcd\x95\x8b\xbf\x2f\xf6\x5a\x98\xd3\x98\x36\x63\ \x1e\xba\xbf\xcd\xb6\x25\x2f\xef\xcf\x0e\x7d\x74\xc3\xe3\x53\xee\ \x6d\xf9\xc4\xca\x83\xab\x9f\x7a\xaf\xc5\x67\xd3\x3e\x7a\xf8\x91\ \x1d\xf9\xe0\x54\x64\x59\x44\x40\xef\x70\xc8\xff\x26\x04\x99\x2f\ \x41\xdc\x69\xe6\x9a\x72\x52\xbf\xf7\xc0\x71\xd3\x27\xf6\xbf\xab\ \xad\x03\x2c\xca\x38\x05\xa9\x71\xff\xa1\xe3\x66\x4c\xe8\xd3\xa7\ \xa5\xc2\x4d\xca\x11\x01\x49\x92\x05\xc4\xa8\x65\x51\x8b\x32\xe0\ \x9c\x71\xce\x4c\x0a\x16\xb3\x34\x9d\xea\x1c\x63\x60\x16\x33\x2d\ \x66\x41\xe6\x9e\x83\xe7\x71\x83\x06\xb1\xb5\x1a\x86\x94\x17\x9d\ \x38\x96\x6d\x42\xce\xc1\xe4\x4c\x25\xb1\x91\x1d\x18\xe5\xa6\xaa\ \xa9\x94\x03\x70\x8b\x71\x0e\x08\x89\xb2\x84\x31\x02\x84\x08\x22\ \x08\x80\x5b\x96\x54\xbd\x7e\x9f\x49\x13\xc6\x4e\x1b\x99\x54\x2b\ \xdc\x04\x1a\x53\x27\xc9\x7f\xf6\xdc\xa5\x3c\xb7\xa7\xe4\xf4\x91\ \x6c\xb3\x5a\x62\x2d\x02\x14\x00\x21\xc4\x99\x65\x59\x60\x51\x10\ \xaa\xd7\xaa\x57\x7c\xfc\x74\xa6\xcf\xe3\x77\xb9\x0d\xca\x10\x00\ \x63\x34\xa2\x59\x87\xe1\xf7\x4d\x1c\x31\xa1\x7f\x75\x27\x21\x02\ \xc9\xd8\xbd\x2b\x57\xad\xd7\xb3\x43\xb3\x6e\x43\x13\x53\xb6\xfd\ \x98\x09\xd1\xf5\xe3\x13\x44\x29\xb2\xdb\x84\xd1\x1d\xeb\x49\xdb\ \x3e\xd9\x5b\x66\x88\x02\x66\x06\x55\x75\xdd\x02\xe0\x94\x32\xc1\ \x66\xbb\xf8\xfe\xeb\xef\x7e\x9c\x31\xe5\xad\x75\xab\xd7\xcf\x6b\ \x53\x2f\xc4\x34\x19\x01\x51\x92\x45\xc4\xa9\x65\x59\x96\x61\xa0\ \x88\x5a\xf1\x02\x3f\xb1\x2b\x45\x87\xf2\xe4\x23\xa7\xfc\xb5\x1a\ \x45\xc8\xd8\xb2\x18\x65\xdc\x82\x8a\x9c\x9c\x5c\x7b\xa4\x03\x03\ \x05\x25\xbc\xed\xc8\x31\xe3\xa6\x8f\xeb\xdc\xae\x1e\xb6\x4c\x0e\ \xc0\x2c\x6a\x59\xcc\x84\xb4\x3d\x87\xaf\x48\x89\x89\x0e\x60\x94\ \x1b\x9a\xae\x59\x55\x7f\x33\x9d\x71\x89\xb1\x44\x8e\x6d\xdd\x63\ \xe4\x3d\xbd\xca\xf7\xee\xdb\x77\xd6\x25\x81\x20\xca\x22\x46\x58\ \x90\x24\x49\x92\x10\xb0\xc8\x1a\x49\xe1\x20\x26\x74\xeb\x3f\x6c\ \x54\xbb\xf4\xad\xbf\x27\x67\xe8\x32\x80\xc5\x75\x4d\xd5\x19\x00\ \xa7\x96\x05\xa4\x5a\x8d\xc6\x0e\xa4\x34\x1d\x30\x64\x60\x9f\xfa\ \xc9\x5f\xee\x48\x2d\x05\x11\x03\x35\x19\x07\x5e\x9a\x7e\xd9\x47\ \xb0\x62\xb7\xd7\xa9\x97\x58\xb6\x63\xc7\xa9\x9c\x22\x4a\x2d\xd5\ \xe7\x33\x84\xd0\xda\xd5\xeb\x4a\x62\x44\x97\xb1\xa3\x3b\x37\xb2\ \xed\xf8\x64\x6f\xb9\x10\x9a\xf7\xdd\xbb\x6b\x56\x1f\x1f\xb9\x7c\ \xf5\x9a\x0f\x9e\xeb\xda\x24\xc2\x32\xff\x19\x2a\x3b\x67\x8c\x09\ \xf6\xe6\x43\x46\x8e\x9b\x3e\xbe\x47\xd7\x44\x91\x59\x8c\x52\x90\ \x43\xdb\x0c\x1f\x3d\x6e\xfa\xb8\x2e\xed\xeb\x13\x6a\x71\x00\xce\ \x4d\x4d\x57\x2d\xca\x81\x53\xcb\x32\x6c\xd5\x1a\xc7\x49\xb6\x88\ \xa6\x9d\x47\x4e\x1d\xa0\x27\x1f\xfe\xfd\x78\x99\x0d\x4a\x3f\x9a\ \xf9\x74\x66\x4c\xff\xd7\xbe\xfd\x60\xde\x23\x03\xec\xa0\x3b\xe3\ \x92\xa2\xb0\x18\xdf\xa1\xf7\xc8\x89\xdd\x0a\x76\xec\x3e\x74\xd1\ \x23\x81\x20\xc9\x12\x46\x10\x48\x5b\xff\x67\x3e\x7e\xc1\x98\x3a\ \x88\x3b\x0d\xae\x45\x6c\xee\x7f\xed\xf9\xbd\x2b\x00\x10\xc2\x44\ \x16\x09\x00\xf7\x6f\x5f\xb2\x60\x1b\x0f\x6c\x51\x04\x00\x06\x5c\ \xd7\x0d\x31\xb6\x5a\x44\xa8\x93\x99\xa6\x0e\x1c\x89\x0e\xc8\xdd\ \xb9\x68\xe6\x0e\x5a\x7b\xa4\x80\x38\xe7\x9c\x61\x31\x34\x32\xdc\ \x01\x75\xba\x76\x4c\xe4\x69\x1f\x15\x67\x15\xb9\x22\xee\xee\xd2\ \xa3\xc1\xe9\x1d\xb4\x57\xa7\x06\xbe\xb3\x5b\xfd\x80\x11\x02\x8c\ \x09\x41\x98\x62\x82\x10\x70\x84\xb9\xa5\x61\x64\x8f\x8f\x8f\x90\ \x33\x91\x43\x62\x1a\x42\xfe\x94\xbd\x2b\xa6\xee\x06\x40\x08\x63\ \x19\x4b\xc5\xe9\xe7\x6c\xb3\xda\xb5\xac\x17\x6d\x18\x6d\xba\x25\ \x48\x67\x3f\xc8\xa4\x20\x08\xd4\x34\x45\x25\x3c\x36\xca\x29\xba\ \x10\xd3\xb2\xaf\x9c\x8f\x9b\xd5\xbd\x79\xb5\x6f\x73\x24\x49\xc2\ \x04\x21\x20\x92\x94\xf5\xc3\x07\xf3\xbe\xff\x00\x00\x30\x21\xa2\ \xa4\xb0\x8a\x73\x3f\x6c\x4f\x9d\xf9\xfa\x6a\xe4\xce\x5e\xf1\x5d\ \x8a\x0c\x62\x4e\x51\x96\x47\x4a\xd9\x30\x6f\x4d\x19\x55\x64\x59\ \xa0\xba\x29\x26\xe0\xaa\xc7\x1a\x23\x8c\x11\x67\xd8\xe6\x30\xf6\ \xbc\xb5\xfc\xb7\x77\x63\xa6\xbf\xb9\x71\xd1\x13\x95\x93\x66\xad\ \x75\x01\x36\x0d\x9d\x44\xc5\x46\x84\x87\xba\x09\xf3\x56\x64\xe6\ \xe8\xd0\x69\x70\x9b\x6f\x2e\x9c\xec\xd4\xb3\xa3\xed\xea\x89\x72\ \x9d\x62\x40\x08\x63\x02\x84\x10\xcc\x38\x47\x48\x44\xee\xdc\xcf\ \xe7\xce\xfe\x0c\x10\x60\x4c\x24\x1b\x06\xce\x88\x1c\x1a\x19\xee\ \x80\x7a\xdd\xda\xd7\x37\x2e\xed\xf4\x01\x46\x01\x7b\x23\x8c\x09\ \x01\x2e\xf8\x0a\x2e\x15\xe9\xdd\x4e\x7d\xfe\xf6\x67\x07\x8b\x1d\ \xce\x10\xb0\x4c\x41\x12\x2c\x84\x00\x01\x42\x08\x23\x84\x11\x2e\ \xcf\xbb\x54\x61\xc4\xee\x79\x7b\xe5\xce\x4b\x3e\x47\x88\x93\xeb\ \x7e\x51\xac\x8e\x00\x61\x52\x75\x1c\x01\xf4\xa2\xbc\x54\xb7\x2f\ \xea\x87\x57\x5f\x3e\x53\xc8\x6d\x4e\x45\xf7\xb8\x12\x9a\x0a\x80\ \x10\x26\x44\x10\x05\x00\x44\x98\x9a\x9e\x7a\x3e\xea\xf1\xc1\x9d\ \xdf\xdf\x7f\xa6\xc0\x50\x64\x07\x54\x78\xb2\x0b\x33\x3d\x21\x17\ \x3e\x58\xf0\x46\x89\xa5\xc8\xb2\x48\x0d\x2b\x34\xd2\x76\x6c\xd3\ \x9a\x3d\x1f\x85\x8c\x5f\xfa\xde\xa2\x67\xef\x9b\x34\x79\x49\x19\ \x0b\xf9\xab\xb9\x5e\x44\x08\xd1\xcb\xb7\x3c\xf3\xe8\xf7\x1c\x01\ \x42\x44\x50\x04\x00\xf0\xe4\x7f\xf1\xc4\x9c\xcd\x80\x00\x21\x22\ \x29\xd8\xd2\x03\x77\x9f\x10\x8c\x31\xc1\x48\xd4\x8a\x2e\x17\x68\ \xae\x8b\x5b\x3e\x5c\xff\x6b\xa6\xcd\x19\x82\x2d\x4b\x72\x3a\xad\ \x92\x73\x6b\xee\x7b\x20\xbc\xdd\xe8\x77\x3e\x58\xec\x3e\x71\xe4\ \xa3\xac\x0b\xa5\x46\x8b\xa3\x1b\xd7\x7c\x97\x5c\xee\x08\x09\x01\ \xd3\x14\x65\x91\x1a\x9a\x20\x86\xc4\xc5\x85\x29\x2e\x6a\x17\x4c\ \x4d\x67\x28\xe8\xa9\x83\xf8\xef\x0a\xa5\x39\x04\x5a\x09\x05\xbe\ \xc1\xd0\xff\xc7\xde\x7b\xc6\x59\x51\x2c\x8f\xdf\xdd\x3d\xf1\x9c\ \xb3\x67\x73\x4e\xe4\x9c\x41\x10\x24\x09\x12\x25\x98\x40\x82\x0a\ \x08\x88\x88\x22\x41\x30\x80\x0a\x08\x92\x73\x14\x49\x22\x60\x00\ \x04\x45\x01\x45\x72\xce\x39\x2c\x69\x77\x59\xd8\x9c\x4e\x9c\xd8\ \xe1\x79\x71\x16\x04\x04\xe5\x7a\xef\xef\x5e\xff\x8f\xf3\x7d\xe1\ \x47\xce\x67\xb6\x67\xba\xa6\xba\xa6\xbb\xba\xaa\x1a\xde\x7b\x02\ \x20\x44\x81\x34\xf2\x92\x5f\x04\x9e\xcb\xd8\xb7\xef\xea\xeb\x53\ \x16\xee\xf8\xe6\xd0\x97\x53\xa6\x6c\x34\x11\xc7\x43\xc3\x93\x9d\ \xef\x0b\x4d\x82\x08\x21\x40\xb1\x06\x83\x9f\x19\x3a\xf1\xcb\xe7\ \x58\x38\x48\x9b\x3e\x6e\x8f\x5a\xe8\x9d\x37\x77\xf7\xc8\x49\xcb\ \x9a\x8d\xa1\x20\xe7\xf8\xe4\x79\xfb\x20\x10\x10\xb8\x27\x98\x0c\ \x22\x01\xb9\x2e\x6f\xdd\x9f\xf2\xe6\x82\xe5\x4f\x5c\xbf\xbe\x79\ \xf6\xc4\x6f\xb6\x67\xcb\x12\xba\x9d\x99\x02\x79\x51\xb8\xb9\xf7\ \xeb\x25\xdb\x6a\x0c\x5f\xb7\xce\x44\xb6\xec\x5f\x56\xae\xdd\x9a\ \x21\xdb\x64\xac\xe7\xef\xfa\xe1\xfa\x47\xa3\x17\x55\x6b\xb7\xe7\ \xb3\x8f\x3e\xdd\xf3\xed\xe7\x6b\x9b\x4c\x9b\xf0\xd3\x46\x0f\x08\ \x93\xdc\xa7\xdc\x1a\x40\x81\x15\x37\x62\xb7\xf3\x53\xa0\x20\xb0\ \x23\x6b\x36\x0e\x18\xb5\xda\xf5\xe9\xdc\xd3\x59\x66\xb0\x40\x7f\ \x9e\x37\xa3\xd2\xac\x71\x4b\xf6\xb4\x70\x69\xfa\xb9\x6f\x57\x2c\ \x5e\xb8\xc9\x00\x25\x53\x7b\x50\xe2\x4e\x35\xcb\xbf\xd0\x7d\xe8\ \x6b\x2d\xf4\x42\x57\x70\x8c\x67\xfb\x92\xd3\x1a\x13\x04\x01\xe4\ \x9e\x38\x7c\x2a\xbb\xc7\x8c\xad\x6b\x4f\x6e\xfc\xfc\xd3\x71\xeb\ \x3f\x9f\xb0\x7c\xcc\xb4\xb1\x5f\x3f\xaf\x8b\x34\x77\xf1\xe0\xb5\ \x2e\xc0\x23\x0e\x94\xc8\xef\xb7\xc4\x19\x18\xe8\x14\x80\x10\x40\ \x0a\xa8\xa9\xa1\xb0\xf6\xef\x4d\xad\xd8\x8b\x0f\xd1\x2f\x4d\x9e\ \xb3\x87\x01\x01\xdd\x75\x46\x19\xe2\x25\xcf\xa5\x9f\x67\x2d\xaa\ \x3b\x74\xc1\xea\x8e\x85\x45\xbe\xc2\xab\x8b\x87\x4e\x3e\x9b\xcb\ \x20\x80\x08\xa0\xc0\xab\xe3\x45\x21\xeb\xc0\x37\xf3\xd7\x57\x7b\ \xfb\xeb\xb5\xaf\xba\xbc\x45\xd7\x8e\xcd\x1b\x3e\xed\x82\x0a\xe0\ \x5d\x42\x16\x25\x74\xf1\x87\x25\xab\x1b\x4c\x1c\xbf\x79\xa3\xcb\ \xa3\x64\x1e\xfd\x65\xc6\xbb\xf3\x31\x60\x25\x19\x3a\x0c\x22\x08\ \x65\x3b\x3a\xbc\x7e\xc9\xaa\xba\xe3\x3f\xfa\x6e\x75\x7e\xa1\x6a\ \xa6\x1f\x9c\x39\x6a\xf6\x96\x39\xd3\xab\xce\x9f\xb0\x78\x4f\x33\ \x97\xaa\x5f\xf8\x6e\xe5\xfc\xb9\x3f\x44\x3c\xde\x7d\xe4\xf0\x67\ \x60\x71\xa1\x3d\x0a\xec\xfa\xf6\xa8\x8f\x08\x48\x00\x8c\x3d\x52\ \x22\x3b\x63\x94\xdd\xe5\xca\x86\x08\x05\xb4\x0b\xdc\x2f\x1c\x74\ \xe7\xdf\xdc\x9d\xd4\x23\x4e\xd2\x33\xf6\xce\x9c\x51\xff\xbd\x89\ \xcb\x9a\x8f\x28\x50\x7d\xb7\x96\x0d\x1d\x77\x28\xd7\xd1\x6d\xfc\ \xe4\xa7\x92\x98\xcb\xb0\x29\xa9\x7b\x4f\xde\xd4\x3c\x19\x9b\x66\ \x2f\xab\xfb\xd6\xb2\xaf\xbb\x14\xb9\xbc\xd9\x17\x16\x0e\x9d\x9a\ \xe2\x11\x69\xce\xc9\x6d\xa7\xf3\xfb\xad\xfe\xfa\xe9\x2b\x97\xd6\ \x4e\x9e\xb8\xf9\x88\x4b\xe2\x01\xfb\x3b\xe5\xde\x5b\x99\x2f\x16\ \x0f\x1e\x32\x9a\x21\xf6\x59\xf1\x79\xdc\xfe\x09\x1f\x2e\x3e\x19\ \x22\x87\xf0\x8f\xbc\x28\xa4\x98\xd8\x23\x62\x13\x92\xc2\xfc\x39\ \xb7\xb2\x8b\x48\x44\xa4\xc3\x5b\x50\x64\x10\x8a\x24\x67\x58\x08\ \x97\x97\x03\x46\x6c\x59\xec\xdc\x31\x7f\xe9\xc6\x4c\xbd\x20\x23\ \xd7\x65\x0a\x3c\x32\x4d\x1a\x59\xa6\x6c\x74\x08\xca\xb9\x9a\x5a\ \xa4\x30\x9e\x47\xb6\x90\x70\x07\xa7\x17\x16\x79\x7f\xb3\x60\x8c\ \x10\xe4\x48\x28\x97\xe4\x14\xcc\xbc\x1b\xb7\x5c\x7e\xf3\x3e\x2f\ \x22\x23\x98\x40\x29\xa1\x62\xd9\x20\xe0\xcf\xb8\x72\x43\x05\x02\ \x8f\x02\x29\xe3\x72\x5c\xb9\xe4\x20\x4e\xcd\xba\x91\xe5\xf5\x19\ \x40\x70\x24\x96\x2f\xe5\x94\x68\x51\x76\x6e\x51\x91\xf7\x81\x07\ \xda\x50\x06\x82\xe3\x62\x69\x51\x9e\x4f\x23\x88\x43\x44\xd7\xa0\ \x3d\x2c\xb9\x6c\xa2\x5d\xa0\xc5\xd9\x59\xf9\x05\x3e\x20\xd8\x23\ \x22\x83\x7c\x05\x05\x1a\x06\x10\x02\xc6\x98\x60\x0f\x8e\x49\x8c\ \x0d\xb2\x71\x4a\x61\xce\xcd\x8c\x7c\x8a\x04\x04\x01\xc5\x44\x0a\ \x8d\x4a\x2a\x15\xa5\x17\x66\x65\xe5\xb8\x0d\x1d\x3b\xe3\x93\x13\ \xe3\x9c\xae\x1b\x69\xd9\x85\x1a\x27\x08\xc1\xd1\x11\x9c\xe6\x2e\ \x72\x19\xce\xc8\x48\x99\xfa\x0b\x5d\xea\x3d\x9d\x62\x44\x47\xb1\ \x63\x7f\x9e\x8f\x37\xcc\x58\xfd\x73\xae\x9a\x9f\x91\xef\xc6\x3c\ \xcf\x05\x84\x53\x54\xe4\x65\x01\xe1\x30\x62\x18\x20\xa2\x74\xe9\ \xd8\x48\x87\xe9\x2b\xce\xba\x91\xab\x13\x06\x38\x39\x22\x2a\x58\ \x29\x2c\x50\x31\x83\x00\x30\x8a\x4d\xc2\xc5\x94\x2d\x13\x15\x2a\ \xa9\xae\xc2\xec\x9b\xf9\x06\xe3\x42\xa3\x22\xa1\x5a\xec\xf2\x19\ \x10\x42\x00\x01\x33\x4d\x8c\xe4\x84\x72\xa5\x43\x83\x38\x5f\x41\ \x5e\x76\x66\x11\x74\x04\x87\x87\xf0\xc5\x39\x45\x94\x77\x44\x44\ \xd8\x3d\xf9\x85\x9a\x61\x62\x28\xc7\x97\x2b\x15\xe6\x14\x4d\x4f\ \x61\x56\x66\xbe\xe2\xd7\x91\x3d\x34\xa9\x5c\x92\x43\xa0\xae\xec\ \xec\xbc\x02\x2f\xb2\x39\x63\x12\xe3\x82\x83\x04\xad\x38\x2f\x23\ \x3d\x87\x40\x01\x41\xaa\x2b\xc5\xf6\x5a\xaf\x2f\x98\xfe\xf8\xa4\ \xe7\x06\x5f\xc5\xf7\xa7\xbb\x32\x4a\x74\x29\x61\xf4\xda\x69\x37\ \x66\x0c\x5a\xbc\x2d\x3b\xcc\x16\xf4\x28\xb9\x26\x8c\x31\xc9\x19\ \x1e\x2c\xe1\xc2\x02\xf7\x6d\x51\x50\xd3\x20\xa1\x49\xa5\xe3\xa2\ \x9d\x44\x75\x67\xdf\xc8\x51\x4c\x10\x12\x1d\x1b\x15\x13\xca\x33\ \x23\x3f\x3d\x2d\xdf\x8d\x79\xc4\x0c\x0c\xa2\xca\x94\x89\x0e\xb7\ \x1b\x9e\xa2\xac\x9b\x79\x06\x05\x90\x12\x2a\x3a\x93\xca\x26\xda\ \xa1\x9a\x7d\x23\xd3\xab\x12\xaa\xfb\x8b\x69\xe2\xf8\x8d\x9f\x15\ \x2f\x1d\xf9\xf9\xd6\xeb\xb2\x2c\x5a\x96\xda\xe2\x6f\x69\xa9\x75\ \xd4\x6d\xf9\xba\xd7\xea\xaa\xa7\xf6\x1e\xdf\x30\x7f\xe1\xe1\xab\ \x8f\x7e\x36\x39\xa3\x18\x63\xcc\x10\xcf\xf3\x1c\xc0\x98\x72\x02\ \x1f\x88\xb2\xc5\x98\x60\x14\x3d\x7a\xeb\x42\xf3\xcb\x11\x63\xbe\ \xb8\x16\x2c\xca\x25\xe7\xb6\x30\x86\x4d\x4c\x19\x43\xbc\x10\x08\ \x78\xa5\x04\x53\x86\xf8\x7b\xbf\x0f\x8c\x12\x6c\x12\x06\x20\x2f\ \xf0\x0f\xcc\x55\x64\x94\x62\x13\x33\x08\x39\x9e\xe7\xee\x4a\x63\ \xc0\x26\x61\x10\xf1\x02\x8f\x10\x60\x84\x60\x4c\x18\x03\x10\x71\ \xbc\xf0\xb0\x10\x71\x86\x0d\x13\x72\xc2\x9d\xd2\x1c\x77\xea\x69\ \x20\x8e\xe7\x79\x0e\x00\x82\x4d\xc2\xf1\xc2\x5d\xc9\xdb\x25\xcd\ \x02\x88\x04\xe1\x4e\x45\x3f\x40\xb1\x89\x09\x43\x1c\xcf\xf3\x08\ \x00\x46\x4c\x4c\x28\x43\x1c\xcf\xf1\x08\x02\x40\x4c\x93\x21\x5e\ \xe0\x21\x31\x31\x85\x88\xbf\x2f\x09\x87\x11\x1d\xc5\x7d\xf2\xcb\ \xec\xbc\x39\x83\x27\xaf\xbb\x79\x47\x5c\x94\x60\xca\xe0\x3d\x11\ \xbe\x8c\x62\x8c\x29\x0d\x94\xc5\xe2\x61\xc0\x36\x63\x82\xf8\xdf\ \x92\xfd\x18\xa3\xd8\xc4\x8c\x01\x88\x4a\xca\xaf\x60\x6c\x02\xc8\ \xdf\x5d\x7e\xe4\x4e\x2f\x10\xe2\x78\x81\x67\x14\x63\xcc\x04\x91\ \x07\x8c\x9a\x98\xf2\x02\x0f\x03\x42\xc6\xb8\x44\x80\x3c\x07\xe1\ \x7d\xc2\x41\x77\x2e\x00\x01\x99\x03\x42\xf8\xb8\xde\xe3\x07\xd4\ \xab\xdd\x30\x51\xb8\x38\xb4\xd5\xe0\x34\x66\x7b\x80\xa5\x16\xa2\ \x87\x6f\x5c\xdb\xd2\x91\x7a\x6e\xdf\xfe\x95\x73\xbe\xb8\x92\x07\ \x1e\x9e\xcc\x78\x4f\xbf\x09\x81\xbc\x70\x9f\x28\x08\xa5\x0c\x42\ \xc8\x09\x02\x82\x8c\x60\x1c\xa8\xfa\x7a\xfb\x2d\x00\xc6\x28\x31\ \x03\xa7\xaa\xdd\x16\x57\x20\xa5\x13\x13\x00\x20\x2f\x70\xa6\xce\ \x3d\xfe\x52\x8f\x67\x9f\x6f\x59\xaf\x61\x99\x55\x2f\xbf\xfc\xe5\ \xee\x1b\x96\xa5\xb6\xf8\xfb\x7a\x3d\xe4\xd0\xc8\xe8\xe8\x50\x09\ \x19\xb9\x37\x6e\xba\x15\xf6\x28\x7b\x2d\xb7\xd7\x8b\x0f\xdd\x35\ \x67\x00\x05\x47\x84\x32\xc5\xe3\x55\xcc\x7f\x6b\x6b\x9d\x51\x5d\ \x37\x79\x51\xfa\xbf\xc8\x30\xbc\xb3\xea\xfd\xa3\x27\xfc\xd3\xae\ \xfe\x47\x9e\x04\xa0\xe0\xc8\x50\xea\x73\xfb\x54\xf2\xef\xdf\x87\ \xdd\x3e\x65\xfd\x51\x7a\xff\xb0\x0b\x1f\x49\x38\xf7\xfd\x05\x94\ \xe2\x2b\x24\x05\xf1\xcc\x55\x50\x58\x98\xe7\x7a\xe0\x3a\x86\x01\ \xe8\x88\x88\x89\x8e\x0e\xe6\xb1\x3f\x33\x3d\xd3\x6f\x80\xff\x61\ \x0a\x37\x25\x20\x24\x3e\x3e\x26\x3a\xc8\xf0\xba\xf3\x32\xf3\x55\ \x83\xfc\xcf\xc3\x40\x2c\x4b\x6d\xf1\x07\xfa\x4a\x38\x51\x16\x05\ \x88\x0d\x83\xd0\x47\x31\x2b\x50\xb6\xdb\x38\x46\x34\x4d\xa7\x0f\ \xf7\xf0\x11\x8c\xc1\xef\xa6\x8f\xff\xa2\x95\xa6\xd0\x16\x51\xaf\ \x59\xa5\x5b\xc7\x8e\x66\x15\x12\xee\x0f\x92\x27\x29\x36\x4d\xc6\ \x4b\x7f\x30\x3d\x63\xa6\xa6\x19\x14\x43\x20\x48\xb2\xc4\x21\xc8\ \x00\x94\x1d\x76\x91\x63\xaa\xa2\x62\xfc\xf0\x6e\x40\x24\xca\x36\ \x49\x60\xaa\x5f\x31\xc9\xff\xdd\x71\xe9\x8c\x60\x02\x11\xff\x9f\ \x0a\x49\xf8\xdd\xe1\x8d\xbf\x13\x17\x41\x8e\xe0\x20\x1e\x52\x43\ \xd3\xf1\xef\xde\xe2\xa3\x0a\xe7\xf7\x6b\x94\xc0\x74\x1e\x22\xee\ \xa1\xeb\x18\x40\x4d\x93\x30\x00\x20\xe4\x7f\x2b\x33\xfe\x3f\x54\ \xfe\x92\x99\x38\x27\x08\x7f\x87\x7a\x56\x56\x94\x9e\xc5\x83\x87\ \x96\xae\x83\x76\x53\xbf\xf8\x6e\xff\xaa\x49\xb3\x86\xd7\x2d\x25\ \x68\x06\xfd\xd3\xc1\xa8\x93\xd0\x4e\x23\x3f\xf8\x6c\xff\xcf\x2b\ \x3e\xeb\x2e\x11\xed\xb7\xed\x18\xc6\x18\xfd\x6d\x7b\x86\xe3\x03\ \x0e\xe4\x3f\xd9\x64\x62\xf4\xde\x6b\x02\x8d\x50\xc6\x00\x60\x04\ \x73\x91\x15\x06\x7c\xfa\x7a\xa5\x28\xa8\xe9\xf7\x04\x81\xdd\xb9\ \x26\xe0\xb4\x84\x61\x95\x3a\xbe\xdc\x31\x9a\xbf\x2b\x54\x8c\xdd\ \xdd\x2c\x23\x8c\x4f\xa8\xdd\xb0\xe3\xcb\x2f\xb6\x6c\x59\x2b\x08\ \x11\xca\x88\x61\xd8\xdb\x0d\x7d\xfb\xd3\x6f\x56\xae\xde\xb1\xa0\ \x7a\x08\x30\x1e\xf0\xcd\x61\xba\xce\x5a\x4d\x58\xfc\xcd\xce\xe5\ \xe3\xa6\x0e\xad\x57\x5a\xd4\x0d\xfa\xe8\x82\xbd\xdd\xaf\x3b\x4f\ \x73\x8f\x70\xee\xfc\xf3\x76\x2f\x20\xc7\xf3\x10\xb2\xfb\x4a\x4b\ \xb3\xbb\xa4\xf1\xa0\x66\x7f\x67\x77\x0c\x3f\x2a\xd7\x76\xe5\xa1\ \x1f\x5f\x69\x1a\xaa\x68\xe4\xfe\x7b\xdd\xfe\x28\x18\x30\xec\x85\ \x09\xd3\x97\xfc\xb4\x74\xd6\xd7\x53\x3a\x35\x2b\x47\x35\xfd\x9e\ \x6b\x18\x31\x74\x5b\x9b\xb7\xdf\x9a\xf0\xf5\xca\x35\xbb\x16\xd5\ \x0a\x83\xc6\xa3\x06\xe0\x41\x5e\x10\x04\x51\x78\xb8\xbb\x09\x00\ \x00\x90\x20\x08\xa2\x70\xb7\xef\xe8\x7f\x69\x19\x39\x5e\x10\x85\ \xff\x49\xad\xa8\x07\x62\xc5\x7e\x58\x3c\xc4\xa2\x40\x21\x3c\x4a\ \x38\xb4\x62\xc2\xb8\xd9\x27\x6c\x76\xe9\xcf\x4b\x9e\x42\x5e\xe6\ \x8a\xd7\x8e\x1a\x7d\xf9\xd6\x87\xef\x77\x8c\x10\x20\x50\x01\x80\ \x00\x60\x5d\x47\x76\x67\xb0\x43\x50\x8a\x5d\x3a\xe3\x04\x01\x61\ \x4d\xe7\x1c\xc1\xce\x20\xd1\x54\xfc\x9a\xfe\xe0\xa5\xb0\xa9\x9b\ \xa2\x33\x24\xc8\xce\x69\x3e\xbf\x61\x52\x00\x01\x43\xbc\x3d\xc8\ \x8e\xa8\xee\x29\xf2\x12\x00\x04\x00\x20\xc7\xd9\x83\x83\x9d\x41\ \x1e\xac\xa9\x4c\x10\x11\x20\x86\x41\x1d\x61\xa1\x22\x30\x3c\xc5\ \x3e\x20\x48\x3c\x04\x61\x55\x9e\xec\xfb\x7a\x73\xf7\xc1\xbd\x5e\ \x37\x22\xaa\x62\x18\xa6\x49\xa0\x33\x3c\x84\x33\x55\xb7\x47\x61\ \x14\x44\x3f\xde\xea\xed\x71\xbd\x84\xa2\xc2\x84\xba\x55\x53\x56\ \x4e\x9a\x30\x69\x9b\x60\xf3\x7f\x3f\xee\xa3\xef\x62\xdb\x2c\x5c\ \xf5\x9a\xd3\xc6\x81\x22\xfc\xa0\x99\x29\x1f\x16\x29\x1e\x5d\xf5\ \xe9\x98\xe9\xc7\xe4\x47\x11\x4e\xc9\x9c\xd1\xc0\x50\x08\x0e\x0d\ \x16\x38\x66\xa8\xaa\xae\x63\xc0\x09\x76\x87\x5d\x40\x54\x71\xb9\ \x54\x8c\x04\x1e\x72\x82\x2c\x4b\x40\x53\xa9\x24\x23\xbf\x47\x81\ \x3c\x32\x75\x43\x70\x84\x38\x1d\x7c\xe0\x1a\x91\x47\x8c\x12\x24\ \xda\x1c\x0e\x19\x32\xa2\xf9\x15\x03\x53\x4e\x94\x6c\x76\x1b\xa2\ \x86\xb7\xd8\x8d\xd1\x5d\x79\x99\xb7\x4d\x32\x12\x1d\x41\xc8\xb5\ \x67\xc3\x4f\x29\x59\x5a\xc9\x72\x86\x31\xc8\x89\xf6\x20\x1b\x30\ \x15\x8f\x5b\x41\x82\xc8\x41\x10\x57\xff\xb9\x3e\xed\xca\xae\x1c\ \xf6\xce\xd1\x3c\x64\x16\xe7\x02\x0e\x9a\x26\x73\x86\x87\x20\xc3\ \xef\xf1\x6a\x9c\x24\x49\x92\xb2\x69\xfc\x98\x0d\xd1\x4f\x2d\x58\ \x33\xc8\x69\xe7\x18\xa0\xd6\x48\xb1\x2c\xb5\xc5\xff\xda\x58\x13\ \xc2\xf0\x7d\x33\x56\x42\x19\x00\x77\x2a\x2b\x01\x40\x29\x09\xac\ \x6a\x11\x82\x00\x30\x83\x28\x8a\x5f\xc7\x24\xb0\xce\x06\x44\xd7\ \x23\x1b\x74\x1c\x31\xe1\xb5\x24\x27\xe7\xb9\xb2\x7f\xf6\xbb\x73\ \xce\x67\xf9\x93\x5b\xbc\x38\x62\x6c\xef\x48\x68\x3a\x83\xb9\x1f\ \x46\x0c\x5d\xbe\xeb\x86\x24\xf1\x25\x0d\x23\x84\x20\x34\x75\x5c\ \xe1\xd9\xfe\xc3\xdf\x79\xc6\x41\x70\x90\xe0\x5f\xf1\xfa\xa0\xef\ \x52\x9d\x23\x56\xcf\x7b\x32\x8e\x29\x80\x4b\xdd\xba\x7a\xfa\x27\ \x6b\x54\x53\xd3\x83\xab\xbc\x36\x6b\x5e\x77\x60\x4f\xf9\x6e\xfe\ \xb4\xa9\x9b\x15\xce\xd9\x74\xf0\x88\xd7\xba\xd7\x97\x39\xf3\xe4\ \xea\x85\xb3\xe6\x6c\x0e\xaa\xd1\x62\xf0\x27\xdd\x12\x2a\x05\x0d\ \x58\x34\xcf\x9b\x93\xf6\xe5\xb8\x09\x7b\xd2\x43\x9e\x1f\x33\xba\ \x47\xdb\x4a\x1c\x55\x76\xcf\x9b\xb6\xec\xab\x63\xde\x6b\x47\xa7\ \xf7\x3d\x94\x9b\x99\x51\xbe\xcf\xe2\xa9\x2f\xb6\x8a\xe0\x37\xe7\ \x50\x89\xa7\x80\x11\x82\xe9\x1f\x2d\xef\x19\x21\xd4\xa4\xf4\x2e\ \x87\xc2\x1f\x0b\x87\x11\x03\x45\x56\x1d\xf4\xc9\x88\x66\x35\x43\ \x31\x21\xa7\x97\x4d\x9f\xb9\x6c\x6f\x48\xb5\x76\x23\x27\xf7\x8d\ \x0b\x0e\x82\xae\xf3\xb3\xdf\x1e\x77\x52\xad\x33\x6d\xf5\x98\x32\ \x41\xbe\x02\x17\x0e\x8b\xb2\x1d\x59\xf4\xe9\xcc\xe5\x87\x92\x5b\ \xf4\x78\x7b\x64\x97\xe8\x20\x89\x64\x9d\x9c\x35\x62\xfa\xa9\x5b\ \x5a\x95\x76\xaf\xbe\x3b\xba\xb3\x48\x74\x8e\xfa\x36\x8e\x7a\xff\ \xab\xc3\x85\xf5\x5a\xbf\x32\x68\x68\x6b\xa7\xec\x28\x38\xbe\x61\ \xca\xa8\x95\x05\x44\xe0\x00\x23\x94\x02\x00\x10\xe2\x28\x36\xc3\ \xaa\x3c\xf5\xce\xc4\xbe\x55\x93\x24\x72\xee\xfb\xbd\xe7\x7c\x1c\ \x23\xb6\x32\x0d\x3e\x58\x36\xae\x22\xef\x07\x76\xe9\xe0\xe2\x29\ \xb3\x17\xed\x8a\xa8\xd7\x66\xd8\xb4\x57\x63\xe2\xb8\xf6\x23\x47\ \x35\xb8\x7c\xe6\xf3\x8f\xa7\xaa\x42\x42\xb7\xb1\x1f\x76\x69\x51\ \x16\x99\xde\x6d\x33\x27\xaf\xda\x70\x96\xc9\x22\xa0\x80\x11\x4a\ \x28\xa6\x0c\x58\x55\xae\x2d\xef\x87\xc5\xdf\x83\xbb\x76\x52\x18\ \x80\x8e\xe8\xf8\xe4\xb2\xa5\xe2\x62\xc3\x38\xc0\x18\x00\x0c\x20\ \x67\x6c\x42\x72\xd9\xe4\x98\xe8\x10\x04\x68\xe0\x14\xda\xdf\xa2\ \x32\x98\x69\x4a\xa5\x06\x7e\x3a\x18\xed\x9c\xdb\xbf\xfd\x9b\xe7\ \x1c\x4d\x86\x8f\x6c\x09\xc5\xd2\x6f\x7d\xfa\xba\xfa\xc3\x94\x7e\ \x1d\x87\x1d\x49\x77\x56\x2f\x1f\x49\x09\x01\xbc\x14\x91\x94\x9c\ \x5c\x36\x29\x22\xc4\xc6\xb0\x2e\x24\x34\x1c\x39\xee\xc5\x94\xf9\ \x23\xfb\x3e\xf7\x51\xba\x9a\x50\x39\x31\x88\xc9\x11\xd5\xaa\xc0\ \xef\x3e\x7e\x6b\xe0\xcb\xb3\xa3\x5f\x18\xf8\xea\x0b\xe5\x75\x93\ \x13\x7c\xd7\xbf\x78\x67\xd0\xe0\xc1\xdf\xd4\xec\xf6\x46\xe3\x04\ \x14\xfa\xd8\x73\x23\xde\xa8\xb9\x7e\x58\xbf\xb7\x06\xae\xa8\x31\ \x70\x68\xb7\x96\x09\x39\xe7\x76\x4f\x7b\x67\xc5\xb5\x0b\x67\x67\ \xf7\xea\xfb\xd6\xc0\x49\x87\xae\xea\xd5\x9f\xef\xf7\x46\xa7\x90\ \x05\xbd\x5f\xf9\x60\xdc\xaf\x6d\x3f\x1a\xd9\xa2\xba\xdd\x5b\x58\ \x9c\x9f\x99\x8b\xe5\x4a\x1d\x3b\x96\xbb\xbc\x67\x6b\x1e\x16\x79\ \x04\x00\x0a\x14\x58\xfd\x13\x43\x54\x52\x84\xb5\x24\xf9\x19\xdc\ \x16\x4e\xf8\x6d\xe1\x40\x67\x4c\x42\x72\xd9\x52\x31\x31\x21\x1c\ \xc3\x9a\x61\x7b\xe1\x93\x0f\x5b\xc7\x5d\x1d\xdb\x73\xe0\x90\xee\ \x43\xd7\x6c\x49\xe1\x6d\x76\x6f\xea\x91\x79\x43\x3f\x18\xf5\xfa\ \xf8\x74\xb9\x59\xaf\xa7\x6b\xf0\x41\x31\x91\xe0\xca\xdc\xa9\xbb\ \x25\x39\xe7\xf3\x39\x07\x6b\x74\x6d\x17\x19\x5a\x65\xd0\xf8\xd7\ \xfc\x3f\x2f\x7a\xff\xd5\x31\xd7\x63\x1a\x0f\x19\xd2\xd8\x00\x38\ \xb9\x4e\xd3\xe8\x5b\xfb\x3f\xea\xfa\xea\x90\x5e\xa3\x77\xa6\xf8\ \x1c\x12\xba\xbe\x67\xc3\xa4\x01\xef\x7c\x3c\x72\x79\x74\x93\xde\ \x1d\x6b\x47\xe8\x06\x86\xb2\x23\xa6\x54\xa9\xe4\xb2\x89\xc1\x76\ \x01\xf1\x82\xe7\xda\xde\xd1\x5d\x87\x1f\xcc\x65\x91\x11\x36\x0a\ \x00\x25\x54\x8c\x4c\xa8\x9c\x98\x3f\x7f\x40\xdf\xf7\xc6\xee\x69\ \xd9\x77\x50\x83\x58\x31\xeb\xd4\x8e\x69\x23\x57\x5d\xbf\x78\x7a\ \x76\xaf\x7e\xef\x8f\x5e\x74\xc5\x23\xd4\xed\x36\xb0\x5f\x0b\x34\ \xa3\xc7\x4b\x63\xa6\x1f\x7c\x76\xfc\xc8\x86\xe5\x45\x4d\xa7\x01\ \xe1\x58\x23\xc3\xb2\xd4\x16\x7f\xcf\x09\x36\x33\x89\xd0\xe8\xcd\ \x0f\xa6\xae\x99\x33\x6c\x64\xd7\x70\xa0\x63\x42\x31\xb4\xb5\x18\ \x3e\x66\xda\x9a\xd9\x83\x07\x77\x0a\x26\xb7\x77\x1d\x61\x89\xf7\ \x95\x61\x43\x88\xab\x5e\x51\xd4\x7e\x5e\xbd\x23\xbb\xf0\xdc\x0f\ \x1b\xf7\xcb\x75\x6b\xc6\x97\xab\x53\x9a\x14\x6d\xfa\xf2\xd7\x2c\ \x4f\xb1\xdb\xe7\xc5\x00\x30\x60\xa0\xc8\x72\x2f\x4d\x9d\x39\x7d\ \xcd\xb4\x6e\x4f\xd7\x02\x86\x37\xb8\xfc\xe3\xd1\xb9\x57\x7f\x5c\ \x77\x30\xaf\xa0\xd8\xa3\xfa\x09\x00\x10\x40\xa2\xe8\x9e\x62\x57\ \xfa\x95\x9f\x36\x1e\xcc\x2e\xdb\xb4\x96\x48\x28\x33\xfc\x45\x05\ \xf9\xd7\x0e\x1d\xb8\x59\x44\xe3\xa2\x6d\xb1\x55\x1b\xb2\x63\xfb\ \x77\x1e\xba\x9a\x7a\x62\xf3\xb6\x6b\xb8\x42\xc3\x8a\x08\xe8\x86\ \x81\x09\x21\x86\xa2\xe9\x9a\x69\x00\xb1\x7c\xcd\xfa\x85\xdb\x7e\ \x39\x78\x29\xfd\xc2\xb6\x0d\x87\xdc\xc1\x15\x6b\x25\x31\xa6\xd2\ \xe0\x0a\x6f\x2f\x99\x55\x25\xef\xfb\x69\xb3\x77\x30\x59\xfc\x4b\ \x46\x88\x99\x94\x7f\xfc\x8d\xf7\xa6\xac\x99\xf3\xce\xfb\xdd\x22\ \xa1\x81\x09\xc5\x40\x6e\x36\xf4\xc3\x69\x6b\x66\x0f\x19\xfa\x6c\ \x30\xf1\x9b\xf6\x52\x0d\xcb\x45\xed\x9a\xf3\xd9\xd1\xeb\xd9\xc5\ \x59\x99\x39\x85\x3e\x6c\x82\x32\xad\xba\xbc\xbb\x68\xca\xfb\x9f\ \xf4\xaf\x5e\x36\x38\xc8\x2e\x40\x40\x0d\x5d\x29\xca\xf5\x9a\x86\ \x99\x97\x91\x6b\x68\xd4\x99\x54\xbb\x5a\x4c\x64\xe9\x96\x5d\x47\ \x4e\x1e\x54\x8a\x14\xdd\xf2\x50\x01\x40\x86\x8c\xe2\xbc\xec\xbc\ \xfc\xc2\xa2\x9c\x3c\xaf\x8a\x29\xb4\x35\xec\x37\xf8\xa3\xcf\x26\ \xbf\x3d\xac\x73\x7c\xb8\x14\x64\xe7\x4c\xa2\xd9\x2a\x35\x7c\x6b\ \xfe\x9c\xa9\x5f\x4e\x6c\x5d\x2f\x01\xeb\x26\x60\xd4\xd0\x0d\x13\ \x07\xe6\xfd\x01\x17\x3d\xc4\x3e\x7f\x71\x61\xfe\xc5\x5d\x7b\x0b\ \x74\x3e\x36\x42\xc0\x14\x9b\x06\xa6\x84\x1a\x9a\x6e\xe8\xd8\x84\ \xb6\x4a\x35\xea\x66\x6d\xde\x72\xf4\x5a\xc6\x99\xad\xdf\x1d\xd7\ \xa2\x2a\x56\x8f\x63\x04\x5b\x43\xc1\xf2\x7e\x58\xfc\xad\x27\xd7\ \x22\x67\xee\x99\xfa\xc1\x91\x59\x1c\x31\x0d\x0d\x48\x02\x07\x01\ \x53\x7e\x19\xf7\xce\x6e\x01\x11\x53\xd7\x38\x89\x07\x80\x00\x40\ \x19\x13\x83\x44\x6a\x62\xca\x89\xcc\x93\xeb\x13\x1c\xe5\x2b\x47\ \xd3\x1b\xb8\x7c\xc5\x24\xa9\xf0\x98\xc7\x55\x44\xe4\x90\xa4\x52\ \x61\xa0\x00\x70\x3c\x0f\x00\x43\x50\xa2\xb9\x57\x96\xbc\xde\xf7\ \x0b\x0e\x98\x9a\xc6\x04\xbb\xe9\x29\x84\xa1\x8d\xe3\x63\x83\xd8\ \x4d\xc4\xdd\x4e\x92\x63\x1c\xc7\x21\x00\x41\x54\xf9\x44\x87\x71\ \x30\xcf\x84\x08\x42\xc4\xf3\x82\xc8\xf3\x81\xf9\x86\x37\x2f\xdb\ \x5e\xa6\x74\x9c\x93\xcf\xd7\x13\xab\xc4\x72\xc5\xd9\x05\x04\xf0\ \x90\x31\x99\xb7\x49\x02\x23\x04\xf0\x80\x14\xe7\xe5\x86\x3f\x55\ \x36\x1c\x42\x16\x55\xa6\x42\x88\xb1\x27\xa7\x40\x03\x51\x03\x27\ \x8d\xad\x5e\xf4\xc3\x90\xe1\x9f\x17\x13\x47\xb0\x0c\x20\x04\xff\ \x7a\x66\x1a\x14\x39\xbc\x6f\xda\xe8\xa3\x73\x38\x86\x0d\x95\x89\ \x02\x07\x01\xd0\xb6\x4f\x78\x77\xdf\x14\x44\x4c\x43\xe3\xec\xbc\ \x5e\x9c\x8b\xf5\xf2\x8d\x6a\x3a\x7f\xdd\x8e\x29\x27\xf2\x4c\xa7\ \xd1\xbd\x47\x77\xa5\x1b\xc6\xf7\x9f\x7a\xb4\xef\x9c\x2f\xdb\xd8\ \x45\x08\x00\xe4\xed\x2c\x73\xef\xe2\x09\x47\x5d\x42\x73\x1e\x21\ \xec\xcf\xf7\x2a\xf9\xdb\x67\x8c\xfd\x62\x5f\x81\x2c\x8b\x08\x41\ \x04\x44\xc8\x00\xe2\x78\x1e\xf2\x44\x10\x00\x31\xe4\x84\x3a\x83\ \x87\xd5\xdf\xf8\x52\xaf\x05\x7b\xe5\xf9\xbf\x2e\x16\x24\x9e\x43\ \x36\xf5\xc2\xde\x29\x2f\x1f\xe5\x20\xd5\x55\x4d\x90\x44\x00\x29\ \x02\x8c\xf1\x48\xb6\x09\x04\xe0\x92\xbd\x01\x88\x38\x41\x10\x45\ \x8e\xc1\x92\xc3\x2f\x11\x82\x81\x3c\x76\xc4\x21\x86\x8d\xa2\x82\ \x82\xa8\xda\xe5\x42\x00\x50\x63\xca\x96\x0b\x52\x2e\xe4\x79\xac\ \xb9\x9d\x65\xa9\x2d\xfe\x1f\x98\x57\x9b\x3e\x9f\x1e\xc8\x9d\x28\ \x49\x2c\x61\xba\xcf\xab\xdd\xf5\x0b\x8f\x40\xe6\x99\x0b\xee\x77\ \xdf\x9b\xb9\x2e\xfe\xe4\x2f\xdf\x2e\xfc\x7c\xff\x8a\xaf\x0e\x8d\ \x9c\xbc\xa8\xd4\xcb\x85\x15\x6a\x84\xaf\x7d\xfb\xd7\xa2\xec\xbc\ \x6f\x77\xdf\x7c\x6d\xd9\x17\x55\x8f\xe4\x34\x6c\x5a\xe6\xf4\x56\ \x93\x01\x00\x28\x56\xdd\x6e\x25\x50\x4a\x83\x97\xdd\xe7\xb7\x6c\ \xb8\xd0\x69\xf8\xda\x55\x2d\x2e\x99\x4d\xaa\x47\x6f\xd4\x4c\x86\ \x75\xc3\x59\xfe\xe5\x09\xd3\x1e\x2b\x8e\xac\x16\x92\x3b\x71\xc5\ \x31\xce\xde\x44\x0e\x46\x88\x83\x0c\x72\x76\x88\x1c\x32\x7f\x7d\ \xd7\x9a\xad\xaf\xce\x19\xbb\xee\x8b\x5c\x90\x10\x9d\x71\x68\xc9\ \xc6\x2b\x92\x64\x57\xd3\x8f\xa7\x90\x5e\x23\xd7\x2c\xed\x78\xf1\ \xca\x4f\x0b\x17\x1c\x5e\xb7\xec\xc4\x33\x93\xa6\x6f\xfc\xc2\x1f\ \x56\x81\xed\xdd\xb8\x79\xfb\x8d\xe4\x16\x03\x5f\x78\xa5\x71\xea\ \xf2\xf3\xfd\xc6\x4f\xb6\xf9\x53\xbf\x5f\xb9\x21\x35\x8f\xfe\xb5\ \x51\x61\xfa\x7d\xba\xef\x61\xc2\x11\x24\x96\xfd\xe5\xf4\x75\x53\ \xa6\x7d\xb4\xa4\x46\xc7\x4c\x37\x2c\x3e\xbe\x61\xde\x67\x47\x8f\ \xed\xcf\xe8\xd9\xe1\xd5\x51\x8e\x96\x75\x9f\xac\xe8\x5f\xa1\x32\ \x14\x29\xd9\x82\x81\xeb\xfa\x81\x0c\x25\xe1\xa9\x76\x7c\x70\x88\ \x79\x63\xcf\x92\x75\xcf\x0d\x9b\xbb\xa4\xda\xb1\x8b\x26\x54\x37\ \x4f\x59\xb0\xe7\x9a\x8b\x47\x76\x07\x27\x02\x58\x62\x5c\x8d\xe2\ \x5b\x47\xce\x98\x2d\x06\x8f\x08\x6d\x8f\x6a\x97\x0e\xfd\x49\x31\ \x21\x82\x0c\x9b\x3e\x97\x06\x4a\xaa\x93\x40\x00\x20\xa4\xee\x63\ \xfb\x72\x3f\x1e\x3a\x6d\x7e\xb5\xbd\x3f\xcc\x9f\x77\x06\x33\x29\ \x98\x83\x10\x02\xc8\xdb\x11\x12\x10\x64\x00\x40\x24\xd9\x91\x1d\ \x21\x06\x00\x94\x78\x7c\x78\xdd\xd2\xd6\xed\xc7\xce\xde\x50\xde\ \x88\xae\xe4\xdb\xfa\xf5\xae\x63\x85\xa2\x2c\x03\x6a\x58\x23\xe1\ \xbf\x8f\x75\xe6\x8b\xc5\x83\xc1\x84\xab\xf3\x6c\x47\xdb\xf5\xed\ \x3f\x9f\xbc\x29\x21\x1b\x5f\x52\x6e\x21\xc0\xdd\x75\x3f\xee\xf9\ \x05\xf1\xbc\x96\x9d\x76\xf6\xe8\x65\xbf\xe2\xbe\x76\x36\x25\x27\ \xdf\x9b\x71\xf4\xe0\x99\x2b\x45\xc4\x9b\xb9\x79\xde\xa2\x1d\x27\ \x73\x25\x11\x5e\xdd\xb7\xef\xc2\x95\xec\xc2\x42\xb5\x4c\xb5\x9a\ \x79\xfb\xbf\xdf\x73\x3e\x4f\x10\x78\x58\xd2\x0a\x04\x10\x42\xaa\ \x9c\xdb\xb1\xe7\xda\x8d\xfc\xc2\x62\x56\xb9\x66\x85\x4b\x3f\x7e\ \x73\xbc\x30\xa4\x73\xcf\x86\x57\x37\xff\x78\xf4\xc0\x89\x0d\xf3\ \x97\x9d\xba\xa9\x8b\x50\x4f\x3f\x95\x72\xf5\x72\xb6\x69\x1a\xb7\ \xd2\xae\x5e\xba\x9a\xed\x75\x17\x9c\xfc\x75\x5f\xae\x8f\x16\x9e\ \xdd\xb3\x6a\xce\x57\x37\x7c\x48\xe2\x79\xa0\x17\x9c\xd8\x7b\xa6\ \xd0\xa7\x15\xa4\x5d\xbd\x7c\x39\xd3\x93\x73\xeb\xd8\x8e\xa3\x6e\ \x83\x65\xec\xdf\xbc\x72\xd1\x0f\x05\x58\x96\x99\x7a\xe3\xcc\xf9\ \x82\x62\xbf\xe2\xf5\x78\xf2\x73\xd2\xaf\xdd\xf4\x6b\xd4\x34\x3c\ \x0a\x9f\xdc\xb1\x6b\x83\x4b\x3f\xfe\x78\xc3\x4b\x7f\x7f\xf8\x08\ \x26\xa8\xd6\x33\x9d\x1c\xe9\x3b\xb6\x1e\xcf\x90\x90\x2d\x90\x2d\ \xf8\xc7\xc2\x41\x3c\xef\xba\x7a\x62\xd7\xae\x73\x5e\xd5\xf0\xe4\ \xdc\xba\x7c\xee\x72\x4e\x6e\xd1\xe5\xfd\x47\x53\x73\x74\x01\x28\ \xe7\x77\x6e\xd9\xf2\xcb\x99\x62\x77\xd1\xcd\x94\x8b\x19\x99\x45\ \x10\xc9\x40\x29\xbc\x71\xf6\x62\x76\x76\xde\xd5\x03\x7b\x4e\x5d\ \xca\x23\x9a\x3f\x33\x25\xe5\xca\xa5\x74\xd5\x04\x4a\xe1\x8d\x0b\ \xe7\x2e\x66\x17\xf8\x19\x42\x10\x22\xa0\x17\x9f\xdc\x7e\xac\x50\ \xe7\x80\x9a\xbb\xef\xbb\x0d\x7b\x8f\xa7\xe9\x04\x20\x08\xd1\x1d\ \x91\x02\x10\x38\x63\x37\xeb\xc4\xb1\x2b\xe9\x45\x9e\xdc\x8c\x94\ \x0b\x37\xdc\x2e\x57\xea\xc9\x94\xd4\x6b\xf9\xd8\x50\xd3\xaf\x5e\ \x4e\xb9\x96\xad\x11\x04\xb4\xc2\xab\x17\xcf\xa4\x65\x14\x60\x00\ \x39\x81\x37\x0b\x32\x0e\x6f\x3f\xee\xc3\xec\xfa\xce\xef\x57\x2d\ \xd9\x52\xcc\x24\x11\x31\x5d\xf3\xf8\xb9\xc4\x8e\x2f\x36\xba\xbc\ \xf9\xc7\x74\x37\xe5\x2c\x9f\xf5\xbf\xeb\x56\x64\x00\x80\x3f\x3d\ \x32\xcd\xca\x7c\xb1\x78\xb0\xfe\x68\x3a\xff\xd2\x37\xdf\x77\x89\ \xbe\xf4\xeb\xc6\x23\xfb\x7e\xf8\xe1\x42\xa6\x29\xf2\x8f\x34\x26\ \x21\x60\xba\xa6\x68\x94\x08\x9c\xdd\x26\x09\x80\x11\x5d\x53\x0c\ \xc6\x78\x4e\x96\x25\x1e\x63\xe9\xa9\x61\x6f\x3e\x11\xcf\xe9\xce\ \xe4\x1a\xa5\xfc\x33\xfa\x7f\x7c\xea\x96\x26\xde\x9b\x0d\x4c\xf8\ \xb0\xce\xef\xbf\x55\x4d\x56\x60\x7c\x95\xb2\xb6\x6b\xe3\xfa\x8c\ \xcf\x70\xd4\x5b\xba\xef\xbd\x0d\x3d\x5e\x5a\x79\xc4\x1d\xc6\x3b\ \x65\x51\x00\x0c\xab\xaa\x2e\xc8\x76\x01\x51\x45\xd3\x38\xc1\x26\ \xf1\x90\x98\x86\x66\xe8\x04\x20\x49\xb4\x89\xb7\x33\xd1\x89\xa1\ \xa9\xd8\x60\x80\xb7\x4b\x76\x9e\x07\xc4\xd0\x55\x53\x67\x80\x97\ \x25\x9b\xc0\x23\x8a\x0d\x45\x57\x29\x08\xd4\xb8\xe7\x6d\x92\xcc\ \x98\xbd\x69\x8f\xa7\x6b\xd6\x6f\xd1\xbe\x65\xdc\xa4\x76\x5d\xf7\ \xe5\x52\xe9\xfe\x20\x60\xa6\x69\xa8\xfb\x57\xdf\x77\x4f\xb8\xb2\ \x6d\xc3\x91\x03\x9b\xbe\x3f\x77\xf3\x11\x85\xc3\xb0\xae\x69\x04\ \x33\x00\x78\xce\x66\x93\x04\x40\x4d\x55\xd3\x30\x60\x00\x40\x51\ \xb4\x4b\x88\xaa\x06\x96\x64\x19\x41\xc8\xb0\xae\x99\x54\x96\x6d\ \xb0\x44\x80\x14\x02\x5e\x96\xed\x02\x07\xb0\xa1\xea\x8c\xb3\x8b\ \xd2\x9d\xba\xfc\xd4\xd4\x55\xd3\xa0\x00\x40\xc0\xc9\xb2\x2d\x30\ \x41\x7e\xc0\xed\x09\x56\x75\x95\x00\x64\x93\x1c\x3c\xc2\x8a\x6a\ \x4a\x36\x1b\x0f\x89\xa2\xe9\xbc\x68\x17\x39\x48\xb1\xae\x9a\x44\ \x96\xed\x25\x47\x47\x40\x40\x0c\x4d\x35\x0d\x00\x78\x59\xb6\xf1\ \x88\x99\xa6\xad\x49\x8f\xa7\x6b\xd5\x7f\xb2\x7d\xab\xe4\xa9\xed\ \x5f\xd8\x9d\x4d\x24\xce\xb2\xd4\xff\xde\x48\x03\x2c\x5b\x2f\x8c\ \xe0\x82\x65\x5e\x62\x0f\x77\xbc\x59\x96\xda\xe2\xc1\x50\x0a\x62\ \x6a\xd4\xaf\x53\x3d\x51\xc2\xae\xd3\x3b\xf7\xa6\x15\x60\xfe\x2f\ \x8d\x49\x62\x18\x14\xf1\xa2\x80\x02\xb9\x13\x94\x72\xc9\xf5\xea\ \x57\xaf\x1c\x07\xd4\xe2\x8b\xfb\x0f\xa7\x66\x2b\xfc\xfd\x47\x77\ \x33\x0a\xa4\x0a\x8d\x1e\xaf\x54\x3a\x02\x7b\xf3\xce\xec\x39\x7c\ \xab\xc8\x10\xec\x61\x55\xeb\x97\x2b\xb8\x70\x2e\xbb\x08\x73\xff\ \xb7\xa6\x81\x62\x22\xd7\x6c\xdd\xa4\x7c\x42\xb0\x2b\x3b\xe3\xd4\ \xee\x13\x6e\xf3\x01\x91\x0e\x94\xb0\xe8\x1a\x0d\xea\x56\x4f\x94\ \x88\xfb\xcc\xae\x3d\xa9\xf9\x7f\x51\x38\xff\xcf\x29\x05\xc6\x52\ \x8d\xd6\x4d\x2a\x24\x86\xb8\x72\x32\x4e\xef\x3a\xe9\x32\x81\x35\ \xa5\xfe\xb7\x07\x1a\x4d\x87\xf9\x32\x2f\x84\xeb\x76\x1b\x6f\x7b\ \x98\xb1\xb6\x2c\xb5\xc5\xc3\xa6\xc6\x40\x51\xf3\xdd\x8c\x70\x40\ \x74\x8a\x61\x36\xe1\x51\x8f\x29\x22\xa6\x41\x11\x2f\x04\x4e\x74\ \xa5\x30\xb2\x74\xb2\xa4\xe5\x65\x66\x2b\x88\x2b\x09\x69\xd3\x35\ \xaf\x87\x2a\x04\x30\x89\x0b\x09\x95\xec\x0f\x3a\xb0\x89\x19\xaa\ \x6a\x30\x0c\x00\x27\x0a\x36\x51\xe4\x00\xc5\xaa\x6a\xf0\x92\x4d\ \xe4\xc1\xff\x75\x25\x4a\x08\x98\xa6\x29\x06\x25\x10\xf2\x36\xd9\ \xfe\x30\x0b\x8c\x35\xbf\x4a\x09\x04\x9c\x2c\x39\x84\xff\xfb\xa7\ \xfa\xdb\x68\xc5\x23\x09\xc7\xe2\xd1\xf1\x2b\xfe\xa4\xa6\x95\x7b\ \x0d\xe8\xf3\x66\xaf\xd7\x92\xb9\x18\x59\x94\x1f\x68\xac\x2d\x3f\ \xb5\xc5\x83\xd7\x64\x86\x01\x9b\x8f\x9c\x3e\x65\xdc\x1b\x1d\x5a\ \xd4\xf5\xa4\x1c\x4d\xcd\x7b\x94\x69\x23\x23\x04\xc5\x57\xaf\x93\ \xe4\xc4\x05\x45\x3e\x88\x80\x6e\xc8\x3d\x66\x7f\xda\xd0\x7e\x69\ \xc7\xa1\xdc\xc0\xd1\xe0\xd8\x30\x22\xab\x3c\xf9\xf1\xe7\x93\xfa\ \xbd\xd6\xab\xa2\xcd\x73\xf2\xf0\x65\x72\x57\x45\xba\x3b\x06\x81\ \x13\x04\x51\x90\x44\x41\x2c\x99\x41\x43\x24\x08\x02\xf7\x5f\x8a\ \x3b\x80\x3c\x2f\x4a\x82\x24\xfe\x61\xc1\x07\x54\x72\x8d\x88\xfe\ \x59\xd1\x10\x8f\x24\x1c\x8b\x47\xc7\x30\x0d\x7b\x7c\xe8\x9c\xb9\ \x73\xe4\x60\xc7\xc6\xad\x3f\x38\xa1\x9d\x47\x0f\xd8\xd2\xb6\x62\ \x6e\x2c\x1e\xb2\x28\x03\x7c\xe9\xc7\xaa\xe4\x1d\xfd\xfa\xd3\x0f\ \x3e\x3b\x9f\x85\x25\x11\x11\x43\x53\x14\x45\x55\x14\x55\x51\x31\ \x61\x00\x42\xc0\x88\xa1\xaa\xda\xed\x5f\x20\xa0\x5e\x1d\x35\x7b\ \x6d\x54\xf7\x96\xa5\x7d\xba\x4b\x37\x08\x00\x5c\x50\x44\x90\x04\ \x4d\x05\xf8\x15\x55\x27\x0c\xf0\x82\xe0\xbb\x75\x7e\xde\xd0\xb1\ \x5b\x8e\xd0\xda\xd5\xca\x40\x86\x99\x25\x6b\x8b\x7f\x36\x84\x12\ \x00\xc0\xf0\x61\xc3\x3f\x9e\xf2\xc9\x0d\x23\xdb\x30\x8d\xdf\x67\ \x5d\x59\x96\xda\xe2\xe1\x2b\x5d\xcd\xe7\xce\xbc\x75\x33\x27\x57\ \xd1\x29\xd1\x71\xd9\x0e\xbd\xe6\x6c\xf9\x66\xc5\xf6\xaf\xa7\xce\ \x1a\x54\x3a\x14\xea\x9a\xc6\x45\xd6\x1c\xb9\x72\xc9\xd2\x5f\xbf\ \x9d\xb5\x70\x48\xf9\x28\xe8\x55\xc4\xe7\x46\xbf\xdb\xe3\xd9\xaa\ \x0d\x07\x8c\x58\xb2\x69\xdd\xbb\xfd\x1a\x00\xe2\xf7\x19\xb6\xa6\ \x6f\x4f\x5c\xbd\x75\xfd\xf8\x8f\xbb\x84\x09\x98\x30\x40\x74\x7f\ \x4e\x7a\x46\x4e\x6e\xa1\x06\x31\xb0\x12\x92\x2d\xfe\xf1\x03\xed\ \x4e\x8d\xac\xf7\xde\x7d\xef\xdd\x4f\x46\x67\x98\x39\x06\x36\xef\ \x33\xd6\x96\xa5\xb6\xf8\x23\x1d\x82\x08\x21\x00\x21\x64\x98\x80\ \x4a\x6d\x9a\x27\x73\xa7\x66\xbe\xb7\xa0\xb8\xc2\x33\xe3\x26\x76\ \x0b\x86\xa6\xe9\xba\xf1\xc3\x9c\xd9\x13\x86\xcd\x28\x28\xd5\x79\ \xf0\xab\x2d\x6d\xc0\xbd\xf7\x8b\x6f\x76\x1e\xb8\x71\xe9\xa7\x6f\ \x67\xbc\x33\xf6\x9b\xcd\x29\x00\x4a\x22\xc2\xd7\x7e\x5d\x37\x6f\ \xd2\xba\x84\x17\x87\xbe\xdc\xb6\xa2\xa9\x19\x00\x42\x04\xd0\xdf\ \xe9\xdc\x67\x0b\x8b\xff\xe1\x84\x08\x30\xca\x4c\x6c\x62\x8c\x01\ \x00\x1f\x7f\xf4\xf1\xc8\xf1\x1f\xe6\x9a\x45\x81\x89\xf6\x1d\xac\ \xcc\x17\x8b\x47\x06\xb3\xe2\xeb\x29\x27\x4e\x6c\xbe\x39\x31\xf9\ \xf3\xe5\x6d\x93\x23\x56\x5d\xb7\x95\x7a\xaa\x6f\xef\xf2\xe1\x5c\ \x54\x62\xa8\x1c\x16\x2c\x40\x52\x94\x99\x59\x50\xec\x0f\xcf\xc9\ \xba\x7e\xf5\xaa\x28\xd9\x01\x0a\xe2\x98\x91\x75\xf1\xe4\x9e\xbd\ \x29\xb5\x76\xf4\x68\x51\x29\x81\x83\x17\x2c\x41\x5a\x58\xdc\x0d\ \x63\xd4\x30\x4d\x1e\x71\x3c\xcf\x67\x65\x65\xf5\xee\xdd\xeb\xdc\ \xc5\x73\x07\xbe\xde\x1e\x6b\x8f\xa4\xb7\xab\x15\x5a\x73\x6a\x8b\ \x7f\x4d\xa5\x30\x60\xbc\x24\x0a\x4c\xf5\xfb\xe5\x1e\x93\xde\x6f\ \x12\x74\x6e\xca\xdb\x13\x7e\xd8\x76\x9e\x4a\x02\x04\x10\x21\xc4\ \x41\x5e\x00\xd4\x04\x06\x26\xa4\x64\x5e\x2e\x08\x12\xe0\x00\x34\ \x99\xb5\x09\x65\x61\xf1\x80\x61\xc5\x20\x00\x2e\x97\xcb\xe3\xf1\ \xbc\xf9\xe6\x9b\xe5\x92\x4b\x6f\xff\xfe\x17\x59\x92\x2c\xef\x87\ \xc5\x5f\x51\x27\x93\xc0\xb2\xad\x7b\x0e\x1e\x3c\xea\xa3\xf1\x7d\ \x72\x36\xfe\x7c\xc3\xa7\xb8\xf3\xbd\x42\x74\x99\x3a\x4d\x1e\xab\ \x58\x26\x86\xc3\x04\x40\x88\xa8\x92\x7e\x2d\xb5\x56\x9f\xbe\x83\ \x86\x0d\x79\xa1\x53\x75\x48\xb0\xe0\x80\xbc\x84\x28\x40\x12\x14\ \xec\x9c\x25\x46\x0b\x8b\xfb\x11\x04\xe1\xe6\xcd\x5b\x1d\x9e\xee\ \xb0\x76\xed\xda\x61\xc3\x87\xd9\x80\x1c\x47\x42\x9d\x9c\x9d\xde\ \x55\xfe\xdb\xb2\xd4\x16\x7f\x64\x9d\xb1\xa1\x6b\xc0\x20\x14\x04\ \x8e\xa1\xd5\xfd\x5a\x64\xd9\xc4\xd4\x75\xb3\x3f\x99\xbc\x05\x08\ \xdc\x8f\x9f\x8c\x5f\xbd\xb3\xb8\x7e\xeb\x46\x2c\x63\xf7\xf2\xf5\ \x47\x30\x2f\xdb\x45\x72\x60\xd9\xcc\x45\xeb\xae\x97\xaa\x52\x5a\ \x42\x00\x21\xf3\xe8\xea\x4d\x7b\x0f\x17\x04\x01\x70\x6e\xe7\xa6\ \x1f\x0e\xde\xe4\x78\x81\x51\xa2\x01\xcd\x30\x09\xb4\xb6\x13\x2d\ \x2c\x33\x2d\x88\xb9\x79\x79\xfd\x5e\xed\x7b\xf6\xe4\x89\x85\xb3\ \xe7\x57\xad\x56\xb5\xcd\x73\xed\xdd\x86\x07\xdd\x3b\x3a\xac\xcc\ \x17\x8b\x07\xdb\x68\x4d\x17\x5e\x59\xfb\x5d\x73\x6d\xcb\x9a\xe5\ \x47\xaf\x5f\x38\x95\x9a\x63\x76\x5b\xb2\xa4\x13\xb7\xbe\x4b\xdf\ \x35\x22\x0c\x75\x48\x36\x9e\x83\x94\x98\xaa\xa6\x98\x80\x02\x00\ \x45\xde\x61\x13\x05\x00\x01\xc0\xa6\xa2\xfb\x0d\xc0\x04\xe4\x08\ \xb2\x09\x9a\xea\xa3\xc8\xe6\x90\x38\x4d\xf7\x61\x20\xdb\x78\x24\ \x87\xc5\x57\x6d\x50\xf9\xf1\x2e\x83\x6b\xb9\xbe\x1f\x3c\x78\xa1\ \x6e\x73\x5a\x09\x14\x16\xff\xdc\x91\x06\x58\x8a\x9a\x11\x8c\x6c\ \x71\x62\x54\x96\x9a\x37\xe1\xf3\xe9\x19\x19\x19\x8b\x26\xcc\x2a\ \x65\x8b\xbb\xfb\x38\x24\x2b\xf3\xc5\xe2\x81\x40\x00\x28\xc1\x5c\ \x74\x74\x62\xa9\x04\x47\xd6\x85\xb3\xd9\x45\x84\x87\xa8\xe8\x5a\ \x5a\xc6\x55\x45\x96\xa5\x80\xc3\x39\xe0\x82\x96\x05\x59\x16\xe4\ \xdf\xf2\x52\x10\x12\x04\x59\x16\x64\x91\xe7\x00\x00\x3c\x2f\x0a\ \x1c\x62\x00\x70\x9c\x28\x70\x88\x62\xec\x88\x29\xdf\xb6\x47\x9b\ \x60\x2d\x6d\xef\xcf\x7b\xae\xa6\x15\x00\xde\x32\xd4\x16\xff\x68\ \x1c\x48\x0e\xe1\x82\x78\xc4\xd9\x38\xf1\xa7\x9f\x37\x9f\x3d\x79\ \xc6\x49\x6d\x12\x27\x5a\x73\x6a\x8b\x47\x32\xd5\x86\xea\xf5\x33\ \x0c\x01\x6f\x17\x9d\xa2\x00\x0d\xdd\x67\x50\xd1\x61\x13\xff\xbd\ \xd4\x69\x48\xa9\xee\xd7\xfc\x04\x40\x91\xb7\xdf\x5d\x66\xc8\xc2\ \xe2\x9f\x38\xa7\x66\x0c\x82\xdf\x1c\x81\x98\x10\xcc\x88\xc8\x09\ \xf7\x55\xd7\xb3\x2c\xb5\x85\x85\x85\xc5\xdf\x68\x86\x04\x00\xfc\ \x7d\xe9\x0f\x2b\x9e\xda\xc2\xc2\xc2\xe2\x6f\x33\xc5\xbe\xf3\x9f\ \x7b\xb1\x62\x3f\x2c\x2c\x2c\x2c\xfe\xee\x58\x96\xda\xc2\xc2\xc2\ \xc2\xb2\xd4\x16\x16\x16\x16\x16\x96\xa5\xb6\xb0\xb0\xb0\xb0\x2c\ \xb5\x85\x85\x85\x85\x85\x65\xa9\x2d\x2c\x2c\x2c\x2c\x2c\x4b\x6d\ \x61\x61\x61\x61\x59\xea\xff\x00\x8c\xb1\x7f\x66\xb2\xda\x1f\x75\ \xfc\x2f\x89\xe4\x7f\x29\xc7\xbf\xeb\x5b\xfc\x4f\x3d\xd6\x3f\x55\ \x49\xad\xf1\xff\x3f\xe6\x3f\x97\xf9\xc2\x88\xa2\x29\x84\x01\x9e\ \xb3\xdb\x64\xee\x5f\xcf\x10\x66\x8c\xb1\x7f\xe4\x39\x20\x7f\xd0\ \x71\x46\x19\x43\xff\xba\x4c\x10\x82\xff\x2b\xad\xa7\x8f\xf6\x12\ \x29\x21\x00\x22\xf4\x5f\x2b\x57\xcd\xfe\x25\xed\x82\x14\x6b\xaa\ \x49\x6d\xb2\xed\xbe\x07\x64\x8c\xfe\xe7\x95\x94\x12\x4d\x57\x4d\ \xc6\x38\x28\xca\x36\xe9\x1f\xbb\xc8\x65\x8c\x01\xeb\x18\xa0\x3f\ \x18\xd4\x10\x30\x5d\xf3\x79\x14\xb7\x57\xf1\x6a\x9a\xf9\x17\xc7\ \x37\x23\x40\x8e\x69\xf3\x72\xcf\x9e\xbd\xbb\xd4\xaf\x16\x4e\x4c\ \xfa\x2f\x2a\xab\x49\xe4\x52\x7d\x46\x0d\x6f\x98\xc0\xeb\xff\xa8\ \x13\x50\x19\x36\x58\xf8\xf3\x23\x46\xb6\xaf\x11\xaa\xdf\x2b\x34\ \x4a\x30\x0c\xab\x30\x60\xe2\xa0\x2a\xf1\x9c\x61\x3c\xaa\x3c\xb1\ \xa6\x85\xd4\x6a\x33\x76\xe1\xeb\x31\x36\x4c\xe8\x7f\x59\x92\xcc\ \xd4\x61\xd3\x81\x6f\xbd\xf4\x7c\x79\x5d\xc5\x7f\x78\x21\x10\x6c\ \x76\x59\xfc\x6f\x15\xab\xa6\x26\x0c\xaf\xf6\xfa\x87\x83\xab\x87\ \x51\x9d\xb0\x47\xd0\x65\xec\x48\xac\xd6\xb2\x75\xfd\x60\x81\xd2\ \xbb\x04\x8f\x0d\x23\xb2\x76\x87\x61\xc3\xbb\x84\x41\x0d\xd3\xff\ \xd4\xb3\x11\xcc\x39\x6a\xb6\xee\xd4\x73\x40\xaf\x36\x6d\xea\x04\ \x21\x4a\xff\x89\xf3\x4a\x66\x6a\xac\x61\xff\x41\xbd\xbb\x55\x36\ \xfe\x58\x73\xfe\xc9\x96\x5a\xc7\xf6\xf6\x43\x3f\x5a\xfc\xfd\xaa\ \xb9\x5f\x4c\xeb\xd2\xbe\x32\xd3\x0d\xca\x00\x60\x54\x57\x7d\x5e\ \xc5\xa3\xe8\x26\x83\x90\x9a\xba\xa2\xea\x0c\x00\x00\x20\x60\x58\ \xd5\x55\xc2\x00\xd6\x54\xaf\xe2\xf1\x2a\x5e\x55\xc7\x8c\x01\x80\ \xa4\xc8\x84\xb2\xcf\x7e\xfc\xde\xe0\xfe\xb5\x4c\xa3\xc4\xe2\x33\ \x8a\x55\xc5\xeb\x51\x7c\xba\x49\x00\x80\x10\x00\x62\x6a\x5e\xc5\ \xed\x55\xbc\xba\x41\x02\x39\xee\xd4\x34\x7c\x5a\xb1\x07\x3b\x1b\ \x3d\xd9\x34\xd1\x09\x09\x03\xc4\xd0\x7d\x8a\xc7\xa3\x78\x14\xcd\ \x78\xe4\xcf\x2c\xc3\xba\xea\x57\x3c\x5e\xc5\xed\xd3\x34\xca\x20\ \x84\x80\x18\x9a\x4f\xf1\xf8\x14\xc5\x24\x0c\x42\x48\xb1\xa9\x28\ \x5e\x8f\xe2\xf1\xab\x1a\xa1\x25\x83\x52\x55\xbd\x1e\xc5\xed\x57\ \x55\x42\x01\x04\xcc\xd0\xfd\x5e\xc5\xab\x28\x8a\x5f\xf1\x6a\x66\ \xe0\x3c\x56\x66\x6a\x8a\x57\xf1\xf8\x55\x3d\x70\x1e\x37\xa0\x44\ \x53\x7c\x5e\xc5\xed\x55\xfc\xf8\x21\x03\x8b\x11\xc3\xa7\x78\xbc\ \x8a\x47\xd5\x4d\x00\x00\x04\x20\xd0\x88\x57\xf1\x6a\x06\x2e\x11\ \x24\x31\x15\xb5\xb8\x48\x45\x75\x1a\xb7\xa8\x14\x2d\xdd\xd7\x14\ \x23\x84\x0b\x8e\x69\xd2\xe9\x31\x27\xf2\x15\x63\xcf\x1d\x01\x62\ \x43\xf5\x2a\x6e\xaf\xe2\x33\xcc\xc0\x31\x6b\x90\x11\x1c\x78\x1e\ \x9f\xaa\x9a\x94\xca\x91\xb1\x55\x6b\x27\x8a\x90\x51\x53\xf7\xab\ \x0a\xa1\x00\x42\x80\x75\xd5\xab\xb8\x3d\x81\xbb\xff\x4e\xa4\x10\ \x02\x62\xaa\x8a\x6a\x40\x08\x29\xd1\xfd\xba\xce\x00\xa4\xa6\xe1\ \x0f\xbc\x05\x55\x7f\x70\x2f\xe1\x6f\x6f\x4a\xd5\x0c\xc6\x18\x21\ \x5c\xc5\x27\x1f\xaf\x5a\x46\x28\x66\x6e\xbf\x66\xb0\xdb\x4a\xf0\ \x9b\x2e\x01\x08\xa8\x59\xac\x0a\x9d\xde\x1d\xf3\x74\xad\x90\x02\ \xa5\x40\x35\x08\x84\x10\x50\xa2\x29\xde\x7b\x84\x83\x4d\x45\xf1\ \x78\x14\x8f\x5f\x51\xe9\x83\x6f\x7e\x97\x2e\x99\x04\x40\x08\x18\ \xd5\x15\x9f\x57\xf1\x78\x15\xbf\x71\xdb\x94\x12\x53\xf7\x6a\x45\ \x0a\x8c\x6c\xf6\xe4\x13\x51\x32\x25\xf4\xfe\x46\x4c\xdd\xaf\x1a\ \x18\x00\x08\x18\xd5\x14\xbf\x49\xa8\xae\xbb\x42\x1a\xbe\x34\x75\ \xd6\x5b\xa5\xc3\xd9\xed\x76\x98\xa9\x29\x2e\x5c\x2c\x44\x56\x79\ \xaa\x71\x75\x89\x99\x0c\x30\x6c\xa8\x3e\xc5\xe3\x53\xd4\xdb\xb7\ \xba\xad\x27\xda\x6d\x71\x95\x74\xdc\xed\x55\x7c\x66\x49\x85\xef\ \xfb\xee\x4e\xdd\x9a\x52\xbb\xe7\xd0\x31\x63\xbb\x97\x2b\x9b\x54\ \xb5\x7e\xd5\x20\x0e\x50\x8a\x35\xc5\xe7\x53\x3c\x1e\xc5\xab\x9b\ \xf4\x6e\xe1\x94\x3c\x27\xc5\xaa\xe2\xf1\x2a\x7e\x55\xf1\xfb\x14\ \xbf\xf9\x30\xd3\x4e\xa9\xae\xfa\x4b\xb4\x94\x00\x08\xef\x68\x8e\ \x57\x37\x09\x84\x90\x61\xdd\xa7\x78\xfc\x8a\xa2\x28\x5e\xbf\xaa\ \x52\x06\x20\x04\x14\x1b\x8a\xe2\xf1\x2a\x3e\xc3\xa4\x00\x42\x08\ \x18\x36\xb4\x92\x61\xa5\x6a\x94\x41\x08\x98\xae\xf9\x3d\x8a\xdb\ \xa7\x28\x98\x30\xf8\x5b\xc7\x03\x2d\xe3\x47\x1a\xb0\x10\x50\x43\ \xf7\xdf\x1e\xe3\x8c\x31\x42\x51\xb9\xa6\x0d\xaa\x97\x97\x8a\x99\ \xeb\x21\x9a\x53\xa2\xc6\xbe\x12\x9b\x73\x7b\x4e\x79\xe7\x1a\xad\ \xe4\x1a\x46\x4a\x86\xb9\x4f\x51\x1f\xed\xb3\x07\x19\x31\xfc\x8a\ \xc7\xa7\xf8\x55\xc5\xe7\x53\x95\xc0\x30\x0f\xb4\xe3\x55\x7c\xba\ \x49\x01\x84\xf4\x6e\x71\x69\x5a\x40\x5c\xc4\xd4\x7d\x8a\xc7\xab\ \x28\xb7\x07\xef\x3d\x56\x88\x31\x88\x4d\x55\xd1\xcc\x12\xb3\xa9\ \x28\x98\xfe\xf5\x8a\xec\xbc\x09\x43\x9b\xb5\x6b\x01\xf7\x7f\xf6\ \x63\x56\xf2\x1b\x53\x66\xc6\xc9\x43\x17\x7c\x77\x11\xf0\xb6\xca\ \x2d\x3b\xd5\xaa\x18\x76\xe3\xf0\x9e\xa3\xa7\x6e\x3a\x2b\xd6\x7e\ \x2c\xde\x3c\x7d\xe8\x8a\x49\x01\x72\xc4\x3c\xfe\x44\xd2\x8d\x63\ \x67\xf8\x2a\x8d\xea\xd6\x2a\xe7\xe0\xf5\x2b\x07\xf6\x9d\xbd\x56\ \xc8\x2b\x37\x56\x4e\x9e\xe0\x8d\x2d\xdf\x91\xf1\xa8\xe4\xa9\x4d\ \x2a\x85\x3d\xd1\xe9\xf9\x52\x21\xc6\x99\x6d\x3b\x2e\x67\xa9\x1c\ \xc7\xc5\x54\x69\xf8\x78\xe3\x4a\x82\xe1\x39\xbf\x67\xf7\xa5\x0c\ \x1f\xc7\xa8\x10\x5e\xaa\x7d\xdb\xe7\x1d\x8e\xd2\x21\x76\x6a\x62\ \x4a\x4c\x6c\x4f\xaa\xf4\xd4\x53\xf5\x22\xec\x20\x3b\xe5\xf4\x91\ \x03\x57\x30\xf7\xa7\x55\x31\x19\x65\x5c\x74\xa5\xda\xd5\xea\x54\ \x8a\x08\xb3\xa9\x19\x29\x07\x76\x9d\x2c\xf4\xe1\xb0\xf2\x35\xdb\ \xb7\xa8\xc3\xbb\xd2\x0f\xfe\x7a\x28\xcf\x8b\x9d\xb1\xc9\x0d\x1e\ \xaf\x93\x14\xeb\x28\xbe\x76\xfe\xd0\xde\xb3\x0a\xe5\x90\x18\xd1\ \xe4\xe9\xce\xa5\xe3\x83\x8a\xae\x9e\x3b\xb8\xf7\xb4\x97\x3a\xca\ \x37\x6c\x52\xab\x4a\x68\x56\x5a\x5e\x68\x62\x64\xe6\xe1\xfd\x17\ \xd2\x8a\x09\x01\xc9\x8f\xb7\x6c\x50\xb7\x94\xe7\xca\xc9\xfd\xfb\ \x2e\xe9\x04\x01\x60\xab\xd9\xae\x6d\x95\xb2\x11\xd4\x97\x7d\xec\ \xd7\xc3\x99\x45\x1a\xc7\xa1\xfb\x96\xf6\x41\xb1\x55\x5a\xb7\xae\ \x1b\xcc\x9b\x69\x47\xf6\x9f\xb8\x90\xcd\x90\x94\x54\xaf\x49\xcd\ \x1a\x65\xec\x48\x4b\xd9\xb7\xe7\x7c\xaa\x1b\x41\x06\x6d\xd1\xcd\ \x9f\x7d\x26\xcc\x11\x15\x17\x01\xb3\x7f\xbf\x0a\x81\x00\x10\xac\ \xd1\xd0\xfa\xcf\x74\x0f\xcf\x56\x2e\xed\xdd\x73\x25\x4b\xe1\x39\ \x31\xb9\xee\x93\xf5\xea\x97\x41\xbe\x82\x93\x3b\x76\xa7\xe6\x99\ \x02\x34\xb1\x10\xfa\x58\x9b\xa7\xcb\x27\x87\xe9\xb9\x69\xfb\x7e\ \xda\x6d\x9a\xcc\x34\x01\x31\x54\x10\x5e\xb5\x7d\xf3\x32\x97\xf6\ \xec\xbb\x55\x88\xa3\x2b\x3f\xd6\xb0\x49\x75\x07\x52\x53\x4f\x1c\ \x3d\x7d\x26\x93\xdd\x5b\x68\x14\x9b\x34\xb2\x6a\xfd\x32\x41\xae\ \x13\x47\xd3\x9c\xc9\x35\x1b\x25\x81\x53\x87\xce\xc1\xb8\xb2\x4f\ \x34\xaa\x13\x1f\x29\xe5\x9e\x3f\x71\xe8\x60\x8a\xc9\x4b\xf7\xbd\ \x06\x8a\x69\x68\xd9\x6a\x2d\x1a\xd4\x88\x74\x82\x8c\xe3\x87\x8e\ \x9e\x4a\xa3\x40\xd0\x34\x94\x50\xbf\x7d\x9f\x3e\x15\x0a\x2e\x1c\ \x3d\x7e\xe6\x26\x45\x1c\x26\x7c\x95\x56\xcf\xd4\x2c\x1f\x9c\x7e\ \x70\xcf\xf1\x0b\xd9\x80\x73\x34\xec\xd2\xa5\x63\xe7\xd6\x7a\x58\ \x26\xa9\x92\x9d\x77\x6a\xef\x81\x53\x99\x4c\x08\xae\xd7\xb9\x53\ \x85\x58\x74\x69\xd7\xce\x73\x69\x6e\x9e\x43\x9c\x23\xa6\xd9\x73\ \x4d\x92\x23\x65\x5f\xf6\xd5\x03\xdb\x4f\x7a\x4d\x78\xaf\x23\x82\ \x61\x0c\x63\xab\x3d\xd1\xe0\x89\x0a\x82\xe6\x3e\xbb\x6b\x77\xca\ \x4d\x9f\xe4\x70\x56\x7d\xe2\xc9\x2a\xe5\x62\xa0\x92\x7f\x7c\xfb\ \xde\x8c\x62\x8c\x08\xb1\xc7\x57\x6a\xf5\x54\x4d\x47\x68\x15\x59\ \xc0\x98\xfc\x6e\x2a\x47\xb9\xb2\x0d\xdb\x86\x7b\x2f\x9f\xba\x94\ \xc5\x04\x47\xf5\x76\x4d\xf5\x4b\xa7\xb5\xd0\x7a\x4d\xca\x14\x7c\ \xbd\xfc\x58\xbe\x82\x78\x2e\x60\x89\x48\x5c\xad\xc6\x1d\xeb\x24\ \x45\x55\x2b\x87\xcd\x9b\x0c\x00\x43\x33\xe2\xab\x37\x68\xdc\xb4\ \x1a\xc9\x4e\xd9\xbf\xe3\xb8\xc7\xe4\x88\x41\x12\xeb\x35\x7f\xbc\ \x7e\x99\xa2\x0b\x47\x0f\x1e\xbc\x8c\x79\x91\x11\xa1\xd2\x93\x1d\ \x6a\x56\x89\x83\x6a\xfe\xa9\x9d\x87\xd2\xb2\x7d\x1c\x8f\xee\xb9\ \x3b\x16\xea\x74\x78\xe9\xb5\x01\xcf\x90\xcb\xeb\x52\x2e\x5c\xcf\ \x3d\x7d\x38\x4b\x21\xa2\x33\xa2\x5a\xd3\x5a\x65\x4b\xc7\xd8\x04\ \x7c\x75\xcf\xce\x53\x57\x0a\x18\x1f\x54\xb7\x53\xc7\x8a\xf1\x7c\ \xca\xee\x9d\x67\xaf\x15\x89\xc1\xf1\x4d\x9e\x6e\x18\x23\x7b\xb3\ \x0a\x61\x6c\x04\x39\xba\x75\x5f\xbe\xc6\x38\x78\xff\xbb\x31\x98\ \x5c\xa5\x65\x8b\xea\x95\x62\x99\x27\xf7\xe4\xce\x7d\xa9\x79\xa4\ \x54\xad\x66\xf5\x1f\x2f\x87\x94\xc2\xd3\x3b\xf7\x5c\xc9\xf4\x87\ \x24\x54\x6a\xd9\xa2\x36\x2c\xce\xf6\x72\xa1\x41\xfa\xcd\x03\xbb\ \xce\x2a\x3a\x15\x23\x4b\xb7\x6d\xfb\x44\x04\x28\x3a\xfa\xeb\x9e\ \xf4\x7c\x93\xe7\xf9\xc8\x72\x35\xaa\xd7\xab\x1c\x19\x66\xd7\xb2\ \xae\x1e\xd8\x7e\xa4\xd0\x74\xd6\x6a\xdd\xaa\x6a\xc5\x28\x25\x2b\ \xf5\xf0\xce\x43\x05\x2a\x02\x98\xc5\xd5\x6a\xdc\xe0\xf1\x8a\x12\ \xf5\x5d\x39\x7c\xf8\x7c\x4a\xde\x9f\x96\xb1\xa5\x98\x3a\x4b\x57\ \x69\xde\xa0\x66\x54\x28\xba\x75\xf2\xf0\x91\xe3\xd7\x29\xb0\x69\ \x1a\x8c\xad\xdb\xb6\x77\x9f\x52\x45\x29\xc7\x8f\x9d\xbc\x41\x38\ \x0e\x9b\xa8\x52\xcb\x4e\xb5\x2b\x86\xdd\x38\xbc\xf7\xf8\xb9\x2c\ \xca\x89\x31\xd5\xea\xd7\xae\x5b\x31\x58\xc2\xa9\x87\x0f\x9c\xba\ \x94\x0b\x10\xc4\x4c\xac\xde\xf6\xb9\xea\x65\x83\x6f\x1d\xdf\x7f\ \xe4\x54\x26\x41\x10\xd9\xa2\x9a\x76\x6e\x9a\x1c\x6d\x53\x72\xae\ \x1f\xdc\x7e\xc2\x6d\xfc\x89\xff\x90\x51\x2c\x86\x97\x6d\xf6\x54\ \x3d\x49\xc9\x2b\xc6\x41\x61\x30\xff\xe0\xf6\xe3\x1e\x83\xf2\x21\ \xf1\x2d\xbb\x34\x8b\x93\xfd\xa7\xb6\xef\x4a\xb9\xe9\x0f\x2f\x55\ \xb5\xf5\x93\x35\x48\x41\x96\x2a\x46\xc8\xbe\xd4\x83\x7b\xce\x2b\ \x1a\x73\x24\x56\x6a\xdd\xba\x81\xe4\x4a\x3b\xf0\xcb\xc1\x42\x83\ \xe7\xd0\xdd\x56\xe8\xd2\x9e\x5f\x4f\x85\xd4\x6a\x92\x2c\x64\x1d\ \x3d\x9e\x01\x82\x22\x1b\xb5\xae\x92\x7d\xec\x78\x56\x91\xc9\xfd\ \xa5\x2a\xbf\x5c\xa4\x90\xdc\xa2\x5b\xdb\x5b\xeb\x16\x2e\x5c\xb7\ \x29\x0b\xd6\xee\xf7\x72\xe2\xe6\x55\x7b\x6b\xbc\x31\xee\xa3\xf7\ \xda\x21\x3e\xa2\xd3\xc0\xee\xe8\xec\x8e\x9b\xa5\x9f\x1f\xf5\x5e\ \x9d\xdd\xdf\x1c\x0d\x8a\x92\x70\x58\x93\xb1\x93\x7b\x9e\x5c\xbf\ \xbb\xd3\xd2\x45\x5d\x6b\xcb\x66\x54\xdd\x97\x06\xb6\x4a\xdf\xf6\ \x6b\x7a\x91\xc1\x51\xa1\x7a\xc7\x67\xcb\x91\x8b\x9b\x7f\xb9\xc6\ \xf1\xc8\x44\x21\xdd\x67\xce\xe9\xd3\x2e\x99\x8f\xad\xdd\xb5\x57\ \x93\x1b\x3b\x77\xa4\x16\xb1\x52\x35\xeb\xd5\xaa\x11\x17\x5e\xb9\ \x59\x8f\xde\x0d\x53\x36\x6d\xcd\x16\xcb\x0e\x5d\xb9\xa0\x43\xed\ \x10\x29\xbe\x72\x9d\x72\x21\xfb\xbe\x58\x71\x1e\x54\x7c\x6f\xd5\ \xcc\xc7\xc2\xfc\xba\x14\x15\x1d\xec\x3f\x7b\xe4\xaa\x89\xfe\xac\ \x67\xc4\xd0\x84\xb2\x23\x96\xcc\xe9\x50\xdb\xa1\x0b\x21\x61\x9c\ \x72\xfe\xe0\x09\x50\xad\xfd\xa8\x29\x03\x23\x88\x3f\xb1\xf9\x33\ \xed\x6a\xdb\xf6\x6d\x3d\x58\xfa\x95\x77\x27\x4d\xe8\xa8\xbb\x50\ \xab\x37\xfa\x26\x19\x57\x0e\x1e\xba\xce\x1c\x71\x8d\xda\xd4\x0f\ \x0b\x0e\x6f\xd6\xb7\x5f\x15\x70\x79\xc7\x09\x38\xfc\xb3\xe9\xf5\ \x2b\xc5\x35\x7b\xe9\x99\xa4\xf8\x32\x4f\xb5\x4a\x3a\xf0\xdd\xce\ \xd8\xce\x6f\xbe\x3b\xb4\x95\xee\x21\x8d\x5e\x7e\xb9\x0a\x48\xdf\ \x73\xec\x4a\xdd\xb7\x26\x8c\x7a\xf3\xf1\xe2\x1c\x35\xa9\x62\x4c\ \xf6\xf9\xf3\x59\xf9\xea\x7d\x96\x9a\x10\x1a\x92\x58\xa5\x61\x93\ \x0a\x8e\xa8\xca\xdd\x87\x74\xf5\x1d\xd9\x7e\x2e\xc7\x31\x74\xed\ \xa2\xa7\x2b\x71\x2c\xa1\x61\xcf\xfe\xcd\xae\x6e\xfd\x25\xcd\xeb\ \xec\xb5\x60\x7e\x9f\xf6\xc9\xc8\x99\x54\xaf\x6e\xd9\xf3\xeb\x56\ \x1d\xbe\xa1\x88\x77\x8d\x64\x46\x09\x1f\x1c\xdf\xfe\xad\x57\x92\ \x90\xe1\xac\xfa\x64\xf7\xae\xb5\x53\x7e\xde\x96\xe1\x13\x2a\x36\ \x68\x50\xb5\x42\x64\x5c\xfd\xa7\xbb\x3c\x53\xe1\xd4\xc6\x5f\x72\ \xc5\xa4\x01\xb3\xe7\xf5\x7f\xae\x12\xe0\xed\xd1\xa1\xd2\xf5\x43\ \x87\xd5\xc4\xfa\x4f\x37\xb6\x6d\xdb\x9a\xd9\x67\xce\x8c\xa6\x11\ \x99\xdb\x7e\x3a\x4c\x2a\xb6\x1a\xbf\x62\x74\xac\x51\x28\x44\x27\ \xda\x70\xf6\xf9\xd3\xb7\xee\x1d\x4b\x4c\xd7\xf0\xe3\x6f\x8e\x1c\ \xd2\x59\xfa\xf6\x9b\x03\x65\xdb\x0f\x9b\xf2\x7a\x95\x4d\xab\x36\ \x95\x19\x30\x66\xfc\xa8\x96\x3e\x17\xdf\xfa\x8d\x57\xcb\xd3\xd4\ \x43\x47\x52\x19\xc7\xdf\xa5\xf3\x54\xd7\x58\xeb\x71\x53\xde\xe9\ \x5d\xd5\xad\x45\x3c\x3b\xa4\x57\x68\xf6\xc9\x43\x97\x72\x6a\x77\ \xe9\xd1\xb8\x52\x88\x82\x92\x5f\x1c\xd2\xc5\x7f\x72\xcf\xa9\xd4\ \xe2\x26\x43\x3e\x19\x3d\xfc\x29\xc4\x47\x75\x7e\xe3\x45\x78\xf1\ \xc0\xa9\xeb\x4a\xe5\xe6\xcd\x1a\x37\xab\x85\xdc\xb7\xdc\x26\xaf\ \xdf\xba\x7c\x21\x55\xed\x38\x61\xc6\xdb\x2f\xd5\x40\xce\x72\x5d\ \x07\x3c\x5d\x74\x70\xe7\xf9\x6c\xae\xdb\x9c\x79\x3d\x9b\x04\x17\ \x7a\xc5\xe4\xd2\x72\xca\xa1\xf3\xde\xdf\x8d\x37\x8c\x51\x72\xad\ \x7a\x35\xab\xc5\x46\x56\x6b\xd9\xfd\xa5\xba\xe7\x37\x6e\x71\xc5\ \x35\x9a\xbc\x61\x52\x69\xe0\x89\x7d\xb2\x6b\xc7\xe6\x91\x07\xd6\ \x6e\xd7\xe2\xea\x7d\xb0\x7a\x76\xd3\xb2\x52\x50\x99\x5a\xd5\x63\ \xc0\xaf\xab\xbf\x4d\xf5\x71\xc2\x5d\x5d\x57\x55\xfa\x44\xbf\x8f\ \xdf\x7f\xde\xb6\x61\xed\x1e\x1c\xdb\x70\xc6\xba\x77\x0a\x7f\xd9\ \x74\x0b\x26\xd7\x6f\xd5\xac\xeb\x2b\x75\xcf\xff\xb8\xf9\x72\x16\ \x86\xc4\x88\x69\xda\xed\xd3\x25\xef\x24\xc8\x20\xa9\xfe\x13\xb1\ \xee\x94\x75\x5f\xfd\x2c\x37\x7e\x69\xf4\x27\x2f\x49\x8a\x52\xa9\ \x43\xd7\xe6\xc9\xfa\xde\x1d\xc7\xe3\x3a\x0c\x9c\x38\xbb\x7f\x08\ \x12\x1b\xf7\x7e\xa5\xac\x79\x6d\xff\xd1\x94\x72\x3d\xdf\x1d\xf7\ \x51\x7b\x7f\xb6\x3b\xb6\x42\x7c\xf1\xf5\x8b\x37\x6e\x79\x38\x9e\ \xbb\x77\xd5\xc4\x97\x79\xbc\x61\xd3\x96\xf5\x05\x5f\xb6\xcb\xe4\ \xf5\x8c\xcb\x97\x6e\xe4\x95\x69\x35\x68\xe6\xdc\xbe\xa2\xe6\x77\ \xc6\xc6\x69\xd7\xce\x9e\x49\x57\x3a\x8c\x9b\x3e\xa4\x57\x6d\xe8\ \x28\xd3\xf5\xf5\x0e\xc5\xfb\xb6\xdc\x8a\x7e\x6e\xfa\x9c\xde\x11\ \xa5\x6b\x75\xe8\x5c\x37\xa1\x66\xe3\xea\xe1\x59\xbb\x76\x5e\x83\ \x02\x0f\xef\x52\x1d\x9d\xd9\x3a\x7d\x34\xed\xbd\x41\x4d\x79\xc4\ \x47\xc5\x84\xe7\x9d\x3d\x7a\x2d\x9f\x55\x78\xac\x7e\xf5\xca\x51\ \x31\xb5\xdb\xbe\xd8\xa5\xea\xb1\x75\x3f\x27\xbc\x38\x6e\xd4\x9b\ \x0d\x62\x1b\xb4\x6d\xfe\x58\x72\xb5\xa7\x5a\x08\x69\x7b\x4f\x15\ \x25\x0d\x9f\xff\x51\xb5\x10\xc3\x56\xa9\x59\x97\x0e\x95\x2e\xfc\ \xf2\xeb\x4d\x33\x79\xd8\xa2\xb9\xcf\x37\x0c\xd5\x38\x67\xb8\x64\ \x5c\x3e\x7e\xba\x08\x87\xd4\x6b\xd9\x30\x21\x3a\xb4\xe6\xb3\x2f\ \x3f\x59\x99\xec\xdd\x72\x40\x6a\xf0\xe2\xc4\xcf\x06\x3b\xdc\x05\ \x41\x49\x49\xd0\x73\xe3\xd2\xc5\x5c\xf8\x27\x96\x9a\x1a\x1a\x6d\ \x36\x6a\xc2\xfb\xaf\xd7\x75\xf9\x82\x3b\xbd\xdd\x27\xba\xf0\xcc\ \xc1\xf3\x59\xd5\x9f\x7d\xb1\x59\xf5\x48\x3f\x8b\xeb\x32\xa4\xbb\ \x71\x6e\xff\x89\xab\x05\x0d\xdf\xf8\xf8\xa3\xf7\xda\x71\x5c\x78\ \xc7\x37\xba\x8b\x57\x0f\x1d\xbe\xa2\xf4\x5e\xb2\xb0\x57\xb3\x70\ \xc5\x51\xe5\xa5\xb7\x3b\xe7\xee\xd9\x71\x21\x53\x7f\xea\x9d\x8f\ \xfb\x75\x2e\xef\x33\x82\x3b\xbd\xde\x43\xbe\x7e\xf8\xc8\x35\xf5\ \xf9\x19\x73\x7b\xb7\x8c\x2c\x74\xf1\xa5\xcb\x3a\x52\x8e\x9c\xf7\ \xe8\x7f\x62\xa9\x4d\x4d\x2b\xd7\x69\xc4\xd8\x77\x5b\x46\xd6\x7c\ \xb2\x55\x93\x72\x15\x9a\xb5\x08\x2f\x3e\x76\x28\xd5\x39\x68\xee\ \xf8\xc7\xe3\x29\x4a\x7c\xec\xc5\x2e\x8f\x5d\xd8\xfc\x6b\x52\xcf\ \x09\x23\xfa\xd6\x49\x68\xdc\xa1\x71\xad\x84\x9a\x6d\x9e\x24\x97\ \x76\x5d\x34\x2a\x8f\x59\x33\xad\x5e\x1c\x97\xd4\xe2\xf9\xd6\x75\ \xe4\xc3\x5b\xf7\x15\xf2\x15\xde\x5d\x32\xa7\x43\xed\x20\x5d\x08\ \x09\xe7\x94\x33\x7b\x4e\x26\xf6\x1c\xfc\xf1\xf0\x4a\x9b\x3e\xff\ \x45\xac\xd1\x69\xde\xd2\x6e\x67\xbf\xfd\x21\xb5\x88\xdd\xfd\xae\ \xfe\x05\xef\x47\x60\xeb\x8f\x13\xc4\x20\x00\x6f\xa5\x5e\x77\x87\ \x25\x84\xc6\xd5\xed\xd5\xb3\xc9\xde\x8f\x06\x0f\x7e\xf5\xb5\xb9\ \xeb\xd3\xbb\xbc\xf7\x2c\x4b\x4d\x57\x8a\xb9\xd2\x6d\x7b\xcf\x5e\ \x3f\xab\x5e\xe9\x10\x6f\x51\x6a\x8e\xc6\x87\xc9\xde\x5f\x17\x8c\ \x1f\xd4\x63\xc8\x91\x8c\xa4\xa7\x1b\x95\x21\x98\x80\xbb\xaa\xac\ \x52\xac\x87\xd7\xec\xd4\xa3\xbe\x30\xaf\x57\xbf\xb7\xba\xbd\xbe\ \xc7\x13\xdf\xb3\x7f\x43\xc4\x94\xf4\x73\xa7\xcf\x9c\xb9\x7e\xe5\ \xe4\x79\x5b\x64\xed\x7a\xa5\xe4\xd8\x86\x5d\x5b\x87\xa4\x7e\xfc\ \x7c\xef\x77\x07\x4c\x3f\x9f\xe5\xe3\x05\x04\x05\x39\x32\x2e\xd4\ \x97\x79\x65\xd3\xac\x69\xb3\xa6\xff\xa8\x70\xc2\x23\xec\xb1\x30\ \x20\x38\x22\xed\x64\xf3\xb8\x8f\x3f\x7c\x63\xe4\xf4\x59\xdf\xdd\ \xd4\xc3\xda\xf6\xea\x5b\x3f\xdc\x9d\x72\xee\xf2\xa5\x0b\x37\x6b\ \xf5\x6e\x5d\x25\xd9\xc1\xcb\x72\xc1\xd1\xf5\x1f\xbc\xf1\xfa\xc4\ \x29\xc7\x9a\xb7\x6a\x15\x2d\x61\xdd\x9d\x75\x6c\xef\xa9\xb4\xab\ \x57\xae\x5d\x37\x9a\x34\xac\x1b\x2c\x73\x9c\x91\xb1\xfc\xd3\x2f\ \xaf\xa6\xdf\xf8\x6a\xca\x8a\x6c\x5b\xd9\xd8\xc4\x6a\x3d\x5e\xef\ \x1a\x52\x74\xed\xea\x85\x94\x6b\x79\x66\x9b\xc1\x2d\xc2\x00\xb4\ \x47\x44\xda\x79\xe5\xdc\x2f\x1b\x26\x0f\x99\x7c\xf4\x8a\x5b\x10\ \xef\xdf\x95\xe5\x10\x28\x48\xbf\x74\xec\x70\x4a\xea\xb9\x73\x1e\ \x52\xba\x79\xad\x44\x0a\xf9\x60\xbe\x68\xcb\xac\xb1\x6f\xbc\x38\ \xf4\x6c\x7e\xf9\xb6\x75\xa3\x1d\x95\xdb\x76\xa9\x09\x66\x75\xef\ \x35\xb4\xcf\x27\x07\xce\xe7\x09\x36\xe1\x01\xdd\x12\x24\xbe\xe0\ \xdc\xb2\x0f\x46\xbc\xf1\xec\x80\x13\x62\x85\x17\xba\xd5\x64\xc4\ \x77\xe5\xc4\x89\x0b\x17\xd2\x2e\x1d\x4f\x89\x2e\xdd\xa0\x4a\x14\ \x97\xd8\xac\x4b\x8f\x46\xc5\x63\xbb\xbc\xfa\x7e\xff\x11\xe3\x3f\ \xfa\xfc\xaa\x1b\x89\xd0\x84\x89\x4f\x7c\xb4\x64\x62\xf0\xe1\xf9\ \x43\x87\x2c\xcb\xd7\x91\x1c\x14\x1c\x11\x65\xcf\x4f\x39\xb1\x7a\ \xdc\x84\xa5\x5f\x1e\x66\xb2\x04\xef\x9f\xbe\x33\xac\x51\xc5\x4f\ \x21\x00\x94\x1a\x3e\x82\x29\x80\x8e\x60\x5b\xf6\xfe\xaf\x46\xbf\ \x39\xe0\xfd\xd1\x1b\x1b\xbf\xfd\x52\xa5\x58\x01\xdf\xe7\x3b\x00\ \x28\xc8\xc9\xa5\xfc\xf8\xd9\xc8\x81\x7d\x27\x2c\x38\xde\x71\x44\ \xd7\x38\x84\x04\xa8\x9f\xfc\x7a\xce\xd0\xd7\x06\xae\xdb\x05\x3a\ \xb4\xa8\xcc\x3b\xaa\xf7\xe9\xf6\xf8\xf6\xf7\xdf\x1c\xfc\xea\x6b\ \x0b\x7f\xcc\xee\xf2\xce\x33\x61\xb0\x78\xeb\xa2\xd5\x87\xcf\xdc\ \x3a\xba\x7a\xd9\xe4\x8f\xc6\x6f\xda\x73\x2d\xa8\x62\xeb\xde\x6d\ \x12\x57\xbd\xde\xff\xad\x57\x06\xac\xbf\x28\xf4\x7c\xab\x05\x62\ \x2c\x24\x36\x02\xfa\x73\xf6\xaf\x5e\x32\xf1\xbd\x25\x37\x7d\x8c\ \xbb\x7f\xef\x11\x72\xd0\x4c\x3b\x73\xea\xdc\xd9\xeb\x97\x4f\x9c\ \x77\xc6\xd6\x7d\xac\x8c\x1d\xf3\x76\xd9\x77\x61\xc9\xfb\x23\xde\ \xec\x36\x99\x4f\x68\x5e\x37\x49\x2a\xfb\x54\xcf\x06\xea\xc1\x91\ \xcf\xf6\x19\xfd\xf6\x82\x34\xb7\xc9\xf3\xf7\xa9\x12\x94\x80\x7a\ \x68\xdb\x96\xc2\xea\x4f\x56\x8c\x10\x92\x9f\x7c\xda\x76\xf9\xf4\ \x91\xd3\xb9\x19\xc7\xb7\xce\x19\xb3\xf4\x42\x1e\x83\x8c\x01\x40\ \x34\x16\xd2\xee\xe5\x97\xd9\x8f\x73\xde\xe8\xf5\xfa\xcc\x29\xdf\ \xfb\x39\x68\x80\xf0\xce\xfd\x7a\x57\xe2\x72\x2e\x9f\x4f\x49\xb9\ \x9a\xdf\x68\x40\x8b\xb8\xb8\xd2\x5d\xfa\xbc\x98\xfb\xc5\xf8\x37\ \x5f\xed\x3f\x66\xc2\x96\xe6\x43\xba\x97\x71\x70\x62\x48\x78\xb0\ \x6c\x5e\xd9\xbd\x65\xe6\xb0\x09\x3b\x4f\xe4\x0a\xb2\x78\x9f\xf4\ \x04\x4e\xdb\xb5\x72\xcd\xee\xc3\x37\xce\x6c\x5c\x3d\xf5\xe3\x71\ \x9b\x4f\x64\x22\x28\x38\x22\x63\xf4\x33\x3b\xa6\xbe\xf1\xce\x87\ \x03\x3f\xdc\x74\x38\xdd\x59\xae\x55\xef\xf6\xa5\xbf\x7a\xe3\xb5\ \xc1\xbd\x5e\xfb\xf6\x0c\xea\x31\xf8\x29\x87\x20\x16\x5c\xf8\x75\ \xd1\xac\x3d\xb9\xd7\x0e\xcc\x9f\xb5\x2f\xaa\x76\x6d\x07\xb8\x67\ \x4b\x82\x98\x46\x78\xb5\x36\x03\x7b\x46\x2f\xee\xdf\x77\x78\xbf\ \x11\x63\x86\x4d\x3b\x76\xc3\xb4\xf3\xe6\xb5\x53\x27\xcf\x9f\x4b\ \x4d\x39\x71\x31\x3c\xe9\xb1\x3a\xa5\xec\x9c\xcc\x9f\xfc\x7e\xf5\ \xda\x8d\x97\x53\x76\x7e\xfb\xd5\x96\xc2\x52\xd5\x2a\xd4\x6a\xf5\ \x62\xc7\xda\xd2\xd5\xb3\x29\x29\xa7\x52\x62\xdb\x36\x69\xdc\x38\ \x5a\x37\x85\x88\x60\xf4\xeb\xa4\x4f\x46\x0f\x1a\x31\x75\xea\xb7\ \xb9\xa6\x2c\x10\xd7\xe9\x03\x27\xaf\x5d\xb9\x7e\xf1\x6c\x4e\xad\ \xba\x8d\x12\x25\x0c\xec\x21\x61\xe1\x62\xd6\x99\x83\xcb\x46\x8d\ \x5f\xb3\xe1\x1c\x92\x45\xf8\xe7\xc3\x15\x06\x05\x0b\xd7\x7e\x5e\ \xf2\xde\xa0\xfe\xe3\x66\xec\x6b\x37\xa2\x7b\x22\x8f\x78\x88\xcf\ \xad\x9f\x3f\x6c\xc0\xeb\xab\xb7\xe8\x1d\x5a\x56\xe3\xe5\x4a\xbd\ \x5f\x6a\xba\xef\xe3\xb7\xdf\xea\xfb\xda\x9c\x75\xe9\xcf\xbd\xd3\ \x39\x14\xa0\x20\x9b\xb6\x7f\xf9\x94\xb7\x7a\xbd\xb5\xed\x4c\x68\ \x87\xc6\xa5\xb8\xc8\xc7\xfa\xbd\xda\x5c\xb9\x7a\xe1\xda\xb9\x0b\ \x39\x62\x64\xa7\x01\x0d\x10\x00\x21\xb1\x91\x48\xcd\x3b\xf4\xf5\ \xb2\x4f\x47\x2e\xba\xe1\x26\xdc\x9f\xef\x5a\x43\x5b\x90\x74\x79\ \xfb\xb7\xab\x56\x9f\x4b\x3f\xf2\xfd\xf2\x6f\xd2\x93\x6a\x54\xaa\ \xd4\xf8\xf9\xae\x4d\xc2\x53\xcf\x5e\x4a\x39\x79\xd1\xd9\xb8\x7e\ \x8b\xb6\x65\x78\x48\x0f\x7f\xfb\xc5\xc6\xcd\xd7\xce\x6f\x5d\xb3\ \x6e\xa7\xaf\x54\xd5\x0a\x8f\x77\xea\x55\x3d\x7f\xdb\xc8\xae\xfd\ \x87\xbc\x34\x4e\x7a\xaa\xd3\x53\x0d\xa3\x74\x2c\x45\xd8\xe9\x96\ \xf1\x63\x3e\x7c\x63\xe4\xb4\xd9\x1b\x3d\x3c\x3a\xfb\xd3\xde\x7c\ \xf4\x78\xdd\x64\x5b\x6c\xad\x86\xee\x63\xe7\x2e\xa6\xfa\x05\xe1\ \x2f\xee\x19\x97\x1c\xd6\x45\x09\xd6\x00\xb6\x3b\x43\x1c\x7a\xbe\ \x26\x47\x38\xa9\x7a\x3d\x25\x8f\x03\x5a\xda\xf5\x5b\x7a\x74\x32\ \xca\x4b\x2d\x04\xc9\xcf\xb4\x2f\x4f\x40\x54\xdb\x97\x6b\x2b\x37\ \xaf\xb9\x0d\x06\x08\x43\xa2\x24\x00\xb5\xd8\x5b\x24\x3a\x84\xdf\ \x36\x28\x89\x69\x02\x13\x9b\xc4\x16\x91\x00\xf2\x73\x6e\x66\x2b\ \x1c\x28\x48\xc9\xf0\x0a\xd1\x91\xa2\xad\xdc\xd0\x15\xb3\xba\x75\ \xa8\x19\x19\x11\xc4\x09\x0c\x22\xe8\x88\x88\x56\xb3\x6e\xe5\xf9\ \x75\xc0\x28\xa5\x94\x13\x25\x96\x73\x76\xc2\xf3\x43\xd2\x42\x1b\ \x7d\xfc\xd5\xf2\xb1\xef\x3f\xeb\x64\x26\x65\x00\x02\x80\x0d\xc5\ \xfb\x70\xc7\x13\x64\x0c\x33\x0c\x38\x5e\xe2\x65\x81\x47\x8c\x97\ \x23\x43\xa3\x95\x22\x9f\x2d\x2a\xc6\xee\x4b\xfb\xfc\xbd\x95\x69\ \x45\x90\x47\x90\x01\x24\x01\x5e\x29\xce\x36\x25\xc8\x74\x52\xf3\ \xe5\xb7\x3f\x99\x31\xa0\x52\x99\xd8\xa0\x20\x8e\x22\x80\x20\xa3\ \x00\xf2\x88\x2a\x05\x2e\x02\x20\xd3\x35\xe8\x88\x88\x90\x6c\x1e\ \xb7\x19\x99\x1c\xef\x3b\xbe\x63\xe1\xa4\xed\xc4\x6e\xdb\xff\xe9\ \x7b\xd3\x96\xa4\x3c\x3d\x7a\xc2\xe2\x6f\x26\x35\xae\x18\x62\x1a\ \xf8\xfe\x29\x03\x0b\xee\x31\x7d\xea\xe0\x01\x2d\xe2\x62\xc2\x44\ \x89\x01\x0e\x02\x00\x08\x01\x9c\x28\xf1\x40\x29\xf6\xbb\x44\x1b\ \x92\xc3\x62\x58\x71\x7e\x56\xb6\x1f\x42\x40\x48\x89\xcb\xfe\x41\ \x9e\x60\x4c\x18\x64\x20\xe7\x6a\xae\x29\x86\x05\x3b\xa2\xea\x8c\ \x5a\x35\xbd\xc3\x93\x95\x22\xc2\xed\x90\x63\x8c\x43\xa1\x91\xc9\ \xe6\x85\x2b\xd7\xb3\x8a\x38\xc4\x03\x4a\x28\x00\x8c\x12\x21\x38\ \xa6\x7c\x95\x38\xd5\xed\xd2\x19\x10\x6c\x76\xef\x89\x9f\x3e\xe8\ \x39\x91\x6b\xd8\x6d\xea\xba\xa5\x43\x7a\x35\xe2\x4c\xe3\x01\x62\ \x44\x00\x20\x62\x00\x13\x13\x1a\xf0\xce\x33\xca\x08\x61\x1c\xa0\ \x59\xd7\x2e\x67\x09\x31\x21\x4e\x11\xfc\xee\xcf\x18\x61\x94\x00\ \x1e\xe8\x69\x97\xaf\xba\x82\x13\x9c\x36\x8e\x31\x00\x79\x5e\x04\ \xd4\xe5\xca\xe7\xed\x82\x10\x12\xed\xc0\xfe\xeb\x57\xf2\x39\xa0\ \x5e\xbf\x76\x4b\x8f\x88\xb7\xf3\x50\x90\x65\x91\xe7\x20\xe4\x04\ \x20\x40\x40\xc5\xb0\x38\xc1\x53\x98\x96\xee\xe1\x81\xfb\x72\x6a\ \x3e\x8c\x4d\x74\x82\xa2\x2f\xfa\xbe\xf1\xfd\xc5\xe0\x81\x0b\x17\ \xcc\x9d\xff\x56\x69\x27\xbc\xcf\x89\x4f\xb1\xc9\x45\x56\x1e\xf1\ \xc5\xac\x2e\xed\x6a\x44\x46\x04\x21\x9e\x41\x0e\x32\xca\x08\x85\ \x82\x2c\x33\x5f\xa1\x87\x68\x92\x4d\x08\x0a\x8f\xf2\xdc\xc8\x28\ \x26\x18\x52\x4c\x29\xfd\xbd\x88\x79\x59\xcc\x3f\xbe\xff\x52\x86\ \xbd\x45\x9b\x26\x2d\xdb\x57\x3a\xbf\x65\xd3\x4d\x5d\x94\x05\xc9\ \xee\xb0\x09\x88\x98\x86\x69\x32\x93\xf2\xb6\xd0\x10\x7b\xd6\x95\ \x9b\x1a\x80\x0c\x9b\x8c\x51\x26\x06\x45\x3a\xc3\x7d\xc5\x8a\x33\ \x2e\x8e\xcb\x3a\xb7\xe0\xfd\xaf\x73\x68\x78\x64\x10\x9f\x7e\x21\ \x83\x02\x9a\x93\x9e\x5a\x20\xc7\x46\x44\x05\x9d\x59\xf0\xc9\xb8\ \x89\x7b\x1b\x0f\x19\xfd\xd9\xfa\x59\xed\xeb\xc6\x98\xba\xf9\xfb\ \x17\x2c\xf2\x92\x20\x20\x5e\x94\xed\xc0\x21\x05\x5c\x2d\x94\x60\ \xc0\x78\x41\x92\x24\x11\x01\x2a\x86\xc5\x89\xde\xa2\xb4\x34\x17\ \x0f\xbc\x57\x52\xf3\x40\x4c\xbc\x04\x08\x43\x3c\x32\x15\x9f\x4b\ \x85\x80\x31\x93\xc0\xfb\x03\x54\x98\x3d\x22\x49\xcc\xc8\x4a\xb9\ \x9c\x05\x80\x00\x01\x31\x74\x43\x8c\xaf\xf5\xfe\x97\x33\x3a\x3f\ \x55\x25\x22\xdc\x0e\x4b\xc4\x45\x10\xcf\x53\xaf\x4b\x55\x09\xa4\ \x84\x50\x14\x1a\x99\x48\x8b\x3d\xc0\x11\x16\x69\xf7\x7f\xfb\xe1\ \xe2\x23\x57\x74\x59\x84\x84\x99\x0c\x71\x12\x27\x0b\x02\x67\xaa\ \x7a\x42\xf3\x2e\x13\x96\x7e\x50\xbf\x7a\x52\x58\x88\xc8\x10\x10\ \x82\x1c\xf9\x3b\x57\x7d\xd0\x7f\x51\x54\x87\xfe\x33\xd7\x2f\xee\ \xff\x5c\x0d\x66\x18\x0c\x00\xc8\x98\xae\xf9\xfc\x01\x17\xed\x83\ \x37\x72\x02\x9a\x63\xa4\x5f\xbe\x52\xe8\x88\x0f\xb6\xf3\x8c\x31\ \xc8\x71\x22\x60\xee\xe2\x3c\xce\xc6\x8b\xc1\xd1\x41\x44\xbb\x9e\ \x92\xcb\x01\x2d\xed\xda\x4d\x35\x3c\xde\x21\x40\x42\x00\xe4\x45\ \x11\x18\x2e\x77\x01\x6f\x43\x62\x68\x7c\x08\x65\x1e\x9d\x8b\x29\ \x15\x75\xf5\xdb\xaf\x56\xac\x3c\x6f\x43\xda\x57\x03\x06\xad\x3d\ \x29\xf6\x9f\x37\x7f\xde\x67\xc3\xca\x85\x22\x4c\x18\x00\x01\xa7\ \xbc\x1f\x13\xf6\x80\xe9\x35\x04\x8c\x52\xc8\x0b\xcc\xef\xf6\xfb\ \x31\x64\x94\x62\x1a\x1c\x99\x08\xdd\x3e\x22\x85\xc6\x84\x93\x4d\ \x9f\x2c\xde\x75\xca\x23\x8a\x10\x09\x02\xf1\xb8\x54\x9d\x42\x8a\ \x29\xe0\xc2\x22\x23\x0b\x52\x52\x5d\x80\xa9\xf9\xe9\xd7\xbc\x72\ \x48\x54\x30\x22\x18\x33\x0c\x02\xe2\xe2\x39\x24\xca\xda\xe5\x03\ \x87\x6e\x18\xcd\x3a\x37\xa9\x59\x3f\xe6\xf2\x91\xbd\xf9\x54\xe4\ \xfe\x6a\x70\x0f\x62\x00\xf2\x90\xb3\x05\x39\x62\x4b\xb7\x18\x30\ \xb0\xfd\xcd\x9f\x0e\x64\xa6\x9d\xbf\xa2\xf0\xed\xfb\xb4\x4d\x8c\ \xaa\xf9\xcc\x0b\xcd\x8d\x93\xa7\x73\x73\xae\x16\x44\x56\x6f\x51\ \xc6\xf8\x62\xc6\xfa\x1a\x2f\x75\x61\x17\xaf\xab\x14\x70\x1c\xe4\ \x10\x84\x00\x71\x30\xb0\xbc\x80\x10\x60\x9f\x4e\xc3\x2a\x56\x29\ \x13\x9f\x14\x13\xe3\x2c\x4c\x39\x54\x94\x58\xe5\xe9\xce\xf5\x92\ \xca\xb5\x7c\xe6\x89\x84\x1b\x7b\x4e\x72\x71\x15\x1a\xd7\x60\x3b\ \x17\xce\x5b\x30\xf5\xeb\xeb\xb9\x7e\xd9\x26\x64\x9e\x3b\xc8\xea\ \x34\xed\xd4\xe6\xb1\xa8\xe8\x30\x87\x20\x43\x4a\xc5\x90\xb0\x50\ \xb9\x78\xed\xa8\xf7\xc6\x4d\x3f\xd8\xb2\xc7\x9b\x4f\x24\x23\x15\ \x33\x4c\x58\x4c\xcd\xe6\xcf\x3d\xfb\xb8\x83\x7b\xf0\xe6\x38\x83\ \x00\x01\x0e\x96\x80\x78\xec\xbe\x74\xe5\x3c\x0c\x42\xa7\xbf\x5f\ \xb7\x76\xf9\xda\x2d\x9b\x8e\xe7\xfa\x74\x5e\x44\x1c\x87\x20\x80\ \x08\x71\x1c\x64\x26\x10\xab\x37\xa9\x66\x4b\xdb\xbe\x60\xc2\xec\ \x4d\x3f\x9e\x64\x92\x00\x01\xe4\xc4\x20\x9b\x7a\x61\xe2\xab\x43\ \x8f\x64\x18\xb2\xdd\x0e\x5d\xa9\xe7\xb3\x72\x25\x58\xfc\xcb\xb2\ \x95\xeb\xd7\x6c\xda\xb1\xed\x92\x8a\xf9\x98\x72\x51\xa9\x3f\xad\ \x1c\xdd\xf7\xe3\xf4\xa0\x76\x03\x9f\xab\x07\x88\x71\x9f\xdf\x0b\ \x88\x51\x8d\x1a\x47\x5f\x5e\xbf\x74\xee\xb4\x65\xc7\x2e\xe4\x88\ \xb2\x00\x00\xe0\x38\x88\x6e\x8b\x0b\xf1\x42\xf1\xe5\x43\x05\x71\ \x55\x9e\xeb\xd9\x3c\x36\x3a\xcc\x29\xdb\x1f\x10\xd5\xc8\x00\x00\ \x8c\x73\xd8\x43\x23\x22\x2a\xd6\x7d\xbe\x63\x8d\xa0\x94\xbd\xe7\ \x1d\x65\xab\x34\x28\xed\xde\x34\x73\xf6\xe2\xd9\x1b\xb2\xbc\x86\ \x5d\x84\xe9\x67\x0e\x28\xf5\xdb\xf7\xe8\xd6\x22\x26\x26\x32\xbe\ \x74\x52\x88\x8c\x00\x2f\xe3\xcb\x9b\xde\xee\x3a\x26\xe9\xad\xe9\ \xa3\xde\x68\x0e\x54\xcd\x16\x1b\x23\x7a\x2e\x2f\x1a\x34\x64\xe1\ \x46\xd7\x2b\xaf\xf5\x2f\xe7\x34\x8c\x7b\x43\x20\x38\x80\xb3\x6f\ \x16\x07\xd5\x68\x56\x3b\x31\x21\x34\x3c\x54\x82\x08\x00\x40\x19\ \x70\x26\x94\x2b\x1d\x59\xae\xf9\xb3\x9d\xe3\xb3\x2f\xdd\xcc\xf1\ \xc3\xdf\x69\x19\x01\x5c\x58\xa9\x0a\xa5\x42\xab\xb4\x7d\xae\xad\ \x3d\xe5\x4c\xae\xdf\xe4\x79\xc8\x21\x08\x00\xe4\x20\xe2\x38\xd1\ \xcc\x3e\x7f\x45\x97\x9f\xee\xd5\x3a\x31\xba\xf6\x73\xcf\x35\x51\ \x8f\x1e\x2b\x32\x21\xc2\x9a\xa6\xc2\x8a\x75\x2a\xc6\xc7\x25\x25\ \x24\x44\xf8\xae\x1f\xbb\x15\x94\xd8\xb1\x5b\xe3\x84\x84\x46\xcf\ \xb7\xa9\x96\xb7\xff\xb8\x8a\x82\x63\x13\xc4\xbd\x73\x27\xbe\x3f\ \x64\x49\x54\x93\x01\xdd\x1a\xc6\xdc\x17\x18\xc3\x28\xb5\xc7\x94\ \x6d\x54\x0d\x6f\x9b\x3f\x77\xe1\xb4\x6f\xd2\x0b\x54\x51\xe0\x00\ \x04\x5c\x40\x05\x10\xe2\x20\xe4\x01\x49\x3f\x73\x28\xe8\xc9\x76\ \x6d\x1b\xd5\x88\x88\x0a\xb7\xf3\x0f\x9a\xeb\x21\x41\x34\xd2\x37\ \x7c\x73\xa4\xf9\xe4\xf9\x9d\x13\x72\x37\x7c\x77\x96\x97\x79\x08\ \x81\xa9\xf9\xfc\xf6\xb8\xf2\xd5\x2b\x25\xc7\xc7\x39\x59\xd1\x99\ \xf3\x29\xb5\x5f\xe9\xda\x20\x31\x29\x2c\x22\x4c\x42\x22\xaf\xe5\ \x5d\x48\xbd\x2a\xd8\xcc\x83\xdf\x7c\xb5\x76\xe5\x77\xbf\x6c\x3d\ \xef\xc9\xbd\x71\xe1\x66\x7e\xe3\xde\xcf\x54\x88\x2c\xdf\xfa\xc5\ \x67\xc2\xae\x9f\xca\xc8\xd6\xa2\xca\xc7\xe7\x1e\xd8\xf8\x71\x9f\ \x91\x47\xbd\xf5\xdf\x7a\xa9\x85\xc4\xb4\x07\xaa\x2e\x02\xfc\x3d\ \x5e\x66\x88\x38\xc8\x41\x08\x20\x84\x88\x13\xfd\xe9\xc7\x33\xec\ \x71\x1d\xbb\x37\x4d\x88\x6f\xf8\x7c\xbb\x1a\x05\x07\x8e\xfb\x01\ \x2f\xda\x9c\x45\x07\x97\xbe\x37\xf8\x33\xc5\x16\x24\xf0\xe8\x3e\ \xdd\x41\x1c\x57\x70\xf9\x50\x7a\x6c\xcd\x97\x07\x3c\x93\x1c\x17\ \x11\x5b\x2a\x39\x3c\x98\x77\xc4\x96\x7b\xbc\x82\xb2\x79\xf6\x9c\ \xcf\x66\xae\xbf\xe5\xd2\x45\x1e\x01\xc8\x39\x1c\xc2\xe1\xcf\x47\ \x4f\x9e\xbb\x47\x08\x75\x4a\x08\xa7\x5f\x3e\xee\x77\xd8\x32\xf6\ \x6d\xf9\x7a\xd1\x9a\x9f\xbe\x3f\x90\x96\xee\xe5\x45\x0e\x01\x1e\ \x95\x0c\x2b\x60\x32\x98\x5c\xbb\x7a\x69\x72\x76\xf9\x27\x33\xbf\ \xfa\x72\x97\x82\x10\xa4\x20\x38\x21\x9e\x66\x1e\x9f\xd9\xff\xed\ \xd5\xfb\x84\xd7\x07\xbc\x1c\x27\xe9\x26\xa6\x18\x4a\x35\x5a\x3f\ \xd3\xaa\x49\x19\x80\xf1\x43\xa2\x39\x51\x68\x72\x85\x52\x61\x95\ \x5a\x3f\xd7\x3e\xe4\xda\xd9\x6c\x8f\xc1\x09\x88\x43\x08\x02\xc4\ \x21\x84\x78\x11\xe7\x5d\x4c\xf1\x73\xed\xfa\xb4\x4d\x8a\xaa\xf9\ \x4c\x97\xe6\xe6\xf1\x63\x85\x26\xe3\x4b\x6c\x0e\xe4\x10\x87\x38\ \x51\xcb\x3c\x73\xd9\x6b\x70\xae\x2b\x1b\x16\x7e\xb1\x71\xed\xd6\ \x83\xfb\x6f\x40\x5b\x50\x74\xa2\x7c\x70\xe1\x94\xf7\x06\x2f\x0c\ \x69\xd0\xbf\x67\xe3\x04\xdd\x24\x8c\x62\x29\xbe\x7a\xe7\xee\xed\ \x12\xc2\x38\x8c\x1f\x30\xd0\x20\x44\x36\x87\xed\xc2\x37\x13\xc6\ \x4e\xf8\x09\x85\x04\x49\x3c\xcc\xba\x7c\xb4\x58\x96\x73\x8f\xff\ \xfa\xf5\x82\x55\x3f\x6e\xdc\x7b\xf9\x9a\x4b\x90\xc4\x20\x3b\xdc\ \x3d\xf7\xdd\x19\x9f\x1f\x11\x43\x9d\x22\xd0\xaf\x9e\x3d\x11\xfb\ \xf4\xd3\x4f\x54\x29\x57\xbb\x43\xd7\xc7\xed\x85\x57\xce\x66\x02\ \x51\x40\x90\x83\xb0\x44\x60\x00\x70\x3c\x28\xfe\x79\xe5\xae\x4a\ \x7d\x3f\xe9\x59\x5d\xdf\xbd\xe9\x3c\x12\x85\xbf\xbe\xa3\x88\x88\ \x9a\x91\xe5\xea\x34\x7a\x5a\x85\x62\x35\xf3\xd0\xb2\xc9\x0b\x0f\ \x0a\xc0\x5c\x32\x6a\xd6\x3b\x93\x07\x2d\x69\xc7\xbb\xaf\x1e\x98\ \x3e\xe9\x67\x03\xe8\xd7\xce\x5e\x3c\x52\x7c\x60\xfb\x8f\x67\x1b\ \xef\x39\x9f\x9e\x9e\x0f\x00\xf0\x16\x79\xfc\x1a\xe5\x00\x53\xbc\ \x1e\xaf\x82\x21\x84\x02\x4f\x8f\xaf\xf9\xa1\xf3\xbc\x21\x0b\xd6\ \x37\xf8\x7e\xfa\x27\x9f\x6f\xd8\x39\xf5\x93\x2a\x43\x47\xce\x6a\ \x21\xd0\xeb\x5b\x96\x2e\x5d\x7f\xdd\xe0\x8a\x17\x2d\xbd\xf2\xe2\ \xcc\xa5\xed\x35\x14\x21\x14\x6e\x2b\x22\xee\xf3\x3f\x4e\x9a\x56\ \x7e\xd0\xb8\x79\xed\x11\x2f\x7b\xaf\xa5\xe5\xa9\xbc\xa3\xcc\xb3\ \x1f\x7e\x5c\x37\x92\x60\x24\x1c\xf8\x61\xc5\xd1\x5b\x44\xe6\x91\ \xae\xd2\x9a\xdd\xdf\x99\x36\x92\x7f\xb5\x42\xcf\xa3\x37\x54\x51\ \xe0\xee\x0f\x5e\x60\xd8\xeb\x2a\xd2\x02\xe3\x19\x22\x59\x22\x07\ \x3f\x9f\xba\x26\x7a\xf4\x87\xdf\xae\xc6\x54\x3d\xfd\xd5\xd2\xd9\ \x73\x7f\xd0\xbd\x3e\x97\x4b\x83\x00\x11\x43\x29\x72\x21\x51\x30\ \x7f\x59\xb4\xa6\xd6\xa7\xfd\x97\xfc\xda\x5a\x08\x8f\x4a\xfd\x61\ \x8e\x4e\xa9\xcf\x55\x6c\x98\x94\x60\xcc\x11\xc3\xeb\xf2\x23\x5a\ \xb8\x6a\xd4\x84\x88\x29\x23\xe7\x6d\x7e\xce\xc4\xee\x1f\x3f\x99\ \xb8\xe6\xd7\xcb\x65\x5a\x76\x19\xd8\xed\x31\x53\x35\x39\x75\xef\ \xca\x2d\x67\xc0\xbd\xc7\x9d\x01\xc8\x21\x2d\x7d\xe9\xf4\x6d\x83\ \x06\x4c\xfc\xaa\x87\x1e\x11\xcb\x6f\x5b\x5d\x88\x20\xf3\x16\x7a\ \x14\x9d\x71\x80\xf9\x3d\x6e\xce\xe0\x8c\xdc\x43\x53\x3f\xfc\x66\ \xd8\x3b\x13\x97\x0d\xa4\x41\x42\xd6\x8e\x4c\xdf\x7d\xcb\x34\x88\ \x10\xf1\xe4\x5c\xba\x6e\xeb\x3d\x7d\x51\x77\x84\xce\x2d\x99\xbd\ \x7e\x77\x9e\x1a\xbc\x6f\xc9\xfa\xc6\xfd\x96\xad\x7a\x85\xc8\x41\ \xbe\x1b\x39\x0a\x72\x5d\xd9\xfc\xc9\xa8\xa4\xc1\x43\xc6\x3c\x39\ \x84\x99\xd9\xe7\xe6\x8d\x18\x97\xe6\x53\xbc\x7e\x5c\x70\x7a\xeb\ \x87\x7d\xc3\x66\x2f\x79\xab\xcd\xa1\x8b\x7b\x8d\xb2\xaf\xce\x18\ \x96\x2c\x6a\x0c\x81\xf5\x6b\x96\xa4\xfb\x04\xf1\x1e\x47\x22\x14\ \x64\xf1\xfa\x0f\xab\xb7\x36\x1a\x37\x76\xc3\x2a\x53\x0a\xbe\xb6\ \x65\x89\x02\x38\x62\x9a\x51\x8f\x75\x9a\xb8\xa1\xa1\x0c\xf3\x17\ \xbf\x3f\xe3\xa6\x8f\xe3\xef\xf7\x9a\x30\xc3\xa4\x65\x3b\xbe\x32\ \xe3\xc7\xe7\x24\xf5\xda\xec\x61\xdf\xb8\x81\xa0\xb9\x3d\x1e\x1f\ \xe6\x00\xd0\xfd\x5e\x17\x4f\x05\x96\xb1\xe8\x83\x39\x23\x27\x0d\ \x5e\xd2\x99\x73\xa5\xec\x9d\x31\x65\x1b\x11\xec\x12\x29\xf8\x71\ \xcd\xd7\x1f\x8e\x7d\xfb\xb3\x36\xc5\xfb\x96\x4e\x99\xb5\xfc\xd8\ \xcc\x0f\xbf\x78\xe7\xc3\x4f\x96\xbe\x0e\xb2\x0f\xaf\x9d\xb6\xf8\ \x08\x10\xc3\x1a\xbe\x3a\xe4\x99\x3a\x11\x2a\x86\xc5\x27\xbe\xfa\ \xe1\x44\x9e\x74\xaf\xe3\x02\xf1\xbc\xe7\xda\xa1\x45\xcb\x9b\x75\ \x99\xbb\xbc\xb3\xce\x87\x83\xfc\xf4\x7c\x9d\x13\x0d\x57\x81\xd7\ \xa4\x00\x01\xec\x2e\xf6\x10\x4e\xc8\xdc\xf3\xf5\xf4\xa5\xc9\xfd\ \x66\x7f\xde\x83\x93\x8c\x5b\xc7\xb3\xbd\x94\x43\xf7\x87\x06\xf2\ \x92\x78\xf9\xc7\x0d\x97\x3f\xe8\x2a\xfe\xf2\xfd\xf9\x6c\x5d\xb0\ \xdb\x21\xe4\xf5\xdc\x2b\xdf\x7f\x71\x6e\xc8\x27\x73\x1b\x1d\xfd\ \x61\xe2\xbb\x73\x76\xcc\x99\x5a\x26\xfe\xa3\x71\xeb\xbf\x04\xf6\ \xe0\xd4\x9f\x57\x10\x9e\xfc\x32\x6d\x42\xe2\x84\xd1\x93\xbf\x5f\ \x63\x62\xe5\xc0\xe2\xf9\x4b\x57\xee\x5c\x3f\x7e\x62\xdc\xf4\xf7\ \xe7\xfd\xdc\x59\xcb\xbb\x3c\xf3\xdd\x65\x99\x3a\xaa\xd3\xa8\xfd\ \x90\xfe\x2d\xa1\xa1\xf3\xe6\xf9\x65\x8b\xf7\x1b\x50\xba\xdf\x3f\ \x09\x21\x84\x4c\xf1\x16\x79\x6f\xcf\x3d\x21\x84\x58\xf3\xba\x3c\ \x7e\x0a\x10\x04\x00\x20\x81\x15\x9d\x9b\x3d\x7a\xf9\x3b\x1f\x8d\ \x5d\xda\x1f\xe4\x1c\xfd\x6e\xea\x67\x47\x61\xad\x7a\x6e\x97\x8f\ \x50\x82\x09\x23\xba\xcf\xe3\x52\xee\x9b\x28\x22\x5e\x30\xb2\x8e\ \x4f\x7c\x6b\xf1\xf0\x51\x83\xe7\x74\x03\xd8\x9d\xb9\xf6\xd3\xb1\ \x1b\x8e\xee\x5e\xfc\x55\xe3\x5e\x8b\x57\x76\xc7\x62\xa8\x96\x7d\ \xb3\xc8\xa4\xaa\xc7\xe3\xd5\x28\xc0\x84\x50\xdd\xe7\x36\x30\x4b\ \xdb\xbe\x62\xc6\x97\xc9\xfd\x16\x2e\xeb\xc7\x8c\xb4\x3d\x9b\x66\ \x7f\xb8\xd8\x43\x88\xd7\x5d\xa4\x96\x04\x89\x42\x59\x80\xa7\x37\ \xac\xdf\x5a\x7f\xd8\xe4\xad\xeb\xa9\x1c\x56\x78\xf1\xe7\x22\x3f\ \x76\x56\xad\x3d\x68\xdc\xab\x51\x50\x05\x10\xaf\x5a\xbe\x3e\x57\ \x17\x39\x88\x0d\x31\xe2\xf9\xb1\x33\xda\x38\xd6\x3d\x5b\xf7\xc3\ \x62\x66\xfb\x9d\xdf\x9a\x19\x26\x49\x6e\xde\x7d\xfa\xa6\xf6\x92\ \x91\x3e\xf7\x9d\x55\x85\x80\x37\xdc\x5e\xb7\xcf\x44\x00\xe8\x8a\ \xd7\x25\x51\x11\x64\x2d\x19\x35\x73\xc4\xe4\x41\x9f\x6f\x11\x3c\ \xd7\x0e\x4e\x9f\xb8\xc5\x00\x92\x52\xec\xa1\x2a\x41\x00\xa8\x5e\ \x8f\x47\x85\x48\xbd\x38\x6b\xe4\xfc\xe1\x63\x46\x2c\xed\x62\x6a\ \xbe\x5b\xcb\x86\x8e\xdd\x79\x95\xd4\x7f\xe5\xad\x17\x1a\xc4\xa8\ \x06\xf0\x9f\xfd\x66\xc3\xd1\x6c\x49\x40\x44\x53\xc2\xeb\xbf\x30\ \xe3\xeb\x17\x67\x77\xef\xb2\xf8\xdb\x8b\x9c\x5d\xbe\xef\x25\x98\ \xaa\xd7\xed\x51\x29\x20\x04\x73\x86\xdf\xa3\x22\x96\x7d\x7c\xdd\ \xa4\xb9\xe5\x07\x4d\xfb\xac\x3b\x30\xb2\x8e\x6f\x9f\x34\x64\x81\ \xe2\x75\x79\x05\x9d\x02\x4c\x09\xd1\xbd\x6e\x4c\x59\xca\x8f\x4b\ \x16\x37\x1c\xff\xf6\xaa\x2f\x39\xd3\xbb\x69\xcc\xe4\xfd\x57\x0d\ \x5b\x28\x2b\xb1\x42\xb7\xfb\xcb\xf1\xdc\x95\x6d\xeb\xce\x0c\x79\ \xa3\x9d\x67\xcd\x91\x74\xbf\x24\xd9\xfe\x72\x94\x1e\xac\x6d\x2f\ \x0f\x20\x92\x1d\x0e\x44\x75\x4f\xb1\x17\x70\x82\x20\x20\xac\xe9\ \xd0\x16\xe4\xb4\x0b\xaa\xdb\xa5\x33\x3e\xf0\xdd\x66\x80\x52\x06\ \x10\x44\x01\x77\x34\xe4\x10\xa0\x94\x31\x00\x11\x82\xac\x64\xaa\ \x4b\x4d\x8c\x24\x9b\xc3\x2e\x18\xaa\x6a\x62\x62\x1a\x58\x74\x86\ \xd8\x79\xea\x75\x79\x28\x2f\xf1\x90\x98\x26\xb0\x87\x06\xcb\x02\ \x50\x7d\x8a\x89\x19\x04\xd4\xd0\xb1\x1c\x12\x62\x17\xa1\xea\x57\ \x30\x01\x10\x42\x4e\x10\x65\x9b\x08\x88\xe1\x75\x7b\x19\x12\x39\ \x48\x31\x0a\x6e\xff\xfe\xa7\x6f\x77\xd0\xde\x6a\x3b\xe2\x9a\x07\ \x0a\x0f\x5a\x42\x20\x84\x18\xa3\x25\xf1\x3d\x10\x30\xd3\x34\x29\ \x72\x84\x06\x8b\x1c\x33\x54\xcd\xc4\x04\x20\x0e\x01\x46\x29\x03\ \x10\x22\x08\x19\xa3\x58\x37\xa1\x64\x77\x06\xcb\xcc\xd4\x15\xbf\ \xce\x02\xb9\x18\x25\x5d\x81\x10\x41\xc0\x28\xd6\x75\xca\xc9\xce\ \x10\x07\x07\xb0\xa6\xe8\x84\x30\xc8\x71\x92\xcd\x26\x70\x40\xf5\ \xb9\x55\x03\x08\x3c\xf7\xa0\xc8\x62\x2c\x05\x07\x3b\x64\xce\x50\ \x55\x4d\xc7\x10\xc2\x7b\xc5\xc5\x28\xa3\xa6\x66\x08\xce\xe0\x20\ \x1b\xaf\xfb\x15\x03\x3f\x68\x5d\xc6\x18\x83\xbc\x3d\xc8\x06\xb1\ \xe6\x71\xfb\xa1\x28\x21\x46\x30\x81\x41\xa1\xc1\x02\x47\x55\x9f\ \x82\x09\x80\x80\xea\xba\x29\x05\x05\x3b\xec\x02\xc3\xa6\xa6\xea\ \x34\x70\x07\x42\x4d\xdd\x10\x82\x82\x04\x40\x0c\x83\x0a\xb2\x2c\ \x49\x3c\x31\x55\xaf\x47\x41\xbc\xf8\x3b\xdf\x1d\x64\xc4\xc4\x80\ \x73\x86\x04\x23\xaa\x2b\x7e\x4d\x53\xcd\x56\x13\xe7\xf5\x2f\x7f\ \x62\x60\xdf\xb5\x04\x62\xbf\x82\x05\xe9\xbe\xe9\x00\xd5\x14\xf8\ \xd2\xca\x65\xcd\xdd\xdf\x0c\x7d\x7f\x0f\x02\x9a\x62\x30\x51\xe4\ \x21\x42\xb7\xd3\x4c\x10\x84\x8c\x52\x86\x75\x1d\xd9\x9c\x4e\x3b\ \xaf\xb8\x5c\x06\xe0\x05\x9e\x83\x80\x9a\x26\xe1\xed\x41\x41\x32\ \xd2\x55\xcd\x34\x09\x36\x0c\x3e\x28\xc4\x21\x02\x9f\xcb\x4d\x90\ \xc8\x73\x10\xf1\x82\x2c\xcb\x08\x12\xbf\xdb\x6d\x30\xee\xf7\x6f\ \x9c\x51\x82\x31\x70\x84\x06\x4b\x3c\x50\xfd\x8a\x89\x19\x44\x10\ \x21\x48\x09\x05\x77\x64\x4c\x88\x61\x52\x7b\x48\x88\x2c\x30\xc5\ \xa7\x06\x02\x16\x1f\xb4\xfb\x4f\x18\xe2\x21\x21\x00\xdd\xde\x7c\ \x62\x14\x63\x66\x0f\x76\xf2\xc0\x54\x35\x93\x98\x26\x61\x9c\x33\ \x2c\x18\x51\x43\xf1\xeb\x00\x42\x6a\x1a\x18\xf0\xce\x50\x27\x8f\ \xa8\xa1\x68\x26\x61\xd4\x34\x28\x27\x07\x87\xd8\x4d\xaf\xdb\x6f\ \x30\x41\x14\x10\x84\xa2\xcd\x26\x0a\x50\xf7\x7b\xfd\x2a\x11\x84\ \x07\x67\x99\x41\x84\xc0\x1d\xbd\xbd\xad\x77\x77\xad\x1c\x19\xd6\ \x0d\xde\x11\xec\x90\xa1\xbf\xd8\x6d\x22\x41\xe0\x79\x04\x41\x49\ \xa4\x37\x84\x08\xc2\x7b\xa2\xbe\x7f\x8b\x50\xd6\x91\xdd\xe9\x74\ \x48\x80\x62\x5d\xd5\x31\xc6\x18\x43\x47\x58\xb0\xc4\x31\xd5\xe7\ \x37\x09\x40\x1c\x82\xa0\x64\xdc\x42\x14\xd0\x75\x53\x37\x98\x3d\ \x34\xd8\x26\x22\x53\xd3\x74\x83\xdc\xff\x78\x10\x50\xd3\xa4\x48\ \x0a\x0e\x71\x40\x66\x2a\x3e\x95\x32\x08\x21\x0c\x68\x17\xd6\xfc\ \x5e\x9f\xce\x0b\x02\x20\x98\x0b\xab\x30\x78\xf9\xdc\xea\xb9\x6b\ \x06\xf6\xfb\xc2\x94\x65\x74\xbf\xe6\xb0\x2e\x8b\x97\x74\x00\x9b\ \xde\x1a\xb6\x0d\x42\x5d\xd1\x99\x20\xf2\x08\xa1\x80\xcf\xed\x8e\ \xe6\x10\x5d\x87\x72\x90\xd3\x11\xb0\x42\x9c\xc0\x73\xbf\x69\xd7\ \xed\x41\x84\x75\x03\xca\x0e\xa7\x53\x06\xd8\xd4\x54\x9d\x50\xc0\ \xf1\x82\x6c\x93\x11\x22\x7e\xb7\xdb\xa0\x9c\x80\x00\x01\x7c\xa5\ \x8e\x03\xa6\x4e\x6f\xbd\xb8\x5b\x9f\xef\x8f\x14\xdb\x6c\xfc\x03\ \xde\xc1\x1d\x13\x16\xf8\x7f\x8c\x0d\x83\xc8\xc1\xc1\x76\x99\x33\ \x75\x5d\xd7\xf1\xdd\x82\x08\x88\x8b\x98\xa6\x49\x60\x50\x58\x08\ \x32\xfc\x5e\x9f\xce\x49\x22\xba\xd7\x0a\x31\x00\x05\x51\x10\xa2\ \xaa\xbc\x33\x6b\x78\xfa\x67\x1f\x2c\xfd\x29\x5d\xb6\x8b\x7f\xd9\ \x52\xf3\x01\x4d\x55\xbd\x1e\x00\x00\x27\x4a\x10\x02\xc6\x00\x27\ \x49\x80\x18\x3e\xaf\x01\x90\x20\xdc\x56\x5e\x00\x20\x87\x60\xc9\ \xf9\x8c\x00\x50\x4c\x02\xd9\x5a\x94\x10\x70\x3b\x6f\x0b\x09\x3c\ \x0b\xfc\x21\x80\x10\x22\x41\x12\xa9\xae\xf8\x74\x00\x45\x89\x2f\ \xd9\xb9\x04\x86\xdf\x67\xdc\x89\xe3\x05\x48\x94\x45\xa2\x29\x5e\ \xed\xce\x2f\x0c\x1b\x9a\xcf\xd0\x00\x00\x90\x13\x11\x04\x0c\x9b\ \xf6\xd2\xb5\xab\x3a\x33\x26\xf6\x5b\x76\xbd\x98\x09\x0f\xc9\x98\ \x20\x77\x3d\x06\x60\x00\xf2\x82\xc8\xd8\x9d\x7b\x41\x08\xd9\x9d\ \x2b\x18\x23\x94\x42\x08\x39\x51\x60\xd4\xf0\xb9\x8c\x92\x2b\x00\ \xa3\x84\xc2\x3b\x83\x95\x04\xae\x91\x38\x46\x55\xaf\xb7\xe4\x12\ \x08\x18\xc1\xaa\xcf\xab\x96\x74\xf7\xc1\xfe\x65\x41\x12\x88\xa6\ \x78\x7e\xeb\xd4\xef\xc5\x05\x05\x59\x62\x86\xe6\x35\x7e\xbb\xe6\ \x77\xcd\x40\xc8\xb0\xe2\xf5\x02\x00\x78\x49\x0a\x4c\xd8\x05\x04\ \x34\xdf\x1d\x69\x41\x00\x90\x24\x8b\xcc\xd4\x7c\x6e\xed\xf6\x2f\ \x8c\x60\x06\x21\xe0\x25\x91\x1a\xba\x01\x21\x80\xc0\xd0\x14\x43\ \x0b\x7c\xe4\xc5\x07\xdd\x8a\x41\x8e\x17\x18\x0b\xa8\x01\x00\x00\ \x02\xa8\xbb\x3d\x05\xf9\x1e\xc5\xe7\x07\x36\x49\x94\x84\x07\x46\ \x34\x2b\x45\xae\x42\x97\x47\x51\x7c\xa2\x4d\x14\xc5\xdb\xbd\x0b\ \x88\x32\xf0\x4d\x0c\x3c\x39\xd1\x7d\x5e\x1d\x70\x01\x5d\x0a\xb8\ \xb2\x39\x66\xa8\x5e\xa3\x64\x62\xc9\x4b\x12\x33\x54\x9f\x01\x80\ \x10\xd0\x13\x40\x4d\xc3\x6f\x06\xde\xcb\x83\xf7\x60\x20\xe2\x04\ \x11\xe8\x7e\x9f\x7e\x47\x97\x18\x23\x98\x96\x48\x80\xd0\x12\xf7\ \x81\x88\x4c\xd5\x6f\xaa\x77\xc4\xf5\xe0\xa6\x20\xa3\xe0\xee\x8f\ \x01\x44\xbc\x00\x74\xc5\xaf\x07\xf4\x98\x17\x10\x63\x01\x1d\x08\ \x74\x1c\x09\xa2\xc8\x98\xe6\xf3\xdd\x69\x16\x09\x22\x62\xc4\xef\ \xf1\x02\x80\x44\x31\xe0\xe8\xa7\x9a\xdf\x17\x78\x53\x0f\x33\xd3\ \x25\xdf\x89\xbb\x5f\x3f\xa3\x81\x67\xbf\xf3\x28\xbc\x24\x31\x53\ \xf3\x99\x00\x08\x92\x00\x7e\xeb\x5c\x20\x68\x9a\x3c\xb8\x5f\x50\ \x90\x65\x46\x0c\xbf\xe7\xb6\x7a\x05\xc4\xe5\xf3\xea\x77\x34\x8b\ \x12\xca\x4a\xfe\x96\x11\xc2\x20\x04\x88\x97\x24\x86\x55\xc5\x7b\ \x97\xb8\xe8\xbd\xc3\x0a\xf1\x02\x64\xc4\xef\xf1\xfc\x36\x82\x01\ \x33\x54\xc5\x50\x01\x00\x80\xe7\x05\x08\x80\x49\x58\x72\xed\x27\ \xe4\xf3\xeb\xc7\xcf\xfc\x56\x13\x44\xe1\x41\x9a\xa3\x16\xbb\x0a\ \xa8\x47\x51\xfc\xc2\xc3\x35\x87\x93\x24\x40\xef\xb1\x42\x77\xae\ \xb9\x33\x88\x78\x49\x62\xd4\xf4\xbb\xcd\x12\x4d\x82\x80\x62\xc3\ \x5f\x32\xa8\x04\x81\x03\x8c\x18\x2c\xa8\x74\xfd\x5a\x11\x5f\x0f\ \x1b\xf5\xcb\x89\x42\xc9\x26\x3e\xd0\x6b\x7e\x97\x48\x09\x01\x00\ \x22\x4e\x94\x10\xd1\xd5\x80\xbc\x20\x84\x80\xfd\x16\x12\x1f\x10\ \x17\xe4\x78\x11\x31\xdd\x17\x18\x9e\x25\xbe\xb5\xdf\xac\x10\xa3\ \x3a\x96\x1a\xbf\x3a\x72\x40\xdf\x6a\x17\xd6\x2e\x5d\xf7\x6b\x9a\ \x20\x4b\xff\x4e\xe6\xcb\xbf\x7b\xe2\x2d\x04\xcc\x34\x0c\x8a\x04\ \x91\xff\x4f\xe7\xc1\x32\xaa\xeb\x26\x2f\x49\x1c\x0c\xb8\x37\x4c\ \x83\x30\x49\x14\xfe\x2c\x1f\x35\x70\x62\x24\xa4\xa6\x61\x62\x20\ \xca\xc2\x7f\x26\x41\x15\x02\x62\x18\x18\x20\x49\x78\xc4\xfc\x7b\ \x46\x30\x66\x90\xe7\x39\x2b\x41\xd6\xe2\x1f\x07\x84\x10\x1b\x3a\ \x81\xfc\x7f\xde\x2c\xfc\xb5\xa7\xa1\x44\x33\xb0\x20\x8a\xe8\xbf\ \x38\x1c\x19\x00\xbc\x28\x8b\x1c\xf1\xb9\xfd\x80\xff\xeb\x7b\x89\ \x77\xb6\xfc\xff\x2d\x63\x6a\x60\xa9\xfe\x73\x3d\x5a\xd5\x8a\xfe\ \x7d\x5e\xc1\xbf\xd7\x32\x61\xf6\xc4\xce\x7d\x5e\xac\x18\x0a\x4c\ \x02\x00\x63\x00\xf1\x7f\x68\xa6\x01\xa3\xbf\x2d\x21\x89\x6e\x44\ \xd4\x6a\xd6\xad\xf7\x13\x22\xfb\x8f\x24\xa7\x33\x53\x67\x65\x9a\ \x76\x7a\xbe\x55\x35\x88\xcd\x47\xb9\x9e\x01\x2e\x24\x26\x36\x3c\ \x58\xfc\x7f\xb8\xea\xcc\xa3\x54\xcc\xb1\xaa\xea\x58\x3c\x44\x2f\ \x10\x2f\xfe\x91\x99\xfe\x6f\x6a\x0e\x63\x14\x20\x49\xfa\xaf\x9a\ \xe9\xc0\xd2\x81\x18\xaa\xa2\x18\x48\xf8\x77\xcd\xf4\x6f\x96\x9a\ \x12\x6c\xe8\x86\xa1\x1b\x25\x31\xb3\x8c\x9a\xba\x61\xe8\x86\x79\ \xc7\xfe\x32\x8a\x4d\xa3\xe4\x9a\x80\x43\x87\x51\x53\x57\xbd\x86\ \xd0\xf4\xc5\x3e\x4f\xd5\x88\x34\x31\x61\x77\xfe\xca\x78\xa8\x7d\ \x64\xb7\x6f\x44\xee\x24\x74\x97\x34\x6b\xde\x09\x0a\x65\x94\x18\ \xaa\xdf\x94\xcb\x74\xef\xd7\xa3\x7c\x30\x0b\xc4\x94\xdd\x1f\x8a\ \x44\xb0\xa9\x1b\x86\x61\x06\xd2\x3a\xb1\xae\x38\x2a\x3c\xd5\xef\ \x8d\x4e\x76\xd5\xa3\x68\xa6\x89\x71\x5c\xc3\x16\xdd\x5e\xaa\xcb\ \x54\xbf\x61\xfc\x16\xe2\x55\xd2\x4d\xe3\x4e\x0a\x2e\x23\xd8\x34\ \x4a\x7a\xfa\xb0\x52\x0e\x0c\x1b\x86\x17\x1b\x95\x5a\x74\xed\xda\ \xaa\x0a\x30\x75\x06\x18\x31\x4d\x43\x37\x4c\x93\xb0\x80\x1c\xcc\ \x92\x06\x19\x21\xa6\x49\x18\xd6\x7d\x30\x7a\xe8\x57\x3f\x4f\x1f\ \xfe\xb8\xa1\xea\x77\x3f\xf2\x3d\x3d\x65\x14\x1b\x86\xa1\x1b\xf8\ \x4e\x3e\x32\xbd\x2d\x40\xf3\x6f\x50\xfd\x04\x3e\x42\x29\x22\x08\ \xad\xa2\x3a\x16\x0f\x51\x8d\xbf\x91\xe6\xfc\xef\xb4\xf4\x76\x18\ \xc8\xbf\x0d\x0f\x00\x20\x86\x06\x9d\x51\xe5\xcb\x26\xd8\x79\xe6\ \xca\xbe\x99\x9d\xe7\xe5\xe4\xd0\x72\xd5\x12\x1c\x3c\x2b\xca\x48\ \xcb\x2a\x50\x11\xcf\x41\x24\x84\x25\x24\x44\x45\x87\x8a\x88\x14\ \xdd\xb8\x91\x53\xac\x10\x8c\xa2\x2b\x54\x2e\x2d\x47\x85\x38\x80\ \x49\x28\xa3\x94\x52\x3e\xbe\x72\xc5\xc8\x10\x51\xf3\x14\xdd\x4a\ \xcf\x31\xc8\xef\xcc\x2b\x05\xf6\xc8\x84\x84\xe4\x48\xce\xf0\x67\ \x5e\x4b\x75\x69\x94\xe7\xf9\xe0\xf8\xf8\xd8\x98\x50\x68\x78\x6f\ \x5d\xbd\xe1\xa7\x1c\xa2\x98\xf2\x41\x65\x6a\x97\x93\x23\x13\x38\ \x84\xf1\x6d\xb7\xf8\xdd\x9f\x2a\x6a\x9a\x40\x0a\x2e\x57\xa3\x34\ \xe7\xcf\x4f\xbb\x96\x69\x40\xd1\x1e\x1e\x53\xb7\xfd\xb3\xcf\x77\ \x12\xaf\x1c\xba\x94\xa3\xea\x69\x67\xaf\x60\x83\x00\x5b\x4c\xd5\ \xfa\x75\x8a\x8a\x8b\x6e\xdd\xc8\x67\xa2\x48\x75\x8d\x0b\x8e\xae\ \x5c\x21\x91\x79\x72\xd3\x52\xb3\x29\x12\x20\x40\xf6\xf0\x98\x98\ \x84\x28\xbb\x88\x94\xbc\xac\x9b\x59\xc5\x14\xde\x5f\x3d\xcd\xd4\ \x71\x48\x62\xe9\x52\xc1\xce\x98\x08\xd1\xf0\x12\x00\x80\xa9\x99\ \xc1\x09\xa5\x93\x13\x43\x7d\x59\xe9\x19\x99\x2e\xde\x19\x91\x18\ \x6e\x77\xe5\xe4\x68\x84\x21\x47\x58\x42\xb8\x50\x90\xed\xa9\x58\ \x35\xee\xe2\x0f\x4b\x8f\x9f\x4e\xe3\x4b\xbc\x25\xcc\xd4\x0d\x7b\ \x74\x52\x72\x72\x24\x47\xb4\xfc\x8c\x9b\x45\x6e\xcd\x24\x30\xa6\ \x7c\xe5\x98\x10\x2e\x37\xf5\x7a\x9e\x1b\x0b\x88\x31\x28\x27\x57\ \xab\x1c\x1a\xc4\x29\xc5\x05\xb7\x6e\xe4\x61\xab\xb6\x98\x85\x85\ \x45\xc0\x52\x53\x53\xb7\x95\x6f\x3e\x6a\xd6\xc8\xf2\xa1\x8a\x47\ \xa5\x29\x6b\xe6\xce\x5a\xb6\xc7\x51\xba\x71\xcf\x77\xba\x87\xd9\ \x43\x12\xa2\xd4\xcf\xdf\x7a\x7f\xeb\xc9\xac\xd2\xcd\xfb\x4f\x9b\ \xfb\x8a\x9e\x75\xd3\xe4\xd1\xc1\x59\xe3\x97\x6c\xb9\xfa\xc4\x9b\ \x63\xdf\x7d\xb3\x91\x2b\xd3\x57\xa5\x6e\xa9\x6d\x2b\x0c\x1d\x70\ \x2d\x06\x7f\x34\xe0\xd9\x32\x05\x39\x0a\xaf\x5e\x9c\xf5\xce\x82\ \x74\x37\xbd\xd7\x4b\xcb\x0c\x13\x56\x6b\xd4\xe6\xe5\x97\xea\x3b\ \x42\xe3\x85\xac\xdd\x63\x5e\x9b\x92\x17\xd1\xe0\xc3\x4d\x73\x4a\ \x79\x6e\x18\x21\x09\xf9\x7b\x96\x7f\x34\x74\xb9\xc7\x51\xaa\xcf\ \x9c\x19\xcf\xd4\x16\x8b\xf5\xc8\xb2\xa1\x6e\x8c\x29\x00\xdc\xbd\ \xb6\xd3\x00\xc1\x65\x5f\x9b\xf3\xe9\x93\x65\x05\x2a\xdb\x2e\xac\ \x9e\x3d\x79\xc6\xe6\xf0\x2a\xad\x3a\x3c\x5f\x33\x34\x09\xbf\x30\ \xe2\x6d\x5f\xda\x89\x05\x63\x52\x74\x4d\x0f\xa9\xd9\x69\xd0\xa7\ \x65\xc2\x12\x82\xb7\x8c\x7f\x7f\xc9\x37\xa7\xe4\x72\x4f\x0c\x99\ \x38\xb8\x94\x6c\xda\x23\xc3\x2e\x7d\x39\x6b\xf6\xe7\xdb\xcd\xb8\ \x66\xa3\x57\x8e\x29\x23\x16\x15\x99\x5c\xf6\x96\x2f\x67\x2f\xd8\ \xac\x20\xdb\xdd\xd6\x91\x68\x46\x62\x9b\xde\xe3\xa6\xbe\x02\xf3\ \xf2\x62\xab\xd7\xcb\xfb\x6c\xb5\xc9\x8c\xf8\x96\x2f\x8f\x78\xf7\ \x59\x4e\x31\xa2\x22\xe1\x77\xef\xbd\xb3\x2e\xb5\xca\xa4\xaf\x47\ \x6f\x79\xbb\xeb\xe7\x87\x8b\x9e\x7c\xf3\xd3\x77\x5b\x65\xf7\x7d\ \xfe\x9b\x96\xdd\x9e\x69\xd3\xe9\x49\x6d\x7b\xfa\x4f\xdb\xaf\x33\ \x81\xc7\x9a\x51\xaa\x75\x9f\x8f\xc6\x75\x97\x8d\x22\x4d\x51\xb6\ \x4d\x19\xfb\xe5\xae\xec\xa6\x03\x47\xf4\x7b\xa1\x9a\xae\x0b\x61\ \x34\x7d\xf6\x9b\x63\x0e\xe5\x48\xcf\x8f\x9d\xd0\xad\x49\x58\x61\ \x11\xc6\x39\x87\xa6\xbf\xbb\x3c\x1f\x73\x96\x97\xdb\xc2\xc2\x02\ \x00\xc0\xeb\x24\xa4\xdf\xb8\xe1\xc9\x39\xdf\x0d\x7c\xf1\x2b\x1f\ \x10\x25\xc4\x38\x9b\xc3\x93\x76\x74\xd9\xf8\x1c\x47\x50\x54\x8f\ \x71\x13\x5f\x68\x55\x6b\xcb\xc9\xf4\xb0\xe4\xca\xce\x8c\xc3\xef\ \x75\x7f\xff\x16\x75\xca\x40\xb3\x25\x34\x1d\xf8\x5a\xa3\x5f\x86\ \xf5\x9e\xbf\x4b\xfa\xf4\xfb\xe5\xa2\x8d\x07\xc0\x51\xa3\x63\x33\ \xe5\xdc\x67\x93\xde\x5f\x57\xa0\x11\x8e\xe3\x7e\xb7\x99\x06\x05\ \x9e\x5c\xfc\x75\xe3\x67\xd7\x0f\xda\xe3\x1f\x1b\x3d\xe1\xd5\x96\ \x95\x17\xad\xf6\x86\xc6\xd9\x32\xe6\x77\xef\xbd\x9f\x76\x5c\xbd\ \xfa\xb5\x46\x49\xab\xce\xd5\xec\xd9\xad\xa6\xeb\xbd\xa7\x07\x5e\ \x09\x7b\xee\x8b\x15\xbd\x84\xfb\x5d\x5d\x4c\x33\x40\xc3\x6e\x03\ \x3a\x26\x5c\x7b\xb3\xed\x07\xee\x8a\x5d\x17\x7f\xfd\x7a\xdb\xdd\ \x87\xd6\xef\x5d\x3f\x6b\x7c\xcd\x84\xd7\x1d\xe3\xbb\x0c\xbf\x89\ \x9c\x3c\xe5\x6a\x3b\x6c\xc5\x47\xd6\x0e\x6d\xf7\x69\xf9\xd7\xe7\ \x8f\xeb\xf1\xfc\xba\x6f\xce\x34\x19\x34\xa4\xa1\xe3\xca\xc4\x71\ \xeb\x43\x5b\xbe\x34\x66\x54\xcf\x5f\x36\xed\x3c\xeb\x48\x28\x13\ \xa4\x2e\xed\xd5\xef\xe7\x1b\x20\x48\x44\x94\xb3\xdd\x5b\x69\xc9\ \xd0\x85\xa4\x3e\xef\xbc\x94\xff\xc5\x87\xc3\x66\x9e\x79\x79\xee\ \x97\x1d\x65\x88\x61\xe9\xfe\xa3\xfa\xcb\xa7\x96\xcf\x5d\x9d\xd2\ \xf4\xbd\xf7\x5f\xfb\xf8\xb9\x1f\xda\x2d\xdb\x75\x4b\xab\xdd\xa6\ \x36\x3b\x7c\xa6\x71\xe3\x1a\x97\x36\x7e\xeb\x51\x6f\x2d\x1e\xf1\ \xce\x35\xdf\xa2\x3e\xc9\x76\x04\x00\xa0\x18\x86\x56\x1b\x36\xe9\ \x95\x5b\x2b\x3f\x9a\xb8\xe8\x18\xb4\xd9\x38\xc3\x1b\x5a\xb1\xcd\ \xdb\x6f\xb7\x3a\x39\x73\xdc\x4f\x67\xb9\xd7\x3f\x1f\xdd\xb7\x5f\ \xed\xfd\x13\x6e\xd5\xe9\xd4\x28\x6b\xe3\xd8\xc9\xd3\xb6\xb9\x31\ \xe3\x90\x65\xa6\x2d\x2c\x2c\x4a\x40\xcc\x11\x5f\x35\xd2\x79\x74\ \xcd\xf7\x69\x5e\xcd\x54\xfd\x3e\x45\x33\x0d\x58\xaf\xf7\x90\xf1\ \x8b\xc7\xf6\x1e\xf0\x4c\xa5\x52\x0e\x41\x00\x10\x00\x06\xb0\xaa\ \xf9\x34\x0d\x53\x6c\x1a\xa6\x21\xc7\x55\x0c\x71\xe7\x1f\x3b\x70\ \xd5\x67\x78\xbd\x5e\x15\x70\x1c\x0f\x5c\xeb\x06\x8f\xbe\x1e\xfa\ \xd4\xb4\xef\x3e\x1f\xf6\xc6\x53\x41\x88\xd0\x7b\xb7\x0c\x18\x25\ \x4c\x8e\xe9\x3e\x79\xca\xe8\xc9\x43\xba\x74\x7d\x22\x32\x18\x89\ \x02\xa4\x0c\x60\x83\x10\x4a\x8a\xaf\xa7\xe4\x2b\x46\x68\xb0\x14\ \x99\x5c\xd9\x77\xea\x4c\x4a\x76\x81\xbf\xc8\xa5\x19\xf8\xf7\x3e\ \x1e\x0a\xa5\xa4\xb2\x95\xb2\xf6\x1c\xbe\xee\xf1\x65\x9e\xdb\x77\ \xd2\xeb\x4c\x2c\x1f\x03\x01\xe0\x05\x9e\x05\xc2\x95\x11\x04\x80\ \x41\x00\xa8\xa9\x1b\x54\xcb\x4a\xb9\x44\xed\x36\x7b\x50\x78\xa9\ \xb8\x52\x36\x67\x42\xfb\xfe\xbd\x9b\x56\xb2\xed\xfe\xfe\x98\x9b\ \x0a\x1c\x24\x86\xa9\x28\x7e\x9d\x12\x62\xe2\xfb\x4b\x17\x33\x8a\ \x51\x68\x62\x82\x84\x4e\x6c\x3f\xe3\x06\x7e\x4f\x91\x87\x32\x8c\ \xc2\x4a\x97\x09\x0d\x0f\x2a\x5d\xb7\xdb\xe0\x9e\xa5\xb4\xcc\x1d\ \x7b\x6e\x20\xa0\xec\xf9\xf6\x78\xf9\xc7\x9e\xac\x5b\xa7\x5e\xed\ \xe4\xbc\xad\xdb\xcf\x41\x5e\xe0\x81\x20\x08\x08\x10\x4c\x00\x21\ \xd8\x90\xe3\xaa\x94\xd6\x0a\xb6\xaf\xdb\x51\x60\x60\xdd\xef\xf5\ \xa9\x7a\x50\x7c\xd5\x78\xd9\x96\xd0\xb0\xdd\x4b\x03\x3b\x1a\xa7\ \x8f\x1f\xbe\xe2\x97\x70\xe6\xf2\xd7\xc7\xfa\x6b\x76\x9f\xbd\x61\ \xd1\x80\x97\x1a\x8a\x14\x5b\x9b\x75\x16\x16\x16\x25\x73\x6a\xe8\ \xcb\xb9\xec\xf2\x35\xec\xf2\x74\xd2\x81\xb5\x7e\x20\xd8\x24\xea\ \xf2\x86\x3f\xdb\xa7\x71\xd1\xba\x8f\x5f\x9f\x75\xa4\xdf\xb4\x35\ \x9d\x6d\x25\xa1\x82\x10\x21\x8e\xe3\x10\xe2\x38\x20\xa8\x59\x29\ \xae\xd0\x6e\x8d\x5b\x54\x3d\xf0\xa3\x2a\xf0\x02\x82\x80\xe7\x24\ \x2d\xfb\xe4\xf4\x97\xf7\x46\xd4\xe9\x38\xf7\x8b\x09\xe0\x5a\xca\ \x94\xad\xb7\xec\xd2\x6f\x31\x6d\x94\x60\x47\x52\xcd\xee\x1d\x43\ \x17\x3e\xdd\xfd\x8b\x73\x31\x2b\x76\x2c\x2c\x89\x9d\x85\x10\x71\ \x1c\x2f\x08\x81\x48\xd8\xdc\xb4\x8b\xc1\xaf\xd5\xab\x99\x14\x79\ \x9c\xf1\x02\xe2\x21\xb8\x3f\xcf\x1a\x31\xfd\x56\xda\xb5\xf8\xe7\ \xea\x97\x0e\xda\xe8\x2e\xdf\xa8\x76\x90\x77\x4d\x6a\x1e\x00\x3c\ \x31\x0c\x67\x70\x6c\x68\x88\x5c\x88\x65\xe6\x33\x19\x03\x00\x22\ \x0e\xf0\x3c\x8f\x18\x44\x50\x73\x65\x15\x66\x15\x69\x87\x67\xbe\ \xf9\xb9\x17\xda\x24\x41\xa0\x26\x11\x22\x10\x80\x90\xe3\x39\xc4\ \x3d\xe0\xfc\x11\x88\x04\xea\xba\x79\x4b\x23\x0d\x3b\xd4\x5f\x75\ \x76\x1f\x2f\x88\x1c\x27\x32\xf7\xad\x2c\x7f\x11\xdd\xf5\xed\x98\ \x05\x87\x39\xd9\x21\x40\x48\x05\x29\x75\xcf\xa6\x94\x37\x3f\x19\ \x39\xad\xb6\x7f\xef\xb7\xa7\x53\x15\xde\x66\xc7\x18\xeb\x98\xd8\ \xa2\xa3\xec\x82\xc4\x6c\x9c\x96\x73\xf9\xa6\x23\xe2\xc9\xce\x4d\ \x0f\x2d\x3d\x09\x65\x9b\x00\xa0\x92\x77\x35\x5f\x2b\x3a\xb2\x62\ \xd6\xaa\x03\xb9\x76\x7b\x10\xa2\x44\x76\x3a\x3c\x97\x77\x4f\xe8\ \xba\x35\xa1\xf9\x2b\x0b\xe6\x4d\x54\x2f\x3c\xb3\xec\x84\xcf\x2e\ \x58\x07\x5d\x5a\x58\x58\x00\x5e\xe2\x8b\xd7\x7c\xb2\xa0\xfc\x9c\ \xe1\x4b\x7f\xed\x50\xe4\x63\x99\x3b\x57\x4c\x9c\xba\x63\xcb\xba\ \x13\x6f\xf5\x1c\xb5\xbc\x6e\x5e\x99\xc7\xab\x66\x2c\xf0\x50\x00\ \x21\xe4\x45\xc8\x03\xc8\x00\x00\x00\x49\x24\xe7\xc8\x82\x79\xbb\ \xdf\xff\x74\x59\xad\x81\x05\x65\x6a\x86\x6c\x5e\xe1\x35\x99\xbd\ \xfd\x98\xa9\x6d\xcb\xc2\x7c\xbf\x04\x72\x4f\x9e\x4e\x73\x73\xe8\ \xde\x0c\x60\x8e\xf3\x67\x5e\xd8\xb4\x47\xeb\x3e\x67\x71\xd3\x02\ \xa1\x56\xa2\x78\xcc\xad\x23\x04\x04\x29\x30\x6f\x86\x3c\x04\xb2\ \xcc\xa7\xed\x58\xfd\xe5\xa1\x19\xa3\x36\x7e\x97\xef\x77\xc4\x4a\ \x79\xc5\x7e\x82\xe0\xdd\x7e\x6a\x28\x8b\xe0\xd4\xba\xcf\x7f\x69\ \x3e\x69\xc6\xaf\xdf\x13\x5b\xf0\x95\x2f\xe6\xec\x3c\xe5\xb6\x8b\ \x72\xde\xe9\x6d\xe7\x84\x69\x93\x7f\xf9\x2e\xf3\xdc\xfe\x19\x23\ \x66\x9a\x8c\x09\x25\x9f\x18\x24\x22\xce\x2e\xfa\x7f\x9c\x3d\xbb\ \xf6\xc2\x8f\x57\xec\x6e\x53\xa4\x19\xe7\xbe\x59\xb1\x74\xe9\x16\ \x0a\x90\x00\x85\x87\xc6\xee\x20\x41\xd2\x6f\x2e\x9f\xf2\xc5\xb8\ \xa9\x63\xd6\x34\xcb\x0c\xab\x5c\x35\x63\xe1\x4a\x48\xae\x7d\x36\ \x69\xf5\xd8\x09\x53\x56\x3f\x7b\x4b\xa5\xca\xe6\xf1\x53\x7f\x3c\ \x98\x6a\xe6\x9c\xdb\xfa\x6b\xe6\xdc\x51\xf5\xc6\x8e\xf8\xc9\xcb\ \xd9\x1c\x10\x42\x0e\x5c\xd8\xba\x4f\xeb\xfa\xce\x97\x3b\x1a\x6d\ \x5f\x3a\x63\xee\x97\x27\xe6\x8c\xd9\x30\x66\xcc\xa4\x15\x2f\x66\ \xa9\x9a\x71\x78\xc5\xf4\xcf\xd6\x6d\x99\xb3\xa4\xd1\xf0\x85\xab\ \xdb\x66\xe7\xaa\x9e\x8c\xa5\x43\x27\x9c\xf2\x87\xbd\x32\xf3\xd3\ \x86\x61\xbe\x62\x12\xea\x49\x3d\x7a\x31\x4b\xe5\x91\xe5\xfe\xb0\ \xb0\xb0\x00\x20\x90\xf9\x42\x0c\x9d\x0f\x8d\x2b\x57\x31\xd1\x2e\ \x00\x57\xd6\x8d\x8c\x9b\x45\x26\x13\x13\x2a\x97\x8f\x8d\xb0\x9b\ \x3e\x77\x76\x5a\x46\x91\xc7\x90\xc3\xa2\xa3\x9c\x34\xe7\x56\x01\ \x0e\x44\x47\x30\x6a\x9a\x2c\xaa\x7c\xa5\xa4\xd8\x20\xcd\x5d\x98\ \x99\x76\xcb\xa7\x81\xd0\x84\xa4\x84\xc4\x48\x11\x18\x79\xa9\x57\ \x6f\xe6\x2a\xfc\xef\xd2\xac\x29\x21\x50\x0e\x2d\x5b\xad\x4c\x88\ \x0c\xbd\xf9\xb9\xb7\xd2\xb3\x74\xe4\x88\x4b\x0c\x75\xdd\xca\xf2\ \x99\x52\x7c\x72\x94\x9a\x97\x55\xec\x33\x19\x6f\x2f\x5d\xb5\x62\ \x44\x10\x2c\xca\xca\xca\xce\x2c\x30\xef\x4b\xb4\x86\x80\x1a\x26\ \x74\x84\x97\xaf\x5e\x4e\xf0\xe7\x5e\xbd\x78\xc3\x40\x22\x07\x01\ \x25\x44\x8e\x4c\x2c\x57\x3e\x16\x78\xf3\xae\x5f\xbe\xc9\x82\xa3\ \xa2\x9c\x34\x3b\xa3\x00\x05\x85\xc7\x46\x88\x79\xb7\x72\x55\xcd\ \x14\xc2\x62\xca\x55\x2a\x65\xe7\x71\x7e\xda\x8d\xec\x3c\x37\x90\ \x42\xe2\xe3\x9c\xc5\x99\x59\x0a\x7e\x68\x24\x0d\xd6\x0d\x67\x62\ \x99\xb2\xa5\xa3\xa9\xe6\xce\x4a\xbd\xe9\xf2\xe9\xd8\xc0\xce\xc4\ \x32\x65\x4a\x47\x73\xd8\x9f\x79\x25\xad\xc8\x6b\x40\x40\x61\x50\ \x44\x4c\xb4\x2d\x3f\xf5\x16\xbe\x5d\x4d\x9b\x60\x16\x51\xaa\x6c\ \x72\x82\x23\x3f\xf5\x7a\x56\x9e\x1f\x9b\xd8\x99\x50\xa6\x4c\xe9\ \x28\x9e\xea\xb9\xe9\x69\x39\xf9\x3e\x42\x51\x74\x85\x8a\x89\x31\ \x4e\xd3\x53\x78\xe3\x4a\x86\x9f\x70\x11\x49\xc9\xf1\xb1\x61\x1c\ \xd5\xb2\xae\x5e\xc9\x2e\x32\x04\xde\x9a\x50\x5b\x58\x58\xdc\xb6\ \xd4\x00\x00\x8a\x4d\xd3\x24\x00\x00\xc4\x8b\x82\xc0\x01\x86\x4d\ \xc3\xa4\x14\x00\x00\x39\x51\xe4\x79\xc4\xb0\x69\x12\x20\x88\x02\ \xbc\xe3\x8d\x60\x0c\x1b\x46\x20\x23\x95\x17\x25\x0e\x01\x62\x96\ \x84\x06\x43\x5e\x10\x84\x07\xef\x87\x31\x82\x4b\xa2\xad\x21\x12\ \x24\x11\x01\x6a\x18\x98\x17\x45\x0e\x32\x43\x37\x91\x20\xf2\x1c\ \xa0\x84\x98\x86\xc9\x18\x80\x1c\x27\xdc\xc9\x66\x7f\x60\x3b\x10\ \x09\x92\x70\xa7\x52\x38\x31\x0d\x8c\x09\x40\xbc\x28\x89\x80\x98\ \x26\x01\xa2\x28\x30\x8a\x4d\x93\x06\xca\x56\xdc\xe9\x26\x27\x88\ \x3c\xcf\x01\x46\x0c\x83\xf0\xa2\xf0\x87\x93\x57\x46\x8c\x40\x2d\ \x50\xc0\x89\x22\xcf\x21\x00\x18\x36\x4c\x42\x28\x00\x90\x97\xc4\ \x40\x65\x25\x46\x4c\xd3\x64\xbc\x2c\xde\x65\x5c\x19\xd6\x0d\x4c\ \x19\x2f\x48\x3c\x0f\xef\x6a\x27\x20\x52\x08\x28\x35\x0d\x93\x52\ \x06\x10\x12\x45\x11\x42\x46\x0c\x23\xe0\x2d\x47\xbc\xc0\x0b\xd6\ \x86\xa2\x85\x85\xc5\xbd\x96\xda\xc2\xc2\xc2\xc2\xe2\x6f\x8b\xb5\ \xbe\xb6\xb0\xb0\xb0\xb0\x2c\xb5\x85\x85\x85\x85\x85\x65\xa9\x2d\ \x2c\x2c\x2c\x2c\x4b\x6d\x61\x61\x61\x61\x61\x59\x6a\x0b\x0b\x0b\ \x0b\x0b\xcb\x52\x5b\x58\x58\x58\x58\x96\xda\xc2\xc2\xc2\xc2\xc2\ \xb2\xd4\x16\x16\x16\x16\x96\xa5\xb6\xb0\xb0\xb0\xb0\xb0\x2c\xb5\ \x85\x85\x85\x85\x85\x65\xa9\x2d\x2c\x2c\x2c\xfe\xff\xc8\xff\x37\ \x00\xf2\x26\x58\x1b\xd0\x3e\x22\xbb\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ \x00\x00\x03\xec\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x38\x22\x0a\x20\ \x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x38\x2e\x34\x36\x36\x36\x36\x36\x37\x20\x38\x2e\x34\x36\x36\x36\ \x36\x36\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\ \x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x35\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\ \x6e\x73\x6c\x61\x74\x65\x28\x30\x2c\x2d\x32\x38\x38\x2e\x35\x33\ \x33\x33\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x63\x69\x72\ \x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\x2e\ \x32\x33\x33\x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x79\x3d\x22\x32\x39\x32\x2e\x37\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x34\x2e\x32\x33\x33\ \x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x04\xb8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x53\x56\x47\x52\x6f\x6f\x74\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x31\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x33\x32\x20\x33\x32\x22\x0a\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\x20\x77\x69\ \x64\x74\x68\x3d\x22\x33\x32\x70\x78\x22\x3e\x0a\x20\x20\x3c\x64\ \x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x73\x39\x31\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\ \x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\ \x74\x61\x64\x61\x74\x61\x39\x32\x30\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\ \x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\ \x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\ \x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\ \x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\ \x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\ \x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x34\x32\x30\x32\x39\x30\ \x34\x2c\x30\x2c\x30\x2c\x31\x2e\x34\x34\x31\x32\x30\x36\x2c\x2d\ \x36\x2e\x37\x32\x34\x36\x34\x35\x36\x2c\x2d\x37\x2e\x30\x35\x39\ \x32\x39\x35\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x6d\x20\x34\x2e\x37\x34\x38\x37\x38\x37\x2c\x32\x35\x2e\x37\ \x36\x36\x32\x35\x39\x20\x35\x2e\x35\x38\x36\x37\x36\x37\x2c\x2d\ \x39\x2e\x37\x36\x36\x32\x36\x20\x35\x2e\x35\x38\x36\x37\x36\x38\ \x2c\x2d\x39\x2e\x37\x36\x36\x32\x35\x38\x39\x20\x35\x2e\x36\x36\ \x34\x34\x34\x35\x2c\x39\x2e\x37\x32\x31\x34\x31\x31\x39\x20\x35\ \x2e\x36\x36\x34\x34\x34\x35\x2c\x39\x2e\x37\x32\x31\x34\x31\x32\ \x20\x2d\x31\x31\x2e\x32\x35\x31\x32\x31\x33\x2c\x30\x2e\x30\x34\ \x34\x38\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x34\x37\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x63\x62\x37\x31\x30\x39\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x33\ \x2e\x37\x37\x39\x35\x32\x37\x36\x36\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\xec\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x38\x22\x0a\x20\ \x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x38\x2e\x34\x36\x36\x36\x36\x36\x37\x20\x38\x2e\x34\x36\x36\x36\ \x36\x36\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\ \x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x35\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\ \x6e\x73\x6c\x61\x74\x65\x28\x30\x2c\x2d\x32\x38\x38\x2e\x35\x33\ \x33\x33\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x63\x69\x72\ \x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\x2e\ \x32\x33\x33\x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x63\x62\x34\x39\ \x33\x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x79\x3d\x22\x32\x39\x32\x2e\x37\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x34\x2e\x32\x33\x33\ \x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0c\x9d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\ \x37\x33\x38\x34\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x31\x36\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\ \x36\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\ \x2e\x31\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x2e\x32\x20\x28\ \x31\x3a\x31\x2e\x31\x2b\x32\x30\x32\x32\x30\x32\x30\x35\x30\x39\ \x35\x30\x2b\x30\x61\x30\x30\x63\x66\x35\x33\x33\x39\x29\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\ \x61\x6d\x65\x3d\x22\x73\x65\x74\x74\x69\x6e\x67\x73\x2d\x73\x79\ \x6d\x62\x6f\x6c\x69\x63\x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\ \x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\ \x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x3e\x0a\x20\x20\x3c\x64\x65\ \x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\ \x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\ \x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x6f\x62\x6a\x65\ \x63\x74\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\x22\ \x0a\x20\x20\x20\x20\x20\x67\x72\x69\x64\x74\x6f\x6c\x65\x72\x61\ \x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x67\x75\ \x69\x64\x65\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\ \x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x35\x36\x30\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x35\x32\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6e\x61\x6d\x65\x64\ \x76\x69\x65\x77\x37\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\ \x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\ \x22\x31\x34\x2e\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x38\x2e\x37\x34\x35\x37\ \x36\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x79\x3d\x22\x37\x2e\x39\x36\x36\x31\x30\x31\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x6d\x61\x78\ \x69\x6d\x69\x7a\x65\x64\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\ \x2d\x6c\x61\x79\x65\x72\x3d\x22\x73\x76\x67\x37\x33\x38\x34\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x63\x68\x65\x63\x6b\x65\x72\x62\x6f\x61\x72\x64\x3d\ \x22\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\ \x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\ \x64\x61\x74\x61\x39\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\ \x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\ \x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\ \x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\ \x3e\x47\x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\ \x49\x63\x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\ \x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x74\x69\x74\x6c\x65\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x74\x69\x74\x6c\x65\x39\x31\x36\x37\x22\ \x3e\x47\x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\ \x49\x63\x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\ \x65\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x67\x34\x39\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\ \x65\x28\x2d\x36\x34\x31\x20\x2d\x34\x36\x31\x29\x22\x0a\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x30\x30\x30\x30\x30\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x31\x30\x30\x36\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x36\x34\ \x39\x20\x34\x36\x32\x63\x2d\x30\x2e\x32\x32\x30\x36\x35\x20\x30\ \x2d\x30\x2e\x34\x34\x30\x38\x31\x20\x30\x2e\x30\x31\x31\x33\x2d\ \x30\x2e\x36\x35\x36\x32\x35\x20\x30\x2e\x30\x33\x31\x32\x6c\x2d\ \x30\x2e\x34\x30\x36\x32\x35\x20\x32\x2e\x30\x39\x33\x38\x63\x2d\ \x30\x2e\x33\x33\x34\x34\x36\x20\x30\x2e\x30\x37\x33\x33\x2d\x30\ \x2e\x36\x36\x33\x30\x35\x20\x30\x2e\x31\x37\x35\x38\x39\x2d\x30\ \x2e\x39\x36\x38\x37\x35\x20\x30\x2e\x33\x31\x32\x35\x6c\x2d\x31\ \x2e\x35\x33\x31\x32\x2d\x31\x2e\x34\x36\x38\x38\x63\x2d\x30\x2e\ \x33\x38\x38\x36\x33\x20\x30\x2e\x32\x33\x30\x31\x31\x2d\x30\x2e\ \x37\x32\x36\x39\x35\x20\x30\x2e\x35\x31\x34\x30\x38\x2d\x31\x2e\ \x30\x36\x32\x35\x20\x30\x2e\x38\x31\x32\x35\x6c\x30\x2e\x39\x30\ \x36\x32\x35\x20\x31\x2e\x39\x30\x36\x32\x63\x2d\x30\x2e\x32\x32\ \x32\x34\x32\x20\x30\x2e\x32\x34\x38\x39\x39\x2d\x30\x2e\x34\x32\ \x34\x32\x35\x20\x30\x2e\x35\x32\x32\x35\x2d\x30\x2e\x35\x39\x33\ \x37\x35\x20\x30\x2e\x38\x31\x32\x35\x6c\x2d\x32\x2e\x30\x39\x33\ \x38\x2d\x30\x2e\x32\x38\x31\x32\x35\x63\x2d\x30\x2e\x31\x37\x37\ \x37\x32\x20\x30\x2e\x34\x30\x38\x37\x37\x2d\x30\x2e\x33\x30\x38\ \x37\x32\x20\x30\x2e\x38\x33\x36\x33\x37\x2d\x30\x2e\x34\x30\x36\ \x32\x35\x20\x31\x2e\x32\x38\x31\x32\x6c\x31\x2e\x38\x34\x33\x38\ \x20\x31\x63\x2d\x30\x2e\x30\x31\x37\x31\x20\x30\x2e\x31\x36\x38\ \x30\x39\x2d\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x33\x32\x37\x34\ \x2d\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x35\x73\x30\x2e\x30\x31\ \x34\x32\x20\x30\x2e\x33\x33\x31\x39\x31\x20\x30\x2e\x30\x33\x31\ \x32\x20\x30\x2e\x35\x6c\x2d\x31\x2e\x38\x34\x33\x38\x20\x31\x63\ \x30\x2e\x30\x39\x37\x35\x20\x30\x2e\x34\x34\x34\x38\x38\x20\x30\ \x2e\x32\x32\x38\x35\x33\x20\x30\x2e\x38\x37\x32\x34\x38\x20\x30\ \x2e\x34\x30\x36\x32\x35\x20\x31\x2e\x32\x38\x31\x32\x6c\x32\x2e\ \x30\x39\x33\x38\x2d\x30\x2e\x32\x38\x31\x32\x35\x63\x30\x2e\x31\ \x36\x39\x35\x20\x30\x2e\x32\x39\x20\x30\x2e\x33\x37\x31\x33\x33\ \x20\x30\x2e\x35\x36\x33\x35\x31\x20\x30\x2e\x35\x39\x33\x37\x35\ \x20\x30\x2e\x38\x31\x32\x35\x6c\x2d\x30\x2e\x39\x30\x36\x32\x35\ \x20\x31\x2e\x39\x30\x36\x32\x63\x30\x2e\x33\x33\x35\x35\x35\x20\ \x30\x2e\x32\x39\x38\x34\x32\x20\x30\x2e\x36\x37\x33\x38\x37\x20\ \x30\x2e\x35\x38\x32\x33\x39\x20\x31\x2e\x30\x36\x32\x35\x20\x30\ \x2e\x38\x31\x32\x35\x6c\x31\x2e\x35\x33\x31\x32\x2d\x31\x2e\x34\ \x36\x38\x38\x63\x30\x2e\x33\x30\x35\x37\x20\x30\x2e\x31\x33\x36\ \x36\x31\x20\x30\x2e\x36\x33\x34\x32\x39\x20\x30\x2e\x32\x33\x39\ \x31\x36\x20\x30\x2e\x39\x36\x38\x37\x35\x20\x30\x2e\x33\x31\x32\ \x35\x6c\x30\x2e\x34\x30\x36\x32\x35\x20\x32\x2e\x30\x39\x33\x38\ \x63\x30\x2e\x32\x31\x35\x34\x34\x20\x30\x2e\x30\x32\x20\x30\x2e\ \x34\x33\x35\x36\x20\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x36\x35\ \x36\x32\x35\x20\x30\x2e\x30\x33\x31\x32\x73\x30\x2e\x34\x34\x30\ \x38\x31\x2d\x30\x2e\x30\x31\x31\x33\x20\x30\x2e\x36\x35\x36\x32\ \x35\x2d\x30\x2e\x30\x33\x31\x32\x6c\x30\x2e\x34\x30\x36\x32\x35\ \x2d\x32\x2e\x30\x39\x33\x38\x63\x30\x2e\x33\x33\x34\x34\x36\x2d\ \x30\x2e\x30\x37\x33\x33\x20\x30\x2e\x36\x36\x33\x30\x35\x2d\x30\ \x2e\x31\x37\x35\x38\x39\x20\x30\x2e\x39\x36\x38\x37\x35\x2d\x30\ \x2e\x33\x31\x32\x35\x6c\x31\x2e\x35\x33\x31\x32\x20\x31\x2e\x34\ \x36\x38\x38\x63\x30\x2e\x33\x38\x38\x36\x33\x2d\x30\x2e\x32\x33\ \x30\x31\x31\x20\x30\x2e\x37\x32\x36\x39\x35\x2d\x30\x2e\x35\x31\ \x34\x30\x38\x20\x31\x2e\x30\x36\x32\x35\x2d\x30\x2e\x38\x31\x32\ \x35\x6c\x2d\x30\x2e\x39\x30\x36\x32\x35\x2d\x31\x2e\x39\x30\x36\ \x32\x63\x30\x2e\x32\x32\x32\x34\x32\x2d\x30\x2e\x32\x34\x38\x39\ \x39\x20\x30\x2e\x34\x32\x34\x32\x35\x2d\x30\x2e\x35\x32\x32\x35\ \x20\x30\x2e\x35\x39\x33\x37\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\ \x32\x2e\x30\x39\x33\x38\x20\x30\x2e\x32\x38\x31\x32\x35\x63\x30\ \x2e\x31\x37\x37\x37\x32\x2d\x30\x2e\x34\x30\x38\x37\x37\x20\x30\ \x2e\x33\x30\x38\x37\x32\x2d\x30\x2e\x38\x33\x36\x33\x37\x20\x30\ \x2e\x34\x30\x36\x32\x35\x2d\x31\x2e\x32\x38\x31\x32\x6c\x2d\x31\ \x2e\x38\x34\x33\x38\x2d\x31\x63\x30\x2e\x30\x31\x37\x31\x2d\x30\ \x2e\x31\x36\x38\x30\x39\x20\x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\ \x33\x32\x37\x34\x20\x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x35\x73\ \x2d\x30\x2e\x30\x31\x34\x32\x2d\x30\x2e\x33\x33\x31\x39\x31\x2d\ \x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x35\x6c\x31\x2e\x38\x34\x33\ \x38\x2d\x31\x63\x2d\x30\x2e\x30\x39\x37\x35\x2d\x30\x2e\x34\x34\ \x34\x38\x38\x2d\x30\x2e\x32\x32\x38\x35\x33\x2d\x30\x2e\x38\x37\ \x32\x34\x38\x2d\x30\x2e\x34\x30\x36\x32\x35\x2d\x31\x2e\x32\x38\ \x31\x32\x6c\x2d\x32\x2e\x30\x39\x33\x38\x20\x30\x2e\x32\x38\x31\ \x32\x35\x63\x2d\x30\x2e\x31\x36\x39\x35\x2d\x30\x2e\x32\x39\x2d\ \x30\x2e\x33\x37\x31\x33\x33\x2d\x30\x2e\x35\x36\x33\x35\x31\x2d\ \x30\x2e\x35\x39\x33\x37\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\x30\ \x2e\x39\x30\x36\x32\x35\x2d\x31\x2e\x39\x30\x36\x32\x63\x2d\x30\ \x2e\x33\x33\x35\x35\x35\x2d\x30\x2e\x32\x39\x38\x34\x32\x2d\x30\ \x2e\x36\x37\x33\x38\x37\x2d\x30\x2e\x35\x38\x32\x33\x39\x2d\x31\ \x2e\x30\x36\x32\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\x2d\x31\x2e\ \x35\x33\x31\x32\x20\x31\x2e\x34\x36\x38\x38\x63\x2d\x30\x2e\x33\ \x30\x35\x37\x2d\x30\x2e\x31\x33\x36\x36\x31\x2d\x30\x2e\x36\x33\ \x34\x32\x39\x2d\x30\x2e\x32\x33\x39\x31\x36\x2d\x30\x2e\x39\x36\ \x38\x37\x35\x2d\x30\x2e\x33\x31\x32\x35\x6c\x2d\x30\x2e\x34\x30\ \x36\x32\x35\x2d\x32\x2e\x30\x39\x33\x38\x63\x2d\x30\x2e\x32\x31\ \x35\x34\x34\x2d\x30\x2e\x30\x32\x2d\x30\x2e\x34\x33\x35\x36\x2d\ \x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x36\x35\x36\x32\x35\x2d\x30\ \x2e\x30\x33\x31\x32\x7a\x6d\x30\x20\x34\x63\x31\x2e\x36\x35\x36\ \x38\x20\x30\x20\x33\x20\x31\x2e\x33\x34\x33\x32\x20\x33\x20\x33\ \x73\x2d\x31\x2e\x33\x34\x33\x32\x20\x33\x2d\x33\x20\x33\x2d\x33\ \x2d\x31\x2e\x33\x34\x33\x32\x2d\x33\x2d\x33\x20\x31\x2e\x33\x34\ \x33\x32\x2d\x33\x20\x33\x2d\x33\x7a\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\xef\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x35\x32\x31\x2c\x2d\ \x31\x39\x35\x29\x22\x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\x20\x64\ \x3d\x22\x6d\x35\x32\x37\x20\x31\x39\x37\x63\x2d\x30\x2e\x35\x34\ \x39\x39\x36\x20\x30\x2d\x31\x20\x30\x2e\x34\x35\x30\x30\x34\x2d\ \x31\x20\x31\x76\x31\x68\x2d\x33\x63\x2d\x30\x2e\x35\x35\x32\x30\ \x31\x20\x30\x2d\x31\x20\x30\x2e\x34\x35\x30\x30\x34\x2d\x31\x20\ \x31\x76\x38\x63\x30\x20\x30\x2e\x35\x34\x39\x39\x36\x20\x30\x2e\ \x34\x34\x37\x39\x39\x20\x31\x20\x31\x20\x31\x68\x31\x32\x63\x30\ \x2e\x35\x35\x32\x30\x31\x20\x30\x20\x31\x2d\x30\x2e\x34\x35\x30\ \x30\x34\x20\x31\x2d\x31\x76\x2d\x38\x63\x30\x2d\x30\x2e\x35\x34\ \x39\x39\x36\x2d\x30\x2e\x34\x34\x37\x39\x39\x2d\x31\x2d\x31\x2d\ \x31\x68\x2d\x33\x76\x2d\x31\x63\x30\x2d\x30\x2e\x35\x34\x39\x39\ \x36\x2d\x30\x2e\x34\x35\x30\x30\x34\x2d\x31\x2d\x31\x2d\x31\x68\ \x2d\x34\x7a\x6d\x32\x20\x33\x63\x32\x2e\x32\x30\x39\x31\x20\x30\ \x20\x34\x20\x31\x2e\x37\x39\x30\x39\x20\x34\x20\x34\x73\x2d\x31\ \x2e\x37\x39\x30\x39\x20\x34\x2d\x34\x20\x34\x2d\x34\x2d\x31\x2e\ \x37\x39\x30\x39\x2d\x34\x2d\x34\x20\x31\x2e\x37\x39\x30\x39\x2d\ \x34\x20\x34\x2d\x34\x7a\x6d\x30\x20\x32\x63\x2d\x31\x2e\x31\x30\ \x34\x36\x20\x30\x2d\x32\x20\x30\x2e\x38\x39\x35\x34\x33\x2d\x32\ \x20\x32\x73\x30\x2e\x38\x39\x35\x34\x33\x20\x32\x20\x32\x20\x32\ \x20\x32\x2d\x30\x2e\x38\x39\x35\x34\x33\x20\x32\x2d\x32\x2d\x30\ \x2e\x38\x39\x35\x34\x33\x2d\x32\x2d\x32\x2d\x32\x7a\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x62\x65\x62\x65\x62\x65\x22\x2f\x3e\ \x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x4e\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x34\x20\x31\x32\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x32\x20\x33\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x20\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x20\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x20\x30\x2e\x37\x33\x35\x32\x37\x20\x30\x2e\x38\x32\x34\x30\ \x34\x20\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x20\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x20\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x20\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x20\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x20\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x20\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x2d\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x2d\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x2d\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x2d\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x2d\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x2d\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x2d\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x2d\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x32\x2d\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x2d\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x20\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x20\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x20\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x35\x20\x31\x2e\x38\x35\x35\x32\x2d\x30\x2e\ \x35\x32\x32\x38\x37\x20\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\x2e\ \x30\x33\x30\x37\x20\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\x32\ \x34\x33\x20\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\x31\ \x32\x20\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\x35\ \x34\x20\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\x35\ \x20\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\x35\ \x20\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\x35\ \x2d\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\x35\ \x31\x2d\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\x36\ \x32\x2d\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\x38\ \x2d\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\x2d\ \x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x2d\x31\ \x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x2d\x31\x2e\x37\ \x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x2d\x30\x2e\x35\x37\ \x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x2d\x31\x2e\x32\x30\ \x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x2d\x31\x2e\x38\x35\x35\x32\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\ \x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\ \x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\ \x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\ \x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\ \x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\ \x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\ \x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\ \x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\ \x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\ \x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\ \x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x4f\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x32\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x32\x20\x31\x32\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x30\x20\x33\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x20\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x20\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x20\x30\x2e\x37\x33\x35\x32\x37\x20\x30\x2e\x38\x32\x34\x30\ \x34\x20\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x20\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x20\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x20\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x20\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x20\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x20\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x2d\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x2d\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x2d\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x2d\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x2d\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x2d\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x2d\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x2d\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x31\x2d\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x2d\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x20\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x20\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x20\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x34\x39\x20\x31\x2e\x38\x35\x35\x32\x2d\x30\ \x2e\x35\x32\x32\x38\x37\x20\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\ \x2e\x30\x33\x30\x37\x20\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\ \x32\x34\x33\x20\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\ \x31\x32\x20\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\ \x35\x34\x20\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\ \x35\x20\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x20\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x2d\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\ \x35\x31\x2d\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\ \x36\x32\x2d\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\ \x38\x2d\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\ \x2d\x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x2d\ \x31\x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x2d\x31\x2e\ \x37\x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x2d\x30\x2e\x35\ \x37\x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x2d\x31\x2e\x32\ \x30\x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x2d\x31\x2e\x38\x35\x35\ \x32\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\ \x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\ \x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\ \x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\x71\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x32\x31\x20\x2d\ \x34\x36\x36\x2e\x33\x39\x29\x22\x3e\x0a\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x32\x32\x33\x2e\x35\x20\x34\x36\x38\x63\ \x2d\x31\x2e\x33\x38\x35\x20\x30\x2d\x32\x2e\x35\x20\x31\x2e\x31\ \x31\x35\x2d\x32\x2e\x35\x20\x32\x2e\x35\x76\x38\x63\x30\x20\x31\ \x2e\x33\x38\x35\x20\x31\x2e\x31\x31\x35\x20\x32\x2e\x35\x20\x32\ \x2e\x35\x20\x32\x2e\x35\x68\x31\x31\x63\x31\x2e\x33\x38\x35\x20\ \x30\x20\x32\x2e\x35\x2d\x31\x2e\x31\x31\x35\x20\x32\x2e\x35\x2d\ \x32\x2e\x35\x76\x2d\x38\x63\x30\x2d\x31\x2e\x33\x38\x35\x2d\x31\ \x2e\x31\x31\x35\x2d\x32\x2e\x35\x2d\x32\x2e\x35\x2d\x32\x2e\x35\ \x7a\x6d\x30\x20\x39\x68\x31\x31\x20\x30\x2e\x35\x76\x31\x2e\x35\ \x63\x30\x20\x30\x2e\x32\x37\x37\x2d\x30\x2e\x32\x32\x33\x20\x30\ \x2e\x35\x2d\x30\x2e\x35\x20\x30\x2e\x35\x68\x2d\x31\x31\x63\x2d\ \x30\x2e\x32\x37\x37\x20\x30\x2d\x30\x2e\x35\x2d\x30\x2e\x32\x32\ \x33\x2d\x30\x2e\x35\x2d\x30\x2e\x35\x76\x2d\x31\x2e\x35\x7a\x22\ \x2f\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \ \x00\x00\x06\x4f\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x34\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x34\x20\x31\x34\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x32\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x32\x20\x39\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x2d\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x2d\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x2d\x30\x2e\x37\x33\x35\x32\x36\x20\x30\x2e\x38\x32\x34\x30\ \x34\x2d\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x2d\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x2d\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x2d\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x2d\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x2d\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x2d\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x20\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x20\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x20\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x20\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x20\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x20\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x20\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x20\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x32\x20\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x20\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x2d\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x2d\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x2d\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x34\x39\x2d\x31\x2e\x38\x35\x35\x32\x2d\x30\ \x2e\x35\x32\x32\x38\x37\x2d\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\ \x2e\x30\x33\x30\x37\x2d\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\ \x32\x34\x33\x2d\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\ \x31\x32\x2d\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\ \x35\x34\x2d\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\ \x35\x2d\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x2d\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x20\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\ \x35\x31\x20\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\ \x36\x32\x20\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\ \x38\x20\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\ \x20\x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x20\ \x31\x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x20\x31\x2e\ \x37\x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x20\x30\x2e\x35\ \x37\x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x20\x31\x2e\x32\ \x30\x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x20\x31\x2e\x38\x35\x35\ \x32\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\ \x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\ \x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\ \x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x5e\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\ \x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\ \x72\x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\ \x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\ \x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\ \x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\ \x2d\x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\ \x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x36\x33\x2e\ \x35\x32\x20\x39\x34\x2e\x39\x30\x39\x68\x2d\x32\x36\x39\x2e\x36\ \x33\x76\x2d\x31\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\x39\x30\ \x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\x32\x2d\ \x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x68\x2d\x31\ \x30\x33\x2e\x37\x63\x2d\x32\x32\x2e\x39\x30\x38\x20\x30\x2d\x34\ \x31\x2e\x34\x38\x32\x20\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\ \x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x76\x33\x34\x32\x2e\x32\ \x32\x63\x30\x20\x32\x32\x2e\x39\x30\x37\x20\x31\x38\x2e\x35\x37\ \x34\x20\x34\x31\x2e\x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x20\ \x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x32\x63\x32\x32\ \x2e\x39\x30\x38\x20\x30\x20\x34\x31\x2e\x34\x38\x32\x2d\x31\x38\ \x2e\x35\x37\x35\x20\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\ \x38\x32\x76\x2d\x32\x39\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\ \x39\x30\x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\ \x32\x2d\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x7a\ \x6d\x2d\x34\x33\x35\x2e\x35\x36\x2d\x31\x30\x2e\x33\x37\x63\x30\ \x2d\x31\x31\x2e\x34\x33\x35\x20\x39\x2e\x33\x30\x38\x2d\x32\x30\ \x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\ \x34\x31\x68\x31\x30\x33\x2e\x37\x63\x31\x31\x2e\x34\x33\x33\x20\ \x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\x20\x32\ \x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x33\x31\x2e\ \x31\x31\x31\x68\x32\x39\x30\x2e\x33\x37\x63\x31\x31\x2e\x34\x33\ \x33\x20\x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\ \x20\x32\x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x32\ \x30\x2e\x37\x34\x31\x68\x2d\x34\x35\x36\x2e\x33\x76\x2d\x37\x32\ \x2e\x35\x39\x33\x7a\x6d\x34\x33\x35\x2e\x35\x36\x20\x33\x36\x32\ \x2e\x39\x37\x68\x2d\x34\x31\x34\x2e\x38\x32\x63\x2d\x31\x31\x2e\ \x34\x33\x33\x20\x30\x2d\x32\x30\x2e\x37\x34\x31\x2d\x39\x2e\x33\ \x30\x37\x2d\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\ \x76\x2d\x32\x34\x38\x2e\x38\x39\x68\x34\x35\x36\x2e\x33\x76\x32\ \x34\x38\x2e\x38\x39\x63\x30\x20\x31\x31\x2e\x34\x33\x32\x2d\x39\ \x2e\x33\x30\x37\x20\x32\x30\x2e\x37\x34\x2d\x32\x30\x2e\x37\x34\ \x31\x20\x32\x30\x2e\x37\x34\x7a\x22\x2f\x3e\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x34\x33\x2e\x30\x31\x31\x20\x34\x34\x36\x2e\ \x33\x36\x63\x2d\x35\x2e\x36\x39\x30\x39\x2d\x31\x2e\x37\x38\x32\ \x32\x2d\x31\x30\x2e\x32\x39\x32\x2d\x35\x2e\x38\x34\x32\x39\x2d\ \x31\x32\x2e\x38\x38\x34\x2d\x31\x31\x2e\x33\x37\x31\x6c\x2d\x31\ \x2e\x34\x36\x36\x35\x2d\x33\x2e\x31\x32\x37\x37\x2d\x30\x2e\x31\ \x34\x32\x37\x31\x2d\x31\x32\x36\x2e\x37\x35\x2d\x30\x2e\x31\x34\ \x32\x37\x2d\x31\x32\x36\x2e\x37\x35\x68\x34\x35\x35\x2e\x38\x31\ \x6c\x2d\x30\x2e\x31\x34\x36\x32\x34\x20\x31\x32\x36\x2e\x31\x39\ \x2d\x30\x2e\x31\x34\x36\x32\x34\x20\x31\x32\x36\x2e\x31\x39\x2d\ \x31\x2e\x32\x39\x39\x34\x20\x33\x2e\x32\x31\x39\x32\x63\x2d\x31\ \x2e\x38\x32\x31\x20\x34\x2e\x35\x31\x31\x37\x2d\x36\x2e\x33\x34\ \x36\x38\x20\x39\x2e\x32\x35\x35\x2d\x31\x30\x2e\x37\x38\x37\x20\ \x31\x31\x2e\x33\x30\x35\x6c\x2d\x33\x2e\x34\x39\x36\x31\x20\x31\ \x2e\x36\x31\x34\x34\x2d\x32\x31\x31\x2e\x34\x38\x20\x30\x2e\x31\ \x30\x33\x33\x39\x63\x2d\x31\x37\x33\x2e\x38\x20\x30\x2e\x30\x38\ \x35\x2d\x32\x31\x31\x2e\x39\x2d\x30\x2e\x30\x32\x37\x34\x2d\x32\ \x31\x33\x2e\x38\x32\x2d\x30\x2e\x36\x33\x31\x30\x32\x7a\x22\x20\ \x66\x69\x6c\x6c\x3d\x22\x23\x34\x63\x34\x61\x34\x38\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x2e\x35\x35\ \x36\x35\x32\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x10\x68\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x20\x73\x68\ \x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\ \x75\x74\x6f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x33\x35\x37\x2e\x39\x37\x20\x33\x35\x37\ \x2e\x33\x36\x63\x2d\x32\x2e\x36\x33\x31\x34\x20\x30\x2d\x34\x2e\ \x37\x31\x35\x35\x20\x30\x2e\x32\x33\x37\x38\x38\x2d\x36\x2e\x34\ \x37\x30\x37\x20\x30\x2e\x38\x39\x36\x34\x38\x73\x2d\x33\x2e\x31\ \x35\x39\x32\x20\x31\x2e\x38\x34\x39\x38\x2d\x33\x2e\x39\x39\x30\ \x32\x20\x33\x2e\x33\x35\x35\x35\x63\x2d\x31\x2e\x36\x36\x32\x31\ \x20\x33\x2e\x30\x31\x31\x32\x2d\x31\x2e\x34\x38\x34\x38\x20\x36\ \x2e\x36\x39\x33\x38\x2d\x31\x2e\x35\x34\x33\x20\x31\x31\x2e\x37\ \x32\x37\x76\x30\x2e\x30\x31\x31\x37\x20\x34\x30\x2e\x30\x32\x31\ \x20\x30\x2e\x30\x31\x31\x37\x63\x30\x2e\x30\x35\x38\x32\x20\x35\ \x2e\x30\x33\x32\x38\x2d\x30\x2e\x31\x31\x39\x31\x32\x20\x38\x2e\ \x37\x31\x35\x33\x20\x31\x2e\x35\x34\x33\x20\x31\x31\x2e\x37\x32\ \x37\x20\x30\x2e\x38\x33\x31\x30\x34\x20\x31\x2e\x35\x30\x35\x36\ \x20\x32\x2e\x32\x33\x35\x20\x32\x2e\x36\x39\x36\x39\x20\x33\x2e\ \x39\x39\x30\x32\x20\x33\x2e\x33\x35\x35\x35\x20\x31\x2e\x37\x35\ \x35\x32\x20\x30\x2e\x36\x35\x38\x36\x20\x33\x2e\x38\x33\x39\x33\ \x20\x30\x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x37\x30\x37\x20\ \x30\x2e\x38\x39\x36\x34\x38\x68\x36\x34\x2e\x30\x32\x35\x63\x32\ \x2e\x36\x33\x31\x34\x20\x30\x20\x34\x2e\x37\x31\x35\x35\x2d\x30\ \x2e\x32\x33\x37\x38\x38\x20\x36\x2e\x34\x37\x30\x37\x2d\x30\x2e\ \x38\x39\x36\x34\x38\x20\x31\x2e\x37\x35\x35\x32\x2d\x30\x2e\x36\ \x35\x38\x36\x31\x20\x33\x2e\x31\x35\x39\x32\x2d\x31\x2e\x38\x34\ \x39\x38\x20\x33\x2e\x39\x39\x30\x32\x2d\x33\x2e\x33\x35\x35\x35\ \x20\x31\x2e\x36\x36\x32\x31\x2d\x33\x2e\x30\x31\x31\x32\x20\x31\ \x2e\x34\x38\x34\x38\x2d\x36\x2e\x36\x39\x33\x38\x20\x31\x2e\x35\ \x34\x33\x2d\x31\x31\x2e\x37\x32\x37\x76\x2d\x30\x2e\x30\x31\x31\ \x37\x2d\x34\x30\x2e\x30\x32\x31\x2d\x30\x2e\x30\x31\x31\x37\x63\ \x2d\x30\x2e\x30\x35\x38\x32\x2d\x35\x2e\x30\x33\x32\x38\x20\x30\ \x2e\x31\x31\x39\x31\x31\x2d\x38\x2e\x37\x31\x35\x33\x2d\x31\x2e\ \x35\x34\x33\x2d\x31\x31\x2e\x37\x32\x37\x2d\x30\x2e\x38\x33\x31\ \x30\x34\x2d\x31\x2e\x35\x30\x35\x36\x2d\x32\x2e\x32\x33\x35\x2d\ \x32\x2e\x36\x39\x36\x39\x2d\x33\x2e\x39\x39\x30\x32\x2d\x33\x2e\ \x33\x35\x35\x35\x73\x2d\x33\x2e\x38\x33\x39\x33\x2d\x30\x2e\x38\ \x39\x36\x34\x38\x2d\x36\x2e\x34\x37\x30\x37\x2d\x30\x2e\x38\x39\ \x36\x34\x38\x7a\x6d\x30\x20\x34\x2e\x30\x30\x32\x68\x36\x34\x2e\ \x30\x32\x35\x63\x32\x2e\x33\x37\x30\x36\x20\x30\x20\x34\x2e\x30\ \x32\x34\x33\x20\x30\x2e\x32\x35\x30\x33\x31\x20\x35\x2e\x30\x36\ \x34\x35\x20\x30\x2e\x36\x34\x30\x36\x33\x20\x31\x2e\x30\x34\x30\ \x32\x20\x30\x2e\x33\x39\x30\x33\x31\x20\x31\x2e\x34\x38\x39\x37\ \x20\x30\x2e\x38\x30\x39\x34\x35\x20\x31\x2e\x38\x39\x34\x35\x20\ \x31\x2e\x35\x34\x33\x20\x30\x2e\x38\x30\x38\x32\x33\x20\x31\x2e\ \x34\x36\x34\x33\x20\x30\x2e\x39\x38\x36\x31\x33\x20\x34\x2e\x37\ \x37\x38\x31\x20\x31\x2e\x30\x34\x34\x39\x20\x39\x2e\x38\x31\x36\ \x34\x76\x33\x39\x2e\x39\x37\x37\x63\x2d\x30\x2e\x30\x35\x38\x34\ \x20\x35\x2e\x30\x35\x34\x32\x2d\x30\x2e\x32\x33\x35\x31\x38\x20\ \x38\x2e\x33\x37\x30\x39\x2d\x31\x2e\x30\x34\x34\x39\x20\x39\x2e\ \x38\x33\x37\x39\x2d\x30\x2e\x34\x30\x34\x38\x37\x20\x30\x2e\x37\ \x33\x33\x35\x32\x2d\x30\x2e\x38\x35\x34\x33\x34\x20\x31\x2e\x31\ \x35\x32\x37\x2d\x31\x2e\x38\x39\x34\x35\x20\x31\x2e\x35\x34\x33\ \x2d\x31\x2e\x30\x34\x30\x32\x20\x30\x2e\x33\x39\x30\x33\x32\x2d\ \x32\x2e\x36\x39\x33\x39\x20\x30\x2e\x36\x34\x30\x36\x33\x2d\x35\ \x2e\x30\x36\x34\x35\x20\x30\x2e\x36\x34\x30\x36\x33\x68\x2d\x36\ \x34\x2e\x30\x32\x35\x63\x2d\x32\x2e\x33\x37\x30\x36\x20\x30\x2d\ \x34\x2e\x30\x32\x34\x33\x2d\x30\x2e\x32\x35\x30\x33\x31\x2d\x35\ \x2e\x30\x36\x34\x34\x2d\x30\x2e\x36\x34\x30\x36\x33\x2d\x31\x2e\ \x30\x34\x30\x32\x2d\x30\x2e\x33\x39\x30\x33\x31\x2d\x31\x2e\x34\ \x38\x39\x37\x2d\x30\x2e\x38\x30\x39\x34\x35\x2d\x31\x2e\x38\x39\ \x34\x35\x2d\x31\x2e\x35\x34\x33\x2d\x30\x2e\x38\x30\x38\x33\x36\ \x2d\x31\x2e\x34\x36\x34\x35\x2d\x30\x2e\x39\x38\x36\x31\x36\x2d\ \x34\x2e\x37\x37\x36\x38\x2d\x31\x2e\x30\x34\x34\x39\x2d\x39\x2e\ \x38\x31\x36\x34\x76\x2d\x30\x2e\x30\x32\x31\x35\x2d\x33\x39\x2e\ \x39\x35\x33\x2d\x30\x2e\x30\x32\x33\x34\x63\x30\x2e\x30\x35\x38\ \x38\x2d\x35\x2e\x30\x33\x38\x33\x20\x30\x2e\x32\x33\x36\x36\x39\ \x2d\x38\x2e\x33\x35\x32\x31\x20\x31\x2e\x30\x34\x34\x39\x2d\x39\ \x2e\x38\x31\x36\x34\x20\x30\x2e\x34\x30\x34\x38\x37\x2d\x30\x2e\ \x37\x33\x33\x35\x32\x20\x30\x2e\x38\x35\x34\x33\x34\x2d\x31\x2e\ \x31\x35\x32\x37\x20\x31\x2e\x38\x39\x34\x35\x2d\x31\x2e\x35\x34\ \x33\x20\x31\x2e\x30\x34\x30\x32\x2d\x30\x2e\x33\x39\x30\x33\x32\ \x20\x32\x2e\x36\x39\x33\x39\x2d\x30\x2e\x36\x34\x30\x36\x33\x20\ \x35\x2e\x30\x36\x34\x34\x2d\x30\x2e\x36\x34\x30\x36\x33\x7a\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\x72\x65\ \x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\ \x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\ \x30\x30\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\ \x2d\x66\x65\x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\ \x67\x61\x74\x75\x72\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\ \x72\x69\x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\ \x76\x61\x72\x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\ \x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\ \x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\ \x70\x65\x2d\x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\ \x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\ \x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\ \x65\x78\x74\x2d\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3a\ \x6d\x69\x78\x65\x64\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\ \x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\ \x34\x30\x37\x2e\x39\x37\x20\x33\x39\x32\x2e\x35\x31\x63\x30\x2e\ \x32\x30\x39\x31\x38\x20\x36\x2e\x33\x38\x37\x33\x2d\x31\x2e\x39\ \x31\x39\x38\x20\x31\x32\x2e\x38\x35\x32\x2d\x36\x2e\x34\x33\x31\ \x36\x20\x31\x37\x2e\x39\x39\x34\x2d\x39\x2e\x30\x32\x33\x37\x20\ \x31\x30\x2e\x32\x38\x35\x2d\x32\x34\x2e\x35\x33\x31\x20\x31\x31\ \x2e\x38\x31\x32\x2d\x33\x35\x2e\x33\x38\x39\x20\x33\x2e\x34\x38\ \x34\x34\x2d\x31\x30\x2e\x38\x35\x37\x2d\x38\x2e\x33\x32\x37\x36\ \x2d\x31\x33\x2e\x33\x39\x36\x2d\x32\x33\x2e\x36\x39\x38\x2d\x35\ \x2e\x37\x39\x33\x2d\x33\x35\x2e\x30\x37\x32\x20\x37\x2e\x32\x31\ \x38\x2d\x31\x30\x2e\x37\x39\x38\x20\x32\x31\x2e\x32\x35\x33\x2d\ \x31\x34\x2e\x35\x34\x20\x33\x32\x2e\x38\x30\x35\x2d\x39\x2e\x30\ \x33\x33\x32\x6c\x2d\x31\x2e\x37\x32\x32\x36\x20\x33\x2e\x36\x31\ \x31\x33\x63\x2d\x39\x2e\x37\x38\x33\x36\x2d\x34\x2e\x36\x36\x34\ \x2d\x32\x31\x2e\x36\x33\x2d\x31\x2e\x35\x31\x39\x37\x2d\x32\x37\ \x2e\x37\x35\x36\x20\x37\x2e\x36\x34\x34\x35\x2d\x36\x2e\x34\x35\ \x33\x32\x20\x39\x2e\x36\x35\x33\x38\x2d\x34\x2e\x33\x31\x33\x32\ \x20\x32\x32\x2e\x36\x30\x38\x20\x34\x2e\x39\x30\x32\x33\x20\x32\ \x39\x2e\x36\x37\x36\x20\x39\x2e\x32\x31\x35\x35\x20\x37\x2e\x30\ \x36\x38\x33\x20\x32\x32\x2e\x32\x38\x39\x20\x35\x2e\x37\x38\x30\ \x31\x20\x32\x39\x2e\x39\x34\x37\x2d\x32\x2e\x39\x34\x39\x32\x20\ \x37\x2e\x32\x30\x37\x37\x2d\x38\x2e\x32\x31\x35\x33\x20\x37\x2e\ \x31\x35\x39\x32\x2d\x32\x30\x2e\x32\x36\x39\x20\x30\x2e\x32\x39\ \x32\x39\x37\x2d\x32\x38\x2e\x35\x31\x6c\x2d\x37\x2e\x34\x32\x33\ \x38\x20\x37\x2e\x34\x31\x39\x39\x2d\x32\x2e\x38\x33\x30\x31\x2d\ \x32\x2e\x38\x32\x38\x31\x20\x31\x30\x2e\x33\x39\x31\x2d\x31\x30\ \x2e\x33\x38\x35\x20\x31\x2e\x34\x31\x34\x31\x20\x31\x2e\x34\x31\ \x32\x31\x63\x34\x2e\x38\x33\x38\x36\x20\x34\x2e\x38\x33\x36\x36\ \x20\x37\x2e\x33\x38\x34\x36\x20\x31\x31\x2e\x31\x34\x38\x20\x37\ \x2e\x35\x39\x33\x38\x20\x31\x37\x2e\x35\x33\x35\x7a\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\ \x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\ \x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\ \x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\ \x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x66\ \x65\x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\ \x74\x75\x72\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\ \x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\ \x2d\x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3a\x6d\x69\ \x78\x65\x64\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\ \x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x33\x37\ \x35\x2e\x39\x38\x20\x33\x39\x33\x2e\x33\x36\x63\x30\x20\x33\x2e\ \x32\x39\x30\x38\x20\x32\x2e\x37\x31\x31\x31\x20\x36\x2e\x30\x30\ \x32\x20\x36\x2e\x30\x30\x32\x20\x36\x2e\x30\x30\x32\x73\x36\x2e\ \x30\x30\x32\x2d\x32\x2e\x37\x31\x31\x31\x20\x36\x2e\x30\x30\x32\ \x2d\x36\x2e\x30\x30\x32\x2d\x32\x2e\x37\x31\x31\x31\x2d\x36\x2d\ \x36\x2e\x30\x30\x32\x2d\x36\x2d\x36\x2e\x30\x30\x32\x20\x32\x2e\ \x37\x30\x39\x32\x2d\x36\x2e\x30\x30\x32\x20\x36\x7a\x6d\x34\x20\ \x30\x63\x30\x2d\x31\x2e\x31\x32\x37\x38\x20\x30\x2e\x38\x37\x32\ \x34\x37\x2d\x32\x20\x32\x2e\x30\x30\x32\x2d\x32\x73\x32\x2e\x30\ \x30\x32\x20\x30\x2e\x38\x37\x32\x31\x38\x20\x32\x2e\x30\x30\x32\ \x20\x32\x2d\x30\x2e\x38\x37\x32\x34\x37\x20\x32\x2d\x32\x2e\x30\ \x30\x32\x20\x32\x2d\x32\x2e\x30\x30\x32\x2d\x30\x2e\x38\x37\x32\ \x31\x38\x2d\x32\x2e\x30\x30\x32\x2d\x32\x7a\x22\x20\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\ \x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\ \x74\x6f\x22\x20\x66\x69\x6c\x6c\x3d\x22\x23\x33\x33\x33\x22\x20\ \x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\ \x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\x65\ \x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x61\x6c\ \x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\x70\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\ \x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\x69\ \x6e\x67\x3a\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\ \x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\ \x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x6f\x72\x69\x65\ \x6e\x74\x61\x74\x69\x6f\x6e\x3a\x6d\x69\x78\x65\x64\x3b\x74\x65\ \x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\ \x65\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\x4a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x35\x36\x31\x2c\x2d\ \x31\x39\x35\x29\x22\x3e\x0a\x20\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\ \x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x35\x37\x35\x2e\x39\ \x37\x22\x20\x79\x3d\x22\x31\x39\x39\x22\x20\x77\x69\x64\x74\x68\ \x3d\x22\x39\x2e\x39\x36\x38\x38\x22\x20\x68\x65\x69\x67\x68\x74\ \x3d\x22\x39\x22\x20\x72\x78\x3d\x22\x2e\x39\x39\x39\x38\x22\x20\ \x72\x79\x3d\x22\x31\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x62\ \x65\x62\x65\x62\x65\x22\x2f\x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x35\x36\x36\x20\x32\x30\x33\x2e\x34\x37\x2d\ \x33\x2e\x34\x37\x2d\x33\x2e\x34\x37\x68\x2d\x30\x2e\x35\x33\x30\ \x39\x76\x37\x68\x30\x2e\x35\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x62\x65\x62\x65\x62\x65\x22\x2f\x3e\x0a\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x26\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x33\x38\x31\x2e\x39\x38\x20\x33\x35\x35\x2e\ \x33\x36\x63\x2d\x31\x30\x2e\x30\x30\x34\x20\x30\x2d\x39\x2e\x38\ \x38\x37\x33\x20\x33\x2e\x39\x31\x33\x31\x2d\x31\x30\x2e\x30\x30\ \x34\x20\x31\x34\x76\x34\x38\x63\x30\x2e\x31\x31\x36\x36\x36\x20\ \x31\x30\x2e\x30\x38\x37\x20\x30\x20\x31\x34\x20\x31\x30\x2e\x30\ \x30\x34\x20\x31\x34\x68\x33\x36\x2e\x30\x31\x35\x63\x31\x30\x2e\ \x30\x30\x34\x20\x30\x20\x39\x2e\x38\x38\x37\x33\x2d\x33\x2e\x39\ \x31\x33\x31\x20\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\x76\x2d\x34\ \x38\x63\x2d\x30\x2e\x31\x31\x36\x36\x36\x2d\x31\x30\x2e\x30\x38\ \x37\x20\x30\x2d\x31\x34\x2d\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x34\x2e\x30\x30\x30\ \x38\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\x2c\x30\x2c\x30\x29\ \x22\x20\x78\x3d\x22\x2d\x34\x30\x31\x2e\x33\x36\x22\x20\x79\x3d\ \x22\x2d\x33\x37\x31\x2e\x39\x38\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x31\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x36\x2e\x30\ \x30\x32\x34\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\ \x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x33\x34\x39\x2e\x39\x37\x20\x34\x33\x33\ \x2e\x33\x36\x68\x34\x2e\x30\x30\x31\x36\x6c\x38\x2e\x30\x30\x33\ \x32\x2d\x31\x32\x76\x2d\x35\x36\x6c\x2d\x38\x2e\x30\x30\x33\x32\ \x2d\x31\x32\x68\x2d\x34\x2e\x30\x30\x31\x36\x7a\x22\x20\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x01\xd6\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x32\x34\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x32\x34\x70\x78\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\ \x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x32\x34\x20\x32\x34\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x3e\x0a\x20\x3c\x67\x20\ \x69\x64\x3d\x22\x41\x63\x74\x69\x6f\x6e\x2d\x2f\x2d\x34\x33\x2d\ \x2d\x2d\x41\x63\x74\x69\x6f\x6e\x2c\x2d\x61\x72\x72\x6f\x77\x73\ \x2c\x2d\x76\x65\x72\x74\x69\x63\x61\x6c\x2c\x2d\x6d\x6f\x76\x65\ \x2c\x2d\x73\x77\x61\x70\x2c\x2d\x73\x77\x69\x74\x63\x68\x2c\x2d\ \x74\x72\x61\x6e\x73\x66\x65\x72\x2d\x69\x63\x6f\x6e\x22\x20\x66\ \x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3d\x22\x65\x76\x65\x6e\x6f\x64\x64\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3d\x22\x72\x6f\x75\ \x6e\x64\x22\x20\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\ \x6f\x69\x6e\x3d\x22\x72\x6f\x75\x6e\x64\x22\x20\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x22\x3e\x0a\x20\x20\ \x3c\x70\x61\x74\x68\x20\x69\x64\x3d\x22\x50\x61\x74\x68\x22\x20\ \x64\x3d\x22\x6d\x31\x34\x2e\x30\x30\x31\x20\x38\x2e\x34\x39\x39\ \x31\x20\x34\x2d\x35\x2e\x35\x20\x34\x20\x35\x2e\x35\x6d\x2d\x34\ \x2d\x35\x2e\x34\x39\x38\x33\x76\x31\x37\x2e\x39\x39\x38\x22\x2f\ \x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x30\ \x2e\x30\x30\x31\x20\x31\x35\x2e\x35\x30\x31\x2d\x34\x20\x35\x2e\ \x35\x2d\x34\x2d\x35\x2e\x35\x6d\x34\x20\x35\x2e\x34\x39\x38\x33\ \x76\x2d\x31\x38\x22\x2f\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x04\x23\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\ \x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\ \x72\x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\ \x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\ \x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\ \x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\ \x2d\x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\ \x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x36\x33\x2e\ \x35\x32\x20\x39\x34\x2e\x39\x30\x39\x68\x2d\x32\x36\x39\x2e\x36\ \x33\x76\x2d\x31\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\x39\x30\ \x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\x32\x2d\ \x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x68\x2d\x31\ \x30\x33\x2e\x37\x63\x2d\x32\x32\x2e\x39\x30\x38\x20\x30\x2d\x34\ \x31\x2e\x34\x38\x32\x20\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\ \x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x76\x33\x34\x32\x2e\x32\ \x32\x63\x30\x20\x32\x32\x2e\x39\x30\x37\x20\x31\x38\x2e\x35\x37\ \x34\x20\x34\x31\x2e\x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x20\ \x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x32\x63\x32\x32\ \x2e\x39\x30\x38\x20\x30\x20\x34\x31\x2e\x34\x38\x32\x2d\x31\x38\ \x2e\x35\x37\x35\x20\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\ \x38\x32\x76\x2d\x32\x39\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\ \x39\x30\x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\ \x32\x2d\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x7a\ \x6d\x2d\x34\x33\x35\x2e\x35\x36\x2d\x31\x30\x2e\x33\x37\x63\x30\ \x2d\x31\x31\x2e\x34\x33\x35\x20\x39\x2e\x33\x30\x38\x2d\x32\x30\ \x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\ \x34\x31\x68\x31\x30\x33\x2e\x37\x63\x31\x31\x2e\x34\x33\x33\x20\ \x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\x20\x32\ \x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x33\x31\x2e\ \x31\x31\x31\x68\x32\x39\x30\x2e\x33\x37\x63\x31\x31\x2e\x34\x33\ \x33\x20\x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\ \x20\x32\x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x32\ \x30\x2e\x37\x34\x31\x68\x2d\x34\x35\x36\x2e\x33\x76\x2d\x37\x32\ \x2e\x35\x39\x33\x7a\x6d\x34\x33\x35\x2e\x35\x36\x20\x33\x36\x32\ \x2e\x39\x37\x68\x2d\x34\x31\x34\x2e\x38\x32\x63\x2d\x31\x31\x2e\ \x34\x33\x33\x20\x30\x2d\x32\x30\x2e\x37\x34\x31\x2d\x39\x2e\x33\ \x30\x37\x2d\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\ \x76\x2d\x32\x34\x38\x2e\x38\x39\x68\x34\x35\x36\x2e\x33\x76\x32\ \x34\x38\x2e\x38\x39\x63\x30\x20\x31\x31\x2e\x34\x33\x32\x2d\x39\ \x2e\x33\x30\x37\x20\x32\x30\x2e\x37\x34\x2d\x32\x30\x2e\x37\x34\ \x31\x20\x32\x30\x2e\x37\x34\x7a\x22\x2f\x3e\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x03\x65\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x31\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x32\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x36\x34\x20\x36\x34\x22\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\ \x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\ \x61\x64\x61\x74\x61\x31\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\ \x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\ \x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\ \x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\ \x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x38\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x34\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\x30\x30\x30\x22\x0a\ \x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x32\x20\x38\x20\x63\ \x20\x2d\x31\x33\x2e\x32\x35\x39\x20\x30\x20\x2d\x32\x34\x20\x31\ \x30\x2e\x37\x34\x31\x20\x2d\x32\x34\x20\x32\x34\x20\x30\x20\x31\ \x33\x2e\x32\x35\x35\x20\x31\x30\x2e\x37\x34\x31\x20\x32\x34\x20\ \x32\x34\x20\x32\x34\x20\x31\x33\x2e\x32\x35\x35\x20\x30\x20\x32\ \x34\x20\x2d\x31\x30\x2e\x37\x34\x35\x20\x32\x34\x20\x2d\x32\x34\ \x20\x30\x20\x2d\x31\x33\x2e\x32\x35\x39\x20\x2d\x31\x30\x2e\x37\ \x34\x35\x20\x2d\x32\x34\x20\x2d\x32\x34\x20\x2d\x32\x34\x20\x6d\ \x20\x2d\x31\x36\x20\x32\x30\x20\x33\x32\x20\x30\x20\x30\x20\x38\ \x20\x2d\x33\x32\x20\x30\x20\x7a\x22\x20\x2f\x3e\x0a\x3c\x2f\x73\ \x76\x67\x3e\x0a\ \x00\x00\x04\x1a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x77\x69\x6e\ \x64\x6f\x77\x73\x2d\x31\x32\x35\x32\x22\x3f\x3e\x0d\x0a\x3c\x21\ \x2d\x2d\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x3a\x20\x41\x64\ \x6f\x62\x65\x20\x49\x6c\x6c\x75\x73\x74\x72\x61\x74\x6f\x72\x20\ \x31\x39\x2e\x30\x2e\x30\x2c\x20\x53\x56\x47\x20\x45\x78\x70\x6f\ \x72\x74\x20\x50\x6c\x75\x67\x2d\x49\x6e\x20\x2e\x20\x53\x56\x47\ \x20\x56\x65\x72\x73\x69\x6f\x6e\x3a\x20\x36\x2e\x30\x30\x20\x42\ \x75\x69\x6c\x64\x20\x30\x29\x20\x20\x2d\x2d\x3e\x0d\x0a\x3c\x73\ \x76\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x20\x69\x64\x3d\x22\x43\x61\x70\x61\x5f\x31\x22\x20\x78\x6d\x6c\ \x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\ \x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\ \x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\ \x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x20\x78\x3d\x22\x30\x70\ \x78\x22\x20\x79\x3d\x22\x30\x70\x78\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x34\x36\x39\x2e\x33\x33\x33\x20\ \x34\x36\x39\x2e\x33\x33\x33\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\ \x64\x3a\x6e\x65\x77\x20\x30\x20\x30\x20\x34\x36\x39\x2e\x33\x33\ \x33\x20\x34\x36\x39\x2e\x33\x33\x33\x3b\x22\x20\x78\x6d\x6c\x3a\ \x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\ \x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x09\x3c\x67\x3e\x0d\x0a\x09\x09\ \x3c\x67\x3e\x0d\x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\ \x22\x4d\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x37\x30\x2e\x36\x36\ \x37\x63\x2d\x33\x35\x2e\x33\x30\x37\x2c\x30\x2d\x36\x34\x2c\x32\ \x38\x2e\x36\x39\x33\x2d\x36\x34\x2c\x36\x34\x73\x32\x38\x2e\x36\ \x39\x33\x2c\x36\x34\x2c\x36\x34\x2c\x36\x34\x73\x36\x34\x2d\x32\ \x38\x2e\x36\x39\x33\x2c\x36\x34\x2d\x36\x34\x53\x32\x36\x39\x2e\ \x39\x37\x33\x2c\x31\x37\x30\x2e\x36\x36\x37\x2c\x32\x33\x34\x2e\ \x36\x36\x37\x2c\x31\x37\x30\x2e\x36\x36\x37\x7a\x22\x2f\x3e\x0d\ \x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\ \x34\x2e\x36\x36\x37\x2c\x37\x34\x2e\x36\x36\x37\x43\x31\x32\x38\ \x2c\x37\x34\x2e\x36\x36\x37\x2c\x33\x36\x2e\x39\x30\x37\x2c\x31\ \x34\x31\x2e\x30\x31\x33\x2c\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\ \x63\x33\x36\x2e\x39\x30\x37\x2c\x39\x33\x2e\x36\x35\x33\x2c\x31\ \x32\x38\x2c\x31\x36\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\ \x36\x30\x20\x20\x20\x20\x20\x63\x31\x30\x36\x2e\x37\x37\x33\x2c\ \x30\x2c\x31\x39\x37\x2e\x37\x36\x2d\x36\x36\x2e\x33\x34\x37\x2c\ \x32\x33\x34\x2e\x36\x36\x37\x2d\x31\x36\x30\x43\x34\x33\x32\x2e\ \x34\x32\x37\x2c\x31\x34\x31\x2e\x30\x31\x33\x2c\x33\x34\x31\x2e\ \x34\x34\x2c\x37\x34\x2e\x36\x36\x37\x2c\x32\x33\x34\x2e\x36\x36\ \x37\x2c\x37\x34\x2e\x36\x36\x37\x7a\x20\x4d\x32\x33\x34\x2e\x36\ \x36\x37\x2c\x33\x34\x31\x2e\x33\x33\x33\x20\x20\x20\x20\x20\x63\ \x2d\x35\x38\x2e\x38\x38\x2c\x30\x2d\x31\x30\x36\x2e\x36\x36\x37\ \x2d\x34\x37\x2e\x37\x38\x37\x2d\x31\x30\x36\x2e\x36\x36\x37\x2d\ \x31\x30\x36\x2e\x36\x36\x37\x53\x31\x37\x35\x2e\x37\x38\x37\x2c\ \x31\x32\x38\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x32\x38\x73\ \x31\x30\x36\x2e\x36\x36\x37\x2c\x34\x37\x2e\x37\x38\x37\x2c\x31\ \x30\x36\x2e\x36\x36\x37\x2c\x31\x30\x36\x2e\x36\x36\x37\x20\x20\ \x20\x20\x20\x53\x32\x39\x33\x2e\x35\x34\x37\x2c\x33\x34\x31\x2e\ \x33\x33\x33\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x33\x34\x31\x2e\ \x33\x33\x33\x7a\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x2f\x67\x3e\x0d\ \x0a\x09\x3c\x2f\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\ \x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\ \x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\ \x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\ \x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\ \x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\ \x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\ \x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\ \x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\ \x3e\x0d\x0a\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x04\x9b\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x47\x65\x6e\x65\x72\ \x61\x74\x6f\x72\x3a\x20\x41\x64\x6f\x62\x65\x20\x49\x6c\x6c\x75\ \x73\x74\x72\x61\x74\x6f\x72\x20\x31\x38\x2e\x31\x2e\x30\x2c\x20\ \x53\x56\x47\x20\x45\x78\x70\x6f\x72\x74\x20\x50\x6c\x75\x67\x2d\ \x49\x6e\x20\x2e\x20\x53\x56\x47\x20\x56\x65\x72\x73\x69\x6f\x6e\ \x3a\x20\x36\x2e\x30\x30\x20\x42\x75\x69\x6c\x64\x20\x30\x29\x20\ \x20\x2d\x2d\x3e\x0a\x3c\x73\x76\x67\x20\x69\x64\x3d\x22\x4d\x65\ \x6e\x75\x22\x20\x77\x69\x64\x74\x68\x3d\x22\x36\x30\x22\x20\x68\ \x65\x69\x67\x68\x74\x3d\x22\x36\x30\x22\x20\x65\x6e\x61\x62\x6c\ \x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\ \x77\x20\x30\x20\x30\x20\x32\x30\x20\x32\x30\x22\x20\x76\x65\x72\ \x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x36\x30\x20\x36\x30\x22\x20\x78\ \x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\ \x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ \x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\ \x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\ \x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\ \x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\ \x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\ \x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\x6b\ \x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\ \x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\ \x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\ \x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\ \x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\ \x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\ \x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x35\x32\x2e\x39\x37\ \x35\x20\x32\x36\x2e\x34\x31\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\ \x2d\x31\x2e\x39\x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\ \x20\x31\x2e\x36\x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\ \x2e\x35\x38\x39\x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\ \x2e\x31\x37\x32\x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\ \x31\x35\x33\x39\x20\x33\x2e\x35\x38\x39\x39\x68\x34\x35\x2e\x39\ \x35\x31\x63\x31\x2e\x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\ \x34\x2d\x31\x2e\x36\x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\ \x2e\x35\x38\x39\x39\x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\ \x2e\x31\x37\x32\x33\x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\ \x31\x35\x34\x2d\x33\x2e\x35\x38\x39\x39\x7a\x6d\x30\x20\x31\x34\ \x2e\x33\x36\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\x2d\x31\x2e\x39\ \x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\x20\x31\x2e\x36\ \x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\x2e\x35\x38\x39\ \x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\x2e\x31\x37\x32\ \x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\x31\x35\x33\x39\ \x20\x33\x2e\x35\x38\x39\x39\x68\x34\x35\x2e\x39\x35\x31\x63\x31\ \x2e\x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\x34\x2d\x31\x2e\ \x36\x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\x2e\x35\x38\x39\ \x39\x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\x2e\x31\x37\x32\ \x33\x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\x31\x35\x34\x2d\ \x33\x2e\x35\x38\x39\x39\x7a\x6d\x2d\x34\x35\x2e\x39\x35\x31\x2d\ \x32\x31\x2e\x35\x33\x39\x68\x34\x35\x2e\x39\x35\x31\x63\x31\x2e\ \x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\x34\x2d\x31\x2e\x36\ \x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\x2e\x35\x38\x39\x39\ \x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\x2e\x31\x37\x32\x33\ \x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\x31\x35\x34\x2d\x33\ \x2e\x35\x38\x39\x39\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\x2d\x31\ \x2e\x39\x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\x20\x31\ \x2e\x36\x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\x2e\x35\ \x38\x39\x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\x2e\x31\ \x37\x32\x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\x31\x35\ \x33\x39\x20\x33\x2e\x35\x38\x39\x39\x7a\x22\x20\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x33\x2e\x35\x38\x39\x39\ \x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\xb4\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x77\x69\x6e\ \x64\x6f\x77\x73\x2d\x31\x32\x35\x32\x22\x3f\x3e\x0d\x0a\x3c\x21\ \x2d\x2d\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x3a\x20\x41\x64\ \x6f\x62\x65\x20\x49\x6c\x6c\x75\x73\x74\x72\x61\x74\x6f\x72\x20\ \x31\x39\x2e\x30\x2e\x30\x2c\x20\x53\x56\x47\x20\x45\x78\x70\x6f\ \x72\x74\x20\x50\x6c\x75\x67\x2d\x49\x6e\x20\x2e\x20\x53\x56\x47\ \x20\x56\x65\x72\x73\x69\x6f\x6e\x3a\x20\x36\x2e\x30\x30\x20\x42\ \x75\x69\x6c\x64\x20\x30\x29\x20\x20\x2d\x2d\x3e\x0d\x0a\x3c\x73\ \x76\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x20\x69\x64\x3d\x22\x43\x61\x70\x61\x5f\x31\x22\x20\x78\x6d\x6c\ \x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\ \x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\ \x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\ \x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x20\x78\x3d\x22\x30\x70\ \x78\x22\x20\x79\x3d\x22\x30\x70\x78\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x34\x36\x39\x2e\x34\x34\x20\x34\ \x36\x39\x2e\x34\x34\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x65\x6e\ \x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\ \x6e\x65\x77\x20\x30\x20\x30\x20\x34\x36\x39\x2e\x34\x34\x20\x34\ \x36\x39\x2e\x34\x34\x3b\x22\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\ \x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x09\x3c\x67\x3e\x0d\x0a\x09\x09\x3c\x67\x3e\x0d\ \x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\ \x31\x2e\x31\x34\x37\x2c\x31\x36\x30\x2e\x33\x37\x33\x6c\x36\x37\ \x2e\x32\x2c\x36\x37\x2e\x32\x6c\x30\x2e\x33\x32\x2d\x33\x2e\x35\ \x32\x63\x30\x2d\x33\x35\x2e\x33\x30\x37\x2d\x32\x38\x2e\x36\x39\ \x33\x2d\x36\x34\x2d\x36\x34\x2d\x36\x34\x4c\x32\x33\x31\x2e\x31\ \x34\x37\x2c\x31\x36\x30\x2e\x33\x37\x33\x7a\x22\x2f\x3e\x0d\x0a\ \x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\x34\ \x2e\x36\x36\x37\x2c\x31\x31\x37\x2e\x33\x38\x37\x63\x35\x38\x2e\ \x38\x38\x2c\x30\x2c\x31\x30\x36\x2e\x36\x36\x37\x2c\x34\x37\x2e\ \x37\x38\x37\x2c\x31\x30\x36\x2e\x36\x36\x37\x2c\x31\x30\x36\x2e\ \x36\x36\x37\x63\x30\x2c\x31\x33\x2e\x37\x36\x2d\x32\x2e\x37\x37\ \x33\x2c\x32\x36\x2e\x38\x38\x2d\x37\x2e\x35\x37\x33\x2c\x33\x38\ \x2e\x39\x33\x33\x6c\x36\x32\x2e\x34\x2c\x36\x32\x2e\x34\x20\x20\ \x20\x20\x20\x63\x33\x32\x2e\x32\x31\x33\x2d\x32\x36\x2e\x38\x38\ \x2c\x35\x37\x2e\x36\x2d\x36\x31\x2e\x36\x35\x33\x2c\x37\x33\x2e\ \x32\x38\x2d\x31\x30\x31\x2e\x33\x33\x33\x63\x2d\x33\x37\x2e\x30\ \x31\x33\x2d\x39\x33\x2e\x36\x35\x33\x2d\x31\x32\x38\x2d\x31\x36\ \x30\x2d\x32\x33\x34\x2e\x37\x37\x33\x2d\x31\x36\x30\x63\x2d\x32\ \x39\x2e\x38\x36\x37\x2c\x30\x2d\x35\x38\x2e\x34\x35\x33\x2c\x35\ \x2e\x33\x33\x33\x2d\x38\x35\x2e\x30\x31\x33\x2c\x31\x34\x2e\x39\ \x33\x33\x6c\x34\x36\x2e\x30\x38\x2c\x34\x35\x2e\x39\x37\x33\x20\ \x20\x20\x20\x20\x43\x32\x30\x37\x2e\x37\x38\x37\x2c\x31\x32\x30\ \x2e\x32\x36\x37\x2c\x32\x32\x30\x2e\x39\x30\x37\x2c\x31\x31\x37\ \x2e\x33\x38\x37\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x31\x37\ \x2e\x33\x38\x37\x7a\x22\x2f\x3e\x0d\x0a\x09\x09\x09\x3c\x70\x61\ \x74\x68\x20\x64\x3d\x22\x4d\x32\x31\x2e\x33\x33\x33\x2c\x35\x39\ \x2e\x32\x35\x33\x6c\x34\x38\x2e\x36\x34\x2c\x34\x38\x2e\x36\x34\ \x6c\x39\x2e\x37\x30\x37\x2c\x39\x2e\x37\x30\x37\x43\x34\x34\x2e\ \x34\x38\x2c\x31\x34\x35\x2e\x31\x32\x2c\x31\x36\x2e\x36\x34\x2c\ \x31\x38\x31\x2e\x37\x30\x37\x2c\x30\x2c\x32\x32\x34\x2e\x30\x35\ \x33\x63\x33\x36\x2e\x39\x30\x37\x2c\x39\x33\x2e\x36\x35\x33\x2c\ \x31\x32\x38\x2c\x31\x36\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\ \x31\x36\x30\x20\x20\x20\x20\x20\x63\x33\x33\x2e\x30\x36\x37\x2c\ \x30\x2c\x36\x34\x2e\x36\x34\x2d\x36\x2e\x34\x2c\x39\x33\x2e\x35\ \x34\x37\x2d\x31\x38\x2e\x30\x32\x37\x6c\x39\x2e\x30\x36\x37\x2c\ \x39\x2e\x30\x36\x37\x6c\x36\x32\x2e\x31\x38\x37\x2c\x36\x32\x2e\ \x32\x39\x33\x6c\x32\x37\x2e\x32\x2d\x32\x37\x2e\x30\x39\x33\x4c\ \x34\x38\x2e\x35\x33\x33\x2c\x33\x32\x2e\x30\x35\x33\x4c\x32\x31\ \x2e\x33\x33\x33\x2c\x35\x39\x2e\x32\x35\x33\x7a\x20\x4d\x31\x33\ \x39\x2e\x33\x30\x37\x2c\x31\x37\x37\x2e\x31\x32\x20\x20\x20\x20\ \x20\x6c\x33\x32\x2e\x39\x36\x2c\x33\x32\x2e\x39\x36\x63\x2d\x30\ \x2e\x39\x36\x2c\x34\x2e\x35\x38\x37\x2d\x31\x2e\x36\x2c\x39\x2e\ \x31\x37\x33\x2d\x31\x2e\x36\x2c\x31\x33\x2e\x39\x37\x33\x63\x30\ \x2c\x33\x35\x2e\x33\x30\x37\x2c\x32\x38\x2e\x36\x39\x33\x2c\x36\ \x34\x2c\x36\x34\x2c\x36\x34\x63\x34\x2e\x38\x2c\x30\x2c\x39\x2e\ \x33\x38\x37\x2d\x30\x2e\x36\x34\x2c\x31\x33\x2e\x38\x36\x37\x2d\ \x31\x2e\x36\x6c\x33\x32\x2e\x39\x36\x2c\x33\x32\x2e\x39\x36\x20\ \x20\x20\x20\x20\x63\x2d\x31\x34\x2e\x31\x38\x37\x2c\x37\x2e\x30\ \x34\x2d\x32\x39\x2e\x39\x37\x33\x2c\x31\x31\x2e\x33\x30\x37\x2d\ \x34\x36\x2e\x38\x32\x37\x2c\x31\x31\x2e\x33\x30\x37\x43\x31\x37\ \x35\x2e\x37\x38\x37\x2c\x33\x33\x30\x2e\x37\x32\x2c\x31\x32\x38\ \x2c\x32\x38\x32\x2e\x39\x33\x33\x2c\x31\x32\x38\x2c\x32\x32\x34\ \x2e\x30\x35\x33\x43\x31\x32\x38\x2c\x32\x30\x37\x2e\x32\x2c\x31\ \x33\x32\x2e\x32\x36\x37\x2c\x31\x39\x31\x2e\x34\x31\x33\x2c\x31\ \x33\x39\x2e\x33\x30\x37\x2c\x31\x37\x37\x2e\x31\x32\x7a\x22\x2f\ \x3e\x0d\x0a\x09\x09\x3c\x2f\x67\x3e\x0d\x0a\x09\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\ \x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\ \x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\ \x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\ \x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\ \x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\ \x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\ \x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\ \x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x2f\x73\ \x76\x67\x3e\ \x00\x00\x0c\xd6\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x72\x6f\x74\x61\x74\x65\ \x28\x39\x30\x29\x22\x20\x78\x3d\x22\x2d\x32\x2e\x37\x34\x36\x36\ \x65\x2d\x36\x22\x20\x79\x3d\x22\x2d\x39\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\ \x3e\x0a\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x36\x20\ \x31\x32\x76\x33\x2e\x30\x34\x35\x63\x2d\x33\x2e\x30\x38\x38\x20\ \x30\x2e\x30\x36\x36\x2d\x35\x2e\x35\x39\x35\x20\x30\x2e\x33\x30\ \x38\x2d\x37\x2e\x37\x34\x38\x20\x31\x2e\x34\x39\x36\x2d\x31\x2e\ \x35\x30\x35\x35\x20\x30\x2e\x38\x33\x31\x2d\x32\x2e\x36\x39\x36\ \x39\x20\x32\x2e\x32\x33\x36\x2d\x33\x2e\x33\x35\x35\x35\x20\x33\ \x2e\x39\x39\x2d\x30\x2e\x36\x35\x38\x37\x20\x31\x2e\x37\x35\x35\ \x2d\x30\x2e\x38\x39\x36\x35\x20\x33\x2e\x38\x33\x39\x2d\x30\x2e\ \x38\x39\x36\x35\x20\x36\x2e\x34\x36\x39\x76\x34\x35\x63\x30\x20\ \x32\x2e\x36\x33\x20\x30\x2e\x32\x33\x37\x38\x20\x34\x2e\x37\x31\ \x32\x20\x30\x2e\x38\x39\x36\x35\x20\x36\x2e\x34\x36\x37\x20\x30\ \x2e\x36\x35\x38\x36\x20\x31\x2e\x37\x35\x34\x20\x31\x2e\x38\x35\ \x20\x33\x2e\x31\x35\x39\x20\x33\x2e\x33\x35\x35\x35\x20\x33\x2e\ \x39\x39\x20\x33\x2e\x30\x31\x31\x20\x31\x2e\x36\x36\x31\x20\x36\ \x2e\x36\x39\x32\x20\x31\x2e\x34\x38\x35\x20\x31\x31\x2e\x37\x32\ \x35\x20\x31\x2e\x35\x34\x33\x68\x30\x2e\x30\x31\x31\x20\x35\x36\ \x2e\x30\x32\x34\x20\x30\x2e\x30\x31\x31\x63\x35\x2e\x30\x33\x33\ \x2d\x30\x2e\x30\x35\x38\x20\x38\x2e\x37\x31\x34\x20\x30\x2e\x31\ \x31\x38\x20\x31\x31\x2e\x37\x32\x35\x2d\x31\x2e\x35\x34\x33\x20\ \x31\x2e\x35\x30\x36\x2d\x30\x2e\x38\x33\x31\x20\x32\x2e\x36\x39\ \x37\x2d\x32\x2e\x32\x33\x36\x20\x33\x2e\x33\x35\x36\x2d\x33\x2e\ \x39\x39\x20\x30\x2e\x36\x35\x38\x2d\x31\x2e\x37\x35\x35\x20\x30\ \x2e\x38\x39\x36\x2d\x33\x2e\x38\x33\x37\x20\x30\x2e\x38\x39\x36\ \x2d\x36\x2e\x34\x36\x37\x76\x2d\x34\x35\x63\x30\x2d\x32\x2e\x36\ \x33\x2d\x30\x2e\x32\x33\x38\x2d\x34\x2e\x37\x31\x34\x2d\x30\x2e\ \x38\x39\x36\x2d\x36\x2e\x34\x36\x39\x2d\x30\x2e\x36\x35\x39\x2d\ \x31\x2e\x37\x35\x34\x2d\x31\x2e\x38\x35\x2d\x33\x2e\x31\x35\x39\ \x2d\x33\x2e\x33\x35\x36\x2d\x33\x2e\x39\x39\x2d\x33\x2e\x30\x31\ \x31\x2d\x31\x2e\x36\x36\x31\x2d\x36\x2e\x36\x39\x32\x2d\x31\x2e\ \x34\x38\x33\x2d\x31\x31\x2e\x37\x32\x35\x2d\x31\x2e\x35\x34\x31\ \x68\x2d\x30\x2e\x30\x31\x31\x2d\x34\x34\x2e\x30\x31\x32\x76\x2d\ \x33\x68\x2d\x31\x36\x7a\x6d\x34\x20\x37\x68\x35\x36\x63\x35\x2e\ \x30\x33\x38\x20\x30\x2e\x30\x35\x39\x20\x38\x2e\x33\x35\x32\x20\ \x30\x2e\x32\x33\x37\x20\x39\x2e\x38\x31\x36\x20\x31\x2e\x30\x34\ \x35\x20\x30\x2e\x37\x33\x34\x20\x30\x2e\x34\x30\x35\x20\x31\x2e\ \x31\x35\x33\x20\x30\x2e\x38\x35\x33\x20\x31\x2e\x35\x34\x33\x20\ \x31\x2e\x38\x39\x33\x20\x30\x2e\x33\x39\x31\x20\x31\x2e\x30\x33\ \x39\x20\x30\x2e\x36\x34\x31\x20\x32\x2e\x36\x39\x32\x20\x30\x2e\ \x36\x34\x31\x20\x35\x2e\x30\x36\x32\x76\x34\x35\x63\x30\x20\x32\ \x2e\x33\x37\x2d\x30\x2e\x32\x35\x20\x34\x2e\x30\x32\x33\x2d\x30\ \x2e\x36\x34\x31\x20\x35\x2e\x30\x36\x32\x2d\x30\x2e\x33\x39\x20\ \x31\x2e\x30\x34\x2d\x30\x2e\x38\x30\x39\x20\x31\x2e\x34\x38\x38\ \x2d\x31\x2e\x35\x34\x33\x20\x31\x2e\x38\x39\x33\x2d\x31\x2e\x34\ \x36\x34\x20\x30\x2e\x38\x30\x38\x2d\x34\x2e\x37\x37\x38\x20\x30\ \x2e\x39\x38\x36\x2d\x39\x2e\x38\x31\x36\x20\x31\x2e\x30\x34\x35\ \x68\x2d\x35\x35\x2e\x39\x37\x37\x2d\x30\x2e\x30\x32\x33\x63\x2d\ \x35\x2e\x30\x33\x38\x2d\x30\x2e\x30\x35\x39\x2d\x38\x2e\x33\x35\ \x32\x2d\x30\x2e\x32\x33\x37\x2d\x39\x2e\x38\x31\x36\x2d\x31\x2e\ \x30\x34\x35\x2d\x30\x2e\x37\x33\x34\x2d\x30\x2e\x34\x30\x35\x2d\ \x31\x2e\x31\x35\x31\x32\x2d\x30\x2e\x38\x35\x33\x2d\x31\x2e\x35\ \x34\x31\x34\x2d\x31\x2e\x38\x39\x33\x2d\x30\x2e\x33\x39\x30\x33\ \x2d\x31\x2e\x30\x33\x39\x2d\x30\x2e\x36\x34\x32\x36\x2d\x32\x2e\ \x36\x39\x32\x2d\x30\x2e\x36\x34\x32\x36\x2d\x35\x2e\x30\x36\x32\ \x76\x2d\x34\x35\x63\x30\x2d\x32\x2e\x33\x37\x20\x30\x2e\x32\x35\ \x32\x33\x2d\x34\x2e\x30\x32\x33\x20\x30\x2e\x36\x34\x32\x36\x2d\ \x35\x2e\x30\x36\x32\x20\x30\x2e\x33\x39\x30\x32\x2d\x31\x2e\x30\ \x34\x20\x30\x2e\x38\x30\x37\x34\x2d\x31\x2e\x34\x38\x38\x20\x31\ \x2e\x35\x34\x31\x34\x2d\x31\x2e\x38\x39\x33\x20\x31\x2e\x34\x36\ \x34\x2d\x30\x2e\x38\x30\x38\x20\x34\x2e\x37\x37\x38\x2d\x30\x2e\ \x39\x38\x36\x20\x39\x2e\x38\x31\x36\x2d\x31\x2e\x30\x34\x35\x7a\ \x6d\x32\x38\x20\x35\x63\x2d\x31\x33\x2e\x37\x38\x33\x20\x30\x2d\ \x32\x35\x20\x31\x31\x2e\x32\x31\x37\x2d\x32\x35\x20\x32\x35\x73\ \x31\x31\x2e\x32\x31\x37\x20\x32\x35\x20\x32\x35\x20\x32\x35\x20\ \x32\x35\x2d\x31\x31\x2e\x32\x31\x37\x20\x32\x35\x2d\x32\x35\x2d\ \x31\x31\x2e\x32\x31\x37\x2d\x32\x35\x2d\x32\x35\x2d\x32\x35\x7a\ \x6d\x32\x38\x20\x30\x61\x34\x20\x34\x20\x30\x20\x30\x20\x30\x2d\ \x34\x20\x34\x20\x34\x20\x34\x20\x30\x20\x30\x20\x30\x20\x34\x20\ \x34\x20\x34\x20\x34\x20\x30\x20\x30\x20\x30\x20\x34\x2d\x34\x20\ \x34\x20\x34\x20\x30\x20\x30\x20\x30\x2d\x34\x2d\x34\x7a\x6d\x2d\ \x32\x38\x20\x34\x63\x31\x31\x2e\x36\x32\x32\x20\x30\x20\x32\x31\ \x20\x39\x2e\x33\x37\x38\x20\x32\x31\x20\x32\x31\x73\x2d\x39\x2e\ \x33\x37\x38\x20\x32\x31\x2d\x32\x31\x20\x32\x31\x2d\x32\x31\x2d\ \x39\x2e\x33\x37\x38\x2d\x32\x31\x2d\x32\x31\x20\x39\x2e\x33\x37\ \x38\x2d\x32\x31\x20\x32\x31\x2d\x32\x31\x7a\x6d\x30\x20\x34\x61\ \x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x2d\x31\x37\x20\x31\ \x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x20\x31\x37\ \x20\x31\x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x20\ \x31\x37\x2d\x31\x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\ \x30\x2d\x31\x37\x2d\x31\x37\x7a\x6d\x30\x20\x33\x61\x38\x20\x38\ \x20\x30\x20\x30\x20\x31\x20\x38\x20\x38\x20\x38\x20\x38\x20\x30\ \x20\x30\x20\x31\x2d\x38\x20\x38\x20\x38\x20\x38\x20\x30\x20\x30\ \x20\x31\x2d\x38\x2d\x38\x20\x38\x20\x38\x20\x30\x20\x30\x20\x31\ \x20\x38\x2d\x38\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\ \x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\ \x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\ \x75\x74\x6f\x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\ \x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x62\x6c\x6f\x63\x6b\x2d\x70\ \x72\x6f\x67\x72\x65\x73\x73\x69\x6f\x6e\x3a\x74\x62\x3b\x69\x73\ \x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\ \x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\ \x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\ \x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\ \x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\x73\ \x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x30\x2e\x37\x39\x38\ \x20\x38\x33\x2e\x31\x35\x37\x63\x2d\x32\x2e\x39\x30\x38\x34\x2d\ \x30\x2e\x37\x38\x32\x34\x31\x2d\x34\x2e\x32\x37\x33\x36\x2d\x31\ \x2e\x38\x32\x37\x31\x2d\x35\x2e\x34\x31\x34\x32\x2d\x34\x2e\x31\ \x34\x33\x6c\x2d\x30\x2e\x39\x35\x30\x31\x37\x2d\x31\x2e\x39\x32\ \x39\x34\x76\x2d\x32\x37\x2e\x36\x36\x31\x63\x30\x2d\x32\x37\x2e\ \x35\x34\x20\x30\x2e\x30\x30\x33\x38\x34\x2d\x32\x37\x2e\x36\x36\ \x38\x20\x30\x2e\x38\x37\x35\x36\x37\x2d\x32\x39\x2e\x32\x38\x38\ \x20\x30\x2e\x34\x38\x31\x36\x32\x2d\x30\x2e\x38\x39\x34\x39\x32\ \x20\x31\x2e\x33\x31\x30\x36\x2d\x32\x2e\x30\x33\x32\x38\x20\x31\ \x2e\x38\x34\x32\x31\x2d\x32\x2e\x35\x32\x38\x36\x20\x31\x2e\x32\ \x32\x37\x35\x2d\x31\x2e\x31\x34\x35\x31\x20\x34\x2e\x30\x35\x32\ \x35\x2d\x32\x2e\x31\x34\x39\x33\x20\x36\x2e\x30\x34\x35\x39\x2d\ \x32\x2e\x31\x34\x39\x33\x20\x32\x2e\x33\x35\x30\x34\x20\x30\x20\ \x32\x2e\x38\x32\x39\x36\x2d\x30\x2e\x33\x31\x37\x33\x38\x20\x32\ \x2e\x38\x32\x39\x36\x2d\x31\x2e\x38\x37\x34\x76\x2d\x31\x2e\x33\ \x38\x30\x32\x68\x37\x2e\x39\x33\x32\x32\x20\x37\x2e\x39\x33\x32\ \x32\x76\x31\x2e\x33\x39\x39\x34\x20\x31\x2e\x33\x39\x39\x34\x6c\ \x32\x36\x2e\x31\x33\x36\x20\x30\x2e\x31\x35\x31\x32\x39\x63\x31\ \x39\x2e\x35\x31\x31\x20\x30\x2e\x31\x31\x32\x39\x34\x20\x32\x36\ \x2e\x35\x33\x20\x30\x2e\x32\x38\x30\x36\x34\x20\x32\x37\x2e\x36\ \x39\x20\x30\x2e\x36\x36\x31\x36\x20\x30\x2e\x38\x35\x34\x38\x32\ \x20\x30\x2e\x32\x38\x30\x36\x37\x20\x32\x2e\x32\x37\x34\x39\x20\ \x31\x2e\x31\x36\x31\x34\x20\x33\x2e\x31\x35\x35\x38\x20\x31\x2e\ \x39\x35\x37\x32\x20\x32\x2e\x38\x39\x30\x39\x20\x32\x2e\x36\x31\ \x31\x37\x20\x32\x2e\x38\x35\x32\x37\x20\x32\x2e\x31\x35\x34\x20\ \x32\x2e\x37\x32\x35\x20\x33\x32\x2e\x37\x31\x6c\x2d\x30\x2e\x31\ \x31\x32\x39\x34\x20\x32\x37\x2e\x30\x31\x2d\x30\x2e\x39\x32\x33\ \x32\x39\x20\x31\x2e\x37\x32\x38\x34\x63\x2d\x31\x2e\x31\x35\x31\ \x38\x20\x32\x2e\x31\x35\x36\x2d\x33\x2e\x33\x32\x36\x31\x20\x33\ \x2e\x36\x32\x35\x38\x2d\x36\x2e\x31\x35\x38\x37\x20\x34\x2e\x31\ \x36\x33\x2d\x31\x2e\x33\x37\x39\x20\x30\x2e\x32\x36\x31\x35\x32\ \x2d\x31\x34\x2e\x39\x31\x39\x20\x30\x2e\x34\x30\x33\x38\x39\x2d\ \x33\x36\x2e\x38\x30\x34\x20\x30\x2e\x33\x38\x36\x39\x36\x2d\x32\ \x38\x2e\x37\x39\x37\x2d\x30\x2e\x30\x32\x32\x32\x35\x2d\x33\x34\ \x2e\x39\x38\x39\x2d\x30\x2e\x31\x32\x35\x33\x35\x2d\x33\x36\x2e\ \x38\x2d\x30\x2e\x36\x31\x32\x37\x7a\x6d\x37\x34\x2e\x35\x38\x35\ \x2d\x33\x2e\x38\x33\x35\x36\x63\x30\x2e\x36\x37\x31\x31\x39\x2d\ \x30\x2e\x33\x33\x35\x38\x35\x20\x31\x2e\x35\x34\x33\x31\x2d\x31\ \x2e\x32\x35\x31\x31\x20\x31\x2e\x39\x33\x37\x37\x2d\x32\x2e\x30\ \x33\x33\x39\x20\x30\x2e\x36\x36\x37\x30\x34\x2d\x31\x2e\x33\x32\ \x33\x34\x20\x30\x2e\x37\x30\x39\x38\x33\x2d\x33\x2e\x33\x30\x37\ \x33\x20\x30\x2e\x36\x31\x30\x31\x37\x2d\x32\x38\x2e\x32\x38\x39\ \x2d\x30\x2e\x31\x32\x30\x39\x35\x2d\x33\x30\x2e\x33\x31\x37\x20\ \x30\x2e\x30\x37\x34\x30\x31\x2d\x32\x38\x2e\x35\x34\x39\x2d\x33\ \x2e\x32\x35\x38\x36\x2d\x32\x39\x2e\x35\x35\x39\x2d\x32\x2e\x35\ \x32\x2d\x30\x2e\x37\x36\x33\x39\x38\x2d\x37\x30\x2e\x39\x30\x33\ \x2d\x30\x2e\x37\x36\x34\x39\x34\x2d\x37\x33\x2e\x34\x32\x32\x2d\ \x31\x65\x2d\x33\x20\x2d\x33\x2e\x32\x39\x34\x38\x20\x30\x2e\x39\ \x39\x39\x31\x31\x2d\x33\x2e\x31\x34\x2d\x30\x2e\x33\x38\x37\x39\ \x35\x2d\x33\x2e\x32\x36\x38\x35\x20\x32\x39\x2e\x32\x38\x39\x2d\ \x30\x2e\x30\x37\x36\x32\x31\x33\x20\x31\x37\x2e\x36\x30\x37\x20\ \x30\x2e\x30\x32\x38\x36\x38\x36\x20\x32\x36\x2e\x36\x37\x38\x20\ \x30\x2e\x33\x32\x31\x30\x36\x20\x32\x37\x2e\x37\x36\x34\x20\x30\ \x2e\x35\x30\x33\x37\x38\x20\x31\x2e\x38\x37\x30\x39\x20\x31\x2e\ \x37\x38\x36\x39\x20\x32\x2e\x38\x36\x37\x20\x34\x2e\x32\x31\x37\ \x38\x20\x33\x2e\x32\x37\x34\x35\x20\x30\x2e\x39\x32\x31\x38\x32\ \x20\x30\x2e\x31\x35\x34\x35\x33\x20\x31\x37\x2e\x34\x31\x38\x20\ \x30\x2e\x32\x35\x35\x32\x31\x20\x33\x36\x2e\x36\x35\x39\x20\x30\ \x2e\x32\x32\x33\x37\x32\x20\x33\x30\x2e\x32\x31\x36\x2d\x30\x2e\ \x30\x34\x39\x34\x33\x20\x33\x35\x2e\x31\x34\x39\x2d\x30\x2e\x31\ \x34\x30\x34\x35\x20\x33\x36\x2e\x32\x30\x33\x2d\x30\x2e\x36\x36\ \x37\x38\x38\x76\x2d\x38\x65\x2d\x36\x7a\x22\x2f\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x03\x8a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x33\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\ \x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\x20\x30\ \x20\x33\x32\x20\x33\x32\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x33\x32\x20\x33\x32\x22\x20\x78\x6d\x6c\x3a\x73\x70\ \x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\ \x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\ \x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\ \x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\ \x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\ \x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\ \x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\x72\x64\x66\x3a\ \x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\x6f\x72\ \x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\ \x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\x64\x63\ \x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x3c\x2f\x63\ \x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x32\x39\x2e\x37\x30\x37\x20\x31\x35\x2e\ \x37\x39\x33\x2d\x31\x33\x2d\x31\x33\x63\x2d\x30\x2e\x33\x39\x31\ \x2d\x30\x2e\x33\x39\x31\x2d\x31\x2e\x30\x32\x33\x2d\x30\x2e\x33\ \x39\x31\x2d\x31\x2e\x34\x31\x34\x20\x30\x6c\x2d\x31\x33\x20\x31\ \x33\x63\x2d\x30\x2e\x33\x39\x31\x20\x30\x2e\x33\x39\x31\x2d\x30\ \x2e\x33\x39\x31\x20\x31\x2e\x30\x32\x33\x20\x30\x20\x31\x2e\x34\ \x31\x34\x73\x31\x2e\x30\x32\x33\x20\x30\x2e\x33\x39\x31\x20\x31\ \x2e\x34\x31\x34\x20\x30\x6c\x31\x32\x2e\x32\x39\x33\x2d\x31\x32\ \x2e\x32\x39\x33\x20\x38\x2e\x30\x31\x34\x20\x38\x2e\x30\x31\x34\ \x63\x2d\x31\x65\x2d\x33\x20\x30\x2e\x30\x32\x35\x2d\x30\x2e\x30\ \x31\x34\x20\x30\x2e\x30\x34\x37\x2d\x30\x2e\x30\x31\x34\x20\x30\ \x2e\x30\x37\x32\x76\x31\x35\x68\x2d\x31\x36\x76\x2d\x31\x30\x63\ \x30\x2d\x30\x2e\x35\x35\x33\x2d\x30\x2e\x34\x34\x38\x2d\x31\x2d\ \x31\x2d\x31\x73\x2d\x31\x20\x30\x2e\x34\x34\x37\x2d\x31\x20\x31\ \x76\x31\x31\x63\x30\x20\x30\x2e\x35\x35\x33\x20\x30\x2e\x34\x34\ \x38\x20\x31\x20\x31\x20\x31\x68\x31\x38\x63\x30\x2e\x35\x35\x33\ \x20\x30\x20\x31\x2d\x30\x2e\x34\x34\x37\x20\x31\x2d\x31\x76\x2d\ \x31\x34\x2e\x30\x38\x36\x6c\x32\x2e\x32\x39\x33\x20\x32\x2e\x32\ \x39\x33\x63\x30\x2e\x31\x39\x35\x20\x30\x2e\x31\x39\x35\x20\x30\ \x2e\x34\x35\x31\x20\x30\x2e\x32\x39\x33\x20\x30\x2e\x37\x30\x37\ \x20\x30\x2e\x32\x39\x33\x73\x30\x2e\x35\x31\x32\x2d\x30\x2e\x30\ \x39\x38\x20\x30\x2e\x37\x30\x37\x2d\x30\x2e\x32\x39\x33\x63\x30\ \x2e\x33\x39\x31\x2d\x30\x2e\x33\x39\x31\x20\x30\x2e\x33\x39\x31\ \x2d\x31\x2e\x30\x32\x33\x20\x30\x2d\x31\x2e\x34\x31\x34\x7a\x22\ \x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x07\xc7\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x20\x2d\x31\x20\x2d\x31\x2e\x30\x30\x30\x34\x20\ \x30\x20\x34\x33\x38\x20\x34\x34\x31\x2e\x33\x36\x29\x22\x20\x64\ \x3d\x22\x6d\x33\x35\x2e\x39\x37\x37\x20\x32\x63\x2d\x35\x2e\x30\ \x33\x32\x38\x20\x30\x2e\x30\x35\x38\x31\x37\x37\x2d\x38\x2e\x37\ \x31\x35\x33\x2d\x30\x2e\x31\x31\x36\x35\x2d\x31\x31\x2e\x37\x32\ \x37\x20\x31\x2e\x35\x34\x34\x39\x2d\x31\x2e\x35\x30\x35\x36\x20\ \x30\x2e\x38\x33\x30\x37\x31\x2d\x32\x2e\x36\x39\x36\x39\x20\x32\ \x2e\x32\x33\x33\x38\x2d\x33\x2e\x33\x35\x35\x35\x20\x33\x2e\x39\ \x38\x38\x33\x2d\x30\x2e\x36\x35\x38\x36\x20\x31\x2e\x37\x35\x34\ \x35\x2d\x30\x2e\x38\x39\x36\x34\x38\x20\x33\x2e\x38\x33\x36\x34\ \x2d\x30\x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x36\x36\x38\x76\ \x36\x38\x2e\x30\x30\x32\x63\x30\x20\x32\x2e\x36\x33\x30\x34\x20\ \x30\x2e\x32\x33\x37\x38\x38\x20\x34\x2e\x37\x31\x30\x33\x20\x30\ \x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x36\x34\x38\x20\x30\x2e\ \x36\x35\x38\x36\x31\x20\x31\x2e\x37\x35\x34\x35\x20\x31\x2e\x38\ \x34\x39\x38\x20\x33\x2e\x31\x36\x31\x35\x20\x33\x2e\x33\x35\x35\ \x35\x20\x33\x2e\x39\x39\x32\x32\x20\x33\x2e\x30\x31\x31\x32\x20\ \x31\x2e\x36\x36\x31\x34\x20\x36\x2e\x36\x39\x33\x38\x20\x31\x2e\ \x34\x38\x32\x38\x20\x31\x31\x2e\x37\x32\x37\x20\x31\x2e\x35\x34\ \x31\x68\x30\x2e\x30\x31\x31\x37\x31\x39\x20\x32\x34\x2e\x30\x32\ \x31\x20\x30\x2e\x30\x31\x31\x37\x31\x38\x63\x35\x2e\x30\x33\x32\ \x38\x2d\x30\x2e\x30\x35\x38\x31\x38\x37\x20\x38\x2e\x37\x31\x35\ \x33\x20\x30\x2e\x31\x32\x30\x34\x31\x20\x31\x31\x2e\x37\x32\x37\ \x2d\x31\x2e\x35\x34\x31\x20\x31\x2e\x35\x30\x35\x36\x2d\x30\x2e\ \x38\x33\x30\x37\x31\x20\x32\x2e\x36\x39\x36\x39\x2d\x32\x2e\x32\ \x33\x37\x37\x20\x33\x2e\x33\x35\x35\x35\x2d\x33\x2e\x39\x39\x32\ \x32\x73\x30\x2e\x38\x39\x36\x34\x38\x2d\x33\x2e\x38\x33\x34\x35\ \x20\x30\x2e\x38\x39\x36\x34\x38\x2d\x36\x2e\x34\x36\x34\x38\x76\ \x2d\x36\x38\x2e\x30\x30\x32\x63\x30\x2d\x32\x2e\x36\x33\x30\x34\ \x2d\x30\x2e\x32\x33\x37\x38\x38\x2d\x34\x2e\x37\x31\x32\x33\x2d\ \x30\x2e\x38\x39\x36\x34\x38\x2d\x36\x2e\x34\x36\x36\x38\x73\x2d\ \x31\x2e\x38\x34\x39\x38\x2d\x33\x2e\x31\x35\x37\x36\x2d\x33\x2e\ \x33\x35\x35\x35\x2d\x33\x2e\x39\x38\x38\x33\x63\x2d\x33\x2e\x30\ \x31\x31\x32\x2d\x31\x2e\x36\x36\x31\x34\x2d\x36\x2e\x36\x39\x33\ \x38\x2d\x31\x2e\x34\x38\x36\x37\x2d\x31\x31\x2e\x37\x32\x37\x2d\ \x31\x2e\x35\x34\x34\x39\x68\x2d\x30\x2e\x30\x31\x31\x37\x31\x38\ \x2d\x32\x34\x2e\x30\x32\x31\x2d\x30\x2e\x30\x31\x31\x37\x31\x39\ \x7a\x6d\x2d\x31\x31\x2e\x38\x39\x38\x20\x31\x30\x68\x34\x37\x2e\ \x38\x34\x32\x63\x30\x2e\x30\x34\x35\x39\x39\x33\x20\x30\x2e\x36\ \x30\x36\x32\x33\x20\x30\x2e\x30\x37\x38\x31\x32\x35\x20\x31\x2e\ \x32\x35\x35\x35\x20\x30\x2e\x30\x37\x38\x31\x32\x35\x20\x32\x76\ \x36\x32\x68\x2d\x34\x37\x2e\x39\x39\x38\x76\x2d\x36\x32\x63\x30\ \x2d\x30\x2e\x37\x34\x34\x34\x39\x20\x30\x2e\x30\x33\x32\x31\x33\ \x32\x2d\x31\x2e\x33\x39\x33\x38\x20\x30\x2e\x30\x37\x38\x31\x32\ \x35\x2d\x32\x7a\x6d\x32\x33\x2e\x39\x32\x32\x20\x36\x38\x61\x35\ \x20\x35\x20\x30\x20\x30\x20\x31\x20\x35\x20\x35\x20\x35\x20\x35\ \x20\x30\x20\x30\x20\x31\x2d\x35\x20\x35\x20\x35\x20\x35\x20\x30\ \x20\x30\x20\x31\x2d\x35\x2d\x35\x20\x35\x20\x35\x20\x30\x20\x30\ \x20\x31\x20\x35\x2d\x35\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\ \x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\ \x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\ \x22\x61\x75\x74\x6f\x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\ \x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x62\x6c\x6f\x63\x6b\ \x2d\x70\x72\x6f\x67\x72\x65\x73\x73\x69\x6f\x6e\x3a\x74\x62\x3b\ \x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\ \x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\ \x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\ \x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\ \x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\ \x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\xeb\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x33\x38\x31\x2e\x39\x38\x20\x33\x35\x35\x2e\ \x33\x36\x63\x2d\x31\x30\x2e\x30\x30\x34\x20\x30\x2d\x39\x2e\x38\ \x38\x37\x33\x20\x33\x2e\x39\x31\x33\x31\x2d\x31\x30\x2e\x30\x30\ \x34\x20\x31\x34\x76\x34\x38\x63\x30\x2e\x31\x31\x36\x36\x36\x20\ \x31\x30\x2e\x30\x38\x37\x20\x30\x20\x31\x34\x20\x31\x30\x2e\x30\ \x30\x34\x20\x31\x34\x68\x33\x36\x2e\x30\x31\x35\x63\x31\x30\x2e\ \x30\x30\x34\x20\x30\x20\x39\x2e\x38\x38\x37\x33\x2d\x33\x2e\x39\ \x31\x33\x31\x20\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\x76\x2d\x34\ \x38\x63\x2d\x30\x2e\x31\x31\x36\x36\x36\x2d\x31\x30\x2e\x30\x38\ \x37\x20\x30\x2d\x31\x34\x2d\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x34\x2e\x30\x30\x30\ \x38\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x72\x65\x63\x74\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\ \x2c\x2d\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\x3d\x22\x2d\ \x34\x30\x31\x2e\x33\x36\x22\x20\x79\x3d\x22\x2d\x33\x37\x31\x2e\ \x39\x38\x22\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\x68\ \x65\x69\x67\x68\x74\x3d\x22\x36\x2e\x30\x30\x32\x34\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\ \x6d\x33\x34\x39\x2e\x39\x37\x20\x34\x33\x33\x2e\x33\x36\x68\x34\ \x2e\x30\x30\x31\x36\x6c\x38\x2e\x30\x30\x33\x32\x2d\x31\x32\x76\ \x2d\x35\x36\x6c\x2d\x38\x2e\x30\x30\x33\x32\x2d\x31\x32\x68\x2d\ \x34\x2e\x30\x30\x31\x36\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x31\x32\x2e\x39\ \x39\x20\x34\x30\x35\x2e\x33\x36\x68\x2d\x32\x35\x2e\x30\x31\x63\ \x2d\x35\x2e\x30\x30\x32\x20\x30\x2d\x35\x2e\x30\x30\x32\x2d\x34\ \x2d\x35\x2e\x30\x30\x32\x2d\x34\x76\x2d\x31\x36\x63\x30\x2d\x34\ \x20\x35\x2e\x30\x30\x32\x2d\x34\x20\x35\x2e\x30\x30\x32\x2d\x34\ \x68\x32\x30\x2e\x30\x30\x38\x6c\x31\x30\x2e\x30\x30\x34\x20\x38\ \x76\x31\x32\x73\x30\x20\x34\x2d\x35\x2e\x30\x30\x31\x39\x20\x34\ \x7a\x6d\x30\x2d\x34\x76\x2d\x38\x68\x2d\x31\x30\x2e\x30\x30\x34\ \x76\x2d\x38\x68\x2d\x31\x35\x2e\x30\x30\x36\x76\x31\x36\x7a\x22\ \x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\ \x6e\x64\x3d\x22\x6e\x65\x77\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0f\x18\ \x00\ \x00\x37\x07\x78\x9c\xed\x5b\xd9\x8e\x1b\xc7\x15\x7d\xd7\x57\x10\ \xa3\x17\x1b\x61\x37\xeb\xde\xda\xa9\x91\xfc\xe0\x20\x41\x00\x07\ \x01\x62\x1b\x79\xa6\xc8\x9e\x11\x23\x0e\x39\x20\x39\x5a\xfc\xf5\ \x39\xa7\x9a\x5b\xcf\x4a\x89\x63\x05\x0e\x42\x3e\x0c\xfb\x76\x75\ \x2d\xa7\xce\x5d\xab\xe7\xfc\x87\x4f\x57\xb3\xde\x87\x66\xb9\x9a\ \x2e\xe6\xaf\xcf\xa4\x36\x67\xbd\x66\x3e\x5e\x4c\xa6\xf3\xcb\xd7\ \x67\xbf\xfe\xf2\x97\x2a\x9d\xf5\x56\xeb\xd1\x7c\x32\x9a\x2d\xe6\ \xcd\xeb\xb3\xf9\xe2\xec\x87\x37\x2f\xce\x57\x1f\x2e\x5f\xf4\x7a\ \x3d\x3c\x3c\x5f\x0d\x27\xe3\xd7\x67\xef\xd6\xeb\xeb\xe1\x60\x70\ \x7d\xb3\x9c\xd5\x8b\xe5\xe5\x60\x32\x1e\x34\xb3\xe6\xaa\x99\xaf\ \x57\x03\xa9\x65\x70\xb6\x6f\x3e\xde\x37\x1f\x2f\x9b\xd1\x7a\xfa\ \xa1\x19\x2f\xae\xae\x16\xf3\x55\x79\x72\xbe\x7a\x79\xd0\x78\x39\ \xb9\xd8\xb5\xfe\xf8\xf1\x63\xfd\xd1\x96\x46\x92\x73\x1e\x18\x1d\ \xa8\x56\x68\x51\xad\x3e\xcf\xd7\xa3\x4f\x55\xf7\x51\xcc\xf1\xbe\ \x47\xd5\x18\x33\xc0\xbd\x7d\xcb\xe3\x5a\x0d\x3f\xcd\xa6\xf3\xf7\ \x0f\x4e\xa6\xdc\x2d\xad\xa7\x93\xd7\x67\x78\x52\xcb\xc5\xbb\x66\ \x7a\xf9\x6e\x0d\x64\x43\xb9\xfc\x38\x9d\xac\xdf\xed\xae\x3a\xb8\ \xbf\x81\xe4\xfc\xaa\x59\x8f\x26\xa3\xf5\x88\x77\xdb\x9e\xb6\x92\ \xe0\x4a\x0b\xb4\xc1\x82\x87\xff\xfc\xf3\x5f\xda\x2b\x5c\x8f\xc7\ \xc3\x7f\x2d\x96\xef\x37\x97\xf8\xb0\xc1\xe8\xed\xe2\x06\xc3\x9e\ \xbd\xd9\x89\xcf\x27\xe3\xe1\xc5\x62\x79\x35\x5a\xbf\x99\x5e\x8d\ \x2e\x1b\xae\xee\x4f\x58\xd9\xf9\x60\x7f\xa3\xd3\x78\xfd\xf9\xba\ \xd9\x77\xda\x76\xbb\x6c\x56\x8b\x9b\xe5\xb8\xb9\x77\xc3\x27\xe3\ \xab\x29\x1f\x1a\xfc\xbc\x9e\xce\x66\x7f\xe3\x20\x67\xbd\xc1\x6e\ \x9e\x83\xcd\x44\x37\xcb\x18\x1c\xac\xe3\x7c\xb0\x5d\x66\xb9\x9a\ \x34\x17\xab\x3d\x02\xbc\xda\x2d\x1e\x28\x37\xa3\xe5\x5f\x97\xa3\ \xc9\x14\xdc\xda\x4e\x8f\xcd\xba\x77\x9c\x84\xb4\x5b\xfc\xf9\x6a\ \xbd\xb8\xde\x2f\x65\x71\x71\xb1\x6a\x00\x8e\x39\xdb\xcb\x56\xeb\ \xcf\x33\xac\x8a\x0d\xab\xf1\x62\xb6\x58\x0e\x5f\x4e\x4c\x63\xd2\ \xc5\xab\x22\x5a\x5c\x8f\xc6\x58\xdb\x50\x0e\x1e\x29\xfb\x8c\x9b\ \x36\x78\x3d\x5c\xe7\xfd\x83\xc9\xe3\x83\xe5\x8b\xb7\x23\x97\x9e\ \x1e\xcc\x49\xdc\x0f\x76\x3e\xe8\x2e\xfa\x51\x8c\x2e\x37\xd7\xbf\ \x2c\x47\xf3\x15\xf7\x1b\xdc\x1a\xad\x97\xd3\x4f\xdf\x99\x7e\x65\ \x6a\x2b\xd9\xb9\xd8\xfe\xb2\xd6\x6b\xdf\xf4\xc5\xd7\x3e\x88\x8b\ \xae\x2f\xb6\x36\xc9\xa7\xf8\xfd\xd9\xed\xde\x7e\x9d\x4f\xd7\x50\ \xa0\x9b\x55\xb3\xfc\x19\xd3\x6e\xfe\x31\xff\x75\xd5\xec\x5a\x15\ \xa5\x18\xbe\x5b\x36\x50\xe2\x97\xf7\x6c\xd0\xc3\xfb\x67\x6d\x74\ \xbb\xdb\x9f\xf5\xf5\x99\x9a\x3a\x9a\xec\xcd\x1e\x94\x4f\x90\x9a\ \x3a\x89\x8f\x2a\x21\xef\x1b\xcb\xbd\x8d\x29\x4d\x58\x9b\x8b\x36\ \xef\x01\xfc\x62\xa8\x6a\x51\xa7\xa2\x09\xf0\xe0\x5b\x4b\x0a\x36\ \x27\xc1\x2f\xb5\x56\x34\xf7\x2b\x5b\xe7\x6c\xa2\x4b\xfa\x8c\x58\ \xa9\x8a\xaf\x72\x65\x1e\xc1\x2b\xa9\x86\x0e\x5e\x62\x5c\xad\x49\ \x6c\x17\x2f\xcf\xe9\x89\xed\xa2\x95\x62\x9d\xb2\xcf\xda\x01\x6b\ \xd7\xf2\x04\xac\xbc\x77\x3e\xc6\xbc\xc1\xca\xfa\xec\xbd\xf1\xbe\ \x5f\x49\x1d\xb2\x88\xb3\xa1\x2f\xdc\x91\x60\xfc\x73\x32\x2b\x58\ \x93\x2b\x79\x1c\x2b\xdb\xc1\xca\x7a\x42\xa5\xbe\x03\x95\xba\x3a\ \xa4\xe8\x3b\x48\xdd\x6d\x08\x61\xac\x4d\x80\xe8\x77\xc0\x49\x6b\ \xb1\x6a\x0d\x61\x8a\xd8\x0b\xe3\xdd\x73\x2a\xa0\xda\x50\x99\xa7\ \x80\x32\x5d\xa0\x6c\x1d\x7d\x0a\x21\x76\x90\x12\xad\xc1\xd0\x74\ \x08\x2a\xb1\x8a\xb5\x1a\x9f\xa4\xab\x83\x6c\x1b\xa3\x13\x3d\x05\ \xaf\xe0\xbc\x04\xb1\x1b\xbc\x72\xcc\xd1\x67\x47\x1d\xf4\xc9\x04\ \xd7\xaf\x42\x1d\x15\x56\x21\xf8\x67\x84\xcb\xba\xe4\x2a\x7d\x42\ \x07\x25\x76\xe0\x0a\x75\x0a\x2e\x44\xe9\xc2\x45\xb4\x5c\xd0\xd4\ \x55\x42\x81\x2a\xa8\xe9\xb4\x85\x14\x1c\x84\x22\x9b\x1c\xf7\x70\ \x71\xb0\xd1\xec\x78\xb8\x10\x7d\xc5\x10\x8d\x49\x60\x91\xb1\x31\ \xe4\x90\x68\xe5\xf1\x83\x1b\x01\x3b\x5f\xa7\xa8\x56\xbd\x93\xd2\ \x20\x58\x9f\x3c\xcd\x18\xee\x8a\xd7\xf0\x8c\x10\x46\xe3\xc9\xb8\ \xdc\x81\xb0\xbb\x1c\x40\xb8\x57\xae\x8b\xcf\x04\xcb\x8a\x44\x2f\ \x7b\xe3\x76\xf1\x89\xb0\x20\xe6\xb2\x58\xd3\x4e\xba\xa4\x1e\xe6\ \xf2\xd9\x77\x30\xbe\xb7\x83\x71\xa7\x83\xaf\xc6\x95\xae\x20\x9a\ \x94\x61\xc5\x00\xa7\x31\xf4\x0a\x59\xfa\xb9\x76\x06\x6c\xb4\xa9\ \xa9\x48\x49\xc1\x5e\x67\x28\x31\x8c\x1e\xf8\x09\x57\xe1\x80\xbe\ \xb8\xda\x23\xbe\x0c\xcf\xaa\xce\xc6\xfa\xca\x3f\x0e\xad\x74\xa1\ \x35\xa1\x76\x1a\x44\x3b\xd0\x8a\x83\xb1\x71\x21\x84\x0e\xb4\x09\ \x1a\x95\x24\xdc\x82\xf6\x4e\x07\xe3\x4e\x07\x27\x40\x6b\x02\x06\ \x33\x49\x8b\x8a\x13\xde\xe0\x6d\x94\x40\xd7\x01\x0e\x03\x39\xb0\ \x39\xd6\x5e\x11\x0e\xe5\x6f\x0b\xe2\x01\xe7\x08\xa2\x64\xa9\x93\ \x77\x9a\x6e\x81\xa8\x75\xd0\x43\x2e\x3f\x08\xe2\xdd\x0e\xc6\x9d\ \x0e\x4e\x00\xd1\xb6\x1f\xdd\xc6\x2a\x18\xc4\x47\x91\x7e\xa8\x7d\ \x53\xc5\x7e\x02\x69\xf1\x91\xe7\xb4\x92\xc1\x8a\xa9\x52\xa5\x8f\ \x43\xd8\xe5\xa1\xeb\x12\x50\xdd\x21\x68\x2a\x1d\xb4\x5c\x97\x6b\ \x68\x7b\x0a\xc9\xc8\x1e\x10\xab\x10\x4c\x6c\x4a\x36\xc3\xa7\x00\ \x15\x6b\x53\x48\x89\x3f\x2d\x7d\x8b\xf3\x6c\x01\x03\x99\x4d\x30\ \x25\x44\x8e\x08\x97\xbc\x3c\x6b\x3c\x9c\xc4\x3c\x4a\x3c\xc9\xb7\ \x88\xe7\x6c\x9d\x14\x86\xad\x4b\x3c\x8d\xb0\x77\xd1\xda\x23\x88\ \x77\xa7\x83\x71\xa7\x83\x27\xfc\xf3\x5d\xf7\xb7\xdb\xfb\xd3\xd2\ \xae\x8b\xf2\x79\x3a\x13\xc2\x70\x5a\x85\xea\xf4\xd4\xeb\xbe\x01\ \xcd\xfd\x03\x3a\x0c\x68\xbe\x2e\xfd\xba\x27\xc5\xd9\x46\x14\xa7\ \xe1\x95\x03\xbf\x47\xa4\xa9\x2e\x01\xad\xca\x9d\x8c\xd7\x5b\xc7\ \xef\x51\x03\x26\xb8\xfb\xaf\x4c\x57\xef\xe2\xb5\x0b\x1f\x4e\xc3\ \xab\x09\xfc\x3e\x3d\x7d\x7a\x99\x0a\x1b\x7e\x32\x5e\xe3\xc4\xef\ \x51\x03\x02\x2d\x04\xe4\xcf\x84\xd7\x2e\x6b\x3c\x0d\xaf\x38\xe2\ \xf7\xe9\xe9\x2b\xb2\x2a\xa8\xc7\xe9\xfc\x72\x91\xdf\x63\x06\x14\ \xe4\x79\xcf\xc7\xaf\x8d\xf3\x3f\xd1\x7a\x79\x7e\x8f\xa8\xe3\xc0\ \xb5\x54\xe9\x69\xac\x4c\xed\xa2\x51\xef\x7d\x7a\x82\xd5\x91\xdf\ \xa3\xc6\xcd\x55\x3c\x66\xdc\x90\xa1\xc0\xde\xea\xe3\xe3\x16\x6e\ \x8f\x8f\x19\xd7\xc9\x81\xe9\x7c\x64\xdc\x64\x19\x0d\x1d\xc4\x9f\ \xf7\x17\xe7\xca\xe7\xa8\x71\xed\x33\x70\x72\x94\xf8\x3d\x6a\x38\ \x7f\xb0\xad\x27\x32\x72\x53\xc9\x38\x8d\x91\x25\xc8\x33\x47\xf9\ \xd3\xa3\x76\xe8\x29\xef\x50\x3e\x47\x79\x53\x7b\x40\xc4\x53\x75\ \x77\x5b\xcc\x38\xd1\x37\x94\xcf\x11\xdb\xac\x36\xc1\x37\x9c\xce\ \xab\xfb\x06\xbc\x0f\x2d\xa7\xce\x54\xb6\xca\xcf\x85\x57\x89\x36\ \xbf\x8d\xa5\xc3\x50\x47\xd9\x1b\xf5\x06\xd1\x68\x8e\xcf\x63\xe7\ \x30\x6a\xfe\xf6\x56\x2e\x89\xc8\xb7\xb7\x71\x18\xd5\x7e\x33\x0b\ \x87\xc1\xfc\xa3\x2c\x3c\x1f\xf0\xc0\xa6\xfc\xba\x7c\xb1\x7b\xf4\ \x12\xd6\x65\x1b\xb9\x9d\x5f\x8f\xd6\xef\x5e\x74\xa7\x72\x31\x9d\ \xcd\x86\x37\xcb\xd9\x77\xb7\xd3\x22\xd5\xf0\xfd\x2b\xde\xdd\xcf\ \xaa\xbd\x5c\xde\xcc\x9a\xe1\x7c\x31\xff\xad\x59\x2e\x30\xed\xe5\ \xe2\x7d\x33\x7c\x69\x3d\xbe\x71\x73\x59\x95\xd3\x36\xb4\xdf\x5c\ \xb2\xe7\xf1\xe8\x7a\xf8\xf6\x66\xbd\x3e\x94\xfd\x7b\x31\x9d\x0f\ \x97\x8b\x9b\xf9\x64\x2b\xbd\x9a\xae\x9b\xe5\x6c\x8a\x3f\x43\xb7\ \x95\xed\x87\xdf\x08\x26\xa3\xd5\xbb\xd1\x72\x39\xfa\xcc\x59\x34\ \x87\xd2\x16\xf2\xa1\x79\x75\x35\x5a\xbe\x6f\x96\xed\xfd\x0f\xd3\ \xd5\xf4\xed\x74\xc6\x2e\xca\xcf\x59\xf3\x6a\x32\x5d\x5d\xcf\xf0\ \xfc\x74\xce\x69\xbc\x5a\x7c\x68\x96\x17\xb3\xc5\xc7\xdd\xfd\x66\ \x3e\xc2\x9f\xea\xed\x68\xfc\xfe\xb2\xcc\x6f\x38\x1a\x8f\x6f\xae\ \x6e\x66\xa3\xf5\x3e\xa7\x2c\xb9\x62\x33\x5e\x6b\xce\x7a\x50\xbb\ \xe0\xd1\x61\x4f\x7c\xed\x72\x54\xdb\x17\xad\x7d\x6f\xdc\xe3\xe9\ \x0e\x1c\x71\xf0\x7d\x5c\x5b\x6f\x6c\xa2\x08\x10\xdb\x0c\x49\x46\ \x02\xac\x9e\x92\x18\xa3\x84\xd8\x11\x21\x98\x8c\x25\x3b\xb6\x41\ \x62\xaf\x4a\xd0\x9c\x84\x44\xb1\x6f\x7a\x95\x58\x06\x29\xec\xd5\ \xb0\xa5\xcf\x49\xec\xe6\xb7\xc3\x0d\xe3\xf9\x18\xab\x60\xa5\x6b\ \x97\x53\x4e\xac\x6d\x6f\xfa\x76\x75\x12\x27\x50\x7c\x96\x28\x6c\ \xc6\xc8\x3d\xe1\x30\x88\xee\xb4\x1c\x47\x31\xee\x87\xcc\xd5\xb9\ \x2c\xc5\xf4\x7e\xdb\xf3\xef\xcb\x98\x64\x1f\x61\x52\xf3\xa1\x99\ \x2f\x26\x5b\x06\x74\xb6\xb4\xa5\x91\xd6\xce\x24\xd6\x17\xf5\xc4\ \x6d\xbd\xb3\x73\x59\x5c\xb8\xbd\x73\xda\x17\x0b\x1c\xb0\x5a\xd3\ \xd7\xde\x4f\x3d\x16\x8d\xbd\x0f\x2e\xf6\xc5\xb7\x37\x1f\x47\x61\ \xe7\x4c\x80\x6e\x29\xfc\xd8\x57\x8f\x00\x63\xbe\x0c\x98\xce\x0a\ \x38\x38\x56\x70\x58\xf4\x69\x57\xd0\xce\x18\xcc\x2a\x5b\xc7\x0f\ \x18\x68\x5a\x5e\x08\xb8\x07\x63\xcf\x7a\x9e\x83\x33\x6d\xa9\x71\ \x57\x28\xb5\x91\x98\x31\xfd\xbe\xd4\xe2\x10\x0d\x59\xd0\x25\x7a\ \x2c\x28\x80\xd3\xdb\x56\xb1\xb6\xea\xb5\x23\x2a\xc3\xc4\x5a\x22\ \x8c\xbb\x71\xb7\x2f\x8e\x25\xd0\xdd\xda\xf4\xf1\xa6\xe8\x5e\xa0\ \x25\x7e\xdf\x25\x95\xd9\x20\x93\xd2\x6d\x23\xd5\xb1\x47\xff\x53\ \x56\xea\xf0\x04\x00\xd2\xbf\x63\x97\x5d\xca\x11\x9b\xcb\xfd\x0b\ \x3e\x06\x6e\x60\xed\x79\xf2\x9c\x69\xb9\x5c\xc2\xc7\xf7\x7e\xa4\ \x10\xc6\x64\x2f\xc1\x75\xb9\xca\x12\x53\xda\x5f\x15\xaa\xcd\x7a\ \x3b\xda\x61\xc7\x49\xbc\x52\xa5\x4f\x85\x69\xb4\x49\xa5\xe8\x87\ \x4f\xb9\xc6\x58\x07\x92\x9f\xf8\xac\x8b\x39\xc1\x06\x4a\xad\x2e\ \x26\x30\xe7\x80\xbc\x29\x46\x57\xaa\xfe\xd1\x59\x67\x60\xec\x28\ \xcd\x26\x07\xeb\x6f\x4b\x43\x2a\x25\x7f\x5a\x49\xd3\x9a\xdc\x4d\ \xbd\xd1\x38\xd8\x46\x48\xd1\x7f\x30\x46\x4c\x47\x6a\xca\x31\x5b\ \x6a\x87\x4b\x6a\xbc\x28\x0f\x13\x72\x0b\x8e\x7f\x40\x7a\xac\x45\ \x88\xad\x29\x38\xe0\xc3\x41\x11\xec\xbf\x49\xce\x2e\xd3\xee\x58\ \x99\x52\xd0\x30\xb7\x3c\x1c\xf6\x29\x68\x96\x8d\x8b\xe3\x8b\x0a\ \xa0\x8d\x44\x78\x93\xaf\x55\x72\xb9\xad\xe4\x77\x26\x02\x93\x1a\ \xbb\x14\xce\x75\x02\x81\x78\x38\x21\x4a\xa6\xe6\x1a\x01\x1e\xc2\ \xca\xbd\x2c\xd7\x9a\x40\x90\xc0\x53\x36\xc9\xd6\xd2\xa7\xe5\xf6\ \x34\x99\xb4\x87\xe1\x83\x1d\xf3\x2e\xa8\xe6\xd0\x77\x88\x86\xe1\ \x39\x9d\xef\xd9\x3a\xc2\x37\x06\xd0\xcd\xd6\xd6\x0a\x42\x64\x85\ \x65\x15\x8e\x16\xca\xf9\x34\xaf\x0c\xcb\xbb\x7d\x3c\x8e\x10\xda\ \x84\xdc\xd3\xf2\x0e\x07\x9d\x05\xdc\x34\x3c\xb3\xf1\x8a\x8e\xa0\ \x60\x78\x2a\xd7\x1c\x0a\x03\x58\x74\xdb\x07\x29\x9d\x09\x31\xf6\ \x02\x7c\x2f\x08\x0f\xeb\x0b\x46\x22\x44\x50\x13\x7b\x09\x16\x39\ \x70\x7a\xf0\xbe\xe8\x52\x25\x88\xe7\x13\xb0\xf6\xd9\x67\x06\x17\ \x50\xe6\x0c\x0e\x26\x9e\xa6\x45\x8f\xa9\xa1\x5d\x59\x91\xab\x03\ \x1f\xe5\x35\xec\x77\x86\xd5\x85\x42\xc1\x11\xc1\x95\x53\xd6\x76\ \xdb\xae\xfa\x9e\x4b\xe7\x35\xb8\x82\x53\x40\x1c\x52\x46\xd7\x10\ \x83\x91\x1d\x9a\x98\x64\x59\xcd\xf6\x7a\xd6\x43\x40\xc1\x63\x78\ \x5a\xf7\xde\x55\xd1\x69\xde\x80\x7a\x94\x5e\x77\x37\xa1\xc4\x35\ \x22\xd1\x5c\xfc\x00\xa3\x1a\xb7\x89\x4f\x94\xf5\xbe\x22\x21\xb6\ \xa6\x45\x8b\x96\x40\x0a\xcc\xbb\x15\xfd\xc8\x75\x4b\x30\x39\x45\ \x20\xee\x82\xd8\x60\xda\xf9\x38\xef\x25\x01\xdf\x18\x73\x08\xd6\ \x02\x3e\x25\xdc\x99\x23\x33\xca\xc9\x02\x2f\x1c\x09\x20\xcf\x0a\ \x23\xb7\x29\x87\x0c\x74\x14\x00\x26\x18\x19\x44\x3e\x76\x03\x79\ \x80\xa0\xdd\x27\x6b\x61\x12\xac\xc3\xf6\xbb\x10\x10\xff\xa0\xdb\ \x04\x1a\xf9\xd0\xf7\xb5\x49\x20\xba\x27\xb7\x5a\x00\xcb\x04\x71\ \x61\xc0\x23\x93\x89\x28\xb6\x05\x46\x0c\x32\x9e\x86\x8b\x2f\x28\ \x17\xd6\xe4\x76\x80\xdd\xf5\xd7\xba\x44\x93\x8e\x76\x89\x5f\x14\ \x8e\x17\xf3\xf1\x47\x75\x74\x25\x24\x02\xb1\xba\x36\xa2\x3d\x9f\ \x56\xf8\xb4\x54\x7e\x21\x32\x07\x9b\x22\x8f\xe9\x92\x42\xf1\x32\ \x4f\x9e\x32\x78\x01\xc5\x86\x43\x03\x6f\xd0\x30\x42\x8b\xa1\xfe\ \x90\xf1\x0d\x0b\x1f\xa9\x6c\x0a\xc3\x20\x50\x36\x5f\xa7\x04\xd6\ \x04\xaa\x7e\xe4\xc9\xbe\xa3\x2c\x3b\xe8\x3e\x38\x15\xa1\xc6\x8a\ \x2c\x18\x8f\x5a\x97\x9d\x15\x47\x8b\x61\x13\xd8\x0a\x76\x59\xc5\ \x93\x19\x12\x28\x03\x98\xc0\x20\x8a\x2f\x76\x78\x84\x5a\xe8\x02\ \x6e\x96\x9a\x8a\xa1\x22\xd4\x41\x23\xda\x19\xd1\x0c\xa7\x46\xfa\ \x61\x6e\xd1\xb1\x37\xc3\xd7\x78\x34\xd0\xda\x89\x71\x30\x69\x7d\ \x8e\x05\xb6\xb6\x04\x83\xab\x43\x92\x40\x2e\x27\x18\x35\x67\x4b\ \x5c\x0f\xb7\x86\x67\xcb\x21\x93\xb1\xa6\x95\xb9\x08\x1e\x41\x96\ \x99\x9b\x68\xa1\xab\x04\x9a\x71\x2e\x96\x47\x71\x86\x32\x84\x7f\ \x09\xa3\x10\x94\x0c\x50\x2c\xe7\x07\xd3\x8f\x29\xf8\x16\xd1\x04\ \x37\x7e\x2f\xca\xb4\x08\x34\x08\xd6\xf3\x0d\x2d\xd8\x02\x9f\xbd\ \x2b\xd8\x7b\x98\x95\x60\x79\x24\x8a\x35\xe7\x1c\x7a\x7c\x99\x27\ \x79\x97\x2c\x45\x36\xb2\xc6\xcc\xfd\xf0\x30\x26\xca\x29\x0a\x0b\ \x0b\x59\x09\x2a\x34\x0b\x29\x0c\x97\x12\x61\xa8\x84\x36\xd4\xf2\ \xc5\x9d\x58\xf6\x23\x01\x08\x40\x18\xe0\xf4\x31\x89\x48\x1d\x87\ \x73\x87\xab\x66\x7f\x31\xd3\x82\x40\xe4\x2c\x2c\x5c\x4e\x18\x56\ \x03\x94\x37\x50\x16\x0c\xc2\x0d\x43\x59\x04\x5a\x5a\x1e\x0d\x01\ \x8e\xc9\xa5\xb2\x23\xc4\x9c\xc8\x44\x74\x9c\xca\x8e\x80\x2a\x30\ \x69\xa4\x46\x10\x98\x71\x4d\x44\x8b\xbb\x60\x0b\x5b\x60\x9a\x93\ \xe3\x26\xc1\x53\xf2\xbd\xa2\x48\xbb\x13\x7d\xd9\xb8\x90\x30\x25\ \x47\x53\x86\xcd\x52\x64\x74\x90\x61\x9a\x58\x64\x80\x4c\x3d\x4f\ \x8c\x95\x8e\xca\x20\xc4\x32\x85\x55\x88\xa1\x18\x60\x81\x08\x36\ \x02\x20\x12\x01\x8e\xc3\x64\x81\x08\x41\x9b\x60\xd2\x05\x4f\x07\ \xac\x38\x63\xeb\xe9\x4e\x0a\xa0\x58\xae\xda\xe2\x58\x88\x6d\x2c\ \xed\x9c\x1a\x40\x0b\x19\xf6\xc7\x01\xac\x22\x2b\xef\xbc\x1c\x1a\ \xa5\xcb\x43\xfd\xba\x64\x47\x3b\xe5\x5a\xdf\x39\xda\xa5\xf5\x87\ \x59\xf3\x49\xc3\xe6\xec\xdb\xc0\x4e\x22\x43\x15\x98\x71\x0b\x08\ \x30\x7c\xc9\x40\x33\x27\xfb\xfd\xbe\x10\x76\x68\xfa\xba\xc6\xef\ \xa5\x2f\xa5\x85\x87\x22\x83\x43\xbd\xb7\x87\xa5\xfa\x12\xa4\x58\ \x20\x8e\x0c\x85\xfe\x36\xc5\x92\xe6\xd8\xe2\x88\xa0\x93\xc5\xb1\ \x3b\xc0\xec\xa1\xba\x46\x6d\xf1\xeb\xd8\x63\xa3\xd4\x0c\xc2\x99\ \x77\x02\x24\xf3\xd0\x59\x3a\x2e\xec\x1b\x74\x96\x4b\x80\x05\x76\ \x54\x0e\x80\x69\xcb\x9b\x4f\x6d\x53\xe6\xcd\x68\x12\xf9\x22\x8f\ \x73\x86\x21\x23\xba\x8f\x88\x5b\x4a\x1b\x49\x26\xb4\x11\x29\x9c\ \xff\x81\x04\x23\xc0\x40\xb4\x87\xe0\xe8\x04\x94\x41\xd6\xce\xd2\ \x40\x8c\x31\x09\x05\xa0\x48\xd1\x8d\xf6\x81\x59\x09\x89\x0f\xb6\ \x69\x70\xf9\xc0\x7e\xe5\xaf\xdc\x2f\x09\x7c\x8b\x0c\x1b\xf6\xfb\ \xed\x57\xfe\xff\x7e\xf5\xce\x99\x9b\x3d\x98\x30\xe8\xab\x47\x02\ \x80\x3b\xe1\xf2\x83\x95\x02\x8e\x11\xac\x61\x21\x7b\x5f\x2b\xe0\ \x9b\x08\xfb\xb7\x15\x3e\x1d\xd6\x29\xb7\xef\xce\xef\x1b\x6f\x5f\ \x9f\x77\x5f\x17\xad\xc0\xd2\x1e\x9f\xc0\xdf\xad\x00\xc9\x37\x0d\ \x20\x3a\xef\x99\x96\x00\xc2\x22\x32\xce\x08\x57\x95\x49\x29\xcb\ \x22\x86\x4e\x0c\x52\xf8\x06\x55\x2d\xb1\x9c\x4d\x01\x4e\x15\x32\ \x70\x96\x51\x80\xd0\x75\x30\xb2\x65\x8d\x2e\x78\x78\xe2\x3e\xdf\ \x37\x8a\x88\xa6\x99\x13\x80\x74\x78\x92\xe5\x40\x90\x0f\x26\x3b\ \x42\xa6\xf4\x3e\x16\x34\x37\x12\x31\x46\x66\x50\x6a\x91\xf2\xa6\ \x04\x99\xcf\xd8\xf2\xc0\x40\xd5\xe0\x59\x1f\x28\xcb\x08\x52\x12\ \x07\x75\xc6\x6e\x62\xd5\xa4\x8c\x55\x28\xa2\x0a\x60\x00\x88\xe0\ \x54\x10\x01\x43\x96\x15\xee\x22\x51\x91\x90\x79\x24\x64\xcb\x08\ \x73\x79\x1e\x1a\x22\x47\x75\x54\x7d\x97\x19\x31\xb3\x8e\xe8\xd8\ \x1d\x82\x00\xa5\xe3\xf0\xf0\xb5\x99\xfd\x70\x76\x09\x12\x9b\x4a\ \x14\x64\x10\x7c\xb3\x5c\x99\x12\x22\x9d\x12\x2d\xd1\x35\x45\x24\ \xde\xca\x31\x4c\x1b\x54\x41\xd1\x90\xa3\x70\xad\x48\x5b\xac\xa1\ \xc3\x8e\x5c\x4d\x29\x87\x5a\xf4\x16\xe8\xd7\x13\xdf\x80\xcc\x7c\ \x12\xf1\x13\xa2\xab\x04\x59\x86\x4b\x46\x36\x57\xde\xc3\x45\x14\ \xe4\x18\x42\x21\xe7\xc4\x92\x98\xa6\xc0\x93\x6a\x56\x69\xfd\x3a\ \xdf\x0c\xe2\x6b\xcd\x80\xc2\x58\xf6\x17\xc5\x66\x04\x49\xa5\x82\ \x95\x2d\xd6\xc4\x98\x00\xc1\x92\x49\x2c\x2e\xa0\x63\x69\x63\x02\ \xa6\x5f\x25\x68\x47\x3a\x87\xd8\xc2\xb6\xe5\x5a\x44\xef\xd8\x95\ \x50\x0a\x08\xf0\xf8\x70\xb3\x9e\x25\x50\x58\x12\x6c\x20\x36\x8f\ \xc5\x8d\x9f\xee\x65\x46\x1b\xf4\x60\xc7\x73\x79\x95\x09\x1b\x03\ \xaf\xdf\xda\x31\x8f\xd9\x6a\x29\xd7\x62\xb4\xc4\x44\xb5\x5f\x49\ \x53\x45\x5c\x82\x18\x24\xc2\xe6\xba\xd4\x3a\x10\xda\xb9\x62\x92\ \x8d\x47\xb4\x81\x1f\xcc\x52\x99\x22\x21\x36\x72\xc5\x0c\x31\xac\ \x83\xdd\x29\x32\xe4\xbc\x92\x32\x78\xe9\x6b\xa4\xb2\x88\x60\x00\ \x24\xb3\x43\x06\x4d\xc8\xa1\x60\x8f\xc0\x25\xee\x01\x5c\x38\xa6\ \x06\x19\xd6\x81\x99\x39\x6e\x15\x32\x11\x84\x78\x58\x0e\x78\xea\ \x40\x60\x5a\x32\x2c\xc6\x16\xda\x20\x10\x35\x0e\x79\x2e\x12\x44\ \x88\x80\x3e\xa9\xc4\xaa\xb4\xe7\x18\x8e\x9b\x80\x00\x78\x5c\x22\ \x3d\x6e\x39\x0b\x2a\x08\x5b\xbc\x94\x4a\x91\x89\x04\x9a\x32\x57\ \xea\x8c\x25\x0f\x14\x66\xc1\x94\x05\xd6\x2a\x7d\x69\x87\x60\x45\ \x4a\x3b\x64\x69\x4c\x2d\xcb\xcb\x87\xa1\x6d\xc6\xd7\x10\x83\x6d\ \x1f\xc5\xed\xb6\x64\x04\x03\x0c\xba\x6e\x8d\xea\xc6\xa4\x1e\xd8\ \xa5\x27\xea\xd2\xfc\x4f\x87\x2f\x38\xe1\x40\xc6\x88\x39\xdc\x2d\ \xd4\x20\x28\x73\x2e\xfe\x61\xab\x88\x67\x2f\x3a\xc6\xcf\x6a\xda\ \x7a\xe5\xb6\x44\x88\x4d\xef\xfb\x4d\x6d\xaf\x04\x8b\x3e\x87\x48\ \x63\x06\x36\x93\xfe\x07\x37\x67\x3d\x2d\x4a\xe1\x6b\x12\x92\xb5\ \x01\x5f\xca\xe8\xdb\x72\x60\x2a\xf7\xdb\xfd\x3a\xe7\x7f\x41\xbd\ \x79\xf1\x1f\x85\xff\x1f\xfc\ \x00\x00\x0f\x34\ \x00\ \x00\x38\x3d\x78\x9c\xed\x5b\xcb\x6e\xe3\xc8\x15\xdd\xf7\x57\x08\ \xee\xcd\x34\x22\x52\x75\xeb\x5d\xb2\xbb\x67\x31\x41\x82\x00\x13\ \x04\xc8\xcc\x20\x6b\xb6\x44\xdb\x4a\xcb\x92\x21\xc9\xfd\xfa\xfa\ \x9c\x53\xd4\x83\xb4\x64\x5b\x6d\x79\x3a\x98\x20\xd2\xc2\xe2\x65\ \xb1\x6e\xd5\xb9\xef\x5b\xf4\xc5\x8f\x9f\x6f\xa6\xbd\x8f\xf5\x62\ \x39\x99\xcf\xde\x9e\x49\xa9\xce\x7a\xf5\x6c\x34\x1f\x4f\x66\x57\ \x6f\xcf\x7e\xfb\xf5\x2f\x45\x3c\xeb\x2d\x57\xd5\x6c\x5c\x4d\xe7\ \xb3\xfa\xed\xd9\x6c\x7e\xf6\xe3\xbb\x57\x17\xcb\x8f\x57\xaf\x7a\ \xbd\x1e\x1e\x9e\x2d\x87\xe3\xd1\xdb\xb3\xeb\xd5\xea\x76\x38\x18\ \xdc\xde\x2d\xa6\xe5\x7c\x71\x35\x18\x8f\x06\xf5\xb4\xbe\xa9\x67\ \xab\xe5\x40\x4a\x19\x9c\xed\x86\x8f\x76\xc3\x47\x8b\xba\x5a\x4d\ \x3e\xd6\xa3\xf9\xcd\xcd\x7c\xb6\xcc\x4f\xce\x96\xaf\x5b\x83\x17\ \xe3\xcb\xed\xe8\x4f\x9f\x3e\x95\x9f\x4c\x1e\x24\x29\xa5\x81\xd2\ \x03\xad\x0b\x8c\x28\x96\x5f\x66\xab\xea\x73\xd1\x7d\x14\x6b\x3c\ \xf4\xa8\x56\x4a\x0d\x70\x6f\x37\xf2\xb8\x51\xc3\xcf\xd3\xc9\xec\ \xc3\x83\x8b\xc9\x77\xf3\xe8\xc9\xf8\xed\x19\x9e\xd4\xf9\xe2\xba\ \x9e\x5c\x5d\xaf\x80\xac\xcf\x97\x9f\x26\xe3\xd5\xf5\xf6\xaa\x83\ \xfb\x3b\x50\x2e\x6e\xea\x55\x35\xae\x56\x15\xef\x36\x33\x6d\x28\ \xde\xe6\x11\x18\x83\x0d\x0f\xff\xf9\xe7\xbf\x34\x57\xb8\x1e\x8d\ \x86\xff\x9a\x2f\x3e\xac\x2f\xf1\xe1\x80\xea\xfd\xfc\x0e\x6c\xcf\ \xde\x6d\xc9\x17\xe3\xd1\xf0\x72\xbe\xb8\xa9\x56\xef\x26\x37\xd5\ \x55\xcd\xdd\xfd\x09\x3b\xbb\x18\xec\x6e\x74\x06\xaf\xbe\xdc\xd6\ \xbb\x49\x9b\x69\x17\xf5\x72\x7e\xb7\x18\xd5\x07\x05\x3e\x1e\xdd\ \x4c\xf8\xd0\xe0\x97\xd5\x64\x3a\xfd\x1b\x99\x9c\xf5\x06\xdb\x75\ \x0e\xd6\x0b\x5d\x6f\x63\xd0\xda\xc7\xc5\x60\xb3\xcd\x7c\x35\xae\ \x2f\x97\x3b\x04\x78\xb5\xdd\x3c\x50\xae\xab\xc5\x5f\x17\xd5\x78\ \x02\xdd\xda\x2c\x8f\xc3\xba\x77\xac\xf8\xb8\xdd\xfc\xc5\x72\x35\ \xbf\xdd\x6d\x65\x7e\x79\xb9\xac\x01\x8e\x3a\xdb\xd1\x96\xab\x2f\ \x53\xec\x8a\x03\x8b\xd1\x7c\x3a\x5f\x0c\x5f\xd7\x75\x7c\xef\xe3\ \x79\x26\xcd\x6f\xab\x11\xf6\x36\x94\xf3\xd6\x33\x59\xd0\xb8\x6b\ \xbc\xd3\xed\x8d\x1e\xe6\x26\x8f\x73\xab\x82\x8c\x4d\x75\x04\x37\ \x2b\x61\xc7\xed\x62\xd0\xdd\xf6\xa3\x28\x5d\xad\xaf\x7f\x5d\x54\ \xb3\x25\x25\x0e\xed\xaa\x56\x8b\xc9\xe7\x1f\x54\xbf\x50\xa5\x91\ \x64\x6d\x68\x7e\x19\xe3\x74\x5f\xf5\xc5\x95\xce\x8b\x0d\xb6\x2f\ \xa6\x54\xd1\xc5\xf0\xe6\xec\xfe\x6c\xbf\xcd\x26\x2b\x98\xd0\xdd\ \xb2\x5e\xfc\x82\x75\xd7\xff\x98\xfd\xb6\xac\xb7\xa3\xb2\x59\x0c\ \xaf\x17\x35\xcc\xf8\xf5\x01\x11\x3d\x2c\x41\x63\x82\xdd\xde\xfe\ \xa2\xdf\x9e\x69\x55\x06\x95\x9c\xda\x01\xf9\x19\x54\x55\x46\x71\ \x41\x8b\x4f\xbb\xc1\x72\x70\x30\xa9\x11\x7b\xb3\xc1\xa4\x1d\x80\ \xdf\x0c\x55\x29\xda\x6a\xd1\x11\xf0\xe0\x5b\x4a\xf4\x26\x45\xc1\ \x2f\x6d\x8c\xe8\xd4\x2f\x4c\x99\x92\x0a\x36\xea\x17\xc4\x4a\x6b\ \x71\x45\x2a\xd4\x23\x78\x45\xad\x7d\x07\x2f\x51\xb6\xd4\x51\x4c\ \x17\x2f\xc7\xe5\x89\xe9\xa2\x15\x43\x19\x93\x4b\xba\x03\xd6\x76\ \xe4\x09\x58\x39\x67\x5d\x08\x69\x8d\x95\x71\xc9\x39\xe5\x5c\xbf\ \x90\xd2\x27\x11\x6b\x7c\x5f\x28\x11\xaf\xdc\x4b\x6a\x96\x37\x2a\ \x15\xf2\x38\x56\xa6\x83\x95\x71\x84\x4a\xbb\x0e\x54\xda\x96\x3e\ \x06\xd7\x41\x6a\x7f\x20\x88\xa1\x54\x1e\xa4\xdf\x01\x27\x5d\x8a\ \xd1\x46\x11\xa6\x00\x59\x28\x67\x5f\xd2\x00\xb5\xf1\x85\x7a\x0a\ \x28\xd5\x05\xca\x94\xc1\x45\xef\x43\x07\x29\xd1\x25\x34\x34\xb6\ \x41\x25\x56\xa1\xd4\xca\x45\xe9\xda\x20\xc7\x86\x60\x45\x9f\x82\ \x97\xb7\x4e\xbc\x98\x35\x5e\x29\xa4\xe0\x92\xa5\x0d\xba\xa8\xbc\ \xed\x17\xbe\x0c\x1a\x5e\xc1\xbb\x17\x84\xcb\xd8\x68\x0b\xfd\x84\ \x0d\x4a\xe8\xc0\xe5\xcb\xe8\xad\x0f\xd2\x85\x8b\x68\x59\xaf\x63\ \xd7\x08\x05\xa6\xa0\x55\x67\x2c\xa8\xd0\x41\x18\xb2\x4a\x61\x07\ \x17\x99\x55\xd3\xe3\xe1\x42\xfe\x15\x7c\x50\x2a\x42\x8b\x94\x09\ \x3e\xf9\x48\x2f\x8f\x1f\x14\x04\xfc\x7c\x19\x83\x36\xda\x59\xc9\ \x03\xbc\x71\xd1\xd1\x8d\xe1\xae\x38\xed\x5f\x10\xc2\xa0\x1c\x35\ \x2e\x75\x20\xec\x6e\x07\x10\xee\x8c\xeb\xf2\x0b\xc1\x32\x22\xc1\ \xc9\xce\xb9\x5d\x7e\x26\x2c\xc8\xba\x0c\xf6\xb4\xa5\x2e\x68\x87\ \x29\x7f\x76\x13\x8c\x0e\x4e\x30\xea\x4c\xf0\x6c\x5c\x19\x0a\x82\ \x8a\x09\x5e\x0c\x70\x2a\xc5\xa8\x90\xa4\x9f\x4a\xab\xa0\x8d\x26\ \xd6\x05\x55\x52\x20\xeb\x04\x23\x86\xd3\x83\x7e\x22\x54\x58\xa0\ \x2f\xb6\x74\xc8\x30\xfd\x8b\x9a\xb3\x32\xae\x70\x8f\x43\x2b\x5d\ \x68\x95\x2f\xad\xf6\xa2\x3b\xd0\x8a\x85\xb3\xb1\xde\xfb\x0e\xb4\ \x11\x16\x15\xc5\xdf\x83\x76\x6f\x82\x51\x67\x82\x13\xa0\x55\x1e\ \xcc\x54\xd4\xd9\xc4\x09\xaf\x77\x26\x88\x67\xe8\x80\x0e\x03\x39\ \x68\x73\x28\x9d\x46\x3a\x94\xbe\x2f\x88\x2d\x9d\x23\x88\x92\xa4\ \x8c\xce\xea\x78\x0f\x44\x5d\x7a\xdd\xd6\xe5\x07\x41\xdc\x9f\x60\ \xd4\x99\xe0\x04\x10\x4d\xf3\xd1\x9b\x5c\x05\x4c\x5c\x10\xe9\xfb\ \xd2\xd5\x45\xe8\x47\x28\x2d\x3e\xf2\x92\x5e\xd2\x1b\x51\x45\x2c\ \xf4\xe3\x10\x76\xf5\xd0\x76\x15\x50\xdb\x36\x68\x5a\x3a\x68\xd9\ \xae\xae\x61\xec\x29\x4a\x46\xed\x81\x62\x65\x05\x13\x13\xa3\x49\ \x88\x29\x40\xc5\x98\xe8\x63\xe4\x4f\xc3\xd8\x62\x1d\x47\xc0\x41\ \x26\xe5\x55\x4e\x91\x03\xd2\x25\x27\x2f\x9a\x0f\x47\x51\x8f\x2a\ \x9e\xa4\x7b\x8a\x67\x4d\x19\x35\x1c\x5b\x57\xf1\x74\x80\xbf\x0b\ \xc6\x1c\xa1\x78\x7b\x13\x8c\x3a\x13\x3c\x11\x9f\xf7\xc3\xdf\x56\ \xf6\xa7\x15\x5e\x97\xf9\x73\xaf\x14\x3a\x50\x09\x81\x9d\x2e\x7c\ \x71\x7a\xed\x75\x88\xa1\x3a\xcc\xd0\x82\xa1\x7a\x5e\xf9\x75\xa0\ \xc4\xd9\x64\x14\xa7\xe1\x95\x3c\xbf\x4f\xe3\x05\x76\x40\xab\xb0\ \x27\xe3\xf5\xde\xf2\x7b\x14\xc3\x88\x70\xff\xcc\x72\x75\x1f\xaf\ \x6d\xfa\x70\x62\x61\xef\xf9\x7d\x7a\xf9\x8c\x32\x05\x04\x7e\x32\ \x5e\xa3\xc8\xef\x51\x0c\x81\x16\x12\xf2\x17\xc2\x6b\x5b\x35\x9e\ \x86\x57\xa8\xf8\x7d\x7a\xf9\x1a\x55\x15\xcc\xe3\x74\xfd\xb2\x81\ \xdf\x63\x18\x0a\xea\xbc\x97\xd3\xaf\x75\xf0\x3f\xd1\x7b\x39\x7e\ \x9f\x5e\x3c\x98\x85\x22\x3e\x8d\x95\x2a\x6d\x50\xda\x39\x17\x9f\ \xd0\xea\xc0\xef\x51\x7c\x53\x11\x8e\xe1\xeb\x13\x0c\xd8\x19\xfd\ \x38\xdf\xac\xdb\xa3\x63\xf8\x5a\x69\xb9\xce\x47\xf8\x46\xc3\x6c\ \xa8\x95\x7f\x1e\xe4\x3b\xce\x9f\xa3\xf8\x9a\x17\xd0\xc9\x2a\xf2\ \x7b\x14\x3b\xd7\x12\xeb\x89\x1a\xb9\xee\x64\x9c\xa6\x91\x39\xc9\ \x53\x47\xc5\xd3\xa3\x24\xf4\x54\x74\xc8\x9f\xa3\xa2\xa9\x69\x29\ \xe2\xa9\xb6\xbb\x69\x66\x9c\xda\xf4\xe5\xe7\x08\x31\x6b\x13\x11\ \x1b\x4e\xd7\xab\x43\x0c\x0f\xa1\x65\xb5\x55\x85\x29\xd2\x4b\xe1\ \x95\xb3\xcd\xef\xe3\xe9\xc0\xea\x28\x7f\xa3\x9d\x42\x36\x9a\xc2\ \xcb\xf8\x39\x70\x4d\xdf\xdf\xcb\x45\x11\xf9\xfe\x3e\x0e\x5c\xcd\ \x77\xf3\x70\x60\xe6\x9e\xa7\x85\x2f\xde\xc5\x3f\xa2\xc6\xfb\xdd\ \x4e\x36\x0e\xa4\xf3\xde\xed\xe4\xf9\xd4\xc1\x47\x03\xe0\xc5\x80\ \xa7\x5b\xf9\xd7\xd5\xab\xed\xb4\x57\x70\xc4\x9b\x24\xf7\xe2\xb6\ \x5a\x5d\x6f\x26\x5d\x4b\xed\x72\x32\x9d\x0e\xef\x16\xd3\x1f\xee\ \x57\x90\x5a\xfb\x37\xe7\xbc\xdb\x3a\x42\xca\x97\x8b\xbb\x69\x3d\ \x9c\xcd\x67\x5f\xeb\xc5\x1c\x12\x5e\xcc\x3f\xd4\xc3\xd7\xc6\xe1\ \x1b\xd6\x97\x45\x3e\x9a\xc4\xf8\xf5\x25\x67\x1e\x55\xb7\xc3\xf7\ \x77\xab\x55\x9b\xf6\xef\xf9\x64\x36\x5c\xcc\xef\x66\xe3\x0d\xf5\ \x66\xb2\xaa\x17\xd3\x09\xfe\x0c\xed\x86\xb6\x63\xbf\x26\x8c\xab\ \xe5\x75\xb5\x58\x54\x5f\xb8\x8a\xba\x4d\x6d\xb4\x73\xa8\xce\x6f\ \xaa\xc5\x87\x7a\xd1\xdc\xff\x38\x59\x4e\xde\x4f\xa6\x9c\x22\xff\ \x9c\xd6\xe7\xe3\xc9\xf2\x76\x8a\xe7\x27\x33\x2e\xe3\x7c\xfe\xb1\ \x5e\x5c\x4e\xe7\x9f\xb6\xf7\xeb\x59\x85\x3f\xc5\xfb\x6a\xf4\xe1\ \x2a\xaf\x6f\x58\x8d\x46\x77\x37\x77\xd3\x6a\xd5\x15\xda\xa2\x1e\ \xad\x74\x4a\xba\xd5\xe6\xe1\x39\x6b\x0f\x2a\x61\x53\xd0\xa6\x2f\ \xba\x74\xbd\x51\x8f\xea\x82\x9c\xc5\xbb\x3e\xae\x8d\x53\x26\x92\ \x04\x88\x4d\x02\x25\x45\x93\xb4\x23\x25\x84\x20\x3e\x74\x48\xc8\ \xbb\x43\x6e\x24\x18\x2f\xa1\x57\x44\x38\x99\x88\x9a\xba\xaf\x7a\ \x05\xd4\x0d\xf9\x1c\x67\x55\x1c\xe9\x52\x14\xb3\xfe\x0d\x1d\x55\ \xca\xf1\x31\x36\x0c\xf3\xd4\x36\xc5\x14\x79\x0c\xb0\x9e\xdb\xc2\ \x4e\xac\xc0\x47\xb2\x9b\x63\x12\x38\xf7\x84\x6c\x90\x08\xeb\xac\ \xdf\x2c\x91\x40\xb3\x65\xca\x5b\x51\xbd\xaf\x3b\x53\xfd\x36\x4d\ \x32\x8f\x68\x52\xfd\xb1\x9e\xcd\xc7\x1b\x0d\xe8\x88\xb4\x51\x23\ \x5d\x5a\x15\xd9\x8a\xd5\x27\x8a\x75\x4f\x72\x49\xac\xbf\x2f\x39\ \x0d\x23\x06\x0e\xd8\xad\xea\xeb\xde\xcf\x3d\xf6\xd7\x9d\xf3\x30\ \x79\x71\xcd\xcd\xc7\x51\xd8\xc6\x5d\xa0\x9b\x7b\x64\xe6\xfc\x11\ \x60\xd4\xb7\x01\xd3\xd9\x01\x99\x63\x07\xed\xfe\x58\xb3\x83\x66\ \xc5\xd0\xac\x2c\x3a\x7e\xa0\x81\xaa\xd1\x0b\x81\xee\x21\x2e\xb2\ \xf5\x69\x91\x77\x34\xaa\xb1\x4f\x94\x52\x49\x48\x58\x7e\x5f\x4a\ \xb1\x48\x1c\x0d\xd4\x25\x38\x6c\xc8\x43\xa7\x37\xa3\x42\x69\xb4\ \xd3\x1d\x52\x66\x13\x4a\x09\x88\x83\xca\xde\xbf\x38\x56\x81\xf6\ \xdb\xf8\xc7\xbb\xa2\x83\x40\x4b\x78\xd3\x55\x2a\xb5\x46\x26\xc6\ \xfb\x4e\xaa\xe3\x8f\xfe\xa7\xbc\x54\xfb\xb0\x04\xd4\xbf\x43\xca\ \x36\x26\x04\xc5\x2c\x3f\xef\x82\xa7\x00\x4b\xc7\x50\x96\xe8\xb9\ \x6c\xc4\xc7\xf5\x7e\x22\x11\xce\x64\x47\xc1\x75\xbe\x4a\x12\x62\ \xdc\x5d\x65\x55\x9b\xf6\xb6\x6a\x07\x89\x53\xf1\xf2\x81\x46\xcc\ \x9a\x46\x9f\x94\xfb\xa3\xf8\xe4\x6b\xf0\x6a\x51\x7e\xe6\xb3\x36\ \xa4\x08\x1f\x28\xa5\xb6\x21\x42\x73\x5a\xca\x1b\x43\xb0\xf9\x80\ \x24\x58\x63\x15\x9c\x1d\xa9\x49\x25\x6f\xdc\x7d\xaa\x8f\xf9\x74\ \x84\x5e\x52\x35\x2e\x77\xdd\x9a\x55\x16\xbe\x11\x54\xcc\xef\x95\ \x12\xd5\xa1\xaa\x7c\x22\x19\x1b\x76\x51\x2b\x27\x9a\xe7\x2e\xa9\ \x01\xc7\x3d\x40\x3d\xd6\x23\x84\xc6\x15\xb4\xf4\xa1\xd5\x2f\xfc\ \x6f\x2a\x67\x57\xd3\xf6\xbc\x4c\xee\xfd\xa8\x7b\x11\x0e\x72\xf2\ \x3a\xc9\x3a\xc4\x31\xf3\x81\xda\x48\x40\x34\x79\xae\x91\xcb\x7d\ \x23\xdf\x5b\x08\x5c\x6a\xe8\xaa\x70\x2a\x23\x14\x88\xe7\x38\xa2\ \xa9\xa9\xa9\x44\x2e\x8c\x0c\x7c\x47\x4b\xa5\x8e\x50\x10\xcf\x03\ \x49\x49\x48\xd9\x10\xd3\x52\x73\xf0\x4e\xb5\x87\xe3\x83\x1f\x73\ \xd6\x6b\x9d\x7c\xdf\xa2\x70\x40\xe4\xb4\xae\x67\xca\x80\xd8\xe8\ \xa1\x6e\xa6\x34\x46\x50\x4d\x68\x78\x56\x21\x37\x9f\x8f\xf2\x79\ \xa5\xd8\x09\xef\xe3\x71\x54\x1b\xca\xa7\x9e\xce\x49\x21\x83\x05\ \xc2\x34\x22\xb3\x72\x1a\x13\xc1\xc0\xf0\x54\x2a\xc9\x0a\x0c\x0c\ \xa6\xed\x43\x29\xad\xf2\x21\xf4\x3c\x62\x2f\x14\x1e\xde\x17\x1a\ \x89\x14\x41\xab\xd0\x8b\xf0\xc8\x9e\xcb\x43\xf4\xc5\x94\x48\x65\ \xc5\xf1\x09\x78\xfb\xe4\x12\x93\x0b\x18\x73\x82\x0e\x46\x1e\x3c\ \x06\x24\xbb\x1c\x97\x77\x64\x4b\xcf\x47\x79\x0d\xff\x9d\xe0\x75\ \x61\x50\x08\x44\x08\xe5\xa4\x35\xd3\x36\xbb\x3e\x70\x69\x9d\xf6\ \x36\xe3\xe4\x91\x87\x64\xee\xda\x07\xaf\x64\x8b\x26\x16\x99\x77\ \xb3\xb9\x9e\xf6\x90\x50\xf0\x8d\x05\x7a\xf7\xde\x4d\xb6\x69\xde\ \x80\x79\xe4\x59\xb7\x37\x61\xc4\x25\x32\xd1\x94\xe3\x00\xb3\x1a\ \xbb\xce\x4f\x34\x5b\xa3\x99\x42\x6c\x55\x83\x16\x3d\x81\x64\x98\ \xb7\x3b\xfa\x89\xfb\x16\xaf\x52\x0c\x40\xdc\x7a\x31\x5e\x35\xeb\ \xb1\xce\x49\x04\xbe\x21\x24\xef\x8d\x01\x7c\x9a\x70\x27\x72\x66\ \x96\x93\x04\x51\x38\x10\x40\x1e\xab\x06\x8a\x29\xf9\x04\x74\x34\ \x00\x8c\x70\x32\xc8\x7c\xcc\x1a\x72\x0f\x42\x23\x27\x63\xe0\x12\ \x8c\x85\xf8\xad\xf7\xc8\x7f\x30\x6d\xf4\x4c\xcb\xfb\x0e\x49\x3e\ \x14\xdd\x51\xb7\x1a\x00\xf3\x02\x71\xa1\xa0\x47\x2a\x11\x51\x88\ \x05\x4e\x0c\x34\xbe\x38\x20\x2e\xa3\x9c\xb5\x26\x35\x0c\xb6\xd7\ \xcf\x0d\x89\x2a\x1e\x1d\x12\xbf\x29\x1d\xcf\xee\xe3\x8f\x1a\xe8\ \x72\x4a\x04\xc5\xea\xfa\x88\xe6\x28\x5f\x23\xa6\xc5\xfc\x0b\x99\ \x39\xb4\x29\xf0\x44\x33\x6a\x18\x5e\xe2\x21\x5d\x82\x5e\xc0\xb0\ \x11\xd0\xa0\x37\x18\x18\x60\xc5\x30\x7f\xd0\xf8\x32\x8a\x0b\x34\ \x36\x0d\xc7\x20\x30\x36\x57\xc6\x08\xad\xf1\x34\xfd\xc0\x97\x20\ \x2c\x69\xc9\xc2\xf6\xa1\x53\x01\x66\xac\x45\x71\x3a\x63\x93\x45\ \x79\x49\x8f\x61\x22\xb4\x15\xda\x65\x34\x9e\x4c\xa0\xc0\x18\xa0\ \x09\x4c\xa2\xf8\x0e\x8c\x43\xaa\x85\x29\x10\x66\x69\xa9\x60\x15\ \x60\x0e\x3a\x60\x9c\x12\x9d\x10\xd4\xa8\x7e\x58\x5b\xb0\x9c\x4d\ \xf1\x8d\x27\xed\xe9\xed\x44\x59\xb8\xb4\x3e\x79\x41\x5b\x1b\x05\ \x43\xa8\x43\x91\x40\x5d\x8e\x70\x6a\xd6\xe4\xbc\x1e\x61\x0d\xcf\ \xe6\xf3\x38\x65\x54\x43\xb3\x01\x7a\x04\x5a\x62\x6d\xa2\xb3\xba\ \x8a\xa7\x1b\xe7\x66\x79\x6a\xa9\x48\x43\xfa\x17\xc1\x85\xa0\x24\ \x80\x62\xb8\x3e\xb8\x7e\x2c\xc1\x35\x88\x46\x84\xf1\x83\x28\xd3\ \x23\xd0\x21\xa0\x4e\x4e\xac\x3c\x94\x4b\xce\x66\xec\x1d\xdc\x8a\ \x37\x3c\x3d\xc6\x9e\x53\xf2\x3d\xbe\xf7\x14\x9d\x8d\x86\x24\x13\ \xd8\x8e\xa7\x3c\x1c\x9c\x89\xe6\x12\x85\x3d\x98\xa4\x09\x2a\x2c\ \x0b\x25\x0c\xb7\x12\xe0\xa8\x84\x3e\xd4\xf0\x1d\xa7\x90\xe5\x11\ \x01\x04\x20\xf4\x08\xfa\x58\x44\xa0\x8d\x23\xb8\x23\x54\x73\xbe\ \x90\xe8\x41\x40\xb2\x06\x1e\x2e\x45\xb0\xd5\x1e\xc6\xeb\x49\xf3\ \x0a\xe9\x86\x22\x2d\x00\x2d\x9d\x1f\xf5\x1e\x81\xc9\xc6\x2c\x11\ \x62\x4e\x64\x02\x26\x8e\x59\x22\x50\x15\xb8\x34\xaa\x86\x17\xb8\ \x71\x1d\x89\x16\xa5\x60\xb2\xb6\xc0\x35\x47\x4b\x21\x21\x52\xf2\ \x15\xac\x40\xbf\x13\x5c\x16\x9c\x8f\x58\x92\xa5\x2b\x83\xb0\x34\ \x2a\x3a\xd0\xb0\x4c\x6c\xd2\x83\xa6\x1d\x0f\xd7\x35\x03\x95\x42\ \x8a\xa5\xb2\x56\x21\x87\x62\x82\x05\x45\x30\x01\x00\x51\x11\x10\ \x38\x54\x12\x90\x90\xb4\x09\x16\x9d\xf1\xb4\xc0\x8a\x2b\x36\x8e\ \xe1\x24\x03\x8a\xed\x6a\x93\x03\x0b\xb1\x0d\x79\x9c\xd5\x0a\xd0\ \x82\x06\xf9\x58\x80\x95\x69\xf9\xf5\xa0\xb6\x53\xba\x6a\xdb\xd7\ \x15\x27\xda\x1a\xd7\x6a\xaf\x43\x42\xef\x0f\xb7\xe6\xa2\xf6\xeb\ \xd7\x04\x14\xfc\x24\x2a\x54\x81\x1b\x37\x80\x00\xec\x73\x05\x9a\ \xb8\xd8\x37\xbb\x9e\x61\xdb\xf5\x75\x9d\xdf\x6b\x97\x5b\x0b\x0f\ \x65\x06\x6d\xbb\x37\xed\x53\x8d\x9c\xa4\x18\x20\x8e\x0a\x85\xf1\ \x36\x86\x5c\xe6\x98\x1c\x88\x60\x93\x39\xb0\x5b\xc0\xec\x60\xba\ \x4a\x9b\x1c\xd7\x21\x63\xa5\x69\x19\x84\x33\x6d\x09\x28\xe6\x61\ \xb3\x0c\x5c\x90\x1b\x6c\x96\x5b\x80\x07\xb6\x34\x0e\x80\x69\xf2\ \x4b\x62\xcd\x50\xd6\xcd\x18\x12\xf8\xce\x93\xb5\x8a\x29\x23\xa6\ \x0f\xc8\x5b\xf2\x18\x89\xca\x37\x19\x29\x82\x7f\x8b\x02\x0e\x70\ \x10\xcd\xfb\x02\x98\x04\x2a\x83\xaa\x9d\xad\x81\x10\x42\x14\x12\ \xa0\x22\xd9\x36\x9a\x07\xa6\x39\x25\x6e\x89\x69\x70\xf5\x80\xbc\ \xd2\x33\xe5\x25\x9e\x2f\xdc\x41\x60\xbf\x9f\xbc\xd2\xff\xe5\xd5\ \xbb\x60\x6d\xf6\x60\xc1\xa0\xcf\x1f\x49\x00\xf6\xd2\xe5\x07\x3b\ \x05\xe4\xe1\x8d\x62\xcf\x7f\xd7\x2b\xe0\x4b\x1b\xbb\x17\x3b\x3e\ \xb7\x5b\xba\x9b\x7f\x34\xd8\x0d\xde\xfc\xaf\x81\x7d\x5e\xb6\x02\ \x4f\x7b\x7c\x01\xbf\xdf\x01\x92\xef\x9a\x40\x74\x5e\xc9\xcd\x09\ \x84\x41\x66\x9c\x90\xae\x6a\x16\xa5\x6c\x8b\x28\x06\x31\x50\x11\ \x1b\xb4\xd6\x39\x97\x33\xd1\x23\xa8\x82\x06\x9d\x65\x16\x20\x0c\ \x1d\xcc\x6c\xd9\xa3\xf3\x0e\x91\xb8\xcf\x57\xb3\x02\xb2\x69\xd6\ \x04\x50\x3a\x3c\xc9\x76\x20\x94\x0f\x2e\x3b\x80\xa6\x19\x7d\x0c\ \xd4\x5c\x49\x00\x8f\xc4\xa4\xd4\xa0\xe4\x8d\x11\x34\x97\x20\x72\ \xcf\x44\x55\xe1\x59\xe7\x49\x4b\x48\x52\x22\x99\x5a\x65\xd6\xb9\ \x6a\xd4\xcc\x55\x48\xa2\x09\x80\x01\x48\x08\x2a\xc8\x80\x41\x4b\ \x1a\xe1\x22\xd2\x90\x50\x79\x44\x54\xcb\x48\x73\x79\x74\xec\x03\ \xb9\x5a\x9a\xbe\x4d\xcc\x98\xd9\x47\xb4\x9c\x0e\x49\x80\x66\xe0\ \x70\x88\xb5\x89\xf3\x70\x75\x11\x14\x13\x73\x16\xa4\x90\x7c\xb3\ \x5d\x19\x23\x32\x9d\x9c\x2d\x31\x34\x05\x14\xde\x9a\x3c\x54\x93\ \x54\xc1\xd0\x50\xa3\x70\xaf\x28\x5b\x8c\x62\xc0\x0e\xdc\x4d\x6e\ \x87\x1a\xcc\xe6\x19\xd7\x23\x5f\x16\x4d\x7c\x12\xf9\x13\xb2\xab\ \x08\x5a\x42\x48\x46\x35\x97\x5f\x59\x46\x16\x64\x99\x42\xa1\xe6\ \xc4\x96\x58\xa6\x20\x92\xea\xa4\xa5\x89\xeb\x7c\x89\x8a\x6f\x80\ \x03\x0a\x65\x38\x5f\x10\x93\x90\x24\xe5\x0e\x56\x32\xd8\x13\x73\ \x02\x24\x4b\x2a\xb2\xb9\x80\x89\xa5\xc9\x09\x58\x7e\xe5\xa4\x1d\ \xe5\x1c\x72\x0b\xd3\xb4\x6b\x91\xbd\x43\x2a\x3e\x37\x10\x10\xf1\ \x11\x66\x1d\x5b\xa0\xf0\x24\x10\x20\x84\xc7\xe6\xc6\xcf\x07\x35\ \xa3\x49\x7a\x20\xf1\x94\xdf\xfa\x82\x60\x10\xf5\x1b\x3f\xe6\xb0\ \x5a\x9d\xdb\xb5\xe0\x16\x59\xa8\xf6\x0b\xa9\x8b\x80\x4b\x28\x06\ \x15\x61\x7d\x9d\x7b\x1d\x48\xed\x6c\x76\xc9\xca\x21\xdb\xc0\x0f\ \x56\xa9\x2c\x91\x90\x1b\xd9\xec\x86\x98\xd6\xc1\xef\x64\x1a\x6a\ \x5e\x89\x09\x7a\xe9\x4a\x94\xb2\xc8\x60\x00\x24\xab\x43\x26\x4d\ \xa8\xa1\xe0\x8f\xa0\x4b\x94\x01\x42\x38\x96\x06\x1a\xf6\x81\x95\ \x59\x8a\x0a\x95\x08\x52\x3c\x6c\x07\x7a\x6a\xa1\xc0\xf4\x64\xd8\ \x8c\xc9\x6a\x83\x44\x54\x59\xd4\xb9\x28\x10\x41\x02\xfa\x54\x25\ \x76\xa5\x1d\x79\x58\x0a\x01\x09\xf0\x28\x67\x7a\x14\x39\x1b\x2a\ \x48\x5b\x9c\xe4\x4e\x91\x0a\x04\x9a\x34\x9b\xfb\x8c\xb9\x0e\x14\ \x56\xc1\xa4\x79\xf6\x2a\x5d\x1e\x87\x64\x45\xf2\x38\x54\x69\x2c\ \x2d\xf3\x7b\x9a\xbe\x19\xc6\x37\x36\xbd\x69\x1e\xc5\xed\xa6\x65\ \x04\x07\x0c\x75\xfd\xba\x3d\xfe\xc8\x2e\xb5\xe5\x97\x36\x06\x6d\ \x74\xdc\x44\x9a\xa6\xed\x85\x8d\xf4\xdd\xba\x5f\x95\x13\x20\x54\ \xe4\x81\x06\x0a\x09\x51\xa4\xad\x9b\xd3\x9e\xce\x82\x76\x25\x41\ \x66\xbd\xeb\x72\x6b\x78\xd3\xe2\x8a\xf9\xfe\xd7\xf5\xf4\x4f\x74\ \xc2\x59\x3d\x7e\xc3\x99\x4a\x35\x42\x0e\x5a\xef\xb7\x86\xa2\xea\ \x7c\xfe\xb0\x0d\xcc\x2c\xb8\x0b\xfe\xef\xd8\xbb\x57\xff\x01\x59\ \x59\x6d\xe7\ \x00\x00\x03\x1d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x32\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x32\x34\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x3c\ \x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\ \x32\x20\x32\x63\x2d\x31\x2e\x36\x36\x32\x20\x30\x2d\x33\x20\x31\ \x2e\x33\x33\x38\x2d\x33\x20\x33\x76\x38\x63\x30\x20\x31\x2e\x36\ \x36\x32\x20\x31\x2e\x33\x33\x38\x20\x33\x20\x33\x20\x33\x73\x33\ \x2d\x31\x2e\x33\x33\x38\x20\x33\x2d\x33\x76\x2d\x38\x63\x30\x2d\ \x31\x2e\x36\x36\x32\x2d\x31\x2e\x33\x33\x38\x2d\x33\x2d\x33\x2d\ \x33\x7a\x6d\x2d\x36\x20\x37\x76\x31\x68\x31\x76\x33\x63\x30\x20\ \x32\x2e\x34\x32\x33\x38\x20\x31\x2e\x37\x31\x37\x35\x20\x34\x2e\ \x34\x34\x31\x35\x20\x34\x20\x34\x2e\x39\x30\x36\x32\x76\x32\x2e\ \x30\x39\x33\x38\x68\x2d\x31\x76\x31\x68\x34\x76\x2d\x31\x68\x2d\ \x31\x76\x2d\x32\x2e\x30\x39\x33\x38\x63\x32\x2e\x32\x38\x33\x2d\ \x30\x2e\x34\x36\x34\x37\x20\x34\x2d\x32\x2e\x34\x38\x32\x34\x20\ \x34\x2d\x34\x2e\x39\x30\x36\x32\x76\x2d\x33\x68\x31\x76\x2d\x31\ \x68\x2d\x31\x2d\x31\x76\x34\x63\x30\x20\x32\x2e\x32\x31\x36\x2d\ \x31\x2e\x37\x38\x34\x20\x34\x2d\x34\x20\x34\x73\x2d\x34\x2d\x31\ \x2e\x37\x38\x34\x2d\x34\x2d\x34\x76\x2d\x34\x68\x2d\x31\x2d\x31\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\ \x66\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0b\x4b\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x33\x36\x22\x0a\ \x20\x20\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\ \x65\x73\x65\x72\x76\x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\ \x3d\x22\x31\x31\x30\x70\x78\x22\x0a\x20\x20\x20\x76\x69\x65\x77\ \x42\x6f\x78\x3d\x22\x30\x20\x30\x20\x31\x31\x30\x20\x31\x31\x30\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x0a\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x65\x6e\x61\ \x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x6e\ \x65\x77\x20\x30\x20\x30\x20\x31\x31\x30\x20\x31\x31\x30\x3b\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x31\x30\x70\ \x78\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x32\ \x22\x3e\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\x6f\ \x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\ \x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\x64\ \x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\ \x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\ \x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\ \x6f\x72\x6b\x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\ \x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x64\x65\x66\x73\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x30\x22\x20\ \x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x41\x72\ \x74\x62\x6f\x61\x72\x64\x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x4d\x75\x6c\x74\x69\x63\x6f\x6c\x6f\x72\ \x22\x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x63\x69\x72\x63\x6c\x65\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\ \x3a\x23\x46\x41\x42\x43\x33\x44\x3b\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x72\x3d\x22\x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x78\x3d\x22\x35\x35\x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x33\x33\x22\x3e\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x30\x46\x31\ \x46\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x38\x37\x2c\x38\x31\x63\x30\x2c\x31\x2e\x31\x30\x35\x2d\ \x30\x2e\x38\x39\x35\x2c\x32\x2d\x32\x2c\x32\x48\x32\x35\x63\x2d\ \x31\x2e\x31\x30\x35\x2c\x30\x2d\x32\x2d\x30\x2e\x38\x39\x35\x2d\ \x32\x2d\x32\x56\x34\x31\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\ \x2e\x38\x39\x35\x2d\x32\x2c\x32\x2d\x32\x68\x32\x32\x6c\x30\x2d\ \x32\x20\x20\x20\x20\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\x2e\ \x38\x39\x35\x2d\x32\x2c\x32\x2d\x32\x68\x33\x36\x63\x31\x2e\x31\ \x30\x35\x2c\x30\x2c\x32\x2c\x30\x2e\x38\x39\x35\x2c\x32\x2c\x32\ \x56\x38\x31\x7a\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\x46\x46\x3b\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x34\x39\ \x2c\x33\x35\x63\x2d\x31\x2e\x31\x30\x34\x2c\x30\x2d\x32\x2c\x30\ \x2e\x38\x39\x36\x2d\x32\x2c\x32\x76\x32\x48\x32\x35\x63\x2d\x31\ \x2e\x31\x30\x34\x2c\x30\x2d\x32\x2c\x30\x2e\x38\x39\x36\x2d\x32\ \x2c\x32\x76\x34\x30\x63\x30\x2c\x30\x2e\x33\x31\x35\x2c\x30\x2e\ \x30\x37\x39\x2c\x30\x2e\x36\x30\x39\x2c\x30\x2e\x32\x30\x39\x2c\ \x30\x2e\x38\x37\x34\x20\x20\x20\x20\x4c\x37\x30\x2e\x30\x38\x33\ \x2c\x33\x35\x48\x34\x39\x7a\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\x46\ \x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x34\x31\x2c\x33\x39\x48\x32\x37\x76\x2d\x33\x63\x30\x2d\x30\ \x2e\x35\x35\x32\x2c\x30\x2e\x34\x34\x38\x2d\x31\x2c\x31\x2d\x31\ \x68\x31\x32\x63\x30\x2e\x35\x35\x32\x2c\x30\x2c\x31\x2c\x30\x2e\ \x34\x34\x38\x2c\x31\x2c\x31\x56\x33\x39\x7a\x22\x20\x2f\x3e\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x34\x30\x43\x39\x45\x37\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x38\x33\x2c\x34\x36\x63\x30\x2c\x30\x2e\ \x35\x35\x32\x2d\x30\x2e\x34\x34\x38\x2c\x31\x2d\x31\x2c\x31\x48\ \x37\x32\x63\x2d\x30\x2e\x35\x35\x32\x2c\x30\x2d\x31\x2d\x30\x2e\ \x34\x34\x38\x2d\x31\x2d\x31\x76\x2d\x36\x63\x30\x2d\x30\x2e\x35\ \x35\x32\x2c\x30\x2e\x34\x34\x38\x2d\x31\x2c\x31\x2d\x31\x68\x31\ \x30\x20\x20\x20\x20\x63\x30\x2e\x35\x35\x32\x2c\x30\x2c\x31\x2c\ \x30\x2e\x34\x34\x38\x2c\x31\x2c\x31\x56\x34\x36\x7a\x22\x20\x2f\ \x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x63\x69\x72\x63\x6c\x65\x31\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x66\x69\x6c\x6c\x3a\x23\x35\x42\x35\x43\x35\x46\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x33\x33\x22\x20\ \x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x78\x3d\x22\x32\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\x45\x35\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x33\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\x45\x35\x3b\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x33\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\ \x45\x35\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\ \x69\x67\x68\x74\x3d\x22\x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\ \x63\x74\x32\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\ \x3d\x22\x35\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\ \x3d\x22\x32\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\ \x69\x64\x74\x68\x3d\x22\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x33\x45\x33\x45\x33\x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x32\x38\x22\x20\x2f\x3e\ \x3c\x70\x6f\x6c\x79\x67\x6f\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x6f\x6c\x79\x67\x6f\x6e\x32\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x66\x69\x6c\x6c\x3a\x23\x35\x42\x35\x43\x35\x46\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x6f\x69\x6e\x74\x73\x3d\ \x22\x32\x33\x2c\x35\x31\x20\x32\x33\x2c\x37\x39\x20\x32\x36\x2e\ \x30\x38\x33\x2c\x37\x39\x20\x35\x34\x2e\x30\x38\x33\x2c\x35\x31\ \x20\x20\x20\x22\x20\x2f\x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x63\x69\x72\x63\ \x6c\x65\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\ \x46\x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x3d\ \x22\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\ \x78\x3d\x22\x35\x39\x22\x20\x2f\x3e\x3c\x63\x69\x72\x63\x6c\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x63\x69\ \x72\x63\x6c\x65\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x32\x31\ \x42\x32\x44\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x3d\x22\x31\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x35\x39\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\x30\x43\x39\ \x45\x37\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x35\x39\x2c\x35\x31\x63\x2d\x36\x2e\x36\x32\x37\x2c\x30\ \x2d\x31\x32\x2c\x35\x2e\x33\x37\x33\x2d\x31\x32\x2c\x31\x32\x63\ \x30\x2c\x33\x2e\x33\x33\x38\x2c\x31\x2e\x33\x36\x35\x2c\x36\x2e\ \x33\x35\x35\x2c\x33\x2e\x35\x36\x34\x2c\x38\x2e\x35\x33\x31\x6c\ \x31\x36\x2e\x39\x36\x36\x2d\x31\x36\x2e\x39\x36\x36\x20\x20\x20\ \x20\x43\x36\x35\x2e\x33\x35\x35\x2c\x35\x32\x2e\x33\x36\x35\x2c\ \x36\x32\x2e\x33\x33\x38\x2c\x35\x31\x2c\x35\x39\x2c\x35\x31\x7a\ \x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x23\x38\x31\x38\x32\x38\x34\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x33\x39\x2c\x36\x39\ \x63\x30\x2c\x31\x2e\x31\x30\x35\x2d\x30\x2e\x38\x39\x35\x2c\x32\ \x2d\x32\x2c\x32\x73\x2d\x32\x2d\x30\x2e\x38\x39\x35\x2d\x32\x2d\ \x32\x76\x2d\x34\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\x2e\x38\ \x39\x35\x2d\x32\x2c\x32\x2d\x32\x73\x32\x2c\x30\x2e\x38\x39\x35\ \x2c\x32\x2c\x32\x56\x36\x39\x7a\x22\x20\x2f\x3e\x3c\x2f\x67\x3e\ \x3c\x2f\x67\x3e\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x03\x7d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x74\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x74\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x78\x6d\x6c\x6e\ \x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\ \x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\ \x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\ \x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\ \x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\ \x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\ \x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\ \x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\ \x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\ \x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\ \x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\ \x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\x2f\ \x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\x61\ \x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x3e\x0a\x20\x20\x3c\x70\x61\ \x74\x68\x20\x64\x3d\x22\x6d\x32\x35\x36\x20\x30\x63\x2d\x31\x34\ \x31\x2e\x31\x36\x20\x30\x2d\x32\x35\x36\x20\x31\x31\x34\x2e\x38\ \x34\x2d\x32\x35\x36\x20\x32\x35\x36\x73\x31\x31\x34\x2e\x38\x34\ \x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\x35\x36\ \x2d\x31\x31\x34\x2e\x38\x34\x20\x32\x35\x36\x2d\x32\x35\x36\x2d\ \x31\x31\x34\x2e\x38\x34\x2d\x32\x35\x36\x2d\x32\x35\x36\x2d\x32\ \x35\x36\x7a\x6d\x31\x32\x31\x2e\x37\x35\x20\x33\x38\x38\x2e\x34\ \x31\x63\x2d\x34\x2e\x31\x36\x30\x32\x20\x34\x2e\x31\x36\x30\x32\ \x2d\x39\x2e\x36\x32\x31\x31\x20\x36\x2e\x32\x35\x33\x39\x2d\x31\ \x35\x2e\x30\x38\x32\x20\x36\x2e\x32\x35\x33\x39\x2d\x35\x2e\x34\ \x36\x30\x39\x20\x30\x2d\x31\x30\x2e\x39\x32\x36\x2d\x32\x2e\x30\ \x39\x33\x38\x2d\x31\x35\x2e\x30\x38\x32\x2d\x36\x2e\x32\x35\x33\ \x39\x6c\x2d\x31\x30\x36\x2e\x36\x37\x2d\x31\x30\x36\x2e\x36\x36\ \x63\x2d\x34\x2e\x30\x31\x31\x37\x2d\x33\x2e\x39\x38\x38\x33\x2d\ \x36\x2e\x32\x35\x2d\x39\x2e\x34\x31\x30\x32\x2d\x36\x2e\x32\x35\ \x2d\x31\x35\x2e\x30\x38\x32\x76\x2d\x31\x33\x38\x2e\x36\x37\x63\ \x30\x2d\x31\x31\x2e\x37\x39\x37\x20\x39\x2e\x35\x35\x34\x37\x2d\ \x32\x31\x2e\x33\x33\x32\x20\x32\x31\x2e\x33\x33\x32\x2d\x32\x31\ \x2e\x33\x33\x32\x73\x32\x31\x2e\x33\x33\x32\x20\x39\x2e\x35\x33\ \x35\x32\x20\x32\x31\x2e\x33\x33\x32\x20\x32\x31\x2e\x33\x33\x32\ \x76\x31\x32\x39\x2e\x38\x34\x6c\x31\x30\x30\x2e\x34\x32\x20\x31\ \x30\x30\x2e\x34\x31\x63\x38\x2e\x33\x33\x39\x38\x20\x38\x2e\x33\ \x34\x33\x38\x20\x38\x2e\x33\x33\x39\x38\x20\x32\x31\x2e\x38\x32\ \x34\x20\x30\x20\x33\x30\x2e\x31\x36\x34\x7a\x22\x2f\x3e\x0a\x20\ \x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x11\x0c\ \x00\ \x00\x62\xb2\x78\x9c\xd5\x5d\x59\x73\x1b\xb9\x11\x7e\xdf\x5f\xa1\ \xe2\x3e\x66\x66\x34\xb8\x01\xc9\xf2\x56\x4c\x97\xca\xa9\x4a\x5e\ \xb2\x39\x1e\x53\x34\x45\x4b\xaa\xa5\x48\x15\x49\xd3\xc7\xaf\x4f\ \x77\x03\x73\x72\x4e\x91\x12\x13\xbb\x96\x9e\x03\x03\x7c\xdd\xfd\ \xa1\xbb\x81\xc1\x60\xdf\xfd\xf6\xfd\x69\x79\xb1\x5f\x6c\xb6\x8f\ \xeb\xd5\xcd\x84\x25\xe9\xe4\x62\xb1\x9a\xaf\xef\x1e\x57\xf7\x37\ \x93\x7f\xfe\xe3\x36\xb6\x93\x8b\xed\x6e\xb6\xba\x9b\x2d\xd7\xab\ \xc5\xcd\x64\xb5\x9e\xfc\xf6\xfe\x97\x77\xdb\xfd\xfd\x2f\x17\x17\ \x17\xf0\xf0\x6a\x7b\x75\x37\xbf\x99\x3c\xec\x76\xcf\x57\x97\x97\ \xcf\x5f\x37\xcb\x64\xbd\xb9\xbf\xbc\x9b\x5f\x2e\x96\x8b\xa7\xc5\ \x6a\xb7\xbd\x64\x09\xbb\x9c\x14\xc5\xe7\x45\xf1\xf9\x66\x31\xdb\ \x3d\xee\x17\xf3\xf5\xd3\xd3\x7a\xb5\xa5\x27\x57\xdb\x5f\x4b\x85\ \x37\x77\x5f\xf2\xd2\xdf\xbe\x7d\x4b\xbe\x09\x2a\xc4\x9c\x73\x97\ \x29\xbf\xe4\x3c\x86\x12\xf1\xf6\xc7\x6a\x37\xfb\x1e\x57\x1f\x05\ \x8c\x4d\x8f\xf2\x34\x4d\x2f\xe1\x5e\x51\x72\x48\xa9\xab\xed\xf3\ \x6c\x0e\xf2\x3f\x6f\x16\xdb\xc5\x66\xbf\xa0\xeb\xdf\x1e\xef\x76\ \x0f\x37\x13\xc5\xf8\xf3\x77\xba\xb0\x7f\x5c\x7c\xfb\xb0\xfe\x7e\ \x33\x49\x2f\xd2\x0b\xb8\x8c\xff\xf9\x1b\x85\x86\x19\x5d\xd8\xee\ \x7e\x2c\xa1\xba\xc5\x6a\xf6\x79\xb9\x88\x3f\xcf\xe6\x7f\xdc\x6f\ \xd6\x5f\x57\x77\x57\xab\xc5\xb7\x8b\xd2\xd3\xd7\x54\xfa\xf1\xee\ \x66\xf2\xd7\xd9\x8f\xc5\xe6\x3f\xfe\xe9\x87\xc5\xe3\xfd\xc3\x2e\ \x6b\xf9\xfd\xbb\xa7\xc5\x6e\x76\x37\xdb\xcd\xf0\x9e\x2f\x9d\x5d\ \xe1\x56\xc3\x7d\xd0\xd1\xd5\xdf\x3f\xde\xbe\x7f\x37\x9f\x5f\xfd\ \x7b\xbd\xf9\xc3\x97\xc3\x3f\x78\x67\xf6\x79\xfd\x15\x2a\x83\x72\ \x77\xf3\xab\x2f\xeb\xcd\xd3\x6c\xf7\xfe\xf1\x69\x76\xbf\x40\x05\ \xfc\x09\x84\x7f\x77\x59\xdc\xc0\x32\xbb\x1f\xcf\x8b\xa2\x0a\x5f\ \x09\xe8\x65\xfd\x75\x83\x2a\x6a\xa0\xc2\xdd\xfc\xe9\x11\x1f\xba\ \xfc\x7d\xf7\xb8\x5c\xfe\x05\xeb\x9e\x5c\x5c\xbe\x7f\x77\x19\xf0\ \xc0\x51\x0e\xf1\x32\x83\x0e\x4d\x2d\xbe\x6c\x0b\x91\xf0\x8c\x5b\ \x49\x0f\xde\x17\x97\x83\x5e\xe0\x2f\x08\x30\x7f\xdc\xcc\x97\x39\ \x36\xbc\xed\xaf\x78\x2b\x5c\x14\x8a\xff\x02\x38\xae\x7e\xb5\xd3\ \xa9\x12\xb7\xd7\xf9\xcd\xcd\xcd\x84\x4b\x91\x9f\xce\x7f\xc0\xb9\ \x96\x89\x65\xa6\xb8\xf6\x1d\xaf\x39\x0f\xff\xbe\x01\x09\x9f\xe4\ \x17\xfd\xe5\xdb\xd9\x7e\xbd\x79\xdc\x2d\xca\xc0\xfd\x9d\x7b\x6e\ \x2c\x94\x7e\x9e\xed\x1e\x0a\x75\xe2\x0d\xbc\xa2\x27\xc5\xb5\x00\ \x7a\x0d\x1c\x04\x3d\x5e\xa5\x09\xbf\xf6\x02\xdc\xc2\x9f\x34\xbd\ \x9e\xdd\xad\x3f\x03\x8b\x96\x8b\x15\x76\xdc\xf8\x69\x7d\xb7\xb8\ \xda\x42\xe7\x5a\xac\xae\x9b\x19\x06\x7f\xae\x4b\xf5\x43\x93\x7f\ \x03\x2e\x45\x5e\x58\x4d\x72\xa6\x11\xe3\x49\xea\xe2\x34\xb1\x36\ \xe2\x22\x71\x26\xe6\x89\x72\x91\x50\xf0\x3b\x8f\x59\xe2\x74\xc4\ \x44\x22\x63\x95\xa4\xf8\x64\x22\x65\xec\x92\xd4\x46\x02\x7e\xc5\ \x32\xe6\x4c\x26\xa9\x8e\x0d\x14\x71\x4b\x3c\x31\x0c\x4f\x0c\x9b\ \x43\x5d\x0a\x2b\xd7\x2a\xd2\x89\x8b\xb8\x4a\x8c\x8c\x2c\xfe\xc0\ \xa3\xcc\x61\xeb\x53\xc5\x58\xc2\xa1\x5a\xc9\x13\x21\x74\x44\xe0\ \x14\x54\x65\xc3\xb1\x07\xfa\x93\x74\xda\xac\x3f\xfb\xbf\xac\x3f\ \x50\x0f\x5c\x62\x32\x16\x32\x91\x7a\x89\x27\x52\xe1\x89\xe2\x27\ \x10\x9d\xa5\x87\xb2\x7b\x79\xe5\x47\xfc\x5b\x87\xce\x0c\x43\x90\ \x42\x59\x30\xa5\xde\x33\xee\x12\x6e\x41\x80\x34\x61\x2c\xc2\x7f\ \xc0\xcd\xa6\x49\x0a\xc7\x89\xe0\xf3\x58\x24\x8a\x81\xfd\x95\x88\ \x35\x4a\x45\x72\x30\xb8\xe5\x62\x40\x26\x48\x78\xa4\x07\x83\x67\ \x1c\x48\x98\x18\xe7\x4f\x55\xa2\x51\x07\xd6\xed\x63\xc6\xb1\xc5\ \x79\x0a\x77\x35\x8b\x78\xe2\xb0\x2e\x25\x23\xfc\xa1\xa3\x07\xb8\ \x06\xf7\x41\x2b\x04\xc0\xc1\x7f\x29\x90\x06\xda\x47\x54\xbe\x91\ \x00\xc9\xff\xf0\xfc\x48\xd0\xd1\x94\x69\x87\x0c\x13\x8a\x27\x5c\ \x02\x55\x33\x19\x01\xa3\x29\x9d\x92\xc8\x9d\xca\xe4\x23\x95\x29\ \x81\xc4\x50\xb3\x46\xb5\xe9\x65\x2c\x41\x76\x1b\x59\x95\x40\xa7\ \x01\xe1\x35\xb2\x40\xa1\x2e\xf0\x87\x99\xd8\x26\xc2\xc6\x26\xb1\ \x0a\x95\xc6\x2d\xfe\x28\x5f\x86\xa3\x8a\x05\x18\x9b\x7e\xb0\xfe\ \x25\x74\x10\x23\x63\x0b\x65\x1c\x88\xaf\x41\xef\x89\x60\xa0\x16\ \x8d\xd5\x0a\xd4\x24\x35\xe0\x04\xdc\xe5\x1a\x0c\xc0\x24\x68\x03\ \x74\x8a\xa7\x70\x64\xd1\x90\x42\xcf\x21\x0c\x29\x38\x92\xf8\x84\ \x44\x43\x29\x16\x09\xac\x0f\x41\x07\xe5\x72\x83\x8a\xc4\xa7\x14\ \xaa\x94\x6a\xb2\x48\x06\x89\x37\xf1\x1e\x16\xc0\xab\x0c\x8c\x94\ \x60\x41\xae\x82\x51\x9a\x2c\xb2\x84\x1e\x6f\xd1\x84\x24\xca\x14\ \xf5\x24\x05\x58\x40\x40\x23\x60\x10\x95\x26\xc6\xc0\x29\x72\x0a\ \x4e\x2b\x5a\xec\xb4\x8f\x1c\x67\x1f\xae\x0d\x74\xcb\x48\xa5\xa0\ \xf3\x54\x23\x9b\x0d\x2a\x2a\x15\x60\x04\xe9\x48\x65\x31\xf6\x40\ \x54\x94\x7c\x20\xde\x7b\x6f\x87\xb7\xa0\x34\xf1\x9a\x0b\x30\x9e\ \x45\x15\x0a\xbb\x8c\x0d\x28\x31\x66\x52\x83\xf2\x3d\xfb\xa9\x3a\ \x54\x1e\xfe\x60\x29\x86\x0f\xa5\x16\x8f\x0c\xdd\x66\xd5\x1f\x91\ \x1f\x49\xba\x6d\x3c\x0e\xa4\x3a\xb6\xe6\x1f\x44\x83\x71\xba\xcd\ \xf3\x67\x44\xd6\x82\x3f\xb2\x79\xfb\xf8\x30\x79\x1f\x5f\x97\xcd\ \x4e\xb9\x29\xe0\x99\x1c\x9e\xca\x4e\x39\xcf\x9f\x66\x3a\xc3\x2c\ \x78\x26\x82\xb4\xdb\xec\x19\xba\x48\xcf\x48\xb3\xa7\x2a\x2b\xb2\ \x73\x91\xd5\x23\x55\x76\xa4\x43\x41\xe8\xf7\x81\x34\x24\x33\xd1\ \x03\x6b\x93\x72\x1e\x2e\x31\x96\x5d\xe3\x44\x23\xac\x4c\x20\xa9\ \xe9\x1a\xa3\x27\x72\x52\x93\x9a\x85\xcb\x7c\x82\xc8\x4b\xe8\xbc\ \x84\xa3\x12\x73\xb4\xa0\xf7\x29\xbe\x77\x58\xf4\x2b\xd2\x50\x2f\ \x42\x7f\x97\x21\x42\xda\x92\x9e\xe7\x41\x6e\x9e\x39\x41\x49\x4e\ \x90\x84\x09\xed\x79\x0b\x65\x35\x0a\xaa\x91\x7a\x14\xba\x2f\x6f\ \x43\xea\x35\x04\x01\x5b\x26\x7d\x28\x96\x41\xf5\xfd\x84\x74\x44\ \x1a\x21\xa3\xe8\xac\x62\xea\x75\x3c\x17\x04\xab\x13\x26\x93\x94\ \x6c\x2c\x33\xf9\x52\x1b\x65\x0f\x61\xe5\x64\x3e\xd2\x83\x20\x84\ \x58\xb9\x62\xbe\xfb\xe7\xec\xc9\x1b\x54\x51\x46\x52\x33\x0f\x74\ \x61\x08\x4c\x58\xb2\x25\x3e\x4b\x4c\x20\x23\x53\x4f\x0e\x4a\x4b\ \x1c\xf7\x2a\x85\x2e\x42\x26\x46\x1f\x64\xe8\x68\xee\x8d\x1c\x05\ \x0b\xb3\x28\xa8\xde\xab\x55\x66\xd7\xb8\xcd\xbc\x05\x29\x37\x25\ \x12\x08\x6f\x0c\x9d\xfb\x10\x8a\x00\x2c\xd3\x79\xee\xf2\x79\xee\ \x60\x04\x1d\xa1\x6c\x8a\x84\x01\x40\xa4\x11\x8e\x3e\x47\xe1\x91\ \xe2\x73\xe6\x5b\xd3\x10\x46\x41\x8f\xe4\x38\xc1\xef\x81\x0e\x05\ \xe6\x2c\x46\x22\x04\xf4\x44\x8e\xe4\x9c\x92\xaf\x50\xe0\x2b\x14\ \xd8\x4f\x47\x78\xca\x25\x9c\x42\x84\xb2\xfe\xb4\xf0\x24\x9d\x3e\ \x4a\xd7\x83\x84\xd6\xe8\x0c\x85\x02\x04\x5c\x63\x60\x70\x86\x70\ \x81\x5b\xe1\x00\x86\x2b\x3a\x80\xa4\x0a\xa2\x31\xa4\x4e\xe6\xf8\ \x88\x8a\x4d\xf7\x44\xd5\x29\xc1\xd2\x19\xac\x88\x4e\x4d\xf5\x34\ \x07\xdd\x29\xaf\x3d\x08\x8a\x90\xc0\x60\x4d\x48\x09\xed\x23\x1d\ \xca\xcb\xe2\xcc\x0e\x90\xfd\x20\x16\xf8\xe1\x14\x33\x35\x86\x4c\ \xd6\x13\x13\xcb\xf1\x30\x50\xe3\x94\x31\xb1\x08\x89\x9d\xe1\x30\ \x84\x33\x81\x01\x51\x40\xdc\xf2\xf1\x4b\xe0\x13\x28\x70\xaa\xfc\ \x69\x21\x7f\x97\xea\x78\x5a\x57\x9d\x15\xd0\x7f\xb2\x74\x02\x42\ \x0d\x70\x99\x49\x24\xe2\x88\xb0\xd4\x13\x92\x72\xcf\xfd\x5a\x61\ \xa9\x27\x24\x55\xa3\xe6\x89\xc3\x52\x4f\x48\xc2\xb6\x5f\x33\x2c\ \x75\x87\xa4\xdc\xa1\xe5\x71\xc9\x1c\x1b\x97\x3a\x63\x52\xd6\xde\ \xab\xc4\xa5\xee\x98\x94\x35\xfd\x3a\x71\xa9\x88\x49\xa1\x9d\xff\ \xab\xb8\x14\x67\xd5\xb1\x5c\x7c\x96\x2b\x12\x1c\x62\x2d\x75\xb6\ \x98\x33\x17\xa9\x33\xf8\x3f\xc3\x8a\xd4\xb9\xec\x30\x3a\x5d\x0d\ \x3f\x18\x07\x1a\x04\x99\x8d\x03\x79\xe8\x3c\x5a\xa0\x5e\x51\x8b\ \xe0\x6b\x41\x8b\xa4\x70\x1c\xec\x71\x3d\xc5\x47\xa4\x6f\x5b\xe2\ \x84\x40\x56\x83\x09\x83\xae\x72\x85\x9d\x58\x5a\xb3\x78\x41\x7f\ \xea\x59\xbc\xe0\x3a\x31\x82\x06\xc9\x5a\xe9\xbd\xd4\x94\x6f\x61\ \xe4\x44\xff\x0f\x03\x09\x85\xd6\x16\x38\x49\x81\x47\x0f\x31\xb7\ \x89\xc1\x38\xcb\xc0\x60\x71\x18\x8d\x6b\xe1\x8f\xb0\xc4\x3e\xa6\ \x3a\xbc\x21\x63\xac\x07\xf4\x6d\x2c\xdd\x8b\xf2\x52\x0f\x58\xcd\ \x54\x40\x48\xc6\x74\x40\x00\x06\xc8\x03\x32\x2c\x10\x8c\x24\x2b\ \x4e\x3d\xb4\x4e\xa1\xeb\x69\x81\x80\x67\x38\x70\x93\x0b\x95\x18\ \x10\x4b\x23\xd1\x41\x2c\x50\x35\x4a\x65\x23\x83\x21\x13\xd1\xd0\ \x11\x49\xa5\x69\x5c\xc9\x33\xa9\x04\xf6\x74\x3a\xc2\x12\xfb\x38\ \x54\x81\xd6\x42\x81\xfc\xe5\x28\x2f\xe0\xb3\x02\xac\x65\x2a\x24\ \x30\x1d\x3c\x01\x87\x53\x88\x1a\x51\x01\x06\x78\xaa\xca\xe7\x04\ \xae\x53\xb0\x86\xc9\x97\x4e\x6b\x4a\x85\x5d\xfd\xd4\x62\x07\x63\ \xb6\x88\x9e\x8b\x4d\x91\xba\x90\x3a\x40\xc9\x84\x2e\x23\xeb\x92\ \x59\xd4\x03\x77\xf6\x28\xf4\x01\xe8\x96\x7b\x06\xf5\xeb\xe3\x84\ \xa2\x2a\x3e\xf9\x7a\x3b\xa1\xd4\x3b\x76\x46\x49\x0b\x09\x91\x06\ \xfd\x02\x93\x8f\xec\x2c\x58\xc5\x27\x5f\xed\xcf\xea\xc4\x66\x98\ \xda\x14\x38\xb3\xb9\x59\xcc\x77\xe5\x89\x62\xbc\x83\xd7\x44\xb9\ \xb7\x5f\x5c\xfc\xb8\x99\x30\x0b\x9d\xc7\xf0\xca\x65\x9a\x69\x4d\ \x70\x06\xbb\x7c\x35\x4c\xba\x73\x83\x31\xa1\x72\xa7\x46\x34\x35\ \xd5\xf2\xba\x52\x20\x9b\x36\x67\x1a\x5c\x1b\xe3\x84\xbb\x15\xa2\ \x7e\x45\x88\xc5\x44\xa4\xba\xae\xc0\x6d\x9a\x88\x7c\xfa\xba\xdc\ \x3d\x3e\x2f\x7f\x0c\x9b\x8a\x6c\x96\x12\x67\xaa\x9b\xb9\x22\x5b\ \xe7\x0a\xa1\x0b\xdc\xf2\xf4\xa0\xab\x3a\xc8\x7f\xc1\xf7\x19\x50\ \x06\xa4\x7d\x9e\x45\x8a\xf8\x41\xe4\x51\x44\x10\xe5\x8f\x3f\xe1\ \xb4\xaf\x16\x73\xf2\xa7\x10\xfd\xfc\x3d\x4f\xa6\x52\xe1\x7d\x4c\ \x9e\x54\x61\x1b\xc1\xf9\x42\xbf\xc9\x0b\x95\xeb\x85\xa1\x05\x64\ \x47\x76\x1e\x2a\xf4\xb7\xa2\xa2\x75\xff\xfb\xaf\x00\xaf\xab\x93\ \xc8\xd6\x79\xbd\x66\xc1\x99\x03\x8c\x38\x47\xcd\x1d\x74\x46\x31\ \x87\x86\x30\xf8\x47\x0c\xd3\x17\xe7\x21\x84\x63\x2f\x54\x40\x9a\ \x69\x08\x34\x91\x86\x5b\x71\xb9\x1c\x99\x2c\xd6\x8a\xb2\xf4\x50\ \x69\x28\xe0\x15\x15\x8e\x83\xa6\xb2\x5a\x83\x96\xa8\xd6\xa0\xa6\ \x72\xc1\x4f\x01\xee\xcf\x06\x92\x67\x14\x97\xe5\x5e\x88\xaf\x3a\ \x18\xe4\x4a\x15\xc2\x02\xbd\x05\xb8\x0c\x57\x76\xe7\x19\xb9\x35\ \x4e\xe3\x77\xf8\xf9\x7a\xf7\xcb\x69\x29\x60\xe4\x66\x4d\x97\x65\ \x1a\x5e\x7d\x74\xce\xe8\x41\x60\xb2\x3c\x32\x0a\x06\x41\x7a\x09\ \x1e\x0d\x52\x25\x83\x59\xbb\xcf\x53\x21\x77\xc1\xf1\x1f\x44\x66\ \x8e\x43\x16\x18\xe3\xa3\xb5\x52\xb9\x8c\x35\xe5\x8c\x98\xb9\xd0\ \x60\x89\x66\x00\xc3\x0c\x1a\x0f\xd9\xa9\x84\xf2\x0c\x1d\xb6\xd2\ \xe8\xfe\x2c\x0e\x24\xf9\x12\x9a\x88\x7d\x13\x34\x48\xc1\x16\xa0\ \x4a\x86\x6e\x12\xd2\x3a\x6c\x21\xa6\x16\x9c\xc0\xc1\x22\xf0\xc5\ \x2d\x61\x48\x0b\xd1\x45\x86\x81\xea\x94\xc3\x39\x03\xcf\x2f\x28\ \x4f\x42\x09\xc0\xf9\x1a\x49\x31\xa7\x22\x4f\xb3\x77\x55\xf8\x96\ \x69\xb1\x5c\x3e\x3e\x6f\x17\x75\xef\x15\x2e\x4b\xdb\xee\x1c\x6f\ \xd5\x87\x3f\x8b\x8f\x55\xb7\xb1\x01\x06\x40\x93\x5c\xba\xea\xe5\ \xef\xfe\xb2\xa9\x56\x87\xaf\xc6\x18\x87\x2c\xaf\xe6\x10\xf1\xf5\ \x98\x35\xa0\x76\x4b\xb8\xbb\x21\xaa\xb4\x1d\xa2\x05\x72\x59\xf6\ \x06\x10\x4b\x2f\xf1\x0a\xf5\xda\x5e\xf5\x2a\x39\x5e\xbd\x1a\xfa\ \xae\xb0\x07\xd8\xf1\xb2\x66\x87\xd8\xa1\xeb\x39\xa9\x0e\xb0\x63\ \x2e\x22\x99\x19\xa2\x5f\x3d\x5e\xbf\xa7\xc7\xd8\xa4\x60\x2d\x0f\ \x5e\xd6\x66\xf7\xfc\x55\xdd\x41\x8d\xa9\xfe\xb3\xfb\xa0\x6a\xd0\ \x81\x02\xa2\x19\x22\x07\x87\xc8\x0f\x21\x5a\x0b\x7d\x5a\x13\xc2\ \x4e\x20\xbc\x17\xc8\x29\x82\xf6\x51\xf8\x51\xc3\x75\x19\x4a\x12\ \xb4\xba\xd3\x43\x45\x6e\xc8\xd2\xa6\x42\x80\x66\x10\x3d\x2a\x2c\ \x35\xdf\x1a\x23\x0e\x29\x88\xef\xdf\x21\x21\x75\xf2\x74\xcd\x9b\ \xd6\xfc\x66\xaa\xdc\x07\xfd\xf1\xe8\x77\xbf\x1b\xec\x05\x89\x95\ \xe6\x00\x33\xb8\x9e\x43\xcc\xe0\x78\xfa\x31\x8f\x78\xe5\xd8\xde\ \xfc\xcb\x55\xd6\x3a\x16\x3f\xad\xca\xf8\x01\x66\xa6\x12\x5d\x19\ \x3b\x22\x66\x18\xee\xe8\x90\x2f\x74\x60\x6e\x27\xf9\x39\x30\x33\ \x8e\xfe\xb2\x17\x74\x6b\xd7\x78\x6d\xd0\x5a\xc2\x10\x52\xd4\x41\ \x63\xfe\xc7\x6c\x0f\x68\xfb\x46\x1d\x6a\x20\x68\x8d\x6f\x04\xfa\ \x20\xb7\xf6\xa7\x57\x86\x6c\x35\xa6\x77\x2f\x71\x01\x76\xc4\x5b\ \xed\x76\x6a\x62\x1e\x79\xd0\x9d\x4c\x92\xda\xde\xe6\x47\xa4\xe0\ \xe3\x9a\x67\x02\xa7\x8c\xfb\x7a\x86\x6d\xed\x19\x23\xda\xd7\xf8\ \xda\xe8\x90\xe4\x22\x11\xbd\x24\x77\x23\x56\xd0\x8c\x6b\x1f\x87\ \x4d\xdc\xf5\x35\x3f\x3e\x00\x1c\x72\x4f\xc0\xf8\xc4\xd4\xb9\x57\ \xf8\xff\x7a\x4a\xe6\x0e\x97\xa2\x15\x43\x32\x37\x32\xdb\x3d\xd1\ \xb0\xcc\xe3\xd6\x38\xc6\xb2\xb8\x58\x84\xc1\xf8\x89\xc5\xe0\x71\ \x85\xc1\x25\x55\x4a\xc6\x1c\xea\x2a\x0f\xae\xc6\x0e\xac\x5a\x05\ \x6e\x4c\x9d\x4f\x91\xe9\x75\xa9\xc6\xcb\x3b\x5c\x3f\xa3\x54\x43\ \x95\x8f\xd5\x4f\x53\xf2\xce\xd2\xbe\xec\x9d\xa5\xe3\xd3\x77\x0d\ \x0a\x50\xb5\x91\x1a\x8d\x30\x40\x00\xd7\x34\xc2\xd0\x90\xf5\x34\ \x7b\xfe\x2a\x94\x37\x4b\xe0\x8f\x90\xa0\x3b\x83\x67\xe9\xc8\x14\ \x9e\xe3\xd4\x4f\xdd\x1d\x1d\xc0\xe8\x53\x63\x19\xc0\xb8\x24\x9e\ \xb9\xc4\xa5\x27\x05\xd0\xbe\xa4\xf1\x84\x21\x1c\xfa\x55\x35\x5a\ \x87\x11\x6e\x4d\x99\x61\x7c\xab\xb4\xec\x45\x3d\xd2\x8f\x37\x03\ \x38\x46\x6d\x6f\x91\xca\x03\xea\xc3\xe0\xc7\xc1\x75\xd9\x83\xe0\ \xeb\x0c\xb8\xae\x7e\xb5\xbd\x45\x32\x3f\x1c\x35\x37\xb8\x0e\xa4\ \x2f\x65\x60\xec\x2d\xb2\xf9\x46\xd4\x1a\x62\x41\x5a\x4f\x33\xb9\ \xc2\xb7\x45\x7d\x99\x06\xe3\x6f\xd4\xb1\x86\xa2\x66\xf8\x4e\x5b\ \xf5\xa2\x7e\x8b\x8c\xbe\x09\xb5\x83\x00\x7b\xd8\x17\x07\x39\x83\ \xf6\x57\xdc\xad\xce\xa0\x21\xa7\x76\xb8\xf6\xea\xa0\x5b\x59\x88\ \xe2\xbc\x17\xc0\xc8\xa4\x7e\x38\x00\x0e\x09\x84\xe3\x7d\x83\x0a\ \xd6\xfe\x5a\x78\x04\x00\x48\xa0\xed\x81\x05\x94\xa3\x64\xb7\xa7\ \x7d\x31\x32\xab\x1f\xde\x3e\x64\x5f\x42\xf6\x32\x40\x8c\x0f\x07\ \x87\x04\xe4\xf5\xf9\xb1\x5a\x34\x38\xc8\xd6\xe8\x4d\x6c\x67\x8a\ \x24\x3a\xb2\x7b\xc8\xed\x85\xac\xcf\x65\x13\x36\xce\x0e\x27\x2b\ \xb9\x30\x89\xb2\x87\xf3\xed\xf8\xd1\x42\xda\x4c\xd0\x2a\x92\x8e\ \x19\xeb\x80\xe4\x44\xc9\xda\xcb\x05\xe8\xc9\xd5\xda\x5f\xa8\x1e\ \xaa\x12\x71\xa4\x89\xa9\xe0\xf0\x28\x34\x0c\xd2\x0f\xe2\x90\x56\ \xf8\x82\xaf\xd9\xca\x52\xf7\x59\x59\x76\x24\xc2\x27\xb2\x32\xc7\ \x15\x48\xcd\xdd\xa0\x0a\xa5\x9f\x70\x67\x32\x73\x49\x82\x3e\x3b\ \xb7\x3a\xb3\xa3\xed\xcc\x61\x44\x67\x5a\x7a\xb3\xea\x1d\x7b\x75\ \xbd\x55\x3b\x8d\x9d\x71\x25\x04\x33\x03\xba\xb3\xea\xa7\xdc\x79\ \xec\x5c\x96\xa0\xc7\xce\xaa\x35\x6a\x1e\x6b\x67\xe6\x70\x35\x22\ \x6f\xb6\xb3\x6e\xc8\x16\x3a\x92\x9a\x49\xa5\x8a\xbc\x92\x46\xfd\ \x37\x55\xb3\xc2\xaf\x3b\x97\xd7\x0d\x53\x40\xa5\x55\xdd\xaa\xfa\ \x5e\x70\xc0\x8a\x9b\xb0\x74\x42\xd1\x7a\x3a\x9c\x5e\x50\xee\x93\ \xe2\x98\xf7\xe1\x2b\x76\x2d\x45\x84\xcb\xb3\x8c\xd5\xb8\x0e\x49\ \xbb\x70\x8c\x2b\x0b\xd8\x16\x52\x71\x29\xfc\x71\x54\xba\xfe\xc9\ \xd7\x16\xd4\x18\x2a\xf1\x05\x22\xaa\x24\x1c\x53\xe1\xdf\x99\x52\ \x89\xb5\x22\xb4\x1d\x55\x90\x34\xcf\x00\x95\x57\xed\xa7\xcd\xf2\ \x36\x2c\xdf\x31\xda\x88\xdb\x93\x90\xb9\x5d\x65\x41\xe4\x23\x15\ \xd7\xa7\x32\xdf\xca\x00\xc5\x61\xbf\x69\x9c\x1e\x6a\x7a\x7d\x35\ \x9a\xba\xa6\xd1\x8b\xbd\x98\xba\x5a\x1f\x47\x5d\x8d\x1f\x88\xd8\ \x33\x71\xd7\x37\x1e\x55\xb1\xf4\xb3\xb7\xa5\xb7\xbe\x21\x7b\x2b\ \x5a\x3b\x0f\x7d\x3b\x74\xd7\x4a\xe0\xa6\x57\x5c\xe3\x09\xdc\xb8\ \xfe\xe6\xc5\x04\x36\xf2\x38\x02\x5b\xfa\x82\xf8\x4c\x04\xf6\x8d\ \x47\x55\x2c\xbd\x04\x36\x2d\x7d\xf6\x0d\x09\x5c\xd1\xda\x79\x08\ \xdc\xa1\xbb\x76\x02\x37\xe4\xa6\xa3\x09\x6c\x07\xbf\x02\x19\x44\ \xe0\x5a\x16\x36\x96\xc0\x22\x05\xed\x08\x79\x1e\x02\x87\xc6\xa3\ \x2a\x96\x5e\x02\xdb\x96\x3e\xfb\x76\x04\xae\x6a\xed\x2c\x04\xee\ \xd2\x5d\x2b\x81\x5d\x43\xd2\x3d\x9a\xc0\xcd\x2f\x2d\x5f\x4c\x60\ \xd7\x92\x0d\x0e\x25\x30\x97\x89\xb0\xfc\x4c\x04\xf6\x8d\x47\x55\ \x2c\xbd\x04\x76\x2d\x7d\xf6\x0d\x09\x5c\xd1\xda\x79\x08\xdc\xa1\ \xbb\x36\x02\x73\x7a\x45\x7a\xc8\x49\x9e\xf2\x1e\x92\xbd\x78\x88\ \xa5\x12\x26\x30\x5d\xc7\xcd\x43\x40\x5f\xf8\xc6\xd7\xbd\x58\x53\ \x0f\x2c\x4d\x13\x2b\x86\xd3\xcc\x24\xc6\xe8\xac\xf5\xa8\x86\xa6\ \x8f\x67\x3c\x3d\xe7\x40\xab\x49\x71\x47\x12\x2d\x53\xdf\x60\xa6\ \x0d\x50\x5f\x2b\xd5\x18\x6f\xa6\x1a\x4b\x3b\xa9\xc6\xd3\x17\x0f\ \x89\x02\x3a\xcd\x12\x6d\x86\x32\x6d\x9e\xe2\x62\x06\x8b\x1f\xde\ \x37\xaa\xcc\xd7\x3f\x54\x71\x53\xa6\x5c\xe2\xf0\xb3\x0b\xfc\x37\ \xc5\x8f\xf6\x83\x0a\x09\x54\x54\xc5\xd8\xcf\xbf\x73\x0e\x95\x1a\ \xb4\x39\x90\x7e\x7d\x3a\x1d\x47\xc3\x97\xe8\xb4\x95\x94\x3c\x6d\ \x21\x65\xd3\x2a\xa3\x92\x25\xd8\x8b\x87\x39\x01\x9c\x05\x5d\x30\ \x77\x2e\xff\xe7\x5b\x8f\x6a\x68\x7a\xf9\xc7\xce\x39\xd2\x69\x52\ \xdc\x40\x02\x9e\xda\xff\x75\xa9\xaf\x9d\x6a\xb6\x99\x6a\x5c\x77\ \x53\x8d\xbf\x78\x40\xe2\xd1\x89\x94\xe3\x62\xba\x33\x51\x2d\xb4\ \x1e\xd5\xd0\xf4\x52\x8d\x9f\x73\x4c\xd2\xa4\xb8\xf3\x50\xad\x53\ \x7d\xad\x54\x13\xba\x99\x6a\x42\x76\x53\x4d\xbc\x78\xe8\x10\xd0\ \x71\x91\xa4\x4c\x9d\x8b\x6a\xbe\xf5\xa8\x86\xa6\x97\x6a\xe2\x9c\ \xa3\x87\x26\xc5\x9d\x89\x6a\x5d\xea\x6b\xa5\x9a\x6c\xc9\xea\x64\ \x4f\x56\x27\x86\xa7\x32\xa7\xfb\xe4\x38\x53\x3a\xe4\x0d\xb8\x73\ \xa1\x30\x09\xd7\x36\x68\x3b\xc5\x95\xac\xb4\x19\x07\xee\xbb\x07\ \xaa\xa3\xef\x5a\x99\xc3\xdd\x75\x04\xa7\xed\x46\x24\xed\x9e\xe2\ \x68\xdb\x0b\xbf\x9d\x87\xd5\xf9\xb1\xb2\xda\xe7\x39\x06\x3f\xbe\ \x64\x82\x3e\x54\x97\xde\x60\xc2\x1f\xe3\xe8\x90\x19\x91\x99\x37\ \xc5\x25\xad\x29\xae\xaa\xa5\x9d\x7a\xa0\x77\xa2\xc5\x69\x2f\x0d\ \x2d\xb1\x41\xc1\xf1\x9b\x4d\x97\xe2\x82\x5a\xc1\xa1\x0e\x61\x0c\ \x1a\x50\x08\x7f\x1c\x0c\x3d\xf5\x16\xc4\xf5\xb4\x08\x35\x2a\xe4\ \x53\xb8\xef\x47\x4d\xdc\x3e\x7b\xb6\x44\x29\xd9\x13\xa5\xe4\x70\ \x7f\xfd\x6a\xf6\x44\x35\xb0\x61\xf6\xe4\xc3\xed\x69\xd5\xd9\xec\ \xa9\x04\xf5\xd9\x42\x40\x85\x5b\x65\xd5\xe4\xed\x31\xa8\x6a\x19\ \xe1\xab\xee\x11\x3e\x57\xc3\xc7\xba\xaf\x66\x50\x83\x4b\x03\x07\ \x19\x94\xa9\xc2\xa0\x25\x23\x0a\xe3\x0a\x83\x1a\x17\x0c\x2a\x4f\ \x6c\x50\x5a\xfb\x3e\xc8\xa0\x06\x57\xbf\x97\x0c\x8a\x4b\xd8\xad\ \x88\x6a\x02\xff\xf4\x00\xba\xed\xaa\x5b\x46\x2e\xaa\x67\xe4\xa2\ \x86\xe7\xf0\xaf\x66\x57\x67\xc1\x7a\xed\x76\xe5\x2f\xb4\x6b\xa9\ \xa3\x2a\x5d\xd8\x55\xe9\xd1\x76\x15\xb2\xd4\x51\xdd\x00\xc3\x3a\ \x99\x68\x5d\x72\xbd\x4e\x27\x52\x94\x0c\x5b\x96\xb8\xa7\xc3\xea\ \x96\xe4\x4d\xf7\x24\x6f\x7a\x78\x1a\xf3\x5a\x86\x15\xcc\x25\xa9\ \x66\x43\x3a\xec\x18\x0f\x7c\xbe\x88\x0a\xfc\x83\x91\x5d\x61\x57\ \xc1\x34\xcd\xb5\xd6\x04\x6e\xea\xb0\x6d\x5b\x29\xd5\xb7\x1c\x14\ \x1a\xa8\xa1\x70\x3b\x23\x9c\xcd\xd0\x7b\xc3\x71\x1f\x3a\xdc\x31\ \x24\x0d\x1b\xf0\x38\xdc\xa3\x8c\x36\xe0\xc1\xa3\xa6\x0d\x78\x24\ \xee\x42\x46\x47\x58\x62\x1f\x87\x3a\xfc\x96\xd7\xb4\xa5\x10\x5e\ \x8f\xf2\x12\xd8\x76\xb6\xad\x90\xd6\x7e\x6b\x12\x9e\xe2\x76\xcd\ \x51\x01\x47\x82\xa4\xe5\x73\x82\xd7\xb5\x4f\x07\xaf\xac\x85\xa0\ \xe5\x44\x36\xa9\x4e\xdf\xe1\x46\x1d\xa9\x4d\x2a\x4b\xfc\xc2\x46\ \x1d\x42\x27\xba\xbc\xf2\xa8\x69\x3b\xa6\x63\x57\x4b\x67\x7b\x7b\ \xe0\xda\xe0\xae\x6d\xa1\xda\x3f\x6c\x6e\xd9\x17\xca\x30\xfa\xec\ \xe9\xd4\x26\xf4\xdd\xa8\xd5\x8c\xb9\x09\x1d\xee\xab\x96\x5b\x30\ \x03\x13\x0c\x58\xc1\xd6\xb9\x1b\x56\xe5\xdd\x7d\x59\x2e\x08\x53\ \x42\xea\x3d\x07\x13\xc9\x23\xe5\xa2\x3a\x3e\xf9\x8a\xbb\xc9\xa4\ \xeb\x64\x12\xb5\x75\xf8\x48\x26\x01\x42\xea\xb3\x93\x89\x55\x7a\ \x3e\xfe\xef\x08\xde\xff\x17\xf8\x62\x2b\x5f\ \x00\x00\x0f\x38\ \x00\ \x00\x38\x52\x78\x9c\xed\x5b\xd9\x6e\x1b\xc9\x15\x7d\x9f\xaf\x20\ \xe4\x97\x19\x84\xdd\xac\x7b\x6b\xa7\x65\xcf\xc3\x04\x09\x02\x4c\ \x10\x20\xc9\x20\xcf\x34\xd9\x92\x19\x53\xa4\x41\x52\x5e\xe6\xeb\ \x73\x4e\x35\xb7\x96\x28\x89\x36\x35\x0e\x26\x08\xf9\x20\xf6\xed\ \xea\x5a\xce\x3d\x77\xab\x6a\x5d\xfe\xf8\xe9\x66\xd6\xfb\xd0\x2c\ \x57\xd3\xc5\xfc\xd5\x85\xd4\xe6\xa2\xd7\xcc\xc7\x8b\xc9\x74\x7e\ \xfd\xea\xe2\x97\x7f\xfe\xa9\x4a\x17\xbd\xd5\x7a\x34\x9f\x8c\x66\ \x8b\x79\xf3\xea\x62\xbe\xb8\xf8\xf1\xf5\x77\x97\xab\x0f\xd7\xdf\ \xf5\x7a\x3d\x3c\x3c\x5f\x0d\x27\xe3\x57\x17\x6f\xd7\xeb\xf7\xc3\ \xc1\xe0\xfd\xed\x72\x56\x2f\x96\xd7\x83\xc9\x78\xd0\xcc\x9a\x9b\ \x66\xbe\x5e\x0d\xa4\x96\xc1\xc5\xbe\xf9\x78\xdf\x7c\xbc\x6c\x46\ \xeb\xe9\x87\x66\xbc\xb8\xb9\x59\xcc\x57\xe5\xc9\xf9\xea\xc5\x41\ \xe3\xe5\xe4\x6a\xd7\xfa\xe3\xc7\x8f\xf5\x47\x5b\x1a\x49\xce\x79\ \x60\x74\xa0\x5a\xa1\x45\xb5\xfa\x3c\x5f\x8f\x3e\x55\xdd\x47\x31\ \xc7\x63\x8f\xaa\x31\x66\x80\x7b\xfb\x96\xa7\xb5\x1a\x7e\x9a\x4d\ \xe7\xef\x1e\x9c\x4c\xb9\x5b\x5a\x4f\x27\xaf\x2e\xf0\xa4\x96\x8b\ \xb7\xcd\xf4\xfa\xed\x1a\xc8\x86\x72\xf9\x71\x3a\x59\xbf\xdd\x5d\ \x75\x70\x7f\x0d\xc9\xe5\x4d\xb3\x1e\x4d\x46\xeb\x11\xef\xb6\x3d\ \x6d\x25\xc1\x95\x16\x68\x83\x05\x0f\xff\xfe\xc7\x3f\xb5\x57\xb8\ \x1e\x8f\x87\xff\x5a\x2c\xdf\x6d\x2e\xf1\x61\x83\xd1\x9b\xc5\x2d\ \x86\xbd\x78\xbd\x13\x5f\x4e\xc6\xc3\xab\xc5\xf2\x66\xb4\x7e\x3d\ \xbd\x19\x5d\x37\x5c\xdd\x1f\xb0\xb2\xcb\xc1\xfe\x46\xa7\xf1\xfa\ \xf3\xfb\x66\xdf\x69\xdb\xed\xb2\x59\x2d\x6e\x97\xe3\xe6\xa8\xc2\ \x27\xe3\x9b\x29\x1f\x1a\xfc\x63\x3d\x9d\xcd\xfe\xc2\x41\x2e\x7a\ \x83\x3b\x9d\x4e\xd7\xb3\x66\x2f\xbc\x1c\x6c\x66\xbf\x59\xdb\xe0\ \x60\x71\x97\x83\xed\xda\xcb\xd5\xa4\xb9\x5a\xed\x61\xe1\xd5\x0e\ \x11\x40\xdf\x8c\x96\x7f\x5e\x8e\x26\x53\x10\x6e\x3b\x1e\x9b\x75\ \xef\x38\x09\x69\x87\xc8\xe5\x6a\xbd\x78\xbf\x5f\xdf\xe2\xea\x6a\ \xd5\x00\x31\x73\xb1\x97\xad\xd6\x9f\x67\x58\x2a\x1b\x56\xe3\xc5\ \x6c\xb1\x1c\xbe\x68\x26\x13\x1f\xec\xcb\x22\x5a\xbc\x1f\x8d\xb1\ \xe0\xa1\xbc\x3c\x78\xa6\x68\x1f\x77\x6d\xf0\x7a\xb0\xfa\x07\x46\ \x93\x27\x46\x33\x49\xf5\x94\xd1\x9c\xc4\xfd\x68\x97\x83\xee\xb2\ \x1f\x45\xe9\x7a\x73\xfd\xcf\xe5\x68\xbe\x22\x0d\x40\xb9\xd1\x7a\ \x39\xfd\xf4\xbd\xe9\x57\xa6\xb6\x92\x9d\x8b\xed\x2f\x6b\xbd\xf6\ \x4d\x5f\x7c\xed\x83\xb8\xe8\xfa\x62\x6b\x93\x7c\x8a\x3f\x5c\xdc\ \xed\xed\x97\xf9\x74\x0d\xbb\xba\x5d\x35\xcb\x7f\x60\xde\xcd\xdf\ \xe6\xbf\xac\x9a\x5d\xab\x62\x2b\xc3\xb7\xcb\x06\xb6\xfd\xe2\x88\ \x8a\x1e\xd6\xa0\xb5\xd1\xed\x6e\x7f\xd6\x57\x17\x6a\xea\x68\xb2\ \x37\x7b\x20\x3f\x41\x6a\xea\x24\x3e\xaa\x84\xbc\x6f\x2c\x47\x1b\ \x53\x9a\xb0\x36\x17\x6d\xde\x03\xf8\xc5\x50\xd5\xa2\x4e\x45\x13\ \xe0\xc1\xb7\x96\x14\x6c\x4e\x82\x5f\x6a\xad\x68\xee\x57\xb6\xce\ \xd9\x44\x97\xf4\x19\xb1\x52\x15\x5f\xe5\xca\x3c\x82\x17\xe8\x13\ \x3a\x78\x89\x71\xb5\x26\xb1\x5d\xbc\x3c\xa7\x27\xb6\x8b\x56\x8a\ \x75\xca\x3e\x6b\x07\xac\x5d\xcb\x33\xb0\xf2\xde\xf9\x18\xf3\x06\ \x2b\xeb\xb3\xf7\xc6\xfb\x7e\x25\x75\xc8\x22\xce\x86\xbe\x50\x23\ \xc1\xf8\xe7\x64\x56\xb0\x26\x57\xf2\x38\x56\xb6\x83\x95\xf5\x84\ \x4a\x7d\x07\x2a\x75\x75\x48\xd1\x77\x90\xba\xdf\x10\xc2\x58\x9b\ \x00\xd1\x6f\x80\x93\xd6\x62\xd5\x1a\xc2\x14\xa1\x0b\xe3\xdd\x73\ \x1a\xa0\xda\x50\x99\xa7\x80\x32\x5d\xa0\x6c\x1d\x7d\x0a\x21\x76\ \x90\x12\xad\xc1\xd0\x74\x08\x2a\xb1\x8a\xb5\x1a\x9f\xa4\x6b\x83\ \x6c\x1b\xa3\x13\x3d\x07\xaf\xe0\xbc\x04\xb1\x1b\xbc\x72\xcc\xd1\ \x67\x47\x1b\xf4\xc9\x04\xd7\xaf\x42\x1d\x15\x5e\x21\xf8\x67\x84\ \xcb\xba\xe4\x2a\x7d\xc2\x06\x25\x76\xe0\x0a\x75\x0a\x2e\x44\xe9\ \xc2\x45\xb4\x5c\xd0\xd4\x35\x42\x81\x29\xa8\xe9\xb4\x85\x14\x1c\ \x84\x21\x9b\x1c\xf7\x70\x71\xb0\xd1\xec\x74\xb8\x90\x94\xc5\x10\ \x8d\x49\x60\x91\xb1\x31\xe4\x90\xe8\xe5\xf1\x83\x8a\x80\x9f\xaf\ \x53\x54\xab\xde\x49\x69\x10\xac\x4f\x9e\x6e\x0c\x77\xc5\x6b\x78\ \x46\x08\xa3\xf1\x64\x5c\xee\x40\xd8\x5d\x0e\x20\xdc\x1b\xd7\xd5\ \x67\x82\x65\x45\xa2\x97\xbd\x73\xbb\xfa\x44\x58\x90\x8a\x59\xac\ \x69\x27\x5d\xd2\x0e\x73\xf9\xec\x3b\x18\x1f\xed\x60\xdc\xe9\xe0\ \xab\x71\x65\x28\x88\x26\x65\x78\x31\xc0\x69\x0c\xa3\x42\x96\x7e\ \xae\x9d\x01\x1b\x6d\x6a\x2a\x52\x52\xa0\xeb\x0c\x23\x86\xd3\x03\ \x3f\x11\x2a\x1c\xd0\x17\x57\x7b\xa4\x9d\xe1\x59\xcd\xd9\x58\x5f\ \xf9\xc7\xa1\x95\x2e\xb4\x26\xd4\x4e\x83\x68\x07\x5a\x71\x70\x36\ \x2e\x84\xd0\x81\x36\xc1\xa2\x92\x84\x3b\xd0\xde\xeb\x60\xdc\xe9\ \xe0\x0c\x68\x4d\xc0\x60\xc8\x89\x8a\x89\x13\xde\xe0\x6d\x94\xc0\ \xd0\x01\x0e\x03\x39\xb0\x39\xd6\x5e\x91\x0e\xe5\x6f\x0b\xe2\x01\ \xe7\x08\xa2\x64\xa9\x93\x77\x9a\xee\x80\xa8\x75\xd0\x43\x2e\x3f\ \x08\xe2\xfd\x0e\xc6\x9d\x0e\xce\x00\xd1\xb6\x1f\xdd\xe6\x2a\x18\ \xc4\x47\x91\x7e\xa8\x7d\x53\xc5\x7e\x02\x69\xf1\x91\xe7\xf4\x92\ \xc1\x8a\xa9\x52\xa5\x8f\x43\xd8\xe5\xa1\xeb\x12\x50\xdd\x21\x68\ \x2a\x1d\xb4\x5c\x97\x6b\x68\x7b\x0e\xc9\xc8\x1e\x10\xab\x10\x4c\ \x6c\x4a\x36\x23\xa6\x00\x15\x6b\x53\x48\x89\x3f\x2d\x63\x8b\xf3\ \x6c\x01\x07\x99\x4d\x30\x25\x45\x8e\x48\x97\xbc\x3c\x6b\x3e\x9c\ \xc4\x3c\x4a\x3c\xc9\x77\x88\xe7\x6c\x9d\x14\x8e\xad\x4b\x3c\x8d\ \xf0\x77\xd1\xda\x13\x88\x77\xaf\x83\x71\xa7\x83\x27\xe2\xf3\xfd\ \xf0\xb7\xd3\xfd\x79\x85\xd7\x55\xf9\xdc\x29\x85\x8e\x54\x42\x18\ \x4e\xab\x50\x9d\x5f\x7b\x1d\x1b\xd0\x1c\x1f\xd0\x61\x40\xf3\x75\ \xe5\xd7\x91\x12\x67\x9b\x51\x9c\x87\x57\x0e\xfc\x3e\x8d\x17\x86\ \x03\x5a\x95\x3b\x1b\xaf\x37\x8e\xdf\x93\x06\x4c\x08\xf7\x5f\x59\ \xae\xde\xc7\x6b\x97\x3e\x9c\x59\xd8\x07\x7e\x9f\x9e\x3e\xa3\x4c\ \x05\x85\x9f\x8d\xd7\x38\xf1\x7b\xd2\x80\x40\x0b\x09\xf9\x33\xe1\ \xb5\xab\x1a\xcf\xc3\x2b\x8e\xf8\x7d\x7a\xfa\x8a\xaa\x0a\xe6\x71\ \x3e\xbf\x5c\xe4\xf7\x94\x01\x05\x75\xde\xf3\xf1\x6b\x13\xfc\xcf\ \xf4\x5e\x9e\xdf\xa7\x27\x8f\xc1\x62\x95\x9e\xc6\xca\xd4\x2e\x1a\ \xf5\xde\xa7\x27\x58\x1d\xf9\x3d\x69\xdc\x5c\xc5\x53\xc6\x0d\x19\ \x06\xec\xad\x3e\x3e\x6e\xe1\xf6\xf8\x94\x71\x9d\x1c\xb8\xce\x47\ \xc6\x4d\x96\xd9\xd0\x41\xfe\x79\x74\xdc\x49\xf9\x9c\x34\xae\x7d\ \x06\x4e\x8e\x12\xbf\x27\x0d\xe7\x0f\xd4\x7a\x26\x23\x37\x3b\x19\ \xe7\x31\xb2\x24\x79\xe6\xa4\x78\x7a\x92\x86\x9e\x8a\x0e\xe5\x73\ \x52\x34\xb5\x07\x44\x3c\xd7\x76\xb7\x9b\x19\x67\xc6\x86\xf2\x39\ \x41\xcd\x6a\x13\x62\xc3\xf9\xbc\x3a\x36\xe0\x31\xb4\x9c\x3a\x53\ \xd9\x2a\x3f\x17\x5e\x25\xdb\xfc\x36\x9e\x0e\x43\x9d\xe4\x6f\xd4\ \x1b\x64\xa3\x39\x3e\x8f\x9f\xc3\xa8\xf9\xdb\x7b\xb9\x24\x22\xdf\ \xde\xc7\x61\x54\xfb\xcd\x3c\x1c\x06\xf3\x5f\xc7\xc2\x67\xdf\xc5\ \x3f\xa1\xc6\xfb\xcd\x4e\x36\x8e\xa4\xf3\xc1\xef\xf5\xf9\xd4\xc1\ \x47\x0b\xe0\xe5\x80\xa7\x5b\xe5\xd7\xf5\x77\xbb\x6e\xaf\xe1\x88\ \xb7\x49\xee\xe5\xfb\xd1\xfa\xed\xb6\xd3\x8d\xd6\xae\xa6\xb3\xd9\ \xf0\x76\x39\xfb\xfe\x6e\x05\xa9\x1a\x7e\x78\xc9\xbb\x07\x47\x48\ \xe5\x72\x79\x3b\x6b\x86\xf3\xc5\xfc\xd7\x66\xb9\x80\x86\x97\x8b\ \x77\xcd\xf0\x85\xf5\xf8\xc6\xcd\x65\x55\xce\x2b\xd1\x7e\x73\xc9\ \x9e\xc7\xa3\xf7\xc3\x37\xb7\xeb\xf5\xa1\xec\xdf\x8b\xe9\x7c\xb8\ \x5c\xdc\xce\x27\x5b\xe9\xcd\x74\xdd\x2c\x67\x53\xfc\x19\xba\xad\ \x6c\x3f\xfc\x46\x30\x19\xad\xde\x8e\x96\xcb\xd1\x67\xce\xa2\x39\ \x94\xb6\xec\x1c\x9a\x97\x37\xa3\xe5\xbb\x66\xd9\xde\xff\x30\x5d\ \x4d\xdf\x4c\x67\xec\xa2\xfc\x9c\x35\x2f\x27\xd3\xd5\xfb\x19\x9e\ \x9f\xce\x39\x8d\x97\x8b\x0f\xcd\xf2\x6a\xb6\xf8\xb8\xbb\xdf\xcc\ \x47\xf8\x53\xbd\x19\x8d\xdf\x5d\x97\xf9\x0d\x47\xe3\xf1\xed\xcd\ \xed\x6c\xb4\xee\x2a\x6d\xd9\x8c\xd7\x9a\xb3\x1e\x6c\xf3\xf0\xf0\ \xb5\x07\x4a\xb8\x1c\xd5\xf6\x45\x6b\xdf\x1b\xf7\x48\x17\xe4\x2c\ \xc1\xf7\x71\x6d\xbd\xb1\x89\x22\x40\x6c\x33\x24\x39\xd9\xac\x9e\ \x92\x18\xa3\x84\xd8\x11\x21\xef\x8e\x65\x23\xc1\x06\x89\xbd\x2a\ \xc1\xc9\x24\xd4\xd4\x7d\xd3\xab\x40\x37\xe4\x73\xec\xd5\xb0\xa5\ \xcf\x49\xec\xe6\x37\x38\x6a\x8c\xe7\x63\xdc\x30\x2c\x5d\xbb\x9c\ \x72\xe2\x31\xc0\xa6\x6f\x07\x3b\x71\x02\x1f\xc9\xdd\x1c\x9b\x31\ \x72\x4f\x38\x0c\x12\x61\x2d\xfc\x66\x89\x04\x99\xab\x73\x59\x8a\ \xe9\xfd\xba\x37\xd5\x2f\x63\x92\x7d\x84\x49\xcd\x87\x66\xbe\x98\ \x6c\x19\xd0\x51\x69\x4b\x23\xad\x9d\x49\xdc\x8a\xd5\x33\xd5\x7a\ \x4f\x73\x59\x5c\xb8\xab\x39\x85\x11\x03\x07\xac\xd6\xf4\xb5\xf7\ \x73\x8f\xfb\xeb\xde\x07\x98\xbc\xf8\xf6\xe6\xe3\x28\xec\xe2\x2e\ \xd0\x2d\x7b\x64\xf6\xe5\x23\xc0\x98\x2f\x03\xa6\xb3\x02\x0e\x8e\ \x15\x1c\xee\x8f\xb5\x2b\x68\x67\x0c\x66\x15\xd5\xf1\x03\x06\x9a\ \x96\x17\x02\xee\x21\x2e\x72\xeb\xd3\x21\xef\x68\xa9\x71\x5f\x28\ \xb5\x91\x98\x31\xfd\xbe\xd4\xe2\x90\x38\x5a\xd0\x25\x7a\x2c\x28\ \x80\xd3\xdb\x56\xb1\xb6\xea\xb5\x23\x2a\xc3\xc4\x5a\x22\xe2\xa0\ \x71\x77\x2f\x4e\x25\xd0\xfd\x6d\xfc\xd3\x5d\xd1\x51\xa0\x25\xfe\ \xd0\x25\x95\xd9\x20\x93\xd2\x5d\x27\xd5\xf1\x47\xff\x53\x5e\xea\ \xf0\xb0\x04\xd2\xbf\x42\xcb\x2e\x65\x04\xc5\xa2\xbf\xe0\x63\xa0\ \x02\x6b\xcf\x50\x96\xe9\xb9\x5c\xc2\xc7\xf7\x7e\xa2\x10\xce\x64\ \x2f\xc1\x75\xb9\xca\x12\x53\xda\x5f\x15\xaa\xcd\x7a\x3b\xda\x41\ \xe3\x24\x5e\x39\xd0\x48\x85\x69\xf4\x49\x65\x7f\x14\x9f\x72\x8d\ \xb1\x0e\x24\x3f\xf3\x59\x17\x73\x82\x0f\x94\x5a\x5d\x4c\x60\xce\ \x01\x79\x53\x8c\xae\x1c\x90\x44\x67\x9d\x81\xb3\xa3\x34\x9b\x1c\ \xac\xbf\x2b\x0d\xa9\x9c\x8e\xd0\x4b\x9a\xd6\xe5\x6e\xb6\x66\x8d\ \x83\x6f\x84\x14\xfd\x07\x63\xc4\x74\xa4\xa6\x9c\x48\xa6\x76\xb8\ \xa4\xc6\x8b\xf2\xdc\x25\xb7\xe0\xf8\x07\xa4\xa7\x7a\x84\xd8\xba\ \x82\x03\x3e\x1c\xec\x17\xfe\x37\xc9\xd9\x65\xda\x3d\x2f\x53\xf6\ \x7e\xcc\x9d\x08\x07\x3d\x05\xcd\xb2\x09\x71\xcc\x7c\x40\x1b\x89\ \x88\x26\x5f\x6b\xe4\x72\xd7\xc8\xef\x4d\x04\x2e\x35\x76\x29\x9c\ \xeb\x04\x02\xf1\x1c\x47\x94\x4c\xcd\x35\x72\x61\x64\xe0\x7b\x59\ \xae\x35\x81\x20\x81\x07\x92\x92\x91\xb2\x21\xa6\xe5\xf6\xe0\x9d\ \xb4\x87\xe3\x83\x1f\xf3\x2e\xa8\xe6\xd0\x77\x28\x1c\x10\x39\x9d\ \xef\xd9\x3a\x22\x36\x06\xd0\xcd\xd6\xd6\x0a\xaa\x09\x85\x67\x15\ \x8e\x16\xca\x51\x3e\xaf\x0c\x77\xc2\xfb\x78\x1c\xd5\x86\x09\xb9\ \xa7\x25\x29\x64\xb0\x40\x98\x46\x64\x36\x5e\xd1\x11\x0c\x0c\x4f\ \xe5\x9a\x43\x61\x00\x8b\x6e\xfb\x20\xa5\x33\x21\xc6\x5e\x40\xec\ \x05\xe1\xe1\x7d\xc1\x48\xa4\x08\x6a\x62\x2f\xc1\x23\x07\x4e\x0f\ \xd1\x17\x5d\x22\x95\x15\xcf\x27\xe0\xed\xb3\xcf\x4c\x2e\x60\xcc\ \x19\x1c\x4c\x3c\x78\x8c\x48\x76\xd9\xae\xac\xc8\xd5\x81\x8f\xf2\ \x1a\xfe\x3b\xc3\xeb\xc2\xa0\x10\x88\x10\xca\x29\x6b\xbb\x6d\x57\ \x7d\xe4\xd2\x79\x0d\xae\xe0\x14\x90\x87\x94\xd1\x35\xc4\x60\x64\ \x87\x26\x26\x59\x56\xb3\xbd\x9e\xf5\x90\x50\xf0\x8d\x05\x7a\xf7\ \xde\x4d\xb1\x69\xde\x80\x79\x94\x5e\x77\x37\x61\xc4\x35\x32\xd1\ \x5c\xe2\x00\xb3\x1a\xb7\xc9\x4f\x94\x5b\xa3\x45\x42\x6c\x4d\x8b\ \x16\x3d\x81\x14\x98\x77\x2b\xfa\x89\xeb\x96\x60\x72\x8a\x40\xdc\ \x05\xb1\xc1\xb4\xf3\x71\xde\x4b\x02\xbe\x31\xe6\x10\xac\x05\x7c\ \x4a\xb8\x33\x47\x66\x96\x93\x05\x51\x38\x12\x40\x1e\xab\x46\xaa\ \x29\x87\x0c\x74\x14\x00\x26\x38\x19\x64\x3e\x76\x03\x79\x80\xa0\ \xd5\x93\xb5\x70\x09\xd6\x41\xfd\x2e\x04\xe4\x3f\xe8\x36\x05\xa6\ \xe5\x7d\x8f\x24\x1f\x44\xf7\xe4\x56\x0b\x60\x99\x20\x2e\x0c\x78\ \x64\x32\x11\x85\x5a\xe0\xc4\x20\xe3\x8b\x03\xe2\x0b\xca\x85\x35\ \xb9\x1d\x60\x77\xfd\xb5\x21\xd1\xa4\x93\x43\xe2\x17\xa5\xe3\xc5\ \x7d\xfc\x5e\x03\x5d\x49\x89\x40\xac\xae\x8f\x68\x8f\xf2\x15\x31\ \x2d\x95\x5f\xc8\xcc\xc1\xa6\xc8\x13\xcd\xa4\x30\xbc\xcc\x43\xba\ \x0c\x5e\xc0\xb0\x11\xd0\xc0\x1b\x34\x8c\xb0\x62\x98\x3f\x64\x7c\ \x19\xc5\x47\x1a\x9b\xc2\x31\x08\x8c\xcd\xd7\x29\x81\x35\x81\xa6\ \x1f\xf9\x12\x84\xa3\x2c\x3b\xd8\x3e\x38\x15\x61\xc6\x2a\x86\xdd\ \x59\x97\x1d\xca\x4b\x7a\x0c\x9b\xc0\x56\xb0\xcb\x2a\x9e\xcc\x90\ \xc0\x18\xc0\x04\x26\x51\x7c\x07\xc6\x23\xd5\x42\x17\x08\xb3\xb4\ \x54\x0c\x15\x61\x0e\x1a\xd1\xce\x88\x66\x04\x35\xd2\x0f\x73\x8b\ \x8e\xbd\x19\xbe\xf1\xa4\x81\xde\x4e\x8c\x83\x4b\xeb\x73\x2c\xb0\ \xb5\x25\x18\x42\x1d\x8a\x04\x72\x39\xc1\xa9\x39\x5b\xf2\x7a\x84\ \x35\x3c\x5b\xce\xe3\x8c\x35\xad\xcc\x45\xf0\x08\xb2\xcc\xda\x44\ \x0b\x5d\x25\xd0\x8d\x73\xb1\x3c\xb5\x34\x94\x21\xfd\x4b\x18\x85\ \xa0\x64\x80\x62\x39\x3f\xb8\x7e\x4c\xc1\xb7\x88\x26\x84\xf1\xa3\ \x28\xd3\x23\xd0\x21\xa0\x4e\xce\xac\x3c\x8c\xcf\xde\x15\xec\x3d\ \xdc\x4a\xb0\x3c\x3d\xc6\x9a\x73\x0e\x3d\xbe\xf7\x94\xbc\x4b\x96\ \x22\x1b\xb9\x1d\x4f\x7d\x78\x38\x13\xe5\x14\x85\x7b\x30\x59\x09\ \x2a\x2c\x0b\x25\x0c\x97\x12\xe1\xa8\x84\x3e\xd4\xf2\x1d\xa7\x58\ \xf4\x91\x00\x04\x20\x0c\x08\xfa\x98\x44\xa4\x8d\x23\xb8\x23\x54\ \xb3\xbf\x98\xe9\x41\x20\x72\x16\x1e\x2e\x27\x0c\xab\x01\xc6\x1b\ \x28\x0b\x06\xe9\x86\xa1\x2c\x02\x2d\x2d\x8f\x86\x80\xc0\xe4\x52\ \xd1\x08\x31\x27\x32\x11\x1d\xa7\xa2\x11\x50\x05\x2e\x8d\xd4\x08\ \x02\x37\xae\x89\x68\x51\x0b\xb6\xb0\x05\xae\x39\x39\x2a\x09\x91\ \x92\xaf\x60\x45\xfa\x9d\xe8\x8b\xe2\x42\xc2\x94\x1c\x5d\x19\x94\ \xa5\xa8\xe8\x20\xc3\x34\xb1\xc8\x00\x99\x7a\x1e\xae\x2b\x03\x95\ \x41\x8a\x65\x0a\xab\x90\x43\x31\xc1\x02\x11\x6c\x04\x40\x24\x02\ \x02\x87\xc9\x02\x11\x92\x36\xc1\xa4\x0b\x9e\x0e\x58\x71\xc6\xd6\ \x33\x9c\x14\x40\xb1\x5c\xb5\x25\xb0\x10\xdb\x58\xda\x39\x35\x80\ \x16\x32\xe8\xc7\x01\xac\x22\x2b\xaf\x07\x1d\x3a\xa5\xeb\x43\xfb\ \xba\x66\x47\x3b\xe3\x5a\xdf\xdb\x21\xa1\xf7\x87\x5b\xf3\x49\xc3\ \xe6\x35\x01\x03\x3f\x89\x0a\x55\xe0\xc6\x2d\x20\xc0\xf0\xa5\x02\ \xcd\x9c\xec\x0f\xfb\x3d\xc3\x43\xd7\xd7\x75\x7e\x2f\x7c\xd9\x5a\ \x78\x28\x33\x38\xb4\x7b\x7b\x78\xaa\x51\x92\x14\x0b\xc4\x51\xa1\ \x30\xde\xa6\x58\xca\x1c\x5b\x02\x11\x6c\xb2\x04\x76\x07\x98\x3d\ \x4c\xd7\xa8\x2d\x71\x1d\x3a\x36\x4a\xcb\x20\x9c\x79\x27\x40\x31\ \x0f\x9b\x65\xe0\x82\xde\x60\xb3\x5c\x02\x3c\xb0\xa3\x71\x00\x4c\ \x5b\x5e\x12\x6b\x9b\xb2\x6e\x46\x93\xc8\x77\x9e\x9c\x33\x4c\x19\ \xd1\x7d\x44\xde\x52\xda\x48\x32\xa1\xcd\x48\x11\xfc\x0f\x24\x18\ \x01\x0e\xa2\x7d\x5f\x00\x9d\x80\x32\xa8\xda\xb9\x35\x10\x63\x4c\ \x42\x01\x28\x52\x6c\xa3\x7d\x60\x56\x52\xe2\x03\x35\x0d\xae\x1f\ \xd0\x57\xfe\x4a\x7d\x49\xe0\x0b\x77\x50\xd8\x6f\xa7\xaf\xfc\x7f\ \x7d\xf5\x2e\x59\x9b\x3d\x58\x30\xe8\xcb\x47\x12\x80\x7b\xe9\xf2\ \x83\x3b\x05\x1c\x23\x58\xc3\x3d\xff\xfd\x5e\x01\x5f\xda\xd8\xbf\ \xd8\xf1\xe9\x70\x4b\x77\xfb\xdf\x07\xfb\xc6\xdb\x7f\x40\x70\x5f\ \x97\xad\xc0\xd3\x9e\x5e\xc0\xdf\xdf\x01\x92\x6f\x9a\x40\x74\x5e\ \xc9\x2d\x09\x84\x45\x66\x9c\x91\xae\x2a\x8b\x52\x6e\x8b\x18\x06\ \x31\x48\x11\x1b\x54\xb5\xe4\x72\x36\x05\x04\x55\xc8\xc0\x59\x66\ \x01\xc2\xd0\xc1\xcc\x96\x7b\x74\xc1\x23\x12\xf7\xf9\x6a\x56\x44\ \x36\xcd\x9a\x00\xa4\xc3\x93\xdc\x0e\x04\xf9\xe0\xb2\x23\x64\xca\ \xe8\x63\x41\x73\x23\x11\x63\x64\x26\xa5\x16\x25\x6f\x4a\x90\xf9\ \x0c\x95\x07\x26\xaa\x06\xcf\xfa\x40\x59\x46\x92\x92\x38\xa8\x33\ \x76\x93\xab\x26\x65\xae\x42\x11\x4d\x00\x03\x40\x84\xa0\x82\x0c\ \x18\xb2\xac\x08\x17\x89\x86\x84\xca\x23\xa1\x5a\x46\x9a\xcb\xa3\ \xe3\x10\x39\xaa\xa3\xe9\xbb\xcc\x8c\x99\xfb\x88\x8e\xdd\x21\x09\ \x50\x06\x0e\x8f\x58\x9b\xd9\x0f\x67\x97\x20\xb1\xa9\x64\x41\x06\ \xc9\x37\xb7\x2b\x53\x42\xa6\x53\xb2\x25\x86\xa6\x88\xc2\x5b\x39\ \x86\x69\x93\x2a\x18\x1a\x6a\x14\xae\x15\x65\x8b\x35\x0c\xd8\x91\ \xab\x29\xdb\xa1\x16\xbd\x05\xc6\xf5\xc4\x97\x45\x33\x9f\x44\xfe\ \x84\xec\x2a\x41\x96\x11\x92\x51\xcd\x95\x57\x96\x91\x05\x39\xa6\ \x50\xa8\x39\xb1\x24\x96\x29\x88\xa4\x9a\x55\xda\xb8\xce\x97\xa8\ \xf8\x06\x38\xa0\x30\x96\xfd\x45\xb1\x19\x49\x52\xd9\xc1\xca\x16\ \x6b\x62\x4e\x80\x64\xc9\x24\x6e\x2e\xa0\x63\x69\x73\x02\x96\x5f\ \x25\x69\x47\x39\x87\xdc\xc2\xb6\xdb\xb5\xc8\xde\xa1\x95\x50\x36\ \x10\x10\xf1\x11\x66\x3d\xb7\x40\xe1\x49\xa0\x40\x28\x8f\x9b\x1b\ \x3f\x1f\x65\x46\x9b\xf4\x40\xe3\xb9\xbc\xf5\x05\xc5\x20\xea\xb7\ \x7e\xcc\x63\xb6\x5a\xb6\x6b\x31\x5a\x62\xa1\xda\xaf\xa4\xa9\x22\ \x2e\x41\x0c\x12\x61\x73\x5d\xf6\x3a\x90\xda\xb9\xe2\x92\x8d\x47\ \xb6\x81\x1f\xac\x52\x59\x22\x21\x37\x72\xc5\x0d\x31\xad\x83\xdf\ \x29\x32\xd4\xbc\x92\x32\x78\xe9\x6b\x94\xb2\xc8\x60\x00\x24\xab\ \x43\x26\x4d\xa8\xa1\xe0\x8f\xc0\x25\xea\x00\x21\x1c\x53\x83\x0c\ \xeb\xc0\xcc\x1c\x55\x85\x4a\x04\x29\x1e\x96\x03\x9e\x3a\x10\x98\ \x9e\x0c\x8b\xb1\x85\x36\x48\x44\x8d\x43\x9d\x8b\x02\x11\x22\xa0\ \x4f\x2a\x71\x57\xda\x73\x0c\x47\x25\x20\x01\x1e\x97\x4c\x8f\x2a\ \xe7\x86\x0a\xd2\x16\x2f\x65\xa7\xc8\x44\x02\x4d\x99\x2b\xfb\x8c\ \xa5\x0e\x14\x56\xc1\x94\x05\xee\x55\xfa\xd2\x0e\xc9\x8a\x94\x76\ \xa8\xd2\x58\x5a\x96\xf7\x34\x43\xdb\x8c\x6f\x6c\x06\xdb\x3e\x8a\ \xdb\xed\x96\x11\x1c\x30\xe8\xfa\xeb\xee\xf8\xa3\xb8\xd4\x03\xbf\ \xb4\x35\x68\xab\x69\x1b\x69\xda\x6d\x2f\x2c\xa4\xef\x37\xfb\x55\ \x25\x01\x42\x45\x1e\x69\xa0\xd0\x10\x55\x7a\x70\x73\xd6\xd3\xa2\ \x68\x5f\x13\x64\xd6\xbb\xbe\x6c\x0d\x6f\xb7\xb8\x52\xb9\xff\xeb\ \xa6\xfb\x27\x76\xc2\x59\x3d\x7e\xc1\x99\xca\x9b\x37\xbe\x11\xbd\ \xbf\x35\x94\x4c\xe7\xf3\xbb\xdd\xc0\x2c\x8a\xbb\xe4\x3f\x94\xbd\ \xfe\xee\x3f\x40\xdf\x72\x76\ \x00\x00\x08\x13\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\ \x31\x20\x2d\x31\x2e\x30\x30\x30\x34\x20\x30\x20\x34\x33\x38\x20\ \x34\x34\x31\x2e\x33\x36\x29\x22\x20\x64\x3d\x22\x6d\x33\x35\x2e\ \x39\x30\x38\x20\x34\x63\x2d\x31\x30\x2e\x36\x30\x35\x20\x30\x2d\ \x31\x35\x2e\x39\x30\x38\x2d\x30\x2e\x30\x30\x32\x38\x33\x36\x33\ \x2d\x31\x35\x2e\x39\x30\x38\x20\x31\x32\x2e\x31\x37\x38\x76\x32\ \x33\x2e\x38\x32\x32\x6c\x2d\x38\x20\x38\x76\x33\x31\x2e\x38\x32\ \x63\x30\x20\x31\x32\x2e\x31\x38\x31\x20\x35\x2e\x33\x30\x33\x31\ \x20\x31\x32\x2e\x31\x38\x20\x31\x35\x2e\x39\x30\x38\x20\x31\x32\ \x2e\x31\x38\x68\x33\x38\x2e\x31\x37\x38\x63\x31\x30\x2e\x36\x30\ \x35\x20\x30\x20\x31\x36\x2e\x31\x33\x31\x2d\x30\x2e\x30\x30\x31\ \x30\x37\x36\x20\x31\x35\x2e\x39\x30\x38\x2d\x31\x32\x2e\x31\x38\ \x76\x2d\x33\x31\x2e\x38\x32\x2d\x33\x31\x2e\x38\x32\x32\x63\x30\ \x2e\x32\x32\x32\x36\x34\x2d\x31\x32\x2e\x31\x37\x39\x2d\x35\x2e\ \x33\x30\x33\x31\x2d\x31\x32\x2e\x31\x37\x38\x2d\x31\x35\x2e\x39\ \x30\x38\x2d\x31\x32\x2e\x31\x37\x38\x68\x2d\x33\x30\x2e\x31\x37\ \x38\x7a\x6d\x2d\x30\x2e\x30\x30\x31\x39\x35\x33\x20\x34\x68\x33\ \x30\x2e\x31\x38\x63\x35\x2e\x33\x30\x32\x35\x20\x30\x20\x38\x2e\ \x38\x35\x37\x34\x20\x30\x2e\x33\x32\x37\x37\x34\x20\x31\x30\x2e\ \x30\x33\x37\x20\x30\x2e\x39\x39\x38\x30\x35\x20\x30\x2e\x35\x38\ \x39\x38\x33\x20\x30\x2e\x33\x33\x35\x31\x36\x20\x30\x2e\x38\x35\ \x32\x30\x36\x20\x30\x2e\x35\x36\x39\x31\x32\x20\x31\x2e\x32\x33\ \x30\x35\x20\x31\x2e\x35\x36\x32\x35\x20\x30\x2e\x33\x37\x38\x34\ \x20\x30\x2e\x39\x39\x33\x33\x38\x20\x30\x2e\x36\x38\x38\x37\x37\ \x20\x32\x2e\x38\x30\x32\x34\x20\x30\x2e\x36\x33\x38\x36\x37\x20\ \x35\x2e\x35\x34\x34\x39\x76\x30\x2e\x30\x33\x37\x31\x30\x39\x20\ \x33\x31\x2e\x38\x35\x37\x20\x33\x31\x2e\x38\x35\x35\x20\x30\x2e\ \x30\x33\x37\x31\x30\x39\x63\x30\x2e\x30\x35\x30\x31\x33\x39\x20\ \x32\x2e\x37\x34\x32\x35\x2d\x30\x2e\x32\x36\x30\x31\x39\x20\x34\ \x2e\x35\x35\x31\x32\x2d\x30\x2e\x36\x33\x38\x36\x37\x20\x35\x2e\ \x35\x34\x34\x39\x73\x2d\x30\x2e\x36\x34\x32\x35\x20\x31\x2e\x32\ \x32\x37\x32\x2d\x31\x2e\x32\x33\x32\x34\x20\x31\x2e\x35\x36\x32\ \x35\x63\x2d\x31\x2e\x31\x37\x39\x38\x20\x30\x2e\x36\x37\x30\x36\ \x34\x2d\x34\x2e\x37\x33\x32\x39\x20\x31\x2d\x31\x30\x2e\x30\x33\ \x35\x20\x31\x68\x2d\x33\x38\x2e\x31\x38\x63\x2d\x35\x2e\x33\x30\ \x32\x36\x20\x30\x2d\x38\x2e\x37\x38\x34\x37\x2d\x30\x2e\x33\x32\ \x38\x32\x31\x2d\x39\x2e\x39\x33\x37\x35\x2d\x30\x2e\x39\x39\x30\ \x32\x33\x2d\x30\x2e\x35\x37\x36\x34\x31\x2d\x30\x2e\x33\x33\x31\ \x30\x32\x2d\x30\x2e\x38\x35\x31\x31\x31\x2d\x30\x2e\x35\x37\x36\ \x31\x2d\x31\x2e\x32\x34\x34\x31\x2d\x31\x2e\x35\x39\x31\x38\x73\ \x2d\x30\x2e\x37\x32\x34\x36\x31\x2d\x32\x2e\x38\x34\x34\x34\x2d\ \x30\x2e\x37\x32\x34\x36\x31\x2d\x35\x2e\x35\x39\x39\x36\x76\x2d\ \x33\x30\x2e\x31\x36\x32\x6c\x38\x2d\x38\x76\x2d\x32\x35\x2e\x34\ \x37\x39\x63\x30\x2d\x32\x2e\x37\x35\x35\x31\x20\x30\x2e\x33\x33\ \x31\x36\x36\x2d\x34\x2e\x35\x38\x32\x33\x20\x30\x2e\x37\x32\x34\ \x36\x31\x2d\x35\x2e\x35\x39\x37\x37\x20\x30\x2e\x33\x39\x32\x39\ \x36\x2d\x31\x2e\x30\x31\x35\x34\x20\x30\x2e\x36\x36\x37\x38\x32\ \x2d\x31\x2e\x32\x36\x30\x39\x20\x31\x2e\x32\x34\x34\x31\x2d\x31\ \x2e\x35\x39\x31\x38\x20\x31\x2e\x31\x35\x32\x36\x2d\x30\x2e\x36\ \x36\x31\x37\x32\x20\x34\x2e\x36\x33\x34\x37\x2d\x30\x2e\x39\x38\ \x38\x32\x38\x20\x39\x2e\x39\x33\x37\x35\x2d\x30\x2e\x39\x38\x38\ \x32\x38\x7a\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\x20\ \x73\x74\x72\x6f\x6b\x65\x3d\x22\x23\x33\x33\x33\x22\x20\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x36\x2e\x30\x30\ \x31\x32\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x34\x32\x34\x20\x34\x31\x30\x2e\x33\x36\ \x68\x2d\x31\x32\x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x32\x36\ \x20\x34\x30\x30\x2e\x33\x36\x68\x2d\x31\x34\x2e\x30\x30\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\ \x64\x3d\x22\x6d\x34\x32\x34\x20\x33\x39\x30\x2e\x33\x36\x68\x2d\ \x31\x32\x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x32\x36\x20\x33\ \x38\x30\x2e\x33\x36\x68\x2d\x31\x34\x2e\x30\x30\x36\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\ \x22\x6d\x34\x32\x34\x20\x33\x37\x30\x2e\x33\x36\x68\x2d\x31\x32\ \x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\ \x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x0d\x0a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\ \x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\ \x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\ \x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\ \x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\ \x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\ \x38\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\ \x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x37\x38\x2e\x35\x30\x35\x30\x35\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x2d\x32\x38\x2e\x31\x34\x32\x38\ \x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x72\x6f\x74\x61\x74\x65\x28\x39\x30\x29\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x32\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\ \x2d\x32\x32\x2e\x38\x35\x37\x31\x35\x34\x2c\x31\x30\x38\x2e\x35\ \x30\x35\x30\x34\x20\x76\x20\x39\x2e\x33\x34\x33\x36\x36\x20\x63\ \x20\x30\x2c\x32\x2e\x37\x34\x36\x30\x39\x20\x30\x2e\x30\x39\x33\ \x37\x36\x2c\x35\x2e\x32\x38\x39\x39\x32\x20\x30\x2e\x32\x37\x39\ \x37\x38\x38\x2c\x37\x2e\x36\x33\x34\x30\x38\x20\x30\x2e\x31\x38\ \x36\x2c\x32\x2e\x33\x31\x30\x36\x37\x20\x30\x2e\x34\x33\x35\x36\ \x30\x31\x2c\x34\x2e\x36\x33\x38\x35\x34\x20\x30\x2e\x37\x34\x35\ \x36\x30\x36\x2c\x36\x2e\x39\x38\x32\x38\x20\x68\x20\x33\x2e\x39\ \x39\x36\x30\x39\x35\x20\x63\x20\x30\x2e\x32\x37\x39\x30\x33\x31\ \x2c\x2d\x32\x2e\x33\x34\x34\x32\x36\x20\x30\x2e\x35\x31\x32\x37\ \x33\x31\x2c\x2d\x34\x2e\x36\x37\x32\x31\x33\x20\x30\x2e\x36\x39\ \x38\x37\x33\x31\x2c\x2d\x36\x2e\x39\x38\x32\x38\x20\x30\x2e\x31\ \x38\x36\x30\x31\x35\x2c\x2d\x32\x2e\x33\x31\x30\x38\x20\x30\x2e\ \x32\x37\x39\x37\x38\x38\x2c\x2d\x34\x2e\x38\x35\x34\x34\x31\x20\ \x30\x2e\x32\x37\x39\x37\x38\x38\x2c\x2d\x37\x2e\x36\x33\x34\x30\ \x38\x20\x76\x20\x2d\x39\x2e\x33\x34\x33\x36\x36\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\ \x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x66\ \x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x33\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\ \x2d\x31\x39\x2e\x38\x34\x31\x33\x31\x2c\x31\x33\x36\x2e\x35\x30\ \x35\x30\x34\x20\x63\x20\x2d\x31\x2e\x30\x39\x35\x36\x35\x33\x2c\ \x30\x20\x2d\x32\x2e\x30\x34\x32\x35\x37\x36\x2c\x30\x2e\x33\x38\ \x36\x34\x37\x20\x2d\x32\x2e\x38\x33\x39\x34\x30\x38\x2c\x31\x2e\ \x31\x35\x37\x39\x37\x20\x2d\x30\x2e\x37\x36\x33\x36\x34\x2c\x30\ \x2e\x37\x33\x37\x39\x38\x20\x2d\x31\x2e\x31\x34\x34\x37\x35\x37\ \x2c\x31\x2e\x36\x39\x32\x34\x34\x20\x2d\x31\x2e\x31\x34\x34\x37\ \x35\x37\x2c\x32\x2e\x38\x36\x36\x33\x32\x20\x30\x2c\x31\x2e\x31\ \x37\x34\x31\x38\x20\x30\x2e\x33\x38\x31\x31\x31\x37\x2c\x32\x2e\ \x31\x33\x30\x31\x20\x31\x2e\x31\x34\x34\x37\x35\x37\x2c\x32\x2e\ \x38\x36\x38\x30\x38\x20\x30\x2e\x37\x39\x36\x38\x33\x32\x2c\x30\ \x2e\x37\x33\x37\x39\x36\x20\x31\x2e\x37\x34\x33\x37\x35\x35\x2c\ \x31\x2e\x31\x30\x37\x36\x33\x20\x32\x2e\x38\x33\x39\x34\x30\x38\ \x2c\x31\x2e\x31\x30\x37\x36\x33\x20\x31\x2e\x31\x32\x38\x38\x35\ \x36\x2c\x30\x20\x32\x2e\x30\x37\x35\x37\x36\x38\x2c\x2d\x30\x2e\ \x33\x36\x39\x36\x37\x20\x32\x2e\x38\x33\x39\x34\x30\x37\x2c\x2d\ \x31\x2e\x31\x30\x37\x36\x33\x20\x30\x2e\x37\x36\x33\x36\x34\x31\ \x2c\x2d\x30\x2e\x37\x33\x37\x39\x38\x20\x31\x2e\x31\x34\x34\x37\ \x35\x37\x2c\x2d\x31\x2e\x36\x39\x33\x39\x20\x31\x2e\x31\x34\x34\ \x37\x35\x37\x2c\x2d\x32\x2e\x38\x36\x38\x30\x38\x20\x30\x2c\x2d\ \x31\x2e\x31\x37\x33\x38\x38\x20\x2d\x30\x2e\x33\x38\x31\x31\x31\ \x36\x2c\x2d\x32\x2e\x31\x32\x38\x33\x34\x20\x2d\x31\x2e\x31\x34\ \x34\x37\x35\x37\x2c\x2d\x32\x2e\x38\x36\x36\x33\x32\x20\x2d\x30\ \x2e\x37\x36\x33\x36\x33\x39\x2c\x2d\x30\x2e\x37\x37\x31\x35\x20\ \x2d\x31\x2e\x37\x31\x30\x35\x35\x31\x2c\x2d\x31\x2e\x31\x35\x37\ \x39\x37\x20\x2d\x32\x2e\x38\x33\x39\x34\x30\x37\x2c\x2d\x31\x2e\ \x31\x35\x37\x39\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\ \x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\ \x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\ \x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x33\ \x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\ \x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\ \x63\x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x34\x32\x31\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\ \x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x36\x37\x2e\x38\x35\x37\ \x31\x34\x36\x2c\x37\x38\x2e\x35\x30\x35\x30\x34\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x34\x38\x2c\x32\x20\ \x43\x20\x34\x38\x2c\x32\x20\x33\x38\x2e\x31\x38\x31\x36\x30\x39\ \x2c\x31\x38\x2e\x34\x32\x39\x36\x38\x38\x20\x31\x32\x2c\x31\x38\ \x2e\x34\x32\x39\x36\x38\x38\x20\x31\x32\x2c\x37\x34\x2e\x32\x38\ \x36\x38\x30\x35\x20\x34\x38\x2c\x39\x34\x20\x34\x38\x2c\x39\x34\ \x20\x34\x38\x2c\x39\x34\x20\x38\x34\x2c\x37\x34\x2e\x32\x38\x36\ \x38\x30\x36\x20\x38\x34\x2c\x31\x38\x2e\x34\x32\x39\x36\x38\x38\ \x20\x35\x37\x2e\x38\x31\x38\x33\x39\x31\x2c\x31\x38\x2e\x34\x32\ \x39\x36\x38\x38\x20\x34\x38\x2c\x32\x20\x34\x38\x2c\x32\x20\x5a\ \x20\x6d\x20\x30\x2c\x36\x2e\x32\x39\x34\x39\x32\x31\x39\x20\x32\ \x2e\x33\x37\x33\x30\x34\x37\x2c\x32\x2e\x31\x36\x39\x39\x32\x32\ \x31\x20\x63\x20\x31\x2e\x31\x31\x35\x35\x39\x38\x2c\x31\x2e\x30\ \x32\x30\x32\x30\x33\x20\x32\x2e\x32\x34\x32\x33\x33\x37\x2c\x31\ \x2e\x39\x39\x39\x37\x37\x20\x33\x2e\x35\x35\x32\x37\x33\x34\x2c\ \x32\x2e\x39\x33\x39\x34\x35\x33\x20\x35\x2e\x30\x33\x38\x36\x36\ \x38\x2c\x33\x2e\x36\x31\x33\x33\x37\x37\x20\x31\x32\x2e\x37\x31\ \x34\x39\x34\x35\x2c\x37\x2e\x31\x32\x31\x37\x31\x39\x20\x32\x32\ \x2e\x38\x32\x30\x33\x31\x33\x2c\x38\x2e\x33\x35\x37\x34\x32\x32\ \x20\x6c\x20\x33\x2e\x32\x37\x39\x32\x39\x37\x2c\x30\x2e\x33\x39\ \x38\x34\x33\x37\x20\x2d\x30\x2e\x31\x39\x31\x34\x30\x37\x2c\x33\ \x2e\x33\x30\x30\x37\x38\x32\x20\x43\x20\x37\x38\x2e\x34\x38\x36\ \x37\x34\x2c\x34\x38\x2e\x36\x30\x34\x39\x30\x36\x20\x37\x30\x2e\ \x36\x38\x35\x32\x30\x32\x2c\x36\x34\x2e\x34\x38\x38\x39\x39\x33\ \x20\x36\x32\x2e\x39\x30\x32\x33\x34\x34\x2c\x37\x34\x2e\x37\x38\ \x39\x30\x36\x32\x20\x35\x37\x2e\x35\x38\x33\x31\x38\x35\x2c\x38\ \x31\x2e\x38\x32\x38\x35\x35\x32\x20\x35\x33\x2e\x31\x37\x33\x31\ \x34\x2c\x38\x35\x2e\x35\x35\x39\x37\x38\x39\x20\x35\x30\x2e\x30\ \x37\x30\x33\x31\x32\x2c\x38\x37\x2e\x38\x31\x38\x33\x35\x39\x20\ \x4c\x20\x34\x38\x2c\x38\x39\x2e\x33\x32\x34\x32\x31\x39\x20\x34\ \x35\x2e\x39\x33\x31\x36\x34\x31\x2c\x38\x37\x2e\x38\x31\x38\x33\ \x35\x39\x20\x68\x20\x2d\x30\x2e\x30\x30\x32\x20\x43\x20\x34\x32\ \x2e\x38\x32\x36\x38\x36\x31\x2c\x38\x35\x2e\x35\x35\x39\x37\x38\ \x39\x20\x33\x38\x2e\x34\x31\x36\x38\x31\x35\x2c\x38\x31\x2e\x38\ \x32\x38\x35\x35\x33\x20\x33\x33\x2e\x30\x39\x37\x36\x35\x36\x2c\ \x37\x34\x2e\x37\x38\x39\x30\x36\x32\x20\x32\x35\x2e\x33\x31\x34\ \x37\x35\x31\x2c\x36\x34\x2e\x34\x38\x38\x39\x39\x32\x20\x31\x37\ \x2e\x35\x31\x33\x32\x36\x31\x2c\x34\x38\x2e\x36\x30\x34\x39\x30\ \x36\x20\x31\x36\x2e\x31\x36\x36\x30\x31\x36\x2c\x32\x35\x2e\x34\ \x36\x30\x39\x33\x38\x20\x6c\x20\x2d\x30\x2e\x31\x39\x31\x34\x30\ \x37\x2c\x2d\x33\x2e\x33\x30\x30\x37\x38\x32\x20\x33\x2e\x32\x37\ \x39\x32\x39\x37\x2c\x2d\x30\x2e\x33\x39\x38\x34\x33\x37\x20\x63\ \x20\x31\x30\x2e\x31\x30\x35\x33\x36\x38\x2c\x2d\x31\x2e\x32\x33\ \x35\x37\x30\x33\x20\x31\x37\x2e\x37\x38\x31\x36\x34\x35\x2c\x2d\ \x34\x2e\x37\x34\x34\x30\x34\x35\x20\x32\x32\x2e\x38\x32\x30\x33\ \x31\x33\x2c\x2d\x38\x2e\x33\x35\x37\x34\x32\x32\x20\x31\x2e\x33\ \x31\x30\x33\x39\x37\x2c\x2d\x30\x2e\x39\x33\x39\x36\x38\x33\x20\ \x32\x2e\x34\x33\x37\x31\x33\x36\x2c\x2d\x31\x2e\x39\x31\x39\x32\ \x35\x20\x33\x2e\x35\x35\x32\x37\x33\x34\x2c\x2d\x32\x2e\x39\x33\ \x39\x34\x35\x33\x20\x6c\x20\x30\x2e\x36\x38\x37\x35\x2c\x2d\x30\ \x2e\x36\x32\x38\x39\x30\x36\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\ \x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x38\x3b\x6d\x61\ \x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x17\xc8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x76\x65\ \x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x32\x22\x0a\x20\x20\x20\x77\ \x69\x64\x74\x68\x3d\x22\x35\x35\x2e\x38\x38\x6d\x6d\x22\x0a\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x2e\x38\x38\x6d\ \x6d\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x35\x35\x38\x38\x20\x35\x35\x38\x38\x22\x0a\x20\x20\ \x20\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\ \x61\x74\x69\x6f\x3d\x22\x78\x4d\x69\x64\x59\x4d\x69\x64\x22\x0a\ \x20\x20\x20\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3d\x22\x65\x76\ \x65\x6e\x6f\x64\x64\x22\x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x38\x2e\x32\x32\x32\x22\x0a\ \x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3d\x22\x72\x6f\x75\x6e\x64\x22\x0a\x20\x20\x20\x78\x6d\ \x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\ \x65\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x36\x38\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ \x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x6f\x6f\x6f\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x78\x6d\x6c\x2e\x6f\x70\x65\x6e\x6f\x66\ \x66\x69\x63\x65\x2e\x6f\x72\x67\x2f\x73\x76\x67\x2f\x65\x78\x70\ \x6f\x72\x74\x22\x3e\x0a\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x63\x6c\x61\x73\x73\x3d\x22\x43\x6c\x69\x70\x50\x61\x74\x68\x47\ \x72\x6f\x75\x70\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x73\x38\x22\x3e\x0a\x20\x20\x3c\x63\x6c\x69\x70\x50\x61\x74\x68\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x72\x65\x73\x65\x6e\x74\x61\ \x74\x69\x6f\x6e\x5f\x63\x6c\x69\x70\x5f\x70\x61\x74\x68\x22\x0a\ \x20\x20\x20\x63\x6c\x69\x70\x50\x61\x74\x68\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x3e\x0a\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x78\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x79\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x35\x35\x38\x38\x22\x0a\x20\x20\ \x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x38\x38\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x32\x22\x20\x2f\x3e\x0a\ \x20\x20\x3c\x2f\x63\x6c\x69\x70\x50\x61\x74\x68\x3e\x0a\x20\x20\ \x3c\x63\x6c\x69\x70\x50\x61\x74\x68\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x5f\x63\x6c\ \x69\x70\x5f\x70\x61\x74\x68\x5f\x73\x68\x72\x69\x6e\x6b\x22\x0a\ \x20\x20\x20\x63\x6c\x69\x70\x50\x61\x74\x68\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x3e\x0a\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x78\ \x3d\x22\x35\x22\x0a\x20\x20\x20\x79\x3d\x22\x35\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x35\x35\x37\x37\x22\x0a\x20\x20\ \x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x37\x37\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x35\x22\x20\x2f\x3e\x0a\ \x20\x20\x3c\x2f\x63\x6c\x69\x70\x50\x61\x74\x68\x3e\x0a\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\ \x20\x63\x6c\x61\x73\x73\x3d\x22\x54\x65\x78\x74\x53\x68\x61\x70\ \x65\x49\x6e\x64\x65\x78\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\ \x65\x66\x73\x31\x32\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x6f\x6f\x6f\x3a\x73\x6c\x69\x64\x65\x3d\x22\x69\x64\x31\x22\x0a\ \x20\x20\x20\x6f\x6f\x6f\x3a\x69\x64\x2d\x6c\x69\x73\x74\x3d\x22\ \x69\x64\x33\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x67\x31\x30\x22\ \x20\x2f\x3e\x0a\x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x64\ \x65\x66\x73\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x45\x6d\ \x62\x65\x64\x64\x65\x64\x42\x75\x6c\x6c\x65\x74\x43\x68\x61\x72\ \x73\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x34\ \x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\ \x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\ \x61\x74\x65\x2d\x35\x37\x33\x35\x36\x22\x0a\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\ \x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\ \x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x35\x38\x30\x2c\x31\x31\x34\x31\x20\x4c\x20\x31\x31\x36\x33\x2c\ \x35\x37\x31\x20\x35\x38\x30\x2c\x30\x20\x2d\x34\x2c\x35\x37\x31\ \x20\x35\x38\x30\x2c\x31\x31\x34\x31\x20\x5a\x22\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x31\x34\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\ \x6d\x70\x6c\x61\x74\x65\x2d\x35\x37\x33\x35\x34\x22\x0a\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\ \x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\ \x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x38\x2c\x31\x31\x32\x38\x20\x4c\x20\x31\x31\x33\x37\ \x2c\x31\x31\x32\x38\x20\x31\x31\x33\x37\x2c\x30\x20\x38\x2c\x30\ \x20\x38\x2c\x31\x31\x32\x38\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\ \x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\ \x6c\x61\x74\x65\x2d\x31\x30\x31\x34\x36\x22\x0a\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\ \x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\ \x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x31\x37\x34\x2c\x30\x20\x4c\x20\x36\x30\x32\x2c\x37\x33\x39\ \x20\x31\x37\x34\x2c\x31\x34\x38\x31\x20\x31\x34\x35\x36\x2c\x37\ \x33\x39\x20\x31\x37\x34\x2c\x30\x20\x5a\x20\x4d\x20\x31\x33\x35\ \x38\x2c\x37\x33\x39\x20\x4c\x20\x33\x30\x39\x2c\x31\x33\x34\x36\ \x20\x36\x35\x39\x2c\x37\x33\x39\x20\x31\x33\x35\x38\x2c\x37\x33\ \x39\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x32\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\ \x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x31\ \x30\x31\x33\x32\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\ \x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\ \x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x30\x31\x35\x2c\ \x37\x33\x39\x20\x4c\x20\x31\x32\x37\x36\x2c\x30\x20\x37\x31\x37\ \x2c\x30\x20\x31\x32\x36\x30\x2c\x35\x34\x33\x20\x31\x37\x34\x2c\ \x35\x34\x33\x20\x31\x37\x34\x2c\x39\x33\x36\x20\x31\x32\x36\x30\ \x2c\x39\x33\x36\x20\x37\x31\x37\x2c\x31\x34\x38\x31\x20\x31\x32\ \x37\x34\x2c\x31\x34\x38\x31\x20\x32\x30\x31\x35\x2c\x37\x33\x39\ \x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x32\ \x33\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\ \x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\ \x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x31\x30\ \x30\x30\x37\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\ \x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\ \x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x30\x2c\x2d\x32\x20\x43\ \x20\x2d\x37\x2c\x31\x34\x20\x2d\x31\x36\x2c\x32\x37\x20\x2d\x32\ \x35\x2c\x33\x37\x20\x4c\x20\x33\x35\x36\x2c\x35\x36\x37\x20\x43\ \x20\x32\x36\x32\x2c\x38\x32\x33\x20\x32\x31\x35\x2c\x39\x35\x32\ \x20\x32\x31\x35\x2c\x39\x35\x34\x20\x32\x31\x35\x2c\x39\x37\x39\ \x20\x32\x32\x38\x2c\x39\x39\x32\x20\x32\x35\x35\x2c\x39\x39\x32\ \x20\x32\x36\x34\x2c\x39\x39\x32\x20\x32\x37\x36\x2c\x39\x39\x30\ \x20\x32\x38\x39\x2c\x39\x38\x37\x20\x33\x31\x30\x2c\x39\x39\x31\ \x20\x33\x33\x31\x2c\x39\x39\x39\x20\x33\x35\x34\x2c\x31\x30\x31\ \x32\x20\x4c\x20\x33\x38\x31\x2c\x39\x39\x39\x20\x34\x39\x32\x2c\ \x37\x34\x38\x20\x37\x37\x32\x2c\x31\x30\x34\x39\x20\x38\x33\x36\ \x2c\x31\x30\x32\x34\x20\x38\x36\x30\x2c\x31\x30\x34\x39\x20\x43\ \x20\x38\x38\x31\x2c\x31\x30\x33\x39\x20\x39\x30\x31\x2c\x31\x30\ \x32\x35\x20\x39\x32\x32\x2c\x31\x30\x30\x36\x20\x38\x38\x36\x2c\ \x39\x33\x37\x20\x38\x33\x35\x2c\x38\x36\x33\x20\x37\x37\x30\x2c\ \x37\x38\x34\x20\x37\x36\x39\x2c\x37\x38\x33\x20\x37\x31\x30\x2c\ \x37\x31\x36\x20\x35\x39\x34\x2c\x35\x38\x34\x20\x4c\x20\x37\x37\ \x34\x2c\x32\x32\x33\x20\x43\x20\x37\x37\x34\x2c\x31\x39\x36\x20\ \x37\x35\x33\x2c\x31\x36\x38\x20\x37\x31\x31\x2c\x31\x33\x39\x20\ \x4c\x20\x37\x32\x37\x2c\x31\x31\x39\x20\x43\x20\x37\x31\x37\x2c\ \x39\x30\x20\x36\x39\x39\x2c\x37\x36\x20\x36\x37\x32\x2c\x37\x36\ \x20\x36\x34\x31\x2c\x37\x36\x20\x35\x37\x30\x2c\x31\x37\x38\x20\ \x34\x35\x37\x2c\x33\x38\x31\x20\x4c\x20\x31\x36\x34\x2c\x2d\x37\ \x36\x20\x43\x20\x31\x34\x32\x2c\x2d\x31\x31\x30\x20\x31\x31\x31\ \x2c\x2d\x31\x32\x37\x20\x37\x32\x2c\x2d\x31\x32\x37\x20\x33\x30\ \x2c\x2d\x31\x32\x37\x20\x39\x2c\x2d\x31\x31\x30\x20\x38\x2c\x2d\ \x37\x36\x20\x31\x2c\x2d\x36\x37\x20\x2d\x32\x2c\x2d\x35\x32\x20\ \x2d\x32\x2c\x2d\x33\x32\x20\x2d\x32\x2c\x2d\x32\x33\x20\x2d\x31\ \x2c\x2d\x31\x33\x20\x30\x2c\x2d\x32\x20\x5a\x22\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x32\x36\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\ \x6d\x70\x6c\x61\x74\x65\x2d\x31\x30\x30\x30\x34\x22\x0a\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\ \x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\ \x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x32\x38\x35\x2c\x2d\x33\x33\x20\x43\x20\x31\x38\x32\ \x2c\x2d\x33\x33\x20\x31\x31\x31\x2c\x33\x30\x20\x37\x34\x2c\x31\ \x35\x36\x20\x35\x32\x2c\x32\x32\x38\x20\x34\x31\x2c\x33\x33\x33\ \x20\x34\x31\x2c\x34\x37\x31\x20\x34\x31\x2c\x35\x34\x39\x20\x35\ \x35\x2c\x36\x31\x36\x20\x38\x32\x2c\x36\x37\x32\x20\x31\x31\x36\ \x2c\x37\x34\x33\x20\x31\x36\x39\x2c\x37\x37\x38\x20\x32\x34\x30\ \x2c\x37\x37\x38\x20\x32\x39\x33\x2c\x37\x37\x38\x20\x33\x32\x38\ \x2c\x37\x34\x37\x20\x33\x34\x36\x2c\x36\x38\x34\x20\x4c\x20\x33\ \x36\x39\x2c\x35\x30\x38\x20\x43\x20\x33\x37\x37\x2c\x34\x34\x34\ \x20\x33\x39\x37\x2c\x34\x31\x31\x20\x34\x32\x38\x2c\x34\x31\x30\ \x20\x4c\x20\x31\x31\x36\x33\x2c\x31\x31\x31\x36\x20\x43\x20\x31\ \x31\x37\x34\x2c\x31\x31\x32\x37\x20\x31\x31\x39\x36\x2c\x31\x31\ \x33\x33\x20\x31\x32\x32\x39\x2c\x31\x31\x33\x33\x20\x31\x32\x37\ \x31\x2c\x31\x31\x33\x33\x20\x31\x32\x39\x32\x2c\x31\x31\x31\x38\ \x20\x31\x32\x39\x32\x2c\x31\x30\x38\x37\x20\x4c\x20\x31\x32\x39\ \x32\x2c\x39\x36\x35\x20\x43\x20\x31\x32\x39\x32\x2c\x39\x32\x39\ \x20\x31\x32\x38\x32\x2c\x39\x30\x31\x20\x31\x32\x36\x32\x2c\x38\ \x38\x31\x20\x4c\x20\x34\x34\x32\x2c\x34\x37\x20\x43\x20\x33\x39\ \x30\x2c\x2d\x36\x20\x33\x33\x38\x2c\x2d\x33\x33\x20\x32\x38\x35\ \x2c\x2d\x33\x33\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\ \x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\ \x65\x2d\x39\x36\x37\x39\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\ \x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\ \x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x38\x31\x33\ \x2c\x30\x20\x43\x20\x36\x33\x32\x2c\x30\x20\x34\x38\x39\x2c\x35\ \x34\x20\x33\x38\x33\x2c\x31\x36\x31\x20\x32\x37\x36\x2c\x32\x36\ \x38\x20\x32\x32\x33\x2c\x34\x31\x31\x20\x32\x32\x33\x2c\x35\x39\ \x32\x20\x32\x32\x33\x2c\x37\x37\x33\x20\x32\x37\x36\x2c\x39\x31\ \x36\x20\x33\x38\x33\x2c\x31\x30\x32\x33\x20\x34\x38\x39\x2c\x31\ \x31\x33\x30\x20\x36\x33\x32\x2c\x31\x31\x38\x34\x20\x38\x31\x33\ \x2c\x31\x31\x38\x34\x20\x39\x39\x32\x2c\x31\x31\x38\x34\x20\x31\ \x31\x33\x36\x2c\x31\x31\x33\x30\x20\x31\x32\x34\x35\x2c\x31\x30\ \x32\x33\x20\x31\x33\x35\x33\x2c\x39\x31\x36\x20\x31\x34\x30\x37\ \x2c\x37\x37\x32\x20\x31\x34\x30\x37\x2c\x35\x39\x32\x20\x31\x34\ \x30\x37\x2c\x34\x31\x32\x20\x31\x33\x35\x33\x2c\x32\x36\x38\x20\ \x31\x32\x34\x35\x2c\x31\x36\x31\x20\x31\x31\x33\x36\x2c\x35\x34\ \x20\x39\x39\x32\x2c\x30\x20\x38\x31\x33\x2c\x30\x20\x5a\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x32\x22\x20\x2f\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\ \x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x38\x32\x32\x36\x22\x0a\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\ \x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\ \x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\ \x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x33\x34\x36\x2c\x34\x35\x37\x20\x43\x20\x32\ \x37\x33\x2c\x34\x35\x37\x20\x32\x30\x39\x2c\x34\x38\x33\x20\x31\ \x35\x35\x2c\x35\x33\x35\x20\x31\x30\x31\x2c\x35\x38\x36\x20\x37\ \x34\x2c\x36\x34\x39\x20\x37\x34\x2c\x37\x32\x33\x20\x37\x34\x2c\ \x37\x39\x36\x20\x31\x30\x31\x2c\x38\x35\x39\x20\x31\x35\x35\x2c\ \x39\x31\x31\x20\x32\x30\x39\x2c\x39\x36\x33\x20\x32\x37\x33\x2c\ \x39\x38\x39\x20\x33\x34\x36\x2c\x39\x38\x39\x20\x34\x31\x39\x2c\ \x39\x38\x39\x20\x34\x38\x30\x2c\x39\x36\x33\x20\x35\x33\x31\x2c\ \x39\x31\x30\x20\x35\x38\x32\x2c\x38\x35\x39\x20\x36\x30\x38\x2c\ \x37\x39\x36\x20\x36\x30\x38\x2c\x37\x32\x33\x20\x36\x30\x38\x2c\ \x36\x34\x38\x20\x35\x38\x33\x2c\x35\x38\x36\x20\x35\x33\x32\x2c\ \x35\x33\x35\x20\x34\x38\x32\x2c\x34\x38\x33\x20\x34\x32\x30\x2c\ \x34\x35\x37\x20\x33\x34\x36\x2c\x34\x35\x37\x20\x5a\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\ \x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x38\x32\x31\x31\x22\x0a\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\ \x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\ \x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\ \x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\ \x3d\x22\x4d\x20\x2d\x34\x2c\x34\x35\x39\x20\x4c\x20\x31\x31\x33\ \x35\x2c\x34\x35\x39\x20\x31\x31\x33\x35\x2c\x36\x30\x36\x20\x2d\ \x34\x2c\x36\x30\x36\x20\x2d\x34\x2c\x34\x35\x39\x20\x5a\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x38\x22\x20\x2f\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\ \x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x36\x31\x35\x34\x38\x22\ \x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\ \x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\ \x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\ \x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x31\x37\x33\x2c\x37\x34\x30\x20\x43\x20\ \x31\x37\x33\x2c\x39\x30\x33\x20\x32\x33\x31\x2c\x31\x30\x34\x33\ \x20\x33\x34\x36\x2c\x31\x31\x35\x39\x20\x34\x36\x32\x2c\x31\x32\ \x37\x34\x20\x36\x30\x31\x2c\x31\x33\x33\x32\x20\x37\x36\x35\x2c\ \x31\x33\x33\x32\x20\x39\x32\x38\x2c\x31\x33\x33\x32\x20\x31\x30\ \x36\x37\x2c\x31\x32\x37\x34\x20\x31\x31\x38\x33\x2c\x31\x31\x35\ \x39\x20\x31\x32\x39\x39\x2c\x31\x30\x34\x33\x20\x31\x33\x35\x37\ \x2c\x39\x30\x33\x20\x31\x33\x35\x37\x2c\x37\x34\x30\x20\x31\x33\ \x35\x37\x2c\x35\x37\x37\x20\x31\x32\x39\x39\x2c\x34\x33\x37\x20\ \x31\x31\x38\x33\x2c\x33\x32\x32\x20\x31\x30\x36\x37\x2c\x32\x30\ \x36\x20\x39\x32\x38\x2c\x31\x34\x38\x20\x37\x36\x35\x2c\x31\x34\ \x38\x20\x36\x30\x31\x2c\x31\x34\x38\x20\x34\x36\x32\x2c\x32\x30\ \x36\x20\x33\x34\x36\x2c\x33\x32\x32\x20\x32\x33\x31\x2c\x34\x33\ \x37\x20\x31\x37\x33\x2c\x35\x37\x37\x20\x31\x37\x33\x2c\x37\x34\ \x30\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x34\x31\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x67\x34\x39\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\ \x73\x3d\x22\x4d\x61\x73\x74\x65\x72\x5f\x53\x6c\x69\x64\x65\x22\ \x3e\x0a\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\ \x67\x2d\x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\ \x22\x42\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x6f\x2d\ \x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x42\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x4f\x62\x6a\x65\x63\x74\x73\ \x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\ \x3e\x0a\x20\x3c\x67\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\ \x53\x6c\x69\x64\x65\x47\x72\x6f\x75\x70\x22\x0a\x20\x20\x20\x69\ \x64\x3d\x22\x67\x36\x36\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x67\x36\x34\x22\x3e\x0a\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x63\x6f\x6e\x74\x61\x69\x6e\x65\ \x72\x2d\x69\x64\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x69\x64\x31\x22\x0a\x20\x20\x20\x63\x6c\ \x61\x73\x73\x3d\x22\x53\x6c\x69\x64\x65\x22\x0a\x20\x20\x20\x63\ \x6c\x69\x70\x2d\x70\x61\x74\x68\x3d\x22\x75\x72\x6c\x28\x23\x70\ \x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x5f\x63\x6c\x69\x70\ \x5f\x70\x61\x74\x68\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x50\x61\x67\x65\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x67\x36\x30\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\ \x22\x47\x72\x61\x70\x68\x69\x63\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x67\x35\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x69\x64\x33\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x63\ \x6c\x61\x73\x73\x3d\x22\x42\x6f\x75\x6e\x64\x69\x6e\x67\x42\x6f\ \x78\x22\x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\ \x6e\x65\x22\x0a\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\ \x65\x22\x0a\x20\x20\x20\x78\x3d\x22\x32\x39\x36\x22\x0a\x20\x20\ \x20\x79\x3d\x22\x32\x39\x36\x22\x0a\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x34\x39\x39\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x34\x39\x39\x37\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x72\x65\x63\x74\x35\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x66\x69\x6c\ \x6c\x3d\x22\x72\x67\x62\x28\x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\ \x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\x6e\x65\x22\x0a\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x35\x30\x34\x32\x2c\x32\x31\x37\ \x34\x20\x43\x20\x35\x30\x33\x30\x2c\x32\x31\x37\x36\x20\x35\x30\ \x32\x30\x2c\x32\x31\x38\x30\x20\x35\x30\x30\x39\x2c\x32\x31\x38\ \x34\x20\x34\x39\x34\x33\x2c\x32\x32\x31\x34\x20\x34\x39\x30\x33\ \x2c\x32\x32\x38\x37\x20\x34\x39\x31\x38\x2c\x32\x33\x36\x31\x20\ \x35\x30\x38\x36\x2c\x33\x31\x38\x38\x20\x34\x37\x35\x35\x2c\x34\ \x30\x34\x35\x20\x34\x30\x37\x35\x2c\x34\x35\x34\x34\x20\x33\x36\ \x31\x31\x2c\x34\x38\x38\x34\x20\x33\x30\x33\x38\x2c\x35\x30\x32\ \x32\x20\x32\x34\x36\x33\x2c\x34\x39\x33\x34\x20\x31\x38\x38\x37\ \x2c\x34\x38\x34\x35\x20\x31\x33\x38\x33\x2c\x34\x35\x34\x31\x20\ \x31\x30\x34\x33\x2c\x34\x30\x37\x37\x20\x33\x33\x36\x2c\x33\x31\ \x31\x32\x20\x35\x34\x35\x2c\x31\x37\x35\x32\x20\x31\x35\x31\x30\ \x2c\x31\x30\x34\x34\x20\x31\x39\x37\x34\x2c\x37\x30\x34\x20\x32\ \x35\x34\x36\x2c\x35\x36\x36\x20\x33\x31\x32\x32\x2c\x36\x35\x35\ \x20\x33\x36\x38\x31\x2c\x37\x34\x31\x20\x34\x31\x37\x32\x2c\x31\ \x30\x33\x31\x20\x34\x35\x31\x32\x2c\x31\x34\x37\x32\x20\x4c\x20\ \x34\x33\x36\x36\x2c\x31\x34\x35\x31\x20\x43\x20\x34\x32\x37\x39\ \x2c\x31\x34\x33\x39\x20\x34\x31\x39\x38\x2c\x31\x34\x39\x39\x20\ \x34\x31\x38\x36\x2c\x31\x35\x38\x36\x20\x34\x31\x37\x34\x2c\x31\ \x36\x37\x33\x20\x34\x32\x33\x34\x2c\x31\x37\x35\x33\x20\x34\x33\ \x32\x31\x2c\x31\x37\x36\x35\x20\x4c\x20\x34\x38\x34\x37\x2c\x31\ \x38\x34\x31\x20\x43\x20\x34\x38\x35\x31\x2c\x31\x38\x34\x32\x20\ \x34\x38\x35\x34\x2c\x31\x38\x34\x32\x20\x34\x38\x35\x38\x2c\x31\ \x38\x34\x32\x20\x34\x38\x36\x32\x2c\x31\x38\x34\x32\x20\x34\x38\ \x36\x36\x2c\x31\x38\x34\x33\x20\x34\x38\x37\x30\x2c\x31\x38\x34\ \x33\x20\x34\x39\x34\x38\x2c\x31\x38\x34\x33\x20\x35\x30\x31\x36\ \x2c\x31\x37\x38\x36\x20\x35\x30\x32\x37\x2c\x31\x37\x30\x37\x20\ \x4c\x20\x35\x31\x30\x33\x2c\x31\x31\x38\x30\x20\x43\x20\x35\x31\ \x31\x35\x2c\x31\x30\x39\x33\x20\x35\x30\x35\x35\x2c\x31\x30\x31\ \x33\x20\x34\x39\x36\x38\x2c\x31\x30\x30\x30\x20\x34\x38\x38\x32\ \x2c\x39\x38\x38\x20\x34\x38\x30\x31\x2c\x31\x30\x34\x38\x20\x34\ \x37\x38\x39\x2c\x31\x31\x33\x35\x20\x4c\x20\x34\x37\x36\x37\x2c\ \x31\x32\x38\x34\x20\x43\x20\x34\x33\x37\x38\x2c\x37\x37\x34\x20\ \x33\x38\x31\x33\x2c\x34\x34\x30\x20\x33\x31\x37\x30\x2c\x33\x34\ \x31\x20\x32\x35\x31\x31\x2c\x32\x33\x39\x20\x31\x38\x35\x35\x2c\ \x33\x39\x38\x20\x31\x33\x32\x32\x2c\x37\x38\x38\x20\x37\x39\x30\ \x2c\x31\x31\x37\x39\x20\x34\x34\x31\x2c\x31\x37\x35\x37\x20\x33\ \x33\x39\x2c\x32\x34\x31\x36\x20\x32\x33\x38\x2c\x33\x30\x37\x36\ \x20\x33\x39\x37\x2c\x33\x37\x33\x32\x20\x37\x38\x37\x2c\x34\x32\ \x36\x34\x20\x31\x31\x37\x37\x2c\x34\x37\x39\x37\x20\x31\x37\x35\ \x35\x2c\x35\x31\x34\x36\x20\x32\x34\x31\x34\x2c\x35\x32\x34\x37\ \x20\x32\x35\x34\x34\x2c\x35\x32\x36\x37\x20\x32\x36\x37\x34\x2c\ \x35\x32\x37\x37\x20\x32\x38\x30\x33\x2c\x35\x32\x37\x37\x20\x33\ \x33\x32\x38\x2c\x35\x32\x37\x37\x20\x33\x38\x33\x35\x2c\x35\x31\ \x31\x33\x20\x34\x32\x36\x33\x2c\x34\x38\x30\x30\x20\x35\x30\x34\ \x33\x2c\x34\x32\x32\x38\x20\x35\x34\x32\x32\x2c\x33\x32\x34\x36\ \x20\x35\x32\x32\x39\x2c\x32\x32\x39\x38\x20\x35\x32\x31\x32\x2c\ \x32\x32\x31\x32\x20\x35\x31\x32\x38\x2c\x32\x31\x35\x37\x20\x35\ \x30\x34\x32\x2c\x32\x31\x37\x34\x20\x5a\x22\x0a\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x35\x33\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x66\ \x69\x6c\x6c\x3d\x22\x72\x67\x62\x28\x30\x2c\x30\x2c\x30\x29\x22\ \x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\x6e\x65\ \x22\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\x36\x35\x38\x2c\x32\ \x38\x35\x33\x20\x4c\x20\x33\x31\x31\x37\x2c\x32\x38\x35\x33\x20\ \x43\x20\x33\x30\x37\x37\x2c\x32\x37\x36\x33\x20\x33\x30\x30\x35\ \x2c\x32\x36\x39\x31\x20\x32\x39\x31\x35\x2c\x32\x36\x35\x31\x20\ \x4c\x20\x32\x39\x31\x35\x2c\x31\x34\x33\x34\x20\x43\x20\x32\x39\ \x31\x35\x2c\x31\x33\x34\x36\x20\x32\x38\x34\x34\x2c\x31\x32\x37\ \x35\x20\x32\x37\x35\x36\x2c\x31\x32\x37\x35\x20\x32\x36\x36\x38\ \x2c\x31\x32\x37\x35\x20\x32\x35\x39\x37\x2c\x31\x33\x34\x36\x20\ \x32\x35\x39\x37\x2c\x31\x34\x33\x34\x20\x4c\x20\x32\x35\x39\x37\ \x2c\x32\x36\x35\x31\x20\x43\x20\x32\x34\x35\x39\x2c\x32\x37\x31\ \x33\x20\x32\x33\x36\x32\x2c\x32\x38\x35\x31\x20\x32\x33\x36\x32\ \x2c\x33\x30\x31\x32\x20\x32\x33\x36\x32\x2c\x33\x32\x33\x30\x20\ \x32\x35\x33\x39\x2c\x33\x34\x30\x36\x20\x32\x37\x35\x36\x2c\x33\ \x34\x30\x36\x20\x32\x39\x31\x37\x2c\x33\x34\x30\x36\x20\x33\x30\ \x35\x35\x2c\x33\x33\x30\x39\x20\x33\x31\x31\x37\x2c\x33\x31\x37\ \x31\x20\x4c\x20\x33\x36\x35\x38\x2c\x33\x31\x37\x31\x20\x43\x20\ \x33\x37\x34\x36\x2c\x33\x31\x37\x31\x20\x33\x38\x31\x37\x2c\x33\ \x31\x30\x30\x20\x33\x38\x31\x37\x2c\x33\x30\x31\x32\x20\x33\x38\ \x31\x37\x2c\x32\x39\x32\x34\x20\x33\x37\x34\x36\x2c\x32\x38\x35\ \x33\x20\x33\x36\x35\x38\x2c\x32\x38\x35\x33\x20\x4c\x20\x33\x36\ \x35\x38\x2c\x32\x38\x35\x33\x20\x5a\x20\x4d\x20\x32\x36\x37\x39\ \x2c\x33\x30\x31\x32\x20\x43\x20\x32\x36\x37\x39\x2c\x32\x39\x37\ \x30\x20\x32\x37\x31\x34\x2c\x32\x39\x33\x35\x20\x32\x37\x35\x36\ \x2c\x32\x39\x33\x35\x20\x32\x37\x39\x38\x2c\x32\x39\x33\x35\x20\ \x32\x38\x33\x33\x2c\x32\x39\x37\x30\x20\x32\x38\x33\x33\x2c\x33\ \x30\x31\x32\x20\x32\x38\x33\x33\x2c\x33\x30\x35\x34\x20\x32\x37\ \x39\x38\x2c\x33\x30\x38\x39\x20\x32\x37\x35\x36\x2c\x33\x30\x38\ \x39\x20\x32\x37\x31\x34\x2c\x33\x30\x38\x39\x20\x32\x36\x37\x39\ \x2c\x33\x30\x35\x34\x20\x32\x36\x37\x39\x2c\x33\x30\x31\x32\x20\ \x4c\x20\x32\x36\x37\x39\x2c\x33\x30\x31\x32\x20\x5a\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x50\ \x00\ \x00\x1e\x45\x78\x9c\xed\x59\x4b\x8f\xdb\x36\x10\xbe\xe7\x57\x08\ \xca\x25\x41\x4d\x89\xd4\x5b\x5a\xef\x06\x68\x8b\x06\x05\xda\x4b\ \xfa\x02\x7a\xa3\x25\x5a\x66\x57\x22\x5d\x8a\x5e\xef\xee\xaf\xef\ \x90\x92\x2c\xc9\x71\x93\xa6\xed\x29\xf1\x1a\x81\x34\x2f\xce\x83\ \xe4\x37\x13\x7b\xfd\xe6\xb1\x6d\x9c\x07\xa6\x3a\x2e\xc5\xad\x4b\ \x3c\xec\x3a\x4c\x94\xb2\xe2\xa2\xbe\x75\x7f\xf9\xf9\x3b\x94\xb9\ \x4e\xa7\xa9\xa8\x68\x23\x05\xbb\x75\x85\x74\xdf\xdc\xbd\x58\x77\ \x0f\xf5\x0b\xc7\x71\xc0\x58\x74\x85\xec\x36\xb7\xee\x4e\xeb\x7d\ \xe1\xfb\xc7\xe3\xd1\x93\x7b\x26\xba\x23\xd5\xe5\x6e\x23\xe5\xbd\ \x27\x55\xed\x1f\x14\xf7\x03\x8c\x73\x1f\x74\xdd\xc9\xb2\x2a\x4f\ \x86\xfb\x83\x6a\xac\x6a\x55\xfa\xac\x61\x2d\x13\xba\xf3\x89\x47\ \xfc\x99\x7a\x39\xa9\x97\x8a\x51\xcd\x1f\x58\x29\xdb\x56\x8a\xce\ \x5a\x8a\xee\xe5\x4c\x59\x55\xdb\x45\x54\xc7\xd0\x2a\x91\x3c\xcf\ \x7d\x1c\xf8\x41\x80\x40\x03\x75\x4f\x42\xd3\x47\xb4\x34\x85\xec\ \x2e\x99\x42\x02\xd8\x07\xd9\xa4\xf9\x51\xad\x23\xaf\xf4\xee\xd6\ \x0d\x03\x4b\xcd\xea\x4c\x2c\x83\x57\xb7\x2e\xa8\xa6\x61\x16\x59\ \x7a\xc7\x78\xbd\xd3\x56\xff\x0e\xe8\x75\xcb\x34\xad\xa8\xa6\x46\ \xd6\x6b\x8f\x9c\x00\x67\x71\x64\x95\x40\x0d\x12\x29\xde\x7d\xfb\ \x5d\x4f\x01\x5d\x96\xc5\x6f\x52\xdd\x0f\x24\xfc\x19\x05\xba\x91\ \x07\x58\xda\xbd\x3b\xb1\xd7\x55\x59\x68\xae\x1b\xe6\xf8\x4b\xe6\ \x56\xaa\x96\xea\x3b\xde\xd2\x9a\x99\x54\xbe\x82\x64\xd7\xfe\x24\ \x58\xae\xf0\xb4\x67\x93\xa7\xde\x97\x62\x9d\x3c\xa8\x92\x5d\xdc\ \xdd\xaa\x6c\xb9\x31\xf2\x7f\xd2\xbc\x69\xbe\x37\x4e\xdc\x29\x82\ \xb5\x3f\x44\x3f\xe4\xe6\xcf\x92\x5b\xfb\x63\xfa\x96\xaa\xd8\xb6\ \x9b\x2a\x63\x28\x28\x64\x32\x16\xa5\xe1\x82\x51\xf5\x56\xd1\x8a\ \xc3\x59\x1a\x23\x84\xf3\x57\xec\x29\x17\x50\x89\x4e\x36\xbc\x72\ \x47\x81\x59\x62\x69\x12\x27\x38\x39\x55\x6b\xdd\x69\xb9\x9f\xd2\ \xec\xf4\x53\x03\xd9\x19\x26\x2a\x65\x23\x55\xf1\x12\xdb\xbf\x1b\ \xcb\x92\x7b\x5a\x42\x8e\x05\xb9\x71\x27\x1b\xb9\xdd\x76\x0c\xfc\ \xe2\x19\xcf\x1e\x00\xb0\x00\x5f\xd9\xa9\x08\x6b\x7f\x19\xc8\xff\ \x95\x50\x14\x07\x9f\x92\xd0\xd6\xfe\xfd\xcb\x84\xc0\xd7\x7f\x4f\ \xa8\x1e\x44\x1f\xc8\x29\x4c\x30\x46\xd1\xa7\x64\x15\x99\xcf\x59\ \x56\xff\x30\x29\x70\x16\xa0\x74\x7e\x58\x3f\xea\xae\xda\x98\xcf\ \xc7\xdd\x91\xcb\xee\x22\x94\x7c\xb0\x8a\x70\x2b\xe1\xd8\xdb\xb7\ \xba\x5f\x40\x2b\x2a\x3a\x73\x4f\x6f\x5d\xfb\xda\x50\xcd\x5e\xe1\ \x15\x49\x5e\xbb\xd3\x5d\xa9\xb3\x28\x1f\xef\x49\x3d\x3a\x9e\x59\ \xc2\x25\x57\xfc\xf1\x15\xf1\xb2\x20\x88\xf3\x2c\x5f\x61\xf8\xcc\ \x28\x2f\xc6\x69\x6e\xa8\x15\x22\xa1\x97\x24\x79\x94\x07\xaf\x17\ \xbb\x54\xe7\x70\xa0\x4f\x65\xaa\x97\xc9\x81\x10\xcf\x71\x68\x26\ \x1e\xe3\xcb\xc3\x99\x02\xa8\xec\xa9\xde\xcd\xb5\x1c\xc7\x80\xa1\ \x93\x79\x11\xe0\x79\xb2\xc2\x4e\xe9\xa0\xc8\x23\x61\x12\x10\x20\ \x50\xea\xc5\xab\xd0\x0b\x93\x30\xcd\x7b\x02\xfe\x39\x78\x35\x68\ \x38\x83\xc8\x72\x47\xe9\x64\x6d\x38\x68\xb4\xb6\x44\x6f\x3d\x3a\ \x70\x46\x61\x2f\x40\x27\x95\x67\xa7\x05\x35\x02\xb1\x84\x5e\x9c\ \xc7\x69\x0a\x8b\x25\x20\x0c\xbc\x1c\x47\x41\x68\xdf\x13\xbb\xd4\ \x20\x77\xd0\x20\xb2\x6c\x34\xca\xd1\x64\x6e\x79\xa3\xd6\x40\xf5\ \x4b\x8c\x4a\xce\xb8\x84\xe5\x9f\x14\x9e\xdd\x65\xb9\x4c\x59\x4b\ \xae\xca\x86\x45\x59\x86\xcf\x84\xc3\xc1\x5d\x22\xd9\x56\x0a\x8d\ \xac\xa4\x10\x06\xf7\x9b\x9e\xf3\x40\x15\xa7\x42\x2f\x78\x47\xdb\ \xb7\x16\xac\x4e\x2b\x06\x13\xc0\x92\xc7\x9f\x59\xd1\xb2\x8a\x1f\ \xda\x1b\x73\x96\xd1\xee\x7d\xbb\x2d\x6d\x79\xf3\x54\x74\x70\x16\ \x51\xc7\x14\xdf\x2e\xbc\xa2\x86\xd7\x54\x1f\xa0\xbf\x5c\x8a\x09\ \xed\x65\xc7\x35\x74\xd8\x8b\xc2\x92\xee\x2f\x5b\x89\x43\x0b\x8e\ \xca\x8b\x32\xda\x68\xa6\x04\xdc\xa1\xa5\xe9\x96\xd9\x28\x20\x42\ \xad\x61\x54\x3a\x09\x35\x7b\xd4\x88\x8b\x0a\xae\x67\x81\x7b\x8a\ \x42\xc8\xa2\x80\x19\x4a\xe9\x9e\x51\xc1\xd0\xa2\xe8\x10\xa6\x60\ \xe7\x4c\x64\x2a\x73\x59\xd2\x6f\x86\x85\xf9\xf7\x64\xcb\xbd\x6b\ \x20\x2e\xa6\x50\x67\x10\x47\xd4\x63\x74\x47\xa9\xaa\x73\x9e\x5d\ \xe7\x74\xf5\x7b\xbf\x47\xc5\x4d\x56\xa8\x95\x15\x2b\x1a\x85\xf4\ \xe6\xa6\xe2\x8a\x95\x36\xe6\x46\xab\xde\x48\x2a\x83\x42\x7d\x22\ \x2d\x7f\x64\xd5\x4d\x25\x5b\x2e\x4c\xd5\x36\xb4\x63\x36\x0d\x7a\ \xd0\xf2\x66\xa4\x50\xb7\xe3\x5b\x5d\x8c\xe4\x50\x1e\x51\xee\x20\ \xf0\xbe\x3e\xc7\x1d\xd7\xcc\x46\x78\x3a\x73\xdd\x8e\xee\x19\xda\ \xd3\xca\x8c\xa4\x50\xd3\xb2\xe1\x7b\xa4\x0e\xf6\x50\x8a\x67\xa6\ \x24\x84\xd6\xed\x1b\xfa\x54\x70\x61\x57\x95\x30\x65\x6d\x1b\x79\ \x2c\x1e\x78\xc7\x37\x0d\xbb\xb1\x4f\xde\x18\xe4\x1d\x59\x53\x3b\ \xe3\x50\xcd\x3e\x05\x1b\x2a\xe4\x81\x40\x41\x54\x7d\xee\x43\x0c\ \xb6\xb6\xb0\xad\x50\xd2\xfd\xa8\xde\xbd\x7b\xfb\xf5\x25\x01\xda\ \x72\x73\x64\xba\xa2\x07\x6b\xa3\x65\x37\xec\x7c\x4c\xb0\xbc\x29\ \x0e\x98\x64\x35\x2c\xc5\xb6\x5b\x78\xe9\x77\x01\x16\x6a\xa6\xcb\ \x08\xc4\x4c\xdd\x92\x8b\x2a\xc0\x7d\x93\xf7\xc3\xb9\xe9\xdf\x91\ \x1d\x3e\x41\x79\x20\x4d\x40\x70\x07\x8a\xee\xcf\x03\x55\x6c\xce\ \xfd\x43\x72\x51\x28\x79\x10\xd5\xc8\x85\x09\x8d\xa9\x86\xc3\xa3\ \x88\x46\x5e\x45\x61\x2f\x94\x82\x4a\xcf\x9d\x18\x6e\xdf\xc4\x0a\ \x3c\xf2\xa6\x38\xfb\x02\x29\x28\x28\xdc\x30\xd8\x3f\x5b\x64\x3b\ \x57\x9e\x33\xfb\x7d\x3e\x63\xda\x13\x72\xc6\x63\x82\xc2\x0e\xc1\ \x11\x2b\xef\x6b\x1b\x73\x41\xcb\xf2\xd0\x1e\x4c\xa3\x73\xe7\x93\ \xec\xdf\x77\x0d\x32\x74\x8d\xd4\x79\x70\x88\xb3\x73\x48\xe4\xfc\ \xea\xa4\xce\xef\x17\x20\xd3\xac\x00\x80\x19\x5c\x01\xf3\x0a\x98\ \x57\xc0\xfc\x1c\x00\x93\x3d\x30\x21\xab\xea\x13\x00\x73\x73\xd0\ \xfa\x3d\xb8\xb4\x08\xf9\x25\xc0\xe5\x8f\x30\x64\x67\x71\x18\x65\ \x30\xf6\x93\x28\x89\x32\xa0\xcd\x33\x02\x1a\xf8\x71\x00\xe3\x6e\ \xe0\xe1\x34\xc2\xc1\xaa\x7f\x9a\xf9\x9a\xe0\x9c\xe4\x30\x6f\xc7\ \x01\x0e\x52\xa0\x71\x16\xe6\x39\x0c\xb7\x49\x46\x92\xc8\x41\xd8\ \xc3\x41\x9c\x80\x3e\xc9\x93\x30\x71\x10\xf1\x30\x4e\x81\x01\x06\ \xe0\x29\x33\x13\xf0\xc9\x82\x90\x30\x70\x1a\x07\x7b\x29\x4e\xb1\ \xf1\x6a\x9f\xd6\x6b\x10\x92\xc0\x8e\xc7\xe6\x25\x33\x63\x7d\x94\ \x02\xae\xc3\xa0\x9e\x91\x1c\x86\x77\x60\xa4\x49\x6e\xa7\xf3\x10\ \x27\xe0\xd8\xf8\xcd\x8d\x41\x94\x25\x51\x6e\xfc\x92\x28\x34\x9c\ \xd8\x23\x49\x92\x86\x76\xb4\x1f\x4d\x22\x0c\x6e\x2e\xcd\xd1\x43\ \x53\x88\xae\x4d\xe1\xda\x14\xae\x4d\xe1\xda\x14\xbe\xbc\xa6\xd0\ \xce\x9a\x40\xdf\x14\x4a\xc7\xc2\x70\x98\x98\xaf\x3b\xcc\x33\x35\ \x58\x1a\xe1\x38\x37\xa8\x9e\x93\x30\x9f\xb0\x75\x80\xd6\x1e\x8c\ \x2d\x16\x67\xb1\x63\xa0\x38\x4e\xc9\x2a\x86\x1e\x12\x43\x4f\x98\ \x94\x7b\xe8\xfe\xe1\xd4\x87\x48\x34\xf8\xfc\xc6\x49\xbc\x34\x4d\ \x71\xb2\x22\xa6\xf3\x98\x35\x63\x2f\xcd\x63\xb2\xca\xbd\x34\x24\ \xd0\x9a\x80\x34\x5f\x4e\x99\x2f\x78\xc2\x98\x24\x86\x8e\x22\x70\ \x1a\xc3\xe2\xe6\xdb\x1d\x63\x9f\x47\xa9\xf9\x86\x26\x00\xaf\xb3\ \x56\xd7\xb7\xb6\x0f\xfc\x97\x20\xb9\xa2\xff\x15\xfd\xaf\xe8\x7f\ \x45\xff\xcf\x17\xfd\xd7\x7e\x3d\xfd\x2c\x57\x8f\xbf\x42\xd4\xfd\ \x0f\x0f\xf0\x58\x9b\x1f\x07\xef\x5e\xfc\x05\x5c\x03\x03\x02\ \x00\x00\x10\xd8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x34\x30\x38\x2e\x36\x38\x37\x35\x2c\x33\ \x34\x39\x2e\x35\x31\x39\x35\x33\x20\x63\x20\x2d\x31\x2e\x34\x33\ \x35\x39\x32\x2c\x2d\x30\x2e\x32\x32\x32\x39\x33\x20\x2d\x32\x2e\ \x38\x37\x39\x32\x32\x2c\x2d\x30\x2e\x32\x30\x38\x33\x39\x20\x2d\ \x34\x2e\x33\x34\x33\x37\x35\x2c\x30\x2e\x30\x35\x32\x37\x20\x2d\ \x35\x2e\x38\x35\x38\x31\x33\x2c\x31\x2e\x30\x34\x34\x35\x20\x2d\ \x31\x31\x2e\x33\x36\x37\x36\x36\x2c\x35\x2e\x35\x37\x34\x33\x32\ \x20\x2d\x31\x38\x2e\x35\x36\x30\x35\x35\x2c\x31\x32\x2e\x38\x34\ \x31\x37\x39\x20\x6c\x20\x2d\x33\x35\x2e\x35\x37\x34\x32\x32\x2c\ \x33\x35\x2e\x39\x34\x33\x33\x36\x20\x32\x2e\x38\x34\x33\x37\x35\ \x2c\x32\x2e\x38\x31\x32\x35\x20\x33\x35\x2e\x35\x37\x34\x32\x32\ \x2c\x2d\x33\x35\x2e\x39\x34\x31\x34\x20\x63\x20\x37\x2e\x30\x33\ \x36\x35\x35\x2c\x2d\x37\x2e\x31\x30\x39\x35\x31\x20\x31\x32\x2e\ \x31\x39\x38\x38\x36\x2c\x2d\x31\x30\x2e\x39\x36\x36\x31\x34\x20\ \x31\x36\x2e\x34\x31\x39\x39\x33\x2c\x2d\x31\x31\x2e\x37\x31\x38\ \x37\x35\x20\x34\x2e\x32\x32\x31\x30\x36\x2c\x2d\x30\x2e\x37\x35\ \x32\x36\x32\x20\x38\x2e\x31\x39\x38\x31\x32\x2c\x31\x2e\x31\x32\ \x34\x39\x33\x20\x31\x33\x2e\x39\x33\x39\x34\x35\x2c\x36\x2e\x39\ \x32\x35\x37\x38\x20\x35\x2e\x37\x34\x31\x33\x33\x2c\x35\x2e\x38\ \x30\x30\x38\x34\x20\x37\x2e\x36\x31\x30\x33\x36\x2c\x39\x2e\x38\ \x33\x34\x35\x32\x20\x36\x2e\x38\x36\x31\x33\x33\x2c\x31\x34\x2e\ \x31\x32\x33\x30\x34\x20\x2d\x30\x2e\x37\x34\x39\x30\x34\x2c\x34\ \x2e\x32\x38\x38\x35\x33\x20\x2d\x34\x2e\x35\x36\x38\x39\x32\x2c\ \x39\x2e\x34\x39\x39\x38\x38\x20\x2d\x31\x31\x2e\x36\x30\x35\x34\ \x37\x2c\x31\x36\x2e\x36\x30\x39\x33\x38\x20\x6c\x20\x2d\x31\x36\ \x2e\x36\x30\x31\x35\x37\x2c\x31\x36\x2e\x37\x37\x33\x34\x34\x20\ \x2d\x31\x38\x2e\x39\x37\x32\x36\x35\x2c\x31\x39\x2e\x31\x36\x39\ \x39\x32\x20\x63\x20\x2d\x34\x2e\x35\x2c\x34\x2e\x35\x34\x36\x36\ \x36\x20\x2d\x37\x2e\x38\x39\x35\x36\x33\x2c\x36\x2e\x32\x33\x33\ \x32\x37\x20\x2d\x31\x30\x2e\x36\x39\x33\x33\x36\x2c\x36\x2e\x32\ \x34\x36\x30\x39\x20\x2d\x32\x2e\x37\x39\x37\x37\x33\x2c\x30\x2e\ \x30\x31\x32\x38\x20\x2d\x35\x2e\x35\x39\x39\x37\x33\x2c\x2d\x31\ \x2e\x36\x32\x31\x31\x38\x20\x2d\x38\x2e\x39\x39\x32\x31\x39\x2c\ \x2d\x35\x2e\x30\x34\x38\x38\x33\x20\x2d\x33\x2e\x33\x39\x32\x35\ \x2c\x2d\x33\x2e\x34\x32\x37\x36\x34\x20\x2d\x35\x2e\x30\x31\x38\ \x36\x36\x2c\x2d\x36\x2e\x32\x36\x36\x35\x35\x20\x2d\x35\x2e\x30\ \x30\x35\x38\x36\x2c\x2d\x39\x2e\x31\x31\x37\x31\x38\x20\x30\x2e\ \x30\x31\x32\x38\x2c\x2d\x32\x2e\x38\x35\x30\x36\x33\x20\x31\x2e\ \x36\x39\x31\x33\x36\x2c\x2d\x36\x2e\x32\x38\x35\x33\x37\x20\x36\ \x2e\x31\x39\x31\x34\x31\x2c\x2d\x31\x30\x2e\x38\x33\x32\x30\x33\ \x20\x6c\x20\x33\x30\x2e\x38\x33\x30\x30\x38\x2c\x2d\x33\x31\x2e\ \x31\x35\x30\x34\x20\x63\x20\x33\x2e\x34\x35\x33\x31\x36\x2c\x2d\ \x33\x2e\x34\x38\x38\x39\x33\x20\x35\x2e\x39\x39\x34\x37\x31\x2c\ \x2d\x35\x2e\x31\x34\x32\x35\x32\x20\x37\x2e\x37\x37\x39\x32\x39\ \x2c\x2d\x35\x2e\x34\x31\x39\x39\x32\x20\x31\x2e\x37\x38\x34\x35\ \x39\x2c\x2d\x30\x2e\x32\x37\x37\x34\x20\x33\x2e\x34\x31\x32\x36\ \x39\x2c\x30\x2e\x34\x33\x31\x30\x31\x20\x35\x2e\x39\x37\x38\x35\ \x32\x2c\x33\x2e\x30\x32\x33\x34\x34\x20\x32\x2e\x35\x36\x35\x38\ \x32\x2c\x32\x2e\x35\x39\x32\x34\x32\x20\x33\x2e\x32\x38\x30\x30\ \x32\x2c\x34\x2e\x32\x35\x33\x39\x34\x20\x33\x2e\x30\x30\x31\x39\ \x35\x2c\x36\x2e\x30\x38\x30\x30\x38\x20\x2d\x30\x2e\x32\x37\x38\ \x30\x36\x2c\x31\x2e\x38\x32\x36\x31\x34\x20\x2d\x31\x2e\x39\x31\ \x39\x39\x31\x2c\x34\x2e\x33\x38\x39\x39\x38\x20\x2d\x35\x2e\x33\ \x37\x33\x30\x34\x2c\x37\x2e\x38\x37\x38\x39\x20\x6c\x20\x2d\x33\ \x30\x2e\x38\x33\x30\x30\x38\x2c\x33\x31\x2e\x31\x35\x30\x34\x20\ \x32\x2e\x38\x34\x31\x37\x39\x2c\x32\x2e\x38\x31\x34\x34\x35\x20\ \x33\x30\x2e\x38\x33\x32\x30\x34\x2c\x2d\x33\x31\x2e\x31\x35\x30\ \x33\x39\x20\x63\x20\x33\x2e\x36\x36\x31\x35\x39\x2c\x2d\x33\x2e\ \x36\x39\x39\x35\x35\x20\x35\x2e\x39\x37\x31\x39\x2c\x2d\x36\x2e\ \x37\x32\x36\x32\x34\x20\x36\x2e\x34\x38\x34\x33\x37\x2c\x2d\x31\ \x30\x2e\x30\x39\x31\x38\x20\x30\x2e\x35\x31\x32\x34\x37\x2c\x2d\ \x33\x2e\x33\x36\x35\x35\x35\x20\x2d\x31\x2e\x31\x34\x35\x34\x33\ \x2c\x2d\x36\x2e\x34\x39\x37\x34\x37\x20\x2d\x34\x2e\x31\x31\x33\ \x32\x38\x2c\x2d\x39\x2e\x34\x39\x36\x30\x39\x20\x2d\x32\x2e\x39\ \x36\x37\x38\x36\x2c\x2d\x32\x2e\x39\x39\x38\x36\x33\x20\x2d\x36\ \x2e\x30\x38\x33\x36\x36\x2c\x2d\x34\x2e\x36\x38\x35\x33\x39\x20\ \x2d\x39\x2e\x34\x33\x37\x35\x2c\x2d\x34\x2e\x31\x36\x34\x30\x37\ \x20\x2d\x33\x2e\x33\x35\x33\x38\x34\x2c\x30\x2e\x35\x32\x31\x33\ \x33\x20\x2d\x36\x2e\x33\x34\x36\x31\x39\x2c\x32\x2e\x38\x36\x31\ \x20\x2d\x31\x30\x2e\x30\x30\x37\x38\x31\x2c\x36\x2e\x35\x36\x30\ \x35\x35\x20\x6c\x20\x2d\x33\x30\x2e\x38\x33\x30\x30\x38\x2c\x33\ \x31\x2e\x31\x35\x30\x33\x39\x20\x63\x20\x2d\x34\x2e\x38\x35\x36\ \x37\x2c\x34\x2e\x39\x30\x37\x30\x31\x20\x2d\x37\x2e\x33\x32\x38\ \x30\x34\x2c\x39\x2e\x32\x35\x38\x33\x20\x2d\x37\x2e\x33\x34\x37\ \x36\x36\x2c\x31\x33\x2e\x36\x32\x38\x39\x31\x20\x2d\x30\x2e\x30\ \x31\x39\x36\x2c\x34\x2e\x33\x37\x30\x36\x20\x32\x2e\x34\x33\x39\ \x38\x32\x2c\x38\x2e\x31\x38\x38\x33\x38\x20\x36\x2e\x31\x36\x32\ \x31\x31\x2c\x31\x31\x2e\x39\x34\x39\x32\x32\x20\x33\x2e\x37\x32\ \x32\x32\x34\x2c\x33\x2e\x37\x36\x30\x38\x35\x20\x37\x2e\x35\x30\ \x36\x31\x2c\x36\x2e\x32\x35\x34\x33\x20\x31\x31\x2e\x38\x35\x35\ \x34\x37\x2c\x36\x2e\x32\x33\x34\x33\x37\x20\x34\x2e\x33\x34\x39\ \x33\x38\x2c\x2d\x30\x2e\x30\x31\x39\x39\x20\x38\x2e\x36\x36\x30\ \x39\x33\x2c\x2d\x32\x2e\x35\x32\x36\x35\x38\x20\x31\x33\x2e\x35\ \x31\x37\x35\x38\x2c\x2d\x37\x2e\x34\x33\x33\x35\x39\x20\x6c\x20\ \x31\x38\x2e\x39\x37\x32\x36\x36\x2c\x2d\x31\x39\x2e\x31\x36\x37\ \x39\x37\x20\x31\x36\x2e\x36\x30\x31\x35\x36\x2c\x2d\x31\x36\x2e\ \x37\x37\x33\x34\x34\x20\x63\x20\x37\x2e\x31\x39\x32\x39\x2c\x2d\ \x37\x2e\x32\x36\x37\x34\x37\x20\x31\x31\x2e\x36\x37\x33\x34\x37\ \x2c\x2d\x31\x32\x2e\x38\x33\x39\x32\x20\x31\x32\x2e\x37\x30\x33\ \x31\x32\x2c\x2d\x31\x38\x2e\x37\x33\x34\x33\x37\x20\x31\x2e\x30\ \x32\x39\x36\x35\x2c\x2d\x35\x2e\x38\x39\x35\x31\x37\x20\x2d\x31\ \x2e\x38\x34\x34\x33\x38\x2c\x2d\x31\x31\x2e\x34\x34\x36\x39\x39\ \x20\x2d\x37\x2e\x39\x36\x30\x39\x34\x2c\x2d\x31\x37\x2e\x36\x32\ \x36\x39\x36\x20\x2d\x34\x2e\x35\x38\x37\x34\x31\x2c\x2d\x34\x2e\ \x36\x33\x34\x39\x37\x20\x2d\x38\x2e\x38\x33\x32\x38\x35\x2c\x2d\ \x37\x2e\x34\x33\x32\x37\x36\x20\x2d\x31\x33\x2e\x31\x34\x30\x36\ \x32\x2c\x2d\x38\x2e\x31\x30\x31\x35\x36\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\ \x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\ \x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\x6c\x69\ \x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\x61\x6e\ \x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\x6e\ \x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\ \x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\ \x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\ \x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\ \x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\x72\x74\ \x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\ \x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\ \x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\ \x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\ \x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\x65\x72\ \x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\ \x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\x65\x63\ \x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\x69\x6e\ \x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\x6e\x65\ \x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\x74\x61\ \x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\ \x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\x65\x3a\ \x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\ \x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\ \x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\x72\x2d\ \x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x73\x52\ \x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\ \x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\x3a\x6c\ \x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x6f\x6c\ \x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\ \x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\ \x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\ \x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x31\x30\x37\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\ \x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\ \x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\x65\x2d\x72\ \x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x73\x68\ \x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\ \x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\ \x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\ \x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x19\xab\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x34\ \x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x33\x37\x31\x2e\x39\x34\x33\x35\x31\x2c\ \x33\x36\x32\x2e\x31\x36\x35\x32\x39\x20\x63\x20\x31\x37\x2e\x31\ \x39\x37\x38\x38\x2c\x2d\x39\x2e\x39\x31\x36\x30\x31\x20\x33\x39\ \x2e\x32\x36\x31\x34\x39\x2c\x2d\x33\x2e\x39\x38\x34\x34\x34\x20\ \x34\x39\x2e\x32\x30\x39\x32\x37\x2c\x31\x33\x2e\x32\x32\x32\x37\ \x33\x20\x39\x2e\x39\x34\x37\x37\x39\x2c\x31\x37\x2e\x32\x30\x37\ \x31\x36\x20\x34\x2e\x30\x35\x38\x37\x33\x2c\x33\x39\x2e\x32\x35\ \x33\x35\x33\x20\x2d\x31\x33\x2e\x31\x33\x39\x31\x35\x2c\x34\x39\ \x2e\x31\x36\x39\x35\x33\x20\x2d\x31\x37\x2e\x31\x39\x37\x38\x38\ \x2c\x39\x2e\x39\x31\x36\x30\x31\x20\x2d\x33\x39\x2e\x32\x36\x30\ \x35\x33\x2c\x33\x2e\x39\x38\x36\x31\x33\x20\x2d\x34\x39\x2e\x32\ \x30\x38\x33\x32\x2c\x2d\x31\x33\x2e\x32\x32\x31\x30\x34\x20\x2d\ \x39\x2e\x39\x34\x37\x37\x38\x2c\x2d\x31\x37\x2e\x32\x30\x37\x31\ \x37\x20\x2d\x34\x2e\x30\x35\x39\x36\x39\x2c\x2d\x33\x39\x2e\x32\ \x35\x35\x32\x32\x20\x31\x33\x2e\x31\x33\x38\x32\x2c\x2d\x34\x39\ \x2e\x31\x37\x31\x32\x32\x20\x7a\x20\x6d\x20\x32\x2e\x30\x30\x32\ \x39\x37\x2c\x33\x2e\x34\x36\x34\x36\x33\x20\x63\x20\x2d\x31\x35\ \x2e\x33\x32\x32\x30\x36\x2c\x38\x2e\x38\x33\x34\x34\x34\x20\x2d\ \x32\x30\x2e\x35\x34\x33\x30\x38\x2c\x32\x38\x2e\x33\x37\x30\x36\ \x31\x20\x2d\x31\x31\x2e\x36\x37\x35\x39\x31\x2c\x34\x33\x2e\x37\ \x30\x38\x35\x38\x20\x38\x2e\x38\x36\x37\x31\x36\x2c\x31\x35\x2e\ \x33\x33\x37\x39\x38\x20\x32\x38\x2e\x34\x31\x39\x30\x31\x2c\x32\ \x30\x2e\x35\x39\x30\x35\x34\x20\x34\x33\x2e\x37\x34\x31\x30\x36\ \x2c\x31\x31\x2e\x37\x35\x36\x31\x20\x31\x35\x2e\x33\x32\x32\x30\ \x35\x2c\x2d\x38\x2e\x38\x33\x34\x34\x33\x20\x32\x30\x2e\x35\x34\ \x33\x30\x37\x2c\x2d\x32\x38\x2e\x33\x37\x30\x36\x31\x20\x31\x31\ \x2e\x36\x37\x35\x39\x2c\x2d\x34\x33\x2e\x37\x30\x38\x35\x38\x20\ \x2d\x38\x2e\x38\x36\x37\x31\x36\x2c\x2d\x31\x35\x2e\x33\x33\x37\ \x39\x37\x20\x2d\x32\x38\x2e\x34\x31\x39\x30\x31\x2c\x2d\x32\x30\ \x2e\x35\x39\x30\x35\x33\x20\x2d\x34\x33\x2e\x37\x34\x31\x30\x35\ \x2c\x2d\x31\x31\x2e\x37\x35\x36\x31\x20\x7a\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\ \x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x72\ \x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\ \x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\x6c\x69\x6e\ \x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\x61\x6e\x73\ \x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\x6e\x6f\ \x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\x70\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\ \x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\x65\ \x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\ \x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\x72\x74\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x3a\ \x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\ \x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\ \x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\x65\x72\x2d\ \x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x77\ \x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\x6d\ \x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\x65\x63\x74\ \x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\x69\x6e\x65\ \x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\x6e\x65\x3b\ \x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\x74\x61\x72\ \x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\x69\ \x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\x65\x3a\x6e\ \x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\ \x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\ \x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\ \x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x73\x52\x47\ \x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\ \x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\x3a\x6c\x69\ \x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x6f\x6c\x69\ \x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x32\x35\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\ \x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\ \x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\ \x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x73\x68\x61\x70\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\ \x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\ \x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\x36\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x30\x2c\x2d\x31\x2c\x2d\x31\x2e\x30\x30\x30\x33\x39\x35\x37\x2c\ \x30\x2c\x34\x33\x38\x2e\x30\x30\x32\x34\x35\x2c\x34\x34\x31\x2e\ \x33\x36\x32\x32\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x35\x34\x2e\x39\x30\x32\ \x33\x34\x34\x2c\x35\x2e\x35\x38\x32\x30\x33\x31\x32\x20\x2d\x31\ \x33\x2e\x38\x30\x34\x36\x38\x38\x2c\x32\x2e\x30\x36\x32\x35\x20\ \x76\x20\x37\x2e\x30\x39\x37\x36\x35\x36\x38\x20\x61\x20\x33\x34\ \x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\ \x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\ \x31\x33\x2e\x38\x30\x34\x36\x38\x38\x2c\x30\x2e\x30\x32\x37\x33\ \x34\x20\x56\x20\x35\x2e\x35\x38\x33\x39\x38\x34\x34\x20\x5a\x20\ \x6d\x20\x2d\x32\x38\x2e\x32\x34\x36\x30\x39\x34\x2c\x36\x2e\x32\ \x34\x34\x31\x34\x30\x38\x20\x2d\x31\x30\x2e\x35\x31\x37\x35\x37\ \x38\x2c\x38\x2e\x39\x34\x31\x34\x30\x36\x20\x35\x2e\x31\x38\x31\ \x36\x34\x2c\x36\x2e\x31\x37\x35\x37\x38\x31\x20\x61\x20\x33\x34\ \x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\ \x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\ \x31\x30\x2e\x35\x38\x30\x30\x37\x39\x2c\x2d\x38\x2e\x38\x36\x37\ \x31\x38\x37\x20\x7a\x20\x6d\x20\x34\x32\x2e\x36\x33\x30\x38\x35\ \x39\x2c\x30\x2e\x30\x36\x36\x34\x31\x20\x2d\x35\x2e\x32\x30\x37\ \x30\x33\x31\x2c\x36\x2e\x32\x30\x37\x30\x33\x31\x20\x61\x20\x33\ \x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\ \x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\ \x20\x30\x2e\x38\x39\x34\x35\x33\x31\x2c\x30\x2e\x34\x37\x34\x36\ \x31\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\ \x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\ \x30\x20\x31\x20\x39\x2e\x36\x37\x33\x38\x32\x39\x2c\x38\x2e\x34\ \x30\x36\x32\x35\x20\x6c\x20\x35\x2e\x32\x37\x31\x34\x38\x34\x2c\ \x2d\x36\x2e\x32\x38\x31\x32\x35\x20\x7a\x20\x4d\x20\x38\x2e\x33\ \x39\x38\x34\x33\x37\x35\x2c\x33\x34\x2e\x30\x30\x37\x38\x31\x32\ \x20\x36\x2e\x30\x38\x37\x38\x39\x30\x36\x2c\x34\x37\x2e\x36\x31\ \x39\x31\x34\x31\x20\x31\x34\x2e\x30\x33\x35\x31\x35\x36\x2c\x34\ \x39\x2e\x30\x32\x31\x34\x38\x34\x20\x61\x20\x33\x34\x2e\x30\x33\ \x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\ \x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\x32\x2e\x33\ \x38\x36\x37\x31\x39\x2c\x2d\x31\x33\x2e\x35\x39\x37\x36\x35\x36\ \x20\x7a\x20\x6d\x20\x37\x39\x2e\x31\x31\x37\x31\x38\x37\x35\x2c\ \x30\x2e\x30\x31\x35\x36\x33\x20\x2d\x37\x2e\x39\x38\x36\x33\x32\ \x38\x2c\x31\x2e\x34\x30\x38\x32\x30\x33\x20\x61\x20\x33\x34\x2e\ \x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\x34\ \x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\x32\ \x2e\x34\x33\x31\x36\x34\x31\x2c\x31\x33\x2e\x35\x38\x37\x38\x39\ \x20\x4c\x20\x39\x30\x2c\x34\x37\x2e\x36\x30\x33\x35\x31\x36\x20\ \x5a\x20\x6d\x20\x2d\x37\x31\x2e\x37\x35\x37\x38\x31\x33\x2c\x32\ \x34\x2e\x36\x32\x31\x30\x39\x33\x20\x2d\x37\x2e\x30\x38\x37\x38\ \x39\x30\x31\x2c\x34\x2e\x30\x39\x33\x37\x35\x20\x68\x20\x2d\x30\ \x2e\x30\x30\x31\x39\x35\x20\x6c\x20\x36\x2e\x39\x38\x30\x34\x36\ \x39\x32\x2c\x31\x31\x2e\x39\x31\x30\x31\x35\x37\x20\x37\x2e\x30\ \x31\x37\x35\x37\x38\x2c\x2d\x34\x2e\x30\x35\x30\x37\x38\x32\x20\ \x41\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\ \x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\ \x30\x20\x31\x20\x31\x35\x2e\x37\x35\x37\x38\x31\x32\x2c\x35\x38\ \x2e\x36\x34\x34\x35\x33\x31\x20\x5a\x20\x6d\x20\x36\x34\x2e\x35\ \x31\x31\x37\x31\x39\x2c\x30\x2e\x30\x31\x35\x36\x33\x20\x61\x20\ \x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\ \x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\ \x31\x20\x2d\x32\x2e\x38\x30\x34\x36\x38\x37\x2c\x36\x2e\x33\x37\ \x31\x30\x39\x34\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\ \x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\ \x30\x38\x20\x30\x20\x31\x20\x2d\x34\x2e\x30\x35\x38\x35\x39\x34\ \x2c\x35\x2e\x36\x30\x37\x34\x32\x32\x20\x6c\x20\x37\x2e\x30\x32\ \x31\x34\x38\x34\x2c\x34\x2e\x30\x35\x34\x36\x38\x37\x20\x36\x2e\ \x38\x32\x36\x31\x37\x32\x2c\x2d\x31\x32\x20\x7a\x20\x6d\x20\x2d\ \x35\x30\x2e\x31\x32\x31\x30\x39\x33\x2c\x31\x38\x2e\x32\x30\x37\ \x30\x33\x32\x20\x2d\x32\x2e\x38\x30\x34\x36\x38\x38\x2c\x37\x2e\ \x37\x30\x33\x31\x32\x34\x20\x31\x33\x2e\x30\x30\x33\x39\x30\x36\ \x2c\x34\x2e\x36\x33\x38\x36\x37\x32\x20\x32\x2e\x37\x35\x37\x38\ \x31\x33\x2c\x2d\x37\x2e\x35\x38\x30\x30\x37\x38\x20\x41\x20\x33\ \x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\ \x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\ \x20\x33\x31\x2e\x30\x32\x35\x33\x39\x31\x2c\x37\x37\x2e\x34\x33\ \x33\x35\x39\x34\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\ \x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\ \x30\x38\x20\x30\x20\x31\x20\x33\x30\x2e\x31\x34\x38\x34\x33\x38\ \x2c\x37\x36\x2e\x38\x36\x37\x31\x38\x38\x20\x5a\x20\x6d\x20\x33\ \x35\x2e\x37\x33\x32\x34\x32\x31\x2c\x30\x2e\x30\x38\x30\x30\x38\ \x20\x61\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\ \x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\ \x20\x30\x20\x31\x20\x2d\x31\x32\x2e\x39\x37\x38\x35\x31\x35\x2c\ \x34\x2e\x37\x30\x37\x30\x33\x31\x20\x6c\x20\x32\x2e\x37\x38\x31\ \x32\x35\x2c\x37\x2e\x36\x33\x38\x36\x37\x32\x20\x4c\x20\x36\x38\ \x2e\x36\x32\x35\x2c\x38\x34\x2e\x34\x38\x36\x33\x32\x38\x20\x5a\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\ \x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x32\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\ \x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\ \x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x65\x6c\ \x6c\x69\x70\x73\x65\x34\x35\x33\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x37\x37\ \x2e\x39\x35\x31\x36\x31\x2c\x33\x37\x32\x2e\x35\x35\x36\x39\x34\ \x20\x63\x20\x31\x31\x2e\x34\x36\x33\x38\x38\x2c\x2d\x36\x2e\x36\ \x30\x39\x39\x33\x20\x32\x36\x2e\x31\x38\x38\x37\x35\x2c\x2d\x32\ \x2e\x36\x35\x32\x31\x20\x33\x32\x2e\x38\x31\x39\x30\x32\x2c\x38\ \x2e\x38\x31\x36\x36\x39\x20\x36\x2e\x36\x33\x30\x32\x38\x2c\x31\ \x31\x2e\x34\x36\x38\x38\x20\x32\x2e\x37\x30\x30\x39\x34\x2c\x32\ \x36\x2e\x31\x38\x34\x36\x35\x20\x2d\x38\x2e\x37\x36\x32\x39\x35\ \x2c\x33\x32\x2e\x37\x39\x34\x35\x38\x20\x2d\x31\x31\x2e\x34\x36\ \x33\x38\x38\x2c\x36\x2e\x36\x30\x39\x39\x32\x20\x2d\x32\x36\x2e\ \x31\x39\x31\x34\x32\x2c\x32\x2e\x36\x35\x31\x33\x38\x20\x2d\x33\ \x32\x2e\x38\x32\x31\x36\x39\x2c\x2d\x38\x2e\x38\x31\x37\x34\x32\ \x20\x2d\x36\x2e\x36\x33\x30\x32\x38\x2c\x2d\x31\x31\x2e\x34\x36\ \x38\x37\x38\x20\x2d\x32\x2e\x36\x39\x38\x32\x37\x2c\x2d\x32\x36\ \x2e\x31\x38\x33\x39\x32\x20\x38\x2e\x37\x36\x35\x36\x32\x2c\x2d\ \x33\x32\x2e\x37\x39\x33\x38\x35\x20\x7a\x20\x6d\x20\x32\x2e\x30\ \x30\x31\x39\x38\x2c\x33\x2e\x34\x36\x32\x39\x36\x20\x63\x20\x2d\ \x39\x2e\x35\x38\x38\x30\x35\x2c\x35\x2e\x35\x32\x38\x33\x34\x20\ \x2d\x31\x32\x2e\x38\x35\x30\x33\x33\x2c\x31\x37\x2e\x37\x33\x32\ \x33\x31\x20\x2d\x37\x2e\x33\x30\x30\x36\x37\x2c\x32\x37\x2e\x33\ \x33\x31\x39\x20\x35\x2e\x35\x34\x39\x36\x37\x2c\x39\x2e\x35\x39\ \x39\x36\x20\x31\x37\x2e\x37\x36\x33\x37\x35\x2c\x31\x32\x2e\x38\ \x38\x30\x31\x20\x32\x37\x2e\x33\x35\x31\x38\x2c\x37\x2e\x33\x35\ \x31\x37\x35\x20\x39\x2e\x35\x38\x38\x30\x35\x2c\x2d\x35\x2e\x35\ \x32\x38\x33\x34\x20\x31\x32\x2e\x38\x35\x30\x33\x33\x2c\x2d\x31\ \x37\x2e\x37\x33\x32\x33\x31\x20\x37\x2e\x33\x30\x30\x36\x37\x2c\ \x2d\x32\x37\x2e\x33\x33\x31\x39\x20\x2d\x35\x2e\x35\x34\x39\x36\ \x37\x2c\x2d\x39\x2e\x35\x39\x39\x36\x20\x2d\x31\x37\x2e\x37\x36\ \x33\x37\x35\x2c\x2d\x31\x32\x2e\x38\x38\x30\x31\x20\x2d\x32\x37\ \x2e\x33\x35\x31\x38\x2c\x2d\x37\x2e\x33\x35\x31\x37\x35\x20\x7a\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\ \x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x73\x74\x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\ \x6d\x3b\x6c\x69\x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\ \x3a\x73\x61\x6e\x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\ \x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\ \x65\x73\x3a\x6e\x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\ \x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\ \x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\ \x69\x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\ \x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\ \x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\ \x74\x61\x72\x74\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\ \x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\ \x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\ \x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\ \x74\x74\x65\x72\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\ \x69\x6e\x67\x2d\x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\ \x69\x72\x65\x63\x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\ \x65\x6c\x69\x6e\x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\ \x6c\x69\x6e\x65\x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\ \x3a\x73\x74\x61\x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\ \x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\ \x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\ \x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\ \x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\ \x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\ \x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\ \x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\ \x6e\x3a\x73\x52\x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\ \x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\ \x72\x73\x3a\x6c\x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\ \x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x6f\x6c\x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\ \x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\ \x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x32\ \x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\ \x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3a\x61\x75\x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x10\x80\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x34\x33\x32\x2c\x33\x39\x33\x2e\x33\x36\ \x31\x33\x33\x20\x63\x20\x30\x2c\x32\x33\x2e\x31\x37\x32\x36\x38\ \x20\x2d\x31\x38\x2e\x38\x33\x35\x30\x36\x2c\x34\x32\x20\x2d\x34\ \x32\x2e\x30\x31\x35\x36\x32\x2c\x34\x32\x20\x2d\x32\x33\x2e\x31\ \x38\x30\x35\x37\x2c\x30\x20\x2d\x34\x32\x2e\x30\x31\x37\x35\x38\ \x2c\x2d\x31\x38\x2e\x38\x32\x37\x33\x32\x20\x2d\x34\x32\x2e\x30\ \x31\x37\x35\x38\x2c\x2d\x34\x32\x20\x30\x2c\x2d\x32\x33\x2e\x31\ \x37\x32\x36\x38\x20\x31\x38\x2e\x38\x33\x37\x30\x31\x2c\x2d\x34\ \x32\x20\x34\x32\x2e\x30\x31\x37\x35\x38\x2c\x2d\x34\x32\x20\x32\ \x33\x2e\x31\x38\x30\x35\x36\x2c\x30\x20\x34\x32\x2e\x30\x31\x35\ \x36\x32\x2c\x31\x38\x2e\x38\x32\x37\x33\x32\x20\x34\x32\x2e\x30\ \x31\x35\x36\x32\x2c\x34\x32\x20\x7a\x20\x6d\x20\x2d\x34\x2e\x30\ \x30\x31\x39\x35\x2c\x30\x20\x63\x20\x30\x2c\x2d\x32\x31\x2e\x30\ \x30\x39\x36\x34\x20\x2d\x31\x36\x2e\x39\x39\x34\x34\x34\x2c\x2d\ \x33\x37\x2e\x39\x39\x38\x30\x35\x20\x2d\x33\x38\x2e\x30\x31\x33\ \x36\x37\x2c\x2d\x33\x37\x2e\x39\x39\x38\x30\x35\x20\x2d\x32\x31\ \x2e\x30\x31\x39\x32\x34\x2c\x30\x20\x2d\x33\x38\x2e\x30\x31\x35\ \x36\x33\x2c\x31\x36\x2e\x39\x38\x38\x34\x31\x20\x2d\x33\x38\x2e\ \x30\x31\x35\x36\x33\x2c\x33\x37\x2e\x39\x39\x38\x30\x35\x20\x30\ \x2c\x32\x31\x2e\x30\x30\x39\x36\x33\x20\x31\x36\x2e\x39\x39\x36\ \x33\x39\x2c\x33\x38\x20\x33\x38\x2e\x30\x31\x35\x36\x33\x2c\x33\ \x38\x20\x32\x31\x2e\x30\x31\x39\x32\x33\x2c\x30\x20\x33\x38\x2e\ \x30\x31\x33\x36\x37\x2c\x2d\x31\x36\x2e\x39\x39\x30\x33\x37\x20\ \x33\x38\x2e\x30\x31\x33\x36\x37\x2c\x2d\x33\x38\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\ \x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\ \x73\x74\x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\ \x6c\x69\x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\ \x61\x6e\x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\ \x3a\x6e\x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\ \x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\ \x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\ \x30\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\ \x72\x74\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\ \x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\ \x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\ \x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\ \x65\x72\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\ \x67\x2d\x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\ \x65\x63\x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\ \x69\x6e\x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\ \x74\x61\x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\ \x64\x64\x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\ \x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\ \x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\ \x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\ \x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x73\x52\x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\ \x70\x6f\x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\ \x3a\x6c\x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\ \x6f\x6c\x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\ \x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x31\x30\x37\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\ \x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3a\x61\x75\x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x34\x39\x34\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x6d\x20\x34\x31\x30\x2e\x39\x39\x31\x37\ \x31\x2c\x33\x39\x36\x2e\x33\x36\x31\x33\x33\x20\x68\x20\x2d\x31\ \x30\x2e\x39\x32\x34\x32\x35\x20\x63\x20\x2d\x33\x2e\x32\x31\x30\ \x33\x31\x2c\x30\x20\x2d\x36\x2e\x31\x38\x32\x39\x33\x2c\x2d\x30\ \x2e\x30\x39\x33\x33\x20\x2d\x38\x2e\x39\x32\x33\x34\x35\x2c\x2d\ \x30\x2e\x32\x37\x39\x33\x20\x2d\x32\x2e\x37\x30\x31\x33\x38\x2c\ \x2d\x30\x2e\x31\x38\x36\x30\x32\x20\x2d\x35\x2e\x34\x32\x32\x38\ \x35\x2c\x2d\x30\x2e\x34\x33\x36\x30\x37\x20\x2d\x38\x2e\x31\x36\ \x33\x33\x38\x2c\x2d\x30\x2e\x37\x34\x36\x30\x39\x20\x76\x20\x2d\ \x33\x2e\x39\x39\x38\x30\x35\x20\x63\x20\x32\x2e\x37\x34\x30\x35\ \x33\x2c\x2d\x30\x2e\x32\x37\x39\x30\x33\x20\x35\x2e\x34\x36\x32\ \x2c\x2d\x30\x2e\x35\x31\x31\x32\x36\x20\x38\x2e\x31\x36\x33\x33\ \x38\x2c\x2d\x30\x2e\x36\x39\x37\x32\x36\x20\x32\x2e\x37\x30\x31\ \x33\x38\x2c\x2d\x30\x2e\x31\x38\x36\x30\x32\x20\x35\x2e\x36\x37\ \x33\x39\x39\x2c\x2d\x30\x2e\x32\x37\x39\x33\x20\x38\x2e\x39\x32\ \x33\x34\x35\x2c\x2d\x30\x2e\x32\x37\x39\x33\x20\x68\x20\x31\x30\ \x2e\x39\x32\x34\x32\x35\x20\x7a\x20\x6d\x20\x2d\x33\x34\x2e\x30\ \x31\x33\x34\x36\x2c\x2d\x33\x20\x63\x20\x30\x2c\x31\x2e\x31\x30\ \x30\x30\x36\x20\x2d\x30\x2e\x33\x38\x36\x38\x31\x2c\x32\x2e\x30\ \x34\x39\x35\x36\x20\x2d\x31\x2e\x31\x35\x38\x36\x36\x2c\x32\x2e\ \x38\x34\x39\x36\x31\x20\x2d\x30\x2e\x37\x33\x38\x32\x39\x2c\x30\ \x2e\x37\x36\x36\x37\x33\x20\x2d\x31\x2e\x36\x39\x31\x38\x33\x2c\ \x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x32\x2e\x38\x36\x36\x33\x37\ \x2c\x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x31\x2e\x31\x37\x34\x35\ \x36\x2c\x30\x20\x2d\x32\x2e\x31\x33\x31\x39\x39\x2c\x2d\x30\x2e\ \x33\x38\x33\x36\x36\x20\x2d\x32\x2e\x38\x37\x30\x32\x37\x2c\x2d\ \x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x30\x2e\x37\x33\x38\x32\x38\ \x2c\x2d\x30\x2e\x38\x30\x30\x30\x35\x20\x2d\x31\x2e\x31\x30\x37\ \x38\x36\x2c\x2d\x31\x2e\x37\x34\x39\x35\x35\x20\x2d\x31\x2e\x31\ \x30\x37\x38\x36\x2c\x2d\x32\x2e\x38\x34\x39\x36\x31\x20\x30\x2c\ \x2d\x31\x2e\x31\x33\x33\x34\x31\x20\x30\x2e\x33\x36\x39\x35\x38\ \x2c\x2d\x32\x2e\x30\x38\x32\x39\x31\x20\x31\x2e\x31\x30\x37\x38\ \x36\x2c\x2d\x32\x2e\x38\x34\x39\x36\x31\x20\x30\x2e\x37\x33\x38\ \x32\x38\x2c\x2d\x30\x2e\x37\x36\x36\x37\x33\x20\x31\x2e\x36\x39\ \x35\x37\x31\x2c\x2d\x31\x2e\x31\x35\x30\x33\x39\x20\x32\x2e\x38\ \x37\x30\x32\x37\x2c\x2d\x31\x2e\x31\x35\x30\x33\x39\x20\x31\x2e\ \x31\x37\x34\x35\x34\x2c\x30\x20\x32\x2e\x31\x32\x38\x30\x38\x2c\ \x30\x2e\x33\x38\x33\x36\x36\x20\x32\x2e\x38\x36\x36\x33\x37\x2c\ \x31\x2e\x31\x35\x30\x33\x39\x20\x30\x2e\x37\x37\x31\x38\x35\x2c\ \x30\x2e\x37\x36\x36\x37\x20\x31\x2e\x31\x35\x38\x36\x36\x2c\x31\ \x2e\x37\x31\x36\x32\x20\x31\x2e\x31\x35\x38\x36\x36\x2c\x32\x2e\ \x38\x34\x39\x36\x31\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\ \x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x72\x65\x74\ \x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\ \x69\x7a\x65\x3a\x31\x35\x70\x78\x3b\x6c\x69\x6e\x65\x2d\x68\x65\ \x69\x67\x68\x74\x3a\x31\x32\x35\x25\x3b\x66\x6f\x6e\x74\x2d\x66\ \x61\x6d\x69\x6c\x79\x3a\x55\x62\x75\x6e\x74\x75\x3b\x2d\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x2d\x66\x6f\x6e\x74\x2d\x73\x70\x65\x63\ \x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x3a\x55\x62\x75\x6e\x74\x75\ \x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\ \x65\x72\x3b\x6c\x65\x74\x74\x65\x72\x2d\x73\x70\x61\x63\x69\x6e\ \x67\x3a\x30\x70\x78\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\ \x6e\x67\x3a\x30\x70\x78\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\x6d\ \x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x74\x65\x78\x74\x2d\x61\ \x6e\x63\x68\x6f\x72\x3a\x6d\x69\x64\x64\x6c\x65\x3b\x64\x69\x73\ \x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x66\x69\x6c\x6c\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x31\x2e\x30\x30\x30\x31\x39\x37\x37\x37\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x29\ \x00\ \x00\x16\xc1\x78\x9c\xed\x58\x5b\x6f\xdb\x36\x14\x7e\xef\xaf\x10\ \xd4\x97\x16\x33\x25\xea\x7e\xb1\x9d\x02\xc5\xd0\xa1\xaf\xdd\x86\ \x3d\x33\x12\x2d\x73\x91\x48\x83\xa2\xed\x24\xbf\x7e\x87\x94\x64\ \x5d\xe2\x76\x45\x97\x02\x0b\x10\x21\x80\xcd\x73\xe3\x39\xdf\x39\ \xfc\xe8\x68\xf3\xe1\xbe\xa9\xad\x13\x95\x2d\x13\x7c\x6b\x7b\x0e\ \xb6\x2d\xca\x0b\x51\x32\x5e\x6d\xed\x3f\xff\xf8\x84\x52\xdb\x6a\ \x15\xe1\x25\xa9\x05\xa7\x5b\x9b\x0b\xfb\xc3\xcd\x9b\x4d\x7b\xaa\ \xde\x58\x96\x05\xce\xbc\xcd\xcb\x62\x6b\xef\x95\x3a\xe4\xae\x7b\ \x38\xca\xda\x11\xb2\x72\xcb\xc2\xa5\x35\x6d\x28\x57\xad\xeb\x39\ \x9e\x6b\x8f\xe6\xc5\x68\x5e\x48\x4a\x14\x3b\xd1\x42\x34\x8d\xe0\ \xad\xf1\xe4\xed\xdb\x89\xb1\x2c\x77\x17\xeb\xf3\xf9\xec\x9c\x03\ \x63\xe4\x65\x59\xe6\x62\xdf\xf5\x7d\x04\x16\xa8\x7d\xe0\x8a\xdc\ \xa3\xb9\x2b\xe4\x78\xcd\xd5\xc7\x18\xbb\xa0\x1b\x2d\xff\xd5\xea\ \xc4\xe8\xf9\xa3\xb8\xdf\xda\xd8\xc2\x56\x16\xc3\x9f\x83\xf5\xe3\ \x75\xda\x11\xbd\x4e\xc0\xca\xad\x0d\xae\x61\x9a\x84\x66\xbd\xa7\ \xac\xda\x2b\xd0\x63\xdf\xe9\x24\x67\x56\xaa\xfd\x20\xb8\x01\xc9\ \xa6\xa4\xbb\x56\x6b\x3a\x6f\xbd\x02\xf7\xd8\xb6\x5c\xa3\x6d\xa8\ \x22\x25\x51\x64\xb4\x18\x24\x60\x95\x99\x08\x60\x05\x48\xe4\x5f\ \x7e\xfd\xd4\xad\x60\x5d\x14\xf9\x5f\x42\xde\xf5\x4b\x78\xb4\x01\ \xb9\x15\x47\xc8\xc5\xbe\xb9\x88\x37\x65\x91\xef\x84\x6c\x88\xba\ \x61\x0d\xa9\xa8\x2e\xfb\x17\x00\x66\xe3\x8e\x8a\x99\xb1\x7a\x38\ \xd0\x31\x68\x17\x56\xd2\x56\x1c\x65\x41\xaf\x4e\x42\x59\x34\x4c\ \x3b\xb9\xbf\x2b\x56\xd7\x9f\xf5\x26\x7d\x65\x93\xa0\x4c\xd5\x74\ \x14\x6e\xdc\x3e\xfb\xbe\x36\x77\x52\xdc\xc6\x1d\xaa\x37\xab\xaa\ \x73\x51\x92\xf0\x56\xa7\xbb\xb5\xcd\xd7\x9a\x28\xfa\x2e\x4e\x9c\ \x34\x4a\xbc\x30\x5e\xa1\x24\x75\x22\x1c\xe1\xf0\xbd\x3d\xa2\x58\ \x93\x07\x2a\xbd\x01\xbf\x6a\x48\xa8\x55\x0f\x35\x54\x52\xb2\xf6\ \x00\x16\x39\xe3\x35\xe3\xd4\x1e\xb4\xda\x11\x9a\x1b\x46\x17\xc9\ \x64\x6b\x00\x4b\xb2\xfb\x77\x78\x85\x3c\xfd\x87\x57\x41\x12\x98\ \x7d\xe3\x55\xe4\xc5\x43\x06\x97\x2a\xab\x11\xc7\x2e\x6c\x92\xa4\ \xf6\x28\x7b\x1a\x18\x61\x07\x46\x3f\xc6\x61\x04\xb1\xf1\xca\x5b\ \x45\x49\xe4\x64\xa1\x9f\x41\x85\xb1\xe7\x99\xb9\xf4\xde\x4f\xbb\ \x5b\x4d\x5b\xf5\xed\xca\x26\x69\xa4\x78\x26\xbd\x92\x88\x37\x4d\ \x40\x3f\x2b\xd8\x7f\xba\xb3\x9e\x48\x5a\xa8\x69\x98\x59\xa0\xb6\ \x20\x35\xd5\x71\xbc\xf7\xf6\xdc\xe8\x61\x6b\x07\x61\xe4\x04\xb1\ \xef\x7b\x0b\x15\x1c\x42\x14\x06\x29\xd4\xe9\x87\xe1\x42\x37\x9c\ \xb3\x2c\x5e\x28\xfa\xe3\xa6\x8f\x6d\x90\x64\x69\xb2\x50\xeb\x92\ \x75\xa6\x50\xb5\xbf\x50\xf5\x78\x15\xa2\x16\x32\x7f\x6b\x0e\x3d\ \x5e\xcf\xd1\x5b\x0b\x20\x80\x5d\x2d\xce\xf9\x89\xb5\xec\xb6\xa6\ \x6b\xf3\xc9\x6a\x18\xf9\x8b\x68\x07\x73\x9f\x73\x60\xd0\x75\xab\ \xa4\xb8\xa3\xd3\xef\xc8\xa4\x97\x87\xeb\x86\xc8\x3b\x2a\x3b\x15\ \xe5\x04\xfc\xd0\x2d\x29\xee\x2a\x29\x8e\xbc\xcc\x49\x51\x1c\x9b\ \xa3\x9e\xea\xd9\xd9\x01\x94\x0f\x44\xed\xbf\x52\x91\x37\x1b\x27\ \xfd\x68\xee\xb0\x42\x5f\xf7\x2c\xc5\xd1\x2a\x0c\x34\xce\x5e\x10\ \x58\x7b\x0b\xf9\x00\xab\x07\xfc\x86\x92\xd0\xc1\x7e\x12\x84\xd6\ \xc9\x42\x69\x08\xaa\x04\xa0\xf3\xb3\xc0\x7a\xb4\x1a\x0b\x85\x9d\ \xd9\x0a\x19\x7d\xd2\x87\xd2\x01\xe2\xf4\xe2\x77\x11\x3f\x7e\x0f\ \xa4\x3b\xc1\x15\x32\x1a\x28\x1f\x18\xa7\xee\x24\x27\x22\x19\xe1\ \x6a\x26\x3b\x9b\x2e\xcf\x44\x80\x23\x55\xc5\x7e\x2e\x63\x8f\x34\ \x6f\x68\xc9\x8e\xcd\x5a\xb7\x09\xed\x9f\xfa\xed\x48\xc3\xea\x87\ \xbc\x85\x91\x44\x2d\x95\x6c\x37\xdb\x15\xd5\xac\x22\xea\x08\xcc\ \x76\x2d\x27\x74\x10\x2d\x53\xc0\xfb\x57\x95\x05\x39\x5c\xf7\xe2\ \xc7\x06\x36\x2a\xae\xea\x48\xad\xa8\xe4\xd0\xe0\xb9\xeb\x8e\x9a\ \x2c\x20\x43\xa5\xe0\x5a\xbe\x28\x15\xbd\x57\x88\xf1\x12\xee\xd8\ \x1c\x77\x2b\x02\x29\xf3\x1c\xee\x6b\xa9\x3a\x41\x09\x57\xab\x24\ \x7d\x9a\x30\x56\x0b\x21\xd2\xc8\x5c\xd7\x74\xcd\x68\x45\xcd\xca\ \x27\xba\x79\xef\x6a\xc8\x8b\x4a\xd4\x1e\x48\x01\xe9\x0d\xd9\x9d\ \x85\x2c\x97\x32\x13\xe7\xc2\x00\xdd\xbe\x67\xc9\x74\x55\xa8\x11\ \x25\xcd\x6b\x89\xd4\x2d\x9c\x2f\x3d\xbb\x3a\xe7\x5a\xc9\xf5\x2d\ \x69\xa9\x69\x60\xbb\x67\x3b\x95\x0f\xcb\xbe\x60\x5e\xec\x21\x95\ \xae\xe2\xf3\x9e\x29\x6a\xf6\xbc\x4c\x51\xbb\x27\x07\x8a\x0e\xa4\ \xd4\x3f\x68\x00\xa5\xa2\x66\x07\x24\x8f\x66\xcc\xf8\x23\x95\xe2\ \x47\x0e\xb3\xd0\x55\xc1\xda\x5b\x33\xc0\xa7\x43\x97\x1c\x95\x58\ \x37\xec\x1e\x81\x01\x2f\xbb\x6a\xfa\x1c\x0c\x5a\xd0\x28\x00\xe9\ \x30\x98\xb7\x5f\x7e\xfb\x78\x4d\x81\x80\x28\x60\xd9\xe6\x3a\x19\ \x22\xb5\x95\x69\xc1\x02\xf2\x4e\x36\xe6\x61\xe8\xe5\x72\x96\x60\ \xb1\xd0\xcd\x4b\xfe\x3a\x05\xe9\xeb\x23\xc9\x3c\x9c\x0c\x72\x9d\ \x06\xcc\x72\x7e\x7b\x54\x6a\x2a\xfb\x5b\x30\x9e\xc3\xa5\x4e\xe5\ \x20\x35\x8b\x9a\xc1\x07\x30\x59\x2f\x2b\x09\xe0\x2f\x25\xa0\x3b\ \xdd\x4b\x4b\xc5\x6e\x07\xe3\x0c\x0d\xe9\x65\x63\xba\x53\x12\xec\ \x00\x92\x00\x28\x9c\x19\xe8\x9f\x01\xd9\xfc\x46\x59\x0a\xbb\x3e\ \x2f\x84\x66\x42\x16\xb2\xe7\xe2\xd5\xc5\xfd\x38\xf0\xaa\x97\x00\ \xeb\x85\x51\xb8\x0a\xe1\x2e\xd6\xf7\x97\xaf\x69\xd1\x10\x66\x94\ \x69\xb6\xd4\x64\x3a\x2c\x0d\x99\xea\xab\x2c\xf0\x92\x15\x1e\x0d\ \xd3\xb9\x61\xfa\x43\x86\xf1\x4b\x8b\xf8\x14\x9e\x9f\x74\x17\xff\ \xac\x63\xe3\xe3\xe0\xff\x71\x6c\xfe\xdb\x8c\xbf\xc2\xfc\x1c\x30\ \x7f\x93\x1c\xe0\x47\xe8\x2b\x39\x3c\x2f\x39\x68\x66\xd6\xb3\x1c\ \x7a\x59\xf2\x7d\x3c\xde\x5b\x67\x57\x5b\x85\x3d\x27\x4b\x53\xdf\ \x5f\x85\x7e\xf2\x5d\xad\x82\x7f\xf8\xd2\x57\x93\x17\x4e\xe0\xd1\ \x0b\x20\x96\x97\xcf\xdf\x2f\x01\xe5\x2b\x9c\x10\x24\x40\xdf\x49\ \x9a\x78\xaf\x9c\xf0\x8c\x9c\x70\x61\x62\x1f\xc7\xf3\x77\x82\x6e\ \x35\xbe\x0b\xac\x86\xb7\x80\x55\xf7\xfe\x0f\x3e\x36\xfa\x35\xe5\ \xcd\x9b\x7f\x00\xc5\xc2\xaa\x9a\ \x00\x00\x0a\x4b\ \x00\ \x00\x24\x55\x78\x9c\xed\x5a\x5b\x8f\xdb\xc6\x15\x7e\xf7\xaf\x18\ \x28\x28\x10\xa3\x24\x35\xf7\x8b\x76\xd7\x01\x92\x22\x45\x5f\xd3\ \xa6\x05\xf2\x46\x4b\x5c\x89\x30\x45\x6e\x29\xee\xcd\xbf\x3e\xdf\ \x99\x21\x75\xdb\x5d\xc7\x4e\xed\x3e\xed\xda\x58\x73\x66\xce\x0c\ \xcf\x65\xce\x77\xbe\x23\xeb\xf2\x87\x87\x6d\xc3\xee\xaa\x7e\x57\ \x77\xed\xd5\x4c\x14\x7c\xc6\xaa\x76\xd9\xad\xea\x76\x7d\x35\xfb\ \xf5\x5f\x3f\xe7\x7e\xc6\x76\x43\xd9\xae\xca\xa6\x6b\xab\xab\x59\ \xdb\xcd\x7e\x78\xf7\xe6\x72\x77\xb7\x7e\xc3\x18\xc3\xe6\x76\xb7\ \x58\x2d\xaf\x66\x9b\x61\xb8\x59\xcc\xe7\x37\xb7\x7d\x53\x74\xfd\ \x7a\xbe\x5a\xce\xab\xa6\xda\x56\xed\xb0\x9b\x8b\x42\xcc\x67\x07\ \xf1\xe5\x41\x7c\xd9\x57\xe5\x50\xdf\x55\xcb\x6e\xbb\xed\xda\x5d\ \xdc\xd9\xee\xbe\x3b\x12\xee\x57\xd7\x7b\xe9\xfb\xfb\xfb\xe2\x5e\ \x45\x21\x11\x42\x98\x73\x39\x97\x32\x87\x44\xbe\x7b\x6c\x87\xf2\ \x21\x3f\xdd\x0a\x1d\x9f\xdb\x2a\x39\xe7\x73\xac\x1d\x24\xff\x50\ \xea\xae\xae\xee\x7f\xec\x1e\xae\x66\x9c\x71\x16\x2c\xfe\x16\x9c\ \x7e\x44\x5a\x3d\x78\x2f\x4d\xd4\xab\xab\x19\xb6\x6a\xef\x74\x1c\ \x6f\xaa\x7a\xbd\x19\xb0\xce\x65\x91\x66\xee\xeb\xd5\xb0\x99\x26\ \xde\x61\xe6\x72\x55\x5d\xef\x68\x25\xed\xa6\x11\xb6\xdb\x19\x9b\ \xc7\xd5\x6d\x35\x94\xab\x72\x28\x0f\x12\xd3\x0c\xa4\x42\x3c\x01\ \x52\xf0\xc4\xe2\x97\xbf\xfd\x9c\x46\x18\x2f\x97\x8b\xff\x74\xfd\ \x87\x71\x88\x1f\x12\x28\xdf\x77\xb7\xd0\x65\xf6\x6e\x3f\x7d\xb9\ \x5a\x2e\xae\xbb\x7e\x5b\x0e\xef\xea\x6d\xb9\xae\xc8\xec\xbf\xc2\ \x31\x97\xf3\xc3\xc2\x89\xf0\xf0\x78\x53\x1d\x0e\x4d\xc7\xf6\xd5\ \xae\xbb\xed\x97\xd5\xb3\x37\x61\xb5\xdc\xd6\xb4\x69\xfe\xcf\xa1\ \x6e\x9a\x7f\xd0\x4b\x46\xcb\x8e\x0e\xad\x87\xa6\x3a\x4c\x5e\xce\ \x47\xed\x47\xdb\xe6\x47\xc6\x5d\xce\x27\xeb\xe3\x68\x9d\xb6\x0c\ \x7d\xd9\xee\x48\xdd\xab\x59\x7c\x6c\xca\xa1\xfa\xde\xba\xc2\x1b\ \x27\xb4\xcd\x72\xe7\x0b\xc3\x0d\xd7\x6f\x67\x07\x2f\x36\xe5\x63\ \xd5\x8b\xc9\x7f\xeb\x49\xa1\xdd\xf0\xd8\xc0\x92\x55\xbd\xbb\x81\ \xc4\xa2\x6e\x9b\xba\xad\x66\xd3\x2a\x6d\x44\x70\xb5\xd9\xcf\x1c\ \xbd\x1a\xce\xea\xeb\x87\xef\x79\x96\x0b\xfa\xcb\x33\xe5\x54\x7c\ \xaf\xcd\x8c\xb0\x93\x06\x7b\x2b\xd7\x07\x3f\xa6\x63\x9d\xf3\xb3\ \xc3\xdc\xd3\x83\x73\x5e\xe0\xea\x5b\xae\x0d\xce\xe6\x99\xc8\x8c\ \x33\x45\xd0\x32\xc0\x42\x2b\x44\xbc\x97\xe2\xed\x71\x74\xd7\xc7\ \xa1\xfa\xb4\x65\x47\x6a\x78\x7e\x32\xfb\x8c\x22\xe2\x58\x01\xfa\ \xc9\xf0\xfe\xe3\x37\xd3\x8d\xac\x96\xc3\xf1\x31\x27\x07\xed\x96\ \x65\x53\xd1\x39\xe2\xed\xec\x54\xe8\xf1\x6a\xa6\xb4\x29\x94\x95\ \x52\x9c\x2d\x21\x09\x73\xad\x3c\xec\x94\x5a\x9f\xad\x4d\x79\x16\ \xec\xd9\xc2\x98\x6e\x94\xb6\xca\x05\xef\xce\x96\xc9\x64\xd2\x14\ \x56\xcb\xb3\xa5\xd1\x5f\xcb\xae\xe9\xfa\xc5\x77\x31\xe9\xf9\xc5\ \xa9\xf7\x2e\x3a\x00\xc0\x75\xd3\xdd\x2f\xee\xea\x5d\xfd\xbe\xa9\ \x2e\xe2\xbf\x75\x83\x2b\xbf\x9f\xba\xc6\xbd\x5f\xb4\x40\xd0\x8b\ \xdd\xd0\x77\x1f\xaa\xe3\xe7\x3c\xaa\xb7\xd0\x17\xdb\xb2\xff\x50\ \xf5\x69\xa9\x6a\x4b\xec\xcb\xdf\x97\xcb\x0f\xeb\xbe\xbb\x6d\x57\ \x8b\x72\xb9\xbc\xdd\xde\xd2\xad\x3e\xc9\x9d\x3f\xf2\xf2\x93\x0b\ \x89\x3f\xe7\xfe\xfe\xaa\x56\x4e\xfb\x69\x90\x77\x37\xe5\x92\x24\ \x44\x1a\xf6\xb7\x4d\x34\xfd\x63\xd5\x77\x2f\x7b\x42\x7c\xbe\x27\ \x5e\x08\xa4\x71\xe7\x31\x9e\x10\x77\xbc\xab\x2f\x5d\x1d\x8d\x8b\ \x25\x8c\x97\xe7\x37\x28\x5e\x3b\x2e\x9e\xbd\x92\xb8\xad\xb9\xd2\ \xa1\x08\xd6\x59\x79\x1e\x9b\x9b\x72\xd8\x3c\x55\x92\x66\xb5\x7b\ \x72\xd2\x8b\x61\xa3\xb4\x56\xc1\x38\x04\x6f\xba\xfc\x26\xd3\x3a\ \xe9\x23\xcf\xc3\x49\xe5\x81\x69\x9f\x49\xc1\x96\x2c\x17\xba\x40\ \x25\x11\xc0\x0b\x96\x4b\x97\x09\x59\xf0\xe0\xb4\x08\x71\x24\x2d\ \xc0\x43\x68\x6e\x19\xcf\x42\xa1\x84\xd0\xc2\x32\x5d\x38\xa7\xa5\ \xc9\x84\x2b\x80\x59\x81\x09\x99\x49\x59\x28\xa3\x30\x62\x77\xb4\ \x2c\xb5\xe5\x01\x87\x23\xff\x0b\x6b\x65\xf0\x92\xf1\x42\x70\x87\ \x13\x55\xc1\x5d\x50\x01\x63\x13\x94\x83\x96\x85\x36\x3e\x78\x83\ \x09\xed\x2d\xb4\x82\xd2\x2e\x00\x92\x99\x28\x8c\x91\xca\x64\xb2\ \xb0\xc1\xe0\x87\xc9\xc2\x6b\xda\xa2\x0a\x15\xe8\x89\xfd\xc4\x54\ \x28\xb8\xe4\x4a\x64\x5e\x17\xd2\x4b\xc7\x1d\x83\xd5\x06\x43\xa6\ \xe3\xef\x0d\xb3\xd0\x03\x10\x0b\xf3\x10\x5b\x9c\x9c\xf1\x49\x12\ \x80\x6f\x61\x06\xdc\x27\xa4\xe2\xda\xe1\x8d\x32\x08\x9d\x01\x43\ \x1d\x97\x1e\x4a\x93\x55\xa4\x74\x0e\xa7\x08\xef\xa4\xda\xeb\x90\ \x1f\x29\x61\x31\x19\xa4\x53\x19\x4a\x08\x0f\x78\x14\xcc\x62\x60\ \x0b\xeb\xa5\x11\x2a\x0e\x0c\x0e\x08\x46\x09\xf6\x6f\xe6\xa0\x40\ \xd0\x41\x4a\x6c\xa5\x67\x09\x84\xcc\xac\x21\x3f\x28\x38\x1a\x03\ \xe3\x0a\x69\xa0\xa4\xa4\x81\x76\x53\x08\xc8\x74\x35\x45\x87\x5e\ \x1a\xc3\x86\xb7\xa5\x58\xfe\xc6\xb6\x70\xb8\x86\xb9\x88\xa1\x83\ \x3d\x01\x36\x4b\x95\x09\xbc\xc3\x62\x1c\x68\x80\x40\x05\x0d\x3d\ \x10\x90\xcc\x17\x98\x16\x46\xb0\x1c\x57\x20\x08\x8b\xe0\x03\x01\ \x9d\x0b\xda\xe3\x5a\xc8\x4c\xe0\xce\x3a\x69\x8d\x43\x50\x81\xb6\ \x71\x1f\x7c\x64\x43\xdc\x8f\xd7\x54\x39\xdc\x0a\x19\x6e\x9d\x63\ \xf0\x9a\x30\x8e\x53\x00\x83\x10\x5e\x5b\x9a\xb1\xd1\xc3\x50\xc7\ \xc0\x7a\x4d\x33\x3a\x04\x41\x31\xf0\x48\x17\xc4\x00\xce\x57\x0a\ \xbb\x80\xf2\x85\x56\x56\xe1\xd6\x15\x42\xd3\x9b\x30\xe1\x94\x97\ \x5e\xc0\x4d\x46\x17\x06\xce\xe6\x21\xf3\x74\x8f\x24\xa2\xc3\x8c\ \x4a\xc5\x0c\x53\xcc\xc4\xdf\x1b\x96\xdb\x78\xa3\xc7\x7a\x83\x0b\ \x8d\xc0\x7b\x2b\xad\xcc\xf6\xdb\x72\x53\x48\x2e\x84\x93\x14\x66\ \x13\x83\x42\x6a\x79\xee\x70\x61\xf0\xa0\x30\x85\x77\xe2\x10\x0b\ \x2d\xac\xa0\x39\xdc\x4f\x18\x74\xa4\x5a\xbe\xd7\x6d\x6f\x51\x1e\ \x4d\x42\xf8\x0f\x66\x93\x94\x17\x32\xf9\x66\x9c\xda\xbb\x02\xf7\ \x00\x57\x48\x48\xc3\xc0\x41\x70\x40\xb0\x94\x30\xb9\x83\x9e\x5e\ \x29\xba\x5f\x3e\x68\x87\x2c\xa2\x48\xe4\xa8\xdc\x8a\x4b\xb0\x84\ \x71\xb8\x8f\xcc\x4f\x4c\x6a\x98\xeb\x11\xee\x4c\x99\x29\xd0\xf4\ \x14\x8c\x14\x19\x8e\xa7\xcb\x61\xd8\x6f\x9f\x03\xe9\xd7\x5d\x3b\ \xe4\x71\x05\xd0\x0a\x5e\xd7\xa4\x99\xbb\xb2\xaf\xcb\x76\x38\x99\ \xbb\x8f\x80\x78\x32\x05\x8c\xae\x86\xe5\x66\x9a\xa3\xaa\x90\x6f\ \x9e\x8a\x5d\x97\xdb\xba\x79\x5c\xec\x00\x65\xf9\xae\xea\xeb\xeb\ \x8b\xbc\x6e\x3f\xa0\xd8\xdf\x54\x79\x3a\xe7\xa6\x5a\xd6\xd7\xf5\ \x12\xcc\xbf\x6b\x8f\xe5\x86\xea\x61\x80\xec\x0a\x4d\xc3\x82\xa7\ \x51\xd9\xd4\x6b\xc8\x0c\x65\x3f\xa4\x89\x15\x7a\x85\x3e\xed\x8c\ \xd5\xe1\x6c\x32\x27\xad\xd2\x4a\x53\x0d\x43\xd5\xe3\x6d\xa8\x40\ \xed\x7a\x52\xf1\xbe\xeb\x57\xe7\x73\xf1\x8c\x3d\xf6\xa6\xdd\xf7\ \x7d\x3d\x40\x24\xdf\x76\xab\x6a\xd1\xf4\xf9\xf0\x1e\x05\x91\x6a\ \x0b\xbd\xb9\x19\xfa\x8b\xf7\xe5\xae\x8a\x2e\xd8\x6d\xea\xeb\x61\ \x31\x0d\x47\xb5\xdb\xe5\x06\x7e\x4f\x7a\x2f\x9b\xfa\xe6\xb4\xf2\ \xfd\x89\xd2\x1a\x03\x09\xe7\xc0\xa4\x9b\xae\x19\x5d\xf7\xcb\xdf\ \x7f\x7c\x6e\x21\x47\xad\xc5\x70\xb7\xa0\xd3\xcb\x9e\xa4\x3e\x55\ \x99\x5f\xac\xc3\xb8\x64\x86\x36\x68\xff\xa7\xa9\xc9\xd3\xf2\x17\ \x8b\x93\xb2\xa1\x10\x42\x20\xfb\x54\x10\x05\x32\x98\xb0\x98\xaa\ \x9c\x47\xf2\x05\x54\x0e\xaa\x20\x77\x94\x2d\x80\x69\x80\x61\xc3\ \x50\xb8\x39\x37\x81\xf0\xc8\x22\x71\x90\xab\x49\x1c\x99\x14\x0a\ \x8b\x84\x27\x79\x57\x28\xef\x43\x60\x1f\x9f\xe1\x05\xa4\x89\xf2\ \x46\xe4\x2f\x50\xbc\xb3\x98\x1c\x3b\xec\x33\x8d\x02\xbc\x11\x7b\ \xb0\x1e\x46\xf1\x54\x99\x09\xb2\x50\x63\x04\x30\x81\xfd\x97\x1e\ \xa5\x83\xd5\x04\x5c\xb1\xc6\x82\x8e\xa1\x18\xa2\xe8\xd2\x92\x36\ \x80\x90\x71\x22\x42\x76\x10\x0a\xc5\x0a\xf8\x2b\xc1\x4b\x61\x9d\ \x2a\x34\x20\xce\xe3\xa0\x24\xec\xb1\x66\x8c\x75\xa8\x0f\x67\xb2\ \x12\xc0\x87\x12\xb4\x3f\x1d\xf0\x2f\xb9\x3e\x8c\x37\x2c\x69\xe2\ \x9e\x78\x6a\x74\xc6\x57\x05\x8a\x34\x57\x7f\xac\x16\xc2\xdc\x3c\ \x9c\xe0\x06\xe0\xf1\x2f\x27\xa8\xf1\xeb\xfb\xdb\x76\xb8\xfd\x34\ \x62\x8c\x32\x47\xf8\x50\xb5\xab\xf3\x74\xe7\x78\xd3\x49\xae\xc7\ \x89\xa7\x49\x7d\x9c\xae\x74\xcc\x27\xae\xc1\x27\xf2\xe6\x85\xfb\ \x66\x0c\x9a\xf3\x2f\x20\x84\xfc\x85\xbb\xf9\x1a\x8e\xff\x29\x1c\ \x29\x3b\xa5\x07\x13\x31\x20\x22\x0a\x05\xd9\x59\x2d\x22\x17\xe1\ \x1c\x5e\x07\x15\x01\xe9\x57\x94\xa2\xe0\x16\xd6\x7a\x22\x39\x42\ \x11\xb7\x43\x9d\x06\x5d\xf2\x91\xe3\x70\x67\x64\x94\xd0\x22\xf2\ \x19\xa3\x03\xd1\x68\x55\xb8\x40\x04\x47\x01\x2e\x03\x88\x13\xc0\ \x0a\xb2\xc4\x40\x88\x8b\x81\x1d\xa7\x8c\x05\x7a\x45\x4e\x02\x1e\ \x62\x3d\x91\x68\x01\xa8\x22\x0e\x61\x8d\x04\x0d\x88\x04\x5b\x5a\ \x92\x08\xa8\xed\xc4\xc2\x95\xe5\x23\x37\xf5\x0e\x04\x9a\xce\x25\ \xe5\xe2\xa6\xa4\xdd\xc7\xcf\x85\x26\x70\x44\x15\x94\xb6\xe0\x10\ \x38\x0e\xb0\xae\xc8\x10\x18\xed\xc8\x32\xce\xad\x1c\xad\xc7\xb9\ \x26\x52\x3c\x6b\x09\x85\xb0\x66\x0d\xd8\x17\x94\x01\x43\x8a\x4c\ \x2a\x80\x0d\xd2\x26\x70\x1b\x61\x59\xd2\x1f\xdc\x98\x0c\x72\x50\ \xa9\x61\x64\xb5\xc3\xab\xa2\x17\xb8\xc6\xb9\x78\x12\xdc\x92\xda\ \x5e\xa3\xb7\x02\x92\x49\x8b\x7e\x86\x48\x90\xf3\x21\x92\x4e\xe3\ \xc0\x7f\x48\x02\x54\x4c\x90\x37\x1c\x50\xd3\x91\x04\xfa\x75\x1d\ \x6d\x27\xd5\xa2\xed\x49\xb7\x57\xe8\xfa\x96\xd0\x05\x30\xd2\x5f\ \x04\x5d\xe7\x1d\xf3\x6b\x38\xbe\x1a\x74\x29\x8f\x2e\x1d\xdd\x22\ \x3a\x00\x34\x8b\x44\x2c\xc0\x06\x28\x01\xad\x21\x6c\xe1\x19\x55\ \x73\x40\x05\x8b\xf5\x5d\x06\xca\x45\x47\xec\x23\x8d\x6d\x46\x7c\ \x01\x69\xcd\x08\x5a\x40\xa7\x32\xe2\x0b\x94\x65\x9b\xc8\x29\x94\ \xa6\xdc\x8f\x5c\x22\xa8\x2c\x32\x11\xc0\x4f\x92\xf5\x59\x3e\x09\ \xa7\xc3\x3c\x09\x50\x5b\x65\xf7\x6f\xa3\xee\x52\x78\x13\x93\x94\ \x3a\xc6\x7c\x52\xe7\x73\xd1\x49\x59\xc0\x0b\xb0\x55\x03\x9d\x4c\ \x44\x27\xfa\x70\x80\xc0\xc9\x8e\xe0\x24\x23\x88\x1c\x63\x13\x91\ \x1c\xb4\x95\x00\x34\x42\x1b\xc5\x22\x1a\xa3\x23\x8e\xe8\x0c\x74\ \x8b\x10\x83\x03\x23\xc0\x1c\x81\x52\x7e\x40\xa5\x84\xc5\x21\x22\ \xac\x46\x57\xe5\x26\x30\xd3\x64\x12\xa1\x99\x64\x09\x8d\x41\xa5\ \x88\xc6\x19\xa9\x52\xcd\xf0\xde\x46\xc7\xa0\x9c\x18\xc2\xe5\x11\ \x37\xdd\x04\x4e\xf2\x15\x9c\xbe\x35\x38\xf9\x2f\x01\x27\xc1\x5f\ \xc3\xf1\xcd\x78\x95\x8a\x9f\xf0\x64\xe0\x53\x91\x55\x99\x03\xab\ \x4a\x0c\x23\xf2\x9f\x3d\xaf\xda\x53\x17\x4a\x1f\xc9\x45\xcc\x2c\ \x6e\xb5\x0d\xa9\x53\x52\x3c\x7e\xd4\x02\x92\xa1\x63\x13\x74\xc6\ \x92\x62\xae\x9d\x93\x2b\xa2\x15\x21\xd2\x0d\xf4\x8d\xec\x9c\x8e\ \x45\x4a\x81\x2c\x27\x8e\x21\xd1\x56\x12\xa3\xf0\xc1\x13\xa1\x53\ \x1c\x4c\xec\x40\xab\x92\x6a\xfa\x0b\x58\x95\x41\xab\x4a\x0d\x1f\ \x39\xc1\x06\x6a\x4b\x27\xdc\xca\x0f\xc0\xb5\x67\x55\x23\x3a\x90\ \xa1\x11\xba\x22\xb7\x74\x92\x3e\x02\x1a\xd1\x2b\x91\x4b\x6e\x88\ \x54\x9e\x51\xa4\x86\xb6\x9d\x13\xab\x84\x60\x64\x4b\x02\xb0\x73\ \x32\x96\xd0\x4b\x65\x09\xbc\x08\x33\x13\x76\x25\xe8\x3a\xd0\xaa\ \x03\xaa\xbe\x02\xd7\xb7\x05\x2e\xf1\x45\xff\x43\x20\xce\xff\x9f\ \xe2\x35\x1c\x5f\x8f\x55\x05\xe4\x93\xd7\xd6\x22\x7b\x43\x64\x55\ \x94\xbe\x23\x81\x99\xb8\x55\x2e\x78\x95\xdb\x89\xd2\xc4\x8f\xbc\ \xf7\xa4\x27\x71\xac\x71\xc6\x8c\xc4\x09\xbb\xf2\x27\xd4\x69\x43\ \xf9\x3c\x11\xad\x7c\x62\x5a\x89\x68\x89\x49\xfe\x40\xcb\xf6\x2f\ \x49\x4c\xcb\x1c\x26\x26\xa6\x75\xc7\xbe\x9c\x63\x05\xea\xb1\x34\ \x80\x5a\xe9\x88\x55\x62\xe4\x58\x7a\xc2\x2a\xb5\x27\x59\xee\xd0\ \x65\x4d\x0d\x60\x9e\x3a\x40\xcd\x52\x03\xe8\x92\x93\x24\xe0\xfe\ \x09\x67\x3a\x42\xaa\x63\xb6\x95\x9a\x40\xea\x9b\xa9\x09\x74\x23\ \xc4\xed\x29\x5a\x3e\xf5\x80\xa9\x05\xf4\x11\x25\x63\x0f\x98\x5a\ \x40\x71\xe0\x59\x21\x7b\xed\x01\xff\x4f\x68\x65\x4f\xbf\xa7\x31\ \x5f\x1f\xbe\x9f\xb1\x9e\xbe\x99\xb1\x4e\xdf\xc9\xc0\x3f\x97\xf4\ \xd5\x91\x77\x6f\x7e\x07\xa0\x91\x0b\xa7\ " qt_resource_name = b"\ \x00\x11\ \x0b\xaa\xc3\x27\ \x00\x73\ \x00\x70\x00\x65\x00\x65\x00\x63\x00\x68\x00\x2d\x00\x62\x00\x75\x00\x62\x00\x62\x00\x6c\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x13\ \x09\x00\x03\x27\ \x00\x73\ \x00\x70\x00\x6c\x00\x61\x00\x73\x00\x68\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x05\ \x00\x77\x8b\xd3\ \x00\x70\ \x00\x72\x00\x65\x00\x66\x00\x73\ \x00\x10\ \x0a\xa0\xfe\xe7\ \x00\x73\ \x00\x70\x00\x6c\x00\x61\x00\x73\x00\x68\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x09\ \x0c\x39\xb2\x1c\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\ \x00\x05\ \x00\x6f\xa6\x53\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x73\ \x00\x1a\ \x09\x57\x65\x07\ \x00\x72\ \x00\x61\x00\x70\x00\x69\x00\x64\x00\x2d\x00\x70\x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\ \x00\x6f\x00\x61\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x06\ \x07\x8c\x76\x94\ \x00\x72\ \x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\ \x00\x04\ \x00\x07\xb0\x73\ \x00\x74\ \x00\x69\x00\x70\x00\x73\ \x00\x0e\ \x01\xf2\x8a\xa7\ \x00\x63\ \x00\x75\x00\x73\x00\x74\x00\x6f\x00\x6d\x00\x64\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0b\ \x08\xc8\x45\x67\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x61\x00\x6c\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x16\ \x0c\x77\x97\xc7\ \x00\x70\ \x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x65\x00\x64\x00\x69\x00\x74\x00\x6f\x00\x72\x00\x64\x00\x65\x00\x66\x00\x61\x00\x75\x00\x6c\ \x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x10\ \x0f\x80\xe4\xc7\ \x00\x64\ \x00\x69\x00\x64\x00\x2d\x00\x79\x00\x6f\x00\x75\x00\x2d\x00\x6b\x00\x6e\x00\x6f\x00\x77\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x12\ \x0a\xf1\x51\xe7\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x61\x00\x64\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x2e\x00\x70\x00\x6e\ \x00\x67\ \x00\x11\ \x08\xb9\xbb\xe7\ \x00\x64\ \x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x68\x00\x69\x00\x64\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x1a\ \x00\xf5\xac\x47\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x77\x00\x68\x00\x65\x00\x72\x00\x65\x00\x61\x00\x6e\x00\x64\x00\x72\ \x00\x65\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0f\ \x04\x45\xfd\xc7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x72\x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ \x0f\x05\x73\x27\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x73\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x12\ \x0d\xfe\x9f\x87\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x73\x00\x65\x00\x6c\x00\x65\x00\x63\x00\x74\x00\x2e\x00\x70\x00\x6e\ \x00\x67\ \x00\x0f\ \x01\x1d\xc5\x87\ \x00\x6a\ \x00\x6f\x00\x62\x00\x63\x00\x6f\x00\x64\x00\x65\x00\x68\x00\x69\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x16\ \x0f\x71\x4b\x87\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x73\x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\ \x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x17\ \x0f\xc6\xa3\xe7\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x67\x00\x65\x00\x6e\x00\x65\x00\x72\x00\x61\x00\x74\x00\x69\ \x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ \x07\x7d\x27\x67\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x13\ \x04\xe9\xc7\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x72\x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x18\ \x07\x13\xab\x27\ \x00\x70\ \x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x6c\x00\x79\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\ \x00\x64\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x1c\ \x0f\xb3\x9b\x67\ \x00\x64\ \x00\x65\x00\x66\x00\x61\x00\x75\x00\x6c\x00\x74\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x64\x00\x69\ \x00\x72\x00\x65\x00\x63\x00\x74\x00\x6f\x00\x72\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0a\ \x02\xce\x58\x07\ \x00\x62\ \x00\x61\x00\x63\x00\x6b\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x05\xf3\x2f\x67\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\x00\x73\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x0c\ \x04\xf1\x43\xe7\ \x00\x6a\ \x00\x6f\x00\x62\x00\x63\x00\x6f\x00\x64\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x1a\ \x03\xbc\xaf\x27\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x67\x00\x65\x00\x6e\x00\x65\x00\x72\x00\x61\x00\x74\x00\x69\ \x00\x6f\x00\x6e\x00\x65\x00\x78\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x09\xeb\x26\x67\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x6d\x00\x65\x00\x6e\x00\x75\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x11\ \x04\xbd\xbf\x47\ \x00\x72\ \x00\x65\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x0c\ \x0a\x2d\x73\x27\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x6d\x00\x61\x00\x6e\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x03\x28\x2f\x07\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x13\ \x0f\xc1\x0c\xc7\ \x00\x6d\ \x00\x75\x00\x6c\x00\x74\x00\x69\x00\x70\x00\x6c\x00\x65\x00\x64\x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x0f\ \x08\x39\x68\x87\ \x00\x63\ \x00\x6f\x00\x6d\x00\x6d\x00\x61\x00\x6e\x00\x64\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x04\x2d\x4f\x27\ \x00\x63\ \x00\x72\x00\x69\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x00\xb5\x48\x67\ \x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x09\x65\x83\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x0b\xdf\x2c\xc7\ \x00\x73\ \x00\x65\x00\x74\x00\x74\x00\x69\x00\x6e\x00\x67\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x13\ \x09\x68\x07\x07\ \x00\x70\ \x00\x69\x00\x63\x00\x74\x00\x75\x00\x72\x00\x65\x00\x73\x00\x2d\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\ \x00\x76\x00\x67\ \x00\x08\ \x06\xe1\x57\xa7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x10\ \x0e\x17\x06\x87\ \x00\x63\ \x00\x68\x00\x65\x00\x76\x00\x72\x00\x6f\x00\x6e\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x19\ \x06\x2f\xa8\xa7\ \x00\x64\ \x00\x72\x00\x69\x00\x76\x00\x65\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x2d\x00\x6d\ \x00\x65\x00\x64\x00\x69\x00\x61\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x06\ \x07\xc3\x5a\xc7\ \x00\x75\ \x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x0b\xa5\x40\x07\ \x00\x66\ \x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2d\x00\x66\x00\x69\x00\x6c\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x12\ \x0d\xab\x7d\x87\ \x00\x64\ \x00\x72\x00\x69\x00\x76\x00\x65\x00\x2d\x00\x68\x00\x61\x00\x72\x00\x64\x00\x64\x00\x69\x00\x73\x00\x6b\x00\x2e\x00\x73\x00\x76\ \x00\x67\ \x00\x11\ \x07\x71\x1d\x87\ \x00\x76\ \x00\x69\x00\x64\x00\x65\x00\x6f\x00\x73\x00\x2d\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x0c\ \x07\x89\xd5\x47\ \x00\x63\ \x00\x6f\x00\x6d\x00\x70\x00\x75\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x00\x46\x55\xa7\ \x00\x73\ \x00\x79\x00\x6e\x00\x63\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0a\xc8\xf6\x87\ \x00\x66\ \x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x07\ \x0c\xf8\x5a\x07\ \x00\x65\ \x00\x79\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x0c\x58\x54\xa7\ \x00\x6d\ \x00\x65\x00\x6e\x00\x75\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0a\xcc\x85\x87\ \x00\x68\ \x00\x69\x00\x64\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0c\x91\x6a\xa7\ \x00\x63\ \x00\x61\x00\x6d\x00\x65\x00\x72\x00\x61\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x06\x38\x57\x27\ \x00\x68\ \x00\x6f\x00\x6d\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x05\x57\x29\xa7\ \x00\x73\ \x00\x6d\x00\x61\x00\x72\x00\x74\x00\x70\x00\x68\x00\x6f\x00\x6e\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x0b\xb6\xce\x87\ \x00\x64\ \x00\x65\x00\x73\x00\x6b\x00\x74\x00\x6f\x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x07\x7d\x2a\xe7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x19\ \x0d\xec\x6c\x67\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2d\x00\x77\x00\x69\x00\x74\x00\x68\x00\x2d\x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0b\x02\x8b\xa7\ \x00\x61\ \x00\x75\x00\x64\x00\x69\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x06\xb2\xb7\x27\ \x00\x70\ \x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x14\ \x0d\x53\xb3\xe7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\ \x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0a\xc2\xa3\x27\ \x00\x76\ \x00\x69\x00\x64\x00\x65\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x1b\ \x09\x9e\xc1\x47\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2d\x00\x77\x00\x69\x00\x74\x00\x68\x00\x2d\x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x09\x13\xc3\x27\ \x00\x64\ \x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x12\ \x04\xa8\x95\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2d\x00\x68\x00\x61\x00\x6e\x00\x64\x00\x6c\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\ \x00\x67\ \x00\x0c\ \x0d\x28\x20\xe7\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x7a\x00\x6f\x00\x6e\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x09\x88\xc7\xa7\ \x00\x6c\ \x00\x61\x00\x6e\x00\x67\x00\x75\x00\x61\x00\x67\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x0f\x73\x75\xa7\ \x00\x6d\ \x00\x69\x00\x73\x00\x63\x00\x65\x00\x6c\x00\x6c\x00\x61\x00\x6e\x00\x65\x00\x6f\x00\x75\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x0e\ \x09\x4d\x31\xa7\ \x00\x61\ \x00\x75\x00\x74\x00\x6f\x00\x6d\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x0b\x57\x70\xc7\ \x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x03\xb5\x6c\x87\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x05\xd7\x9d\x07\ \x00\x63\ \x00\x6f\x00\x6e\x00\x73\x00\x6f\x00\x6c\x00\x69\x00\x64\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \ " qt_resource_struct_v1 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x09\x00\x00\x00\x01\ \x00\x00\x00\xfe\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x31\ \x00\x00\x00\xa2\x00\x02\x00\x00\x00\x14\x00\x00\x00\x1d\ \x00\x00\x00\x54\x00\x02\x00\x00\x00\x09\x00\x00\x00\x14\ \x00\x00\x00\xec\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x00\xb2\x00\x01\x00\x00\x00\x01\x00\x0f\xce\x99\ \x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x0b\xb9\x5b\ \x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x00\x8a\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x08\x6e\x00\x00\x00\x00\x00\x01\x00\x35\xac\xff\ \x00\x00\x07\xfc\x00\x01\x00\x00\x00\x01\x00\x35\x8b\x8a\ \x00\x00\x08\xcc\x00\x01\x00\x00\x00\x01\x00\x35\xcc\xdf\ \x00\x00\x08\xb4\x00\x01\x00\x00\x00\x01\x00\x35\xbb\xcf\ \x00\x00\x08\x56\x00\x00\x00\x00\x00\x01\x00\x35\xa9\xde\ \x00\x00\x08\x86\x00\x00\x00\x00\x00\x01\x00\x35\xb8\x4e\ \x00\x00\x08\x1e\x00\x01\x00\x00\x00\x01\x00\x35\x9a\xa6\ \x00\x00\x05\x7e\x00\x00\x00\x00\x00\x01\x00\x35\x07\x96\ \x00\x00\x05\x60\x00\x00\x00\x00\x00\x01\x00\x35\x03\xa6\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x0c\x52\ \x00\x00\x09\xf2\x00\x01\x00\x00\x00\x01\x00\x36\x4a\x6f\ \x00\x00\x09\x24\x00\x00\x00\x00\x00\x01\x00\x35\xe4\x32\ \x00\x00\x0a\x14\x00\x01\x00\x00\x00\x01\x00\x36\x4f\x9c\ \x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x35\xdc\x1b\ \x00\x00\x09\xb2\x00\x00\x00\x00\x00\x01\x00\x36\x20\x3c\ \x00\x00\x09\x6c\x00\x01\x00\x00\x00\x01\x00\x36\x09\x0c\ \x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x36\x39\xeb\ \x00\x00\x09\x4e\x00\x00\x00\x00\x00\x01\x00\x35\xf1\x40\ \x00\x00\x09\x8a\x00\x00\x00\x00\x00\x01\x00\x36\x0f\x60\ \x00\x00\x07\x1a\x00\x00\x00\x00\x00\x01\x00\x35\x55\x89\ \x00\x00\x07\xbe\x00\x00\x00\x00\x00\x01\x00\x35\x7d\xd0\ \x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x35\x2d\x7b\ \x00\x00\x07\xa8\x00\x00\x00\x00\x00\x01\x00\x35\x7a\x42\ \x00\x00\x05\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x20\xd6\ \x00\x00\x06\xd4\x00\x00\x00\x00\x00\x01\x00\x35\x4d\x11\ \x00\x00\x06\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x50\x5f\ \x00\x00\x06\x70\x00\x00\x00\x00\x00\x01\x00\x35\x30\xf0\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x5b\x8a\ \x00\x00\x05\xd0\x00\x00\x00\x00\x00\x01\x00\x35\x1c\xe3\ \x00\x00\x07\x30\x00\x00\x00\x00\x00\x01\x00\x35\x57\x63\ \x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x35\x67\xb0\ \x00\x00\x06\x82\x00\x00\x00\x00\x00\x01\x00\x35\x37\x43\ \x00\x00\x07\xe0\x00\x00\x00\x00\x00\x01\x00\x35\x85\x9b\ \x00\x00\x05\xb2\x00\x00\x00\x00\x00\x01\x00\x35\x10\x42\ \x00\x00\x07\x5e\x00\x00\x00\x00\x00\x01\x00\x35\x63\x11\ \x00\x00\x07\x8e\x00\x00\x00\x00\x00\x01\x00\x35\x6d\x68\ \x00\x00\x07\x4a\x00\x00\x00\x00\x00\x01\x00\x35\x5e\xf3\ \x00\x00\x06\xaa\x00\x00\x00\x00\x00\x01\x00\x35\x3c\xa5\ \x00\x00\x06\x12\x00\x00\x00\x00\x00\x01\x00\x35\x27\x28\ \x00\x00\x01\xf4\x00\x00\x00\x00\x00\x01\x00\x15\x69\x4a\ \x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x1a\xec\x73\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x03\xea\x00\x00\x00\x00\x00\x01\x00\x22\xe2\xe2\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x2e\xb2\xae\ \x00\x00\x04\x4a\x00\x00\x00\x00\x00\x01\x00\x28\xc9\xb2\ \x00\x00\x02\x2e\x00\x00\x00\x00\x00\x01\x00\x15\xf8\x38\ \x00\x00\x04\xac\x00\x00\x00\x00\x00\x01\x00\x2b\x1c\x62\ \x00\x00\x03\x4a\x00\x00\x00\x00\x00\x01\x00\x1f\xc3\x64\ \x00\x00\x04\x2c\x00\x00\x00\x00\x00\x01\x00\x25\xda\x3c\ \x00\x00\x04\x04\x00\x00\x00\x00\x00\x01\x00\x25\x4e\x04\ \x00\x00\x03\x76\x00\x00\x00\x00\x00\x01\x00\x1f\xf8\x72\ \x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x1e\x03\x4e\ \x00\x00\x05\x3c\x00\x00\x00\x00\x00\x01\x00\x33\x40\x6c\ \x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x14\xa5\x07\ \x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x11\x0b\x08\ \x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x29\xd8\xc1\ \x00\x00\x04\xd4\x00\x00\x00\x00\x00\x01\x00\x2c\xdd\xda\ \x00\x00\x01\xa2\x00\x00\x00\x00\x00\x01\x00\x13\xf3\xbf\ \x00\x00\x01\x4a\x00\x00\x00\x00\x00\x01\x00\x12\xa6\xe4\ \x00\x00\x02\x74\x00\x00\x00\x00\x00\x01\x00\x19\x9e\x05\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x17\xca\xfd\ \x00\x00\x02\xc2\x00\x00\x00\x00\x00\x01\x00\x1c\x7a\xe2\ \x00\x00\x01\x7c\x00\x01\x00\x00\x00\x01\x00\x13\xee\x3d\ \x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x21\xdb\xfb\ \x00\x00\x05\x10\x00\x00\x00\x00\x00\x01\x00\x31\xdd\x05\ \x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x1d\x13\x32\ " qt_resource_struct_v2 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x09\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xfe\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x31\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xa2\x00\x02\x00\x00\x00\x14\x00\x00\x00\x1d\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x54\x00\x02\x00\x00\x00\x09\x00\x00\x00\x14\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xec\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\xb2\x00\x01\x00\x00\x00\x01\x00\x0f\xce\x99\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x0b\xb9\x5b\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x8a\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x08\x6e\x00\x00\x00\x00\x00\x01\x00\x35\xac\xff\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x07\xfc\x00\x01\x00\x00\x00\x01\x00\x35\x8b\x8a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\xcc\x00\x01\x00\x00\x00\x01\x00\x35\xcc\xdf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\xb4\x00\x01\x00\x00\x00\x01\x00\x35\xbb\xcf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\x56\x00\x00\x00\x00\x00\x01\x00\x35\xa9\xde\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x08\x86\x00\x00\x00\x00\x00\x01\x00\x35\xb8\x4e\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x08\x1e\x00\x01\x00\x00\x00\x01\x00\x35\x9a\xa6\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x7e\x00\x00\x00\x00\x00\x01\x00\x35\x07\x96\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x60\x00\x00\x00\x00\x00\x01\x00\x35\x03\xa6\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x0c\x52\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\xf2\x00\x01\x00\x00\x00\x01\x00\x36\x4a\x6f\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x24\x00\x00\x00\x00\x00\x01\x00\x35\xe4\x32\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x0a\x14\x00\x01\x00\x00\x00\x01\x00\x36\x4f\x9c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x35\xdc\x1b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x09\xb2\x00\x00\x00\x00\x00\x01\x00\x36\x20\x3c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x6c\x00\x01\x00\x00\x00\x01\x00\x36\x09\x0c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x36\x39\xeb\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x4e\x00\x00\x00\x00\x00\x01\x00\x35\xf1\x40\ \x00\x00\x01\x7e\x36\x81\x80\xcc\ \x00\x00\x09\x8a\x00\x00\x00\x00\x00\x01\x00\x36\x0f\x60\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x07\x1a\x00\x00\x00\x00\x00\x01\x00\x35\x55\x89\ \x00\x00\x01\x7e\xcb\xb6\x04\xd5\ \x00\x00\x07\xbe\x00\x00\x00\x00\x00\x01\x00\x35\x7d\xd0\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x35\x2d\x7b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\xa8\x00\x00\x00\x00\x00\x01\x00\x35\x7a\x42\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x20\xd6\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\xd4\x00\x00\x00\x00\x00\x01\x00\x35\x4d\x11\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x50\x5f\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x70\x00\x00\x00\x00\x00\x01\x00\x35\x30\xf0\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x5b\x8a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\xd0\x00\x00\x00\x00\x00\x01\x00\x35\x1c\xe3\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x30\x00\x00\x00\x00\x00\x01\x00\x35\x57\x63\ \x00\x00\x01\x7e\xdf\xd1\x41\x38\ \x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x35\x67\xb0\ \x00\x00\x01\x7d\x14\xcd\xd4\x22\ \x00\x00\x06\x82\x00\x00\x00\x00\x00\x01\x00\x35\x37\x43\ \x00\x00\x01\x7e\xe8\x4f\xbd\x1c\ \x00\x00\x07\xe0\x00\x00\x00\x00\x00\x01\x00\x35\x85\x9b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\xb2\x00\x00\x00\x00\x00\x01\x00\x35\x10\x42\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x5e\x00\x00\x00\x00\x00\x01\x00\x35\x63\x11\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x8e\x00\x00\x00\x00\x00\x01\x00\x35\x6d\x68\ \x00\x00\x01\x7e\xdf\xd4\x1c\xb4\ \x00\x00\x07\x4a\x00\x00\x00\x00\x00\x01\x00\x35\x5e\xf3\ \x00\x00\x01\x7d\x14\xcd\xa7\x43\ \x00\x00\x06\xaa\x00\x00\x00\x00\x00\x01\x00\x35\x3c\xa5\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x12\x00\x00\x00\x00\x00\x01\x00\x35\x27\x28\ \x00\x00\x01\x7e\xdf\xd5\x3e\xb4\ \x00\x00\x01\xf4\x00\x00\x00\x00\x00\x01\x00\x15\x69\x4a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x1a\xec\x73\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\xea\x00\x00\x00\x00\x00\x01\x00\x22\xe2\xe2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x2e\xb2\xae\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x4a\x00\x00\x00\x00\x00\x01\x00\x28\xc9\xb2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x2e\x00\x00\x00\x00\x00\x01\x00\x15\xf8\x38\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xac\x00\x00\x00\x00\x00\x01\x00\x2b\x1c\x62\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x4a\x00\x00\x00\x00\x00\x01\x00\x1f\xc3\x64\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x2c\x00\x00\x00\x00\x00\x01\x00\x25\xda\x3c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x04\x00\x00\x00\x00\x00\x01\x00\x25\x4e\x04\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x76\x00\x00\x00\x00\x00\x01\x00\x1f\xf8\x72\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x1e\x03\x4e\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x3c\x00\x00\x00\x00\x00\x01\x00\x33\x40\x6c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x14\xa5\x07\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x11\x0b\x08\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x29\xd8\xc1\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xd4\x00\x00\x00\x00\x00\x01\x00\x2c\xdd\xda\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\xa2\x00\x00\x00\x00\x00\x01\x00\x13\xf3\xbf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x4a\x00\x00\x00\x00\x00\x01\x00\x12\xa6\xe4\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x74\x00\x00\x00\x00\x00\x01\x00\x19\x9e\x05\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x17\xca\xfd\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\xc2\x00\x00\x00\x00\x00\x01\x00\x1c\x7a\xe2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x7c\x00\x01\x00\x00\x00\x01\x00\x13\xee\x3d\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x21\xdb\xfb\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x10\x00\x00\x00\x00\x00\x01\x00\x31\xdd\x05\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x1d\x13\x32\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ " qt_version = [int(v) for v in QtCore.qVersion().split('.')] if qt_version < [5, 8, 0]: rcc_version = 1 qt_resource_struct = qt_resource_struct_v1 else: rcc_version = 2 qt_resource_struct = qt_resource_struct_v2 def qInitResources(): QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) def qCleanupResources(): QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) qInitResources() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/qtsingleapplication.py0000644000175000017500000001043214562557501023303 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import Qt, QTextStream, pyqtSignal from PyQt5.QtNetwork import QLocalServer, QLocalSocket from PyQt5.QtWidgets import QApplication, QMainWindow class QtSingleApplication(QApplication): """ Taken from http://stackoverflow.com/questions/12712360/qtsingleapplication-for-pyside-or-pyqt """ messageReceived = pyqtSignal(str) def __init__(self, programId: str, *argv) -> None: super().__init__(*argv) self._id = programId self._activationWindow = None # type: QMainWindow|None self._activateOnMessage = False # type: bool # Is there another instance running? self._outSocket = QLocalSocket() # type: QLocalSocket self._outSocket.connectToServer(self._id) self._isRunning = self._outSocket.waitForConnected() # type: bool self._outStream = None # type: QTextStream|None self._inSocket = None self._inStream = None # type: QTextStream|None self._server = None if self._isRunning: # Yes, there is. self._outStream = QTextStream(self._outSocket) self._outStream.setCodec("UTF-8") else: # No, there isn't, at least not properly. # Cleanup any past, crashed server. error = self._outSocket.error() if error == QLocalSocket.ConnectionRefusedError: self.close() QLocalServer.removeServer(self._id) self._outSocket = None self._server = QLocalServer() self._server.listen(self._id) self._server.newConnection.connect(self._onNewConnection) def close(self) -> None: if self._inSocket: self._inSocket.disconnectFromServer() if self._outSocket: self._outSocket.disconnectFromServer() if self._server: self._server.close() def isRunning(self) -> bool: return self._isRunning def id(self) -> str: return self._id def activationWindow(self) -> QMainWindow: return self._activationWindow def setActivationWindow( self, activationWindow: QMainWindow, activateOnMessage: bool = True ) -> None: self._activationWindow = activationWindow self._activateOnMessage = activateOnMessage def activateWindow(self) -> None: if not self._activationWindow: return self._activationWindow.setWindowState( self._activationWindow.windowState() & ~Qt.WindowMinimized ) self._activationWindow.raise_() self._activationWindow.activateWindow() def sendMessage(self, msg) -> bool: if not self._outStream: return False self._outStream << msg << "\n" self._outStream.flush() return self._outSocket.waitForBytesWritten() def _onNewConnection(self) -> None: if self._inSocket: self._inSocket.readyRead.disconnect(self._onReadyRead) self._inSocket = self._server.nextPendingConnection() if not self._inSocket: return self._inStream = QTextStream(self._inSocket) self._inStream.setCodec("UTF-8") self._inSocket.readyRead.connect(self._onReadyRead) if self._activateOnMessage: self.activateWindow() def _onReadyRead(self) -> None: while True: msg = self._inStream.readLine() if not msg: break self.messageReceived.emit(msg) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/rapid.py0000755000175000017500000110370114562557501020336 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Primary logic for Rapid Photo Downloader. Qt related class method and variable names use CamelCase. Everything else should follow PEP 8. Project line length: 88 characters (i.e., word wrap at 88) "Hamburger" Menu Icon by Daniel Bruce -- www.entypo.com """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" # ruff: noqa: E402 import contextlib import datetime import locale import logging import os import shutil import sys with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") import argparse import faulthandler import functools import importlib.metadata import inspect import platform import shlex import subprocess import time import webbrowser from collections import defaultdict from typing import Any import dateutil import gi from packaging.version import parse gi.require_version("Notify", "0.7") from gi.repository import Notify try: gi.require_version("Unity", "7.0") from gi.repository import Unity launcher = "net.damonlynch.rapid_photo_downloader.desktop" Unity.LauncherEntry.get_for_desktop_id(launcher) have_unity = True except (ImportError, ValueError, gi.repository.GLib.GError): have_unity = False import arrow # noqa: I001 import psutil # PyQt 5.11 introduces from PyQt5 import sip i.e., from a 'private' sip, unique # to PyQt5. However, we cannot assume that distros will follow this mechanism. # So as a defensive measure, merely import sip, doing this only after Qt has # already been imported. See: # http://pyqt.sourceforge.net/Docs/PyQt5/incompatibilities.html#importing-the-sip-module import zmq from PyQt5 import QtCore # noqa: I001 import sip from PyQt5.QtCore import ( QByteArray, # noqa: F401 QLocale, QModelIndex, QPoint, QRect, # noqa: F401 QSettings, QSize, QStorageInfo, Qt, QThread, QTimer, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QCloseEvent, QDesktopServices, QFont, QFontMetrics, QIcon, QMoveEvent, QPixmap, QScreen, # noqa: F401 QShowEvent, ) from PyQt5.QtWidgets import ( QAction, QApplication, QCheckBox, QGridLayout, QHBoxLayout, QLabel, QMainWindow, QMenu, QMessageBox, QProgressBar, QSizePolicy, QStackedWidget, QStyle, QVBoxLayout, QWidget, ) from showinfm import ( LinuxDesktop, linux_desktop, linux_desktop_humanize, valid_file_manager, ) import raphodo import raphodo.__about__ as __about__ import raphodo.constants as constants import raphodo.downloadtracker as downloadtracker import raphodo.excepthook as excepthook import raphodo.iplogging as iplogging import raphodo.metadata.exiftool as exiftool import raphodo.metadata.fileformats as fileformats import raphodo.storage.storageidevice as storageidevice import raphodo.ui.didyouknow as didyouknow import raphodo.utilities from raphodo.cache import ThumbnailCacheSql from raphodo.camera import ( autodetect_cameras, dump_camera_details, gphoto2_python_logging, gphoto2_version, python_gphoto2_version, ) from raphodo.constants import ( ApplicationState, BackupFailureType, BackupLocationType, BackupStatus, CameraErrorCode, CompletedDownloads, DeviceState, DeviceType, FileType, FileTypeFlag, PostCameraUnmountAction, RememberThisButtons, RememberThisMessage, RenameAndMoveStatus, RightSideButton, ScalingAction, ScalingDetected, Show, Sort, TemporalProximityState, disable_version_check, ) from raphodo.devices import ( BackupDevice, BackupDeviceCollection, Device, DeviceCollection, DownloadingTo, FSMetadataErrors, ) from raphodo.errorlog import ErrorReport, SpeechBubble from raphodo.filesystemurl import FileSystemUrlHandler from raphodo.folderpreviewmanager import FolderPreviewManager from raphodo.generatenameconfig import ( PHOTO_RENAME_SIMPLE, VIDEO_RENAME_SIMPLE, upgrade_pre090a4_rename_pref, ) from raphodo.heif import have_heif_module, libheif_version, pyheif_version from raphodo.interprocess import ( BackupArguments, BackupFileData, BackupManager, CopyFilesArguments, CopyFilesManager, OffloadData, OffloadManager, ProcessLoggingManager, RenameAndMoveFileData, RenameMoveFileManager, ScanArguments, ScanManager, ThreadNames, ThumbnailDaemonData, ThumbnailDaemonManager, create_inproc_msg, stop_process_logging_manager, ) from raphodo.metadata.metadatavideo import libmediainfo_missing, pymedia_version_info from raphodo.prefs.preferencedialog import PreferencesDialog from raphodo.prefs.preferences import Preferences from raphodo.problemnotification import BackingUpProblems, CopyingProblems, Problems from raphodo.programversions import EXIFTOOL_VERSION, exiv2_version, gexiv2_version from raphodo.proximity import ( TemporalProximity, TemporalProximityControls, TemporalProximityGroups, ) from raphodo.qtsingleapplication import QtSingleApplication from raphodo.rpdfile import ( FileSizeSum, FileTypeCounter, Photo, # noqa: F401 RPDFile, Video, # noqa: F401 file_types_by_number, ) from raphodo.rpdsql import DownloadedSQL from raphodo.storage.storage import ( CameraHotplug, GVolumeMonitor, StorageSpace, UDisks2Monitor, ValidMounts, ValidatedFolder, WatchDownloadDirs, get_desktop_environment, get_fdo_cache_thumb_base_directory, get_media_dir, gvfs_gphoto2_path, has_one_or_more_folders, have_gio, mountPaths, platform_photos_directory, platform_videos_directory, validate_download_folder, validate_source_folder, ) from raphodo.thumbnaildisplay import ( DownloadStats, MarkedSummary, ThumbnailDelegate, ThumbnailListModel, ThumbnailView, ) from raphodo.thumbnailextractor import gst_version from raphodo.ui import viewutils from raphodo.ui.aboutdialog import AboutDialog from raphodo.ui.backuppanel import BackupPanel from raphodo.ui.chevroncombo import ChevronCombo from raphodo.ui.computerview import ComputerWidget from raphodo.ui.destinationpanel import DestinationPanel from raphodo.ui.devicedisplay import ( DeviceDelegate, DeviceModel, DeviceView, ) from raphodo.ui.filebrowse import ( FileSystemDelegate, FileSystemFilter, FileSystemModel, FileSystemView, ) from raphodo.ui.jobcodepanel import JobCodePanel from raphodo.ui.menubutton import MenuButton from raphodo.ui.primarybutton import DownloadButton, TopPushButton from raphodo.ui.rememberthisdialog import RememberThisDialog from raphodo.ui.renamepanel import RenamePanel from raphodo.ui.rotatedpushbutton import RotatedButton from raphodo.ui.sourcepanel import LeftPanelContainer, SourcePanel from raphodo.ui.splashscreen import SplashScreen from raphodo.ui.toggleview import QToggleView from raphodo.ui.viewutils import ( MainWindowSplitter, any_screen_scaled, qt5_screen_scale_environment_variable, scaledIcon, standardMessageBox, validateWindowPosition, validateWindowSizeLimit, ) from raphodo.utilities import ( addPushButtonLabelSpacer, format_size_for_user, getQtSystemTranslation, installed_using_pip, log_os_release, make_html_path_non_breaking, make_internationalized_list, pref_bool_from_gconftool2_string, prefs_list_from_gconftool2_string, process_running, same_device, thousands, ) from raphodo.wsl import ( WindowsDriveMount, WslDrives, WslWindowsRemovableDriveMonitor, ) # Avoid segfaults at exit: # http://pyqt.sourceforge.net/Docs/PyQt5/gotchas.html#crashes-on-exit app = None # type: 'QtSingleApplication' | None faulthandler.enable() logger = None sys.excepthook = excepthook.excepthook is_devel_env = os.getenv("RPD_DEVEL_DEFAULTS") is not None try: from icecream import install install() except ImportError: # Graceful fallback if IceCream isn't installed. ic = lambda *a: None if not a else (a[0] if len(a) == 1 else a) # noqa builtins = __import__("builtins") setattr(builtins, "ic", ic) class RapidWindow(QMainWindow): """ Main application window, and primary controller of program logic Such attributes unfortunately make it very complex. For better or worse, Qt's state machine technology is not used. State indicating whether a download or scan is occurring is thus kept in the device collection, self.devices """ checkForNewVersionRequest = pyqtSignal() downloadNewVersionRequest = pyqtSignal(str, str) reverifyDownloadedTar = pyqtSignal(str) udisks2Unmount = pyqtSignal(str) def __init__( self, splash: "SplashScreen", fractional_scaling: str, scaling_set: str, scaling_action: ScalingAction, scaling_detected: ScalingDetected, xsetting_running: bool, force_wayland: bool, display_height: int, platform_selected: str | None, photo_rename: bool | None = None, video_rename: bool | None = None, auto_detect: bool | None = None, this_computer_source: str | None = None, this_computer_location: str | None = None, photo_download_folder: str | None = None, video_download_folder: str | None = None, backup: bool | None = None, backup_auto_detect: bool | None = None, photo_backup_identifier: str | None = None, video_backup_identifier: str | None = None, photo_backup_location: str | None = None, video_backup_location: str | None = None, ignore_other_photo_types: bool | None = None, thumb_cache: bool | None = None, auto_download_startup: bool | None = None, auto_download_insertion: bool | None = None, log_gphoto2: bool | None = None, ) -> None: super().__init__() self.setObjectName("rapidMainWindow") # Indicate not to show any dialogs to the user until the program has finished # starting self.on_startup = True self.splash = splash if splash.isVisible(): self.screen = splash.windowHandle().screen() # type: QScreen else: self.screen = None self.fractional_scaling_message = fractional_scaling self.scaling_set_message = scaling_set # Process Qt events - in this case, possible closing of splash screen app.processEvents() # Three values to handle window position quirks under X11: self.window_show_requested_time = None # type: datetime.datetime|None self.window_move_triggered_count = 0 self.windowPositionDelta = QPoint(0, 0) self.setFocusPolicy(Qt.StrongFocus) self.ignore_other_photo_types = ignore_other_photo_types self.application_state = ApplicationState.normal self.prompting_for_user_action = {} # type: dict[Device, QMessageBox] self.prefs_dialog_active = False self.close_event_run = False self.file_manager = valid_file_manager() if platform.system() == "Linux": try: self.linux_desktop = linux_desktop() except Exception as e: logging.debug("Error detecting Linux Desktop environment: %s", str(e)) self.linux_desktop = LinuxDesktop.unknown log_os_release() else: self.linux_desktop = None self.fileSystemUrlHandler = FileSystemUrlHandler() QDesktopServices.setUrlHandler( "file", self.fileSystemUrlHandler, "openFileBrowser" ) for version in get_versions( file_manager=self.file_manager, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=platform_selected, ): logging.info("%s", version) if disable_version_check: logging.debug("Version checking disabled via code") if EXIFTOOL_VERSION is None: logging.error("ExifTool is either missing or has a problem") if pymedia_version_info() is None and libmediainfo_missing: logging.error( "pymediainfo is installed, but the library libmediainfo appears to " "be missing" ) self.log_gphoto2 = log_gphoto2 is True self.setWindowTitle(_("Rapid Photo Downloader")) # app is a module level global self.readWindowSettings(app) self.prefs = Preferences() self.checkPrefsUpgrade() self.prefs.program_version = __about__.__version__ if self.linux_desktop and self.linux_desktop == LinuxDesktop.wsl2: self.wslDrives = WslDrives(rapidApp=self) self.wslDrives.driveMounted.connect(self.wslWindowsDriveMounted) self.wslDrives.driveUnmounted.connect(self.wslWindowsDriveUnmounted) self.is_wsl2 = True # Track whether a list of Windows drives has been returned yet self.wsl_drives_probed = False self.wsl_backup_drives_refresh_needed = False else: self.is_wsl2 = False self.iOSInitErrorMessaging() if self.prefs.force_exiftool: logging.debug("ExifTool and not Exiv2 will be used to read photo metadata") # track devices on which there was an error setting a file's filesystem metadata self.copy_metadata_errors = FSMetadataErrors() self.backup_metadata_errors = FSMetadataErrors() if thumb_cache is not None: logging.debug("Use thumbnail cache: %s", thumb_cache) self.prefs.use_thumbnail_cache = thumb_cache self.setupWindow() splash.setProgress(10) if photo_rename is not None: if photo_rename: self.prefs.photo_rename = PHOTO_RENAME_SIMPLE else: self.prefs.photo_rename = self.prefs.rename_defaults["photo_rename"] if video_rename is not None: if video_rename: self.prefs.video_rename = VIDEO_RENAME_SIMPLE else: self.prefs.video_rename = self.prefs.rename_defaults["video_rename"] if auto_detect is not None: self.prefs.device_autodetection = auto_detect else: logging.info("Device autodetection: %s", self.prefs.device_autodetection) if self.prefs.device_autodetection: if not self.prefs.scan_specific_folders: logging.info("Devices do not need specific folders to be scanned") else: logging.info( "For automatically detected devices, only the contents the " "following folders will be scanned: %s", ", ".join(self.prefs.folders_to_scan), ) if this_computer_source is not None: self.prefs.this_computer_source = this_computer_source if this_computer_location is not None: self.prefs.this_computer_path = this_computer_location if self.prefs.this_computer_source: if self.prefs.this_computer_path: logging.info( "This Computer is set to be used as a download source, using: %s", self.prefs.this_computer_path, ) else: logging.info( "This Computer is set to be used as a download source, but the " "location is not yet set" ) else: logging.info("This Computer is not used as a download source") if photo_download_folder is not None: self.prefs.photo_download_folder = photo_download_folder logging.info("Photo download location: %s", self.prefs.photo_download_folder) if video_download_folder is not None: self.prefs.video_download_folder = video_download_folder logging.info("Video download location: %s", self.prefs.video_download_folder) self.prefs.check_show_system_folders() if backup is not None: self.prefs.backup_files = backup else: logging.info("Backing up files: %s", self.prefs.backup_files) if backup_auto_detect is not None: self.prefs.backup_device_autodetection = backup_auto_detect elif self.prefs.backup_files: logging.info( "Backup device auto detection: %s", self.prefs.backup_device_autodetection, ) if photo_backup_identifier is not None: self.prefs.photo_backup_identifier = photo_backup_identifier elif self.prefs.backup_files and self.prefs.backup_device_autodetection: logging.info( "Photo backup identifier: %s", self.prefs.photo_backup_identifier ) if video_backup_identifier is not None: self.prefs.video_backup_identifier = video_backup_identifier elif self.prefs.backup_files and self.prefs.backup_device_autodetection: logging.info( "video backup identifier: %s", self.prefs.video_backup_identifier ) if photo_backup_location is not None: self.prefs.backup_photo_location = photo_backup_location elif self.prefs.backup_files and not self.prefs.backup_device_autodetection: logging.info("Photo backup location: %s", self.prefs.backup_photo_location) if video_backup_location is not None: self.prefs.backup_video_location = video_backup_location elif self.prefs.backup_files and not self.prefs.backup_device_autodetection: logging.info("video backup location: %s", self.prefs.backup_video_location) if auto_download_startup is not None: self.prefs.auto_download_at_startup = auto_download_startup elif self.prefs.auto_download_at_startup: logging.info("Auto download at startup is on") if auto_download_insertion is not None: self.prefs.auto_download_upon_device_insertion = auto_download_insertion elif self.prefs.auto_download_upon_device_insertion: logging.info("Auto download upon device insertion is on") if self.prefs.list_not_empty("volume_whitelist"): logging.info( "Whitelisted devices: %s", " ; ".join(self.prefs.volume_whitelist) ) if self.prefs.list_not_empty("volume_blacklist"): logging.info( "Blacklisted devices: %s", " ; ".join(self.prefs.volume_blacklist) ) if self.prefs.list_not_empty("camera_blacklist"): logging.info( "Blacklisted cameras: %s", " ; ".join(self.prefs.camera_blacklist) ) self.prefs.verify_file = False logging.debug("Starting main ExifTool process") self.exiftool_process = exiftool.ExifTool() self.exiftool_process.start() self.prefs.validate_max_CPU_cores() self.prefs.validate_ignore_unhandled_file_exts() # Don't call processEvents() after initiating 0MQ, as it can # cause "Interrupted system call" errors app.processEvents() self.download_paused = False self.startThreadControlSockets() self.startProcessLogger() def checkPrefsUpgrade(self) -> None: if self.prefs.program_version != __about__.__version__: previous_version = self.prefs.program_version if not len(previous_version): logging.debug("Initial program run detected") else: pv = parse(previous_version) rv = parse(__about__.__version__) if pv < rv: logging.info( "Version upgrade detected, from %s to %s", previous_version, __about__.__version__, ) self.prefs.upgrade_prefs(pv) elif pv > rv: logging.info( "Version downgrade detected, from %s to %s", previous_version, __about__.__version__, ) if pv < parse("0.9.7b1"): # Remove any duplicate subfolder generation or file renaming custom # presets self.prefs.filter_duplicate_generation_prefs() if pv < parse("0.9.29a1"): # clear window and panel size, so they can be regenerated logging.debug( "Resetting window size, and left and central splitter sizes" ) settings = QSettings() settings.beginGroup("MainWindow") if settings.contains("centerSplitterSizes"): settings.remove("centerSplitterSizes") if settings.contains("windowSize"): settings.remove("windowSize") if settings.contains("leftPanelSplitterSizes"): settings.remove("leftPanelSplitterSizes") def startThreadControlSockets(self) -> None: """ Create and bind inproc sockets to communicate with threads that handle inter process communication via zmq. See 'Signaling Between Threads (PAIR Sockets)' in 'ØMQ - The Guide' http://zguide.zeromq.org/page:all#toc46 """ context = zmq.Context.instance() inproc = "inproc://{}" self.logger_controller = context.socket(zmq.PAIR) self.logger_controller.bind(inproc.format(ThreadNames.logger)) self.rename_controller = context.socket(zmq.PAIR) self.rename_controller.bind(inproc.format(ThreadNames.rename)) self.scan_controller = context.socket(zmq.PAIR) self.scan_controller.bind(inproc.format(ThreadNames.scan)) self.copy_controller = context.socket(zmq.PAIR) self.copy_controller.bind(inproc.format(ThreadNames.copy)) self.backup_controller = context.socket(zmq.PAIR) self.backup_controller.bind(inproc.format(ThreadNames.backup)) self.thumbnail_deamon_controller = context.socket(zmq.PAIR) self.thumbnail_deamon_controller.bind( inproc.format(ThreadNames.thumbnail_daemon) ) self.offload_controller = context.socket(zmq.PAIR) self.offload_controller.bind(inproc.format(ThreadNames.offload)) self.new_version_controller = context.socket(zmq.PAIR) self.new_version_controller.bind(inproc.format(ThreadNames.new_version)) def sendStopToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"STOP")) def sendTerminateToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"TERMINATE")) def sendStopWorkerToThread(self, socket: zmq.Socket, worker_id: int) -> None: socket.send_multipart(create_inproc_msg(b"STOP_WORKER", worker_id=worker_id)) def sendStartToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"START")) def sendStartWorkerToThread( self, socket: zmq.Socket, worker_id: int, data: Any ) -> None: socket.send_multipart( create_inproc_msg(b"START_WORKER", worker_id=worker_id, data=data) ) def sendResumeToThread( self, socket: zmq.Socket, worker_id: int | None = None ) -> None: socket.send_multipart(create_inproc_msg(b"RESUME", worker_id=worker_id)) def sendPauseToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"PAUSE")) def sendDataMessageToThread( self, socket: zmq.Socket, data: Any, worker_id: int | None = None ) -> None: socket.send_multipart( create_inproc_msg(b"SEND_TO_WORKER", worker_id=worker_id, data=data) ) def sendToOffload(self, data: Any) -> None: self.offload_controller.send_multipart( create_inproc_msg(b"SEND_TO_WORKER", worker_id=None, data=data) ) def startProcessLogger(self) -> None: self.loggermq = ProcessLoggingManager() self.loggermqThread = QThread() self.loggermq.moveToThread(self.loggermqThread) self.loggermqThread.started.connect(self.loggermq.startReceiver) self.loggermq.ready.connect(self.initStage2) logging.debug("Starting logging subscription manager...") QTimer.singleShot(0, self.loggermqThread.start) @pyqtSlot(int) def initStage2(self, logging_port: int) -> None: logging.debug("...logging subscription manager started") self.logging_port = logging_port self.splash.setProgress(20) logging.debug("Stage 2 initialization") if self.prefs.purge_thumbnails: cache = ThumbnailCacheSql(create_table_if_not_exists=False) logging.info("Purging thumbnail cache...") cache.purge_cache() logging.info("...thumbnail Cache has been purged") self.prefs.purge_thumbnails = False # Recreate the cache on the file system ThumbnailCacheSql(create_table_if_not_exists=True) elif self.prefs.optimize_thumbnail_db: cache = ThumbnailCacheSql(create_table_if_not_exists=True) logging.info("Optimizing thumbnail cache...") db, fs, size = cache.optimize() logging.info("...thumbnail cache has been optimized.") if db: logging.info("Removed %s files from thumbnail database", db) if fs: logging.info("Removed %s thumbnails from file system", fs) if size: logging.info( "Thumbnail database size reduction: %s", format_size_for_user(size) ) self.prefs.optimize_thumbnail_db = False else: # Recreate the cache on the file system ThumbnailCacheSql(create_table_if_not_exists=True) # For meaning of 'Devices', see devices.py self.devices = DeviceCollection(self.exiftool_process, self) self.backup_devices = BackupDeviceCollection(rapidApp=self) logging.debug("Starting thumbnail daemon model") self.thumbnaildaemonmqThread = QThread() self.thumbnaildaemonmq = ThumbnailDaemonManager(logging_port=logging_port) self.thumbnaildaemonmq.moveToThread(self.thumbnaildaemonmqThread) self.thumbnaildaemonmqThread.started.connect(self.thumbnaildaemonmq.run_sink) self.thumbnaildaemonmq.message.connect(self.thumbnailReceivedFromDaemon) self.thumbnaildaemonmq.sinkStarted.connect(self.initStage3) QTimer.singleShot(0, self.thumbnaildaemonmqThread.start) @pyqtSlot() def initStage3(self) -> None: logging.debug("Stage 3 initialization") self.splash.setProgress(30) self.sendStartToThread(self.thumbnail_deamon_controller) logging.debug("...thumbnail daemon model started") self.thumbnailView = ThumbnailView(self) self.thumbnailModel = ThumbnailListModel( parent=self, logging_port=self.logging_port, log_gphoto2=self.log_gphoto2 ) self.thumbnailView.setModel(self.thumbnailModel) self.thumbnailView.setItemDelegate(ThumbnailDelegate(rapidApp=self)) @pyqtSlot(int) def initStage4(self, frontend_port: int) -> None: logging.debug("Stage 4 initialization") self.splash.setProgress(40) self.sendDataMessageToThread( self.thumbnail_deamon_controller, worker_id=None, data=ThumbnailDaemonData(frontend_port=frontend_port), ) centralWidget = QWidget() centralWidget.setObjectName("mainWindowCentralWidget") self.setCentralWidget(centralWidget) self.temporalProximity = TemporalProximity(rapidApp=self, prefs=self.prefs) # Respond to the user selecting / deslecting temporal proximity (timeline) # cells: self.temporalProximity.proximitySelectionHasChanged.connect( self.updateThumbnailModelAfterProximityChange ) self.temporalProximity.temporalProximityView.proximitySelectionHasChanged.connect( self.updateThumbnailModelAfterProximityChange ) # Setup notification system if self.is_wsl2: self.have_libnotify = False else: try: self.have_libnotify = Notify.init(_("Rapid Photo Downloader")) except Exception: logging.error("Notification intialization problem") self.have_libnotify = False logging.debug("Locale directory: %s", raphodo.localedir) logging.debug("Probing for valid mounts") self.validMounts = ValidMounts( only_external_mounts=self.prefs.only_external_mounts ) logging.debug( "Freedesktop.org thumbnails location: %s", get_fdo_cache_thumb_base_directory(), ) self.unity_progress = False self.desktop_launchers = [] if have_unity: logging.info("Unity LauncherEntry API installed") launchers = ("net.damonlynch.rapid_photo_downloader.desktop",) for launcher in launchers: desktop_launcher = Unity.LauncherEntry.get_for_desktop_id(launcher) if desktop_launcher is not None: self.desktop_launchers.append(desktop_launcher) self.unity_progress = True if not self.desktop_launchers: logging.warning( "Desktop environment is Unity Launcher API compatible, but could " "not find program's .desktop file" ) else: logging.debug( "Unity progress indicator found, using %s launcher(s)", len(self.desktop_launchers), ) self.createPathViews() self.temporalProximity.setupExplanations( width=self.deviceView.sizeHint().width() ) self.createActions() logging.debug("Laying out main window") self.createMenus() self.createLayoutAndButtons(centralWidget) self.startMountMonitor() # Track the creation of temporary directories self.temp_dirs_by_scan_id = {} # Track the time a download commences - used in file renaming self.download_start_datetime = None # type: datetime.datetime|None # The timestamp for when a download started / resumed after a pause self.download_start_time = None # type: float|None logging.debug("Starting download tracker") self.download_tracker = downloadtracker.DownloadTracker() # Values used to display how much longer a download will take self.time_remaining = downloadtracker.TimeRemaining() self.time_check = downloadtracker.TimeCheck() logging.debug("Setting up download update timer") self.dl_update_timer = QTimer(self) self.dl_update_timer.setInterval(constants.DownloadUpdateMilliseconds) self.dl_update_timer.timeout.connect(self.displayDownloadRunningInStatusBar) # Offload process is used to offload work that could otherwise # cause this process and thus the GUI to become unresponsive logging.debug("Starting offload manager...") self.offloadThread = QThread() self.offloadmq = OffloadManager(logging_port=self.logging_port) self.offloadThread.started.connect(self.offloadmq.run_sink) self.offloadmq.sinkStarted.connect(self.initStage5) self.offloadmq.message.connect(self.proximityGroupsGenerated) self.offloadmq.moveToThread(self.offloadThread) QTimer.singleShot(0, self.offloadThread.start) @pyqtSlot() def initStage5(self) -> None: logging.debug("...offload manager started") self.sendStartToThread(self.offload_controller) self.splash.setProgress(50) self.folder_preview_manager = FolderPreviewManager( fsmodel=self.fileSystemModel, prefs=self.prefs, photoDestinationFSView=self.photoDestinationFSView, videoDestinationFSView=self.videoDestinationFSView, fileSystemFilter=self.fileSystemFilter, devices=self.devices, rapidApp=self, ) self.offloadmq.downloadFolders.connect( self.folder_preview_manager.folders_generated ) self.renameThread = QThread() self.renamemq = RenameMoveFileManager(logging_port=self.logging_port) self.renameThread.started.connect(self.renamemq.run_sink) self.renamemq.sinkStarted.connect(self.initStage6) self.renamemq.message.connect(self.fileRenamedAndMoved) self.renamemq.sequencesUpdate.connect(self.updateSequences) self.renamemq.renameProblems.connect(self.addErrorLogMessage) self.renamemq.moveToThread(self.renameThread) logging.debug("Starting rename manager...") QTimer.singleShot(0, self.renameThread.start) @pyqtSlot() def initStage6(self) -> None: logging.debug("...rename manager started") self.splash.setProgress(60) self.sendStartToThread(self.rename_controller) # Setup the scan processes self.scanThread = QThread() self.scanmq = ScanManager(logging_port=self.logging_port) self.scanThread.started.connect(self.scanmq.run_sink) self.scanmq.sinkStarted.connect(self.initStage7) self.scanmq.scannedFiles.connect(self.scanFilesReceived) self.scanmq.deviceError.connect(self.scanErrorReceived) self.scanmq.deviceDetails.connect(self.scanDeviceDetailsReceived) self.scanmq.scanProblems.connect(self.scanProblemsReceived) self.scanmq.workerFinished.connect(self.scanFinished) self.scanmq.fatalError.connect(self.scanFatalError) self.scanmq.cameraRemovedDuringScan.connect(self.cameraRemovedDuringScan) self.scanmq.moveToThread(self.scanThread) logging.debug("Starting scan manager...") QTimer.singleShot(0, self.scanThread.start) @pyqtSlot() def initStage7(self) -> None: logging.debug("...scan manager started") self.splash.setProgress(70) # Setup the copyfiles process self.copyfilesThread = QThread() self.copyfilesmq = CopyFilesManager(logging_port=self.logging_port) self.copyfilesThread.started.connect(self.copyfilesmq.run_sink) self.copyfilesmq.sinkStarted.connect(self.initStage8) self.copyfilesmq.message.connect(self.copyfilesDownloaded) self.copyfilesmq.bytesDownloaded.connect(self.copyfilesBytesDownloaded) self.copyfilesmq.tempDirs.connect(self.tempDirsReceivedFromCopyFiles) self.copyfilesmq.copyProblems.connect(self.copyfilesProblems) self.copyfilesmq.workerFinished.connect(self.copyfilesFinished) self.copyfilesmq.cameraRemoved.connect(self.cameraRemovedWhileCopyingFiles) self.copyfilesmq.moveToThread(self.copyfilesThread) logging.debug("Starting copy files manager...") QTimer.singleShot(0, self.copyfilesThread.start) @pyqtSlot() def initStage8(self) -> None: logging.debug("...copy files manager started") self.splash.setProgress(80) self.backupThread = QThread() self.backupmq = BackupManager(logging_port=self.logging_port) self.backupThread.started.connect(self.backupmq.run_sink) self.backupmq.sinkStarted.connect(self.initStage9) self.backupmq.message.connect(self.fileBackedUp) self.backupmq.bytesBackedUp.connect(self.backupFileBytesBackedUp) self.backupmq.backupProblems.connect(self.backupFileProblems) self.backupmq.moveToThread(self.backupThread) logging.debug("Starting backup manager ...") QTimer.singleShot(0, self.backupThread.start) @pyqtSlot() def initStage9(self) -> None: logging.debug("...backup manager started") self.splash.setProgress(90) self.download_tracker.set_no_backup_devices(0, 0) if self.prefs.backup_files and (not self.is_wsl2 or self.wsl_drives_probed): self.setupBackupDevices() settings = QSettings() settings.beginGroup("MainWindow") self.proximityButton.setChecked( settings.value("proximityButtonPressed", True, bool) ) self.proximityButtonClicked() self.sourceButton.setChecked(settings.value("sourceButtonPressed", True, bool)) self.sourceButtonClicked() # Default to displaying the destination panels if the value has never been # set index = settings.value("rightButtonPressed", 0, int) if index >= 0: try: button = self.rightSideButtonMapper[index] except ValueError: logging.error("Unexpected preference value for right side button") index = RightSideButton.destination button = self.rightSideButtonMapper[index] button.setChecked(True) self.setRightPanelsAndButtons(RightSideButton(index)) else: # For some unknown reason, under some sessions need to explicitly set this # to False, or else it shows and no button is pressed. self.rightPanels.setVisible(False) settings.endGroup() prefs_valid, msg = self.prefs.check_prefs_for_validity() self.setupErrorLogWindow(settings=settings) self.setDownloadCapabilities() if not self.is_wsl2: self.searchForCameras() self.setupNonCameraDevices() self.splash.setProgress(100) self.setupManualPath() self.updateSourceButton() self.displayMessageInStatusBar() self.showMainWindow() if self.mountMonitorTimer is not None: self.mountMonitorTimer.start() if not EXIFTOOL_VERSION and self.prefs.warn_broken_or_missing_libraries: message = _( "ExifTool has a problem

                                " "Rapid Photo Downloader uses ExifTool to get metadata from videos and " "photos. The program will run without it, but installing it is " "highly recommended." ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_warn_again_about_missing_libraries, parent=self, buttons=RememberThisButtons.ok, title=_("Problem with ExifTool"), ) warning.exec_() if warning.remember: self.prefs.warn_broken_or_missing_libraries = False if libmediainfo_missing and self.prefs.warn_broken_or_missing_libraries: message = _( "The library libmediainfo appears to be missing

                                " "Rapid Photo Downloader uses libmediainfo to get the date and time a " "video was shot. The program will run without it, but installing it " "is recommended." ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_warn_again_about_missing_libraries, parent=self, buttons=RememberThisButtons.ok, title=_("Problem with libmediainfo"), ) warning.exec_() if warning.remember: self.prefs.warn_broken_or_missing_libraries = False self.on_startup = False self.iOSIssueErrorMessage() if self.is_wsl2: self.wslDrives.mountDrives() if not prefs_valid: self.notifyPrefsAreInvalid(details=msg) else: self.tip = didyouknow.DidYouKnowDialog(self.prefs, self) if self.prefs.did_you_know_on_startup: self.tip.activate() self.checkForNewVersionRequest.emit() # Setup survey prompt context self.prompt_for_survey_post_download = False force_survey = os.getenv("RPDSURVEY") if force_survey or not ( self.prefs.never_prompt_for_survey or self.prefs.survey_taken ): if self.prefs.survey_countdown > 0: self.prefs.survey_countdown -= 1 if self.prefs.survey_countdown == 0 or force_survey: delay = 500 if force_survey else 10000 QTimer.singleShot(delay, self.promptForSurvey) logging.debug("Completed stage 9 initializing main window") def showMainWindow(self) -> None: if not self.isVisible(): self.splash.finish(self) self.window_show_requested_time = datetime.datetime.now() self.show() if self.deferred_resize_and_move_until_after_show: self.resizeAndMoveMainWindow() self.errorLog.setVisible(self.errorLogAct.isChecked()) def startMountMonitor(self) -> None: """ Initialize monitors to watch for volume / camera additions to system :return: """ self.mountMonitorTimer = None # type: QTimer|None self.valid_mount_count = 0 if self.is_wsl2: self.wslDriveMonitor = WslWindowsRemovableDriveMonitor() self.wslDriveMonitorThread = QThread() self.wslDriveMonitorThread.started.connect( self.wslDriveMonitor.startMonitor ) self.wslDriveMonitor.moveToThread(self.wslDriveMonitorThread) self.wslDriveMonitor.driveMounted.connect(self.wslWindowsDriveAdded) self.wslDriveMonitor.driveUnmounted.connect(self.wslWindowsDriveRemoved) logging.debug("Starting WSL Windows Drive Monitor") QTimer.singleShot(0, self.wslDriveMonitorThread.start) self.use_udsisks = self.gvfs_controls_mounts = False else: self.wslDriveMonitor = None logging.debug("Have GIO module: %s", have_gio) self.gvfs_controls_mounts = process_running("gvfs-gphoto2") and have_gio if have_gio: logging.debug( "GVFS (GIO) controls mounts: %s", self.gvfs_controls_mounts ) self.use_udsisks = not self.gvfs_controls_mounts if self.use_udsisks: # Monitor when the user adds or removes a camera self.cameraHotplug = CameraHotplug() self.cameraHotplugThread = QThread() self.cameraHotplugThread.started.connect( self.cameraHotplug.startMonitor ) self.cameraHotplug.moveToThread(self.cameraHotplugThread) self.cameraHotplug.cameraAdded.connect(self.cameraAdded) self.cameraHotplug.cameraRemoved.connect(self.cameraRemoved) # Start the monitor only on the thread it will be running on logging.debug("Starting camera hotplug monitor...") QTimer.singleShot(0, self.cameraHotplugThread.start) # Monitor when the user adds or removes a partition self.udisks2Monitor = UDisks2Monitor(self.validMounts, self.prefs) self.udisks2MonitorThread = QThread() self.udisks2MonitorThread.started.connect( self.udisks2Monitor.startMonitor ) self.udisks2Unmount.connect(self.udisks2Monitor.unmount_volume) self.udisks2Monitor.moveToThread(self.udisks2MonitorThread) self.udisks2Monitor.partitionMounted.connect(self.partitionMounted) self.udisks2Monitor.partitionUnmounted.connect(self.partitionUmounted) # Start the monitor only on the thread it will be running on logging.debug("Starting UDisks2 monitor...") QTimer.singleShot(0, self.udisks2MonitorThread.start) if not self.prefs.auto_mount: self.startMountMonitorTimer() if self.gvfs_controls_mounts: # Gio.VolumeMonitor must be in the main thread, according to # Gnome documentation logging.debug("Starting GVolumeMonitor...") self.gvolumeMonitor = GVolumeMonitor(self.validMounts, self.prefs) logging.debug("...GVolumeMonitor started") self.gvolumeMonitor.cameraUnmounted.connect(self.cameraUnmounted) self.gvolumeMonitor.cameraMounted.connect(self.cameraMounted) self.gvolumeMonitor.partitionMounted.connect(self.partitionMounted) self.gvolumeMonitor.partitionUnmounted.connect(self.partitionUmounted) self.gvolumeMonitor.volumeAddedNoAutomount.connect(self.noGVFSAutoMount) self.gvolumeMonitor.cameraPossiblyRemoved.connect(self.cameraRemoved) self.gvolumeMonitor.cameraVolumeAdded.connect(self.cameraVolumeAdded) def startMountMonitorTimer(self) -> None: logging.debug("Starting monitor of valid mount count") self.mountMonitorTimer = QTimer(self) self.mountMonitorTimer.timeout.connect(self.manuallyMonitorNewMounts) self.mountMonitorTimer.setTimerType(Qt.CoarseTimer) self.mountMonitorTimer.setInterval(2000) def mountMonitorActive(self) -> bool: return self.mountMonitorTimer is not None and self.mountMonitorTimer.isActive() def iOSInitErrorMessaging(self) -> None: """ Initialize display of error message to the user about missing iOS support applications """ # Track device names self.ios_issue_message_queue = set() # type: set[str] def iOSIssueErrorMessage(self, display_name: str | None = None) -> None: """ If needed, warn the user about missing help applications to download from iOS devices. Does not display error message while program is starting up. Instead will queue the device name to display it when the program has finished starting (call this function again with a device name to display queued items). :param display_name: device name """ if self.on_startup and display_name: logging.debug( "Queueing display of missing iOS helper application error message for " "display after program startup" ) display_name = f"'{display_name}'" self.ios_issue_message_queue.add(display_name) elif not self.on_startup and ( self.ios_issue_message_queue or display_name is not None ): if display_name is not None: devices = f"'{display_name}'" else: devices = make_internationalized_list( list(self.ios_issue_message_queue) ) missing_applications = make_internationalized_list( storageidevice.ios_missing_programs() ) message = _( "Cannot download from Apple devices

                                " "To download from %(device)s, this program requires additional " "software be installed that interacts with Apple devices.

                                " "Missing applications: %(applications)s

                                " "Learn more about which software to install." ) % dict(device=devices, applications=missing_applications) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, parent=self, ) msgbox.exec() self.ios_issue_message_queue = set() def mapModel(self, scan_id: int) -> DeviceModel: """ Map a scan_id onto Devices' or This Computer's device model. :param scan_id: scan id of the device :return: relevant device model """ return self._mapModel[self.devices[scan_id].device_type] def mapView(self, scan_id: int) -> DeviceView: """ Map a scan_id onto Devices' or This Computer's device view. :param scan_id: scan id of the device :return: relevant device view """ return self._mapView[self.devices[scan_id].device_type] def setupErrorLogWindow(self, settings: QSettings) -> None: """ Creates, moves and resizes error log window, but does not show it. """ default_x = self.pos().x() default_y = self.pos().y() default_width = int(self.size().width() * 0.5) default_height = int(self.size().height() * 0.5) settings.beginGroup("ErrorLog") pos = settings.value("windowPosition", QPoint(default_x, default_y)) size = settings.value("windowSize", QSize(default_width, default_height)) visible = settings.value("visible", False, type=bool) settings.endGroup() self.errorLog = ErrorReport(rapidApp=self) self.errorLogAct.setChecked(visible) self.errorLog.move(pos) self.errorLog.resize(size) self.errorLog.finished.connect(self.setErrorLogAct) self.errorLog.dialogShown.connect(self.setErrorLogAct) self.errorLog.dialogActivated.connect(self.errorsPending.reset) self.errorsPending.clicked.connect(self.errorLog.activate) def resizeAndMoveMainWindow(self) -> None: """ Load window settings from last application run, after validating they will fit on the screen """ if self.deferred_resize_and_move_until_after_show: logging.debug("Resizing and moving main window after it was deferred") assert self.isVisible() self.screen = self.windowHandle().screen() # type: QScreen assert self.screen is not None available = self.screen.availableGeometry() # type: QRect display = self.screen.size() # type: QSize logging.debug( "Available screen geometry: %sx%s on %sx%s display.", available.width(), available.height(), display.width(), display.height(), ) settings = QSettings() settings.beginGroup("MainWindow") try: scaling = self.devicePixelRatioF() except AttributeError: scaling = self.devicePixelRatio() logging.info("%s", self.scaling_set_message) logging.info("Desktop scaling set to %s", scaling) logging.debug("%s", self.fractional_scaling_message) maximized = settings.value("maximized", False, type=bool) logging.debug("Window maximized when last run: %s", maximized) # Even if window is maximized, must restore saved window size and position for # when the user unmaximizes the window pos = settings.value("windowPosition") # , QPoint(default_x, default_y) size = settings.value("windowSize") # , QSize(default_width, default_height) settings.endGroup() if not (pos and size) or is_devel_env: logging.info("Window position or size not found in program settings") self.do_generate_default_window_size = True else: self.do_generate_default_window_size = False was_valid, validatedSize = validateWindowSizeLimit(available.size(), size) if not was_valid: logging.debug( "Windows size %sx%s was invalid. Value was reset to %sx%s.", size.width(), size.height(), validatedSize.width(), validatedSize.height(), ) logging.debug( "Window size: %sx%s", validatedSize.width(), validatedSize.height() ) was_valid, validatedPos = validateWindowPosition( pos, available.size(), validatedSize ) if not was_valid: logging.debug("Window position %s,%s was invalid", pos.x(), pos.y()) self.resize(validatedSize) self.move(validatedPos) if maximized: logging.debug("Setting window to maximized state") self.setWindowState(Qt.WindowMaximized) def readWindowSettings(self, app: "QtSingleApplication"): self.deferred_resize_and_move_until_after_show = False # Calculate window sizes if self.screen is None: self.deferred_resize_and_move_until_after_show = True else: self.resizeAndMoveMainWindow() def writeWindowSettings(self): logging.debug("Writing window settings") settings = QSettings() settings.beginGroup("MainWindow") windowPos = self.pos() + self.windowPositionDelta if windowPos.x() < 0: windowPos.setX(0) if windowPos.y() < 0: windowPos.setY(0) settings.setValue("windowPosition", windowPos) settings.setValue("windowSize", self.size()) # Alternative to position and size: # settings.setValue("geometry", self.saveGeometry()) state = self.windowState() maximized = bool(state & Qt.WindowMaximized) settings.setValue("maximized", maximized) settings.setValue("centerSplitterSizes", self.centerSplitter.saveState()) settings.setValue("sourceButtonPressed", self.sourceButton.isChecked()) settings.setValue("rightButtonPressed", self.rightSideButtonPressed()) settings.setValue("proximityButtonPressed", self.proximityButton.isChecked()) # left panel splitter sizes are saved / read on use settings.setValue( "rightPanelSplitterSizes", self.destinationPanel.splitter.saveState() ) settings.endGroup() settings.beginGroup("ErrorLog") settings.setValue("windowPosition", self.errorLog.pos()) settings.setValue("windowSize", self.errorLog.size()) settings.setValue("visible", self.errorLog.isVisible()) settings.endGroup() @staticmethod def sourceButtonSetting() -> bool: settings = QSettings() settings.beginGroup("MainWindow") on = settings.value("sourceButtonPressed", True, bool) settings.endGroup() return on @staticmethod def proximityButtonSetting() -> bool: settings = QSettings() settings.beginGroup("MainWindow") on = settings.value("proximityButtonPressed", True, bool) settings.endGroup() return on def moveEvent(self, event: QMoveEvent) -> None: """ Handle quirks in window positioning. X11 has a feature where the window managager can decorate the windows. A side effect of this is that the position returned by window.pos() can be different between restoring the position from the settings, and saving the position at application exit, even if the user never moved the window. """ super().moveEvent(event) self.window_move_triggered_count += 1 if self.window_show_requested_time is None: pass # self.windowPositionDelta = QPoint(0, 0) elif self.window_move_triggered_count == 2: if ( datetime.datetime.now() - self.window_show_requested_time ).total_seconds() < 1.0: self.windowPositionDelta = event.oldPos() - self.pos() logging.debug( "Window position quirk delta: %s", self.windowPositionDelta ) self.window_show_requested_time = None def setupWindow(self) -> None: status = self.statusBar() status.setStyleSheet("QStatusBar::item { border: 0px solid black }; ") self.downloadProgressBar = QProgressBar() self.downloadProgressBar.setMaximumWidth(QFontMetrics(QFont()).height() * 9) self.errorsPending = SpeechBubble(self) self.errorsPending.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) status.addPermanentWidget(self.errorsPending) status.addPermanentWidget(self.downloadProgressBar, 1) def anyFilesSelected(self) -> bool: """ :return: True if any files are selected """ return self.thumbnailView.selectionModel().hasSelection() def applyJobCode(self, job_code: str) -> None: """ Apply job code to all selected photos/videos. :param job_code: job code to apply """ delegate = self.thumbnailView.itemDelegate() # type: ThumbnailDelegate delegate.applyJobCode(job_code=job_code) def anyMainWindowDialogVisible(self) -> bool: """ :return: True if any dialog window is currently being displayed from the main window """ return ( self.prefs_dialog_active or self.prompting_for_user_action or self.tip.isVisible() ) @pyqtSlot() def promptForSurvey(self) -> None: if not self.anyMainWindowDialogVisible(): if self.downloadIsRunning(): self.prompt_for_survey_post_download = True return # Translators: please keep the

                                and

                                tags message = _( """

                                Rapid Photo Downloader is made for you. You can help improve it by participating in a web survey.

                                Because this program does not collect analytics, the survey makes a real difference to the program's future.

                                """ ) if raphodo.lang is not None and not any( isinstance(i, str) and i.startswith("en") for i in raphodo.lang ): english = _("The survey is in English.") message = f"{message}

                                {english}

                                " logging.debug("Prompting about survey") messagebox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, parent=self, ) messagebox.removeButton(messagebox.button(QMessageBox.Ok)) messagebox.setInformativeText(_("Do you want to take the survey?")) # Use custom buttons, thereby avoiding button icons later = messagebox.addButton(_("Ask me later"), QMessageBox.RejectRole) yes = messagebox.addButton(_("Yes"), QMessageBox.AcceptRole) alreadyDid = messagebox.addButton( # Translators: "I already took it" means "I already took the survey" _("I already took it"), QMessageBox.NoRole, ) never = messagebox.addButton( # Translators: "Never ask me about any survey" refers to now and in # the future _("Never ask me about any survey"), QMessageBox.DestructiveRole, ) messagebox.setDefaultButton(yes) messagebox.exec() response = messagebox.clickedButton() if response == yes: logging.debug("Opening web browser to take survey") webbrowser.open_new_tab("https://survey.rapidphotodownloader.com/") if not os.getenv("RPDSURVEY"): self.prefs.survey_taken = datetime.datetime.now().year elif response == alreadyDid: logging.debug("Survey was already taken") if not os.getenv("RPDSURVEY"): self.prefs.survey_taken = datetime.datetime.now().year elif response == later: logging.debug("Will ask about the survey later") self.prefs.survey_countdown = 10 elif response == never: logging.info("Will never ask again about any survey") if not os.getenv("RPDSURVEY"): self.prefs.never_prompt_for_survey = True else: # A dialog window was open. delay = 10000 if os.getenv("RPDSURVEY") else 3 * 60 * 1000 logging.debug("Delaying survey prompt by %s seconds", delay / 1000) QTimer.singleShot(delay, self.promptForSurvey) def updateProgressBarState(self, thumbnail_generated: bool = None) -> None: """ Updates the state of the ProgessBar in the main window's lower right corner. If any device is downloading, the progress bar displays download progress. Else, if any device is thumbnailing, the progress bar displays thumbnailing progress. Else, if any device is scanning, the progress bar shows a busy status. Else, the progress bar is set to an idle status. """ if self.downloadIsRunning(): logging.debug("Setting progress bar to show download progress") self.downloadProgressBar.setMaximum(100) return if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("progress_visible", False) if len(self.devices.thumbnailing): if ( self.downloadProgressBar.maximum() != self.thumbnailModel.total_thumbs_to_generate ): logging.debug( "Setting progress bar maximum to %s", self.thumbnailModel.total_thumbs_to_generate, ) self.downloadProgressBar.setMaximum( self.thumbnailModel.total_thumbs_to_generate ) if thumbnail_generated: self.downloadProgressBar.setValue( self.thumbnailModel.thumbnails_generated ) elif len(self.devices.scanning): logging.debug("Setting progress bar to show scanning activity") self.downloadProgressBar.setMaximum(0) else: logging.debug("Resetting progress bar") self.downloadProgressBar.reset() self.downloadProgressBar.setMaximum(100) def updateSourceButton(self) -> None: text, icon = self.devices.get_main_window_display_name_and_icon() self.sourceButton.setText(addPushButtonLabelSpacer(text)) self.sourceButton.setIcon(icon) def setLeftPanelVisibility(self) -> None: self.leftPanelContainer.setVisible( self.sourceButton.isChecked() or self.proximityButton.isChecked() ) def setRightPanelsAndButtons(self, buttonPressed: RightSideButton) -> None: """ Set visibility of right panel based on which right bar buttons is pressed, and ensure only one button is pressed at any one time. Cannot use exclusive QButtonGroup because with that, one button needs to be pressed. We allow no button to be pressed. """ widget = self.rightSideButtonMapper[buttonPressed] # type: RotatedButton if widget.isChecked(): self.rightPanels.setVisible(True) for button in RightSideButton: if button == buttonPressed: self.rightPanels.setCurrentIndex(buttonPressed.value) else: self.rightSideButtonMapper[button].setChecked(False) else: self.rightPanels.setVisible(False) def rightSidePanelWidgetHeights(self) -> None: heights = ", ".join( str(self.rightPanels.widget(i).height()) for i in range(self.rightPanels.count()) ) logging.debug("Right side panel widget heights: %s", heights) def rightSideButtonPressed(self) -> int: """ Determine which right side button is currently pressed, if any. :return: -1 if no button is pressed, else the index into RightSideButton """ for button in RightSideButton: widget = self.rightSideButtonMapper[button] if widget.isChecked(): return int(button.value) return -1 @pyqtSlot() def sourceButtonClicked(self) -> None: if not self.on_startup: self.sourcePanel.placeWidgets() self.sourcePanel.setSourcesVisible(self.sourceButton.isChecked()) self.setLeftPanelVisibility() self.temporalProximityControls.setAutoScrollState() @pyqtSlot() def destinationButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.destination) @pyqtSlot() def renameButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.rename) @pyqtSlot() def backupButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.backup) @pyqtSlot() def jobcodButtonClicked(self) -> None: self.jobCodePanel.updateDefaultMessage() self.setRightPanelsAndButtons(RightSideButton.jobcode) @pyqtSlot() def proximityButtonClicked(self) -> None: checked = self.proximityButton.isChecked() self.sourcePanel.setTemporalProximityVisible(checked) self.temporalProximityControls.setVisible(checked) self.setLeftPanelVisibility() @pyqtSlot(int) def showComboChanged(self, index: int) -> None: self.sortComboChanged(index=-1) self.thumbnailModel.updateAllDeviceDisplayCheckMarks() def showOnlyNewFiles(self) -> bool: """ User can use combo switch to show only so-called "hew" files, i.e. files that have not been previously downloaded. :return: True if only new files are shown """ return self.showCombo.currentData() == Show.new_only @pyqtSlot(int) def sortComboChanged(self, index: int) -> None: sort = self.sortCombo.currentData() order = self.sortOrder.currentData() show = self.showCombo.currentData() self.thumbnailModel.setFileSort(sort=sort, order=order, show=show) @pyqtSlot(int) def sortOrderChanged(self, index: int) -> None: self.sortComboChanged(index=-1) @pyqtSlot(int) def selectAllPhotosCheckboxChanged(self, state: int) -> None: select_all = state == Qt.Checked self.thumbnailModel.selectAll(select_all=select_all, file_type=FileType.photo) @pyqtSlot(int) def selectAllVideosCheckboxChanged(self, state: int) -> None: select_all = state == Qt.Checked self.thumbnailModel.selectAll(select_all=select_all, file_type=FileType.video) @pyqtSlot() def setErrorLogAct(self) -> None: self.errorLogAct.setChecked(self.errorLog.isVisible()) def createActions(self) -> None: self.downloadAct = QAction(_("Download"), self) self.downloadAct.setShortcut("Ctrl+Return") self.downloadAct.triggered.connect(self.doDownloadAction) self.refreshAct = QAction(_("&Refresh..."), self) self.refreshAct.setShortcut("Ctrl+R") self.refreshAct.triggered.connect(self.doRefreshAction) self.preferencesAct = QAction(_("&Preferences"), self) self.preferencesAct.setShortcut("Ctrl+P") self.preferencesAct.triggered.connect(self.doPreferencesAction) self.quitAct = QAction(_("&Quit"), self) self.quitAct.setShortcut("Ctrl+Q") self.quitAct.triggered.connect(self.close) if self.is_wsl2: self.wslMountsAct = QAction(_("Windows &Drives"), self) self.wslMountsAct.setShortcut("Ctrl+D") self.wslMountsAct.triggered.connect(self.doShowWslMountsAction) self.errorLogAct = QAction(_("Error &Reports"), self) self.errorLogAct.setEnabled(True) self.errorLogAct.setCheckable(True) self.errorLogAct.triggered.connect(self.doErrorLogAction) self.clearDownloadsAct = QAction(_("Clear Completed Downloads"), self) self.clearDownloadsAct.triggered.connect(self.doClearDownloadsAction) self.helpAct = QAction(_("Get Help Online..."), self) self.helpAct.setShortcut("F1") self.helpAct.triggered.connect(self.doHelpAction) self.didYouKnowAct = QAction(_("&Tip of the Day..."), self) self.didYouKnowAct.triggered.connect(self.doDidYouKnowAction) self.reportProblemAct = QAction(_("Report a Problem..."), self) self.reportProblemAct.triggered.connect(self.doReportProblemAction) self.makeDonationAct = QAction(_("Make a Donation..."), self) self.makeDonationAct.triggered.connect(self.doMakeDonationAction) self.translateApplicationAct = QAction(_("Translate this Application..."), self) self.translateApplicationAct.triggered.connect( self.doTranslateApplicationAction ) self.aboutAct = QAction(_("&About..."), self) self.aboutAct.triggered.connect(self.doAboutAction) def createLayoutAndButtons(self, centralWidget) -> None: """ Create widgets used to display the GUI. :param centralWidget: the widget in which to layout the new widgets """ settings = QSettings() settings.beginGroup("MainWindow") verticalLayout = QVBoxLayout() verticalLayout.setContentsMargins(0, 0, 0, 0) centralWidget.setLayout(verticalLayout) self.standard_spacing = verticalLayout.spacing() self.topBar = self.createTopBar() verticalLayout.addLayout(self.topBar) centralLayout = QHBoxLayout() centralLayout.setContentsMargins(0, 0, 0, 0) self.createLeftBar() self.createRightBar() self.createLeftCenterRightPanels() self.createSourcePanel() self.createDeviceThisComputerViews() self.sourcePanel.addSourceViews() self.createDestinationPanel() self.createRenamePanels() self.createJobCodePanel() self.createBackupPanel() self.configureLeftCenterRightPanels(settings) self.createBottomControls() centralLayout.addLayout(self.leftBar) centralLayout.addWidget(self.centerSplitter) centralLayout.addLayout(self.rightBar) verticalLayout.addLayout(centralLayout) verticalLayout.addWidget(self.thumbnailControl) def createTopBar(self) -> QHBoxLayout: topBar = QHBoxLayout() menu_margin = int(QFontMetrics(QFont()).height() / 3) topBar.setContentsMargins(0, 0, menu_margin, 0) topBar.setSpacing(int(QFontMetrics(QFont()).height() / 2)) self.sourceButton = TopPushButton( addPushButtonLabelSpacer(_("Select Source")), parent=self, extra_top=self.standard_spacing, ) self.sourceButton.clicked.connect(self.sourceButtonClicked) vlayout = QVBoxLayout() vlayout.setContentsMargins(0, 0, 0, 0) vlayout.setSpacing(0) vlayout.addSpacing(self.standard_spacing) hlayout = QHBoxLayout() hlayout.setContentsMargins(0, 0, 0, 0) hlayout.setSpacing(menu_margin) vlayout.addLayout(hlayout) self.downloadButton = DownloadButton(self.downloadAct.text(), parent=self) self.downloadButton.addAction(self.downloadAct) self.downloadButton.setDefault(True) self.downloadButton.clicked.connect(self.downloadButtonClicked) self.menuButton.setIconSize( QSize( self.sourceButton.top_row_icon_size, self.sourceButton.top_row_icon_size ) ) topBar.addWidget(self.sourceButton) topBar.addStretch() topBar.addLayout(vlayout) hlayout.addWidget(self.downloadButton) hlayout.addWidget(self.menuButton) return topBar def createLeftBar(self) -> None: leftBar = QVBoxLayout() leftBar.setContentsMargins(0, 0, 0, 0) self.proximityButton = RotatedButton(_("Timeline"), RotatedButton.left_side) self.proximityButton.clicked.connect(self.proximityButtonClicked) leftBar.addWidget(self.proximityButton, 1) leftBar.addStretch(100) self.leftBar = leftBar def createRightButtons(self) -> None: self.destinationButton = RotatedButton( _("Destination"), RotatedButton.right_side ) self.renameButton = RotatedButton(_("Rename"), RotatedButton.right_side) self.jobcodeButton = RotatedButton(_("Job Code"), RotatedButton.right_side) self.backupButton = RotatedButton(_("Back Up"), RotatedButton.right_side) self.destinationButton.clicked.connect(self.destinationButtonClicked) self.renameButton.clicked.connect(self.renameButtonClicked) self.jobcodeButton.clicked.connect(self.jobcodButtonClicked) self.backupButton.clicked.connect(self.backupButtonClicked) self.rightSideButtonMapper = { RightSideButton.destination: self.destinationButton, RightSideButton.rename: self.renameButton, RightSideButton.jobcode: self.jobcodeButton, RightSideButton.backup: self.backupButton, } def createRightBar(self) -> None: self.rightBar = QVBoxLayout() self.rightBar.setContentsMargins(0, 0, 0, 0) self.compressedRightBar = QGridLayout() self.compressedRightBar.setContentsMargins(0, 0, 0, 0) self.rightBar.addLayout(self.compressedRightBar) self.rightBar.addStretch(100) self.createRightButtons() self.placeRightButtons(0) @functools.cache def rightBarRequiredHeight(self) -> list[int]: spacing = self.rightBar.spacing() buttons = ( self.destinationButton, self.renameButton, self.jobcodeButton, self.backupButton, ) button_heights = [b.height() + spacing for b in buttons] heights = [sum(button_heights)] heights.append(sum(button_heights[:3])) heights.append(max(sum(button_heights[:2]), sum(button_heights[2:4]))) heights.append(max(button_heights)) return heights @pyqtSlot(int) def rightBarResized(self, height: int) -> None: heights = self.rightBarRequiredHeight() index = 0 while height < heights[index] and index < len(heights) - 1: index += 1 if index != self.right_bar_index: self.placeRightButtons(index) def placeRightButtons(self, index: int) -> None: """ Place right side buttons into layout depending on the height of the layout they're going into """ self.right_bar_index = index if index == 0: self.rightBar.insertWidget(0, self.backupButton) self.rightBar.insertWidget(0, self.jobcodeButton) self.rightBar.insertWidget(0, self.renameButton) self.rightBar.insertWidget(0, self.destinationButton) elif index == 1: self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 1, 0) self.compressedRightBar.addWidget(self.jobcodeButton, 2, 0) self.compressedRightBar.addWidget(self.backupButton, 0, 1) elif index == 2: self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 1, 0) self.compressedRightBar.addWidget(self.jobcodeButton, 0, 1) self.compressedRightBar.addWidget(self.backupButton, 1, 1) else: assert index == 3 self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 0, 1) self.compressedRightBar.addWidget(self.jobcodeButton, 0, 2) self.compressedRightBar.addWidget(self.backupButton, 0, 3) def createPathViews(self) -> None: self.deviceView = DeviceView(rapidApp=self) self.deviceView.setObjectName("deviceView") self.deviceModel = DeviceModel(self, "Devices") self.deviceView.setModel(self.deviceModel) self.deviceView.setItemDelegate(DeviceDelegate(rapidApp=self)) self.deviceView.itemDelegate().widthChanged.connect( self.deviceView.widthChanged ) # This computer is any local path self.thisComputerView = DeviceView(rapidApp=self, frame_enabled=False) self.thisComputerView.setObjectName("thisComputerView") self.thisComputerModel = DeviceModel(self, "This Computer") self.thisComputerView.setModel(self.thisComputerModel) self.thisComputerView.setItemDelegate(DeviceDelegate(self)) self.thisComputerView.itemDelegate().widthChanged.connect( self.thisComputerView.widthChanged ) # Map different device types onto their appropriate view and model self._mapModel = { DeviceType.path: self.thisComputerModel, DeviceType.camera: self.deviceModel, DeviceType.volume: self.deviceModel, DeviceType.camera_fuse: self.deviceModel, } self._mapView = { DeviceType.path: self.thisComputerView, DeviceType.camera: self.deviceView, DeviceType.volume: self.deviceView, DeviceType.camera_fuse: self.deviceView, } # Be cautious: validate paths. The settings file can always be edited by hand, # and the user can set it to whatever value they want using the command line # options. logging.debug("Checking path validity") this_computer_sf = validate_source_folder(self.prefs.this_computer_path) if this_computer_sf.valid: if this_computer_sf.absolute_path != self.prefs.this_computer_path: self.prefs.this_computer_path = this_computer_sf.absolute_path elif self.prefs.this_computer_source and self.prefs.this_computer_path != "": logging.warning( "Ignoring invalid 'This Computer' path: %s", self.prefs.this_computer_path, ) self.prefs.this_computer_path = "" photo_df = validate_download_folder(self.prefs.photo_download_folder) if photo_df.valid: if photo_df.absolute_path != self.prefs.photo_download_folder: self.prefs.photo_download_folder = photo_df.absolute_path else: if self.prefs.photo_download_folder: logging.error( "Ignoring invalid Photo Destination path: %s", self.prefs.photo_download_folder, ) self.prefs.photo_download_folder = "" video_df = validate_download_folder(self.prefs.video_download_folder) if video_df.valid: if video_df.absolute_path != self.prefs.video_download_folder: self.prefs.video_download_folder = video_df.absolute_path else: if self.prefs.video_download_folder: logging.error( "Ignoring invalid Video Destination path: %s", self.prefs.video_download_folder, ) self.prefs.video_download_folder = "" self.watchedDownloadDirs = WatchDownloadDirs() self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.watchedDownloadDirs.directoryChanged.connect(self.watchedFolderChange) self.fileSystemModel = FileSystemModel(parent=self) self.fileSystemFilter = FileSystemFilter(self) self.fileSystemFilter.setSourceModel(self.fileSystemModel) self.fileSystemDelegate = FileSystemDelegate() self.fileSystemFilter.filterInvalidated.connect( self.fileSystemFilterInvalidated ) index = self.fileSystemFilter.mapFromSource(self.fileSystemModel.index("/")) # This Computer (source) self.thisComputerFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.thisComputerFSView.setObjectName("thisComputerFSView") self.thisComputerFSView.setModel(self.fileSystemFilter) self.thisComputerFSView.setItemDelegate(self.fileSystemDelegate) self.thisComputerFSView.hideColumns() self.thisComputerFSView.setRootIndex(index) if this_computer_sf.valid: self.thisComputerFSView.goToPath(self.prefs.this_computer_path) self.thisComputerFSView.activated.connect(self.thisComputerPathChosen) self.thisComputerFSView.clicked.connect(self.thisComputerPathChosen) self.thisComputerFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.thisComputerFSView.filePathReset.connect(self.thisComputerFileBrowserReset) # Photos (destination) self.photoDestinationFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.photoDestinationFSView.setObjectName("photoDestinationFSView") self.photoDestinationFSView.setModel(self.fileSystemFilter) self.photoDestinationFSView.setItemDelegate(self.fileSystemDelegate) self.photoDestinationFSView.hideColumns() self.photoDestinationFSView.setRootIndex(index) if photo_df.valid: self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) self.photoDestinationFSView.activated.connect(self.photoDestinationPathChosen) self.photoDestinationFSView.clicked.connect(self.photoDestinationPathChosen) self.photoDestinationFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.photoDestinationFSView.filePathReset.connect(self.photoDestinationReset) # Videos (destination) self.videoDestinationFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.videoDestinationFSView.setObjectName("videoDestinationFSView") self.videoDestinationFSView.setModel(self.fileSystemFilter) self.videoDestinationFSView.setItemDelegate(self.fileSystemDelegate) self.videoDestinationFSView.hideColumns() self.videoDestinationFSView.setRootIndex(index) if video_df.valid: self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) self.videoDestinationFSView.activated.connect(self.videoDestinationPathChosen) self.videoDestinationFSView.clicked.connect(self.videoDestinationPathChosen) self.videoDestinationFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.videoDestinationFSView.filePathReset.connect(self.videoDestinationReset) def createDeviceThisComputerViews(self) -> None: # Devices Header and View tip = _( "Turn on or off the use of devices attached to this computer as download " "sources" ) self.deviceToggleView = QToggleView( label=_("Devices"), display_alternate=False, toggleToolTip=tip, on=self.prefs.device_autodetection, object_name="deviceToggleView", ) self.deviceToggleView.addWidget(self.deviceView) self.deviceToggleView.valueChanged.connect(self.deviceToggleViewValueChange) self.deviceToggleView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) # This Computer Header and View tip = _( "Turn on or off the use of a folder on this computer as a download source" ) self.thisComputerToggleView = QToggleView( label=_("This Computer"), display_alternate=True, toggleToolTip=tip, on=bool(self.prefs.this_computer_source), object_name="thisComputerToggleView", ) self.thisComputerToggleView.valueChanged.connect( self.thisComputerToggleValueChanged ) self.thisComputer = ComputerWidget( objectName="thisComputerWidget", view=self.thisComputerView, fileSystemView=self.thisComputerFSView, select_text=_("Select a source folder"), ) if self.prefs.this_computer_source: self.thisComputer.setViewVisible(self.prefs.this_computer_source) self.thisComputerToggleView.addWidget(self.thisComputer) def createDestinationPanel(self) -> None: """ Create the photo and video destination panel """ self.destinationPanel = DestinationPanel(parent=self) def createSourcePanel(self) -> None: """ Create the source (Devices and This Computer) panel, as well as the Timeline controls """ self.sourcePanel = SourcePanel(rapidApp=self) self.temporalProximityControls = TemporalProximityControls(rapidApp=self) # Adjust Timeline auto scroll sync button state: self.sourcePanel.verticalScrollBarVisible.connect( self.temporalProximityControls.sourceScrollBarVisible ) # After a Timeline is regenerated after a value change, scrolling to the # same part of the Timeline can be important: self.sourcePanel.verticalScrollBarVisible.connect( self.temporalProximity.postValueChangeScroll ) self.thumbnailView.verticalScrollBarVisible.connect( self.temporalProximityControls.thumbnailScrollBarVisible ) self.leftPanelContainer = LeftPanelContainer( sourcePanel=self.sourcePanel, temporalProximityControls=self.temporalProximityControls, ) self.leftPanelContainer.setObjectName("leftPanelContainer") def createRenamePanels(self) -> None: """ Create the file renaming panel """ self.renamePanel = RenamePanel(parent=self) def createJobCodePanel(self) -> None: """ Create the job code panel """ self.jobCodePanel = JobCodePanel(parent=self) def createBackupPanel(self) -> None: """ Create the backup options panel """ self.backupPanel = BackupPanel(parent=self) def createBottomControls(self) -> None: self.thumbnailControl = QWidget() layout = QHBoxLayout() # left and right align at edge of left & right bar hmargin = self.proximityButton.sizeHint().width() hmargin += self.standard_spacing vmargin = int(QFontMetrics(QFont()).height() / 2) layout.setContentsMargins(hmargin, vmargin, hmargin, vmargin) layout.setSpacing(self.standard_spacing) self.thumbnailControl.setLayout(layout) font = self.font() # type: QFont font.setPointSize(font.pointSize() - 2) self.showCombo = ChevronCombo() self.showCombo.addItem(_("All"), Show.all) self.showCombo.addItem(_("New"), Show.new_only) self.showCombo.currentIndexChanged.connect(self.showComboChanged) self.showLabel = self.showCombo.makeLabel(_("Show:")) self.sortCombo = ChevronCombo() self.sortCombo.addItem(_("Modification Time"), Sort.modification_time) self.sortCombo.addItem(_("Checked State"), Sort.checked_state) self.sortCombo.addItem(_("Filename"), Sort.filename) self.sortCombo.addItem(_("Extension"), Sort.extension) self.sortCombo.addItem(_("File Type"), Sort.file_type) self.sortCombo.addItem(_("Device"), Sort.device) self.sortCombo.currentIndexChanged.connect(self.sortComboChanged) self.sortLabel = self.sortCombo.makeLabel(_("Sort:")) self.sortOrder = ChevronCombo() self.sortOrder.addItem(_("Ascending"), Qt.AscendingOrder) self.sortOrder.addItem(_("Descending"), Qt.DescendingOrder) self.sortOrder.currentIndexChanged.connect(self.sortOrderChanged) for widget in ( self.showLabel, self.sortLabel, self.sortCombo, self.showCombo, self.sortOrder, ): widget.setFont(font) self.checkAllLabel = QLabel(_("Select All:")) # Remove the border when the widget is highlighted style = f""" QCheckBox {{ border: none; outline: none; spacing: {self.standard_spacing // 2}; }}""" self.selectAllPhotosCheckbox = QCheckBox(_("Photos") + " ") self.selectAllVideosCheckbox = QCheckBox(_("Videos")) self.selectAllPhotosCheckbox.setStyleSheet(style) self.selectAllVideosCheckbox.setStyleSheet(style) for widget in ( self.checkAllLabel, self.selectAllPhotosCheckbox, self.selectAllVideosCheckbox, ): widget.setFont(font) self.selectAllPhotosCheckbox.stateChanged.connect( self.selectAllPhotosCheckboxChanged ) self.selectAllVideosCheckbox.stateChanged.connect( self.selectAllVideosCheckboxChanged ) layout.addWidget(self.showLabel) layout.addWidget(self.showCombo) layout.addSpacing(QFontMetrics(QFont()).height() * 2) layout.addWidget(self.sortLabel) layout.addWidget(self.sortCombo) layout.addWidget(self.sortOrder) layout.addStretch() layout.addWidget(self.checkAllLabel) layout.addWidget(self.selectAllPhotosCheckbox) layout.addWidget(self.selectAllVideosCheckbox) def createLeftCenterRightPanels(self) -> None: self.centerSplitter = MainWindowSplitter() self.centerSplitter.heightChanged.connect(self.rightBarResized) self.rightPanels = QStackedWidget() self.rightPanels.setObjectName("rightPanels") def configureLeftCenterRightPanels(self, settings: QSettings) -> None: self.rightPanels.addWidget(self.destinationPanel) self.rightPanels.addWidget(self.renamePanel) self.rightPanels.addWidget(self.jobCodePanel) self.rightPanels.addWidget(self.backupPanel) self.centerSplitter.addWidget(self.leftPanelContainer) self.centerSplitter.addWidget(self.thumbnailView) self.centerSplitter.addWidget(self.rightPanels) self.centerSplitter.setStretchFactor(0, 0) self.centerSplitter.setStretchFactor(1, 1) self.centerSplitter.setStretchFactor(2, 0) for i in range(3): self.centerSplitter.setCollapsible(i, False) splitterSetting = settings.value("centerSplitterSizes") if splitterSetting is not None and not is_devel_env: self.do_generate_center_splitter_size = False self.centerSplitter.restoreState(splitterSetting) else: self.do_generate_center_splitter_size = True # left panel splitter sizes are saved / read on use splitterSetting = settings.value("rightPanelSplitterSizes") if splitterSetting is not None: self.destinationPanel.splitter.restoreState(splitterSetting) else: self.destinationPanel.splitter.setSizes([200, 200]) def setDefaultWindowSize(self) -> None: """ Set window size so that the left and right panels show without a horizontal scroll bar, and show up to 3 columns of thumbnails """ available = self.screen.availableGeometry() # type: QRect available_width = available.width() frame_width = self.style().pixelMetric(QStyle.PM_DefaultFrameWidth) scroll_bar_width = ( self.style().pixelMetric(QStyle.PM_ScrollBarExtent) + frame_width ) spacing = self.layout().spacing() deviceComponent = self.deviceView.itemDelegate().deviceDisplay.dc # type: DeviceComponent # Minimum width will be updated as a scan occurs panel_width = max( deviceComponent.sample_width(), deviceComponent.minimum_width() ) panel_width += scroll_bar_width + frame_width * 3 left_panel = right_panel = panel_width wiggle_room = scroll_bar_width # Could do the calculation in this for loop without the loop, but this # code has the advantage of being a lot easier to understand / maintain for no_thumbnails in range(3, 0, -1): thumbnails_width = self.thumbnailView.width_required( no_thumbails=no_thumbnails ) preferred_width = ( self.leftBar.geometry().width() + spacing + left_panel + spacing + thumbnails_width + scroll_bar_width + spacing + right_panel + spacing + self.rightBar.geometry().width() + wiggle_room ) # Allow for a possible X11 window frame... which could be anything really if preferred_width < available_width - 4: break self.centerSplitter.setSizes( [left_panel, thumbnails_width + wiggle_room, right_panel] ) preferred_height = min(int(preferred_width / 1.5), available.height() - 4) logging.info( "Setting new window size of %sx%s with splitter sizes of %s, %s, and %s", preferred_width, preferred_height, left_panel, thumbnails_width, right_panel, ) self.resize(QSize(preferred_width, preferred_height)) def showEvent(self, event: QShowEvent) -> None: if self.on_startup and ( self.do_generate_default_window_size or self.do_generate_center_splitter_size ): self.setDefaultWindowSize() super().showEvent(event) def setDownloadCapabilities(self) -> bool: """ Update the destination displays and download button :return: True if download destinations are capable of having all marked files downloaded to them """ marked_summary = self.thumbnailModel.getMarkedSummary() if self.prefs.backup_files: downloading_to = self.backup_devices.get_download_backup_device_overlap( photo_download_folder=self.prefs.photo_download_folder, video_download_folder=self.prefs.video_download_folder, ) self.backupPanel.setDownloadingTo(downloading_to=downloading_to) backups_good = self.updateBackupView(marked_summary=marked_summary) else: backups_good = True downloading_to = defaultdict(set) destinations_good = self.updateDestinationViews( marked_summary=marked_summary, downloading_to=downloading_to ) download_good = destinations_good and backups_good self.setDownloadActionState(download_good) self.destinationButton.setHighlighted(not destinations_good) self.backupButton.setHighlighted(not backups_good) return download_good def updateDestinationViews( self, marked_summary: MarkedSummary, downloading_to: DownloadingTo | None = None, ) -> bool: """ Updates the header bar and storage space view for the photo and video download destinations. :return True if destinations required for the download exist, and there is sufficient space on them, else False. """ if self.unity_progress: available = self.thumbnailModel.getNoFilesMarkedForDownload() for launcher in self.desktop_launchers: if available: launcher.set_property("count", available) launcher.set_property("count_visible", True) else: launcher.set_property("count_visible", False) # Assume that invalid destination folders have already been reset to '' if self.prefs.photo_download_folder and self.prefs.video_download_folder: same_dev = same_device( self.prefs.photo_download_folder, self.prefs.video_download_folder ) else: same_dev = False merge = self.downloadIsRunning() return self.destinationPanel.updateDestinationPanelViews( same_dev=same_dev, merge=merge, marked_summary=marked_summary, downloading_to=downloading_to, ) @pyqtSlot() def updateThumbnailModelAfterProximityChange(self) -> None: """ Respond to the user selecting / deslecting temporal proximity cells """ self.thumbnailModel.updateAllDeviceDisplayCheckMarks() self.thumbnailModel.updateSelectionAfterProximityChange() self.thumbnailModel.resetHighlighting() def updateBackupView(self, marked_summary: MarkedSummary) -> bool: merge = self.downloadIsRunning() self.backupPanel.setDownloadAttributes( marked=marked_summary.marked, photos_size=marked_summary.size_photos_marked, videos_size=marked_summary.size_videos_marked, merge=merge, ) return self.backupPanel.sufficientSpaceAvailable() def setDownloadActionState(self, download_destinations_good: bool) -> None: """ Sets sensitivity of Download action to enable or disable it. Affects download button and menu item. :param download_destinations_good: whether the download destinations are valid and contain sufficient space for the download to proceed """ if not self.downloadIsRunning(): files_marked = False # Don't enable starting a download while devices are being scanned if len(self.devices.scanning) == 0: files_marked = self.thumbnailModel.filesAreMarkedForDownload() enabled = files_marked and download_destinations_good self.downloadAct.setEnabled(enabled) self.downloadButton.setEnabled(enabled) if files_marked: marked = self.thumbnailModel.getNoFilesAndTypesMarkedForDownload() files = marked.file_types_present_details() # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. text = _("Download %(files)s") % dict(files=files) # type: str self.downloadButton.setText(text) else: self.downloadButton.setText(self.downloadAct.text()) else: self.downloadAct.setEnabled(True) self.downloadButton.setEnabled(True) def setDownloadActionLabel(self) -> None: """ Sets download action and download button text to correct value, depending on whether a download is occurring or not, including whether it is paused """ if self.devices.downloading: text = _("Resume Download") if self.download_paused else _("Pause") else: text = _("Download") self.downloadAct.setText(text) self.downloadButton.setText(text) def createMenus(self) -> None: self.menu = QMenu() self.menu.addAction(self.downloadAct) self.menu.addAction(self.preferencesAct) if self.is_wsl2: self.menu.addAction(self.wslMountsAct) self.menu.addSeparator() self.menu.addAction(self.errorLogAct) self.menu.addAction(self.clearDownloadsAct) self.menu.addSeparator() self.menu.addAction(self.helpAct) self.menu.addAction(self.didYouKnowAct) self.menu.addAction(self.reportProblemAct) self.menu.addAction(self.makeDonationAct) self.menu.addAction(self.translateApplicationAct) self.menu.addAction(self.aboutAct) self.menu.addAction(self.quitAct) self.menuButton = MenuButton(icon=":/icons/menu.svg", menu=self.menu) def doSourceAction(self) -> None: self.sourceButton.animateClick() def doDownloadAction(self) -> None: self.downloadButton.animateClick() def doRefreshAction(self) -> None: pass def doShowWslMountsAction(self) -> None: self.wslDrives.showMountDrivesDialog() def doPreferencesAction(self) -> None: self.scan_all_again = self.scan_non_camera_devices_again = False self.search_for_devices_again = False self.start_monitoring_mount_count = False self.stop_monitoring_mount_count = False dialog = PreferencesDialog(prefs=self.prefs, parent=self) self.prefs_dialog_active = True dialog.exec() self.prefs_dialog_active = False self.prefs.sync() if self.scan_all_again or self.scan_non_camera_devices_again: self.rescanDevicesAndComputer( ignore_cameras=not self.scan_all_again, rescan_path=self.scan_all_again ) if self.search_for_devices_again: # Update the list of valid mounts logging.debug( "Updating the list of valid mounts after preference change to " "only_external_mounts" ) self.validMounts = ValidMounts( only_external_mounts=self.prefs.only_external_mounts ) self.searchForDevicesAgain() # Just to be extra safe, reset these values to their 'off' state: self.scan_all_again = self.scan_non_camera_devices_again = False self.search_for_devices_again = False if self.start_monitoring_mount_count: if self.mountMonitorTimer is None: self.startMountMonitorTimer() else: self.mountMonitorTimer.start() self.valid_mount_count = 0 if self.stop_monitoring_mount_count and self.mountMonitorActive(): self.mountMonitorTimer.stop() self.start_monitoring_mount_count = False self.stop_monitoring_mount_count = False def doErrorLogAction(self) -> None: self.errorLog.setVisible(self.errorLogAct.isChecked()) def doClearDownloadsAction(self): self.thumbnailModel.clearCompletedDownloads() def doHelpAction(self) -> None: webbrowser.open_new_tab("https://damonlynch.net/rapid/help.html") def doDidYouKnowAction(self) -> None: try: self.tip.activate() except AttributeError: self.tip = didyouknow.DidYouKnowDialog(self.prefs, self) self.tip.activate() def makeProblemReportDialog(self, header: str, title: str | None = None) -> None: """ Create the dialog window to guide the user in reporting a bug :param header: text at the top of the dialog window :param title: optional title """ body = excepthook.please_report_problem_body.format( website="https://bugs.rapidphotodownloader.com" ) message = f"{header}

                                {body}" errorbox = standardMessageBox( message=message, rich_text=True, title=title, standardButtons=QMessageBox.Save | QMessageBox.Cancel, defaultButton=QMessageBox.Save, ) if errorbox.exec_() == QMessageBox.Save: excepthook.save_bug_report_tar( config_file=self.prefs.settings_path(), full_log_file_path=iplogging.full_log_file_path(), ) def doReportProblemAction(self) -> None: header = _("Thank you for reporting a problem in Rapid Photo Downloader") header = f"{header}" self.makeProblemReportDialog(header) def doMakeDonationAction(self) -> None: webbrowser.open_new_tab("https://damonlynch.net/rapid/donate.html") def doTranslateApplicationAction(self) -> None: webbrowser.open_new_tab("https://damonlynch.net/rapid/translate.html") def doAboutAction(self) -> None: about = AboutDialog(self) about.exec() @pyqtSlot(bool) def thisComputerToggleValueChanged(self, on: bool) -> None: """ Respond to This Computer Toggle Switch :param on: whether switch is on or off """ if on: self.thisComputer.setViewVisible(bool(self.prefs.this_computer_path)) self.prefs.this_computer_source = on if not on: if len(self.devices.this_computer) > 0: scan_id = list(self.devices.this_computer)[0] self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = "" self.thisComputerFSView.clearSelection() if not self.on_startup: self.sourcePanel.setThisComputerState() @pyqtSlot() def thisComputerFileBrowserReset(self) -> None: if len(self.devices.this_computer) > 0: scan_id = list(self.devices.this_computer)[0] self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = "" @pyqtSlot(bool) def deviceToggleViewValueChange(self, on: bool) -> None: """ Respond to Devices Toggle Switch :param on: whether switch is on or off """ self.prefs.device_autodetection = on if not on: for scan_id in list(self.devices.volumes_and_cameras): self.removeDevice(scan_id=scan_id, adjust_temporal_proximity=False) state = self.proximityStatePostDeviceRemoval() if state == TemporalProximityState.empty: self.temporalProximity.setState(TemporalProximityState.empty) else: self.generateTemporalProximityTableData( "devices were removed as a download source" ) else: self.devicesViewToggledOn() def proximityStatePostDeviceRemoval(self) -> TemporalProximityState: """ :return: set correct proximity state after a device is removed """ # ignore devices that are scanning - we don't care about them, because the scan # could take a long time, especially with phones if len(self.devices) - len(self.devices.scanning) > 0: # Other already scanned devices are present return TemporalProximityState.regenerate else: return TemporalProximityState.empty @pyqtSlot() def devicesViewToggledOn(self) -> None: self.searchForCameras() self.setupNonCameraDevices() @pyqtSlot(QModelIndex) def thisComputerPathChosen(self, index: QModelIndex) -> None: """ Handle user selecting new device location path. Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) if self.downloadIsRunning() and self.prefs.this_computer_path: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
                                , , , or , # etc. message = _( "Changing This Computer source path

                                Do you really want " "to change the source path to %(new_path)s?

                                You are currently " "downloading from %(source_path)s.

                                " "If you do change the path, the current download from This Computer " "will be cancelled." ) % dict( new_path=make_html_path_non_breaking(path), source_path=make_html_path_non_breaking(self.prefs.this_computer_path), ) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgbox.exec() == QMessageBox.No: self.thisComputerFSView.goToPath(self.prefs.this_computer_path) return if path != self.prefs.this_computer_path: if self.prefs.this_computer_path: scan_id = self.devices.scan_id_from_path( self.prefs.this_computer_path, DeviceType.path ) if scan_id is not None: logging.debug( "Removing path from device view %s", self.prefs.this_computer_path, ) self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = path self.thisComputer.setViewVisible(True) self.setupManualPath() def displayInvalidDestinationMsgBox( self, validation: ValidatedFolder, file_type: FileType ) -> None: """ Display a message box to the user indicating an error :param validation: destination directory validation results :param file_type: whether photo or video """ file_type_hr = _("photo") if file_type == FileType.photo else _("video") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. title = _("Invalid %(filetype)s download destination") % { "filetype": file_type_hr } if validation.absolute_path: details = _( "The download directory is not writable. " "Ensure permissions are correctly set. " "If the destination is on the network, ensure the network share is " "correctly configured." ) else: details = _("The download directory does not exist.") message = f"{title}

                                {details}" msgBox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, parent=self, ) msgBox.exec() @pyqtSlot(QModelIndex) def photoDestinationPathChosen(self, index: QModelIndex) -> None: """ Handle user setting new photo download location Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) self.photoDestinationSetPath(path=path) def photoDestinationSetPath(self, path: str) -> None: if not self.checkChosenDownloadDestination(path, FileType.photo): return validation = validate_download_folder(path, write_on_waccesss_failure=True) if validation.valid: if path != self.prefs.photo_download_folder: self.prefs.photo_download_folder = path self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.destinationPanel.photoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid photo download destination chosen: %s", path) self.displayInvalidDestinationMsgBox( validation=validation, file_type=FileType.photo ) self.resetDownloadDestination(file_type=FileType.photo) def photoDestinationReset(self) -> None: self.photoDestinationSetPath(path=platform_photos_directory()) self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) def videoDestinationReset(self) -> None: self.videoDestinationSetPath(path=platform_videos_directory()) self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) @pyqtSlot() def fileSystemFilterInvalidated(self) -> None: self.photoDestinationFSView.selectionModel().clear() self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) self.videoDestinationFSView.selectionModel().clear() self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) if self.prefs.this_computer_source: self.thisComputerFSView.selectionModel().clear() self.thisComputerFSView.goToPath(self.prefs.this_computer_path) def checkChosenDownloadDestination(self, path: str, file_type: FileType) -> bool: """ Check the path the user has chosen to ensure it's not a provisional download subfolder. If it is a download subfolder that already existed, confirm with the user that they did in fact want to use that destination. :param path: path chosen :param file_type: whether for photos or videos :return: False if the path is problematic and should be ignored, else True """ problematic = self.downloadIsRunning() if problematic: message = _("You cannot change the download destination while downloading.") msgbox = standardMessageBox( message=message, rich_text=False, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, ) msgbox.exec() else: problematic = path in self.fileSystemModel.preview_subfolders if not problematic and path in self.fileSystemModel.download_subfolders: message = _( "Confirm Download Destination

                                Are you sure you want to " "set the %(file_type)s download destination to %(path)s?" ) % dict(file_type=file_type.name, path=make_html_path_non_breaking(path)) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) problematic = msgbox.exec() == QMessageBox.No if problematic: if file_type == FileType.photo and self.prefs.photo_download_folder: self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) elif file_type == FileType.video and self.prefs.video_download_folder: self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) return False return True def resetDownloadDestination( self, file_type: FileType, do_update: bool = True ) -> None: """ Handle cases where user clicked on an invalid download directory, or the directory simply having disappeared, or the user resets the destination :param file_type: type of destination to work on :param do_update: if True, update watched folders, provisional download folders and update the UI to reflect new download capabilities """ if file_type == FileType.photo: self.prefs.photo_download_folder = "" self.destinationPanel.photoDestinationWidget.setViewVisible(False) else: self.prefs.video_download_folder = "" self.destinationPanel.videoDestinationWidget.setViewVisible(False) if do_update: self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.setDownloadCapabilities() @pyqtSlot(QModelIndex) def videoDestinationPathChosen(self, index: QModelIndex) -> None: """ Handle user setting new video download location Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) self.videoDestinationSetPath(path=path) def videoDestinationSetPath(self, path: str) -> None: if not self.checkChosenDownloadDestination(path, FileType.video): return validation = validate_download_folder(path, write_on_waccesss_failure=True) if validation.valid: if path != self.prefs.video_download_folder: self.prefs.video_download_folder = path self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.destinationPanel.videoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid video download destination chosen: %s", path) self.displayInvalidDestinationMsgBox( validation=validation, file_type=FileType.video ) self.resetDownloadDestination(file_type=FileType.video) @pyqtSlot() def downloadButtonClicked(self) -> None: if self.download_paused: logging.debug("Download resumed") self.resumeDownload() else: if self.downloadIsRunning(): self.pauseDownload() else: start_download = True if ( self.prefs.warn_downloading_all and self.thumbnailModel.anyCheckedFilesFiltered() ): message = _( """ Downloading all files

                                A download always includes all files that are marked for download, including those that are not currently displayed because the Timeline is being used or because only new files are being shown.

                                Do you want to proceed with the download?""" ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_ask_again, parent=self, ) start_download = warning.exec_() if warning.remember: self.prefs.warn_downloading_all = False if start_download: logging.debug("Download activated") if self.jobCodePanel.needToPromptForJobCode(): if self.jobCodePanel.getJobCodeBeforeDownload(): self.startDownload() else: self.startDownload() def pauseDownload(self) -> None: """ Pause the copy files processes """ self.dl_update_timer.stop() self.download_paused = True self.sendPauseToThread(self.copy_controller) self.setDownloadActionLabel() self.time_check.pause() self.displayMessageInStatusBar() def resumeDownload(self) -> None: """ Resume a download after it has been paused, and start downloading from any queued auto-start downloads """ for scan_id in self.devices.downloading: self.time_remaining.set_time_mark(scan_id) self.time_check.set_download_mark() self.sendResumeToThread(self.copy_controller) self.download_paused = False self.dl_update_timer.start() self.download_start_time = time.time() self.setDownloadActionLabel() self.immediatelyDisplayDownloadRunningInStatusBar() for scan_id in self.devices.queued_to_download: self.startDownload(scan_id=scan_id) self.devices.queued_to_download = set() def downloadIsRunning(self) -> bool: """ :return True if a file is currently being downloaded, renamed or backed up, else False """ if not self.devices.downloading: if self.prefs.backup_files: return not self.download_tracker.all_files_backed_up() else: return False else: return True def startDownload(self, scan_id: int = None) -> None: """ Start download, renaming and backup of files. :param scan_id: if specified, only files matching it will be downloaded """ logging.debug("Start Download phase 1 has started") if self.prefs.backup_files: self.initializeBackupThumbCache() self.download_files = self.thumbnailModel.getFilesMarkedForDownload(scan_id) # model, port camera_unmounts_called = set() # type: set[tuple[str, str]] stop_thumbnailing_cmd_issued = False stop_thumbnailing = [ scan_id for scan_id in self.download_files.camera_access_needed if scan_id in self.devices.thumbnailing ] for scan_id in stop_thumbnailing: device = self.devices[scan_id] if scan_id not in self.thumbnailModel.generating_thumbnails: logging.debug( "Not terminating thumbnailing of %s because it's not in the " "thumbnail manager", device.display_name, ) else: logging.debug( "Terminating thumbnailing for %s because a download is starting", device.display_name, ) self.thumbnailModel.terminateThumbnailGeneration(scan_id) self.devices.cameras_to_stop_thumbnailing.add(scan_id) stop_thumbnailing_cmd_issued = True if self.gvfs_controls_mounts: mount_points = {} # If a device was being thumbnailed, then it wasn't mounted by GVFS # Therefore filter out the cameras we've already requested their # thumbnailing be stopped still_to_check = [ scan_id for scan_id in self.download_files.camera_access_needed if scan_id not in stop_thumbnailing ] for scan_id in still_to_check: # This next value is likely *always* True, but check nonetheless if self.download_files.camera_access_needed[scan_id]: device = self.devices[scan_id] model = device.camera_model port = device.camera_port mount_point = self.gvolumeMonitor.ptpCameraMountPoint(model, port) if mount_point is not None: self.devices.cameras_to_gvfs_unmount_for_download.add(scan_id) camera_unmounts_called.add((model, port)) mount_points[(model, port)] = mount_point if len(camera_unmounts_called): logging.info( "%s camera(s) need to be unmounted by GVFS before the download " "begins", len(camera_unmounts_called), ) for model, port in camera_unmounts_called: self.gvolumeMonitor.unmountCamera( model, port, post_unmount_action=PostCameraUnmountAction.download, mount_point=mount_points[(model, port)], ) if not camera_unmounts_called and not stop_thumbnailing_cmd_issued: self.startDownloadPhase2() def startDownloadPhase2(self) -> None: logging.debug("Start Download phase 2 has started") download_files = self.download_files invalid_dirs = self.invalidDownloadFolders(download_files.download_types) if invalid_dirs: if len(invalid_dirs) > 1: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. msg = _( "These download folders are invalid:\n%(folder1)s\n%(folder2)s" ) % {"folder1": invalid_dirs[0], "folder2": invalid_dirs[1]} else: msg = _("This download folder is invalid:\n%s") % invalid_dirs[0] msgBox = QMessageBox(self) msgBox.setIcon(QMessageBox.Critical) msgBox.setWindowTitle(_("Download Failure")) msgBox.setText(_("The download cannot proceed.")) msgBox.setInformativeText(msg) msgBox.exec() else: missing_destinations = self.backup_devices.backup_destinations_missing( download_files.download_types ) if missing_destinations is not None: # Warn user that they have specified that they want to # backup a file type, but no such folder exists on backup # devices if self.prefs.backup_device_autodetection: if missing_destinations == BackupFailureType.photos_and_videos: logging.warning( "Photos and videos will not be backed up because there " "is nowhere to back them up" ) msg = _( "Photos and videos will not be backed up because there is " "nowhere to back them up. Do you still want to start the " "download?" ) elif missing_destinations == BackupFailureType.photos: logging.warning("No backup device exists for backing up photos") # Translators: filetype will be replaced with 'photos' or # 'videos' # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. msg = _( "No backup device exists for backing up %(filetype)s. Do " "you still want to start the download?" ) % {"filetype": _("photos")} else: logging.warning( "No backup device contains a valid folder for backing up " "videos" ) # Translators: filetype will be replaced with 'photos' or # 'videos' # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. msg = _( "No backup device exists for backing up %(filetype)s. Do " "you still want to start the download?" ) % {"filetype": _("videos")} else: if missing_destinations == BackupFailureType.photos_and_videos: logging.warning( "The manually specified photo and videos backup paths do " "not exist or are not writable" ) # Translators: please do not change HTML codes like
                                , , # , or , etc. msg = _( "The photo and video backup destinations do not exist " "or cannot be written to.

                                Do you still want " "to start the download?" ) elif missing_destinations == BackupFailureType.photos: logging.warning( "The manually specified photo backup path does not exist " "or is not writable" ) # Translators: filetype will be replaced by either 'photo' or # 'video' # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. # Translators: please do not change HTML codes like
                                , , # , or , etc. msg = _( "The %(filetype)s backup destination does not exist or " "cannot be written to.

                                Do you still want to " "start the download?" ) % {"filetype": _("photo")} else: logging.warning( "The manually specified video backup path does not exist " "or is not writable" ) # Translators: filetype will be replaced by either 'photo' or # 'video' # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. # Translators: please do not change HTML codes like
                                , , # , or , etc. msg = _( "The %(filetype)s backup destination does not exist or " "cannot be written to.

                                Do you still want to " "start the download?" ) % {"filetype": _("video")} if self.prefs.warn_backup_problem: warning = RememberThisDialog( message=msg, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_ask_again, parent=self, title=_("Backup problem"), ) do_download = warning.exec() if warning.remember: self.prefs.warn_backup_problem = False if not do_download: return # Set time download is starting if it is not already set # it is unset when all downloads are completed # It is used in file renaming if self.download_start_datetime is None: self.download_start_datetime = datetime.datetime.now() # The download start time (not datetime) is used to determine # when to show the time remaining and download speed in the status bar if self.download_start_time is None: self.download_start_time = time.time() # Set status to download pending self.thumbnailModel.markDownloadPending(download_files.files) # disable refresh and the changing of various preferences while # the download is occurring self.enablePrefsAndRefresh(enabled=False) # notify renameandmovefile process to read any necessary values # from the program preferences data = RenameAndMoveFileData(message=RenameAndMoveStatus.download_started) self.sendDataMessageToThread(self.rename_controller, data=data) # notify backup processes to reset their problem reports self.sendBackupStartFinishMessageToWorkers(BackupStatus.backup_started) # Maximum value of progress bar may have been set to the number # of thumbnails being generated. Reset it to use a percentage. self.downloadProgressBar.setMaximum(100) for scan_id in download_files.files: files = download_files.files[scan_id] # if generating thumbnails for this scan_id, stop it if self.thumbnailModel.terminateThumbnailGeneration(scan_id): generate_thumbnails = self.thumbnailModel.markThumbnailsNeeded( files ) else: generate_thumbnails = False self.downloadFiles( files=files, scan_id=scan_id, download_stats=download_files.download_stats[scan_id], generate_thumbnails=generate_thumbnails, ) self.setDownloadActionLabel() def downloadFiles( self, files: list[RPDFile], scan_id: int, download_stats: DownloadStats, generate_thumbnails: bool, ) -> None: """ :param files: list of the files to download :param scan_id: the device from which to download the files :param download_stats: count of files and their size :param generate_thumbnails: whether thumbnails must be generated in the copy files process. """ model = self.mapModel(scan_id) model.setSpinnerState(scan_id, DeviceState.downloading) if download_stats.no_photos > 0: photo_download_folder = self.prefs.photo_download_folder else: photo_download_folder = None if download_stats.no_videos > 0: video_download_folder = self.prefs.video_download_folder else: video_download_folder = None self.download_tracker.init_stats(scan_id=scan_id, stats=download_stats) download_size = ( download_stats.photos_size_in_bytes + download_stats.videos_size_in_bytes ) if self.prefs.backup_files: download_size += ( len(self.backup_devices.photo_backup_devices) * download_stats.photos_size_in_bytes ) + ( len(self.backup_devices.video_backup_devices) * download_stats.videos_size_in_bytes ) self.time_remaining[scan_id] = download_size self.time_check.set_download_mark() self.devices.set_device_state(scan_id, DeviceState.downloading) self.updateProgressBarState() self.immediatelyDisplayDownloadRunningInStatusBar() self.setDownloadActionState(True) if not self.dl_update_timer.isActive(): self.dl_update_timer.start() if self.autoStart(scan_id) and self.prefs.generate_thumbnails: for rpd_file in files: rpd_file.generate_thumbnail = True generate_thumbnails = True verify_file = self.prefs.verify_file # Initiate copy files process device = self.devices[scan_id] copyfiles_args = CopyFilesArguments( scan_id=scan_id, device=device, photo_download_folder=photo_download_folder, video_download_folder=video_download_folder, files=files, verify_file=verify_file, generate_thumbnails=generate_thumbnails, log_gphoto2=self.log_gphoto2, ) self.sendStartWorkerToThread( self.copy_controller, worker_id=scan_id, data=copyfiles_args ) @pyqtSlot(int, str, str) def tempDirsReceivedFromCopyFiles( self, scan_id: int, photo_temp_dir: str, video_temp_dir: str ) -> None: self.fileSystemFilter.setTempDirs([photo_temp_dir, video_temp_dir]) self.temp_dirs_by_scan_id[scan_id] = list( filter(None, [photo_temp_dir, video_temp_dir]) ) def cleanAllTempDirs(self): """ Deletes temporary files and folders used in all downloads. """ if self.temp_dirs_by_scan_id: logging.debug("Cleaning temporary directories") for scan_id in self.temp_dirs_by_scan_id: self.cleanTempDirsForScanId(scan_id, remove_entry=False) self.temp_dirs_by_scan_id = {} def cleanTempDirsForScanId(self, scan_id: int, remove_entry: bool = True): """ Deletes temporary files and folders used in download. :param scan_id: the scan id associated with the temporary directory :param remove_entry: if True, remove the scan_id from the dictionary tracking temporary directories """ home_dir = os.path.expanduser("~") for d in self.temp_dirs_by_scan_id[scan_id]: assert d != home_dir if os.path.isdir(d): try: shutil.rmtree(d, ignore_errors=True) except Exception: logging.error("Unknown error deleting temporary directory %s", d) if remove_entry: del self.temp_dirs_by_scan_id[scan_id] @pyqtSlot(bool, RPDFile, int, "PyQt_PyObject") def copyfilesDownloaded( self, download_succeeded: bool, rpd_file: RPDFile, download_count: int, mdata_exceptions: tuple[Exception] | None, ) -> None: scan_id = rpd_file.scan_id if scan_id not in self.devices: logging.debug( "Ignoring file %s because its device has been removed", rpd_file.full_file_name, ) return self.download_tracker.set_download_count_for_file(rpd_file.uid, download_count) self.download_tracker.set_download_count(scan_id, download_count) rpd_file.download_start_time = self.download_start_datetime if rpd_file.file_type == FileType.photo: rpd_file.generate_extension_case = self.prefs.photo_extension else: rpd_file.generate_extension_case = self.prefs.video_extension if mdata_exceptions is not None and self.prefs.warn_fs_metadata_error: self.copy_metadata_errors.add_problem( worker_id=scan_id, path=rpd_file.temp_full_file_name, mdata_exceptions=mdata_exceptions, ) self.sendDataMessageToThread( self.rename_controller, data=RenameAndMoveFileData( rpd_file=rpd_file, download_count=download_count, download_succeeded=download_succeeded, ), ) @pyqtSlot(int, "PyQt_PyObject", "PyQt_PyObject") def copyfilesBytesDownloaded( self, scan_id: int, total_downloaded: int, chunk_downloaded: int ) -> None: """ Update the tracking and display of how many bytes have been downloaded / copied. """ if scan_id not in self.devices: return try: assert total_downloaded >= 0 assert chunk_downloaded >= 0 except AssertionError: logging.critical( "Unexpected negative values for total / chunk downloaded: %s %s ", total_downloaded, chunk_downloaded, ) self.download_tracker.set_total_bytes_copied(scan_id, total_downloaded) if len(self.devices.have_downloaded_from) > 1: model = self.mapModel(scan_id) model.percent_complete[ scan_id ] = self.download_tracker.get_percent_complete(scan_id) self.time_check.increment(bytes_downloaded=chunk_downloaded) self.time_remaining.update(scan_id, bytes_downloaded=chunk_downloaded) self.updateFileDownloadDeviceProgress() @pyqtSlot(int, "PyQt_PyObject") def copyfilesProblems(self, scan_id: int, problems: CopyingProblems) -> None: for problem in self.copy_metadata_errors.problems(worker_id=scan_id): problems.append(problem) if problems: try: device = self.devices[scan_id] problems.name = device.display_name problems.uri = device.uri except KeyError: # Device has already been removed logging.error("Device with scan id %s unexpectedly removed", scan_id) device_archive = self.devices.device_archive[scan_id] problems.name = device_archive.name problems.uri = device_archive.uri finally: self.addErrorLogMessage(problems=problems) @pyqtSlot(int) def copyfilesFinished(self, scan_id: int) -> None: if scan_id in self.devices: logging.debug( "All files finished copying for %s", self.devices[scan_id].display_name ) @pyqtSlot(bool, RPDFile, int) def fileRenamedAndMoved( self, move_succeeded: bool, rpd_file: RPDFile, download_count: int ) -> None: """ Called after a file has been renamed -- that is, moved from the temp dir it was downloaded into, and renamed using the file renaming rules """ scan_id = rpd_file.scan_id if scan_id not in self.devices: logging.debug( "Ignoring file %s because its device has been removed", rpd_file.download_full_file_name or rpd_file.full_file_name, ) return if ( rpd_file.mdatatime_caused_ctime_change and scan_id not in self.thumbnailModel.ctimes_differ ): self.thumbnailModel.addCtimeDisparity(rpd_file=rpd_file) if self.thumbnailModel.sendToDaemonThumbnailer(rpd_file=rpd_file): if rpd_file.status in constants.Downloaded: logging.debug( "Assigning daemon thumbnailer to work on %s", rpd_file.download_full_file_name, ) self.sendDataMessageToThread( self.thumbnail_deamon_controller, data=ThumbnailDaemonData( rpd_file=rpd_file, write_fdo_thumbnail=self.prefs.save_fdo_thumbnails, use_thumbnail_cache=self.prefs.use_thumbnail_cache, force_exiftool=self.prefs.force_exiftool, ), ) else: logging.debug( "%s was not downloaded, so adjusting download tracking", rpd_file.full_file_name, ) self.download_tracker.thumbnail_generated_post_download(scan_id) if ( rpd_file.status in constants.Downloaded and self.fileSystemModel.add_subfolder_downloaded_into( path=rpd_file.download_path, download_folder=rpd_file.download_folder ) ): if rpd_file.file_type == FileType.photo: self.photoDestinationFSView.expandPath(rpd_file.download_path) self.photoDestinationFSView.update() else: self.videoDestinationFSView.expandPath(rpd_file.download_path) self.videoDestinationFSView.update() if self.prefs.backup_files: if self.backup_devices.backup_possible(rpd_file.file_type): self.backupFile(rpd_file, move_succeeded, download_count) else: self.fileDownloadFinished(move_succeeded, rpd_file) else: self.fileDownloadFinished(move_succeeded, rpd_file) @pyqtSlot(RPDFile, QPixmap) def thumbnailReceivedFromDaemon( self, rpd_file: RPDFile, thumbnail: QPixmap ) -> None: """ A thumbnail will be received directly from the daemon process when it was able to get a thumbnail from the FreeDesktop.org 256x256 cache, and there was thus no need write another :param rpd_file: rpd_file details of the file the thumbnail was generated for :param thumbnail: a thumbnail for display in the thumbnail view, """ self.thumbnailModel.thumbnailReceived(rpd_file=rpd_file, thumbnail=thumbnail) def thumbnailGeneratedPostDownload(self, rpd_file: RPDFile) -> None: """ Adjust download tracking to note that a thumbnail was generated after a file was downloaded. Possibly handle situation where all files have been downloaded. A thumbnail will be generated post download if the sole task of the thumbnail extractors was to write out the FreeDesktop.org thumbnails, and/or if we didn't generate it before the download started. :param rpd_file: details of the file """ uid = rpd_file.uid scan_id = rpd_file.scan_id if self.prefs.backup_files and rpd_file.fdo_thumbnail_128_name: self.generated_fdo_thumbnails[uid] = rpd_file.fdo_thumbnail_128_name if uid in self.backup_fdo_thumbnail_cache: self.sendDataMessageToThread( self.thumbnail_deamon_controller, data=ThumbnailDaemonData( rpd_file=rpd_file, write_fdo_thumbnail=True, backup_full_file_names=self.backup_fdo_thumbnail_cache[uid], fdo_name=rpd_file.fdo_thumbnail_128_name, force_exiftool=self.prefs.force_exiftool, ), ) del self.backup_fdo_thumbnail_cache[uid] self.download_tracker.thumbnail_generated_post_download(scan_id=scan_id) completed, files_remaining = self.isDownloadCompleteForScan(scan_id) if completed: self.fileDownloadCompleteFromDevice( scan_id=scan_id, files_remaining=files_remaining ) def thumbnailGenerationStopped(self, scan_id: int) -> None: """ Slot for when a the thumbnail worker has been forcefully stopped, rather than merely finished in its work :param scan_id: scan_id of the device that was being thumbnailed """ if scan_id not in self.devices: logging.debug( "Ignoring scan_id %s from terminated thumbailing, as its device does " "not exist anymore", scan_id, ) else: device = self.devices[scan_id] if scan_id in self.devices.cameras_to_stop_thumbnailing: self.devices.cameras_to_stop_thumbnailing.remove(scan_id) logging.debug( "Thumbnailing successfully terminated for %s", device.display_name ) if not self.devices.download_start_blocked(): self.startDownloadPhase2() else: logging.debug( "Ignoring the termination of thumbnailing from %s, as it's " "not for a camera from which a download was waiting to be started", device.display_name, ) @pyqtSlot(int, "PyQt_PyObject") def backupFileProblems(self, device_id: int, problems: BackingUpProblems) -> None: for problem in self.backup_metadata_errors.problems(worker_id=device_id): problems.append(problem) if problems: self.addErrorLogMessage(problems=problems) def sendBackupStartFinishMessageToWorkers(self, message: BackupStatus) -> None: if self.prefs.backup_files: download_types = self.download_files.download_types for path in self.backup_devices: backup_type = self.backup_devices[path].backup_type if ( backup_type == BackupLocationType.photos_and_videos or download_types == FileTypeFlag.PHOTOS | FileTypeFlag.VIDEOS ) or backup_type == download_types: device_id = self.backup_devices.device_id(path) data = BackupFileData(message=message) self.sendDataMessageToThread( self.backup_controller, worker_id=device_id, data=data ) def backupFile( self, rpd_file: RPDFile, move_succeeded: bool, download_count: int ) -> None: if self.prefs.backup_device_autodetection: if rpd_file.file_type == FileType.photo: path_suffix = self.prefs.photo_backup_identifier else: path_suffix = self.prefs.video_backup_identifier else: path_suffix = None if rpd_file.file_type == FileType.photo: logging.debug("Backing up photo %s", rpd_file.download_name) else: logging.debug("Backing up video %s", rpd_file.download_name) for path in self.backup_devices: backup_type = self.backup_devices[path].backup_type do_backup = ( (backup_type == BackupLocationType.photos_and_videos) or ( rpd_file.file_type == FileType.photo and backup_type == BackupLocationType.photos ) or ( rpd_file.file_type == FileType.video and backup_type == BackupLocationType.videos ) ) if do_backup: logging.debug("Backing up to %s", path) else: logging.debug("Not backing up to %s", path) # Even if not going to backup to this device, need to send it # anyway so progress bar can be updated. Not this most efficient # but the code is more simpler # TODO: investigate a more optimal approach! device_id = self.backup_devices.device_id(path) data = BackupFileData( rpd_file=rpd_file, move_succeeded=move_succeeded, do_backup=do_backup, path_suffix=path_suffix, backup_duplicate_overwrite=self.prefs.backup_duplicate_overwrite, verify_file=self.prefs.verify_file, download_count=download_count, save_fdo_thumbnail=self.prefs.save_fdo_thumbnails, ) self.sendDataMessageToThread( self.backup_controller, worker_id=device_id, data=data ) @pyqtSlot(int, bool, bool, RPDFile, str, "PyQt_PyObject") def fileBackedUp( self, device_id: int, backup_succeeded: bool, do_backup: bool, rpd_file: RPDFile, backup_full_file_name: str, mdata_exceptions: tuple[Exception] | None, ) -> None: if do_backup: if ( self.prefs.generate_thumbnails and self.prefs.save_fdo_thumbnails and rpd_file.should_write_fdo() and backup_succeeded ): self.backupGenerateFdoThumbnail( rpd_file=rpd_file, backup_full_file_name=backup_full_file_name ) self.download_tracker.file_backed_up(rpd_file.scan_id, rpd_file.uid) if mdata_exceptions is not None and self.prefs.warn_fs_metadata_error: self.backup_metadata_errors.add_problem( worker_id=device_id, path=backup_full_file_name, mdata_exceptions=mdata_exceptions, ) if self.download_tracker.file_backed_up_to_all_locations( rpd_file.uid, rpd_file.file_type ): logging.debug( "File %s will not be backed up to any more locations", rpd_file.download_name, ) self.fileDownloadFinished(backup_succeeded, rpd_file) @pyqtSlot("PyQt_PyObject", "PyQt_PyObject") def backupFileBytesBackedUp(self, scan_id: int, chunk_downloaded: int) -> None: self.download_tracker.increment_bytes_backed_up(scan_id, chunk_downloaded) self.time_check.increment(bytes_downloaded=chunk_downloaded) self.time_remaining.update(scan_id, bytes_downloaded=chunk_downloaded) self.updateFileDownloadDeviceProgress() def initializeBackupThumbCache(self) -> None: """ Prepare tracking of thumbnail generation for backed up files """ # indexed by uid, deque of full backup paths self.generated_fdo_thumbnails = dict() # type: dict[str] self.backup_fdo_thumbnail_cache = defaultdict(list) # type: defaultdict[list[str]] def backupGenerateFdoThumbnail( self, rpd_file: RPDFile, backup_full_file_name: str ) -> None: uid = rpd_file.uid if uid not in self.generated_fdo_thumbnails: logging.debug( "Caching FDO thumbnail creation for backup %s", backup_full_file_name ) self.backup_fdo_thumbnail_cache[uid].append(backup_full_file_name) else: # An FDO thumbnail has already been generated for the downloaded file assert uid not in self.backup_fdo_thumbnail_cache logging.debug( "Assigning daemon thumbnailer to create FDO thumbnail for %s", backup_full_file_name, ) self.sendDataMessageToThread( self.thumbnail_deamon_controller, data=ThumbnailDaemonData( rpd_file=rpd_file, write_fdo_thumbnail=True, backup_full_file_names=[backup_full_file_name], fdo_name=self.generated_fdo_thumbnails[uid], force_exiftool=self.prefs.force_exiftool, ), ) @pyqtSlot(int, list) def updateSequences( self, stored_sequence_no: int, downloads_today: list[str] ) -> None: """ Called at conclusion of a download, with values coming from the renameandmovefile process """ self.prefs.stored_sequence_no = stored_sequence_no self.prefs.downloads_today = downloads_today self.prefs.sync() logging.debug("Saved sequence values to preferences") if self.application_state == ApplicationState.exiting: self.close() else: self.renamePanel.updateSequences( downloads_today=downloads_today, stored_sequence_no=stored_sequence_no ) @pyqtSlot() def fileRenamedAndMovedFinished(self) -> None: """Currently not called""" pass def isDownloadCompleteForScan(self, scan_id: int) -> tuple[bool, int]: """ Determine if all files have been downloaded and backed up for a device :param scan_id: device's scan id :return: True if the download is completed for that scan_id, and the number of files remaining for the scan_id, BUT the files remaining value is valid ONLY if the download is completed """ completed = self.download_tracker.all_files_downloaded_by_scan_id(scan_id) if completed: logging.debug( "All files downloaded for %s", self.devices[scan_id].display_name ) if self.download_tracker.no_post_download_thumb_generation_by_scan_id[ scan_id ]: logging.debug( "Thumbnails generated for %s thus far during download: %s of %s", self.devices[scan_id].display_name, self.download_tracker.post_download_thumb_generation[scan_id], self.download_tracker.no_post_download_thumb_generation_by_scan_id[ scan_id ], ) completed = ( completed and self.download_tracker.all_post_download_thumbs_generated_for_scan( scan_id ) ) if completed and self.prefs.backup_files: completed = self.download_tracker.all_files_backed_up(scan_id) if completed: files_remaining = self.thumbnailModel.getNoFilesRemaining(scan_id) else: files_remaining = 0 return completed, files_remaining def updateFileDownloadDeviceProgress(self): """ Updates progress bar and optionally the Unity progress bar """ percent_complete = self.download_tracker.get_overall_percent_complete() self.downloadProgressBar.setValue(round(percent_complete * 100)) if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("progress", percent_complete) launcher.set_property("progress_visible", True) def fileDownloadFinished(self, succeeded: bool, rpd_file: RPDFile) -> None: """ Called when a file has been downloaded i.e. copied, renamed, and backed up """ scan_id = rpd_file.scan_id if self.prefs.move: # record which files to automatically delete when download # completes self.download_tracker.add_to_auto_delete(rpd_file) self.thumbnailModel.updateStatusPostDownload(rpd_file) self.download_tracker.file_downloaded_increment( scan_id, rpd_file.file_type, rpd_file.status ) device = self.devices[scan_id] device.download_statuses.add(rpd_file.status) completed, files_remaining = self.isDownloadCompleteForScan(scan_id) if completed: self.fileDownloadCompleteFromDevice( scan_id=scan_id, files_remaining=files_remaining ) def fileDownloadCompleteFromDevice( self, scan_id: int, files_remaining: int ) -> None: device = self.devices[scan_id] device_finished = files_remaining == 0 if device_finished: logging.debug( "All files from %s are downloaded; none remain", device.display_name ) state = DeviceState.finished else: logging.debug( "Download finished from %s; %s remain be be potentially downloaded", device.display_name, files_remaining, ) state = DeviceState.idle self.devices.set_device_state(scan_id=scan_id, state=state) self.mapModel(scan_id).setSpinnerState(scan_id, state) # Rebuild temporal proximity if it needs it if ( scan_id in self.thumbnailModel.ctimes_differ and not self.thumbnailModel.filesRemainToDownload(scan_id=scan_id) ): self.thumbnailModel.processCtimeDisparity(scan_id=scan_id) self.folder_preview_manager.queue_folder_removal_for_device(scan_id=scan_id) # Last file for this scan id has been downloaded, so clean temp # directory logging.debug("Purging temp directories") self.cleanTempDirsForScanId(scan_id) if self.prefs.move: logging.debug("Deleting downloaded source files") self.deleteSourceFiles(scan_id) self.download_tracker.clear_auto_delete(scan_id) self.updateProgressBarState() self.thumbnailModel.updateDeviceDisplayCheckMark(scan_id=scan_id) del self.time_remaining[scan_id] self.notifyDownloadedFromDevice(scan_id) if files_remaining == 0 and self.prefs.auto_unmount: self.unmountVolume(scan_id) if not self.downloadIsRunning(): logging.debug("Download completed") self.dl_update_timer.stop() self.enablePrefsAndRefresh(enabled=True) self.notifyDownloadComplete() self.downloadProgressBar.reset() if self.prefs.backup_files: self.initializeBackupThumbCache() self.backupPanel.updateLocationCombos() if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("progress_visible", False) self.folder_preview_manager.remove_folders_for_queued_devices() # Update prefs with stored sequence number and downloads today # values data = RenameAndMoveFileData(message=RenameAndMoveStatus.download_completed) self.sendDataMessageToThread(self.rename_controller, data=data) # Ask backup processes to send problem reports self.sendBackupStartFinishMessageToWorkers( message=BackupStatus.backup_completed ) if ( (self.prefs.auto_exit and self.download_tracker.no_errors_or_warnings()) or self.prefs.auto_exit_force ) and not self.thumbnailModel.filesRemainToDownload(): logging.debug("Auto exit is initiated") self.close() self.download_tracker.purge_all() self.setDownloadActionLabel() self.setDownloadCapabilities() self.download_start_datetime = None self.download_start_time = None if self.prompt_for_survey_post_download: self.prompt_for_survey_post_download = False self.promptForSurvey() @pyqtSlot("PyQt_PyObject") def addErrorLogMessage(self, problems: Problems) -> None: self.errorLog.addProblems(problems) increment = len(problems) if not self.errorLog.isActiveWindow(): self.errorsPending.incrementCounter(increment=increment) def immediatelyDisplayDownloadRunningInStatusBar(self): """ Without any delay, immediately change the status bar message so the user knows the download has started. """ self.statusBar().showMessage(self.devices.downloading_from()) @pyqtSlot() def displayDownloadRunningInStatusBar(self): """ Display a message in the status bar about the current download """ if not self.downloadIsRunning(): self.dl_update_timer.stop() self.displayMessageInStatusBar() return updated, download_speed = self.time_check.update_download_speed() if updated: downloading = self.devices.downloading_from() time_remaining = self.time_remaining.time_remaining( self.prefs.detailed_time_remaining ) if ( time_remaining is None or time.time() < self.download_start_time + constants.ShowTimeAndSpeedDelay ): message = downloading else: # Translators - in the middle is a unicode em dash - please retain it # This string is displayed in the status bar when the download is # running. # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. message = _( "%(downloading_from)s — %(time_left)s left (%(speed)s)" ) % dict( downloading_from=downloading, time_left=time_remaining, speed=download_speed, ) self.statusBar().showMessage(message) def enablePrefsAndRefresh(self, enabled: bool) -> None: """ Disable the user being to access the refresh command or change various program preferences while a download is occurring. :param enabled: if True, then the user is able to activate the preferences and refresh commands. """ self.refreshAct.setEnabled(enabled) self.preferencesAct.setEnabled(enabled) self.renamePanel.setEnabled(enabled) self.backupPanel.setEnabled(enabled) self.jobCodePanel.setEnabled(enabled) def unmountVolume(self, scan_id: int) -> None: """ Cameras are already unmounted, so no need to unmount them! :param scan_id: the scan id of the device to be umounted """ device = self.devices[scan_id] # type: Device if device.device_type == DeviceType.volume: if self.is_wsl2: self.wslDrives.unmountDrives(at_exit=False, mount_point=device.path) elif self.gvfs_controls_mounts: self.gvolumeMonitor.unmountVolume(path=device.path) else: self.udisks2Unmount.emit(device.path) def deleteSourceFiles(self, scan_id: int) -> None: """ Delete files from download device at completion of download """ # TODO delete from cameras and from other devices # TODO should assign this to a process or a thread, and delete then # to_delete = self.download_tracker.get_files_to_auto_delete(scan_id) pass def notifyDownloadedFromDevice(self, scan_id: int) -> None: """ Display a system notification to the user using libnotify that the files have been downloaded from the device :param scan_id: identifies which device """ device = self.devices[scan_id] notification_name = device.display_name no_photos_downloaded = self.download_tracker.get_no_files_downloaded( scan_id, FileType.photo ) no_videos_downloaded = self.download_tracker.get_no_files_downloaded( scan_id, FileType.video ) no_photos_failed = self.download_tracker.get_no_files_failed( scan_id, FileType.photo ) no_videos_failed = self.download_tracker.get_no_files_failed( scan_id, FileType.video ) no_files_downloaded = no_photos_downloaded + no_videos_downloaded no_files_failed = no_photos_failed + no_videos_failed no_warnings = self.download_tracker.get_no_warnings(scan_id) file_types = file_types_by_number(no_photos_downloaded, no_videos_downloaded) file_types_failed = file_types_by_number(no_photos_failed, no_videos_failed) # Translators: e.g. 23 photos downloaded # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. message = _("%(noFiles)s %(filetypes)s downloaded") % { "noFiles": thousands(no_files_downloaded), "filetypes": file_types, } if no_files_failed: # Translators: e.g. 2 videos failed to download # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. message += "\n" + _("%(noFiles)s %(filetypes)s failed to download") % { "noFiles": thousands(no_files_failed), "filetypes": file_types_failed, } if no_warnings: message = f"{message}\n{no_warnings} " + _("warnings") message_shown = False if self.have_libnotify: n = Notify.Notification.new( notification_name, message, "rapid-photo-downloader" ) try: message_shown = n.show() except Exception: logging.error( "Unable to display downloaded from device message using " "notification system" ) if not message_shown: logging.error( "Unable to display downloaded from device message using " "notification system" ) logging.info(f"{notification_name}: {message}") def notifyDownloadComplete(self) -> None: """ Notify all downloads are complete If having downloaded from more than one device, display a system notification to the user using libnotify that all files have been downloaded. Regardless of how many downloads have been downloaded from, display message in status bar. """ show_notification = len(self.devices.have_downloaded_from) > 1 n_message = _("All downloads complete") # photo downloads photo_downloads = self.download_tracker.total_photos_downloaded if photo_downloads and show_notification: filetype = file_types_by_number(photo_downloads, 0) # Translators: e.g. 23 photos downloaded # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. n_message += "\n" + _("%(number)s %(numberdownloaded)s") % dict( number=thousands(photo_downloads), # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. numberdownloaded=_("%(filetype)s downloaded") % dict(filetype=filetype), ) # photo failures photo_failures = self.download_tracker.total_photo_failures if photo_failures and show_notification: filetype = file_types_by_number(photo_failures, 0) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. n_message += "\n" + _("%(number)s %(numberdownloaded)s") % dict( number=thousands(photo_failures), # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. numberdownloaded=_("%(filetype)s failed to download") % dict(filetype=filetype), ) # video downloads video_downloads = self.download_tracker.total_videos_downloaded if video_downloads and show_notification: filetype = file_types_by_number(0, video_downloads) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. n_message += "\n" + _("%(number)s %(numberdownloaded)s") % dict( number=thousands(video_downloads), # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. numberdownloaded=_("%(filetype)s downloaded") % dict(filetype=filetype), ) # video failures video_failures = self.download_tracker.total_video_failures if video_failures and show_notification: filetype = file_types_by_number(0, video_failures) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. n_message += "\n" + _("%(number)s %(numberdownloaded)s") % dict( number=thousands(video_failures), # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. numberdownloaded=_("%(filetype)s failed to download") % dict(filetype=filetype), ) # warnings warnings = self.download_tracker.total_warnings if warnings and show_notification: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. n_message += "\n" + _("%(number)s %(numberdownloaded)s") % dict( number=thousands(warnings), numberdownloaded=_("warnings") ) if show_notification: message_shown = False if self.have_libnotify: n = Notify.Notification.new( _("Rapid Photo Downloader"), n_message, "rapid-photo-downloader" ) try: message_shown = n.show() except Exception: logging.error( "Unable to display download complete message using " "notification system" ) if not message_shown: logging.error( "Unable to display download complete message using notification " "system" ) failures = photo_failures + video_failures if failures == 1: f = _("1 failure") elif failures > 1: f = _("%d failures") % failures else: f = "" if warnings == 1: w = _("1 warning") elif warnings > 1: w = _("%d warnings") % warnings else: w = "" if f and w: fw = make_internationalized_list([f, w]) elif f: fw = f elif w: fw = w else: fw = "" devices = self.devices.reset_and_return_have_downloaded_from() if photo_downloads + video_downloads: ftc = FileTypeCounter( {FileType.photo: photo_downloads, FileType.video: video_downloads} ) no_files_and_types = ftc.file_types_present_details().lower() if not fw: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. downloaded = _( "Downloaded %(no_files_and_types)s from %(devices)s" ) % dict(no_files_and_types=no_files_and_types, devices=devices) else: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. downloaded = _( "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" ) % dict( no_files_and_types=no_files_and_types, devices=devices, failures=fw ) else: if fw: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. downloaded = _("No files downloaded — %(failures)s") % dict(failures=fw) else: downloaded = _("No files downloaded") logging.info("%s", downloaded) self.statusBar().showMessage(downloaded) def invalidDownloadFolders(self, downloading: FileTypeFlag) -> list[str]: """ Checks validity of download folders based on the file types the user is attempting to download. :return list of the invalid directories, if any, or empty list. """ invalid_dirs = [] for destination, file_type_flag in ( (self.prefs.photo_download_folder, FileTypeFlag.PHOTOS), (self.prefs.video_download_folder, FileTypeFlag.VIDEOS), ): if ( downloading in file_type_flag and not validate_download_folder( destination, write_on_waccesss_failure=True ).valid ): invalid_dirs.append(destination) return invalid_dirs def notifyPrefsAreInvalid(self, details: str) -> None: """ Notifies the user that the preferences are invalid. Assumes that the main window is already showing :param details: preference error details """ logging.error("Program preferences are invalid: %s", details) title = _("Program preferences are invalid") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
                                , , , or , # etc. message = f"{title}

                                {details}" msgBox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, ) msgBox.exec() def deviceState(self, scan_id: int) -> DeviceState: """ What the device is being used for at the present moment. :param scan_id: device to check :return: DeviceState """ return self.devices.device_state[scan_id] @pyqtSlot( "PyQt_PyObject", "PyQt_PyObject", FileTypeCounter, "PyQt_PyObject", bool, bool ) def scanFilesReceived( self, rpd_files: list[RPDFile], sample_files: list[RPDFile], file_type_counter: FileTypeCounter, file_size_sum: FileSizeSum, entire_video_required: bool | None, entire_photo_required: bool | None, ) -> None: """ Process scanned file information received from the scan process """ # Update scan running totals scan_id = rpd_files[0].scan_id if scan_id not in self.devices: return device = self.devices[scan_id] sample_photo, sample_video = sample_files if sample_photo is not None: logging.info( "Updating example file name using sample photo from %s", device.display_name, ) self.devices.sample_photo = sample_photo # type: Photo self.renamePanel.setSamplePhoto(self.devices.sample_photo) # sample required for editing download subfolder generation self.destinationPanel.photoDestinationDisplay.sample_rpd_file = ( self.devices.sample_photo ) if sample_video is not None: logging.info( "Updating example file name using sample video from %s", device.display_name, ) self.devices.sample_video = sample_video # type: Video self.renamePanel.setSampleVideo(self.devices.sample_video) # sample required for editing download subfolder generation self.destinationPanel.videoDestinationDisplay.sample_rpd_file = ( self.devices.sample_video ) if device.device_type == DeviceType.camera: # irrelevant when using FUSE if entire_video_required is not None: device.entire_video_required = entire_video_required if entire_photo_required is not None: device.entire_photo_required = entire_photo_required device.file_type_counter = file_type_counter device.file_size_sum = file_size_sum self.mapModel(scan_id).updateDeviceScan(scan_id) self.thumbnailModel.addFiles( scan_id=scan_id, rpd_files=rpd_files, generate_thumbnail=not self.autoStart(scan_id), ) self.folder_preview_manager.add_rpd_files(rpd_files=rpd_files) @pyqtSlot(int, CameraErrorCode, str) def scanErrorReceived( self, scan_id: int, error_code: CameraErrorCode, error_message: str ) -> None: """ Notify the user their camera/phone is inaccessible. :param scan_id: scan id of the device :param error_code: the specific libgphoto2 error, mapped onto our own enum """ if scan_id not in self.devices: return # During program startup, the main window may not yet be showing self.showMainWindow() # An error occurred device = self.devices[scan_id] camera_model = device.display_name if error_code == CameraErrorCode.locked: title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
                                , , , or # , etc. message = _( "All files on the %(camera)s are inaccessible.

                                It " "may be locked or not configured for file transfers using USB. " "You can unlock it and try again.

                                On some models you also " "need to change the setting to allow the use of USB for " "File Transfer.

                                " "Learn more about downloading from cameras and enabling downloading from phones.

                                " "Alternatively, you can ignore the %(camera)s." ) % {"camera": camera_model} elif error_code == CameraErrorCode.inaccessible: title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
                                , , , or , # etc. message = _( "The %(camera)s appears to be in use by another " "application.

                                Rapid Photo Downloader cannnot access a phone " "or camera that is being used by another program like a file " "manager.

                                " "If the device is mounted in your file manager, you must first " ""eject" it from the other program while keeping the " "%(camera)s plugged in.

                                " "If that does not work, unplug the %(camera)s from the computer and " "plug it in again.

                                " "Learn more about downloading from cameras and enabling downloading from phones.

                                " "Alternatively, you can ignore the %(camera)s." ) % {"camera": camera_model} elif error_code == CameraErrorCode.pair: title = _("Rapid Photo Downloader") message = ( "" + _("Enable access to the iOS Device") + f"

                                {error_message}" ) else: title = _("Rapid Photo Downloader") message = "Unknown error" msgBox = QMessageBox( QMessageBox.Warning, title, message, QMessageBox.NoButton, self ) msgBox.setIconPixmap(self.devices[scan_id].get_pixmap()) msgBox.addButton(_("&Try Again"), QMessageBox.AcceptRole) msgBox.addButton(_("&Ignore This Device"), QMessageBox.RejectRole) self.prompting_for_user_action[device] = msgBox role = msgBox.exec_() if role == QMessageBox.AcceptRole: self.sendResumeToThread(self.scan_controller, worker_id=scan_id) else: self.removeDevice(scan_id=scan_id, show_warning=False) del self.prompting_for_user_action[device] @pyqtSlot(int, "PyQt_PyObject", "PyQt_PyObject", str, str, bool) def scanDeviceDetailsReceived( self, scan_id: int, storage_space: list[StorageSpace], storage_descriptions: list[str], optimal_display_name: str, mount_point: str, is_apple_mobile: bool, ) -> None: """ Update GUI display and rows DB with definitive camera display name :param scan_id: scan id of the device :param storage_space: storage information on the device e.g. memory card(s) capacity and use :param storage_desctriptions: names of storage on a camera :param optimal_display_name: canonical name of the device, as reported by libgphoto2 :param mount_point: FUSE mount point, e.g. for iOS devices :param is_apple_mobile: True if device is iOS device """ if scan_id in self.devices: device = self.devices[scan_id] logging.debug( "%s with scan id %s is now known as %s", device.display_name, scan_id, optimal_display_name, ) if len(storage_space) > 1: logging.debug( "%s has %s storage devices", optimal_display_name, len(storage_space), ) if not storage_descriptions and not is_apple_mobile: logging.warning( "No storage descriptors available for %s", optimal_display_name ) else: if len(storage_descriptions) == 1: msg = "description" else: msg = "descriptions" logging.debug("Storage %s: %s", msg, ", ".join(storage_descriptions)) device.update_camera_attributes( display_name=optimal_display_name, storage_space=storage_space, storage_descriptions=storage_descriptions, mount_point=mount_point, is_apple_mobile=is_apple_mobile, ) self.updateSourceButton() self.deviceModel.updateDeviceNameAndStorage(scan_id, device) self.thumbnailModel.addOrUpdateDevice(scan_id=scan_id) self.updateDeviceWidgetGeometry(device_type=device.device_type) else: logging.debug( "Ignoring optimal display name %s and other details because that " "device was removed", optimal_display_name, ) @pyqtSlot(int, "PyQt_PyObject") def scanProblemsReceived(self, scan_id: int, problems: Problems) -> None: self.addErrorLogMessage(problems=problems) @pyqtSlot(int) def scanFatalError(self, scan_id: int) -> None: try: device = self.devices[scan_id] except KeyError: logging.debug( "Got scan error from device that no longer exists (scan_id %s)", scan_id ) return h1 = ( _("Sorry, an unexpected problem occurred while scanning %s.") % device.display_name ) h2 = _("Unfortunately you cannot download from this device.") header = f"{h1}

                                {h2}" if device.device_type == DeviceType.camera and not device.is_mtp_device: h3 = _( "A possible workaround for the problem might be downloading from the " "camera's memory card using a card reader." ) header = f"{header}

                                {h3}" title = _("Device scan failed") self.makeProblemReportDialog(header=header, title=title) self.removeDevice(scan_id=scan_id, show_warning=False) @pyqtSlot(int) def cameraRemovedDuringScan(self, scan_id: int) -> None: """ Scenarios: a camera was physically removed, or file transfer was disabled on an MTP device. If disabled, a problem is that the device has not yet been removed from the system. But in any case, sometimes camera removal is not picked up by the system while it's being accessed. So let's remove it ourselves. :param scan_id: device that was removed / disabled """ try: device = self.devices[scan_id] except KeyError: logging.debug( "Got scan error from device that no longer exists (scan id %s)", scan_id ) return logging.debug("Camera %s was removed during a scan", device.display_name) self.removeDevice(scan_id=scan_id) @pyqtSlot(int) def cameraRemovedWhileThumbnailing(self, scan_id: int) -> None: """ Scenarios: a camera was physically removed, or file transfer was disabled on an MTP device. If disabled, a problem is that the device has not yet been removed from the system. But in any case, sometimes camera removal is not picked up by the system while it's being accessed. So let's remove it ourselves. :param scan_id: device that was removed / disabled """ try: device = self.devices[scan_id] except KeyError: logging.debug( "Got thumbnailing error from a camera that no longer exists " "(scan id %s)", scan_id, ) return logging.debug( "Camera %s was removed while thumbnails were being generated", device.display_name, ) self.removeDevice(scan_id=scan_id) @pyqtSlot(int) def cameraRemovedWhileCopyingFiles(self, scan_id: int) -> None: """ Scenarios: a camera was physically removed, or file transfer was disabled on an MTP device. If disabled, a problem is that the device has not yet been removed from the system. But in any case, sometimes camera removal is not picked up by the system while it's being accessed. So let's remove it ourselves. :param scan_id: device that was removed / disabled """ try: device = self.devices[scan_id] except KeyError: logging.debug( "Got copy files error from a camera that no longer exists (scan id %s)", scan_id, ) return logging.debug( "Camera %s was removed while filed were being copied from it", device.display_name, ) self.removeDevice(scan_id=scan_id) @pyqtSlot(int) def scanFinished(self, scan_id: int) -> None: """ A single device has finished its scan. Other devices can be in any one of a number of states. :param scan_id: scan id of the device that finished scanning """ if scan_id not in self.devices: return device = self.devices[scan_id] self.devices.set_device_state(scan_id, DeviceState.idle) self.thumbnailModel.flushAddBuffer() self.updateProgressBarState() self.thumbnailModel.updateAllDeviceDisplayCheckMarks() ( results_summary, file_types_present, ) = device.file_type_counter.summarize_file_count() self.download_tracker.set_file_types_present(scan_id, file_types_present) model = self.mapModel(scan_id) model.updateDeviceScan(scan_id) destinations_good = self.setDownloadCapabilities() self.logState() if len(self.devices.scanning) == 0: self.generateTemporalProximityTableData( "a download source has finished being scanned" ) else: self.temporalProximity.setState(TemporalProximityState.pending) auto_start = False if not destinations_good else self.autoStart(scan_id) if not auto_start and self.prefs.generate_thumbnails: # Generate thumbnails for finished scan model.setSpinnerState(scan_id, DeviceState.idle) if scan_id in self.thumbnailModel.no_thumbnails_by_scan: self.devices.set_device_state(scan_id, DeviceState.thumbnailing) self.updateProgressBarState() self.thumbnailModel.generateThumbnails(scan_id, self.devices[scan_id]) self.displayMessageInStatusBar() elif auto_start: self.displayMessageInStatusBar() if self.jobCodePanel.needToPromptForJobCode(): self.showMainWindow() model.setSpinnerState(scan_id, DeviceState.idle) start_download = self.jobCodePanel.getJobCodeBeforeDownload() if not start_download: logging.debug( "Not auto-starting download, because a job code is already " "being prompted for." ) else: start_download = True if start_download: if self.download_paused: self.devices.queued_to_download.add(scan_id) else: self.startDownload(scan_id=scan_id) else: # not generating thumbnails, and auto start is not on model.setSpinnerState(scan_id, DeviceState.idle) self.displayMessageInStatusBar() def autoStart(self, scan_id: int) -> bool: """ Determine if the download for this device should start automatically :param scan_id: scan id of the device :return: True if the download should start automatically, else False """ prefs_valid, msg = self.prefs.check_prefs_for_validity() if not prefs_valid: return False if not self.thumbnailModel.filesAreMarkedForDownload(scan_id): logging.debug( "No files are marked for download for %s", self.devices[scan_id].display_name, ) return False if scan_id in self.devices.startup_devices: return self.prefs.auto_download_at_startup else: return self.prefs.auto_download_upon_device_insertion def quit(self) -> None: """ Convenience function to quit the application. Issues a signal to initiate the quit. The signal will be acted on when Qt gets the chance. """ QTimer.singleShot(0, self.close) def generateTemporalProximityTableData(self, reason: str) -> None: """ Initiate Timeline generation if it's right to do so """ if self.temporalProximity.state == TemporalProximityState.ctime_rebuild: logging.info( "Was tasked to generate Timeline because %s, but ignoring request " "because a rebuild is required ", reason, ) return rows = self.thumbnailModel.dataForProximityGeneration() if rows: logging.info("Generating Timeline because %s", reason) self.temporalProximity.setState(TemporalProximityState.generating) data = OffloadData( thumbnail_rows=rows, proximity_seconds=self.prefs.proximity_seconds ) self.sendToOffload(data=data) else: logging.info( "Was tasked to generate Timeline because %s, but there is nothing to " "generate", reason, ) @pyqtSlot(TemporalProximityGroups) def proximityGroupsGenerated( self, proximity_groups: TemporalProximityGroups ) -> None: if self.temporalProximity.setGroups(proximity_groups=proximity_groups): self.thumbnailModel.assignProximityGroups(proximity_groups.col1_col2_uid) self.temporalProximity.setProximityHeight() self.sourcePanel.setSplitterSize() def closeEvent(self, event: QCloseEvent) -> None: logging.debug("Close event activated") if self.is_wsl2 and not self.wslDrives.unmountDrives(at_exit=True): logging.debug("Ignoring close event because user cancelled unmount drives") event.ignore() return # TODO test what happens when a download is running and is wsl2 with auto # unmount if self.close_event_run: logging.debug("Close event already run: accepting close event") event.accept() return if self.application_state == ApplicationState.normal: self.application_state = ApplicationState.exiting self.sendStopToThread(self.scan_controller) self.thumbnailModel.stopThumbnailer() self.sendStopToThread(self.copy_controller) if self.downloadIsRunning(): logging.debug("Exiting while download is running. Cleaning up...") # Update prefs with stored sequence number and downloads today # values data = RenameAndMoveFileData( message=RenameAndMoveStatus.download_completed ) self.sendDataMessageToThread(self.rename_controller, data=data) # renameandmovefile process will send a message with the # updated sequence values. When that occurs, # this application will save the sequence values to the # program preferences, resume closing and this close event # will again be called, but this time the application state # flag will indicate the need to resume below. logging.debug("Ignoring close event") event.ignore() return # Incidentally, it's the renameandmovefile process that # updates the SQL database with the file downloads, # so no need to update or close it in this main process if self.is_wsl2: QTimer.singleShot(0, self.wslDriveMonitor.stopMonitor) if self.mountMonitorActive(): self.mountMonitorTimer.stop() if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("count", 0) launcher.set_property("count_visible", False) launcher.set_property("progress_visible", False) self.writeWindowSettings() logging.debug("Cleaning up provisional download folders") self.folder_preview_manager.remove_preview_folders() # write settings before closing error log window self.errorLog.done(0) logging.debug("Terminating main ExifTool process") self.exiftool_process.terminate() self.sendStopToThread(self.offload_controller) self.offloadThread.quit() if not self.offloadThread.wait(500): self.sendTerminateToThread(self.offload_controller) self.sendStopToThread(self.rename_controller) self.renameThread.quit() if not self.renameThread.wait(500): self.sendTerminateToThread(self.rename_controller) self.scanThread.quit() if not self.scanThread.wait(2000): self.sendTerminateToThread(self.scan_controller) self.copyfilesThread.quit() if not self.copyfilesThread.wait(1000): self.sendTerminateToThread(self.copy_controller) self.sendStopToThread(self.backup_controller) self.backupThread.quit() if not self.backupThread.wait(1000): self.sendTerminateToThread(self.backup_controller) if self.use_udsisks: self.udisks2MonitorThread.quit() self.udisks2MonitorThread.wait() self.cameraHotplugThread.quit() self.cameraHotplugThread.wait() elif self.gvfs_controls_mounts: del self.gvolumeMonitor elif self.wslDriveMonitor: # QTimer.singleShot(0, self.wslDriveMonitor.stopMonitor) self.wslDriveMonitorThread.quit() self.wslDriveMonitorThread.wait() self.sendStopToThread(self.thumbnail_deamon_controller) self.thumbnaildaemonmqThread.quit() if not self.thumbnaildaemonmqThread.wait(2000): self.sendTerminateToThread(self.thumbnail_deamon_controller) # Tell logging thread to stop: uses slightly different approach # than other threads stop_process_logging_manager(info_port=self.logging_port) self.loggermqThread.quit() self.loggermqThread.wait() self.watchedDownloadDirs.closeWatch() self.cleanAllTempDirs() logging.debug("Cleaning any device cache dirs and sample video") self.devices.delete_cache_dirs_and_sample_video() logging.debug("Unmounting any devices mounted with FUSE") self.devices.unmount_fuse_devices() tc = ThumbnailCacheSql(create_table_if_not_exists=False) logging.debug("Cleaning up Thumbnail cache") tc.cleanup_cache(days=self.prefs.keep_thumbnails_days) Notify.uninit() self.close_event_run = True logging.debug("Accepting close event") event.accept() def getIconsAndEjectableForMount( self, mount: QStorageInfo ) -> tuple[list[str], bool]: """ Given a mount, get the icon names suggested by udev or GVFS, and determine whether the mount is ejectable or not. :param mount: the mount to check :return: icon names and eject boolean """ if self.is_wsl2: mount_point = mount.rootPath() assert self.wslDrives.knownMountPoint(mount_point) icon_names, can_eject = self.wslDrives.driveProperties( mount_point=mount_point ) elif self.gvfs_controls_mounts: icon_names, can_eject = self.gvolumeMonitor.getProps(mount.rootPath()) else: # get the system device e.g. /dev/sdc1 system_device = mount.device().data().decode() icon_names, can_eject = self.udisks2Monitor.get_device_props(system_device) return icon_names, can_eject def addToDeviceDisplay(self, device: Device, scan_id: int) -> None: self.mapModel(scan_id).addDevice(scan_id, device) self.updateDeviceWidgetGeometry(device_type=device.device_type) def updateDeviceWidgetGeometry(self, device_type: DeviceType): if device_type != DeviceType.path: self.deviceView.updateGeometry() if device_type == DeviceType.path: self.thisComputerView.updateGeometry() @pyqtSlot() def cameraAdded(self) -> None: if not self.prefs.device_autodetection: logging.debug("Ignoring camera as device auto detection is off") else: logging.debug( "Assuming camera will not be mounted: immediately proceeding with scan" ) self.searchForCameras() @pyqtSlot() def cameraRemoved(self) -> None: """ Handle the possible removal of a camera by comparing the cameras the OS knows about compared to the cameras we are tracking. Remove tracked cameras if they are not on the OS. We need this brute force method because I don't know if it's possible to query GIO or udev to return the info needed by libgphoto2 """ logging.debug("Examining system for removed camera") sc = autodetect_cameras() system_cameras = ( (model, port) for model, port in sc if not port.startswith("disk:") ) kc = self.devices.cameras.items() known_cameras = ((model, port) for port, model in kc) removed_cameras = set(known_cameras) - set(system_cameras) for model, port in removed_cameras: scan_id = self.devices.scan_id_from_camera_model_port(model, port) if scan_id is None: logging.debug( "The camera with scan id %s was already removed, or was never " "added", scan_id, ) else: device = self.devices[scan_id] # Don't log a warning when the camera was removed while the user was # being informed it was locked or inaccessible show_warning = device not in self.prompting_for_user_action self.removeDevice(scan_id=scan_id, show_warning=show_warning) if removed_cameras: self.setDownloadCapabilities() @pyqtSlot() def noGVFSAutoMount(self) -> None: """ In Gnome like environment we rely on Gnome automatically mounting cameras and devices with file systems. But sometimes it will not automatically mount them, for whatever reason. Try to handle those cases. """ # TODO Implement noGVFSAutoMount() # however, I have no idea under what circumstances it is called logging.error("Implement noGVFSAutoMount()") @pyqtSlot() def cameraMounted(self) -> None: if have_gio: self.searchForCameras() @pyqtSlot(str) def cameraVolumeAdded(self, path): assert self.gvfs_controls_mounts self.searchForCameras() def unmountCameraToEnableScan(self, model: str, port: str) -> bool: """ Possibly "unmount" a camera or phone controlled by GVFS so it can be scanned :param model: camera model :param port: port used by camera :param on_startup: if True, the unmount is occurring during the program's startup phase :return: True if unmount operation initiated, else False """ if self.gvfs_controls_mounts: self.devices.cameras_to_gvfs_unmount_for_scan[port] = model unmounted = self.gvolumeMonitor.unmountCamera( model=model, port=port, post_unmount_action=PostCameraUnmountAction.scan, ) if unmounted: logging.debug("Successfully unmounted %s", model) return True else: logging.debug("%s was not already mounted", model) del self.devices.cameras_to_gvfs_unmount_for_scan[port] return False @pyqtSlot(bool, str, str, PostCameraUnmountAction) def cameraUnmounted( self, result: bool, model: str, port: str, post_camera_unmount_action: PostCameraUnmountAction, ) -> None: """ Handle the attempt to unmount a GVFS mounted camera. Note: cameras that have not yet been scanned do not yet have a scan_id assigned! An obvious point, but easy to forget. :param result: result from the GVFS operation :param model: camera model :param port: camera port :param download_started: whether the unmount happened because a download was initiated """ if post_camera_unmount_action == PostCameraUnmountAction.scan: assert self.devices.cameras_to_gvfs_unmount_for_scan[port] == model del self.devices.cameras_to_gvfs_unmount_for_scan[port] if result: self.startCameraScan(model=model, port=port) else: # Get the camera's short model name, instead of using the exceptionally # long name that gphoto2 can sometimes use. Get the icon too. camera = Device() camera.set_download_from_camera(model, port) logging.debug( "Not scanning %s because it could not be unmounted", camera.display_name, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. # Translators: please do not change HTML codes like
                                , , , # or , etc. message = _( "The %(camera)s cannot be scanned because it cannot be " "unmounted.

                                You can close any other application (such " "as a file browser) that is using it and try again. If that does " "not work, unplug the %(camera)s from the computer and plug it " "in again." ) % dict(camera=camera.display_name) # Show the main window if it's not yet visible self.showMainWindow() msgBox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconPixmap=camera.get_pixmap(), ) msgBox.exec() elif post_camera_unmount_action == PostCameraUnmountAction.download: # A download was initiated scan_id = self.devices.scan_id_from_camera_model_port(model, port) self.devices.cameras_to_gvfs_unmount_for_download.remove(scan_id) if result: if not self.devices.download_start_blocked(): self.startDownloadPhase2() else: camera = self.devices[scan_id] display_name = camera.display_name title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. # Translators: please do not change HTML codes like
                                , , , # or , etc. message = _( "The download cannot start because the %(camera)s cannot be " "unmounted.

                                You can close any other application (such " "as a file browser) that is using it and try again. If that does " "not work, unplug the %(camera)s from the computer and plug it " "in again, and choose which files you want to download from it." ) % dict(camera=display_name) msgBox = QMessageBox( QMessageBox.Warning, title, message, QMessageBox.Ok ) msgBox.setIconPixmap(camera.get_pixmap()) msgBox.exec_() else: scan_id = self.devices.scan_id_from_camera_model_port(model, port) if scan_id: device = self.devices[scan_id] name = device.display_name else: name = "" logging.debug("Taking no additional action after unmounting %s", name) def searchForCameras(self) -> None: """ Detect using gphoto2 any cameras attached to the computer. Initiates unmount of cameras that are mounted by GIO/GVFS. """ logging.debug("Searching for cameras") if self.prefs.device_autodetection: cameras = autodetect_cameras() for model, port in cameras: if port in self.devices.cameras_to_gvfs_unmount_for_scan: assert self.devices.cameras_to_gvfs_unmount_for_scan[port] == model logging.debug("Already unmounting %s", model) elif self.devices.known_camera(model, port): if self.gvfs_controls_mounts: mount_point = self.gvolumeMonitor.ptpCameraMountPoint( model, port ) if mount_point is not None: scan_id = self.devices.scan_id_from_camera_model_port( model, port ) if scan_id is None: logging.critical( "Camera is recognized by model and port, but no " "scan_id exists for it: %s %s", model, port, ) return device = self.devices[scan_id] if device.is_apple_mobile: logging.info( "GIO has automatically mounted an iOS device '%s' " "that is currently %s", device.display_name, self.devices.device_state[scan_id].name, ) else: logging.info( "GIO has automatically mounted a camera '%s' that " "is currently %s", device.display_name, self.devices.device_state[scan_id].name, ) logging.info( "Will subsequently unmount '%s'", device.display_name ) self.gvolumeMonitor.unmountCamera( model, port, post_unmount_action=PostCameraUnmountAction.nothing, mount_point=mount_point, ) elif self.devices.user_marked_camera_as_ignored(model, port): logging.debug("Ignoring camera marked as removed by user %s", model) elif not port.startswith("disk:"): device = Device() device.set_download_from_camera(model, port) if device.udev_name in self.prefs.camera_blacklist: logging.debug("Ignoring blacklisted camera %s", model) elif ( device.is_apple_mobile and not storageidevice.utilities_present() ): logging.warning( "Ignoring iOS device '%s' because required helper " "applications are not installed.", device.display_name, ) logging.warning( "Missing applications: %s", make_internationalized_list( storageidevice.ios_missing_programs() ), ) self.iOSIssueErrorMessage(display_name=device.display_name) else: logging.debug("Detected %s on port %s", model, port) self.devices.cache_camera(device) # almost always, libgphoto2 cannot access a camera when # it is mounted by another process, like Gnome's GVFS # or any other system. Before attempting to scan the # camera, check to see if it's mounted and if so, # unmount it. Unmounting is asynchronous. if not self.unmountCameraToEnableScan(model=model, port=port): self.startCameraScan(model=model, port=port) def startCameraScan( self, model: str, port: str, ) -> None: """ Initiate the scan of an unmounted camera :param model: camera model :param port: camera port """ device = self.devices.remove_camera_from_cache(model, port) if device is None: device = Device() device.set_download_from_camera(model, port) self.startDeviceScan(device=device) def startDeviceScan(self, device: Device) -> None: """ Initiate the scan of a device (camera, this computer path, or external device) :param device: device to scan """ scan_id = self.devices.add_device(device=device, on_startup=self.on_startup) logging.debug("Assigning scan id %s to %s", scan_id, device.name()) self.thumbnailModel.addOrUpdateDevice(scan_id) self.addToDeviceDisplay(device, scan_id) self.updateSourceButton() scan_arguments = ScanArguments( device=device, ignore_other_types=self.ignore_other_photo_types, log_gphoto2=self.log_gphoto2, ) self.sendStartWorkerToThread( self.scan_controller, worker_id=scan_id, data=scan_arguments ) self.devices.set_device_state(scan_id, DeviceState.scanning) self.setDownloadCapabilities() self.updateProgressBarState() self.displayMessageInStatusBar() if not self.on_startup and self.thumbnailModel.anyCompletedDownloads(): if self.prefs.completed_downloads == int(CompletedDownloads.prompt): logging.info("Querying whether to clear completed downloads") counter = self.thumbnailModel.getFileDownloadsCompleted() numbers = counter.file_types_present_details( singular_natural=True ).capitalize() plural = sum(counter.values()) > 1 if plural: title = _("Completed Downloads Present") body = ( _("%s whose download have completed are displayed.") % numbers ) question = _("Do you want to clear the completed downloads?") else: title = _("Completed Download Present") body = _("%s whose download has completed is displayed.") % numbers question = _("Do you want to clear the completed download?") message = f"{title}

                                {body}

                                {question}" questionDialog = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_ask_again, parent=self, ) clear = questionDialog.exec_() if clear: self.thumbnailModel.clearCompletedDownloads() if questionDialog.remember: if clear: self.prefs.completed_downloads = int(CompletedDownloads.clear) else: self.prefs.completed_downloads = int(CompletedDownloads.keep) elif self.prefs.completed_downloads == int(CompletedDownloads.clear): logging.info("Clearing completed downloads") self.thumbnailModel.clearCompletedDownloads() else: logging.info("Keeping completed downloads") def partitionValid(self, mount: QStorageInfo) -> bool: """ A valid partition is one that is: 1) available 2) the mount name should not be blacklisted :param mount: the mount point to check :return: True if valid, False otherwise """ if mount.isValid() and mount.isReady(): if mount.displayName() in self.prefs.volume_blacklist: logging.info("blacklisted device %s ignored", mount.displayName()) return False else: return True return False def shouldScanMount(self, mount: QStorageInfo) -> bool: if self.prefs.device_autodetection: path = mount.rootPath() if not self.prefs.scan_specific_folders or has_one_or_more_folders( path=path, folders=self.prefs.folders_to_scan ): if not self.devices.user_marked_volume_as_ignored(path): return True else: logging.debug( "Not scanning volume with path %s because it was set to be " "temporarily ignored", path, ) else: logging.debug( "Not scanning volume with path %s because it lacks a folder at the " "base level that indicates it should be scanned", path, ) return False def prepareNonCameraDeviceScan(self, device: Device) -> None: """ Initiates a device scan for volume. If non-DCIM device scans are enabled, and the device is not whitelisted (determined by the display name), then the user is prompted whether to download from the device. :param device: device to scan """ if not self.devices.known_device(device): if ( self.scanEvenIfNoFoldersLikeDCIM() and device.display_name not in self.prefs.volume_whitelist ): logging.debug("Prompting whether to use device %s", device.display_name) # prompt user to see if device should be used or not self.showMainWindow() message = _( "Do you want to download photos and videos from the device %(" "device)s?" ) % dict(device=device.display_name) use = RememberThisDialog( message=message, icon=device.get_pixmap(), remember=RememberThisMessage.remember_choice, parent=self, title=device.display_name, ) if use.exec(): if use.remember: logging.debug("Whitelisting device %s", device.display_name) self.prefs.add_list_value( key="volume_whitelist", value=device.display_name ) self.startDeviceScan(device=device) else: logging.debug( "Device %s rejected as a download device", device.display_name ) if ( use.remember and device.display_name not in self.prefs.volume_blacklist ): logging.debug("Blacklisting device %s", device.display_name) self.prefs.add_list_value( key="volume_blacklist", value=device.display_name ) else: self.startDeviceScan(device=device) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveAdded(self, drives: list[WindowsDriveMount]) -> None: wsl_drive_previously_probed = self.wsl_drives_probed self.wsl_drives_probed = True for drive in drives: logging.info( "Detected Windows drive %s: %s %s", drive.drive_letter, drive.label, drive.mount_point or "(not mounted)", ) self.wslDrives.addDrive(drive) self.wslDrives.logDrives() if not wsl_drive_previously_probed: if self.wsl_backup_drives_refresh_needed: self.backupPanel.updateLocationCombos() if self.prefs.backup_files: self.setupBackupDevices() if not self.on_startup: self.wslDrives.mountDrives() self.setupNonCameraDevices() @pyqtSlot("PyQt_PyObject") def wslWindowsDriveRemoved(self, drive: WindowsDriveMount) -> None: logging.info( "Detected removal of Windows drive %s: %s %s", drive.drive_letter, drive.label, drive.mount_point, ) self.wslDrives.removeDrive(drive) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveMounted(self, drives: list[WindowsDriveMount]) -> None: for drive in drives: icon_names, can_eject = self.wslDrives.driveProperties( mount_point=drive.mount_point ) self.partitionMounted( path=drive.mount_point, iconNames=icon_names, canEject=can_eject ) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveUnmounted(self, drives: list[WindowsDriveMount]) -> None: for drive in drives: self.partitionUmounted(path=drive.mount_point) @pyqtSlot(str, "PyQt_PyObject", bool) def partitionMounted(self, path: str, iconNames: list[str], canEject: bool) -> None: """ Setup devices from which to download from and backup to, and if relevant start scanning them :param path: the path of the mounted partition :param iconNames: a list of names of icons used in themed icons associated with this partition :param canEject: whether the partition can be ejected or not """ if path not in mountPaths(): logging.info("Ignoring path %s because it is not a mount", path) return if self.monitorPartitionChanges(): mount = QStorageInfo(path) if self.partitionValid(mount): backup_file_type = self.isBackupPath(path) if backup_file_type is not None: if path not in self.backup_devices: device = BackupDevice(mount=mount, backup_type=backup_file_type) self.backup_devices[path] = device self.addDeviceToBackupManager(path) self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) self.displayMessageInStatusBar() self.backupPanel.addBackupVolume( mount_details=self.backup_devices.get_backup_volume_details( path ) ) if self.prefs.backup_device_autodetection: self.backupPanel.updateExample() elif self.shouldScanMount(mount): device = Device() if self.is_wsl2: display_name = self.wslDrives.displayName(mount.rootPath()) else: display_name = mount.displayName() device.set_download_from_volume( path, display_name, iconNames, canEject, mount ) self.prepareNonCameraDeviceScan(device=device) else: if not mount.isValid(): logging.warning("Mount %s is invalid", mount.name()) elif not mount.isReady(): logging.warning("Mount %s is not ready", mount.name()) @pyqtSlot(str) def partitionUmounted(self, path: str) -> None: """ Handle the unmounting of partitions by the system / user. :param path: the path of the partition just unmounted """ if not path: return device_removed = False if self.devices.known_path(path, DeviceType.volume): # four scenarios - # the mount is being scanned # the mount has been scanned but downloading has not yet started # files are being downloaded from mount # files have finished downloading from mount scan_id = self.devices.scan_id_from_path(path, DeviceType.volume) self.removeDevice(scan_id=scan_id) device_removed = True elif path in self.backup_devices: self.removeBackupDevice(path) self.backupPanel.removeBackupVolume(path=path) self.displayMessageInStatusBar() self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) if self.prefs.backup_device_autodetection: self.backupPanel.updateExample() device_removed = True if device_removed: if self.mountMonitorActive(): if self.valid_mount_count <= 0: logging.warning("Unexpected valid mount count") else: self.valid_mount_count -= 1 self.setDownloadCapabilities() def removeDevice( self, scan_id: int, show_warning: bool = True, adjust_temporal_proximity: bool = True, ignore_in_this_program_instantiation: bool = False, ) -> None: """ Remove a device from internal tracking and display. :param scan_id: scan id of device to remove :param show_warning: log warning if the device was having something done to it e.g. scan :param adjust_temporal_proximity: if True, update the temporal proximity table to reflect device removal :param ignore_in_this_program_instantiation: don't scan this device again during this instance of the program being run """ assert scan_id is not None if scan_id in self.devices: device = self.devices[scan_id] device_state = self.deviceState(scan_id) if show_warning: if device_state == DeviceState.scanning: logging.warning( "Removed device %s was being scanned", device.name() ) elif device_state == DeviceState.downloading: logging.error( "Removed device %s was being downloaded from", device.name() ) elif device_state == DeviceState.thumbnailing: logging.warning( "Removed device %s was having thumbnails generated", device.name(), ) else: logging.info("Device removed: %s", device.name()) else: logging.debug("Device removed: %s", device.name()) if device in self.prompting_for_user_action: self.prompting_for_user_action[device].reject() files_removed = self.thumbnailModel.clearAll( scan_id=scan_id, keep_downloaded_files=True ) self.mapModel(scan_id).removeDevice(scan_id) was_downloading = self.downloadIsRunning() if device_state == DeviceState.scanning: self.sendStopWorkerToThread(self.scan_controller, scan_id) elif device_state == DeviceState.downloading: self.sendStopWorkerToThread(self.copy_controller, scan_id) self.download_tracker.device_removed_mid_download( scan_id, device.display_name ) del self.time_remaining[scan_id] self.notifyDownloadedFromDevice(scan_id=scan_id) # TODO need correct check for "is thumbnailing", given is now asynchronous elif device_state == DeviceState.thumbnailing: self.thumbnailModel.terminateThumbnailGeneration(scan_id) if ignore_in_this_program_instantiation: self.devices.ignore_device(scan_id=scan_id) self.folder_preview_manager.remove_folders_for_device(scan_id=scan_id) del self.devices[scan_id] self.updateDeviceWidgetGeometry(device_type=device.device_type) if device.device_type == DeviceType.path: self.thisComputer.setViewVisible(False) self.updateSourceButton() self.setDownloadCapabilities() if adjust_temporal_proximity: state = self.proximityStatePostDeviceRemoval() if state == TemporalProximityState.empty: self.temporalProximity.setState(TemporalProximityState.empty) elif files_removed: self.generateTemporalProximityTableData( "a download source was removed" ) elif self.temporalProximity.state == TemporalProximityState.pending: self.generateTemporalProximityTableData( "a download source was removed and a build is pending" ) self.logState() self.updateProgressBarState() self.displayMessageInStatusBar() # Reset Download button from "Pause" to "Download" if was_downloading and not self.downloadIsRunning(): self.setDownloadActionLabel() def rescanDevice(self, scan_id: int) -> None: """ Remove a device and scan it again. :param scan_id: scan id of the device """ device = self.devices[scan_id] logging.debug("Rescanning %s", device.display_name) self.removeDevice(scan_id=scan_id) if device.device_type in (DeviceType.camera, DeviceType.camera_fuse): self.startCameraScan(device.camera_model, device.camera_port) else: if device.device_type == DeviceType.path: self.thisComputer.setViewVisible(True) self.startDeviceScan(device=device) def rescanDevicesAndComputer(self, ignore_cameras: bool, rescan_path: bool) -> None: """ After a preference change, rescan already scanned devices :param ignore_cameras: if True, don't rescan cameras :param rescan_path: if True, include manually specified paths (i.e. This Computer) """ if rescan_path: logging.info("Rescanning all paths and devices") if ignore_cameras: logging.info("Rescanning non camera devices") # Collect the scan ids to work on - don't modify the # collection of devices in place! scan_ids = [] for scan_id in self.devices: device = self.devices[scan_id] if (not ignore_cameras or device.device_type == DeviceType.volume) or ( rescan_path and device.device_type == DeviceType.path ): scan_ids.append(scan_id) for scan_id in scan_ids: self.rescanDevice(scan_id=scan_id) def searchForDevicesAgain(self) -> None: """ Called after a preference change to only_external_mounts """ # only scan again if the new pref value is more permissive than the former # (don't remove existing devices) if not self.prefs.only_external_mounts: logging.debug("Searching for new volumes to scan...") self.setupNonCameraDevices(scanning_again=True) logging.debug("... finished searching for volumes to scan") def blacklistDevice(self, scan_id: int) -> None: """ Query user if they really want to to permanently ignore a camera or volume. If they do, the device is removed and blacklisted. :param scan_id: scan id of the device """ device = self.devices[scan_id] if device.device_type in (DeviceType.camera, DeviceType.camera_fuse): text = _( "Do you want to ignore the %s whenever this program is run?" ) text = text % device.display_name info_text = _( "All cameras, phones and tablets with the same model name will be " "ignored." ) else: assert device.device_type == DeviceType.volume text = _( "Do you want to ignore the device %s whenever this program is " "run?" ) text = text % device.display_name info_text = _("Any device with the same name will be ignored.") msgbox = QMessageBox() msgbox.setWindowTitle(_("Rapid Photo Downloader")) msgbox.setIcon(QMessageBox.Question) msgbox.setText(text) msgbox.setTextFormat(Qt.RichText) msgbox.setInformativeText(info_text) msgbox.setStandardButtons(QMessageBox.Yes | QMessageBox.No) if msgbox.exec() == QMessageBox.Yes: if device.device_type in (DeviceType.camera, DeviceType.camera_fuse): self.prefs.add_list_value( key="camera_blacklist", value=device.udev_name ) logging.debug("Added %s to camera blacklist", device.udev_name) else: self.prefs.add_list_value( key="volume_blacklist", value=device.display_name ) logging.debug("Added %s to volume blacklist", device.display_name) self.removeDevice(scan_id=scan_id) def logState(self) -> None: self.devices.logState() self.thumbnailModel.logState() self.deviceModel.logState() self.thisComputerModel.logState() def setupBackupDevices(self) -> None: """ Setup devices to back up to. Includes both auto detected back up devices, and manually specified paths. """ if self.prefs.backup_device_autodetection: for mount in self.validMounts.mountedValidMountPoints(): if self.partitionValid(mount): path = mount.rootPath() backup_type = self.isBackupPath(path) if backup_type is not None: self.backup_devices[path] = BackupDevice( mount=mount, backup_type=backup_type ) self.addDeviceToBackupManager(path) self.backupPanel.updateExample() else: self.setupManualBackup() for path in self.backup_devices: self.addDeviceToBackupManager(path) self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) self.backupPanel.setupBackupDisplay() def removeBackupDevice(self, path: str) -> None: device_id = self.backup_devices.device_id(path) self.sendStopWorkerToThread(self.backup_controller, worker_id=device_id) del self.backup_devices[path] def resetupBackupDevices(self) -> None: """ Change backup preferences in response to preference change. Assumes backups may have already been setup. """ try: assert not self.downloadIsRunning() except AssertionError: logging.critical( "Backup devices should never be reset when a download is occurring" ) return logging.info("Resetting backup devices configuration...") # Clear all existing backup devices for path in self.backup_devices.all_paths(): self.removeBackupDevice(path) self.download_tracker.set_no_backup_devices(0, 0) self.backupPanel.resetBackupDisplay() self.setupBackupDevices() self.setDownloadCapabilities() logging.info("...backup devices configuration is reset") @pyqtSlot() def manuallyMonitorNewMounts(self) -> None: """ Determine if the number of valid mounts differs from our stored count. Initiate scans for devices if they do differ. """ if not self.monitorPartitionChanges(): return valid_mount_count = len(self.validMounts.mountedValidMountPoints()) if valid_mount_count > self.valid_mount_count: logging.debug( "Mount count differs: conducting probe for new cameras and non camera " "devices" ) self.manuallyProbeForNewMount() elif valid_mount_count < self.valid_mount_count: logging.warning("Mount count differs: device has been removed") self.valid_mount_count -= 1 def manuallyProbeForNewMount(self): validMounts = self.validMounts.mountedValidMountPoints() self.valid_mount_count = len(validMounts) for mount in validMounts: if self.partitionValid(mount): path = mount.rootPath() if self.isBackupPath(path): known_path = path in self.backup_devices mount_type = "backup" else: known_path = self.devices.known_path( path=path, device_type=DeviceType.volume ) mount_type = "download" if known_path: logging.debug( "Manual probe indicates %s is already in use as a %s device", mount.displayName(), mount_type, ) continue logging.info( "Manual probe indicates %s is not yet used as a device", mount.displayName(), ) device = mount.device() # type: QByteArray device_path = device.data().decode() self.udisks2Monitor.add_device( device_path=device_path, mount_point=path ) icon_names, can_eject = self.udisks2Monitor.get_device_props( device_path ) self.partitionMounted( path=path, iconNames=icon_names, canEject=can_eject ) def setupNonCameraDevices(self, scanning_again: bool = False) -> None: """ Setup devices from which to download and initiates their scan. :param scanning_again: if True, the search is occurring after a preference value change, where devices may have already been scanned. """ if not self.prefs.device_autodetection: return logging.debug("Setting up non-camera devices") mounts = [] # type: list[QStorageInfo] validMounts = self.validMounts.mountedValidMountPoints() self.valid_mount_count = len(validMounts) for mount in validMounts: if self.partitionValid(mount): path = mount.rootPath() if scanning_again and self.devices.known_path( path=path, device_type=DeviceType.volume ): logging.debug( "Will not scan %s, because it's associated with an existing " "device", mount.displayName(), ) continue if path not in self.backup_devices and self.shouldScanMount(mount): logging.debug("Will scan %s", mount.displayName()) mounts.append(mount) else: logging.debug("Will not scan %s", mount.displayName()) for mount in mounts: device = Device() if self.is_wsl2 and not self.wsl_drives_probed: # Get place holder values for now icon_names = [] can_eject = False display_name = self.wslDrives.displayName(mount.rootPath()) else: icon_names, can_eject = self.getIconsAndEjectableForMount(mount) if self.is_wsl2: display_name = self.wslDrives.displayName(mount.rootPath()) else: display_name = mount.displayName() device.set_download_from_volume( mount.rootPath(), display_name, icon_names, can_eject, mount ) self.prepareNonCameraDeviceScan(device=device) def setupManualPath(self) -> None: """ Setup This Computer path from which to download and initiates scan. """ if not self.prefs.this_computer_source: return if self.prefs.this_computer_path: if not self.confirmManualDownloadLocation(): logging.debug( "This Computer path %s rejected as download source", self.prefs.this_computer_path, ) self.prefs.this_computer_path = "" self.thisComputer.setViewVisible(False) return # user manually specified the path from which to download path = self.prefs.this_computer_path if path: if os.path.isdir(path) and os.access(path, os.R_OK): logging.debug("Using This Computer path %s", path) device = Device() device.set_download_from_path(path) self.startDeviceScan(device=device) else: logging.error("This Computer download path is invalid: %s", path) else: logging.warning("This Computer download path is not specified") def addDeviceToBackupManager(self, path: str) -> None: device_id = self.backup_devices.device_id(path) self.backup_controller.send_multipart( create_inproc_msg( b"START_WORKER", worker_id=device_id, data=BackupArguments(path, self.backup_devices.name(path)), ) ) def setupManualBackup(self) -> None: """ Setup backup devices that the user has manually specified. Depending on the folder the user has chosen, the paths for photo and video backup will either be the same or they will differ. Because the paths are manually specified, there is no mount associated with them. """ backup_photo_location = self.prefs.backup_photo_location backup_video_location = self.prefs.backup_video_location if not self.manualBackupPathAvailable(backup_photo_location): logging.warning("Photo backup path unavailable: %s", backup_photo_location) if not self.manualBackupPathAvailable(backup_video_location): logging.warning("Video backup path unavailable: %s", backup_video_location) if backup_photo_location != backup_video_location: backup_photo_device = BackupDevice( mount=None, backup_type=BackupLocationType.photos ) backup_video_device = BackupDevice( mount=None, backup_type=BackupLocationType.videos ) self.backup_devices[backup_photo_location] = backup_photo_device self.backup_devices[backup_video_location] = backup_video_device logging.info("Backing up photos to %s", backup_photo_location) logging.info("Backing up videos to %s", backup_video_location) else: # videos and photos are being backed up to the same location backup_device = BackupDevice( mount=None, backup_type=BackupLocationType.photos_and_videos ) self.backup_devices[backup_photo_location] = backup_device logging.info("Backing up photos and videos to %s", backup_photo_location) def isBackupPath(self, path: str) -> BackupLocationType | bool | None: """ Checks to see if backups are enabled and path represents a valid backup location. It must be writeable. Checks against user preferences. :return The type of file that should be backed up to the path, else if nothing should be, None """ if self.prefs.backup_files: if self.prefs.backup_device_autodetection: # Determine if the auto-detected backup device is # to be used to back up only photos, or videos, or both. # Use the presence of a corresponding directory to # determine this. # The directory must be writable. photo_path = os.path.join(path, self.prefs.photo_backup_identifier) p_backup = os.path.isdir(photo_path) and os.access(photo_path, os.W_OK) video_path = os.path.join(path, self.prefs.video_backup_identifier) v_backup = os.path.isdir(video_path) and os.access(video_path, os.W_OK) if p_backup and v_backup: logging.info("Photos and videos will be backed up to %s", path) return BackupLocationType.photos_and_videos elif p_backup: logging.info("Photos will be backed up to %s", path) return BackupLocationType.photos elif v_backup: logging.info("Videos will be backed up to %s", path) return BackupLocationType.videos elif path == self.prefs.backup_photo_location: # user manually specified the path if self.manualBackupPathAvailable(path): return BackupLocationType.photos elif path == self.prefs.backup_video_location: # user manually specified the path if self.manualBackupPathAvailable(path): return BackupLocationType.videos return None def manualBackupPathAvailable(self, path: str) -> bool: return os.access(path, os.W_OK) def monitorPartitionChanges(self) -> bool: """ If the user is downloading from a manually specified location, and is not using any automatically detected backup devices, then there is no need to monitor for devices with filesystems being added or removed :return: True if should monitor, False otherwise """ return self.prefs.device_autodetection or self.prefs.backup_device_autodetection @pyqtSlot(str) def watchedFolderChange(self, path: str) -> None: """ Handle case where a download folder has been removed or altered :param path: watched path """ logging.debug( "Change in watched folder %s; validating download destinations", path ) valid = True if ( self.prefs.photo_download_folder and not validate_download_folder(self.prefs.photo_download_folder).valid ): valid = False logging.debug( "Photo download destination %s is now invalid", self.prefs.photo_download_folder, ) self.resetDownloadDestination(file_type=FileType.photo, do_update=False) if ( self.prefs.video_download_folder and not validate_download_folder(self.prefs.video_download_folder).valid ): valid = False logging.debug( "Video download destination %s is now invalid", self.prefs.video_download_folder, ) self.resetDownloadDestination(file_type=FileType.video, do_update=False) if not valid: self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.setDownloadCapabilities() def confirmManualDownloadLocation(self) -> bool: """ Queries the user to ask if they really want to download from locations that could take a very long time to scan. They can choose yes or no. Returns True if yes or there was no need to ask the user, False if the user said no. """ self.showMainWindow() path = self.prefs.this_computer_path if path in ( "/media", "/run", os.path.expanduser("~"), "/", "/bin", "/boot", "/dev", "/lib", "/lib32", "/lib64", "/mnt", "/opt", "/sbin", "/snap", "/sys", "/tmp", "/usr", "/var", "/proc", ): # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. message = ( "" + _("Downloading from %(location)s on This Computer.") % dict(location=make_html_path_non_breaking(path)) + "

                                " + _( "Do you really want to download from here?

                                On some systems, " "scanning this location can take a very long time." ) ) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, parent=self, ) return msgbox.exec() == QMessageBox.Yes return True def scanEvenIfNoFoldersLikeDCIM(self) -> bool: """ Determines if partitions should be scanned even if there is no specific folder like a DCIM folder present in the base folder of the file system. :return: True if scans of such partitions should occur, else False """ return self.prefs.device_autodetection and not self.prefs.scan_specific_folders def displayMessageInStatusBar(self) -> None: """ Displays message on status bar. Notifies user if scanning or thumbnailing. If neither scanning or thumbnailing, displays: 1. files marked for download 2. total number files available 3. how many not shown (user chose to show only new files) """ if self.downloadIsRunning(): if self.download_paused: downloading = self.devices.downloading_from() # Translators - in the middle is a unicode em dash - please retain it # This string is displayed in the status bar when the download is paused # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. msg = _("%(downloading_from)s — download paused") % dict( downloading_from=downloading ) else: # status message updates while downloading are handled in another # function return elif self.devices.thumbnailing: devices = [ self.devices[scan_id].display_name for scan_id in self.devices.thumbnailing ] msg = _("Generating thumbnails for %s") % make_internationalized_list( devices ) elif self.devices.scanning: devices = [ self.devices[scan_id].display_name for scan_id in self.devices.scanning ] msg = _("Scanning %s") % make_internationalized_list(devices) else: files_avilable = self.thumbnailModel.getNoFilesAvailableForDownload() if sum(files_avilable.values()) != 0: files_to_download = self.thumbnailModel.getNoFilesMarkedForDownload() files_avilable_sum = files_avilable.summarize_file_count()[0] files_hidden = self.thumbnailModel.getNoHiddenFiles() if files_hidden: # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. files_checked = _( "%(number)s of %(available files)s marked for download " "(%(hidden)s hidden)" ) % { "number": thousands(files_to_download), "available files": files_avilable_sum, "hidden": files_hidden, } else: # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. files_checked = _( "%(number)s of %(available files)s marked for download" ) % { "number": thousands(files_to_download), "available files": files_avilable_sum, } msg = files_checked else: msg = "" self.statusBar().showMessage(msg) def python_package_source(package: str) -> str: """ Return package installation source for Python package :param package: package name :return: """ pip_install = "(installed using pip)" system_package = "(system package)" return pip_install if installed_using_pip(package) else system_package def get_versions( file_manager: str | None, scaling_action: ScalingAction, scaling_detected: ScalingDetected, xsetting_running: bool, force_wayland: bool, platform_selected: str | None, ) -> list[str]: pyzmq_backend = "cython" if "cython" in zmq.zmq_version_info.__module__ else "cffi" try: ram = psutil.virtual_memory() total = format_size_for_user(ram.total) used = format_size_for_user(ram.used) except Exception: total = used = "unknown" rpd_pip_install = installed_using_pip("rapid-photo-downloader") versions = [ f"Rapid Photo Downloader: {__about__.__version__}", f"Platform: {platform.platform()}", f"Memory: {used} used of {total}", "Installed using pip: {}".format("yes" if rpd_pip_install else "no"), f"Python: {platform.python_version()}", f"Python executable: {sys.executable}", f"Qt: {QtCore.QT_VERSION_STR}", f"PyQt: {QtCore.PYQT_VERSION_STR} {python_package_source('PyQt5')}", f"SIP: {sip.SIP_VERSION_STR}", f"ZeroMQ: {zmq.zmq_version()}", f"Python ZeroMQ: {zmq.pyzmq_version()} ({pyzmq_backend} backend)", f"gPhoto2: {gphoto2_version()}", "Python gPhoto2: " f"{python_gphoto2_version()} {python_package_source('gphoto2')}", f"ExifTool: {EXIFTOOL_VERSION}", f"pymediainfo: {pymedia_version_info()}", f"GExiv2: {gexiv2_version()}", f"Gstreamer: {gst_version()}", f"PyGObject: {'.'.join(map(str, gi.version_info))}", f"psutil: {'.'.join(map(str, psutil.version_info))}", f'Show in File Manager: {importlib.metadata.version("show-in-file-manager")}', ] v = exiv2_version() if v: cr3 = "CR3 support enabled" if fileformats.exiv2_cr3() else "no CR3 support" versions.append(f"Exiv2: {v} ({cr3})") with contextlib.suppress(Exception): versions.append("{}: {}".format(*platform.libc_ver())) with contextlib.suppress(AttributeError): versions.append(f"Arrow: {arrow.__version__} {python_package_source('arrow')}") versions.append(f"dateutil: {dateutil.__version__}") with contextlib.suppress(ImportError): import tornado versions.append(f"Tornado: {tornado.version}") versions.append( f"Can read HEIF/HEIC metadata: {'yes' if fileformats.heif_capable() else 'no'}" ) if have_heif_module: versions.append(f"Pyheif: {pyheif_version()}") v = libheif_version() if v: versions.append(f"libheif: {v}") versions.append( "iOS support: {}".format("yes" if storageidevice.utilities_present() else "no") ) for display in ("XDG_SESSION_TYPE", "WAYLAND_DISPLAY"): session = os.getenv(display, "") if session.find("wayland") >= 0: wayland_platform = os.getenv("QT_QPA_PLATFORM", "") if ( platform_selected == "wayland" or (platform_selected != "xcb" and wayland_platform == "wayland") or force_wayland ): session = "wayland desktop (with wayland enabled)" break elif platform_selected == "xcb" or wayland_platform == "xcb": session = "wayland desktop (with XWayland)" break else: session = "wayland desktop (XWayland use undetermined)" elif session: break if session: versions.append(f"Session: {session}") versions.append("Desktop scaling: {}".format(scaling_action.name.replace("_", " "))) versions.append( "Desktop scaling detection: {}{}".format( scaling_detected.name.replace("_", " "), "" if xsetting_running else " (xsetting not running)", ) ) try: desktop = linux_desktop_humanize(linux_desktop()) except Exception: desktop = "Unknown" with contextlib.suppress(Exception): versions.append(f"Desktop: {get_desktop_environment()} ({desktop})") file_manager_details = f"{file_manager}" if file_manager else "Unknown" versions.append(f"Default file manager: {file_manager_details}") return versions def parser_options(formatter_class=argparse.HelpFormatter): parser = argparse.ArgumentParser( prog=__about__.__title__, description=__about__.__summary__, formatter_class=formatter_class, ) parser.add_argument( "--version", action="version", version=f"%(prog)s {__about__.__version__}", ) parser.add_argument( "--detailed-version", action="store_true", help=_("Show version numbers of program and its libraries and exit."), ) parser.add_argument( "-v", "--verbose", action="store_true", dest="verbose", help=_("Display program information when run from the command line."), ) parser.add_argument( "--debug", action="store_true", dest="debug", help=_("Display debugging information when run from the command line."), ) parser.add_argument( "-e", "--extensions", action="store_true", dest="extensions", help=_("List photo and video file extensions the program recognizes and exit."), ) parser.add_argument( "--photo-renaming", choices=["on", "off"], dest="photo_renaming", help=_("Turn on or off the the renaming of photos."), ) parser.add_argument( "--video-renaming", choices=["on", "off"], dest="video_renaming", help=_("Turn on or off the the renaming of videos."), ) parser.add_argument( "-a", "--auto-detect", choices=["on", "off"], dest="auto_detect", help=_( "Turn on or off the automatic detection of devices from which to download." ), ) parser.add_argument( "-t", "--this-computer", choices=["on", "off"], dest="this_computer_source", help=_("Turn on or off downloading from this computer."), ) parser.add_argument( "--this-computer-location", type=str, metavar=_("PATH"), dest="this_computer_location", help=_("The PATH on this computer from which to download."), ) parser.add_argument( "--photo-destination", type=str, metavar=_("PATH"), dest="photo_location", help=_("The PATH where photos will be downloaded to."), ) parser.add_argument( "--video-destination", type=str, metavar=_("PATH"), dest="video_location", help=_("The PATH where videos will be downloaded to."), ) parser.add_argument( "-b", "--backup", choices=["on", "off"], dest="backup", help=_("Turn on or off the backing up of photos and videos while downloading."), ) parser.add_argument( "--backup-auto-detect", choices=["on", "off"], dest="backup_auto_detect", help=_("Turn on or off the automatic detection of backup devices."), ) parser.add_argument( "--photo-backup-identifier", type=str, metavar=_("FOLDER"), dest="photo_backup_identifier", help=_( "The FOLDER in which backups are stored on the automatically detected " "photo backup device, with the folder's name being used to identify " "whether or not the device is used for backups. For each device you wish " "to use for backing photos up to, create a folder on it with this name." ), ) parser.add_argument( "--video-backup-identifier", type=str, metavar=_("FOLDER"), dest="video_backup_identifier", help=_( "The FOLDER in which backups are stored on the automatically detected " "video backup device, with the folder's name being used to identify " "whether or not the device is used for backups. For each device you wish " "to use for backing up videos to, create a folder on it with this name." ), ) parser.add_argument( "--photo-backup-location", type=str, metavar=_("PATH"), dest="photo_backup_location", help=_( "The PATH where photos will be backed up when automatic detection of " "backup devices is turned off." ), ) parser.add_argument( "--video-backup-location", type=str, metavar=_("PATH"), dest="video_backup_location", help=_( "The PATH where videos will be backed up when automatic detection of " "backup devices is turned off." ), ) parser.add_argument( "--ignore-other-photo-file-types", action="store_true", dest="ignore_other", help=_("Ignore photos with the following extensions: %s") % make_internationalized_list( [s.upper() for s in fileformats.OTHER_PHOTO_EXTENSIONS] ), ) parser.add_argument( "--auto-download-startup", dest="auto_download_startup", choices=["on", "off"], help=_( "Turn on or off starting downloads as soon as the program itself starts." ), ) parser.add_argument( "--auto-download-device-insertion", dest="auto_download_insertion", choices=["on", "off"], help=_("Turn on or off starting downloads as soon as a device is inserted."), ) parser.add_argument( "--thumbnail-cache", dest="thumb_cache", choices=["on", "off"], help=_( "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. " "Turning it off does not delete existing cache contents." ), ) parser.add_argument( "--delete-thumbnail-cache", dest="delete_thumb_cache", action="store_true", help=_( "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, " "and exit." ), ) parser.add_argument( "--forget-remembered-files", dest="forget_files", action="store_true", help=_("Forget which files have been previously downloaded, and exit."), ) parser.add_argument( "--import-old-version-preferences", action="store_true", dest="import_prefs", help=_( "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." ), ) parser.add_argument( "--reset", action="store_true", dest="reset", help=_( "Reset all program settings to their default values, delete all thumbnails " "in the Thumbnail cache, forget which files have been previously " "downloaded, and exit." ), ) parser.add_argument( "--log-gphoto2", action="store_true", help=_("Include gphoto2 debugging information in log files."), ) parser.add_argument( "--camera-info", action="store_true", help=_("Print information to the terminal about attached cameras and exit."), ) parser.add_argument( "--force-system-theme", action="store_true", default=False, help=_("Use the system Qt theme instead of the built-in theme"), ) parser.add_argument("path", nargs="?") if platform.system() == "Linux": parser.add_argument( "-platform", type=str, choices=["wayland", "xcb"], help=_("Run this program in wayland or regular X11"), ) return parser def import_prefs() -> None: """ Import program preferences from the Gtk+ 2 version of the program. Requires the command line program gconftool-2. """ def run_cmd(k: str) -> str: command_line = f"{cmd} --get /apps/rapid-photo-downloader/{k}" args = shlex.split(command_line) try: return subprocess.check_output(args=args).decode().strip() except subprocess.SubprocessError: return "" cmd = shutil.which("gconftool-2") keys = ( ("image_rename", "photo_rename", prefs_list_from_gconftool2_string), ("video_rename", "video_rename", prefs_list_from_gconftool2_string), ("subfolder", "photo_subfolder", prefs_list_from_gconftool2_string), ("video_subfolder", "video_subfolder", prefs_list_from_gconftool2_string), ("download_folder", "photo_download_folder", str), ("video_download_folder", "video_download_folder", str), ( "device_autodetection", "device_autodetection", pref_bool_from_gconftool2_string, ), ("device_location", "this_computer_path", str), ( "device_autodetection_psd", "scan_specific_folders", pref_bool_from_gconftool2_string, ), ("ignored_paths", "ignored_paths", prefs_list_from_gconftool2_string), ( "use_re_ignored_paths", "use_re_ignored_paths", pref_bool_from_gconftool2_string, ), ("backup_images", "backup_files", pref_bool_from_gconftool2_string), ( "backup_device_autodetection", "backup_device_autodetection", pref_bool_from_gconftool2_string, ), ("backup_identifier", "photo_backup_identifier", str), ("video_backup_identifier", "video_backup_identifier", str), ("backup_location", "backup_photo_location", str), ("backup_video_location", "backup_video_location", str), ("strip_characters", "strip_characters", pref_bool_from_gconftool2_string), ( "synchronize_raw_jpg", "synchronize_raw_jpg", pref_bool_from_gconftool2_string, ), ( "auto_download_at_startup", "auto_download_at_startup", pref_bool_from_gconftool2_string, ), ( "auto_download_upon_device_insertion", "auto_download_upon_device_insertion", pref_bool_from_gconftool2_string, ), ("auto_unmount", "auto_unmount", pref_bool_from_gconftool2_string), ("auto_exit", "auto_exit", pref_bool_from_gconftool2_string), ("auto_exit_force", "auto_exit_force", pref_bool_from_gconftool2_string), ("verify_file", "verify_file", pref_bool_from_gconftool2_string), ("job_codes", "job_codes", prefs_list_from_gconftool2_string), ( "generate_thumbnails", "generate_thumbnails", pref_bool_from_gconftool2_string, ), ("download_conflict_resolution", "conflict_resolution", str), ( "backup_duplicate_overwrite", "backup_duplicate_overwrite", pref_bool_from_gconftool2_string, ), ) if cmd is None: print( _( "To import preferences from the old version of Rapid Photo Downloader, " "you must install the program gconftool-2." ) ) return prefs = Preferences() with raphodo.utilities.stdchannel_redirected(sys.stderr, os.devnull): value = run_cmd("program_version") if not value: print(_("No prior program preferences detected: exiting.")) return else: print( # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. _("Importing preferences from Rapid Photo Downloader %(version)s") % dict(version=value) ) print() for key_triplet in keys: key = key_triplet[0] value = run_cmd(key) if value: try: new_value = key_triplet[2](value) except Exception: print(f"Skipping malformed value for key {key}") else: if key == "device_autodetection": if new_value: print("Setting device_autodetection to True") print("Setting this_computer_source to False") prefs.device_autodetection = True prefs.this_computer_source = False else: print("Setting device_autodetection to False") print("Setting this_computer_source to True") prefs.device_autodetection = False prefs.this_computer_source = True elif key == "device_autodetection_psd": print("Setting scan_specific_folders to", not new_value) prefs.scan_specific_folders = not new_value elif key == "device_location" and prefs.this_computer_source: print("Setting this_computer_path to", new_value) prefs.this_computer_path = new_value elif key == "download_conflict_resolution": if new_value == "skip download": prefs.conflict_resolution = int( constants.ConflictResolution.skip ) else: prefs.conflict_resolution = int( constants.ConflictResolution.add_identifier ) else: new_key = key_triplet[1] if new_key in ("photo_rename", "video_rename"): pref_list, case = upgrade_pre090a4_rename_pref(new_value) print("Setting", new_key, "to", pref_list) setattr(prefs, new_key, pref_list) if case is not None: if new_key == "photo_rename": ext_key = "photo_extension" else: ext_key = "video_extension" print("Setting", ext_key, "to", case) setattr(prefs, ext_key, case) else: print("Setting", new_key, "to", new_value) setattr(prefs, new_key, new_value) key = "stored_sequence_no" with raphodo.utilities.stdchannel_redirected(sys.stderr, os.devnull): value = run_cmd(key) if value: try: new_value = int(value) # we need to add 1 to the number for historic reasons new_value += 1 except ValueError: print("Skipping malformed value for key stored_sequence_no") else: if new_value and raphodo.utilities.confirm( "\n" + _( "Do you want to copy the stored sequence number, which has the " "value %d?" ) % new_value, resp=False, ): prefs.stored_sequence_no = new_value def critical_startup_error(message: str) -> None: errorapp = QApplication(sys.argv) msg = QMessageBox() msg.setWindowTitle(_("Rapid Photo Downloader")) msg.setIcon(QMessageBox.Critical) msg.setText("%s" % message) msg.setInformativeText(_("Program aborting.")) msg.setStandardButtons(QMessageBox.Ok) msg.show() errorapp.exec_() def main(): # Must parse args before calling QApplication: # Calling QApplication.setAttribute below causes QApplication to parse sys.argv parser = parser_options() args = parser.parse_args() try: force_wayland = linux_desktop() == LinuxDesktop.wsl2 except Exception: force_wayland = False platform_cmd_line_overruled = False if force_wayland: qt_app_args = [] # strip out any existing "-platform" argument, and its value pl = False for arg in sys.argv: if arg == "-platform": pl = True elif pl: pl = False if arg == "xcb": platform_cmd_line_overruled = True else: qt_app_args.append(arg) qt_app_args.extend(["-platform", "wayland"]) # Modify sys.argv in place sys.argv[:] = qt_app_args scaling_action = ScalingAction.not_set scaling_detected, xsetting_running = any_screen_scaled() if scaling_detected == ScalingDetected.undetected: scaling_set = "High DPI scaling disabled because no scaled screen was detected" fractional_scaling = "Fractional scaling not set" else: # Set Qt 5 screen scaling if it is not already set in an environment variable qt5_variable = qt5_screen_scale_environment_variable() scaling_variables = {qt5_variable, "QT_SCALE_FACTOR", "QT_SCREEN_SCALE_FACTORS"} if not scaling_variables & set(os.environ): scaling_set = ( "High DPI scaling automatically set to ON because one of the " "following environment variables not already " "set: {}".format(", ".join(scaling_variables)) ) scaling_action = ScalingAction.turned_on if parse(QtCore.QT_VERSION_STR) >= parse("5.6.0"): QApplication.setAttribute(Qt.AA_EnableHighDpiScaling) else: os.environ[qt5_variable] = "1" else: scaling_set = ( "High DPI scaling not automatically set to ON because environment " "variable(s) already " "set: {}".format(", ".join(scaling_variables & set(os.environ))) ) scaling_action = ScalingAction.already_set QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps) try: # Enable fractional scaling support on Qt 5.14 or above # Doesn't seem to be working on Gnome X11, however :-/ # Works on KDE Neon if parse(QtCore.QT_VERSION_STR) >= parse("5.14.0"): QApplication.setHighDpiScaleFactorRoundingPolicy( Qt.HighDpiScaleFactorRoundingPolicy.PassThrough ) fractional_scaling = "Fractional scaling set to pass through" else: fractional_scaling = ( "Fractional scaling unable to be set because Qt version is " "older than 5.14" ) except Exception: fractional_scaling = "Error setting fractional scaling" logging.warning(fractional_scaling) if sys.platform.startswith("linux") and os.getuid() == 0: sys.stderr.write("Never run this program as the sudo / root user.\n") critical_startup_error(_("Never run this program as the sudo / root user.")) sys.exit(1) if not shutil.which("exiftool"): critical_startup_error( _("You must install ExifTool to run Rapid Photo Downloader.") ) sys.exit(1) rapid_path = os.path.realpath( os.path.dirname(inspect.getfile(inspect.currentframe())) ) import_path = os.path.realpath(os.path.dirname(inspect.getfile(downloadtracker))) if rapid_path != import_path: sys.stderr.write( "Rapid Photo Downloader is installed in multiple locations. Uninstall all " "copies except the version you want to run.\n" ) critical_startup_error( _( "Rapid Photo Downloader is installed in multiple locations.\n\n" "Uninstall all copies except the version you want to run." ) ) sys.exit(1) if args.detailed_version: file_manager = valid_file_manager() print( "\n".join( get_versions( file_manager=file_manager, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=args.platform, ) ) ) sys.exit(0) if args.extensions: photos = list(ext.upper() for ext in fileformats.PHOTO_EXTENSIONS) videos = list(ext.upper() for ext in fileformats.VIDEO_EXTENSIONS) extensions = ((photos, _("Photos")), (videos, _("Videos"))) for exts, file_type in extensions: extensions = make_internationalized_list(exts) print(f"{file_type}: {extensions}") sys.exit(0) if args.debug: logging_level = logging.DEBUG elif args.verbose: logging_level = logging.INFO else: logging_level = logging.ERROR global logger logger = iplogging.setup_main_process_logging(logging_level=logging_level) logging.info("Rapid Photo Downloader is starting") if is_devel_env: logging.info( "Development environment settings activated because RPD_DEVEL_DEFAULTS " "is set" ) if force_wayland: if platform_cmd_line_overruled: logging.warning("Forcing use of wayland") else: logging.info("Forcing use of wayland") if args.photo_renaming: photo_rename = args.photo_renaming == "on" if photo_rename: logging.info("Photo renaming turned on from command line") else: logging.info("Photo renaming turned off from command line") else: photo_rename = None if args.video_renaming: video_rename = args.video_renaming == "on" if video_rename: logging.info("Video renaming turned on from command line") else: logging.info("Video renaming turned off from command line") else: video_rename = None if args.path: if args.auto_detect or args.this_computer_source: msg = _( "When specifying a path on the command line, do not also specify an\n" 'option for device auto detection or a path on "This Computer".' ) print(msg) critical_startup_error(msg.replace("\n", " ")) sys.exit(1) media_dir = get_media_dir() auto_detect = args.path.startswith(media_dir) or gvfs_gphoto2_path(args.path) if auto_detect: this_computer_source = False this_computer_location = None logging.info( "Device auto detection turned on from command line using positional " "PATH argument" ) if not auto_detect: this_computer_source = True this_computer_location = os.path.abspath(args.path) logging.info( "Downloading from This Computer turned on from command line using " "positional PATH argument" ) else: if args.auto_detect: auto_detect = args.auto_detect == "on" if auto_detect: logging.info("Device auto detection turned on from command line") else: logging.info("Device auto detection turned off from command line") else: auto_detect = None if args.this_computer_source: this_computer_source = args.this_computer_source == "on" if this_computer_source: logging.info( "Downloading from This Computer turned on from command line" ) else: logging.info( "Downloading from This Computer turned off from command line" ) else: this_computer_source = None if args.this_computer_location: this_computer_location = os.path.abspath(args.this_computer_location) logging.info( "This Computer path set from command line: %s", this_computer_location ) else: this_computer_location = None if args.photo_location: photo_location = os.path.abspath(args.photo_location) logging.info("Photo location set from command line: %s", photo_location) else: photo_location = None if args.video_location: video_location = os.path.abspath(args.video_location) logging.info("video location set from command line: %s", video_location) else: video_location = None if args.backup: backup = args.backup == "on" if backup: logging.info("Backup turned on from command line") else: logging.info("Backup turned off from command line") else: backup = None if args.backup_auto_detect: backup_auto_detect = args.backup_auto_detect == "on" if backup_auto_detect: logging.info( "Automatic detection of backup devices turned on from command line" ) else: logging.info( "Automatic detection of backup devices turned off from command line" ) else: backup_auto_detect = None if args.photo_backup_identifier: photo_backup_identifier = args.photo_backup_identifier logging.info( "Photo backup identifier set from command line: %s", photo_backup_identifier ) else: photo_backup_identifier = None if args.video_backup_identifier: video_backup_identifier = args.video_backup_identifier logging.info( "Video backup identifier set from command line: %s", video_backup_identifier ) else: video_backup_identifier = None if args.photo_backup_location: photo_backup_location = os.path.abspath(args.photo_backup_location) logging.info( "Photo backup location set from command line: %s", photo_backup_location ) else: photo_backup_location = None if args.video_backup_location: video_backup_location = os.path.abspath(args.video_backup_location) logging.info( "Video backup location set from command line: %s", video_backup_location ) else: video_backup_location = None thumb_cache = args.thumb_cache == "on" if args.thumb_cache else None if args.auto_download_startup: auto_download_startup = args.auto_download_startup == "on" if auto_download_startup: logging.info("Automatic download at startup turned on from command line") else: logging.info("Automatic download at startup turned off from command line") else: auto_download_startup = None if args.auto_download_insertion: auto_download_insertion = args.auto_download_insertion == "on" if auto_download_insertion: logging.info( "Automatic download upon device insertion turned on from command line" ) else: logging.info( "Automatic download upon device insertion turned off from command line" ) else: auto_download_insertion = None if args.log_gphoto2: gphoto_logging = gphoto2_python_logging() # noqa: F841 if args.camera_info: dump_camera_details() sys.exit(0) # keep appGuid value in sync with value in upgrade.py appGuid = "8dbfb490-b20f-49d3-9b7d-2016012d2aa8" # See note at top regarding avoiding crashes global app app = QtSingleApplication(appGuid, sys.argv) if app.isRunning(): print("Rapid Photo Downloader is already running") sys.exit(0) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") app.setWindowIcon(QIcon(":/rapid-photo-downloader.svg")) if not args.force_system_theme: app.setStyle("Fusion") # Determine the system locale as reported by Qt. Use it to # see if Qt has a base translation available, which allows # automatic translation of QMessageBox buttons try: locale = QLocale.system() if locale: locale_name = locale.name() if not locale_name: logging.debug("Could not determine system locale using Qt") elif locale_name.startswith("en"): # Set module level variable indicating there is no need to translate # the buttons because language is English viewutils.Do_Message_And_Dialog_Box_Button_Translation = False else: qtTranslator = getQtSystemTranslation(locale_name) if qtTranslator: app.installTranslator(qtTranslator) # Set module level variable indicating there is no need to translate # the buttons because Qt does the translation viewutils.Do_Message_And_Dialog_Box_Button_Translation = False except Exception: logging.error("Error determining locale via Qt") # Resetting preferences must occur after QApplication is instantiated if args.reset: prefs = Preferences() prefs.reset() prefs.sync() d = DownloadedSQL() d.update_table(reset=True) cache = ThumbnailCacheSql(create_table_if_not_exists=False) cache.purge_cache() print(_("All settings and caches have been reset.")) logging.debug("Exiting immediately after full reset") sys.exit(0) if args.delete_thumb_cache or args.forget_files or args.import_prefs: if args.delete_thumb_cache: cache = ThumbnailCacheSql(create_table_if_not_exists=False) cache.purge_cache() print(_("Thumbnail Cache has been reset.")) logging.debug("Thumbnail Cache has been reset") if args.forget_files: d = DownloadedSQL() d.update_table(reset=True) print(_("Remembered files have been forgotten.")) logging.debug("Remembered files have been forgotten") if args.import_prefs: import_prefs() logging.debug( "Exiting immediately after thumbnail cache / remembered files reset" ) sys.exit(0) # Use QIcon to render so we get the high DPI version automatically size = QSize(600, 400) pixmap = scaledIcon(":/splashscreen.png", size).pixmap(size) splash = SplashScreen(pixmap, Qt.WindowStaysOnTopHint) splash.show() try: display_height = splash.screen().availableGeometry().height() except Exception: display_height = 0 logging.warning("Unable to determine display height") app.processEvents() rw = RapidWindow( photo_rename=photo_rename, video_rename=video_rename, auto_detect=auto_detect, this_computer_source=this_computer_source, this_computer_location=this_computer_location, photo_download_folder=photo_location, video_download_folder=video_location, backup=backup, backup_auto_detect=backup_auto_detect, photo_backup_identifier=photo_backup_identifier, video_backup_identifier=video_backup_identifier, photo_backup_location=photo_backup_location, video_backup_location=video_backup_location, ignore_other_photo_types=args.ignore_other, thumb_cache=thumb_cache, auto_download_startup=auto_download_startup, auto_download_insertion=auto_download_insertion, log_gphoto2=args.log_gphoto2, splash=splash, fractional_scaling=fractional_scaling, scaling_set=scaling_set, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=args.platform, display_height=display_height, ) app.setActivationWindow(rw) code = app.exec_() logging.debug("Exiting") sys.exit(code) if __name__ == "__main__": main() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/renameandmovefile.py0000755000175000017500000012041314562557501022716 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Generates names for files and folders, and renames (moves) files. Runs as a daemon process. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import contextlib import errno import locale import logging import os import pickle import sqlite3 import sys from collections import namedtuple from datetime import datetime from enum import Enum with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") import raphodo.generatename as gn import raphodo.metadata.exiftool as exiftool from raphodo.constants import ( ConflictResolution, DownloadStatus, FileType, RenameAndMoveStatus, ) from raphodo.interprocess import ( DaemonProcess, RenameAndMoveFileData, # noqa: F401 RenameAndMoveFileResults, ) from raphodo.prefs.preferences import DownloadsTodayTracker, Preferences from raphodo.problemnotification import ( DuplicateFileWhenSyncingProblem, FileAlreadyExistsProblem, FileMetadataLoadProblem, IdentifierAddedProblem, NoDataToNameProblem, RenamingAssociateFileProblem, RenamingFileProblem, RenamingProblems, SameNameDifferentExif, SubfolderCreationProblem, make_href, ) from raphodo.rpdfile import Photo, RPDFile, Video from raphodo.rpdsql import DownloadedSQL from raphodo.storage.storage import get_uri from raphodo.utilities import ( datetime_roughly_equal, platform_c_maxint, stdchannel_redirected, ) class SyncRawJpegStatus(Enum): matching_pair = 1 no_match = 2 error_already_downloaded = 3 error_datetime_mismatch = 4 SyncRawJpegMatch = namedtuple("SyncRawJpegMatch", "status, sequence_number") SyncRawJpegResult = namedtuple( "SyncRawJpegResult", "sequence_to_use, failed, photo_name, " "photo_ext" ) SyncRawJpegRecord = namedtuple( "SyncRawJpegRecord", "extension, date_time, sequence_number_used" ) class SyncRawJpeg: """ Match JPEG and RAW images so that they have the same file names """ def __init__(self): self.photos = {} # type: dict[str, SyncRawJpegRecord] def add_download( self, name: str, extension: str, date_time: datetime, sequence_number_used: gn.MatchedSequences, ) -> None: if not isinstance(date_time, datetime): logging.debug( "Rejecting %s for sync RAW jpeg matching because its metadata " "date time does not exist", name, ) return if name not in self.photos: self.photos[name] = SyncRawJpegRecord( extension=[extension], date_time=date_time, sequence_number_used=sequence_number_used, ) else: if extension not in self.photos[name].extension: self.photos[name].extension.append(extension) def matching_pair( self, name: str, extension: str, date_time: datetime ) -> SyncRawJpegMatch: """ Checks to see if the image matches an image that has already been downloaded. Image name (minus extension), exif date time are checked. Exif date times should be within 30 seconds of each other, because need to allow for the fact that RAW and jpegs might not be written to the memory card(s) at the same time. :return: Returns SyncRawJpegStatus.error_already_downloaded and a sequence number if the name, extension, and exif values match (i.e. it has already been downloaded). Returns SyncRawJpegStatus.matching_pair and a sequence number if name and exif values match, but the extension is different (i.e. a matching RAW + JPG image). Returns SyncRawJpegStatus.error_datetime_mismatch and a sequence number of None if photos detected with the same filenames, but taken at different times. Returns SyncRawJpegStatus.no_match and a sequence number of None if no match """ if name in self.photos: if datetime_roughly_equal(self.photos[name].date_time, date_time, 30): if extension in self.photos[name].extension: return SyncRawJpegMatch( SyncRawJpegStatus.error_already_downloaded, self.photos[name].sequence_number_used, ) else: return SyncRawJpegMatch( SyncRawJpegStatus.matching_pair, self.photos[name].sequence_number_used, ) else: return SyncRawJpegMatch(SyncRawJpegStatus.error_datetime_mismatch, None) return SyncRawJpegMatch(SyncRawJpegStatus.no_match, None) def ext_exif_date_time(self, name) -> tuple[str, datetime]: """ Returns first extension, and exif date time data for the already downloaded photo """ return self.photos[name].extension[0], self.photos[name].date_time def load_metadata( rpd_file: Photo | Video, et_process: exiftool.ExifTool, problems: RenamingProblems, force_exiftool: bool, ) -> bool: """ Loads the metadata for the file. :param rpd_file: photo or video :param et_process: the daemon ExifTool process :param problems: problems encountered renaming the file :param force_exiftool: whether to force the use of ExifTool to read the file metadata :return True if operation succeeded, false otherwise """ if rpd_file.metadata is None and not rpd_file.load_metadata( full_file_name=rpd_file.temp_full_file_name, et_process=et_process, force_exiftool=force_exiftool, ): # Error in reading metadata problems.append( FileMetadataLoadProblem( name=rpd_file.name, uri=rpd_file.get_uri(), file_type=rpd_file.title ) ) return False return True def _generate_name( generator: gn.PhotoName | gn.PhotoSubfolder | gn.VideoName | gn.VideoSubfolder, rpd_file: Photo | Video, et_process: exiftool.ExifTool, problems: RenamingProblems, force_exiftool: bool, ) -> str: """ Generate a subfolder or file name. :param generator: subfolder or file name generator, appropriate for the file type (photo or video) :param rpd_file: file to work on :param et_process: the daemon ExifTool process :param problems: problems encountered renaming the file :param force_exiftool: whether to force the use of ExifTool to read the file metadata :return: the name in string format, emptry string if error """ do_generation = load_metadata( rpd_file=rpd_file, et_process=et_process, problems=problems, force_exiftool=force_exiftool, ) if do_generation: value = generator.generate_name(rpd_file) if value is None: value = "" else: value = "" return value def generate_subfolder( rpd_file: Photo | Video, et_process: exiftool.ExifTool, problems: RenamingProblems, force_exiftool: bool, ) -> None: """ Generate subfolder names e.g. 2015/201512 :param rpd_file: file to work on :param et_process: the daemon ExifTool process :param problems: problems encountered renaming the file :param force_exiftool: whether to force the use of ExifTool to read the file metadata """ if rpd_file.file_type == FileType.photo: generator = gn.PhotoSubfolder(rpd_file.subfolder_pref_list, problems=problems) else: generator = gn.VideoSubfolder(rpd_file.subfolder_pref_list, problems=problems) rpd_file.download_subfolder = _generate_name( generator=generator, rpd_file=rpd_file, et_process=et_process, problems=problems, force_exiftool=force_exiftool, ) def generate_name( rpd_file: Photo | Video, et_process: exiftool.ExifTool, problems: RenamingProblems, force_exiftool: bool, ) -> None: """ Generate file names e.g. 20150607-1.cr2 :param rpd_file: file to work on :param et_process: the daemon ExifTool process :param problems: problems encountered renaming the file :param force_exiftool: whether to force the use of ExifTool to read the file metadata """ if rpd_file.file_type == FileType.photo: generator = gn.PhotoName(pref_list=rpd_file.name_pref_list, problems=problems) else: generator = gn.VideoName(pref_list=rpd_file.name_pref_list, problems=problems) rpd_file.download_name = _generate_name( generator=generator, rpd_file=rpd_file, et_process=et_process, problems=problems, force_exiftool=force_exiftool, ) class RenameMoveFileWorker(DaemonProcess): """ Generates names for files and folders, and renames (moves) files. Runs as a daemon process. """ def __init__(self) -> None: super().__init__("Rename and Move") self.prefs = Preferences() self.sync_raw_jpeg = SyncRawJpeg() self.downloaded = DownloadedSQL() logging.debug("Start of day is set to %s", self.prefs.day_start) self.platform_c_maxint = platform_c_maxint() # This will be assigned again in run(), but initializing it here # clarifies any problems with type checking in an IDE self.problems = RenamingProblems() def notify_file_already_exists( self, rpd_file: Photo | Video, identifier: str | None = None ) -> None: """ Notify user that the download file already exists """ # get information on when the existing file was last modified try: modification_time = os.path.getmtime(rpd_file.download_full_file_name) dt = datetime.fromtimestamp(modification_time) date = dt.strftime("%x") time = dt.strftime("%X") except Exception: logging.error( "Could not determine the file modification time of %s", rpd_file.download_full_file_name, ) date = time = "" source = rpd_file.get_souce_href() device = make_href(name=rpd_file.device_display_name, uri=rpd_file.device_uri) if not identifier: problem = FileAlreadyExistsProblem( file_type_capitalized=rpd_file.title_capitalized, file_type=rpd_file.title, name=rpd_file.download_name, uri=get_uri(full_file_name=rpd_file.download_full_file_name), source=source, device=device, date=date, time=time, ) rpd_file.status = DownloadStatus.download_failed else: problem = IdentifierAddedProblem( file_type_capitalized=rpd_file.title_capitalized, file_type=rpd_file.title, name=rpd_file.download_name, uri=get_uri(full_file_name=rpd_file.download_full_file_name), source=source, device=device, date=date, time=time, identifier=identifier, ) rpd_file.status = DownloadStatus.downloaded_with_warning self.problems.append(problem) def notify_download_failure_file_error( self, rpd_file: Photo | Video, inst: Exception ) -> None: """ Handle cases where file failed to download """ uri = get_uri( full_file_name=rpd_file.full_file_name, camera_details=rpd_file.camera_details, ) device = make_href(name=rpd_file.device_display_name, uri=rpd_file.device_uri) problem = RenamingFileProblem( file_type=rpd_file.title, destination=rpd_file.download_name, folder=rpd_file.download_path, name=rpd_file.name, uri=uri, device=device, exception=inst, ) self.problems.append(problem) rpd_file.status = DownloadStatus.download_failed try: msg = "Failed to create file {}: {} {}".format( rpd_file.download_full_file_name, inst.errno, inst.strerror ) logging.error(msg) except AttributeError: logging.error( "Failed to create file %s: %s ", rpd_file.download_full_file_name, str(inst), ) def download_file_exists(self, rpd_file: Photo | Video) -> bool: """ Check how to handle a download file already existing """ if self.prefs.conflict_resolution == ConflictResolution.add_identifier: logging.debug( "Will add unique identifier to avoid duplicate filename for %s", rpd_file.full_file_name, ) return True else: self.notify_file_already_exists(rpd_file) return False def same_name_different_exif( self, sync_photo_name: str, rpd_file: Photo | Video ) -> None: """ Notify the user that a file was already downloaded with the same name, but the exif information was different """ i1_ext, i1_date_time = self.sync_raw_jpeg.ext_exif_date_time(sync_photo_name) image2_date_time = rpd_file.date_time() assert isinstance(i1_date_time, datetime) i1_date = i1_date_time.strftime("%x") i1_time = i1_date_time.strftime("%X") assert isinstance(image2_date_time, datetime) image2_date = image2_date_time.strftime("%x") image2_time = image2_date_time.strftime("%X") self.problems.append( SameNameDifferentExif( image1=f"{sync_photo_name}{i1_ext}", image1_date=i1_date, image1_time=i1_time, image2=rpd_file.name, image2_date=image2_date, image2_time=image2_time, ) ) rpd_file.status = DownloadStatus.downloaded_with_warning def _move_associate_file( self, extension: str, full_base_name: str, temp_associate_file: str ) -> str: """ Move (rename) the associate file using the pre-generated name. Exceptions are not caught. :return: full path and filename """ download_full_name = full_base_name + extension # move (rename) associate file # don't check to see if it already exists os.rename(temp_associate_file, download_full_name) return download_full_name def move_thm_file(self, rpd_file: Photo | Video) -> None: """ Move (rename) the THM thumbnail file using the pre-generated name """ try: ext = rpd_file.thm_extension if rpd_file.thm_extension else ".THM" except AttributeError: ext = ".THM" try: rpd_file.download_thm_full_name = self._move_associate_file( extension=ext, full_base_name=rpd_file.download_full_base_name, temp_associate_file=rpd_file.temp_thm_full_name, ) except (OSError, FileNotFoundError) as e: self.problems.append( RenamingAssociateFileProblem( source=make_href( name=os.path.basename(rpd_file.download_thm_full_name), uri=get_uri( full_file_name=rpd_file.download_thm_full_name, camera_details=rpd_file.camera_details, ), ), exception=e, ) ) logging.error( "Failed to move video THM file %s", rpd_file.download_thm_full_name ) def move_audio_file(self, rpd_file: Photo | Video) -> None: """ Move (rename) the associate audio file using the pre-generated name """ try: ext = rpd_file.audio_extension if rpd_file.audio_extension else ".WAV" except AttributeError: ext = ".WAV" try: rpd_file.download_audio_full_name = self._move_associate_file( extension=ext, full_base_name=rpd_file.download_full_base_name, temp_associate_file=rpd_file.temp_audio_full_name, ) except (OSError, FileNotFoundError) as e: self.problems.append( RenamingAssociateFileProblem( source=make_href( name=os.path.basename(rpd_file.download_audio_full_name), uri=get_uri( full_file_name=rpd_file.download_audio_full_name, camera_details=rpd_file.camera_details, ), ), exception=e, ) ) logging.error( "Failed to move file's associated audio file %s", rpd_file.download_audio_full_name, ) def move_xmp_file(self, rpd_file: Photo | Video) -> None: """ Move (rename) the associate XMP file using the pre-generated name """ try: ext = rpd_file.xmp_extension if rpd_file.xmp_extension else ".XMP" except AttributeError: ext = ".XMP" try: rpd_file.download_xmp_full_name = self._move_associate_file( extension=ext, full_base_name=rpd_file.download_full_base_name, temp_associate_file=rpd_file.temp_xmp_full_name, ) except (OSError, FileNotFoundError) as e: self.problems.append( RenamingAssociateFileProblem( source=make_href( name=os.path.basename(rpd_file.download_xmp_full_name), uri=get_uri( full_file_name=rpd_file.download_xmp_full_name, camera_details=rpd_file.camera_details, ), ), exception=e, ) ) logging.error( "Failed to move file's associated XMP file %s", rpd_file.download_xmp_full_name, ) def move_log_file(self, rpd_file: Photo | Video) -> None: """ Move (rename) the associate XMP file using the pre-generated name """ try: ext = rpd_file.log_extension if rpd_file.log_extension else ".LOG" except AttributeError: ext = ".LOG" try: rpd_file.download_log_full_name = self._move_associate_file( extension=ext, full_base_name=rpd_file.download_full_base_name, temp_associate_file=rpd_file.temp_log_full_name, ) except (OSError, FileNotFoundError) as e: self.problems.append( RenamingAssociateFileProblem( source=make_href( name=os.path.basename(rpd_file.download_log_full_name), uri=get_uri( full_file_name=rpd_file.download_log_full_name, camera_details=rpd_file.camera_details, ), ), exception=e, ) ) logging.error( "Failed to move file's associated LOG file %s", rpd_file.download_log_full_name, ) def check_for_fatal_name_generation_errors(self, rpd_file: Photo | Video) -> bool: """ :return False if either the download subfolder or filename are blank, else returns True """ if not rpd_file.download_subfolder or not rpd_file.download_name: if not rpd_file.download_subfolder and not rpd_file.download_name: area = _("subfolder and filename") elif not rpd_file.download_name: area = _("filename") else: area = _("subfolder") rpd_file.status = DownloadStatus.download_failed self.problems.append( NoDataToNameProblem( name=rpd_file.name, uri=rpd_file.get_uri(), area=area, file_type=rpd_file.title, ) ) return False else: return True def add_unique_identifier(self, rpd_file: Photo | Video) -> bool: """ Adds a unique identifier like _1 to a filename, in ever incrementing values, until a unique filename is generated. :param rpd_file: the file being worked on :return: True if the operation was successful, else returns False """ name = os.path.splitext(rpd_file.download_name) full_name = rpd_file.download_full_file_name while True: self.duplicate_files[full_name] = self.duplicate_files.get(full_name, 0) + 1 identifier = "_%s" % self.duplicate_files[full_name] rpd_file.download_name = f"{name[0]}{identifier}{name[1]}" rpd_file.download_full_file_name = os.path.join( rpd_file.download_path, rpd_file.download_name ) try: if os.path.exists(rpd_file.download_full_file_name): raise OSError( errno.EEXIST, "File exists: %s" % rpd_file.download_full_file_name, ) os.rename( rpd_file.temp_full_file_name, rpd_file.download_full_file_name ) self.notify_file_already_exists(rpd_file, identifier) return True except OSError as inst: if inst.errno != errno.EEXIST: self.notify_download_failure_file_error(rpd_file, inst) return False def sync_raw_jpg(self, rpd_file: Photo | Video) -> SyncRawJpegResult: failed = False sequence_to_use = None photo_name, photo_ext = os.path.splitext(rpd_file.name) if not load_metadata( rpd_file=rpd_file, et_process=self.exiftool_process, problems=self.problems, force_exiftool=self.prefs.force_exiftool, ): failed = True rpd_file.status = DownloadStatus.download_failed self.check_for_fatal_name_generation_errors(rpd_file) else: date_time = rpd_file.date_time() if not isinstance(date_time, datetime): failed = True rpd_file.status = DownloadStatus.download_failed self.check_for_fatal_name_generation_errors(rpd_file) else: matching_pair = self.sync_raw_jpeg.matching_pair( name=photo_name, extension=photo_ext, date_time=date_time ) # type: SyncRawJpegMatch sequence_to_use = matching_pair.sequence_number if matching_pair.status == SyncRawJpegStatus.error_already_downloaded: # this exact file has already been # downloaded (same extension, same filename, # and roughly the same exif date time info) if ( self.prefs.conflict_resolution != ConflictResolution.add_identifier ): self.problems.append( DuplicateFileWhenSyncingProblem( name=rpd_file.name, uri=rpd_file.get_uri(), file_type=rpd_file.title, ) ) rpd_file.status = DownloadStatus.download_failed failed = True else: self.sequences.matched_sequences = matching_pair.sequence_number self.sequences.use_matched_sequences = ( self.sequences.matched_sequences is not None ) if ( matching_pair.status == SyncRawJpegStatus.error_datetime_mismatch ): self.same_name_different_exif(photo_name, rpd_file) return SyncRawJpegResult(sequence_to_use, failed, photo_name, photo_ext) def prepare_rpd_file(self, rpd_file: Photo | Video) -> None: """ Populate the RPDFile with download values used in subfolder and filename generation """ if rpd_file.file_type == FileType.photo: rpd_file.download_folder = self.prefs.photo_download_folder rpd_file.subfolder_pref_list = self.prefs.photo_subfolder rpd_file.name_pref_list = self.prefs.photo_rename else: rpd_file.download_folder = self.prefs.video_download_folder rpd_file.subfolder_pref_list = self.prefs.video_subfolder rpd_file.name_pref_list = self.prefs.video_rename def process_rename_failure(self, rpd_file: RPDFile) -> None: try: os.remove(rpd_file.temp_full_file_name) except OSError: logging.error( "Failed to delete temporary file %s", rpd_file.temp_full_file_name ) def generate_names( self, rpd_file: Photo | Video, synchronize_raw_jpg: bool ) -> bool: rpd_file.strip_characters = self.prefs.strip_characters generate_subfolder( rpd_file=rpd_file, et_process=self.exiftool_process, problems=self.problems, force_exiftool=self.prefs.force_exiftool, ) if rpd_file.download_subfolder: logging.debug( "Generated subfolder name %s for file %s", rpd_file.download_subfolder, rpd_file.name, ) self.sequences.stored_sequence_no = self.prefs.stored_sequence_no if self.must_synchronize_raw_jpg and rpd_file.file_type == FileType.video: self.sequences.use_matched_sequences = False rpd_file.sequences = self.sequences # generate the file name generate_name( rpd_file=rpd_file, et_process=self.exiftool_process, problems=self.problems, force_exiftool=self.prefs.force_exiftool, ) if rpd_file.name_generation_problem: logging.warning( "Encountered a problem generating file name for file %s", rpd_file.name, ) rpd_file.status = DownloadStatus.downloaded_with_warning else: logging.debug( "Generated file name %s for file %s", rpd_file.download_name, rpd_file.name, ) else: logging.error( "Failed to generate subfolder name for file: %s", rpd_file.name ) return self.check_for_fatal_name_generation_errors(rpd_file) def move_file(self, rpd_file: Photo | Video) -> bool: """ Having generated the file name and subfolder names, move the file :param rpd_file: photo or video being worked on :return: True if move succeeded, False otherwise """ move_succeeded = False rpd_file.download_path = os.path.join( rpd_file.download_folder, rpd_file.download_subfolder ) rpd_file.download_full_file_name = os.path.join( rpd_file.download_path, rpd_file.download_name ) rpd_file.download_full_base_name = os.path.splitext( rpd_file.download_full_file_name )[0] if not os.path.isdir(rpd_file.download_path): try: os.makedirs(rpd_file.download_path) except OSError as inst: if inst.errno != errno.EEXIST: logging.error( "Failed to create download subfolder: %s", rpd_file.download_path, ) logging.error(inst) problem = SubfolderCreationProblem( folder=make_href( name=rpd_file.download_subfolder, uri=get_uri(path=rpd_file.download_path), ), exception=inst, ) self.problems.append(problem) # Move temp file to subfolder add_unique_identifier = False try: if os.path.exists(rpd_file.download_full_file_name): raise OSError( errno.EEXIST, "File exists: %s" % rpd_file.download_full_file_name ) logging.debug( "Renaming %s to %s .....", rpd_file.temp_full_file_name, rpd_file.download_full_file_name, ) os.rename(rpd_file.temp_full_file_name, rpd_file.download_full_file_name) logging.debug("....successfully renamed file") move_succeeded = True if rpd_file.status != DownloadStatus.downloaded_with_warning: rpd_file.status = DownloadStatus.downloaded except OSError as inst: if inst.errno == errno.EEXIST: add_unique_identifier = self.download_file_exists(rpd_file) else: self.notify_download_failure_file_error(rpd_file, inst) except Exception as inst: # all other errors, including PermissionError self.notify_download_failure_file_error(rpd_file, inst) if add_unique_identifier: move_succeeded = self.add_unique_identifier(rpd_file) return move_succeeded def process_file(self, rpd_file: Photo | Video, download_count: int) -> bool: """ Generate file & subfolder name, and move (rename) photo / video :param rpd_file: photo or video :param download_count: used to track the file being downloaded via a counter :return: success or otherwise of operation """ move_succeeded = False self.prepare_rpd_file(rpd_file) synchronize_raw_jpg = ( self.must_synchronize_raw_jpg and rpd_file.file_type == FileType.photo ) if synchronize_raw_jpg: sync_result = self.sync_raw_jpg(rpd_file) if sync_result.failed: return False generation_succeeded = self.generate_names(rpd_file, synchronize_raw_jpg) if generation_succeeded: move_succeeded = self.move_file(rpd_file) logging.debug("Finished processing file: %s", download_count) if move_succeeded: if synchronize_raw_jpg: if sync_result.sequence_to_use is None: sequence = self.sequences.create_matched_sequences() else: sequence = sync_result.sequence_to_use self.sync_raw_jpeg.add_download( name=sync_result.photo_name, extension=sync_result.photo_ext, date_time=rpd_file.date_time(), sequence_number_used=sequence, ) if not synchronize_raw_jpg or ( synchronize_raw_jpg and sync_result.sequence_to_use is None ): if self.uses_sequence_session_no or self.uses_sequence_letter: self.sequences.increment( self.uses_sequence_session_no, self.uses_sequence_letter ) if self.uses_stored_sequence_no: if self.prefs.stored_sequence_no == self.platform_c_maxint: # wrap value if it exceeds the maximum size value that Qt can # display in its spinbox self.prefs.stored_sequence_no = 0 else: self.prefs.stored_sequence_no += 1 self.downloads_today_tracker.increment_downloads_today() if rpd_file.temp_thm_full_name: self.move_thm_file(rpd_file) if rpd_file.temp_audio_full_name: self.move_audio_file(rpd_file) if rpd_file.temp_xmp_full_name: self.move_xmp_file(rpd_file) if rpd_file.temp_log_full_name: self.move_log_file(rpd_file) return move_succeeded def initialise_downloads_today_stored_number(self) -> None: """ Initialize (or reinitialize) Downloads Today and Stored No sequence values from the program preferences. """ # Synchronize QSettings instance in preferences class self.prefs.sync() if self.prefs.any_pref_uses_stored_sequence_no(): logging.info( "Stored number at download start: %s", self.prefs.stored_sequence_no + 1 ) # Track downloads today, using a class whose purpose is to # take the value in the user prefs, increment, and then # finally used to update the prefs self.downloads_today_tracker = DownloadsTodayTracker( day_start=self.prefs.day_start, downloads_today=self.prefs.downloads_today ) def initialise_sequence_number_usage(self) -> None: """ Determine what type of sequence numbers are being used in file name generation """ self.uses_sequence_session_no = self.prefs.any_pref_uses_session_sequence_no() self.uses_sequence_letter = self.prefs.any_pref_uses_sequence_letter_value() self.uses_stored_sequence_no = self.prefs.any_pref_uses_stored_sequence_no() def run(self) -> None: """ Generate subfolder and filename, and attempt to move the file from its temporary directory. Move video THM and/or audio file if there is one. If successful, increment sequence values. Report any success or failure. """ i = 0 # Dict of filename keys and int values used to track ints to add as # suffixes to duplicate files self.duplicate_files = {} self.initialise_downloads_today_stored_number() self.sequences = gn.Sequences( self.downloads_today_tracker, self.prefs.stored_sequence_no ) with stdchannel_redirected( sys.stderr, os.devnull ), exiftool.ExifTool() as self.exiftool_process: while True: if i: logging.debug("Finished %s. Getting next task.", i) # rename file and move to generated subfolder directive, content = self.receiver.recv_multipart() self.check_for_command(directive, content) data = pickle.loads(content) # type: RenameAndMoveFileData if data.message == RenameAndMoveStatus.download_started: # reinitialize downloads today and stored sequence number # in case the user has updated them via the user interface self.initialise_downloads_today_stored_number() self.sequences.downloads_today_tracker = ( self.downloads_today_tracker ) self.sequences.stored_sequence_no = self.prefs.stored_sequence_no dl_today = ( self.downloads_today_tracker.get_or_reset_downloads_today() ) logging.debug("Completed downloads today: %s", dl_today) self.initialise_sequence_number_usage() self.must_synchronize_raw_jpg = ( self.prefs.must_synchronize_raw_jpg() ) self.problems = RenamingProblems() elif data.message == RenameAndMoveStatus.download_completed: if len(self.problems): self.content = pickle.dumps( RenameAndMoveFileResults(problems=self.problems), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Ask main application process to update prefs with stored # sequence number and downloads today values. But first sync # the prefs here, to write out the dirty values so they are not # saved when a sync is done at download start, overwriting # the values that may have been changed in the main process logging.debug( "Rename and move process syncing preferences to the file " "system" ) self.prefs.sync() self.content = pickle.dumps( RenameAndMoveFileResults( stored_sequence_no=self.sequences.stored_sequence_no, downloads_today=self.downloads_today_tracker.downloads_today, ), pickle.HIGHEST_PROTOCOL, ) dl_today = ( self.downloads_today_tracker.get_or_reset_downloads_today() ) logging.debug("Downloads today: %s", dl_today) self.send_message_to_sink() else: rpd_file = data.rpd_file download_count = data.download_count if data.download_succeeded: move_succeeded = self.process_file(rpd_file, download_count) if not move_succeeded: self.process_rename_failure(rpd_file) else: # Record file as downloaded in SQLite database try: self.downloaded.add_downloaded_file( name=rpd_file.name, size=rpd_file.size, modification_time=rpd_file.modification_time, download_full_file_name=rpd_file.download_full_file_name, ) except sqlite3.OperationalError as e: # This should never happen because this is the only # process writing to the database..... but just in # case logging.error( "Database error adding download file %s: %s. " "Will not retry.", rpd_file.download_full_file_name, e, ) else: move_succeeded = False rpd_file.metadata = None self.content = pickle.dumps( RenameAndMoveFileResults( move_succeeded=move_succeeded, rpd_file=rpd_file, download_count=download_count, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() i += 1 if __name__ == "__main__": rename = RenameMoveFileWorker() rename.run() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/rescan.py0000644000175000017500000001577414562557501020522 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Given a collection of RPDFiles, rescans a camera to locate their 'new' location. Used in case of iOS and possibly other buggy devices that generate subfolders for photos / videos seemingly at random each time the device is initialized for access, which is what a gphoto2 process does. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import logging import os from collections import defaultdict from itertools import chain import gphoto2 as gp from raphodo.camera import Camera, CameraProblemEx from raphodo.prefs.preferences import Preferences, ScanPreferences from raphodo.rpdfile import RPDFile class RescanCamera: """ Rescan a camera / smartphone looking for files that were already previously scanned. Newly updated files are stored in the member variable rpd_files, and files that could not be relocated are found in member missing_rpd_files. Assumes camera already initialized, with specific folders correctly set. """ def __init__(self, camera: Camera, prefs: Preferences) -> None: self.camera = camera if not camera.specific_folder_located: logging.warning( "No folders located on %s: there might be a bug the camera firmware " "or libgphoto2. Continuing rescan regardless.", camera.display_name, ) # Relocated RPD files self.rpd_files = [] # type: list[RPDFile] # Missing RPD files self.missing_rpd_files = [] # type: list[RPDFile] self.prefs = prefs self.scan_preferences = None # type: ScanPreferences | None def rescan_camera(self, rpd_files: list[RPDFile]) -> None: """ Determine if the files are found in the same folders as when the camera was last initialized. Works around a crazy iOS bug. :param rpd_files: if individual rpd_files are indeed located in new folders, a side effect of calling this function is that the rpd_files will have their paths updated, even though a new list is returned """ if not rpd_files: return # attempt to read extract of file rpd_file = rpd_files[0] try: self.camera.get_exif_extract(folder=rpd_file.path, file_name=rpd_file.name) except CameraProblemEx: logging.debug( "Failed to read extract of sample file %s: rescanning %s", rpd_file.name, self.camera.display_name, ) else: # Apparently no problems accessing the first file, so let's assume the # rest are fine. Let's hope that's a valid assumption. logging.debug("%s did not need to be rescanned", self.camera.display_name) self.rpd_files = rpd_files return # filename: RPDFile self.prev_scanned_files = defaultdict(list) # type: defaultdict[str, list[RPDFile]] self.scan_preferences = ScanPreferences(self.prefs.ignored_paths) for rpd_file in rpd_files: self.prev_scanned_files[rpd_file.name].append(rpd_file) for folders in self.camera.specific_folders: for folder in folders: logging.info("Rescanning %s on %s", folder, self.camera.display_name) self.relocate_files_on_camera(folder) self.missing_rpd_files = list(chain(*self.prev_scanned_files.values())) def relocate_files_on_camera(self, path: str) -> None: """ Recursively scan path looking for the folders in which previously located files are now stored. :param path: path to check in """ files_in_folder = [] try: files_in_folder = self.camera.camera.folder_list_files(path) except gp.GPhoto2Error as e: logging.error("Unable to scan files on camera: error %s", e.code) for name, value in files_in_folder: if name in self.prev_scanned_files: prev_rpd_files = self.prev_scanned_files[name] if len(prev_rpd_files) > 1: rpd_file = None # type: RPDFile | None # more than one file with the same filename is found on the camera # compare match by modification time and size check for prev_rpd_file in prev_rpd_files: modification_time, size = 0, 0 if prev_rpd_file.modification_time: try: modification_time, size = self.camera.get_file_info( path, name ) except gp.GPhoto2Error as e: logging.error( "Unable to access modification_time or size from " "%s on %s. Error code: %s", os.path.join(path, name), self.camera.display_name, e.code, ) if ( modification_time == prev_rpd_file.modification_time and size == prev_rpd_file.size ): rpd_file = prev_rpd_file prev_rpd_files.remove(prev_rpd_file) break else: rpd_file = prev_rpd_files[0] del self.prev_scanned_files[name] if rpd_file: rpd_file.path = path self.rpd_files.append(rpd_file) # Recurse over subfolders in which we should folders = [] try: for name, value in self.camera.camera.folder_list_folders(path): if self.scan_preferences.scan_this_path(os.path.join(path, name)): folders.append(name) except gp.GPhoto2Error as e: logging.error( "Unable to scan files on %s. Error code: %s", self.camera.display_name, e.code, ) for name in folders: self.relocate_files_on_camera(os.path.join(path, name)) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/resources.qrc0000644000175000017500000001261714562557501021407 0ustar00damondamon ../images/camera-photo-symbolic.svg ../images/chevron-down.svg ../images/computer-symbolic.svg ../images/user-desktop-symbolic.svg ../images/down.svg ../images/drive-harddisk-symbolic.svg ../images/drive-removable-media-symbolic.svg ../images/error.svg ../images/eye.svg ../images/folder-symbolic-filled.svg ../images/folder-symbolic.svg ../images/hidden.svg ../images/user-home-symbolic.svg ../images/sync.svg ../images/menu.svg ../images/folder-pictures-symbolic.svg ../images/settings-symbolic.svg ../images/phone-smartphone-symbolic.svg ../images/up.svg ../images/folder-videos-symbolic.svg ../images/preferences/automation.svg ../images/preferences/consolidation.svg ../images/preferences/devices.svg ../images/preferences/error-handling.svg ../images/preferences/preferences-desktop-locale-symbolic.svg ../images/preferences/miscellaneous.svg ../images/preferences/thumbnails.svg ../images/preferences/warnings.svg ../images/preferences/timezone.svg ../images/rapid-photo-downloader.svg ../images/report-critical.svg ../images/report-error.svg ../images/report-warning.svg ../images/speech-bubble.svg ../images/splashscreen600.png ../images/splashscreen1200.png ../images/audio.svg ../images/rapid-photo-downloader-download-pending.svg ../images/rapid-photo-downloader-downloaded-with-error.svg ../images/rapid-photo-downloader-downloaded-with-warning.svg ../images/rapid-photo-downloader-downloaded.svg ../images/photo.svg ../images/video.svg ../tips/backup.png ../tips/commandline.png ../tips/customdate.png ../tips/defaultdownloaddirectory.png ../tips/deviceshidden.png ../images/know.svg ../tips/downloaded.png ../tips/downloadsubfolders.png ../tips/downloadwhereandrename.png ../tips/errorreport.png ../tips/errorreporticon.png ../tips/jobcodehint.png ../tips/jobcodes.png ../tips/markall.png ../tips/markmany.png ../tips/marksingle.png ../tips/multipledevices.png ../tips/photoeditordefault.png ../tips/previouslydownloaded.png ../tips/renameoptions.png ../tips/subfoldergeneration.png ../tips/subfoldergenerationext.png ../tips/subfoldermenu.png ../tips/thumbnailsort.png ../tips/timeline.png ../tips/timelineadjust.png ../tips/timelineselect.png ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/rpdfile.py0000644000175000017500000010443014562557501020660 0ustar00damondamon# Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" # ruff: noqa: E402 import logging import mimetypes import os import time import uuid from collections import Counter, UserDict from datetime import datetime from typing import Any import gi gi.require_version("GLib", "2.0") from gi.repository import GLib import raphodo.metadata.exiftool as exiftool import raphodo.metadata.fileformats as fileformats import raphodo.metadata.metadataexiftool as metadataexiftool import raphodo.metadata.metadataphoto as metadataphoto import raphodo.metadata.metadatavideo as metadatavideo from raphodo.constants import ( DeviceTimestampTZ, Downloaded, DownloadStatus, ExifSource, FileExtension, FileSortPriority, FileType, ThumbnailCacheDiskStatus, ThumbnailCacheStatus, ) from raphodo.problemnotification import Problem, make_href from raphodo.storage.storage import CameraDetails, get_uri from raphodo.utilities import ( datetime_roughly_equal, make_internationalized_list, thousands, ) def get_sort_priority( extension: FileExtension, file_type: FileType ) -> FileSortPriority: """ Classifies the extension by sort priority. :param extension: the extension's category :param file_type: whether photo or video :return: priority """ if file_type == FileType.photo: if extension in (FileExtension.raw, FileExtension.jpeg): return FileSortPriority.high else: return FileSortPriority.low else: return FileSortPriority.high def get_rpdfile( name: str, path: str, size: int, prev_full_name: str | None, prev_datetime: datetime | None, device_timestamp_type: DeviceTimestampTZ, mtime: float, mdatatime: float, thumbnail_cache_status: ThumbnailCacheDiskStatus, thm_full_name: str | None, audio_file_full_name: str | None, xmp_file_full_name: str | None, log_file_full_name: str | None, scan_id: bytes, file_type: FileType, from_camera: bool, camera_details: CameraDetails | None, camera_memory_card_identifiers: list[int] | None, never_read_mdatatime: bool, device_display_name: str, device_uri: str, raw_exif_bytes: bytes | None, exif_source: ExifSource | None, problem: Problem | None, ): if file_type == FileType.video: return Video( name=name, path=path, size=size, prev_full_name=prev_full_name, prev_datetime=prev_datetime, device_timestamp_type=device_timestamp_type, mtime=mtime, mdatatime=mdatatime, thumbnail_cache_status=thumbnail_cache_status, thm_full_name=thm_full_name, audio_file_full_name=audio_file_full_name, xmp_file_full_name=xmp_file_full_name, log_file_full_name=log_file_full_name, scan_id=scan_id, from_camera=from_camera, camera_details=camera_details, camera_memory_card_identifiers=camera_memory_card_identifiers, never_read_mdatatime=never_read_mdatatime, device_display_name=device_display_name, device_uri=device_uri, raw_exif_bytes=raw_exif_bytes, problem=problem, ) else: return Photo( name=name, path=path, size=size, prev_full_name=prev_full_name, prev_datetime=prev_datetime, device_timestamp_type=device_timestamp_type, mtime=mtime, mdatatime=mdatatime, thumbnail_cache_status=thumbnail_cache_status, thm_full_name=thm_full_name, audio_file_full_name=audio_file_full_name, xmp_file_full_name=xmp_file_full_name, log_file_full_name=log_file_full_name, scan_id=scan_id, from_camera=from_camera, camera_details=camera_details, camera_memory_card_identifiers=camera_memory_card_identifiers, never_read_mdatatime=never_read_mdatatime, device_display_name=device_display_name, device_uri=device_uri, raw_exif_bytes=raw_exif_bytes, exif_source=exif_source, problem=problem, ) def file_types_by_number(no_photos: int, no_videos: int) -> str: """ Generate a string show number of photos and videos :param no_photos: number of photos :param no_videos: number of videos """ if (no_videos > 0) and (no_photos > 0): v = _("photos and videos") elif (no_videos == 0) and (no_photos == 0): v = _("photos or videos") elif no_videos > 0: v = _("videos") if no_videos > 1 else _("video") else: v = _("photos") if no_photos > 1 else _("photo") return v def make_key(file_t: FileType, path: str) -> str: return f"{path}:{file_t.value}" class FileSizeSum(UserDict): """Sum size in bytes of photos and videos""" def __missing__(self, key): self[key] = 0 return self[key] def sum(self, basedir: str | None = None) -> int: if basedir is not None: return ( self[make_key(FileType.photo, basedir)] + self[make_key(FileType.video, basedir)] ) else: return self[FileType.photo] + self[FileType.video] class FileTypeCounter(Counter): r""" Track the number of photos and videos in a scan or for some other function, and display the results to the user. >>> import locale >>> locale.setlocale(locale.LC_ALL, ('en_US', 'utf-8')) 'en_US.UTF-8' >>> f = FileTypeCounter() >>> f.summarize_file_count() ('0 photos or videos', 'photos or videos') >>> f.file_types_present_details() '' >>> f[FileType.photo] += 1 >>> f.summarize_file_count() ('1 photo', 'photo') >>> f.file_types_present_details() '1 Photo' >>> f.file_types_present_details(singular_natural=True) 'a photo' >>> f[FileType.photo] = 0 >>> f[FileType.video] = 1 >>> f.file_types_present_details(singular_natural=True) 'a video' >>> f[FileType.photo] += 1 >>> f.file_types_present_details(singular_natural=True) 'a photo and a video' >>> f[FileType.video] += 2 >>> f FileTypeCounter({: 3, : 1}) >>> f.file_types_present_details() '1 Photo and 3 Videos' >>> f[FileType.photo] += 5 >>> f FileTypeCounter({: 6, : 3}) >>> f.summarize_file_count() ('9 photos and videos', 'photos and videos') >>> f.file_types_present_details() '6 Photos and 3 Videos' >>> f2 = FileTypeCounter({FileType.photo:11, FileType.video: 12}) >>> f2.file_types_present_details() '11 Photos and 12 Videos' """ def file_types_present(self) -> str: """ Display the types of files present in the scan :return a string to be displayed to the user that can be used to show if a value refers to photos or videos or both, or just one of each """ return file_types_by_number(self[FileType.photo], self[FileType.video]) def summarize_file_count(self) -> tuple[str, str]: """ Summarizes the total number of photos and/or videos that can be downloaded. Displayed in the progress bar at the top of the main application window after a scan is finished. :return tuple with (1) number of files, e.g. "433 photos and videos" or "23 videos". and (2) file types present e.g. "photos and videos" """ file_types_present = self.file_types_present() # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. file_count_summary = _("%(number)s %(filetypes)s") % dict( number=thousands(self[FileType.photo] + self[FileType.video]), filetypes=file_types_present, ) return file_count_summary, file_types_present def file_types_present_details( self, title_case=True, singular_natural=False ) -> str: """ Displays details about how many files are selected or ready to be downloaded. :param title_case: whether the details should use title case or not. :param singular_natural: if True, instead of '1 photo', return 'A photo'. If True, title_case parameter is treated as always False. :return: """ p = self[FileType.photo] v = self[FileType.video] if v > 1: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. videos = _("%(no_videos)s Videos") % dict(no_videos=thousands(v)) elif v == 1: if singular_natural: # noqa: SIM108 # translators: natural language expression signifying a single video videos = _("a video") else: videos = _("1 Video") if p > 1: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. photos = _("%(no_photos)s Photos") % dict(no_photos=thousands(p)) elif p == 1: if singular_natural: # noqa: SIM108 # translators: natural language expression signifying a single photo photos = _("a photo") else: photos = _("1 Photo") if (p > 0) and (v > 0): s = make_internationalized_list([photos, videos]) elif (p == 0) and (v == 0): return "" elif v > 0: s = videos else: s = photos if title_case or singular_natural: return s else: return s.lower() class RPDFile: """ Base class for photo or video file, with metadata """ title = "" title_capitalized = "" def __init__( self, name: str, path: str, size: int, prev_full_name: str | None, prev_datetime: datetime | None, device_timestamp_type: DeviceTimestampTZ, mtime: float, mdatatime: float, thumbnail_cache_status: ThumbnailCacheDiskStatus, thm_full_name: str | None, audio_file_full_name: str | None, xmp_file_full_name: str | None, log_file_full_name: str | None, scan_id: bytes, from_camera: bool, never_read_mdatatime: bool, device_display_name: str, device_uri: str, camera_details: CameraDetails | None = None, camera_memory_card_identifiers: list[int] | None = None, raw_exif_bytes: bytes | None = None, exif_source: ExifSource | None = None, problem: Problem | None = None, ) -> None: """ :param name: filename, including the extension, without its path :param path: path of the file :param size: file size :param device_timestamp_type: the method with which the device records timestamps. :param mtime: file modification time :param mdatatime: file time recorded in metadata :param thumbnail_cache_status: whether there is an entry in the thumbnail cache or not :param prev_full_name: the name and path the file was previously downloaded with, else None :param prev_datetime: when the file was previously downloaded, else None :param thm_full_name: name and path of and associated thumbnail file :param audio_file_full_name: name and path of any associated audio file :param xmp_file_full_name: name and path of any associated XMP file :param log_file_full_name: name and path of any associated LOG file :param scan_id: id of the scan :param from_camera: whether the file is being downloaded from a camera :param never_read_mdatatime: whether to ignore the metadata date time when determining a photo or video's creation time, and rely only on the file modification time :param device_display_name: display name of the device the file was found on :param device_uri: the uri of the device the file was found on :param camera_details: details about the camera, such as model name, port, etc. :param camera_memory_card_identifiers: if downloaded from a camera, and the camera has more than one memory card, a list of numeric identifiers (i.e. 1 or 2) identifying which memory card the file came from :param raw_exif_bytes: excerpt of the file's metadata in bytes format :param exif_source: source of photo metadata :param problem: any problems encountered """ self.from_camera = from_camera self.camera_details = camera_details self.device_display_name = device_display_name self.device_uri = device_uri if camera_details is not None: self.camera_model = camera_details.model self.camera_port = camera_details.port self.camera_display_name = camera_details.display_name self.is_mtp_device = camera_details.is_mtp is True self.camera_storage_descriptions = camera_details.storage_desc else: self.camera_model = self.camera_port = self.camera_display_name = None self.camera_storage_descriptions = None self.is_mtp_device = False self.path = path self.name = name self.prev_full_name = prev_full_name self.prev_datetime = prev_datetime self.previously_downloaded = prev_full_name is not None self.full_file_name = os.path.join(path, name) # Used in sample RPD files self.raw_exif_bytes = raw_exif_bytes self.exif_source = exif_source # Indicate whether file is a photo or video self._assign_file_type() # Remove the period from the extension and make it lower case self.extension = fileformats.extract_extension(name) # Classify file based on its type e.g. jpeg, raw or tiff etc. self.extension_type = fileformats.extension_type(self.extension) self.mime_type = mimetypes.guess_type(name)[0] assert size > 0 self.size = size # Cached version of call to metadata.date_time() self._datetime = None # type: datetime | None ############################ # self._no_datetime_metadata ############################ # If True, tried to read the date time metadata, and failed # If None, haven't tried yet # If False, no problems encountered, got it (or it was assigned from mtime # when never_read_mdatatime is True) self._no_datetime_metadata = None # type: bool|None self.never_read_mdatatime = never_read_mdatatime if never_read_mdatatime: assert self.extension == "dng" self.device_timestamp_type = device_timestamp_type ########### # self.ctime ########### # # self.ctime is the photo or video's creation time. It's value depends # on the values in self.modification_time and self.mdatatime. It's value # is set by the setter functions below. # # Ideally the file's metadata contains the date/time that the file # was created. However the metadata may not have been read yet (it's a slow # operation), or it may not exist or be invalid. In that case, need to rely on # the file modification time as a proxy, as reported by the file system or # device. # # However that can also be misleading. On my Canon DSLR, for instance, if # I'm in the timezone UTC + 5, and I take a photo at 5pm, then the time stamp on # the memory card shows the photo being taken at 10pm when I look at it on the # computer. The timestamp written to the memory card should with this camera be # read as datetime.utcfromtimestamp(mtime), which would return a time zone naive # value of 5pm. In other words, the timestamp on the memory card is written as # if it were always in UTC, regardless of which timezone the photo was taken in. # # Yet this is not the case with a cellphone, where the file modification time # knows nothing about UTC and just saves it as a naive local time. self.mdatatime_caused_ctime_change = False # file modification time self.modification_time = mtime # date time recorded in metadata if never_read_mdatatime: self.mdatatime = mtime else: self.mdatatime = mdatatime self.mdatatime_caused_ctime_change = False # If a camera has more than one memory card, store a simple numeric # identifier to indicate which memory card it came from self.camera_memory_card_identifiers = camera_memory_card_identifiers # full path and name of thumbnail file that is associated with some # videos self.thm_full_name = thm_full_name # full path and name of audio file that is associated with some photos # and maybe one day videos, e.g. found with the Canon 1D series of # cameras self.audio_file_full_name = audio_file_full_name self.xmp_file_full_name = xmp_file_full_name # log files: see https://wiki.magiclantern.fm/userguide#movie_logging self.log_file_full_name = log_file_full_name self.status = DownloadStatus.not_downloaded self.problem = problem self.scan_id = int(scan_id) self.uid = uuid.uuid4().bytes self.job_code = None # freedesktop.org cache thumbnails # http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html self.thumbnail_status = ThumbnailCacheStatus.not_ready # type: ThumbnailCacheStatus self.fdo_thumbnail_128_name = "" self.fdo_thumbnail_256_name = "" # PNG data > 128x128 <= 256x256 self.fdo_thumbnail_256 = None # type: bytes|None # Thee status of the file in the Rapid Photo Downloader thumbnail cache self.thumbnail_cache_status = thumbnail_cache_status # generated values self.cache_full_file_name = "" # temporary file used only for video metadata extraction: self.temp_sample_full_file_name = None # type: str|None # if True, the file is a complete copy of the original self.temp_sample_is_complete_file = False self.temp_full_file_name = "" self.temp_thm_full_name = "" self.temp_audio_full_name = "" self.temp_xmp_full_name = "" self.temp_log_full_name = "" self.temp_cache_full_file_chunk = "" self.download_start_time = None self.download_folder = "" self.download_subfolder = "" self.download_path = "" # os.path.join(download_folder, download_subfolder) self.download_name = "" self.download_full_file_name = "" # filename with path self.download_full_base_name = "" # filename with path but no extension self.download_thm_full_name = "" # name of THM (thumbnail) file with path self.download_xmp_full_name = "" # name of XMP sidecar with path self.download_log_full_name = "" # name of LOG associate file with path self.download_audio_full_name = ( "" # name of the WAV or MP3 audio file with path ) self.thm_extension = "" self.audio_extension = "" self.xmp_extension = "" self.log_extension = "" self.metadata = None # type: metadataphoto.MetaData | metadatavideo.MetaData | metadataexiftool.MetadataExiftool | None self.metadata_failure = False # type: bool # User preference values used for name generation self.subfolder_pref_list = [] # type: list[str] self.name_pref_list = [] # type: list[str] self.generate_extension_case = "" # type: str self.modified_via_daemon_process = False # If true, there was a name generation problem self.name_generation_problem = False def should_write_fdo(self) -> bool: """ :return: True if a FDO thumbnail should be written for this file """ return self.thumbnail_status != ThumbnailCacheStatus.generation_failed and ( self.is_raw() or self.is_tiff() ) @property def modification_time(self) -> float: return self._mtime @modification_time.setter def modification_time(self, value: float | int) -> None: """ See notes on self.ctime above """ if not isinstance(value, float): value = float(value) if self.device_timestamp_type == DeviceTimestampTZ.is_utc: self._mtime = datetime.utcfromtimestamp(value).timestamp() else: self._mtime = value self._raw_mtime = value if not hasattr(self, "_mdatatime"): self.ctime = self._mtime @property def mdatatime(self) -> float: return self._mdatatime @mdatatime.setter def mdatatime(self, value: float) -> None: # Do not allow the value to be set to anything other than the modification time # if we are instructed to never read the metadata date time if self.never_read_mdatatime: value = self._mtime self._mdatatime = value # Only set the creation time if there is a value to set if value: self.mdatatime_caused_ctime_change = not datetime_roughly_equal( self.ctime, value ) self.ctime = value if not self._datetime: self._datetime = datetime.fromtimestamp(value) self._no_datetime_metadata = False def ctime_mtime_differ(self) -> bool: """ :return: True if the creation time and file system date modified time are not roughly the same. If the creation date is unknown (zero), the result will be False. """ if not self._mdatatime: return False return not datetime_roughly_equal(self._mdatatime, self._mtime) def date_time(self, missing: Any | None = None) -> datetime: """ Returns the date time as found in the file's metadata, and caches it for later use. Will return the file's modification time if self.never_read_mdatatime is True. Expects the metadata to have already been loaded. :return: the metadata's date time value, else missing if not found or error """ if self.never_read_mdatatime: # the value must have been set during the scan stage assert self._mdatatime == self._mtime return self._datetime if self._no_datetime_metadata: return missing if self._no_datetime_metadata is not None: return self._datetime # Have not yet tried to access the datetime metadata self._datetime = self.metadata.date_time(missing=None) self._no_datetime_metadata = self._datetime is None if self._no_datetime_metadata: return missing self.mdatatime = self._datetime.timestamp() return self._datetime def timestamp(self, missing: Any | None = None) -> float: """ Returns the time stamp as found in the file's metadata, and caches it for later use. Will return the file's modification time if self.never_read_mdatatime is True. Expects the metadata to have already been loaded. :return: the metadata's date time value, else missing if not found or error """ dt = self.date_time(missing=missing) if self._no_datetime_metadata: return missing return dt.timestamp() def is_jpeg(self) -> bool: """ Uses guess from mimetypes module :return:True if the image is a jpeg image """ return self.mime_type == "image/jpeg" def is_jpeg_type(self) -> bool: """ :return:True if the image is a jpeg or MPO image """ return self.mime_type == "image/jpeg" or self.extension == "mpo" def is_loadable(self) -> bool: """ :return: True if the image can be loaded directly using Qt """ return self.mime_type in ["image/jpeg", "image/tiff"] def is_raw(self) -> bool: """ Inspects file extenstion to determine if a RAW file. :return: True if the image is a RAW file """ return self.extension in fileformats.RAW_EXTENSIONS def is_heif(self) -> bool: """ Inspects file extension to determine if an HEIF / HEIC file :return: """ return self.extension in fileformats.HEIF_EXTENTIONS def is_tiff(self) -> bool: """ :return: True if the file is a tiff file """ return self.mime_type == "image/tiff" def has_audio(self) -> bool: """ :return:True if the file has an associated audio file, else False """ return self.audio_file_full_name is not None def get_current_full_file_name(self) -> str: """ :return: full file name which depending on download status will be the source file or the destination file """ if self.status in Downloaded: return self.download_full_file_name else: return self.full_file_name def get_current_sample_full_file_name(self) -> str: """ Sample files can be temporary extracts on the file system, or source or destination files on the file system :return: full file name assuming the current file is a sample file. """ # take advantage of Python's left to right evaluation: return self.temp_sample_full_file_name or self.get_current_full_file_name() def get_current_name(self) -> str: """ :return: file name which depending on download status will be the source file or the destination file """ if self.status in Downloaded: return self.download_name else: return self.name def get_uri(self, desktop_environment: bool | None = True) -> str: """ Generate and return the URI for the file :param desktop_environment: if True, will to generate a URI accepted by Gnome and KDE desktops, which means adjusting the URI if it appears to be an MTP mount. Includes the port too. :return: the URI """ if self.status in Downloaded: path = self.download_full_file_name camera_details = None else: path = self.full_file_name camera_details = self.camera_details return get_uri(full_file_name=path, camera_details=camera_details) def get_souce_href(self) -> str: return make_href( name=self.name, uri=get_uri( full_file_name=self.full_file_name, camera_details=self.camera_details ), ) def get_current_href(self) -> str: return make_href(name=self.get_current_name(), uri=self.get_uri()) def get_display_full_name(self) -> str: """ Generate a full name indicating the file source. If it's not a camera, it will merely be the full name. If it's a camera, it will include the camera name :return: full name """ if self.from_camera: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the program # will crash. return _("%(path)s on %(camera)s") % dict( path=self.full_file_name, camera=self.camera_display_name ) else: return self.full_file_name def _assign_file_type(self): self.file_type = None def __repr__(self): return "{}\t{}\t{}".format( self.name, datetime.fromtimestamp(self.modification_time).strftime( "%Y-%m-%d %H:%M:%S" ), self.get_current_sample_full_file_name(), ) class Photo(RPDFile): title = _("photo") title_capitalized = _("Photo") def _assign_file_type(self): self.file_type = FileType.photo def load_metadata( self, full_file_name: str | None = None, raw_bytes: bytearray | None = None, app1_segment: bytearray | None = None, et_process: exiftool.ExifTool = None, force_exiftool: bool | None = False, ) -> bool: """ Use GExiv2 or ExifTool to read the photograph's metadata. :param full_file_name: full path of file from which file to read the metadata. :param raw_bytes: portion of a non-jpeg file from which the metadata can be extracted :param app1_segment: the app1 segment of a jpeg file, from which the metadata can be read :param et_process: optional daemon ExifTool process :param force_exiftool: whether ExifTool must be used to load the metadata :return: True if successful, False otherwise """ if force_exiftool or fileformats.use_exiftool_on_photo( self.extension, preview_extraction_irrelevant=True ): self.metadata = metadataexiftool.MetadataExiftool( full_file_name=full_file_name, et_process=et_process, file_type=self.file_type, ) return True else: try: self.metadata = metadataphoto.MetaData( full_file_name=full_file_name, raw_bytes=raw_bytes, app1_segment=app1_segment, et_process=et_process, ) except GLib.GError as e: logging.warning( "Could not read metadata from %s. %s", self.full_file_name, e ) self.metadata_failure = True return False except Exception: logging.warning("Could not read metadata from %s", self.full_file_name) self.metadata_failure = True return False else: return True class Video(RPDFile): title = _("video") title_capitalized = _("Video") def _assign_file_type(self): self.file_type = FileType.video def load_metadata( self, full_file_name: str | None = None, et_process: exiftool.ExifTool = None, force_exiftool: bool | None = False, ) -> bool: """ Use ExifTool to read the video's metadata :param full_file_name: full path of file from which file to read the metadata. :param et_process: optional deamon exiftool process :param force_exiftool: whether ExifTool must be used to load the metadata :return: Always returns True. Return value is needed to keep consistency with class Photo, where the value actually makes sense. """ if full_file_name is None: if self.download_full_file_name: full_file_name = self.download_full_file_name elif self.cache_full_file_name: full_file_name = self.cache_full_file_name else: full_file_name = self.full_file_name self.metadata = metadatavideo.MetaData(full_file_name, et_process) return True class SamplePhoto(Photo): def __init__(self, sample_name="IMG_1234.CR2", sequences=None): mtime = time.time() super().__init__( name=sample_name, path="/media/EOS_DIGITAL/DCIM/100EOS5D", size=23516764, prev_full_name=None, prev_datetime=None, device_timestamp_type=DeviceTimestampTZ.is_local, mtime=mtime, mdatatime=mtime, thumbnail_cache_status=ThumbnailCacheDiskStatus.not_found, thm_full_name=None, audio_file_full_name=None, xmp_file_full_name=None, log_file_full_name=None, scan_id=b"0", from_camera=False, never_read_mdatatime=False, device_display_name=_("Photos"), device_uri="file:///media/EOS_DIGITAL/", ) self.sequences = sequences self.metadata = metadataphoto.DummyMetaData() self.download_start_time = datetime.now() class SampleVideo(Video): def __init__(self, sample_name="MVI_1234.MOV", sequences=None): mtime = time.time() super().__init__( name=sample_name, path="/media/EOS_DIGITAL/DCIM/100EOS5D", size=823513764, prev_full_name=None, prev_datetime=None, device_timestamp_type=DeviceTimestampTZ.is_local, mtime=mtime, mdatatime=mtime, thumbnail_cache_status=ThumbnailCacheDiskStatus.not_found, thm_full_name=None, audio_file_full_name=None, xmp_file_full_name=None, log_file_full_name=None, scan_id=b"0", from_camera=False, never_read_mdatatime=False, device_display_name=_("Videos"), device_uri="file:///media/EOS_DIGITAL/", ) self.sequences = sequences self.metadata = metadatavideo.DummyMetaData(sample_name, None) self.download_start_time = datetime.now() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/rpdsql.py0000755000175000017500000013314414562557501020547 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import datetime import logging import os import sqlite3 from collections import namedtuple from collections.abc import Sequence from typing import Any, NamedTuple from PyQt5.QtCore import Qt from tenacity import retry, stop_after_attempt from raphodo.constants import FileType, Show, Sort from raphodo.metadata.analysis.photoattributes import PhotoAttributes from raphodo.storage.storage import ( get_program_cache_directory, get_program_data_directory, ) from raphodo.utilities import divide_list_on_length, runs class FileDownloaded(NamedTuple): download_name: str download_datetime: datetime.datetime InCache = namedtuple("InCache", "md5_name, mdatatime, orientation_unknown, failure") ThumbnailRow = namedtuple( "ThumbnailRow", "uid, scan_id, mtime, marked, file_name, extension, file_type, downloaded, " "previously_downloaded, job_code, proximity_col1, proximity_col2", ) sqlite3.register_adapter(bool, int) sqlite3.register_converter("BOOLEAN", lambda v: bool(int(v))) sqlite3.register_adapter(FileType, int) sqlite3.register_converter("FILETYPE", lambda v: FileType(int(v))) # The timeout default is five seconds. sqlite3_timeout = 10.0 sqlite3_retry_attempts = 5 class ThumbnailRowsSQL: """ In-memory database of thumbnail rows displayed in the main window. """ def __init__(self) -> None: """ """ self.db = ":memory:" self.sort_order_map = {Qt.AscendingOrder: "ASC", Qt.DescendingOrder: "DESC"} self.sort_map = { Sort.checked_state: "marked", Sort.filename: "file_name", Sort.extension: "extension", Sort.file_type: "file_type", Sort.device: "device_name", } self.conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) self.conn.execute( """CREATE TABLE devices ( scan_id INTEGER NOT NULL, device_name TEXT NOT NULL, PRIMARY KEY (scan_id) )""" ) self.conn.execute( """CREATE TABLE files ( uid BLOB PRIMARY KEY, scan_id INTEGER NOT NULL, mtime REAL NOT NULL, marked BOOLEAN NOT NULL, file_name TEXT NOT NULL, extension TEXT NOT NULL, file_type FILETYPE NOT NULL, downloaded BOOLEAN NOT NULL, previously_downloaded BOOLEAN NOT NULL, job_code BOOLEAN NOT NULL, proximity_col1 INTEGER NOT NULL, proximity_col2 INTEGER NOT NULL, FOREIGN KEY (scan_id) REFERENCES devices (scan_id) )""" ) self.conn.execute( "CREATE INDEX IF NOT EXISTS scand_id_idx ON devices (scan_id)" ) self.conn.execute("CREATE INDEX IF NOT EXISTS marked_idx ON files (marked)") self.conn.execute( "CREATE INDEX IF NOT EXISTS file_type_idx ON files (file_type)" ) self.conn.execute( "CREATE INDEX IF NOT EXISTS downloaded_idx ON files (downloaded)" ) self.conn.execute( """CREATE INDEX IF NOT EXISTS previously_downloaded_idx ON files (previously_downloaded)""" ) self.conn.execute( """CREATE INDEX IF NOT EXISTS job_code_idx ON files (job_code)""" ) self.conn.execute( """CREATE INDEX IF NOT EXISTS proximity_col1_idx ON files (proximity_col1)""" ) self.conn.execute( """CREATE INDEX IF NOT EXISTS proximity_col2_idx ON files (proximity_col2)""" ) self.conn.commit() def add_or_update_device(self, scan_id: int, device_name: str) -> None: query = "INSERT OR REPLACE INTO devices (scan_id, device_name) VALUES (?,?)" logging.debug("%s (%s, %s)", query, scan_id, device_name) self.conn.execute(query, (scan_id, device_name)) self.conn.commit() def get_all_devices(self) -> list[int]: query = "SELECT scan_id FROM devices" rows = self.conn.execute(query).fetchall() return [row[0] for row in rows] def add_thumbnail_rows(self, thumbnail_rows: Sequence[ThumbnailRow]) -> None: """ Add a list of rows to the database of thumbnail rows """ logging.debug("Adding %s rows to db", len(thumbnail_rows)) self.conn.executemany( r"""INSERT INTO files (uid, scan_id, mtime, marked, file_name, extension, file_type, downloaded, previously_downloaded, job_code, proximity_col1, proximity_col2) VALUES (?,?,?,?,?,?,?,?,?,?,?,?)""", thumbnail_rows, ) self.conn.commit() def _build_where( self, scan_id: int | None = None, show: Show | None = None, previously_downloaded: bool | None = None, downloaded: bool | None = None, job_code: bool | None = None, file_type: FileType | None = None, marked: bool | None = None, extensions: list[str] | None = None, proximity_col1: list[int] | None = None, proximity_col2: list[int] | None = None, exclude_scan_ids: list[int] | None = None, uids: list[bytes] | None = None, ) -> tuple[str, list[Any]]: where_clauses = [] where_values = [] if scan_id is not None: where_clauses.append("scan_id=?") where_values.append(scan_id) if marked is not None: where_clauses.append("marked=?") where_values.append(marked) if file_type is not None: where_clauses.append("file_type=?") where_values.append(file_type) if show == Show.new_only: where_clauses.append("previously_downloaded=0") elif previously_downloaded is not None: where_clauses.append("previously_downloaded=?") where_values.append(previously_downloaded) if downloaded is not None: where_clauses.append("downloaded=?") where_values.append(downloaded) if job_code is not None: where_clauses.append("job_code=?") where_values.append(job_code) if extensions is not None: if len(extensions) == 1: where_clauses.append("extension=?") where_values.append(extensions[0]) else: where_clauses.append( "extension IN ({})".format(",".join("?" * len(extensions))) ) where_values.extend(extensions) if uids is not None: if len(uids) == 1: where_clauses.append("uid=?") where_values.append(uids[0]) else: # assume max host parameters in a single SQL statement is 999 if len(uids) > 900: uids = uids[:900] where_clauses.append("uid IN ({})".format(",".join("?" * len(uids)))) where_values.extend(uids) if exclude_scan_ids is not None: if len(exclude_scan_ids) == 1: where_clauses.append("scan_id!=?") where_values.append(exclude_scan_ids[0]) else: where_clauses.append( "scan_id NOT IN ({})".format(",".join("?" * len(exclude_scan_ids))) ) where_values.extend(exclude_scan_ids) for p, col_name in ( (proximity_col1, "proximity_col1"), (proximity_col2, "proximity_col2"), ): if not p: continue if len(p) == 1: where_clauses.append(f"{col_name}=?") where_values.append(p[0]) else: p.sort() or_clauses = [] for first, last in runs(p): if first == last: or_clauses.append(f"{col_name}=?") where_values.append(first) else: or_clauses.append(f"({col_name} BETWEEN ? AND ?)") where_values.extend((first, last)) where_clauses.append("({})".format(" OR ".join(or_clauses))) where = " AND ".join(where_clauses) return where, where_values def _build_sort(self, sort_by: Sort, sort_order: Qt.SortOrder) -> str: if sort_by == Sort.modification_time: sort = f"ORDER BY mtime {self.sort_order_map[sort_order]}" else: sort = "ORDER BY {0} {1}, mtime {1}".format( self.sort_map[sort_by], self.sort_order_map[sort_order] ) return sort def get_view( self, sort_by: Sort, sort_order: Qt.SortOrder, show: Show, proximity_col1: list[int] | None = None, proximity_col2: list[int] | None = None, ) -> list[tuple[bytes, bool]]: where, where_values = self._build_where( show=show, proximity_col1=proximity_col1, proximity_col2=proximity_col2 ) sort = self._build_sort(sort_by, sort_order) query = "SELECT uid, marked FROM files" if sort_by == Sort.device: query = f"{query} NATURAL JOIN devices" if where: query = f"{query} WHERE {where}" query = f"{query} {sort}" if where: logging.debug("%s %s", query, where_values) return self.conn.execute(query, tuple(where_values)).fetchall() else: logging.debug("%s", query) return self.conn.execute(query).fetchall() def get_first_uid_from_uid_list( self, sort_by: Sort, sort_order: Qt.SortOrder, show: Show, uids: list[bytes], proximity_col1: list[int] | None = None, proximity_col2: list[int] | None = None, ) -> bytes | None: """ Given a list of uids, and sort and filtering criteria, return the first uid that the user will have displayed -- if any are displayed. """ where, where_values = self._build_where( show=show, proximity_col1=proximity_col1, proximity_col2=proximity_col2, uids=uids, ) sort = self._build_sort(sort_by, sort_order) query = "SELECT uid FROM files" if sort_by == Sort.device: query = f"{query} NATURAL JOIN devices" query = f"{query} WHERE {where}" query = f"{query} {sort}" logging.debug("%s (using %s where values)", query, len(where_values)) row = self.conn.execute(query, tuple(where_values)).fetchone() if row: return row[0] return None def get_uids( self, scan_id: int | None = None, show: Show | None = None, previously_downloaded: bool | None = None, downloaded: bool | None = None, job_code: bool | None = None, file_type: FileType | None = None, marked: bool | None = None, proximity_col1: list[int] | None = None, proximity_col2: list[int] | None = None, exclude_scan_ids: list[int] | None = None, return_file_name=False, ) -> list[bytes]: where, where_values = self._build_where( scan_id=scan_id, show=show, previously_downloaded=previously_downloaded, downloaded=downloaded, file_type=file_type, job_code=job_code, marked=marked, proximity_col1=proximity_col1, proximity_col2=proximity_col2, exclude_scan_ids=exclude_scan_ids, ) if return_file_name: query = "SELECT file_name FROM files" else: query = "SELECT uid FROM files" if where: query = f"{query} WHERE {where}" if where_values: logging.debug("%s %s", query, where_values) rows = self.conn.execute(query, tuple(where_values)).fetchall() else: logging.debug("%s", query) rows = self.conn.execute(query).fetchall() return [row[0] for row in rows] def get_count( self, scan_id: int | None = None, show: Show | None = None, previously_downloaded: bool | None = None, downloaded: bool | None = None, job_code: bool | None = None, file_type: FileType | None = None, marked: bool | None = None, proximity_col1: list[int] | None = None, proximity_col2: list[int] | None = None, ) -> int: where, where_values = self._build_where( scan_id=scan_id, show=show, previously_downloaded=previously_downloaded, downloaded=downloaded, job_code=job_code, file_type=file_type, marked=marked, proximity_col1=proximity_col1, proximity_col2=proximity_col2, ) query = "SELECT COUNT(*) FROM files" if where: query = f"{query} WHERE {where}" if where_values: rows = self.conn.execute(query, tuple(where_values)).fetchone() else: # logging.debug('%s', query) rows = self.conn.execute(query).fetchone() return rows[0] def validate_uid(self, uid: bytes) -> None: rows = self.conn.execute("SELECT uid FROM files WHERE uid=?", (uid,)).fetchall() if not rows: raise KeyError("UID does not exist in database") def set_marked(self, uid: bytes, marked: bool) -> None: query = "UPDATE files SET marked=? WHERE uid=?" logging.debug("%s (%s, %s)", query, marked, uid) self.conn.execute(query, (marked, uid)) self.conn.commit() def set_all_marked_as_unmarked(self, scan_id: int = None) -> None: if scan_id is None: query = "UPDATE files SET marked=0 WHERE marked=1" logging.debug(query) self.conn.execute(query) else: query = "UPDATE files SET marked=0 WHERE marked=1 AND scan_id=?" logging.debug("%s (%s)", query, scan_id) self.conn.execute(query, (scan_id,)) self.conn.commit() def _update_marked(self, uids: list[bytes], marked: bool) -> None: query = "UPDATE files SET marked=? WHERE uid IN ({})" logging.debug("%s (%s on %s uids)", query, marked, len(uids)) self.conn.execute(query.format(",".join("?" * len(uids))), [marked] + uids) def _update_previously_downloaded( self, uids: list[bytes], previously_downloaded: bool ) -> None: query = "UPDATE files SET previously_downloaded=? WHERE uid IN ({})" logging.debug("%s (%s on %s uids)", query, previously_downloaded, len(uids)) self.conn.execute( query.format(",".join("?" * len(uids))), [previously_downloaded] + uids ) def _set_list_values(self, uids: list[bytes], update_value, value) -> None: if len(uids) == 0: return # Limit to number of parameters: 900 # See https://www.sqlite.org/limits.html if len(uids) > 900: uid_chunks = divide_list_on_length(uids, 900) for chunk in uid_chunks: update_value(chunk, value) else: update_value(uids, value) self.conn.commit() def set_list_marked(self, uids: list[bytes], marked: bool) -> None: self._set_list_values(uids=uids, update_value=self._update_marked, value=marked) def set_list_previously_downloaded( self, uids: list[bytes], previously_downloaded: bool ) -> None: self._set_list_values( uids=uids, update_value=self._update_previously_downloaded, value=previously_downloaded, ) def set_downloaded(self, uid: bytes, downloaded: bool) -> None: query = "UPDATE files SET downloaded=? WHERE uid=?" logging.debug("%s (%s, )", query, downloaded) self.conn.execute(query, (downloaded, uid)) self.conn.commit() def set_job_code_assigned(self, uids: list[bytes], job_code: bool) -> None: if len(uids) == 1: query = "UPDATE files SET job_code=? WHERE uid=?" # logging.debug('%s (%s, )', query, job_code) self.conn.execute(query, (job_code, uids[0])) else: # Limit to number of parameters: 900 # See https://www.sqlite.org/limits.html if len(uids) > 900: name_chunks = divide_list_on_length(uids, 900) for chunk in name_chunks: self._mass_set_job_code_assigned(chunk, job_code) else: self._mass_set_job_code_assigned(uids, job_code) self.conn.commit() def _mass_set_job_code_assigned(self, uids: list[bytes], job_code: bool) -> None: query = "UPDATE files SET job_code=? WHERE uid IN ({})" logging.debug("%s (%s files)", query, len(uids)) self.conn.execute(query.format(",".join("?" * len(uids))), [job_code] + uids) def assign_proximity_groups(self, groups: Sequence[tuple[int, int, bytes]]) -> None: query = "UPDATE files SET proximity_col1=?, proximity_col2=? WHERE uid=?" logging.debug("%s (%s operations)", query, len(groups)) self.conn.executemany(query, groups) self.conn.commit() def get_uids_for_device(self, scan_id: int) -> list[int]: query = "SELECT uid FROM files WHERE scan_id=?" logging.debug("%s (%s, )", query, scan_id) rows = self.conn.execute(query, (scan_id,)).fetchall() return [row[0] for row in rows] def any_files_marked(self, scan_id: int | None = None) -> bool: if scan_id is None: row = self.conn.execute( "SELECT uid FROM files WHERE marked=1 LIMIT 1" ).fetchone() else: row = self.conn.execute( "SELECT uid FROM files WHERE marked=1 AND scan_id=? LIMIT 1", (scan_id,) ).fetchone() return row is not None def any_files_to_download(self, scan_id: int | None = None) -> bool: if scan_id is not None: row = self.conn.execute( "SELECT uid FROM files WHERE downloaded=0 AND scan_id=? LIMIT 1", (scan_id,), ).fetchone() else: row = self.conn.execute( "SELECT uid FROM files WHERE downloaded=0 LIMIT 1" ).fetchone() return row is not None def any_files_download_completed(self) -> bool: row = self.conn.execute( "SELECT uid FROM files WHERE downloaded=1 LIMIT 1" ).fetchone() return row is not None def any_files(self, scan_id: int | None = None) -> bool: """ Determine if there are any files associated with this scan_id, of if no scan_id is specified, any file at all :param scan_id: optional device to check :return: True if found, else False """ if scan_id is not None: row = self.conn.execute( "SELECT uid FROM files WHERE scan_id=? LIMIT 1", (scan_id,) ).fetchone() else: row = self.conn.execute("SELECT uid FROM files LIMIT 1").fetchone() return row is not None def any_files_with_extensions(self, scan_id: int, extensions: list[str]) -> bool: where, where_values = self._build_where(scan_id=scan_id, extensions=extensions) query = "SELECT uid FROM files" if where: query = f"{query} WHERE {where}" if where_values: logging.debug("%s %s", query, where_values) row = self.conn.execute(query, tuple(where_values)).fetchone() else: logging.debug("%s", query) row = self.conn.execute(query).fetchone() return row is not None def any_files_of_type(self, scan_id: int, file_type: FileType) -> bool: where, where_values = self._build_where(scan_id=scan_id, file_type=file_type) query = "SELECT uid FROM files" if where: query = f"{query} WHERE {where}" if where_values: logging.debug("%s %s", query, where_values) row = self.conn.execute(query, tuple(where_values)).fetchone() else: logging.debug("%s", query) row = self.conn.execute(query).fetchone() return row is not None def get_single_file_of_type( self, file_type: FileType, downloaded: bool | None = None, scan_id: int | None = None, exclude_scan_ids: list[int] | None = None, ) -> bytes | None: where, where_values = self._build_where( scan_id=scan_id, downloaded=downloaded, file_type=file_type, exclude_scan_ids=exclude_scan_ids, ) query = "SELECT uid FROM files" if where: query = f"{query} WHERE {where}" if where_values: logging.debug("%s %s", query, where_values) row = self.conn.execute(query, tuple(where_values)).fetchone() else: logging.debug("%s", query) row = self.conn.execute(query).fetchone() if row is None: return None return row[0] def any_marked_file_no_job_code(self) -> bool: row = self.conn.execute( "SELECT uid FROM files WHERE marked=1 AND job_code=0 LIMIT 1" ).fetchone() return row is not None def _any_not_previously_downloaded(self, uids: list[bytes]) -> bool: query = ( "SELECT uid FROM files WHERE uid IN ({}) " "AND previously_downloaded=0 LIMIT 1" ) logging.debug("%s (%s files)", query, len(uids)) row = self.conn.execute( query.format(",".join("?" * len(uids))), uids ).fetchone() return row is not None def any_not_previously_downloaded(self, uids: list[bytes]) -> bool: """ :param uids: list of UIDs to check :return: True if any of the files associated with the UIDs have not been previously downloaded """ if len(uids) > 900: uid_chunks = divide_list_on_length(uids, 900) for chunk in uid_chunks: if self._any_not_previously_downloaded(uids=uid_chunks): return True return False else: return self._any_not_previously_downloaded(uids=uids) def _delete_uids(self, uids: list[bytes]) -> None: query = "DELETE FROM files WHERE uid IN ({})" logging.debug("%s (%s files)", query, len(uids)) self.conn.execute(query.format(",".join("?" * len(uids))), uids) def delete_uids(self, uids: list[bytes]) -> None: """ Deletes thumbnails from SQL cache :param uids: list of uids to delete """ if len(uids) == 0: return # Limit to number of parameters: 900 # See https://www.sqlite.org/limits.html if len(uids) > 900: name_chunks = divide_list_on_length(uids, 900) for chunk in name_chunks: self._delete_uids(chunk) else: self._delete_uids(uids) self.conn.commit() def delete_files_by_scan_id( self, scan_id: int, downloaded: bool | None = None ) -> None: query = "DELETE FROM files" where, where_values = self._build_where(scan_id=scan_id, downloaded=downloaded) query = f"{query} WHERE {where}" logging.debug("%s (%s)", query, where_values) self.conn.execute(query, where_values) self.conn.commit() def delete_device(self, scan_id: int) -> None: query = "DELETE FROM devices WHERE scan_id=?" logging.debug("%s (%s, )", query, scan_id) self.conn.execute(query, (scan_id,)) self.conn.commit() class DownloadedSQL: """ Previous file download detection. Used to detect if a file has been downloaded before. A file is the same if the file name (excluding path), size and modification time are the same. For performance reasons, Exif information is never checked. """ def __init__(self, data_dir: str = None) -> None: """ :param data_dir: where the database is saved. If None, use default """ if data_dir is None: data_dir = get_program_data_directory(create_if_not_exist=True) self.db = os.path.join(data_dir, "downloaded_files.sqlite") self.table_name = "downloaded" self.update_table() # Generate values to calculate shifts in time zones / self.time_zone_offsets = {} # type: dict[int, tuple[int]] for time_zone_offset_resolution in (60, 30, 15): # minutes positive = range( time_zone_offset_resolution * 60, # seconds 24 * 60 * 60 + 1, # seconds time_zone_offset_resolution * 60, # seconds ) negative = range( time_zone_offset_resolution * 60 * -1, # seconds (24 * 60 * 60 + 1) * -1, # seconds time_zone_offset_resolution * 60 * -1, # seconds ) self.time_zone_offsets[time_zone_offset_resolution] = tuple( val for pair in zip(positive, negative) for val in pair ) self.found_offset = 0 # in seconds. Set to actual offset when one is found. # h:mm. Set to actual offset when one is found. Can be negative. self.found_offset_hr = "" def update_table(self, reset: bool = False) -> None: """ Create or update the database table :param reset: if True, delete the contents of the table and build it """ conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) if reset: conn.execute(rf"""DROP TABLE IF EXISTS {self.table_name}""") conn.execute("VACUUM") conn.execute( f"""CREATE TABLE IF NOT EXISTS {self.table_name} ( file_name TEXT NOT NULL, mtime REAL NOT NULL, size INTEGER NOT NULL, download_name TEXT NOT NULL, download_datetime timestamp, PRIMARY KEY (file_name, mtime, size) )""" ) # Use the character . to for download_name and path to indicate the user # manually marked a file as previously downloaded conn.execute( f"""CREATE INDEX IF NOT EXISTS download_datetime_idx ON {self.table_name} (download_name)""" ) conn.commit() conn.close() @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) def add_downloaded_file( self, name: str, size: int, modification_time: float, download_full_file_name: str, ) -> None: """ Add file to database of downloaded files :param name: original filename of photo / video, without path :param size: file size :param modification_time: file modification time :param download_full_file_name: renamed file including path, or the character . that the user manually marked the file as previously downloaded """ conn = sqlite3.connect(self.db, timeout=sqlite3_timeout) logging.debug("Adding %s to downloaded files", name) try: conn.execute( rf"""INSERT OR REPLACE INTO {self.table_name} (file_name, size, mtime, download_name, download_datetime) VALUES (?,?,?,?,?)""", ( name, size, modification_time, download_full_file_name, datetime.datetime.now(), ), ) except sqlite3.OperationalError as e: logging.warning( "Database error adding download file %s: %s. May retry.", download_full_file_name, e, ) conn.close() raise sqlite3.OperationalError from e else: conn.commit() conn.close() def file_downloaded( self, name: str, size: int, modification_time: float, time_zone_offset_resolution: int | None = None, ) -> FileDownloaded | None: """ Returns download path and filename if a file with matching name, modification time and size has previously been downloaded :param name: file name, not including path :param size: file size in bytes :param modification_time: file modification time :return: download name (including path) and when it was downloaded, else None if never downloaded """ conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) c = conn.cursor() c.execute( """SELECT download_name, download_datetime as [timestamp] FROM {tn} WHERE file_name=? AND size=? AND mtime=?""".format(tn=self.table_name), (name, size, modification_time), ) row = c.fetchone() if row is not None: return FileDownloaded._make(row) if time_zone_offset_resolution is None: return None if self.found_offset: c.execute( """SELECT download_name, download_datetime as [timestamp] FROM {tn} WHERE file_name=? AND size=? AND mtime=?""".format(tn=self.table_name), (name, size, modification_time - self.found_offset), ) row = c.fetchone() if row is not None: logging.debug("Reused time zone offset %s", self.found_offset_hr) return FileDownloaded._make(row) else: logging.info( "Using time zone offset unsuccessful %s", self.found_offset_hr ) # Determine if there is a file with the same time and date within +- 24 hours # i.e. 3600 seconds * 24 = 86400 # For why 24 hours, see this map: # https://en.wikipedia.org/wiki/Time_zone#/media/File:World_Time_Zones_Map.png c.execute( f"""SELECT download_name, download_datetime as [timestamp], mtime FROM {self.table_name} WHERE file_name=? AND size=? AND mtime<=? AND mtime >=?""", (name, size, modification_time + 86400, modification_time - 86400), ) row = c.fetchone() if row is not None: # we now have a time within 24 hours in either direction of the mtime mtime = row[2] # type: float for offset in self.time_zone_offsets[time_zone_offset_resolution]: if mtime + offset == modification_time: self.found_offset = offset m, s = divmod(offset, 60) h, m = divmod(m, 60) self.found_offset_hr = f"{h:d}:{m:02d}" logging.info("Time zone offset is %s", self.found_offset_hr) return FileDownloaded(download_name=name, download_datetime=row[1]) return None class CacheSQL: def __init__( self, location: str = None, create_table_if_not_exists: bool = True ) -> None: """ :param location: path on the file system where the Table exists :param create_table_if_not_exists: """ if location is None: location = get_program_cache_directory(create_if_not_exist=True) self.db = os.path.join(location, self.db_fs_name()) self.table_name = "cache" if create_table_if_not_exists: self.update_table() def db_fs_name(self) -> str: return "thumbnail_cache.sqlite" def cache_exists(self) -> bool: conn = sqlite3.connect(self.db) row = conn.execute( "SELECT name FROM sqlite_master WHERE type='table' " f"AND name='{self.table_name}'" ).fetchone() conn.close() return row is not None def update_table(self, reset: bool = False) -> None: """ Create or update the database table :param reset: if True, delete the contents of the table and build it """ conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) if reset: conn.execute(rf"""DROP TABLE IF EXISTS {self.table_name}""") conn.execute("VACUUM") conn.execute( f"""CREATE TABLE IF NOT EXISTS {self.table_name} ( uri TEXT NOT NULL, mtime REAL NOT NULL, mdatatime REAL, size INTEGER NOT NULL, md5_name TEXT NOT NULL, orientation_unknown BOOLEAN NOT NULL, failure BOOLEAN NOT NULL, PRIMARY KEY (uri, mtime, size) )""" ) conn.execute( f"CREATE INDEX IF NOT EXISTS md5_name_idx ON {self.table_name} (md5_name)" ) conn.commit() conn.close() @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) def add_thumbnail( self, uri: str, size: int, mtime: float, mdatatime: float, md5_name: str, orientation_unknown: bool, failure: bool, ) -> None: """ Add file to database of downloaded files :param uri: original filename of photo / video with path :param size: file size :param mtime: file modification time :param mdatatime: file time recorded in metadata :param md5_name: full file name converted to md5 :param orientation_unknown: if True, the orientation of the file could not be determined, else False :param failure: if True, indicates the thumbnail could not be generated, otherwise False """ conn = sqlite3.connect(self.db, timeout=sqlite3_timeout) try: conn.execute( rf"""INSERT OR REPLACE INTO {self.table_name} (uri, size, mtime, mdatatime, md5_name, orientation_unknown, failure) VALUES (?,?,?,?,?,?,?)""", (uri, size, mtime, mdatatime, md5_name, orientation_unknown, failure), ) except sqlite3.OperationalError as e: logging.warning( "Database error adding thumbnail for %s: %s. May retry.", uri, e ) conn.close() raise sqlite3.OperationalError from e else: conn.commit() conn.close() @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) def have_thumbnail(self, uri: str, size: int, mtime: float) -> InCache | None: """ Returns download path and filename if a file with matching name, modification time and size has previously been downloaded :param uri: file name, including path :param size: file size in bytes :param mtime: file modification time :return: md5 name (excluding path) and if the value indicates a thumbnail generation failure, else None if thumbnail not present """ conn = sqlite3.connect(self.db, timeout=sqlite3_timeout) try: c = conn.cursor() c.execute( f"""SELECT md5_name, mdatatime, orientation_unknown, failure FROM {self.table_name} WHERE uri=? AND size=? AND mtime=?""", (uri, size, mtime), ) row = c.fetchone() except sqlite3.OperationalError as e: logging.warning( "Database error reading thumbnail for %s: %s. May retry.", uri, e ) conn.close() raise sqlite3.OperationalError from e if row is not None: return InCache._make(row) else: return None @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) def _delete(self, names: list[str], conn): conn.execute( """DELETE FROM {tn} WHERE md5_name IN ({values})""".format( tn=self.table_name, values=",".join("?" * len(names)) ), names, ) def delete_thumbnails(self, md5_names: list[str]) -> None: """ Deletes thumbnails from SQL cache :param md5_names: list of names, without path """ if len(md5_names) == 0: return conn = sqlite3.connect(self.db) # Limit to number of parameters: 900 # See https://www.sqlite.org/limits.html try: if len(md5_names) > 900: name_chunks = divide_list_on_length(md5_names, 900) for chunk in name_chunks: self._delete(chunk, conn) else: self._delete(md5_names, conn) except sqlite3.OperationalError as e: logging.error( "Database error while deleting %s thumbnails: %s", len(md5_names), e ) else: conn.commit() conn.close() def no_thumbnails(self) -> int: """ :return: how many thumbnails are in the db """ conn = sqlite3.connect(self.db) c = conn.cursor() c.execute(f"SELECT COUNT(*) FROM {self.table_name}") count = c.fetchall() return count[0][0] def md5_names(self) -> list[tuple[str]]: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute(f"SELECT md5_name FROM {self.table_name}") rows = c.fetchall() return rows def vacuum(self) -> None: conn = sqlite3.connect(self.db) conn.execute("VACUUM") conn.close() class FileFormatSQL: def __init__(self, data_dir: str = None) -> None: """ :param data_dir: where the database is saved. If None, use default """ if data_dir is None: data_dir = get_program_data_directory(create_if_not_exist=True) self.db = os.path.join(data_dir, "file_formats.sqlite") self.table_name = "formats" self.update_table() def update_table(self, reset: bool = False) -> None: """ Create or update the database table :param reset: if True, delete the contents of the table and build it """ conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) if reset: conn.execute(rf"""DROP TABLE IF EXISTS {self.table_name}""") conn.execute("VACUUM") conn.execute( f"""CREATE TABLE IF NOT EXISTS {self.table_name} ( id INTEGER PRIMARY KEY, extension TEXT NOT NULL, camera TEXT NOT NULL, size INTEGER NOT NULL, orientation_offset INTEGER, datetime_offset INTEGER, cache INTEGER NOT NULL, app0 INTEGER, orientation TEXT, exif_thumbnail TEXT, thumbnail_preview_same INTEGER, preview_source TEXT, previews TEXT )""" ) conn.execute( f"CREATE INDEX IF NOT EXISTS extension_idx ON {self.table_name} (extension)" ) conn.execute( f"CREATE INDEX IF NOT EXISTS camera_idx ON {self.table_name} (camera)" ) conn.commit() conn.close() def add_format(self, pa: PhotoAttributes) -> None: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( f"""INSERT OR IGNORE INTO {self.table_name} ( extension, camera, size, orientation_offset, datetime_offset, cache, app0, orientation, exif_thumbnail, thumbnail_preview_same, preview_source, previews ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""", ( pa.ext, pa.model, pa.total, pa.minimum_exif_read_size_in_bytes_orientation, pa.minimum_exif_read_size_in_bytes_datetime, pa.bytes_cached_post_thumb, pa.has_app0, pa.orientation, pa.exif_thumbnail_details, pa.exif_thumbnail_and_preview_identical, pa.preview_source, pa.preview_size_and_types, ), ) conn.commit() conn.close() def get_orientation_bytes(self, extension: str) -> int | None: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( f"SELECT max(orientation_offset) FROM {self.table_name} " "WHERE extension=(?)", (extension,), ) row = c.fetchone() if row is not None: return row[0] return None def get_datetime_bytes(self, extension: str) -> int | None: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( f"SELECT max(datetime_offset) FROM {self.table_name} WHERE extension=(?)", (extension,), ) row = c.fetchone() if row is not None: return row[0] return None if __name__ == "__main__": import uuid d = ThumbnailRowsSQL() uid = uuid.uuid4().bytes scan_id = 0 device_name = "1D X" mtime = datetime.datetime.now().timestamp() marked = True file_name = "image.cr2" extension = "cr2" file_type = FileType.photo downloaded = False previously_downloaded = True proximity_col1 = -1 proximity_col2 = -1 d.add_or_update_device(scan_id=scan_id, device_name=device_name) tr = ThumbnailRow( uid=uid, scan_id=scan_id, marked=marked, mtime=mtime, file_name=file_name, file_type=file_type, extension=extension, downloaded=downloaded, previously_downloaded=previously_downloaded, job_code=False, proximity_col1=proximity_col1, proximity_col2=proximity_col2, ) uid = uuid.uuid4().bytes scan_id = 1 device_name = "NEXUS 5X" mtime = datetime.datetime.now().timestamp() marked = True file_name = "image.dng" extension = "dng" file_type = FileType.photo downloaded = False previously_downloaded = False d.add_or_update_device(scan_id=scan_id, device_name=device_name) tr2 = ThumbnailRow( uid=uid, scan_id=scan_id, marked=marked, mtime=mtime, file_name=file_name, file_type=file_type, extension=extension, downloaded=downloaded, previously_downloaded=previously_downloaded, job_code=False, proximity_col1=proximity_col1, proximity_col2=proximity_col2, ) uid = uuid.uuid4().bytes mtime = datetime.datetime.now().timestamp() marked = False file_name = "image.mp4" extension = "mp4" file_type = FileType.video downloaded = False previously_downloaded = True tr3 = ThumbnailRow( uid=uid, scan_id=scan_id, marked=marked, mtime=mtime, file_name=file_name, file_type=file_type, extension=extension, downloaded=downloaded, previously_downloaded=previously_downloaded, job_code=False, proximity_col1=proximity_col1, proximity_col2=proximity_col2, ) d.add_thumbnail_rows([tr, tr2, tr3]) cursor = d.conn.cursor() cursor.execute("SELECT * FROM files") for row in map(ThumbnailRow._make, cursor.fetchall()): print(row) d.set_marked(uid, False) d.set_downloaded(uid, True) print(d.get_view(sort_by=Sort.device, sort_order=Qt.DescendingOrder, show=Show.all)) print(d.get_uids_for_device(0)) print(d.get_uids_for_device(1)) print(d.any_files_marked()) print(d.get_uids(marked=True, return_file_name=True)) print(d.get_uids(marked=False, return_file_name=True)) print(d.get_uids(downloaded=False, return_file_name=True)) print(d.get_uids(downloaded=True, return_file_name=True)) print(d.get_uids(file_type=FileType.video, return_file_name=True)) print("next two lines should be identical") print(d.get_uids(scan_id=0, file_type=FileType.photo, return_file_name=True)) print( d.get_uids( exclude_scan_ids=[ 1, ], file_type=FileType.photo, return_file_name=True, ) ) print(d.get_uids(previously_downloaded=False, return_file_name=True)) print(d.get_count(scan_id=0)) print(d.get_count(previously_downloaded=True)) print(d.get_count(show=Show.new_only)) print(d.get_count(marked=True)) uids = d.get_uids(downloaded=False) print("UIDs", len(uids), "; available to download?", d.any_files_to_download()) d.set_list_marked(uids, marked=False) print(d.get_count(marked=True)) d.set_list_marked(uids, marked=True) print(d.get_count(marked=True)) print(d.any_files_with_extensions(scan_id=0, extensions=["cr2", "dng"])) print(d.any_files_with_extensions(scan_id=0, extensions=["nef", "dng"])) print(d.any_files_with_extensions(scan_id=0, extensions=["nef"])) print(d.any_files_with_extensions(scan_id=0, extensions=["cr2"])) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/scan.py0000755000175000017500000024144514562557501020172 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Scans directory looking for photos and videos, and any associated files external to the actual photo/video including thumbnail files, XMP files, and audio files that are linked to a photo. Returns results using the 0MQ pipeline pattern. Photo and movie metadata is (for the most part) not read during this scan process, because doing so is too slow. However, as part of scanning a device, there are two aspects to metadata that are in fact needed: 1. A sample of photo and video metadata, that is used to demonstrate file renaming. That is one sample photo, and one sample video. 2. The device's time zone must be determined, as cameras handle their time zone setting differently from phones, and results can be unpredictable. Therefore need to analyze the created date time metadata of a file the device and compare it against the file modification time on the file system or more importantly, gphoto2. It's not an exact science and there are problems, but doing this is better than not doing it at all. A sample photo or video for (1) can be used for (2) """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" import contextlib import locale import logging import operator import os import pickle import sys import tempfile from collections import defaultdict, deque, namedtuple from collections.abc import Iterator from datetime import datetime with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") import gphoto2 as gp from PyQt5.QtCore import QStorageInfo import raphodo.metadata.fileformats as fileformats import raphodo.metadata.metadataexiftool as metadataexiftool import raphodo.metadata.metadataphoto as metadataphoto import raphodo.metadata.metadatavideo as metadatavideo import raphodo.rpdfile as rpdfile from raphodo.cache import ThumbnailCacheSql from raphodo.camera import Camera, gphoto2_named_error, gphoto2_python_logging from raphodo.cameraerror import CameraError, CameraProblemEx, iOSDeviceError from raphodo.constants import ( CameraErrorCode, DeviceTimestampTZ, DeviceType, ExifSource, FileExtension, FileType, ThumbnailCacheDiskStatus, all_tags_offset, all_tags_offset_exiftool, ) from raphodo.interprocess import ScanArguments, ScanResults, WorkerInPublishPullPipeline from raphodo.metadata.exiftool import ExifTool # Instances of classes ScanArguments and ScanPreferences are passed via pickle # Thus do not remove these two imports from raphodo.prefs.preferences import Preferences, ScanPreferences from raphodo.problemnotification import ( CameraDirectoryReadProblem, CameraFileInfoProblem, CameraFileReadProblem, FileMetadataLoadProblem, FileWriteProblem, FileZeroLengthProblem, FsMetadataReadProblem, ScanProblems, UnhandledFileProblem, ) from raphodo.rpdsql import DownloadedSQL from raphodo.storage.storage import ( CameraDetails, StorageSpace, get_uri, gvfs_gphoto2_path, ) from raphodo.storage.storageidevice import ( idevice_do_mount, idevice_get_name, idevice_in_pairing_list, idevice_pair, idevice_validate_pairing, ) from raphodo.utilities import ( GenerateRandomFileName, datetime_roughly_equal, format_size_for_user, stdchannel_redirected, ) FileInfo = namedtuple( "FileInfo", "path modification_time size ext_lower base_name file_type" ) CameraFile = namedtuple("CameraFile", "name size") CameraMetadataDetails = namedtuple( "CameraMetadataDetails", "path name size extension mtime file_type" ) SampleMetadata = namedtuple("SampleMetadata", "datetime determined_by") class ScanWorker(WorkerInPublishPullPipeline): def __init__(self): self.downloaded = DownloadedSQL() self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) self.no_previously_downloaded = 0 self.file_batch = [] self.batch_size = 50 self.file_type_counter = rpdfile.FileTypeCounter() self.file_size_sum = rpdfile.FileSizeSum() self.device_timestamp_type = DeviceTimestampTZ.undetermined # full_file_name (path+name):timestamp self.file_mdatatime = {} # type: dict[str, float] self.sample_exif_bytes = None # type: bytes|None self.sample_exif_source = None # type: ExifSource | None self.sample_photo = None # type: rpdfile.Photo | None self.sample_video = None # type: rpdfile.Video | None self.sample_photo_source_is_extract = None # type: bool|None self.sample_photo_extract_full_file_name = None # type: str|None self.sample_video_extract_full_file_name = None # type: str|None self.sample_photo_file_full_file_name = None # type: str|None self.sample_photo_full_file_downloaded = None # type: bool|None self.sample_video_file_full_file_name = None # type: str|None self.sample_video_full_file_downloaded = None # type: bool|None self.located_sample_photo = False self.located_sample_video = False self.prepared_sample_photo = False self.prepared_sample_video = False # If the entire video or photo is required to extract metadata # (which affects thumbnail generation too). # Set only if downloading from a camera / phone. self.entire_photo_required = False self.entire_video_required = False self.prefs = Preferences() self.scan_preferences = ScanPreferences(self.prefs.ignored_paths) if self.prefs.ignore_time_zone_changes: self.time_zone_offset_resolution = self.prefs.time_zone_offset_resolution else: self.time_zone_offset_resolution = None self.problems = ScanProblems() self._camera_details = None # type: CameraDetails | None self._et_process = None # type: ExifTool | None super().__init__("Scan") @property def et_process(self) -> ExifTool: """ Instead of using a with statement, which starts a new instance of ExifTool every time, start it once for this scan process, if needed :return: ExifTool process """ if self._et_process is None: self._et_process = ExifTool() self._et_process.start() return self._et_process def exit_exiftool(self): if self._et_process is not None: # explicitly terminate the process right away, not relying on # python's garbage collection (which as the docs indicate, is a bad idea) self._et_process.terminate() self._et_process = None def do_work(self) -> None: try: self.do_scan() except Exception: try: device = self.display_name except AttributeError: device = "" logging.exception("Unexpected exception while scanning %s", device) self.content = pickle.dumps( ScanResults(scan_id=int(self.worker_id), fatal_error=True), pickle.HIGHEST_PROTOCOL, ) self.exit_exiftool() self.send_message_to_sink() self.disconnect_logging() self.send_finished_command() def do_scan(self) -> None: logging.debug(f"Scan {self.worker_id.decode()} worker started") scan_arguments = pickle.loads(self.content) # type: ScanArguments if scan_arguments.log_gphoto2: self.gphoto2_logging = gphoto2_python_logging() if scan_arguments.ignore_other_types: fileformats.PHOTO_EXTENSIONS_SCAN = ( fileformats.PHOTO_EXTENSIONS_WITHOUT_OTHER ) self.device = scan_arguments.device device_type = scan_arguments.device.device_type self.download_from_camera = device_type == DeviceType.camera self.download_from_camera_fuse = device_type == DeviceType.camera_fuse self.download_from_filesystem = device_type in ( DeviceType.volume, DeviceType.path, ) self.camera_storage_descriptions = [] if self.download_from_camera or self.download_from_camera_fuse: self.camera_model = scan_arguments.device.camera_model self.camera_port = scan_arguments.device.camera_port self.is_mtp_device = scan_arguments.device.is_mtp_device self.camera_display_name = scan_arguments.device.display_name self.display_name = self.camera_display_name self.ignore_mdatatime_for_mtp_dng = ( self.is_mtp_device and self.prefs.ignore_mdatatime_for_mtp_dng ) else: assert self.download_from_filesystem self.camera_port = self.camera_model = self.is_mtp_device = None self.ignore_mdatatime_for_mtp_dng = False self.camera_display_name = None self.display_name = scan_arguments.device.display_name self.files_scanned = 0 self.camera = None # type: Camera | None terminated = False if self.download_from_filesystem: self.scan_file_system(scan_arguments) elif self.download_from_camera_fuse: # In the future, if cameras generally can be downloaded using FUSE, remove # this assertion: assert self.device.is_apple_mobile udid = self.device.idevice_udid logging.debug("Examining camera-as-fuse-device '%s'", self.display_name) while True: try: if idevice_in_pairing_list(udid, self.display_name): idevice_validate_pairing(udid, self.display_name) break else: idevice_pair(udid, self.display_name) idevice_validate_pairing(udid, self.display_name) break except iOSDeviceError as e: self.content = pickle.dumps( ScanResults( error_code=e.code, error_message=str(e), scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Wait for command to resume or halt processing self.resume_work() if self.device.have_canoncial_ios_name: logging.debug( "Already have iOS display name for %s. Not querying again.", self.display_name, ) self.camera_display_name = self.display_name else: name = idevice_get_name(udid) if name: self.camera_display_name = name self.display_name = self.camera_display_name try: mount_point = idevice_do_mount(udid, self.display_name) except iOSDeviceError as e: self.content = pickle.dumps( ScanResults( error_code=e.code, error_message=str(e), scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() terminated = True else: mount = QStorageInfo(mount_point) scan_arguments.device.path = mount_point storage_space = StorageSpace( bytes_free=mount.bytesAvailable(), bytes_total=mount.bytesTotal(), path=mount_point, ) # send mount point, device name, and storage information to main process self.content = pickle.dumps( ScanResults( optimal_display_name=self.camera_display_name, scan_id=int(self.worker_id), is_apple_mobile=self.device.is_apple_mobile, mount_point=mount_point, storage_space=[ storage_space, ], ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() if terminated: logging.info("Terminating scan of %s", self.display_name) else: self.scan_file_system(scan_arguments) else: # When a mobile phone is unlocked, it's as if the phone is ejected and # reinserted. # That means this process will be called again as if it were a device # inserted a 2nd time, only this time it will be unlocked. try: self.scan_camera(scan_arguments) # Sanity check: ensure file contents are still accessible try: self.camera.camera.folder_list_files("/") except gp.GPhoto2Error: raise CameraError(CameraErrorCode.inaccessible) else: self.camera.free_camera() except CameraError as e: if e.code == CameraErrorCode.inaccessible: terminated = True logging.info("Terminating scan of %s", self.display_name) if self.is_mtp_device: logging.debug("%s is an MTP device", self.display_name) if self.camera is not None: self.camera.free_camera() else: raise if not terminated: if self.file_batch: # Send any remaining files, including the sample photo or video self.content = pickle.dumps( ScanResults( self.file_batch, self.file_type_counter, self.file_size_sum, sample_photo=self.sample_photo, sample_video=self.sample_video, entire_video_required=self.entire_video_required, entire_photo_required=self.entire_photo_required, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() elif self.download_from_camera or self.download_from_camera_fuse: self.content = pickle.dumps( ScanResults(scan_id=int(self.worker_id), camera_removed=True), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.send_problems() if self.files_scanned > 0 and not ( self.files_scanned == 0 and self.download_from_camera ): logging.info( f"{self.files_scanned} total files scanned on {self.display_name}" ) self.exit_exiftool() self.disconnect_logging() self.send_finished_command() def send_problems(self) -> None: if self.problems: self.content = pickle.dumps( ScanResults(scan_id=int(self.worker_id), problems=self.problems), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() def walk_file_system(self, path_to_walk: str) -> Iterator[tuple[str, str]]: """ Return files on local file system, ignoring those in directories the user doesn't want scanned :param path_to_walk: the path to scan """ for dir_name, dir_list, file_list in os.walk(path_to_walk): if len(dir_list) > 0: # Do not scan gvfs gphoto2 mount dir_list[:] = ( d for d in dir_list if not gvfs_gphoto2_path(dir_name + d) ) if self.scan_preferences.ignored_paths: # Don't inspect paths the user wants ignored # Altering subdirs in place controls the looping # [:] ensures the list is altered in place # (mutating slice method) dir_list[:] = filter(self.scan_preferences.scan_this_path, dir_list) for name in file_list: yield dir_name, name def scan_file_system(self, scan_arguments: ScanArguments): """ Download from file system - either on This Computer, a FUSE device, or an external volume like a memory card or USB Flash or external drive of some kind. :param scan_arguments: scan configuration """ assert scan_arguments.device.path is not None path = os.path.abspath(scan_arguments.device.path) scanning_specific_path = ( self.prefs.scan_specific_folders and scan_arguments.device.device_type in (DeviceType.volume, DeviceType.camera_fuse) ) if scanning_specific_path: specific_folder_prefs = self.prefs.folders_to_scan paths = tuple( os.path.join(path, folder) for folder in os.listdir(path) if folder in specific_folder_prefs and os.path.isdir(os.path.join(path, folder)) ) logging.info( "For device %s, identified paths: %s", self.display_name, ", ".join(paths), ) else: paths = (path,) if scan_arguments.device.device_type == DeviceType.volume: device_type = "device" elif scan_arguments.device.device_type == DeviceType.camera_fuse: device_type = "iOS device" else: device_type = "This Computer path" logging.info(f"Scanning {device_type} {self.display_name}") self.problems.uri = get_uri(path=path) self.problems.name = self.display_name # Before doing anything else, determine time zone approach # Need two different walks because first folder of files # might be videos, then the 2nd folder photos, etc. for path in paths: self.distinguish_non_camera_device_timestamp(path) if self.device_timestamp_type != DeviceTimestampTZ.undetermined: break for path in paths: if scanning_specific_path: logging.info(f"Scanning {path} on {self.display_name}") for dir_name, name in self.walk_file_system(path): self.dir_name = dir_name self.file_name = name self.process_file() def scan_camera(self, scan_arguments: ScanArguments) -> None: """ Scan camera for files. Raises error if camera becomes inaccessible :param scan_arguments: scan configuration """ have_optimal_display_name = scan_arguments.device.have_optimal_display_name if self.prefs.scan_specific_folders: specific_folder_prefs = self.prefs.folders_to_scan else: specific_folder_prefs = None while True: try: self.camera = Camera( model=scan_arguments.device.camera_model, port=scan_arguments.device.camera_port, is_mtp_device=scan_arguments.device.is_mtp_device, raise_errors=True, specific_folders=specific_folder_prefs, ) if not have_optimal_display_name: # Update the GUI with the real name of the camera # and its storage information have_optimal_display_name = True self.camera_display_name = self.camera.display_name self.display_name = self.camera_display_name storage_space = self.camera.get_storage_media_capacity(refresh=True) storage_descriptions = self.camera.get_storage_descriptions() self.content = pickle.dumps( ScanResults( optimal_display_name=self.camera_display_name, storage_space=storage_space, storage_descriptions=storage_descriptions, scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() break except CameraProblemEx as e: self.content = pickle.dumps( ScanResults(error_code=e.code, scan_id=int(self.worker_id)), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Wait for command to resume or halt processing self.resume_work() self.camera_details = 0 self.problems.uri = get_uri(camera_details=self.camera_details) self.problems.name = self.display_name if self.ignore_mdatatime_for_mtp_dng: logging.info( "For any DNG files on the %s, when determining the creation date/" "time, the metadata date/time will be ignored, and the file " "modification date/time used instead", self.display_name, ) # Download only from the DCIM type folder(s) in the camera, # if that's what the user has specified. Otherwise, try to download from # everything we can find. if self.camera.camera_has_folders_to_scan(): logging.info(f"Scanning {self.display_name}") self._camera_folders_and_files = [] self._camera_file_names = defaultdict(list) self._camera_audio_files = defaultdict(list) self._camera_video_thumbnails = defaultdict(list) self._camera_xmp_files = defaultdict(list) self._camera_log_files = defaultdict(list) self._folder_identifiers = {} self._folder_identifers_for_file = defaultdict(list) # type: DefaultDict[int, list[int]] self._camera_directories_for_file = defaultdict(list) self._camera_photos_videos_by_type = defaultdict(list) # type: DefaultDict[FileExtension, list[CameraMetadataDetails]] specific_folders = self.camera.specific_folders if self.camera.dual_slots_active: # This camera has dual memory cards in use. # Give each folder a numeric identifier that will be # used to identify which card a given file comes from for idx, folders in enumerate(specific_folders): for folder in folders: self._folder_identifiers[folder] = idx + 1 # locate photos and videos, identifying duplicate files # identify candidates for extracting metadata for idx, folders in enumerate(specific_folders): # Setup camera details for each storage space in the camera self.camera_details = idx # Now initialize the problems container, if not already done so if idx: self.problems.name = self.camera_display_name self.problems.uri = get_uri(camera_details=self.camera_details) for specific_folder in folders: logging.debug( "Scanning %s on %s", specific_folder, self.camera.display_name ) folder_identifier = self._folder_identifiers.get(specific_folder) if specific_folder_prefs is None: basedir = specific_folder else: basedir = os.path.dirname(specific_folder) self.locate_files_on_camera( specific_folder, folder_identifier, basedir ) # extract camera metadata if self._camera_photos_videos_by_type: self.identify_camera_tz_and_sample_files() # now, process each file for self.dir_name, self.file_name in self._camera_folders_and_files: self.process_file() else: logging.warning( "Unable to detect any specific folders (like DCIM) on %s", self.display_name, ) def locate_files_on_camera( self, path: str, folder_identifier: int, basedir: str ) -> None: """ Scans the memory card(s) on the camera for photos, videos, audio files, and video thumbnail (THM) files. Looks only in the camera's DCIM folders, which are assumed to have already been located. We cannot assume file names are unique on any one memory card, as although it's unlikely, it's possible that a file with the same name might be in different subfolders. For cameras with two memory cards, there are two broad possibilities: (!) the cards' contents mirror each other, because the camera writes the same files to both cards simultaneously (2) each card has a different set of files, e.g. because a different file type is written to each card, or the 2nd card is used only when the first is full In practice, we have to assume that if there are two memory cards, some files will be identical, and others different. Thus we have to scan the contents of both cards, analyzing file names, file modification times and file sizes. If a camera has more than one memory card, we store which card the file came from using a simple numeric identifier i.e. 1 or 2. For duplicate files, we record both directories the file is stored on. We ignore all folders that contain a file .nomedia :param path: the path on the camera to analyze for files and folders :param folder_identifier: if not None, then indicates (1) the camera being scanned has more than one memory card, and (2) the simple numeric identifier of the memory card being scanned right now :param basedir: the base directory of the path, as reported by libgphoto2 """ files_in_folder = [] names = [] try: files_in_folder = self.camera.camera.folder_list_files(path) except gp.GPhoto2Error as e: logging.error( "Unable to scan files on %s: %s", self.display_name, gphoto2_named_error(e.code), ) uri = get_uri(path=path, camera_details=self.camera_details) self.problems.append( CameraDirectoryReadProblem(uri=uri, name=path, gp_code=e.code) ) if e.code in (gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS): logging.error( "%s removed while listing files during scan", self.display_name ) raise CameraError(CameraErrorCode.inaccessible) if files_in_folder: # Distinguish the file type for every file in the folder names = [name for name, value in files_in_folder] if ".nomedia" in names: # do nothing with this folder logging.debug("Ignoring %s because it contains a .nomedia file", path) return split_names = [os.path.splitext(name) for name in names] # Remove the period from the extension exts = [ext[1:] for name, ext in split_names] exts_lower = [ext.lower() for ext in exts] ext_types = [fileformats.extension_type(ext) for ext in exts_lower] for idx, name in enumerate(names): # Check to see if the process has received a command to terminate # or pause self.check_for_controller_directive() # Get the information we extracted above base_name = split_names[idx][0] ext = exts[idx] ext_lower = exts_lower[idx] ext_type = ext_types[idx] file_type = fileformats.file_type(ext_lower) if file_type is not None: # file is a photo or video file_is_unique = True try: modification_time, size = self.camera.get_file_info(path, name) except gp.GPhoto2Error as e: logging.error( "Unable to access modification_time or size from %s on %s. " "Error: %s", os.path.join(path, name), self.display_name, gphoto2_named_error(e.code), ) modification_time, size = 0, 0 uri = get_uri( full_file_name=os.path.join(path, name), camera_details=self.camera_details, ) self.problems.append(CameraFileInfoProblem(uri=uri, gp_code=e.code)) else: if size <= 0: full_file_name = os.path.join(path, name) logging.error( "Zero length file %s will not be downloaded from %s", full_file_name, self.display_name, ) uri = get_uri( full_file_name=full_file_name, camera_details=self.camera_details, ) self.problems.append(FileZeroLengthProblem(name=name, uri=uri)) if size > 0: key = rpdfile.make_key(file_type, basedir) self.file_type_counter[key] += 1 self.file_size_sum[key] += size # Store the directory this file is stored in, used when # determining if associate files are part of the download cf = CameraFile(name=name, size=size) self._camera_directories_for_file[cf].append(path) if folder_identifier is not None: # Store which which card the file came from using a # simple numeric identifier i.e. 1 or 2. self._folder_identifers_for_file[cf].append(folder_identifier) if name in self._camera_file_names: for existing_file_info in self._camera_file_names[name]: # Don't compare file modification time in this # comparison, because files can be written to # different cards several seconds apart when # the write speeds of the cards differ if existing_file_info.size == size: file_is_unique = False break if file_is_unique: file_info = FileInfo( path=path, modification_time=modification_time, size=size, file_type=file_type, base_name=base_name, ext_lower=ext_lower, ) metadata_details = CameraMetadataDetails( path=path, name=name, size=size, extension=ext_lower, mtime=modification_time, file_type=file_type, ) self._camera_file_names[name].append(file_info) self._camera_folders_and_files.append([path, name]) self._camera_photos_videos_by_type[ext_type].append( metadata_details ) else: # this file on the camera is not a photo or video if ext_lower in fileformats.AUDIO_EXTENSIONS: self._camera_audio_files[base_name].append((path, ext)) elif ext_lower in fileformats.VIDEO_THUMBNAIL_EXTENSIONS: self._camera_video_thumbnails[base_name].append((path, ext)) elif ext_lower == "xmp": self._camera_xmp_files[base_name].append((path, ext)) elif ext_lower == "log": self._camera_log_files[base_name].append((path, ext)) else: logging.info( "Ignoring unknown file %s on %s", os.path.join(path, name), self.display_name, ) if self.prefs.warn_about_unknown_file(ext=ext): uri = get_uri( full_file_name=os.path.join(path, name), camera_details=self.camera_details, ) self.problems.append(UnhandledFileProblem(name=name, uri=uri)) folders = [] try: for name, value in self.camera.camera.folder_list_folders(path): if self.scan_preferences.scan_this_path(os.path.join(path, name)): folders.append(name) except gp.GPhoto2Error as e: logging.error( "Unable to list folders on %s: %s", self.display_name, gphoto2_named_error(e.code), ) uri = get_uri(path=path, camera_details=self.camera_details) self.problems.append( CameraDirectoryReadProblem(uri=uri, name=path, gp_code=e.code) ) if e.code in (gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS): logging.error( "%s removed while listing folders during scan", self.display_name ) raise CameraError(code=CameraErrorCode.inaccessible) # recurse over subfolders for name in folders: self.locate_files_on_camera( os.path.join(path, name), folder_identifier, basedir ) def identify_camera_tz_and_sample_files(self) -> None: """ Get sample metadata for photos and videos, and determine device timezone setting. """ # do in place sort of jpegs, RAWs and videos by file size for files in self._camera_photos_videos_by_type.values(): files.sort(key=operator.attrgetter("size")) # When determining how a camera reports modification time, extraction order # of preference is (1) heif, (2) jpeg, (3) RAW, and finally least preferred # is (4) video. However, if ignore_mdatatime_for_mtp_dng is set, ignore the RAW # files if not self.ignore_mdatatime_for_mtp_dng: order = ( FileExtension.heif, FileExtension.jpeg, FileExtension.raw, FileExtension.video, ) else: order = ( FileExtension.heif, FileExtension.jpeg, FileExtension.video, FileExtension.raw, ) if not fileformats.heif_capable(): order = order[1:] have_photos = ( len(self._camera_photos_videos_by_type[FileExtension.raw]) > 0 or len(self._camera_photos_videos_by_type[FileExtension.jpeg]) > 0 ) if not have_photos and fileformats.heif_capable(): have_photos = ( len(self._camera_photos_videos_by_type[FileExtension.heif]) > 0 ) have_videos = len(self._camera_photos_videos_by_type[FileExtension.video]) > 0 max_attempts = 5 for ext_type in order: for file in self._camera_photos_videos_by_type[ext_type][:max_attempts]: # type: CameraMetadataDetails get_tz = ( self.device_timestamp_type == DeviceTimestampTZ.undetermined and not ( self.ignore_mdatatime_for_mtp_dng and ext_type == FileExtension.raw ) ) get_sample_metadata = ( file.file_type == FileType.photo and not self.located_sample_photo ) or ( file.file_type == FileType.video and not self.located_sample_video ) if get_tz or get_sample_metadata: logging.info( "Extracting sample %s metadata for %s", file.file_type.name, self.camera_display_name, ) sample = self.sample_camera_metadata( path=file.path, name=file.name, ext_type=ext_type, extension=file.extension, modification_time=file.mtime, size=file.size, file_type=file.file_type, ) if get_tz: self.determine_device_timestamp_tz( sample.datetime, file.mtime, sample.determined_by ) need_sample_photo = not self.located_sample_photo and have_photos need_sample_video = not self.located_sample_video and have_videos if not (need_sample_photo or need_sample_video): break def process_file(self) -> None: # Check to see if the process has received a command to terminate or # pause self.check_for_controller_directive() file = os.path.join(self.dir_name, self.file_name) # do we have permission to read the file? if self.download_from_camera or os.access(file, os.R_OK): # count how many files of each type are included # i.e. how many photos and videos self.files_scanned += 1 if not self.files_scanned % 10000: logging.info(f"Scanned {self.files_scanned} files") if not self.download_from_camera: base_name, ext = os.path.splitext(self.file_name) ext = ext[1:].lower() file_type = fileformats.file_type(ext) # For next code block, see comment in # self.distinguish_non_camera_device_timestamp() # This only applies to files being scanned on the file system, not # cameras / phones. if file_type == FileType.photo and not self.located_sample_photo: # this should never happen due to photos being prioritized over # videos with respect to time zone determination logging.error( "Sample metadata not extracted from photo %s although it " "should have been used to determine the device timezone", self.file_name, ) elif file_type == FileType.video and not self.located_sample_video: extension = fileformats.extract_extension(self.file_name) self.sample_non_camera_metadata( self.dir_name, self.file_name, file, FileExtension.video, extension, file_type, ) else: base_name = None for file_info in self._camera_file_names[self.file_name]: if file_info.path == self.dir_name: base_name = file_info.base_name ext = file_info.ext_lower file_type = file_info.file_type break assert base_name is not None if file_type is not None: self.file_type_counter[file_type] += 1 if self.download_from_camera: modification_time = file_info.modification_time # zero length files have already been filtered out size = file_info.size camera_file = CameraFile(name=self.file_name, size=size) else: stat = os.stat(file) size = stat.st_size if size <= 0: logging.error( "Zero length file %s will not be downloaded from %s", file, self.display_name, ) uri = get_uri(full_file_name=file) self.problems.append( FileZeroLengthProblem(name=self.file_name, uri=uri) ) return modification_time = stat.st_mtime camera_file = None self.file_size_sum[file_type] += size # look for thumbnail file (extension THM) for videos if file_type == FileType.video: thm_full_name = self.get_video_THM_file(base_name, camera_file) else: thm_full_name = None # check if an XMP file is associated with the photo or video xmp_file_full_name = self.get_xmp_file(base_name, camera_file) # check if a Magic Lantern LOG file is associated with the video log_file_full_name = self.get_log_file(base_name, camera_file) # check if an audio file is associated with the photo or video audio_file_full_name = self.get_audio_file(base_name, camera_file) # has the file been downloaded previously? # note: we should use the adjusted mtime, not the raw one adjusted_mtime = self.adjusted_mtime(modification_time) downloaded = self.downloaded.file_downloaded( name=self.file_name, size=size, modification_time=adjusted_mtime, time_zone_offset_resolution=self.time_zone_offset_resolution, ) thumbnail_cache_status = ThumbnailCacheDiskStatus.unknown # Assign metadata time, if we have it # If we don't, it will be extracted when thumbnails are generated mdatatime = self.file_mdatatime.get(file, 0.0) ignore_mdatatime = self.ignore_mdatatime(ext=ext) if ( not mdatatime and self.prefs.use_thumbnail_cache and not ignore_mdatatime ): # Was there a thumbnail generated for the file? # If so, get the metadata date time from that get_thumbnail = self.thumbnail_cache.get_thumbnail_path( full_file_name=file, mtime=adjusted_mtime, size=size, camera_model=self.camera_model, ) thumbnail_cache_status = get_thumbnail.disk_status if thumbnail_cache_status in ( ThumbnailCacheDiskStatus.found, ThumbnailCacheDiskStatus.failure, ): mdatatime = get_thumbnail.mdatatime if downloaded is not None: self.no_previously_downloaded += 1 prev_full_name = downloaded.download_name prev_datetime = downloaded.download_datetime else: prev_full_name = prev_datetime = None if self.download_from_camera: camera_memory_card_identifiers = self._folder_identifers_for_file[ camera_file ] if not camera_memory_card_identifiers: camera_memory_card_identifiers = None else: camera_memory_card_identifiers = None problem = None rpd_file = rpdfile.get_rpdfile( name=self.file_name, path=self.dir_name, size=size, prev_full_name=prev_full_name, prev_datetime=prev_datetime, device_timestamp_type=self.device_timestamp_type, mtime=modification_time, mdatatime=mdatatime, thumbnail_cache_status=thumbnail_cache_status, thm_full_name=thm_full_name, audio_file_full_name=audio_file_full_name, xmp_file_full_name=xmp_file_full_name, log_file_full_name=log_file_full_name, scan_id=self.worker_id, file_type=file_type, from_camera=self.download_from_camera, camera_details=self.camera_details, camera_memory_card_identifiers=camera_memory_card_identifiers, never_read_mdatatime=ignore_mdatatime, device_display_name=self.display_name, device_uri=self.device.uri, raw_exif_bytes=None, exif_source=None, problem=problem, ) self.file_batch.append(rpd_file) if ( not self.prepared_sample_photo and file == self.sample_photo_file_full_file_name and self.located_sample_photo ): self.sample_photo = self.create_sample_rpdfile( name=self.file_name, path=self.dir_name, size=size, mdatatime=mdatatime, file_type=FileType.photo, mtime=modification_time, ignore_mdatatime=ignore_mdatatime, ) self.sample_exif_bytes = None if self.sample_photo_full_file_downloaded: rpd_file.cache_full_file_name = ( self.sample_photo_extract_full_file_name ) self.sample_photo_extract_full_file_name = None self.prepared_sample_photo = True if ( not self.prepared_sample_video and file == self.sample_video_file_full_file_name and self.located_sample_video ): self.sample_video = self.create_sample_rpdfile( name=self.file_name, path=self.dir_name, size=size, mdatatime=mdatatime, file_type=FileType.video, mtime=modification_time, ignore_mdatatime=ignore_mdatatime, ) if self.sample_video_full_file_downloaded: rpd_file.cache_full_file_name = ( self.sample_video_extract_full_file_name ) self.sample_video_extract_full_file_name = None self.prepared_sample_video = True if len(self.file_batch) == self.batch_size: self.content = pickle.dumps( ScanResults( rpd_files=self.file_batch, file_type_counter=self.file_type_counter, file_size_sum=self.file_size_sum, sample_photo=self.sample_photo, sample_video=self.sample_video, entire_video_required=self.entire_video_required, entire_photo_required=self.entire_photo_required, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.file_batch = [] self.sample_photo = None self.sample_video = None def send_message_to_sink(self) -> None: with contextlib.suppress(AttributeError): logging.debug( "Sending %s scanned files from %s to sink", len(self.file_batch), self.display_name, ) super().send_message_to_sink() def ignore_mdatatime(self, ext: str) -> bool: return self.ignore_mdatatime_for_mtp_dng and ext == "dng" def create_sample_rpdfile( self, path: str, name: str, size: int, mdatatime: float, file_type: FileType, mtime: float, ignore_mdatatime: bool, ) -> rpdfile.Photo | rpdfile.Video: assert ( self.sample_exif_source is not None and self.sample_photo_file_full_file_name or self.sample_video_file_full_file_name is not None ) assert self.located_sample_photo or self.located_sample_video logging.info( "Successfully extracted sample %s metadata from %s", file_type.name, self.display_name, ) problem = None rpd_file = rpdfile.get_rpdfile( name=name, path=path, size=size, prev_full_name=None, prev_datetime=None, device_timestamp_type=self.device_timestamp_type, mtime=mtime, mdatatime=mdatatime, thumbnail_cache_status=ThumbnailCacheDiskStatus.unknown, thm_full_name=None, audio_file_full_name=None, xmp_file_full_name=None, log_file_full_name=None, scan_id=self.worker_id, file_type=file_type, from_camera=self.download_from_camera, camera_details=self.camera_details, camera_memory_card_identifiers=None, never_read_mdatatime=ignore_mdatatime, device_display_name=self.display_name, device_uri=self.device.uri, raw_exif_bytes=self.sample_exif_bytes, exif_source=self.sample_exif_source, problem=problem, ) if ( file_type == FileType.photo and self.download_from_camera and self.sample_photo_source_is_extract ): rpd_file.temp_sample_full_file_name = ( self.sample_photo_extract_full_file_name ) rpd_file.temp_sample_is_complete_file = ( self.sample_photo_full_file_downloaded ) elif file_type == FileType.video and self.download_from_camera: # relevant only when downloading from a camera rpd_file.temp_sample_full_file_name = ( self.sample_video_extract_full_file_name ) rpd_file.temp_sample_is_complete_file = ( self.sample_video_full_file_downloaded ) return rpd_file def download_chunk_from_camera( self, offset: int, size: int, extension: str, modification_time: int, path: str, name: str, file_type: FileType, ) -> tuple[bool, datetime | None]: dt = None entire_file_required = False # First try offset value, and if it fails, read the entire video # Reading the metadata on some videos will fail if the entire video # is not read, e.g. an iPhone 5 video temp_name = os.path.join( tempfile.gettempdir(), GenerateRandomFileName().name(extension=extension) ) looped = False for chunk_size in (offset, size): if chunk_size == size: logging.debug( "Downloading entire %s for metadata sample (%s)", file_type.name, format_size_for_user(size), ) if not looped: entire_file_required = True logging.debug( "Unknown if entire %s is required to extract metadata and " "thumbnails from %s, but setting it to required in case it is", file_type.name, self.display_name, ) mtime = int(self.adjusted_mtime(float(modification_time))) try: self.camera.save_file_chunk(path, name, chunk_size, temp_name, mtime) except CameraProblemEx as e: if e.code == CameraErrorCode.read: uri = get_uri( os.path.join(path, name), camera_details=self.camera_details ) self.problems.append( CameraFileReadProblem(uri=uri, name=name, gp_code=e.gp_code) ) elif e.code == CameraErrorCode.write: uri = get_uri(path=os.path.dirname(temp_name)) self.problems.append( FileWriteProblem( uri=uri, name=temp_name, exception=e.py_exception ) ) else: if e.gp_code in ( gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS, ): raise CameraError(code=CameraErrorCode.inaccessible) else: if file_type == FileType.video: metadata = metadatavideo.MetaData(temp_name, self.et_process) dt = metadata.date_time(missing=None, ignore_file_modify_date=True) width = metadata.width(missing=None) height = metadata.height(missing=None) if dt is not None and width is not None and height is not None: self.sample_video_full_file_downloaded = chunk_size == size self.sample_video_extract_full_file_name = temp_name self.sample_video_file_full_file_name = os.path.join(path, name) if not entire_file_required: logging.debug( "Was able to extract video metadata from %s without " "downloading the entire video", self.display_name, ) break else: # photo using ExifTool metadata = metadataexiftool.MetadataExiftool( temp_name, self.et_process, file_type=file_type ) dt = metadata.date_time(missing=None, ignore_file_modify_date=True) if dt is not None: self.sample_photo_full_file_downloaded = chunk_size == size self.sample_photo_extract_full_file_name = temp_name self.sample_photo_file_full_file_name = os.path.join(path, name) self.sample_photo_source_is_extract = True self.sample_exif_source = ExifSource.actual_file if not entire_file_required: logging.debug( "Was able to extract photo metadata from %s without " "downloading the entire photo", self.display_name, ) break entire_file_required = True logging.debug( "Entire %s is required to extract metadata and thumbnails from %s", file_type.name, self.display_name, ) looped = True return entire_file_required, dt def sample_camera_metadata( self, path: str, name: str, extension: str, ext_type: FileExtension, size: int, modification_time: int, file_type: FileType, ) -> SampleMetadata: """ Extract sample metadata, including specifically datetime, from a photo or video on a camera Video files are special in that sometimes the entire file has to be read in order to extract its metadata. """ dt = determined_by = None use_app1 = save_chunk = exif_extract = use_exiftool = False if ext_type == FileExtension.jpeg: determined_by = "jpeg" if self.prefs.force_exiftool: exif_extract = True use_exiftool = True save_chunk = True else: if self.camera.can_fetch_thumbnails: use_app1 = True else: exif_extract = True elif ext_type == FileExtension.raw: determined_by = "RAW" exif_extract = True use_exiftool = ( self.prefs.force_exiftool or fileformats.use_exiftool_on_photo( extension, preview_extraction_irrelevant=True ) ) save_chunk = use_exiftool elif ext_type == FileExtension.video: determined_by = "video" save_chunk = True elif ext_type == FileExtension.heif: determined_by = "HEIF / HEIC" exif_extract = True use_exiftool = ( self.prefs.force_exiftool or fileformats.use_exiftool_on_photo( extension, preview_extraction_irrelevant=True ) ) save_chunk = True if use_app1: try: self.sample_exif_bytes = self.camera.get_exif_extract_from_jpeg( path, name ) except CameraProblemEx as e: uri = get_uri( full_file_name=os.path.join(path, name), camera_details=self.camera_details, ) self.problems.append( CameraFileReadProblem(uri=uri, name=name, gp_code=e.gp_code) ) if e.gp_code in (gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS): raise CameraError(code=CameraErrorCode.inaccessible) else: try: with stdchannel_redirected(sys.stderr, os.devnull): metadata = metadataphoto.MetaData( app1_segment=self.sample_exif_bytes, et_process=self.et_process, ) except Exception: logging.warning( "Scanner failed to load metadata from %s on %s", name, self.camera.display_name, ) self.sample_exif_bytes = None uri = get_uri( full_file_name=os.path.join(path, name), camera_details=self.camera_details, ) self.problems.append(FileMetadataLoadProblem(uri=uri, name=name)) else: self.sample_exif_source = ExifSource.app1_segment self.sample_photo_file_full_file_name = os.path.join(path, name) dt = metadata.date_time(missing=None) # type: datetime elif exif_extract: if use_exiftool: assert save_chunk offset = all_tags_offset_exiftool.get(extension) if offset is None: max_size = 1024**2 * 2 # approx 2 MB offset = min(size, max_size) self.entire_photo_required, dt = self.download_chunk_from_camera( offset=offset, size=size, extension=extension, modification_time=modification_time, path=path, name=name, file_type=FileType.photo, ) else: offset = all_tags_offset.get(extension) if offset is None: offset = size offset = min(size, offset) try: self.sample_exif_bytes = self.camera.get_exif_extract( path, name, offset ) except CameraProblemEx as e: self.sample_exif_bytes = None if e.gp_code in ( gp.GP_ERROR_IO_USB_FIND, gp.GP_ERROR_BAD_PARAMETERS, ): raise CameraError(code=CameraErrorCode.inaccessible) if self.sample_exif_bytes is not None: try: with stdchannel_redirected(sys.stderr, os.devnull): metadata = metadataphoto.MetaData( raw_bytes=self.sample_exif_bytes, et_process=self.et_process, ) except Exception: logging.warning( "Scanner failed to load metadata from %s on %s", name, self.camera.display_name, ) self.sample_exif_bytes = None uri = get_uri( full_file_name=os.path.join(path, name), camera_details=self.camera_details, ) self.problems.append( FileMetadataLoadProblem(uri=uri, name=name) ) else: self.sample_exif_source = ExifSource.raw_bytes self.sample_photo_file_full_file_name = os.path.join(path, name) self.sample_photo_source_is_extract = False dt = metadata.date_time(missing=None) # type: datetime else: assert save_chunk # video offset = all_tags_offset_exiftool.get(extension) if offset is None: max_size = 1024**2 * 20 # approx 21 MB offset = min(size, max_size) self.entire_video_required, dt = self.download_chunk_from_camera( offset=offset, size=size, extension=extension, modification_time=modification_time, path=path, name=name, file_type=FileType.video, ) if dt is None: logging.warning( "Scanner failed to extract date time metadata from %s on %s", name, self.camera.display_name, ) else: self.file_mdatatime[os.path.join(path, name)] = float(dt.timestamp()) if file_type == FileType.photo: self.located_sample_photo = True else: self.located_sample_video = True logging.info( "Extracted date time value %s for %s on %s", dt, name, self.camera_display_name, ) return SampleMetadata(dt, determined_by) def sample_non_camera_metadata( self, path: str, name: str, full_file_name: str, ext_type: FileExtension, extension: str, file_type: FileType, ) -> SampleMetadata: """ Extract sample metadata datetime from a photo or video not on a camera """ dt = determined_by = None if ext_type == FileExtension.jpeg: determined_by = "jpeg" elif ext_type == FileExtension.raw: determined_by = "RAW" elif ext_type == FileExtension.video: determined_by = "video" elif ext_type == FileExtension.heif: determined_by = "HEIF / HEIC" if ext_type == FileExtension.video: metadata = metadatavideo.MetaData( full_file_name=full_file_name, et_process=self.et_process ) self.sample_video_file_full_file_name = os.path.join(path, name) dt = metadata.date_time(missing=None) else: # photo - we don't care if jpeg or RAW if self.prefs.force_exiftool or fileformats.use_exiftool_on_photo( extension, preview_extraction_irrelevant=True ): metadata = metadataexiftool.MetadataExiftool( full_file_name=full_file_name, et_process=self.et_process, file_type=file_type, ) self.sample_exif_source = ExifSource.actual_file self.sample_photo_file_full_file_name = os.path.join(path, name) dt = metadata.date_time(missing=None) # type: datetime else: try: with stdchannel_redirected(sys.stderr, os.devnull): metadata = metadataphoto.MetaData( full_file_name=full_file_name, et_process=self.et_process ) except Exception: logging.warning( "Scanner failed to load metadata from %s on %s", name, self.display_name, ) uri = get_uri(full_file_name=full_file_name) self.problems.append(FileMetadataLoadProblem(uri=uri, name=name)) else: self.sample_exif_source = ExifSource.actual_file self.sample_photo_file_full_file_name = os.path.join(path, name) dt = metadata.date_time(missing=None) # type: datetime if dt is None: logging.warning( "Scanner failed to extract date time metadata from %s on %s", name, self.display_name, ) else: self.file_mdatatime[full_file_name] = dt.timestamp() if file_type == FileType.photo: self.located_sample_photo = True else: self.located_sample_video = True return SampleMetadata(dt, determined_by) def examine_sample_non_camera_file( self, dirname: str, name: str, full_file_name: str, ext_type: FileExtension, extension: str, file_type: FileType, ) -> bool: """ Examine the the sample file to extract its metadata and compare it against the file system modification time """ logging.debug("Examining sample %s", full_file_name) sample = self.sample_non_camera_metadata( dirname, name, full_file_name, ext_type, extension, file_type ) if sample.datetime is not None: self.file_mdatatime[full_file_name] = sample.datetime.timestamp() try: mtime = os.path.getmtime(full_file_name) except (OSError, PermissionError) as e: logging.warning( "Could not determine modification time for %s", full_file_name ) uri = get_uri(full_file_name=full_file_name) self.problems.append( FsMetadataReadProblem(uri=uri, name=name, exception=e) ) return False else: # Located sample file: examine self.determine_device_timestamp_tz( sample.datetime, mtime, sample.determined_by ) return True def distinguish_non_camera_device_timestamp(self, path: str) -> None: """ Attempt to determine the device's approach to timezones when it store timestamps. When determining how this device reports modification time, file preference is (1) RAW, (2) jpeg, (3) heif / heic, and finally least preferred is (4) video -- a RAW is the least likely to be modified. NOTE: this creates a sample file for one type of file (RAW if present, if not, then jpeg, if jpeg also not present, then heif / heic, if that not present, then video). However if a photo is found, then still need to create a sample file for video. """ logging.debug( "Distinguishing approach to timestamp time zones on %s", self.display_name ) self.device_timestamp_type = DeviceTimestampTZ.unknown max_attempts = 10 raw_attempts = 0 jpegs_heifs_and_videos = defaultdict(deque) # Only use HEIF files if we can read their metadata if fileformats.heif_capable(): extensions = ( FileExtension.raw, FileExtension.jpeg, FileExtension.heif, FileExtension.video, ) else: extensions = (FileExtension.raw, FileExtension.jpeg, FileExtension.video) non_raw_extensions = extensions[1:] for dir_name, name in self.walk_file_system(path): full_file_name = os.path.join(dir_name, name) extension = fileformats.extract_extension(full_file_name) ext_type = fileformats.extension_type(extension) if ext_type in extensions: file_type = fileformats.file_type(extension) if ext_type == FileExtension.raw and raw_attempts < max_attempts: # examine right away raw_attempts += 1 if self.examine_sample_non_camera_file( dirname=dir_name, name=name, full_file_name=full_file_name, ext_type=ext_type, extension=extension, file_type=file_type, ): return else: if len(jpegs_heifs_and_videos[ext_type]) < max_attempts: jpegs_heifs_and_videos[ext_type].append( (dir_name, name, full_file_name, extension) ) if len(jpegs_heifs_and_videos[FileExtension.jpeg]) == max_attempts: break # Couldn't locate sample raw file. Are left with up to max_attempts jpeg and # video files for ext_type in non_raw_extensions: for dir_name, name, full_file_name, extension in jpegs_heifs_and_videos[ ext_type ]: file_type = fileformats.file_type(extension) if self.examine_sample_non_camera_file( dirname=dir_name, name=name, full_file_name=full_file_name, ext_type=ext_type, extension=extension, file_type=file_type, ): return def determine_device_timestamp_tz( self, mdatatime: datetime, modification_time: int | float, determined_by: str, ) -> None: """ Compare metadata time with file modification time in an attempt to determine the device's approach to timezones when it stores timestamps. :param mdatatime: file's metadata time :param modification_time: file's file system modification time :param determined_by: simple string used in log messages """ if mdatatime is None: logging.debug( "Could not determine Device timezone setting for %s", self.display_name ) self.device_timestamp_type = DeviceTimestampTZ.unknown logging.debug( "Could not determine timezone setting for %s", self.display_name ) self.device_timestamp_type = DeviceTimestampTZ.unknown else: # Must not compare exact times, as there can be a few seconds difference # between when a file was saved to the flash memory and when it was created # in the camera's memory. Allow for two minutes, to be safe. if datetime_roughly_equal( dt1=datetime.utcfromtimestamp(modification_time), dt2=mdatatime ): logging.info( "Device timezone setting for %s is UTC, as indicated by %s file", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.is_utc elif datetime_roughly_equal( dt1=datetime.fromtimestamp(modification_time), dt2=mdatatime ): logging.info( "Device timezone setting for %s is local time, as indicated by " "%s file", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.is_local else: logging.info( "Device timezone setting for %s is unknown, because the file " "modification time and file's time as recorded in metadata differ " "for sample file %s", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.unknown def adjusted_mtime(self, mtime: float) -> float: """ Use the same calculated mtime that will be applied when the mtime is saved in the rpd_file :param mtime: raw modification time :return: modification time adjusted, if needed """ if self.device_timestamp_type == DeviceTimestampTZ.is_utc: return datetime.utcfromtimestamp(mtime).timestamp() else: return mtime def _get_associate_file_from_camera( self, base_name: str, associate_files: defaultdict, camera_file: CameraFile ) -> str | None: for path, ext in associate_files[base_name]: if path in self._camera_directories_for_file[camera_file]: return f"{os.path.join(path, base_name)}.{ext}" return None def get_video_THM_file(self, base_name: str, camera_file: CameraFile) -> str | None: """ Checks to see if a thumbnail file (THM) with the same base name is in the same directory as the file. :param base_name: the file name without the extension :return: filename, including path, if found, else returns None """ if self.download_from_camera: return self._get_associate_file_from_camera( base_name, self._camera_video_thumbnails, camera_file ) else: return self._get_associate_file( base_name, fileformats.VIDEO_THUMBNAIL_EXTENSIONS ) def get_audio_file(self, base_name: str, camera_file: CameraFile) -> str | None: """ Checks to see if an audio file with the same base name is in the same directory as the file. :param base_name: the file name without the extension :return: filename, including path, if found, else returns None """ if self.download_from_camera: return self._get_associate_file_from_camera( base_name, self._camera_audio_files, camera_file ) else: return self._get_associate_file(base_name, fileformats.AUDIO_EXTENSIONS) def get_log_file(self, base_name: str, camera_file: CameraFile) -> str | None: """ Checks to see if an XMP file with the same base name is in the same directory as the file. :param base_name: the file name without the extension :return: filename, including path, if found, else returns None """ if self.download_from_camera: return self._get_associate_file_from_camera( base_name, self._camera_log_files, camera_file ) else: return self._get_associate_file(base_name, ["log"]) def get_xmp_file(self, base_name: str, camera_file: CameraFile) -> str | None: """ Checks to see if an XMP file with the same base name is in the same directory as the file. :param base_name: the file name without the extension :return: filename, including path, if found, else returns None """ if self.download_from_camera: return self._get_associate_file_from_camera( base_name, self._camera_xmp_files, camera_file ) else: return self._get_associate_file(base_name, ["xmp"]) def _get_associate_file( self, base_name: str, extensions_to_check: list[str] ) -> str | None: """ :param base_name: base name of file, without directory :param extensions_to_check: list of extensions in lower case without leading period :return: full file path if found, else None """ full_file_name_no_ext = os.path.join(self.dir_name, base_name) for e in extensions_to_check: possible_file = f"{full_file_name_no_ext}.{e}" if os.path.exists(possible_file): return possible_file possible_file = f"{full_file_name_no_ext}.{e.upper()}" if os.path.exists(possible_file): return possible_file return None def cleanup_pre_stop(self): self.exit_exiftool() if self.camera is not None: self.camera.free_camera() self.send_problems() @property def camera_details(self) -> CameraDetails | None: return self._camera_details @camera_details.setter def camera_details(self, index: int | None) -> None: """ :param index: index into the storage details, for cameras with more than one storage """ if not self.camera_storage_descriptions: self.camera_storage_descriptions = self.camera.get_storage_descriptions() if not self.camera_storage_descriptions: # Problem: there are no descriptions for the storage self._camera_details = CameraDetails( model=self.camera_model, port=self.camera_port, display_name=self.camera_display_name, is_mtp=self.is_mtp_device, storage_desc=[], ) return index = index or 0 self._camera_details = CameraDetails( model=self.camera_model, port=self.camera_port, display_name=self.camera_display_name, is_mtp=self.is_mtp_device, storage_desc=self.camera_storage_descriptions[index], ) def trace_lines(frame, event, arg): if event != "line": return co = frame.f_code func_name = co.co_name line_no = frame.f_lineno print(f"{datetime.now().ctime()} >>>>>>>>>>>>> At {func_name} line {line_no}") def trace_calls(frame, event, arg): if event != "call": return co = frame.f_code func_name = co.co_name if func_name in ("write", "__getattribute__"): return func_line_no = frame.f_lineno func_filename = co.co_filename caller = frame.f_back if caller is not None: caller_line_no = caller.f_lineno caller_filename = caller.f_code.co_filename else: caller_line_no = caller_filename = "" print( "{: } Call to {} on line {} of {} from line {} of {}".format( datetime.now().ctime(), func_name, func_line_no, func_filename, caller_line_no, caller_filename, ) ) for f in ( "distinguish_non_camera_device_timestamp", "determine_device_timestamp_tz", ): if func_name.find(f) >= 0: # Trace into this function return trace_lines if __name__ == "__main__": if os.getenv("RPD_SCAN_DEBUG") is not None: sys.settrace(trace_calls) scan = ScanWorker() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/raphodo/storage/0000755000175000017500000000000014562557503020325 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/storage/__init__.py0000644000175000017500000000000014562557501022422 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/storage/storage.py0000644000175000017500000021553314562557501022352 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # Copyright (C) 2008-2015 Canonical Ltd. # Copyright (C) 2013 Bernard Baeyens # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ The primary task of this module is to handle addition and removal of (1) cameras and (2) devices with file systems. There are two scenarios: 1) User is running under a Gnome-like environment in which GVFS will automatically mount cameras and devices. We can monitor mounts and send a signal when something is mounted. The camera must be unmounted before libgphoto2 can access it, so we must handle that too. 2) User is running under a non Gnome-like environment (e.g. KDE) in which GVFS may or may not be running. However we can assume GVFS will not automatically mount cameras and devices. In this case, using GIO to monitor mounts is useless, as the mounts may not occur. So we must monitor when cameras and other devices are added or removed ourselves. To do this, use udev for cameras, and udisks2 for devices with file systems. When a device with a file system is inserted, if it is not already mounted, attempt to mount it. The secondary task of this module is to provide miscellaneous services regarding mount points and XDG related functionality. """ __author__ = "Damon Lynch" __copyright__ = ( "Copyright 2011-2024, Damon Lynch. Copyright 2008-2015 Canonical Ltd. Copyright" " 2013 Bernard Baeyens." ) # ruff: noqa: E402 import functools import logging import os import pwd import re import shutil import sys import time from collections import namedtuple from pathlib import Path from tempfile import NamedTemporaryFile from typing import NamedTuple from urllib.parse import quote from urllib.request import pathname2url import gi from PyQt5.QtCore import ( QFileSystemWatcher, QObject, QStandardPaths, QStorageInfo, QTimer, pyqtSignal, pyqtSlot, ) from showinfm import LinuxDesktop, linux_desktop, valid_file_manager from tenacity import retry, stop_after_attempt, wait_fixed from raphodo.wslutils import ( wsl_conf_mnt_location, wsl_filter_directories, wsl_home, wsl_pictures_folder, wsl_videos_folder, ) gi.require_version("GUdev", "1.0") gi.require_version("UDisks", "2.0") gi.require_version("GExiv2", "0.10") gi.require_version("GLib", "2.0") from gi.repository import GLib, GUdev, UDisks from raphodo.constants import Distro, PostCameraUnmountAction from raphodo.utilities import ( log_os_release, remove_topmost_directory_from_path, ) logging_level = logging.DEBUG try: from gi.repository import Gio have_gio = True except ImportError: have_gio = False StorageSpace = namedtuple("StorageSpace", "bytes_free, bytes_total, path") CameraDetails = namedtuple( "CameraDetails", "model, port, display_name, is_mtp, storage_desc" ) UdevAttr = namedtuple( "UdevAttr", "is_mtp_device, vendor, model, is_apple_mobile, serial" ) PROGRAM_DIRECTORY = "rapid-photo-downloader" try: _linux_desktop = linux_desktop() except Exception: _linux_desktop = LinuxDesktop.unknown def guess_distro() -> Distro: """ Guess distro support by checking package manager support :return: """ if shutil.which("apt") or shutil.which("apt-get"): return Distro.debian_derivative if shutil.which("dnf"): return Distro.fedora_derivative return Distro.unknown def parse_os_release() -> dict[str, str]: d = {} if os.path.isfile("/etc/os-release"): with open("/etc/os-release") as f: for line in f: line = line.strip() if line and not line.startswith("#"): kv = line.split("=", maxsplit=1) if len(kv) == 2: k, v = kv v = v.strip("'\"") d[k] = v return d def get_distro() -> Distro: """ Determine the Linux distribution using /etc/os-release :param os_release: parsed /etc/os-release file """ os_release = parse_os_release() name = os_release.get("NAME") distro = None if name: if "Ubuntu" in name: distro = Distro.ubuntu if "Fedora" in name: distro = Distro.fedora if "CentOS Linux" in name: version_id = os_release.get("VERSION_ID") distro = Distro.centos7 if version_id == "7" else Distro.centos8 if "CentOS Stream" in name: version_id = os_release.get("VERSION_ID") if version_id == "8": distro = Distro.centos_stream8 else: distro = Distro.centos_stream9 if "Linux Mint" in name: distro = Distro.linuxmint if "elementary" in name: distro = Distro.elementary if "openSUSE" in name: distro = Distro.opensuse if "Deepin" in name: distro = Distro.deepin if "KDE neon" in name: distro = Distro.neon if "Zorin" in name: distro = Distro.zorin if "Kylin" in name: distro = Distro.kylin if "Pop!_OS" in name: distro = Distro.popos if "Raspbian" in name: distro = Distro.raspbian if "Debian" in name: distro = Distro.debian if "Manjaro" in name: distro = Distro.manjaro if "Gentoo" in name: distro = Distro.gentoo if distro is None: idlike = os_release.get("ID_LIKE") if idlike: if "arch" in idlike: distro = Distro.arch if "ubuntu" in idlike: distro = Distro.ubuntu_derivative if "debian" in idlike: distro = Distro.debian_derivative if "fedora" in idlike: distro = Distro.fedora_derivative if distro is None: distro = guess_distro() return distro def get_user_name() -> str: """ Gets the user name of the process owner, with no exception checking :return: user name of the process owner """ return pwd.getpwuid(os.getuid())[0] def get_path_display_name(path: str) -> tuple[str, str]: """ Return a name for the path (path basename), removing a final '/' when it's not the root of the file system. :param path: path to generate the display name for :return: display name and sanitized path """ if path.endswith(os.sep) and path != os.sep: path = path[:-1] display_name = _("File system root") if path == os.sep else os.path.basename(path) return display_name, path @functools.cache def get_media_dir() -> str: """ Returns the media directory, i.e. where external mounts are mounted. Assumes mount point of /media/. """ if sys.platform.startswith("linux"): if _linux_desktop == LinuxDesktop.wsl2: return wsl_conf_mnt_location() media_dir = f"/media/{get_user_name()}" run_media_dir = "/run/media" distro = get_distro() if os.path.isdir(run_media_dir) and distro not in ( Distro.ubuntu, Distro.debian, Distro.neon, Distro.galliumos, Distro.peppermint, Distro.elementary, Distro.zorin, Distro.popos, ): if distro not in ( Distro.fedora, Distro.manjaro, Distro.arch, Distro.opensuse, Distro.gentoo, Distro.centos8, Distro.centos_stream8, Distro.centos_stream9, Distro.centos7, ): logging.debug( "Detected /run/media directory, but distro does not appear " "to be CentOS, Fedora, Arch, openSUSE, Gentoo, or Manjaro" ) log_os_release() return run_media_dir return media_dir else: raise ("Mounts.setValidMountPoints() not implemented on %s", sys.platform) _gvfs_gphoto2 = re.compile("gvfs.*gphoto2.*host") def gvfs_gphoto2_path(path: str) -> bool: """ :return: True if the path appears to be a GVFS gphoto2 path >>> p = "/run/user/1000/gvfs/gphoto2:host=%5Busb%3A002%2C013%5D" >>> gvfs_gphoto2_path(p) True >>> p = '/home/damon' >>> gvfs_gphoto2_path(p) False """ return _gvfs_gphoto2.search(path) is not None class ValidMounts: r""" Operations to find 'valid' mount points, i.e. the places in which it's sensible for a user to mount a partition. Valid mount points: include /home/ , /media/, and /run/media/ include directories in /etc/fstab, except /, /home, and swap However if only considering external mounts, the the mount must be under /media/ or /run/media/ """ def __init__(self, only_external_mounts: bool): """ :param only_external_mounts: if True, valid mounts must be under /media/, /run/media/, or if WSL2 /mnt/ """ self.validMountFolders = None # type: tuple[str, ...] | None self.only_external_mounts = only_external_mounts self.is_wsl2 = _linux_desktop == LinuxDesktop.wsl2 self._setValidMountFolders() assert "/" not in self.validMountFolders if logging_level == logging.DEBUG: self.logValidMountFolders() def isValidMountPoint(self, mount: QStorageInfo) -> bool: """ Determine if the path of the mount point starts with a valid path :param mount: QStorageInfo to be tested :return:True if mount is a mount under a valid mount, else False """ root_path = mount.rootPath() if self.is_wsl2: for path in wsl_filter_directories(): if root_path.startswith(path): return False return any(root_path.startswith(m) for m in self.validMountFolders) def pathIsValidMountPoint(self, path: str) -> bool: """ Determine if path indicates a mount point under a valid mount point :param path: path to be tested :return:True if path is a mount under a valid mount, else False """ return any(path.startswith(m) for m in self.validMountFolders) def mountedValidMountPointPaths(self) -> tuple[str]: """ Return paths of all the currently mounted partitions that are valid :return: tuple of currently mounted valid partition paths """ return tuple(filter(self.pathIsValidMountPoint, mountPaths())) def mountedValidMountPoints(self) -> tuple[QStorageInfo]: """ Return mount points of all the currently mounted partitions that are valid :return: tuple of currently mounted valid partition """ return tuple(filter(self.isValidMountPoint, QStorageInfo.mountedVolumes())) def _setValidMountFolders(self) -> None: """ Determine the valid mount point folders and set them in self.validMountFolders, e.g. /media/, etc. """ if not sys.platform.startswith("linux"): raise ("Mounts.setValidMountPoints() not implemented on %s", sys.platform) else: try: media_dir = get_media_dir() except Exception: logging.critical("Unable to determine username of this process") media_dir = "" logging.debug("Media dir is %s", media_dir) if self.only_external_mounts: self.validMountFolders = (media_dir,) else: home_dir = os.path.expanduser("~") validPoints = [home_dir, media_dir] for point in self.mountPointInFstab(): validPoints.append(point) self.validMountFolders = tuple(validPoints) def mountPointInFstab(self): """ Yields a list of mount points in /etc/fstab The mount points will exclude /, /home, and swap """ with open("/etc/fstab") as f: for line in f: # As per fstab specs: white space is either Tab or space # Ignore comments, blank lines # Also ignore swap file (mount point none), root, and /home m = re.match( r"^(?![\t ]*#)\S+\s+(?!(none|/[\t ]|/home))(" r"?P\S+)", line ) if m is not None: yield (m.group("point")) def logValidMountFolders(self): """ Output nicely formatted debug logging message """ assert len(self.validMountFolders) > 0 if logging_level == logging.DEBUG: msg = "To be recognized, partitions must be mounted under " if len(self.validMountFolders) > 2: msg += "one of " for p in self.validMountFolders[:-2]: msg += f"{p}, " msg += f"{self.validMountFolders[-2]} or {self.validMountFolders[-1]}" elif len(self.validMountFolders) == 2: msg += f"{self.validMountFolders[0]} or {self.validMountFolders[1]}" else: msg += self.validMountFolders[0] logging.debug(msg) def mountPaths(): """ Yield all the mount paths returned by QStorageInfo """ for m in QStorageInfo.mountedVolumes(): yield m.rootPath() def has_one_or_more_folders(path: str, folders: list[str]) -> bool: """ Checks to see if directly below the path there is a folder from the list of specified folders, and if the folder is readable. :param path: path to check :return: True if has one or more valid folders, False otherwise """ try: contents = os.listdir(path) for folder in folders: if folder in contents: full_path = os.path.join(path, folder) if os.path.isdir(full_path) and os.access(full_path, os.R_OK): return True except (PermissionError, FileNotFoundError, OSError): return False except Exception: logging.error( "Unknown error occurred while probing potential source folder %s", path ) return False return False def get_desktop_environment() -> str | None: """ Determine desktop environment using environment variable XDG_CURRENT_DESKTOP :return: str with XDG_CURRENT_DESKTOP value """ return os.getenv("XDG_CURRENT_DESKTOP") def _platform_special_dir( dir_type: QStandardPaths, home_on_failure: bool = True ) -> str | None: """ Use Qt to query the platforms standard paths :param dir_type: one of Qt's standard paths :param home_on_failure: return the home directory if the special path cannot be located :return: the directory, or None if it cannot be determined """ path = QStandardPaths.writableLocation(dir_type) if path: return path elif home_on_failure: try: return str(Path.home()) except RuntimeError: logging.error("Unable to determine home directory") return None def platform_photos_directory(home_on_failure: bool = True) -> str | None: """ Get localized version of /home//Pictures :param home_on_failure: if the directory does not exist, return the home directory instead :return: the directory if it is specified, else the user's home directory or None """ if _linux_desktop == LinuxDesktop.wsl2: try: return wsl_pictures_folder() except Exception as e: logging.error("Error querying Windows registry: %s", str(e)) path = wsl_home() if path.is_dir(): return str(path / "Pictures") return _platform_special_dir(QStandardPaths.PicturesLocation, home_on_failure) def platform_videos_directory(home_on_failure: bool = True) -> str: """ Get localized version of /home//Videos :param home_on_failure: if the directory does not exist, return the home directory instead :return: the directory if it is specified, else the user's home directory or None """ if _linux_desktop == LinuxDesktop.wsl2: try: return wsl_videos_folder() except Exception as e: logging.error("Error querying Windows registry: %s", str(e)) path = wsl_home() if path.is_dir(): return str(path / "Videos") return _platform_special_dir(QStandardPaths.MoviesLocation, home_on_failure) def platform_desktop_directory(home_on_failure: bool = True) -> str: """ Get localized version of /home//Desktop :param home_on_failure: if the directory does not exist, return the home directory instead :return: the directory if it is specified, else the user's home directory or None """ return _platform_special_dir(QStandardPaths.DesktopLocation, home_on_failure) def platform_photos_identifier() -> str: """ Get special subfoler indicated by the localized version of /home//Pictures :return: the subfolder name if it is specified, else the localized version of 'Pictures' """ path = _platform_special_dir(QStandardPaths.PicturesLocation, home_on_failure=False) if path is None: # translators: the name of the Pictures folder return _("Pictures") return os.path.basename(path) def platform_videos_identifier() -> str: """ Get special subfoler indicated by the localized version of /home//Pictures :return: the subfolder name if it is specified, else the localized version of 'Pictures' """ path = _platform_special_dir(QStandardPaths.MoviesLocation, home_on_failure=False) if path is None: # translators: the name of the Videos folder return _("Videos") return os.path.basename(path) def make_program_directory(path: str) -> str: """ Creates a subfolder used by Rapid Photo Downloader. Does not catch errors. :param path: location where the subfolder should be :return: the full path of the new directory """ program_dir = os.path.join(path, "rapid-photo-downloader") if not os.path.exists(program_dir): os.mkdir(program_dir) elif not os.path.isdir(program_dir): os.remove(program_dir) os.mkdir(program_dir) return program_dir def get_program_cache_directory(create_if_not_exist: bool = False) -> str | None: """ Get Rapid Photo Downloader cache directory. :param create_if_not_exist: creates directory if it does not exist. :return: the full path of the cache directory, or None on error """ # Must use GenericCacheLocation, never CacheLocation cache_directory = _platform_special_dir( QStandardPaths.GenericCacheLocation, home_on_failure=False ) if cache_directory is None: logging.error("The platform's cache directory could not be determined") return None try: if not create_if_not_exist: return str(Path(cache_directory) / PROGRAM_DIRECTORY) else: return make_program_directory(cache_directory) except OSError: logging.error("An error occurred while creating the cache directory") return None def get_program_logging_directory(create_if_not_exist: bool = False) -> str | None: """ Get directory in which to store program log files. Log files are kept in the cache directory. :param create_if_not_exist: create the directory if it does not exist :return: the full path of the logging directory, or None on error """ cache_directory = get_program_cache_directory( create_if_not_exist=create_if_not_exist ) if cache_directory is None: logging.error("Unable to create logging directory") return None log_dir = os.path.join(cache_directory, "log") if os.path.isdir(log_dir): return log_dir if create_if_not_exist: try: if os.path.isfile(log_dir): os.remove(log_dir) os.mkdir(log_dir, 0o700) return log_dir except OSError: logging.error("An error occurred while creating the log directory") return None def get_program_data_directory(create_if_not_exist=False) -> str | None: """ Get Rapid Photo Downloader data directory, which is assumed to be under $XDG_DATA_HOME or if that doesn't exist, ~/.local/share :param create_if_not_exist: creates directory if it does not exist. :return: the full path of the data directory, or None on error """ data_directory = _platform_special_dir( QStandardPaths.GenericDataLocation, home_on_failure=False ) if data_directory is None: logging.error("The program's data directory could not be determined") return None if not create_if_not_exist: return str(Path(data_directory) / PROGRAM_DIRECTORY) else: return make_program_directory(data_directory) def get_fdo_cache_thumb_base_directory() -> str: """ Get the Freedesktop.org thumbnail directory location :return: location """ # LXDE is a special case: handle it if _linux_desktop == LinuxDesktop.lxde: return str(Path.home() / ".thumbnails") cache = _platform_special_dir( QStandardPaths.GenericCacheLocation, home_on_failure=False ) try: return str(Path(cache) / "thumbnails") except TypeError: logging.error("Could not determine freedesktop.org thumbnail cache location") raise "Could not determine freedesktop.org thumbnail cache location" # Module level variables important for determining among other things the generation of # URIs _quoted_comma = quote(",") _valid_file_manager_probed = False _valid_file_manager = None # type: str|None gvfs_file_managers = ( "nautilus", "caja", "thunar", "nemo", "pcmanfm", "peony", "pcmanfm-qt", "dde-file-manager", "io.elementary.files", ) kframework_file_managers = ("dolphin", "index", "krusader") def get_uri( full_file_name: str | None = None, path: str | None = None, camera_details: CameraDetails | None = None, ) -> str: """ Generate and return the URI for the file, which varies depending on which device the file is located :param full_file_name: full filename and path :param path: straight path when not passing a full_file_name :param camera_details: see named tuple CameraDetails for parameters :param desktop_environment: if True, will to generate a URI accepted by Gnome, KDE and other desktops, which means adjusting the URI if it appears to be an MTP mount. Includes the port too, for cameras. Takes into account file manager characteristics. :return: the URI """ global _valid_file_manager global _valid_file_manager_probed if not _valid_file_manager_probed: _valid_file_manager = valid_file_manager() _valid_file_manager_probed = True if camera_details is None: prefix = "file://" else: prefix = "" # Attempt to generate a URI accepted by desktop environments if camera_details.is_mtp: if full_file_name: full_file_name = remove_topmost_directory_from_path(full_file_name) elif path: path = remove_topmost_directory_from_path(path) if _valid_file_manager in gvfs_file_managers: prefix = "mtp://" + pathname2url( f"[{camera_details.port}]/{camera_details.storage_desc}" ) elif _valid_file_manager in kframework_file_managers: prefix = "mtp:/" + pathname2url( f"{camera_details.display_name}/{camera_details.storage_desc}" ) else: logging.error( "Don't know how to generate MTP prefix for %s", _valid_file_manager ) else: if _valid_file_manager in kframework_file_managers: prefix = ( "camera:/" f"{pathname2url(camera_details.display_name.replace('-', ' '))}" f"@{camera_details.port}" ) else: prefix = "gphoto2://" + pathname2url(f"[{camera_details.port}]") if _valid_file_manager == "pcmanfm-qt": # pcmanfm-qt does not like the quoted form of the comma prefix = prefix.replace(_quoted_comma, ",") if full_file_name: # pcmanfm-qt does not like the filename as part of the path full_file_name = os.path.dirname(full_file_name) if full_file_name or path: uri = f"{prefix}{pathname2url(full_file_name or path)}" else: uri = prefix return uri class ValidatedFolder(NamedTuple): valid: bool absolute_path: str def validate_download_folder( path: str | None, write_on_waccesss_failure: bool = False ) -> ValidatedFolder: r""" Check if folder exists and is writeable. Accepts None as a folder, which will always be invalid. :param path: path to analyze :param write_on_waccesss_failure: if os.access reports path is not writable, test nonetheless to see if it's writable by writing and deleting a test file :return: Tuple indicating validity and path made absolute >>> validate_download_folder('/some/bogus/and/ridiculous/path') ValidatedFolder(valid=False, absolute_path='/some/bogus/and/ridiculous/path') >>> validate_download_folder(None) ValidatedFolder(valid=False, absolute_path='') >>> validate_download_folder('') ValidatedFolder(valid=False, absolute_path='') """ if not path: return ValidatedFolder(valid=False, absolute_path="") absolute_path = os.path.abspath(path) valid = os.path.isdir(path) and os.access(path, os.W_OK) if not valid and write_on_waccesss_failure and os.path.isdir(path): try: with NamedTemporaryFile(dir=path): # the path is in fact writeable -- can happen with NFS valid = True except Exception: logging.warning( "While validating download / backup folder, failed to write a " "temporary file to %s", path, ) return ValidatedFolder(valid=valid, absolute_path=absolute_path) def validate_source_folder(path: str | None) -> ValidatedFolder: r""" Check if folder exists and is readable. Accepts None as a folder, which will always be invalid. :param path: path to analyze :return: Tuple indicating validity and path made absolute >>> validate_source_folder('/some/bogus/and/ridiculous/path') ValidatedFolder(valid=False, absolute_path='/some/bogus/and/ridiculous/path') >>> validate_source_folder(None) ValidatedFolder(valid=False, absolute_path='') >>> validate_source_folder('') ValidatedFolder(valid=False, absolute_path='') """ if not path: return ValidatedFolder(valid=False, absolute_path="") absolute_path = os.path.abspath(path) valid = os.path.isdir(path) and os.access(path, os.R_OK) return ValidatedFolder(valid=valid, absolute_path=absolute_path) def udev_attributes(devname: str) -> UdevAttr | None: """ Query udev to see if a device is an MTP device. :param devname: udev DEVNAME e.g. '/dev/bus/usb/001/003' :return True if udev property ID_MTP_DEVICE == '1', else False """ client = GUdev.Client(subsystems=["usb", "block"]) enumerator = GUdev.Enumerator.new(client) enumerator.add_match_property("DEVNAME", devname) for device in enumerator.execute(): model = device.get_property("ID_MODEL") # type: str if model is not None: is_mtp = ( device.get_property("ID_MTP_DEVICE") == "1" or device.get_property("ID_MEDIA_PLAYER") == "1" ) vendor = device.get_property("ID_VENDOR") # type: str model = model.replace("_", " ").strip() vendor = vendor.replace("_", " ").strip() is_apple_mobile = False if device.has_sysfs_attr("configuration"): config = device.get_sysfs_attr("configuration") if config is not None: is_apple_mobile = config.lower().find("apple mobile") >= 0 if not is_apple_mobile and vendor.lower().find("apple") >= 0: logging.warning( "Setting Apple device detected to True even though Apple Mobile " "UDEV configuration not set because vendor is %s", vendor, ) is_apple_mobile = True if device.has_sysfs_attr("serial"): serial = device.get_sysfs_attr("serial") logging.debug("Device serial: %s", serial) else: serial = None if is_apple_mobile: if serial: logging.debug( "Detected using udev Apple Mobile device at %s with serial %s", devname, serial, ) else: logging.warning( "Detected using udev Apple Mobile device at %s but could not " "determine serial number", devname, ) return UdevAttr(is_mtp, vendor, model, is_apple_mobile, serial) return None def udev_is_camera(devname: str) -> bool: """ Query udev to see if device is a gphoto2 device (a camera or phone) :param devname: udev DEVNAME e.g. '/dev/bus/usb/001/003' :return: True if so, else False """ client = GUdev.Client(subsystems=["usb", "block"]) enumerator = GUdev.Enumerator.new(client) enumerator.add_match_property("DEVNAME", devname) for device in enumerator.execute(): if device.get_property("ID_GPHOTO2") == "1": return True return False def fs_device_details(path: str) -> tuple[str, str, str, str]: """ :return: device (volume) name, uri, root path and filesystem type of the mount the path is on """ qsInfo = QStorageInfo(path) name = qsInfo.displayName() root_path = qsInfo.rootPath() uri = f"file://{pathname2url(root_path)}" fstype = qsInfo.fileSystemType() if isinstance(fstype, bytes): fstype = fstype.decode() return name, uri, root_path, fstype class WatchDownloadDirs(QFileSystemWatcher): """ Create a file system watch to monitor if there are changes to the download directories. Monitors the parent directory because we need to monitor it to detect if the download directory has been removed. """ def updateWatchPathsFromPrefs(self, prefs) -> None: """ Update the watched directories using values from the program preferences :param prefs: program preferences :type prefs: raphodo.preferences.Preferences """ logging.debug("Updating watched paths") paths = ( os.path.dirname(path) for path in (prefs.photo_download_folder, prefs.video_download_folder) ) watch = {path for path in paths if path} existing_watches = set(self.directories()) if watch == existing_watches: return new = watch - existing_watches if new: new = list(new) logging.debug("Adding to watched paths: %s", ", ".join(new)) failures = self.addPaths(new) if failures: logging.debug("Failed to add watched paths: %s", failures) old = existing_watches - watch if old: old = list(old) logging.debug("Removing from watched paths: %s", ", ".join(old)) failures = self.removePaths(old) if failures: logging.debug("Failed to remove watched paths: %s", failures) def closeWatch(self) -> None: """ End all watches. """ dirs = self.directories() if dirs: self.removePaths(dirs) class CameraHotplug(QObject): cameraAdded = pyqtSignal() cameraRemoved = pyqtSignal() def __init__(self): super().__init__() self.cameras = {} @pyqtSlot() def startMonitor(self): self.client = GUdev.Client(subsystems=["usb", "block"]) self.client.connect("uevent", self.ueventCallback) logging.debug("... camera hotplug monitor started") self.enumerateCameras() if self.cameras: logging.info( "Camera Hotplug found %d camera(s): %s", len(self.cameras), ", ".join((model for port, model in self.cameras.items())), ) for port, model in self.cameras.items(): logging.debug("%s is at %s", model, port) def enumerateCameras(self): """ Query udev to get the list of cameras store their path and model in our internal dict, which is useful when responding to camera removal. """ enumerator = GUdev.Enumerator.new(self.client) enumerator.add_match_property("ID_GPHOTO2", "1") for device in enumerator.execute(): model = device.get_property("ID_MODEL") if model is not None: path = device.get_sysfs_path() self.cameras[path] = model def ueventCallback( self, client: GUdev.Client, action: str, device: GUdev.Device ) -> None: # for key in device.get_property_keys(): # print(key, device.get_property(key)) if device.get_property("ID_GPHOTO2") == "1": self.camera(action, device) def camera(self, action: str, device: GUdev.Device) -> None: # For some reason, the add and remove camera event is triggered twice. # The second time the device information is a variation on information # from the first time. path = device.get_sysfs_path() parent_device = device.get_parent() parent_path = parent_device.get_sysfs_path() logging.debug( "Device change: %s. Path: %s Parent path: %s", action, path, parent_path ) if device.has_property("ID_VENDOR_FROM_DATABASE"): vendor = device.get_property("ID_VENDOR_FROM_DATABASE") logging.debug("Device vendor: %s", vendor) else: vendor = "" # 'bind' vs 'add' action: see https://lwn.net/Articles/837033/ if action == "bind": if parent_path not in self.cameras: model = "" if device.has_property("ID_MODEL"): model = device.get_property("ID_MODEL") model = model.replace("_", " ") camera_path = path else: camera_path = parent_path name = model or vendor or "unknown camera" logging.info("Hotplug: new camera: %s", name) self.cameras[camera_path] = name self.cameraAdded.emit() else: logging.debug( "Hotplug: already know about %s", self.cameras[parent_path] ) elif action == "remove": emit_remove = False name = "" # A path might look like: # /sys/devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2/3-2:1.0 # When what we want is: # /sys/devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2 # This unchanged path used to work, so test both the unchanged and modified # path # Note enumerateCameras() above finds only the path as in the 2nd type, # without the 3-2:1.0 split_path = os.path.split(path)[0] for p in (path, split_path): if p in self.cameras: name = self.cameras[p] logging.debug("Hotplug: removing '%s' on basis of path %s", name, p) del self.cameras[p] emit_remove = True break if emit_remove: logging.info("Hotplug: '%s' has been removed", name) self.cameraRemoved.emit() else: logging.debug( "Not responding to device removal: '%s'", vendor or device.get_sysfs_path(), ) class UDisks2Monitor(QObject): # Most of this class is Copyright 2008-2015 Canonical partitionMounted = pyqtSignal(str, "PyQt_PyObject", bool) partitionUnmounted = pyqtSignal(str) loop_prefix = "/org/freedesktop/UDisks2/block_devices/loop" not_interesting = ( "/org/freedesktop/UDisks2/block_devices/dm_", "/org/freedesktop/UDisks2/block_devices/ram", "/org/freedesktop/UDisks2/block_devices/zram", ) def __init__(self, validMounts: ValidMounts, prefs) -> None: super().__init__() self.prefs = prefs self.validMounts = validMounts @pyqtSlot() def startMonitor(self) -> None: self.udisks = UDisks.Client.new_sync(None) self.manager = self.udisks.get_object_manager() self.manager.connect( "object-added", lambda man, obj: self._udisks_obj_added(obj) ) self.manager.connect( "object-removed", lambda man, obj: self._device_removed(obj) ) # Track the paths of the mount points, which is useful when unmounting # objects. self.known_mounts = {} # type: dict[str, str] for obj in self.manager.get_objects(): path = obj.get_object_path() fs = obj.get_filesystem() if fs: mount_points = fs.get_cached_property( "MountPoints" ).get_bytestring_array() if mount_points: self.known_mounts[path] = mount_points[0] logging.debug("... UDisks2 monitor started") def _udisks_obj_added(self, obj) -> None: path = obj.get_object_path() for boring in self.not_interesting: if path.startswith(boring): return block = obj.get_block() if not block: return drive = self._get_drive(block) part = obj.get_partition() is_system = block.get_cached_property("HintSystem").get_boolean() is_loop = ( path.startswith(self.loop_prefix) and not block.get_cached_property("ReadOnly").get_boolean() ) if (not is_system or is_loop) and part: self._udisks_partition_added(obj, block, drive, path) def _get_drive(self, block) -> UDisks.Drive | None: drive_name = block.get_cached_property("Drive").get_string() if drive_name != "/": return self.udisks.get_object(drive_name).get_drive() else: return None def _udisks_partition_added(self, obj, block, drive, path) -> None: logging.debug("UDisks: partition added: %s" % path) fstype = block.get_cached_property("IdType").get_string() logging.debug("Udisks: id-type: %s" % fstype) fs = obj.get_filesystem() if fs: icon_names = self.get_icon_names(obj) ejectable = drive.get_property("ejectable") if drive is not None else False if not self.prefs.auto_mount: logging.debug( "Not mounting device because auto mount preference is off: %s", path, ) return mount_points = fs.get_cached_property("MountPoints").get_bytestring_array() if len(mount_points) == 0: try: logging.debug("UDisks: attempting to mount %s", path) mount_point = self.retry_mount(fs, fstype) if not mount_point: raise Exception else: logging.debug("UDisks: successfully mounted at %s", mount_point) except Exception: logging.error("UDisks: could not mount the device: %s", path) return else: mount_point = mount_points[0] logging.debug("UDisks: already mounted at %s", mount_point) self.known_mounts[path] = mount_point if self.validMounts.pathIsValidMountPoint(mount_point): self.partitionMounted.emit(mount_point, icon_names, ejectable) else: logging.debug("Udisks: partition has no file system %s", path) def retry_mount(self, fs, fstype) -> str: # Variant parameter construction Copyright Bernard Baeyens, and is # licensed under GNU General Public License Version 2 or higher. # https://github.com/berbae/udisksvm list_options = "" if fstype == "vfat": list_options = "flush" elif fstype == "ext2": list_options = "sync" G_VARIANT_TYPE_VARDICT = GLib.VariantType.new("a{sv}") param_builder = GLib.VariantBuilder.new(G_VARIANT_TYPE_VARDICT) optname = GLib.Variant.new_string("fstype") # s value = GLib.Variant.new_string(fstype) vvalue = GLib.Variant.new_variant(value) # v newsv = GLib.Variant.new_dict_entry(optname, vvalue) # {sv} param_builder.add_value(newsv) optname = GLib.Variant.new_string("options") value = GLib.Variant.new_string(list_options) vvalue = GLib.Variant.new_variant(value) newsv = GLib.Variant.new_dict_entry(optname, vvalue) param_builder.add_value(newsv) vparam = param_builder.end() # a{sv} # Try to mount until it does not fail with "Busy" timeout = 10 while timeout >= 0: try: return fs.call_mount_sync(vparam, None) except GLib.GError as e: if "UDisks2.Error.DeviceBusy" not in e.message: raise logging.debug("Udisks: Device busy.") time.sleep(0.3) timeout -= 1 return "" def get_icon_names(self, obj: UDisks.Object) -> list[str]: # Get icon information, if possible icon_names = [] if have_gio: info = self.udisks.get_object_info(obj) icon = info.get_icon() if isinstance(icon, Gio.ThemedIcon): icon_names = icon.get_names() return icon_names # Next four class member functions from Damon Lynch, not Canonical def _device_removed(self, obj: UDisks.Object) -> None: # path here refers to the udev / udisks path, not the mount point path = obj.get_object_path() if path in self.known_mounts: mount_point = self.known_mounts[path] del self.known_mounts[path] self.partitionUnmounted.emit(mount_point) else: logging.debug( "Taking no action on device removal because of unrecognized path: %s", path, ) def get_can_eject(self, obj: UDisks.Object) -> bool: block = obj.get_block() drive = self._get_drive(block) if drive is not None: return drive.get_property("ejectable") return False @staticmethod def _object_path(device_path: str) -> str: """ Determine object path used by UDisks2 for device path :param device_path: system path of the device to check, e.g. /dev/sdc1 """ return f"/org/freedesktop/UDisks2/block_devices/{os.path.split(device_path)[1]}" def get_device_props(self, device_path: str) -> tuple[list[str], bool]: """ Given a device, get the icon names suggested by udev, and determine whether the mount is ejectable or not. :param device_path: system path of the device to check, e.g. /dev/sdc1 :return: icon names and eject boolean """ object_path = self._object_path(device_path) obj = self.udisks.get_object(object_path) if obj is None: icon_names = [] can_eject = False else: icon_names = self.get_icon_names(obj) can_eject = self.get_can_eject(obj) return icon_names, can_eject def add_device(self, device_path: str, mount_point: str) -> None: object_path = self._object_path(device_path) self.known_mounts[object_path] = mount_point @pyqtSlot(str) def unmount_volume(self, mount_point: str) -> None: G_VARIANT_TYPE_VARDICT = GLib.VariantType.new("a{sv}") param_builder = GLib.VariantBuilder.new(G_VARIANT_TYPE_VARDICT) # Variant parameter construction Copyright Bernard Baeyens, and is # licensed under GNU General Public License Version 2 or higher. # https://github.com/berbae/udisksvm optname = GLib.Variant.new_string("force") value = GLib.Variant.new_boolean(False) vvalue = GLib.Variant.new_variant(value) newsv = GLib.Variant.new_dict_entry(optname, vvalue) param_builder.add_value(newsv) vparam = param_builder.end() # a{sv} path = None # Get the path from the dict we keep of known mounts for key, value in self.known_mounts.items(): if value == mount_point: path = key break if path is None: logging.error( "Could not find UDisks2 path used to be able to unmount %s", mount_point ) fs = None for obj in self.manager.get_objects(): opath = obj.get_object_path() if path == opath: fs = obj.get_filesystem() if fs is None: logging.error( "Could not find UDisks2 filesystem used to be able to unmount %s", mount_point, ) logging.debug("Unmounting %s...", mount_point) try: fs.call_unmount( vparam, None, self.umount_volume_callback, (mount_point, fs) ) except GLib.GError: value = sys.exc_info()[1] logging.error("Unmounting failed with error:") logging.error("%s", value) def umount_volume_callback( self, source_object: UDisks.FilesystemProxy, result: Gio.AsyncResult, user_data: tuple[str, UDisks.Filesystem], ) -> None: """ Callback for asynchronous unmount operation. :param source_object: the FilesystemProxy object :param result: result of the unmount :param user_data: mount_point and the file system """ mount_point, fs = user_data try: if fs.call_unmount_finish(result): logging.debug("...successfully unmounted %s", mount_point) else: # this is the result even when the unmount was unsuccessful logging.debug("...possibly failed to unmount %s", mount_point) except GLib.GError: logging.error("Exception occurred unmounting %s", mount_point) logging.exception("Traceback:") except Exception: logging.error("Exception occurred unmounting %s", mount_point) logging.exception("Traceback:") self.partitionUnmounted.emit(mount_point) if have_gio: @retry(stop=stop_after_attempt(5), wait=wait_fixed(1)) def mount_finish(result: Gio.AsyncResult, volume: Gio.Volume) -> bool: try: return volume.mount_finish(result) except gi.repository.GLib.GError as inst: logging.warning( "Exception occurred unmounting %s: %s", volume.get_name() or "", str(inst), ) raise except Exception as inst: logging.error( "Unknown exception occurred unmounting %s: %s", volume.get_name() or "", str(inst), ) raise class GVolumeMonitor(QObject): r""" Monitor the mounting or unmounting of cameras or partitions using Gnome's GIO/GVFS. Unmount cameras automatically mounted by GVFS. Raises a signal if a volume has been inserted, but will not be automatically mounted. This is important because this class is monitoring mounts, and if the volume is not mounted, it will go unnoticed. """ # result (unmount succeeded or not), camera model, port, post unmount action cameraUnmounted = pyqtSignal(bool, str, str, PostCameraUnmountAction) cameraMounted = pyqtSignal() # path, icon names, volume can eject partitionMounted = pyqtSignal(str, "PyQt_PyObject", bool) # path partitionUnmounted = pyqtSignal(str) volumeAddedNoAutomount = pyqtSignal() cameraPossiblyRemoved = pyqtSignal() # device path cameraVolumeAdded = pyqtSignal(str) def __init__(self, validMounts: ValidMounts, prefs) -> None: super().__init__() self.prefs = prefs self.vm = Gio.VolumeMonitor.get() self.vm.connect("mount-added", self.mountAdded) self.vm.connect("volume-added", self.volumeAdded) self.vm.connect("mount-removed", self.mountRemoved) self.vm.connect("volume-removed", self.volumeRemoved) self.portSearch = re.compile(r"usb:([\d]+),([\d]+)") self.scsiPortSearch = re.compile(r"usbscsi:(.+)") self.possibleCamera = re.compile(r"/usb/([\d]+)/([\d]+)") self.validMounts = validMounts # device_path: volume_name self.camera_volumes_added = dict() # type: dict[str, str] self.camera_volumes_mounted = set() # type: set[str] self.manually_mounted_volumes = set() # type: set[Gio.Volume] @staticmethod def mountMightBeCamera(mount: Gio.Mount) -> bool: """ :param mount: the mount to check :return: True if the mount needs to be checked if it is a camera """ return not mount.is_shadowed() and mount.get_volume() is not None def unixDevicePathIsCamera(self, devname: str) -> bool: """ Test if the device at unix device path devname is a camera :param devname: Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE device path e.g. '/dev/bus/usb/001/003' :return: True if camera else False """ return self.possibleCamera.search(devname) is not None and udev_is_camera( devname ) def ptpCameraMountPoint(self, model: str, port: str) -> Gio.Mount | None: """ :return: the mount point of the PTP / MTP camera, if it is mounted, else None. If camera is not mounted with PTP / MTP, None is returned. """ p = self.portSearch.match(port) if p is not None: p1 = p.group(1) p2 = p.group(2) device_path = f"/dev/bus/usb/{p1}/{p2}" return self.cameraMountPointByUnixDevice(device_path=device_path) else: p = self.scsiPortSearch.match(port) if p is None: logging.error("Unknown camera mount method %s %s", model, port) return None def cameraMountPointByUnixDevice(self, device_path: str) -> Gio.Mount | None: """ :return: the mount point of the PTP / MTP camera, if it is mounted, else None. If camera is not mounted with PTP / MTP, None is returned. """ to_unmount = None for mount in self.vm.get_mounts(): if self.mountMightBeCamera(mount): identifier = mount.get_volume().get_identifier( Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE ) if device_path == identifier: to_unmount = mount break return to_unmount @pyqtSlot(str, str, bool, bool, int) def reUnmountCamera( self, model: str, port: str, post_unmount_action: PostCameraUnmountAction, attempt_no: int, ) -> None: logging.info( "Attempt #%s to unmount camera %s on port %s", attempt_no + 1, model, port, ) self.unmountCamera( model=model, port=port, post_unmount_action=post_unmount_action, attempt_no=attempt_no, ) def unmountCamera( self, model: str, port: str, post_unmount_action: PostCameraUnmountAction, mount_point: Gio.Mount | None = None, attempt_no: int | None = 0, ) -> bool: """ Unmount camera mounted on gvfs mount point, if it is mounted. If not mounted, ignore. :param model: model as returned by libgphoto2 :param port: port as returned by libgphoto2, in format like usb:001,004 :param download_starting: if True, the unmount is occurring because a download has been initiated. :param mount_point: if not None, try umounting from this mount point without scanning for it first :return: True if an unmount operation has been initiated, else returns False. """ if mount_point is None: to_unmount = self.ptpCameraMountPoint(model, port) else: to_unmount = mount_point if to_unmount is not None: logging.debug("GIO: Attempting to unmount %s...", model) to_unmount.unmount_with_operation( 0, None, None, self.unmountCameraCallback, (model, port, post_unmount_action, attempt_no), ) return True return False def unmountCameraCallback( self, mount: Gio.Mount, result: Gio.AsyncResult, user_data: tuple[str, str, PostCameraUnmountAction, bool], ) -> None: """ Called by the asynchronous unmount operation. When complete, emits a signal indicating operation success, and the camera model and port :param mount: camera mount :param result: result of the unmount process :param user_data: model and port of the camera being unmounted, in the format of libgphoto2 """ model, port, post_unmount_action, attempt_no = user_data try: if mount.unmount_with_operation_finish(result): logging.debug(f"...successfully unmounted {model}") self.cameraUnmounted.emit(True, model, port, post_unmount_action) else: logging.debug(f"...failed to unmount {model}") self.cameraUnmounted.emit(False, model, port, post_unmount_action) except GLib.GError as e: if e.code == 26 and attempt_no < 10: attempt_no += 1 QTimer.singleShot( 1000, lambda: self.reUnmountCamera( model, port, post_unmount_action, attempt_no ), ) else: logging.error(f"Exception occurred unmounting {model}") logging.exception("Traceback:") self.cameraUnmounted.emit(False, model, port, post_unmount_action) def unmountVolume(self, path: str) -> None: """ Unmounts the volume represented by the path. If no volume is found representing that path, nothing happens. :param path: path of the volume. It should not end with os.sep. """ for mount in self.vm.get_mounts(): root = mount.get_root() if root is not None: mpath = root.get_path() if path == mpath: logging.info("Attempting to unmount %s...", path) mount.unmount_with_operation( 0, None, None, self.unmountVolumeCallback, path ) break @staticmethod def unmountVolumeCallback( mount: Gio.Mount, result: Gio.AsyncResult, user_data: str ) -> None: """ Called by the asynchronous unmount operation. :param mount: volume mount :param result: result of the unmount process :param user_data: the path of the device unmounted """ path = user_data try: if mount.unmount_with_operation_finish(result): logging.info("...successfully unmounted volume %s", path) else: logging.info("...failed to unmount volume %s", path) except GLib.GError as e: if e.code == 16: logging.debug("...backend currently unmounting volume %s...", path) elif e.code == 26: logging.debug( "...did not yet unmount volume %s because it is busy..." ) # TODO investigate if should try again to unmount the volume, # similar to unmountCameraCallback() else: logging.error("Exception occurred unmounting volume %s", path) logging.exception("Traceback:") @staticmethod def mountIsAppleFileConduit(mount: Gio.Mount, path: str) -> bool: if path: logging.debug( f"GIO: Looking for Apple File Conduit (AFC) at mount {path}" ) path, folder_name = os.path.split(path) if folder_name and folder_name.startswith("afc:host="): return True return False def mountVolume(self, volume: Gio.Volume) -> None: logging.debug("Attempting to mount %s", volume.get_name()) self.manually_mounted_volumes.add(volume) volume.mount(0, None, None, self.mountVolumeCallback, volume) def mountVolumeCallback( self, source_object, result: Gio.AsyncResult, volume: Gio.Volume ) -> None: self.manually_mounted_volumes.remove(volume) if mount_finish(result, volume): logging.debug("%s was successfully manually mounted", volume.get_name()) self.mountAdded(self.vm, volume.get_mount()) else: logging.debug("%s failed to mount", volume.get_name()) def mountIsCamera(self, mount: Gio.Mount, path: str | None = None) -> bool: """ Determine if the mount refers to a camera by checking the path to see if gphoto2 or mtp is in the last folder in the root path. Does not query udev, deliberately. This can be called when device is being unmounted. Unclear if the device is still on the system at this point, or how realible that is even if it is. :param mount: mount to check :param path: optional mount path if already determined :return: True if mount refers to a camera, else False """ if self.mountMightBeCamera(mount): if path is None: root = mount.get_root() if root is None: logging.warning( "Unable to get mount root for %s", mount.get_name() ) else: path = root.get_path() if path: logging.debug(f"GIO: Looking for camera at mount {path}") # check last two levels of the path name, as it might be in a # format like # /run/..../gvfs/gphoto2:host=Canon_Inc._Canon_Digital_Camera/store_00010001 # noqa:E501 for i in (1, 2): path, folder_name = os.path.split(path) if folder_name: for s in ("gphoto2:host=", "mtp:host="): if folder_name.startswith(s): return True return False def mountIsPartition(self, mount: Gio.Mount, path: str | None = None) -> bool: """ Determine if the mount point is that of a valid partition, i.e. is mounted in a valid location, which is under one of self.validMountDirs :param mount: the mount to examine :param path: optional mount path if already determined :return: True if the mount is a valid partiion """ if path is None: root = mount.get_root() if root is None: logging.warning("Unable to get mount root for %s", mount.get_name()) else: path = root.get_path() if path: logging.debug(f"GIO: Looking for valid partition at mount {path}") if self.validMounts.pathIsValidMountPoint(path): logging.debug(f"GIO: partition found at {path}") return True if path is not None: logging.debug(f"GIO: partition is not valid mount: {path}") return False def mountAdded(self, volumeMonitor, mount: Gio.Mount) -> None: """ Determine if mount is valid partition or is a camera, or something else. :param volumeMonitor: not used :param mount: the mount to examine """ if mount.get_volume() in self.manually_mounted_volumes: logging.debug( "Waiting for manual mount of %s to complete", mount.get_volume().get_name(), ) return logging.debug("Examining mount %s", mount.get_name()) try: identifier = mount.get_volume().get_identifier( Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE ) if identifier in self.camera_volumes_added: logging.debug( "%s is now mounted", self.camera_volumes_added[identifier] ) self.camera_volumes_mounted.add(identifier) self.cameraMounted.emit() return except Exception: pass try: path = mount.get_root().get_path() except Exception: logging.warning("Unable to get mount path for %s", mount.get_name()) else: if self.mountIsAppleFileConduit(mount, path): # An example of an AFC volume is the "Documents" mount for an # iPhone, which in contrast to the gphoto2 mount for the same device logging.debug("Apple File Conduit (AFC) mount detected at %s", path) logging.info("Attempting to unmount %s...", path) mount.unmount_with_operation( 0, None, None, self.unmountVolumeCallback, path ) elif self.mountIsCamera(mount, path): # Can be called on startup if the camera was already mounted in GIO # before the program started. In that case, previous check would not # have detected the camera. self.cameraMounted.emit() elif self.mountIsPartition(mount, path): icon_names = self.getIconNames(mount) self.partitionMounted.emit( mount.get_root().get_path(), icon_names, mount.can_eject() ) def mountRemoved(self, volumeMonitor, mount: Gio.Mount) -> None: if not self.mountIsCamera(mount) and self.mountIsPartition(mount): logging.debug("GIO: %s has been unmounted", mount.get_name()) self.partitionUnmounted.emit(mount.get_root().get_path()) def volumeAdded(self, volumeMonitor, volume: Gio.Volume) -> None: volume_name = volume.get_name() should_automount = volume.should_automount() logging.debug( "GIO: Volume added %s. Automount: %s", volume_name, should_automount, ) if not should_automount: logging.debug( "%s has probably been removed: do not automount", volume_name ) return if not self.prefs.auto_mount: logging.debug( "Not checking mount status for %s because auto mount preference " "is off", volume_name, ) return # Even if volume.should_automount(), the volume in fact may not be mounted # automatically. It's a bug that has shown up at least twice! device_path = volume.get_identifier(Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE) if device_path is None: logging.debug("%s is not a Unix Device", volume_name) else: try: is_camera = self.unixDevicePathIsCamera(device_path) except TypeError: logging.debug( "Unexpected device path for %s. Type %s", volume_name, type(device_path), ) else: if is_camera: self.camera_volumes_added[device_path] = volume_name logging.debug("%s is a camera at %s", volume_name, device_path) # Time is in milliseconds; 3000 is 3 seconds. QTimer.singleShot( 3000, lambda: self.cameraVolumeAddedCheckMount(device_path) ) else: uuid = volume.get_uuid() logging.debug( "%s is a device at %s with UUID %s", volume_name, device_path, uuid, ) QTimer.singleShot( 3000, lambda: self.deviceVolumeAddedCheckMount(volume) ) def cameraVolumeAddedCheckMount(self, device_path) -> None: if device_path not in self.camera_volumes_mounted: logging.debug( "%s had not been automatically mounted. Will initiate camera scan.", self.camera_volumes_added[device_path], ) self.cameraVolumeAdded.emit(device_path) else: logging.debug( "%s had been automatically mounted", self.camera_volumes_added[device_path], ) def deviceVolumeAddedCheckMount(self, volume: Gio.Volume) -> None: mount = volume.get_mount() # Double check that it's in the list of mounts mounted = mount in self.vm.get_mounts() if mount is not None else False if not mounted: logging.debug( "%s has not been automatically mounted. Will initiate mount.", volume.get_name(), ) self.mountVolume(volume) else: logging.debug("%s was automatically mounted", volume.get_name()) def volumeRemoved(self, volumeMonitor, volume: Gio.Volume) -> None: logging.debug("GIO: %s volume removed", volume.get_name()) if volume.get_activation_root() is not None: logging.debug("GIO: %s might be a camera", volume.get_name()) self.cameraPossiblyRemoved.emit() @staticmethod def getIconNames(mount: Gio.Mount) -> list[str]: """ Get icons for the mount from theme :param mount: :return: """ icon_names = [] icon = mount.get_icon() if isinstance(icon, Gio.ThemedIcon): icon_names = icon.get_names() return icon_names def getProps(self, path: str) -> tuple[list[str] | None, bool | None]: """ Given a mount's path, get the icon names suggested by the volume monitor, and determine whether the mount is ejectable or not. :param path: the path of mount to check :return: icon names and eject boolean """ for mount in self.vm.get_mounts(): root = mount.get_root() if root is not None: p = root.get_path() if path == p: icon_names = self.getIconNames(mount) return (icon_names, mount.can_eject()) return (None, None) def _get_info_size_value(info: Gio.FileInfo, attr: str) -> int: if info.get_attribute_data(attr).type == Gio.FileAttributeType.UINT64: return info.get_attribute_uint64(attr) else: return info.get_attribute_uint32(attr) def get_mount_size(mount: QStorageInfo) -> tuple[int, int]: """ Uses GIO to get bytes total and bytes free (available) for the mount that a path is in. :param path: path located anywhere in the mount :return: bytes_total, bytes_free """ bytes_free = mount.bytesAvailable() bytes_total = mount.bytesTotal() if bytes_total or not have_gio: return bytes_total, bytes_free path = mount.rootPath() logging.debug("Using GIO to query file system attributes for %s...", path) p = Gio.File.new_for_path(os.path.abspath(path)) info = p.query_filesystem_info( ",".join( (Gio.FILE_ATTRIBUTE_FILESYSTEM_SIZE, Gio.FILE_ATTRIBUTE_FILESYSTEM_FREE) ) ) logging.debug("...query of file system attributes for %s completed", path) bytes_total = _get_info_size_value(info, Gio.FILE_ATTRIBUTE_FILESYSTEM_SIZE) bytes_free = _get_info_size_value(info, Gio.FILE_ATTRIBUTE_FILESYSTEM_FREE) return bytes_total, bytes_free ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/storage/storageidevice.py0000644000175000017500000002164214562557501023677 0ustar00damondamon# Copyright (C) 2022-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Utility functions that use subprocess to call primarily libimobiledevice utilities to handle iOS devices. There is a Python binding to libimobiledevice, but at the time of writing it is undocumented and very difficult to use. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2022-2024, Damon Lynch." import logging import os import shutil import subprocess from raphodo.cameraerror import iOSDeviceError from raphodo.constants import CameraErrorCode from raphodo.utilities import create_temp_dir # Utilities for identifying, pairing, and mounting iOS devices # Called every time on import into a new process, but not much we can do about that # without a bunch of extra optimization steps idevice_helper_apps = ("idevicename", "idevicepair", "ifuse", "fusermount") ios_helper_cmds = [shutil.which(cmd) for cmd in idevice_helper_apps] idevicename_cmd, idevicepair_cmd, ifuse_cmd, fusermount_cmd = ios_helper_cmds def utilities_present() -> bool: """ :return: True if all iOS helper utility applications are present on the system """ return None not in ios_helper_cmds def ios_missing_programs() -> list[str]: """ :return: a list of missing helper programs to allow iOS device access """ return [ idevice_helper_apps[i] for i in range(len(ios_helper_cmds)) if ios_helper_cmds[i] is None ] def idevice_serial_to_udid(serial: str) -> str: """ Generate udid for imobiledevice utilities from serial number There appear to be two (or more?) formats for iOS device serial numbers as reported by udev. :param serial: udev device serial number :return: udid suitable for imobiledevice utilities """ if len(serial) == 24: return f"{serial[:8]}-{serial[8:]}" else: if len(serial) != 40: logging.warning( "Unexpected serial number length for iOS device: %s", serial ) return serial def idevice_run_command( command: str, udid: str, argument_before_option: str | None = "", argument: str | None = "", display_name: str | None = "", warning_only: bool | None = False, supply_udid_as_arg: bool | None = True, camera_error_code: CameraErrorCode | None = CameraErrorCode.pair, ) -> str: """ Run a command and raise an error if it fails :param command: command to run, e.g. idevicename_cmd :param udid: iOS device udid, used to perform operations on specific device :param argument_before_option: argument to pass command before any '-u udid' argument :param argument: argument to pass command after any '-u udid' argument :param display_name: iOS name for use in error messages :param warning_only: do not raise an error, but instead log a warning :param supply_udid_as_arg: if True, add '-u udid' argument to command :param camera_error_code: error code to raise when something goes wrong :return: command's stdout / stderr """ cmd = [command] if command == fusermount_cmd: cmd.append( "-u" ) # Note: nothing to to with udid. Simply instructs fusermount to unmount. if argument_before_option: cmd.append(argument_before_option) if supply_udid_as_arg: cmd.append("-u") cmd.append(udid) if argument: cmd.append(argument) try: result = subprocess.run( cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, check=True, ) except subprocess.CalledProcessError as e: if warning_only: logging.warning( "Error running %s for %s. %s: %s", command, display_name or udid, e.returncode, e.stdout.decode().strip(), ) return "" else: raise iOSDeviceError( camera_error_code, e.returncode, e.output.decode(), udid, display_name ) return result.stdout.decode() def idevice_get_name(udid: str) -> str: """ Determine name of idevice using its udid :param udid: Apple device udid in format used by imobiledevice utilities :return: output of idevicename """ return idevice_run_command( udid=udid, command=idevicename_cmd, warning_only=True, camera_error_code=CameraErrorCode.devicename, ).strip() def idevice_run_idevicepair_command(udid: str, display_name: str, argument: str) -> str: """ Run idevicepair with argument and return result :param udid: iOS device udid, used to perform operations on specific device :param display_name: iOS name for use in error messages :param argument: idevicepair argument to run :return: command's stdout / stderr """ assert argument in ("validate", "list", "pair") return idevice_run_command( udid=udid, display_name=display_name, command=idevicepair_cmd, argument=argument ) def idevice_in_pairing_list(udid: str, display_name: str) -> bool: """Check if iOS device is in list of paired devices""" logging.debug( "Checking if '%s' is already in iOS device pairing list", display_name ) result = idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="list" ) return udid in result def idevice_validate_pairing(udid: str, display_name: str): """ Validate if iOS device has already been paired. Raises error on failure. """ idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="validate" ) logging.info("Successfully validated pairing of '%s'", display_name) def idevice_pair(udid: str, display_name: str): """Pair iOS device""" idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="pair" ) logging.debug("Successfully paired '%s'", display_name) def idevice_do_mount(udid: str, display_name: str) -> str: """ Mount an iOS device that has already been paired. :param udid: iOS device udid, used to perform operations on specific device :param display_name: display_name: iOS name for use in error messages :return: FUSE mount point """ logging.info("Mounting iOS device '%s' using FUSE", display_name) mount_point = idevice_generate_mount_point(udid=udid) idevice_run_command( udid=udid, command=ifuse_cmd, display_name=display_name, argument_before_option=mount_point, camera_error_code=CameraErrorCode.mount, ) return mount_point def idevice_do_unmount(udid: str, display_name: str, mount_point: str): """ Unmount an iOS device that was mounted using FUSE, and remove the directory. :param udid: iOS device udid, used to perform operations on specific device :param display_name: display_name: iOS name for use in error messages :return: FUSE mount point """ logging.info("Unmounting iOS device '%s' from FUSE mount", display_name) try: idevice_run_command( udid=udid, command=fusermount_cmd, display_name=display_name, argument=mount_point, camera_error_code=CameraErrorCode.mount, supply_udid_as_arg=False, ) except iOSDeviceError as e: logging.error( "Error unmounting iOS device '%s'. %s: %s", e.display_name, e.imobile_error, e.imobile_error_output, ) if os.path.isdir(mount_point): try: os.rmdir(mount_point) except OSError: logging.exception(f"Failed to remove temporary directory {mount_point}") def idevice_generate_mount_point(udid: str) -> str: """ Create a temporary directory in which to mount iOS device using FUSE :param udid: iOS device udid, used to perform operations on a specific device :return: full path to the temp dir """ # Make the temp directory have the iOS serial number so that when thumbnails are # saved by path, the path will be the same each time the device is inserted temp_dir = create_temp_dir(temp_dir_name=f"rpd-tmp-{udid}") assert temp_dir is not None logging.debug("Created temp mount point %s", temp_dir) return temp_dir ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/sudocommand.py0000644000175000017500000003044614562557501021551 0ustar00damondamon# Copyright (C) 2021-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2021-2024, Damon Lynch." import logging import shlex import subprocess import textwrap import webbrowser from enum import IntEnum from getpass import getuser from typing import NamedTuple from PyQt5.QtCore import QSize, Qt, pyqtSlot from PyQt5.QtGui import QFont, QFontMetrics, QIcon from PyQt5.QtWidgets import ( QDialog, QDialogButtonBox, QHBoxLayout, QLabel, QSizePolicy, QVBoxLayout, ) from raphodo.ui.password import PasswordEdit from raphodo.ui.viewutils import translateDialogBoxButtons class SudoCommand(QDialog): def __init__( self, msg: str | None = None, hint: str | None = None, title: str | None = None, password_incorrect: bool = False, icon: str | None = None, help_url: str | None = None, parent=None, ) -> None: super().__init__(parent=parent) word_wrap_width = 50 if title: titleHLayout = QHBoxLayout() i = QIcon(icon) if icon else QIcon(":/rapid-photo-downloader.svg") size = QFontMetrics(QFont()).height() pixmap = i.pixmap(QSize(size, size)) titleIcon = QLabel() titleIcon.setPixmap(pixmap) titleIcon.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed) if len(title) > word_wrap_width: # DO NOT set wordwrap on the richtext QLabel, or else the Qt layout # management is truly screwed!! # from the Qt documentation: # "The use of rich text in a label widget can introduce some problems to # the layout of its parent widget. Problems occur due to the way rich # text is handled by Qt's layout managers when the label is word # wrapped" title = "
                                ".join(textwrap.wrap(title, width=word_wrap_width)) titleLabel = QLabel(f"{title}") titleLabel.setTextFormat(Qt.RichText) titleLabel.setAlignment(Qt.AlignTop) titleLabel.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) titleHLayout.addWidget(titleIcon, alignment=Qt.AlignTop) titleHLayout.addWidget(titleLabel, alignment=Qt.AlignTop) titleLayout = QVBoxLayout() titleLayout.addLayout(titleHLayout) titleLayout.addSpacing(8) if password_incorrect: wrongPasswordLabel = QLabel(_("Sorry, the password was incorrect.")) msgLabel = QLabel( msg # Translators: here %s refers to the username (you must keep %s or the # program will crash). This is what it looks like: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png or _("To perform administrative tasks, enter the password for %s.") % getuser() ) if len(msgLabel.text()) > 50: msgLabel.setWordWrap(True) msgLabel.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) if hint: hintLabel = QLabel(hint) if len(hint) > 50: hintLabel.setWordWrap(True) hintLabel.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) self.passwordEdit = PasswordEdit() self.passwordEdit.setMinimumWidth(220) self.passwordEdit.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) buttonBox = QDialogButtonBox(QDialogButtonBox.Cancel | QDialogButtonBox.Ok) if help_url: self.help_url = help_url self.helpButton = buttonBox.addButton(QDialogButtonBox.Help) self.helpButton.clicked.connect(self.helpButtonClicked) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) buttonBox.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) layout = QVBoxLayout() layout.setSpacing(8) layout.setContentsMargins(8, 8, 8, 8) passwordLayout = QHBoxLayout() passwordLayout.addWidget(QLabel(_("Password:"))) passwordLayout.addWidget(self.passwordEdit) if title: layout.addLayout(titleLayout) if password_incorrect: layout.addWidget(wrongPasswordLabel) layout.addWidget(msgLabel) layout.addLayout(passwordLayout) if hint: layout.addWidget(hintLabel) layout.addWidget(buttonBox) self.setLayout(layout) @pyqtSlot() def helpButtonClicked(self) -> None: webbrowser.open_new_tab(self.help_url) def password(self) -> str: return self.passwordEdit.text() class SudoExceptionCode(IntEnum): password_required = 1 password_wrong = 2 command_cancelled = 3 class SudoException(Exception): def __init__(self, code: SudoExceptionCode) -> None: self.code = code def __repr__(self) -> str: if self.code == SudoExceptionCode.password_required: return "Password required" elif self.code == SudoExceptionCode.password_wrong: return "Password incorrect" else: assert self.code == SudoExceptionCode.command_cancelled return "Command cancelled" class SudoCommandResult(NamedTuple): return_code: int stdout: str stderr: str def run_command_as_sudo_with_password( cmd: str, password: str, user: str | None = None, timeout=10 ) -> SudoCommandResult: """ Run a single command via sudo, allowing for sudo to prompt for the password Generates exception if password is incorrect. :param cmd: command to run :param password: the password to pass to sudo :param user: the username sudo will ask for. If not specified will get it via the Python standard library. :param timeout: timeout for subprocess.Popen call :return: return codes, stdout and stderr """ if user is None: user = getuser() password = f"{password}\n".encode() cmd = f"sudo -S {cmd}" cmd = shlex.split(cmd) proc = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env={"LANG": "C", "LANGUAGE": "C"}, ) try: output, errors = proc.communicate(input=password, timeout=timeout) sudo_output = f"[sudo] password for {user}: ".encode() if errors.startswith(sudo_output): errors = errors[len(sudo_output) :] except subprocess.TimeoutExpired: proc.kill() output, errors = proc.communicate() if errors.find(b"Sorry, try again.") >= 0: raise SudoException(code=SudoExceptionCode.password_wrong) return SudoCommandResult( return_code=proc.returncode, stdout=output.decode().strip(), stderr=errors.decode().strip(), ) def run_command_as_sudo_without_password(cmd: str, timeout=10) -> SudoCommandResult: """ Run a single command via sudo instructing sudo to not prompt for the password Generates exception if password is required by sudo. :param cmd: command to run :param timeout: timeout for subprocess.Popen call :return: return codes, stdout and stderr """ cmd = f"sudo -n {cmd}" cmd = shlex.split(cmd) proc = subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env={"LANG": "C", "LANGUAGE": "C"}, ) try: output, errors = proc.communicate(timeout=timeout) except subprocess.TimeoutExpired: proc.kill() output, errors = proc.communicate() if proc.returncode == 1 and errors == b"sudo: a password is required\n": raise SudoException(code=SudoExceptionCode.password_required) else: return SudoCommandResult( return_code=proc.returncode, stdout=output.decode().strip(), stderr=errors.decode().strip(), ) def _log_result(cmd: str, result: SudoCommandResult) -> None: if not (result.stdout or result.stderr) and result.return_code == 0: logging.debug("0: %s", cmd) else: logging.debug("%s: %s", result.return_code, cmd) if result.stdout and not result.stderr: logging.debug("stdout: %s", result.stdout) elif not result.stdout and result.stderr: logging.debug("stderr: %s", result.stderr) else: logging.debug("stdout: %s; stderr: %s", result.stdout, result.stderr) def run_commands_as_sudo( cmds: list[str], parent, msg: str | None = None, timeout=10, title: str | None = None, icon: str | None = None, help_url: str | None = None, ) -> list[SudoCommandResult, ...]: """ Run a list of commands. If necessary, prompt for the sudo password using a dialog. If return code of any of the commands is not zero, exit without doing the next commands. :param cmds: list of commands to run :param msg: message to display in password prompt dialog :param timeout: timeout for subprocess.Popen call :param title: title to display in password prompt :param icon: icon to display if a dialog window is needed to prompt for the password :param help_url: if specified, a help button will be added to the dialog window, and clicking it will open this URL :return: list of return codes, stdout and stderr """ results = [] # type: list[SudoCommandResult, ...] for cmd in cmds: try: result = run_command_as_sudo_without_password(cmd=cmd, timeout=timeout) _log_result(cmd, result) except SudoException as e: assert e.code == SudoExceptionCode.password_required password_incorrect = False user = getuser() while True: passwordPrompt = SudoCommand( msg=msg, password_incorrect=password_incorrect, parent=parent, title=title, icon=icon, help_url=help_url, ) if passwordPrompt.exec(): try: result = run_command_as_sudo_with_password( cmd=cmd, password=passwordPrompt.password(), user=user, timeout=timeout, ) _log_result(cmd, result) break except SudoException as e: assert e.code == SudoExceptionCode.password_wrong password_incorrect = True else: logging.debug("Mount ops cancelled by user request") raise SudoException(code=SudoExceptionCode.command_cancelled) results.append(result) if result.return_code != 0: return results return results if __name__ == "__main__": # Test code from PyQt5.QtWidgets import QApplication app = QApplication([]) cmds = ["echo OK"] title = "Unmount drives EOS_DIGITAL (G:) and EOS_DIGITAL (J:)" title = "Unmount drives EOS_DIGITAL (G:)" icon = ":/icons/drive-removable-media.svg" results = run_commands_as_sudo( cmds=cmds, parent=None, title=title, icon=icon, help_url="https://damonlynch.net/rapid/documentation/#wslsudopassword", ) for result in results: print(result) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbloadbalancer.py0000755000175000017500000000331014562557501022700 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """Starts load balancer used for thumbnail extraction and caching""" __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" from raphodo.interprocess import LoadBalancer, LoadBalancerWorkerManager class ThumbnailLoadBalancerWorkerManager(LoadBalancerWorkerManager): """ Manages thumbnail extractors """ def __init__( self, no_workers: int, backend_port: int, sink_port: int, logging_port: int ) -> None: super().__init__(no_workers, backend_port, sink_port, logging_port) self._process_name = "Thumbnail Load Balancer Manager" self._process_to_run = "thumbnailextractor.py" class ThumbnailLoadBalancer(LoadBalancer): """ Manages the thumbnail load balancer """ def __init__(self) -> None: super().__init__("Thumbnail", ThumbnailLoadBalancerWorkerManager) if __name__ == "__main__": loadbalancer = ThumbnailLoadBalancer() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbnaildaemon.py0000755000175000017500000002206114562557501022404 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Generates thumbnails for files that have already been downloaded, and writes out FDO thumbnails for files of the type where that makes sense e.g. RAW files See cache.py for definitions of various caches used by Rapid Photo Downloader. Runs as a single instance daemon process, i.e., for the lifetime of the program. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import contextlib import locale import logging import os import pickle import sys with contextlib.suppress(locale.Error): # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, "") import zmq from raphodo.cache import FdoCacheLarge, FdoCacheNormal from raphodo.constants import ( ExtractionProcessing, # noqa: F401 ExtractionTask, ) from raphodo.interprocess import ( DaemonProcess, GenerateThumbnailsResults, ThumbnailDaemonData, # noqa: F401 ThumbnailExtractorArgument, ) from raphodo.thumbnailpara import GetThumbnailFromCache, preprocess_thumbnail_from_disk class DameonThumbnailWorker(DaemonProcess): """ Generates thumbnails for files that have already been downloaded, and writes out FDO thumbnails for files of the type where that makes sense e.g. RAW files """ def __init__(self): super().__init__("Thumbnail Daemon") def run(self): """ Set up process and then process thumbnail requests one by one """ # Always set use_thumbnail_cache to True, because this is a daemon # process that runs for the lifetime of the program. User can # change the program preferences. # Whether to actually use it will be determined at the time the # thumbnail is sought, using the user's preference at that moment. thumbnail_caches = GetThumbnailFromCache(use_thumbnail_cache=True) self.frontend = self.context.socket(zmq.PUSH) directive, content = self.receiver.recv_multipart() self.check_for_command(directive, content) data = pickle.loads(content) # type: ThumbnailDaemonData assert data.frontend_port is not None self.frontend.connect(f"tcp://localhost:{data.frontend_port}") # handle freedesktop.org cache files directly fdo_cache_large = FdoCacheLarge() fdo_cache_normal = FdoCacheNormal() while True: directive, content = self.receiver.recv_multipart() self.check_for_command(directive, content) data = pickle.loads(content) # type: ThumbnailDaemonData rpd_file = data.rpd_file if data.backup_full_file_names is not None: # File has been backed up, and an extractor has already generated a FDO # thumbnail for it. Copy and modify the existing FDO thumbnail # MD5 name of the existing FDO thumbnail md5_name = data.fdo_name assert md5_name for backup_full_file_name in data.backup_full_file_names: # Check to see if existing thumbnail in FDO cache can be # modified and renamed to reflect new URI try: mtime = os.path.getmtime(backup_full_file_name) except OSError: logging.debug( "Backup file does not exist: %s", backup_full_file_name ) else: logging.debug( "Copying and modifying existing FDO 128 thumbnail for %s", backup_full_file_name, ) fdo_cache_normal.modify_existing_thumbnail_and_save_copy( existing_cache_thumbnail=md5_name, full_file_name=backup_full_file_name, size=rpd_file.size, modification_time=mtime, error_on_missing_thumbnail=True, ) logging.debug( "Copying and modifying existing FDO 256 thumbnail for %s", backup_full_file_name, ) fdo_cache_large.modify_existing_thumbnail_and_save_copy( existing_cache_thumbnail=md5_name, full_file_name=backup_full_file_name, size=rpd_file.size, modification_time=mtime, error_on_missing_thumbnail=False, ) else: # The file has just been downloaded and renamed rpd_file.modified_via_daemon_process = True try: # Check the download source to see if it's in the caches, not the # file we've just downloaded use_thumbnail_cache = data.use_thumbnail_cache and not ( data.write_fdo_thumbnail and rpd_file.should_write_fdo() ) cache_search = thumbnail_caches.get_from_cache( rpd_file=rpd_file, use_thumbnail_cache=use_thumbnail_cache ) ( task, thumbnail_bytes, full_file_name_to_work_on, origin, ) = cache_search processing = set() # type: set[ExtractionProcessing] if task == ExtractionTask.undetermined: # Thumbnail was not found in any cache: extract it task = preprocess_thumbnail_from_disk( rpd_file=rpd_file, processing=processing ) if task != ExtractionTask.bypass: if rpd_file.thm_full_name is not None: full_file_name_to_work_on = ( rpd_file.download_thm_full_name ) else: full_file_name_to_work_on = ( rpd_file.download_full_file_name ) if task == ExtractionTask.bypass: self.content = pickle.dumps( GenerateThumbnailsResults( rpd_file=rpd_file, thumbnail_bytes=thumbnail_bytes ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() elif task != ExtractionTask.undetermined: # Send data to load balancer, which will send to one of its # workers self.content = pickle.dumps( ThumbnailExtractorArgument( rpd_file=rpd_file, task=task, processing=processing, full_file_name_to_work_on=full_file_name_to_work_on, secondary_full_file_name="", exif_buffer=None, thumbnail_bytes=thumbnail_bytes, use_thumbnail_cache=data.use_thumbnail_cache, file_to_work_on_is_temporary=False, write_fdo_thumbnail=data.write_fdo_thumbnail, send_thumb_to_main=True, force_exiftool=data.force_exiftool, ), pickle.HIGHEST_PROTOCOL, ) self.frontend.send_multipart([b"data", self.content]) except SystemExit as e: sys.exit(e.code) except Exception: logging.error( "Exception working on file %s", rpd_file.full_file_name ) logging.exception("Traceback:") if __name__ == "__main__": generate_thumbnails = DameonThumbnailWorker() generate_thumbnails.run() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbnaildisplay.py0000644000175000017500000032052314562557501022607 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import datetime import logging import os from collections import defaultdict, deque from collections.abc import Sequence from typing import NamedTuple import arrow.arrow from colour import Color from dateutil.tz import tzlocal from PyQt5.QtCore import ( QAbstractItemModel, QAbstractListModel, QEvent, QItemSelection, QItemSelectionModel, QModelIndex, QPoint, QPointF, QRect, QRectF, QSize, QSizeF, Qt, QTimeLine, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QBrush, QColor, QFont, QFontMetricsF, QGuiApplication, QMouseEvent, QPainter, QPalette, QPen, QPixmap, QResizeEvent, ) from PyQt5.QtWidgets import ( QAbstractItemView, QApplication, QFrame, QListView, QMenu, QStyle, QStyledItemDelegate, QStyleOptionButton, QStyleOptionViewItem, QWidget, ) from showinfm import show_in_file_manager from raphodo.constants import ( CustomColors, DarkGray, DarkModeThumbnailBackgroundName, DeviceState, DeviceType, DoubleDarkGray, Downloaded, DownloadStatus, FadeMilliseconds, FadeSteps, FileType, FileTypeFlag, PaleGray, Plural, Roles, Show, Sort, ThumbnailBackgroundName, ThumbnailCacheStatus, ThumbnailSize, extensionColor, manually_marked_previously_downloaded, thumbnail_margin, ) from raphodo.interprocess import ( Device, ) from raphodo.metadata.fileformats import ALL_USER_VISIBLE_EXTENSIONS from raphodo.prefs.preferences import Preferences # noqa: F401 from raphodo.proximity import TemporalProximityState from raphodo.rpdfile import FileTypeCounter, RPDFile from raphodo.rpdsql import DownloadedSQL, ThumbnailRow, ThumbnailRowsSQL from raphodo.storage.storage import ( get_program_cache_directory, kframework_file_managers, validate_download_folder, ) from raphodo.thumbnailer import Thumbnailer from raphodo.ui.viewutils import ( ScrollBarEmitsVisible, ThumbnailDataForProximity, is_dark_mode, scaledIcon, ) from raphodo.utilities import ( CacheDirs, arrow_locale, format_size_for_user, make_internationalized_list, runs, ) class DownloadStats: def __init__(self): self.no_photos = 0 self.no_videos = 0 self.photos_size_in_bytes = 0 self.videos_size_in_bytes = 0 self.post_download_thumb_generation = 0 class DownloadFiles(NamedTuple): files: defaultdict[int, list[RPDFile]] download_types: FileTypeFlag download_stats: defaultdict[int, DownloadStats] camera_access_needed: defaultdict[int, bool] class MarkedSummary(NamedTuple): marked: FileTypeCounter size_photos_marked: int size_videos_marked: int class AddBuffer: """ Buffers thumbnail rows for display. Add thumbnail rows to the listview is a relatively expensive operation, as the model must be reset. Buffer the rows here, and then when big enough, flush it. """ min_buffer_length = 10 def __init__(self): self.initialize() self.buffer_length = self.min_buffer_length def initialize(self) -> None: self.buffer = defaultdict(deque) # type: dict[int, deque] def __len__(self): return sum(len(buffer) for buffer in self.buffer.values()) def __getitem__(self, scan_id: int) -> deque: return self.buffer[scan_id] def should_flush(self) -> bool: return len(self) > self.buffer_length def reset(self, buffer_length: int) -> None: self.initialize() self.buffer_length = buffer_length def set_buffer_length(self, length: int) -> None: self.buffer_length = max(self.min_buffer_length, length) def extend(self, scan_id: int, thumbnail_rows: Sequence[ThumbnailRow]) -> None: self.buffer[scan_id].extend(thumbnail_rows) def purge(self, scan_id: int) -> None: if scan_id in self.buffer: logging.debug( "Purging %s thumbnails from buffer", len(self.buffer[scan_id]) ) del self.buffer[scan_id] class ThumbnailListModel(QAbstractListModel): selectionReset = pyqtSignal() def __init__(self, parent, logging_port: int, log_gphoto2: bool) -> None: super().__init__(parent) self.rapidApp = parent # type: 'RapidApp' self.prefs = self.rapidApp.prefs # type: Preferences self.thumbnailer_ready = False self.thumbnailer_generation_queue = [] # track what devices are having thumbnails generated, by scan_id # see also DeviceCollection.thumbnailing # FIXME maybe this duplicated set is stupid self.generating_thumbnails = set() # type: set[int] # Sorting and filtering GUI defaults self.sort_by = Sort.modification_time self.sort_order = Qt.AscendingOrder self.show = Show.all self.initialize() no_workers = parent.prefs.max_cpu_cores self.thumbnailer = Thumbnailer( parent=parent, no_workers=no_workers, logging_port=logging_port, log_gphoto2=log_gphoto2, ) self.thumbnailer.frontend_port.connect(self.rapidApp.initStage4) self.thumbnailer.thumbnailReceived.connect(self.thumbnailReceived) self.thumbnailer.cacheDirs.connect(self.cacheDirsReceived) self.thumbnailer.workerFinished.connect(self.thumbnailWorkerFinished) self.thumbnailer.cameraRemoved.connect( self.rapidApp.cameraRemovedWhileThumbnailing ) # Connect to the signal that is emitted when a thumbnailing operation is # terminated by us, not merely finished self.thumbnailer.workerStopped.connect(self.thumbnailWorkerStopped) self.arrow_locale_for_humanize = arrow_locale(self.prefs.language) logging.debug("Setting arrow locale to %s", self.arrow_locale_for_humanize) def initialize(self) -> None: # uid: QPixmap self.thumbnails = {} # type: dict[bytes, QPixmap] self.add_buffer = AddBuffer() # Proximity filtering self.proximity_col1 = [] # type: list[int, ...] self.proximity_col2 = [] # type: list[int, ...] # scan_id self.removed_devices = set() # type: set[int] # Files are hidden when the combo box "Show" in the main window is set to # "New" instead of the default "All". # uid: RPDFile self.rpd_files = {} # type: dict[bytes, RPDFile] # In memory database to hold all thumbnail rows self.tsql = ThumbnailRowsSQL() # Rows used to render the thumbnail view - contains query result of the DB # Each list element corresponds to a row in the thumbnail view such that # index 0 in the list is row 0 in the view # [(uid, marked)] self.rows = [] # type: list[tuple[bytes, bool]] # {uid: row} self.uid_to_row = {} # type: dict[bytes, int] size = QSize(106, 106) self.photo_icon = scaledIcon(":/thumbnail/photo.svg").pixmap(size) self.video_icon = scaledIcon(":/thumbnail/video.svg").pixmap(size) self.total_thumbs_to_generate = 0 self.thumbnails_generated = 0 self.no_thumbnails_by_scan = defaultdict(int) # scan_id self.ctimes_differ = [] # type: list[int] # Highlight thumbnails when from particular device when there is more than one # device. # Thumbnails to highlight by uid self.currently_highlighting_scan_id = None # type: int|None self.currently_highlighting_tp_row = None # type: int|None self._resetHighlightingValues() self.highlightingTimeline = QTimeLine(FadeMilliseconds // 2) self.highlightingTimeline.setCurveShape(QTimeLine.SineCurve) self.highlightingTimeline.frameChanged.connect(self.doHighlightThumbs) self.highlightingTimeline.finished.connect(self.highlightPhaseFinished) self.highlighting_timeline_max = FadeSteps self.highlighting_timeline_mint = 0 self.highlightingTimeline.setFrameRange( self.highlighting_timeline_mint, self.highlighting_timeline_max ) self.highlight_value = 0 self._resetRememberSelection() def stopThumbnailer(self) -> None: self.thumbnailer.stop() @pyqtSlot(int) def thumbnailWorkerFinished(self, scan_id: int) -> None: self.generating_thumbnails.remove(scan_id) @pyqtSlot(int) def thumbnailWorkerStopped(self, scan_id: int) -> None: self.generating_thumbnails.remove(scan_id) self.rapidApp.thumbnailGenerationStopped(scan_id=scan_id) def logState(self) -> None: logging.debug("-- Thumbnail Model --") db_length = self.tsql.get_count() db_length_and_buffer_length = db_length + len(self.add_buffer) if len( self.thumbnails ) != db_length_and_buffer_length or db_length_and_buffer_length != len( self.rpd_files ): logging.error( "Conflicting values: %s thumbnails; %s database rows; %s rpd_files", len(self.thumbnails), db_length, len(self.rpd_files), ) else: logging.debug( "%s thumbnails (%s marked)", db_length, self.tsql.get_count(marked=True) ) logging.debug( "%s not downloaded; %s downloaded; %s previously downloaded", self.tsql.get_count(downloaded=False), self.tsql.get_count(downloaded=True), self.tsql.get_count(previously_downloaded=True), ) if self.total_thumbs_to_generate: logging.debug( "%s to be generated; %s generated", self.total_thumbs_to_generate, self.thumbnails_generated, ) scan_ids = self.tsql.get_all_devices() active_devices = ", ".join( self.rapidApp.devices[scan_id].display_name for scan_id in scan_ids if scan_id not in self.removed_devices ) if len(self.removed_devices): logging.debug( "Active devices: %s (%s removed)", active_devices, len(self.removed_devices), ) else: logging.debug("Active devices: %s", active_devices) def validateModelConsistency(self): logging.debug("Validating thumbnail model consistency...") for idx, row in enumerate(self.rows): uid = row[0] if self.rpd_files.get(uid) is None: raise KeyError(f"Missing key in rpd files at row {idx}") if self.thumbnails.get(uid) is None: raise KeyError(f"Missing key in thumbnails at row {idx}") [self.tsql.validate_uid(uid=row[0]) for row in self.rows] for uid, row in self.uid_to_row.items(): assert self.rows[row][0] == uid for uid in self.tsql.get_uids(): assert uid in self.rpd_files assert uid in self.thumbnails logging.debug("...thumbnail model looks okay") def refresh(self, suppress_signal=False, rememberSelection=False) -> None: """ Refresh thumbnail view after files have been added, the proximity filters are used, or the sort criteria is changed. :param suppress_signal: if True don't emit signals that layout is changing :param rememberSelection: remember which uids were selected before change, and reselect them """ if rememberSelection: self.rememberSelection() if not suppress_signal: self.layoutAboutToBeChanged.emit() self.rows = self.tsql.get_view( sort_by=self.sort_by, sort_order=self.sort_order, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, ) self.uid_to_row = {row[0]: idx for idx, row in enumerate(self.rows)} if not suppress_signal: self.layoutChanged.emit() if rememberSelection: self.reselect() def _selectionModel(self) -> QItemSelectionModel: return self.rapidApp.thumbnailView.selectionModel() def rememberSelection(self): selection = self._selectionModel() selected = selection.selection() # type: QItemSelection self.remember_selection_all_selected = len(selected) == len(self.rows) if not self.remember_selection_all_selected: self.remember_selection_selected_uids = [ self.rows[index.row()][0] for index in selected.indexes() ] selection.reset() def reselect(self): if not self.remember_selection_all_selected: selection = self.rapidApp.thumbnailView.selectionModel() # type: QItemSelectionModel new_selection = QItemSelection() # type: QItemSelection rows = [ self.uid_to_row[uid] for uid in self.remember_selection_selected_uids if uid in self.uid_to_row ] rows.sort() for first, last in runs(rows): new_selection.select(self.index(first, 0), self.index(last, 0)) selection.select(new_selection, QItemSelectionModel.Select) for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) def _resetRememberSelection(self): self.remember_selection_all_selected = None # type: bool|None self.remember_selection_selected_uids = [] # type: list[bytes] def rowCount(self, parent: QModelIndex = QModelIndex()) -> int: return len(self.rows) def flags(self, index: QModelIndex) -> Qt.ItemFlags: if not index.isValid(): return Qt.NoItemFlags row = index.row() if row >= len(self.rows) or row < 0: return Qt.NoItemFlags uid = self.rows[row][0] rpd_file = self.rpd_files[uid] # type: RPDFile if rpd_file.status == DownloadStatus.not_downloaded: return super().flags(index) | Qt.ItemIsEnabled | Qt.ItemIsSelectable else: return Qt.NoItemFlags def data(self, index: QModelIndex, role=Qt.DisplayRole): if not index.isValid(): return None row = index.row() if row >= len(self.rows) or row < 0: return None uid = self.rows[row][0] rpd_file = self.rpd_files[uid] # type: RPDFile if role == Qt.DisplayRole: # This is never displayed, but is (was?) used for filtering! return rpd_file.modification_time elif role == Roles.highlight: if self.currently_highlighting_scan_id is not None: if rpd_file.scan_id == self.currently_highlighting_scan_id: return self.highlight_value else: return 0 elif self.currently_highlighting_tp_row is not None: if uid in self.current_highlight_uids: return self.highlight_value else: return 0 return 0 elif role == Qt.DecorationRole: return self.thumbnails[uid] elif role == Qt.CheckStateRole: if self.rows[row][1]: return Qt.Checked else: return Qt.Unchecked elif role == Roles.sort_extension: return rpd_file.extension elif role == Roles.filename: return rpd_file.name elif role == Roles.previously_downloaded: return rpd_file.previously_downloaded elif role == Roles.extension: return rpd_file.extension, rpd_file.extension_type elif role == Roles.download_status: return rpd_file.status elif role == Roles.job_code: return rpd_file.job_code elif role == Roles.has_audio: return rpd_file.has_audio() elif role == Roles.secondary_attribute: if rpd_file.xmp_file_full_name: return "XMP" elif rpd_file.log_file_full_name: return "LOG" else: return None elif role == Roles.path: if rpd_file.status in Downloaded: return rpd_file.download_full_file_name else: return rpd_file.full_file_name elif role == Roles.uri: return rpd_file.get_uri() elif role == Roles.camera_memory_card: return rpd_file.camera_memory_card_identifiers elif role == Roles.mtp: return rpd_file.is_mtp_device elif role == Roles.scan_id: return rpd_file.scan_id elif role == Roles.is_camera: return rpd_file.from_camera elif role == Qt.ToolTipRole: devices = self.rapidApp.devices if len(devices) > 1: # To account for situations where the device has been removed, use # the display name from the device archive device_name = devices.device_archive[rpd_file.scan_id].name else: device_name = "" size = format_size_for_user(rpd_file.size) mtime = arrow.get(rpd_file.modification_time) try: mtime_h = mtime.humanize(locale=self.arrow_locale_for_humanize) except Exception: mtime_h = mtime.humanize() logging.debug( "Failed to humanize modification time %s with locale %s, reverting " "to English", mtime_h, self.arrow_locale_for_humanize, ) if rpd_file.ctime_mtime_differ(): ctime = arrow.get(rpd_file.ctime) # Sadly, arrow raises an exception if it's locale is not translated # when using humanize. So attempt conversion using user's locale, and if # that fails, use English. try: ctime_h = ctime.humanize(locale=self.arrow_locale_for_humanize) except Exception: ctime_h = ctime.humanize() logging.debug( "Failed to humanize taken on time %s with locale %s, reverting " "to English", ctime_h, self.arrow_locale_for_humanize, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. humanized_ctime = _( "Taken on %(date_time)s (%(human_readable)s)" ) % dict( date_time=ctime.to("local").naive.strftime("%c"), human_readable=ctime_h, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. humanized_mtime = _( "Modified on %(date_time)s (%(human_readable)s)" ) % dict( date_time=mtime.to("local").naive.strftime("%c"), human_readable=mtime_h, ) humanized_file_time = f"{humanized_ctime}
                                {humanized_mtime}" else: # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. humanized_file_time = _("%(date_time)s (%(human_readable)s)") % dict( date_time=mtime.to("local").naive.strftime("%c"), human_readable=mtime_h, ) humanized_file_time = humanized_file_time.replace(" ", " ") if not device_name: msg = f"{rpd_file.name}
                                {humanized_file_time}
                                {size}" else: msg = "{}
                                {}
                                {}
                                {}".format( rpd_file.name, device_name, humanized_file_time, size ) if rpd_file.camera_memory_card_identifiers: if len(rpd_file.camera_memory_card_identifiers) > 1: cards = _("Memory cards: %s") % make_internationalized_list( rpd_file.camera_memory_card_identifiers ) else: cards = ( _("Memory card: %s") % rpd_file.camera_memory_card_identifiers[0] ) msg += "
                                " + cards if rpd_file.status in Downloaded: path = rpd_file.download_path + os.sep downloaded_as = _("Downloaded as:") msg += ( f"

                                {downloaded_as}" f"
                                {rpd_file.download_name}
                                {path}" ) if rpd_file.previously_downloaded: prev_datetime = arrow.get(rpd_file.prev_datetime, tzlocal()) try: prev_dt_h = prev_datetime.humanize( locale=self.arrow_locale_for_humanize ) except Exception: prev_dt_h = prev_datetime.humanize() logging.debug( "Failed to humanize taken on time %s with locale %s, reverting " "to English", prev_dt_h, self.arrow_locale_for_humanize, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. prev_date = _("%(date_time)s (%(human_readable)s)") % dict( date_time=prev_datetime.naive.strftime("%c"), human_readable=prev_dt_h, ) if rpd_file.prev_full_name != manually_marked_previously_downloaded: path, prev_file_name = os.path.split(rpd_file.prev_full_name) path += os.sep # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. # Translators: please do not change HTML codes like
                                , , , # or , etc. msg += _( "

                                Previous download:
                                %(filename)s
                                %(path)s
                                " "%(date)s" ) % dict(date=prev_date, filename=prev_file_name, path=path) else: # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. # Translators: please do not change HTML codes like
                                , , , # or , etc. msg += _( "

                                " "Manually set as previously downloaded on %(date)s" ) % dict(date=prev_date) return msg def setData(self, index: QModelIndex, value, role: int) -> bool: if not index.isValid(): return False row = index.row() if row >= len(self.rows) or row < 0: return False uid = self.rows[row][0] if role == Qt.CheckStateRole: self.tsql.set_marked(uid=uid, marked=value) self.rows[row] = (uid, value is True) self.dataChanged.emit(index, index) return True elif role == Roles.job_code: self.rpd_files[uid].job_code = value self.tsql.set_job_code_assigned(uids=[uid], job_code=True) self.dataChanged.emit(index, index) return True return False def setDataRange(self, indexes: tuple[QModelIndex], value, role: int) -> bool: """ Modify a range of indexes simultaneously :param indexes: the indexes :param value: new value to assign :param role: the role the value is associated with :return: True """ valid_rows = (index.row() for index in indexes if index.isValid()) rows = [row for row in valid_rows if 0 <= row < len(self.rows)] rows.sort() uids = [self.rows[row][0] for row in rows] if role == Roles.previously_downloaded: logging.debug( "Manually setting %s files as previously downloaded", len(uids) ) # Set the files as unmarked self.tsql.set_list_marked(uids=uids, marked=False) for row, uid in zip(rows, uids): self.rows[row] = (uid, False) # Set the files as previously downloaded self.tsql.set_list_previously_downloaded( uids=uids, previously_downloaded=value ) d = DownloadedSQL() now = datetime.datetime.now() for uid in uids: rpd_file = self.rpd_files[uid] rpd_file.previously_downloaded = value rpd_file.prev_full_name = manually_marked_previously_downloaded rpd_file.prev_datetime = now d.add_downloaded_file( name=rpd_file.name, size=rpd_file.size, modification_time=rpd_file.modification_time, download_full_file_name=manually_marked_previously_downloaded, ) # Update Timeline formatting, if needed self.rapidApp.temporalProximity.previouslyDownloadedManuallySet(uids=uids) # Indicate to the list view that the rows have changed for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) return True def assignJobCodesToMarkedFilesWithNoJobCode(self, job_code: str) -> None: """ Called when assigning job codes when a download is initiated and not all files have had a job code assigned to them. :param job_code: job code to assign """ uids = self.tsql.get_uids(marked=True, job_code=False) logging.debug( "Assigning job code to %s files because a download was initiated", len(uids) ) for uid in uids: self.rpd_files[uid].job_code = job_code rows = [self.uid_to_row[uid] for uid in uids if uid in self.uid_to_row] rows.sort() for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) self.tsql.set_job_code_assigned(uids=uids, job_code=True) def updateDisplayPostDataChange(self, scan_id: int | None = None): if scan_id is not None: scan_ids = [scan_id] else: scan_ids = (scan_id for scan_id in self.rapidApp.devices) for scan_id in scan_ids: self.updateDeviceDisplayCheckMark(scan_id=scan_id) self.rapidApp.displayMessageInStatusBar() self.rapidApp.setDownloadCapabilities() def removeRows(self, position, rows=1, index=QModelIndex()) -> bool: """ Removes Python list rows only, i.e. self.rows. Does not touch database or other variables. """ self.beginRemoveRows(QModelIndex(), position, position + rows - 1) del self.rows[position : position + rows] self.endRemoveRows() return True def addOrUpdateDevice(self, scan_id: int) -> None: device_name = self.rapidApp.devices[scan_id].display_name self.tsql.add_or_update_device(scan_id=scan_id, device_name=device_name) def addFiles( self, scan_id: int, rpd_files: list[RPDFile], generate_thumbnail: bool ) -> None: if not rpd_files: return thumbnail_rows = deque(maxlen=len(rpd_files)) for rpd_file in rpd_files: uid = rpd_file.uid self.rpd_files[uid] = rpd_file if rpd_file.file_type == FileType.photo: self.thumbnails[uid] = self.photo_icon else: self.thumbnails[uid] = self.video_icon if generate_thumbnail: self.total_thumbs_to_generate += 1 self.no_thumbnails_by_scan[rpd_file.scan_id] += 1 tr = ThumbnailRow( uid=uid, scan_id=rpd_file.scan_id, mtime=rpd_file.modification_time, marked=not rpd_file.previously_downloaded, file_name=rpd_file.name, extension=rpd_file.extension, file_type=rpd_file.file_type, downloaded=False, previously_downloaded=rpd_file.previously_downloaded, job_code=False, proximity_col1=-1, proximity_col2=-1, ) thumbnail_rows.append(tr) self.add_buffer.extend(scan_id=scan_id, thumbnail_rows=thumbnail_rows) if self.add_buffer.should_flush(): self.flushAddBuffer() marked_summary = self.getMarkedSummary() destinations_good = self.rapidApp.updateDestinationViews( marked_summary=marked_summary ) self.rapidApp.destinationButton.setHighlighted(not destinations_good) if self.prefs.backup_files: backups_good = self.rapidApp.updateBackupView( marked_summary=marked_summary ) else: backups_good = True self.rapidApp.destinationButton.setHighlighted(not destinations_good) self.rapidApp.backupButton.setHighlighted(not backups_good) def flushAddBuffer(self): if len(self.add_buffer): self.beginResetModel() for buffer in self.add_buffer.buffer.values(): self.tsql.add_thumbnail_rows(thumbnail_rows=buffer) self.refresh(suppress_signal=True) self.add_buffer.reset(buffer_length=len(self.rows)) self.endResetModel() self._resetHighlightingValues() self._resetRememberSelection() def getMarkedSummary(self) -> MarkedSummary: """ :return: summary of files marked for download including sizes in bytes """ size_photos_marked = self.getSizeOfFilesMarkedForDownload(FileType.photo) size_videos_marked = self.getSizeOfFilesMarkedForDownload(FileType.video) marked = self.getNoFilesAndTypesMarkedForDownload() return MarkedSummary( marked=marked, size_photos_marked=size_photos_marked, size_videos_marked=size_videos_marked, ) def setFileSort(self, sort: Sort, order: Qt.SortOrder, show: Show) -> None: if self.sort_by != sort or self.sort_order != order or self.show != show: logging.debug( "Changing layout due to sort change: %s, %s, %s", sort, order, show ) self.sort_by = sort self.sort_order = order self.show = show self.refresh(rememberSelection=True) @pyqtSlot(int, CacheDirs) def cacheDirsReceived(self, scan_id: int, cache_dirs: CacheDirs) -> None: self.rapidApp.fileSystemFilter.setTempDirs( [cache_dirs.photo_cache_dir, cache_dirs.video_cache_dir] ) if scan_id in self.rapidApp.devices: self.rapidApp.devices[scan_id].photo_cache_dir = cache_dirs.photo_cache_dir self.rapidApp.devices[scan_id].video_cache_dir = cache_dirs.video_cache_dir @pyqtSlot(RPDFile, QPixmap) def thumbnailReceived(self, rpd_file: RPDFile, thumbnail: QPixmap) -> None: """ A thumbnail has been generated by either the dedicated thumbnailing phase, or during the download by a daemon process. :param rpd_file: details of the file the thumbnail was geneerated for :param thumbnail: If isNull(), the thumbnail either could not be generated or did not need to be (because it already had been). Otherwise, this is the thumbnail to display. """ uid = rpd_file.uid scan_id = rpd_file.scan_id if uid not in self.rpd_files or scan_id not in self.rapidApp.devices: # A thumbnail has been generated for a no longer displayed file return download_is_running = self.rapidApp.downloadIsRunning() if ( rpd_file.mdatatime_caused_ctime_change and not rpd_file.modified_via_daemon_process ): rpd_file.mdatatime_caused_ctime_change = False if scan_id not in self.ctimes_differ: self.addCtimeDisparity(rpd_file=rpd_file) if not rpd_file.modified_via_daemon_process and self.rpd_files[uid].status in ( DownloadStatus.not_downloaded, DownloadStatus.download_pending, ): # Only update the rpd_file if the file has not already been downloaded # TODO consider merging this no matter what the status if self.rpd_files[uid].job_code is not None: rpd_file.job_code = self.rpd_files[uid].job_code self.rpd_files[uid] = rpd_file if not thumbnail.isNull(): self.thumbnails[uid] = thumbnail # The thumbnail may or may not be displayed at this moment row = self.uid_to_row.get(uid) if row is not None: # logging.debug("Updating thumbnail row %s with new thumbnail", row) self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) else: logging.debug("Thumbnail was null: %s", rpd_file.name) if not rpd_file.modified_via_daemon_process: self.thumbnails_generated += 1 self.no_thumbnails_by_scan[scan_id] -= 1 log_state = False if self.no_thumbnails_by_scan[scan_id] == 0: if self.rapidApp.deviceState(scan_id) == DeviceState.thumbnailing: self.rapidApp.devices.set_device_state(scan_id, DeviceState.idle) device = self.rapidApp.devices[scan_id] logging.info("Finished thumbnail generation for %s", device.name()) if scan_id in self.ctimes_differ: uids = self.tsql.get_uids_for_device(scan_id=scan_id) rpd_files = [self.rpd_files[uid] for uid in uids] self.rapidApp.folder_preview_manager.add_rpd_files( rpd_files=rpd_files ) self.processCtimeDisparity(scan_id=scan_id) log_state = True if self.thumbnails_generated == self.total_thumbs_to_generate: self.thumbnails_generated = 0 self.total_thumbs_to_generate = 0 if not download_is_running: self.rapidApp.updateProgressBarState() elif self.total_thumbs_to_generate and not download_is_running: self.rapidApp.updateProgressBarState(thumbnail_generated=True) if not download_is_running: self.rapidApp.displayMessageInStatusBar() if log_state: self.logState() else: self.rapidApp.thumbnailGeneratedPostDownload(rpd_file=rpd_file) def addCtimeDisparity(self, rpd_file: RPDFile) -> None: """ Track the fact that there was a disparity between the creation time and modification time for a file, that was identified either during a download or during a scan :param rpd_file: sample rpd_file (scan id of the device will be taken from it) """ logging.info( "Metadata time differs from file modification time for " "%s (with possibly more to come, but these will not be logged)", rpd_file.full_file_name, ) scan_id = rpd_file.scan_id self.ctimes_differ.append(scan_id) self.rapidApp.temporalProximity.setState(TemporalProximityState.ctime_rebuild) if not self.rapidApp.downloadIsRunning(): self.rapidApp.folder_preview_manager.remove_folders_for_device( scan_id=scan_id ) def processCtimeDisparity(self, scan_id: int) -> None: """ A device that had a disparity between the creation time and modification time for a file has been fully downloaded from. :param scan_id: :return: """ self.ctimes_differ.remove(scan_id) if not self.ctimes_differ: self.rapidApp.temporalProximity.setState( TemporalProximityState.ctime_rebuild_proceed ) self.rapidApp.generateTemporalProximityTableData( reason="a photo or video's creation time differed from its file system " "modification time" ) def _get_cache_location(self, download_folder: str) -> str: if validate_download_folder(download_folder).valid: return download_folder else: folder = get_program_cache_directory(create_if_not_exist=True) if folder is not None: return folder else: return os.path.expanduser("~") def getCacheLocations(self) -> CacheDirs: photo_cache_folder = self._get_cache_location( self.rapidApp.prefs.photo_download_folder ) video_cache_folder = self._get_cache_location( self.rapidApp.prefs.video_download_folder ) return CacheDirs(photo_cache_folder, video_cache_folder) def generateThumbnails(self, scan_id: int, device: Device) -> None: """Initiates generation of thumbnails for the device.""" if scan_id not in self.removed_devices: self.generating_thumbnails.add(scan_id) self.rapidApp.updateProgressBarState() cache_dirs = self.getCacheLocations() uids = self.tsql.get_uids_for_device(scan_id=scan_id) rpd_files = list(self.rpd_files[uid] for uid in uids) need_video_cache_dir = need_photo_cache_dir = False if device.device_type == DeviceType.camera: need_video_cache_dir = ( device.entire_video_required or self.tsql.any_files_of_type(scan_id, FileType.video) ) # defer check to see if ExifTool is needed until later need_photo_cache_dir = device.entire_photo_required camera_model = device.camera_model camera_port = device.camera_port is_mtp_device = device.is_mtp_device else: camera_model = None camera_port = None is_mtp_device = None gen_args = ( scan_id, rpd_files, device.name(), self.rapidApp.prefs.proximity_seconds, cache_dirs, need_photo_cache_dir, need_video_cache_dir, camera_model, camera_port, is_mtp_device, device.entire_video_required, device.entire_photo_required, ) self.thumbnailer.generateThumbnails(*gen_args) def resetThumbnailTracking(self): self.thumbnails_generated = 0 self.total_thumbs_to_generate = 0 def _deleteRows(self, uids: list[bytes]) -> None: """ Delete a list of thumbnails from the thumbnail display :param uids: files to remove """ rows = [self.uid_to_row[uid] for uid in uids] if rows: # Generate groups of rows, and remove that group # Must do it in reverse! rows.sort() rrows = reversed(list(runs(rows))) for first, last in rrows: no_rows = last - first + 1 self.removeRows(first, no_rows) self.uid_to_row = {row[0]: idx for idx, row in enumerate(self.rows)} def purgeRpdFiles(self, uids: list[bytes]) -> None: for uid in uids: del self.thumbnails[uid] del self.rpd_files[uid] def clearAll( self, scan_id: int | None = None, keep_downloaded_files: bool = False ) -> bool: """ Removes files from display and internal tracking. If scan_id is not None, then only files matching that scan_id will be removed. Otherwise, everything will be removed, regardless of the keep_downloaded_files parameter. If keep_downloaded_files is True, files will not be removed if they have been downloaded. Two aspects to this task: 1. remove files list of rows which drive the list view display 2. remove files from backend DB and from thumbnails and rpd_files lists. :param scan_id: if None, keep_downloaded_files must be False :param keep_downloaded_files: don't remove thumbnails if they represent files that have now been downloaded. Ignored if no device is passed. :return: True if any thumbnail was removed (irrespective of whether it was displayed at this moment), else False """ if scan_id is None and not keep_downloaded_files: files_removed = self.tsql.any_files() logging.debug("Clearing all thumbnails for all devices") self.initialize() return files_removed else: assert scan_id is not None if not keep_downloaded_files: files_removed = self.tsql.any_files(scan_id=scan_id) else: files_removed = self.tsql.any_files_to_download(scan_id=scan_id) if keep_downloaded_files: logging.debug( "Clearing all non-downloaded thumbnails for scan id %s", scan_id ) else: logging.debug("Clearing all thumbnails for scan id %s", scan_id) # Generate list of displayed thumbnails to remove if keep_downloaded_files: uids = self.getDisplayedUids(scan_id=scan_id) else: uids = self.getDisplayedUids(scan_id=scan_id, downloaded=None) self._deleteRows(uids) # Delete from DB and thumbnails and rpd_files lists if keep_downloaded_files: uids = self.tsql.get_uids(scan_id=scan_id, downloaded=False) else: uids = self.tsql.get_uids(scan_id=scan_id) logging.debug("Removing %s thumbnail and rpd_files rows", len(uids)) self.purgeRpdFiles(uids) uids = [row.uid for row in self.add_buffer[scan_id]] if uids: logging.debug( "Removing additional %s thumbnail and rpd_files rows", len(uids) ) self.purgeRpdFiles(uids) self.add_buffer.purge(scan_id=scan_id) self.add_buffer.set_buffer_length(len(self.rows)) if keep_downloaded_files: self.tsql.delete_files_by_scan_id(scan_id=scan_id, downloaded=False) else: self.tsql.delete_files_by_scan_id(scan_id=scan_id) self.removed_devices.add(scan_id) if scan_id in self.no_thumbnails_by_scan: self.recalculateThumbnailsPercentage(scan_id=scan_id) self.rapidApp.displayMessageInStatusBar() if self.tsql.get_count(scan_id=scan_id) == 0: self.tsql.delete_device(scan_id=scan_id) if scan_id in self.ctimes_differ: self.ctimes_differ.remove(scan_id) # self.validateModelConsistency() return files_removed def clearCompletedDownloads(self) -> None: logging.debug("Clearing all completed download thumbnails") # Get uids for complete downloads that are currently displayed uids = self.getDisplayedUids(downloaded=True) self._deleteRows(uids) # Now get uids of all downloaded files, regardless of whether they're # displayed at the moment uids = self.tsql.get_uids(downloaded=True) logging.debug("Removing %s thumbnail and rpd_files rows", len(uids)) self.purgeRpdFiles(uids) # Delete the files from the internal database that drives the display self.tsql.delete_uids(uids) def filesAreMarkedForDownload(self, scan_id: int | None = None) -> bool: """ Checks for the presence of checkmark besides any file that has not yet been downloaded. :param: scan_id: if specified, only for that device :return: True if there is any file that the user has indicated they intend to download, else False. """ return self.tsql.any_files_marked(scan_id=scan_id) def getNoFilesMarkedForDownload(self) -> int: return self.tsql.get_count(marked=True) def getNoHiddenFiles(self) -> int: if self.rapidApp.showOnlyNewFiles(): return self.tsql.get_count(previously_downloaded=True, downloaded=False) else: return 0 def getNoFilesAndTypesMarkedForDownload(self) -> FileTypeCounter: no_photos = self.tsql.get_count(marked=True, file_type=FileType.photo) no_videos = self.tsql.get_count(marked=True, file_type=FileType.video) f = FileTypeCounter() f[FileType.photo] = no_photos f[FileType.video] = no_videos return f def getSizeOfFilesMarkedForDownload(self, file_type: FileType) -> int: uids = self.tsql.get_uids(marked=True, file_type=file_type) return sum(self.rpd_files[uid].size for uid in uids) def getNoFilesAvailableForDownload(self) -> FileTypeCounter: no_photos = self.tsql.get_count(downloaded=False, file_type=FileType.photo) no_videos = self.tsql.get_count(downloaded=False, file_type=FileType.video) f = FileTypeCounter() f[FileType.photo] = no_photos f[FileType.video] = no_videos return f def getNoFilesSelected(self) -> FileTypeCounter: selection = self._selectionModel() selected = selection.selection() # type: QItemSelection if len(selected) != len(self.rows): # not all files are selected selected_uids = [self.rows[index.row()][0] for index in selected.indexes()] return FileTypeCounter( self.rpd_files[uid].file_type for uid in selected_uids ) else: return self.getDisplayedCounter() def getCountNotPreviouslyDownloadedAvailableForDownload(self) -> int: return self.tsql.get_count(previously_downloaded=False, downloaded=False) def getAllDownloadableRPDFiles(self) -> list[RPDFile]: uids = self.tsql.get_uids(downloaded=False) return [self.rpd_files[uid] for uid in uids] def getFilesMarkedForDownload(self, scan_id: int | None) -> DownloadFiles: """ Returns a dict of scan ids and associated files the user has indicated they want to download, and whether there are photos or videos included in the download. Exclude files from which a device is still scanning. :param scan_id: if not None, then returns those files only from the device associated with that scan_id :return: namedtuple DownloadFiles with defaultdict() indexed by scan_id with value List(rpd_file), and defaultdict() indexed by scan_id with value DownloadStats """ if scan_id is None: exclude_scan_ids = list(self.rapidApp.devices.scanning) else: exclude_scan_ids = None files = defaultdict(list) # type: defaultdict[int, list[RPDFile]] download_stats = defaultdict(DownloadStats) camera_access_needed = defaultdict(bool) download_photos = download_videos = False uids = self.tsql.get_uids( scan_id=scan_id, marked=True, downloaded=False, exclude_scan_ids=exclude_scan_ids, ) for uid in uids: rpd_file = self.rpd_files[uid] # type: RPDFile scan_id = rpd_file.scan_id files[scan_id].append(rpd_file) # TODO contemplate using a counter here if rpd_file.file_type == FileType.photo: download_photos = True download_stats[scan_id].no_photos += 1 download_stats[scan_id].photos_size_in_bytes += rpd_file.size else: download_videos = True download_stats[scan_id].no_videos += 1 download_stats[scan_id].videos_size_in_bytes += rpd_file.size if rpd_file.from_camera and not rpd_file.cache_full_file_name: camera_access_needed[scan_id] = True # Need to generate a thumbnail after a file has been downloaded # if generating FDO thumbnails or if the orientation of the # thumbnail we may have is unknown if self.sendToDaemonThumbnailer(rpd_file=rpd_file): download_stats[scan_id].post_download_thumb_generation += 1 # self.validateModelConsistency() download_types = FileTypeFlag(0) if download_photos: download_types = FileTypeFlag.PHOTOS if download_videos: download_types = FileTypeFlag.VIDEOS return DownloadFiles( files=files, download_types=download_types, download_stats=download_stats, camera_access_needed=camera_access_needed, ) def sendToDaemonThumbnailer(self, rpd_file: RPDFile) -> bool: """ Determine if the file needs to be sent for thumbnail generation by the post download daemon. :param rpd_file: file to analyze :return: True if need to send, False otherwise """ return self.prefs.generate_thumbnails and ( (self.prefs.save_fdo_thumbnails and rpd_file.should_write_fdo()) or rpd_file.thumbnail_status not in (ThumbnailCacheStatus.ready, ThumbnailCacheStatus.fdo_256_ready) ) def markDownloadPending(self, files: dict[int, list[RPDFile]]) -> None: """ Sets status to download pending and updates thumbnails display. Assumes all marked files are being downloaded. :param files: rpd_files by scan """ uids = [rpd_file.uid for scan_id in files for rpd_file in files[scan_id]] rows = [self.uid_to_row[uid] for uid in uids if uid in self.uid_to_row] for row in rows: uid = self.rows[row][0] self.rows[row] = (uid, False) self.tsql.set_list_marked(uids=uids, marked=False) for uid in uids: self.rpd_files[uid].status = DownloadStatus.download_pending rows.sort() for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) def markThumbnailsNeeded(self, rpd_files: list[RPDFile]) -> bool: """ Analyzes the files that will be downloaded, and sees if any of them still need to have their thumbnails generated. Marks generate_thumbnail in each rpd_file those for that need thumbnails. :param rpd_files: list of files to examine :return: True if at least one thumbnail needs to be generated """ generation_needed = False for rpd_file in rpd_files: if rpd_file.uid not in self.thumbnails: rpd_file.generate_thumbnail = True generation_needed = True return generation_needed def getNoFilesRemaining(self, scan_id: int | None = None) -> int: """ :param scan_id: if None, returns files remaining to be downloaded for all scan_ids, else only for that scan_id. :return the number of files that have not yet been downloaded """ return self.tsql.get_count(scan_id=scan_id, downloaded=False) def updateSelectionAfterProximityChange(self) -> None: if self._selectionModel().hasSelection(): # completely reset the existing selection self._selectionModel().reset() self.dataChanged.emit(self.index(0, 0), self.index(len(self.rows) - 1, 0)) select_all_photos = self.rapidApp.selectAllPhotosCheckbox.isChecked() select_all_videos = self.rapidApp.selectAllVideosCheckbox.isChecked() if select_all_photos: self.selectAll(select_all=select_all_photos, file_type=FileType.photo) if select_all_videos: self.selectAll(select_all=select_all_videos, file_type=FileType.video) def selectAll(self, select_all: bool, file_type: FileType) -> None: """ Check or deselect all visible files that are not downloaded. :param select_all: if True, select, else deselect :param file_type: the type of files to select/deselect """ uids = self.getDisplayedUids(file_type=file_type) if not uids: return action = "Selecting all %s" if select_all else "Deslecting all %ss" logging.debug(action, file_type.name) selection = self._selectionModel() selected = selection.selection() # type: QItemSelection if select_all: # print("gathering unique ids") rows = [self.uid_to_row[uid] for uid in uids] # print(len(rows)) # print('doing sort') rows.sort() new_selection = QItemSelection() # type: QItemSelection # print("creating new selection") for first, last in runs(rows): new_selection.select(self.index(first, 0), self.index(last, 0)) # print('merging select') new_selection.merge(selected, QItemSelectionModel.Select) # print('resetting') selection.reset() # print('doing select') selection.select(new_selection, QItemSelectionModel.Select) else: # print("gathering unique ids from existing selection") if file_type == FileType.photo: keep_type = FileType.video else: keep_type = FileType.photo # print("filtering", keep_type) keep_rows = [ index.row() for index in selected.indexes() if self.rpd_files[self.rows[index.row()][0]].file_type == keep_type ] rows = [index.row() for index in selected.indexes()] # print(len(keep_rows), len(rows)) # print("sorting rows to keep") keep_rows.sort() new_selection = QItemSelection() # type: QItemSelection # print("creating new selection") for first, last in runs(keep_rows): new_selection.select(self.index(first, 0), self.index(last, 0)) # print('resetting') selection.reset() self.selectionReset.emit() # print('doing select') selection.select(new_selection, QItemSelectionModel.Select) # print('doing data changed') for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) # print("finished") def checkAll( self, check_all: bool, file_type: FileType | None = None, scan_id: int | None = None, ) -> None: """ Check or uncheck all visible files that are not downloaded. A file is "visible" if it is in the current thumbnail display. That means if files are not showing because they are previously downloaded, they will not be affected. Likewise, if temporal proximity rows are selected, only those files are affected. Runs in the main thread and is thus time sensitive. :param check_all: if True, mark as checked, else unmark :param file_type: if specified, files must be of specified type :param scan_id: if specified, affects only files for that scan """ uids = self.getDisplayedUids( marked=not check_all, file_type=file_type, scan_id=scan_id ) self.tsql.set_list_marked(uids=uids, marked=check_all) rows = [self.uid_to_row[uid] for uid in uids] for row in rows: self.rows[row] = (self.rows[row][0], check_all) rows.sort() for first, last in runs(rows): self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) self.updateDeviceDisplayCheckMark(scan_id=scan_id) self.rapidApp.displayMessageInStatusBar() self.rapidApp.setDownloadCapabilities() def getTypeCountForProximityCell( self, col1id: int | None = None, col2id: int | None = None ) -> str: """ Generates a string displaying how many photos and videos are in the proximity table cell """ uids = self.getTemporalProximityUids(col1id=col1id, col2id=col2id) file_types = (self.rpd_files[uid].file_type for uid in uids) return FileTypeCounter(file_types).summarize_file_count()[0] def getTemporalProximityUids( self, col1id: int | None = None, col2id: int | None = None ) -> list[bytes]: assert not (col1id is None and col2id is None) if col2id is not None: col2id = [col2id] else: col1id = [col1id] return self.tsql.get_uids(proximity_col1=col1id, proximity_col2=col2id) def getDisplayedUids( self, scan_id: int | None = None, marked: bool | None = None, file_type: FileType | None = None, downloaded: bool | None = False, ) -> list[bytes]: return self.tsql.get_uids( scan_id=scan_id, downloaded=downloaded, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, marked=marked, file_type=file_type, ) def getFirstUidFromUidList(self, uids: list[bytes]) -> bytes | None: return self.tsql.get_first_uid_from_uid_list( sort_by=self.sort_by, sort_order=self.sort_order, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, uids=uids, ) def getDisplayedCount( self, scan_id: int | None = None, marked: bool | None = None ) -> int: return self.tsql.get_count( scan_id=scan_id, downloaded=False, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, marked=marked, ) def getDisplayedCounter(self) -> FileTypeCounter: no_photos = self.tsql.get_count( downloaded=False, file_type=FileType.photo, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, ) no_videos = self.tsql.get_count( downloaded=False, file_type=FileType.video, show=self.show, proximity_col1=self.proximity_col1, proximity_col2=self.proximity_col2, ) f = FileTypeCounter() f[FileType.photo] = no_photos f[FileType.video] = no_videos return f def _getSampleFileNonCamera(self, file_type: FileType) -> RPDFile | None: """ Attempt to return a sample file used to illustrate file renaming and subfolder generation, but only if it's not from a camera. :return: """ devices = self.rapidApp.devices exclude_scan_ids = [ s_id for s_id, device in devices.devices.items() if device.device_type == DeviceType.camera ] if not exclude_scan_ids: exclude_scan_ids = None uid = self.tsql.get_single_file_of_type( file_type=file_type, exclude_scan_ids=exclude_scan_ids ) if uid is not None: return self.rpd_files[uid] else: return None def getSampleFile( self, scan_id: int, device_type: DeviceType, file_type: FileType ) -> RPDFile | None: """ Attempt to return a sample file used to illustrate file renaming and subfolder generation. If the device_type is a camera, then search only for a downloaded instance of the file. If the device is not a camera, prefer a non-downloaded file over a downloaded file for that scan_id. If no file is available for that scan_id, try again with another scan_id. :param scan_id: :param device_type: :param file_type: :return: """ if device_type == DeviceType.camera: uid = self.tsql.get_single_file_of_type( scan_id=scan_id, file_type=file_type, downloaded=True ) if uid is not None: return self.rpd_files[uid] else: # try find a *downloaded* file from another camera # could determine which devices to exclude in SQL but it's a little # simpler here devices = self.rapidApp.devices exclude_scan_ids = [ s_id for s_id, device in devices.items() if device.device_type != DeviceType.camera ] if not exclude_scan_ids: exclude_scan_ids = None uid = self.tsql.get_single_file_of_type( file_type=file_type, downloaded=True, exclude_scan_ids=exclude_scan_ids, ) if uid is not None: return self.rpd_files[uid] else: return self._getSampleFileNonCamera(file_type=file_type) else: uid = self.tsql.get_single_file_of_type( scan_id=scan_id, file_type=file_type ) if uid is not None: return self.rpd_files[uid] else: return self._getSampleFileNonCamera(file_type=file_type) def updateDeviceDisplayCheckMark(self, scan_id: int) -> None: if scan_id not in self.removed_devices: uid_count = self.getDisplayedCount(scan_id=scan_id) checked_uid_count = self.getDisplayedCount(scan_id=scan_id, marked=True) if uid_count == 0 or checked_uid_count == 0: checked = Qt.Unchecked elif uid_count != checked_uid_count: checked = Qt.PartiallyChecked else: checked = Qt.Checked self.rapidApp.mapModel(scan_id).setCheckedValue(checked, scan_id) def updateAllDeviceDisplayCheckMarks(self) -> None: for scan_id in self.rapidApp.devices: self.updateDeviceDisplayCheckMark(scan_id=scan_id) def highlightDeviceThumbs(self, scan_id) -> None: """ Animate fade to and from highlight color for thumbnails associated with device. :param scan_id: device's id """ if scan_id == self.currently_highlighting_scan_id: return self.resetHighlighting() self.currently_highlighting_scan_id = scan_id if scan_id != self.most_recent_highlighted_device: highlighting = [ self.uid_to_row[uid] for uid in self.getDisplayedUids(scan_id=scan_id) ] self._generateHighlightingRows(rows=highlighting) self.most_recent_highlighted_device = scan_id self.highlightingTimeline.setDirection(QTimeLine.Forward) self.highlightingTimeline.start() def highlightTemporalProximityThumbs(self, row: int, uids: list[bytes]) -> None: """ Currently unused. Highlights thumbnails from the selected column 2 timeline row. """ if row == self.currently_highlighting_tp_row: return self.resetHighlighting() self.currently_highlighting_tp_row = row if row != self.most_recent_highlighted_row: highlighting = [self.uid_to_row[uid] for uid in uids] self._generateHighlightingRows(rows=highlighting) self.most_recent_highlighted_row = row self.current_highlight_uids = uids self.highlightingTimeline.setDirection(QTimeLine.Forward) self.highlightingTimeline.start() def _generateHighlightingRows(self, rows: list[int]) -> None: rows.sort() self.highlighting_rows = list(runs(rows)) def resetHighlighting(self) -> None: if ( self.currently_highlighting_scan_id is not None or self.currently_highlighting_tp_row is not None ): self.highlightingTimeline.stop() self.doHighlightThumbs(value=0) self.current_highlight_uids = [] @pyqtSlot(int) def doHighlightThumbs(self, value: int) -> None: self.highlight_value = value # print(self.highlighting_rows) for first, last in self.highlighting_rows: self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) @pyqtSlot() def highlightPhaseFinished(self): self.currently_highlighting_scan_id = None self.currently_highlighting_tp_row = None def _resetHighlightingValues(self): self.most_recent_highlighted_device = None # type: int|None self.most_recent_highlighted_row = None # type: int|None self.current_highlight_uids = [] # type: list[bytes] self.highlighting_rows = [] # type: list[int] def terminateThumbnailGeneration(self, scan_id: int) -> bool: """ Terminates thumbnail generation if thumbnails are currently being generated for this scan_id :return True if thumbnail generation had to be terminated, else False """ # the slot for when a thumbnailing operation is terminated is in the # main window - thumbnailGenerationStopped() terminate = scan_id in self.generating_thumbnails if terminate: self.thumbnailer.stop_worker(scan_id) # TODO update this check once checking for thumnbnailing code is more robust # note that check == 1 because it is assumed the scan id has not been # deleted from the device collection if len(self.rapidApp.devices.thumbnailing) == 1: self.resetThumbnailTracking() else: self.recalculateThumbnailsPercentage(scan_id=scan_id) return terminate def recalculateThumbnailsPercentage(self, scan_id: int) -> None: """ Adjust % of thumbnails generated calculations after device removal. :param scan_id: id of removed device """ self.total_thumbs_to_generate -= self.no_thumbnails_by_scan[scan_id] self.rapidApp.updateProgressBarState() del self.no_thumbnails_by_scan[scan_id] def updateStatusPostDownload(self, rpd_file: RPDFile): # self.validateModelConsistency() uid = rpd_file.uid self.rpd_files[uid] = rpd_file self.tsql.set_downloaded(uid=uid, downloaded=True) row = self.uid_to_row.get(uid) if row is not None: self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) def filesRemainToDownload(self, scan_id: int | None = None) -> bool: """ :return True if any files remain that are not downloaded, else returns False """ return self.tsql.any_files_to_download(scan_id) def dataForProximityGeneration(self) -> list[ThumbnailDataForProximity]: return [ ThumbnailDataForProximity( uid=rpd_file.uid, ctime=rpd_file.ctime, file_type=rpd_file.file_type, previously_downloaded=rpd_file.previously_downloaded, ) for rpd_file in self.rpd_files.values() ] def assignProximityGroups( self, col1_col2_uid: list[tuple[int, int, bytes]] ) -> None: """ For every uid, associates it with a cell in the temporal proximity view. Relevant columns are col 1 and col 2. """ self.tsql.assign_proximity_groups(col1_col2_uid) def setProximityGroupFilter( self, col1: Sequence[int] | None, col2: Sequence[int] | None ) -> None: """ Filter display of thumbnails based on what cells the user has clicked in the Temporal Proximity view. Relevant columns are col 1 and col 2. """ if col1 != self.proximity_col1 or col2 != self.proximity_col2: self.proximity_col1 = col1 self.proximity_col2 = col2 self.refresh() def anyCheckedFilesFiltered(self) -> bool: """ :return: True if any files marked for download are currently not displayed because they are filtered """ return self.tsql.get_count(marked=True) != self.getDisplayedCount(marked=True) def anyFileNotPreviouslyDownloaded(self, uids: list[bytes]) -> bool: return self.tsql.any_not_previously_downloaded(uids=uids) def getFileDownloadsCompleted(self) -> FileTypeCounter: """ :return: counter for how many photos and videos have their downloads completed whether successfully or not """ return FileTypeCounter( { FileType.photo: self.tsql.get_count( downloaded=True, file_type=FileType.photo ), FileType.video: self.tsql.get_count( downloaded=True, file_type=FileType.video ), } ) def anyCompletedDownloads(self) -> bool: """ :return: True if any files have been downloaded (including failures) """ return self.tsql.any_files_download_completed() def jobCodeNeeded(self) -> bool: """ :return: True if any files marked for download do not have job codes assigned to them """ return self.tsql.any_marked_file_no_job_code() def getNoFilesJobCodeNeeded(self) -> FileTypeCounter: """ :return: the number of marked files that need a job code assigned to them, and the file types they will be applied to. """ no_photos = no_videos = 0 if self.prefs.file_type_uses_job_code(FileType.photo): no_photos = self.tsql.get_count( marked=True, file_type=FileType.photo, job_code=False ) if self.prefs.file_type_uses_job_code(FileType.video): no_videos = self.tsql.get_count( marked=True, file_type=FileType.video, job_code=False ) f = FileTypeCounter() f[FileType.photo] = no_photos f[FileType.video] = no_videos return f class ThumbnailView(QListView): """ Thumbnail view. QListView in icon mode. """ verticalScrollBarVisible = pyqtSignal(bool) def __init__(self, parent: QWidget) -> None: super().__init__(parent) self.rapidApp = parent self.setObjectName("thumbnailView") self.setViewMode(QListView.IconMode) self.setResizeMode(QListView.Adjust) self.setUniformItemSizes(True) self.setSpacing(8) self.setSelectionMode(QAbstractItemView.ExtendedSelection) self.setFrameShadow(QFrame.Plain) palette = self.palette() color = QColor() if is_dark_mode(): color.setNamedColor(DarkModeThumbnailBackgroundName) else: color.setNamedColor(ThumbnailBackgroundName) palette.setColor(QPalette.Base, color) self.setPalette(palette) self.possiblyPreserveSelectionPostClick = False sbv = ScrollBarEmitsVisible(orientation=Qt.Vertical) self.setVerticalScrollBar(sbv) sbv.scrollBarVisible.connect(self.verticalScrollBarVisible) # Track how many columns the user sees # QListView IconMode indexes are always set to column 0 self.user_visible_columns = 0 def setScrollTogether(self, on: bool) -> None: """ Turn on or off the linking of scrolling the Timeline with the Thumbnail display. Called from the Proximity (Timeline) widget :param on: whether to turn on or off """ if on: self.verticalScrollBar().valueChanged.connect(self.scrollTimeline) else: self.verticalScrollBar().valueChanged.disconnect(self.scrollTimeline) def _scrollTemporalProximity( self, row: int | None = None, index: QModelIndex | None = None ) -> None: temporalProximity = self.rapidApp.temporalProximity temporalProximity.setScrollTogether(False) if row is None: row = index.row() model = self.model() rows = model.rows uid = rows[row][0] temporalProximity.scrollToUid(uid=uid) temporalProximity.setScrollTogether(True) def selectionChanged( self, selected: QItemSelection, deselected: QItemSelection ) -> None: """ Reselect items if the user clicked a checkmark within an existing selection :param selected: new selection :param deselected: previous selection """ super().selectionChanged(deselected, selected) if self.possiblyPreserveSelectionPostClick: # Must set this to False before adjusting the selection! self.possiblyPreserveSelectionPostClick = False current = self.currentIndex() if not (len(selected.indexes()) == 1 and selected.indexes()[0] == current): deselected.merge( self.selectionModel().selection(), QItemSelectionModel.Select ) self.selectionModel().select(deselected, QItemSelectionModel.Select) @pyqtSlot(QMouseEvent) def mousePressEvent(self, event: QMouseEvent) -> None: """ Filter selection changes when click is on a thumbnail checkbox. When the user has selected multiple items (thumbnails), and then clicks one of the checkboxes, Qt's default behaviour is to treat that click as selecting the single item, because it doesn't know about our checkboxes. Therefore if the user is in fact clicking on a checkbox, we need to filter that event. On some versions of Qt 5 (to be determined), no matter what we do here, the delegate's editorEvent will still be triggered. :param event: the mouse click event """ right_button_pressed = event.button() == Qt.RightButton if right_button_pressed: super().mousePressEvent(event) else: index = self.indexAt(event.pos()) clicked_row = index.row() if clicked_row >= 0: rect = self.visualRect(index) # type: QRect delegate = self.itemDelegate(index) # type: ThumbnailDelegate checkboxRect = delegate.getCheckBoxRect(rect) checkbox_clicked = checkboxRect.contains(event.pos()) if checkbox_clicked: status = index.data(Roles.download_status) # type: DownloadStatus checkbox_clicked = status not in Downloaded if not checkbox_clicked: if self.rapidApp.prefs.auto_scroll and clicked_row >= 0: self._scrollTemporalProximity(row=clicked_row) else: self.possiblyPreserveSelectionPostClick = True super().mousePressEvent(event) def topRowIndex(self) -> QModelIndex | None: # index of top left item index = self.indexAt(QPoint(self.spacing(), self.spacing())) # type: QModelIndex if index.isValid(): # Determine index of item in user visible row with the earliest time row = index.row() indicies = [ index.sibling(row + i, 0) for i in range(self.user_visible_columns) ] # Filter out invalid indicies indicies = [idx for idx in indicies if idx.isValid()] # Get the index with the earliest time # Inspiration: https://stackoverflow.com/a/11825864 data = [idx.data() for idx in indicies] index_min = min(range(len(data)), key=data.__getitem__) return indicies[index_min] return None def topRowUid(self) -> bytes | None: index = self.topRowIndex() if index: row = index.row() uid = self.model().rows[row][0] return uid return None @pyqtSlot(int) def scrollTimeline(self, value) -> None: index = self.topRowIndex() if index: self._scrollTemporalProximity(index=index) def topLeft(self) -> QPoint: return QPoint(thumbnail_margin, thumbnail_margin) def thumbnail_width(self) -> int: return self.itemDelegate().fixedSizeHint.width() def width_required(self, no_thumbails: int) -> int: return ( no_thumbails * (self.thumbnail_width() + self.spacing()) + self.spacing() + self.frameWidth() * 2 ) def resizeEvent(self, event: QResizeEvent) -> None: """ Resize, then calculate and store how many columns the user sees """ super().resizeEvent(event) item_width = self.itemDelegate().fixedSizeHint.width() + self.spacing() view_width = self.viewport().contentsRect().width() - self.spacing() - 1 self.user_visible_columns = view_width // item_width def scrollToUids(self, uids: list[bytes]) -> None: """ Scroll the Thumbnail Display to the first visible uid from the list of uids. Remember not all uids are necessarily visible in the Thumbnail Display, because of filtering. :param uids: list of uids to scroll to """ model = self.model() # type: ThumbnailListModel if self.rapidApp.showOnlyNewFiles(): uid = model.getFirstUidFromUidList(uids=uids) if uid is None: return else: uid = uids[0] try: row = model.uid_to_row[uid] except KeyError: logging.debug("Ignoring scroll request to unknown thumbnail") else: index = model.index(row, 0) self.scrollTo(index, QAbstractItemView.PositionAtTop) class ThumbnailDelegate(QStyledItemDelegate): """ Render thumbnail cells """ # markedWithMouse = pyqtSignal() def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp try: # Works on Qt 5.6 and above self.device_pixel_ratio = rapidApp.devicePixelRatioF() self.devicePixelF = True except AttributeError: self.device_pixel_ratio = rapidApp.devicePixelRatio() self.devicePixelF = False self.checkboxStyleOption = QStyleOptionButton() self.checkboxRect = QRectF( QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, self.checkboxStyleOption, None ) ) self.checkbox_size = self.checkboxRect.height() size16 = QSize(16, 16) size24 = QSize(24, 24) self.downloadPendingPixmap = scaledIcon( ":/thumbnail/download-pending.svg" ).pixmap(size16) self.downloadedPixmap = scaledIcon(":/thumbnail/downloaded.svg").pixmap(size16) self.downloadedWarningPixmap = scaledIcon( ":/thumbnail/downloaded-with-warning.svg" ).pixmap(size16) self.downloadedErrorPixmap = scaledIcon( ":/thumbnail/downloaded-with-error.svg" ).pixmap(size16) self.audioIcon = scaledIcon(":/thumbnail/audio.svg", size24).pixmap(size24) # Determine pixel scaling for SVG files # Applies to all SVG files delegate will load if self.devicePixelF: self.pixmap_ratio = self.downloadPendingPixmap.devicePixelRatioF() else: self.pixmap_ratio = self.downloadedErrorPixmap.devicePixelRatio() self.dimmed_opacity = 0.5 self.image_width = float(max(ThumbnailSize.width, ThumbnailSize.height)) self.image_height = self.image_width self.horizontal_margin = float(thumbnail_margin) self.vertical_margin = float(thumbnail_margin) self.image_footer = float(self.checkbox_size) self.footer_padding = 5.0 # Position of first memory card indicator self.card_x = float( max( self.checkboxRect.width(), self.downloadPendingPixmap.width() / self.pixmap_ratio, self.downloadedPixmap.width() / self.pixmap_ratio, ) + self.horizontal_margin + self.footer_padding ) self.shadow_size = 2.0 self.width = self.image_width + self.horizontal_margin * 2 self.height = ( self.image_height + self.footer_padding + self.image_footer + self.vertical_margin * 2 ) # Thumbnail is located in a 160px square... self.image_area_size = float(max(ThumbnailSize.width, ThumbnailSize.height)) self.image_frame_bottom = self.vertical_margin + self.image_area_size self.contextMenu = QMenu() self.openInFileBrowserAct = self.contextMenu.addAction( _("Open in File Browser...") ) self.openInFileBrowserAct.triggered.connect(self.doOpenInFileManagerAct) self.copyPathAct = self.contextMenu.addAction(_("Copy Path")) self.copyPathAct.triggered.connect(self.doCopyPathAction) # Translators: 'File' here applies to a single file. The command allows users to # instruct Rapid Photo Downloader that photos and videos have been previously # downloaded by another application. self.markFileDownloadedAct = self.contextMenu.addAction( _("Mark File as Downloaded") ) self.markFileDownloadedAct.triggered.connect(self.doMarkFileDownloadedAct) # Translators: 'Files' here applies to two or more files self.markFilesDownloadedAct = self.contextMenu.addAction( _("Mark Files as Downloaded") ) self.markFilesDownloadedAct.triggered.connect(self.doMarkFileDownloadedAct) # store the index in which the user right clicked self.clickedIndex = None # type: QModelIndex | None self.color3 = QColor(CustomColors.color3.value) self.paleGray = QColor(PaleGray) self.darkGray = QColor(DarkGray) palette = QGuiApplication.palette() self.highlight = palette.highlight().color() # type: QColor self.highlight_size = 3 self.highlight_offset = self.highlight_size / 2 self.highlightPen = QPen() self.highlightPen.setColor(self.highlight) self.highlightPen.setWidth(self.highlight_size) self.highlightPen.setStyle(Qt.SolidLine) self.highlightPen.setJoinStyle(Qt.MiterJoin) self.emblemFont = QFont() self.emblemFont.setPointSize(self.emblemFont.pointSize() - 3) metrics = QFontMetricsF(self.emblemFont) # Determine the actual height of the largest extension, and the actual # width of all extensions. # For our purposes, this is more accurate than the generic metrics.height() self.emblem_width = {} # type: dict[str, int] height = 0 # Include the emblems for which memory card on a camera the file came from for ext in ALL_USER_VISIBLE_EXTENSIONS + ["1", "2"]: ext = ext.upper() tbr = metrics.tightBoundingRect(ext) # type: QRectF self.emblem_width[ext] = tbr.width() height = max(height, tbr.height()) # Set and calculate the padding to go around each emblem self.emblem_pad = height / 3 self.emblem_height = height + self.emblem_pad * 2 self.emblem_width = { emblem: width + self.emblem_pad * 2 for emblem, width in self.emblem_width.items() } self.jobCodeFont = QFont() self.jobCodeFont.setPointSize(self.jobCodeFont.pointSize() - 2) self.jobCodeMetrics = QFontMetricsF(self.jobCodeFont) height = self.jobCodeMetrics.height() self.job_code_pad = height / 4 self.job_code_height = height + self.job_code_pad * 2 self.job_code_width = self.image_width self.job_code_text_width = self.job_code_width - self.job_code_pad * 2 self.jobCodeBackground = QColor(DoubleDarkGray) # alternative would be functools.lru_cache() decorator, but it # is required to be a function. It's easier to keep everything # in this class, especially regarding the default font self.job_code_lru = dict() # type: dict[str, str] # Generate the range of colors to be displayed when highlighting # files from a particular device ch = Color(self.highlight.name()) cg = Color(self.paleGray.name()) self.colorGradient = [QColor(c.hex) for c in cg.range_to(ch, FadeSteps)] # Size is always fixed, so calculate it here self.fixedSizeHint = QSizeF( self.width + self.shadow_size, self.height + self.shadow_size ).toSize() @pyqtSlot() def doCopyPathAction(self) -> None: index = self.clickedIndex if index: path = index.model().data(index, Roles.path) QApplication.clipboard().setText(path) @pyqtSlot() def doOpenInFileManagerAct(self) -> None: selectedIndexes = self.selectedIndexes() if selectedIndexes is not None: if self.clickedIndex not in selectedIndexes: selectedIndexes.append(self.clickedIndex) uris = [index.model().data(index, Roles.uri) for index in selectedIndexes] else: index = self.clickedIndex uris = [index.model().data(index, Roles.uri)] if uris: logging.debug( "Calling show_in_file_manager() with %s and %s", self.rapidApp.file_manager, ", ".join(uris), ) show_in_file_manager(path_or_uri=uris, allow_conversion=False) @pyqtSlot() def doMarkFileDownloadedAct(self) -> None: selectedIndexes = self.selectedIndexes() if selectedIndexes is None: return not_downloaded = tuple( index for index in selectedIndexes if not index.data(Roles.previously_downloaded) ) # type: tuple[QModelIndex,...] thumbnailModel = self.rapidApp.thumbnailModel # type: ThumbnailListModel thumbnailModel.setDataRange(not_downloaded, True, Roles.previously_downloaded) self.rapidApp.setDownloadCapabilities() def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: if index is None: return if not index.isValid(): return # Save state of painter, restore on function exit painter.save() checked = index.data(Qt.CheckStateRole) == Qt.Checked previously_downloaded = index.data(Roles.previously_downloaded) extension, ext_type = index.data(Roles.extension) download_status = index.data(Roles.download_status) # type: DownloadStatus has_audio = index.data(Roles.has_audio) secondary_attribute = index.data(Roles.secondary_attribute) memory_cards = index.data(Roles.camera_memory_card) # type: list[int] highlight = index.data(Roles.highlight) job_code = index.data(Roles.job_code) # type: str|None # job_code = 'An extremely long and complicated Job Code' # job_code = 'Job Code' is_selected = option.state & QStyle.State_Selected x = option.rect.x() y = option.rect.y() # Draw rectangle in which the individual items will be placed boxRect = QRectF(x, y, self.width, self.height) shadowRect = QRectF( x + self.shadow_size, y + self.shadow_size, self.width, self.height ) painter.setRenderHint(QPainter.Antialiasing, True) painter.setPen(self.darkGray) painter.fillRect(shadowRect, self.darkGray) painter.drawRect(shadowRect) painter.setRenderHint(QPainter.Antialiasing, False) if highlight != 0: painter.fillRect(boxRect, self.colorGradient[highlight - 1]) else: painter.fillRect(boxRect, self.paleGray) if is_selected: hightlightRect = QRectF( boxRect.left() + self.highlight_offset, boxRect.top() + self.highlight_offset, boxRect.width() - self.highlight_size, boxRect.height() - self.highlight_size, ) painter.setPen(self.highlightPen) painter.drawRect(hightlightRect) thumbnail = index.model().data(index, Qt.DecorationRole) # type: QPixmap # If on high DPI screen, scale the thumbnail using a smooth transform if self.device_pixel_ratio > 1.0: painter.setRenderHint(QPainter.SmoothPixmapTransform, True) if ( previously_downloaded and not checked and download_status == DownloadStatus.not_downloaded ): disabled = QPixmap(thumbnail.size()) if self.devicePixelF: disabled.setDevicePixelRatio(thumbnail.devicePixelRatioF()) else: disabled.setDevicePixelRatio(thumbnail.devicePixelRatio()) disabled.fill(Qt.transparent) p = QPainter(disabled) p.setBackgroundMode(Qt.TransparentMode) p.setBackground(QBrush(Qt.transparent)) p.eraseRect(thumbnail.rect()) p.setOpacity(self.dimmed_opacity) p.drawPixmap(0, 0, thumbnail) p.end() thumbnail = disabled thumbnail_width = thumbnail.size().width() thumbnail_height = thumbnail.size().height() if self.devicePixelF: ratio = thumbnail.devicePixelRatioF() else: ratio = thumbnail.devicePixelRatio() thumbnailX = ( self.horizontal_margin + (self.image_area_size - thumbnail_width / ratio) / 2 + x ) thumbnailY = ( self.vertical_margin + (self.image_area_size - thumbnail_height / ratio) / 2 + y ) target = QRectF( thumbnailX, thumbnailY, thumbnail_width / ratio, thumbnail_height / ratio ) source = QRectF(0, 0, thumbnail_width, thumbnail_height) painter.drawPixmap(target, thumbnail, source) dimmed = previously_downloaded and not checked # Render the job code near the top of the square, if there is one if job_code: if is_selected: color = self.highlight painter.setOpacity(1.0) else: color = self.jobCodeBackground if not dimmed: painter.setOpacity(0.75) else: painter.setOpacity(self.dimmed_opacity) jobCodeRect = QRectF( x + self.horizontal_margin, y + self.vertical_margin, self.job_code_width, self.job_code_height, ) painter.fillRect(jobCodeRect, color) painter.setFont(self.jobCodeFont) painter.setPen(QColor(Qt.white)) if job_code in self.job_code_lru: text = self.job_code_lru[job_code] else: text = self.jobCodeMetrics.elidedText( job_code, Qt.ElideRight, self.job_code_text_width ) self.job_code_lru[job_code] = text if not dimmed: painter.setOpacity(1.0) else: painter.setOpacity(self.dimmed_opacity) painter.drawText(jobCodeRect, Qt.AlignCenter, text) if dimmed: painter.setOpacity(self.dimmed_opacity) # painter.setPen(QColor(Qt.blue)) # painter.drawText(x + 2, y + 15, str(index.row())) if has_audio: audio_x = ( self.width / 2 - self.audioIcon.width() / self.pixmap_ratio / 2 + x ) audio_y = self.image_frame_bottom + self.footer_padding + y - 1 painter.drawPixmap(QPointF(audio_x, audio_y), self.audioIcon) # Draw a small coloured box containing the file extension in the # bottom right corner extension = extension.upper() # Calculate size of extension text painter.setFont(self.emblemFont) # em_width = self.emblemFontMetrics.width(extension) emblem_width = self.emblem_width[extension] emblem_rect_x = self.width - self.horizontal_margin - emblem_width + x emblem_rect_y = self.image_frame_bottom + self.footer_padding + y - 1 emblemRect = QRectF( emblem_rect_x, emblem_rect_y, emblem_width, self.emblem_height ) # type: QRectF color = extensionColor(ext_type=ext_type) # Use an angular rect, because a rounded rect with anti-aliasing doesn't look # too good painter.fillRect(emblemRect, color) painter.setPen(QColor(Qt.white)) painter.drawText(emblemRect, Qt.AlignCenter, extension) # Draw another small colored box to the left of the # file extension box containing a secondary # attribute, if it exists. Currently the secondary attribute is # only an XMP file, but in future it could be used to display a # matching jpeg in a RAW+jpeg set if secondary_attribute: # Assume the attribute is already upper case sec_width = self.emblem_width[secondary_attribute] sec_rect_x = emblem_rect_x - self.footer_padding - sec_width color = QColor(self.color3) secRect = QRectF(sec_rect_x, emblem_rect_y, sec_width, self.emblem_height) painter.fillRect(secRect, color) painter.drawText(secRect, Qt.AlignCenter, secondary_attribute) if memory_cards: # if downloaded from a camera, and the camera has more than # one memory card, a list of numeric identifiers (i.e. 1 or # 2) identifying which memory card the file came from text_x = self.card_x + x for card in memory_cards: card = str(card) card_width = self.emblem_width[card] color = QColor(70, 70, 70) cardRect = QRectF(text_x, emblem_rect_y, card_width, self.emblem_height) painter.fillRect(cardRect, color) painter.drawText(cardRect, Qt.AlignCenter, card) text_x = text_x + card_width + self.footer_padding if dimmed: painter.setOpacity(1.0) if download_status == DownloadStatus.not_downloaded: checkboxStyleOption = QStyleOptionButton() if checked: checkboxStyleOption.state |= QStyle.State_On else: checkboxStyleOption.state |= QStyle.State_Off checkboxStyleOption.state |= QStyle.State_Enabled checkboxStyleOption.rect = self.getCheckBoxRect(option.rect).toRect() QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) else: if download_status == DownloadStatus.download_pending: pixmap = self.downloadPendingPixmap elif download_status == DownloadStatus.downloaded: pixmap = self.downloadedPixmap elif ( download_status == DownloadStatus.downloaded_with_warning or download_status == DownloadStatus.backup_problem ): pixmap = self.downloadedWarningPixmap elif ( download_status == DownloadStatus.download_failed or download_status == DownloadStatus.download_and_backup_failed ): pixmap = self.downloadedErrorPixmap else: pixmap = None if pixmap is not None: painter.drawPixmap( QPointF(option.rect.x() + self.horizontal_margin, emblem_rect_y), pixmap, ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: return self.fixedSizeHint def oneOrMoreNotDownloaded(self) -> tuple[int, Plural]: i = 0 selectedIndexes = self.selectedIndexes() if selectedIndexes is None: no_selected = 0 else: no_selected = len(selectedIndexes) for index in selectedIndexes: if not index.data(Roles.previously_downloaded): i += 1 if i == 2: break if i == 0: return no_selected, Plural.zero elif i == 1: return no_selected, Plural.two_form_single else: return no_selected, Plural.two_form_plural def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: """ Change the data in the model and the state of the checkbox if the user presses the left mouse button or presses Key_Space or Key_Select and this cell is editable. Otherwise do nothing. Handle right click too. """ download_status = index.data(Roles.download_status) if ( event.type() == QEvent.MouseButtonRelease or event.type() == QEvent.MouseButtonDblClick ): if event.button() == Qt.RightButton: self.clickedIndex = index # Determine if user can manually mark file or files as previously # downloaded noSelected, noDownloaded = self.oneOrMoreNotDownloaded() if noDownloaded == Plural.two_form_single: self.markFilesDownloadedAct.setVisible(False) self.markFileDownloadedAct.setVisible(True) self.markFileDownloadedAct.setEnabled(True) elif noDownloaded == Plural.two_form_plural: self.markFilesDownloadedAct.setVisible(True) self.markFilesDownloadedAct.setEnabled(True) self.markFileDownloadedAct.setVisible(False) else: assert noDownloaded == Plural.zero if noSelected == 1: self.markFilesDownloadedAct.setVisible(False) self.markFileDownloadedAct.setVisible(True) self.markFileDownloadedAct.setEnabled(False) else: self.markFilesDownloadedAct.setVisible(True) self.markFilesDownloadedAct.setEnabled(False) self.markFileDownloadedAct.setVisible(False) globalPos = self.rapidApp.thumbnailView.viewport().mapToGlobal( event.pos() ) # libgphoto2 needs exclusive access to the camera, so there are times # when "open in file browswer" should be disabled: # First, for all desktops, when a camera, disable when thumbnailing or # downloading. # Second, disable opening MTP devices in KDE environment, # as KDE won't release them until them the file browser is closed! # However if the file is already downloaded, we don't care, as can # get it from local source. # Finally, disable when we don't know what the default file manager is active_camera = disable_kde = False have_file_manager = ( self.rapidApp.file_manager is not None and self.rapidApp.file_manager != "" ) if download_status not in Downloaded: if index.data(Roles.is_camera): scan_id = index.data(Roles.scan_id) active_camera = ( self.rapidApp.deviceState(scan_id) != DeviceState.idle ) if not active_camera: disable_kde = ( index.data(Roles.is_camera) and self.rapidApp.file_manager in kframework_file_managers ) self.openInFileBrowserAct.setEnabled( not (disable_kde or active_camera) and have_file_manager ) self.contextMenu.popup(globalPos) return False if event.button() != Qt.LeftButton or not self.getCheckBoxRect( option.rect ).contains(event.pos()): return False if event.type() == QEvent.MouseButtonDblClick: return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False else: return False if download_status != DownloadStatus.not_downloaded: return False # Change the checkbox-state self.setModelData(None, model, index) return True def setModelData( self, editor: QWidget, model: QAbstractItemModel, index: QModelIndex ) -> None: newValue = index.data(Qt.CheckStateRole) != Qt.Checked thumbnailModel = self.rapidApp.thumbnailModel # type: ThumbnailListModel selection = self.rapidApp.thumbnailView.selectionModel() # type: QItemSelectionModel if selection.hasSelection(): selected = selection.selection() # type: QItemSelection if index in selected.indexes(): for i in selected.indexes(): thumbnailModel.setData(i, newValue, Qt.CheckStateRole) else: # The user has clicked on a checkbox that for a # thumbnail that is outside their previous selection selection.clear() selection.select(index, QItemSelectionModel.Select) model.setData(index, newValue, Qt.CheckStateRole) else: # The user has previously selected nothing, so mark this # thumbnail as selected selection.select(index, QItemSelectionModel.Select) model.setData(index, newValue, Qt.CheckStateRole) thumbnailModel.updateDisplayPostDataChange() def getLeftPoint(self, rect: QRect) -> QPointF: return QPointF( rect.x() + self.horizontal_margin, rect.y() + self.image_frame_bottom + self.footer_padding - 1, ) def getCheckBoxRect(self, rect: QRect) -> QRectF: return QRectF( self.getLeftPoint(rect), QSizeF(self.checkboxRect.toRect().size()) ) def applyJobCode(self, job_code: str) -> None: thumbnailModel = self.rapidApp.thumbnailModel # type: ThumbnailListModel selectedIndexes = self.selectedIndexes() if selectedIndexes is not None: logging.debug("Applying job code to %s files", len(selectedIndexes)) for i in selectedIndexes: thumbnailModel.setData(i, job_code, Roles.job_code) else: logging.debug("Not applying job code because no files selected") def selectedIndexes(self) -> list[QModelIndex] | None: selection = self.rapidApp.thumbnailView.selectionModel() # type: QItemSelectionModel if selection.hasSelection(): selected = selection.selection() # type: QItemSelection return selected.indexes() return None ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbnailer.py0000644000175000017500000002456314562557501021555 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import logging import pickle import zmq from PyQt5.QtCore import QObject, QThread, QTimer, pyqtBoundSignal, pyqtSignal, pyqtSlot from PyQt5.QtGui import QImage, QPixmap from raphodo.interprocess import ( GenerateThumbnailsArguments, GenerateThumbnailsResults, # noqa: F401 LoadBalancerManager, PublishPullPipelineManager, ThreadNames, create_inproc_msg, ) from raphodo.rpdfile import RPDFile from raphodo.utilities import CacheDirs class ThumbnailManagerPara(PublishPullPipelineManager): """ Manages thumbnailing using processes that run in parallel, one for each device. Not to be confused with ThumbnailDaemonManager, which manages the daemon process that extracts thumbnails after the file has already been downloaded and that writes FreeDesktop.org thumbnails. """ message = pyqtSignal(RPDFile, QPixmap) cacheDirs = pyqtSignal(int, CacheDirs) cameraRemoved = pyqtSignal(int) def __init__(self, logging_port: int, thread_name: str) -> None: super().__init__(logging_port=logging_port, thread_name=thread_name) self._process_name = "Thumbnail Manager" self._process_to_run = "thumbnailpara.py" self._worker_id = 0 def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: GenerateThumbnailsResults if data.rpd_file is not None: if data.thumbnail_bytes is None: thumbnail = QPixmap() else: thumbnail = QImage.fromData(data.thumbnail_bytes) if thumbnail.isNull(): thumbnail = QPixmap() else: thumbnail = QPixmap.fromImage(thumbnail) self.message.emit(data.rpd_file, thumbnail) elif data.camera_removed: assert data.scan_id is not None self.cameraRemoved.emit(data.scan_id) else: assert data.cache_dirs is not None self.cacheDirs.emit(data.scan_id, data.cache_dirs) class ThumbnailLoadBalancerManager(LoadBalancerManager): def __init__( self, context: zmq.Context, no_workers: int, sink_port: int, logging_port: int ) -> None: super().__init__( context, no_workers, sink_port, logging_port, ThreadNames.load_balancer ) self._process_name = "Thumbnail Load Balancer Manager" self._process_to_run = "thumbloadbalancer.py" class Thumbnailer(QObject): """ Extracts, caches and retrieves thumbnails for a set of files. For each set of files, a process runs to extract the files from their source. Each file is then processed, if necessary using worker processes fronted by a load balancer. """ frontend_port = pyqtSignal(int) # See also the four other signals below def __init__( self, parent, no_workers: int, logging_port: int, log_gphoto2: bool ) -> None: """ :param parent: Qt parent window :param no_workers: how many thumbnail extractor processes to use :param logging_port: 0MQ port to use for logging control :param log_gphoto2: if True, log libgphoto2 logging message """ super().__init__(parent) self.context = zmq.Context.instance() self.log_gphoto2 = log_gphoto2 self._frontend_port = None # type: int | None self.no_workers = no_workers self.logging_port = logging_port inproc = "inproc://{}" self.thumbnailer_controller = self.context.socket(zmq.PAIR) self.thumbnailer_controller.bind(inproc.format(ThreadNames.thumbnailer)) self.load_balancer_controller = self.context.socket(zmq.PAIR) self.load_balancer_controller.bind(inproc.format(ThreadNames.load_balancer)) self.setupThumbnailManager() def generateThumbnails( self, scan_id: int, rpd_files: list, name: str, proximity_seconds: int, cache_dirs: CacheDirs, need_photo_cache_dir: bool, need_video_cache_dir: bool, camera_model: str | None = None, camera_port: str | None = None, is_mtp_device: bool | None = None, entire_video_required: bool | None = None, entire_photo_required: bool | None = None, ) -> None: """ Initiates thumbnail generation. :param scan_id: worker id of the scan :param rpd_files: list of rpd_files, all of which should be from the same source :param name: name of the device :param proximity_seconds: the time elapsed between consecutive shots that is used to prioritize the order of thumbnail generation :param cache_dirs: the location where the cache directories should be created :param need_photo_cache_dir: if True, must use cache dir to extract photo thumbnail :param need_video_cache_dir: if True, must use cache dir to extract video thumbnail :param camera_model: If the thumbnails are being downloaded from a camera, this is the name of the camera, else None :param camera_port: If the thumbnails are being downloaded from a camera, this is the port of the camera, else None, :param entire_video_required: if the entire video is required to extract the thumbnail :param entire_photo_required: if the entire photo is required to extract the thumbnail """ self.thumbnailer_controller.send_multipart( create_inproc_msg( b"START_WORKER", worker_id=scan_id, data=GenerateThumbnailsArguments( scan_id=scan_id, rpd_files=rpd_files, name=name, proximity_seconds=proximity_seconds, cache_dirs=cache_dirs, need_photo_cache_dir=need_photo_cache_dir, need_video_cache_dir=need_video_cache_dir, frontend_port=self._frontend_port, log_gphoto2=self.log_gphoto2, camera=camera_model, port=camera_port, is_mtp_device=is_mtp_device, entire_video_required=entire_video_required, entire_photo_required=entire_photo_required, ), ) ) @property def thumbnailReceived(self) -> pyqtBoundSignal: return self.thumbnail_manager.message @property def cacheDirs(self) -> pyqtBoundSignal: return self.thumbnail_manager.cacheDirs # Signal emitted when the worker has been forcefully stopped, rather than # merely finished in its work @property def workerStopped(self) -> pyqtSignal: return self.thumbnail_manager.workerStopped @property def workerFinished(self) -> pyqtSignal: return self.thumbnail_manager.workerFinished @property def cameraRemoved(self) -> pyqtSignal: return self.thumbnail_manager.cameraRemoved def setupThumbnailManager(self) -> None: logging.debug("Starting thumbnail model...") self.thumbnail_manager_thread = QThread() self.thumbnail_manager = ThumbnailManagerPara( logging_port=self.logging_port, thread_name=ThreadNames.thumbnailer ) self.thumbnail_manager.moveToThread(self.thumbnail_manager_thread) self.thumbnail_manager_thread.started.connect(self.thumbnail_manager.run_sink) self.thumbnail_manager.receiverPortSignal.connect(self.managerReceiverPort) self.thumbnail_manager.sinkStarted.connect(self.thumbnailManagerSinkStarted) QTimer.singleShot(0, self.thumbnail_manager_thread.start) @pyqtSlot(int) def managerReceiverPort(self, port: int) -> None: self.thumbnail_manager_sink_port = port @pyqtSlot() def thumbnailManagerSinkStarted(self) -> None: logging.debug("...thumbnail model started") self.setupLoadBalancer() def setupLoadBalancer(self) -> None: logging.debug("Starting thumbnail load balancer...") self.load_balancer_thread = QThread() self.load_balancer = ThumbnailLoadBalancerManager( self.context, self.no_workers, self.thumbnail_manager_sink_port, self.logging_port, ) self.load_balancer.moveToThread(self.load_balancer_thread) self.load_balancer_thread.started.connect( self.load_balancer.start_load_balancer ) self.load_balancer.load_balancer_started.connect(self.loadBalancerFrontendPort) QTimer.singleShot(0, self.load_balancer_thread.start) @pyqtSlot(int) def loadBalancerFrontendPort(self, frontend_port: int) -> None: logging.debug("...thumbnail load balancer started") self._frontend_port = frontend_port self.frontend_port.emit(frontend_port) def stop(self) -> None: self.thumbnailer_controller.send_multipart(create_inproc_msg(b"STOP")) self.load_balancer_controller.send_multipart(create_inproc_msg(b"STOP")) self.thumbnail_manager_thread.quit() if not self.thumbnail_manager_thread.wait(1000): self.thumbnailer_controller.send_multipart(create_inproc_msg(b"TERMINATE")) self.load_balancer_thread.quit() if not self.load_balancer_thread.wait(1000): self.load_balancer_controller.send_multipart( create_inproc_msg(b"TERMINATE") ) def stop_worker(self, scan_id: int) -> None: self.thumbnailer_controller.send_multipart( create_inproc_msg(b"STOP_WORKER", worker_id=scan_id) ) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbnailextractor.py0000755000175000017500000010255614562557501023164 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" # ruff: noqa: E402 import contextlib import logging import os import pickle import sys from collections import namedtuple from urllib.request import pathname2url import gi gi.require_version("Gst", "1.0") from gi.repository import Gst from PyQt5.QtCore import QBuffer, QIODevice, QSize, Qt from PyQt5.QtGui import QImage, QTransform import raphodo.metadata.exiftool as exiftool from raphodo.cache import FdoCacheLarge, FdoCacheNormal, ThumbnailCacheSql from raphodo.constants import ( ExtractionProcessing, ExtractionTask, FileType, ThumbnailCacheDiskStatus, ThumbnailCacheStatus, ThumbnailSize, ) from raphodo.heif import have_heif_module, load_heif from raphodo.interprocess import ( GenerateThumbnailsResults, LoadBalancerWorker, ThumbnailExtractorArgument, ) from raphodo.rpdfile import Photo, RPDFile, Video from raphodo.ui.filmstrip import add_filmstrip from raphodo.utilities import image_large_enough_fdo, show_errors, stdchannel_redirected have_gst = Gst.init_check(None) def gst_version() -> str: """ :return: version of gstreamer, if it exists and is functioning, else '' """ if have_gst: try: return Gst.version_string().replace("GStreamer ", "") except Exception: pass return "" def get_video_frame( full_file_name: str, offset: float | None = 5.0, caps=Gst.Caps.from_string("image/png"), ) -> bytes | None: """ Source: https://gist.github.com/dplanella/5563018 :param full_file_name: file and path of the video :param offset: how many seconds into the video to read :param caps: :return: gstreamer buffer """ logging.debug("Using gstreamer to generate thumbnail from %s", full_file_name) pipeline = Gst.parse_launch("playbin") pipeline.props.uri = f"file://{pathname2url(os.path.abspath(full_file_name))}" pipeline.props.audio_sink = Gst.ElementFactory.make("fakesink", "fakeaudio") pipeline.props.video_sink = Gst.ElementFactory.make("fakesink", "fakevideo") pipeline.set_state(Gst.State.PAUSED) # Wait for state change to finish. pipeline.get_state(Gst.CLOCK_TIME_NONE) # Seek offset .10 seconds into the video as a minimum if not offset: offset = 0.5 * Gst.SECOND # Duration is unreliable because when we are dealing with camera videos, # we're only downloading a snapshot, i.e. 2 seconds of a 1 minute video. # But no matter what, don't want to exceed it. duration = pipeline.query_duration(Gst.Format.TIME)[1] offset = min(duration, offset) try: v = pipeline.seek_simple( Gst.Format.TIME, Gst.SeekFlags.FLUSH | Gst.SeekFlags.KEY_UNIT, offset ) assert v except AssertionError: logging.warning( "seek_simple() failed for %s. Is the necessary gstreamer plugin installed " "for this file format?", full_file_name, ) return None # Wait for seek to finish. pipeline.get_state(Gst.CLOCK_TIME_NONE) # alternative is Gst.SECOND * 10 sample = pipeline.emit("convert-sample", caps) if sample is not None: buffer = sample.get_buffer() pipeline.set_state(Gst.State.NULL) return buffer.extract_dup(0, buffer.get_size()) else: return None PhotoDetails = namedtuple("PhotoDetails", "thumbnail, orientation") def qimage_to_png_buffer(image: QImage) -> QBuffer: """ Save the image data in PNG format in a QBuffer, whose data can then be extracted using the data() member function. :param image: the image to be converted :return: the buffer """ buffer = QBuffer() buffer.open(QIODevice.WriteOnly) # Quality 100 means uncompressed. image.save(buffer, "PNG", quality=100) return buffer def crop_160x120_thumbnail(thumbnail: QImage, vertical_space: int = 8) -> QImage: """ Remove black bands from the top and bottom of thumbnail :param thumbnail: thumbnail to crop :param vertical_space: how much to remove from the top and bottom :return: cropped thumbnail """ if thumbnail.width() == 160 and thumbnail.height() == 120: return thumbnail.copy(0, vertical_space, 160, 120 - vertical_space * 2) elif thumbnail.width() == 120 and thumbnail.height() == 160: return thumbnail.copy(vertical_space, 0, 120 - vertical_space * 2, 160) else: return thumbnail class ThumbnailExtractor(LoadBalancerWorker): # Exif rotation constants rotate_0 = "1" rotate_90 = "6" rotate_180 = "3" rotate_270 = "8" maxStandardSize = QSize( max(ThumbnailSize.width, ThumbnailSize.height), max(ThumbnailSize.width, ThumbnailSize.height), ) def __init__(self) -> None: self.thumbnailSizeNeeded = QSize(ThumbnailSize.width, ThumbnailSize.height) self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) self.fdo_cache_large = FdoCacheLarge() self.fdo_cache_normal = FdoCacheNormal() super().__init__("Thumbnail Extractor") def rotate_thumb(self, thumbnail: QImage, orientation: str) -> QImage: """ If required return a rotated copy the thumbnail :param thumbnail: thumbnail to rotate :param orientation: EXIF orientation tag :return: possibly rotated thumbnail """ if orientation == self.rotate_90: thumbnail = thumbnail.transformed(QTransform().rotate(90)) elif orientation == self.rotate_270: thumbnail = thumbnail.transformed(QTransform().rotate(270)) elif orientation == self.rotate_180: thumbnail = thumbnail.transformed(QTransform().rotate(180)) return thumbnail def image_large_enough(self, size: QSize) -> bool: """Check if image is equal or bigger than thumbnail size.""" return ( size.width() >= self.thumbnailSizeNeeded.width() or size.height() >= self.thumbnailSizeNeeded.height() ) def _extract_256_thumb( self, rpd_file: RPDFile, processing: set[ExtractionProcessing], orientation: str | None, ) -> PhotoDetails: thumbnail = None data = rpd_file.metadata.get_preview_256() if isinstance(data, bytes): thumbnail = QImage.fromData(data) if thumbnail.isNull(): thumbnail = None else: if thumbnail.width() > 160 or thumbnail.height() > 120: processing.add(ExtractionProcessing.resize) return PhotoDetails(thumbnail, orientation) def _extract_metadata( self, rpd_file: RPDFile, processing: set[ExtractionProcessing] ) -> PhotoDetails: thumbnail = orientation = None with contextlib.suppress(Exception): orientation = rpd_file.metadata.orientation() rpd_file.mdatatime = rpd_file.metadata.timestamp(missing=0.0) # Not all files have an exif preview, but some do # (typically CR2, ARW, PEF, RW2). # If they exist, they are (almost!) always 160x120 # TODO how about thumbnail_cache_status? if self.write_fdo_thumbnail and rpd_file.fdo_thumbnail_256 is None: photo_details = self._extract_256_thumb( rpd_file=rpd_file, processing=processing, orientation=orientation ) if photo_details.thumbnail is not None: return photo_details # if no valid preview found, fall back to the code below and make do with # the best we can get preview = rpd_file.metadata.get_small_thumbnail_or_first_indexed_preview() if preview: thumbnail = QImage.fromData(preview) if thumbnail.isNull(): thumbnail = None else: if thumbnail.width() < thumbnail.height() and orientation in ( self.rotate_270, self.rotate_90, ): # The orientation has already been applied to the thumbnail logging.debug( "Already rotated: %s", rpd_file.get_current_full_file_name() ) orientation = self.rotate_0 if max(thumbnail.width(), thumbnail.height()) > 160: logging.debug("Resizing: %s", rpd_file.get_current_full_file_name()) processing.add(ExtractionProcessing.resize) elif not rpd_file.is_jpeg(): processing.add(ExtractionProcessing.strip_bars_photo) return PhotoDetails(thumbnail, orientation) def get_disk_photo_thumb( self, rpd_file: Photo, full_file_name: str, processing: set[ExtractionProcessing], force_exiftool: bool, ) -> PhotoDetails: """ Get the photo's thumbnail from a file that is on disk. Sets rpd_file's mdatatime. :param rpd_file: file details :param full_file_name: full name of the file from which to get the metadata :param processing: processing extraction tasks to complete, :param force_exiftool: whether to force the use of ExifTool to load the metadata :return: thumbnail and its orientation """ orientation = None thumbnail = None photo_details = PhotoDetails(thumbnail, orientation) if rpd_file.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process, force_exiftool=force_exiftool, ): photo_details = self._extract_metadata(rpd_file, processing) thumbnail = photo_details.thumbnail if thumbnail is not None: return photo_details if rpd_file.is_loadable(): thumbnail = QImage(full_file_name) processing.add(ExtractionProcessing.resize) if not rpd_file.from_camera: processing.remove(ExtractionProcessing.orient) if thumbnail.isNull(): thumbnail = None logging.warning( f"Unable to create a thumbnail out of the file: {full_file_name}" ) return PhotoDetails(thumbnail, orientation) def get_from_buffer( self, rpd_file: Photo, raw_bytes: bytearray, processing: set[ExtractionProcessing], ) -> PhotoDetails: if not rpd_file.load_metadata( raw_bytes=raw_bytes, et_process=self.exiftool_process ): return PhotoDetails(None, None) else: return self._extract_metadata(rpd_file, processing) def get_photo_orientation( self, rpd_file: Photo, force_exiftool: bool, full_file_name: str | None = None, raw_bytes: bytearray | None = None, ) -> str | None: if rpd_file.metadata is None: self.load_photo_metadata( rpd_file=rpd_file, full_file_name=full_file_name, raw_bytes=raw_bytes, force_exiftool=force_exiftool, ) if rpd_file.metadata is not None: try: return rpd_file.metadata.orientation() except Exception: pass return None def assign_mdatatime( self, rpd_file: Photo | Video, force_exiftool: bool, full_file_name: str | None = None, raw_bytes: bytearray | None = None, ) -> None: """ Load the file's metadata and assign the metadata time to the rpd file """ if rpd_file.file_type == FileType.photo: self.assign_photo_mdatatime( rpd_file=rpd_file, full_file_name=full_file_name, raw_bytes=raw_bytes, force_exiftool=force_exiftool, ) else: self.assign_video_mdatatime( rpd_file=rpd_file, full_file_name=full_file_name ) def assign_photo_mdatatime( self, rpd_file: Photo, force_exiftool: bool, full_file_name: str | None = None, raw_bytes: bytearray | None = None, ) -> None: """ Load the photo's metadata and assign the metadata time to the rpd file """ self.load_photo_metadata( rpd_file=rpd_file, full_file_name=full_file_name, raw_bytes=raw_bytes, force_exiftool=force_exiftool, ) if rpd_file.metadata is not None and rpd_file.date_time() is None: rpd_file.mdatatime = 0.0 def load_photo_metadata( self, rpd_file: Photo, force_exiftool: bool, full_file_name: str | None = None, raw_bytes: bytearray | None = None, ) -> None: """ Load the photo's metadata into the rpd file """ if raw_bytes is not None: if rpd_file.is_jpeg_type(): rpd_file.load_metadata( app1_segment=raw_bytes, et_process=self.exiftool_process ) else: rpd_file.load_metadata( raw_bytes=raw_bytes, et_process=self.exiftool_process ) else: rpd_file.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process, force_exiftool=force_exiftool, ) def assign_video_mdatatime(self, rpd_file: Video, full_file_name: str) -> None: """ Load the video's metadata and assign the metadata time to the rpd file """ if rpd_file.metadata is None: rpd_file.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process ) if rpd_file.date_time() is None: rpd_file.mdatatime = 0.0 def get_video_rotation(self, rpd_file: Video, full_file_name: str) -> str | None: """ Some videos have a rotation tag. If this video does, return it. """ if rpd_file.metadata is None: rpd_file.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process ) orientation = rpd_file.metadata.rotation(missing=None) match orientation: case 180: return self.rotate_180 case 90: return self.rotate_90 case 270: return self.rotate_270 return None def check_for_stop(self, directive: bytes, content: bytes): if directive == b"cmd": assert content == b"STOP" return True return False def extract_thumbnail( self, task: ExtractionTask, rpd_file: Photo | Video, processing: set[ExtractionProcessing], data: ThumbnailExtractorArgument, ) -> tuple[QImage | None, str | None]: """ Extract the thumbnail using one of a variety of methods, depending on the file :param task: extraction task to perform :param rpd_file: rpd_file to work on :param processing: processing tasks :param data: some other processing arguments passed to this process :return: thumbnail and its orientation, if found """ orientation = None if task == ExtractionTask.load_from_exif: thumbnail_details = self.get_disk_photo_thumb( rpd_file, data.full_file_name_to_work_on, processing, data.force_exiftool, ) thumbnail = thumbnail_details.thumbnail if thumbnail is not None: orientation = thumbnail_details.orientation elif task in ( ExtractionTask.load_file_directly, ExtractionTask.load_file_and_exif_directly, ExtractionTask.load_file_directly_metadata_from_secondary, ): thumbnail = QImage(data.full_file_name_to_work_on) if task == ExtractionTask.load_file_and_exif_directly: self.assign_photo_mdatatime( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on, force_exiftool=data.force_exiftool, ) elif task == ExtractionTask.load_file_directly_metadata_from_secondary: self.assign_mdatatime( rpd_file=rpd_file, full_file_name=data.secondary_full_file_name, force_exiftool=data.force_exiftool, ) if ExtractionProcessing.orient in processing: orientation = self.get_photo_orientation( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on, force_exiftool=data.force_exiftool, ) elif task in ( ExtractionTask.load_from_bytes, ExtractionTask.load_from_bytes_metadata_from_temp_extract, ): try: assert data.thumbnail_bytes is not None except AssertionError: logging.error( "Thumbnail bytes not extracted for %s (value is None)", rpd_file.get_current_full_file_name(), ) thumbnail = QImage.fromData(data.thumbnail_bytes) if ( thumbnail.width() > self.thumbnailSizeNeeded.width() or thumbnail.height() > self.thumbnailSizeNeeded.height() ): processing.add(ExtractionProcessing.resize) processing.remove(ExtractionProcessing.strip_bars_photo) if data.exif_buffer and ExtractionProcessing.orient in processing: orientation = self.get_photo_orientation( rpd_file=rpd_file, raw_bytes=data.exif_buffer, force_exiftool=data.force_exiftool, ) if task == ExtractionTask.load_from_bytes_metadata_from_temp_extract: self.assign_mdatatime( rpd_file=rpd_file, full_file_name=data.secondary_full_file_name, force_exiftool=data.force_exiftool, ) orientation = rpd_file.metadata.orientation() os.remove(data.secondary_full_file_name) rpd_file.temp_cache_full_file_chunk = "" elif task == ExtractionTask.load_from_exif_buffer: thumbnail_details = self.get_from_buffer( rpd_file, data.exif_buffer, processing ) thumbnail = thumbnail_details.thumbnail if thumbnail is not None: orientation = thumbnail_details.orientation elif task in ( ExtractionTask.load_heif_directly, ExtractionTask.load_heif_and_exif_directly, ): assert have_heif_module thumbnail = load_heif( data.full_file_name_to_work_on, process_name=self.identity.decode() ) if task == ExtractionTask.load_heif_and_exif_directly: self.assign_photo_mdatatime( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on, force_exiftool=data.force_exiftool, ) if ExtractionProcessing.orient in processing: orientation = self.get_photo_orientation( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on, force_exiftool=data.force_exiftool, ) else: assert task in ( ExtractionTask.extract_from_file, ExtractionTask.extract_from_file_and_load_metadata, ) if rpd_file.file_type == FileType.photo: self.assign_photo_mdatatime( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on, force_exiftool=data.force_exiftool, ) thumbnail_bytes = ( rpd_file.metadata.get_small_thumbnail_or_first_indexed_preview() ) if thumbnail_bytes: thumbnail = QImage.fromData(thumbnail_bytes) orientation = rpd_file.metadata.orientation() else: assert rpd_file.file_type == FileType.video if ExtractionTask.extract_from_file_and_load_metadata: self.assign_video_mdatatime( rpd_file=rpd_file, full_file_name=data.full_file_name_to_work_on ) if not have_gst: thumbnail = None else: png = get_video_frame(data.full_file_name_to_work_on, 1.0) if not png: thumbnail = None logging.warning( "Could not extract video thumbnail from %s", data.rpd_file.get_display_full_name(), ) else: thumbnail = QImage.fromData(png) if thumbnail.isNull(): thumbnail = None else: processing.add(ExtractionProcessing.add_film_strip) orientation = self.get_video_rotation( rpd_file, data.full_file_name_to_work_on ) if orientation is not None: processing.add(ExtractionProcessing.orient) processing.add(ExtractionProcessing.resize) return thumbnail, orientation def process_files(self): """ Loop continuously processing photo and video thumbnails """ logging.debug(f"{self.requester.identity.decode()} worker started") while True: directive, content = self.requester.recv_multipart() if self.check_for_stop(directive, content): break data = pickle.loads(content) # type: ThumbnailExtractorArgument thumbnail_256 = png_data = None task = data.task processing = data.processing rpd_file = data.rpd_file logging.debug( "Working on task %s for %s", task.name, rpd_file.download_name or rpd_file.name, ) self.write_fdo_thumbnail = data.write_fdo_thumbnail try: if rpd_file.fdo_thumbnail_256 is not None and data.write_fdo_thumbnail: if rpd_file.thumbnail_status != ThumbnailCacheStatus.fdo_256_ready: logging.error( "Unexpected thumbnail cache status for %s: %s", rpd_file.full_file_name, rpd_file.thumbnail_status.name, ) thumbnail = thumbnail_256 = QImage.fromData( rpd_file.fdo_thumbnail_256 ) orientation_unknown = False else: thumbnail, orientation = self.extract_thumbnail( task, rpd_file, processing, data ) if data.file_to_work_on_is_temporary: os.remove(data.full_file_name_to_work_on) rpd_file.temp_cache_full_file_chunk = "" if thumbnail is not None: if ExtractionProcessing.strip_bars_photo in processing: thumbnail = crop_160x120_thumbnail(thumbnail) elif ExtractionProcessing.strip_bars_video in processing: thumbnail = crop_160x120_thumbnail(thumbnail, 15) if ExtractionProcessing.resize in processing: # Resize the thumbnail before rotating if ( orientation == "1" or orientation is None ) and thumbnail.height() > thumbnail.width(): # Special case: pictures from some cellphones have # already been rotated thumbnail = thumbnail.scaled( self.maxStandardSize, Qt.KeepAspectRatio, Qt.SmoothTransformation, ) else: if ( rpd_file.should_write_fdo() and image_large_enough_fdo(thumbnail.size()) and max(thumbnail.height(), thumbnail.width()) > 256 ): thumbnail_256 = thumbnail.scaled( QSize(256, 256), Qt.KeepAspectRatio, Qt.SmoothTransformation, ) thumbnail = thumbnail_256 if data.send_thumb_to_main: thumbnail = thumbnail.scaled( self.thumbnailSizeNeeded, Qt.KeepAspectRatio, Qt.SmoothTransformation, ) else: thumbnail = None if thumbnail is not None and thumbnail.isNull(): thumbnail = None if orientation is not None: if thumbnail is not None: thumbnail = self.rotate_thumb(thumbnail, orientation) if thumbnail_256 is not None: thumbnail_256 = self.rotate_thumb( thumbnail_256, orientation ) if ExtractionProcessing.add_film_strip in processing: if thumbnail is not None: thumbnail = add_filmstrip(thumbnail) if thumbnail_256 is not None: thumbnail = add_filmstrip(thumbnail_256) if thumbnail is not None: buffer = qimage_to_png_buffer(thumbnail) png_data = buffer.data() orientation_unknown = ( ExtractionProcessing.orient in processing and orientation is None ) if ( data.send_thumb_to_main and data.use_thumbnail_cache and rpd_file.thumbnail_cache_status == ThumbnailCacheDiskStatus.not_found ): self.thumbnail_cache.save_thumbnail( full_file_name=rpd_file.full_file_name, size=rpd_file.size, mtime=rpd_file.modification_time, mdatatime=rpd_file.mdatatime, generation_failed=thumbnail is None, orientation_unknown=orientation_unknown, thumbnail=thumbnail, camera_model=rpd_file.camera_model, ) if ( thumbnail is not None or thumbnail_256 is not None ) and rpd_file.should_write_fdo(): if self.write_fdo_thumbnail: # The modification time of the file may have changed when the # file was saved Ideally it shouldn't, but it does sometimes, # e.g. on NTFS! So need to get the modification time from the # saved file. mtime = os.path.getmtime(rpd_file.download_full_file_name) if thumbnail_256 is not None: rpd_file.fdo_thumbnail_256_name = ( self.fdo_cache_large.save_thumbnail( full_file_name=rpd_file.download_full_file_name, size=rpd_file.size, modification_time=mtime, generation_failed=False, thumbnail=thumbnail_256, free_desktop_org=False, ) ) thumbnail_128 = thumbnail_256.scaled( QSize(128, 128), Qt.KeepAspectRatio, Qt.SmoothTransformation, ) else: thumbnail_128 = thumbnail.scaled( QSize(128, 128), Qt.KeepAspectRatio, Qt.SmoothTransformation, ) rpd_file.fdo_thumbnail_128_name = ( self.fdo_cache_normal.save_thumbnail( full_file_name=rpd_file.download_full_file_name, size=rpd_file.size, modification_time=mtime, generation_failed=False, thumbnail=thumbnail_128, free_desktop_org=False, ) ) elif ( thumbnail_256 is not None and rpd_file.fdo_thumbnail_256 is None ): rpd_file.fdo_thumbnail_256 = qimage_to_png_buffer( thumbnail ).data() if thumbnail is not None: if orientation_unknown: rpd_file.thumbnail_status = ( ThumbnailCacheStatus.orientation_unknown ) elif rpd_file.fdo_thumbnail_256 is not None: rpd_file.thumbnail_status = ThumbnailCacheStatus.fdo_256_ready else: rpd_file.thumbnail_status = ThumbnailCacheStatus.ready except SystemExit as e: self.exiftool_process.terminate() sys.exit(e.code) except Exception: logging.error("Exception working on file %s", rpd_file.full_file_name) logging.error("Task: %s", task) logging.error("Processing tasks: %s", processing) logging.exception("Traceback:") # Purge metadata, as it cannot be pickled if not data.send_thumb_to_main: png_data = None rpd_file.metadata = None self.sender.send_multipart( [ b"0", b"data", pickle.dumps( GenerateThumbnailsResults( rpd_file=rpd_file, thumbnail_bytes=png_data ), pickle.HIGHEST_PROTOCOL, ), ] ) self.requester.send_multipart([b"", b"", b"OK"]) def do_work(self): if False: # exiv2 pumps out a LOT to stderr - use cautiously! context = show_errors() self.error_stream = sys.stderr else: # Redirect stderr, hiding error output from exiv2 context = stdchannel_redirected(sys.stderr, os.devnull) self.error_stream = sys.stdout with context: # In some situations, using a context manager for exiftool can # result in exiftool processes not being terminated. So let's # handle starting and terminating it manually. self.exiftool_process = exiftool.ExifTool() self.exiftool_process.start() self.process_files() self.exit() def cleanup_pre_stop(self) -> None: logging.debug( "Terminating thumbnail extractor ExifTool process for %s", self.identity.decode(), ) self.exiftool_process.terminate() if __name__ == "__main__": thumbnail_extractor = ThumbnailExtractor() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/thumbnailpara.py0000755000175000017500000011644214562557501022073 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Worker process to get thumbnails from Thumbnail or FDO cache, or read thumbnail / file from the device being downloaded from. For each device, there is one of these workers. Sends thumbnail processing tasks to load balancer, which will in turn send it to extractors. By default, will set extractors to get the file's metadata time if the metadata time is not already found in the rpd_file. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" # try: # using_injected = "profile" in dict(__builtins__) # except Exception: # using_injected = False # finally: # if not using_injected: # # use of line_profiler not detected # def profile(func): # def inner(*args, **kwargs): # return func(*args, **kwargs) # # return inner import logging import os import pickle import sys from collections import deque from operator import attrgetter import psutil import zmq from PyQt5.QtCore import QSize from PyQt5.QtGui import QImage # noqa: F401 from raphodo.cache import FdoCacheLarge, ThumbnailCacheSql from raphodo.camera import Camera, CameraProblemEx, gphoto2_python_logging from raphodo.constants import ( ExtractionProcessing, ExtractionTask, FileType, ThumbnailCacheDiskStatus, ThumbnailCacheOrigin, ThumbnailCacheStatus, ThumbnailSize, datetime_offset, datetime_offset_exiftool, orientation_offset, thumbnail_offset, thumbnail_offset_exiftool, ) from raphodo.heif import have_heif_module from raphodo.interprocess import ( GenerateThumbnailsArguments, # noqa: F401 GenerateThumbnailsResults, ThumbnailExtractorArgument, WorkerInPublishPullPipeline, ) from raphodo.metadata.fileformats import use_exiftool_on_photo from raphodo.prefs.preferences import Preferences from raphodo.rescan import RescanCamera from raphodo.rpdfile import RPDFile from raphodo.utilities import CacheDirs, GenerateRandomFileName, create_temp_dir def cache_dir_name(device_name: str) -> str: """Generate a directory name for a temporary file cache""" return "rpd-cache-{}-".format(device_name[:10].replace(" ", "_")) def split_list(alist: list, wanted_parts=2): """ Split list into smaller parts http://stackoverflow.com/questions/752308/split-list-into-smaller-lists :param alist: the list :param wanted_parts: how many lists it should be split into :return: the split lists """ length = len(alist) return [ alist[i * length // wanted_parts : (i + 1) * length // wanted_parts] for i in range(wanted_parts) ] def split_indexes(length: int): """ For the length of a list, return a list of indexes into it such that the indexes start with the middle item, then the middle item of the remaining two parts of the list, and so forth. Perhaps this algorithm could be optimized, as I did it myself. But it works, and for now that's the main thing. :param length: The length of the list i.e., the number of indexes to be created :return: the list of indexes """ n = [] master = deque([list(range(length))]) while master: l1, l2 = split_list(master.popleft()) if l2: n.append(l2[0]) l2 = l2[1:] if l1: master.append(l1) if l2: master.append(l2) return n def get_temporal_gaps_and_sequences(rpd_files, temporal_span): """ For a sorted list of rpd_files, identify those rpd_files which are more than the temporal span away from each other, and those which are less than the temporal span from each other. Does not analyze clusters. For instance, you have 1000 photos from a day's photography. You sort them into a list ordered by time, earliest to latest. You then get all the photos that were taken more than an hour after the previous photo, and those that were taken within an hour of the previous photo. :param rpd_files: the sorted list of rpd_files, earliest first :param temporal_span: the time span that triggers a gap :return: the rpd_files that signify gaps, and all the rest of the rpd_files (which are in sequence) """ if rpd_files: prev = rpd_files[0] gaps = [prev] sequences = [] for i, rpd_file in enumerate(rpd_files[1:]): if rpd_file.modification_time - prev.modification_time > temporal_span: gaps.append(rpd_file) else: sequences.append(rpd_file) prev = rpd_file return (gaps, sequences) return None class GetThumbnailFromCache: """ Try to get thumbnail from Rapid Photo Downloader's thumbnail cache or from the FreeDesktop.org cache. """ def __init__(self, use_thumbnail_cache: bool) -> None: if use_thumbnail_cache: self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) else: self.thumbnail_cache = None # Access large size Freedesktop.org thumbnail cache self.fdo_cache_large = FdoCacheLarge() self.thumbnail_size_needed = QSize(ThumbnailSize.width, ThumbnailSize.height) def image_large_enough(self, size: QSize) -> bool: """Check if image is equal or bigger than thumbnail size.""" return ( size.width() >= self.thumbnail_size_needed.width() or size.height() >= self.thumbnail_size_needed.height() ) def get_from_cache( self, rpd_file: RPDFile, use_thumbnail_cache: bool = True ) -> tuple[ExtractionTask, bytes, str, ThumbnailCacheOrigin]: """ Attempt to get a thumbnail for the file from the Rapid Photo Downloader thumbnail cache or from the FreeDesktop.org 256x256 thumbnail cache. :param rpd_file: :param use_thumbnail_cache: whether to use the :return: """ task = ExtractionTask.undetermined thumbnail_bytes = None full_file_name_to_work_on = "" origin = None # type: ThumbnailCacheOrigin | None # Attempt to get thumbnail from Thumbnail Cache # (see cache.py for definitions of various caches) if self.thumbnail_cache is not None and use_thumbnail_cache: get_thumbnail = self.thumbnail_cache.get_thumbnail_path( full_file_name=rpd_file.full_file_name, mtime=rpd_file.modification_time, size=rpd_file.size, camera_model=rpd_file.camera_model, ) rpd_file.thumbnail_cache_status = get_thumbnail.disk_status if get_thumbnail.disk_status != ThumbnailCacheDiskStatus.not_found: origin = ThumbnailCacheOrigin.thumbnail_cache task = ExtractionTask.bypass if get_thumbnail.disk_status == ThumbnailCacheDiskStatus.failure: rpd_file.thumbnail_status = ThumbnailCacheStatus.generation_failed rpd_file.thumbnail_cache_status = ThumbnailCacheDiskStatus.failure elif get_thumbnail.disk_status == ThumbnailCacheDiskStatus.found: rpd_file.thumbnail_cache_status = ThumbnailCacheDiskStatus.found if get_thumbnail.orientation_unknown: rpd_file.thumbnail_status = ( ThumbnailCacheStatus.orientation_unknown ) else: rpd_file.thumbnail_status = ThumbnailCacheStatus.ready with open(get_thumbnail.path, "rb") as thumbnail: thumbnail_bytes = thumbnail.read() # Attempt to get thumbnail from large FDO Cache if not found in Thumbnail Cache # and it's not being downloaded directly from a camera (if it's from a camera, # it's not going to be in the FDO cache) if task == ExtractionTask.undetermined and not rpd_file.from_camera: get_thumbnail = self.fdo_cache_large.get_thumbnail( full_file_name=rpd_file.full_file_name, modification_time=rpd_file.modification_time, size=rpd_file.size, camera_model=rpd_file.camera_model, ) if get_thumbnail.disk_status == ThumbnailCacheDiskStatus.found: rpd_file.fdo_thumbnail_256_name = get_thumbnail.path thumb = get_thumbnail.thumbnail # type: QImage if thumb is not None and self.image_large_enough(thumb.size()): task = ExtractionTask.load_file_directly full_file_name_to_work_on = get_thumbnail.path origin = ThumbnailCacheOrigin.fdo_cache rpd_file.thumbnail_status = ThumbnailCacheStatus.fdo_256_ready return task, thumbnail_bytes, full_file_name_to_work_on, origin # How much of the file should be read in from local disk and thus cached # by they kernel cached_read = dict(cr2=260 * 1024, dng=504 * 1024, nef=400 * 1024) def preprocess_thumbnail_from_disk( rpd_file: RPDFile, processing: set[ExtractionProcessing] ) -> ExtractionTask: """ Determine how to get a thumbnail from a photo or video that is not on a camera (although it may have directly come from there during the download process) Does not return the name of the file to be worked on -- that's the responsibility of the method calling it. :param rpd_file: details about file from which to get thumbnail from :param processing: set that holds processing tasks for the extractors to perform :return: extraction task required """ if rpd_file.file_type == FileType.photo: if rpd_file.is_heif(): if have_heif_module: bytes_to_read = rpd_file.size if rpd_file.mdatatime: task = ExtractionTask.load_heif_directly else: task = ExtractionTask.load_heif_and_exif_directly processing.add(ExtractionProcessing.resize) # For now, do not orient, as it seems pyheif or libheif does that # automatically processing.add(ExtractionProcessing.orient) else: # We have no way to convert the file task = ExtractionTask.bypass bytes_to_read = 0 elif rpd_file.is_tiff(): available = psutil.virtual_memory().available if rpd_file.size <= available: bytes_to_read = rpd_file.size if rpd_file.mdatatime: task = ExtractionTask.load_file_directly else: task = ExtractionTask.load_file_and_exif_directly processing.add(ExtractionProcessing.resize) else: # Don't try to extract a thumbnail from # a file that is larger than available # memory task = ExtractionTask.bypass bytes_to_read = 0 else: if rpd_file.is_jpeg() and rpd_file.from_camera and rpd_file.is_mtp_device: # jpeg photos from smartphones don't have embedded thumbnails task = ExtractionTask.load_file_and_exif_directly processing.add(ExtractionProcessing.resize) else: task = ExtractionTask.load_from_exif processing.add(ExtractionProcessing.orient) bytes_to_read = cached_read.get(rpd_file.extension, 400 * 1024) if bytes_to_read and not rpd_file.download_full_file_name: try: with open(rpd_file.full_file_name, "rb") as photo: # Bring the file into the operating system's disk cache photo.read(bytes_to_read) except FileNotFoundError: logging.error( "The download file %s does not exist", rpd_file.download_full_file_name, ) else: # video if rpd_file.thm_full_name is not None: if not rpd_file.mdatatime: task = ExtractionTask.load_file_directly_metadata_from_secondary # It's the responsibility of the calling code to assign the # secondary_full_file_name else: task = ExtractionTask.load_file_directly processing.add(ExtractionProcessing.strip_bars_video) processing.add(ExtractionProcessing.add_film_strip) else: if rpd_file.mdatatime: task = ExtractionTask.extract_from_file else: task = ExtractionTask.extract_from_file_and_load_metadata return task class GenerateThumbnails(WorkerInPublishPullPipeline): def __init__(self) -> None: self.random_file_name = GenerateRandomFileName() super().__init__("Thumbnails") def cache_full_size_file_from_camera(self, rpd_file: RPDFile) -> bool: """ Get the file from the camera chunk by chunk and cache it. :return: True if operation succeeded, False otherwise """ if rpd_file.file_type == FileType.photo: cache_dir = self.photo_cache_dir else: cache_dir = self.video_cache_dir cache_full_file_name = os.path.join( cache_dir, self.random_file_name.name(extension=rpd_file.extension) ) try: self.camera.save_file_by_chunks( dir_name=rpd_file.path, file_name=rpd_file.name, size=rpd_file.size, dest_full_filename=cache_full_file_name, progress_callback=None, check_for_command=self.check_for_controller_directive, return_file_bytes=False, ) except CameraProblemEx: # TODO report error return False else: rpd_file.cache_full_file_name = cache_full_file_name return True def cache_file_chunk_from_camera(self, rpd_file: RPDFile, offset: int) -> bool: if rpd_file.file_type == FileType.photo: cache_dir = self.photo_cache_dir else: cache_dir = self.video_cache_dir cache_full_file_name = os.path.join( cache_dir, self.random_file_name.name(extension=rpd_file.extension) ) try: self.camera.save_file_chunk( dir_name=rpd_file.path, file_name=rpd_file.name, chunk_size_in_bytes=min(offset, rpd_file.size), dest_full_filename=cache_full_file_name, ) rpd_file.temp_cache_full_file_chunk = cache_full_file_name return True except CameraProblemEx: # TODO problem reporting return False def extract_photo_video_from_camera( self, rpd_file: RPDFile, entire_file_required: bool, full_file_name_to_work_on, using_exiftool: bool, ) -> tuple[ExtractionTask, str, bool]: """ Extract part of a photo of video to be able to get the orientation and date time metadata, if and only if we know how much of the file is needed to get the thumbnail. Otherwise, download the entire photo or video from the camera to be able to generate the thumbnail and cache it. :param rpd_file: photo or video :param entire_file_required: whether we already know (from scanning) that the entire file is required :param full_file_name_to_work_on: file name and path of the photo or video :param using_exiftool: if all the metadata extraction is done using ExifTool :return: extraction task, full file name, and whether the full file name refers to a temporary file that should be deleted """ task = ExtractionTask.undetermined file_to_work_on_is_temporary = False if rpd_file.is_mtp_device and rpd_file.file_type == FileType.video: entire_file_required = True if not entire_file_required: # For many photos videos, extract a small part of the file and use # that to get the metadata if using_exiftool: offset = thumbnail_offset_exiftool.get(rpd_file.extension) else: offset = thumbnail_offset.get(rpd_file.extension) if offset: if using_exiftool: offset = max( offset, datetime_offset_exiftool.get(rpd_file.extension) ) else: offset = max(offset, datetime_offset.get(rpd_file.extension)) if offset and self.cache_file_chunk_from_camera(rpd_file, offset): if rpd_file.file_type == FileType.photo: task = ExtractionTask.load_from_bytes_metadata_from_temp_extract else: task = ExtractionTask.extract_from_file_and_load_metadata file_to_work_on_is_temporary = True full_file_name_to_work_on = rpd_file.temp_cache_full_file_chunk if task == ExtractionTask.undetermined: if self.cache_full_size_file_from_camera(rpd_file): task = ExtractionTask.extract_from_file_and_load_metadata full_file_name_to_work_on = rpd_file.cache_full_file_name else: # Failed to generate thumbnail task = ExtractionTask.bypass return task, full_file_name_to_work_on, file_to_work_on_is_temporary def do_work(self) -> None: try: self.generate_thumbnails() except SystemExit as e: sys.exit(e) except Exception: if hasattr(self, "device_name"): logging.error( "Exception generating thumbnails for %s", self.device_name ) else: logging.error("Exception generating thumbnails") logging.exception("Traceback:") def generate_thumbnails(self) -> None: self.camera = None arguments = pickle.loads(self.content) # type: GenerateThumbnailsArguments self.device_name = arguments.name logging.info( "Generating %s thumbnails for %s", len(arguments.rpd_files), arguments.name ) if arguments.log_gphoto2: self.gphoto2_logging = gphoto2_python_logging() self.frontend = self.context.socket(zmq.PUSH) self.frontend.connect(f"tcp://localhost:{arguments.frontend_port}") self.prefs = Preferences() # Whether we must use ExifTool to read photo metadata force_exiftool = self.prefs.force_exiftool # If the entire photo or video is required to extract the thumbnail, which is # determined when extracting sample metadata from a photo or video during the # device scan entire_photo_required = arguments.entire_photo_required entire_video_required = arguments.entire_video_required # Access and generate Rapid Photo Downloader thumbnail cache use_thumbnail_cache = self.prefs.use_thumbnail_cache thumbnail_caches = GetThumbnailFromCache( use_thumbnail_cache=use_thumbnail_cache ) photo_cache_dir = video_cache_dir = None cache_file_from_camera = force_exiftool rpd_files = arguments.rpd_files # with open('tests/thumbnail_data_medium_no_tiff', 'wb') as f: # pickle.dump(rpd_files, f) # Must sort files by modification time prior to temporal analysis needed to # figure out which thumbnails to prioritize rpd_files = sorted(rpd_files, key=attrgetter("modification_time")) time_span = arguments.proximity_seconds rpd_files2 = [] if rpd_files: gaps, sequences = get_temporal_gaps_and_sequences(rpd_files, time_span) rpd_files2.extend(gaps) indexes = split_indexes(len(sequences)) rpd_files2.extend([sequences[idx] for idx in indexes]) assert len(rpd_files) == len(rpd_files2) rpd_files = rpd_files2 if arguments.camera is not None: self.camera = Camera( model=arguments.camera, port=arguments.port, is_mtp_device=arguments.is_mtp_device, specific_folders=self.prefs.folders_to_scan, ) if not self.camera.camera_initialized: # There is nothing to do here: exit! logging.debug( "Prematurely exiting thumbnail generation due to lack of access to " "camera %s", arguments.camera, ) self.content = pickle.dumps( GenerateThumbnailsResults( scan_id=arguments.scan_id, camera_removed=True, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.disconnect_logging() self.send_finished_command() sys.exit(0) if not cache_file_from_camera: for rpd_file in rpd_files: if use_exiftool_on_photo( rpd_file.extension, preview_extraction_irrelevant=False ): cache_file_from_camera = True break must_make_cache_dirs = ( not self.camera.can_fetch_thumbnails or cache_file_from_camera ) if ( must_make_cache_dirs or arguments.need_video_cache_dir or arguments.need_photo_cache_dir ): # If downloading complete copy of the files to # generate previews, then may as well cache them to speed up # the download process self.photo_cache_dir = create_temp_dir( folder=arguments.cache_dirs.photo_cache_dir, prefix=cache_dir_name(self.device_name), ) self.video_cache_dir = create_temp_dir( folder=arguments.cache_dirs.video_cache_dir, prefix=cache_dir_name(self.device_name), ) cache_dirs = CacheDirs(self.photo_cache_dir, self.video_cache_dir) self.content = pickle.dumps( GenerateThumbnailsResults( scan_id=arguments.scan_id, cache_dirs=cache_dirs ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() from_thumb_cache = 0 from_fdo_cache = 0 if self.camera: rescan = RescanCamera(camera=self.camera, prefs=self.prefs) rescan.rescan_camera(rpd_files) rpd_files = rescan.rpd_files if rescan.missing_rpd_files: logging.error( "%s files could not be relocated on %s", len(rescan.missing_rpd_files), self.camera.display_name, ) for rpd_file in rescan.missing_rpd_files: # type: RPDFile self.content = pickle.dumps( GenerateThumbnailsResults( rpd_file=rpd_file, thumbnail_bytes=None ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() for rpd_file in rpd_files: # type: RPDFile # Check to see if the process has received a command self.check_for_controller_directive() exif_buffer = None file_to_work_on_is_temporary = False secondary_full_file_name = "" processing = set() # type: set[ExtractionProcessing] # Attempt to get thumbnail from Thumbnail Cache # (see cache.py for definitions of various caches) cache_search = thumbnail_caches.get_from_cache(rpd_file) task, thumbnail_bytes, full_file_name_to_work_on, origin = cache_search if task != ExtractionTask.undetermined: if origin == ThumbnailCacheOrigin.thumbnail_cache: from_thumb_cache += 1 else: assert origin == ThumbnailCacheOrigin.fdo_cache logging.debug( "Thumbnail for %s found in large FDO cache", rpd_file.full_file_name, ) from_fdo_cache += 1 processing.add(ExtractionProcessing.resize) if not rpd_file.mdatatime: # Since we're extracting the thumbnail from the FDO cache, # need to grab its metadata too. # Reassign the task task = ExtractionTask.load_file_directly_metadata_from_secondary # It's not being downloaded from a camera, so nothing # special to do except assign the name of the file from which # to extract the metadata secondary_full_file_name = rpd_file.full_file_name logging.debug( "Although thumbnail found in the cache, tasked to extract " "file time recorded in metadata from %s", secondary_full_file_name, ) if task == ExtractionTask.undetermined: # Thumbnail was not found in any cache: extract it if self.camera: # type: Camera if rpd_file.file_type == FileType.photo: if rpd_file.is_heif(): # Load HEIF / HEIC using entire file. # We are assuming that there is no tool to extract a # preview image from an HEIF / HEIC, or the file simply # does not have one to extract. if self.cache_full_size_file_from_camera(rpd_file): task = ExtractionTask.load_heif_and_exif_directly processing.add(ExtractionProcessing.resize) full_file_name_to_work_on = ( rpd_file.cache_full_file_name ) # For now, do not orient, as it seems pyheif or # libheif does that automatically. # processing.add(ExtractionProcessing.orient) elif self.camera.can_fetch_thumbnails: task = ExtractionTask.load_from_bytes if rpd_file.is_jpeg_type(): # gPhoto2 knows how to get jpeg thumbnails try: thumbnail_bytes = self.camera.get_thumbnail( rpd_file.path, rpd_file.name ) except CameraProblemEx: # TODO handle error? thumbnail_bytes = None else: if force_exiftool or use_exiftool_on_photo( rpd_file.extension, preview_extraction_irrelevant=False, ): ( task, full_file_name_to_work_on, file_to_work_on_is_temporary, ) = self.extract_photo_video_from_camera( rpd_file, entire_photo_required, full_file_name_to_work_on, True, ) if ( task == ExtractionTask.load_from_bytes_metadata_from_temp_extract # noqa: E501 ): secondary_full_file_name = ( full_file_name_to_work_on ) file_to_work_on_is_temporary = False else: # gPhoto2 does not know how to get RAW thumbnails, # so we do that part ourselves if rpd_file.extension == "crw": # Could cache this file, since reading its # entirety But does anyone download a CRW file # from the camera these days?! bytes_to_read = rpd_file.size else: bytes_to_read = min( rpd_file.size, orientation_offset.get( rpd_file.extension, 500 ), ) exif_buffer = self.camera.get_exif_extract( rpd_file.path, rpd_file.name, bytes_to_read ) try: thumbnail_bytes = self.camera.get_thumbnail( rpd_file.path, rpd_file.name ) except CameraProblemEx: # TODO report error thumbnail_bytes = None processing.add(ExtractionProcessing.strip_bars_photo) processing.add(ExtractionProcessing.orient) else: # Many (all?) jpegs from phones don't include jpeg previews, # so need to render from the entire jpeg itself. Slow! # For raw, extract merely a part of phone's raw format, and # try to extract the jpeg preview from it (which probably # doesn't exist!). This is fast. if not rpd_file.is_jpeg(): bytes_to_read = thumbnail_offset.get(rpd_file.extension) if bytes_to_read: exif_buffer = self.camera.get_exif_extract( rpd_file.path, rpd_file.name, bytes_to_read ) task = ExtractionTask.load_from_exif_buffer processing.add(ExtractionProcessing.orient) if ( task == ExtractionTask.undetermined and self.cache_full_size_file_from_camera(rpd_file) ): if rpd_file.is_jpeg(): task = ExtractionTask.load_file_and_exif_directly processing.add(ExtractionProcessing.resize) processing.add(ExtractionProcessing.orient) else: task = ExtractionTask.load_from_exif processing.add(ExtractionProcessing.resize) processing.add(ExtractionProcessing.orient) full_file_name_to_work_on = ( rpd_file.cache_full_file_name ) else: # Failed to generate thumbnail task = ExtractionTask.bypass else: # video from camera if rpd_file.thm_full_name is not None: # Fortunately, we have a special video thumbnail file # Still need to get metadata time, however. if entire_video_required: offset = rpd_file.size else: offset = datetime_offset.get(rpd_file.extension) # If there is no offset, there is no point trying to # extract the metadata time from part of the video. It's # not ideal, but if this is from a camera on which there # were any other files we can assume we've got a # somewhat accurate date time for it from the # modification time. The only exception is if the video # file is not that big, in which case it's worth reading # in its entirety: if offset is None and rpd_file.size < 4000000: offset = rpd_file.size if rpd_file.mdatatime or not offset: task = ExtractionTask.load_from_bytes elif self.cache_file_chunk_from_camera(rpd_file, offset): task = ExtractionTask.load_from_bytes_metadata_from_temp_extract # noqa: E501 secondary_full_file_name = ( rpd_file.temp_cache_full_file_chunk ) else: # For some reason was unable to download part of the # video file task = ExtractionTask.load_from_bytes try: thumbnail_bytes = self.camera.get_THM_file( rpd_file.thm_full_name ) except CameraProblemEx: # TODO report error thumbnail_bytes = None processing.add(ExtractionProcessing.strip_bars_video) processing.add(ExtractionProcessing.add_film_strip) else: ( task, full_file_name_to_work_on, file_to_work_on_is_temporary, ) = self.extract_photo_video_from_camera( rpd_file, entire_video_required, full_file_name_to_work_on, False, ) else: # File is not on a camera task = preprocess_thumbnail_from_disk( rpd_file=rpd_file, processing=processing ) if task != ExtractionTask.bypass: if rpd_file.thm_full_name is not None: full_file_name_to_work_on = rpd_file.thm_full_name if ( task == ExtractionTask.load_file_directly_metadata_from_secondary # noqa: E501 ): secondary_full_file_name = rpd_file.full_file_name else: full_file_name_to_work_on = rpd_file.full_file_name if task == ExtractionTask.bypass: self.content = pickle.dumps( GenerateThumbnailsResults( rpd_file=rpd_file, thumbnail_bytes=thumbnail_bytes ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() elif task != ExtractionTask.undetermined: # Send data to load balancer, which will send to one of its # workers self.content = pickle.dumps( ThumbnailExtractorArgument( rpd_file=rpd_file, task=task, processing=processing, full_file_name_to_work_on=full_file_name_to_work_on, secondary_full_file_name=secondary_full_file_name, exif_buffer=exif_buffer, thumbnail_bytes=thumbnail_bytes, use_thumbnail_cache=use_thumbnail_cache, file_to_work_on_is_temporary=file_to_work_on_is_temporary, write_fdo_thumbnail=False, send_thumb_to_main=True, force_exiftool=force_exiftool, ), pickle.HIGHEST_PROTOCOL, ) self.frontend.send_multipart([b"data", self.content]) if arguments.camera: self.camera.free_camera() # Delete our temporary cache directories if they are empty if photo_cache_dir is not None and not os.listdir(self.photo_cache_dir): os.rmdir(self.photo_cache_dir) if video_cache_dir is not None and not os.listdir(self.video_cache_dir): os.rmdir(self.video_cache_dir) logging.debug( "Finished phase 1 of thumbnail generation for %s", self.device_name ) if from_thumb_cache: logging.info( "{} of {} thumbnails for {} came from thumbnail cache".format( from_thumb_cache, len(rpd_files), self.device_name ) ) if from_fdo_cache: logging.info( "{} of {} thumbnails of for {} came from Free Desktop cache".format( from_fdo_cache, len(rpd_files), self.device_name ) ) self.disconnect_logging() self.send_finished_command() def cleanup_pre_stop(self): if self.camera is not None: self.camera.free_camera() if __name__ == "__main__": generate_thumbnails = GenerateThumbnails() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/timeutils.py0000644000175000017500000000714414562557501021256 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # A few utility functions relating to time conversion and internationalization __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import locale import re from datetime import datetime from arrow.arrow import Arrow def twelve_hour_clock() -> bool: """ Determine if a twelve-hour clock is being used in the current locale :return: True if so, else False """ return bool(locale.nl_langinfo(locale.T_FMT_AMPM)) replacement_fmts = [ (".%S", ""), (":%S", ""), (",%S", ""), (":%OS", ""), ("ཀསར་ཆ%S", ""), (" %S초", ""), ("%S秒", ""), ("%r", "%I:%M"), ("%t", "%H:%M"), ("%T", "%H:%M"), ] dt_am = datetime(2015, 11, 3, 1) dt_pm = datetime(2015, 11, 3, 13) def locale_time(t: datetime) -> str: """ Attempt to localize the time without displaying seconds locale.nl_langinfo(locale.T_FMT) for this locale is %r, %T or %t, then just return the time, dropping the ':dd' in 'dd:dd:dd' if that's the format the time is in. Otherwise, then use the approach here: Adapted from http://stackoverflow.com/questions/2507726/how-to-display -locale-sensitive-time-format-without-seconds-in-python :param t: time in datetime format :return: time in format like "12:08 AM", or locale equivalent """ t_fmt = locale.nl_langinfo(locale.T_FMT_AMPM) or locale.nl_langinfo(locale.T_FMT) if t_fmt in ("%r", "%t", "%T"): s = t.strftime("%X").strip() return re.sub(r"(\d\d):(\d\d):\d\d", r"\1:\2", s) for fmt in replacement_fmts: new_t_fmt = t_fmt.replace(*fmt) if new_t_fmt != t_fmt: return t.strftime(new_t_fmt) return t.strftime(t_fmt) def strip_zero(t: str, strip_zero) -> str: if not strip_zero: return t.strip() return t.lstrip("0").strip() def strip_am(t: str) -> str: if not locale.nl_langinfo(locale.T_FMT_AMPM): return t.strip() return t.replace(dt_am.strftime("%p"), "").strip() def strip_pm(t: str) -> str: if not locale.nl_langinfo(locale.T_FMT_AMPM): return t.strip() return t.replace(dt_pm.strftime("%p"), "").strip() def make_long_date_format(arrowtime: Arrow) -> str: # Translators: for example, Nov 3 or Dec 31 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. long_format = _("%(month)s %(numeric_day)s") % { "month": arrowtime.datetime.strftime("%b"), "numeric_day": arrowtime.format("D"), } # Translators: for example, Nov 15 2015 # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(date)s %(year)s") % dict(date=long_format, year=arrowtime.year) ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/raphodo/ui/0000755000175000017500000000000014562557503017276 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/__init__.py0000644000175000017500000000000014562557501021373 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/aboutdialog.py0000644000175000017500000003124214562557501022142 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display an About window """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import re from PyQt5.QtCore import QSize, Qt, pyqtSlot from PyQt5.QtGui import QFont, QPixmap # noqa: F401 from PyQt5.QtWidgets import ( QDialog, QDialogButtonBox, QHBoxLayout, QLabel, QPushButton, # noqa: F401 QScrollArea, QSizePolicy, QStackedWidget, QVBoxLayout, QWidget, ) import raphodo.__about__ as __about__ from raphodo.ui.viewutils import translateDialogBoxButtons class AboutDialog(QDialog): """ Display an About window """ def __init__(self, parent=None) -> None: super().__init__(parent) self.setWindowFlags(Qt.Window | Qt.FramelessWindowHint) self.setObjectName("AboutDialog") self.setStyleSheet( "QDialog#AboutDialog {background-image: url(:/splashscreen.png);}" ) pixmap = QPixmap(":/splashscreen.png") try: ratio = pixmap.devicePixelRatioF() except AttributeError: ratio = pixmap.devicePixelRatio() if ratio > 1.0: size = QSize(round(pixmap.width() / ratio), round(pixmap.height() / ratio)) else: size = pixmap.size() self.setFixedSize(size) # These values are derived from the splash screen image contents. # If the image changes, so should these white_box_height = 80 title_bottom = 45 left_margin = 16 transparency = "rgba(0, 0, 0, 130)" # Standard About view link_style = 'style="color: white;"' msg = f"""Copyright © 2007-2024 Damon Lynch.

                                damonlynch.net/rapid

                                This program comes with absolutely no warranty.
                                See the GNU General Public License, version 3 or later for details. """ details = QLabel(msg) details_style_sheet = f"""QLabel {{ color: white; background-color: {transparency}; margin-left: 0px; padding-left: {left_margin}px; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; }}""" details.setStyleSheet(details_style_sheet) details.setOpenExternalLinks(True) details.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) font = self.font() # type: QFont font_size = font.pointSize() - 2 font.setPointSize(font_size) details.setFont(font) aboutLayout = QVBoxLayout() aboutLayout.setContentsMargins(0, 0, 0, 0) aboutLayout.addSpacing(150) detailsLayout = QHBoxLayout() detailsLayout.setContentsMargins(0, 0, 0, 0) detailsLayout.addWidget(details) detailsLayout.addStretch(10) aboutLayout.addLayout(detailsLayout) aboutLayout.addStretch(10) about = QWidget() about.setLayout(aboutLayout) # Credits view photolink = ( 'Afghan Men Pulling Heavy Load" ) artlink1 = ( f'Vincent Le Moign' ) artlink2 = ( 'The Pictographers" ) artlink3 = ( 'Enes Dal" ) artlink4 = f'Icons Solid' artlink5 = f'Icon Coon' artlink6 = ( f'' "Dmitriy Bunin" ) artlink7 = ( f'' f"Pixel perfect" ) credits_text = f""" Copyright © 2007-2024 Damon Lynch. Portions copyright © 2008-2015 Canonical Ltd. Portions copyright © 2013 Bernard Baeyens. Portions copyright © 2012-2015 Jim Easterbrook. Portions copyright © 2012 Sven Marnach. Portions copyright © 2015 Dmitry Shachnev. Photo {photolink} copyright © 2014-2018 Damon Lynch, all rights reserved. Camera icon courtesy {artlink1}. Video camera icon courtesy {artlink2}. Home icon courtesy {artlink3}. Speech bubble courtesy {artlink4}. Lightbulb icon courtesy {artlink5}. Double arrow icon courtesy {artlink6}. Clock icon courtesy {artlink7}. """ credits_text = credits_text.replace("\n", "
                                \n") label_style_sheet = f"""QLabel {{ background-color: rgba(0, 0, 0, 0); color: white; padding-left: {left_margin}px; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; }}""" creditsLabel = QLabel(credits_text) creditsLabel.setFont(font) creditsLabel.setStyleSheet(label_style_sheet) creditsLabel.setOpenExternalLinks(True) credits = QScrollArea() credits.setWidget(creditsLabel) scroll_area_style_sheet = f"""QScrollArea {{ background-color: {transparency}; border: 0px; }} """ credits.setStyleSheet(scroll_area_style_sheet) # Translators view translators_text = """ Albanian Algent Albrahimi Belarusian Ilya Tsimokhin Brazilian Portuguese Rubens Stuginski Jr Catalan Adolfo Jayme Barrientos Czech Pavel Borecki Danish Torben Gundtofte-Bruun Dutch Nico Rikken Estonian Tauno Erik Finnish Mikko Ruohola French Jean-Marc Lartigue Greek Dimitris Xenakis Hungarian László Italian Albano Battistella Matteo Carotta Milo Casagrande Japanese Koji Yokota Kabyle Mohammed Belkacem Norwegian Bokmal Harlad H Rudolf Maurer Norwegian Nynorsk Kevin Brubeck Unhammer Harlad H Polish Michal Predotka Russian Evgeny Kozlov Serbian Мирослав Николић Slovak Robert Valik Spanish Adolfo Jayme Barrientos Jose Luis Tirado Swedish Joachim Johansson Turkish Ilker Alp Previous translators Anton Alyab'ev Michel Ange Tobias Bannert Alain J. Baudrez Bert Martin Dahl Moe Marco de Freitas Martin Egger Sergiy Gavrylov Emanuele Grande Toni Lähdekorpi András Lőrincz Miroslav Matejaš Erik M Frederik Müller Jose Luis Navarro Tomas Novak Abel O'Rian Balazs Oveges Daniel Paessler Miloš Popović Ye Qing Luca Reverberi Ahmed Shubbar Sergei Sedov Marco Solari Ulf Urdén Julien Valroff Ney Walens de Mesquita Aron Xu Nicolás M. Zahlut 梁其学 """ # Replace < and > in email addresses translators_text = re.sub( r"<(.+)@(.+)>", r"<\1@\2>", translators_text, flags=re.MULTILINE ) translators_text = translators_text.replace("\n", "
                                \n") translatorsLabel = QLabel(translators_text) translatorsLabel.setFont(font) translatorsLabel.setStyleSheet(label_style_sheet) translators = QScrollArea() translators.setWidget(translatorsLabel) translators.setStyleSheet(scroll_area_style_sheet) mainLayout = QVBoxLayout() self.stack = QStackedWidget() self.stack.addWidget(about) self.stack.addWidget(credits) self.stack.addWidget(translators) self.stack.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) buttonBox = QDialogButtonBox() closeButton = buttonBox.addButton(QDialogButtonBox.Close) # type: QPushButton translateDialogBoxButtons(buttonBox) self.creditsButton = buttonBox.addButton( _("Credits"), QDialogButtonBox.HelpRole ) # type: QPushButton self.creditsButton.setDefault(False) self.creditsButton.setCheckable(True) self.translatorsButton = buttonBox.addButton( _("Translators"), QDialogButtonBox.ResetRole ) # type: QPushButton self.translatorsButton.setDefault(False) self.translatorsButton.setCheckable(True) closeButton.setDefault(True) buttonLayout = QVBoxLayout() buttonLayout.addWidget(buttonBox) buttonLayout.setContentsMargins( left_margin, left_margin, left_margin, left_margin ) mainLayout.setContentsMargins(0, 0, 0, 0) version = QLabel(__about__.__version__) version.setFixedHeight(white_box_height - title_bottom) version_style_sheet = """QLabel { padding-left: %(left_margin)dpx; }""" % dict(left_margin=left_margin) version.setStyleSheet(version_style_sheet) mainLayout.addSpacing(title_bottom) mainLayout.addWidget(version) mainLayout.addWidget(self.stack) mainLayout.addLayout(buttonLayout) self.setLayout(mainLayout) buttonBox.rejected.connect(self.reject) self.creditsButton.clicked.connect(self.creditsButtonClicked) self.translatorsButton.clicked.connect(self.translatorsButtonClicked) closeButton.setFocus() @pyqtSlot() def creditsButtonClicked(self) -> None: self.translatorsButton.setChecked(False) self.showStackItem() @pyqtSlot() def translatorsButtonClicked(self) -> None: self.creditsButton.setChecked(False) self.showStackItem() @pyqtSlot() def showStackItem(self) -> None: if self.creditsButton.isChecked(): self.stack.setCurrentIndex(1) elif self.translatorsButton.isChecked(): self.stack.setCurrentIndex(2) self.creditsButton.setChecked(False) else: self.stack.setCurrentIndex(0) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/backuppanel.py0000644000175000017500000010054414562557501022137 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display backup preferences """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import logging import os from collections import defaultdict from typing import NamedTuple from PyQt5.QtCore import ( QAbstractListModel, QModelIndex, QSize, QStorageInfo, Qt, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import QIcon, QPainter, QPalette from PyQt5.QtWidgets import ( QCheckBox, QGridLayout, QGroupBox, QHBoxLayout, QLabel, QLineEdit, QSizePolicy, QSplitter, QStyle, QStyledItemDelegate, QStyleOptionViewItem, QVBoxLayout, QWidget, ) from raphodo.constants import ( BackupLocationType, FileType, Roles, StandardFileLocations, ViewRowType, ) from raphodo.devices import ( BackupDeviceCollection, # noqa: F401 BackupVolumeDetails, DownloadingTo, ) from raphodo.foldercombo import FolderCombo from raphodo.prefs.preferences import Preferences from raphodo.rpdfile import FileTypeCounter from raphodo.storage.storage import ValidMounts, get_media_dir, get_mount_size from raphodo.ui.destinationdisplay import adjusted_download_size, make_body_details from raphodo.ui.devicedisplay import DeviceDisplay, DeviceView, icon_size from raphodo.ui.panelview import QPanelView from raphodo.ui.viewutils import ( FlexiFrame, RowTracker, ScrollAreaNoFrame, ) class BackupVolumeUse(NamedTuple): bytes_total: int bytes_free: int backup_type: BackupLocationType marked: FileTypeCounter photos_size_to_download: int videos_size_to_download: int class BackupViewRow(NamedTuple): mount: QStorageInfo display_name: str backup_type: BackupLocationType os_stat_device: int class BackupDeviceModel(QAbstractListModel): """ Stores 'devices' used for backing up photos and videos. Want to display: (1) destination on local files systems (2) external devices, e.g., external hard drives Need to account for when download destination is same file system as backup destination. """ def __init__(self, parent) -> None: super().__init__(parent) self.raidApp = parent.rapidApp self.prefs = parent.prefs size = icon_size() self.removableIcon = QIcon(":icons/drive-removable-media.svg").pixmap(size) self.folderIcon = QIcon(":/icons/folder.svg").pixmap(size) self._initValues() def _initValues(self): self.rows = RowTracker() # type: RowTracker self.row_id_counter = 0 # type: int # {row_id} self.headers = set() # type: set[int] # path: BackupViewRow self.backup_devices = dict() # type: dict[str, BackupViewRow] self.path_to_row_ids = defaultdict(list) # type: dict[str, list[int]] self.row_id_to_path = dict() # type: dict[int, str] self.marked = FileTypeCounter() self.photos_size_to_download = self.videos_size_to_download = 0 # os_stat_device: set[FileType] self._downloading_to = defaultdict(set) # type: DownloadingTo @property def downloading_to(self) -> DownloadingTo: return self._downloading_to @downloading_to.setter def downloading_to(self, downloading_to: DownloadingTo) -> None: self._downloading_to = downloading_to self.downloadSizeChanged() def reset(self) -> None: self.beginResetModel() self._initValues() self.endResetModel() def columnCount(self, parent=QModelIndex()): return 1 def rowCount(self, parent=QModelIndex()): return max(len(self.rows), 1) def insertRows(self, position, rows=2, index=QModelIndex()): self.beginInsertRows(QModelIndex(), position, position + rows - 1) self.endInsertRows() return True def removeRows(self, position, rows=2, index=QModelIndex()): self.beginRemoveRows(QModelIndex(), position, position + rows - 1) self.endRemoveRows() return True def addBackupVolume(self, mount_details: BackupVolumeDetails) -> None: mount = mount_details.mount display_name = mount_details.name path = mount_details.path backup_type = mount_details.backup_type os_stat_device = mount_details.os_stat_device assert mount is not None assert display_name assert path assert backup_type # two rows per device: header row, and detail row row = len(self.rows) self.insertRows(position=row) logging.debug( "Adding %s to backup device display with root path %s at rows %s - %s", display_name, mount.rootPath(), row, row + 1, ) for row_id in range(self.row_id_counter, self.row_id_counter + 2): self.row_id_to_path[row_id] = path self.rows[row] = row_id row += 1 self.path_to_row_ids[path].append(row_id) header_row_id = self.row_id_counter self.headers.add(header_row_id) self.row_id_counter += 2 self.backup_devices[path] = BackupViewRow( mount=mount, display_name=display_name, backup_type=backup_type, os_stat_device=os_stat_device, ) def removeBackupVolume(self, path: str) -> None: """ :param path: the value of the volume (mount's path), NOT a manually specified path! """ row_ids = self.path_to_row_ids[path] header_row_id = row_ids[0] row = self.rows.row(header_row_id) logging.debug("Removing 2 rows from backup view, starting at row %s", row) self.rows.remove_rows(row, 2) self.headers.remove(header_row_id) del self.path_to_row_ids[path] del self.backup_devices[path] for row_id in row_ids: del self.row_id_to_path[row_id] self.removeRows(row, 2) def setDownloadAttributes( self, marked: FileTypeCounter, photos_size: int, videos_size: int, merge: bool ) -> None: """ Set the attributes used to generate the visual display of the files marked to be downloaded :param marked: number and type of files marked for download :param photos_size: size in bytes of photos marked for download :param videos_size: size in bytes of videos marked for download :param merge: whether to replace or add to the current values """ if not merge: self.marked = marked self.photos_size_to_download = photos_size self.videos_size_to_download = videos_size else: self.marked.update(marked) self.photos_size_to_download += photos_size self.videos_size_to_download += videos_size self.downloadSizeChanged() def downloadSizeChanged(self) -> None: # TODO possibly optimize for photo vs video rows for row in range(1, len(self.rows), 2): self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) def _download_size_by_backup_type( self, backup_type: BackupLocationType ) -> tuple[int, int]: """ Include photos or videos in download size only if those file types are being backed up to this backup device :param backup_type: which file types are being backed up to this device :return: photos_size_to_download, videos_size_to_download """ photos_size_to_download = videos_size_to_download = 0 if backup_type != BackupLocationType.videos: photos_size_to_download = self.photos_size_to_download if backup_type != BackupLocationType.photos: videos_size_to_download = self.videos_size_to_download return photos_size_to_download, videos_size_to_download def data(self, index: QModelIndex, role=Qt.DisplayRole): if not index.isValid(): return None row = index.row() # check for special case where no backup devices are active if len(self.rows) == 0: if role == Qt.DisplayRole: return ViewRowType.header elif role == Roles.device_details: if not self.prefs.backup_files: return _("Backups are not configured"), self.removableIcon elif self.prefs.backup_device_autodetection: return _("No backup devices detected"), self.removableIcon else: return ( _("Valid backup locations not yet specified"), self.folderIcon, ) # at least one device / location is being used if row >= len(self.rows) or row < 0: return None if row not in self.rows: return None row_id = self.rows[row] path = self.row_id_to_path[row_id] if role == Qt.DisplayRole: if row_id in self.headers: return ViewRowType.header else: return ViewRowType.content else: device = self.backup_devices[path] mount = device.mount if role == Qt.ToolTipRole: return path elif role == Roles.device_details: if self.prefs.backup_device_autodetection: icon = self.removableIcon else: icon = self.folderIcon return device.display_name, icon elif role == Roles.storage: ( photos_size_to_download, videos_size_to_download, ) = self._download_size_by_backup_type(backup_type=device.backup_type) ( photos_size_to_download, videos_size_to_download, ) = adjusted_download_size( photos_size_to_download=photos_size_to_download, videos_size_to_download=videos_size_to_download, os_stat_device=device.os_stat_device, downloading_to=self._downloading_to, ) bytes_total, bytes_free = get_mount_size(mount=mount) return BackupVolumeUse( bytes_total=bytes_total, bytes_free=bytes_free, backup_type=device.backup_type, marked=self.marked, photos_size_to_download=photos_size_to_download, videos_size_to_download=videos_size_to_download, ) return None def sufficientSpaceAvailable(self) -> bool: """ Detect if each backup device has sufficient space for backing up, taking into accoutn situations where downloads and backups are going to the same partition. :return: False if any backup device has insufficient space, else True. True if there are no backup devices. """ for device in self.backup_devices.values(): ( photos_size_to_download, videos_size_to_download, ) = self._download_size_by_backup_type(backup_type=device.backup_type) photos_size_to_download, videos_size_to_download = adjusted_download_size( photos_size_to_download=photos_size_to_download, videos_size_to_download=videos_size_to_download, os_stat_device=device.os_stat_device, downloading_to=self._downloading_to, ) bytes_total, bytes_free = get_mount_size(mount=device.mount) if photos_size_to_download + videos_size_to_download >= bytes_free: return False return True class BackupDeviceView(DeviceView): def __init__(self, rapidApp, parent=None) -> None: super().__init__(rapidApp, parent) self.setMouseTracking(False) self.entered.disconnect() # TODO sizeHint() ? class BackupDeviceDelegate(QStyledItemDelegate): widthChanged = pyqtSignal(int) def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.deviceDisplay = DeviceDisplay(parent=self) self.deviceDisplay.widthChanged.connect(self.widthChanged) def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: painter.save() x = option.rect.x() y = option.rect.y() width = option.rect.width() view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: display_name, icon = index.data(Roles.device_details) self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, icon=icon, display_name=display_name, ) else: assert view_type == ViewRowType.content data = index.data(Roles.storage) # type: BackupVolumeUse details = make_body_details( bytes_total=data.bytes_total, bytes_free=data.bytes_free, files_to_display=data.backup_type, marked=data.marked, photos_size_to_download=data.photos_size_to_download, videos_size_to_download=data.videos_size_to_download, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: height = self.deviceDisplay.dc.device_name_height else: storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.dc.base_height else: height = self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.width(), height) class BackupOptionsWidget(FlexiFrame): """ Display backup options, such as automatic backup detection """ def __init__(self, prefs: Preferences, parent, rapidApp: "RapidWindow") -> None: # noqa: F821 super().__init__(parent=parent) self.rapidApp = rapidApp self.prefs = prefs self.media_dir = get_media_dir() self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) backupLayout = QGridLayout() layout = self.layout() layout.addLayout(backupLayout) self.setLayout(layout) self.backupExplanation = QLabel( _( "You can have your photos and videos backed up to " "multiple locations as they are downloaded, e.g. " "external hard drives." ) ) self.backupExplanation.setWordWrap(True) self.backupExplanation.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Minimum) self.backup = QCheckBox(_("Back up photos and videos when downloading")) self.backup.setChecked(self.prefs.backup_files) self.backup.stateChanged.connect(self.backupChanged) checkbox_width = self.backup.style().pixelMetric(QStyle.PM_IndicatorWidth) self.autoBackup = QCheckBox(_("Automatically detect backup devices")) self.autoBackup.setChecked(self.prefs.backup_device_autodetection) self.autoBackup.stateChanged.connect(self.autoBackupChanged) self.folderExplanation = QLabel( _( "Specify the folder in which backups are stored on the " "device.

                                " "Note: the presence of a folder with this name " "is used to determine if the device is used for backups. " "For each device you wish to use for backing up to, " "create a folder in it with one of these folder names. " "By adding both folders, the same device can be used " "to back up both photos and videos." ) ) self.folderExplanation.setWordWrap(True) self.folderExplanation.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Minimum) # Unless this next call is made, for some reason the widget is too high! :-( self.folderExplanation.setContentsMargins(0, 0, 1, 0) self.photoFolderNameLabel = QLabel(_("Photo folder name:")) self.photoFolderName = QLineEdit() self.photoFolderName.setText(self.prefs.photo_backup_identifier) self.photoFolderName.editingFinished.connect(self.photoFolderIdentifierChanged) self.videoFolderNameLabel = QLabel(_("Video folder name:")) self.videoFolderName = QLineEdit() self.videoFolderName.setText(self.prefs.video_backup_identifier) self.videoFolderName.editingFinished.connect(self.videoFolderIdentifierChanged) self.autoBackupExampleBox = QGroupBox(_("Example:")) self.autoBackupExample = QLabel() autoBackupExampleBoxLayout = QHBoxLayout() autoBackupExampleBoxLayout.addWidget(self.autoBackupExample) self.autoBackupExampleBox.setLayout(autoBackupExampleBoxLayout) valid_mounts = ValidMounts(only_external_mounts=True) self.manualLocationExplanation = QLabel( _("If you disable automatic detection, choose the exact backup locations.") ) self.manualLocationExplanation.setWordWrap(True) self.manualLocationExplanation.setSizePolicy( QSizePolicy.Ignored, QSizePolicy.Minimum ) # Translators: the word 'location' is optional in your translation. The left # side of the folder chooser combo box will always line up with the left side of # the the text entry boxes where the user can enter the photo folder name and # the video folder name. See # http://damonlynch.net/rapid/documentation/thumbnails/backup.png self.photoLocationLabel = QLabel(_("Photo backup location:")) self.photoLocationLabel.setWordWrap(True) if self.rapidApp.is_wsl2 and not self.rapidApp.wsl_drives_probed: # flag that once Windows drives volume names are known, update these # combo box values self.rapidApp.wsl_backup_drives_refresh_needed = True self.photoLocation = FolderCombo( self, prefs=self.prefs, file_type=FileType.photo, file_chooser_title=_("Select Photo Backup Location"), special_dirs=(StandardFileLocations.pictures,), valid_mounts=valid_mounts, ) self.photoLocation.setPath(self.prefs.backup_photo_location) self.photoLocation.pathChosen.connect(self.photoPathChosen) # Translators: the word 'location' is optional in your translation. The left # side of the folder chooser combo box will always line up with the left side of # the the text entry boxes where the user can enter the photo folder name and # the video folder name. See # http://damonlynch.net/rapid/documentation/thumbnails/backup.png self.videoLocationLabel = QLabel(_("Video backup location:")) self.videoLocationLabel.setWordWrap(True) self.videoLocation = FolderCombo( self, prefs=self.prefs, file_type=FileType.video, file_chooser_title=_("Select Video Backup Location"), special_dirs=(StandardFileLocations.videos,), valid_mounts=valid_mounts, ) self.videoLocation.setPath(self.prefs.backup_video_location) self.videoLocation.pathChosen.connect(self.videoPathChosen) backupLayout.addWidget(self.backupExplanation, 0, 0, 1, 4) backupLayout.addWidget(self.backup, 1, 0, 1, 4) backupLayout.addWidget(self.autoBackup, 2, 1, 1, 3) backupLayout.addWidget(self.folderExplanation, 3, 2, 1, 2) backupLayout.addWidget(self.photoFolderNameLabel, 4, 2, 1, 1) backupLayout.addWidget(self.photoFolderName, 4, 3, 1, 1) backupLayout.addWidget(self.videoFolderNameLabel, 5, 2, 1, 1) backupLayout.addWidget(self.videoFolderName, 5, 3, 1, 1) backupLayout.addWidget(self.autoBackupExampleBox, 6, 2, 1, 2) backupLayout.addWidget( self.manualLocationExplanation, 7, 1, 1, 3, Qt.AlignBottom ) backupLayout.addWidget(self.photoLocationLabel, 8, 1, 1, 2) backupLayout.addWidget(self.photoLocation, 8, 3, 1, 1) backupLayout.addWidget(self.videoLocationLabel, 9, 1, 1, 2) backupLayout.addWidget(self.videoLocation, 9, 3, 1, 1) backupLayout.setColumnMinimumWidth(0, checkbox_width) backupLayout.setColumnMinimumWidth(1, checkbox_width) backupLayout.setRowMinimumHeight(7, checkbox_width * 2) layout.addStretch() self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Expanding) self.setBackupButtonHighlight() # Group controls to enable / disable sets of them self._backup_controls_type = (self.autoBackup,) self._backup_controls_auto = ( self.folderExplanation, self.photoFolderNameLabel, self.photoFolderName, self.videoFolderNameLabel, self.videoFolderName, self.autoBackupExampleBox, ) self._backup_controls_manual = ( self.manualLocationExplanation, self.photoLocationLabel, self.photoLocation, self.videoLocationLabel, self.videoLocation, ) self.updateExample() self.enableControlsByBackupType() @pyqtSlot(int) def backupChanged(self, state: int) -> None: backup = state == Qt.Checked logging.info("Setting backup while downloading to %s", backup) self.prefs.backup_files = backup self.setBackupButtonHighlight() self.enableControlsByBackupType() self.rapidApp.resetupBackupDevices() @pyqtSlot(int) def autoBackupChanged(self, state: int) -> None: autoBackup = state == Qt.Checked logging.info("Setting automatically detect backup devices to %s", autoBackup) self.prefs.backup_device_autodetection = autoBackup self.setBackupButtonHighlight() self.enableControlsByBackupType() self.rapidApp.resetupBackupDevices() @pyqtSlot(str) def photoPathChosen(self, path: str) -> None: logging.info("Setting backup photo location to %s", path) self.prefs.backup_photo_location = path self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot(str) def videoPathChosen(self, path: str) -> None: logging.info("Setting backup video location to %s", path) self.prefs.backup_video_location = path self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot() def photoFolderIdentifierChanged(self) -> None: name = self.photoFolderName.text() logging.info("Setting backup photo folder name to %s", name) self.prefs.photo_backup_identifier = name self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot() def videoFolderIdentifierChanged(self) -> None: name = self.videoFolderName.text() logging.info("Setting backup video folder name to %s", name) self.prefs.video_backup_identifier = name self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() def updateExample(self) -> None: """ Update the example paths in the backup panel """ if ( self.autoBackup.isChecked() and hasattr(self.rapidApp, "backup_devices") and len(self.rapidApp.backup_devices) ): drives = self.rapidApp.backup_devices.sample_device_paths() else: # Translators: this value is used as an example device when automatic backup # device detection is enabled. You should translate this. drive1 = os.path.join(self.media_dir, _("drive1")) # Translators: this value is used as an example device when automatic backup # device detection is enabled. You should translate this. drive2 = os.path.join(self.media_dir, _("drive2")) drives = ( os.path.join(path, identifier) for path, identifier in ( (drive1, self.prefs.photo_backup_identifier), (drive2, self.prefs.photo_backup_identifier), (drive2, self.prefs.video_backup_identifier), ) ) paths = "\n".join(drives) self.autoBackupExample.setText(paths) def setBackupButtonHighlight(self) -> None: """ Indicate error status in GUI by highlighting Backup button. Do so only if doing manual backups and there is a problem with one of the paths """ self.rapidApp.backupButton.setHighlighted( self.prefs.backup_files and not self.prefs.backup_device_autodetection and (self.photoLocation.invalid_path or self.videoLocation.invalid_path) ) def enableControlsByBackupType(self) -> None: """ Enable or disable backup controls depending on what the user has enabled. """ backupsEnabled = self.backup.isChecked() autoEnabled = backupsEnabled and self.autoBackup.isChecked() manualEnabled = not autoEnabled and backupsEnabled for widget in self._backup_controls_type: widget.setEnabled(backupsEnabled) for widget in self._backup_controls_manual: widget.setEnabled(manualEnabled) for widget in self._backup_controls_auto: widget.setEnabled(autoEnabled) def updateLocationCombos(self) -> None: """ Update backup location comboboxes in case directory status has changed. """ for combo in self.photoLocation, self.videoLocation: combo.refreshFolderList() class BackupPanel(ScrollAreaNoFrame): """ Backup preferences widget, for photos and video backups while downloading. """ def __init__(self, parent) -> None: super().__init__(name="backupPanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs # type: Preferences self.setObjectName("backupPanelScrollArea") self.backupDevices = BackupDeviceModel(parent=self) self.backupStoragePanel = QPanelView( label=_("Projected Backup Storage Use"), ) self.backupStoragePanel.setObjectName("backupStoragePanel") self.backupOptionsPanel = QPanelView( label=_("Backup Options"), ) self.backupOptionsPanel.setObjectName("backupOptionsPanel") self.backupDevicesView = BackupDeviceView(rapidApp=self.rapidApp, parent=self) self.backupDevicesView.setObjectName("backupDevicesView") self.backupDevicesView.setModel(self.backupDevices) self.backupDevicesView.setItemDelegate( BackupDeviceDelegate(rapidApp=self.rapidApp) ) self.backupDevicesView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Fixed ) self.backupOptionsPanel.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) self.backupOptions = BackupOptionsWidget( prefs=self.prefs, parent=self, rapidApp=self.rapidApp ) self.backupOptionsPanel.addWidget(self.backupOptions) self.backupStoragePanel.addWidget(self.backupDevicesView) self.verticalScrollBarVisible.connect( self.backupDevicesView.containerVerticalScrollBar ) self.verticalScrollBarVisible.connect( self.backupOptions.containerVerticalScrollBar ) self.horizontalScrollBarVisible.connect( self.backupOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(QSplitter().handleWidth()) widget.setLayout(layout) layout.addWidget(self.backupStoragePanel) layout.addWidget(self.backupOptionsPanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) def updateExample(self) -> None: """ Update the example paths in the backup panel """ self.backupOptions.updateExample() def updateLocationCombos(self) -> None: """ Update backup location comboboxes in case directory status has changed. """ self.backupOptions.updateLocationCombos() def addBackupVolume(self, mount_details: BackupVolumeDetails) -> None: self.backupDevices.addBackupVolume(mount_details=mount_details) self.backupDevicesView.updateGeometry() def removeBackupVolume(self, path: str) -> None: self.backupDevices.removeBackupVolume(path=path) self.backupDevicesView.updateGeometry() def resetBackupDisplay(self) -> None: self.backupDevices.reset() self.backupDevicesView.updateGeometry() def setupBackupDisplay(self) -> None: """ Sets up the backup view list regardless of whether backups are manual specified by the user, or auto-detection is on """ if not self.prefs.backup_files: logging.debug("No backups configured: no backup destinations to display") return backup_devices = self.rapidApp.backup_devices # type: BackupDeviceCollection if self.prefs.backup_device_autodetection: for path in backup_devices: self.backupDevices.addBackupVolume( mount_details=backup_devices.get_backup_volume_details(path=path) ) else: # manually specified backup paths try: mounts = backup_devices.get_manual_mounts() if mounts is None: return self.backupDevices.addBackupVolume(mount_details=mounts[0]) if len(mounts) > 1: self.backupDevices.addBackupVolume(mount_details=mounts[1]) except Exception: logging.exception( "An unexpected error occurred when adding backup destinations. " "Exception:" ) self.backupDevicesView.updateGeometry() def setDownloadAttributes( self, marked: FileTypeCounter, photos_size: int, videos_size: int, merge: bool ) -> None: """ Set the attributes used to generate the visual display of the files marked to be downloaded :param marked: number and type of files marked for download :param photos_size: size in bytes of photos marked for download :param videos_size: size in bytes of videos marked for download :param merge: whether to replace or add to the current values """ self.backupDevices.setDownloadAttributes( marked=marked, photos_size=photos_size, videos_size=videos_size, merge=merge ) def sufficientSpaceAvailable(self) -> bool: """ Check to see that there is sufficient space with which to perform a download. :return: True or False value if sufficient space. Will always return True if backups are disabled or there are no backup devices. """ if self.prefs.backup_files: return self.backupDevices.sufficientSpaceAvailable() else: return True def setDownloadingTo(self, downloading_to: DownloadingTo) -> None: self.backupDevices.downloading_to = downloading_to ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/chevroncombo.py0000644000175000017500000000443714562557501022342 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Combo box with a chevron selector """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" from PyQt5.QtCore import QPointF, QSize, Qt from PyQt5.QtGui import QFont, QFontMetrics, QPainter from PyQt5.QtWidgets import QComboBox, QLabel, QSizePolicy from raphodo.ui.viewutils import darkModePixmap class ChevronCombo(QComboBox): """ Combo box with a chevron selector """ def __init__(self, in_panel: bool = False, parent=None) -> None: """ :param in_panel: if True, widget color set to background color, else set to window color """ super().__init__(parent) def paintEvent(self, event): painter = QPainter(self) # Draw chevron (down arrow) width = int(QFontMetrics(QFont()).height() * (2 / 3)) size = QSize(width, width) pixmap = darkModePixmap(path=":/icons/chevron-down.svg", size=size) x = self.rect().width() - width - 6 y = self.rect().center().y() - width / 2 p = QPointF(x, y) painter.drawPixmap(p, pixmap) # Draw text painter.setPen(self.palette().windowText().color()) painter.drawText( self.rect(), Qt.AlignVCenter | Qt.AlignLeft, self.currentText() ) def makeLabel(self, text: str) -> QLabel: """ Render a label to attach to this widget """ label = QLabel(text) label.setAlignment(Qt.AlignBottom) label.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Maximum) return label ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/computerview.py0000644000175000017500000000645114562557501022405 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Combines a deviceview and a file system view into one widget """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtWidgets import QFrame, QSizePolicy, QSplitter, QWidget from raphodo.constants import minFileSystemViewHeight from raphodo.ui.destinationdisplay import DestinationDisplay from raphodo.ui.devicedisplay import ( DeviceView, EmulatedHeaderRow, device_header_row_height, ) from raphodo.ui.filebrowse import FileSystemView from raphodo.ui.viewutils import TightFlexiFrame class ComputerWidget(TightFlexiFrame): """ Combines a device view or destination display, and a file system view, into one widget. Also contains an empty header row that emulates the look of an actual header row for a device view or destination display -- it's used when a valid destination or source is not yet specified. """ def __init__( self, objectName: str, view: DeviceView | DestinationDisplay, fileSystemView: FileSystemView, select_text: str, parent: QWidget = None, ) -> None: super().__init__(parent=parent) self.setObjectName(objectName) layout = self.layout() border_width = QSplitter().lineWidth() layout.setContentsMargins( border_width, border_width, border_width, border_width ) layout.setSpacing(0) self.setLayout(layout) self.view = view self.view.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) self.fileSystemView = fileSystemView self.emulatedHeader = EmulatedHeaderRow(select_text) self.emulatedHeader.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Maximum ) layout.addWidget(self.emulatedHeader) layout.addWidget(self.view) layout.addStretch() # the value 5 ensures there is a standard gap between the device view and the # file system view layout.addWidget(self.fileSystemView, 5) self.view.setStyleSheet("QListView {border: none;}") self.fileSystemView.setFrameShape(QFrame.NoFrame) def setViewVisible(self, visible: bool) -> None: self.view.setVisible(visible) self.emulatedHeader.setVisible(not visible) self.view.updateGeometry() def minimumHeight(self) -> int: if self.view.isVisible(): height = self.view.minimumHeight() else: height = device_header_row_height() height += minFileSystemViewHeight() return height ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/destinationdisplay.py0000644000175000017500000006767614562557501023603 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display download destination details """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import logging import math import os from collections import defaultdict from PyQt5.QtCore import QPoint, QRect, QSize, QStorageInfo, Qt, pyqtSlot from PyQt5.QtGui import ( QColor, QIcon, QMouseEvent, QPaintEvent, QPalette, QPixmap, # noqa: F401 ) from PyQt5.QtWidgets import ( QAction, QActionGroup, QApplication, QMenu, QSizePolicy, QSplitter, QStyle, QStylePainter, QWidget, ) from raphodo.constants import ( COLOR_RED_HTML, CustomColors, DestinationDisplayMousePos, DestinationDisplayTooltipState, DestinationDisplayType, DisplayingFilesOfType, FileType, NameGenerationType, PresetPrefType, ) from raphodo.devices import DownloadingTo from raphodo.generatenameconfig import ( CUSTOM_SUBFOLDER_MENU_ENTRY_POSITION, DICT_SUBFOLDER_L0, DICT_VIDEO_SUBFOLDER_L0, MAX_DOWNLOAD_SUBFOLDER_MENU_ENTRIES, MAX_DOWNLOAD_SUBFOLDER_MENU_PRESETS, NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS, NUM_DOWNLOAD_SUBFOLDER_MENU_CUSTOM_PRESETS, PHOTO_SUBFOLDER_MENU_DEFAULTS, PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV, VIDEO_SUBFOLDER_MENU_DEFAULTS, VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV, CustomPresetSubfolderLists, CustomPresetSubfolderNames, ) from raphodo.rpdfile import FileTypeCounter, Photo, Video # noqa: F401 from raphodo.storage.storage import StorageSpace, get_mount_size, get_path_display_name from raphodo.ui.devicedisplay import BodyDetails, DeviceDisplay, icon_size from raphodo.ui.nameeditor import PrefDialog, make_subfolder_menu_entry from raphodo.ui.viewutils import darkModePixmap, paletteMidPen from raphodo.utilities import format_size_for_user, thousands def make_body_details( bytes_total: int, bytes_free: int, files_to_display: DisplayingFilesOfType, marked: FileTypeCounter, photos_size_to_download: int, videos_size_to_download: int, ) -> BodyDetails: """ Gather the details to render for destination storage usage for photo and video downloads, and their backups. :param bytes_total: :param bytes_free: :param files_to_display: :param marked: :param photos_size_to_download: :param videos_size_to_download: :return: """ bytes_total_text = format_size_for_user(bytes_total, no_decimals=0) existing_bytes = bytes_total - bytes_free existing_size = format_size_for_user(existing_bytes) photos = videos = photos_size = videos_size = "" if files_to_display != DisplayingFilesOfType.videos: # Translators: no_photos refers to the number of photos # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. photos = _("%(no_photos)s Photos") % { "no_photos": thousands(marked[FileType.photo]) } photos_size = format_size_for_user(photos_size_to_download) if files_to_display != DisplayingFilesOfType.photos: # Translators: no_videos refers to the number of videos # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. videos = _("%(no_videos)s Videos") % { "no_videos": thousands(marked[FileType.video]) } videos_size = format_size_for_user(videos_size_to_download) size_to_download = photos_size_to_download + videos_size_to_download comp1_file_size_sum = photos_size_to_download comp2_file_size_sum = videos_size_to_download comp3_file_size_sum = existing_bytes comp1_text = photos comp2_text = videos comp3_text = _("Used") comp4_text = _("Excess") comp1_size_text = photos_size comp2_size_text = videos_size comp3_size_text = existing_size bytes_to_use = size_to_download + existing_bytes percent_used = "" if bytes_total == 0: bytes_free_of_total = _("Device size unknown") comp4_file_size_sum = 0 comp4_size_text = 0 comp3_size_text = 0 elif bytes_to_use > bytes_total: bytes_total_ = bytes_total bytes_total = bytes_to_use excess_bytes = bytes_to_use - bytes_total_ comp4_file_size_sum = excess_bytes comp4_size_text = format_size_for_user(excess_bytes) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. bytes_free_of_total = _("No space free on %(size_total)s device") % dict( size_total=bytes_total_text ) else: comp4_file_size_sum = 0 comp4_size_text = 0 bytes_free = bytes_total - bytes_to_use # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. bytes_free_of_total = _("%(size_free)s free of %(size_total)s") % dict( size_free=format_size_for_user(bytes_free, no_decimals=1), size_total=bytes_total_text, ) return BodyDetails( bytes_total_text=bytes_total_text, bytes_total=bytes_total, percent_used_text=percent_used, bytes_free_of_total=bytes_free_of_total, comp1_file_size_sum=comp1_file_size_sum, comp2_file_size_sum=comp2_file_size_sum, comp3_file_size_sum=comp3_file_size_sum, comp4_file_size_sum=comp4_file_size_sum, comp1_text=comp1_text, comp2_text=comp2_text, comp3_text=comp3_text, comp4_text=comp4_text, comp1_size_text=comp1_size_text, comp2_size_text=comp2_size_text, comp3_size_text=comp3_size_text, comp4_size_text=comp4_size_text, color1=QColor(CustomColors.color1.value), color2=QColor(CustomColors.color2.value), color3=QColor(CustomColors.color3.value), displaying_files_of_type=files_to_display, ) def adjusted_download_size( photos_size_to_download: int, videos_size_to_download: int, os_stat_device: int, downloading_to, ) -> tuple[int, int]: """ Adjust download size to account for situations where photos and videos are being backed up to the same partition (device) they're downloaded to. :return: photos_size_to_download, videos_size_to_download """ if os_stat_device in downloading_to: file_types = downloading_to[os_stat_device] if FileType.photo in file_types: photos_size_to_download = photos_size_to_download * 2 if FileType.video in file_types: videos_size_to_download = videos_size_to_download * 2 return photos_size_to_download, videos_size_to_download class DestinationDisplay(QWidget): """ Custom widget handling the display of download destinations, not including the file system browsing component. Serves a dual purpose, depending on whether photos and videos are being downloaded to the same file system or not: 1. Display how much storage space the checked files will use in addition to the space used by existing files. 2. Display the download destination (path), and a local menu to control subfolder generation. Where photos and videos are being downloaded to the same file system, the storage space display is combined into one widget, which appears in its own panel above the photo and video destination panels. Where photos and videos are being downloaded to different file systems, the combined display (above) is invisible, and photo and video panels have the own section in which to display their storage space display """ photos = _("Photos") videos = _("Videos") projected_space_msg = _("Projected storage use after download") def __init__( self, menu: bool = False, file_type: FileType = None, parent: QWidget = None, rapidApp=None, ) -> None: """ :param menu: whether to render a drop-down menu :param file_type: whether for photos or videos. Relevant only for menu display. """ super().__init__(parent) self.rapidApp = rapidApp if rapidApp is not None: self.prefs = self.rapidApp.prefs else: self.prefs = None self.storage_space = None # type: StorageSpace|None self.menu_actions = [] # type: list[QAction] if menu: pixmap = darkModePixmap( path=":/icons/settings.svg", size=QSize(100, 100), soften_regular_mode_color=True, ) menuIcon = QIcon(pixmap) self.file_type = file_type self.createActionsAndMenu() self.mouse_pos = DestinationDisplayMousePos.normal self.tooltip_display_state = DestinationDisplayTooltipState.path else: menuIcon = None self.menu = None self.mouse_pos = None self.tooltip_display_state = None self.deviceDisplay = DeviceDisplay(parent=self, menuButtonIcon=menuIcon) self.deviceDisplay.widthChanged.connect(self.widthChanged) size = icon_size() self.pixmap = QIcon(":/icons/folder.svg").pixmap(QSize(size, size)) # type: QPixmap self.pixmap = darkModePixmap(pixmap=self.pixmap) self.display_name = "" self.photos_size_to_download = self.videos_size_to_download = 0 self.files_to_display = None # type: DisplayingFilesOfType|None self.marked = FileTypeCounter() self.display_type = None # type: DestinationDisplayType|None self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) self.sample_rpd_file = None # type: Photo| Video|None self.os_stat_device = 0 # type: int self._downloading_to = defaultdict(set) # type: DownloadingTo self.midPen = paletteMidPen() self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) self.container_vertical_scrollbar_visible = None self.valid = True self.invalidColor = QColor(COLOR_RED_HTML) # Translators: the lack of a period at the end is deliberate _("Unwritable destination") # Translators: the lack of a period at the end is deliberate _("Folder does not exist") # Translators: the lack of a period at the end is deliberate _("Insufficient storage space") @property def downloading_to(self) -> DownloadingTo: return self._downloading_to @downloading_to.setter def downloading_to(self, downloading_to: DownloadingTo) -> None: if downloading_to is not None: self._downloading_to = downloading_to # TODO determine if this is always needed here self.update() def createActionsAndMenu(self) -> None: self.setMouseTracking(True) self.menu = QMenu() if self.file_type == FileType.photo: defaults = PHOTO_SUBFOLDER_MENU_DEFAULTS else: defaults = VIDEO_SUBFOLDER_MENU_DEFAULTS self.subfolderGroup = QActionGroup(self) # Generate a list of actions with matching text entries, and place them in a # menu for index in range(MAX_DOWNLOAD_SUBFOLDER_MENU_ENTRIES): if index < NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS: menu_text = make_subfolder_menu_entry(defaults[index]) elif index == CUSTOM_SUBFOLDER_MENU_ENTRY_POSITION: # Translators: Custom refers to the user choosing a non-default value # that they customize themselves menu_text = _("Custom...") else: menu_text = "Placeholder text" action = QAction(menu_text, self) action.setCheckable(True) action.triggered.connect( lambda checked, index=index: self.menuItemChosen(index) ) self.subfolderGroup.addAction(action) self.menu_actions.append(action) if index == NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS: self.menu.addSeparator() self.menu.addAction(action) def getPresetIndex( self, ) -> tuple[int, CustomPresetSubfolderNames, CustomPresetSubfolderLists]: """ Returns the index of the user's download subfolder generation config in the list of subfolder generation preferences, which is a combination of the built-in defaults and the user's custom presets. :return: index into the combined list of subfolder generation preferences, or -1 if it doesn't exist in the list, as well as the user's custom presets and their names. """ if self.file_type == FileType.photo: default_prefs_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV prefs_subfolder_list = self.prefs.photo_subfolder preset_type = PresetPrefType.preset_photo_subfolder else: default_prefs_list = VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV prefs_subfolder_list = self.prefs.video_subfolder preset_type = PresetPrefType.preset_video_subfolder custom_preset_names, custom_preset_pref_lists = self.prefs.get_custom_presets( preset_type=preset_type ) try: index = default_prefs_list.index(prefs_subfolder_list) except ValueError: try: index = custom_preset_pref_lists.index(prefs_subfolder_list) except ValueError: index = -1 else: if index >= NUM_DOWNLOAD_SUBFOLDER_MENU_CUSTOM_PRESETS: # A custom preset is in use, but due to the position of that custom # preset in the list of presets, it will not be shown in the menu # without being moved up in position. # Move it to the beginning. preset_name = custom_preset_names.pop(index) pref_list = custom_preset_pref_lists.pop(index) custom_preset_names.insert(0, preset_name) custom_preset_pref_lists.insert(0, pref_list) self.prefs.set_custom_presets( preset_type=preset_type, preset_names=custom_preset_names, preset_pref_lists=custom_preset_pref_lists, ) index = NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS else: # Return the index into taking into account # the length of the default presets. index += NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS return index, custom_preset_names, custom_preset_pref_lists def setupMenuActions(self) -> None: index, preset_names, preset_pref_lists = self.getPresetIndex() assert index < MAX_DOWNLOAD_SUBFOLDER_MENU_ENTRIES action = self.menu_actions[index] # type: QAction action.setChecked(True) # Set visibility of custom presets menu items to match how many we are # displaying for index in range(NUM_DOWNLOAD_SUBFOLDER_MENU_CUSTOM_PRESETS): action = self.menu_actions[NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS + index] if index < len(preset_names): action.setText(preset_names[index]) action.setVisible(True) else: action.setVisible(False) # Save the custom preset list for access in self.menuItemChosen() self.preset_pref_lists = preset_pref_lists @pyqtSlot(int) def menuItemChosen(self, index: int) -> None: self.mouse_pos = DestinationDisplayMousePos.normal self.update() user_pref_list = None if index == CUSTOM_SUBFOLDER_MENU_ENTRY_POSITION: if self.file_type == FileType.photo: pref_defn = DICT_SUBFOLDER_L0 pref_list = self.prefs.photo_subfolder generation_type = NameGenerationType.photo_subfolder else: pref_defn = DICT_VIDEO_SUBFOLDER_L0 pref_list = self.prefs.video_subfolder generation_type = NameGenerationType.video_subfolder prefDialog = PrefDialog( pref_defn=pref_defn, user_pref_list=pref_list, generation_type=generation_type, prefs=self.prefs, sample_rpd_file=self.sample_rpd_file, max_entries=MAX_DOWNLOAD_SUBFOLDER_MENU_PRESETS, ) if prefDialog.exec(): user_pref_list = prefDialog.getPrefList() if not user_pref_list: user_pref_list = None elif index >= NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS: assert index < CUSTOM_SUBFOLDER_MENU_ENTRY_POSITION user_pref_list = self.preset_pref_lists[ index - NUM_DOWNLOAD_SUBFOLDER_BUILT_IN_PRESETS ] else: if self.file_type == FileType.photo: user_pref_list = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[index] else: user_pref_list = VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV[index] if user_pref_list is not None: logging.debug( "Updating %s subfolder generation preference value", self.file_type.name ) if self.file_type == FileType.photo: self.prefs.photo_subfolder = user_pref_list else: self.prefs.video_subfolder = user_pref_list self.rapidApp.folder_preview_manager.change_subfolder_structure() def setDestination(self, path: str) -> None: """ Set the downloaded destination path :param path: valid path """ self.display_name, self.path = get_path_display_name(path) try: self.os_stat_device = os.stat(path).st_dev except FileNotFoundError: logging.error( "Cannot set download destination display: %s does not exist", path ) self.os_stat_device = 0 mount = QStorageInfo(path) bytes_total, bytes_free = get_mount_size(mount=mount) self.storage_space = StorageSpace( bytes_free=bytes_free, bytes_total=bytes_total, path=path ) def setDownloadAttributes( self, marked: FileTypeCounter, photos_size: int, videos_size: int, files_to_display: DisplayingFilesOfType, display_type: DestinationDisplayType, merge: bool, ) -> None: """ Set the attributes used to generate the visual display of the files marked to be downloaded :param marked: number and type of files marked for download :param photos_size: size in bytes of photos marked for download :param videos_size: size in bytes of videos marked for download :param files_to_display: whether displaying photos or videos or both :param display_type: whether showing only the header (folder only), usage only, or both :param merge: whether to replace or add to the current values """ if not merge: self.marked = marked self.photos_size_to_download = photos_size self.videos_size_to_download = videos_size else: self.marked.update(marked) self.photos_size_to_download += photos_size self.videos_size_to_download += videos_size self.files_to_display = files_to_display self.display_type = display_type if self.display_type != DestinationDisplayType.usage_only: self.tool_tip = self.path else: self.tool_tip = self.projected_space_msg self.setToolTip(self.tool_tip) self.update() self.updateGeometry() def sufficientSpaceAvailable(self) -> bool: """ Check to see that there is sufficient space with which to perform a download. :return: True or False value if sufficient space. Will always return False if the download destination is not yet set. """ if self.storage_space is None: return False # allow for destinations that don't properly report their size if self.storage_space.bytes_total == 0: return True photos_size_to_download, videos_size_to_download = adjusted_download_size( photos_size_to_download=self.photos_size_to_download, videos_size_to_download=self.videos_size_to_download, os_stat_device=self.os_stat_device, downloading_to=self._downloading_to, ) return ( photos_size_to_download + videos_size_to_download < self.storage_space.bytes_free ) @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: """ Render the custom widget """ painter = QStylePainter() painter.begin(self) x = 0 y = 0 width = self.width() rect = self.rect() # type: QRect palette = QPalette() backgroundColor = palette.base().color() if ( self.display_type == DestinationDisplayType.usage_only and QSplitter().lineWidth() ): pen = painter.pen() painter.setPen(backgroundColor) painter.drawLine(rect.topLeft(), rect.topRight()) painter.setPen(self.midPen) painter.drawLine(rect.bottomLeft(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if ( self.container_vertical_scrollbar_visible is None or not self.container_vertical_scrollbar_visible ): painter.drawLine(rect.topRight(), rect.bottomRight()) painter.setPen(pen) w = QSplitter().lineWidth() rect.adjust(w, w, -w, -w) painter.fillRect(rect, backgroundColor) if self.storage_space is None: painter.end() return highlight_menu = self.mouse_pos == DestinationDisplayMousePos.menu if self.display_type != DestinationDisplayType.usage_only: # Render the folder icon, folder name, and the menu icon self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, display_name=self.display_name, icon=self.pixmap, highlight_menu=highlight_menu, ) y = y + self.deviceDisplay.dc.device_name_height if self.display_type != DestinationDisplayType.folder_only: # Render the projected storage space if self.display_type == DestinationDisplayType.usage_only: y += self.deviceDisplay.dc.padding photos_size_to_download, videos_size_to_download = adjusted_download_size( photos_size_to_download=self.photos_size_to_download, videos_size_to_download=self.videos_size_to_download, os_stat_device=self.os_stat_device, downloading_to=self._downloading_to, ) details = make_body_details( bytes_total=self.storage_space.bytes_total, bytes_free=self.storage_space.bytes_free, files_to_display=self.files_to_display, marked=self.marked, photos_size_to_download=photos_size_to_download, videos_size_to_download=videos_size_to_download, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) painter.end() @pyqtSlot(int) def widthChanged(self, width: int) -> None: self.updateGeometry() def sizeHint(self) -> QSize: if self.display_type == DestinationDisplayType.usage_only: height = self.deviceDisplay.dc.padding else: height = 0 if self.display_type != DestinationDisplayType.usage_only: height += self.deviceDisplay.dc.device_name_height if self.display_type != DestinationDisplayType.folder_only: height += self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.width(), height) def minimumSize(self) -> QSize: return self.sizeHint() @pyqtSlot(QMouseEvent) def mousePressEvent(self, event: QMouseEvent) -> None: if self.menu is None: return iconRect = self.deviceDisplay.menu_button_rect(0, 0, self.width()) if iconRect.contains(event.pos()) and event.button() == Qt.LeftButton: menuTopReal = iconRect.bottomLeft() x = math.ceil(menuTopReal.x()) y = math.ceil(menuTopReal.y()) self.setupMenuActions() self.menu.popup(self.mapToGlobal(QPoint(x, y))) @pyqtSlot(QMouseEvent) def mouseMoveEvent(self, event: QMouseEvent) -> None: """ Sets the tooltip depending on the position of the mouse. """ if self.menu is None: # Relevant only for photo and video destination panels, not the combined # storage space display. return if self.display_type == DestinationDisplayType.folders_and_usage: # make tooltip different when hovering above storage space compared # to when hovering above the destination folder headerRect = QRect( 0, 0, self.width(), self.deviceDisplay.dc.device_name_height ) if not headerRect.contains(event.pos()): if ( self.tooltip_display_state != DestinationDisplayTooltipState.storage_space ): # Display tooltip for storage space self.setToolTip(self.projected_space_msg) self.tooltip_display_state = ( DestinationDisplayTooltipState.storage_space ) self.update() return iconRect = self.deviceDisplay.menu_button_rect(0, 0, self.width()) if iconRect.contains(event.pos()): if self.mouse_pos == DestinationDisplayMousePos.normal: self.mouse_pos = DestinationDisplayMousePos.menu if self.file_type == FileType.photo: self.setToolTip(_("Configure photo subfolder creation")) else: self.setToolTip(_("Configure video subfolder creation")) self.tooltip_display_state = DestinationDisplayTooltipState.menu self.update() else: if ( self.mouse_pos == DestinationDisplayMousePos.menu or self.tooltip_display_state != DestinationDisplayTooltipState.path ): self.mouse_pos = DestinationDisplayMousePos.normal self.setToolTip(self.tool_tip) self.tooltip_display_state = DestinationDisplayTooltipState.path self.update() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/destinationpanel.py0000644000175000017500000002276114562557501023217 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display photo and video destinations """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" from collections import defaultdict from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QSplitter, QVBoxLayout, QWidget from raphodo.devices import DownloadingTo from raphodo.rpdfile import FileType from raphodo.thumbnaildisplay import MarkedSummary from raphodo.ui.computerview import ComputerWidget from raphodo.ui.destinationdisplay import ( DestinationDisplay, DestinationDisplayType, DisplayingFilesOfType, ) from raphodo.ui.panelview import QPanelView from raphodo.ui.viewutils import ScrollAreaNoFrame class DestinationPanel(ScrollAreaNoFrame): def __init__(self, parent) -> None: super().__init__(name="destinationPanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("destinationPanelScrollArea") self.splitter = QSplitter(parent=self) self.splitter.setObjectName("destinationPanelSplitter") self.splitter.setOrientation(Qt.Vertical) self.createDestinationViews() self.splitter.addWidget(self.photoDestinationContainer) self.splitter.addWidget(self.videoDestination) self.splitter.setCollapsible(0, False) self.splitter.setCollapsible(1, False) self.setWidget(self.splitter) self.setWidgetResizable(True) def createDestinationViews(self) -> None: """ Create the widgets that let the user choose where to download photos and videos to, and that show them how much storage space there is available for their files. """ self.photoDestination = QPanelView( label=_("Photos"), ) self.photoDestination.setObjectName("photoDestinationPanelView") self.videoDestination = QPanelView( label=_("Videos"), ) self.videoDestination.setObjectName("videoDestinationPanelView") # Display storage space when photos and videos are being downloaded to the same # partition. That is, "combined" means not combined widgets, but combined # display of destination download stats the user sees self.combinedDestinationDisplay = DestinationDisplay( parent=self, rapidApp=self.rapidApp ) self.combinedDestinationDisplayContainer = QPanelView( _("Projected Storage Use"), ) self.combinedDestinationDisplay.setObjectName("combinedDestinationDisplay") self.combinedDestinationDisplayContainer.addWidget( self.combinedDestinationDisplay ) self.combinedDestinationDisplayContainer.setObjectName( "combinedDestinationDisplayContainer" ) # Display storage space when photos and videos are being downloaded to different # partitions. # Also display the file system folder chooser for both destinations. self.photoDestinationDisplay = DestinationDisplay( menu=True, file_type=FileType.photo, parent=self, rapidApp=self.rapidApp ) self.photoDestinationDisplay.setDestination(self.prefs.photo_download_folder) self.photoDestinationDisplay.setObjectName("photoDestinationDisplay") self.photoDestinationWidget = ComputerWidget( objectName="photoDestination", view=self.photoDestinationDisplay, fileSystemView=self.rapidApp.photoDestinationFSView, select_text=_("Select a destination folder"), ) self.videoDestinationDisplay = DestinationDisplay( menu=True, file_type=FileType.video, parent=self, rapidApp=self.rapidApp ) self.videoDestinationDisplay.setObjectName("videoDestinationDisplay") self.videoDestinationDisplay.setDestination(self.prefs.video_download_folder) self.videoDestinationWidget = ComputerWidget( objectName="videoDestination", view=self.videoDestinationDisplay, fileSystemView=self.rapidApp.videoDestinationFSView, select_text=_("Select a destination folder"), ) self.photoDestination.addWidget(self.photoDestinationWidget) self.videoDestination.addWidget(self.videoDestinationWidget) for widget in ( self.photoDestinationWidget, self.videoDestinationWidget, self.combinedDestinationDisplay, ): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect( self.videoDestinationWidget.containerHorizontalScrollBar ) layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(self.splitter.handleWidth()) layout.addWidget(self.combinedDestinationDisplayContainer) layout.addWidget(self.photoDestination) self.photoDestinationContainer = QWidget() self.photoDestinationContainer.setObjectName("photoDestinationContainer") self.photoDestinationContainer.setLayout(layout) def updateDestinationPanelViews( self, same_dev: bool, merge: bool, marked_summary: MarkedSummary, downloading_to: DownloadingTo | None = None, ) -> bool: """ Updates the header bar and storage space view for the photo and video download destinations. :return True if destinations required for the download exist, and there is sufficient space on them, else False. """ size_photos_marked = marked_summary.size_photos_marked size_videos_marked = marked_summary.size_videos_marked marked = marked_summary.marked destinations_good = True if same_dev: files_to_display = DisplayingFilesOfType.photos_and_videos self.combinedDestinationDisplay.downloading_to = downloading_to self.combinedDestinationDisplay.setDestination( self.prefs.photo_download_folder ) self.combinedDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=size_photos_marked, videos_size=size_videos_marked, files_to_display=files_to_display, display_type=DestinationDisplayType.usage_only, merge=merge, ) display_type = DestinationDisplayType.folder_only self.combinedDestinationDisplayContainer.setVisible(True) destinations_good = ( self.combinedDestinationDisplay.sufficientSpaceAvailable() ) else: files_to_display = DisplayingFilesOfType.photos display_type = DestinationDisplayType.folders_and_usage self.combinedDestinationDisplayContainer.setVisible(False) if self.prefs.photo_download_folder: self.photoDestinationDisplay.downloading_to = downloading_to self.photoDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=size_photos_marked, videos_size=0, files_to_display=files_to_display, display_type=display_type, merge=merge, ) self.photoDestinationWidget.setViewVisible(True) if display_type == DestinationDisplayType.folders_and_usage: destinations_good = ( self.photoDestinationDisplay.sufficientSpaceAvailable() ) else: # Photo download folder was invalid or simply not yet set self.photoDestinationWidget.setViewVisible(False) if size_photos_marked: destinations_good = False if not same_dev: files_to_display = DisplayingFilesOfType.videos if self.prefs.video_download_folder: self.videoDestinationDisplay.downloading_to = downloading_to self.videoDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=0, videos_size=size_videos_marked, files_to_display=files_to_display, display_type=display_type, merge=merge, ) self.videoDestinationWidget.setViewVisible(True) if display_type == DestinationDisplayType.folders_and_usage: destinations_good = ( self.videoDestinationDisplay.sufficientSpaceAvailable() and destinations_good ) else: # Video download folder was invalid or simply not yet set self.videoDestinationWidget.setViewVisible(False) if size_videos_marked: destinations_good = False return destinations_good ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/devicedisplay.py0000644000175000017500000015765714562557501022520 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # Copyright (c) 2012-2014 Alexander Turkin # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display details of devices like cameras, external drives and folders on the computer. See devices.py for an explanation of what "Device" means in the context of Rapid Photo Downloader. Spinner code is derived from QtWaitingSpinner source, which is under the MIT License: https://github.com/snowwlex/QtWaitingSpinner Copyright notice from QtWaitingSpinner source: Original Work Copyright (c) 2012-2014 Alexander Turkin Modified 2014 by William Hallatt Modified 2015 by Jacob Dawid Ported to Python3 2015 by Luca Weiss """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import logging import math from collections import defaultdict, namedtuple from PyQt5.QtCore import ( QAbstractItemModel, QAbstractListModel, QEvent, QModelIndex, QObject, QPoint, QPointF, QRect, QRectF, QSize, Qt, QTimer, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QBrush, QColor, QFont, QFontMetrics, QGuiApplication, QIcon, QLinearGradient, QPainter, QPaintEvent, QPalette, QPen, QPixmap, ) from PyQt5.QtWidgets import ( QAbstractItemView, QApplication, QMenu, QStyle, QStyledItemDelegate, QStyleOptionButton, QStyleOptionViewItem, QWidget, ) from raphodo.constants import ( Checked_Status, CustomColors, DeviceDisplayPadding, DeviceShadingIntensity, DeviceState, DeviceType, DisplayingFilesOfType, DownloadFailure, DownloadStatus, DownloadWarning, EmptyViewHeight, FileType, Roles, ViewRowType, ) from raphodo.devices import Device from raphodo.rpdfile import make_key from raphodo.storage.storage import StorageSpace # noqa: F401 from raphodo.ui.viewutils import ( ListViewFlexiFrame, RowTracker, darkModePixmap, device_name_highlight_color, is_dark_mode, scaledIcon, standard_font_size, ) from raphodo.utilities import format_size_for_user, thousands def icon_size() -> int: return standard_font_size(shrink_on_odd=False) number_spinner_lines = 10 revolutions_per_second = 1 class DeviceModel(QAbstractListModel): """ Stores Device / This Computer data. One Device is displayed has multiple rows: 1. Header row 2. One or two rows displaying storage info, depending on how many storage devices the device has (i.e. memory cards or perhaps a combo of onboard flash memory and additional storage) Therefore must map rows to device and back, which is handled by a row having a row id, and row ids being linked to a scan id. """ def __init__(self, parent, device_display_type: str) -> None: super().__init__(parent) self.rapidApp = parent self.device_display_type = device_display_type # scan_id: Device self.devices = {} # type: dict[int, Device] # scan_id: DeviceState self.spinner_state = {} # type: dict[int, DeviceState] # scan_id: bool self.checked = defaultdict(lambda: Qt.Checked) # type: dict[int, Qt.CheckState] self.icons = {} # type: dict[int, QPixmap] self.rows = RowTracker() # type: RowTracker self.row_id_counter = 0 # type: int self.row_id_to_scan_id = dict() # type: dict[int, int] self.scan_id_to_row_ids = defaultdict(list) # type: dict[int, list[int]] self.storage = dict() # type: dict[int, StorageSpace | None] self.headers = set() # type: set[int] self.icon_size = icon_size() self.row_ids_active = [] # type: list[int] # scan_id: 0.0-1.0 self.percent_complete = defaultdict(float) # type: dict[int, float] self._rotation_position = 0 # type: int self._timer = QTimer(self) self._timer.setInterval( round(1000 / (number_spinner_lines * revolutions_per_second)) ) self._timer.timeout.connect(self.rotateSpinner) self._isSpinning = False def columnCount(self, parent=QModelIndex()): return 1 def rowCount(self, parent=QModelIndex()): return len(self.rows) def insertRows(self, position, rows=1, index=QModelIndex()): self.beginInsertRows(QModelIndex(), position, position + rows - 1) self.endInsertRows() return True def removeRows(self, position, rows=1, index=QModelIndex()): self.beginRemoveRows(QModelIndex(), position, position + rows - 1) self.endRemoveRows() return True def addDevice(self, scan_id: int, device: Device) -> None: no_storage = max(len(device.storage_space), 1) no_rows = no_storage + 1 if len(device.storage_space): i = 0 start_row_id = self.row_id_counter + 1 for row_id in range(start_row_id, start_row_id + len(device.storage_space)): self.storage[row_id] = device.storage_space[i] i += 1 else: self.storage[self.row_id_counter + 1] = None self.headers.add(self.row_id_counter) self.row_ids_active.append(self.row_id_counter) row = self.rowCount() self.insertRows(row, no_rows) logging.debug( "Adding %s to %s display with scan id %s at row %s", device.name(), self.device_display_type, scan_id, row, ) for row_id in range(self.row_id_counter, self.row_id_counter + no_rows): self.row_id_to_scan_id[row_id] = scan_id self.rows[row] = row_id self.scan_id_to_row_ids[scan_id].append(row_id) row += 1 self.row_id_counter += no_rows self.devices[scan_id] = device self.spinner_state[scan_id] = DeviceState.scanning self.icons[scan_id] = device.get_pixmap(QSize(self.icon_size, self.icon_size)) if self._isSpinning is False: self.startSpinners() def updateDeviceNameAndStorage(self, scan_id: int, device: Device) -> None: """ Update Cameras with updated storage information and display name as reported by libgphoto2. If number of storage devies is > 1, inserts additional rows for the camera. :param scan_id: id of the camera :param device: camera device """ row_ids = self.scan_id_to_row_ids[scan_id] if len(device.storage_space) > 1: # Add a new row after the current empty storage row row_id = row_ids[1] row = self.rows.row(row_id) logging.debug( "Adding row %s for additional storage device for %s", row, device.display_name, ) for i in range(len(device.storage_space) - 1): row += 1 new_row_id = self.row_id_counter + i self.rows.insert_row(row, new_row_id) self.scan_id_to_row_ids[scan_id].append(new_row_id) self.row_id_to_scan_id[new_row_id] = scan_id self.row_id_counter += len(device.storage_space) - 1 for idx, storage_space in enumerate(device.storage_space): row_id = row_ids[idx + 1] self.storage[row_id] = storage_space row = self.rows.row(row_ids[0]) self.dataChanged.emit( self.index(row, 0), self.index(row + len(self.devices[scan_id].storage_space), 0), ) def getHeaderRowId(self, scan_id: int) -> int: row_ids = self.scan_id_to_row_ids[scan_id] return row_ids[0] def removeDevice(self, scan_id: int) -> None: row_ids = self.scan_id_to_row_ids[scan_id] header_row_id = row_ids[0] row = self.rows.row(header_row_id) logging.debug( "Removing %s rows from %s display, starting at row %s", len(row_ids), self.device_display_type, row, ) self.rows.remove_rows(row, len(row_ids)) del self.devices[scan_id] del self.spinner_state[scan_id] if scan_id in self.checked: del self.checked[scan_id] if header_row_id in self.row_ids_active: self.row_ids_active.remove(header_row_id) if len(self.row_ids_active) == 0: self.stopSpinners() self.headers.remove(header_row_id) del self.scan_id_to_row_ids[scan_id] for row_id in row_ids: del self.row_id_to_scan_id[row_id] self.removeRows(row, len(row_ids)) def updateDeviceScan(self, scan_id: int) -> None: row_id = self.scan_id_to_row_ids[scan_id][0] row = self.rows.row(row_id) # TODO perhaps optimize which storage space is updated self.dataChanged.emit( self.index(row + 1, 0), self.index(row + len(self.devices[scan_id].storage_space), 0), ) def setSpinnerState(self, scan_id: int, state: DeviceState) -> None: row_id = self.getHeaderRowId(scan_id) row = self.rows.row(row_id) current_state = self.spinner_state[scan_id] current_state_active = current_state in ( DeviceState.scanning, DeviceState.downloading, ) if current_state_active and state in (DeviceState.idle, DeviceState.finished): self.row_ids_active.remove(row_id) self.percent_complete[scan_id] = 0.0 if len(self.row_ids_active) == 0: self.stopSpinners() # Next line assumes spinners were started when a device was added elif not current_state_active and state == DeviceState.downloading: self.row_ids_active.append(row_id) if not self._isSpinning: self.startSpinners() self.spinner_state[scan_id] = state self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) def data(self, index: QModelIndex, role=Qt.DisplayRole): if not index.isValid(): return None row = index.row() if row >= len(self.rows) or row < 0: return None if row not in self.rows: return None row_id = self.rows[row] scan_id = self.row_id_to_scan_id[row_id] if role == Qt.DisplayRole: if row_id in self.headers: return ViewRowType.header else: return ViewRowType.content elif role == Qt.CheckStateRole: return self.checked[scan_id] elif role == Roles.scan_id: return scan_id else: device = self.devices[scan_id] # type: Device if role == Qt.ToolTipRole: if device.device_type in (DeviceType.path, DeviceType.volume): return device.path elif role == Roles.device_details: return ( device.display_name, self.icons[scan_id], self.spinner_state[scan_id], self._rotation_position, self.percent_complete[scan_id], ) elif role == Roles.storage: return device, self.storage[row_id] elif role == Roles.device_type: return device.device_type elif role == Roles.download_statuses: return device.download_statuses return None def setData(self, index: QModelIndex, value, role: int) -> bool: if not index.isValid(): return False row = index.row() if row >= len(self.rows) or row < 0: return False row_id = self.rows[row] scan_id = self.row_id_to_scan_id[row_id] if role == Qt.CheckStateRole: # In theory, update checkbox immediately, as selecting a very large number # of thumbnails can take time. However, the code is probably wrong, as it # doesn't work: # self.setCheckedValue( # checked=value, scan_id=scan_id, row=row, log_state_change=False # ) # QApplication.instance().processEvents() self.rapidApp.thumbnailModel.checkAll(value, scan_id=scan_id) return True return False def logState(self) -> None: if len(self.devices): logging.debug("-- Device Model for %s --", self.device_display_type) logging.debug( "Known devices: %s", ", ".join(self.devices[device].display_name for device in self.devices), ) for row in self.rows.row_to_id: row_id = self.rows.row_to_id[row] scan_id = self.row_id_to_scan_id[row_id] device = self.devices[scan_id] logging.debug("Row %s: %s", row, device.display_name) logging.debug( "Spinner states: %s", ", ".join( ( f"{self.devices[scan_id].display_name}: " f"{self.spinner_state[scan_id].name}" ) for scan_id in self.spinner_state ), ) logging.debug( ", ".join( ( f"{self.devices[scan_id].display_name}: " f"{Checked_Status[self.checked[scan_id]]}" ) for scan_id in self.checked ) ) def setCheckedValue( self, checked: Qt.CheckState, scan_id: int, row: int | None = None, log_state_change: bool | None = True, ) -> None: logging.debug( "Setting %s checkbox to %s", self.devices[scan_id].display_name, Checked_Status[checked], ) if row is None: row_id = self.scan_id_to_row_ids[scan_id][0] row = self.rows.row(row_id) self.checked[scan_id] = checked self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) if log_state_change: self.logState() def startSpinners(self): self._isSpinning = True if not self._timer.isActive(): self._timer.start() self._rotation_position = 0 def stopSpinners(self): self._isSpinning = False if self._timer.isActive(): self._timer.stop() self._rotation_position = 0 @pyqtSlot() def rotateSpinner(self): self._rotation_position += 1 if self._rotation_position >= number_spinner_lines: self._rotation_position = 0 for row_id in self.row_ids_active: row = self.rows.row(row_id) self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) class DeviceView(ListViewFlexiFrame): def __init__( self, rapidApp, frame_enabled: bool | None = True, parent: QWidget | None = None, ) -> None: super().__init__(frame_enabled=frame_enabled, parent=parent) self.rapidApp = rapidApp # Disallow the user from being able to select the table cells self.setSelectionMode(QAbstractItemView.NoSelection) self.view_width = DeviceComponent().sample_width() # Assume view is always going to be placed into a container that can be scrolled # or a splitter self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setMouseTracking(True) self.entered.connect(self.rowEntered) @pyqtSlot(int) def widthChanged(self, width: int) -> None: self.updateGeometry() def sizeHint(self): height = self.minimumHeight() return QSize(self.view_width, height) def minimumHeight(self) -> int: model = self.model() # type: DeviceModel if model.rowCount() > 0: height = 0 for row in range(self.model().rowCount()): row_height = self.sizeHintForRow(row) height += row_height height += len(model.headers) + 5 return height return EmptyViewHeight def minimumSizeHint(self): return self.sizeHint() @pyqtSlot(QModelIndex) def rowEntered(self, index: QModelIndex) -> None: if index.data() == ViewRowType.header and len(self.rapidApp.devices) > 1: scan_id = index.data(Roles.scan_id) self.rapidApp.thumbnailModel.highlightDeviceThumbs(scan_id=scan_id) BodyDetails = namedtuple( "BodyDetails", "bytes_total_text, bytes_total, " "percent_used_text, " "bytes_free_of_total, " "comp1_file_size_sum, comp2_file_size_sum, " "comp3_file_size_sum, comp4_file_size_sum, " "comp1_text, comp2_text, comp3_text, " "comp4_text, " "comp1_size_text, comp2_size_text, " "comp3_size_text, comp4_size_text, " "color1, color2, color3," "displaying_files_of_type", ) def standard_height(): return QFontMetrics(QFont()).height() def device_name_height(): return standard_height() + DeviceDisplayPadding * 3 def device_header_row_height() -> int: return device_name_height() + DeviceDisplayPadding class EmulatedHeaderRow(QWidget): """ When displaying a view of a destination or source folder, display an empty colored strip with no icon when the folder is not yet valid. """ def __init__(self, select_text: str) -> None: """ :param select_text: text to be displayed e.g. 'Select a destination folder' :return: """ super().__init__() self.setMinimumSize(1, device_header_row_height()) self.select_text = select_text palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.setAutoFillBackground(True) self.setPalette(palette) def paintEvent(self, event: QPaintEvent) -> None: painter = QPainter() painter.begin(self) rect = self.rect() # type: QRect rect.setHeight(device_name_height()) painter.fillRect(rect, device_name_highlight_color()) rect.adjust(DeviceDisplayPadding, 0, 0, 0) font = QFont() font.setItalic(True) painter.setFont(font) painter.drawText(rect, Qt.AlignLeft | Qt.AlignVCenter, self.select_text) painter.end() class DeviceComponent(QObject): """ Calculate Device, Destination and Backup Display component sizes """ widthChanged = pyqtSignal(int) def __init__(self, parent: QObject | None = None) -> None: super().__init__(parent=parent) style = QApplication.style() self.frame_width = style.pixelMetric(QStyle.PM_DefaultFrameWidth) self.scrollbar_width = style.pixelMetric(QStyle.PM_ScrollBarExtent) self.padding = DeviceDisplayPadding self.header_horizontal_padding = 8 self.vertical_padding = 10 self.menu_button_padding = 3 self.inter_device_padding = 10 self.spacer = 3 standardFont = QFont() self.standard_height = QFontMetrics(standardFont).height() # Base height is when there is no storage space to display self.base_height = self.padding * 2 + self.standard_height self.icon_size = icon_size() self.icon_x_offset = 0 # A small font used for all the text seen in the body self.deviceFont = QFont() self.deviceFont.setPointSize(standardFont.pointSize() - 2) self.deviceFontMetrics = QFontMetrics(self.deviceFont) # Storage Use Horizontal Bar self.storage_use_bar_height = self.standard_height # Storage Details, broken down by photo, video, and other files sample_number = thousands(9999) sample_no_photos = "{} {}".format(sample_number, _("Photos")) sample_no_videos = "{} {}".format(sample_number, _("Videos")) self.sample_photos_width = self.deviceFontMetrics.boundingRect( sample_no_photos ).width() self.sample_videos_width = self.deviceFontMetrics.boundingRect( sample_no_videos ).width() sample_comp3 = format_size_for_user(261780000) # 261.78 MB self.sample_comp3_width = self.deviceFontMetrics.boundingRect( sample_comp3 ).width() # Height of the details about the storage e.g., number of photos, # videos, etc. self.details_height = self.deviceFontMetrics.height() * 2 + 2 self.details_vertical_bar_width = 10 # Storage height is when there is storage space to display self.storage_height = ( self.standard_height + self.padding + self.storage_use_bar_height + self.vertical_padding + self.details_height + self.padding * 2 ) # Height of the colored box that includes a device's icon & name, # and when a source device, the spinner/checkbox self.device_name_strip_height = device_name_height() self.device_name_height = device_header_row_height() # Track the width of the details components in real time self._live_width = 0 def sample_width(self) -> int: width = ( self.sample_photos_width + self.sample_videos_width + self.sample_comp3_width + self.details_vertical_bar_width * 3 + self.spacer * 2 + self.inter_device_padding * 2 + self.padding * 2 ) return width def minimum_width(self) -> int: if self.live_width: width = self.live_width + self.padding * 2 return width else: return self.sample_width() @property def live_width(self) -> int: return self._live_width @live_width.setter def live_width(self, width: int): if width != self._live_width: self._live_width = width # print(f"self.minimum_width() {self.minimum_width()} width {width}") self.widthChanged.emit(self.minimum_width()) class DeviceDisplay(QObject): """ Graphically render the storage space, and photos and videos that are currently in it or will be downloaded into it. Used in list view by devices / this computer, and in destination custom widget. """ shading_intensity = DeviceShadingIntensity widthChanged = pyqtSignal(int) def __init__(self, parent: QObject, menuButtonIcon: QIcon | None = None) -> None: super().__init__(parent) self.menuButtonIcon = menuButtonIcon self.rendering_destination = True self.dc = DeviceComponent() self.dc.widthChanged.connect(self._widthChanged) self.view_width = self.dc.sample_width() self.deviceNameHighlightColor = device_name_highlight_color() self.storageBorderColor = QColor("#bcbcbc") if is_dark_mode(): self.menuHighlightColor = QPalette().color(QPalette.Highlight) else: self.menuHighlightColor = self.deviceNameHighlightColor.darker(115) self.emptySpaceColor = QColor("#f2f2f2") @pyqtSlot(int) def _widthChanged(self, width) -> None: self.view_width = width self.widthChanged.emit(width) def width(self) -> int: return self.view_width def v_align_header_pixmap(self, y: int, pixmap_height: int) -> float: return y + (self.dc.device_name_strip_height / 2 - pixmap_height / 2) def paint_header( self, painter: QPainter, x: int, y: int, width: int, display_name: str, icon: QPixmap, highlight_menu: bool = False, ) -> None: """ Render the header portion, which contains the device / folder name, icon, and for download sources, a spinner or checkbox. If needed, draw a pixmap for a drop-down menu. """ painter.setRenderHint(QPainter.Antialiasing, True) deviceNameRect = QRectF(x, y, width, self.dc.device_name_strip_height) painter.fillRect(deviceNameRect, self.deviceNameHighlightColor) icon_x = float(x + self.dc.padding + self.dc.icon_x_offset) icon_y = self.v_align_header_pixmap(y, self.dc.icon_size) icon = darkModePixmap(pixmap=icon, soften_regular_mode_color=True) # Cannot use icon size for the target, because icons can be scaled to # high resolution target = QRectF(icon_x, icon_y, self.dc.icon_size, self.dc.icon_size) source = QRectF(0, 0, icon.width(), icon.height()) painter.drawPixmap(target, icon, source) text_x = target.right() + self.dc.header_horizontal_padding deviceNameRect.setLeft(text_x) painter.drawText(deviceNameRect, Qt.AlignLeft | Qt.AlignVCenter, display_name) if self.menuButtonIcon: size = icon_size() rect = self.menu_button_rect(x, y, width) if highlight_menu: painter.fillRect(rect, self.menuHighlightColor) button_x = rect.x() + self.dc.menu_button_padding button_y = rect.y() + self.dc.menu_button_padding pixmap = self.menuButtonIcon.pixmap(QSize(size, size)) painter.drawPixmap(QPointF(button_x, button_y), pixmap) def menu_button_rect(self, x: int, y: int, width: int) -> QRectF: size = icon_size() + self.dc.menu_button_padding * 2 button_x = x + width - size - self.dc.padding button_y = y + self.dc.device_name_strip_height / 2 - size / 2 return QRectF(button_x, button_y, size, size) def paint_body( self, painter: QPainter, x: int, y: int, width: int, details: BodyDetails ) -> None: """ Render the usage portion, which contains basic storage space information, a colored bar with a gradient that visually represents allocation of the storage space, and details about the size and number of photos / videos. For download destinations, also displays excess usage. """ x = x + self.dc.padding y = y + self.dc.padding width = width - self.dc.padding * 2 d = details painter.setRenderHint(QPainter.Antialiasing, False) painter.setFont(self.dc.deviceFont) standard_pen_color = painter.pen().color() device_size_x = x device_size_y = y + self.dc.standard_height - self.dc.padding text_rect = QRect( device_size_x, y - self.dc.padding, width, self.dc.standard_height ) if self.rendering_destination: # bytes free of total size e.g. 123 MB free of 2 TB painter.drawText( text_rect, Qt.AlignLeft | Qt.AlignBottom, d.bytes_free_of_total ) # Render the used space in the gradient bar before rendering the space # that will be taken by photos and videos comp1_file_size_sum = d.comp3_file_size_sum comp2_file_size_sum = d.comp1_file_size_sum comp3_file_size_sum = d.comp2_file_size_sum color1 = d.color3 color2 = d.color1 color3 = d.color2 else: # Device size e.g. 32 GB painter.drawText( text_rect, Qt.AlignLeft | Qt.AlignBottom, d.bytes_total_text ) # Percent used e.g. 79% painter.drawText( text_rect, Qt.AlignRight | Qt.AlignBottom, d.percent_used_text ) # Don't change the order comp1_file_size_sum = d.comp1_file_size_sum comp2_file_size_sum = d.comp2_file_size_sum comp3_file_size_sum = d.comp3_file_size_sum color1 = d.color1 color2 = d.color2 color3 = d.color3 skip_comp1 = d.displaying_files_of_type == DisplayingFilesOfType.videos skip_comp2 = d.displaying_files_of_type == DisplayingFilesOfType.photos skip_comp3 = d.comp3_size_text == 0 photos_g_x = device_size_x g_y = device_size_y + self.dc.padding if d.bytes_total: photos_g_width = comp1_file_size_sum / d.bytes_total * width linearGradient = QLinearGradient( photos_g_x, g_y, photos_g_x, g_y + self.dc.storage_use_bar_height ) rect = QRectF(photos_g_x, g_y, width, self.dc.storage_use_bar_height) # Apply subtle shade to empty space painter.fillRect(rect, self.emptySpaceColor) # Storage Use Horizontal Bar # Shows space used by Photos, Videos, Other, and (sometimes) Excess. # ========================================================================== # Devices may not have photos or videos # Fill in storage bar with the size of the photos if comp1_file_size_sum and d.bytes_total: photos_g_rect = QRectF( photos_g_x, g_y, photos_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color1.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color1.darker(self.shading_intensity)) painter.fillRect(photos_g_rect, QBrush(linearGradient)) else: photos_g_width = 0 # Fill in storage bar with size of videos videos_g_x = photos_g_x + photos_g_width if comp2_file_size_sum and d.bytes_total: videos_g_width = comp2_file_size_sum / d.bytes_total * width videos_g_rect = QRectF( videos_g_x, g_y, videos_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color2.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color2.darker(self.shading_intensity)) painter.fillRect(videos_g_rect, QBrush(linearGradient)) else: videos_g_width = 0 # Fill in the storage bar with size of other files if comp3_file_size_sum and d.bytes_total: other_g_width = comp3_file_size_sum / d.bytes_total * width other_g_x = videos_g_x + videos_g_width other_g_rect = QRectF( other_g_x, g_y, other_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color3.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color3.darker(self.shading_intensity)) painter.fillRect(other_g_rect, QBrush(linearGradient)) if d.comp4_file_size_sum and d.bytes_total: # Excess usage, only for download destinations color4 = QColor(CustomColors.color6.value) comp4_g_width = d.comp4_file_size_sum / d.bytes_total * width comp4_g_x = x + width - comp4_g_width comp4_g_rect = QRectF( comp4_g_x, g_y, comp4_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color4.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color4.darker(self.shading_intensity)) painter.fillRect(comp4_g_rect, QBrush(linearGradient)) # Rectangle around spatial representation of sizes painter.setPen(self.storageBorderColor) painter.drawRect(rect) bottom = rect.bottom() details_y = bottom + self.dc.vertical_padding painter.setFont(self.dc.deviceFont) # Component 4 details # If excess is shown, it is shown first, before anything else. # Excess usage, only displayed if the storage space is not sufficient. # ===================================================================== if d.comp4_file_size_sum: # Gradient comp4_g2_x = x comp4_g2_rect = QRectF( comp4_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient = QLinearGradient( comp4_g2_x, details_y, comp4_g2_x, details_y + self.dc.details_height ) linearGradient.setColorAt(0.2, color4.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color4.darker(self.shading_intensity)) painter.fillRect(comp4_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(comp4_g2_rect) # Text comp4_x = comp4_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer comp4_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp4_text ).width() comp4_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp4_size_text ).width() comp4_width = max( comp4_no_width, comp4_size_width, self.dc.sample_photos_width, ) comp4_rect = QRectF(comp4_x, details_y, comp4_width, self.dc.details_height) painter.setPen(standard_pen_color) painter.drawText(comp4_rect, Qt.AlignLeft | Qt.AlignTop, d.comp4_text) painter.drawText( comp4_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp4_size_text ) photos_g2_x = comp4_rect.right() + 10 else: photos_g2_x = x # Component 1 details # =================== if not skip_comp1: # Gradient photos_g2_rect = QRectF( photos_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient = QLinearGradient( photos_g2_x, details_y, photos_g2_x, details_y + self.dc.details_height ) linearGradient.setColorAt(0.2, d.color1.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color1.darker(self.shading_intensity)) painter.fillRect(photos_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(photos_g2_rect) # Text photos_x = photos_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer photos_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp1_text ).width() photos_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp1_size_text ).width() photos_width = max( photos_no_width, photos_size_width, self.dc.sample_photos_width, ) photos_rect = QRectF( photos_x, details_y, photos_width, self.dc.details_height ) painter.setPen(standard_pen_color) painter.drawText(photos_rect, Qt.AlignLeft | Qt.AlignTop, d.comp1_text) painter.drawText( photos_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp1_size_text ) videos_g2_x = photos_rect.right() + self.dc.inter_device_padding else: videos_g2_x = photos_g2_x # Component 2 details # =================== if not skip_comp2: # Gradient videos_g2_rect = QRectF( videos_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient.setColorAt(0.2, d.color2.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color2.darker(self.shading_intensity)) painter.fillRect(videos_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(videos_g2_rect) # Text videos_x = videos_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer videos_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp2_text ).width() videos_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp2_size_text ).width() videos_width = max( videos_no_width, videos_size_width, self.dc.sample_videos_width, ) videos_rect = QRectF( videos_x, details_y, videos_width, self.dc.details_height ) painter.setPen(standard_pen_color) painter.drawText(videos_rect, Qt.AlignLeft | Qt.AlignTop, d.comp2_text) painter.drawText( videos_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp2_size_text ) other_g2_x = videos_rect.right() + self.dc.inter_device_padding else: other_g2_x = videos_g2_x if not skip_comp3 and (d.comp3_file_size_sum or self.rendering_destination): # Other details # ============= # Gradient other_g2_rect = QRectF( other_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient.setColorAt(0.2, d.color3.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color3.darker(self.shading_intensity)) painter.fillRect(other_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(other_g2_rect) # Text other_x = other_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer other_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp3_text ).width() other_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp3_size_text ).width() other_width = max(other_no_width, other_size_width) other_rect = QRectF(other_x, details_y, other_width, self.dc.details_height) painter.setPen(standard_pen_color) painter.drawText(other_rect, Qt.AlignLeft | Qt.AlignTop, d.comp3_text) painter.drawText( other_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp3_size_text ) final_g2_x = other_rect.right() else: final_g2_x = other_g2_x self.dc.live_width = round(final_g2_x) class AdvancedDeviceDisplay(DeviceDisplay): """ Subclass to handle header for download devices/ This Computer """ def __init__(self, parent: QObject): super().__init__(parent=parent) self.rendering_destination = False self.checkboxStyleOption = QStyleOptionButton() self.checkboxRect = QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, self.checkboxStyleOption, None ) # type: QRect self.checkbox_right = self.checkboxRect.right() self.checkbox_y_offset = ( self.dc.device_name_strip_height - self.checkboxRect.height() ) // 2 # Spinner values self.spinner_color = QColor(Qt.black) self.spinner_roundness = 100.0 self.spinner_min_trail_opacity = 0.0 self.spinner_trail_fade_percent = 60.0 self.spinner_line_length = max(self.dc.icon_size // 4, 4) self.spinner_line_width = self.spinner_line_length // 2 self.spinner_inner_radius = self.dc.icon_size // 2 - self.spinner_line_length self.dc.icon_x_offset = self.dc.icon_size + self.dc.header_horizontal_padding self.downloaded_icon_size = 16 self.downloadedIcon = scaledIcon(":/thumbnail/downloaded.svg") self.downloadedWarningIcon = scaledIcon( ":/thumbnail/downloaded-with-warning.svg" ) self.downloadedErrorIcon = scaledIcon(":/thumbnail/downloaded-with-error.svg") self.downloaded_icon_y = self.v_align_header_pixmap( 0, self.downloaded_icon_size ) palette = QGuiApplication.instance().palette() color = palette.highlight().color() self.progressBarPen = QPen(QBrush(color), 2.0) def paint_header( self, painter: QPainter, x: int, y: int, width: int, display_name: str, icon: QPixmap, device_state: DeviceState, rotation: int, checked: bool, download_statuses: set[DownloadStatus], percent_complete: float, ) -> None: standard_pen_color = painter.pen().color() super().paint_header( painter=painter, x=x, y=y, width=width, display_name=display_name, icon=icon ) if device_state == DeviceState.finished: # indicate that no more files can be downloaded from the device, and if # there were any errors or warnings size = QSize(self.downloaded_icon_size, self.downloaded_icon_size) if download_statuses & DownloadFailure: pixmap = self.downloadedErrorIcon.pixmap(size) elif download_statuses & DownloadWarning: pixmap = self.downloadedWarningIcon.pixmap(size) else: pixmap = self.downloadedIcon.pixmap(size) painter.drawPixmap( QPointF(x + self.dc.padding, y + self.downloaded_icon_y), pixmap ) elif device_state not in (DeviceState.scanning, DeviceState.downloading): checkboxStyleOption = QStyleOptionButton() if checked == Qt.Checked: checkboxStyleOption.state |= QStyle.State_On elif checked == Qt.PartiallyChecked: checkboxStyleOption.state |= QStyle.State_NoChange else: checkboxStyleOption.state |= QStyle.State_Off checkboxStyleOption.state |= QStyle.State_Enabled checkboxStyleOption.rect = self.getCheckBoxRect(x, y) QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) else: x = x + self.dc.padding y = y + self.dc.padding # Draw spinning widget # TODO use floating point painter.setPen(Qt.NoPen) for i in range(0, number_spinner_lines): painter.save() painter.translate( x + self.spinner_inner_radius + self.spinner_line_length, y + 1 + self.spinner_inner_radius + self.spinner_line_length, ) rotateAngle = float(360 * i) / float(number_spinner_lines) painter.rotate(rotateAngle) painter.translate(self.spinner_inner_radius, 0) distance = self.lineCountDistanceFromPrimary(i, rotation) color = self.currentLineColor(distance) painter.setBrush(color) rect = QRectF( 0, -self.spinner_line_width / 2, self.spinner_line_length, self.spinner_line_width, ) painter.drawRoundedRect( rect, self.spinner_roundness, self.spinner_roundness, Qt.RelativeSize, ) painter.restore() if percent_complete: painter.setPen(self.progressBarPen) x1 = x - self.dc.padding y = y - self.dc.padding + self.dc.device_name_strip_height - 1 x2 = x1 + percent_complete * width painter.drawLine(QPointF(x1, y), QPointF(x2, y)) painter.setPen(Qt.SolidLine) painter.setPen(standard_pen_color) def paint_alternate(self, painter: QPainter, x: int, y: int, text: str) -> None: standard_pen_color = painter.pen().color() painter.setPen(standard_pen_color) painter.setFont(self.dc.deviceFont) probing_y = y + self.dc.deviceFontMetrics.height() probing_x = x + self.dc.padding painter.drawText(probing_x, probing_y, text) def lineCountDistanceFromPrimary(self, current, primary): distance = primary - current if distance < 0: distance += number_spinner_lines return distance def currentLineColor(self, countDistance: int) -> QColor: color = QColor(self.spinner_color) if countDistance == 0: return color minAlphaF = self.spinner_min_trail_opacity / 100.0 distanceThreshold = int( math.ceil( (number_spinner_lines - 1) * self.spinner_trail_fade_percent / 100.0 ) ) if countDistance > distanceThreshold: color.setAlphaF(minAlphaF) else: alphaDiff = color.alphaF() - minAlphaF gradient = alphaDiff / float(distanceThreshold + 1) resultAlpha = color.alphaF() - gradient * countDistance # If alpha is out of bounds, clip it. resultAlpha = min(1.0, max(0.0, resultAlpha)) color.setAlphaF(resultAlpha) return color def getLeftPoint(self, x: int, y: int) -> QPoint: return QPoint(x + self.dc.padding, y + self.checkbox_y_offset) def getCheckBoxRect(self, x: int, y: int) -> QRect: return QRect(self.getLeftPoint(x, y), self.checkboxRect.size()) class DeviceDelegate(QStyledItemDelegate): padding = DeviceDisplayPadding probing_text = _("Probing device...") shading_intensity = DeviceShadingIntensity widthChanged = pyqtSignal(int) def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.deviceDisplay = AdvancedDeviceDisplay(parent=self) self.deviceDisplay.widthChanged.connect(self.widthChanged) self.contextMenu = QMenu() self.ignoreDeviceAct = self.contextMenu.addAction( _("Temporarily ignore this device") ) self.ignoreDeviceAct.triggered.connect(self.ignoreDevice) self.blacklistDeviceAct = self.contextMenu.addAction( _("Permanently ignore this device") ) self.blacklistDeviceAct.triggered.connect(self.blacklistDevice) self.rescanDeviceAct = self.contextMenu.addAction(_("Rescan")) self.rescanDeviceAct.triggered.connect(self.rescanDevice) # store the index in which the user right-clicked self.clickedIndex = None # type: QModelIndex | None @pyqtSlot() def ignoreDevice(self) -> None: index = self.clickedIndex if index: scan_id = index.data(Roles.scan_id) # type: int self.rapidApp.removeDevice( scan_id=scan_id, ignore_in_this_program_instantiation=True ) self.clickedIndex = None @pyqtSlot() def blacklistDevice(self) -> None: index = self.clickedIndex if index: scan_id = index.data(Roles.scan_id) # type: int self.rapidApp.blacklistDevice(scan_id=scan_id) self.clickedIndex = None @pyqtSlot() def rescanDevice(self) -> None: index = self.clickedIndex if index: scan_id = index.data(Roles.scan_id) # type: int self.rapidApp.rescanDevice(scan_id=scan_id) self.clickedIndex = None def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: painter.save() x = option.rect.x() y = option.rect.y() width = option.rect.width() view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: display_name, icon, device_state, rotation, percent_complete = index.data( Roles.device_details ) if device_state == DeviceState.finished: download_statuses = index.data(Roles.download_statuses) # type: set[DownloadStatus] else: download_statuses = set() if device_state not in (DeviceState.scanning, DeviceState.downloading): checked = index.model().data(index, Qt.CheckStateRole) else: checked = None self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, rotation=rotation, icon=icon, device_state=device_state, display_name=display_name, checked=checked, download_statuses=download_statuses, percent_complete=percent_complete, ) else: assert view_type == ViewRowType.content device, storage_space = index.data(Roles.storage) # type: Device, StorageSpace if storage_space is not None: if device.device_type == DeviceType.camera: photo_key = make_key(FileType.photo, storage_space.path) video_key = make_key(FileType.video, storage_space.path) sum_key = storage_space.path else: photo_key = FileType.photo video_key = FileType.video sum_key = None # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. photos = _("%(no_photos)s Photos") % { "no_photos": thousands(device.file_type_counter[photo_key]) } # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. videos = _("%(no_videos)s Videos") % { "no_videos": thousands(device.file_type_counter[video_key]) } photos_size = format_size_for_user(device.file_size_sum[photo_key]) videos_size = format_size_for_user(device.file_size_sum[video_key]) # Some devices do not report how many bytes total they have, e.g. some # SMB shares if storage_space.bytes_total: other_bytes = ( storage_space.bytes_total - device.file_size_sum.sum(sum_key) - storage_space.bytes_free ) other_size = format_size_for_user(other_bytes) bytes_total_text = format_size_for_user( storage_space.bytes_total, no_decimals=0 ) bytes_used = storage_space.bytes_total - storage_space.bytes_free percent_used = f"{bytes_used / storage_space.bytes_total:.0%}" # Translators: percentage full e.g. 75% full percent_used = _("%s full") % percent_used bytes_total = storage_space.bytes_total else: percent_used = _("Device size unknown") bytes_total = device.file_size_sum.sum(sum_key) other_bytes = 0 bytes_total_text = format_size_for_user(bytes_total, no_decimals=0) other_size = "0" details = BodyDetails( bytes_total_text=bytes_total_text, bytes_total=bytes_total, percent_used_text=percent_used, bytes_free_of_total="", comp1_file_size_sum=device.file_size_sum[photo_key], comp2_file_size_sum=device.file_size_sum[video_key], comp3_file_size_sum=other_bytes, comp4_file_size_sum=0, comp1_text=photos, comp2_text=videos, comp3_text=_("Other"), comp4_text="", comp1_size_text=photos_size, comp2_size_text=videos_size, comp3_size_text=other_size, comp4_size_text="", color1=QColor(CustomColors.color1.value), color2=QColor(CustomColors.color2.value), color3=QColor(CustomColors.color3.value), displaying_files_of_type=DisplayingFilesOfType.photos_and_videos, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) else: assert len(device.storage_space) == 0 # Storage space not available, which for cameras means libgphoto2 is # currently still trying to access the device if device.device_type == DeviceType.camera: self.deviceDisplay.paint_alternate( painter=painter, x=x, y=y, text=self.probing_text ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: height = self.deviceDisplay.dc.device_name_height else: device, storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.dc.base_height else: height = self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.view_width, height) def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: """ Change the data in the model and the state of the checkbox if the user presses the left mousebutton or presses Key_Space or Key_Select and this cell is editable. Otherwise, do nothing. """ if ( event.type() == QEvent.MouseButtonRelease or event.type() == QEvent.MouseButtonDblClick ): if event.button() == Qt.RightButton: # Disable ignore and blacklist menus if the device is a "This Computer" # path self.clickedIndex = index scan_id = index.data(Roles.scan_id) device_type = index.data(Roles.device_type) downloading = self.rapidApp.devices.downloading self.ignoreDeviceAct.setEnabled( device_type != DeviceType.path and scan_id not in downloading ) self.blacklistDeviceAct.setEnabled( device_type != DeviceType.path and scan_id not in downloading ) self.rescanDeviceAct.setEnabled(scan_id not in downloading) view = self.rapidApp.mapView(scan_id) globalPos = view.viewport().mapToGlobal(event.pos()) self.contextMenu.popup(globalPos) return False if ( event.button() != Qt.LeftButton or not self.deviceDisplay.getCheckBoxRect( option.rect.x(), option.rect.y() ).contains(event.pos()) ): return False if event.type() == QEvent.MouseButtonDblClick: return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False else: return False # Change the checkbox-state self.setModelData(None, model, index) return True def setModelData( self, editor: QWidget | None, model: QAbstractItemModel, index: QModelIndex ) -> None: newValue = not (index.model().data(index, Qt.CheckStateRole)) model.setData(index, newValue, Qt.CheckStateRole) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/didyouknow.py0000644000175000017500000005515614562557501022056 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Show 'Did you know?' dialog at start-up """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" from PyQt5.QtCore import QSettings, QSize, Qt, pyqtSlot from PyQt5.QtGui import ( QCloseEvent, QFont, QFontMetrics, QIcon, QPixmap, # noqa: F401 QShowEvent, QTextCursor, ) from PyQt5.QtWidgets import ( QApplication, QCheckBox, QDialog, QDialogButtonBox, QHBoxLayout, QLabel, QPushButton, QTextBrowser, QVBoxLayout, ) from raphodo.prefs.preferences import Preferences from raphodo.ui.viewutils import translateDialogBoxButtons tips = ( ( _("Click on a file's checkbox to mark or unmark it for download."), ":/tips/marksingle.png", ), ( _( "Files that have already been downloaded are remembered. You can still " "mark previously downloaded files to download again, but they are " "unmarked by default, and their thumbnails are dimmed so you can " "differentiate them from files that are yet to be downloaded." ), ":/tips/previouslydownloaded.png", ), ( _( "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." ), ":/tips/markmany.png", ), ( _( "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." ), ":/tips/markall.png", ), ( _( "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had " "file renaming problems (yellow/orange), or failed (red)." ), ":/tips/downloaded.png", ), ( _( "In case of any problems, a red icon will appear at the bottom of the " "window indicating how many error reports there are. Clicking on it opens " "the Error Report window." ), ":/tips/errorreporticon.png", _( "The Error Report window lists any problems encountered before, during or " "after the download. An orange triangle represents a warning, a red circle " "indicates a failure, and a black circle indicates more serious failures. " "You can click on the hyperlinks to open its file or device in a file " "manager. You can also search the reports using the search box in the " "lower left of the Error Report window." ), ":/tips/errorreport.png", ), ( _( "You can simultaneously download from multiple cameras, smartphones, " "memory cards, and hard drives—as many devices as your computer " "can handle at one time." ), ":/tips/multipledevices.png", ), ( _( "The Timeline groups photos and videos based on how much " "time elapsed between " "consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." ), ":/tips/timeline.png", _( "

                                In the illustration above, the first row of the Timeline is black " "because all the files on that date had been previously downloaded.

                                " "

                                The Timeline's slider adjusts the time elapsed between consecutive " "shots that is used to build the Timeline:

                                " ), ":/tips/timelineadjust.png", ), ( _( "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl " "keys) to select time periods. When a time range is selected, the " "Timeline button on the left side of the main window will be highlighted." ), ":/tips/timelineselect.png", _( "A download always includes all files that are marked for download, " "including those that are not currently displayed because the Timeline " "is being used." ), ), ( _( "You can hide or display the download sources by clicking on the name of " "the device you're downloading from at the top left of the program window." ), ":/tips/deviceshidden.png", ), ( _( "Thumbnails can be sorted using a variety of criteria:" "
                                  " "
                                1. Modification Time: when the file was last modified, according " "to its metadata (where available) or according to the filesystem (as a " "fallback).
                                2. " "
                                3. Checked State: whether the file is marked for download.
                                4. " "
                                5. Filename: the full filename, including extension.
                                6. " "
                                7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for instance.
                                8. " "
                                9. File Type: photo or video.
                                10. " "
                                11. Device: name of the device the photos and videos are being " "downloaded from.
                                12. " "
                                " ), ":/tips/thumbnailsort.png", ), ( _( "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it " "downloads, using a scheme of your choosing." ), ":/tips/downloadwhereandrename.png", _( "To specify where you want your files downloaded and how you want them " "named, open the appropriate panel on the right-side of the application " "window: Destination, Rename, or Job Code." ), ), ( _( "When thinking about your download directory structure, keep in mind two " "different types of directory:" "
                                  " "
                                1. The destination folder, e.g. "Pictures", " ""Photos", or "Videos". This directory should already " "exist on your computer. In the illustration below, the destination " "folders are "Pictures" and "Videos". The name of the " "destination folder is displayed in the grey bar directly above the folder " "tree, with a folder icon to its left and a gear icon to its far " "right.
                                2. " "
                                3. The download subfolders, which are directories that will be " "automatically generated by Rapid Photo Downloader. They need not already " "exist on your computer, but it's okay if they do. They will be generated " "under the destination folder.
                                4. " "
                                " ), ":/tips/defaultdownloaddirectory.png", _( "You can download photos and videos to the same destination folder, or " "specify a different destination folder for each. The same applies to the " "download subfolders for photos and videos—download photos and " "videos to the same subfolders, or use a different scheme for each type." ), ), ( _( "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to " "create a year subfolder and then a series of year-month-day subfolders " "within it." ), ":/tips/downloadsubfolders.png", ), ( _( "Whenever possible, the program previews the download subfolders of photos " "and videos to download:" "
                                  " "
                                1. The destination folder tree shows the download subfolders already on " "your computer (those in a regular, non-italicized font), and the " "subfolders that will be created during the download (those whose names " "are italicized).
                                2. " "
                                3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored black).
                                4. " "
                                " ), ":/tips/downloadsubfolders.png", ), ( _( "Download subfolder names are typically generated using some or all of the " "following elements:" "
                                  " "
                                1. File metadata, very often including the date the photo or " "video was created, but might also include the camera model name, camera " "serial number, or file extension e.g. JPG or CR2.
                                2. " "
                                3. A Job Code, which is free text you specify at the time the " "download occurs, such as the name of an event or location.
                                4. " "
                                5. Text which you want to appear every time, such as a hyphen " "or a space.
                                6. " "
                                " "Naming subfolders with the year, followed by the month and finally the " "day in numeric format makes it easy to keep them sorted in a file " "manager, which is why it's the default option:" ), ":/tips/downloadsubfolders.png", ), ( _( "To automatically create download subfolders as you download, you can use " "one of Rapid Photo Downloader's built-in presets, or create a custom " "preset. Click on the gear icon to bring up a drop-down menu:" ), ":/tips/subfoldermenu.png", _( "Using the drop-down menu, select a built-in preset or click on " "Custom to configure your own scheme. You create your own schemes " "using the Photo or Video Subfolder Generation Editor:" ), ":/tips/subfoldergeneration.png", ), ( _( "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your " "download subfolder generation scheme:" ), ":/tips/subfoldergenerationext.png", _( "This illustration shows a saved custom preset named "My custom " "preset"." ), ), ( _( "You do not have to create nested download subfolders. This illustration " "shows the generation of download subfolders that contain only the date " "the photos were taken and a Job Code:" ), ":/tips/subfoldergeneration.png", ), ( _( "Although there are many built-in date/time naming options, you may find " "that you need something different. It's no problem to create your own. " "You can combine date/time choices to generate new combinations. " "Supposing you wanted a date format that combines year (YYYY), a hyphen, " "and month (MM) to form YYYY-MM. You can create it like this (note the " "red circle around the hyphen):" ), ":/tips/customdate.png", _( "Read more about all the ways you can generate download subfolder names " "and file names in the " '' "online documentation." ), ), ( _( "Job Codes let you easily enter text that describes sets of photos " "and videos. You can use them in subfolder and file names. In this " "illustration, some files have had the Job Code "Street" " "applied to them, and the selected files are about to get the Job Code " ""Green Bazaar":" ), ":/tips/jobcodes.png", _( "You can apply new or existing Job Codes before you start a download. If " "there are any files in the download that have not yet had a Job Code " "applied to them, you'll be prompted to enter a Job Code for them before " "the download begins." ), ), ( _("Look for hints to guide you when working with Job Codes:"), ":/tips/jobcodehint.png", _( "Hints will vary depending on the context, such as when the mouse is " "hovering over a button." ), ), ( _( "When you give your photos and videos unique filenames, you'll never be " "confused as to which file is which. Using sequence numbers to make " "filenames unique is highly recommended!" ), ":/tips/photoeditordefault.png", _( "

                                Four types of sequence values are available to help you assign unique " "names to your photos and videos:" "

                                  " "
                                1. Downloads today: tracks downloads completed during that " "day.
                                2. " "
                                3. Stored number: similar to Downloads today, but it is " "remembered from the last time the program was run.
                                4. " "
                                5. Session number: reset each time the program is run.
                                6. " "
                                7. Sequence letter: like session numbers, but uses letters.
                                8. " "
                                " "

                                " "

                                Read more about sequence numbers in the ' "online documentation.

                                " ), ), ( _( "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose from among existing renaming presets or define " "your own." ), ":/tips/renameoptions.png", _( "

                                The Synchronize RAW + JPEG option is useful if you use the " "RAW + JPEG feature on your camera and you use sequence numbers in your " "photo renaming. Enabling this option will cause the program to detect " "matching pairs of RAW and JPEG photos, and when they are detected, " "the same sequence numbers will be applied to both photo names. " "Furthermore, sequences will be updated as if the photos were one.

                                " "

                                Read more about file renaming in the " '' "online documentation.

                                " ), ), ( _( "You can have your photos and videos backed up to multiple locations as " "they are downloaded, such as external hard drives or network shares. " "Backup devices can be automatically detected, or exact backup locations " "specified." ), ":/tips/backup.png", _( "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." ), ), ( _( "Several of the program's preferences can be set from the command line, " "including download sources, destinations, and backups. Additionally, " "settings can be reset to their default state, and caches and remembered " "files cleared." ) + _("You can also import program preferences from the older 0.4 version."), ":/tips/commandline.png", ), ( _( "Rapid Photo Downloader deals with three types of cache:" "
                                  " "
                                1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, memory cards, and other devices.
                                2. " "
                                3. A temporary cache of files downloaded from a camera, one for " "photos and another for videos. They are located in temporary subfolders " "in the download destination.
                                4. " "
                                5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of RAW and TIFF photos once they have been downloaded. " "File browsers like Gnome Files use this cache as well, meaning they too " "will display thumbnails for those files.
                                6. " "
                                " "Read more about these caches and their effect on download performance in " 'the online ' "documentation." ), ), ) # To add, possibly: # Ignoring Devices # Don't access camera from another program # Device Scanning prefs # Ignored Paths # Automation # Error Handling Preferences # Miscellaneous Preferences class Tips: def __getitem__(self, item) -> str: if 0 > item >= len(tips): item = 0 tip = tips[item] text = "" for idx, value in enumerate(tip): if idx % 2 == 0: if not value.startswith("

                                "): text = f"{text}

                                {value}

                                " else: text = f"{text}{value}

                                " else: text = f'{text}' return text def __len__(self): return len(tips) class DidYouKnowDialog(QDialog): def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__(parent) self.rapidApp = parent self.prefs = prefs self.setWindowTitle(_("Tip of the Day")) self.setSizeGripEnabled(True) titleFont = QFont() titleFont.setPointSize(titleFont.pointSize() + 3) pixsize = int(QFontMetrics(QFont()).height() * 1.75) title = QLabel(_("Did you know...?")) title.setFont(titleFont) pixmap = QIcon(":/tips/did-you-know.svg").pixmap(QSize(pixsize, pixsize)) # type: QPixmap icon = QLabel() icon.setPixmap(pixmap) titleLayout = QHBoxLayout() titleLayout.addWidget(icon) titleLayout.addWidget(title) titleLayout.addStretch() self.text = QTextBrowser() self.text.setOpenExternalLinks(True) self.text.setViewportMargins(10, 10, 10, 10) self.text.setStyleSheet( """ QTextEdit { background: palette(base); } """ ) self.text.document().setDefaultStyleSheet( """ b {color: grey;} tt {color: darkRed; font-weight: bold;} """ ) self.tips = Tips() self.showTips = QCheckBox(_("Show tips on startup")) self.showTips.setChecked(self.prefs.did_you_know_on_startup) self.showTips.stateChanged.connect(self.showTipsChanged) self.nextButton = QPushButton(_("&Next")) self.previousButton = QPushButton(_("&Previous")) buttons = QDialogButtonBox(QDialogButtonBox.Close) translateDialogBoxButtons(buttons) buttons.addButton(self.previousButton, QDialogButtonBox.ActionRole) buttons.addButton(self.nextButton, QDialogButtonBox.ActionRole) self.previousButton.clicked.connect(self.previousButtonClicked) self.nextButton.clicked.connect(self.nextButtonClicked) buttons.rejected.connect(self.close) layout = QVBoxLayout() self.setLayout(layout) layout.addLayout(titleLayout) layout.addWidget(self.text) layout.addWidget(self.showTips) layout.addWidget(buttons) settings = QSettings() settings.beginGroup("DidYouKnowWindow") default_width = 570 default_height = 350 size = settings.value("windowSize", QSize(default_width, default_height)) settings.endGroup() self.resize(size) self.showTip() def incrementTip(self) -> None: if self.prefs.did_you_know_index + 1 == len(self.tips): self.prefs.did_you_know_index = 0 else: self.prefs.did_you_know_index = self.prefs.did_you_know_index + 1 def decrementTip(self) -> None: if self.prefs.did_you_know_index == 0: self.prefs.did_you_know_index = len(self.tips) - 1 else: self.prefs.did_you_know_index = self.prefs.did_you_know_index - 1 def showTip(self) -> None: self.text.clear() self.text.append(self.tips[self.prefs.did_you_know_index]) self.text.moveCursor(QTextCursor.Start) def showEvent(self, event: QShowEvent) -> None: self.nextButton.setDefault(True) self.nextButton.setFocus(Qt.OtherFocusReason) event.accept() @pyqtSlot(int) def showTipsChanged(self, state: int) -> None: self.prefs.did_you_know_on_startup = state == Qt.Checked @pyqtSlot() def nextButtonClicked(self) -> None: self.incrementTip() self.showTip() @pyqtSlot() def previousButtonClicked(self) -> None: self.decrementTip() self.showTip() @pyqtSlot() def activate(self) -> None: self.showTip() self.setVisible(True) self.activateWindow() self.raise_() def reject(self) -> None: """ Called when user hits escape key """ self.saveSettings() if self.rapidApp is None: super().reject() def closeEvent(self, event: QCloseEvent) -> None: self.saveSettings() if self.rapidApp is None: event.accept() else: event.ignore() self.hide() def saveSettings(self) -> None: self.incrementTip() settings = QSettings() settings.beginGroup("DidYouKnowWindow") settings.setValue("windowSize", self.size()) settings.endGroup() if __name__ == "__main__": # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() dialog = DidYouKnowDialog(prefs=prefs) dialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/filebrowse.py0000644000175000017500000003021214562557501022005 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display file system folders and allow the user to select one """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import logging import os import pathlib import re from PyQt5.QtCore import ( QDir, QItemSelectionModel, QModelIndex, QPoint, QSize, QSortFilterProxyModel, Qt, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import QFont, QPainter from PyQt5.QtWidgets import ( QAbstractItemView, QAction, QFileSystemModel, QMenu, QSizePolicy, QStyledItemDelegate, QStyleOptionViewItem, QTreeView, ) from showinfm import show_in_file_manager from raphodo.constants import ( Roles, filtered_file_browser_directories, minFileSystemViewHeight, minPanelWidth, non_system_root_folders, ) from raphodo.storage.storage import get_media_dir, gvfs_gphoto2_path from raphodo.ui.viewutils import ( TopFramedVerticalScrollBar, darkModeIcon, standard_font_size, ) from raphodo.wslutils import wsl_filter_directories class FileSystemModel(QFileSystemModel): """ Use Qt's built-in functionality to model the file system. Augment it by displaying provisional subfolders in the photo and video download destinations. """ def __init__(self, parent) -> None: super().__init__(parent) # More filtering done in the FileSystemFilter self.setFilter(QDir.AllDirs | QDir.NoDotAndDotDot) s = standard_font_size() size = QSize(s, s) self.folder_icon = darkModeIcon( path=":/icons/folder.svg", size=size, soften_regular_mode_color=True ) self.download_folder_icon = darkModeIcon( path=":/icons/folder-filled.svg", size=size, soften_regular_mode_color=True ) self.setRootPath("/") # The next two values are set via FolderPreviewManager.update() # They concern provisional folders that will be used if the # download proceeds, and all files are downloaded. # First value: subfolders we've created to demonstrate to the user # where their files will be downloaded to self.preview_subfolders = set() # type: set[str] # Second value: subfolders that already existed, but that we still # want to indicate to the user where their files will be downloaded to self.download_subfolders = set() # type: set[str] # Folders that were actually used to download files into self.subfolders_downloaded_into = set() # type: set[str] def data(self, index: QModelIndex, role=Qt.DisplayRole): if role == Qt.DecorationRole: path = index.data(QFileSystemModel.FilePathRole) # type: str if ( path in self.download_subfolders or path in self.subfolders_downloaded_into ): return self.download_folder_icon else: return self.folder_icon if role == Roles.folder_preview: path = index.data(QFileSystemModel.FilePathRole) return ( path in self.preview_subfolders and path not in self.subfolders_downloaded_into ) return super().data(index, role) def add_subfolder_downloaded_into(self, path: str, download_folder: str) -> bool: """ Add a path to the set of subfolders that indicate where files where downloaded. :param path: the full path to the folder :return: True if the path was not added before, else False """ if path not in self.subfolders_downloaded_into: self.subfolders_downloaded_into.add(path) pl_subfolders = pathlib.Path(path) pl_download_folder = pathlib.Path(download_folder) for subfolder in pl_subfolders.parents: if pl_download_folder not in subfolder.parents: break self.subfolders_downloaded_into.add(str(subfolder)) return True return False class FileSystemView(QTreeView): showSystemFolders = pyqtSignal(bool) filePathReset = pyqtSignal() def __init__(self, model: FileSystemModel, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.fileSystemModel = model self.setHeaderHidden(True) self.setSelectionBehavior(QAbstractItemView.SelectRows) self.setSelectionMode(QAbstractItemView.SingleSelection) self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding) self.setMinimumWidth(minPanelWidth()) self.setMinimumHeight(minFileSystemViewHeight()) self.setContextMenuPolicy(Qt.CustomContextMenu) self.customContextMenuRequested.connect(self.onCustomContextMenu) self.contextMenu = QMenu() self.openInFileBrowserAct = self.contextMenu.addAction( _("Open in File Browser...") ) self.openInFileBrowserAct.triggered.connect(self.doOpenInFileBrowserAct) self.openInFileBrowserAct.setEnabled(self.rapidApp.file_manager is not None) self.clickedIndex = None # type: QModelIndex | None self.resetSelectionAct = self.contextMenu.addAction(_("Reset")) self.resetSelectionAct.triggered.connect(self.doResetSelectionAct) self.showSystemFoldersAct = QAction( _("Show System Folders"), self, enabled=True, checkable=True, triggered=self.doShowSystemFoldersAct, ) self.contextMenu.addAction(self.showSystemFoldersAct) self.setVerticalScrollBar(TopFramedVerticalScrollBar(name="fileSystemView")) def hideColumns(self) -> None: """ Call only after the model has been initialized """ for i in (1, 2, 3): self.hideColumn(i) def goToPath(self, path: str, scrollTo: bool = True) -> None: """ Select the path, expand its subfolders, and scroll to it :param path: :return: """ if not path: return index = self.model().mapFromSource(self.fileSystemModel.index(path)) self.setExpanded(index, True) selection = self.selectionModel() selection.select( index, QItemSelectionModel.ClearAndSelect | QItemSelectionModel.Rows ) if scrollTo: self.scrollTo(index, QAbstractItemView.PositionAtTop) def expandPreviewFolders(self, path: str) -> bool: """ Expand any unexpanded preview folders :param path: path under which to expand folders :return: True if path was expanded, else False """ self.goToPath(path, scrollTo=True) if not path: return False expanded = False for path in self.fileSystemModel.download_subfolders: # print('path', path) index = self.model().mapFromSource(self.fileSystemModel.index(path)) if not self.isExpanded(index): self.expand(index) expanded = True return expanded def expandPath(self, path) -> None: index = self.model().mapFromSource(self.fileSystemModel.index(path)) if not self.isExpanded(index): self.expand(index) def onCustomContextMenu(self, point: QPoint) -> None: index = self.indexAt(point) self.showSystemFoldersAct.setChecked(self.rapidApp.prefs.show_system_folders) if index.isValid(): self.clickedIndex = index self.openInFileBrowserAct.setEnabled(True) else: self.openInFileBrowserAct.setEnabled(False) self.showSystemFoldersAct.setEnabled( not self.rapidApp.prefs.source_or_destination_is_system_folder() ) self.contextMenu.exec(self.mapToGlobal(point)) @pyqtSlot() def doOpenInFileBrowserAct(self) -> None: index = self.clickedIndex if index: uri = self.fileSystemModel.filePath(index.model().mapToSource(index)) logging.debug( "Calling show_in_file_manager() with %s and %s", self.rapidApp.file_manager, uri, ) show_in_file_manager(path_or_uri=uri, open_not_select_directory=True) @pyqtSlot() def doShowSystemFoldersAct(self) -> None: self.showSystemFolders.emit(self.showSystemFoldersAct.isChecked()) @pyqtSlot() def doResetSelectionAct(self) -> None: self.selectionModel().clear() self.filePathReset.emit() class FileSystemFilter(QSortFilterProxyModel): """ Filter out the display of RPD's cache and temporary directories, in addition to a set of standard directories that should not be displayed. """ filterInvalidated = pyqtSignal() def __init__(self, parent: "RapidWindow" = None): # noqa: F821 super().__init__(parent) self.is_wsl2 = parent.is_wsl2 self.prefs = parent.prefs if self.is_wsl2: self.filter_paths = wsl_filter_directories() # Filter out system created WSL working directories self.regex = re.compile(r"/wsl[\w]") else: self.filter_paths = set() self.filtered_dir_names = filtered_file_browser_directories self.non_system_root_folders = non_system_root_folders if get_media_dir().startswith("/run"): self.non_system_root_folders.append("/run") def setTempDirs(self, dirs: list[str]) -> None: filters = [os.path.basename(path) for path in dirs] self.filtered_dir_names = self.filtered_dir_names | set(filters) self.invalidateFilter() def filterAcceptsRow( self, sourceRow: int, sourceParent: QModelIndex = None ) -> bool: index = self.sourceModel().index( sourceRow, 0, sourceParent ) # type: QModelIndex path = index.data(QFileSystemModel.FilePathRole) # type: str if not self.prefs.show_system_folders and path != "/": path_ok = False for folder in self.non_system_root_folders: if path.startswith(folder): path_ok = True break if not path_ok: return False if gvfs_gphoto2_path(path): logging.debug("Rejecting browsing path %s", path) return False if not self.filtered_dir_names and not self.is_wsl2: return True file_name = index.data(QFileSystemModel.FileNameRole) do_filter = ( file_name not in self.filtered_dir_names and path not in self.filter_paths ) if self.is_wsl2: do_filter = do_filter and self.regex.match(path) is None return do_filter @pyqtSlot(bool) def setShowSystemFolders(self, enabled: bool) -> None: self.prefs.show_system_folders = enabled self.invalidateFilter() self.filterInvalidated.emit() class FileSystemDelegate(QStyledItemDelegate): """ Italicize provisional download folders that were not already created """ def __init__(self, parent=None): super().__init__(parent) def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: if index is None: return folder_preview = index.data(Roles.folder_preview) if folder_preview: font = QFont() font.setItalic(True) option.font = font super().paint(painter, option, index) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/filmstrip.py0000644000175000017500000000602514562557501021662 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Overlays a filmstrip onto QImage, keeping the image's dimensions the same """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2024, Damon Lynch" from PyQt5.QtGui import QImage, QPainter xpm_data = [ "12 10 27 1", " c #000000", ". c #232323", "+ c #7A7A7A", "@ c #838383", "# c #8C8C8C", "$ c #909090", "% c #8E8E8E", "& c #525252", "* c #6E6E6E", "= c #939393", "- c #A3A3A3", "; c #ABABAB", "> c #A8A8A8", ", c #9B9B9B", "' c #727272", ") c #A4A4A4", "! c #BBBBBB", "~ c #C4C4C4", "{ c #C1C1C1", "] c #AFAFAF", "^ c #3E3E3E", "/ c #A6A6A6", "( c #BEBEBE", "_ c #C8C8C8", ": c #070707", "< c #090909", "[ c #0A0A0A", " ", " ", " ", " .+@#$%& ", " *@=-;>, ", " '%)!~{] ", " ^$/(_~% ", " :<[[[ ", " ", " ", ] def add_filmstrip(thumbnail: QImage) -> QImage: """ Overlays a filmstrip onto the thumbnail. Keeps the thumbnail's dimensions the same. :param thumbnail: thumbnail on which to put the filmstrip :return a copy of the thumbnail """ filmstrip = QImage(xpm_data) filmstrip_width = filmstrip.width() filmstrip_height = filmstrip.height() filmstrip_right = filmstrip.mirrored(horizontal=True, vertical=False) thumbnail_right_col = thumbnail.width() - filmstrip_width painter = QPainter(thumbnail) # add filmstrips to left and right for i in range(thumbnail.height() // filmstrip_height): painter.drawImage(0, i * filmstrip_height, filmstrip) painter.drawImage(thumbnail_right_col, i * filmstrip_height, filmstrip_right) # now do the remainder, at the bottom remaining_height = thumbnail.height() % filmstrip_height if remaining_height: painter.drawImage( 0, thumbnail.height() - remaining_height, filmstrip.copy(0, 0, filmstrip_width, remaining_height), ) painter.drawImage( thumbnail_right_col, thumbnail.height() - remaining_height, filmstrip_right.copy(0, 0, filmstrip_width, remaining_height), ) return thumbnail ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/jobcodepanel.py0000644000175000017500000005465014562557501022305 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display, edit and apply Job Codes. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import logging from PyQt5.QtCore import QRegularExpression, Qt, pyqtSlot from PyQt5.QtGui import ( QFont, # noqa: F401 QIcon, QPalette, QRegularExpressionValidator, ) from PyQt5.QtWidgets import ( QAbstractItemView, QCheckBox, QComboBox, QDialog, QDialogButtonBox, QGridLayout, QHBoxLayout, QLabel, QListWidgetItem, QMessageBox, QSizePolicy, QVBoxLayout, QWidget, ) from raphodo.constants import JobCodeSort from raphodo.prefs.preferences import Preferences from raphodo.ui.chevroncombo import ChevronCombo from raphodo.ui.messagewidget import MessageButton, MessageWidget from raphodo.ui.panelview import QPanelView from raphodo.ui.viewutils import ( FlexiFrame, QNarrowListWidget, ScrollAreaNoFrame, standardIconSize, standardMessageBox, translateDialogBoxButtons, ) class JobCodeDialog(QDialog): def __init__(self, parent, on_download: bool, job_codes: list[str]) -> None: """ Prompt user to enter a Job Code, either at the time a download starts, or to zero or more selected files before the download begins. :param parent: rapidApp main window :param on_download: if True, dialog is being prompted for before a download starts. :param job_codes: """ super().__init__(parent) self.rapidApp = parent # type: 'RapidWindow' self.prefs = self.rapidApp.prefs # type: Preferences thumbnailModel = self.rapidApp.thumbnailModel # Whether the user has opened this dialog before a download starts without # having selected any files first no_selection_made = None # type: bool|None if on_download: directive = _("Enter a new Job Code, or select a previous one") file_types = thumbnailModel.getNoFilesJobCodeNeeded() details = file_types.file_types_present_details(title_case=False) if sum(file_types.values()) == 1: # Translators: the value substituted will be something like '1 photo'. file_details = ( _( "The Job Code will be applied to %s that does not yet have a " "Job Code." ) % details ) else: # Translators: the value substituted will be something like # '85 photos and 5 videos'. file_details = ( _( "The Job Code will be applied to %s that do not yet have a " "Job Code." ) % details ) hint = ( "Hint: To assign Job Codes before the download begins, select " "photos or videos and apply a new or existing Job Code to them via the " "Job Code panel." ) file_details = f"{file_details}

                                {hint}" title = _("Apply Job Code to Download") else: directive = _("Enter a new Job Code") file_types = thumbnailModel.getNoFilesSelected() no_selection_made = sum(file_types.values()) == 0 if no_selection_made: file_details = ( "" + _( "Hint: Select photos or videos before entering a new " "Job Code to have the Job Code applied to them." ) + "" ) else: details = file_types.file_types_present_details(title_case=False) # Translators: the value substituted will be something like # '100 photos and 5 videos'. file_details = ( "" + _("The new Job Code will be applied to %s.") % details + "" ) title = _("New Job Code") instructionLabel = QLabel(f"{directive}

                                {file_details}
                                ") instructionLabel.setWordWrap(True) self.jobCodeComboBox = QComboBox() self.jobCodeComboBox.addItems(job_codes) self.jobCodeComboBox.setEditable(True) exp = "[^/\\0]+" if not self.prefs.strip_characters else '[^\\:\\*\\?"<>|\\0/]+' self.jobCodeExp = QRegularExpression() self.jobCodeExp.setPattern(exp) self.jobCodeValidator = QRegularExpressionValidator( self.jobCodeExp, self.jobCodeComboBox ) self.jobCodeComboBox.setValidator(self.jobCodeValidator) if not on_download: self.jobCodeComboBox.clearEditText() if self.prefs.job_code_sort_key == 0: if self.prefs.job_code_sort_order == 0: self.jobCodeComboBox.setInsertPolicy(QComboBox.InsertAtTop) else: self.jobCodeComboBox.setInsertPolicy(QComboBox.InsertAtBottom) else: self.jobCodeComboBox.setInsertPolicy(QComboBox.InsertAlphabetically) icon = QIcon(":/rapid-photo-downloader.svg").pixmap(standardIconSize()) iconLabel = QLabel() iconLabel.setPixmap(icon) iconLabel.setAlignment(Qt.AlignTop | Qt.AlignLeft) iconLabel.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) jobCodeLabel = QLabel(_("&Job Code:")) jobCodeLabel.setBuddy(self.jobCodeComboBox) if on_download or not no_selection_made: self.rememberCheckBox = QCheckBox(_("&Remember this Job Code")) self.rememberCheckBox.setChecked(parent.prefs.remember_job_code) buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel) translateDialogBoxButtons(buttonBox) grid = QGridLayout() grid.addWidget(iconLabel, 0, 0, 4, 1) grid.addWidget(instructionLabel, 0, 1, 1, 2) grid.addWidget(jobCodeLabel, 1, 1) grid.addWidget(self.jobCodeComboBox, 1, 2) if hasattr(self, "rememberCheckBox"): grid.addWidget(self.rememberCheckBox, 2, 1, 1, 2) grid.addWidget(buttonBox, 3, 0, 1, 3) else: grid.addWidget(buttonBox, 2, 0, 1, 3) grid.setColumnStretch(2, 1) self.setLayout(grid) self.setWindowTitle(title) buttonBox.accepted.connect(self.accept) buttonBox.rejected.connect(self.reject) @pyqtSlot() def accept(self) -> None: self.job_code = self.jobCodeComboBox.currentText() if hasattr(self, "rememberCheckBox"): self.remember = self.rememberCheckBox.isChecked() self.rapidApp.prefs.remember_job_code = self.remember else: self.remember = True super().accept() class JobCodeOptionsWidget(FlexiFrame): """ Display and allow editing of Job Codes. """ def __init__(self, prefs: Preferences, rapidApp, parent) -> None: super().__init__(parent=parent) self.rapidApp = rapidApp self.prefs = prefs self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) self.file_selected = False self.prompting_for_job_code = False jobCodeLayout = QGridLayout() layout = self.layout() layout.addLayout(jobCodeLayout) self.setLayout(layout) self.messageWidget = MessageWidget( ( _( "Select photos and videos to be able to apply a new or existing " "Job Code to them." ), _( "The new Job Code will be applied to all selected photos and/or " "videos." ), _( "Click the Apply button to apply the current Job Code to all " "selected photos and/or videos. You can also simply double click " "the Job Code." ), _( "Removing a Job Code removes it only from the list of saved Job " "Codes, not from any photos or videos that it may have been " "applied to." ), _( "If you want to use Job Codes, configure file renaming or " "destination subfolder names to use them." ), ) ) self.setDefaultMessage() self.sortCombo = ChevronCombo(in_panel=True) self.sortCombo.addItem(_("Last Used"), JobCodeSort.last_used) self.sortCombo.addItem(_("Job Code"), JobCodeSort.code) if self._sort_index_valid(self.prefs.job_code_sort_key): self.sortCombo.setCurrentIndex(self.prefs.job_code_sort_key) self.sortCombo.currentIndexChanged.connect(self.sortComboChanged) self.sortLabel = self.sortCombo.makeLabel(_("Job Code Sort:")) self.sortOrder = ChevronCombo(in_panel=True) self.sortOrder.addItem(_("Ascending"), Qt.AscendingOrder) self.sortOrder.addItem(_("Descending"), Qt.DescendingOrder) if self._sort_index_valid(self.prefs.job_code_sort_order): self.sortOrder.setCurrentIndex(self.prefs.job_code_sort_order) self.sortOrder.currentIndexChanged.connect(self.sortOrderChanged) font = self.font() # type: QFont font.setPointSize(font.pointSize() - 2) for widget in (self.sortLabel, self.sortCombo, self.sortOrder): widget.setFont(font) self.newButton = MessageButton(_("&New...")) self.newButton.isActive.connect(self.newButtonActive) self.newButton.isInactive.connect(self.setDefaultMessage) self.newButton.clicked.connect(self.newButtonClicked) self.applyButton = MessageButton(_("&Apply")) self.applyButton.isActive.connect(self.applyButtonActive) self.applyButton.isInactive.connect(self.setDefaultMessage) self.applyButton.clicked.connect(self.applyButtonClicked) self.removeButton = MessageButton(_("&Remove")) self.removeButton.isActive.connect(self.removeButtonActive) self.removeButton.isInactive.connect(self.setDefaultMessage) self.removeButton.clicked.connect(self.removeButtonClicked) self.removeAllButton = MessageButton(_("Remove All")) self.removeAllButton.isActive.connect(self.removeButtonActive) self.removeAllButton.isInactive.connect(self.setDefaultMessage) self.removeAllButton.clicked.connect(self.removeAllButtonClicked) self.jobCodesWidget = QNarrowListWidget() self.jobCodesWidget.currentRowChanged.connect(self.rowChanged) self.jobCodesWidget.itemDoubleClicked.connect(self.rowDoubleClicked) self.jobCodesWidget.setSelectionMode(QAbstractItemView.SingleSelection) self.jobCodesWidget.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) if self.prefs.list_not_empty("job_codes"): self._insertJobCodes(job_code=self.prefs.job_codes[0], clear=False) sortLayout = QHBoxLayout() sortLayout.addWidget(self.sortLabel) sortLayout.addWidget(self.sortCombo) sortLayout.addWidget(self.sortOrder) sortLayout.addStretch() jobCodeLayout.addWidget(self.jobCodesWidget, 0, 0, 1, 2) jobCodeLayout.addLayout(sortLayout, 1, 0, 1, 2) jobCodeLayout.addWidget(self.messageWidget, 2, 0, 1, 2) jobCodeLayout.addWidget(self.newButton, 3, 0, 1, 1) jobCodeLayout.addWidget(self.applyButton, 3, 1, 1, 1) jobCodeLayout.addWidget(self.removeButton, 4, 0, 1, 1) jobCodeLayout.addWidget(self.removeAllButton, 4, 1, 1, 1) self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Expanding) self.setWidgetStates() def _sort_index_valid(self, index: int) -> bool: return index in (0, 1) def _jobCodes(self) -> list[str]: """ :return: list of job codes sorted according to user-specified criteria """ reverse = self.sortOrder.currentIndex() == 1 if self.sortCombo.currentIndex() == 1: return sorted(self.prefs.job_codes, key=str.lower, reverse=reverse) if reverse: return list(reversed(self.prefs.job_codes)) return self.prefs.job_codes def _insertJobCodes(self, job_code: str = None, clear=True) -> None: """ Insert job codes into list widget according to the sort order specified by the user. If no job codes exist, does nothing. Alternative to clearing the widget and using python to sort the list of job codes would be to implement __lt__ in QListWidgetItem, and turn on QListWidget sorting. The code as implemented strikes me as simpler. :param job_code: job_code to set current row to. If not specified, the current row is used. :param clear: :return: """ if not self.prefs.list_not_empty("job_codes"): return if job_code is None: row = self.jobCodesWidget.currentRow() if row >= 0: job_code = self.jobCodesWidget.item(row).text() if clear: self.jobCodesWidget.clear() logging.debug( "Inserting %s job codes into job code widget", len(self.prefs.job_codes) ) job_codes = self._jobCodes() self.jobCodesWidget.insertItems(0, job_codes) if job_code is not None: self.jobCodesWidget.setCurrentRow(job_codes.index(job_code)) else: self.jobCodesWidget.setCurrentRow(0) @pyqtSlot(int) def sortComboChanged(self, index: int) -> None: if index >= 0: self._insertJobCodes() self.prefs.job_code_sort_key = index @pyqtSlot(int) def sortOrderChanged(self, index: int) -> None: if index >= 0: self._insertJobCodes() self.prefs.job_code_sort_order = index @pyqtSlot() def newButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): if self.file_selected: self.messageWidget.setCurrentIndex(2) else: self.messageWidget.setCurrentIndex(1) @pyqtSlot() def applyButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): if self.file_selected: self.messageWidget.setCurrentIndex(3) else: self.messageWidget.setCurrentIndex(1) @pyqtSlot() def removeButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): self.messageWidget.setCurrentIndex(4) @pyqtSlot() def setDefaultMessage(self) -> None: if self.prefs.any_pref_uses_job_code(): if not self.file_selected: self.messageWidget.setCurrentIndex(1) else: self.messageWidget.setCurrentIndex(0) else: self.messageWidget.setCurrentIndex(5) @pyqtSlot(int) def rowChanged(self, row: int) -> None: self.setWidgetStates() @pyqtSlot(QListWidgetItem) def rowDoubleClicked(self, item: QListWidgetItem) -> None: if self.file_selected: assert self.applyButton.isEnabled() self.applyButtonClicked() @pyqtSlot() def setWidgetStates(self) -> None: """ Set buttons enable or disable depending on selections, and updates the message widget contents. """ job_code_selected = self.jobCodesWidget.currentRow() >= 0 self.file_selected = self.rapidApp.anyFilesSelected() self.newButton.setEnabled(True) self.applyButton.setEnabled(job_code_selected and self.file_selected) self.removeButton.setEnabled(job_code_selected) self.removeAllButton.setEnabled(self.prefs.list_not_empty("job_codes")) self.setDefaultMessage() @pyqtSlot() def applyButtonClicked(self) -> None: row = self.jobCodesWidget.currentRow() if row < 0: logging.error( "Did not expect Apply Job Code button to be enabled when no Job Code " "is selected." ) return try: job_code = self.jobCodesWidget.item(row).text() except Exception: logging.exception( "Job Code did not exist when obtaining its value from the list widget" ) return self.rapidApp.applyJobCode(job_code=job_code) try: self.prefs.del_list_value(key="job_codes", value=job_code) except KeyError: logging.exception( "Attempted to delete non existent value %s from Job Codes while in " "process of moving it to the front of the list", job_code, ) self.prefs.add_list_value(key="job_codes", value=job_code) if self.sortCombo.currentIndex() != 1: self._insertJobCodes(job_code=job_code) @pyqtSlot() def removeButtonClicked(self) -> None: row = self.jobCodesWidget.currentRow() item = self.jobCodesWidget.takeItem(row) # type: QListWidgetItem try: self.prefs.del_list_value(key="job_codes", value=item.text()) except KeyError: logging.exception( "Attempted to delete non existent value %s from Job Codes", item.text() ) @pyqtSlot() def removeAllButtonClicked(self) -> None: message = _("Do you really want to remove all the Job Codes?") msgBox = standardMessageBox( parent=self, title=_("Remove all Job Codes"), message=message, rich_text=False, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgBox.exec() == QMessageBox.Yes: # Must clear the job codes before adjusting the qlistwidget, # or else the Remove All button will not be disabled. self.prefs.job_codes = [""] self.jobCodesWidget.clear() @pyqtSlot() def newButtonClicked(self) -> None: self.getJobCode(on_download=False) def getJobCode(self, on_download: bool) -> bool: if not self.prompting_for_job_code: logging.debug("Prompting for job code") self.prompting_for_job_code = True dialog = JobCodeDialog( self.rapidApp, on_download=on_download, job_codes=self._jobCodes() ) if dialog.exec(): self.prompting_for_job_code = False logging.debug("Job code entered / selected") job_code = dialog.job_code if job_code: if dialog.remember: # If the job code is already in the # preference list, delete it job_codes = self.rapidApp.prefs.job_codes.copy() while job_code in job_codes: job_codes.remove(job_code) # Add the just chosen / entered Job Code to the front self.rapidApp.prefs.job_codes = [job_code] + job_codes self._insertJobCodes(job_code=job_code) if not on_download: self.rapidApp.applyJobCode(job_code=job_code) else: self.rapidApp.thumbnailModel.assignJobCodesToMarkedFilesWithNoJobCode( job_code=job_code ) return True else: self.prompting_for_job_code = False logging.debug("No job code entered or selected") else: logging.debug("Not prompting for job code, because already doing so") return False class JobCodePanel(ScrollAreaNoFrame): """ JobCode preferences widget """ def __init__(self, parent) -> None: super().__init__(name="jobCodePanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("jobCodePanelScrollArea") self.jobCodePanel = QPanelView( label=_("Job Codes"), ) self.jobCodePanel.setObjectName("jobCodePanel") self.jobCodeOptions = JobCodeOptionsWidget( prefs=self.prefs, rapidApp=self.rapidApp, parent=self ) self.jobCodeOptions.setObjectName("jobCodeOptions") self.jobCodePanel.addWidget(self.jobCodeOptions) self.verticalScrollBarVisible.connect( self.jobCodeOptions.containerVerticalScrollBar ) self.horizontalScrollBarVisible.connect( self.jobCodeOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) widget.setLayout(layout) layout.addWidget(self.jobCodePanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) self.rapidApp.thumbnailView.selectionModel().selectionChanged.connect( self.jobCodeOptions.setWidgetStates ) self.rapidApp.thumbnailModel.selectionReset.connect( self.jobCodeOptions.setWidgetStates ) def needToPromptForJobCode(self) -> bool: return ( self.prefs.any_pref_uses_job_code() and self.rapidApp.thumbnailModel.jobCodeNeeded() ) def getJobCodeBeforeDownload(self) -> bool: """ :return: True if job code was entered and applied """ return self.jobCodeOptions.getJobCode(on_download=True) def updateDefaultMessage(self) -> None: self.jobCodeOptions.setDefaultMessage() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/menubutton.py0000644000175000017500000000405714562557501022054 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import QSize from PyQt5.QtGui import QColor, QIcon from PyQt5.QtWidgets import QMenu, QToolButton from raphodo.ui.primarybutton import DownloadButtonHeight from raphodo.ui.viewutils import darkModePixmap, menuHoverColor class MenuButton(QToolButton): """ Button that provides access to a drop-down menu """ def __init__(self, icon: str, menu: QMenu) -> None: super().__init__() self.setPopupMode(QToolButton.InstantPopup) hover_color = menuHoverColor().name(QColor.HexRgb) try: scaling = self.devicePixelRatioF() except AttributeError: scaling = self.devicePixelRatio() # Derive icon size from download button size height = round(DownloadButtonHeight()[0] * (2 / 3) * scaling) size = QSize(height, height) self.setIcon(QIcon(darkModePixmap(path=icon, size=size))) self.setStyleSheet( """ QToolButton {border: none;} QToolButton::menu-indicator { image: none; } QToolButton::hover { background-color: %s; outline: none; } """ % hover_color ) self.setMenu(menu) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/messagewidget.py0000644000175000017500000000702014562557501022475 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display messages to the user in stacked widget """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" from PyQt5.QtCore import Qt, pyqtSignal, pyqtSlot from PyQt5.QtGui import QFocusEvent, QMouseEvent from PyQt5.QtWidgets import QLabel, QPushButton, QSizePolicy, QStackedWidget class MessageWidget(QStackedWidget): """ Display messages to the user in stacked widget. Index 0 always represents a blank state. Other indexes represent the position in the tuple of messages. If the message does not start with an html tag or , the start of the message will be modified to display Hint: (with closing tags too, naturally). """ def __init__(self, messages: tuple[str, ...], parent=None) -> None: super().__init__(parent) # For some obscure reason, must set the label types for all labels in the # stacked widget to have the same properties, or else the stacked layout size # goes bonkers. Must make the empty label contain *something*, too, so make it # contain a space. blank = QLabel(" ") blank.setWordWrap(True) blank.setTextFormat(Qt.RichText) self.addWidget(blank) for message in messages: if message.startswith("") or message.startswith(""): label = QLabel(message) else: # Translators: please do not modify or leave out html formatting tags # like and . These are used to format the text the users sees label = QLabel( _("Hint: %(message)s") % dict(message=message) ) label.setWordWrap(True) label.setTextFormat(Qt.RichText) label.setAlignment(Qt.AlignTop | Qt.AlignLeft) self.addWidget(label) self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Maximum) class MessageButton(QPushButton): """ A simple QPushButton that emits a signal when it is entered / exited. """ isActive = pyqtSignal() isInactive = pyqtSignal() def __init__(self, label: str, parent=None) -> None: super().__init__(label, parent) @pyqtSlot(QMouseEvent) def enterEvent(self, event: QMouseEvent) -> None: self.isActive.emit() super().enterEvent(event) @pyqtSlot(QMouseEvent) def leaveEvent(self, event: QMouseEvent) -> None: self.isInactive.emit() super().leaveEvent(event) @pyqtSlot(QFocusEvent) def focusInEvent(self, event: QFocusEvent) -> None: self.isActive.emit() super().focusInEvent(event) @pyqtSlot(QFocusEvent) def focusOutEvent(self, event: QFocusEvent) -> None: self.isInactive.emit() super().focusOutEvent(event) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/nameeditor.py0000755000175000017500000020133114562557501022000 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Dialog for editing download subfolder structure and file renaming """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import copy import datetime import logging import os import webbrowser from collections import OrderedDict from collections.abc import Sequence from enum import IntEnum, auto from PyQt5.QtCore import QSignalMapper, QSize, Qt, pyqtSignal, pyqtSlot from PyQt5.QtGui import ( QBrush, QColor, QFont, QFontMetrics, QKeyEvent, QMouseEvent, QResizeEvent, QStandardItem, QSyntaxHighlighter, QTextCharFormat, QTextCursor, QTextDocument, QWheelEvent, ) from PyQt5.QtWidgets import ( QApplication, QComboBox, QDialog, QDialogButtonBox, QFormLayout, QFrame, QGridLayout, QGroupBox, QLabel, QLineEdit, QMessageBox, QPushButton, QScrollArea, QSizePolicy, QStyle, QTextEdit, QVBoxLayout, QWidget, ) from sortedcontainers import SortedList import raphodo.generatename as gn from raphodo.constants import ( CustomColors, NameGenerationType, PrefPosition, PresetClass, PresetPrefType, ) from raphodo.generatenameconfig import ( DICT_SUBFOLDER_L0, FILENAME, JOB_CODE, METADATA, PHOTO_RENAME_MENU_DEFAULTS, PHOTO_RENAME_MENU_DEFAULTS_CONV, PHOTO_SUBFOLDER_MENU_DEFAULTS, PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV, SEPARATOR, SEQUENCES, TEXT, VIDEO_RENAME_MENU_DEFAULTS, VIDEO_RENAME_MENU_DEFAULTS_CONV, VIDEO_SUBFOLDER_MENU_DEFAULTS, VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV, filter_subfolder_prefs, ) from raphodo.prefs.preferences import ( DownloadsTodayTracker, Preferences, match_pref_list, ) from raphodo.rpdfile import FileType, Photo, SamplePhoto, SampleVideo, Video from raphodo.ui.messagewidget import MessageWidget from raphodo.ui.viewutils import ( standardMessageBox, translateDialogBoxButtons, translateMessageBoxButtons, ) from raphodo.utilities import remove_last_char_from_list_str class PrefEditor(QTextEdit): """ File renaming and subfolder generation preference editor """ prefListGenerated = pyqtSignal() def __init__(self, subfolder: bool, parent=None) -> None: """ :param subfolder: if True, the editor is for editing subfolder generation """ super().__init__(parent) self.subfolder = subfolder self.user_pref_list = [] # type: list[str] self.user_pref_colors = [] # type: list[str] self.heightMin = 0 self.heightMax = 65000 # Start out with about 4 lines in height: self.setMinimumHeight(QFontMetrics(self.font()).lineSpacing() * 5) self.document().documentLayout().documentSizeChanged.connect( self.wrapHeightToContents ) def wrapHeightToContents(self) -> None: """ Adjust the text area size to show contents without vertical scrollbar Derived from: http://stackoverflow.com/questions/11851020/a-qwidget-like-qtextedit-that-wraps-its-height-automatically-to-its-contents/11858803#11858803 """ docHeight = self.document().size().height() + 5 if ( self.heightMin <= docHeight <= self.heightMax and docHeight > self.minimumHeight() ): self.setMinimumHeight(docHeight) def mousePressEvent(self, event: QMouseEvent) -> None: """ Automatically select a pref value if it was clicked in :param event: the mouse event """ super().mousePressEvent(event) if event.button() == Qt.LeftButton: position = self.textCursor().position() pref_pos, start, end, left_start, left_end = self.locatePrefValue(position) if pref_pos == PrefPosition.on_left: start = left_start end = left_end if pref_pos != PrefPosition.not_here: cursor = self.textCursor() cursor.setPosition(start) cursor.setPosition(end + 1, QTextCursor.KeepAnchor) self.setTextCursor(cursor) def keyPressEvent(self, event: QKeyEvent) -> None: """ Automatically select pref values when navigating through the document. Suppress the return / enter key. :param event: the key press event """ key = event.key() if key in (Qt.Key_Enter, Qt.Key_Return, Qt.Key_Tab): return cursor = self.textCursor() # type: QTextCursor if cursor.hasSelection() and key in (Qt.Key_Left, Qt.Key_Right): # Pass the key press on and let the selection deselect pass elif key in ( Qt.Key_Left, Qt.Key_Right, Qt.Key_Home, Qt.Key_End, Qt.Key_PageUp, Qt.Key_PageDown, Qt.Key_Up, Qt.Key_Down, ): # Navigation key was pressed # Was ctrl key pressed too? ctrl_key = event.modifiers() & Qt.ControlModifier selection_start = selection_end = -1 # This event is called before the cursor is moved, so # move the cursor as if it would be moved if key == Qt.Key_Right and not cursor.atEnd(): if ctrl_key: cursor.movePosition(QTextCursor.WordRight) else: cursor.movePosition(QTextCursor.Right) elif key == Qt.Key_Left and not cursor.atStart(): if ctrl_key: cursor.movePosition(QTextCursor.WordLeft) else: cursor.movePosition(QTextCursor.Left) elif key == Qt.Key_Up: cursor.movePosition(QTextCursor.Up) elif key == Qt.Key_Down: cursor.movePosition(QTextCursor.Down) elif key in (Qt.Key_Home, Qt.Key_PageUp): if ctrl_key or key == Qt.Key_PageUp: cursor.movePosition(QTextCursor.StartOfBlock) else: cursor.movePosition(QTextCursor.StartOfLine) elif key in (Qt.Key_End, Qt.Key_PageDown): if ctrl_key or key == Qt.Key_PageDown: cursor.movePosition(QTextCursor.EndOfBlock) else: cursor.movePosition(QTextCursor.EndOfLine) # Get position of where the cursor would move to position = cursor.position() # Determine if there is a pref value to the left or at that position pref_pos, start, end, left_start, left_end = self.locatePrefValue(position) if pref_pos == PrefPosition.on_left: selection_start = left_start selection_end = left_end + 1 elif pref_pos == PrefPosition.at: selection_start = end + 1 selection_end = start elif pref_pos == PrefPosition.positioned_in: if key == Qt.Key_Left or key == Qt.Key_Home: # because moving left, position the cursor on the left selection_start = end + 1 selection_end = start else: # because moving right, position the cursor on the right selection_start = start selection_end = end + 1 if selection_end >= 0 and selection_start >= 0: cursor.setPosition(selection_start) cursor.setPosition(selection_end, QTextCursor.KeepAnchor) self.setTextCursor(cursor) return super().keyPressEvent(event) def locatePrefValue(self, position: int) -> tuple[PrefPosition, int, int, int, int]: """ Determine where pref values are relative to the position passed. :param position: some position in text, e.g. cursor position :return: enum indicating where prefs are found and their start and end positions. Return positions are -1 if not found. """ start = end = -1 left_start = left_end = -1 pref_position = PrefPosition.not_here b = self.highlighter.boundaries if not (len(b)): return (pref_position, start, end, left_start, left_end) index = b.bisect_left((position, 0)) # Special cases if index == 0: # At or to the left of the first pref value if b[0][0] == position: pref_position = PrefPosition.at start, end = b[0] elif index == len(b): # To the right of or in the last pref value if position <= b[-1][1]: start, end = b[-1] pref_position = PrefPosition.positioned_in elif b[-1][1] == position - 1: left_start, left_end = b[-1] pref_position = PrefPosition.on_left else: left = b[index - 1] right = b[index] at = right[0] == position to_left = left[1] == position - 1 if at and to_left: pref_position = PrefPosition.on_left_and_at start, end = right left_start, left_end = left elif at: pref_position = PrefPosition.at start, end = right elif to_left: pref_position = PrefPosition.on_left left_start, left_end = left elif position <= left[1]: pref_position = PrefPosition.positioned_in start, end = b[index - 1] return (pref_position, start, end, left_start, left_end) def displayPrefList(self, pref_list: Sequence[str]) -> None: p = pref_list values = [] for i in range(0, len(pref_list), 3): try: value = f"<{self.pref_mapper[(p[i], p[i + 1], p[i + 2])]}>" except KeyError: if p[i] == SEPARATOR: value = SEPARATOR else: assert p[i] == TEXT value = p[i + 1] values.append(value) self.document().clear() cursor = self.textCursor() # type: QTextCursor cursor.insertText("".join(values)) def insertPrefValue(self, pref_value: str) -> None: cursor = self.textCursor() # type: QTextCursor cursor.insertText(f"<{pref_value}>") def _setHighlighter(self) -> None: self.highlighter = PrefHighlighter( list(self.string_to_pref_mapper.keys()), self.pref_color, self.document() ) # when color coding of text in the editor is complete, # generate the preference list self.highlighter.blockHighlighted.connect(self.generatePrefList) def setPrefMapper( self, pref_mapper: dict[tuple[str, str, str], str], pref_color: dict[str, str] ) -> None: self.pref_mapper = pref_mapper self.string_to_pref_mapper = {value: key for key, value in pref_mapper.items()} self.pref_color = pref_color self._setHighlighter() def _parseTextFragment(self, text_fragment) -> None: if self.subfolder: text_fragments = text_fragment.split(os.sep) for index, text_fragment in enumerate(text_fragments): if text_fragment: self.user_pref_list.extend([TEXT, text_fragment, ""]) self.user_pref_colors.append("") if index < len(text_fragments) - 1: self.user_pref_list.extend([SEPARATOR, "", ""]) self.user_pref_colors.append("") else: self.user_pref_list.extend([TEXT, text_fragment, ""]) self.user_pref_colors.append("") def _addColor(self, pref_defn: str) -> None: self.user_pref_colors.append(self.pref_color[pref_defn]) @pyqtSlot() def generatePrefList(self) -> None: """ After syntax highlighting has completed, use its findings to generate the user's pref list """ text = self.document().toPlainText() b = self.highlighter.boundaries self.user_pref_list = pl = [] # type: list[str] self.user_pref_colors = [] # type: list[str] # Handle any text at the very beginning if b and b[0][0] > 0: text_fragment = text[: b[0][0]] self._parseTextFragment(text_fragment) if len(b) > 1: for index, item in enumerate(b[1:]): start, end = b[index] # Add + 1 to start to remove the opening < pl.extend(self.string_to_pref_mapper[text[start + 1 : end]]) # Add + 1 to start to include the closing > self._addColor(text[start : end + 1]) text_fragment = text[b[index][1] + 1 : item[0]] self._parseTextFragment(text_fragment) # Handle the final pref value if b: start, end = b[-1] # Add + 1 to start to remove the opening < pl.extend(self.string_to_pref_mapper[text[start + 1 : end]]) # Add + 1 to start to include the closing > self._addColor(text[start : end + 1]) final = end + 1 else: final = 0 # Handle any remaining text at the very end (or the complete string if there are # no pref definition values) if final < len(text): text_fragment = text[final:] self._parseTextFragment(text_fragment) assert len(self.user_pref_colors) == len(self.user_pref_list) / 3 self.prefListGenerated.emit() class PrefHighlighter(QSyntaxHighlighter): """ Highlight non-text preference values in the editor """ blockHighlighted = pyqtSignal() def __init__( self, pref_defn_strings: list[str], pref_color: dict[str, str], document: QTextDocument, ) -> None: super().__init__(document) # Where detected preference values start and end: # [(start, end), (start, end), ...] self.boundaries = SortedList() pref_defns = (f"<{pref}>" for pref in pref_defn_strings) self.highlightingRules = [] for pref in pref_defns: format = QTextCharFormat() format.setForeground(QBrush(QColor(pref_color[pref]))) self.highlightingRules.append((pref, format)) def find_all(self, text: str, pref_defn: str): """ Find all occurrences of a preference definition in the text :param text: text to search :param pref_defn: the preference definition :return: yield the position in the document's text """ if not len(pref_defn): return # do not use raise StopIteration as it is Python 3.7 incompatible start = 0 while True: start = text.find(pref_defn, start) if start == -1: # do not use raise StopIteration as it is Python 3.7 incompatible return yield start start += len(pref_defn) def highlightBlock(self, text: str) -> None: # Recreate the preference value from scratch self.boundaries = SortedList() for expression, format in self.highlightingRules: for index in self.find_all(text, expression): length = len(expression) self.setFormat(index, length, format) self.boundaries.add((index, index + length - 1)) self.blockHighlighted.emit() def make_subfolder_menu_entry(prefs: tuple[str]) -> str: """ Create the text for a menu / combobox item :param prefs: single pref item, with title and elements :return: item text """ desc = prefs[0] elements = prefs[1:] # Translators: this text appears in menus and combo boxes. It displays the # description of an item, and its elements. # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(description)s - %(elements)s") % dict( description=desc, elements=os.sep.join(elements) ) def make_rename_menu_entry(prefs: tuple[str]) -> str: """ Create the text for a menu / combobox item :param prefs: single pref item, with title and elements :return: item text """ desc = prefs[0] elements = prefs[1] # Translators: this text appears in menus and combo boxes. It displays the # description of an item, and its elements. # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(description)s - %(elements)s") % dict( description=desc, elements=elements ) class PresetComboBoxNegativeOffset(IntEnum): REMOVE_ALL_CUSTOM = auto() REMOVE_CUSTOM = auto() SAVE_NEW_CUSTOM = auto() class PresetComboBox(QComboBox): """ Combox box displaying built-in presets, custom presets, and some commands relating to preset management. Used in dialog window used to edit name generation and also in the rename files panel. """ def __init__( self, prefs: Preferences, preset_names: list[str], preset_type: PresetPrefType, edit_mode: bool, parent=None, ) -> None: """ :param prefs: program preferences :param preset_names: list of custom preset names :param preset_type: one of photo rename, video rename, photo subfolder, or video subfolder :param edit_mode: if True, the combo box is being displayed in an edit dialog window, else it's being displayed in the file rename panel :param parent: parent widget """ super().__init__(parent) self.edit_mode = edit_mode self.prefs = prefs self.preset_edited = False self.new_preset = False self.preset_type = preset_type if preset_type == PresetPrefType.preset_photo_subfolder: self.builtin_presets = PHOTO_SUBFOLDER_MENU_DEFAULTS elif preset_type == PresetPrefType.preset_video_subfolder: self.builtin_presets = VIDEO_SUBFOLDER_MENU_DEFAULTS elif preset_type == PresetPrefType.preset_photo_rename: self.builtin_presets = PHOTO_RENAME_MENU_DEFAULTS else: assert preset_type == PresetPrefType.preset_video_rename self.builtin_presets = VIDEO_RENAME_MENU_DEFAULTS self._setup_entries(preset_names) def _setup_entries(self, preset_names: list[str]) -> None: idx = 0 if self.edit_mode: for pref in self.builtin_presets: self.addItem(make_subfolder_menu_entry(pref), PresetClass.builtin) idx += 1 else: for pref in self.builtin_presets: self.addItem(pref[0], PresetClass.builtin) idx += 1 if not len(preset_names): # preset_separator bool is used to indicate the existence of # a separator in the combo box that is used to distinguish # custom from built-in prests self.preset_separator = False else: self.preset_separator = True self.insertSeparator(idx) idx += 1 for name in preset_names: self.addItem(name, PresetClass.custom) idx += 1 self.insertSeparator(idx) if self.edit_mode: self.addItem(_("Save New Custom Preset..."), PresetClass.new_preset) self.remove_custom_preset_generic_title = _("Remove Custom Preset...") self.remove_custom_preset_title = _( 'Remove Custom Preset "%(preset_name)s"...' ) self.addItem( self.remove_custom_preset_generic_title, PresetClass.remove_preset ) self.addItem(_("Remove All Custom Presets..."), PresetClass.remove_all) self.setRemoveCustomEnabled(enabled=False) self.setRemoveAllCustomEnabled(bool(len(preset_names))) else: self.addItem(_("Custom..."), PresetClass.start_editor) def resetEntries(self, preset_names: list[str]) -> None: assert not self.edit_mode self.clear() self._setup_entries(preset_names) def addCustomPreset(self, text: str) -> None: """ Adds a new custom preset name to the comboxbox and sets the combobox to display it. :param text: the custom preset name """ assert self.edit_mode if self.new_preset or self.preset_edited: self.resetPresetList() if not self.preset_separator: self.insertSeparator(len(self.builtin_presets)) self.preset_separator = True idx = len(self.builtin_presets) + 1 self.insertItem(idx, text, PresetClass.custom) self.setCurrentIndex(idx) def removeAllCustomPresets(self, no_presets: int) -> None: assert self.edit_mode assert self.preset_separator start = len(self.builtin_presets) if self.new_preset: start += 2 elif self.preset_edited: self.resetPresetList() end = start + no_presets for row in range(end, start - 1, -1): self.removeItem(row) self.preset_separator = False def removeCustomPreset(self, name: str) -> None: assert self.edit_mode assert self.preset_separator row = self.findText(name) self.removeItem(row) def setPresetNew(self) -> None: assert self.edit_mode assert not self.preset_edited if self.new_preset: return item_text = _("(New Custom Preset)") self.new_preset = True self.insertItem(0, item_text, PresetClass.edited) self.insertSeparator(1) self.setCurrentIndex(0) def setPresetEdited(self, text: str) -> None: """ Adds a new entry at the top of the combobox indicating that the current preset has been edited. :param text: the preset name to use """ assert self.edit_mode assert not self.new_preset assert not self.preset_edited item_text = _("%s (edited)") % text self.insertItem(0, item_text, PresetClass.edited) self.insertSeparator(1) self.addItem(_('Update Custom Preset "%s"') % text, PresetClass.update_preset) self.preset_edited = True self.setCurrentIndex(0) def resetPresetList(self) -> None: """ Removes the combo box first line 'Preset name (edited)' or '(New Custom Preset)', and its separator """ assert self.edit_mode assert self.new_preset or self.preset_edited # remove combo box first line 'Preset name (edited)' or '(New Custom Preset)' self.removeItem(0) # remove separator self.removeItem(0) # remove Update Preset if self.preset_edited: index = self.count() - 1 self.removeItem(index) self.preset_edited = self.new_preset = False def _getRowItem(self, offset: int) -> QStandardItem: assert self.edit_mode # Model is a QStandardItemModel model = self.model() count = self.count() row = count - offset - 1 if self.preset_edited else count - offset return model.item(row, 0) def _setRowEnabled(self, enabled: bool, offset: int) -> None: item = self._getRowItem(offset=offset) if not enabled: item.setFlags(Qt.NoItemFlags) else: item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled) def setRemoveAllCustomEnabled(self, enabled: bool) -> None: self._setRowEnabled( enabled=enabled, offset=PresetComboBoxNegativeOffset.REMOVE_ALL_CUSTOM ) def setRemoveCustomEnabled(self, enabled: bool) -> None: self._setRowEnabled( enabled=enabled, offset=PresetComboBoxNegativeOffset.REMOVE_CUSTOM ) def updateRemoveCustomName(self, name: str) -> None: item = self._getRowItem(offset=PresetComboBoxNegativeOffset.REMOVE_CUSTOM) if name: text = self.remove_custom_preset_title % dict(preset_name=name) else: text = self.remove_custom_preset_generic_title item.setText(text) def setSaveNewCustomPresetEnabled(self, enabled: bool) -> None: self._setRowEnabled( enabled=enabled, offset=PresetComboBoxNegativeOffset.SAVE_NEW_CUSTOM ) def getComboBoxIndex(self, preset_index: int) -> int: """ Calculate the index into the combo box list allowing for the separator and other elements in the list of entries the user sees :param preset_index: the preset index (built-in & custom) :return: the index into the actual combobox entries including any separators etc. """ if self.edit_mode and (self.new_preset or self.preset_edited): preset_index += 2 if preset_index < len(self.builtin_presets): return preset_index else: assert self.preset_separator return preset_index + 1 def getPresetIndex(self, combobox_index: int) -> int: """ Opposite of getComboBoxIndex: calculates the preset index based on the given combo box index (which includes separators etc.) :param combobox_index: the index into the combobox entries the user sees :return: the index into the presets (built-in & custom) """ if self.edit_mode and (self.new_preset or self.preset_edited): combobox_index -= 2 if combobox_index < len(self.builtin_presets): return combobox_index else: assert self.preset_separator return combobox_index - 1 class CreatePreset(QDialog): """ Very simple dialog window that allows user entry of new preset name. Save button is disabled when the current name entered equals an existing preset name or is empty. """ def __init__(self, existing_custom_names: list[str], parent=None) -> None: super().__init__(parent) self.existing_custom_names = existing_custom_names self.setModal(True) title = _("Save New Custom Preset - Rapid Photo Downloader") self.setWindowTitle(title) self.name = QLineEdit() metrics = QFontMetrics(QFont()) self.name.setMinimumWidth(metrics.width(title)) self.name.textEdited.connect(self.nameEdited) flayout = QFormLayout() flayout.addRow(_("Preset Name:"), self.name) buttonBox = QDialogButtonBox() buttonBox.addButton(QDialogButtonBox.Cancel) # type: QPushButton self.saveButton = buttonBox.addButton(QDialogButtonBox.Save) # type: QPushButton self.saveButton.setEnabled(False) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) layout = QVBoxLayout() layout.addLayout(flayout) layout.addWidget(buttonBox) self.setLayout(layout) @pyqtSlot(str) def nameEdited(self, name: str): enabled = False if len(name) > 0: enabled = name not in self.existing_custom_names self.saveButton.setEnabled(enabled) def presetName(self) -> str: """ :return: the name of the name the user wants to save the preset as """ return self.name.text() def make_sample_rpd_file( sample_job_code: str, prefs: Preferences, generation_type: NameGenerationType, sample_rpd_file: Photo | Video | None = None, ) -> Photo | Video: """ Create a sample_rpd_file used for displaying to the user an example of their file renaming preference in action on a sample file. :param sample_job_code: sample of a Job Code :param prefs: user preferences :param generation_type: one of photo/video filenames/subfolders :param sample_rpd_file: sample RPDFile that will possibly be overwritten with new values :return: sample RPDFile """ downloads_today_tracker = DownloadsTodayTracker( day_start=prefs.day_start, downloads_today=prefs.downloads_today ) sequences = gn.Sequences(downloads_today_tracker, prefs.stored_sequence_no) if sample_rpd_file is not None: if sample_rpd_file.metadata is None: logging.error( "Sample file %s is missing its metadata", sample_rpd_file.full_file_name ) sample_rpd_file = None else: sample_rpd_file.sequences = sequences sample_rpd_file.download_start_time = datetime.datetime.now() if sample_rpd_file is None: if generation_type in ( NameGenerationType.photo_name, NameGenerationType.photo_subfolder, ): sample_rpd_file = SamplePhoto(sequences=sequences) else: sample_rpd_file = SampleVideo(sequences=sequences) sample_rpd_file.job_code = sample_job_code sample_rpd_file.strip_characters = prefs.strip_characters if sample_rpd_file.file_type == FileType.photo: sample_rpd_file.generate_extension_case = prefs.photo_extension else: sample_rpd_file.generate_extension_case = prefs.video_extension return sample_rpd_file class EditorCombobox(QComboBox): """ Regular combobox, but ignores the mouse wheel """ def wheelEvent(self, event: QWheelEvent) -> None: event.ignore() class PrefDialog(QDialog): """ Dialog window to allow editing of file renaming and subfolder generation """ def __init__( self, pref_defn: OrderedDict, user_pref_list: list[str], generation_type: NameGenerationType, prefs: Preferences, sample_rpd_file: Photo | Video | None = None, max_entries=0, parent=None, ) -> None: """ Set up dialog to display all its controls based on the preference definition being used. :param pref_defn: definition of possible preference choices, i.e. one of DICT_VIDEO_SUBFOLDER_L0, DICT_SUBFOLDER_L0, DICT_VIDEO_RENAME_L0 or DICT_IMAGE_RENAME_L0 :param user_pref_list: the user's actual rename / subfolder generation preferences :param generation_type: enum specifying what kind of name is being edited (one of photo filename, video filename, photo subfolder, video subfolder) :param prefs: program preferences :param exiftool_process: daemon exiftool process :param sample_rpd_file: a sample photo or video, whose contents will be modified (i.e. don't pass a live RPDFile) :param max_entries: maximum number of entries that will be displayed to the user (in a menu, for example) """ super().__init__(parent) self.setModal(True) self.generation_type = generation_type match generation_type: case NameGenerationType.photo_subfolder: self.setWindowTitle(_("Photo Subfolder Generation Editor")) self.preset_type = PresetPrefType.preset_photo_subfolder self.builtin_pref_lists = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV self.builtin_pref_names = [ make_subfolder_menu_entry(pref) for pref in PHOTO_SUBFOLDER_MENU_DEFAULTS ] self.preset_type_hr = _("photo subfolder generation") case NameGenerationType.video_subfolder: self.setWindowTitle(_("Video Subfolder Generation Editor")) self.preset_type = PresetPrefType.preset_video_subfolder self.builtin_pref_lists = VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV self.builtin_pref_names = [ make_subfolder_menu_entry(pref) for pref in VIDEO_SUBFOLDER_MENU_DEFAULTS ] self.preset_type_hr = _("video subfolder generation") case NameGenerationType.photo_name: self.setWindowTitle(_("Photo Renaming Editor")) self.preset_type = PresetPrefType.preset_photo_rename self.builtin_pref_lists = PHOTO_RENAME_MENU_DEFAULTS_CONV self.builtin_pref_names = [ make_rename_menu_entry(pref) for pref in PHOTO_RENAME_MENU_DEFAULTS ] self.preset_type_hr = _("photo renaming") case _: self.setWindowTitle(_("Video Renaming Editor")) self.preset_type = PresetPrefType.preset_video_rename self.builtin_pref_lists = VIDEO_RENAME_MENU_DEFAULTS_CONV self.builtin_pref_names = [ make_rename_menu_entry(pref) for pref in VIDEO_RENAME_MENU_DEFAULTS ] self.preset_type_hr = _("video renaming") self.prefs = prefs self.max_entries = max_entries # Cache custom preset name and pref lists self.updateCachedPrefLists() self.current_custom_name = None # Setup values needed for name generation self.sample_rpd_file = make_sample_rpd_file( sample_rpd_file=sample_rpd_file, sample_job_code=self.prefs.most_recent_job_code(missing=_("Job Code")), prefs=self.prefs, generation_type=generation_type, ) # Setup widgets and helper values # Translators: please do not modify or leave out html formatting tags like # and . These are used to format the text the user sees. warning_msg = _( 'Warning: There is insufficient data to ' "fully generate the name. Please use other renaming options." ) self.is_subfolder = generation_type in ( NameGenerationType.photo_subfolder, NameGenerationType.video_subfolder, ) if self.is_subfolder: # Translators: please do not modify, change the order of or leave out html # formatting tags like and . These are used to format the text the # users sees. In this case, the really is supposed to come before the # . # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. subfolder_msg = _( "The character %(separator)s creates a new subfolder level." ) % dict(separator=os.sep) # Translators: please do not modify, change the order of or leave out html # formatting tags like and . These are used to format the text the # users sees In this case, the really is supposed to come before the # . # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. subfolder_first_char_msg = _( "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." ) % dict(separator=os.sep) messages = (warning_msg, subfolder_msg, subfolder_first_char_msg) else: # Translators: please do not modify or leave out html formatting tags like # and . These are used to format the text the users sees unique_msg = _( 'Warning: Unique filenames may not ' "be generated. Make filenames unique by using Sequence values." ) messages = (warning_msg, unique_msg) self.messageWidget = MessageWidget(messages=messages) self.editor = PrefEditor(subfolder=self.is_subfolder) sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Minimum) sizePolicy.setVerticalStretch(1) self.editor.setSizePolicy(sizePolicy) self.editor.prefListGenerated.connect( self.updateExampleFilenameAndComboBoxIndex ) # Generated subfolder / file name example self.example = QLabel() # Combobox with built-in and user defined presets self.preset = PresetComboBox( prefs=prefs, preset_names=self.preset_names, preset_type=self.preset_type, edit_mode=True, ) self.preset.activated.connect(self.presetComboItemActivated) glayout = QGridLayout() presetLabel = QLabel(_("Preset:")) exampleLabel = QLabel(_("Example:")) glayout.addWidget(presetLabel, 0, 0) glayout.addWidget(self.preset, 0, 1) glayout.addWidget(exampleLabel, 1, 0) glayout.addWidget(self.example, 1, 1) glayout.setColumnStretch(1, 10) layout = QVBoxLayout() self.setLayout(layout) layout.addLayout(glayout) layout.addSpacing(int(QFontMetrics(QFont()).height() / 2)) layout.addWidget(self.editor) layout.addWidget(self.messageWidget) self.area = QScrollArea() sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) sizePolicy.setVerticalStretch(10) self.area.setSizePolicy(sizePolicy) self.area.setFrameShape(QFrame.NoFrame) layout.addWidget(self.area) gbSizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed) areaWidget = QWidget() areaLayout = QVBoxLayout() areaWidget.setLayout(areaLayout) areaWidget.setSizePolicy(gbSizePolicy) self.area.setWidget(areaWidget) self.area.setWidgetResizable(True) areaLayout.setContentsMargins(0, 0, 0, 0) self.pushButtonSizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed) self.mapper = QSignalMapper(self) self.widget_mapper = dict() # type: dict[str, QComboBox| QLabel] self.pref_mapper = dict() # type: dict[tuple[str, str, str], str] self.pref_color = dict() # type: dict[str, str] titles = [title for title in pref_defn if title not in (TEXT, SEPARATOR)] pref_colors = {title: color.value for title, color in zip(titles, CustomColors)} self.filename_pref_color = pref_colors[FILENAME] for title in titles: title_i18n = _(title) color = pref_colors[title] level1 = pref_defn[title] gb = QGroupBox(title_i18n) gb.setSizePolicy(gbSizePolicy) gb.setFlat(True) areaLayout.addWidget(gb) gLayout = QGridLayout() gb.setLayout(gLayout) if level1 is None: assert title == JOB_CODE widget1 = QLabel(" " + title_i18n) widget2 = self.makeInsertButton() self.widget_mapper[title] = widget1 self.mapper.setMapping(widget2, title) self.pref_mapper[(title, "", "")] = title_i18n self.pref_color[f"<{title_i18n}>"] = color gLayout.addWidget(self.makeColorCodeLabel(color), 0, 0) gLayout.addWidget(widget1, 0, 1) gLayout.addWidget(widget2, 0, 2) elif title == METADATA: elements = [] data = [] for element in level1: element_i18n = _(element) level2 = level1[element] if level2 is None: elements.append(element_i18n) data.append([METADATA, element, ""]) self.pref_mapper[(METADATA, element, "")] = element_i18n self.pref_color[f"<{element_i18n}>"] = color else: for e in level2: e_i18n = _(e) # Translators: appears in a combobox, e.g. Image Date (YYYY) item = _("{choice} ({variant})").format( choice=element_i18n, variant=e_i18n ) elements.append(item) data.append([METADATA, element, e]) self.pref_mapper[(METADATA, element, e)] = item self.pref_color[f"<{item}>"] = color widget1 = EditorCombobox() for element, data_item in zip(elements, data): widget1.addItem(element, data_item) widget2 = self.makeInsertButton() widget1.currentTextChanged.connect(self.mapper.map) self.mapper.setMapping(widget2, title) self.mapper.setMapping(widget1, title) self.widget_mapper[title] = widget1 gLayout.addWidget(self.makeColorCodeLabel(color), 0, 0) gLayout.addWidget(widget1, 0, 1) gLayout.addWidget(widget2, 0, 2) else: for row, level1 in enumerate(pref_defn[title]): widget1 = EditorCombobox() level1_i18n = _(level1) items = ( _("{choice} ({variant})").format( choice=level1_i18n, variant=_(element) ) for element in pref_defn[title][level1] ) data = ( [title, level1, element] for element in pref_defn[title][level1] ) for item, data_item in zip(items, data): widget1.addItem(item, data_item) self.pref_mapper[tuple(data_item)] = item self.pref_color[f"<{item}>"] = color widget2 = self.makeInsertButton() widget1.currentTextChanged.connect(self.mapper.map) self.mapper.setMapping(widget2, level1) self.mapper.setMapping(widget1, level1) self.widget_mapper[level1] = widget1 gLayout.addWidget(self.makeColorCodeLabel(color), row, 0) gLayout.addWidget(widget1, row, 1) gLayout.addWidget(widget2, row, 2) self.mapper.mapped[str].connect(self.choiceMade) buttonBox = QDialogButtonBox( QDialogButtonBox.Cancel | QDialogButtonBox.Ok | QDialogButtonBox.Help ) self.helpButton = buttonBox.button(QDialogButtonBox.Help) # type: QPushButton self.helpButton.clicked.connect(self.helpButtonClicked) self.helpButton.setToolTip(_("Get help online...")) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) layout.addWidget(buttonBox) self.editor.setPrefMapper(self.pref_mapper, self.pref_color) self.editor.displayPrefList(user_pref_list) self.show() self.setWidgetSizes() def helpButtonClicked(self) -> None: if self.generation_type in ( NameGenerationType.photo_name, NameGenerationType.video_name, ): location = "#rename" else: location = "#subfoldergeneration" webbrowser.open_new_tab( f"https://damonlynch.net/rapid/documentation/{location}" ) def makeInsertButton(self) -> QPushButton: w = QPushButton(_("Insert")) w.clicked.connect(self.mapper.map) w.setSizePolicy(self.pushButtonSizePolicy) return w def setWidgetSizes(self) -> None: """ Resize widgets for enhanced visual layout """ # Set the widths of the comboboxes and labels to the width of the # longest control width = max(widget.width() for widget in self.widget_mapper.values()) for widget in self.widget_mapper.values(): widget.setMinimumWidth(width) # Set the scroll area to be big enough to eliminate the horizontal scrollbar scrollbar_width = self.style().pixelMetric(QStyle.PM_ScrollBarExtent) self.area.setMinimumWidth(self.area.widget().width() + scrollbar_width) @pyqtSlot(str) def choiceMade(self, widget: str) -> None: """ User has pushed one of the "Insert" buttons or selected a new value in one of the combo boxes. :param widget: widget's name, which uniquely identifies it """ if widget == JOB_CODE: pref_value = _(JOB_CODE) else: combobox = self.widget_mapper[widget] # type: QComboBox pref_value = combobox.currentText() self.editor.insertPrefValue(pref_value) # Set focus not on the control that was just used, but the editor self.editor.setFocus(Qt.OtherFocusReason) def makeColorCodeLabel(self, color: str) -> QLabel: """ Generate a colored square to show beside the combo boxes / label :param color: color to use, e.g. #7a9c38 :return: the square in form of a label """ colorLabel = QLabel(" ") colorLabel.setStyleSheet("QLabel {background-color: %s;}" % color) size = QFontMetrics(QFont()).height() colorLabel.setFixedSize(QSize(size, size)) return colorLabel def updateExampleFilenameAndComboBoxIndex(self) -> None: user_pref_list = self.editor.user_pref_list self.user_pref_colors = self.editor.user_pref_colors if not self.is_subfolder: self.user_pref_colors.append(self.filename_pref_color) self.messageWidget.setCurrentIndex(0) if self.is_subfolder: if user_pref_list: try: user_pref_list.index(SEPARATOR) except ValueError: # Inform the user that a subfolder separator (os.sep) is used to # create subfolder levels self.messageWidget.setCurrentIndex(2) else: if ( user_pref_list[0] == SEPARATOR or user_pref_list[-3] == SEPARATOR ): # inform the user that there is no need to start or finish # with a subfolder separator (os.sep) self.messageWidget.setCurrentIndex(3) else: # Inform the user that a subfolder separator (os.sep) is used to create # subfolder levels self.messageWidget.setCurrentIndex(2) changed, user_pref_list, self.user_pref_colors = filter_subfolder_prefs( user_pref_list, self.user_pref_colors ) else: try: user_pref_list.index(SEQUENCES) except ValueError: # Inform the user that sequences can be used to make filenames unique self.messageWidget.setCurrentIndex(2) if self.generation_type == NameGenerationType.photo_name: self.name_generator = gn.PhotoName(user_pref_list) elif self.generation_type == NameGenerationType.video_name: self.name_generator = gn.VideoName(user_pref_list) elif self.generation_type == NameGenerationType.photo_subfolder: self.name_generator = gn.PhotoSubfolder(user_pref_list) else: assert self.generation_type == NameGenerationType.video_subfolder self.name_generator = gn.VideoSubfolder(user_pref_list) self.name_parts = self.name_generator.generate_name( self.sample_rpd_file, parts=True ) self.showExample() self.updateComboBoxCurrentIndex() def updateComboBoxCurrentIndex(self) -> None: """ Sets the combo value to match the current preference value """ combobox_index, pref_list_index = self.getPresetMatch() if pref_list_index >= 0: # the editor contains an existing preset self.preset.setCurrentIndex(combobox_index) if self.preset.preset_edited or self.preset.new_preset: self.preset.resetPresetList() self.preset.setSaveNewCustomPresetEnabled(enabled=False) if pref_list_index >= len(self.builtin_pref_names): self.current_custom_name = self.preset.currentText() self._setRemoveCustomPresetMenuState(enabled=True) else: self.current_custom_name = None self._setRemoveCustomPresetMenuState(enabled=False) elif not (self.preset.new_preset or self.preset.preset_edited): if self.current_custom_name is None: self.preset.setPresetNew() else: self.preset.setPresetEdited(self.current_custom_name) self.preset.setSaveNewCustomPresetEnabled(enabled=True) self._setRemoveCustomPresetMenuState(enabled=False) else: self.preset.setCurrentIndex(0) self._setRemoveCustomPresetMenuState(enabled=False) def _setRemoveCustomPresetMenuState(self, enabled: bool) -> None: if enabled: self.preset.updateRemoveCustomName(name=self.current_custom_name) self.preset.setRemoveCustomEnabled(enabled=True) else: self.preset.updateRemoveCustomName(name="") self.preset.setRemoveCustomEnabled(enabled=False) def showExample(self) -> None: """ Insert text into example widget, eliding it if necessary """ user_pref_colors = self.user_pref_colors parts = copy.copy(self.name_parts) metrics = QFontMetrics(self.example.font()) width = self.example.width() - metrics.width("…") # Cannot elide rich text using Qt code. Thus, elide the plain text. plain_text_name = "".join(parts) if self.is_subfolder: plain_text_name = self.name_generator.filter_subfolder_characters( plain_text_name ) elided_text = metrics.elidedText(plain_text_name, Qt.ElideRight, width) elided = False while plain_text_name != elided_text: elided = True parts = remove_last_char_from_list_str(parts) plain_text_name = "".join(parts) if self.is_subfolder: plain_text_name = self.name_generator.filter_subfolder_characters( plain_text_name ) elided_text = metrics.elidedText(plain_text_name, Qt.ElideRight, width) colored_parts = [ f'{part}' if color else part for part, color in zip(parts, user_pref_colors) ] name = "".join(colored_parts) if elided: name = f"{name}…" if self.is_subfolder: name = self.name_generator.filter_subfolder_characters(name) if self.sample_rpd_file.name_generation_problem: self.messageWidget.setCurrentIndex(1) self.example.setTextFormat(Qt.RichText) self.example.setText(name) def resizeEvent(self, event: QResizeEvent) -> None: if self.example.text(): self.showExample() super().resizeEvent(event) def getPrefList(self) -> list[str]: """ :return: the pref list the user has specified """ return self.editor.user_pref_list @pyqtSlot(int) def presetComboItemActivated(self, index: int) -> None: """ Respond to user activating the Preset combo box. :param index: index of the item activated """ preset_class = self.preset.currentData() if preset_class == PresetClass.new_preset: createPreset = CreatePreset(existing_custom_names=self.preset_names) if createPreset.exec(): # User has created a new preset preset_name = createPreset.presetName() assert preset_name not in self.preset_names self.current_custom_name = preset_name self.preset.addCustomPreset(preset_name) self.saveNewPreset(preset_name=preset_name) if len(self.preset_names) == 1: self.preset.setRemoveAllCustomEnabled(True) self.preset.setSaveNewCustomPresetEnabled(enabled=False) self.updateComboBoxCurrentIndex() elif preset_class in (PresetClass.builtin, PresetClass.custom): index = self.combined_pref_names.index(self.preset.currentText()) pref_list = self.combined_pref_lists[index] self.editor.displayPrefList(pref_list=pref_list) if index >= len(self.builtin_pref_names): assert preset_class == PresetClass.custom self.movePresetToFront(index=len(self.builtin_pref_names) - index) self._setRemoveCustomPresetMenuState(enabled=True) else: assert preset_class == PresetClass.builtin self._setRemoveCustomPresetMenuState(enabled=False) elif preset_class == PresetClass.remove_preset: message = _( "Remove Custom Preset

                                Are you sure you want to " 'remove the custom preset "%(preset_name)s"?' ) % dict(preset_name=self.current_custom_name) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgbox.exec() == QMessageBox.Yes: if len(self.preset_names) > 1: self.preset.removeCustomPreset(name=self.current_custom_name) self.removeCustomPreset() else: self._removeAllCustomPresets() self.updateComboBoxCurrentIndex() elif preset_class == PresetClass.remove_all: message = _( "Remove All Custom Presets

                                Are you sure you want to " "remove all %(preset_type)s custom presets?" ) % dict(preset_type=self.preset_type_hr) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgbox.exec() == QMessageBox.Yes: self._removeAllCustomPresets() self.updateComboBoxCurrentIndex() elif preset_class == PresetClass.update_preset: self.updateExistingPreset() self.updateComboBoxCurrentIndex() def _removeAllCustomPresets(self) -> None: self.preset.removeAllCustomPresets(no_presets=len(self.preset_names)) self.clearCustomPresets() self.preset.setRemoveAllCustomEnabled(False) def updateExistingPreset(self) -> None: """ Updates (saves) an existing preset (assumed to be self.current_custom_name) with the new user_pref_list found in the editor. Assumes cached self.preset_names and self.preset_pref_lists represent current save preferences. Will update these and overwrite the relevant preset preference. """ preset_name = self.current_custom_name user_pref_list = self.editor.user_pref_list index = self.preset_names.index(preset_name) self.preset_pref_lists[index] = user_pref_list if index > 0: self.movePresetToFront(index=index) else: self._updateCombinedPrefs() self.prefs.set_custom_presets( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists, ) def movePresetToFront(self, index: int) -> None: """ Extracts the preset from the current list of presets and moves it to the front if not already there. Assumes cached self.preset_names and self.preset_pref_lists represent current save preferences. Will update these and overwrite the relevant preset preference. :param index: index into self.preset_pref_lists / self.preset_names of the item to move """ if index == 0: return preset_name = self.preset_names.pop(index) pref_list = self.preset_pref_lists.pop(index) self.preset_names.insert(0, preset_name) self.preset_pref_lists.insert(0, pref_list) self._updateCombinedPrefs() self.prefs.set_custom_presets( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists, ) def saveNewPreset(self, preset_name: str) -> None: """ Saves the current user_pref_list (retrieved from the editor) and saves it in the program preferences. Assumes cached self.preset_names and self.preset_pref_lists represent current save preferences. Will update these and overwrite the relevant preset preference. :param preset_name: name for the new preset """ user_pref_list = self.editor.user_pref_list self.preset_names.insert(0, preset_name) self.preset_pref_lists.insert(0, user_pref_list) self._updateCombinedPrefs() self.prefs.set_custom_presets( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists, ) def removeCustomPreset(self) -> None: user_pref_list = self.editor.user_pref_list index = self.preset_pref_lists.index(user_pref_list) self.preset_names.pop(index) self.preset_pref_lists.pop(index) self.current_custom_name = None self._updateCombinedPrefs() self.prefs.set_custom_presets( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists, ) def clearCustomPresets(self) -> None: """ Deletes all the custom presets. Assumes cached self.preset_names and self.preset_pref_lists represent current save preferences. Will update these and overwrite the relevant preset preference. """ self.preset_names = [] self.preset_pref_lists = [] self.current_custom_name = None self._updateCombinedPrefs() self.prefs.set_custom_presets( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists, ) def updateCachedPrefLists(self) -> None: self.preset_names, self.preset_pref_lists = self.prefs.get_custom_presets( preset_type=self.preset_type ) self._updateCombinedPrefs() def _updateCombinedPrefs(self): self.combined_pref_names = self.builtin_pref_names + self.preset_names self.combined_pref_lists = self.builtin_pref_lists + tuple( self.preset_pref_lists ) def getPresetMatch(self) -> tuple[int, int]: """ :return: tuple of the Preset combobox index and the combined pref/name list index, if the current user pref list matches an entry in it. Else tuple of (-1, -1). """ index = match_pref_list( pref_lists=self.combined_pref_lists, user_pref_list=self.editor.user_pref_list, ) if index >= 0: combobox_name = self.combined_pref_names[index] return self.preset.findText(combobox_name), index return -1, -1 @pyqtSlot() def accept(self) -> None: """ Slot called when the okay button is clicked. If there are unsaved changes, query the user if they want their changes saved as a new preset or if the existing preset should be updated """ if self.preset.preset_edited or self.preset.new_preset: title = _("Save Preset - Rapid Photo Downloader") if self.preset.new_preset: message = _( "Do you want to save the changes in a new custom preset?" "

                                " "Creating a custom preset is not required, but can help you keep " "organized.

                                " "The changes to the preferences will still be applied regardless " "of whether you create a new custom preset or not." ) msgBox = standardMessageBox( standardButtons=QMessageBox.Yes | QMessageBox.No, title=title, rich_text=True, message=message, ) updateButton = newButton = None else: assert self.preset.preset_edited msgBox = QMessageBox() msgBox.setTextFormat(Qt.RichText) msgBox.setIcon(QMessageBox.Question) msgBox.setWindowTitle(title) message = _( "Do you want to save the changes in a custom preset?

                                " "If you like, you can create a new custom preset or update the " "existing custom preset.

                                " "The changes to the preferences will still be applied regardless " "of whether you save a custom preset or not." ) msgBox.setText(message) msgBox.addButton(QMessageBox.No) translateMessageBoxButtons(msgBox) updateButton = msgBox.addButton( _('Update Custom Preset "%s"') % self.current_custom_name, QMessageBox.YesRole, ) newButton = msgBox.addButton( _("Save New Custom Preset"), QMessageBox.YesRole ) choice = msgBox.exec() save_new = update = False if self.preset.new_preset: save_new = choice == QMessageBox.Yes else: if msgBox.clickedButton() == updateButton: update = True elif msgBox.clickedButton() == newButton: save_new = True if save_new: createPreset = CreatePreset(existing_custom_names=self.preset_names) if createPreset.exec(): # User has created a new preset preset_name = createPreset.presetName() assert preset_name not in self.preset_names self.saveNewPreset(preset_name=preset_name) elif update: self.updateExistingPreset() # Check to make sure that in menus (which have a limited number of menu items) # that our chosen entry is displayed if self.max_entries: combobox_index, pref_list_index = self.getPresetMatch() if pref_list_index >= self.max_entries: self.updateExistingPreset() # Regardless of any user actions, close the dialog box super().accept() if __name__ == "__main__": try: from icecream import install install() except ImportError: # Graceful fallback if IceCream isn't installed. ic = lambda *a: None if not a else (a[0] if len(a) == 1 else a) # noqa builtins = __import__("builtins") setattr(builtins, "ic", ic) # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() # prefDialog = PrefDialog(DICT_IMAGE_RENAME_L0, PHOTO_RENAME_MENU_DEFAULTS_CONV[1], # NameGenerationType.photo_name, prefs) # prefDialog = PrefDialog(DICT_VIDEO_RENAME_L0, VIDEO_RENAME_MENU_DEFAULTS_CONV[1], # NameGenerationType.video_name, prefs) prefDialog = PrefDialog( DICT_SUBFOLDER_L0, PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[2], NameGenerationType.photo_subfolder, prefs, max_entries=10, ) # prefDialog = PrefDialog( # DICT_VIDEO_SUBFOLDER_L0, VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV[2], # NameGenerationType.video_subfolder, prefs, max_entries=10 # ) prefDialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/panelview.py0000644000175000017500000001040714562557501021642 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Widget containing header, which can have an optional widget attached to the right side. Portions modeled on Canonical's QExpander, which is an 'Expander widget similar to the GtkExpander', Copyright 2012 Canonical Ltd """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import QSize, Qt from PyQt5.QtGui import QColor, QFont, QFontMetrics, QPalette from PyQt5.QtWidgets import QHBoxLayout, QLabel, QSizePolicy, QVBoxLayout, QWidget from raphodo.constants import ( DarkModeHeaderBackgroundName, HeaderBackgroundName, minPanelWidth, ) from raphodo.ui.viewutils import is_dark_mode class QPanelView(QWidget): """ A header bar with a child widget. """ def __init__( self, label: str, headerColor: QColor | None = None, headerFontColor: QColor | None = None, parent: QWidget = None, ) -> None: super().__init__(parent=parent) self.header = QWidget(self) if headerColor is None: if is_dark_mode(): headerColor = QColor(DarkModeHeaderBackgroundName) else: headerColor = QColor(HeaderBackgroundName) palette = self.header.palette() palette.setColor(QPalette.Window, headerColor) self.header.setAutoFillBackground(True) self.header.setPalette(palette) self.header.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) self.headerLayout = QHBoxLayout() self.headerLayout.setContentsMargins(5, 2, 5, 2) self.label = QLabel(label.upper()) if headerFontColor is None: headerFontColor = QColor(Qt.white) palette = self.label.palette() palette.setColor(QPalette.WindowText, headerFontColor) self.label.setPalette(palette) self.header.setLayout(self.headerLayout) self.headerLayout.addWidget(self.label) self.headerLayout.addStretch() self.headerWidget = None self.content = None layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(0) self.setLayout(layout) layout.addWidget(self.header) def addWidget(self, widget: QWidget) -> None: """ Add a widget to the Panel View. Any previous widget will be removed. :param widget: widget to add """ if self.content is not None: self.layout().removeWidget(self.content) self.content = widget self.layout().addWidget(self.content) def addHeaderWidget(self, widget: QWidget) -> None: """ Add a widget to the header bar, on the right side. Any previous widget will be removed. :param widget: widget to add """ if self.headerWidget is not None: self.headerLayout.removeWidget(self.headerWidget) self.headerWidget = widget self.headerLayout.addWidget(widget) def text(self) -> str: """Return the text of the label.""" return self.label.text() def setText(self, text: str) -> None: """Set the text of the label.""" self.label.setText(text) def minimumSize(self) -> QSize: if self.content is None: font_height = QFontMetrics(QFont()).height() width = minPanelWidth() height = font_height * 2 else: width = self.content.minimumWidth() height = self.content.minimumHeight() return QSize(width, self.header.height() + height) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/password.py0000644000175000017500000000320514562557501021510 0ustar00damondamon# Copyright (C) 2020 Martin Fitzpatrick # Source: # https://github.com/pythonguis/python-qtwidgets/blob/master/qtwidgets/passwordedit/password.py # License: MIT/BSDv2 # Edited Damon Lynch 2021 to change resource import # Edited Damon Lynch 2024 to optimize imports from PyQt5 import QtGui, QtWidgets import raphodo.qrc_resources as qrc_resources # noqa: F401 class PasswordEdit(QtWidgets.QLineEdit): """ Password LineEdit with icons to show/hide password entries. Based on this example by Kushal Das: https://kushaldas.in/posts/creating-password-input-widget-in-pyqt.html """ def __init__(self, show_visibility=True, *args, **kwargs): super().__init__(*args, **kwargs) self.visibleIcon = QtGui.QIcon(":/icons/eye.svg") self.hiddenIcon = QtGui.QIcon(":/icons/hidden.svg") self.setEchoMode(QtWidgets.QLineEdit.Password) if show_visibility: # Add the password hide/shown toggle at the end of the edit box. self.togglepasswordAction = self.addAction( self.visibleIcon, QtWidgets.QLineEdit.TrailingPosition ) self.togglepasswordAction.triggered.connect(self.on_toggle_password_Action) self.password_shown = False def on_toggle_password_Action(self): if not self.password_shown: self.setEchoMode(QtWidgets.QLineEdit.Normal) self.password_shown = True self.togglepasswordAction.setIcon(self.hiddenIcon) else: self.setEchoMode(QtWidgets.QLineEdit.Password) self.password_shown = False self.togglepasswordAction.setIcon(self.visibleIcon) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/primarybutton.py0000644000175000017500000001452214562557501022571 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import math from PyQt5.QtCore import QSize, Qt from PyQt5.QtGui import ( QFont, # noqa: F401 QFontMetrics, QGuiApplication, QIcon, QPainter, QPaintEvent, ) from PyQt5.QtWidgets import QApplication, QPushButton, QSizePolicy from raphodo.ui.rotatedpushbutton import FlatButton from raphodo.ui.viewutils import darkModeIcon, is_dark_mode class TopPushButton(QPushButton, FlatButton): def __init__(self, text, parent, extra_top: int = 0) -> None: """ :param text: text to display in the button :param extra_top: extra spacing at the top of the widget :param parent: parent widget """ super().__init__(text, parent) self.rapidApp = parent self.setCheckable(True) self.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum) font = self.font() # type: QFont top_row_font_size = font.pointSize() + 8 self.top_row_icon_size = top_row_font_size + 10 font.setPointSize(top_row_font_size) self.setFont(font) font_height = QFontMetrics(font).height() self.padding_side = math.ceil(font_height / 3.5) padding_bottom = math.ceil(font_height / 5.6) padding_top = padding_bottom + extra_top self.non_elided_text = "" padding = ( f"padding-left: {self.padding_side}px; " f"padding-right: {self.padding_side}px; " f"padding-top: {padding_top}px; " f"padding-bottom: {padding_bottom}px; " ) self.setFlatStyle(self, darker_if_checked=False, padding=padding) def text(self) -> str: return self.non_elided_text def setText(self, text: str) -> None: self.non_elided_text = text self.update() def setIcon(self, icon: QIcon) -> None: size = QSize(self.top_row_icon_size, self.top_row_icon_size) icon = darkModeIcon(icon=icon, size=size) super().setIcon(icon) self.setIconSize(size) def paintEvent(self, event: QPaintEvent): """ Override default rendering to elide button text if it is bigger than half the window size """ painter = QPainter(self) metrics = painter.fontMetrics() right_element_widths = ( self.rapidApp.downloadButton.width() + self.rapidApp.menuButton.width() ) window_width = self.rapidApp.width() window_half = window_width / 2 if right_element_widths > window_half: maximum_width = window_width - right_element_widths else: maximum_width = window_half maximum_width -= self.padding_side - self.top_row_icon_size # account for situations where we might have negative values, i.e., display some # text at least maximum_width = max(30, maximum_width) usable_width = round(0.9 * maximum_width) elided_text = metrics.elidedText( self.non_elided_text, Qt.ElideMiddle, usable_width ) super().setText(elided_text) super().paintEvent(event) def DownloadButtonHeight() -> tuple[int, int]: font_height = ( QFontMetrics(QApplication.font()) .tightBoundingRect(_("Download 8 Photos and 10 Videos")) .height() ) padding = math.ceil(font_height * 1.7) height = font_height // 2 * 6 return height, padding class DownloadButton(QPushButton): """ Button used to initiate downloads """ def __init__(self, text: str, parent) -> None: super().__init__(text, parent) self.rapidApp = parent self.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum) height, padding = DownloadButtonHeight() radius = height // 2 palette = QGuiApplication.palette() primaryColor = palette.highlight().color() borderColor = primaryColor.darker(105) hoverColor = palette.highlight().color().darker(106) hoverBorderColor = hoverColor.darker(105) primaryTextColor = palette.highlightedText().color() if is_dark_mode(): disabledColor = palette.window().color().lighter(130) disabledBorderColor = disabledColor.lighter(115) disabledTextColor = palette.highlightedText().color() else: disabledColor = palette.window().color().darker(120) disabledBorderColor = disabledColor.darker(105) disabledTextColor = palette.highlightedText().color() # outline:none is used to remove the rectangle that appears on a # button when the button has focus # http://stackoverflow.com/questions/17280056/qt-css-decoration-on-focus self.setStyleSheet( f""" QPushButton {{ background-color: {primaryColor.name()}; outline: none; padding-left: {padding}px; padding-right: {padding}px; border-radius: {radius}px; border: 1px solid {borderColor.name()}; height: {height}px; color: {primaryTextColor.name()}; }} QPushButton:hover {{ background-color: {hoverColor.name()}; border: 1px solid {hoverBorderColor.name()}; }} QPushButton:disabled {{ background-color: {disabledColor.name()}; color: {disabledTextColor.name()}; border: 1px solid {disabledBorderColor.name()}; }} """ ) def setText(self, text: str) -> None: super().setText(text) self.rapidApp.sourceButton.updateGeometry() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/rememberthisdialog.py0000644000175000017500000001050514562557501023515 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Yes/No dialog that displays a statement along with a "Remember this choice" or "Don't ask me about this again" checkbox. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import Qt, pyqtSlot from PyQt5.QtGui import QIcon, QPixmap from PyQt5.QtWidgets import QCheckBox, QDialog, QDialogButtonBox, QGridLayout, QLabel from raphodo.constants import RememberThisButtons, RememberThisMessage from raphodo.ui.viewutils import standardIconSize, translateDialogBoxButtons class RememberThisDialog(QDialog): """ A small dialog window that prompts the user if they want to do something or not. Includes a prompt whether to remember the choice. See also standardMessageBox in viewutils.py """ def __init__( self, message: str, icon: QPixmap | str, remember: RememberThisMessage, parent, buttons: RememberThisButtons = RememberThisButtons.yes_no, title: str | None = None, message_contains_link: bool | None = False, ) -> None: super().__init__(parent) self.remember = False messageLabel = QLabel(message) messageLabel.setWordWrap(True) if message_contains_link: messageLabel.setOpenExternalLinks(True) messageLabel.setTextFormat(Qt.RichText) iconLabel = QLabel() if isinstance(icon, str): iconLabel.setPixmap(QIcon(icon).pixmap(standardIconSize())) else: iconLabel.setPixmap(icon) if remember == RememberThisMessage.remember_choice: question = _("&Remember this choice") elif remember == RememberThisMessage.do_not_ask_again: question = _("&Don't ask me about this again") elif remember == RememberThisMessage.do_not_warn_again: question = _("&Don't warn me about this again") else: assert ( remember == RememberThisMessage.do_not_warn_again_about_missing_libraries ) question = _( "&Don't warn me again about missing or broken program libraries" ) self.rememberCheckBox = QCheckBox(question) self.rememberCheckBox.setChecked(False) buttonBox = QDialogButtonBox() if buttons == RememberThisButtons.yes_no: yesButton = buttonBox.addButton(QDialogButtonBox.Yes) noButton = buttonBox.addButton(QDialogButtonBox.No) else: okayButton = buttonBox.addButton(QDialogButtonBox.Ok) translateDialogBoxButtons(buttonBox) grid = QGridLayout() grid.setSpacing(11) grid.setContentsMargins(11, 11, 11, 11) grid.addWidget(iconLabel, 0, 0, 2, 1) grid.addWidget(messageLabel, 0, 1, 1, 1) grid.addWidget(self.rememberCheckBox, 1, 1, 1, 1) grid.addWidget(buttonBox, 2, 0, 1, 2) self.setLayout(grid) if title is None or not title: self.setWindowTitle(_("Rapid Photo Downloader")) else: self.setWindowTitle(title) if buttons == RememberThisButtons.yes_no: yesButton.clicked.connect(self.doAction) noButton.clicked.connect(self.doNotDoAction) noButton.setFocus() else: okayButton.clicked.connect(self.doAction) @pyqtSlot() def doAction(self) -> None: self.remember = self.rememberCheckBox.isChecked() super().accept() @pyqtSlot() def doNotDoAction(self) -> None: self.remember = self.rememberCheckBox.isChecked() super().reject() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/renamepanel.py0000644000175000017500000005256214562557501022147 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display file renaming preferences, including sequence numbers """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" import logging from PyQt5.QtCore import Qt, QTime, pyqtSlot from PyQt5.QtGui import QPalette from PyQt5.QtWidgets import ( QCheckBox, QComboBox, QFormLayout, QGroupBox, QLabel, QSizePolicy, QSpinBox, QSplitter, QTimeEdit, QVBoxLayout, QWidget, ) import raphodo.generatename as gn import raphodo.metadata.exiftool as exiftool from raphodo.constants import FileType, NameGenerationType, PresetClass, PresetPrefType from raphodo.generatenameconfig import ( DICT_IMAGE_RENAME_L0, DICT_VIDEO_RENAME_L0, LOWERCASE, ORIGINAL_CASE, PHOTO_RENAME_MENU_DEFAULTS_CONV, UPPERCASE, VIDEO_RENAME_MENU_DEFAULTS_CONV, ) from raphodo.prefs.preferences import DownloadsTodayTracker, Preferences from raphodo.rpdfile import Photo, Video from raphodo.ui.nameeditor import PrefDialog, PresetComboBox, make_sample_rpd_file from raphodo.ui.panelview import QPanelView from raphodo.ui.viewutils import FlexiFrame, ScrollAreaNoFrame from raphodo.utilities import platform_c_maxint class RenameWidget(FlexiFrame): """ Display combo boxes for file renaming and file extension case handling, and an example file name """ def __init__( self, preset_type: PresetPrefType, prefs: Preferences, exiftool_process: exiftool.ExifTool, parent, ) -> None: super().__init__(parent=parent) self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) self.exiftool_process = exiftool_process self.prefs = prefs self.preset_type = preset_type if preset_type == PresetPrefType.preset_photo_rename: self.file_type = FileType.photo self.pref_defn = DICT_IMAGE_RENAME_L0 self.generation_type = NameGenerationType.photo_name self.index_lookup = self.prefs.photo_rename_index self.pref_conv = PHOTO_RENAME_MENU_DEFAULTS_CONV self.generation_type = NameGenerationType.photo_name else: self.file_type = FileType.video self.pref_defn = DICT_VIDEO_RENAME_L0 self.generation_type = NameGenerationType.video_name self.index_lookup = self.prefs.video_rename_index self.pref_conv = VIDEO_RENAME_MENU_DEFAULTS_CONV self.generation_type = NameGenerationType.video_name self.sample_rpd_file = make_sample_rpd_file( sample_job_code=self.prefs.most_recent_job_code(missing=_("Job Code")), prefs=self.prefs, generation_type=self.generation_type, ) layout = QFormLayout() self.layout().addLayout(layout) self.getCustomPresets() self.renameCombo = PresetComboBox( prefs=self.prefs, preset_names=self.preset_names, preset_type=preset_type, parent=self, edit_mode=False, ) self.setRenameComboIndex() self.renameCombo.activated.connect(self.renameComboItemActivated) # File extensions self.extensionCombo = QComboBox() self.extensionCombo.addItem(_(ORIGINAL_CASE), ORIGINAL_CASE) self.extensionCombo.addItem(_(UPPERCASE), UPPERCASE) self.extensionCombo.addItem(_(LOWERCASE), LOWERCASE) if preset_type == PresetPrefType.preset_photo_rename: pref_value = self.prefs.photo_extension else: pref_value = self.prefs.video_extension try: index = [ORIGINAL_CASE, UPPERCASE, LOWERCASE].index(pref_value) except ValueError: if preset_type == PresetPrefType.preset_photo_rename: t = "Photo" else: t = "Video" logging.error( "%s extension case value is invalid. Resetting to lower case.", t ) index = 2 self.extensionCombo.setCurrentIndex(index) self.extensionCombo.currentIndexChanged.connect(self.extensionChanged) self.example = QLabel() self.updateExampleFilename() layout.addRow(_("Preset:"), self.renameCombo) layout.addRow(_("Extension:"), self.extensionCombo) layout.addRow(_("Example:"), self.example) self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Fixed) def setRenameComboIndex(self) -> None: """ Set the value being displayed in the combobox to reflect the current renaming preference. Takes into account built-in renaming presets and custom presets. """ index = self.index_lookup(self.preset_pref_lists) if index == -1: # Set to the "Custom..." value cb_index = self.renameCombo.count() - 1 else: # Set to the appropriate combobox index, allowing for possible separator cb_index = self.renameCombo.getComboBoxIndex(index) logging.debug( "Setting %s combobox chosen value to %s", self.file_type.name, self.renameCombo.itemText(cb_index), ) self.renameCombo.setCurrentIndex(cb_index) def pref_list(self) -> list[str]: """ :return: the user's file naming preference according to whether this widget is handling photos or videos """ if self.preset_type == PresetPrefType.preset_photo_rename: return self.prefs.photo_rename else: return self.prefs.video_rename @pyqtSlot(int) def renameComboItemActivated(self, index: int) -> None: """ Respond to user activating the Rename preset combo box. :param index: index of the item activated """ user_pref_list = None preset_class = self.renameCombo.currentData() if preset_class == PresetClass.start_editor: prefDialog = PrefDialog( self.pref_defn, self.pref_list(), self.generation_type, self.prefs, self.sample_rpd_file, ) if prefDialog.exec(): user_pref_list = prefDialog.getPrefList() if not user_pref_list: user_pref_list = None # Regardless of whether the user clicked OK or cancel, refresh the rename # combo box entries self.getCustomPresets() self.renameCombo.resetEntries(self.preset_names) self.setUserPrefList(user_pref_list=user_pref_list) self.setRenameComboIndex() else: assert ( preset_class == PresetClass.custom or preset_class == PresetClass.builtin ) index = self.renameCombo.getPresetIndex(self.renameCombo.currentIndex()) user_pref_list = self.combined_pref_lists[index] self.setUserPrefList(user_pref_list=user_pref_list) self.updateExampleFilename() def getCustomPresets(self) -> None: """ Get the custom presets from the user preferences and store them in lists """ self.preset_names, self.preset_pref_lists = self.prefs.get_custom_presets( preset_type=self.preset_type ) self.combined_pref_lists = self.pref_conv + tuple(self.preset_pref_lists) def setUserPrefList(self, user_pref_list: list[str]) -> None: """ Update the user preferences with a new preference value :param user_pref_list: the photo or video rename preference list """ if user_pref_list is not None: logging.debug("Setting new %s rename preference value", self.file_type.name) if self.preset_type == PresetPrefType.preset_photo_rename: self.prefs.photo_rename = user_pref_list else: self.prefs.video_rename = user_pref_list def updateExampleFilename( self, downloads_today: list[str] | None = None, stored_sequence_no: int | None = None, ) -> None: """ Update filename shown to user that serves as an example of the renaming rule in practice on sample data. :param downloads_today: if specified, update the downloads today value :param stored_sequence_no: if specified, update the stored sequence value """ if downloads_today: self.sample_rpd_file.sequences.downloads_today_tracker.downloads_today = ( downloads_today ) if stored_sequence_no is not None: self.sample_rpd_file.sequences.stored_sequence_no = stored_sequence_no if self.preset_type == PresetPrefType.preset_photo_rename: self.name_generator = gn.PhotoName(self.prefs.photo_rename) logging.debug("Updating example photo name in rename panel") else: self.name_generator = gn.VideoName(self.prefs.video_rename) logging.debug("Updating example video name in rename panel") self.example.setText(self.name_generator.generate_name(self.sample_rpd_file)) def updateSampleFile(self, sample_rpd_file: Photo | Video) -> None: self.sample_rpd_file = make_sample_rpd_file( sample_rpd_file=sample_rpd_file, sample_job_code=self.prefs.most_recent_job_code(missing=_("Job Code")), prefs=self.prefs, generation_type=self.generation_type, ) self.updateExampleFilename() @pyqtSlot(int) def extensionChanged(self, index: int) -> None: """ Respond to user changing the case of file extensions in file name generation. Save new preference value, and update example file name. """ value = self.extensionCombo.currentData() if self.preset_type == PresetPrefType.preset_photo_rename: self.prefs.photo_extension = value else: self.prefs.video_extension = value self.sample_rpd_file.generate_extension_case = value self.updateExampleFilename() class RenameOptionsWidget(FlexiFrame): """ Display and allow editing of preference values for Downloads today and Stored Sequence Number and associated options, as well as the strip incompatible characters option. """ def __init__( self, prefs: Preferences, photoRenameWidget: RenameWidget, videoRenameWidget: RenameWidget, parent, ) -> None: super().__init__(parent=parent) self.prefs = prefs self.photoRenameWidget = photoRenameWidget self.videoRenameWidget = videoRenameWidget self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) compatibilityLayout = QVBoxLayout() layout = self.layout() # QSpinBox cannot display values greater than this value self.c_maxint = platform_c_maxint() tip = _("A counter for how many downloads occur on each day") self.downloadsTodayLabel = QLabel(_("Downloads today:")) self.downloadsToday = QSpinBox() self.downloadsToday.setMinimum(0) # QSpinBox defaults to a maximum of 99 self.downloadsToday.setMaximum(self.c_maxint) self.downloadsToday.setToolTip(tip) # This instance of the downloads today tracker is secondary to the # instance in the rename files process. That process automatically # updates the value and then once a download is complete, the # downloads today value here is overwritten. self.downloads_today_tracker = DownloadsTodayTracker( day_start=self.prefs.day_start, downloads_today=self.prefs.downloads_today ) downloads_today = self.downloads_today_tracker.get_or_reset_downloads_today() if self.prefs.downloads_today != self.downloads_today_tracker.downloads_today: self.prefs.downloads_today = self.downloads_today_tracker.downloads_today self.downloadsToday.setValue(downloads_today) self.downloadsToday.valueChanged.connect(self.downloadsTodayChanged) tip = _("A counter that is remembered each time the program is run ") self.storedNumberLabel = QLabel(_("Stored number:")) self.storedNumberLabel.setToolTip(tip) self.storedNumber = QSpinBox() self.storedNumberLabel.setBuddy(self.storedNumber) self.storedNumber.setMinimum(0) self.storedNumber.setMaximum(self.c_maxint) self.storedNumber.setToolTip(tip) self.storedNumber.setValue(self.stored_sequence_no) self.storedNumber.valueChanged.connect(self.storedNumberChanged) tip = _( "The time at which the Downloads today sequence number should be " "reset" ) self.dayStartLabel = QLabel(_("Day start:")) self.dayStartLabel.setToolTip(tip) self.dayStart = QTimeEdit() self.dayStart.setToolTip(tip) self.dayStart.setTime(self.prefs.get_day_start_qtime()) self.dayStart.timeChanged.connect(self.timeChanged) # 24 hour format, if wanted in a future release: # self.dayStart.setDisplayFormat('HH:mm:ss') self.sync = QCheckBox(_("Synchronize RAW + JPEG")) self.sync.setChecked(self.prefs.synchronize_raw_jpg) self.sync.stateChanged.connect(self.syncChanged) tip = _( "Synchronize sequence numbers for matching RAW and JPEG pairs.\n\n" "See the online documentation for more details." ) self.sync.setToolTip(tip) self.sequences = QGroupBox(_("Sequence Numbers")) sequencesLayout = QFormLayout() sequencesLayout.addRow(self.storedNumberLabel, self.storedNumber) sequencesLayout.addRow(self.downloadsTodayLabel, self.downloadsToday) sequencesLayout.addRow(self.dayStartLabel, self.dayStart) sequencesLayout.addRow(self.sync) self.sequences.setLayout(sequencesLayout) self.stripCharacters = QCheckBox(_("Strip incompatible characters")) self.stripCharacters.setChecked(self.prefs.strip_characters) self.stripCharacters.stateChanged.connect(self.stripCharactersChanged) self.stripCharacters.setToolTip( _( "Whether photo, video and folder names should have any characters " "removed that are not allowed by other operating systems" ) ) self.compatibility = QGroupBox(_("Compatibility")) self.compatibility.setLayout(compatibilityLayout) compatibilityLayout.addWidget(self.stripCharacters) layout.addWidget(self.sequences) layout.addWidget(self.compatibility) layout.addStretch() layout.setSpacing(18) self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Expanding) @property def stored_sequence_no(self) -> int: try: stored_value = int(self.prefs.stored_sequence_no) + 1 assert 0 <= stored_value <= self.c_maxint except (ValueError, AssertionError): stored_value = 0 logging.error("Resetting invalid stored sequence number to 0") self.prefs.stored_sequence_no = -1 return stored_value @stored_sequence_no.setter def stored_sequence_no(self, value: int) -> None: logging.info("Setting stored sequence no to %d", value) self.prefs.stored_sequence_no = value - 1 @pyqtSlot(QTime) def timeChanged(self, time: QTime) -> None: hour = time.hour() minute = time.minute() self.prefs.day_start = f"{hour}:{minute}" logging.debug("Setting day start to %s", self.prefs.day_start) self.downloads_today_tracker.set_day_start(hour=hour, minute=minute) @pyqtSlot(int) def downloadsTodayChanged(self, value: int) -> None: self.downloads_today_tracker.reset_downloads_today(value=value) dt = self.downloads_today_tracker.downloads_today logging.debug("Setting downloads today value to %s %s", dt[0], dt[1]) self.prefs.downloads_today = dt if self.prefs.photo_rename_pref_uses_downloads_today(): self.photoRenameWidget.updateExampleFilename(downloads_today=dt) if self.prefs.video_rename_pref_uses_downloads_today(): self.videoRenameWidget.updateExampleFilename(downloads_today=dt) @pyqtSlot(int) def storedNumberChanged(self, value: int) -> None: self.stored_sequence_no = value if self.prefs.photo_rename_pref_uses_stored_sequence_no(): self.photoRenameWidget.updateExampleFilename(stored_sequence_no=value - 1) if self.prefs.video_rename_pref_uses_stored_sequence_no(): self.videoRenameWidget.updateExampleFilename(stored_sequence_no=value - 1) @pyqtSlot(int) def syncChanged(self, state: int) -> None: sync = state == Qt.Checked logging.debug("Setting synchronize RAW + JPEG sequence values to %s", sync) self.prefs.synchronize_raw_jpg = sync @pyqtSlot(int) def stripCharactersChanged(self, state: int) -> None: strip = state == Qt.Checked logging.debug("Setting strip incompatible characers to %s", strip) self.prefs.strip_characters = strip class RenamePanel(ScrollAreaNoFrame): """ Renaming preferences widget, for photos, videos, and general renaming options. """ def __init__(self, parent) -> None: super().__init__(name="renamePanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("renamePanelScrollArea") self.photoRenamePanel = QPanelView( label=_("Photo Renaming"), ) self.photoRenamePanel.setObjectName("photoRenamePanelView") self.videoRenamePanel = QPanelView( label=_("Video Renaming"), ) self.videoRenamePanel.setObjectName("videoRenamePanelView") self.renameOptionsPanel = QPanelView( label=_("Renaming Options"), ) self.renameOptionsPanel.setObjectName("renameOptionsPanelView") self.photoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_photo_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process, ) self.photoRenameWidget.setObjectName("photoRenameWidget") self.videoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_video_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process, ) self.videoRenameWidget.setObjectName("videoRenameWidget") self.renameOptions = RenameOptionsWidget( prefs=self.prefs, parent=self, photoRenameWidget=self.photoRenameWidget, videoRenameWidget=self.videoRenameWidget, ) self.renameOptions.setObjectName("renameOptionsWidget") self.photoRenamePanel.addWidget(self.photoRenameWidget) self.videoRenamePanel.addWidget(self.videoRenameWidget) self.renameOptionsPanel.addWidget(self.renameOptions) for widget in ( self.photoRenameWidget, self.videoRenameWidget, self.renameOptions, ): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect( self.renameOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(QSplitter().handleWidth()) widget.setLayout(layout) layout.addWidget(self.photoRenamePanel) layout.addWidget(self.videoRenamePanel) layout.addWidget(self.renameOptionsPanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) def updateSequences( self, downloads_today: list[str], stored_sequence_no: int ) -> None: """ Update the value displayed in the display to reflect any values changed after the completion of a download. :param downloads_today: new downloads today value :param stored_sequence_no: new stored sequence number value """ self.renameOptions.downloadsToday.setValue(int(downloads_today[1])) self.renameOptions.downloads_today_tracker.downloads_today = downloads_today self.renameOptions.storedNumber.setValue(stored_sequence_no + 1) def setSamplePhoto(self, sample_photo: Photo) -> None: self.photoRenameWidget.updateSampleFile(sample_rpd_file=sample_photo) def setSampleVideo(self, sample_video: Video) -> None: self.videoRenameWidget.updateSampleFile(sample_rpd_file=sample_video) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/rotatedpushbutton.py0000644000175000017500000001603714562557501023453 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" from enum import IntEnum from PyQt5.QtGui import QColor, QPalette from PyQt5.QtWidgets import ( QPushButton, QSizePolicy, QStyle, QStyleOptionButton, QStylePainter, ) from raphodo.ui.viewutils import is_dark_mode, menuHoverColor class VerticalRotation(IntEnum): left_side = 270 right_side = 90 class FlatButton: _padding = ( "padding-left: 7px; " "padding-right: 7px; " "padding-top: 6px; " "padding-bottom: 6px; " ) def setFlatStyle( self, button: QPushButton, darker_if_checked: bool = True, padding: str = "", color: QColor | None = None, checkedHoverColor: QColor | None = None, text_color: QColor | None = None, ) -> None: """ Apply styling to top left device(s) button, as well as left and right panel buttons. :param button: QPushButton to apply styling to :param darker_if_checked: True if appearance darkens when the button is checked :param padding: padding around the button :param color: button color :param checkedHoverColor: color to apply when the button is both checked and on hover :param text_color: button text color """ if color is None: color = QPalette().color(QPalette.Window) default_color = color.name(QColor.HexRgb) if darker_if_checked: if is_dark_mode(): checked_color = QPalette().color(QPalette.Light).name(QColor.HexRgb) else: checked_color = color.darker(125).name(QColor.HexRgb) else: checked_color = default_color if checkedHoverColor is None: hover_color = menuHoverColor().name(QColor.HexRgb) else: hover_color = checkedHoverColor.name(QColor.HexRgb) if not padding: padding = self._padding if text_color is not None: text = f"color: {text_color.name(QColor.HexRgb)};" else: text = "" # outline:none is used to remove the rectangle that appears on a # button when the button has focus # http://stackoverflow.com/questions/17280056/qt-css-decoration-on-focus stylesheet = f""" QPushButton {{ background-color: {default_color}; border: 0px; outline: none; {padding} {text} }} QPushButton:checked {{ background-color: {checked_color}; border: none; }} QPushButton:hover {{ background-color: {hover_color}; border-style: inset; }} """ button.setStyleSheet(stylesheet) def setHighlightedFlatStyle(self, button: QPushButton) -> None: palette = QPalette() color = palette.color(palette.Highlight) text_color = palette.color(palette.HighlightedText) self.setFlatStyle( button, color=color, text_color=text_color, darker_if_checked=False, checkedHoverColor=color.darker(106), ) class RotatedButton(QPushButton, FlatButton): left_side = 270.0 right_side = 90.0 def __init__( self, text: str, rotation: float, parent=None, ) -> None: """ A push button to show in the left or right side of a window :param text: text to display :param rotation: whether on the left or right side of the window :param parent: optional parent widget """ super().__init__(text, parent) self.buttonRotation = rotation # Use only the stylesheet to give the appearance of being flat. # Don't mix and match stylesheet and non-stylesheet options for widgets. # http://stackoverflow.com/questions/34654545/qt-flat-qpushbutton-background-color-doesnt-work self.setFlatStyle(self) self.setCheckable(True) self.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.MinimumExpanding) def paintEvent(self, event): painter = QStylePainter(self) painter.rotate(self.buttonRotation) if self.buttonRotation == VerticalRotation.left_side: painter.translate(-1 * self.height(), 0) elif self.buttonRotation == VerticalRotation.right_side: painter.translate(0, -1 * self.width()) painter.drawControl(QStyle.CE_PushButton, self.getSyleOptions()) def setRotation(self, rotation: float): self.buttonRotation = rotation def sizeHint(self): size = super().sizeHint() size.transpose() return size def getSyleOptions(self) -> QStyleOptionButton: options = QStyleOptionButton() options.initFrom(self) size = options.rect.size() size.transpose() options.rect.setSize(size) try: options.features = QStyleOptionButton.None_ except AttributeError: # Allow for bug in PyQt 5.4 options.features = getattr(QStyleOptionButton, "None") if self.isFlat(): options.features |= QStyleOptionButton.Flat if self.menu(): options.features |= QStyleOptionButton.HasMenu if self.autoDefault() or self.isDefault(): options.features |= QStyleOptionButton.AutoDefaultButton if self.isDefault(): options.features |= QStyleOptionButton.DefaultButton if self.isDown() or (self.menu() and self.menu().isVisible()): options.state |= QStyle.State_Sunken if self.isChecked(): options.state |= QStyle.State_On if not self.isFlat() and not self.isDown(): options.state |= QStyle.State_Raised options.text = self.text() options.icon = self.icon() options.iconSize = self.iconSize() return options def setHighlighted(self, highlighted: bool) -> None: """ Change the button appearance to highlight the button using the theme's highlight color :param highlighted: if True the button will be highlighted """ if highlighted: self.setHighlightedFlatStyle(self) else: self.setFlatStyle(self) self.update() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/sourcepanel.py0000644000175000017500000003432014562557501022170 0ustar00damondamon# Copyright (C) 2017-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display photo and video sources -- Devices and This Computer, as well as the Timeline """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2024, Damon Lynch" import logging from PyQt5.QtCore import QPoint, QSettings, Qt, pyqtSlot from PyQt5.QtWidgets import QApplication, QSizePolicy, QStyle, QVBoxLayout, QWidget from raphodo.constants import TemporalProximityState from raphodo.proximity import TemporalProximityControls from raphodo.ui.viewutils import ScrollAreaNoFrame, SourceSplitter class SourcePanel(ScrollAreaNoFrame): """ Display Devices and This Computer sources, as well as the timeline """ def __init__(self, rapidApp) -> None: super().__init__(name="sourcePanel", parent=rapidApp) assert rapidApp is not None self.rapidApp = rapidApp self.prefs = self.rapidApp.prefs self.settings = QSettings() self.settings.beginGroup("MainWindow") self.setObjectName("sourcePanelScrollArea") self.sourcePanelWidget = QWidget(parent=self) self.sourcePanelWidget.setObjectName("sourcePanelWidget") self.splitter = SourceSplitter(parent=self.sourcePanelWidget) self.splitter.setObjectName("sourcePanelSplitter") self.splitter.setOrientation(Qt.Vertical) self.setWidget(self.sourcePanelWidget) self.setWidgetResizable(True) layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(self.splitter.handleWidth()) self.sourcePanelWidget.setLayout(layout) self.thisComputerBottomFrameConnection = None self.thisComputerAltBottomFrameConnection = None self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) def sourcesIsChecked(self) -> bool: """ Determine if download sources are to be visible. :return: True if only widget to be displayed is the Timeline, else False """ return self.rapidApp.sourceButton.isChecked() or ( self.rapidApp.on_startup and self.rapidApp.sourceButtonSetting() ) def temporalProximityIsChecked(self) -> bool: """ Determine if the Timeline is or is going to be visible. Works during startup. :return: True if the Timeline is or will be visible, else False """ return self.rapidApp.proximityButton.isChecked() or ( self.rapidApp.on_startup and self.rapidApp.proximityButtonSetting() ) def needSplitter(self) -> bool: """ A splitter is used if the Timeline should be showed, and This Computer is toggled on and is to be shown. :return: True if splitter should be used, else False """ return ( self.temporalProximityIsChecked() and self.thisComputerToggleView.on() and self.sourcesIsChecked() ) def addSourceViews(self) -> None: """ Add source widgets and timeline """ self.deviceToggleView = self.rapidApp.deviceToggleView self.deviceView = self.rapidApp.deviceView self.thisComputerToggleView = self.rapidApp.thisComputerToggleView self.thisComputer = self.rapidApp.thisComputer self.temporalProximity = self.rapidApp.temporalProximity self.deviceToggleView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Fixed ) self.temporalProximity.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) layout = self.sourcePanelWidget.layout() # type: QVBoxLayout layout.addWidget(self.deviceToggleView, 0) for widget in ( self.deviceView, self.thisComputer, self.thisComputerToggleView.alternateWidget, ): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) for widget in self.temporalProximity.flexiFrameWidgets(): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect(widget.containerHorizontalScrollBar) def placeWidgets(self) -> None: """ Place This Computer and Timeline widgets in the correct container """ # Scenarios: # TL = Timeline (temporal proximity) # D = Device Toggle View # TC = This Computer Toggle View # TL only: TL in panel, D & TC hidden, splitter hidden # Sources showing only: D & TC in panel, TL hidden, splitter hidden # All showing: D in panel, and: # if TC on, TC and TL in splitter, splitter showing # if TC off, TC and TL in panel, splitter hidden layout = self.sourcePanelWidget.layout() # type: QVBoxLayout if not self.needSplitter(): if self.splitter.isVisible(): self.settings.setValue( "leftPanelSplitterSizes", self.splitter.saveState() ) self.settings.sync() layout.addWidget(self.thisComputerToggleView) layout.addWidget(self.temporalProximity) layout.addWidget(self.splitter) self.splitter.setVisible(False) else: layout.addWidget(self.splitter) self.splitter.addWidget(self.thisComputerToggleView) self.splitter.addWidget(self.temporalProximity) for index in range(self.splitter.count()): self.splitter.setCollapsible(index, False) self.handle = self.splitter.handle(1) self.handle.mousePress.connect(self.splitterHandleMousePress) self.handle.mouseReleased.connect(self.splitterHandleMouseRelease) self.splitter.setVisible(True) splitterSetting = self.settings.value("leftPanelSplitterSizes") if splitterSetting is not None and not self.splitter.restoreState( splitterSetting ): logging.debug( "Did not restore left splitter sizing because it is no " "longer valid" ) self.setThisComputerToggleViewSizePolicy() def setThisComputerToggleViewSizePolicy(self) -> None: if self.thisComputerToggleView.on(): if self.temporalProximityIsChecked(): self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Preferred ) else: self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) else: if self.temporalProximityIsChecked(): self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Fixed ) else: self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) def setSourcesVisible(self, visible: bool) -> None: self.deviceToggleView.setVisible(visible) self.thisComputerToggleView.setVisible(visible) self.splitter.setVisible(self.needSplitter()) if visible and self.verticalScrollBar().isVisible(): # scroll up to make Devices and This Computer, if necessary auto_scroll = self.prefs.auto_scroll if auto_scroll: self.rapidApp.temporalProximityControls.setTimelineThumbnailAutoScroll( on=False ) self.verticalScrollBar().setValue(self.verticalScrollBar().minimum()) if auto_scroll: self.rapidApp.temporalProximityControls.setTimelineThumbnailAutoScroll( on=True ) def setThisComputerBottomFrame(self, temporalProximityVisible: bool) -> None: """ Connect or disconnect reaction of This Computer widget to the Scroll Area horizontal scroll bar becoming visible or not. Idea is to not react when the Timeline is visible, and react when it is hidden, which is when the This Computer widget is the bottommost widget. :param temporalProximityVisible: whether the timeline is visible """ if temporalProximityVisible: if self.thisComputerBottomFrameConnection: self.horizontalScrollBarVisible.disconnect( self.thisComputerBottomFrameConnection ) self.thisComputerBottomFrameConnection = None if self.thisComputerAltBottomFrameConnection: self.horizontalScrollBarVisible.disconnect( self.thisComputerAltBottomFrameConnection ) self.thisComputerAltBottomFrameConnection = None # Always show the bottom edge frame, regardless of what the scroll area # scrollbar is doing self.thisComputer.containerHorizontalScrollBar(False) self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar( False ) else: if self.thisComputerBottomFrameConnection is None: self.thisComputerBottomFrameConnection = ( self.horizontalScrollBarVisible.connect( self.thisComputer.containerHorizontalScrollBar ) ) if self.thisComputerAltBottomFrameConnection is None: self.thisComputerAltBottomFrameConnection = self.horizontalScrollBarVisible.connect( # noqa: E501 self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar ) self.thisComputer.containerHorizontalScrollBar( self.horizontalScrollBar().isVisible() ) self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar( self.horizontalScrollBar().isVisible() ) def setTemporalProximityVisible(self, visible: bool) -> None: self.placeWidgets() self.setThisComputerBottomFrame(visible) self.temporalProximity.setVisible(visible) self.setThisComputerAltWidgetVisible(visible) def setThisComputerAltWidgetVisible(self, temporalProximityVisible: bool) -> None: if not self.thisComputerToggleView.on(): self.thisComputerToggleView.alternateWidget.setVisible( not temporalProximityVisible ) def setThisComputerState(self) -> None: self.placeWidgets() self.setThisComputerAltWidgetVisible(self.temporalProximityIsChecked()) self.setThisComputerToggleViewSizePolicy() @pyqtSlot() def splitterHandleMousePress(self) -> None: y = self.handle.pos().y() if self.temporalProximity.state == TemporalProximityState.generated: self.temporalProximity.temporalProximityView.setMinimumHeight(20) else: stackedWidget = self.temporalProximity.stackedWidget if self.temporalProximity.state == TemporalProximityState.empty: self.temporalProximity.explanation.setChildPositions(fixed=True) height = max(self.splitter.height(), self.height()) self.splitter.setFixedHeight( height + stackedWidget.minimumSizeHint().height() ) self.handle.moveSplitter(y) @pyqtSlot() def splitterHandleMouseRelease(self) -> None: y = self.handle.pos().y() if self.temporalProximity.state == TemporalProximityState.generated: self.temporalProximity.setProximityHeight() else: self.temporalProximity.explanation.setChildPositions(fixed=False) self.temporalProximity.stackedWidget.onCurrentChanged( self.temporalProximity.state ) self.setSplitterSize() self.handle.moveSplitter(y) def setSplitterSize(self) -> None: if self.needSplitter(): bottom_frame = ( 0 if self.horizontalScrollBar().isVisible() else self.frame_width ) if self.temporalProximity.state == TemporalProximityState.generated: self.splitter.setFixedHeight( self.splitter.sizes()[0] # handle position + self.splitter.handleWidth() + self.frame_width + self.temporalProximity.temporalProximityView.contentHeight() + bottom_frame ) else: stackedWidget = self.temporalProximity.stackedWidget devices_y = abs(self.deviceToggleView.mapTo(self, QPoint(0, 0)).y()) devices_height = self.splitter.mapTo(self, QPoint(0, 0)).y() + devices_y # handle position + handle width: y = self.splitter.sizes()[0] + self.splitter.handleWidth() min_height = stackedWidget.minimumSizeHint().height() if self.height() - devices_height > y + min_height: height = self.height() - y - devices_height else: height = min_height self.splitter.setFixedHeight(y + height) class LeftPanelContainer(QWidget): def __init__( self, sourcePanel: SourcePanel, temporalProximityControls: TemporalProximityControls, ) -> None: super().__init__() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(0) layout.addWidget(sourcePanel) layout.addWidget(temporalProximityControls) self.setLayout(layout) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/splashscreen.py0000644000175000017500000000376414562557501022352 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import Qt from PyQt5.QtGui import QBrush, QColor, QPainter, QPen, QPixmap from PyQt5.QtWidgets import QSplashScreen from raphodo import __about__ class SplashScreen(QSplashScreen): def __init__(self, pixmap: QPixmap, flags) -> None: super().__init__(pixmap, flags) self.progress = 0 try: self.image_width = pixmap.width() / pixmap.devicePixelRatioF() except AttributeError: self.image_width = pixmap.width() / pixmap.devicePixelRatio() self.progressBarPen = QPen(QBrush(QColor(Qt.white)), 2.0) def drawContents(self, painter: QPainter): painter.save() painter.setPen(QColor(Qt.black)) painter.drawText(18, 64, __about__.__version__) if self.progress: painter.setPen(self.progressBarPen) x = int(self.progress / 100 * self.image_width) painter.drawLine(0, 360, x, 360) painter.restore() def setProgress(self, value: int) -> None: """ Update splash screen progress bar :param value: percent done, between 0 and 100 """ self.progress = value self.repaint() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/toggleswitch.py0000644000175000017500000001541214562557501022354 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Toggle Switch reminiscent of Android On/off switches: https://www.google.com/design/spec/components/selection-controls.html Visual style is rounded. However, by adjusting the style sheet it can be made like a rounded square, close to how Gnome handles it, albeit without the "ON"/"OFF text. Inspiration: http://stackoverflow.com/questions/14780517/toggle-switch-in-qt http://thesmithfam.org/blog/2010/03/10/fancy-qslider-stylesheet/ """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import Qt, pyqtSlot from PyQt5.QtGui import QColor, QFont, QFontMetrics, QPalette from PyQt5.QtWidgets import QAbstractSlider, QApplication, QSlider class QToggleSwitch(QSlider): """ Toggle Switch reminiscent of Android On/off switches. Connect to signal valueChanged to react to user setting the switch. """ def __init__( self, background: QColor | None = None, parent=None, size: int = 2 ) -> None: """ Toggle switch that can be dragged or clicked to change value :param background: background color :param parent: parent widget :param size: size of widget as multiplier, where base widget height is half that of font height """ super().__init__(Qt.Horizontal, parent) self.base_height = QFontMetrics(QFont()).height() // 2 * size self.radius = self.base_height // 2 width = self.base_height * 2 self.widgetWidth = width self.handleWidth = width // 2 self.sliderRange = width self.sliderMidPoint = width // 2 self.setRange(0, self.sliderRange) self.setMaximumWidth(self.widgetWidth) self.setFixedHeight(self.base_height + 6) # Track if button was dragged in the control self.dragged = False self.setStyleSheet(self.stylesheet(background)) self.actionTriggered.connect(self.onActionTriggered) self.sliderReleased.connect(self.onSliderRelease) def stylesheet(self, background: QColor | None) -> str: shading_intensity = 104 windowColor = QPalette().color(QPalette().Window) # type: QColor if background is None: backgroundName = windowColor.name() else: backgroundName = QColor(background).name() handleLightName = (QPalette().color(QPalette().Light)).name() # type: str handleDarkName = (QPalette().color(QPalette().Dark)).name() # type: str handleHoverLightName = ( (QPalette().color(QPalette().Light)).lighter(shading_intensity).name() ) handleHoverDarkName = ( (QPalette().color(QPalette().Dark)).darker(shading_intensity).name() ) insetDarkName = windowColor.darker(108).name() insetLightName = windowColor.darker(102).name() highlightColor = QPalette().color(QPalette().Highlight) # type: QColor highlightLightName = highlightColor.lighter(110).name() highlightDarkName = highlightColor.darker(130).name() return f""" QSlider::groove:horizontal {{ background-color: {backgroundName}; height: {self.base_height}px; }} QSlider::sub-page:horizontal {{ background: qlineargradient(x1: 0, y1: 0.2, x2: 1, y2: 1, stop: 0 {highlightDarkName}, stop: 1 {highlightLightName}); border: 1px solid #777; border-top-left-radius: {self.radius}px; border-bottom-left-radius: {self.radius}px; }} QSlider::add-page:horizontal {{ background: qlineargradient(x1: 0, y1: 0.2, x2: 1, y2: 1, stop: 0 {insetDarkName}, stop: 1 {insetLightName}); border: 1px solid #777; border-top-right-radius: {self.radius}px; border-bottom-right-radius: {self.radius}px; }} QSlider::handle:horizontal {{ background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 {handleLightName}, stop:1 {handleDarkName}); border: 1px solid #777; width: {self.handleWidth}px; border-radius: {self.radius}px; }} QSlider::handle:horizontal:hover {{ background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 {handleHoverLightName}, stop:1 {handleHoverDarkName}); border: 1px solid #444; border-radius: {self.radius}px; }} QSlider::sub-page:horizontal:disabled {{ background: #bbb; border-color: #999; }} QSlider::add-page:horizontal:disabled {{ background: #eee; border-color: #999; }} QSlider::handle:horizontal:disabled {{ background: #eee; border: 1px solid #aaa; border-radius: {self.radius}px; }} """ @pyqtSlot(int) def onActionTriggered(self, action: int) -> None: if action == QAbstractSlider.SliderMove: self.dragged = True else: if action % 2: self.setValue(self.sliderRange) else: self.setValue(0) @pyqtSlot() def onSliderRelease(self) -> None: if self.dragged: if self.sliderPosition() >= self.sliderMidPoint: self.setValue(self.sliderRange) else: self.setValue(0) self.dragged = False else: # Account for user pressing the button itself if self.value() == self.sliderRange: self.setValue(0) else: self.setValue(self.sliderRange) def on(self) -> bool: return self.value() == self.sliderRange def setOn(self, on: bool = True) -> None: if on: self.setValue(self.sliderRange) else: self.setValue(0) if __name__ == "__main__": import sys app = QApplication(sys.argv) b = QToggleSwitch(size=10) b.show() sys.exit(app.exec_()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/toggleview.py0000644000175000017500000001032114562557501022017 0ustar00damondamon# Copyright (C) 2016-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Widget containing Header with Toggle Switch, and contains widget that appears or disappears depending on the toggle switch's state. Portions modeled on Canonical's QExpander, which is an 'Expander widget similar to the GtkExpander', Copyright 2012 Canonical Ltd """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2024, Damon Lynch" from PyQt5.QtCore import QSize, pyqtSignal, pyqtSlot from PyQt5.QtGui import QColor from PyQt5.QtWidgets import QLayout, QWidget # noqa: F401 from raphodo.constants import DarkModeHeaderBackgroundName, HeaderBackgroundName from raphodo.ui.panelview import QPanelView from raphodo.ui.toggleswitch import QToggleSwitch from raphodo.ui.viewutils import BlankWidget, is_dark_mode class QToggleView(QPanelView): """ A header bar with toggle switch over a widget that is switched on/off. """ valueChanged = pyqtSignal(bool) def __init__( self, label: str, display_alternate: bool, object_name: str, toggleToolTip: str | None, headerColor: QColor | None = None, headerFontColor: QColor | None = None, on: bool = True, parent: QWidget = None, ) -> None: if headerColor is None: if is_dark_mode(): headerColor = QColor(DarkModeHeaderBackgroundName) else: headerColor = QColor(HeaderBackgroundName) super().__init__( label=label, headerColor=headerColor, headerFontColor=headerFontColor, parent=parent, ) # Override base class definition: self.headerLayout.setContentsMargins(5, 0, 5, 0) self.setObjectName(object_name) if display_alternate: self.alternateWidget = BlankWidget() layout = self.layout() # type: QLayout layout.addWidget(self.alternateWidget) else: self.alternateWidget = None self.toggleSwitch = QToggleSwitch(background=headerColor, parent=self) self.toggleSwitch.valueChanged.connect(self.toggled) if toggleToolTip: self.toggleSwitch.setToolTip(toggleToolTip) self.addHeaderWidget(self.toggleSwitch) self.toggleSwitch.setOn(on) def addWidget(self, widget: QWidget) -> None: super().addWidget(widget) self.toggled(0) def on(self) -> bool: """Return if widget is expanded.""" return self.toggleSwitch.on() def setOn(self, isOn: bool) -> None: """Expand the widget or not.""" self.toggleSwitch.setOn(isOn) @pyqtSlot(int) def toggled(self, value: int) -> None: if self.content is not None: self.content.setVisible(self.on()) if self.alternateWidget is not None: self.alternateWidget.setVisible(not self.on()) self.valueChanged.emit(self.on()) def minimumSize(self) -> QSize: size = super().minimumSize() width = size.width() height = self.minimumHeight() return QSize(width, height) def minimumHeight(self) -> int: if not self.toggleSwitch.on(): return self.header.height() else: # critically important to call updateGeometry(), as minimum height is # recalculated *after* sizeHint has been called by the Qt layout manager self.updateGeometry() return super().minimumSize().height() def sizeHint(self) -> QSize: return self.minimumSize() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/ui/viewutils.py0000644000175000017500000010412214562557501021701 0ustar00damondamon# Copyright (C) 2015-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2024, Damon Lynch" import functools import sys from collections import namedtuple from packaging.version import parse from PyQt5.QtCore import ( QT_VERSION_STR, QAbstractItemModel, QBuffer, QEvent, QIODevice, QModelIndex, QPoint, QRect, QSize, Qt, pyqtSignal, pyqtSlot, ) from PyQt5.QtGui import ( QColor, QFont, QFontMetrics, QGuiApplication, QIcon, QMouseEvent, QPainter, QPaintEvent, QPalette, QPen, QPixmap, QResizeEvent, QShowEvent, ) from PyQt5.QtWidgets import ( QApplication, QDialogButtonBox, QFrame, QItemDelegate, QLabel, QListView, QListWidget, QMessageBox, QProxyStyle, QScrollArea, QScrollBar, QSplitter, QSplitterHandle, QStyle, QStyleOption, QStyleOptionButton, QStyleOptionSlider, QStyleOptionViewItem, QStylePainter, QVBoxLayout, QWidget, ) import raphodo.xsettings as xsettings from raphodo.constants import HeaderBackgroundName, ScalingDetected QT5_VERSION = parse(QT_VERSION_STR) class RowTracker: r""" Simple class to map model rows to ids and vice versa, used in table and list views. >>> r = RowTracker() >>> r[0] = 100 >>> r {0: 100} {100: 0} >>> r[1] = 110 >>> r[2] = 120 >>> len(r) 3 >>> r.insert_row(1, 105) >>> r[1] 105 >>> r[2] 110 >>> len(r) 4 >>> 1 in r True >>> 3 in r True >>> 4 in r False >>> r.remove_rows(1) [105] >>> len(r) 3 >>> r[0] 100 >>> r[1] 110 >>> r.remove_rows(100) [] >>> len(r) 3 >>> r.insert_row(0, 90) >>> r[0] 90 >>> r[1] 100 """ def __init__(self) -> None: self.row_to_id = {} # type: dict[int, int] self.id_to_row = {} # type: dict[int, int] def __getitem__(self, row) -> int: return self.row_to_id[row] def __setitem__(self, row, id_value) -> None: self.row_to_id[row] = id_value self.id_to_row[id_value] = row def __len__(self) -> int: return len(self.row_to_id) def __contains__(self, row) -> bool: return row in self.row_to_id def __delitem__(self, row) -> None: id_value = self.row_to_id[row] del self.row_to_id[row] del self.id_to_row[id_value] def __repr__(self) -> str: return f"{self.row_to_id!r} {self.id_to_row!r}" def __str__(self) -> str: return f"Row to id: {self.row_to_id!r}\nId to row: {self.id_to_row!r}" def row(self, id_value) -> int: """ :param id_value: the ID, e.g. scan_id, uid, row_id :return: the row associated with the ID """ return self.id_to_row[id_value] def insert_row(self, position: int, id_value) -> None: """ Inserts row into the model at the given position, assigning the id_id_value. :param position: the position of the first row to insert :param id_value: the id to be associated with the new row """ ids = [id_value for row, id_value in self.row_to_id.items() if row < position] ids_to_move = [ id_value for row, id_value in self.row_to_id.items() if row >= position ] ids.append(id_value) ids.extend(ids_to_move) self.row_to_id = dict(enumerate(ids)) self.id_to_row = dict(((y, x) for x, y in list(enumerate(ids)))) def remove_rows(self, position: int, rows=1) -> list[int]: """ :param position: the position of the first row to remove :param rows: how many rows to remove :return: the ids of those rows which were removed """ final_pos = position + rows - 1 ids_to_keep = [ id_value for row, id_value in self.row_to_id.items() if row < position or row > final_pos ] ids_to_remove = [ idValue for row, idValue in self.row_to_id.items() if row >= position and row <= final_pos ] self.row_to_id = dict(enumerate(ids_to_keep)) self.id_to_row = dict(((y, x) for x, y in list(enumerate(ids_to_keep)))) return ids_to_remove ThumbnailDataForProximity = namedtuple( "ThumbnailDataForProximity", "uid, ctime, file_type, previously_downloaded" ) def paletteMidPen() -> QPen: if sys.platform == "win32": return QPen(QApplication.palette().mid().color().lighter(120)) else: return QPen(QApplication.palette().mid().color()) class MainWindowSplitter(QSplitter): heightChanged = pyqtSignal(int) def __init__(self, parent: QWidget | None = None) -> None: super().__init__(parent=parent) self.previous_height = 0 self.setObjectName("mainWindowHorizontalSplitter") self.setOrientation(Qt.Horizontal) def resizeEvent(self, event: QResizeEvent) -> None: super().resizeEvent(event) height = self.height() if height != self.previous_height: self.heightChanged.emit(height) self.previous_height = height class SourceSplitterHandle(QSplitterHandle): """ Splitter handle for Download Source Splitter """ mousePress = pyqtSignal() mouseReleased = pyqtSignal() def mousePressEvent(self, event: QMouseEvent) -> None: super().mousePressEvent(event) self.mousePress.emit() def mouseReleaseEvent(self, event: QMouseEvent) -> None: super().mouseReleaseEvent(event) self.mouseReleased.emit() class SourceSplitter(QSplitter): """ Download Source Splitter Emits a signal when handle mouse pressed, and another when released """ def createHandle(self) -> QSplitterHandle: return SourceSplitterHandle(Qt.Vertical, self) class ScrollBarEmitsVisible(QScrollBar): """ Emits a signal when it appears or disappears. Shares same code with FramedScrollBar, which is unavoidable due to rules around PyQt multiple inheritance. """ scrollBarVisible = pyqtSignal(bool) def __init__(self, orientation, parent: QWidget | None = None) -> None: super().__init__(orientation=orientation, parent=parent) self.rangeChanged.connect(self.scrollBarChange) self.visible_state = None @pyqtSlot(int, int) def scrollBarChange(self, min: int, max: int) -> None: visible = max != 0 if visible != self.visible_state: self.visible_state = visible self.scrollBarVisible.emit(visible) class FramedScrollBar(QScrollBar): """ QScrollBar for use with Fusion widgets which expect to be framed e.g. QScrollArea, but are not, typically because their children already have a frame. """ scrollBarVisible = pyqtSignal(bool) def __init__(self, orientation, name: str, parent: QWidget | None = None) -> None: super().__init__(orientation=orientation, parent=parent) self.frame_width = self.style().pixelMetric(QStyle.PM_DefaultFrameWidth) orientation = "Vertical" if orientation == Qt.Vertical else "Horizontal" self.setObjectName(f"{name}{orientation}ScrollBar") self.midPen = paletteMidPen() self.rangeChanged.connect(self.scrollBarChange) self.visible_state = None @pyqtSlot(int, int) def scrollBarChange(self, min: int, max: int) -> None: visible = max != 0 if not visible and visible != self.visible_state: self.visible_state = visible self.scrollBarVisible.emit(visible) def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) if not self.visible_state: self.visible_state = self.maximum() != 0 self.scrollBarVisible.emit(self.visible_state) def sizeHint(self) -> QSize: """ Increase the size of the scrollbar to account for the width of the frames """ size = super().sizeHint() if self.orientation() == Qt.Vertical: return QSize( size.width() + self.frame_width, size.height() + self.frame_width * 2 ) else: return QSize( size.width() + self.frame_width * 2, size.height() + self.frame_width ) def paintEvent(self, event: QPaintEvent) -> None: """ Render the scrollbars using Qt's draw control, and render the frame elements dependent on whether the partner horizontal / vertical scrollbar is also visible """ painter = QStylePainter(self) if self.orientation() == Qt.Vertical: painter.translate(0.0, self.frame_width) else: painter.translate(self.frame_width, 0.0) option = QStyleOptionSlider() option.initFrom(self) option.maximum = self.maximum() option.minimum = self.minimum() option.pageStep = self.pageStep() option.singleStep = self.singleStep() option.sliderPosition = self.sliderPosition() option.orientation = self.orientation() if self.orientation() == Qt.Horizontal: option.state |= QStyle.State_Horizontal rect = self.renderRect() option.rect = rect option.palette = self.palette() option.subControls = ( QStyle.SC_ScrollBarAddLine | QStyle.SC_ScrollBarSubLine | QStyle.SC_ScrollBarAddPage | QStyle.SC_ScrollBarSubPage | QStyle.SC_ScrollBarFirst | QStyle.SC_ScrollBarLast ) painter.fillRect( option.rect, QApplication.palette().window().color().darker(102) ) self.style().drawComplexControl(QStyle.CC_ScrollBar, option, painter) # Highlight the handle (slider) on mouse over, otherwise render it as normal option.subControls = QStyle.SC_ScrollBarSlider if option.state & QStyle.State_MouseOver == QStyle.State_MouseOver: palette = self.palette() if sys.platform == "win32": color = self.palette().base().color() else: color = self.palette().button().color().lighter(102) palette.setColor(QPalette.Button, color) option.palette = palette self.style().drawComplexControl(QStyle.CC_ScrollBar, option, painter) # Render the borders painter.resetTransform() painter.setPen(self.midPen) self.renderEdges(painter) def renderRect(self) -> QRect: rect = QRect(self.rect()) if self.orientation() == Qt.Vertical: rect.adjust(self.frame_width, self.frame_width * 2, 0, 0) else: rect.adjust(self.frame_width * 2, self.frame_width, 0, 0) return rect def renderEdges(self, painter: QStylePainter) -> None: rect = self.rect() if self.orientation() == Qt.Vertical: painter.drawLine(rect.topLeft(), rect.topRight()) painter.drawLine(rect.topRight(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if not self.parent().parent().horizontalScrollBar().isVisible(): painter.drawLine(rect.bottomLeft(), rect.bottomRight()) else: painter.drawLine(rect.topLeft(), rect.bottomLeft()) painter.drawLine(rect.bottomLeft(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.topRight()) if not self.parent().parent().verticalScrollBar().isVisible(): painter.drawLine(rect.bottomRight(), rect.topRight()) class TopFramedVerticalScrollBar(FramedScrollBar): def __init__(self, name: str, parent: QWidget | None = None) -> None: super().__init__(orientation=Qt.Vertical, name=name, parent=parent) def sizeHint(self) -> QSize: """ Increase the size of the scrollbar to account for the extra height """ size = super().sizeHint() return QSize(size.width(), size.height() + self.frame_width) def renderRect(self) -> QRect: rect = QRect(self.rect()) rect.adjust(0, self.frame_width, 0, 0) return rect def renderEdges(self, painter: QStylePainter) -> None: rect = self.rect() painter.drawLine(rect.topLeft(), rect.topRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) class ScrollAreaNoFrame(QScrollArea): """ Scroll Area with no frame and scrollbars that frame themselves """ horizontalScrollBarVisible = pyqtSignal(bool) verticalScrollBarVisible = pyqtSignal(bool) def __init__(self, name: str, parent: QWidget) -> None: super().__init__(parent=parent) self.setFrameShape(QFrame.NoFrame) sbv = FramedScrollBar(orientation=Qt.Vertical, name=name) sbh = FramedScrollBar(orientation=Qt.Horizontal, name=name) self.setVerticalScrollBar(sbv) self.setHorizontalScrollBar(sbh) sbv.scrollBarVisible.connect(self.verticalScrollBarVisible) sbh.scrollBarVisible.connect(self.horizontalScrollBarVisible) class FlexiFrameObject: def __init__(self, **kwds): super().__init__(**kwds) self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) self.container_vertical_scrollbar_visible = None self.container_horizontal_scrollbar_visible = None self.midPen = paletteMidPen() self.quirk_mode = False self.quirkPen = QPen(device_name_highlight_color()) def paintBorders(self, painter: QPainter, rect: QRect) -> None: if self.quirk_mode: painter.setPen(self.quirkPen) painter.drawLine(rect.topLeft(), rect.topRight()) painter.setPen(self.midPen) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if ( self.container_horizontal_scrollbar_visible is None or not self.container_horizontal_scrollbar_visible ): painter.drawLine(rect.bottomLeft(), rect.bottomRight()) if ( self.container_vertical_scrollbar_visible is None or not self.container_vertical_scrollbar_visible ): painter.drawLine(rect.topRight(), rect.bottomRight()) class FlexiFrame(QWidget, FlexiFrameObject): def __init__( self, render_top_edge: bool = False, parent: QWidget | None = None ) -> None: super().__init__(parent=parent) self.render_top_edge = render_top_edge self.setAutoFillBackground(True) palette = self.palette() palette.setColor(self.backgroundRole(), palette.color(palette.Base)) self.setPalette(palette) layout = QVBoxLayout() self.setLayout(layout) @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: self.container_horizontal_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: super().paintEvent(event) rect = self.rect() painter = QPainter(self) self.paintBorders(painter=painter, rect=rect) if self.render_top_edge: painter.drawLine(rect.topLeft(), rect.topRight()) class TightFlexiFrame(FlexiFrame): def __init__( self, render_top_edge: bool = False, parent: QWidget | None = None ) -> None: super().__init__(render_top_edge=render_top_edge, parent=parent) top_margin = self.frame_width if render_top_edge else 0 self.layout().setContentsMargins( self.frame_width, top_margin, self.frame_width, self.frame_width ) if not render_top_edge: self.quirk_mode = True @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: width = 0 if visible else self.frame_width margins = self.layout().contentsMargins() margins.setRight(width) self.layout().setContentsMargins(margins) self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: height = 0 if visible else self.frame_width margins = self.layout().contentsMargins() margins.setBottom(height) self.layout().setContentsMargins(margins) self.container_horizontal_scrollbar_visible = visible class ListViewFlexiFrame(QListView, FlexiFrameObject): def __init__( self, frame_enabled: bool | None = True, parent: QWidget | None = None ) -> None: super().__init__(parent) self.setFrameShape(QFrame.NoFrame) self.frame_enabled = frame_enabled @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: self.container_horizontal_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: super().paintEvent(event) if self.frame_enabled: painter = QPainter(self.viewport()) self.paintBorders(painter=painter, rect=self.viewport().rect()) class BlankWidget(FlexiFrame): def __init__(self, parent=None): super().__init__(parent=parent) palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.setAutoFillBackground(True) self.setPalette(palette) class StyledLinkLabel(QLabel): """ Setting a link style this way works. It does not work with regular style sheets. """ def setLink(self, url: str, text: str) -> None: super().setText( f""" {text} """ ) class ProxyStyleNoFocusRectangle(QProxyStyle): """ Remove the focus rectangle from a widget """ def drawPrimitive( self, element: QStyle.PrimitiveElement, option: QStyleOption, painter: QPainter, widget: QWidget, ) -> None: if QStyle.PE_FrameFocusRect == element: pass else: super().drawPrimitive(element, option, painter, widget) @functools.cache def is_dark_mode() -> bool: text_hsv_value = QApplication.palette().color(QPalette.WindowText).value() bg_hsv_value = QApplication.palette().color(QPalette.Background).value() return text_hsv_value > bg_hsv_value class QNarrowListWidget(QListWidget): """ Create a list widget that is not by default enormously wide. See http://stackoverflow.com/questions/6337589/qlistwidget-adjust-size-to-content """ def __init__( self, minimum_rows: int = 0, minimum_width: int = 0, no_focus_recentangle: bool = False, parent=None, ) -> None: super().__init__(parent=parent) self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self._minimum_rows = minimum_rows self._minimum_width = minimum_width if no_focus_recentangle: self.setStyle(ProxyStyleNoFocusRectangle()) @property def minimum_width(self) -> int: return self._minimum_width @minimum_width.setter def minimum_width(self, width: int) -> None: self._minimum_width = width self.updateGeometry() def sizeHint(self): s = QSize() if self._minimum_rows: s.setHeight(self.count() * self.sizeHintForRow(0) + self.frameWidth() * 2) else: s.setHeight(super().sizeHint().height()) s.setWidth( max(self.sizeHintForColumn(0) + self.frameWidth() * 2, self._minimum_width) ) return s def standardIconSize() -> QSize: size = QFontMetrics(QFont()).height() * 6 return QSize(size, size) # If set to True, do translation of QMessageBox and QDialogButtonBox buttons # Set at program startup Do_Message_And_Dialog_Box_Button_Translation = True def translateDialogBoxButtons(buttonBox: QDialogButtonBox) -> None: if not Do_Message_And_Dialog_Box_Button_Translation: return buttons = ( (QDialogButtonBox.Ok, _("&OK")), (QDialogButtonBox.Close, _("&Close")), (QDialogButtonBox.Cancel, _("&Cancel")), (QDialogButtonBox.Save, _("&Save")), (QDialogButtonBox.Help, _("&Help")), (QDialogButtonBox.RestoreDefaults, _("Restore Defaults")), (QDialogButtonBox.Yes, _("&Yes")), (QDialogButtonBox.No, _("&No")), ) for role, text in buttons: button = buttonBox.button(role) if button: button.setText(text) def translateMessageBoxButtons(messageBox: QMessageBox) -> None: if not Do_Message_And_Dialog_Box_Button_Translation: return buttons = ( (QMessageBox.Ok, _("&OK")), (QMessageBox.Close, _("&Close")), (QMessageBox.Cancel, _("&Cancel")), (QMessageBox.Save, _("&Save")), (QMessageBox.Yes, _("&Yes")), (QMessageBox.No, _("&No")), ) for role, text in buttons: button = messageBox.button(role) if button: button.setText(text) def standardMessageBox( message: str, rich_text: bool, standardButtons: QMessageBox.StandardButton | QMessageBox.StandardButtons, defaultButton: QMessageBox.StandardButton | None = None, parent=None, title: str | None = None, icon: QIcon | None = None, iconPixmap: QPixmap | None = None, iconType: QMessageBox.Icon | None = None, ) -> QMessageBox: """ Create a QMessageBox to be displayed to the user. :param message: the text to display :param rich_text: whether it text to display is in HTML format :param standardButtons: or'ed buttons or button to display (Qt style) :param defaultButton: if specified, set this button to be the default :param parent: parent widget, :param title: optional title for message box, else defaults to localized 'Rapid Photo Downloader' :param iconType: type of QMessageBox.Icon to display. If standardButtons are equal to QMessageBox.Yes | QMessageBox.No, then QMessageBox.Question will be assigned to iconType :param iconPixmap: icon to display, in QPixmap format. Used only if iconType is None :param icon: icon to display, in QIcon format. Used only if iconType is None :return: the message box """ msgBox = QMessageBox(parent) if title is None: title = _("Rapid Photo Downloader") if rich_text: msgBox.setTextFormat(Qt.RichText) msgBox.setWindowTitle(title) msgBox.setText(message) msgBox.setStandardButtons(standardButtons) if defaultButton: msgBox.setDefaultButton(defaultButton) translateMessageBoxButtons(messageBox=msgBox) if iconType is None and standardButtons == QMessageBox.Yes | QMessageBox.No: iconType = QMessageBox.Question if iconType: msgBox.setIcon(iconType) else: if iconPixmap is None: if icon: iconPixmap = icon.pixmap(standardIconSize()) else: iconPixmap = QIcon(":/rapid-photo-downloader.svg").pixmap( standardIconSize() ) msgBox.setIconPixmap(iconPixmap) return msgBox def qt5_screen_scale_environment_variable() -> str: """ Get application scaling environment variable applicable to version of Qt 5 See https://doc.qt.io/qt-5/highdpi.html#high-dpi-support-in-qt Assumes Qt >= 5.4 :return: correct variable """ if parse("5.14.0") > QT5_VERSION: return "QT_AUTO_SCREEN_SCALE_FACTOR" else: return "QT_ENABLE_HIGHDPI_SCALING" def validateWindowSizeLimit(available: QSize, desired: QSize) -> tuple[bool, QSize]: """ Validate the window size to ensure it fits within the available screen size. Important if scaling makes the saved values invalid. :param available: screen geometry available for use by applications :param desired: size as requested by Rapid Photo Downloader :return: bool indicating whether size was valid, and the (possibly corrected) size """ width_valid = desired.width() <= available.width() height_valid = desired.height() <= available.height() if width_valid and height_valid: return True, desired else: return False, QSize( min(desired.width(), available.width()), min(desired.height(), available.height()), ) def validateWindowPosition( pos: QPoint, available: QSize, size: QSize ) -> tuple[bool, QPoint]: """ Validate the window position to ensure it will be displayed in the screen. Important if scaling makes the saved values invalid. :param pos: saved position :param available: screen geometry available for use by applications :param size: main window size :return: bool indicating whether the position was valid, and the (possibly corrected) position """ x_valid = available.width() - size.width() >= pos.x() y_valid = available.height() - size.height() >= pos.y() if x_valid and y_valid: return True, pos else: return False, QPoint( available.width() - size.width(), available.height() - size.height() ) def scaledPixmap(path: str, scale: float) -> QPixmap: pixmap = QPixmap(path) if scale > 1.0: pixmap = pixmap.scaledToWidth(pixmap.width() * scale, Qt.SmoothTransformation) pixmap.setDevicePixelRatio(scale) return pixmap def standard_font_size(shrink_on_odd: bool = True) -> int: h = QFontMetrics(QFont()).height() if h % 2 == 1: if shrink_on_odd: h -= 1 else: h += 1 return h def scaledIcon(path: str, size: QSize | None = None) -> QIcon: """ Create a QIcon that scales well Uses .addFile() :param path: :param scale: :param size: :return: """ i = QIcon() if size is None: s = standard_font_size() size = QSize(s, s) i.addFile(path, size) return i def coloredPixmap( color: str | QColor, path: str | None = None, pixmap: QPixmap | None = None, size: QSize | None = None, ) -> QPixmap: if isinstance(color, str): color = QColor(color) if path is not None: pixmap = QIcon(path).pixmap(size) if size else QPixmap(path) else: assert pixmap is not None painter = QPainter(pixmap) painter.setCompositionMode(QPainter.CompositionMode_SourceIn) painter.fillRect(pixmap.rect(), color) painter.end() return pixmap def darkModePixmap( path: str | None = None, pixmap: QPixmap | None = None, size: QSize | None = None, soften_regular_mode_color: bool | None = False, ) -> QPixmap: if is_dark_mode(): color = QApplication.palette().windowText().color() return coloredPixmap(path=path, pixmap=pixmap, color=color, size=size) elif soften_regular_mode_color: color = QColor(HeaderBackgroundName) return coloredPixmap(path=path, pixmap=pixmap, color=color, size=size) else: if pixmap: return pixmap if size: return QIcon(path).pixmap(size) else: return QPixmap(path) def darkModeIcon( icon: QIcon | None = None, path: str | None = None, size: QSize | None = None, soften_regular_mode_color: bool | None = False, ) -> QIcon: if is_dark_mode() or soften_regular_mode_color: if is_dark_mode(): color = QApplication.palette().windowText().color() else: color = QColor(HeaderBackgroundName) if icon: pixmap = icon.pixmap(size) pixmap = coloredPixmap(pixmap=pixmap, color=color) else: assert str pixmap = darkModePixmap(path=path, size=size) icon = QIcon() icon.addPixmap(pixmap) return icon else: if icon: return icon else: return QIcon(path) def menuHoverColor() -> QColor: if is_dark_mode(): return QGuiApplication.palette().color(QPalette.Highlight) else: return QGuiApplication.palette().color(QPalette.Background).darker(110) def screen_scaled_xsettings() -> bool: """ Use xsettings to detect if screen scaling is on. No error checking. :return: True if detected, False otherwise """ x11 = xsettings.get_xsettings() return x11.get(b"Gdk/WindowScalingFactor", 1) > 1 def any_screen_scaled_qt() -> bool: """ Detect if any of the screens on this system have scaling enabled. Call before QApplication is initialized. Uses temporary QGuiApplication. :return: True if found, else False """ app = QGuiApplication(sys.argv) ratio = app.devicePixelRatio() del app return ratio > 1.0 def any_screen_scaled() -> tuple[ScalingDetected, bool]: """ Detect if any of the screens on this system have scaling enabled. Uses Qt and xsettings to do detection. :return: True if found, else False """ qt_detected_scaling = any_screen_scaled_qt() try: xsettings_detected_scaling = screen_scaled_xsettings() xsettings_running = True except Exception: xsettings_detected_scaling = False xsettings_running = False if qt_detected_scaling: if xsettings_detected_scaling: return ScalingDetected.Qt_and_Xsetting, xsettings_running return ScalingDetected.Qt, xsettings_running if xsettings_detected_scaling: return ScalingDetected.Xsetting, xsettings_running return ScalingDetected.undetected, xsettings_running class CheckBoxDelegate(QItemDelegate): """ A delegate that places a fully functioning centered QCheckBox cell in the column to which it's applied. """ def __init__(self, parent): QItemDelegate.__init__(self, parent) checkboxRect = QRect( QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, QStyleOptionButton(), None ) ) self.checkboxHalfWidth = int(checkboxRect.width() / 2) def createEditor( self, parent, option: QStyleOptionViewItem, indexindex: QModelIndex ) -> QWidget | None: """ Important, otherwise an editor is created if the user clicks in this cell. """ return None def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: """ Paint a checkbox without a label """ checked = index.data(Qt.CheckStateRole) == Qt.Checked enabled = int(index.flags() & Qt.ItemIsEditable) > 0 if not checked and not enabled: return painter.save() checkboxStyleOption = QStyleOptionButton() if checked: checkboxStyleOption.state |= QStyle.State_On else: checkboxStyleOption.state |= QStyle.State_Off if enabled: checkboxStyleOption.state |= QStyle.State_Enabled checkboxStyleOption.state &= ~QStyle.State_ReadOnly else: checkboxStyleOption.state &= ~QStyle.State_Enabled checkboxStyleOption.state |= QStyle.State_ReadOnly color = checkboxStyleOption.palette.color(QPalette.Window).darker(130) checkboxStyleOption.palette.setColor(QPalette.Text, color) checkboxStyleOption.rect = option.rect checkboxStyleOption.rect.setX( option.rect.x() + round(option.rect.width() / 2) - self.checkboxHalfWidth ) QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) painter.restore() def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: if not int(index.flags() & Qt.ItemIsEditable) > 0: return False if ( event.type() == QEvent.MouseButtonRelease and event.button() == Qt.LeftButton ): self.setModelData(None, model, index) return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False self.setModelData(None, model, index) return True return False def setModelData( self, editor: QWidget, model: QAbstractItemModel, index: QModelIndex ) -> None: """ The user wants the opposite state """ model.setData( index, Qt.Unchecked if (index.data(Qt.CheckStateRole)) == Qt.Checked else Qt.Checked, Qt.CheckStateRole, ) def device_name_highlight_color() -> QColor: palette = QApplication.palette() if is_dark_mode(): return QColor("#393939") else: alternate_color = palette.alternateBase().color() return QColor(alternate_color).darker(105) def base64_thumbnail(pixmap: QPixmap, size: QSize) -> str: """ Convert image into format useful for HTML data URIs. See https://css-tricks.com/data-uris/ :param pixmap: image to convert :param size: size to scale to :return: data in base 64 format """ pixmap = pixmap.scaled(size, Qt.KeepAspectRatio, Qt.SmoothTransformation) buffer = QBuffer() buffer.open(QIODevice.WriteOnly) # Quality 100 means uncompressed, which is faster. pixmap.save(buffer, "PNG", quality=100) return bytes(buffer.data().toBase64()).decode() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/utilities.py0000644000175000017500000011341314562557501021247 0ustar00damondamon# Copyright (C) 2007-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2024, Damon Lynch" import contextlib import ctypes import importlib.metadata import locale import logging import os import random import re import signal import string import struct import sys import tarfile import tempfile import warnings from collections import defaultdict, namedtuple from datetime import datetime from glob import glob from itertools import groupby from pathlib import Path import arrow import babel import psutil from packaging.version import parse from PyQt5.QtCore import QLibraryInfo, QSize, QStandardPaths, QTranslator import raphodo.__about__ as __about__ from raphodo import i18n_domain, localedir # TODO check which version of Arrow is used in distros these days # Arrow 0.9.0 separated the replace and shift functions into separate calls, # deprecating using replace() to do the work of the new shift() # Arrow 0.14.5 removed the deprecated shift functionality from the replace() try: arrow_version = parse(arrow.__version__) except AttributeError: arrow_version = None if arrow_version is not None: arrow_shift_support = arrow_version >= parse("0.9.0") else: try: now = arrow.now() now.shift(seconds=1) arrow_shift_support = True except AttributeError: arrow_shift_support = False # Suppress parsing warnings for 0.14.3 <= Arrow version < 0.15 if arrow_version >= parse("0.14.3") and arrow_version < parse("0.15.0"): from arrow.factory import ArrowParseWarning warnings.simplefilter("ignore", ArrowParseWarning) # Linux specific code to ensure child processes exit when parent dies # See http://stackoverflow.com/questions/19447603/ # how-to-kill-a-python-child-process-created-with-subprocess-check-output-when-t/ libc = ctypes.CDLL("libc.so.6") def set_pdeathsig(sig=signal.SIGTERM): def callable(): return libc.prctl(1, sig) return callable def available_cpu_count(physical_only=False) -> int: """ Determine the number of CPUs available. A CPU is "available" if cpuset has not restricted the number of cpus. Portions of this code from http://stackoverflow.com/questions/1006289/how-to-find-out-the-number-of- cpus-using-python :return available CPU count, or 1 if cannot be determined. Value guaranteed to be >= 1. """ # cpuset may restrict the number of *available* processors available = None if sys.platform.startswith("linux"): try: with open("/proc/self/status") as status_file: status = status_file.read() except OSError: pass else: m = re.search(r"(?m)^Cpus_allowed:\s*(.*)$", status) if m: available = bin(int(m.group(1).replace(",", ""), 16)).count("1") if available > 0 and not physical_only: return available if physical_only: physical = psutil.cpu_count(logical=False) if physical is not None: if available is not None: return min(available, physical) return physical c = os.cpu_count() if c is not None: return max(c, 1) c = psutil.cpu_count() if c is not None: return max(c, 1) else: return 1 def default_thumbnail_process_count() -> int: num_system_cores = max(available_cpu_count(physical_only=True), 2) return min(num_system_cores, 8) def confirm(prompt: str | None = None, resp: bool | None = False) -> bool: r""" Prompts for yes or no response from the user. :param prompt: prompt displayed to user :param resp: the default value assumed by the caller when user simply types ENTER. :return: True for yes and False for no. """ # >>> confirm(prompt='Create Directory?', resp=True) # Create Directory? [y]|n: # True # >>> confirm(prompt='Create Directory?', resp=False) # Create Directory? [n]|y: # False # >>> confirm(prompt='Create Directory?', resp=False) # Create Directory? [n]|y: y # True if prompt is None: prompt = "Confirm" prompt = f"{prompt} [y]|n: " if resp else f"{prompt} [n]|y: " while True: ans = input(prompt) if not ans: return resp if ans not in ["y", "Y", "n", "N"]: print("please enter y or n.") continue return ans in ["y", "Y"] @contextlib.contextmanager def stdchannel_redirected(stdchannel, dest_filename): """ A context manager to temporarily redirect stdout or stderr Usage: with stdchannel_redirected(sys.stderr, os.devnull): do_work() Source: http://marc-abramowitz.com/archives/2013/07/19/python-context-manager-for-redirected-stdout-and-stderr/ """ oldstdchannel = dest_file = None try: oldstdchannel = os.dup(stdchannel.fileno()) dest_file = open(dest_filename, "w") # noqa: SIM115 os.dup2(dest_file.fileno(), stdchannel.fileno()) yield finally: if oldstdchannel is not None: os.dup2(oldstdchannel, stdchannel.fileno()) if dest_file is not None: dest_file.close() @contextlib.contextmanager def show_errors(): yield # Translators: these values are file size suffixes like B representing bytes, KB # representing kilobytes, etc. suffixes = [ _("B"), _("KB"), _("MB"), _("GB"), _("TB"), _("PB"), _("EB"), _("ZB"), _("YB"), ] def format_size_for_user( size_in_bytes: int, zero_string: str = "", no_decimals: int = 2 ) -> str: r""" Humanize display of bytes. Uses Microsoft style i.e. 1000 Bytes = 1 KB :param size: size in bytes :param zero_string: string to use if size == 0 >>> locale.setlocale(locale.LC_ALL, ('en_US', 'utf-8')) 'en_US.UTF-8' >>> format_size_for_user(0) '' >>> format_size_for_user(1) '1 B' >>> format_size_for_user(123) '123 B' >>> format_size_for_user(1000) '1 KB' >>> format_size_for_user(1024) '1.02 KB' >>> format_size_for_user(1024, no_decimals=0) '1 KB' >>> format_size_for_user(1100, no_decimals=2) '1.1 KB' >>> format_size_for_user(1000000, no_decimals=2) '1 MB' >>> format_size_for_user(1000001, no_decimals=2) '1 MB' >>> format_size_for_user(1020001, no_decimals=2) '1.02 MB' """ if size_in_bytes == 0: return zero_string i = 0 while size_in_bytes >= 1000 and i < len(suffixes) - 1: size_in_bytes /= 1000 i += 1 if no_decimals: s = ( "{:.{prec}f}".format(size_in_bytes, prec=no_decimals) .rstrip("0") .rstrip(".") ) else: s = f"{size_in_bytes:.0f}" return s + " " + suffixes[i] def divide_list(source: list, no_pieces: int) -> list: r""" Returns a list containing no_pieces lists, with the items of the original list evenly distributed :param source: the list to divide :param no_pieces: the nubmer of pieces the lists :return: the new list >>> divide_list(list(range(12)), 4) [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9, 10, 11]] >>> divide_list(list(range(11)), 4) [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9, 10]] """ source_size = len(source) slice_size = source_size // no_pieces remainder = source_size % no_pieces result = [] extra = 0 for i in range(no_pieces): start = i * slice_size + extra source_slice = source[start : start + slice_size] if remainder: source_slice += [source[start + slice_size]] remainder -= 1 extra += 1 result.append(source_slice) return result def divide_list_on_length( source: list[int, ...], length: int ) -> list[list[int, ...], ...]: r""" Break a list into lists no longer than length. >>> li=list(range(11)) >>> divide_list_on_length(li, 3) [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9, 10]] >>> li=list(range(12)) >>> divide_list_on_length(li, 3) [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9, 10, 11]] """ return [source[i : i + length] for i in range(0, len(source), length)] def addPushButtonLabelSpacer(s: str) -> str: return " " + s class GenerateRandomFileName: def __init__(self): # the characters used to generate temporary file names self.file_name_characters = list(string.ascii_letters + string.digits) def name(self, extension: str = None) -> str: """ :param extension: if included, random file name will include the file extension :return: file name 5 characters long with or without extension """ if extension is not None: return "{}.{}".format( "".join(random.sample(self.file_name_characters, 5)), extension ) else: return "".join(random.sample(self.file_name_characters, 5)) TempDirs = namedtuple("TempDirs", "photo_temp_dir, video_temp_dir") CacheDirs = namedtuple("CacheDirs", "photo_cache_dir, video_cache_dir") def create_temp_dir( folder: str | None = None, prefix: str | None = None, force_no_prefix: bool = False, temp_dir_name: str | None = None, ) -> str: """ Creates a temporary director and logs errors :param folder: the folder in which the temporary directory should be created. If not specified, uses the tempfile.mkstemp default. :param prefix: any name the directory should start with. If None, default rpd-tmp will be used as prefix, unless force_no_prefix is True :param force_no_prefix: if True, a directory prefix will never be used :param temp_dir_name: if specified, create the temporary directory using this actual name. If it already exists, add a suffix. :return: full path of the temporary directory """ if temp_dir_name: if folder is None: folder = tempfile.gettempdir() for i in range(10): if i == 0: path = os.path.join(folder, temp_dir_name) else: path = os.path.join(folder, f"{temp_dir_name}_{i}") try: os.mkdir(path=path, mode=0o700) except FileExistsError: logging.warning("Failed to create temporary directory %s", path) else: break return path else: if prefix is None and not force_no_prefix: prefix = "rpd-tmp-" try: temp_dir = tempfile.mkdtemp(prefix=prefix, dir=folder) except OSError as inst: msg = ( f"Failed to create temporary directory in {folder}: " f"{inst.errno} {inst.strerror}" ) logging.critical(msg) temp_dir = None return temp_dir def create_temp_dirs( photo_download_folder: str, video_download_folder: str ) -> TempDirs: """ Create pair of temporary directories for photo and video download :param photo_download_folder: where photos will be downloaded to :param video_download_folder: where videos will be downloaded to :return: the directories """ photo_temp_dir = video_temp_dir = None if photo_download_folder is not None: photo_temp_dir = create_temp_dir(photo_download_folder) logging.debug("Photo temporary directory: %s", photo_temp_dir) if video_download_folder is not None: video_temp_dir = create_temp_dir(video_download_folder) logging.debug("Video temporary directory: %s", video_temp_dir) return TempDirs(photo_temp_dir, video_temp_dir) def same_device(file1: str, file2: str) -> bool: """ Returns True if the files / directories are on the same device (partition). No error checking. :param file1: first file / directory to check :param file2: second file / directory to check :return: True if the same file system, else false """ dev1 = os.stat(file1).st_dev dev2 = os.stat(file2).st_dev return dev1 == dev2 def find_mount_point(path: str) -> str: """ Find the mount point of a path See: http://stackoverflow.com/questions/4453602/how-to-find-the-mountpoint-a-file-resides-on >>> print(find_mount_point('/crazy/path')) / :param path: :return: """ path = os.path.realpath(path) while not os.path.ismount(path): path = os.path.dirname(path) return path def make_internationalized_list(items: list[str]) -> str: r""" Makes a string of items conforming to i18n >>> print(make_internationalized_list([])) >>> print(make_internationalized_list(['one'])) one >>> print(make_internationalized_list(['one', 'two'])) one and two >>> print(make_internationalized_list(['one', 'two', 'three'])) one, two and three >>> print(make_internationalized_list(['one', 'two', 'three', 'four'])) one, two, three and four Loosely follows the guideline here: http://cldr.unicode.org/translation/lists :param items: the list of items to make a string out of :return: internationalized string """ if len(items) == 1: return items[0] if len(items) == 2: # Translators: two things in a list e.g. "device1 and device2" # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(first_item)s and %(last_item)s") % dict( first_item=items[0], last_item=items[1] ) if len(items) > 2: s = items[0] for item in items[1:-1]: # Translators: the middle of a list of things, # e.g, 'camera, memory card' # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. s = _("%(first_items)s, %(last_items)s") % dict( first_items=s, last_items=item ) # Translators: the end of a list of things, # e.g, 'camera, memory card and external drive' # where 'camera, memory card' are represented by start_items in the code # and 'external drive' is represented by last_item in the code # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. s = _("%(start_items)s and %(last_item)s") % dict( start_items=s, last_item=items[-1] ) return s return "" def thousands(i: int) -> str: """ Add a thousands separator (or its locale equivalent) to an integer. Assumes the module level locale setting has already been set. :param i: the integer e.g., 1000 :return: string with seperators e.g. '1,000' """ try: return locale.format_string("%d", i, grouping=True) except TypeError: return str(i) # Source of class AdjacentKey, first_and_last and runs: # http://stupidpythonideas.blogspot.com/2014/01/grouping-into-runs-of-adjacent-values.html class AdjacentKey: r""" >>> example = [0, 1, 2, 3, 5, 6, 7, 10, 11, 13, 16] >>> [list(g) for k, g in groupby(example, AdjacentKey)] [[0, 1, 2, 3], [5, 6, 7], [10, 11], [13], [16]] """ __slots__ = ["obj"] def __init__(self, obj) -> None: self.obj = obj def __eq__(self, other) -> bool: ret = self.obj - 1 <= other.obj <= self.obj + 1 if ret: self.obj = other.obj return ret def first_and_last(iterable): start = end = next(iterable) for end in iterable: pass return start, end def runs(iterable): r""" identify adjacent elements in pre-sorted data :param iterable: sorted data >>> list(runs([0, 1, 2, 3, 5, 6, 7, 10, 11, 13, 16])) [(0, 3), (5, 7), (10, 11), (13, 13), (16, 16)] >>> list(runs([0])) [(0, 0)] >>> list(runs([0, 1, 10, 100, 101])) [(0, 1), (10, 10), (100, 101)] """ for k, g in groupby(iterable, AdjacentKey): yield first_and_last(g) numbers = namedtuple("numbers", "number, plural") long_numbers = { 1: _("one"), 2: _("two"), 3: _("three"), 4: _("four"), 5: _("five"), 6: _("six"), 7: _("seven"), 8: _("eight"), 9: _("nine"), 10: _("ten"), 11: _("eleven"), 12: _("twelve"), 13: _("thirteen"), 14: _("fourteen"), 15: _("fifteen"), 16: _("sixteen"), 17: _("seventeen"), 18: _("eighteen"), 19: _("ninenteen"), 20: _("twenty"), } def number(value: int) -> numbers: r""" Convert integer to written form, e.g. one, two, etc. Will propagate TypeError or KeyError on failure. >>> number(1) numbers(number='one', plural=False) >>> number(2) numbers(number='two', plural=True) >>> number(10) numbers(number='ten', plural=True) >>> number(20) numbers(number='twenty', plural=True) >>> :param value: int between 1 and 20 :return: tuple of str and whether it is plural """ plural = value > 1 text = long_numbers[value] return numbers(text, plural) def datetime_roughly_equal( dt1: datetime | float, dt2: datetime | float, seconds: int = 120 ) -> bool: r""" Check to see if date times are equal, give or take n seconds :param dt1: python datetime, or timestamp, to check :param dt2:python datetime, or timestamp to check :param seconds: number of seconds leeway :return: True if "equal", False otherwise >>> dt1 = datetime.now() >>> time.sleep(.1) >>> dt2 = datetime.now() >>> datetime_roughly_equal(dt1, dt2, 1) True >>> dt1 = 1458561776.0 >>> dt2 = 1458561776.0 >>> datetime_roughly_equal(dt1, dt2, 120) True >>> dt2 += 450 >>> datetime_roughly_equal(dt1, dt2, 120) False >>> datetime_roughly_equal(dt1, dt2, 500) True """ # arrow.get from time stamp gives UTC time at1 = arrow.get(dt1) at2 = arrow.get(dt2) if arrow_shift_support: return at1.shift(seconds=-seconds) < at2 < at1.shift(seconds=+seconds) else: return at1.replace(seconds=-seconds) < at2 < at1.replace(seconds=+seconds) def process_running(process_name: str, partial_name: bool = True) -> bool: """ Search the list of the system's running processes to see if a process with this name is running :param process_name: the name of the process to search for :param partial_name: if True, the process_name argument can be a partial match :return: True if found, else False """ for proc in psutil.process_iter(): try: name = proc.name() except psutil.NoSuchProcess: pass else: if partial_name: if name.find(process_name) >= 0: return True else: if name == process_name: return True return False def make_html_path_non_breaking(path: str) -> str: """ When /some/path is displayed in rich text, it will be word-wrapped on the slashes. Inhibit that using a special unicode character. :param path: the path :return: the path containing the special characters """ return path.replace(os.sep, f"{os.sep}⁠") def prefs_list_from_gconftool2_string(value: str) -> list[str]: r""" Take a raw string preference value as returned by gconftool-2 and convert it to a list of strings. Handles escaped characters :param value: the raw value as returned by gconftool-2 :return: the list of strings >>> prefs_list_from_gconftool2_string( # doctest: +ELLIPSIS ... '[Text,IMG_,,Sequences,Stored number,Four digits,Filename,Extension,UPPERCASE]') ... # doctest: +NORMALIZE_WHITESPACE ['Text', 'IMG_', '', 'Sequences', 'Stored number', 'Four digits', 'Filename', 'Extension', 'UPPERCASE'] >>> prefs_list_from_gconftool2_string('[Text,IMG_\,\\;+=|!@\,#^&*()$%/",,]') ['Text', 'IMG_,\\;+=|!@,#^&*()$%/"', '', ''] >>> prefs_list_from_gconftool2_string('[Manila,Dubai,London]') ['Manila', 'Dubai', 'London'] """ # Trim the left and right square brackets value = value[1:-1] # Split on the comma, but not commas that were escaped. # Use a regex with a negative lookbehind assertion splits = re.split(r"(? bool: if value == "true": return True elif value == "false": return False raise ValueError def remove_last_char_from_list_str(items: list[str]) -> list[str]: r""" Remove the last character from a list of strings, modifying the list in place, such that the last item is never empty :param items: the list to modify :return: in place copy >>> remove_last_char_from_list_str([' abc', 'def', 'ghi']) [' abc', 'def', 'gh'] >>> remove_last_char_from_list_str([' abc', 'def', 'gh'] ) [' abc', 'def', 'g'] >>> remove_last_char_from_list_str([' abc', 'def', 'g'] ) [' abc', 'def'] >>> remove_last_char_from_list_str([' a']) [' '] >>> remove_last_char_from_list_str([' ']) [] >>> remove_last_char_from_list_str([]) [] """ if items: if not items[-1]: items = items[:-1] else: items[-1] = items[-1][:-1] if items and not items[-1]: items = items[:-1] return items def platform_c_maxint() -> int: """ See http://stackoverflow.com/questions/13795758/what-is-sys-maxint-in-python-3 :return: the maximum size of an int in C when compiled the same way Python was """ return 2 ** (struct.Struct("i").size * 8 - 1) - 1 def _recursive_identify_depth(*paths, depth) -> int: basenames = [os.path.basename(path) for path in paths] if len(basenames) != len(set(basenames)): duplicates = _collect_duplicates(basenames, paths) for basename in duplicates: chop = len(basename) + 1 chopped = (path[:-chop] for path in duplicates[basename]) depth = max(depth, _recursive_identify_depth(*chopped, depth=depth + 1)) return depth def _collect_duplicates(basenames, paths): duplicates = defaultdict(list) for basename, path in zip(basenames, paths): duplicates[basename].append(path) return {basename: paths for basename, paths in duplicates.items() if len(paths) > 1} def make_path_end_snippets_unique(*paths) -> list[str]: r""" Make list of path ends unique given possible common path endings. A snippet starts from the end of the path, in extreme cases possibly up the path start. :param paths: sequence of paths to generate unique end snippets for :return: list of unique snippets >>> p0 = '/home/damon/photos' >>> p1 = '/media/damon/backup1/photos' >>> p2 = '/media/damon/backup2/photos' >>> p3 = '/home/damon/videos' >>> p4 = '/media/damon/backup1/videos' >>> p5 = '/media/damon/backup2/videos' >>> p6 = '/media/damon/drive1/home/damon/photos' >>> s0 = make_path_end_snippets_unique(p0, p3) >>> print(s0) ['photos', 'videos'] >>> s1 = make_path_end_snippets_unique(p0, p1, p2) >>> print(s1) ['damon/photos', 'backup1/photos', 'backup2/photos'] >>> s2 = make_path_end_snippets_unique(p0, p1, p2, p3) >>> print(s2) ['damon/photos', 'backup1/photos', 'backup2/photos', 'videos'] >>> s3 = make_path_end_snippets_unique(p3, p4, p5) >>> print(s3) ['damon/videos', 'backup1/videos', 'backup2/videos'] >>> s4 = make_path_end_snippets_unique(p0, p1, p2, p3, p6) >>> print(s4) #doctest: +NORMALIZE_WHITESPACE ['/home/damon/photos', '/media/damon/backup1/photos', '/media/damon/backup2/photos', 'videos', 'drive1/home/damon/photos'] >>> s5 = make_path_end_snippets_unique(p1, p2, p3, p6) >>> print(s5) ['backup1/photos', 'backup2/photos', 'videos', 'damon/photos'] """ basenames = [os.path.basename(path) for path in paths] if len(basenames) != len(set(basenames)): names = [] depths = defaultdict(int) duplicates = _collect_duplicates(basenames, paths) for basename, path in zip(basenames, paths): if basename in duplicates: depths[basename] = _recursive_identify_depth( *duplicates[basename], depth=0 ) for basename, path in zip(basenames, paths): depth = depths[basename] if depth: dirs = path.split(os.sep) index = len(dirs) - depth - 1 name = os.sep.join(dirs[max(index, 0) :]) if index > 1: pass # name = '...' + name elif index == 1: name = os.sep + name else: name = basename names.append(name) return names else: return basenames have_logged_os_release = False def log_os_release() -> None: """ Log the entired contents of /etc/os-release, but only if we didn't do so already. """ global have_logged_os_release if not have_logged_os_release: try: with open("/etc/os-release") as f: for line in f: logging.debug(line.rstrip("\n")) except Exception: pass have_logged_os_release = True def bug_report_full_tar_path() -> str: """ Generate a full path for a compressed bug report tar file. The filename will not already exist. :return: File name including path """ filename = "rpd-bug-report-{}".format(datetime.now().strftime("%Y%m%d")) component = os.path.join(os.path.expanduser("~"), filename) i = 0 while os.path.isfile(f"{component}{'' if not i else f'-{i}'}.tar.gz"): i += 1 return f"{component}{'' if not i else f'-{i}'}.tar.gz" def create_bugreport_tar( full_tar_name: str, log_path: str | None = "", full_config_file: str | None = "", ) -> bool: """ Create a tar file containing log and configuration files. If the file already exists, do nothing. :param full_tar_name: the full path in which to create the tar file :param log_path: path to the log files :param full_config_file: the full path and file of the configuration file :return: True if tar file created, else False """ if os.path.isfile(full_tar_name): logging.error("Cannot create bug report tarfile, because it already exists") return False if not log_path: log_path = os.path.join( QStandardPaths.writableLocation(QStandardPaths.GenericCacheLocation), "rapid-photo-downloader", "log", ) if not full_config_file: config_dir = os.path.join( QStandardPaths.writableLocation(QStandardPaths.GenericConfigLocation), "Rapid Photo Downloader", ) config_file = "Rapid Photo Downloader.conf" else: config_dir, config_file = os.path.split(full_config_file) curr_dir = os.getcwd() created = False try: with tarfile.open(full_tar_name, "x:gz") as t: os.chdir(log_path) for li in glob("*"): t.add( li, "rapid-photo-downloader.0.log" if li == "rapid-photo-downloader.log" else li, ) os.chdir(config_dir) t.add(config_file) except FileNotFoundError as e: logging.error( "When creating a bug report tar file, the directory or file %s does " "not exist", e.filename, ) except Exception: logging.exception("Unexpected error when creating bug report tar file") else: created = True with contextlib.suppress(FileNotFoundError): os.chdir(curr_dir) return created def current_version_is_dev_version(current_version=None) -> bool: if current_version is None: current_version = parse(__about__.__version__) return current_version.is_prerelease def remove_topmost_directory_from_path(path: str) -> str: if os.sep not in path: return path return path[path[1:].find(os.sep) + 1 :] def arrow_locale(lang: str) -> str: """ Test if locale is suitable for use with Arrow. :return: Return user locale if it works with Arrow, else Arrow default ('en_us') """ default = "en_us" if not lang: try: lang = locale.getdefaultlocale()[0] except Exception: return default try: arrow.locales.get_locale(lang) return lang except (ValueError, AttributeError): return default def letters(x: int) -> str: """ Return a letter representation of a positive number. Adapted from algorithm at http://en.wikipedia.org/wiki/Hexavigesimal >>> letters(0) 'a' >>> letters(1) 'b' >>> letters(2) 'c' >>> letters(25) 'z' >>> letters(26) 'aa' >>> letters(27) 'ab' >>> letters(28) 'ac' """ v = "" while x > 25: r = x % 26 x = x // 26 - 1 v = string.ascii_lowercase[r] + v v = string.ascii_lowercase[x] + v return v # Use to extract time zone information from date / times: _flexible_dt_re = re.compile( r"""(?P\d{4})[:-](?P\d{2})[:-](?P\d{2}) [\sT] # separator between date and time (?P\d{2}):(?P\d{2}):(?P\d{2}) (?P\.\d{2})? (?P([+-])\d{2}:\d{2})? (?P\s(DST))?""", re.VERBOSE, ) def flexible_date_time_parser(dt_string: str) -> tuple[datetime, str]: r""" Use regular expresion to parse exif date time value, and attempt to convert it to a python date time. No error checking. :param dt_string: date time from exif in string format :return: datetime, may or may not have a time zone, and format string >>> flexible_date_time_parser('2018:09:03 14:00:13+01:00 DST') ... # doctest: +NORMALIZE_WHITESPACE datetime.datetime(2018, 9, 3, 14, 0, 13, tzinfo=datetime.timezone( datetime.timedelta(0, 3600))) >>> flexible_date_time_parser('2010:07:18 01:53:35') datetime.datetime(2010, 7, 18, 1, 53, 35) >>> flexible_date_time_parser('2016:02:27 22:18:03.00') datetime.datetime(2016, 2, 27, 22, 18, 3) >>> flexible_date_time_parser('2010:05:25 17:43:16+02:00') ... # doctest: +NORMALIZE_WHITESPACE datetime.datetime(2010, 5, 25, 17, 43, 16, tzinfo=datetime.timezone( datetime.timedelta(0, 7200))) >>> flexible_date_time_parser('2010:06:07 14:14:02+00:00') datetime.datetime(2010, 6, 7, 14, 14, 2, tzinfo=datetime.timezone.utc) >>> flexible_date_time_parser('2016-11-25T14:31:24') datetime.datetime(2016, 11, 25, 14, 31, 24) >>> flexible_date_time_parser('2016-11-25T14:20:09') datetime.datetime(2016, 11, 25, 14, 20, 9) """ match = _flexible_dt_re.match(dt_string) assert match m = match.groupdict() dte = "{}:{}:{} {}:{}:{}".format( m["year"], m["month"], m["day"], m["hour"], m["minute"], m["second"] ) fs = "%Y:%m:%d %H:%M:%S" # format string ss = m["subsecond"] if ss: dte = f"{dte}{ss}" fs = f"{fs}.%f" tze = m["timezone"] if tze: dte = f"{dte}{tze.replace(':', '')}" fs = f"{fs}%z" # dst: daylight savings # no idea how to handle this properly -- so ignore for now! return datetime.strptime(dte, fs), fs def image_large_enough_fdo(size: QSize) -> bool: """ :param size: image size :return: True if image is large enough to meet the FreeDesktop.org specs for a large thumbnail """ return size.width() >= 256 or size.height() >= 256 def is_venv(): """ :return: True if the python interpreter is running in venv or virtualenv """ return hasattr(sys, "real_prefix") or ( hasattr(sys, "base_prefix") and sys.base_prefix != sys.prefix ) def available_lang_codes() -> list[str]: """ Detect translations that exist for Rapid Photo Downloader :return: list of language codes """ if localedir is not None: files = glob(os.path.join(localedir, "*", "LC_MESSAGES", "%s.mo" % i18n_domain)) langs = [file.split(os.path.sep)[-3] for file in files] langs.append("en") return langs else: return [] # Auto-generated from extract_language_names.py do not delete substitute_languages = { "fa": "Persian", "sk": "Slovak", "it": "Italian", "oc": "Occitan (post 1500)", "fi": "Finnish", "sv": "Swedish", "cs": "Czech", "pl": "Polish", "kab": "Kabyle", "tr": "Turkish", "hr": "Croatian", "nn": "Norwegian Nynorsk", "da": "Danish", "de": "German", "sr": "српски", "pt_BR": "Brazilian Portuguese", "ja": "Japanese", "bg": "Bulgarian", "uk": "Ukrainian", "ar": "Arabic", "ca": "Catalan", "nb": "Norwegian Bokmal", "ru": "Russian", "hu": "magyar", "be": "Belarusian", "es": "Spanish", "pt": "Portuguese", "zh_CN": "Chinese (Simplified)", "fr": "Français", "et": "Estonian", "nl": "Dutch", "ro": "Romanian", "id": "Indonesian", "el": "Greek", } # Auto-generated from extract_language_names.py do not delete def get_language_display_name( lang_code: str, make_missing_lower: bool, locale_code: str ) -> str: """ Use babel to the human friendly name for a locale, or failing that our auto-generated version :param lang_code: locale code for language to get the display name for :param make_missing_lower: whether to make the default name when babel does not suppply it lower case :param locale_code: current system locale code :return: human friendly version """ try: return babel.Locale.parse(lang_code).get_display_name(locale_code) except babel.core.UnknownLocaleError: display = substitute_languages[lang_code] return display if not make_missing_lower else display.lower() def available_languages(display_locale_code: str = "") -> list[tuple[str, str]]: """ Detect translations that exist for Rapid Photo Downloader :return: iterator of Tuple of language code and localized name """ lang_codes = available_lang_codes() if not lang_codes: # Testing code when translations are not installed lang_codes = ["en", "de", "es"] if not display_locale_code: try: locale_code = locale.getdefaultlocale()[0] except Exception: locale_code = "en_US" else: locale_code = display_locale_code # Determine if this locale makes its language names lower case babel_sample = babel.Locale.parse("en").get_display_name(locale_code) make_missing_lower = babel_sample.islower() langs = zip( lang_codes, [ get_language_display_name(code, make_missing_lower, locale_code) for code in lang_codes ], ) # Sort languages by display name langs = list(langs) try: langs.sort(key=lambda i: locale.strxfrm(i[1])) except Exception: logging.error("Error sorting language names for display in program preferences") return langs def installed_using_pip(package: str, suppress_errors: bool = True) -> bool: """ Determine if python package was installed in local directory using pip. Determination is not 100% robust in all circumstances. :param package: package name to search for :param suppress_errors: if True, silently catch all exceptions and return False :return: True if installed via pip, else False """ try: d = importlib.metadata.distribution(package) return d.read_text("INSTALLER").strip().lower() == "pip" except Exception: if not suppress_errors: raise return False def getQtSystemTranslation(locale_name: str) -> QTranslator | None: """ Attempt to install Qt base system translations (for QMessageBox and QDialogBox buttons) :return: translator if loaded, else None """ # These locales are found in the path QLibraryInfo.TranslationsPath convert_locale = dict( cs_CZ="cs", da_DK="da", de_DE="de", es_ES="es", fi_FI="fi", fr_FR="fr", it_IT="it", ja_JP="ja", hu_HU="hu", pl_PL="pl", ru_RU="ru", sk_SK="sk", uk_UA="uk", ) qtTranslator = QTranslator() location = QLibraryInfo.location(QLibraryInfo.TranslationsPath) qm_file = f"qtbase_{convert_locale.get(locale_name, locale_name)}.qm" qm_file = os.path.join(location, qm_file) if os.path.isfile(qm_file): if qtTranslator.load(qm_file): logging.debug("Installing Qt support for locale %s", locale_name) return qtTranslator else: logging.debug("Could not load Qt locale file %s", qm_file) def existing_parent_for_new_dir(path: Path) -> Path: """ Locate the first parent folder that exists for a given path :param path: path to look for first existing parent :return: the first parent folder that exists for the path """ for parent in path.parents: if parent.is_dir(): return parent ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/wsl.py0000644000175000017500000020232214562557501020037 0ustar00damondamon# Copyright (C) 2021-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2021-2024, Damon Lynch." import enum import logging import os import re import shlex import subprocess import webbrowser from collections import OrderedDict, defaultdict from pathlib import Path, PurePosixPath from typing import NamedTuple from PyQt5.QtCore import QObject, QSize, Qt, QTimer, pyqtSignal, pyqtSlot from PyQt5.QtGui import ( QShowEvent, QTextDocument, # noqa: F401 ) from PyQt5.QtWidgets import ( QAbstractButton, QAbstractScrollArea, QButtonGroup, QCheckBox, QDialog, QDialogButtonBox, QGridLayout, QLabel, QMessageBox, QPushButton, # noqa: F401 QRadioButton, QSizePolicy, QStyle, QTableWidget, QTableWidgetItem, QTextBrowser, QVBoxLayout, QWidget, ) from raphodo.constants import WindowsDriveType from raphodo.prefs.preferences import Preferences, WSLWindowsDrivePrefs from raphodo.sudocommand import SudoException, SudoExceptionCode, run_commands_as_sudo from raphodo.ui.viewutils import ( CheckBoxDelegate, standardMessageBox, translateDialogBoxButtons, ) from raphodo.utilities import make_internationalized_list from raphodo.wslutils import wsl_conf_mnt_location class WindowsDrive(NamedTuple): drive_letter: str label: str drive_type: WindowsDriveType class WindowsDriveMount(NamedTuple): drive_letter: str label: str mount_point: str drive_type: WindowsDriveType system_mounted: bool class MountTask(enum.Enum): create_directory = enum.auto() mount_drive = enum.auto() unmount_drive = enum.auto() class MountOp(NamedTuple): task: MountTask path: Path drive: str cmd: str class MountPref(NamedTuple): auto_mount: bool auto_unmount: bool class MountOpHumanReadable: human_hr = { # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # Please keep the html tags and MountTask.create_directory: _("Create directory %(path)s"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # Please keep the html tags and MountTask.mount_drive: _( "Mount drive %(drive)s: at %(path)s" ), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # This string is not shown in the screenshot, but you get the idea. # Please keep the html tags and MountTask.unmount_drive: _( "Unmount drive %(drive)s: from %(path)s" ), } def mount_task_human_readable(self, op: MountOp) -> str: """ Create human readable versions of mount operations :param op: operation to perform and its parameters :return: operation in human readable form """ task_hr = self.human_hr[op.task] if op.task in (MountTask.unmount_drive, MountTask.mount_drive): task_hr = task_hr % {"drive": op.drive, "path": op.path} else: task_hr = task_hr % {"path": op.path} return task_hr def make_mount_op_cmd( task: MountTask, drive_letter: str, path: Path, uid: int | None = None, gid: int | None = None, ) -> str: """ Create command to be via subprocess.Popen() call. :param task: task to perform :param drive_letter: windows drive letter :param path: path of mount point, directory or file :param uid: user's user id :param gid: user's group id :return: the command to run """ if task == MountTask.mount_drive: if has_fstab_entry(drive_letter=drive_letter, mount_point=str(path)): return f"mount {path}" else: return ( f"mount -t drvfs -o uid={uid},gid={gid}," rf"noatime {drive_letter.upper()}:\\ {path}" ) elif task == MountTask.unmount_drive: return f"umount {path}" elif task == MountTask.create_directory: return f"mkdir {path}" raise NotImplementedError def has_fstab_entry(drive_letter: str, mount_point: str) -> bool: """ Determine if the drive letter and mount point are in /etc/fstab :param drive_letter: Windows drive letter :param mount_point: mount point the drive should be mounted at :return: True if located, else False """ with open("/etc/fstab") as f: fstab = f.read() # strip any extraneous trailing slash mount_point = str(PurePosixPath(mount_point)) regex = rf"^{drive_letter}:\\?\s+{mount_point}/?\s+drvfs" m = re.search(regex, fstab, re.IGNORECASE | re.MULTILINE) return m is not None def determine_mount_ops( do_mount: bool, drive_letter: str, mount_point: str, uid: int, gid: int, ) -> list[MountOp]: """ Generator sequence of operations to mount or unmount a Windows drive :param do_mount: Whether to mount or unmount :param drive_letter: Windows drive letter :param mount_point: Existing or desired mount point. Must not be empty. :param uid: User's user ID :param gid: User's group ID :return: List of operations required to mount or unmount the windows drive """ tasks = [] # type: list[MountOp] assert mount_point if do_mount: mp = Path(mount_point) if mp.is_mount(): return tasks if not mp.is_dir(): tasks.append( MountOp( task=MountTask.create_directory, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.create_directory, drive_letter=drive_letter, path=mp, ), ) ) tasks.append( MountOp( task=MountTask.mount_drive, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.mount_drive, drive_letter=drive_letter, path=mp, uid=uid, gid=gid, ), ) ) else: mp = Path(mount_point) if mp.is_mount(): tasks.append( MountOp( task=MountTask.unmount_drive, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.unmount_drive, drive_letter=drive_letter, path=mp, ), ) ) return tasks def make_hr_drive_list(drives: list[WindowsDriveMount]) -> str: """ Make a human readable list of drives for use in dialog windows, etc. :param drives: the list of drives :return: internationalized string """ drive_names = [f"{drive.label} ({drive.drive_letter}:)" for drive in drives] drive_names.sort() return make_internationalized_list(drive_names) def make_hr_drive_letter_list(drives: list[WindowsDriveMount]) -> str: """ Return a comma seperated human readable list of drive letters for use in logging, etc. :param drives: the list of drives :return: simple comma seperated string """ return ", ".join(sorted([drive.drive_letter for drive in drives])) class DoMountOpResult(NamedTuple): cancelled: bool successes: list[WindowsDriveMount] failures: list[WindowsDriveMount] no_op: list[WindowsDriveMount] def do_mount_drives_op( drives: list[WindowsDriveMount], pending_ops: OrderedDict, parent, is_do_mount: bool ) -> DoMountOpResult: """ Mount or unmount the Windows drives, prompting the user for the sudo password if necessary. :param drives: List of drives to mount or unmount :param pending_ops: The operations required to mount unmount the drives :param parent: Parent window to attach the password entry message box to :param is_do_mount: True if mounting the drives, else False :return: DoMountOpResult containing results of the operations """ if is_do_mount: op_lower = "mount" op_cap = "Mount" else: op_lower = "unmount" op_cap = "Unmount" info_list = make_hr_drive_list(drives) if is_do_mount: if len(drives) > 1: # Translators: This is part of a title for a dialog box, and is in plural # form, where two or more drives will be mounted. This screenshot shows only # one drive, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Mount drives %s") % info_list else: # Translators: This is part of a title for a dialog box, and is in singular # form, where only one drive will be mounted. This screenshot illustrates: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Mount drive %s") % info_list else: if len(drives) > 1: # Translators: This is part of a title for a dialog box, and is in plural # form, where two or more drives will be unmounted. This screenshot shows # only one drive being mounted, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Unmount drives %s") % info_list else: # Translators: This is part of a title for a dialog box, and is in singular # form, where only one drive will be unmounted. This screenshot shows a # drive being mounted, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Unmount drive %s") % info_list logging.info("%sing drives %s", op_cap, info_list) icon = ":/icons/drive-removable-media.svg" no_op = drives.copy() failed_drives = [] failure_stderr = [] successes = [] cancelled = False for drive, mount_ops in pending_ops.items(): cmds = [op.cmd for op in mount_ops] try: results = run_commands_as_sudo( cmds=cmds, parent=parent, title=title, icon=icon, help_url="https://damonlynch.net/rapid/documentation/#wslsudopassword", ) except SudoException as e: assert e.code == SudoExceptionCode.command_cancelled logging.debug( "%s %s (%s): cancelled by user. Not %sing any remaining drives.", op_cap, drive.drive_letter, drive.label, op_lower, ) cancelled = True break else: no_op.remove(drive) return_code = results[-1].return_code if return_code != 0: # a command failed logging.error( "Failed to %s %s: (%s) : %s", op_lower, drive.drive_letter.upper(), drive.label, results[-1].stderr, ) failed_drives.append(drive) failure_stderr.append(results[-1].stderr) else: logging.debug( "Successfully %sed %s: (%s)", op_lower, drive.drive_letter.upper(), drive.label, ) successes.append(drive) if failed_drives: fail_list = make_hr_drive_list(failed_drives) failure_messages = "; ".join(failure_stderr) if len(failed_drives) > 1: if is_do_mount: # Translators: this error message is displayed when more than one # Windows drive fails to mount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when mounting drives %s") % fail_list ) else: # Translators: this error message is displayed when more than one # Windows drive fails to unmount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when unmounting drives %s") % fail_list ) else: if is_do_mount: # Translators: this error message is displayed when one Windows drive # fails to mount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when mounting drive %s") % fail_list ) else: # Translators: this error message is displayed when one Windows drive # fails to unmount within Windows Subsystem for Linux. message = ( _("Sorry, an error occurred when unmounting drive %s") % fail_list ) msgBox = standardMessageBox( message=message, standardButtons=QMessageBox.Ok, parent=parent, rich_text=True, iconType=QMessageBox.Warning, ) msgBox.setDetailedText(failure_messages) msgBox.exec() return DoMountOpResult( cancelled=cancelled, successes=successes, failures=failed_drives, no_op=no_op ) class WSLWindowsDrivePrefsInterface: """ An interface to the QSettings based method to store whether to auto mount or unmount Windows drives. Abstraction layer so program preferences do not need to know about implementation details in the UI. """ def __init__(self, prefs: Preferences) -> None: self.prefs = prefs # Keep a copy of the live preferences. # If something else changes the prefs, then this will be stale. # Currently do not check to verify this is not stale. self.drives = prefs.get_wsl_drives() def drive_prefs(self, drive: WindowsDriveMount) -> MountPref: """ Get auto mount and auto unmount prefs for this Windows drive. :param drive: drive to get prefs for :return: Tuple of auto mount and auto unmount """ for d in self.drives: if d.drive_letter == drive.drive_letter and d.label == drive.label: return MountPref(auto_mount=d.auto_mount, auto_unmount=d.auto_unmount) return MountPref(auto_mount=False, auto_unmount=False) def set_prefs( self, drive: WindowsDriveMount, auto_mount: bool, auto_unmount: bool ) -> None: """ Set auto mount and auto unmount prefs for this Windows drive. :param drive: drive to get prefs for :param auto_mount: auto mount pref :param auto_unmount: auto unmount pref """ if auto_mount or auto_unmount: updated_pref = WSLWindowsDrivePrefs( drive_letter=drive.drive_letter, label=drive.label, auto_mount=auto_mount, auto_unmount=auto_unmount, ) else: # Filter out default value of False, False updated_pref = None updated_drives_prefs = [ d for d in self.drives if d.drive_letter != drive.drive_letter or d.label != drive.label ] if updated_pref is not None: updated_drives_prefs.append(updated_pref) self.drives = updated_drives_prefs self.prefs.set_wsl_drives(drives=self.drives) class PendingOpsBox(QTextBrowser): def __init__(self, parent) -> None: super().__init__(parent=parent) self.setReadOnly(True) self.setMinimumHeight(self.fontMetrics().height() * 4) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.MinimumExpanding) sheet = """ tt { font-weight: bold; color: gray; } """ document = self.document() # type: QTextDocument document.setDefaultStyleSheet(sheet) def sizeHint(self) -> QSize: return QSize(self.minimumWidth(), self.minimumHeight()) class WslMountDriveDialog(QDialog): """ Dialog window containing Windows drives and mounting options. Deals with "System" drives (drives mounted by WSL before this program was run), and "User" drives (drives mounted by the user in this program). """ def __init__( self, drives: list[WindowsDriveMount], prefs: Preferences, windrive_prefs: WSLWindowsDrivePrefsInterface, wsl_mount_root: Path, parent: "RapidWindow" = None, # noqa: F821 ) -> None: """ Open the dialog window to show Windows drive mounts :param drives: List of Windows drives detected on the system :param prefs: main program preferences :param windrive_prefs: Interface to the windows drives preferences :param wsl_mount_root: where WSL mounts Windows drives :param parent: RapidApp main window """ super().__init__(parent=parent) if parent: self.wsldrives = parent.wslDrives self.prefs = prefs self.windrive_prefs = windrive_prefs self.wsl_mount_root = wsl_mount_root # drives where the user should be prompted whether to mount these drives # after the dialog is closed self.prompt_to_mount_drives = [] # type: list[WindowsDriveMount] self.driveTable = None # type: QTableWidget | None # OrderedDict[drive: list[MountOp]] self.pending_mount_ops = OrderedDict() self.pending_unmount_ops = OrderedDict() self.uid = os.getuid() self.gid = os.getgid() self.make_mount_op_hr = MountOpHumanReadable() # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.setWindowTitle(_("Windows Drives")) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountCheckBox = QCheckBox( _("Enable automatic mounting of Windows drives") ) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountAllButton = QRadioButton( _("Automatically mount all Windows drives") ) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountManualButton = QRadioButton( _("Only automatically mount Windows drives that are configured below") ) self.autoMountGroup = QButtonGroup() self.autoMountGroup.addButton(self.autoMountAllButton) self.autoMountGroup.addButton(self.autoMountManualButton) self.setAutoMountWidgetValues() self.autoMountCheckBox.stateChanged.connect(self.autoMountChanged) self.autoMountGroup.buttonToggled.connect(self.autoMountGroupToggled) autoMountLayout = QGridLayout() autoMountLayout.addWidget(self.autoMountCheckBox, 0, 0, 1, 2) autoMountLayout.addWidget(self.autoMountAllButton, 1, 1, 1, 1) autoMountLayout.addWidget(self.autoMountManualButton, 2, 1, 1, 1) checkbox_width = self.autoMountCheckBox.style().pixelMetric( QStyle.PM_IndicatorWidth ) autoMountLayout.setColumnMinimumWidth(0, checkbox_width) autoMountLayout.setVerticalSpacing(8) autoMountLayout.setContentsMargins(0, 0, 0, 8) self.driveTable = QTableWidget(len(drives), 6, self) self.driveTable.setHorizontalHeaderLabels( [ # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("User Mounted"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("System Mounted"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Drive"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Mount Point"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Automatic Mount"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Automatic Unmount at Exit"), ] ) self.userMountCol = 0 self.systemMountCol = 1 self.mountPointCol = 3 self.windowsDriveCol = 2 self.autoMountCol = 4 self.autoUnmountCol = 5 self.driveTable.verticalHeader().setVisible(False) delegate = CheckBoxDelegate(None) for col in ( self.userMountCol, self.systemMountCol, self.autoMountCol, self.autoUnmountCol, ): self.driveTable.setItemDelegateForColumn(col, delegate) self.driveTable.setSizeAdjustPolicy(QAbstractScrollArea.AdjustToContents) row = 0 for drive in drives: self.addDriveAtRow(row, drive) row += 1 self.setAllDriveAutoMountColStates() self.driveTable.resizeColumnsToContents() self.driveTable.sortItems(self.mountPointCol) self.driveTable.itemChanged.connect(self.driveTableItemChanged) self.driveTable.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.driveTable.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.pendingOpsLabel = QLabel(_("Pending Operations:")) self.pendingOpsBox = PendingOpsBox(self) buttonBox = QDialogButtonBox( QDialogButtonBox.Apply | QDialogButtonBox.Close | QDialogButtonBox.Help ) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) self.helpButton = buttonBox.button(QDialogButtonBox.Help) # type: QPushButton self.helpButton.clicked.connect(self.helpButtonClicked) self.helpButton.setToolTip(_("Get help online...")) self.applyButton = buttonBox.button(QDialogButtonBox.Apply) # type: QPushButton self.applyButton.clicked.connect(self.applyButtonClicked) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.applyButton.setText(_("&Apply Pending Operations")) layout = QVBoxLayout() layout.setSpacing(18) layout.setContentsMargins(18, 18, 18, 18) # For autoMount column 0 size to be correctly set, first add it to a widget: autoMount = QWidget() autoMount.setLayout(autoMountLayout) layout.addWidget(autoMount) layout.addWidget(self.driveTable) layout.addWidget(self.pendingOpsLabel) layout.addWidget(self.pendingOpsBox) layout.addWidget(buttonBox) self.setLayout(layout) self.setApplyButtonState() def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) self.calculateScrollBarAppearance() def calculateScrollBarAppearance(self): """ If table has grown so big it needs scroll bars, add them """ screen_size = self.screen().size() height = screen_size.height() width = screen_size.width() if self.driveTable.height() > height * 0.66: self.driveTable.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOn) if self.driveTable.width() > width * 0.85: self.driveTable.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOn) self.adjustSize() @pyqtSlot() def helpButtonClicked(self) -> None: webbrowser.open_new_tab("https://damonlynch.net/rapid/documentation/#wslmount") def updateUserMountedCheckState( self, drive_letter: str, check_state: Qt.CheckState ) -> None: """ Set the user mounted check state for a drive :param drive_letter: drive letter of the drive to set :param check_state: new check state """ for row in range(self.driveTable.rowCount()): item = self.driveTable.item(row, self.userMountCol) drive = item.data(Qt.UserRole) # type: WindowsDriveMount if drive.drive_letter == drive_letter: item.setCheckState(check_state) break def updateDriveDataInTable(self, new_drive: WindowsDriveMount) -> None: """ Update the user data for the table row :param new_drive: new data to set """ for row in range(self.driveTable.rowCount()): item = self.driveTable.item(row, self.userMountCol) drive = item.data(Qt.UserRole) # type: WindowsDriveMount if drive.drive_letter == new_drive.drive_letter: item.setData(Qt.UserRole, new_drive) break @pyqtSlot() def applyButtonClicked(self) -> None: """ " Initiate mount or unmount operations after the user clicked the apply button """ logging.debug("Applying WSL mount ops") cancelled = False check = [] uncheck = [] mount_successes = [] unmount_successes = [] if self.pending_mount_ops: drives = list(self.pending_mount_ops.keys()) result = do_mount_drives_op( drives=drives, pending_ops=self.pending_mount_ops, parent=self, is_do_mount=True, ) mount_successes = result.successes if result.no_op or result.failures: if result.failures: logging.debug("Not all drives mounted successfully") uncheck = result.no_op + result.failures if result.cancelled: cancelled = True if self.pending_unmount_ops and not cancelled: drives = list(self.pending_unmount_ops.keys()) result = do_mount_drives_op( drives=drives, pending_ops=self.pending_unmount_ops, parent=self, is_do_mount=False, ) unmount_successes = result.successes if result.no_op or result.failures: if result.failures: logging.debug("Not all drives unmounted successfully") check = result.no_op + result.failures # block signal being emitted when programmatically changing checkbox states blocked = self.driveTable.blockSignals(True) mount_points = {} for drive in mount_successes: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) mount_points[drive.drive_letter] = mount_point new_drive = drive._replace(mount_point=mount_point) self.updateDriveDataInTable(new_drive=new_drive) for drive in unmount_successes: new_drive = drive._replace(mount_point="") self.updateDriveDataInTable(new_drive=new_drive) for drive in uncheck: self.updateUserMountedCheckState(drive.drive_letter, Qt.Unchecked) for drive in check: self.updateUserMountedCheckState(drive.drive_letter, Qt.Checked) # restore signal state self.driveTable.blockSignals(blocked) if mount_successes: self.wsldrives.updateDriveStatePostMount( mounted=mount_successes, mount_points=mount_points ) if unmount_successes: self.wsldrives.updateDriveStatePostUnmount(unmounted=unmount_successes) self.pending_mount_ops.clear() self.pending_unmount_ops.clear() self.updatePendingOps() self.setApplyButtonState() @pyqtSlot(QTableWidgetItem) def driveTableItemChanged(self, item: QTableWidgetItem) -> None: """ Respond to the user checking or unchecking a checkbox in the table of drives :param item: the table item checked or unchecked """ column = item.column() if column == self.userMountCol: drive = item.data(Qt.UserRole) # type: WindowsDriveMount do_mount = item.checkState() == Qt.Checked if do_mount: assert drive.mount_point == "" mount_point = wsl_standard_mount_point( root=self.wsl_mount_root, drive_letter=drive.drive_letter ) else: mount_point = drive.mount_point if mount_point: tasks = determine_mount_ops( do_mount=do_mount, drive_letter=drive.drive_letter, mount_point=mount_point, uid=self.uid, gid=self.gid, ) else: # User has likely changed their mind about mounting a drive tasks = [] if tasks: if do_mount: self.pending_mount_ops[drive] = tasks else: self.pending_unmount_ops[drive] = tasks else: del self.pending_mount_ops[drive] self.updatePendingOps() self.setApplyButtonState() elif not self.prefs.wsl_automount_all_removable_drives and column in ( self.autoMountCol, self.autoUnmountCol, ): row = item.row() drive = self.driveTable.item(row, self.userMountCol).data(Qt.UserRole) # type: WindowsDriveMount if column == self.autoUnmountCol: auto_mount = ( self.driveTable.item(row, self.autoMountCol).checkState() == Qt.Checked ) auto_unmount = item.checkState() == Qt.Checked else: auto_mount = item.checkState() == Qt.Checked auto_unmount = ( self.driveTable.item(row, self.autoUnmountCol).checkState() == Qt.Checked ) if auto_mount: self.prompt_to_mount_drives.append(drive) elif drive in self.prompt_to_mount_drives: self.prompt_to_mount_drives.remove(drive) self.windrive_prefs.set_prefs(drive, auto_mount, auto_unmount) def updatePendingOps(self) -> None: """ Update the list of pending operations displayed to the user at the bottom of the Windows Drive Mount window """ self.pendingOpsBox.clear() lines = [] for mount_ops in self.pending_mount_ops.values(): for op in mount_ops: lines.append(self.make_mount_op_hr.mount_task_human_readable(op)) for mount_ops in self.pending_unmount_ops.values(): for op in mount_ops: lines.append(self.make_mount_op_hr.mount_task_human_readable(op)) text = "
                                ".join(lines) self.pendingOpsBox.setHtml(text) def setApplyButtonState(self) -> None: """ Change the apply button state depending on whether there are any pending mount or unmount operations """ enabled = len(self.pending_mount_ops) > 0 or len(self.pending_unmount_ops) > 0 self.applyButton.setEnabled(enabled) @pyqtSlot(int) def autoMountChanged(self, state: int) -> None: """ Respond to the user checking or unchecking the automatically mount Windows drives option, adjusting the preferences and setting other control states :param state: Whether the new state is checked or unchecked """ auto_mount = state == Qt.Checked self.prefs.wsl_automount_removable_drives = auto_mount self.setAutoMountGroupState() @pyqtSlot(QAbstractButton, bool) def autoMountGroupToggled(self, button: QAbstractButton, checked: bool) -> None: """ Respond to the user checking or unchecking one of the order auto mount radio buttons :param button: Radio button modified :param checked: Whether the button was checked or unchecked """ automount_all = self.autoMountAllButton.isChecked() self.prefs.wsl_automount_all_removable_drives = automount_all self.driveTable.setEnabled(not self.prefs.wsl_automount_all_removable_drives) self.setAutoMountGroupState() if automount_all: self.driveTable.selectionModel().clearSelection() def setAutoMountWidgetValues(self) -> None: """ Set values for Auto mount and other controls based on program preferences """ self.autoMountCheckBox.setChecked(self.prefs.wsl_automount_removable_drives) self.setAutoMountGroupState() def setAutoMountGroupState(self): """ Set control states of controls depending on program preferences, including whether they are enabled or not """ if self.prefs.wsl_automount_removable_drives: self.autoMountAllButton.setEnabled(True) self.autoMountManualButton.setEnabled(True) self.autoMountGroup.setExclusive(True) self.autoMountAllButton.setChecked( self.prefs.wsl_automount_all_removable_drives ) self.autoMountManualButton.setChecked( not self.prefs.wsl_automount_all_removable_drives ) self.setAllDriveAutoMountColStates() else: self.autoMountAllButton.setEnabled(False) self.autoMountManualButton.setEnabled(False) self.autoMountGroup.setExclusive(False) self.autoMountAllButton.setChecked(False) self.autoMountManualButton.setChecked(False) self.setAllDriveAutoMountColStates() def setAllDriveAutoMountColStates(self) -> None: """ For each Windows drive in the drive table, enable or disable checkboxes and set their values """ if self.driveTable is not None: # Set table state here rather than in setAutoMountGroupState() because # it does not exist early in window init self.driveTable.setEnabled( not self.prefs.wsl_automount_all_removable_drives ) for row in range(self.driveTable.rowCount()): self.setDriveAutoMountColStates(row=row) def setDriveAutoMountColStates(self, row: int) -> bool: """ For a single row in the drive table, enable or disable checkboxes and set their values :param row: the row to act on :return True if drive is not system mounted and it should be automatically mounted, else False """ drive = self.driveTable.item(row, self.userMountCol).data(Qt.UserRole) # type: WindowsDriveMount auto_mount = False if not drive.system_mounted: if not self.prefs.wsl_automount_removable_drives: auto_mount = auto_unmount = False elif self.prefs.wsl_automount_all_removable_drives: auto_mount = auto_unmount = True else: auto_mount, auto_unmount = self.windrive_prefs.drive_prefs(drive=drive) autoMountItem = self.driveTable.item(row, self.autoMountCol) autoUnmountItem = self.driveTable.item(row, self.autoUnmountCol) # block signal being emitted when programmatically changing checkbox # states blocked = self.driveTable.blockSignals(True) for item, value in ( (autoMountItem, auto_mount), (autoUnmountItem, auto_unmount), ): item.setCheckState(Qt.Checked if value else Qt.Unchecked) self.setItemState( enabled=self.prefs.wsl_automount_removable_drives, item=item, ) # restore signal state self.driveTable.blockSignals(blocked) return auto_mount @staticmethod def setItemState(enabled: bool, item: QTableWidgetItem) -> None: """ Enable or disable an individual check box in the Windows drive mount table :param enabled: Whether the control should be enabled or disabled :param item: The item to apply the state to """ if enabled: item.setFlags( item.flags() | Qt.ItemIsEnabled | Qt.ItemIsEditable | Qt.ItemIsSelectable ) else: item.setFlags( item.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsEnabled & ~Qt.ItemIsSelectable ) def addDriveAtRow(self, row: int, drive: WindowsDriveMount): """ Add new windows mount drive to the drive table at the row indicated :param row: row to add the drive to :param drive: the drive to add """ auto_mount = self.autoMountCheckBox.isChecked() auto_mount_all = self.autoMountAllButton.isChecked() if drive.mount_point: mount_point = drive.mount_point is_mounted = True else: is_mounted = False system_mounted = drive.system_mounted user_mounted = not system_mounted if not is_mounted: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) # User Mounted Column userMountedItem = QTableWidgetItem() checked = user_mounted and is_mounted userMountedItem.setCheckState(Qt.Checked if checked else Qt.Unchecked) if system_mounted: self.setItemState(enabled=False, item=userMountedItem) # Store the drive data in the first column userMountedItem.setData(Qt.UserRole, drive) # System Mounted Columns systemMountItem = QTableWidgetItem() systemMountItem.setCheckState(Qt.Checked if system_mounted else Qt.Unchecked) systemMountItem.setFlags( systemMountItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Mount Point Column mountPointItem = QTableWidgetItem(mount_point) mountPointItem.setFlags( mountPointItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Windows Drive Column windowsDriveItem = QTableWidgetItem( f"{drive.label} ({drive.drive_letter.upper()}:)" ) windowsDriveItem.setFlags( windowsDriveItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Automount and Auto Unmount at Exit Columns automountItem = QTableWidgetItem() autounmountItem = QTableWidgetItem() if system_mounted: automountItem.setCheckState(Qt.Checked) autounmountItem.setCheckState(Qt.Unchecked) self.setItemState(enabled=False, item=automountItem) self.setItemState(enabled=False, item=autounmountItem) elif auto_mount: if auto_mount_all: automountItem.setCheckState(Qt.Checked) autounmountItem.setCheckState(Qt.Checked) else: automountItem.setCheckState(Qt.Unchecked) autounmountItem.setCheckState(Qt.Unchecked) self.setItemState(enabled=False, item=automountItem) self.setItemState(enabled=False, item=autounmountItem) self.driveTable.setItem(row, self.userMountCol, userMountedItem) self.driveTable.setItem(row, self.systemMountCol, systemMountItem) self.driveTable.setItem(row, self.mountPointCol, mountPointItem) self.driveTable.setItem(row, self.windowsDriveCol, windowsDriveItem) self.driveTable.setItem(row, self.autoMountCol, automountItem) self.driveTable.setItem(row, self.autoUnmountCol, autounmountItem) def addMount(self, drive: WindowsDriveMount) -> None: """ Add a new Windows drive mount to the table This drive has been added when the dialog is already showing :param drive: drive to add """ row = self.driveTable.rowCount() self.driveTable.insertRow(row) logging.debug( "Adding drive %s: to Mount Windows Drive table", drive.drive_letter ) # block signal being emitted when programmatically changing checkbox # states blocked = self.driveTable.blockSignals(True) self.addDriveAtRow(row, drive) auto_mount = self.setDriveAutoMountColStates(row=row) if auto_mount: self.prompt_to_mount_drives.append(drive) self.driveTable.sortItems(self.mountPointCol) # restore signal state self.driveTable.blockSignals(blocked) self.calculateScrollBarAppearance() def removeMount(self, drive: WindowsDriveMount) -> None: """ Remove a Windows drive from the table :param drive: Drive to remove """ for row in range(self.driveTable.rowCount()): d = self.driveTable.item(row, 0).data(Qt.UserRole) if d == drive: logging.debug( "Removing drive %s: from Mount Windows Drive table", drive.drive_letter, ) self.driveTable.removeRow(row) if drive in self.prompt_to_mount_drives: self.prompt_to_mount_drives.remove(drive) break class WslDrives(QObject): """ Manages Windows drive mounts under the Window Subsystem for Linux """ driveMounted = pyqtSignal("PyQt_PyObject") driveUnmounted = pyqtSignal("PyQt_PyObject") def __init__(self, rapidApp: "RapidWindow") -> None: # noqa: F821 super().__init__(parent=rapidApp) self.drives = [] # type: list[WindowsDriveMount] self.mount_points = defaultdict(list) # type: defaultdict[str, list[WindowsDriveMount]] self.make_mount_drive_attempt = False self.rapidApp = rapidApp self.prefs = self.rapidApp.prefs self.windrive_prefs = WSLWindowsDrivePrefsInterface(prefs=self.prefs) self.mountDrivesDialog = None # type: WslMountDriveDialog | None self.uid = os.getuid() self.gid = os.getgid() self.wsl_mount_root = Path(wsl_conf_mnt_location()) def addDrive(self, drive: WindowsDriveMount) -> None: """ Add a new windows drive, which may be already mounted or not :param drive: the drive to add """ self.drives.append(drive) self.mount_points[drive.mount_point].append(drive) if not drive.mount_point: self.make_mount_drive_attempt = True if self.mountDrivesDialog: self.mountDrivesDialog.addMount(drive) def removeDrive(self, drive: WindowsDriveMount) -> None: """ Remove a windows drive :param drive: the drive to remove """ logging.debug("Removing drive %s from WSL drives", drive) self.drives.remove(drive) self.mount_points[drive.mount_point].remove(drive) self.logDrives() if self.mountDrivesDialog: self.mountDrivesDialog.removeMount(drive) def knownMountPoint(self, mount_point: str) -> bool: if mount_point: return mount_point in self.mount_points return False def driveType(self, mount_point: str) -> WindowsDriveType: """ Drive type as reported by Windows :param mount_point: mount point of the volume :return: Drive type as reported by Windows """ try: return self.mount_points[mount_point][0].drive_type except Exception: logging.error("Mount point %s is an unknown WSL drive", mount_point) return WindowsDriveType.local_disk def displayName(self, mount_point: str) -> str: """ Volume name and drive letter for the mount point If the volume name is currently unknown, return simply the drive letter and a colon, e.g. C: or D: :param mount_point: mount point of the volume :return: volume name and drive letter as reported by Windows """ if mount_point in self.mount_points: drive = self.mount_points[mount_point][0] return f"{drive.label} ({drive.drive_letter.upper()}:)" else: return f"{Path(mount_point).name.upper()}:" def driveProperties(self, mount_point: str) -> tuple[list[str], bool]: assert mount_point != "" drive = self.mount_points[mount_point][0] return ( self.iconNames(drive.drive_type), drive.drive_type == WindowsDriveType.removable_disk, ) @staticmethod def iconNames(drive_type: WindowsDriveType) -> list[str]: """ Return a list of icons that match the drive type :param drive_type: :return: """ if drive_type == WindowsDriveType.removable_disk: return [ "drive-removable-media-usb", "drive-removable-media", "drive-removable", "drive", "drive-removable-media-usb-symbolic", "drive-removable-media-symbolic", "drive-removable-symbolic", "drive-symbolic", ] elif drive_type == WindowsDriveType.local_disk: return ["folder", "folder-symbolic"] else: return [ "folder-remote", "folder", "folder-remote-symbolic", "folder-symbolic", ] def mountDrives(self) -> None: """ Mount all drives that should be automatically mounted, and prompt the user for drives that are not automatically mounted """ if self.mountDrivesDialog is not None: # given the dialog is active, prompt to mount any unmounted auto # mount drives when the user has closed the dialog return if self.make_mount_drive_attempt: unmounted_drives = self.mount_points[""] drives_to_mount = [] show_dialog = False for drive in unmounted_drives: if self.prefs.wsl_automount_removable_drives: if self.prefs.wsl_automount_all_removable_drives: drives_to_mount.append(drive) else: if self.windrive_prefs.drive_prefs(drive).auto_mount: drives_to_mount.append(drive) else: show_dialog = True if drives_to_mount: self.doMountDrives(drives=drives_to_mount) if show_dialog and self.mountDrivesDialog is None: self.showMountDrivesDialog(validate_drive_state=False) self.make_mount_drive_attempt = False def unmountDrives( self, at_exit: bool | None = False, mount_point: str | None = "" ) -> bool: """ Unmount drives that should be automatically unmounted at program exit, or when a device has been downloaded from. :param at_exit: True if this is being called as the program is exiting, else False :param mount_point: if at exit is false, a mount point must be specified. If so, only its mount will be unmounted. :return: True if the user did not cancel the unmount operation when prompted to enter a password """ auto_unmount_drives = [] # type: list[WindowsDriveMount] if at_exit: if self.prefs.wsl_automount_removable_drives: for drive in self.drives: if ( drive.mount_point and not drive.system_mounted and ( self.prefs.wsl_automount_all_removable_drives or self.windrive_prefs.drive_prefs(drive=drive).auto_unmount ) ): auto_unmount_drives.append(drive) else: assert mount_point auto_unmount_drives.append(self.mount_points[mount_point][0]) if auto_unmount_drives: pending_ops = OrderedDict() for drive in auto_unmount_drives: tasks = determine_mount_ops( do_mount=False, drive_letter=drive.drive_letter, mount_point=drive.mount_point, uid=self.uid, gid=self.gid, ) if tasks: pending_ops[drive] = tasks result = do_mount_drives_op( drives=auto_unmount_drives, pending_ops=pending_ops, parent=self.rapidApp, is_do_mount=False, ) if result.cancelled or not at_exit: # Update internal drive state tracking, because we're not exiting self.updateDriveStatePostUnmount(unmounted=result.successes) self.logDrives() return False return True def validateDriveState(self) -> None: """ Validate the internally maintained list of drives and their mount status by examining /proc/mounts """ valdiated_drives = [] # type: list[WindowsDriveMount] valdiated_mount_points = defaultdict(list) # type: defaultdict[str, list[WindowsDriveMount]] difference_found = False for drive in self.drives: mount_point = wsl_mount_point(drive_letter=drive.drive_letter) if mount_point != drive.mount_point: difference_found = True new_drive = drive._replace(mount_point=mount_point) valdiated_drives.append(new_drive) valdiated_mount_points[mount_point].append(new_drive) if drive.mount_point == "": logging.warning( "Drive %s: (%s) was previously unmounted but is now " "unexpectedly mounted at %s", drive.drive_letter, drive.label, mount_point, ) else: logging.warning( "Drive %s: (%s) was previously mounted at %s but is now " "unexpectedly unmounted", drive.drive_letter, drive.label, drive.mount_point, ) else: valdiated_drives.append(drive) valdiated_mount_points[mount_point].append(drive) if difference_found: self.drives = valdiated_drives self.mount_points = valdiated_mount_points self.logDrives() def logDrives(self) -> None: if self.mount_points[""]: logging.debug( "%s mounted Windows drives (%s); %s unmounted (%s)", len(self.drives), make_hr_drive_letter_list(self.drives), len(self.mount_points[""]), make_hr_drive_letter_list(self.mount_points[""]), ) else: logging.debug( "%s mounted Windows drives (%s)", len(self.drives), make_hr_drive_letter_list(self.drives), ) def showMountDrivesDialog(self, validate_drive_state: bool = True) -> None: """ Show the Dialogue window with a list of Windows drive mounts and associated options :param validate_drive_state: if True, fefresh the internally maintained list of Windows drives and their states :return: """ if validate_drive_state: self.validateDriveState() if self.mountDrivesDialog is None: self.mountDrivesDialog = WslMountDriveDialog( parent=self.rapidApp, drives=self.drives, prefs=self.rapidApp.prefs, windrive_prefs=self.windrive_prefs, wsl_mount_root=self.wsl_mount_root, ) self.mountDrivesDialog.exec() unmounted_drives = [ drive for drive in self.mountDrivesDialog.prompt_to_mount_drives if drive in self.drives and not wsl_mount_point(drive.drive_letter) ] if unmounted_drives: drives_list_hr = make_hr_drive_list(unmounted_drives) logging.debug("Prompting to ask whether to mount %s", drives_list_hr) if len(unmounted_drives) == 1: # Translators: this will appear in a small dialog asking the user # if they want to mount a single drive message = _("Do you want to mount drive %s?") % drives_list_hr else: # translators: this will appear in a small dialog asking the user # if they want to mount two or more drives message = _("Do you want to mount drives %s?") % drives_list_hr msgBox = standardMessageBox( message=message, rich_text=False, standardButtons=QMessageBox.Yes | QMessageBox.No, parent=self.rapidApp, ) if msgBox.exec() == QMessageBox.Yes: logging.debug("Will mount drives %s", drives_list_hr) self.doMountDrives(drives=unmounted_drives) else: logging.debug("User chose not mount %s", drives_list_hr) self.mountDrivesDialog = None def doMountDrives(self, drives: list[WindowsDriveMount]) -> None: """ Mount the list of drives that should be automatically mounted :param drives: the drives to mount """ logging.debug("Auto mounting %s drives", len(drives)) pending_ops = OrderedDict() mount_points = {} for drive in drives: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) mount_points[drive.drive_letter] = mount_point tasks = determine_mount_ops( do_mount=True, drive_letter=drive.drive_letter, mount_point=mount_point, uid=self.uid, gid=self.gid, ) if tasks: pending_ops[drive] = tasks result = do_mount_drives_op( drives=drives, pending_ops=pending_ops, parent=self.rapidApp, is_do_mount=True, ) self.updateDriveStatePostMount( mounted=result.successes, mount_points=mount_points ) self.logDrives() def updateDriveStatePostMount( self, mounted: list[WindowsDriveMount], mount_points: dict[str, str] ): notify_via_signal = [] for drive in mounted: new_drive = drive._replace(mount_point=mount_points[drive.drive_letter]) self.mount_points[""].remove(drive) self.mount_points[new_drive.mount_point].append(new_drive) self.drives.remove(drive) self.drives.append(new_drive) notify_via_signal.append(new_drive) self.driveMounted.emit(notify_via_signal) def updateDriveStatePostUnmount(self, unmounted: list[WindowsDriveMount]) -> None: notify_via_signal = [] for drive in unmounted: new_drive = drive._replace(mount_point="") self.drives.remove(drive) self.drives.append(new_drive) self.mount_points[drive.mount_point].remove(drive) self.mount_points[""].append(new_drive) notify_via_signal.append(drive) self.driveUnmounted.emit(notify_via_signal) class WslWindowsRemovableDriveMonitor(QObject): """ Use wmic.exe to periodically probe for removable drives on Windows On Windows an actual removable drive, e.g. a USB drive, can be classified as a "local drive". Strange but true. Thus need to probe for both local and removable drives. """ driveMounted = pyqtSignal("PyQt_PyObject") driveUnmounted = pyqtSignal("PyQt_PyObject") def __init__(self) -> None: super().__init__() self.known_drives = set() # type: set[WindowsDrive] self.invalid_drives = set() # type: set[WindowsDrive] # dict key is drive letter self.detected_drives = dict() # type: dict[str, WindowsDriveMount] @pyqtSlot() def startMonitor(self) -> None: logging.debug("Starting Wsl Removable Drive Monitor") self.timer = QTimer(self) self.timer.timeout.connect(self.probeWindowsDrives) self.timer.setTimerType(Qt.CoarseTimer) self.timer.setInterval(1500) if self.probeWindowsDrives(): self.timer.start() @pyqtSlot() def stopMonitor(self) -> None: logging.debug("Stopping Wsl Removable Drive Monitor") self.timer.stop() @pyqtSlot() def probeWindowsDrives(self) -> bool: timer_active = self.timer.isActive() if timer_active: self.timer.stop() try: current_drives = wsl_windows_drives( (WindowsDriveType.removable_disk, WindowsDriveType.local_disk) ) except Exception: if timer_active: self.stopMonitor() return False new_drives = current_drives - self.known_drives removed_drives = self.known_drives - current_drives drives = [] for drive in new_drives: if not wsl_drive_valid(drive.drive_letter): logging.debug( "WslWindowsRemovableDriveMonitor adding invalid drive %s:", drive.drive_letter, ) self.invalid_drives.add(drive) else: mount_point = wsl_mount_point(drive.drive_letter) if mount_point: assert os.path.ismount(mount_point) label = drive.label or ( # Translators: this is the name Windows uses for a removable drive, # like a USB drive _("Removable Drive") if drive.drive_type == WindowsDriveType.removable_disk # Translators: this is the name Windows uses for a drive that is # normally part of the computer, like an internal hard drive # (although for some reason some USB drives are classified by # Windows as local drives) else _("Local Drive") ) windows_drive_mount = WindowsDriveMount( drive_letter=drive.drive_letter, label=label, mount_point=mount_point, drive_type=drive.drive_type, system_mounted=drive.drive_type == WindowsDriveType.local_disk and mount_point != "", ) drives.append(windows_drive_mount) self.detected_drives[drive.drive_letter] = windows_drive_mount if drives: self.driveMounted.emit(drives) for drive in removed_drives: if drive in self.invalid_drives: logging.debug( "WslWindowsRemovableDriveMonitor removing invalid drive %s:", drive.drive_letter, ) self.invalid_drives.remove(drive) else: windows_drive_mount = self.detected_drives[drive.drive_letter] self.driveUnmounted.emit(windows_drive_mount) del self.detected_drives[drive.drive_letter] self.known_drives = current_drives if timer_active: self.timer.start() return True def wsl_standard_mount_point(root: Path, drive_letter: str) -> str: """ Return mount point for the driver letter :param root: WSL mount point root :param drive_letter: drive's driver letter :return: the standard mount point """ return str(root / drive_letter.lower()) def wsl_mount_point(drive_letter: str) -> str: """ Determine the existing mount point of a Windows drive :param drive_letter: windows drive letter :return: Linux mount point, or "" if it is not mounted """ with open("/proc/mounts") as m: mounts = m.read() regex = rf"^drvfs (.+?) 9p .+?path={drive_letter}:\\?;" mnt = re.search(regex, mounts, re.MULTILINE | re.IGNORECASE) if mnt is not None: return mnt.group(1) else: return "" def wsl_drive_valid(drive_letter: str) -> bool: """ Use the Windows command 'vol' to determine if the drive letter indicates a valid drive :param drive_letter: drive letter to check in Windows :return: True if valid, False otherwise """ # Testing only: # return drive_letter.lower() in ('c', 'd', 'f', 'g', 'j') try: subprocess.check_call( shlex.split(f"cmd.exe /c vol {drive_letter}:"), stdout=subprocess.PIPE, stderr=subprocess.PIPE, ) return True except subprocess.CalledProcessError: return False def wsl_windows_drives( drive_type_filter: tuple[WindowsDriveType, ...] | None = None, ) -> set[WindowsDrive]: """ Get Windows to report its drives and their types :param drive_type_filter: the type of drives to search for """ # wmic is deprecated, but is much, much faster than calling powershell try: output = subprocess.run( shlex.split("wmic.exe logicaldisk get deviceid, volumename, drivetype"), text=True, capture_output=True, ).stdout.strip() except Exception as e: logging.error("Call to wmic.exe failed: %s", str(e)) raise "Call to wmic.exe failed" # Discard first line of output, which is a table header drives = set() for line in output.split("\n")[1:]: if line: # expect blank lines components = line.split(maxsplit=2) drive_type = int(components[1]) # 0 - Unknown # 1 - No Root Directory # 2 - Removable Disk # 3 - Local Disk # 4 - Network Drive # 5 - Compact Disk # 6 - RAM Disk if 2 <= drive_type <= 4: drive_type = WindowsDriveType(drive_type) if drive_type_filter is None or drive_type in drive_type_filter: drive_letter = components[0][0] label = components[2].strip() if len(components) == 3 else "" drives.add( WindowsDrive( drive_letter=drive_letter, label=label, drive_type=drive_type, ) ) return drives if __name__ == "__main__": # Application development test code: from PyQt5.QtWidgets import QApplication from raphodo.prefs.preferences import Preferences app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() wdrive_prefs = WSLWindowsDrivePrefsInterface(prefs) all_drives = True if not all_drives: windows_drives = wsl_windows_drives( drive_type_filter=( WindowsDriveType.removable_disk, WindowsDriveType.local_disk, ) ) else: windows_drives = wsl_windows_drives() ddrives = [] for wdrive in windows_drives: if wsl_drive_valid(wdrive.drive_letter): main_mount_point = wsl_mount_point(wdrive.drive_letter) if main_mount_point: assert os.path.ismount(main_mount_point) print(f"{wdrive.drive_letter}: is mounted at {main_mount_point}") else: print(f"{wdrive.drive_letter}: is not mounted") ddrives.append( WindowsDriveMount( drive_letter=wdrive.drive_letter, label=wdrive.label or "Removable Drive", mount_point=main_mount_point, drive_type=wdrive.drive_type, system_mounted=wdrive.drive_type == WindowsDriveType.local_disk and main_mount_point != "", ) ) w = WslMountDriveDialog( drives=ddrives, prefs=prefs, windrive_prefs=wdrive_prefs, wsl_mount_root=Path("/mnt"), ) w.exec() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/wslutils.py0000644000175000017500000000627114562557501021125 0ustar00damondamonimport configparser import functools import logging import re import shlex import subprocess from pathlib import Path from showinfm.system.linux import translate_wsl_path @functools.cache def wsl_env_variable(variable: str) -> str: """ Return Windows environment variable within WSL """ assert variable return subprocess.run( shlex.split(f"wslvar {variable}"), text=True, stdout=subprocess.PIPE, ).stdout.strip() @functools.cache def wsl_home() -> Path: """ Return user's Windows home directory within WSL """ return Path( translate_wsl_path(wsl_env_variable("USERPROFILE"), from_windows_to_wsl=True) ) @functools.cache def _wsl_reg_query_standard_folder(folder: str) -> str: """ Use reg query on Windows to query the user's Pictures and Videos folder. No error checking. :param folder: one of "My Pictures" or "My Video" :return: registry value for the folder """ assert folder in ("My Pictures", "My Video") query = ( r"reg.exe query 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion" rf"\Explorer\User Shell Folders\' /v '{folder}'" ) output = subprocess.run( shlex.split(query), stdout=subprocess.PIPE, text=True, ).stdout regex = rf"{folder}\s+REG_EXPAND_SZ\s+(.+)\n\n$" p = re.search(regex, output).group(1) if "%USERPROFILE%" in p: # e.g. %USERPROFILE%\Videos # substitute the user profile p = str(wsl_home() / p.replace("%USERPROFILE%\\", "")) return p @functools.cache def wsl_pictures_folder() -> str: """ Query the Windows registry for the location of the user's Pictures folder :return: location as a Linux path """ return translate_wsl_path( _wsl_reg_query_standard_folder("My Pictures"), from_windows_to_wsl=True ) @functools.cache def wsl_videos_folder() -> str: """ Query the Windows registry for the location of the user's Videos folder :return: location as a Linux path """ return translate_wsl_path( _wsl_reg_query_standard_folder("My Video"), from_windows_to_wsl=True ) @functools.cache def wsl_conf_mnt_location() -> str: """ Determine the location of WSL mount points using /etc/wsl.conf :return: mount point if specified, else "/mnt" """ if not Path("/etc/wsl.conf").is_file(): logging.debug("No wsl.conf") return "/mnt" config = configparser.ConfigParser() try: with open("/etc/wsl.conf") as configfile: config.read_file(configfile) except Exception: logging.error("Could not load wsl.conf") else: if config.has_option("automount", "root"): mount_dir = config.get("automount", "root") if Path(mount_dir).is_dir(): return mount_dir else: logging.warning("WSL root mount point %s does not exist", mount_dir) return "/mnt" def wsl_filter_directories() -> set[str]: """ :return: Set of full paths of WSL system directories to not show in file browser """ mnt_location = Path(wsl_conf_mnt_location()) return {str(mnt_location / d) for d in ("wsl", "wslg")} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/raphodo/xsettings.py0000644000175000017500000001720514562557501021266 0ustar00damondamon# This file is part of ReText # Copyright: 2015-2017 Dmitry Shachnev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This is implementation of XSettings specification, described at # # Reformatted in 2022 by Damon Lynch, using black import ctypes import ctypes.util import struct class _xcb_reply_t(ctypes.Structure): # this can be used instead of xcb_intern_atom_reply_t, # xcb_get_selection_owner_reply_t, etc _fields_ = [ ("response_type", ctypes.c_uint8), ("pad0", ctypes.c_uint8), ("sequence", ctypes.c_uint16), ("length", ctypes.c_uint32), ("payload", ctypes.c_uint32), ] class _xcb_cookie_t(ctypes.Structure): # this can be used instead of xcb_intern_atom_cookie_t, # xcb_get_selection_owner_cookie_t, etc _fields_ = [("sequence", ctypes.c_uint)] _xcb_error_messages = [ None, "XCB error: socket, pipe and other stream error", "XCB connection closed: extension unsupported", "XCB connection closed: insufficient memory", "XCB connection closed: request length exceeded", "XCB connection closed: DISPLAY parse error", "XCB connection closed: invalid screen", ] class XSettingsError(RuntimeError): pass class XSettingsParseError(XSettingsError): pass def get_raw_xsettings(display=0): # initialize the libraries xcb_library_name = ctypes.util.find_library("xcb") if xcb_library_name is None: raise XSettingsError("Xcb library not found") xcb = ctypes.CDLL(xcb_library_name) c_library_name = ctypes.util.find_library("c") if c_library_name is None: raise XSettingsError("C library not found") c = ctypes.CDLL(c_library_name) # set some args and return types c.free.argtypes = [ctypes.c_void_p] c.free.restype = None xcb.xcb_connect.argtypes = [ctypes.c_char_p, ctypes.POINTER(ctypes.c_int)] xcb.xcb_connect.restype = ctypes.c_void_p xcb.xcb_connection_has_error.argtypes = [ctypes.c_void_p] xcb.xcb_connection_has_error.restype = ctypes.c_int xcb.xcb_disconnect.argtypes = [ctypes.c_void_p] xcb.xcb_disconnect.restype = None xcb.xcb_intern_atom.argtypes = [ ctypes.c_void_p, ctypes.c_uint8, ctypes.c_uint16, ctypes.c_char_p, ] xcb.xcb_intern_atom.restype = _xcb_cookie_t xcb.xcb_intern_atom_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_intern_atom_reply.restype = ctypes.POINTER(_xcb_reply_t) xcb.xcb_get_selection_owner.argtypes = [ctypes.c_void_p, ctypes.c_uint32] xcb.xcb_get_selection_owner.restype = _xcb_cookie_t xcb.xcb_get_selection_owner_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_get_selection_owner_reply.restype = ctypes.POINTER(_xcb_reply_t) xcb.xcb_get_property.argtypes = [ ctypes.c_void_p, ctypes.c_uint8, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ] xcb.xcb_get_property.restype = _xcb_cookie_t xcb.xcb_get_property_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_get_property_reply.restype = ctypes.c_void_p xcb.xcb_get_property_value_length.argtypes = [ctypes.c_void_p] xcb.xcb_get_property_value_length.restype = ctypes.c_int xcb.xcb_get_property_value.argtypes = [ctypes.c_void_p] xcb.xcb_get_property_value.restype = ctypes.c_void_p # open the connection connection = xcb.xcb_connect(None, None) error = xcb.xcb_connection_has_error(connection) if error: raise XSettingsError(_xcb_error_messages[error]) # get selection atom cookie buffer = ("_XSETTINGS_S%d" % display).encode() cookie = xcb.xcb_intern_atom(connection, 0, len(buffer), buffer) # get selection atom reply reply = xcb.xcb_intern_atom_reply(connection, cookie, None) selection_atom = reply.contents.payload c.free(reply) # get selection owner cookie cookie = xcb.xcb_get_selection_owner(connection, selection_atom) # get selection owner reply reply = xcb.xcb_get_selection_owner_reply(connection, cookie, None) window = reply.contents.payload c.free(reply) # get settings atom cookie buffer = b"_XSETTINGS_SETTINGS" cookie = xcb.xcb_intern_atom(connection, 0, len(buffer), buffer) # get settings atom reply reply = xcb.xcb_intern_atom_reply(connection, cookie, None) settings_atom = reply.contents.payload c.free(reply) # get property cookie cookie = xcb.xcb_get_property(connection, 0, window, settings_atom, 0, 0, 0x2000) # get property reply reply = xcb.xcb_get_property_reply(connection, cookie, None) if reply is not None: length = xcb.xcb_get_property_value_length(reply) pointer = xcb.xcb_get_property_value(reply) if length else None result = ctypes.string_at(pointer, length) c.free(reply) # close the connection xcb.xcb_disconnect(connection) # handle possible errors if reply is None or not length: raise XSettingsError("XSettings not available") return result def parse_xsettings(raw_xsettings): if len(raw_xsettings) < 12: raise XSettingsParseError("length < 12") if raw_xsettings[0] not in (0, 1): raise XSettingsParseError("wrong order byte: %d" % raw_xsettings[0]) byte_order = "<>"[raw_xsettings[0]] settings_count = struct.unpack(byte_order + "I", raw_xsettings[8:12])[0] TypeInteger, TypeString, TypeColor = range(3) result = {} raw_xsettings = raw_xsettings[12:] offset = 0 for i in range(settings_count): setting_type = raw_xsettings[offset] offset += 2 name_length = struct.unpack( byte_order + "H", raw_xsettings[offset : offset + 2] )[0] offset += 2 name = raw_xsettings[offset : offset + name_length] offset += name_length if offset & 3: offset += 4 - (offset & 3) offset += 4 # skip last-change-serial if setting_type == TypeInteger: value = struct.unpack(byte_order + "I", raw_xsettings[offset : offset + 4])[ 0 ] offset += 4 elif setting_type == TypeString: value_length = struct.unpack( byte_order + "I", raw_xsettings[offset : offset + 4] )[0] offset += 4 value = raw_xsettings[offset : offset + value_length] offset += value_length if offset & 3: offset += 4 - (offset & 3) elif setting_type == TypeColor: value = struct.unpack( byte_order + "HHHH", raw_xsettings[offset : offset + 8] ) offset += 8 else: raise XSettingsParseError("Wrong setting type: %d" % setting_type) result[name] = value return result def get_xsettings(display=0): raw_xsettings = get_raw_xsettings(display) return parse_xsettings(raw_xsettings) ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/0000755000175000017500000000000014562557503023445 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/PKG-INFO0000644000175000017500000001775114562557502024554 0ustar00damondamonMetadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.36 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: https://damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.rapidphotodownloader.com Project-URL: Source, https://github.com/damonlynch/rapid-photo-downloader Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: X11 Applications :: Qt Classifier: Operating System :: POSIX :: Linux Classifier: Intended Audience :: End Users/Desktop Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.10, <4 License-File: LICENSE Requires-Dist: gphoto2 Requires-Dist: pyzmq Requires-Dist: psutil Requires-Dist: pyxdg Requires-Dist: arrow Requires-Dist: python-dateutil Requires-Dist: colour Requires-Dist: easygui Requires-Dist: packaging Requires-Dist: pymediainfo Requires-Dist: sortedcontainers Requires-Dist: tornado Requires-Dist: PyGObject Requires-Dist: PyQt5 Requires-Dist: babel Requires-Dist: setuptools Requires-Dist: show-in-file-manager Provides-Extra: color-ouput Requires-Dist: colorlog; extra == "color-ouput" Provides-Extra: progress-bar Requires-Dist: pyprind; extra == "progress-bar" # Rapid Photo Downloader [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## Personal Note From the Developer This project has only ever had one software developer. I developed a hand injury from typing while working on the code in early 2022. Code development has slowed considerably as I seek to recover from this serious injury. To work around the injury, fortunately I am able to use the JetBrains editor PyCharm in conjunction with the voice recognition tools Talon and Dragon NaturallySpeaking on Windows / WSL2. While my ability to test the code remains limited, at least I can write it. I want to thank JetBrains for allowing me to use PyCharm Professional For free under their [open source developer program](https://www.jetbrains.com/community/opensource/#support). ## Removal of the Install Script Due to my hand injury (see above), I cannot maintain a custom `install.py` script that I used to provide — testing the script in the variety of Linux distributions it supports requires a lot of typing. The script is therefore removed. ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Install the program using your Linux distribution's standard tools, e.g., apt, dnf, or zypper. The program is currently not available as a Snap or flatpak because to interact with cameras it requires being able to break out of the confinement Snap and flatpak enforce. This may change in future if there are workarounds for this confinement. Advanced users may install the program using pip. Please note doing so requires satisfying dependencies that cannot be satisfied with pip alone. ### Software Requirements - Python 3.10 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.8.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [packaging](https://packaging.pypa.io/en/stable/) - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/SOURCES.txt0000644000175000017500000000721514562557502025335 0ustar00damondamonCHANGES.md LICENSE MANIFEST.in README.md RELEASE_NOTES.md requirements.txt setup.py data/net.damonlynch.rapid_photo_downloader.desktop.in data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in data/icons/128x128/apps/rapid-photo-downloader.png data/icons/16x16/apps/rapid-photo-downloader.png data/icons/22x22/apps/rapid-photo-downloader.png data/icons/24x24/apps/rapid-photo-downloader.png data/icons/256x256/apps/rapid-photo-downloader.png data/icons/48x48/apps/rapid-photo-downloader.png data/icons/512x512/apps/rapid-photo-downloader.png data/icons/64x64/apps/rapid-photo-downloader.png data/icons/scalable/apps/rapid-photo-downloader.svg data/kde/net.damonlynch.rapid_photo_downloader.desktop.in doc/rapid-photo-downloader.1.pod po/LINGUAS po/POTFILES.in po/ar.po po/be.po po/bg.po po/ca.po po/cs.po po/da.po po/de.po po/el.po po/es.po po/et.po po/fa.po po/fi.po po/fr.po po/hr.po po/hu.po po/id.po po/it.po po/ja.po po/kab.po po/nb.po po/nl.po po/nn.po po/oc.po po/pl.po po/pt.po po/pt_BR.po po/rapid-photo-downloader.pot po/ro.po po/ru.po po/sk.po po/sq.po po/sr.po po/sv.po po/tr.po po/uk.po po/zh_CN.po raphodo/__about__.py raphodo/__init__.py raphodo/backupfile.py raphodo/cache.py raphodo/camera.py raphodo/cameraerror.py raphodo/constants.py raphodo/copyfiles.py raphodo/devices.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/filesystemurl.py raphodo/foldercombo.py raphodo/folderpreviewmanager.py raphodo/folderspreview.py raphodo/generatename.py raphodo/generatenameconfig.py raphodo/heif.py raphodo/interprocess.py raphodo/iplogging.py raphodo/offload.py raphodo/problemnotification.py raphodo/programversions.py raphodo/proximity.py raphodo/qrc_resources.py raphodo/qtsingleapplication.py raphodo/rapid.py raphodo/renameandmovefile.py raphodo/rescan.py raphodo/resources.qrc raphodo/rpdfile.py raphodo/rpdsql.py raphodo/scan.py raphodo/sudocommand.py raphodo/thumbloadbalancer.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/thumbnailer.py raphodo/thumbnailextractor.py raphodo/thumbnailpara.py raphodo/timeutils.py raphodo/utilities.py raphodo/wsl.py raphodo/wslutils.py raphodo/xsettings.py raphodo/metadata/__init__.py raphodo/metadata/exiftool.py raphodo/metadata/fileformats.py raphodo/metadata/metadataexiftool.py raphodo/metadata/metadataphoto.py raphodo/metadata/metadatavideo.py raphodo/metadata/analysis/__init__.py raphodo/metadata/analysis/analyzephotos.py raphodo/metadata/analysis/photoattributes.py raphodo/metadata/analysis/videoattributes.py raphodo/prefs/__init__.py raphodo/prefs/preferencedialog.py raphodo/prefs/preferences.py raphodo/storage/__init__.py raphodo/storage/storage.py raphodo/storage/storageidevice.py raphodo/ui/__init__.py raphodo/ui/aboutdialog.py raphodo/ui/backuppanel.py raphodo/ui/chevroncombo.py raphodo/ui/computerview.py raphodo/ui/destinationdisplay.py raphodo/ui/destinationpanel.py raphodo/ui/devicedisplay.py raphodo/ui/didyouknow.py raphodo/ui/filebrowse.py raphodo/ui/filmstrip.py raphodo/ui/jobcodepanel.py raphodo/ui/menubutton.py raphodo/ui/messagewidget.py raphodo/ui/nameeditor.py raphodo/ui/panelview.py raphodo/ui/password.py raphodo/ui/primarybutton.py raphodo/ui/rememberthisdialog.py raphodo/ui/renamepanel.py raphodo/ui/rotatedpushbutton.py raphodo/ui/sourcepanel.py raphodo/ui/splashscreen.py raphodo/ui/toggleswitch.py raphodo/ui/toggleview.py raphodo/ui/viewutils.py rapid_photo_downloader.egg-info/PKG-INFO rapid_photo_downloader.egg-info/SOURCES.txt rapid_photo_downloader.egg-info/dependency_links.txt rapid_photo_downloader.egg-info/entry_points.txt rapid_photo_downloader.egg-info/not-zip-safe rapid_photo_downloader.egg-info/requires.txt rapid_photo_downloader.egg-info/top_level.txt././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/dependency_links.txt0000644000175000017500000000000114562557502027512 0ustar00damondamon ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/entry_points.txt0000644000175000017500000000007214562557502026741 0ustar00damondamon[gui_scripts] rapid-photo-downloader = raphodo.rapid:main ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/not-zip-safe0000644000175000017500000000000114562557502025672 0ustar00damondamon ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/requires.txt0000644000175000017500000000032514562557502026044 0ustar00damondamongphoto2 pyzmq psutil pyxdg arrow python-dateutil colour easygui packaging pymediainfo sortedcontainers tornado PyGObject PyQt5 babel setuptools show-in-file-manager [color_ouput] colorlog [progress_bar] pyprind ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794242.0 rapid-photo-downloader-0.9.36/rapid_photo_downloader.egg-info/top_level.txt0000644000175000017500000000001014562557502026165 0ustar00damondamonraphodo ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/requirements.txt0000644000175000017500000000062114562557501020506 0ustar00damondamon# This is an implicit value, here for clarity --index-url https://pypi.python.org/simple/ psutil>=3.4.2 gphoto2>=1.8.0 pyzmq>=16.0.2 pyxdg>=0.25 arrow>=0.9.0 python-dateutil>=2.7 PyPrind>=2.9.4 colorlog>=2.6 easygui>=0.98.1 colour packaging pymediainfo>=2.2.0 sortedcontainers requests tornado tenacity pillow>=5.1.0 pyqt5 Babel show-in-file-manager>=1.1.2 importlib_metadata; python_version < '3.8' ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1707794242.9373338 rapid-photo-downloader-0.9.36/setup.cfg0000644000175000017500000000004614562557503017046 0ustar00damondamon[egg_info] tag_build = tag_date = 0 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1707794241.0 rapid-photo-downloader-0.9.36/setup.py0000644000175000017500000002770014562557501016743 0ustar00damondamon#!/usr/bin/python3 # Copyright (C) 2009-2024 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # Copyright 2009-2024 Damon Lynch # Contains portions Copyright 2014 Donald Stufft # Contains portions Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, # Canonical Ltd __author__ = "Damon Lynch" __copyright__ = ( "Copyright 2009-2024, Damon Lynch. Copyright 2004-2012 Canonical Ltd. " "Copyright 2014 Donald Stufft." ) import os from glob import glob from setuptools import Command, setup try: from setuptools.command.build import build except ModuleNotFoundError: # Needed for older versions of setuptools from distutils.command.build import build from setuptools.command.sdist import sdist here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, "raphodo", "__about__.py")) as f: about = {} exec(f.read(), about) class build_translations(Command): """ Adapted from DistutilsExtra. March, 2020: delete setup.cfg, place options here. Cut out extraneous code from DistutilsExtra we do not need. """ description = "integrate the gettext framework" user_options = [ ("desktop-files=", None, ".desktop.in files that should be merged"), ("xml-files=", None, ".xml.in files that should be merged"), ("domain=", "d", "gettext domain"), ("merge-po", "m", "merge po files against template"), ("po-dir=", "p", "directory that holds the i18n files"), ("bug-contact=", None, "contact address for msgid bugs"), ] boolean_options = ["merge-po"] def initialize_options(self): self.desktop_files = [ ( "share/applications", ("data/net.damonlynch.rapid_photo_downloader.desktop.in",), ), ( "share/solid/actions", ("data/kde/net.damonlynch.rapid_photo_downloader.desktop.in",), ), ] self.xml_files = [ ( "share/metainfo", ("data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in",), ) ] self.domain = "rapid-photo-downloader" self.merge_po = False self.bug_contact = "damonlynch@gmail.com" self.po_dir = "po" def finalize_options(self): if self.domain is None: self.domain = self.distribution.metadata.name if self.po_dir is None: self.po_dir = "po" def run(self): """ Update the language files, generate mo files and add them to the to be installed files """ if not os.path.isdir(self.po_dir): return data_files = self.distribution.data_files os.environ["XGETTEXT_ARGS"] = "--msgid-bugs-address=%s " % self.bug_contact # If there is a po/LINGUAS file, or the LINGUAS environment variable # is set, only compile the languages listed there. selected_languages = None linguas_file = os.path.join(self.po_dir, "LINGUAS") if os.path.isfile(linguas_file): with open(linguas_file) as lf: selected_languages = lf.read().split() if "LINGUAS" in os.environ: selected_languages = os.environ["LINGUAS"].split() # Update po(t) files and print a report # We have to change the working dir to the po dir for intltool cmd = ["intltool-update", (self.merge_po and "-r" or "-p"), "-g", self.domain] wd = os.getcwd() os.chdir(self.po_dir) self.spawn(cmd) os.chdir(wd) max_po_mtime = 0 for po_file in glob("%s/*.po" % self.po_dir): lang = os.path.basename(po_file[:-3]) if selected_languages and lang not in selected_languages: continue mo_dir = os.path.join("build", "mo", lang, "LC_MESSAGES") mo_file = os.path.join(mo_dir, "%s.mo" % self.domain) if not os.path.exists(mo_dir): os.makedirs(mo_dir) cmd = ["msgfmt", po_file, "-o", mo_file] po_mtime = os.path.getmtime(po_file) mo_mtime = os.path.exists(mo_file) and os.path.getmtime(mo_file) or 0 if po_mtime > max_po_mtime: max_po_mtime = po_mtime if po_mtime > mo_mtime: self.spawn(cmd) targetpath = os.path.join("share/locale", lang, "LC_MESSAGES") data_files.append((targetpath, (mo_file,))) # merge .in with translation for file_set, switch in ((self.xml_files, "-x"), (self.desktop_files, "-d")): for target, files in file_set: build_target = os.path.join("build", target) if not os.path.exists(build_target): os.makedirs(build_target) files_merged = [] for file in files: if file.endswith(".in"): file_merged = os.path.basename(file[:-3]) else: file_merged = os.path.basename(file) file_merged = os.path.join(build_target, file_merged) cmd = ["intltool-merge", switch, self.po_dir, file, file_merged] mtime_merged = ( os.path.exists(file_merged) and os.path.getmtime(file_merged) or 0 ) mtime_file = os.path.getmtime(file) if mtime_merged < max_po_mtime or mtime_merged < mtime_file: # Only build if output is older than input (.po,.in) self.spawn(cmd) files_merged.append(file_merged) data_files.append((target, files_merged)) class build_icons(Command): """ Automatically include icon files without having to list them individually Based on DistutilsExtra code. """ description = "build icons" user_options = [("icon-dir=", "i", "icon directory of the source tree")] def initialize_options(self): self.icon_dir = None def finalize_options(self): if self.icon_dir is None: self.icon_dir = os.path.join("data", "icons") def run(self): data_files = self.distribution.data_files for size in glob(os.path.join(self.icon_dir, "*")): for category in glob(os.path.join(size, "*")): icons = [] for icon in glob(os.path.join(category, "*")): if not os.path.islink(icon): icons.append(icon) if icons: data_files.append( ( f"share/icons/hicolor/{os.path.basename(size)}/" f"{os.path.basename(category)}", icons, ) ) class build_man_page(Command): """ Based on code in the Canonical project 'germinate' """ description = "build POD manual pages" user_options = [("pod-files=", None, "POD files to build")] def initialize_options(self): self.pod_files = [] def finalize_options(self): pass def run(self): if not os.path.isdir("build"): os.mkdir("build") for pod_file in glob("doc/*.1.pod"): name = os.path.basename(pod_file)[:-6].upper() build_path = os.path.join("build", os.path.splitext(pod_file)[0]) if not os.path.isdir(os.path.join("build", "doc")): os.mkdir(os.path.join("build", "doc")) self.spawn( [ "pod2man", "--section=1", "--release={}".format(about["__version__"]), "--center=General Commands Manual", f'--name="{name}"', pod_file, build_path, ] ) class raphodo_build(build): sub_commands = build.sub_commands + [ ("build_man_page", None), ("build_icons", None), ("build_translations", None), ] def run(self): if not os.path.isdir("build"): os.mkdir("build") build.run(self) class raphodo_sdist(sdist): def run(self): self.run_command("build_man_page") self.run_command("build_icons") self.run_command("build_translations") sdist.run(self) with open(os.path.join(here, "README.md"), encoding="utf-8") as f: long_description = f.read() setup( name=about["__title__"], version=about["__version__"], description=about["__summary__"], long_description=long_description, license=about["__license__"], url=about["__uri__"], author=about["__author__"], author_email=about["__email__"], zip_safe=False, install_requires=[ "gphoto2", "pyzmq", "psutil", "pyxdg", "arrow", "python-dateutil", "colour", "easygui", "packaging", "pymediainfo", "sortedcontainers", "tornado", "PyGObject", "PyQt5", "babel", "setuptools", "show-in-file-manager", ], extras_require={ "color_ouput": [ "colorlog", ], "progress_bar": [ "pyprind", ], }, include_package_data=False, data_files=[ ( "share/man/man1", ["build/doc/rapid-photo-downloader.1"], ), ( "share/applications", ["build/share/applications/net.damonlynch.rapid_photo_downloader.desktop"], ), ( "share/solid/actions", ["build/share/solid/actions/net.damonlynch.rapid_photo_downloader.desktop"], ), ( "share/metainfo", ["build/share/metainfo/net.damonlynch.rapid_photo_downloader.metainfo.xml"], ), ], packages=[ "raphodo", "raphodo.ui", "raphodo.storage", "raphodo.metadata", "raphodo.metadata.analysis", "raphodo.prefs", ], python_requires=">=3.10, <4", entry_points={ "gui_scripts": ["rapid-photo-downloader=raphodo.rapid:main"], }, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: Qt", "Operating System :: POSIX :: Linux", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Video", ], keywords="photo video download ingest import camera phone backup rename " "photography photographer transfer copy raw cr2 cr3 nef arw dng", project_urls={ "Bug Reports": "https://bugs.rapidphotodownloader.com", "Source": "https://github.com/damonlynch/rapid-photo-downloader", }, cmdclass={ "build_man_page": build_man_page, "build_icons": build_icons, "build_translations": build_translations, "build": raphodo_build, "sdist": raphodo_sdist, }, )